|
|
|
1 | 2024-02-22T22:22:16.054Z | job assigned to worker 01HQ9EGR0BFMSMNRZVAXS3MTA9 (queued for 1 m 18 s) |
|
2 | 2024-02-22T22:22:16.653Z | starting task 0: "setup" |
3 | 2024-02-22T22:22:16.775Z | ++ uname -s |
4 | 2024-02-22T22:22:16.826Z | + kern=SunOS |
5 | 2024-02-22T22:22:16.826Z | + case "$kern" in |
6 | 2024-02-22T22:22:16.826Z | + groupadd -g 12345 build |
7 | 2024-02-22T22:22:16.826Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-22T22:22:18.861Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-22T22:22:18.984Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-22T22:22:18.984Z | + home_fs=zfs |
11 | 2024-02-22T22:22:18.984Z | + [[ zfs == autofs ]] |
12 | 2024-02-22T22:22:18.984Z | + mkdir -p /home/build |
13 | 2024-02-22T22:22:18.984Z | + chown build:build /home/build /work |
14 | 2024-02-22T22:22:20.900Z | + chmod 0700 /home/build /work |
15 | 2024-02-22T22:22:21.112Z | process exited: duration 4224 ms, exit code 0 |
|
16 | 2024-02-22T22:22:21.509Z | starting task 1: "rust-toolchain" |
17 | 2024-02-22T22:22:21.696Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-22T22:22:21.696Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-22T22:22:21.696Z | info: downloading installer |
20 | 2024-02-22T22:22:23.478Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-22T22:22:23.478Z | warning: /opt/ooce/bin |
22 | 2024-02-22T22:22:23.478Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-22T22:22:23.478Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-22T22:22:23.478Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-22T22:22:23.478Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-22T22:22:23.479Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-22T22:22:23.479Z | error: cannot install while Rust is installed |
28 | 2024-02-22T22:22:23.479Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-22T22:22:23.570Z | info: profile set to 'default' |
30 | 2024-02-22T22:22:23.570Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-22T22:22:23.699Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-22T22:22:23.700Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-22T22:22:23.700Z | info: downloading component 'cargo' |
34 | 2024-02-22T22:22:26.724Z | info: downloading component 'clippy' |
35 | 2024-02-22T22:22:26.724Z | info: downloading component 'rust-docs' |
36 | 2024-02-22T22:22:26.724Z | info: downloading component 'rust-std' |
37 | 2024-02-22T22:22:26.964Z | info: downloading component 'rustc' |
38 | 2024-02-22T22:22:30.777Z | info: downloading component 'rustfmt' |
39 | 2024-02-22T22:22:30.821Z | info: installing component 'cargo' |
40 | 2024-02-22T22:22:31.825Z | info: installing component 'clippy' |
41 | 2024-02-22T22:22:32.121Z | info: installing component 'rust-docs' |
42 | 2024-02-22T22:22:33.585Z | info: installing component 'rust-std' |
43 | 2024-02-22T22:22:35.912Z | info: installing component 'rustc' |
44 | 2024-02-22T22:22:41.082Z | info: installing component 'rustfmt' |
45 | 2024-02-22T22:22:41.492Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-22T22:22:41.492Z | |
47 | 2024-02-22T22:22:41.680Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-22T22:22:41.680Z | |
49 | 2024-02-22T22:22:41.739Z | |
50 | 2024-02-22T22:22:41.740Z | Rust is installed now. Great! |
51 | 2024-02-22T22:22:41.740Z | |
52 | 2024-02-22T22:22:41.740Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-22T22:22:41.740Z | environment variable. This has not been done automatically. |
54 | 2024-02-22T22:22:41.740Z | |
55 | 2024-02-22T22:22:41.740Z | To configure your current shell, run: |
56 | 2024-02-22T22:22:41.741Z | source "$HOME/.cargo/env" |
57 | 2024-02-22T22:22:41.762Z | + rustc --version |
58 | 2024-02-22T22:22:42.006Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-22T22:22:42.007Z | process exited: duration 20330 ms, exit code 0 |
|
60 | 2024-02-22T22:22:42.606Z | starting task 2: "authentication" |
61 | 2024-02-22T22:22:42.678Z | process exited: duration 112 ms, exit code 0 |
|
62 | 2024-02-22T22:22:42.889Z | starting task 3: "clone repository" |
63 | 2024-02-22T22:22:42.913Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-22T22:22:42.913Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-22T22:22:43.569Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-22T22:22:49.597Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-22T22:22:49.597Z | + git fetch origin 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5 |
68 | 2024-02-22T22:22:50.063Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-22T22:22:50.064Z | * branch 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5 -> FETCH_HEAD |
70 | 2024-02-22T22:22:50.140Z | + [[ -n '' ]] |
71 | 2024-02-22T22:22:50.141Z | + git reset --hard 0dbc2b3feb62747b0dc1ddc0ee982e1e0c9461a5 |
72 | 2024-02-22T22:22:50.213Z | HEAD is now at 0dbc2b3fe address comments |
73 | 2024-02-22T22:22:50.253Z | process exited: duration 7303 ms, exit code 0 |
|
74 | 2024-02-22T22:22:50.429Z | starting task 4: "build" |
75 | 2024-02-22T22:22:50.527Z | + cargo --version |
76 | 2024-02-22T22:22:50.527Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-22T22:22:50.742Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-22T22:22:50.742Z | info: downloading component 'cargo' |
79 | 2024-02-22T22:22:51.440Z | info: downloading component 'clippy' |
80 | 2024-02-22T22:22:51.732Z | info: downloading component 'rust-docs' |
81 | 2024-02-22T22:22:52.859Z | info: downloading component 'rust-std' |
82 | 2024-02-22T22:22:54.686Z | info: downloading component 'rustc' |
83 | 2024-02-22T22:22:59.324Z | info: downloading component 'rustfmt' |
84 | 2024-02-22T22:22:59.720Z | info: installing component 'cargo' |
85 | 2024-02-22T22:23:00.518Z | info: installing component 'clippy' |
86 | 2024-02-22T22:23:00.945Z | info: installing component 'rust-docs' |
87 | 2024-02-22T22:23:02.375Z | info: installing component 'rust-std' |
88 | 2024-02-22T22:23:03.983Z | info: installing component 'rustc' |
89 | 2024-02-22T22:23:08.278Z | info: installing component 'rustfmt' |
90 | 2024-02-22T22:23:08.518Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-22T22:23:08.878Z | + rustc --version |
92 | 2024-02-22T22:23:08.878Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-22T22:23:08.878Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-02-22T22:23:25.936Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-02-22T22:23:27.419Z | Startup: Caching catalogs ... Done |
96 | 2024-02-22T22:23:28.861Z | Planning: Solver setup ... Done (1.147s) |
97 | 2024-02-22T22:23:28.954Z | Planning: Running solver ... Done (0.028s) |
98 | 2024-02-22T22:23:29.290Z | Planning: Finding local manifests ... Done (0.405s) |
99 | 2024-02-22T22:23:29.362Z | Planning: Fetching manifests: 0/4 0% complete |
100 | 2024-02-22T22:23:29.619Z | Planning: Fetching manifests: 4/4 100% complete |
101 | 2024-02-22T22:23:29.680Z | Planning: Package planning ... Done (0.049s) |
102 | 2024-02-22T22:23:29.749Z | Planning: Merging actions ... Done (0.051s) |
103 | 2024-02-22T22:23:32.014Z | Planning: Checking for conflicting actions ... Done (2.279s) |
104 | 2024-02-22T22:23:32.307Z | Planning: Consolidating action changes ... Done (0.012s) |
105 | 2024-02-22T22:23:38.366Z | Planning: Evaluating mediators ... Done (6.341s) |
106 | 2024-02-22T22:23:38.671Z | Planning: Planning completed in 11.04 seconds |
107 | 2024-02-22T22:23:38.671Z | Packages to install: 4 |
108 | 2024-02-22T22:23:38.671Z | Mediators to change: 2 |
109 | 2024-02-22T22:23:38.671Z | Services to change: 1 |
110 | 2024-02-22T22:23:38.671Z | Estimated space available: 148.87 GB |
111 | 2024-02-22T22:23:38.671Z | Estimated space to be consumed: 1.41 GB |
112 | 2024-02-22T22:23:38.671Z | Create boot environment: No |
113 | 2024-02-22T22:23:38.672Z | Create backup boot environment: No |
114 | 2024-02-22T22:23:38.672Z | Rebuild boot archive: No |
115 | 2024-02-22T22:23:38.672Z | |
116 | 2024-02-22T22:23:38.672Z | Changed mediators: |
117 | 2024-02-22T22:23:38.672Z | mediator clang: |
118 | 2024-02-22T22:23:38.672Z | version: None -> 15 (system default) |
119 | 2024-02-22T22:23:38.672Z | |
120 | 2024-02-22T22:23:38.672Z | mediator llvm: |
121 | 2024-02-22T22:23:38.672Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-02-22T22:23:38.672Z | |
123 | 2024-02-22T22:23:38.672Z | Changed packages: |
124 | 2024-02-22T22:23:38.673Z | helios-dev |
125 | 2024-02-22T22:23:38.673Z | developer/build-essential |
126 | 2024-02-22T22:23:38.673Z | None -> 11-2.0 |
127 | 2024-02-22T22:23:38.673Z | library/libxmlsec1 |
128 | 2024-02-22T22:23:38.673Z | None -> 1.2.35-2.0 |
129 | 2024-02-22T22:23:38.673Z | ooce/developer/clang-15 |
130 | 2024-02-22T22:23:38.673Z | None -> 15.0.7-2.0 |
131 | 2024-02-22T22:23:38.674Z | ooce/developer/llvm-15 |
132 | 2024-02-22T22:23:38.674Z | None -> 15.0.7-2.0 |
133 | 2024-02-22T22:23:38.674Z | |
134 | 2024-02-22T22:23:38.674Z | Services: |
135 | 2024-02-22T22:23:38.674Z | restart_fmri: |
136 | 2024-02-22T22:23:38.674Z | svc:/system/update-man-index:default |
137 | 2024-02-22T22:23:39.004Z | |
138 | 2024-02-22T22:23:39.004Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
139 | 2024-02-22T22:23:44.458Z | Download: 1117/3290 items 38.9/212.6MB 18% complete (7.6M/s) |
140 | 2024-02-22T22:23:48.990Z | Download: 1825/3290 items 118.4/212.6MB 55% complete (12.0M/s) |
141 | 2024-02-22T22:23:54.145Z | Download: 2365/3290 items 119.7/212.6MB 56% complete (9.3M/s) |
142 | 2024-02-22T22:23:59.053Z | Download: 3246/3290 items 190.4/212.6MB 89% complete (7.1M/s) |
143 | 2024-02-22T22:24:02.470Z | Download: Completed 212.60 MB in 23.49 seconds (9.1M/s) |
144 | 2024-02-22T22:24:02.773Z | Actions: 1/3689 actions (Installing new actions) |
145 | 2024-02-22T22:24:08.205Z | Actions: 3552/3689 actions (Installing new actions) |
146 | 2024-02-22T22:24:08.864Z | Actions: Completed 3689 actions in 6.07 seconds. |
147 | 2024-02-22T22:24:09.186Z | Done (0.171s) |
148 | 2024-02-22T22:24:09.186Z | Done (0.000s) |
149 | 2024-02-22T22:24:09.881Z | Done (0.221s) |
150 | 2024-02-22T22:24:16.431Z | Done (6.899s) |
151 | 2024-02-22T22:24:16.698Z | Done (0.194s) |
152 | 2024-02-22T22:24:16.698Z | Done (0.000s) |
153 | 2024-02-22T22:24:17.135Z | Done (0.000s) |
154 | 2024-02-22T22:24:17.248Z | Planning: Evaluating mediator changes ... Done |
155 | 2024-02-22T22:24:18.017Z | Planning: Checking for conflicting actions ... Done |
156 | 2024-02-22T22:24:18.017Z | Planning: Consolidating action changes ... Done |
157 | 2024-02-22T22:24:18.275Z | Planning: Evaluating mediators ... Done |
158 | 2024-02-22T22:24:18.275Z | Planning: Planning completed in 0.44 seconds |
159 | 2024-02-22T22:24:18.275Z | Mediators to change: 2 |
160 | 2024-02-22T22:24:18.275Z | Create boot environment: No |
161 | 2024-02-22T22:24:18.275Z | Create backup boot environment: No |
162 | 2024-02-22T22:24:18.275Z | Done |
163 | 2024-02-22T22:24:18.275Z | Done |
164 | 2024-02-22T22:24:18.275Z | Done |
165 | 2024-02-22T22:24:21.541Z | Done |
166 | 2024-02-22T22:24:21.729Z | Done |
167 | 2024-02-22T22:24:21.729Z | Done |
168 | 2024-02-22T22:24:21.852Z | Done |
169 | 2024-02-22T22:24:22.407Z | Planning: Evaluating mediator changes ... Done |
170 | 2024-02-22T22:24:22.506Z | Planning: Merging actions ... Done |
171 | 2024-02-22T22:24:22.607Z | Planning: Checking for conflicting actions ... Done |
172 | 2024-02-22T22:24:22.769Z | Planning: Consolidating action changes ... Done |
173 | 2024-02-22T22:24:22.869Z | Planning: Evaluating mediators ... Done |
174 | 2024-02-22T22:24:22.916Z | Planning: Planning completed in 0.80 seconds |
175 | 2024-02-22T22:24:22.953Z | Packages to change: 1 |
176 | 2024-02-22T22:24:22.954Z | Mediators to change: 1 |
177 | 2024-02-22T22:24:22.954Z | Services to change: 1 |
178 | 2024-02-22T22:24:22.954Z | Create boot environment: No |
179 | 2024-02-22T22:24:22.954Z | Create backup boot environment: Yes |
180 | 2024-02-22T22:24:24.846Z | Actions: 1/6 actions (Updating modified actions) |
181 | 2024-02-22T22:24:24.932Z | Actions: Completed 6 actions in 0.03 seconds. |
182 | 2024-02-22T22:24:24.932Z | Done |
183 | 2024-02-22T22:24:24.932Z | Done |
184 | 2024-02-22T22:24:25.009Z | Done |
185 | 2024-02-22T22:24:29.421Z | Done |
186 | 2024-02-22T22:24:29.516Z | Done |
187 | 2024-02-22T22:24:29.517Z | Done |
188 | 2024-02-22T22:24:29.517Z | Done |
189 | 2024-02-22T22:24:29.517Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
190 | 2024-02-22T22:24:29.517Z | clang system 15 system |
191 | 2024-02-22T22:24:29.517Z | csh system system illumos |
192 | 2024-02-22T22:24:29.517Z | ctags system system illumos |
193 | 2024-02-22T22:24:29.517Z | gcc vendor 12 vendor |
194 | 2024-02-22T22:24:29.517Z | gcc system 10 system |
195 | 2024-02-22T22:24:29.517Z | gcc system 7 system |
196 | 2024-02-22T22:24:29.517Z | go system 1.20 system |
197 | 2024-02-22T22:24:29.517Z | go system 1.19 system |
198 | 2024-02-22T22:24:29.517Z | llvm system 15 system |
199 | 2024-02-22T22:24:29.517Z | llvm system 14 system |
200 | 2024-02-22T22:24:29.518Z | mariadb system 10.6 system |
201 | 2024-02-22T22:24:29.518Z | mta vendor vendor dma |
202 | 2024-02-22T22:24:29.518Z | openjdk system 17 system |
203 | 2024-02-22T22:24:29.518Z | openjdk system 11 system |
204 | 2024-02-22T22:24:29.518Z | openjdk system 1.8 system |
205 | 2024-02-22T22:24:29.518Z | openssl vendor 3 vendor |
206 | 2024-02-22T22:24:29.518Z | perl system 5.36 system |
207 | 2024-02-22T22:24:29.518Z | postgresql system 15 system |
208 | 2024-02-22T22:24:29.518Z | postgresql system 13 system |
209 | 2024-02-22T22:24:29.518Z | python vendor 3 vendor |
210 | 2024-02-22T22:24:29.518Z | python system 2 system |
211 | 2024-02-22T22:24:29.518Z | python3 system 3.11 system |
212 | 2024-02-22T22:24:29.518Z | ruby system 3.0 system |
213 | 2024-02-22T22:24:29.518Z | words vendor vendor american-english |
214 | 2024-02-22T22:24:29.518Z | words system system australian-english |
215 | 2024-02-22T22:24:29.518Z | words system system british-english |
216 | 2024-02-22T22:24:29.518Z | words system system canadian-english |
217 | 2024-02-22T22:24:29.518Z | words system system french |
218 | 2024-02-22T22:24:29.518Z | words system system italian |
219 | 2024-02-22T22:24:29.518Z | words system system ngerman |
220 | 2024-02-22T22:24:29.518Z | words system system ogerman |
221 | 2024-02-22T22:24:29.518Z | words system system spanish |
222 | 2024-02-22T22:24:29.634Z | FMRI IFO |
223 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
224 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
225 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
226 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
227 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-02-22T22:24:29.634Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-02-22T22:24:29.635Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-02-22T22:24:29.833Z | + set -o errexit |
232 | 2024-02-22T22:24:29.834Z | +++ dirname ./tools/ci_download_cockroachdb |
233 | 2024-02-22T22:24:29.834Z | ++ cd ./tools |
234 | 2024-02-22T22:24:29.834Z | ++ pwd |
235 | 2024-02-22T22:24:29.834Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
236 | 2024-02-22T22:24:29.834Z | ++ basename ./tools/ci_download_cockroachdb |
237 | 2024-02-22T22:24:29.834Z | + ARG0=ci_download_cockroachdb |
238 | 2024-02-22T22:24:29.835Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
239 | 2024-02-22T22:24:29.835Z | + CIDL_VERSION=v22.1.9 |
240 | 2024-02-22T22:24:29.835Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
241 | 2024-02-22T22:24:29.835Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
242 | 2024-02-22T22:24:29.835Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
243 | 2024-02-22T22:24:29.835Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
244 | 2024-02-22T22:24:29.836Z | + TARGET_DIR=out |
245 | 2024-02-22T22:24:29.836Z | + DOWNLOAD_DIR=out/downloads |
246 | 2024-02-22T22:24:29.836Z | + DEST_DIR=./out/cockroachdb |
247 | 2024-02-22T22:24:29.836Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
248 | 2024-02-22T22:24:29.836Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
249 | 2024-02-22T22:24:29.836Z | + main |
250 | 2024-02-22T22:24:29.837Z | + [[ 0 != 0 ]] |
251 | 2024-02-22T22:24:29.837Z | + CIDL_OS=solaris2.11 |
252 | 2024-02-22T22:24:29.837Z | + [[ 0 != 0 ]] |
253 | 2024-02-22T22:24:29.837Z | + configure_os solaris2.11 |
254 | 2024-02-22T22:24:29.837Z | + echo 'current directory: /work/oxidecomputer/omicron' |
255 | 2024-02-22T22:24:29.837Z | current directory: /work/oxidecomputer/omicron |
256 | 2024-02-22T22:24:29.837Z | + echo 'configuring based on OS: "solaris2.11"' |
257 | 2024-02-22T22:24:29.838Z | + case "$1" in |
258 | 2024-02-22T22:24:29.838Z | configuring based on OS: "solaris2.11" |
259 | 2024-02-22T22:24:29.838Z | + CIDL_BUILD=illumos |
260 | 2024-02-22T22:24:29.838Z | + CIDL_SUFFIX=tar.gz |
261 | 2024-02-22T22:24:29.838Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
262 | 2024-02-22T22:24:29.838Z | + CIDL_URL_BASE=https://illumos.org/downloads |
263 | 2024-02-22T22:24:29.838Z | + CIDL_ASSEMBLE=do_assemble_illumos |
264 | 2024-02-22T22:24:29.838Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
265 | 2024-02-22T22:24:29.839Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
266 | 2024-02-22T22:24:29.839Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
267 | 2024-02-22T22:24:29.839Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
268 | 2024-02-22T22:24:29.839Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
269 | 2024-02-22T22:24:29.839Z | + CIDL_SHA256FUNC=do_sha256sum |
270 | 2024-02-22T22:24:29.839Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
271 | 2024-02-22T22:24:29.839Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
272 | 2024-02-22T22:24:29.839Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-22T22:24:29.839Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-22T22:24:29.839Z | + mkdir -p out/downloads |
275 | 2024-02-22T22:24:29.840Z | + mkdir -p ./out/cockroachdb |
276 | 2024-02-22T22:24:29.840Z | + local DO_DOWNLOAD=true |
277 | 2024-02-22T22:24:29.840Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
278 | 2024-02-22T22:24:29.840Z | + '[' true == true ']' |
279 | 2024-02-22T22:24:29.840Z | + echo Downloading... |
280 | 2024-02-22T22:24:29.841Z | Downloading... |
281 | 2024-02-22T22:24:29.841Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-22T22:24:29.841Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-22T22:24:33.518Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-22T22:24:33.618Z | ++ sha256sum |
285 | 2024-02-22T22:24:33.618Z | ++ awk '{print $1}' |
286 | 2024-02-22T22:24:33.723Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
287 | 2024-02-22T22:24:33.723Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
288 | 2024-02-22T22:24:33.723Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-22T22:24:33.723Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
290 | 2024-02-22T22:24:35.877Z | + do_assemble_illumos |
291 | 2024-02-22T22:24:35.877Z | + rm -r ./out/cockroachdb |
292 | 2024-02-22T22:24:35.962Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
293 | 2024-02-22T22:24:36.261Z | + ./out/cockroachdb/bin/cockroach version |
294 | 2024-02-22T22:24:36.714Z | Build Tag: v22.1.9-dirty |
295 | 2024-02-22T22:24:36.714Z | Build Time: 2022/10/26 21:17:46 |
296 | 2024-02-22T22:24:36.714Z | Distribution: OSS |
297 | 2024-02-22T22:24:36.714Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
298 | 2024-02-22T22:24:36.714Z | Go Version: go1.17.13 |
299 | 2024-02-22T22:24:36.714Z | C Compiler: gcc 10.3.0 |
300 | 2024-02-22T22:24:36.714Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
301 | 2024-02-22T22:24:36.714Z | Build Type: release |
302 | 2024-02-22T22:24:36.790Z | + set -o errexit |
303 | 2024-02-22T22:24:36.790Z | +++ dirname ./tools/ci_download_clickhouse |
304 | 2024-02-22T22:24:36.790Z | ++ cd ./tools |
305 | 2024-02-22T22:24:36.790Z | ++ pwd |
306 | 2024-02-22T22:24:36.790Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
307 | 2024-02-22T22:24:36.790Z | ++ basename ./tools/ci_download_clickhouse |
308 | 2024-02-22T22:24:36.791Z | + ARG0=ci_download_clickhouse |
309 | 2024-02-22T22:24:36.791Z | + TARGET_DIR=out |
310 | 2024-02-22T22:24:36.791Z | + DOWNLOAD_DIR=out/downloads |
311 | 2024-02-22T22:24:36.791Z | + DEST_DIR=./out/clickhouse |
312 | 2024-02-22T22:24:36.791Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
313 | 2024-02-22T22:24:36.791Z | + CIDL_VERSION=v22.8.9.24 |
314 | 2024-02-22T22:24:36.792Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
315 | 2024-02-22T22:24:36.792Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
316 | 2024-02-22T22:24:36.792Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
317 | 2024-02-22T22:24:36.792Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
318 | 2024-02-22T22:24:36.792Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
319 | 2024-02-22T22:24:36.792Z | + main |
320 | 2024-02-22T22:24:36.792Z | + [[ 0 != 0 ]] |
321 | 2024-02-22T22:24:36.792Z | + CIDL_OS=solaris2.11 |
322 | 2024-02-22T22:24:36.792Z | + [[ 0 != 0 ]] |
323 | 2024-02-22T22:24:36.792Z | + configure_os solaris2.11 |
324 | 2024-02-22T22:24:36.792Z | + echo 'current directory: /work/oxidecomputer/omicron' |
325 | 2024-02-22T22:24:36.792Z | current directory: /work/oxidecomputer/omicron |
326 | 2024-02-22T22:24:36.792Z | configuring based on OS: "solaris2.11" |
327 | 2024-02-22T22:24:36.792Z | + echo 'configuring based on OS: "solaris2.11"' |
328 | 2024-02-22T22:24:36.792Z | + CIDL_DASHREV= |
329 | 2024-02-22T22:24:36.792Z | + case "$1" in |
330 | 2024-02-22T22:24:36.793Z | + CIDL_PLATFORM=illumos |
331 | 2024-02-22T22:24:36.793Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
332 | 2024-02-22T22:24:36.793Z | + CIDL_MD5FUNC=do_md5sum |
333 | 2024-02-22T22:24:36.793Z | + CIDL_DASHREV=-1 |
334 | 2024-02-22T22:24:36.793Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
335 | 2024-02-22T22:24:36.793Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
336 | 2024-02-22T22:24:36.793Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
337 | 2024-02-22T22:24:36.793Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2024-02-22T22:24:36.793Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
339 | 2024-02-22T22:24:36.793Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
340 | 2024-02-22T22:24:36.793Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-22T22:24:36.793Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-22T22:24:36.793Z | + mkdir -p out/downloads |
343 | 2024-02-22T22:24:36.793Z | + mkdir -p ./out/clickhouse |
344 | 2024-02-22T22:24:36.793Z | + local DO_DOWNLOAD=true |
345 | 2024-02-22T22:24:36.793Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
346 | 2024-02-22T22:24:36.793Z | + '[' true == true ']' |
347 | 2024-02-22T22:24:36.793Z | + echo Downloading... |
348 | 2024-02-22T22:24:36.793Z | Downloading... |
349 | 2024-02-22T22:24:36.793Z | + 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 |
350 | 2024-02-22T22:24:36.793Z | + 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 |
351 | 2024-02-22T22:24:39.273Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2024-02-22T22:24:39.371Z | ++ md5sum |
353 | 2024-02-22T22:24:39.371Z | ++ awk '{print $1}' |
354 | 2024-02-22T22:24:39.507Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-22T22:24:39.507Z | + [[ 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 ]] |
356 | 2024-02-22T22:24:39.612Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
357 | 2024-02-22T22:24:39.612Z | + mkdir -p ./out/clickhouse |
358 | 2024-02-22T22:24:39.612Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
359 | 2024-02-22T22:24:42.553Z | + ./out/clickhouse/clickhouse server --version |
360 | 2024-02-22T22:24:42.581Z | ClickHouse server version 22.8.9.1. |
361 | 2024-02-22T22:24:42.628Z | + set -o errexit |
362 | 2024-02-22T22:24:42.628Z | +++ dirname ./tools/ci_download_console |
363 | 2024-02-22T22:24:42.629Z | ++ cd ./tools |
364 | 2024-02-22T22:24:42.629Z | ++ pwd |
365 | 2024-02-22T22:24:42.629Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
366 | 2024-02-22T22:24:42.629Z | ++ basename ./tools/ci_download_console |
367 | 2024-02-22T22:24:42.629Z | + ARG0=ci_download_console |
368 | 2024-02-22T22:24:42.629Z | + TARGET_DIR=out |
369 | 2024-02-22T22:24:42.629Z | + DOWNLOAD_DIR=out/downloads |
370 | 2024-02-22T22:24:42.629Z | + DEST_DIR=./out/console-assets |
371 | 2024-02-22T22:24:42.629Z | + source /work/oxidecomputer/omicron/tools/console_version |
372 | 2024-02-22T22:24:42.629Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
373 | 2024-02-22T22:24:42.630Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
374 | 2024-02-22T22:24:42.630Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
375 | 2024-02-22T22:24:42.630Z | + TARBALL_FILE=out/downloads/console.tar.gz |
376 | 2024-02-22T22:24:42.630Z | + main |
377 | 2024-02-22T22:24:42.630Z | + [[ 0 != 0 ]] |
378 | 2024-02-22T22:24:42.630Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
379 | 2024-02-22T22:24:42.630Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
380 | 2024-02-22T22:24:42.630Z | Local file: out/downloads/console.tar.gz |
381 | 2024-02-22T22:24:42.630Z | + echo 'Local file: out/downloads/console.tar.gz' |
382 | 2024-02-22T22:24:42.630Z | + local DO_DOWNLOAD=true |
383 | 2024-02-22T22:24:42.630Z | + [[ -f out/downloads/console.tar.gz ]] |
384 | 2024-02-22T22:24:42.631Z | + mkdir -p out/downloads |
385 | 2024-02-22T22:24:42.631Z | + '[' true == true ']' |
386 | 2024-02-22T22:24:42.631Z | + echo Downloading... |
387 | 2024-02-22T22:24:42.631Z | Downloading... |
388 | 2024-02-22T22:24:42.631Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
389 | 2024-02-22T22:24:42.631Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
390 | 2024-02-22T22:24:43.230Z | ++ do_sha256sum out/downloads/console.tar.gz |
391 | 2024-02-22T22:24:43.292Z | ++ case "$OSTYPE" in |
392 | 2024-02-22T22:24:43.292Z | ++ SHA=sha256sum |
393 | 2024-02-22T22:24:43.292Z | ++ sha256sum |
394 | 2024-02-22T22:24:43.292Z | ++ awk '{print $1}' |
395 | 2024-02-22T22:24:43.293Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
396 | 2024-02-22T22:24:43.293Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
397 | 2024-02-22T22:24:43.293Z | + rm -rf ./out/console-assets |
398 | 2024-02-22T22:24:43.293Z | + mkdir -p ./out/console-assets |
399 | 2024-02-22T22:24:43.293Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
400 | 2024-02-22T22:24:43.294Z | + mkdir -p ./out/console-assets |
401 | 2024-02-22T22:24:43.294Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
402 | 2024-02-22T22:24:43.433Z | + set -o errexit |
403 | 2024-02-22T22:24:43.434Z | +++ dirname ./tools/ci_download_maghemite_openapi |
404 | 2024-02-22T22:24:43.434Z | ++ cd ./tools |
405 | 2024-02-22T22:24:43.434Z | ++ pwd |
406 | 2024-02-22T22:24:50.540Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
407 | 2024-02-22T22:24:50.541Z | ++ basename ./tools/ci_download_maghemite_openapi |
408 | 2024-02-22T22:24:50.541Z | + ARG0=ci_download_maghemite_openapi |
409 | 2024-02-22T22:24:50.541Z | + TARGET_DIR=out |
410 | 2024-02-22T22:24:50.541Z | + DOWNLOAD_DIR=out/downloads |
411 | 2024-02-22T22:24:50.542Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
412 | 2024-02-22T22:24:50.542Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
413 | 2024-02-22T22:24:50.542Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
414 | 2024-02-22T22:24:50.543Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
415 | 2024-02-22T22:24:50.543Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
416 | 2024-02-22T22:24:50.543Z | + main |
417 | 2024-02-22T22:24:50.543Z | + [[ 0 != 0 ]] |
418 | 2024-02-22T22:24:50.543Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
419 | 2024-02-22T22:24:50.544Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
420 | 2024-02-22T22:24:50.544Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
421 | 2024-02-22T22:24:50.544Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
422 | 2024-02-22T22:24:50.544Z | + local DO_DOWNLOAD=true |
423 | 2024-02-22T22:24:50.545Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
424 | 2024-02-22T22:24:50.545Z | + mkdir -p out/downloads |
425 | 2024-02-22T22:24:50.545Z | + '[' true == true ']' |
426 | 2024-02-22T22:24:50.547Z | + echo Downloading... |
427 | 2024-02-22T22:24:50.547Z | Downloading... |
428 | 2024-02-22T22:24:50.547Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
429 | 2024-02-22T22:24:50.547Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
430 | 2024-02-22T22:24:51.049Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
431 | 2024-02-22T22:24:51.258Z | ++ case "$OSTYPE" in |
432 | 2024-02-22T22:24:51.259Z | ++ SHA=sha256sum |
433 | 2024-02-22T22:24:51.259Z | ++ sha256sum |
434 | 2024-02-22T22:24:51.259Z | ++ awk '{print $1}' |
435 | 2024-02-22T22:24:51.259Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
436 | 2024-02-22T22:24:51.259Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
437 | 2024-02-22T22:24:51.259Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
438 | 2024-02-22T22:24:51.259Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
439 | 2024-02-22T22:24:51.259Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
440 | 2024-02-22T22:24:51.259Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
441 | 2024-02-22T22:24:51.259Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
442 | 2024-02-22T22:24:51.259Z | + main |
443 | 2024-02-22T22:24:51.259Z | + [[ 0 != 0 ]] |
444 | 2024-02-22T22:24:51.259Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
445 | 2024-02-22T22:24:51.259Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
446 | 2024-02-22T22:24:51.259Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
447 | 2024-02-22T22:24:51.259Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
448 | 2024-02-22T22:24:51.259Z | + local DO_DOWNLOAD=true |
449 | 2024-02-22T22:24:51.259Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
450 | 2024-02-22T22:24:51.260Z | + mkdir -p out/downloads |
451 | 2024-02-22T22:24:51.260Z | + '[' true == true ']' |
452 | 2024-02-22T22:24:51.260Z | + echo Downloading... |
453 | 2024-02-22T22:24:51.260Z | Downloading... |
454 | 2024-02-22T22:24:51.260Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-22T22:24:51.260Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
456 | 2024-02-22T22:24:52.826Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-22T22:24:53.583Z | ++ case "$OSTYPE" in |
458 | 2024-02-22T22:24:53.583Z | ++ SHA=sha256sum |
459 | 2024-02-22T22:24:53.583Z | ++ sha256sum |
460 | 2024-02-22T22:24:53.583Z | ++ awk '{print $1}' |
461 | 2024-02-22T22:24:53.583Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
462 | 2024-02-22T22:24:53.583Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
463 | 2024-02-22T22:24:53.583Z | + set -o errexit |
464 | 2024-02-22T22:24:53.583Z | +++ dirname ./tools/ci_download_dendrite_openapi |
465 | 2024-02-22T22:24:53.583Z | ++ cd ./tools |
466 | 2024-02-22T22:24:53.583Z | ++ pwd |
467 | 2024-02-22T22:24:53.583Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
468 | 2024-02-22T22:24:53.583Z | ++ basename ./tools/ci_download_dendrite_openapi |
469 | 2024-02-22T22:24:53.583Z | + ARG0=ci_download_dendrite_openapi |
470 | 2024-02-22T22:24:53.583Z | + TARGET_DIR=out |
471 | 2024-02-22T22:24:53.583Z | + DOWNLOAD_DIR=out/downloads |
472 | 2024-02-22T22:24:53.584Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
473 | 2024-02-22T22:24:53.584Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
474 | 2024-02-22T22:24:53.584Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
475 | 2024-02-22T22:24:53.584Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
476 | 2024-02-22T22:24:53.584Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
477 | 2024-02-22T22:24:53.584Z | + main |
478 | 2024-02-22T22:24:53.584Z | + [[ 0 != 0 ]] |
479 | 2024-02-22T22:24:53.584Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
480 | 2024-02-22T22:24:53.584Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
481 | 2024-02-22T22:24:53.584Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
482 | 2024-02-22T22:24:53.584Z | + local DO_DOWNLOAD=true |
483 | 2024-02-22T22:24:53.584Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
484 | 2024-02-22T22:24:53.584Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
485 | 2024-02-22T22:24:53.584Z | + mkdir -p out/downloads |
486 | 2024-02-22T22:24:53.584Z | + '[' true == true ']' |
487 | 2024-02-22T22:24:53.584Z | + echo Downloading... |
488 | 2024-02-22T22:24:53.584Z | Downloading... |
489 | 2024-02-22T22:24:53.584Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-22T22:24:53.584Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
491 | 2024-02-22T22:25:10.772Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
492 | 2024-02-22T22:25:14.908Z | ++ case "$OSTYPE" in |
493 | 2024-02-22T22:25:14.908Z | ++ SHA=sha256sum |
494 | 2024-02-22T22:25:14.908Z | ++ sha256sum |
495 | 2024-02-22T22:25:14.908Z | ++ awk '{print $1}' |
496 | 2024-02-22T22:25:14.909Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
497 | 2024-02-22T22:25:14.909Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
498 | 2024-02-22T22:25:14.909Z | + set -o errexit |
499 | 2024-02-22T22:25:14.909Z | +++ dirname ./tools/ci_download_dendrite_stub |
500 | 2024-02-22T22:25:14.909Z | ++ cd ./tools |
501 | 2024-02-22T22:25:14.910Z | ++ pwd |
502 | 2024-02-22T22:25:14.910Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-02-22T22:25:14.910Z | ++ basename ./tools/ci_download_dendrite_stub |
504 | 2024-02-22T22:25:14.910Z | + ARG0=ci_download_dendrite_stub |
505 | 2024-02-22T22:25:14.910Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
506 | 2024-02-22T22:25:14.910Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
507 | 2024-02-22T22:25:14.910Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
508 | 2024-02-22T22:25:14.910Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
509 | 2024-02-22T22:25:14.910Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
510 | 2024-02-22T22:25:14.910Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
511 | 2024-02-22T22:25:14.910Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
512 | 2024-02-22T22:25:14.910Z | + TARGET_DIR=out |
513 | 2024-02-22T22:25:14.911Z | + DOWNLOAD_DIR=out/downloads |
514 | 2024-02-22T22:25:14.911Z | + DEST_DIR=./out/dendrite-stub |
515 | 2024-02-22T22:25:14.911Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
516 | 2024-02-22T22:25:14.911Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
517 | 2024-02-22T22:25:14.911Z | + REPO=oxidecomputer/dendrite |
518 | 2024-02-22T22:25:14.911Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-22T22:25:14.911Z | + main |
520 | 2024-02-22T22:25:14.911Z | + [[ 0 != 0 ]] |
521 | 2024-02-22T22:25:14.911Z | + CIDL_OS=solaris2.11 |
522 | 2024-02-22T22:25:14.911Z | + [[ 0 != 0 ]] |
523 | 2024-02-22T22:25:14.911Z | + configure_os solaris2.11 |
524 | 2024-02-22T22:25:14.911Z | + echo 'current directory: /work/oxidecomputer/omicron' |
525 | 2024-02-22T22:25:14.912Z | current directory: /work/oxidecomputer/omicron |
526 | 2024-02-22T22:25:14.912Z | + echo 'configuring based on OS: "solaris2.11"' |
527 | 2024-02-22T22:25:14.912Z | + case "$1" in |
528 | 2024-02-22T22:25:14.912Z | configuring based on OS: "solaris2.11" |
529 | 2024-02-22T22:25:14.912Z | + SET_BINARIES= |
530 | 2024-02-22T22:25:14.912Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
531 | 2024-02-22T22:25:14.912Z | + CIDL_SHA256FUNC=do_sha256sum |
532 | 2024-02-22T22:25:14.912Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
533 | 2024-02-22T22:25:14.912Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
534 | 2024-02-22T22:25:14.912Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
535 | 2024-02-22T22:25:14.913Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
536 | 2024-02-22T22:25:14.913Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
537 | 2024-02-22T22:25:14.913Z | Local file: out/downloads/dendrite-stub.tar.gz |
538 | 2024-02-22T22:25:14.913Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
539 | 2024-02-22T22:25:14.913Z | + mkdir -p out/downloads |
540 | 2024-02-22T22:25:14.913Z | + mkdir -p ./out/dendrite-stub |
541 | 2024-02-22T22:25:14.913Z | + fetch_and_verify |
542 | 2024-02-22T22:25:14.913Z | + local DO_DOWNLOAD=true |
543 | 2024-02-22T22:25:14.913Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
544 | 2024-02-22T22:25:14.913Z | + '[' true == true ']' |
545 | 2024-02-22T22:25:14.913Z | + echo Downloading... |
546 | 2024-02-22T22:25:14.913Z | Downloading... |
547 | 2024-02-22T22:25:14.913Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-22T22:25:14.913Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
549 | 2024-02-22T22:26:46.546Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
550 | 2024-02-22T22:26:46.667Z | ++ sha256sum |
551 | 2024-02-22T22:26:46.667Z | ++ awk '{print $1}' |
552 | 2024-02-22T22:26:46.667Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
553 | 2024-02-22T22:26:46.667Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
554 | 2024-02-22T22:26:46.667Z | + do_untar out/downloads/dendrite-stub.tar.gz |
555 | 2024-02-22T22:26:46.668Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
556 | 2024-02-22T22:26:47.280Z | + do_assemble |
557 | 2024-02-22T22:26:47.280Z | + rm -r ./out/dendrite-stub |
558 | 2024-02-22T22:26:48.404Z | + mkdir ./out/dendrite-stub |
559 | 2024-02-22T22:26:48.405Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
560 | 2024-02-22T22:26:48.405Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
561 | 2024-02-22T22:26:48.405Z | + set -o errexit |
562 | 2024-02-22T22:26:48.405Z | +++ dirname ./tools/ci_download_maghemite_mgd |
563 | 2024-02-22T22:26:48.405Z | ++ cd ./tools |
564 | 2024-02-22T22:26:48.405Z | ++ pwd |
565 | 2024-02-22T22:26:48.405Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
566 | 2024-02-22T22:26:48.405Z | ++ basename ./tools/ci_download_maghemite_mgd |
567 | 2024-02-22T22:26:48.405Z | + ARG0=ci_download_maghemite_mgd |
568 | 2024-02-22T22:26:48.405Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
569 | 2024-02-22T22:26:48.405Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
570 | 2024-02-22T22:26:48.406Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
571 | 2024-02-22T22:26:48.406Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
572 | 2024-02-22T22:26:48.406Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
573 | 2024-02-22T22:26:48.406Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
574 | 2024-02-22T22:26:48.406Z | + TARGET_DIR=out |
575 | 2024-02-22T22:26:48.406Z | + DOWNLOAD_DIR=out/downloads |
576 | 2024-02-22T22:26:48.407Z | + DEST_DIR=./out/mgd |
577 | 2024-02-22T22:26:48.407Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
578 | 2024-02-22T22:26:48.407Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
579 | 2024-02-22T22:26:48.407Z | + REPO=oxidecomputer/maghemite |
580 | 2024-02-22T22:26:48.408Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-22T22:26:48.408Z | + main |
582 | 2024-02-22T22:26:48.408Z | + [[ 0 != 0 ]] |
583 | 2024-02-22T22:26:48.408Z | + CIDL_OS=solaris2.11 |
584 | 2024-02-22T22:26:48.408Z | + [[ 0 != 0 ]] |
585 | 2024-02-22T22:26:48.408Z | + configure_os solaris2.11 |
586 | 2024-02-22T22:26:48.408Z | + echo 'current directory: /work/oxidecomputer/omicron' |
587 | 2024-02-22T22:26:48.408Z | + echo 'configuring based on OS: "solaris2.11"' |
588 | 2024-02-22T22:26:48.408Z | + case "$1" in |
589 | 2024-02-22T22:26:48.408Z | + SET_BINARIES= |
590 | 2024-02-22T22:26:48.409Z | current directory: /work/oxidecomputer/omicron |
591 | 2024-02-22T22:26:48.409Z | configuring based on OS: "solaris2.11" |
592 | 2024-02-22T22:26:48.409Z | + CIDL_SHA256FUNC=do_sha256sum |
593 | 2024-02-22T22:26:48.410Z | + TARBALL_FILENAME=mgd.tar.gz |
594 | 2024-02-22T22:26:48.410Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
595 | 2024-02-22T22:26:48.410Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
596 | 2024-02-22T22:26:48.410Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
597 | 2024-02-22T22:26:48.410Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
598 | 2024-02-22T22:26:48.410Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
599 | 2024-02-22T22:26:48.410Z | + mkdir -p out/downloads |
600 | 2024-02-22T22:26:48.410Z | Local file: out/downloads/mgd.tar.gz |
601 | 2024-02-22T22:26:48.410Z | + mkdir -p ./out/mgd |
602 | 2024-02-22T22:26:48.410Z | + fetch_and_verify |
603 | 2024-02-22T22:26:48.410Z | + local DO_DOWNLOAD=true |
604 | 2024-02-22T22:26:48.410Z | + [[ -f out/downloads/mgd.tar.gz ]] |
605 | 2024-02-22T22:26:48.410Z | + '[' true == true ']' |
606 | 2024-02-22T22:26:48.411Z | + echo Downloading... |
607 | 2024-02-22T22:26:48.411Z | Downloading... |
608 | 2024-02-22T22:26:48.411Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
609 | 2024-02-22T22:26:48.411Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
610 | 2024-02-22T22:27:48.942Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
611 | 2024-02-22T22:27:49.745Z | ++ sha256sum |
612 | 2024-02-22T22:27:49.745Z | ++ awk '{print $1}' |
613 | 2024-02-22T22:27:49.745Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
614 | 2024-02-22T22:27:49.745Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
615 | 2024-02-22T22:27:49.745Z | + do_untar out/downloads/mgd.tar.gz |
616 | 2024-02-22T22:27:49.745Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
617 | 2024-02-22T22:27:50.792Z | + do_assemble |
618 | 2024-02-22T22:27:50.792Z | + rm -r ./out/mgd |
619 | 2024-02-22T22:27:50.792Z | + mkdir ./out/mgd |
620 | 2024-02-22T22:27:50.792Z | + cp -r out/downloads/root ./out/mgd/root |
621 | 2024-02-22T22:27:50.792Z | + set -o errexit |
622 | 2024-02-22T22:27:50.792Z | +++ dirname ./tools/ci_download_transceiver_control |
623 | 2024-02-22T22:27:50.792Z | ++ cd ./tools |
624 | 2024-02-22T22:27:50.792Z | ++ pwd |
625 | 2024-02-22T22:27:50.792Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
626 | 2024-02-22T22:27:50.793Z | ++ basename ./tools/ci_download_transceiver_control |
627 | 2024-02-22T22:27:50.793Z | + ARG0=ci_download_transceiver_control |
628 | 2024-02-22T22:27:50.793Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
629 | 2024-02-22T22:27:50.793Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
630 | 2024-02-22T22:27:50.793Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
631 | 2024-02-22T22:27:50.793Z | + TARGET_DIR=out |
632 | 2024-02-22T22:27:50.793Z | + DOWNLOAD_DIR=out/downloads |
633 | 2024-02-22T22:27:50.793Z | + DEST_DIR=./out/transceiver-control |
634 | 2024-02-22T22:27:50.793Z | + BIN_DIR=/opt/oxide/bin |
635 | 2024-02-22T22:27:50.793Z | + BINARY=xcvradm |
636 | 2024-02-22T22:27:50.793Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
637 | 2024-02-22T22:27:50.793Z | + REPO=oxidecomputer/transceiver-control |
638 | 2024-02-22T22:27:50.793Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-22T22:27:50.793Z | + main |
640 | 2024-02-22T22:27:50.793Z | + [[ 0 != 0 ]] |
641 | 2024-02-22T22:27:50.793Z | + CIDL_OS=solaris2.11 |
642 | 2024-02-22T22:27:50.794Z | + [[ 0 != 0 ]] |
643 | 2024-02-22T22:27:50.794Z | + configure_os solaris2.11 |
644 | 2024-02-22T22:27:50.794Z | + echo 'current directory: /work/oxidecomputer/omicron' |
645 | 2024-02-22T22:27:50.794Z | current directory: /work/oxidecomputer/omicron |
646 | 2024-02-22T22:27:50.794Z | + echo 'configuring based on OS: "solaris2.11"' |
647 | 2024-02-22T22:27:50.794Z | configuring based on OS: "solaris2.11" |
648 | 2024-02-22T22:27:50.794Z | + case "$1" in |
649 | 2024-02-22T22:27:50.794Z | + SET_BINARIES= |
650 | 2024-02-22T22:27:50.794Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
651 | 2024-02-22T22:27:50.794Z | + CIDL_SHA256FUNC=do_sha256sum |
652 | 2024-02-22T22:27:50.794Z | + ARCHIVE_FILENAME=xcvradm.gz |
653 | 2024-02-22T22:27:50.794Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
654 | 2024-02-22T22:27:50.794Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
655 | 2024-02-22T22:27:50.794Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
656 | 2024-02-22T22:27:50.794Z | + echo 'Local file: out/downloads/xcvradm.gz' |
657 | 2024-02-22T22:27:50.794Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-22T22:27:50.795Z | Local file: out/downloads/xcvradm.gz |
659 | 2024-02-22T22:27:50.795Z | + mkdir -p out/downloads |
660 | 2024-02-22T22:27:50.795Z | + mkdir -p ./out/transceiver-control |
661 | 2024-02-22T22:27:50.795Z | + fetch_and_verify |
662 | 2024-02-22T22:27:50.795Z | + local DO_DOWNLOAD=true |
663 | 2024-02-22T22:27:50.795Z | + [[ -f out/downloads/xcvradm.gz ]] |
664 | 2024-02-22T22:27:50.795Z | + '[' true == true ']' |
665 | 2024-02-22T22:27:50.795Z | + echo Downloading... |
666 | 2024-02-22T22:27:50.795Z | Downloading... |
667 | 2024-02-22T22:27:50.795Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
668 | 2024-02-22T22:27:50.795Z | + 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 |
669 | 2024-02-22T22:28:34.354Z | ++ do_sha256sum out/downloads/xcvradm.gz |
670 | 2024-02-22T22:28:34.596Z | ++ sha256sum |
671 | 2024-02-22T22:28:34.597Z | ++ awk '{print $1}' |
672 | 2024-02-22T22:28:34.597Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2024-02-22T22:28:34.597Z | + [[ 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 ]] |
674 | 2024-02-22T22:28:34.597Z | + do_unpack out/downloads/xcvradm.gz |
675 | 2024-02-22T22:28:34.597Z | + mkdir -p out/downloads/root//opt/oxide/bin |
676 | 2024-02-22T22:28:34.598Z | + gzip -dc out/downloads/xcvradm.gz |
677 | 2024-02-22T22:28:34.598Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
678 | 2024-02-22T22:28:34.598Z | + do_assemble |
679 | 2024-02-22T22:28:34.598Z | + rm -r ./out/transceiver-control |
680 | 2024-02-22T22:28:34.598Z | + mkdir ./out/transceiver-control |
681 | 2024-02-22T22:28:34.598Z | + cp -r out/downloads/root ./out/transceiver-control/root |
682 | 2024-02-22T22:28:34.823Z | All prerequisites installed successfully |
683 | 2024-02-22T22:28:34.824Z | |
684 | 2024-02-22T22:28:34.824Z | real 5:25.805131544 |
685 | 2024-02-22T22:28:34.824Z | user 34.588556054 |
686 | 2024-02-22T22:28:34.824Z | sys 6.608789398 |
687 | 2024-02-22T22:28:34.824Z | trap 0.009495111 |
688 | 2024-02-22T22:28:34.824Z | tflt 0.367203416 |
689 | 2024-02-22T22:28:34.824Z | dflt 0.918731747 |
690 | 2024-02-22T22:28:34.824Z | kflt 0.356042341 |
691 | 2024-02-22T22:28:34.824Z | lock 2.412494079 |
692 | 2024-02-22T22:28:34.824Z | slp 14:20.572297977 |
693 | 2024-02-22T22:28:34.825Z | lat 1.782617069 |
694 | 2024-02-22T22:28:34.825Z | stop 0.110331630 |
695 | 2024-02-22T22:28:34.825Z | + banner end-to-end-tests |
696 | 2024-02-22T22:28:34.825Z | |
697 | 2024-02-22T22:28:34.825Z | ###### # # ##### ##### #### ###### # # ##### |
698 | 2024-02-22T22:28:34.825Z | # ## # # # # # # # ## # # # |
699 | 2024-02-22T22:28:34.825Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
700 | 2024-02-22T22:28:34.825Z | # # # # # # # # # # # # # # # |
701 | 2024-02-22T22:28:34.825Z | # # ## # # # # # # # ## # # |
702 | 2024-02-22T22:28:34.825Z | ###### # # ##### # #### ###### # # ##### |
703 | 2024-02-22T22:28:34.825Z | |
704 | 2024-02-22T22:28:34.825Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
705 | 2024-02-22T22:28:34.825Z | + CARGO_PROFILE_DEV_DEBUG=1 |
706 | 2024-02-22T22:28:34.826Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
707 | 2024-02-22T22:28:34.826Z | + CARGO_PROFILE_TEST_DEBUG=1 |
708 | 2024-02-22T22:28:34.826Z | + export CARGO_INCREMENTAL=0 |
709 | 2024-02-22T22:28:34.826Z | + CARGO_INCREMENTAL=0 |
710 | 2024-02-22T22:28:34.826Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
711 | 2024-02-22T22:28:34.958Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
712 | 2024-02-22T22:28:35.320Z | Updating git repository `https://github.com/oxidecomputer/samael` |
713 | 2024-02-22T22:28:35.734Z | Updating crates.io index |
714 | 2024-02-22T22:28:35.867Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2024-02-22T22:28:36.735Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2024-02-22T22:28:38.450Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2024-02-22T22:28:38.774Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2024-02-22T22:28:39.124Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2024-02-22T22:28:39.476Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2024-02-22T22:28:39.921Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2024-02-22T22:28:40.868Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2024-02-22T22:28:42.851Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2024-02-22T22:28:43.705Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2024-02-22T22:28:44.141Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
725 | 2024-02-22T22:28:44.625Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
726 | 2024-02-22T22:28:45.065Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
727 | 2024-02-22T22:28:45.504Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
728 | 2024-02-22T22:28:45.931Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
729 | 2024-02-22T22:28:46.365Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
730 | 2024-02-22T22:28:46.986Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
731 | 2024-02-22T22:28:47.868Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
732 | 2024-02-22T22:28:48.591Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
733 | 2024-02-22T22:28:49.338Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
734 | 2024-02-22T22:28:49.566Z | Updating git repository `https://github.com/jgallagher/nix` |
735 | 2024-02-22T22:28:50.560Z | Updating git repository `https://github.com/cbiffle/hubpack` |
736 | 2024-02-22T22:28:50.925Z | Updating git repository `https://github.com/oxidecomputer/typify` |
737 | 2024-02-22T22:28:52.259Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
738 | 2024-02-22T22:28:52.545Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
739 | 2024-02-22T22:28:53.182Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
740 | 2024-02-22T22:28:54.650Z | Downloading crates ... |
741 | 2024-02-22T22:28:55.057Z | Downloaded aead v0.5.2 |
742 | 2024-02-22T22:28:55.057Z | Downloaded cancel-safe-futures v0.1.5 |
743 | 2024-02-22T22:28:55.057Z | Downloaded matches v0.1.10 |
744 | 2024-02-22T22:28:55.057Z | Downloaded ciborium-io v0.2.2 |
745 | 2024-02-22T22:28:55.057Z | Downloaded camino-tempfile v1.1.1 |
746 | 2024-02-22T22:28:55.057Z | Downloaded md5 v0.7.0 |
747 | 2024-02-22T22:28:55.057Z | Downloaded camino v1.1.6 |
748 | 2024-02-22T22:28:55.057Z | Downloaded byteorder v1.5.0 |
749 | 2024-02-22T22:28:55.058Z | Downloaded kstat-rs v0.2.3 |
750 | 2024-02-22T22:28:55.058Z | Downloaded cipher v0.4.4 |
751 | 2024-02-22T22:28:55.058Z | Downloaded libefi-sys v0.1.0 |
752 | 2024-02-22T22:28:55.058Z | Downloaded cfg-if v1.0.0 |
753 | 2024-02-22T22:28:55.058Z | Downloaded managed v0.8.0 |
754 | 2024-02-22T22:28:55.058Z | Downloaded mime_guess v2.0.4 |
755 | 2024-02-22T22:28:55.058Z | Downloaded macaddr v1.0.1 |
756 | 2024-02-22T22:28:55.059Z | Downloaded num v0.4.1 |
757 | 2024-02-22T22:28:55.059Z | Downloaded lru-cache v0.1.2 |
758 | 2024-02-22T22:28:55.059Z | Downloaded clap_derive v4.5.0 |
759 | 2024-02-22T22:28:55.059Z | Downloaded log v0.4.20 |
760 | 2024-02-22T22:28:55.059Z | Downloaded num_enum v0.5.11 |
761 | 2024-02-22T22:28:55.059Z | Downloaded num_threads v0.1.6 |
762 | 2024-02-22T22:28:55.060Z | Downloaded precomputed-hash v0.1.1 |
763 | 2024-02-22T22:28:55.060Z | Downloaded opaque-debug v0.3.0 |
764 | 2024-02-22T22:28:55.060Z | Downloaded num_enum_derive v0.5.11 |
765 | 2024-02-22T22:28:55.060Z | Downloaded new_debug_unreachable v1.0.4 |
766 | 2024-02-22T22:28:55.060Z | Downloaded pest_generator v2.7.6 |
767 | 2024-02-22T22:28:55.060Z | Downloaded darling v0.20.3 |
768 | 2024-02-22T22:28:55.060Z | Downloaded once_cell v1.19.0 |
769 | 2024-02-22T22:28:55.060Z | Downloaded derive-where v1.2.7 |
770 | 2024-02-22T22:28:55.061Z | Downloaded p256 v0.13.2 |
771 | 2024-02-22T22:28:55.061Z | Downloaded phf v0.11.2 |
772 | 2024-02-22T22:28:55.061Z | Downloaded multer v3.0.0 |
773 | 2024-02-22T22:28:55.061Z | Downloaded diesel_table_macro_syntax v0.1.0 |
774 | 2024-02-22T22:28:55.062Z | Downloaded crc32fast v1.3.2 |
775 | 2024-02-22T22:28:55.062Z | Downloaded anstyle-query v1.0.0 |
776 | 2024-02-22T22:28:55.062Z | Downloaded adler v1.0.2 |
777 | 2024-02-22T22:28:55.062Z | Downloaded async-stream v0.3.5 |
778 | 2024-02-22T22:28:55.062Z | Downloaded option-ext v0.2.0 |
779 | 2024-02-22T22:28:55.062Z | Downloaded libm v0.2.7 |
780 | 2024-02-22T22:28:55.062Z | Downloaded crypto-common v0.1.6 |
781 | 2024-02-22T22:28:55.062Z | Downloaded cstr-argument v0.1.2 |
782 | 2024-02-22T22:28:55.062Z | Downloaded debug-ignore v1.0.5 |
783 | 2024-02-22T22:28:55.062Z | Downloaded newtype_derive v0.1.6 |
784 | 2024-02-22T22:28:55.062Z | Downloaded pem v3.0.2 |
785 | 2024-02-22T22:28:55.062Z | Downloaded normalize-line-endings v0.3.0 |
786 | 2024-02-22T22:28:55.062Z | Downloaded strum v0.25.0 |
787 | 2024-02-22T22:28:55.062Z | Downloaded chacha20poly1305 v0.10.1 |
788 | 2024-02-22T22:28:55.062Z | Downloaded openssl-probe v0.1.5 |
789 | 2024-02-22T22:28:55.063Z | Downloaded pretty-hex v0.4.1 |
790 | 2024-02-22T22:28:55.063Z | Downloaded curve25519-dalek-derive v0.1.0 |
791 | 2024-02-22T22:28:55.063Z | Downloaded cpufeatures v0.2.12 |
792 | 2024-02-22T22:28:55.063Z | Downloaded mio v0.8.9 |
793 | 2024-02-22T22:28:55.063Z | Downloaded num-iter v0.1.43 |
794 | 2024-02-22T22:28:55.063Z | Downloaded crucible-workspace-hack v0.1.0 |
795 | 2024-02-22T22:28:55.063Z | Downloaded tinyvec_macros v0.1.1 |
796 | 2024-02-22T22:28:55.063Z | Downloaded pbkdf2 v0.11.0 |
797 | 2024-02-22T22:28:55.063Z | Downloaded defmt-macros v0.3.6 |
798 | 2024-02-22T22:28:55.064Z | Downloaded pem-rfc7468 v0.7.0 |
799 | 2024-02-22T22:28:55.064Z | Downloaded anstream v0.6.11 |
800 | 2024-02-22T22:28:55.064Z | Downloaded phf_shared v0.11.2 |
801 | 2024-02-22T22:28:55.064Z | Downloaded linked-hash-map v0.5.6 |
802 | 2024-02-22T22:28:55.064Z | Downloaded toolchain_find v0.2.0 |
803 | 2024-02-22T22:28:55.065Z | Downloaded block-buffer v0.10.4 |
804 | 2024-02-22T22:28:55.065Z | Downloaded linear-map v1.2.0 |
805 | 2024-02-22T22:28:55.065Z | Downloaded libsw v3.3.1 |
806 | 2024-02-22T22:28:55.065Z | Downloaded paste v1.0.14 |
807 | 2024-02-22T22:28:55.065Z | Downloaded bzip2 v0.4.4 |
808 | 2024-02-22T22:28:55.065Z | Downloaded memmap v0.7.0 |
809 | 2024-02-22T22:28:55.065Z | Downloaded display-error-chain v0.2.0 |
810 | 2024-02-22T22:28:55.066Z | Downloaded foreign-types-shared v0.1.1 |
811 | 2024-02-22T22:28:55.066Z | Downloaded pbkdf2 v0.12.2 |
812 | 2024-02-22T22:28:55.066Z | Downloaded polyval v0.6.1 |
813 | 2024-02-22T22:28:55.066Z | Downloaded num-derive v0.4.0 |
814 | 2024-02-22T22:28:55.067Z | Downloaded percent-encoding v2.3.1 |
815 | 2024-02-22T22:28:55.067Z | Downloaded thread_local v1.1.7 |
816 | 2024-02-22T22:28:55.067Z | Downloaded serde_spanned v0.6.5 |
817 | 2024-02-22T22:28:55.068Z | Downloaded thiserror-impl v1.0.57 |
818 | 2024-02-22T22:28:55.068Z | Downloaded terminal_size v0.3.0 |
819 | 2024-02-22T22:28:55.068Z | Downloaded predicates v3.1.0 |
820 | 2024-02-22T22:28:55.068Z | Downloaded ppv-lite86 v0.2.17 |
821 | 2024-02-22T22:28:55.068Z | Downloaded bit-vec v0.6.3 |
822 | 2024-02-22T22:28:55.068Z | Downloaded cobs v0.2.3 |
823 | 2024-02-22T22:28:55.068Z | Downloaded tower-service v0.3.2 |
824 | 2024-02-22T22:28:55.068Z | Downloaded atomic-waker v1.1.1 |
825 | 2024-02-22T22:28:55.069Z | Downloaded num-integer v0.1.46 |
826 | 2024-02-22T22:28:55.069Z | Downloaded memchr v2.6.3 |
827 | 2024-02-22T22:28:55.069Z | Downloaded foreign-types-shared v0.3.1 |
828 | 2024-02-22T22:28:55.069Z | Downloaded anstyle-parse v0.2.1 |
829 | 2024-02-22T22:28:55.069Z | Downloaded dtrace-parser v0.2.0 |
830 | 2024-02-22T22:28:55.069Z | Downloaded dtrace-parser v0.1.14 |
831 | 2024-02-22T22:28:55.069Z | Downloaded curve25519-dalek v4.1.1 |
832 | 2024-02-22T22:28:55.069Z | Downloaded defmt-parser v0.3.3 |
833 | 2024-02-22T22:28:55.070Z | Downloaded parking_lot v0.11.2 |
834 | 2024-02-22T22:28:55.070Z | Downloaded russh-cryptovec v0.7.0 |
835 | 2024-02-22T22:28:55.070Z | Downloaded fastrand v2.0.1 |
836 | 2024-02-22T22:28:55.070Z | Downloaded defmt v0.3.5 |
837 | 2024-02-22T22:28:55.070Z | Downloaded ahash v0.8.7 |
838 | 2024-02-22T22:28:55.070Z | Downloaded serde_tokenstream v0.2.0 |
839 | 2024-02-22T22:28:55.071Z | Downloaded scheduled-thread-pool v0.2.7 |
840 | 2024-02-22T22:28:55.071Z | Downloaded ghash v0.5.0 |
841 | 2024-02-22T22:28:56.321Z | Downloaded blake2 v0.10.6 |
842 | 2024-02-22T22:28:56.321Z | Downloaded serde_tokenstream v0.1.7 |
843 | 2024-02-22T22:28:56.321Z | Downloaded whoami v1.4.1 |
844 | 2024-02-22T22:28:56.321Z | Downloaded crossbeam-deque v0.8.3 |
845 | 2024-02-22T22:28:56.321Z | Downloaded native-tls v0.2.11 |
846 | 2024-02-22T22:28:56.321Z | Downloaded num-traits v0.2.16 |
847 | 2024-02-22T22:28:56.321Z | Downloaded scroll_derive v0.12.0 |
848 | 2024-02-22T22:28:56.322Z | Downloaded parking_lot v0.12.1 |
849 | 2024-02-22T22:28:56.322Z | Downloaded num-rational v0.4.1 |
850 | 2024-02-22T22:28:56.322Z | Downloaded digest v0.10.7 |
851 | 2024-02-22T22:28:56.322Z | Downloaded unicode-width v0.1.11 |
852 | 2024-02-22T22:28:56.322Z | Downloaded const-oid v0.9.5 |
853 | 2024-02-22T22:28:56.322Z | Downloaded yasna v0.5.2 |
854 | 2024-02-22T22:28:56.322Z | Downloaded hubpack_derive v0.1.1 |
855 | 2024-02-22T22:28:56.322Z | Downloaded crossbeam-epoch v0.9.15 |
856 | 2024-02-22T22:28:56.322Z | Downloaded equivalent v1.0.1 |
857 | 2024-02-22T22:28:56.323Z | Downloaded diesel_derives v2.1.2 |
858 | 2024-02-22T22:28:56.323Z | Downloaded serde_derive_internals v0.26.0 |
859 | 2024-02-22T22:28:56.323Z | Downloaded thiserror v1.0.57 |
860 | 2024-02-22T22:28:56.323Z | Downloaded slog-stdlog v4.1.1 |
861 | 2024-02-22T22:28:56.323Z | Downloaded crossbeam-utils v0.8.16 |
862 | 2024-02-22T22:28:56.323Z | Downloaded anyhow v1.0.75 |
863 | 2024-02-22T22:28:56.323Z | Downloaded strum v0.26.1 |
864 | 2024-02-22T22:28:56.323Z | Downloaded instant v0.1.12 |
865 | 2024-02-22T22:28:56.324Z | Downloaded ipnet v2.9.0 |
866 | 2024-02-22T22:28:56.324Z | Downloaded foreign-types v0.3.2 |
867 | 2024-02-22T22:28:56.324Z | Downloaded openssl-sys v0.9.96 |
868 | 2024-02-22T22:28:56.324Z | Downloaded stable_deref_trait v1.2.0 |
869 | 2024-02-22T22:28:56.324Z | Downloaded hubpack v0.1.2 |
870 | 2024-02-22T22:28:56.324Z | Downloaded darling_core v0.20.3 |
871 | 2024-02-22T22:28:56.324Z | Downloaded strsim v0.10.0 |
872 | 2024-02-22T22:28:56.324Z | Downloaded schemars_derive v0.8.16 |
873 | 2024-02-22T22:28:56.324Z | Downloaded zone_cfg_derive v0.3.0 |
874 | 2024-02-22T22:28:56.325Z | Downloaded futures-io v0.3.30 |
875 | 2024-02-22T22:28:56.325Z | Downloaded fallible-iterator v0.2.0 |
876 | 2024-02-22T22:28:56.325Z | Downloaded enum-as-inner v0.5.1 |
877 | 2024-02-22T22:28:56.325Z | Downloaded embedded-io v0.4.0 |
878 | 2024-02-22T22:28:56.325Z | Downloaded dyn-clone v1.0.16 |
879 | 2024-02-22T22:28:56.325Z | Downloaded ident_case v1.0.1 |
880 | 2024-02-22T22:28:56.325Z | Downloaded derive_more v0.99.17 |
881 | 2024-02-22T22:28:56.325Z | Downloaded ff v0.13.0 |
882 | 2024-02-22T22:28:56.325Z | Downloaded hyper-tls v0.5.0 |
883 | 2024-02-22T22:28:56.325Z | Downloaded heck v0.4.1 |
884 | 2024-02-22T22:28:56.326Z | Downloaded heck v0.3.3 |
885 | 2024-02-22T22:28:56.326Z | Downloaded futures-executor v0.3.30 |
886 | 2024-02-22T22:28:56.326Z | Downloaded same-file v1.0.6 |
887 | 2024-02-22T22:28:56.326Z | Downloaded time-core v0.1.1 |
888 | 2024-02-22T22:28:56.326Z | Downloaded toml_datetime v0.6.5 |
889 | 2024-02-22T22:28:56.326Z | Downloaded half v2.3.1 |
890 | 2024-02-22T22:28:56.326Z | Downloaded rustls-pemfile v1.0.3 |
891 | 2024-02-22T22:28:56.326Z | Downloaded semver v0.1.20 |
892 | 2024-02-22T22:28:56.326Z | Downloaded flagset v0.4.3 |
893 | 2024-02-22T22:28:56.326Z | Downloaded fxhash v0.2.1 |
894 | 2024-02-22T22:28:56.326Z | Downloaded slog-async v2.8.0 |
895 | 2024-02-22T22:28:56.326Z | Downloaded fixedbitset v0.4.2 |
896 | 2024-02-22T22:28:56.326Z | Downloaded home v0.5.5 |
897 | 2024-02-22T22:28:56.326Z | Downloaded string_cache v0.8.7 |
898 | 2024-02-22T22:28:56.326Z | Downloaded scopeguard v1.2.0 |
899 | 2024-02-22T22:28:56.326Z | Downloaded xattr v1.0.1 |
900 | 2024-02-22T22:28:56.326Z | Downloaded time-macros v0.2.13 |
901 | 2024-02-22T22:28:56.326Z | Downloaded untrusted v0.9.0 |
902 | 2024-02-22T22:28:56.326Z | Downloaded sha1 v0.10.6 |
903 | 2024-02-22T22:28:56.326Z | Downloaded httparse v1.8.0 |
904 | 2024-02-22T22:28:56.326Z | Downloaded vsss-rs v3.3.4 |
905 | 2024-02-22T22:28:56.327Z | Downloaded slog-bunyan v2.5.0 |
906 | 2024-02-22T22:28:56.327Z | Downloaded bytes v1.5.0 |
907 | 2024-02-22T22:28:56.327Z | Downloaded spin v0.5.2 |
908 | 2024-02-22T22:28:56.327Z | Downloaded rustfmt-wrapper v0.2.0 |
909 | 2024-02-22T22:28:56.327Z | Downloaded tungstenite v0.20.1 |
910 | 2024-02-22T22:28:56.327Z | Downloaded itoa v1.0.9 |
911 | 2024-02-22T22:28:56.327Z | Downloaded tokio-postgres v0.7.10 |
912 | 2024-02-22T22:28:56.327Z | Downloaded is-terminal v0.4.9 |
913 | 2024-02-22T22:28:56.327Z | Downloaded take_mut v0.2.2 |
914 | 2024-02-22T22:28:56.327Z | Downloaded quick-error v1.2.3 |
915 | 2024-02-22T22:28:56.327Z | Downloaded inout v0.1.3 |
916 | 2024-02-22T22:28:56.327Z | Downloaded serde_path_to_error v0.1.15 |
917 | 2024-02-22T22:28:56.327Z | Downloaded subprocess v0.2.9 |
918 | 2024-02-22T22:28:56.327Z | Downloaded siphasher v0.3.11 |
919 | 2024-02-22T22:28:56.327Z | Downloaded universal-hash v0.5.1 |
920 | 2024-02-22T22:28:56.327Z | Downloaded slog-json v2.6.1 |
921 | 2024-02-22T22:28:56.327Z | Downloaded rustversion v1.0.14 |
922 | 2024-02-22T22:28:56.327Z | Downloaded usdt-attr-macro v0.3.5 |
923 | 2024-02-22T22:28:56.327Z | Downloaded fnv v1.0.7 |
924 | 2024-02-22T22:28:56.327Z | Downloaded strum_macros v0.26.1 |
925 | 2024-02-22T22:28:56.327Z | Downloaded r2d2 v0.8.10 |
926 | 2024-02-22T22:28:56.327Z | Downloaded proc-macro-error v1.0.4 |
927 | 2024-02-22T22:28:56.327Z | Downloaded dirs-sys v0.4.1 |
928 | 2024-02-22T22:28:56.327Z | Downloaded dirs-next v2.0.0 |
929 | 2024-02-22T22:28:56.327Z | Downloaded http-range v0.1.5 |
930 | 2024-02-22T22:28:56.328Z | Downloaded version_check v0.9.4 |
931 | 2024-02-22T22:28:56.328Z | Downloaded usdt v0.3.5 |
932 | 2024-02-22T22:28:56.328Z | Downloaded hyper-staticfile v0.9.5 |
933 | 2024-02-22T22:28:56.328Z | Downloaded ipnetwork v0.20.0 |
934 | 2024-02-22T22:28:56.328Z | Downloaded dirs-sys-next v0.1.2 |
935 | 2024-02-22T22:28:56.328Z | Downloaded headers-core v0.2.0 |
936 | 2024-02-22T22:28:56.328Z | Downloaded smallvec v1.13.1 |
937 | 2024-02-22T22:28:56.328Z | Downloaded swrite v0.1.0 |
938 | 2024-02-22T22:28:56.328Z | Downloaded foreign-types v0.5.0 |
939 | 2024-02-22T22:28:56.328Z | Downloaded foreign-types-macros v0.2.3 |
940 | 2024-02-22T22:28:56.328Z | Downloaded structopt v0.3.26 |
941 | 2024-02-22T22:28:57.085Z | Downloaded gethostname v0.4.3 |
942 | 2024-02-22T22:28:57.085Z | Downloaded rand_chacha v0.2.2 |
943 | 2024-02-22T22:28:57.085Z | Downloaded crossbeam-channel v0.5.8 |
944 | 2024-02-22T22:28:57.085Z | Downloaded resolv-conf v0.7.0 |
945 | 2024-02-22T22:28:57.085Z | Downloaded tokio-tungstenite v0.20.1 |
946 | 2024-02-22T22:28:57.085Z | Downloaded iana-time-zone v0.1.57 |
947 | 2024-02-22T22:28:57.085Z | Downloaded futures-task v0.3.30 |
948 | 2024-02-22T22:28:57.085Z | Downloaded serde_yaml v0.9.25 |
949 | 2024-02-22T22:28:57.085Z | Downloaded want v0.3.1 |
950 | 2024-02-22T22:28:57.085Z | Downloaded sha2 v0.10.8 |
951 | 2024-02-22T22:28:57.085Z | Downloaded serde_urlencoded v0.7.1 |
952 | 2024-02-22T22:28:57.085Z | Downloaded signature v2.1.0 |
953 | 2024-02-22T22:28:57.085Z | Downloaded slab v0.4.9 |
954 | 2024-02-22T22:28:57.085Z | Downloaded strum_macros v0.25.2 |
955 | 2024-02-22T22:28:57.085Z | Downloaded rand_chacha v0.3.1 |
956 | 2024-02-22T22:28:57.085Z | Downloaded filetime v0.2.23 |
957 | 2024-02-22T22:28:57.085Z | Downloaded rfc6979 v0.4.0 |
958 | 2024-02-22T22:28:57.085Z | Downloaded usdt-macro v0.5.0 |
959 | 2024-02-22T22:28:57.086Z | Downloaded rustls-pemfile v2.1.0 |
960 | 2024-02-22T22:28:57.086Z | Downloaded rand_core v0.5.1 |
961 | 2024-02-22T22:28:57.086Z | Downloaded num-bigint v0.4.4 |
962 | 2024-02-22T22:28:57.086Z | Downloaded trust-dns-server v0.22.1 |
963 | 2024-02-22T22:28:57.086Z | Downloaded topological-sort v0.2.2 |
964 | 2024-02-22T22:28:57.086Z | Downloaded signal-hook-mio v0.2.3 |
965 | 2024-02-22T22:28:57.086Z | Downloaded hash32 v0.2.1 |
966 | 2024-02-22T22:28:57.086Z | Downloaded thiserror-no-std v2.0.2 |
967 | 2024-02-22T22:28:57.086Z | Downloaded rustls-pki-types v1.3.0 |
968 | 2024-02-22T22:28:57.086Z | Downloaded slog v2.7.0 |
969 | 2024-02-22T22:28:57.086Z | Downloaded futures-sink v0.3.30 |
970 | 2024-02-22T22:28:57.086Z | Downloaded unicode-ident v1.0.12 |
971 | 2024-02-22T22:28:57.086Z | Downloaded tinyvec v1.6.0 |
972 | 2024-02-22T22:28:57.086Z | Downloaded usdt-attr-macro v0.5.0 |
973 | 2024-02-22T22:28:57.086Z | Downloaded dof v0.3.0 |
974 | 2024-02-22T22:28:57.086Z | Downloaded utf-8 v0.7.6 |
975 | 2024-02-22T22:28:57.086Z | Downloaded tokio-rustls v0.24.1 |
976 | 2024-02-22T22:28:57.086Z | Downloaded sct v0.7.0 |
977 | 2024-02-22T22:28:57.086Z | Downloaded untrusted v0.7.1 |
978 | 2024-02-22T22:28:57.086Z | Downloaded trust-dns-resolver v0.22.0 |
979 | 2024-02-22T22:28:57.086Z | Downloaded hostname v0.3.1 |
980 | 2024-02-22T22:28:57.086Z | Downloaded thiserror-impl-no-std v2.0.2 |
981 | 2024-02-22T22:28:57.086Z | Downloaded http v1.0.0 |
982 | 2024-02-22T22:28:57.086Z | Downloaded futures v0.3.30 |
983 | 2024-02-22T22:28:57.086Z | Downloaded stringprep v0.1.3 |
984 | 2024-02-22T22:28:57.086Z | Downloaded crossterm v0.27.0 |
985 | 2024-02-22T22:28:57.087Z | Downloaded usdt v0.5.0 |
986 | 2024-02-22T22:28:57.087Z | Downloaded semver-parser v0.10.2 |
987 | 2024-02-22T22:28:57.087Z | Downloaded zeroize_derive v1.4.2 |
988 | 2024-02-22T22:28:57.087Z | Downloaded slog-scope v4.4.0 |
989 | 2024-02-22T22:28:57.087Z | Downloaded secrecy v0.8.0 |
990 | 2024-02-22T22:28:57.087Z | Downloaded spki v0.7.2 |
991 | 2024-02-22T22:28:57.087Z | Downloaded toml_edit v0.19.15 |
992 | 2024-02-22T22:28:57.087Z | Downloaded hash32 v0.3.1 |
993 | 2024-02-22T22:28:57.087Z | Downloaded signal-hook-registry v1.4.1 |
994 | 2024-02-22T22:28:57.087Z | Downloaded hex-literal v0.4.1 |
995 | 2024-02-22T22:28:57.087Z | Downloaded primeorder v0.13.6 |
996 | 2024-02-22T22:28:57.087Z | Downloaded proc-macro-crate v1.3.1 |
997 | 2024-02-22T22:28:57.087Z | Downloaded tar v0.4.40 |
998 | 2024-02-22T22:28:57.087Z | Downloaded zone v0.3.0 |
999 | 2024-02-22T22:28:57.087Z | Downloaded tokio-rustls v0.25.0 |
1000 | 2024-02-22T22:28:57.087Z | Downloaded similar v2.3.0 |
1001 | 2024-02-22T22:28:57.087Z | Downloaded tokio-util v0.7.10 |
1002 | 2024-02-22T22:28:57.087Z | Downloaded hyper-rustls v0.24.2 |
1003 | 2024-02-22T22:28:57.087Z | Downloaded zerocopy v0.6.4 |
1004 | 2024-02-22T22:28:57.087Z | Downloaded proc-macro2 v1.0.78 |
1005 | 2024-02-22T22:28:57.087Z | Downloaded hmac v0.12.1 |
1006 | 2024-02-22T22:28:57.087Z | Downloaded toml v0.7.8 |
1007 | 2024-02-22T22:28:57.087Z | Downloaded slog-dtrace v0.3.0 |
1008 | 2024-02-22T22:28:57.087Z | Downloaded tracing v0.1.37 |
1009 | 2024-02-22T22:28:57.087Z | Downloaded aes-gcm v0.10.3 |
1010 | 2024-02-22T22:28:57.088Z | Downloaded serde_derive v1.0.196 |
1011 | 2024-02-22T22:28:57.088Z | Downloaded indexmap v2.2.3 |
1012 | 2024-02-22T22:28:57.088Z | Downloaded unicode-bidi v0.3.13 |
1013 | 2024-02-22T22:28:57.088Z | Downloaded term v0.7.0 |
1014 | 2024-02-22T22:28:57.088Z | Downloaded usdt-impl v0.3.5 |
1015 | 2024-02-22T22:28:57.088Z | Downloaded hashbrown v0.12.3 |
1016 | 2024-02-22T22:28:57.088Z | Downloaded group v0.13.0 |
1017 | 2024-02-22T22:28:57.088Z | Downloaded rand v0.8.5 |
1018 | 2024-02-22T22:28:57.088Z | Downloaded indexmap v1.9.3 |
1019 | 2024-02-22T22:28:57.088Z | Downloaded spin v0.9.8 |
1020 | 2024-02-22T22:28:57.088Z | Downloaded elliptic-curve v0.13.8 |
1021 | 2024-02-22T22:28:57.088Z | Downloaded schemars v0.8.16 |
1022 | 2024-02-22T22:28:57.088Z | Downloaded flate2 v1.0.28 |
1023 | 2024-02-22T22:28:57.088Z | Downloaded ryu v1.0.15 |
1024 | 2024-02-22T22:28:57.088Z | Downloaded pest v2.7.6 |
1025 | 2024-02-22T22:28:57.088Z | Downloaded russh-keys v0.42.0 |
1026 | 2024-02-22T22:28:57.088Z | Downloaded toml v0.8.10 |
1027 | 2024-02-22T22:28:57.088Z | Downloaded russh v0.42.0 |
1028 | 2024-02-22T22:28:57.088Z | Downloaded rayon-core v1.12.0 |
1029 | 2024-02-22T22:28:57.088Z | Downloaded aho-corasick v1.0.4 |
1030 | 2024-02-22T22:28:57.088Z | Downloaded itertools v0.12.1 |
1031 | 2024-02-22T22:28:57.088Z | Downloaded url v2.5.0 |
1032 | 2024-02-22T22:28:57.088Z | Downloaded signal-hook v0.3.17 |
1033 | 2024-02-22T22:28:57.088Z | Downloaded blake3 v1.5.0 |
1034 | 2024-02-22T22:28:57.088Z | Downloaded itertools v0.10.5 |
1035 | 2024-02-22T22:28:57.089Z | Downloaded unicode-segmentation v1.10.1 |
1036 | 2024-02-22T22:28:57.089Z | Downloaded hashbrown v0.14.3 |
1037 | 2024-02-22T22:28:57.089Z | Downloaded rand v0.7.3 |
1038 | 2024-02-22T22:28:57.089Z | Downloaded hkdf v0.12.4 |
1039 | 2024-02-22T22:28:57.089Z | Downloaded rayon v1.8.0 |
1040 | 2024-02-22T22:28:57.089Z | Downloaded reqwest v0.11.22 |
1041 | 2024-02-22T22:28:57.762Z | Downloaded serde_with v3.6.1 |
1042 | 2024-02-22T22:28:57.762Z | Downloaded zerocopy v0.7.32 |
1043 | 2024-02-22T22:28:57.762Z | Downloaded webpki-roots v0.25.2 |
1044 | 2024-02-22T22:28:57.763Z | Downloaded winnow v0.5.15 |
1045 | 2024-02-22T22:28:57.763Z | Downloaded hyper v0.14.27 |
1046 | 2024-02-22T22:28:57.763Z | Downloaded regress v0.8.0 |
1047 | 2024-02-22T22:28:57.763Z | Downloaded smoltcp v0.9.1 |
1048 | 2024-02-22T22:28:57.763Z | Downloaded object v0.32.1 |
1049 | 2024-02-22T22:28:57.763Z | Downloaded idna v0.5.0 |
1050 | 2024-02-22T22:28:57.763Z | Downloaded rustls-webpki v0.102.1 |
1051 | 2024-02-22T22:28:57.764Z | Downloaded regex v1.10.3 |
1052 | 2024-02-22T22:28:57.764Z | Downloaded goblin v0.8.0 |
1053 | 2024-02-22T22:28:57.764Z | Downloaded rustls-webpki v0.101.7 |
1054 | 2024-02-22T22:28:57.764Z | Downloaded time v0.3.27 |
1055 | 2024-02-22T22:28:57.764Z | Downloaded rustls v0.22.2 |
1056 | 2024-02-22T22:28:57.764Z | Downloaded sled v0.34.7 |
1057 | 2024-02-22T22:28:57.764Z | Downloaded vcpkg v0.2.15 |
1058 | 2024-02-22T22:28:57.764Z | Downloaded idna v0.2.3 |
1059 | 2024-02-22T22:28:57.765Z | Downloaded winnow v0.6.1 |
1060 | 2024-02-22T22:28:57.765Z | Downloaded gimli v0.28.0 |
1061 | 2024-02-22T22:28:57.765Z | Downloaded syn v1.0.109 |
1062 | 2024-02-22T22:28:57.765Z | Downloaded sha3 v0.10.8 |
1063 | 2024-02-22T22:28:57.766Z | Downloaded diesel v2.1.4 |
1064 | 2024-02-22T22:28:57.766Z | Downloaded radix_trie v0.2.1 |
1065 | 2024-02-22T22:28:57.766Z | Downloaded encoding_rs v0.8.33 |
1066 | 2024-02-22T22:28:57.766Z | Downloaded smoltcp v0.11.0 |
1067 | 2024-02-22T22:28:57.767Z | Downloaded bstr v1.6.0 |
1068 | 2024-02-22T22:28:57.767Z | Downloaded openapiv3 v2.0.0 |
1069 | 2024-02-22T22:28:57.767Z | Downloaded bstr v0.2.17 |
1070 | 2024-02-22T22:28:57.767Z | Downloaded h2 v0.3.24 |
1071 | 2024-02-22T22:28:57.767Z | Downloaded futures-util v0.3.30 |
1072 | 2024-02-22T22:28:57.767Z | Downloaded regex-syntax v0.8.2 |
1073 | 2024-02-22T22:28:57.768Z | Downloaded rustix v0.38.31 |
1074 | 2024-02-22T22:28:57.769Z | Downloaded rustls v0.21.9 |
1075 | 2024-02-22T22:28:57.769Z | Downloaded serde_json v1.0.114 |
1076 | 2024-02-22T22:28:57.769Z | Downloaded syn v2.0.48 |
1077 | 2024-02-22T22:28:57.769Z | Downloaded trust-dns-proto v0.22.0 |
1078 | 2024-02-22T22:28:57.770Z | Downloaded openssl v0.10.60 |
1079 | 2024-02-22T22:28:57.770Z | Downloaded unicode-normalization v0.1.22 |
1080 | 2024-02-22T22:28:57.770Z | Downloaded socket2 v0.5.5 |
1081 | 2024-02-22T22:28:57.770Z | Downloaded regex-automata v0.1.10 |
1082 | 2024-02-22T22:28:57.770Z | Downloaded petgraph v0.6.4 |
1083 | 2024-02-22T22:28:57.770Z | Downloaded zerocopy-derive v0.2.0 |
1084 | 2024-02-22T22:28:57.770Z | Downloaded clap_builder v4.5.0 |
1085 | 2024-02-22T22:28:57.770Z | Downloaded usdt-impl v0.5.0 |
1086 | 2024-02-22T22:28:57.771Z | Downloaded zip v0.6.6 |
1087 | 2024-02-22T22:28:57.771Z | Downloaded serde v1.0.196 |
1088 | 2024-02-22T22:28:57.771Z | Downloaded dirs v5.0.1 |
1089 | 2024-02-22T22:28:57.771Z | Downloaded zerocopy-derive v0.6.4 |
1090 | 2024-02-22T22:28:57.771Z | Downloaded regex-automata v0.4.4 |
1091 | 2024-02-22T22:28:57.771Z | Downloaded regex-automata v0.3.8 |
1092 | 2024-02-22T22:28:57.771Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1093 | 2024-02-22T22:28:57.771Z | Downloaded libc v0.2.153 |
1094 | 2024-02-22T22:28:57.772Z | Downloaded slog-envlogger v2.2.0 |
1095 | 2024-02-22T22:28:57.772Z | Downloaded serde_repr v0.1.16 |
1096 | 2024-02-22T22:28:57.772Z | Downloaded unicase v2.7.0 |
1097 | 2024-02-22T22:28:57.772Z | Downloaded rcgen v0.12.1 |
1098 | 2024-02-22T22:28:57.772Z | Downloaded socket2 v0.4.9 |
1099 | 2024-02-22T22:28:57.772Z | Downloaded der v0.7.8 |
1100 | 2024-02-22T22:28:57.772Z | Downloaded p521 v0.13.3 |
1101 | 2024-02-22T22:28:57.772Z | Downloaded tokio v1.36.0 |
1102 | 2024-02-22T22:28:57.773Z | Downloaded steno v0.4.0 |
1103 | 2024-02-22T22:28:57.773Z | Downloaded getopts v0.2.21 |
1104 | 2024-02-22T22:28:57.773Z | Downloaded vec_map v0.8.2 |
1105 | 2024-02-22T22:28:57.773Z | Downloaded scroll v0.12.0 |
1106 | 2024-02-22T22:28:57.774Z | Downloaded hex v0.4.3 |
1107 | 2024-02-22T22:28:57.774Z | Downloaded toml_edit v0.22.6 |
1108 | 2024-02-22T22:28:57.774Z | Downloaded dof v0.1.5 |
1109 | 2024-02-22T22:28:57.774Z | Downloaded sec1 v0.7.3 |
1110 | 2024-02-22T22:28:57.774Z | Downloaded quote v1.0.35 |
1111 | 2024-02-22T22:28:57.774Z | Downloaded unsafe-libyaml v0.2.10 |
1112 | 2024-02-22T22:28:57.774Z | Downloaded ed25519-dalek v2.0.0 |
1113 | 2024-02-22T22:28:57.775Z | Downloaded http v0.2.11 |
1114 | 2024-02-22T22:28:57.775Z | Downloaded rand_core v0.6.4 |
1115 | 2024-02-22T22:28:57.775Z | Downloaded heapless v0.7.16 |
1116 | 2024-02-22T22:28:57.775Z | Downloaded heapless v0.8.0 |
1117 | 2024-02-22T22:28:57.775Z | Downloaded futures-channel v0.3.30 |
1118 | 2024-02-22T22:28:57.775Z | Downloaded headers v0.3.9 |
1119 | 2024-02-22T22:28:57.776Z | Downloaded glob v0.3.1 |
1120 | 2024-02-22T22:28:57.776Z | Downloaded unicode-xid v0.2.4 |
1121 | 2024-02-22T22:28:57.776Z | Downloaded smf v0.2.2 |
1122 | 2024-02-22T22:28:57.776Z | Downloaded getrandom v0.2.10 |
1123 | 2024-02-22T22:28:57.777Z | Downloaded futures-core v0.3.30 |
1124 | 2024-02-22T22:28:57.777Z | Downloaded rustc_version v0.4.0 |
1125 | 2024-02-22T22:28:57.777Z | Downloaded aes v0.8.3 |
1126 | 2024-02-22T22:28:57.777Z | Downloaded winapi v0.3.9 |
1127 | 2024-02-22T22:28:57.777Z | Downloaded nom v7.1.3 |
1128 | 2024-02-22T22:28:57.778Z | Downloaded clap v2.34.0 |
1129 | 2024-02-22T22:28:57.778Z | Downloaded chrono v0.4.31 |
1130 | 2024-02-22T22:28:57.778Z | Downloaded trust-dns-client v0.22.0 |
1131 | 2024-02-22T22:28:57.779Z | Downloaded tracing-attributes v0.1.26 |
1132 | 2024-02-22T22:28:57.779Z | Downloaded tokio-stream v0.1.14 |
1133 | 2024-02-22T22:28:57.779Z | Downloaded rustc-demangle v0.1.23 |
1134 | 2024-02-22T22:28:57.779Z | Downloaded semver v1.0.22 |
1135 | 2024-02-22T22:28:57.779Z | Downloaded tokio-macros v2.2.0 |
1136 | 2024-02-22T22:28:57.780Z | Downloaded tracing-core v0.1.31 |
1137 | 2024-02-22T22:28:57.780Z | Downloaded proc-macro-error-attr v1.0.4 |
1138 | 2024-02-22T22:28:57.780Z | Downloaded futures-macro v0.3.30 |
1139 | 2024-02-22T22:28:57.781Z | Downloaded semver v0.11.0 |
1140 | 2024-02-22T22:28:57.781Z | Downloaded tempfile v3.10.0 |
1141 | 2024-02-22T22:28:58.504Z | Downloaded httpdate v1.0.3 |
1142 | 2024-02-22T22:28:58.504Z | Downloaded base64 v0.21.7 |
1143 | 2024-02-22T22:28:58.505Z | Downloaded typenum v1.16.0 |
1144 | 2024-02-22T22:28:58.505Z | Downloaded errno v0.3.8 |
1145 | 2024-02-22T22:28:58.505Z | Downloaded backtrace v0.3.69 |
1146 | 2024-02-22T22:28:58.505Z | Downloaded ucd-trie v0.1.6 |
1147 | 2024-02-22T22:28:58.505Z | Downloaded toml v0.5.11 |
1148 | 2024-02-22T22:28:58.505Z | Downloaded clap v4.5.0 |
1149 | 2024-02-22T22:28:58.505Z | Downloaded form_urlencoded v1.2.1 |
1150 | 2024-02-22T22:28:58.505Z | Downloaded slog-term v2.9.0 |
1151 | 2024-02-22T22:28:58.506Z | Downloaded float-cmp v0.9.0 |
1152 | 2024-02-22T22:28:58.506Z | Downloaded walkdir v2.4.0 |
1153 | 2024-02-22T22:28:58.506Z | Downloaded http-body v0.4.5 |
1154 | 2024-02-22T22:28:58.507Z | Downloaded crypto-bigint v0.5.2 |
1155 | 2024-02-22T22:28:58.507Z | Downloaded uuid v1.7.0 |
1156 | 2024-02-22T22:28:58.507Z | Downloaded serde_with_macros v3.6.1 |
1157 | 2024-02-22T22:28:58.507Z | Downloaded pest_meta v2.7.6 |
1158 | 2024-02-22T22:28:58.507Z | Downloaded getrandom v0.1.16 |
1159 | 2024-02-22T22:28:58.507Z | Downloaded zerocopy-derive v0.7.32 |
1160 | 2024-02-22T22:28:58.508Z | Downloaded synstructure v0.12.6 |
1161 | 2024-02-22T22:28:58.508Z | Downloaded minimal-lexical v0.2.1 |
1162 | 2024-02-22T22:28:58.508Z | Downloaded ecdsa v0.16.9 |
1163 | 2024-02-22T22:28:58.509Z | Downloaded textwrap v0.11.0 |
1164 | 2024-02-22T22:28:58.509Z | Downloaded omicron-zone-package v0.11.0 |
1165 | 2024-02-22T22:28:58.509Z | Downloaded structmeta-derive v0.3.0 |
1166 | 2024-02-22T22:28:58.509Z | Downloaded strsim v0.11.0 |
1167 | 2024-02-22T22:28:58.510Z | Downloaded password-hash v0.4.2 |
1168 | 2024-02-22T22:28:58.510Z | Downloaded arc-swap v1.6.0 |
1169 | 2024-02-22T22:28:58.510Z | Downloaded platforms v3.0.2 |
1170 | 2024-02-22T22:28:58.510Z | Downloaded password-hash v0.5.0 |
1171 | 2024-02-22T22:28:58.510Z | Downloaded miniz_oxide v0.7.1 |
1172 | 2024-02-22T22:28:58.511Z | Downloaded keccak v0.1.4 |
1173 | 2024-02-22T22:28:58.511Z | Downloaded pest_derive v2.7.6 |
1174 | 2024-02-22T22:28:58.511Z | Downloaded either v1.10.0 |
1175 | 2024-02-22T22:28:58.511Z | Downloaded ansi_term v0.12.1 |
1176 | 2024-02-22T22:28:58.512Z | Downloaded rustc_version v0.1.7 |
1177 | 2024-02-22T22:28:58.512Z | Downloaded ed25519 v2.2.2 |
1178 | 2024-02-22T22:28:58.512Z | Downloaded zerocopy v0.3.0 |
1179 | 2024-02-22T22:28:58.513Z | Downloaded structopt-derive v0.4.18 |
1180 | 2024-02-22T22:28:58.513Z | Downloaded pin-project-lite v0.2.13 |
1181 | 2024-02-22T22:28:58.513Z | Downloaded parking_lot_core v0.8.6 |
1182 | 2024-02-22T22:28:58.514Z | Downloaded zeroize v1.7.0 |
1183 | 2024-02-22T22:28:58.514Z | Downloaded generic-array v0.14.7 |
1184 | 2024-02-22T22:28:58.514Z | Downloaded poly1305 v0.8.0 |
1185 | 2024-02-22T22:28:58.514Z | Downloaded console v0.15.8 |
1186 | 2024-02-22T22:28:58.515Z | Downloaded ciborium v0.2.2 |
1187 | 2024-02-22T22:28:58.515Z | Downloaded backoff v0.4.0 |
1188 | 2024-02-22T22:28:58.515Z | Downloaded async-trait v0.1.77 |
1189 | 2024-02-22T22:28:58.516Z | Downloaded arrayvec v0.7.4 |
1190 | 2024-02-22T22:28:58.516Z | Downloaded difflib v0.4.0 |
1191 | 2024-02-22T22:28:58.516Z | Downloaded usdt-macro v0.3.5 |
1192 | 2024-02-22T22:28:58.516Z | Downloaded pkcs8 v0.10.2 |
1193 | 2024-02-22T22:28:58.517Z | Downloaded num-complex v0.4.4 |
1194 | 2024-02-22T22:28:58.517Z | Downloaded allocator-api2 v0.2.16 |
1195 | 2024-02-22T22:28:58.517Z | Downloaded utf8parse v0.2.1 |
1196 | 2024-02-22T22:28:58.517Z | Downloaded thread-id v4.2.0 |
1197 | 2024-02-22T22:28:58.518Z | Downloaded predicates-core v1.0.6 |
1198 | 2024-02-22T22:28:58.518Z | Downloaded bitflags v2.4.0 |
1199 | 2024-02-22T22:28:58.518Z | Downloaded tokio-native-tls v0.3.1 |
1200 | 2024-02-22T22:28:58.518Z | Downloaded addr2line v0.21.0 |
1201 | 2024-02-22T22:28:58.519Z | Downloaded postgres-types v0.2.6 |
1202 | 2024-02-22T22:28:58.519Z | Downloaded base64ct v1.6.0 |
1203 | 2024-02-22T22:28:58.520Z | Downloaded argon2 v0.5.3 |
1204 | 2024-02-22T22:28:58.520Z | Downloaded plain v0.2.3 |
1205 | 2024-02-22T22:28:58.520Z | Downloaded memmap2 v0.7.1 |
1206 | 2024-02-22T22:28:58.520Z | Downloaded pretty-hex v0.2.1 |
1207 | 2024-02-22T22:28:58.521Z | Downloaded ctr v0.9.2 |
1208 | 2024-02-22T22:28:58.521Z | Downloaded subtle v2.5.0 |
1209 | 2024-02-22T22:28:58.521Z | Downloaded strsim v0.8.0 |
1210 | 2024-02-22T22:28:58.521Z | Downloaded pin-utils v0.1.0 |
1211 | 2024-02-22T22:28:58.522Z | Downloaded chacha20 v0.9.1 |
1212 | 2024-02-22T22:28:58.522Z | Downloaded waitgroup v0.1.2 |
1213 | 2024-02-22T22:28:58.522Z | Downloaded parse-display-derive v0.9.0 |
1214 | 2024-02-22T22:28:58.523Z | Downloaded deranged v0.3.8 |
1215 | 2024-02-22T22:28:58.523Z | Downloaded lazy_static v1.4.0 |
1216 | 2024-02-22T22:28:58.523Z | Downloaded bitflags v1.3.2 |
1217 | 2024-02-22T22:28:58.523Z | Downloaded endian-type v0.1.2 |
1218 | 2024-02-22T22:28:58.524Z | Downloaded colored v2.0.4 |
1219 | 2024-02-22T22:28:58.524Z | Downloaded clap_lex v0.7.0 |
1220 | 2024-02-22T22:28:58.524Z | Downloaded lalrpop-util v0.19.12 |
1221 | 2024-02-22T22:28:58.525Z | Downloaded bcrypt-pbkdf v0.10.0 |
1222 | 2024-02-22T22:28:58.525Z | Downloaded try-lock v0.2.4 |
1223 | 2024-02-22T22:28:58.525Z | Downloaded nibble_vec v0.1.0 |
1224 | 2024-02-22T22:28:58.525Z | Downloaded parse-display v0.9.0 |
1225 | 2024-02-22T22:28:58.526Z | Downloaded data-encoding v2.4.0 |
1226 | 2024-02-22T22:28:58.526Z | Downloaded blowfish v0.9.1 |
1227 | 2024-02-22T22:28:58.526Z | Downloaded block-padding v0.3.3 |
1228 | 2024-02-22T22:28:58.526Z | Downloaded num_cpus v1.16.0 |
1229 | 2024-02-22T22:28:58.527Z | Downloaded bit-set v0.5.3 |
1230 | 2024-02-22T22:28:58.527Z | Downloaded base16ct v0.2.0 |
1231 | 2024-02-22T22:28:58.527Z | Downloaded autocfg v1.1.0 |
1232 | 2024-02-22T22:28:58.527Z | Downloaded anstyle v1.0.2 |
1233 | 2024-02-22T22:28:58.527Z | Downloaded darling_macro v0.20.3 |
1234 | 2024-02-22T22:28:58.527Z | Downloaded parking_lot_core v0.9.8 |
1235 | 2024-02-22T22:28:58.528Z | Downloaded owo-colors v4.0.0 |
1236 | 2024-02-22T22:28:58.528Z | Downloaded md-5 v0.10.5 |
1237 | 2024-02-22T22:28:58.528Z | Downloaded der_derive v0.7.2 |
1238 | 2024-02-22T22:28:58.528Z | Downloaded structmeta v0.3.0 |
1239 | 2024-02-22T22:28:58.528Z | Downloaded static_assertions v1.1.0 |
1240 | 2024-02-22T22:28:58.529Z | Downloaded postgres-protocol v0.6.6 |
1241 | 2024-02-22T22:28:59.874Z | Downloaded colorchoice v1.0.0 |
1242 | 2024-02-22T22:28:59.874Z | Downloaded match_cfg v0.1.0 |
1243 | 2024-02-22T22:28:59.875Z | Downloaded convert_case v0.4.0 |
1244 | 2024-02-22T22:28:59.875Z | Downloaded arrayref v0.3.7 |
1245 | 2024-02-22T22:28:59.875Z | Downloaded postcard v1.0.8 |
1246 | 2024-02-22T22:28:59.875Z | Downloaded atomicwrites v0.4.3 |
1247 | 2024-02-22T22:28:59.875Z | Downloaded pkg-config v0.3.27 |
1248 | 2024-02-22T22:28:59.875Z | Downloaded async-stream-impl v0.3.5 |
1249 | 2024-02-22T22:28:59.875Z | Downloaded phf_shared v0.10.0 |
1250 | 2024-02-22T22:28:59.875Z | Downloaded newtype-uuid v1.0.1 |
1251 | 2024-02-22T22:28:59.875Z | Downloaded mime v0.3.17 |
1252 | 2024-02-22T22:28:59.875Z | Downloaded atty v0.2.14 |
1253 | 2024-02-22T22:28:59.876Z | Downloaded openssl-macros v0.1.1 |
1254 | 2024-02-22T22:28:59.876Z | Downloaded cc v1.0.83 |
1255 | 2024-02-22T22:28:59.876Z | Downloaded memoffset v0.9.0 |
1256 | 2024-02-22T22:28:59.876Z | Downloaded constant_time_eq v0.3.0 |
1257 | 2024-02-22T22:28:59.876Z | Downloaded lock_api v0.4.10 |
1258 | 2024-02-22T22:28:59.876Z | Downloaded ciborium-ll v0.2.2 |
1259 | 2024-02-22T22:28:59.876Z | Downloaded cbc v0.1.2 |
1260 | 2024-02-22T22:28:59.876Z | Downloaded ring v0.17.8 |
1261 | 2024-02-22T22:28:59.876Z | Downloaded ring v0.16.20 |
1262 | 2024-02-22T22:28:59.876Z | Compiling proc-macro2 v1.0.78 |
1263 | 2024-02-22T22:28:59.876Z | Compiling unicode-ident v1.0.12 |
1264 | 2024-02-22T22:28:59.876Z | Compiling libc v0.2.153 |
1265 | 2024-02-22T22:28:59.877Z | Compiling serde v1.0.196 |
1266 | 2024-02-22T22:28:59.877Z | Compiling version_check v0.9.4 |
1267 | 2024-02-22T22:28:59.877Z | Compiling autocfg v1.1.0 |
1268 | 2024-02-22T22:28:59.877Z | Compiling cfg-if v1.0.0 |
1269 | 2024-02-22T22:28:59.877Z | Compiling syn v1.0.109 |
1270 | 2024-02-22T22:28:59.877Z | Compiling once_cell v1.19.0 |
1271 | 2024-02-22T22:28:59.877Z | Compiling thiserror v1.0.57 |
1272 | 2024-02-22T22:28:59.877Z | Compiling typenum v1.16.0 |
1273 | 2024-02-22T22:28:59.877Z | Compiling memchr v2.6.3 |
1274 | 2024-02-22T22:28:59.877Z | Compiling lock_api v0.4.10 |
1275 | 2024-02-22T22:28:59.878Z | Compiling generic-array v0.14.7 |
1276 | 2024-02-22T22:28:59.878Z | Compiling byteorder v1.5.0 |
1277 | 2024-02-22T22:28:59.878Z | Compiling parking_lot_core v0.9.8 |
1278 | 2024-02-22T22:29:00.010Z | Compiling libm v0.2.7 |
1279 | 2024-02-22T22:29:00.010Z | Compiling ahash v0.8.7 |
1280 | 2024-02-22T22:29:00.010Z | Compiling num-traits v0.2.16 |
1281 | 2024-02-22T22:29:00.012Z | Compiling serde_json v1.0.114 |
1282 | 2024-02-22T22:29:00.012Z | Compiling itoa v1.0.9 |
1283 | 2024-02-22T22:29:00.012Z | Compiling slab v0.4.9 |
1284 | 2024-02-22T22:29:00.012Z | Compiling log v0.4.20 |
1285 | 2024-02-22T22:29:00.152Z | Compiling scopeguard v1.2.0 |
1286 | 2024-02-22T22:29:00.615Z | Compiling quote v1.0.35 |
1287 | 2024-02-22T22:29:00.644Z | Compiling allocator-api2 v0.2.16 |
1288 | 2024-02-22T22:29:00.644Z | Compiling syn v2.0.48 |
1289 | 2024-02-22T22:29:00.819Z | Compiling getrandom v0.2.10 |
1290 | 2024-02-22T22:29:00.955Z | Compiling cc v1.0.83 |
1291 | 2024-02-22T22:29:01.088Z | Compiling rand_core v0.6.4 |
1292 | 2024-02-22T22:29:01.162Z | Compiling ryu v1.0.15 |
1293 | 2024-02-22T22:29:01.509Z | Compiling pkg-config v0.3.27 |
1294 | 2024-02-22T22:29:01.997Z | Compiling heck v0.4.1 |
1295 | 2024-02-22T22:29:01.997Z | Compiling schemars v0.8.16 |
1296 | 2024-02-22T22:29:01.997Z | Compiling equivalent v1.0.1 |
1297 | 2024-02-22T22:29:02.065Z | Compiling subtle v2.5.0 |
1298 | 2024-02-22T22:29:02.534Z | Compiling smallvec v1.13.1 |
1299 | 2024-02-22T22:29:02.708Z | Compiling vcpkg v0.2.15 |
1300 | 2024-02-22T22:29:02.966Z | Compiling pin-project-lite v0.2.13 |
1301 | 2024-02-22T22:29:03.388Z | Compiling httparse v1.8.0 |
1302 | 2024-02-22T22:29:04.059Z | Compiling parking_lot v0.12.1 |
1303 | 2024-02-22T22:29:04.116Z | Compiling ucd-trie v0.1.6 |
1304 | 2024-02-22T22:29:04.116Z | Compiling ring v0.17.8 |
1305 | 2024-02-22T22:29:05.121Z | Compiling ring v0.16.20 |
1306 | 2024-02-22T22:29:05.156Z | Compiling openssl-sys v0.9.96 |
1307 | 2024-02-22T22:29:05.261Z | Compiling signal-hook-registry v1.4.1 |
1308 | 2024-02-22T22:29:05.322Z | Compiling fnv v1.0.7 |
1309 | 2024-02-22T22:29:05.398Z | Compiling mio v0.8.9 |
1310 | 2024-02-22T22:29:05.646Z | Compiling iana-time-zone v0.1.57 |
1311 | 2024-02-22T22:29:05.833Z | Compiling const-oid v0.9.5 |
1312 | 2024-02-22T22:29:06.133Z | Compiling semver v1.0.22 |
1313 | 2024-02-22T22:29:06.520Z | Compiling openssl v0.10.60 |
1314 | 2024-02-22T22:29:06.639Z | Compiling rustix v0.38.31 |
1315 | 2024-02-22T22:29:06.770Z | Compiling num_cpus v1.16.0 |
1316 | 2024-02-22T22:29:07.009Z | Compiling socket2 v0.5.5 |
1317 | 2024-02-22T22:29:07.010Z | Compiling native-tls v0.2.11 |
1318 | 2024-02-22T22:29:07.441Z | Compiling rustls v0.21.9 |
1319 | 2024-02-22T22:29:07.589Z | Compiling dyn-clone v1.0.16 |
1320 | 2024-02-22T22:29:07.590Z | Compiling futures-core v0.3.30 |
1321 | 2024-02-22T22:29:07.780Z | Compiling aho-corasick v1.0.4 |
1322 | 2024-02-22T22:29:07.781Z | Compiling slog v2.7.0 |
1323 | 2024-02-22T22:29:07.825Z | Compiling regex-syntax v0.8.2 |
1324 | 2024-02-22T22:29:08.773Z | Compiling serde_derive_internals v0.26.0 |
1325 | 2024-02-22T22:29:08.808Z | Compiling crossbeam-utils v0.8.16 |
1326 | 2024-02-22T22:29:08.809Z | Compiling async-trait v0.1.77 |
1327 | 2024-02-22T22:29:08.809Z | Compiling spin v0.5.2 |
1328 | 2024-02-22T22:29:09.263Z | Compiling futures-sink v0.3.30 |
1329 | 2024-02-22T22:29:09.431Z | Compiling backtrace v0.3.69 |
1330 | 2024-02-22T22:29:09.938Z | Compiling tinyvec_macros v0.1.1 |
1331 | 2024-02-22T22:29:10.028Z | Compiling tinyvec v1.6.0 |
1332 | 2024-02-22T22:29:10.208Z | Compiling futures-channel v0.3.30 |
1333 | 2024-02-22T22:29:10.715Z | Compiling pin-utils v0.1.0 |
1334 | 2024-02-22T22:29:11.330Z | Compiling futures-io v0.3.30 |
1335 | 2024-02-22T22:29:11.463Z | Compiling cpufeatures v0.2.12 |
1336 | 2024-02-22T22:29:11.463Z | Compiling futures-task v0.3.30 |
1337 | 2024-02-22T22:29:11.535Z | Compiling regex-automata v0.4.4 |
1338 | 2024-02-22T22:29:11.869Z | Compiling unicode-normalization v0.1.22 |
1339 | 2024-02-22T22:29:12.306Z | Compiling spin v0.9.8 |
1340 | 2024-02-22T22:29:12.656Z | Compiling memoffset v0.9.0 |
1341 | 2024-02-22T22:29:12.656Z | Compiling tracing-core v0.1.31 |
1342 | 2024-02-22T22:29:12.656Z | Compiling anyhow v1.0.75 |
1343 | 2024-02-22T22:29:12.656Z | Compiling unicode-width v0.1.11 |
1344 | 2024-02-22T22:29:12.796Z | Compiling unicode-bidi v0.3.13 |
1345 | 2024-02-22T22:29:14.213Z | Compiling winnow v0.5.15 |
1346 | 2024-02-22T22:29:14.423Z | Compiling crc32fast v1.3.2 |
1347 | 2024-02-22T22:29:14.661Z | Compiling crossbeam-epoch v0.9.15 |
1348 | 2024-02-22T22:29:15.223Z | Compiling time-core v0.1.1 |
1349 | 2024-02-22T22:29:15.738Z | Compiling time-macros v0.2.13 |
1350 | 2024-02-22T22:29:16.298Z | Compiling serde_derive v1.0.196 |
1351 | 2024-02-22T22:29:16.299Z | Compiling zeroize_derive v1.4.2 |
1352 | 2024-02-22T22:29:17.099Z | Compiling zerocopy-derive v0.7.32 |
1353 | 2024-02-22T22:29:17.284Z | Compiling thiserror-impl v1.0.57 |
1354 | 2024-02-22T22:29:17.501Z | Compiling tokio-macros v2.2.0 |
1355 | 2024-02-22T22:29:17.704Z | Compiling zeroize v1.7.0 |
1356 | 2024-02-22T22:29:17.999Z | Compiling futures-macro v0.3.30 |
1357 | 2024-02-22T22:29:19.243Z | Compiling zerocopy v0.7.32 |
1358 | 2024-02-22T22:29:20.085Z | Compiling tracing-attributes v0.1.26 |
1359 | 2024-02-22T22:29:20.896Z | Compiling crypto-common v0.1.6 |
1360 | 2024-02-22T22:29:20.896Z | Compiling schemars_derive v0.8.16 |
1361 | 2024-02-22T22:29:20.896Z | Compiling pest v2.7.6 |
1362 | 2024-02-22T22:29:20.896Z | Compiling openssl-macros v0.1.1 |
1363 | 2024-02-22T22:29:21.409Z | Compiling hashbrown v0.14.3 |
1364 | 2024-02-22T22:29:21.684Z | Compiling block-buffer v0.10.4 |
1365 | 2024-02-22T22:29:22.196Z | Compiling digest v0.10.7 |
1366 | 2024-02-22T22:29:22.417Z | Compiling regex v1.10.3 |
1367 | 2024-02-22T22:29:23.070Z | Compiling futures-util v0.3.30 |
1368 | 2024-02-22T22:29:23.213Z | Compiling pest_meta v2.7.6 |
1369 | 2024-02-22T22:29:24.295Z | Compiling tracing v0.1.37 |
1370 | 2024-02-22T22:29:24.817Z | Compiling pest_generator v2.7.6 |
1371 | 2024-02-22T22:29:25.047Z | Compiling der_derive v0.7.2 |
1372 | 2024-02-22T22:29:27.429Z | Compiling untrusted v0.9.0 |
1373 | 2024-02-22T22:29:27.629Z | Compiling untrusted v0.7.1 |
1374 | 2024-02-22T22:29:27.883Z | Compiling percent-encoding v2.3.1 |
1375 | 2024-02-22T22:29:28.022Z | Compiling foreign-types-shared v0.1.1 |
1376 | 2024-02-22T22:29:28.259Z | Compiling foreign-types v0.3.2 |
1377 | 2024-02-22T22:29:28.687Z | Compiling pest_derive v2.7.6 |
1378 | 2024-02-22T22:29:29.649Z | Compiling bytes v1.5.0 |
1379 | 2024-02-22T22:29:30.068Z | Compiling indexmap v2.2.3 |
1380 | 2024-02-22T22:29:30.188Z | Compiling uuid v1.7.0 |
1381 | 2024-02-22T22:29:30.847Z | Compiling chrono v0.4.31 |
1382 | 2024-02-22T22:29:32.005Z | Compiling http v0.2.11 |
1383 | 2024-02-22T22:29:32.021Z | Compiling tokio v1.36.0 |
1384 | 2024-02-22T22:29:32.146Z | Compiling bitflags v2.4.0 |
1385 | 2024-02-22T22:29:32.863Z | Compiling toml_datetime v0.6.5 |
1386 | 2024-02-22T22:29:32.906Z | Compiling serde_spanned v0.6.5 |
1387 | 2024-02-22T22:29:33.500Z | Compiling toml_edit v0.19.15 |
1388 | 2024-02-22T22:29:33.501Z | Compiling rustc_version v0.4.0 |
1389 | 2024-02-22T22:29:34.198Z | Compiling openapiv3 v2.0.0 |
1390 | 2024-02-22T22:29:35.883Z | Compiling serde_tokenstream v0.2.0 |
1391 | 2024-02-22T22:29:36.553Z | Compiling errno v0.3.8 |
1392 | 2024-02-22T22:29:36.679Z | Compiling base64 v0.21.7 |
1393 | 2024-02-22T22:29:37.194Z | Compiling try-lock v0.2.4 |
1394 | 2024-02-22T22:29:37.231Z | Compiling unicode-xid v0.2.4 |
1395 | 2024-02-22T22:29:37.231Z | Compiling ppv-lite86 v0.2.17 |
1396 | 2024-02-22T22:29:37.307Z | Compiling synstructure v0.12.6 |
1397 | 2024-02-22T22:29:37.507Z | Compiling want v0.3.1 |
1398 | 2024-02-22T22:29:38.428Z | Compiling http-body v0.4.5 |
1399 | 2024-02-22T22:29:39.479Z | Compiling rustls-webpki v0.101.7 |
1400 | 2024-02-22T22:29:39.766Z | Compiling sct v0.7.0 |
1401 | 2024-02-22T22:29:39.767Z | Compiling form_urlencoded v1.2.1 |
1402 | 2024-02-22T22:29:39.869Z | Compiling scroll_derive v0.12.0 |
1403 | 2024-02-22T22:29:40.582Z | Compiling tokio-util v0.7.10 |
1404 | 2024-02-22T22:29:40.822Z | Compiling socket2 v0.4.9 |
1405 | 2024-02-22T22:29:41.317Z | Compiling openssl-probe v0.1.5 |
1406 | 2024-02-22T22:29:41.576Z | Compiling tower-service v0.3.2 |
1407 | 2024-02-22T22:29:41.777Z | Compiling httpdate v1.0.3 |
1408 | 2024-02-22T22:29:42.951Z | Compiling h2 v0.3.24 |
1409 | 2024-02-22T22:29:43.684Z | Compiling zerocopy-derive v0.2.0 |
1410 | 2024-02-22T22:29:43.949Z | Compiling idna v0.5.0 |
1411 | 2024-02-22T22:29:45.619Z | Compiling lazy_static v1.4.0 |
1412 | 2024-02-22T22:29:45.857Z | Compiling thread-id v4.2.0 |
1413 | 2024-02-22T22:29:46.538Z | Compiling adler v1.0.2 |
1414 | 2024-02-22T22:29:46.769Z | Compiling miniz_oxide v0.7.1 |
1415 | 2024-02-22T22:29:47.775Z | Compiling tokio-rustls v0.24.1 |
1416 | 2024-02-22T22:29:47.899Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-02-22T22:29:48.025Z | Compiling url v2.5.0 |
1418 | 2024-02-22T22:29:48.266Z | Compiling rand_chacha v0.3.1 |
1419 | 2024-02-22T22:29:48.555Z | Compiling rustversion v1.0.14 |
1420 | 2024-02-22T22:29:48.850Z | Compiling ipnet v2.9.0 |
1421 | 2024-02-22T22:29:48.982Z | Compiling rand v0.8.5 |
1422 | 2024-02-22T22:29:49.216Z | Compiling hyper v0.14.27 |
1423 | 2024-02-22T22:29:50.041Z | Compiling serde_urlencoded v0.7.1 |
1424 | 2024-02-22T22:29:50.158Z | Compiling rustls-pemfile v1.0.3 |
1425 | 2024-02-22T22:29:50.814Z | Compiling usdt-impl v0.3.5 |
1426 | 2024-02-22T22:29:50.956Z | Compiling encoding_rs v0.8.33 |
1427 | 2024-02-22T22:29:50.956Z | Compiling either v1.10.0 |
1428 | 2024-02-22T22:29:50.956Z | Compiling webpki-roots v0.25.2 |
1429 | 2024-02-22T22:29:50.957Z | Compiling gimli v0.28.0 |
1430 | 2024-02-22T22:29:50.957Z | Compiling mime v0.3.17 |
1431 | 2024-02-22T22:29:52.023Z | Compiling regress v0.8.0 |
1432 | 2024-02-22T22:29:52.147Z | Compiling object v0.32.1 |
1433 | 2024-02-22T22:29:52.712Z | Compiling num-bigint v0.4.4 |
1434 | 2024-02-22T22:29:53.214Z | Compiling usdt-impl v0.5.0 |
1435 | 2024-02-22T22:29:53.575Z | Compiling rustc-demangle v0.1.23 |
1436 | 2024-02-22T22:29:54.551Z | Compiling flate2 v1.0.28 |
1437 | 2024-02-22T22:29:54.786Z | Compiling zerocopy v0.3.0 |
1438 | 2024-02-22T22:29:55.185Z | Compiling addr2line v0.21.0 |
1439 | 2024-02-22T22:29:55.554Z | Compiling scroll v0.12.0 |
1440 | 2024-02-22T22:29:55.641Z | Compiling heapless v0.7.16 |
1441 | 2024-02-22T22:29:55.859Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1442 | 2024-02-22T22:29:55.974Z | Compiling futures-executor v0.3.30 |
1443 | 2024-02-22T22:29:56.166Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1444 | 2024-02-22T22:29:56.330Z | Compiling plain v0.2.3 |
1445 | 2024-02-22T22:29:56.429Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-02-22T22:29:56.541Z | Compiling hyper-tls v0.5.0 |
1447 | 2024-02-22T22:29:57.001Z | Compiling winnow v0.6.1 |
1448 | 2024-02-22T22:29:57.002Z | Compiling reqwest v0.11.22 |
1449 | 2024-02-22T22:29:57.455Z | Compiling signal-hook v0.3.17 |
1450 | 2024-02-22T22:29:57.521Z | Compiling base64ct v1.6.0 |
1451 | 2024-02-22T22:29:58.578Z | Compiling goblin v0.8.0 |
1452 | 2024-02-22T22:29:59.880Z | Compiling futures v0.3.30 |
1453 | 2024-02-22T22:30:00.040Z | Compiling dof v0.1.5 |
1454 | 2024-02-22T22:30:00.731Z | Compiling toml_edit v0.22.6 |
1455 | 2024-02-22T22:30:01.002Z | Compiling toml v0.7.8 |
1456 | 2024-02-22T22:30:02.335Z | Compiling hex v0.4.3 |
1457 | 2024-02-22T22:30:02.574Z | Compiling dtrace-parser v0.1.14 |
1458 | 2024-02-22T22:30:02.724Z | Compiling pretty-hex v0.4.1 |
1459 | 2024-02-22T22:30:03.094Z | Compiling strum_macros v0.25.2 |
1460 | 2024-02-22T22:30:04.698Z | Compiling dof v0.3.0 |
1461 | 2024-02-22T22:30:05.304Z | Compiling serde_tokenstream v0.1.7 |
1462 | 2024-02-22T22:30:05.750Z | Compiling dtrace-parser v0.2.0 |
1463 | 2024-02-22T22:30:07.102Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1464 | 2024-02-22T22:30:07.628Z | Compiling smoltcp v0.9.1 |
1465 | 2024-02-22T22:30:07.945Z | Compiling hmac v0.12.1 |
1466 | 2024-02-22T22:30:08.166Z | Compiling pem-rfc7468 v0.7.0 |
1467 | 2024-02-22T22:30:08.442Z | Compiling enum-as-inner v0.5.1 |
1468 | 2024-02-22T22:30:08.488Z | Compiling num-iter v0.1.43 |
1469 | 2024-02-22T22:30:08.736Z | Compiling flagset v0.4.3 |
1470 | 2024-02-22T22:30:09.148Z | Compiling siphasher v0.3.11 |
1471 | 2024-02-22T22:30:09.714Z | Compiling unicode-segmentation v1.10.1 |
1472 | 2024-02-22T22:30:09.715Z | Compiling der v0.7.8 |
1473 | 2024-02-22T22:30:09.715Z | Compiling usdt-attr-macro v0.3.5 |
1474 | 2024-02-22T22:30:09.715Z | Compiling usdt-macro v0.3.5 |
1475 | 2024-02-22T22:30:10.199Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-02-22T22:30:10.296Z | Compiling zerocopy-derive v0.6.4 |
1477 | 2024-02-22T22:30:11.526Z | Compiling num_threads v0.1.6 |
1478 | 2024-02-22T22:30:11.549Z | Compiling deranged v0.3.8 |
1479 | 2024-02-22T22:30:11.549Z | Compiling utf8parse v0.2.1 |
1480 | 2024-02-22T22:30:12.007Z | Compiling anstyle v1.0.2 |
1481 | 2024-02-22T22:30:12.722Z | Compiling sha2 v0.10.8 |
1482 | 2024-02-22T22:30:12.935Z | Compiling time v0.3.27 |
1483 | 2024-02-22T22:30:12.981Z | Compiling anstyle-parse v0.2.1 |
1484 | 2024-02-22T22:30:13.079Z | Compiling spki v0.7.2 |
1485 | 2024-02-22T22:30:14.735Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1486 | 2024-02-22T22:30:15.003Z | Compiling md-5 v0.10.5 |
1487 | 2024-02-22T22:30:15.070Z | Compiling block-padding v0.3.3 |
1488 | 2024-02-22T22:30:15.258Z | Compiling clap_derive v4.5.0 |
1489 | 2024-02-22T22:30:15.335Z | Compiling stringprep v0.1.3 |
1490 | 2024-02-22T22:30:16.403Z | Compiling getopts v0.2.21 |
1491 | 2024-02-22T22:30:16.973Z | Compiling diesel_table_macro_syntax v0.1.0 |
1492 | 2024-02-22T22:30:17.453Z | Compiling num-integer v0.1.46 |
1493 | 2024-02-22T22:30:18.526Z | Compiling hash32 v0.2.1 |
1494 | 2024-02-22T22:30:19.867Z | Compiling colorchoice v1.0.0 |
1495 | 2024-02-22T22:30:20.029Z | Compiling fallible-iterator v0.2.0 |
1496 | 2024-02-22T22:30:20.247Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1497 | 2024-02-22T22:30:20.636Z | Compiling anstyle-query v1.0.0 |
1498 | 2024-02-22T22:30:20.658Z | Compiling stable_deref_trait v1.2.0 |
1499 | 2024-02-22T22:30:20.700Z | Compiling postgres-protocol v0.6.6 |
1500 | 2024-02-22T22:30:20.764Z | Compiling anstream v0.6.11 |
1501 | 2024-02-22T22:30:22.047Z | Compiling diesel_derives v2.1.2 |
1502 | 2024-02-22T22:30:22.095Z | Compiling inout v0.1.3 |
1503 | 2024-02-22T22:30:24.691Z | Compiling pkcs8 v0.10.2 |
1504 | 2024-02-22T22:30:25.263Z | Compiling phf_shared v0.11.2 |
1505 | 2024-02-22T22:30:26.038Z | Compiling ff v0.13.0 |
1506 | 2024-02-22T22:30:26.185Z | Compiling terminal_size v0.3.0 |
1507 | 2024-02-22T22:30:26.364Z | Compiling serde_repr v0.1.16 |
1508 | 2024-02-22T22:30:26.565Z | Compiling scheduled-thread-pool v0.2.7 |
1509 | 2024-02-22T22:30:27.076Z | Compiling base16ct v0.2.0 |
1510 | 2024-02-22T22:30:27.367Z | Compiling bit-vec v0.6.3 |
1511 | 2024-02-22T22:30:27.539Z | Compiling unsafe-libyaml v0.2.10 |
1512 | 2024-02-22T22:30:27.757Z | Compiling regex-automata v0.1.10 |
1513 | 2024-02-22T22:30:27.939Z | Compiling bitflags v1.3.2 |
1514 | 2024-02-22T22:30:28.102Z | Compiling managed v0.8.0 |
1515 | 2024-02-22T22:30:28.202Z | Compiling clap_lex v0.7.0 |
1516 | 2024-02-22T22:30:28.745Z | Compiling matches v0.1.10 |
1517 | 2024-02-22T22:30:29.343Z | Compiling strsim v0.11.0 |
1518 | 2024-02-22T22:30:29.343Z | Compiling idna v0.2.3 |
1519 | 2024-02-22T22:30:29.526Z | Compiling clap_builder v4.5.0 |
1520 | 2024-02-22T22:30:30.531Z | Compiling serde_yaml v0.9.25 |
1521 | 2024-02-22T22:30:30.647Z | Compiling bstr v0.2.17 |
1522 | 2024-02-22T22:30:32.005Z | Compiling sec1 v0.7.3 |
1523 | 2024-02-22T22:30:32.566Z | Compiling r2d2 v0.8.10 |
1524 | 2024-02-22T22:30:32.997Z | Compiling group v0.13.0 |
1525 | 2024-02-22T22:30:33.156Z | Compiling phf v0.11.2 |
1526 | 2024-02-22T22:30:33.415Z | Compiling signal-hook-mio v0.2.3 |
1527 | 2024-02-22T22:30:33.623Z | Compiling bzip2 v0.4.4 |
1528 | 2024-02-22T22:30:33.968Z | Compiling cipher v0.4.4 |
1529 | 2024-02-22T22:30:34.014Z | Compiling postgres-types v0.2.6 |
1530 | 2024-02-22T22:30:34.463Z | Compiling zerocopy v0.6.4 |
1531 | 2024-02-22T22:30:34.513Z | Compiling hubpack v0.1.2 |
1532 | 2024-02-22T22:30:35.013Z | Compiling phf_shared v0.10.0 |
1533 | 2024-02-22T22:30:35.389Z | Compiling hkdf v0.12.4 |
1534 | 2024-02-22T22:30:35.441Z | Compiling crypto-bigint v0.5.2 |
1535 | 2024-02-22T22:30:35.441Z | Compiling ipnetwork v0.20.0 |
1536 | 2024-02-22T22:30:35.643Z | Compiling float-cmp v0.9.0 |
1537 | 2024-02-22T22:30:36.571Z | Compiling precomputed-hash v0.1.1 |
1538 | 2024-02-22T22:30:38.913Z | Compiling new_debug_unreachable v1.0.4 |
1539 | 2024-02-22T22:30:39.015Z | Compiling whoami v1.4.1 |
1540 | 2024-02-22T22:30:39.252Z | Compiling minimal-lexical v0.2.1 |
1541 | 2024-02-22T22:30:39.427Z | Compiling fixedbitset v0.4.2 |
1542 | 2024-02-22T22:30:39.599Z | Compiling normalize-line-endings v0.3.0 |
1543 | 2024-02-22T22:30:39.778Z | Compiling data-encoding v2.4.0 |
1544 | 2024-02-22T22:30:40.266Z | Compiling static_assertions v1.1.0 |
1545 | 2024-02-22T22:30:40.266Z | Compiling regex-automata v0.3.8 |
1546 | 2024-02-22T22:30:40.266Z | Compiling predicates-core v1.0.6 |
1547 | 2024-02-22T22:30:40.267Z | Compiling difflib v0.4.0 |
1548 | 2024-02-22T22:30:41.728Z | Compiling bstr v1.6.0 |
1549 | 2024-02-22T22:30:42.056Z | Compiling predicates v3.1.0 |
1550 | 2024-02-22T22:30:42.256Z | Compiling trust-dns-proto v0.22.0 |
1551 | 2024-02-22T22:30:42.310Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1552 | 2024-02-22T22:30:42.674Z | Compiling petgraph v0.6.4 |
1553 | 2024-02-22T22:30:43.688Z | Compiling nom v7.1.3 |
1554 | 2024-02-22T22:30:43.855Z | Compiling tokio-postgres v0.7.10 |
1555 | 2024-02-22T22:30:43.856Z | Compiling string_cache v0.8.7 |
1556 | 2024-02-22T22:30:43.856Z | Compiling diesel v2.1.4 |
1557 | 2024-02-22T22:30:44.567Z | Compiling elliptic-curve v0.13.8 |
1558 | 2024-02-22T22:30:44.709Z | Compiling yasna v0.5.2 |
1559 | 2024-02-22T22:30:45.185Z | Compiling zip v0.6.6 |
1560 | 2024-02-22T22:30:46.741Z | Compiling crossterm v0.27.0 |
1561 | 2024-02-22T22:30:47.445Z | Compiling clap v4.5.0 |
1562 | 2024-02-22T22:30:47.446Z | Compiling similar v2.3.0 |
1563 | 2024-02-22T22:30:47.446Z | Compiling bit-set v0.5.3 |
1564 | 2024-02-22T22:30:47.446Z | Compiling usdt v0.3.5 |
1565 | 2024-02-22T22:30:47.723Z | Compiling strum v0.25.0 |
1566 | 2024-02-22T22:30:47.933Z | Compiling itertools v0.10.5 |
1567 | 2024-02-22T22:30:48.914Z | Compiling console v0.15.8 |
1568 | 2024-02-22T22:30:48.914Z | Compiling tokio-stream v0.1.14 |
1569 | 2024-02-22T22:30:49.830Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-02-22T22:30:50.358Z | Compiling camino v1.1.6 |
1571 | 2024-02-22T22:30:52.127Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1572 | 2024-02-22T22:31:01.143Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1573 | 2024-02-22T22:31:27.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1574 | 2024-02-22T22:31:28.303Z | Compiling sha1 v0.10.6 |
1575 | 2024-02-22T22:31:28.705Z | Compiling atty v0.2.14 |
1576 | 2024-02-22T22:31:29.056Z | Compiling match_cfg v0.1.0 |
1577 | 2024-02-22T22:31:29.056Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1578 | 2024-02-22T22:31:29.446Z | Compiling hostname v0.3.1 |
1579 | 2024-02-22T22:31:29.446Z | Compiling dirs-sys-next v0.1.2 |
1580 | 2024-02-22T22:31:29.809Z | Compiling strsim v0.10.0 |
1581 | 2024-02-22T22:31:29.809Z | Compiling ident_case v1.0.1 |
1582 | 2024-02-22T22:31:29.809Z | Compiling rustls-pki-types v1.3.0 |
1583 | 2024-02-22T22:31:29.810Z | Compiling darling_core v0.20.3 |
1584 | 2024-02-22T22:31:30.399Z | Compiling dirs-next v2.0.0 |
1585 | 2024-02-22T22:31:30.553Z | Compiling thread_local v1.1.7 |
1586 | 2024-02-22T22:31:30.554Z | Compiling rustls v0.22.2 |
1587 | 2024-02-22T22:31:30.554Z | Compiling slog-async v2.8.0 |
1588 | 2024-02-22T22:31:30.679Z | Compiling rustls-webpki v0.102.1 |
1589 | 2024-02-22T22:31:30.921Z | Compiling term v0.7.0 |
1590 | 2024-02-22T22:31:31.692Z | Compiling crossbeam-channel v0.5.8 |
1591 | 2024-02-22T22:31:31.890Z | Compiling multer v3.0.0 |
1592 | 2024-02-22T22:31:32.112Z | Compiling instant v0.1.12 |
1593 | 2024-02-22T22:31:32.113Z | Compiling paste v1.0.14 |
1594 | 2024-02-22T22:31:32.384Z | Compiling take_mut v0.2.2 |
1595 | 2024-02-22T22:31:32.385Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1596 | 2024-02-22T22:31:32.907Z | Compiling slog-term v2.9.0 |
1597 | 2024-02-22T22:31:33.141Z | Compiling slog-json v2.6.1 |
1598 | 2024-02-22T22:31:33.141Z | Compiling http v1.0.0 |
1599 | 2024-02-22T22:31:33.312Z | Compiling async-stream-impl v0.3.5 |
1600 | 2024-02-22T22:31:33.985Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1601 | 2024-02-22T22:31:34.334Z | Compiling atomic-waker v1.1.1 |
1602 | 2024-02-22T22:31:34.334Z | Compiling debug-ignore v1.0.5 |
1603 | 2024-02-22T22:31:34.335Z | Compiling waitgroup v0.1.2 |
1604 | 2024-02-22T22:31:34.676Z | Compiling slog-bunyan v2.5.0 |
1605 | 2024-02-22T22:31:34.676Z | Compiling rustls-pemfile v2.1.0 |
1606 | 2024-02-22T22:31:35.027Z | Compiling async-stream v0.3.5 |
1607 | 2024-02-22T22:31:35.171Z | Compiling toml v0.8.10 |
1608 | 2024-02-22T22:31:35.586Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1609 | 2024-02-22T22:31:35.795Z | Compiling serde_path_to_error v0.1.15 |
1610 | 2024-02-22T22:31:36.128Z | Compiling darling_macro v0.20.3 |
1611 | 2024-02-22T22:31:36.357Z | Compiling structmeta-derive v0.3.0 |
1612 | 2024-02-22T22:31:36.758Z | Compiling strum_macros v0.26.1 |
1613 | 2024-02-22T22:31:37.245Z | Compiling newtype-uuid v1.0.1 |
1614 | 2024-02-22T22:31:37.245Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1615 | 2024-02-22T22:31:37.466Z | Compiling darling v0.20.3 |
1616 | 2024-02-22T22:31:37.466Z | Compiling tokio-rustls v0.25.0 |
1617 | 2024-02-22T22:31:37.466Z | Compiling serde_with_macros v3.6.1 |
1618 | 2024-02-22T22:31:37.706Z | Compiling backoff v0.4.0 |
1619 | 2024-02-22T22:31:38.131Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1620 | 2024-02-22T22:31:38.521Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1621 | 2024-02-22T22:31:38.737Z | Compiling macaddr v1.0.1 |
1622 | 2024-02-22T22:31:38.991Z | Compiling proc-macro-error-attr v1.0.4 |
1623 | 2024-02-22T22:31:38.991Z | Compiling proc-macro-crate v1.3.1 |
1624 | 2024-02-22T22:31:39.676Z | Compiling proc-macro-error v1.0.4 |
1625 | 2024-02-22T22:31:39.676Z | Compiling structmeta v0.3.0 |
1626 | 2024-02-22T22:31:39.676Z | Compiling heapless v0.8.0 |
1627 | 2024-02-22T22:31:39.889Z | Compiling parse-display-derive v0.9.0 |
1628 | 2024-02-22T22:31:41.347Z | Compiling num_enum_derive v0.5.11 |
1629 | 2024-02-22T22:31:41.347Z | Compiling serde_with v3.6.1 |
1630 | 2024-02-22T22:31:41.692Z | Compiling hash32 v0.3.1 |
1631 | 2024-02-22T22:31:42.302Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1632 | 2024-02-22T22:31:42.347Z | Compiling rayon-core v1.12.0 |
1633 | 2024-02-22T22:31:42.347Z | Compiling strum v0.26.1 |
1634 | 2024-02-22T22:31:42.553Z | Compiling smoltcp v0.11.0 |
1635 | 2024-02-22T22:31:43.084Z | Compiling num_enum v0.5.11 |
1636 | 2024-02-22T22:31:43.411Z | Compiling crossbeam-deque v0.8.3 |
1637 | 2024-02-22T22:31:43.790Z | Compiling fastrand v2.0.1 |
1638 | 2024-02-22T22:31:43.999Z | Compiling embedded-io v0.4.0 |
1639 | 2024-02-22T22:31:43.999Z | Compiling cobs v0.2.3 |
1640 | 2024-02-22T22:31:44.117Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1641 | 2024-02-22T22:31:44.813Z | Compiling same-file v1.0.6 |
1642 | 2024-02-22T22:31:44.908Z | Compiling postcard v1.0.8 |
1643 | 2024-02-22T22:31:44.908Z | Compiling tempfile v3.10.0 |
1644 | 2024-02-22T22:31:44.908Z | Compiling walkdir v2.4.0 |
1645 | 2024-02-22T22:31:45.050Z | Compiling parse-display v0.9.0 |
1646 | 2024-02-22T22:31:45.235Z | Compiling semver-parser v0.10.2 |
1647 | 2024-02-22T22:31:45.340Z | Compiling foreign-types-macros v0.2.3 |
1648 | 2024-02-22T22:31:45.340Z | Compiling blake3 v1.5.0 |
1649 | 2024-02-22T22:31:45.690Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1650 | 2024-02-22T22:31:46.028Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1651 | 2024-02-22T22:31:46.588Z | Compiling foreign-types-shared v0.3.1 |
1652 | 2024-02-22T22:31:46.588Z | Compiling crucible-workspace-hack v0.1.0 |
1653 | 2024-02-22T22:31:46.713Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1654 | 2024-02-22T22:31:46.713Z | Compiling semver v0.11.0 |
1655 | 2024-02-22T22:31:46.714Z | Compiling rayon v1.8.0 |
1656 | 2024-02-22T22:31:46.714Z | Compiling foreign-types v0.5.0 |
1657 | 2024-02-22T22:31:47.198Z | Compiling is-terminal v0.4.9 |
1658 | 2024-02-22T22:31:47.385Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1659 | 2024-02-22T22:31:47.385Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1660 | 2024-02-22T22:31:47.529Z | Compiling cstr-argument v0.1.2 |
1661 | 2024-02-22T22:31:47.760Z | Compiling memmap2 v0.7.1 |
1662 | 2024-02-22T22:31:48.009Z | Compiling xattr v1.0.1 |
1663 | 2024-02-22T22:31:48.010Z | Compiling filetime v0.2.23 |
1664 | 2024-02-22T22:31:48.245Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1665 | 2024-02-22T22:31:48.245Z | Compiling home v0.5.5 |
1666 | 2024-02-22T22:31:48.245Z | Compiling arrayref v0.3.7 |
1667 | 2024-02-22T22:31:48.579Z | Compiling pretty-hex v0.2.1 |
1668 | 2024-02-22T22:31:48.579Z | Compiling arrayvec v0.7.4 |
1669 | 2024-02-22T22:31:48.579Z | Compiling constant_time_eq v0.3.0 |
1670 | 2024-02-22T22:31:48.580Z | Compiling toolchain_find v0.2.0 |
1671 | 2024-02-22T22:31:48.580Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1672 | 2024-02-22T22:31:49.229Z | Compiling tar v0.4.40 |
1673 | 2024-02-22T22:31:49.229Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1674 | 2024-02-22T22:31:49.229Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1675 | 2024-02-22T22:31:49.229Z | Compiling camino-tempfile v1.1.1 |
1676 | 2024-02-22T22:31:49.452Z | Compiling colored v2.0.4 |
1677 | 2024-02-22T22:31:49.452Z | Compiling toml v0.5.11 |
1678 | 2024-02-22T22:31:49.634Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1679 | 2024-02-22T22:31:49.861Z | Compiling platforms v3.0.2 |
1680 | 2024-02-22T22:31:50.106Z | Compiling topological-sort v0.2.2 |
1681 | 2024-02-22T22:31:50.570Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1682 | 2024-02-22T22:31:50.827Z | Compiling zone_cfg_derive v0.3.0 |
1683 | 2024-02-22T22:31:51.142Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1684 | 2024-02-22T22:31:51.374Z | Compiling rustfmt-wrapper v0.2.0 |
1685 | 2024-02-22T22:31:51.478Z | Compiling textwrap v0.11.0 |
1686 | 2024-02-22T22:31:51.994Z | Compiling omicron-zone-package v0.11.0 |
1687 | 2024-02-22T22:31:52.539Z | Compiling heck v0.3.3 |
1688 | 2024-02-22T22:31:52.539Z | Compiling num-derive v0.4.0 |
1689 | 2024-02-22T22:31:52.539Z | Compiling libefi-sys v0.1.0 |
1690 | 2024-02-22T22:31:53.588Z | Compiling ansi_term v0.12.1 |
1691 | 2024-02-22T22:31:53.588Z | Compiling strsim v0.8.0 |
1692 | 2024-02-22T22:31:53.589Z | Compiling vec_map v0.8.2 |
1693 | 2024-02-22T22:31:53.589Z | Compiling structopt-derive v0.4.18 |
1694 | 2024-02-22T22:31:53.589Z | Compiling clap v2.34.0 |
1695 | 2024-02-22T22:31:53.589Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-22T22:31:54.081Z | Compiling zone v0.3.0 |
1697 | 2024-02-22T22:31:54.544Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1698 | 2024-02-22T22:31:54.896Z | Compiling smf v0.2.2 |
1699 | 2024-02-22T22:31:55.096Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1700 | 2024-02-22T22:31:55.389Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1701 | 2024-02-22T22:31:55.606Z | Compiling unicase v2.7.0 |
1702 | 2024-02-22T22:31:55.672Z | Compiling semver v0.1.20 |
1703 | 2024-02-22T22:31:56.056Z | Compiling rustc_version v0.1.7 |
1704 | 2024-02-22T22:31:56.127Z | Compiling curve25519-dalek v4.1.1 |
1705 | 2024-02-22T22:31:56.331Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1706 | 2024-02-22T22:31:56.536Z | Compiling universal-hash v0.5.1 |
1707 | 2024-02-22T22:31:56.536Z | Compiling opaque-debug v0.3.0 |
1708 | 2024-02-22T22:31:56.692Z | Compiling newtype_derive v0.1.6 |
1709 | 2024-02-22T22:31:56.816Z | Compiling signature v2.1.0 |
1710 | 2024-02-22T22:31:57.000Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1711 | 2024-02-22T22:31:57.000Z | Compiling curve25519-dalek-derive v0.1.0 |
1712 | 2024-02-22T22:31:57.000Z | Compiling structopt v0.3.26 |
1713 | 2024-02-22T22:31:57.000Z | Compiling gethostname v0.4.3 |
1714 | 2024-02-22T22:31:57.228Z | Compiling num-rational v0.4.1 |
1715 | 2024-02-22T22:31:57.229Z | Compiling getrandom v0.1.16 |
1716 | 2024-02-22T22:31:57.683Z | Compiling usdt-attr-macro v0.5.0 |
1717 | 2024-02-22T22:31:57.916Z | Compiling usdt-macro v0.5.0 |
1718 | 2024-02-22T22:31:57.916Z | Compiling password-hash v0.5.0 |
1719 | 2024-02-22T22:31:58.041Z | Compiling blake2 v0.10.6 |
1720 | 2024-02-22T22:31:58.633Z | Compiling memmap v0.7.0 |
1721 | 2024-02-22T22:31:58.756Z | Compiling parking_lot_core v0.8.6 |
1722 | 2024-02-22T22:31:59.328Z | Compiling quick-error v1.2.3 |
1723 | 2024-02-22T22:31:59.328Z | Compiling linked-hash-map v0.5.6 |
1724 | 2024-02-22T22:31:59.328Z | Compiling resolv-conf v0.7.0 |
1725 | 2024-02-22T22:31:59.328Z | Compiling usdt v0.5.0 |
1726 | 2024-02-22T22:31:59.328Z | Compiling argon2 v0.5.3 |
1727 | 2024-02-22T22:31:59.586Z | Compiling lru-cache v0.1.2 |
1728 | 2024-02-22T22:32:00.046Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1729 | 2024-02-22T22:32:00.168Z | Compiling rfc6979 v0.4.0 |
1730 | 2024-02-22T22:32:00.783Z | Compiling aead v0.5.2 |
1731 | 2024-02-22T22:32:00.783Z | Compiling num-complex v0.4.4 |
1732 | 2024-02-22T22:32:00.783Z | Compiling nibble_vec v0.1.0 |
1733 | 2024-02-22T22:32:00.783Z | Compiling slog-dtrace v0.3.0 |
1734 | 2024-02-22T22:32:01.093Z | Compiling endian-type v0.1.2 |
1735 | 2024-02-22T22:32:01.282Z | Compiling keccak v0.1.4 |
1736 | 2024-02-22T22:32:01.400Z | Compiling utf-8 v0.7.6 |
1737 | 2024-02-22T22:32:01.613Z | Compiling cancel-safe-futures v0.1.5 |
1738 | 2024-02-22T22:32:01.821Z | Compiling winapi v0.3.9 |
1739 | 2024-02-22T22:32:02.022Z | Compiling arc-swap v1.6.0 |
1740 | 2024-02-22T22:32:02.402Z | Compiling sha3 v0.10.8 |
1741 | 2024-02-22T22:32:02.533Z | Compiling slog-scope v4.4.0 |
1742 | 2024-02-22T22:32:02.701Z | Compiling tungstenite v0.20.1 |
1743 | 2024-02-22T22:32:03.183Z | Compiling radix_trie v0.2.1 |
1744 | 2024-02-22T22:32:03.183Z | Compiling num v0.4.1 |
1745 | 2024-02-22T22:32:03.183Z | Compiling ecdsa v0.16.9 |
1746 | 2024-02-22T22:32:03.183Z | Compiling mime_guess v2.0.4 |
1747 | 2024-02-22T22:32:03.441Z | Compiling steno v0.4.0 |
1748 | 2024-02-22T22:32:03.467Z | Compiling trust-dns-resolver v0.22.0 |
1749 | 2024-02-22T22:32:03.894Z | Compiling rand_core v0.5.1 |
1750 | 2024-02-22T22:32:04.463Z | Compiling poly1305 v0.8.0 |
1751 | 2024-02-22T22:32:05.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1752 | 2024-02-22T22:32:05.277Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1753 | 2024-02-22T22:32:07.149Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1754 | 2024-02-22T22:32:07.165Z | Compiling primeorder v0.13.6 |
1755 | 2024-02-22T22:32:07.165Z | Compiling chacha20 v0.9.1 |
1756 | 2024-02-22T22:32:07.165Z | Compiling secrecy v0.8.0 |
1757 | 2024-02-22T22:32:07.166Z | Compiling thiserror-impl-no-std v2.0.2 |
1758 | 2024-02-22T22:32:07.186Z | Compiling half v2.3.1 |
1759 | 2024-02-22T22:32:07.668Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1760 | 2024-02-22T22:32:07.803Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1761 | 2024-02-22T22:32:08.426Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1762 | 2024-02-22T22:32:08.973Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1763 | 2024-02-22T22:32:09.976Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1764 | 2024-02-22T22:32:10.299Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1765 | 2024-02-22T22:32:10.435Z | Compiling option-ext v0.2.0 |
1766 | 2024-02-22T22:32:10.666Z | Compiling ciborium-io v0.2.2 |
1767 | 2024-02-22T22:32:10.667Z | Compiling convert_case v0.4.0 |
1768 | 2024-02-22T22:32:10.667Z | Compiling ciborium-ll v0.2.2 |
1769 | 2024-02-22T22:32:10.824Z | Compiling thiserror-no-std v2.0.2 |
1770 | 2024-02-22T22:32:11.044Z | Compiling dirs-sys v0.4.1 |
1771 | 2024-02-22T22:32:11.044Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1772 | 2024-02-22T22:32:11.499Z | Compiling derive_more v0.99.17 |
1773 | 2024-02-22T22:32:12.189Z | Compiling parking_lot v0.11.2 |
1774 | 2024-02-22T22:32:12.414Z | Compiling rand_chacha v0.2.2 |
1775 | 2024-02-22T22:32:12.674Z | Compiling tokio-tungstenite v0.20.1 |
1776 | 2024-02-22T22:32:12.674Z | Compiling trust-dns-client v0.22.0 |
1777 | 2024-02-22T22:32:13.418Z | Compiling slog-stdlog v4.1.1 |
1778 | 2024-02-22T22:32:13.983Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1779 | 2024-02-22T22:32:14.363Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1780 | 2024-02-22T22:32:14.363Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1781 | 2024-02-22T22:32:15.898Z | Compiling ed25519 v2.2.2 |
1782 | 2024-02-22T22:32:16.224Z | Compiling polyval v0.6.1 |
1783 | 2024-02-22T22:32:16.833Z | Compiling ctr v0.9.2 |
1784 | 2024-02-22T22:32:18.037Z | Compiling blowfish v0.9.1 |
1785 | 2024-02-22T22:32:18.037Z | Compiling aes v0.8.3 |
1786 | 2024-02-22T22:32:18.037Z | Compiling password-hash v0.4.2 |
1787 | 2024-02-22T22:32:18.482Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1788 | 2024-02-22T22:32:20.312Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1789 | 2024-02-22T22:32:20.617Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1790 | 2024-02-22T22:32:24.441Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1791 | 2024-02-22T22:32:26.558Z | Compiling libsw v3.3.1 |
1792 | 2024-02-22T22:32:28.165Z | Compiling pbkdf2 v0.12.2 |
1793 | 2024-02-22T22:32:28.404Z | Compiling derive-where v1.2.7 |
1794 | 2024-02-22T22:32:29.139Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1795 | 2024-02-22T22:32:29.366Z | Compiling fxhash v0.2.1 |
1796 | 2024-02-22T22:32:29.619Z | Compiling swrite v0.1.0 |
1797 | 2024-02-22T22:32:29.619Z | Compiling linear-map v1.2.0 |
1798 | 2024-02-22T22:32:29.619Z | Compiling owo-colors v4.0.0 |
1799 | 2024-02-22T22:32:29.833Z | Compiling sled v0.34.7 |
1800 | 2024-02-22T22:32:30.975Z | Compiling trust-dns-server v0.22.1 |
1801 | 2024-02-22T22:32:31.166Z | Compiling bcrypt-pbkdf v0.10.0 |
1802 | 2024-02-22T22:32:31.680Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1803 | 2024-02-22T22:32:32.148Z | Compiling pbkdf2 v0.11.0 |
1804 | 2024-02-22T22:32:32.512Z | Compiling ghash v0.5.0 |
1805 | 2024-02-22T22:32:32.512Z | Compiling ed25519-dalek v2.0.0 |
1806 | 2024-02-22T22:32:32.513Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1807 | 2024-02-22T22:32:32.513Z | Compiling slog-envlogger v2.2.0 |
1808 | 2024-02-22T22:32:32.513Z | Compiling russh-cryptovec v0.7.0 |
1809 | 2024-02-22T22:32:32.728Z | Compiling rand v0.7.3 |
1810 | 2024-02-22T22:32:35.144Z | Compiling dirs v5.0.1 |
1811 | 2024-02-22T22:32:35.794Z | Compiling ciborium v0.2.2 |
1812 | 2024-02-22T22:32:35.794Z | Compiling vsss-rs v3.3.4 |
1813 | 2024-02-22T22:32:35.794Z | Compiling chacha20poly1305 v0.10.1 |
1814 | 2024-02-22T22:32:35.794Z | Compiling p521 v0.13.3 |
1815 | 2024-02-22T22:32:35.794Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1816 | 2024-02-22T22:32:35.794Z | Compiling p256 v0.13.2 |
1817 | 2024-02-22T22:32:36.751Z | Compiling cbc v0.1.2 |
1818 | 2024-02-22T22:32:37.198Z | Compiling pem v3.0.2 |
1819 | 2024-02-22T22:32:37.199Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1820 | 2024-02-22T22:32:37.199Z | Compiling headers-core v0.2.0 |
1821 | 2024-02-22T22:32:37.641Z | Compiling kstat-rs v0.2.3 |
1822 | 2024-02-22T22:32:37.894Z | Compiling md5 v0.7.0 |
1823 | 2024-02-22T22:32:37.894Z | Compiling glob v0.3.1 |
1824 | 2024-02-22T22:32:38.554Z | Compiling http-range v0.1.5 |
1825 | 2024-02-22T22:32:38.903Z | Compiling hyper-staticfile v0.9.5 |
1826 | 2024-02-22T22:32:38.904Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1827 | 2024-02-22T22:32:38.904Z | Compiling russh-keys v0.42.0 |
1828 | 2024-02-22T22:32:39.249Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1829 | 2024-02-22T22:32:40.293Z | Compiling rcgen v0.12.1 |
1830 | 2024-02-22T22:32:41.532Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1831 | 2024-02-22T22:32:42.241Z | Compiling headers v0.3.9 |
1832 | 2024-02-22T22:32:42.292Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1833 | 2024-02-22T22:32:42.292Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1834 | 2024-02-22T22:32:43.350Z | Compiling aes-gcm v0.10.3 |
1835 | 2024-02-22T22:32:45.252Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1836 | 2024-02-22T22:32:47.553Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1837 | 2024-02-22T22:32:47.826Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1838 | 2024-02-22T22:32:49.321Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1839 | 2024-02-22T22:32:51.414Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1840 | 2024-02-22T22:32:52.159Z | Compiling atomicwrites v0.4.3 |
1841 | 2024-02-22T22:32:52.362Z | Compiling itertools v0.12.1 |
1842 | 2024-02-22T22:32:52.740Z | Compiling subprocess v0.2.9 |
1843 | 2024-02-22T22:32:52.938Z | Compiling display-error-chain v0.2.0 |
1844 | 2024-02-22T22:32:53.069Z | Compiling hex-literal v0.4.1 |
1845 | 2024-02-22T22:32:53.232Z | Compiling russh v0.42.0 |
1846 | 2024-02-22T22:32:55.051Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1847 | 2024-02-22T22:32:55.736Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1848 | 2024-02-22T22:33:01.203Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1849 | 2024-02-22T22:33:02.588Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1850 | 2024-02-22T22:33:23.331Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1851 | 2024-02-22T22:34:23.686Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 48s |
1852 | 2024-02-22T22:34:23.909Z | |
1853 | 2024-02-22T22:34:23.932Z | real 5:49.198619207 |
1854 | 2024-02-22T22:34:23.932Z | user 29:44.021609827 |
1855 | 2024-02-22T22:34:23.932Z | sys 5:39.503482333 |
1856 | 2024-02-22T22:34:23.932Z | trap 0.850996937 |
1857 | 2024-02-22T22:34:23.932Z | tflt 9.988794806 |
1858 | 2024-02-22T22:34:23.932Z | dflt 5.919435020 |
1859 | 2024-02-22T22:34:23.932Z | kflt 0.109925261 |
1860 | 2024-02-22T22:34:23.932Z | lock 55:31.626175069 |
1861 | 2024-02-22T22:34:23.932Z | slp 1:28:04.643419998 |
1862 | 2024-02-22T22:34:23.932Z | lat 1:36.855857248 |
1863 | 2024-02-22T22:34:23.932Z | stop 3:55.185812895 |
1864 | 2024-02-22T22:34:23.932Z | + mkdir -p /work/end-to-end-tests |
1865 | 2024-02-22T22:34:23.932Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1866 | 2024-02-22T22:34:24.693Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1867 | 2024-02-22T22:34:24.694Z | + ptime -m gzip |
1868 | 2024-02-22T22:34:24.715Z | ++ basename target/debug/bootstrap |
1869 | 2024-02-22T22:34:37.982Z | |
1870 | 2024-02-22T22:34:38.001Z | real 13.277942581 |
1871 | 2024-02-22T22:34:38.001Z | user 13.165223016 |
1872 | 2024-02-22T22:34:38.002Z | sys 0.099827676 |
1873 | 2024-02-22T22:34:38.002Z | trap 0.003287377 |
1874 | 2024-02-22T22:34:38.002Z | tflt 0.000000000 |
1875 | 2024-02-22T22:34:38.002Z | dflt 0.000000000 |
1876 | 2024-02-22T22:34:38.002Z | kflt 0.000000000 |
1877 | 2024-02-22T22:34:38.002Z | lock 0.000000000 |
1878 | 2024-02-22T22:34:38.002Z | slp 0.000000000 |
1879 | 2024-02-22T22:34:38.002Z | lat 0.009206883 |
1880 | 2024-02-22T22:34:38.002Z | stop 0.000177831 |
1881 | 2024-02-22T22:34:38.002Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1882 | 2024-02-22T22:34:38.002Z | + ptime -m gzip |
1883 | 2024-02-22T22:34:38.002Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-22e5a97eec9bb5c6 |
1884 | 2024-02-22T22:34:39.415Z | |
1885 | 2024-02-22T22:34:39.415Z | real 1.281410945 |
1886 | 2024-02-22T22:34:39.415Z | user 1.270036957 |
1887 | 2024-02-22T22:34:39.415Z | sys 0.010783701 |
1888 | 2024-02-22T22:34:39.415Z | trap 0.000084425 |
1889 | 2024-02-22T22:34:39.415Z | tflt 0.000000000 |
1890 | 2024-02-22T22:34:39.608Z | dflt 0.000000000 |
1891 | 2024-02-22T22:34:39.608Z | kflt 0.000000000 |
1892 | 2024-02-22T22:34:39.609Z | lock 0.000000000 |
1893 | 2024-02-22T22:34:39.609Z | slp 0.000000000 |
1894 | 2024-02-22T22:34:39.609Z | lat 0.000103554 |
1895 | 2024-02-22T22:34:39.609Z | stop 0.000174332 |
1896 | 2024-02-22T22:34:39.609Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1897 | 2024-02-22T22:34:39.609Z | + ptime -m gzip |
1898 | 2024-02-22T22:34:39.610Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-25e7d53a8e782c84 |
1899 | 2024-02-22T22:34:52.839Z | |
1900 | 2024-02-22T22:34:53.087Z | real 13.547647992 |
1901 | 2024-02-22T22:34:53.087Z | user 13.454610487 |
1902 | 2024-02-22T22:34:53.088Z | sys 0.089577798 |
1903 | 2024-02-22T22:34:53.088Z | trap 0.001924403 |
1904 | 2024-02-22T22:34:53.088Z | tflt 0.000000000 |
1905 | 2024-02-22T22:34:53.089Z | dflt 0.000000000 |
1906 | 2024-02-22T22:34:53.089Z | kflt 0.000000000 |
1907 | 2024-02-22T22:34:53.089Z | lock 0.000000000 |
1908 | 2024-02-22T22:34:53.089Z | slp 0.000000000 |
1909 | 2024-02-22T22:34:53.089Z | lat 0.001143571 |
1910 | 2024-02-22T22:34:53.089Z | stop 0.000172543 |
1911 | 2024-02-22T22:34:53.089Z | + banner caboose-util |
1912 | 2024-02-22T22:34:53.090Z | |
1913 | 2024-02-22T22:34:53.090Z | #### ## ##### #### #### #### ###### # # ##### |
1914 | 2024-02-22T22:34:53.090Z | # # # # # # # # # # # # # # # |
1915 | 2024-02-22T22:34:53.090Z | # # # ##### # # # # #### ##### ##### # # # |
1916 | 2024-02-22T22:34:53.091Z | # ###### # # # # # # # # # # # |
1917 | 2024-02-22T22:34:53.091Z | # # # # # # # # # # # # # # # # |
1918 | 2024-02-22T22:34:53.091Z | #### # # ##### #### #### #### ###### #### # |
1919 | 2024-02-22T22:34:53.091Z | |
1920 | 2024-02-22T22:34:53.092Z | + ptime -m cargo build --locked -p caboose-util --release |
1921 | 2024-02-22T22:34:53.322Z | Downloading crates ... |
1922 | 2024-02-22T22:34:53.680Z | Downloaded array-init v0.0.4 |
1923 | 2024-02-22T22:34:53.926Z | Downloaded termcolor v1.2.0 |
1924 | 2024-02-22T22:34:53.927Z | Downloaded radium v0.7.0 |
1925 | 2024-02-22T22:34:53.927Z | Downloaded path-slash v0.1.5 |
1926 | 2024-02-22T22:34:53.927Z | Downloaded tap v1.0.1 |
1927 | 2024-02-22T22:34:53.927Z | Downloaded crc-catalog v2.2.0 |
1928 | 2024-02-22T22:34:53.927Z | Downloaded packed_struct v0.10.1 |
1929 | 2024-02-22T22:34:53.927Z | Downloaded packed_struct_codegen v0.10.1 |
1930 | 2024-02-22T22:34:53.927Z | Downloaded crc v3.0.1 |
1931 | 2024-02-22T22:34:53.927Z | Downloaded smallvec v0.6.14 |
1932 | 2024-02-22T22:34:53.927Z | Downloaded funty v2.0.0 |
1933 | 2024-02-22T22:34:53.928Z | Downloaded env_logger v0.10.0 |
1934 | 2024-02-22T22:34:53.928Z | Downloaded maybe-uninit v2.0.0 |
1935 | 2024-02-22T22:34:53.928Z | Downloaded wyz v0.5.1 |
1936 | 2024-02-22T22:34:53.928Z | Downloaded hashbrown v0.13.2 |
1937 | 2024-02-22T22:34:53.928Z | Downloaded pkcs1 v0.7.5 |
1938 | 2024-02-22T22:34:53.928Z | Downloaded nodrop v0.1.14 |
1939 | 2024-02-22T22:34:53.928Z | Downloaded serde-hex v0.1.0 |
1940 | 2024-02-22T22:34:53.928Z | Downloaded crc-any v2.4.3 |
1941 | 2024-02-22T22:34:53.928Z | Downloaded bitfield v0.14.0 |
1942 | 2024-02-22T22:34:53.928Z | Downloaded ron v0.8.1 |
1943 | 2024-02-22T22:34:53.928Z | Downloaded x509-cert v0.2.4 |
1944 | 2024-02-22T22:34:53.933Z | Downloaded num-bigint-dig v0.8.4 |
1945 | 2024-02-22T22:34:53.933Z | Downloaded rsa v0.9.2 |
1946 | 2024-02-22T22:34:53.933Z | Downloaded object v0.30.4 |
1947 | 2024-02-22T22:34:53.934Z | Downloaded bitvec v1.0.1 |
1948 | 2024-02-22T22:34:53.934Z | Compiling proc-macro2 v1.0.78 |
1949 | 2024-02-22T22:34:53.934Z | Compiling unicode-ident v1.0.12 |
1950 | 2024-02-22T22:34:53.934Z | Compiling libc v0.2.153 |
1951 | 2024-02-22T22:34:53.934Z | Compiling serde v1.0.196 |
1952 | 2024-02-22T22:34:53.935Z | Compiling autocfg v1.1.0 |
1953 | 2024-02-22T22:34:53.935Z | Compiling version_check v0.9.4 |
1954 | 2024-02-22T22:34:53.935Z | Compiling cfg-if v1.0.0 |
1955 | 2024-02-22T22:34:54.105Z | Compiling typenum v1.16.0 |
1956 | 2024-02-22T22:34:54.105Z | Compiling once_cell v1.19.0 |
1957 | 2024-02-22T22:34:54.353Z | Compiling parking_lot_core v0.9.8 |
1958 | 2024-02-22T22:34:54.722Z | Compiling memchr v2.6.3 |
1959 | 2024-02-22T22:34:54.722Z | Compiling syn v1.0.109 |
1960 | 2024-02-22T22:34:54.810Z | Compiling lock_api v0.4.10 |
1961 | 2024-02-22T22:34:54.811Z | Compiling generic-array v0.14.7 |
1962 | 2024-02-22T22:34:54.811Z | Compiling byteorder v1.5.0 |
1963 | 2024-02-22T22:34:54.811Z | Compiling libm v0.2.7 |
1964 | 2024-02-22T22:34:55.043Z | Compiling num-traits v0.2.16 |
1965 | 2024-02-22T22:34:55.253Z | Compiling ahash v0.8.7 |
1966 | 2024-02-22T22:34:55.387Z | Compiling quote v1.0.35 |
1967 | 2024-02-22T22:34:55.387Z | Compiling pkg-config v0.3.27 |
1968 | 2024-02-22T22:34:55.624Z | Compiling thiserror v1.0.57 |
1969 | 2024-02-22T22:34:55.981Z | Compiling syn v2.0.48 |
1970 | 2024-02-22T22:34:56.206Z | Compiling cc v1.0.83 |
1971 | 2024-02-22T22:34:56.206Z | Compiling getrandom v0.2.10 |
1972 | 2024-02-22T22:34:56.527Z | Compiling serde_json v1.0.114 |
1973 | 2024-02-22T22:34:56.716Z | Compiling scopeguard v1.2.0 |
1974 | 2024-02-22T22:34:57.057Z | Compiling slab v0.4.9 |
1975 | 2024-02-22T22:34:57.057Z | Compiling itoa v1.0.9 |
1976 | 2024-02-22T22:34:57.057Z | Compiling log v0.4.20 |
1977 | 2024-02-22T22:34:57.366Z | Compiling rand_core v0.6.4 |
1978 | 2024-02-22T22:34:57.732Z | Compiling smallvec v1.13.1 |
1979 | 2024-02-22T22:34:57.990Z | Compiling vcpkg v0.2.15 |
1980 | 2024-02-22T22:34:58.707Z | Compiling const-oid v0.9.5 |
1981 | 2024-02-22T22:34:58.820Z | Compiling pin-project-lite v0.2.13 |
1982 | 2024-02-22T22:34:58.962Z | Compiling parking_lot v0.12.1 |
1983 | 2024-02-22T22:34:59.591Z | Compiling ring v0.17.8 |
1984 | 2024-02-22T22:34:59.713Z | Compiling openssl-sys v0.9.96 |
1985 | 2024-02-22T22:34:59.878Z | Compiling ucd-trie v0.1.6 |
1986 | 2024-02-22T22:35:00.116Z | Compiling ryu v1.0.15 |
1987 | 2024-02-22T22:35:00.397Z | Compiling signal-hook-registry v1.4.1 |
1988 | 2024-02-22T22:35:00.579Z | Compiling rustix v0.38.31 |
1989 | 2024-02-22T22:35:00.773Z | Compiling subtle v2.5.0 |
1990 | 2024-02-22T22:35:01.092Z | Compiling ring v0.16.20 |
1991 | 2024-02-22T22:35:01.752Z | Compiling mio v0.8.9 |
1992 | 2024-02-22T22:35:01.752Z | Compiling semver v1.0.22 |
1993 | 2024-02-22T22:35:02.395Z | Compiling heck v0.4.1 |
1994 | 2024-02-22T22:35:02.410Z | Compiling futures-core v0.3.30 |
1995 | 2024-02-22T22:35:03.022Z | Compiling spin v0.5.2 |
1996 | 2024-02-22T22:35:03.501Z | Compiling num_cpus v1.16.0 |
1997 | 2024-02-22T22:35:03.563Z | Compiling socket2 v0.5.5 |
1998 | 2024-02-22T22:35:03.944Z | Compiling httparse v1.8.0 |
1999 | 2024-02-22T22:35:04.083Z | Compiling futures-sink v0.3.30 |
2000 | 2024-02-22T22:35:04.325Z | Compiling unicode-xid v0.2.4 |
2001 | 2024-02-22T22:35:04.406Z | Compiling allocator-api2 v0.2.16 |
2002 | 2024-02-22T22:35:04.443Z | Compiling openssl v0.10.60 |
2003 | 2024-02-22T22:35:04.531Z | Compiling synstructure v0.12.6 |
2004 | 2024-02-22T22:35:05.240Z | Compiling tinyvec_macros v0.1.1 |
2005 | 2024-02-22T22:35:05.699Z | Compiling equivalent v1.0.1 |
2006 | 2024-02-22T22:35:05.750Z | Compiling tinyvec v1.6.0 |
2007 | 2024-02-22T22:35:05.750Z | Compiling futures-channel v0.3.30 |
2008 | 2024-02-22T22:35:05.840Z | Compiling futures-task v0.3.30 |
2009 | 2024-02-22T22:35:05.928Z | Compiling futures-io v0.3.30 |
2010 | 2024-02-22T22:35:06.011Z | Compiling rustls v0.21.9 |
2011 | 2024-02-22T22:35:06.054Z | Compiling native-tls v0.2.11 |
2012 | 2024-02-22T22:35:06.161Z | Compiling crc32fast v1.3.2 |
2013 | 2024-02-22T22:35:06.217Z | Compiling ppv-lite86 v0.2.17 |
2014 | 2024-02-22T22:35:06.278Z | Compiling pin-utils v0.1.0 |
2015 | 2024-02-22T22:35:06.419Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2016 | 2024-02-22T22:35:06.584Z | Compiling spin v0.9.8 |
2017 | 2024-02-22T22:35:06.656Z | Compiling tracing-core v0.1.31 |
2018 | 2024-02-22T22:35:07.007Z | Compiling unicode-bidi v0.3.13 |
2019 | 2024-02-22T22:35:07.008Z | Compiling unicode-normalization v0.1.22 |
2020 | 2024-02-22T22:35:07.040Z | Compiling base64ct v1.6.0 |
2021 | 2024-02-22T22:35:07.191Z | Compiling rand_chacha v0.3.1 |
2022 | 2024-02-22T22:35:07.863Z | Compiling pem-rfc7468 v0.7.0 |
2023 | 2024-02-22T22:35:08.059Z | Compiling rand v0.8.5 |
2024 | 2024-02-22T22:35:08.377Z | Compiling num-iter v0.1.43 |
2025 | 2024-02-22T22:35:08.622Z | Compiling usdt-impl v0.3.5 |
2026 | 2024-02-22T22:35:08.751Z | Compiling signal-hook v0.3.17 |
2027 | 2024-02-22T22:35:08.982Z | Compiling flagset v0.4.3 |
2028 | 2024-02-22T22:35:09.095Z | Compiling schemars v0.8.16 |
2029 | 2024-02-22T22:35:09.289Z | Compiling serde_derive v1.0.196 |
2030 | 2024-02-22T22:35:09.448Z | Compiling zeroize_derive v1.4.2 |
2031 | 2024-02-22T22:35:09.448Z | Compiling zerocopy-derive v0.7.32 |
2032 | 2024-02-22T22:35:09.620Z | Compiling thiserror-impl v1.0.57 |
2033 | 2024-02-22T22:35:09.620Z | Compiling tokio-macros v2.2.0 |
2034 | 2024-02-22T22:35:09.621Z | Compiling futures-macro v0.3.30 |
2035 | 2024-02-22T22:35:09.989Z | Compiling tracing-attributes v0.1.26 |
2036 | 2024-02-22T22:35:10.219Z | Compiling der_derive v0.7.2 |
2037 | 2024-02-22T22:35:10.892Z | Compiling zeroize v1.7.0 |
2038 | 2024-02-22T22:35:11.997Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-22T22:35:12.493Z | Compiling pest v2.7.6 |
2040 | 2024-02-22T22:35:12.536Z | Compiling zerocopy-derive v0.2.0 |
2041 | 2024-02-22T22:35:12.835Z | Compiling crypto-common v0.1.6 |
2042 | 2024-02-22T22:35:12.849Z | Compiling block-buffer v0.10.4 |
2043 | 2024-02-22T22:35:13.168Z | Compiling digest v0.10.7 |
2044 | 2024-02-22T22:35:13.518Z | Compiling openssl-macros v0.1.1 |
2045 | 2024-02-22T22:35:13.740Z | Compiling futures-util v0.3.30 |
2046 | 2024-02-22T22:35:13.825Z | Compiling hashbrown v0.14.3 |
2047 | 2024-02-22T22:35:14.204Z | Compiling tracing v0.1.37 |
2048 | 2024-02-22T22:35:14.324Z | Compiling scroll_derive v0.12.0 |
2049 | 2024-02-22T22:35:14.506Z | Compiling zerocopy-derive v0.6.4 |
2050 | 2024-02-22T22:35:15.153Z | Compiling der v0.7.8 |
2051 | 2024-02-22T22:35:15.456Z | Compiling pest_meta v2.7.6 |
2052 | 2024-02-22T22:35:16.282Z | Compiling serde_derive_internals v0.26.0 |
2053 | 2024-02-22T22:35:16.483Z | Compiling pest_generator v2.7.6 |
2054 | 2024-02-22T22:35:19.537Z | Compiling pest_derive v2.7.6 |
2055 | 2024-02-22T22:35:20.018Z | Compiling errno v0.3.8 |
2056 | 2024-02-22T22:35:20.084Z | Compiling fnv v1.0.7 |
2057 | 2024-02-22T22:35:20.214Z | Compiling rustversion v1.0.14 |
2058 | 2024-02-22T22:35:20.812Z | Compiling schemars_derive v0.8.16 |
2059 | 2024-02-22T22:35:21.843Z | Compiling spki v0.7.2 |
2060 | 2024-02-22T22:35:23.272Z | Compiling zerocopy v0.3.0 |
2061 | 2024-02-22T22:35:23.272Z | Compiling lazy_static v1.4.0 |
2062 | 2024-02-22T22:35:23.272Z | Compiling backtrace v0.3.69 |
2063 | 2024-02-22T22:35:23.557Z | Compiling bytes v1.5.0 |
2064 | 2024-02-22T22:35:25.364Z | Compiling bitflags v2.4.0 |
2065 | 2024-02-22T22:35:27.587Z | Compiling indexmap v2.2.3 |
2066 | 2024-02-22T22:35:27.588Z | Compiling uuid v1.7.0 |
2067 | 2024-02-22T22:35:27.588Z | Compiling tokio v1.36.0 |
2068 | 2024-02-22T22:35:27.588Z | Compiling rustc_version v0.4.0 |
2069 | 2024-02-22T22:35:27.588Z | Compiling http v0.2.11 |
2070 | 2024-02-22T22:35:27.588Z | Compiling thread-id v4.2.0 |
2071 | 2024-02-22T22:35:27.588Z | Compiling heapless v0.7.16 |
2072 | 2024-02-22T22:35:27.588Z | Compiling memoffset v0.9.0 |
2073 | 2024-02-22T22:35:27.588Z | Compiling num-bigint v0.4.4 |
2074 | 2024-02-22T22:35:27.588Z | Compiling crossbeam-utils v0.8.16 |
2075 | 2024-02-22T22:35:27.589Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2076 | 2024-02-22T22:35:27.722Z | Compiling base64 v0.21.7 |
2077 | 2024-02-22T22:35:27.722Z | Compiling async-trait v0.1.77 |
2078 | 2024-02-22T22:35:28.074Z | Compiling untrusted v0.7.1 |
2079 | 2024-02-22T22:35:28.244Z | Compiling smoltcp v0.9.1 |
2080 | 2024-02-22T22:35:28.483Z | Compiling percent-encoding v2.3.1 |
2081 | 2024-02-22T22:35:28.871Z | Compiling iana-time-zone v0.1.57 |
2082 | 2024-02-22T22:35:29.189Z | Compiling foreign-types-shared v0.1.1 |
2083 | 2024-02-22T22:35:29.189Z | Compiling untrusted v0.9.0 |
2084 | 2024-02-22T22:35:29.190Z | Compiling foreign-types v0.3.2 |
2085 | 2024-02-22T22:35:29.190Z | Compiling chrono v0.4.31 |
2086 | 2024-02-22T22:35:32.057Z | Compiling dof v0.1.5 |
2087 | 2024-02-22T22:35:32.693Z | Compiling dtrace-parser v0.1.14 |
2088 | 2024-02-22T22:35:32.810Z | Compiling hmac v0.12.1 |
2089 | 2024-02-22T22:35:32.961Z | Compiling tokio-util v0.7.10 |
2090 | 2024-02-22T22:35:33.031Z | Compiling clap_derive v4.5.0 |
2091 | 2024-02-22T22:35:33.676Z | Compiling num-integer v0.1.46 |
2092 | 2024-02-22T22:35:34.350Z | Compiling siphasher v0.3.11 |
2093 | 2024-02-22T22:35:34.392Z | Compiling utf8parse v0.2.1 |
2094 | 2024-02-22T22:35:34.655Z | Compiling anstyle v1.0.2 |
2095 | 2024-02-22T22:35:34.711Z | Compiling try-lock v0.2.4 |
2096 | 2024-02-22T22:35:34.753Z | Compiling cpufeatures v0.2.12 |
2097 | 2024-02-22T22:35:34.805Z | Compiling time-core v0.1.1 |
2098 | 2024-02-22T22:35:34.831Z | Compiling adler v1.0.2 |
2099 | 2024-02-22T22:35:34.962Z | Compiling miniz_oxide v0.7.1 |
2100 | 2024-02-22T22:35:34.981Z | Compiling time-macros v0.2.13 |
2101 | 2024-02-22T22:35:35.038Z | Compiling sha2 v0.10.8 |
2102 | 2024-02-22T22:35:35.225Z | Compiling want v0.3.1 |
2103 | 2024-02-22T22:35:35.446Z | Compiling anstyle-parse v0.2.1 |
2104 | 2024-02-22T22:35:38.178Z | Compiling h2 v0.3.24 |
2105 | 2024-02-22T22:35:38.819Z | Compiling strum_macros v0.25.2 |
2106 | 2024-02-22T22:35:41.174Z | Compiling sct v0.7.0 |
2107 | 2024-02-22T22:35:41.362Z | Compiling rustls-webpki v0.101.7 |
2108 | 2024-02-22T22:35:41.722Z | Compiling form_urlencoded v1.2.1 |
2109 | 2024-02-22T22:35:42.058Z | Compiling http-body v0.4.5 |
2110 | 2024-02-22T22:35:43.341Z | Compiling serde_tokenstream v0.1.7 |
2111 | 2024-02-22T22:35:43.484Z | Compiling pkcs8 v0.10.2 |
2112 | 2024-02-22T22:35:43.484Z | Compiling hubpack_derive v0.1.1 |
2113 | 2024-02-22T22:35:43.983Z | Compiling socket2 v0.4.9 |
2114 | 2024-02-22T22:35:44.218Z | Compiling crossbeam-epoch v0.9.15 |
2115 | 2024-02-22T22:35:44.492Z | Compiling usdt-impl v0.5.0 |
2116 | 2024-02-22T22:35:44.492Z | Compiling radium v0.7.0 |
2117 | 2024-02-22T22:35:44.630Z | Compiling colorchoice v1.0.0 |
2118 | 2024-02-22T22:35:44.785Z | Compiling openssl-probe v0.1.5 |
2119 | 2024-02-22T22:35:44.948Z | Compiling tower-service v0.3.2 |
2120 | 2024-02-22T22:35:45.095Z | Compiling slog v2.7.0 |
2121 | 2024-02-22T22:35:45.690Z | Compiling anyhow v1.0.75 |
2122 | 2024-02-22T22:35:45.690Z | Compiling httpdate v1.0.3 |
2123 | 2024-02-22T22:35:45.690Z | Compiling anstyle-query v1.0.0 |
2124 | 2024-02-22T22:35:45.690Z | Compiling anstream v0.6.11 |
2125 | 2024-02-22T22:35:45.690Z | Compiling hyper v0.14.27 |
2126 | 2024-02-22T22:35:52.626Z | Compiling terminal_size v0.3.0 |
2127 | 2024-02-22T22:35:53.029Z | Compiling toml_datetime v0.6.5 |
2128 | 2024-02-22T22:35:53.179Z | Compiling serde_spanned v0.6.5 |
2129 | 2024-02-22T22:35:53.334Z | Compiling zerocopy v0.6.4 |
2130 | 2024-02-22T22:35:54.403Z | Compiling scroll v0.12.0 |
2131 | 2024-02-22T22:35:54.893Z | Compiling md-5 v0.10.5 |
2132 | 2024-02-22T22:35:55.225Z | Compiling stringprep v0.1.3 |
2133 | 2024-02-22T22:35:55.352Z | Compiling idna v0.5.0 |
2134 | 2024-02-22T22:35:55.646Z | Compiling diesel_table_macro_syntax v0.1.0 |
2135 | 2024-02-22T22:35:55.837Z | Compiling aho-corasick v1.0.4 |
2136 | 2024-02-22T22:35:55.947Z | Compiling hash32 v0.2.1 |
2137 | 2024-02-22T22:35:56.192Z | Compiling clap_lex v0.7.0 |
2138 | 2024-02-22T22:35:56.263Z | Compiling plain v0.2.3 |
2139 | 2024-02-22T22:35:56.534Z | Compiling maybe-uninit v2.0.0 |
2140 | 2024-02-22T22:35:56.641Z | Compiling stable_deref_trait v1.2.0 |
2141 | 2024-02-22T22:35:56.641Z | Compiling dyn-clone v1.0.16 |
2142 | 2024-02-22T22:35:56.641Z | Compiling regex-syntax v0.8.2 |
2143 | 2024-02-22T22:35:56.753Z | Compiling fallible-iterator v0.2.0 |
2144 | 2024-02-22T22:35:56.931Z | Compiling gimli v0.28.0 |
2145 | 2024-02-22T22:35:57.603Z | Compiling strsim v0.11.0 |
2146 | 2024-02-22T22:35:57.603Z | Compiling tap v1.0.1 |
2147 | 2024-02-22T22:35:57.603Z | Compiling clap_builder v4.5.0 |
2148 | 2024-02-22T22:35:57.603Z | Compiling wyz v0.5.1 |
2149 | 2024-02-22T22:35:57.603Z | Compiling postgres-protocol v0.6.6 |
2150 | 2024-02-22T22:35:58.962Z | Compiling goblin v0.8.0 |
2151 | 2024-02-22T22:35:59.445Z | Compiling diesel_derives v2.1.2 |
2152 | 2024-02-22T22:35:59.735Z | Compiling url v2.5.0 |
2153 | 2024-02-22T22:36:01.105Z | Compiling addr2line v0.21.0 |
2154 | 2024-02-22T22:36:01.724Z | Compiling regex-automata v0.4.4 |
2155 | 2024-02-22T22:36:02.047Z | Compiling tokio-rustls v0.24.1 |
2156 | 2024-02-22T22:36:02.818Z | Compiling tokio-native-tls v0.3.1 |
2157 | 2024-02-22T22:36:03.680Z | Compiling usdt-attr-macro v0.3.5 |
2158 | 2024-02-22T22:36:03.920Z | Compiling usdt-macro v0.3.5 |
2159 | 2024-02-22T22:36:05.690Z | Compiling phf_shared v0.11.2 |
2160 | 2024-02-22T22:36:07.728Z | Compiling block-padding v0.3.3 |
2161 | 2024-02-22T22:36:07.976Z | Compiling enum-as-inner v0.5.1 |
2162 | 2024-02-22T22:36:08.530Z | Compiling serde_repr v0.1.16 |
2163 | 2024-02-22T22:36:08.977Z | Compiling ff v0.13.0 |
2164 | 2024-02-22T22:36:09.120Z | Compiling scheduled-thread-pool v0.2.7 |
2165 | 2024-02-22T22:36:09.694Z | Compiling object v0.32.1 |
2166 | 2024-02-22T22:36:10.057Z | Compiling managed v0.8.0 |
2167 | 2024-02-22T22:36:10.920Z | Compiling rustc-demangle v0.1.23 |
2168 | 2024-02-22T22:36:11.616Z | Compiling ipnet v2.9.0 |
2169 | 2024-02-22T22:36:12.040Z | Compiling num_threads v0.1.6 |
2170 | 2024-02-22T22:36:12.041Z | Compiling base16ct v0.2.0 |
2171 | 2024-02-22T22:36:12.283Z | Compiling bitflags v1.3.2 |
2172 | 2024-02-22T22:36:12.514Z | Compiling regex-automata v0.1.10 |
2173 | 2024-02-22T22:36:12.738Z | Compiling pretty-hex v0.4.1 |
2174 | 2024-02-22T22:36:12.999Z | Compiling funty v2.0.0 |
2175 | 2024-02-22T22:36:13.380Z | Compiling packed_struct v0.10.1 |
2176 | 2024-02-22T22:36:13.820Z | Compiling matches v0.1.10 |
2177 | 2024-02-22T22:36:13.825Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-22T22:36:13.911Z | Compiling winnow v0.5.15 |
2179 | 2024-02-22T22:36:14.146Z | Compiling deranged v0.3.8 |
2180 | 2024-02-22T22:36:14.365Z | Compiling bit-vec v0.6.3 |
2181 | 2024-02-22T22:36:14.800Z | Compiling bitvec v1.0.1 |
2182 | 2024-02-22T22:36:16.116Z | Compiling time v0.3.27 |
2183 | 2024-02-22T22:36:18.026Z | Compiling toml_edit v0.19.15 |
2184 | 2024-02-22T22:36:18.952Z | Compiling idna v0.2.3 |
2185 | 2024-02-22T22:36:20.268Z | Compiling bstr v0.2.17 |
2186 | 2024-02-22T22:36:20.832Z | Compiling dof v0.3.0 |
2187 | 2024-02-22T22:36:21.464Z | Compiling sec1 v0.7.3 |
2188 | 2024-02-22T22:36:22.760Z | Compiling r2d2 v0.8.10 |
2189 | 2024-02-22T22:36:23.024Z | Compiling group v0.13.0 |
2190 | 2024-02-22T22:36:23.044Z | Compiling inout v0.1.3 |
2191 | 2024-02-22T22:36:24.820Z | Compiling phf v0.11.2 |
2192 | 2024-02-22T22:36:24.987Z | Compiling regex v1.10.3 |
2193 | 2024-02-22T22:36:24.987Z | Compiling hyper-tls v0.5.0 |
2194 | 2024-02-22T22:36:25.113Z | Compiling hyper-rustls v0.24.2 |
2195 | 2024-02-22T22:36:25.295Z | Compiling signal-hook-mio v0.2.3 |
2196 | 2024-02-22T22:36:25.295Z | Compiling flate2 v1.0.28 |
2197 | 2024-02-22T22:36:25.415Z | Compiling clap v4.5.0 |
2198 | 2024-02-22T22:36:25.535Z | Compiling bzip2 v0.4.4 |
2199 | 2024-02-22T22:36:25.657Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-02-22T22:36:25.852Z | Compiling postgres-types v0.2.6 |
2201 | 2024-02-22T22:36:26.471Z | Compiling hubpack v0.1.2 |
2202 | 2024-02-22T22:36:26.754Z | Compiling serde_urlencoded v0.7.1 |
2203 | 2024-02-22T22:36:26.854Z | Compiling rustls-pemfile v1.0.3 |
2204 | 2024-02-22T22:36:27.104Z | Compiling phf_shared v0.10.0 |
2205 | 2024-02-22T22:36:27.104Z | Compiling hkdf v0.12.4 |
2206 | 2024-02-22T22:36:27.349Z | Compiling dtrace-parser v0.2.0 |
2207 | 2024-02-22T22:36:27.575Z | Compiling futures-executor v0.3.30 |
2208 | 2024-02-22T22:36:28.882Z | Compiling crypto-bigint v0.5.2 |
2209 | 2024-02-22T22:36:29.225Z | Compiling packed_struct_codegen v0.10.1 |
2210 | 2024-02-22T22:36:29.225Z | Compiling float-cmp v0.9.0 |
2211 | 2024-02-22T22:36:30.530Z | Compiling indexmap v1.9.3 |
2212 | 2024-02-22T22:36:30.636Z | Compiling encoding_rs v0.8.33 |
2213 | 2024-02-22T22:36:30.636Z | Compiling precomputed-hash v0.1.1 |
2214 | 2024-02-22T22:36:30.713Z | Compiling unicode-width v0.1.11 |
2215 | 2024-02-22T22:36:30.987Z | Compiling minimal-lexical v0.2.1 |
2216 | 2024-02-22T22:36:30.987Z | Compiling nodrop v0.1.14 |
2217 | 2024-02-22T22:36:31.755Z | Compiling fixedbitset v0.4.2 |
2218 | 2024-02-22T22:36:31.963Z | Compiling normalize-line-endings v0.3.0 |
2219 | 2024-02-22T22:36:31.963Z | Compiling regex-automata v0.3.8 |
2220 | 2024-02-22T22:36:31.963Z | Compiling crc-catalog v2.2.0 |
2221 | 2024-02-22T22:36:31.963Z | Compiling either v1.10.0 |
2222 | 2024-02-22T22:36:31.964Z | Compiling predicates-core v1.0.6 |
2223 | 2024-02-22T22:36:32.660Z | Compiling mime v0.3.17 |
2224 | 2024-02-22T22:36:33.936Z | Compiling new_debug_unreachable v1.0.4 |
2225 | 2024-02-22T22:36:34.139Z | Compiling whoami v1.4.1 |
2226 | 2024-02-22T22:36:34.139Z | Compiling webpki-roots v0.25.2 |
2227 | 2024-02-22T22:36:34.139Z | Compiling winnow v0.6.1 |
2228 | 2024-02-22T22:36:34.139Z | Compiling static_assertions v1.1.0 |
2229 | 2024-02-22T22:36:34.354Z | Compiling unicode-segmentation v1.10.1 |
2230 | 2024-02-22T22:36:34.961Z | Compiling difflib v0.4.0 |
2231 | 2024-02-22T22:36:36.489Z | Compiling data-encoding v2.4.0 |
2232 | 2024-02-22T22:36:37.917Z | Compiling toml_edit v0.22.6 |
2233 | 2024-02-22T22:36:38.716Z | Compiling trust-dns-proto v0.22.0 |
2234 | 2024-02-22T22:36:41.527Z | Compiling predicates v3.1.0 |
2235 | 2024-02-22T22:36:42.683Z | Compiling similar v2.3.0 |
2236 | 2024-02-22T22:36:45.365Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2237 | 2024-02-22T22:36:45.400Z | Compiling reqwest v0.11.22 |
2238 | 2024-02-22T22:36:46.228Z | Compiling tokio-postgres v0.7.10 |
2239 | 2024-02-22T22:36:49.900Z | Compiling string_cache v0.8.7 |
2240 | 2024-02-22T22:36:51.169Z | Compiling bstr v1.6.0 |
2241 | 2024-02-22T22:36:51.973Z | Compiling itertools v0.10.5 |
2242 | 2024-02-22T22:36:53.282Z | Compiling crc v3.0.1 |
2243 | 2024-02-22T22:36:53.581Z | Compiling petgraph v0.6.4 |
2244 | 2024-02-22T22:36:54.159Z | Compiling nom v7.1.3 |
2245 | 2024-02-22T22:36:54.763Z | Compiling array-init v0.0.4 |
2246 | 2024-02-22T22:36:56.043Z | Compiling console v0.15.8 |
2247 | 2024-02-22T22:36:57.423Z | Compiling elliptic-curve v0.13.8 |
2248 | 2024-02-22T22:36:59.783Z | Compiling futures v0.3.30 |
2249 | 2024-02-22T22:37:02.059Z | Compiling smallvec v0.6.14 |
2250 | 2024-02-22T22:37:02.072Z | Compiling zip v0.6.6 |
2251 | 2024-02-22T22:37:02.109Z | Compiling diesel v2.1.4 |
2252 | 2024-02-22T22:37:03.499Z | Compiling yasna v0.5.2 |
2253 | 2024-02-22T22:37:03.510Z | Compiling crossterm v0.27.0 |
2254 | 2024-02-22T22:37:04.748Z | Compiling cipher v0.4.4 |
2255 | 2024-02-22T22:37:05.502Z | Compiling toml v0.7.8 |
2256 | 2024-02-22T22:37:06.536Z | Compiling bit-set v0.5.3 |
2257 | 2024-02-22T22:37:06.752Z | Compiling usdt v0.3.5 |
2258 | 2024-02-22T22:37:07.518Z | Compiling pkcs1 v0.7.5 |
2259 | 2024-02-22T22:37:08.366Z | Compiling strum v0.25.0 |
2260 | 2024-02-22T22:37:08.611Z | Compiling tokio-stream v0.1.14 |
2261 | 2024-02-22T22:37:08.908Z | Compiling is-terminal v0.4.9 |
2262 | 2024-02-22T22:37:09.515Z | Compiling openapiv3 v2.0.0 |
2263 | 2024-02-22T22:37:09.591Z | Compiling hex v0.4.3 |
2264 | 2024-02-22T22:37:10.913Z | Compiling signature v2.1.0 |
2265 | 2024-02-22T22:37:12.207Z | Compiling termcolor v1.2.0 |
2266 | 2024-02-22T22:37:15.674Z | Compiling lalrpop-util v0.19.12 |
2267 | 2024-02-22T22:37:16.037Z | Compiling hashbrown v0.12.3 |
2268 | 2024-02-22T22:37:17.249Z | Compiling bitfield v0.14.0 |
2269 | 2024-02-22T22:37:17.538Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2270 | 2024-02-22T22:37:28.049Z | Compiling env_logger v0.10.0 |
2271 | 2024-02-22T22:37:29.596Z | Compiling rsa v0.9.2 |
2272 | 2024-02-22T22:37:34.754Z | Compiling serde-hex v0.1.0 |
2273 | 2024-02-22T22:37:42.739Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2274 | 2024-02-22T22:37:44.382Z | Compiling ron v0.8.1 |
2275 | 2024-02-22T22:37:45.070Z | Compiling x509-cert v0.2.4 |
2276 | 2024-02-22T22:37:45.448Z | Compiling hashbrown v0.13.2 |
2277 | 2024-02-22T22:37:46.200Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2024-02-22T22:37:57.137Z | Compiling crc-any v2.4.3 |
2279 | 2024-02-22T22:37:58.968Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2280 | 2024-02-22T22:38:15.209Z | Compiling object v0.30.4 |
2281 | 2024-02-22T22:38:16.033Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2282 | 2024-02-22T22:38:30.257Z | Compiling path-slash v0.1.5 |
2283 | 2024-02-22T22:38:30.755Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2284 | 2024-02-22T22:38:55.290Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2285 | 2024-02-22T22:38:56.196Z | Finished release [optimized] target(s) in 4m 02s |
2286 | 2024-02-22T22:38:56.423Z | |
2287 | 2024-02-22T22:38:56.423Z | real 4:03.053153329 |
2288 | 2024-02-22T22:38:56.423Z | user 26:44.838591045 |
2289 | 2024-02-22T22:38:56.423Z | sys 3:03.092058158 |
2290 | 2024-02-22T22:38:56.423Z | trap 0.843698431 |
2291 | 2024-02-22T22:38:56.423Z | tflt 1.473021108 |
2292 | 2024-02-22T22:38:56.423Z | dflt 0.283000728 |
2293 | 2024-02-22T22:38:56.423Z | kflt 0.000085994 |
2294 | 2024-02-22T22:38:56.423Z | lock 1:01:00.255454059 |
2295 | 2024-02-22T22:38:56.423Z | slp 1:19:01.643074025 |
2296 | 2024-02-22T22:38:56.423Z | lat 1:23.508158751 |
2297 | 2024-02-22T22:38:56.423Z | stop 1:12.759926894 |
2298 | 2024-02-22T22:38:56.423Z | + ptime -m gzip |
2299 | 2024-02-22T22:38:56.767Z | |
2300 | 2024-02-22T22:38:56.767Z | real 0.460834231 |
2301 | 2024-02-22T22:38:56.768Z | user 0.454664168 |
2302 | 2024-02-22T22:38:56.768Z | sys 0.005289500 |
2303 | 2024-02-22T22:38:56.768Z | trap 0.000121839 |
2304 | 2024-02-22T22:38:56.768Z | tflt 0.000000000 |
2305 | 2024-02-22T22:38:56.768Z | dflt 0.000000000 |
2306 | 2024-02-22T22:38:56.768Z | kflt 0.000000000 |
2307 | 2024-02-22T22:38:56.768Z | lock 0.000000000 |
2308 | 2024-02-22T22:38:56.768Z | slp 0.000000000 |
2309 | 2024-02-22T22:38:56.768Z | lat 0.000355655 |
2310 | 2024-02-22T22:38:56.768Z | stop 0.000189540 |
2311 | 2024-02-22T22:38:56.768Z | + banner tufaceous |
2312 | 2024-02-22T22:38:56.768Z | |
2313 | 2024-02-22T22:38:56.769Z | ##### # # ###### ## #### ###### #### # # #### |
2314 | 2024-02-22T22:38:56.769Z | # # # # # # # # # # # # # # |
2315 | 2024-02-22T22:38:56.769Z | # # # ##### # # # ##### # # # # #### |
2316 | 2024-02-22T22:38:56.769Z | # # # # ###### # # # # # # # |
2317 | 2024-02-22T22:38:56.769Z | # # # # # # # # # # # # # # # |
2318 | 2024-02-22T22:38:56.769Z | # #### # # # #### ###### #### #### #### |
2319 | 2024-02-22T22:38:56.769Z | |
2320 | 2024-02-22T22:38:56.769Z | + ptime -m cargo build --locked -p tufaceous --release |
2321 | 2024-02-22T22:38:57.186Z | Downloading crates ... |
2322 | 2024-02-22T22:38:57.512Z | Downloaded parse-size v1.0.0 |
2323 | 2024-02-22T22:38:57.512Z | Downloaded doc-comment v0.3.3 |
2324 | 2024-02-22T22:38:57.512Z | Downloaded serde_plain v1.0.2 |
2325 | 2024-02-22T22:38:57.513Z | Downloaded humantime v2.1.0 |
2326 | 2024-02-22T22:38:57.513Z | Downloaded snafu v0.7.5 |
2327 | 2024-02-22T22:38:57.513Z | Downloaded async-recursion v1.0.5 |
2328 | 2024-02-22T22:38:57.513Z | Downloaded olpc-cjson v0.1.3 |
2329 | 2024-02-22T22:38:57.514Z | Downloaded buf-list v1.0.3 |
2330 | 2024-02-22T22:38:57.514Z | Downloaded fs-err v2.11.0 |
2331 | 2024-02-22T22:38:57.514Z | Downloaded snafu-derive v0.7.5 |
2332 | 2024-02-22T22:38:57.514Z | Downloaded pin-project-internal v1.1.3 |
2333 | 2024-02-22T22:38:57.514Z | Downloaded globset v0.4.13 |
2334 | 2024-02-22T22:38:57.514Z | Downloaded pin-project v1.1.3 |
2335 | 2024-02-22T22:38:57.515Z | Downloaded typed-path v0.7.0 |
2336 | 2024-02-22T22:38:57.515Z | Downloaded tough v0.16.0 |
2337 | 2024-02-22T22:38:57.515Z | Compiling serde_tokenstream v0.2.0 |
2338 | 2024-02-22T22:38:57.638Z | Compiling regress v0.8.0 |
2339 | 2024-02-22T22:38:57.638Z | Compiling dirs-sys-next v0.1.2 |
2340 | 2024-02-22T22:38:57.638Z | Compiling rustls-pki-types v1.3.0 |
2341 | 2024-02-22T22:38:57.638Z | Compiling ident_case v1.0.1 |
2342 | 2024-02-22T22:38:57.638Z | Compiling strsim v0.10.0 |
2343 | 2024-02-22T22:38:57.638Z | Compiling thread_local v1.1.7 |
2344 | 2024-02-22T22:38:57.638Z | Compiling dirs-next v2.0.0 |
2345 | 2024-02-22T22:38:57.869Z | Compiling darling_core v0.20.3 |
2346 | 2024-02-22T22:38:58.033Z | Compiling camino v1.1.6 |
2347 | 2024-02-22T22:38:58.267Z | Compiling rustls v0.22.2 |
2348 | 2024-02-22T22:38:58.867Z | Compiling slog-async v2.8.0 |
2349 | 2024-02-22T22:38:58.938Z | Compiling heck v0.4.1 |
2350 | 2024-02-22T22:38:58.938Z | Compiling rustls-webpki v0.102.1 |
2351 | 2024-02-22T22:38:58.938Z | Compiling term v0.7.0 |
2352 | 2024-02-22T22:38:58.938Z | Compiling crossbeam-channel v0.5.8 |
2353 | 2024-02-22T22:38:58.938Z | Compiling getopts v0.2.21 |
2354 | 2024-02-22T22:38:59.575Z | Compiling structmeta-derive v0.3.0 |
2355 | 2024-02-22T22:38:59.656Z | Compiling atty v0.2.14 |
2356 | 2024-02-22T22:38:59.817Z | Compiling multer v3.0.0 |
2357 | 2024-02-22T22:39:00.126Z | Compiling paste v1.0.14 |
2358 | 2024-02-22T22:39:00.462Z | Compiling unsafe-libyaml v0.2.10 |
2359 | 2024-02-22T22:39:00.591Z | Compiling doc-comment v0.3.3 |
2360 | 2024-02-22T22:39:01.140Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2361 | 2024-02-22T22:39:02.386Z | Compiling take_mut v0.2.2 |
2362 | 2024-02-22T22:39:02.560Z | Compiling match_cfg v0.1.0 |
2363 | 2024-02-22T22:39:02.629Z | Compiling hostname v0.3.1 |
2364 | 2024-02-22T22:39:02.946Z | Compiling structmeta v0.3.0 |
2365 | 2024-02-22T22:39:03.261Z | Compiling darling_macro v0.20.3 |
2366 | 2024-02-22T22:39:03.349Z | Compiling serde_yaml v0.9.25 |
2367 | 2024-02-22T22:39:03.579Z | Compiling slog-term v2.9.0 |
2368 | 2024-02-22T22:39:04.193Z | Compiling darling v0.20.3 |
2369 | 2024-02-22T22:39:06.275Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2370 | 2024-02-22T22:39:06.331Z | Compiling slog-json v2.6.1 |
2371 | 2024-02-22T22:39:06.566Z | Compiling http v1.0.0 |
2372 | 2024-02-22T22:39:06.799Z | Compiling pin-project-internal v1.1.3 |
2373 | 2024-02-22T22:39:07.307Z | Compiling async-stream-impl v0.3.5 |
2374 | 2024-02-22T22:39:08.624Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2375 | 2024-02-22T22:39:08.715Z | Compiling fastrand v2.0.1 |
2376 | 2024-02-22T22:39:08.842Z | Compiling atomic-waker v1.1.1 |
2377 | 2024-02-22T22:39:09.085Z | Compiling tempfile v3.10.0 |
2378 | 2024-02-22T22:39:09.409Z | Compiling waitgroup v0.1.2 |
2379 | 2024-02-22T22:39:09.650Z | Compiling async-stream v0.3.5 |
2380 | 2024-02-22T22:39:09.973Z | Compiling pin-project v1.1.3 |
2381 | 2024-02-22T22:39:09.973Z | Compiling tokio-rustls v0.25.0 |
2382 | 2024-02-22T22:39:10.433Z | Compiling slog-bunyan v2.5.0 |
2383 | 2024-02-22T22:39:10.626Z | Compiling serde_with_macros v3.6.1 |
2384 | 2024-02-22T22:39:11.011Z | Compiling parse-display-derive v0.9.0 |
2385 | 2024-02-22T22:39:12.364Z | Compiling toml v0.8.10 |
2386 | 2024-02-22T22:39:12.364Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2387 | 2024-02-22T22:39:13.344Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2388 | 2024-02-22T22:39:14.838Z | Compiling rustls-pemfile v2.1.0 |
2389 | 2024-02-22T22:39:14.838Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2390 | 2024-02-22T22:39:14.838Z | Compiling sha1 v0.10.6 |
2391 | 2024-02-22T22:39:14.838Z | Compiling newtype-uuid v1.0.1 |
2392 | 2024-02-22T22:39:15.037Z | Compiling strum_macros v0.26.1 |
2393 | 2024-02-22T22:39:15.037Z | Compiling snafu-derive v0.7.5 |
2394 | 2024-02-22T22:39:15.189Z | Compiling serde_path_to_error v0.1.15 |
2395 | 2024-02-22T22:39:15.826Z | Compiling instant v0.1.12 |
2396 | 2024-02-22T22:39:16.129Z | Compiling fs-err v2.11.0 |
2397 | 2024-02-22T22:39:16.129Z | Compiling arc-swap v1.6.0 |
2398 | 2024-02-22T22:39:16.518Z | Compiling buf-list v1.0.3 |
2399 | 2024-02-22T22:39:16.629Z | Compiling same-file v1.0.6 |
2400 | 2024-02-22T22:39:17.067Z | Compiling debug-ignore v1.0.5 |
2401 | 2024-02-22T22:39:17.865Z | Compiling walkdir v2.4.0 |
2402 | 2024-02-22T22:39:18.455Z | Compiling slog-scope v4.4.0 |
2403 | 2024-02-22T22:39:18.455Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2404 | 2024-02-22T22:39:18.455Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2405 | 2024-02-22T22:39:19.014Z | Compiling backoff v0.4.0 |
2406 | 2024-02-22T22:39:19.995Z | Compiling parse-display v0.9.0 |
2407 | 2024-02-22T22:39:20.128Z | Compiling strum v0.26.1 |
2408 | 2024-02-22T22:39:20.128Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2409 | 2024-02-22T22:39:20.128Z | Compiling serde_with v3.6.1 |
2410 | 2024-02-22T22:39:20.128Z | Compiling snafu v0.7.5 |
2411 | 2024-02-22T22:39:21.370Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2412 | 2024-02-22T22:39:21.677Z | Compiling globset v0.4.13 |
2413 | 2024-02-22T22:39:22.193Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2414 | 2024-02-22T22:39:22.193Z | Compiling pem v3.0.2 |
2415 | 2024-02-22T22:39:23.746Z | Compiling olpc-cjson v0.1.3 |
2416 | 2024-02-22T22:39:24.372Z | Compiling serde_plain v1.0.2 |
2417 | 2024-02-22T22:39:24.932Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2418 | 2024-02-22T22:39:24.933Z | Compiling macaddr v1.0.1 |
2419 | 2024-02-22T22:39:25.110Z | Compiling async-recursion v1.0.5 |
2420 | 2024-02-22T22:39:25.582Z | Compiling filetime v0.2.23 |
2421 | 2024-02-22T22:39:25.880Z | Compiling xattr v1.0.1 |
2422 | 2024-02-22T22:39:26.039Z | Compiling typed-path v0.7.0 |
2423 | 2024-02-22T22:39:26.238Z | Compiling tar v0.4.40 |
2424 | 2024-02-22T22:39:30.597Z | Compiling tough v0.16.0 |
2425 | 2024-02-22T22:39:33.052Z | Compiling slog-stdlog v4.1.1 |
2426 | 2024-02-22T22:39:33.995Z | Compiling camino-tempfile v1.1.1 |
2427 | 2024-02-22T22:39:34.474Z | Compiling itertools v0.12.1 |
2428 | 2024-02-22T22:39:34.799Z | Compiling parse-size v1.0.0 |
2429 | 2024-02-22T22:39:35.165Z | Compiling slog-envlogger v2.2.0 |
2430 | 2024-02-22T22:39:37.878Z | Compiling humantime v2.1.0 |
2431 | 2024-02-22T22:39:41.197Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2432 | 2024-02-22T22:39:41.444Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2433 | 2024-02-22T22:39:51.546Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2434 | 2024-02-22T22:39:53.556Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2435 | 2024-02-22T22:40:13.583Z | Finished release [optimized] target(s) in 1m 16s |
2436 | 2024-02-22T22:40:15.187Z | |
2437 | 2024-02-22T22:40:15.188Z | real 1:17.090798497 |
2438 | 2024-02-22T22:40:15.188Z | user 8:31.696221284 |
2439 | 2024-02-22T22:40:15.188Z | sys 40.092561916 |
2440 | 2024-02-22T22:40:15.188Z | trap 0.228959509 |
2441 | 2024-02-22T22:40:15.188Z | tflt 0.389453962 |
2442 | 2024-02-22T22:40:15.188Z | dflt 0.426143712 |
2443 | 2024-02-22T22:40:15.188Z | kflt 0.000003399 |
2444 | 2024-02-22T22:40:15.188Z | lock 17:42.871328287 |
2445 | 2024-02-22T22:40:15.188Z | slp 19:18.252283079 |
2446 | 2024-02-22T22:40:15.188Z | lat 20.441114887 |
2447 | 2024-02-22T22:40:15.188Z | stop 16.161689591 |
2448 | 2024-02-22T22:40:15.188Z | + ptime -m gzip |
2449 | 2024-02-22T22:40:15.296Z | |
2450 | 2024-02-22T22:40:15.326Z | real 1.733486824 |
2451 | 2024-02-22T22:40:15.326Z | user 1.715434790 |
2452 | 2024-02-22T22:40:15.326Z | sys 0.017449841 |
2453 | 2024-02-22T22:40:15.326Z | trap 0.000123029 |
2454 | 2024-02-22T22:40:15.326Z | tflt 0.000000000 |
2455 | 2024-02-22T22:40:15.326Z | dflt 0.000000000 |
2456 | 2024-02-22T22:40:15.326Z | kflt 0.000000000 |
2457 | 2024-02-22T22:40:15.326Z | lock 0.000000000 |
2458 | 2024-02-22T22:40:15.326Z | slp 0.000000000 |
2459 | 2024-02-22T22:40:15.327Z | lat 0.000093254 |
2460 | 2024-02-22T22:40:15.327Z | stop 0.000172893 |
2461 | 2024-02-22T22:40:15.327Z | process exited: duration 1044747 ms, exit code 0 |
|
2462 | 2024-02-22T22:40:15.450Z | found 5 output files |
2463 | 2024-02-22T22:40:15.450Z | uploading: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz (10681592 bytes) |
2464 | 2024-02-22T22:40:29.612Z | uploaded: /work/end-to-end-tests/bootstrap-22e5a97eec9bb5c6.gz |
2465 | 2024-02-22T22:40:29.612Z | uploading: /work/end-to-end-tests/bootstrap.gz (109686833 bytes) |
2466 | 2024-02-22T22:43:32.603Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2467 | 2024-02-22T22:43:32.603Z | uploading: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz (113131663 bytes) |
2468 | 2024-02-22T22:45:45.105Z | uploaded: /work/end-to-end-tests/end_to_end_tests-25e7d53a8e782c84.gz |
2469 | 2024-02-22T22:45:45.105Z | uploading: /work/caboose-util.gz (4099335 bytes) |
2470 | 2024-02-22T22:45:46.854Z | uploaded: /work/caboose-util.gz |
2471 | 2024-02-22T22:45:46.854Z | uploading: /work/tufaceous.gz (15875104 bytes) |
2472 | 2024-02-22T22:46:06.840Z | uploaded: /work/tufaceous.gz |