|
|
|
1 | 2024-02-03T07:07:11.401Z | job assigned to worker 01HNPWKZ5MVYV5557WCCX9H1J2 (queued for 2 h 58 m 42 s) |
|
2 | 2024-02-03T07:07:12.355Z | starting task 0: "setup" |
3 | 2024-02-03T07:07:12.424Z | ++ uname -s |
4 | 2024-02-03T07:07:12.427Z | + kern=SunOS |
5 | 2024-02-03T07:07:12.428Z | + case "$kern" in |
6 | 2024-02-03T07:07:12.428Z | + groupadd -g 12345 build |
7 | 2024-02-03T07:07:12.431Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-03T07:07:14.486Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-03T07:07:14.600Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-03T07:07:14.603Z | + home_fs=zfs |
11 | 2024-02-03T07:07:14.603Z | + [[ zfs == autofs ]] |
12 | 2024-02-03T07:07:14.603Z | + mkdir -p /home/build |
13 | 2024-02-03T07:07:14.606Z | + chown build:build /home/build /work |
14 | 2024-02-03T07:07:16.615Z | + chmod 0700 /home/build /work |
15 | 2024-02-03T07:07:16.626Z | process exited: duration 4255 ms, exit code 0 |
|
16 | 2024-02-03T07:07:16.647Z | starting task 1: "rust-toolchain" |
17 | 2024-02-03T07:07:16.660Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-03T07:07:16.660Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-03T07:07:16.829Z | info: downloading installer |
20 | 2024-02-03T07:07:18.829Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-03T07:07:18.829Z | warning: /opt/ooce/bin |
22 | 2024-02-03T07:07:18.830Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-03T07:07:18.830Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-03T07:07:18.830Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-03T07:07:18.830Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-03T07:07:18.830Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-03T07:07:18.831Z | error: cannot install while Rust is installed |
28 | 2024-02-03T07:07:18.831Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-03T07:07:18.948Z | info: profile set to 'default' |
30 | 2024-02-03T07:07:18.948Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-03T07:07:18.951Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-03T07:07:19.119Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-03T07:07:19.119Z | info: downloading component 'cargo' |
34 | 2024-02-03T07:07:19.795Z | info: downloading component 'clippy' |
35 | 2024-02-03T07:07:20.036Z | info: downloading component 'rust-docs' |
36 | 2024-02-03T07:07:20.892Z | info: downloading component 'rust-std' |
37 | 2024-02-03T07:07:22.395Z | info: downloading component 'rustc' |
38 | 2024-02-03T07:07:26.111Z | info: downloading component 'rustfmt' |
39 | 2024-02-03T07:07:26.380Z | info: installing component 'cargo' |
40 | 2024-02-03T07:07:27.734Z | info: installing component 'clippy' |
41 | 2024-02-03T07:07:28.314Z | info: installing component 'rust-docs' |
42 | 2024-02-03T07:07:31.026Z | info: installing component 'rust-std' |
43 | 2024-02-03T07:07:34.092Z | info: installing component 'rustc' |
44 | 2024-02-03T07:07:40.797Z | info: installing component 'rustfmt' |
45 | 2024-02-03T07:07:41.264Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-03T07:07:41.264Z | |
47 | 2024-02-03T07:07:41.398Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-03T07:07:41.398Z | |
49 | 2024-02-03T07:07:41.398Z | |
50 | 2024-02-03T07:07:41.398Z | Rust is installed now. Great! |
51 | 2024-02-03T07:07:41.398Z | |
52 | 2024-02-03T07:07:41.398Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-03T07:07:41.398Z | environment variable. This has not been done automatically. |
54 | 2024-02-03T07:07:41.398Z | |
55 | 2024-02-03T07:07:41.399Z | To configure your current shell, run: |
56 | 2024-02-03T07:07:41.399Z | source "$HOME/.cargo/env" |
57 | 2024-02-03T07:07:41.487Z | + rustc --version |
58 | 2024-02-03T07:07:41.605Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-03T07:07:41.620Z | process exited: duration 24960 ms, exit code 0 |
|
60 | 2024-02-03T07:07:41.646Z | starting task 2: "authentication" |
61 | 2024-02-03T07:07:41.681Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2024-02-03T07:07:41.706Z | starting task 3: "clone repository" |
63 | 2024-02-03T07:07:41.717Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-03T07:07:41.718Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-03T07:07:41.815Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-03T07:07:48.090Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-03T07:07:48.090Z | + git fetch origin 20fe30dfea94f340530ea582c1820ce60d28dfa1 |
68 | 2024-02-03T07:07:48.476Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-03T07:07:48.477Z | * branch 20fe30dfea94f340530ea582c1820ce60d28dfa1 -> FETCH_HEAD |
70 | 2024-02-03T07:07:48.489Z | + [[ -n '' ]] |
71 | 2024-02-03T07:07:48.489Z | + git reset --hard 20fe30dfea94f340530ea582c1820ce60d28dfa1 |
72 | 2024-02-03T07:07:49.083Z | HEAD is now at 20fe30dfe Update Rust crate toml to 0.8.9 |
73 | 2024-02-03T07:07:49.501Z | process exited: duration 6972 ms, exit code 0 |
|
74 | 2024-02-03T07:07:49.507Z | starting task 4: "build" |
75 | 2024-02-03T07:07:49.515Z | + cargo --version |
76 | 2024-02-03T07:07:49.527Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-03T07:07:49.717Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-03T07:07:49.720Z | info: downloading component 'cargo' |
79 | 2024-02-03T07:07:50.551Z | info: downloading component 'clippy' |
80 | 2024-02-03T07:07:50.813Z | info: downloading component 'rust-docs' |
81 | 2024-02-03T07:07:51.836Z | info: downloading component 'rust-std' |
82 | 2024-02-03T07:07:53.365Z | info: downloading component 'rustc' |
83 | 2024-02-03T07:07:57.703Z | info: downloading component 'rustfmt' |
84 | 2024-02-03T07:07:57.964Z | info: installing component 'cargo' |
85 | 2024-02-03T07:07:59.524Z | info: installing component 'clippy' |
86 | 2024-02-03T07:08:00.000Z | info: installing component 'rust-docs' |
87 | 2024-02-03T07:08:02.832Z | info: installing component 'rust-std' |
88 | 2024-02-03T07:08:05.234Z | info: installing component 'rustc' |
89 | 2024-02-03T07:08:11.531Z | info: installing component 'rustfmt' |
90 | 2024-02-03T07:08:12.072Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-03T07:08:12.076Z | + rustc --version |
92 | 2024-02-03T07:08:12.204Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-03T07:08:12.223Z | ++ git rev-parse HEAD |
94 | 2024-02-03T07:08:12.228Z | + COMMIT=20fe30dfea94f340530ea582c1820ce60d28dfa1 |
95 | 2024-02-03T07:08:12.228Z | + VERSION=6.0.0-0.ci+git20fe30dfea9 |
96 | 2024-02-03T07:08:12.228Z | + echo 6.0.0-0.ci+git20fe30dfea9 |
97 | 2024-02-03T07:08:12.228Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-02-03T07:08:27.587Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-02-03T07:08:29.543Z | Startup: Caching catalogs ... Done |
100 | 2024-02-03T07:08:32.483Z | Planning: Solver setup ... Done (2.433s) |
101 | 2024-02-03T07:08:32.553Z | Planning: Running solver ... Done (0.066s) |
102 | 2024-02-03T07:08:32.581Z | Planning: Finding local manifests ... Done (0.002s) |
103 | 2024-02-03T07:08:32.595Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-02-03T07:08:32.956Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-02-03T07:08:33.036Z | Planning: Package planning ... Done (0.079s) |
106 | 2024-02-03T07:08:33.129Z | Planning: Merging actions ... Done (0.084s) |
107 | 2024-02-03T07:08:34.340Z | Planning: Checking for conflicting actions ... Done (1.220s) |
108 | 2024-02-03T07:08:34.358Z | Planning: Consolidating action changes ... Done (0.017s) |
109 | 2024-02-03T07:08:42.170Z | Planning: Evaluating mediators ... Done (7.812s) |
110 | 2024-02-03T07:08:42.186Z | Planning: Planning completed in 12.58 seconds |
111 | 2024-02-03T07:08:47.312Z | Packages to install: 4 |
112 | 2024-02-03T07:08:47.312Z | Mediators to change: 2 |
113 | 2024-02-03T07:08:47.322Z | Services to change: 1 |
114 | 2024-02-03T07:08:47.322Z | Estimated space available: 148.87 GB |
115 | 2024-02-03T07:08:47.322Z | Estimated space to be consumed: 1.40 GB |
116 | 2024-02-03T07:08:47.323Z | Create boot environment: No |
117 | 2024-02-03T07:08:47.323Z | Create backup boot environment: No |
118 | 2024-02-03T07:08:47.323Z | Rebuild boot archive: No |
119 | 2024-02-03T07:08:47.323Z | |
120 | 2024-02-03T07:08:47.323Z | Changed mediators: |
121 | 2024-02-03T07:08:47.323Z | mediator clang: |
122 | 2024-02-03T07:08:47.323Z | version: None -> 15 (system default) |
123 | 2024-02-03T07:08:47.323Z | |
124 | 2024-02-03T07:08:47.323Z | mediator llvm: |
125 | 2024-02-03T07:08:47.323Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-02-03T07:08:47.323Z | |
127 | 2024-02-03T07:08:47.323Z | Changed packages: |
128 | 2024-02-03T07:08:47.323Z | helios-dev |
129 | 2024-02-03T07:08:47.323Z | developer/build-essential |
130 | 2024-02-03T07:08:47.323Z | None -> 11-2.0 |
131 | 2024-02-03T07:08:47.324Z | library/libxmlsec1 |
132 | 2024-02-03T07:08:47.324Z | None -> 1.2.35-2.0 |
133 | 2024-02-03T07:08:47.324Z | ooce/developer/clang-15 |
134 | 2024-02-03T07:08:47.324Z | None -> 15.0.7-2.0 |
135 | 2024-02-03T07:08:47.324Z | ooce/developer/llvm-15 |
136 | 2024-02-03T07:08:47.324Z | None -> 15.0.7-2.0 |
137 | 2024-02-03T07:08:47.324Z | |
138 | 2024-02-03T07:08:47.324Z | Services: |
139 | 2024-02-03T07:08:47.324Z | restart_fmri: |
140 | 2024-02-03T07:08:47.324Z | svc:/system/update-man-index:default |
141 | 2024-02-03T07:08:47.675Z | |
142 | 2024-02-03T07:08:47.675Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-02-03T07:08:52.678Z | Download: 742/3290 items 18.3/212.6MB 8% complete (3.8M/s) |
144 | 2024-02-03T07:08:57.674Z | Download: 1328/3290 items 116.6/212.6MB 54% complete (11.8M/s) |
145 | 2024-02-03T07:09:02.678Z | Download: 2147/3290 items 119.0/212.6MB 55% complete (10.1M/s) |
146 | 2024-02-03T07:09:07.685Z | Download: 2670/3290 items 120.7/212.6MB 56% complete (460k/s) |
147 | 2024-02-03T07:09:12.760Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
148 | 2024-02-03T07:09:16.113Z | Download: Completed 212.60 MB in 28.44 seconds (7.5M/s) |
149 | 2024-02-03T07:09:16.527Z | Actions: 1/3689 actions (Installing new actions) |
150 | 2024-02-03T07:09:21.556Z | Actions: 2180/3689 actions (Installing new actions) |
151 | 2024-02-03T07:09:24.203Z | Actions: Completed 3689 actions in 7.68 seconds. |
152 | 2024-02-03T07:09:24.345Z | Done (0.137s) |
153 | 2024-02-03T07:09:24.345Z | Done (0.000s) |
154 | 2024-02-03T07:09:25.095Z | Done (0.339s) |
155 | 2024-02-03T07:09:32.257Z | Done (7.432s) |
156 | 2024-02-03T07:09:32.460Z | Done (0.103s) |
157 | 2024-02-03T07:09:32.468Z | Done (0.000s) |
158 | 2024-02-03T07:09:32.725Z | Done (0.000s) |
159 | 2024-02-03T07:09:33.452Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-02-03T07:09:33.728Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-02-03T07:09:33.735Z | Planning: Consolidating action changes ... Done |
162 | 2024-02-03T07:09:34.163Z | Planning: Evaluating mediators ... Done |
163 | 2024-02-03T07:09:34.173Z | Planning: Planning completed in 0.71 seconds |
164 | 2024-02-03T07:09:34.235Z | Mediators to change: 2 |
165 | 2024-02-03T07:09:34.235Z | Create boot environment: No |
166 | 2024-02-03T07:09:34.250Z | Create backup boot environment: No |
167 | 2024-02-03T07:09:34.309Z | Done |
168 | 2024-02-03T07:09:34.309Z | Done |
169 | 2024-02-03T07:09:34.503Z | Done |
170 | 2024-02-03T07:09:40.146Z | Done |
171 | 2024-02-03T07:09:40.241Z | Done |
172 | 2024-02-03T07:09:40.245Z | Done |
173 | 2024-02-03T07:09:40.388Z | Done |
174 | 2024-02-03T07:09:41.385Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-02-03T07:09:41.393Z | Planning: Merging actions ... Done |
176 | 2024-02-03T07:09:41.714Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-02-03T07:09:41.717Z | Planning: Consolidating action changes ... Done |
178 | 2024-02-03T07:09:42.141Z | Planning: Evaluating mediators ... Done |
179 | 2024-02-03T07:09:42.232Z | Planning: Planning completed in 1.29 seconds |
180 | 2024-02-03T07:09:42.286Z | Packages to change: 1 |
181 | 2024-02-03T07:09:42.289Z | Mediators to change: 1 |
182 | 2024-02-03T07:09:42.289Z | Services to change: 1 |
183 | 2024-02-03T07:09:42.289Z | Create boot environment: No |
184 | 2024-02-03T07:09:42.289Z | Create backup boot environment: Yes |
185 | 2024-02-03T07:09:44.201Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-02-03T07:09:44.206Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-02-03T07:09:44.206Z | Done |
188 | 2024-02-03T07:09:44.206Z | Done |
189 | 2024-02-03T07:09:44.277Z | Done |
190 | 2024-02-03T07:09:49.977Z | Done |
191 | 2024-02-03T07:09:50.094Z | Done |
192 | 2024-02-03T07:09:50.097Z | Done |
193 | 2024-02-03T07:09:50.211Z | Done |
194 | 2024-02-03T07:09:50.867Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-02-03T07:09:50.867Z | clang system 15 system |
196 | 2024-02-03T07:09:50.867Z | csh system system illumos |
197 | 2024-02-03T07:09:50.867Z | ctags system system illumos |
198 | 2024-02-03T07:09:50.867Z | gcc vendor 12 vendor |
199 | 2024-02-03T07:09:50.867Z | gcc system 10 system |
200 | 2024-02-03T07:09:50.868Z | gcc system 7 system |
201 | 2024-02-03T07:09:50.868Z | go system 1.20 system |
202 | 2024-02-03T07:09:50.868Z | go system 1.19 system |
203 | 2024-02-03T07:09:50.868Z | llvm system 15 system |
204 | 2024-02-03T07:09:50.868Z | llvm system 14 system |
205 | 2024-02-03T07:09:50.868Z | mariadb system 10.6 system |
206 | 2024-02-03T07:09:50.868Z | mta vendor vendor dma |
207 | 2024-02-03T07:09:50.868Z | openjdk system 17 system |
208 | 2024-02-03T07:09:50.868Z | openjdk system 11 system |
209 | 2024-02-03T07:09:50.868Z | openjdk system 1.8 system |
210 | 2024-02-03T07:09:50.869Z | openssl vendor 3 vendor |
211 | 2024-02-03T07:09:50.869Z | perl system 5.36 system |
212 | 2024-02-03T07:09:50.869Z | postgresql system 15 system |
213 | 2024-02-03T07:09:50.869Z | postgresql system 13 system |
214 | 2024-02-03T07:09:50.869Z | python vendor 3 vendor |
215 | 2024-02-03T07:09:50.869Z | python system 2 system |
216 | 2024-02-03T07:09:50.869Z | python3 system 3.11 system |
217 | 2024-02-03T07:09:50.869Z | ruby system 3.0 system |
218 | 2024-02-03T07:09:50.869Z | words vendor vendor american-english |
219 | 2024-02-03T07:09:50.870Z | words system system australian-english |
220 | 2024-02-03T07:09:50.870Z | words system system british-english |
221 | 2024-02-03T07:09:50.870Z | words system system canadian-english |
222 | 2024-02-03T07:09:50.870Z | words system system french |
223 | 2024-02-03T07:09:50.870Z | words system system italian |
224 | 2024-02-03T07:09:50.870Z | words system system ngerman |
225 | 2024-02-03T07:09:50.870Z | words system system ogerman |
226 | 2024-02-03T07:09:50.870Z | words system system spanish |
227 | 2024-02-03T07:09:51.385Z | FMRI IFO |
228 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-02-03T07:09:51.385Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
234 | 2024-02-03T07:09:51.386Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
235 | 2024-02-03T07:09:51.386Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-02-03T07:09:51.461Z | + set -o errexit |
237 | 2024-02-03T07:09:51.474Z | +++ dirname ./tools/ci_download_cockroachdb |
238 | 2024-02-03T07:09:51.474Z | ++ cd ./tools |
239 | 2024-02-03T07:09:51.474Z | ++ pwd |
240 | 2024-02-03T07:09:51.474Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
241 | 2024-02-03T07:09:51.474Z | ++ basename ./tools/ci_download_cockroachdb |
242 | 2024-02-03T07:09:51.474Z | + ARG0=ci_download_cockroachdb |
243 | 2024-02-03T07:09:51.474Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
244 | 2024-02-03T07:09:51.484Z | + CIDL_VERSION=v22.1.9 |
245 | 2024-02-03T07:09:51.484Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
246 | 2024-02-03T07:09:51.484Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
247 | 2024-02-03T07:09:51.484Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
248 | 2024-02-03T07:09:51.484Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
249 | 2024-02-03T07:09:51.485Z | + TARGET_DIR=out |
250 | 2024-02-03T07:09:51.485Z | + DOWNLOAD_DIR=out/downloads |
251 | 2024-02-03T07:09:51.485Z | + DEST_DIR=./out/cockroachdb |
252 | 2024-02-03T07:09:51.485Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
253 | 2024-02-03T07:09:51.485Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
254 | 2024-02-03T07:09:51.486Z | + main |
255 | 2024-02-03T07:09:51.486Z | + [[ 0 != 0 ]] |
256 | 2024-02-03T07:09:51.486Z | + CIDL_OS=solaris2.11 |
257 | 2024-02-03T07:09:51.487Z | + [[ 0 != 0 ]] |
258 | 2024-02-03T07:09:51.487Z | + configure_os solaris2.11 |
259 | 2024-02-03T07:09:51.487Z | + echo 'current directory: /work/oxidecomputer/omicron' |
260 | 2024-02-03T07:09:51.487Z | current directory: /work/oxidecomputer/omicron |
261 | 2024-02-03T07:09:51.487Z | + echo 'configuring based on OS: "solaris2.11"' |
262 | 2024-02-03T07:09:51.487Z | + case "$1" in |
263 | 2024-02-03T07:09:51.488Z | configuring based on OS: "solaris2.11" |
264 | 2024-02-03T07:09:51.488Z | + CIDL_BUILD=illumos |
265 | 2024-02-03T07:09:51.488Z | + CIDL_SUFFIX=tar.gz |
266 | 2024-02-03T07:09:51.488Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
267 | 2024-02-03T07:09:51.488Z | + CIDL_MD5FUNC=do_md5sum |
268 | 2024-02-03T07:09:51.488Z | + CIDL_URL_BASE=https://illumos.org/downloads |
269 | 2024-02-03T07:09:51.489Z | + CIDL_ASSEMBLE=do_assemble_illumos |
270 | 2024-02-03T07:09:51.489Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
271 | 2024-02-03T07:09:51.489Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
272 | 2024-02-03T07:09:51.489Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2024-02-03T07:09:51.489Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
274 | 2024-02-03T07:09:51.489Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-03T07:09:51.489Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2024-02-03T07:09:51.489Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-03T07:09:51.490Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-03T07:09:51.490Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-03T07:09:51.490Z | + mkdir -p out/downloads |
280 | 2024-02-03T07:09:51.490Z | + mkdir -p ./out/cockroachdb |
281 | 2024-02-03T07:09:51.490Z | + local DO_DOWNLOAD=true |
282 | 2024-02-03T07:09:51.490Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2024-02-03T07:09:51.490Z | + '[' true == true ']' |
284 | 2024-02-03T07:09:51.490Z | + echo Downloading... |
285 | 2024-02-03T07:09:51.491Z | Downloading... |
286 | 2024-02-03T07:09:51.491Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2024-02-03T07:09:51.491Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2024-02-03T07:09:57.851Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-03T07:09:57.854Z | ++ md5sum |
290 | 2024-02-03T07:09:57.854Z | ++ awk '{print $1}' |
291 | 2024-02-03T07:09:58.086Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
292 | 2024-02-03T07:09:58.086Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
293 | 2024-02-03T07:09:58.086Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-02-03T07:09:58.098Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
295 | 2024-02-03T07:10:01.623Z | + do_assemble_illumos |
296 | 2024-02-03T07:10:01.623Z | + rm -r ./out/cockroachdb |
297 | 2024-02-03T07:10:01.626Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
298 | 2024-02-03T07:10:02.615Z | + ./out/cockroachdb/bin/cockroach version |
299 | 2024-02-03T07:10:02.635Z | Build Tag: v22.1.9-dirty |
300 | 2024-02-03T07:10:02.635Z | Build Time: 2022/10/26 21:17:46 |
301 | 2024-02-03T07:10:02.635Z | Distribution: OSS |
302 | 2024-02-03T07:10:02.635Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
303 | 2024-02-03T07:10:02.636Z | Go Version: go1.17.13 |
304 | 2024-02-03T07:10:02.636Z | C Compiler: gcc 10.3.0 |
305 | 2024-02-03T07:10:02.636Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
306 | 2024-02-03T07:10:02.636Z | Build Type: release |
307 | 2024-02-03T07:10:02.636Z | + set -o errexit |
308 | 2024-02-03T07:10:02.636Z | +++ dirname ./tools/ci_download_clickhouse |
309 | 2024-02-03T07:10:02.636Z | ++ cd ./tools |
310 | 2024-02-03T07:10:02.637Z | ++ pwd |
311 | 2024-02-03T07:10:02.637Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
312 | 2024-02-03T07:10:02.637Z | ++ basename ./tools/ci_download_clickhouse |
313 | 2024-02-03T07:10:02.637Z | + ARG0=ci_download_clickhouse |
314 | 2024-02-03T07:10:02.637Z | + TARGET_DIR=out |
315 | 2024-02-03T07:10:02.637Z | + DOWNLOAD_DIR=out/downloads |
316 | 2024-02-03T07:10:02.637Z | + DEST_DIR=./out/clickhouse |
317 | 2024-02-03T07:10:02.638Z | + CIDL_VERSION=v22.8.9.24 |
318 | 2024-02-03T07:10:02.638Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
319 | 2024-02-03T07:10:02.638Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
320 | 2024-02-03T07:10:02.638Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
321 | 2024-02-03T07:10:02.638Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
322 | 2024-02-03T07:10:02.638Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
323 | 2024-02-03T07:10:02.638Z | + main |
324 | 2024-02-03T07:10:02.638Z | + [[ 0 != 0 ]] |
325 | 2024-02-03T07:10:02.639Z | + CIDL_OS=solaris2.11 |
326 | 2024-02-03T07:10:02.639Z | + [[ 0 != 0 ]] |
327 | 2024-02-03T07:10:02.639Z | + configure_os solaris2.11 |
328 | 2024-02-03T07:10:02.639Z | + echo 'current directory: /work/oxidecomputer/omicron' |
329 | 2024-02-03T07:10:02.639Z | current directory: /work/oxidecomputer/omicron |
330 | 2024-02-03T07:10:02.639Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2024-02-03T07:10:02.639Z | + CIDL_DASHREV= |
332 | 2024-02-03T07:10:02.639Z | + case "$1" in |
333 | 2024-02-03T07:10:02.639Z | configuring based on OS: "solaris2.11" |
334 | 2024-02-03T07:10:02.640Z | + CIDL_PLATFORM=illumos |
335 | 2024-02-03T07:10:02.640Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
336 | 2024-02-03T07:10:02.640Z | + CIDL_MD5FUNC=do_md5sum |
337 | 2024-02-03T07:10:02.640Z | + CIDL_DASHREV=-1 |
338 | 2024-02-03T07:10:02.640Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
339 | 2024-02-03T07:10:02.640Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2024-02-03T07:10:02.640Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2024-02-03T07:10:02.641Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2024-02-03T07:10:02.641Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2024-02-03T07:10:02.641Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-03T07:10:02.641Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-03T07:10:02.641Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2024-02-03T07:10:02.641Z | + mkdir -p out/downloads |
347 | 2024-02-03T07:10:02.641Z | + mkdir -p ./out/clickhouse |
348 | 2024-02-03T07:10:02.642Z | + local DO_DOWNLOAD=true |
349 | 2024-02-03T07:10:02.642Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2024-02-03T07:10:02.642Z | + '[' true == true ']' |
351 | 2024-02-03T07:10:02.642Z | + echo Downloading... |
352 | 2024-02-03T07:10:02.642Z | Downloading... |
353 | 2024-02-03T07:10:02.642Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2024-02-03T07:10:02.642Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2024-02-03T07:10:04.057Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2024-02-03T07:10:04.063Z | ++ md5sum |
357 | 2024-02-03T07:10:04.063Z | ++ awk '{print $1}' |
358 | 2024-02-03T07:10:04.231Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
359 | 2024-02-03T07:10:04.231Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
360 | 2024-02-03T07:10:04.231Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
361 | 2024-02-03T07:10:04.240Z | + mkdir -p ./out/clickhouse |
362 | 2024-02-03T07:10:04.240Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
363 | 2024-02-03T07:10:09.085Z | + ./out/clickhouse/clickhouse server --version |
364 | 2024-02-03T07:10:09.137Z | ClickHouse server version 22.8.9.1. |
365 | 2024-02-03T07:10:09.161Z | + set -o errexit |
366 | 2024-02-03T07:10:09.164Z | +++ dirname ./tools/ci_download_console |
367 | 2024-02-03T07:10:09.169Z | ++ cd ./tools |
368 | 2024-02-03T07:10:09.169Z | ++ pwd |
369 | 2024-02-03T07:10:09.169Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
370 | 2024-02-03T07:10:09.169Z | ++ basename ./tools/ci_download_console |
371 | 2024-02-03T07:10:09.175Z | + ARG0=ci_download_console |
372 | 2024-02-03T07:10:09.175Z | + TARGET_DIR=out |
373 | 2024-02-03T07:10:09.176Z | + DOWNLOAD_DIR=out/downloads |
374 | 2024-02-03T07:10:09.176Z | + DEST_DIR=./out/console-assets |
375 | 2024-02-03T07:10:09.176Z | + source /work/oxidecomputer/omicron/tools/console_version |
376 | 2024-02-03T07:10:09.176Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
377 | 2024-02-03T07:10:09.176Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
378 | 2024-02-03T07:10:09.176Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
379 | 2024-02-03T07:10:09.177Z | + TARBALL_FILE=out/downloads/console.tar.gz |
380 | 2024-02-03T07:10:09.177Z | + main |
381 | 2024-02-03T07:10:09.177Z | + [[ 0 != 0 ]] |
382 | 2024-02-03T07:10:09.177Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
383 | 2024-02-03T07:10:09.177Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
384 | 2024-02-03T07:10:09.177Z | Local file: out/downloads/console.tar.gz |
385 | 2024-02-03T07:10:09.177Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2024-02-03T07:10:09.177Z | + local DO_DOWNLOAD=true |
387 | 2024-02-03T07:10:09.177Z | + [[ -f out/downloads/console.tar.gz ]] |
388 | 2024-02-03T07:10:09.177Z | + mkdir -p out/downloads |
389 | 2024-02-03T07:10:09.177Z | + '[' true == true ']' |
390 | 2024-02-03T07:10:09.178Z | Downloading... |
391 | 2024-02-03T07:10:09.178Z | + echo Downloading... |
392 | 2024-02-03T07:10:09.178Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
393 | 2024-02-03T07:10:09.178Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
394 | 2024-02-03T07:10:09.874Z | ++ do_sha256sum out/downloads/console.tar.gz |
395 | 2024-02-03T07:10:09.879Z | ++ case "$OSTYPE" in |
396 | 2024-02-03T07:10:09.879Z | ++ SHA=sha256sum |
397 | 2024-02-03T07:10:09.879Z | ++ sha256sum |
398 | 2024-02-03T07:10:09.879Z | ++ awk '{print $1}' |
399 | 2024-02-03T07:10:09.971Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
400 | 2024-02-03T07:10:09.971Z | + [[ 66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 != \6\6\e\7\3\1\1\2\3\2\7\d\b\5\f\8\0\e\3\2\d\6\8\6\5\c\f\1\5\0\3\2\0\a\e\5\0\8\9\8\5\c\e\f\4\2\1\4\5\9\1\0\7\7\1\3\2\8\7\e\d\4\b\8 ]] |
401 | 2024-02-03T07:10:09.971Z | + rm -rf ./out/console-assets |
402 | 2024-02-03T07:10:09.976Z | + mkdir -p ./out/console-assets |
403 | 2024-02-03T07:10:09.977Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
404 | 2024-02-03T07:10:09.977Z | + mkdir -p ./out/console-assets |
405 | 2024-02-03T07:10:09.982Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
406 | 2024-02-03T07:10:10.121Z | + set -o errexit |
407 | 2024-02-03T07:10:10.125Z | +++ dirname ./tools/ci_download_maghemite_openapi |
408 | 2024-02-03T07:10:10.126Z | ++ cd ./tools |
409 | 2024-02-03T07:10:10.126Z | ++ pwd |
410 | 2024-02-03T07:10:10.126Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-02-03T07:10:10.137Z | ++ basename ./tools/ci_download_maghemite_openapi |
412 | 2024-02-03T07:10:10.138Z | + ARG0=ci_download_maghemite_openapi |
413 | 2024-02-03T07:10:10.138Z | + TARGET_DIR=out |
414 | 2024-02-03T07:10:10.138Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-02-03T07:10:10.138Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
416 | 2024-02-03T07:10:10.138Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
417 | 2024-02-03T07:10:10.138Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
418 | 2024-02-03T07:10:10.138Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
419 | 2024-02-03T07:10:10.139Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
420 | 2024-02-03T07:10:10.139Z | + main |
421 | 2024-02-03T07:10:10.139Z | + [[ 0 != 0 ]] |
422 | 2024-02-03T07:10:10.139Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
423 | 2024-02-03T07:10:10.139Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
424 | 2024-02-03T07:10:10.139Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
425 | 2024-02-03T07:10:10.139Z | + local DO_DOWNLOAD=true |
426 | 2024-02-03T07:10:10.140Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
427 | 2024-02-03T07:10:10.140Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
428 | 2024-02-03T07:10:10.140Z | + mkdir -p out/downloads |
429 | 2024-02-03T07:10:10.140Z | + '[' true == true ']' |
430 | 2024-02-03T07:10:10.140Z | + echo Downloading... |
431 | 2024-02-03T07:10:10.140Z | Downloading... |
432 | 2024-02-03T07:10:10.140Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
433 | 2024-02-03T07:10:10.140Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
434 | 2024-02-03T07:10:10.737Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
435 | 2024-02-03T07:10:10.747Z | ++ case "$OSTYPE" in |
436 | 2024-02-03T07:10:10.747Z | ++ SHA=sha256sum |
437 | 2024-02-03T07:10:10.747Z | ++ sha256sum |
438 | 2024-02-03T07:10:10.747Z | ++ awk '{print $1}' |
439 | 2024-02-03T07:10:10.747Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-02-03T07:10:10.748Z | + [[ 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 ]] |
441 | 2024-02-03T07:10:10.748Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
442 | 2024-02-03T07:10:10.748Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
443 | 2024-02-03T07:10:10.748Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
444 | 2024-02-03T07:10:10.748Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
445 | 2024-02-03T07:10:10.748Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
446 | 2024-02-03T07:10:10.748Z | + main |
447 | 2024-02-03T07:10:10.748Z | + [[ 0 != 0 ]] |
448 | 2024-02-03T07:10:10.748Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
449 | 2024-02-03T07:10:10.748Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
450 | 2024-02-03T07:10:10.748Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
451 | 2024-02-03T07:10:10.748Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
452 | 2024-02-03T07:10:10.748Z | + local DO_DOWNLOAD=true |
453 | 2024-02-03T07:10:10.748Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
454 | 2024-02-03T07:10:10.748Z | + mkdir -p out/downloads |
455 | 2024-02-03T07:10:10.748Z | + '[' true == true ']' |
456 | 2024-02-03T07:10:10.749Z | + echo Downloading... |
457 | 2024-02-03T07:10:10.749Z | Downloading... |
458 | 2024-02-03T07:10:10.749Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
459 | 2024-02-03T07:10:10.749Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
460 | 2024-02-03T07:10:11.331Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
461 | 2024-02-03T07:10:11.334Z | ++ case "$OSTYPE" in |
462 | 2024-02-03T07:10:11.334Z | ++ SHA=sha256sum |
463 | 2024-02-03T07:10:11.334Z | ++ sha256sum |
464 | 2024-02-03T07:10:11.334Z | ++ awk '{print $1}' |
465 | 2024-02-03T07:10:11.337Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
466 | 2024-02-03T07:10:11.340Z | + [[ 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 ]] |
467 | 2024-02-03T07:10:11.347Z | + set -o errexit |
468 | 2024-02-03T07:10:11.351Z | +++ dirname ./tools/ci_download_dendrite_openapi |
469 | 2024-02-03T07:10:11.354Z | ++ cd ./tools |
470 | 2024-02-03T07:10:11.354Z | ++ pwd |
471 | 2024-02-03T07:10:11.354Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
472 | 2024-02-03T07:10:11.354Z | ++ basename ./tools/ci_download_dendrite_openapi |
473 | 2024-02-03T07:10:11.357Z | + ARG0=ci_download_dendrite_openapi |
474 | 2024-02-03T07:10:11.357Z | + TARGET_DIR=out |
475 | 2024-02-03T07:10:11.357Z | + DOWNLOAD_DIR=out/downloads |
476 | 2024-02-03T07:10:11.357Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
477 | 2024-02-03T07:10:11.357Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
478 | 2024-02-03T07:10:11.357Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
479 | 2024-02-03T07:10:11.357Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
480 | 2024-02-03T07:10:11.357Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
481 | 2024-02-03T07:10:11.357Z | + main |
482 | 2024-02-03T07:10:11.357Z | + [[ 0 != 0 ]] |
483 | 2024-02-03T07:10:11.357Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
484 | 2024-02-03T07:10:11.357Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
485 | 2024-02-03T07:10:11.357Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
486 | 2024-02-03T07:10:11.357Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
487 | 2024-02-03T07:10:11.357Z | + local DO_DOWNLOAD=true |
488 | 2024-02-03T07:10:11.357Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
489 | 2024-02-03T07:10:11.357Z | + mkdir -p out/downloads |
490 | 2024-02-03T07:10:11.361Z | + '[' true == true ']' |
491 | 2024-02-03T07:10:11.361Z | + echo Downloading... |
492 | 2024-02-03T07:10:11.361Z | Downloading... |
493 | 2024-02-03T07:10:11.361Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
494 | 2024-02-03T07:10:11.361Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
495 | 2024-02-03T07:10:12.120Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
496 | 2024-02-03T07:10:12.121Z | ++ case "$OSTYPE" in |
497 | 2024-02-03T07:10:12.121Z | ++ SHA=sha256sum |
498 | 2024-02-03T07:10:12.141Z | ++ sha256sum |
499 | 2024-02-03T07:10:12.141Z | ++ awk '{print $1}' |
500 | 2024-02-03T07:10:12.141Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-02-03T07:10:12.141Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
502 | 2024-02-03T07:10:12.142Z | + set -o errexit |
503 | 2024-02-03T07:10:12.572Z | +++ dirname ./tools/ci_download_dendrite_stub |
504 | 2024-02-03T07:10:12.573Z | ++ cd ./tools |
505 | 2024-02-03T07:10:12.573Z | ++ pwd |
506 | 2024-02-03T07:10:12.573Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
507 | 2024-02-03T07:10:12.573Z | ++ basename ./tools/ci_download_dendrite_stub |
508 | 2024-02-03T07:10:12.573Z | + ARG0=ci_download_dendrite_stub |
509 | 2024-02-03T07:10:12.573Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
510 | 2024-02-03T07:10:12.573Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
511 | 2024-02-03T07:10:12.574Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
512 | 2024-02-03T07:10:12.574Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
513 | 2024-02-03T07:10:12.574Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
514 | 2024-02-03T07:10:12.574Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
515 | 2024-02-03T07:10:12.574Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
516 | 2024-02-03T07:10:12.574Z | + TARGET_DIR=out |
517 | 2024-02-03T07:10:12.574Z | + DOWNLOAD_DIR=out/downloads |
518 | 2024-02-03T07:10:12.574Z | + DEST_DIR=./out/dendrite-stub |
519 | 2024-02-03T07:10:12.575Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
520 | 2024-02-03T07:10:12.575Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
521 | 2024-02-03T07:10:12.575Z | + REPO=oxidecomputer/dendrite |
522 | 2024-02-03T07:10:12.575Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
523 | 2024-02-03T07:10:12.575Z | + main |
524 | 2024-02-03T07:10:12.575Z | + [[ 0 != 0 ]] |
525 | 2024-02-03T07:10:12.575Z | + CIDL_OS=solaris2.11 |
526 | 2024-02-03T07:10:12.575Z | + [[ 0 != 0 ]] |
527 | 2024-02-03T07:10:12.576Z | + configure_os solaris2.11 |
528 | 2024-02-03T07:10:12.576Z | + echo 'current directory: /work/oxidecomputer/omicron' |
529 | 2024-02-03T07:10:12.576Z | current directory: /work/oxidecomputer/omicron |
530 | 2024-02-03T07:10:12.576Z | + echo 'configuring based on OS: "solaris2.11"' |
531 | 2024-02-03T07:10:12.576Z | configuring based on OS: "solaris2.11" |
532 | 2024-02-03T07:10:12.576Z | + case "$1" in |
533 | 2024-02-03T07:10:12.576Z | + SET_BINARIES= |
534 | 2024-02-03T07:10:12.576Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
535 | 2024-02-03T07:10:12.577Z | + CIDL_SHA256FUNC=do_sha256sum |
536 | 2024-02-03T07:10:12.577Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
537 | 2024-02-03T07:10:12.578Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
538 | 2024-02-03T07:10:12.578Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
539 | 2024-02-03T07:10:12.578Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
540 | 2024-02-03T07:10:12.578Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
541 | 2024-02-03T07:10:12.578Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
542 | 2024-02-03T07:10:12.578Z | + mkdir -p out/downloads |
543 | 2024-02-03T07:10:12.578Z | Local file: out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-03T07:10:12.579Z | + mkdir -p ./out/dendrite-stub |
545 | 2024-02-03T07:10:12.579Z | + fetch_and_verify |
546 | 2024-02-03T07:10:12.579Z | + local DO_DOWNLOAD=true |
547 | 2024-02-03T07:10:12.580Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2024-02-03T07:10:12.580Z | + '[' true == true ']' |
549 | 2024-02-03T07:10:12.580Z | + echo Downloading... |
550 | 2024-02-03T07:10:12.580Z | Downloading... |
551 | 2024-02-03T07:10:12.580Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
552 | 2024-02-03T07:10:12.580Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
553 | 2024-02-03T07:10:21.851Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
554 | 2024-02-03T07:10:21.856Z | ++ sha256sum |
555 | 2024-02-03T07:10:21.856Z | ++ awk '{print $1}' |
556 | 2024-02-03T07:10:21.953Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-02-03T07:10:21.954Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
558 | 2024-02-03T07:10:21.963Z | + do_untar out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-03T07:10:21.963Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
560 | 2024-02-03T07:10:23.030Z | + do_assemble |
561 | 2024-02-03T07:10:23.030Z | + rm -r ./out/dendrite-stub |
562 | 2024-02-03T07:10:23.033Z | + mkdir ./out/dendrite-stub |
563 | 2024-02-03T07:10:23.036Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
564 | 2024-02-03T07:10:23.173Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
565 | 2024-02-03T07:10:23.189Z | + set -o errexit |
566 | 2024-02-03T07:10:23.193Z | +++ dirname ./tools/ci_download_maghemite_mgd |
567 | 2024-02-03T07:10:23.193Z | ++ cd ./tools |
568 | 2024-02-03T07:10:23.193Z | ++ pwd |
569 | 2024-02-03T07:10:23.193Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
570 | 2024-02-03T07:10:23.193Z | ++ basename ./tools/ci_download_maghemite_mgd |
571 | 2024-02-03T07:10:23.196Z | + ARG0=ci_download_maghemite_mgd |
572 | 2024-02-03T07:10:23.196Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
573 | 2024-02-03T07:10:23.196Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
574 | 2024-02-03T07:10:23.196Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
575 | 2024-02-03T07:10:23.196Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
576 | 2024-02-03T07:10:23.196Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
577 | 2024-02-03T07:10:23.196Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
578 | 2024-02-03T07:10:23.196Z | + TARGET_DIR=out |
579 | 2024-02-03T07:10:23.197Z | + DOWNLOAD_DIR=out/downloads |
580 | 2024-02-03T07:10:23.197Z | + DEST_DIR=./out/mgd |
581 | 2024-02-03T07:10:23.197Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
582 | 2024-02-03T07:10:23.197Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
583 | 2024-02-03T07:10:23.197Z | + REPO=oxidecomputer/maghemite |
584 | 2024-02-03T07:10:23.197Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
585 | 2024-02-03T07:10:23.197Z | + main |
586 | 2024-02-03T07:10:23.197Z | + [[ 0 != 0 ]] |
587 | 2024-02-03T07:10:23.197Z | + CIDL_OS=solaris2.11 |
588 | 2024-02-03T07:10:23.197Z | + [[ 0 != 0 ]] |
589 | 2024-02-03T07:10:23.197Z | + configure_os solaris2.11 |
590 | 2024-02-03T07:10:23.197Z | + echo 'current directory: /work/oxidecomputer/omicron' |
591 | 2024-02-03T07:10:23.197Z | current directory: /work/oxidecomputer/omicron |
592 | 2024-02-03T07:10:23.197Z | + echo 'configuring based on OS: "solaris2.11"' |
593 | 2024-02-03T07:10:23.197Z | + case "$1" in |
594 | 2024-02-03T07:10:23.197Z | configuring based on OS: "solaris2.11" |
595 | 2024-02-03T07:10:23.197Z | + SET_BINARIES= |
596 | 2024-02-03T07:10:23.197Z | + CIDL_SHA256FUNC=do_sha256sum |
597 | 2024-02-03T07:10:23.197Z | + TARBALL_FILENAME=mgd.tar.gz |
598 | 2024-02-03T07:10:23.197Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
599 | 2024-02-03T07:10:23.197Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
600 | 2024-02-03T07:10:23.197Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
601 | 2024-02-03T07:10:23.197Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
602 | 2024-02-03T07:10:23.197Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
603 | 2024-02-03T07:10:23.198Z | Local file: out/downloads/mgd.tar.gz |
604 | 2024-02-03T07:10:23.198Z | + mkdir -p out/downloads |
605 | 2024-02-03T07:10:23.201Z | + mkdir -p ./out/mgd |
606 | 2024-02-03T07:10:23.201Z | + fetch_and_verify |
607 | 2024-02-03T07:10:23.201Z | + local DO_DOWNLOAD=true |
608 | 2024-02-03T07:10:23.201Z | + [[ -f out/downloads/mgd.tar.gz ]] |
609 | 2024-02-03T07:10:23.201Z | + '[' true == true ']' |
610 | 2024-02-03T07:10:23.201Z | + echo Downloading... |
611 | 2024-02-03T07:10:23.201Z | Downloading... |
612 | 2024-02-03T07:10:23.201Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
613 | 2024-02-03T07:10:23.201Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
614 | 2024-02-03T07:10:30.548Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
615 | 2024-02-03T07:10:30.551Z | ++ sha256sum |
616 | 2024-02-03T07:10:30.552Z | ++ awk '{print $1}' |
617 | 2024-02-03T07:10:30.627Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
618 | 2024-02-03T07:10:30.627Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
619 | 2024-02-03T07:10:30.631Z | + do_untar out/downloads/mgd.tar.gz |
620 | 2024-02-03T07:10:30.631Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
621 | 2024-02-03T07:10:31.303Z | + do_assemble |
622 | 2024-02-03T07:10:31.303Z | + rm -r ./out/mgd |
623 | 2024-02-03T07:10:31.306Z | + mkdir ./out/mgd |
624 | 2024-02-03T07:10:31.308Z | + cp -r out/downloads/root ./out/mgd/root |
625 | 2024-02-03T07:10:31.520Z | + set -o errexit |
626 | 2024-02-03T07:10:31.524Z | +++ dirname ./tools/ci_download_transceiver_control |
627 | 2024-02-03T07:10:31.525Z | ++ cd ./tools |
628 | 2024-02-03T07:10:31.525Z | ++ pwd |
629 | 2024-02-03T07:10:31.528Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
630 | 2024-02-03T07:10:31.528Z | ++ basename ./tools/ci_download_transceiver_control |
631 | 2024-02-03T07:10:31.528Z | + ARG0=ci_download_transceiver_control |
632 | 2024-02-03T07:10:31.528Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
633 | 2024-02-03T07:10:31.528Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
634 | 2024-02-03T07:10:31.528Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
635 | 2024-02-03T07:10:31.528Z | + TARGET_DIR=out |
636 | 2024-02-03T07:10:31.528Z | + DOWNLOAD_DIR=out/downloads |
637 | 2024-02-03T07:10:31.528Z | + DEST_DIR=./out/transceiver-control |
638 | 2024-02-03T07:10:31.528Z | + BIN_DIR=/opt/oxide/bin |
639 | 2024-02-03T07:10:31.528Z | + BINARY=xcvradm |
640 | 2024-02-03T07:10:31.528Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
641 | 2024-02-03T07:10:31.535Z | + REPO=oxidecomputer/transceiver-control |
642 | 2024-02-03T07:10:31.535Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
643 | 2024-02-03T07:10:31.535Z | + main |
644 | 2024-02-03T07:10:31.535Z | + [[ 0 != 0 ]] |
645 | 2024-02-03T07:10:31.535Z | + CIDL_OS=solaris2.11 |
646 | 2024-02-03T07:10:31.535Z | + [[ 0 != 0 ]] |
647 | 2024-02-03T07:10:31.535Z | + configure_os solaris2.11 |
648 | 2024-02-03T07:10:31.535Z | + echo 'current directory: /work/oxidecomputer/omicron' |
649 | 2024-02-03T07:10:31.535Z | current directory: /work/oxidecomputer/omicron |
650 | 2024-02-03T07:10:31.535Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2024-02-03T07:10:31.535Z | configuring based on OS: "solaris2.11" |
652 | 2024-02-03T07:10:31.535Z | + case "$1" in |
653 | 2024-02-03T07:10:31.535Z | + SET_BINARIES= |
654 | 2024-02-03T07:10:31.535Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-02-03T07:10:31.535Z | + CIDL_SHA256FUNC=do_sha256sum |
656 | 2024-02-03T07:10:31.535Z | + ARCHIVE_FILENAME=xcvradm.gz |
657 | 2024-02-03T07:10:31.535Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
658 | 2024-02-03T07:10:31.535Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
659 | 2024-02-03T07:10:31.536Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
660 | 2024-02-03T07:10:31.536Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
661 | 2024-02-03T07:10:31.536Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2024-02-03T07:10:31.536Z | Local file: out/downloads/xcvradm.gz |
663 | 2024-02-03T07:10:31.536Z | + mkdir -p out/downloads |
664 | 2024-02-03T07:10:31.536Z | + mkdir -p ./out/transceiver-control |
665 | 2024-02-03T07:10:31.539Z | + fetch_and_verify |
666 | 2024-02-03T07:10:31.539Z | + local DO_DOWNLOAD=true |
667 | 2024-02-03T07:10:31.539Z | + [[ -f out/downloads/xcvradm.gz ]] |
668 | 2024-02-03T07:10:31.539Z | + '[' true == true ']' |
669 | 2024-02-03T07:10:31.540Z | + echo Downloading... |
670 | 2024-02-03T07:10:31.540Z | Downloading... |
671 | 2024-02-03T07:10:31.540Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
672 | 2024-02-03T07:10:31.540Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
673 | 2024-02-03T07:10:33.256Z | ++ do_sha256sum out/downloads/xcvradm.gz |
674 | 2024-02-03T07:10:33.261Z | ++ sha256sum |
675 | 2024-02-03T07:10:33.261Z | ++ awk '{print $1}' |
676 | 2024-02-03T07:10:33.281Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-02-03T07:10:33.281Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
678 | 2024-02-03T07:10:33.284Z | + do_unpack out/downloads/xcvradm.gz |
679 | 2024-02-03T07:10:33.284Z | + mkdir -p out/downloads/root//opt/oxide/bin |
680 | 2024-02-03T07:10:33.284Z | + gzip -dc out/downloads/xcvradm.gz |
681 | 2024-02-03T07:10:33.474Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
682 | 2024-02-03T07:10:33.478Z | + do_assemble |
683 | 2024-02-03T07:10:33.478Z | + rm -r ./out/transceiver-control |
684 | 2024-02-03T07:10:33.478Z | + mkdir ./out/transceiver-control |
685 | 2024-02-03T07:10:33.478Z | + cp -r out/downloads/root ./out/transceiver-control/root |
686 | 2024-02-03T07:10:33.721Z | All prerequisites installed successfully |
687 | 2024-02-03T07:10:33.724Z | |
688 | 2024-02-03T07:10:33.724Z | real 2:21.419392024 |
689 | 2024-02-03T07:10:33.724Z | user 51.852627512 |
690 | 2024-02-03T07:10:33.724Z | sys 10.197600410 |
691 | 2024-02-03T07:10:33.724Z | trap 0.021728115 |
692 | 2024-02-03T07:10:33.724Z | tflt 0.448649676 |
693 | 2024-02-03T07:10:33.724Z | dflt 0.580053764 |
694 | 2024-02-03T07:10:33.724Z | kflt 0.500159689 |
695 | 2024-02-03T07:10:33.724Z | lock 2.791922816 |
696 | 2024-02-03T07:10:33.724Z | slp 4:31.379154567 |
697 | 2024-02-03T07:10:33.724Z | lat 3.361468761 |
698 | 2024-02-03T07:10:33.724Z | stop 0.068997151 |
699 | 2024-02-03T07:10:33.725Z | + ptime -m ./tools/ci_download_softnpu_machinery |
700 | 2024-02-03T07:10:33.735Z | fetching npuzone |
701 | 2024-02-03T07:10:33.744Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
702 | 2024-02-03T07:10:33.744Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
703 | 2024-02-03T07:10:33.744Z | Getting hash for npuzone |
704 | 2024-02-03T07:10:33.891Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
705 | 2024-02-03T07:10:43.178Z | npuzone downloaded successfully |
706 | 2024-02-03T07:10:43.183Z | |
707 | 2024-02-03T07:10:43.186Z | real 9.457895980 |
708 | 2024-02-03T07:10:43.186Z | user 0.541531023 |
709 | 2024-02-03T07:10:43.186Z | sys 0.135797702 |
710 | 2024-02-03T07:10:43.186Z | trap 0.000047106 |
711 | 2024-02-03T07:10:43.186Z | tflt 0.000000000 |
712 | 2024-02-03T07:10:43.186Z | dflt 0.000000000 |
713 | 2024-02-03T07:10:43.186Z | kflt 0.000000000 |
714 | 2024-02-03T07:10:43.187Z | lock 0.000000000 |
715 | 2024-02-03T07:10:43.187Z | slp 27.552385706 |
716 | 2024-02-03T07:10:43.187Z | lat 0.106936720 |
717 | 2024-02-03T07:10:43.187Z | stop 0.000263080 |
718 | 2024-02-03T07:10:43.187Z | + export CARGO_INCREMENTAL=0 |
719 | 2024-02-03T07:10:43.187Z | + CARGO_INCREMENTAL=0 |
720 | 2024-02-03T07:10:43.187Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
721 | 2024-02-03T07:10:43.541Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2024-02-03T07:10:43.931Z | Updating crates.io index |
723 | 2024-02-03T07:10:43.935Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2024-02-03T07:10:44.816Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2024-02-03T07:10:47.123Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2024-02-03T07:10:47.714Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2024-02-03T07:10:48.029Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2024-02-03T07:10:48.285Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2024-02-03T07:10:48.555Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2024-02-03T07:10:49.558Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2024-02-03T07:10:52.121Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2024-02-03T07:10:53.261Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2024-02-03T07:10:53.448Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-02-03T07:10:54.033Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-02-03T07:10:54.386Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
736 | 2024-02-03T07:10:54.670Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2024-02-03T07:10:54.959Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2024-02-03T07:10:55.317Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2024-02-03T07:10:55.718Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
740 | 2024-02-03T07:10:56.098Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2024-02-03T07:10:56.736Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2024-02-03T07:10:57.127Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2024-02-03T07:10:57.432Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2024-02-03T07:10:58.665Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2024-02-03T07:10:59.064Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2024-02-03T07:11:00.545Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2024-02-03T07:11:00.915Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2024-02-03T07:11:01.225Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2024-02-03T07:11:03.097Z | Downloading crates ... |
750 | 2024-02-03T07:11:03.428Z | Downloaded ciborium v0.2.2 |
751 | 2024-02-03T07:11:03.446Z | Downloaded aead v0.5.2 |
752 | 2024-02-03T07:11:03.457Z | Downloaded ident_case v1.0.1 |
753 | 2024-02-03T07:11:03.463Z | Downloaded hubpack_derive v0.1.1 |
754 | 2024-02-03T07:11:03.467Z | Downloaded httpdate v1.0.3 |
755 | 2024-02-03T07:11:03.470Z | Downloaded cfg-if v1.0.0 |
756 | 2024-02-03T07:11:03.473Z | Downloaded cexpr v0.6.0 |
757 | 2024-02-03T07:11:03.477Z | Downloaded curve25519-dalek-derive v0.1.0 |
758 | 2024-02-03T07:11:03.482Z | Downloaded instant v0.1.12 |
759 | 2024-02-03T07:11:03.487Z | Downloaded scroll_derive v0.12.0 |
760 | 2024-02-03T07:11:03.492Z | Downloaded bit-vec v0.6.3 |
761 | 2024-02-03T07:11:03.495Z | Downloaded hyper-staticfile v0.9.5 |
762 | 2024-02-03T07:11:03.505Z | Downloaded ciborium-ll v0.2.2 |
763 | 2024-02-03T07:11:03.516Z | Downloaded buf-list v1.0.3 |
764 | 2024-02-03T07:11:03.524Z | Downloaded http-range v0.1.5 |
765 | 2024-02-03T07:11:03.527Z | Downloaded bytecount v0.6.3 |
766 | 2024-02-03T07:11:03.531Z | Downloaded http-body v0.4.5 |
767 | 2024-02-03T07:11:03.536Z | Downloaded home v0.5.5 |
768 | 2024-02-03T07:11:03.548Z | Downloaded libsw v3.3.1 |
769 | 2024-02-03T07:11:03.552Z | Downloaded corncobs v0.1.3 |
770 | 2024-02-03T07:11:03.552Z | Downloaded cstr-argument v0.1.2 |
771 | 2024-02-03T07:11:03.558Z | Downloaded crc-catalog v2.2.0 |
772 | 2024-02-03T07:11:03.565Z | Downloaded crc32fast v1.3.2 |
773 | 2024-02-03T07:11:03.570Z | Downloaded itoa v1.0.9 |
774 | 2024-02-03T07:11:03.574Z | Downloaded crucible-workspace-hack v0.1.0 |
775 | 2024-02-03T07:11:03.581Z | Downloaded crossbeam-deque v0.8.3 |
776 | 2024-02-03T07:11:03.586Z | Downloaded autocfg v1.1.0 |
777 | 2024-02-03T07:11:03.593Z | Downloaded scheduled-thread-pool v0.2.7 |
778 | 2024-02-03T07:11:03.597Z | Downloaded crypto-common v0.1.6 |
779 | 2024-02-03T07:11:03.597Z | Downloaded lalrpop-util v0.19.12 |
780 | 2024-02-03T07:11:03.608Z | Downloaded block-buffer v0.10.4 |
781 | 2024-02-03T07:11:03.618Z | Downloaded matches v0.1.10 |
782 | 2024-02-03T07:11:03.618Z | Downloaded number_prefix v0.4.0 |
783 | 2024-02-03T07:11:03.618Z | Downloaded num_threads v0.1.6 |
784 | 2024-02-03T07:11:03.629Z | Downloaded newtype_derive v0.1.6 |
785 | 2024-02-03T07:11:03.629Z | Downloaded new_debug_unreachable v1.0.4 |
786 | 2024-02-03T07:11:03.629Z | Downloaded console v0.15.8 |
787 | 2024-02-03T07:11:03.633Z | Downloaded nanorand v0.7.0 |
788 | 2024-02-03T07:11:03.638Z | Downloaded libloading v0.7.4 |
789 | 2024-02-03T07:11:03.646Z | Downloaded toolchain_find v0.2.0 |
790 | 2024-02-03T07:11:03.649Z | Downloaded foreign-types-shared v0.1.1 |
791 | 2024-02-03T07:11:03.654Z | Downloaded bytes v1.5.0 |
792 | 2024-02-03T07:11:03.663Z | Downloaded time-core v0.1.1 |
793 | 2024-02-03T07:11:03.666Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2024-02-03T07:11:03.669Z | Downloaded rustfmt-wrapper v0.2.0 |
795 | 2024-02-03T07:11:03.673Z | Downloaded num_cpus v1.16.0 |
796 | 2024-02-03T07:11:03.680Z | Downloaded tower-service v0.3.2 |
797 | 2024-02-03T07:11:03.684Z | Downloaded num_enum v0.5.11 |
798 | 2024-02-03T07:11:03.696Z | Downloaded slog-dtrace v0.3.0 |
799 | 2024-02-03T07:11:03.703Z | Downloaded toml_datetime v0.6.5 |
800 | 2024-02-03T07:11:03.706Z | Downloaded thiserror v1.0.56 |
801 | 2024-02-03T07:11:03.715Z | Downloaded topological-sort v0.2.2 |
802 | 2024-02-03T07:11:03.719Z | Downloaded log v0.4.20 |
803 | 2024-02-03T07:11:03.724Z | Downloaded universal-hash v0.5.1 |
804 | 2024-02-03T07:11:03.731Z | Downloaded phf_shared v0.10.0 |
805 | 2024-02-03T07:11:03.731Z | Downloaded fallible-iterator v0.2.0 |
806 | 2024-02-03T07:11:03.734Z | Downloaded xattr v1.0.1 |
807 | 2024-02-03T07:11:03.738Z | Downloaded radium v0.7.0 |
808 | 2024-02-03T07:11:03.743Z | Downloaded fastrand v2.0.0 |
809 | 2024-02-03T07:11:03.743Z | Downloaded nu-ansi-term v0.49.0 |
810 | 2024-02-03T07:11:03.748Z | Downloaded termtree v0.4.1 |
811 | 2024-02-03T07:11:03.754Z | Downloaded indicatif v0.17.7 |
812 | 2024-02-03T07:11:03.761Z | Downloaded strum v0.25.0 |
813 | 2024-02-03T07:11:03.764Z | Downloaded serde-hex v0.1.0 |
814 | 2024-02-03T07:11:03.764Z | Downloaded serde_tokenstream v0.2.0 |
815 | 2024-02-03T07:11:03.771Z | Downloaded predicates v3.1.0 |
816 | 2024-02-03T07:11:03.777Z | Downloaded proc-macro-error-attr v1.0.4 |
817 | 2024-02-03T07:11:03.780Z | Downloaded arc-swap v1.6.0 |
818 | 2024-02-03T07:11:03.789Z | Downloaded rpassword v7.3.1 |
819 | 2024-02-03T07:11:03.795Z | Downloaded rustversion v1.0.14 |
820 | 2024-02-03T07:11:03.799Z | Downloaded signal-hook v0.3.17 |
821 | 2024-02-03T07:11:03.804Z | Downloaded futures-core v0.3.30 |
822 | 2024-02-03T07:11:03.809Z | Downloaded stability v0.1.1 |
823 | 2024-02-03T07:11:03.813Z | Downloaded tap v1.0.1 |
824 | 2024-02-03T07:11:03.816Z | Downloaded packed_struct_codegen v0.10.1 |
825 | 2024-02-03T07:11:03.817Z | Downloaded swrite v0.1.0 |
826 | 2024-02-03T07:11:03.836Z | Downloaded foreign-types-shared v0.3.1 |
827 | 2024-02-03T07:11:03.836Z | Downloaded endian-type v0.1.2 |
828 | 2024-02-03T07:11:03.836Z | Downloaded serde_with_macros v3.5.1 |
829 | 2024-02-03T07:11:03.836Z | Downloaded rustc_version v0.1.7 |
830 | 2024-02-03T07:11:03.836Z | Downloaded opaque-debug v0.3.0 |
831 | 2024-02-03T07:11:03.836Z | Downloaded futures-macro v0.3.30 |
832 | 2024-02-03T07:11:03.837Z | Downloaded rustls-pemfile v1.0.3 |
833 | 2024-02-03T07:11:03.842Z | Downloaded slog-stdlog v4.1.1 |
834 | 2024-02-03T07:11:03.845Z | Downloaded slog-json v2.6.1 |
835 | 2024-02-03T07:11:03.845Z | Downloaded dtrace-parser v0.1.14 |
836 | 2024-02-03T07:11:03.849Z | Downloaded pest_derive v2.7.6 |
837 | 2024-02-03T07:11:03.853Z | Downloaded pem v3.0.2 |
838 | 2024-02-03T07:11:03.856Z | Downloaded fatfs v0.3.6 |
839 | 2024-02-03T07:11:03.864Z | Downloaded diesel_table_macro_syntax v0.1.0 |
840 | 2024-02-03T07:11:03.869Z | Downloaded stringprep v0.1.3 |
841 | 2024-02-03T07:11:03.869Z | Downloaded stable_deref_trait v1.2.0 |
842 | 2024-02-03T07:11:03.872Z | Downloaded usdt-impl v0.3.5 |
843 | 2024-02-03T07:11:03.883Z | Downloaded darling_macro v0.20.3 |
844 | 2024-02-03T07:11:03.883Z | Downloaded equivalent v1.0.1 |
845 | 2024-02-03T07:11:03.883Z | Downloaded spki v0.7.2 |
846 | 2024-02-03T07:11:03.884Z | Downloaded downcast v0.11.0 |
847 | 2024-02-03T07:11:03.887Z | Downloaded spin v0.5.2 |
848 | 2024-02-03T07:11:03.887Z | Downloaded smf v0.2.2 |
849 | 2024-02-03T07:11:03.892Z | Downloaded usdt-impl v0.5.0 |
850 | 2024-02-03T07:11:03.894Z | Downloaded zerocopy v0.3.0 |
851 | 2024-02-03T07:11:03.898Z | Downloaded utf-8 v0.7.6 |
852 | 2024-02-03T07:11:03.901Z | Downloaded want v0.3.1 |
853 | 2024-02-03T07:11:03.901Z | Downloaded dyn-clone v1.0.13 |
854 | 2024-02-03T07:11:03.905Z | Downloaded slog-term v2.9.0 |
855 | 2024-02-03T07:11:03.914Z | Downloaded gethostname v0.4.3 |
856 | 2024-02-03T07:11:03.917Z | Downloaded zone v0.3.0 |
857 | 2024-02-03T07:11:03.917Z | Downloaded pest_meta v2.7.6 |
858 | 2024-02-03T07:11:03.921Z | Downloaded structmeta-derive v0.2.0 |
859 | 2024-02-03T07:11:03.927Z | Downloaded predicates-tree v1.0.9 |
860 | 2024-02-03T07:11:03.927Z | Downloaded vte_generate_state_changes v0.1.1 |
861 | 2024-02-03T07:11:03.931Z | Downloaded headers-core v0.2.0 |
862 | 2024-02-03T07:11:03.931Z | Downloaded difflib v0.4.0 |
863 | 2024-02-03T07:11:03.934Z | Downloaded serde-big-array v0.4.1 |
864 | 2024-02-03T07:11:03.938Z | Downloaded derive_builder_macro v0.12.0 |
865 | 2024-02-03T07:11:03.938Z | Downloaded spin v0.9.8 |
866 | 2024-02-03T07:11:03.942Z | Downloaded oso-derive v0.27.0 |
867 | 2024-02-03T07:11:03.945Z | Downloaded usdt-attr-macro v0.5.0 |
868 | 2024-02-03T07:11:03.946Z | Downloaded fd-lock v3.0.13 |
869 | 2024-02-03T07:11:03.952Z | Downloaded derive-where v1.2.7 |
870 | 2024-02-03T07:11:03.959Z | Downloaded openssl-macros v0.1.1 |
871 | 2024-02-03T07:11:03.962Z | Downloaded synstructure v0.12.6 |
872 | 2024-02-03T07:11:03.969Z | Downloaded slog-envlogger v2.2.0 |
873 | 2024-02-03T07:11:03.969Z | Downloaded zeroize v1.7.0 |
874 | 2024-02-03T07:11:03.973Z | Downloaded futures-channel v0.3.30 |
875 | 2024-02-03T07:11:03.977Z | Downloaded which v4.4.0 |
876 | 2024-02-03T07:11:03.978Z | Downloaded termios v0.3.3 |
877 | 2024-02-03T07:11:03.981Z | Downloaded memchr v2.6.3 |
878 | 2024-02-03T07:11:04.036Z | Downloaded flagset v0.4.3 |
879 | 2024-02-03T07:11:04.042Z | Downloaded dirs-next v2.0.0 |
880 | 2024-02-03T07:11:04.043Z | Downloaded deranged v0.3.8 |
881 | 2024-02-03T07:11:04.043Z | Downloaded phf v0.11.2 |
882 | 2024-02-03T07:11:04.043Z | Downloaded unicode-xid v0.2.4 |
883 | 2024-02-03T07:11:04.043Z | Downloaded defmt-parser v0.3.3 |
884 | 2024-02-03T07:11:04.043Z | Downloaded quote v1.0.35 |
885 | 2024-02-03T07:11:04.043Z | Downloaded derive_builder v0.12.0 |
886 | 2024-02-03T07:11:04.043Z | Downloaded glob v0.3.1 |
887 | 2024-02-03T07:11:04.044Z | Downloaded futures-sink v0.3.30 |
888 | 2024-02-03T07:11:04.044Z | Downloaded tui-tree-widget v0.16.0 |
889 | 2024-02-03T07:11:04.044Z | Downloaded version_check v0.9.4 |
890 | 2024-02-03T07:11:04.044Z | Downloaded vec_map v0.8.2 |
891 | 2024-02-03T07:11:04.044Z | Downloaded x509-cert v0.2.4 |
892 | 2024-02-03T07:11:04.051Z | Downloaded untrusted v0.7.1 |
893 | 2024-02-03T07:11:04.056Z | Downloaded num-bigint v0.4.4 |
894 | 2024-02-03T07:11:04.064Z | Downloaded sqlparser_derive v0.2.2 |
895 | 2024-02-03T07:11:04.068Z | Downloaded heck v0.4.1 |
896 | 2024-02-03T07:11:04.072Z | Downloaded float-cmp v0.9.0 |
897 | 2024-02-03T07:11:04.072Z | Downloaded wyz v0.5.1 |
898 | 2024-02-03T07:11:04.075Z | Downloaded usdt v0.5.0 |
899 | 2024-02-03T07:11:04.078Z | Downloaded smallvec v0.6.14 |
900 | 2024-02-03T07:11:04.082Z | Downloaded thiserror-impl-no-std v2.0.2 |
901 | 2024-02-03T07:11:04.085Z | Downloaded parse-size v1.0.0 |
902 | 2024-02-03T07:11:04.085Z | Downloaded zeroize_derive v1.4.2 |
903 | 2024-02-03T07:11:04.089Z | Downloaded globset v0.4.13 |
904 | 2024-02-03T07:11:04.094Z | Downloaded snafu-derive v0.7.5 |
905 | 2024-02-03T07:11:04.104Z | Downloaded zerocopy-derive v0.7.32 |
906 | 2024-02-03T07:11:04.110Z | Downloaded packed_struct v0.10.1 |
907 | 2024-02-03T07:11:04.110Z | Downloaded parse-display-derive v0.8.2 |
908 | 2024-02-03T07:11:04.110Z | Downloaded num-bigint-dig v0.8.4 |
909 | 2024-02-03T07:11:04.190Z | Downloaded pretty-hex v0.2.1 |
910 | 2024-02-03T07:11:04.197Z | Downloaded dtrace-parser v0.2.0 |
911 | 2024-02-03T07:11:04.197Z | Downloaded toml v0.5.11 |
912 | 2024-02-03T07:11:04.197Z | Downloaded derive_more v0.99.17 |
913 | 2024-02-03T07:11:04.197Z | Downloaded try-lock v0.2.4 |
914 | 2024-02-03T07:11:04.198Z | Downloaded pem-rfc7468 v0.7.0 |
915 | 2024-02-03T07:11:04.198Z | Downloaded subtle v2.5.0 |
916 | 2024-02-03T07:11:04.198Z | Downloaded tracing-attributes v0.1.26 |
917 | 2024-02-03T07:11:04.198Z | Downloaded darling_macro v0.14.4 |
918 | 2024-02-03T07:11:04.198Z | Downloaded fs-err v2.11.0 |
919 | 2024-02-03T07:11:04.198Z | Downloaded elliptic-curve v0.13.8 |
920 | 2024-02-03T07:11:04.198Z | Downloaded defmt v0.3.5 |
921 | 2024-02-03T07:11:04.198Z | Downloaded rtoolbox v0.0.1 |
922 | 2024-02-03T07:11:04.198Z | Downloaded nom v7.1.3 |
923 | 2024-02-03T07:11:04.198Z | Downloaded usdt-macro v0.5.0 |
924 | 2024-02-03T07:11:04.198Z | Downloaded dirs-sys-next v0.1.2 |
925 | 2024-02-03T07:11:04.198Z | Downloaded usdt v0.3.5 |
926 | 2024-02-03T07:11:04.199Z | Downloaded steno v0.4.0 |
927 | 2024-02-03T07:11:04.215Z | Downloaded getopts v0.2.21 |
928 | 2024-02-03T07:11:04.224Z | Downloaded secrecy v0.8.0 |
929 | 2024-02-03T07:11:04.224Z | Downloaded time v0.3.27 |
930 | 2024-02-03T07:11:04.228Z | Downloaded password-hash v0.5.0 |
931 | 2024-02-03T07:11:04.228Z | Downloaded digest v0.10.7 |
932 | 2024-02-03T07:11:04.228Z | Downloaded usdt-attr-macro v0.3.5 |
933 | 2024-02-03T07:11:04.232Z | Downloaded hyper v0.14.27 |
934 | 2024-02-03T07:11:04.245Z | Downloaded form_urlencoded v1.2.1 |
935 | 2024-02-03T07:11:04.249Z | Downloaded fixedbitset v0.4.2 |
936 | 2024-02-03T07:11:04.249Z | Downloaded thiserror-no-std v2.0.2 |
937 | 2024-02-03T07:11:04.260Z | Downloaded unicode-width v0.1.11 |
938 | 2024-02-03T07:11:04.264Z | Downloaded filetime v0.2.23 |
939 | 2024-02-03T07:11:04.264Z | Downloaded unicode_categories v0.1.1 |
940 | 2024-02-03T07:11:04.269Z | Downloaded fd-lock v4.0.2 |
941 | 2024-02-03T07:11:04.274Z | Downloaded vsss-rs v3.3.4 |
942 | 2024-02-03T07:11:04.278Z | Downloaded headers v0.3.9 |
943 | 2024-02-03T07:11:04.288Z | Downloaded structopt v0.3.26 |
944 | 2024-02-03T07:11:04.303Z | Downloaded tokio-rustls v0.24.1 |
945 | 2024-02-03T07:11:04.309Z | Downloaded textwrap v0.11.0 |
946 | 2024-02-03T07:11:04.313Z | Downloaded sha2 v0.10.8 |
947 | 2024-02-03T07:11:04.323Z | Downloaded tokio-stream v0.1.14 |
948 | 2024-02-03T07:11:04.331Z | Downloaded serde_with v3.5.1 |
949 | 2024-02-03T07:11:04.344Z | Downloaded diff v0.1.13 |
950 | 2024-02-03T07:11:04.353Z | Downloaded test-strategy v0.3.1 |
951 | 2024-02-03T07:11:04.363Z | Downloaded omicron-zone-package v0.11.0 |
952 | 2024-02-03T07:11:04.376Z | Downloaded rsa v0.9.2 |
953 | 2024-02-03T07:11:04.376Z | Downloaded futures v0.3.30 |
954 | 2024-02-03T07:11:04.387Z | Downloaded flume v0.11.0 |
955 | 2024-02-03T07:11:04.399Z | Downloaded serde_json v1.0.113 |
956 | 2024-02-03T07:11:04.412Z | Downloaded darling_core v0.14.4 |
957 | 2024-02-03T07:11:04.416Z | Downloaded zip v0.6.6 |
958 | 2024-02-03T07:11:04.422Z | Downloaded regex-automata v0.1.10 |
959 | 2024-02-03T07:11:04.447Z | Downloaded hashbrown v0.14.2 |
960 | 2024-02-03T07:11:04.462Z | Downloaded reedline v0.28.0 |
961 | 2024-02-03T07:11:04.479Z | Downloaded rand v0.8.5 |
962 | 2024-02-03T07:11:04.486Z | Downloaded rustls-webpki v0.102.1 |
963 | 2024-02-03T07:11:04.525Z | Downloaded unicode-normalization v0.1.22 |
964 | 2024-02-03T07:11:04.532Z | Downloaded tokio-util v0.7.10 |
965 | 2024-02-03T07:11:04.546Z | Downloaded unicode-segmentation v1.10.1 |
966 | 2024-02-03T07:11:04.557Z | Downloaded object v0.30.4 |
967 | 2024-02-03T07:11:04.576Z | Downloaded proptest v1.4.0 |
968 | 2024-02-03T07:11:04.592Z | Downloaded rayon v1.8.0 |
969 | 2024-02-03T07:11:04.618Z | Downloaded vcpkg v0.2.15 |
970 | 2024-02-03T07:11:04.694Z | Downloaded sqlparser v0.43.1 |
971 | 2024-02-03T07:11:04.712Z | Downloaded hkdf v0.12.4 |
972 | 2024-02-03T07:11:04.715Z | Downloaded rustix v0.37.23 |
973 | 2024-02-03T07:11:04.755Z | Downloaded bstr v1.6.0 |
974 | 2024-02-03T07:11:04.779Z | Downloaded syn v1.0.109 |
975 | 2024-02-03T07:11:04.802Z | Downloaded ratatui v0.25.0 |
976 | 2024-02-03T07:11:04.831Z | Downloaded openapiv3 v2.0.0 |
977 | 2024-02-03T07:11:04.855Z | Downloaded radix_trie v0.2.1 |
978 | 2024-02-03T07:11:04.865Z | Downloaded zerocopy-derive v0.2.0 |
979 | 2024-02-03T07:11:04.886Z | Downloaded syn v2.0.48 |
980 | 2024-02-03T07:11:04.908Z | Downloaded regex-syntax v0.6.29 |
981 | 2024-02-03T07:11:04.923Z | Downloaded zerocopy-derive v0.6.4 |
982 | 2024-02-03T07:11:04.945Z | Downloaded diesel v2.1.4 |
983 | 2024-02-03T07:11:04.983Z | Downloaded rustix v0.38.30 |
984 | 2024-02-03T07:11:05.029Z | Downloaded sled v0.34.7 |
985 | 2024-02-03T07:11:05.051Z | Downloaded regex-syntax v0.8.2 |
986 | 2024-02-03T07:11:05.063Z | Downloaded regex-syntax v0.7.5 |
987 | 2024-02-03T07:11:05.078Z | Downloaded regex-automata v0.4.4 |
988 | 2024-02-03T07:11:05.119Z | Downloaded regex-automata v0.3.8 |
989 | 2024-02-03T07:11:05.143Z | Downloaded encoding_rs v0.8.33 |
990 | 2024-02-03T07:11:05.187Z | Downloaded tokio v1.35.1 |
991 | 2024-02-03T07:11:05.254Z | Downloaded sha3 v0.10.8 |
992 | 2024-02-03T07:11:05.266Z | Downloaded libc v0.2.153 |
993 | 2024-02-03T07:11:05.316Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2024-02-03T07:11:05.342Z | Downloaded openssl v0.10.60 |
995 | 2024-02-03T07:11:05.359Z | Downloaded polar-core v0.27.0 |
996 | 2024-02-03T07:11:05.376Z | Downloaded smoltcp v0.11.0 |
997 | 2024-02-03T07:11:05.400Z | Downloaded smoltcp v0.9.1 |
998 | 2024-02-03T07:11:05.419Z | Downloaded rustls v0.21.9 |
999 | 2024-02-03T07:11:05.447Z | Downloaded object v0.32.1 |
1000 | 2024-02-03T07:11:05.469Z | Downloaded gimli v0.28.0 |
1001 | 2024-02-03T07:11:05.491Z | Downloaded trust-dns-proto v0.22.0 |
1002 | 2024-02-03T07:11:05.911Z | Downloaded rustls v0.22.2 |
1003 | 2024-02-03T07:11:05.924Z | Downloaded regex v1.10.3 |
1004 | 2024-02-03T07:11:05.924Z | Downloaded petgraph v0.6.4 |
1005 | 2024-02-03T07:11:05.925Z | Downloaded curve25519-dalek v4.1.1 |
1006 | 2024-02-03T07:11:05.925Z | Downloaded reqwest v0.11.22 |
1007 | 2024-02-03T07:11:05.925Z | Downloaded regress v0.7.1 |
1008 | 2024-02-03T07:11:05.925Z | Downloaded webpki-roots v0.25.2 |
1009 | 2024-02-03T07:11:05.925Z | Downloaded idna v0.5.0 |
1010 | 2024-02-03T07:11:05.925Z | Downloaded bstr v0.2.17 |
1011 | 2024-02-03T07:11:05.925Z | Downloaded rustyline v13.0.0 |
1012 | 2024-02-03T07:11:05.926Z | Downloaded winnow v0.5.15 |
1013 | 2024-02-03T07:11:05.926Z | Downloaded tabled v0.15.0 |
1014 | 2024-02-03T07:11:05.926Z | Downloaded idna v0.2.3 |
1015 | 2024-02-03T07:11:05.926Z | Downloaded zerocopy v0.7.32 |
1016 | 2024-02-03T07:11:05.926Z | Downloaded quick-xml v0.30.0 |
1017 | 2024-02-03T07:11:05.926Z | Downloaded futures-util v0.3.30 |
1018 | 2024-02-03T07:11:05.926Z | Downloaded pest v2.7.6 |
1019 | 2024-02-03T07:11:05.926Z | Downloaded goblin v0.8.0 |
1020 | 2024-02-03T07:11:05.927Z | Downloaded ring v0.17.7 |
1021 | 2024-02-03T07:11:05.944Z | Downloaded bindgen v0.69.2 |
1022 | 2024-02-03T07:11:05.959Z | Downloaded h2 v0.3.24 |
1023 | 2024-02-03T07:11:05.980Z | Downloaded nix v0.27.1 |
1024 | 2024-02-03T07:11:05.995Z | Downloaded ring v0.16.20 |
1025 | 2024-02-03T07:11:06.150Z | Downloaded bitvec v1.0.1 |
1026 | 2024-02-03T07:11:06.177Z | Downloaded lalrpop v0.19.12 |
1027 | 2024-02-03T07:11:06.203Z | Downloaded trust-dns-resolver v0.22.0 |
1028 | 2024-02-03T07:11:06.209Z | Downloaded tough v0.16.0 |
1029 | 2024-02-03T07:11:06.218Z | Downloaded tokio-postgres v0.7.10 |
1030 | 2024-02-03T07:11:06.226Z | Downloaded heapless v0.8.0 |
1031 | 2024-02-03T07:11:06.233Z | Downloaded heapless v0.7.16 |
1032 | 2024-02-03T07:11:06.240Z | Downloaded oso v0.27.0 |
1033 | 2024-02-03T07:11:06.245Z | Downloaded aho-corasick v1.0.4 |
1034 | 2024-02-03T07:11:06.255Z | Downloaded tracing v0.1.37 |
1035 | 2024-02-03T07:11:06.263Z | Downloaded tar v0.4.40 |
1036 | 2024-02-03T07:11:06.267Z | Downloaded ron v0.8.1 |
1037 | 2024-02-03T07:11:06.277Z | Downloaded subprocess v0.2.9 |
1038 | 2024-02-03T07:11:06.281Z | Downloaded trust-dns-server v0.22.1 |
1039 | 2024-02-03T07:11:06.290Z | Downloaded rayon-core v1.12.0 |
1040 | 2024-02-03T07:11:06.296Z | Downloaded flate2 v1.0.28 |
1041 | 2024-02-03T07:11:06.304Z | Downloaded der v0.7.8 |
1042 | 2024-02-03T07:11:06.313Z | Downloaded chrono v0.4.31 |
1043 | 2024-02-03T07:11:06.328Z | Downloaded clap v2.34.0 |
1044 | 2024-02-03T07:11:06.340Z | Downloaded unicode-ident v1.0.12 |
1045 | 2024-02-03T07:11:06.345Z | Downloaded unsafe-libyaml v0.2.10 |
1046 | 2024-02-03T07:11:06.351Z | Downloaded getrandom v0.2.10 |
1047 | 2024-02-03T07:11:06.363Z | Downloaded uuid v1.7.0 |
1048 | 2024-02-03T07:11:06.373Z | Downloaded tinyvec v1.6.0 |
1049 | 2024-02-03T07:11:06.373Z | Downloaded papergrid v0.11.0 |
1050 | 2024-02-03T07:11:06.385Z | Downloaded rustls-webpki v0.101.7 |
1051 | 2024-02-03T07:11:06.798Z | Downloaded toml_edit v0.19.15 |
1052 | 2024-02-03T07:11:06.798Z | Downloaded hashbrown v0.13.2 |
1053 | 2024-02-03T07:11:06.798Z | Downloaded doc-comment v0.3.3 |
1054 | 2024-02-03T07:11:06.798Z | Downloaded serde_derive v1.0.195 |
1055 | 2024-02-03T07:11:06.798Z | Downloaded rcgen v0.12.1 |
1056 | 2024-02-03T07:11:06.798Z | Downloaded url v2.5.0 |
1057 | 2024-02-03T07:11:06.798Z | Downloaded futures-executor v0.3.30 |
1058 | 2024-02-03T07:11:06.798Z | Downloaded schemars v0.8.16 |
1059 | 2024-02-03T07:11:06.798Z | Downloaded unicode-bidi v0.3.13 |
1060 | 2024-02-03T07:11:06.798Z | Downloaded textwrap v0.16.0 |
1061 | 2024-02-03T07:11:06.798Z | Downloaded salty v0.2.0 |
1062 | 2024-02-03T07:11:06.798Z | Downloaded postgres-protocol v0.6.6 |
1063 | 2024-02-03T07:11:06.799Z | Downloaded unicase v2.7.0 |
1064 | 2024-02-03T07:11:06.799Z | Downloaded thread-id v4.2.0 |
1065 | 2024-02-03T07:11:06.799Z | Downloaded postgres-types v0.2.6 |
1066 | 2024-02-03T07:11:06.799Z | Downloaded foreign-types v0.3.2 |
1067 | 2024-02-03T07:11:06.799Z | Downloaded quick-error v1.2.3 |
1068 | 2024-02-03T07:11:06.799Z | Downloaded fnv v1.0.7 |
1069 | 2024-02-03T07:11:06.799Z | Downloaded tokio-rustls v0.25.0 |
1070 | 2024-02-03T07:11:06.799Z | Downloaded toml v0.7.8 |
1071 | 2024-02-03T07:11:06.799Z | Downloaded tungstenite v0.20.1 |
1072 | 2024-02-03T07:11:06.799Z | Downloaded poly1305 v0.8.0 |
1073 | 2024-02-03T07:11:06.799Z | Downloaded pin-project-internal v1.1.3 |
1074 | 2024-02-03T07:11:06.799Z | Downloaded snafu v0.7.5 |
1075 | 2024-02-03T07:11:06.799Z | Downloaded pin-project-lite v0.2.13 |
1076 | 2024-02-03T07:11:06.799Z | Downloaded toml_edit v0.21.1 |
1077 | 2024-02-03T07:11:06.799Z | Downloaded portable-atomic v1.4.3 |
1078 | 2024-02-03T07:11:06.799Z | Downloaded itertools v0.10.5 |
1079 | 2024-02-03T07:11:06.799Z | Downloaded toml v0.8.9 |
1080 | 2024-02-03T07:11:06.799Z | Downloaded usdt-macro v0.3.5 |
1081 | 2024-02-03T07:11:06.799Z | Downloaded tinyvec_macros v0.1.1 |
1082 | 2024-02-03T07:11:06.799Z | Downloaded rustc_version v0.4.0 |
1083 | 2024-02-03T07:11:06.799Z | Downloaded half v2.3.1 |
1084 | 2024-02-03T07:11:06.799Z | Downloaded typed-path v0.7.0 |
1085 | 2024-02-03T07:11:06.799Z | Downloaded clap_builder v4.4.2 |
1086 | 2024-02-03T07:11:06.799Z | Downloaded untrusted v0.9.0 |
1087 | 2024-02-03T07:11:06.800Z | Downloaded sqlformat v0.2.3 |
1088 | 2024-02-03T07:11:06.800Z | Downloaded defmt-macros v0.3.6 |
1089 | 2024-02-03T07:11:06.800Z | Downloaded heck v0.3.3 |
1090 | 2024-02-03T07:11:06.800Z | Downloaded thread_local v1.1.7 |
1091 | 2024-02-03T07:11:06.800Z | Downloaded utf8parse v0.2.1 |
1092 | 2024-02-03T07:11:06.800Z | Downloaded time-macros v0.2.13 |
1093 | 2024-02-03T07:11:06.800Z | Downloaded pkg-config v0.3.27 |
1094 | 2024-02-03T07:11:06.800Z | Downloaded itertools v0.12.1 |
1095 | 2024-02-03T07:11:06.800Z | Downloaded owo-colors v4.0.0 |
1096 | 2024-02-03T07:11:06.800Z | Downloaded diesel_derives v2.1.2 |
1097 | 2024-02-03T07:11:06.800Z | Downloaded openssl-sys v0.9.96 |
1098 | 2024-02-03T07:11:06.800Z | Downloaded unarray v0.1.4 |
1099 | 2024-02-03T07:11:06.800Z | Downloaded ff v0.13.0 |
1100 | 2024-02-03T07:11:06.800Z | Downloaded socket2 v0.4.9 |
1101 | 2024-02-03T07:11:06.800Z | Downloaded futures-task v0.3.30 |
1102 | 2024-02-03T07:11:06.800Z | Downloaded tabled_derive v0.7.0 |
1103 | 2024-02-03T07:11:06.800Z | Downloaded unicode-linebreak v0.1.5 |
1104 | 2024-02-03T07:11:06.800Z | Downloaded display-error-chain v0.2.0 |
1105 | 2024-02-03T07:11:06.800Z | Downloaded generic-array v0.14.7 |
1106 | 2024-02-03T07:11:06.800Z | Downloaded ref-cast-impl v1.0.20 |
1107 | 2024-02-03T07:11:06.800Z | Downloaded whoami v1.4.1 |
1108 | 2024-02-03T07:11:06.800Z | Downloaded tokio-tungstenite v0.20.1 |
1109 | 2024-02-03T07:11:06.800Z | Downloaded platforms v3.0.2 |
1110 | 2024-02-03T07:11:06.800Z | Downloaded zerocopy v0.6.4 |
1111 | 2024-02-03T07:11:06.801Z | Downloaded rusty-fork v0.3.0 |
1112 | 2024-02-03T07:11:06.801Z | Downloaded der_derive v0.7.2 |
1113 | 2024-02-03T07:11:06.801Z | Downloaded tokio-native-tls v0.3.1 |
1114 | 2024-02-03T07:11:06.801Z | Downloaded proc-macro2 v1.0.78 |
1115 | 2024-02-03T07:11:06.801Z | Downloaded smallvec v1.11.2 |
1116 | 2024-02-03T07:11:06.801Z | Downloaded hex v0.4.3 |
1117 | 2024-02-03T07:11:06.801Z | Downloaded trust-dns-client v0.22.0 |
1118 | 2024-02-03T07:11:06.801Z | Downloaded hashbrown v0.12.3 |
1119 | 2024-02-03T07:11:06.801Z | Downloaded socket2 v0.5.5 |
1120 | 2024-02-03T07:11:06.801Z | Downloaded hash32 v0.2.1 |
1121 | 2024-02-03T07:11:06.801Z | Downloaded pkcs1 v0.7.5 |
1122 | 2024-02-03T07:11:06.801Z | Downloaded yasna v0.5.2 |
1123 | 2024-02-03T07:11:06.801Z | Downloaded libxml v0.3.3 |
1124 | 2024-02-03T07:11:06.801Z | Downloaded libm v0.2.7 |
1125 | 2024-02-03T07:11:06.805Z | Downloaded serde_spanned v0.6.5 |
1126 | 2024-02-03T07:11:06.816Z | Downloaded mio v0.8.9 |
1127 | 2024-02-03T07:11:06.831Z | Downloaded slog-bunyan v2.5.0 |
1128 | 2024-02-03T07:11:06.831Z | Downloaded ppv-lite86 v0.2.17 |
1129 | 2024-02-03T07:11:06.831Z | Downloaded dof v0.3.0 |
1130 | 2024-02-03T07:11:06.831Z | Downloaded dof v0.1.5 |
1131 | 2024-02-03T07:11:06.831Z | Downloaded olpc-cjson v0.1.3 |
1132 | 2024-02-03T07:11:06.832Z | Downloaded prettyplease v0.2.16 |
1133 | 2024-02-03T07:11:06.844Z | Downloaded crossterm v0.27.0 |
1134 | 2024-02-03T07:11:06.869Z | Downloaded either v1.9.0 |
1135 | 2024-02-03T07:11:06.869Z | Downloaded path-slash v0.1.5 |
1136 | 2024-02-03T07:11:06.869Z | Downloaded pin-utils v0.1.0 |
1137 | 2024-02-03T07:11:06.870Z | Downloaded strip-ansi-escapes v0.2.0 |
1138 | 2024-02-03T07:11:06.870Z | Downloaded tracing-core v0.1.31 |
1139 | 2024-02-03T07:11:06.879Z | Downloaded debug-ignore v1.0.5 |
1140 | 2024-02-03T07:11:06.879Z | Downloaded data-encoding v2.4.0 |
1141 | 2024-02-03T07:11:06.879Z | Downloaded darling_core v0.20.3 |
1142 | 2024-02-03T07:11:06.879Z | Downloaded serde_yaml v0.9.25 |
1143 | 2024-02-03T07:11:06.880Z | Downloaded samael v0.0.14 |
1144 | 2024-02-03T07:11:06.905Z | Downloaded parking_lot v0.12.1 |
1145 | 2024-02-03T07:11:06.905Z | Downloaded typenum v1.16.0 |
1146 | 2024-02-03T07:11:06.918Z | Downloaded slog-scope v4.4.0 |
1147 | 2024-02-03T07:11:06.918Z | Downloaded ucd-trie v0.1.6 |
1148 | 2024-02-03T07:11:06.918Z | Downloaded waitgroup v0.1.2 |
1149 | 2024-02-03T07:11:06.918Z | Downloaded predicates-core v1.0.6 |
1150 | 2024-02-03T07:11:06.918Z | Downloaded rustc-demangle v0.1.23 |
1151 | 2024-02-03T07:11:06.918Z | Downloaded funty v2.0.0 |
1152 | 2024-02-03T07:11:06.918Z | Downloaded serde v1.0.195 |
1153 | 2024-02-03T07:11:06.918Z | Downloaded semver v0.11.0 |
1154 | 2024-02-03T07:11:06.918Z | Downloaded semver v0.1.20 |
1155 | 2024-02-03T07:11:06.918Z | Downloaded smawk v0.3.1 |
1156 | 2024-02-03T07:11:06.922Z | Downloaded shell-words v1.1.0 |
1157 | 2024-02-03T07:11:06.922Z | Downloaded sec1 v0.7.3 |
1158 | 2024-02-03T07:11:06.922Z | Downloaded pin-project v1.1.3 |
1159 | 2024-02-03T07:11:06.942Z | Downloaded structmeta v0.2.0 |
1160 | 2024-02-03T07:11:06.946Z | Downloaded enum-as-inner v0.5.1 |
1161 | 2024-02-03T07:11:06.946Z | Downloaded vte v0.11.1 |
1162 | 2024-02-03T07:11:06.946Z | Downloaded parking_lot v0.11.2 |
1163 | 2024-02-03T07:11:06.949Z | Downloaded shlex v1.3.0 |
1164 | 2024-02-03T07:11:06.949Z | Downloaded scroll v0.12.0 |
1165 | 2024-02-03T07:11:06.952Z | Downloaded strsim v0.8.0 |
1166 | 2024-02-03T07:11:06.955Z | Downloaded string_cache v0.8.7 |
1167 | 2024-02-03T07:11:06.956Z | Downloaded static_assertions v1.1.0 |
1168 | 2024-02-03T07:11:06.958Z | Downloaded strsim v0.10.0 |
1169 | 2024-02-03T07:11:06.962Z | Downloaded crossbeam-channel v0.5.8 |
1170 | 2024-02-03T07:11:06.967Z | Downloaded hash32 v0.3.1 |
1171 | 2024-02-03T07:11:06.971Z | Downloaded pkcs8 v0.10.2 |
1172 | 2024-02-03T07:11:06.974Z | Downloaded fxhash v0.2.1 |
1173 | 2024-02-03T07:11:06.977Z | Downloaded group v0.13.0 |
1174 | 2024-02-03T07:11:06.980Z | Downloaded schemars_derive v0.8.16 |
1175 | 2024-02-03T07:11:06.982Z | Downloaded similar v2.3.0 |
1176 | 2024-02-03T07:11:06.988Z | Downloaded proc-macro-error v1.0.4 |
1177 | 2024-02-03T07:11:06.994Z | Downloaded base64 v0.21.7 |
1178 | 2024-02-03T07:11:07.001Z | Downloaded strum_macros v0.25.2 |
1179 | 2024-02-03T07:11:07.005Z | Downloaded strum_macros v0.24.3 |
1180 | 2024-02-03T07:11:07.044Z | Downloaded structopt-derive v0.4.18 |
1181 | 2024-02-03T07:11:07.044Z | Downloaded resolv-conf v0.7.0 |
1182 | 2024-02-03T07:11:07.044Z | Downloaded rustc-hash v1.1.0 |
1183 | 2024-02-03T07:11:07.044Z | Downloaded serde_derive_internals v0.26.0 |
1184 | 2024-02-03T07:11:07.044Z | Downloaded wait-timeout v0.2.0 |
1185 | 2024-02-03T07:11:07.044Z | Downloaded supports-color v2.1.0 |
1186 | 2024-02-03T07:11:07.044Z | Downloaded postcard v1.0.8 |
1187 | 2024-02-03T07:11:07.044Z | Downloaded slog v2.7.0 |
1188 | 2024-02-03T07:11:07.044Z | Downloaded tempfile v3.9.0 |
1189 | 2024-02-03T07:11:07.045Z | Downloaded ena v0.14.2 |
1190 | 2024-02-03T07:11:07.045Z | Downloaded backtrace v0.3.69 |
1191 | 2024-02-03T07:11:07.048Z | Downloaded rustls-pemfile v2.0.0 |
1192 | 2024-02-03T07:11:07.052Z | Downloaded serde_tokenstream v0.1.7 |
1193 | 2024-02-03T07:11:07.055Z | Downloaded paste v1.0.14 |
1194 | 2024-02-03T07:11:07.059Z | Downloaded plain v0.2.3 |
1195 | 2024-02-03T07:11:07.065Z | Downloaded phf_shared v0.11.2 |
1196 | 2024-02-03T07:11:07.065Z | Downloaded darling v0.20.3 |
1197 | 2024-02-03T07:11:07.069Z | Downloaded peeking_take_while v0.1.2 |
1198 | 2024-02-03T07:11:07.069Z | Downloaded openssl-probe v0.1.5 |
1199 | 2024-02-03T07:11:07.072Z | Downloaded scopeguard v1.2.0 |
1200 | 2024-02-03T07:11:07.072Z | Downloaded ref-cast v1.0.20 |
1201 | 2024-02-03T07:11:07.076Z | Downloaded futures-io v0.3.30 |
1202 | 2024-02-03T07:11:07.080Z | Downloaded proc-macro-crate v1.3.1 |
1203 | 2024-02-03T07:11:07.080Z | Downloaded pest_generator v2.7.6 |
1204 | 2024-02-03T07:11:07.084Z | Downloaded percent-encoding v2.3.1 |
1205 | 2024-02-03T07:11:07.084Z | Downloaded num-traits v0.2.16 |
1206 | 2024-02-03T07:11:07.088Z | Downloaded miniz_oxide v0.7.1 |
1207 | 2024-02-03T07:11:07.092Z | Downloaded mockall_derive v0.12.0 |
1208 | 2024-02-03T07:11:07.095Z | Downloaded rand_core v0.6.4 |
1209 | 2024-02-03T07:11:07.099Z | Downloaded parking_lot_core v0.9.8 |
1210 | 2024-02-03T07:11:07.103Z | Downloaded parking_lot_core v0.8.6 |
1211 | 2024-02-03T07:11:07.106Z | Downloaded once_cell v1.19.0 |
1212 | 2024-02-03T07:11:07.109Z | Downloaded highway v1.1.0 |
1213 | 2024-02-03T07:11:07.114Z | Downloaded env_logger v0.10.0 |
1214 | 2024-02-03T07:11:07.117Z | Downloaded derive_builder_core v0.12.0 |
1215 | 2024-02-03T07:11:07.122Z | Downloaded term v0.7.0 |
1216 | 2024-02-03T07:11:07.127Z | Downloaded take_mut v0.2.2 |
1217 | 2024-02-03T07:11:07.131Z | Downloaded ryu v1.0.15 |
1218 | 2024-02-03T07:11:07.134Z | Downloaded fragile v2.0.0 |
1219 | 2024-02-03T07:11:07.138Z | Downloaded errno v0.3.8 |
1220 | 2024-02-03T07:11:07.138Z | Downloaded embedded-io v0.4.0 |
1221 | 2024-02-03T07:11:07.141Z | Downloaded allocator-api2 v0.2.16 |
1222 | 2024-02-03T07:11:07.151Z | Downloaded siphasher v0.3.11 |
1223 | 2024-02-03T07:11:07.154Z | Downloaded crypto-bigint v0.5.2 |
1224 | 2024-02-03T07:11:07.157Z | Downloaded crossbeam-epoch v0.9.15 |
1225 | 2024-02-03T07:11:07.162Z | Downloaded ed25519 v1.5.3 |
1226 | 2024-02-03T07:11:07.165Z | Downloaded blake2 v0.10.6 |
1227 | 2024-02-03T07:11:07.168Z | Downloaded indexmap v2.2.2 |
1228 | 2024-02-03T07:11:07.176Z | Downloaded const-oid v0.9.5 |
1229 | 2024-02-03T07:11:07.180Z | Downloaded r2d2 v0.8.10 |
1230 | 2024-02-03T07:11:07.186Z | Downloaded num-rational v0.4.1 |
1231 | 2024-02-03T07:11:07.186Z | Downloaded rand_xorshift v0.3.0 |
1232 | 2024-02-03T07:11:07.186Z | Downloaded num-complex v0.4.4 |
1233 | 2024-02-03T07:11:07.189Z | Downloaded lock_api v0.4.10 |
1234 | 2024-02-03T07:11:07.193Z | Downloaded blake3 v1.5.0 |
1235 | 2024-02-03T07:11:07.214Z | Downloaded darling v0.14.4 |
1236 | 2024-02-03T07:11:07.217Z | Downloaded thiserror-impl v1.0.56 |
1237 | 2024-02-03T07:11:07.217Z | Downloaded termcolor v1.2.0 |
1238 | 2024-02-03T07:11:07.217Z | Downloaded pretty-hex v0.4.1 |
1239 | 2024-02-03T07:11:07.217Z | Downloaded walkdir v2.4.0 |
1240 | 2024-02-03T07:11:07.223Z | Downloaded semver v1.0.21 |
1241 | 2024-02-03T07:11:07.229Z | Downloaded http v0.2.11 |
1242 | 2024-02-03T07:11:07.232Z | Downloaded slog-async v2.8.0 |
1243 | 2024-02-03T07:11:07.232Z | Downloaded tiny-keccak v2.0.2 |
1244 | 2024-02-03T07:11:07.235Z | Downloaded precomputed-hash v0.1.1 |
1245 | 2024-02-03T07:11:07.238Z | Downloaded serde-big-array v0.5.1 |
1246 | 2024-02-03T07:11:07.242Z | Downloaded foreign-types v0.5.0 |
1247 | 2024-02-03T07:11:07.242Z | Downloaded terminal_size v0.2.6 |
1248 | 2024-02-03T07:11:07.256Z | Downloaded rand_chacha v0.3.1 |
1249 | 2024-02-03T07:11:07.256Z | Downloaded serde_urlencoded v0.7.1 |
1250 | 2024-02-03T07:11:07.271Z | Downloaded num v0.4.1 |
1251 | 2024-02-03T07:11:07.271Z | Downloaded native-tls v0.2.11 |
1252 | 2024-02-03T07:11:07.271Z | Downloaded multer v3.0.0 |
1253 | 2024-02-03T07:11:07.271Z | Downloaded memoffset v0.9.0 |
1254 | 2024-02-03T07:11:07.271Z | Downloaded anyhow v1.0.75 |
1255 | 2024-02-03T07:11:07.276Z | Downloaded serde_repr v0.1.16 |
1256 | 2024-02-03T07:11:07.276Z | Downloaded ansi_term v0.12.1 |
1257 | 2024-02-03T07:11:07.276Z | Downloaded addr2line v0.21.0 |
1258 | 2024-02-03T07:11:07.276Z | Downloaded ahash v0.8.6 |
1259 | 2024-02-03T07:11:07.284Z | Downloaded tokio-macros v2.2.0 |
1260 | 2024-02-03T07:11:07.285Z | Downloaded ipnet v2.9.0 |
1261 | 2024-02-03T07:11:07.294Z | Downloaded cookie v0.18.0 |
1262 | 2024-02-03T07:11:07.294Z | Downloaded cc v1.0.83 |
1263 | 2024-02-03T07:11:07.294Z | Downloaded num-integer v0.1.45 |
1264 | 2024-02-03T07:11:07.299Z | Downloaded memoffset v0.7.1 |
1265 | 2024-02-03T07:11:07.299Z | Downloaded md-5 v0.10.5 |
1266 | 2024-02-03T07:11:07.299Z | Downloaded crossbeam-utils v0.8.16 |
1267 | 2024-02-03T07:11:07.303Z | Downloaded signature v1.6.4 |
1268 | 2024-02-03T07:11:07.307Z | Downloaded mime_guess v2.0.4 |
1269 | 2024-02-03T07:11:07.737Z | Downloaded memmap v0.7.0 |
1270 | 2024-02-03T07:11:07.737Z | Downloaded zone_cfg_derive v0.3.0 |
1271 | 2024-02-03T07:11:07.737Z | Downloaded slab v0.4.9 |
1272 | 2024-02-03T07:11:07.738Z | Downloaded num_enum_derive v0.5.11 |
1273 | 2024-02-03T07:11:07.738Z | Downloaded num-iter v0.1.43 |
1274 | 2024-02-03T07:11:07.738Z | Downloaded nibble_vec v0.1.0 |
1275 | 2024-02-03T07:11:07.738Z | Downloaded mime v0.3.17 |
1276 | 2024-02-03T07:11:07.739Z | Downloaded macaddr v1.0.1 |
1277 | 2024-02-03T07:11:07.739Z | Downloaded lru-cache v0.1.2 |
1278 | 2024-02-03T07:11:07.739Z | Downloaded block-padding v0.3.3 |
1279 | 2024-02-03T07:11:07.740Z | Downloaded base64ct v1.6.0 |
1280 | 2024-02-03T07:11:07.740Z | Downloaded async-trait v0.1.77 |
1281 | 2024-02-03T07:11:07.740Z | Downloaded arrayvec v0.7.4 |
1282 | 2024-02-03T07:11:07.740Z | Downloaded argon2 v0.5.3 |
1283 | 2024-02-03T07:11:07.741Z | Downloaded num-derive v0.4.0 |
1284 | 2024-02-03T07:11:07.741Z | Downloaded maplit v1.0.2 |
1285 | 2024-02-03T07:11:07.741Z | Downloaded managed v0.8.0 |
1286 | 2024-02-03T07:11:07.741Z | Downloaded backoff v0.4.0 |
1287 | 2024-02-03T07:11:07.742Z | Downloaded signature v2.1.0 |
1288 | 2024-02-03T07:11:07.742Z | Downloaded signal-hook-registry v1.4.1 |
1289 | 2024-02-03T07:11:07.742Z | Downloaded signal-hook-mio v0.2.3 |
1290 | 2024-02-03T07:11:07.742Z | Downloaded sha1 v0.10.6 |
1291 | 2024-02-03T07:11:07.743Z | Downloaded serde_plain v1.0.2 |
1292 | 2024-02-03T07:11:07.743Z | Downloaded serde_path_to_error v0.1.15 |
1293 | 2024-02-03T07:11:07.743Z | Downloaded same-file v1.0.6 |
1294 | 2024-02-03T07:11:07.743Z | Downloaded rustls-pki-types v1.1.0 |
1295 | 2024-02-03T07:11:07.744Z | Downloaded io-lifetimes v1.0.11 |
1296 | 2024-02-03T07:11:07.744Z | Downloaded mockall v0.12.0 |
1297 | 2024-02-03T07:11:07.744Z | Downloaded linear-map v1.2.0 |
1298 | 2024-02-03T07:11:07.744Z | Downloaded kstat-rs v0.2.3 |
1299 | 2024-02-03T07:11:07.744Z | Downloaded parse-display v0.8.2 |
1300 | 2024-02-03T07:11:07.745Z | Downloaded foreign-types-macros v0.2.3 |
1301 | 2024-02-03T07:11:07.745Z | Downloaded array-init v0.0.4 |
1302 | 2024-02-03T07:11:07.745Z | Downloaded clang-sys v1.6.1 |
1303 | 2024-02-03T07:11:07.745Z | Downloaded lru v0.12.1 |
1304 | 2024-02-03T07:11:07.745Z | Downloaded crc v3.0.1 |
1305 | 2024-02-03T07:11:07.745Z | Downloaded cpufeatures v0.2.12 |
1306 | 2024-02-03T07:11:07.745Z | Downloaded bitfield v0.14.0 |
1307 | 2024-02-03T07:11:07.745Z | Downloaded bit-set v0.5.3 |
1308 | 2024-02-03T07:11:07.745Z | Downloaded atomic-waker v1.1.1 |
1309 | 2024-02-03T07:11:07.746Z | Downloaded async-recursion v1.0.5 |
1310 | 2024-02-03T07:11:07.746Z | Downloaded signal-hook-tokio v0.3.1 |
1311 | 2024-02-03T07:11:07.746Z | Downloaded linked-hash-map v0.5.6 |
1312 | 2024-02-03T07:11:07.746Z | Downloaded humantime v2.1.0 |
1313 | 2024-02-03T07:11:07.746Z | Downloaded chacha20poly1305 v0.10.1 |
1314 | 2024-02-03T07:11:07.746Z | Downloaded bb8 v0.8.3 |
1315 | 2024-02-03T07:11:07.746Z | Downloaded async-stream v0.3.5 |
1316 | 2024-02-03T07:11:07.746Z | Downloaded ascii-canvas v3.0.0 |
1317 | 2024-02-03T07:11:07.747Z | Downloaded ipnetwork v0.20.0 |
1318 | 2024-02-03T07:11:07.747Z | Downloaded anstyle-parse v0.2.1 |
1319 | 2024-02-03T07:11:07.747Z | Downloaded keccak v0.1.4 |
1320 | 2024-02-03T07:11:07.747Z | Downloaded crossbeam-queue v0.3.8 |
1321 | 2024-02-03T07:11:07.747Z | Downloaded crc-any v2.4.3 |
1322 | 2024-02-03T07:11:07.747Z | Downloaded indexmap v1.9.3 |
1323 | 2024-02-03T07:11:07.747Z | Downloaded cobs v0.2.3 |
1324 | 2024-02-03T07:11:07.747Z | Downloaded crossbeam v0.8.2 |
1325 | 2024-02-03T07:11:07.747Z | Downloaded http v1.0.0 |
1326 | 2024-02-03T07:11:07.747Z | Downloaded anstyle-query v1.0.0 |
1327 | 2024-02-03T07:11:07.747Z | Downloaded arrayref v0.3.7 |
1328 | 2024-02-03T07:11:07.747Z | Downloaded anstyle v1.0.2 |
1329 | 2024-02-03T07:11:07.748Z | Downloaded anstream v0.5.0 |
1330 | 2024-02-03T07:11:07.748Z | Downloaded adler v1.0.2 |
1331 | 2024-02-03T07:11:07.748Z | Downloaded indoc v2.0.3 |
1332 | 2024-02-03T07:11:07.748Z | Downloaded impl-trait-for-tuples v0.2.2 |
1333 | 2024-02-03T07:11:07.748Z | Downloaded hyper-tls v0.5.0 |
1334 | 2024-02-03T07:11:07.748Z | Downloaded constant_time_eq v0.3.0 |
1335 | 2024-02-03T07:11:07.748Z | Downloaded indoc v1.0.9 |
1336 | 2024-02-03T07:11:07.748Z | Downloaded clap v4.4.3 |
1337 | 2024-02-03T07:11:07.748Z | Downloaded is_ci v1.1.1 |
1338 | 2024-02-03T07:11:07.748Z | Downloaded crunchy v0.2.2 |
1339 | 2024-02-03T07:11:07.748Z | Downloaded atty v0.2.14 |
1340 | 2024-02-03T07:11:07.748Z | Downloaded semver-parser v0.10.2 |
1341 | 2024-02-03T07:11:07.749Z | Downloaded bzip2 v0.4.4 |
1342 | 2024-02-03T07:11:07.749Z | Downloaded atomicwrites v0.4.3 |
1343 | 2024-02-03T07:11:07.749Z | Downloaded inout v0.1.3 |
1344 | 2024-02-03T07:11:07.749Z | Downloaded hubpack v0.1.2 |
1345 | 2024-02-03T07:11:07.749Z | Downloaded httparse v1.8.0 |
1346 | 2024-02-03T07:11:07.749Z | Downloaded colorchoice v1.0.0 |
1347 | 2024-02-03T07:11:07.749Z | Downloaded clap_lex v0.5.1 |
1348 | 2024-02-03T07:11:07.749Z | Downloaded memmap2 v0.7.1 |
1349 | 2024-02-03T07:11:07.749Z | Downloaded maybe-uninit v2.0.0 |
1350 | 2024-02-03T07:11:07.749Z | Downloaded minimal-lexical v0.2.1 |
1351 | 2024-02-03T07:11:07.749Z | Downloaded sct v0.7.0 |
1352 | 2024-02-03T07:11:07.749Z | Downloaded cassowary v0.3.0 |
1353 | 2024-02-03T07:11:07.749Z | Downloaded libefi-sys v0.1.0 |
1354 | 2024-02-03T07:11:07.750Z | Downloaded lazycell v1.3.0 |
1355 | 2024-02-03T07:11:07.750Z | Downloaded async-stream-impl v0.3.5 |
1356 | 2024-02-03T07:11:07.750Z | Downloaded iana-time-zone v0.1.57 |
1357 | 2024-02-03T07:11:07.750Z | Downloaded hyper-rustls v0.24.2 |
1358 | 2024-02-03T07:11:07.750Z | Downloaded hmac v0.12.1 |
1359 | 2024-02-03T07:11:07.750Z | Downloaded colored v2.0.4 |
1360 | 2024-02-03T07:11:07.750Z | Downloaded chacha20 v0.9.1 |
1361 | 2024-02-03T07:11:07.750Z | Downloaded nodrop v0.1.14 |
1362 | 2024-02-03T07:11:07.750Z | Downloaded lazy_static v1.4.0 |
1363 | 2024-02-03T07:11:07.750Z | Downloaded match_cfg v0.1.0 |
1364 | 2024-02-03T07:11:07.750Z | Downloaded bitflags v1.3.2 |
1365 | 2024-02-03T07:11:07.750Z | Downloaded base16ct v0.2.0 |
1366 | 2024-02-03T07:11:07.750Z | Downloaded assert_matches v1.5.0 |
1367 | 2024-02-03T07:11:07.750Z | Downloaded is-terminal v0.4.9 |
1368 | 2024-02-03T07:11:07.750Z | Downloaded clap_derive v4.4.2 |
1369 | 2024-02-03T07:11:07.755Z | Downloaded camino v1.1.6 |
1370 | 2024-02-03T07:11:07.755Z | Downloaded bitflags v2.4.0 |
1371 | 2024-02-03T07:11:07.755Z | Downloaded bcs v0.1.6 |
1372 | 2024-02-03T07:11:07.755Z | Downloaded cancel-safe-futures v0.1.5 |
1373 | 2024-02-03T07:11:07.755Z | Downloaded camino-tempfile v1.1.1 |
1374 | 2024-02-03T07:11:07.755Z | Downloaded convert_case v0.4.0 |
1375 | 2024-02-03T07:11:07.755Z | Downloaded cipher v0.4.4 |
1376 | 2024-02-03T07:11:07.755Z | Downloaded byteorder v1.5.0 |
1377 | 2024-02-03T07:11:07.755Z | Downloaded hostname v0.3.1 |
1378 | 2024-02-03T07:11:07.755Z | Downloaded ciborium-io v0.2.2 |
1379 | 2024-02-03T07:11:07.955Z | Compiling proc-macro2 v1.0.78 |
1380 | 2024-02-03T07:11:07.956Z | Compiling unicode-ident v1.0.12 |
1381 | 2024-02-03T07:11:07.959Z | Compiling libc v0.2.153 |
1382 | 2024-02-03T07:11:07.959Z | Compiling serde v1.0.195 |
1383 | 2024-02-03T07:11:07.959Z | Compiling autocfg v1.1.0 |
1384 | 2024-02-03T07:11:07.979Z | Compiling version_check v0.9.4 |
1385 | 2024-02-03T07:11:07.983Z | Compiling cfg-if v1.0.0 |
1386 | 2024-02-03T07:11:08.238Z | Compiling once_cell v1.19.0 |
1387 | 2024-02-03T07:11:08.241Z | Compiling syn v1.0.109 |
1388 | 2024-02-03T07:11:08.388Z | Compiling byteorder v1.5.0 |
1389 | 2024-02-03T07:11:08.805Z | Compiling memchr v2.6.3 |
1390 | 2024-02-03T07:11:08.931Z | Compiling parking_lot_core v0.9.8 |
1391 | 2024-02-03T07:11:08.966Z | Compiling ahash v0.8.6 |
1392 | 2024-02-03T07:11:09.050Z | Compiling lock_api v0.4.10 |
1393 | 2024-02-03T07:11:09.650Z | Compiling libm v0.2.7 |
1394 | 2024-02-03T07:11:09.657Z | Compiling serde_json v1.0.113 |
1395 | 2024-02-03T07:11:09.775Z | Compiling num-traits v0.2.16 |
1396 | 2024-02-03T07:11:09.780Z | Compiling thiserror v1.0.56 |
1397 | 2024-02-03T07:11:10.236Z | Compiling scopeguard v1.2.0 |
1398 | 2024-02-03T07:11:10.481Z | Compiling typenum v1.16.0 |
1399 | 2024-02-03T07:11:10.602Z | Compiling generic-array v0.14.7 |
1400 | 2024-02-03T07:11:11.250Z | Compiling quote v1.0.35 |
1401 | 2024-02-03T07:11:11.553Z | Compiling itoa v1.0.9 |
1402 | 2024-02-03T07:11:11.881Z | Compiling syn v2.0.48 |
1403 | 2024-02-03T07:11:11.954Z | Compiling cc v1.0.83 |
1404 | 2024-02-03T07:11:12.272Z | Compiling getrandom v0.2.10 |
1405 | 2024-02-03T07:11:12.794Z | Compiling log v0.4.20 |
1406 | 2024-02-03T07:11:13.027Z | Compiling pkg-config v0.3.27 |
1407 | 2024-02-03T07:11:13.734Z | Compiling slab v0.4.9 |
1408 | 2024-02-03T07:11:13.956Z | Compiling ryu v1.0.15 |
1409 | 2024-02-03T07:11:14.242Z | Compiling allocator-api2 v0.2.16 |
1410 | 2024-02-03T07:11:14.391Z | Compiling pin-project-lite v0.2.13 |
1411 | 2024-02-03T07:11:14.613Z | Compiling smallvec v1.11.2 |
1412 | 2024-02-03T07:11:14.774Z | Compiling equivalent v1.0.1 |
1413 | 2024-02-03T07:11:14.880Z | Compiling heck v0.4.1 |
1414 | 2024-02-03T07:11:14.919Z | Compiling schemars v0.8.16 |
1415 | 2024-02-03T07:11:15.391Z | Compiling vcpkg v0.2.15 |
1416 | 2024-02-03T07:11:15.981Z | Compiling parking_lot v0.12.1 |
1417 | 2024-02-03T07:11:16.019Z | Compiling ring v0.17.7 |
1418 | 2024-02-03T07:11:17.613Z | Compiling signal-hook-registry v1.4.1 |
1419 | 2024-02-03T07:11:18.136Z | Compiling openssl-sys v0.9.96 |
1420 | 2024-02-03T07:11:19.431Z | Compiling mio v0.8.9 |
1421 | 2024-02-03T07:11:19.861Z | Compiling rand_core v0.6.4 |
1422 | 2024-02-03T07:11:20.968Z | Compiling ring v0.16.20 |
1423 | 2024-02-03T07:11:22.460Z | Compiling socket2 v0.5.5 |
1424 | 2024-02-03T07:11:22.587Z | Compiling num_cpus v1.16.0 |
1425 | 2024-02-03T07:11:23.194Z | Compiling ucd-trie v0.1.6 |
1426 | 2024-02-03T07:11:23.197Z | Compiling httparse v1.8.0 |
1427 | 2024-02-03T07:11:23.198Z | Compiling futures-core v0.3.30 |
1428 | 2024-02-03T07:11:23.332Z | Compiling semver v1.0.21 |
1429 | 2024-02-03T07:11:23.357Z | Compiling spin v0.5.2 |
1430 | 2024-02-03T07:11:23.536Z | Compiling fnv v1.0.7 |
1431 | 2024-02-03T07:11:23.547Z | Compiling openssl v0.10.60 |
1432 | 2024-02-03T07:11:23.592Z | Compiling crossbeam-utils v0.8.16 |
1433 | 2024-02-03T07:11:24.165Z | Compiling serde_derive_internals v0.26.0 |
1434 | 2024-02-03T07:11:24.269Z | Compiling iana-time-zone v0.1.57 |
1435 | 2024-02-03T07:11:24.645Z | Compiling native-tls v0.2.11 |
1436 | 2024-02-03T07:11:24.851Z | Compiling rustls v0.21.9 |
1437 | 2024-02-03T07:11:25.114Z | Compiling unicode-xid v0.2.4 |
1438 | 2024-02-03T07:11:25.359Z | Compiling subtle v2.5.0 |
1439 | 2024-02-03T07:11:25.518Z | Compiling const-oid v0.9.5 |
1440 | 2024-02-03T07:11:25.766Z | Compiling synstructure v0.12.6 |
1441 | 2024-02-03T07:11:25.807Z | Compiling spin v0.9.8 |
1442 | 2024-02-03T07:11:26.579Z | Compiling memoffset v0.9.0 |
1443 | 2024-02-03T07:11:27.182Z | Compiling futures-sink v0.3.30 |
1444 | 2024-02-03T07:11:27.632Z | Compiling io-lifetimes v1.0.11 |
1445 | 2024-02-03T07:11:27.966Z | Compiling backtrace v0.3.69 |
1446 | 2024-02-03T07:11:28.286Z | Compiling rustix v0.38.30 |
1447 | 2024-02-03T07:11:28.336Z | Compiling winnow v0.5.15 |
1448 | 2024-02-03T07:11:28.356Z | Compiling tinyvec_macros v0.1.1 |
1449 | 2024-02-03T07:11:28.466Z | Compiling dyn-clone v1.0.13 |
1450 | 2024-02-03T07:11:28.551Z | Compiling tinyvec v1.6.0 |
1451 | 2024-02-03T07:11:29.149Z | Compiling futures-channel v0.3.30 |
1452 | 2024-02-03T07:11:29.211Z | Compiling tracing-core v0.1.31 |
1453 | 2024-02-03T07:11:29.792Z | Compiling crossbeam-epoch v0.9.15 |
1454 | 2024-02-03T07:11:29.966Z | Compiling num-integer v0.1.45 |
1455 | 2024-02-03T07:11:30.313Z | Compiling futures-task v0.3.30 |
1456 | 2024-02-03T07:11:30.390Z | Compiling rustix v0.37.23 |
1457 | 2024-02-03T07:11:30.732Z | Compiling pin-utils v0.1.0 |
1458 | 2024-02-03T07:11:31.259Z | Compiling slog v2.7.0 |
1459 | 2024-02-03T07:11:31.317Z | Compiling futures-io v0.3.30 |
1460 | 2024-02-03T07:11:31.888Z | Compiling unicode-normalization v0.1.22 |
1461 | 2024-02-03T07:11:32.840Z | Compiling usdt-impl v0.3.5 |
1462 | 2024-02-03T07:11:33.171Z | Compiling serde_derive v1.0.195 |
1463 | 2024-02-03T07:11:33.321Z | Compiling zerocopy-derive v0.7.32 |
1464 | 2024-02-03T07:11:33.486Z | Compiling zeroize_derive v1.4.2 |
1465 | 2024-02-03T07:11:33.655Z | Compiling thiserror-impl v1.0.56 |
1466 | 2024-02-03T07:11:34.022Z | Compiling tokio-macros v2.2.0 |
1467 | 2024-02-03T07:11:34.281Z | Compiling futures-macro v0.3.30 |
1468 | 2024-02-03T07:11:34.568Z | Compiling tracing-attributes v0.1.26 |
1469 | 2024-02-03T07:11:35.859Z | Compiling zeroize v1.7.0 |
1470 | 2024-02-03T07:11:36.389Z | Compiling schemars_derive v0.8.16 |
1471 | 2024-02-03T07:11:36.561Z | Compiling zerocopy v0.7.32 |
1472 | 2024-02-03T07:11:38.468Z | Compiling pest v2.7.6 |
1473 | 2024-02-03T07:11:39.905Z | Compiling openssl-macros v0.1.1 |
1474 | 2024-02-03T07:11:40.239Z | Compiling hashbrown v0.14.2 |
1475 | 2024-02-03T07:11:40.982Z | Compiling zerocopy-derive v0.2.0 |
1476 | 2024-02-03T07:11:41.323Z | Compiling crypto-common v0.1.6 |
1477 | 2024-02-03T07:11:41.613Z | Compiling der_derive v0.7.2 |
1478 | 2024-02-03T07:11:41.912Z | Compiling hashbrown v0.13.2 |
1479 | 2024-02-03T07:11:42.383Z | Compiling tracing v0.1.37 |
1480 | 2024-02-03T07:11:43.103Z | Compiling pest_meta v2.7.6 |
1481 | 2024-02-03T07:11:43.373Z | Compiling block-buffer v0.10.4 |
1482 | 2024-02-03T07:11:43.616Z | Compiling futures-util v0.3.30 |
1483 | 2024-02-03T07:11:43.943Z | Compiling bitflags v1.3.2 |
1484 | 2024-02-03T07:11:44.089Z | Compiling anyhow v1.0.75 |
1485 | 2024-02-03T07:11:44.869Z | Compiling unicode-bidi v0.3.13 |
1486 | 2024-02-03T07:11:45.384Z | Compiling pest_generator v2.7.6 |
1487 | 2024-02-03T07:11:46.906Z | Compiling time-core v0.1.1 |
1488 | 2024-02-03T07:11:47.288Z | Compiling crc32fast v1.3.2 |
1489 | 2024-02-03T07:11:48.319Z | Compiling time-macros v0.2.13 |
1490 | 2024-02-03T07:11:49.106Z | Compiling digest v0.10.7 |
1491 | 2024-02-03T07:11:49.845Z | Compiling pest_derive v2.7.6 |
1492 | 2024-02-03T07:11:49.868Z | Compiling scroll_derive v0.12.0 |
1493 | 2024-02-03T07:11:50.785Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1494 | 2024-02-03T07:11:50.929Z | Compiling aho-corasick v1.0.4 |
1495 | 2024-02-03T07:11:51.401Z | Compiling ppv-lite86 v0.2.17 |
1496 | 2024-02-03T07:11:52.088Z | Compiling async-trait v0.1.77 |
1497 | 2024-02-03T07:11:52.706Z | Compiling regex-syntax v0.8.2 |
1498 | 2024-02-03T07:11:52.750Z | Compiling rustversion v1.0.14 |
1499 | 2024-02-03T07:11:53.203Z | Compiling untrusted v0.9.0 |
1500 | 2024-02-03T07:11:53.484Z | Compiling signal-hook v0.3.17 |
1501 | 2024-02-03T07:11:53.794Z | Compiling rand_chacha v0.3.1 |
1502 | 2024-02-03T07:11:54.750Z | Compiling zerocopy v0.3.0 |
1503 | 2024-02-03T07:11:56.013Z | Compiling bytes v1.5.0 |
1504 | 2024-02-03T07:11:56.138Z | Compiling indexmap v2.2.2 |
1505 | 2024-02-03T07:11:57.921Z | Compiling uuid v1.7.0 |
1506 | 2024-02-03T07:11:58.472Z | Compiling tokio v1.35.1 |
1507 | 2024-02-03T07:11:59.059Z | Compiling chrono v0.4.31 |
1508 | 2024-02-03T07:12:00.002Z | Compiling bitflags v2.4.0 |
1509 | 2024-02-03T07:12:03.322Z | Compiling serde_spanned v0.6.5 |
1510 | 2024-02-03T07:12:03.665Z | Compiling toml_datetime v0.6.5 |
1511 | 2024-02-03T07:12:05.765Z | Compiling rustc_version v0.4.0 |
1512 | 2024-02-03T07:12:06.016Z | Compiling toml_edit v0.19.15 |
1513 | 2024-02-03T07:12:06.752Z | Compiling http v0.2.11 |
1514 | 2024-02-03T07:12:07.529Z | Compiling heapless v0.7.16 |
1515 | 2024-02-03T07:12:08.752Z | Compiling regex-automata v0.4.4 |
1516 | 2024-02-03T07:12:09.356Z | Compiling thread-id v4.2.0 |
1517 | 2024-02-03T07:12:09.552Z | Compiling errno v0.3.8 |
1518 | 2024-02-03T07:12:10.352Z | Compiling strsim v0.10.0 |
1519 | 2024-02-03T07:12:15.830Z | Compiling regex v1.10.3 |
1520 | 2024-02-03T07:12:16.012Z | Compiling tokio-util v0.7.10 |
1521 | 2024-02-03T07:12:17.546Z | Compiling dof v0.1.5 |
1522 | 2024-02-03T07:12:18.328Z | Compiling rand v0.8.5 |
1523 | 2024-02-03T07:12:20.966Z | Compiling dtrace-parser v0.1.14 |
1524 | 2024-02-03T07:12:22.190Z | Compiling num-bigint v0.4.4 |
1525 | 2024-02-03T07:12:22.315Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1526 | 2024-02-03T07:12:22.552Z | Compiling foreign-types-shared v0.1.1 |
1527 | 2024-02-03T07:12:22.828Z | Compiling untrusted v0.7.1 |
1528 | 2024-02-03T07:12:22.991Z | Compiling base64ct v1.6.0 |
1529 | 2024-02-03T07:12:23.132Z | Compiling smoltcp v0.9.1 |
1530 | 2024-02-03T07:12:23.311Z | Compiling percent-encoding v2.3.1 |
1531 | 2024-02-03T07:12:23.808Z | Compiling pem-rfc7468 v0.7.0 |
1532 | 2024-02-03T07:12:23.899Z | Compiling foreign-types v0.3.2 |
1533 | 2024-02-03T07:12:25.626Z | Compiling strum_macros v0.25.2 |
1534 | 2024-02-03T07:12:26.914Z | Compiling serde_tokenstream v0.1.7 |
1535 | 2024-02-03T07:12:29.617Z | Compiling hmac v0.12.1 |
1536 | 2024-02-03T07:12:29.916Z | Compiling lazy_static v1.4.0 |
1537 | 2024-02-03T07:12:30.175Z | Compiling socket2 v0.4.9 |
1538 | 2024-02-03T07:12:30.198Z | Compiling flagset v0.4.3 |
1539 | 2024-02-03T07:12:30.457Z | Compiling base64 v0.21.7 |
1540 | 2024-02-03T07:12:30.460Z | Compiling unicode-segmentation v1.10.1 |
1541 | 2024-02-03T07:12:30.511Z | Compiling unicode-width v0.1.11 |
1542 | 2024-02-03T07:12:30.769Z | Compiling adler v1.0.2 |
1543 | 2024-02-03T07:12:31.073Z | Compiling siphasher v0.3.11 |
1544 | 2024-02-03T07:12:31.507Z | Compiling try-lock v0.2.4 |
1545 | 2024-02-03T07:12:31.576Z | Compiling miniz_oxide v0.7.1 |
1546 | 2024-02-03T07:12:31.655Z | Compiling der v0.7.8 |
1547 | 2024-02-03T07:12:31.701Z | Compiling want v0.3.1 |
1548 | 2024-02-03T07:12:32.951Z | Compiling sct v0.7.0 |
1549 | 2024-02-03T07:12:33.085Z | Compiling rustls-webpki v0.101.7 |
1550 | 2024-02-03T07:12:33.376Z | Compiling form_urlencoded v1.2.1 |
1551 | 2024-02-03T07:12:33.718Z | Compiling h2 v0.3.24 |
1552 | 2024-02-03T07:12:33.819Z | Compiling http-body v0.4.5 |
1553 | 2024-02-03T07:12:34.118Z | Compiling hubpack_derive v0.1.1 |
1554 | 2024-02-03T07:12:34.921Z | Compiling zerocopy-derive v0.6.4 |
1555 | 2024-02-03T07:12:36.728Z | Compiling num-iter v0.1.43 |
1556 | 2024-02-03T07:12:37.166Z | Compiling usdt-impl v0.5.0 |
1557 | 2024-02-03T07:12:37.187Z | Compiling httpdate v1.0.3 |
1558 | 2024-02-03T07:12:37.555Z | Compiling stable_deref_trait v1.2.0 |
1559 | 2024-02-03T07:12:37.657Z | Compiling cpufeatures v0.2.12 |
1560 | 2024-02-03T07:12:37.796Z | Compiling anstyle v1.0.2 |
1561 | 2024-02-03T07:12:37.872Z | Compiling tower-service v0.3.2 |
1562 | 2024-02-03T07:12:38.170Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-02-03T07:12:38.507Z | Compiling utf8parse v0.2.1 |
1564 | 2024-02-03T07:12:38.738Z | Compiling anstyle-parse v0.2.1 |
1565 | 2024-02-03T07:12:38.765Z | Compiling sha2 v0.10.8 |
1566 | 2024-02-03T07:12:40.008Z | Compiling spki v0.7.2 |
1567 | 2024-02-03T07:12:41.515Z | Compiling usdt-macro v0.3.5 |
1568 | 2024-02-03T07:12:41.865Z | Compiling usdt-attr-macro v0.3.5 |
1569 | 2024-02-03T07:12:44.984Z | Compiling hyper v0.14.27 |
1570 | 2024-02-03T07:12:46.125Z | Compiling openapiv3 v2.0.0 |
1571 | 2024-02-03T07:12:46.546Z | Compiling scroll v0.12.0 |
1572 | 2024-02-03T07:12:47.389Z | Compiling md-5 v0.10.5 |
1573 | 2024-02-03T07:12:47.833Z | Compiling idna v0.5.0 |
1574 | 2024-02-03T07:12:47.926Z | Compiling stringprep v0.1.3 |
1575 | 2024-02-03T07:12:49.678Z | Compiling diesel_table_macro_syntax v0.1.0 |
1576 | 2024-02-03T07:12:49.927Z | Compiling hash32 v0.2.1 |
1577 | 2024-02-03T07:12:50.218Z | Compiling anstyle-query v1.0.0 |
1578 | 2024-02-03T07:12:50.416Z | Compiling gimli v0.28.0 |
1579 | 2024-02-03T07:12:50.481Z | Compiling plain v0.2.3 |
1580 | 2024-02-03T07:12:51.907Z | Compiling colorchoice v1.0.0 |
1581 | 2024-02-03T07:12:51.910Z | Compiling fallible-iterator v0.2.0 |
1582 | 2024-02-03T07:12:53.094Z | Compiling postgres-protocol v0.6.6 |
1583 | 2024-02-03T07:12:54.901Z | Compiling anstream v0.5.0 |
1584 | 2024-02-03T07:12:55.091Z | Compiling goblin v0.8.0 |
1585 | 2024-02-03T07:12:55.849Z | Compiling diesel_derives v2.1.2 |
1586 | 2024-02-03T07:12:58.186Z | Compiling addr2line v0.21.0 |
1587 | 2024-02-03T07:12:59.867Z | Compiling url v2.5.0 |
1588 | 2024-02-03T07:13:02.164Z | Compiling tokio-rustls v0.24.1 |
1589 | 2024-02-03T07:13:02.810Z | Compiling tokio-native-tls v0.3.1 |
1590 | 2024-02-03T07:13:03.201Z | Compiling terminal_size v0.2.6 |
1591 | 2024-02-03T07:13:03.245Z | Compiling pkcs8 v0.10.2 |
1592 | 2024-02-03T07:13:04.083Z | Compiling phf_shared v0.11.2 |
1593 | 2024-02-03T07:13:06.787Z | Compiling serde_tokenstream v0.2.0 |
1594 | 2024-02-03T07:13:06.867Z | Compiling block-padding v0.3.3 |
1595 | 2024-02-03T07:13:07.196Z | Compiling enum-as-inner v0.5.1 |
1596 | 2024-02-03T07:13:07.615Z | Compiling serde_repr v0.1.16 |
1597 | 2024-02-03T07:13:08.680Z | Compiling clap_derive v4.4.2 |
1598 | 2024-02-03T07:13:09.875Z | Compiling ff v0.13.0 |
1599 | 2024-02-03T07:13:10.265Z | Compiling scheduled-thread-pool v0.2.7 |
1600 | 2024-02-03T07:13:10.567Z | Compiling object v0.32.1 |
1601 | 2024-02-03T07:13:13.552Z | Compiling rustc-demangle v0.1.23 |
1602 | 2024-02-03T07:13:14.996Z | Compiling managed v0.8.0 |
1603 | 2024-02-03T07:13:15.827Z | Compiling pretty-hex v0.4.1 |
1604 | 2024-02-03T07:13:16.153Z | Compiling bit-vec v0.6.3 |
1605 | 2024-02-03T07:13:16.381Z | Compiling num_threads v0.1.6 |
1606 | 2024-02-03T07:13:16.807Z | Compiling clap_lex v0.5.1 |
1607 | 2024-02-03T07:13:18.216Z | Compiling matches v0.1.10 |
1608 | 2024-02-03T07:13:18.898Z | Compiling ipnet v2.9.0 |
1609 | 2024-02-03T07:13:19.180Z | Compiling deranged v0.3.8 |
1610 | 2024-02-03T07:13:19.202Z | Compiling base16ct v0.2.0 |
1611 | 2024-02-03T07:13:19.245Z | Compiling regex-automata v0.1.10 |
1612 | 2024-02-03T07:13:20.076Z | Compiling bstr v0.2.17 |
1613 | 2024-02-03T07:13:20.623Z | Compiling sec1 v0.7.3 |
1614 | 2024-02-03T07:13:22.277Z | Compiling time v0.3.27 |
1615 | 2024-02-03T07:13:23.970Z | Compiling idna v0.2.3 |
1616 | 2024-02-03T07:13:25.049Z | Compiling clap_builder v4.4.2 |
1617 | 2024-02-03T07:13:27.008Z | Compiling dof v0.3.0 |
1618 | 2024-02-03T07:13:27.361Z | Compiling r2d2 v0.8.10 |
1619 | 2024-02-03T07:13:27.932Z | Compiling group v0.13.0 |
1620 | 2024-02-03T07:13:29.994Z | Compiling inout v0.1.3 |
1621 | 2024-02-03T07:13:30.954Z | Compiling phf v0.11.2 |
1622 | 2024-02-03T07:13:31.004Z | Compiling hyper-tls v0.5.0 |
1623 | 2024-02-03T07:13:31.194Z | Compiling hyper-rustls v0.24.2 |
1624 | 2024-02-03T07:13:31.397Z | Compiling signal-hook-mio v0.2.3 |
1625 | 2024-02-03T07:13:31.546Z | Compiling flate2 v1.0.28 |
1626 | 2024-02-03T07:13:31.622Z | Compiling bzip2 v0.4.4 |
1627 | 2024-02-03T07:13:31.736Z | Compiling postgres-types v0.2.6 |
1628 | 2024-02-03T07:13:32.405Z | Compiling zerocopy v0.6.4 |
1629 | 2024-02-03T07:13:32.651Z | Compiling hubpack v0.1.2 |
1630 | 2024-02-03T07:13:33.023Z | Compiling serde_urlencoded v0.7.1 |
1631 | 2024-02-03T07:13:33.322Z | Compiling phf_shared v0.10.0 |
1632 | 2024-02-03T07:13:33.782Z | Compiling rustls-pemfile v1.0.3 |
1633 | 2024-02-03T07:13:33.863Z | Compiling hkdf v0.12.4 |
1634 | 2024-02-03T07:13:34.042Z | Compiling ipnetwork v0.20.0 |
1635 | 2024-02-03T07:13:34.630Z | Compiling futures-executor v0.3.30 |
1636 | 2024-02-03T07:13:35.248Z | Compiling dtrace-parser v0.2.0 |
1637 | 2024-02-03T07:13:35.652Z | Compiling regress v0.7.1 |
1638 | 2024-02-03T07:13:35.775Z | Compiling crypto-bigint v0.5.2 |
1639 | 2024-02-03T07:13:36.400Z | Compiling float-cmp v0.9.0 |
1640 | 2024-02-03T07:13:37.692Z | Compiling encoding_rs v0.8.33 |
1641 | 2024-02-03T07:13:39.065Z | Compiling static_assertions v1.1.0 |
1642 | 2024-02-03T07:13:40.360Z | Compiling webpki-roots v0.25.2 |
1643 | 2024-02-03T07:13:40.602Z | Compiling either v1.9.0 |
1644 | 2024-02-03T07:13:41.071Z | Compiling normalize-line-endings v0.3.0 |
1645 | 2024-02-03T07:13:41.128Z | Compiling mime v0.3.17 |
1646 | 2024-02-03T07:13:41.242Z | Compiling difflib v0.4.0 |
1647 | 2024-02-03T07:13:41.971Z | Compiling fixedbitset v0.4.2 |
1648 | 2024-02-03T07:13:42.599Z | Compiling minimal-lexical v0.2.1 |
1649 | 2024-02-03T07:13:43.398Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2024-02-03T07:13:43.775Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-02-03T07:13:44.124Z | Compiling regex-automata v0.3.8 |
1652 | 2024-02-03T07:13:45.372Z | Compiling whoami v1.4.1 |
1653 | 2024-02-03T07:13:46.209Z | Compiling data-encoding v2.4.0 |
1654 | 2024-02-03T07:13:46.771Z | Compiling predicates-core v1.0.6 |
1655 | 2024-02-03T07:13:47.663Z | Compiling trust-dns-proto v0.22.0 |
1656 | 2024-02-03T07:13:47.888Z | Compiling predicates v3.1.0 |
1657 | 2024-02-03T07:13:49.071Z | Compiling bstr v1.6.0 |
1658 | 2024-02-03T07:13:51.479Z | Compiling tokio-postgres v0.7.10 |
1659 | 2024-02-03T07:13:58.083Z | Compiling string_cache v0.8.7 |
1660 | 2024-02-03T07:13:58.732Z | Compiling nom v7.1.3 |
1661 | 2024-02-03T07:13:58.800Z | Compiling petgraph v0.6.4 |
1662 | 2024-02-03T07:13:59.211Z | Compiling reqwest v0.11.22 |
1663 | 2024-02-03T07:13:59.765Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1664 | 2024-02-03T07:14:04.802Z | Compiling itertools v0.10.5 |
1665 | 2024-02-03T07:14:08.085Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1666 | 2024-02-03T07:14:09.534Z | Compiling elliptic-curve v0.13.8 |
1667 | 2024-02-03T07:14:15.808Z | Compiling futures v0.3.30 |
1668 | 2024-02-03T07:14:15.971Z | Compiling diesel v2.1.4 |
1669 | 2024-02-03T07:14:16.301Z | Compiling yasna v0.5.2 |
1670 | 2024-02-03T07:14:17.564Z | Compiling zip v0.6.6 |
1671 | 2024-02-03T07:14:18.204Z | Compiling crossterm v0.27.0 |
1672 | 2024-02-03T07:14:18.942Z | Compiling clap v4.4.3 |
1673 | 2024-02-03T07:14:18.967Z | Compiling cipher v0.4.4 |
1674 | 2024-02-03T07:14:19.179Z | Compiling similar v2.3.0 |
1675 | 2024-02-03T07:14:19.604Z | Compiling bit-set v0.5.3 |
1676 | 2024-02-03T07:14:19.630Z | Compiling usdt v0.3.5 |
1677 | 2024-02-03T07:14:20.028Z | Compiling console v0.15.8 |
1678 | 2024-02-03T07:14:22.214Z | Compiling tokio-stream v0.1.14 |
1679 | 2024-02-03T07:14:22.382Z | Compiling toml v0.7.8 |
1680 | 2024-02-03T07:14:23.628Z | Compiling toml_edit v0.21.1 |
1681 | 2024-02-03T07:14:23.794Z | Compiling hex v0.4.3 |
1682 | 2024-02-03T07:14:25.414Z | Compiling proc-macro-error-attr v1.0.4 |
1683 | 2024-02-03T07:14:26.865Z | Compiling lalrpop-util v0.19.12 |
1684 | 2024-02-03T07:14:27.871Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1685 | 2024-02-03T07:14:31.048Z | Compiling proc-macro-crate v1.3.1 |
1686 | 2024-02-03T07:14:34.252Z | Compiling proc-macro-error v1.0.4 |
1687 | 2024-02-03T07:14:34.859Z | Compiling camino v1.1.6 |
1688 | 2024-02-03T07:14:34.883Z | Compiling heapless v0.8.0 |
1689 | 2024-02-03T07:14:39.798Z | Compiling num_enum_derive v0.5.11 |
1690 | 2024-02-03T07:15:01.343Z | Compiling atty v0.2.14 |
1691 | 2024-02-03T07:15:01.614Z | Compiling hash32 v0.3.1 |
1692 | 2024-02-03T07:15:01.614Z | Compiling ident_case v1.0.1 |
1693 | 2024-02-03T07:15:01.614Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1694 | 2024-02-03T07:15:01.614Z | Compiling smoltcp v0.11.0 |
1695 | 2024-02-03T07:15:01.615Z | Compiling rustls-pki-types v1.1.0 |
1696 | 2024-02-03T07:15:01.615Z | Compiling darling_core v0.20.3 |
1697 | 2024-02-03T07:15:08.929Z | Compiling num_enum v0.5.11 |
1698 | 2024-02-03T07:15:22.862Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1699 | 2024-02-03T07:15:28.286Z | Compiling dirs-sys-next v0.1.2 |
1700 | 2024-02-03T07:15:30.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1701 | 2024-02-03T07:15:30.539Z | Compiling rustls v0.22.2 |
1702 | 2024-02-03T07:15:34.231Z | Compiling cobs v0.2.3 |
1703 | 2024-02-03T07:15:35.954Z | Compiling embedded-io v0.4.0 |
1704 | 2024-02-03T07:15:36.348Z | Compiling postcard v1.0.8 |
1705 | 2024-02-03T07:15:57.792Z | Compiling dirs-next v2.0.0 |
1706 | 2024-02-03T07:16:03.324Z | Compiling darling_macro v0.20.3 |
1707 | 2024-02-03T07:16:06.609Z | Compiling rustls-webpki v0.102.1 |
1708 | 2024-02-03T07:16:10.532Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1709 | 2024-02-03T07:16:16.255Z | Compiling getopts v0.2.21 |
1710 | 2024-02-03T07:16:16.478Z | Compiling foreign-types-macros v0.2.3 |
1711 | 2024-02-03T07:16:17.668Z | Compiling structmeta-derive v0.2.0 |
1712 | 2024-02-03T07:16:18.755Z | Compiling thread_local v1.1.7 |
1713 | 2024-02-03T07:16:18.953Z | Compiling multer v3.0.0 |
1714 | 2024-02-03T07:16:19.400Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1715 | 2024-02-03T07:16:19.859Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1716 | 2024-02-03T07:16:20.081Z | Compiling foreign-types-shared v0.3.1 |
1717 | 2024-02-03T07:16:21.772Z | Compiling unsafe-libyaml v0.2.10 |
1718 | 2024-02-03T07:16:21.934Z | Compiling rayon-core v1.12.0 |
1719 | 2024-02-03T07:16:22.352Z | Compiling match_cfg v0.1.0 |
1720 | 2024-02-03T07:16:22.494Z | Compiling paste v1.0.14 |
1721 | 2024-02-03T07:16:22.620Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1722 | 2024-02-03T07:16:23.167Z | Compiling slog-async v2.8.0 |
1723 | 2024-02-03T07:16:23.947Z | Compiling serde_yaml v0.9.25 |
1724 | 2024-02-03T07:16:28.650Z | Compiling hostname v0.3.1 |
1725 | 2024-02-03T07:16:29.074Z | Compiling structmeta v0.2.0 |
1726 | 2024-02-03T07:16:34.689Z | Compiling foreign-types v0.5.0 |
1727 | 2024-02-03T07:16:34.858Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1728 | 2024-02-03T07:16:40.336Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1729 | 2024-02-03T07:16:44.129Z | Compiling darling v0.20.3 |
1730 | 2024-02-03T07:16:52.220Z | Compiling term v0.7.0 |
1731 | 2024-02-03T07:16:54.017Z | Compiling slog-json v2.6.1 |
1732 | 2024-02-03T07:16:54.790Z | Compiling crossbeam-deque v0.8.3 |
1733 | 2024-02-03T07:16:55.407Z | Compiling is-terminal v0.4.9 |
1734 | 2024-02-03T07:16:57.288Z | Compiling strum v0.25.0 |
1735 | 2024-02-03T07:16:57.566Z | Compiling crossbeam-channel v0.5.8 |
1736 | 2024-02-03T07:17:00.216Z | Compiling http v1.0.0 |
1737 | 2024-02-03T07:17:00.413Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-02-03T07:17:01.266Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-02-03T07:17:01.590Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1740 | 2024-02-03T07:17:02.852Z | Compiling cstr-argument v0.1.2 |
1741 | 2024-02-03T07:17:03.212Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1742 | 2024-02-03T07:17:03.221Z | Compiling fastrand v2.0.0 |
1743 | 2024-02-03T07:17:03.376Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1744 | 2024-02-03T07:17:03.650Z | Compiling take_mut v0.2.2 |
1745 | 2024-02-03T07:17:03.799Z | Compiling pretty-hex v0.2.1 |
1746 | 2024-02-03T07:17:04.149Z | Compiling atomic-waker v1.1.1 |
1747 | 2024-02-03T07:17:04.292Z | Compiling crucible-workspace-hack v0.1.0 |
1748 | 2024-02-03T07:17:04.483Z | Compiling regex-syntax v0.7.5 |
1749 | 2024-02-03T07:17:04.540Z | Compiling waitgroup v0.1.2 |
1750 | 2024-02-03T07:17:04.791Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1751 | 2024-02-03T07:17:05.412Z | Compiling tempfile v3.9.0 |
1752 | 2024-02-03T07:17:05.806Z | Compiling async-stream v0.3.5 |
1753 | 2024-02-03T07:17:06.272Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1754 | 2024-02-03T07:17:08.904Z | Compiling colored v2.0.4 |
1755 | 2024-02-03T07:17:11.167Z | Compiling slog-bunyan v2.5.0 |
1756 | 2024-02-03T07:17:11.728Z | Compiling slog-term v2.9.0 |
1757 | 2024-02-03T07:17:13.456Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1758 | 2024-02-03T07:17:14.597Z | Compiling parse-display-derive v0.8.2 |
1759 | 2024-02-03T07:17:15.248Z | Compiling tokio-rustls v0.25.0 |
1760 | 2024-02-03T07:17:15.955Z | Compiling serde_with_macros v3.5.1 |
1761 | 2024-02-03T07:17:16.738Z | Compiling toml v0.8.9 |
1762 | 2024-02-03T07:17:17.792Z | Compiling rustls-pemfile v2.0.0 |
1763 | 2024-02-03T07:17:18.955Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1764 | 2024-02-03T07:17:20.385Z | Compiling sha1 v0.10.6 |
1765 | 2024-02-03T07:17:20.746Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1766 | 2024-02-03T07:17:21.342Z | Compiling textwrap v0.11.0 |
1767 | 2024-02-03T07:17:21.911Z | Compiling heck v0.3.3 |
1768 | 2024-02-03T07:17:22.543Z | Compiling serde_path_to_error v0.1.15 |
1769 | 2024-02-03T07:17:23.138Z | Compiling instant v0.1.12 |
1770 | 2024-02-03T07:17:23.377Z | Compiling libefi-sys v0.1.0 |
1771 | 2024-02-03T07:17:23.792Z | Compiling ansi_term v0.12.1 |
1772 | 2024-02-03T07:17:25.086Z | Compiling debug-ignore v1.0.5 |
1773 | 2024-02-03T07:17:25.089Z | Compiling strsim v0.8.0 |
1774 | 2024-02-03T07:17:25.090Z | Compiling vec_map v0.8.2 |
1775 | 2024-02-03T07:17:25.090Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1776 | 2024-02-03T07:17:25.230Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1777 | 2024-02-03T07:17:25.308Z | Compiling clap v2.34.0 |
1778 | 2024-02-03T07:17:26.485Z | Compiling backoff v0.4.0 |
1779 | 2024-02-03T07:17:27.050Z | Compiling structopt-derive v0.4.18 |
1780 | 2024-02-03T07:17:29.977Z | Compiling parse-display v0.8.2 |
1781 | 2024-02-03T07:17:30.284Z | Compiling serde_with v3.5.1 |
1782 | 2024-02-03T07:17:31.386Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1783 | 2024-02-03T07:17:32.427Z | Compiling rayon v1.8.0 |
1784 | 2024-02-03T07:17:37.921Z | Compiling camino-tempfile v1.1.1 |
1785 | 2024-02-03T07:17:39.297Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1786 | 2024-02-03T07:17:39.430Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1787 | 2024-02-03T07:17:39.775Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1788 | 2024-02-03T07:17:40.288Z | Compiling zone_cfg_derive v0.3.0 |
1789 | 2024-02-03T07:17:40.288Z | Compiling macaddr v1.0.1 |
1790 | 2024-02-03T07:17:41.267Z | Compiling num-derive v0.4.0 |
1791 | 2024-02-03T07:17:41.463Z | Compiling blake3 v1.5.0 |
1792 | 2024-02-03T07:17:42.172Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1793 | 2024-02-03T07:17:42.297Z | Compiling portable-atomic v1.4.3 |
1794 | 2024-02-03T07:17:43.452Z | Compiling zone v0.3.0 |
1795 | 2024-02-03T07:17:43.726Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1796 | 2024-02-03T07:17:44.633Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1797 | 2024-02-03T07:17:44.784Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1798 | 2024-02-03T07:17:56.918Z | Compiling structopt v0.3.26 |
1799 | 2024-02-03T07:17:56.918Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1800 | 2024-02-03T07:17:56.918Z | Compiling smf v0.2.2 |
1801 | 2024-02-03T07:17:56.918Z | Compiling xattr v1.0.1 |
1802 | 2024-02-03T07:17:56.918Z | Compiling filetime v0.2.23 |
1803 | 2024-02-03T07:17:56.986Z | Compiling memmap2 v0.7.1 |
1804 | 2024-02-03T07:17:56.986Z | Compiling arrayvec v0.7.4 |
1805 | 2024-02-03T07:17:56.987Z | Compiling constant_time_eq v0.3.0 |
1806 | 2024-02-03T07:17:56.987Z | Compiling arrayref v0.3.7 |
1807 | 2024-02-03T07:17:56.987Z | Compiling same-file v1.0.6 |
1808 | 2024-02-03T07:17:56.987Z | Compiling walkdir v2.4.0 |
1809 | 2024-02-03T07:17:56.987Z | Compiling tar v0.4.40 |
1810 | 2024-02-03T07:17:56.987Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1811 | 2024-02-03T07:17:56.987Z | Compiling gethostname v0.4.3 |
1812 | 2024-02-03T07:17:56.987Z | Compiling topological-sort v0.2.2 |
1813 | 2024-02-03T07:17:56.987Z | Compiling number_prefix v0.4.0 |
1814 | 2024-02-03T07:17:56.987Z | Compiling omicron-zone-package v0.11.0 |
1815 | 2024-02-03T07:17:57.161Z | Compiling swrite v0.1.0 |
1816 | 2024-02-03T07:17:58.966Z | Compiling indicatif v0.17.7 |
1817 | 2024-02-03T07:18:02.833Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1818 | 2024-02-03T07:18:03.730Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1819 | 2024-02-03T07:18:17.848Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1820 | 2024-02-03T07:18:21.521Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1821 | 2024-02-03T07:18:22.899Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1822 | 2024-02-03T07:18:53.735Z | Finished release [optimized] target(s) in 8m 10s |
1823 | 2024-02-03T07:18:54.003Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1824 | 2024-02-03T07:18:54.093Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1825 | 2024-02-03T07:18:54.096Z | Created new build target 'test' and set it as active |
1826 | 2024-02-03T07:18:54.096Z | |
1827 | 2024-02-03T07:18:54.096Z | real 8:10.948533263 |
1828 | 2024-02-03T07:18:54.096Z | user 54:38.692647062 |
1829 | 2024-02-03T07:18:54.096Z | sys 4:49.714703632 |
1830 | 2024-02-03T07:18:54.097Z | trap 2.038258586 |
1831 | 2024-02-03T07:18:54.097Z | tflt 3.191932032 |
1832 | 2024-02-03T07:18:54.097Z | dflt 2.887913026 |
1833 | 2024-02-03T07:18:54.097Z | kflt 0.022792879 |
1834 | 2024-02-03T07:18:54.097Z | lock 1:58:56.442217716 |
1835 | 2024-02-03T07:18:54.097Z | slp 2:32:44.012772536 |
1836 | 2024-02-03T07:18:54.097Z | lat 2:38.279106164 |
1837 | 2024-02-03T07:18:54.097Z | stop 4:10.700358466 |
1838 | 2024-02-03T07:18:54.097Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1839 | 2024-02-03T07:18:55.274Z | Finished release [optimized] target(s) in 1.09s |
1840 | 2024-02-03T07:18:55.301Z | Running `target/release/omicron-package -t test package` |
1841 | 2024-02-03T07:18:55.341Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1842 | 2024-02-03T07:18:56.570Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1843 | 2024-02-03T07:18:56.583Z | Compiling linked-hash-map v0.5.6 |
1844 | 2024-02-03T07:18:56.583Z | Compiling usdt-macro v0.5.0 |
1845 | 2024-02-03T07:18:56.998Z | Compiling usdt-attr-macro v0.5.0 |
1846 | 2024-02-03T07:18:57.004Z | Compiling memmap v0.7.0 |
1847 | 2024-02-03T07:18:57.004Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1848 | 2024-02-03T07:18:57.004Z | Compiling password-hash v0.5.0 |
1849 | 2024-02-03T07:18:57.004Z | Compiling blake2 v0.10.6 |
1850 | 2024-02-03T07:18:57.135Z | Compiling lru-cache v0.1.2 |
1851 | 2024-02-03T07:18:57.278Z | Compiling semver v0.1.20 |
1852 | 2024-02-03T07:18:57.437Z | Compiling argon2 v0.5.3 |
1853 | 2024-02-03T07:18:58.180Z | Compiling rustc_version v0.1.7 |
1854 | 2024-02-03T07:18:58.607Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1855 | 2024-02-03T07:18:58.760Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1856 | 2024-02-03T07:18:58.875Z | Compiling newtype_derive v0.1.6 |
1857 | 2024-02-03T07:18:58.887Z | Compiling usdt v0.5.0 |
1858 | 2024-02-03T07:18:59.144Z | Compiling rayon-core v1.12.0 |
1859 | 2024-02-03T07:18:59.165Z | Compiling crossbeam-deque v0.8.3 |
1860 | 2024-02-03T07:18:59.292Z | Compiling same-file v1.0.6 |
1861 | 2024-02-03T07:18:59.621Z | Compiling quick-error v1.2.3 |
1862 | 2024-02-03T07:18:59.642Z | Compiling fastrand v2.0.0 |
1863 | 2024-02-03T07:18:59.812Z | Compiling resolv-conf v0.7.0 |
1864 | 2024-02-03T07:19:00.414Z | Compiling tempfile v3.9.0 |
1865 | 2024-02-03T07:19:00.730Z | Compiling walkdir v2.4.0 |
1866 | 2024-02-03T07:19:01.504Z | Compiling itertools v0.12.1 |
1867 | 2024-02-03T07:19:01.597Z | Compiling camino v1.1.6 |
1868 | 2024-02-03T07:19:01.682Z | Compiling semver-parser v0.10.2 |
1869 | 2024-02-03T07:19:01.756Z | Compiling slog-dtrace v0.3.0 |
1870 | 2024-02-03T07:19:02.071Z | Compiling blake3 v1.5.0 |
1871 | 2024-02-03T07:19:02.413Z | Compiling rayon v1.8.0 |
1872 | 2024-02-03T07:19:02.488Z | Compiling trust-dns-resolver v0.22.0 |
1873 | 2024-02-03T07:19:02.935Z | Compiling semver v0.11.0 |
1874 | 2024-02-03T07:19:03.796Z | Compiling nibble_vec v0.1.0 |
1875 | 2024-02-03T07:19:03.992Z | Compiling memmap2 v0.7.1 |
1876 | 2024-02-03T07:19:04.113Z | Compiling xattr v1.0.1 |
1877 | 2024-02-03T07:19:04.463Z | Compiling filetime v0.2.23 |
1878 | 2024-02-03T07:19:04.620Z | Compiling arrayvec v0.7.4 |
1879 | 2024-02-03T07:19:04.727Z | Compiling home v0.5.5 |
1880 | 2024-02-03T07:19:04.898Z | Compiling constant_time_eq v0.3.0 |
1881 | 2024-02-03T07:19:05.066Z | Compiling arrayref v0.3.7 |
1882 | 2024-02-03T07:19:05.089Z | Compiling endian-type v0.1.2 |
1883 | 2024-02-03T07:19:05.184Z | Compiling toolchain_find v0.2.0 |
1884 | 2024-02-03T07:19:05.229Z | Compiling tar v0.4.40 |
1885 | 2024-02-03T07:19:05.424Z | Compiling radix_trie v0.2.1 |
1886 | 2024-02-03T07:19:05.963Z | Compiling camino-tempfile v1.1.1 |
1887 | 2024-02-03T07:19:06.571Z | Compiling steno v0.4.0 |
1888 | 2024-02-03T07:19:07.416Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1889 | 2024-02-03T07:19:08.199Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1890 | 2024-02-03T07:19:08.817Z | Compiling toml v0.5.11 |
1891 | 2024-02-03T07:19:09.905Z | Compiling num-rational v0.4.1 |
1892 | 2024-02-03T07:19:10.005Z | Compiling radium v0.7.0 |
1893 | 2024-02-03T07:19:10.323Z | Compiling topological-sort v0.2.2 |
1894 | 2024-02-03T07:19:10.627Z | Compiling omicron-zone-package v0.11.0 |
1895 | 2024-02-03T07:19:11.387Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1896 | 2024-02-03T07:19:11.390Z | Compiling toml v0.8.9 |
1897 | 2024-02-03T07:19:11.624Z | Compiling maybe-uninit v2.0.0 |
1898 | 2024-02-03T07:19:12.363Z | Compiling rustfmt-wrapper v0.2.0 |
1899 | 2024-02-03T07:19:13.195Z | Compiling tap v1.0.1 |
1900 | 2024-02-03T07:19:13.456Z | Compiling cancel-safe-futures v0.1.5 |
1901 | 2024-02-03T07:19:13.845Z | Compiling wyz v0.5.1 |
1902 | 2024-02-03T07:19:14.594Z | Compiling num-complex v0.4.4 |
1903 | 2024-02-03T07:19:15.126Z | Compiling packed_struct v0.10.1 |
1904 | 2024-02-03T07:19:15.725Z | Compiling funty v2.0.0 |
1905 | 2024-02-03T07:19:16.713Z | Compiling num-bigint-dig v0.8.4 |
1906 | 2024-02-03T07:19:17.118Z | Compiling crc-catalog v2.2.0 |
1907 | 2024-02-03T07:19:17.318Z | Compiling crc v3.0.1 |
1908 | 2024-02-03T07:19:18.235Z | Compiling bitvec v1.0.1 |
1909 | 2024-02-03T07:19:18.468Z | Compiling num v0.4.1 |
1910 | 2024-02-03T07:19:19.816Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1911 | 2024-02-03T07:19:19.838Z | Compiling fxhash v0.2.1 |
1912 | 2024-02-03T07:19:20.149Z | Compiling packed_struct_codegen v0.10.1 |
1913 | 2024-02-03T07:19:20.605Z | Compiling indexmap v1.9.3 |
1914 | 2024-02-03T07:19:21.030Z | Compiling nodrop v0.1.14 |
1915 | 2024-02-03T07:19:21.202Z | Compiling utf-8 v0.7.6 |
1916 | 2024-02-03T07:19:21.376Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1917 | 2024-02-03T07:19:21.809Z | Compiling tungstenite v0.20.1 |
1918 | 2024-02-03T07:19:24.369Z | Compiling array-init v0.0.4 |
1919 | 2024-02-03T07:19:26.589Z | Compiling smallvec v0.6.14 |
1920 | 2024-02-03T07:19:28.334Z | Compiling pkcs1 v0.7.5 |
1921 | 2024-02-03T07:19:31.453Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1922 | 2024-02-03T07:19:33.115Z | Compiling signature v2.1.0 |
1923 | 2024-02-03T07:19:33.435Z | Compiling half v2.3.1 |
1924 | 2024-02-03T07:19:34.527Z | Compiling unicase v2.7.0 |
1925 | 2024-02-03T07:19:34.668Z | Compiling termcolor v1.2.0 |
1926 | 2024-02-03T07:19:34.944Z | Compiling ciborium-io v0.2.2 |
1927 | 2024-02-03T07:19:35.120Z | Compiling bitfield v0.14.0 |
1928 | 2024-02-03T07:19:35.583Z | Compiling hashbrown v0.12.3 |
1929 | 2024-02-03T07:19:36.771Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1930 | 2024-02-03T07:19:39.289Z | Compiling env_logger v0.10.0 |
1931 | 2024-02-03T07:19:39.958Z | Compiling ciborium-ll v0.2.2 |
1932 | 2024-02-03T07:19:40.889Z | Compiling rsa v0.9.2 |
1933 | 2024-02-03T07:19:45.596Z | Compiling serde-hex v0.1.0 |
1934 | 2024-02-03T07:19:47.422Z | Compiling tokio-tungstenite v0.20.1 |
1935 | 2024-02-03T07:19:48.273Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1936 | 2024-02-03T07:19:48.804Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1937 | 2024-02-03T07:19:49.600Z | Compiling x509-cert v0.2.4 |
1938 | 2024-02-03T07:19:49.657Z | Compiling ron v0.8.1 |
1939 | 2024-02-03T07:19:54.309Z | Compiling crc-any v2.4.3 |
1940 | 2024-02-03T07:19:55.941Z | Compiling display-error-chain v0.2.0 |
1941 | 2024-02-03T07:19:56.188Z | Compiling arc-swap v1.6.0 |
1942 | 2024-02-03T07:19:57.414Z | Compiling slog-scope v4.4.0 |
1943 | 2024-02-03T07:19:58.844Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1944 | 2024-02-03T07:20:00.259Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1945 | 2024-02-03T07:20:03.103Z | Compiling ciborium v0.2.2 |
1946 | 2024-02-03T07:20:06.773Z | Compiling object v0.30.4 |
1947 | 2024-02-03T07:20:07.589Z | Compiling libsw v3.3.1 |
1948 | 2024-02-03T07:20:15.136Z | Compiling derive-where v1.2.7 |
1949 | 2024-02-03T07:20:15.262Z | Compiling owo-colors v4.0.0 |
1950 | 2024-02-03T07:20:15.283Z | Compiling path-slash v0.1.5 |
1951 | 2024-02-03T07:20:15.284Z | Compiling linear-map v1.2.0 |
1952 | 2024-02-03T07:20:15.284Z | Compiling parking_lot_core v0.8.6 |
1953 | 2024-02-03T07:20:15.284Z | Compiling slog-stdlog v4.1.1 |
1954 | 2024-02-03T07:20:16.408Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1955 | 2024-02-03T07:20:17.568Z | Compiling dirs-sys-next v0.1.2 |
1956 | 2024-02-03T07:20:18.345Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1957 | 2024-02-03T07:20:25.783Z | Compiling convert_case v0.4.0 |
1958 | 2024-02-03T07:20:27.054Z | Compiling glob v0.3.1 |
1959 | 2024-02-03T07:20:28.487Z | Compiling crunchy v0.2.2 |
1960 | 2024-02-03T07:20:29.147Z | Compiling clang-sys v1.6.1 |
1961 | 2024-02-03T07:20:29.267Z | Compiling derive_more v0.99.17 |
1962 | 2024-02-03T07:20:30.254Z | Compiling dirs-next v2.0.0 |
1963 | 2024-02-03T07:20:30.947Z | Compiling slog-envlogger v2.2.0 |
1964 | 2024-02-03T07:20:33.341Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1965 | 2024-02-03T07:20:33.994Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1966 | 2024-02-03T07:20:35.375Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1967 | 2024-02-03T07:20:37.320Z | Compiling tiny-keccak v2.0.2 |
1968 | 2024-02-03T07:20:37.718Z | Compiling prettyplease v0.2.16 |
1969 | 2024-02-03T07:20:38.136Z | Compiling platforms v3.0.2 |
1970 | 2024-02-03T07:20:38.662Z | Compiling parking_lot v0.11.2 |
1971 | 2024-02-03T07:20:41.201Z | Compiling mime_guess v2.0.4 |
1972 | 2024-02-03T07:20:42.626Z | Compiling term v0.7.0 |
1973 | 2024-02-03T07:20:43.150Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1974 | 2024-02-03T07:20:44.969Z | Compiling trust-dns-client v0.22.0 |
1975 | 2024-02-03T07:20:46.239Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1976 | 2024-02-03T07:20:47.398Z | Compiling darling_core v0.14.4 |
1977 | 2024-02-03T07:20:55.081Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1978 | 2024-02-03T07:20:56.161Z | Compiling pem v3.0.2 |
1979 | 2024-02-03T07:20:58.824Z | Compiling darling_macro v0.14.4 |
1980 | 2024-02-03T07:21:00.319Z | Compiling trust-dns-server v0.22.1 |
1981 | 2024-02-03T07:21:01.653Z | Compiling ascii-canvas v3.0.0 |
1982 | 2024-02-03T07:21:03.083Z | Compiling sled v0.34.7 |
1983 | 2024-02-03T07:21:04.027Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1984 | 2024-02-03T07:21:11.454Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1985 | 2024-02-03T07:21:11.753Z | Compiling is-terminal v0.4.9 |
1986 | 2024-02-03T07:21:11.925Z | Compiling ena v0.14.2 |
1987 | 2024-02-03T07:21:12.577Z | Compiling vte_generate_state_changes v0.1.1 |
1988 | 2024-02-03T07:21:13.486Z | Compiling libloading v0.7.4 |
1989 | 2024-02-03T07:21:14.032Z | Compiling bindgen v0.69.2 |
1990 | 2024-02-03T07:21:14.043Z | Compiling regex-syntax v0.6.29 |
1991 | 2024-02-03T07:21:14.709Z | Compiling diff v0.1.13 |
1992 | 2024-02-03T07:21:23.282Z | Compiling lalrpop v0.19.12 |
1993 | 2024-02-03T07:21:26.045Z | Compiling vte v0.11.1 |
1994 | 2024-02-03T07:21:29.626Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1995 | 2024-02-03T07:21:35.088Z | Compiling curve25519-dalek v4.1.1 |
1996 | 2024-02-03T07:21:37.772Z | Compiling darling v0.14.4 |
1997 | 2024-02-03T07:21:38.195Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1998 | 2024-02-03T07:21:42.369Z | Compiling cexpr v0.6.0 |
1999 | 2024-02-03T07:21:44.824Z | Compiling which v4.4.0 |
2000 | 2024-02-03T07:21:45.619Z | Compiling kstat-rs v0.2.3 |
2001 | 2024-02-03T07:21:47.680Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2002 | 2024-02-03T07:21:48.726Z | Compiling memoffset v0.7.1 |
2003 | 2024-02-03T07:21:49.169Z | Compiling rustc-hash v1.1.0 |
2004 | 2024-02-03T07:21:49.372Z | Compiling bytecount v0.6.3 |
2005 | 2024-02-03T07:21:49.882Z | Compiling peeking_take_while v0.1.2 |
2006 | 2024-02-03T07:21:50.063Z | Compiling buf-list v1.0.3 |
2007 | 2024-02-03T07:21:50.384Z | Compiling keccak v0.1.4 |
2008 | 2024-02-03T07:21:50.845Z | Compiling shlex v1.3.0 |
2009 | 2024-02-03T07:21:51.449Z | Compiling doc-comment v0.3.3 |
2010 | 2024-02-03T07:21:51.950Z | Compiling lazycell v1.3.0 |
2011 | 2024-02-03T07:21:52.446Z | Compiling sha3 v0.10.8 |
2012 | 2024-02-03T07:21:53.866Z | Compiling papergrid v0.11.0 |
2013 | 2024-02-03T07:22:00.227Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2014 | 2024-02-03T07:22:00.520Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2015 | 2024-02-03T07:22:03.561Z | Compiling derive_builder_core v0.12.0 |
2016 | 2024-02-03T07:22:07.342Z | Compiling strip-ansi-escapes v0.2.0 |
2017 | 2024-02-03T07:22:08.553Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2018 | 2024-02-03T07:22:10.470Z | Compiling polar-core v0.27.0 |
2019 | 2024-02-03T07:22:12.660Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2020 | 2024-02-03T07:22:15.139Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2021 | 2024-02-03T07:22:15.670Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2022 | 2024-02-03T07:22:16.669Z | Compiling tabled_derive v0.7.0 |
2023 | 2024-02-03T07:22:18.786Z | Compiling fd-lock v4.0.2 |
2024 | 2024-02-03T07:22:19.092Z | Compiling fd-lock v3.0.13 |
2025 | 2024-02-03T07:22:19.403Z | Compiling headers-core v0.2.0 |
2026 | 2024-02-03T07:22:19.659Z | Compiling universal-hash v0.5.1 |
2027 | 2024-02-03T07:22:19.959Z | Compiling nix v0.27.1 |
2028 | 2024-02-03T07:22:20.165Z | Compiling secrecy v0.8.0 |
2029 | 2024-02-03T07:22:20.461Z | Compiling libxml v0.3.3 |
2030 | 2024-02-03T07:22:20.554Z | Compiling sqlparser_derive v0.2.2 |
2031 | 2024-02-03T07:22:20.963Z | Compiling pin-project-internal v1.1.3 |
2032 | 2024-02-03T07:22:22.151Z | Compiling curve25519-dalek-derive v0.1.0 |
2033 | 2024-02-03T07:22:24.277Z | Compiling thiserror-impl-no-std v2.0.2 |
2034 | 2024-02-03T07:22:24.704Z | Compiling nu-ansi-term v0.49.0 |
2035 | 2024-02-03T07:22:25.392Z | Compiling opaque-debug v0.3.0 |
2036 | 2024-02-03T07:22:25.523Z | Compiling ref-cast v1.0.20 |
2037 | 2024-02-03T07:22:26.613Z | Compiling unicode_categories v0.1.1 |
2038 | 2024-02-03T07:22:26.943Z | Compiling rustyline v13.0.0 |
2039 | 2024-02-03T07:22:27.185Z | Compiling sqlformat v0.2.3 |
2040 | 2024-02-03T07:22:27.495Z | Compiling poly1305 v0.8.0 |
2041 | 2024-02-03T07:22:27.514Z | Compiling pin-project v1.1.3 |
2042 | 2024-02-03T07:22:27.688Z | Compiling reedline v0.28.0 |
2043 | 2024-02-03T07:22:28.748Z | Compiling thiserror-no-std v2.0.2 |
2044 | 2024-02-03T07:22:30.091Z | Compiling sqlparser v0.43.1 |
2045 | 2024-02-03T07:22:30.926Z | Compiling tabled v0.15.0 |
2046 | 2024-02-03T07:22:41.751Z | Compiling headers v0.3.9 |
2047 | 2024-02-03T07:22:41.958Z | Compiling samael v0.0.14 |
2048 | 2024-02-03T07:22:44.439Z | Compiling derive_builder_macro v0.12.0 |
2049 | 2024-02-03T07:23:00.010Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2050 | 2024-02-03T07:23:00.554Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2051 | 2024-02-03T07:23:00.554Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2052 | 2024-02-03T07:23:00.554Z | Compiling chacha20 v0.9.1 |
2053 | 2024-02-03T07:23:00.554Z | Compiling aead v0.5.2 |
2054 | 2024-02-03T07:23:00.651Z | Compiling strum_macros v0.24.3 |
2055 | 2024-02-03T07:23:00.825Z | Compiling bcs v0.1.6 |
2056 | 2024-02-03T07:23:00.825Z | Compiling snafu-derive v0.7.5 |
2057 | 2024-02-03T07:23:01.866Z | Compiling ref-cast-impl v1.0.20 |
2058 | 2024-02-03T07:23:02.169Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2059 | 2024-02-03T07:23:02.593Z | Compiling fs-err v2.11.0 |
2060 | 2024-02-03T07:23:03.009Z | Compiling cookie v0.18.0 |
2061 | 2024-02-03T07:23:03.449Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2062 | 2024-02-03T07:23:03.565Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2063 | 2024-02-03T07:23:03.883Z | Compiling signature v1.6.4 |
2064 | 2024-02-03T07:23:03.981Z | Compiling highway v1.1.0 |
2065 | 2024-02-03T07:23:04.074Z | Compiling salty v0.2.0 |
2066 | 2024-02-03T07:23:04.174Z | Compiling indoc v1.0.9 |
2067 | 2024-02-03T07:23:04.720Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2068 | 2024-02-03T07:23:06.280Z | Compiling ed25519 v1.5.3 |
2069 | 2024-02-03T07:23:07.384Z | Compiling chacha20poly1305 v0.10.1 |
2070 | 2024-02-03T07:23:07.651Z | Compiling snafu v0.7.5 |
2071 | 2024-02-03T07:23:07.775Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2072 | 2024-02-03T07:23:09.968Z | Compiling derive_builder v0.12.0 |
2073 | 2024-02-03T07:23:12.101Z | Compiling vsss-rs v3.3.4 |
2074 | 2024-02-03T07:23:20.270Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2075 | 2024-02-03T07:23:20.729Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2076 | 2024-02-03T07:23:21.243Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2077 | 2024-02-03T07:23:21.397Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2078 | 2024-02-03T07:23:21.660Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2079 | 2024-02-03T07:23:23.782Z | Compiling globset v0.4.13 |
2080 | 2024-02-03T07:23:27.393Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2081 | 2024-02-03T07:23:30.170Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2082 | 2024-02-03T07:23:32.388Z | Compiling olpc-cjson v0.1.3 |
2083 | 2024-02-03T07:23:33.250Z | Compiling bb8 v0.8.3 |
2084 | 2024-02-03T07:23:34.071Z | Compiling quick-xml v0.30.0 |
2085 | 2024-02-03T07:23:34.494Z | Compiling serde_plain v1.0.2 |
2086 | 2024-02-03T07:23:34.736Z | Compiling serde-big-array v0.5.1 |
2087 | 2024-02-03T07:23:35.087Z | Compiling async-recursion v1.0.5 |
2088 | 2024-02-03T07:23:35.307Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2089 | 2024-02-03T07:23:36.578Z | Compiling impl-trait-for-tuples v0.2.2 |
2090 | 2024-02-03T07:23:36.590Z | Compiling oso-derive v0.27.0 |
2091 | 2024-02-03T07:23:37.034Z | Compiling typed-path v0.7.0 |
2092 | 2024-02-03T07:23:38.378Z | Compiling maplit v1.0.2 |
2093 | 2024-02-03T07:23:38.541Z | Compiling http-range v0.1.5 |
2094 | 2024-02-03T07:23:39.512Z | Compiling hyper-staticfile v0.9.5 |
2095 | 2024-02-03T07:23:41.701Z | Compiling tough v0.16.0 |
2096 | 2024-02-03T07:23:45.064Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2097 | 2024-02-03T07:23:49.133Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2098 | 2024-02-03T07:23:52.622Z | Compiling oso v0.27.0 |
2099 | 2024-02-03T07:23:57.800Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2100 | 2024-02-03T07:24:16.607Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2101 | 2024-02-03T07:24:43.044Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2102 | 2024-02-03T07:24:44.698Z | Compiling signal-hook-tokio v0.3.1 |
2103 | 2024-02-03T07:24:44.983Z | Compiling serde-big-array v0.4.1 |
2104 | 2024-02-03T07:24:45.182Z | Compiling parse-size v1.0.0 |
2105 | 2024-02-03T07:24:45.245Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2106 | 2024-02-03T07:24:45.538Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2107 | 2024-02-03T07:24:45.650Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2108 | 2024-02-03T07:24:47.791Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2109 | 2024-02-03T07:24:51.870Z | Compiling corncobs v0.1.3 |
2110 | 2024-02-03T07:24:52.533Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2111 | 2024-02-03T07:24:53.807Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2112 | 2024-02-03T07:25:02.486Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2113 | 2024-02-03T07:25:09.960Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2114 | 2024-02-03T07:25:10.126Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2115 | 2024-02-03T07:25:10.550Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2116 | 2024-02-03T07:25:16.160Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2117 | 2024-02-03T07:25:29.574Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2118 | 2024-02-03T07:25:32.918Z | Compiling rcgen v0.12.1 |
2119 | 2024-02-03T07:25:34.118Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2120 | 2024-02-03T07:25:39.336Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2121 | 2024-02-03T07:25:39.762Z | Compiling atomicwrites v0.4.3 |
2122 | 2024-02-03T07:25:40.546Z | Compiling lru v0.12.1 |
2123 | 2024-02-03T07:25:41.052Z | Compiling stability v0.1.1 |
2124 | 2024-02-03T07:25:42.422Z | Compiling subprocess v0.2.9 |
2125 | 2024-02-03T07:25:51.562Z | Compiling smawk v0.3.1 |
2126 | 2024-02-03T07:25:51.905Z | Compiling unicode-linebreak v0.1.5 |
2127 | 2024-02-03T07:25:52.817Z | Compiling cassowary v0.3.0 |
2128 | 2024-02-03T07:26:00.674Z | Compiling indoc v2.0.3 |
2129 | 2024-02-03T07:26:01.729Z | Compiling ratatui v0.25.0 |
2130 | 2024-02-03T07:26:05.714Z | Compiling textwrap v0.16.0 |
2131 | 2024-02-03T07:26:12.003Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2132 | 2024-02-03T07:26:22.199Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2133 | 2024-02-03T07:26:29.859Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2134 | 2024-02-03T07:26:31.968Z | Compiling fatfs v0.3.6 |
2135 | 2024-02-03T07:26:36.262Z | Compiling nanorand v0.7.0 |
2136 | 2024-02-03T07:26:37.344Z | Compiling rtoolbox v0.0.1 |
2137 | 2024-02-03T07:26:37.437Z | Compiling humantime v2.1.0 |
2138 | 2024-02-03T07:26:38.025Z | Compiling is_ci v1.1.1 |
2139 | 2024-02-03T07:26:38.455Z | Compiling assert_matches v1.5.0 |
2140 | 2024-02-03T07:26:38.606Z | Compiling supports-color v2.1.0 |
2141 | 2024-02-03T07:26:38.856Z | Compiling rpassword v7.3.1 |
2142 | 2024-02-03T07:26:39.526Z | Compiling flume v0.11.0 |
2143 | 2024-02-03T07:26:39.701Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2144 | 2024-02-03T07:26:40.770Z | Compiling tui-tree-widget v0.16.0 |
2145 | 2024-02-03T07:26:41.314Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2146 | 2024-02-03T07:26:41.972Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2147 | 2024-02-03T07:26:42.388Z | Compiling shell-words v1.1.0 |
2148 | 2024-02-03T07:26:43.067Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2149 | 2024-02-03T07:27:02.052Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2150 | 2024-02-03T07:27:43.114Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2151 | 2024-02-03T07:30:00.257Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2152 | 2024-02-03T07:30:27.676Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2153 | 2024-02-03T07:30:39.168Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2154 | 2024-02-03T07:40:18.070Z | Finished release [optimized] target(s) in 21m 22s |
2155 | 2024-02-03T07:41:33.746Z | |
2156 | 2024-02-03T07:41:33.750Z | real 22:39.752327055 |
2157 | 2024-02-03T07:41:33.750Z | user 2:40:31.400848709 |
2158 | 2024-02-03T07:41:33.750Z | sys 6:10.035797546 |
2159 | 2024-02-03T07:41:33.750Z | trap 5.074034072 |
2160 | 2024-02-03T07:41:33.751Z | tflt 1.279925745 |
2161 | 2024-02-03T07:41:33.751Z | dflt 2.936004630 |
2162 | 2024-02-03T07:41:33.751Z | kflt 0.028776490 |
2163 | 2024-02-03T07:41:33.751Z | lock 9:35:43.579246089 |
2164 | 2024-02-03T07:41:33.751Z | slp 6:13:56.989648175 |
2165 | 2024-02-03T07:41:33.751Z | lat 2:56.813273221 |
2166 | 2024-02-03T07:41:33.751Z | stop 49.190204533 |
2167 | 2024-02-03T07:41:33.751Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2168 | 2024-02-03T07:41:33.751Z | + pfexec mkdir -p /work |
2169 | 2024-02-03T07:41:33.755Z | + pfexec chown build /work |
2170 | 2024-02-03T07:41:33.756Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2171 | 2024-02-03T07:41:48.022Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2172 | 2024-02-03T07:41:48.022Z | a out/mg-ddm-gz.tar 61599K |
2173 | 2024-02-03T07:41:48.023Z | a out/omicron-sled-agent.tar 119622K |
2174 | 2024-02-03T07:41:48.023Z | a out/oxlog.tar 8186K |
2175 | 2024-02-03T07:41:48.023Z | a out/target/test 1K |
2176 | 2024-02-03T07:41:48.023Z | a out/npuzone/npuzone 36313K |
2177 | 2024-02-03T07:41:48.023Z | a package-manifest.toml 24K |
2178 | 2024-02-03T07:41:48.023Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2179 | 2024-02-03T07:41:48.023Z | a target/release/omicron-package 44573K |
2180 | 2024-02-03T07:41:48.023Z | a tools/create_virtual_hardware.sh 4K |
2181 | 2024-02-03T07:41:48.023Z | a tools/virtual_hardware.sh 4K |
2182 | 2024-02-03T07:41:48.023Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2183 | 2024-02-03T07:41:48.023Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2184 | 2024-02-03T07:41:48.023Z | a tools/scrimlet/softnpu-init.sh 3K |
2185 | 2024-02-03T07:41:48.023Z | a tools/scrimlet/softnpu-zone.txt 1K |
2186 | 2024-02-03T07:41:48.023Z | a tools/scrimlet/softnpu.toml 1K |
2187 | 2024-02-03T07:41:48.027Z | |
2188 | 2024-02-03T07:41:48.027Z | real 14.266671139 |
2189 | 2024-02-03T07:41:48.028Z | user 13.648908779 |
2190 | 2024-02-03T07:41:48.028Z | sys 1.093231449 |
2191 | 2024-02-03T07:41:48.028Z | trap 0.004014806 |
2192 | 2024-02-03T07:41:48.028Z | tflt 0.000000000 |
2193 | 2024-02-03T07:41:48.028Z | dflt 0.000000000 |
2194 | 2024-02-03T07:41:48.028Z | kflt 0.000000000 |
2195 | 2024-02-03T07:41:48.028Z | lock 0.000000000 |
2196 | 2024-02-03T07:41:48.028Z | slp 13.349733103 |
2197 | 2024-02-03T07:41:48.028Z | lat 0.434058431 |
2198 | 2024-02-03T07:41:48.028Z | stop 0.000221283 |
2199 | 2024-02-03T07:41:48.028Z | ++ pwd |
2200 | 2024-02-03T07:41:48.028Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2201 | 2024-02-03T07:41:48.028Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2202 | 2024-02-03T07:41:48.032Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2203 | 2024-02-03T07:41:49.169Z | Finished release [optimized] target(s) in 1.05s |
2204 | 2024-02-03T07:41:49.198Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2205 | 2024-02-03T07:41:49.239Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2206 | 2024-02-03T07:41:49.242Z | Created new build target 'host' and set it as active |
2207 | 2024-02-03T07:41:49.242Z | |
2208 | 2024-02-03T07:41:49.243Z | real 1.208833172 |
2209 | 2024-02-03T07:41:49.243Z | user 0.853625921 |
2210 | 2024-02-03T07:41:49.243Z | sys 0.356619663 |
2211 | 2024-02-03T07:41:49.243Z | trap 0.000088995 |
2212 | 2024-02-03T07:41:49.243Z | tflt 0.000002709 |
2213 | 2024-02-03T07:41:49.243Z | dflt 0.000015653 |
2214 | 2024-02-03T07:41:49.243Z | kflt 0.000000000 |
2215 | 2024-02-03T07:41:49.243Z | lock 0.034938020 |
2216 | 2024-02-03T07:41:49.243Z | slp 0.022728496 |
2217 | 2024-02-03T07:41:49.243Z | lat 0.002039728 |
2218 | 2024-02-03T07:41:49.243Z | stop 0.000222471 |
2219 | 2024-02-03T07:41:49.246Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2220 | 2024-02-03T07:41:50.366Z | Finished release [optimized] target(s) in 1.03s |
2221 | 2024-02-03T07:41:50.410Z | Running `target/release/omicron-package -t host package` |
2222 | 2024-02-03T07:41:50.434Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2223 | 2024-02-03T07:41:51.582Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2224 | 2024-02-03T07:42:13.157Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2225 | 2024-02-03T07:44:03.865Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2226 | 2024-02-03T07:46:14.883Z | Finished release [optimized] target(s) in 4m 24s |
2227 | 2024-02-03T07:46:55.834Z | |
2228 | 2024-02-03T07:46:55.837Z | real 5:06.606119121 |
2229 | 2024-02-03T07:46:55.837Z | user 27:50.249994648 |
2230 | 2024-02-03T07:46:55.837Z | sys 1:17.744310899 |
2231 | 2024-02-03T07:46:55.838Z | trap 0.770876417 |
2232 | 2024-02-03T07:46:55.838Z | tflt 0.119634749 |
2233 | 2024-02-03T07:46:55.838Z | dflt 3.434338039 |
2234 | 2024-02-03T07:46:55.838Z | kflt 0.025721692 |
2235 | 2024-02-03T07:46:55.838Z | lock 1:35:43.326495298 |
2236 | 2024-02-03T07:46:55.838Z | slp 29:10.659743598 |
2237 | 2024-02-03T07:46:55.838Z | lat 15.192870114 |
2238 | 2024-02-03T07:46:55.838Z | stop 1.249728960 |
2239 | 2024-02-03T07:46:55.838Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2240 | 2024-02-03T07:46:55.838Z | + for package in "$@" |
2241 | 2024-02-03T07:46:55.838Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2242 | 2024-02-03T07:46:55.839Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git20fe30dfea9 |
2243 | 2024-02-03T07:46:56.963Z | Finished release [optimized] target(s) in 1.04s |
2244 | 2024-02-03T07:46:56.992Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git20fe30dfea9` |
2245 | 2024-02-03T07:46:57.034Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2246 | 2024-02-03T07:46:57.577Z | Created: out/versioned/omicron-sled-agent.tar |
2247 | 2024-02-03T07:46:57.580Z | + for package in "$@" |
2248 | 2024-02-03T07:46:57.580Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2249 | 2024-02-03T07:46:57.581Z | + echo 0.0.0 |
2250 | 2024-02-03T07:46:57.584Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2251 | 2024-02-03T07:46:57.586Z | a VERSION 1K |
2252 | 2024-02-03T07:46:57.586Z | + rm VERSION |
2253 | 2024-02-03T07:46:57.589Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git20fe30dfea9 |
2254 | 2024-02-03T07:46:58.706Z | Finished release [optimized] target(s) in 1.03s |
2255 | 2024-02-03T07:46:58.733Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git20fe30dfea9` |
2256 | 2024-02-03T07:46:58.786Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2257 | 2024-02-03T07:46:58.962Z | Created: out/versioned/mg-ddm-gz.tar |
2258 | 2024-02-03T07:46:58.965Z | + for package in "$@" |
2259 | 2024-02-03T07:46:58.965Z | + [[ propolis-server == mg-ddm-gz ]] |
2260 | 2024-02-03T07:46:58.968Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git20fe30dfea9 |
2261 | 2024-02-03T07:47:00.153Z | Finished release [optimized] target(s) in 1.10s |
2262 | 2024-02-03T07:47:00.180Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git20fe30dfea9` |
2263 | 2024-02-03T07:47:00.223Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2264 | 2024-02-03T07:47:01.998Z | Created: out/versioned/propolis-server.tar.gz |
2265 | 2024-02-03T07:47:02.004Z | + for package in "$@" |
2266 | 2024-02-03T07:47:02.004Z | + [[ overlay == mg-ddm-gz ]] |
2267 | 2024-02-03T07:47:02.004Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git20fe30dfea9 |
2268 | 2024-02-03T07:47:03.086Z | Finished release [optimized] target(s) in 1.00s |
2269 | 2024-02-03T07:47:03.113Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git20fe30dfea9` |
2270 | 2024-02-03T07:47:03.155Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2271 | 2024-02-03T07:47:03.158Z | Created: out/versioned/overlay.tar.gz |
2272 | 2024-02-03T07:47:03.162Z | + for package in "$@" |
2273 | 2024-02-03T07:47:03.162Z | + [[ oxlog == mg-ddm-gz ]] |
2274 | 2024-02-03T07:47:03.162Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git20fe30dfea9 |
2275 | 2024-02-03T07:47:04.249Z | Finished release [optimized] target(s) in 1.01s |
2276 | 2024-02-03T07:47:04.287Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git20fe30dfea9` |
2277 | 2024-02-03T07:47:04.330Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-02-03T07:47:04.367Z | Created: out/versioned/oxlog.tar |
2279 | 2024-02-03T07:47:04.373Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2280 | 2024-02-03T07:47:04.383Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2281 | 2024-02-03T07:47:04.386Z | ++ cd -- ./tools |
2282 | 2024-02-03T07:47:04.386Z | ++ pwd |
2283 | 2024-02-03T07:47:04.386Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2284 | 2024-02-03T07:47:04.389Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2285 | 2024-02-03T07:47:04.505Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2286 | 2024-02-03T07:47:04.508Z | ++ readlink -f /work |
2287 | 2024-02-03T07:47:04.508Z | + out_dir=/work |
2288 | 2024-02-03T07:47:04.508Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2289 | 2024-02-03T07:47:04.508Z | + for dep in "${deps[@]}" |
2290 | 2024-02-03T07:47:04.508Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2291 | 2024-02-03T07:47:04.508Z | + for dep in "${deps[@]}" |
2292 | 2024-02-03T07:47:04.508Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2293 | 2024-02-03T07:47:04.508Z | + for dep in "${deps[@]}" |
2294 | 2024-02-03T07:47:04.508Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2295 | 2024-02-03T07:47:04.508Z | + for dep in "${deps[@]}" |
2296 | 2024-02-03T07:47:04.508Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2297 | 2024-02-03T07:47:04.509Z | + for dep in "${deps[@]}" |
2298 | 2024-02-03T07:47:04.509Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2299 | 2024-02-03T07:47:04.512Z | ++ mktemp -d |
2300 | 2024-02-03T07:47:04.512Z | + tmp_gz=/tmp/tmp.G3aOSh |
2301 | 2024-02-03T07:47:04.512Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2302 | 2024-02-03T07:47:04.512Z | + echo '{"v":"1","t":"layer"}' |
2303 | 2024-02-03T07:47:04.512Z | + pkg_dir=/tmp/tmp.G3aOSh/root/opt/oxide/sled-agent |
2304 | 2024-02-03T07:47:04.512Z | + mkdir -p /tmp/tmp.G3aOSh/root/opt/oxide/sled-agent |
2305 | 2024-02-03T07:47:04.515Z | + cd /tmp/tmp.G3aOSh/root/opt/oxide/sled-agent |
2306 | 2024-02-03T07:47:04.515Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2307 | 2024-02-03T07:47:04.643Z | x ., 0 bytes, 0 tape blocks |
2308 | 2024-02-03T07:47:04.643Z | x zone-bundle, 41639984 bytes, 81329 tape blocks |
2309 | 2024-02-03T07:47:04.643Z | x sled-agent, 80828448 bytes, 157869 tape blocks |
2310 | 2024-02-03T07:47:04.643Z | x pkg, 0 bytes, 0 tape blocks |
2311 | 2024-02-03T07:47:04.643Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2312 | 2024-02-03T07:47:04.643Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2313 | 2024-02-03T07:47:04.643Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2314 | 2024-02-03T07:47:04.643Z | x VERSION, 25 bytes, 1 tape blocks |
2315 | 2024-02-03T07:47:04.647Z | + mkdir -p /tmp/tmp.G3aOSh/root/lib/svc/manifest/site/ |
2316 | 2024-02-03T07:47:04.647Z | + mv pkg/manifest.xml /tmp/tmp.G3aOSh/root/lib/svc/manifest/site/sled-agent.xml |
2317 | 2024-02-03T07:47:04.650Z | + cd - |
2318 | 2024-02-03T07:47:04.650Z | /work/oxidecomputer/omicron |
2319 | 2024-02-03T07:47:04.650Z | + pkg_dir=/tmp/tmp.G3aOSh/root/opt/oxide/mg-ddm |
2320 | 2024-02-03T07:47:04.650Z | + mkdir -p /tmp/tmp.G3aOSh/root/opt/oxide/mg-ddm |
2321 | 2024-02-03T07:47:04.656Z | + cd /tmp/tmp.G3aOSh/root/opt/oxide/mg-ddm |
2322 | 2024-02-03T07:47:04.656Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2323 | 2024-02-03T07:47:04.718Z | x ., 0 bytes, 0 tape blocks |
2324 | 2024-02-03T07:47:04.718Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2325 | 2024-02-03T07:47:04.719Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2326 | 2024-02-03T07:47:04.719Z | x pkg, 0 bytes, 0 tape blocks |
2327 | 2024-02-03T07:47:04.719Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2328 | 2024-02-03T07:47:04.719Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2329 | 2024-02-03T07:47:04.719Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2330 | 2024-02-03T07:47:04.719Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2331 | 2024-02-03T07:47:04.719Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2332 | 2024-02-03T07:47:04.719Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2333 | 2024-02-03T07:47:04.719Z | x VERSION, 25 bytes, 1 tape blocks |
2334 | 2024-02-03T07:47:04.722Z | + cd - |
2335 | 2024-02-03T07:47:04.722Z | /work/oxidecomputer/omicron |
2336 | 2024-02-03T07:47:04.723Z | + pkg_dir=/tmp/tmp.G3aOSh/root/opt/oxide/oxlog |
2337 | 2024-02-03T07:47:04.723Z | + mkdir -p /tmp/tmp.G3aOSh/root/opt/oxide/oxlog |
2338 | 2024-02-03T07:47:04.723Z | + cd /tmp/tmp.G3aOSh/root/opt/oxide/oxlog |
2339 | 2024-02-03T07:47:04.723Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2340 | 2024-02-03T07:47:04.733Z | x ., 0 bytes, 0 tape blocks |
2341 | 2024-02-03T07:47:04.733Z | x oxlog, 8379648 bytes, 16367 tape blocks |
2342 | 2024-02-03T07:47:04.733Z | x VERSION, 25 bytes, 1 tape blocks |
2343 | 2024-02-03T07:47:04.736Z | + cd - |
2344 | 2024-02-03T07:47:04.736Z | /work/oxidecomputer/omicron |
2345 | 2024-02-03T07:47:04.736Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.G3aOSh/root/opt/oxide |
2346 | 2024-02-03T07:47:04.849Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.G3aOSh/root/opt/oxide |
2347 | 2024-02-03T07:47:04.852Z | + cd /tmp/tmp.G3aOSh |
2348 | 2024-02-03T07:47:04.852Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2349 | 2024-02-03T07:47:17.164Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2350 | 2024-02-03T07:47:17.164Z | a oxide.json 1K |
2351 | 2024-02-03T07:47:17.164Z | a root/ 0K |
2352 | 2024-02-03T07:47:17.164Z | a root/opt/ 0K |
2353 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/ 0K |
2354 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/ 0K |
2355 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/zone-bundle 40665K |
2356 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/sled-agent 78935K |
2357 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2358 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2359 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2360 | 2024-02-03T07:47:17.164Z | a root/opt/oxide/sled-agent/VERSION 1K |
2361 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/ 0K |
2362 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2363 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2364 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2365 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2366 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2367 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2368 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2369 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2370 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2371 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2372 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/oxlog/ 0K |
2373 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/oxlog/oxlog 8184K |
2374 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/oxlog/VERSION 1K |
2375 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2376 | 2024-02-03T07:47:17.165Z | a root/opt/oxide/overlay.tar.gz 3K |
2377 | 2024-02-03T07:47:17.165Z | a root/lib/ 0K |
2378 | 2024-02-03T07:47:17.165Z | a root/lib/svc/ 0K |
2379 | 2024-02-03T07:47:17.165Z | a root/lib/svc/manifest/ 0K |
2380 | 2024-02-03T07:47:17.165Z | a root/lib/svc/manifest/site/ 0K |
2381 | 2024-02-03T07:47:17.165Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2382 | 2024-02-03T07:47:17.169Z | + cd / |
2383 | 2024-02-03T07:47:17.169Z | + rm -rf /tmp/tmp.G3aOSh |
2384 | 2024-02-03T07:47:17.215Z | |
2385 | 2024-02-03T07:47:17.218Z | real 12.841900849 |
2386 | 2024-02-03T07:47:17.218Z | user 11.811473987 |
2387 | 2024-02-03T07:47:17.218Z | sys 0.979771894 |
2388 | 2024-02-03T07:47:17.218Z | trap 0.002724868 |
2389 | 2024-02-03T07:47:17.218Z | tflt 0.000000000 |
2390 | 2024-02-03T07:47:17.218Z | dflt 0.000000000 |
2391 | 2024-02-03T07:47:17.218Z | kflt 0.000000000 |
2392 | 2024-02-03T07:47:17.218Z | lock 0.000000000 |
2393 | 2024-02-03T07:47:17.218Z | slp 24.815619368 |
2394 | 2024-02-03T07:47:17.219Z | lat 0.368593560 |
2395 | 2024-02-03T07:47:17.219Z | stop 0.000311884 |
2396 | 2024-02-03T07:47:17.219Z | + mkdir -p /work/zones |
2397 | 2024-02-03T07:47:17.222Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2398 | 2024-02-03T07:47:17.222Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2399 | 2024-02-03T07:47:21.365Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2400 | 2024-02-03T07:47:22.572Z | Finished release [optimized] target(s) in 1.12s |
2401 | 2024-02-03T07:47:22.603Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2402 | 2024-02-03T07:47:22.646Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2403 | 2024-02-03T07:47:22.649Z | Created new build target 'recovery' and set it as active |
2404 | 2024-02-03T07:47:22.652Z | |
2405 | 2024-02-03T07:47:22.652Z | real 1.279964646 |
2406 | 2024-02-03T07:47:22.652Z | user 0.906797672 |
2407 | 2024-02-03T07:47:22.652Z | sys 0.372251628 |
2408 | 2024-02-03T07:47:22.652Z | trap 0.000565038 |
2409 | 2024-02-03T07:47:22.653Z | tflt 0.000018897 |
2410 | 2024-02-03T07:47:22.653Z | dflt 0.000004810 |
2411 | 2024-02-03T07:47:22.653Z | kflt 0.000000000 |
2412 | 2024-02-03T07:47:22.653Z | lock 0.036843714 |
2413 | 2024-02-03T07:47:22.653Z | slp 0.023939131 |
2414 | 2024-02-03T07:47:22.653Z | lat 0.003277438 |
2415 | 2024-02-03T07:47:22.653Z | stop 0.000265955 |
2416 | 2024-02-03T07:47:22.653Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2417 | 2024-02-03T07:47:23.859Z | Finished release [optimized] target(s) in 1.12s |
2418 | 2024-02-03T07:47:23.886Z | Running `target/release/omicron-package -t recovery package` |
2419 | 2024-02-03T07:47:23.927Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2420 | 2024-02-03T07:47:24.943Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2421 | 2024-02-03T07:47:28.884Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2422 | 2024-02-03T07:48:00.570Z | Finished release [optimized] target(s) in 36.55s |
2423 | 2024-02-03T07:48:12.445Z | |
2424 | 2024-02-03T07:48:12.448Z | real 49.790898102 |
2425 | 2024-02-03T07:48:12.448Z | user 2:46.080345365 |
2426 | 2024-02-03T07:48:12.448Z | sys 11.495841430 |
2427 | 2024-02-03T07:48:12.448Z | trap 0.092015007 |
2428 | 2024-02-03T07:48:12.448Z | tflt 0.164685650 |
2429 | 2024-02-03T07:48:12.448Z | dflt 0.980974956 |
2430 | 2024-02-03T07:48:12.448Z | kflt 0.000050696 |
2431 | 2024-02-03T07:48:12.448Z | lock 13:02.677738709 |
2432 | 2024-02-03T07:48:12.448Z | slp 2:34.625029550 |
2433 | 2024-02-03T07:48:12.448Z | lat 2.085794546 |
2434 | 2024-02-03T07:48:12.448Z | stop 0.195701539 |
2435 | 2024-02-03T07:48:12.448Z | + stamp_packages installinator mg-ddm-gz |
2436 | 2024-02-03T07:48:12.448Z | + for package in "$@" |
2437 | 2024-02-03T07:48:12.448Z | + [[ installinator == mg-ddm-gz ]] |
2438 | 2024-02-03T07:48:12.448Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git20fe30dfea9 |
2439 | 2024-02-03T07:48:13.583Z | Finished release [optimized] target(s) in 1.05s |
2440 | 2024-02-03T07:48:13.611Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git20fe30dfea9` |
2441 | 2024-02-03T07:48:13.652Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2442 | 2024-02-03T07:48:13.786Z | Created: out/versioned/installinator.tar |
2443 | 2024-02-03T07:48:13.790Z | + for package in "$@" |
2444 | 2024-02-03T07:48:13.790Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2445 | 2024-02-03T07:48:13.790Z | + echo 0.0.0 |
2446 | 2024-02-03T07:48:13.793Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2447 | 2024-02-03T07:48:13.796Z | a VERSION 1K |
2448 | 2024-02-03T07:48:13.796Z | + rm VERSION |
2449 | 2024-02-03T07:48:13.796Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git20fe30dfea9 |
2450 | 2024-02-03T07:48:14.902Z | Finished release [optimized] target(s) in 1.02s |
2451 | 2024-02-03T07:48:14.928Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git20fe30dfea9` |
2452 | 2024-02-03T07:48:14.969Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2453 | 2024-02-03T07:48:15.161Z | Created: out/versioned/mg-ddm-gz.tar |
2454 | 2024-02-03T07:48:15.166Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2455 | 2024-02-03T07:48:15.183Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2456 | 2024-02-03T07:48:15.186Z | ++ cd -- ./tools |
2457 | 2024-02-03T07:48:15.186Z | ++ pwd |
2458 | 2024-02-03T07:48:15.186Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2459 | 2024-02-03T07:48:15.189Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2460 | 2024-02-03T07:48:15.191Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2461 | 2024-02-03T07:48:15.191Z | ++ readlink -f /work |
2462 | 2024-02-03T07:48:15.194Z | + out_dir=/work |
2463 | 2024-02-03T07:48:15.194Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2464 | 2024-02-03T07:48:15.194Z | + for dep in "${deps[@]}" |
2465 | 2024-02-03T07:48:15.194Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2466 | 2024-02-03T07:48:15.194Z | + for dep in "${deps[@]}" |
2467 | 2024-02-03T07:48:15.194Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2468 | 2024-02-03T07:48:15.194Z | ++ mktemp -d |
2469 | 2024-02-03T07:48:15.197Z | + tmp_trampoline=/tmp/tmp.ciaqXh |
2470 | 2024-02-03T07:48:15.197Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2471 | 2024-02-03T07:48:15.197Z | + echo '{"v":"1","t":"layer"}' |
2472 | 2024-02-03T07:48:15.197Z | + pkg_dir=/tmp/tmp.ciaqXh/root/opt/oxide/installinator |
2473 | 2024-02-03T07:48:15.198Z | + mkdir -p /tmp/tmp.ciaqXh/root/opt/oxide/installinator |
2474 | 2024-02-03T07:48:15.202Z | + cd /tmp/tmp.ciaqXh/root/opt/oxide/installinator |
2475 | 2024-02-03T07:48:15.202Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2476 | 2024-02-03T07:48:15.260Z | x ., 0 bytes, 0 tape blocks |
2477 | 2024-02-03T07:48:15.260Z | x installinator, 55104216 bytes, 107626 tape blocks |
2478 | 2024-02-03T07:48:15.260Z | x pkg, 0 bytes, 0 tape blocks |
2479 | 2024-02-03T07:48:15.260Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2480 | 2024-02-03T07:48:15.260Z | x VERSION, 25 bytes, 1 tape blocks |
2481 | 2024-02-03T07:48:15.263Z | + mkdir -p /tmp/tmp.ciaqXh/root/lib/svc/manifest/site/ |
2482 | 2024-02-03T07:48:15.266Z | + mv pkg/manifest.xml /tmp/tmp.ciaqXh/root/lib/svc/manifest/site/installinator.xml |
2483 | 2024-02-03T07:48:15.266Z | + cd - |
2484 | 2024-02-03T07:48:15.266Z | /work/oxidecomputer/omicron |
2485 | 2024-02-03T07:48:15.266Z | + pkg_dir=/tmp/tmp.ciaqXh/root/opt/oxide/mg-ddm |
2486 | 2024-02-03T07:48:15.266Z | + mkdir -p /tmp/tmp.ciaqXh/root/opt/oxide/mg-ddm |
2487 | 2024-02-03T07:48:15.269Z | + cd /tmp/tmp.ciaqXh/root/opt/oxide/mg-ddm |
2488 | 2024-02-03T07:48:15.269Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2489 | 2024-02-03T07:48:15.339Z | x ., 0 bytes, 0 tape blocks |
2490 | 2024-02-03T07:48:15.339Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2491 | 2024-02-03T07:48:15.339Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2492 | 2024-02-03T07:48:15.339Z | x pkg, 0 bytes, 0 tape blocks |
2493 | 2024-02-03T07:48:15.339Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2494 | 2024-02-03T07:48:15.339Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2495 | 2024-02-03T07:48:15.339Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2496 | 2024-02-03T07:48:15.339Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2497 | 2024-02-03T07:48:15.339Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2498 | 2024-02-03T07:48:15.339Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2499 | 2024-02-03T07:48:15.339Z | x VERSION, 25 bytes, 1 tape blocks |
2500 | 2024-02-03T07:48:15.343Z | + cd - |
2501 | 2024-02-03T07:48:15.343Z | /work/oxidecomputer/omicron |
2502 | 2024-02-03T07:48:15.343Z | + cd /tmp/tmp.ciaqXh |
2503 | 2024-02-03T07:48:15.343Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2504 | 2024-02-03T07:48:21.426Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2505 | 2024-02-03T07:48:21.426Z | a oxide.json 1K |
2506 | 2024-02-03T07:48:21.426Z | a root/ 0K |
2507 | 2024-02-03T07:48:21.426Z | a root/opt/ 0K |
2508 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/ 0K |
2509 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/installinator/ 0K |
2510 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/installinator/installinator 53813K |
2511 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/installinator/pkg/ 0K |
2512 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/installinator/VERSION 1K |
2513 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/mg-ddm/ 0K |
2514 | 2024-02-03T07:48:21.426Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2515 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2516 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2517 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2518 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2519 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2520 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2521 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2522 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2523 | 2024-02-03T07:48:21.427Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2524 | 2024-02-03T07:48:21.427Z | a root/lib/ 0K |
2525 | 2024-02-03T07:48:21.427Z | a root/lib/svc/ 0K |
2526 | 2024-02-03T07:48:21.427Z | a root/lib/svc/manifest/ 0K |
2527 | 2024-02-03T07:48:21.427Z | a root/lib/svc/manifest/site/ 0K |
2528 | 2024-02-03T07:48:21.428Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2529 | 2024-02-03T07:48:21.431Z | + cd / |
2530 | 2024-02-03T07:48:21.431Z | + rm -rf /tmp/tmp.ciaqXh |
2531 | 2024-02-03T07:48:21.449Z | |
2532 | 2024-02-03T07:48:21.453Z | real 6.278474636 |
2533 | 2024-02-03T07:48:21.453Z | user 5.895472327 |
2534 | 2024-02-03T07:48:21.453Z | sys 0.411999626 |
2535 | 2024-02-03T07:48:21.453Z | trap 0.001128115 |
2536 | 2024-02-03T07:48:21.453Z | tflt 0.000000000 |
2537 | 2024-02-03T07:48:21.453Z | dflt 0.000000000 |
2538 | 2024-02-03T07:48:21.453Z | kflt 0.000000000 |
2539 | 2024-02-03T07:48:21.453Z | lock 0.000000000 |
2540 | 2024-02-03T07:48:21.454Z | slp 12.145687623 |
2541 | 2024-02-03T07:48:21.454Z | lat 0.169173329 |
2542 | 2024-02-03T07:48:21.454Z | stop 0.001119858 |
2543 | 2024-02-03T07:48:21.454Z | process exited: duration 2432148 ms, exit code 0 |
|
2544 | 2024-02-03T07:48:21.468Z | found 21 output files |
2545 | 2024-02-03T07:48:21.468Z | uploading: /work/version.txt (26 bytes) |
2546 | 2024-02-03T07:48:22.479Z | uploaded: /work/version.txt |
2547 | 2024-02-03T07:48:22.479Z | uploading: /work/package.tar.gz (86413811 bytes) |
2548 | 2024-02-03T07:48:47.751Z | uploaded: /work/package.tar.gz |
2549 | 2024-02-03T07:48:47.751Z | uploading: /work/global-zone-packages.tar.gz (126478737 bytes) |
2550 | 2024-02-03T07:49:21.208Z | uploaded: /work/global-zone-packages.tar.gz |
2551 | 2024-02-03T07:49:21.208Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37380237 bytes) |
2552 | 2024-02-03T07:49:31.191Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2553 | 2024-02-03T07:49:31.191Z | uploading: /work/zones/clickhouse.tar.gz (194374171 bytes) |
2554 | 2024-02-03T07:50:24.942Z | uploaded: /work/zones/clickhouse.tar.gz |
2555 | 2024-02-03T07:50:24.942Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194373725 bytes) |
2556 | 2024-02-03T07:51:21.132Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2557 | 2024-02-03T07:51:21.132Z | uploading: /work/zones/cockroachdb.tar.gz (131471580 bytes) |
2558 | 2024-02-03T07:52:02.420Z | uploaded: /work/zones/cockroachdb.tar.gz |
2559 | 2024-02-03T07:52:02.420Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2560 | 2024-02-03T07:52:07.995Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2561 | 2024-02-03T07:52:07.995Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2562 | 2024-02-03T07:52:17.005Z | uploaded: /work/zones/crucible.tar.gz |
2563 | 2024-02-03T07:52:17.005Z | uploading: /work/zones/external-dns.tar.gz (23598727 bytes) |
2564 | 2024-02-03T07:52:23.230Z | uploaded: /work/zones/external-dns.tar.gz |
2565 | 2024-02-03T07:52:23.230Z | uploading: /work/zones/internal-dns.tar.gz (23598728 bytes) |
2566 | 2024-02-03T07:52:29.466Z | uploaded: /work/zones/internal-dns.tar.gz |
2567 | 2024-02-03T07:52:29.466Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2568 | 2024-02-03T07:52:30.477Z | uploaded: /work/zones/ntp.tar.gz |
2569 | 2024-02-03T07:52:30.477Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19502351 bytes) |
2570 | 2024-02-03T07:52:35.761Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2571 | 2024-02-03T07:52:35.762Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19501143 bytes) |
2572 | 2024-02-03T07:52:41.029Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2573 | 2024-02-03T07:52:41.029Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87492991 bytes) |
2574 | 2024-02-03T07:53:05.001Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2575 | 2024-02-03T07:53:05.001Z | uploading: /work/zones/omicron-nexus.tar.gz (87487971 bytes) |
2576 | 2024-02-03T07:53:30.337Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2577 | 2024-02-03T07:53:30.337Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2578 | 2024-02-03T07:53:31.347Z | uploaded: /work/zones/overlay.tar.gz |
2579 | 2024-02-03T07:53:31.347Z | uploading: /work/zones/oximeter.tar.gz (55743525 bytes) |
2580 | 2024-02-03T07:53:46.810Z | uploaded: /work/zones/oximeter.tar.gz |
2581 | 2024-02-03T07:53:46.810Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2582 | 2024-02-03T07:54:06.692Z | uploaded: /work/zones/propolis-server.tar.gz |
2583 | 2024-02-03T07:54:06.692Z | uploading: /work/zones/switch-asic.tar.gz (281609914 bytes) |
2584 | 2024-02-03T07:55:28.217Z | uploaded: /work/zones/switch-asic.tar.gz |
2585 | 2024-02-03T07:55:28.217Z | uploading: /work/zones/switch-softnpu.tar.gz (205816708 bytes) |
2586 | 2024-02-03T07:56:28.113Z | uploaded: /work/zones/switch-softnpu.tar.gz |