|
|
|
1 | 2024-02-19T05:09:40.786Z | job assigned to worker 01HPZW7G0GQAH9PFB55RGG5QWF (queued for 1 m 31 s) |
|
2 | 2024-02-19T05:09:41.108Z | starting task 0: "setup" |
3 | 2024-02-19T05:09:41.182Z | ++ uname -s |
4 | 2024-02-19T05:09:41.188Z | + kern=SunOS |
5 | 2024-02-19T05:09:41.188Z | + case "$kern" in |
6 | 2024-02-19T05:09:41.188Z | + groupadd -g 12345 build |
7 | 2024-02-19T05:09:41.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-19T05:09:43.196Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-19T05:09:43.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-19T05:09:43.318Z | + home_fs=zfs |
11 | 2024-02-19T05:09:43.318Z | + [[ zfs == autofs ]] |
12 | 2024-02-19T05:09:43.318Z | + mkdir -p /home/build |
13 | 2024-02-19T05:09:43.321Z | + chown build:build /home/build /work |
14 | 2024-02-19T05:09:45.322Z | + chmod 0700 /home/build /work |
15 | 2024-02-19T05:09:45.325Z | process exited: duration 4216 ms, exit code 0 |
|
16 | 2024-02-19T05:09:45.331Z | starting task 1: "rust-toolchain" |
17 | 2024-02-19T05:09:45.338Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-19T05:09:45.341Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-19T05:09:45.680Z | info: downloading installer |
20 | 2024-02-19T05:09:47.785Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-19T05:09:47.785Z | warning: /opt/ooce/bin |
22 | 2024-02-19T05:09:47.785Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-19T05:09:47.785Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-19T05:09:47.785Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-19T05:09:47.785Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-19T05:09:47.785Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-19T05:09:47.786Z | error: cannot install while Rust is installed |
28 | 2024-02-19T05:09:47.786Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-19T05:09:48.260Z | info: profile set to 'default' |
30 | 2024-02-19T05:09:48.261Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-19T05:09:48.264Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-19T05:09:48.460Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-19T05:09:48.460Z | info: downloading component 'cargo' |
34 | 2024-02-19T05:09:49.692Z | info: downloading component 'clippy' |
35 | 2024-02-19T05:09:50.108Z | info: downloading component 'rust-docs' |
36 | 2024-02-19T05:09:52.023Z | info: downloading component 'rust-std' |
37 | 2024-02-19T05:09:54.374Z | info: downloading component 'rustc' |
38 | 2024-02-19T05:10:00.470Z | info: downloading component 'rustfmt' |
39 | 2024-02-19T05:10:00.815Z | info: installing component 'cargo' |
40 | 2024-02-19T05:10:02.207Z | info: installing component 'clippy' |
41 | 2024-02-19T05:10:02.941Z | info: installing component 'rust-docs' |
42 | 2024-02-19T05:10:04.577Z | info: installing component 'rust-std' |
43 | 2024-02-19T05:10:07.087Z | info: installing component 'rustc' |
44 | 2024-02-19T05:10:12.613Z | info: installing component 'rustfmt' |
45 | 2024-02-19T05:10:13.016Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-19T05:10:13.016Z | |
47 | 2024-02-19T05:10:13.287Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-19T05:10:13.287Z | |
49 | 2024-02-19T05:10:13.290Z | |
50 | 2024-02-19T05:10:13.290Z | Rust is installed now. Great! |
51 | 2024-02-19T05:10:13.290Z | |
52 | 2024-02-19T05:10:13.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-19T05:10:13.290Z | environment variable. This has not been done automatically. |
54 | 2024-02-19T05:10:13.290Z | |
55 | 2024-02-19T05:10:13.290Z | To configure your current shell, run: |
56 | 2024-02-19T05:10:13.290Z | source "$HOME/.cargo/env" |
57 | 2024-02-19T05:10:13.346Z | + rustc --version |
58 | 2024-02-19T05:10:13.407Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-19T05:10:13.410Z | process exited: duration 28075 ms, exit code 0 |
|
60 | 2024-02-19T05:10:13.416Z | starting task 2: "authentication" |
61 | 2024-02-19T05:10:13.445Z | process exited: duration 28 ms, exit code 0 |
|
62 | 2024-02-19T05:10:13.451Z | starting task 3: "clone repository" |
63 | 2024-02-19T05:10:13.457Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-19T05:10:13.459Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-19T05:10:14.835Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-19T05:10:20.902Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-19T05:10:20.902Z | + git fetch origin 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
68 | 2024-02-19T05:10:21.181Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-19T05:10:21.181Z | * branch 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 -> FETCH_HEAD |
70 | 2024-02-19T05:10:21.191Z | + [[ -n renovate/semver-1.x ]] |
71 | 2024-02-19T05:10:21.194Z | ++ git branch --show-current |
72 | 2024-02-19T05:10:21.197Z | + current=main |
73 | 2024-02-19T05:10:21.197Z | + [[ main != renovate/semver-1.x ]] |
74 | 2024-02-19T05:10:21.197Z | + git branch -f renovate/semver-1.x 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
75 | 2024-02-19T05:10:21.200Z | + git checkout -f renovate/semver-1.x |
76 | 2024-02-19T05:10:21.311Z | Switched to branch 'renovate/semver-1.x' |
77 | 2024-02-19T05:10:21.314Z | + git reset --hard 2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
78 | 2024-02-19T05:10:21.323Z | HEAD is now at 2d0c94b1f chore(deps): update rust crate semver to 1.0.22 |
79 | 2024-02-19T05:10:21.326Z | process exited: duration 7872 ms, exit code 0 |
|
80 | 2024-02-19T05:10:21.332Z | starting task 4: "build" |
81 | 2024-02-19T05:10:21.337Z | + cargo --version |
82 | 2024-02-19T05:10:21.342Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-19T05:10:21.498Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-19T05:10:21.501Z | info: downloading component 'cargo' |
85 | 2024-02-19T05:10:22.542Z | info: downloading component 'clippy' |
86 | 2024-02-19T05:10:22.545Z | info: downloading component 'rust-docs' |
87 | 2024-02-19T05:10:23.161Z | info: downloading component 'rust-std' |
88 | 2024-02-19T05:10:24.311Z | info: downloading component 'rustc' |
89 | 2024-02-19T05:10:27.498Z | info: downloading component 'rustfmt' |
90 | 2024-02-19T05:10:27.695Z | info: installing component 'cargo' |
91 | 2024-02-19T05:10:28.553Z | info: installing component 'clippy' |
92 | 2024-02-19T05:10:28.903Z | info: installing component 'rust-docs' |
93 | 2024-02-19T05:10:30.470Z | info: installing component 'rust-std' |
94 | 2024-02-19T05:10:32.162Z | info: installing component 'rustc' |
95 | 2024-02-19T05:10:36.218Z | info: installing component 'rustfmt' |
96 | 2024-02-19T05:10:36.601Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-19T05:10:36.604Z | + rustc --version |
98 | 2024-02-19T05:10:36.670Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-19T05:10:36.674Z | ++ git rev-parse HEAD |
100 | 2024-02-19T05:10:36.677Z | + COMMIT=2d0c94b1f389b39a108fc94a076d1fb5a61022e3 |
101 | 2024-02-19T05:10:36.677Z | + VERSION=7.0.0-0.ci+git2d0c94b1f38 |
102 | 2024-02-19T05:10:36.677Z | + echo 7.0.0-0.ci+git2d0c94b1f38 |
103 | 2024-02-19T05:10:36.680Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-19T05:10:45.602Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-19T05:10:46.817Z | Startup: Caching catalogs ... Done |
106 | 2024-02-19T05:10:48.177Z | Planning: Solver setup ... Done (0.976s) |
107 | 2024-02-19T05:10:48.203Z | Planning: Running solver ... Done (0.026s) |
108 | 2024-02-19T05:10:48.407Z | Planning: Finding local manifests ... Done (0.182s) |
109 | 2024-02-19T05:10:48.849Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-19T05:10:49.517Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-19T05:10:49.566Z | Planning: Package planning ... Done (0.050s) |
112 | 2024-02-19T05:10:49.626Z | Planning: Merging actions ... Done (0.051s) |
113 | 2024-02-19T05:10:50.435Z | Planning: Checking for conflicting actions ... Done (0.817s) |
114 | 2024-02-19T05:10:50.448Z | Planning: Consolidating action changes ... Done (0.012s) |
115 | 2024-02-19T05:10:53.728Z | Planning: Evaluating mediators ... Done (3.276s) |
116 | 2024-02-19T05:10:53.737Z | Planning: Planning completed in 6.86 seconds |
117 | 2024-02-19T05:10:53.757Z | Packages to install: 4 |
118 | 2024-02-19T05:10:53.757Z | Mediators to change: 2 |
119 | 2024-02-19T05:10:53.769Z | Services to change: 1 |
120 | 2024-02-19T05:10:53.770Z | Estimated space available: 148.87 GB |
121 | 2024-02-19T05:10:53.770Z | Estimated space to be consumed: 1.41 GB |
122 | 2024-02-19T05:10:53.770Z | Create boot environment: No |
123 | 2024-02-19T05:10:53.770Z | Create backup boot environment: No |
124 | 2024-02-19T05:10:53.770Z | Rebuild boot archive: No |
125 | 2024-02-19T05:10:53.770Z | |
126 | 2024-02-19T05:10:53.770Z | Changed mediators: |
127 | 2024-02-19T05:10:53.770Z | mediator clang: |
128 | 2024-02-19T05:10:53.770Z | version: None -> 15 (system default) |
129 | 2024-02-19T05:10:53.770Z | |
130 | 2024-02-19T05:10:53.770Z | mediator llvm: |
131 | 2024-02-19T05:10:53.770Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-19T05:10:53.770Z | |
133 | 2024-02-19T05:10:53.770Z | Changed packages: |
134 | 2024-02-19T05:10:53.770Z | helios-dev |
135 | 2024-02-19T05:10:53.770Z | developer/build-essential |
136 | 2024-02-19T05:10:53.770Z | None -> 11-2.0 |
137 | 2024-02-19T05:10:53.770Z | library/libxmlsec1 |
138 | 2024-02-19T05:10:53.770Z | None -> 1.2.35-2.0 |
139 | 2024-02-19T05:10:53.770Z | ooce/developer/clang-15 |
140 | 2024-02-19T05:10:53.770Z | None -> 15.0.7-2.0 |
141 | 2024-02-19T05:10:53.771Z | ooce/developer/llvm-15 |
142 | 2024-02-19T05:10:53.771Z | None -> 15.0.7-2.0 |
143 | 2024-02-19T05:10:53.771Z | |
144 | 2024-02-19T05:10:53.771Z | Services: |
145 | 2024-02-19T05:10:53.771Z | restart_fmri: |
146 | 2024-02-19T05:10:53.771Z | svc:/system/update-man-index:default |
147 | 2024-02-19T05:10:53.926Z | |
148 | 2024-02-19T05:10:53.926Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-19T05:10:58.917Z | Download: 1276/3290 items 112.5/212.6MB 52% complete (22.6M/s) |
150 | 2024-02-19T05:11:03.918Z | Download: 3166/3290 items 148.2/212.6MB 69% complete (14.8M/s) |
151 | 2024-02-19T05:11:06.086Z | Download: Completed 212.60 MB in 12.17 seconds (17.5M/s) |
152 | 2024-02-19T05:11:06.406Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-19T05:11:11.499Z | Actions: 3622/3689 actions (Installing new actions) |
154 | 2024-02-19T05:11:11.506Z | Actions: Completed 3689 actions in 5.10 seconds. |
155 | 2024-02-19T05:11:11.690Z | Done (0.179s) |
156 | 2024-02-19T05:11:11.690Z | Done (0.000s) |
157 | 2024-02-19T05:11:11.909Z | Done (0.218s) |
158 | 2024-02-19T05:11:17.024Z | Done (4.989s) |
159 | 2024-02-19T05:11:17.212Z | Done (0.118s) |
160 | 2024-02-19T05:11:17.215Z | Done (0.000s) |
161 | 2024-02-19T05:11:17.379Z | Done (0.000s) |
162 | 2024-02-19T05:11:17.882Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-19T05:11:18.046Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-19T05:11:18.049Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-19T05:11:18.318Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-19T05:11:18.321Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-02-19T05:11:18.355Z | Mediators to change: 2 |
168 | 2024-02-19T05:11:18.355Z | Create boot environment: No |
169 | 2024-02-19T05:11:18.358Z | Create backup boot environment: No |
170 | 2024-02-19T05:11:18.429Z | Done |
171 | 2024-02-19T05:11:18.429Z | Done |
172 | 2024-02-19T05:11:18.560Z | Done |
173 | 2024-02-19T05:11:22.280Z | Done |
174 | 2024-02-19T05:11:22.374Z | Done |
175 | 2024-02-19T05:11:22.379Z | Done |
176 | 2024-02-19T05:11:22.491Z | Done |
177 | 2024-02-19T05:11:23.145Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-19T05:11:23.148Z | Planning: Merging actions ... Done |
179 | 2024-02-19T05:11:23.343Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-19T05:11:23.346Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-19T05:11:23.614Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-19T05:11:23.670Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-19T05:11:23.704Z | Packages to change: 1 |
184 | 2024-02-19T05:11:23.704Z | Mediators to change: 1 |
185 | 2024-02-19T05:11:23.707Z | Services to change: 1 |
186 | 2024-02-19T05:11:23.707Z | Create boot environment: No |
187 | 2024-02-19T05:11:23.707Z | Create backup boot environment: Yes |
188 | 2024-02-19T05:11:25.722Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-19T05:11:25.786Z | Actions: Completed 6 actions in 0.06 seconds. |
190 | 2024-02-19T05:11:25.789Z | Done |
191 | 2024-02-19T05:11:25.789Z | Done |
192 | 2024-02-19T05:11:25.835Z | Done |
193 | 2024-02-19T05:11:29.593Z | Done |
194 | 2024-02-19T05:11:30.102Z | Done |
195 | 2024-02-19T05:11:30.107Z | Done |
196 | 2024-02-19T05:11:30.107Z | Done |
197 | 2024-02-19T05:11:30.250Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-19T05:11:30.250Z | clang system 15 system |
199 | 2024-02-19T05:11:30.250Z | csh system system illumos |
200 | 2024-02-19T05:11:30.250Z | ctags system system illumos |
201 | 2024-02-19T05:11:30.250Z | gcc vendor 12 vendor |
202 | 2024-02-19T05:11:30.250Z | gcc system 10 system |
203 | 2024-02-19T05:11:30.250Z | gcc system 7 system |
204 | 2024-02-19T05:11:30.250Z | go system 1.20 system |
205 | 2024-02-19T05:11:30.250Z | go system 1.19 system |
206 | 2024-02-19T05:11:30.250Z | llvm system 15 system |
207 | 2024-02-19T05:11:30.250Z | llvm system 14 system |
208 | 2024-02-19T05:11:30.250Z | mariadb system 10.6 system |
209 | 2024-02-19T05:11:30.250Z | mta vendor vendor dma |
210 | 2024-02-19T05:11:30.250Z | openjdk system 17 system |
211 | 2024-02-19T05:11:30.250Z | openjdk system 11 system |
212 | 2024-02-19T05:11:30.250Z | openjdk system 1.8 system |
213 | 2024-02-19T05:11:30.250Z | openssl vendor 3 vendor |
214 | 2024-02-19T05:11:30.250Z | perl system 5.36 system |
215 | 2024-02-19T05:11:30.250Z | postgresql system 15 system |
216 | 2024-02-19T05:11:30.251Z | postgresql system 13 system |
217 | 2024-02-19T05:11:30.251Z | python vendor 3 vendor |
218 | 2024-02-19T05:11:30.251Z | python system 2 system |
219 | 2024-02-19T05:11:30.251Z | python3 system 3.11 system |
220 | 2024-02-19T05:11:30.251Z | ruby system 3.0 system |
221 | 2024-02-19T05:11:30.251Z | words vendor vendor american-english |
222 | 2024-02-19T05:11:30.251Z | words system system australian-english |
223 | 2024-02-19T05:11:30.251Z | words system system british-english |
224 | 2024-02-19T05:11:30.251Z | words system system canadian-english |
225 | 2024-02-19T05:11:30.251Z | words system system french |
226 | 2024-02-19T05:11:30.251Z | words system system italian |
227 | 2024-02-19T05:11:30.251Z | words system system ngerman |
228 | 2024-02-19T05:11:30.251Z | words system system ogerman |
229 | 2024-02-19T05:11:30.251Z | words system system spanish |
230 | 2024-02-19T05:11:31.003Z | FMRI IFO |
231 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-19T05:11:31.003Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-19T05:11:31.008Z | + set -o errexit |
240 | 2024-02-19T05:11:31.008Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-19T05:11:31.008Z | ++ cd ./tools |
242 | 2024-02-19T05:11:31.008Z | ++ pwd |
243 | 2024-02-19T05:11:31.008Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-19T05:11:31.008Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-19T05:11:31.008Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-19T05:11:31.009Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-19T05:11:31.009Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-19T05:11:31.009Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-19T05:11:31.009Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-19T05:11:31.009Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-19T05:11:31.009Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-19T05:11:31.009Z | + TARGET_DIR=out |
253 | 2024-02-19T05:11:31.009Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-19T05:11:31.009Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-19T05:11:31.009Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-19T05:11:31.009Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-19T05:11:31.009Z | + main |
258 | 2024-02-19T05:11:31.009Z | + [[ 0 != 0 ]] |
259 | 2024-02-19T05:11:31.010Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-19T05:11:31.010Z | + [[ 0 != 0 ]] |
261 | 2024-02-19T05:11:31.010Z | + configure_os solaris2.11 |
262 | 2024-02-19T05:11:31.010Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-19T05:11:31.010Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-19T05:11:31.010Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-19T05:11:31.010Z | + case "$1" in |
266 | 2024-02-19T05:11:31.010Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-19T05:11:31.010Z | + CIDL_BUILD=illumos |
268 | 2024-02-19T05:11:31.010Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-19T05:11:31.010Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-19T05:11:31.010Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-19T05:11:31.011Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-19T05:11:31.011Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-19T05:11:31.011Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-19T05:11:31.011Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-19T05:11:31.011Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-19T05:11:31.011Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-19T05:11:31.011Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-19T05:11:31.011Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-19T05:11:31.011Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2024-02-19T05:11:31.011Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-02-19T05:11:31.011Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-19T05:11:31.011Z | + mkdir -p out/downloads |
283 | 2024-02-19T05:11:31.011Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-19T05:11:31.011Z | + local DO_DOWNLOAD=true |
285 | 2024-02-19T05:11:31.012Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-19T05:11:31.012Z | + '[' true == true ']' |
287 | 2024-02-19T05:11:31.012Z | + echo Downloading... |
288 | 2024-02-19T05:11:31.012Z | Downloading... |
289 | 2024-02-19T05:11:31.012Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-19T05:11:31.012Z | + 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 |
291 | 2024-02-19T05:11:34.771Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-19T05:11:34.780Z | ++ sha256sum |
293 | 2024-02-19T05:11:34.780Z | ++ awk '{print $1}' |
294 | 2024-02-19T05:11:34.875Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-19T05:11:34.875Z | + [[ 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 ]] |
296 | 2024-02-19T05:11:34.875Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-19T05:11:34.890Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-19T05:11:37.055Z | + do_assemble_illumos |
299 | 2024-02-19T05:11:37.055Z | + rm -r ./out/cockroachdb |
300 | 2024-02-19T05:11:37.070Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-19T05:11:37.481Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-19T05:11:37.682Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-19T05:11:37.682Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-19T05:11:37.682Z | Distribution: OSS |
305 | 2024-02-19T05:11:37.682Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-19T05:11:37.683Z | Go Version: go1.17.13 |
307 | 2024-02-19T05:11:37.683Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-19T05:11:37.683Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-19T05:11:37.683Z | Build Type: release |
310 | 2024-02-19T05:11:37.702Z | + set -o errexit |
311 | 2024-02-19T05:11:37.713Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-19T05:11:37.713Z | ++ cd ./tools |
313 | 2024-02-19T05:11:37.713Z | ++ pwd |
314 | 2024-02-19T05:11:37.713Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-19T05:11:37.713Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-19T05:11:37.713Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-19T05:11:37.713Z | + TARGET_DIR=out |
318 | 2024-02-19T05:11:37.713Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-19T05:11:37.713Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-19T05:11:37.713Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-19T05:11:38.273Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-19T05:11:38.273Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-19T05:11:38.273Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-19T05:11:38.273Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-19T05:11:38.273Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-19T05:11:38.274Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-19T05:11:38.274Z | + main |
328 | 2024-02-19T05:11:38.274Z | + [[ 0 != 0 ]] |
329 | 2024-02-19T05:11:38.274Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-19T05:11:38.274Z | + [[ 0 != 0 ]] |
331 | 2024-02-19T05:11:38.275Z | + configure_os solaris2.11 |
332 | 2024-02-19T05:11:38.275Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-19T05:11:38.275Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-19T05:11:38.275Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-19T05:11:38.275Z | + CIDL_DASHREV= |
336 | 2024-02-19T05:11:38.275Z | configuring based on OS: "solaris2.11" |
337 | 2024-02-19T05:11:38.275Z | + case "$1" in |
338 | 2024-02-19T05:11:38.275Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-19T05:11:38.276Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-19T05:11:38.276Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-19T05:11:38.276Z | + CIDL_DASHREV=-1 |
342 | 2024-02-19T05:11:38.276Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-19T05:11:38.276Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-19T05:11:38.277Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-19T05:11:38.277Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-19T05:11:38.277Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-19T05:11:38.277Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-19T05:11:38.277Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-19T05:11:38.277Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-19T05:11:38.278Z | + mkdir -p out/downloads |
351 | 2024-02-19T05:11:38.278Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-19T05:11:38.278Z | + local DO_DOWNLOAD=true |
353 | 2024-02-19T05:11:38.278Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-19T05:11:38.278Z | + '[' true == true ']' |
355 | 2024-02-19T05:11:38.279Z | + echo Downloading... |
356 | 2024-02-19T05:11:38.279Z | Downloading... |
357 | 2024-02-19T05:11:38.279Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-19T05:11:38.279Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-19T05:11:39.016Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-19T05:11:39.440Z | ++ md5sum |
361 | 2024-02-19T05:11:39.440Z | ++ awk '{print $1}' |
362 | 2024-02-19T05:11:39.450Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-19T05:11:39.450Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-19T05:11:39.450Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-19T05:11:39.450Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-19T05:11:39.450Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-19T05:11:42.340Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-19T05:11:42.381Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-19T05:11:42.401Z | + set -o errexit |
370 | 2024-02-19T05:11:42.412Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-19T05:11:42.412Z | ++ cd ./tools |
372 | 2024-02-19T05:11:42.412Z | ++ pwd |
373 | 2024-02-19T05:11:42.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-19T05:11:42.413Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-19T05:11:42.413Z | + ARG0=ci_download_console |
376 | 2024-02-19T05:11:42.413Z | + TARGET_DIR=out |
377 | 2024-02-19T05:11:42.413Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-19T05:11:42.413Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-19T05:11:42.413Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-19T05:11:42.413Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-19T05:11:42.413Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-19T05:11:42.413Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-19T05:11:42.413Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-19T05:11:42.413Z | + main |
385 | 2024-02-19T05:11:42.413Z | + [[ 0 != 0 ]] |
386 | 2024-02-19T05:11:42.413Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-19T05:11:42.413Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-19T05:11:42.413Z | Local file: out/downloads/console.tar.gz |
389 | 2024-02-19T05:11:42.413Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-19T05:11:42.413Z | + local DO_DOWNLOAD=true |
391 | 2024-02-19T05:11:42.413Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-19T05:11:42.413Z | + mkdir -p out/downloads |
393 | 2024-02-19T05:11:42.413Z | + '[' true == true ']' |
394 | 2024-02-19T05:11:42.414Z | + echo Downloading... |
395 | 2024-02-19T05:11:42.414Z | Downloading... |
396 | 2024-02-19T05:11:42.414Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-19T05:11:42.414Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-19T05:11:42.922Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-19T05:11:42.922Z | ++ case "$OSTYPE" in |
400 | 2024-02-19T05:11:42.925Z | ++ SHA=sha256sum |
401 | 2024-02-19T05:11:42.925Z | ++ sha256sum |
402 | 2024-02-19T05:11:42.926Z | ++ awk '{print $1}' |
403 | 2024-02-19T05:11:42.926Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-19T05:11:42.926Z | + [[ 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 ]] |
405 | 2024-02-19T05:11:42.926Z | + rm -rf ./out/console-assets |
406 | 2024-02-19T05:11:42.926Z | + mkdir -p ./out/console-assets |
407 | 2024-02-19T05:11:42.929Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-19T05:11:42.929Z | + mkdir -p ./out/console-assets |
409 | 2024-02-19T05:11:42.929Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-19T05:11:43.026Z | + set -o errexit |
411 | 2024-02-19T05:11:43.034Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-19T05:11:43.034Z | ++ cd ./tools |
413 | 2024-02-19T05:11:43.034Z | ++ pwd |
414 | 2024-02-19T05:11:43.034Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-19T05:11:43.034Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-19T05:11:43.034Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-19T05:11:43.034Z | + TARGET_DIR=out |
418 | 2024-02-19T05:11:43.034Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-19T05:11:43.034Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-19T05:11:43.035Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-19T05:11:43.035Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-19T05:11:43.035Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-19T05:11:43.035Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-19T05:11:43.035Z | + main |
425 | 2024-02-19T05:11:43.035Z | + [[ 0 != 0 ]] |
426 | 2024-02-19T05:11:43.035Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-19T05:11:43.035Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-19T05:11:43.035Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-19T05:11:43.035Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-19T05:11:43.035Z | + local DO_DOWNLOAD=true |
431 | 2024-02-19T05:11:43.035Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-19T05:11:43.035Z | + mkdir -p out/downloads |
433 | 2024-02-19T05:11:43.041Z | + '[' true == true ']' |
434 | 2024-02-19T05:11:43.041Z | + echo Downloading... |
435 | 2024-02-19T05:11:43.041Z | Downloading... |
436 | 2024-02-19T05:11:43.041Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-19T05:11:43.041Z | + 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 |
438 | 2024-02-19T05:11:43.661Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-19T05:11:43.661Z | ++ case "$OSTYPE" in |
440 | 2024-02-19T05:11:43.664Z | ++ SHA=sha256sum |
441 | 2024-02-19T05:11:43.664Z | ++ sha256sum |
442 | 2024-02-19T05:11:43.664Z | ++ awk '{print $1}' |
443 | 2024-02-19T05:11:43.664Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-19T05:11:43.664Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-19T05:11:43.665Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-19T05:11:43.665Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-19T05:11:43.665Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-19T05:11:43.665Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-19T05:11:43.665Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-19T05:11:43.665Z | + main |
451 | 2024-02-19T05:11:43.665Z | + [[ 0 != 0 ]] |
452 | 2024-02-19T05:11:43.665Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-19T05:11:43.665Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-19T05:11:43.665Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-19T05:11:43.665Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-19T05:11:43.665Z | + local DO_DOWNLOAD=true |
457 | 2024-02-19T05:11:43.665Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-19T05:11:43.665Z | + mkdir -p out/downloads |
459 | 2024-02-19T05:11:43.665Z | + '[' true == true ']' |
460 | 2024-02-19T05:11:43.665Z | + echo Downloading... |
461 | 2024-02-19T05:11:43.665Z | Downloading... |
462 | 2024-02-19T05:11:43.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-19T05:11:43.665Z | + 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 |
464 | 2024-02-19T05:11:44.675Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-19T05:11:45.133Z | ++ case "$OSTYPE" in |
466 | 2024-02-19T05:11:45.133Z | ++ SHA=sha256sum |
467 | 2024-02-19T05:11:45.133Z | ++ sha256sum |
468 | 2024-02-19T05:11:45.133Z | ++ awk '{print $1}' |
469 | 2024-02-19T05:11:45.133Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-19T05:11:45.133Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-19T05:11:45.133Z | + set -o errexit |
472 | 2024-02-19T05:11:45.133Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-19T05:11:45.134Z | ++ cd ./tools |
474 | 2024-02-19T05:11:45.134Z | ++ pwd |
475 | 2024-02-19T05:11:45.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-19T05:11:45.134Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-19T05:11:45.134Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-19T05:11:45.134Z | + TARGET_DIR=out |
479 | 2024-02-19T05:11:45.134Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-19T05:11:45.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-19T05:11:45.134Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
482 | 2024-02-19T05:11:45.134Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-19T05:11:45.134Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
484 | 2024-02-19T05:11:45.134Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
485 | 2024-02-19T05:11:45.134Z | + main |
486 | 2024-02-19T05:11:45.134Z | + [[ 0 != 0 ]] |
487 | 2024-02-19T05:11:45.134Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
488 | 2024-02-19T05:11:45.134Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
489 | 2024-02-19T05:11:45.134Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
490 | 2024-02-19T05:11:45.134Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
491 | 2024-02-19T05:11:45.134Z | + local DO_DOWNLOAD=true |
492 | 2024-02-19T05:11:45.134Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
493 | 2024-02-19T05:11:45.134Z | + mkdir -p out/downloads |
494 | 2024-02-19T05:11:45.134Z | + '[' true == true ']' |
495 | 2024-02-19T05:11:45.134Z | + echo Downloading... |
496 | 2024-02-19T05:11:45.134Z | Downloading... |
497 | 2024-02-19T05:11:45.134Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
498 | 2024-02-19T05:11:45.134Z | + 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 |
499 | 2024-02-19T05:11:45.880Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-19T05:11:45.880Z | ++ case "$OSTYPE" in |
501 | 2024-02-19T05:11:45.883Z | ++ SHA=sha256sum |
502 | 2024-02-19T05:11:45.883Z | ++ sha256sum |
503 | 2024-02-19T05:11:45.883Z | ++ awk '{print $1}' |
504 | 2024-02-19T05:11:45.890Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-19T05:11:45.890Z | + [[ 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 ]] |
506 | 2024-02-19T05:11:45.893Z | + set -o errexit |
507 | 2024-02-19T05:11:45.896Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-19T05:11:45.899Z | ++ cd ./tools |
509 | 2024-02-19T05:11:45.899Z | ++ pwd |
510 | 2024-02-19T05:11:45.899Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-19T05:11:45.900Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-19T05:11:45.903Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-19T05:11:45.903Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-19T05:11:45.903Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
515 | 2024-02-19T05:11:45.903Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
516 | 2024-02-19T05:11:45.903Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-19T05:11:45.903Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-19T05:11:45.904Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
519 | 2024-02-19T05:11:45.904Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-19T05:11:45.904Z | + TARGET_DIR=out |
521 | 2024-02-19T05:11:45.904Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-19T05:11:45.904Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-19T05:11:45.904Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-19T05:11:45.904Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-19T05:11:45.904Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-19T05:11:45.904Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
527 | 2024-02-19T05:11:45.904Z | + main |
528 | 2024-02-19T05:11:45.904Z | + [[ 0 != 0 ]] |
529 | 2024-02-19T05:11:45.904Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-19T05:11:45.904Z | + [[ 0 != 0 ]] |
531 | 2024-02-19T05:11:45.904Z | + configure_os solaris2.11 |
532 | 2024-02-19T05:11:45.904Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-19T05:11:45.904Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-19T05:11:45.904Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-19T05:11:45.904Z | + case "$1" in |
536 | 2024-02-19T05:11:45.904Z | + SET_BINARIES= |
537 | 2024-02-19T05:11:45.904Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-19T05:11:45.904Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
539 | 2024-02-19T05:11:45.904Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-19T05:11:45.904Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-19T05:11:45.904Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
542 | 2024-02-19T05:11:45.904Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-19T05:11:45.904Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
544 | 2024-02-19T05:11:45.905Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
545 | 2024-02-19T05:11:45.905Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2024-02-19T05:11:45.905Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2024-02-19T05:11:45.905Z | + mkdir -p out/downloads |
548 | 2024-02-19T05:11:45.905Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-19T05:11:45.909Z | + fetch_and_verify |
550 | 2024-02-19T05:11:45.909Z | + local DO_DOWNLOAD=true |
551 | 2024-02-19T05:11:45.909Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-19T05:11:45.909Z | + '[' true == true ']' |
553 | 2024-02-19T05:11:45.909Z | + echo Downloading... |
554 | 2024-02-19T05:11:45.909Z | Downloading... |
555 | 2024-02-19T05:11:45.909Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-19T05:11:45.909Z | + 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 |
557 | 2024-02-19T05:11:52.605Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-19T05:11:52.608Z | ++ sha256sum |
559 | 2024-02-19T05:11:52.608Z | ++ awk '{print $1}' |
560 | 2024-02-19T05:11:52.630Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-19T05:11:52.634Z | + [[ 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 ]] |
562 | 2024-02-19T05:11:52.635Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-19T05:11:52.635Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-19T05:11:53.320Z | + do_assemble |
565 | 2024-02-19T05:11:53.320Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-19T05:11:53.323Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-19T05:11:53.326Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-19T05:11:53.420Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-19T05:11:53.431Z | + set -o errexit |
570 | 2024-02-19T05:11:53.433Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-19T05:11:53.436Z | ++ cd ./tools |
572 | 2024-02-19T05:11:53.436Z | ++ pwd |
573 | 2024-02-19T05:11:53.437Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-19T05:11:53.437Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-19T05:11:53.440Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-19T05:11:53.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-19T05:11:53.440Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-19T05:11:53.440Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-19T05:11:53.440Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-19T05:11:53.440Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-19T05:11:53.440Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-19T05:11:53.440Z | + TARGET_DIR=out |
583 | 2024-02-19T05:11:53.440Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-19T05:11:53.440Z | + DEST_DIR=./out/mgd |
585 | 2024-02-19T05:11:53.440Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-19T05:11:53.440Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-19T05:11:53.440Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-19T05:11:53.440Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-19T05:11:53.441Z | + main |
590 | 2024-02-19T05:11:53.441Z | + [[ 0 != 0 ]] |
591 | 2024-02-19T05:11:53.441Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-19T05:11:53.441Z | + [[ 0 != 0 ]] |
593 | 2024-02-19T05:11:53.441Z | + configure_os solaris2.11 |
594 | 2024-02-19T05:11:53.441Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-19T05:11:53.441Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-19T05:11:53.441Z | configuring based on OS: "solaris2.11" |
597 | 2024-02-19T05:11:53.441Z | + echo 'configuring based on OS: "solaris2.11"' |
598 | 2024-02-19T05:11:53.441Z | + case "$1" in |
599 | 2024-02-19T05:11:53.441Z | + SET_BINARIES= |
600 | 2024-02-19T05:11:53.441Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-19T05:11:53.441Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-19T05:11:53.441Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-19T05:11:53.441Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-19T05:11:53.441Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-19T05:11:53.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-19T05:11:53.441Z | Local file: out/downloads/mgd.tar.gz |
607 | 2024-02-19T05:11:53.441Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
608 | 2024-02-19T05:11:53.441Z | + mkdir -p out/downloads |
609 | 2024-02-19T05:11:53.444Z | + mkdir -p ./out/mgd |
610 | 2024-02-19T05:11:53.445Z | + fetch_and_verify |
611 | 2024-02-19T05:11:53.445Z | + local DO_DOWNLOAD=true |
612 | 2024-02-19T05:11:53.445Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-19T05:11:53.445Z | + '[' true == true ']' |
614 | 2024-02-19T05:11:53.445Z | + echo Downloading... |
615 | 2024-02-19T05:11:53.445Z | Downloading... |
616 | 2024-02-19T05:11:53.445Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-19T05:11:53.445Z | + 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 |
618 | 2024-02-19T05:11:57.732Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-19T05:11:57.734Z | ++ sha256sum |
620 | 2024-02-19T05:11:57.734Z | ++ awk '{print $1}' |
621 | 2024-02-19T05:11:57.753Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-19T05:11:57.756Z | + [[ 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 ]] |
623 | 2024-02-19T05:11:57.756Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-19T05:11:57.756Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-19T05:11:58.210Z | + do_assemble |
626 | 2024-02-19T05:11:58.210Z | + rm -r ./out/mgd |
627 | 2024-02-19T05:11:58.213Z | + mkdir ./out/mgd |
628 | 2024-02-19T05:11:58.216Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-19T05:11:58.356Z | + set -o errexit |
630 | 2024-02-19T05:11:58.359Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-19T05:11:58.362Z | ++ cd ./tools |
632 | 2024-02-19T05:11:58.362Z | ++ pwd |
633 | 2024-02-19T05:11:58.362Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-19T05:11:58.362Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-19T05:11:58.365Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-19T05:11:58.366Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-19T05:11:58.366Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-19T05:11:58.366Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-19T05:11:58.366Z | + TARGET_DIR=out |
640 | 2024-02-19T05:11:58.366Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-19T05:11:58.366Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-19T05:11:58.366Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-19T05:11:58.366Z | + BINARY=xcvradm |
644 | 2024-02-19T05:11:58.366Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-19T05:11:58.366Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-19T05:11:58.366Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-19T05:11:58.366Z | + main |
648 | 2024-02-19T05:11:58.366Z | + [[ 0 != 0 ]] |
649 | 2024-02-19T05:11:58.366Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-19T05:11:58.366Z | + [[ 0 != 0 ]] |
651 | 2024-02-19T05:11:58.366Z | + configure_os solaris2.11 |
652 | 2024-02-19T05:11:58.366Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-19T05:11:58.366Z | current directory: /work/oxidecomputer/omicron |
654 | 2024-02-19T05:11:58.366Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2024-02-19T05:11:58.366Z | + case "$1" in |
656 | 2024-02-19T05:11:58.366Z | + SET_BINARIES= |
657 | 2024-02-19T05:11:58.366Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-19T05:11:58.366Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-19T05:11:58.366Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-19T05:11:58.367Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-19T05:11:58.367Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-19T05:11:58.367Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-19T05:11:58.367Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-19T05:11:58.367Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-19T05:11:58.367Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-19T05:11:58.367Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-19T05:11:58.367Z | + mkdir -p out/downloads |
668 | 2024-02-19T05:11:58.370Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-19T05:11:58.371Z | + fetch_and_verify |
670 | 2024-02-19T05:11:58.371Z | + local DO_DOWNLOAD=true |
671 | 2024-02-19T05:11:58.371Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-19T05:11:58.371Z | + '[' true == true ']' |
673 | 2024-02-19T05:11:58.371Z | + echo Downloading... |
674 | 2024-02-19T05:11:58.371Z | Downloading... |
675 | 2024-02-19T05:11:58.371Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-19T05:11:58.371Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-19T05:11:59.882Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-19T05:11:59.885Z | ++ sha256sum |
679 | 2024-02-19T05:11:59.885Z | ++ awk '{print $1}' |
680 | 2024-02-19T05:11:59.891Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-19T05:11:59.891Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-19T05:11:59.894Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-19T05:11:59.894Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-19T05:11:59.894Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-19T05:12:00.016Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-19T05:12:00.019Z | + do_assemble |
687 | 2024-02-19T05:12:00.019Z | + rm -r ./out/transceiver-control |
688 | 2024-02-19T05:12:00.019Z | + mkdir ./out/transceiver-control |
689 | 2024-02-19T05:12:00.022Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-19T05:12:00.203Z | All prerequisites installed successfully |
691 | 2024-02-19T05:12:00.206Z | |
692 | 2024-02-19T05:12:00.206Z | real 1:23.475148591 |
693 | 2024-02-19T05:12:00.206Z | user 34.123213663 |
694 | 2024-02-19T05:12:00.206Z | sys 6.574577703 |
695 | 2024-02-19T05:12:00.206Z | trap 0.009199905 |
696 | 2024-02-19T05:12:00.206Z | tflt 0.167223394 |
697 | 2024-02-19T05:12:00.206Z | dflt 0.407160969 |
698 | 2024-02-19T05:12:00.206Z | kflt 0.165205365 |
699 | 2024-02-19T05:12:00.207Z | lock 1.361407462 |
700 | 2024-02-19T05:12:00.207Z | slp 2:41.400253389 |
701 | 2024-02-19T05:12:00.207Z | lat 1.809024614 |
702 | 2024-02-19T05:12:00.207Z | stop 0.123373274 |
703 | 2024-02-19T05:12:00.207Z | + ptime -m ./tools/ci_download_softnpu_machinery |
704 | 2024-02-19T05:12:00.214Z | fetching npuzone |
705 | 2024-02-19T05:12:00.220Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
706 | 2024-02-19T05:12:00.221Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
707 | 2024-02-19T05:12:00.221Z | Getting hash for npuzone |
708 | 2024-02-19T05:12:00.312Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
709 | 2024-02-19T05:12:07.797Z | npuzone downloaded successfully |
710 | 2024-02-19T05:12:07.801Z | |
711 | 2024-02-19T05:12:07.805Z | real 7.593886768 |
712 | 2024-02-19T05:12:07.805Z | user 0.349187887 |
713 | 2024-02-19T05:12:07.805Z | sys 0.126289648 |
714 | 2024-02-19T05:12:07.805Z | trap 0.000077499 |
715 | 2024-02-19T05:12:07.805Z | tflt 0.000000000 |
716 | 2024-02-19T05:12:07.805Z | dflt 0.000000000 |
717 | 2024-02-19T05:12:07.805Z | kflt 0.000000000 |
718 | 2024-02-19T05:12:07.805Z | lock 0.000000000 |
719 | 2024-02-19T05:12:07.805Z | slp 22.194139982 |
720 | 2024-02-19T05:12:07.805Z | lat 0.081897192 |
721 | 2024-02-19T05:12:07.805Z | stop 0.000165638 |
722 | 2024-02-19T05:12:07.805Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-02-19T05:12:07.805Z | + CARGO_INCREMENTAL=0 |
724 | 2024-02-19T05:12:07.805Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
725 | 2024-02-19T05:12:08.016Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2024-02-19T05:12:08.350Z | Updating git repository `https://github.com/oxidecomputer/samael` |
727 | 2024-02-19T05:12:08.740Z | Updating crates.io index |
728 | 2024-02-19T05:12:08.744Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
729 | 2024-02-19T05:12:09.727Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
730 | 2024-02-19T05:12:11.377Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
731 | 2024-02-19T05:12:12.164Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
732 | 2024-02-19T05:12:12.492Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
733 | 2024-02-19T05:12:12.755Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
734 | 2024-02-19T05:12:13.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
735 | 2024-02-19T05:12:13.874Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
736 | 2024-02-19T05:12:16.088Z | Updating git repository `https://github.com/oxidecomputer/opte` |
737 | 2024-02-19T05:12:18.018Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
738 | 2024-02-19T05:12:18.321Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2024-02-19T05:12:18.829Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
740 | 2024-02-19T05:12:19.150Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
741 | 2024-02-19T05:12:19.446Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2024-02-19T05:12:19.747Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2024-02-19T05:12:20.119Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2024-02-19T05:12:20.449Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
745 | 2024-02-19T05:12:20.872Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2024-02-19T05:12:21.359Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2024-02-19T05:12:21.762Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2024-02-19T05:12:22.039Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2024-02-19T05:12:22.987Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2024-02-19T05:12:23.352Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2024-02-19T05:12:24.532Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2024-02-19T05:12:24.916Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2024-02-19T05:12:25.191Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2024-02-19T05:12:26.638Z | Downloading crates ... |
755 | 2024-02-19T05:12:26.853Z | Downloaded lazycell v1.3.0 |
756 | 2024-02-19T05:12:26.856Z | Downloaded adler v1.0.2 |
757 | 2024-02-19T05:12:26.860Z | Downloaded libsw v3.3.1 |
758 | 2024-02-19T05:12:26.871Z | Downloaded inout v0.1.3 |
759 | 2024-02-19T05:12:26.874Z | Downloaded is-terminal v0.4.9 |
760 | 2024-02-19T05:12:26.878Z | Downloaded libloading v0.7.4 |
761 | 2024-02-19T05:12:26.881Z | Downloaded chacha20 v0.9.1 |
762 | 2024-02-19T05:12:26.884Z | Downloaded cfg-if v1.0.0 |
763 | 2024-02-19T05:12:26.887Z | Downloaded log v0.4.20 |
764 | 2024-02-19T05:12:26.889Z | Downloaded linear-map v1.2.0 |
765 | 2024-02-19T05:12:26.890Z | Downloaded managed v0.8.0 |
766 | 2024-02-19T05:12:26.896Z | Downloaded kstat-rs v0.2.3 |
767 | 2024-02-19T05:12:26.896Z | Downloaded keccak v0.1.4 |
768 | 2024-02-19T05:12:26.899Z | Downloaded ipnetwork v0.20.0 |
769 | 2024-02-19T05:12:26.899Z | Downloaded clap v4.5.0 |
770 | 2024-02-19T05:12:26.906Z | Downloaded maplit v1.0.2 |
771 | 2024-02-19T05:12:26.911Z | Downloaded indexmap v1.9.3 |
772 | 2024-02-19T05:12:26.915Z | Downloaded console v0.15.8 |
773 | 2024-02-19T05:12:26.919Z | Downloaded clang-sys v1.6.1 |
774 | 2024-02-19T05:12:26.924Z | Downloaded linked-hash-map v0.5.6 |
775 | 2024-02-19T05:12:26.927Z | Downloaded atty v0.2.14 |
776 | 2024-02-19T05:12:26.930Z | Downloaded normalize-line-endings v0.3.0 |
777 | 2024-02-19T05:12:26.933Z | Downloaded newtype_derive v0.1.6 |
778 | 2024-02-19T05:12:26.933Z | Downloaded base64ct v1.6.0 |
779 | 2024-02-19T05:12:26.936Z | Downloaded ciborium v0.2.2 |
780 | 2024-02-19T05:12:26.939Z | Downloaded castaway v0.2.2 |
781 | 2024-02-19T05:12:26.942Z | Downloaded camino-tempfile v1.1.1 |
782 | 2024-02-19T05:12:26.945Z | Downloaded cexpr v0.6.0 |
783 | 2024-02-19T05:12:26.948Z | Downloaded anstyle v1.0.2 |
784 | 2024-02-19T05:12:26.951Z | Downloaded async-stream-impl v0.3.5 |
785 | 2024-02-19T05:12:26.951Z | Downloaded tinyvec_macros v0.1.1 |
786 | 2024-02-19T05:12:26.954Z | Downloaded sqlparser v0.43.1 |
787 | 2024-02-19T05:12:26.963Z | Downloaded match_cfg v0.1.0 |
788 | 2024-02-19T05:12:26.966Z | Downloaded hubpack_derive v0.1.1 |
789 | 2024-02-19T05:12:26.966Z | Downloaded http-range v0.1.5 |
790 | 2024-02-19T05:12:26.969Z | Downloaded instant v0.1.12 |
791 | 2024-02-19T05:12:26.972Z | Downloaded buf-list v1.0.3 |
792 | 2024-02-19T05:12:26.975Z | Downloaded base16ct v0.2.0 |
793 | 2024-02-19T05:12:26.978Z | Downloaded lalrpop-util v0.19.12 |
794 | 2024-02-19T05:12:26.978Z | Downloaded array-init v0.0.4 |
795 | 2024-02-19T05:12:26.981Z | Downloaded cobs v0.2.3 |
796 | 2024-02-19T05:12:26.984Z | Downloaded arrayref v0.3.7 |
797 | 2024-02-19T05:12:26.984Z | Downloaded cipher v0.4.4 |
798 | 2024-02-19T05:12:26.987Z | Downloaded httpdate v1.0.3 |
799 | 2024-02-19T05:12:26.990Z | Downloaded itertools v0.10.5 |
800 | 2024-02-19T05:12:26.997Z | Downloaded memmap2 v0.7.1 |
801 | 2024-02-19T05:12:27.000Z | Downloaded blake2 v0.10.6 |
802 | 2024-02-19T05:12:27.003Z | Downloaded byteorder v1.5.0 |
803 | 2024-02-19T05:12:27.006Z | Downloaded block-buffer v0.10.4 |
804 | 2024-02-19T05:12:27.009Z | Downloaded colored v2.0.4 |
805 | 2024-02-19T05:12:27.012Z | Downloaded iana-time-zone v0.1.57 |
806 | 2024-02-19T05:12:27.015Z | Downloaded hubpack v0.1.2 |
807 | 2024-02-19T05:12:27.022Z | Downloaded new_debug_unreachable v1.0.4 |
808 | 2024-02-19T05:12:27.025Z | Downloaded async-trait v0.1.77 |
809 | 2024-02-19T05:12:27.028Z | Downloaded colorchoice v1.0.0 |
810 | 2024-02-19T05:12:27.028Z | Downloaded mime v0.3.17 |
811 | 2024-02-19T05:12:27.041Z | Downloaded memmap v0.7.0 |
812 | 2024-02-19T05:12:27.041Z | Downloaded httparse v1.8.0 |
813 | 2024-02-19T05:12:27.041Z | Downloaded maybe-uninit v2.0.0 |
814 | 2024-02-19T05:12:27.041Z | Downloaded matches v0.1.10 |
815 | 2024-02-19T05:12:27.041Z | Downloaded serde_path_to_error v0.1.15 |
816 | 2024-02-19T05:12:27.044Z | Downloaded anyhow v1.0.75 |
817 | 2024-02-19T05:12:27.047Z | Downloaded is_ci v1.2.0 |
818 | 2024-02-19T05:12:27.047Z | Downloaded csv-core v0.1.11 |
819 | 2024-02-19T05:12:27.050Z | Downloaded zone_cfg_derive v0.3.0 |
820 | 2024-02-19T05:12:27.050Z | Downloaded cstr-argument v0.1.2 |
821 | 2024-02-19T05:12:27.053Z | Downloaded rpassword v7.3.1 |
822 | 2024-02-19T05:12:27.053Z | Downloaded darling_macro v0.14.4 |
823 | 2024-02-19T05:12:27.056Z | Downloaded try-lock v0.2.4 |
824 | 2024-02-19T05:12:27.057Z | Downloaded display-error-chain v0.2.0 |
825 | 2024-02-19T05:12:27.060Z | Downloaded async-recursion v1.0.5 |
826 | 2024-02-19T05:12:27.060Z | Downloaded tower-service v0.3.2 |
827 | 2024-02-19T05:12:27.062Z | Downloaded crossbeam-deque v0.8.3 |
828 | 2024-02-19T05:12:27.069Z | Downloaded arrayvec v0.7.4 |
829 | 2024-02-19T05:12:27.069Z | Downloaded crc-any v2.4.3 |
830 | 2024-02-19T05:12:27.072Z | Downloaded corncobs v0.1.3 |
831 | 2024-02-19T05:12:27.075Z | Downloaded slog-scope v4.4.0 |
832 | 2024-02-19T05:12:27.078Z | Downloaded strsim v0.8.0 |
833 | 2024-02-19T05:12:27.084Z | Downloaded impl-trait-for-tuples v0.2.2 |
834 | 2024-02-19T05:12:27.087Z | Downloaded sqlparser_derive v0.2.2 |
835 | 2024-02-19T05:12:27.087Z | Downloaded semver v1.0.22 |
836 | 2024-02-19T05:12:27.087Z | Downloaded constant_time_eq v0.3.0 |
837 | 2024-02-19T05:12:27.090Z | Downloaded backoff v0.4.0 |
838 | 2024-02-19T05:12:27.093Z | Downloaded tap v1.0.1 |
839 | 2024-02-19T05:12:27.093Z | Downloaded indoc v1.0.9 |
840 | 2024-02-19T05:12:27.096Z | Downloaded swrite v0.1.0 |
841 | 2024-02-19T05:12:27.100Z | Downloaded zerocopy v0.3.0 |
842 | 2024-02-19T05:12:27.100Z | Downloaded universal-hash v0.5.1 |
843 | 2024-02-19T05:12:27.103Z | Downloaded unarray v0.1.4 |
844 | 2024-02-19T05:12:27.103Z | Downloaded newtype-uuid v1.0.1 |
845 | 2024-02-19T05:12:27.106Z | Downloaded hmac v0.12.1 |
846 | 2024-02-19T05:12:27.109Z | Downloaded utf8parse v0.2.1 |
847 | 2024-02-19T05:12:27.109Z | Downloaded indoc v2.0.3 |
848 | 2024-02-19T05:12:27.112Z | Downloaded hash32 v0.3.1 |
849 | 2024-02-19T05:12:27.114Z | Downloaded crossbeam-epoch v0.9.15 |
850 | 2024-02-19T05:12:27.118Z | Downloaded phf_shared v0.10.0 |
851 | 2024-02-19T05:12:27.121Z | Downloaded bytecount v0.6.3 |
852 | 2024-02-19T05:12:27.121Z | Downloaded hyper-rustls v0.24.2 |
853 | 2024-02-19T05:12:27.124Z | Downloaded signature v1.6.4 |
854 | 2024-02-19T05:12:27.130Z | Downloaded native-tls v0.2.11 |
855 | 2024-02-19T05:12:27.133Z | Downloaded downcast v0.11.0 |
856 | 2024-02-19T05:12:27.133Z | Downloaded crc32fast v1.3.2 |
857 | 2024-02-19T05:12:27.133Z | Downloaded packed_struct v0.10.1 |
858 | 2024-02-19T05:12:27.136Z | Downloaded tokio-native-tls v0.3.1 |
859 | 2024-02-19T05:12:27.139Z | Downloaded sha1 v0.10.6 |
860 | 2024-02-19T05:12:27.139Z | Downloaded rand_xorshift v0.3.0 |
861 | 2024-02-19T05:12:27.142Z | Downloaded crossterm v0.27.0 |
862 | 2024-02-19T05:12:27.148Z | Downloaded toolchain_find v0.2.0 |
863 | 2024-02-19T05:12:27.151Z | Downloaded precomputed-hash v0.1.1 |
864 | 2024-02-19T05:12:27.152Z | Downloaded futures-core v0.3.30 |
865 | 2024-02-19T05:12:27.154Z | Downloaded fallible-iterator v0.2.0 |
866 | 2024-02-19T05:12:27.155Z | Downloaded darling v0.20.3 |
867 | 2024-02-19T05:12:27.158Z | Downloaded usdt-impl v0.3.5 |
868 | 2024-02-19T05:12:27.161Z | Downloaded itoa v1.0.9 |
869 | 2024-02-19T05:12:27.164Z | Downloaded wyz v0.5.1 |
870 | 2024-02-19T05:12:27.164Z | Downloaded quick-error v1.2.3 |
871 | 2024-02-19T05:12:27.166Z | Downloaded defmt-macros v0.3.6 |
872 | 2024-02-19T05:12:27.170Z | Downloaded tokio-rustls v0.25.0 |
873 | 2024-02-19T05:12:27.172Z | Downloaded rustls-pemfile v1.0.3 |
874 | 2024-02-19T05:12:27.176Z | Downloaded phf v0.11.2 |
875 | 2024-02-19T05:12:27.180Z | Downloaded futures-io v0.3.30 |
876 | 2024-02-19T05:12:27.180Z | Downloaded structopt-derive v0.4.18 |
877 | 2024-02-19T05:12:27.180Z | Downloaded tokio-rustls v0.24.1 |
878 | 2024-02-19T05:12:27.186Z | Downloaded deranged v0.3.8 |
879 | 2024-02-19T05:12:27.189Z | Downloaded headers-core v0.2.0 |
880 | 2024-02-19T05:12:27.189Z | Downloaded pkcs8 v0.10.2 |
881 | 2024-02-19T05:12:27.192Z | Downloaded dof v0.3.0 |
882 | 2024-02-19T05:12:27.192Z | Downloaded pin-project-lite v0.2.13 |
883 | 2024-02-19T05:12:27.197Z | Downloaded version_check v0.9.4 |
884 | 2024-02-19T05:12:27.202Z | Downloaded postgres-types v0.2.6 |
885 | 2024-02-19T05:12:27.202Z | Downloaded doc-comment v0.3.3 |
886 | 2024-02-19T05:12:27.205Z | Downloaded rustls-pki-types v1.3.0 |
887 | 2024-02-19T05:12:27.208Z | Downloaded num-derive v0.4.0 |
888 | 2024-02-19T05:12:27.208Z | Downloaded rtoolbox v0.0.1 |
889 | 2024-02-19T05:12:27.211Z | Downloaded sha2 v0.10.8 |
890 | 2024-02-19T05:12:27.214Z | Downloaded similar v2.3.0 |
891 | 2024-02-19T05:12:27.218Z | Downloaded unicase v2.7.0 |
892 | 2024-02-19T05:12:27.221Z | Downloaded toml v0.5.11 |
893 | 2024-02-19T05:12:27.225Z | Downloaded form_urlencoded v1.2.1 |
894 | 2024-02-19T05:12:27.228Z | Downloaded dof v0.1.5 |
895 | 2024-02-19T05:12:27.230Z | Downloaded zone v0.3.0 |
896 | 2024-02-19T05:12:27.230Z | Downloaded serde_tokenstream v0.2.0 |
897 | 2024-02-19T05:12:27.236Z | Downloaded dtrace-parser v0.1.14 |
898 | 2024-02-19T05:12:27.239Z | Downloaded serde-hex v0.1.0 |
899 | 2024-02-19T05:12:27.240Z | Downloaded derive_builder_macro v0.12.0 |
900 | 2024-02-19T05:12:27.240Z | Downloaded take_mut v0.2.2 |
901 | 2024-02-19T05:12:27.240Z | Downloaded cc v1.0.83 |
902 | 2024-02-19T05:12:27.243Z | Downloaded equivalent v1.0.1 |
903 | 2024-02-19T05:12:27.245Z | Downloaded pin-project-internal v1.1.3 |
904 | 2024-02-19T05:12:27.249Z | Downloaded futures-executor v0.3.30 |
905 | 2024-02-19T05:12:27.249Z | Downloaded num-traits v0.2.16 |
906 | 2024-02-19T05:12:27.251Z | Downloaded memchr v2.6.3 |
907 | 2024-02-19T05:12:27.260Z | Downloaded parse-size v1.0.0 |
908 | 2024-02-19T05:12:27.260Z | Downloaded fd-lock v3.0.13 |
909 | 2024-02-19T05:12:27.264Z | Downloaded data-encoding v2.4.0 |
910 | 2024-02-19T05:12:27.267Z | Downloaded darling_core v0.14.4 |
911 | 2024-02-19T05:12:27.270Z | Downloaded glob v0.3.1 |
912 | 2024-02-19T05:12:27.273Z | Downloaded futures-sink v0.3.30 |
913 | 2024-02-19T05:12:27.273Z | Downloaded flagset v0.4.3 |
914 | 2024-02-19T05:12:27.276Z | Downloaded chacha20poly1305 v0.10.1 |
915 | 2024-02-19T05:12:27.280Z | Downloaded toml v0.8.10 |
916 | 2024-02-19T05:12:27.283Z | Downloaded utf-8 v0.7.6 |
917 | 2024-02-19T05:12:27.283Z | Downloaded group v0.13.0 |
918 | 2024-02-19T05:12:27.283Z | Downloaded tracing-attributes v0.1.26 |
919 | 2024-02-19T05:12:27.287Z | Downloaded darling_macro v0.20.3 |
920 | 2024-02-19T05:12:27.289Z | Downloaded dtrace-parser v0.2.0 |
921 | 2024-02-19T05:12:27.289Z | Downloaded number_prefix v0.4.0 |
922 | 2024-02-19T05:12:27.290Z | Downloaded signal-hook-tokio v0.3.1 |
923 | 2024-02-19T05:12:27.295Z | Downloaded either v1.10.0 |
924 | 2024-02-19T05:12:27.295Z | Downloaded hash32 v0.2.1 |
925 | 2024-02-19T05:12:27.298Z | Downloaded stability v0.1.1 |
926 | 2024-02-19T05:12:27.298Z | Downloaded difflib v0.4.0 |
927 | 2024-02-19T05:12:27.299Z | Downloaded vsss-rs v3.3.4 |
928 | 2024-02-19T05:12:27.299Z | Downloaded uuid v1.7.0 |
929 | 2024-02-19T05:12:27.302Z | Downloaded platforms v3.0.2 |
930 | 2024-02-19T05:12:27.304Z | Downloaded sct v0.7.0 |
931 | 2024-02-19T05:12:27.308Z | Downloaded defmt v0.3.5 |
932 | 2024-02-19T05:12:27.311Z | Downloaded topological-sort v0.2.2 |
933 | 2024-02-19T05:12:27.314Z | Downloaded tinyvec v1.6.0 |
934 | 2024-02-19T05:12:27.316Z | Downloaded terminal_size v0.3.0 |
935 | 2024-02-19T05:12:27.316Z | Downloaded serde_spanned v0.6.5 |
936 | 2024-02-19T05:12:27.319Z | Downloaded poly1305 v0.8.0 |
937 | 2024-02-19T05:12:27.322Z | Downloaded term v0.7.0 |
938 | 2024-02-19T05:12:27.325Z | Downloaded strum v0.26.1 |
939 | 2024-02-19T05:12:27.325Z | Downloaded parking_lot v0.12.1 |
940 | 2024-02-19T05:12:27.328Z | Downloaded semver v0.1.20 |
941 | 2024-02-19T05:12:27.328Z | Downloaded trust-dns-resolver v0.22.0 |
942 | 2024-02-19T05:12:27.332Z | Downloaded supports-color v3.0.0 |
943 | 2024-02-19T05:12:27.336Z | Downloaded tempfile v3.10.0 |
944 | 2024-02-19T05:12:27.340Z | Downloaded plain v0.2.3 |
945 | 2024-02-19T05:12:27.340Z | Downloaded pkcs1 v0.7.5 |
946 | 2024-02-19T05:12:27.343Z | Downloaded zeroize_derive v1.4.2 |
947 | 2024-02-19T05:12:27.343Z | Downloaded num-rational v0.4.1 |
948 | 2024-02-19T05:12:27.343Z | Downloaded indexmap v2.2.3 |
949 | 2024-02-19T05:12:27.350Z | Downloaded dyn-clone v1.0.16 |
950 | 2024-02-19T05:12:27.353Z | Downloaded trust-dns-server v0.22.1 |
951 | 2024-02-19T05:12:27.356Z | Downloaded xattr v1.0.1 |
952 | 2024-02-19T05:12:27.358Z | Downloaded olpc-cjson v0.1.3 |
953 | 2024-02-19T05:12:27.359Z | Downloaded fragile v2.0.0 |
954 | 2024-02-19T05:12:27.361Z | Downloaded smallvec v0.6.14 |
955 | 2024-02-19T05:12:27.361Z | Downloaded serde_derive_internals v0.26.0 |
956 | 2024-02-19T05:12:27.364Z | Downloaded diff v0.1.13 |
957 | 2024-02-19T05:12:27.368Z | Downloaded slab v0.4.9 |
958 | 2024-02-19T05:12:27.368Z | Downloaded unicode-xid v0.2.4 |
959 | 2024-02-19T05:12:27.371Z | Downloaded tui-tree-widget v0.17.0 |
960 | 2024-02-19T05:12:27.371Z | Downloaded whoami v1.4.1 |
961 | 2024-02-19T05:12:27.374Z | Downloaded fastrand v2.0.1 |
962 | 2024-02-19T05:12:27.374Z | Downloaded ref-cast v1.0.20 |
963 | 2024-02-19T05:12:27.376Z | Downloaded owo-colors v4.0.0 |
964 | 2024-02-19T05:12:27.379Z | Downloaded sec1 v0.7.3 |
965 | 2024-02-19T05:12:27.383Z | Downloaded toml v0.7.8 |
966 | 2024-02-19T05:12:27.386Z | Downloaded rustyline v13.0.0 |
967 | 2024-02-19T05:12:28.392Z | Downloaded funty v2.0.0 |
968 | 2024-02-19T05:12:28.397Z | Downloaded futures-task v0.3.30 |
969 | 2024-02-19T05:12:28.397Z | Downloaded dirs-next v2.0.0 |
970 | 2024-02-19T05:12:28.397Z | Downloaded ref-cast-impl v1.0.20 |
971 | 2024-02-19T05:12:28.397Z | Downloaded heapless v0.7.16 |
972 | 2024-02-19T05:12:28.397Z | Downloaded mio v0.8.9 |
973 | 2024-02-19T05:12:28.397Z | Downloaded headers v0.3.9 |
974 | 2024-02-19T05:12:28.397Z | Downloaded der_derive v0.7.2 |
975 | 2024-02-19T05:12:28.397Z | Downloaded serde_with_macros v3.6.1 |
976 | 2024-02-19T05:12:28.397Z | Downloaded lalrpop v0.19.12 |
977 | 2024-02-19T05:12:28.397Z | Downloaded tokio-tungstenite v0.20.1 |
978 | 2024-02-19T05:12:28.397Z | Downloaded vte v0.11.1 |
979 | 2024-02-19T05:12:28.397Z | Downloaded serde_with v3.6.1 |
980 | 2024-02-19T05:12:28.397Z | Downloaded parking_lot_core v0.9.8 |
981 | 2024-02-19T05:12:28.397Z | Downloaded thread-id v4.2.0 |
982 | 2024-02-19T05:12:28.397Z | Downloaded rcgen v0.12.1 |
983 | 2024-02-19T05:12:28.398Z | Downloaded unicode-bidi v0.3.13 |
984 | 2024-02-19T05:12:28.398Z | Downloaded rayon-core v1.12.0 |
985 | 2024-02-19T05:12:28.398Z | Downloaded slog v2.7.0 |
986 | 2024-02-19T05:12:28.398Z | Downloaded typenum v1.16.0 |
987 | 2024-02-19T05:12:28.398Z | Downloaded oso v0.27.0 |
988 | 2024-02-19T05:12:28.398Z | Downloaded mockall_derive v0.12.0 |
989 | 2024-02-19T05:12:28.398Z | Downloaded hkdf v0.12.4 |
990 | 2024-02-19T05:12:28.398Z | Downloaded ron v0.8.1 |
991 | 2024-02-19T05:12:28.398Z | Downloaded trust-dns-client v0.22.0 |
992 | 2024-02-19T05:12:28.398Z | Downloaded papergrid v0.11.0 |
993 | 2024-02-19T05:12:28.398Z | Downloaded tracing-core v0.1.31 |
994 | 2024-02-19T05:12:28.398Z | Downloaded futures v0.3.30 |
995 | 2024-02-19T05:12:28.398Z | Downloaded x509-cert v0.2.4 |
996 | 2024-02-19T05:12:28.398Z | Downloaded unsafe-libyaml v0.2.10 |
997 | 2024-02-19T05:12:28.398Z | Downloaded unicode-normalization v0.1.22 |
998 | 2024-02-19T05:12:28.398Z | Downloaded want v0.3.1 |
999 | 2024-02-19T05:12:28.398Z | Downloaded unicode-segmentation v1.10.1 |
1000 | 2024-02-19T05:12:28.398Z | Downloaded fxhash v0.2.1 |
1001 | 2024-02-19T05:12:28.398Z | Downloaded siphasher v0.3.11 |
1002 | 2024-02-19T05:12:28.398Z | Downloaded rsa v0.9.2 |
1003 | 2024-02-19T05:12:28.398Z | Downloaded itertools v0.12.1 |
1004 | 2024-02-19T05:12:28.398Z | Downloaded pretty-hex v0.2.1 |
1005 | 2024-02-19T05:12:28.398Z | Downloaded termtree v0.4.1 |
1006 | 2024-02-19T05:12:28.398Z | Downloaded num-bigint-dig v0.8.4 |
1007 | 2024-02-19T05:12:28.398Z | Downloaded num-bigint v0.4.4 |
1008 | 2024-02-19T05:12:28.399Z | Downloaded usdt-attr-macro v0.5.0 |
1009 | 2024-02-19T05:12:28.399Z | Downloaded rustc_version v0.4.0 |
1010 | 2024-02-19T05:12:28.399Z | Downloaded phf_shared v0.11.2 |
1011 | 2024-02-19T05:12:28.399Z | Downloaded rustls-webpki v0.102.1 |
1012 | 2024-02-19T05:12:28.399Z | Downloaded tokio-postgres v0.7.10 |
1013 | 2024-02-19T05:12:28.399Z | Downloaded toml_edit v0.22.6 |
1014 | 2024-02-19T05:12:28.399Z | Downloaded vte_generate_state_changes v0.1.1 |
1015 | 2024-02-19T05:12:28.399Z | Downloaded usdt-attr-macro v0.3.5 |
1016 | 2024-02-19T05:12:28.399Z | Downloaded r2d2 v0.8.10 |
1017 | 2024-02-19T05:12:28.399Z | Downloaded predicates-tree v1.0.9 |
1018 | 2024-02-19T05:12:28.399Z | Downloaded termios v0.3.3 |
1019 | 2024-02-19T05:12:28.399Z | Downloaded getopts v0.2.21 |
1020 | 2024-02-19T05:12:28.399Z | Downloaded heck v0.3.3 |
1021 | 2024-02-19T05:12:28.399Z | Downloaded gethostname v0.4.3 |
1022 | 2024-02-19T05:12:28.399Z | Downloaded portable-atomic v1.4.3 |
1023 | 2024-02-19T05:12:28.399Z | Downloaded serde-big-array v0.4.1 |
1024 | 2024-02-19T05:12:28.399Z | Downloaded openssl-probe v0.1.5 |
1025 | 2024-02-19T05:12:28.399Z | Downloaded time-core v0.1.1 |
1026 | 2024-02-19T05:12:28.399Z | Downloaded generic-array v0.14.7 |
1027 | 2024-02-19T05:12:28.399Z | Downloaded opaque-debug v0.3.0 |
1028 | 2024-02-19T05:12:28.399Z | Downloaded clap_builder v4.5.0 |
1029 | 2024-02-19T05:12:28.399Z | Downloaded predicates-core v1.0.6 |
1030 | 2024-02-19T05:12:28.399Z | Downloaded num_threads v0.1.6 |
1031 | 2024-02-19T05:12:28.399Z | Downloaded h2 v0.3.24 |
1032 | 2024-02-19T05:12:28.399Z | Downloaded foreign-types-shared v0.1.1 |
1033 | 2024-02-19T05:12:28.399Z | Downloaded stringprep v0.1.3 |
1034 | 2024-02-19T05:12:28.400Z | Downloaded strum_macros v0.26.1 |
1035 | 2024-02-19T05:12:28.400Z | Downloaded hyper v0.14.27 |
1036 | 2024-02-19T05:12:28.400Z | Downloaded spki v0.7.2 |
1037 | 2024-02-19T05:12:28.400Z | Downloaded proc-macro-crate v1.3.1 |
1038 | 2024-02-19T05:12:28.400Z | Downloaded proc-macro-error v1.0.4 |
1039 | 2024-02-19T05:12:28.400Z | Downloaded signal-hook-mio v0.2.3 |
1040 | 2024-02-19T05:12:28.400Z | Downloaded foreign-types-shared v0.3.1 |
1041 | 2024-02-19T05:12:28.400Z | Downloaded fixedbitset v0.4.2 |
1042 | 2024-02-19T05:12:28.400Z | Downloaded wait-timeout v0.2.0 |
1043 | 2024-02-19T05:12:28.400Z | Downloaded vec_map v0.8.2 |
1044 | 2024-02-19T05:12:28.400Z | Downloaded sqlformat v0.2.3 |
1045 | 2024-02-19T05:12:28.400Z | Downloaded proc-macro-error-attr v1.0.4 |
1046 | 2024-02-19T05:12:28.400Z | Downloaded waitgroup v0.1.2 |
1047 | 2024-02-19T05:12:28.400Z | Downloaded serde-big-array v0.5.1 |
1048 | 2024-02-19T05:12:28.400Z | Downloaded peeking_take_while v0.1.2 |
1049 | 2024-02-19T05:12:28.400Z | Downloaded structmeta v0.2.0 |
1050 | 2024-02-19T05:12:28.400Z | Downloaded goblin v0.8.0 |
1051 | 2024-02-19T05:12:28.400Z | Downloaded rayon v1.8.0 |
1052 | 2024-02-19T05:12:28.400Z | Downloaded dirs-sys-next v0.1.2 |
1053 | 2024-02-19T05:12:28.400Z | Downloaded once_cell v1.19.0 |
1054 | 2024-02-19T05:12:28.400Z | Downloaded test-strategy v0.3.1 |
1055 | 2024-02-19T05:12:28.400Z | Downloaded semver v0.11.0 |
1056 | 2024-02-19T05:12:28.400Z | Downloaded time-macros v0.2.13 |
1057 | 2024-02-19T05:12:28.400Z | Downloaded rustversion v1.0.14 |
1058 | 2024-02-19T05:12:28.400Z | Downloaded serde_json v1.0.113 |
1059 | 2024-02-19T05:12:28.400Z | Downloaded futures-util v0.3.30 |
1060 | 2024-02-19T05:12:28.401Z | Downloaded filetime v0.2.23 |
1061 | 2024-02-19T05:12:28.401Z | Downloaded schemars v0.8.16 |
1062 | 2024-02-19T05:12:28.401Z | Downloaded nu-ansi-term v0.50.0 |
1063 | 2024-02-19T05:12:28.401Z | Downloaded schemars_derive v0.8.16 |
1064 | 2024-02-19T05:12:28.401Z | Downloaded hashbrown v0.14.3 |
1065 | 2024-02-19T05:12:28.401Z | Downloaded bstr v1.6.0 |
1066 | 2024-02-19T05:12:28.401Z | Downloaded winnow v0.6.1 |
1067 | 2024-02-19T05:12:28.401Z | Downloaded syn v1.0.109 |
1068 | 2024-02-19T05:12:28.405Z | Downloaded ucd-trie v0.1.6 |
1069 | 2024-02-19T05:12:28.405Z | Downloaded derive_more v0.99.17 |
1070 | 2024-02-19T05:12:28.405Z | Downloaded diesel_derives v2.1.2 |
1071 | 2024-02-19T05:12:28.405Z | Downloaded salty v0.2.0 |
1072 | 2024-02-19T05:12:28.405Z | Downloaded vcpkg v0.2.15 |
1073 | 2024-02-19T05:12:28.405Z | Downloaded snafu-derive v0.7.5 |
1074 | 2024-02-19T05:12:28.405Z | Downloaded prettyplease v0.2.16 |
1075 | 2024-02-19T05:12:28.405Z | Downloaded elliptic-curve v0.13.8 |
1076 | 2024-02-19T05:12:28.405Z | Downloaded flume v0.11.0 |
1077 | 2024-02-19T05:12:28.405Z | Downloaded scroll v0.12.0 |
1078 | 2024-02-19T05:12:28.406Z | Downloaded rand v0.8.5 |
1079 | 2024-02-19T05:12:28.406Z | Downloaded tabled v0.15.0 |
1080 | 2024-02-19T05:12:28.406Z | Downloaded toml_edit v0.19.15 |
1081 | 2024-02-19T05:12:28.406Z | Downloaded radix_trie v0.2.1 |
1082 | 2024-02-19T05:12:28.406Z | Downloaded serde v1.0.196 |
1083 | 2024-02-19T05:12:28.406Z | Downloaded object v0.32.1 |
1084 | 2024-02-19T05:12:28.406Z | Downloaded regex v1.10.3 |
1085 | 2024-02-19T05:12:28.406Z | Downloaded object v0.30.4 |
1086 | 2024-02-19T05:12:28.406Z | Downloaded trust-dns-proto v0.22.0 |
1087 | 2024-02-19T05:12:28.406Z | Downloaded polar-core v0.27.0 |
1088 | 2024-02-19T05:12:28.406Z | Downloaded quick-xml v0.30.0 |
1089 | 2024-02-19T05:12:28.406Z | Downloaded sled v0.34.7 |
1090 | 2024-02-19T05:12:28.406Z | Downloaded diesel v2.1.4 |
1091 | 2024-02-19T05:12:28.406Z | Downloaded rustix v0.38.31 |
1092 | 2024-02-19T05:12:28.406Z | Downloaded ratatui v0.26.1 |
1093 | 2024-02-19T05:12:28.406Z | Downloaded regress v0.8.0 |
1094 | 2024-02-19T05:12:28.406Z | Downloaded gimli v0.28.0 |
1095 | 2024-02-19T05:12:28.406Z | Downloaded smoltcp v0.11.0 |
1096 | 2024-02-19T05:12:28.406Z | Downloaded regex-syntax v0.6.29 |
1097 | 2024-02-19T05:12:28.406Z | Downloaded smoltcp v0.9.1 |
1098 | 2024-02-19T05:12:28.406Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1099 | 2024-02-19T05:12:28.406Z | Downloaded openssl v0.10.60 |
1100 | 2024-02-19T05:12:28.406Z | Downloaded zerocopy-derive v0.2.0 |
1101 | 2024-02-19T05:12:28.406Z | Downloaded regex-syntax v0.8.2 |
1102 | 2024-02-19T05:12:28.406Z | Downloaded sha3 v0.10.8 |
1103 | 2024-02-19T05:12:28.407Z | Downloaded webpki-roots v0.25.2 |
1104 | 2024-02-19T05:12:28.407Z | Downloaded petgraph v0.6.4 |
1105 | 2024-02-19T05:12:28.407Z | Downloaded openapiv3 v2.0.0 |
1106 | 2024-02-19T05:12:28.407Z | Downloaded libc v0.2.153 |
1107 | 2024-02-19T05:12:28.407Z | Downloaded proptest v1.4.0 |
1108 | 2024-02-19T05:12:28.407Z | Downloaded reqwest v0.11.22 |
1109 | 2024-02-19T05:12:28.407Z | Downloaded zerocopy-derive v0.6.4 |
1110 | 2024-02-19T05:12:28.407Z | Downloaded regex-automata v0.3.8 |
1111 | 2024-02-19T05:12:28.407Z | Downloaded regex-automata v0.4.4 |
1112 | 2024-02-19T05:12:28.407Z | Downloaded tokio v1.36.0 |
1113 | 2024-02-19T05:12:28.407Z | Downloaded csv v1.3.0 |
1114 | 2024-02-19T05:12:28.407Z | Downloaded time v0.3.27 |
1115 | 2024-02-19T05:12:28.407Z | Downloaded winnow v0.5.15 |
1116 | 2024-02-19T05:12:28.407Z | Downloaded encoding_rs v0.8.33 |
1117 | 2024-02-19T05:12:28.407Z | Downloaded rustls v0.22.2 |
1118 | 2024-02-19T05:12:28.407Z | Downloaded nix v0.27.1 |
1119 | 2024-02-19T05:12:28.407Z | Downloaded url v2.5.0 |
1120 | 2024-02-19T05:12:28.407Z | Downloaded regex-automata v0.1.10 |
1121 | 2024-02-19T05:12:28.407Z | Downloaded syn v2.0.48 |
1122 | 2024-02-19T05:12:28.407Z | Downloaded idna v0.2.3 |
1123 | 2024-02-19T05:12:28.407Z | Downloaded curve25519-dalek v4.1.1 |
1124 | 2024-02-19T05:12:28.407Z | Downloaded snafu v0.7.5 |
1125 | 2024-02-19T05:12:28.407Z | Downloaded signal-hook v0.3.17 |
1126 | 2024-02-19T05:12:28.407Z | Downloaded openssl-sys v0.9.96 |
1127 | 2024-02-19T05:12:28.407Z | Downloaded rustls v0.21.9 |
1128 | 2024-02-19T05:12:28.407Z | Downloaded idna v0.5.0 |
1129 | 2024-02-19T05:12:28.408Z | Downloaded predicates v3.1.0 |
1130 | 2024-02-19T05:12:28.408Z | Downloaded env_logger v0.10.0 |
1131 | 2024-02-19T05:12:28.411Z | Downloaded password-hash v0.5.0 |
1132 | 2024-02-19T05:12:28.411Z | Downloaded smallvec v1.13.1 |
1133 | 2024-02-19T05:12:28.411Z | Downloaded ryu v1.0.15 |
1134 | 2024-02-19T05:12:28.414Z | Downloaded spin v0.9.8 |
1135 | 2024-02-19T05:12:28.417Z | Downloaded rustls-webpki v0.101.7 |
1136 | 2024-02-19T05:12:28.429Z | Downloaded signal-hook-registry v1.4.1 |
1137 | 2024-02-19T05:12:28.432Z | Downloaded zerocopy-derive v0.7.32 |
1138 | 2024-02-19T05:12:28.435Z | Downloaded tiny-keccak v2.0.2 |
1139 | 2024-02-19T05:12:28.438Z | Downloaded heapless v0.8.0 |
1140 | 2024-02-19T05:12:28.441Z | Downloaded fnv v1.0.7 |
1141 | 2024-02-19T05:12:28.447Z | Downloaded float-cmp v0.9.0 |
1142 | 2024-02-19T05:12:28.447Z | Downloaded paste v1.0.14 |
1143 | 2024-02-19T05:12:28.451Z | Downloaded parse-display-derive v0.9.0 |
1144 | 2024-02-19T05:12:28.451Z | Downloaded embedded-io v0.4.0 |
1145 | 2024-02-19T05:12:28.451Z | Downloaded thiserror v1.0.57 |
1146 | 2024-02-19T05:12:28.454Z | Downloaded pest_meta v2.7.6 |
1147 | 2024-02-19T05:12:28.457Z | Downloaded pem v3.0.2 |
1148 | 2024-02-19T05:12:28.457Z | Downloaded ff v0.13.0 |
1149 | 2024-02-19T05:12:28.457Z | Downloaded fd-lock v4.0.2 |
1150 | 2024-02-19T05:12:28.460Z | Downloaded enum-as-inner v0.5.1 |
1151 | 2024-02-19T05:12:28.464Z | Downloaded scopeguard v1.2.0 |
1152 | 2024-02-19T05:12:28.464Z | Downloaded usdt v0.5.0 |
1153 | 2024-02-19T05:12:28.464Z | Downloaded usdt v0.3.5 |
1154 | 2024-02-19T05:12:28.468Z | Downloaded untrusted v0.9.0 |
1155 | 2024-02-19T05:12:28.468Z | Downloaded tokio-macros v2.2.0 |
1156 | 2024-02-19T05:12:28.468Z | Downloaded rusty-fork v0.3.0 |
1157 | 2024-02-19T05:12:28.468Z | Downloaded pin-project v1.1.3 |
1158 | 2024-02-19T05:12:28.478Z | Downloaded fs-err v2.11.0 |
1159 | 2024-02-19T05:12:28.485Z | Downloaded spin v0.5.2 |
1160 | 2024-02-19T05:12:28.485Z | Downloaded strip-ansi-escapes v0.2.0 |
1161 | 2024-02-19T05:12:28.485Z | Downloaded hex v0.4.3 |
1162 | 2024-02-19T05:12:28.485Z | Downloaded thiserror-no-std v2.0.2 |
1163 | 2024-02-19T05:12:28.491Z | Downloaded thiserror-impl-no-std v2.0.2 |
1164 | 2024-02-19T05:12:28.494Z | Downloaded unicode-width v0.1.11 |
1165 | 2024-02-19T05:12:28.494Z | Downloaded rustc-hash v1.1.0 |
1166 | 2024-02-19T05:12:28.497Z | Downloaded quote v1.0.35 |
1167 | 2024-02-19T05:12:28.497Z | Downloaded rustc-demangle v0.1.23 |
1168 | 2024-02-19T05:12:28.500Z | Downloaded foreign-types-macros v0.2.3 |
1169 | 2024-02-19T05:12:28.500Z | Downloaded foreign-types v0.5.0 |
1170 | 2024-02-19T05:12:28.503Z | Downloaded foreign-types v0.3.2 |
1171 | 2024-02-19T05:12:28.503Z | Downloaded parse-display v0.9.0 |
1172 | 2024-02-19T05:12:28.503Z | Downloaded zeroize v1.7.0 |
1173 | 2024-02-19T05:12:28.503Z | Downloaded zerocopy v0.6.4 |
1174 | 2024-02-19T05:12:28.506Z | Downloaded proc-macro2 v1.0.78 |
1175 | 2024-02-19T05:12:28.509Z | Downloaded path-slash v0.1.5 |
1176 | 2024-02-19T05:12:28.509Z | Downloaded oso-derive v0.27.0 |
1177 | 2024-02-19T05:12:28.509Z | Downloaded slog-envlogger v2.2.0 |
1178 | 2024-02-19T05:12:28.512Z | Downloaded thiserror-impl v1.0.57 |
1179 | 2024-02-19T05:12:28.512Z | Downloaded which v4.4.0 |
1180 | 2024-02-19T05:12:28.517Z | Downloaded endian-type v0.1.2 |
1181 | 2024-02-19T05:12:28.518Z | Downloaded resolv-conf v0.7.0 |
1182 | 2024-02-19T05:12:28.521Z | Downloaded bstr v0.2.17 |
1183 | 2024-02-19T05:12:28.525Z | Downloaded pretty-hex v0.4.1 |
1184 | 2024-02-19T05:12:28.528Z | Downloaded openssl-macros v0.1.1 |
1185 | 2024-02-19T05:12:28.528Z | Downloaded pem-rfc7468 v0.7.0 |
1186 | 2024-02-19T05:12:28.531Z | Downloaded futures-macro v0.3.30 |
1187 | 2024-02-19T05:12:28.531Z | Downloaded walkdir v2.4.0 |
1188 | 2024-02-19T05:12:28.534Z | Downloaded getrandom v0.2.10 |
1189 | 2024-02-19T05:12:28.537Z | Downloaded bitvec v1.0.1 |
1190 | 2024-02-19T05:12:28.550Z | Downloaded bindgen v0.69.2 |
1191 | 2024-02-19T05:12:28.557Z | Downloaded tough v0.16.0 |
1192 | 2024-02-19T05:12:28.565Z | Downloaded reedline v0.29.0 |
1193 | 2024-02-19T05:12:28.575Z | Downloaded pest v2.7.6 |
1194 | 2024-02-19T05:12:28.578Z | Downloaded percent-encoding v2.3.1 |
1195 | 2024-02-19T05:12:28.583Z | Downloaded structmeta-derive v0.3.0 |
1196 | 2024-02-19T05:12:28.583Z | Downloaded structmeta-derive v0.2.0 |
1197 | 2024-02-19T05:12:28.583Z | Downloaded rustfmt-wrapper v0.2.0 |
1198 | 2024-02-19T05:12:28.586Z | Downloaded hashbrown v0.13.2 |
1199 | 2024-02-19T05:12:28.589Z | Downloaded chrono v0.4.31 |
1200 | 2024-02-19T05:12:28.594Z | Downloaded zerocopy v0.7.32 |
1201 | 2024-02-19T05:12:28.613Z | Downloaded structmeta v0.3.0 |
1202 | 2024-02-19T05:12:28.616Z | Downloaded aho-corasick v1.0.4 |
1203 | 2024-02-19T05:12:28.619Z | Downloaded clap v2.34.0 |
1204 | 2024-02-19T05:12:28.630Z | Downloaded ring v0.17.8 |
1205 | 2024-02-19T05:12:28.702Z | Downloaded subprocess v0.2.9 |
1206 | 2024-02-19T05:12:28.706Z | Downloaded derive_builder v0.12.0 |
1207 | 2024-02-19T05:12:28.709Z | Downloaded tokio-util v0.7.10 |
1208 | 2024-02-19T05:12:28.715Z | Downloaded hashbrown v0.12.3 |
1209 | 2024-02-19T05:12:28.719Z | Downloaded blake3 v1.5.0 |
1210 | 2024-02-19T05:12:28.726Z | Downloaded unicode_categories v0.1.1 |
1211 | 2024-02-19T05:12:28.729Z | Downloaded steno v0.4.0 |
1212 | 2024-02-19T05:12:28.732Z | Downloaded derive_builder_core v0.12.0 |
1213 | 2024-02-19T05:12:28.735Z | Downloaded unicode-linebreak v0.1.5 |
1214 | 2024-02-19T05:12:28.741Z | Downloaded darling v0.14.4 |
1215 | 2024-02-19T05:12:28.744Z | Downloaded globset v0.4.13 |
1216 | 2024-02-19T05:12:28.744Z | Downloaded tungstenite v0.20.1 |
1217 | 2024-02-19T05:12:28.744Z | Downloaded crossbeam-channel v0.5.8 |
1218 | 2024-02-19T05:12:28.747Z | Downloaded ring v0.16.20 |
1219 | 2024-02-19T05:12:28.830Z | Downloaded typed-path v0.7.0 |
1220 | 2024-02-19T05:12:28.836Z | Downloaded der v0.7.8 |
1221 | 2024-02-19T05:12:28.841Z | Downloaded tracing v0.1.37 |
1222 | 2024-02-19T05:12:28.844Z | Downloaded minimal-lexical v0.2.1 |
1223 | 2024-02-19T05:12:28.849Z | Downloaded libxml v0.3.3 |
1224 | 2024-02-19T05:12:28.854Z | Downloaded ppv-lite86 v0.2.17 |
1225 | 2024-02-19T05:12:28.858Z | Downloaded strsim v0.10.0 |
1226 | 2024-02-19T05:12:28.858Z | Downloaded untrusted v0.7.1 |
1227 | 2024-02-19T05:12:28.858Z | Downloaded heck v0.4.1 |
1228 | 2024-02-19T05:12:28.861Z | Downloaded futures-channel v0.3.30 |
1229 | 2024-02-19T05:12:28.861Z | Downloaded postcard v1.0.8 |
1230 | 2024-02-19T05:12:28.864Z | Downloaded tar v0.4.40 |
1231 | 2024-02-19T05:12:28.867Z | Downloaded derive-where v1.2.7 |
1232 | 2024-02-19T05:12:28.873Z | Downloaded rustls-pemfile v2.1.0 |
1233 | 2024-02-19T05:12:28.877Z | Downloaded flate2 v1.0.28 |
1234 | 2024-02-19T05:12:28.877Z | Downloaded string_cache v0.8.7 |
1235 | 2024-02-19T05:12:28.880Z | Downloaded rand_core v0.6.4 |
1236 | 2024-02-19T05:12:28.880Z | Downloaded darling_core v0.20.3 |
1237 | 2024-02-19T05:12:28.883Z | Downloaded nom v7.1.3 |
1238 | 2024-02-19T05:12:28.888Z | Downloaded serde_yaml v0.9.25 |
1239 | 2024-02-19T05:12:28.892Z | Downloaded slog-async v2.8.0 |
1240 | 2024-02-19T05:12:28.894Z | Downloaded tokio-stream v0.1.14 |
1241 | 2024-02-19T05:12:28.897Z | Downloaded num_enum v0.5.11 |
1242 | 2024-02-19T05:12:28.901Z | Downloaded packed_struct_codegen v0.10.1 |
1243 | 2024-02-19T05:12:28.904Z | Downloaded half v2.3.1 |
1244 | 2024-02-19T05:12:28.907Z | Downloaded defmt-parser v0.3.3 |
1245 | 2024-02-19T05:12:28.907Z | Downloaded fatfs v0.3.6 |
1246 | 2024-02-19T05:12:28.910Z | Downloaded structopt v0.3.26 |
1247 | 2024-02-19T05:12:28.915Z | Downloaded pkg-config v0.3.27 |
1248 | 2024-02-19T05:12:28.919Z | Downloaded slog-stdlog v4.1.1 |
1249 | 2024-02-19T05:12:28.919Z | Downloaded zip v0.6.6 |
1250 | 2024-02-19T05:12:28.922Z | Downloaded rustc_version v0.1.7 |
1251 | 2024-02-19T05:12:28.925Z | Downloaded serde_repr v0.1.16 |
1252 | 2024-02-19T05:12:28.925Z | Downloaded usdt-impl v0.5.0 |
1253 | 2024-02-19T05:12:28.933Z | Downloaded unicode-ident v1.0.12 |
1254 | 2024-02-19T05:12:28.933Z | Downloaded usdt-macro v0.5.0 |
1255 | 2024-02-19T05:12:28.933Z | Downloaded subtle v2.5.0 |
1256 | 2024-02-19T05:12:28.933Z | Downloaded smf v0.2.2 |
1257 | 2024-02-19T05:12:28.933Z | Downloaded smawk v0.3.1 |
1258 | 2024-02-19T05:12:28.933Z | Downloaded digest v0.10.7 |
1259 | 2024-02-19T05:12:28.944Z | Downloaded ed25519 v1.5.3 |
1260 | 2024-02-19T05:12:28.944Z | Downloaded pest_derive v2.7.6 |
1261 | 2024-02-19T05:12:28.944Z | Downloaded http v1.0.0 |
1262 | 2024-02-19T05:12:28.947Z | Downloaded http v0.2.11 |
1263 | 2024-02-19T05:12:28.947Z | Downloaded parking_lot_core v0.8.6 |
1264 | 2024-02-19T05:12:28.947Z | Downloaded pest_generator v2.7.6 |
1265 | 2024-02-19T05:12:28.949Z | Downloaded omicron-zone-package v0.11.0 |
1266 | 2024-02-19T05:12:28.952Z | Downloaded strum_macros v0.24.3 |
1267 | 2024-02-19T05:12:28.952Z | Downloaded postgres-protocol v0.6.6 |
1268 | 2024-02-19T05:12:28.955Z | Downloaded rand_chacha v0.3.1 |
1269 | 2024-02-19T05:12:28.955Z | Downloaded usdt-macro v0.3.5 |
1270 | 2024-02-19T05:12:28.955Z | Downloaded nodrop v0.1.14 |
1271 | 2024-02-19T05:12:28.958Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1272 | 2024-02-19T05:12:28.958Z | Downloaded strum_macros v0.25.2 |
1273 | 2024-02-19T05:12:28.959Z | Downloaded slog-dtrace v0.3.0 |
1274 | 2024-02-19T05:12:28.961Z | Downloaded signature v2.1.0 |
1275 | 2024-02-19T05:12:28.961Z | Downloaded indicatif v0.17.8 |
1276 | 2024-02-19T05:12:28.965Z | Downloaded crypto-bigint v0.5.2 |
1277 | 2024-02-19T05:12:28.970Z | Downloaded lock_api v0.4.10 |
1278 | 2024-02-19T05:12:28.973Z | Downloaded serde_derive v1.0.196 |
1279 | 2024-02-19T05:12:28.976Z | Downloaded serde_tokenstream v0.1.7 |
1280 | 2024-02-19T05:12:28.979Z | Downloaded miniz_oxide v0.7.1 |
1281 | 2024-02-19T05:12:28.982Z | Downloaded multer v3.0.0 |
1282 | 2024-02-19T05:12:28.983Z | Downloaded mime_guess v2.0.4 |
1283 | 2024-02-19T05:12:28.986Z | Downloaded yasna v0.5.2 |
1284 | 2024-02-19T05:12:28.986Z | Downloaded backtrace v0.3.69 |
1285 | 2024-02-19T05:12:28.990Z | Downloaded base64 v0.21.7 |
1286 | 2024-02-19T05:12:28.993Z | Downloaded ipnet v2.9.0 |
1287 | 2024-02-19T05:12:28.996Z | Downloaded crypto-common v0.1.6 |
1288 | 2024-02-19T05:12:28.996Z | Downloaded errno v0.3.8 |
1289 | 2024-02-19T05:12:28.999Z | Downloaded synstructure v0.12.6 |
1290 | 2024-02-19T05:12:28.999Z | Downloaded cancel-safe-futures v0.1.5 |
1291 | 2024-02-19T05:12:29.002Z | Downloaded bitflags v2.4.0 |
1292 | 2024-02-19T05:12:29.008Z | Downloaded toml_datetime v0.6.5 |
1293 | 2024-02-19T05:12:29.008Z | Downloaded debug-ignore v1.0.5 |
1294 | 2024-02-19T05:12:29.011Z | Downloaded bytes v1.5.0 |
1295 | 2024-02-19T05:12:29.011Z | Downloaded slog-term v2.9.0 |
1296 | 2024-02-19T05:12:29.012Z | Downloaded parking_lot v0.11.2 |
1297 | 2024-02-19T05:12:29.014Z | Downloaded pin-utils v0.1.0 |
1298 | 2024-02-19T05:12:29.015Z | Downloaded bzip2 v0.4.4 |
1299 | 2024-02-19T05:12:29.017Z | Downloaded const-oid v0.9.5 |
1300 | 2024-02-19T05:12:29.020Z | Downloaded nanorand v0.7.0 |
1301 | 2024-02-19T05:12:29.020Z | Downloaded memoffset v0.7.1 |
1302 | 2024-02-19T05:12:29.023Z | Downloaded ena v0.14.2 |
1303 | 2024-02-19T05:12:29.023Z | Downloaded libefi-sys v0.1.0 |
1304 | 2024-02-19T05:12:29.026Z | Downloaded arc-swap v1.6.0 |
1305 | 2024-02-19T05:12:29.030Z | Downloaded allocator-api2 v0.2.16 |
1306 | 2024-02-19T05:12:29.033Z | Downloaded addr2line v0.21.0 |
1307 | 2024-02-19T05:12:29.033Z | Downloaded crossbeam-utils v0.8.16 |
1308 | 2024-02-19T05:12:29.036Z | Downloaded mockall v0.12.0 |
1309 | 2024-02-19T05:12:29.036Z | Downloaded memoffset v0.9.0 |
1310 | 2024-02-19T05:12:29.039Z | Downloaded termcolor v1.2.0 |
1311 | 2024-02-19T05:12:29.039Z | Downloaded slog-json v2.6.1 |
1312 | 2024-02-19T05:12:29.041Z | Downloaded secrecy v0.8.0 |
1313 | 2024-02-19T05:12:29.041Z | Downloaded radium v0.7.0 |
1314 | 2024-02-19T05:12:29.041Z | Downloaded lazy_static v1.4.0 |
1315 | 2024-02-19T05:12:29.044Z | Downloaded nibble_vec v0.1.0 |
1316 | 2024-02-19T05:12:29.044Z | Downloaded crc-catalog v2.2.0 |
1317 | 2024-02-19T05:12:29.045Z | Downloaded convert_case v0.4.0 |
1318 | 2024-02-19T05:12:29.047Z | Downloaded hyper-staticfile v0.9.5 |
1319 | 2024-02-19T05:12:29.048Z | Downloaded hyper-tls v0.5.0 |
1320 | 2024-02-19T05:12:29.050Z | Downloaded compact_str v0.7.1 |
1321 | 2024-02-19T05:12:29.053Z | Downloaded ciborium-ll v0.2.2 |
1322 | 2024-02-19T05:12:29.053Z | Downloaded md-5 v0.10.5 |
1323 | 2024-02-19T05:12:29.053Z | Downloaded slog-bunyan v2.5.0 |
1324 | 2024-02-19T05:12:29.056Z | Downloaded shlex v1.3.0 |
1325 | 2024-02-19T05:12:29.056Z | Downloaded shell-words v1.1.0 |
1326 | 2024-02-19T05:12:29.056Z | Downloaded serde_urlencoded v0.7.1 |
1327 | 2024-02-19T05:12:29.061Z | Downloaded curve25519-dalek-derive v0.1.0 |
1328 | 2024-02-19T05:12:29.062Z | Downloaded cookie v0.18.0 |
1329 | 2024-02-19T05:12:29.064Z | Downloaded ahash v0.8.7 |
1330 | 2024-02-19T05:12:29.064Z | Downloaded textwrap v0.11.0 |
1331 | 2024-02-19T05:12:29.064Z | Downloaded stable_deref_trait v1.2.0 |
1332 | 2024-02-19T05:12:29.069Z | Downloaded bcs v0.1.6 |
1333 | 2024-02-19T05:12:29.069Z | Downloaded ident_case v1.0.1 |
1334 | 2024-02-19T05:12:29.069Z | Downloaded scroll_derive v0.12.0 |
1335 | 2024-02-19T05:12:29.071Z | Downloaded num v0.4.1 |
1336 | 2024-02-19T05:12:29.072Z | Downloaded semver-parser v0.10.2 |
1337 | 2024-02-19T05:12:29.072Z | Downloaded num-complex v0.4.4 |
1338 | 2024-02-19T05:12:29.080Z | Downloaded scheduled-thread-pool v0.2.7 |
1339 | 2024-02-19T05:12:29.080Z | Downloaded same-file v1.0.6 |
1340 | 2024-02-19T05:12:29.080Z | Downloaded clap_derive v4.5.0 |
1341 | 2024-02-19T05:12:29.086Z | Downloaded tabled_derive v0.7.0 |
1342 | 2024-02-19T05:12:29.086Z | Downloaded serde_plain v1.0.2 |
1343 | 2024-02-19T05:12:29.086Z | Downloaded argon2 v0.5.3 |
1344 | 2024-02-19T05:12:29.086Z | Downloaded anstyle-parse v0.2.1 |
1345 | 2024-02-19T05:12:29.086Z | Downloaded ansi_term v0.12.1 |
1346 | 2024-02-19T05:12:29.090Z | Downloaded anstream v0.6.11 |
1347 | 2024-02-19T05:12:29.090Z | Downloaded crunchy v0.2.2 |
1348 | 2024-02-19T05:12:29.090Z | Downloaded bit-vec v0.6.3 |
1349 | 2024-02-19T05:12:29.090Z | Downloaded async-stream v0.3.5 |
1350 | 2024-02-19T05:12:29.090Z | Downloaded lru v0.12.1 |
1351 | 2024-02-19T05:12:29.090Z | Downloaded crc v3.0.1 |
1352 | 2024-02-19T05:12:29.093Z | Downloaded bit-set v0.5.3 |
1353 | 2024-02-19T05:12:29.093Z | Downloaded humantime v2.1.0 |
1354 | 2024-02-19T05:12:29.096Z | Downloaded block-padding v0.3.3 |
1355 | 2024-02-19T05:12:29.096Z | Downloaded bitflags v1.3.2 |
1356 | 2024-02-19T05:12:29.099Z | Downloaded home v0.5.5 |
1357 | 2024-02-19T05:12:29.100Z | Downloaded num-integer v0.1.46 |
1358 | 2024-02-19T05:12:29.100Z | Downloaded num_enum_derive v0.5.11 |
1359 | 2024-02-19T05:12:29.105Z | Downloaded num_cpus v1.16.0 |
1360 | 2024-02-19T05:12:29.105Z | Downloaded num-iter v0.1.43 |
1361 | 2024-02-19T05:12:29.109Z | Downloaded multimap v0.10.0 |
1362 | 2024-02-19T05:12:29.109Z | Downloaded http-body v0.4.5 |
1363 | 2024-02-19T05:12:29.109Z | Downloaded camino v1.1.6 |
1364 | 2024-02-19T05:12:29.109Z | Downloaded autocfg v1.1.0 |
1365 | 2024-02-19T05:12:29.109Z | Downloaded highway v1.1.0 |
1366 | 2024-02-19T05:12:29.112Z | Downloaded strsim v0.11.0 |
1367 | 2024-02-19T05:12:29.112Z | Downloaded atomic-waker v1.1.1 |
1368 | 2024-02-19T05:12:29.112Z | Downloaded textwrap v0.16.1 |
1369 | 2024-02-19T05:12:29.115Z | Downloaded socket2 v0.5.5 |
1370 | 2024-02-19T05:12:29.118Z | Downloaded socket2 v0.4.9 |
1371 | 2024-02-19T05:12:29.118Z | Downloaded thread_local v1.1.7 |
1372 | 2024-02-19T05:12:29.121Z | Downloaded strum v0.25.0 |
1373 | 2024-02-19T05:12:29.121Z | Downloaded hostname v0.3.1 |
1374 | 2024-02-19T05:12:29.121Z | Downloaded ascii-canvas v3.0.0 |
1375 | 2024-02-19T05:12:29.124Z | Downloaded macaddr v1.0.1 |
1376 | 2024-02-19T05:12:29.124Z | Downloaded clap_lex v0.7.0 |
1377 | 2024-02-19T05:12:29.127Z | Downloaded aead v0.5.2 |
1378 | 2024-02-19T05:12:29.127Z | Downloaded static_assertions v1.1.0 |
1379 | 2024-02-19T05:12:29.127Z | Downloaded cpufeatures v0.2.12 |
1380 | 2024-02-19T05:12:29.130Z | Downloaded bitfield v0.14.0 |
1381 | 2024-02-19T05:12:29.130Z | Downloaded bb8 v0.8.3 |
1382 | 2024-02-19T05:12:29.131Z | Downloaded anstyle-query v1.0.0 |
1383 | 2024-02-19T05:12:29.131Z | Downloaded lru-cache v0.1.2 |
1384 | 2024-02-19T05:12:29.133Z | Downloaded libm v0.2.7 |
1385 | 2024-02-19T05:12:29.140Z | Downloaded atomicwrites v0.4.3 |
1386 | 2024-02-19T05:12:29.144Z | Downloaded assert_matches v1.5.0 |
1387 | 2024-02-19T05:12:29.144Z | Downloaded ciborium-io v0.2.2 |
1388 | 2024-02-19T05:12:29.144Z | Downloaded cassowary v0.3.0 |
1389 | 2024-02-19T05:12:29.149Z | Downloaded crucible-workspace-hack v0.1.0 |
1390 | 2024-02-19T05:12:29.509Z | Compiling proc-macro2 v1.0.78 |
1391 | 2024-02-19T05:12:29.509Z | Compiling unicode-ident v1.0.12 |
1392 | 2024-02-19T05:12:29.518Z | Compiling libc v0.2.153 |
1393 | 2024-02-19T05:12:29.518Z | Compiling serde v1.0.196 |
1394 | 2024-02-19T05:12:29.518Z | Compiling autocfg v1.1.0 |
1395 | 2024-02-19T05:12:29.550Z | Compiling version_check v0.9.4 |
1396 | 2024-02-19T05:12:29.554Z | Compiling cfg-if v1.0.0 |
1397 | 2024-02-19T05:12:29.665Z | Compiling syn v1.0.109 |
1398 | 2024-02-19T05:12:29.694Z | Compiling once_cell v1.19.0 |
1399 | 2024-02-19T05:12:29.788Z | Compiling byteorder v1.5.0 |
1400 | 2024-02-19T05:12:30.056Z | Compiling memchr v2.6.3 |
1401 | 2024-02-19T05:12:30.128Z | Compiling ahash v0.8.7 |
1402 | 2024-02-19T05:12:30.195Z | Compiling lock_api v0.4.10 |
1403 | 2024-02-19T05:12:30.214Z | Compiling parking_lot_core v0.9.8 |
1404 | 2024-02-19T05:12:30.845Z | Compiling libm v0.2.7 |
1405 | 2024-02-19T05:12:30.848Z | Compiling serde_json v1.0.113 |
1406 | 2024-02-19T05:12:31.050Z | Compiling num-traits v0.2.16 |
1407 | 2024-02-19T05:12:31.111Z | Compiling thiserror v1.0.57 |
1408 | 2024-02-19T05:12:31.268Z | Compiling scopeguard v1.2.0 |
1409 | 2024-02-19T05:12:31.365Z | Compiling typenum v1.16.0 |
1410 | 2024-02-19T05:12:31.417Z | Compiling generic-array v0.14.7 |
1411 | 2024-02-19T05:12:31.554Z | Compiling itoa v1.0.9 |
1412 | 2024-02-19T05:12:32.007Z | Compiling quote v1.0.35 |
1413 | 2024-02-19T05:12:32.083Z | Compiling log v0.4.20 |
1414 | 2024-02-19T05:12:32.457Z | Compiling cc v1.0.83 |
1415 | 2024-02-19T05:12:32.550Z | Compiling getrandom v0.2.10 |
1416 | 2024-02-19T05:12:32.690Z | Compiling syn v2.0.48 |
1417 | 2024-02-19T05:12:32.934Z | Compiling pkg-config v0.3.27 |
1418 | 2024-02-19T05:12:33.307Z | Compiling allocator-api2 v0.2.16 |
1419 | 2024-02-19T05:12:33.533Z | Compiling slab v0.4.9 |
1420 | 2024-02-19T05:12:33.888Z | Compiling ryu v1.0.15 |
1421 | 2024-02-19T05:12:34.052Z | Compiling heck v0.4.1 |
1422 | 2024-02-19T05:12:34.193Z | Compiling pin-project-lite v0.2.13 |
1423 | 2024-02-19T05:12:34.208Z | Compiling smallvec v1.13.1 |
1424 | 2024-02-19T05:12:34.318Z | Compiling schemars v0.8.16 |
1425 | 2024-02-19T05:12:34.518Z | Compiling equivalent v1.0.1 |
1426 | 2024-02-19T05:12:34.799Z | Compiling vcpkg v0.2.15 |
1427 | 2024-02-19T05:12:35.062Z | Compiling ring v0.17.8 |
1428 | 2024-02-19T05:12:35.132Z | Compiling parking_lot v0.12.1 |
1429 | 2024-02-19T05:12:36.529Z | Compiling openssl-sys v0.9.96 |
1430 | 2024-02-19T05:12:36.830Z | Compiling signal-hook-registry v1.4.1 |
1431 | 2024-02-19T05:12:37.447Z | Compiling rand_core v0.6.4 |
1432 | 2024-02-19T05:12:37.604Z | Compiling mio v0.8.9 |
1433 | 2024-02-19T05:12:38.373Z | Compiling ring v0.16.20 |
1434 | 2024-02-19T05:12:39.107Z | Compiling socket2 v0.5.5 |
1435 | 2024-02-19T05:12:39.151Z | Compiling num_cpus v1.16.0 |
1436 | 2024-02-19T05:12:39.358Z | Compiling rustix v0.38.31 |
1437 | 2024-02-19T05:12:39.403Z | Compiling httparse v1.8.0 |
1438 | 2024-02-19T05:12:39.499Z | Compiling ucd-trie v0.1.6 |
1439 | 2024-02-19T05:12:39.765Z | Compiling futures-core v0.3.30 |
1440 | 2024-02-19T05:12:40.004Z | Compiling crossbeam-utils v0.8.16 |
1441 | 2024-02-19T05:12:40.021Z | Compiling openssl v0.10.60 |
1442 | 2024-02-19T05:12:40.024Z | Compiling spin v0.5.2 |
1443 | 2024-02-19T05:12:40.273Z | Compiling serde_derive_internals v0.26.0 |
1444 | 2024-02-19T05:12:40.439Z | Compiling fnv v1.0.7 |
1445 | 2024-02-19T05:12:40.478Z | Compiling semver v1.0.22 |
1446 | 2024-02-19T05:12:40.721Z | Compiling iana-time-zone v0.1.57 |
1447 | 2024-02-19T05:12:41.206Z | Compiling const-oid v0.9.5 |
1448 | 2024-02-19T05:12:41.272Z | Compiling native-tls v0.2.11 |
1449 | 2024-02-19T05:12:41.427Z | Compiling subtle v2.5.0 |
1450 | 2024-02-19T05:12:41.623Z | Compiling rustls v0.21.9 |
1451 | 2024-02-19T05:12:41.672Z | Compiling unicode-xid v0.2.4 |
1452 | 2024-02-19T05:12:41.705Z | Compiling spin v0.9.8 |
1453 | 2024-02-19T05:12:41.832Z | Compiling synstructure v0.12.6 |
1454 | 2024-02-19T05:12:42.155Z | Compiling memoffset v0.9.0 |
1455 | 2024-02-19T05:12:42.174Z | Compiling futures-sink v0.3.30 |
1456 | 2024-02-19T05:12:42.697Z | Compiling backtrace v0.3.69 |
1457 | 2024-02-19T05:12:42.982Z | Compiling dyn-clone v1.0.16 |
1458 | 2024-02-19T05:12:43.074Z | Compiling tinyvec_macros v0.1.1 |
1459 | 2024-02-19T05:12:43.108Z | Compiling rustversion v1.0.14 |
1460 | 2024-02-19T05:12:43.152Z | Compiling tinyvec v1.6.0 |
1461 | 2024-02-19T05:12:43.350Z | Compiling futures-channel v0.3.30 |
1462 | 2024-02-19T05:12:43.582Z | Compiling tracing-core v0.1.31 |
1463 | 2024-02-19T05:12:43.737Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2024-02-19T05:12:43.757Z | Compiling futures-io v0.3.30 |
1465 | 2024-02-19T05:12:43.933Z | Compiling futures-task v0.3.30 |
1466 | 2024-02-19T05:12:44.100Z | Compiling slog v2.7.0 |
1467 | 2024-02-19T05:12:44.156Z | Compiling pin-utils v0.1.0 |
1468 | 2024-02-19T05:12:44.562Z | Compiling winnow v0.5.15 |
1469 | 2024-02-19T05:12:44.579Z | Compiling unicode-normalization v0.1.22 |
1470 | 2024-02-19T05:12:45.676Z | Compiling serde_derive v1.0.196 |
1471 | 2024-02-19T05:12:45.826Z | Compiling zerocopy-derive v0.7.32 |
1472 | 2024-02-19T05:12:45.870Z | Compiling zeroize_derive v1.4.2 |
1473 | 2024-02-19T05:12:45.903Z | Compiling thiserror-impl v1.0.57 |
1474 | 2024-02-19T05:12:46.204Z | Compiling tokio-macros v2.2.0 |
1475 | 2024-02-19T05:12:46.590Z | Compiling futures-macro v0.3.30 |
1476 | 2024-02-19T05:12:47.276Z | Compiling tracing-attributes v0.1.26 |
1477 | 2024-02-19T05:12:47.743Z | Compiling schemars_derive v0.8.16 |
1478 | 2024-02-19T05:12:47.846Z | Compiling zerocopy v0.7.32 |
1479 | 2024-02-19T05:12:48.583Z | Compiling zeroize v1.7.0 |
1480 | 2024-02-19T05:12:49.068Z | Compiling pest v2.7.6 |
1481 | 2024-02-19T05:12:50.154Z | Compiling hashbrown v0.14.3 |
1482 | 2024-02-19T05:12:50.672Z | Compiling openssl-macros v0.1.1 |
1483 | 2024-02-19T05:12:50.827Z | Compiling zerocopy-derive v0.2.0 |
1484 | 2024-02-19T05:12:51.415Z | Compiling pest_meta v2.7.6 |
1485 | 2024-02-19T05:12:51.663Z | Compiling crypto-common v0.1.6 |
1486 | 2024-02-19T05:12:51.749Z | Compiling der_derive v0.7.2 |
1487 | 2024-02-19T05:12:51.864Z | Compiling block-buffer v0.10.4 |
1488 | 2024-02-19T05:12:51.988Z | Compiling tracing v0.1.37 |
1489 | 2024-02-19T05:12:52.178Z | Compiling futures-util v0.3.30 |
1490 | 2024-02-19T05:12:52.651Z | Compiling usdt-impl v0.3.5 |
1491 | 2024-02-19T05:12:52.955Z | Compiling pest_generator v2.7.6 |
1492 | 2024-02-19T05:12:54.501Z | Compiling unicode-bidi v0.3.13 |
1493 | 2024-02-19T05:12:54.717Z | Compiling anyhow v1.0.75 |
1494 | 2024-02-19T05:12:55.351Z | Compiling time-core v0.1.1 |
1495 | 2024-02-19T05:12:55.465Z | Compiling pest_derive v2.7.6 |
1496 | 2024-02-19T05:12:55.541Z | Compiling crc32fast v1.3.2 |
1497 | 2024-02-19T05:12:55.992Z | Compiling time-macros v0.2.13 |
1498 | 2024-02-19T05:12:56.702Z | Compiling digest v0.10.7 |
1499 | 2024-02-19T05:12:57.173Z | Compiling scroll_derive v0.12.0 |
1500 | 2024-02-19T05:12:57.449Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1501 | 2024-02-19T05:12:57.672Z | Compiling aho-corasick v1.0.4 |
1502 | 2024-02-19T05:12:57.925Z | Compiling async-trait v0.1.77 |
1503 | 2024-02-19T05:12:58.401Z | Compiling untrusted v0.9.0 |
1504 | 2024-02-19T05:12:58.441Z | Compiling ppv-lite86 v0.2.17 |
1505 | 2024-02-19T05:12:58.616Z | Compiling regex-syntax v0.8.2 |
1506 | 2024-02-19T05:12:58.637Z | Compiling signal-hook v0.3.17 |
1507 | 2024-02-19T05:12:59.206Z | Compiling zerocopy v0.3.0 |
1508 | 2024-02-19T05:12:59.262Z | Compiling rand_chacha v0.3.1 |
1509 | 2024-02-19T05:12:59.624Z | Compiling bytes v1.5.0 |
1510 | 2024-02-19T05:13:00.210Z | Compiling indexmap v2.2.3 |
1511 | 2024-02-19T05:13:00.349Z | Compiling uuid v1.7.0 |
1512 | 2024-02-19T05:13:01.170Z | Compiling bitflags v2.4.0 |
1513 | 2024-02-19T05:13:01.419Z | Compiling chrono v0.4.31 |
1514 | 2024-02-19T05:13:01.754Z | Compiling tokio v1.36.0 |
1515 | 2024-02-19T05:13:04.647Z | Compiling serde_spanned v0.6.5 |
1516 | 2024-02-19T05:13:04.923Z | Compiling toml_datetime v0.6.5 |
1517 | 2024-02-19T05:13:06.005Z | Compiling rustc_version v0.4.0 |
1518 | 2024-02-19T05:13:06.543Z | Compiling toml_edit v0.19.15 |
1519 | 2024-02-19T05:13:06.659Z | Compiling http v0.2.11 |
1520 | 2024-02-19T05:13:07.766Z | Compiling heapless v0.7.16 |
1521 | 2024-02-19T05:13:08.597Z | Compiling regex-automata v0.4.4 |
1522 | 2024-02-19T05:13:09.142Z | Compiling thread-id v4.2.0 |
1523 | 2024-02-19T05:13:12.016Z | Compiling tokio-util v0.7.10 |
1524 | 2024-02-19T05:13:13.046Z | Compiling regex v1.10.3 |
1525 | 2024-02-19T05:13:13.662Z | Compiling dof v0.1.5 |
1526 | 2024-02-19T05:13:14.146Z | Compiling rand v0.8.5 |
1527 | 2024-02-19T05:13:15.854Z | Compiling dtrace-parser v0.1.14 |
1528 | 2024-02-19T05:13:16.731Z | Compiling strum_macros v0.25.2 |
1529 | 2024-02-19T05:13:17.343Z | Compiling errno v0.3.8 |
1530 | 2024-02-19T05:13:17.381Z | Compiling num-bigint v0.4.4 |
1531 | 2024-02-19T05:13:17.497Z | Compiling smoltcp v0.9.1 |
1532 | 2024-02-19T05:13:17.590Z | Compiling percent-encoding v2.3.1 |
1533 | 2024-02-19T05:13:17.828Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2024-02-19T05:13:17.928Z | Compiling untrusted v0.7.1 |
1535 | 2024-02-19T05:13:17.951Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1536 | 2024-02-19T05:13:18.131Z | Compiling base64ct v1.6.0 |
1537 | 2024-02-19T05:13:18.646Z | Compiling pem-rfc7468 v0.7.0 |
1538 | 2024-02-19T05:13:18.754Z | Compiling foreign-types v0.3.2 |
1539 | 2024-02-19T05:13:20.635Z | Compiling serde_tokenstream v0.1.7 |
1540 | 2024-02-19T05:13:21.368Z | Compiling hmac v0.12.1 |
1541 | 2024-02-19T05:13:21.590Z | Compiling lazy_static v1.4.0 |
1542 | 2024-02-19T05:13:21.783Z | Compiling socket2 v0.4.9 |
1543 | 2024-02-19T05:13:22.465Z | Compiling base64 v0.21.7 |
1544 | 2024-02-19T05:13:22.482Z | Compiling adler v1.0.2 |
1545 | 2024-02-19T05:13:23.588Z | Compiling flagset v0.4.3 |
1546 | 2024-02-19T05:13:23.594Z | Compiling unicode-width v0.1.11 |
1547 | 2024-02-19T05:13:23.594Z | Compiling siphasher v0.3.11 |
1548 | 2024-02-19T05:13:23.594Z | Compiling try-lock v0.2.4 |
1549 | 2024-02-19T05:13:23.594Z | Compiling bitflags v1.3.2 |
1550 | 2024-02-19T05:13:23.594Z | Compiling unicode-segmentation v1.10.1 |
1551 | 2024-02-19T05:13:23.594Z | Compiling want v0.3.1 |
1552 | 2024-02-19T05:13:23.594Z | Compiling miniz_oxide v0.7.1 |
1553 | 2024-02-19T05:13:23.594Z | Compiling der v0.7.8 |
1554 | 2024-02-19T05:13:24.252Z | Compiling sct v0.7.0 |
1555 | 2024-02-19T05:13:24.441Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-02-19T05:13:24.532Z | Compiling form_urlencoded v1.2.1 |
1557 | 2024-02-19T05:13:24.551Z | Compiling h2 v0.3.24 |
1558 | 2024-02-19T05:13:24.872Z | Compiling http-body v0.4.5 |
1559 | 2024-02-19T05:13:25.118Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-02-19T05:13:25.275Z | Compiling zerocopy-derive v0.6.4 |
1561 | 2024-02-19T05:13:26.635Z | Compiling num-iter v0.1.43 |
1562 | 2024-02-19T05:13:26.956Z | Compiling usdt-impl v0.5.0 |
1563 | 2024-02-19T05:13:27.159Z | Compiling stable_deref_trait v1.2.0 |
1564 | 2024-02-19T05:13:27.270Z | Compiling utf8parse v0.2.1 |
1565 | 2024-02-19T05:13:27.347Z | Compiling cpufeatures v0.2.12 |
1566 | 2024-02-19T05:13:27.402Z | Compiling tower-service v0.3.2 |
1567 | 2024-02-19T05:13:27.498Z | Compiling openssl-probe v0.1.5 |
1568 | 2024-02-19T05:13:27.525Z | Compiling anstyle v1.0.2 |
1569 | 2024-02-19T05:13:27.572Z | Compiling httpdate v1.0.3 |
1570 | 2024-02-19T05:13:27.876Z | Compiling sha2 v0.10.8 |
1571 | 2024-02-19T05:13:27.947Z | Compiling anstyle-parse v0.2.1 |
1572 | 2024-02-19T05:13:28.284Z | Compiling spki v0.7.2 |
1573 | 2024-02-19T05:13:30.664Z | Compiling usdt-attr-macro v0.3.5 |
1574 | 2024-02-19T05:13:31.148Z | Compiling usdt-macro v0.3.5 |
1575 | 2024-02-19T05:13:32.070Z | Compiling hyper v0.14.27 |
1576 | 2024-02-19T05:13:32.845Z | Compiling openapiv3 v2.0.0 |
1577 | 2024-02-19T05:13:32.950Z | Compiling scroll v0.12.0 |
1578 | 2024-02-19T05:13:33.648Z | Compiling md-5 v0.10.5 |
1579 | 2024-02-19T05:13:33.962Z | Compiling idna v0.5.0 |
1580 | 2024-02-19T05:13:34.262Z | Compiling stringprep v0.1.3 |
1581 | 2024-02-19T05:13:35.076Z | Compiling diesel_table_macro_syntax v0.1.0 |
1582 | 2024-02-19T05:13:35.208Z | Compiling num-integer v0.1.46 |
1583 | 2024-02-19T05:13:35.399Z | Compiling hash32 v0.2.1 |
1584 | 2024-02-19T05:13:35.451Z | Compiling gimli v0.28.0 |
1585 | 2024-02-19T05:13:35.785Z | Compiling plain v0.2.3 |
1586 | 2024-02-19T05:13:35.948Z | Compiling fallible-iterator v0.2.0 |
1587 | 2024-02-19T05:13:36.709Z | Compiling colorchoice v1.0.0 |
1588 | 2024-02-19T05:13:36.875Z | Compiling anstyle-query v1.0.0 |
1589 | 2024-02-19T05:13:37.009Z | Compiling anstream v0.6.11 |
1590 | 2024-02-19T05:13:37.810Z | Compiling postgres-protocol v0.6.6 |
1591 | 2024-02-19T05:13:38.298Z | Compiling goblin v0.8.0 |
1592 | 2024-02-19T05:13:38.980Z | Compiling diesel_derives v2.1.2 |
1593 | 2024-02-19T05:13:39.955Z | Compiling addr2line v0.21.0 |
1594 | 2024-02-19T05:13:40.600Z | Compiling url v2.5.0 |
1595 | 2024-02-19T05:13:42.868Z | Compiling tokio-rustls v0.24.1 |
1596 | 2024-02-19T05:13:43.286Z | Compiling terminal_size v0.3.0 |
1597 | 2024-02-19T05:13:43.502Z | Compiling tokio-native-tls v0.3.1 |
1598 | 2024-02-19T05:13:43.805Z | Compiling pkcs8 v0.10.2 |
1599 | 2024-02-19T05:13:44.000Z | Compiling phf_shared v0.11.2 |
1600 | 2024-02-19T05:13:44.820Z | Compiling serde_tokenstream v0.2.0 |
1601 | 2024-02-19T05:13:45.379Z | Compiling block-padding v0.3.3 |
1602 | 2024-02-19T05:13:45.618Z | Compiling enum-as-inner v0.5.1 |
1603 | 2024-02-19T05:13:45.704Z | Compiling serde_repr v0.1.16 |
1604 | 2024-02-19T05:13:46.607Z | Compiling clap_derive v4.5.0 |
1605 | 2024-02-19T05:13:47.223Z | Compiling ff v0.13.0 |
1606 | 2024-02-19T05:13:47.497Z | Compiling scheduled-thread-pool v0.2.7 |
1607 | 2024-02-19T05:13:47.720Z | Compiling object v0.32.1 |
1608 | 2024-02-19T05:13:49.344Z | Compiling regex-automata v0.1.10 |
1609 | 2024-02-19T05:13:49.878Z | Compiling managed v0.8.0 |
1610 | 2024-02-19T05:13:50.457Z | Compiling rustc-demangle v0.1.23 |
1611 | 2024-02-19T05:13:52.900Z | Compiling ipnet v2.9.0 |
1612 | 2024-02-19T05:13:53.047Z | Compiling clap_lex v0.7.0 |
1613 | 2024-02-19T05:13:53.513Z | Compiling num_threads v0.1.6 |
1614 | 2024-02-19T05:13:53.656Z | Compiling bit-vec v0.6.3 |
1615 | 2024-02-19T05:13:53.677Z | Compiling deranged v0.3.8 |
1616 | 2024-02-19T05:13:54.070Z | Compiling strsim v0.11.0 |
1617 | 2024-02-19T05:13:54.125Z | Compiling base16ct v0.2.0 |
1618 | 2024-02-19T05:13:54.447Z | Compiling matches v0.1.10 |
1619 | 2024-02-19T05:13:54.506Z | Compiling pretty-hex v0.4.1 |
1620 | 2024-02-19T05:13:54.720Z | Compiling dof v0.3.0 |
1621 | 2024-02-19T05:13:54.804Z | Compiling idna v0.2.3 |
1622 | 2024-02-19T05:13:55.076Z | Compiling clap_builder v4.5.0 |
1623 | 2024-02-19T05:13:55.535Z | Compiling time v0.3.27 |
1624 | 2024-02-19T05:13:56.688Z | Compiling sec1 v0.7.3 |
1625 | 2024-02-19T05:13:58.363Z | Compiling bstr v0.2.17 |
1626 | 2024-02-19T05:13:58.656Z | Compiling r2d2 v0.8.10 |
1627 | 2024-02-19T05:13:59.027Z | Compiling group v0.13.0 |
1628 | 2024-02-19T05:13:59.783Z | Compiling inout v0.1.3 |
1629 | 2024-02-19T05:14:00.668Z | Compiling phf v0.11.2 |
1630 | 2024-02-19T05:14:00.701Z | Compiling hyper-tls v0.5.0 |
1631 | 2024-02-19T05:14:00.820Z | Compiling hyper-rustls v0.24.2 |
1632 | 2024-02-19T05:14:00.913Z | Compiling signal-hook-mio v0.2.3 |
1633 | 2024-02-19T05:14:00.945Z | Compiling flate2 v1.0.28 |
1634 | 2024-02-19T05:14:01.069Z | Compiling bzip2 v0.4.4 |
1635 | 2024-02-19T05:14:01.088Z | Compiling postgres-types v0.2.6 |
1636 | 2024-02-19T05:14:01.332Z | Compiling zerocopy v0.6.4 |
1637 | 2024-02-19T05:14:01.597Z | Compiling hubpack v0.1.2 |
1638 | 2024-02-19T05:14:01.900Z | Compiling serde_urlencoded v0.7.1 |
1639 | 2024-02-19T05:14:02.050Z | Compiling phf_shared v0.10.0 |
1640 | 2024-02-19T05:14:02.270Z | Compiling rustls-pemfile v1.0.3 |
1641 | 2024-02-19T05:14:02.440Z | Compiling hkdf v0.12.4 |
1642 | 2024-02-19T05:14:02.564Z | Compiling ipnetwork v0.20.0 |
1643 | 2024-02-19T05:14:02.880Z | Compiling futures-executor v0.3.30 |
1644 | 2024-02-19T05:14:03.112Z | Compiling dtrace-parser v0.2.0 |
1645 | 2024-02-19T05:14:03.447Z | Compiling regress v0.8.0 |
1646 | 2024-02-19T05:14:03.514Z | Compiling crypto-bigint v0.5.2 |
1647 | 2024-02-19T05:14:03.773Z | Compiling float-cmp v0.9.0 |
1648 | 2024-02-19T05:14:04.014Z | Compiling encoding_rs v0.8.33 |
1649 | 2024-02-19T05:14:05.664Z | Compiling minimal-lexical v0.2.1 |
1650 | 2024-02-19T05:14:06.006Z | Compiling webpki-roots v0.25.2 |
1651 | 2024-02-19T05:14:06.189Z | Compiling fixedbitset v0.4.2 |
1652 | 2024-02-19T05:14:06.192Z | Compiling data-encoding v2.4.0 |
1653 | 2024-02-19T05:14:06.723Z | Compiling difflib v0.4.0 |
1654 | 2024-02-19T05:14:08.037Z | Compiling mime v0.3.17 |
1655 | 2024-02-19T05:14:08.534Z | Compiling regex-automata v0.3.8 |
1656 | 2024-02-19T05:14:08.585Z | Compiling static_assertions v1.1.0 |
1657 | 2024-02-19T05:14:08.914Z | Compiling either v1.10.0 |
1658 | 2024-02-19T05:14:08.950Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2024-02-19T05:14:09.055Z | Compiling precomputed-hash v0.1.1 |
1660 | 2024-02-19T05:14:09.681Z | Compiling predicates-core v1.0.6 |
1661 | 2024-02-19T05:14:10.021Z | Compiling winnow v0.6.1 |
1662 | 2024-02-19T05:14:10.168Z | Compiling normalize-line-endings v0.3.0 |
1663 | 2024-02-19T05:14:10.300Z | Compiling whoami v1.4.1 |
1664 | 2024-02-19T05:14:10.661Z | Compiling tokio-postgres v0.7.10 |
1665 | 2024-02-19T05:14:10.923Z | Compiling bstr v1.6.0 |
1666 | 2024-02-19T05:14:12.481Z | Compiling predicates v3.1.0 |
1667 | 2024-02-19T05:14:13.925Z | Compiling toml_edit v0.22.6 |
1668 | 2024-02-19T05:14:15.544Z | Compiling itertools v0.10.5 |
1669 | 2024-02-19T05:14:16.696Z | Compiling string_cache v0.8.7 |
1670 | 2024-02-19T05:14:17.154Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1671 | 2024-02-19T05:14:18.536Z | Compiling reqwest v0.11.22 |
1672 | 2024-02-19T05:14:18.670Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1673 | 2024-02-19T05:14:21.585Z | Compiling trust-dns-proto v0.22.0 |
1674 | 2024-02-19T05:14:23.243Z | Compiling petgraph v0.6.4 |
1675 | 2024-02-19T05:14:25.712Z | Compiling nom v7.1.3 |
1676 | 2024-02-19T05:14:27.560Z | Compiling elliptic-curve v0.13.8 |
1677 | 2024-02-19T05:14:29.629Z | Compiling futures v0.3.30 |
1678 | 2024-02-19T05:14:29.756Z | Compiling diesel v2.1.4 |
1679 | 2024-02-19T05:14:29.774Z | Compiling yasna v0.5.2 |
1680 | 2024-02-19T05:14:30.220Z | Compiling zip v0.6.6 |
1681 | 2024-02-19T05:14:30.855Z | Compiling crossterm v0.27.0 |
1682 | 2024-02-19T05:14:31.062Z | Compiling cipher v0.4.4 |
1683 | 2024-02-19T05:14:31.089Z | Compiling similar v2.3.0 |
1684 | 2024-02-19T05:14:31.506Z | Compiling clap v4.5.0 |
1685 | 2024-02-19T05:14:31.542Z | Compiling bit-set v0.5.3 |
1686 | 2024-02-19T05:14:31.626Z | Compiling usdt v0.3.5 |
1687 | 2024-02-19T05:14:31.847Z | Compiling console v0.15.8 |
1688 | 2024-02-19T05:14:32.475Z | Compiling strum v0.25.0 |
1689 | 2024-02-19T05:14:32.923Z | Compiling tokio-stream v0.1.14 |
1690 | 2024-02-19T05:14:33.270Z | Compiling toml v0.7.8 |
1691 | 2024-02-19T05:14:33.930Z | Compiling hex v0.4.3 |
1692 | 2024-02-19T05:14:34.483Z | Compiling proc-macro-error-attr v1.0.4 |
1693 | 2024-02-19T05:14:35.099Z | Compiling lalrpop-util v0.19.12 |
1694 | 2024-02-19T05:14:35.835Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1695 | 2024-02-19T05:14:37.314Z | Compiling proc-macro-crate v1.3.1 |
1696 | 2024-02-19T05:14:38.377Z | Compiling proc-macro-error v1.0.4 |
1697 | 2024-02-19T05:14:38.705Z | Compiling heapless v0.8.0 |
1698 | 2024-02-19T05:14:38.941Z | Compiling camino v1.1.6 |
1699 | 2024-02-19T05:14:40.439Z | Compiling num_enum_derive v0.5.11 |
1700 | 2024-02-19T05:14:50.629Z | Compiling atty v0.2.14 |
1701 | 2024-02-19T05:14:50.794Z | Compiling hash32 v0.3.1 |
1702 | 2024-02-19T05:14:51.885Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1703 | 2024-02-19T05:14:53.980Z | Compiling smoltcp v0.11.0 |
1704 | 2024-02-19T05:14:54.625Z | Compiling strsim v0.10.0 |
1705 | 2024-02-19T05:14:56.284Z | Compiling rustls-pki-types v1.3.0 |
1706 | 2024-02-19T05:14:56.988Z | Compiling ident_case v1.0.1 |
1707 | 2024-02-19T05:14:57.709Z | Compiling darling_core v0.20.3 |
1708 | 2024-02-19T05:15:13.251Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1709 | 2024-02-19T05:15:16.835Z | Compiling num_enum v0.5.11 |
1710 | 2024-02-19T05:15:22.975Z | Compiling dirs-sys-next v0.1.2 |
1711 | 2024-02-19T05:15:23.850Z | Compiling rustls v0.22.2 |
1712 | 2024-02-19T05:15:24.579Z | Compiling embedded-io v0.4.0 |
1713 | 2024-02-19T05:15:25.463Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2024-02-19T05:15:26.673Z | Compiling cobs v0.2.3 |
1715 | 2024-02-19T05:15:27.217Z | Compiling postcard v1.0.8 |
1716 | 2024-02-19T05:15:32.460Z | Compiling dirs-next v2.0.0 |
1717 | 2024-02-19T05:15:34.832Z | Compiling darling_macro v0.20.3 |
1718 | 2024-02-19T05:15:37.809Z | Compiling rustls-webpki v0.102.1 |
1719 | 2024-02-19T05:15:39.381Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1720 | 2024-02-19T05:15:43.850Z | Compiling getopts v0.2.21 |
1721 | 2024-02-19T05:15:44.291Z | Compiling structmeta-derive v0.3.0 |
1722 | 2024-02-19T05:15:44.779Z | Compiling foreign-types-macros v0.2.3 |
1723 | 2024-02-19T05:15:45.245Z | Compiling thread_local v1.1.7 |
1724 | 2024-02-19T05:15:45.447Z | Compiling multer v3.0.0 |
1725 | 2024-02-19T05:15:45.763Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1726 | 2024-02-19T05:15:45.944Z | Compiling foreign-types-shared v0.3.1 |
1727 | 2024-02-19T05:15:46.082Z | Compiling rayon-core v1.12.0 |
1728 | 2024-02-19T05:15:47.090Z | Compiling match_cfg v0.1.0 |
1729 | 2024-02-19T05:15:47.289Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1730 | 2024-02-19T05:15:47.332Z | Compiling paste v1.0.14 |
1731 | 2024-02-19T05:15:47.635Z | Compiling slog-async v2.8.0 |
1732 | 2024-02-19T05:15:48.118Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1733 | 2024-02-19T05:15:48.276Z | Compiling unsafe-libyaml v0.2.10 |
1734 | 2024-02-19T05:15:48.354Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1735 | 2024-02-19T05:15:51.972Z | Compiling serde_yaml v0.9.25 |
1736 | 2024-02-19T05:15:53.777Z | Compiling hostname v0.3.1 |
1737 | 2024-02-19T05:15:54.038Z | Compiling structmeta v0.3.0 |
1738 | 2024-02-19T05:15:57.369Z | Compiling foreign-types v0.5.0 |
1739 | 2024-02-19T05:15:58.052Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1740 | 2024-02-19T05:16:05.129Z | Compiling darling v0.20.3 |
1741 | 2024-02-19T05:16:06.153Z | Compiling term v0.7.0 |
1742 | 2024-02-19T05:16:07.805Z | Compiling slog-json v2.6.1 |
1743 | 2024-02-19T05:16:08.342Z | Compiling crossbeam-deque v0.8.3 |
1744 | 2024-02-19T05:16:09.274Z | Compiling is-terminal v0.4.9 |
1745 | 2024-02-19T05:16:09.427Z | Compiling crossbeam-channel v0.5.8 |
1746 | 2024-02-19T05:16:11.104Z | Compiling http v1.0.0 |
1747 | 2024-02-19T05:16:11.250Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1748 | 2024-02-19T05:16:12.081Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1749 | 2024-02-19T05:16:12.410Z | Compiling async-stream-impl v0.3.5 |
1750 | 2024-02-19T05:16:12.936Z | Compiling cstr-argument v0.1.2 |
1751 | 2024-02-19T05:16:13.199Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1752 | 2024-02-19T05:16:13.538Z | Compiling atomic-waker v1.1.1 |
1753 | 2024-02-19T05:16:13.724Z | Compiling pretty-hex v0.2.1 |
1754 | 2024-02-19T05:16:13.975Z | Compiling take_mut v0.2.2 |
1755 | 2024-02-19T05:16:14.064Z | Compiling crucible-workspace-hack v0.1.0 |
1756 | 2024-02-19T05:16:14.148Z | Compiling fastrand v2.0.1 |
1757 | 2024-02-19T05:16:14.391Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1758 | 2024-02-19T05:16:14.749Z | Compiling tempfile v3.10.0 |
1759 | 2024-02-19T05:16:15.120Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1760 | 2024-02-19T05:16:15.538Z | Compiling async-stream v0.3.5 |
1761 | 2024-02-19T05:16:15.872Z | Compiling waitgroup v0.1.2 |
1762 | 2024-02-19T05:16:16.207Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1763 | 2024-02-19T05:16:16.979Z | Compiling colored v2.0.4 |
1764 | 2024-02-19T05:16:18.424Z | Compiling slog-bunyan v2.5.0 |
1765 | 2024-02-19T05:16:18.823Z | Compiling slog-term v2.9.0 |
1766 | 2024-02-19T05:16:19.049Z | Compiling tokio-rustls v0.25.0 |
1767 | 2024-02-19T05:16:19.537Z | Compiling serde_with_macros v3.6.1 |
1768 | 2024-02-19T05:16:19.985Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1769 | 2024-02-19T05:16:21.846Z | Compiling parse-display-derive v0.9.0 |
1770 | 2024-02-19T05:16:22.453Z | Compiling toml v0.8.10 |
1771 | 2024-02-19T05:16:23.020Z | Compiling rustls-pemfile v2.1.0 |
1772 | 2024-02-19T05:16:23.809Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1773 | 2024-02-19T05:16:25.407Z | Compiling sha1 v0.10.6 |
1774 | 2024-02-19T05:16:25.980Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1775 | 2024-02-19T05:16:26.315Z | Compiling textwrap v0.11.0 |
1776 | 2024-02-19T05:16:27.480Z | Compiling heck v0.3.3 |
1777 | 2024-02-19T05:16:28.057Z | Compiling newtype-uuid v1.0.1 |
1778 | 2024-02-19T05:16:28.143Z | Compiling serde_path_to_error v0.1.15 |
1779 | 2024-02-19T05:16:28.214Z | Compiling strum_macros v0.26.1 |
1780 | 2024-02-19T05:16:28.289Z | Compiling instant v0.1.12 |
1781 | 2024-02-19T05:16:28.465Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1782 | 2024-02-19T05:16:28.567Z | Compiling vec_map v0.8.2 |
1783 | 2024-02-19T05:16:28.854Z | Compiling debug-ignore v1.0.5 |
1784 | 2024-02-19T05:16:28.906Z | Compiling ansi_term v0.12.1 |
1785 | 2024-02-19T05:16:29.022Z | Compiling libefi-sys v0.1.0 |
1786 | 2024-02-19T05:16:29.179Z | Compiling strsim v0.8.0 |
1787 | 2024-02-19T05:16:29.379Z | Compiling clap v2.34.0 |
1788 | 2024-02-19T05:16:30.639Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1789 | 2024-02-19T05:16:33.135Z | Compiling strum v0.26.1 |
1790 | 2024-02-19T05:16:33.348Z | Compiling backoff v0.4.0 |
1791 | 2024-02-19T05:16:33.671Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1792 | 2024-02-19T05:16:33.742Z | Compiling structopt-derive v0.4.18 |
1793 | 2024-02-19T05:16:34.017Z | Compiling parse-display v0.9.0 |
1794 | 2024-02-19T05:16:34.998Z | Compiling serde_with v3.6.1 |
1795 | 2024-02-19T05:16:35.956Z | Compiling rayon v1.8.0 |
1796 | 2024-02-19T05:16:36.080Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1797 | 2024-02-19T05:16:36.297Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2024-02-19T05:16:37.034Z | Compiling camino-tempfile v1.1.1 |
1799 | 2024-02-19T05:16:38.022Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1800 | 2024-02-19T05:16:38.214Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1801 | 2024-02-19T05:16:38.757Z | Compiling zone_cfg_derive v0.3.0 |
1802 | 2024-02-19T05:16:40.045Z | Compiling macaddr v1.0.1 |
1803 | 2024-02-19T05:16:40.206Z | Compiling num-derive v0.4.0 |
1804 | 2024-02-19T05:16:40.803Z | Compiling blake3 v1.5.0 |
1805 | 2024-02-19T05:16:41.420Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1806 | 2024-02-19T05:16:41.641Z | Compiling portable-atomic v1.4.3 |
1807 | 2024-02-19T05:16:42.447Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1808 | 2024-02-19T05:16:42.473Z | Compiling zone v0.3.0 |
1809 | 2024-02-19T05:16:42.657Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1810 | 2024-02-19T05:16:43.242Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1811 | 2024-02-19T05:16:44.214Z | Compiling structopt v0.3.26 |
1812 | 2024-02-19T05:16:45.334Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1813 | 2024-02-19T05:16:46.322Z | Compiling smf v0.2.2 |
1814 | 2024-02-19T05:16:46.398Z | Compiling memmap2 v0.7.1 |
1815 | 2024-02-19T05:16:46.421Z | Compiling xattr v1.0.1 |
1816 | 2024-02-19T05:16:46.513Z | Compiling filetime v0.2.23 |
1817 | 2024-02-19T05:16:46.727Z | Compiling arrayvec v0.7.4 |
1818 | 2024-02-19T05:16:46.920Z | Compiling constant_time_eq v0.3.0 |
1819 | 2024-02-19T05:16:46.986Z | Compiling arrayref v0.3.7 |
1820 | 2024-02-19T05:16:47.101Z | Compiling same-file v1.0.6 |
1821 | 2024-02-19T05:16:47.135Z | Compiling tar v0.4.40 |
1822 | 2024-02-19T05:16:47.445Z | Compiling walkdir v2.4.0 |
1823 | 2024-02-19T05:16:49.210Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-02-19T05:16:50.060Z | Compiling gethostname v0.4.3 |
1825 | 2024-02-19T05:16:50.353Z | Compiling number_prefix v0.4.0 |
1826 | 2024-02-19T05:16:50.457Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1827 | 2024-02-19T05:16:50.609Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1828 | 2024-02-19T05:16:51.581Z | Compiling topological-sort v0.2.2 |
1829 | 2024-02-19T05:16:51.856Z | Compiling omicron-zone-package v0.11.0 |
1830 | 2024-02-19T05:16:52.989Z | Compiling indicatif v0.17.8 |
1831 | 2024-02-19T05:16:53.491Z | Compiling swrite v0.1.0 |
1832 | 2024-02-19T05:17:01.020Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1833 | 2024-02-19T05:17:03.393Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1834 | 2024-02-19T05:17:05.855Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1835 | 2024-02-19T05:17:24.034Z | Finished release [optimized] target(s) in 5m 16s |
1836 | 2024-02-19T05:17:24.246Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1837 | 2024-02-19T05:17:24.306Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1838 | 2024-02-19T05:17:24.313Z | Created new build target 'test' and set it as active |
1839 | 2024-02-19T05:17:24.313Z | |
1840 | 2024-02-19T05:17:24.313Z | real 5:16.470483555 |
1841 | 2024-02-19T05:17:24.313Z | user 33:48.465306007 |
1842 | 2024-02-19T05:17:24.313Z | sys 3:49.493687158 |
1843 | 2024-02-19T05:17:24.313Z | trap 1.003882591 |
1844 | 2024-02-19T05:17:24.313Z | tflt 5.160378477 |
1845 | 2024-02-19T05:17:24.313Z | dflt 3.114829431 |
1846 | 2024-02-19T05:17:24.313Z | kflt 0.072185173 |
1847 | 2024-02-19T05:17:24.313Z | lock 1:11:52.855084019 |
1848 | 2024-02-19T05:17:24.313Z | slp 1:36:01.004781852 |
1849 | 2024-02-19T05:17:24.313Z | lat 2:08.470401793 |
1850 | 2024-02-19T05:17:24.313Z | stop 3:22.083388311 |
1851 | 2024-02-19T05:17:24.313Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1852 | 2024-02-19T05:17:25.002Z | Finished release [optimized] target(s) in 0.64s |
1853 | 2024-02-19T05:17:25.023Z | Running `target/release/omicron-package -t test package` |
1854 | 2024-02-19T05:17:25.050Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1855 | 2024-02-19T05:17:25.789Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1856 | 2024-02-19T05:17:25.792Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-02-19T05:17:25.793Z | Compiling usdt-attr-macro v0.5.0 |
1858 | 2024-02-19T05:17:25.793Z | Compiling usdt-macro v0.5.0 |
1859 | 2024-02-19T05:17:25.793Z | Compiling memmap v0.7.0 |
1860 | 2024-02-19T05:17:25.852Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1861 | 2024-02-19T05:17:25.856Z | Compiling password-hash v0.5.0 |
1862 | 2024-02-19T05:17:25.863Z | Compiling blake2 v0.10.6 |
1863 | 2024-02-19T05:17:26.215Z | Compiling lru-cache v0.1.2 |
1864 | 2024-02-19T05:17:26.316Z | Compiling argon2 v0.5.3 |
1865 | 2024-02-19T05:17:26.406Z | Compiling semver v0.1.20 |
1866 | 2024-02-19T05:17:26.984Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1867 | 2024-02-19T05:17:27.241Z | Compiling rustc_version v0.1.7 |
1868 | 2024-02-19T05:17:27.268Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1869 | 2024-02-19T05:17:27.372Z | Compiling usdt v0.5.0 |
1870 | 2024-02-19T05:17:27.544Z | Compiling rayon-core v1.12.0 |
1871 | 2024-02-19T05:17:27.560Z | Compiling crossbeam-deque v0.8.3 |
1872 | 2024-02-19T05:17:27.572Z | Compiling quick-error v1.2.3 |
1873 | 2024-02-19T05:17:27.637Z | Compiling newtype_derive v0.1.6 |
1874 | 2024-02-19T05:17:27.709Z | Compiling fastrand v2.0.1 |
1875 | 2024-02-19T05:17:27.905Z | Compiling same-file v1.0.6 |
1876 | 2024-02-19T05:17:28.127Z | Compiling walkdir v2.4.0 |
1877 | 2024-02-19T05:17:28.215Z | Compiling tempfile v3.10.0 |
1878 | 2024-02-19T05:17:28.427Z | Compiling resolv-conf v0.7.0 |
1879 | 2024-02-19T05:17:28.787Z | Compiling itertools v0.12.1 |
1880 | 2024-02-19T05:17:28.906Z | Compiling camino v1.1.6 |
1881 | 2024-02-19T05:17:28.964Z | Compiling semver-parser v0.10.2 |
1882 | 2024-02-19T05:17:29.008Z | Compiling slog-dtrace v0.3.0 |
1883 | 2024-02-19T05:17:29.234Z | Compiling blake3 v1.5.0 |
1884 | 2024-02-19T05:17:29.509Z | Compiling rayon v1.8.0 |
1885 | 2024-02-19T05:17:29.632Z | Compiling trust-dns-resolver v0.22.0 |
1886 | 2024-02-19T05:17:30.357Z | Compiling semver v0.11.0 |
1887 | 2024-02-19T05:17:30.519Z | Compiling nibble_vec v0.1.0 |
1888 | 2024-02-19T05:17:30.745Z | Compiling filetime v0.2.23 |
1889 | 2024-02-19T05:17:30.877Z | Compiling xattr v1.0.1 |
1890 | 2024-02-19T05:17:31.069Z | Compiling memmap2 v0.7.1 |
1891 | 2024-02-19T05:17:31.079Z | Compiling arrayvec v0.7.4 |
1892 | 2024-02-19T05:17:31.110Z | Compiling endian-type v0.1.2 |
1893 | 2024-02-19T05:17:31.345Z | Compiling arrayref v0.3.7 |
1894 | 2024-02-19T05:17:31.434Z | Compiling home v0.5.5 |
1895 | 2024-02-19T05:17:31.443Z | Compiling constant_time_eq v0.3.0 |
1896 | 2024-02-19T05:17:31.460Z | Compiling radix_trie v0.2.1 |
1897 | 2024-02-19T05:17:31.585Z | Compiling toolchain_find v0.2.0 |
1898 | 2024-02-19T05:17:31.654Z | Compiling tar v0.4.40 |
1899 | 2024-02-19T05:17:32.120Z | Compiling steno v0.4.0 |
1900 | 2024-02-19T05:17:32.373Z | Compiling camino-tempfile v1.1.1 |
1901 | 2024-02-19T05:17:32.802Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1902 | 2024-02-19T05:17:33.595Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1903 | 2024-02-19T05:17:34.110Z | Compiling toml v0.5.11 |
1904 | 2024-02-19T05:17:34.210Z | Compiling derive-where v1.2.7 |
1905 | 2024-02-19T05:17:34.436Z | Compiling num-rational v0.4.1 |
1906 | 2024-02-19T05:17:34.772Z | Compiling radium v0.7.0 |
1907 | 2024-02-19T05:17:35.222Z | Compiling topological-sort v0.2.2 |
1908 | 2024-02-19T05:17:35.439Z | Compiling omicron-zone-package v0.11.0 |
1909 | 2024-02-19T05:17:35.805Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1910 | 2024-02-19T05:17:36.014Z | Compiling rustfmt-wrapper v0.2.0 |
1911 | 2024-02-19T05:17:36.583Z | Compiling toml v0.8.10 |
1912 | 2024-02-19T05:17:37.438Z | Compiling cancel-safe-futures v0.1.5 |
1913 | 2024-02-19T05:17:37.564Z | Compiling maybe-uninit v2.0.0 |
1914 | 2024-02-19T05:17:37.805Z | Compiling tap v1.0.1 |
1915 | 2024-02-19T05:17:37.996Z | Compiling wyz v0.5.1 |
1916 | 2024-02-19T05:17:38.476Z | Compiling num-complex v0.4.4 |
1917 | 2024-02-19T05:17:38.786Z | Compiling packed_struct v0.10.1 |
1918 | 2024-02-19T05:17:39.213Z | Compiling funty v2.0.0 |
1919 | 2024-02-19T05:17:39.880Z | Compiling num-bigint-dig v0.8.4 |
1920 | 2024-02-19T05:17:40.203Z | Compiling crc-catalog v2.2.0 |
1921 | 2024-02-19T05:17:40.344Z | Compiling crc v3.0.1 |
1922 | 2024-02-19T05:17:40.682Z | Compiling bitvec v1.0.1 |
1923 | 2024-02-19T05:17:41.104Z | Compiling num v0.4.1 |
1924 | 2024-02-19T05:17:41.296Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-02-19T05:17:41.895Z | Compiling fxhash v0.2.1 |
1926 | 2024-02-19T05:17:42.160Z | Compiling packed_struct_codegen v0.10.1 |
1927 | 2024-02-19T05:17:42.284Z | Compiling indexmap v1.9.3 |
1928 | 2024-02-19T05:17:42.379Z | Compiling utf-8 v0.7.6 |
1929 | 2024-02-19T05:17:42.613Z | Compiling nodrop v0.1.14 |
1930 | 2024-02-19T05:17:42.737Z | Compiling array-init v0.0.4 |
1931 | 2024-02-19T05:17:42.789Z | Compiling tungstenite v0.20.1 |
1932 | 2024-02-19T05:17:44.050Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1933 | 2024-02-19T05:17:44.838Z | Compiling smallvec v0.6.14 |
1934 | 2024-02-19T05:17:45.635Z | Compiling pkcs1 v0.7.5 |
1935 | 2024-02-19T05:17:48.751Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-02-19T05:17:49.513Z | Compiling signature v2.1.0 |
1937 | 2024-02-19T05:17:49.768Z | Compiling unicase v2.7.0 |
1938 | 2024-02-19T05:17:49.956Z | Compiling half v2.3.1 |
1939 | 2024-02-19T05:17:50.097Z | Compiling termcolor v1.2.0 |
1940 | 2024-02-19T05:17:50.734Z | Compiling ciborium-io v0.2.2 |
1941 | 2024-02-19T05:17:50.863Z | Compiling hashbrown v0.12.3 |
1942 | 2024-02-19T05:17:51.460Z | Compiling bitfield v0.14.0 |
1943 | 2024-02-19T05:17:51.776Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1944 | 2024-02-19T05:17:52.700Z | Compiling ciborium-ll v0.2.2 |
1945 | 2024-02-19T05:17:53.275Z | Compiling env_logger v0.10.0 |
1946 | 2024-02-19T05:17:53.303Z | Compiling rsa v0.9.2 |
1947 | 2024-02-19T05:17:57.148Z | Compiling serde-hex v0.1.0 |
1948 | 2024-02-19T05:17:57.758Z | Compiling tokio-tungstenite v0.20.1 |
1949 | 2024-02-19T05:17:58.372Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1950 | 2024-02-19T05:17:58.527Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1951 | 2024-02-19T05:17:58.746Z | Compiling x509-cert v0.2.4 |
1952 | 2024-02-19T05:17:58.794Z | Compiling ron v0.8.1 |
1953 | 2024-02-19T05:18:02.540Z | Compiling hashbrown v0.13.2 |
1954 | 2024-02-19T05:18:03.982Z | Compiling crc-any v2.4.3 |
1955 | 2024-02-19T05:18:04.995Z | Compiling display-error-chain v0.2.0 |
1956 | 2024-02-19T05:18:05.176Z | Compiling arc-swap v1.6.0 |
1957 | 2024-02-19T05:18:05.225Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2024-02-19T05:18:05.962Z | Compiling slog-scope v4.4.0 |
1959 | 2024-02-19T05:18:06.913Z | Compiling object v0.30.4 |
1960 | 2024-02-19T05:18:12.312Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1961 | 2024-02-19T05:18:12.908Z | Compiling ciborium v0.2.2 |
1962 | 2024-02-19T05:18:14.041Z | Compiling libsw v3.3.1 |
1963 | 2024-02-19T05:18:14.365Z | Compiling linear-map v1.2.0 |
1964 | 2024-02-19T05:18:14.771Z | Compiling parking_lot_core v0.8.6 |
1965 | 2024-02-19T05:18:15.210Z | Compiling path-slash v0.1.5 |
1966 | 2024-02-19T05:18:15.280Z | Compiling owo-colors v4.0.0 |
1967 | 2024-02-19T05:18:15.434Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1968 | 2024-02-19T05:18:18.736Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1969 | 2024-02-19T05:18:21.135Z | Compiling slog-stdlog v4.1.1 |
1970 | 2024-02-19T05:18:22.271Z | Compiling dirs-sys-next v0.1.2 |
1971 | 2024-02-19T05:18:22.770Z | Compiling crunchy v0.2.2 |
1972 | 2024-02-19T05:18:23.258Z | Compiling glob v0.3.1 |
1973 | 2024-02-19T05:18:23.324Z | Compiling convert_case v0.4.0 |
1974 | 2024-02-19T05:18:23.876Z | Compiling dirs-next v2.0.0 |
1975 | 2024-02-19T05:18:24.106Z | Compiling clang-sys v1.6.1 |
1976 | 2024-02-19T05:18:24.147Z | Compiling derive_more v0.99.17 |
1977 | 2024-02-19T05:18:24.430Z | Compiling slog-envlogger v2.2.0 |
1978 | 2024-02-19T05:18:25.792Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1979 | 2024-02-19T05:18:27.157Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1980 | 2024-02-19T05:18:27.170Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1981 | 2024-02-19T05:18:29.583Z | Compiling tiny-keccak v2.0.2 |
1982 | 2024-02-19T05:18:29.894Z | Compiling platforms v3.0.2 |
1983 | 2024-02-19T05:18:30.249Z | Compiling prettyplease v0.2.16 |
1984 | 2024-02-19T05:18:30.619Z | Compiling parking_lot v0.11.2 |
1985 | 2024-02-19T05:18:31.751Z | Compiling mime_guess v2.0.4 |
1986 | 2024-02-19T05:18:33.011Z | Compiling term v0.7.0 |
1987 | 2024-02-19T05:18:33.167Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1988 | 2024-02-19T05:18:33.970Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1989 | 2024-02-19T05:18:34.523Z | Compiling trust-dns-client v0.22.0 |
1990 | 2024-02-19T05:18:35.967Z | Compiling darling_core v0.14.4 |
1991 | 2024-02-19T05:18:40.342Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1992 | 2024-02-19T05:18:41.321Z | Compiling pem v3.0.2 |
1993 | 2024-02-19T05:18:42.921Z | Compiling darling_macro v0.14.4 |
1994 | 2024-02-19T05:18:43.891Z | Compiling trust-dns-server v0.22.1 |
1995 | 2024-02-19T05:18:44.958Z | Compiling ascii-canvas v3.0.0 |
1996 | 2024-02-19T05:18:45.655Z | Compiling sled v0.34.7 |
1997 | 2024-02-19T05:18:46.422Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1998 | 2024-02-19T05:18:49.867Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1999 | 2024-02-19T05:18:50.098Z | Compiling is-terminal v0.4.9 |
2000 | 2024-02-19T05:18:50.227Z | Compiling ena v0.14.2 |
2001 | 2024-02-19T05:18:50.641Z | Compiling vte_generate_state_changes v0.1.1 |
2002 | 2024-02-19T05:18:51.285Z | Compiling libloading v0.7.4 |
2003 | 2024-02-19T05:18:51.637Z | Compiling bindgen v0.69.2 |
2004 | 2024-02-19T05:18:52.103Z | Compiling regex-syntax v0.6.29 |
2005 | 2024-02-19T05:18:52.246Z | Compiling diff v0.1.13 |
2006 | 2024-02-19T05:18:57.798Z | Compiling lalrpop v0.19.12 |
2007 | 2024-02-19T05:19:00.726Z | Compiling vte v0.11.1 |
2008 | 2024-02-19T05:19:02.762Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2009 | 2024-02-19T05:19:04.327Z | Compiling curve25519-dalek v4.1.1 |
2010 | 2024-02-19T05:19:06.613Z | Compiling darling v0.14.4 |
2011 | 2024-02-19T05:19:06.748Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2012 | 2024-02-19T05:19:09.575Z | Compiling cexpr v0.6.0 |
2013 | 2024-02-19T05:19:11.094Z | Compiling which v4.4.0 |
2014 | 2024-02-19T05:19:11.645Z | Compiling kstat-rs v0.2.3 |
2015 | 2024-02-19T05:19:12.892Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2016 | 2024-02-19T05:19:13.629Z | Compiling memoffset v0.7.1 |
2017 | 2024-02-19T05:19:13.956Z | Compiling doc-comment v0.3.3 |
2018 | 2024-02-19T05:19:14.475Z | Compiling rustc-hash v1.1.0 |
2019 | 2024-02-19T05:19:14.627Z | Compiling bytecount v0.6.3 |
2020 | 2024-02-19T05:19:14.954Z | Compiling keccak v0.1.4 |
2021 | 2024-02-19T05:19:15.879Z | Compiling shlex v1.3.0 |
2022 | 2024-02-19T05:19:16.266Z | Compiling buf-list v1.0.3 |
2023 | 2024-02-19T05:19:16.848Z | Compiling peeking_take_while v0.1.2 |
2024 | 2024-02-19T05:19:16.988Z | Compiling lazycell v1.3.0 |
2025 | 2024-02-19T05:19:18.573Z | Compiling sha3 v0.10.8 |
2026 | 2024-02-19T05:19:19.482Z | Compiling papergrid v0.11.0 |
2027 | 2024-02-19T05:19:21.098Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2028 | 2024-02-19T05:19:21.311Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2029 | 2024-02-19T05:19:23.395Z | Compiling derive_builder_core v0.12.0 |
2030 | 2024-02-19T05:19:25.428Z | Compiling strip-ansi-escapes v0.2.0 |
2031 | 2024-02-19T05:19:26.151Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2032 | 2024-02-19T05:19:26.901Z | Compiling polar-core v0.27.0 |
2033 | 2024-02-19T05:19:28.483Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2034 | 2024-02-19T05:19:31.078Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2035 | 2024-02-19T05:19:32.102Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2036 | 2024-02-19T05:19:32.188Z | Compiling tabled_derive v0.7.0 |
2037 | 2024-02-19T05:19:32.359Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2038 | 2024-02-19T05:19:32.583Z | Compiling fd-lock v3.0.13 |
2039 | 2024-02-19T05:19:32.813Z | Compiling fd-lock v4.0.2 |
2040 | 2024-02-19T05:19:33.038Z | Compiling headers-core v0.2.0 |
2041 | 2024-02-19T05:19:33.220Z | Compiling universal-hash v0.5.1 |
2042 | 2024-02-19T05:19:33.444Z | Compiling nix v0.27.1 |
2043 | 2024-02-19T05:19:34.534Z | Compiling secrecy v0.8.0 |
2044 | 2024-02-19T05:19:34.807Z | Compiling libxml v0.3.3 |
2045 | 2024-02-19T05:19:35.188Z | Compiling curve25519-dalek-derive v0.1.0 |
2046 | 2024-02-19T05:19:35.700Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-19T05:19:36.649Z | Compiling thiserror-impl-no-std v2.0.2 |
2048 | 2024-02-19T05:19:37.061Z | Compiling sqlparser_derive v0.2.2 |
2049 | 2024-02-19T05:19:37.758Z | Compiling nu-ansi-term v0.50.0 |
2050 | 2024-02-19T05:19:38.144Z | Compiling unicode_categories v0.1.1 |
2051 | 2024-02-19T05:19:38.392Z | Compiling opaque-debug v0.3.0 |
2052 | 2024-02-19T05:19:38.489Z | Compiling ref-cast v1.0.20 |
2053 | 2024-02-19T05:19:38.492Z | Compiling poly1305 v0.8.0 |
2054 | 2024-02-19T05:19:38.520Z | Compiling pin-project v1.1.3 |
2055 | 2024-02-19T05:19:38.648Z | Compiling sqlformat v0.2.3 |
2056 | 2024-02-19T05:19:39.053Z | Compiling rustyline v13.0.0 |
2057 | 2024-02-19T05:19:39.143Z | Compiling reedline v0.29.0 |
2058 | 2024-02-19T05:19:39.537Z | Compiling thiserror-no-std v2.0.2 |
2059 | 2024-02-19T05:19:39.655Z | Compiling sqlparser v0.43.1 |
2060 | 2024-02-19T05:19:40.242Z | Compiling tabled v0.15.0 |
2061 | 2024-02-19T05:19:47.609Z | Compiling headers v0.3.9 |
2062 | 2024-02-19T05:19:47.654Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2063 | 2024-02-19T05:19:49.389Z | Compiling derive_builder_macro v0.12.0 |
2064 | 2024-02-19T05:19:52.794Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2065 | 2024-02-19T05:19:53.034Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2066 | 2024-02-19T05:19:53.347Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2067 | 2024-02-19T05:19:53.678Z | Compiling chacha20 v0.9.1 |
2068 | 2024-02-19T05:19:54.147Z | Compiling aead v0.5.2 |
2069 | 2024-02-19T05:19:54.450Z | Compiling strum_macros v0.24.3 |
2070 | 2024-02-19T05:19:58.075Z | Compiling bcs v0.1.6 |
2071 | 2024-02-19T05:19:58.974Z | Compiling snafu-derive v0.7.5 |
2072 | 2024-02-19T05:20:00.560Z | Compiling ref-cast-impl v1.0.20 |
2073 | 2024-02-19T05:20:01.608Z | Compiling fs-err v2.11.0 |
2074 | 2024-02-19T05:20:01.737Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2075 | 2024-02-19T05:20:01.947Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2076 | 2024-02-19T05:20:02.077Z | Compiling cookie v0.18.0 |
2077 | 2024-02-19T05:20:02.301Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2078 | 2024-02-19T05:20:02.436Z | Compiling highway v1.1.0 |
2079 | 2024-02-19T05:20:02.639Z | Compiling salty v0.2.0 |
2080 | 2024-02-19T05:20:03.064Z | Compiling signature v1.6.4 |
2081 | 2024-02-19T05:20:03.254Z | Compiling indoc v1.0.9 |
2082 | 2024-02-19T05:20:03.842Z | Compiling ed25519 v1.5.3 |
2083 | 2024-02-19T05:20:03.920Z | Compiling snafu v0.7.5 |
2084 | 2024-02-19T05:20:04.016Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2085 | 2024-02-19T05:20:04.626Z | Compiling chacha20poly1305 v0.10.1 |
2086 | 2024-02-19T05:20:04.886Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2087 | 2024-02-19T05:20:04.998Z | Compiling derive_builder v0.12.0 |
2088 | 2024-02-19T05:20:05.345Z | Compiling vsss-rs v3.3.4 |
2089 | 2024-02-19T05:20:10.473Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2090 | 2024-02-19T05:20:11.242Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2091 | 2024-02-19T05:20:13.082Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2092 | 2024-02-19T05:20:13.427Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2093 | 2024-02-19T05:20:13.556Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2094 | 2024-02-19T05:20:13.738Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2095 | 2024-02-19T05:20:14.725Z | Compiling globset v0.4.13 |
2096 | 2024-02-19T05:20:16.635Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2097 | 2024-02-19T05:20:18.974Z | Compiling olpc-cjson v0.1.3 |
2098 | 2024-02-19T05:20:19.260Z | Compiling bb8 v0.8.3 |
2099 | 2024-02-19T05:20:19.542Z | Compiling quick-xml v0.30.0 |
2100 | 2024-02-19T05:20:19.558Z | Compiling serde-big-array v0.5.1 |
2101 | 2024-02-19T05:20:19.807Z | Compiling serde_plain v1.0.2 |
2102 | 2024-02-19T05:20:19.843Z | Compiling impl-trait-for-tuples v0.2.2 |
2103 | 2024-02-19T05:20:20.333Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-02-19T05:20:21.198Z | Compiling async-recursion v1.0.5 |
2105 | 2024-02-19T05:20:22.216Z | Compiling oso-derive v0.27.0 |
2106 | 2024-02-19T05:20:23.136Z | Compiling http-range v0.1.5 |
2107 | 2024-02-19T05:20:23.727Z | Compiling maplit v1.0.2 |
2108 | 2024-02-19T05:20:23.738Z | Compiling typed-path v0.7.0 |
2109 | 2024-02-19T05:20:23.839Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2110 | 2024-02-19T05:20:25.511Z | Compiling hyper-staticfile v0.9.5 |
2111 | 2024-02-19T05:20:28.968Z | Compiling tough v0.16.0 |
2112 | 2024-02-19T05:20:29.751Z | Compiling oso v0.27.0 |
2113 | 2024-02-19T05:20:31.026Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2114 | 2024-02-19T05:20:31.994Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2115 | 2024-02-19T05:20:32.770Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2116 | 2024-02-19T05:21:04.425Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2117 | 2024-02-19T05:21:04.524Z | Compiling signal-hook-tokio v0.3.1 |
2118 | 2024-02-19T05:21:04.735Z | Compiling serde-big-array v0.4.1 |
2119 | 2024-02-19T05:21:04.933Z | Compiling parse-size v1.0.0 |
2120 | 2024-02-19T05:21:05.257Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2121 | 2024-02-19T05:21:05.992Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2122 | 2024-02-19T05:21:06.726Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2123 | 2024-02-19T05:21:07.648Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2124 | 2024-02-19T05:21:09.163Z | Compiling castaway v0.2.2 |
2125 | 2024-02-19T05:21:09.344Z | Compiling corncobs v0.1.3 |
2126 | 2024-02-19T05:21:09.765Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2024-02-19T05:21:10.600Z | Compiling compact_str v0.7.1 |
2128 | 2024-02-19T05:21:12.354Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2129 | 2024-02-19T05:21:17.918Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2130 | 2024-02-19T05:21:18.941Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2131 | 2024-02-19T05:21:19.389Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2132 | 2024-02-19T05:21:19.712Z | Compiling lru v0.12.1 |
2133 | 2024-02-19T05:21:20.052Z | Compiling stability v0.1.1 |
2134 | 2024-02-19T05:21:20.360Z | Compiling cassowary v0.3.0 |
2135 | 2024-02-19T05:21:21.003Z | Compiling indoc v2.0.3 |
2136 | 2024-02-19T05:21:22.035Z | Compiling ratatui v0.26.1 |
2137 | 2024-02-19T05:21:25.156Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2024-02-19T05:21:26.861Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2139 | 2024-02-19T05:21:33.265Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2140 | 2024-02-19T05:21:34.511Z | Compiling rcgen v0.12.1 |
2141 | 2024-02-19T05:21:41.386Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2142 | 2024-02-19T05:21:41.459Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2143 | 2024-02-19T05:21:41.779Z | Compiling atomicwrites v0.4.3 |
2144 | 2024-02-19T05:21:42.336Z | Compiling subprocess v0.2.9 |
2145 | 2024-02-19T05:21:46.086Z | Compiling unicode-linebreak v0.1.5 |
2146 | 2024-02-19T05:21:46.660Z | Compiling smawk v0.3.1 |
2147 | 2024-02-19T05:21:46.911Z | Compiling textwrap v0.16.1 |
2148 | 2024-02-19T05:21:47.883Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2149 | 2024-02-19T05:21:50.922Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2150 | 2024-02-19T05:21:54.185Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2151 | 2024-02-19T05:22:00.892Z | Compiling fatfs v0.3.6 |
2152 | 2024-02-19T05:22:01.622Z | Compiling nanorand v0.7.0 |
2153 | 2024-02-19T05:22:02.355Z | Compiling rtoolbox v0.0.1 |
2154 | 2024-02-19T05:22:02.821Z | Compiling is_ci v1.2.0 |
2155 | 2024-02-19T05:22:03.114Z | Compiling humantime v2.1.0 |
2156 | 2024-02-19T05:22:04.022Z | Compiling assert_matches v1.5.0 |
2157 | 2024-02-19T05:22:04.132Z | Compiling supports-color v3.0.0 |
2158 | 2024-02-19T05:22:04.299Z | Compiling rpassword v7.3.1 |
2159 | 2024-02-19T05:22:04.746Z | Compiling flume v0.11.0 |
2160 | 2024-02-19T05:22:04.853Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2161 | 2024-02-19T05:22:05.614Z | Compiling tui-tree-widget v0.17.0 |
2162 | 2024-02-19T05:22:06.012Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2163 | 2024-02-19T05:22:13.731Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2164 | 2024-02-19T05:22:14.056Z | Compiling csv-core v0.1.11 |
2165 | 2024-02-19T05:22:15.118Z | Compiling shell-words v1.1.0 |
2166 | 2024-02-19T05:22:15.584Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2167 | 2024-02-19T05:22:17.723Z | Compiling csv v1.3.0 |
2168 | 2024-02-19T05:22:20.096Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2169 | 2024-02-19T05:23:06.835Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2170 | 2024-02-19T05:23:15.901Z | Compiling multimap v0.10.0 |
2171 | 2024-02-19T05:24:27.330Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2172 | 2024-02-19T05:24:46.273Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2173 | 2024-02-19T05:24:50.526Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2174 | 2024-02-19T05:31:04.218Z | Finished release [optimized] target(s) in 13m 39s |
2175 | 2024-02-19T05:32:02.612Z | |
2176 | 2024-02-19T05:32:02.620Z | real 14:38.202909092 |
2177 | 2024-02-19T05:32:02.620Z | user 1:41:30.996659222 |
2178 | 2024-02-19T05:32:02.620Z | sys 4:28.322741043 |
2179 | 2024-02-19T05:32:02.620Z | trap 2.369841350 |
2180 | 2024-02-19T05:32:02.620Z | tflt 1.697112718 |
2181 | 2024-02-19T05:32:02.620Z | dflt 2.555340504 |
2182 | 2024-02-19T05:32:02.620Z | kflt 0.041498537 |
2183 | 2024-02-19T05:32:02.620Z | lock 6:09:09.280643396 |
2184 | 2024-02-19T05:32:02.620Z | slp 3:57:32.068255381 |
2185 | 2024-02-19T05:32:02.620Z | lat 2:15.407150149 |
2186 | 2024-02-19T05:32:02.620Z | stop 51.588387573 |
2187 | 2024-02-19T05:32:02.620Z | + 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/*) |
2188 | 2024-02-19T05:32:02.620Z | + pfexec mkdir -p /work |
2189 | 2024-02-19T05:32:02.624Z | + pfexec chown build /work |
2190 | 2024-02-19T05:32:02.624Z | + 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 |
2191 | 2024-02-19T05:32:12.830Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2192 | 2024-02-19T05:32:12.830Z | a out/mg-ddm-gz.tar 67684K |
2193 | 2024-02-19T05:32:12.830Z | a out/omicron-sled-agent.tar 120125K |
2194 | 2024-02-19T05:32:12.830Z | a out/oxlog.tar 8357K |
2195 | 2024-02-19T05:32:12.831Z | a out/target/test 1K |
2196 | 2024-02-19T05:32:12.831Z | a out/npuzone/npuzone 36313K |
2197 | 2024-02-19T05:32:12.831Z | a package-manifest.toml 24K |
2198 | 2024-02-19T05:32:12.831Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2199 | 2024-02-19T05:32:12.831Z | a target/release/omicron-package 44798K |
2200 | 2024-02-19T05:32:12.831Z | a tools/create_virtual_hardware.sh 4K |
2201 | 2024-02-19T05:32:12.831Z | a tools/virtual_hardware.sh 4K |
2202 | 2024-02-19T05:32:12.831Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2203 | 2024-02-19T05:32:12.831Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2204 | 2024-02-19T05:32:12.831Z | a tools/scrimlet/softnpu-init.sh 3K |
2205 | 2024-02-19T05:32:12.831Z | a tools/scrimlet/softnpu-zone.txt 1K |
2206 | 2024-02-19T05:32:12.831Z | a tools/scrimlet/softnpu.toml 1K |
2207 | 2024-02-19T05:32:12.835Z | |
2208 | 2024-02-19T05:32:12.835Z | real 10.199286088 |
2209 | 2024-02-19T05:32:12.835Z | user 9.850168274 |
2210 | 2024-02-19T05:32:12.835Z | sys 0.702221880 |
2211 | 2024-02-19T05:32:12.835Z | trap 0.002296587 |
2212 | 2024-02-19T05:32:12.835Z | tflt 0.000000000 |
2213 | 2024-02-19T05:32:12.835Z | dflt 0.000000000 |
2214 | 2024-02-19T05:32:12.835Z | kflt 0.000000000 |
2215 | 2024-02-19T05:32:12.835Z | lock 0.000000000 |
2216 | 2024-02-19T05:32:12.835Z | slp 9.606766452 |
2217 | 2024-02-19T05:32:12.835Z | lat 0.234309136 |
2218 | 2024-02-19T05:32:12.835Z | stop 0.000182873 |
2219 | 2024-02-19T05:32:12.835Z | ++ pwd |
2220 | 2024-02-19T05:32:12.835Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2221 | 2024-02-19T05:32:12.835Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2222 | 2024-02-19T05:32:12.835Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2223 | 2024-02-19T05:32:13.541Z | Finished release [optimized] target(s) in 0.66s |
2224 | 2024-02-19T05:32:13.562Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2225 | 2024-02-19T05:32:13.591Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2226 | 2024-02-19T05:32:13.594Z | Created new build target 'host' and set it as active |
2227 | 2024-02-19T05:32:13.594Z | |
2228 | 2024-02-19T05:32:13.594Z | real 0.762257188 |
2229 | 2024-02-19T05:32:13.595Z | user 0.519865119 |
2230 | 2024-02-19T05:32:13.595Z | sys 0.242953297 |
2231 | 2024-02-19T05:32:13.595Z | trap 0.000054563 |
2232 | 2024-02-19T05:32:13.595Z | tflt 0.000001219 |
2233 | 2024-02-19T05:32:13.595Z | dflt 0.000008809 |
2234 | 2024-02-19T05:32:13.595Z | kflt 0.000000000 |
2235 | 2024-02-19T05:32:13.595Z | lock 0.024426571 |
2236 | 2024-02-19T05:32:13.595Z | slp 0.014304961 |
2237 | 2024-02-19T05:32:13.595Z | lat 0.000990953 |
2238 | 2024-02-19T05:32:13.595Z | stop 0.000147360 |
2239 | 2024-02-19T05:32:13.595Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2240 | 2024-02-19T05:32:14.274Z | Finished release [optimized] target(s) in 0.62s |
2241 | 2024-02-19T05:32:14.297Z | Running `target/release/omicron-package -t host package` |
2242 | 2024-02-19T05:32:14.326Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2243 | 2024-02-19T05:32:15.063Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2244 | 2024-02-19T05:32:29.399Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2245 | 2024-02-19T05:33:42.320Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2246 | 2024-02-19T05:35:10.857Z | Finished release [optimized] target(s) in 2m 56s |
2247 | 2024-02-19T05:35:50.498Z | |
2248 | 2024-02-19T05:35:50.502Z | real 3:36.873799971 |
2249 | 2024-02-19T05:35:50.502Z | user 18:21.711071355 |
2250 | 2024-02-19T05:35:50.502Z | sys 46.099510439 |
2251 | 2024-02-19T05:35:50.502Z | trap 0.354990930 |
2252 | 2024-02-19T05:35:50.502Z | tflt 0.169737513 |
2253 | 2024-02-19T05:35:50.502Z | dflt 4.811299447 |
2254 | 2024-02-19T05:35:50.502Z | kflt 0.115755654 |
2255 | 2024-02-19T05:35:50.502Z | lock 1:11:07.753064689 |
2256 | 2024-02-19T05:35:50.502Z | slp 19:14.367729717 |
2257 | 2024-02-19T05:35:50.502Z | lat 9.360018595 |
2258 | 2024-02-19T05:35:50.502Z | stop 3.280319530 |
2259 | 2024-02-19T05:35:50.502Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2260 | 2024-02-19T05:35:50.502Z | + for package in "$@" |
2261 | 2024-02-19T05:35:50.502Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2262 | 2024-02-19T05:35:50.502Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git2d0c94b1f38 |
2263 | 2024-02-19T05:35:51.181Z | Finished release [optimized] target(s) in 0.63s |
2264 | 2024-02-19T05:35:51.202Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git2d0c94b1f38` |
2265 | 2024-02-19T05:35:51.232Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2266 | 2024-02-19T05:35:51.449Z | Created: out/versioned/omicron-sled-agent.tar |
2267 | 2024-02-19T05:35:51.453Z | + for package in "$@" |
2268 | 2024-02-19T05:35:51.453Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2269 | 2024-02-19T05:35:51.453Z | + echo 0.0.0 |
2270 | 2024-02-19T05:35:51.453Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2271 | 2024-02-19T05:35:51.453Z | a VERSION 1K |
2272 | 2024-02-19T05:35:51.453Z | + rm VERSION |
2273 | 2024-02-19T05:35:51.456Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38 |
2274 | 2024-02-19T05:35:52.117Z | Finished release [optimized] target(s) in 0.61s |
2275 | 2024-02-19T05:35:52.136Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38` |
2276 | 2024-02-19T05:35:52.166Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2277 | 2024-02-19T05:35:52.300Z | Created: out/versioned/mg-ddm-gz.tar |
2278 | 2024-02-19T05:35:52.728Z | + for package in "$@" |
2279 | 2024-02-19T05:35:52.728Z | + [[ propolis-server == mg-ddm-gz ]] |
2280 | 2024-02-19T05:35:52.729Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git2d0c94b1f38 |
2281 | 2024-02-19T05:35:52.977Z | Finished release [optimized] target(s) in 0.63s |
2282 | 2024-02-19T05:35:52.998Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git2d0c94b1f38` |
2283 | 2024-02-19T05:35:53.027Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2284 | 2024-02-19T05:35:54.085Z | Created: out/versioned/propolis-server.tar.gz |
2285 | 2024-02-19T05:35:54.089Z | + for package in "$@" |
2286 | 2024-02-19T05:35:54.089Z | + [[ overlay == mg-ddm-gz ]] |
2287 | 2024-02-19T05:35:54.089Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git2d0c94b1f38 |
2288 | 2024-02-19T05:35:54.750Z | Finished release [optimized] target(s) in 0.61s |
2289 | 2024-02-19T05:35:54.771Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git2d0c94b1f38` |
2290 | 2024-02-19T05:35:54.802Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2291 | 2024-02-19T05:35:54.805Z | Created: out/versioned/overlay.tar.gz |
2292 | 2024-02-19T05:35:54.808Z | + for package in "$@" |
2293 | 2024-02-19T05:35:54.808Z | + [[ oxlog == mg-ddm-gz ]] |
2294 | 2024-02-19T05:35:54.808Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git2d0c94b1f38 |
2295 | 2024-02-19T05:35:55.493Z | Finished release [optimized] target(s) in 0.61s |
2296 | 2024-02-19T05:35:55.502Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git2d0c94b1f38` |
2297 | 2024-02-19T05:35:55.517Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2298 | 2024-02-19T05:35:55.541Z | Created: out/versioned/oxlog.tar |
2299 | 2024-02-19T05:35:55.544Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2300 | 2024-02-19T05:35:55.554Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2301 | 2024-02-19T05:35:55.570Z | ++ cd -- ./tools |
2302 | 2024-02-19T05:35:55.570Z | ++ pwd |
2303 | 2024-02-19T05:35:55.570Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2304 | 2024-02-19T05:35:55.609Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2305 | 2024-02-19T05:35:55.609Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-19T05:35:55.609Z | ++ readlink -f /work |
2307 | 2024-02-19T05:35:55.609Z | + out_dir=/work |
2308 | 2024-02-19T05:35:55.609Z | + 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") |
2309 | 2024-02-19T05:35:55.609Z | + for dep in "${deps[@]}" |
2310 | 2024-02-19T05:35:55.609Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2311 | 2024-02-19T05:35:55.609Z | + for dep in "${deps[@]}" |
2312 | 2024-02-19T05:35:55.610Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2313 | 2024-02-19T05:35:55.610Z | + for dep in "${deps[@]}" |
2314 | 2024-02-19T05:35:55.610Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2315 | 2024-02-19T05:35:55.610Z | + for dep in "${deps[@]}" |
2316 | 2024-02-19T05:35:55.610Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2317 | 2024-02-19T05:35:55.610Z | + for dep in "${deps[@]}" |
2318 | 2024-02-19T05:35:55.610Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2319 | 2024-02-19T05:35:55.610Z | ++ mktemp -d |
2320 | 2024-02-19T05:35:55.610Z | + tmp_gz=/tmp/tmp.HFaWRh |
2321 | 2024-02-19T05:35:55.610Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2322 | 2024-02-19T05:35:55.610Z | + echo '{"v":"1","t":"layer"}' |
2323 | 2024-02-19T05:35:55.610Z | + pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/sled-agent |
2324 | 2024-02-19T05:35:55.610Z | + mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/sled-agent |
2325 | 2024-02-19T05:35:55.610Z | + cd /tmp/tmp.HFaWRh/root/opt/oxide/sled-agent |
2326 | 2024-02-19T05:35:55.611Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2327 | 2024-02-19T05:35:55.651Z | x ., 0 bytes, 0 tape blocks |
2328 | 2024-02-19T05:35:55.651Z | x zone-bundle, 41912840 bytes, 81862 tape blocks |
2329 | 2024-02-19T05:35:55.651Z | x sled-agent, 81072856 bytes, 158346 tape blocks |
2330 | 2024-02-19T05:35:55.651Z | x pkg, 0 bytes, 0 tape blocks |
2331 | 2024-02-19T05:35:55.651Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2332 | 2024-02-19T05:35:55.651Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2333 | 2024-02-19T05:35:55.651Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2334 | 2024-02-19T05:35:55.652Z | x VERSION, 25 bytes, 1 tape blocks |
2335 | 2024-02-19T05:35:55.656Z | + mkdir -p /tmp/tmp.HFaWRh/root/lib/svc/manifest/site/ |
2336 | 2024-02-19T05:35:55.656Z | + mv pkg/manifest.xml /tmp/tmp.HFaWRh/root/lib/svc/manifest/site/sled-agent.xml |
2337 | 2024-02-19T05:35:55.656Z | + cd - |
2338 | 2024-02-19T05:35:55.656Z | /work/oxidecomputer/omicron |
2339 | 2024-02-19T05:35:55.657Z | + pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm |
2340 | 2024-02-19T05:35:55.657Z | + mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm |
2341 | 2024-02-19T05:35:55.657Z | + cd /tmp/tmp.HFaWRh/root/opt/oxide/mg-ddm |
2342 | 2024-02-19T05:35:55.657Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2343 | 2024-02-19T05:35:55.708Z | x ., 0 bytes, 0 tape blocks |
2344 | 2024-02-19T05:35:55.708Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2345 | 2024-02-19T05:35:55.708Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2346 | 2024-02-19T05:35:55.708Z | x pkg, 0 bytes, 0 tape blocks |
2347 | 2024-02-19T05:35:55.708Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2348 | 2024-02-19T05:35:55.708Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2349 | 2024-02-19T05:35:55.708Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2350 | 2024-02-19T05:35:55.708Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2351 | 2024-02-19T05:35:55.708Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2352 | 2024-02-19T05:35:55.708Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2353 | 2024-02-19T05:35:55.708Z | x VERSION, 25 bytes, 1 tape blocks |
2354 | 2024-02-19T05:35:55.713Z | + cd - |
2355 | 2024-02-19T05:35:55.713Z | /work/oxidecomputer/omicron |
2356 | 2024-02-19T05:35:55.713Z | + pkg_dir=/tmp/tmp.HFaWRh/root/opt/oxide/oxlog |
2357 | 2024-02-19T05:35:55.713Z | + mkdir -p /tmp/tmp.HFaWRh/root/opt/oxide/oxlog |
2358 | 2024-02-19T05:35:55.713Z | + cd /tmp/tmp.HFaWRh/root/opt/oxide/oxlog |
2359 | 2024-02-19T05:35:55.713Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2360 | 2024-02-19T05:35:55.717Z | x ., 0 bytes, 0 tape blocks |
2361 | 2024-02-19T05:35:55.717Z | x oxlog, 8554952 bytes, 16709 tape blocks |
2362 | 2024-02-19T05:35:55.717Z | x VERSION, 25 bytes, 1 tape blocks |
2363 | 2024-02-19T05:35:55.717Z | + cd - |
2364 | 2024-02-19T05:35:55.717Z | /work/oxidecomputer/omicron |
2365 | 2024-02-19T05:35:55.717Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.HFaWRh/root/opt/oxide |
2366 | 2024-02-19T05:35:55.795Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.HFaWRh/root/opt/oxide |
2367 | 2024-02-19T05:35:55.798Z | + cd /tmp/tmp.HFaWRh |
2368 | 2024-02-19T05:35:55.798Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2369 | 2024-02-19T05:36:04.566Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2370 | 2024-02-19T05:36:04.566Z | a oxide.json 1K |
2371 | 2024-02-19T05:36:04.566Z | a root/ 0K |
2372 | 2024-02-19T05:36:04.566Z | a root/opt/ 0K |
2373 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/ 0K |
2374 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/ 0K |
2375 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/zone-bundle 40931K |
2376 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/sled-agent 79173K |
2377 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2378 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2379 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2380 | 2024-02-19T05:36:04.566Z | a root/opt/oxide/sled-agent/VERSION 1K |
2381 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/ 0K |
2382 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2383 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2384 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2385 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2386 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2387 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2388 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2389 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2390 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2391 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2392 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/oxlog/ 0K |
2393 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/oxlog/oxlog 8355K |
2394 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/oxlog/VERSION 1K |
2395 | 2024-02-19T05:36:04.567Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2396 | 2024-02-19T05:36:04.568Z | a root/opt/oxide/overlay.tar.gz 3K |
2397 | 2024-02-19T05:36:04.568Z | a root/lib/ 0K |
2398 | 2024-02-19T05:36:04.568Z | a root/lib/svc/ 0K |
2399 | 2024-02-19T05:36:04.568Z | a root/lib/svc/manifest/ 0K |
2400 | 2024-02-19T05:36:04.568Z | a root/lib/svc/manifest/site/ 0K |
2401 | 2024-02-19T05:36:04.568Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2402 | 2024-02-19T05:36:04.573Z | + cd / |
2403 | 2024-02-19T05:36:04.573Z | + rm -rf /tmp/tmp.HFaWRh |
2404 | 2024-02-19T05:36:04.595Z | |
2405 | 2024-02-19T05:36:04.599Z | real 9.047042649 |
2406 | 2024-02-19T05:36:04.599Z | user 8.475651637 |
2407 | 2024-02-19T05:36:04.599Z | sys 0.599265918 |
2408 | 2024-02-19T05:36:04.599Z | trap 0.001661032 |
2409 | 2024-02-19T05:36:04.599Z | tflt 0.000000000 |
2410 | 2024-02-19T05:36:04.599Z | dflt 0.000000000 |
2411 | 2024-02-19T05:36:04.599Z | kflt 0.000000000 |
2412 | 2024-02-19T05:36:04.599Z | lock 0.000000000 |
2413 | 2024-02-19T05:36:04.600Z | slp 17.558431937 |
2414 | 2024-02-19T05:36:04.600Z | lat 0.208861484 |
2415 | 2024-02-19T05:36:04.600Z | stop 0.000210759 |
2416 | 2024-02-19T05:36:04.600Z | + mkdir -p /work/zones |
2417 | 2024-02-19T05:36:04.600Z | + 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) |
2418 | 2024-02-19T05:36:04.600Z | + 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/ |
2419 | 2024-02-19T05:36:07.103Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2420 | 2024-02-19T05:36:07.853Z | Finished release [optimized] target(s) in 0.69s |
2421 | 2024-02-19T05:36:07.888Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2422 | 2024-02-19T05:36:07.905Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2423 | 2024-02-19T05:36:07.908Z | Created new build target 'recovery' and set it as active |
2424 | 2024-02-19T05:36:07.908Z | |
2425 | 2024-02-19T05:36:07.908Z | real 0.800015597 |
2426 | 2024-02-19T05:36:07.908Z | user 0.548343700 |
2427 | 2024-02-19T05:36:07.908Z | sys 0.249753988 |
2428 | 2024-02-19T05:36:07.908Z | trap 0.000700477 |
2429 | 2024-02-19T05:36:07.908Z | tflt 0.000003498 |
2430 | 2024-02-19T05:36:07.908Z | dflt 0.000019047 |
2431 | 2024-02-19T05:36:07.908Z | kflt 0.000000000 |
2432 | 2024-02-19T05:36:07.908Z | lock 0.024495973 |
2433 | 2024-02-19T05:36:07.908Z | slp 0.014231927 |
2434 | 2024-02-19T05:36:07.908Z | lat 0.002975586 |
2435 | 2024-02-19T05:36:07.908Z | stop 0.000150458 |
2436 | 2024-02-19T05:36:07.908Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2437 | 2024-02-19T05:36:08.592Z | Finished release [optimized] target(s) in 0.63s |
2438 | 2024-02-19T05:36:08.613Z | Running `target/release/omicron-package -t recovery package` |
2439 | 2024-02-19T05:36:08.641Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2440 | 2024-02-19T05:36:09.242Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2441 | 2024-02-19T05:36:11.657Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2442 | 2024-02-19T05:36:32.122Z | Finished release [optimized] target(s) in 23.42s |
2443 | 2024-02-19T05:36:45.306Z | |
2444 | 2024-02-19T05:36:45.309Z | real 37.389105168 |
2445 | 2024-02-19T05:36:45.309Z | user 1:43.388341097 |
2446 | 2024-02-19T05:36:45.309Z | sys 7.946177855 |
2447 | 2024-02-19T05:36:45.309Z | trap 0.072807616 |
2448 | 2024-02-19T05:36:45.310Z | tflt 0.083972867 |
2449 | 2024-02-19T05:36:45.310Z | dflt 0.575454316 |
2450 | 2024-02-19T05:36:45.310Z | kflt 0.000052575 |
2451 | 2024-02-19T05:36:45.310Z | lock 12:18.287513508 |
2452 | 2024-02-19T05:36:45.310Z | slp 1:43.347878448 |
2453 | 2024-02-19T05:36:45.310Z | lat 1.463680001 |
2454 | 2024-02-19T05:36:45.310Z | stop 0.523862501 |
2455 | 2024-02-19T05:36:45.310Z | + stamp_packages installinator mg-ddm-gz |
2456 | 2024-02-19T05:36:45.310Z | + for package in "$@" |
2457 | 2024-02-19T05:36:45.310Z | + [[ installinator == mg-ddm-gz ]] |
2458 | 2024-02-19T05:36:45.310Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git2d0c94b1f38 |
2459 | 2024-02-19T05:36:46.002Z | Finished release [optimized] target(s) in 0.64s |
2460 | 2024-02-19T05:36:46.024Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git2d0c94b1f38` |
2461 | 2024-02-19T05:36:46.053Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2462 | 2024-02-19T05:36:46.133Z | Created: out/versioned/installinator.tar |
2463 | 2024-02-19T05:36:46.136Z | + for package in "$@" |
2464 | 2024-02-19T05:36:46.136Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2465 | 2024-02-19T05:36:46.136Z | + echo 0.0.0 |
2466 | 2024-02-19T05:36:46.136Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2467 | 2024-02-19T05:36:46.136Z | a VERSION 1K |
2468 | 2024-02-19T05:36:46.136Z | + rm VERSION |
2469 | 2024-02-19T05:36:46.139Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38 |
2470 | 2024-02-19T05:36:46.833Z | Finished release [optimized] target(s) in 0.64s |
2471 | 2024-02-19T05:36:46.858Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git2d0c94b1f38` |
2472 | 2024-02-19T05:36:46.891Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2473 | 2024-02-19T05:36:47.012Z | Created: out/versioned/mg-ddm-gz.tar |
2474 | 2024-02-19T05:36:47.015Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2475 | 2024-02-19T05:36:47.025Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2476 | 2024-02-19T05:36:47.028Z | ++ cd -- ./tools |
2477 | 2024-02-19T05:36:47.028Z | ++ pwd |
2478 | 2024-02-19T05:36:47.028Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2479 | 2024-02-19T05:36:47.032Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2480 | 2024-02-19T05:36:47.032Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-19T05:36:47.032Z | ++ readlink -f /work |
2482 | 2024-02-19T05:36:47.035Z | + out_dir=/work |
2483 | 2024-02-19T05:36:47.035Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2484 | 2024-02-19T05:36:47.035Z | + for dep in "${deps[@]}" |
2485 | 2024-02-19T05:36:47.035Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2486 | 2024-02-19T05:36:47.035Z | + for dep in "${deps[@]}" |
2487 | 2024-02-19T05:36:47.035Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2488 | 2024-02-19T05:36:47.035Z | ++ mktemp -d |
2489 | 2024-02-19T05:36:47.039Z | + tmp_trampoline=/tmp/tmp.PdayWh |
2490 | 2024-02-19T05:36:47.039Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2491 | 2024-02-19T05:36:47.039Z | + echo '{"v":"1","t":"layer"}' |
2492 | 2024-02-19T05:36:47.039Z | + pkg_dir=/tmp/tmp.PdayWh/root/opt/oxide/installinator |
2493 | 2024-02-19T05:36:47.039Z | + mkdir -p /tmp/tmp.PdayWh/root/opt/oxide/installinator |
2494 | 2024-02-19T05:36:47.039Z | + cd /tmp/tmp.PdayWh/root/opt/oxide/installinator |
2495 | 2024-02-19T05:36:47.039Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2496 | 2024-02-19T05:36:47.076Z | x ., 0 bytes, 0 tape blocks |
2497 | 2024-02-19T05:36:47.077Z | x installinator, 55297160 bytes, 108003 tape blocks |
2498 | 2024-02-19T05:36:47.077Z | x pkg, 0 bytes, 0 tape blocks |
2499 | 2024-02-19T05:36:47.077Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2500 | 2024-02-19T05:36:47.077Z | x VERSION, 25 bytes, 1 tape blocks |
2501 | 2024-02-19T05:36:47.080Z | + mkdir -p /tmp/tmp.PdayWh/root/lib/svc/manifest/site/ |
2502 | 2024-02-19T05:36:47.080Z | + mv pkg/manifest.xml /tmp/tmp.PdayWh/root/lib/svc/manifest/site/installinator.xml |
2503 | 2024-02-19T05:36:47.086Z | + cd - |
2504 | 2024-02-19T05:36:47.086Z | /work/oxidecomputer/omicron |
2505 | 2024-02-19T05:36:47.086Z | + pkg_dir=/tmp/tmp.PdayWh/root/opt/oxide/mg-ddm |
2506 | 2024-02-19T05:36:47.086Z | + mkdir -p /tmp/tmp.PdayWh/root/opt/oxide/mg-ddm |
2507 | 2024-02-19T05:36:47.089Z | + cd /tmp/tmp.PdayWh/root/opt/oxide/mg-ddm |
2508 | 2024-02-19T05:36:47.089Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2509 | 2024-02-19T05:36:47.133Z | x ., 0 bytes, 0 tape blocks |
2510 | 2024-02-19T05:36:47.133Z | x ddmadm, 36202584 bytes, 70709 tape blocks |
2511 | 2024-02-19T05:36:47.133Z | x ddmd, 33092232 bytes, 64634 tape blocks |
2512 | 2024-02-19T05:36:47.133Z | x pkg, 0 bytes, 0 tape blocks |
2513 | 2024-02-19T05:36:47.133Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2514 | 2024-02-19T05:36:47.133Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2515 | 2024-02-19T05:36:47.133Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2516 | 2024-02-19T05:36:47.133Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2517 | 2024-02-19T05:36:47.133Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2518 | 2024-02-19T05:36:47.133Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2519 | 2024-02-19T05:36:47.133Z | x VERSION, 25 bytes, 1 tape blocks |
2520 | 2024-02-19T05:36:47.136Z | + cd - |
2521 | 2024-02-19T05:36:47.137Z | /work/oxidecomputer/omicron |
2522 | 2024-02-19T05:36:47.137Z | + cd /tmp/tmp.PdayWh |
2523 | 2024-02-19T05:36:47.137Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2524 | 2024-02-19T05:36:51.593Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2525 | 2024-02-19T05:36:51.593Z | a oxide.json 1K |
2526 | 2024-02-19T05:36:51.593Z | a root/ 0K |
2527 | 2024-02-19T05:36:51.593Z | a root/opt/ 0K |
2528 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/ 0K |
2529 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/installinator/ 0K |
2530 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/installinator/installinator 54002K |
2531 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/installinator/pkg/ 0K |
2532 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/installinator/VERSION 1K |
2533 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/ 0K |
2534 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/ddmadm 35355K |
2535 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/ddmd 32317K |
2536 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2537 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2538 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2539 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2540 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2541 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2542 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2543 | 2024-02-19T05:36:51.593Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2544 | 2024-02-19T05:36:51.593Z | a root/lib/ 0K |
2545 | 2024-02-19T05:36:51.594Z | a root/lib/svc/ 0K |
2546 | 2024-02-19T05:36:51.594Z | a root/lib/svc/manifest/ 0K |
2547 | 2024-02-19T05:36:51.594Z | a root/lib/svc/manifest/site/ 0K |
2548 | 2024-02-19T05:36:51.594Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2549 | 2024-02-19T05:36:51.597Z | + cd / |
2550 | 2024-02-19T05:36:51.597Z | + rm -rf /tmp/tmp.PdayWh |
2551 | 2024-02-19T05:36:51.609Z | |
2552 | 2024-02-19T05:36:51.612Z | real 4.590937262 |
2553 | 2024-02-19T05:36:51.612Z | user 4.340432902 |
2554 | 2024-02-19T05:36:51.613Z | sys 0.263294411 |
2555 | 2024-02-19T05:36:51.613Z | trap 0.000854561 |
2556 | 2024-02-19T05:36:51.613Z | tflt 0.000000000 |
2557 | 2024-02-19T05:36:51.613Z | dflt 0.000000000 |
2558 | 2024-02-19T05:36:51.613Z | kflt 0.000000000 |
2559 | 2024-02-19T05:36:51.613Z | lock 0.000000000 |
2560 | 2024-02-19T05:36:51.613Z | slp 8.921743645 |
2561 | 2024-02-19T05:36:51.613Z | lat 0.098180444 |
2562 | 2024-02-19T05:36:51.613Z | stop 0.000227732 |
2563 | 2024-02-19T05:36:51.613Z | process exited: duration 1590114 ms, exit code 0 |
|
2564 | 2024-02-19T05:36:51.625Z | found 21 output files |
2565 | 2024-02-19T05:36:51.625Z | uploading: /work/version.txt (26 bytes) |
2566 | 2024-02-19T05:36:52.641Z | uploaded: /work/version.txt |
2567 | 2024-02-19T05:36:52.652Z | uploading: /work/package.tar.gz (88188363 bytes) |
2568 | 2024-02-19T05:37:04.551Z | uploaded: /work/package.tar.gz |
2569 | 2024-02-19T05:37:04.561Z | uploading: /work/global-zone-packages.tar.gz (128141107 bytes) |
2570 | 2024-02-19T05:37:35.719Z | uploaded: /work/global-zone-packages.tar.gz |
2571 | 2024-02-19T05:37:35.719Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38970522 bytes) |
2572 | 2024-02-19T05:37:41.157Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2573 | 2024-02-19T05:37:41.157Z | uploading: /work/zones/clickhouse.tar.gz (194514414 bytes) |
2574 | 2024-02-19T05:38:10.938Z | uploaded: /work/zones/clickhouse.tar.gz |
2575 | 2024-02-19T05:38:10.939Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194512227 bytes) |
2576 | 2024-02-19T05:38:39.112Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2577 | 2024-02-19T05:38:39.112Z | uploading: /work/zones/cockroachdb.tar.gz (131606059 bytes) |
2578 | 2024-02-19T05:38:58.463Z | uploaded: /work/zones/cockroachdb.tar.gz |
2579 | 2024-02-19T05:38:58.463Z | uploading: /work/zones/crucible-pantry.tar.gz (14633354 bytes) |
2580 | 2024-02-19T05:39:01.139Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2581 | 2024-02-19T05:39:01.146Z | uploading: /work/zones/crucible.tar.gz (29214475 bytes) |
2582 | 2024-02-19T05:39:08.078Z | uploaded: /work/zones/crucible.tar.gz |
2583 | 2024-02-19T05:39:08.085Z | uploading: /work/zones/external-dns.tar.gz (23646164 bytes) |
2584 | 2024-02-19T05:39:11.908Z | uploaded: /work/zones/external-dns.tar.gz |
2585 | 2024-02-19T05:39:11.908Z | uploading: /work/zones/internal-dns.tar.gz (23646162 bytes) |
2586 | 2024-02-19T05:39:16.361Z | uploaded: /work/zones/internal-dns.tar.gz |
2587 | 2024-02-19T05:39:16.361Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2588 | 2024-02-19T05:39:17.374Z | uploaded: /work/zones/ntp.tar.gz |
2589 | 2024-02-19T05:39:17.381Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19581035 bytes) |
2590 | 2024-02-19T05:39:20.225Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2591 | 2024-02-19T05:39:20.232Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19581554 bytes) |
2592 | 2024-02-19T05:39:23.991Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2593 | 2024-02-19T05:39:23.998Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87850252 bytes) |
2594 | 2024-02-19T05:39:36.715Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2595 | 2024-02-19T05:39:36.715Z | uploading: /work/zones/omicron-nexus.tar.gz (87843360 bytes) |
2596 | 2024-02-19T05:39:49.929Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2597 | 2024-02-19T05:39:49.933Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2598 | 2024-02-19T05:39:50.940Z | uploaded: /work/zones/overlay.tar.gz |
2599 | 2024-02-19T05:39:50.940Z | uploading: /work/zones/oximeter.tar.gz (55976554 bytes) |
2600 | 2024-02-19T05:39:59.514Z | uploaded: /work/zones/oximeter.tar.gz |
2601 | 2024-02-19T05:39:59.521Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2602 | 2024-02-19T05:40:10.960Z | uploaded: /work/zones/propolis-server.tar.gz |
2603 | 2024-02-19T05:40:10.967Z | uploading: /work/zones/switch-asic.tar.gz (285232617 bytes) |
2604 | 2024-02-19T05:40:53.752Z | uploaded: /work/zones/switch-asic.tar.gz |
2605 | 2024-02-19T05:40:53.752Z | uploading: /work/zones/switch-softnpu.tar.gz (209454742 bytes) |
2606 | 2024-02-19T05:41:27.797Z | uploaded: /work/zones/switch-softnpu.tar.gz |