|
|
|
1 | 2024-02-17T06:10:47.729Z | job assigned to worker 01HPTTXHJZDY15G0111TM3T5CE (queued for 1 m 46 s) |
|
2 | 2024-02-17T06:10:48.543Z | starting task 0: "setup" |
3 | 2024-02-17T06:10:49.044Z | ++ uname -s |
4 | 2024-02-17T06:10:49.066Z | + kern=SunOS |
5 | 2024-02-17T06:10:49.067Z | + case "$kern" in |
6 | 2024-02-17T06:10:49.067Z | + groupadd -g 12345 build |
7 | 2024-02-17T06:10:49.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-17T06:10:51.048Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-17T06:10:51.189Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-17T06:10:51.192Z | + home_fs=zfs |
11 | 2024-02-17T06:10:51.192Z | + [[ zfs == autofs ]] |
12 | 2024-02-17T06:10:51.192Z | + mkdir -p /home/build |
13 | 2024-02-17T06:10:51.207Z | + chown build:build /home/build /work |
14 | 2024-02-17T06:10:53.196Z | + chmod 0700 /home/build /work |
15 | 2024-02-17T06:10:53.199Z | process exited: duration 4655 ms, exit code 0 |
|
16 | 2024-02-17T06:10:53.206Z | starting task 1: "rust-toolchain" |
17 | 2024-02-17T06:10:53.214Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-17T06:10:53.217Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-17T06:10:53.337Z | info: downloading installer |
20 | 2024-02-17T06:10:55.773Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-17T06:10:55.773Z | warning: /opt/ooce/bin |
22 | 2024-02-17T06:10:55.773Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-17T06:10:55.773Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-17T06:10:55.773Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-17T06:10:55.773Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-17T06:10:55.774Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-17T06:10:55.774Z | error: cannot install while Rust is installed |
28 | 2024-02-17T06:10:55.774Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-17T06:10:56.158Z | info: profile set to 'default' |
30 | 2024-02-17T06:10:56.158Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-17T06:10:56.165Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-17T06:10:56.344Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-17T06:10:56.344Z | info: downloading component 'cargo' |
34 | 2024-02-17T06:10:57.436Z | info: downloading component 'clippy' |
35 | 2024-02-17T06:10:57.845Z | info: downloading component 'rust-docs' |
36 | 2024-02-17T06:11:00.671Z | info: downloading component 'rust-std' |
37 | 2024-02-17T06:11:03.013Z | info: downloading component 'rustc' |
38 | 2024-02-17T06:11:08.197Z | info: downloading component 'rustfmt' |
39 | 2024-02-17T06:11:08.474Z | info: installing component 'cargo' |
40 | 2024-02-17T06:11:09.633Z | info: installing component 'clippy' |
41 | 2024-02-17T06:11:10.174Z | info: installing component 'rust-docs' |
42 | 2024-02-17T06:11:11.766Z | info: installing component 'rust-std' |
43 | 2024-02-17T06:11:14.145Z | info: installing component 'rustc' |
44 | 2024-02-17T06:11:19.079Z | info: installing component 'rustfmt' |
45 | 2024-02-17T06:11:19.531Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-17T06:11:19.531Z | |
47 | 2024-02-17T06:11:19.779Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-17T06:11:19.779Z | |
49 | 2024-02-17T06:11:19.779Z | |
50 | 2024-02-17T06:11:19.779Z | Rust is installed now. Great! |
51 | 2024-02-17T06:11:19.779Z | |
52 | 2024-02-17T06:11:19.779Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-17T06:11:19.780Z | environment variable. This has not been done automatically. |
54 | 2024-02-17T06:11:19.780Z | |
55 | 2024-02-17T06:11:19.791Z | To configure your current shell, run: |
56 | 2024-02-17T06:11:19.792Z | source "$HOME/.cargo/env" |
57 | 2024-02-17T06:11:19.838Z | + rustc --version |
58 | 2024-02-17T06:11:19.914Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-17T06:11:20.399Z | process exited: duration 26699 ms, exit code 0 |
|
60 | 2024-02-17T06:11:20.405Z | starting task 2: "authentication" |
61 | 2024-02-17T06:11:20.433Z | process exited: duration 24 ms, exit code 0 |
|
62 | 2024-02-17T06:11:20.470Z | starting task 3: "clone repository" |
63 | 2024-02-17T06:11:20.890Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-17T06:11:20.890Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-17T06:11:21.486Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-17T06:11:27.832Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-17T06:11:27.838Z | + git fetch origin 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
68 | 2024-02-17T06:11:28.153Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-17T06:11:28.153Z | * branch 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b -> FETCH_HEAD |
70 | 2024-02-17T06:11:28.163Z | + [[ -n renovate/russh-monorepo ]] |
71 | 2024-02-17T06:11:28.166Z | ++ git branch --show-current |
72 | 2024-02-17T06:11:28.169Z | + current=main |
73 | 2024-02-17T06:11:28.169Z | + [[ main != renovate/russh-monorepo ]] |
74 | 2024-02-17T06:11:28.169Z | + git branch -f renovate/russh-monorepo 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
75 | 2024-02-17T06:11:28.172Z | + git checkout -f renovate/russh-monorepo |
76 | 2024-02-17T06:11:28.287Z | Switched to branch 'renovate/russh-monorepo' |
77 | 2024-02-17T06:11:28.292Z | + git reset --hard 7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
78 | 2024-02-17T06:11:28.301Z | HEAD is now at 7ef19c0c5 fix(deps): update russh monorepo to 0.42.0 |
79 | 2024-02-17T06:11:28.307Z | process exited: duration 7839 ms, exit code 0 |
|
80 | 2024-02-17T06:11:28.325Z | starting task 4: "build" |
81 | 2024-02-17T06:11:28.340Z | + cargo --version |
82 | 2024-02-17T06:11:28.340Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-17T06:11:28.944Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-17T06:11:28.944Z | info: downloading component 'cargo' |
85 | 2024-02-17T06:11:29.588Z | info: downloading component 'clippy' |
86 | 2024-02-17T06:11:29.962Z | info: downloading component 'rust-docs' |
87 | 2024-02-17T06:11:31.322Z | info: downloading component 'rust-std' |
88 | 2024-02-17T06:11:32.886Z | info: downloading component 'rustc' |
89 | 2024-02-17T06:11:37.303Z | info: downloading component 'rustfmt' |
90 | 2024-02-17T06:11:37.542Z | info: installing component 'cargo' |
91 | 2024-02-17T06:11:38.475Z | info: installing component 'clippy' |
92 | 2024-02-17T06:11:38.813Z | info: installing component 'rust-docs' |
93 | 2024-02-17T06:11:40.442Z | info: installing component 'rust-std' |
94 | 2024-02-17T06:11:42.124Z | info: installing component 'rustc' |
95 | 2024-02-17T06:11:46.228Z | info: installing component 'rustfmt' |
96 | 2024-02-17T06:11:46.621Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-17T06:11:46.627Z | + rustc --version |
98 | 2024-02-17T06:11:46.695Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-17T06:11:46.701Z | ++ git rev-parse HEAD |
100 | 2024-02-17T06:11:46.704Z | + COMMIT=7ef19c0c52b1c00773bb6cd4623a11c8d646db4b |
101 | 2024-02-17T06:11:46.707Z | + VERSION=7.0.0-0.ci+git7ef19c0c52b |
102 | 2024-02-17T06:11:46.707Z | + echo 7.0.0-0.ci+git7ef19c0c52b |
103 | 2024-02-17T06:11:46.707Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-17T06:11:58.688Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-17T06:11:59.994Z | Startup: Caching catalogs ... Done |
106 | 2024-02-17T06:12:01.442Z | Planning: Solver setup ... Done (1.036s) |
107 | 2024-02-17T06:12:01.471Z | Planning: Running solver ... Done (0.029s) |
108 | 2024-02-17T06:12:01.715Z | Planning: Finding local manifests ... Done (0.218s) |
109 | 2024-02-17T06:12:01.737Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-17T06:12:02.067Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-17T06:12:02.122Z | Planning: Package planning ... Done (0.054s) |
112 | 2024-02-17T06:12:02.175Z | Planning: Merging actions ... Done (0.053s) |
113 | 2024-02-17T06:12:03.307Z | Planning: Checking for conflicting actions ... Done (1.131s) |
114 | 2024-02-17T06:12:03.319Z | Planning: Consolidating action changes ... Done (0.012s) |
115 | 2024-02-17T06:12:07.719Z | Planning: Evaluating mediators ... Done (4.400s) |
116 | 2024-02-17T06:12:07.729Z | Planning: Planning completed in 7.68 seconds |
117 | 2024-02-17T06:12:07.744Z | Packages to install: 4 |
118 | 2024-02-17T06:12:07.744Z | Mediators to change: 2 |
119 | 2024-02-17T06:12:07.747Z | Services to change: 1 |
120 | 2024-02-17T06:12:07.747Z | Estimated space available: 148.87 GB |
121 | 2024-02-17T06:12:07.747Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-17T06:12:07.747Z | Create boot environment: No |
123 | 2024-02-17T06:12:07.747Z | Create backup boot environment: No |
124 | 2024-02-17T06:12:07.747Z | Rebuild boot archive: No |
125 | 2024-02-17T06:12:07.747Z | |
126 | 2024-02-17T06:12:07.747Z | Changed mediators: |
127 | 2024-02-17T06:12:07.747Z | mediator clang: |
128 | 2024-02-17T06:12:07.747Z | version: None -> 15 (system default) |
129 | 2024-02-17T06:12:07.747Z | |
130 | 2024-02-17T06:12:07.747Z | mediator llvm: |
131 | 2024-02-17T06:12:07.747Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-17T06:12:07.747Z | |
133 | 2024-02-17T06:12:07.747Z | Changed packages: |
134 | 2024-02-17T06:12:07.747Z | helios-dev |
135 | 2024-02-17T06:12:07.747Z | developer/build-essential |
136 | 2024-02-17T06:12:07.747Z | None -> 11-2.0 |
137 | 2024-02-17T06:12:07.748Z | library/libxmlsec1 |
138 | 2024-02-17T06:12:07.748Z | None -> 1.2.35-2.0 |
139 | 2024-02-17T06:12:07.748Z | ooce/developer/clang-15 |
140 | 2024-02-17T06:12:07.748Z | None -> 15.0.7-2.0 |
141 | 2024-02-17T06:12:07.748Z | ooce/developer/llvm-15 |
142 | 2024-02-17T06:12:07.748Z | None -> 15.0.7-2.0 |
143 | 2024-02-17T06:12:07.748Z | |
144 | 2024-02-17T06:12:07.748Z | Services: |
145 | 2024-02-17T06:12:07.748Z | restart_fmri: |
146 | 2024-02-17T06:12:07.748Z | svc:/system/update-man-index:default |
147 | 2024-02-17T06:12:08.031Z | |
148 | 2024-02-17T06:12:08.031Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-17T06:12:13.059Z | Download: 1192/3290 items 45.6/212.6MB 21% complete (9.9M/s) |
150 | 2024-02-17T06:12:18.060Z | Download: 2070/3290 items 118.8/212.6MB 55% complete (11.9M/s) |
151 | 2024-02-17T06:12:23.071Z | Download: 3247/3290 items 188.4/212.6MB 88% complete (14.2M/s) |
152 | 2024-02-17T06:12:25.058Z | Download: Completed 212.60 MB in 17.02 seconds (12.5M/s) |
153 | 2024-02-17T06:12:25.257Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-02-17T06:12:30.248Z | Actions: 3549/3689 actions (Installing new actions) |
155 | 2024-02-17T06:12:30.685Z | Actions: Completed 3689 actions in 5.44 seconds. |
156 | 2024-02-17T06:12:30.869Z | Done (0.178s) |
157 | 2024-02-17T06:12:30.870Z | Done (0.000s) |
158 | 2024-02-17T06:12:31.106Z | Done (0.221s) |
159 | 2024-02-17T06:12:36.891Z | Done (5.672s) |
160 | 2024-02-17T06:12:37.492Z | Done (0.117s) |
161 | 2024-02-17T06:12:37.495Z | Done (0.000s) |
162 | 2024-02-17T06:12:37.495Z | Done (0.000s) |
163 | 2024-02-17T06:12:37.788Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-02-17T06:12:37.957Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-02-17T06:12:37.971Z | Planning: Consolidating action changes ... Done |
166 | 2024-02-17T06:12:38.232Z | Planning: Evaluating mediators ... Done |
167 | 2024-02-17T06:12:38.235Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-02-17T06:12:38.262Z | Mediators to change: 2 |
169 | 2024-02-17T06:12:38.263Z | Create boot environment: No |
170 | 2024-02-17T06:12:38.263Z | Create backup boot environment: No |
171 | 2024-02-17T06:12:38.338Z | Done |
172 | 2024-02-17T06:12:38.338Z | Done |
173 | 2024-02-17T06:12:38.485Z | Done |
174 | 2024-02-17T06:12:42.982Z | Done |
175 | 2024-02-17T06:12:42.985Z | Done |
176 | 2024-02-17T06:12:42.985Z | Done |
177 | 2024-02-17T06:12:42.985Z | Done |
178 | 2024-02-17T06:12:43.439Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-17T06:12:43.445Z | Planning: Merging actions ... Done |
180 | 2024-02-17T06:12:43.650Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-17T06:12:43.713Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-17T06:12:43.914Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-17T06:12:43.973Z | Planning: Planning completed in 0.81 seconds |
184 | 2024-02-17T06:12:44.015Z | Packages to change: 1 |
185 | 2024-02-17T06:12:44.015Z | Mediators to change: 1 |
186 | 2024-02-17T06:12:44.015Z | Services to change: 1 |
187 | 2024-02-17T06:12:44.019Z | Create boot environment: No |
188 | 2024-02-17T06:12:44.020Z | Create backup boot environment: Yes |
189 | 2024-02-17T06:12:45.770Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-02-17T06:12:45.782Z | Actions: Completed 6 actions in 0.03 seconds. |
191 | 2024-02-17T06:12:45.785Z | Done |
192 | 2024-02-17T06:12:45.785Z | Done |
193 | 2024-02-17T06:12:45.832Z | Done |
194 | 2024-02-17T06:12:49.804Z | Done |
195 | 2024-02-17T06:12:49.904Z | Done |
196 | 2024-02-17T06:12:49.908Z | Done |
197 | 2024-02-17T06:12:50.004Z | Done |
198 | 2024-02-17T06:12:50.479Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-02-17T06:12:50.479Z | clang system 15 system |
200 | 2024-02-17T06:12:50.479Z | csh system system illumos |
201 | 2024-02-17T06:12:50.479Z | ctags system system illumos |
202 | 2024-02-17T06:12:50.479Z | gcc vendor 12 vendor |
203 | 2024-02-17T06:12:50.479Z | gcc system 10 system |
204 | 2024-02-17T06:12:50.479Z | gcc system 7 system |
205 | 2024-02-17T06:12:50.479Z | go system 1.20 system |
206 | 2024-02-17T06:12:50.480Z | go system 1.19 system |
207 | 2024-02-17T06:12:50.480Z | llvm system 15 system |
208 | 2024-02-17T06:12:50.480Z | llvm system 14 system |
209 | 2024-02-17T06:12:50.480Z | mariadb system 10.6 system |
210 | 2024-02-17T06:12:50.480Z | mta vendor vendor dma |
211 | 2024-02-17T06:12:50.480Z | openjdk system 17 system |
212 | 2024-02-17T06:12:50.480Z | openjdk system 11 system |
213 | 2024-02-17T06:12:50.480Z | openjdk system 1.8 system |
214 | 2024-02-17T06:12:50.480Z | openssl vendor 3 vendor |
215 | 2024-02-17T06:12:50.480Z | perl system 5.36 system |
216 | 2024-02-17T06:12:50.480Z | postgresql system 15 system |
217 | 2024-02-17T06:12:50.480Z | postgresql system 13 system |
218 | 2024-02-17T06:12:50.480Z | python vendor 3 vendor |
219 | 2024-02-17T06:12:50.480Z | python system 2 system |
220 | 2024-02-17T06:12:50.480Z | python3 system 3.11 system |
221 | 2024-02-17T06:12:50.480Z | ruby system 3.0 system |
222 | 2024-02-17T06:12:50.480Z | words vendor vendor american-english |
223 | 2024-02-17T06:12:50.480Z | words system system australian-english |
224 | 2024-02-17T06:12:50.480Z | words system system british-english |
225 | 2024-02-17T06:12:50.480Z | words system system canadian-english |
226 | 2024-02-17T06:12:50.480Z | words system system french |
227 | 2024-02-17T06:12:50.480Z | words system system italian |
228 | 2024-02-17T06:12:50.480Z | words system system ngerman |
229 | 2024-02-17T06:12:50.480Z | words system system ogerman |
230 | 2024-02-17T06:12:50.480Z | words system system spanish |
231 | 2024-02-17T06:12:50.822Z | FMRI IFO |
232 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-02-17T06:12:50.822Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-02-17T06:12:50.886Z | + set -o errexit |
241 | 2024-02-17T06:12:51.310Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-02-17T06:12:51.310Z | ++ cd ./tools |
243 | 2024-02-17T06:12:51.310Z | ++ pwd |
244 | 2024-02-17T06:12:51.310Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-02-17T06:12:51.310Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-02-17T06:12:51.310Z | + ARG0=ci_download_cockroachdb |
247 | 2024-02-17T06:12:51.310Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-02-17T06:12:51.310Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-02-17T06:12:51.310Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-02-17T06:12:51.311Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
251 | 2024-02-17T06:12:51.311Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
252 | 2024-02-17T06:12:51.311Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
253 | 2024-02-17T06:12:51.311Z | + TARGET_DIR=out |
254 | 2024-02-17T06:12:51.311Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-02-17T06:12:51.311Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-02-17T06:12:51.311Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-02-17T06:12:51.311Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-02-17T06:12:51.311Z | + main |
259 | 2024-02-17T06:12:51.311Z | + [[ 0 != 0 ]] |
260 | 2024-02-17T06:12:51.311Z | + CIDL_OS=solaris2.11 |
261 | 2024-02-17T06:12:51.311Z | + [[ 0 != 0 ]] |
262 | 2024-02-17T06:12:51.311Z | + configure_os solaris2.11 |
263 | 2024-02-17T06:12:51.311Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-02-17T06:12:51.311Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-02-17T06:12:51.311Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-17T06:12:51.311Z | + case "$1" in |
267 | 2024-02-17T06:12:51.311Z | + CIDL_BUILD=illumos |
268 | 2024-02-17T06:12:51.311Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-17T06:12:51.311Z | configuring based on OS: "solaris2.11" |
270 | 2024-02-17T06:12:51.311Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-02-17T06:12:51.311Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-17T06:12:51.311Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-17T06:12:51.311Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-17T06:12:51.311Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-17T06:12:51.311Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-17T06:12:51.312Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-17T06:12:51.312Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-17T06:12:51.312Z | + CIDL_SHA256FUNC=do_sha256sum |
279 | 2024-02-17T06:12:51.312Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-17T06:12:51.312Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-17T06:12:51.312Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-02-17T06:12:51.312Z | + mkdir -p out/downloads |
283 | 2024-02-17T06:12:51.312Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-02-17T06:12:51.312Z | + mkdir -p ./out/cockroachdb |
285 | 2024-02-17T06:12:51.312Z | + local DO_DOWNLOAD=true |
286 | 2024-02-17T06:12:51.312Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-02-17T06:12:51.312Z | + '[' true == true ']' |
288 | 2024-02-17T06:12:51.312Z | + echo Downloading... |
289 | 2024-02-17T06:12:51.312Z | Downloading... |
290 | 2024-02-17T06:12:51.312Z | + 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-17T06:12:51.312Z | + 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-17T06:12:54.728Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-17T06:12:54.731Z | ++ sha256sum |
294 | 2024-02-17T06:12:54.731Z | ++ awk '{print $1}' |
295 | 2024-02-17T06:12:54.830Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
296 | 2024-02-17T06:12:54.830Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
297 | 2024-02-17T06:12:54.833Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-17T06:12:54.833Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-02-17T06:12:57.014Z | + do_assemble_illumos |
300 | 2024-02-17T06:12:57.014Z | + rm -r ./out/cockroachdb |
301 | 2024-02-17T06:12:57.016Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-02-17T06:12:57.437Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-02-17T06:12:57.685Z | Build Tag: v22.1.9-dirty |
304 | 2024-02-17T06:12:57.685Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-02-17T06:12:57.685Z | Distribution: OSS |
306 | 2024-02-17T06:12:57.685Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-02-17T06:12:57.685Z | Go Version: go1.17.13 |
308 | 2024-02-17T06:12:57.685Z | C Compiler: gcc 10.3.0 |
309 | 2024-02-17T06:12:57.685Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-02-17T06:12:57.685Z | Build Type: release |
311 | 2024-02-17T06:12:57.704Z | + set -o errexit |
312 | 2024-02-17T06:12:57.707Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-02-17T06:12:57.710Z | ++ cd ./tools |
314 | 2024-02-17T06:12:57.710Z | ++ pwd |
315 | 2024-02-17T06:12:57.710Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-02-17T06:12:57.715Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-02-17T06:12:57.715Z | + ARG0=ci_download_clickhouse |
318 | 2024-02-17T06:12:57.716Z | + TARGET_DIR=out |
319 | 2024-02-17T06:12:57.716Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-02-17T06:12:57.716Z | + DEST_DIR=./out/clickhouse |
321 | 2024-02-17T06:12:57.716Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
322 | 2024-02-17T06:12:57.719Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-02-17T06:12:57.719Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-02-17T06:12:57.719Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-02-17T06:12:57.719Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-02-17T06:12:57.719Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-02-17T06:12:57.719Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-02-17T06:12:57.719Z | + main |
329 | 2024-02-17T06:12:57.719Z | + [[ 0 != 0 ]] |
330 | 2024-02-17T06:12:57.719Z | + CIDL_OS=solaris2.11 |
331 | 2024-02-17T06:12:57.719Z | + [[ 0 != 0 ]] |
332 | 2024-02-17T06:12:57.719Z | + configure_os solaris2.11 |
333 | 2024-02-17T06:12:57.719Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-02-17T06:12:57.719Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-17T06:12:57.719Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2024-02-17T06:12:57.720Z | + CIDL_DASHREV= |
337 | 2024-02-17T06:12:57.720Z | + case "$1" in |
338 | 2024-02-17T06:12:57.720Z | configuring based on OS: "solaris2.11" |
339 | 2024-02-17T06:12:57.720Z | + CIDL_PLATFORM=illumos |
340 | 2024-02-17T06:12:57.720Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-17T06:12:57.720Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-02-17T06:12:57.720Z | + CIDL_DASHREV=-1 |
343 | 2024-02-17T06:12:57.720Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-02-17T06:12:57.720Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-17T06:12:57.720Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-17T06:12:57.720Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-17T06:12:57.720Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-17T06:12:57.720Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2024-02-17T06:12:57.720Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-17T06:12:57.720Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2024-02-17T06:12:57.720Z | + mkdir -p out/downloads |
352 | 2024-02-17T06:12:57.720Z | + mkdir -p ./out/clickhouse |
353 | 2024-02-17T06:12:57.720Z | + local DO_DOWNLOAD=true |
354 | 2024-02-17T06:12:57.720Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-02-17T06:12:57.726Z | + '[' true == true ']' |
356 | 2024-02-17T06:12:57.726Z | + echo Downloading... |
357 | 2024-02-17T06:12:57.726Z | Downloading... |
358 | 2024-02-17T06:12:57.726Z | + 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 |
359 | 2024-02-17T06:12:57.726Z | + 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 |
360 | 2024-02-17T06:12:59.008Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-17T06:12:59.011Z | ++ md5sum |
362 | 2024-02-17T06:12:59.011Z | ++ awk '{print $1}' |
363 | 2024-02-17T06:12:59.193Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-02-17T06:12:59.193Z | + [[ 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 ]] |
365 | 2024-02-17T06:12:59.196Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-02-17T06:12:59.196Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-17T06:12:59.196Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-02-17T06:13:02.329Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-02-17T06:13:02.380Z | ClickHouse server version 22.8.9.1. |
370 | 2024-02-17T06:13:02.397Z | + set -o errexit |
371 | 2024-02-17T06:13:02.401Z | +++ dirname ./tools/ci_download_console |
372 | 2024-02-17T06:13:02.401Z | ++ cd ./tools |
373 | 2024-02-17T06:13:02.401Z | ++ pwd |
374 | 2024-02-17T06:13:02.401Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-02-17T06:13:02.405Z | ++ basename ./tools/ci_download_console |
376 | 2024-02-17T06:13:02.405Z | + ARG0=ci_download_console |
377 | 2024-02-17T06:13:02.405Z | + TARGET_DIR=out |
378 | 2024-02-17T06:13:02.405Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-02-17T06:13:02.405Z | + DEST_DIR=./out/console-assets |
380 | 2024-02-17T06:13:02.405Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-02-17T06:13:02.406Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
382 | 2024-02-17T06:13:02.406Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
383 | 2024-02-17T06:13:02.406Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
384 | 2024-02-17T06:13:02.406Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-02-17T06:13:02.406Z | + main |
386 | 2024-02-17T06:13:02.406Z | + [[ 0 != 0 ]] |
387 | 2024-02-17T06:13:02.406Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
388 | 2024-02-17T06:13:02.406Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
389 | 2024-02-17T06:13:02.406Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-17T06:13:02.406Z | + local DO_DOWNLOAD=true |
391 | 2024-02-17T06:13:02.406Z | Local file: out/downloads/console.tar.gz |
392 | 2024-02-17T06:13:02.406Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-02-17T06:13:02.406Z | + mkdir -p out/downloads |
394 | 2024-02-17T06:13:02.419Z | + '[' true == true ']' |
395 | 2024-02-17T06:13:02.419Z | + echo Downloading... |
396 | 2024-02-17T06:13:02.419Z | Downloading... |
397 | 2024-02-17T06:13:02.419Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
398 | 2024-02-17T06:13:02.419Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
399 | 2024-02-17T06:13:03.043Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-02-17T06:13:03.043Z | ++ case "$OSTYPE" in |
401 | 2024-02-17T06:13:03.047Z | ++ SHA=sha256sum |
402 | 2024-02-17T06:13:03.047Z | ++ sha256sum |
403 | 2024-02-17T06:13:03.047Z | ++ awk '{print $1}' |
404 | 2024-02-17T06:13:03.050Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
405 | 2024-02-17T06:13:03.050Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
406 | 2024-02-17T06:13:03.055Z | + rm -rf ./out/console-assets |
407 | 2024-02-17T06:13:03.055Z | + mkdir -p ./out/console-assets |
408 | 2024-02-17T06:13:03.055Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-02-17T06:13:03.055Z | + mkdir -p ./out/console-assets |
410 | 2024-02-17T06:13:03.058Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-02-17T06:13:03.158Z | + set -o errexit |
412 | 2024-02-17T06:13:03.162Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-02-17T06:13:03.162Z | ++ cd ./tools |
414 | 2024-02-17T06:13:03.162Z | ++ pwd |
415 | 2024-02-17T06:13:03.162Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-02-17T06:13:03.162Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-02-17T06:13:03.162Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-02-17T06:13:03.162Z | + TARGET_DIR=out |
419 | 2024-02-17T06:13:03.162Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-02-17T06:13:03.162Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-02-17T06:13:03.162Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
422 | 2024-02-17T06:13:03.162Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-02-17T06:13:03.162Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
424 | 2024-02-17T06:13:03.163Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
425 | 2024-02-17T06:13:03.163Z | + main |
426 | 2024-02-17T06:13:03.163Z | + [[ 0 != 0 ]] |
427 | 2024-02-17T06:13:03.163Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
428 | 2024-02-17T06:13:03.163Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
429 | 2024-02-17T06:13:03.163Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
430 | 2024-02-17T06:13:03.163Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
431 | 2024-02-17T06:13:03.163Z | + local DO_DOWNLOAD=true |
432 | 2024-02-17T06:13:03.163Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
433 | 2024-02-17T06:13:03.163Z | + mkdir -p out/downloads |
434 | 2024-02-17T06:13:03.163Z | + '[' true == true ']' |
435 | 2024-02-17T06:13:03.163Z | + echo Downloading... |
436 | 2024-02-17T06:13:03.163Z | Downloading... |
437 | 2024-02-17T06:13:03.163Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
438 | 2024-02-17T06:13:03.163Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
439 | 2024-02-17T06:13:03.460Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
440 | 2024-02-17T06:13:03.460Z | ++ case "$OSTYPE" in |
441 | 2024-02-17T06:13:03.464Z | ++ SHA=sha256sum |
442 | 2024-02-17T06:13:03.464Z | ++ sha256sum |
443 | 2024-02-17T06:13:03.464Z | ++ awk '{print $1}' |
444 | 2024-02-17T06:13:03.467Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-17T06:13:03.467Z | + [[ 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 ]] |
446 | 2024-02-17T06:13:03.467Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-02-17T06:13:03.467Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
448 | 2024-02-17T06:13:03.467Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
449 | 2024-02-17T06:13:03.467Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
450 | 2024-02-17T06:13:03.467Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
451 | 2024-02-17T06:13:03.467Z | + main |
452 | 2024-02-17T06:13:03.467Z | + [[ 0 != 0 ]] |
453 | 2024-02-17T06:13:03.467Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
454 | 2024-02-17T06:13:03.467Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
455 | 2024-02-17T06:13:03.468Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
456 | 2024-02-17T06:13:03.468Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
457 | 2024-02-17T06:13:03.468Z | + local DO_DOWNLOAD=true |
458 | 2024-02-17T06:13:03.468Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
459 | 2024-02-17T06:13:03.468Z | + mkdir -p out/downloads |
460 | 2024-02-17T06:13:03.480Z | + '[' true == true ']' |
461 | 2024-02-17T06:13:03.480Z | + echo Downloading... |
462 | 2024-02-17T06:13:03.480Z | Downloading... |
463 | 2024-02-17T06:13:03.480Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
464 | 2024-02-17T06:13:03.480Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
465 | 2024-02-17T06:13:03.705Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
466 | 2024-02-17T06:13:03.709Z | ++ case "$OSTYPE" in |
467 | 2024-02-17T06:13:03.709Z | ++ SHA=sha256sum |
468 | 2024-02-17T06:13:03.709Z | ++ sha256sum |
469 | 2024-02-17T06:13:03.709Z | ++ awk '{print $1}' |
470 | 2024-02-17T06:13:03.709Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-17T06:13:03.709Z | + [[ 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 ]] |
472 | 2024-02-17T06:13:03.714Z | + set -o errexit |
473 | 2024-02-17T06:13:03.718Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-02-17T06:13:03.721Z | ++ cd ./tools |
475 | 2024-02-17T06:13:03.721Z | ++ pwd |
476 | 2024-02-17T06:13:03.721Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-02-17T06:13:03.721Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-02-17T06:13:03.726Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-02-17T06:13:03.726Z | + TARGET_DIR=out |
480 | 2024-02-17T06:13:03.726Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-02-17T06:13:03.726Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-02-17T06:13:03.726Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
483 | 2024-02-17T06:13:03.726Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
484 | 2024-02-17T06:13:03.726Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
485 | 2024-02-17T06:13:03.726Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
486 | 2024-02-17T06:13:03.726Z | + main |
487 | 2024-02-17T06:13:03.726Z | + [[ 0 != 0 ]] |
488 | 2024-02-17T06:13:03.726Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
489 | 2024-02-17T06:13:03.726Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
490 | 2024-02-17T06:13:03.726Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-17T06:13:03.726Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
492 | 2024-02-17T06:13:03.726Z | + local DO_DOWNLOAD=true |
493 | 2024-02-17T06:13:03.726Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
494 | 2024-02-17T06:13:03.727Z | + mkdir -p out/downloads |
495 | 2024-02-17T06:13:03.730Z | + '[' true == true ']' |
496 | 2024-02-17T06:13:03.730Z | + echo Downloading... |
497 | 2024-02-17T06:13:03.730Z | Downloading... |
498 | 2024-02-17T06:13:03.730Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-17T06:13:03.730Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
500 | 2024-02-17T06:13:03.874Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-17T06:13:03.874Z | ++ case "$OSTYPE" in |
502 | 2024-02-17T06:13:03.881Z | ++ SHA=sha256sum |
503 | 2024-02-17T06:13:03.881Z | ++ sha256sum |
504 | 2024-02-17T06:13:03.881Z | ++ awk '{print $1}' |
505 | 2024-02-17T06:13:03.881Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-17T06:13:03.881Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
507 | 2024-02-17T06:13:03.895Z | + set -o errexit |
508 | 2024-02-17T06:13:03.911Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-02-17T06:13:03.911Z | ++ cd ./tools |
510 | 2024-02-17T06:13:03.911Z | ++ pwd |
511 | 2024-02-17T06:13:03.911Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-02-17T06:13:03.911Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-02-17T06:13:03.911Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-02-17T06:13:03.911Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-02-17T06:13:03.911Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
516 | 2024-02-17T06:13:03.911Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
517 | 2024-02-17T06:13:03.911Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
518 | 2024-02-17T06:13:03.911Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-02-17T06:13:03.911Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
520 | 2024-02-17T06:13:03.911Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
521 | 2024-02-17T06:13:03.911Z | + TARGET_DIR=out |
522 | 2024-02-17T06:13:03.911Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-02-17T06:13:03.911Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-02-17T06:13:03.911Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-02-17T06:13:03.912Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-02-17T06:13:03.912Z | + REPO=oxidecomputer/dendrite |
527 | 2024-02-17T06:13:03.912Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
528 | 2024-02-17T06:13:03.912Z | + main |
529 | 2024-02-17T06:13:03.912Z | + [[ 0 != 0 ]] |
530 | 2024-02-17T06:13:03.912Z | + CIDL_OS=solaris2.11 |
531 | 2024-02-17T06:13:03.912Z | + [[ 0 != 0 ]] |
532 | 2024-02-17T06:13:03.912Z | + configure_os solaris2.11 |
533 | 2024-02-17T06:13:03.912Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-02-17T06:13:03.912Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-17T06:13:03.912Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-02-17T06:13:03.912Z | + case "$1" in |
537 | 2024-02-17T06:13:03.912Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-17T06:13:03.912Z | + SET_BINARIES= |
539 | 2024-02-17T06:13:03.912Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
540 | 2024-02-17T06:13:03.912Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-02-17T06:13:03.913Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-02-17T06:13:03.913Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
543 | 2024-02-17T06:13:03.913Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
544 | 2024-02-17T06:13:03.913Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
545 | 2024-02-17T06:13:03.913Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
546 | 2024-02-17T06:13:03.913Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-17T06:13:03.913Z | + mkdir -p out/downloads |
548 | 2024-02-17T06:13:03.913Z | Local file: out/downloads/dendrite-stub.tar.gz |
549 | 2024-02-17T06:13:03.913Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-02-17T06:13:03.913Z | + fetch_and_verify |
551 | 2024-02-17T06:13:03.913Z | + local DO_DOWNLOAD=true |
552 | 2024-02-17T06:13:03.913Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-02-17T06:13:03.913Z | + '[' true == true ']' |
554 | 2024-02-17T06:13:03.913Z | + echo Downloading... |
555 | 2024-02-17T06:13:03.913Z | Downloading... |
556 | 2024-02-17T06:13:03.914Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-17T06:13:03.914Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-02-17T06:13:15.434Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-17T06:13:15.438Z | ++ sha256sum |
560 | 2024-02-17T06:13:15.438Z | ++ awk '{print $1}' |
561 | 2024-02-17T06:13:15.460Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-17T06:13:15.479Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
563 | 2024-02-17T06:13:15.479Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-17T06:13:15.479Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-02-17T06:13:16.154Z | + do_assemble |
566 | 2024-02-17T06:13:16.154Z | + rm -r ./out/dendrite-stub |
567 | 2024-02-17T06:13:16.158Z | + mkdir ./out/dendrite-stub |
568 | 2024-02-17T06:13:16.158Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-02-17T06:13:16.245Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-02-17T06:13:16.257Z | + set -o errexit |
571 | 2024-02-17T06:13:16.260Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-02-17T06:13:16.263Z | ++ cd ./tools |
573 | 2024-02-17T06:13:16.263Z | ++ pwd |
574 | 2024-02-17T06:13:16.263Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-02-17T06:13:16.264Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-02-17T06:13:16.264Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-02-17T06:13:16.264Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-02-17T06:13:16.267Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
579 | 2024-02-17T06:13:16.267Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
580 | 2024-02-17T06:13:16.267Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-02-17T06:13:16.267Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
582 | 2024-02-17T06:13:16.267Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
583 | 2024-02-17T06:13:16.267Z | + TARGET_DIR=out |
584 | 2024-02-17T06:13:16.267Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-02-17T06:13:16.267Z | + DEST_DIR=./out/mgd |
586 | 2024-02-17T06:13:16.267Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-02-17T06:13:16.267Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-02-17T06:13:16.267Z | + REPO=oxidecomputer/maghemite |
589 | 2024-02-17T06:13:16.268Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
590 | 2024-02-17T06:13:16.268Z | + main |
591 | 2024-02-17T06:13:16.268Z | + [[ 0 != 0 ]] |
592 | 2024-02-17T06:13:16.268Z | + CIDL_OS=solaris2.11 |
593 | 2024-02-17T06:13:16.268Z | + [[ 0 != 0 ]] |
594 | 2024-02-17T06:13:16.268Z | + configure_os solaris2.11 |
595 | 2024-02-17T06:13:16.268Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-02-17T06:13:16.268Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-17T06:13:16.268Z | + case "$1" in |
598 | 2024-02-17T06:13:16.268Z | + SET_BINARIES= |
599 | 2024-02-17T06:13:16.268Z | current directory: /work/oxidecomputer/omicron |
600 | 2024-02-17T06:13:16.268Z | configuring based on OS: "solaris2.11" |
601 | 2024-02-17T06:13:16.268Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-02-17T06:13:16.268Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-02-17T06:13:16.268Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
604 | 2024-02-17T06:13:16.268Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-02-17T06:13:16.268Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
606 | 2024-02-17T06:13:16.268Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
607 | 2024-02-17T06:13:16.268Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-17T06:13:16.268Z | + mkdir -p out/downloads |
609 | 2024-02-17T06:13:16.268Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-17T06:13:16.268Z | + mkdir -p ./out/mgd |
611 | 2024-02-17T06:13:16.272Z | + fetch_and_verify |
612 | 2024-02-17T06:13:16.272Z | + local DO_DOWNLOAD=true |
613 | 2024-02-17T06:13:16.272Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-02-17T06:13:16.272Z | + '[' true == true ']' |
615 | 2024-02-17T06:13:16.272Z | + echo Downloading... |
616 | 2024-02-17T06:13:16.272Z | Downloading... |
617 | 2024-02-17T06:13:16.272Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-02-17T06:13:16.272Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
619 | 2024-02-17T06:13:22.284Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-02-17T06:13:22.287Z | ++ sha256sum |
621 | 2024-02-17T06:13:22.287Z | ++ awk '{print $1}' |
622 | 2024-02-17T06:13:22.305Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
623 | 2024-02-17T06:13:22.308Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
624 | 2024-02-17T06:13:22.308Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-02-17T06:13:22.308Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-02-17T06:13:22.760Z | + do_assemble |
627 | 2024-02-17T06:13:22.760Z | + rm -r ./out/mgd |
628 | 2024-02-17T06:13:22.763Z | + mkdir ./out/mgd |
629 | 2024-02-17T06:13:22.766Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-02-17T06:13:22.926Z | + set -o errexit |
631 | 2024-02-17T06:13:22.948Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-02-17T06:13:22.948Z | ++ cd ./tools |
633 | 2024-02-17T06:13:22.948Z | ++ pwd |
634 | 2024-02-17T06:13:22.948Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-02-17T06:13:22.949Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-02-17T06:13:22.949Z | + ARG0=ci_download_transceiver_control |
637 | 2024-02-17T06:13:22.949Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-02-17T06:13:22.949Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-17T06:13:22.949Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-02-17T06:13:22.949Z | + TARGET_DIR=out |
641 | 2024-02-17T06:13:22.949Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-02-17T06:13:22.949Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-02-17T06:13:22.949Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-02-17T06:13:22.949Z | + BINARY=xcvradm |
645 | 2024-02-17T06:13:22.949Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-02-17T06:13:22.949Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-02-17T06:13:22.949Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-02-17T06:13:22.949Z | + main |
649 | 2024-02-17T06:13:22.949Z | + [[ 0 != 0 ]] |
650 | 2024-02-17T06:13:22.950Z | + CIDL_OS=solaris2.11 |
651 | 2024-02-17T06:13:22.950Z | + [[ 0 != 0 ]] |
652 | 2024-02-17T06:13:22.950Z | + configure_os solaris2.11 |
653 | 2024-02-17T06:13:22.950Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-02-17T06:13:22.950Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-17T06:13:22.950Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-02-17T06:13:22.951Z | + case "$1" in |
657 | 2024-02-17T06:13:22.951Z | + SET_BINARIES= |
658 | 2024-02-17T06:13:22.951Z | configuring based on OS: "solaris2.11" |
659 | 2024-02-17T06:13:22.951Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-02-17T06:13:22.951Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-02-17T06:13:22.951Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-02-17T06:13:22.952Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-17T06:13:22.952Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-02-17T06:13:22.952Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
665 | 2024-02-17T06:13:22.952Z | + echo 'Local file: out/downloads/xcvradm.gz' |
666 | 2024-02-17T06:13:22.952Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
667 | 2024-02-17T06:13:22.952Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-17T06:13:22.952Z | + mkdir -p out/downloads |
669 | 2024-02-17T06:13:22.952Z | + mkdir -p ./out/transceiver-control |
670 | 2024-02-17T06:13:22.952Z | + fetch_and_verify |
671 | 2024-02-17T06:13:22.952Z | + local DO_DOWNLOAD=true |
672 | 2024-02-17T06:13:22.953Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-02-17T06:13:22.953Z | + '[' true == true ']' |
674 | 2024-02-17T06:13:22.953Z | + echo Downloading... |
675 | 2024-02-17T06:13:22.953Z | Downloading... |
676 | 2024-02-17T06:13:22.953Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-02-17T06:13:22.953Z | + 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 |
678 | 2024-02-17T06:13:23.740Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-02-17T06:13:23.749Z | ++ sha256sum |
680 | 2024-02-17T06:13:23.749Z | ++ awk '{print $1}' |
681 | 2024-02-17T06:13:23.750Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-17T06:13:23.750Z | + [[ 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 ]] |
683 | 2024-02-17T06:13:23.750Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-02-17T06:13:23.750Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-02-17T06:13:23.751Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-02-17T06:13:23.872Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-02-17T06:13:24.291Z | + do_assemble |
688 | 2024-02-17T06:13:24.291Z | + rm -r ./out/transceiver-control |
689 | 2024-02-17T06:13:24.291Z | + mkdir ./out/transceiver-control |
690 | 2024-02-17T06:13:24.291Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-02-17T06:13:24.297Z | All prerequisites installed successfully |
692 | 2024-02-17T06:13:24.297Z | |
693 | 2024-02-17T06:13:24.297Z | real 1:37.288047029 |
694 | 2024-02-17T06:13:24.297Z | user 35.213250807 |
695 | 2024-02-17T06:13:24.297Z | sys 6.722375638 |
696 | 2024-02-17T06:13:24.297Z | trap 0.009704879 |
697 | 2024-02-17T06:13:24.297Z | tflt 0.232864683 |
698 | 2024-02-17T06:13:24.298Z | dflt 0.602773453 |
699 | 2024-02-17T06:13:24.298Z | kflt 0.253506939 |
700 | 2024-02-17T06:13:24.298Z | lock 1.542103728 |
701 | 2024-02-17T06:13:24.298Z | slp 3:11.166343567 |
702 | 2024-02-17T06:13:24.298Z | lat 1.836844652 |
703 | 2024-02-17T06:13:24.298Z | stop 0.121188359 |
704 | 2024-02-17T06:13:24.298Z | + ptime -m ./tools/ci_download_softnpu_machinery |
705 | 2024-02-17T06:13:24.298Z | fetching npuzone |
706 | 2024-02-17T06:13:24.298Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
707 | 2024-02-17T06:13:24.298Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
708 | 2024-02-17T06:13:24.298Z | Getting hash for npuzone |
709 | 2024-02-17T06:13:24.320Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
710 | 2024-02-17T06:13:30.291Z | npuzone downloaded successfully |
711 | 2024-02-17T06:13:30.295Z | |
712 | 2024-02-17T06:13:30.299Z | real 6.232075355 |
713 | 2024-02-17T06:13:30.299Z | user 0.339823193 |
714 | 2024-02-17T06:13:30.299Z | sys 0.126400248 |
715 | 2024-02-17T06:13:30.299Z | trap 0.000458752 |
716 | 2024-02-17T06:13:30.299Z | tflt 0.000000000 |
717 | 2024-02-17T06:13:30.299Z | dflt 0.000000000 |
718 | 2024-02-17T06:13:30.299Z | kflt 0.000000000 |
719 | 2024-02-17T06:13:30.299Z | lock 0.000000000 |
720 | 2024-02-17T06:13:30.299Z | slp 18.127522471 |
721 | 2024-02-17T06:13:30.299Z | lat 0.068203154 |
722 | 2024-02-17T06:13:30.299Z | stop 0.000189308 |
723 | 2024-02-17T06:13:30.299Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-02-17T06:13:30.299Z | + CARGO_INCREMENTAL=0 |
725 | 2024-02-17T06:13:30.299Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
726 | 2024-02-17T06:13:30.517Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-17T06:13:30.843Z | Updating git repository `https://github.com/oxidecomputer/samael` |
728 | 2024-02-17T06:13:31.247Z | Updating crates.io index |
729 | 2024-02-17T06:13:31.326Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-17T06:13:32.022Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-17T06:13:33.999Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-17T06:13:34.663Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-17T06:13:35.012Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-17T06:13:35.284Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-17T06:13:35.551Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-17T06:13:36.482Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-17T06:13:38.640Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-17T06:13:39.507Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-17T06:13:39.811Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-17T06:13:40.362Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-17T06:13:40.667Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-17T06:13:40.946Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-17T06:13:41.260Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-17T06:13:41.616Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-17T06:13:42.020Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-17T06:13:42.470Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-17T06:13:42.952Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-17T06:13:43.305Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-17T06:13:43.636Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-17T06:13:44.703Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-17T06:13:45.056Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-17T06:13:46.534Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-17T06:13:46.911Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-17T06:13:47.224Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-17T06:13:48.567Z | Downloading crates ... |
756 | 2024-02-17T06:13:48.776Z | Downloaded lazycell v1.3.0 |
757 | 2024-02-17T06:13:48.790Z | Downloaded cfg-if v1.0.0 |
758 | 2024-02-17T06:13:48.794Z | Downloaded arc-swap v1.6.0 |
759 | 2024-02-17T06:13:48.799Z | Downloaded castaway v0.2.2 |
760 | 2024-02-17T06:13:48.808Z | Downloaded atomicwrites v0.4.3 |
761 | 2024-02-17T06:13:48.808Z | Downloaded humantime v2.1.0 |
762 | 2024-02-17T06:13:48.808Z | Downloaded lalrpop-util v0.19.12 |
763 | 2024-02-17T06:13:48.813Z | Downloaded corncobs v0.1.3 |
764 | 2024-02-17T06:13:48.813Z | Downloaded kstat-rs v0.2.3 |
765 | 2024-02-17T06:13:48.814Z | Downloaded chacha20 v0.9.1 |
766 | 2024-02-17T06:13:48.814Z | Downloaded keccak v0.1.4 |
767 | 2024-02-17T06:13:48.814Z | Downloaded match_cfg v0.1.0 |
768 | 2024-02-17T06:13:48.814Z | Downloaded ipnetwork v0.20.0 |
769 | 2024-02-17T06:13:48.820Z | Downloaded memmap v0.7.0 |
770 | 2024-02-17T06:13:48.820Z | Downloaded maplit v1.0.2 |
771 | 2024-02-17T06:13:48.820Z | Downloaded libefi-sys v0.1.0 |
772 | 2024-02-17T06:13:48.827Z | Downloaded memoffset v0.7.1 |
773 | 2024-02-17T06:13:48.830Z | Downloaded num_cpus v1.16.0 |
774 | 2024-02-17T06:13:48.831Z | Downloaded anstyle v1.0.2 |
775 | 2024-02-17T06:13:48.833Z | Downloaded clap v4.5.0 |
776 | 2024-02-17T06:13:48.846Z | Downloaded aead v0.5.2 |
777 | 2024-02-17T06:13:48.850Z | Downloaded instant v0.1.12 |
778 | 2024-02-17T06:13:48.850Z | Downloaded atty v0.2.14 |
779 | 2024-02-17T06:13:48.853Z | Downloaded nibble_vec v0.1.0 |
780 | 2024-02-17T06:13:48.853Z | Downloaded num-traits v0.2.16 |
781 | 2024-02-17T06:13:48.859Z | Downloaded matches v0.1.10 |
782 | 2024-02-17T06:13:48.859Z | Downloaded md-5 v0.10.5 |
783 | 2024-02-17T06:13:48.868Z | Downloaded camino v1.1.6 |
784 | 2024-02-17T06:13:48.868Z | Downloaded bb8 v0.8.3 |
785 | 2024-02-17T06:13:48.868Z | Downloaded colorchoice v1.0.0 |
786 | 2024-02-17T06:13:48.868Z | Downloaded cstr-argument v0.1.2 |
787 | 2024-02-17T06:13:48.869Z | Downloaded num_enum v0.5.11 |
788 | 2024-02-17T06:13:48.872Z | Downloaded crossbeam-epoch v0.9.15 |
789 | 2024-02-17T06:13:48.877Z | Downloaded base16ct v0.2.0 |
790 | 2024-02-17T06:13:48.880Z | Downloaded autocfg v1.1.0 |
791 | 2024-02-17T06:13:48.884Z | Downloaded http-range v0.1.5 |
792 | 2024-02-17T06:13:48.887Z | Downloaded async-recursion v1.0.5 |
793 | 2024-02-17T06:13:48.887Z | Downloaded ahash v0.8.7 |
794 | 2024-02-17T06:13:48.892Z | Downloaded crunchy v0.2.2 |
795 | 2024-02-17T06:13:48.896Z | Downloaded constant_time_eq v0.3.0 |
796 | 2024-02-17T06:13:48.896Z | Downloaded crc v3.0.1 |
797 | 2024-02-17T06:13:48.899Z | Downloaded hubpack_derive v0.1.1 |
798 | 2024-02-17T06:13:48.899Z | Downloaded serde-big-array v0.5.1 |
799 | 2024-02-17T06:13:48.903Z | Downloaded cpufeatures v0.2.12 |
800 | 2024-02-17T06:13:48.906Z | Downloaded bit-set v0.5.3 |
801 | 2024-02-17T06:13:48.907Z | Downloaded bit-vec v0.6.3 |
802 | 2024-02-17T06:13:48.919Z | Downloaded hubpack v0.1.2 |
803 | 2024-02-17T06:13:48.966Z | Downloaded block-buffer v0.10.4 |
804 | 2024-02-17T06:13:48.967Z | Downloaded atomic-waker v1.1.1 |
805 | 2024-02-17T06:13:48.967Z | Downloaded is_ci v1.2.0 |
806 | 2024-02-17T06:13:48.967Z | Downloaded ident_case v1.0.1 |
807 | 2024-02-17T06:13:48.967Z | Downloaded byteorder v1.5.0 |
808 | 2024-02-17T06:13:48.967Z | Downloaded bitflags v1.3.2 |
809 | 2024-02-17T06:13:48.967Z | Downloaded normalize-line-endings v0.3.0 |
810 | 2024-02-17T06:13:48.967Z | Downloaded hyper-tls v0.5.0 |
811 | 2024-02-17T06:13:48.967Z | Downloaded hostname v0.3.1 |
812 | 2024-02-17T06:13:48.973Z | Downloaded impl-trait-for-tuples v0.2.2 |
813 | 2024-02-17T06:13:48.973Z | Downloaded ansi_term v0.12.1 |
814 | 2024-02-17T06:13:48.973Z | Downloaded async-trait v0.1.77 |
815 | 2024-02-17T06:13:48.973Z | Downloaded cookie v0.18.0 |
816 | 2024-02-17T06:13:48.973Z | Downloaded cancel-safe-futures v0.1.5 |
817 | 2024-02-17T06:13:48.973Z | Downloaded new_debug_unreachable v1.0.4 |
818 | 2024-02-17T06:13:48.974Z | Downloaded bzip2 v0.4.4 |
819 | 2024-02-17T06:13:48.974Z | Downloaded nodrop v0.1.14 |
820 | 2024-02-17T06:13:48.974Z | Downloaded managed v0.8.0 |
821 | 2024-02-17T06:13:48.974Z | Downloaded semver v0.1.20 |
822 | 2024-02-17T06:13:48.974Z | Downloaded secrecy v0.8.0 |
823 | 2024-02-17T06:13:48.974Z | Downloaded anstyle-query v1.0.0 |
824 | 2024-02-17T06:13:48.974Z | Downloaded lru v0.12.1 |
825 | 2024-02-17T06:13:48.974Z | Downloaded anstream v0.6.11 |
826 | 2024-02-17T06:13:48.974Z | Downloaded mockall v0.12.0 |
827 | 2024-02-17T06:13:48.974Z | Downloaded headers-core v0.2.0 |
828 | 2024-02-17T06:13:48.974Z | Downloaded bitflags v2.4.0 |
829 | 2024-02-17T06:13:48.974Z | Downloaded backoff v0.4.0 |
830 | 2024-02-17T06:13:48.982Z | Downloaded num v0.4.1 |
831 | 2024-02-17T06:13:48.982Z | Downloaded cipher v0.4.4 |
832 | 2024-02-17T06:13:48.982Z | Downloaded base64ct v1.6.0 |
833 | 2024-02-17T06:13:48.987Z | Downloaded num-iter v0.1.43 |
834 | 2024-02-17T06:13:48.987Z | Downloaded argon2 v0.5.3 |
835 | 2024-02-17T06:13:48.987Z | Downloaded num_enum_derive v0.5.11 |
836 | 2024-02-17T06:13:48.987Z | Downloaded clap_lex v0.7.0 |
837 | 2024-02-17T06:13:48.990Z | Downloaded ciborium-ll v0.2.2 |
838 | 2024-02-17T06:13:48.990Z | Downloaded mime v0.3.17 |
839 | 2024-02-17T06:13:48.990Z | Downloaded num-derive v0.4.0 |
840 | 2024-02-17T06:13:48.993Z | Downloaded newtype-uuid v1.0.1 |
841 | 2024-02-17T06:13:48.996Z | Downloaded strum_macros v0.25.2 |
842 | 2024-02-17T06:13:49.000Z | Downloaded unicode-xid v0.2.4 |
843 | 2024-02-17T06:13:49.000Z | Downloaded nu-ansi-term v0.50.0 |
844 | 2024-02-17T06:13:49.005Z | Downloaded indoc v1.0.9 |
845 | 2024-02-17T06:13:49.005Z | Downloaded mockall_derive v0.12.0 |
846 | 2024-02-17T06:13:49.008Z | Downloaded smf v0.2.2 |
847 | 2024-02-17T06:13:49.012Z | Downloaded dtrace-parser v0.2.0 |
848 | 2024-02-17T06:13:49.012Z | Downloaded vte_generate_state_changes v0.1.1 |
849 | 2024-02-17T06:13:49.012Z | Downloaded precomputed-hash v0.1.1 |
850 | 2024-02-17T06:13:49.012Z | Downloaded unicode-width v0.1.11 |
851 | 2024-02-17T06:13:49.015Z | Downloaded crc-any v2.4.3 |
852 | 2024-02-17T06:13:49.020Z | Downloaded httparse v1.8.0 |
853 | 2024-02-17T06:13:49.020Z | Downloaded universal-hash v0.5.1 |
854 | 2024-02-17T06:13:49.024Z | Downloaded anyhow v1.0.75 |
855 | 2024-02-17T06:13:49.029Z | Downloaded num-complex v0.4.4 |
856 | 2024-02-17T06:13:49.029Z | Downloaded tokio-rustls v0.25.0 |
857 | 2024-02-17T06:13:49.029Z | Downloaded stringprep v0.1.3 |
858 | 2024-02-17T06:13:49.029Z | Downloaded waitgroup v0.1.2 |
859 | 2024-02-17T06:13:49.034Z | Downloaded futures-sink v0.3.30 |
860 | 2024-02-17T06:13:49.034Z | Downloaded defmt-macros v0.3.6 |
861 | 2024-02-17T06:13:49.037Z | Downloaded vec_map v0.8.2 |
862 | 2024-02-17T06:13:49.037Z | Downloaded fastrand v2.0.1 |
863 | 2024-02-17T06:13:49.040Z | Downloaded phf_shared v0.10.0 |
864 | 2024-02-17T06:13:49.041Z | Downloaded native-tls v0.2.11 |
865 | 2024-02-17T06:13:49.085Z | Downloaded crc32fast v1.3.2 |
866 | 2024-02-17T06:13:49.086Z | Downloaded mime_guess v2.0.4 |
867 | 2024-02-17T06:13:49.086Z | Downloaded iana-time-zone v0.1.57 |
868 | 2024-02-17T06:13:49.086Z | Downloaded ipnet v2.9.0 |
869 | 2024-02-17T06:13:49.086Z | Downloaded futures-io v0.3.30 |
870 | 2024-02-17T06:13:49.086Z | Downloaded fs-err v2.11.0 |
871 | 2024-02-17T06:13:49.086Z | Downloaded fnv v1.0.7 |
872 | 2024-02-17T06:13:49.086Z | Downloaded addr2line v0.21.0 |
873 | 2024-02-17T06:13:49.086Z | Downloaded blake2 v0.10.6 |
874 | 2024-02-17T06:13:49.086Z | Downloaded tokio-tungstenite v0.20.1 |
875 | 2024-02-17T06:13:49.105Z | Downloaded want v0.3.1 |
876 | 2024-02-17T06:13:49.105Z | Downloaded sha1 v0.10.6 |
877 | 2024-02-17T06:13:49.105Z | Downloaded foreign-types-shared v0.3.1 |
878 | 2024-02-17T06:13:49.105Z | Downloaded semver-parser v0.10.2 |
879 | 2024-02-17T06:13:49.105Z | Downloaded pretty-hex v0.4.1 |
880 | 2024-02-17T06:13:49.105Z | Downloaded futures-macro v0.3.30 |
881 | 2024-02-17T06:13:49.105Z | Downloaded terminal_size v0.3.0 |
882 | 2024-02-17T06:13:49.106Z | Downloaded pkg-config v0.3.27 |
883 | 2024-02-17T06:13:49.106Z | Downloaded hmac v0.12.1 |
884 | 2024-02-17T06:13:49.106Z | Downloaded itertools v0.10.5 |
885 | 2024-02-17T06:13:49.106Z | Downloaded clap_derive v4.5.0 |
886 | 2024-02-17T06:13:49.106Z | Downloaded sha2 v0.10.8 |
887 | 2024-02-17T06:13:49.106Z | Downloaded parse-size v1.0.0 |
888 | 2024-02-17T06:13:49.106Z | Downloaded darling_macro v0.20.3 |
889 | 2024-02-17T06:13:49.106Z | Downloaded gethostname v0.4.3 |
890 | 2024-02-17T06:13:49.106Z | Downloaded serde_spanned v0.6.5 |
891 | 2024-02-17T06:13:49.106Z | Downloaded scroll v0.12.0 |
892 | 2024-02-17T06:13:49.106Z | Downloaded toml_datetime v0.6.5 |
893 | 2024-02-17T06:13:49.106Z | Downloaded globset v0.4.13 |
894 | 2024-02-17T06:13:49.123Z | Downloaded getopts v0.2.21 |
895 | 2024-02-17T06:13:49.123Z | Downloaded fallible-iterator v0.2.0 |
896 | 2024-02-17T06:13:49.123Z | Downloaded unicase v2.7.0 |
897 | 2024-02-17T06:13:49.123Z | Downloaded phf_shared v0.11.2 |
898 | 2024-02-17T06:13:49.123Z | Downloaded num-rational v0.4.1 |
899 | 2024-02-17T06:13:49.123Z | Downloaded ciborium v0.2.2 |
900 | 2024-02-17T06:13:49.124Z | Downloaded socket2 v0.4.9 |
901 | 2024-02-17T06:13:49.124Z | Downloaded fragile v2.0.0 |
902 | 2024-02-17T06:13:49.124Z | Downloaded resolv-conf v0.7.0 |
903 | 2024-02-17T06:13:49.124Z | Downloaded zerocopy v0.6.4 |
904 | 2024-02-17T06:13:49.124Z | Downloaded usdt v0.3.5 |
905 | 2024-02-17T06:13:49.124Z | Downloaded socket2 v0.5.5 |
906 | 2024-02-17T06:13:49.129Z | Downloaded static_assertions v1.1.0 |
907 | 2024-02-17T06:13:49.129Z | Downloaded wait-timeout v0.2.0 |
908 | 2024-02-17T06:13:49.129Z | Downloaded proc-macro-crate v1.3.1 |
909 | 2024-02-17T06:13:49.129Z | Downloaded serde_derive_internals v0.26.0 |
910 | 2024-02-17T06:13:49.129Z | Downloaded float-cmp v0.9.0 |
911 | 2024-02-17T06:13:49.129Z | Downloaded parking_lot_core v0.9.8 |
912 | 2024-02-17T06:13:49.129Z | Downloaded base64 v0.21.7 |
913 | 2024-02-17T06:13:49.132Z | Downloaded tokio-macros v2.2.0 |
914 | 2024-02-17T06:13:49.136Z | Downloaded slog v2.7.0 |
915 | 2024-02-17T06:13:49.139Z | Downloaded curve25519-dalek-derive v0.1.0 |
916 | 2024-02-17T06:13:49.139Z | Downloaded chacha20poly1305 v0.10.1 |
917 | 2024-02-17T06:13:49.143Z | Downloaded time-core v0.1.1 |
918 | 2024-02-17T06:13:49.143Z | Downloaded futures-channel v0.3.30 |
919 | 2024-02-17T06:13:49.146Z | Downloaded usdt v0.5.0 |
920 | 2024-02-17T06:13:49.146Z | Downloaded miniz_oxide v0.7.1 |
921 | 2024-02-17T06:13:49.149Z | Downloaded structmeta v0.3.0 |
922 | 2024-02-17T06:13:49.149Z | Downloaded thread-id v4.2.0 |
923 | 2024-02-17T06:13:49.150Z | Downloaded term v0.7.0 |
924 | 2024-02-17T06:13:49.156Z | Downloaded predicates-tree v1.0.9 |
925 | 2024-02-17T06:13:49.161Z | Downloaded poly1305 v0.8.0 |
926 | 2024-02-17T06:13:49.161Z | Downloaded ena v0.14.2 |
927 | 2024-02-17T06:13:49.161Z | Downloaded postgres-protocol v0.6.6 |
928 | 2024-02-17T06:13:49.161Z | Downloaded rand_chacha v0.3.1 |
929 | 2024-02-17T06:13:49.164Z | Downloaded indexmap v2.2.3 |
930 | 2024-02-17T06:13:49.168Z | Downloaded indicatif v0.17.8 |
931 | 2024-02-17T06:13:49.172Z | Downloaded plain v0.2.3 |
932 | 2024-02-17T06:13:49.172Z | Downloaded crossbeam-channel v0.5.8 |
933 | 2024-02-17T06:13:49.176Z | Downloaded termtree v0.4.1 |
934 | 2024-02-17T06:13:49.180Z | Downloaded darling v0.14.4 |
935 | 2024-02-17T06:13:49.186Z | Downloaded phf v0.11.2 |
936 | 2024-02-17T06:13:49.186Z | Downloaded pin-project-internal v1.1.3 |
937 | 2024-02-17T06:13:49.186Z | Downloaded proc-macro-error v1.0.4 |
938 | 2024-02-17T06:13:49.192Z | Downloaded http v1.0.0 |
939 | 2024-02-17T06:13:49.199Z | Downloaded funty v2.0.0 |
940 | 2024-02-17T06:13:49.199Z | Downloaded structmeta-derive v0.3.0 |
941 | 2024-02-17T06:13:49.199Z | Downloaded opaque-debug v0.3.0 |
942 | 2024-02-17T06:13:49.199Z | Downloaded peeking_take_while v0.1.2 |
943 | 2024-02-17T06:13:49.199Z | Downloaded olpc-cjson v0.1.3 |
944 | 2024-02-17T06:13:49.205Z | Downloaded parking_lot v0.11.2 |
945 | 2024-02-17T06:13:49.205Z | Downloaded semver v1.0.21 |
946 | 2024-02-17T06:13:49.206Z | Downloaded platforms v3.0.2 |
947 | 2024-02-17T06:13:49.225Z | Downloaded semver v0.11.0 |
948 | 2024-02-17T06:13:49.225Z | Downloaded der_derive v0.7.2 |
949 | 2024-02-17T06:13:49.225Z | Downloaded predicates v3.1.0 |
950 | 2024-02-17T06:13:49.225Z | Downloaded subtle v2.5.0 |
951 | 2024-02-17T06:13:49.225Z | Downloaded dyn-clone v1.0.16 |
952 | 2024-02-17T06:13:49.225Z | Downloaded walkdir v2.4.0 |
953 | 2024-02-17T06:13:49.225Z | Downloaded hash32 v0.2.1 |
954 | 2024-02-17T06:13:49.225Z | Downloaded filetime v0.2.23 |
955 | 2024-02-17T06:13:49.229Z | Downloaded tinyvec v1.6.0 |
956 | 2024-02-17T06:13:49.229Z | Downloaded bitvec v1.0.1 |
957 | 2024-02-17T06:13:49.238Z | Downloaded try-lock v0.2.4 |
958 | 2024-02-17T06:13:49.241Z | Downloaded foreign-types-shared v0.1.1 |
959 | 2024-02-17T06:13:49.241Z | Downloaded foreign-types-macros v0.2.3 |
960 | 2024-02-17T06:13:49.241Z | Downloaded dtrace-parser v0.1.14 |
961 | 2024-02-17T06:13:49.246Z | Downloaded darling_macro v0.14.4 |
962 | 2024-02-17T06:13:49.246Z | Downloaded structopt-derive v0.4.18 |
963 | 2024-02-17T06:13:49.249Z | Downloaded difflib v0.4.0 |
964 | 2024-02-17T06:13:49.249Z | Downloaded rand_xorshift v0.3.0 |
965 | 2024-02-17T06:13:49.249Z | Downloaded memchr v2.6.3 |
966 | 2024-02-17T06:13:49.264Z | Downloaded zeroize v1.7.0 |
967 | 2024-02-17T06:13:49.264Z | Downloaded untrusted v0.7.1 |
968 | 2024-02-17T06:13:49.264Z | Downloaded pem-rfc7468 v0.7.0 |
969 | 2024-02-17T06:13:49.264Z | Downloaded toolchain_find v0.2.0 |
970 | 2024-02-17T06:13:49.264Z | Downloaded structmeta-derive v0.2.0 |
971 | 2024-02-17T06:13:49.265Z | Downloaded termcolor v1.2.0 |
972 | 2024-02-17T06:13:49.265Z | Downloaded thiserror-impl v1.0.57 |
973 | 2024-02-17T06:13:49.267Z | Downloaded zerocopy v0.3.0 |
974 | 2024-02-17T06:13:49.268Z | Downloaded strum_macros v0.24.3 |
975 | 2024-02-17T06:13:49.268Z | Downloaded topological-sort v0.2.2 |
976 | 2024-02-17T06:13:49.268Z | Downloaded synstructure v0.12.6 |
977 | 2024-02-17T06:13:49.270Z | Downloaded supports-color v3.0.0 |
978 | 2024-02-17T06:13:49.270Z | Downloaded predicates-core v1.0.6 |
979 | 2024-02-17T06:13:49.273Z | Downloaded version_check v0.9.4 |
980 | 2024-02-17T06:13:49.273Z | Downloaded pkcs8 v0.10.2 |
981 | 2024-02-17T06:13:49.276Z | Downloaded half v2.3.1 |
982 | 2024-02-17T06:13:49.688Z | Downloaded toml v0.7.8 |
983 | 2024-02-17T06:13:49.693Z | Downloaded doc-comment v0.3.3 |
984 | 2024-02-17T06:13:49.693Z | Downloaded vsss-rs v3.3.4 |
985 | 2024-02-17T06:13:49.693Z | Downloaded tokio-postgres v0.7.10 |
986 | 2024-02-17T06:13:49.693Z | Downloaded dof v0.3.0 |
987 | 2024-02-17T06:13:49.693Z | Downloaded siphasher v0.3.11 |
988 | 2024-02-17T06:13:49.693Z | Downloaded digest v0.10.7 |
989 | 2024-02-17T06:13:49.693Z | Downloaded pretty-hex v0.2.1 |
990 | 2024-02-17T06:13:49.694Z | Downloaded futures-core v0.3.30 |
991 | 2024-02-17T06:13:49.694Z | Downloaded slog-json v2.6.1 |
992 | 2024-02-17T06:13:49.694Z | Downloaded fd-lock v3.0.13 |
993 | 2024-02-17T06:13:49.694Z | Downloaded parking_lot_core v0.8.6 |
994 | 2024-02-17T06:13:49.694Z | Downloaded rtoolbox v0.0.1 |
995 | 2024-02-17T06:13:49.694Z | Downloaded pkcs1 v0.7.5 |
996 | 2024-02-17T06:13:49.694Z | Downloaded foreign-types v0.5.0 |
997 | 2024-02-17T06:13:49.694Z | Downloaded mio v0.8.9 |
998 | 2024-02-17T06:13:49.694Z | Downloaded stability v0.1.1 |
999 | 2024-02-17T06:13:49.694Z | Downloaded debug-ignore v1.0.5 |
1000 | 2024-02-17T06:13:49.694Z | Downloaded slog-async v2.8.0 |
1001 | 2024-02-17T06:13:49.694Z | Downloaded pin-utils v0.1.0 |
1002 | 2024-02-17T06:13:49.694Z | Downloaded yasna v0.5.2 |
1003 | 2024-02-17T06:13:49.694Z | Downloaded path-slash v0.1.5 |
1004 | 2024-02-17T06:13:49.694Z | Downloaded tempfile v3.10.0 |
1005 | 2024-02-17T06:13:49.694Z | Downloaded unsafe-libyaml v0.2.10 |
1006 | 2024-02-17T06:13:49.694Z | Downloaded textwrap v0.16.0 |
1007 | 2024-02-17T06:13:49.694Z | Downloaded tungstenite v0.20.1 |
1008 | 2024-02-17T06:13:49.694Z | Downloaded form_urlencoded v1.2.1 |
1009 | 2024-02-17T06:13:49.694Z | Downloaded downcast v0.11.0 |
1010 | 2024-02-17T06:13:49.694Z | Downloaded embedded-io v0.4.0 |
1011 | 2024-02-17T06:13:49.694Z | Downloaded scheduled-thread-pool v0.2.7 |
1012 | 2024-02-17T06:13:49.694Z | Downloaded either v1.10.0 |
1013 | 2024-02-17T06:13:49.694Z | Downloaded crossterm v0.27.0 |
1014 | 2024-02-17T06:13:49.694Z | Downloaded stable_deref_trait v1.2.0 |
1015 | 2024-02-17T06:13:49.695Z | Downloaded schemars v0.8.16 |
1016 | 2024-02-17T06:13:49.695Z | Downloaded zone_cfg_derive v0.3.0 |
1017 | 2024-02-17T06:13:49.695Z | Downloaded rustc-demangle v0.1.23 |
1018 | 2024-02-17T06:13:49.695Z | Downloaded serde v1.0.196 |
1019 | 2024-02-17T06:13:49.695Z | Downloaded swrite v0.1.0 |
1020 | 2024-02-17T06:13:49.695Z | Downloaded futures-executor v0.3.30 |
1021 | 2024-02-17T06:13:49.695Z | Downloaded rustyline v13.0.0 |
1022 | 2024-02-17T06:13:49.695Z | Downloaded rustversion v1.0.14 |
1023 | 2024-02-17T06:13:49.695Z | Downloaded hash32 v0.3.1 |
1024 | 2024-02-17T06:13:49.695Z | Downloaded wyz v0.5.1 |
1025 | 2024-02-17T06:13:49.695Z | Downloaded unarray v0.1.4 |
1026 | 2024-02-17T06:13:49.695Z | Downloaded spin v0.5.2 |
1027 | 2024-02-17T06:13:49.695Z | Downloaded tui-tree-widget v0.17.0 |
1028 | 2024-02-17T06:13:49.695Z | Downloaded darling_core v0.14.4 |
1029 | 2024-02-17T06:13:49.695Z | Downloaded serde_yaml v0.9.25 |
1030 | 2024-02-17T06:13:49.695Z | Downloaded r2d2 v0.8.10 |
1031 | 2024-02-17T06:13:49.695Z | Downloaded ref-cast-impl v1.0.20 |
1032 | 2024-02-17T06:13:49.695Z | Downloaded textwrap v0.11.0 |
1033 | 2024-02-17T06:13:49.695Z | Downloaded tokio-native-tls v0.3.1 |
1034 | 2024-02-17T06:13:49.695Z | Downloaded thiserror v1.0.57 |
1035 | 2024-02-17T06:13:49.695Z | Downloaded shlex v1.3.0 |
1036 | 2024-02-17T06:13:49.695Z | Downloaded time-macros v0.2.13 |
1037 | 2024-02-17T06:13:49.695Z | Downloaded untrusted v0.9.0 |
1038 | 2024-02-17T06:13:49.695Z | Downloaded packed_struct_codegen v0.10.1 |
1039 | 2024-02-17T06:13:49.695Z | Downloaded defmt-parser v0.3.3 |
1040 | 2024-02-17T06:13:49.695Z | Downloaded libm v0.2.7 |
1041 | 2024-02-17T06:13:49.696Z | Downloaded toml_edit v0.22.6 |
1042 | 2024-02-17T06:13:49.696Z | Downloaded generic-array v0.14.7 |
1043 | 2024-02-17T06:13:49.696Z | Downloaded usdt-impl v0.5.0 |
1044 | 2024-02-17T06:13:49.696Z | Downloaded parse-display v0.9.0 |
1045 | 2024-02-17T06:13:49.696Z | Downloaded defmt v0.3.5 |
1046 | 2024-02-17T06:13:49.696Z | Downloaded ppv-lite86 v0.2.17 |
1047 | 2024-02-17T06:13:49.696Z | Downloaded tracing-core v0.1.31 |
1048 | 2024-02-17T06:13:49.696Z | Downloaded papergrid v0.11.0 |
1049 | 2024-02-17T06:13:49.696Z | Downloaded zip v0.6.6 |
1050 | 2024-02-17T06:13:49.696Z | Downloaded snafu v0.7.5 |
1051 | 2024-02-17T06:13:49.696Z | Downloaded salty v0.2.0 |
1052 | 2024-02-17T06:13:49.696Z | Downloaded tokio-stream v0.1.14 |
1053 | 2024-02-17T06:13:49.696Z | Downloaded toml_edit v0.19.15 |
1054 | 2024-02-17T06:13:49.696Z | Downloaded diff v0.1.13 |
1055 | 2024-02-17T06:13:49.696Z | Downloaded unicode-ident v1.0.12 |
1056 | 2024-02-17T06:13:49.696Z | Downloaded tokio-util v0.7.10 |
1057 | 2024-02-17T06:13:49.696Z | Downloaded serde_derive v1.0.196 |
1058 | 2024-02-17T06:13:49.696Z | Downloaded omicron-zone-package v0.11.0 |
1059 | 2024-02-17T06:13:49.696Z | Downloaded number_prefix v0.4.0 |
1060 | 2024-02-17T06:13:49.696Z | Downloaded num_threads v0.1.6 |
1061 | 2024-02-17T06:13:49.696Z | Downloaded oso-derive v0.27.0 |
1062 | 2024-02-17T06:13:49.696Z | Downloaded dirs-sys-next v0.1.2 |
1063 | 2024-02-17T06:13:49.696Z | Downloaded hkdf v0.12.4 |
1064 | 2024-02-17T06:13:49.696Z | Downloaded vte v0.11.1 |
1065 | 2024-02-17T06:13:49.696Z | Downloaded toml v0.5.11 |
1066 | 2024-02-17T06:13:49.697Z | Downloaded futures v0.3.30 |
1067 | 2024-02-17T06:13:49.697Z | Downloaded derive-where v1.2.7 |
1068 | 2024-02-17T06:13:49.697Z | Downloaded darling_core v0.20.3 |
1069 | 2024-02-17T06:13:49.697Z | Downloaded openssl-probe v0.1.5 |
1070 | 2024-02-17T06:13:49.697Z | Downloaded itertools v0.12.1 |
1071 | 2024-02-17T06:13:49.697Z | Downloaded flate2 v1.0.28 |
1072 | 2024-02-17T06:13:49.697Z | Downloaded steno v0.4.0 |
1073 | 2024-02-17T06:13:49.697Z | Downloaded quick-error v1.2.3 |
1074 | 2024-02-17T06:13:49.697Z | Downloaded percent-encoding v2.3.1 |
1075 | 2024-02-17T06:13:49.697Z | Downloaded slog-stdlog v4.1.1 |
1076 | 2024-02-17T06:13:49.697Z | Downloaded fd-lock v4.0.2 |
1077 | 2024-02-17T06:13:49.697Z | Downloaded unicode_categories v0.1.1 |
1078 | 2024-02-17T06:13:49.697Z | Downloaded tabled_derive v0.7.0 |
1079 | 2024-02-17T06:13:49.697Z | Downloaded url v2.5.0 |
1080 | 2024-02-17T06:13:49.697Z | Downloaded enum-as-inner v0.5.1 |
1081 | 2024-02-17T06:13:49.697Z | Downloaded serde_tokenstream v0.1.7 |
1082 | 2024-02-17T06:13:49.697Z | Downloaded rand v0.8.5 |
1083 | 2024-02-17T06:13:49.701Z | Downloaded heck v0.3.3 |
1084 | 2024-02-17T06:13:49.701Z | Downloaded serde_tokenstream v0.2.0 |
1085 | 2024-02-17T06:13:49.701Z | Downloaded prettyplease v0.2.16 |
1086 | 2024-02-17T06:13:49.701Z | Downloaded slog-envlogger v2.2.0 |
1087 | 2024-02-17T06:13:49.701Z | Downloaded strsim v0.11.0 |
1088 | 2024-02-17T06:13:49.701Z | Downloaded rustfmt-wrapper v0.2.0 |
1089 | 2024-02-17T06:13:49.701Z | Downloaded smallvec v0.6.14 |
1090 | 2024-02-17T06:13:49.701Z | Downloaded usdt-impl v0.3.5 |
1091 | 2024-02-17T06:13:49.701Z | Downloaded strsim v0.10.0 |
1092 | 2024-02-17T06:13:49.701Z | Downloaded strsim v0.8.0 |
1093 | 2024-02-17T06:13:49.701Z | Downloaded pest_generator v2.7.6 |
1094 | 2024-02-17T06:13:49.701Z | Downloaded clap_builder v4.5.0 |
1095 | 2024-02-17T06:13:49.701Z | Downloaded der v0.7.8 |
1096 | 2024-02-17T06:13:49.701Z | Downloaded flume v0.11.0 |
1097 | 2024-02-17T06:13:49.701Z | Downloaded heck v0.4.1 |
1098 | 2024-02-17T06:13:49.701Z | Downloaded env_logger v0.10.0 |
1099 | 2024-02-17T06:13:49.701Z | Downloaded sct v0.7.0 |
1100 | 2024-02-17T06:13:49.701Z | Downloaded utf8parse v0.2.1 |
1101 | 2024-02-17T06:13:49.701Z | Downloaded hyper v0.14.27 |
1102 | 2024-02-17T06:13:49.701Z | Downloaded slog-dtrace v0.3.0 |
1103 | 2024-02-17T06:13:49.701Z | Downloaded tracing-attributes v0.1.26 |
1104 | 2024-02-17T06:13:49.701Z | Downloaded spin v0.9.8 |
1105 | 2024-02-17T06:13:49.701Z | Downloaded sqlparser v0.43.1 |
1106 | 2024-02-17T06:13:49.701Z | Downloaded typed-path v0.7.0 |
1107 | 2024-02-17T06:13:49.701Z | Downloaded tough v0.16.0 |
1108 | 2024-02-17T06:13:49.702Z | Downloaded rustls-pemfile v1.0.3 |
1109 | 2024-02-17T06:13:49.702Z | Downloaded similar v2.3.0 |
1110 | 2024-02-17T06:13:49.702Z | Downloaded futures-util v0.3.30 |
1111 | 2024-02-17T06:13:49.702Z | Downloaded regex-automata v0.1.10 |
1112 | 2024-02-17T06:13:49.702Z | Downloaded smallvec v1.13.1 |
1113 | 2024-02-17T06:13:49.702Z | Downloaded rcgen v0.12.1 |
1114 | 2024-02-17T06:13:49.702Z | Downloaded portable-atomic v1.4.3 |
1115 | 2024-02-17T06:13:49.702Z | Downloaded uuid v1.7.0 |
1116 | 2024-02-17T06:13:49.702Z | Downloaded oso v0.27.0 |
1117 | 2024-02-17T06:13:49.702Z | Downloaded winnow v0.6.1 |
1118 | 2024-02-17T06:13:49.702Z | Downloaded zerocopy v0.7.32 |
1119 | 2024-02-17T06:13:49.710Z | Downloaded time v0.3.27 |
1120 | 2024-02-17T06:13:49.716Z | Downloaded serde_json v1.0.113 |
1121 | 2024-02-17T06:13:49.725Z | Downloaded unicode-segmentation v1.10.1 |
1122 | 2024-02-17T06:13:49.728Z | Downloaded unicode-normalization v0.1.22 |
1123 | 2024-02-17T06:13:49.731Z | Downloaded trust-dns-server v0.22.1 |
1124 | 2024-02-17T06:13:49.736Z | Downloaded goblin v0.8.0 |
1125 | 2024-02-17T06:13:49.742Z | Downloaded tracing v0.1.37 |
1126 | 2024-02-17T06:13:49.746Z | Downloaded headers v0.3.9 |
1127 | 2024-02-17T06:13:49.751Z | Downloaded x509-cert v0.2.4 |
1128 | 2024-02-17T06:13:49.757Z | Downloaded hashbrown v0.13.2 |
1129 | 2024-02-17T06:13:49.761Z | Downloaded idna v0.5.0 |
1130 | 2024-02-17T06:13:49.768Z | Downloaded pest v2.7.6 |
1131 | 2024-02-17T06:13:49.773Z | Downloaded trust-dns-resolver v0.22.0 |
1132 | 2024-02-17T06:13:49.777Z | Downloaded petgraph v0.6.4 |
1133 | 2024-02-17T06:13:49.792Z | Downloaded winnow v0.5.15 |
1134 | 2024-02-17T06:13:49.800Z | Downloaded reedline v0.29.0 |
1135 | 2024-02-17T06:13:49.807Z | Downloaded tabled v0.15.0 |
1136 | 2024-02-17T06:13:49.823Z | Downloaded vcpkg v0.2.15 |
1137 | 2024-02-17T06:13:49.862Z | Downloaded syn v2.0.48 |
1138 | 2024-02-17T06:13:49.872Z | Downloaded webpki-roots v0.25.2 |
1139 | 2024-02-17T06:13:49.875Z | Downloaded rustls-webpki v0.102.1 |
1140 | 2024-02-17T06:13:49.893Z | Downloaded polar-core v0.27.0 |
1141 | 2024-02-17T06:13:49.904Z | Downloaded radix_trie v0.2.1 |
1142 | 2024-02-17T06:13:49.907Z | Downloaded bstr v1.6.0 |
1143 | 2024-02-17T06:13:49.918Z | Downloaded smoltcp v0.11.0 |
1144 | 2024-02-17T06:13:49.930Z | Downloaded smoltcp v0.9.1 |
1145 | 2024-02-17T06:13:49.940Z | Downloaded openssl v0.10.60 |
1146 | 2024-02-17T06:13:49.949Z | Downloaded object v0.32.1 |
1147 | 2024-02-17T06:13:49.959Z | Downloaded object v0.30.4 |
1148 | 2024-02-17T06:13:49.969Z | Downloaded regex v1.10.3 |
1149 | 2024-02-17T06:13:49.982Z | Downloaded regex-syntax v0.6.29 |
1150 | 2024-02-17T06:13:49.989Z | Downloaded openapiv3 v2.0.0 |
1151 | 2024-02-17T06:13:50.000Z | Downloaded trust-dns-proto v0.22.0 |
1152 | 2024-02-17T06:13:50.012Z | Downloaded curve25519-dalek v4.1.1 |
1153 | 2024-02-17T06:13:50.028Z | Downloaded zerocopy-derive v0.2.0 |
1154 | 2024-02-17T06:13:50.045Z | Downloaded diesel v2.1.4 |
1155 | 2024-02-17T06:13:50.069Z | Downloaded regex-syntax v0.8.2 |
1156 | 2024-02-17T06:13:50.070Z | Downloaded bstr v0.2.17 |
1157 | 2024-02-17T06:13:50.078Z | Downloaded hashbrown v0.14.3 |
1158 | 2024-02-17T06:13:50.078Z | Downloaded quick-xml v0.30.0 |
1159 | 2024-02-17T06:13:50.081Z | Downloaded tokio v1.36.0 |
1160 | 2024-02-17T06:13:50.116Z | Downloaded ratatui v0.26.1 |
1161 | 2024-02-17T06:13:50.134Z | Downloaded sled v0.34.7 |
1162 | 2024-02-17T06:13:50.145Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1163 | 2024-02-17T06:13:50.156Z | Downloaded rustix v0.38.31 |
1164 | 2024-02-17T06:13:50.186Z | Downloaded regex-automata v0.4.4 |
1165 | 2024-02-17T06:13:50.196Z | Downloaded regex-automata v0.3.8 |
1166 | 2024-02-17T06:13:50.210Z | Downloaded zerocopy-derive v0.6.4 |
1167 | 2024-02-17T06:13:50.219Z | Downloaded libc v0.2.153 |
1168 | 2024-02-17T06:13:50.246Z | Downloaded encoding_rs v0.8.33 |
1169 | 2024-02-17T06:13:50.268Z | Downloaded rustls v0.22.2 |
1170 | 2024-02-17T06:13:50.281Z | Downloaded sha3 v0.10.8 |
1171 | 2024-02-17T06:13:50.285Z | Downloaded regress v0.8.0 |
1172 | 2024-02-17T06:13:50.293Z | Downloaded syn v1.0.109 |
1173 | 2024-02-17T06:13:50.304Z | Downloaded rustls v0.21.9 |
1174 | 2024-02-17T06:13:50.315Z | Downloaded nix v0.27.1 |
1175 | 2024-02-17T06:13:50.329Z | Downloaded gimli v0.28.0 |
1176 | 2024-02-17T06:13:50.334Z | Downloaded idna v0.2.3 |
1177 | 2024-02-17T06:13:50.341Z | Downloaded heapless v0.8.0 |
1178 | 2024-02-17T06:13:50.349Z | Downloaded rayon-core v1.12.0 |
1179 | 2024-02-17T06:13:50.351Z | Downloaded rayon v1.8.0 |
1180 | 2024-02-17T06:13:50.357Z | Downloaded rustls-webpki v0.101.7 |
1181 | 2024-02-17T06:13:50.371Z | Downloaded ron v0.8.1 |
1182 | 2024-02-17T06:13:50.376Z | Downloaded openssl-sys v0.9.96 |
1183 | 2024-02-17T06:13:50.381Z | Downloaded proptest v1.4.0 |
1184 | 2024-02-17T06:13:50.390Z | Downloaded lalrpop v0.19.12 |
1185 | 2024-02-17T06:13:50.401Z | Downloaded bindgen v0.69.2 |
1186 | 2024-02-17T06:13:50.408Z | Downloaded pin-project v1.1.3 |
1187 | 2024-02-17T06:13:50.421Z | Downloaded h2 v0.3.24 |
1188 | 2024-02-17T06:13:50.429Z | Downloaded clap v2.34.0 |
1189 | 2024-02-17T06:13:50.433Z | Downloaded zerocopy-derive v0.7.32 |
1190 | 2024-02-17T06:13:50.437Z | Downloaded reqwest v0.11.22 |
1191 | 2024-02-17T06:13:50.444Z | Downloaded subprocess v0.2.9 |
1192 | 2024-02-17T06:13:50.447Z | Downloaded signal-hook v0.3.17 |
1193 | 2024-02-17T06:13:50.450Z | Downloaded quote v1.0.35 |
1194 | 2024-02-17T06:13:50.452Z | Downloaded derive_more v0.99.17 |
1195 | 2024-02-17T06:13:50.457Z | Downloaded slog-term v2.9.0 |
1196 | 2024-02-17T06:13:50.459Z | Downloaded pest_derive v2.7.6 |
1197 | 2024-02-17T06:13:50.462Z | Downloaded chrono v0.4.31 |
1198 | 2024-02-17T06:13:50.469Z | Downloaded hex v0.4.3 |
1199 | 2024-02-17T06:13:50.471Z | Downloaded deranged v0.3.8 |
1200 | 2024-02-17T06:13:50.472Z | Downloaded csv v1.3.0 |
1201 | 2024-02-17T06:13:50.495Z | Downloaded errno v0.3.8 |
1202 | 2024-02-17T06:13:50.498Z | Downloaded utf-8 v0.7.6 |
1203 | 2024-02-17T06:13:50.498Z | Downloaded structmeta v0.2.0 |
1204 | 2024-02-17T06:13:50.498Z | Downloaded xattr v1.0.1 |
1205 | 2024-02-17T06:13:50.498Z | Downloaded hashbrown v0.12.3 |
1206 | 2024-02-17T06:13:50.501Z | Downloaded aho-corasick v1.0.4 |
1207 | 2024-02-17T06:13:50.507Z | Downloaded usdt-attr-macro v0.5.0 |
1208 | 2024-02-17T06:13:50.510Z | Downloaded openssl-macros v0.1.1 |
1209 | 2024-02-17T06:13:50.510Z | Downloaded serde_with v3.6.1 |
1210 | 2024-02-17T06:13:50.516Z | Downloaded postcard v1.0.8 |
1211 | 2024-02-17T06:13:50.519Z | Downloaded rsa v0.9.2 |
1212 | 2024-02-17T06:13:50.523Z | Downloaded equivalent v1.0.1 |
1213 | 2024-02-17T06:13:50.526Z | Downloaded display-error-chain v0.2.0 |
1214 | 2024-02-17T06:13:50.526Z | Downloaded derive_builder_macro v0.12.0 |
1215 | 2024-02-17T06:13:50.526Z | Downloaded usdt-macro v0.5.0 |
1216 | 2024-02-17T06:13:50.529Z | Downloaded usdt-attr-macro v0.3.5 |
1217 | 2024-02-17T06:13:50.529Z | Downloaded tower-service v0.3.2 |
1218 | 2024-02-17T06:13:50.529Z | Downloaded endian-type v0.1.2 |
1219 | 2024-02-17T06:13:50.529Z | Downloaded blake3 v1.5.0 |
1220 | 2024-02-17T06:13:50.536Z | Downloaded trust-dns-client v0.22.0 |
1221 | 2024-02-17T06:13:50.947Z | Downloaded snafu-derive v0.7.5 |
1222 | 2024-02-17T06:13:50.955Z | Downloaded heapless v0.7.16 |
1223 | 2024-02-17T06:13:50.955Z | Downloaded num-bigint-dig v0.8.4 |
1224 | 2024-02-17T06:13:50.955Z | Downloaded ed25519 v1.5.3 |
1225 | 2024-02-17T06:13:50.955Z | Downloaded diesel_derives v2.1.2 |
1226 | 2024-02-17T06:13:50.955Z | Downloaded thread_local v1.1.7 |
1227 | 2024-02-17T06:13:50.955Z | Downloaded ucd-trie v0.1.6 |
1228 | 2024-02-17T06:13:50.955Z | Downloaded owo-colors v4.0.0 |
1229 | 2024-02-17T06:13:50.955Z | Downloaded sec1 v0.7.3 |
1230 | 2024-02-17T06:13:50.955Z | Downloaded tokio-rustls v0.24.1 |
1231 | 2024-02-17T06:13:50.955Z | Downloaded nom v7.1.3 |
1232 | 2024-02-17T06:13:50.955Z | Downloaded num-bigint v0.4.4 |
1233 | 2024-02-17T06:13:50.955Z | Downloaded rusty-fork v0.3.0 |
1234 | 2024-02-17T06:13:50.955Z | Downloaded flagset v0.4.3 |
1235 | 2024-02-17T06:13:50.955Z | Downloaded ff v0.13.0 |
1236 | 2024-02-17T06:13:50.956Z | Downloaded packed_struct v0.10.1 |
1237 | 2024-02-17T06:13:50.956Z | Downloaded data-encoding v2.4.0 |
1238 | 2024-02-17T06:13:50.956Z | Downloaded slab v0.4.9 |
1239 | 2024-02-17T06:13:50.956Z | Downloaded ring v0.17.7 |
1240 | 2024-02-17T06:13:50.956Z | Downloaded slog-bunyan v2.5.0 |
1241 | 2024-02-17T06:13:50.956Z | Downloaded fixedbitset v0.4.2 |
1242 | 2024-02-17T06:13:50.956Z | Downloaded signal-hook-registry v1.4.1 |
1243 | 2024-02-17T06:13:50.956Z | Downloaded derive_builder_core v0.12.0 |
1244 | 2024-02-17T06:13:50.956Z | Downloaded http v0.2.11 |
1245 | 2024-02-17T06:13:50.956Z | Downloaded futures-task v0.3.30 |
1246 | 2024-02-17T06:13:50.956Z | Downloaded parse-display-derive v0.9.0 |
1247 | 2024-02-17T06:13:50.956Z | Downloaded rand_core v0.6.4 |
1248 | 2024-02-17T06:13:50.956Z | Downloaded postgres-types v0.2.6 |
1249 | 2024-02-17T06:13:50.956Z | Downloaded typenum v1.16.0 |
1250 | 2024-02-17T06:13:50.956Z | Downloaded elliptic-curve v0.13.8 |
1251 | 2024-02-17T06:13:50.956Z | Downloaded rustc_version v0.4.0 |
1252 | 2024-02-17T06:13:50.956Z | Downloaded radium v0.7.0 |
1253 | 2024-02-17T06:13:50.956Z | Downloaded parking_lot v0.12.1 |
1254 | 2024-02-17T06:13:50.956Z | Downloaded sqlformat v0.2.3 |
1255 | 2024-02-17T06:13:50.956Z | Downloaded proc-macro2 v1.0.78 |
1256 | 2024-02-17T06:13:50.956Z | Downloaded once_cell v1.19.0 |
1257 | 2024-02-17T06:13:50.956Z | Downloaded same-file v1.0.6 |
1258 | 2024-02-17T06:13:50.956Z | Downloaded zone v0.3.0 |
1259 | 2024-02-17T06:13:50.956Z | Downloaded tap v1.0.1 |
1260 | 2024-02-17T06:13:50.956Z | Downloaded thiserror-impl-no-std v2.0.2 |
1261 | 2024-02-17T06:13:50.956Z | Downloaded tar v0.4.40 |
1262 | 2024-02-17T06:13:50.957Z | Downloaded toml v0.8.10 |
1263 | 2024-02-17T06:13:50.957Z | Downloaded ring v0.16.20 |
1264 | 2024-02-17T06:13:50.957Z | Downloaded signature v2.1.0 |
1265 | 2024-02-17T06:13:50.957Z | Downloaded password-hash v0.5.0 |
1266 | 2024-02-17T06:13:50.957Z | Downloaded dof v0.1.5 |
1267 | 2024-02-17T06:13:50.957Z | Downloaded signal-hook-mio v0.2.3 |
1268 | 2024-02-17T06:13:50.957Z | Downloaded pest_meta v2.7.6 |
1269 | 2024-02-17T06:13:50.957Z | Downloaded rustc-hash v1.1.0 |
1270 | 2024-02-17T06:13:50.957Z | Downloaded paste v1.0.14 |
1271 | 2024-02-17T06:13:50.957Z | Downloaded derive_builder v0.12.0 |
1272 | 2024-02-17T06:13:50.957Z | Downloaded whoami v1.4.1 |
1273 | 2024-02-17T06:13:50.957Z | Downloaded fatfs v0.3.6 |
1274 | 2024-02-17T06:13:50.957Z | Downloaded which v4.4.0 |
1275 | 2024-02-17T06:13:50.957Z | Downloaded pin-project-lite v0.2.13 |
1276 | 2024-02-17T06:13:50.957Z | Downloaded thiserror-no-std v2.0.2 |
1277 | 2024-02-17T06:13:50.957Z | Downloaded ref-cast v1.0.20 |
1278 | 2024-02-17T06:13:50.957Z | Downloaded getrandom v0.2.10 |
1279 | 2024-02-17T06:13:50.957Z | Downloaded crypto-bigint v0.5.2 |
1280 | 2024-02-17T06:13:50.957Z | Downloaded scopeguard v1.2.0 |
1281 | 2024-02-17T06:13:50.957Z | Downloaded zeroize_derive v1.4.2 |
1282 | 2024-02-17T06:13:50.957Z | Downloaded spki v0.7.2 |
1283 | 2024-02-17T06:13:50.957Z | Downloaded cc v1.0.83 |
1284 | 2024-02-17T06:13:50.957Z | Downloaded test-strategy v0.3.1 |
1285 | 2024-02-17T06:13:50.957Z | Downloaded unicode-bidi v0.3.13 |
1286 | 2024-02-17T06:13:50.957Z | Downloaded foreign-types v0.3.2 |
1287 | 2024-02-17T06:13:50.958Z | Downloaded minimal-lexical v0.2.1 |
1288 | 2024-02-17T06:13:50.958Z | Downloaded backtrace v0.3.69 |
1289 | 2024-02-17T06:13:50.958Z | Downloaded group v0.13.0 |
1290 | 2024-02-17T06:13:50.958Z | Downloaded dirs-next v2.0.0 |
1291 | 2024-02-17T06:13:50.958Z | Downloaded serde-hex v0.1.0 |
1292 | 2024-02-17T06:13:50.958Z | Downloaded pem v3.0.2 |
1293 | 2024-02-17T06:13:50.958Z | Downloaded proc-macro-error-attr v1.0.4 |
1294 | 2024-02-17T06:13:50.958Z | Downloaded bytes v1.5.0 |
1295 | 2024-02-17T06:13:50.958Z | Downloaded structopt v0.3.26 |
1296 | 2024-02-17T06:13:50.958Z | Downloaded serde_with_macros v3.6.1 |
1297 | 2024-02-17T06:13:50.958Z | Downloaded crossbeam-utils v0.8.16 |
1298 | 2024-02-17T06:13:50.958Z | Downloaded glob v0.3.1 |
1299 | 2024-02-17T06:13:50.958Z | Downloaded serde_repr v0.1.16 |
1300 | 2024-02-17T06:13:50.958Z | Downloaded tiny-keccak v2.0.2 |
1301 | 2024-02-17T06:13:50.958Z | Downloaded darling v0.20.3 |
1302 | 2024-02-17T06:13:50.958Z | Downloaded log v0.4.20 |
1303 | 2024-02-17T06:13:50.958Z | Downloaded ryu v1.0.15 |
1304 | 2024-02-17T06:13:50.958Z | Downloaded multer v3.0.0 |
1305 | 2024-02-17T06:13:50.958Z | Downloaded const-oid v0.9.5 |
1306 | 2024-02-17T06:13:50.958Z | Downloaded unicode-linebreak v0.1.5 |
1307 | 2024-02-17T06:13:50.958Z | Downloaded strum_macros v0.26.1 |
1308 | 2024-02-17T06:13:50.958Z | Downloaded camino-tempfile v1.1.1 |
1309 | 2024-02-17T06:13:50.958Z | Downloaded cassowary v0.3.0 |
1310 | 2024-02-17T06:13:50.958Z | Downloaded usdt-macro v0.3.5 |
1311 | 2024-02-17T06:13:50.958Z | Downloaded rpassword v7.3.1 |
1312 | 2024-02-17T06:13:50.958Z | Downloaded fxhash v0.2.1 |
1313 | 2024-02-17T06:13:50.958Z | Downloaded take_mut v0.2.2 |
1314 | 2024-02-17T06:13:50.959Z | Downloaded allocator-api2 v0.2.16 |
1315 | 2024-02-17T06:13:50.959Z | Downloaded strip-ansi-escapes v0.2.0 |
1316 | 2024-02-17T06:13:50.959Z | Downloaded crc-catalog v2.2.0 |
1317 | 2024-02-17T06:13:50.959Z | Downloaded string_cache v0.8.7 |
1318 | 2024-02-17T06:13:50.959Z | Downloaded smawk v0.3.1 |
1319 | 2024-02-17T06:13:50.959Z | Downloaded slog-scope v4.4.0 |
1320 | 2024-02-17T06:13:50.959Z | Downloaded lazy_static v1.4.0 |
1321 | 2024-02-17T06:13:50.959Z | Downloaded itoa v1.0.9 |
1322 | 2024-02-17T06:13:50.964Z | Downloaded memoffset v0.9.0 |
1323 | 2024-02-17T06:13:50.964Z | Downloaded crossbeam-deque v0.8.3 |
1324 | 2024-02-17T06:13:50.964Z | Downloaded signature v1.6.4 |
1325 | 2024-02-17T06:13:50.964Z | Downloaded strum v0.25.0 |
1326 | 2024-02-17T06:13:50.964Z | Downloaded termios v0.3.3 |
1327 | 2024-02-17T06:13:50.964Z | Downloaded libxml v0.3.3 |
1328 | 2024-02-17T06:13:50.964Z | Downloaded num-integer v0.1.46 |
1329 | 2024-02-17T06:13:50.964Z | Downloaded strum v0.26.1 |
1330 | 2024-02-17T06:13:50.964Z | Downloaded shell-words v1.1.0 |
1331 | 2024-02-17T06:13:50.964Z | Downloaded csv-core v0.1.11 |
1332 | 2024-02-17T06:13:50.964Z | Downloaded libloading v0.7.4 |
1333 | 2024-02-17T06:13:50.964Z | Downloaded indoc v2.0.3 |
1334 | 2024-02-17T06:13:50.964Z | Downloaded serde_path_to_error v0.1.15 |
1335 | 2024-02-17T06:13:50.965Z | Downloaded nanorand v0.7.0 |
1336 | 2024-02-17T06:13:50.965Z | Downloaded cobs v0.2.3 |
1337 | 2024-02-17T06:13:50.965Z | Downloaded hyper-rustls v0.24.2 |
1338 | 2024-02-17T06:13:50.965Z | Downloaded memmap2 v0.7.1 |
1339 | 2024-02-17T06:13:50.965Z | Downloaded tinyvec_macros v0.1.1 |
1340 | 2024-02-17T06:13:50.965Z | Downloaded signal-hook-tokio v0.3.1 |
1341 | 2024-02-17T06:13:50.965Z | Downloaded httpdate v1.0.3 |
1342 | 2024-02-17T06:13:50.965Z | Downloaded arrayvec v0.7.4 |
1343 | 2024-02-17T06:13:50.965Z | Downloaded anstyle-parse v0.2.1 |
1344 | 2024-02-17T06:13:50.965Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1345 | 2024-02-17T06:13:50.965Z | Downloaded serde_plain v1.0.2 |
1346 | 2024-02-17T06:13:50.965Z | Downloaded lock_api v0.4.10 |
1347 | 2024-02-17T06:13:50.965Z | Downloaded inout v0.1.3 |
1348 | 2024-02-17T06:13:50.965Z | Downloaded schemars_derive v0.8.16 |
1349 | 2024-02-17T06:13:50.965Z | Downloaded rustls-pemfile v2.0.0 |
1350 | 2024-02-17T06:13:50.965Z | Downloaded rustc_version v0.1.7 |
1351 | 2024-02-17T06:13:50.965Z | Downloaded maybe-uninit v2.0.0 |
1352 | 2024-02-17T06:13:50.965Z | Downloaded crypto-common v0.1.6 |
1353 | 2024-02-17T06:13:50.965Z | Downloaded http-body v0.4.5 |
1354 | 2024-02-17T06:13:50.965Z | Downloaded cexpr v0.6.0 |
1355 | 2024-02-17T06:13:50.965Z | Downloaded rustls-pki-types v1.1.0 |
1356 | 2024-02-17T06:13:50.965Z | Downloaded linked-hash-map v0.5.6 |
1357 | 2024-02-17T06:13:50.965Z | Downloaded highway v1.1.0 |
1358 | 2024-02-17T06:13:50.965Z | Downloaded bytecount v0.6.3 |
1359 | 2024-02-17T06:13:50.966Z | Downloaded indexmap v1.9.3 |
1360 | 2024-02-17T06:13:50.966Z | Downloaded multimap v0.10.0 |
1361 | 2024-02-17T06:13:50.966Z | Downloaded hyper-staticfile v0.9.5 |
1362 | 2024-02-17T06:13:50.966Z | Downloaded buf-list v1.0.3 |
1363 | 2024-02-17T06:13:50.966Z | Downloaded bcs v0.1.6 |
1364 | 2024-02-17T06:13:50.966Z | Downloaded sqlparser_derive v0.2.2 |
1365 | 2024-02-17T06:13:50.966Z | Downloaded serde_urlencoded v0.7.1 |
1366 | 2024-02-17T06:13:50.966Z | Downloaded home v0.5.5 |
1367 | 2024-02-17T06:13:50.966Z | Downloaded block-padding v0.3.3 |
1368 | 2024-02-17T06:13:50.966Z | Downloaded bitfield v0.14.0 |
1369 | 2024-02-17T06:13:50.966Z | Downloaded ascii-canvas v3.0.0 |
1370 | 2024-02-17T06:13:50.966Z | Downloaded linear-map v1.2.0 |
1371 | 2024-02-17T06:13:50.966Z | Downloaded arrayref v0.3.7 |
1372 | 2024-02-17T06:13:50.966Z | Downloaded serde-big-array v0.4.1 |
1373 | 2024-02-17T06:13:50.966Z | Downloaded scroll_derive v0.12.0 |
1374 | 2024-02-17T06:13:50.966Z | Downloaded macaddr v1.0.1 |
1375 | 2024-02-17T06:13:50.970Z | Downloaded ciborium-io v0.2.2 |
1376 | 2024-02-17T06:13:50.970Z | Downloaded convert_case v0.4.0 |
1377 | 2024-02-17T06:13:50.970Z | Downloaded array-init v0.0.4 |
1378 | 2024-02-17T06:13:50.970Z | Downloaded assert_matches v1.5.0 |
1379 | 2024-02-17T06:13:50.970Z | Downloaded async-stream-impl v0.3.5 |
1380 | 2024-02-17T06:13:50.970Z | Downloaded async-stream v0.3.5 |
1381 | 2024-02-17T06:13:50.970Z | Downloaded adler v1.0.2 |
1382 | 2024-02-17T06:13:50.971Z | Downloaded compact_str v0.7.1 |
1383 | 2024-02-17T06:13:50.977Z | Downloaded newtype_derive v0.1.6 |
1384 | 2024-02-17T06:13:50.977Z | Downloaded crucible-workspace-hack v0.1.0 |
1385 | 2024-02-17T06:13:50.977Z | Downloaded clang-sys v1.6.1 |
1386 | 2024-02-17T06:13:50.984Z | Downloaded lru-cache v0.1.2 |
1387 | 2024-02-17T06:13:50.984Z | Downloaded libsw v3.3.1 |
1388 | 2024-02-17T06:13:50.984Z | Downloaded is-terminal v0.4.9 |
1389 | 2024-02-17T06:13:50.984Z | Downloaded console v0.15.8 |
1390 | 2024-02-17T06:13:50.984Z | Downloaded colored v2.0.4 |
1391 | 2024-02-17T06:13:51.368Z | Compiling proc-macro2 v1.0.78 |
1392 | 2024-02-17T06:13:51.368Z | Compiling unicode-ident v1.0.12 |
1393 | 2024-02-17T06:13:51.371Z | Compiling libc v0.2.153 |
1394 | 2024-02-17T06:13:51.372Z | Compiling serde v1.0.196 |
1395 | 2024-02-17T06:13:51.372Z | Compiling autocfg v1.1.0 |
1396 | 2024-02-17T06:13:51.372Z | Compiling version_check v0.9.4 |
1397 | 2024-02-17T06:13:51.372Z | Compiling cfg-if v1.0.0 |
1398 | 2024-02-17T06:13:51.554Z | Compiling syn v1.0.109 |
1399 | 2024-02-17T06:13:51.609Z | Compiling once_cell v1.19.0 |
1400 | 2024-02-17T06:13:51.954Z | Compiling byteorder v1.5.0 |
1401 | 2024-02-17T06:13:51.972Z | Compiling memchr v2.6.3 |
1402 | 2024-02-17T06:13:51.991Z | Compiling ahash v0.8.7 |
1403 | 2024-02-17T06:13:52.049Z | Compiling lock_api v0.4.10 |
1404 | 2024-02-17T06:13:52.342Z | Compiling parking_lot_core v0.9.8 |
1405 | 2024-02-17T06:13:53.161Z | Compiling libm v0.2.7 |
1406 | 2024-02-17T06:13:53.321Z | Compiling serde_json v1.0.113 |
1407 | 2024-02-17T06:13:53.507Z | Compiling num-traits v0.2.16 |
1408 | 2024-02-17T06:13:53.518Z | Compiling thiserror v1.0.57 |
1409 | 2024-02-17T06:13:53.523Z | Compiling scopeguard v1.2.0 |
1410 | 2024-02-17T06:13:53.624Z | Compiling typenum v1.16.0 |
1411 | 2024-02-17T06:13:53.813Z | Compiling generic-array v0.14.7 |
1412 | 2024-02-17T06:13:54.067Z | Compiling itoa v1.0.9 |
1413 | 2024-02-17T06:13:54.508Z | Compiling quote v1.0.35 |
1414 | 2024-02-17T06:13:54.528Z | Compiling log v0.4.20 |
1415 | 2024-02-17T06:13:54.715Z | Compiling pkg-config v0.3.27 |
1416 | 2024-02-17T06:13:55.143Z | Compiling syn v2.0.48 |
1417 | 2024-02-17T06:13:55.165Z | Compiling cc v1.0.83 |
1418 | 2024-02-17T06:13:55.190Z | Compiling getrandom v0.2.10 |
1419 | 2024-02-17T06:13:55.539Z | Compiling allocator-api2 v0.2.16 |
1420 | 2024-02-17T06:13:55.816Z | Compiling slab v0.4.9 |
1421 | 2024-02-17T06:13:56.102Z | Compiling ryu v1.0.15 |
1422 | 2024-02-17T06:13:56.148Z | Compiling heck v0.4.1 |
1423 | 2024-02-17T06:13:56.392Z | Compiling smallvec v1.13.1 |
1424 | 2024-02-17T06:13:56.410Z | Compiling schemars v0.8.16 |
1425 | 2024-02-17T06:13:56.548Z | Compiling pin-project-lite v0.2.13 |
1426 | 2024-02-17T06:13:57.041Z | Compiling equivalent v1.0.1 |
1427 | 2024-02-17T06:13:57.336Z | Compiling parking_lot v0.12.1 |
1428 | 2024-02-17T06:13:57.388Z | Compiling vcpkg v0.2.15 |
1429 | 2024-02-17T06:13:57.798Z | Compiling ring v0.17.7 |
1430 | 2024-02-17T06:13:59.025Z | Compiling signal-hook-registry v1.4.1 |
1431 | 2024-02-17T06:13:59.235Z | Compiling openssl-sys v0.9.96 |
1432 | 2024-02-17T06:13:59.741Z | Compiling rand_core v0.6.4 |
1433 | 2024-02-17T06:13:59.877Z | Compiling mio v0.8.9 |
1434 | 2024-02-17T06:14:00.656Z | Compiling ring v0.16.20 |
1435 | 2024-02-17T06:14:01.643Z | Compiling num_cpus v1.16.0 |
1436 | 2024-02-17T06:14:02.152Z | Compiling socket2 v0.5.5 |
1437 | 2024-02-17T06:14:02.152Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-02-17T06:14:02.152Z | Compiling rustix v0.38.31 |
1439 | 2024-02-17T06:14:02.152Z | Compiling httparse v1.8.0 |
1440 | 2024-02-17T06:14:02.152Z | Compiling futures-core v0.3.30 |
1441 | 2024-02-17T06:14:02.461Z | Compiling spin v0.5.2 |
1442 | 2024-02-17T06:14:02.549Z | Compiling openssl v0.10.60 |
1443 | 2024-02-17T06:14:02.702Z | Compiling crossbeam-utils v0.8.16 |
1444 | 2024-02-17T06:14:02.723Z | Compiling semver v1.0.21 |
1445 | 2024-02-17T06:14:02.937Z | Compiling serde_derive_internals v0.26.0 |
1446 | 2024-02-17T06:14:02.957Z | Compiling fnv v1.0.7 |
1447 | 2024-02-17T06:14:03.635Z | Compiling iana-time-zone v0.1.57 |
1448 | 2024-02-17T06:14:03.662Z | Compiling native-tls v0.2.11 |
1449 | 2024-02-17T06:14:03.674Z | Compiling subtle v2.5.0 |
1450 | 2024-02-17T06:14:03.746Z | Compiling const-oid v0.9.5 |
1451 | 2024-02-17T06:14:03.902Z | Compiling rustls v0.21.9 |
1452 | 2024-02-17T06:14:03.966Z | Compiling unicode-xid v0.2.4 |
1453 | 2024-02-17T06:14:04.159Z | Compiling synstructure v0.12.6 |
1454 | 2024-02-17T06:14:04.300Z | Compiling spin v0.9.8 |
1455 | 2024-02-17T06:14:04.642Z | Compiling memoffset v0.9.0 |
1456 | 2024-02-17T06:14:05.061Z | Compiling futures-sink v0.3.30 |
1457 | 2024-02-17T06:14:05.225Z | Compiling backtrace v0.3.69 |
1458 | 2024-02-17T06:14:05.415Z | Compiling tinyvec_macros v0.1.1 |
1459 | 2024-02-17T06:14:05.527Z | Compiling rustversion v1.0.14 |
1460 | 2024-02-17T06:14:05.543Z | Compiling dyn-clone v1.0.16 |
1461 | 2024-02-17T06:14:05.635Z | Compiling tinyvec v1.6.0 |
1462 | 2024-02-17T06:14:05.748Z | Compiling futures-channel v0.3.30 |
1463 | 2024-02-17T06:14:06.010Z | Compiling tracing-core v0.1.31 |
1464 | 2024-02-17T06:14:06.139Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2024-02-17T06:14:06.247Z | Compiling futures-task v0.3.30 |
1466 | 2024-02-17T06:14:06.718Z | Compiling futures-io v0.3.30 |
1467 | 2024-02-17T06:14:06.721Z | Compiling winnow v0.5.15 |
1468 | 2024-02-17T06:14:06.721Z | Compiling pin-utils v0.1.0 |
1469 | 2024-02-17T06:14:07.535Z | Compiling slog v2.7.0 |
1470 | 2024-02-17T06:14:07.539Z | Compiling unicode-normalization v0.1.22 |
1471 | 2024-02-17T06:14:08.671Z | Compiling serde_derive v1.0.196 |
1472 | 2024-02-17T06:14:08.680Z | Compiling zerocopy-derive v0.7.32 |
1473 | 2024-02-17T06:14:08.811Z | Compiling zeroize_derive v1.4.2 |
1474 | 2024-02-17T06:14:08.814Z | Compiling thiserror-impl v1.0.57 |
1475 | 2024-02-17T06:14:08.962Z | Compiling tokio-macros v2.2.0 |
1476 | 2024-02-17T06:14:08.975Z | Compiling futures-macro v0.3.30 |
1477 | 2024-02-17T06:14:10.220Z | Compiling tracing-attributes v0.1.26 |
1478 | 2024-02-17T06:14:10.242Z | Compiling schemars_derive v0.8.16 |
1479 | 2024-02-17T06:14:10.505Z | Compiling zeroize v1.7.0 |
1480 | 2024-02-17T06:14:10.628Z | Compiling zerocopy v0.7.32 |
1481 | 2024-02-17T06:14:12.147Z | Compiling pest v2.7.6 |
1482 | 2024-02-17T06:14:13.455Z | Compiling hashbrown v0.14.3 |
1483 | 2024-02-17T06:14:13.461Z | Compiling openssl-macros v0.1.1 |
1484 | 2024-02-17T06:14:13.698Z | Compiling zerocopy-derive v0.2.0 |
1485 | 2024-02-17T06:14:14.078Z | Compiling crypto-common v0.1.6 |
1486 | 2024-02-17T06:14:14.255Z | Compiling pest_meta v2.7.6 |
1487 | 2024-02-17T06:14:14.272Z | Compiling der_derive v0.7.2 |
1488 | 2024-02-17T06:14:14.487Z | Compiling tracing v0.1.37 |
1489 | 2024-02-17T06:14:14.628Z | Compiling block-buffer v0.10.4 |
1490 | 2024-02-17T06:14:14.864Z | Compiling futures-util v0.3.30 |
1491 | 2024-02-17T06:14:15.352Z | Compiling usdt-impl v0.3.5 |
1492 | 2024-02-17T06:14:15.679Z | Compiling pest_generator v2.7.6 |
1493 | 2024-02-17T06:14:16.803Z | Compiling anyhow v1.0.75 |
1494 | 2024-02-17T06:14:17.350Z | Compiling unicode-bidi v0.3.13 |
1495 | 2024-02-17T06:14:17.978Z | Compiling crc32fast v1.3.2 |
1496 | 2024-02-17T06:14:18.431Z | Compiling time-core v0.1.1 |
1497 | 2024-02-17T06:14:18.468Z | Compiling pest_derive v2.7.6 |
1498 | 2024-02-17T06:14:18.626Z | Compiling time-macros v0.2.13 |
1499 | 2024-02-17T06:14:19.705Z | Compiling digest v0.10.7 |
1500 | 2024-02-17T06:14:20.069Z | Compiling scroll_derive v0.12.0 |
1501 | 2024-02-17T06:14:20.387Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1502 | 2024-02-17T06:14:20.433Z | Compiling aho-corasick v1.0.4 |
1503 | 2024-02-17T06:14:21.256Z | Compiling ppv-lite86 v0.2.17 |
1504 | 2024-02-17T06:14:21.384Z | Compiling untrusted v0.9.0 |
1505 | 2024-02-17T06:14:21.507Z | Compiling regex-syntax v0.8.2 |
1506 | 2024-02-17T06:14:21.585Z | Compiling async-trait v0.1.77 |
1507 | 2024-02-17T06:14:21.681Z | Compiling signal-hook v0.3.17 |
1508 | 2024-02-17T06:14:21.752Z | Compiling rand_chacha v0.3.1 |
1509 | 2024-02-17T06:14:22.098Z | Compiling zerocopy v0.3.0 |
1510 | 2024-02-17T06:14:23.371Z | Compiling bytes v1.5.0 |
1511 | 2024-02-17T06:14:23.932Z | Compiling indexmap v2.2.3 |
1512 | 2024-02-17T06:14:24.301Z | Compiling bitflags v2.4.0 |
1513 | 2024-02-17T06:14:24.891Z | Compiling tokio v1.36.0 |
1514 | 2024-02-17T06:14:25.389Z | Compiling uuid v1.7.0 |
1515 | 2024-02-17T06:14:25.390Z | Compiling chrono v0.4.31 |
1516 | 2024-02-17T06:14:27.989Z | Compiling serde_spanned v0.6.5 |
1517 | 2024-02-17T06:14:28.243Z | Compiling toml_datetime v0.6.5 |
1518 | 2024-02-17T06:14:29.992Z | Compiling rustc_version v0.4.0 |
1519 | 2024-02-17T06:14:31.105Z | Compiling toml_edit v0.19.15 |
1520 | 2024-02-17T06:14:31.158Z | Compiling http v0.2.11 |
1521 | 2024-02-17T06:14:31.158Z | Compiling heapless v0.7.16 |
1522 | 2024-02-17T06:14:31.935Z | Compiling regex-automata v0.4.4 |
1523 | 2024-02-17T06:14:33.117Z | Compiling thread-id v4.2.0 |
1524 | 2024-02-17T06:14:36.846Z | Compiling tokio-util v0.7.10 |
1525 | 2024-02-17T06:14:37.080Z | Compiling regex v1.10.3 |
1526 | 2024-02-17T06:14:37.536Z | Compiling dof v0.1.5 |
1527 | 2024-02-17T06:14:38.253Z | Compiling rand v0.8.5 |
1528 | 2024-02-17T06:14:38.771Z | Compiling dtrace-parser v0.1.14 |
1529 | 2024-02-17T06:14:40.714Z | Compiling strum_macros v0.25.2 |
1530 | 2024-02-17T06:14:40.866Z | Compiling errno v0.3.8 |
1531 | 2024-02-17T06:14:40.866Z | Compiling num-bigint v0.4.4 |
1532 | 2024-02-17T06:14:40.980Z | Compiling base64ct v1.6.0 |
1533 | 2024-02-17T06:14:40.981Z | Compiling smoltcp v0.9.1 |
1534 | 2024-02-17T06:14:41.232Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1535 | 2024-02-17T06:14:41.729Z | Compiling untrusted v0.7.1 |
1536 | 2024-02-17T06:14:41.927Z | Compiling percent-encoding v2.3.1 |
1537 | 2024-02-17T06:14:41.927Z | Compiling foreign-types-shared v0.1.1 |
1538 | 2024-02-17T06:14:42.538Z | Compiling foreign-types v0.3.2 |
1539 | 2024-02-17T06:14:56.898Z | Compiling pem-rfc7468 v0.7.0 |
1540 | 2024-02-17T06:14:57.291Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-17T06:14:57.291Z | Compiling hmac v0.12.1 |
1542 | 2024-02-17T06:14:57.291Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-17T06:14:57.292Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-17T06:14:57.292Z | Compiling flagset v0.4.3 |
1545 | 2024-02-17T06:14:57.292Z | Compiling bitflags v1.3.2 |
1546 | 2024-02-17T06:14:57.293Z | Compiling siphasher v0.3.11 |
1547 | 2024-02-17T06:14:57.293Z | Compiling base64 v0.21.7 |
1548 | 2024-02-17T06:14:57.293Z | Compiling try-lock v0.2.4 |
1549 | 2024-02-17T06:14:57.293Z | Compiling unicode-width v0.1.11 |
1550 | 2024-02-17T06:14:57.293Z | Compiling adler v1.0.2 |
1551 | 2024-02-17T06:14:57.293Z | Compiling unicode-segmentation v1.10.1 |
1552 | 2024-02-17T06:14:57.293Z | Compiling miniz_oxide v0.7.1 |
1553 | 2024-02-17T06:14:57.293Z | Compiling want v0.3.1 |
1554 | 2024-02-17T06:14:57.293Z | Compiling der v0.7.8 |
1555 | 2024-02-17T06:14:57.293Z | Compiling sct v0.7.0 |
1556 | 2024-02-17T06:14:57.293Z | Compiling rustls-webpki v0.101.7 |
1557 | 2024-02-17T06:14:57.294Z | Compiling form_urlencoded v1.2.1 |
1558 | 2024-02-17T06:14:57.294Z | Compiling h2 v0.3.24 |
1559 | 2024-02-17T06:14:57.294Z | Compiling http-body v0.4.5 |
1560 | 2024-02-17T06:14:57.294Z | Compiling hubpack_derive v0.1.1 |
1561 | 2024-02-17T06:14:57.294Z | Compiling zerocopy-derive v0.6.4 |
1562 | 2024-02-17T06:14:57.294Z | Compiling num-iter v0.1.43 |
1563 | 2024-02-17T06:14:57.294Z | Compiling usdt-impl v0.5.0 |
1564 | 2024-02-17T06:14:57.294Z | Compiling anstyle v1.0.2 |
1565 | 2024-02-17T06:14:57.294Z | Compiling stable_deref_trait v1.2.0 |
1566 | 2024-02-17T06:14:57.294Z | Compiling utf8parse v0.2.1 |
1567 | 2024-02-17T06:14:57.294Z | Compiling cpufeatures v0.2.12 |
1568 | 2024-02-17T06:14:57.294Z | Compiling tower-service v0.3.2 |
1569 | 2024-02-17T06:14:57.294Z | Compiling httpdate v1.0.3 |
1570 | 2024-02-17T06:14:57.295Z | Compiling openssl-probe v0.1.5 |
1571 | 2024-02-17T06:14:57.295Z | Compiling sha2 v0.10.8 |
1572 | 2024-02-17T06:14:57.295Z | Compiling anstyle-parse v0.2.1 |
1573 | 2024-02-17T06:14:57.295Z | Compiling spki v0.7.2 |
1574 | 2024-02-17T06:14:57.295Z | Compiling usdt-attr-macro v0.3.5 |
1575 | 2024-02-17T06:14:57.295Z | Compiling usdt-macro v0.3.5 |
1576 | 2024-02-17T06:14:57.295Z | Compiling hyper v0.14.27 |
1577 | 2024-02-17T06:14:57.295Z | Compiling openapiv3 v2.0.0 |
1578 | 2024-02-17T06:14:57.295Z | Compiling scroll v0.12.0 |
1579 | 2024-02-17T06:14:57.660Z | Compiling md-5 v0.10.5 |
1580 | 2024-02-17T06:14:57.981Z | Compiling stringprep v0.1.3 |
1581 | 2024-02-17T06:14:58.024Z | Compiling idna v0.5.0 |
1582 | 2024-02-17T06:14:59.000Z | Compiling diesel_table_macro_syntax v0.1.0 |
1583 | 2024-02-17T06:14:59.034Z | Compiling num-integer v0.1.46 |
1584 | 2024-02-17T06:14:59.370Z | Compiling hash32 v0.2.1 |
1585 | 2024-02-17T06:14:59.516Z | Compiling plain v0.2.3 |
1586 | 2024-02-17T06:14:59.683Z | Compiling gimli v0.28.0 |
1587 | 2024-02-17T06:14:59.883Z | Compiling anstyle-query v1.0.0 |
1588 | 2024-02-17T06:15:00.162Z | Compiling fallible-iterator v0.2.0 |
1589 | 2024-02-17T06:15:00.587Z | Compiling colorchoice v1.0.0 |
1590 | 2024-02-17T06:15:00.750Z | Compiling anstream v0.6.11 |
1591 | 2024-02-17T06:15:00.881Z | Compiling postgres-protocol v0.6.6 |
1592 | 2024-02-17T06:15:02.126Z | Compiling goblin v0.8.0 |
1593 | 2024-02-17T06:15:02.731Z | Compiling diesel_derives v2.1.2 |
1594 | 2024-02-17T06:15:03.643Z | Compiling url v2.5.0 |
1595 | 2024-02-17T06:15:04.933Z | Compiling addr2line v0.21.0 |
1596 | 2024-02-17T06:15:06.619Z | Compiling tokio-rustls v0.24.1 |
1597 | 2024-02-17T06:15:07.063Z | Compiling tokio-native-tls v0.3.1 |
1598 | 2024-02-17T06:15:07.144Z | Compiling terminal_size v0.3.0 |
1599 | 2024-02-17T06:15:07.380Z | Compiling pkcs8 v0.10.2 |
1600 | 2024-02-17T06:15:08.344Z | Compiling phf_shared v0.11.2 |
1601 | 2024-02-17T06:15:08.672Z | Compiling serde_tokenstream v0.2.0 |
1602 | 2024-02-17T06:15:09.252Z | Compiling block-padding v0.3.3 |
1603 | 2024-02-17T06:15:09.495Z | Compiling enum-as-inner v0.5.1 |
1604 | 2024-02-17T06:15:09.581Z | Compiling serde_repr v0.1.16 |
1605 | 2024-02-17T06:15:10.515Z | Compiling clap_derive v4.5.0 |
1606 | 2024-02-17T06:15:11.143Z | Compiling ff v0.13.0 |
1607 | 2024-02-17T06:15:11.413Z | Compiling scheduled-thread-pool v0.2.7 |
1608 | 2024-02-17T06:15:11.927Z | Compiling object v0.32.1 |
1609 | 2024-02-17T06:15:13.208Z | Compiling pretty-hex v0.4.1 |
1610 | 2024-02-17T06:15:13.445Z | Compiling ipnet v2.9.0 |
1611 | 2024-02-17T06:15:14.582Z | Compiling rustc-demangle v0.1.23 |
1612 | 2024-02-17T06:15:15.414Z | Compiling strsim v0.11.0 |
1613 | 2024-02-17T06:15:17.392Z | Compiling matches v0.1.10 |
1614 | 2024-02-17T06:15:17.492Z | Compiling managed v0.8.0 |
1615 | 2024-02-17T06:15:17.520Z | Compiling num_threads v0.1.6 |
1616 | 2024-02-17T06:15:17.542Z | Compiling base16ct v0.2.0 |
1617 | 2024-02-17T06:15:17.599Z | Compiling bit-vec v0.6.3 |
1618 | 2024-02-17T06:15:18.049Z | Compiling clap_lex v0.7.0 |
1619 | 2024-02-17T06:15:18.067Z | Compiling regex-automata v0.1.10 |
1620 | 2024-02-17T06:15:18.541Z | Compiling deranged v0.3.8 |
1621 | 2024-02-17T06:15:18.579Z | Compiling bstr v0.2.17 |
1622 | 2024-02-17T06:15:21.210Z | Compiling clap_builder v4.5.0 |
1623 | 2024-02-17T06:15:21.503Z | Compiling time v0.3.27 |
1624 | 2024-02-17T06:15:21.878Z | Compiling sec1 v0.7.3 |
1625 | 2024-02-17T06:15:22.679Z | Compiling idna v0.2.3 |
1626 | 2024-02-17T06:15:22.686Z | Compiling dof v0.3.0 |
1627 | 2024-02-17T06:15:22.922Z | Compiling r2d2 v0.8.10 |
1628 | 2024-02-17T06:15:23.713Z | Compiling group v0.13.0 |
1629 | 2024-02-17T06:15:24.413Z | Compiling inout v0.1.3 |
1630 | 2024-02-17T06:15:25.286Z | Compiling phf v0.11.2 |
1631 | 2024-02-17T06:15:26.012Z | Compiling hyper-tls v0.5.0 |
1632 | 2024-02-17T06:15:26.017Z | Compiling hyper-rustls v0.24.2 |
1633 | 2024-02-17T06:15:26.017Z | Compiling signal-hook-mio v0.2.3 |
1634 | 2024-02-17T06:15:26.017Z | Compiling flate2 v1.0.28 |
1635 | 2024-02-17T06:15:26.017Z | Compiling bzip2 v0.4.4 |
1636 | 2024-02-17T06:15:26.017Z | Compiling postgres-types v0.2.6 |
1637 | 2024-02-17T06:15:26.322Z | Compiling zerocopy v0.6.4 |
1638 | 2024-02-17T06:15:26.540Z | Compiling hubpack v0.1.2 |
1639 | 2024-02-17T06:15:29.133Z | Compiling serde_urlencoded v0.7.1 |
1640 | 2024-02-17T06:15:29.269Z | Compiling rustls-pemfile v1.0.3 |
1641 | 2024-02-17T06:15:29.269Z | Compiling phf_shared v0.10.0 |
1642 | 2024-02-17T06:15:29.269Z | Compiling hkdf v0.12.4 |
1643 | 2024-02-17T06:15:29.269Z | Compiling ipnetwork v0.20.0 |
1644 | 2024-02-17T06:15:29.269Z | Compiling futures-executor v0.3.30 |
1645 | 2024-02-17T06:15:29.270Z | Compiling dtrace-parser v0.2.0 |
1646 | 2024-02-17T06:15:29.270Z | Compiling regress v0.8.0 |
1647 | 2024-02-17T06:15:29.270Z | Compiling crypto-bigint v0.5.2 |
1648 | 2024-02-17T06:15:29.270Z | Compiling float-cmp v0.9.0 |
1649 | 2024-02-17T06:15:29.270Z | Compiling encoding_rs v0.8.33 |
1650 | 2024-02-17T06:15:30.764Z | Compiling precomputed-hash v0.1.1 |
1651 | 2024-02-17T06:15:30.899Z | Compiling either v1.10.0 |
1652 | 2024-02-17T06:15:30.955Z | Compiling whoami v1.4.1 |
1653 | 2024-02-17T06:15:31.376Z | Compiling mime v0.3.17 |
1654 | 2024-02-17T06:15:32.040Z | Compiling difflib v0.4.0 |
1655 | 2024-02-17T06:15:32.594Z | Compiling data-encoding v2.4.0 |
1656 | 2024-02-17T06:15:32.786Z | Compiling new_debug_unreachable v1.0.4 |
1657 | 2024-02-17T06:15:32.894Z | Compiling winnow v0.6.1 |
1658 | 2024-02-17T06:15:33.388Z | Compiling normalize-line-endings v0.3.0 |
1659 | 2024-02-17T06:15:33.980Z | Compiling regex-automata v0.3.8 |
1660 | 2024-02-17T06:15:34.047Z | Compiling static_assertions v1.1.0 |
1661 | 2024-02-17T06:15:34.157Z | Compiling webpki-roots v0.25.2 |
1662 | 2024-02-17T06:15:34.495Z | Compiling predicates-core v1.0.6 |
1663 | 2024-02-17T06:15:34.820Z | Compiling minimal-lexical v0.2.1 |
1664 | 2024-02-17T06:15:35.371Z | Compiling fixedbitset v0.4.2 |
1665 | 2024-02-17T06:15:35.793Z | Compiling petgraph v0.6.4 |
1666 | 2024-02-17T06:15:36.469Z | Compiling bstr v1.6.0 |
1667 | 2024-02-17T06:15:37.098Z | Compiling toml_edit v0.22.6 |
1668 | 2024-02-17T06:15:38.002Z | Compiling nom v7.1.3 |
1669 | 2024-02-17T06:15:42.026Z | Compiling predicates v3.1.0 |
1670 | 2024-02-17T06:15:42.264Z | Compiling reqwest v0.11.22 |
1671 | 2024-02-17T06:15:42.733Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1672 | 2024-02-17T06:15:43.665Z | Compiling itertools v0.10.5 |
1673 | 2024-02-17T06:15:44.831Z | Compiling trust-dns-proto v0.22.0 |
1674 | 2024-02-17T06:15:46.875Z | Compiling string_cache v0.8.7 |
1675 | 2024-02-17T06:15:47.357Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1676 | 2024-02-17T06:15:49.132Z | Compiling tokio-postgres v0.7.10 |
1677 | 2024-02-17T06:15:51.917Z | Compiling elliptic-curve v0.13.8 |
1678 | 2024-02-17T06:15:54.335Z | Compiling futures v0.3.30 |
1679 | 2024-02-17T06:15:54.462Z | Compiling diesel v2.1.4 |
1680 | 2024-02-17T06:15:54.537Z | Compiling yasna v0.5.2 |
1681 | 2024-02-17T06:15:55.093Z | Compiling zip v0.6.6 |
1682 | 2024-02-17T06:15:55.335Z | Compiling crossterm v0.27.0 |
1683 | 2024-02-17T06:15:55.482Z | Compiling cipher v0.4.4 |
1684 | 2024-02-17T06:15:55.975Z | Compiling clap v4.5.0 |
1685 | 2024-02-17T06:15:56.293Z | Compiling similar v2.3.0 |
1686 | 2024-02-17T06:15:56.389Z | Compiling bit-set v0.5.3 |
1687 | 2024-02-17T06:15:56.422Z | Compiling usdt v0.3.5 |
1688 | 2024-02-17T06:15:56.711Z | Compiling console v0.15.8 |
1689 | 2024-02-17T06:15:57.365Z | Compiling strum v0.25.0 |
1690 | 2024-02-17T06:15:58.369Z | Compiling tokio-stream v0.1.14 |
1691 | 2024-02-17T06:15:58.980Z | Compiling toml v0.7.8 |
1692 | 2024-02-17T06:15:59.373Z | Compiling hex v0.4.3 |
1693 | 2024-02-17T06:15:59.468Z | Compiling proc-macro-error-attr v1.0.4 |
1694 | 2024-02-17T06:16:00.058Z | Compiling lalrpop-util v0.19.12 |
1695 | 2024-02-17T06:16:00.678Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1696 | 2024-02-17T06:16:03.019Z | Compiling proc-macro-crate v1.3.1 |
1697 | 2024-02-17T06:16:04.111Z | Compiling proc-macro-error v1.0.4 |
1698 | 2024-02-17T06:16:04.821Z | Compiling heapless v0.8.0 |
1699 | 2024-02-17T06:16:05.093Z | Compiling camino v1.1.6 |
1700 | 2024-02-17T06:16:05.801Z | Compiling num_enum_derive v0.5.11 |
1701 | 2024-02-17T06:16:16.472Z | Compiling atty v0.2.14 |
1702 | 2024-02-17T06:16:17.055Z | Compiling hash32 v0.3.1 |
1703 | 2024-02-17T06:16:18.410Z | Compiling strsim v0.10.0 |
1704 | 2024-02-17T06:16:19.595Z | Compiling rustls-pki-types v1.1.0 |
1705 | 2024-02-17T06:16:21.015Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1706 | 2024-02-17T06:16:22.390Z | Compiling smoltcp v0.11.0 |
1707 | 2024-02-17T06:16:23.034Z | Compiling ident_case v1.0.1 |
1708 | 2024-02-17T06:16:23.229Z | Compiling darling_core v0.20.3 |
1709 | 2024-02-17T06:16:39.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1710 | 2024-02-17T06:16:42.982Z | Compiling num_enum v0.5.11 |
1711 | 2024-02-17T06:16:49.517Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-02-17T06:16:49.961Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1713 | 2024-02-17T06:16:50.892Z | Compiling cobs v0.2.3 |
1714 | 2024-02-17T06:16:52.776Z | Compiling embedded-io v0.4.0 |
1715 | 2024-02-17T06:16:53.544Z | Compiling rustls v0.22.2 |
1716 | 2024-02-17T06:16:55.021Z | Compiling postcard v1.0.8 |
1717 | 2024-02-17T06:16:59.783Z | Compiling dirs-next v2.0.0 |
1718 | 2024-02-17T06:17:02.867Z | Compiling darling_macro v0.20.3 |
1719 | 2024-02-17T06:17:04.727Z | Compiling rustls-webpki v0.102.1 |
1720 | 2024-02-17T06:17:06.926Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1721 | 2024-02-17T06:17:11.116Z | Compiling getopts v0.2.21 |
1722 | 2024-02-17T06:17:11.604Z | Compiling structmeta-derive v0.3.0 |
1723 | 2024-02-17T06:17:12.107Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2024-02-17T06:17:13.062Z | Compiling thread_local v1.1.7 |
1725 | 2024-02-17T06:17:13.192Z | Compiling multer v3.0.0 |
1726 | 2024-02-17T06:17:13.410Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1727 | 2024-02-17T06:17:13.865Z | Compiling match_cfg v0.1.0 |
1728 | 2024-02-17T06:17:14.086Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-17T06:17:14.487Z | Compiling foreign-types-shared v0.3.1 |
1730 | 2024-02-17T06:17:15.551Z | Compiling paste v1.0.14 |
1731 | 2024-02-17T06:17:16.058Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1732 | 2024-02-17T06:17:16.101Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1733 | 2024-02-17T06:17:16.305Z | Compiling rayon-core v1.12.0 |
1734 | 2024-02-17T06:17:16.569Z | Compiling slog-async v2.8.0 |
1735 | 2024-02-17T06:17:19.413Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1736 | 2024-02-17T06:17:19.794Z | Compiling serde_yaml v0.9.25 |
1737 | 2024-02-17T06:17:23.434Z | Compiling foreign-types v0.5.0 |
1738 | 2024-02-17T06:17:23.454Z | Compiling structmeta v0.3.0 |
1739 | 2024-02-17T06:17:24.046Z | Compiling hostname v0.3.1 |
1740 | 2024-02-17T06:17:25.428Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1741 | 2024-02-17T06:17:31.449Z | Compiling darling v0.20.3 |
1742 | 2024-02-17T06:17:33.973Z | Compiling term v0.7.0 |
1743 | 2024-02-17T06:17:35.961Z | Compiling slog-json v2.6.1 |
1744 | 2024-02-17T06:17:36.505Z | Compiling crossbeam-deque v0.8.3 |
1745 | 2024-02-17T06:17:38.316Z | Compiling is-terminal v0.4.9 |
1746 | 2024-02-17T06:17:38.468Z | Compiling crossbeam-channel v0.5.8 |
1747 | 2024-02-17T06:17:39.279Z | Compiling http v1.0.0 |
1748 | 2024-02-17T06:17:40.335Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1749 | 2024-02-17T06:17:40.387Z | Compiling async-stream-impl v0.3.5 |
1750 | 2024-02-17T06:17:41.177Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1751 | 2024-02-17T06:17:41.716Z | Compiling cstr-argument v0.1.2 |
1752 | 2024-02-17T06:17:41.990Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1753 | 2024-02-17T06:17:42.104Z | Compiling take_mut v0.2.2 |
1754 | 2024-02-17T06:17:42.311Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1755 | 2024-02-17T06:17:42.348Z | Compiling fastrand v2.0.1 |
1756 | 2024-02-17T06:17:42.663Z | Compiling crucible-workspace-hack v0.1.0 |
1757 | 2024-02-17T06:17:42.938Z | Compiling pretty-hex v0.2.1 |
1758 | 2024-02-17T06:17:42.983Z | Compiling atomic-waker v1.1.1 |
1759 | 2024-02-17T06:17:43.080Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1760 | 2024-02-17T06:17:43.179Z | Compiling waitgroup v0.1.2 |
1761 | 2024-02-17T06:17:43.427Z | Compiling tempfile v3.10.0 |
1762 | 2024-02-17T06:17:43.778Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1763 | 2024-02-17T06:17:44.624Z | Compiling async-stream v0.3.5 |
1764 | 2024-02-17T06:17:44.958Z | Compiling colored v2.0.4 |
1765 | 2024-02-17T06:17:46.892Z | Compiling slog-bunyan v2.5.0 |
1766 | 2024-02-17T06:17:47.306Z | Compiling slog-term v2.9.0 |
1767 | 2024-02-17T06:17:47.328Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1768 | 2024-02-17T06:17:48.374Z | Compiling tokio-rustls v0.25.0 |
1769 | 2024-02-17T06:17:48.859Z | Compiling serde_with_macros v3.6.1 |
1770 | 2024-02-17T06:17:50.301Z | Compiling parse-display-derive v0.9.0 |
1771 | 2024-02-17T06:17:51.532Z | Compiling toml v0.8.10 |
1772 | 2024-02-17T06:17:51.830Z | Compiling rustls-pemfile v2.0.0 |
1773 | 2024-02-17T06:17:52.647Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1774 | 2024-02-17T06:17:54.206Z | Compiling sha1 v0.10.6 |
1775 | 2024-02-17T06:17:54.620Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1776 | 2024-02-17T06:17:55.215Z | Compiling textwrap v0.11.0 |
1777 | 2024-02-17T06:17:56.361Z | Compiling heck v0.3.3 |
1778 | 2024-02-17T06:17:56.735Z | Compiling newtype-uuid v1.0.1 |
1779 | 2024-02-17T06:17:56.808Z | Compiling serde_path_to_error v0.1.15 |
1780 | 2024-02-17T06:17:57.115Z | Compiling strum_macros v0.26.1 |
1781 | 2024-02-17T06:17:57.555Z | Compiling instant v0.1.12 |
1782 | 2024-02-17T06:17:57.735Z | Compiling libefi-sys v0.1.0 |
1783 | 2024-02-17T06:17:57.889Z | Compiling debug-ignore v1.0.5 |
1784 | 2024-02-17T06:17:58.060Z | Compiling ansi_term v0.12.1 |
1785 | 2024-02-17T06:17:58.079Z | Compiling strsim v0.8.0 |
1786 | 2024-02-17T06:17:58.650Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1787 | 2024-02-17T06:17:59.009Z | Compiling vec_map v0.8.2 |
1788 | 2024-02-17T06:17:59.055Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1789 | 2024-02-17T06:17:59.373Z | Compiling clap v2.34.0 |
1790 | 2024-02-17T06:18:02.168Z | Compiling backoff v0.4.0 |
1791 | 2024-02-17T06:18:02.190Z | Compiling strum v0.26.1 |
1792 | 2024-02-17T06:18:02.413Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1793 | 2024-02-17T06:18:02.590Z | Compiling structopt-derive v0.4.18 |
1794 | 2024-02-17T06:18:02.623Z | Compiling parse-display v0.9.0 |
1795 | 2024-02-17T06:18:02.756Z | Compiling serde_with v3.6.1 |
1796 | 2024-02-17T06:18:04.476Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1797 | 2024-02-17T06:18:04.476Z | Compiling rayon v1.8.0 |
1798 | 2024-02-17T06:18:04.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1799 | 2024-02-17T06:18:05.408Z | Compiling camino-tempfile v1.1.1 |
1800 | 2024-02-17T06:18:06.327Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2024-02-17T06:18:06.929Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1802 | 2024-02-17T06:18:07.078Z | Compiling zone_cfg_derive v0.3.0 |
1803 | 2024-02-17T06:18:07.783Z | Compiling macaddr v1.0.1 |
1804 | 2024-02-17T06:18:08.569Z | Compiling num-derive v0.4.0 |
1805 | 2024-02-17T06:18:08.590Z | Compiling blake3 v1.5.0 |
1806 | 2024-02-17T06:18:09.201Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1807 | 2024-02-17T06:18:09.615Z | Compiling portable-atomic v1.4.3 |
1808 | 2024-02-17T06:18:10.519Z | Compiling zone v0.3.0 |
1809 | 2024-02-17T06:18:10.660Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1810 | 2024-02-17T06:18:10.809Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1811 | 2024-02-17T06:18:12.672Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1812 | 2024-02-17T06:18:13.255Z | Compiling structopt v0.3.26 |
1813 | 2024-02-17T06:18:13.732Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1814 | 2024-02-17T06:18:14.393Z | Compiling smf v0.2.2 |
1815 | 2024-02-17T06:18:14.672Z | Compiling memmap2 v0.7.1 |
1816 | 2024-02-17T06:18:14.962Z | Compiling xattr v1.0.1 |
1817 | 2024-02-17T06:18:15.261Z | Compiling filetime v0.2.23 |
1818 | 2024-02-17T06:18:15.279Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-02-17T06:18:15.470Z | Compiling arrayvec v0.7.4 |
1820 | 2024-02-17T06:18:15.536Z | Compiling arrayref v0.3.7 |
1821 | 2024-02-17T06:18:15.653Z | Compiling same-file v1.0.6 |
1822 | 2024-02-17T06:18:15.676Z | Compiling tar v0.4.40 |
1823 | 2024-02-17T06:18:15.958Z | Compiling walkdir v2.4.0 |
1824 | 2024-02-17T06:18:17.733Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-02-17T06:18:18.608Z | Compiling gethostname v0.4.3 |
1826 | 2024-02-17T06:18:18.845Z | Compiling number_prefix v0.4.0 |
1827 | 2024-02-17T06:18:18.883Z | Compiling topological-sort v0.2.2 |
1828 | 2024-02-17T06:18:19.133Z | Compiling omicron-zone-package v0.11.0 |
1829 | 2024-02-17T06:18:19.153Z | Compiling swrite v0.1.0 |
1830 | 2024-02-17T06:18:20.249Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1831 | 2024-02-17T06:18:21.608Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1832 | 2024-02-17T06:18:22.246Z | Compiling indicatif v0.17.8 |
1833 | 2024-02-17T06:18:31.702Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1834 | 2024-02-17T06:18:34.265Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1835 | 2024-02-17T06:18:36.111Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1836 | 2024-02-17T06:18:55.321Z | Finished release [optimized] target(s) in 5m 24s |
1837 | 2024-02-17T06:18:55.532Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1838 | 2024-02-17T06:18:55.591Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1839 | 2024-02-17T06:18:55.605Z | Created new build target 'test' and set it as active |
1840 | 2024-02-17T06:18:55.605Z | |
1841 | 2024-02-17T06:18:55.605Z | real 5:25.237202708 |
1842 | 2024-02-17T06:18:55.605Z | user 34:39.664653272 |
1843 | 2024-02-17T06:18:55.605Z | sys 3:55.327491580 |
1844 | 2024-02-17T06:18:55.606Z | trap 1.061232787 |
1845 | 2024-02-17T06:18:55.606Z | tflt 5.200463705 |
1846 | 2024-02-17T06:18:55.606Z | dflt 3.774865190 |
1847 | 2024-02-17T06:18:55.606Z | kflt 0.058458968 |
1848 | 2024-02-17T06:18:55.606Z | lock 1:13:36.964997944 |
1849 | 2024-02-17T06:18:55.606Z | slp 1:38:32.037427301 |
1850 | 2024-02-17T06:18:55.606Z | lat 2:07.110407270 |
1851 | 2024-02-17T06:18:55.606Z | stop 3:21.313866937 |
1852 | 2024-02-17T06:18:55.607Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1853 | 2024-02-17T06:18:56.311Z | Finished release [optimized] target(s) in 0.66s |
1854 | 2024-02-17T06:18:56.335Z | Running `target/release/omicron-package -t test package` |
1855 | 2024-02-17T06:18:56.362Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1856 | 2024-02-17T06:18:57.156Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1857 | 2024-02-17T06:18:57.159Z | Compiling linked-hash-map v0.5.6 |
1858 | 2024-02-17T06:18:57.159Z | Compiling usdt-macro v0.5.0 |
1859 | 2024-02-17T06:18:57.159Z | Compiling usdt-attr-macro v0.5.0 |
1860 | 2024-02-17T06:18:57.220Z | Compiling memmap v0.7.0 |
1861 | 2024-02-17T06:18:57.229Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1862 | 2024-02-17T06:18:57.229Z | Compiling password-hash v0.5.0 |
1863 | 2024-02-17T06:18:57.245Z | Compiling blake2 v0.10.6 |
1864 | 2024-02-17T06:18:57.682Z | Compiling lru-cache v0.1.2 |
1865 | 2024-02-17T06:18:57.704Z | Compiling semver v0.1.20 |
1866 | 2024-02-17T06:18:57.892Z | Compiling argon2 v0.5.3 |
1867 | 2024-02-17T06:18:58.265Z | Compiling rustc_version v0.1.7 |
1868 | 2024-02-17T06:18:59.017Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-02-17T06:18:59.036Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1870 | 2024-02-17T06:18:59.036Z | Compiling newtype_derive v0.1.6 |
1871 | 2024-02-17T06:18:59.036Z | Compiling usdt v0.5.0 |
1872 | 2024-02-17T06:18:59.036Z | Compiling rayon-core v1.12.0 |
1873 | 2024-02-17T06:18:59.037Z | Compiling crossbeam-deque v0.8.3 |
1874 | 2024-02-17T06:18:59.037Z | Compiling fastrand v2.0.1 |
1875 | 2024-02-17T06:18:59.239Z | Compiling quick-error v1.2.3 |
1876 | 2024-02-17T06:18:59.323Z | Compiling same-file v1.0.6 |
1877 | 2024-02-17T06:18:59.391Z | Compiling resolv-conf v0.7.0 |
1878 | 2024-02-17T06:18:59.533Z | Compiling walkdir v2.4.0 |
1879 | 2024-02-17T06:18:59.551Z | Compiling tempfile v3.10.0 |
1880 | 2024-02-17T06:19:00.266Z | Compiling camino v1.1.6 |
1881 | 2024-02-17T06:19:00.327Z | Compiling itertools v0.12.1 |
1882 | 2024-02-17T06:19:00.352Z | Compiling semver-parser v0.10.2 |
1883 | 2024-02-17T06:19:00.359Z | Compiling slog-dtrace v0.3.0 |
1884 | 2024-02-17T06:19:00.749Z | Compiling rayon v1.8.0 |
1885 | 2024-02-17T06:19:00.793Z | Compiling blake3 v1.5.0 |
1886 | 2024-02-17T06:19:01.091Z | Compiling semver v0.11.0 |
1887 | 2024-02-17T06:19:01.661Z | Compiling trust-dns-resolver v0.22.0 |
1888 | 2024-02-17T06:19:01.805Z | Compiling nibble_vec v0.1.0 |
1889 | 2024-02-17T06:19:02.044Z | Compiling memmap2 v0.7.1 |
1890 | 2024-02-17T06:19:02.282Z | Compiling filetime v0.2.23 |
1891 | 2024-02-17T06:19:02.794Z | Compiling xattr v1.0.1 |
1892 | 2024-02-17T06:19:02.806Z | Compiling endian-type v0.1.2 |
1893 | 2024-02-17T06:19:02.806Z | Compiling home v0.5.5 |
1894 | 2024-02-17T06:19:02.806Z | Compiling constant_time_eq v0.3.0 |
1895 | 2024-02-17T06:19:02.806Z | Compiling arrayvec v0.7.4 |
1896 | 2024-02-17T06:19:02.806Z | Compiling arrayref v0.3.7 |
1897 | 2024-02-17T06:19:02.838Z | Compiling toolchain_find v0.2.0 |
1898 | 2024-02-17T06:19:02.876Z | Compiling radix_trie v0.2.1 |
1899 | 2024-02-17T06:19:03.167Z | Compiling tar v0.4.40 |
1900 | 2024-02-17T06:19:03.326Z | Compiling camino-tempfile v1.1.1 |
1901 | 2024-02-17T06:19:03.754Z | Compiling steno v0.4.0 |
1902 | 2024-02-17T06:19:04.330Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1903 | 2024-02-17T06:19:05.091Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1904 | 2024-02-17T06:19:05.516Z | Compiling toml v0.5.11 |
1905 | 2024-02-17T06:19:05.604Z | Compiling derive-where v1.2.7 |
1906 | 2024-02-17T06:19:05.745Z | Compiling num-rational v0.4.1 |
1907 | 2024-02-17T06:19:06.078Z | Compiling topological-sort v0.2.2 |
1908 | 2024-02-17T06:19:06.303Z | Compiling radium v0.7.0 |
1909 | 2024-02-17T06:19:06.791Z | Compiling omicron-zone-package v0.11.0 |
1910 | 2024-02-17T06:19:07.142Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1911 | 2024-02-17T06:19:07.400Z | Compiling rustfmt-wrapper v0.2.0 |
1912 | 2024-02-17T06:19:08.001Z | Compiling toml v0.8.10 |
1913 | 2024-02-17T06:19:08.925Z | Compiling tap v1.0.1 |
1914 | 2024-02-17T06:19:08.996Z | Compiling cancel-safe-futures v0.1.5 |
1915 | 2024-02-17T06:19:09.125Z | Compiling maybe-uninit v2.0.0 |
1916 | 2024-02-17T06:19:09.365Z | Compiling wyz v0.5.1 |
1917 | 2024-02-17T06:19:09.839Z | Compiling num-complex v0.4.4 |
1918 | 2024-02-17T06:19:10.212Z | Compiling packed_struct v0.10.1 |
1919 | 2024-02-17T06:19:10.651Z | Compiling crc-catalog v2.2.0 |
1920 | 2024-02-17T06:19:10.807Z | Compiling num-bigint-dig v0.8.4 |
1921 | 2024-02-17T06:19:11.136Z | Compiling funty v2.0.0 |
1922 | 2024-02-17T06:19:11.220Z | Compiling num v0.4.1 |
1923 | 2024-02-17T06:19:11.333Z | Compiling crc v3.0.1 |
1924 | 2024-02-17T06:19:12.340Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-02-17T06:19:12.659Z | Compiling bitvec v1.0.1 |
1926 | 2024-02-17T06:19:12.939Z | Compiling fxhash v0.2.1 |
1927 | 2024-02-17T06:19:13.188Z | Compiling packed_struct_codegen v0.10.1 |
1928 | 2024-02-17T06:19:13.400Z | Compiling indexmap v1.9.3 |
1929 | 2024-02-17T06:19:14.141Z | Compiling utf-8 v0.7.6 |
1930 | 2024-02-17T06:19:14.147Z | Compiling nodrop v0.1.14 |
1931 | 2024-02-17T06:19:14.187Z | Compiling tungstenite v0.20.1 |
1932 | 2024-02-17T06:19:14.267Z | Compiling array-init v0.0.4 |
1933 | 2024-02-17T06:19:15.617Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1934 | 2024-02-17T06:19:15.959Z | Compiling smallvec v0.6.14 |
1935 | 2024-02-17T06:19:17.553Z | Compiling pkcs1 v0.7.5 |
1936 | 2024-02-17T06:19:20.244Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1937 | 2024-02-17T06:19:21.402Z | Compiling signature v2.1.0 |
1938 | 2024-02-17T06:19:21.655Z | Compiling unicase v2.7.0 |
1939 | 2024-02-17T06:19:22.001Z | Compiling half v2.3.1 |
1940 | 2024-02-17T06:19:22.217Z | Compiling ciborium-io v0.2.2 |
1941 | 2024-02-17T06:19:22.351Z | Compiling termcolor v1.2.0 |
1942 | 2024-02-17T06:19:22.805Z | Compiling bitfield v0.14.0 |
1943 | 2024-02-17T06:19:23.128Z | Compiling hashbrown v0.12.3 |
1944 | 2024-02-17T06:19:24.285Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1945 | 2024-02-17T06:19:25.093Z | Compiling env_logger v0.10.0 |
1946 | 2024-02-17T06:19:25.645Z | Compiling ciborium-ll v0.2.2 |
1947 | 2024-02-17T06:19:26.248Z | Compiling rsa v0.9.2 |
1948 | 2024-02-17T06:19:29.104Z | Compiling serde-hex v0.1.0 |
1949 | 2024-02-17T06:19:29.619Z | Compiling tokio-tungstenite v0.20.1 |
1950 | 2024-02-17T06:19:29.860Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1951 | 2024-02-17T06:19:30.217Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1952 | 2024-02-17T06:19:30.893Z | Compiling x509-cert v0.2.4 |
1953 | 2024-02-17T06:19:31.877Z | Compiling ron v0.8.1 |
1954 | 2024-02-17T06:19:36.076Z | Compiling hashbrown v0.13.2 |
1955 | 2024-02-17T06:19:36.317Z | Compiling crc-any v2.4.3 |
1956 | 2024-02-17T06:19:37.328Z | Compiling display-error-chain v0.2.0 |
1957 | 2024-02-17T06:19:37.520Z | Compiling arc-swap v1.6.0 |
1958 | 2024-02-17T06:19:38.355Z | Compiling slog-scope v4.4.0 |
1959 | 2024-02-17T06:19:38.496Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1960 | 2024-02-17T06:19:39.253Z | Compiling object v0.30.4 |
1961 | 2024-02-17T06:19:44.575Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2024-02-17T06:19:44.851Z | Compiling ciborium v0.2.2 |
1963 | 2024-02-17T06:19:46.407Z | Compiling libsw v3.3.1 |
1964 | 2024-02-17T06:19:46.765Z | Compiling path-slash v0.1.5 |
1965 | 2024-02-17T06:19:46.991Z | Compiling linear-map v1.2.0 |
1966 | 2024-02-17T06:19:47.262Z | Compiling parking_lot_core v0.8.6 |
1967 | 2024-02-17T06:19:47.443Z | Compiling owo-colors v4.0.0 |
1968 | 2024-02-17T06:19:47.709Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1969 | 2024-02-17T06:19:50.874Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1970 | 2024-02-17T06:19:53.493Z | Compiling slog-stdlog v4.1.1 |
1971 | 2024-02-17T06:19:54.609Z | Compiling dirs-sys-next v0.1.2 |
1972 | 2024-02-17T06:19:55.146Z | Compiling crunchy v0.2.2 |
1973 | 2024-02-17T06:19:55.247Z | Compiling glob v0.3.1 |
1974 | 2024-02-17T06:19:55.669Z | Compiling convert_case v0.4.0 |
1975 | 2024-02-17T06:19:56.104Z | Compiling clang-sys v1.6.1 |
1976 | 2024-02-17T06:19:56.480Z | Compiling derive_more v0.99.17 |
1977 | 2024-02-17T06:19:56.841Z | Compiling dirs-next v2.0.0 |
1978 | 2024-02-17T06:19:57.419Z | Compiling slog-envlogger v2.2.0 |
1979 | 2024-02-17T06:19:59.202Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1980 | 2024-02-17T06:19:59.608Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1981 | 2024-02-17T06:20:00.167Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1982 | 2024-02-17T06:20:01.931Z | Compiling prettyplease v0.2.16 |
1983 | 2024-02-17T06:20:02.262Z | Compiling tiny-keccak v2.0.2 |
1984 | 2024-02-17T06:20:02.988Z | Compiling platforms v3.0.2 |
1985 | 2024-02-17T06:20:03.005Z | Compiling parking_lot v0.11.2 |
1986 | 2024-02-17T06:20:04.032Z | Compiling mime_guess v2.0.4 |
1987 | 2024-02-17T06:20:05.306Z | Compiling term v0.7.0 |
1988 | 2024-02-17T06:20:05.714Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1989 | 2024-02-17T06:20:06.836Z | Compiling trust-dns-client v0.22.0 |
1990 | 2024-02-17T06:20:07.236Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1991 | 2024-02-17T06:20:09.645Z | Compiling darling_core v0.14.4 |
1992 | 2024-02-17T06:20:12.940Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1993 | 2024-02-17T06:20:14.213Z | Compiling pem v3.0.2 |
1994 | 2024-02-17T06:20:15.229Z | Compiling darling_macro v0.14.4 |
1995 | 2024-02-17T06:20:16.792Z | Compiling trust-dns-server v0.22.1 |
1996 | 2024-02-17T06:20:18.149Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-02-17T06:20:19.028Z | Compiling sled v0.34.7 |
1998 | 2024-02-17T06:20:19.202Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1999 | 2024-02-17T06:20:23.354Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2000 | 2024-02-17T06:20:23.590Z | Compiling is-terminal v0.4.9 |
2001 | 2024-02-17T06:20:23.735Z | Compiling ena v0.14.2 |
2002 | 2024-02-17T06:20:24.168Z | Compiling vte_generate_state_changes v0.1.1 |
2003 | 2024-02-17T06:20:24.827Z | Compiling libloading v0.7.4 |
2004 | 2024-02-17T06:20:25.141Z | Compiling diff v0.1.13 |
2005 | 2024-02-17T06:20:25.203Z | Compiling regex-syntax v0.6.29 |
2006 | 2024-02-17T06:20:25.688Z | Compiling bindgen v0.69.2 |
2007 | 2024-02-17T06:20:31.576Z | Compiling lalrpop v0.19.12 |
2008 | 2024-02-17T06:20:33.736Z | Compiling vte v0.11.1 |
2009 | 2024-02-17T06:20:36.244Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2010 | 2024-02-17T06:20:38.326Z | Compiling curve25519-dalek v4.1.1 |
2011 | 2024-02-17T06:20:40.310Z | Compiling darling v0.14.4 |
2012 | 2024-02-17T06:20:40.729Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2013 | 2024-02-17T06:20:43.373Z | Compiling cexpr v0.6.0 |
2014 | 2024-02-17T06:20:44.929Z | Compiling which v4.4.0 |
2015 | 2024-02-17T06:20:45.516Z | Compiling kstat-rs v0.2.3 |
2016 | 2024-02-17T06:20:46.827Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2017 | 2024-02-17T06:20:47.627Z | Compiling memoffset v0.7.1 |
2018 | 2024-02-17T06:20:47.971Z | Compiling bytecount v0.6.3 |
2019 | 2024-02-17T06:20:48.305Z | Compiling peeking_take_while v0.1.2 |
2020 | 2024-02-17T06:20:48.461Z | Compiling buf-list v1.0.3 |
2021 | 2024-02-17T06:20:49.050Z | Compiling lazycell v1.3.0 |
2022 | 2024-02-17T06:20:49.234Z | Compiling rustc-hash v1.1.0 |
2023 | 2024-02-17T06:20:49.390Z | Compiling keccak v0.1.4 |
2024 | 2024-02-17T06:20:50.419Z | Compiling shlex v1.3.0 |
2025 | 2024-02-17T06:20:50.843Z | Compiling doc-comment v0.3.3 |
2026 | 2024-02-17T06:20:53.375Z | Compiling sha3 v0.10.8 |
2027 | 2024-02-17T06:20:53.936Z | Compiling papergrid v0.11.0 |
2028 | 2024-02-17T06:20:55.125Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2029 | 2024-02-17T06:20:55.743Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2030 | 2024-02-17T06:20:56.928Z | Compiling derive_builder_core v0.12.0 |
2031 | 2024-02-17T06:20:59.421Z | Compiling strip-ansi-escapes v0.2.0 |
2032 | 2024-02-17T06:21:00.426Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2033 | 2024-02-17T06:21:00.802Z | Compiling polar-core v0.27.0 |
2034 | 2024-02-17T06:21:02.283Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2035 | 2024-02-17T06:21:04.925Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2036 | 2024-02-17T06:21:06.005Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2037 | 2024-02-17T06:21:06.652Z | Compiling tabled_derive v0.7.0 |
2038 | 2024-02-17T06:21:07.045Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2039 | 2024-02-17T06:21:07.281Z | Compiling fd-lock v4.0.2 |
2040 | 2024-02-17T06:21:07.504Z | Compiling fd-lock v3.0.13 |
2041 | 2024-02-17T06:21:07.742Z | Compiling headers-core v0.2.0 |
2042 | 2024-02-17T06:21:07.914Z | Compiling universal-hash v0.5.1 |
2043 | 2024-02-17T06:21:08.160Z | Compiling nix v0.27.1 |
2044 | 2024-02-17T06:21:09.039Z | Compiling secrecy v0.8.0 |
2045 | 2024-02-17T06:21:09.773Z | Compiling libxml v0.3.3 |
2046 | 2024-02-17T06:21:09.794Z | Compiling thiserror-impl-no-std v2.0.2 |
2047 | 2024-02-17T06:21:10.532Z | Compiling pin-project-internal v1.1.3 |
2048 | 2024-02-17T06:21:11.168Z | Compiling curve25519-dalek-derive v0.1.0 |
2049 | 2024-02-17T06:21:12.263Z | Compiling sqlparser_derive v0.2.2 |
2050 | 2024-02-17T06:21:12.273Z | Compiling opaque-debug v0.3.0 |
2051 | 2024-02-17T06:21:12.287Z | Compiling ref-cast v1.0.20 |
2052 | 2024-02-17T06:21:13.054Z | Compiling nu-ansi-term v0.50.0 |
2053 | 2024-02-17T06:21:13.062Z | Compiling unicode_categories v0.1.1 |
2054 | 2024-02-17T06:21:13.063Z | Compiling sqlparser v0.43.1 |
2055 | 2024-02-17T06:21:13.063Z | Compiling rustyline v13.0.0 |
2056 | 2024-02-17T06:21:13.149Z | Compiling reedline v0.29.0 |
2057 | 2024-02-17T06:21:13.542Z | Compiling pin-project v1.1.3 |
2058 | 2024-02-17T06:21:13.676Z | Compiling sqlformat v0.2.3 |
2059 | 2024-02-17T06:21:14.202Z | Compiling thiserror-no-std v2.0.2 |
2060 | 2024-02-17T06:21:15.053Z | Compiling poly1305 v0.8.0 |
2061 | 2024-02-17T06:21:16.737Z | Compiling tabled v0.15.0 |
2062 | 2024-02-17T06:21:22.461Z | Compiling headers v0.3.9 |
2063 | 2024-02-17T06:21:22.486Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2064 | 2024-02-17T06:21:24.138Z | Compiling derive_builder_macro v0.12.0 |
2065 | 2024-02-17T06:21:27.113Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2024-02-17T06:21:28.025Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2067 | 2024-02-17T06:21:28.329Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2068 | 2024-02-17T06:21:28.638Z | Compiling chacha20 v0.9.1 |
2069 | 2024-02-17T06:21:29.126Z | Compiling aead v0.5.2 |
2070 | 2024-02-17T06:21:29.467Z | Compiling strum_macros v0.24.3 |
2071 | 2024-02-17T06:21:33.206Z | Compiling bcs v0.1.6 |
2072 | 2024-02-17T06:21:34.142Z | Compiling snafu-derive v0.7.5 |
2073 | 2024-02-17T06:21:35.543Z | Compiling ref-cast-impl v1.0.20 |
2074 | 2024-02-17T06:21:36.392Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2075 | 2024-02-17T06:21:36.716Z | Compiling fs-err v2.11.0 |
2076 | 2024-02-17T06:21:36.757Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2077 | 2024-02-17T06:21:37.051Z | Compiling cookie v0.18.0 |
2078 | 2024-02-17T06:21:37.093Z | Compiling signature v1.6.4 |
2079 | 2024-02-17T06:21:37.264Z | Compiling indoc v1.0.9 |
2080 | 2024-02-17T06:21:37.786Z | Compiling salty v0.2.0 |
2081 | 2024-02-17T06:21:37.861Z | Compiling highway v1.1.0 |
2082 | 2024-02-17T06:21:38.242Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2083 | 2024-02-17T06:21:38.596Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2084 | 2024-02-17T06:21:39.394Z | Compiling snafu v0.7.5 |
2085 | 2024-02-17T06:21:39.405Z | Compiling ed25519 v1.5.3 |
2086 | 2024-02-17T06:21:40.141Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-02-17T06:21:40.401Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2088 | 2024-02-17T06:21:40.879Z | Compiling derive_builder v0.12.0 |
2089 | 2024-02-17T06:21:45.655Z | Compiling vsss-rs v3.3.4 |
2090 | 2024-02-17T06:21:48.521Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-02-17T06:21:49.842Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-02-17T06:21:49.842Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2093 | 2024-02-17T06:21:49.842Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2094 | 2024-02-17T06:21:49.842Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2095 | 2024-02-17T06:21:49.843Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2096 | 2024-02-17T06:21:51.009Z | Compiling globset v0.4.13 |
2097 | 2024-02-17T06:21:52.286Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2098 | 2024-02-17T06:21:54.245Z | Compiling olpc-cjson v0.1.3 |
2099 | 2024-02-17T06:21:54.818Z | Compiling bb8 v0.8.3 |
2100 | 2024-02-17T06:21:55.229Z | Compiling quick-xml v0.30.0 |
2101 | 2024-02-17T06:21:55.294Z | Compiling serde_plain v1.0.2 |
2102 | 2024-02-17T06:21:55.838Z | Compiling serde-big-array v0.5.1 |
2103 | 2024-02-17T06:21:55.848Z | Compiling impl-trait-for-tuples v0.2.2 |
2104 | 2024-02-17T06:21:55.848Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2105 | 2024-02-17T06:21:56.748Z | Compiling async-recursion v1.0.5 |
2106 | 2024-02-17T06:21:57.805Z | Compiling oso-derive v0.27.0 |
2107 | 2024-02-17T06:21:58.856Z | Compiling typed-path v0.7.0 |
2108 | 2024-02-17T06:22:06.980Z | Compiling http-range v0.1.5 |
2109 | 2024-02-17T06:22:07.152Z | Compiling maplit v1.0.2 |
2110 | 2024-02-17T06:22:07.152Z | Compiling hyper-staticfile v0.9.5 |
2111 | 2024-02-17T06:22:07.152Z | Compiling tough v0.16.0 |
2112 | 2024-02-17T06:22:07.220Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2113 | 2024-02-17T06:22:07.220Z | Compiling oso v0.27.0 |
2114 | 2024-02-17T06:22:07.220Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-17T06:22:12.629Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2116 | 2024-02-17T06:22:13.442Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2117 | 2024-02-17T06:22:41.896Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2024-02-17T06:22:42.052Z | Compiling signal-hook-tokio v0.3.1 |
2119 | 2024-02-17T06:22:42.052Z | Compiling serde-big-array v0.4.1 |
2120 | 2024-02-17T06:22:42.052Z | Compiling parse-size v1.0.0 |
2121 | 2024-02-17T06:22:42.053Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-02-17T06:22:42.053Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2123 | 2024-02-17T06:22:42.652Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2024-02-17T06:22:43.501Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2024-02-17T06:22:43.543Z | Compiling castaway v0.2.2 |
2126 | 2024-02-17T06:22:44.195Z | Compiling corncobs v0.1.3 |
2127 | 2024-02-17T06:22:44.614Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2128 | 2024-02-17T06:22:48.213Z | Compiling compact_str v0.7.1 |
2129 | 2024-02-17T06:22:48.634Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2130 | 2024-02-17T06:22:52.711Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2131 | 2024-02-17T06:22:56.040Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2132 | 2024-02-17T06:22:56.300Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2133 | 2024-02-17T06:22:56.631Z | Compiling lru v0.12.1 |
2134 | 2024-02-17T06:22:56.986Z | Compiling stability v0.1.1 |
2135 | 2024-02-17T06:22:58.387Z | Compiling cassowary v0.3.0 |
2136 | 2024-02-17T06:23:01.869Z | Compiling indoc v2.0.3 |
2137 | 2024-02-17T06:23:02.773Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2024-02-17T06:23:02.929Z | Compiling ratatui v0.26.1 |
2139 | 2024-02-17T06:23:03.377Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2024-02-17T06:23:12.188Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2141 | 2024-02-17T06:23:12.230Z | Compiling rcgen v0.12.1 |
2142 | 2024-02-17T06:23:18.242Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2143 | 2024-02-17T06:23:23.078Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2144 | 2024-02-17T06:23:23.403Z | Compiling atomicwrites v0.4.3 |
2145 | 2024-02-17T06:23:23.487Z | Compiling subprocess v0.2.9 |
2146 | 2024-02-17T06:23:24.361Z | Compiling smawk v0.3.1 |
2147 | 2024-02-17T06:23:24.365Z | Compiling unicode-linebreak v0.1.5 |
2148 | 2024-02-17T06:23:24.768Z | Compiling textwrap v0.16.0 |
2149 | 2024-02-17T06:23:28.690Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2150 | 2024-02-17T06:23:29.217Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2151 | 2024-02-17T06:23:38.042Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2152 | 2024-02-17T06:23:38.955Z | Compiling fatfs v0.3.6 |
2153 | 2024-02-17T06:23:42.499Z | Compiling nanorand v0.7.0 |
2154 | 2024-02-17T06:23:43.319Z | Compiling rtoolbox v0.0.1 |
2155 | 2024-02-17T06:23:44.491Z | Compiling humantime v2.1.0 |
2156 | 2024-02-17T06:23:44.777Z | Compiling is_ci v1.2.0 |
2157 | 2024-02-17T06:23:45.090Z | Compiling assert_matches v1.5.0 |
2158 | 2024-02-17T06:23:45.189Z | Compiling supports-color v3.0.0 |
2159 | 2024-02-17T06:23:45.654Z | Compiling rpassword v7.3.1 |
2160 | 2024-02-17T06:23:45.926Z | Compiling flume v0.11.0 |
2161 | 2024-02-17T06:23:46.097Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2162 | 2024-02-17T06:23:46.758Z | Compiling tui-tree-widget v0.17.0 |
2163 | 2024-02-17T06:23:47.176Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-02-17T06:23:55.150Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2165 | 2024-02-17T06:23:55.523Z | Compiling csv-core v0.1.11 |
2166 | 2024-02-17T06:23:56.566Z | Compiling shell-words v1.1.0 |
2167 | 2024-02-17T06:23:57.027Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2168 | 2024-02-17T06:23:57.054Z | Compiling csv v1.3.0 |
2169 | 2024-02-17T06:23:59.419Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2170 | 2024-02-17T06:24:45.966Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2171 | 2024-02-17T06:24:56.923Z | Compiling multimap v0.10.0 |
2172 | 2024-02-17T06:26:25.027Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2173 | 2024-02-17T06:26:29.113Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2174 | 2024-02-17T06:26:30.992Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2024-02-17T06:33:00.762Z | Finished release [optimized] target(s) in 14m 04s |
2176 | 2024-02-17T06:34:30.434Z | |
2177 | 2024-02-17T06:34:30.434Z | real 15:34.681665558 |
2178 | 2024-02-17T06:34:30.434Z | user 1:43:56.088975459 |
2179 | 2024-02-17T06:34:30.434Z | sys 4:25.244173572 |
2180 | 2024-02-17T06:34:30.434Z | trap 2.591533146 |
2181 | 2024-02-17T06:34:30.434Z | tflt 1.783716648 |
2182 | 2024-02-17T06:34:30.438Z | dflt 2.586467186 |
2183 | 2024-02-17T06:34:30.438Z | kflt 0.054722987 |
2184 | 2024-02-17T06:34:30.438Z | lock 6:32:47.604768228 |
2185 | 2024-02-17T06:34:30.438Z | slp 4:03:58.878037056 |
2186 | 2024-02-17T06:34:30.438Z | lat 2:16.189648305 |
2187 | 2024-02-17T06:34:30.438Z | stop 55.245867620 |
2188 | 2024-02-17T06:34:30.438Z | + 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/*) |
2189 | 2024-02-17T06:34:30.439Z | + pfexec mkdir -p /work |
2190 | 2024-02-17T06:34:30.439Z | + pfexec chown build /work |
2191 | 2024-02-17T06:34:30.443Z | + 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 |
2192 | 2024-02-17T06:34:40.562Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2193 | 2024-02-17T06:34:40.563Z | a out/mg-ddm-gz.tar 67684K |
2194 | 2024-02-17T06:34:40.563Z | a out/omicron-sled-agent.tar 120125K |
2195 | 2024-02-17T06:34:40.563Z | a out/oxlog.tar 8357K |
2196 | 2024-02-17T06:34:40.563Z | a out/target/test 1K |
2197 | 2024-02-17T06:34:40.563Z | a out/npuzone/npuzone 36313K |
2198 | 2024-02-17T06:34:40.563Z | a package-manifest.toml 24K |
2199 | 2024-02-17T06:34:40.564Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2200 | 2024-02-17T06:34:40.564Z | a target/release/omicron-package 44797K |
2201 | 2024-02-17T06:34:40.564Z | a tools/create_virtual_hardware.sh 4K |
2202 | 2024-02-17T06:34:40.564Z | a tools/virtual_hardware.sh 4K |
2203 | 2024-02-17T06:34:40.564Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2204 | 2024-02-17T06:34:40.564Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2205 | 2024-02-17T06:34:40.564Z | a tools/scrimlet/softnpu-init.sh 3K |
2206 | 2024-02-17T06:34:40.564Z | a tools/scrimlet/softnpu-zone.txt 1K |
2207 | 2024-02-17T06:34:40.564Z | a tools/scrimlet/softnpu.toml 1K |
2208 | 2024-02-17T06:34:40.574Z | |
2209 | 2024-02-17T06:34:40.574Z | real 10.111377432 |
2210 | 2024-02-17T06:34:40.574Z | user 9.741872085 |
2211 | 2024-02-17T06:34:40.574Z | sys 0.746446684 |
2212 | 2024-02-17T06:34:40.574Z | trap 0.002127555 |
2213 | 2024-02-17T06:34:40.574Z | tflt 0.000000000 |
2214 | 2024-02-17T06:34:40.574Z | dflt 0.000000000 |
2215 | 2024-02-17T06:34:40.575Z | kflt 0.000000000 |
2216 | 2024-02-17T06:34:40.575Z | lock 0.000000000 |
2217 | 2024-02-17T06:34:40.575Z | slp 9.491734089 |
2218 | 2024-02-17T06:34:40.575Z | lat 0.236932685 |
2219 | 2024-02-17T06:34:40.575Z | stop 0.000289577 |
2220 | 2024-02-17T06:34:40.575Z | ++ pwd |
2221 | 2024-02-17T06:34:40.576Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2222 | 2024-02-17T06:34:40.576Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2223 | 2024-02-17T06:34:40.576Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2224 | 2024-02-17T06:34:41.327Z | Finished release [optimized] target(s) in 0.69s |
2225 | 2024-02-17T06:34:41.339Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2226 | 2024-02-17T06:34:41.377Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-17T06:34:41.806Z | Created new build target 'host' and set it as active |
2228 | 2024-02-17T06:34:41.806Z | |
2229 | 2024-02-17T06:34:41.806Z | real 0.808431738 |
2230 | 2024-02-17T06:34:41.806Z | user 0.551623646 |
2231 | 2024-02-17T06:34:41.806Z | sys 0.257589527 |
2232 | 2024-02-17T06:34:41.806Z | trap 0.000065119 |
2233 | 2024-02-17T06:34:41.806Z | tflt 0.000006279 |
2234 | 2024-02-17T06:34:41.806Z | dflt 0.000000000 |
2235 | 2024-02-17T06:34:41.806Z | kflt 0.000000000 |
2236 | 2024-02-17T06:34:41.806Z | lock 0.027136086 |
2237 | 2024-02-17T06:34:41.807Z | slp 0.017201059 |
2238 | 2024-02-17T06:34:41.807Z | lat 0.000962026 |
2239 | 2024-02-17T06:34:41.807Z | stop 0.000158020 |
2240 | 2024-02-17T06:34:41.807Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2241 | 2024-02-17T06:34:42.090Z | Finished release [optimized] target(s) in 0.65s |
2242 | 2024-02-17T06:34:42.117Z | Running `target/release/omicron-package -t host package` |
2243 | 2024-02-17T06:34:42.149Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2244 | 2024-02-17T06:34:42.921Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-02-17T06:34:58.476Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2246 | 2024-02-17T06:36:13.449Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2247 | 2024-02-17T06:37:46.257Z | Finished release [optimized] target(s) in 3m 04s |
2248 | 2024-02-17T06:39:00.217Z | |
2249 | 2024-02-17T06:39:00.223Z | real 4:18.767179775 |
2250 | 2024-02-17T06:39:00.223Z | user 18:43.033670492 |
2251 | 2024-02-17T06:39:00.223Z | sys 46.806838111 |
2252 | 2024-02-17T06:39:00.223Z | trap 0.371724722 |
2253 | 2024-02-17T06:39:00.223Z | tflt 0.142549039 |
2254 | 2024-02-17T06:39:00.224Z | dflt 4.300643746 |
2255 | 2024-02-17T06:39:00.224Z | kflt 0.022398834 |
2256 | 2024-02-17T06:39:00.224Z | lock 1:45:38.482438886 |
2257 | 2024-02-17T06:39:00.224Z | slp 19:28.979570540 |
2258 | 2024-02-17T06:39:00.224Z | lat 9.071994880 |
2259 | 2024-02-17T06:39:00.224Z | stop 3.326615601 |
2260 | 2024-02-17T06:39:00.224Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2261 | 2024-02-17T06:39:00.224Z | + for package in "$@" |
2262 | 2024-02-17T06:39:00.224Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2263 | 2024-02-17T06:39:00.224Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git7ef19c0c52b |
2264 | 2024-02-17T06:39:02.626Z | Finished release [optimized] target(s) in 0.69s |
2265 | 2024-02-17T06:39:02.733Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git7ef19c0c52b` |
2266 | 2024-02-17T06:39:02.733Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2267 | 2024-02-17T06:39:02.733Z | Created: out/versioned/omicron-sled-agent.tar |
2268 | 2024-02-17T06:39:02.733Z | + for package in "$@" |
2269 | 2024-02-17T06:39:02.733Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2270 | 2024-02-17T06:39:02.733Z | + echo 0.0.0 |
2271 | 2024-02-17T06:39:02.733Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2272 | 2024-02-17T06:39:02.734Z | a VERSION 1K |
2273 | 2024-02-17T06:39:02.734Z | + rm VERSION |
2274 | 2024-02-17T06:39:02.734Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b |
2275 | 2024-02-17T06:39:02.734Z | Finished release [optimized] target(s) in 0.67s |
2276 | 2024-02-17T06:39:02.734Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b` |
2277 | 2024-02-17T06:39:02.734Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-02-17T06:39:02.734Z | Created: out/versioned/mg-ddm-gz.tar |
2279 | 2024-02-17T06:39:02.734Z | + for package in "$@" |
2280 | 2024-02-17T06:39:02.735Z | + [[ propolis-server == mg-ddm-gz ]] |
2281 | 2024-02-17T06:39:02.735Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git7ef19c0c52b |
2282 | 2024-02-17T06:39:02.888Z | Finished release [optimized] target(s) in 0.70s |
2283 | 2024-02-17T06:39:02.911Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git7ef19c0c52b` |
2284 | 2024-02-17T06:39:02.944Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-02-17T06:39:04.011Z | Created: out/versioned/propolis-server.tar.gz |
2286 | 2024-02-17T06:39:04.031Z | + for package in "$@" |
2287 | 2024-02-17T06:39:04.031Z | + [[ overlay == mg-ddm-gz ]] |
2288 | 2024-02-17T06:39:04.031Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git7ef19c0c52b |
2289 | 2024-02-17T06:39:04.712Z | Finished release [optimized] target(s) in 0.66s |
2290 | 2024-02-17T06:39:04.736Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git7ef19c0c52b` |
2291 | 2024-02-17T06:39:04.803Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-02-17T06:39:05.249Z | Created: out/versioned/overlay.tar.gz |
2293 | 2024-02-17T06:39:05.249Z | + for package in "$@" |
2294 | 2024-02-17T06:39:05.249Z | + [[ oxlog == mg-ddm-gz ]] |
2295 | 2024-02-17T06:39:05.249Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git7ef19c0c52b |
2296 | 2024-02-17T06:39:05.494Z | Finished release [optimized] target(s) in 0.66s |
2297 | 2024-02-17T06:39:05.523Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git7ef19c0c52b` |
2298 | 2024-02-17T06:39:05.552Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-02-17T06:39:05.573Z | Created: out/versioned/oxlog.tar |
2300 | 2024-02-17T06:39:05.580Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2301 | 2024-02-17T06:39:05.581Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2302 | 2024-02-17T06:39:05.581Z | ++ cd -- ./tools |
2303 | 2024-02-17T06:39:05.581Z | ++ pwd |
2304 | 2024-02-17T06:39:05.581Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2305 | 2024-02-17T06:39:05.595Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-17T06:39:05.595Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2307 | 2024-02-17T06:39:05.595Z | ++ readlink -f /work |
2308 | 2024-02-17T06:39:05.595Z | + out_dir=/work |
2309 | 2024-02-17T06:39:05.596Z | + 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") |
2310 | 2024-02-17T06:39:05.596Z | + for dep in "${deps[@]}" |
2311 | 2024-02-17T06:39:05.596Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2312 | 2024-02-17T06:39:05.596Z | + for dep in "${deps[@]}" |
2313 | 2024-02-17T06:39:05.596Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2314 | 2024-02-17T06:39:05.596Z | + for dep in "${deps[@]}" |
2315 | 2024-02-17T06:39:05.596Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2316 | 2024-02-17T06:39:05.596Z | + for dep in "${deps[@]}" |
2317 | 2024-02-17T06:39:05.596Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2318 | 2024-02-17T06:39:05.596Z | + for dep in "${deps[@]}" |
2319 | 2024-02-17T06:39:05.596Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2320 | 2024-02-17T06:39:05.596Z | ++ mktemp -d |
2321 | 2024-02-17T06:39:05.596Z | + tmp_gz=/tmp/tmp.KoaiSh |
2322 | 2024-02-17T06:39:05.596Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2323 | 2024-02-17T06:39:05.596Z | + echo '{"v":"1","t":"layer"}' |
2324 | 2024-02-17T06:39:05.596Z | + pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/sled-agent |
2325 | 2024-02-17T06:39:05.596Z | + mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/sled-agent |
2326 | 2024-02-17T06:39:05.612Z | + cd /tmp/tmp.KoaiSh/root/opt/oxide/sled-agent |
2327 | 2024-02-17T06:39:05.612Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2328 | 2024-02-17T06:39:05.690Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-02-17T06:39:05.690Z | x zone-bundle, 41912592 bytes, 81861 tape blocks |
2330 | 2024-02-17T06:39:05.690Z | x sled-agent, 81073136 bytes, 158346 tape blocks |
2331 | 2024-02-17T06:39:05.690Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-02-17T06:39:05.690Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2333 | 2024-02-17T06:39:05.690Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2334 | 2024-02-17T06:39:05.690Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2335 | 2024-02-17T06:39:05.690Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2024-02-17T06:39:05.707Z | + mkdir -p /tmp/tmp.KoaiSh/root/lib/svc/manifest/site/ |
2337 | 2024-02-17T06:39:05.707Z | + mv pkg/manifest.xml /tmp/tmp.KoaiSh/root/lib/svc/manifest/site/sled-agent.xml |
2338 | 2024-02-17T06:39:05.707Z | + cd - |
2339 | 2024-02-17T06:39:05.707Z | /work/oxidecomputer/omicron |
2340 | 2024-02-17T06:39:05.707Z | + pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm |
2341 | 2024-02-17T06:39:05.707Z | + mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm |
2342 | 2024-02-17T06:39:05.707Z | + cd /tmp/tmp.KoaiSh/root/opt/oxide/mg-ddm |
2343 | 2024-02-17T06:39:05.707Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2344 | 2024-02-17T06:39:05.747Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-17T06:39:05.747Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2346 | 2024-02-17T06:39:05.747Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2347 | 2024-02-17T06:39:05.747Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2024-02-17T06:39:05.747Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2349 | 2024-02-17T06:39:05.747Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2350 | 2024-02-17T06:39:05.747Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2351 | 2024-02-17T06:39:05.748Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2352 | 2024-02-17T06:39:05.748Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2353 | 2024-02-17T06:39:05.748Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2354 | 2024-02-17T06:39:05.748Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-02-17T06:39:05.748Z | + cd - |
2356 | 2024-02-17T06:39:05.748Z | /work/oxidecomputer/omicron |
2357 | 2024-02-17T06:39:05.748Z | + pkg_dir=/tmp/tmp.KoaiSh/root/opt/oxide/oxlog |
2358 | 2024-02-17T06:39:05.748Z | + mkdir -p /tmp/tmp.KoaiSh/root/opt/oxide/oxlog |
2359 | 2024-02-17T06:39:05.748Z | + cd /tmp/tmp.KoaiSh/root/opt/oxide/oxlog |
2360 | 2024-02-17T06:39:05.748Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2361 | 2024-02-17T06:39:05.840Z | x ., 0 bytes, 0 tape blocks |
2362 | 2024-02-17T06:39:05.841Z | x oxlog, 8554656 bytes, 16709 tape blocks |
2363 | 2024-02-17T06:39:05.841Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2024-02-17T06:39:05.841Z | + cd - |
2365 | 2024-02-17T06:39:05.841Z | /work/oxidecomputer/omicron |
2366 | 2024-02-17T06:39:05.841Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.KoaiSh/root/opt/oxide |
2367 | 2024-02-17T06:39:05.841Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.KoaiSh/root/opt/oxide |
2368 | 2024-02-17T06:39:05.841Z | + cd /tmp/tmp.KoaiSh |
2369 | 2024-02-17T06:39:05.841Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2370 | 2024-02-17T06:39:14.603Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-02-17T06:39:14.603Z | a oxide.json 1K |
2372 | 2024-02-17T06:39:14.604Z | a root/ 0K |
2373 | 2024-02-17T06:39:14.604Z | a root/opt/ 0K |
2374 | 2024-02-17T06:39:14.605Z | a root/opt/oxide/ 0K |
2375 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/ 0K |
2376 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/zone-bundle 40931K |
2377 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/sled-agent 79173K |
2378 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2379 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2380 | 2024-02-17T06:39:14.606Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2381 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/sled-agent/VERSION 1K |
2382 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2384 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2385 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2024-02-17T06:39:14.607Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/oxlog/ 0K |
2394 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/oxlog/oxlog 8355K |
2395 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/oxlog/VERSION 1K |
2396 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2397 | 2024-02-17T06:39:14.608Z | a root/opt/oxide/overlay.tar.gz 3K |
2398 | 2024-02-17T06:39:14.608Z | a root/lib/ 0K |
2399 | 2024-02-17T06:39:14.608Z | a root/lib/svc/ 0K |
2400 | 2024-02-17T06:39:14.609Z | a root/lib/svc/manifest/ 0K |
2401 | 2024-02-17T06:39:14.609Z | a root/lib/svc/manifest/site/ 0K |
2402 | 2024-02-17T06:39:14.609Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2403 | 2024-02-17T06:39:14.630Z | + cd / |
2404 | 2024-02-17T06:39:14.631Z | + rm -rf /tmp/tmp.KoaiSh |
2405 | 2024-02-17T06:39:14.631Z | |
2406 | 2024-02-17T06:39:14.631Z | real 9.045680798 |
2407 | 2024-02-17T06:39:14.631Z | user 8.436237299 |
2408 | 2024-02-17T06:39:14.631Z | sys 0.645410590 |
2409 | 2024-02-17T06:39:14.631Z | trap 0.001727553 |
2410 | 2024-02-17T06:39:14.631Z | tflt 0.000000000 |
2411 | 2024-02-17T06:39:14.631Z | dflt 0.000003779 |
2412 | 2024-02-17T06:39:14.631Z | kflt 0.000000000 |
2413 | 2024-02-17T06:39:14.632Z | lock 0.000000000 |
2414 | 2024-02-17T06:39:14.632Z | slp 17.529680770 |
2415 | 2024-02-17T06:39:14.632Z | lat 0.208792006 |
2416 | 2024-02-17T06:39:14.632Z | stop 0.000213522 |
2417 | 2024-02-17T06:39:14.632Z | + mkdir -p /work/zones |
2418 | 2024-02-17T06:39:14.632Z | + 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) |
2419 | 2024-02-17T06:39:14.632Z | + 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/ |
2420 | 2024-02-17T06:39:17.130Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2421 | 2024-02-17T06:39:17.908Z | Finished release [optimized] target(s) in 0.71s |
2422 | 2024-02-17T06:39:17.954Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2423 | 2024-02-17T06:39:17.975Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-17T06:39:17.976Z | Created new build target 'recovery' and set it as active |
2425 | 2024-02-17T06:39:17.976Z | |
2426 | 2024-02-17T06:39:17.976Z | real 0.828331472 |
2427 | 2024-02-17T06:39:17.976Z | user 0.566702764 |
2428 | 2024-02-17T06:39:17.976Z | sys 0.260161625 |
2429 | 2024-02-17T06:39:17.976Z | trap 0.000788877 |
2430 | 2024-02-17T06:39:17.976Z | tflt 0.000004608 |
2431 | 2024-02-17T06:39:17.976Z | dflt 0.000043092 |
2432 | 2024-02-17T06:39:17.976Z | kflt 0.000000000 |
2433 | 2024-02-17T06:39:17.976Z | lock 0.025540460 |
2434 | 2024-02-17T06:39:17.976Z | slp 0.016233142 |
2435 | 2024-02-17T06:39:17.976Z | lat 0.002365323 |
2436 | 2024-02-17T06:39:17.977Z | stop 0.000209203 |
2437 | 2024-02-17T06:39:17.977Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2438 | 2024-02-17T06:39:18.694Z | Finished release [optimized] target(s) in 0.67s |
2439 | 2024-02-17T06:39:18.723Z | Running `target/release/omicron-package -t recovery package` |
2440 | 2024-02-17T06:39:18.761Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-02-17T06:39:19.372Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2442 | 2024-02-17T06:39:22.010Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2443 | 2024-02-17T06:39:43.254Z | Finished release [optimized] target(s) in 24.44s |
2444 | 2024-02-17T06:40:09.697Z | |
2445 | 2024-02-17T06:40:09.799Z | real 47.967247026 |
2446 | 2024-02-17T06:40:09.799Z | user 1:43.965630002 |
2447 | 2024-02-17T06:40:09.800Z | sys 8.158339482 |
2448 | 2024-02-17T06:40:09.800Z | trap 0.071029345 |
2449 | 2024-02-17T06:40:09.800Z | tflt 0.038801458 |
2450 | 2024-02-17T06:40:09.800Z | dflt 0.548697050 |
2451 | 2024-02-17T06:40:09.800Z | kflt 0.000027666 |
2452 | 2024-02-17T06:40:09.800Z | lock 14:32.485177892 |
2453 | 2024-02-17T06:40:09.800Z | slp 1:56.448112528 |
2454 | 2024-02-17T06:40:09.800Z | lat 1.650424762 |
2455 | 2024-02-17T06:40:09.800Z | stop 0.500153623 |
2456 | 2024-02-17T06:40:09.800Z | + stamp_packages installinator mg-ddm-gz |
2457 | 2024-02-17T06:40:09.800Z | + for package in "$@" |
2458 | 2024-02-17T06:40:09.800Z | + [[ installinator == mg-ddm-gz ]] |
2459 | 2024-02-17T06:40:09.800Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git7ef19c0c52b |
2460 | 2024-02-17T06:40:09.800Z | Finished release [optimized] target(s) in 0.65s |
2461 | 2024-02-17T06:40:09.800Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git7ef19c0c52b` |
2462 | 2024-02-17T06:40:09.800Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2463 | 2024-02-17T06:40:09.800Z | Created: out/versioned/installinator.tar |
2464 | 2024-02-17T06:40:09.800Z | + for package in "$@" |
2465 | 2024-02-17T06:40:09.801Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2466 | 2024-02-17T06:40:09.801Z | + echo 0.0.0 |
2467 | 2024-02-17T06:40:09.801Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2468 | 2024-02-17T06:40:09.801Z | a VERSION 1K |
2469 | 2024-02-17T06:40:09.801Z | + rm VERSION |
2470 | 2024-02-17T06:40:09.801Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b |
2471 | 2024-02-17T06:40:09.801Z | Finished release [optimized] target(s) in 0.64s |
2472 | 2024-02-17T06:40:09.801Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git7ef19c0c52b` |
2473 | 2024-02-17T06:40:09.801Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-02-17T06:40:09.801Z | Created: out/versioned/mg-ddm-gz.tar |
2475 | 2024-02-17T06:40:09.801Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2476 | 2024-02-17T06:40:09.801Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2477 | 2024-02-17T06:40:09.801Z | ++ cd -- ./tools |
2478 | 2024-02-17T06:40:09.801Z | ++ pwd |
2479 | 2024-02-17T06:40:09.801Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2480 | 2024-02-17T06:40:09.802Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-17T06:40:09.802Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2482 | 2024-02-17T06:40:09.802Z | ++ readlink -f /work |
2483 | 2024-02-17T06:40:09.802Z | + out_dir=/work |
2484 | 2024-02-17T06:40:09.802Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2485 | 2024-02-17T06:40:09.802Z | + for dep in "${deps[@]}" |
2486 | 2024-02-17T06:40:09.802Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2487 | 2024-02-17T06:40:09.802Z | + for dep in "${deps[@]}" |
2488 | 2024-02-17T06:40:09.802Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2489 | 2024-02-17T06:40:09.802Z | ++ mktemp -d |
2490 | 2024-02-17T06:40:09.802Z | + tmp_trampoline=/tmp/tmp.1yaWWh |
2491 | 2024-02-17T06:40:09.802Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2492 | 2024-02-17T06:40:09.802Z | + echo '{"v":"1","t":"layer"}' |
2493 | 2024-02-17T06:40:09.802Z | + pkg_dir=/tmp/tmp.1yaWWh/root/opt/oxide/installinator |
2494 | 2024-02-17T06:40:09.802Z | + mkdir -p /tmp/tmp.1yaWWh/root/opt/oxide/installinator |
2495 | 2024-02-17T06:40:09.802Z | + cd /tmp/tmp.1yaWWh/root/opt/oxide/installinator |
2496 | 2024-02-17T06:40:09.802Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2497 | 2024-02-17T06:40:09.803Z | x ., 0 bytes, 0 tape blocks |
2498 | 2024-02-17T06:40:09.803Z | x installinator, 55288904 bytes, 107987 tape blocks |
2499 | 2024-02-17T06:40:09.803Z | x pkg, 0 bytes, 0 tape blocks |
2500 | 2024-02-17T06:40:09.803Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2501 | 2024-02-17T06:40:09.803Z | x VERSION, 25 bytes, 1 tape blocks |
2502 | 2024-02-17T06:40:09.803Z | + mkdir -p /tmp/tmp.1yaWWh/root/lib/svc/manifest/site/ |
2503 | 2024-02-17T06:40:09.803Z | + mv pkg/manifest.xml /tmp/tmp.1yaWWh/root/lib/svc/manifest/site/installinator.xml |
2504 | 2024-02-17T06:40:09.803Z | + cd - |
2505 | 2024-02-17T06:40:09.803Z | /work/oxidecomputer/omicron |
2506 | 2024-02-17T06:40:09.803Z | + pkg_dir=/tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm |
2507 | 2024-02-17T06:40:09.803Z | + mkdir -p /tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm |
2508 | 2024-02-17T06:40:09.804Z | + cd /tmp/tmp.1yaWWh/root/opt/oxide/mg-ddm |
2509 | 2024-02-17T06:40:09.804Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2510 | 2024-02-17T06:40:09.804Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-02-17T06:40:09.804Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2512 | 2024-02-17T06:40:09.804Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2513 | 2024-02-17T06:40:09.804Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-02-17T06:40:09.804Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2515 | 2024-02-17T06:40:09.804Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2516 | 2024-02-17T06:40:09.804Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2517 | 2024-02-17T06:40:09.804Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2518 | 2024-02-17T06:40:09.804Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2519 | 2024-02-17T06:40:09.804Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2520 | 2024-02-17T06:40:09.804Z | x VERSION, 25 bytes, 1 tape blocks |
2521 | 2024-02-17T06:40:09.804Z | + cd - |
2522 | 2024-02-17T06:40:09.804Z | /work/oxidecomputer/omicron |
2523 | 2024-02-17T06:40:09.804Z | + cd /tmp/tmp.1yaWWh |
2524 | 2024-02-17T06:40:09.804Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2525 | 2024-02-17T06:40:12.267Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-02-17T06:40:12.267Z | a oxide.json 1K |
2527 | 2024-02-17T06:40:12.268Z | a root/ 0K |
2528 | 2024-02-17T06:40:12.268Z | a root/opt/ 0K |
2529 | 2024-02-17T06:40:12.268Z | a root/opt/oxide/ 0K |
2530 | 2024-02-17T06:40:12.268Z | a root/opt/oxide/installinator/ 0K |
2531 | 2024-02-17T06:40:12.269Z | a root/opt/oxide/installinator/installinator 53994K |
2532 | 2024-02-17T06:40:12.269Z | a root/opt/oxide/installinator/pkg/ 0K |
2533 | 2024-02-17T06:40:12.269Z | a root/opt/oxide/installinator/VERSION 1K |
2534 | 2024-02-17T06:40:12.269Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-02-17T06:40:12.269Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2536 | 2024-02-17T06:40:12.270Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2537 | 2024-02-17T06:40:12.270Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-02-17T06:40:12.270Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-02-17T06:40:12.270Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-02-17T06:40:12.270Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-02-17T06:40:12.271Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-02-17T06:40:12.271Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-02-17T06:40:12.271Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-02-17T06:40:12.271Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-02-17T06:40:12.271Z | a root/lib/ 0K |
2546 | 2024-02-17T06:40:12.271Z | a root/lib/svc/ 0K |
2547 | 2024-02-17T06:40:12.271Z | a root/lib/svc/manifest/ 0K |
2548 | 2024-02-17T06:40:12.272Z | a root/lib/svc/manifest/site/ 0K |
2549 | 2024-02-17T06:40:12.272Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2550 | 2024-02-17T06:40:12.303Z | + cd / |
2551 | 2024-02-17T06:40:12.303Z | + rm -rf /tmp/tmp.1yaWWh |
2552 | 2024-02-17T06:40:12.303Z | |
2553 | 2024-02-17T06:40:12.303Z | real 4.590715561 |
2554 | 2024-02-17T06:40:12.304Z | user 4.335348538 |
2555 | 2024-02-17T06:40:12.304Z | sys 0.270556425 |
2556 | 2024-02-17T06:40:12.304Z | trap 0.000759292 |
2557 | 2024-02-17T06:40:12.304Z | tflt 0.000000000 |
2558 | 2024-02-17T06:40:12.304Z | dflt 0.000000000 |
2559 | 2024-02-17T06:40:12.304Z | kflt 0.000000000 |
2560 | 2024-02-17T06:40:12.304Z | lock 0.000000000 |
2561 | 2024-02-17T06:40:12.304Z | slp 8.914336470 |
2562 | 2024-02-17T06:40:12.304Z | lat 0.097466257 |
2563 | 2024-02-17T06:40:12.304Z | stop 0.000208605 |
2564 | 2024-02-17T06:40:12.305Z | process exited: duration 1723672 ms, exit code 0 |
|
2565 | 2024-02-17T06:40:12.375Z | found 21 output files |
2566 | 2024-02-17T06:40:12.375Z | uploading: /work/version.txt (26 bytes) |
2567 | 2024-02-17T06:40:13.425Z | uploaded: /work/version.txt |
2568 | 2024-02-17T06:40:13.425Z | uploading: /work/package.tar.gz (88218487 bytes) |
2569 | 2024-02-17T06:40:43.940Z | uploaded: /work/package.tar.gz |
2570 | 2024-02-17T06:40:43.940Z | uploading: /work/global-zone-packages.tar.gz (128165416 bytes) |
2571 | 2024-02-17T06:41:44.374Z | uploaded: /work/global-zone-packages.tar.gz |
2572 | 2024-02-17T06:41:44.374Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38972107 bytes) |
2573 | 2024-02-17T06:41:58.739Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2574 | 2024-02-17T06:41:58.739Z | uploading: /work/zones/clickhouse.tar.gz (194506612 bytes) |
2575 | 2024-02-17T06:43:34.993Z | uploaded: /work/zones/clickhouse.tar.gz |
2576 | 2024-02-17T06:43:47.243Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194507202 bytes) |
2577 | 2024-02-17T06:44:45.566Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2578 | 2024-02-17T06:44:45.566Z | uploading: /work/zones/cockroachdb.tar.gz (131605803 bytes) |
2579 | 2024-02-17T06:45:20.789Z | uploaded: /work/zones/cockroachdb.tar.gz |
2580 | 2024-02-17T06:45:20.790Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2581 | 2024-02-17T06:45:25.596Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2582 | 2024-02-17T06:45:25.596Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2583 | 2024-02-17T06:45:39.060Z | uploaded: /work/zones/crucible.tar.gz |
2584 | 2024-02-17T06:45:39.060Z | uploading: /work/zones/external-dns.tar.gz (23647883 bytes) |
2585 | 2024-02-17T06:45:58.727Z | uploaded: /work/zones/external-dns.tar.gz |
2586 | 2024-02-17T06:45:58.728Z | uploading: /work/zones/internal-dns.tar.gz (23647883 bytes) |
2587 | 2024-02-17T06:46:07.887Z | uploaded: /work/zones/internal-dns.tar.gz |
2588 | 2024-02-17T06:46:07.887Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2589 | 2024-02-17T06:46:08.899Z | uploaded: /work/zones/ntp.tar.gz |
2590 | 2024-02-17T06:46:08.899Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19567105 bytes) |
2591 | 2024-02-17T06:46:26.054Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2592 | 2024-02-17T06:46:26.054Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19571689 bytes) |
2593 | 2024-02-17T06:46:33.567Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2594 | 2024-02-17T06:46:33.567Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87858390 bytes) |
2595 | 2024-02-17T06:47:10.775Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2596 | 2024-02-17T06:47:10.775Z | uploading: /work/zones/omicron-nexus.tar.gz (87862164 bytes) |
2597 | 2024-02-17T06:47:43.877Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2598 | 2024-02-17T06:47:43.877Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2599 | 2024-02-17T06:47:45.305Z | uploaded: /work/zones/overlay.tar.gz |
2600 | 2024-02-17T06:47:45.305Z | uploading: /work/zones/oximeter.tar.gz (55985544 bytes) |
2601 | 2024-02-17T06:47:58.064Z | uploaded: /work/zones/oximeter.tar.gz |
2602 | 2024-02-17T06:47:58.064Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2603 | 2024-02-17T06:48:18.802Z | uploaded: /work/zones/propolis-server.tar.gz |
2604 | 2024-02-17T06:48:18.810Z | uploading: /work/zones/switch-asic.tar.gz (285239052 bytes) |
2605 | 2024-02-17T06:50:03.606Z | uploaded: /work/zones/switch-asic.tar.gz |
2606 | 2024-02-17T06:50:03.606Z | uploading: /work/zones/switch-softnpu.tar.gz (209463062 bytes) |
2607 | 2024-02-17T06:51:11.400Z | uploaded: /work/zones/switch-softnpu.tar.gz |