|
|
|
1 | 2024-01-19T05:38:17.108Z | job assigned to worker 01HMG3JG5PW4DSNHCF4R4495MP (queued for 59 s) |
|
2 | 2024-01-19T05:38:18.105Z | starting task 0: "setup" |
3 | 2024-01-19T05:38:18.123Z | ++ uname -s |
4 | 2024-01-19T05:38:18.127Z | + kern=SunOS |
5 | 2024-01-19T05:38:18.127Z | + case "$kern" in |
6 | 2024-01-19T05:38:18.127Z | + groupadd -g 12345 build |
7 | 2024-01-19T05:38:18.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-19T05:38:20.167Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-19T05:38:20.262Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-19T05:38:20.270Z | + home_fs=zfs |
11 | 2024-01-19T05:38:20.270Z | + [[ zfs == autofs ]] |
12 | 2024-01-19T05:38:20.270Z | + mkdir -p /home/build |
13 | 2024-01-19T05:38:20.270Z | + chown build:build /home/build /work |
14 | 2024-01-19T05:38:22.271Z | + chmod 0700 /home/build /work |
15 | 2024-01-19T05:38:22.284Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2024-01-19T05:38:22.291Z | starting task 1: "rust-toolchain" |
17 | 2024-01-19T05:38:22.303Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-19T05:38:22.308Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-19T05:38:22.544Z | info: downloading installer |
20 | 2024-01-19T05:38:24.206Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-19T05:38:24.206Z | warning: /opt/ooce/bin |
22 | 2024-01-19T05:38:24.206Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-19T05:38:24.206Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-19T05:38:24.206Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-19T05:38:24.206Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-19T05:38:24.206Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-19T05:38:24.206Z | error: cannot install while Rust is installed |
28 | 2024-01-19T05:38:24.206Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-19T05:38:24.361Z | info: profile set to 'default' |
30 | 2024-01-19T05:38:24.361Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-19T05:38:24.365Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-19T05:38:24.532Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-19T05:38:24.532Z | info: downloading component 'cargo' |
34 | 2024-01-19T05:38:25.179Z | info: downloading component 'clippy' |
35 | 2024-01-19T05:38:25.437Z | info: downloading component 'rust-docs' |
36 | 2024-01-19T05:38:26.232Z | info: downloading component 'rust-std' |
37 | 2024-01-19T05:38:27.713Z | info: downloading component 'rustc' |
38 | 2024-01-19T05:38:31.294Z | info: downloading component 'rustfmt' |
39 | 2024-01-19T05:38:31.505Z | info: installing component 'cargo' |
40 | 2024-01-19T05:38:32.847Z | info: installing component 'clippy' |
41 | 2024-01-19T05:38:33.523Z | info: installing component 'rust-docs' |
42 | 2024-01-19T05:38:36.132Z | info: installing component 'rust-std' |
43 | 2024-01-19T05:38:39.160Z | info: installing component 'rustc' |
44 | 2024-01-19T05:38:45.614Z | info: installing component 'rustfmt' |
45 | 2024-01-19T05:38:46.104Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-19T05:38:46.105Z | |
47 | 2024-01-19T05:38:46.240Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-19T05:38:46.240Z | |
49 | 2024-01-19T05:38:46.248Z | |
50 | 2024-01-19T05:38:46.248Z | Rust is installed now. Great! |
51 | 2024-01-19T05:38:46.248Z | |
52 | 2024-01-19T05:38:46.248Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-19T05:38:46.249Z | environment variable. This has not been done automatically. |
54 | 2024-01-19T05:38:46.249Z | |
55 | 2024-01-19T05:38:46.249Z | To configure your current shell, run: |
56 | 2024-01-19T05:38:46.249Z | source "$HOME/.cargo/env" |
57 | 2024-01-19T05:38:46.334Z | + rustc --version |
58 | 2024-01-19T05:38:46.430Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-19T05:38:46.436Z | process exited: duration 24144 ms, exit code 0 |
|
60 | 2024-01-19T05:38:46.442Z | starting task 2: "authentication" |
61 | 2024-01-19T05:38:46.473Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-19T05:38:46.484Z | starting task 3: "clone repository" |
63 | 2024-01-19T05:38:46.489Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-19T05:38:46.495Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-19T05:38:46.584Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-19T05:38:51.731Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-19T05:38:51.731Z | + [[ -n renovate/tempfile-3.x ]] |
68 | 2024-01-19T05:38:51.736Z | + git fetch origin renovate/tempfile-3.x |
69 | 2024-01-19T05:38:52.093Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-01-19T05:38:52.093Z | * branch renovate/tempfile-3.x -> FETCH_HEAD |
71 | 2024-01-19T05:38:52.103Z | + git checkout -B renovate/tempfile-3.x remotes/origin/renovate/tempfile-3.x |
72 | 2024-01-19T05:38:52.204Z | Switched to a new branch 'renovate/tempfile-3.x' |
73 | 2024-01-19T05:38:52.227Z | branch 'renovate/tempfile-3.x' set up to track 'origin/renovate/tempfile-3.x'. |
74 | 2024-01-19T05:38:52.227Z | + git reset --hard 02c9e5624b35a7ee35180b3a91d99ee146ea0945 |
75 | 2024-01-19T05:38:52.376Z | HEAD is now at 02c9e5624 Update Rust crate tempfile to 3.9 |
76 | 2024-01-19T05:38:52.379Z | process exited: duration 5896 ms, exit code 0 |
|
77 | 2024-01-19T05:38:52.387Z | starting task 4: "build" |
78 | 2024-01-19T05:38:52.393Z | + cargo --version |
79 | 2024-01-19T05:38:52.399Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2024-01-19T05:38:52.577Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2024-01-19T05:38:52.580Z | info: downloading component 'cargo' |
82 | 2024-01-19T05:38:53.278Z | info: downloading component 'clippy' |
83 | 2024-01-19T05:38:53.515Z | info: downloading component 'rust-docs' |
84 | 2024-01-19T05:38:54.376Z | info: downloading component 'rust-std' |
85 | 2024-01-19T05:38:55.655Z | info: downloading component 'rustc' |
86 | 2024-01-19T05:38:59.326Z | info: downloading component 'rustfmt' |
87 | 2024-01-19T05:38:59.526Z | info: installing component 'cargo' |
88 | 2024-01-19T05:39:00.856Z | info: installing component 'clippy' |
89 | 2024-01-19T05:39:01.343Z | info: installing component 'rust-docs' |
90 | 2024-01-19T05:39:04.632Z | info: installing component 'rust-std' |
91 | 2024-01-19T05:39:06.731Z | info: installing component 'rustc' |
92 | 2024-01-19T05:39:12.795Z | info: installing component 'rustfmt' |
93 | 2024-01-19T05:39:13.357Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2024-01-19T05:39:13.368Z | + rustc --version |
95 | 2024-01-19T05:39:13.493Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2024-01-19T05:39:13.509Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2024-01-19T05:39:23.670Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2024-01-19T05:39:25.295Z | Startup: Caching catalogs ... Done |
99 | 2024-01-19T05:39:27.676Z | Planning: Solver setup ... Done (1.903s) |
100 | 2024-01-19T05:39:27.732Z | Planning: Running solver ... Done (0.053s) |
101 | 2024-01-19T05:39:27.758Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2024-01-19T05:39:27.798Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2024-01-19T05:39:28.105Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2024-01-19T05:39:28.203Z | Planning: Package planning ... Done (0.079s) |
105 | 2024-01-19T05:39:28.274Z | Planning: Merging actions ... Done (0.090s) |
106 | 2024-01-19T05:39:29.102Z | Planning: Checking for conflicting actions ... Done (0.826s) |
107 | 2024-01-19T05:39:29.119Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2024-01-19T05:39:32.654Z | Planning: Evaluating mediators ... Done (3.537s) |
109 | 2024-01-19T05:39:32.671Z | Planning: Planning completed in 7.31 seconds |
110 | 2024-01-19T05:39:34.942Z | Packages to install: 4 |
111 | 2024-01-19T05:39:34.943Z | Mediators to change: 2 |
112 | 2024-01-19T05:39:34.943Z | Services to change: 1 |
113 | 2024-01-19T05:39:34.948Z | Estimated space available: 148.87 GB |
114 | 2024-01-19T05:39:34.948Z | Estimated space to be consumed: 1.40 GB |
115 | 2024-01-19T05:39:34.948Z | Create boot environment: No |
116 | 2024-01-19T05:39:34.948Z | Create backup boot environment: No |
117 | 2024-01-19T05:39:34.948Z | Rebuild boot archive: No |
118 | 2024-01-19T05:39:34.948Z | |
119 | 2024-01-19T05:39:34.949Z | Changed mediators: |
120 | 2024-01-19T05:39:34.949Z | mediator clang: |
121 | 2024-01-19T05:39:34.949Z | version: None -> 15 (system default) |
122 | 2024-01-19T05:39:34.949Z | |
123 | 2024-01-19T05:39:34.949Z | mediator llvm: |
124 | 2024-01-19T05:39:34.949Z | version: 14 (system default) -> 15 (system default) |
125 | 2024-01-19T05:39:34.949Z | |
126 | 2024-01-19T05:39:34.949Z | Changed packages: |
127 | 2024-01-19T05:39:34.949Z | helios-dev |
128 | 2024-01-19T05:39:34.949Z | developer/build-essential |
129 | 2024-01-19T05:39:34.949Z | None -> 11-2.0 |
130 | 2024-01-19T05:39:34.949Z | library/libxmlsec1 |
131 | 2024-01-19T05:39:34.949Z | None -> 1.2.35-2.0 |
132 | 2024-01-19T05:39:34.949Z | ooce/developer/clang-15 |
133 | 2024-01-19T05:39:34.949Z | None -> 15.0.7-2.0 |
134 | 2024-01-19T05:39:34.949Z | ooce/developer/llvm-15 |
135 | 2024-01-19T05:39:34.949Z | None -> 15.0.7-2.0 |
136 | 2024-01-19T05:39:34.949Z | |
137 | 2024-01-19T05:39:34.949Z | Services: |
138 | 2024-01-19T05:39:34.949Z | restart_fmri: |
139 | 2024-01-19T05:39:34.950Z | svc:/system/update-man-index:default |
140 | 2024-01-19T05:39:35.118Z | |
141 | 2024-01-19T05:39:35.118Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2024-01-19T05:39:40.128Z | Download: 924/3290 items 18.9/212.6MB 8% complete (3.9M/s) |
143 | 2024-01-19T05:39:45.186Z | Download: 1226/3290 items 92.3/212.6MB 43% complete (9.3M/s) |
144 | 2024-01-19T05:39:51.148Z | Download: 2189/3290 items 118.9/212.6MB 55% complete (10.0M/s) |
145 | 2024-01-19T05:40:05.641Z | Download: 2590/3290 items 120.3/212.6MB 56% complete (3.0M/s) |
146 | 2024-01-19T05:40:06.061Z | Download: 3213/3290 items 191.6/212.6MB 90% complete (7.2M/s) |
147 | 2024-01-19T05:40:06.061Z | Download: 3288/3290 items 211.1/212.6MB 99% complete (9.0M/s) |
148 | 2024-01-19T05:40:06.061Z | Download: Completed 212.60 MB in 30.18 seconds (7.0M/s) |
149 | 2024-01-19T05:40:06.061Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-01-19T05:40:10.534Z | Actions: 2726/3689 actions (Installing new actions) |
151 | 2024-01-19T05:40:13.173Z | Actions: Completed 3689 actions in 7.64 seconds. |
152 | 2024-01-19T05:40:13.427Z | Done (0.244s) |
153 | 2024-01-19T05:40:13.427Z | Done (0.000s) |
154 | 2024-01-19T05:40:13.768Z | Done (0.326s) |
155 | 2024-01-19T05:40:20.999Z | Done (7.100s) |
156 | 2024-01-19T05:40:21.215Z | Done (0.097s) |
157 | 2024-01-19T05:40:21.242Z | Done (0.000s) |
158 | 2024-01-19T05:40:21.399Z | Done (0.000s) |
159 | 2024-01-19T05:40:22.120Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-01-19T05:40:22.475Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-01-19T05:40:22.565Z | Planning: Consolidating action changes ... Done |
162 | 2024-01-19T05:40:22.837Z | Planning: Evaluating mediators ... Done |
163 | 2024-01-19T05:40:22.854Z | Planning: Planning completed in 0.71 seconds |
164 | 2024-01-19T05:40:22.888Z | Mediators to change: 2 |
165 | 2024-01-19T05:40:22.895Z | Create boot environment: No |
166 | 2024-01-19T05:40:22.896Z | Create backup boot environment: No |
167 | 2024-01-19T05:40:22.981Z | Done |
168 | 2024-01-19T05:40:22.981Z | Done |
169 | 2024-01-19T05:40:23.176Z | Done |
170 | 2024-01-19T05:40:28.768Z | Done |
171 | 2024-01-19T05:40:28.925Z | Done |
172 | 2024-01-19T05:40:29.415Z | Done |
173 | 2024-01-19T05:40:30.345Z | Done |
174 | 2024-01-19T05:40:30.352Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-01-19T05:40:30.352Z | Planning: Merging actions ... Done |
176 | 2024-01-19T05:40:30.352Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-01-19T05:40:30.352Z | Planning: Consolidating action changes ... Done |
178 | 2024-01-19T05:40:30.702Z | Planning: Evaluating mediators ... Done |
179 | 2024-01-19T05:40:30.787Z | Planning: Planning completed in 1.27 seconds |
180 | 2024-01-19T05:40:30.847Z | Packages to change: 1 |
181 | 2024-01-19T05:40:31.264Z | Mediators to change: 1 |
182 | 2024-01-19T05:40:31.264Z | Services to change: 1 |
183 | 2024-01-19T05:40:31.264Z | Create boot environment: No |
184 | 2024-01-19T05:40:31.264Z | Create backup boot environment: Yes |
185 | 2024-01-19T05:40:32.899Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-01-19T05:40:32.906Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-01-19T05:40:32.906Z | Done |
188 | 2024-01-19T05:40:32.906Z | Done |
189 | 2024-01-19T05:40:32.972Z | Done |
190 | 2024-01-19T05:40:38.765Z | Done |
191 | 2024-01-19T05:40:38.897Z | Done |
192 | 2024-01-19T05:40:38.917Z | Done |
193 | 2024-01-19T05:40:38.986Z | Done |
194 | 2024-01-19T05:40:39.731Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-01-19T05:40:39.731Z | clang system 15 system |
196 | 2024-01-19T05:40:39.731Z | csh system system illumos |
197 | 2024-01-19T05:40:39.731Z | ctags system system illumos |
198 | 2024-01-19T05:40:39.732Z | gcc vendor 12 vendor |
199 | 2024-01-19T05:40:39.732Z | gcc system 10 system |
200 | 2024-01-19T05:40:39.732Z | gcc system 7 system |
201 | 2024-01-19T05:40:39.732Z | go system 1.20 system |
202 | 2024-01-19T05:40:39.732Z | go system 1.19 system |
203 | 2024-01-19T05:40:39.732Z | llvm system 15 system |
204 | 2024-01-19T05:40:39.733Z | llvm system 14 system |
205 | 2024-01-19T05:40:39.733Z | mariadb system 10.6 system |
206 | 2024-01-19T05:40:39.733Z | mta vendor vendor dma |
207 | 2024-01-19T05:40:39.733Z | openjdk system 17 system |
208 | 2024-01-19T05:40:39.733Z | openjdk system 11 system |
209 | 2024-01-19T05:40:39.733Z | openjdk system 1.8 system |
210 | 2024-01-19T05:40:39.733Z | openssl vendor 3 vendor |
211 | 2024-01-19T05:40:39.734Z | perl system 5.36 system |
212 | 2024-01-19T05:40:39.734Z | postgresql system 15 system |
213 | 2024-01-19T05:40:39.734Z | postgresql system 13 system |
214 | 2024-01-19T05:40:39.734Z | python vendor 3 vendor |
215 | 2024-01-19T05:40:39.734Z | python system 2 system |
216 | 2024-01-19T05:40:39.734Z | python3 system 3.11 system |
217 | 2024-01-19T05:40:39.735Z | ruby system 3.0 system |
218 | 2024-01-19T05:40:39.735Z | words vendor vendor american-english |
219 | 2024-01-19T05:40:39.735Z | words system system australian-english |
220 | 2024-01-19T05:40:39.735Z | words system system british-english |
221 | 2024-01-19T05:40:39.735Z | words system system canadian-english |
222 | 2024-01-19T05:40:39.735Z | words system system french |
223 | 2024-01-19T05:40:39.735Z | words system system italian |
224 | 2024-01-19T05:40:39.735Z | words system system ngerman |
225 | 2024-01-19T05:40:39.735Z | words system system ogerman |
226 | 2024-01-19T05:40:39.735Z | words system system spanish |
227 | 2024-01-19T05:40:40.160Z | FMRI IFO |
228 | 2024-01-19T05:40:40.160Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-01-19T05:40:40.160Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-01-19T05:40:40.160Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-01-19T05:40:40.160Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-01-19T05:40:40.161Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-01-19T05:40:40.161Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
234 | 2024-01-19T05:40:40.161Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-01-19T05:40:40.161Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-01-19T05:40:40.225Z | + set -o errexit |
237 | 2024-01-19T05:40:40.231Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-01-19T05:40:40.231Z | ++ cd ./tools |
239 | 2024-01-19T05:40:40.231Z | ++ pwd |
240 | 2024-01-19T05:40:40.237Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-01-19T05:40:40.238Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-01-19T05:40:40.238Z | + ARG0=ci_download_cockroachdb |
243 | 2024-01-19T05:40:40.238Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-01-19T05:40:40.238Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-01-19T05:40:40.238Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-01-19T05:40:40.247Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2024-01-19T05:40:40.247Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2024-01-19T05:40:40.247Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2024-01-19T05:40:40.247Z | + TARGET_DIR=out |
250 | 2024-01-19T05:40:40.247Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-01-19T05:40:40.248Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-01-19T05:40:40.248Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-01-19T05:40:40.248Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-01-19T05:40:40.248Z | + main |
255 | 2024-01-19T05:40:40.248Z | + [[ 0 != 0 ]] |
256 | 2024-01-19T05:40:40.248Z | + CIDL_OS=solaris2.11 |
257 | 2024-01-19T05:40:40.248Z | + [[ 0 != 0 ]] |
258 | 2024-01-19T05:40:40.249Z | + configure_os solaris2.11 |
259 | 2024-01-19T05:40:40.249Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-01-19T05:40:40.249Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-01-19T05:40:40.249Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-01-19T05:40:40.249Z | + case "$1" in |
263 | 2024-01-19T05:40:40.249Z | configuring based on OS: "solaris2.11" |
264 | 2024-01-19T05:40:40.249Z | + CIDL_BUILD=illumos |
265 | 2024-01-19T05:40:40.250Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-01-19T05:40:40.250Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2024-01-19T05:40:40.250Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2024-01-19T05:40:40.250Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-01-19T05:40:40.250Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-01-19T05:40:40.250Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-01-19T05:40:40.250Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-01-19T05:40:40.251Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-01-19T05:40:40.251Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-01-19T05:40:40.251Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-01-19T05:40:40.251Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-01-19T05:40:40.251Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-01-19T05:40:40.251Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2024-01-19T05:40:40.251Z | + mkdir -p out/downloads |
279 | 2024-01-19T05:40:40.252Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-01-19T05:40:40.252Z | + mkdir -p ./out/cockroachdb |
281 | 2024-01-19T05:40:40.252Z | + local DO_DOWNLOAD=true |
282 | 2024-01-19T05:40:40.252Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-01-19T05:40:40.252Z | + '[' true == true ']' |
284 | 2024-01-19T05:40:40.252Z | + echo Downloading... |
285 | 2024-01-19T05:40:40.252Z | Downloading... |
286 | 2024-01-19T05:40:40.253Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-01-19T05:40:40.253Z | + 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 |
288 | 2024-01-19T05:40:43.049Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-01-19T05:40:43.053Z | ++ md5sum |
290 | 2024-01-19T05:40:43.053Z | ++ awk '{print $1}' |
291 | 2024-01-19T05:40:43.654Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-01-19T05:40:43.654Z | + [[ 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 ]] |
293 | 2024-01-19T05:40:43.654Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-19T05:40:43.654Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-01-19T05:40:46.688Z | + do_assemble_illumos |
296 | 2024-01-19T05:40:46.689Z | + rm -r ./out/cockroachdb |
297 | 2024-01-19T05:40:46.709Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-01-19T05:40:47.326Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-01-19T05:40:47.725Z | Build Tag: v22.1.9-dirty |
300 | 2024-01-19T05:40:47.725Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-01-19T05:40:47.725Z | Distribution: OSS |
302 | 2024-01-19T05:40:47.725Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-01-19T05:40:47.725Z | Go Version: go1.17.13 |
304 | 2024-01-19T05:40:47.726Z | C Compiler: gcc 10.3.0 |
305 | 2024-01-19T05:40:47.726Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-01-19T05:40:47.726Z | Build Type: release |
307 | 2024-01-19T05:40:47.740Z | + set -o errexit |
308 | 2024-01-19T05:40:47.759Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-01-19T05:40:47.759Z | ++ cd ./tools |
310 | 2024-01-19T05:40:47.760Z | ++ pwd |
311 | 2024-01-19T05:40:47.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-01-19T05:40:47.760Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-01-19T05:40:47.760Z | + ARG0=ci_download_clickhouse |
314 | 2024-01-19T05:40:47.760Z | + TARGET_DIR=out |
315 | 2024-01-19T05:40:47.761Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-01-19T05:40:47.761Z | + DEST_DIR=./out/clickhouse |
317 | 2024-01-19T05:40:47.761Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2024-01-19T05:40:47.761Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-01-19T05:40:47.761Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2024-01-19T05:40:47.761Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2024-01-19T05:40:47.761Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2024-01-19T05:40:47.761Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-01-19T05:40:47.762Z | + main |
324 | 2024-01-19T05:40:47.762Z | + [[ 0 != 0 ]] |
325 | 2024-01-19T05:40:47.762Z | + CIDL_OS=solaris2.11 |
326 | 2024-01-19T05:40:47.762Z | + [[ 0 != 0 ]] |
327 | 2024-01-19T05:40:47.762Z | + configure_os solaris2.11 |
328 | 2024-01-19T05:40:47.762Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-01-19T05:40:47.762Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-01-19T05:40:47.763Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-01-19T05:40:47.763Z | + CIDL_DASHREV= |
332 | 2024-01-19T05:40:47.763Z | configuring based on OS: "solaris2.11" |
333 | 2024-01-19T05:40:47.763Z | + case "$1" in |
334 | 2024-01-19T05:40:47.763Z | + CIDL_PLATFORM=illumos |
335 | 2024-01-19T05:40:47.763Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2024-01-19T05:40:47.764Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-01-19T05:40:47.764Z | + CIDL_DASHREV=-1 |
338 | 2024-01-19T05:40:47.765Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2024-01-19T05:40:47.765Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-01-19T05:40:47.766Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-01-19T05:40:47.766Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-01-19T05:40:47.766Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2024-01-19T05:40:47.767Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2024-01-19T05:40:47.767Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-01-19T05:40:47.767Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-01-19T05:40:47.767Z | + mkdir -p out/downloads |
347 | 2024-01-19T05:40:47.767Z | + mkdir -p ./out/clickhouse |
348 | 2024-01-19T05:40:47.774Z | + local DO_DOWNLOAD=true |
349 | 2024-01-19T05:40:47.774Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2024-01-19T05:40:47.774Z | + '[' true == true ']' |
351 | 2024-01-19T05:40:47.774Z | + echo Downloading... |
352 | 2024-01-19T05:40:47.774Z | Downloading... |
353 | 2024-01-19T05:40:47.774Z | + 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 |
354 | 2024-01-19T05:40:47.774Z | + 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 |
355 | 2024-01-19T05:40:49.106Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-01-19T05:40:49.119Z | ++ md5sum |
357 | 2024-01-19T05:40:49.119Z | ++ awk '{print $1}' |
358 | 2024-01-19T05:40:49.347Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-01-19T05:40:49.348Z | + [[ 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 ]] |
360 | 2024-01-19T05:40:49.361Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2024-01-19T05:40:49.362Z | + mkdir -p ./out/clickhouse |
362 | 2024-01-19T05:40:49.363Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-01-19T05:40:54.145Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-01-19T05:40:54.196Z | ClickHouse server version 22.8.9.1. |
365 | 2024-01-19T05:40:54.218Z | + set -o errexit |
366 | 2024-01-19T05:40:54.222Z | +++ dirname ./tools/ci_download_console |
367 | 2024-01-19T05:40:54.222Z | ++ cd ./tools |
368 | 2024-01-19T05:40:54.222Z | ++ pwd |
369 | 2024-01-19T05:40:54.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-01-19T05:40:54.227Z | ++ basename ./tools/ci_download_console |
371 | 2024-01-19T05:40:54.227Z | + ARG0=ci_download_console |
372 | 2024-01-19T05:40:54.227Z | + TARGET_DIR=out |
373 | 2024-01-19T05:40:54.227Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-01-19T05:40:54.227Z | + DEST_DIR=./out/console-assets |
375 | 2024-01-19T05:40:54.227Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-01-19T05:40:54.227Z | ++ COMMIT=644a45b8e4ab673ad51754e372277abc3ddfd036 |
377 | 2024-01-19T05:40:54.228Z | ++ SHA2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
378 | 2024-01-19T05:40:54.228Z | + URL=https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
379 | 2024-01-19T05:40:54.228Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-01-19T05:40:54.228Z | + main |
381 | 2024-01-19T05:40:54.228Z | + [[ 0 != 0 ]] |
382 | 2024-01-19T05:40:54.228Z | + echo 'URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz' |
383 | 2024-01-19T05:40:54.228Z | URL: https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
384 | 2024-01-19T05:40:54.228Z | + echo 'Local file: out/downloads/console.tar.gz' |
385 | 2024-01-19T05:40:54.228Z | Local file: out/downloads/console.tar.gz |
386 | 2024-01-19T05:40:54.233Z | + local DO_DOWNLOAD=true |
387 | 2024-01-19T05:40:54.233Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-01-19T05:40:54.233Z | + mkdir -p out/downloads |
389 | 2024-01-19T05:40:54.233Z | + '[' true == true ']' |
390 | 2024-01-19T05:40:54.233Z | + echo Downloading... |
391 | 2024-01-19T05:40:54.234Z | Downloading... |
392 | 2024-01-19T05:40:54.234Z | + do_download_curl https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz out/downloads/console.tar.gz |
393 | 2024-01-19T05:40:54.234Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/644a45b8e4ab673ad51754e372277abc3ddfd036.tar.gz |
394 | 2024-01-19T05:40:54.857Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-01-19T05:40:54.864Z | ++ case "$OSTYPE" in |
396 | 2024-01-19T05:40:54.864Z | ++ SHA=sha256sum |
397 | 2024-01-19T05:40:54.864Z | ++ sha256sum |
398 | 2024-01-19T05:40:54.864Z | ++ awk '{print $1}' |
399 | 2024-01-19T05:40:54.924Z | + calculated_sha2=a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 |
400 | 2024-01-19T05:40:54.924Z | + [[ a059917d826081df04efd44186f6dfeef0099fc53f1e8618796ea990a510f4b0 != \a\0\5\9\9\1\7\d\8\2\6\0\8\1\d\f\0\4\e\f\d\4\4\1\8\6\f\6\d\f\e\e\f\0\0\9\9\f\c\5\3\f\1\e\8\6\1\8\7\9\6\e\a\9\9\0\a\5\1\0\f\4\b\0 ]] |
401 | 2024-01-19T05:40:54.943Z | + rm -rf ./out/console-assets |
402 | 2024-01-19T05:40:54.944Z | + mkdir -p ./out/console-assets |
403 | 2024-01-19T05:40:54.944Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-01-19T05:40:54.944Z | + mkdir -p ./out/console-assets |
405 | 2024-01-19T05:40:54.944Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-01-19T05:40:55.074Z | + set -o errexit |
407 | 2024-01-19T05:40:55.079Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-01-19T05:40:55.079Z | ++ cd ./tools |
409 | 2024-01-19T05:40:55.079Z | ++ pwd |
410 | 2024-01-19T05:40:55.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-01-19T05:40:55.079Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-01-19T05:40:55.079Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-01-19T05:40:55.079Z | + TARGET_DIR=out |
414 | 2024-01-19T05:40:55.079Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-01-19T05:40:55.079Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-01-19T05:40:55.080Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
417 | 2024-01-19T05:40:55.080Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
418 | 2024-01-19T05:40:55.080Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
419 | 2024-01-19T05:40:55.080Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
420 | 2024-01-19T05:40:55.080Z | + main |
421 | 2024-01-19T05:40:55.080Z | + [[ 0 != 0 ]] |
422 | 2024-01-19T05:40:55.080Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
423 | 2024-01-19T05:40:55.080Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
424 | 2024-01-19T05:40:55.080Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
425 | 2024-01-19T05:40:55.080Z | + local DO_DOWNLOAD=true |
426 | 2024-01-19T05:40:55.080Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
427 | 2024-01-19T05:40:55.080Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
428 | 2024-01-19T05:40:55.080Z | + mkdir -p out/downloads |
429 | 2024-01-19T05:40:55.081Z | + '[' true == true ']' |
430 | 2024-01-19T05:40:55.081Z | + echo Downloading... |
431 | 2024-01-19T05:40:55.081Z | Downloading... |
432 | 2024-01-19T05:40:55.081Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
433 | 2024-01-19T05:40:55.081Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
434 | 2024-01-19T05:40:55.299Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2024-01-19T05:40:55.303Z | ++ case "$OSTYPE" in |
436 | 2024-01-19T05:40:55.303Z | ++ SHA=sha256sum |
437 | 2024-01-19T05:40:55.303Z | ++ sha256sum |
438 | 2024-01-19T05:40:55.304Z | ++ awk '{print $1}' |
439 | 2024-01-19T05:40:55.308Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
440 | 2024-01-19T05:40:55.308Z | + [[ 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 ]] |
441 | 2024-01-19T05:40:55.308Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2024-01-19T05:40:55.308Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2024-01-19T05:40:55.309Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
444 | 2024-01-19T05:40:55.309Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
445 | 2024-01-19T05:40:55.309Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2024-01-19T05:40:55.309Z | + main |
447 | 2024-01-19T05:40:55.309Z | + [[ 0 != 0 ]] |
448 | 2024-01-19T05:40:55.310Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
449 | 2024-01-19T05:40:55.310Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
450 | 2024-01-19T05:40:55.316Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
451 | 2024-01-19T05:40:55.316Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2024-01-19T05:40:55.316Z | + local DO_DOWNLOAD=true |
453 | 2024-01-19T05:40:55.316Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
454 | 2024-01-19T05:40:55.316Z | + mkdir -p out/downloads |
455 | 2024-01-19T05:40:55.326Z | + '[' true == true ']' |
456 | 2024-01-19T05:40:55.326Z | + echo Downloading... |
457 | 2024-01-19T05:40:55.326Z | Downloading... |
458 | 2024-01-19T05:40:55.326Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2024-01-19T05:40:55.326Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
460 | 2024-01-19T05:40:55.518Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2024-01-19T05:40:55.530Z | ++ case "$OSTYPE" in |
462 | 2024-01-19T05:40:55.530Z | ++ SHA=sha256sum |
463 | 2024-01-19T05:40:55.531Z | ++ sha256sum |
464 | 2024-01-19T05:40:55.531Z | ++ awk '{print $1}' |
465 | 2024-01-19T05:40:55.547Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
466 | 2024-01-19T05:40:55.547Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
467 | 2024-01-19T05:40:55.547Z | + set -o errexit |
468 | 2024-01-19T05:40:55.547Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2024-01-19T05:40:55.547Z | ++ cd ./tools |
470 | 2024-01-19T05:40:55.547Z | ++ pwd |
471 | 2024-01-19T05:40:55.547Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2024-01-19T05:40:55.547Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2024-01-19T05:40:55.547Z | + ARG0=ci_download_dendrite_openapi |
474 | 2024-01-19T05:40:55.548Z | + TARGET_DIR=out |
475 | 2024-01-19T05:40:55.548Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-01-19T05:40:55.548Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-01-19T05:40:55.548Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
478 | 2024-01-19T05:40:55.548Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
479 | 2024-01-19T05:40:55.548Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
480 | 2024-01-19T05:40:55.548Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
481 | 2024-01-19T05:40:55.548Z | + main |
482 | 2024-01-19T05:40:55.556Z | + [[ 0 != 0 ]] |
483 | 2024-01-19T05:40:55.556Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
484 | 2024-01-19T05:40:55.556Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
485 | 2024-01-19T05:40:55.556Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
486 | 2024-01-19T05:40:55.556Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
487 | 2024-01-19T05:40:55.556Z | + local DO_DOWNLOAD=true |
488 | 2024-01-19T05:40:55.556Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
489 | 2024-01-19T05:40:55.556Z | + mkdir -p out/downloads |
490 | 2024-01-19T05:40:55.556Z | + '[' true == true ']' |
491 | 2024-01-19T05:40:55.556Z | + echo Downloading... |
492 | 2024-01-19T05:40:55.556Z | Downloading... |
493 | 2024-01-19T05:40:55.556Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
494 | 2024-01-19T05:40:55.556Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
495 | 2024-01-19T05:40:55.695Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
496 | 2024-01-19T05:40:55.695Z | ++ case "$OSTYPE" in |
497 | 2024-01-19T05:40:55.695Z | ++ SHA=sha256sum |
498 | 2024-01-19T05:40:55.698Z | ++ sha256sum |
499 | 2024-01-19T05:40:55.698Z | ++ awk '{print $1}' |
500 | 2024-01-19T05:40:55.702Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
501 | 2024-01-19T05:40:55.702Z | + [[ 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 ]] |
502 | 2024-01-19T05:40:55.711Z | + set -o errexit |
503 | 2024-01-19T05:40:55.715Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2024-01-19T05:40:55.718Z | ++ cd ./tools |
505 | 2024-01-19T05:40:55.718Z | ++ pwd |
506 | 2024-01-19T05:40:55.718Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-01-19T05:40:55.721Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2024-01-19T05:40:55.721Z | + ARG0=ci_download_dendrite_stub |
509 | 2024-01-19T05:40:55.722Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2024-01-19T05:40:55.726Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
511 | 2024-01-19T05:40:55.726Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
512 | 2024-01-19T05:40:55.726Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
513 | 2024-01-19T05:40:55.726Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-01-19T05:40:55.726Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
515 | 2024-01-19T05:40:55.726Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
516 | 2024-01-19T05:40:55.726Z | + TARGET_DIR=out |
517 | 2024-01-19T05:40:55.726Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-01-19T05:40:55.726Z | + DEST_DIR=./out/dendrite-stub |
519 | 2024-01-19T05:40:55.726Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2024-01-19T05:40:55.727Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2024-01-19T05:40:55.727Z | + REPO=oxidecomputer/dendrite |
522 | 2024-01-19T05:40:55.727Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
523 | 2024-01-19T05:40:55.727Z | + main |
524 | 2024-01-19T05:40:55.727Z | + [[ 0 != 0 ]] |
525 | 2024-01-19T05:40:55.727Z | + CIDL_OS=solaris2.11 |
526 | 2024-01-19T05:40:55.727Z | + [[ 0 != 0 ]] |
527 | 2024-01-19T05:40:55.727Z | + configure_os solaris2.11 |
528 | 2024-01-19T05:40:55.727Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2024-01-19T05:40:55.727Z | current directory: /work/oxidecomputer/omicron |
530 | 2024-01-19T05:40:55.727Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-01-19T05:40:55.728Z | configuring based on OS: "solaris2.11" |
532 | 2024-01-19T05:40:55.728Z | + case "$1" in |
533 | 2024-01-19T05:40:55.728Z | + SET_BINARIES= |
534 | 2024-01-19T05:40:55.728Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
535 | 2024-01-19T05:40:55.728Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2024-01-19T05:40:55.728Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2024-01-19T05:40:55.728Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
538 | 2024-01-19T05:40:55.728Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2024-01-19T05:40:55.728Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
540 | 2024-01-19T05:40:55.728Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
541 | 2024-01-19T05:40:55.728Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2024-01-19T05:40:55.728Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2024-01-19T05:40:55.729Z | + mkdir -p out/downloads |
544 | 2024-01-19T05:40:55.732Z | + mkdir -p ./out/dendrite-stub |
545 | 2024-01-19T05:40:55.732Z | + fetch_and_verify |
546 | 2024-01-19T05:40:55.733Z | + local DO_DOWNLOAD=true |
547 | 2024-01-19T05:40:55.733Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2024-01-19T05:40:55.733Z | + '[' true == true ']' |
549 | 2024-01-19T05:40:55.733Z | + echo Downloading... |
550 | 2024-01-19T05:40:55.733Z | Downloading... |
551 | 2024-01-19T05:40:55.733Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2024-01-19T05:40:55.733Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
553 | 2024-01-19T05:41:08.388Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2024-01-19T05:41:08.411Z | ++ sha256sum |
555 | 2024-01-19T05:41:08.411Z | ++ awk '{print $1}' |
556 | 2024-01-19T05:41:08.411Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
557 | 2024-01-19T05:41:08.411Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
558 | 2024-01-19T05:41:08.411Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2024-01-19T05:41:08.412Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2024-01-19T05:41:09.211Z | + do_assemble |
561 | 2024-01-19T05:41:09.211Z | + rm -r ./out/dendrite-stub |
562 | 2024-01-19T05:41:09.230Z | + mkdir ./out/dendrite-stub |
563 | 2024-01-19T05:41:09.231Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2024-01-19T05:41:09.380Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2024-01-19T05:41:09.394Z | + set -o errexit |
566 | 2024-01-19T05:41:09.403Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2024-01-19T05:41:09.404Z | ++ cd ./tools |
568 | 2024-01-19T05:41:09.404Z | ++ pwd |
569 | 2024-01-19T05:41:09.404Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-01-19T05:41:09.404Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2024-01-19T05:41:09.404Z | + ARG0=ci_download_maghemite_mgd |
572 | 2024-01-19T05:41:09.404Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2024-01-19T05:41:09.405Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
574 | 2024-01-19T05:41:09.405Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
575 | 2024-01-19T05:41:09.405Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2024-01-19T05:41:09.405Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
577 | 2024-01-19T05:41:09.405Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
578 | 2024-01-19T05:41:09.405Z | + TARGET_DIR=out |
579 | 2024-01-19T05:41:09.406Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-01-19T05:41:09.406Z | + DEST_DIR=./out/mgd |
581 | 2024-01-19T05:41:09.406Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2024-01-19T05:41:09.406Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-01-19T05:41:09.406Z | + REPO=oxidecomputer/maghemite |
584 | 2024-01-19T05:41:09.406Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2024-01-19T05:41:09.406Z | + main |
586 | 2024-01-19T05:41:09.406Z | + [[ 0 != 0 ]] |
587 | 2024-01-19T05:41:09.406Z | + CIDL_OS=solaris2.11 |
588 | 2024-01-19T05:41:09.407Z | + [[ 0 != 0 ]] |
589 | 2024-01-19T05:41:09.407Z | + configure_os solaris2.11 |
590 | 2024-01-19T05:41:09.407Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-01-19T05:41:09.407Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-01-19T05:41:09.407Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2024-01-19T05:41:09.407Z | + case "$1" in |
594 | 2024-01-19T05:41:09.407Z | + SET_BINARIES= |
595 | 2024-01-19T05:41:09.407Z | configuring based on OS: "solaris2.11" |
596 | 2024-01-19T05:41:09.407Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-01-19T05:41:09.407Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2024-01-19T05:41:09.407Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
599 | 2024-01-19T05:41:09.408Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2024-01-19T05:41:09.408Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
601 | 2024-01-19T05:41:09.408Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2024-01-19T05:41:09.408Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
603 | 2024-01-19T05:41:09.408Z | + mkdir -p out/downloads |
604 | 2024-01-19T05:41:09.408Z | Local file: out/downloads/mgd.tar.gz |
605 | 2024-01-19T05:41:09.416Z | + mkdir -p ./out/mgd |
606 | 2024-01-19T05:41:09.416Z | + fetch_and_verify |
607 | 2024-01-19T05:41:09.416Z | + local DO_DOWNLOAD=true |
608 | 2024-01-19T05:41:09.416Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2024-01-19T05:41:09.416Z | + '[' true == true ']' |
610 | 2024-01-19T05:41:09.416Z | + echo Downloading... |
611 | 2024-01-19T05:41:09.416Z | Downloading... |
612 | 2024-01-19T05:41:09.416Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2024-01-19T05:41:09.416Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
614 | 2024-01-19T05:41:15.985Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2024-01-19T05:41:15.990Z | ++ sha256sum |
616 | 2024-01-19T05:41:15.990Z | ++ awk '{print $1}' |
617 | 2024-01-19T05:41:16.065Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
618 | 2024-01-19T05:41:16.065Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
619 | 2024-01-19T05:41:16.076Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2024-01-19T05:41:16.076Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2024-01-19T05:41:16.718Z | + do_assemble |
622 | 2024-01-19T05:41:16.718Z | + rm -r ./out/mgd |
623 | 2024-01-19T05:41:16.728Z | + mkdir ./out/mgd |
624 | 2024-01-19T05:41:16.728Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2024-01-19T05:41:16.938Z | + set -o errexit |
626 | 2024-01-19T05:41:16.949Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2024-01-19T05:41:16.949Z | ++ cd ./tools |
628 | 2024-01-19T05:41:16.949Z | ++ pwd |
629 | 2024-01-19T05:41:16.949Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2024-01-19T05:41:16.949Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2024-01-19T05:41:16.971Z | + ARG0=ci_download_transceiver_control |
632 | 2024-01-19T05:41:16.971Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2024-01-19T05:41:16.971Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2024-01-19T05:41:16.971Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-01-19T05:41:16.972Z | + TARGET_DIR=out |
636 | 2024-01-19T05:41:16.972Z | + DOWNLOAD_DIR=out/downloads |
637 | 2024-01-19T05:41:16.972Z | + DEST_DIR=./out/transceiver-control |
638 | 2024-01-19T05:41:16.972Z | + BIN_DIR=/opt/oxide/bin |
639 | 2024-01-19T05:41:16.972Z | + BINARY=xcvradm |
640 | 2024-01-19T05:41:16.973Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2024-01-19T05:41:16.973Z | + REPO=oxidecomputer/transceiver-control |
642 | 2024-01-19T05:41:16.973Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-01-19T05:41:16.973Z | + main |
644 | 2024-01-19T05:41:16.973Z | + [[ 0 != 0 ]] |
645 | 2024-01-19T05:41:16.974Z | + CIDL_OS=solaris2.11 |
646 | 2024-01-19T05:41:16.974Z | + [[ 0 != 0 ]] |
647 | 2024-01-19T05:41:16.974Z | + configure_os solaris2.11 |
648 | 2024-01-19T05:41:16.974Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2024-01-19T05:41:16.974Z | current directory: /work/oxidecomputer/omicron |
650 | 2024-01-19T05:41:16.975Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2024-01-19T05:41:16.975Z | configuring based on OS: "solaris2.11" |
652 | 2024-01-19T05:41:16.975Z | + case "$1" in |
653 | 2024-01-19T05:41:16.975Z | + SET_BINARIES= |
654 | 2024-01-19T05:41:16.975Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-01-19T05:41:16.975Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2024-01-19T05:41:16.975Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2024-01-19T05:41:16.975Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-01-19T05:41:16.976Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2024-01-19T05:41:16.976Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2024-01-19T05:41:16.976Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-01-19T05:41:16.976Z | Local file: out/downloads/xcvradm.gz |
662 | 2024-01-19T05:41:16.976Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2024-01-19T05:41:16.976Z | + mkdir -p out/downloads |
664 | 2024-01-19T05:41:16.976Z | + mkdir -p ./out/transceiver-control |
665 | 2024-01-19T05:41:16.976Z | + fetch_and_verify |
666 | 2024-01-19T05:41:16.977Z | + local DO_DOWNLOAD=true |
667 | 2024-01-19T05:41:16.977Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2024-01-19T05:41:16.977Z | + '[' true == true ']' |
669 | 2024-01-19T05:41:16.977Z | + echo Downloading... |
670 | 2024-01-19T05:41:16.977Z | Downloading... |
671 | 2024-01-19T05:41:16.977Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2024-01-19T05:41:16.977Z | + 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 |
673 | 2024-01-19T05:41:22.292Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2024-01-19T05:41:22.303Z | ++ sha256sum |
675 | 2024-01-19T05:41:22.303Z | ++ awk '{print $1}' |
676 | 2024-01-19T05:41:22.323Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-19T05:41:22.323Z | + [[ 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 ]] |
678 | 2024-01-19T05:41:22.867Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2024-01-19T05:41:22.867Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2024-01-19T05:41:22.867Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2024-01-19T05:41:22.868Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2024-01-19T05:41:22.868Z | + do_assemble |
683 | 2024-01-19T05:41:22.868Z | + rm -r ./out/transceiver-control |
684 | 2024-01-19T05:41:22.868Z | + mkdir ./out/transceiver-control |
685 | 2024-01-19T05:41:22.868Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2024-01-19T05:41:22.868Z | All prerequisites installed successfully |
687 | 2024-01-19T05:41:22.868Z | |
688 | 2024-01-19T05:41:22.868Z | real 2:09.180981733 |
689 | 2024-01-19T05:41:22.868Z | user 52.084652567 |
690 | 2024-01-19T05:41:22.869Z | sys 10.054756350 |
691 | 2024-01-19T05:41:22.869Z | trap 0.022547196 |
692 | 2024-01-19T05:41:22.869Z | tflt 0.147398629 |
693 | 2024-01-19T05:41:22.869Z | dflt 0.341451367 |
694 | 2024-01-19T05:41:22.869Z | kflt 0.145971383 |
695 | 2024-01-19T05:41:22.869Z | lock 2.214029049 |
696 | 2024-01-19T05:41:22.869Z | slp 4:07.374060270 |
697 | 2024-01-19T05:41:22.869Z | lat 3.451442131 |
698 | 2024-01-19T05:41:22.869Z | stop 0.068365412 |
699 | 2024-01-19T05:41:22.869Z | + banner end-to-end-tests |
700 | 2024-01-19T05:41:22.869Z | |
701 | 2024-01-19T05:41:22.869Z | ###### # # ##### ##### #### ###### # # ##### |
702 | 2024-01-19T05:41:22.869Z | # ## # # # # # # # ## # # # |
703 | 2024-01-19T05:41:22.870Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
704 | 2024-01-19T05:41:22.870Z | # # # # # # # # # # # # # # # |
705 | 2024-01-19T05:41:22.870Z | # # ## # # # # # # # ## # # |
706 | 2024-01-19T05:41:22.870Z | ###### # # ##### # #### ###### # # ##### |
707 | 2024-01-19T05:41:22.870Z | |
708 | 2024-01-19T05:41:22.870Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2024-01-19T05:41:22.870Z | + CARGO_PROFILE_DEV_DEBUG=1 |
710 | 2024-01-19T05:41:22.870Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2024-01-19T05:41:22.870Z | + CARGO_PROFILE_TEST_DEBUG=1 |
712 | 2024-01-19T05:41:22.870Z | + export CARGO_INCREMENTAL=0 |
713 | 2024-01-19T05:41:22.870Z | + CARGO_INCREMENTAL=0 |
714 | 2024-01-19T05:41:22.870Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
715 | 2024-01-19T05:41:23.056Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
716 | 2024-01-19T05:41:24.364Z | Updating crates.io index |
717 | 2024-01-19T05:41:24.364Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
718 | 2024-01-19T05:41:24.364Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
719 | 2024-01-19T05:41:26.856Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
720 | 2024-01-19T05:41:27.468Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
721 | 2024-01-19T05:41:27.784Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
722 | 2024-01-19T05:41:28.074Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
723 | 2024-01-19T05:41:28.341Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
724 | 2024-01-19T05:41:29.195Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
725 | 2024-01-19T05:41:31.439Z | Updating git repository `https://github.com/oxidecomputer/opte` |
726 | 2024-01-19T05:41:32.475Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
727 | 2024-01-19T05:41:32.884Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
728 | 2024-01-19T05:41:33.525Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
729 | 2024-01-19T05:41:33.840Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
730 | 2024-01-19T05:41:34.053Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
731 | 2024-01-19T05:41:34.400Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
732 | 2024-01-19T05:41:34.781Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
733 | 2024-01-19T05:41:35.082Z | Updating git repository `https://github.com/njaremko/samael` |
734 | 2024-01-19T05:41:35.510Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
735 | 2024-01-19T05:41:36.236Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
736 | 2024-01-19T05:41:36.653Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
737 | 2024-01-19T05:41:36.973Z | Updating git repository `https://github.com/jgallagher/nix` |
738 | 2024-01-19T05:41:38.182Z | Updating git repository `https://github.com/cbiffle/hubpack` |
739 | 2024-01-19T05:41:38.570Z | Updating git repository `https://github.com/oxidecomputer/typify` |
740 | 2024-01-19T05:41:43.538Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
741 | 2024-01-19T05:41:43.744Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
742 | 2024-01-19T05:41:44.032Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
743 | 2024-01-19T05:41:45.820Z | Downloading crates ... |
744 | 2024-01-19T05:41:46.163Z | Downloaded autocfg v1.1.0 |
745 | 2024-01-19T05:41:46.171Z | Downloaded anstream v0.5.0 |
746 | 2024-01-19T05:41:46.171Z | Downloaded arc-swap v1.6.0 |
747 | 2024-01-19T05:41:46.177Z | Downloaded adler v1.0.2 |
748 | 2024-01-19T05:41:46.196Z | Downloaded curve25519-dalek-derive v0.1.0 |
749 | 2024-01-19T05:41:46.207Z | Downloaded colorchoice v1.0.0 |
750 | 2024-01-19T05:41:46.207Z | Downloaded cstr-argument v0.1.2 |
751 | 2024-01-19T05:41:46.214Z | Downloaded async-stream-impl v0.3.5 |
752 | 2024-01-19T05:41:46.214Z | Downloaded atomicwrites v0.4.3 |
753 | 2024-01-19T05:41:46.221Z | Downloaded openssl-macros v0.1.1 |
754 | 2024-01-19T05:41:46.221Z | Downloaded darling_macro v0.20.3 |
755 | 2024-01-19T05:41:46.221Z | Downloaded openssl-probe v0.1.5 |
756 | 2024-01-19T05:41:46.230Z | Downloaded anstyle-query v1.0.0 |
757 | 2024-01-19T05:41:46.230Z | Downloaded parking_lot v0.12.1 |
758 | 2024-01-19T05:41:46.240Z | Downloaded bit-vec v0.6.3 |
759 | 2024-01-19T05:41:46.250Z | Downloaded owo-colors v3.5.0 |
760 | 2024-01-19T05:41:46.263Z | Downloaded cpufeatures v0.2.9 |
761 | 2024-01-19T05:41:46.264Z | Downloaded base16ct v0.2.0 |
762 | 2024-01-19T05:41:46.299Z | Downloaded uuid v1.6.1 |
763 | 2024-01-19T05:41:46.299Z | Downloaded managed v0.8.0 |
764 | 2024-01-19T05:41:46.299Z | Downloaded matches v0.1.10 |
765 | 2024-01-19T05:41:46.299Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2024-01-19T05:41:46.299Z | Downloaded tinyvec_macros v0.1.1 |
767 | 2024-01-19T05:41:46.299Z | Downloaded bitflags v1.3.2 |
768 | 2024-01-19T05:41:46.299Z | Downloaded try-lock v0.2.4 |
769 | 2024-01-19T05:41:46.299Z | Downloaded want v0.3.1 |
770 | 2024-01-19T05:41:46.310Z | Downloaded num-iter v0.1.43 |
771 | 2024-01-19T05:41:46.310Z | Downloaded walkdir v2.4.0 |
772 | 2024-01-19T05:41:46.320Z | Downloaded memoffset v0.9.0 |
773 | 2024-01-19T05:41:46.320Z | Downloaded multer v3.0.0 |
774 | 2024-01-19T05:41:46.338Z | Downloaded thiserror-impl-no-std v2.0.2 |
775 | 2024-01-19T05:41:46.427Z | Downloaded tokio-rustls v0.24.1 |
776 | 2024-01-19T05:41:46.427Z | Downloaded foreign-types-shared v0.1.1 |
777 | 2024-01-19T05:41:46.427Z | Downloaded miniz_oxide v0.7.1 |
778 | 2024-01-19T05:41:46.427Z | Downloaded endian-type v0.1.2 |
779 | 2024-01-19T05:41:46.440Z | Downloaded num_enum v0.5.11 |
780 | 2024-01-19T05:41:46.440Z | Downloaded usdt v0.3.5 |
781 | 2024-01-19T05:41:46.440Z | Downloaded synstructure v0.12.6 |
782 | 2024-01-19T05:41:46.440Z | Downloaded form_urlencoded v1.2.1 |
783 | 2024-01-19T05:41:46.440Z | Downloaded addr2line v0.21.0 |
784 | 2024-01-19T05:41:46.440Z | Downloaded headers-core v0.2.0 |
785 | 2024-01-19T05:41:46.441Z | Downloaded instant v0.1.12 |
786 | 2024-01-19T05:41:46.441Z | Downloaded foreign-types-macros v0.2.3 |
787 | 2024-01-19T05:41:46.441Z | Downloaded serde_tokenstream v0.2.0 |
788 | 2024-01-19T05:41:46.441Z | Downloaded proc-macro-crate v1.3.1 |
789 | 2024-01-19T05:41:46.441Z | Downloaded primeorder v0.13.6 |
790 | 2024-01-19T05:41:46.441Z | Downloaded ecdsa v0.16.9 |
791 | 2024-01-19T05:41:46.441Z | Downloaded md-5 v0.10.5 |
792 | 2024-01-19T05:41:46.441Z | Downloaded num-rational v0.4.1 |
793 | 2024-01-19T05:41:46.441Z | Downloaded futures-core v0.3.30 |
794 | 2024-01-19T05:41:46.441Z | Downloaded semver v0.11.0 |
795 | 2024-01-19T05:41:46.441Z | Downloaded semver v0.1.20 |
796 | 2024-01-19T05:41:46.441Z | Downloaded r2d2 v0.8.10 |
797 | 2024-01-19T05:41:46.442Z | Downloaded usdt-attr-macro v0.3.5 |
798 | 2024-01-19T05:41:46.442Z | Downloaded tracing-core v0.1.31 |
799 | 2024-01-19T05:41:46.442Z | Downloaded sec1 v0.7.3 |
800 | 2024-01-19T05:41:46.482Z | Downloaded rand_chacha v0.2.2 |
801 | 2024-01-19T05:41:46.482Z | Downloaded futures-channel v0.3.30 |
802 | 2024-01-19T05:41:46.482Z | Downloaded heck v0.3.3 |
803 | 2024-01-19T05:41:46.483Z | Downloaded http-range v0.1.5 |
804 | 2024-01-19T05:41:46.491Z | Downloaded errno v0.3.8 |
805 | 2024-01-19T05:41:46.491Z | Downloaded stringprep v0.1.3 |
806 | 2024-01-19T05:41:46.491Z | Downloaded slog-scope v4.4.0 |
807 | 2024-01-19T05:41:46.491Z | Downloaded time-core v0.1.1 |
808 | 2024-01-19T05:41:46.491Z | Downloaded fallible-iterator v0.2.0 |
809 | 2024-01-19T05:41:46.492Z | Downloaded rand_core v0.5.1 |
810 | 2024-01-19T05:41:46.492Z | Downloaded semver v1.0.21 |
811 | 2024-01-19T05:41:46.492Z | Downloaded untrusted v0.9.0 |
812 | 2024-01-19T05:41:46.492Z | Downloaded ff v0.13.0 |
813 | 2024-01-19T05:41:46.492Z | Downloaded getrandom v0.1.16 |
814 | 2024-01-19T05:41:46.496Z | Downloaded slog-term v2.9.0 |
815 | 2024-01-19T05:41:46.497Z | Downloaded whoami v1.4.1 |
816 | 2024-01-19T05:41:46.497Z | Downloaded http-body v0.4.5 |
817 | 2024-01-19T05:41:46.503Z | Downloaded smallvec v1.11.2 |
818 | 2024-01-19T05:41:46.517Z | Downloaded russh-keys v0.40.1 |
819 | 2024-01-19T05:41:46.518Z | Downloaded hubpack_derive v0.1.1 |
820 | 2024-01-19T05:41:46.624Z | Downloaded fxhash v0.2.1 |
821 | 2024-01-19T05:41:46.624Z | Downloaded strum v0.25.0 |
822 | 2024-01-19T05:41:46.624Z | Downloaded futures v0.3.30 |
823 | 2024-01-19T05:41:46.624Z | Downloaded lalrpop-util v0.19.12 |
824 | 2024-01-19T05:41:46.624Z | Downloaded same-file v1.0.6 |
825 | 2024-01-19T05:41:46.624Z | Downloaded url v2.5.0 |
826 | 2024-01-19T05:41:46.624Z | Downloaded slog-bunyan v2.5.0 |
827 | 2024-01-19T05:41:46.625Z | Downloaded hostname v0.3.1 |
828 | 2024-01-19T05:41:46.625Z | Downloaded ident_case v1.0.1 |
829 | 2024-01-19T05:41:46.659Z | Downloaded slog-async v2.8.0 |
830 | 2024-01-19T05:41:46.659Z | Downloaded yasna v0.5.2 |
831 | 2024-01-19T05:41:46.659Z | Downloaded vsss-rs v3.3.4 |
832 | 2024-01-19T05:41:46.659Z | Downloaded generic-array v0.14.7 |
833 | 2024-01-19T05:41:46.659Z | Downloaded futures-sink v0.3.30 |
834 | 2024-01-19T05:41:46.659Z | Downloaded toolchain_find v0.2.0 |
835 | 2024-01-19T05:41:46.659Z | Downloaded futures-executor v0.3.30 |
836 | 2024-01-19T05:41:46.660Z | Downloaded structmeta-derive v0.2.0 |
837 | 2024-01-19T05:41:46.661Z | Downloaded take_mut v0.2.2 |
838 | 2024-01-19T05:41:46.661Z | Downloaded kstat-rs v0.2.3 |
839 | 2024-01-19T05:41:46.661Z | Downloaded serde_derive v1.0.195 |
840 | 2024-01-19T05:41:46.661Z | Downloaded swrite v0.1.0 |
841 | 2024-01-19T05:41:46.662Z | Downloaded socket2 v0.4.9 |
842 | 2024-01-19T05:41:46.662Z | Downloaded stable_deref_trait v1.2.0 |
843 | 2024-01-19T05:41:46.662Z | Downloaded string_cache v0.8.7 |
844 | 2024-01-19T05:41:46.662Z | Downloaded static_assertions v1.1.0 |
845 | 2024-01-19T05:41:46.662Z | Downloaded is-terminal v0.4.9 |
846 | 2024-01-19T05:41:46.691Z | Downloaded snafu v0.7.5 |
847 | 2024-01-19T05:41:46.691Z | Downloaded ghash v0.5.0 |
848 | 2024-01-19T05:41:46.691Z | Downloaded futures-task v0.3.30 |
849 | 2024-01-19T05:41:46.691Z | Downloaded spki v0.7.2 |
850 | 2024-01-19T05:41:46.691Z | Downloaded strsim v0.10.0 |
851 | 2024-01-19T05:41:46.691Z | Downloaded tempfile v3.9.0 |
852 | 2024-01-19T05:41:46.691Z | Downloaded hash32 v0.2.1 |
853 | 2024-01-19T05:41:46.691Z | Downloaded lazy_static v1.4.0 |
854 | 2024-01-19T05:41:46.692Z | Downloaded getrandom v0.2.10 |
855 | 2024-01-19T05:41:46.692Z | Downloaded glob v0.3.1 |
856 | 2024-01-19T05:41:46.692Z | Downloaded unicase v2.7.0 |
857 | 2024-01-19T05:41:46.697Z | Downloaded foreign-types v0.5.0 |
858 | 2024-01-19T05:41:46.697Z | Downloaded hyper-tls v0.5.0 |
859 | 2024-01-19T05:41:46.697Z | Downloaded sha2 v0.10.8 |
860 | 2024-01-19T05:41:46.697Z | Downloaded spin v0.5.2 |
861 | 2024-01-19T05:41:46.697Z | Downloaded time-macros v0.2.13 |
862 | 2024-01-19T05:41:46.697Z | Downloaded flagset v0.4.3 |
863 | 2024-01-19T05:41:46.697Z | Downloaded ucd-trie v0.1.6 |
864 | 2024-01-19T05:41:46.698Z | Downloaded hashbrown v0.12.3 |
865 | 2024-01-19T05:41:46.698Z | Downloaded spin v0.9.8 |
866 | 2024-01-19T05:41:46.698Z | Downloaded rcgen v0.12.0 |
867 | 2024-01-19T05:41:46.698Z | Downloaded thiserror-no-std v2.0.2 |
868 | 2024-01-19T05:41:46.698Z | Downloaded structopt v0.3.26 |
869 | 2024-01-19T05:41:46.703Z | Downloaded slog v2.7.0 |
870 | 2024-01-19T05:41:46.713Z | Downloaded aes v0.8.3 |
871 | 2024-01-19T05:41:46.716Z | Downloaded toml_edit v0.19.15 |
872 | 2024-01-19T05:41:46.759Z | Downloaded trust-dns-resolver v0.22.0 |
873 | 2024-01-19T05:41:46.776Z | Downloaded flate2 v1.0.28 |
874 | 2024-01-19T05:41:46.791Z | Downloaded half v1.8.2 |
875 | 2024-01-19T05:41:46.791Z | Downloaded hashbrown v0.14.2 |
876 | 2024-01-19T05:41:46.797Z | Downloaded itertools v0.12.0 |
877 | 2024-01-19T05:41:46.802Z | Downloaded reqwest v0.11.22 |
878 | 2024-01-19T05:41:46.816Z | Downloaded headers v0.3.9 |
879 | 2024-01-19T05:41:46.835Z | Downloaded http v0.2.11 |
880 | 2024-01-19T05:41:47.275Z | Downloaded trust-dns-server v0.22.1 |
881 | 2024-01-19T05:41:47.275Z | Downloaded futures-util v0.3.30 |
882 | 2024-01-19T05:41:47.275Z | Downloaded libm v0.2.7 |
883 | 2024-01-19T05:41:47.276Z | Downloaded tokio-util v0.7.10 |
884 | 2024-01-19T05:41:47.276Z | Downloaded regex v1.10.2 |
885 | 2024-01-19T05:41:47.276Z | Downloaded smoltcp v0.9.1 |
886 | 2024-01-19T05:41:47.276Z | Downloaded smoltcp v0.10.0 |
887 | 2024-01-19T05:41:47.276Z | Downloaded rustix v0.38.30 |
888 | 2024-01-19T05:41:47.276Z | Downloaded hkdf v0.12.4 |
889 | 2024-01-19T05:41:47.277Z | Downloaded idna v0.2.3 |
890 | 2024-01-19T05:41:47.277Z | Downloaded tower-service v0.3.2 |
891 | 2024-01-19T05:41:47.277Z | Downloaded rustls-webpki v0.102.1 |
892 | 2024-01-19T05:41:47.277Z | Downloaded sled v0.34.7 |
893 | 2024-01-19T05:41:47.277Z | Downloaded vcpkg v0.2.15 |
894 | 2024-01-19T05:41:47.278Z | Downloaded hyper v0.14.27 |
895 | 2024-01-19T05:41:47.278Z | Downloaded regress v0.7.1 |
896 | 2024-01-19T05:41:47.278Z | Downloaded rustls v0.21.9 |
897 | 2024-01-19T05:41:47.278Z | Downloaded radix_trie v0.2.1 |
898 | 2024-01-19T05:41:47.278Z | Downloaded gimli v0.28.0 |
899 | 2024-01-19T05:41:47.278Z | Downloaded bstr v1.6.0 |
900 | 2024-01-19T05:41:47.279Z | Downloaded idna v0.5.0 |
901 | 2024-01-19T05:41:47.298Z | Downloaded regex-syntax v0.8.2 |
902 | 2024-01-19T05:41:47.312Z | Downloaded rustix v0.37.23 |
903 | 2024-01-19T05:41:47.354Z | Downloaded regex-syntax v0.7.5 |
904 | 2024-01-19T05:41:47.388Z | Downloaded bstr v0.2.17 |
905 | 2024-01-19T05:41:47.397Z | Downloaded webpki-roots v0.25.2 |
906 | 2024-01-19T05:41:47.409Z | Downloaded sha3 v0.10.8 |
907 | 2024-01-19T05:41:47.417Z | Downloaded diesel v2.1.4 |
908 | 2024-01-19T05:41:47.454Z | Downloaded curve25519-dalek v4.1.1 |
909 | 2024-01-19T05:41:47.471Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
910 | 2024-01-19T05:41:47.497Z | Downloaded zerocopy-derive v0.6.4 |
911 | 2024-01-19T05:41:47.523Z | Downloaded regex-automata v0.3.8 |
912 | 2024-01-19T05:41:47.556Z | Downloaded regex-automata v0.4.3 |
913 | 2024-01-19T05:41:47.615Z | Downloaded zerocopy-derive v0.7.31 |
914 | 2024-01-19T05:41:47.696Z | Downloaded zerocopy-derive v0.2.0 |
915 | 2024-01-19T05:41:47.708Z | Downloaded tokio v1.35.1 |
916 | 2024-01-19T05:41:47.714Z | Downloaded libc v0.2.152 |
917 | 2024-01-19T05:41:47.788Z | Downloaded trust-dns-proto v0.22.0 |
918 | 2024-01-19T05:41:48.207Z | Downloaded winapi v0.3.9 |
919 | 2024-01-19T05:41:48.208Z | Downloaded encoding_rs v0.8.33 |
920 | 2024-01-19T05:41:48.208Z | Downloaded rustls v0.22.2 |
921 | 2024-01-19T05:41:48.208Z | Downloaded schemars_derive v0.8.16 |
922 | 2024-01-19T05:41:48.208Z | Downloaded winnow v0.5.15 |
923 | 2024-01-19T05:41:48.208Z | Downloaded ring v0.17.7 |
924 | 2024-01-19T05:41:48.209Z | Downloaded time v0.3.27 |
925 | 2024-01-19T05:41:48.209Z | Downloaded syn v1.0.109 |
926 | 2024-01-19T05:41:48.209Z | Downloaded chrono v0.4.31 |
927 | 2024-01-19T05:41:48.209Z | Downloaded itertools v0.10.5 |
928 | 2024-01-19T05:41:48.209Z | Downloaded ring v0.16.20 |
929 | 2024-01-19T05:41:48.314Z | Downloaded syn v2.0.46 |
930 | 2024-01-19T05:41:48.341Z | Downloaded clap v2.34.0 |
931 | 2024-01-19T05:41:48.350Z | Downloaded h2 v0.3.21 |
932 | 2024-01-19T05:41:48.358Z | Downloaded aho-corasick v1.0.4 |
933 | 2024-01-19T05:41:48.372Z | Downloaded rustls-webpki v0.101.7 |
934 | 2024-01-19T05:41:48.395Z | Downloaded rand v0.7.3 |
935 | 2024-01-19T05:41:48.404Z | Downloaded zerocopy v0.7.31 |
936 | 2024-01-19T05:41:48.434Z | Downloaded clap_builder v4.4.2 |
937 | 2024-01-19T05:41:48.452Z | Downloaded regex-automata v0.1.10 |
938 | 2024-01-19T05:41:48.456Z | Downloaded serde_with v3.4.0 |
939 | 2024-01-19T05:41:48.467Z | Downloaded aes-gcm v0.10.3 |
940 | 2024-01-19T05:41:48.472Z | Downloaded http v1.0.0 |
941 | 2024-01-19T05:41:48.479Z | Downloaded petgraph v0.6.4 |
942 | 2024-01-19T05:41:48.513Z | Downloaded typenum v1.16.0 |
943 | 2024-01-19T05:41:48.528Z | Downloaded trust-dns-client v0.22.0 |
944 | 2024-01-19T05:41:48.528Z | Downloaded tracing v0.1.37 |
945 | 2024-01-19T05:41:48.529Z | Downloaded serde_json v1.0.111 |
946 | 2024-01-19T05:41:48.548Z | Downloaded tar v0.4.40 |
947 | 2024-01-19T05:41:48.553Z | Downloaded steno v0.4.0 |
948 | 2024-01-19T05:41:48.554Z | Downloaded indexmap v2.1.0 |
949 | 2024-01-19T05:41:48.560Z | Downloaded russh v0.40.2 |
950 | 2024-01-19T05:41:48.565Z | Downloaded openapiv3 v2.0.0 |
951 | 2024-01-19T05:41:48.604Z | Downloaded toml_edit v0.21.0 |
952 | 2024-01-19T05:41:48.633Z | Downloaded schemars v0.8.16 |
953 | 2024-01-19T05:41:48.652Z | Downloaded rand v0.8.5 |
954 | 2024-01-19T05:41:48.656Z | Downloaded tokio-postgres v0.7.10 |
955 | 2024-01-19T05:41:48.690Z | Downloaded slog-envlogger v2.2.0 |
956 | 2024-01-19T05:41:48.781Z | Downloaded rustc-demangle v0.1.23 |
957 | 2024-01-19T05:41:48.781Z | Downloaded similar v2.3.0 |
958 | 2024-01-19T05:41:48.781Z | Downloaded zip v0.6.6 |
959 | 2024-01-19T05:41:48.782Z | Downloaded unicode-normalization v0.1.22 |
960 | 2024-01-19T05:41:48.782Z | Downloaded pest v2.7.2 |
961 | 2024-01-19T05:41:48.796Z | Downloaded textwrap v0.11.0 |
962 | 2024-01-19T05:41:48.796Z | Downloaded indexmap v1.9.3 |
963 | 2024-01-19T05:41:48.796Z | Downloaded hmac v0.12.1 |
964 | 2024-01-19T05:41:48.796Z | Downloaded ipnet v2.9.0 |
965 | 2024-01-19T05:41:48.797Z | Downloaded topological-sort v0.2.2 |
966 | 2024-01-19T05:41:48.797Z | Downloaded socket2 v0.5.5 |
967 | 2024-01-19T05:41:48.797Z | Downloaded ryu v1.0.15 |
968 | 2024-01-19T05:41:48.797Z | Downloaded proc-macro2 v1.0.74 |
969 | 2024-01-19T05:41:48.797Z | Downloaded hashbrown v0.13.2 |
970 | 2024-01-19T05:41:48.797Z | Downloaded slog-stdlog v4.1.1 |
971 | 2024-01-19T05:41:48.798Z | Downloaded slog-json v2.6.1 |
972 | 2024-01-19T05:41:48.798Z | Downloaded hyper-rustls v0.24.2 |
973 | 2024-01-19T05:41:48.798Z | Downloaded sct v0.7.0 |
974 | 2024-01-19T05:41:48.798Z | Downloaded serde v1.0.195 |
975 | 2024-01-19T05:41:48.798Z | Downloaded heapless v0.7.16 |
976 | 2024-01-19T05:41:48.798Z | Downloaded minimal-lexical v0.2.1 |
977 | 2024-01-19T05:41:48.799Z | Downloaded openssl v0.10.60 |
978 | 2024-01-19T05:41:48.829Z | Downloaded crossterm v0.27.0 |
979 | 2024-01-19T05:41:48.829Z | Downloaded strsim v0.8.0 |
980 | 2024-01-19T05:41:48.829Z | Downloaded float-cmp v0.9.0 |
981 | 2024-01-19T05:41:48.829Z | Downloaded iana-time-zone v0.1.57 |
982 | 2024-01-19T05:41:48.835Z | Downloaded signature v2.1.0 |
983 | 2024-01-19T05:41:48.836Z | Downloaded hubpack v0.1.2 |
984 | 2024-01-19T05:41:48.836Z | Downloaded httparse v1.8.0 |
985 | 2024-01-19T05:41:48.836Z | Downloaded rand_core v0.6.4 |
986 | 2024-01-19T05:41:48.836Z | Downloaded snafu-derive v0.7.5 |
987 | 2024-01-19T05:41:48.836Z | Downloaded unsafe-libyaml v0.2.10 |
988 | 2024-01-19T05:41:48.836Z | Downloaded smf v0.2.2 |
989 | 2024-01-19T05:41:48.836Z | Downloaded linked-hash-map v0.5.6 |
990 | 2024-01-19T05:41:48.837Z | Downloaded rustfmt-wrapper v0.2.0 |
991 | 2024-01-19T05:41:48.837Z | Downloaded rustls-pki-types v1.1.0 |
992 | 2024-01-19T05:41:48.841Z | Downloaded scheduled-thread-pool v0.2.7 |
993 | 2024-01-19T05:41:48.842Z | Downloaded futures-macro v0.3.30 |
994 | 2024-01-19T05:41:48.842Z | Downloaded futures-io v0.3.30 |
995 | 2024-01-19T05:41:48.842Z | Downloaded hex v0.4.3 |
996 | 2024-01-19T05:41:48.848Z | Downloaded zeroize_derive v1.4.2 |
997 | 2024-01-19T05:41:48.849Z | Downloaded keccak v0.1.4 |
998 | 2024-01-19T05:41:48.849Z | Downloaded itoa v1.0.9 |
999 | 2024-01-19T05:41:48.853Z | Downloaded signal-hook v0.3.17 |
1000 | 2024-01-19T05:41:48.858Z | Downloaded unicode-segmentation v1.10.1 |
1001 | 2024-01-19T05:41:48.865Z | Downloaded siphasher v0.3.11 |
1002 | 2024-01-19T05:41:48.865Z | Downloaded rfc6979 v0.4.0 |
1003 | 2024-01-19T05:41:48.878Z | Downloaded toml v0.8.8 |
1004 | 2024-01-19T05:41:48.878Z | Downloaded home v0.5.5 |
1005 | 2024-01-19T05:41:48.878Z | Downloaded hex-literal v0.4.1 |
1006 | 2024-01-19T05:41:48.885Z | Downloaded thread_local v1.1.7 |
1007 | 2024-01-19T05:41:48.885Z | Downloaded thread-id v4.2.0 |
1008 | 2024-01-19T05:41:48.886Z | Downloaded hyper-staticfile v0.9.5 |
1009 | 2024-01-19T05:41:48.886Z | Downloaded httpdate v1.0.3 |
1010 | 2024-01-19T05:41:48.886Z | Downloaded tokio-tungstenite v0.20.1 |
1011 | 2024-01-19T05:41:48.890Z | Downloaded tokio-stream v0.1.14 |
1012 | 2024-01-19T05:41:48.896Z | Downloaded memchr v2.6.3 |
1013 | 2024-01-19T05:41:48.901Z | Downloaded ed25519-dalek v2.0.0 |
1014 | 2024-01-19T05:41:48.906Z | Downloaded ipnetwork v0.20.0 |
1015 | 2024-01-19T05:41:48.918Z | Downloaded resolv-conf v0.7.0 |
1016 | 2024-01-19T05:41:48.922Z | Downloaded quote v1.0.35 |
1017 | 2024-01-19T05:41:48.922Z | Downloaded rand_chacha v0.3.1 |
1018 | 2024-01-19T05:41:48.922Z | Downloaded tokio-native-tls v0.3.1 |
1019 | 2024-01-19T05:41:48.922Z | Downloaded term v0.7.0 |
1020 | 2024-01-19T05:41:48.926Z | Downloaded serde_yaml v0.9.25 |
1021 | 2024-01-19T05:41:48.934Z | Downloaded linear-map v1.2.0 |
1022 | 2024-01-19T05:41:48.939Z | Downloaded libsw v3.3.1 |
1023 | 2024-01-19T05:41:48.943Z | Downloaded libefi-sys v0.1.0 |
1024 | 2024-01-19T05:41:48.943Z | Downloaded xattr v1.0.1 |
1025 | 2024-01-19T05:41:48.948Z | Downloaded unicode-bidi v0.3.13 |
1026 | 2024-01-19T05:41:48.952Z | Downloaded structopt-derive v0.4.18 |
1027 | 2024-01-19T05:41:48.952Z | Downloaded num-bigint v0.4.4 |
1028 | 2024-01-19T05:41:48.967Z | Downloaded rustls-pemfile v2.0.0 |
1029 | 2024-01-19T05:41:48.973Z | Downloaded pin-project v1.1.3 |
1030 | 2024-01-19T05:41:48.983Z | Downloaded crossbeam-channel v0.5.8 |
1031 | 2024-01-19T05:41:48.990Z | Downloaded zone v0.3.0 |
1032 | 2024-01-19T05:41:48.994Z | Downloaded version_check v0.9.4 |
1033 | 2024-01-19T05:41:48.994Z | Downloaded subprocess v0.2.9 |
1034 | 2024-01-19T05:41:48.998Z | Downloaded elliptic-curve v0.13.8 |
1035 | 2024-01-19T05:41:49.004Z | Downloaded postcard v1.0.8 |
1036 | 2024-01-19T05:41:49.010Z | Downloaded serde_derive_internals v0.26.0 |
1037 | 2024-01-19T05:41:49.014Z | Downloaded toml v0.5.11 |
1038 | 2024-01-19T05:41:49.018Z | Downloaded base64 v0.21.7 |
1039 | 2024-01-19T05:41:49.024Z | Downloaded quick-error v1.2.3 |
1040 | 2024-01-19T05:41:49.033Z | Downloaded semver-parser v0.10.2 |
1041 | 2024-01-19T05:41:49.033Z | Downloaded tokio-macros v2.2.0 |
1042 | 2024-01-19T05:41:49.033Z | Downloaded terminal_size v0.2.6 |
1043 | 2024-01-19T05:41:49.037Z | Downloaded postgres-types v0.2.6 |
1044 | 2024-01-19T05:41:49.037Z | Downloaded structmeta v0.2.0 |
1045 | 2024-01-19T05:41:49.041Z | Downloaded nom v7.1.3 |
1046 | 2024-01-19T05:41:49.047Z | Downloaded mio v0.8.9 |
1047 | 2024-01-19T05:41:49.058Z | Downloaded io-lifetimes v1.0.11 |
1048 | 2024-01-19T05:41:49.063Z | Downloaded unicode-xid v0.2.4 |
1049 | 2024-01-19T05:41:49.067Z | Downloaded slog-dtrace v0.2.3 |
1050 | 2024-01-19T05:41:49.067Z | Downloaded rustc_version v0.1.7 |
1051 | 2024-01-19T05:41:49.072Z | Downloaded tinyvec v1.6.0 |
1052 | 2024-01-19T05:41:49.079Z | Downloaded num-traits v0.2.16 |
1053 | 2024-01-19T05:41:49.094Z | Downloaded toml v0.7.8 |
1054 | 2024-01-19T05:41:49.095Z | Downloaded signal-hook-registry v1.4.1 |
1055 | 2024-01-19T05:41:49.095Z | Downloaded signal-hook-mio v0.2.3 |
1056 | 2024-01-19T05:41:49.095Z | Downloaded scopeguard v1.2.0 |
1057 | 2024-01-19T05:41:49.095Z | Downloaded rustls-pemfile v1.0.3 |
1058 | 2024-01-19T05:41:49.111Z | Downloaded inout v0.1.3 |
1059 | 2024-01-19T05:41:49.111Z | Downloaded untrusted v0.7.1 |
1060 | 2024-01-19T05:41:49.112Z | Downloaded tungstenite v0.20.1 |
1061 | 2024-01-19T05:41:49.112Z | Downloaded darling_core v0.20.3 |
1062 | 2024-01-19T05:41:49.535Z | Downloaded fastrand v2.0.0 |
1063 | 2024-01-19T05:41:49.535Z | Downloaded getopts v0.2.21 |
1064 | 2024-01-19T05:41:49.535Z | Downloaded proc-macro-error v1.0.4 |
1065 | 2024-01-19T05:41:49.535Z | Downloaded tracing-attributes v0.1.26 |
1066 | 2024-01-19T05:41:49.535Z | Downloaded slab v0.4.9 |
1067 | 2024-01-19T05:41:49.542Z | Downloaded heck v0.4.1 |
1068 | 2024-01-19T05:41:49.542Z | Downloaded polyval v0.6.1 |
1069 | 2024-01-19T05:41:49.542Z | Downloaded poly1305 v0.8.0 |
1070 | 2024-01-19T05:41:49.542Z | Downloaded backtrace v0.3.69 |
1071 | 2024-01-19T05:41:49.542Z | Downloaded pin-project-lite v0.2.13 |
1072 | 2024-01-19T05:41:49.543Z | Downloaded der v0.7.8 |
1073 | 2024-01-19T05:41:49.543Z | Downloaded serde_with_macros v3.4.0 |
1074 | 2024-01-19T05:41:49.543Z | Downloaded platforms v3.0.2 |
1075 | 2024-01-19T05:41:49.543Z | Downloaded pkcs8 v0.10.2 |
1076 | 2024-01-19T05:41:49.543Z | Downloaded pest_meta v2.7.2 |
1077 | 2024-01-19T05:41:49.543Z | Downloaded parking_lot_core v0.8.6 |
1078 | 2024-01-19T05:41:49.543Z | Downloaded usdt-macro v0.3.5 |
1079 | 2024-01-19T05:41:49.543Z | Downloaded usdt-impl v0.3.5 |
1080 | 2024-01-19T05:41:49.543Z | Downloaded pin-project-internal v1.1.3 |
1081 | 2024-01-19T05:41:49.543Z | Downloaded rustc_version v0.4.0 |
1082 | 2024-01-19T05:41:49.543Z | Downloaded vec_map v0.8.2 |
1083 | 2024-01-19T05:41:49.543Z | Downloaded utf-8 v0.7.6 |
1084 | 2024-01-19T05:41:49.543Z | Downloaded unicode-width v0.1.11 |
1085 | 2024-01-19T05:41:49.544Z | Downloaded password-hash v0.5.0 |
1086 | 2024-01-19T05:41:49.544Z | Downloaded russh-cryptovec v0.7.0 |
1087 | 2024-01-19T05:41:49.544Z | Downloaded universal-hash v0.5.1 |
1088 | 2024-01-19T05:41:49.544Z | Downloaded object v0.32.1 |
1089 | 2024-01-19T05:41:49.544Z | Downloaded tokio-rustls v0.25.0 |
1090 | 2024-01-19T05:41:49.544Z | Downloaded crypto-bigint v0.5.2 |
1091 | 2024-01-19T05:41:49.544Z | Downloaded subtle v2.5.0 |
1092 | 2024-01-19T05:41:49.544Z | Downloaded sha1 v0.10.6 |
1093 | 2024-01-19T05:41:49.544Z | Downloaded dyn-clone v1.0.13 |
1094 | 2024-01-19T05:41:49.545Z | Downloaded predicates v3.1.0 |
1095 | 2024-01-19T05:41:49.545Z | Downloaded group v0.13.0 |
1096 | 2024-01-19T05:41:49.545Z | Downloaded pest_derive v2.7.2 |
1097 | 2024-01-19T05:41:49.545Z | Downloaded predicates-core v1.0.6 |
1098 | 2024-01-19T05:41:49.545Z | Downloaded ppv-lite86 v0.2.17 |
1099 | 2024-01-19T05:41:49.545Z | Downloaded postgres-protocol v0.6.6 |
1100 | 2024-01-19T05:41:49.545Z | Downloaded serde_urlencoded v0.7.1 |
1101 | 2024-01-19T05:41:49.545Z | Downloaded serde_tokenstream v0.1.7 |
1102 | 2024-01-19T05:41:49.545Z | Downloaded serde_repr v0.1.16 |
1103 | 2024-01-19T05:41:49.545Z | Downloaded secrecy v0.8.0 |
1104 | 2024-01-19T05:41:49.545Z | Downloaded rustversion v1.0.14 |
1105 | 2024-01-19T05:41:49.545Z | Downloaded bytes v1.5.0 |
1106 | 2024-01-19T05:41:49.546Z | Downloaded pin-utils v0.1.0 |
1107 | 2024-01-19T05:41:49.546Z | Downloaded pest_generator v2.7.2 |
1108 | 2024-01-19T05:41:49.546Z | Downloaded pem-rfc7468 v0.7.0 |
1109 | 2024-01-19T05:41:49.546Z | Downloaded password-hash v0.4.2 |
1110 | 2024-01-19T05:41:49.546Z | Downloaded parse-display-derive v0.8.2 |
1111 | 2024-01-19T05:41:49.546Z | Downloaded parking_lot_core v0.9.8 |
1112 | 2024-01-19T05:41:49.546Z | Downloaded parking_lot v0.11.2 |
1113 | 2024-01-19T05:41:49.546Z | Downloaded serde_spanned v0.6.4 |
1114 | 2024-01-19T05:41:49.546Z | Downloaded serde_path_to_error v0.1.15 |
1115 | 2024-01-19T05:41:49.546Z | Downloaded phf_shared v0.11.2 |
1116 | 2024-01-19T05:41:49.546Z | Downloaded pkg-config v0.3.27 |
1117 | 2024-01-19T05:41:49.547Z | Downloaded chacha20poly1305 v0.10.1 |
1118 | 2024-01-19T05:41:49.547Z | Downloaded phf v0.11.2 |
1119 | 2024-01-19T05:41:49.547Z | Downloaded pem v3.0.2 |
1120 | 2024-01-19T05:41:49.547Z | Downloaded pbkdf2 v0.12.2 |
1121 | 2024-01-19T05:41:49.547Z | Downloaded pbkdf2 v0.11.0 |
1122 | 2024-01-19T05:41:49.547Z | Downloaded parse-display v0.8.2 |
1123 | 2024-01-19T05:41:49.547Z | Downloaded fnv v1.0.7 |
1124 | 2024-01-19T05:41:49.547Z | Downloaded enum-as-inner v0.5.1 |
1125 | 2024-01-19T05:41:49.547Z | Downloaded embedded-io v0.4.0 |
1126 | 2024-01-19T05:41:49.547Z | Downloaded ed25519 v2.2.2 |
1127 | 2024-01-19T05:41:49.547Z | Downloaded strum_macros v0.25.2 |
1128 | 2024-01-19T05:41:49.547Z | Downloaded fixedbitset v0.4.2 |
1129 | 2024-01-19T05:41:49.547Z | Downloaded filetime v0.2.23 |
1130 | 2024-01-19T05:41:49.548Z | Downloaded paste v1.0.14 |
1131 | 2024-01-19T05:41:49.548Z | Downloaded thiserror v1.0.49 |
1132 | 2024-01-19T05:41:49.548Z | Downloaded anyhow v1.0.75 |
1133 | 2024-01-19T05:41:49.548Z | Downloaded ahash v0.8.6 |
1134 | 2024-01-19T05:41:49.548Z | Downloaded equivalent v1.0.1 |
1135 | 2024-01-19T05:41:49.548Z | Downloaded either v1.9.0 |
1136 | 2024-01-19T05:41:49.548Z | Downloaded dof v0.1.5 |
1137 | 2024-01-19T05:41:49.548Z | Downloaded diesel_derives v2.1.2 |
1138 | 2024-01-19T05:41:49.549Z | Downloaded derive_more v0.99.17 |
1139 | 2024-01-19T05:41:49.549Z | Downloaded data-encoding v2.4.0 |
1140 | 2024-01-19T05:41:49.549Z | Downloaded proc-macro-error-attr v1.0.4 |
1141 | 2024-01-19T05:41:49.549Z | Downloaded pretty-hex v0.4.1 |
1142 | 2024-01-19T05:41:49.549Z | Downloaded pretty-hex v0.2.1 |
1143 | 2024-01-19T05:41:49.549Z | Downloaded precomputed-hash v0.1.1 |
1144 | 2024-01-19T05:41:49.549Z | Downloaded toml_datetime v0.6.5 |
1145 | 2024-01-19T05:41:49.549Z | Downloaded derive-where v1.2.7 |
1146 | 2024-01-19T05:41:49.549Z | Downloaded foreign-types-shared v0.3.1 |
1147 | 2024-01-19T05:41:49.550Z | Downloaded percent-encoding v2.3.1 |
1148 | 2024-01-19T05:41:49.550Z | Downloaded crossbeam-utils v0.8.16 |
1149 | 2024-01-19T05:41:49.550Z | Downloaded const-oid v0.9.5 |
1150 | 2024-01-19T05:41:49.550Z | Downloaded blake2 v0.10.6 |
1151 | 2024-01-19T05:41:49.550Z | Downloaded num-derive v0.4.0 |
1152 | 2024-01-19T05:41:49.550Z | Downloaded native-tls v0.2.11 |
1153 | 2024-01-19T05:41:49.550Z | Downloaded backoff v0.4.0 |
1154 | 2024-01-19T05:41:49.550Z | Downloaded crossbeam-epoch v0.9.15 |
1155 | 2024-01-19T05:41:49.550Z | Downloaded clap v4.4.3 |
1156 | 2024-01-19T05:41:49.550Z | Downloaded thiserror-impl v1.0.49 |
1157 | 2024-01-19T05:41:49.551Z | Downloaded foreign-types v0.3.2 |
1158 | 2024-01-19T05:41:49.551Z | Downloaded phf_shared v0.10.0 |
1159 | 2024-01-19T05:41:49.551Z | Downloaded defmt v0.3.5 |
1160 | 2024-01-19T05:41:49.551Z | Downloaded mime v0.3.17 |
1161 | 2024-01-19T05:41:49.551Z | Downloaded dtrace-parser v0.1.14 |
1162 | 2024-01-19T05:41:49.551Z | Downloaded doc-comment v0.3.3 |
1163 | 2024-01-19T05:41:49.551Z | Downloaded display-error-chain v0.2.0 |
1164 | 2024-01-19T05:41:49.551Z | Downloaded zone_cfg_derive v0.3.0 |
1165 | 2024-01-19T05:41:49.551Z | Downloaded mime_guess v2.0.4 |
1166 | 2024-01-19T05:41:49.551Z | Downloaded lock_api v0.4.10 |
1167 | 2024-01-19T05:41:49.577Z | Downloaded nibble_vec v0.1.0 |
1168 | 2024-01-19T05:41:49.577Z | Downloaded ansi_term v0.12.1 |
1169 | 2024-01-19T05:41:49.577Z | Downloaded darling v0.20.3 |
1170 | 2024-01-19T05:41:49.577Z | Downloaded console v0.15.8 |
1171 | 2024-01-19T05:41:49.578Z | Downloaded bitflags v2.4.0 |
1172 | 2024-01-19T05:41:49.578Z | Downloaded async-trait v0.1.77 |
1173 | 2024-01-19T05:41:49.578Z | Downloaded anstyle-parse v0.2.1 |
1174 | 2024-01-19T05:41:49.578Z | Downloaded num-integer v0.1.45 |
1175 | 2024-01-19T05:41:49.579Z | Downloaded der_derive v0.7.2 |
1176 | 2024-01-19T05:41:49.579Z | Downloaded debug-ignore v1.0.5 |
1177 | 2024-01-19T05:41:49.579Z | Downloaded crc32fast v1.3.2 |
1178 | 2024-01-19T05:41:49.579Z | Downloaded newtype_derive v0.1.6 |
1179 | 2024-01-19T05:41:49.579Z | Downloaded md5 v0.7.0 |
1180 | 2024-01-19T05:41:49.579Z | Downloaded option-ext v0.2.0 |
1181 | 2024-01-19T05:41:49.579Z | Downloaded opaque-debug v0.3.0 |
1182 | 2024-01-19T05:41:49.579Z | Downloaded clap_derive v4.4.2 |
1183 | 2024-01-19T05:41:49.579Z | Downloaded bzip2 v0.4.4 |
1184 | 2024-01-19T05:41:49.580Z | Downloaded num v0.4.1 |
1185 | 2024-01-19T05:41:49.580Z | Downloaded normalize-line-endings v0.3.0 |
1186 | 2024-01-19T05:41:49.580Z | Downloaded macaddr v1.0.1 |
1187 | 2024-01-19T05:41:49.580Z | Downloaded argon2 v0.5.2 |
1188 | 2024-01-19T05:41:49.580Z | Downloaded zeroize v1.7.0 |
1189 | 2024-01-19T05:41:49.581Z | Downloaded waitgroup v0.1.2 |
1190 | 2024-01-19T05:41:49.581Z | Downloaded chacha20 v0.9.1 |
1191 | 2024-01-19T05:41:49.581Z | Downloaded cancel-safe-futures v0.1.5 |
1192 | 2024-01-19T05:41:49.581Z | Downloaded camino v1.1.6 |
1193 | 2024-01-19T05:41:49.581Z | Downloaded base64ct v1.6.0 |
1194 | 2024-01-19T05:41:49.581Z | Downloaded async-stream v0.3.5 |
1195 | 2024-01-19T05:41:49.581Z | Downloaded match_cfg v0.1.0 |
1196 | 2024-01-19T05:41:49.581Z | Downloaded block-buffer v0.10.4 |
1197 | 2024-01-19T05:41:49.581Z | Downloaded lru-cache v0.1.2 |
1198 | 2024-01-19T05:41:49.581Z | Downloaded byteorder v1.5.0 |
1199 | 2024-01-19T05:41:49.582Z | Downloaded block-padding v0.3.3 |
1200 | 2024-01-19T05:41:49.582Z | Downloaded bcrypt-pbkdf v0.10.0 |
1201 | 2024-01-19T05:41:49.582Z | Downloaded atomic-waker v1.1.1 |
1202 | 2024-01-19T05:41:49.582Z | Downloaded anstyle v1.0.2 |
1203 | 2024-01-19T05:41:49.593Z | Downloaded zerocopy v0.6.4 |
1204 | 2024-01-19T05:41:49.593Z | Downloaded zerocopy v0.3.0 |
1205 | 2024-01-19T05:41:49.593Z | Downloaded openssl-sys v0.9.96 |
1206 | 2024-01-19T05:41:49.593Z | Downloaded dirs-sys-next v0.1.2 |
1207 | 2024-01-19T05:41:49.594Z | Downloaded dirs v5.0.1 |
1208 | 2024-01-19T05:41:49.594Z | Downloaded difflib v0.4.0 |
1209 | 2024-01-19T05:41:49.594Z | Downloaded defmt-parser v0.3.3 |
1210 | 2024-01-19T05:41:49.594Z | Downloaded crypto-common v0.1.6 |
1211 | 2024-01-19T05:41:49.594Z | Downloaded colored v2.0.4 |
1212 | 2024-01-19T05:41:49.594Z | Downloaded ciborium v0.2.1 |
1213 | 2024-01-19T05:41:49.594Z | Downloaded unicode-ident v1.0.12 |
1214 | 2024-01-19T05:41:50.015Z | Downloaded p256 v0.13.2 |
1215 | 2024-01-19T05:41:50.015Z | Downloaded aead v0.5.2 |
1216 | 2024-01-19T05:41:50.015Z | Downloaded dirs-sys v0.4.1 |
1217 | 2024-01-19T05:41:50.015Z | Downloaded dirs-next v2.0.0 |
1218 | 2024-01-19T05:41:50.015Z | Downloaded deranged v0.3.8 |
1219 | 2024-01-19T05:41:50.016Z | Downloaded defmt-macros v0.3.6 |
1220 | 2024-01-19T05:41:50.032Z | Downloaded cipher v0.4.4 |
1221 | 2024-01-19T05:41:50.032Z | Downloaded bit-set v0.5.3 |
1222 | 2024-01-19T05:41:50.032Z | Downloaded blowfish v0.9.1 |
1223 | 2024-01-19T05:41:50.033Z | Downloaded once_cell v1.19.0 |
1224 | 2024-01-19T05:41:50.033Z | Downloaded ctr v0.9.2 |
1225 | 2024-01-19T05:41:50.033Z | Downloaded cobs v0.2.3 |
1226 | 2024-01-19T05:41:50.033Z | Downloaded clap_lex v0.5.1 |
1227 | 2024-01-19T05:41:50.033Z | Downloaded camino-tempfile v1.1.1 |
1228 | 2024-01-19T05:41:50.033Z | Downloaded num_enum_derive v0.5.11 |
1229 | 2024-01-19T05:41:50.033Z | Downloaded digest v0.10.7 |
1230 | 2024-01-19T05:41:50.034Z | Downloaded convert_case v0.4.0 |
1231 | 2024-01-19T05:41:50.034Z | Downloaded cbc v0.1.2 |
1232 | 2024-01-19T05:41:50.034Z | Downloaded atty v0.2.14 |
1233 | 2024-01-19T05:41:50.034Z | Downloaded omicron-zone-package v0.10.1 |
1234 | 2024-01-19T05:41:50.035Z | Downloaded num_threads v0.1.6 |
1235 | 2024-01-19T05:41:50.035Z | Downloaded ciborium-ll v0.2.1 |
1236 | 2024-01-19T05:41:50.035Z | Downloaded cfg-if v1.0.0 |
1237 | 2024-01-19T05:41:50.035Z | Downloaded num_cpus v1.16.0 |
1238 | 2024-01-19T05:41:50.035Z | Downloaded num-complex v0.4.4 |
1239 | 2024-01-19T05:41:50.036Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1240 | 2024-01-19T05:41:50.036Z | Downloaded utf8parse v0.2.1 |
1241 | 2024-01-19T05:41:50.036Z | Downloaded log v0.4.20 |
1242 | 2024-01-19T05:41:50.036Z | Downloaded crucible-workspace-hack v0.1.0 |
1243 | 2024-01-19T05:41:50.036Z | Downloaded ciborium-io v0.2.1 |
1244 | 2024-01-19T05:41:50.036Z | Downloaded cc v1.0.83 |
1245 | 2024-01-19T05:41:50.071Z | Compiling proc-macro2 v1.0.74 |
1246 | 2024-01-19T05:41:50.081Z | Compiling unicode-ident v1.0.12 |
1247 | 2024-01-19T05:41:50.081Z | Compiling libc v0.2.152 |
1248 | 2024-01-19T05:41:50.082Z | Compiling serde v1.0.195 |
1249 | 2024-01-19T05:41:50.082Z | Compiling autocfg v1.1.0 |
1250 | 2024-01-19T05:41:50.093Z | Compiling cfg-if v1.0.0 |
1251 | 2024-01-19T05:41:50.093Z | Compiling version_check v0.9.4 |
1252 | 2024-01-19T05:41:50.273Z | Compiling syn v1.0.109 |
1253 | 2024-01-19T05:41:50.315Z | Compiling typenum v1.16.0 |
1254 | 2024-01-19T05:41:50.414Z | Compiling parking_lot_core v0.9.8 |
1255 | 2024-01-19T05:41:51.224Z | Compiling generic-array v0.14.7 |
1256 | 2024-01-19T05:41:51.327Z | Compiling lock_api v0.4.10 |
1257 | 2024-01-19T05:41:51.490Z | Compiling libm v0.2.7 |
1258 | 2024-01-19T05:41:51.708Z | Compiling num-traits v0.2.16 |
1259 | 2024-01-19T05:41:51.708Z | Compiling once_cell v1.19.0 |
1260 | 2024-01-19T05:41:51.799Z | Compiling thiserror v1.0.49 |
1261 | 2024-01-19T05:41:51.823Z | Compiling serde_json v1.0.111 |
1262 | 2024-01-19T05:41:51.954Z | Compiling scopeguard v1.2.0 |
1263 | 2024-01-19T05:41:52.158Z | Compiling slab v0.4.9 |
1264 | 2024-01-19T05:41:52.392Z | Compiling memchr v2.6.3 |
1265 | 2024-01-19T05:41:52.736Z | Compiling itoa v1.0.9 |
1266 | 2024-01-19T05:41:53.218Z | Compiling quote v1.0.35 |
1267 | 2024-01-19T05:41:53.268Z | Compiling pkg-config v0.3.27 |
1268 | 2024-01-19T05:41:54.434Z | Compiling syn v2.0.46 |
1269 | 2024-01-19T05:41:54.457Z | Compiling getrandom v0.2.10 |
1270 | 2024-01-19T05:41:54.581Z | Compiling cc v1.0.83 |
1271 | 2024-01-19T05:41:55.217Z | Compiling rand_core v0.6.4 |
1272 | 2024-01-19T05:41:55.511Z | Compiling log v0.4.20 |
1273 | 2024-01-19T05:41:55.611Z | Compiling byteorder v1.5.0 |
1274 | 2024-01-19T05:41:56.298Z | Compiling subtle v2.5.0 |
1275 | 2024-01-19T05:41:56.390Z | Compiling heck v0.4.1 |
1276 | 2024-01-19T05:41:56.390Z | Compiling smallvec v1.11.2 |
1277 | 2024-01-19T05:41:56.398Z | Compiling ryu v1.0.15 |
1278 | 2024-01-19T05:41:56.879Z | Compiling schemars v0.8.16 |
1279 | 2024-01-19T05:41:56.980Z | Compiling vcpkg v0.2.15 |
1280 | 2024-01-19T05:41:56.994Z | Compiling semver v1.0.21 |
1281 | 2024-01-19T05:41:57.791Z | Compiling pin-project-lite v0.2.13 |
1282 | 2024-01-19T05:41:58.032Z | Compiling httparse v1.8.0 |
1283 | 2024-01-19T05:41:58.834Z | Compiling parking_lot v0.12.1 |
1284 | 2024-01-19T05:41:59.072Z | Compiling indexmap v1.9.3 |
1285 | 2024-01-19T05:41:59.527Z | Compiling hashbrown v0.14.2 |
1286 | 2024-01-19T05:41:59.541Z | Compiling ring v0.17.7 |
1287 | 2024-01-19T05:41:59.823Z | Compiling equivalent v1.0.1 |
1288 | 2024-01-19T05:41:59.997Z | Compiling ring v0.16.20 |
1289 | 2024-01-19T05:42:00.375Z | Compiling signal-hook-registry v1.4.1 |
1290 | 2024-01-19T05:42:00.673Z | Compiling openssl-sys v0.9.96 |
1291 | 2024-01-19T05:42:01.522Z | Compiling const-oid v0.9.5 |
1292 | 2024-01-19T05:42:01.966Z | Compiling mio v0.8.9 |
1293 | 2024-01-19T05:42:15.386Z | Compiling ahash v0.8.6 |
1294 | 2024-01-19T05:42:17.900Z | Compiling fnv v1.0.7 |
1295 | 2024-01-19T05:42:17.901Z | Compiling openssl v0.10.60 |
1296 | 2024-01-19T05:42:17.901Z | Compiling socket2 v0.5.5 |
1297 | 2024-01-19T05:42:17.901Z | Compiling num_cpus v1.16.0 |
1298 | 2024-01-19T05:42:17.901Z | Compiling iana-time-zone v0.1.57 |
1299 | 2024-01-19T05:42:17.901Z | Compiling ucd-trie v0.1.6 |
1300 | 2024-01-19T05:42:17.901Z | Compiling futures-core v0.3.30 |
1301 | 2024-01-19T05:42:17.901Z | Compiling rustls v0.21.9 |
1302 | 2024-01-19T05:42:17.901Z | Compiling native-tls v0.2.11 |
1303 | 2024-01-19T05:42:17.901Z | Compiling spin v0.5.2 |
1304 | 2024-01-19T05:42:17.901Z | Compiling async-trait v0.1.77 |
1305 | 2024-01-19T05:42:17.901Z | Compiling futures-sink v0.3.30 |
1306 | 2024-01-19T05:42:17.901Z | Compiling dyn-clone v1.0.13 |
1307 | 2024-01-19T05:42:17.901Z | Compiling backtrace v0.3.69 |
1308 | 2024-01-19T05:42:17.901Z | Compiling serde_derive_internals v0.26.0 |
1309 | 2024-01-19T05:42:17.901Z | Compiling aho-corasick v1.0.4 |
1310 | 2024-01-19T05:42:17.901Z | Compiling tinyvec_macros v0.1.1 |
1311 | 2024-01-19T05:42:17.901Z | Compiling regex-syntax v0.8.2 |
1312 | 2024-01-19T05:42:17.902Z | Compiling rustix v0.38.30 |
1313 | 2024-01-19T05:42:17.902Z | Compiling tinyvec v1.6.0 |
1314 | 2024-01-19T05:42:17.902Z | Compiling futures-channel v0.3.30 |
1315 | 2024-01-19T05:42:17.902Z | Compiling futures-task v0.3.30 |
1316 | 2024-01-19T05:42:17.902Z | Compiling futures-io v0.3.30 |
1317 | 2024-01-19T05:42:17.902Z | Compiling pin-utils v0.1.0 |
1318 | 2024-01-19T05:42:17.902Z | Compiling winnow v0.5.15 |
1319 | 2024-01-19T05:42:17.902Z | Compiling unicode-normalization v0.1.22 |
1320 | 2024-01-19T05:42:17.902Z | Compiling spin v0.9.8 |
1321 | 2024-01-19T05:42:17.902Z | Compiling tracing-core v0.1.31 |
1322 | 2024-01-19T05:42:17.902Z | Compiling unicode-bidi v0.3.13 |
1323 | 2024-01-19T05:42:17.902Z | Compiling cpufeatures v0.2.9 |
1324 | 2024-01-19T05:42:17.902Z | Compiling anyhow v1.0.75 |
1325 | 2024-01-19T05:42:17.902Z | Compiling regex-automata v0.4.3 |
1326 | 2024-01-19T05:42:17.902Z | Compiling crc32fast v1.3.2 |
1327 | 2024-01-19T05:42:17.902Z | Compiling time-core v0.1.1 |
1328 | 2024-01-19T05:42:17.902Z | Compiling slog v2.7.0 |
1329 | 2024-01-19T05:42:17.902Z | Compiling time-macros v0.2.13 |
1330 | 2024-01-19T05:42:17.902Z | Compiling num-integer v0.1.45 |
1331 | 2024-01-19T05:42:17.902Z | Compiling untrusted v0.7.1 |
1332 | 2024-01-19T05:42:18.429Z | Compiling untrusted v0.9.0 |
1333 | 2024-01-19T05:42:18.429Z | Compiling percent-encoding v2.3.1 |
1334 | 2024-01-19T05:42:19.341Z | Compiling unicode-xid v0.2.4 |
1335 | 2024-01-19T05:42:19.342Z | Compiling unicode-width v0.1.11 |
1336 | 2024-01-19T05:42:19.342Z | Compiling serde_derive v1.0.195 |
1337 | 2024-01-19T05:42:19.342Z | Compiling zeroize_derive v1.4.2 |
1338 | 2024-01-19T05:42:19.342Z | Compiling thiserror-impl v1.0.49 |
1339 | 2024-01-19T05:42:19.599Z | Compiling tokio-macros v2.2.0 |
1340 | 2024-01-19T05:42:19.773Z | Compiling futures-macro v0.3.30 |
1341 | 2024-01-19T05:42:21.255Z | Compiling zeroize v1.7.0 |
1342 | 2024-01-19T05:42:21.881Z | Compiling tracing-attributes v0.1.26 |
1343 | 2024-01-19T05:42:21.928Z | Compiling schemars_derive v0.8.16 |
1344 | 2024-01-19T05:42:22.343Z | Compiling zerocopy-derive v0.7.31 |
1345 | 2024-01-19T05:42:23.438Z | Compiling openssl-macros v0.1.1 |
1346 | 2024-01-19T05:42:24.404Z | Compiling crypto-common v0.1.6 |
1347 | 2024-01-19T05:42:24.595Z | Compiling block-buffer v0.10.4 |
1348 | 2024-01-19T05:42:24.761Z | Compiling pest v2.7.2 |
1349 | 2024-01-19T05:42:25.025Z | Compiling digest v0.10.7 |
1350 | 2024-01-19T05:42:25.593Z | Compiling futures-util v0.3.30 |
1351 | 2024-01-19T05:42:26.094Z | Compiling zerocopy v0.7.31 |
1352 | 2024-01-19T05:42:27.781Z | Compiling regex v1.10.2 |
1353 | 2024-01-19T05:42:28.313Z | Compiling tracing v0.1.37 |
1354 | 2024-01-19T05:42:29.286Z | Compiling der_derive v0.7.2 |
1355 | 2024-01-19T05:42:29.443Z | Compiling hashbrown v0.12.3 |
1356 | 2024-01-19T05:42:29.620Z | Compiling hashbrown v0.13.2 |
1357 | 2024-01-19T05:42:30.052Z | Compiling foreign-types-shared v0.1.1 |
1358 | 2024-01-19T05:42:30.160Z | Compiling foreign-types v0.3.2 |
1359 | 2024-01-19T05:42:31.582Z | Compiling synstructure v0.12.6 |
1360 | 2024-01-19T05:42:34.593Z | Compiling errno v0.3.8 |
1361 | 2024-01-19T05:42:34.924Z | Compiling base64 v0.21.7 |
1362 | 2024-01-19T05:42:35.007Z | Compiling ppv-lite86 v0.2.17 |
1363 | 2024-01-19T05:42:35.892Z | Compiling try-lock v0.2.4 |
1364 | 2024-01-19T05:42:36.102Z | Compiling want v0.3.1 |
1365 | 2024-01-19T05:42:36.279Z | Compiling zerocopy-derive v0.2.0 |
1366 | 2024-01-19T05:42:36.543Z | Compiling sct v0.7.0 |
1367 | 2024-01-19T05:42:36.750Z | Compiling rustls-webpki v0.101.7 |
1368 | 2024-01-19T05:42:37.004Z | Compiling pest_meta v2.7.2 |
1369 | 2024-01-19T05:42:37.096Z | Compiling form_urlencoded v1.2.1 |
1370 | 2024-01-19T05:42:37.657Z | Compiling socket2 v0.4.9 |
1371 | 2024-01-19T05:42:39.528Z | Compiling httpdate v1.0.3 |
1372 | 2024-01-19T05:42:39.702Z | Compiling openssl-probe v0.1.5 |
1373 | 2024-01-19T05:42:39.762Z | Compiling tower-service v0.3.2 |
1374 | 2024-01-19T05:42:39.941Z | Compiling io-lifetimes v1.0.11 |
1375 | 2024-01-19T05:42:40.245Z | Compiling pest_generator v2.7.2 |
1376 | 2024-01-19T05:42:41.580Z | Compiling idna v0.5.0 |
1377 | 2024-01-19T05:42:42.601Z | Compiling lazy_static v1.4.0 |
1378 | 2024-01-19T05:42:42.722Z | Compiling crossbeam-utils v0.8.16 |
1379 | 2024-01-19T05:42:42.807Z | Compiling adler v1.0.2 |
1380 | 2024-01-19T05:42:43.147Z | Compiling bytes v1.5.0 |
1381 | 2024-01-19T05:42:43.535Z | Compiling indexmap v2.1.0 |
1382 | 2024-01-19T05:42:44.337Z | Compiling chrono v0.4.31 |
1383 | 2024-01-19T05:42:44.693Z | Compiling uuid v1.6.1 |
1384 | 2024-01-19T05:42:45.238Z | Compiling http v0.2.11 |
1385 | 2024-01-19T05:42:45.558Z | Compiling tokio v1.35.1 |
1386 | 2024-01-19T05:42:45.649Z | Compiling rustc_version v0.4.0 |
1387 | 2024-01-19T05:42:46.893Z | Compiling bitflags v2.4.0 |
1388 | 2024-01-19T05:42:47.306Z | Compiling toml_datetime v0.6.5 |
1389 | 2024-01-19T05:42:47.591Z | Compiling serde_spanned v0.6.4 |
1390 | 2024-01-19T05:42:48.051Z | Compiling toml_edit v0.19.15 |
1391 | 2024-01-19T05:42:49.439Z | Compiling http-body v0.4.5 |
1392 | 2024-01-19T05:42:50.870Z | Compiling heapless v0.7.16 |
1393 | 2024-01-19T05:42:51.482Z | Compiling openapiv3 v2.0.0 |
1394 | 2024-01-19T05:42:56.558Z | Compiling pest_derive v2.7.2 |
1395 | 2024-01-19T05:42:57.576Z | Compiling url v2.5.0 |
1396 | 2024-01-19T05:42:57.790Z | Compiling miniz_oxide v0.7.1 |
1397 | 2024-01-19T05:42:59.684Z | Compiling tokio-util v0.7.10 |
1398 | 2024-01-19T05:42:59.863Z | Compiling tokio-rustls v0.24.1 |
1399 | 2024-01-19T05:43:00.765Z | Compiling rand_chacha v0.3.1 |
1400 | 2024-01-19T05:43:01.320Z | Compiling tokio-native-tls v0.3.1 |
1401 | 2024-01-19T05:43:01.442Z | Compiling h2 v0.3.21 |
1402 | 2024-01-19T05:43:01.700Z | Compiling usdt-impl v0.3.5 |
1403 | 2024-01-19T05:43:02.199Z | Compiling rustix v0.37.23 |
1404 | 2024-01-19T05:43:02.326Z | Compiling ipnet v2.9.0 |
1405 | 2024-01-19T05:43:03.517Z | Compiling rand v0.8.5 |
1406 | 2024-01-19T05:43:03.885Z | Compiling serde_urlencoded v0.7.1 |
1407 | 2024-01-19T05:43:06.938Z | Compiling rustls-pemfile v1.0.3 |
1408 | 2024-01-19T05:43:07.107Z | Compiling encoding_rs v0.8.33 |
1409 | 2024-01-19T05:43:07.108Z | Compiling webpki-roots v0.25.2 |
1410 | 2024-01-19T05:43:07.108Z | Compiling mime v0.3.17 |
1411 | 2024-01-19T05:43:07.108Z | Compiling gimli v0.28.0 |
1412 | 2024-01-19T05:43:09.316Z | Compiling zerocopy v0.3.0 |
1413 | 2024-01-19T05:43:10.908Z | Compiling object v0.32.1 |
1414 | 2024-01-19T05:43:10.937Z | Compiling num-bigint v0.4.4 |
1415 | 2024-01-19T05:43:10.963Z | Compiling rustc-demangle v0.1.23 |
1416 | 2024-01-19T05:43:11.704Z | Compiling dof v0.1.5 |
1417 | 2024-01-19T05:43:12.310Z | Compiling addr2line v0.21.0 |
1418 | 2024-01-19T05:43:12.315Z | Compiling flate2 v1.0.28 |
1419 | 2024-01-19T05:43:12.564Z | Compiling hyper v0.14.27 |
1420 | 2024-01-19T05:43:13.052Z | Compiling dtrace-parser v0.1.14 |
1421 | 2024-01-19T05:43:13.385Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1422 | 2024-01-19T05:43:13.498Z | Compiling thread-id v4.2.0 |
1423 | 2024-01-19T05:43:13.818Z | Compiling rustversion v1.0.14 |
1424 | 2024-01-19T05:43:13.966Z | Compiling signal-hook v0.3.17 |
1425 | 2024-01-19T05:43:15.386Z | Compiling toml v0.7.8 |
1426 | 2024-01-19T05:43:16.398Z | Compiling toml_edit v0.21.0 |
1427 | 2024-01-19T05:43:16.922Z | Compiling hex v0.4.3 |
1428 | 2024-01-19T05:43:17.825Z | Compiling serde_tokenstream v0.1.7 |
1429 | 2024-01-19T05:43:17.980Z | Compiling serde_tokenstream v0.2.0 |
1430 | 2024-01-19T05:43:18.396Z | Compiling memoffset v0.9.0 |
1431 | 2024-01-19T05:43:18.639Z | Compiling strsim v0.10.0 |
1432 | 2024-01-19T05:43:18.794Z | Compiling base64ct v1.6.0 |
1433 | 2024-01-19T05:43:19.916Z | Compiling regress v0.7.1 |
1434 | 2024-01-19T05:43:22.275Z | Compiling bitflags v1.3.2 |
1435 | 2024-01-19T05:43:22.470Z | Compiling smoltcp v0.9.1 |
1436 | 2024-01-19T05:43:22.850Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1437 | 2024-01-19T05:43:23.849Z | Compiling hyper-rustls v0.24.2 |
1438 | 2024-01-19T05:43:24.376Z | Compiling hyper-tls v0.5.0 |
1439 | 2024-01-19T05:43:24.381Z | Compiling reqwest v0.11.22 |
1440 | 2024-01-19T05:43:25.451Z | Compiling doc-comment v0.3.3 |
1441 | 2024-01-19T05:43:25.476Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1442 | 2024-01-19T05:43:25.526Z | Compiling pem-rfc7468 v0.7.0 |
1443 | 2024-01-19T05:43:26.754Z | Compiling strum_macros v0.25.2 |
1444 | 2024-01-19T05:43:28.304Z | Compiling usdt-attr-macro v0.3.5 |
1445 | 2024-01-19T05:43:28.971Z | Compiling usdt-macro v0.3.5 |
1446 | 2024-01-19T05:43:29.078Z | Compiling hmac v0.12.1 |
1447 | 2024-01-19T05:43:30.098Z | Compiling enum-as-inner v0.5.1 |
1448 | 2024-01-19T05:43:30.663Z | Compiling num-iter v0.1.43 |
1449 | 2024-01-19T05:43:31.043Z | Compiling crossbeam-epoch v0.9.15 |
1450 | 2024-01-19T05:43:31.798Z | Compiling flagset v0.4.3 |
1451 | 2024-01-19T05:43:31.814Z | Compiling siphasher v0.3.11 |
1452 | 2024-01-19T05:43:31.814Z | Compiling unicode-segmentation v1.10.1 |
1453 | 2024-01-19T05:43:32.023Z | Compiling der v0.7.8 |
1454 | 2024-01-19T05:43:33.684Z | Compiling hubpack_derive v0.1.1 |
1455 | 2024-01-19T05:43:33.840Z | Compiling pin-project-internal v1.1.3 |
1456 | 2024-01-19T05:43:33.880Z | Compiling zerocopy-derive v0.6.4 |
1457 | 2024-01-19T05:43:35.311Z | Compiling anstyle v1.0.2 |
1458 | 2024-01-19T05:43:35.915Z | Compiling num_threads v0.1.6 |
1459 | 2024-01-19T05:43:36.015Z | Compiling deranged v0.3.8 |
1460 | 2024-01-19T05:43:36.364Z | Compiling utf8parse v0.2.1 |
1461 | 2024-01-19T05:43:36.780Z | Compiling sha2 v0.10.8 |
1462 | 2024-01-19T05:43:37.557Z | Compiling anstyle-parse v0.2.1 |
1463 | 2024-01-19T05:43:51.380Z | Compiling spki v0.7.2 |
1464 | 2024-01-19T05:43:52.767Z | Compiling time v0.3.27 |
1465 | 2024-01-19T05:43:52.768Z | Compiling md-5 v0.10.5 |
1466 | 2024-01-19T05:43:52.768Z | Compiling block-padding v0.3.3 |
1467 | 2024-01-19T05:43:52.768Z | Compiling clap_derive v4.4.2 |
1468 | 2024-01-19T05:43:52.768Z | Compiling stringprep v0.1.3 |
1469 | 2024-01-19T05:43:52.768Z | Compiling diesel_table_macro_syntax v0.1.0 |
1470 | 2024-01-19T05:43:52.768Z | Compiling hash32 v0.2.1 |
1471 | 2024-01-19T05:43:52.768Z | Compiling fallible-iterator v0.2.0 |
1472 | 2024-01-19T05:43:52.768Z | Compiling stable_deref_trait v1.2.0 |
1473 | 2024-01-19T05:43:52.768Z | Compiling anstyle-query v1.0.0 |
1474 | 2024-01-19T05:43:52.768Z | Compiling colorchoice v1.0.0 |
1475 | 2024-01-19T05:43:52.768Z | Compiling anstream v0.5.0 |
1476 | 2024-01-19T05:43:52.768Z | Compiling diesel_derives v2.1.2 |
1477 | 2024-01-19T05:43:52.768Z | Compiling postgres-protocol v0.6.6 |
1478 | 2024-01-19T05:43:52.768Z | Compiling terminal_size v0.2.6 |
1479 | 2024-01-19T05:43:52.769Z | Compiling inout v0.1.3 |
1480 | 2024-01-19T05:43:52.769Z | Compiling pkcs8 v0.10.2 |
1481 | 2024-01-19T05:43:52.769Z | Compiling phf_shared v0.11.2 |
1482 | 2024-01-19T05:43:52.769Z | Compiling ff v0.13.0 |
1483 | 2024-01-19T05:43:52.769Z | Compiling snafu-derive v0.7.5 |
1484 | 2024-01-19T05:43:52.769Z | Compiling serde_repr v0.1.16 |
1485 | 2024-01-19T05:43:52.769Z | Compiling scheduled-thread-pool v0.2.7 |
1486 | 2024-01-19T05:43:52.769Z | Compiling matches v0.1.10 |
1487 | 2024-01-19T05:43:52.769Z | Compiling regex-automata v0.1.10 |
1488 | 2024-01-19T05:43:52.769Z | Compiling base16ct v0.2.0 |
1489 | 2024-01-19T05:43:52.769Z | Compiling managed v0.8.0 |
1490 | 2024-01-19T05:43:53.074Z | Compiling clap_lex v0.5.1 |
1491 | 2024-01-19T05:43:53.074Z | Compiling bit-vec v0.6.3 |
1492 | 2024-01-19T05:43:53.362Z | Compiling clap_builder v4.4.2 |
1493 | 2024-01-19T05:43:56.077Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1494 | 2024-01-19T05:43:56.294Z | Compiling sec1 v0.7.3 |
1495 | 2024-01-19T05:43:59.307Z | Compiling bstr v0.2.17 |
1496 | 2024-01-19T05:44:01.751Z | Compiling idna v0.2.3 |
1497 | 2024-01-19T05:44:02.132Z | Compiling r2d2 v0.8.10 |
1498 | 2024-01-19T05:44:03.129Z | Compiling group v0.13.0 |
1499 | 2024-01-19T05:44:04.538Z | Compiling phf v0.11.2 |
1500 | 2024-01-19T05:44:05.060Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1501 | 2024-01-19T05:44:05.068Z | Compiling signal-hook-mio v0.2.3 |
1502 | 2024-01-19T05:44:05.068Z | Compiling cipher v0.4.4 |
1503 | 2024-01-19T05:44:05.068Z | Compiling postgres-types v0.2.6 |
1504 | 2024-01-19T05:44:05.181Z | Compiling bzip2 v0.4.4 |
1505 | 2024-01-19T05:44:05.459Z | Compiling pin-project v1.1.3 |
1506 | 2024-01-19T05:44:05.591Z | Compiling zerocopy v0.6.4 |
1507 | 2024-01-19T05:44:05.858Z | Compiling hubpack v0.1.2 |
1508 | 2024-01-19T05:44:06.590Z | Compiling phf_shared v0.10.0 |
1509 | 2024-01-19T05:44:07.391Z | Compiling hkdf v0.12.4 |
1510 | 2024-01-19T05:44:07.460Z | Compiling ipnetwork v0.20.0 |
1511 | 2024-01-19T05:44:07.585Z | Compiling crypto-bigint v0.5.2 |
1512 | 2024-01-19T05:44:07.680Z | Compiling futures-executor v0.3.30 |
1513 | 2024-01-19T05:44:09.098Z | Compiling getopts v0.2.21 |
1514 | 2024-01-19T05:44:09.098Z | Compiling float-cmp v0.9.0 |
1515 | 2024-01-19T05:44:09.213Z | Compiling unsafe-libyaml v0.2.10 |
1516 | 2024-01-19T05:44:09.430Z | Compiling new_debug_unreachable v1.0.4 |
1517 | 2024-01-19T05:44:09.567Z | Compiling static_assertions v1.1.0 |
1518 | 2024-01-19T05:44:09.716Z | Compiling fixedbitset v0.4.2 |
1519 | 2024-01-19T05:44:09.856Z | Compiling normalize-line-endings v0.3.0 |
1520 | 2024-01-19T05:44:10.424Z | Compiling difflib v0.4.0 |
1521 | 2024-01-19T05:44:11.178Z | Compiling whoami v1.4.1 |
1522 | 2024-01-19T05:44:12.178Z | Compiling minimal-lexical v0.2.1 |
1523 | 2024-01-19T05:44:12.428Z | Compiling data-encoding v2.4.0 |
1524 | 2024-01-19T05:44:13.824Z | Compiling regex-automata v0.3.8 |
1525 | 2024-01-19T05:44:15.101Z | Compiling either v1.9.0 |
1526 | 2024-01-19T05:44:15.600Z | Compiling precomputed-hash v0.1.1 |
1527 | 2024-01-19T05:44:16.010Z | Compiling predicates-core v1.0.6 |
1528 | 2024-01-19T05:44:16.308Z | Compiling predicates v3.1.0 |
1529 | 2024-01-19T05:44:16.338Z | Compiling string_cache v0.8.7 |
1530 | 2024-01-19T05:44:16.749Z | Compiling bstr v1.6.0 |
1531 | 2024-01-19T05:44:17.177Z | Compiling itertools v0.10.5 |
1532 | 2024-01-19T05:44:17.831Z | Compiling trust-dns-proto v0.22.0 |
1533 | 2024-01-19T05:44:18.174Z | Compiling nom v7.1.3 |
1534 | 2024-01-19T05:44:18.431Z | Compiling tokio-postgres v0.7.10 |
1535 | 2024-01-19T05:44:19.045Z | Compiling serde_yaml v0.9.25 |
1536 | 2024-01-19T05:44:35.628Z | Compiling diesel v2.1.4 |
1537 | 2024-01-19T05:44:35.883Z | Compiling elliptic-curve v0.13.8 |
1538 | 2024-01-19T05:44:35.883Z | Compiling petgraph v0.6.4 |
1539 | 2024-01-19T05:44:36.027Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1540 | 2024-01-19T05:44:36.027Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1541 | 2024-01-19T05:44:36.028Z | Compiling yasna v0.5.2 |
1542 | 2024-01-19T05:44:36.028Z | Compiling futures v0.3.30 |
1543 | 2024-01-19T05:44:36.028Z | Compiling zip v0.6.6 |
1544 | 2024-01-19T05:44:36.028Z | Compiling snafu v0.7.5 |
1545 | 2024-01-19T05:44:36.028Z | Compiling crossterm v0.27.0 |
1546 | 2024-01-19T05:44:36.028Z | Compiling similar v2.3.0 |
1547 | 2024-01-19T05:44:36.028Z | Compiling clap v4.4.3 |
1548 | 2024-01-19T05:44:36.028Z | Compiling bit-set v0.5.3 |
1549 | 2024-01-19T05:44:36.028Z | Compiling usdt v0.3.5 |
1550 | 2024-01-19T05:44:36.029Z | Compiling tokio-stream v0.1.14 |
1551 | 2024-01-19T05:44:36.029Z | Compiling console v0.15.8 |
1552 | 2024-01-19T05:44:38.234Z | Compiling lalrpop-util v0.19.12 |
1553 | 2024-01-19T05:44:39.188Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1554 | 2024-01-19T05:45:28.496Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1555 | 2024-01-19T05:45:28.738Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1556 | 2024-01-19T05:45:30.313Z | Compiling sha1 v0.10.6 |
1557 | 2024-01-19T05:45:41.943Z | Compiling atty v0.2.14 |
1558 | 2024-01-19T05:45:42.718Z | Compiling match_cfg v0.1.0 |
1559 | 2024-01-19T05:45:42.859Z | Compiling hostname v0.3.1 |
1560 | 2024-01-19T05:45:43.683Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1561 | 2024-01-19T05:45:43.693Z | Compiling dirs-sys-next v0.1.2 |
1562 | 2024-01-19T05:45:43.693Z | Compiling rustls-pki-types v1.1.0 |
1563 | 2024-01-19T05:45:43.715Z | Compiling ident_case v1.0.1 |
1564 | 2024-01-19T05:45:43.969Z | Compiling darling_core v0.20.3 |
1565 | 2024-01-19T05:45:44.605Z | Compiling dirs-next v2.0.0 |
1566 | 2024-01-19T05:45:44.815Z | Compiling thread_local v1.1.7 |
1567 | 2024-01-19T05:45:44.834Z | Compiling camino v1.1.6 |
1568 | 2024-01-19T05:45:44.875Z | Compiling slog-async v2.8.0 |
1569 | 2024-01-19T05:45:44.990Z | Compiling rustls v0.22.2 |
1570 | 2024-01-19T05:45:45.576Z | Compiling term v0.7.0 |
1571 | 2024-01-19T05:45:45.719Z | Compiling rustls-webpki v0.102.1 |
1572 | 2024-01-19T05:45:45.726Z | Compiling crossbeam-channel v0.5.8 |
1573 | 2024-01-19T05:45:45.854Z | Compiling multer v3.0.0 |
1574 | 2024-01-19T05:45:46.288Z | Compiling instant v0.1.12 |
1575 | 2024-01-19T05:45:46.499Z | Compiling take_mut v0.2.2 |
1576 | 2024-01-19T05:45:46.724Z | Compiling paste v1.0.14 |
1577 | 2024-01-19T05:45:49.728Z | Compiling slog-term v2.9.0 |
1578 | 2024-01-19T05:45:49.728Z | Compiling slog-json v2.6.1 |
1579 | 2024-01-19T05:45:49.728Z | Compiling http v1.0.0 |
1580 | 2024-01-19T05:45:50.149Z | Compiling async-stream-impl v0.3.5 |
1581 | 2024-01-19T05:45:50.227Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1582 | 2024-01-19T05:45:50.339Z | Compiling atomic-waker v1.1.1 |
1583 | 2024-01-19T05:45:50.611Z | Compiling debug-ignore v1.0.5 |
1584 | 2024-01-19T05:45:50.776Z | Compiling waitgroup v0.1.2 |
1585 | 2024-01-19T05:45:50.819Z | Compiling slog-bunyan v2.5.0 |
1586 | 2024-01-19T05:45:51.130Z | Compiling rustls-pemfile v2.0.0 |
1587 | 2024-01-19T05:45:51.162Z | Compiling toml v0.8.8 |
1588 | 2024-01-19T05:45:51.846Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1589 | 2024-01-19T05:45:52.448Z | Compiling async-stream v0.3.5 |
1590 | 2024-01-19T05:45:53.099Z | Compiling serde_path_to_error v0.1.15 |
1591 | 2024-01-19T05:45:53.997Z | Compiling structmeta-derive v0.2.0 |
1592 | 2024-01-19T05:45:54.011Z | Compiling strum v0.25.0 |
1593 | 2024-01-19T05:45:54.250Z | Compiling regex-syntax v0.7.5 |
1594 | 2024-01-19T05:45:54.286Z | Compiling darling_macro v0.20.3 |
1595 | 2024-01-19T05:45:54.504Z | Compiling backoff v0.4.0 |
1596 | 2024-01-19T05:45:54.783Z | Compiling tokio-rustls v0.25.0 |
1597 | 2024-01-19T05:45:55.067Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1598 | 2024-01-19T05:45:55.394Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1599 | 2024-01-19T05:45:55.623Z | Compiling macaddr v1.0.1 |
1600 | 2024-01-19T05:45:55.921Z | Compiling darling v0.20.3 |
1601 | 2024-01-19T05:45:56.123Z | Compiling serde_with_macros v3.4.0 |
1602 | 2024-01-19T05:45:56.212Z | Compiling proc-macro-error-attr v1.0.4 |
1603 | 2024-01-19T05:45:56.343Z | Compiling proc-macro-crate v1.3.1 |
1604 | 2024-01-19T05:45:56.732Z | Compiling proc-macro-error v1.0.4 |
1605 | 2024-01-19T05:45:58.204Z | Compiling num_enum_derive v0.5.11 |
1606 | 2024-01-19T05:45:58.772Z | Compiling smoltcp v0.10.0 |
1607 | 2024-01-19T05:45:59.099Z | Compiling structmeta v0.2.0 |
1608 | 2024-01-19T05:45:59.900Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1609 | 2024-01-19T05:46:00.458Z | Compiling embedded-io v0.4.0 |
1610 | 2024-01-19T05:46:00.679Z | Compiling serde_with v3.4.0 |
1611 | 2024-01-19T05:46:00.813Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1612 | 2024-01-19T05:46:01.143Z | Compiling cobs v0.2.3 |
1613 | 2024-01-19T05:46:01.238Z | Compiling fastrand v2.0.0 |
1614 | 2024-01-19T05:46:01.644Z | Compiling same-file v1.0.6 |
1615 | 2024-01-19T05:46:02.009Z | Compiling walkdir v2.4.0 |
1616 | 2024-01-19T05:46:02.146Z | Compiling tempfile v3.9.0 |
1617 | 2024-01-19T05:46:02.806Z | Compiling num_enum v0.5.11 |
1618 | 2024-01-19T05:46:03.036Z | Compiling postcard v1.0.8 |
1619 | 2024-01-19T05:46:03.621Z | Compiling semver-parser v0.10.2 |
1620 | 2024-01-19T05:46:04.395Z | Compiling foreign-types-macros v0.2.3 |
1621 | 2024-01-19T05:46:05.537Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1622 | 2024-01-19T05:46:05.727Z | Compiling parse-display-derive v0.8.2 |
1623 | 2024-01-19T05:46:05.982Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1624 | 2024-01-19T05:46:06.432Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1625 | 2024-01-19T05:46:06.457Z | Compiling foreign-types-shared v0.3.1 |
1626 | 2024-01-19T05:46:06.700Z | Compiling crucible-workspace-hack v0.1.0 |
1627 | 2024-01-19T05:46:07.461Z | Compiling foreign-types v0.5.0 |
1628 | 2024-01-19T05:46:07.613Z | Compiling semver v0.11.0 |
1629 | 2024-01-19T05:46:07.888Z | Compiling is-terminal v0.4.9 |
1630 | 2024-01-19T05:46:08.062Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1631 | 2024-01-19T05:46:08.067Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1632 | 2024-01-19T05:46:08.579Z | Compiling cstr-argument v0.1.2 |
1633 | 2024-01-19T05:46:08.936Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1634 | 2024-01-19T05:46:08.939Z | Compiling xattr v1.0.1 |
1635 | 2024-01-19T05:46:09.311Z | Compiling filetime v0.2.23 |
1636 | 2024-01-19T05:46:09.357Z | Compiling home v0.5.5 |
1637 | 2024-01-19T05:46:09.498Z | Compiling pretty-hex v0.2.1 |
1638 | 2024-01-19T05:46:09.594Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1639 | 2024-01-19T05:46:09.744Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-01-19T05:46:09.767Z | Compiling tar v0.4.40 |
1641 | 2024-01-19T05:46:09.832Z | Compiling toolchain_find v0.2.0 |
1642 | 2024-01-19T05:46:10.300Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1643 | 2024-01-19T05:46:10.317Z | Compiling colored v2.0.4 |
1644 | 2024-01-19T05:46:11.421Z | Compiling toml v0.5.11 |
1645 | 2024-01-19T05:46:11.491Z | Compiling topological-sort v0.2.2 |
1646 | 2024-01-19T05:46:11.536Z | Compiling platforms v3.0.2 |
1647 | 2024-01-19T05:46:11.602Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1648 | 2024-01-19T05:46:11.812Z | Compiling omicron-zone-package v0.10.1 |
1649 | 2024-01-19T05:46:12.458Z | Compiling camino-tempfile v1.1.1 |
1650 | 2024-01-19T05:46:13.065Z | Compiling parse-display v0.8.2 |
1651 | 2024-01-19T05:46:13.133Z | Compiling zone_cfg_derive v0.3.0 |
1652 | 2024-01-19T05:46:13.301Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1653 | 2024-01-19T05:46:13.422Z | Compiling textwrap v0.11.0 |
1654 | 2024-01-19T05:46:13.977Z | Compiling heck v0.3.3 |
1655 | 2024-01-19T05:46:14.603Z | Compiling rustfmt-wrapper v0.2.0 |
1656 | 2024-01-19T05:46:14.636Z | Compiling num-derive v0.4.0 |
1657 | 2024-01-19T05:46:15.578Z | Compiling vec_map v0.8.2 |
1658 | 2024-01-19T05:46:15.629Z | Compiling strsim v0.8.0 |
1659 | 2024-01-19T05:46:15.980Z | Compiling ansi_term v0.12.1 |
1660 | 2024-01-19T05:46:17.893Z | Compiling libefi-sys v0.1.0 |
1661 | 2024-01-19T05:46:17.896Z | Compiling clap v2.34.0 |
1662 | 2024-01-19T05:46:17.896Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1663 | 2024-01-19T05:46:17.896Z | Compiling zone v0.3.0 |
1664 | 2024-01-19T05:46:17.896Z | Compiling structopt-derive v0.4.18 |
1665 | 2024-01-19T05:46:18.528Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1666 | 2024-01-19T05:46:18.661Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1667 | 2024-01-19T05:46:19.331Z | Compiling smf v0.2.2 |
1668 | 2024-01-19T05:46:19.719Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1669 | 2024-01-19T05:46:19.737Z | Compiling unicase v2.7.0 |
1670 | 2024-01-19T05:46:19.861Z | Compiling semver v0.1.20 |
1671 | 2024-01-19T05:46:20.098Z | Compiling curve25519-dalek v4.1.1 |
1672 | 2024-01-19T05:46:20.430Z | Compiling rustc_version v0.1.7 |
1673 | 2024-01-19T05:46:20.921Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1674 | 2024-01-19T05:46:20.957Z | Compiling universal-hash v0.5.1 |
1675 | 2024-01-19T05:46:21.090Z | Compiling opaque-debug v0.3.0 |
1676 | 2024-01-19T05:46:21.173Z | Compiling newtype_derive v0.1.6 |
1677 | 2024-01-19T05:46:21.258Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1678 | 2024-01-19T05:46:21.426Z | Compiling curve25519-dalek-derive v0.1.0 |
1679 | 2024-01-19T05:46:21.628Z | Compiling num-rational v0.4.1 |
1680 | 2024-01-19T05:46:21.654Z | Compiling getrandom v0.1.16 |
1681 | 2024-01-19T05:46:21.969Z | Compiling password-hash v0.5.0 |
1682 | 2024-01-19T05:46:22.163Z | Compiling blake2 v0.10.6 |
1683 | 2024-01-19T05:46:22.499Z | Compiling signature v2.1.0 |
1684 | 2024-01-19T05:46:22.718Z | Compiling structopt v0.3.26 |
1685 | 2024-01-19T05:46:22.783Z | Compiling quick-error v1.2.3 |
1686 | 2024-01-19T05:46:22.869Z | Compiling linked-hash-map v0.5.6 |
1687 | 2024-01-19T05:46:23.398Z | Compiling parking_lot_core v0.8.6 |
1688 | 2024-01-19T05:46:23.809Z | Compiling lru-cache v0.1.2 |
1689 | 2024-01-19T05:46:23.809Z | Compiling resolv-conf v0.7.0 |
1690 | 2024-01-19T05:46:23.809Z | Compiling argon2 v0.5.2 |
1691 | 2024-01-19T05:46:24.862Z | Compiling aead v0.5.2 |
1692 | 2024-01-19T05:46:25.005Z | Compiling num-complex v0.4.4 |
1693 | 2024-01-19T05:46:25.094Z | Compiling nibble_vec v0.1.0 |
1694 | 2024-01-19T05:46:25.386Z | Compiling slog-dtrace v0.2.3 |
1695 | 2024-01-19T05:46:25.389Z | Compiling arc-swap v1.6.0 |
1696 | 2024-01-19T05:46:25.841Z | Compiling endian-type v0.1.2 |
1697 | 2024-01-19T05:46:26.195Z | Compiling winapi v0.3.9 |
1698 | 2024-01-19T05:46:26.448Z | Compiling utf-8 v0.7.6 |
1699 | 2024-01-19T05:46:26.776Z | Compiling keccak v0.1.4 |
1700 | 2024-01-19T05:46:26.808Z | Compiling cancel-safe-futures v0.1.5 |
1701 | 2024-01-19T05:46:26.947Z | Compiling tungstenite v0.20.1 |
1702 | 2024-01-19T05:46:27.445Z | Compiling sha3 v0.10.8 |
1703 | 2024-01-19T05:46:27.860Z | Compiling num v0.4.1 |
1704 | 2024-01-19T05:46:28.013Z | Compiling radix_trie v0.2.1 |
1705 | 2024-01-19T05:46:28.541Z | Compiling slog-scope v4.4.0 |
1706 | 2024-01-19T05:46:28.918Z | Compiling mime_guess v2.0.4 |
1707 | 2024-01-19T05:46:28.935Z | Compiling steno v0.4.0 |
1708 | 2024-01-19T05:46:29.122Z | Compiling trust-dns-resolver v0.22.0 |
1709 | 2024-01-19T05:46:29.388Z | Compiling rand_core v0.5.1 |
1710 | 2024-01-19T05:46:30.678Z | Compiling poly1305 v0.8.0 |
1711 | 2024-01-19T05:46:31.250Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1712 | 2024-01-19T05:46:31.316Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1713 | 2024-01-19T05:46:31.808Z | Compiling chacha20 v0.9.1 |
1714 | 2024-01-19T05:46:32.047Z | Compiling rfc6979 v0.4.0 |
1715 | 2024-01-19T05:46:32.359Z | Compiling secrecy v0.8.0 |
1716 | 2024-01-19T05:46:32.539Z | Compiling thiserror-impl-no-std v2.0.2 |
1717 | 2024-01-19T05:46:32.745Z | Compiling option-ext v0.2.0 |
1718 | 2024-01-19T05:46:32.927Z | Compiling half v1.8.2 |
1719 | 2024-01-19T05:46:33.117Z | Compiling convert_case v0.4.0 |
1720 | 2024-01-19T05:46:33.517Z | Compiling ciborium-io v0.2.1 |
1721 | 2024-01-19T05:46:33.705Z | Compiling ciborium-ll v0.2.1 |
1722 | 2024-01-19T05:46:33.960Z | Compiling dirs-sys v0.4.1 |
1723 | 2024-01-19T05:46:34.383Z | Compiling ecdsa v0.16.9 |
1724 | 2024-01-19T05:46:34.679Z | Compiling derive_more v0.99.17 |
1725 | 2024-01-19T05:46:35.010Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1726 | 2024-01-19T05:46:35.794Z | Compiling parking_lot v0.11.2 |
1727 | 2024-01-19T05:46:36.070Z | Compiling rand_chacha v0.2.2 |
1728 | 2024-01-19T05:46:38.004Z | Compiling thiserror-no-std v2.0.2 |
1729 | 2024-01-19T05:46:38.165Z | Compiling slog-stdlog v4.1.1 |
1730 | 2024-01-19T05:46:38.328Z | Compiling tokio-tungstenite v0.20.1 |
1731 | 2024-01-19T05:46:38.442Z | Compiling trust-dns-client v0.22.0 |
1732 | 2024-01-19T05:46:38.732Z | Compiling ed25519 v2.2.2 |
1733 | 2024-01-19T05:46:39.119Z | Compiling polyval v0.6.1 |
1734 | 2024-01-19T05:46:39.429Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1735 | 2024-01-19T05:46:39.569Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1736 | 2024-01-19T05:46:39.599Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1737 | 2024-01-19T05:46:39.749Z | Compiling primeorder v0.13.6 |
1738 | 2024-01-19T05:46:40.515Z | Compiling ctr v0.9.2 |
1739 | 2024-01-19T05:46:41.052Z | Compiling blowfish v0.9.1 |
1740 | 2024-01-19T05:46:41.947Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1741 | 2024-01-19T05:46:42.880Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1742 | 2024-01-19T05:46:43.560Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1743 | 2024-01-19T05:46:45.180Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1744 | 2024-01-19T05:46:45.271Z | Compiling aes v0.8.3 |
1745 | 2024-01-19T05:46:45.761Z | Compiling password-hash v0.4.2 |
1746 | 2024-01-19T05:46:47.366Z | Compiling libsw v3.3.1 |
1747 | 2024-01-19T05:46:49.084Z | Compiling pbkdf2 v0.12.2 |
1748 | 2024-01-19T05:46:49.324Z | Compiling derive-where v1.2.7 |
1749 | 2024-01-19T05:46:50.131Z | Compiling fxhash v0.2.1 |
1750 | 2024-01-19T05:46:51.448Z | Compiling linear-map v1.2.0 |
1751 | 2024-01-19T05:46:51.951Z | Compiling swrite v0.1.0 |
1752 | 2024-01-19T05:46:52.126Z | Compiling owo-colors v3.5.0 |
1753 | 2024-01-19T05:46:54.557Z | Compiling trust-dns-server v0.22.1 |
1754 | 2024-01-19T05:46:55.380Z | Compiling sled v0.34.7 |
1755 | 2024-01-19T05:46:56.721Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1756 | 2024-01-19T05:46:57.761Z | Compiling bcrypt-pbkdf v0.10.0 |
1757 | 2024-01-19T05:46:58.666Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1758 | 2024-01-19T05:47:03.769Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1759 | 2024-01-19T05:47:04.936Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1760 | 2024-01-19T05:47:05.086Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1761 | 2024-01-19T05:47:06.619Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1762 | 2024-01-19T05:47:06.638Z | Compiling pbkdf2 v0.11.0 |
1763 | 2024-01-19T05:47:07.196Z | Compiling p256 v0.13.2 |
1764 | 2024-01-19T05:47:07.276Z | Compiling ghash v0.5.0 |
1765 | 2024-01-19T05:47:07.799Z | Compiling ed25519-dalek v2.0.0 |
1766 | 2024-01-19T05:47:08.095Z | Compiling russh-cryptovec v0.7.0 |
1767 | 2024-01-19T05:47:08.548Z | Compiling slog-envlogger v2.2.0 |
1768 | 2024-01-19T05:47:08.810Z | Compiling vsss-rs v3.3.4 |
1769 | 2024-01-19T05:47:09.397Z | Compiling rand v0.7.3 |
1770 | 2024-01-19T05:47:10.759Z | Compiling dirs v5.0.1 |
1771 | 2024-01-19T05:47:11.063Z | Compiling ciborium v0.2.1 |
1772 | 2024-01-19T05:47:11.356Z | Compiling chacha20poly1305 v0.10.1 |
1773 | 2024-01-19T05:47:11.419Z | Compiling cbc v0.1.2 |
1774 | 2024-01-19T05:47:11.682Z | Compiling pem v3.0.2 |
1775 | 2024-01-19T05:47:11.775Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1776 | 2024-01-19T05:47:12.375Z | Compiling headers-core v0.2.0 |
1777 | 2024-01-19T05:47:12.598Z | Compiling kstat-rs v0.2.3 |
1778 | 2024-01-19T05:47:12.968Z | Compiling pretty-hex v0.4.1 |
1779 | 2024-01-19T05:47:13.311Z | Compiling md5 v0.7.0 |
1780 | 2024-01-19T05:47:13.638Z | Compiling glob v0.3.1 |
1781 | 2024-01-19T05:47:14.102Z | Compiling http-range v0.1.5 |
1782 | 2024-01-19T05:47:14.159Z | Compiling russh-keys v0.40.1 |
1783 | 2024-01-19T05:47:14.677Z | Compiling hyper-staticfile v0.9.5 |
1784 | 2024-01-19T05:47:15.310Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1785 | 2024-01-19T05:47:15.342Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1786 | 2024-01-19T05:47:15.448Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1787 | 2024-01-19T05:47:16.945Z | Compiling headers v0.3.9 |
1788 | 2024-01-19T05:47:19.084Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1789 | 2024-01-19T05:47:19.682Z | Compiling rcgen v0.12.0 |
1790 | 2024-01-19T05:47:19.998Z | Compiling aes-gcm v0.10.3 |
1791 | 2024-01-19T05:47:20.469Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1792 | 2024-01-19T05:47:24.915Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1793 | 2024-01-19T05:47:26.448Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1794 | 2024-01-19T05:47:27.401Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1795 | 2024-01-19T05:47:27.877Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=1e25649e8c2ac274bd04adfe0513dd14a482058c#1e25649e) |
1796 | 2024-01-19T05:47:30.073Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e71b10d2f9f1fb52818b916bae83ba15a339548d#e71b10d2) |
1797 | 2024-01-19T05:47:32.690Z | Compiling atomicwrites v0.4.3 |
1798 | 2024-01-19T05:47:33.000Z | Compiling itertools v0.12.0 |
1799 | 2024-01-19T05:47:34.689Z | Compiling subprocess v0.2.9 |
1800 | 2024-01-19T05:47:36.721Z | Compiling display-error-chain v0.2.0 |
1801 | 2024-01-19T05:47:36.998Z | Compiling hex-literal v0.4.1 |
1802 | 2024-01-19T05:47:37.483Z | Compiling russh v0.40.2 |
1803 | 2024-01-19T05:47:38.318Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1804 | 2024-01-19T05:47:38.602Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1805 | 2024-01-19T05:47:45.292Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1806 | 2024-01-19T05:47:59.046Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1807 | 2024-01-19T05:48:00.618Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1808 | 2024-01-19T05:48:31.815Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1809 | 2024-01-19T05:49:53.215Z | Finished dev [unoptimized + debuginfo] target(s) in 8m 30s |
1810 | 2024-01-19T05:49:53.959Z | |
1811 | 2024-01-19T05:49:53.965Z | real 8:30.799339024 |
1812 | 2024-01-19T05:49:53.965Z | user 45:44.836907225 |
1813 | 2024-01-19T05:49:53.965Z | sys 7:05.001855063 |
1814 | 2024-01-19T05:49:53.965Z | trap 1.709526239 |
1815 | 2024-01-19T05:49:53.966Z | tflt 2.925765296 |
1816 | 2024-01-19T05:49:53.966Z | dflt 5.703889112 |
1817 | 2024-01-19T05:49:53.966Z | kflt 0.017844467 |
1818 | 2024-01-19T05:49:53.966Z | lock 1:27:05.635086351 |
1819 | 2024-01-19T05:49:53.966Z | slp 2:08:53.263614454 |
1820 | 2024-01-19T05:49:53.966Z | lat 2:02.385746301 |
1821 | 2024-01-19T05:49:53.966Z | stop 4:29.561248088 |
1822 | 2024-01-19T05:49:53.966Z | + mkdir -p /work/end-to-end-tests |
1823 | 2024-01-19T05:49:53.966Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1824 | 2024-01-19T05:49:53.998Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1825 | 2024-01-19T05:49:53.998Z | + ptime -m gzip |
1826 | 2024-01-19T05:49:54.018Z | ++ basename target/debug/bootstrap |
1827 | 2024-01-19T05:50:12.140Z | |
1828 | 2024-01-19T05:50:12.156Z | real 18.123523434 |
1829 | 2024-01-19T05:50:12.156Z | user 17.943777553 |
1830 | 2024-01-19T05:50:12.156Z | sys 0.171654268 |
1831 | 2024-01-19T05:50:12.156Z | trap 0.003493128 |
1832 | 2024-01-19T05:50:12.156Z | tflt 0.000000000 |
1833 | 2024-01-19T05:50:12.156Z | dflt 0.000000000 |
1834 | 2024-01-19T05:50:12.156Z | kflt 0.000000000 |
1835 | 2024-01-19T05:50:12.156Z | lock 0.000000000 |
1836 | 2024-01-19T05:50:12.157Z | slp 0.000000000 |
1837 | 2024-01-19T05:50:12.157Z | lat 0.004248535 |
1838 | 2024-01-19T05:50:12.157Z | stop 0.000232500 |
1839 | 2024-01-19T05:50:12.157Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1840 | 2024-01-19T05:50:12.157Z | + ptime -m gzip |
1841 | 2024-01-19T05:50:12.157Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d8e74790c9e6e17d |
1842 | 2024-01-19T05:50:13.529Z | |
1843 | 2024-01-19T05:50:13.529Z | real 1.084123470 |
1844 | 2024-01-19T05:50:13.529Z | user 1.072608457 |
1845 | 2024-01-19T05:50:13.529Z | sys 0.010867784 |
1846 | 2024-01-19T05:50:13.529Z | trap 0.000128270 |
1847 | 2024-01-19T05:50:13.529Z | tflt 0.000000000 |
1848 | 2024-01-19T05:50:13.529Z | dflt 0.000000000 |
1849 | 2024-01-19T05:50:13.530Z | kflt 0.000000000 |
1850 | 2024-01-19T05:50:13.530Z | lock 0.000000000 |
1851 | 2024-01-19T05:50:13.530Z | slp 0.000000000 |
1852 | 2024-01-19T05:50:13.530Z | lat 0.000174425 |
1853 | 2024-01-19T05:50:13.530Z | stop 0.000228469 |
1854 | 2024-01-19T05:50:13.530Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1855 | 2024-01-19T05:50:13.530Z | + ptime -m gzip |
1856 | 2024-01-19T05:50:13.530Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4b1652e1f243c546 |
1857 | 2024-01-19T05:50:31.721Z | |
1858 | 2024-01-19T05:50:31.733Z | real 18.497990452 |
1859 | 2024-01-19T05:50:31.733Z | user 18.327830158 |
1860 | 2024-01-19T05:50:31.733Z | sys 0.166404875 |
1861 | 2024-01-19T05:50:31.733Z | trap 0.002522202 |
1862 | 2024-01-19T05:50:31.733Z | tflt 0.000000000 |
1863 | 2024-01-19T05:50:31.733Z | dflt 0.000000000 |
1864 | 2024-01-19T05:50:31.733Z | kflt 0.000000000 |
1865 | 2024-01-19T05:50:31.733Z | lock 0.000000000 |
1866 | 2024-01-19T05:50:31.733Z | slp 0.000000000 |
1867 | 2024-01-19T05:50:31.733Z | lat 0.000889068 |
1868 | 2024-01-19T05:50:31.733Z | stop 0.000229341 |
1869 | 2024-01-19T05:50:31.733Z | + banner caboose-util |
1870 | 2024-01-19T05:50:31.733Z | |
1871 | 2024-01-19T05:50:31.733Z | #### ## ##### #### #### #### ###### # # ##### |
1872 | 2024-01-19T05:50:31.733Z | # # # # # # # # # # # # # # # |
1873 | 2024-01-19T05:50:31.733Z | # # # ##### # # # # #### ##### ##### # # # |
1874 | 2024-01-19T05:50:31.733Z | # ###### # # # # # # # # # # # |
1875 | 2024-01-19T05:50:31.734Z | # # # # # # # # # # # # # # # # |
1876 | 2024-01-19T05:50:31.734Z | #### # # ##### #### #### #### ###### #### # |
1877 | 2024-01-19T05:50:31.734Z | |
1878 | 2024-01-19T05:50:31.734Z | + ptime -m cargo build --locked -p caboose-util --release |
1879 | 2024-01-19T05:50:32.394Z | Downloading crates ... |
1880 | 2024-01-19T05:50:32.768Z | Downloaded wyz v0.5.1 |
1881 | 2024-01-19T05:50:32.784Z | Downloaded path-slash v0.1.5 |
1882 | 2024-01-19T05:50:32.784Z | Downloaded maybe-uninit v2.0.0 |
1883 | 2024-01-19T05:50:32.794Z | Downloaded packed_struct_codegen v0.10.1 |
1884 | 2024-01-19T05:50:32.794Z | Downloaded radium v0.7.0 |
1885 | 2024-01-19T05:50:32.794Z | Downloaded crc-catalog v2.2.0 |
1886 | 2024-01-19T05:50:32.795Z | Downloaded funty v2.0.0 |
1887 | 2024-01-19T05:50:32.795Z | Downloaded termcolor v1.2.0 |
1888 | 2024-01-19T05:50:32.795Z | Downloaded serde-hex v0.1.0 |
1889 | 2024-01-19T05:50:32.795Z | Downloaded smallvec v0.6.14 |
1890 | 2024-01-19T05:50:32.795Z | Downloaded packed_struct v0.10.1 |
1891 | 2024-01-19T05:50:32.795Z | Downloaded nodrop v0.1.14 |
1892 | 2024-01-19T05:50:32.802Z | Downloaded env_logger v0.10.0 |
1893 | 2024-01-19T05:50:32.802Z | Downloaded pkcs1 v0.7.5 |
1894 | 2024-01-19T05:50:32.815Z | Downloaded ron v0.8.1 |
1895 | 2024-01-19T05:50:32.846Z | Downloaded bitvec v1.0.1 |
1896 | 2024-01-19T05:50:32.858Z | Downloaded object v0.30.4 |
1897 | 2024-01-19T05:50:32.869Z | Downloaded x509-cert v0.2.4 |
1898 | 2024-01-19T05:50:32.873Z | Downloaded num-bigint-dig v0.8.4 |
1899 | 2024-01-19T05:50:32.879Z | Downloaded bitfield v0.14.0 |
1900 | 2024-01-19T05:50:32.884Z | Downloaded rsa v0.9.2 |
1901 | 2024-01-19T05:50:32.889Z | Downloaded crc-any v2.4.3 |
1902 | 2024-01-19T05:50:32.893Z | Downloaded tap v1.0.1 |
1903 | 2024-01-19T05:50:32.898Z | Downloaded array-init v0.0.4 |
1904 | 2024-01-19T05:50:32.898Z | Downloaded crc v3.0.1 |
1905 | 2024-01-19T05:50:33.090Z | Compiling proc-macro2 v1.0.74 |
1906 | 2024-01-19T05:50:33.090Z | Compiling unicode-ident v1.0.12 |
1907 | 2024-01-19T05:50:33.090Z | Compiling libc v0.2.152 |
1908 | 2024-01-19T05:50:33.091Z | Compiling autocfg v1.1.0 |
1909 | 2024-01-19T05:50:33.091Z | Compiling serde v1.0.195 |
1910 | 2024-01-19T05:50:33.091Z | Compiling cfg-if v1.0.0 |
1911 | 2024-01-19T05:50:33.096Z | Compiling version_check v0.9.4 |
1912 | 2024-01-19T05:50:33.208Z | Compiling typenum v1.16.0 |
1913 | 2024-01-19T05:50:33.225Z | Compiling syn v1.0.109 |
1914 | 2024-01-19T05:50:33.325Z | Compiling parking_lot_core v0.9.8 |
1915 | 2024-01-19T05:50:33.852Z | Compiling libm v0.2.7 |
1916 | 2024-01-19T05:50:33.887Z | Compiling once_cell v1.19.0 |
1917 | 2024-01-19T05:50:34.473Z | Compiling generic-array v0.14.7 |
1918 | 2024-01-19T05:50:34.481Z | Compiling lock_api v0.4.10 |
1919 | 2024-01-19T05:50:34.481Z | Compiling num-traits v0.2.16 |
1920 | 2024-01-19T05:50:34.481Z | Compiling pkg-config v0.3.27 |
1921 | 2024-01-19T05:50:34.481Z | Compiling scopeguard v1.2.0 |
1922 | 2024-01-19T05:50:34.695Z | Compiling slab v0.4.9 |
1923 | 2024-01-19T05:50:34.789Z | Compiling serde_json v1.0.111 |
1924 | 2024-01-19T05:50:35.101Z | Compiling memchr v2.6.3 |
1925 | 2024-01-19T05:50:35.234Z | Compiling quote v1.0.35 |
1926 | 2024-01-19T05:50:35.384Z | Compiling thiserror v1.0.49 |
1927 | 2024-01-19T05:50:36.043Z | Compiling syn v2.0.46 |
1928 | 2024-01-19T05:50:36.102Z | Compiling cc v1.0.83 |
1929 | 2024-01-19T05:50:36.182Z | Compiling getrandom v0.2.10 |
1930 | 2024-01-19T05:50:36.818Z | Compiling rand_core v0.6.4 |
1931 | 2024-01-19T05:50:36.911Z | Compiling byteorder v1.5.0 |
1932 | 2024-01-19T05:50:37.580Z | Compiling itoa v1.0.9 |
1933 | 2024-01-19T05:50:37.804Z | Compiling log v0.4.20 |
1934 | 2024-01-19T05:50:37.824Z | Compiling smallvec v1.11.2 |
1935 | 2024-01-19T05:50:38.985Z | Compiling vcpkg v0.2.15 |
1936 | 2024-01-19T05:50:40.728Z | Compiling const-oid v0.9.5 |
1937 | 2024-01-19T05:50:40.786Z | Compiling parking_lot v0.12.1 |
1938 | 2024-01-19T05:50:41.251Z | Compiling pin-project-lite v0.2.13 |
1939 | 2024-01-19T05:50:41.474Z | Compiling ring v0.17.7 |
1940 | 2024-01-19T05:50:41.773Z | Compiling openssl-sys v0.9.96 |
1941 | 2024-01-19T05:50:41.992Z | Compiling indexmap v1.9.3 |
1942 | 2024-01-19T05:50:43.091Z | Compiling signal-hook-registry v1.4.1 |
1943 | 2024-01-19T05:50:43.112Z | Compiling futures-core v0.3.30 |
1944 | 2024-01-19T05:50:43.444Z | Compiling io-lifetimes v1.0.11 |
1945 | 2024-01-19T05:50:43.976Z | Compiling heck v0.4.1 |
1946 | 2024-01-19T05:50:44.190Z | Compiling subtle v2.5.0 |
1947 | 2024-01-19T05:50:44.259Z | Compiling ring v0.16.20 |
1948 | 2024-01-19T05:50:44.595Z | Compiling mio v0.8.9 |
1949 | 2024-01-19T05:50:44.696Z | Compiling num-integer v0.1.45 |
1950 | 2024-01-19T05:50:45.136Z | Compiling semver v1.0.21 |
1951 | 2024-01-19T05:50:45.755Z | Compiling ryu v1.0.15 |
1952 | 2024-01-19T05:50:46.369Z | Compiling rustix v0.37.23 |
1953 | 2024-01-19T05:50:46.713Z | Compiling spin v0.5.2 |
1954 | 2024-01-19T05:50:47.855Z | Compiling socket2 v0.5.5 |
1955 | 2024-01-19T05:50:48.363Z | Compiling num_cpus v1.16.0 |
1956 | 2024-01-19T05:50:48.528Z | Compiling openssl v0.10.60 |
1957 | 2024-01-19T05:50:48.818Z | Compiling futures-sink v0.3.30 |
1958 | 2024-01-19T05:50:49.068Z | Compiling ucd-trie v0.1.6 |
1959 | 2024-01-19T05:50:49.086Z | Compiling httparse v1.8.0 |
1960 | 2024-01-19T05:50:49.211Z | Compiling unicode-xid v0.2.4 |
1961 | 2024-01-19T05:50:49.440Z | Compiling synstructure v0.12.6 |
1962 | 2024-01-19T05:50:49.861Z | Compiling tinyvec_macros v0.1.1 |
1963 | 2024-01-19T05:50:49.970Z | Compiling tinyvec v1.6.0 |
1964 | 2024-01-19T05:50:50.286Z | Compiling futures-channel v0.3.30 |
1965 | 2024-01-19T05:50:50.950Z | Compiling futures-io v0.3.30 |
1966 | 2024-01-19T05:50:51.074Z | Compiling rustls v0.21.9 |
1967 | 2024-01-19T05:50:51.089Z | Compiling pin-utils v0.1.0 |
1968 | 2024-01-19T05:50:51.209Z | Compiling ppv-lite86 v0.2.17 |
1969 | 2024-01-19T05:50:51.328Z | Compiling native-tls v0.2.11 |
1970 | 2024-01-19T05:50:51.455Z | Compiling futures-task v0.3.30 |
1971 | 2024-01-19T05:50:51.770Z | Compiling crc32fast v1.3.2 |
1972 | 2024-01-19T05:50:51.884Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1973 | 2024-01-19T05:50:52.102Z | Compiling spin v0.9.8 |
1974 | 2024-01-19T05:50:52.534Z | Compiling rand_chacha v0.3.1 |
1975 | 2024-01-19T05:50:52.559Z | Compiling unicode-normalization v0.1.22 |
1976 | 2024-01-19T05:50:52.590Z | Compiling tracing-core v0.1.31 |
1977 | 2024-01-19T05:50:52.630Z | Compiling unicode-bidi v0.3.13 |
1978 | 2024-01-19T05:50:52.644Z | Compiling base64ct v1.6.0 |
1979 | 2024-01-19T05:50:54.293Z | Compiling pem-rfc7468 v0.7.0 |
1980 | 2024-01-19T05:50:54.594Z | Compiling rand v0.8.5 |
1981 | 2024-01-19T05:50:55.160Z | Compiling errno v0.3.8 |
1982 | 2024-01-19T05:50:55.192Z | Compiling num-iter v0.1.43 |
1983 | 2024-01-19T05:50:55.444Z | Compiling usdt-impl v0.3.5 |
1984 | 2024-01-19T05:50:55.524Z | Compiling ahash v0.8.6 |
1985 | 2024-01-19T05:50:55.610Z | Compiling rustix v0.38.30 |
1986 | 2024-01-19T05:50:56.495Z | Compiling flagset v0.4.3 |
1987 | 2024-01-19T05:50:56.513Z | Compiling schemars v0.8.16 |
1988 | 2024-01-19T05:50:56.682Z | Compiling signal-hook v0.3.17 |
1989 | 2024-01-19T05:50:57.029Z | Compiling serde_derive_internals v0.26.0 |
1990 | 2024-01-19T05:50:57.966Z | Compiling serde_derive v1.0.195 |
1991 | 2024-01-19T05:50:58.092Z | Compiling zeroize_derive v1.4.2 |
1992 | 2024-01-19T05:50:58.105Z | Compiling tokio-macros v2.2.0 |
1993 | 2024-01-19T05:50:58.994Z | Compiling thiserror-impl v1.0.49 |
1994 | 2024-01-19T05:50:59.193Z | Compiling futures-macro v0.3.30 |
1995 | 2024-01-19T05:51:00.307Z | Compiling zeroize v1.7.0 |
1996 | 2024-01-19T05:51:00.903Z | Compiling tracing-attributes v0.1.26 |
1997 | 2024-01-19T05:51:01.609Z | Compiling der_derive v0.7.2 |
1998 | 2024-01-19T05:51:01.711Z | Compiling zerocopy-derive v0.2.0 |
1999 | 2024-01-19T05:51:02.325Z | Compiling openssl-macros v0.1.1 |
2000 | 2024-01-19T05:51:03.202Z | Compiling crypto-common v0.1.6 |
2001 | 2024-01-19T05:51:03.305Z | Compiling block-buffer v0.10.4 |
2002 | 2024-01-19T05:51:03.684Z | Compiling pest v2.7.2 |
2003 | 2024-01-19T05:51:03.696Z | Compiling digest v0.10.7 |
2004 | 2024-01-19T05:51:03.696Z | Compiling futures-util v0.3.30 |
2005 | 2024-01-19T05:51:04.776Z | Compiling zerocopy-derive v0.6.4 |
2006 | 2024-01-19T05:51:04.797Z | Compiling zerocopy-derive v0.7.31 |
2007 | 2024-01-19T05:51:05.318Z | Compiling der v0.7.8 |
2008 | 2024-01-19T05:51:06.233Z | Compiling tracing v0.1.37 |
2009 | 2024-01-19T05:51:07.409Z | Compiling fnv v1.0.7 |
2010 | 2024-01-19T05:51:07.661Z | Compiling pest_meta v2.7.2 |
2011 | 2024-01-19T05:51:07.675Z | Compiling bitflags v1.3.2 |
2012 | 2024-01-19T05:51:08.150Z | Compiling zerocopy v0.3.0 |
2013 | 2024-01-19T05:51:09.155Z | Compiling spki v0.7.2 |
2014 | 2024-01-19T05:51:09.597Z | Compiling schemars_derive v0.8.16 |
2015 | 2024-01-19T05:51:09.991Z | Compiling pest_generator v2.7.2 |
2016 | 2024-01-19T05:51:13.889Z | Compiling lazy_static v1.4.0 |
2017 | 2024-01-19T05:51:14.376Z | Compiling pest_derive v2.7.2 |
2018 | 2024-01-19T05:51:15.537Z | Compiling backtrace v0.3.69 |
2019 | 2024-01-19T05:51:15.697Z | Compiling memoffset v0.9.0 |
2020 | 2024-01-19T05:51:15.990Z | Compiling num-bigint v0.4.4 |
2021 | 2024-01-19T05:51:16.118Z | Compiling iana-time-zone v0.1.57 |
2022 | 2024-01-19T05:51:16.127Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2023 | 2024-01-19T05:51:16.644Z | Compiling hashbrown v0.12.3 |
2024 | 2024-01-19T05:51:17.566Z | Compiling smoltcp v0.9.1 |
2025 | 2024-01-19T05:51:17.573Z | Compiling foreign-types-shared v0.1.1 |
2026 | 2024-01-19T05:51:17.573Z | Compiling hashbrown v0.14.2 |
2027 | 2024-01-19T05:51:17.574Z | Compiling base64 v0.21.7 |
2028 | 2024-01-19T05:51:18.067Z | Compiling async-trait v0.1.77 |
2029 | 2024-01-19T05:51:18.688Z | Compiling untrusted v0.9.0 |
2030 | 2024-01-19T05:51:18.797Z | Compiling equivalent v1.0.1 |
2031 | 2024-01-19T05:51:18.929Z | Compiling untrusted v0.7.1 |
2032 | 2024-01-19T05:51:18.938Z | Compiling percent-encoding v2.3.1 |
2033 | 2024-01-19T05:51:19.884Z | Compiling doc-comment v0.3.3 |
2034 | 2024-01-19T05:51:19.893Z | Compiling crossbeam-utils v0.8.16 |
2035 | 2024-01-19T05:51:21.430Z | Compiling bytes v1.5.0 |
2036 | 2024-01-19T05:51:21.877Z | Compiling bitflags v2.4.0 |
2037 | 2024-01-19T05:51:22.650Z | Compiling tokio v1.35.1 |
2038 | 2024-01-19T05:51:22.672Z | Compiling rustc_version v0.4.0 |
2039 | 2024-01-19T05:51:22.900Z | Compiling http v0.2.11 |
2040 | 2024-01-19T05:51:24.714Z | Compiling heapless v0.7.16 |
2041 | 2024-01-19T05:51:25.740Z | Compiling uuid v1.6.1 |
2042 | 2024-01-19T05:51:26.640Z | Compiling chrono v0.4.31 |
2043 | 2024-01-19T05:51:26.652Z | Compiling indexmap v2.1.0 |
2044 | 2024-01-19T05:51:26.652Z | Compiling foreign-types v0.3.2 |
2045 | 2024-01-19T05:51:26.652Z | Compiling dtrace-parser v0.1.14 |
2046 | 2024-01-19T05:51:28.470Z | Compiling dof v0.1.5 |
2047 | 2024-01-19T05:51:28.823Z | Compiling hmac v0.12.1 |
2048 | 2024-01-19T05:51:29.127Z | Compiling clap_derive v4.4.2 |
2049 | 2024-01-19T05:51:30.211Z | Compiling thread-id v4.2.0 |
2050 | 2024-01-19T05:51:30.660Z | Compiling utf8parse v0.2.1 |
2051 | 2024-01-19T05:51:31.421Z | Compiling adler v1.0.2 |
2052 | 2024-01-19T05:51:31.571Z | Compiling rustversion v1.0.14 |
2053 | 2024-01-19T05:51:31.978Z | Compiling try-lock v0.2.4 |
2054 | 2024-01-19T05:51:32.044Z | Compiling anstyle v1.0.2 |
2055 | 2024-01-19T05:51:32.185Z | Compiling cpufeatures v0.2.9 |
2056 | 2024-01-19T05:51:32.580Z | Compiling siphasher v0.3.11 |
2057 | 2024-01-19T05:51:32.610Z | Compiling time-core v0.1.1 |
2058 | 2024-01-19T05:51:32.845Z | Compiling time-macros v0.2.13 |
2059 | 2024-01-19T05:51:33.252Z | Compiling sha2 v0.10.8 |
2060 | 2024-01-19T05:51:36.416Z | Compiling tokio-util v0.7.10 |
2061 | 2024-01-19T05:51:36.833Z | Compiling want v0.3.1 |
2062 | 2024-01-19T05:51:37.234Z | Compiling miniz_oxide v0.7.1 |
2063 | 2024-01-19T05:51:39.652Z | Compiling h2 v0.3.21 |
2064 | 2024-01-19T05:51:39.657Z | Compiling anstyle-parse v0.2.1 |
2065 | 2024-01-19T05:51:41.682Z | Compiling http-body v0.4.5 |
2066 | 2024-01-19T05:51:42.656Z | Compiling rustls-webpki v0.101.7 |
2067 | 2024-01-19T05:51:43.067Z | Compiling sct v0.7.0 |
2068 | 2024-01-19T05:51:43.536Z | Compiling serde_tokenstream v0.1.7 |
2069 | 2024-01-19T05:51:44.605Z | Compiling form_urlencoded v1.2.1 |
2070 | 2024-01-19T05:51:44.652Z | Compiling pkcs8 v0.10.2 |
2071 | 2024-01-19T05:51:45.003Z | Compiling hubpack_derive v0.1.1 |
2072 | 2024-01-19T05:51:45.442Z | Compiling pin-project-internal v1.1.3 |
2073 | 2024-01-19T05:51:46.260Z | Compiling socket2 v0.4.9 |
2074 | 2024-01-19T05:51:47.514Z | Compiling crossbeam-epoch v0.9.15 |
2075 | 2024-01-19T05:51:47.842Z | Compiling slog v2.7.0 |
2076 | 2024-01-19T05:51:48.322Z | Compiling anstyle-query v1.0.0 |
2077 | 2024-01-19T05:51:48.493Z | Compiling radium v0.7.0 |
2078 | 2024-01-19T05:51:48.515Z | Compiling httpdate v1.0.3 |
2079 | 2024-01-19T05:51:49.120Z | Compiling openssl-probe v0.1.5 |
2080 | 2024-01-19T05:51:49.206Z | Compiling tower-service v0.3.2 |
2081 | 2024-01-19T05:51:49.373Z | Compiling colorchoice v1.0.0 |
2082 | 2024-01-19T05:51:49.608Z | Compiling anyhow v1.0.75 |
2083 | 2024-01-19T05:51:50.558Z | Compiling hyper v0.14.27 |
2084 | 2024-01-19T05:51:51.804Z | Compiling anstream v0.5.0 |
2085 | 2024-01-19T05:51:59.952Z | Compiling terminal_size v0.2.6 |
2086 | 2024-01-19T05:52:00.880Z | Compiling toml_datetime v0.6.5 |
2087 | 2024-01-19T05:52:01.530Z | Compiling serde_spanned v0.6.4 |
2088 | 2024-01-19T05:52:02.471Z | Compiling zerocopy v0.6.4 |
2089 | 2024-01-19T05:52:03.915Z | Compiling md-5 v0.10.5 |
2090 | 2024-01-19T05:52:04.519Z | Compiling stringprep v0.1.3 |
2091 | 2024-01-19T05:52:04.544Z | Compiling idna v0.5.0 |
2092 | 2024-01-19T05:52:05.706Z | Compiling diesel_table_macro_syntax v0.1.0 |
2093 | 2024-01-19T05:52:05.737Z | Compiling hash32 v0.2.1 |
2094 | 2024-01-19T05:52:05.835Z | Compiling aho-corasick v1.0.4 |
2095 | 2024-01-19T05:52:06.254Z | Compiling strsim v0.10.0 |
2096 | 2024-01-19T05:52:06.270Z | Compiling clap_lex v0.5.1 |
2097 | 2024-01-19T05:52:06.285Z | Compiling winnow v0.5.15 |
2098 | 2024-01-19T05:52:06.939Z | Compiling stable_deref_trait v1.2.0 |
2099 | 2024-01-19T05:52:07.299Z | Compiling dyn-clone v1.0.13 |
2100 | 2024-01-19T05:52:07.552Z | Compiling maybe-uninit v2.0.0 |
2101 | 2024-01-19T05:52:07.940Z | Compiling fallible-iterator v0.2.0 |
2102 | 2024-01-19T05:52:08.193Z | Compiling tap v1.0.1 |
2103 | 2024-01-19T05:52:08.204Z | Compiling regex-syntax v0.8.2 |
2104 | 2024-01-19T05:52:08.449Z | Compiling gimli v0.28.0 |
2105 | 2024-01-19T05:52:09.578Z | Compiling postgres-protocol v0.6.6 |
2106 | 2024-01-19T05:52:09.709Z | Compiling wyz v0.5.1 |
2107 | 2024-01-19T05:52:11.553Z | Compiling clap_builder v4.4.2 |
2108 | 2024-01-19T05:52:11.935Z | Compiling diesel_derives v2.1.2 |
2109 | 2024-01-19T05:52:12.324Z | Compiling url v2.5.0 |
2110 | 2024-01-19T05:52:14.166Z | Compiling regex-automata v0.4.3 |
2111 | 2024-01-19T05:52:15.347Z | Compiling addr2line v0.21.0 |
2112 | 2024-01-19T05:52:15.417Z | Compiling tokio-rustls v0.24.1 |
2113 | 2024-01-19T05:52:16.994Z | Compiling strum_macros v0.25.2 |
2114 | 2024-01-19T05:52:19.346Z | Compiling tokio-native-tls v0.3.1 |
2115 | 2024-01-19T05:52:23.719Z | Compiling usdt-macro v0.3.5 |
2116 | 2024-01-19T05:52:24.019Z | Compiling usdt-attr-macro v0.3.5 |
2117 | 2024-01-19T05:52:25.558Z | Compiling phf_shared v0.11.2 |
2118 | 2024-01-19T05:52:27.382Z | Compiling zerocopy v0.7.31 |
2119 | 2024-01-19T05:52:27.529Z | Compiling block-padding v0.3.3 |
2120 | 2024-01-19T05:52:27.579Z | Compiling snafu-derive v0.7.5 |
2121 | 2024-01-19T05:52:27.852Z | Compiling enum-as-inner v0.5.1 |
2122 | 2024-01-19T05:52:29.316Z | Compiling serde_repr v0.1.16 |
2123 | 2024-01-19T05:52:30.344Z | Compiling ff v0.13.0 |
2124 | 2024-01-19T05:52:30.661Z | Compiling scheduled-thread-pool v0.2.7 |
2125 | 2024-01-19T05:52:30.948Z | Compiling object v0.32.1 |
2126 | 2024-01-19T05:52:34.282Z | Compiling ipnet v2.9.0 |
2127 | 2024-01-19T05:52:35.249Z | Compiling funty v2.0.0 |
2128 | 2024-01-19T05:52:35.559Z | Compiling matches v0.1.10 |
2129 | 2024-01-19T05:52:35.680Z | Compiling num-bigint-dig v0.8.4 |
2130 | 2024-01-19T05:52:36.265Z | Compiling bit-vec v0.6.3 |
2131 | 2024-01-19T05:52:38.831Z | Compiling packed_struct v0.10.1 |
2132 | 2024-01-19T05:52:38.983Z | Compiling num_threads v0.1.6 |
2133 | 2024-01-19T05:52:39.146Z | Compiling regex-automata v0.1.10 |
2134 | 2024-01-19T05:52:39.924Z | Compiling managed v0.8.0 |
2135 | 2024-01-19T05:52:40.028Z | Compiling base16ct v0.2.0 |
2136 | 2024-01-19T05:52:40.356Z | Compiling deranged v0.3.8 |
2137 | 2024-01-19T05:52:40.472Z | Compiling rustc-demangle v0.1.23 |
2138 | 2024-01-19T05:52:43.432Z | Compiling time v0.3.27 |
2139 | 2024-01-19T05:52:44.477Z | Compiling sec1 v0.7.3 |
2140 | 2024-01-19T05:52:44.773Z | Compiling bstr v0.2.17 |
2141 | 2024-01-19T05:52:45.571Z | Compiling bitvec v1.0.1 |
2142 | 2024-01-19T05:52:48.398Z | Compiling idna v0.2.3 |
2143 | 2024-01-19T05:52:50.733Z | Compiling r2d2 v0.8.10 |
2144 | 2024-01-19T05:52:51.283Z | Compiling group v0.13.0 |
2145 | 2024-01-19T05:52:52.388Z | Compiling inout v0.1.3 |
2146 | 2024-01-19T05:52:53.301Z | Compiling phf v0.11.2 |
2147 | 2024-01-19T05:52:53.742Z | Compiling regex v1.10.2 |
2148 | 2024-01-19T05:52:54.503Z | Compiling hyper-tls v0.5.0 |
2149 | 2024-01-19T05:52:54.990Z | Compiling clap v4.4.3 |
2150 | 2024-01-19T05:52:55.143Z | Compiling signal-hook-mio v0.2.3 |
2151 | 2024-01-19T05:52:55.359Z | Compiling hyper-rustls v0.24.2 |
2152 | 2024-01-19T05:52:55.371Z | Compiling bzip2 v0.4.4 |
2153 | 2024-01-19T05:52:55.861Z | Compiling flate2 v1.0.28 |
2154 | 2024-01-19T05:52:55.929Z | Compiling ipnetwork v0.20.0 |
2155 | 2024-01-19T05:52:57.158Z | Compiling toml_edit v0.19.15 |
2156 | 2024-01-19T05:52:57.393Z | Compiling postgres-types v0.2.6 |
2157 | 2024-01-19T05:52:58.098Z | Compiling pin-project v1.1.3 |
2158 | 2024-01-19T05:52:58.307Z | Compiling hubpack v0.1.2 |
2159 | 2024-01-19T05:52:58.431Z | Compiling serde_urlencoded v0.7.1 |
2160 | 2024-01-19T05:52:58.565Z | Compiling phf_shared v0.10.0 |
2161 | 2024-01-19T05:52:58.992Z | Compiling rustls-pemfile v1.0.3 |
2162 | 2024-01-19T05:52:59.136Z | Compiling hkdf v0.12.4 |
2163 | 2024-01-19T05:52:59.328Z | Compiling futures-executor v0.3.30 |
2164 | 2024-01-19T05:53:01.387Z | Compiling crypto-bigint v0.5.2 |
2165 | 2024-01-19T05:53:01.510Z | Compiling packed_struct_codegen v0.10.1 |
2166 | 2024-01-19T05:53:02.727Z | Compiling float-cmp v0.9.0 |
2167 | 2024-01-19T05:53:05.035Z | Compiling encoding_rs v0.8.33 |
2168 | 2024-01-19T05:53:05.120Z | Compiling nodrop v0.1.14 |
2169 | 2024-01-19T05:53:05.283Z | Compiling normalize-line-endings v0.3.0 |
2170 | 2024-01-19T05:53:05.378Z | Compiling precomputed-hash v0.1.1 |
2171 | 2024-01-19T05:53:05.448Z | Compiling predicates-core v1.0.6 |
2172 | 2024-01-19T05:53:05.509Z | Compiling data-encoding v2.4.0 |
2173 | 2024-01-19T05:53:05.851Z | Compiling static_assertions v1.1.0 |
2174 | 2024-01-19T05:53:05.874Z | Compiling unicode-width v0.1.11 |
2175 | 2024-01-19T05:53:05.982Z | Compiling crc-catalog v2.2.0 |
2176 | 2024-01-19T05:53:06.181Z | Compiling webpki-roots v0.25.2 |
2177 | 2024-01-19T05:53:06.234Z | Compiling either v1.9.0 |
2178 | 2024-01-19T05:53:06.404Z | Compiling new_debug_unreachable v1.0.4 |
2179 | 2024-01-19T05:53:06.521Z | Compiling regex-automata v0.3.8 |
2180 | 2024-01-19T05:53:07.065Z | Compiling unicode-segmentation v1.10.1 |
2181 | 2024-01-19T05:53:08.404Z | Compiling whoami v1.4.1 |
2182 | 2024-01-19T05:53:08.422Z | Compiling minimal-lexical v0.2.1 |
2183 | 2024-01-19T05:53:09.205Z | Compiling mime v0.3.17 |
2184 | 2024-01-19T05:53:09.840Z | Compiling difflib v0.4.0 |
2185 | 2024-01-19T05:53:10.277Z | Compiling fixedbitset v0.4.2 |
2186 | 2024-01-19T05:53:10.905Z | Compiling petgraph v0.6.4 |
2187 | 2024-01-19T05:53:11.063Z | Compiling predicates v3.1.0 |
2188 | 2024-01-19T05:53:13.417Z | Compiling reqwest v0.11.22 |
2189 | 2024-01-19T05:53:16.851Z | Compiling bstr v1.6.0 |
2190 | 2024-01-19T05:53:18.909Z | Compiling nom v7.1.3 |
2191 | 2024-01-19T05:53:19.236Z | Compiling tokio-postgres v0.7.10 |
2192 | 2024-01-19T05:53:21.880Z | Compiling similar v2.3.0 |
2193 | 2024-01-19T05:53:25.120Z | Compiling itertools v0.10.5 |
2194 | 2024-01-19T05:53:25.391Z | Compiling string_cache v0.8.7 |
2195 | 2024-01-19T05:53:26.032Z | Compiling trust-dns-proto v0.22.0 |
2196 | 2024-01-19T05:53:28.919Z | Compiling crc v3.0.1 |
2197 | 2024-01-19T05:53:29.895Z | Compiling console v0.15.8 |
2198 | 2024-01-19T05:53:30.070Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2199 | 2024-01-19T05:53:33.394Z | Compiling array-init v0.0.4 |
2200 | 2024-01-19T05:53:38.545Z | Compiling elliptic-curve v0.13.8 |
2201 | 2024-01-19T05:53:39.600Z | Compiling toml v0.7.8 |
2202 | 2024-01-19T05:53:42.117Z | Compiling futures v0.3.30 |
2203 | 2024-01-19T05:53:43.753Z | Compiling snafu v0.7.5 |
2204 | 2024-01-19T05:53:44.072Z | Compiling smallvec v0.6.14 |
2205 | 2024-01-19T05:53:44.190Z | Compiling yasna v0.5.2 |
2206 | 2024-01-19T05:53:44.460Z | Compiling zip v0.6.6 |
2207 | 2024-01-19T05:53:44.755Z | Compiling diesel v2.1.4 |
2208 | 2024-01-19T05:53:44.851Z | Compiling crossterm v0.27.0 |
2209 | 2024-01-19T05:53:44.980Z | Compiling cipher v0.4.4 |
2210 | 2024-01-19T05:53:45.602Z | Compiling hashbrown v0.13.2 |
2211 | 2024-01-19T05:53:49.774Z | Compiling bit-set v0.5.3 |
2212 | 2024-01-19T05:53:50.196Z | Compiling usdt v0.3.5 |
2213 | 2024-01-19T05:53:50.281Z | Compiling is-terminal v0.4.9 |
2214 | 2024-01-19T05:53:50.559Z | Compiling toml_edit v0.21.0 |
2215 | 2024-01-19T05:53:53.626Z | Compiling pkcs1 v0.7.5 |
2216 | 2024-01-19T05:53:55.519Z | Compiling tokio-stream v0.1.14 |
2217 | 2024-01-19T05:53:56.997Z | Compiling openapiv3 v2.0.0 |
2218 | 2024-01-19T05:53:59.679Z | Compiling hex v0.4.3 |
2219 | 2024-01-19T05:54:02.370Z | Compiling signature v2.1.0 |
2220 | 2024-01-19T05:54:04.971Z | Compiling bitfield v0.14.0 |
2221 | 2024-01-19T05:54:06.221Z | Compiling termcolor v1.2.0 |
2222 | 2024-01-19T05:54:11.844Z | Compiling lalrpop-util v0.19.12 |
2223 | 2024-01-19T05:54:12.884Z | Compiling env_logger v0.10.0 |
2224 | 2024-01-19T05:54:22.365Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2225 | 2024-01-19T05:54:31.414Z | Compiling rsa v0.9.2 |
2226 | 2024-01-19T05:54:40.735Z | Compiling serde-hex v0.1.0 |
2227 | 2024-01-19T05:54:42.026Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2228 | 2024-01-19T05:54:49.286Z | Compiling ron v0.8.1 |
2229 | 2024-01-19T05:54:49.857Z | Compiling x509-cert v0.2.4 |
2230 | 2024-01-19T05:54:51.788Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2231 | 2024-01-19T05:54:53.439Z | Compiling crc-any v2.4.3 |
2232 | 2024-01-19T05:55:17.484Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2233 | 2024-01-19T05:55:25.681Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2234 | 2024-01-19T05:55:35.296Z | Compiling object v0.30.4 |
2235 | 2024-01-19T05:55:49.055Z | Compiling path-slash v0.1.5 |
2236 | 2024-01-19T05:55:49.947Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2237 | 2024-01-19T05:56:32.732Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2238 | 2024-01-19T05:56:33.785Z | Finished release [optimized] target(s) in 6m 02s |
2239 | 2024-01-19T05:56:33.868Z | |
2240 | 2024-01-19T05:56:33.871Z | real 6:02.140413999 |
2241 | 2024-01-19T05:56:33.871Z | user 42:02.537577457 |
2242 | 2024-01-19T05:56:33.871Z | sys 3:40.716642193 |
2243 | 2024-01-19T05:56:33.871Z | trap 1.669737081 |
2244 | 2024-01-19T05:56:33.871Z | tflt 1.113292853 |
2245 | 2024-01-19T05:56:33.871Z | dflt 0.614091343 |
2246 | 2024-01-19T05:56:33.872Z | kflt 0.000297264 |
2247 | 2024-01-19T05:56:33.872Z | lock 1:34:12.204097288 |
2248 | 2024-01-19T05:56:33.872Z | slp 1:59:08.173353117 |
2249 | 2024-01-19T05:56:33.872Z | lat 1:51.052604723 |
2250 | 2024-01-19T05:56:33.872Z | stop 1:19.269306027 |
2251 | 2024-01-19T05:56:33.872Z | + ptime -m gzip |
2252 | 2024-01-19T05:56:34.528Z | |
2253 | 2024-01-19T05:56:34.528Z | real 0.655599950 |
2254 | 2024-01-19T05:56:34.532Z | user 0.646238415 |
2255 | 2024-01-19T05:56:34.532Z | sys 0.008745150 |
2256 | 2024-01-19T05:56:34.532Z | trap 0.000086683 |
2257 | 2024-01-19T05:56:34.532Z | tflt 0.000000000 |
2258 | 2024-01-19T05:56:34.532Z | dflt 0.000000000 |
2259 | 2024-01-19T05:56:34.532Z | kflt 0.000000000 |
2260 | 2024-01-19T05:56:34.532Z | lock 0.000000000 |
2261 | 2024-01-19T05:56:34.532Z | slp 0.000000000 |
2262 | 2024-01-19T05:56:34.532Z | lat 0.000194474 |
2263 | 2024-01-19T05:56:34.532Z | stop 0.000230818 |
2264 | 2024-01-19T05:56:34.532Z | + banner tufaceous |
2265 | 2024-01-19T05:56:34.532Z | |
2266 | 2024-01-19T05:56:34.532Z | ##### # # ###### ## #### ###### #### # # #### |
2267 | 2024-01-19T05:56:34.532Z | # # # # # # # # # # # # # # |
2268 | 2024-01-19T05:56:34.532Z | # # # ##### # # # ##### # # # # #### |
2269 | 2024-01-19T05:56:34.532Z | # # # # ###### # # # # # # # |
2270 | 2024-01-19T05:56:34.532Z | # # # # # # # # # # # # # # # |
2271 | 2024-01-19T05:56:34.532Z | # #### # # # #### ###### #### #### #### |
2272 | 2024-01-19T05:56:34.532Z | |
2273 | 2024-01-19T05:56:34.533Z | + ptime -m cargo build --locked -p tufaceous --release |
2274 | 2024-01-19T05:56:35.181Z | Downloading crates ... |
2275 | 2024-01-19T05:56:35.657Z | Downloaded async-recursion v1.0.5 |
2276 | 2024-01-19T05:56:35.668Z | Downloaded humantime v2.1.0 |
2277 | 2024-01-19T05:56:36.089Z | Downloaded globset v0.4.13 |
2278 | 2024-01-19T05:56:36.089Z | Downloaded parse-size v1.0.0 |
2279 | 2024-01-19T05:56:36.090Z | Downloaded serde_plain v1.0.2 |
2280 | 2024-01-19T05:56:36.103Z | Downloaded fs-err v2.11.0 |
2281 | 2024-01-19T05:56:36.103Z | Downloaded buf-list v1.0.3 |
2282 | 2024-01-19T05:56:36.104Z | Downloaded typed-path v0.7.0 |
2283 | 2024-01-19T05:56:36.104Z | Downloaded tough v0.16.0 |
2284 | 2024-01-19T05:56:36.104Z | Downloaded olpc-cjson v0.1.3 |
2285 | 2024-01-19T05:56:36.104Z | Compiling serde_tokenstream v0.2.0 |
2286 | 2024-01-19T05:56:36.104Z | Compiling regress v0.7.1 |
2287 | 2024-01-19T05:56:36.104Z | Compiling dirs-sys-next v0.1.2 |
2288 | 2024-01-19T05:56:36.104Z | Compiling rustls-pki-types v1.1.0 |
2289 | 2024-01-19T05:56:36.104Z | Compiling ident_case v1.0.1 |
2290 | 2024-01-19T05:56:36.104Z | Compiling thread_local v1.1.7 |
2291 | 2024-01-19T05:56:36.104Z | Compiling heck v0.4.1 |
2292 | 2024-01-19T05:56:36.157Z | Compiling dirs-next v2.0.0 |
2293 | 2024-01-19T05:56:36.477Z | Compiling darling_core v0.20.3 |
2294 | 2024-01-19T05:56:36.620Z | Compiling camino v1.1.6 |
2295 | 2024-01-19T05:56:37.205Z | Compiling slog-async v2.8.0 |
2296 | 2024-01-19T05:56:37.472Z | Compiling rustls v0.22.2 |
2297 | 2024-01-19T05:56:37.826Z | Compiling rustls-webpki v0.102.1 |
2298 | 2024-01-19T05:56:37.886Z | Compiling term v0.7.0 |
2299 | 2024-01-19T05:56:37.933Z | Compiling crossbeam-channel v0.5.8 |
2300 | 2024-01-19T05:56:37.972Z | Compiling getopts v0.2.21 |
2301 | 2024-01-19T05:56:38.094Z | Compiling structmeta-derive v0.2.0 |
2302 | 2024-01-19T05:56:39.318Z | Compiling atty v0.2.14 |
2303 | 2024-01-19T05:56:39.512Z | Compiling multer v3.0.0 |
2304 | 2024-01-19T05:56:39.924Z | Compiling take_mut v0.2.2 |
2305 | 2024-01-19T05:56:40.141Z | Compiling paste v1.0.14 |
2306 | 2024-01-19T05:56:40.632Z | Compiling match_cfg v0.1.0 |
2307 | 2024-01-19T05:56:40.759Z | Compiling unsafe-libyaml v0.2.10 |
2308 | 2024-01-19T05:56:40.877Z | Compiling hostname v0.3.1 |
2309 | 2024-01-19T05:56:41.241Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2310 | 2024-01-19T05:56:43.666Z | Compiling serde_yaml v0.9.25 |
2311 | 2024-01-19T05:56:43.679Z | Compiling structmeta v0.2.0 |
2312 | 2024-01-19T05:56:45.320Z | Compiling darling_macro v0.20.3 |
2313 | 2024-01-19T05:56:45.904Z | Compiling slog-term v2.9.0 |
2314 | 2024-01-19T05:56:46.722Z | Compiling darling v0.20.3 |
2315 | 2024-01-19T05:56:49.739Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2316 | 2024-01-19T05:56:50.148Z | Compiling slog-json v2.6.1 |
2317 | 2024-01-19T05:56:50.148Z | Compiling http v1.0.0 |
2318 | 2024-01-19T05:56:50.541Z | Compiling async-stream-impl v0.3.5 |
2319 | 2024-01-19T05:56:50.865Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2320 | 2024-01-19T05:56:51.294Z | Compiling fastrand v2.0.0 |
2321 | 2024-01-19T05:56:52.361Z | Compiling regex-syntax v0.7.5 |
2322 | 2024-01-19T05:56:52.481Z | Compiling atomic-waker v1.1.1 |
2323 | 2024-01-19T05:56:52.753Z | Compiling waitgroup v0.1.2 |
2324 | 2024-01-19T05:56:53.494Z | Compiling tokio-rustls v0.25.0 |
2325 | 2024-01-19T05:56:53.807Z | Compiling async-stream v0.3.5 |
2326 | 2024-01-19T05:56:54.097Z | Compiling tempfile v3.9.0 |
2327 | 2024-01-19T05:56:54.326Z | Compiling slog-bunyan v2.5.0 |
2328 | 2024-01-19T05:56:54.864Z | Compiling serde_with_macros v3.4.0 |
2329 | 2024-01-19T05:56:58.514Z | Compiling toml v0.8.8 |
2330 | 2024-01-19T05:56:58.514Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2331 | 2024-01-19T05:56:58.742Z | Compiling rustls-pemfile v2.0.0 |
2332 | 2024-01-19T05:56:58.924Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2333 | 2024-01-19T05:57:00.304Z | Compiling sha1 v0.10.6 |
2334 | 2024-01-19T05:57:00.309Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2335 | 2024-01-19T05:57:01.273Z | Compiling serde_path_to_error v0.1.15 |
2336 | 2024-01-19T05:57:01.410Z | Compiling fs-err v2.11.0 |
2337 | 2024-01-19T05:57:01.709Z | Compiling instant v0.1.12 |
2338 | 2024-01-19T05:57:01.847Z | Compiling debug-ignore v1.0.5 |
2339 | 2024-01-19T05:57:01.976Z | Compiling same-file v1.0.6 |
2340 | 2024-01-19T05:57:02.093Z | Compiling arc-swap v1.6.0 |
2341 | 2024-01-19T05:57:02.446Z | Compiling buf-list v1.0.3 |
2342 | 2024-01-19T05:57:02.466Z | Compiling parse-display-derive v0.8.2 |
2343 | 2024-01-19T05:57:03.252Z | Compiling slog-scope v4.4.0 |
2344 | 2024-01-19T05:57:03.524Z | Compiling walkdir v2.4.0 |
2345 | 2024-01-19T05:57:05.206Z | Compiling backoff v0.4.0 |
2346 | 2024-01-19T05:57:05.632Z | Compiling serde_with v3.4.0 |
2347 | 2024-01-19T05:57:06.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2348 | 2024-01-19T05:57:07.162Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2349 | 2024-01-19T05:57:07.375Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2350 | 2024-01-19T05:57:07.653Z | Compiling globset v0.4.13 |
2351 | 2024-01-19T05:57:08.704Z | Compiling parse-display v0.8.2 |
2352 | 2024-01-19T05:57:08.956Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2353 | 2024-01-19T05:57:09.223Z | Compiling strum v0.25.0 |
2354 | 2024-01-19T05:57:09.767Z | Compiling olpc-cjson v0.1.3 |
2355 | 2024-01-19T05:57:10.756Z | Compiling pem v3.0.2 |
2356 | 2024-01-19T05:57:32.053Z | Compiling serde_plain v1.0.2 |
2357 | 2024-01-19T05:57:33.123Z | Compiling macaddr v1.0.1 |
2358 | 2024-01-19T05:57:33.602Z | Compiling async-recursion v1.0.5 |
2359 | 2024-01-19T05:57:33.602Z | Compiling xattr v1.0.1 |
2360 | 2024-01-19T05:57:33.602Z | Compiling filetime v0.2.23 |
2361 | 2024-01-19T05:57:33.602Z | Compiling typed-path v0.7.0 |
2362 | 2024-01-19T05:57:33.602Z | Compiling tar v0.4.40 |
2363 | 2024-01-19T05:57:33.602Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2364 | 2024-01-19T05:57:33.602Z | Compiling tough v0.16.0 |
2365 | 2024-01-19T05:57:33.602Z | Compiling slog-stdlog v4.1.1 |
2366 | 2024-01-19T05:57:33.602Z | Compiling camino-tempfile v1.1.1 |
2367 | 2024-01-19T05:57:33.602Z | Compiling itertools v0.12.0 |
2368 | 2024-01-19T05:57:33.602Z | Compiling parse-size v1.0.0 |
2369 | 2024-01-19T05:57:33.602Z | Compiling slog-envlogger v2.2.0 |
2370 | 2024-01-19T05:57:34.195Z | Compiling humantime v2.1.0 |
2371 | 2024-01-19T05:57:42.381Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2372 | 2024-01-19T05:57:42.669Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2373 | 2024-01-19T05:57:57.691Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2374 | 2024-01-19T05:58:00.253Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2375 | 2024-01-19T05:58:31.423Z | Finished release [optimized] target(s) in 1m 56s |
2376 | 2024-01-19T05:58:31.513Z | |
2377 | 2024-01-19T05:58:31.513Z | real 1:56.958976723 |
2378 | 2024-01-19T05:58:31.513Z | user 13:09.536718003 |
2379 | 2024-01-19T05:58:31.513Z | sys 46.968728739 |
2380 | 2024-01-19T05:58:31.513Z | trap 0.484631046 |
2381 | 2024-01-19T05:58:31.513Z | tflt 0.337104169 |
2382 | 2024-01-19T05:58:31.517Z | dflt 0.629955509 |
2383 | 2024-01-19T05:58:31.517Z | kflt 0.000015317 |
2384 | 2024-01-19T05:58:31.517Z | lock 26:16.147809360 |
2385 | 2024-01-19T05:58:31.517Z | slp 29:03.421570248 |
2386 | 2024-01-19T05:58:31.517Z | lat 23.887317770 |
2387 | 2024-01-19T05:58:31.517Z | stop 11.632612383 |
2388 | 2024-01-19T05:58:31.517Z | + ptime -m gzip |
2389 | 2024-01-19T05:58:33.981Z | |
2390 | 2024-01-19T05:58:33.984Z | real 2.463907724 |
2391 | 2024-01-19T05:58:33.984Z | user 2.441648721 |
2392 | 2024-01-19T05:58:33.984Z | sys 0.020459543 |
2393 | 2024-01-19T05:58:33.985Z | trap 0.000573648 |
2394 | 2024-01-19T05:58:33.985Z | tflt 0.000000000 |
2395 | 2024-01-19T05:58:33.985Z | dflt 0.000000000 |
2396 | 2024-01-19T05:58:33.985Z | kflt 0.000000000 |
2397 | 2024-01-19T05:58:33.985Z | lock 0.000000000 |
2398 | 2024-01-19T05:58:33.985Z | slp 0.000000000 |
2399 | 2024-01-19T05:58:33.985Z | lat 0.000871952 |
2400 | 2024-01-19T05:58:33.985Z | stop 0.000231721 |
2401 | 2024-01-19T05:58:33.985Z | process exited: duration 1181665 ms, exit code 0 |
|
2402 | 2024-01-19T05:58:33.992Z | found 5 output files |
2403 | 2024-01-19T05:58:33.992Z | uploading: /work/end-to-end-tests/bootstrap-d8e74790c9e6e17d.gz (6319678 bytes) |
2404 | 2024-01-19T05:58:37.396Z | uploaded: /work/end-to-end-tests/bootstrap-d8e74790c9e6e17d.gz |
2405 | 2024-01-19T05:58:37.396Z | uploading: /work/end-to-end-tests/bootstrap.gz (104675036 bytes) |
2406 | 2024-01-19T05:59:17.697Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2407 | 2024-01-19T05:59:17.697Z | uploading: /work/end-to-end-tests/end_to_end_tests-4b1652e1f243c546.gz (107848428 bytes) |
2408 | 2024-01-19T05:59:43.346Z | uploaded: /work/end-to-end-tests/end_to_end_tests-4b1652e1f243c546.gz |
2409 | 2024-01-19T05:59:43.346Z | uploading: /work/caboose-util.gz (4047473 bytes) |
2410 | 2024-01-19T05:59:45.153Z | uploaded: /work/caboose-util.gz |
2411 | 2024-01-19T05:59:45.153Z | uploading: /work/tufaceous.gz (15620427 bytes) |
2412 | 2024-01-19T05:59:49.727Z | uploaded: /work/tufaceous.gz |