|
|
|
1 | 2024-02-03T10:14:58.696Z | job assigned to worker 01HNQ7C7NHKVEGAS9K4D1VPQT0 (queued for 3 h 37 m 7 s) |
|
2 | 2024-02-03T10:14:59.541Z | starting task 0: "setup" |
3 | 2024-02-03T10:14:59.550Z | ++ uname -s |
4 | 2024-02-03T10:14:59.553Z | + kern=SunOS |
5 | 2024-02-03T10:14:59.553Z | + case "$kern" in |
6 | 2024-02-03T10:14:59.553Z | + groupadd -g 12345 build |
7 | 2024-02-03T10:14:59.556Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-03T10:15:01.612Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-03T10:15:01.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-03T10:15:01.727Z | + home_fs=zfs |
11 | 2024-02-03T10:15:01.727Z | + [[ zfs == autofs ]] |
12 | 2024-02-03T10:15:01.727Z | + mkdir -p /home/build |
13 | 2024-02-03T10:15:01.730Z | + chown build:build /home/build /work |
14 | 2024-02-03T10:15:03.731Z | + chmod 0700 /home/build /work |
15 | 2024-02-03T10:15:03.734Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2024-02-03T10:15:03.741Z | starting task 1: "rust-toolchain" |
17 | 2024-02-03T10:15:03.750Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-03T10:15:03.753Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-03T10:15:03.938Z | info: downloading installer |
20 | 2024-02-03T10:15:05.582Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-03T10:15:05.582Z | warning: /opt/ooce/bin |
22 | 2024-02-03T10:15:05.582Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-03T10:15:05.582Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-03T10:15:05.582Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-03T10:15:05.583Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-03T10:15:05.583Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-03T10:15:05.583Z | error: cannot install while Rust is installed |
28 | 2024-02-03T10:15:05.586Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-03T10:15:05.769Z | info: profile set to 'default' |
30 | 2024-02-03T10:15:05.769Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-03T10:15:05.772Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-03T10:15:05.955Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-03T10:15:05.955Z | info: downloading component 'cargo' |
34 | 2024-02-03T10:15:06.761Z | info: downloading component 'clippy' |
35 | 2024-02-03T10:15:07.060Z | info: downloading component 'rust-docs' |
36 | 2024-02-03T10:15:08.077Z | info: downloading component 'rust-std' |
37 | 2024-02-03T10:15:09.897Z | info: downloading component 'rustc' |
38 | 2024-02-03T10:15:14.273Z | info: downloading component 'rustfmt' |
39 | 2024-02-03T10:15:14.525Z | info: installing component 'cargo' |
40 | 2024-02-03T10:15:15.959Z | info: installing component 'clippy' |
41 | 2024-02-03T10:15:16.568Z | info: installing component 'rust-docs' |
42 | 2024-02-03T10:15:19.351Z | info: installing component 'rust-std' |
43 | 2024-02-03T10:15:22.519Z | info: installing component 'rustc' |
44 | 2024-02-03T10:15:29.744Z | info: installing component 'rustfmt' |
45 | 2024-02-03T10:15:30.287Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-03T10:15:30.287Z | |
47 | 2024-02-03T10:15:30.424Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-03T10:15:30.424Z | |
49 | 2024-02-03T10:15:30.427Z | |
50 | 2024-02-03T10:15:30.427Z | Rust is installed now. Great! |
51 | 2024-02-03T10:15:30.427Z | |
52 | 2024-02-03T10:15:30.427Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-03T10:15:30.427Z | environment variable. This has not been done automatically. |
54 | 2024-02-03T10:15:30.427Z | |
55 | 2024-02-03T10:15:30.428Z | To configure your current shell, run: |
56 | 2024-02-03T10:15:30.428Z | source "$HOME/.cargo/env" |
57 | 2024-02-03T10:15:30.515Z | + rustc --version |
58 | 2024-02-03T10:15:30.627Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-03T10:15:30.654Z | process exited: duration 26892 ms, exit code 0 |
|
60 | 2024-02-03T10:15:30.663Z | starting task 2: "authentication" |
61 | 2024-02-03T10:15:30.697Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-02-03T10:15:30.703Z | starting task 3: "clone repository" |
63 | 2024-02-03T10:15:30.709Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-03T10:15:30.712Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-03T10:15:30.805Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-03T10:15:36.691Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-03T10:15:36.694Z | + git fetch origin 20925464883cab6b9cde77d350531c9894996f90 |
68 | 2024-02-03T10:15:37.084Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-03T10:15:37.084Z | * branch 20925464883cab6b9cde77d350531c9894996f90 -> FETCH_HEAD |
70 | 2024-02-03T10:15:37.097Z | + [[ -n renovate/serde_with-3.x ]] |
71 | 2024-02-03T10:15:37.100Z | ++ git branch --show-current |
72 | 2024-02-03T10:15:37.103Z | + current=main |
73 | 2024-02-03T10:15:37.103Z | + [[ main != renovate/serde_with-3.x ]] |
74 | 2024-02-03T10:15:37.103Z | + git branch -f renovate/serde_with-3.x 20925464883cab6b9cde77d350531c9894996f90 |
75 | 2024-02-03T10:15:37.108Z | + git checkout -f renovate/serde_with-3.x |
76 | 2024-02-03T10:15:37.295Z | Switched to branch 'renovate/serde_with-3.x' |
77 | 2024-02-03T10:15:37.298Z | + git reset --hard 20925464883cab6b9cde77d350531c9894996f90 |
78 | 2024-02-03T10:15:37.315Z | HEAD is now at 209254648 Update Rust crate serde_with to 3.6.0 |
79 | 2024-02-03T10:15:37.318Z | process exited: duration 6614 ms, exit code 0 |
|
80 | 2024-02-03T10:15:37.324Z | starting task 4: "build" |
81 | 2024-02-03T10:15:37.331Z | + cargo --version |
82 | 2024-02-03T10:15:37.338Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-03T10:15:37.516Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-03T10:15:37.519Z | info: downloading component 'cargo' |
85 | 2024-02-03T10:15:38.219Z | info: downloading component 'clippy' |
86 | 2024-02-03T10:15:38.446Z | info: downloading component 'rust-docs' |
87 | 2024-02-03T10:15:39.331Z | info: downloading component 'rust-std' |
88 | 2024-02-03T10:15:40.623Z | info: downloading component 'rustc' |
89 | 2024-02-03T10:15:44.272Z | info: downloading component 'rustfmt' |
90 | 2024-02-03T10:15:44.477Z | info: installing component 'cargo' |
91 | 2024-02-03T10:15:45.765Z | info: installing component 'clippy' |
92 | 2024-02-03T10:15:46.255Z | info: installing component 'rust-docs' |
93 | 2024-02-03T10:15:49.107Z | info: installing component 'rust-std' |
94 | 2024-02-03T10:15:51.503Z | info: installing component 'rustc' |
95 | 2024-02-03T10:15:57.736Z | info: installing component 'rustfmt' |
96 | 2024-02-03T10:15:58.307Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-03T10:15:58.310Z | + rustc --version |
98 | 2024-02-03T10:15:58.435Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-03T10:15:58.443Z | ++ git rev-parse HEAD |
100 | 2024-02-03T10:15:58.447Z | + COMMIT=20925464883cab6b9cde77d350531c9894996f90 |
101 | 2024-02-03T10:15:58.450Z | + VERSION=6.0.0-0.ci+git20925464883 |
102 | 2024-02-03T10:15:58.450Z | + echo 6.0.0-0.ci+git20925464883 |
103 | 2024-02-03T10:15:58.451Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-03T10:16:10.944Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-03T10:16:12.919Z | Startup: Caching catalogs ... Done |
106 | 2024-02-03T10:16:15.931Z | Planning: Solver setup ... Done (2.482s) |
107 | 2024-02-03T10:16:15.998Z | Planning: Running solver ... Done (0.067s) |
108 | 2024-02-03T10:16:16.031Z | Planning: Finding local manifests ... Done (0.003s) |
109 | 2024-02-03T10:16:16.045Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-03T10:16:16.324Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-03T10:16:16.405Z | Planning: Package planning ... Done (0.081s) |
112 | 2024-02-03T10:16:16.490Z | Planning: Merging actions ... Done (0.084s) |
113 | 2024-02-03T10:16:17.475Z | Planning: Checking for conflicting actions ... Done (0.985s) |
114 | 2024-02-03T10:16:17.493Z | Planning: Consolidating action changes ... Done (0.018s) |
115 | 2024-02-03T10:16:23.235Z | Planning: Evaluating mediators ... Done (5.738s) |
116 | 2024-02-03T10:16:23.247Z | Planning: Planning completed in 10.26 seconds |
117 | 2024-02-03T10:16:26.044Z | Packages to install: 4 |
118 | 2024-02-03T10:16:26.044Z | Mediators to change: 2 |
119 | 2024-02-03T10:16:26.048Z | Services to change: 1 |
120 | 2024-02-03T10:16:26.048Z | Estimated space available: 148.87 GB |
121 | 2024-02-03T10:16:26.048Z | Estimated space to be consumed: 1.40 GB |
122 | 2024-02-03T10:16:26.048Z | Create boot environment: No |
123 | 2024-02-03T10:16:26.049Z | Create backup boot environment: No |
124 | 2024-02-03T10:16:26.049Z | Rebuild boot archive: No |
125 | 2024-02-03T10:16:26.049Z | |
126 | 2024-02-03T10:16:26.049Z | Changed mediators: |
127 | 2024-02-03T10:16:26.049Z | mediator clang: |
128 | 2024-02-03T10:16:26.049Z | version: None -> 15 (system default) |
129 | 2024-02-03T10:16:26.049Z | |
130 | 2024-02-03T10:16:26.049Z | mediator llvm: |
131 | 2024-02-03T10:16:26.049Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-03T10:16:26.049Z | |
133 | 2024-02-03T10:16:26.049Z | Changed packages: |
134 | 2024-02-03T10:16:26.049Z | helios-dev |
135 | 2024-02-03T10:16:26.049Z | developer/build-essential |
136 | 2024-02-03T10:16:26.050Z | None -> 11-2.0 |
137 | 2024-02-03T10:16:26.050Z | library/libxmlsec1 |
138 | 2024-02-03T10:16:26.050Z | None -> 1.2.35-2.0 |
139 | 2024-02-03T10:16:26.050Z | ooce/developer/clang-15 |
140 | 2024-02-03T10:16:26.050Z | None -> 15.0.7-2.0 |
141 | 2024-02-03T10:16:26.050Z | ooce/developer/llvm-15 |
142 | 2024-02-03T10:16:26.050Z | None -> 15.0.7-2.0 |
143 | 2024-02-03T10:16:26.050Z | |
144 | 2024-02-03T10:16:26.050Z | Services: |
145 | 2024-02-03T10:16:26.050Z | restart_fmri: |
146 | 2024-02-03T10:16:26.050Z | svc:/system/update-man-index:default |
147 | 2024-02-03T10:16:26.330Z | |
148 | 2024-02-03T10:16:26.330Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-03T10:16:31.326Z | Download: 1210/3290 items 85.0/212.6MB 39% complete (17.1M/s) |
150 | 2024-02-03T10:16:36.326Z | Download: 2449/3290 items 120.1/212.6MB 56% complete (12.1M/s) |
151 | 2024-02-03T10:16:43.569Z | Download: 3246/3290 items 203.1/212.6MB 95% complete (14.7M/s) |
152 | 2024-02-03T10:16:45.399Z | Download: Completed 212.60 MB in 19.07 seconds (11.2M/s) |
153 | 2024-02-03T10:16:45.772Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-02-03T10:16:50.795Z | Actions: 2566/3689 actions (Installing new actions) |
155 | 2024-02-03T10:16:53.506Z | Actions: Completed 3689 actions in 7.73 seconds. |
156 | 2024-02-03T10:16:53.650Z | Done (0.137s) |
157 | 2024-02-03T10:16:53.651Z | Done (0.000s) |
158 | 2024-02-03T10:16:53.988Z | Done (0.338s) |
159 | 2024-02-03T10:17:01.921Z | Done (7.789s) |
160 | 2024-02-03T10:17:02.158Z | Done (0.136s) |
161 | 2024-02-03T10:17:02.162Z | Done (0.000s) |
162 | 2024-02-03T10:17:02.400Z | Done (0.000s) |
163 | 2024-02-03T10:17:03.152Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-02-03T10:17:03.440Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-02-03T10:17:03.443Z | Planning: Consolidating action changes ... Done |
166 | 2024-02-03T10:17:03.887Z | Planning: Evaluating mediators ... Done |
167 | 2024-02-03T10:17:03.892Z | Planning: Planning completed in 0.74 seconds |
168 | 2024-02-03T10:17:03.943Z | Mediators to change: 2 |
169 | 2024-02-03T10:17:03.943Z | Create boot environment: No |
170 | 2024-02-03T10:17:03.950Z | Create backup boot environment: No |
171 | 2024-02-03T10:17:04.045Z | Done |
172 | 2024-02-03T10:17:04.046Z | Done |
173 | 2024-02-03T10:17:04.252Z | Done |
174 | 2024-02-03T10:17:10.031Z | Done |
175 | 2024-02-03T10:17:10.155Z | Done |
176 | 2024-02-03T10:17:10.158Z | Done |
177 | 2024-02-03T10:17:10.294Z | Done |
178 | 2024-02-03T10:17:11.304Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-03T10:17:11.310Z | Planning: Merging actions ... Done |
180 | 2024-02-03T10:17:11.636Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-03T10:17:11.640Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-03T10:17:12.069Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-03T10:17:12.159Z | Planning: Planning completed in 1.31 seconds |
184 | 2024-02-03T10:17:12.216Z | Packages to change: 1 |
185 | 2024-02-03T10:17:12.216Z | Mediators to change: 1 |
186 | 2024-02-03T10:17:12.219Z | Services to change: 1 |
187 | 2024-02-03T10:17:12.219Z | Create boot environment: No |
188 | 2024-02-03T10:17:12.219Z | Create backup boot environment: Yes |
189 | 2024-02-03T10:17:14.234Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-02-03T10:17:14.237Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-02-03T10:17:14.237Z | Done |
192 | 2024-02-03T10:17:14.238Z | Done |
193 | 2024-02-03T10:17:14.314Z | Done |
194 | 2024-02-03T10:17:20.384Z | Done |
195 | 2024-02-03T10:17:20.510Z | Done |
196 | 2024-02-03T10:17:20.514Z | Done |
197 | 2024-02-03T10:17:20.653Z | Done |
198 | 2024-02-03T10:17:21.325Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-02-03T10:17:21.325Z | clang system 15 system |
200 | 2024-02-03T10:17:21.325Z | csh system system illumos |
201 | 2024-02-03T10:17:21.326Z | ctags system system illumos |
202 | 2024-02-03T10:17:21.326Z | gcc vendor 12 vendor |
203 | 2024-02-03T10:17:21.326Z | gcc system 10 system |
204 | 2024-02-03T10:17:21.326Z | gcc system 7 system |
205 | 2024-02-03T10:17:21.326Z | go system 1.20 system |
206 | 2024-02-03T10:17:21.326Z | go system 1.19 system |
207 | 2024-02-03T10:17:21.326Z | llvm system 15 system |
208 | 2024-02-03T10:17:21.326Z | llvm system 14 system |
209 | 2024-02-03T10:17:21.326Z | mariadb system 10.6 system |
210 | 2024-02-03T10:17:21.326Z | mta vendor vendor dma |
211 | 2024-02-03T10:17:21.326Z | openjdk system 17 system |
212 | 2024-02-03T10:17:21.326Z | openjdk system 11 system |
213 | 2024-02-03T10:17:21.326Z | openjdk system 1.8 system |
214 | 2024-02-03T10:17:21.326Z | openssl vendor 3 vendor |
215 | 2024-02-03T10:17:21.326Z | perl system 5.36 system |
216 | 2024-02-03T10:17:21.326Z | postgresql system 15 system |
217 | 2024-02-03T10:17:21.326Z | postgresql system 13 system |
218 | 2024-02-03T10:17:21.326Z | python vendor 3 vendor |
219 | 2024-02-03T10:17:21.326Z | python system 2 system |
220 | 2024-02-03T10:17:21.326Z | python3 system 3.11 system |
221 | 2024-02-03T10:17:21.326Z | ruby system 3.0 system |
222 | 2024-02-03T10:17:21.326Z | words vendor vendor american-english |
223 | 2024-02-03T10:17:21.326Z | words system system australian-english |
224 | 2024-02-03T10:17:21.327Z | words system system british-english |
225 | 2024-02-03T10:17:21.327Z | words system system canadian-english |
226 | 2024-02-03T10:17:21.327Z | words system system french |
227 | 2024-02-03T10:17:21.327Z | words system system italian |
228 | 2024-02-03T10:17:21.327Z | words system system ngerman |
229 | 2024-02-03T10:17:21.327Z | words system system ogerman |
230 | 2024-02-03T10:17:21.327Z | words system system spanish |
231 | 2024-02-03T10:17:21.859Z | FMRI IFO |
232 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-02-03T10:17:21.859Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-02-03T10:17:21.927Z | + set -o errexit |
241 | 2024-02-03T10:17:21.931Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-02-03T10:17:21.934Z | ++ cd ./tools |
243 | 2024-02-03T10:17:21.934Z | ++ pwd |
244 | 2024-02-03T10:17:21.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-02-03T10:17:21.934Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-02-03T10:17:21.937Z | + ARG0=ci_download_cockroachdb |
247 | 2024-02-03T10:17:21.937Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-02-03T10:17:21.940Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-02-03T10:17:21.940Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-02-03T10:17:21.940Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2024-02-03T10:17:21.940Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2024-02-03T10:17:21.940Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2024-02-03T10:17:21.940Z | + TARGET_DIR=out |
254 | 2024-02-03T10:17:21.940Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-02-03T10:17:21.940Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-02-03T10:17:21.940Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-02-03T10:17:21.940Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-02-03T10:17:21.940Z | + main |
259 | 2024-02-03T10:17:21.940Z | + [[ 0 != 0 ]] |
260 | 2024-02-03T10:17:21.940Z | + CIDL_OS=solaris2.11 |
261 | 2024-02-03T10:17:21.941Z | + [[ 0 != 0 ]] |
262 | 2024-02-03T10:17:21.941Z | + configure_os solaris2.11 |
263 | 2024-02-03T10:17:21.941Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-02-03T10:17:21.941Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-02-03T10:17:21.941Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-03T10:17:21.941Z | + echo 'configuring based on OS: "solaris2.11"' |
267 | 2024-02-03T10:17:21.941Z | + case "$1" in |
268 | 2024-02-03T10:17:21.941Z | + CIDL_BUILD=illumos |
269 | 2024-02-03T10:17:21.941Z | + CIDL_SUFFIX=tar.gz |
270 | 2024-02-03T10:17:21.941Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-02-03T10:17:21.941Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2024-02-03T10:17:21.941Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-02-03T10:17:21.941Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-02-03T10:17:21.941Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-02-03T10:17:21.941Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-03T10:17:21.941Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-03T10:17:21.941Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-02-03T10:17:21.941Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-02-03T10:17:21.941Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-03T10:17:21.941Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-03T10:17:21.941Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-03T10:17:21.941Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-02-03T10:17:21.941Z | + mkdir -p out/downloads |
284 | 2024-02-03T10:17:21.944Z | + mkdir -p ./out/cockroachdb |
285 | 2024-02-03T10:17:21.944Z | + local DO_DOWNLOAD=true |
286 | 2024-02-03T10:17:21.945Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-02-03T10:17:21.945Z | + '[' true == true ']' |
288 | 2024-02-03T10:17:21.945Z | + echo Downloading... |
289 | 2024-02-03T10:17:21.945Z | Downloading... |
290 | 2024-02-03T10:17:21.945Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-03T10:17:21.945Z | + 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 |
292 | 2024-02-03T10:17:24.061Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-03T10:17:24.065Z | ++ md5sum |
294 | 2024-02-03T10:17:24.065Z | ++ awk '{print $1}' |
295 | 2024-02-03T10:17:24.310Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2024-02-03T10:17:24.311Z | + [[ 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 ]] |
297 | 2024-02-03T10:17:24.311Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-03T10:17:24.314Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-02-03T10:17:27.758Z | + do_assemble_illumos |
300 | 2024-02-03T10:17:27.758Z | + rm -r ./out/cockroachdb |
301 | 2024-02-03T10:17:27.761Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-02-03T10:17:28.377Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-02-03T10:17:28.714Z | Build Tag: v22.1.9-dirty |
304 | 2024-02-03T10:17:28.714Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-02-03T10:17:28.714Z | Distribution: OSS |
306 | 2024-02-03T10:17:28.714Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-02-03T10:17:28.714Z | Go Version: go1.17.13 |
308 | 2024-02-03T10:17:28.714Z | C Compiler: gcc 10.3.0 |
309 | 2024-02-03T10:17:28.714Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-02-03T10:17:28.714Z | Build Type: release |
311 | 2024-02-03T10:17:28.739Z | + set -o errexit |
312 | 2024-02-03T10:17:28.742Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-02-03T10:17:28.745Z | ++ cd ./tools |
314 | 2024-02-03T10:17:28.745Z | ++ pwd |
315 | 2024-02-03T10:17:28.745Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-02-03T10:17:28.748Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-02-03T10:17:28.748Z | + ARG0=ci_download_clickhouse |
318 | 2024-02-03T10:17:28.748Z | + TARGET_DIR=out |
319 | 2024-02-03T10:17:28.748Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-02-03T10:17:28.748Z | + DEST_DIR=./out/clickhouse |
321 | 2024-02-03T10:17:28.748Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-03T10:17:28.748Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-03T10:17:28.748Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-03T10:17:28.748Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-03T10:17:28.748Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-03T10:17:28.748Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-03T10:17:28.749Z | + main |
328 | 2024-02-03T10:17:28.749Z | + [[ 0 != 0 ]] |
329 | 2024-02-03T10:17:28.749Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-03T10:17:28.749Z | + [[ 0 != 0 ]] |
331 | 2024-02-03T10:17:28.749Z | + configure_os solaris2.11 |
332 | 2024-02-03T10:17:28.749Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-03T10:17:28.749Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-03T10:17:28.749Z | configuring based on OS: "solaris2.11" |
335 | 2024-02-03T10:17:28.749Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-03T10:17:28.749Z | + CIDL_DASHREV= |
337 | 2024-02-03T10:17:28.749Z | + case "$1" in |
338 | 2024-02-03T10:17:28.749Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-03T10:17:28.749Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-03T10:17:28.749Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-03T10:17:28.749Z | + CIDL_DASHREV=-1 |
342 | 2024-02-03T10:17:28.752Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-03T10:17:28.752Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-03T10:17:28.752Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-03T10:17:28.752Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-03T10:17:28.752Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-03T10:17:28.752Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-03T10:17:28.752Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-03T10:17:28.752Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-03T10:17:28.753Z | + mkdir -p out/downloads |
351 | 2024-02-03T10:17:28.753Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-03T10:17:28.756Z | + local DO_DOWNLOAD=true |
353 | 2024-02-03T10:17:28.756Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-03T10:17:28.756Z | + '[' true == true ']' |
355 | 2024-02-03T10:17:28.756Z | + echo Downloading... |
356 | 2024-02-03T10:17:28.756Z | Downloading... |
357 | 2024-02-03T10:17:28.756Z | + 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 |
358 | 2024-02-03T10:17:28.756Z | + 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 |
359 | 2024-02-03T10:17:30.206Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-03T10:17:30.209Z | ++ md5sum |
361 | 2024-02-03T10:17:30.209Z | ++ awk '{print $1}' |
362 | 2024-02-03T10:17:30.477Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-03T10:17:30.477Z | + [[ 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 ]] |
364 | 2024-02-03T10:17:30.477Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-03T10:17:30.480Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-03T10:17:30.480Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-03T10:17:35.345Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-03T10:17:35.399Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-03T10:17:35.423Z | + set -o errexit |
370 | 2024-02-03T10:17:35.426Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-03T10:17:35.429Z | ++ cd ./tools |
372 | 2024-02-03T10:17:35.429Z | ++ pwd |
373 | 2024-02-03T10:17:35.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-03T10:17:35.432Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-03T10:17:35.432Z | + ARG0=ci_download_console |
376 | 2024-02-03T10:17:35.432Z | + TARGET_DIR=out |
377 | 2024-02-03T10:17:35.432Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-03T10:17:35.432Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-03T10:17:35.432Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-03T10:17:35.432Z | ++ COMMIT=5bee1f5b468b17b579a0dc0c5aee6a3056146b79 |
381 | 2024-02-03T10:17:35.432Z | ++ SHA2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
382 | 2024-02-03T10:17:35.432Z | + URL=https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
383 | 2024-02-03T10:17:35.432Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-03T10:17:35.432Z | + main |
385 | 2024-02-03T10:17:35.432Z | + [[ 0 != 0 ]] |
386 | 2024-02-03T10:17:35.433Z | + echo 'URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz' |
387 | 2024-02-03T10:17:35.433Z | URL: https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
388 | 2024-02-03T10:17:35.433Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-03T10:17:35.433Z | + local DO_DOWNLOAD=true |
390 | 2024-02-03T10:17:35.433Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-03T10:17:35.433Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-03T10:17:35.433Z | + mkdir -p out/downloads |
393 | 2024-02-03T10:17:35.435Z | + '[' true == true ']' |
394 | 2024-02-03T10:17:35.436Z | + echo Downloading... |
395 | 2024-02-03T10:17:35.436Z | Downloading... |
396 | 2024-02-03T10:17:35.436Z | + do_download_curl https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-03T10:17:35.436Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/5bee1f5b468b17b579a0dc0c5aee6a3056146b79.tar.gz |
398 | 2024-02-03T10:17:36.097Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-03T10:17:36.100Z | ++ case "$OSTYPE" in |
400 | 2024-02-03T10:17:36.100Z | ++ SHA=sha256sum |
401 | 2024-02-03T10:17:36.100Z | ++ sha256sum |
402 | 2024-02-03T10:17:36.100Z | ++ awk '{print $1}' |
403 | 2024-02-03T10:17:36.179Z | + calculated_sha2=66e73112327db5f80e32d6865cf150320ae508985cef421459107713287ed4b8 |
404 | 2024-02-03T10:17:36.180Z | + [[ 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 ]] |
405 | 2024-02-03T10:17:36.182Z | + rm -rf ./out/console-assets |
406 | 2024-02-03T10:17:36.183Z | + mkdir -p ./out/console-assets |
407 | 2024-02-03T10:17:36.183Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-03T10:17:36.183Z | + mkdir -p ./out/console-assets |
409 | 2024-02-03T10:17:36.185Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-03T10:17:36.323Z | + set -o errexit |
411 | 2024-02-03T10:17:36.326Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-03T10:17:36.330Z | ++ cd ./tools |
413 | 2024-02-03T10:17:36.330Z | ++ pwd |
414 | 2024-02-03T10:17:36.330Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-03T10:17:36.330Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-03T10:17:36.333Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-03T10:17:36.333Z | + TARGET_DIR=out |
418 | 2024-02-03T10:17:36.333Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-03T10:17:36.333Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-03T10:17:36.333Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
421 | 2024-02-03T10:17:36.333Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-03T10:17:36.333Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
423 | 2024-02-03T10:17:36.333Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
424 | 2024-02-03T10:17:36.333Z | + main |
425 | 2024-02-03T10:17:36.333Z | + [[ 0 != 0 ]] |
426 | 2024-02-03T10:17:36.333Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
427 | 2024-02-03T10:17:36.333Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
428 | 2024-02-03T10:17:36.333Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
429 | 2024-02-03T10:17:36.333Z | + local DO_DOWNLOAD=true |
430 | 2024-02-03T10:17:36.333Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
431 | 2024-02-03T10:17:36.333Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
432 | 2024-02-03T10:17:36.334Z | + mkdir -p out/downloads |
433 | 2024-02-03T10:17:36.337Z | + '[' true == true ']' |
434 | 2024-02-03T10:17:36.337Z | + echo Downloading... |
435 | 2024-02-03T10:17:36.337Z | Downloading... |
436 | 2024-02-03T10:17:36.337Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
437 | 2024-02-03T10:17:36.337Z | + 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 |
438 | 2024-02-03T10:17:36.577Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
439 | 2024-02-03T10:17:36.577Z | ++ case "$OSTYPE" in |
440 | 2024-02-03T10:17:36.580Z | ++ SHA=sha256sum |
441 | 2024-02-03T10:17:36.580Z | ++ sha256sum |
442 | 2024-02-03T10:17:36.580Z | ++ awk '{print $1}' |
443 | 2024-02-03T10:17:36.583Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-03T10:17:36.586Z | + [[ 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 ]] |
445 | 2024-02-03T10:17:36.586Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-03T10:17:36.586Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
447 | 2024-02-03T10:17:36.586Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-03T10:17:36.586Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
449 | 2024-02-03T10:17:36.586Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
450 | 2024-02-03T10:17:36.586Z | + main |
451 | 2024-02-03T10:17:36.586Z | + [[ 0 != 0 ]] |
452 | 2024-02-03T10:17:36.586Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
453 | 2024-02-03T10:17:36.587Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
454 | 2024-02-03T10:17:36.587Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
455 | 2024-02-03T10:17:36.587Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
456 | 2024-02-03T10:17:36.587Z | + local DO_DOWNLOAD=true |
457 | 2024-02-03T10:17:36.587Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
458 | 2024-02-03T10:17:36.587Z | + mkdir -p out/downloads |
459 | 2024-02-03T10:17:36.590Z | + '[' true == true ']' |
460 | 2024-02-03T10:17:36.590Z | + echo Downloading... |
461 | 2024-02-03T10:17:36.590Z | Downloading... |
462 | 2024-02-03T10:17:36.590Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
463 | 2024-02-03T10:17:36.590Z | + 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 |
464 | 2024-02-03T10:17:36.728Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
465 | 2024-02-03T10:17:36.731Z | ++ case "$OSTYPE" in |
466 | 2024-02-03T10:17:36.731Z | ++ SHA=sha256sum |
467 | 2024-02-03T10:17:36.731Z | ++ sha256sum |
468 | 2024-02-03T10:17:36.731Z | ++ awk '{print $1}' |
469 | 2024-02-03T10:17:36.735Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-03T10:17:36.735Z | + [[ 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 ]] |
471 | 2024-02-03T10:17:36.748Z | + set -o errexit |
472 | 2024-02-03T10:17:36.751Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-03T10:17:36.751Z | ++ cd ./tools |
474 | 2024-02-03T10:17:36.751Z | ++ pwd |
475 | 2024-02-03T10:17:36.751Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-03T10:17:36.755Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-03T10:17:36.755Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-03T10:17:36.755Z | + TARGET_DIR=out |
479 | 2024-02-03T10:17:36.755Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-03T10:17:36.755Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-03T10:17:36.755Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
482 | 2024-02-03T10:17:36.755Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
483 | 2024-02-03T10:17:36.755Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
484 | 2024-02-03T10:17:36.755Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
485 | 2024-02-03T10:17:36.755Z | + main |
486 | 2024-02-03T10:17:36.755Z | + [[ 0 != 0 ]] |
487 | 2024-02-03T10:17:36.755Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
488 | 2024-02-03T10:17:36.755Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
489 | 2024-02-03T10:17:36.755Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
490 | 2024-02-03T10:17:36.755Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
491 | 2024-02-03T10:17:36.755Z | + local DO_DOWNLOAD=true |
492 | 2024-02-03T10:17:36.755Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
493 | 2024-02-03T10:17:36.755Z | + mkdir -p out/downloads |
494 | 2024-02-03T10:17:36.759Z | + '[' true == true ']' |
495 | 2024-02-03T10:17:36.759Z | + echo Downloading... |
496 | 2024-02-03T10:17:36.759Z | Downloading... |
497 | 2024-02-03T10:17:36.759Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
498 | 2024-02-03T10:17:36.759Z | + 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 |
499 | 2024-02-03T10:17:36.938Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
500 | 2024-02-03T10:17:36.939Z | ++ case "$OSTYPE" in |
501 | 2024-02-03T10:17:36.942Z | ++ SHA=sha256sum |
502 | 2024-02-03T10:17:36.942Z | ++ sha256sum |
503 | 2024-02-03T10:17:36.942Z | ++ awk '{print $1}' |
504 | 2024-02-03T10:17:36.945Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
505 | 2024-02-03T10:17:36.946Z | + [[ 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 ]] |
506 | 2024-02-03T10:17:36.956Z | + set -o errexit |
507 | 2024-02-03T10:17:36.959Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-03T10:17:36.965Z | ++ cd ./tools |
509 | 2024-02-03T10:17:36.965Z | ++ pwd |
510 | 2024-02-03T10:17:36.965Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-03T10:17:36.968Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-03T10:17:36.968Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-03T10:17:36.968Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-03T10:17:36.968Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
515 | 2024-02-03T10:17:36.968Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
516 | 2024-02-03T10:17:36.968Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
517 | 2024-02-03T10:17:36.969Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-03T10:17:36.969Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
519 | 2024-02-03T10:17:36.969Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
520 | 2024-02-03T10:17:36.969Z | + TARGET_DIR=out |
521 | 2024-02-03T10:17:36.969Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-03T10:17:36.969Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-03T10:17:36.969Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-03T10:17:36.969Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-03T10:17:36.969Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-03T10:17:36.969Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
527 | 2024-02-03T10:17:36.969Z | + main |
528 | 2024-02-03T10:17:36.969Z | + [[ 0 != 0 ]] |
529 | 2024-02-03T10:17:36.969Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-03T10:17:36.969Z | + [[ 0 != 0 ]] |
531 | 2024-02-03T10:17:36.969Z | + configure_os solaris2.11 |
532 | 2024-02-03T10:17:36.969Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-03T10:17:36.969Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-03T10:17:36.969Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-03T10:17:36.969Z | configuring based on OS: "solaris2.11" |
536 | 2024-02-03T10:17:36.969Z | + case "$1" in |
537 | 2024-02-03T10:17:36.969Z | + SET_BINARIES= |
538 | 2024-02-03T10:17:36.969Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
539 | 2024-02-03T10:17:36.969Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-03T10:17:36.970Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-03T10:17:36.970Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
542 | 2024-02-03T10:17:36.970Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-03T10:17:36.970Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
544 | 2024-02-03T10:17:36.970Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
545 | 2024-02-03T10:17:36.970Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-03T10:17:36.970Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-03T10:17:36.970Z | + mkdir -p out/downloads |
548 | 2024-02-03T10:17:36.970Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-03T10:17:36.973Z | + fetch_and_verify |
550 | 2024-02-03T10:17:36.973Z | + local DO_DOWNLOAD=true |
551 | 2024-02-03T10:17:36.973Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-03T10:17:36.973Z | + '[' true == true ']' |
553 | 2024-02-03T10:17:36.973Z | + echo Downloading... |
554 | 2024-02-03T10:17:36.973Z | Downloading... |
555 | 2024-02-03T10:17:36.973Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-03T10:17:36.973Z | + 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 |
557 | 2024-02-03T10:17:41.519Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-03T10:17:41.521Z | ++ sha256sum |
559 | 2024-02-03T10:17:41.522Z | ++ awk '{print $1}' |
560 | 2024-02-03T10:17:41.621Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
561 | 2024-02-03T10:17:41.621Z | + [[ 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 ]] |
562 | 2024-02-03T10:17:41.624Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-03T10:17:41.624Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-03T10:17:42.705Z | + do_assemble |
565 | 2024-02-03T10:17:42.705Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-03T10:17:42.711Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-03T10:17:42.715Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-03T10:17:42.857Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-03T10:17:42.870Z | + set -o errexit |
570 | 2024-02-03T10:17:42.873Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-03T10:17:42.876Z | ++ cd ./tools |
572 | 2024-02-03T10:17:42.876Z | ++ pwd |
573 | 2024-02-03T10:17:42.876Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-03T10:17:42.880Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-03T10:17:42.880Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-03T10:17:42.880Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-03T10:17:42.880Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
578 | 2024-02-03T10:17:42.880Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
579 | 2024-02-03T10:17:42.880Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-03T10:17:42.880Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
581 | 2024-02-03T10:17:42.880Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-03T10:17:42.880Z | + TARGET_DIR=out |
583 | 2024-02-03T10:17:42.880Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-03T10:17:42.880Z | + DEST_DIR=./out/mgd |
585 | 2024-02-03T10:17:42.880Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-03T10:17:42.880Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-03T10:17:42.880Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-03T10:17:42.880Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
589 | 2024-02-03T10:17:42.880Z | + main |
590 | 2024-02-03T10:17:42.880Z | + [[ 0 != 0 ]] |
591 | 2024-02-03T10:17:42.880Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-03T10:17:42.880Z | + [[ 0 != 0 ]] |
593 | 2024-02-03T10:17:42.880Z | + configure_os solaris2.11 |
594 | 2024-02-03T10:17:42.880Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-03T10:17:42.880Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-03T10:17:42.881Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-03T10:17:42.881Z | + case "$1" in |
598 | 2024-02-03T10:17:42.881Z | configuring based on OS: "solaris2.11" |
599 | 2024-02-03T10:17:42.881Z | + SET_BINARIES= |
600 | 2024-02-03T10:17:42.881Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-03T10:17:42.881Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-03T10:17:42.881Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
603 | 2024-02-03T10:17:42.881Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-03T10:17:42.881Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
605 | 2024-02-03T10:17:42.881Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
606 | 2024-02-03T10:17:42.881Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-03T10:17:42.881Z | + mkdir -p out/downloads |
608 | 2024-02-03T10:17:42.881Z | Local file: out/downloads/mgd.tar.gz |
609 | 2024-02-03T10:17:42.884Z | + mkdir -p ./out/mgd |
610 | 2024-02-03T10:17:42.884Z | + fetch_and_verify |
611 | 2024-02-03T10:17:42.884Z | + local DO_DOWNLOAD=true |
612 | 2024-02-03T10:17:42.884Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-03T10:17:42.884Z | + '[' true == true ']' |
614 | 2024-02-03T10:17:42.884Z | + echo Downloading... |
615 | 2024-02-03T10:17:42.885Z | Downloading... |
616 | 2024-02-03T10:17:42.885Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-03T10:17:42.885Z | + 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 |
618 | 2024-02-03T10:17:44.973Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-03T10:17:44.978Z | ++ sha256sum |
620 | 2024-02-03T10:17:44.978Z | ++ awk '{print $1}' |
621 | 2024-02-03T10:17:45.052Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
622 | 2024-02-03T10:17:45.052Z | + [[ 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 ]] |
623 | 2024-02-03T10:17:45.056Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-03T10:17:45.057Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-03T10:17:45.729Z | + do_assemble |
626 | 2024-02-03T10:17:45.729Z | + rm -r ./out/mgd |
627 | 2024-02-03T10:17:45.733Z | + mkdir ./out/mgd |
628 | 2024-02-03T10:17:45.738Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-03T10:17:45.963Z | + set -o errexit |
630 | 2024-02-03T10:17:45.966Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-03T10:17:45.966Z | ++ cd ./tools |
632 | 2024-02-03T10:17:45.966Z | ++ pwd |
633 | 2024-02-03T10:17:45.966Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-03T10:17:45.969Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-03T10:17:45.969Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-03T10:17:45.969Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-03T10:17:45.969Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-03T10:17:45.970Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-03T10:17:45.970Z | + TARGET_DIR=out |
640 | 2024-02-03T10:17:45.970Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-03T10:17:45.970Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-03T10:17:45.970Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-03T10:17:45.970Z | + BINARY=xcvradm |
644 | 2024-02-03T10:17:45.970Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-03T10:17:45.970Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-03T10:17:45.970Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-03T10:17:45.970Z | + main |
648 | 2024-02-03T10:17:45.970Z | + [[ 0 != 0 ]] |
649 | 2024-02-03T10:17:45.970Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-03T10:17:45.970Z | + [[ 0 != 0 ]] |
651 | 2024-02-03T10:17:45.970Z | + configure_os solaris2.11 |
652 | 2024-02-03T10:17:45.970Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-03T10:17:45.970Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-03T10:17:45.970Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-03T10:17:45.970Z | + case "$1" in |
656 | 2024-02-03T10:17:45.970Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-03T10:17:45.970Z | + SET_BINARIES= |
658 | 2024-02-03T10:17:45.970Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-03T10:17:45.970Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-03T10:17:45.970Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-03T10:17:45.971Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-03T10:17:45.971Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-03T10:17:45.971Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-03T10:17:45.971Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-03T10:17:45.971Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-03T10:17:45.971Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-03T10:17:45.971Z | + mkdir -p out/downloads |
668 | 2024-02-03T10:17:45.974Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-03T10:17:45.974Z | + fetch_and_verify |
670 | 2024-02-03T10:17:45.974Z | + local DO_DOWNLOAD=true |
671 | 2024-02-03T10:17:45.974Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-03T10:17:45.974Z | + '[' true == true ']' |
673 | 2024-02-03T10:17:45.974Z | + echo Downloading... |
674 | 2024-02-03T10:17:45.975Z | Downloading... |
675 | 2024-02-03T10:17:45.975Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-03T10:17:45.975Z | + 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 |
677 | 2024-02-03T10:17:47.406Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-03T10:17:47.408Z | ++ sha256sum |
679 | 2024-02-03T10:17:47.409Z | ++ awk '{print $1}' |
680 | 2024-02-03T10:17:47.433Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-03T10:17:47.433Z | + [[ 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 ]] |
682 | 2024-02-03T10:17:47.843Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-03T10:17:47.843Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-03T10:17:47.843Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-03T10:17:47.860Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-03T10:17:47.860Z | + do_assemble |
687 | 2024-02-03T10:17:47.860Z | + rm -r ./out/transceiver-control |
688 | 2024-02-03T10:17:47.860Z | + mkdir ./out/transceiver-control |
689 | 2024-02-03T10:17:47.860Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-03T10:17:47.890Z | All prerequisites installed successfully |
691 | 2024-02-03T10:17:47.893Z | |
692 | 2024-02-03T10:17:47.893Z | real 1:49.386427383 |
693 | 2024-02-03T10:17:47.893Z | user 52.385362368 |
694 | 2024-02-03T10:17:47.894Z | sys 10.135307104 |
695 | 2024-02-03T10:17:47.894Z | trap 0.024886855 |
696 | 2024-02-03T10:17:47.894Z | tflt 0.283736033 |
697 | 2024-02-03T10:17:47.894Z | dflt 0.476441465 |
698 | 2024-02-03T10:17:47.894Z | kflt 0.235214738 |
699 | 2024-02-03T10:17:47.894Z | lock 3.082631453 |
700 | 2024-02-03T10:17:47.894Z | slp 3:11.298836204 |
701 | 2024-02-03T10:17:47.894Z | lat 3.306010176 |
702 | 2024-02-03T10:17:47.894Z | stop 0.069489678 |
703 | 2024-02-03T10:17:47.894Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-02-03T10:17:47.905Z | fetching npuzone |
705 | 2024-02-03T10:17:47.914Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-02-03T10:17:47.914Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
707 | 2024-02-03T10:17:47.917Z | Getting hash for npuzone |
708 | 2024-02-03T10:17:48.050Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
709 | 2024-02-03T10:18:00.714Z | npuzone downloaded successfully |
710 | 2024-02-03T10:18:00.719Z | |
711 | 2024-02-03T10:18:00.723Z | real 12.823935709 |
712 | 2024-02-03T10:18:00.723Z | user 0.562746785 |
713 | 2024-02-03T10:18:00.724Z | sys 0.151812531 |
714 | 2024-02-03T10:18:00.724Z | trap 0.000184932 |
715 | 2024-02-03T10:18:00.724Z | tflt 0.000000000 |
716 | 2024-02-03T10:18:00.724Z | dflt 0.000000000 |
717 | 2024-02-03T10:18:00.724Z | kflt 0.000000000 |
718 | 2024-02-03T10:18:00.724Z | lock 0.000000000 |
719 | 2024-02-03T10:18:00.724Z | slp 37.593727895 |
720 | 2024-02-03T10:18:00.724Z | lat 0.125018834 |
721 | 2024-02-03T10:18:00.724Z | stop 0.000259436 |
722 | 2024-02-03T10:18:00.724Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-02-03T10:18:00.724Z | + CARGO_INCREMENTAL=0 |
724 | 2024-02-03T10:18:00.724Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-02-03T10:18:01.070Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-02-03T10:18:01.479Z | Updating crates.io index |
727 | 2024-02-03T10:18:01.482Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2024-02-03T10:18:02.402Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2024-02-03T10:18:05.079Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2024-02-03T10:18:05.657Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2024-02-03T10:18:06.089Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2024-02-03T10:18:06.368Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2024-02-03T10:18:06.629Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2024-02-03T10:18:07.694Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2024-02-03T10:18:10.355Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2024-02-03T10:18:11.191Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2024-02-03T10:18:11.736Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2024-02-03T10:18:12.296Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2024-02-03T10:18:12.731Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
740 | 2024-02-03T10:18:13.040Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
741 | 2024-02-03T10:18:13.366Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
742 | 2024-02-03T10:18:13.906Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
743 | 2024-02-03T10:18:14.291Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
744 | 2024-02-03T10:18:14.741Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2024-02-03T10:18:15.319Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2024-02-03T10:18:15.676Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2024-02-03T10:18:16.005Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2024-02-03T10:18:17.339Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2024-02-03T10:18:17.795Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2024-02-03T10:18:19.595Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2024-02-03T10:18:20.017Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2024-02-03T10:18:20.326Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2024-02-03T10:18:22.434Z | Downloading crates ... |
754 | 2024-02-03T10:18:22.738Z | Downloaded addr2line v0.21.0 |
755 | 2024-02-03T10:18:22.747Z | Downloaded clap v4.4.3 |
756 | 2024-02-03T10:18:22.780Z | Downloaded instant v0.1.12 |
757 | 2024-02-03T10:18:22.789Z | Downloaded indoc v2.0.3 |
758 | 2024-02-03T10:18:22.800Z | Downloaded keccak v0.1.4 |
759 | 2024-02-03T10:18:22.819Z | Downloaded console v0.15.8 |
760 | 2024-02-03T10:18:22.822Z | Downloaded libefi-sys v0.1.0 |
761 | 2024-02-03T10:18:22.825Z | Downloaded log v0.4.20 |
762 | 2024-02-03T10:18:22.830Z | Downloaded async-stream-impl v0.3.5 |
763 | 2024-02-03T10:18:22.833Z | Downloaded assert_matches v1.5.0 |
764 | 2024-02-03T10:18:22.838Z | Downloaded atomicwrites v0.4.3 |
765 | 2024-02-03T10:18:22.844Z | Downloaded atty v0.2.14 |
766 | 2024-02-03T10:18:22.848Z | Downloaded crunchy v0.2.2 |
767 | 2024-02-03T10:18:22.851Z | Downloaded block-buffer v0.10.4 |
768 | 2024-02-03T10:18:22.855Z | Downloaded cstr-argument v0.1.2 |
769 | 2024-02-03T10:18:22.858Z | Downloaded matches v0.1.10 |
770 | 2024-02-03T10:18:22.858Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-02-03T10:18:22.862Z | Downloaded num_threads v0.1.6 |
772 | 2024-02-03T10:18:22.865Z | Downloaded async-recursion v1.0.5 |
773 | 2024-02-03T10:18:22.871Z | Downloaded nodrop v0.1.14 |
774 | 2024-02-03T10:18:22.876Z | Downloaded nanorand v0.7.0 |
775 | 2024-02-03T10:18:22.885Z | Downloaded num-integer v0.1.45 |
776 | 2024-02-03T10:18:22.892Z | Downloaded cipher v0.4.4 |
777 | 2024-02-03T10:18:22.900Z | Downloaded serde_repr v0.1.16 |
778 | 2024-02-03T10:18:22.907Z | Downloaded newtype_derive v0.1.6 |
779 | 2024-02-03T10:18:22.912Z | Downloaded memmap v0.7.0 |
780 | 2024-02-03T10:18:22.917Z | Downloaded number_prefix v0.4.0 |
781 | 2024-02-03T10:18:22.921Z | Downloaded bytecount v0.6.3 |
782 | 2024-02-03T10:18:22.928Z | Downloaded num_enum_derive v0.5.11 |
783 | 2024-02-03T10:18:22.944Z | Downloaded num-rational v0.4.1 |
784 | 2024-02-03T10:18:22.948Z | Downloaded num-complex v0.4.4 |
785 | 2024-02-03T10:18:22.948Z | Downloaded bcs v0.1.6 |
786 | 2024-02-03T10:18:22.948Z | Downloaded secrecy v0.8.0 |
787 | 2024-02-03T10:18:22.951Z | Downloaded anstyle-parse v0.2.1 |
788 | 2024-02-03T10:18:22.954Z | Downloaded crypto-common v0.1.6 |
789 | 2024-02-03T10:18:22.957Z | Downloaded crc-catalog v2.2.0 |
790 | 2024-02-03T10:18:22.960Z | Downloaded signature v2.1.0 |
791 | 2024-02-03T10:18:22.964Z | Downloaded num_cpus v1.16.0 |
792 | 2024-02-03T10:18:22.972Z | Downloaded usdt-macro v0.3.5 |
793 | 2024-02-03T10:18:22.975Z | Downloaded version_check v0.9.4 |
794 | 2024-02-03T10:18:22.978Z | Downloaded usdt v0.3.5 |
795 | 2024-02-03T10:18:22.981Z | Downloaded serde-big-array v0.4.1 |
796 | 2024-02-03T10:18:22.984Z | Downloaded indexmap v1.9.3 |
797 | 2024-02-03T10:18:22.993Z | Downloaded vec_map v0.8.2 |
798 | 2024-02-03T10:18:22.997Z | Downloaded smawk v0.3.1 |
799 | 2024-02-03T10:18:23.000Z | Downloaded slog-envlogger v2.2.0 |
800 | 2024-02-03T10:18:23.004Z | Downloaded hash32 v0.3.1 |
801 | 2024-02-03T10:18:23.007Z | Downloaded crc32fast v1.3.2 |
802 | 2024-02-03T10:18:23.012Z | Downloaded shlex v1.3.0 |
803 | 2024-02-03T10:18:23.016Z | Downloaded swrite v0.1.0 |
804 | 2024-02-03T10:18:23.023Z | Downloaded termtree v0.4.1 |
805 | 2024-02-03T10:18:23.026Z | Downloaded heck v0.3.3 |
806 | 2024-02-03T10:18:23.026Z | Downloaded miniz_oxide v0.7.1 |
807 | 2024-02-03T10:18:23.031Z | Downloaded semver v0.11.0 |
808 | 2024-02-03T10:18:23.034Z | Downloaded semver-parser v0.10.2 |
809 | 2024-02-03T10:18:23.038Z | Downloaded xattr v1.0.1 |
810 | 2024-02-03T10:18:23.042Z | Downloaded dtrace-parser v0.2.0 |
811 | 2024-02-03T10:18:23.045Z | Downloaded dtrace-parser v0.1.14 |
812 | 2024-02-03T10:18:23.048Z | Downloaded pem v3.0.2 |
813 | 2024-02-03T10:18:23.051Z | Downloaded tokio-rustls v0.25.0 |
814 | 2024-02-03T10:18:23.057Z | Downloaded unicase v2.7.0 |
815 | 2024-02-03T10:18:23.060Z | Downloaded phf_shared v0.10.0 |
816 | 2024-02-03T10:18:23.060Z | Downloaded ryu v1.0.15 |
817 | 2024-02-03T10:18:23.066Z | Downloaded synstructure v0.12.6 |
818 | 2024-02-03T10:18:23.070Z | Downloaded difflib v0.4.0 |
819 | 2024-02-03T10:18:23.073Z | Downloaded tap v1.0.1 |
820 | 2024-02-03T10:18:23.076Z | Downloaded typenum v1.16.0 |
821 | 2024-02-03T10:18:23.080Z | Downloaded backtrace v0.3.69 |
822 | 2024-02-03T10:18:23.091Z | Downloaded usdt-attr-macro v0.5.0 |
823 | 2024-02-03T10:18:23.096Z | Downloaded dyn-clone v1.0.13 |
824 | 2024-02-03T10:18:23.100Z | Downloaded dof v0.1.5 |
825 | 2024-02-03T10:18:23.100Z | Downloaded wait-timeout v0.2.0 |
826 | 2024-02-03T10:18:23.103Z | Downloaded zerocopy-derive v0.7.32 |
827 | 2024-02-03T10:18:23.111Z | Downloaded paste v1.0.14 |
828 | 2024-02-03T10:18:23.121Z | Downloaded rustc_version v0.4.0 |
829 | 2024-02-03T10:18:23.131Z | Downloaded strum v0.25.0 |
830 | 2024-02-03T10:18:23.131Z | Downloaded proc-macro-error v1.0.4 |
831 | 2024-02-03T10:18:23.131Z | Downloaded same-file v1.0.6 |
832 | 2024-02-03T10:18:23.135Z | Downloaded rtoolbox v0.0.1 |
833 | 2024-02-03T10:18:23.139Z | Downloaded parse-size v1.0.0 |
834 | 2024-02-03T10:18:23.142Z | Downloaded scheduled-thread-pool v0.2.7 |
835 | 2024-02-03T10:18:23.145Z | Downloaded utf-8 v0.7.6 |
836 | 2024-02-03T10:18:23.150Z | Downloaded getopts v0.2.21 |
837 | 2024-02-03T10:18:23.150Z | Downloaded yasna v0.5.2 |
838 | 2024-02-03T10:18:23.153Z | Downloaded peeking_take_while v0.1.2 |
839 | 2024-02-03T10:18:23.156Z | Downloaded signature v1.6.4 |
840 | 2024-02-03T10:18:23.159Z | Downloaded dirs-next v2.0.0 |
841 | 2024-02-03T10:18:23.161Z | Downloaded owo-colors v4.0.0 |
842 | 2024-02-03T10:18:23.166Z | Downloaded serde_yaml v0.9.25 |
843 | 2024-02-03T10:18:23.174Z | Downloaded path-slash v0.1.5 |
844 | 2024-02-03T10:18:23.177Z | Downloaded highway v1.1.0 |
845 | 2024-02-03T10:18:23.181Z | Downloaded serde-big-array v0.5.1 |
846 | 2024-02-03T10:18:23.187Z | Downloaded untrusted v0.7.1 |
847 | 2024-02-03T10:18:23.190Z | Downloaded predicates-core v1.0.6 |
848 | 2024-02-03T10:18:23.190Z | Downloaded slog-term v2.9.0 |
849 | 2024-02-03T10:18:23.195Z | Downloaded usdt v0.5.0 |
850 | 2024-02-03T10:18:23.198Z | Downloaded oso v0.27.0 |
851 | 2024-02-03T10:18:23.204Z | Downloaded usdt-attr-macro v0.3.5 |
852 | 2024-02-03T10:18:23.207Z | Downloaded zeroize v1.7.0 |
853 | 2024-02-03T10:18:23.210Z | Downloaded enum-as-inner v0.5.1 |
854 | 2024-02-03T10:18:23.213Z | Downloaded papergrid v0.11.0 |
855 | 2024-02-03T10:18:23.223Z | Downloaded funty v2.0.0 |
856 | 2024-02-03T10:18:23.226Z | Downloaded tower-service v0.3.2 |
857 | 2024-02-03T10:18:23.229Z | Downloaded digest v0.10.7 |
858 | 2024-02-03T10:18:23.232Z | Downloaded nix v0.27.1 |
859 | 2024-02-03T10:18:23.254Z | Downloaded zone_cfg_derive v0.3.0 |
860 | 2024-02-03T10:18:23.257Z | Downloaded rpassword v7.3.1 |
861 | 2024-02-03T10:18:23.262Z | Downloaded diesel_table_macro_syntax v0.1.0 |
862 | 2024-02-03T10:18:23.262Z | Downloaded signal-hook-tokio v0.3.1 |
863 | 2024-02-03T10:18:23.266Z | Downloaded data-encoding v2.4.0 |
864 | 2024-02-03T10:18:23.266Z | Downloaded rusty-fork v0.3.0 |
865 | 2024-02-03T10:18:23.269Z | Downloaded unicode-bidi v0.3.13 |
866 | 2024-02-03T10:18:23.272Z | Downloaded try-lock v0.2.4 |
867 | 2024-02-03T10:18:23.275Z | Downloaded parse-display-derive v0.8.2 |
868 | 2024-02-03T10:18:23.278Z | Downloaded foreign-types v0.3.2 |
869 | 2024-02-03T10:18:23.281Z | Downloaded downcast v0.11.0 |
870 | 2024-02-03T10:18:23.284Z | Downloaded foreign-types v0.5.0 |
871 | 2024-02-03T10:18:23.284Z | Downloaded pin-utils v0.1.0 |
872 | 2024-02-03T10:18:23.287Z | Downloaded headers-core v0.2.0 |
873 | 2024-02-03T10:18:23.290Z | Downloaded rand v0.8.5 |
874 | 2024-02-03T10:18:23.296Z | Downloaded derive_builder_macro v0.12.0 |
875 | 2024-02-03T10:18:23.299Z | Downloaded tabled_derive v0.7.0 |
876 | 2024-02-03T10:18:23.303Z | Downloaded structopt v0.3.26 |
877 | 2024-02-03T10:18:23.326Z | Downloaded precomputed-hash v0.1.1 |
878 | 2024-02-03T10:18:23.330Z | Downloaded foreign-types-shared v0.1.1 |
879 | 2024-02-03T10:18:23.330Z | Downloaded tiny-keccak v2.0.2 |
880 | 2024-02-03T10:18:23.331Z | Downloaded itertools v0.12.1 |
881 | 2024-02-03T10:18:23.337Z | Downloaded endian-type v0.1.2 |
882 | 2024-02-03T10:18:23.340Z | Downloaded either v1.9.0 |
883 | 2024-02-03T10:18:23.343Z | Downloaded ed25519 v1.5.3 |
884 | 2024-02-03T10:18:23.346Z | Downloaded tracing-attributes v0.1.26 |
885 | 2024-02-03T10:18:23.349Z | Downloaded rustc-demangle v0.1.23 |
886 | 2024-02-03T10:18:23.352Z | Downloaded tokio-macros v2.2.0 |
887 | 2024-02-03T10:18:23.355Z | Downloaded zeroize_derive v1.4.2 |
888 | 2024-02-03T10:18:23.357Z | Downloaded rustc-hash v1.1.0 |
889 | 2024-02-03T10:18:23.357Z | Downloaded predicates v3.1.0 |
890 | 2024-02-03T10:18:23.362Z | Downloaded waitgroup v0.1.2 |
891 | 2024-02-03T10:18:23.366Z | Downloaded equivalent v1.0.1 |
892 | 2024-02-03T10:18:23.368Z | Downloaded ppv-lite86 v0.2.17 |
893 | 2024-02-03T10:18:23.371Z | Downloaded take_mut v0.2.2 |
894 | 2024-02-03T10:18:23.371Z | Downloaded serde_tokenstream v0.1.7 |
895 | 2024-02-03T10:18:23.377Z | Downloaded tokio-tungstenite v0.20.1 |
896 | 2024-02-03T10:18:23.381Z | Downloaded toml v0.5.11 |
897 | 2024-02-03T10:18:23.386Z | Downloaded rand_xorshift v0.3.0 |
898 | 2024-02-03T10:18:23.388Z | Downloaded whoami v1.4.1 |
899 | 2024-02-03T10:18:23.391Z | Downloaded proc-macro2 v1.0.78 |
900 | 2024-02-03T10:18:23.399Z | Downloaded unicode-normalization v0.1.22 |
901 | 2024-02-03T10:18:23.403Z | Downloaded thiserror-no-std v2.0.2 |
902 | 2024-02-03T10:18:23.411Z | Downloaded usdt-macro v0.5.0 |
903 | 2024-02-03T10:18:23.414Z | Downloaded defmt-parser v0.3.3 |
904 | 2024-02-03T10:18:23.417Z | Downloaded termcolor v1.2.0 |
905 | 2024-02-03T10:18:23.418Z | Downloaded generic-array v0.14.7 |
906 | 2024-02-03T10:18:23.421Z | Downloaded omicron-zone-package v0.11.0 |
907 | 2024-02-03T10:18:23.431Z | Downloaded thiserror v1.0.56 |
908 | 2024-02-03T10:18:23.435Z | Downloaded errno v0.3.8 |
909 | 2024-02-03T10:18:23.439Z | Downloaded textwrap v0.16.0 |
910 | 2024-02-03T10:18:23.443Z | Downloaded diff v0.1.13 |
911 | 2024-02-03T10:18:23.449Z | Downloaded tempfile v3.9.0 |
912 | 2024-02-03T10:18:23.453Z | Downloaded tracing-core v0.1.31 |
913 | 2024-02-03T10:18:23.470Z | Downloaded zone v0.3.0 |
914 | 2024-02-03T10:18:23.474Z | Downloaded postgres-protocol v0.6.6 |
915 | 2024-02-03T10:18:23.474Z | Downloaded vte v0.11.1 |
916 | 2024-02-03T10:18:23.474Z | Downloaded pest_derive v2.7.6 |
917 | 2024-02-03T10:18:23.474Z | Downloaded socket2 v0.4.9 |
918 | 2024-02-03T10:18:23.477Z | Downloaded futures-task v0.3.30 |
919 | 2024-02-03T10:18:23.481Z | Downloaded futures-channel v0.3.30 |
920 | 2024-02-03T10:18:23.484Z | Downloaded prettyplease v0.2.16 |
921 | 2024-02-03T10:18:23.489Z | Downloaded postgres-types v0.2.6 |
922 | 2024-02-03T10:18:23.493Z | Downloaded tar v0.4.40 |
923 | 2024-02-03T10:18:23.497Z | Downloaded tungstenite v0.20.1 |
924 | 2024-02-03T10:18:23.504Z | Downloaded tough v0.16.0 |
925 | 2024-02-03T10:18:23.521Z | Downloaded futures v0.3.30 |
926 | 2024-02-03T10:18:23.530Z | Downloaded url v2.5.0 |
927 | 2024-02-03T10:18:23.536Z | Downloaded heapless v0.8.0 |
928 | 2024-02-03T10:18:23.544Z | Downloaded trust-dns-client v0.22.0 |
929 | 2024-02-03T10:18:23.555Z | Downloaded tokio-util v0.7.10 |
930 | 2024-02-03T10:18:23.569Z | Downloaded rcgen v0.12.1 |
931 | 2024-02-03T10:18:23.573Z | Downloaded winnow v0.5.15 |
932 | 2024-02-03T10:18:23.589Z | Downloaded trust-dns-resolver v0.22.0 |
933 | 2024-02-03T10:18:23.598Z | Downloaded toml_edit v0.19.15 |
934 | 2024-02-03T10:18:23.630Z | Downloaded chrono v0.4.31 |
935 | 2024-02-03T10:18:23.646Z | Downloaded lalrpop v0.19.12 |
936 | 2024-02-03T10:18:23.668Z | Downloaded portable-atomic v1.4.3 |
937 | 2024-02-03T10:18:23.679Z | Downloaded goblin v0.8.0 |
938 | 2024-02-03T10:18:23.691Z | Downloaded reqwest v0.11.22 |
939 | 2024-02-03T10:18:23.707Z | Downloaded serde_json v1.0.113 |
940 | 2024-02-03T10:18:23.727Z | Downloaded rayon v1.8.0 |
941 | 2024-02-03T10:18:23.740Z | Downloaded rustls-webpki v0.101.7 |
942 | 2024-02-03T10:18:23.783Z | Downloaded rustls-webpki v0.102.1 |
943 | 2024-02-03T10:18:23.818Z | Downloaded hkdf v0.12.4 |
944 | 2024-02-03T10:18:23.822Z | Downloaded regex v1.10.3 |
945 | 2024-02-03T10:18:23.847Z | Downloaded petgraph v0.6.4 |
946 | 2024-02-03T10:18:23.871Z | Downloaded object v0.32.1 |
947 | 2024-02-03T10:18:23.890Z | Downloaded trust-dns-proto v0.22.0 |
948 | 2024-02-03T10:18:23.914Z | Downloaded smoltcp v0.11.0 |
949 | 2024-02-03T10:18:23.939Z | Downloaded regex-syntax v0.6.29 |
950 | 2024-02-03T10:18:23.954Z | Downloaded regex-syntax v0.7.5 |
951 | 2024-02-03T10:18:23.971Z | Downloaded zerocopy-derive v0.2.0 |
952 | 2024-02-03T10:18:23.995Z | Downloaded sled v0.34.7 |
953 | 2024-02-03T10:18:24.010Z | Downloaded regex-automata v0.3.8 |
954 | 2024-02-03T10:18:24.042Z | Downloaded regex-automata v0.4.4 |
955 | 2024-02-03T10:18:24.080Z | Downloaded tokio v1.35.1 |
956 | 2024-02-03T10:18:24.147Z | Downloaded sha3 v0.10.8 |
957 | 2024-02-03T10:18:24.159Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
958 | 2024-02-03T10:18:24.188Z | Downloaded libc v0.2.153 |
959 | 2024-02-03T10:18:24.231Z | Downloaded zerocopy-derive v0.6.4 |
960 | 2024-02-03T10:18:24.251Z | Downloaded ratatui v0.25.0 |
961 | 2024-02-03T10:18:24.276Z | Downloaded rustix v0.38.30 |
962 | 2024-02-03T10:18:24.317Z | Downloaded rustls v0.22.2 |
963 | 2024-02-03T10:18:24.342Z | Downloaded encoding_rs v0.8.33 |
964 | 2024-02-03T10:18:24.384Z | Downloaded diesel v2.1.4 |
965 | 2024-02-03T10:18:24.416Z | Downloaded regex-syntax v0.8.2 |
966 | 2024-02-03T10:18:24.436Z | Downloaded openapiv3 v2.0.0 |
967 | 2024-02-03T10:18:24.453Z | Downloaded rustix v0.37.23 |
968 | 2024-02-03T10:18:24.488Z | Downloaded bstr v1.6.0 |
969 | 2024-02-03T10:18:24.508Z | Downloaded regress v0.7.1 |
970 | 2024-02-03T10:18:24.521Z | Downloaded gimli v0.28.0 |
971 | 2024-02-03T10:18:24.537Z | Downloaded smoltcp v0.9.1 |
972 | 2024-02-03T10:18:24.556Z | Downloaded polar-core v0.27.0 |
973 | 2024-02-03T10:18:24.575Z | Downloaded tabled v0.15.0 |
974 | 2024-02-03T10:18:24.620Z | Downloaded radix_trie v0.2.1 |
975 | 2024-02-03T10:18:24.634Z | Downloaded proptest v1.4.0 |
976 | 2024-02-03T10:18:24.654Z | Downloaded webpki-roots v0.25.2 |
977 | 2024-02-03T10:18:24.664Z | Downloaded syn v2.0.48 |
978 | 2024-02-03T10:18:24.681Z | Downloaded rustls v0.21.9 |
979 | 2024-02-03T10:18:24.707Z | Downloaded object v0.30.4 |
980 | 2024-02-03T10:18:24.728Z | Downloaded curve25519-dalek v4.1.1 |
981 | 2024-02-03T10:18:24.745Z | Downloaded bstr v0.2.17 |
982 | 2024-02-03T10:18:24.764Z | Downloaded serde_with v3.6.0 |
983 | 2024-02-03T10:18:24.777Z | Downloaded syn v1.0.109 |
984 | 2024-02-03T10:18:24.796Z | Downloaded openssl v0.10.60 |
985 | 2024-02-03T10:18:24.814Z | Downloaded hashbrown v0.14.2 |
986 | 2024-02-03T10:18:24.825Z | Downloaded reedline v0.28.0 |
987 | 2024-02-03T10:18:24.838Z | Downloaded ring v0.17.7 |
988 | 2024-02-03T10:18:24.981Z | Downloaded h2 v0.3.24 |
989 | 2024-02-03T10:18:24.994Z | Downloaded vcpkg v0.2.15 |
990 | 2024-02-03T10:18:25.074Z | Downloaded bindgen v0.69.2 |
991 | 2024-02-03T10:18:25.087Z | Downloaded ring v0.16.20 |
992 | 2024-02-03T10:18:25.255Z | Downloaded toml_edit v0.21.1 |
993 | 2024-02-03T10:18:25.298Z | Downloaded pest v2.7.6 |
994 | 2024-02-03T10:18:25.307Z | Downloaded quick-xml v0.30.0 |
995 | 2024-02-03T10:18:25.317Z | Downloaded futures-util v0.3.30 |
996 | 2024-02-03T10:18:25.340Z | Downloaded hashbrown v0.13.2 |
997 | 2024-02-03T10:18:25.479Z | Downloaded bitvec v1.0.1 |
998 | 2024-02-03T10:18:25.490Z | Downloaded regex-automata v0.1.10 |
999 | 2024-02-03T10:18:25.490Z | Downloaded sqlparser v0.43.1 |
1000 | 2024-02-03T10:18:25.490Z | Downloaded idna v0.5.0 |
1001 | 2024-02-03T10:18:25.490Z | Downloaded der v0.7.8 |
1002 | 2024-02-03T10:18:25.490Z | Downloaded rayon-core v1.12.0 |
1003 | 2024-02-03T10:18:25.490Z | Downloaded idna v0.2.3 |
1004 | 2024-02-03T10:18:25.490Z | Downloaded tracing v0.1.37 |
1005 | 2024-02-03T10:18:25.490Z | Downloaded hyper v0.14.27 |
1006 | 2024-02-03T10:18:25.490Z | Downloaded blake3 v1.5.0 |
1007 | 2024-02-03T10:18:25.490Z | Downloaded slog v2.7.0 |
1008 | 2024-02-03T10:18:25.490Z | Downloaded parking_lot v0.11.2 |
1009 | 2024-02-03T10:18:25.490Z | Downloaded zerocopy v0.7.32 |
1010 | 2024-02-03T10:18:25.504Z | Downloaded flume v0.11.0 |
1011 | 2024-02-03T10:18:25.509Z | Downloaded socket2 v0.5.5 |
1012 | 2024-02-03T10:18:25.513Z | Downloaded pkcs1 v0.7.5 |
1013 | 2024-02-03T10:18:25.517Z | Downloaded tokio-postgres v0.7.10 |
1014 | 2024-02-03T10:18:25.525Z | Downloaded derive_builder_core v0.12.0 |
1015 | 2024-02-03T10:18:25.529Z | Downloaded derive_builder v0.12.0 |
1016 | 2024-02-03T10:18:25.537Z | Downloaded fatfs v0.3.6 |
1017 | 2024-02-03T10:18:25.542Z | Downloaded term v0.7.0 |
1018 | 2024-02-03T10:18:25.548Z | Downloaded zerocopy v0.6.4 |
1019 | 2024-02-03T10:18:25.552Z | Downloaded time v0.3.27 |
1020 | 2024-02-03T10:18:25.563Z | Downloaded elliptic-curve v0.13.8 |
1021 | 2024-02-03T10:18:25.569Z | Downloaded rsa v0.9.2 |
1022 | 2024-02-03T10:18:25.577Z | Downloaded derive_more v0.99.17 |
1023 | 2024-02-03T10:18:25.592Z | Downloaded darling_core v0.20.3 |
1024 | 2024-02-03T10:18:25.600Z | Downloaded snafu v0.7.5 |
1025 | 2024-02-03T10:18:25.611Z | Downloaded slab v0.4.9 |
1026 | 2024-02-03T10:18:25.617Z | Downloaded ref-cast v1.0.20 |
1027 | 2024-02-03T10:18:25.620Z | Downloaded thiserror-impl-no-std v2.0.2 |
1028 | 2024-02-03T10:18:25.620Z | Downloaded rustversion v1.0.14 |
1029 | 2024-02-03T10:18:25.623Z | Downloaded resolv-conf v0.7.0 |
1030 | 2024-02-03T10:18:25.626Z | Downloaded smallvec v0.6.14 |
1031 | 2024-02-03T10:18:25.629Z | Downloaded time-macros v0.2.13 |
1032 | 2024-02-03T10:18:25.631Z | Downloaded quote v1.0.35 |
1033 | 2024-02-03T10:18:25.635Z | Downloaded aho-corasick v1.0.4 |
1034 | 2024-02-03T10:18:25.645Z | Downloaded libm v0.2.7 |
1035 | 2024-02-03T10:18:25.661Z | Downloaded x509-cert v0.2.4 |
1036 | 2024-02-03T10:18:25.672Z | Downloaded hashbrown v0.12.3 |
1037 | 2024-02-03T10:18:25.679Z | Downloaded libxml v0.3.3 |
1038 | 2024-02-03T10:18:25.689Z | Downloaded crossterm v0.27.0 |
1039 | 2024-02-03T10:18:25.700Z | Downloaded unicode_categories v0.1.1 |
1040 | 2024-02-03T10:18:25.704Z | Downloaded trust-dns-server v0.22.1 |
1041 | 2024-02-03T10:18:25.713Z | Downloaded fnv v1.0.7 |
1042 | 2024-02-03T10:18:25.716Z | Downloaded samael v0.0.14 |
1043 | 2024-02-03T10:18:25.723Z | Downloaded salty v0.2.0 |
1044 | 2024-02-03T10:18:25.732Z | Downloaded filetime v0.2.23 |
1045 | 2024-02-03T10:18:25.738Z | Downloaded derive-where v1.2.7 |
1046 | 2024-02-03T10:18:25.741Z | Downloaded darling v0.14.4 |
1047 | 2024-02-03T10:18:25.746Z | Downloaded half v2.3.1 |
1048 | 2024-02-03T10:18:25.751Z | Downloaded dof v0.3.0 |
1049 | 2024-02-03T10:18:25.753Z | Downloaded dirs-sys-next v0.1.2 |
1050 | 2024-02-03T10:18:25.756Z | Downloaded olpc-cjson v0.1.3 |
1051 | 2024-02-03T10:18:25.757Z | Downloaded diesel_derives v2.1.2 |
1052 | 2024-02-03T10:18:25.761Z | Downloaded pin-project v1.1.3 |
1053 | 2024-02-03T10:18:25.781Z | Downloaded nom v7.1.3 |
1054 | 2024-02-03T10:18:25.790Z | Downloaded rustyline v13.0.0 |
1055 | 2024-02-03T10:18:25.799Z | Downloaded float-cmp v0.9.0 |
1056 | 2024-02-03T10:18:25.802Z | Downloaded which v4.4.0 |
1057 | 2024-02-03T10:18:25.805Z | Downloaded signal-hook-registry v1.4.1 |
1058 | 2024-02-03T10:18:25.805Z | Downloaded signal-hook-mio v0.2.3 |
1059 | 2024-02-03T10:18:25.808Z | Downloaded rustc_version v0.1.7 |
1060 | 2024-02-03T10:18:25.808Z | Downloaded ff v0.13.0 |
1061 | 2024-02-03T10:18:25.811Z | Downloaded fallible-iterator v0.2.0 |
1062 | 2024-02-03T10:18:25.814Z | Downloaded debug-ignore v1.0.5 |
1063 | 2024-02-03T10:18:25.817Z | Downloaded password-hash v0.5.0 |
1064 | 2024-02-03T10:18:25.822Z | Downloaded poly1305 v0.8.0 |
1065 | 2024-02-03T10:18:25.825Z | Downloaded serde_derive_internals v0.26.0 |
1066 | 2024-02-03T10:18:25.825Z | Downloaded scroll v0.12.0 |
1067 | 2024-02-03T10:18:25.828Z | Downloaded pkg-config v0.3.27 |
1068 | 2024-02-03T10:18:25.832Z | Downloaded plain v0.2.3 |
1069 | 2024-02-03T10:18:25.832Z | Downloaded phf_shared v0.11.2 |
1070 | 2024-02-03T10:18:25.835Z | Downloaded sct v0.7.0 |
1071 | 2024-02-03T10:18:25.838Z | Downloaded pkcs8 v0.10.2 |
1072 | 2024-02-03T10:18:25.842Z | Downloaded parking_lot v0.12.1 |
1073 | 2024-02-03T10:18:25.847Z | Downloaded num-bigint-dig v0.8.4 |
1074 | 2024-02-03T10:18:25.854Z | Downloaded unicode-segmentation v1.10.1 |
1075 | 2024-02-03T10:18:25.860Z | Downloaded flagset v0.4.3 |
1076 | 2024-02-03T10:18:25.863Z | Downloaded pretty-hex v0.4.1 |
1077 | 2024-02-03T10:18:25.866Z | Downloaded pretty-hex v0.2.1 |
1078 | 2024-02-03T10:18:25.866Z | Downloaded predicates-tree v1.0.9 |
1079 | 2024-02-03T10:18:25.869Z | Downloaded universal-hash v0.5.1 |
1080 | 2024-02-03T10:18:25.869Z | Downloaded unicode-xid v0.2.4 |
1081 | 2024-02-03T10:18:25.872Z | Downloaded strum_macros v0.24.3 |
1082 | 2024-02-03T10:18:25.876Z | Downloaded typed-path v0.7.0 |
1083 | 2024-02-03T10:18:25.885Z | Downloaded env_logger v0.10.0 |
1084 | 2024-02-03T10:18:25.889Z | Downloaded display-error-chain v0.2.0 |
1085 | 2024-02-03T10:18:25.892Z | Downloaded deranged v0.3.8 |
1086 | 2024-02-03T10:18:25.895Z | Downloaded flate2 v1.0.28 |
1087 | 2024-02-03T10:18:25.900Z | Downloaded ron v0.8.1 |
1088 | 2024-02-03T10:18:25.910Z | Downloaded openssl-sys v0.9.96 |
1089 | 2024-02-03T10:18:25.918Z | Downloaded itertools v0.10.5 |
1090 | 2024-02-03T10:18:25.929Z | Downloaded postcard v1.0.8 |
1091 | 2024-02-03T10:18:25.934Z | Downloaded toml v0.7.8 |
1092 | 2024-02-03T10:18:25.939Z | Downloaded heapless v0.7.16 |
1093 | 2024-02-03T10:18:25.946Z | Downloaded futures-executor v0.3.30 |
1094 | 2024-02-03T10:18:25.949Z | Downloaded pem-rfc7468 v0.7.0 |
1095 | 2024-02-03T10:18:25.952Z | Downloaded hex v0.4.3 |
1096 | 2024-02-03T10:18:25.955Z | Downloaded glob v0.3.1 |
1097 | 2024-02-03T10:18:25.960Z | Downloaded vsss-rs v3.3.4 |
1098 | 2024-02-03T10:18:25.963Z | Downloaded sha2 v0.10.8 |
1099 | 2024-02-03T10:18:25.966Z | Downloaded getrandom v0.2.10 |
1100 | 2024-02-03T10:18:25.969Z | Downloaded subprocess v0.2.9 |
1101 | 2024-02-03T10:18:25.972Z | Downloaded pest_meta v2.7.6 |
1102 | 2024-02-03T10:18:25.976Z | Downloaded darling_macro v0.20.3 |
1103 | 2024-02-03T10:18:25.979Z | Downloaded parking_lot_core v0.8.6 |
1104 | 2024-02-03T10:18:25.982Z | Downloaded http v0.2.11 |
1105 | 2024-02-03T10:18:25.987Z | Downloaded zip v0.6.6 |
1106 | 2024-02-03T10:18:25.993Z | Downloaded memchr v2.6.3 |
1107 | 2024-02-03T10:18:26.002Z | Downloaded fd-lock v4.0.2 |
1108 | 2024-02-03T10:18:26.006Z | Downloaded toml v0.8.8 |
1109 | 2024-02-03T10:18:26.012Z | Downloaded fragile v2.0.0 |
1110 | 2024-02-03T10:18:26.016Z | Downloaded darling_macro v0.14.4 |
1111 | 2024-02-03T10:18:26.017Z | Downloaded supports-color v2.1.0 |
1112 | 2024-02-03T10:18:26.020Z | Downloaded snafu-derive v0.7.5 |
1113 | 2024-02-03T10:18:26.035Z | Downloaded headers v0.3.9 |
1114 | 2024-02-03T10:18:26.039Z | Downloaded scopeguard v1.2.0 |
1115 | 2024-02-03T10:18:26.040Z | Downloaded test-strategy v0.3.1 |
1116 | 2024-02-03T10:18:26.040Z | Downloaded group v0.13.0 |
1117 | 2024-02-03T10:18:26.043Z | Downloaded pest_generator v2.7.6 |
1118 | 2024-02-03T10:18:26.043Z | Downloaded heck v0.4.1 |
1119 | 2024-02-03T10:18:26.046Z | Downloaded thread_local v1.1.7 |
1120 | 2024-02-03T10:18:26.049Z | Downloaded strum_macros v0.25.2 |
1121 | 2024-02-03T10:18:26.052Z | Downloaded structopt-derive v0.4.18 |
1122 | 2024-02-03T10:18:26.052Z | Downloaded foreign-types-macros v0.2.3 |
1123 | 2024-02-03T10:18:26.055Z | Downloaded fixedbitset v0.4.2 |
1124 | 2024-02-03T10:18:26.055Z | Downloaded fastrand v2.0.0 |
1125 | 2024-02-03T10:18:26.058Z | Downloaded clap_builder v4.4.2 |
1126 | 2024-02-03T10:18:26.070Z | Downloaded clap v2.34.0 |
1127 | 2024-02-03T10:18:26.083Z | Downloaded serde_plain v1.0.2 |
1128 | 2024-02-03T10:18:26.086Z | Downloaded tui-tree-widget v0.16.0 |
1129 | 2024-02-03T10:18:26.089Z | Downloaded serde_path_to_error v0.1.15 |
1130 | 2024-02-03T10:18:26.089Z | Downloaded fd-lock v3.0.13 |
1131 | 2024-02-03T10:18:26.092Z | Downloaded der_derive v0.7.2 |
1132 | 2024-02-03T10:18:26.095Z | Downloaded steno v0.4.0 |
1133 | 2024-02-03T10:18:26.103Z | Downloaded percent-encoding v2.3.1 |
1134 | 2024-02-03T10:18:26.105Z | Downloaded fs-err v2.11.0 |
1135 | 2024-02-03T10:18:26.109Z | Downloaded subtle v2.5.0 |
1136 | 2024-02-03T10:18:26.112Z | Downloaded pin-project-lite v0.2.13 |
1137 | 2024-02-03T10:18:26.117Z | Downloaded pin-project-internal v1.1.3 |
1138 | 2024-02-03T10:18:26.120Z | Downloaded darling_core v0.14.4 |
1139 | 2024-02-03T10:18:26.127Z | Downloaded packed_struct v0.10.1 |
1140 | 2024-02-03T10:18:26.130Z | Downloaded form_urlencoded v1.2.1 |
1141 | 2024-02-03T10:18:26.133Z | Downloaded slog-stdlog v4.1.1 |
1142 | 2024-02-03T10:18:26.136Z | Downloaded slog-scope v4.4.0 |
1143 | 2024-02-03T10:18:26.136Z | Downloaded slog-dtrace v0.3.0 |
1144 | 2024-02-03T10:18:26.139Z | Downloaded slog-async v2.8.0 |
1145 | 2024-02-03T10:18:26.142Z | Downloaded platforms v3.0.2 |
1146 | 2024-02-03T10:18:26.145Z | Downloaded topological-sort v0.2.2 |
1147 | 2024-02-03T10:18:26.148Z | Downloaded slog-bunyan v2.5.0 |
1148 | 2024-02-03T10:18:26.148Z | Downloaded tokio-rustls v0.24.1 |
1149 | 2024-02-03T10:18:26.152Z | Downloaded usdt-impl v0.3.5 |
1150 | 2024-02-03T10:18:26.155Z | Downloaded unsafe-libyaml v0.2.10 |
1151 | 2024-02-03T10:18:26.160Z | Downloaded crossbeam-channel v0.5.8 |
1152 | 2024-02-03T10:18:26.170Z | Downloaded cc v1.0.83 |
1153 | 2024-02-03T10:18:26.173Z | Downloaded ena v0.14.2 |
1154 | 2024-02-03T10:18:26.176Z | Downloaded termios v0.3.3 |
1155 | 2024-02-03T10:18:26.179Z | Downloaded num-bigint v0.4.4 |
1156 | 2024-02-03T10:18:26.187Z | Downloaded mio v0.8.9 |
1157 | 2024-02-03T10:18:26.197Z | Downloaded minimal-lexical v0.2.1 |
1158 | 2024-02-03T10:18:26.205Z | Downloaded http v1.0.0 |
1159 | 2024-02-03T10:18:26.212Z | Downloaded serde v1.0.195 |
1160 | 2024-02-03T10:18:26.218Z | Downloaded rand_core v0.6.4 |
1161 | 2024-02-03T10:18:26.221Z | Downloaded r2d2 v0.8.10 |
1162 | 2024-02-03T10:18:26.224Z | Downloaded mockall_derive v0.12.0 |
1163 | 2024-02-03T10:18:26.226Z | Downloaded crypto-bigint v0.5.2 |
1164 | 2024-02-03T10:18:26.236Z | Downloaded bytes v1.5.0 |
1165 | 2024-02-03T10:18:26.244Z | Downloaded toml_datetime v0.6.5 |
1166 | 2024-02-03T10:18:26.247Z | Downloaded ucd-trie v0.1.6 |
1167 | 2024-02-03T10:18:26.250Z | Downloaded signal-hook v0.3.17 |
1168 | 2024-02-03T10:18:26.252Z | Downloaded uuid v1.7.0 |
1169 | 2024-02-03T10:18:26.257Z | Downloaded foreign-types-shared v0.3.1 |
1170 | 2024-02-03T10:18:26.260Z | Downloaded parking_lot_core v0.9.8 |
1171 | 2024-02-03T10:18:26.263Z | Downloaded once_cell v1.19.0 |
1172 | 2024-02-03T10:18:26.266Z | Downloaded zerocopy v0.3.0 |
1173 | 2024-02-03T10:18:26.269Z | Downloaded semver v0.1.20 |
1174 | 2024-02-03T10:18:26.272Z | Downloaded toolchain_find v0.2.0 |
1175 | 2024-02-03T10:18:26.272Z | Downloaded phf v0.11.2 |
1176 | 2024-02-03T10:18:26.275Z | Downloaded embedded-io v0.4.0 |
1177 | 2024-02-03T10:18:26.278Z | Downloaded semver v1.0.21 |
1178 | 2024-02-03T10:18:26.280Z | Downloaded unicode-ident v1.0.12 |
1179 | 2024-02-03T10:18:26.284Z | Downloaded base64 v0.21.7 |
1180 | 2024-02-03T10:18:26.291Z | Downloaded similar v2.3.0 |
1181 | 2024-02-03T10:18:26.299Z | Downloaded ref-cast-impl v1.0.20 |
1182 | 2024-02-03T10:18:26.301Z | Downloaded rand_chacha v0.3.1 |
1183 | 2024-02-03T10:18:26.304Z | Downloaded serde_derive v1.0.195 |
1184 | 2024-02-03T10:18:26.307Z | Downloaded scroll_derive v0.12.0 |
1185 | 2024-02-03T10:18:26.310Z | Downloaded time-core v0.1.1 |
1186 | 2024-02-03T10:18:26.310Z | Downloaded terminal_size v0.2.6 |
1187 | 2024-02-03T10:18:26.315Z | Downloaded quick-error v1.2.3 |
1188 | 2024-02-03T10:18:26.318Z | Downloaded proc-macro-crate v1.3.1 |
1189 | 2024-02-03T10:18:26.318Z | Downloaded shell-words v1.1.0 |
1190 | 2024-02-03T10:18:26.318Z | Downloaded hash32 v0.2.1 |
1191 | 2024-02-03T10:18:26.321Z | Downloaded radium v0.7.0 |
1192 | 2024-02-03T10:18:26.321Z | Downloaded schemars v0.8.16 |
1193 | 2024-02-03T10:18:26.341Z | Downloaded tinyvec v1.6.0 |
1194 | 2024-02-03T10:18:26.346Z | Downloaded darling v0.20.3 |
1195 | 2024-02-03T10:18:26.351Z | Downloaded defmt-macros v0.3.6 |
1196 | 2024-02-03T10:18:26.358Z | Downloaded serde_with_macros v3.6.0 |
1197 | 2024-02-03T10:18:26.365Z | Downloaded sha1 v0.10.6 |
1198 | 2024-02-03T10:18:26.369Z | Downloaded serde_tokenstream v0.2.0 |
1199 | 2024-02-03T10:18:26.369Z | Downloaded doc-comment v0.3.3 |
1200 | 2024-02-03T10:18:26.373Z | Downloaded packed_struct_codegen v0.10.1 |
1201 | 2024-02-03T10:18:26.373Z | Downloaded opaque-debug v0.3.0 |
1202 | 2024-02-03T10:18:26.373Z | Downloaded gethostname v0.4.3 |
1203 | 2024-02-03T10:18:26.376Z | Downloaded defmt v0.3.5 |
1204 | 2024-02-03T10:18:26.380Z | Downloaded smallvec v1.11.2 |
1205 | 2024-02-03T10:18:26.384Z | Downloaded indicatif v0.17.7 |
1206 | 2024-02-03T10:18:26.395Z | Downloaded schemars_derive v0.8.16 |
1207 | 2024-02-03T10:18:26.400Z | Downloaded globset v0.4.13 |
1208 | 2024-02-03T10:18:26.400Z | Downloaded wyz v0.5.1 |
1209 | 2024-02-03T10:18:26.400Z | Downloaded walkdir v2.4.0 |
1210 | 2024-02-03T10:18:26.404Z | Downloaded futures-macro v0.3.30 |
1211 | 2024-02-03T10:18:26.404Z | Downloaded futures-io v0.3.30 |
1212 | 2024-02-03T10:18:26.404Z | Downloaded futures-core v0.3.30 |
1213 | 2024-02-03T10:18:26.408Z | Downloaded utf8parse v0.2.1 |
1214 | 2024-02-03T10:18:26.408Z | Downloaded unicode-width v0.1.11 |
1215 | 2024-02-03T10:18:26.414Z | Downloaded rustls-pemfile v1.0.3 |
1216 | 2024-02-03T10:18:26.414Z | Downloaded hmac v0.12.1 |
1217 | 2024-02-03T10:18:26.417Z | Downloaded chacha20 v0.9.1 |
1218 | 2024-02-03T10:18:26.420Z | Downloaded unicode-linebreak v0.1.5 |
1219 | 2024-02-03T10:18:26.420Z | Downloaded textwrap v0.11.0 |
1220 | 2024-02-03T10:18:26.423Z | Downloaded arc-swap v1.6.0 |
1221 | 2024-02-03T10:18:26.429Z | Downloaded allocator-api2 v0.2.16 |
1222 | 2024-02-03T10:18:26.434Z | Downloaded tokio-stream v0.1.14 |
1223 | 2024-02-03T10:18:26.442Z | Downloaded smf v0.2.2 |
1224 | 2024-02-03T10:18:26.445Z | Downloaded siphasher v0.3.11 |
1225 | 2024-02-03T10:18:26.446Z | Downloaded nu-ansi-term v0.49.0 |
1226 | 2024-02-03T10:18:26.458Z | Downloaded usdt-impl v0.5.0 |
1227 | 2024-02-03T10:18:26.458Z | Downloaded proc-macro-error-attr v1.0.4 |
1228 | 2024-02-03T10:18:26.458Z | Downloaded serde_urlencoded v0.7.1 |
1229 | 2024-02-03T10:18:26.462Z | Downloaded parse-display v0.8.2 |
1230 | 2024-02-03T10:18:26.462Z | Downloaded oso-derive v0.27.0 |
1231 | 2024-02-03T10:18:26.462Z | Downloaded openssl-probe v0.1.5 |
1232 | 2024-02-03T10:18:26.462Z | Downloaded spin v0.9.8 |
1233 | 2024-02-03T10:18:26.468Z | Downloaded indexmap v2.2.2 |
1234 | 2024-02-03T10:18:26.472Z | Downloaded crossbeam-utils v0.8.16 |
1235 | 2024-02-03T10:18:26.475Z | Downloaded num-traits v0.2.16 |
1236 | 2024-02-03T10:18:26.489Z | Downloaded blake2 v0.10.6 |
1237 | 2024-02-03T10:18:26.492Z | Downloaded crossbeam-epoch v0.9.15 |
1238 | 2024-02-03T10:18:26.492Z | Downloaded untrusted v0.9.0 |
1239 | 2024-02-03T10:18:26.492Z | Downloaded unarray v0.1.4 |
1240 | 2024-02-03T10:18:26.497Z | Downloaded crossbeam v0.8.2 |
1241 | 2024-02-03T10:18:26.497Z | Downloaded serde-hex v0.1.0 |
1242 | 2024-02-03T10:18:26.500Z | Downloaded backoff v0.4.0 |
1243 | 2024-02-03T10:18:26.503Z | Downloaded multer v3.0.0 |
1244 | 2024-02-03T10:18:26.506Z | Downloaded want v0.3.1 |
1245 | 2024-02-03T10:18:26.508Z | Downloaded camino v1.1.6 |
1246 | 2024-02-03T10:18:26.513Z | Downloaded openssl-macros v0.1.1 |
1247 | 2024-02-03T10:18:26.514Z | Downloaded fxhash v0.2.1 |
1248 | 2024-02-03T10:18:26.514Z | Downloaded futures-sink v0.3.30 |
1249 | 2024-02-03T10:18:26.514Z | Downloaded vte_generate_state_changes v0.1.1 |
1250 | 2024-02-03T10:18:26.529Z | Downloaded thread-id v4.2.0 |
1251 | 2024-02-03T10:18:26.529Z | Downloaded anyhow v1.0.75 |
1252 | 2024-02-03T10:18:26.533Z | Downloaded structmeta-derive v0.2.0 |
1253 | 2024-02-03T10:18:26.533Z | Downloaded lru-cache v0.1.2 |
1254 | 2024-02-03T10:18:26.533Z | Downloaded num-iter v0.1.43 |
1255 | 2024-02-03T10:18:26.533Z | Downloaded cexpr v0.6.0 |
1256 | 2024-02-03T10:18:26.533Z | Downloaded camino-tempfile v1.1.1 |
1257 | 2024-02-03T10:18:26.536Z | Downloaded ansi_term v0.12.1 |
1258 | 2024-02-03T10:18:26.539Z | Downloaded structmeta v0.2.0 |
1259 | 2024-02-03T10:18:26.539Z | Downloaded stringprep v0.1.3 |
1260 | 2024-02-03T10:18:26.542Z | Downloaded string_cache v0.8.7 |
1261 | 2024-02-03T10:18:26.546Z | Downloaded byteorder v1.5.0 |
1262 | 2024-02-03T10:18:26.546Z | Downloaded sec1 v0.7.3 |
1263 | 2024-02-03T10:18:26.549Z | Downloaded tokio-native-tls v0.3.1 |
1264 | 2024-02-03T10:18:26.551Z | Downloaded tinyvec_macros v0.1.1 |
1265 | 2024-02-03T10:18:26.556Z | Downloaded strsim v0.10.0 |
1266 | 2024-02-03T10:18:26.556Z | Downloaded strsim v0.8.0 |
1267 | 2024-02-03T10:18:26.559Z | Downloaded static_assertions v1.1.0 |
1268 | 2024-02-03T10:18:26.559Z | Downloaded sqlformat v0.2.3 |
1269 | 2024-02-03T10:18:26.562Z | Downloaded spki v0.7.2 |
1270 | 2024-02-03T10:18:26.565Z | Downloaded spin v0.5.2 |
1271 | 2024-02-03T10:18:26.568Z | Downloaded cookie v0.18.0 |
1272 | 2024-02-03T10:18:26.571Z | Downloaded cancel-safe-futures v0.1.5 |
1273 | 2024-02-03T10:18:26.575Z | Downloaded slog-json v2.6.1 |
1274 | 2024-02-03T10:18:26.578Z | Downloaded mime_guess v2.0.4 |
1275 | 2024-02-03T10:18:26.582Z | Downloaded maplit v1.0.2 |
1276 | 2024-02-03T10:18:26.585Z | Downloaded native-tls v0.2.11 |
1277 | 2024-02-03T10:18:26.589Z | Downloaded lock_api v0.4.10 |
1278 | 2024-02-03T10:18:26.592Z | Downloaded libloading v0.7.4 |
1279 | 2024-02-03T10:18:26.592Z | Downloaded async-trait v0.1.77 |
1280 | 2024-02-03T10:18:26.598Z | Downloaded num-derive v0.4.0 |
1281 | 2024-02-03T10:18:26.601Z | Downloaded nibble_vec v0.1.0 |
1282 | 2024-02-03T10:18:26.604Z | Downloaded cassowary v0.3.0 |
1283 | 2024-02-03T10:18:26.618Z | Downloaded libsw v3.3.1 |
1284 | 2024-02-03T10:18:26.623Z | Downloaded kstat-rs v0.2.3 |
1285 | 2024-02-03T10:18:26.623Z | Downloaded bitflags v2.4.0 |
1286 | 2024-02-03T10:18:26.623Z | Downloaded base64ct v1.6.0 |
1287 | 2024-02-03T10:18:26.623Z | Downloaded strip-ansi-escapes v0.2.0 |
1288 | 2024-02-03T10:18:26.623Z | Downloaded lalrpop-util v0.19.12 |
1289 | 2024-02-03T10:18:26.623Z | Downloaded thiserror-impl v1.0.56 |
1290 | 2024-02-03T10:18:26.627Z | Downloaded memoffset v0.7.1 |
1291 | 2024-02-03T10:18:26.627Z | Downloaded arrayvec v0.7.4 |
1292 | 2024-02-03T10:18:26.631Z | Downloaded argon2 v0.5.3 |
1293 | 2024-02-03T10:18:26.634Z | Downloaded stable_deref_trait v1.2.0 |
1294 | 2024-02-03T10:18:26.634Z | Downloaded md-5 v0.10.5 |
1295 | 2024-02-03T10:18:26.639Z | Downloaded lru v0.12.1 |
1296 | 2024-02-03T10:18:26.639Z | Downloaded const-oid v0.9.5 |
1297 | 2024-02-03T10:18:26.642Z | Downloaded crucible-workspace-hack v0.1.0 |
1298 | 2024-02-03T10:18:26.642Z | Downloaded serde_spanned v0.6.5 |
1299 | 2024-02-03T10:18:26.645Z | Downloaded rustfmt-wrapper v0.2.0 |
1300 | 2024-02-03T10:18:26.645Z | Downloaded num_enum v0.5.11 |
1301 | 2024-02-03T10:18:26.653Z | Downloaded mockall v0.12.0 |
1302 | 2024-02-03T10:18:26.656Z | Downloaded ahash v0.8.6 |
1303 | 2024-02-03T10:18:26.660Z | Downloaded stability v0.1.1 |
1304 | 2024-02-03T10:18:26.664Z | Downloaded sqlparser_derive v0.2.2 |
1305 | 2024-02-03T10:18:26.664Z | Downloaded mime v0.3.17 |
1306 | 2024-02-03T10:18:26.667Z | Downloaded memoffset v0.9.0 |
1307 | 2024-02-03T10:18:26.667Z | Downloaded maybe-uninit v2.0.0 |
1308 | 2024-02-03T10:18:26.670Z | Downloaded linked-hash-map v0.5.6 |
1309 | 2024-02-03T10:18:26.671Z | Downloaded linear-map v1.2.0 |
1310 | 2024-02-03T10:18:26.674Z | Downloaded rustls-pki-types v1.1.0 |
1311 | 2024-02-03T10:18:26.677Z | Downloaded rustls-pemfile v2.0.0 |
1312 | 2024-02-03T10:18:26.681Z | Downloaded num v0.4.1 |
1313 | 2024-02-03T10:18:26.681Z | Downloaded ascii-canvas v3.0.0 |
1314 | 2024-02-03T10:18:26.684Z | Downloaded itoa v1.0.9 |
1315 | 2024-02-03T10:18:26.684Z | Downloaded ipnetwork v0.20.0 |
1316 | 2024-02-03T10:18:26.687Z | Downloaded crossbeam-deque v0.8.3 |
1317 | 2024-02-03T10:18:26.690Z | Downloaded constant_time_eq v0.3.0 |
1318 | 2024-02-03T10:18:26.695Z | Downloaded ciborium-ll v0.2.2 |
1319 | 2024-02-03T10:18:26.695Z | Downloaded bitfield v0.14.0 |
1320 | 2024-02-03T10:18:26.698Z | Downloaded bb8 v0.8.3 |
1321 | 2024-02-03T10:18:26.698Z | Downloaded base16ct v0.2.0 |
1322 | 2024-02-03T10:18:26.701Z | Downloaded cfg-if v1.0.0 |
1323 | 2024-02-03T10:18:26.701Z | Downloaded buf-list v1.0.3 |
1324 | 2024-02-03T10:18:26.716Z | Downloaded block-padding v0.3.3 |
1325 | 2024-02-03T10:18:26.720Z | Downloaded bit-set v0.5.3 |
1326 | 2024-02-03T10:18:26.720Z | Downloaded autocfg v1.1.0 |
1327 | 2024-02-03T10:18:26.720Z | Downloaded anstream v0.5.0 |
1328 | 2024-02-03T10:18:26.720Z | Downloaded macaddr v1.0.1 |
1329 | 2024-02-03T10:18:26.721Z | Downloaded atomic-waker v1.1.1 |
1330 | 2024-02-03T10:18:26.721Z | Downloaded bit-vec v0.6.3 |
1331 | 2024-02-03T10:18:26.721Z | Downloaded async-stream v0.3.5 |
1332 | 2024-02-03T10:18:26.726Z | Downloaded cobs v0.2.3 |
1333 | 2024-02-03T10:18:26.729Z | Downloaded managed v0.8.0 |
1334 | 2024-02-03T10:18:26.729Z | Downloaded lazycell v1.3.0 |
1335 | 2024-02-03T10:18:26.729Z | Downloaded bitflags v1.3.2 |
1336 | 2024-02-03T10:18:26.732Z | Downloaded arrayref v0.3.7 |
1337 | 2024-02-03T10:18:26.735Z | Downloaded anstyle-query v1.0.0 |
1338 | 2024-02-03T10:18:26.738Z | Downloaded anstyle v1.0.2 |
1339 | 2024-02-03T10:18:26.741Z | Downloaded aead v0.5.2 |
1340 | 2024-02-03T10:18:26.741Z | Downloaded adler v1.0.2 |
1341 | 2024-02-03T10:18:26.744Z | Downloaded array-init v0.0.4 |
1342 | 2024-02-03T10:18:26.744Z | Downloaded inout v0.1.3 |
1343 | 2024-02-03T10:18:26.746Z | Downloaded crossbeam-queue v0.3.8 |
1344 | 2024-02-03T10:18:26.749Z | Downloaded crc-any v2.4.3 |
1345 | 2024-02-03T10:18:26.752Z | Downloaded new_debug_unreachable v1.0.4 |
1346 | 2024-02-03T10:18:26.755Z | Downloaded memmap2 v0.7.1 |
1347 | 2024-02-03T10:18:26.758Z | Downloaded colored v2.0.4 |
1348 | 2024-02-03T10:18:26.761Z | Downloaded match_cfg v0.1.0 |
1349 | 2024-02-03T10:18:26.761Z | Downloaded is_ci v1.1.1 |
1350 | 2024-02-03T10:18:26.763Z | Downloaded is-terminal v0.4.9 |
1351 | 2024-02-03T10:18:26.763Z | Downloaded crc v3.0.1 |
1352 | 2024-02-03T10:18:26.766Z | Downloaded chacha20poly1305 v0.10.1 |
1353 | 2024-02-03T10:18:26.769Z | Downloaded bzip2 v0.4.4 |
1354 | 2024-02-03T10:18:26.772Z | Downloaded lazy_static v1.4.0 |
1355 | 2024-02-03T10:18:26.775Z | Downloaded cpufeatures v0.2.12 |
1356 | 2024-02-03T10:18:26.778Z | Downloaded corncobs v0.1.3 |
1357 | 2024-02-03T10:18:26.780Z | Downloaded convert_case v0.4.0 |
1358 | 2024-02-03T10:18:26.780Z | Downloaded ipnet v2.9.0 |
1359 | 2024-02-03T10:18:26.783Z | Downloaded io-lifetimes v1.0.11 |
1360 | 2024-02-03T10:18:26.786Z | Downloaded hyper-rustls v0.24.2 |
1361 | 2024-02-03T10:18:26.790Z | Downloaded indoc v1.0.9 |
1362 | 2024-02-03T10:18:26.795Z | Downloaded impl-trait-for-tuples v0.2.2 |
1363 | 2024-02-03T10:18:26.803Z | Downloaded iana-time-zone v0.1.57 |
1364 | 2024-02-03T10:18:26.806Z | Downloaded hyper-staticfile v0.9.5 |
1365 | 2024-02-03T10:18:26.806Z | Downloaded humantime v2.1.0 |
1366 | 2024-02-03T10:18:26.809Z | Downloaded hubpack v0.1.2 |
1367 | 2024-02-03T10:18:26.812Z | Downloaded httpdate v1.0.3 |
1368 | 2024-02-03T10:18:26.812Z | Downloaded httparse v1.8.0 |
1369 | 2024-02-03T10:18:26.815Z | Downloaded http-body v0.4.5 |
1370 | 2024-02-03T10:18:26.818Z | Downloaded hostname v0.3.1 |
1371 | 2024-02-03T10:18:26.821Z | Downloaded colorchoice v1.0.0 |
1372 | 2024-02-03T10:18:26.824Z | Downloaded clap_lex v0.5.1 |
1373 | 2024-02-03T10:18:26.824Z | Downloaded clang-sys v1.6.1 |
1374 | 2024-02-03T10:18:26.827Z | Downloaded ciborium v0.2.2 |
1375 | 2024-02-03T10:18:26.831Z | Downloaded ident_case v1.0.1 |
1376 | 2024-02-03T10:18:26.834Z | Downloaded hyper-tls v0.5.0 |
1377 | 2024-02-03T10:18:26.837Z | Downloaded hubpack_derive v0.1.1 |
1378 | 2024-02-03T10:18:26.837Z | Downloaded http-range v0.1.5 |
1379 | 2024-02-03T10:18:26.837Z | Downloaded home v0.5.5 |
1380 | 2024-02-03T10:18:26.840Z | Downloaded curve25519-dalek-derive v0.1.0 |
1381 | 2024-02-03T10:18:26.840Z | Downloaded clap_derive v4.4.2 |
1382 | 2024-02-03T10:18:26.843Z | Downloaded ciborium-io v0.2.2 |
1383 | 2024-02-03T10:18:27.201Z | Compiling proc-macro2 v1.0.78 |
1384 | 2024-02-03T10:18:27.201Z | Compiling unicode-ident v1.0.12 |
1385 | 2024-02-03T10:18:27.206Z | Compiling libc v0.2.153 |
1386 | 2024-02-03T10:18:27.206Z | Compiling serde v1.0.195 |
1387 | 2024-02-03T10:18:27.206Z | Compiling autocfg v1.1.0 |
1388 | 2024-02-03T10:18:27.221Z | Compiling version_check v0.9.4 |
1389 | 2024-02-03T10:18:27.224Z | Compiling cfg-if v1.0.0 |
1390 | 2024-02-03T10:18:27.472Z | Compiling once_cell v1.19.0 |
1391 | 2024-02-03T10:18:27.474Z | Compiling syn v1.0.109 |
1392 | 2024-02-03T10:18:27.542Z | Compiling byteorder v1.5.0 |
1393 | 2024-02-03T10:18:28.031Z | Compiling memchr v2.6.3 |
1394 | 2024-02-03T10:18:28.180Z | Compiling parking_lot_core v0.9.8 |
1395 | 2024-02-03T10:18:28.239Z | Compiling ahash v0.8.6 |
1396 | 2024-02-03T10:18:28.301Z | Compiling lock_api v0.4.10 |
1397 | 2024-02-03T10:18:28.856Z | Compiling libm v0.2.7 |
1398 | 2024-02-03T10:18:28.865Z | Compiling serde_json v1.0.113 |
1399 | 2024-02-03T10:18:28.894Z | Compiling num-traits v0.2.16 |
1400 | 2024-02-03T10:18:29.219Z | Compiling thiserror v1.0.56 |
1401 | 2024-02-03T10:18:29.315Z | Compiling scopeguard v1.2.0 |
1402 | 2024-02-03T10:18:29.552Z | Compiling typenum v1.16.0 |
1403 | 2024-02-03T10:18:30.039Z | Compiling generic-array v0.14.7 |
1404 | 2024-02-03T10:18:30.622Z | Compiling itoa v1.0.9 |
1405 | 2024-02-03T10:18:30.717Z | Compiling quote v1.0.35 |
1406 | 2024-02-03T10:18:31.268Z | Compiling getrandom v0.2.10 |
1407 | 2024-02-03T10:18:31.360Z | Compiling syn v2.0.48 |
1408 | 2024-02-03T10:18:31.753Z | Compiling cc v1.0.83 |
1409 | 2024-02-03T10:18:31.873Z | Compiling log v0.4.20 |
1410 | 2024-02-03T10:18:32.346Z | Compiling pkg-config v0.3.27 |
1411 | 2024-02-03T10:18:32.832Z | Compiling slab v0.4.9 |
1412 | 2024-02-03T10:18:33.234Z | Compiling ryu v1.0.15 |
1413 | 2024-02-03T10:18:33.395Z | Compiling pin-project-lite v0.2.13 |
1414 | 2024-02-03T10:18:33.585Z | Compiling smallvec v1.11.2 |
1415 | 2024-02-03T10:18:33.691Z | Compiling allocator-api2 v0.2.16 |
1416 | 2024-02-03T10:18:34.066Z | Compiling equivalent v1.0.1 |
1417 | 2024-02-03T10:18:34.131Z | Compiling schemars v0.8.16 |
1418 | 2024-02-03T10:18:34.219Z | Compiling heck v0.4.1 |
1419 | 2024-02-03T10:18:34.625Z | Compiling vcpkg v0.2.15 |
1420 | 2024-02-03T10:18:34.998Z | Compiling parking_lot v0.12.1 |
1421 | 2024-02-03T10:18:35.924Z | Compiling ring v0.17.7 |
1422 | 2024-02-03T10:18:36.888Z | Compiling signal-hook-registry v1.4.1 |
1423 | 2024-02-03T10:18:37.484Z | Compiling openssl-sys v0.9.96 |
1424 | 2024-02-03T10:18:38.837Z | Compiling mio v0.8.9 |
1425 | 2024-02-03T10:18:38.971Z | Compiling rand_core v0.6.4 |
1426 | 2024-02-03T10:18:40.127Z | Compiling ring v0.16.20 |
1427 | 2024-02-03T10:18:41.631Z | Compiling socket2 v0.5.5 |
1428 | 2024-02-03T10:18:42.231Z | Compiling num_cpus v1.16.0 |
1429 | 2024-02-03T10:18:42.398Z | Compiling ucd-trie v0.1.6 |
1430 | 2024-02-03T10:18:42.423Z | Compiling httparse v1.8.0 |
1431 | 2024-02-03T10:18:42.556Z | Compiling futures-core v0.3.30 |
1432 | 2024-02-03T10:18:42.933Z | Compiling crossbeam-utils v0.8.16 |
1433 | 2024-02-03T10:18:42.994Z | Compiling spin v0.5.2 |
1434 | 2024-02-03T10:18:43.156Z | Compiling openssl v0.10.60 |
1435 | 2024-02-03T10:18:43.230Z | Compiling fnv v1.0.7 |
1436 | 2024-02-03T10:18:43.377Z | Compiling semver v1.0.21 |
1437 | 2024-02-03T10:18:43.596Z | Compiling serde_derive_internals v0.26.0 |
1438 | 2024-02-03T10:18:43.865Z | Compiling iana-time-zone v0.1.57 |
1439 | 2024-02-03T10:18:44.382Z | Compiling unicode-xid v0.2.4 |
1440 | 2024-02-03T10:18:44.407Z | Compiling rustls v0.21.9 |
1441 | 2024-02-03T10:18:44.677Z | Compiling subtle v2.5.0 |
1442 | 2024-02-03T10:18:44.740Z | Compiling native-tls v0.2.11 |
1443 | 2024-02-03T10:18:44.836Z | Compiling const-oid v0.9.5 |
1444 | 2024-02-03T10:18:45.208Z | Compiling synstructure v0.12.6 |
1445 | 2024-02-03T10:18:45.555Z | Compiling spin v0.9.8 |
1446 | 2024-02-03T10:18:46.223Z | Compiling memoffset v0.9.0 |
1447 | 2024-02-03T10:18:46.542Z | Compiling futures-sink v0.3.30 |
1448 | 2024-02-03T10:18:47.290Z | Compiling io-lifetimes v1.0.11 |
1449 | 2024-02-03T10:18:47.561Z | Compiling backtrace v0.3.69 |
1450 | 2024-02-03T10:18:47.988Z | Compiling dyn-clone v1.0.13 |
1451 | 2024-02-03T10:18:48.025Z | Compiling winnow v0.5.15 |
1452 | 2024-02-03T10:18:48.091Z | Compiling tinyvec_macros v0.1.1 |
1453 | 2024-02-03T10:18:48.165Z | Compiling rustix v0.38.30 |
1454 | 2024-02-03T10:18:48.215Z | Compiling tinyvec v1.6.0 |
1455 | 2024-02-03T10:18:48.718Z | Compiling futures-channel v0.3.30 |
1456 | 2024-02-03T10:18:49.044Z | Compiling tracing-core v0.1.31 |
1457 | 2024-02-03T10:18:49.378Z | Compiling crossbeam-epoch v0.9.15 |
1458 | 2024-02-03T10:18:49.458Z | Compiling num-integer v0.1.45 |
1459 | 2024-02-03T10:18:49.973Z | Compiling rustix v0.37.23 |
1460 | 2024-02-03T10:18:50.620Z | Compiling futures-task v0.3.30 |
1461 | 2024-02-03T10:18:50.758Z | Compiling pin-utils v0.1.0 |
1462 | 2024-02-03T10:18:50.858Z | Compiling futures-io v0.3.30 |
1463 | 2024-02-03T10:18:51.262Z | Compiling slog v2.7.0 |
1464 | 2024-02-03T10:18:52.034Z | Compiling unicode-normalization v0.1.22 |
1465 | 2024-02-03T10:18:52.638Z | Compiling usdt-impl v0.3.5 |
1466 | 2024-02-03T10:18:52.665Z | Compiling serde_derive v1.0.195 |
1467 | 2024-02-03T10:18:53.098Z | Compiling zerocopy-derive v0.7.32 |
1468 | 2024-02-03T10:18:53.244Z | Compiling zeroize_derive v1.4.2 |
1469 | 2024-02-03T10:18:53.281Z | Compiling thiserror-impl v1.0.56 |
1470 | 2024-02-03T10:18:53.391Z | Compiling tokio-macros v2.2.0 |
1471 | 2024-02-03T10:18:53.449Z | Compiling futures-macro v0.3.30 |
1472 | 2024-02-03T10:18:53.816Z | Compiling tracing-attributes v0.1.26 |
1473 | 2024-02-03T10:18:55.626Z | Compiling zeroize v1.7.0 |
1474 | 2024-02-03T10:18:55.823Z | Compiling schemars_derive v0.8.16 |
1475 | 2024-02-03T10:18:56.409Z | Compiling zerocopy v0.7.32 |
1476 | 2024-02-03T10:18:58.205Z | Compiling pest v2.7.6 |
1477 | 2024-02-03T10:18:59.340Z | Compiling openssl-macros v0.1.1 |
1478 | 2024-02-03T10:18:59.990Z | Compiling hashbrown v0.14.2 |
1479 | 2024-02-03T10:19:00.435Z | Compiling zerocopy-derive v0.2.0 |
1480 | 2024-02-03T10:19:00.768Z | Compiling crypto-common v0.1.6 |
1481 | 2024-02-03T10:19:01.066Z | Compiling der_derive v0.7.2 |
1482 | 2024-02-03T10:19:01.449Z | Compiling hashbrown v0.13.2 |
1483 | 2024-02-03T10:19:02.013Z | Compiling tracing v0.1.37 |
1484 | 2024-02-03T10:19:02.596Z | Compiling pest_meta v2.7.6 |
1485 | 2024-02-03T10:19:02.789Z | Compiling block-buffer v0.10.4 |
1486 | 2024-02-03T10:19:03.167Z | Compiling futures-util v0.3.30 |
1487 | 2024-02-03T10:19:03.426Z | Compiling crc32fast v1.3.2 |
1488 | 2024-02-03T10:19:04.417Z | Compiling unicode-bidi v0.3.13 |
1489 | 2024-02-03T10:19:04.936Z | Compiling pest_generator v2.7.6 |
1490 | 2024-02-03T10:19:06.522Z | Compiling bitflags v1.3.2 |
1491 | 2024-02-03T10:19:06.671Z | Compiling anyhow v1.0.75 |
1492 | 2024-02-03T10:19:07.414Z | Compiling time-core v0.1.1 |
1493 | 2024-02-03T10:19:07.673Z | Compiling time-macros v0.2.13 |
1494 | 2024-02-03T10:19:09.487Z | Compiling pest_derive v2.7.6 |
1495 | 2024-02-03T10:19:09.639Z | Compiling digest v0.10.7 |
1496 | 2024-02-03T10:19:10.305Z | Compiling scroll_derive v0.12.0 |
1497 | 2024-02-03T10:19:10.778Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1498 | 2024-02-03T10:19:11.370Z | Compiling aho-corasick v1.0.4 |
1499 | 2024-02-03T10:19:11.400Z | Compiling signal-hook v0.3.17 |
1500 | 2024-02-03T10:19:11.802Z | Compiling untrusted v0.9.0 |
1501 | 2024-02-03T10:19:12.085Z | Compiling ppv-lite86 v0.2.17 |
1502 | 2024-02-03T10:19:12.478Z | Compiling async-trait v0.1.77 |
1503 | 2024-02-03T10:19:12.576Z | Compiling rustversion v1.0.14 |
1504 | 2024-02-03T10:19:13.158Z | Compiling regex-syntax v0.8.2 |
1505 | 2024-02-03T10:19:13.338Z | Compiling rand_chacha v0.3.1 |
1506 | 2024-02-03T10:19:14.373Z | Compiling zerocopy v0.3.0 |
1507 | 2024-02-03T10:19:15.298Z | Compiling bytes v1.5.0 |
1508 | 2024-02-03T10:19:15.667Z | Compiling indexmap v2.2.2 |
1509 | 2024-02-03T10:19:15.780Z | Compiling uuid v1.7.0 |
1510 | 2024-02-03T10:19:17.225Z | Compiling chrono v0.4.31 |
1511 | 2024-02-03T10:19:17.560Z | Compiling bitflags v2.4.0 |
1512 | 2024-02-03T10:19:18.001Z | Compiling tokio v1.35.1 |
1513 | 2024-02-03T10:19:23.117Z | Compiling serde_spanned v0.6.5 |
1514 | 2024-02-03T10:19:23.464Z | Compiling toml_datetime v0.6.5 |
1515 | 2024-02-03T10:19:25.207Z | Compiling rustc_version v0.4.0 |
1516 | 2024-02-03T10:19:25.210Z | Compiling toml_edit v0.19.15 |
1517 | 2024-02-03T10:19:26.319Z | Compiling http v0.2.11 |
1518 | 2024-02-03T10:19:27.761Z | Compiling heapless v0.7.16 |
1519 | 2024-02-03T10:19:28.977Z | Compiling regex-automata v0.4.4 |
1520 | 2024-02-03T10:19:29.268Z | Compiling thread-id v4.2.0 |
1521 | 2024-02-03T10:19:29.443Z | Compiling errno v0.3.8 |
1522 | 2024-02-03T10:19:30.119Z | Compiling strsim v0.10.0 |
1523 | 2024-02-03T10:19:33.695Z | Compiling tokio-util v0.7.10 |
1524 | 2024-02-03T10:19:36.060Z | Compiling regex v1.10.3 |
1525 | 2024-02-03T10:19:36.826Z | Compiling dof v0.1.5 |
1526 | 2024-02-03T10:19:37.788Z | Compiling rand v0.8.5 |
1527 | 2024-02-03T10:19:40.371Z | Compiling dtrace-parser v0.1.14 |
1528 | 2024-02-03T10:19:42.909Z | Compiling num-bigint v0.4.4 |
1529 | 2024-02-03T10:19:43.261Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1530 | 2024-02-03T10:19:43.583Z | Compiling base64ct v1.6.0 |
1531 | 2024-02-03T10:19:44.161Z | Compiling percent-encoding v2.3.1 |
1532 | 2024-02-03T10:19:44.258Z | Compiling smoltcp v0.9.1 |
1533 | 2024-02-03T10:19:44.301Z | Compiling untrusted v0.7.1 |
1534 | 2024-02-03T10:19:44.461Z | Compiling foreign-types-shared v0.1.1 |
1535 | 2024-02-03T10:19:44.537Z | Compiling pem-rfc7468 v0.7.0 |
1536 | 2024-02-03T10:19:44.656Z | Compiling foreign-types v0.3.2 |
1537 | 2024-02-03T10:19:45.593Z | Compiling strum_macros v0.25.2 |
1538 | 2024-02-03T10:19:47.722Z | Compiling serde_tokenstream v0.1.7 |
1539 | 2024-02-03T10:19:50.069Z | Compiling hmac v0.12.1 |
1540 | 2024-02-03T10:19:50.428Z | Compiling lazy_static v1.4.0 |
1541 | 2024-02-03T10:19:50.659Z | Compiling socket2 v0.4.9 |
1542 | 2024-02-03T10:19:50.691Z | Compiling adler v1.0.2 |
1543 | 2024-02-03T10:19:50.937Z | Compiling unicode-segmentation v1.10.1 |
1544 | 2024-02-03T10:19:50.963Z | Compiling base64 v0.21.7 |
1545 | 2024-02-03T10:19:51.149Z | Compiling try-lock v0.2.4 |
1546 | 2024-02-03T10:19:51.355Z | Compiling unicode-width v0.1.11 |
1547 | 2024-02-03T10:19:51.604Z | Compiling siphasher v0.3.11 |
1548 | 2024-02-03T10:19:51.705Z | Compiling flagset v0.4.3 |
1549 | 2024-02-03T10:19:52.029Z | Compiling der v0.7.8 |
1550 | 2024-02-03T10:19:52.032Z | Compiling miniz_oxide v0.7.1 |
1551 | 2024-02-03T10:19:52.087Z | Compiling want v0.3.1 |
1552 | 2024-02-03T10:19:54.031Z | Compiling rustls-webpki v0.101.7 |
1553 | 2024-02-03T10:19:54.255Z | Compiling sct v0.7.0 |
1554 | 2024-02-03T10:19:54.345Z | Compiling form_urlencoded v1.2.1 |
1555 | 2024-02-03T10:19:54.484Z | Compiling h2 v0.3.24 |
1556 | 2024-02-03T10:19:54.773Z | Compiling http-body v0.4.5 |
1557 | 2024-02-03T10:19:54.893Z | Compiling hubpack_derive v0.1.1 |
1558 | 2024-02-03T10:19:55.434Z | Compiling zerocopy-derive v0.6.4 |
1559 | 2024-02-03T10:19:57.254Z | Compiling num-iter v0.1.43 |
1560 | 2024-02-03T10:19:57.700Z | Compiling usdt-impl v0.5.0 |
1561 | 2024-02-03T10:19:58.040Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2024-02-03T10:19:58.201Z | Compiling cpufeatures v0.2.12 |
1563 | 2024-02-03T10:19:58.222Z | Compiling utf8parse v0.2.1 |
1564 | 2024-02-03T10:19:58.483Z | Compiling tower-service v0.3.2 |
1565 | 2024-02-03T10:19:58.518Z | Compiling httpdate v1.0.3 |
1566 | 2024-02-03T10:19:58.826Z | Compiling anstyle v1.0.2 |
1567 | 2024-02-03T10:19:58.831Z | Compiling openssl-probe v0.1.5 |
1568 | 2024-02-03T10:19:59.531Z | Compiling anstyle-parse v0.2.1 |
1569 | 2024-02-03T10:19:59.562Z | Compiling sha2 v0.10.8 |
1570 | 2024-02-03T10:20:00.798Z | Compiling spki v0.7.2 |
1571 | 2024-02-03T10:20:02.400Z | Compiling usdt-macro v0.3.5 |
1572 | 2024-02-03T10:20:03.213Z | Compiling usdt-attr-macro v0.3.5 |
1573 | 2024-02-03T10:20:06.013Z | Compiling hyper v0.14.27 |
1574 | 2024-02-03T10:20:06.062Z | Compiling openapiv3 v2.0.0 |
1575 | 2024-02-03T10:20:06.821Z | Compiling scroll v0.12.0 |
1576 | 2024-02-03T10:20:07.709Z | Compiling md-5 v0.10.5 |
1577 | 2024-02-03T10:20:08.073Z | Compiling stringprep v0.1.3 |
1578 | 2024-02-03T10:20:08.486Z | Compiling idna v0.5.0 |
1579 | 2024-02-03T10:20:09.951Z | Compiling diesel_table_macro_syntax v0.1.0 |
1580 | 2024-02-03T10:20:10.550Z | Compiling hash32 v0.2.1 |
1581 | 2024-02-03T10:20:10.964Z | Compiling anstyle-query v1.0.0 |
1582 | 2024-02-03T10:20:11.147Z | Compiling fallible-iterator v0.2.0 |
1583 | 2024-02-03T10:20:11.172Z | Compiling gimli v0.28.0 |
1584 | 2024-02-03T10:20:11.217Z | Compiling colorchoice v1.0.0 |
1585 | 2024-02-03T10:20:12.536Z | Compiling plain v0.2.3 |
1586 | 2024-02-03T10:20:13.824Z | Compiling goblin v0.8.0 |
1587 | 2024-02-03T10:20:14.864Z | Compiling postgres-protocol v0.6.6 |
1588 | 2024-02-03T10:20:16.850Z | Compiling anstream v0.5.0 |
1589 | 2024-02-03T10:20:17.851Z | Compiling diesel_derives v2.1.2 |
1590 | 2024-02-03T10:20:18.902Z | Compiling addr2line v0.21.0 |
1591 | 2024-02-03T10:20:19.204Z | Compiling url v2.5.0 |
1592 | 2024-02-03T10:20:23.506Z | Compiling tokio-rustls v0.24.1 |
1593 | 2024-02-03T10:20:24.177Z | Compiling tokio-native-tls v0.3.1 |
1594 | 2024-02-03T10:20:24.581Z | Compiling terminal_size v0.2.6 |
1595 | 2024-02-03T10:20:24.776Z | Compiling pkcs8 v0.10.2 |
1596 | 2024-02-03T10:20:25.617Z | Compiling phf_shared v0.11.2 |
1597 | 2024-02-03T10:20:28.083Z | Compiling serde_tokenstream v0.2.0 |
1598 | 2024-02-03T10:20:28.153Z | Compiling block-padding v0.3.3 |
1599 | 2024-02-03T10:20:28.497Z | Compiling enum-as-inner v0.5.1 |
1600 | 2024-02-03T10:20:28.910Z | Compiling clap_derive v4.4.2 |
1601 | 2024-02-03T10:20:29.335Z | Compiling serde_repr v0.1.16 |
1602 | 2024-02-03T10:20:30.587Z | Compiling ff v0.13.0 |
1603 | 2024-02-03T10:20:30.977Z | Compiling scheduled-thread-pool v0.2.7 |
1604 | 2024-02-03T10:20:31.052Z | Compiling object v0.32.1 |
1605 | 2024-02-03T10:20:35.095Z | Compiling bit-vec v0.6.3 |
1606 | 2024-02-03T10:20:35.772Z | Compiling clap_lex v0.5.1 |
1607 | 2024-02-03T10:20:36.798Z | Compiling regex-automata v0.1.10 |
1608 | 2024-02-03T10:20:37.394Z | Compiling managed v0.8.0 |
1609 | 2024-02-03T10:20:37.595Z | Compiling pretty-hex v0.4.1 |
1610 | 2024-02-03T10:20:37.926Z | Compiling matches v0.1.10 |
1611 | 2024-02-03T10:20:38.125Z | Compiling rustc-demangle v0.1.23 |
1612 | 2024-02-03T10:20:38.945Z | Compiling ipnet v2.9.0 |
1613 | 2024-02-03T10:20:40.531Z | Compiling base16ct v0.2.0 |
1614 | 2024-02-03T10:20:40.704Z | Compiling deranged v0.3.8 |
1615 | 2024-02-03T10:20:42.510Z | Compiling num_threads v0.1.6 |
1616 | 2024-02-03T10:20:43.302Z | Compiling sec1 v0.7.3 |
1617 | 2024-02-03T10:20:43.760Z | Compiling time v0.3.27 |
1618 | 2024-02-03T10:20:44.209Z | Compiling idna v0.2.3 |
1619 | 2024-02-03T10:20:46.630Z | Compiling dof v0.3.0 |
1620 | 2024-02-03T10:20:47.679Z | Compiling bstr v0.2.17 |
1621 | 2024-02-03T10:20:49.244Z | Compiling clap_builder v4.4.2 |
1622 | 2024-02-03T10:20:49.270Z | Compiling r2d2 v0.8.10 |
1623 | 2024-02-03T10:20:49.871Z | Compiling group v0.13.0 |
1624 | 2024-02-03T10:20:51.412Z | Compiling inout v0.1.3 |
1625 | 2024-02-03T10:20:51.978Z | Compiling phf v0.11.2 |
1626 | 2024-02-03T10:20:52.026Z | Compiling hyper-tls v0.5.0 |
1627 | 2024-02-03T10:20:52.377Z | Compiling hyper-rustls v0.24.2 |
1628 | 2024-02-03T10:20:52.422Z | Compiling signal-hook-mio v0.2.3 |
1629 | 2024-02-03T10:20:52.560Z | Compiling bzip2 v0.4.4 |
1630 | 2024-02-03T10:20:52.654Z | Compiling flate2 v1.0.28 |
1631 | 2024-02-03T10:20:52.842Z | Compiling postgres-types v0.2.6 |
1632 | 2024-02-03T10:20:52.910Z | Compiling zerocopy v0.6.4 |
1633 | 2024-02-03T10:20:53.524Z | Compiling hubpack v0.1.2 |
1634 | 2024-02-03T10:20:54.172Z | Compiling serde_urlencoded v0.7.1 |
1635 | 2024-02-03T10:20:54.226Z | Compiling phf_shared v0.10.0 |
1636 | 2024-02-03T10:20:54.292Z | Compiling rustls-pemfile v1.0.3 |
1637 | 2024-02-03T10:20:54.816Z | Compiling hkdf v0.12.4 |
1638 | 2024-02-03T10:20:55.018Z | Compiling ipnetwork v0.20.0 |
1639 | 2024-02-03T10:20:55.479Z | Compiling futures-executor v0.3.30 |
1640 | 2024-02-03T10:20:56.236Z | Compiling dtrace-parser v0.2.0 |
1641 | 2024-02-03T10:20:56.511Z | Compiling regress v0.7.1 |
1642 | 2024-02-03T10:20:56.668Z | Compiling crypto-bigint v0.5.2 |
1643 | 2024-02-03T10:20:57.796Z | Compiling float-cmp v0.9.0 |
1644 | 2024-02-03T10:20:58.970Z | Compiling encoding_rs v0.8.33 |
1645 | 2024-02-03T10:21:00.791Z | Compiling minimal-lexical v0.2.1 |
1646 | 2024-02-03T10:21:02.037Z | Compiling normalize-line-endings v0.3.0 |
1647 | 2024-02-03T10:21:02.217Z | Compiling either v1.9.0 |
1648 | 2024-02-03T10:21:02.314Z | Compiling webpki-roots v0.25.2 |
1649 | 2024-02-03T10:21:02.556Z | Compiling new_debug_unreachable v1.0.4 |
1650 | 2024-02-03T10:21:02.695Z | Compiling data-encoding v2.4.0 |
1651 | 2024-02-03T10:21:02.764Z | Compiling predicates-core v1.0.6 |
1652 | 2024-02-03T10:21:05.141Z | Compiling fixedbitset v0.4.2 |
1653 | 2024-02-03T10:21:05.652Z | Compiling whoami v1.4.1 |
1654 | 2024-02-03T10:21:05.799Z | Compiling regex-automata v0.3.8 |
1655 | 2024-02-03T10:21:06.504Z | Compiling difflib v0.4.0 |
1656 | 2024-02-03T10:21:08.601Z | Compiling precomputed-hash v0.1.1 |
1657 | 2024-02-03T10:21:08.671Z | Compiling mime v0.3.17 |
1658 | 2024-02-03T10:21:09.060Z | Compiling static_assertions v1.1.0 |
1659 | 2024-02-03T10:21:09.804Z | Compiling reqwest v0.11.22 |
1660 | 2024-02-03T10:21:10.096Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1661 | 2024-02-03T10:21:19.658Z | Compiling string_cache v0.8.7 |
1662 | 2024-02-03T10:21:20.063Z | Compiling bstr v1.6.0 |
1663 | 2024-02-03T10:21:20.299Z | Compiling predicates v3.1.0 |
1664 | 2024-02-03T10:21:21.327Z | Compiling tokio-postgres v0.7.10 |
1665 | 2024-02-03T10:21:22.384Z | Compiling petgraph v0.6.4 |
1666 | 2024-02-03T10:21:22.668Z | Compiling trust-dns-proto v0.22.0 |
1667 | 2024-02-03T10:21:28.967Z | Compiling itertools v0.10.5 |
1668 | 2024-02-03T10:21:29.039Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1669 | 2024-02-03T10:21:30.481Z | Compiling nom v7.1.3 |
1670 | 2024-02-03T10:21:33.768Z | Compiling elliptic-curve v0.13.8 |
1671 | 2024-02-03T10:21:37.738Z | Compiling yasna v0.5.2 |
1672 | 2024-02-03T10:21:38.115Z | Compiling futures v0.3.30 |
1673 | 2024-02-03T10:21:38.294Z | Compiling diesel v2.1.4 |
1674 | 2024-02-03T10:21:38.464Z | Compiling clap v4.4.3 |
1675 | 2024-02-03T10:21:38.635Z | Compiling zip v0.6.6 |
1676 | 2024-02-03T10:21:39.284Z | Compiling crossterm v0.27.0 |
1677 | 2024-02-03T10:21:39.957Z | Compiling cipher v0.4.4 |
1678 | 2024-02-03T10:21:40.545Z | Compiling similar v2.3.0 |
1679 | 2024-02-03T10:21:40.772Z | Compiling bit-set v0.5.3 |
1680 | 2024-02-03T10:21:41.171Z | Compiling usdt v0.3.5 |
1681 | 2024-02-03T10:21:41.573Z | Compiling console v0.15.8 |
1682 | 2024-02-03T10:21:44.156Z | Compiling tokio-stream v0.1.14 |
1683 | 2024-02-03T10:21:44.991Z | Compiling toml v0.7.8 |
1684 | 2024-02-03T10:21:45.654Z | Compiling toml_edit v0.21.1 |
1685 | 2024-02-03T10:21:47.275Z | Compiling hex v0.4.3 |
1686 | 2024-02-03T10:21:48.387Z | Compiling proc-macro-error-attr v1.0.4 |
1687 | 2024-02-03T10:21:49.573Z | Compiling lalrpop-util v0.19.12 |
1688 | 2024-02-03T10:21:50.537Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1689 | 2024-02-03T10:21:54.556Z | Compiling proc-macro-crate v1.3.1 |
1690 | 2024-02-03T10:21:57.637Z | Compiling proc-macro-error v1.0.4 |
1691 | 2024-02-03T10:21:57.647Z | Compiling heapless v0.8.0 |
1692 | 2024-02-03T10:21:57.651Z | Compiling camino v1.1.6 |
1693 | 2024-02-03T10:22:03.173Z | Compiling num_enum_derive v0.5.11 |
1694 | 2024-02-03T10:22:15.377Z | Compiling atty v0.2.14 |
1695 | 2024-02-03T10:22:16.299Z | Compiling hash32 v0.3.1 |
1696 | 2024-02-03T10:22:16.849Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1697 | 2024-02-03T10:22:17.356Z | Compiling rustls-pki-types v1.1.0 |
1698 | 2024-02-03T10:22:19.571Z | Compiling smoltcp v0.11.0 |
1699 | 2024-02-03T10:22:20.519Z | Compiling ident_case v1.0.1 |
1700 | 2024-02-03T10:22:24.032Z | Compiling darling_core v0.20.3 |
1701 | 2024-02-03T10:22:33.248Z | Compiling num_enum v0.5.11 |
1702 | 2024-02-03T10:22:46.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1703 | 2024-02-03T10:22:51.967Z | Compiling dirs-sys-next v0.1.2 |
1704 | 2024-02-03T10:22:55.575Z | Compiling embedded-io v0.4.0 |
1705 | 2024-02-03T10:22:56.143Z | Compiling rustls v0.22.2 |
1706 | 2024-02-03T10:22:56.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1707 | 2024-02-03T10:22:58.564Z | Compiling cobs v0.2.3 |
1708 | 2024-02-03T10:23:01.142Z | Compiling postcard v1.0.8 |
1709 | 2024-02-03T10:23:22.242Z | Compiling dirs-next v2.0.0 |
1710 | 2024-02-03T10:23:26.885Z | Compiling darling_macro v0.20.3 |
1711 | 2024-02-03T10:23:32.061Z | Compiling rustls-webpki v0.102.1 |
1712 | 2024-02-03T10:23:32.633Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1713 | 2024-02-03T10:23:40.764Z | Compiling getopts v0.2.21 |
1714 | 2024-02-03T10:23:41.357Z | Compiling foreign-types-macros v0.2.3 |
1715 | 2024-02-03T10:23:42.149Z | Compiling structmeta-derive v0.2.0 |
1716 | 2024-02-03T10:23:43.537Z | Compiling thread_local v1.1.7 |
1717 | 2024-02-03T10:23:43.678Z | Compiling multer v3.0.0 |
1718 | 2024-02-03T10:23:44.126Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1719 | 2024-02-03T10:23:44.384Z | Compiling unsafe-libyaml v0.2.10 |
1720 | 2024-02-03T10:23:45.877Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1721 | 2024-02-03T10:23:46.603Z | Compiling match_cfg v0.1.0 |
1722 | 2024-02-03T10:23:46.752Z | Compiling slog-async v2.8.0 |
1723 | 2024-02-03T10:23:47.087Z | Compiling paste v1.0.14 |
1724 | 2024-02-03T10:23:47.340Z | Compiling rayon-core v1.12.0 |
1725 | 2024-02-03T10:23:47.434Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1726 | 2024-02-03T10:23:47.779Z | Compiling foreign-types-shared v0.3.1 |
1727 | 2024-02-03T10:23:47.967Z | Compiling foreign-types v0.5.0 |
1728 | 2024-02-03T10:23:48.076Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1729 | 2024-02-03T10:23:55.808Z | Compiling hostname v0.3.1 |
1730 | 2024-02-03T10:23:56.206Z | Compiling serde_yaml v0.9.25 |
1731 | 2024-02-03T10:23:58.166Z | Compiling structmeta v0.2.0 |
1732 | 2024-02-03T10:24:02.851Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1733 | 2024-02-03T10:24:10.436Z | Compiling darling v0.20.3 |
1734 | 2024-02-03T10:24:14.879Z | Compiling term v0.7.0 |
1735 | 2024-02-03T10:24:16.608Z | Compiling slog-json v2.6.1 |
1736 | 2024-02-03T10:24:17.436Z | Compiling crossbeam-deque v0.8.3 |
1737 | 2024-02-03T10:24:18.079Z | Compiling is-terminal v0.4.9 |
1738 | 2024-02-03T10:24:20.713Z | Compiling strum v0.25.0 |
1739 | 2024-02-03T10:24:21.002Z | Compiling crossbeam-channel v0.5.8 |
1740 | 2024-02-03T10:24:22.971Z | Compiling http v1.0.0 |
1741 | 2024-02-03T10:24:23.793Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1742 | 2024-02-03T10:24:24.035Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1743 | 2024-02-03T10:24:24.990Z | Compiling async-stream-impl v0.3.5 |
1744 | 2024-02-03T10:24:25.320Z | Compiling cstr-argument v0.1.2 |
1745 | 2024-02-03T10:24:25.688Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1746 | 2024-02-03T10:24:26.135Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1747 | 2024-02-03T10:24:26.580Z | Compiling regex-syntax v0.7.5 |
1748 | 2024-02-03T10:24:26.873Z | Compiling fastrand v2.0.0 |
1749 | 2024-02-03T10:24:26.960Z | Compiling pretty-hex v0.2.1 |
1750 | 2024-02-03T10:24:27.321Z | Compiling crucible-workspace-hack v0.1.0 |
1751 | 2024-02-03T10:24:27.748Z | Compiling atomic-waker v1.1.1 |
1752 | 2024-02-03T10:24:27.917Z | Compiling take_mut v0.2.2 |
1753 | 2024-02-03T10:24:28.650Z | Compiling waitgroup v0.1.2 |
1754 | 2024-02-03T10:24:29.052Z | Compiling tempfile v3.9.0 |
1755 | 2024-02-03T10:24:31.549Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1756 | 2024-02-03T10:24:32.189Z | Compiling async-stream v0.3.5 |
1757 | 2024-02-03T10:24:32.679Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1758 | 2024-02-03T10:24:34.359Z | Compiling colored v2.0.4 |
1759 | 2024-02-03T10:24:36.641Z | Compiling slog-bunyan v2.5.0 |
1760 | 2024-02-03T10:24:36.801Z | Compiling parse-display-derive v0.8.2 |
1761 | 2024-02-03T10:24:37.203Z | Compiling slog-term v2.9.0 |
1762 | 2024-02-03T10:24:37.940Z | Compiling tokio-rustls v0.25.0 |
1763 | 2024-02-03T10:24:38.679Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1764 | 2024-02-03T10:24:42.130Z | Compiling serde_with_macros v3.6.0 |
1765 | 2024-02-03T10:24:43.216Z | Compiling toml v0.8.8 |
1766 | 2024-02-03T10:24:44.047Z | Compiling rustls-pemfile v2.0.0 |
1767 | 2024-02-03T10:24:44.270Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1768 | 2024-02-03T10:24:45.170Z | Compiling sha1 v0.10.6 |
1769 | 2024-02-03T10:24:46.631Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1770 | 2024-02-03T10:24:46.707Z | Compiling textwrap v0.11.0 |
1771 | 2024-02-03T10:24:46.771Z | Compiling heck v0.3.3 |
1772 | 2024-02-03T10:24:47.349Z | Compiling serde_path_to_error v0.1.15 |
1773 | 2024-02-03T10:24:48.508Z | Compiling instant v0.1.12 |
1774 | 2024-02-03T10:24:48.756Z | Compiling debug-ignore v1.0.5 |
1775 | 2024-02-03T10:24:48.992Z | Compiling strsim v0.8.0 |
1776 | 2024-02-03T10:24:48.995Z | Compiling ansi_term v0.12.1 |
1777 | 2024-02-03T10:24:49.906Z | Compiling vec_map v0.8.2 |
1778 | 2024-02-03T10:24:50.432Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1779 | 2024-02-03T10:24:50.464Z | Compiling libefi-sys v0.1.0 |
1780 | 2024-02-03T10:24:50.936Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1781 | 2024-02-03T10:24:51.020Z | Compiling clap v2.34.0 |
1782 | 2024-02-03T10:24:52.891Z | Compiling backoff v0.4.0 |
1783 | 2024-02-03T10:24:53.470Z | Compiling structopt-derive v0.4.18 |
1784 | 2024-02-03T10:24:55.847Z | Compiling serde_with v3.6.0 |
1785 | 2024-02-03T10:24:57.998Z | Compiling parse-display v0.8.2 |
1786 | 2024-02-03T10:24:58.326Z | Compiling rayon v1.8.0 |
1787 | 2024-02-03T10:25:02.912Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1788 | 2024-02-03T10:25:04.025Z | Compiling camino-tempfile v1.1.1 |
1789 | 2024-02-03T10:25:04.711Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1790 | 2024-02-03T10:25:05.216Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1791 | 2024-02-03T10:25:05.342Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1792 | 2024-02-03T10:25:05.600Z | Compiling zone_cfg_derive v0.3.0 |
1793 | 2024-02-03T10:25:05.996Z | Compiling macaddr v1.0.1 |
1794 | 2024-02-03T10:25:07.201Z | Compiling num-derive v0.4.0 |
1795 | 2024-02-03T10:25:07.480Z | Compiling blake3 v1.5.0 |
1796 | 2024-02-03T10:25:07.766Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1797 | 2024-02-03T10:25:08.313Z | Compiling portable-atomic v1.4.3 |
1798 | 2024-02-03T10:25:09.056Z | Compiling zone v0.3.0 |
1799 | 2024-02-03T10:25:09.736Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1800 | 2024-02-03T10:25:10.848Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1801 | 2024-02-03T10:25:13.740Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1802 | 2024-02-03T10:25:14.661Z | Compiling structopt v0.3.26 |
1803 | 2024-02-03T10:25:14.923Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1804 | 2024-02-03T10:25:15.700Z | Compiling smf v0.2.2 |
1805 | 2024-02-03T10:25:16.197Z | Compiling memmap2 v0.7.1 |
1806 | 2024-02-03T10:25:16.843Z | Compiling filetime v0.2.23 |
1807 | 2024-02-03T10:25:17.109Z | Compiling xattr v1.0.1 |
1808 | 2024-02-03T10:25:17.408Z | Compiling constant_time_eq v0.3.0 |
1809 | 2024-02-03T10:25:17.550Z | Compiling arrayvec v0.7.4 |
1810 | 2024-02-03T10:25:17.674Z | Compiling same-file v1.0.6 |
1811 | 2024-02-03T10:25:18.145Z | Compiling arrayref v0.3.7 |
1812 | 2024-02-03T10:25:18.339Z | Compiling walkdir v2.4.0 |
1813 | 2024-02-03T10:25:19.788Z | Compiling tar v0.4.40 |
1814 | 2024-02-03T10:25:21.266Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1815 | 2024-02-03T10:25:22.553Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1816 | 2024-02-03T10:25:22.974Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1817 | 2024-02-03T10:25:25.080Z | Compiling gethostname v0.4.3 |
1818 | 2024-02-03T10:25:25.479Z | Compiling number_prefix v0.4.0 |
1819 | 2024-02-03T10:25:25.880Z | Compiling topological-sort v0.2.2 |
1820 | 2024-02-03T10:25:26.279Z | Compiling omicron-zone-package v0.11.0 |
1821 | 2024-02-03T10:25:27.429Z | Compiling indicatif v0.17.7 |
1822 | 2024-02-03T10:25:29.488Z | Compiling swrite v0.1.0 |
1823 | 2024-02-03T10:25:40.456Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1824 | 2024-02-03T10:25:44.185Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1825 | 2024-02-03T10:25:45.671Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1826 | 2024-02-03T10:26:17.249Z | Finished release [optimized] target(s) in 8m 16s |
1827 | 2024-02-03T10:26:17.520Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1828 | 2024-02-03T10:26:17.611Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1829 | 2024-02-03T10:26:17.614Z | Created new build target 'test' and set it as active |
1830 | 2024-02-03T10:26:17.614Z | |
1831 | 2024-02-03T10:26:17.614Z | real 8:16.914914069 |
1832 | 2024-02-03T10:26:17.614Z | user 55:34.209957017 |
1833 | 2024-02-03T10:26:17.614Z | sys 4:51.196697238 |
1834 | 2024-02-03T10:26:17.614Z | trap 2.121595619 |
1835 | 2024-02-03T10:26:17.615Z | tflt 4.028071798 |
1836 | 2024-02-03T10:26:17.615Z | dflt 3.998085019 |
1837 | 2024-02-03T10:26:17.615Z | kflt 0.014810025 |
1838 | 2024-02-03T10:26:17.615Z | lock 2:01:06.475399566 |
1839 | 2024-02-03T10:26:17.615Z | slp 2:35:35.354564265 |
1840 | 2024-02-03T10:26:17.615Z | lat 2:36.718726765 |
1841 | 2024-02-03T10:26:17.615Z | stop 4:12.726487164 |
1842 | 2024-02-03T10:26:17.620Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1843 | 2024-02-03T10:26:18.813Z | Finished release [optimized] target(s) in 1.10s |
1844 | 2024-02-03T10:26:18.836Z | Running `target/release/omicron-package -t test package` |
1845 | 2024-02-03T10:26:18.876Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1846 | 2024-02-03T10:26:20.142Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-02-03T10:26:20.146Z | Compiling linked-hash-map v0.5.6 |
1848 | 2024-02-03T10:26:20.146Z | Compiling usdt-macro v0.5.0 |
1849 | 2024-02-03T10:26:20.176Z | Compiling usdt-attr-macro v0.5.0 |
1850 | 2024-02-03T10:26:20.179Z | Compiling memmap v0.7.0 |
1851 | 2024-02-03T10:26:20.179Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1852 | 2024-02-03T10:26:20.179Z | Compiling password-hash v0.5.0 |
1853 | 2024-02-03T10:26:20.197Z | Compiling blake2 v0.10.6 |
1854 | 2024-02-03T10:26:20.732Z | Compiling lru-cache v0.1.2 |
1855 | 2024-02-03T10:26:20.843Z | Compiling semver v0.1.20 |
1856 | 2024-02-03T10:26:21.036Z | Compiling argon2 v0.5.3 |
1857 | 2024-02-03T10:26:21.775Z | Compiling rustc_version v0.1.7 |
1858 | 2024-02-03T10:26:22.235Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1859 | 2024-02-03T10:26:22.352Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1860 | 2024-02-03T10:26:22.449Z | Compiling newtype_derive v0.1.6 |
1861 | 2024-02-03T10:26:22.462Z | Compiling usdt v0.5.0 |
1862 | 2024-02-03T10:26:22.742Z | Compiling rayon-core v1.12.0 |
1863 | 2024-02-03T10:26:22.765Z | Compiling crossbeam-deque v0.8.3 |
1864 | 2024-02-03T10:26:22.885Z | Compiling quick-error v1.2.3 |
1865 | 2024-02-03T10:26:23.091Z | Compiling same-file v1.0.6 |
1866 | 2024-02-03T10:26:23.205Z | Compiling fastrand v2.0.0 |
1867 | 2024-02-03T10:26:23.301Z | Compiling walkdir v2.4.0 |
1868 | 2024-02-03T10:26:23.997Z | Compiling tempfile v3.9.0 |
1869 | 2024-02-03T10:26:24.303Z | Compiling resolv-conf v0.7.0 |
1870 | 2024-02-03T10:26:24.473Z | Compiling itertools v0.12.1 |
1871 | 2024-02-03T10:26:25.004Z | Compiling camino v1.1.6 |
1872 | 2024-02-03T10:26:25.086Z | Compiling semver-parser v0.10.2 |
1873 | 2024-02-03T10:26:25.208Z | Compiling slog-dtrace v0.3.0 |
1874 | 2024-02-03T10:26:25.712Z | Compiling blake3 v1.5.0 |
1875 | 2024-02-03T10:26:26.045Z | Compiling trust-dns-resolver v0.22.0 |
1876 | 2024-02-03T10:26:26.140Z | Compiling rayon v1.8.0 |
1877 | 2024-02-03T10:26:27.227Z | Compiling semver v0.11.0 |
1878 | 2024-02-03T10:26:27.702Z | Compiling nibble_vec v0.1.0 |
1879 | 2024-02-03T10:26:28.025Z | Compiling filetime v0.2.23 |
1880 | 2024-02-03T10:26:28.145Z | Compiling memmap2 v0.7.1 |
1881 | 2024-02-03T10:26:28.326Z | Compiling xattr v1.0.1 |
1882 | 2024-02-03T10:26:28.440Z | Compiling home v0.5.5 |
1883 | 2024-02-03T10:26:28.678Z | Compiling endian-type v0.1.2 |
1884 | 2024-02-03T10:26:28.739Z | Compiling constant_time_eq v0.3.0 |
1885 | 2024-02-03T10:26:28.769Z | Compiling arrayvec v0.7.4 |
1886 | 2024-02-03T10:26:28.935Z | Compiling arrayref v0.3.7 |
1887 | 2024-02-03T10:26:29.018Z | Compiling radix_trie v0.2.1 |
1888 | 2024-02-03T10:26:29.067Z | Compiling toolchain_find v0.2.0 |
1889 | 2024-02-03T10:26:29.402Z | Compiling tar v0.4.40 |
1890 | 2024-02-03T10:26:29.913Z | Compiling steno v0.4.0 |
1891 | 2024-02-03T10:26:30.489Z | Compiling camino-tempfile v1.1.1 |
1892 | 2024-02-03T10:26:31.138Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1893 | 2024-02-03T10:26:32.456Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1894 | 2024-02-03T10:26:33.075Z | Compiling toml v0.5.11 |
1895 | 2024-02-03T10:26:33.122Z | Compiling num-rational v0.4.1 |
1896 | 2024-02-03T10:26:33.558Z | Compiling topological-sort v0.2.2 |
1897 | 2024-02-03T10:26:33.846Z | Compiling radium v0.7.0 |
1898 | 2024-02-03T10:26:34.219Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1899 | 2024-02-03T10:26:34.469Z | Compiling omicron-zone-package v0.11.0 |
1900 | 2024-02-03T10:26:34.508Z | Compiling toml v0.8.8 |
1901 | 2024-02-03T10:26:35.912Z | Compiling cancel-safe-futures v0.1.5 |
1902 | 2024-02-03T10:26:36.385Z | Compiling rustfmt-wrapper v0.2.0 |
1903 | 2024-02-03T10:26:37.007Z | Compiling maybe-uninit v2.0.0 |
1904 | 2024-02-03T10:26:37.339Z | Compiling tap v1.0.1 |
1905 | 2024-02-03T10:26:37.605Z | Compiling wyz v0.5.1 |
1906 | 2024-02-03T10:26:38.612Z | Compiling num-complex v0.4.4 |
1907 | 2024-02-03T10:26:38.643Z | Compiling packed_struct v0.10.1 |
1908 | 2024-02-03T10:26:39.293Z | Compiling num-bigint-dig v0.8.4 |
1909 | 2024-02-03T10:26:39.716Z | Compiling crc-catalog v2.2.0 |
1910 | 2024-02-03T10:26:39.922Z | Compiling funty v2.0.0 |
1911 | 2024-02-03T10:26:40.808Z | Compiling num v0.4.1 |
1912 | 2024-02-03T10:26:40.960Z | Compiling crc v3.0.1 |
1913 | 2024-02-03T10:26:42.146Z | Compiling bitvec v1.0.1 |
1914 | 2024-02-03T10:26:43.818Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1915 | 2024-02-03T10:26:43.871Z | Compiling fxhash v0.2.1 |
1916 | 2024-02-03T10:26:44.209Z | Compiling packed_struct_codegen v0.10.1 |
1917 | 2024-02-03T10:26:44.815Z | Compiling indexmap v1.9.3 |
1918 | 2024-02-03T10:26:45.254Z | Compiling utf-8 v0.7.6 |
1919 | 2024-02-03T10:26:45.463Z | Compiling nodrop v0.1.14 |
1920 | 2024-02-03T10:26:45.655Z | Compiling array-init v0.0.4 |
1921 | 2024-02-03T10:26:45.848Z | Compiling tungstenite v0.20.1 |
1922 | 2024-02-03T10:26:47.724Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1923 | 2024-02-03T10:26:48.529Z | Compiling smallvec v0.6.14 |
1924 | 2024-02-03T10:26:52.769Z | Compiling pkcs1 v0.7.5 |
1925 | 2024-02-03T10:26:55.643Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1926 | 2024-02-03T10:26:57.365Z | Compiling signature v2.1.0 |
1927 | 2024-02-03T10:26:57.726Z | Compiling half v2.3.1 |
1928 | 2024-02-03T10:26:58.930Z | Compiling unicase v2.7.0 |
1929 | 2024-02-03T10:26:59.062Z | Compiling ciborium-io v0.2.2 |
1930 | 2024-02-03T10:26:59.243Z | Compiling hashbrown v0.12.3 |
1931 | 2024-02-03T10:26:59.373Z | Compiling termcolor v1.2.0 |
1932 | 2024-02-03T10:27:01.248Z | Compiling bitfield v0.14.0 |
1933 | 2024-02-03T10:27:01.734Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1934 | 2024-02-03T10:27:03.308Z | Compiling env_logger v0.10.0 |
1935 | 2024-02-03T10:27:04.080Z | Compiling ciborium-ll v0.2.2 |
1936 | 2024-02-03T10:27:05.010Z | Compiling rsa v0.9.2 |
1937 | 2024-02-03T10:27:09.626Z | Compiling serde-hex v0.1.0 |
1938 | 2024-02-03T10:27:09.782Z | Compiling tokio-tungstenite v0.20.1 |
1939 | 2024-02-03T10:27:10.693Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1940 | 2024-02-03T10:27:11.229Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1941 | 2024-02-03T10:27:13.593Z | Compiling x509-cert v0.2.4 |
1942 | 2024-02-03T10:27:13.996Z | Compiling ron v0.8.1 |
1943 | 2024-02-03T10:27:18.636Z | Compiling display-error-chain v0.2.0 |
1944 | 2024-02-03T10:27:18.893Z | Compiling crc-any v2.4.3 |
1945 | 2024-02-03T10:27:20.503Z | Compiling arc-swap v1.6.0 |
1946 | 2024-02-03T10:27:21.704Z | Compiling slog-scope v4.4.0 |
1947 | 2024-02-03T10:27:23.218Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1948 | 2024-02-03T10:27:24.729Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1949 | 2024-02-03T10:27:26.159Z | Compiling ciborium v0.2.2 |
1950 | 2024-02-03T10:27:29.922Z | Compiling object v0.30.4 |
1951 | 2024-02-03T10:27:34.181Z | Compiling libsw v3.3.1 |
1952 | 2024-02-03T10:27:34.681Z | Compiling derive-where v1.2.7 |
1953 | 2024-02-03T10:27:36.281Z | Compiling parking_lot_core v0.8.6 |
1954 | 2024-02-03T10:27:36.881Z | Compiling path-slash v0.1.5 |
1955 | 2024-02-03T10:27:37.209Z | Compiling owo-colors v4.0.0 |
1956 | 2024-02-03T10:27:40.020Z | Compiling linear-map v1.2.0 |
1957 | 2024-02-03T10:27:40.688Z | Compiling slog-stdlog v4.1.1 |
1958 | 2024-02-03T10:27:42.196Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1959 | 2024-02-03T10:27:42.703Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1960 | 2024-02-03T10:27:49.006Z | Compiling dirs-sys-next v0.1.2 |
1961 | 2024-02-03T10:27:49.790Z | Compiling glob v0.3.1 |
1962 | 2024-02-03T10:27:51.167Z | Compiling convert_case v0.4.0 |
1963 | 2024-02-03T10:27:52.420Z | Compiling crunchy v0.2.2 |
1964 | 2024-02-03T10:27:53.124Z | Compiling derive_more v0.99.17 |
1965 | 2024-02-03T10:27:55.630Z | Compiling clang-sys v1.6.1 |
1966 | 2024-02-03T10:27:56.148Z | Compiling dirs-next v2.0.0 |
1967 | 2024-02-03T10:27:56.647Z | Compiling slog-envlogger v2.2.0 |
1968 | 2024-02-03T10:27:58.478Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1969 | 2024-02-03T10:28:00.140Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1970 | 2024-02-03T10:28:01.141Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1971 | 2024-02-03T10:28:01.408Z | Compiling tiny-keccak v2.0.2 |
1972 | 2024-02-03T10:28:01.825Z | Compiling platforms v3.0.2 |
1973 | 2024-02-03T10:28:02.298Z | Compiling prettyplease v0.2.16 |
1974 | 2024-02-03T10:28:02.797Z | Compiling parking_lot v0.11.2 |
1975 | 2024-02-03T10:28:05.342Z | Compiling mime_guess v2.0.4 |
1976 | 2024-02-03T10:28:06.749Z | Compiling term v0.7.0 |
1977 | 2024-02-03T10:28:07.335Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1978 | 2024-02-03T10:28:09.067Z | Compiling trust-dns-client v0.22.0 |
1979 | 2024-02-03T10:28:12.397Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1980 | 2024-02-03T10:28:12.481Z | Compiling darling_core v0.14.4 |
1981 | 2024-02-03T10:28:19.266Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1982 | 2024-02-03T10:28:21.246Z | Compiling pem v3.0.2 |
1983 | 2024-02-03T10:28:23.941Z | Compiling darling_macro v0.14.4 |
1984 | 2024-02-03T10:28:25.395Z | Compiling trust-dns-server v0.22.1 |
1985 | 2024-02-03T10:28:27.341Z | Compiling ascii-canvas v3.0.0 |
1986 | 2024-02-03T10:28:28.152Z | Compiling sled v0.34.7 |
1987 | 2024-02-03T10:28:29.125Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1988 | 2024-02-03T10:28:38.438Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1989 | 2024-02-03T10:28:38.747Z | Compiling is-terminal v0.4.9 |
1990 | 2024-02-03T10:28:38.928Z | Compiling ena v0.14.2 |
1991 | 2024-02-03T10:28:39.065Z | Compiling vte_generate_state_changes v0.1.1 |
1992 | 2024-02-03T10:28:39.649Z | Compiling libloading v0.7.4 |
1993 | 2024-02-03T10:28:40.001Z | Compiling regex-syntax v0.6.29 |
1994 | 2024-02-03T10:28:40.204Z | Compiling bindgen v0.69.2 |
1995 | 2024-02-03T10:28:40.843Z | Compiling diff v0.1.13 |
1996 | 2024-02-03T10:28:49.415Z | Compiling lalrpop v0.19.12 |
1997 | 2024-02-03T10:28:50.901Z | Compiling vte v0.11.1 |
1998 | 2024-02-03T10:28:54.327Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1999 | 2024-02-03T10:29:01.459Z | Compiling curve25519-dalek v4.1.1 |
2000 | 2024-02-03T10:29:03.685Z | Compiling darling v0.14.4 |
2001 | 2024-02-03T10:29:05.009Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2002 | 2024-02-03T10:29:08.407Z | Compiling cexpr v0.6.0 |
2003 | 2024-02-03T10:29:10.897Z | Compiling which v4.4.0 |
2004 | 2024-02-03T10:29:11.717Z | Compiling kstat-rs v0.2.3 |
2005 | 2024-02-03T10:29:13.780Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2006 | 2024-02-03T10:29:14.871Z | Compiling memoffset v0.7.1 |
2007 | 2024-02-03T10:29:15.319Z | Compiling buf-list v1.0.3 |
2008 | 2024-02-03T10:29:16.133Z | Compiling peeking_take_while v0.1.2 |
2009 | 2024-02-03T10:29:16.339Z | Compiling keccak v0.1.4 |
2010 | 2024-02-03T10:29:18.003Z | Compiling doc-comment v0.3.3 |
2011 | 2024-02-03T10:29:18.430Z | Compiling lazycell v1.3.0 |
2012 | 2024-02-03T10:29:18.662Z | Compiling rustc-hash v1.1.0 |
2013 | 2024-02-03T10:29:18.743Z | Compiling shlex v1.3.0 |
2014 | 2024-02-03T10:29:18.883Z | Compiling bytecount v0.6.3 |
2015 | 2024-02-03T10:29:19.347Z | Compiling papergrid v0.11.0 |
2016 | 2024-02-03T10:29:27.321Z | Compiling sha3 v0.10.8 |
2017 | 2024-02-03T10:29:28.995Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2018 | 2024-02-03T10:29:29.300Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2019 | 2024-02-03T10:29:29.439Z | Compiling derive_builder_core v0.12.0 |
2020 | 2024-02-03T10:29:33.365Z | Compiling strip-ansi-escapes v0.2.0 |
2021 | 2024-02-03T10:29:35.898Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2022 | 2024-02-03T10:29:37.244Z | Compiling polar-core v0.27.0 |
2023 | 2024-02-03T10:29:39.498Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2024 | 2024-02-03T10:29:41.173Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2025 | 2024-02-03T10:29:42.730Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2026 | 2024-02-03T10:29:43.622Z | Compiling tabled_derive v0.7.0 |
2027 | 2024-02-03T10:29:45.522Z | Compiling fd-lock v3.0.13 |
2028 | 2024-02-03T10:29:45.842Z | Compiling fd-lock v4.0.2 |
2029 | 2024-02-03T10:29:46.144Z | Compiling headers-core v0.2.0 |
2030 | 2024-02-03T10:29:46.156Z | Compiling universal-hash v0.5.1 |
2031 | 2024-02-03T10:29:46.386Z | Compiling nix v0.27.1 |
2032 | 2024-02-03T10:29:46.602Z | Compiling secrecy v0.8.0 |
2033 | 2024-02-03T10:29:46.873Z | Compiling libxml v0.3.3 |
2034 | 2024-02-03T10:29:47.294Z | Compiling pin-project-internal v1.1.3 |
2035 | 2024-02-03T10:29:47.381Z | Compiling curve25519-dalek-derive v0.1.0 |
2036 | 2024-02-03T10:29:49.587Z | Compiling thiserror-impl-no-std v2.0.2 |
2037 | 2024-02-03T10:29:51.798Z | Compiling sqlparser_derive v0.2.2 |
2038 | 2024-02-03T10:29:52.323Z | Compiling opaque-debug v0.3.0 |
2039 | 2024-02-03T10:29:52.456Z | Compiling unicode_categories v0.1.1 |
2040 | 2024-02-03T10:29:53.028Z | Compiling nu-ansi-term v0.49.0 |
2041 | 2024-02-03T10:29:53.373Z | Compiling ref-cast v1.0.20 |
2042 | 2024-02-03T10:29:54.118Z | Compiling reedline v0.28.0 |
2043 | 2024-02-03T10:29:54.195Z | Compiling thiserror-no-std v2.0.2 |
2044 | 2024-02-03T10:29:54.353Z | Compiling sqlparser v0.43.1 |
2045 | 2024-02-03T10:29:54.368Z | Compiling sqlformat v0.2.3 |
2046 | 2024-02-03T10:29:55.352Z | Compiling poly1305 v0.8.0 |
2047 | 2024-02-03T10:29:56.816Z | Compiling rustyline v13.0.0 |
2048 | 2024-02-03T10:29:57.243Z | Compiling pin-project v1.1.3 |
2049 | 2024-02-03T10:29:58.063Z | Compiling tabled v0.15.0 |
2050 | 2024-02-03T10:30:09.355Z | Compiling headers v0.3.9 |
2051 | 2024-02-03T10:30:10.432Z | Compiling samael v0.0.14 |
2052 | 2024-02-03T10:30:12.959Z | Compiling derive_builder_macro v0.12.0 |
2053 | 2024-02-03T10:30:16.573Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2054 | 2024-02-03T10:30:19.501Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2055 | 2024-02-03T10:30:19.924Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2056 | 2024-02-03T10:30:20.334Z | Compiling chacha20 v0.9.1 |
2057 | 2024-02-03T10:30:21.048Z | Compiling aead v0.5.2 |
2058 | 2024-02-03T10:30:21.519Z | Compiling strum_macros v0.24.3 |
2059 | 2024-02-03T10:30:27.175Z | Compiling bcs v0.1.6 |
2060 | 2024-02-03T10:30:28.542Z | Compiling snafu-derive v0.7.5 |
2061 | 2024-02-03T10:30:29.112Z | Compiling ref-cast-impl v1.0.20 |
2062 | 2024-02-03T10:30:30.909Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2063 | 2024-02-03T10:30:31.345Z | Compiling cookie v0.18.0 |
2064 | 2024-02-03T10:30:31.790Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2065 | 2024-02-03T10:30:32.226Z | Compiling fs-err v2.11.0 |
2066 | 2024-02-03T10:30:32.516Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2067 | 2024-02-03T10:30:32.672Z | Compiling indoc v1.0.9 |
2068 | 2024-02-03T10:30:32.867Z | Compiling signature v1.6.4 |
2069 | 2024-02-03T10:30:32.967Z | Compiling salty v0.2.0 |
2070 | 2024-02-03T10:30:33.099Z | Compiling highway v1.1.0 |
2071 | 2024-02-03T10:30:33.573Z | Compiling ed25519 v1.5.3 |
2072 | 2024-02-03T10:30:34.043Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2073 | 2024-02-03T10:30:36.147Z | Compiling chacha20poly1305 v0.10.1 |
2074 | 2024-02-03T10:30:36.508Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2075 | 2024-02-03T10:30:36.701Z | Compiling snafu v0.7.5 |
2076 | 2024-02-03T10:30:39.072Z | Compiling derive_builder v0.12.0 |
2077 | 2024-02-03T10:30:39.575Z | Compiling vsss-rs v3.3.4 |
2078 | 2024-02-03T10:30:47.573Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2079 | 2024-02-03T10:30:48.694Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2080 | 2024-02-03T10:30:49.238Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2081 | 2024-02-03T10:30:49.363Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2082 | 2024-02-03T10:30:49.657Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2083 | 2024-02-03T10:30:51.565Z | Compiling globset v0.4.13 |
2084 | 2024-02-03T10:30:56.349Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2085 | 2024-02-03T10:30:58.519Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2086 | 2024-02-03T10:31:01.362Z | Compiling olpc-cjson v0.1.3 |
2087 | 2024-02-03T10:31:02.250Z | Compiling bb8 v0.8.3 |
2088 | 2024-02-03T10:31:02.814Z | Compiling quick-xml v0.30.0 |
2089 | 2024-02-03T10:31:03.125Z | Compiling serde-big-array v0.5.1 |
2090 | 2024-02-03T10:31:03.164Z | Compiling serde_plain v1.0.2 |
2091 | 2024-02-03T10:31:03.475Z | Compiling oso-derive v0.27.0 |
2092 | 2024-02-03T10:31:04.017Z | Compiling impl-trait-for-tuples v0.2.2 |
2093 | 2024-02-03T10:31:04.747Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2094 | 2024-02-03T10:31:04.980Z | Compiling async-recursion v1.0.5 |
2095 | 2024-02-03T10:31:06.331Z | Compiling typed-path v0.7.0 |
2096 | 2024-02-03T10:31:06.492Z | Compiling http-range v0.1.5 |
2097 | 2024-02-03T10:31:07.411Z | Compiling maplit v1.0.2 |
2098 | 2024-02-03T10:31:07.577Z | Compiling hyper-staticfile v0.9.5 |
2099 | 2024-02-03T10:31:09.699Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2100 | 2024-02-03T10:31:13.179Z | Compiling tough v0.16.0 |
2101 | 2024-02-03T10:31:18.475Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2102 | 2024-02-03T10:31:20.443Z | Compiling oso v0.27.0 |
2103 | 2024-02-03T10:31:22.765Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2104 | 2024-02-03T10:31:46.042Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2105 | 2024-02-03T10:32:12.721Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2106 | 2024-02-03T10:32:13.110Z | Compiling signal-hook-tokio v0.3.1 |
2107 | 2024-02-03T10:32:13.381Z | Compiling serde-big-array v0.4.1 |
2108 | 2024-02-03T10:32:13.664Z | Compiling parse-size v1.0.0 |
2109 | 2024-02-03T10:32:14.152Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2110 | 2024-02-03T10:32:14.903Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2111 | 2024-02-03T10:32:17.545Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2112 | 2024-02-03T10:32:18.740Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2113 | 2024-02-03T10:32:21.522Z | Compiling corncobs v0.1.3 |
2114 | 2024-02-03T10:32:22.165Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2115 | 2024-02-03T10:32:23.490Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2116 | 2024-02-03T10:32:32.543Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2117 | 2024-02-03T10:32:40.989Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2118 | 2024-02-03T10:32:41.605Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2119 | 2024-02-03T10:32:42.065Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2120 | 2024-02-03T10:32:46.277Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2121 | 2024-02-03T10:32:59.611Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2122 | 2024-02-03T10:33:02.391Z | Compiling rcgen v0.12.1 |
2123 | 2024-02-03T10:33:05.811Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2124 | 2024-02-03T10:33:09.437Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2125 | 2024-02-03T10:33:09.859Z | Compiling atomicwrites v0.4.3 |
2126 | 2024-02-03T10:33:10.712Z | Compiling lru v0.12.1 |
2127 | 2024-02-03T10:33:11.243Z | Compiling stability v0.1.1 |
2128 | 2024-02-03T10:33:12.645Z | Compiling subprocess v0.2.9 |
2129 | 2024-02-03T10:33:21.920Z | Compiling indoc v2.0.3 |
2130 | 2024-02-03T10:33:23.431Z | Compiling cassowary v0.3.0 |
2131 | 2024-02-03T10:33:31.639Z | Compiling unicode-linebreak v0.1.5 |
2132 | 2024-02-03T10:33:32.020Z | Compiling smawk v0.3.1 |
2133 | 2024-02-03T10:33:32.389Z | Compiling textwrap v0.16.0 |
2134 | 2024-02-03T10:33:38.194Z | Compiling ratatui v0.25.0 |
2135 | 2024-02-03T10:33:38.775Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2136 | 2024-02-03T10:33:49.019Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2137 | 2024-02-03T10:33:58.864Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2138 | 2024-02-03T10:34:07.006Z | Compiling fatfs v0.3.6 |
2139 | 2024-02-03T10:34:08.354Z | Compiling nanorand v0.7.0 |
2140 | 2024-02-03T10:34:09.572Z | Compiling rtoolbox v0.0.1 |
2141 | 2024-02-03T10:34:10.265Z | Compiling is_ci v1.1.1 |
2142 | 2024-02-03T10:34:10.686Z | Compiling humantime v2.1.0 |
2143 | 2024-02-03T10:34:11.324Z | Compiling assert_matches v1.5.0 |
2144 | 2024-02-03T10:34:11.475Z | Compiling supports-color v2.1.0 |
2145 | 2024-02-03T10:34:12.122Z | Compiling rpassword v7.3.1 |
2146 | 2024-02-03T10:34:12.400Z | Compiling flume v0.11.0 |
2147 | 2024-02-03T10:34:12.619Z | Compiling tui-tree-widget v0.16.0 |
2148 | 2024-02-03T10:34:12.790Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2149 | 2024-02-03T10:34:13.212Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2150 | 2024-02-03T10:34:13.631Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2151 | 2024-02-03T10:34:14.052Z | Compiling shell-words v1.1.0 |
2152 | 2024-02-03T10:34:15.307Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2153 | 2024-02-03T10:34:31.067Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2154 | 2024-02-03T10:35:22.618Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2155 | 2024-02-03T10:37:24.380Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2156 | 2024-02-03T10:38:00.887Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2157 | 2024-02-03T10:38:07.547Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2158 | 2024-02-03T10:47:54.482Z | Finished release [optimized] target(s) in 21m 35s |
2159 | 2024-02-03T10:49:11.840Z | |
2160 | 2024-02-03T10:49:11.843Z | real 22:54.280741223 |
2161 | 2024-02-03T10:49:11.843Z | user 2:43:08.127045576 |
2162 | 2024-02-03T10:49:11.843Z | sys 6:15.914878428 |
2163 | 2024-02-03T10:49:11.843Z | trap 5.071872239 |
2164 | 2024-02-03T10:49:11.843Z | tflt 1.266983932 |
2165 | 2024-02-03T10:49:11.843Z | dflt 2.649936904 |
2166 | 2024-02-03T10:49:11.843Z | kflt 0.015775813 |
2167 | 2024-02-03T10:49:11.843Z | lock 9:43:00.143912250 |
2168 | 2024-02-03T10:49:11.843Z | slp 6:17:18.527264007 |
2169 | 2024-02-03T10:49:11.843Z | lat 3:04.707399727 |
2170 | 2024-02-03T10:49:11.843Z | stop 52.111886584 |
2171 | 2024-02-03T10:49:11.843Z | + 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/*) |
2172 | 2024-02-03T10:49:11.843Z | + pfexec mkdir -p /work |
2173 | 2024-02-03T10:49:11.846Z | + pfexec chown build /work |
2174 | 2024-02-03T10:49:11.850Z | + 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 |
2175 | 2024-02-03T10:49:27.840Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2176 | 2024-02-03T10:49:27.840Z | a out/mg-ddm-gz.tar 61599K |
2177 | 2024-02-03T10:49:27.840Z | a out/omicron-sled-agent.tar 119617K |
2178 | 2024-02-03T10:49:27.840Z | a out/oxlog.tar 8186K |
2179 | 2024-02-03T10:49:27.840Z | a out/target/test 1K |
2180 | 2024-02-03T10:49:27.840Z | a out/npuzone/npuzone 36313K |
2181 | 2024-02-03T10:49:27.840Z | a package-manifest.toml 24K |
2182 | 2024-02-03T10:49:27.841Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2183 | 2024-02-03T10:49:27.841Z | a target/release/omicron-package 44573K |
2184 | 2024-02-03T10:49:27.841Z | a tools/create_virtual_hardware.sh 4K |
2185 | 2024-02-03T10:49:27.841Z | a tools/virtual_hardware.sh 4K |
2186 | 2024-02-03T10:49:27.841Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2187 | 2024-02-03T10:49:27.841Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2188 | 2024-02-03T10:49:27.841Z | a tools/scrimlet/softnpu-init.sh 3K |
2189 | 2024-02-03T10:49:27.841Z | a tools/scrimlet/softnpu-zone.txt 1K |
2190 | 2024-02-03T10:49:27.841Z | a tools/scrimlet/softnpu.toml 1K |
2191 | 2024-02-03T10:49:27.841Z | |
2192 | 2024-02-03T10:49:27.841Z | real 14.246512100 |
2193 | 2024-02-03T10:49:27.841Z | user 13.611606613 |
2194 | 2024-02-03T10:49:27.841Z | sys 1.119786425 |
2195 | 2024-02-03T10:49:27.841Z | trap 0.003861499 |
2196 | 2024-02-03T10:49:27.841Z | tflt 0.000000000 |
2197 | 2024-02-03T10:49:27.841Z | dflt 0.000000000 |
2198 | 2024-02-03T10:49:27.841Z | kflt 0.000000000 |
2199 | 2024-02-03T10:49:27.841Z | lock 0.000000000 |
2200 | 2024-02-03T10:49:27.841Z | slp 13.316132433 |
2201 | 2024-02-03T10:49:27.841Z | lat 0.438105443 |
2202 | 2024-02-03T10:49:27.841Z | stop 0.000236332 |
2203 | 2024-02-03T10:49:27.841Z | ++ pwd |
2204 | 2024-02-03T10:49:27.841Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2205 | 2024-02-03T10:49:27.841Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2206 | 2024-02-03T10:49:27.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2207 | 2024-02-03T10:49:27.842Z | Finished release [optimized] target(s) in 1.10s |
2208 | 2024-02-03T10:49:27.842Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2209 | 2024-02-03T10:49:27.842Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2210 | 2024-02-03T10:49:27.842Z | Created new build target 'host' and set it as active |
2211 | 2024-02-03T10:49:27.842Z | |
2212 | 2024-02-03T10:49:27.842Z | real 1.258390575 |
2213 | 2024-02-03T10:49:27.842Z | user 0.887400383 |
2214 | 2024-02-03T10:49:27.842Z | sys 0.372110868 |
2215 | 2024-02-03T10:49:27.842Z | trap 0.000087727 |
2216 | 2024-02-03T10:49:27.842Z | tflt 0.000004022 |
2217 | 2024-02-03T10:49:27.842Z | dflt 0.000001470 |
2218 | 2024-02-03T10:49:27.842Z | kflt 0.000000000 |
2219 | 2024-02-03T10:49:27.842Z | lock 0.033809697 |
2220 | 2024-02-03T10:49:27.842Z | slp 0.021383072 |
2221 | 2024-02-03T10:49:27.842Z | lat 0.001709272 |
2222 | 2024-02-03T10:49:27.842Z | stop 0.000219107 |
2223 | 2024-02-03T10:49:27.842Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2224 | 2024-02-03T10:49:28.510Z | Finished release [optimized] target(s) in 1.06s |
2225 | 2024-02-03T10:49:28.548Z | Running `target/release/omicron-package -t host package` |
2226 | 2024-02-03T10:49:28.582Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-03T10:49:29.778Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2228 | 2024-02-03T10:49:52.234Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2229 | 2024-02-03T10:51:47.196Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2230 | 2024-02-03T10:54:01.099Z | Finished release [optimized] target(s) in 4m 32s |
2231 | 2024-02-03T10:54:38.841Z | |
2232 | 2024-02-03T10:54:38.888Z | real 5:11.474974581 |
2233 | 2024-02-03T10:54:38.888Z | user 28:16.015791747 |
2234 | 2024-02-03T10:54:38.888Z | sys 1:16.759212050 |
2235 | 2024-02-03T10:54:38.888Z | trap 0.774393897 |
2236 | 2024-02-03T10:54:38.889Z | tflt 0.050190668 |
2237 | 2024-02-03T10:54:38.889Z | dflt 5.040939286 |
2238 | 2024-02-03T10:54:38.889Z | kflt 0.000094763 |
2239 | 2024-02-03T10:54:38.889Z | lock 1:34:04.599366125 |
2240 | 2024-02-03T10:54:38.889Z | slp 28:59.984235934 |
2241 | 2024-02-03T10:54:38.889Z | lat 14.315026512 |
2242 | 2024-02-03T10:54:38.889Z | stop 1.389875425 |
2243 | 2024-02-03T10:54:38.889Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2244 | 2024-02-03T10:54:38.889Z | + for package in "$@" |
2245 | 2024-02-03T10:54:38.889Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2246 | 2024-02-03T10:54:38.889Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 6.0.0-0.ci+git20925464883 |
2247 | 2024-02-03T10:54:40.040Z | Finished release [optimized] target(s) in 1.12s |
2248 | 2024-02-03T10:54:40.069Z | Running `target/release/omicron-package stamp omicron-sled-agent 6.0.0-0.ci+git20925464883` |
2249 | 2024-02-03T10:54:40.115Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2250 | 2024-02-03T10:54:40.692Z | Created: out/versioned/omicron-sled-agent.tar |
2251 | 2024-02-03T10:54:40.698Z | + for package in "$@" |
2252 | 2024-02-03T10:54:40.698Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2253 | 2024-02-03T10:54:40.698Z | + echo 0.0.0 |
2254 | 2024-02-03T10:54:40.698Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2255 | 2024-02-03T10:54:40.705Z | a VERSION 1K |
2256 | 2024-02-03T10:54:40.705Z | + rm VERSION |
2257 | 2024-02-03T10:54:40.705Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git20925464883 |
2258 | 2024-02-03T10:54:41.844Z | Finished release [optimized] target(s) in 1.06s |
2259 | 2024-02-03T10:54:41.873Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git20925464883` |
2260 | 2024-02-03T10:54:41.917Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2261 | 2024-02-03T10:54:42.141Z | Created: out/versioned/mg-ddm-gz.tar |
2262 | 2024-02-03T10:54:42.145Z | + for package in "$@" |
2263 | 2024-02-03T10:54:42.145Z | + [[ propolis-server == mg-ddm-gz ]] |
2264 | 2024-02-03T10:54:42.146Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 6.0.0-0.ci+git20925464883 |
2265 | 2024-02-03T10:54:43.270Z | Finished release [optimized] target(s) in 1.05s |
2266 | 2024-02-03T10:54:43.299Z | Running `target/release/omicron-package stamp propolis-server 6.0.0-0.ci+git20925464883` |
2267 | 2024-02-03T10:54:43.341Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2268 | 2024-02-03T10:54:45.539Z | Created: out/versioned/propolis-server.tar.gz |
2269 | 2024-02-03T10:54:45.552Z | + for package in "$@" |
2270 | 2024-02-03T10:54:45.552Z | + [[ overlay == mg-ddm-gz ]] |
2271 | 2024-02-03T10:54:45.552Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 6.0.0-0.ci+git20925464883 |
2272 | 2024-02-03T10:54:46.278Z | Finished release [optimized] target(s) in 1.06s |
2273 | 2024-02-03T10:54:46.307Z | Running `target/release/omicron-package stamp overlay 6.0.0-0.ci+git20925464883` |
2274 | 2024-02-03T10:54:46.350Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2275 | 2024-02-03T10:54:46.353Z | Created: out/versioned/overlay.tar.gz |
2276 | 2024-02-03T10:54:46.356Z | + for package in "$@" |
2277 | 2024-02-03T10:54:46.356Z | + [[ oxlog == mg-ddm-gz ]] |
2278 | 2024-02-03T10:54:46.356Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 6.0.0-0.ci+git20925464883 |
2279 | 2024-02-03T10:54:47.468Z | Finished release [optimized] target(s) in 1.03s |
2280 | 2024-02-03T10:54:47.497Z | Running `target/release/omicron-package stamp oxlog 6.0.0-0.ci+git20925464883` |
2281 | 2024-02-03T10:54:47.539Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2282 | 2024-02-03T10:54:47.574Z | Created: out/versioned/oxlog.tar |
2283 | 2024-02-03T10:54:47.577Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2284 | 2024-02-03T10:54:47.590Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2285 | 2024-02-03T10:54:47.593Z | ++ cd -- ./tools |
2286 | 2024-02-03T10:54:47.593Z | ++ pwd |
2287 | 2024-02-03T10:54:47.593Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2288 | 2024-02-03T10:54:47.595Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2289 | 2024-02-03T10:54:47.696Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2290 | 2024-02-03T10:54:47.700Z | ++ readlink -f /work |
2291 | 2024-02-03T10:54:47.700Z | + out_dir=/work |
2292 | 2024-02-03T10:54:47.700Z | + 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") |
2293 | 2024-02-03T10:54:47.700Z | + for dep in "${deps[@]}" |
2294 | 2024-02-03T10:54:47.700Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2295 | 2024-02-03T10:54:47.703Z | + for dep in "${deps[@]}" |
2296 | 2024-02-03T10:54:47.703Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2297 | 2024-02-03T10:54:47.703Z | + for dep in "${deps[@]}" |
2298 | 2024-02-03T10:54:47.703Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2299 | 2024-02-03T10:54:47.703Z | + for dep in "${deps[@]}" |
2300 | 2024-02-03T10:54:47.703Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2301 | 2024-02-03T10:54:47.703Z | + for dep in "${deps[@]}" |
2302 | 2024-02-03T10:54:47.703Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2303 | 2024-02-03T10:54:47.703Z | ++ mktemp -d |
2304 | 2024-02-03T10:54:47.706Z | + tmp_gz=/tmp/tmp.yFaaTh |
2305 | 2024-02-03T10:54:47.706Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2306 | 2024-02-03T10:54:47.706Z | + echo '{"v":"1","t":"layer"}' |
2307 | 2024-02-03T10:54:47.706Z | + pkg_dir=/tmp/tmp.yFaaTh/root/opt/oxide/sled-agent |
2308 | 2024-02-03T10:54:47.706Z | + mkdir -p /tmp/tmp.yFaaTh/root/opt/oxide/sled-agent |
2309 | 2024-02-03T10:54:47.706Z | + cd /tmp/tmp.yFaaTh/root/opt/oxide/sled-agent |
2310 | 2024-02-03T10:54:47.706Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2311 | 2024-02-03T10:54:47.834Z | x ., 0 bytes, 0 tape blocks |
2312 | 2024-02-03T10:54:47.834Z | x zone-bundle, 41635728 bytes, 81320 tape blocks |
2313 | 2024-02-03T10:54:47.834Z | x sled-agent, 80829328 bytes, 157870 tape blocks |
2314 | 2024-02-03T10:54:47.834Z | x pkg, 0 bytes, 0 tape blocks |
2315 | 2024-02-03T10:54:47.835Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2316 | 2024-02-03T10:54:47.835Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2317 | 2024-02-03T10:54:47.835Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2318 | 2024-02-03T10:54:47.835Z | x VERSION, 25 bytes, 1 tape blocks |
2319 | 2024-02-03T10:54:47.838Z | + mkdir -p /tmp/tmp.yFaaTh/root/lib/svc/manifest/site/ |
2320 | 2024-02-03T10:54:47.838Z | + mv pkg/manifest.xml /tmp/tmp.yFaaTh/root/lib/svc/manifest/site/sled-agent.xml |
2321 | 2024-02-03T10:54:47.841Z | + cd - |
2322 | 2024-02-03T10:54:47.841Z | /work/oxidecomputer/omicron |
2323 | 2024-02-03T10:54:47.841Z | + pkg_dir=/tmp/tmp.yFaaTh/root/opt/oxide/mg-ddm |
2324 | 2024-02-03T10:54:47.841Z | + mkdir -p /tmp/tmp.yFaaTh/root/opt/oxide/mg-ddm |
2325 | 2024-02-03T10:54:47.844Z | + cd /tmp/tmp.yFaaTh/root/opt/oxide/mg-ddm |
2326 | 2024-02-03T10:54:47.844Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2327 | 2024-02-03T10:54:47.911Z | x ., 0 bytes, 0 tape blocks |
2328 | 2024-02-03T10:54:47.911Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2329 | 2024-02-03T10:54:47.911Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2330 | 2024-02-03T10:54:47.911Z | x pkg, 0 bytes, 0 tape blocks |
2331 | 2024-02-03T10:54:47.911Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2332 | 2024-02-03T10:54:47.911Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2333 | 2024-02-03T10:54:47.911Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2334 | 2024-02-03T10:54:47.911Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2335 | 2024-02-03T10:54:47.911Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2336 | 2024-02-03T10:54:47.911Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2337 | 2024-02-03T10:54:47.911Z | x VERSION, 25 bytes, 1 tape blocks |
2338 | 2024-02-03T10:54:47.914Z | + cd - |
2339 | 2024-02-03T10:54:47.914Z | /work/oxidecomputer/omicron |
2340 | 2024-02-03T10:54:47.915Z | + pkg_dir=/tmp/tmp.yFaaTh/root/opt/oxide/oxlog |
2341 | 2024-02-03T10:54:47.915Z | + mkdir -p /tmp/tmp.yFaaTh/root/opt/oxide/oxlog |
2342 | 2024-02-03T10:54:47.915Z | + cd /tmp/tmp.yFaaTh/root/opt/oxide/oxlog |
2343 | 2024-02-03T10:54:47.915Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2344 | 2024-02-03T10:54:47.922Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-03T10:54:47.922Z | x oxlog, 8379648 bytes, 16367 tape blocks |
2346 | 2024-02-03T10:54:47.922Z | x VERSION, 25 bytes, 1 tape blocks |
2347 | 2024-02-03T10:54:47.925Z | + cd - |
2348 | 2024-02-03T10:54:47.926Z | /work/oxidecomputer/omicron |
2349 | 2024-02-03T10:54:47.926Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.yFaaTh/root/opt/oxide |
2350 | 2024-02-03T10:54:48.034Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.yFaaTh/root/opt/oxide |
2351 | 2024-02-03T10:54:48.037Z | + cd /tmp/tmp.yFaaTh |
2352 | 2024-02-03T10:54:48.040Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2353 | 2024-02-03T10:55:00.417Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2354 | 2024-02-03T10:55:00.417Z | a oxide.json 1K |
2355 | 2024-02-03T10:55:00.417Z | a root/ 0K |
2356 | 2024-02-03T10:55:00.417Z | a root/opt/ 0K |
2357 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/ 0K |
2358 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/ 0K |
2359 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/zone-bundle 40660K |
2360 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/sled-agent 78935K |
2361 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2362 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2363 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2364 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/sled-agent/VERSION 1K |
2365 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/mg-ddm/ 0K |
2366 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2367 | 2024-02-03T10:55:00.417Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2368 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2369 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2370 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2371 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2372 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2373 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2374 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2375 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2376 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/oxlog/ 0K |
2377 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/oxlog/oxlog 8184K |
2378 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/oxlog/VERSION 1K |
2379 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/propolis-server.tar.gz 64617K |
2380 | 2024-02-03T10:55:00.418Z | a root/opt/oxide/overlay.tar.gz 3K |
2381 | 2024-02-03T10:55:00.418Z | a root/lib/ 0K |
2382 | 2024-02-03T10:55:00.418Z | a root/lib/svc/ 0K |
2383 | 2024-02-03T10:55:00.418Z | a root/lib/svc/manifest/ 0K |
2384 | 2024-02-03T10:55:00.418Z | a root/lib/svc/manifest/site/ 0K |
2385 | 2024-02-03T10:55:00.418Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2386 | 2024-02-03T10:55:00.424Z | + cd / |
2387 | 2024-02-03T10:55:00.424Z | + rm -rf /tmp/tmp.yFaaTh |
2388 | 2024-02-03T10:55:00.466Z | |
2389 | 2024-02-03T10:55:00.466Z | real 12.884711642 |
2390 | 2024-02-03T10:55:00.466Z | user 11.870653499 |
2391 | 2024-02-03T10:55:00.466Z | sys 0.976258158 |
2392 | 2024-02-03T10:55:00.466Z | trap 0.003796992 |
2393 | 2024-02-03T10:55:00.466Z | tflt 0.000000000 |
2394 | 2024-02-03T10:55:00.471Z | dflt 0.000000000 |
2395 | 2024-02-03T10:55:00.471Z | kflt 0.000000000 |
2396 | 2024-02-03T10:55:00.471Z | lock 0.000000000 |
2397 | 2024-02-03T10:55:00.471Z | slp 24.894346854 |
2398 | 2024-02-03T10:55:00.471Z | lat 0.385148648 |
2399 | 2024-02-03T10:55:00.471Z | stop 0.000319010 |
2400 | 2024-02-03T10:55:00.471Z | + mkdir -p /work/zones |
2401 | 2024-02-03T10:55:00.471Z | + 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) |
2402 | 2024-02-03T10:55:00.471Z | + 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/ |
2403 | 2024-02-03T10:55:04.638Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2404 | 2024-02-03T10:55:05.864Z | Finished release [optimized] target(s) in 1.13s |
2405 | 2024-02-03T10:55:05.896Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2406 | 2024-02-03T10:55:05.939Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2407 | 2024-02-03T10:55:05.943Z | Created new build target 'recovery' and set it as active |
2408 | 2024-02-03T10:55:05.943Z | |
2409 | 2024-02-03T10:55:05.943Z | real 1.299800937 |
2410 | 2024-02-03T10:55:05.943Z | user 0.924073245 |
2411 | 2024-02-03T10:55:05.943Z | sys 0.374462085 |
2412 | 2024-02-03T10:55:05.943Z | trap 0.000577558 |
2413 | 2024-02-03T10:55:05.943Z | tflt 0.000005906 |
2414 | 2024-02-03T10:55:05.943Z | dflt 0.000021430 |
2415 | 2024-02-03T10:55:05.944Z | kflt 0.000000000 |
2416 | 2024-02-03T10:55:05.944Z | lock 0.037740742 |
2417 | 2024-02-03T10:55:05.944Z | slp 0.024306518 |
2418 | 2024-02-03T10:55:05.944Z | lat 0.003995377 |
2419 | 2024-02-03T10:55:05.944Z | stop 0.000260756 |
2420 | 2024-02-03T10:55:05.944Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2421 | 2024-02-03T10:55:07.184Z | Finished release [optimized] target(s) in 1.15s |
2422 | 2024-02-03T10:55:07.214Z | Running `target/release/omicron-package -t recovery package` |
2423 | 2024-02-03T10:55:07.257Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-03T10:55:08.295Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2425 | 2024-02-03T10:55:12.318Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2426 | 2024-02-03T10:55:45.793Z | Finished release [optimized] target(s) in 38.44s |
2427 | 2024-02-03T10:56:01.540Z | |
2428 | 2024-02-03T10:56:01.544Z | real 55.591704102 |
2429 | 2024-02-03T10:56:01.544Z | user 2:42.346856765 |
2430 | 2024-02-03T10:56:01.544Z | sys 13.347102583 |
2431 | 2024-02-03T10:56:01.544Z | trap 0.083844105 |
2432 | 2024-02-03T10:56:01.544Z | tflt 0.196059888 |
2433 | 2024-02-03T10:56:01.544Z | dflt 0.720483737 |
2434 | 2024-02-03T10:56:01.544Z | kflt 0.013523099 |
2435 | 2024-02-03T10:56:01.544Z | lock 14:39.588302672 |
2436 | 2024-02-03T10:56:01.544Z | slp 2:42.660648359 |
2437 | 2024-02-03T10:56:01.544Z | lat 1.666311634 |
2438 | 2024-02-03T10:56:01.544Z | stop 0.194044138 |
2439 | 2024-02-03T10:56:01.544Z | + stamp_packages installinator mg-ddm-gz |
2440 | 2024-02-03T10:56:01.544Z | + for package in "$@" |
2441 | 2024-02-03T10:56:01.544Z | + [[ installinator == mg-ddm-gz ]] |
2442 | 2024-02-03T10:56:01.544Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 6.0.0-0.ci+git20925464883 |
2443 | 2024-02-03T10:56:02.697Z | Finished release [optimized] target(s) in 1.07s |
2444 | 2024-02-03T10:56:02.725Z | Running `target/release/omicron-package stamp installinator 6.0.0-0.ci+git20925464883` |
2445 | 2024-02-03T10:56:02.780Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2446 | 2024-02-03T10:56:02.909Z | Created: out/versioned/installinator.tar |
2447 | 2024-02-03T10:56:02.914Z | + for package in "$@" |
2448 | 2024-02-03T10:56:02.914Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2449 | 2024-02-03T10:56:02.914Z | + echo 0.0.0 |
2450 | 2024-02-03T10:56:02.914Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2451 | 2024-02-03T10:56:02.918Z | a VERSION 1K |
2452 | 2024-02-03T10:56:02.918Z | + rm VERSION |
2453 | 2024-02-03T10:56:02.918Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 6.0.0-0.ci+git20925464883 |
2454 | 2024-02-03T10:56:04.065Z | Finished release [optimized] target(s) in 1.05s |
2455 | 2024-02-03T10:56:04.118Z | Running `target/release/omicron-package stamp mg-ddm-gz 6.0.0-0.ci+git20925464883` |
2456 | 2024-02-03T10:56:04.128Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2457 | 2024-02-03T10:56:04.298Z | Created: out/versioned/mg-ddm-gz.tar |
2458 | 2024-02-03T10:56:04.306Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2459 | 2024-02-03T10:56:04.332Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2460 | 2024-02-03T10:56:04.332Z | ++ cd -- ./tools |
2461 | 2024-02-03T10:56:04.332Z | ++ pwd |
2462 | 2024-02-03T10:56:04.332Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2463 | 2024-02-03T10:56:04.332Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2464 | 2024-02-03T10:56:04.333Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2465 | 2024-02-03T10:56:04.333Z | ++ readlink -f /work |
2466 | 2024-02-03T10:56:04.333Z | + out_dir=/work |
2467 | 2024-02-03T10:56:04.333Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2468 | 2024-02-03T10:56:04.333Z | + for dep in "${deps[@]}" |
2469 | 2024-02-03T10:56:04.333Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2470 | 2024-02-03T10:56:04.333Z | + for dep in "${deps[@]}" |
2471 | 2024-02-03T10:56:04.333Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2472 | 2024-02-03T10:56:04.333Z | ++ mktemp -d |
2473 | 2024-02-03T10:56:04.333Z | + tmp_trampoline=/tmp/tmp.SmaOXh |
2474 | 2024-02-03T10:56:04.333Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2475 | 2024-02-03T10:56:04.334Z | + echo '{"v":"1","t":"layer"}' |
2476 | 2024-02-03T10:56:04.334Z | + pkg_dir=/tmp/tmp.SmaOXh/root/opt/oxide/installinator |
2477 | 2024-02-03T10:56:04.334Z | + mkdir -p /tmp/tmp.SmaOXh/root/opt/oxide/installinator |
2478 | 2024-02-03T10:56:04.338Z | + cd /tmp/tmp.SmaOXh/root/opt/oxide/installinator |
2479 | 2024-02-03T10:56:04.338Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2480 | 2024-02-03T10:56:04.395Z | x ., 0 bytes, 0 tape blocks |
2481 | 2024-02-03T10:56:04.395Z | x installinator, 55091768 bytes, 107602 tape blocks |
2482 | 2024-02-03T10:56:04.396Z | x pkg, 0 bytes, 0 tape blocks |
2483 | 2024-02-03T10:56:04.396Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2484 | 2024-02-03T10:56:04.396Z | x VERSION, 25 bytes, 1 tape blocks |
2485 | 2024-02-03T10:56:04.400Z | + mkdir -p /tmp/tmp.SmaOXh/root/lib/svc/manifest/site/ |
2486 | 2024-02-03T10:56:04.400Z | + mv pkg/manifest.xml /tmp/tmp.SmaOXh/root/lib/svc/manifest/site/installinator.xml |
2487 | 2024-02-03T10:56:04.400Z | + cd - |
2488 | 2024-02-03T10:56:04.400Z | /work/oxidecomputer/omicron |
2489 | 2024-02-03T10:56:04.400Z | + pkg_dir=/tmp/tmp.SmaOXh/root/opt/oxide/mg-ddm |
2490 | 2024-02-03T10:56:04.401Z | + mkdir -p /tmp/tmp.SmaOXh/root/opt/oxide/mg-ddm |
2491 | 2024-02-03T10:56:04.405Z | + cd /tmp/tmp.SmaOXh/root/opt/oxide/mg-ddm |
2492 | 2024-02-03T10:56:04.405Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2493 | 2024-02-03T10:56:04.471Z | x ., 0 bytes, 0 tape blocks |
2494 | 2024-02-03T10:56:04.471Z | x ddmadm, 33107864 bytes, 64664 tape blocks |
2495 | 2024-02-03T10:56:04.472Z | x ddmd, 29955928 bytes, 58508 tape blocks |
2496 | 2024-02-03T10:56:04.472Z | x pkg, 0 bytes, 0 tape blocks |
2497 | 2024-02-03T10:56:04.472Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2498 | 2024-02-03T10:56:04.472Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2499 | 2024-02-03T10:56:04.472Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2500 | 2024-02-03T10:56:04.472Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2501 | 2024-02-03T10:56:04.473Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2502 | 2024-02-03T10:56:04.473Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2503 | 2024-02-03T10:56:04.473Z | x VERSION, 25 bytes, 1 tape blocks |
2504 | 2024-02-03T10:56:04.477Z | + cd - |
2505 | 2024-02-03T10:56:04.477Z | /work/oxidecomputer/omicron |
2506 | 2024-02-03T10:56:04.477Z | + cd /tmp/tmp.SmaOXh |
2507 | 2024-02-03T10:56:04.478Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2508 | 2024-02-03T10:56:10.595Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2509 | 2024-02-03T10:56:10.595Z | a oxide.json 1K |
2510 | 2024-02-03T10:56:10.595Z | a root/ 0K |
2511 | 2024-02-03T10:56:10.595Z | a root/opt/ 0K |
2512 | 2024-02-03T10:56:10.595Z | a root/opt/oxide/ 0K |
2513 | 2024-02-03T10:56:10.595Z | a root/opt/oxide/installinator/ 0K |
2514 | 2024-02-03T10:56:10.595Z | a root/opt/oxide/installinator/installinator 53801K |
2515 | 2024-02-03T10:56:10.595Z | a root/opt/oxide/installinator/pkg/ 0K |
2516 | 2024-02-03T10:56:10.595Z | a root/opt/oxide/installinator/VERSION 1K |
2517 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/ 0K |
2518 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/ddmadm 32332K |
2519 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/ddmd 29254K |
2520 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2521 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2522 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2523 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2524 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2525 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2526 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2527 | 2024-02-03T10:56:10.596Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2528 | 2024-02-03T10:56:10.596Z | a root/lib/ 0K |
2529 | 2024-02-03T10:56:10.596Z | a root/lib/svc/ 0K |
2530 | 2024-02-03T10:56:10.596Z | a root/lib/svc/manifest/ 0K |
2531 | 2024-02-03T10:56:10.596Z | a root/lib/svc/manifest/site/ 0K |
2532 | 2024-02-03T10:56:10.596Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2533 | 2024-02-03T10:56:10.599Z | + cd / |
2534 | 2024-02-03T10:56:10.599Z | + rm -rf /tmp/tmp.SmaOXh |
2535 | 2024-02-03T10:56:10.751Z | |
2536 | 2024-02-03T10:56:10.756Z | real 6.316149395 |
2537 | 2024-02-03T10:56:10.756Z | user 5.912232543 |
2538 | 2024-02-03T10:56:10.756Z | sys 0.433236960 |
2539 | 2024-02-03T10:56:10.756Z | trap 0.001601821 |
2540 | 2024-02-03T10:56:10.756Z | tflt 0.000000000 |
2541 | 2024-02-03T10:56:10.756Z | dflt 0.000000000 |
2542 | 2024-02-03T10:56:10.756Z | kflt 0.000000000 |
2543 | 2024-02-03T10:56:10.757Z | lock 0.000000000 |
2544 | 2024-02-03T10:56:10.757Z | slp 12.219190707 |
2545 | 2024-02-03T10:56:10.757Z | lat 0.174644629 |
2546 | 2024-02-03T10:56:10.757Z | stop 0.000360728 |
2547 | 2024-02-03T10:56:10.757Z | process exited: duration 2433421 ms, exit code 0 |
|
2548 | 2024-02-03T10:56:10.777Z | found 21 output files |
2549 | 2024-02-03T10:56:10.777Z | uploading: /work/version.txt (26 bytes) |
2550 | 2024-02-03T10:56:11.786Z | uploaded: /work/version.txt |
2551 | 2024-02-03T10:56:11.802Z | uploading: /work/package.tar.gz (86425839 bytes) |
2552 | 2024-02-03T10:56:37.197Z | uploaded: /work/package.tar.gz |
2553 | 2024-02-03T10:56:37.197Z | uploading: /work/global-zone-packages.tar.gz (126485698 bytes) |
2554 | 2024-02-03T10:57:19.267Z | uploaded: /work/global-zone-packages.tar.gz |
2555 | 2024-02-03T10:57:19.268Z | uploading: /work/trampoline-global-zone-packages.tar.gz (37380317 bytes) |
2556 | 2024-02-03T10:57:36.375Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2557 | 2024-02-03T10:57:36.375Z | uploading: /work/zones/clickhouse.tar.gz (194366483 bytes) |
2558 | 2024-02-03T10:58:55.192Z | uploaded: /work/zones/clickhouse.tar.gz |
2559 | 2024-02-03T10:58:55.192Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194366967 bytes) |
2560 | 2024-02-03T11:00:01.176Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2561 | 2024-02-03T11:00:01.176Z | uploading: /work/zones/cockroachdb.tar.gz (131459674 bytes) |
2562 | 2024-02-03T11:00:44.041Z | uploaded: /work/zones/cockroachdb.tar.gz |
2563 | 2024-02-03T11:00:44.041Z | uploading: /work/zones/crucible-pantry.tar.gz (17071602 bytes) |
2564 | 2024-02-03T11:00:49.551Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2565 | 2024-02-03T11:00:49.551Z | uploading: /work/zones/crucible.tar.gz (34042166 bytes) |
2566 | 2024-02-03T11:01:03.378Z | uploaded: /work/zones/crucible.tar.gz |
2567 | 2024-02-03T11:01:03.378Z | uploading: /work/zones/external-dns.tar.gz (23595387 bytes) |
2568 | 2024-02-03T11:01:14.094Z | uploaded: /work/zones/external-dns.tar.gz |
2569 | 2024-02-03T11:01:14.094Z | uploading: /work/zones/internal-dns.tar.gz (23595386 bytes) |
2570 | 2024-02-03T11:01:24.017Z | uploaded: /work/zones/internal-dns.tar.gz |
2571 | 2024-02-03T11:01:24.017Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2572 | 2024-02-03T11:01:25.049Z | uploaded: /work/zones/ntp.tar.gz |
2573 | 2024-02-03T11:01:25.049Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19497798 bytes) |
2574 | 2024-02-03T11:01:35.442Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2575 | 2024-02-03T11:01:35.459Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19498028 bytes) |
2576 | 2024-02-03T11:01:45.606Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2577 | 2024-02-03T11:01:45.607Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87491017 bytes) |
2578 | 2024-02-03T11:02:20.272Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2579 | 2024-02-03T11:02:20.272Z | uploading: /work/zones/omicron-nexus.tar.gz (87487226 bytes) |
2580 | 2024-02-03T11:02:50.311Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2581 | 2024-02-03T11:02:50.311Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2582 | 2024-02-03T11:02:51.873Z | uploaded: /work/zones/overlay.tar.gz |
2583 | 2024-02-03T11:02:51.873Z | uploading: /work/zones/oximeter.tar.gz (55734241 bytes) |
2584 | 2024-02-03T11:03:11.798Z | uploaded: /work/zones/oximeter.tar.gz |
2585 | 2024-02-03T11:03:11.798Z | uploading: /work/zones/propolis-server.tar.gz (66166937 bytes) |
2586 | 2024-02-03T11:03:31.404Z | uploaded: /work/zones/propolis-server.tar.gz |
2587 | 2024-02-03T11:03:31.404Z | uploading: /work/zones/switch-asic.tar.gz (281561993 bytes) |
2588 | 2024-02-03T11:05:18.490Z | uploaded: /work/zones/switch-asic.tar.gz |
2589 | 2024-02-03T11:05:18.490Z | uploading: /work/zones/switch-softnpu.tar.gz (205735459 bytes) |
2590 | 2024-02-03T11:06:32.951Z | uploaded: /work/zones/switch-softnpu.tar.gz |