|
|
|
1 | 2024-02-28T06:37:44.540Z | job assigned to worker 01HQQ6VNK2VY2F9VM9KWRZ4H3W (queued for 1 m 21 s) |
|
2 | 2024-02-28T06:37:45.408Z | starting task 0: "setup" |
3 | 2024-02-28T06:37:45.529Z | ++ uname -s |
4 | 2024-02-28T06:37:45.532Z | + kern=SunOS |
5 | 2024-02-28T06:37:45.532Z | + case "$kern" in |
6 | 2024-02-28T06:37:45.532Z | + groupadd -g 12345 build |
7 | 2024-02-28T06:37:45.535Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-28T06:37:47.544Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-28T06:37:47.681Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-28T06:37:47.685Z | + home_fs=zfs |
11 | 2024-02-28T06:37:47.685Z | + [[ zfs == autofs ]] |
12 | 2024-02-28T06:37:47.685Z | + mkdir -p /home/build |
13 | 2024-02-28T06:37:47.685Z | + chown build:build /home/build /work |
14 | 2024-02-28T06:37:49.678Z | + chmod 0700 /home/build /work |
15 | 2024-02-28T06:37:49.681Z | process exited: duration 4271 ms, exit code 0 |
|
16 | 2024-02-28T06:37:49.689Z | starting task 1: "rust-toolchain" |
17 | 2024-02-28T06:37:49.697Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-28T06:37:49.700Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-28T06:37:49.811Z | info: downloading installer |
20 | 2024-02-28T06:37:51.259Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-28T06:37:51.259Z | warning: /opt/ooce/bin |
22 | 2024-02-28T06:37:51.259Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-28T06:37:51.259Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-28T06:37:51.259Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-28T06:37:51.259Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-28T06:37:51.259Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-28T06:37:51.259Z | error: cannot install while Rust is installed |
28 | 2024-02-28T06:37:51.259Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-28T06:37:51.432Z | info: profile set to 'default' |
30 | 2024-02-28T06:37:51.432Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-28T06:37:51.438Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-28T06:37:51.595Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-28T06:37:51.595Z | info: downloading component 'cargo' |
34 | 2024-02-28T06:37:53.024Z | info: downloading component 'clippy' |
35 | 2024-02-28T06:37:53.028Z | info: downloading component 'rust-docs' |
36 | 2024-02-28T06:37:54.294Z | info: downloading component 'rust-std' |
37 | 2024-02-28T06:37:56.556Z | info: downloading component 'rustc' |
38 | 2024-02-28T06:38:01.826Z | info: downloading component 'rustfmt' |
39 | 2024-02-28T06:38:02.148Z | info: installing component 'cargo' |
40 | 2024-02-28T06:38:03.137Z | info: installing component 'clippy' |
41 | 2024-02-28T06:38:03.589Z | info: installing component 'rust-docs' |
42 | 2024-02-28T06:38:05.204Z | info: installing component 'rust-std' |
43 | 2024-02-28T06:38:07.652Z | info: installing component 'rustc' |
44 | 2024-02-28T06:38:12.519Z | info: installing component 'rustfmt' |
45 | 2024-02-28T06:38:13.164Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-28T06:38:13.164Z | |
47 | 2024-02-28T06:38:13.431Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-28T06:38:13.431Z | |
49 | 2024-02-28T06:38:13.456Z | |
50 | 2024-02-28T06:38:13.456Z | Rust is installed now. Great! |
51 | 2024-02-28T06:38:13.456Z | |
52 | 2024-02-28T06:38:13.457Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-28T06:38:13.457Z | environment variable. This has not been done automatically. |
54 | 2024-02-28T06:38:13.457Z | |
55 | 2024-02-28T06:38:13.457Z | To configure your current shell, run: |
56 | 2024-02-28T06:38:13.457Z | source "$HOME/.cargo/env" |
57 | 2024-02-28T06:38:13.488Z | + rustc --version |
58 | 2024-02-28T06:38:13.551Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-28T06:38:13.556Z | process exited: duration 23857 ms, exit code 0 |
|
60 | 2024-02-28T06:38:13.568Z | starting task 2: "authentication" |
61 | 2024-02-28T06:38:13.590Z | process exited: duration 23 ms, exit code 0 |
|
62 | 2024-02-28T06:38:13.596Z | starting task 3: "clone repository" |
63 | 2024-02-28T06:38:13.601Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-28T06:38:13.604Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-28T06:38:15.099Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-28T06:38:21.197Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-28T06:38:21.197Z | + git fetch origin 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
68 | 2024-02-28T06:38:21.515Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-28T06:38:21.515Z | * branch 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 -> FETCH_HEAD |
70 | 2024-02-28T06:38:21.533Z | + [[ -n renovate/rayon-1.x ]] |
71 | 2024-02-28T06:38:21.554Z | ++ git branch --show-current |
72 | 2024-02-28T06:38:21.554Z | + current=main |
73 | 2024-02-28T06:38:21.555Z | + [[ main != renovate/rayon-1.x ]] |
74 | 2024-02-28T06:38:21.555Z | + git branch -f renovate/rayon-1.x 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
75 | 2024-02-28T06:38:21.555Z | + git checkout -f renovate/rayon-1.x |
76 | 2024-02-28T06:38:21.647Z | Switched to branch 'renovate/rayon-1.x' |
77 | 2024-02-28T06:38:21.659Z | + git reset --hard 3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
78 | 2024-02-28T06:38:21.659Z | HEAD is now at 3aee7f5fb chore(deps): update rust crate rayon to 1.9 |
79 | 2024-02-28T06:38:21.669Z | process exited: duration 8058 ms, exit code 0 |
|
80 | 2024-02-28T06:38:21.690Z | starting task 4: "build" |
81 | 2024-02-28T06:38:21.701Z | + cargo --version |
82 | 2024-02-28T06:38:21.701Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-28T06:38:21.916Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-28T06:38:21.916Z | info: downloading component 'cargo' |
85 | 2024-02-28T06:38:23.012Z | info: downloading component 'clippy' |
86 | 2024-02-28T06:38:23.385Z | info: downloading component 'rust-docs' |
87 | 2024-02-28T06:38:24.366Z | info: downloading component 'rust-std' |
88 | 2024-02-28T06:38:25.687Z | info: downloading component 'rustc' |
89 | 2024-02-28T06:38:29.534Z | info: downloading component 'rustfmt' |
90 | 2024-02-28T06:38:29.737Z | info: installing component 'cargo' |
91 | 2024-02-28T06:38:30.597Z | info: installing component 'clippy' |
92 | 2024-02-28T06:38:30.950Z | info: installing component 'rust-docs' |
93 | 2024-02-28T06:38:32.516Z | info: installing component 'rust-std' |
94 | 2024-02-28T06:38:34.198Z | info: installing component 'rustc' |
95 | 2024-02-28T06:38:38.287Z | info: installing component 'rustfmt' |
96 | 2024-02-28T06:38:38.669Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-28T06:38:38.673Z | + rustc --version |
98 | 2024-02-28T06:38:38.741Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-28T06:38:38.745Z | ++ git rev-parse HEAD |
100 | 2024-02-28T06:38:38.751Z | + COMMIT=3aee7f5fbe16ccad82840b9d3504d00bcd9efe95 |
101 | 2024-02-28T06:38:38.751Z | + VERSION=7.0.0-0.ci+git3aee7f5fbe1 |
102 | 2024-02-28T06:38:38.751Z | + echo 7.0.0-0.ci+git3aee7f5fbe1 |
103 | 2024-02-28T06:38:38.751Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
104 | 2024-02-28T06:38:48.022Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2024-02-28T06:38:49.272Z | Startup: Caching catalogs ... Done |
106 | 2024-02-28T06:38:50.901Z | Planning: Solver setup ... Done (1.293s) |
107 | 2024-02-28T06:38:51.042Z | Planning: Running solver ... Done (0.132s) |
108 | 2024-02-28T06:38:51.198Z | Planning: Finding local manifests ... Done (0.141s) |
109 | 2024-02-28T06:38:51.643Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2024-02-28T06:38:52.279Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2024-02-28T06:38:52.329Z | Planning: Package planning ... Done (0.050s) |
112 | 2024-02-28T06:38:52.380Z | Planning: Merging actions ... Done (0.050s) |
113 | 2024-02-28T06:38:53.300Z | Planning: Checking for conflicting actions ... Done (0.921s) |
114 | 2024-02-28T06:38:53.312Z | Planning: Consolidating action changes ... Done (0.011s) |
115 | 2024-02-28T06:38:56.427Z | Planning: Evaluating mediators ... Done (3.114s) |
116 | 2024-02-28T06:38:56.437Z | Planning: Planning completed in 7.11 seconds |
117 | 2024-02-28T06:38:56.451Z | Packages to install: 4 |
118 | 2024-02-28T06:38:56.451Z | Mediators to change: 2 |
119 | 2024-02-28T06:38:56.454Z | Services to change: 1 |
120 | 2024-02-28T06:38:56.454Z | Estimated space available: 148.87 GB |
121 | 2024-02-28T06:38:56.454Z | Estimated space to be consumed: 1.42 GB |
122 | 2024-02-28T06:38:56.454Z | Create boot environment: No |
123 | 2024-02-28T06:38:56.454Z | Create backup boot environment: No |
124 | 2024-02-28T06:38:56.454Z | Rebuild boot archive: No |
125 | 2024-02-28T06:38:56.454Z | |
126 | 2024-02-28T06:38:56.454Z | Changed mediators: |
127 | 2024-02-28T06:38:56.454Z | mediator clang: |
128 | 2024-02-28T06:38:56.454Z | version: None -> 15 (system default) |
129 | 2024-02-28T06:38:56.454Z | |
130 | 2024-02-28T06:38:56.454Z | mediator llvm: |
131 | 2024-02-28T06:38:56.454Z | version: 14 (system default) -> 15 (system default) |
132 | 2024-02-28T06:38:56.454Z | |
133 | 2024-02-28T06:38:56.455Z | Changed packages: |
134 | 2024-02-28T06:38:56.455Z | helios-dev |
135 | 2024-02-28T06:38:56.455Z | developer/build-essential |
136 | 2024-02-28T06:38:56.455Z | None -> 11-2.0 |
137 | 2024-02-28T06:38:56.455Z | library/libxmlsec1 |
138 | 2024-02-28T06:38:56.455Z | None -> 1.2.35-2.0 |
139 | 2024-02-28T06:38:56.455Z | ooce/developer/clang-15 |
140 | 2024-02-28T06:38:56.455Z | None -> 15.0.7-2.0 |
141 | 2024-02-28T06:38:56.455Z | ooce/developer/llvm-15 |
142 | 2024-02-28T06:38:56.455Z | None -> 15.0.7-2.0 |
143 | 2024-02-28T06:38:56.455Z | |
144 | 2024-02-28T06:38:56.455Z | Services: |
145 | 2024-02-28T06:38:56.455Z | restart_fmri: |
146 | 2024-02-28T06:38:56.455Z | svc:/system/update-man-index:default |
147 | 2024-02-28T06:38:56.714Z | |
148 | 2024-02-28T06:38:56.714Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2024-02-28T06:39:02.823Z | Download: 211/3290 items 1.3/212.6MB 0% complete (674k/s) |
150 | 2024-02-28T06:39:07.823Z | Download: 1234/3290 items 87.3/212.6MB 41% complete (8.6M/s) |
151 | 2024-02-28T06:39:12.825Z | Download: 3145/3290 items 140.5/212.6MB 66% complete (13.9M/s) |
152 | 2024-02-28T06:39:16.369Z | Download: Completed 212.60 MB in 19.65 seconds (10.8M/s) |
153 | 2024-02-28T06:39:16.724Z | Actions: 1/3689 actions (Installing new actions) |
154 | 2024-02-28T06:39:21.758Z | Actions: 3587/3689 actions (Installing new actions) |
155 | 2024-02-28T06:39:21.767Z | Actions: Completed 3689 actions in 5.04 seconds. |
156 | 2024-02-28T06:39:21.863Z | Done (0.092s) |
157 | 2024-02-28T06:39:21.863Z | Done (0.000s) |
158 | 2024-02-28T06:39:22.087Z | Done (0.224s) |
159 | 2024-02-28T06:39:27.636Z | Done (5.420s) |
160 | 2024-02-28T06:39:27.813Z | Done (0.107s) |
161 | 2024-02-28T06:39:27.816Z | Done (0.000s) |
162 | 2024-02-28T06:39:27.979Z | Done (0.000s) |
163 | 2024-02-28T06:39:28.506Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-02-28T06:39:28.676Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-02-28T06:39:28.679Z | Planning: Consolidating action changes ... Done |
166 | 2024-02-28T06:39:28.946Z | Planning: Evaluating mediators ... Done |
167 | 2024-02-28T06:39:28.949Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-02-28T06:39:28.980Z | Mediators to change: 2 |
169 | 2024-02-28T06:39:28.980Z | Create boot environment: No |
170 | 2024-02-28T06:39:28.983Z | Create backup boot environment: No |
171 | 2024-02-28T06:39:29.048Z | Done |
172 | 2024-02-28T06:39:29.048Z | Done |
173 | 2024-02-28T06:39:29.181Z | Done |
174 | 2024-02-28T06:39:32.938Z | Done |
175 | 2024-02-28T06:39:33.024Z | Done |
176 | 2024-02-28T06:39:33.028Z | Done |
177 | 2024-02-28T06:39:33.130Z | Done |
178 | 2024-02-28T06:39:33.794Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-28T06:39:33.798Z | Planning: Merging actions ... Done |
180 | 2024-02-28T06:39:33.994Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-02-28T06:39:33.997Z | Planning: Consolidating action changes ... Done |
182 | 2024-02-28T06:39:34.271Z | Planning: Evaluating mediators ... Done |
183 | 2024-02-28T06:39:34.331Z | Planning: Planning completed in 0.82 seconds |
184 | 2024-02-28T06:39:34.368Z | Packages to change: 1 |
185 | 2024-02-28T06:39:34.368Z | Mediators to change: 1 |
186 | 2024-02-28T06:39:34.371Z | Services to change: 1 |
187 | 2024-02-28T06:39:34.371Z | Create boot environment: No |
188 | 2024-02-28T06:39:34.371Z | Create backup boot environment: Yes |
189 | 2024-02-28T06:39:36.235Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-02-28T06:39:36.264Z | Actions: Completed 6 actions in 0.03 seconds. |
191 | 2024-02-28T06:39:36.268Z | Done |
192 | 2024-02-28T06:39:36.268Z | Done |
193 | 2024-02-28T06:39:36.315Z | Done |
194 | 2024-02-28T06:39:40.105Z | Done |
195 | 2024-02-28T06:39:40.196Z | Done |
196 | 2024-02-28T06:39:40.199Z | Done |
197 | 2024-02-28T06:39:40.314Z | Done |
198 | 2024-02-28T06:39:40.755Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-02-28T06:39:40.755Z | clang system 15 system |
200 | 2024-02-28T06:39:40.755Z | csh system system illumos |
201 | 2024-02-28T06:39:40.755Z | ctags system system illumos |
202 | 2024-02-28T06:39:40.755Z | gcc vendor 12 vendor |
203 | 2024-02-28T06:39:40.755Z | gcc system 10 system |
204 | 2024-02-28T06:39:40.755Z | gcc system 7 system |
205 | 2024-02-28T06:39:40.755Z | go system 1.20 system |
206 | 2024-02-28T06:39:40.756Z | go system 1.19 system |
207 | 2024-02-28T06:39:40.756Z | llvm system 15 system |
208 | 2024-02-28T06:39:40.756Z | llvm system 14 system |
209 | 2024-02-28T06:39:40.756Z | mariadb system 10.6 system |
210 | 2024-02-28T06:39:40.756Z | mta vendor vendor dma |
211 | 2024-02-28T06:39:40.756Z | openjdk system 17 system |
212 | 2024-02-28T06:39:40.756Z | openjdk system 11 system |
213 | 2024-02-28T06:39:40.756Z | openjdk system 1.8 system |
214 | 2024-02-28T06:39:40.756Z | openssl vendor 3 vendor |
215 | 2024-02-28T06:39:40.756Z | perl system 5.36 system |
216 | 2024-02-28T06:39:40.756Z | postgresql system 15 system |
217 | 2024-02-28T06:39:40.756Z | postgresql system 13 system |
218 | 2024-02-28T06:39:40.756Z | python vendor 3 vendor |
219 | 2024-02-28T06:39:40.756Z | python system 2 system |
220 | 2024-02-28T06:39:40.756Z | python3 system 3.11 system |
221 | 2024-02-28T06:39:40.756Z | ruby system 3.0 system |
222 | 2024-02-28T06:39:40.756Z | words vendor vendor american-english |
223 | 2024-02-28T06:39:40.756Z | words system system australian-english |
224 | 2024-02-28T06:39:40.756Z | words system system british-english |
225 | 2024-02-28T06:39:40.756Z | words system system canadian-english |
226 | 2024-02-28T06:39:40.756Z | words system system french |
227 | 2024-02-28T06:39:40.756Z | words system system italian |
228 | 2024-02-28T06:39:40.756Z | words system system ngerman |
229 | 2024-02-28T06:39:40.756Z | words system system ogerman |
230 | 2024-02-28T06:39:40.757Z | words system system spanish |
231 | 2024-02-28T06:39:41.094Z | FMRI IFO |
232 | 2024-02-28T06:39:41.094Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-02-28T06:39:41.094Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
238 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
239 | 2024-02-28T06:39:41.095Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-02-28T06:39:41.149Z | + set -o errexit |
241 | 2024-02-28T06:39:41.152Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2024-02-28T06:39:41.155Z | ++ cd ./tools |
243 | 2024-02-28T06:39:41.155Z | ++ pwd |
244 | 2024-02-28T06:39:41.155Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2024-02-28T06:39:41.155Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2024-02-28T06:39:41.155Z | + ARG0=ci_download_cockroachdb |
247 | 2024-02-28T06:39:41.159Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2024-02-28T06:39:41.160Z | + CIDL_VERSION=v22.1.9 |
249 | 2024-02-28T06:39:41.160Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2024-02-28T06:39:41.160Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
251 | 2024-02-28T06:39:41.160Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
252 | 2024-02-28T06:39:41.160Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
253 | 2024-02-28T06:39:41.160Z | + TARGET_DIR=out |
254 | 2024-02-28T06:39:41.160Z | + DOWNLOAD_DIR=out/downloads |
255 | 2024-02-28T06:39:41.160Z | + DEST_DIR=./out/cockroachdb |
256 | 2024-02-28T06:39:41.160Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2024-02-28T06:39:41.160Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2024-02-28T06:39:41.160Z | + main |
259 | 2024-02-28T06:39:41.160Z | + [[ 0 != 0 ]] |
260 | 2024-02-28T06:39:41.160Z | + CIDL_OS=solaris2.11 |
261 | 2024-02-28T06:39:41.160Z | + [[ 0 != 0 ]] |
262 | 2024-02-28T06:39:41.160Z | + configure_os solaris2.11 |
263 | 2024-02-28T06:39:41.161Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2024-02-28T06:39:41.161Z | current directory: /work/oxidecomputer/omicron |
265 | 2024-02-28T06:39:41.161Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-02-28T06:39:41.161Z | configuring based on OS: "solaris2.11" |
267 | 2024-02-28T06:39:41.161Z | + case "$1" in |
268 | 2024-02-28T06:39:41.161Z | + CIDL_BUILD=illumos |
269 | 2024-02-28T06:39:41.161Z | + CIDL_SUFFIX=tar.gz |
270 | 2024-02-28T06:39:41.161Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
271 | 2024-02-28T06:39:41.161Z | + CIDL_URL_BASE=https://illumos.org/downloads |
272 | 2024-02-28T06:39:41.161Z | + CIDL_ASSEMBLE=do_assemble_illumos |
273 | 2024-02-28T06:39:41.161Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
274 | 2024-02-28T06:39:41.161Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-28T06:39:41.161Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-02-28T06:39:41.161Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
277 | 2024-02-28T06:39:41.161Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2024-02-28T06:39:41.161Z | + CIDL_SHA256FUNC=do_sha256sum |
279 | 2024-02-28T06:39:41.161Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-28T06:39:41.161Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-28T06:39:41.161Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-28T06:39:41.161Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2024-02-28T06:39:41.161Z | + mkdir -p out/downloads |
284 | 2024-02-28T06:39:41.165Z | + mkdir -p ./out/cockroachdb |
285 | 2024-02-28T06:39:41.165Z | + local DO_DOWNLOAD=true |
286 | 2024-02-28T06:39:41.165Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2024-02-28T06:39:41.165Z | + '[' true == true ']' |
288 | 2024-02-28T06:39:41.165Z | + echo Downloading... |
289 | 2024-02-28T06:39:41.165Z | Downloading... |
290 | 2024-02-28T06:39:41.165Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-28T06:39:41.165Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-28T06:39:42.980Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-28T06:39:42.985Z | ++ sha256sum |
294 | 2024-02-28T06:39:42.985Z | ++ awk '{print $1}' |
295 | 2024-02-28T06:39:43.078Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
296 | 2024-02-28T06:39:43.078Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
297 | 2024-02-28T06:39:43.085Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-28T06:39:43.085Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2024-02-28T06:39:45.247Z | + do_assemble_illumos |
300 | 2024-02-28T06:39:45.248Z | + rm -r ./out/cockroachdb |
301 | 2024-02-28T06:39:45.251Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2024-02-28T06:39:45.873Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2024-02-28T06:39:45.873Z | Build Tag: v22.1.9-dirty |
304 | 2024-02-28T06:39:45.873Z | Build Time: 2022/10/26 21:17:46 |
305 | 2024-02-28T06:39:45.874Z | Distribution: OSS |
306 | 2024-02-28T06:39:45.874Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2024-02-28T06:39:45.874Z | Go Version: go1.17.13 |
308 | 2024-02-28T06:39:45.874Z | C Compiler: gcc 10.3.0 |
309 | 2024-02-28T06:39:45.874Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2024-02-28T06:39:45.874Z | Build Type: release |
311 | 2024-02-28T06:39:45.874Z | + set -o errexit |
312 | 2024-02-28T06:39:45.874Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2024-02-28T06:39:45.875Z | ++ cd ./tools |
314 | 2024-02-28T06:39:45.875Z | ++ pwd |
315 | 2024-02-28T06:39:45.875Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2024-02-28T06:39:45.875Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2024-02-28T06:39:45.875Z | + ARG0=ci_download_clickhouse |
318 | 2024-02-28T06:39:45.875Z | + TARGET_DIR=out |
319 | 2024-02-28T06:39:45.875Z | + DOWNLOAD_DIR=out/downloads |
320 | 2024-02-28T06:39:45.875Z | + DEST_DIR=./out/clickhouse |
321 | 2024-02-28T06:39:45.875Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
322 | 2024-02-28T06:39:45.875Z | + CIDL_VERSION=v22.8.9.24 |
323 | 2024-02-28T06:39:45.876Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
324 | 2024-02-28T06:39:45.876Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
325 | 2024-02-28T06:39:45.876Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
326 | 2024-02-28T06:39:45.889Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
327 | 2024-02-28T06:39:45.889Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
328 | 2024-02-28T06:39:45.890Z | + main |
329 | 2024-02-28T06:39:45.890Z | + [[ 0 != 0 ]] |
330 | 2024-02-28T06:39:45.890Z | + CIDL_OS=solaris2.11 |
331 | 2024-02-28T06:39:45.890Z | + [[ 0 != 0 ]] |
332 | 2024-02-28T06:39:45.890Z | + configure_os solaris2.11 |
333 | 2024-02-28T06:39:45.890Z | + echo 'current directory: /work/oxidecomputer/omicron' |
334 | 2024-02-28T06:39:45.890Z | current directory: /work/oxidecomputer/omicron |
335 | 2024-02-28T06:39:45.890Z | configuring based on OS: "solaris2.11" |
336 | 2024-02-28T06:39:45.891Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-02-28T06:39:45.891Z | + CIDL_DASHREV= |
338 | 2024-02-28T06:39:45.891Z | + case "$1" in |
339 | 2024-02-28T06:39:45.891Z | + CIDL_PLATFORM=illumos |
340 | 2024-02-28T06:39:45.891Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-28T06:39:45.891Z | + CIDL_MD5FUNC=do_md5sum |
342 | 2024-02-28T06:39:45.892Z | + CIDL_DASHREV=-1 |
343 | 2024-02-28T06:39:45.892Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
344 | 2024-02-28T06:39:45.892Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-28T06:39:45.892Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-28T06:39:45.892Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2024-02-28T06:39:45.892Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
348 | 2024-02-28T06:39:45.892Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-28T06:39:45.893Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2024-02-28T06:39:45.893Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2024-02-28T06:39:45.893Z | + mkdir -p out/downloads |
352 | 2024-02-28T06:39:45.893Z | + mkdir -p ./out/clickhouse |
353 | 2024-02-28T06:39:45.894Z | + local DO_DOWNLOAD=true |
354 | 2024-02-28T06:39:45.894Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
355 | 2024-02-28T06:39:45.894Z | + '[' true == true ']' |
356 | 2024-02-28T06:39:45.894Z | + echo Downloading... |
357 | 2024-02-28T06:39:45.894Z | Downloading... |
358 | 2024-02-28T06:39:45.894Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-28T06:39:45.894Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-28T06:39:47.178Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-28T06:39:47.184Z | ++ md5sum |
362 | 2024-02-28T06:39:47.184Z | ++ awk '{print $1}' |
363 | 2024-02-28T06:39:47.364Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
364 | 2024-02-28T06:39:47.364Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
365 | 2024-02-28T06:39:47.379Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
366 | 2024-02-28T06:39:47.380Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-28T06:39:47.380Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-02-28T06:39:50.532Z | + ./out/clickhouse/clickhouse server --version |
369 | 2024-02-28T06:39:50.563Z | ClickHouse server version 22.8.9.1. |
370 | 2024-02-28T06:39:50.595Z | + set -o errexit |
371 | 2024-02-28T06:39:50.599Z | +++ dirname ./tools/ci_download_console |
372 | 2024-02-28T06:39:50.599Z | ++ cd ./tools |
373 | 2024-02-28T06:39:50.599Z | ++ pwd |
374 | 2024-02-28T06:39:50.599Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
375 | 2024-02-28T06:39:50.599Z | ++ basename ./tools/ci_download_console |
376 | 2024-02-28T06:39:50.599Z | + ARG0=ci_download_console |
377 | 2024-02-28T06:39:50.599Z | + TARGET_DIR=out |
378 | 2024-02-28T06:39:50.599Z | + DOWNLOAD_DIR=out/downloads |
379 | 2024-02-28T06:39:50.599Z | + DEST_DIR=./out/console-assets |
380 | 2024-02-28T06:39:50.599Z | + source /work/oxidecomputer/omicron/tools/console_version |
381 | 2024-02-28T06:39:50.599Z | ++ COMMIT=e991ec5cf148d83f135b6a692dca9b8df05acef0 |
382 | 2024-02-28T06:39:50.599Z | ++ SHA2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
383 | 2024-02-28T06:39:50.599Z | + URL=https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
384 | 2024-02-28T06:39:50.599Z | + TARBALL_FILE=out/downloads/console.tar.gz |
385 | 2024-02-28T06:39:50.599Z | + main |
386 | 2024-02-28T06:39:50.599Z | + [[ 0 != 0 ]] |
387 | 2024-02-28T06:39:50.599Z | + echo 'URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz' |
388 | 2024-02-28T06:39:50.600Z | URL: https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
389 | 2024-02-28T06:39:50.600Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-02-28T06:39:50.600Z | Local file: out/downloads/console.tar.gz |
391 | 2024-02-28T06:39:50.600Z | + local DO_DOWNLOAD=true |
392 | 2024-02-28T06:39:50.600Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-02-28T06:39:50.600Z | + mkdir -p out/downloads |
394 | 2024-02-28T06:39:50.600Z | + '[' true == true ']' |
395 | 2024-02-28T06:39:50.600Z | + echo Downloading... |
396 | 2024-02-28T06:39:50.600Z | Downloading... |
397 | 2024-02-28T06:39:50.600Z | + do_download_curl https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz out/downloads/console.tar.gz |
398 | 2024-02-28T06:39:50.600Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e991ec5cf148d83f135b6a692dca9b8df05acef0.tar.gz |
399 | 2024-02-28T06:39:51.062Z | ++ do_sha256sum out/downloads/console.tar.gz |
400 | 2024-02-28T06:39:51.063Z | ++ case "$OSTYPE" in |
401 | 2024-02-28T06:39:51.063Z | ++ SHA=sha256sum |
402 | 2024-02-28T06:39:51.083Z | ++ sha256sum |
403 | 2024-02-28T06:39:51.083Z | ++ awk '{print $1}' |
404 | 2024-02-28T06:39:51.083Z | + calculated_sha2=18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 |
405 | 2024-02-28T06:39:51.083Z | + [[ 18d53e4485e63d9e2273a889e70785648052e8a231df89f3bcbc2ed01a0eeeb1 != \1\8\d\5\3\e\4\4\8\5\e\6\3\d\9\e\2\2\7\3\a\8\8\9\e\7\0\7\8\5\6\4\8\0\5\2\e\8\a\2\3\1\d\f\8\9\f\3\b\c\b\c\2\e\d\0\1\a\0\e\e\e\b\1 ]] |
406 | 2024-02-28T06:39:51.083Z | + rm -rf ./out/console-assets |
407 | 2024-02-28T06:39:51.083Z | + mkdir -p ./out/console-assets |
408 | 2024-02-28T06:39:51.083Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
409 | 2024-02-28T06:39:51.083Z | + mkdir -p ./out/console-assets |
410 | 2024-02-28T06:39:51.524Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
411 | 2024-02-28T06:39:51.524Z | + set -o errexit |
412 | 2024-02-28T06:39:51.524Z | +++ dirname ./tools/ci_download_maghemite_openapi |
413 | 2024-02-28T06:39:51.524Z | ++ cd ./tools |
414 | 2024-02-28T06:39:51.524Z | ++ pwd |
415 | 2024-02-28T06:39:51.524Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
416 | 2024-02-28T06:39:51.524Z | ++ basename ./tools/ci_download_maghemite_openapi |
417 | 2024-02-28T06:39:51.525Z | + ARG0=ci_download_maghemite_openapi |
418 | 2024-02-28T06:39:51.525Z | + TARGET_DIR=out |
419 | 2024-02-28T06:39:51.525Z | + DOWNLOAD_DIR=out/downloads |
420 | 2024-02-28T06:39:51.525Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
421 | 2024-02-28T06:39:51.525Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
422 | 2024-02-28T06:39:51.525Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
423 | 2024-02-28T06:39:51.525Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
424 | 2024-02-28T06:39:51.525Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
425 | 2024-02-28T06:39:51.525Z | + main |
426 | 2024-02-28T06:39:51.525Z | + [[ 0 != 0 ]] |
427 | 2024-02-28T06:39:51.525Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
428 | 2024-02-28T06:39:51.525Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
429 | 2024-02-28T06:39:51.525Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
430 | 2024-02-28T06:39:51.525Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
431 | 2024-02-28T06:39:51.525Z | + local DO_DOWNLOAD=true |
432 | 2024-02-28T06:39:51.525Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
433 | 2024-02-28T06:39:51.525Z | + mkdir -p out/downloads |
434 | 2024-02-28T06:39:51.525Z | + '[' true == true ']' |
435 | 2024-02-28T06:39:51.525Z | + echo Downloading... |
436 | 2024-02-28T06:39:51.526Z | Downloading... |
437 | 2024-02-28T06:39:51.526Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
438 | 2024-02-28T06:39:51.526Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
439 | 2024-02-28T06:39:51.526Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
440 | 2024-02-28T06:39:51.526Z | ++ case "$OSTYPE" in |
441 | 2024-02-28T06:39:51.526Z | ++ SHA=sha256sum |
442 | 2024-02-28T06:39:51.526Z | ++ sha256sum |
443 | 2024-02-28T06:39:51.526Z | ++ awk '{print $1}' |
444 | 2024-02-28T06:39:51.526Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
445 | 2024-02-28T06:39:51.526Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
446 | 2024-02-28T06:39:51.526Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
447 | 2024-02-28T06:39:51.526Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
448 | 2024-02-28T06:39:51.526Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
449 | 2024-02-28T06:39:51.526Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
450 | 2024-02-28T06:39:51.526Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
451 | 2024-02-28T06:39:51.526Z | + main |
452 | 2024-02-28T06:39:51.526Z | + [[ 0 != 0 ]] |
453 | 2024-02-28T06:39:51.526Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
454 | 2024-02-28T06:39:51.526Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
455 | 2024-02-28T06:39:51.527Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
456 | 2024-02-28T06:39:51.527Z | + local DO_DOWNLOAD=true |
457 | 2024-02-28T06:39:51.527Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
458 | 2024-02-28T06:39:51.527Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
459 | 2024-02-28T06:39:51.527Z | + mkdir -p out/downloads |
460 | 2024-02-28T06:39:51.527Z | + '[' true == true ']' |
461 | 2024-02-28T06:39:51.527Z | + echo Downloading... |
462 | 2024-02-28T06:39:51.527Z | Downloading... |
463 | 2024-02-28T06:39:51.527Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
464 | 2024-02-28T06:39:51.527Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
465 | 2024-02-28T06:39:51.556Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
466 | 2024-02-28T06:39:51.561Z | ++ case "$OSTYPE" in |
467 | 2024-02-28T06:39:51.561Z | ++ SHA=sha256sum |
468 | 2024-02-28T06:39:51.561Z | ++ sha256sum |
469 | 2024-02-28T06:39:51.561Z | ++ awk '{print $1}' |
470 | 2024-02-28T06:39:51.564Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
471 | 2024-02-28T06:39:51.565Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
472 | 2024-02-28T06:39:51.569Z | + set -o errexit |
473 | 2024-02-28T06:39:51.572Z | +++ dirname ./tools/ci_download_dendrite_openapi |
474 | 2024-02-28T06:39:51.575Z | ++ cd ./tools |
475 | 2024-02-28T06:39:51.575Z | ++ pwd |
476 | 2024-02-28T06:39:51.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
477 | 2024-02-28T06:39:51.575Z | ++ basename ./tools/ci_download_dendrite_openapi |
478 | 2024-02-28T06:39:51.578Z | + ARG0=ci_download_dendrite_openapi |
479 | 2024-02-28T06:39:51.579Z | + TARGET_DIR=out |
480 | 2024-02-28T06:39:51.579Z | + DOWNLOAD_DIR=out/downloads |
481 | 2024-02-28T06:39:51.579Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
482 | 2024-02-28T06:39:51.579Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
483 | 2024-02-28T06:39:51.579Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
484 | 2024-02-28T06:39:51.579Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
485 | 2024-02-28T06:39:51.579Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
486 | 2024-02-28T06:39:51.579Z | + main |
487 | 2024-02-28T06:39:51.579Z | + [[ 0 != 0 ]] |
488 | 2024-02-28T06:39:51.579Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
489 | 2024-02-28T06:39:51.579Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
490 | 2024-02-28T06:39:51.579Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
491 | 2024-02-28T06:39:51.579Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
492 | 2024-02-28T06:39:51.579Z | + local DO_DOWNLOAD=true |
493 | 2024-02-28T06:39:51.579Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
494 | 2024-02-28T06:39:51.579Z | + mkdir -p out/downloads |
495 | 2024-02-28T06:39:51.579Z | + '[' true == true ']' |
496 | 2024-02-28T06:39:51.579Z | + echo Downloading... |
497 | 2024-02-28T06:39:51.579Z | Downloading... |
498 | 2024-02-28T06:39:51.579Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
499 | 2024-02-28T06:39:51.579Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
500 | 2024-02-28T06:39:51.703Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-28T06:39:51.703Z | ++ case "$OSTYPE" in |
502 | 2024-02-28T06:39:51.706Z | ++ SHA=sha256sum |
503 | 2024-02-28T06:39:51.706Z | ++ sha256sum |
504 | 2024-02-28T06:39:51.706Z | ++ awk '{print $1}' |
505 | 2024-02-28T06:39:51.709Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
506 | 2024-02-28T06:39:51.710Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
507 | 2024-02-28T06:39:51.716Z | + set -o errexit |
508 | 2024-02-28T06:39:51.719Z | +++ dirname ./tools/ci_download_dendrite_stub |
509 | 2024-02-28T06:39:51.722Z | ++ cd ./tools |
510 | 2024-02-28T06:39:51.722Z | ++ pwd |
511 | 2024-02-28T06:39:51.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
512 | 2024-02-28T06:39:51.722Z | ++ basename ./tools/ci_download_dendrite_stub |
513 | 2024-02-28T06:39:51.726Z | + ARG0=ci_download_dendrite_stub |
514 | 2024-02-28T06:39:51.726Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
515 | 2024-02-28T06:39:51.726Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
516 | 2024-02-28T06:39:51.726Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
517 | 2024-02-28T06:39:51.726Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
518 | 2024-02-28T06:39:51.726Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2024-02-28T06:39:51.726Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
520 | 2024-02-28T06:39:51.726Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
521 | 2024-02-28T06:39:51.726Z | + TARGET_DIR=out |
522 | 2024-02-28T06:39:51.726Z | + DOWNLOAD_DIR=out/downloads |
523 | 2024-02-28T06:39:51.726Z | + DEST_DIR=./out/dendrite-stub |
524 | 2024-02-28T06:39:51.726Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
525 | 2024-02-28T06:39:51.726Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
526 | 2024-02-28T06:39:51.726Z | + REPO=oxidecomputer/dendrite |
527 | 2024-02-28T06:39:51.726Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
528 | 2024-02-28T06:39:51.726Z | + main |
529 | 2024-02-28T06:39:51.727Z | + [[ 0 != 0 ]] |
530 | 2024-02-28T06:39:51.727Z | + CIDL_OS=solaris2.11 |
531 | 2024-02-28T06:39:51.727Z | + [[ 0 != 0 ]] |
532 | 2024-02-28T06:39:51.727Z | + configure_os solaris2.11 |
533 | 2024-02-28T06:39:51.727Z | + echo 'current directory: /work/oxidecomputer/omicron' |
534 | 2024-02-28T06:39:51.727Z | current directory: /work/oxidecomputer/omicron |
535 | 2024-02-28T06:39:51.727Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2024-02-28T06:39:51.727Z | + case "$1" in |
537 | 2024-02-28T06:39:51.727Z | configuring based on OS: "solaris2.11" |
538 | 2024-02-28T06:39:51.727Z | + SET_BINARIES= |
539 | 2024-02-28T06:39:51.727Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
540 | 2024-02-28T06:39:51.727Z | + CIDL_SHA256FUNC=do_sha256sum |
541 | 2024-02-28T06:39:51.727Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
542 | 2024-02-28T06:39:51.727Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
543 | 2024-02-28T06:39:51.727Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
544 | 2024-02-28T06:39:51.727Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2024-02-28T06:39:51.727Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
546 | 2024-02-28T06:39:51.727Z | Local file: out/downloads/dendrite-stub.tar.gz |
547 | 2024-02-28T06:39:51.727Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2024-02-28T06:39:51.727Z | + mkdir -p out/downloads |
549 | 2024-02-28T06:39:51.727Z | + mkdir -p ./out/dendrite-stub |
550 | 2024-02-28T06:39:51.739Z | + fetch_and_verify |
551 | 2024-02-28T06:39:51.739Z | + local DO_DOWNLOAD=true |
552 | 2024-02-28T06:39:51.739Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
553 | 2024-02-28T06:39:51.739Z | + '[' true == true ']' |
554 | 2024-02-28T06:39:51.739Z | + echo Downloading... |
555 | 2024-02-28T06:39:51.739Z | Downloading... |
556 | 2024-02-28T06:39:51.739Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
557 | 2024-02-28T06:39:51.739Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-02-28T06:40:01.873Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-28T06:40:01.880Z | ++ sha256sum |
560 | 2024-02-28T06:40:01.880Z | ++ awk '{print $1}' |
561 | 2024-02-28T06:40:01.880Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
562 | 2024-02-28T06:40:01.880Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
563 | 2024-02-28T06:40:01.880Z | + do_untar out/downloads/dendrite-stub.tar.gz |
564 | 2024-02-28T06:40:01.880Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
565 | 2024-02-28T06:40:02.172Z | + do_assemble |
566 | 2024-02-28T06:40:02.172Z | + rm -r ./out/dendrite-stub |
567 | 2024-02-28T06:40:02.176Z | + mkdir ./out/dendrite-stub |
568 | 2024-02-28T06:40:02.176Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
569 | 2024-02-28T06:40:02.268Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
570 | 2024-02-28T06:40:02.279Z | + set -o errexit |
571 | 2024-02-28T06:40:02.282Z | +++ dirname ./tools/ci_download_maghemite_mgd |
572 | 2024-02-28T06:40:02.282Z | ++ cd ./tools |
573 | 2024-02-28T06:40:02.289Z | ++ pwd |
574 | 2024-02-28T06:40:02.289Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
575 | 2024-02-28T06:40:02.290Z | ++ basename ./tools/ci_download_maghemite_mgd |
576 | 2024-02-28T06:40:02.290Z | + ARG0=ci_download_maghemite_mgd |
577 | 2024-02-28T06:40:02.290Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
578 | 2024-02-28T06:40:02.290Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
579 | 2024-02-28T06:40:02.290Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
580 | 2024-02-28T06:40:02.290Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
581 | 2024-02-28T06:40:02.290Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
582 | 2024-02-28T06:40:02.290Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
583 | 2024-02-28T06:40:02.290Z | + TARGET_DIR=out |
584 | 2024-02-28T06:40:02.290Z | + DOWNLOAD_DIR=out/downloads |
585 | 2024-02-28T06:40:02.290Z | + DEST_DIR=./out/mgd |
586 | 2024-02-28T06:40:02.290Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
587 | 2024-02-28T06:40:02.290Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
588 | 2024-02-28T06:40:02.290Z | + REPO=oxidecomputer/maghemite |
589 | 2024-02-28T06:40:02.290Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
590 | 2024-02-28T06:40:02.290Z | + main |
591 | 2024-02-28T06:40:02.290Z | + [[ 0 != 0 ]] |
592 | 2024-02-28T06:40:02.290Z | + CIDL_OS=solaris2.11 |
593 | 2024-02-28T06:40:02.290Z | + [[ 0 != 0 ]] |
594 | 2024-02-28T06:40:02.290Z | + configure_os solaris2.11 |
595 | 2024-02-28T06:40:02.294Z | + echo 'current directory: /work/oxidecomputer/omicron' |
596 | 2024-02-28T06:40:02.294Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-02-28T06:40:02.294Z | configuring based on OS: "solaris2.11" |
598 | 2024-02-28T06:40:02.294Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2024-02-28T06:40:02.294Z | + case "$1" in |
600 | 2024-02-28T06:40:02.294Z | + SET_BINARIES= |
601 | 2024-02-28T06:40:02.294Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-02-28T06:40:02.294Z | + TARBALL_FILENAME=mgd.tar.gz |
603 | 2024-02-28T06:40:02.294Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
604 | 2024-02-28T06:40:02.294Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
605 | 2024-02-28T06:40:02.295Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
606 | 2024-02-28T06:40:02.295Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-28T06:40:02.295Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
608 | 2024-02-28T06:40:02.295Z | + mkdir -p out/downloads |
609 | 2024-02-28T06:40:02.295Z | Local file: out/downloads/mgd.tar.gz |
610 | 2024-02-28T06:40:02.295Z | + mkdir -p ./out/mgd |
611 | 2024-02-28T06:40:02.295Z | + fetch_and_verify |
612 | 2024-02-28T06:40:02.295Z | + local DO_DOWNLOAD=true |
613 | 2024-02-28T06:40:02.295Z | + [[ -f out/downloads/mgd.tar.gz ]] |
614 | 2024-02-28T06:40:02.295Z | + '[' true == true ']' |
615 | 2024-02-28T06:40:02.295Z | + echo Downloading... |
616 | 2024-02-28T06:40:02.295Z | Downloading... |
617 | 2024-02-28T06:40:02.295Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
618 | 2024-02-28T06:40:02.295Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
619 | 2024-02-28T06:40:06.085Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
620 | 2024-02-28T06:40:06.089Z | ++ sha256sum |
621 | 2024-02-28T06:40:06.089Z | ++ awk '{print $1}' |
622 | 2024-02-28T06:40:06.105Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
623 | 2024-02-28T06:40:06.109Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
624 | 2024-02-28T06:40:06.109Z | + do_untar out/downloads/mgd.tar.gz |
625 | 2024-02-28T06:40:06.109Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
626 | 2024-02-28T06:40:06.551Z | + do_assemble |
627 | 2024-02-28T06:40:06.551Z | + rm -r ./out/mgd |
628 | 2024-02-28T06:40:06.556Z | + mkdir ./out/mgd |
629 | 2024-02-28T06:40:06.556Z | + cp -r out/downloads/root ./out/mgd/root |
630 | 2024-02-28T06:40:06.707Z | + set -o errexit |
631 | 2024-02-28T06:40:06.711Z | +++ dirname ./tools/ci_download_transceiver_control |
632 | 2024-02-28T06:40:06.712Z | ++ cd ./tools |
633 | 2024-02-28T06:40:06.712Z | ++ pwd |
634 | 2024-02-28T06:40:06.716Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
635 | 2024-02-28T06:40:06.716Z | ++ basename ./tools/ci_download_transceiver_control |
636 | 2024-02-28T06:40:06.716Z | + ARG0=ci_download_transceiver_control |
637 | 2024-02-28T06:40:06.716Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
638 | 2024-02-28T06:40:06.716Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
639 | 2024-02-28T06:40:06.716Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
640 | 2024-02-28T06:40:06.716Z | + TARGET_DIR=out |
641 | 2024-02-28T06:40:06.717Z | + DOWNLOAD_DIR=out/downloads |
642 | 2024-02-28T06:40:06.717Z | + DEST_DIR=./out/transceiver-control |
643 | 2024-02-28T06:40:06.717Z | + BIN_DIR=/opt/oxide/bin |
644 | 2024-02-28T06:40:06.717Z | + BINARY=xcvradm |
645 | 2024-02-28T06:40:06.717Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
646 | 2024-02-28T06:40:06.717Z | + REPO=oxidecomputer/transceiver-control |
647 | 2024-02-28T06:40:06.717Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
648 | 2024-02-28T06:40:06.717Z | + main |
649 | 2024-02-28T06:40:06.717Z | + [[ 0 != 0 ]] |
650 | 2024-02-28T06:40:06.717Z | + CIDL_OS=solaris2.11 |
651 | 2024-02-28T06:40:06.717Z | + [[ 0 != 0 ]] |
652 | 2024-02-28T06:40:06.717Z | + configure_os solaris2.11 |
653 | 2024-02-28T06:40:06.717Z | + echo 'current directory: /work/oxidecomputer/omicron' |
654 | 2024-02-28T06:40:06.717Z | current directory: /work/oxidecomputer/omicron |
655 | 2024-02-28T06:40:06.717Z | + echo 'configuring based on OS: "solaris2.11"' |
656 | 2024-02-28T06:40:06.717Z | + case "$1" in |
657 | 2024-02-28T06:40:06.717Z | configuring based on OS: "solaris2.11" |
658 | 2024-02-28T06:40:06.717Z | + SET_BINARIES= |
659 | 2024-02-28T06:40:06.717Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
660 | 2024-02-28T06:40:06.717Z | + CIDL_SHA256FUNC=do_sha256sum |
661 | 2024-02-28T06:40:06.717Z | + ARCHIVE_FILENAME=xcvradm.gz |
662 | 2024-02-28T06:40:06.718Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
663 | 2024-02-28T06:40:06.718Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
664 | 2024-02-28T06:40:06.718Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2024-02-28T06:40:06.718Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2024-02-28T06:40:06.718Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2024-02-28T06:40:06.718Z | Local file: out/downloads/xcvradm.gz |
668 | 2024-02-28T06:40:06.718Z | + mkdir -p out/downloads |
669 | 2024-02-28T06:40:06.722Z | + mkdir -p ./out/transceiver-control |
670 | 2024-02-28T06:40:06.722Z | + fetch_and_verify |
671 | 2024-02-28T06:40:06.722Z | + local DO_DOWNLOAD=true |
672 | 2024-02-28T06:40:06.723Z | + [[ -f out/downloads/xcvradm.gz ]] |
673 | 2024-02-28T06:40:06.723Z | + '[' true == true ']' |
674 | 2024-02-28T06:40:06.723Z | + echo Downloading... |
675 | 2024-02-28T06:40:06.723Z | Downloading... |
676 | 2024-02-28T06:40:06.723Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
677 | 2024-02-28T06:40:06.723Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-02-28T06:40:08.683Z | ++ do_sha256sum out/downloads/xcvradm.gz |
679 | 2024-02-28T06:40:08.686Z | ++ sha256sum |
680 | 2024-02-28T06:40:08.686Z | ++ awk '{print $1}' |
681 | 2024-02-28T06:40:08.692Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2024-02-28T06:40:08.695Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
683 | 2024-02-28T06:40:08.695Z | + do_unpack out/downloads/xcvradm.gz |
684 | 2024-02-28T06:40:08.695Z | + mkdir -p out/downloads/root//opt/oxide/bin |
685 | 2024-02-28T06:40:08.695Z | + gzip -dc out/downloads/xcvradm.gz |
686 | 2024-02-28T06:40:08.814Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
687 | 2024-02-28T06:40:08.817Z | + do_assemble |
688 | 2024-02-28T06:40:08.817Z | + rm -r ./out/transceiver-control |
689 | 2024-02-28T06:40:08.821Z | + mkdir ./out/transceiver-control |
690 | 2024-02-28T06:40:08.822Z | + cp -r out/downloads/root ./out/transceiver-control/root |
691 | 2024-02-28T06:40:08.965Z | All prerequisites installed successfully |
692 | 2024-02-28T06:40:08.968Z | |
693 | 2024-02-28T06:40:08.969Z | real 1:30.155150500 |
694 | 2024-02-28T06:40:08.969Z | user 34.655331165 |
695 | 2024-02-28T06:40:08.969Z | sys 6.470470311 |
696 | 2024-02-28T06:40:08.969Z | trap 0.009639741 |
697 | 2024-02-28T06:40:08.969Z | tflt 0.131927447 |
698 | 2024-02-28T06:40:08.969Z | dflt 0.428310733 |
699 | 2024-02-28T06:40:08.969Z | kflt 0.153870959 |
700 | 2024-02-28T06:40:08.969Z | lock 1.390695030 |
701 | 2024-02-28T06:40:08.969Z | slp 2:52.441337926 |
702 | 2024-02-28T06:40:08.969Z | lat 1.799493216 |
703 | 2024-02-28T06:40:08.969Z | stop 0.151239762 |
704 | 2024-02-28T06:40:08.969Z | + ptime -m ./tools/ci_download_softnpu_machinery |
705 | 2024-02-28T06:40:08.981Z | fetching npuzone |
706 | 2024-02-28T06:40:08.984Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
707 | 2024-02-28T06:40:08.984Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
708 | 2024-02-28T06:40:08.984Z | Getting hash for npuzone |
709 | 2024-02-28T06:40:09.083Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
710 | 2024-02-28T06:40:18.489Z | npuzone downloaded successfully |
711 | 2024-02-28T06:40:18.492Z | |
712 | 2024-02-28T06:40:18.495Z | real 9.521736035 |
713 | 2024-02-28T06:40:18.495Z | user 0.354746073 |
714 | 2024-02-28T06:40:18.495Z | sys 0.132853712 |
715 | 2024-02-28T06:40:18.496Z | trap 0.000205136 |
716 | 2024-02-28T06:40:18.496Z | tflt 0.000000000 |
717 | 2024-02-28T06:40:18.496Z | dflt 0.000000000 |
718 | 2024-02-28T06:40:18.496Z | kflt 0.000000000 |
719 | 2024-02-28T06:40:18.496Z | lock 0.000000000 |
720 | 2024-02-28T06:40:18.496Z | slp 27.963114634 |
721 | 2024-02-28T06:40:18.496Z | lat 0.082477909 |
722 | 2024-02-28T06:40:18.496Z | stop 0.000176847 |
723 | 2024-02-28T06:40:18.496Z | + export CARGO_INCREMENTAL=0 |
724 | 2024-02-28T06:40:18.496Z | + CARGO_INCREMENTAL=0 |
725 | 2024-02-28T06:40:18.496Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
726 | 2024-02-28T06:40:18.711Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-28T06:40:19.030Z | Updating git repository `https://github.com/oxidecomputer/samael` |
728 | 2024-02-28T06:40:19.626Z | Updating crates.io index |
729 | 2024-02-28T06:40:19.680Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-28T06:40:20.360Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-28T06:40:22.102Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-28T06:40:22.634Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-28T06:40:22.942Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-28T06:40:23.209Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-28T06:40:23.460Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-28T06:40:24.345Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-28T06:40:26.549Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-28T06:40:27.556Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-28T06:40:27.846Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-28T06:40:29.918Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-28T06:40:30.219Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-28T06:40:30.531Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-28T06:40:30.803Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-28T06:40:31.128Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-28T06:40:31.942Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-28T06:40:32.226Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-28T06:40:32.754Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-28T06:40:33.137Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-28T06:40:33.443Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-28T06:40:34.363Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-28T06:40:34.759Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-28T06:40:35.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-28T06:40:36.309Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-28T06:40:36.581Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-28T06:40:37.820Z | Downloading crates ... |
756 | 2024-02-28T06:40:38.021Z | Downloaded bytes v1.5.0 |
757 | 2024-02-28T06:40:38.033Z | Downloaded hubpack_derive v0.1.1 |
758 | 2024-02-28T06:40:38.036Z | Downloaded instant v0.1.12 |
759 | 2024-02-28T06:40:38.039Z | Downloaded hyper-staticfile v0.9.5 |
760 | 2024-02-28T06:40:38.042Z | Downloaded indoc v1.0.9 |
761 | 2024-02-28T06:40:38.045Z | Downloaded is_ci v1.2.0 |
762 | 2024-02-28T06:40:38.048Z | Downloaded cexpr v0.6.0 |
763 | 2024-02-28T06:40:38.051Z | Downloaded atty v0.2.14 |
764 | 2024-02-28T06:40:38.051Z | Downloaded aead v0.5.2 |
765 | 2024-02-28T06:40:38.054Z | Downloaded cipher v0.4.4 |
766 | 2024-02-28T06:40:38.056Z | Downloaded ciborium v0.2.2 |
767 | 2024-02-28T06:40:38.062Z | Downloaded ipnetwork v0.20.0 |
768 | 2024-02-28T06:40:38.065Z | Downloaded chacha20 v0.9.1 |
769 | 2024-02-28T06:40:38.065Z | Downloaded colored v2.0.4 |
770 | 2024-02-28T06:40:38.069Z | Downloaded inout v0.1.3 |
771 | 2024-02-28T06:40:38.072Z | Downloaded indoc v2.0.3 |
772 | 2024-02-28T06:40:38.075Z | Downloaded libefi-sys v0.1.0 |
773 | 2024-02-28T06:40:38.077Z | Downloaded clap_lex v0.7.0 |
774 | 2024-02-28T06:40:38.082Z | Downloaded normalize-line-endings v0.3.0 |
775 | 2024-02-28T06:40:38.082Z | Downloaded lru-cache v0.1.2 |
776 | 2024-02-28T06:40:38.085Z | Downloaded convert_case v0.4.0 |
777 | 2024-02-28T06:40:38.085Z | Downloaded clap_derive v4.5.0 |
778 | 2024-02-28T06:40:38.088Z | Downloaded hkdf v0.12.4 |
779 | 2024-02-28T06:40:38.091Z | Downloaded cstr-argument v0.1.2 |
780 | 2024-02-28T06:40:38.094Z | Downloaded itoa v1.0.9 |
781 | 2024-02-28T06:40:38.096Z | Downloaded mockall_derive v0.12.0 |
782 | 2024-02-28T06:40:38.100Z | Downloaded home v0.5.5 |
783 | 2024-02-28T06:40:38.102Z | Downloaded crypto-common v0.1.6 |
784 | 2024-02-28T06:40:38.103Z | Downloaded crossbeam-deque v0.8.3 |
785 | 2024-02-28T06:40:38.106Z | Downloaded http-body v0.4.5 |
786 | 2024-02-28T06:40:38.109Z | Downloaded keccak v0.1.4 |
787 | 2024-02-28T06:40:38.115Z | Downloaded crucible-workspace-hack v0.1.0 |
788 | 2024-02-28T06:40:38.115Z | Downloaded http v1.0.0 |
789 | 2024-02-28T06:40:38.118Z | Downloaded linear-map v1.2.0 |
790 | 2024-02-28T06:40:38.122Z | Downloaded async-stream-impl v0.3.5 |
791 | 2024-02-28T06:40:38.122Z | Downloaded base64ct v1.6.0 |
792 | 2024-02-28T06:40:38.126Z | Downloaded adler v1.0.2 |
793 | 2024-02-28T06:40:38.129Z | Downloaded crunchy v0.2.2 |
794 | 2024-02-28T06:40:38.129Z | Downloaded cancel-safe-futures v0.1.5 |
795 | 2024-02-28T06:40:38.134Z | Downloaded ident_case v1.0.1 |
796 | 2024-02-28T06:40:38.138Z | Downloaded ascii-canvas v3.0.0 |
797 | 2024-02-28T06:40:38.141Z | Downloaded hostname v0.3.1 |
798 | 2024-02-28T06:40:38.144Z | Downloaded kstat-rs v0.2.3 |
799 | 2024-02-28T06:40:38.144Z | Downloaded http-range v0.1.5 |
800 | 2024-02-28T06:40:38.147Z | Downloaded managed v0.8.0 |
801 | 2024-02-28T06:40:38.150Z | Downloaded async-stream v0.3.5 |
802 | 2024-02-28T06:40:38.153Z | Downloaded array-init v0.0.4 |
803 | 2024-02-28T06:40:38.159Z | Downloaded autocfg v1.1.0 |
804 | 2024-02-28T06:40:38.162Z | Downloaded httpdate v1.0.3 |
805 | 2024-02-28T06:40:38.162Z | Downloaded arrayref v0.3.7 |
806 | 2024-02-28T06:40:38.162Z | Downloaded hubpack v0.1.2 |
807 | 2024-02-28T06:40:38.165Z | Downloaded hyper-tls v0.5.0 |
808 | 2024-02-28T06:40:38.168Z | Downloaded block-buffer v0.10.4 |
809 | 2024-02-28T06:40:38.168Z | Downloaded bb8 v0.8.3 |
810 | 2024-02-28T06:40:38.171Z | Downloaded matches v0.1.10 |
811 | 2024-02-28T06:40:38.171Z | Downloaded match_cfg v0.1.0 |
812 | 2024-02-28T06:40:38.174Z | Downloaded new_debug_unreachable v1.0.4 |
813 | 2024-02-28T06:40:38.174Z | Downloaded atomic-waker v1.1.1 |
814 | 2024-02-28T06:40:38.177Z | Downloaded buf-list v1.0.3 |
815 | 2024-02-28T06:40:38.585Z | Downloaded base16ct v0.2.0 |
816 | 2024-02-28T06:40:38.585Z | Downloaded nodrop v0.1.14 |
817 | 2024-02-28T06:40:38.591Z | Downloaded highway v1.1.0 |
818 | 2024-02-28T06:40:38.591Z | Downloaded iana-time-zone v0.1.57 |
819 | 2024-02-28T06:40:38.592Z | Downloaded secrecy v0.8.0 |
820 | 2024-02-28T06:40:38.592Z | Downloaded swrite v0.1.0 |
821 | 2024-02-28T06:40:38.592Z | Downloaded semver v0.1.20 |
822 | 2024-02-28T06:40:38.592Z | Downloaded indexmap v2.2.3 |
823 | 2024-02-28T06:40:38.592Z | Downloaded strum v0.26.1 |
824 | 2024-02-28T06:40:38.592Z | Downloaded strum v0.25.0 |
825 | 2024-02-28T06:40:38.592Z | Downloaded endian-type v0.1.2 |
826 | 2024-02-28T06:40:38.592Z | Downloaded md-5 v0.10.5 |
827 | 2024-02-28T06:40:38.592Z | Downloaded maplit v1.0.2 |
828 | 2024-02-28T06:40:38.592Z | Downloaded ansi_term v0.12.1 |
829 | 2024-02-28T06:40:38.592Z | Downloaded num_enum v0.5.11 |
830 | 2024-02-28T06:40:38.592Z | Downloaded multimap v0.10.0 |
831 | 2024-02-28T06:40:38.592Z | Downloaded cfg-if v1.0.0 |
832 | 2024-02-28T06:40:38.593Z | Downloaded linked-hash-map v0.5.6 |
833 | 2024-02-28T06:40:38.593Z | Downloaded httparse v1.8.0 |
834 | 2024-02-28T06:40:38.593Z | Downloaded arrayvec v0.7.4 |
835 | 2024-02-28T06:40:38.593Z | Downloaded memoffset v0.9.0 |
836 | 2024-02-28T06:40:38.593Z | Downloaded memmap v0.7.0 |
837 | 2024-02-28T06:40:38.593Z | Downloaded num_enum_derive v0.5.11 |
838 | 2024-02-28T06:40:38.593Z | Downloaded bcs v0.1.6 |
839 | 2024-02-28T06:40:38.593Z | Downloaded num v0.4.1 |
840 | 2024-02-28T06:40:38.593Z | Downloaded num_cpus v1.16.0 |
841 | 2024-02-28T06:40:38.593Z | Downloaded path-slash v0.1.5 |
842 | 2024-02-28T06:40:38.593Z | Downloaded utf-8 v0.7.6 |
843 | 2024-02-28T06:40:38.593Z | Downloaded addr2line v0.21.0 |
844 | 2024-02-28T06:40:38.593Z | Downloaded num-integer v0.1.46 |
845 | 2024-02-28T06:40:38.594Z | Downloaded libloading v0.7.4 |
846 | 2024-02-28T06:40:38.594Z | Downloaded nu-ansi-term v0.50.0 |
847 | 2024-02-28T06:40:38.594Z | Downloaded sqlparser_derive v0.2.2 |
848 | 2024-02-28T06:40:38.594Z | Downloaded maybe-uninit v2.0.0 |
849 | 2024-02-28T06:40:38.594Z | Downloaded rpassword v7.3.1 |
850 | 2024-02-28T06:40:38.594Z | Downloaded hmac v0.12.1 |
851 | 2024-02-28T06:40:38.594Z | Downloaded stringprep v0.1.3 |
852 | 2024-02-28T06:40:38.594Z | Downloaded structmeta v0.3.0 |
853 | 2024-02-28T06:40:38.594Z | Downloaded vec_map v0.8.2 |
854 | 2024-02-28T06:40:38.594Z | Downloaded camino v1.1.6 |
855 | 2024-02-28T06:40:38.594Z | Downloaded lock_api v0.4.10 |
856 | 2024-02-28T06:40:38.594Z | Downloaded crossbeam-epoch v0.9.15 |
857 | 2024-02-28T06:40:38.594Z | Downloaded zone_cfg_derive v0.3.0 |
858 | 2024-02-28T06:40:38.595Z | Downloaded toml_datetime v0.6.5 |
859 | 2024-02-28T06:40:38.595Z | Downloaded crc32fast v1.3.2 |
860 | 2024-02-28T06:40:38.595Z | Downloaded walkdir v2.4.0 |
861 | 2024-02-28T06:40:38.595Z | Downloaded num-rational v0.4.1 |
862 | 2024-02-28T06:40:38.595Z | Downloaded smf v0.2.2 |
863 | 2024-02-28T06:40:38.595Z | Downloaded num-complex v0.4.4 |
864 | 2024-02-28T06:40:38.595Z | Downloaded native-tls v0.2.11 |
865 | 2024-02-28T06:40:38.595Z | Downloaded termtree v0.4.1 |
866 | 2024-02-28T06:40:38.595Z | Downloaded ahash v0.8.7 |
867 | 2024-02-28T06:40:38.595Z | Downloaded openssl-probe v0.1.5 |
868 | 2024-02-28T06:40:38.595Z | Downloaded smawk v0.3.1 |
869 | 2024-02-28T06:40:38.595Z | Downloaded parse-display-derive v0.9.0 |
870 | 2024-02-28T06:40:38.595Z | Downloaded paste v1.0.14 |
871 | 2024-02-28T06:40:38.596Z | Downloaded foreign-types v0.5.0 |
872 | 2024-02-28T06:40:38.596Z | Downloaded crc-any v2.4.3 |
873 | 2024-02-28T06:40:38.596Z | Downloaded downcast v0.11.0 |
874 | 2024-02-28T06:40:38.596Z | Downloaded fastrand v2.0.1 |
875 | 2024-02-28T06:40:38.596Z | Downloaded rustversion v1.0.14 |
876 | 2024-02-28T06:40:38.596Z | Downloaded scopeguard v1.2.0 |
877 | 2024-02-28T06:40:38.596Z | Downloaded slog-scope v4.4.0 |
878 | 2024-02-28T06:40:38.596Z | Downloaded crossbeam-utils v0.8.16 |
879 | 2024-02-28T06:40:38.596Z | Downloaded termcolor v1.2.0 |
880 | 2024-02-28T06:40:38.596Z | Downloaded predicates-core v1.0.6 |
881 | 2024-02-28T06:40:38.596Z | Downloaded ppv-lite86 v0.2.17 |
882 | 2024-02-28T06:40:38.596Z | Downloaded arc-swap v1.6.0 |
883 | 2024-02-28T06:40:38.596Z | Downloaded dtrace-parser v0.2.0 |
884 | 2024-02-28T06:40:38.597Z | Downloaded num_threads v0.1.6 |
885 | 2024-02-28T06:40:38.597Z | Downloaded allocator-api2 v0.2.16 |
886 | 2024-02-28T06:40:38.597Z | Downloaded signal-hook v0.3.17 |
887 | 2024-02-28T06:40:38.597Z | Downloaded phf v0.11.2 |
888 | 2024-02-28T06:40:38.597Z | Downloaded unicode-linebreak v0.1.5 |
889 | 2024-02-28T06:40:38.597Z | Downloaded number_prefix v0.4.0 |
890 | 2024-02-28T06:40:38.597Z | Downloaded fxhash v0.2.1 |
891 | 2024-02-28T06:40:38.597Z | Downloaded blake2 v0.10.6 |
892 | 2024-02-28T06:40:38.597Z | Downloaded postgres-types v0.2.6 |
893 | 2024-02-28T06:40:38.597Z | Downloaded terminal_size v0.3.0 |
894 | 2024-02-28T06:40:38.597Z | Downloaded termios v0.3.3 |
895 | 2024-02-28T06:40:38.597Z | Downloaded serde_derive v1.0.196 |
896 | 2024-02-28T06:40:38.597Z | Downloaded serde-big-array v0.4.1 |
897 | 2024-02-28T06:40:38.598Z | Downloaded headers-core v0.2.0 |
898 | 2024-02-28T06:40:38.598Z | Downloaded fd-lock v3.0.13 |
899 | 2024-02-28T06:40:38.598Z | Downloaded hash32 v0.3.1 |
900 | 2024-02-28T06:40:38.598Z | Downloaded dof v0.3.0 |
901 | 2024-02-28T06:40:38.598Z | Downloaded pem-rfc7468 v0.7.0 |
902 | 2024-02-28T06:40:38.598Z | Downloaded usdt v0.3.5 |
903 | 2024-02-28T06:40:38.598Z | Downloaded tempfile v3.10.0 |
904 | 2024-02-28T06:40:38.598Z | Downloaded backtrace v0.3.69 |
905 | 2024-02-28T06:40:38.598Z | Downloaded sha1 v0.10.6 |
906 | 2024-02-28T06:40:38.598Z | Downloaded ed25519 v1.5.3 |
907 | 2024-02-28T06:40:38.598Z | Downloaded futures-executor v0.3.30 |
908 | 2024-02-28T06:40:38.598Z | Downloaded indicatif v0.17.8 |
909 | 2024-02-28T06:40:38.598Z | Downloaded serde_tokenstream v0.2.0 |
910 | 2024-02-28T06:40:38.599Z | Downloaded openssl-macros v0.1.1 |
911 | 2024-02-28T06:40:38.599Z | Downloaded zerocopy v0.3.0 |
912 | 2024-02-28T06:40:38.599Z | Downloaded diesel_table_macro_syntax v0.1.0 |
913 | 2024-02-28T06:40:38.599Z | Downloaded rtoolbox v0.0.1 |
914 | 2024-02-28T06:40:38.599Z | Downloaded generic-array v0.14.7 |
915 | 2024-02-28T06:40:38.599Z | Downloaded poly1305 v0.8.0 |
916 | 2024-02-28T06:40:38.599Z | Downloaded doc-comment v0.3.3 |
917 | 2024-02-28T06:40:38.605Z | Downloaded display-error-chain v0.2.0 |
918 | 2024-02-28T06:40:38.605Z | Downloaded serde_path_to_error v0.1.15 |
919 | 2024-02-28T06:40:38.605Z | Downloaded textwrap v0.11.0 |
920 | 2024-02-28T06:40:38.605Z | Downloaded opaque-debug v0.3.0 |
921 | 2024-02-28T06:40:38.605Z | Downloaded parse-size v1.0.0 |
922 | 2024-02-28T06:40:38.605Z | Downloaded scroll v0.12.0 |
923 | 2024-02-28T06:40:38.605Z | Downloaded slog-envlogger v2.2.0 |
924 | 2024-02-28T06:40:38.605Z | Downloaded usdt-macro v0.5.0 |
925 | 2024-02-28T06:40:38.605Z | Downloaded tungstenite v0.20.1 |
926 | 2024-02-28T06:40:38.605Z | Downloaded rustfmt-wrapper v0.2.0 |
927 | 2024-02-28T06:40:38.605Z | Downloaded rustc_version v0.4.0 |
928 | 2024-02-28T06:40:38.605Z | Downloaded rustc-hash v1.1.0 |
929 | 2024-02-28T06:40:38.605Z | Downloaded tracing-core v0.1.31 |
930 | 2024-02-28T06:40:38.606Z | Downloaded slog-stdlog v4.1.1 |
931 | 2024-02-28T06:40:38.606Z | Downloaded snafu v0.7.5 |
932 | 2024-02-28T06:40:38.606Z | Downloaded tokio-native-tls v0.3.1 |
933 | 2024-02-28T06:40:38.606Z | Downloaded glob v0.3.1 |
934 | 2024-02-28T06:40:38.606Z | Downloaded rustls-pki-types v1.3.0 |
935 | 2024-02-28T06:40:38.606Z | Downloaded oso-derive v0.27.0 |
936 | 2024-02-28T06:40:38.606Z | Downloaded thiserror-no-std v2.0.2 |
937 | 2024-02-28T06:40:38.606Z | Downloaded semver-parser v0.10.2 |
938 | 2024-02-28T06:40:38.606Z | Downloaded time-macros v0.2.13 |
939 | 2024-02-28T06:40:38.606Z | Downloaded rustls-pemfile v1.0.3 |
940 | 2024-02-28T06:40:38.606Z | Downloaded vte v0.11.1 |
941 | 2024-02-28T06:40:38.606Z | Downloaded toolchain_find v0.2.0 |
942 | 2024-02-28T06:40:38.607Z | Downloaded ref-cast-impl v1.0.20 |
943 | 2024-02-28T06:40:38.607Z | Downloaded resolv-conf v0.7.0 |
944 | 2024-02-28T06:40:38.607Z | Downloaded utf8parse v0.2.1 |
945 | 2024-02-28T06:40:38.607Z | Downloaded tinyvec v1.6.0 |
946 | 2024-02-28T06:40:38.607Z | Downloaded dof v0.1.5 |
947 | 2024-02-28T06:40:38.607Z | Downloaded defmt-macros v0.3.6 |
948 | 2024-02-28T06:40:38.607Z | Downloaded defmt-parser v0.3.3 |
949 | 2024-02-28T06:40:38.607Z | Downloaded errno v0.3.8 |
950 | 2024-02-28T06:40:38.607Z | Downloaded parking_lot v0.11.2 |
951 | 2024-02-28T06:40:38.607Z | Downloaded serde_repr v0.1.16 |
952 | 2024-02-28T06:40:38.607Z | Downloaded unicode-bidi v0.3.13 |
953 | 2024-02-28T06:40:38.607Z | Downloaded fs-err v2.11.0 |
954 | 2024-02-28T06:40:38.607Z | Downloaded time-core v0.1.1 |
955 | 2024-02-28T06:40:38.607Z | Downloaded tracing v0.1.37 |
956 | 2024-02-28T06:40:38.608Z | Downloaded wait-timeout v0.2.0 |
957 | 2024-02-28T06:40:38.608Z | Downloaded same-file v1.0.6 |
958 | 2024-02-28T06:40:38.608Z | Downloaded spki v0.7.2 |
959 | 2024-02-28T06:40:38.608Z | Downloaded defmt v0.3.5 |
960 | 2024-02-28T06:40:38.608Z | Downloaded serde-big-array v0.5.1 |
961 | 2024-02-28T06:40:38.608Z | Downloaded fragile v2.0.0 |
962 | 2024-02-28T06:40:38.608Z | Downloaded waitgroup v0.1.2 |
963 | 2024-02-28T06:40:38.608Z | Downloaded difflib v0.4.0 |
964 | 2024-02-28T06:40:38.608Z | Downloaded unarray v0.1.4 |
965 | 2024-02-28T06:40:38.608Z | Downloaded peeking_take_while v0.1.2 |
966 | 2024-02-28T06:40:38.608Z | Downloaded rustls v0.21.9 |
967 | 2024-02-28T06:40:38.608Z | Downloaded stability v0.1.1 |
968 | 2024-02-28T06:40:38.609Z | Downloaded num-bigint v0.4.4 |
969 | 2024-02-28T06:40:38.609Z | Downloaded foreign-types v0.3.2 |
970 | 2024-02-28T06:40:38.609Z | Downloaded form_urlencoded v1.2.1 |
971 | 2024-02-28T06:40:38.609Z | Downloaded deranged v0.3.8 |
972 | 2024-02-28T06:40:38.609Z | Downloaded usdt-impl v0.3.5 |
973 | 2024-02-28T06:40:38.609Z | Downloaded usdt-macro v0.3.5 |
974 | 2024-02-28T06:40:38.609Z | Downloaded futures-task v0.3.30 |
975 | 2024-02-28T06:40:38.609Z | Downloaded slab v0.4.9 |
976 | 2024-02-28T06:40:38.609Z | Downloaded heck v0.4.1 |
977 | 2024-02-28T06:40:38.609Z | Downloaded data-encoding v2.4.0 |
978 | 2024-02-28T06:40:38.609Z | Downloaded which v4.4.0 |
979 | 2024-02-28T06:40:38.609Z | Downloaded headers v0.3.9 |
980 | 2024-02-28T06:40:38.609Z | Downloaded serde_yaml v0.9.25 |
981 | 2024-02-28T06:40:38.610Z | Downloaded proc-macro2 v1.0.78 |
982 | 2024-02-28T06:40:38.610Z | Downloaded password-hash v0.5.0 |
983 | 2024-02-28T06:40:38.610Z | Downloaded phf_shared v0.11.2 |
984 | 2024-02-28T06:40:38.610Z | Downloaded fixedbitset v0.4.2 |
985 | 2024-02-28T06:40:38.610Z | Downloaded signature v2.1.0 |
986 | 2024-02-28T06:40:38.610Z | Downloaded whoami v1.4.1 |
987 | 2024-02-28T06:40:38.610Z | Downloaded getrandom v0.2.10 |
988 | 2024-02-28T06:40:38.610Z | Downloaded radium v0.7.0 |
989 | 2024-02-28T06:40:38.610Z | Downloaded elliptic-curve v0.13.8 |
990 | 2024-02-28T06:40:38.610Z | Downloaded gethostname v0.4.3 |
991 | 2024-02-28T06:40:38.610Z | Downloaded platforms v3.0.2 |
992 | 2024-02-28T06:40:38.610Z | Downloaded phf_shared v0.10.0 |
993 | 2024-02-28T06:40:38.610Z | Downloaded oso v0.27.0 |
994 | 2024-02-28T06:40:38.611Z | Downloaded usdt v0.5.0 |
995 | 2024-02-28T06:40:38.611Z | Downloaded proc-macro-error-attr v1.0.4 |
996 | 2024-02-28T06:40:38.611Z | Downloaded ron v0.8.1 |
997 | 2024-02-28T06:40:38.611Z | Downloaded take_mut v0.2.2 |
998 | 2024-02-28T06:40:38.611Z | Downloaded futures-macro v0.3.30 |
999 | 2024-02-28T06:40:38.611Z | Downloaded slog-async v2.8.0 |
1000 | 2024-02-28T06:40:38.611Z | Downloaded predicates v3.1.0 |
1001 | 2024-02-28T06:40:38.615Z | Downloaded percent-encoding v2.3.1 |
1002 | 2024-02-28T06:40:38.615Z | Downloaded semver v1.0.22 |
1003 | 2024-02-28T06:40:38.615Z | Downloaded parking_lot_core v0.9.8 |
1004 | 2024-02-28T06:40:38.616Z | Downloaded omicron-zone-package v0.11.0 |
1005 | 2024-02-28T06:40:38.619Z | Downloaded thiserror-impl v1.0.57 |
1006 | 2024-02-28T06:40:38.620Z | Downloaded trust-dns-server v0.22.1 |
1007 | 2024-02-28T06:40:38.624Z | Downloaded dyn-clone v1.0.17 |
1008 | 2024-02-28T06:40:38.627Z | Downloaded usdt-attr-macro v0.5.0 |
1009 | 2024-02-28T06:40:38.627Z | Downloaded futures-channel v0.3.30 |
1010 | 2024-02-28T06:40:39.035Z | Downloaded pest_derive v2.7.6 |
1011 | 2024-02-28T06:40:39.041Z | Downloaded pem v3.0.2 |
1012 | 2024-02-28T06:40:39.041Z | Downloaded toml v0.5.11 |
1013 | 2024-02-28T06:40:39.041Z | Downloaded ucd-trie v0.1.6 |
1014 | 2024-02-28T06:40:39.042Z | Downloaded trust-dns-client v0.22.0 |
1015 | 2024-02-28T06:40:39.042Z | Downloaded ff v0.13.0 |
1016 | 2024-02-28T06:40:39.042Z | Downloaded pretty-hex v0.4.1 |
1017 | 2024-02-28T06:40:39.042Z | Downloaded strum_macros v0.25.2 |
1018 | 2024-02-28T06:40:39.042Z | Downloaded pretty-hex v0.2.1 |
1019 | 2024-02-28T06:40:39.042Z | Downloaded try-lock v0.2.4 |
1020 | 2024-02-28T06:40:39.042Z | Downloaded untrusted v0.7.1 |
1021 | 2024-02-28T06:40:39.042Z | Downloaded xattr v1.0.1 |
1022 | 2024-02-28T06:40:39.042Z | Downloaded serde_with_macros v3.6.1 |
1023 | 2024-02-28T06:40:39.042Z | Downloaded foreign-types-shared v0.1.1 |
1024 | 2024-02-28T06:40:39.042Z | Downloaded structmeta v0.2.0 |
1025 | 2024-02-28T06:40:39.042Z | Downloaded rsa v0.9.2 |
1026 | 2024-02-28T06:40:39.042Z | Downloaded tap v1.0.1 |
1027 | 2024-02-28T06:40:39.042Z | Downloaded foreign-types-shared v0.3.1 |
1028 | 2024-02-28T06:40:39.042Z | Downloaded universal-hash v0.5.1 |
1029 | 2024-02-28T06:40:39.042Z | Downloaded der_derive v0.7.2 |
1030 | 2024-02-28T06:40:39.042Z | Downloaded strsim v0.8.0 |
1031 | 2024-02-28T06:40:39.042Z | Downloaded serde v1.0.196 |
1032 | 2024-02-28T06:40:39.042Z | Downloaded want v0.3.1 |
1033 | 2024-02-28T06:40:39.042Z | Downloaded vte_generate_state_changes v0.1.1 |
1034 | 2024-02-28T06:40:39.042Z | Downloaded signal-hook-tokio v0.3.1 |
1035 | 2024-02-28T06:40:39.042Z | Downloaded zeroize_derive v1.4.2 |
1036 | 2024-02-28T06:40:39.042Z | Downloaded tokio-rustls v0.24.1 |
1037 | 2024-02-28T06:40:39.043Z | Downloaded pest_meta v2.7.6 |
1038 | 2024-02-28T06:40:39.043Z | Downloaded pin-project v1.1.3 |
1039 | 2024-02-28T06:40:39.043Z | Downloaded usdt-attr-macro v0.3.5 |
1040 | 2024-02-28T06:40:39.043Z | Downloaded darling_macro v0.20.3 |
1041 | 2024-02-28T06:40:39.043Z | Downloaded sqlformat v0.2.3 |
1042 | 2024-02-28T06:40:39.043Z | Downloaded topological-sort v0.2.2 |
1043 | 2024-02-28T06:40:39.043Z | Downloaded tiny-keccak v2.0.2 |
1044 | 2024-02-28T06:40:39.043Z | Downloaded strsim v0.10.0 |
1045 | 2024-02-28T06:40:39.043Z | Downloaded socket2 v0.4.9 |
1046 | 2024-02-28T06:40:39.043Z | Downloaded futures-sink v0.3.30 |
1047 | 2024-02-28T06:40:39.043Z | Downloaded zone v0.3.0 |
1048 | 2024-02-28T06:40:39.043Z | Downloaded heck v0.3.3 |
1049 | 2024-02-28T06:40:39.043Z | Downloaded fnv v1.0.7 |
1050 | 2024-02-28T06:40:39.043Z | Downloaded unicase v2.7.0 |
1051 | 2024-02-28T06:40:39.043Z | Downloaded group v0.13.0 |
1052 | 2024-02-28T06:40:39.043Z | Downloaded dirs-sys-next v0.1.2 |
1053 | 2024-02-28T06:40:39.043Z | Downloaded diesel_derives v2.1.2 |
1054 | 2024-02-28T06:40:39.043Z | Downloaded version_check v0.9.4 |
1055 | 2024-02-28T06:40:39.043Z | Downloaded quote v1.0.35 |
1056 | 2024-02-28T06:40:39.043Z | Downloaded olpc-cjson v0.1.3 |
1057 | 2024-02-28T06:40:39.043Z | Downloaded siphasher v0.3.11 |
1058 | 2024-02-28T06:40:39.043Z | Downloaded socket2 v0.5.5 |
1059 | 2024-02-28T06:40:39.043Z | Downloaded rayon-core v1.12.1 |
1060 | 2024-02-28T06:40:39.044Z | Downloaded tokio-macros v2.2.0 |
1061 | 2024-02-28T06:40:39.044Z | Downloaded globset v0.4.13 |
1062 | 2024-02-28T06:40:39.044Z | Downloaded yasna v0.5.2 |
1063 | 2024-02-28T06:40:39.044Z | Downloaded curve25519-dalek-derive v0.1.0 |
1064 | 2024-02-28T06:40:39.044Z | Downloaded funty v2.0.0 |
1065 | 2024-02-28T06:40:39.044Z | Downloaded plain v0.2.3 |
1066 | 2024-02-28T06:40:39.044Z | Downloaded sha2 v0.10.8 |
1067 | 2024-02-28T06:40:39.044Z | Downloaded tokio-rustls v0.25.0 |
1068 | 2024-02-28T06:40:39.044Z | Downloaded predicates-tree v1.0.9 |
1069 | 2024-02-28T06:40:39.044Z | Downloaded rand v0.8.5 |
1070 | 2024-02-28T06:40:39.044Z | Downloaded tar v0.4.40 |
1071 | 2024-02-28T06:40:39.044Z | Downloaded typenum v1.16.0 |
1072 | 2024-02-28T06:40:39.044Z | Downloaded hex v0.4.3 |
1073 | 2024-02-28T06:40:39.044Z | Downloaded derive_builder_macro v0.12.0 |
1074 | 2024-02-28T06:40:39.044Z | Downloaded strsim v0.11.0 |
1075 | 2024-02-28T06:40:39.044Z | Downloaded regex-automata v0.1.10 |
1076 | 2024-02-28T06:40:39.044Z | Downloaded tinyvec_macros v0.1.1 |
1077 | 2024-02-28T06:40:39.044Z | Downloaded serde_tokenstream v0.1.7 |
1078 | 2024-02-28T06:40:39.044Z | Downloaded getopts v0.2.21 |
1079 | 2024-02-28T06:40:39.044Z | Downloaded tabled_derive v0.7.0 |
1080 | 2024-02-28T06:40:39.044Z | Downloaded snafu-derive v0.7.5 |
1081 | 2024-02-28T06:40:39.044Z | Downloaded strum_macros v0.24.3 |
1082 | 2024-02-28T06:40:39.044Z | Downloaded structopt v0.3.26 |
1083 | 2024-02-28T06:40:39.045Z | Downloaded derive_more v0.99.17 |
1084 | 2024-02-28T06:40:39.045Z | Downloaded packed_struct_codegen v0.10.1 |
1085 | 2024-02-28T06:40:39.045Z | Downloaded dirs-next v2.0.0 |
1086 | 2024-02-28T06:40:39.045Z | Downloaded thread-id v4.2.0 |
1087 | 2024-02-28T06:40:39.045Z | Downloaded unicode_categories v0.1.1 |
1088 | 2024-02-28T06:40:39.045Z | Downloaded rustc-demangle v0.1.23 |
1089 | 2024-02-28T06:40:39.045Z | Downloaded parking_lot_core v0.8.6 |
1090 | 2024-02-28T06:40:39.045Z | Downloaded shlex v1.3.0 |
1091 | 2024-02-28T06:40:39.045Z | Downloaded blake3 v1.5.0 |
1092 | 2024-02-28T06:40:39.045Z | Downloaded proc-macro-crate v1.3.1 |
1093 | 2024-02-28T06:40:39.045Z | Downloaded futures v0.3.30 |
1094 | 2024-02-28T06:40:39.045Z | Downloaded stable_deref_trait v1.2.0 |
1095 | 2024-02-28T06:40:39.045Z | Downloaded filetime v0.2.23 |
1096 | 2024-02-28T06:40:39.045Z | Downloaded packed_struct v0.10.1 |
1097 | 2024-02-28T06:40:39.045Z | Downloaded rustls-pemfile v2.1.0 |
1098 | 2024-02-28T06:40:39.045Z | Downloaded term v0.7.0 |
1099 | 2024-02-28T06:40:39.045Z | Downloaded quick-error v1.2.3 |
1100 | 2024-02-28T06:40:39.045Z | Downloaded digest v0.10.7 |
1101 | 2024-02-28T06:40:39.045Z | Downloaded hashbrown v0.13.2 |
1102 | 2024-02-28T06:40:39.045Z | Downloaded pkg-config v0.3.27 |
1103 | 2024-02-28T06:40:39.045Z | Downloaded diff v0.1.13 |
1104 | 2024-02-28T06:40:39.045Z | Downloaded darling_core v0.14.4 |
1105 | 2024-02-28T06:40:39.045Z | Downloaded proc-macro-error v1.0.4 |
1106 | 2024-02-28T06:40:39.045Z | Downloaded textwrap v0.16.1 |
1107 | 2024-02-28T06:40:39.046Z | Downloaded papergrid v0.11.0 |
1108 | 2024-02-28T06:40:39.046Z | Downloaded pin-project-internal v1.1.3 |
1109 | 2024-02-28T06:40:39.046Z | Downloaded rusty-fork v0.3.0 |
1110 | 2024-02-28T06:40:39.046Z | Downloaded toml v0.8.10 |
1111 | 2024-02-28T06:40:39.049Z | Downloaded pest_generator v2.7.6 |
1112 | 2024-02-28T06:40:39.049Z | Downloaded darling v0.14.4 |
1113 | 2024-02-28T06:40:39.049Z | Downloaded postgres-protocol v0.6.6 |
1114 | 2024-02-28T06:40:39.049Z | Downloaded heapless v0.7.16 |
1115 | 2024-02-28T06:40:39.049Z | Downloaded subprocess v0.2.9 |
1116 | 2024-02-28T06:40:39.049Z | Downloaded tokio-stream v0.1.14 |
1117 | 2024-02-28T06:40:39.049Z | Downloaded prettyplease v0.2.16 |
1118 | 2024-02-28T06:40:39.049Z | Downloaded zerocopy-derive v0.7.32 |
1119 | 2024-02-28T06:40:39.049Z | Downloaded futures-util v0.3.30 |
1120 | 2024-02-28T06:40:39.050Z | Downloaded unsafe-libyaml v0.2.10 |
1121 | 2024-02-28T06:40:39.050Z | Downloaded zip v0.6.6 |
1122 | 2024-02-28T06:40:39.050Z | Downloaded der v0.7.8 |
1123 | 2024-02-28T06:40:39.050Z | Downloaded hashbrown v0.14.3 |
1124 | 2024-02-28T06:40:39.050Z | Downloaded hyper v0.14.27 |
1125 | 2024-02-28T06:40:39.050Z | Downloaded parking_lot v0.12.1 |
1126 | 2024-02-28T06:40:39.050Z | Downloaded unicode-normalization v0.1.22 |
1127 | 2024-02-28T06:40:39.050Z | Downloaded heapless v0.8.0 |
1128 | 2024-02-28T06:40:39.050Z | Downloaded bitvec v1.0.1 |
1129 | 2024-02-28T06:40:39.050Z | Downloaded toml_edit v0.22.6 |
1130 | 2024-02-28T06:40:39.050Z | Downloaded chrono v0.4.31 |
1131 | 2024-02-28T06:40:39.050Z | Downloaded bindgen v0.69.2 |
1132 | 2024-02-28T06:40:39.050Z | Downloaded tokio-postgres v0.7.10 |
1133 | 2024-02-28T06:40:39.050Z | Downloaded x509-cert v0.2.4 |
1134 | 2024-02-28T06:40:39.050Z | Downloaded reedline v0.29.0 |
1135 | 2024-02-28T06:40:39.050Z | Downloaded time v0.3.27 |
1136 | 2024-02-28T06:40:39.050Z | Downloaded tough v0.16.0 |
1137 | 2024-02-28T06:40:39.050Z | Downloaded winnow v0.5.15 |
1138 | 2024-02-28T06:40:39.050Z | Downloaded zerocopy v0.7.32 |
1139 | 2024-02-28T06:40:39.056Z | Downloaded portable-atomic v1.4.3 |
1140 | 2024-02-28T06:40:39.061Z | Downloaded rayon v1.9.0 |
1141 | 2024-02-28T06:40:39.072Z | Downloaded radix_trie v0.2.1 |
1142 | 2024-02-28T06:40:39.078Z | Downloaded tabled v0.15.0 |
1143 | 2024-02-28T06:40:39.096Z | Downloaded syn v2.0.48 |
1144 | 2024-02-28T06:40:39.108Z | Downloaded goblin v0.8.0 |
1145 | 2024-02-28T06:40:39.114Z | Downloaded petgraph v0.6.4 |
1146 | 2024-02-28T06:40:39.131Z | Downloaded regress v0.8.0 |
1147 | 2024-02-28T06:40:39.139Z | Downloaded bstr v0.2.17 |
1148 | 2024-02-28T06:40:39.149Z | Downloaded vcpkg v0.2.15 |
1149 | 2024-02-28T06:40:39.192Z | Downloaded object v0.32.1 |
1150 | 2024-02-28T06:40:39.205Z | Downloaded webpki-roots v0.25.2 |
1151 | 2024-02-28T06:40:39.208Z | Downloaded regex-syntax v0.8.2 |
1152 | 2024-02-28T06:40:39.217Z | Downloaded smoltcp v0.9.1 |
1153 | 2024-02-28T06:40:39.229Z | Downloaded openssl v0.10.60 |
1154 | 2024-02-28T06:40:39.239Z | Downloaded trust-dns-proto v0.22.0 |
1155 | 2024-02-28T06:40:39.253Z | Downloaded curve25519-dalek v4.1.1 |
1156 | 2024-02-28T06:40:39.263Z | Downloaded diesel v2.1.4 |
1157 | 2024-02-28T06:40:39.282Z | Downloaded openapiv3 v2.0.0 |
1158 | 2024-02-28T06:40:39.295Z | Downloaded ratatui v0.26.1 |
1159 | 2024-02-28T06:40:39.317Z | Downloaded rustix v0.38.31 |
1160 | 2024-02-28T06:40:39.340Z | Downloaded zerocopy-derive v0.2.0 |
1161 | 2024-02-28T06:40:39.348Z | Downloaded zerocopy-derive v0.6.4 |
1162 | 2024-02-28T06:40:39.359Z | Downloaded regex-automata v0.4.4 |
1163 | 2024-02-28T06:40:39.377Z | Downloaded regex-automata v0.3.8 |
1164 | 2024-02-28T06:40:39.395Z | Downloaded tokio v1.36.0 |
1165 | 2024-02-28T06:40:39.434Z | Downloaded csv v1.3.0 |
1166 | 2024-02-28T06:40:39.455Z | Downloaded libc v0.2.153 |
1167 | 2024-02-28T06:40:39.483Z | Downloaded sha3 v0.10.8 |
1168 | 2024-02-28T06:40:39.490Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1169 | 2024-02-28T06:40:39.500Z | Downloaded sled v0.34.7 |
1170 | 2024-02-28T06:40:39.511Z | Downloaded bstr v1.6.0 |
1171 | 2024-02-28T06:40:39.522Z | Downloaded gimli v0.28.0 |
1172 | 2024-02-28T06:40:39.531Z | Downloaded polar-core v0.27.0 |
1173 | 2024-02-28T06:40:39.540Z | Downloaded smoltcp v0.11.0 |
1174 | 2024-02-28T06:40:39.553Z | Downloaded object v0.30.4 |
1175 | 2024-02-28T06:40:39.563Z | Downloaded regex-syntax v0.6.29 |
1176 | 2024-02-28T06:40:39.571Z | Downloaded nix v0.27.1 |
1177 | 2024-02-28T06:40:39.582Z | Downloaded encoding_rs v0.8.33 |
1178 | 2024-02-28T06:40:39.604Z | Downloaded idna v0.2.3 |
1179 | 2024-02-28T06:40:39.611Z | Downloaded regex v1.10.3 |
1180 | 2024-02-28T06:40:39.625Z | Downloaded syn v1.0.109 |
1181 | 2024-02-28T06:40:39.638Z | Downloaded proptest v1.4.0 |
1182 | 2024-02-28T06:40:39.645Z | Downloaded rustls-webpki v0.101.7 |
1183 | 2024-02-28T06:40:39.660Z | Downloaded quick-xml v0.30.0 |
1184 | 2024-02-28T06:40:39.665Z | Downloaded h2 v0.3.24 |
1185 | 2024-02-28T06:40:39.671Z | Downloaded lalrpop v0.19.12 |
1186 | 2024-02-28T06:40:39.683Z | Downloaded url v2.5.0 |
1187 | 2024-02-28T06:40:39.686Z | Downloaded reqwest v0.11.22 |
1188 | 2024-02-28T06:40:39.694Z | Downloaded serde_json v1.0.114 |
1189 | 2024-02-28T06:40:39.701Z | Downloaded winnow v0.6.1 |
1190 | 2024-02-28T06:40:39.710Z | Downloaded rustls v0.22.2 |
1191 | 2024-02-28T06:40:39.723Z | Downloaded idna v0.5.0 |
1192 | 2024-02-28T06:40:39.730Z | Downloaded sqlparser v0.43.1 |
1193 | 2024-02-28T06:40:39.736Z | Downloaded unicode-ident v1.0.12 |
1194 | 2024-02-28T06:40:39.738Z | Downloaded steno v0.4.0 |
1195 | 2024-02-28T06:40:39.742Z | Downloaded tokio-util v0.7.10 |
1196 | 2024-02-28T06:40:39.749Z | Downloaded strum_macros v0.26.1 |
1197 | 2024-02-28T06:40:39.752Z | Downloaded pest v2.7.6 |
1198 | 2024-02-28T06:40:39.759Z | Downloaded aho-corasick v1.0.4 |
1199 | 2024-02-28T06:40:39.762Z | Downloaded schemars v0.8.16 |
1200 | 2024-02-28T06:40:39.774Z | Downloaded toml_edit v0.19.15 |
1201 | 2024-02-28T06:40:39.790Z | Downloaded usdt-impl v0.5.0 |
1202 | 2024-02-28T06:40:39.793Z | Downloaded subtle v2.5.0 |
1203 | 2024-02-28T06:40:39.793Z | Downloaded pkcs8 v0.10.2 |
1204 | 2024-02-28T06:40:39.796Z | Downloaded postcard v1.0.8 |
1205 | 2024-02-28T06:40:39.799Z | Downloaded serde_with v3.6.1 |
1206 | 2024-02-28T06:40:39.805Z | Downloaded once_cell v1.19.0 |
1207 | 2024-02-28T06:40:39.808Z | Downloaded libxml v0.3.3 |
1208 | 2024-02-28T06:40:39.814Z | Downloaded trust-dns-resolver v0.22.0 |
1209 | 2024-02-28T06:40:39.818Z | Downloaded clap_builder v4.5.0 |
1210 | 2024-02-28T06:40:39.825Z | Downloaded ena v0.14.2 |
1211 | 2024-02-28T06:40:39.828Z | Downloaded darling v0.20.3 |
1212 | 2024-02-28T06:40:39.831Z | Downloaded slog v2.7.0 |
1213 | 2024-02-28T06:40:39.834Z | Downloaded unicode-segmentation v1.10.1 |
1214 | 2024-02-28T06:40:39.841Z | Downloaded salty v0.2.0 |
1215 | 2024-02-28T06:40:39.844Z | Downloaded clap v2.34.0 |
1216 | 2024-02-28T06:40:39.848Z | Downloaded darling_core v0.20.3 |
1217 | 2024-02-28T06:40:39.853Z | Downloaded vsss-rs v3.3.4 |
1218 | 2024-02-28T06:40:39.856Z | Downloaded uuid v1.7.0 |
1219 | 2024-02-28T06:40:39.861Z | Downloaded hashbrown v0.12.3 |
1220 | 2024-02-28T06:40:39.864Z | Downloaded derive-where v1.2.7 |
1221 | 2024-02-28T06:40:39.868Z | Downloaded num-bigint-dig v0.8.4 |
1222 | 2024-02-28T06:40:39.873Z | Downloaded nom v7.1.3 |
1223 | 2024-02-28T06:40:39.878Z | Downloaded owo-colors v4.0.0 |
1224 | 2024-02-28T06:40:39.881Z | Downloaded zerocopy v0.6.4 |
1225 | 2024-02-28T06:40:39.884Z | Downloaded tui-tree-widget v0.17.0 |
1226 | 2024-02-28T06:40:39.884Z | Downloaded dtrace-parser v0.1.14 |
1227 | 2024-02-28T06:40:39.887Z | Downloaded rand_core v0.6.4 |
1228 | 2024-02-28T06:40:39.887Z | Downloaded wyz v0.5.1 |
1229 | 2024-02-28T06:40:39.887Z | Downloaded flume v0.11.0 |
1230 | 2024-02-28T06:40:39.891Z | Downloaded crossterm v0.27.0 |
1231 | 2024-02-28T06:40:39.897Z | Downloaded hash32 v0.2.1 |
1232 | 2024-02-28T06:40:39.900Z | Downloaded flate2 v1.0.28 |
1233 | 2024-02-28T06:40:39.903Z | Downloaded rustyline v13.0.0 |
1234 | 2024-02-28T06:40:39.908Z | Downloaded futures-core v0.3.30 |
1235 | 2024-02-28T06:40:39.911Z | Downloaded serde-hex v0.1.0 |
1236 | 2024-02-28T06:40:39.911Z | Downloaded enum-as-inner v0.5.1 |
1237 | 2024-02-28T06:40:39.929Z | Downloaded sct v0.7.0 |
1238 | 2024-02-28T06:40:39.929Z | Downloaded foreign-types-macros v0.2.3 |
1239 | 2024-02-28T06:40:39.929Z | Downloaded static_assertions v1.1.0 |
1240 | 2024-02-28T06:40:39.929Z | Downloaded scheduled-thread-pool v0.2.7 |
1241 | 2024-02-28T06:40:39.929Z | Downloaded itertools v0.10.5 |
1242 | 2024-02-28T06:40:39.933Z | Downloaded itertools v0.12.1 |
1243 | 2024-02-28T06:40:39.936Z | Downloaded half v2.3.1 |
1244 | 2024-02-28T06:40:39.936Z | Downloaded openssl-sys v0.9.96 |
1245 | 2024-02-28T06:40:39.941Z | Downloaded typed-path v0.7.0 |
1246 | 2024-02-28T06:40:39.947Z | Downloaded rcgen v0.12.1 |
1247 | 2024-02-28T06:40:39.950Z | Downloaded unicode-xid v0.2.4 |
1248 | 2024-02-28T06:40:39.953Z | Downloaded zeroize v1.7.0 |
1249 | 2024-02-28T06:40:39.953Z | Downloaded unicode-width v0.1.11 |
1250 | 2024-02-28T06:40:39.955Z | Downloaded string_cache v0.8.7 |
1251 | 2024-02-28T06:40:39.955Z | Downloaded embedded-io v0.4.0 |
1252 | 2024-02-28T06:40:39.959Z | Downloaded untrusted v0.9.0 |
1253 | 2024-02-28T06:40:39.959Z | Downloaded memchr v2.6.3 |
1254 | 2024-02-28T06:40:39.964Z | Downloaded mio v0.8.9 |
1255 | 2024-02-28T06:40:39.969Z | Downloaded spin v0.9.8 |
1256 | 2024-02-28T06:40:39.972Z | Downloaded thread_local v1.1.7 |
1257 | 2024-02-28T06:40:39.975Z | Downloaded http v0.2.11 |
1258 | 2024-02-28T06:40:39.981Z | Downloaded derive_builder v0.12.0 |
1259 | 2024-02-28T06:40:39.984Z | Downloaded flagset v0.4.3 |
1260 | 2024-02-28T06:40:39.984Z | Downloaded derive_builder_core v0.12.0 |
1261 | 2024-02-28T06:40:39.986Z | Downloaded fatfs v0.3.6 |
1262 | 2024-02-28T06:40:39.990Z | Downloaded test-strategy v0.3.1 |
1263 | 2024-02-28T06:40:39.993Z | Downloaded minimal-lexical v0.2.1 |
1264 | 2024-02-28T06:40:39.996Z | Downloaded ring v0.17.8 |
1265 | 2024-02-28T06:40:40.067Z | Downloaded crossbeam-channel v0.5.8 |
1266 | 2024-02-28T06:40:40.071Z | Downloaded spin v0.5.2 |
1267 | 2024-02-28T06:40:40.074Z | Downloaded pkcs1 v0.7.5 |
1268 | 2024-02-28T06:40:40.077Z | Downloaded pin-project-lite v0.2.13 |
1269 | 2024-02-28T06:40:40.080Z | Downloaded thiserror-impl-no-std v2.0.2 |
1270 | 2024-02-28T06:40:40.080Z | Downloaded thiserror v1.0.57 |
1271 | 2024-02-28T06:40:40.086Z | Downloaded r2d2 v0.8.10 |
1272 | 2024-02-28T06:40:40.088Z | Downloaded slog-json v2.6.1 |
1273 | 2024-02-28T06:40:40.089Z | Downloaded signature v1.6.4 |
1274 | 2024-02-28T06:40:40.091Z | Downloaded fd-lock v4.0.2 |
1275 | 2024-02-28T06:40:40.099Z | Downloaded either v1.10.0 |
1276 | 2024-02-28T06:40:40.099Z | Downloaded tracing-attributes v0.1.26 |
1277 | 2024-02-28T06:40:40.103Z | Downloaded strip-ansi-escapes v0.2.0 |
1278 | 2024-02-28T06:40:40.103Z | Downloaded serde_plain v1.0.2 |
1279 | 2024-02-28T06:40:40.103Z | Downloaded env_logger v0.10.0 |
1280 | 2024-02-28T06:40:40.103Z | Downloaded rustls-webpki v0.102.1 |
1281 | 2024-02-28T06:40:40.119Z | Downloaded ring v0.16.20 |
1282 | 2024-02-28T06:40:40.200Z | Downloaded libm v0.2.7 |
1283 | 2024-02-28T06:40:40.209Z | Downloaded fallible-iterator v0.2.0 |
1284 | 2024-02-28T06:40:40.212Z | Downloaded pin-utils v0.1.0 |
1285 | 2024-02-28T06:40:40.212Z | Downloaded crypto-bigint v0.5.2 |
1286 | 2024-02-28T06:40:40.217Z | Downloaded futures-io v0.3.30 |
1287 | 2024-02-28T06:40:40.220Z | Downloaded clap v4.5.0 |
1288 | 2024-02-28T06:40:40.226Z | Downloaded base64 v0.21.7 |
1289 | 2024-02-28T06:40:40.229Z | Downloaded toml v0.7.8 |
1290 | 2024-02-28T06:40:40.232Z | Downloaded similar v2.3.0 |
1291 | 2024-02-28T06:40:40.237Z | Downloaded signal-hook-registry v1.4.1 |
1292 | 2024-02-28T06:40:40.242Z | Downloaded shell-words v1.1.0 |
1293 | 2024-02-28T06:40:40.242Z | Downloaded rand_chacha v0.3.1 |
1294 | 2024-02-28T06:40:40.242Z | Downloaded num-traits v0.2.16 |
1295 | 2024-02-28T06:40:40.246Z | Downloaded equivalent v1.0.1 |
1296 | 2024-02-28T06:40:40.246Z | Downloaded ref-cast v1.0.20 |
1297 | 2024-02-28T06:40:40.246Z | Downloaded tokio-tungstenite v0.20.1 |
1298 | 2024-02-28T06:40:40.249Z | Downloaded smallvec v1.13.1 |
1299 | 2024-02-28T06:40:40.252Z | Downloaded structopt-derive v0.4.18 |
1300 | 2024-02-28T06:40:40.252Z | Downloaded structmeta-derive v0.2.0 |
1301 | 2024-02-28T06:40:40.252Z | Downloaded ryu v1.0.15 |
1302 | 2024-02-28T06:40:40.255Z | Downloaded smallvec v0.6.14 |
1303 | 2024-02-28T06:40:40.258Z | Downloaded parse-display v0.9.0 |
1304 | 2024-02-28T06:40:40.258Z | Downloaded float-cmp v0.9.0 |
1305 | 2024-02-28T06:40:40.258Z | Downloaded miniz_oxide v0.7.1 |
1306 | 2024-02-28T06:40:40.261Z | Downloaded sec1 v0.7.3 |
1307 | 2024-02-28T06:40:40.261Z | Downloaded memoffset v0.7.1 |
1308 | 2024-02-28T06:40:40.265Z | Downloaded synstructure v0.12.6 |
1309 | 2024-02-28T06:40:40.265Z | Downloaded serde_derive_internals v0.26.0 |
1310 | 2024-02-28T06:40:40.265Z | Downloaded memmap2 v0.7.1 |
1311 | 2024-02-28T06:40:40.265Z | Downloaded rand_xorshift v0.3.0 |
1312 | 2024-02-28T06:40:40.268Z | Downloaded anyhow v1.0.75 |
1313 | 2024-02-28T06:40:40.271Z | Downloaded argon2 v0.5.3 |
1314 | 2024-02-28T06:40:40.271Z | Downloaded cookie v0.18.0 |
1315 | 2024-02-28T06:40:40.274Z | Downloaded newtype-uuid v1.0.1 |
1316 | 2024-02-28T06:40:40.274Z | Downloaded debug-ignore v1.0.5 |
1317 | 2024-02-28T06:40:40.278Z | Downloaded structmeta-derive v0.3.0 |
1318 | 2024-02-28T06:40:40.278Z | Downloaded multer v3.0.0 |
1319 | 2024-02-28T06:40:40.281Z | Downloaded log v0.4.20 |
1320 | 2024-02-28T06:40:40.281Z | Downloaded precomputed-hash v0.1.1 |
1321 | 2024-02-28T06:40:40.281Z | Downloaded mime_guess v2.0.4 |
1322 | 2024-02-28T06:40:40.287Z | Downloaded anstyle-parse v0.2.1 |
1323 | 2024-02-28T06:40:40.287Z | Downloaded supports-color v3.0.0 |
1324 | 2024-02-28T06:40:40.290Z | Downloaded slog-term v2.9.0 |
1325 | 2024-02-28T06:40:40.290Z | Downloaded serde_urlencoded v0.7.1 |
1326 | 2024-02-28T06:40:40.291Z | Downloaded semver v0.11.0 |
1327 | 2024-02-28T06:40:40.291Z | Downloaded mime v0.3.17 |
1328 | 2024-02-28T06:40:40.294Z | Downloaded lalrpop-util v0.19.12 |
1329 | 2024-02-28T06:40:40.294Z | Downloaded darling_macro v0.14.4 |
1330 | 2024-02-28T06:40:40.294Z | Downloaded async-trait v0.1.77 |
1331 | 2024-02-28T06:40:40.297Z | Downloaded slog-dtrace v0.3.0 |
1332 | 2024-02-28T06:40:40.300Z | Downloaded tower-service v0.3.2 |
1333 | 2024-02-28T06:40:40.300Z | Downloaded bitflags v1.3.2 |
1334 | 2024-02-28T06:40:40.305Z | Downloaded bitflags v2.4.0 |
1335 | 2024-02-28T06:40:40.305Z | Downloaded csv-core v0.1.11 |
1336 | 2024-02-28T06:40:40.305Z | Downloaded byteorder v1.5.0 |
1337 | 2024-02-28T06:40:40.313Z | Downloaded backoff v0.4.0 |
1338 | 2024-02-28T06:40:40.313Z | Downloaded anstream v0.6.11 |
1339 | 2024-02-28T06:40:40.317Z | Downloaded lazycell v1.3.0 |
1340 | 2024-02-28T06:40:40.317Z | Downloaded hyper-rustls v0.24.2 |
1341 | 2024-02-28T06:40:40.317Z | Downloaded cassowary v0.3.0 |
1342 | 2024-02-28T06:40:40.317Z | Downloaded slog-bunyan v2.5.0 |
1343 | 2024-02-28T06:40:40.317Z | Downloaded signal-hook-mio v0.2.3 |
1344 | 2024-02-28T06:40:40.317Z | Downloaded serde_spanned v0.6.5 |
1345 | 2024-02-28T06:40:40.321Z | Downloaded schemars_derive v0.8.16 |
1346 | 2024-02-28T06:40:40.321Z | Downloaded num-iter v0.1.43 |
1347 | 2024-02-28T06:40:40.321Z | Downloaded num-derive v0.4.0 |
1348 | 2024-02-28T06:40:40.321Z | Downloaded libsw v3.3.1 |
1349 | 2024-02-28T06:40:40.326Z | Downloaded humantime v2.1.0 |
1350 | 2024-02-28T06:40:40.326Z | Downloaded nibble_vec v0.1.0 |
1351 | 2024-02-28T06:40:40.326Z | Downloaded nanorand v0.7.0 |
1352 | 2024-02-28T06:40:40.330Z | Downloaded mockall v0.12.0 |
1353 | 2024-02-28T06:40:40.330Z | Downloaded lru v0.12.1 |
1354 | 2024-02-28T06:40:40.330Z | Downloaded macaddr v1.0.1 |
1355 | 2024-02-28T06:40:40.330Z | Downloaded clang-sys v1.6.1 |
1356 | 2024-02-28T06:40:40.334Z | Downloaded chacha20poly1305 v0.10.1 |
1357 | 2024-02-28T06:40:40.334Z | Downloaded cc v1.0.83 |
1358 | 2024-02-28T06:40:40.338Z | Downloaded bitfield v0.14.0 |
1359 | 2024-02-28T06:40:40.341Z | Downloaded async-recursion v1.0.5 |
1360 | 2024-02-28T06:40:40.341Z | Downloaded lazy_static v1.4.0 |
1361 | 2024-02-28T06:40:40.341Z | Downloaded bit-vec v0.6.3 |
1362 | 2024-02-28T06:40:40.342Z | Downloaded is-terminal v0.4.9 |
1363 | 2024-02-28T06:40:40.344Z | Downloaded corncobs v0.1.3 |
1364 | 2024-02-28T06:40:40.345Z | Downloaded block-padding v0.3.3 |
1365 | 2024-02-28T06:40:40.345Z | Downloaded crc-catalog v2.2.0 |
1366 | 2024-02-28T06:40:40.354Z | Downloaded anstyle-query v1.0.0 |
1367 | 2024-02-28T06:40:40.354Z | Downloaded cpufeatures v0.2.12 |
1368 | 2024-02-28T06:40:40.354Z | Downloaded anstyle v1.0.2 |
1369 | 2024-02-28T06:40:40.357Z | Downloaded crc v3.0.1 |
1370 | 2024-02-28T06:40:40.357Z | Downloaded bit-set v0.5.3 |
1371 | 2024-02-28T06:40:40.357Z | Downloaded atomicwrites v0.4.3 |
1372 | 2024-02-28T06:40:40.357Z | Downloaded assert_matches v1.5.0 |
1373 | 2024-02-28T06:40:40.357Z | Downloaded scroll_derive v0.12.0 |
1374 | 2024-02-28T06:40:40.358Z | Downloaded const-oid v0.9.5 |
1375 | 2024-02-28T06:40:40.358Z | Downloaded compact_str v0.7.1 |
1376 | 2024-02-28T06:40:40.361Z | Downloaded bzip2 v0.4.4 |
1377 | 2024-02-28T06:40:40.361Z | Downloaded rustc_version v0.1.7 |
1378 | 2024-02-28T06:40:40.361Z | Downloaded cobs v0.2.3 |
1379 | 2024-02-28T06:40:40.361Z | Downloaded newtype_derive v0.1.6 |
1380 | 2024-02-28T06:40:40.364Z | Downloaded console v0.15.8 |
1381 | 2024-02-28T06:40:40.367Z | Downloaded camino-tempfile v1.1.1 |
1382 | 2024-02-28T06:40:40.367Z | Downloaded indexmap v1.9.3 |
1383 | 2024-02-28T06:40:40.372Z | Downloaded ipnet v2.9.0 |
1384 | 2024-02-28T06:40:40.372Z | Downloaded constant_time_eq v0.3.0 |
1385 | 2024-02-28T06:40:40.375Z | Downloaded ciborium-ll v0.2.2 |
1386 | 2024-02-28T06:40:40.375Z | Downloaded impl-trait-for-tuples v0.2.2 |
1387 | 2024-02-28T06:40:40.378Z | Downloaded castaway v0.2.2 |
1388 | 2024-02-28T06:40:40.378Z | Downloaded colorchoice v1.0.0 |
1389 | 2024-02-28T06:40:40.379Z | Downloaded ciborium-io v0.2.2 |
1390 | 2024-02-28T06:40:40.379Z | Downloaded bytecount v0.6.3 |
1391 | 2024-02-28T06:40:40.751Z | Compiling proc-macro2 v1.0.78 |
1392 | 2024-02-28T06:40:40.751Z | Compiling unicode-ident v1.0.12 |
1393 | 2024-02-28T06:40:40.754Z | Compiling libc v0.2.153 |
1394 | 2024-02-28T06:40:40.754Z | Compiling serde v1.0.196 |
1395 | 2024-02-28T06:40:40.754Z | Compiling autocfg v1.1.0 |
1396 | 2024-02-28T06:40:40.791Z | Compiling version_check v0.9.4 |
1397 | 2024-02-28T06:40:40.794Z | Compiling cfg-if v1.0.0 |
1398 | 2024-02-28T06:40:40.963Z | Compiling syn v1.0.109 |
1399 | 2024-02-28T06:40:41.334Z | Compiling once_cell v1.19.0 |
1400 | 2024-02-28T06:40:41.348Z | Compiling ahash v0.8.7 |
1401 | 2024-02-28T06:40:41.408Z | Compiling lock_api v0.4.10 |
1402 | 2024-02-28T06:40:41.601Z | Compiling byteorder v1.5.0 |
1403 | 2024-02-28T06:40:41.925Z | Compiling memchr v2.6.3 |
1404 | 2024-02-28T06:40:41.988Z | Compiling parking_lot_core v0.9.8 |
1405 | 2024-02-28T06:40:42.005Z | Compiling libm v0.2.7 |
1406 | 2024-02-28T06:40:42.211Z | Compiling serde_json v1.0.114 |
1407 | 2024-02-28T06:40:42.278Z | Compiling num-traits v0.2.16 |
1408 | 2024-02-28T06:40:42.282Z | Compiling thiserror v1.0.57 |
1409 | 2024-02-28T06:40:42.551Z | Compiling typenum v1.16.0 |
1410 | 2024-02-28T06:40:42.569Z | Compiling scopeguard v1.2.0 |
1411 | 2024-02-28T06:40:42.759Z | Compiling generic-array v0.14.7 |
1412 | 2024-02-28T06:40:43.070Z | Compiling quote v1.0.35 |
1413 | 2024-02-28T06:40:43.297Z | Compiling itoa v1.0.9 |
1414 | 2024-02-28T06:40:43.535Z | Compiling cc v1.0.83 |
1415 | 2024-02-28T06:40:43.587Z | Compiling syn v2.0.48 |
1416 | 2024-02-28T06:40:43.602Z | Compiling getrandom v0.2.10 |
1417 | 2024-02-28T06:40:44.204Z | Compiling log v0.4.20 |
1418 | 2024-02-28T06:40:44.543Z | Compiling pkg-config v0.3.27 |
1419 | 2024-02-28T06:40:44.829Z | Compiling allocator-api2 v0.2.16 |
1420 | 2024-02-28T06:40:44.869Z | Compiling slab v0.4.9 |
1421 | 2024-02-28T06:40:45.322Z | Compiling ryu v1.0.15 |
1422 | 2024-02-28T06:40:45.639Z | Compiling heck v0.4.1 |
1423 | 2024-02-28T06:40:45.744Z | Compiling schemars v0.8.16 |
1424 | 2024-02-28T06:40:45.762Z | Compiling smallvec v1.13.1 |
1425 | 2024-02-28T06:40:45.829Z | Compiling pin-project-lite v0.2.13 |
1426 | 2024-02-28T06:40:46.068Z | Compiling equivalent v1.0.1 |
1427 | 2024-02-28T06:40:46.195Z | Compiling ring v0.17.8 |
1428 | 2024-02-28T06:40:46.583Z | Compiling vcpkg v0.2.15 |
1429 | 2024-02-28T06:40:46.611Z | Compiling parking_lot v0.12.1 |
1430 | 2024-02-28T06:40:48.184Z | Compiling signal-hook-registry v1.4.1 |
1431 | 2024-02-28T06:40:48.364Z | Compiling openssl-sys v0.9.96 |
1432 | 2024-02-28T06:40:49.034Z | Compiling mio v0.8.9 |
1433 | 2024-02-28T06:40:49.106Z | Compiling rand_core v0.6.4 |
1434 | 2024-02-28T06:40:49.849Z | Compiling ring v0.16.20 |
1435 | 2024-02-28T06:40:50.307Z | Compiling num_cpus v1.16.0 |
1436 | 2024-02-28T06:40:50.382Z | Compiling socket2 v0.5.5 |
1437 | 2024-02-28T06:40:50.709Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-02-28T06:40:50.868Z | Compiling httparse v1.8.0 |
1439 | 2024-02-28T06:40:51.076Z | Compiling rustix v0.38.31 |
1440 | 2024-02-28T06:40:51.171Z | Compiling futures-core v0.3.30 |
1441 | 2024-02-28T06:40:51.263Z | Compiling serde_derive_internals v0.26.0 |
1442 | 2024-02-28T06:40:51.603Z | Compiling spin v0.5.2 |
1443 | 2024-02-28T06:40:51.722Z | Compiling crossbeam-utils v0.8.16 |
1444 | 2024-02-28T06:40:51.843Z | Compiling fnv v1.0.7 |
1445 | 2024-02-28T06:40:51.971Z | Compiling semver v1.0.22 |
1446 | 2024-02-28T06:40:51.989Z | Compiling openssl v0.10.60 |
1447 | 2024-02-28T06:40:52.345Z | Compiling iana-time-zone v0.1.57 |
1448 | 2024-02-28T06:40:52.656Z | Compiling native-tls v0.2.11 |
1449 | 2024-02-28T06:40:52.686Z | Compiling subtle v2.5.0 |
1450 | 2024-02-28T06:40:52.995Z | Compiling const-oid v0.9.5 |
1451 | 2024-02-28T06:40:53.013Z | Compiling rustls v0.21.9 |
1452 | 2024-02-28T06:40:53.077Z | Compiling unicode-xid v0.2.4 |
1453 | 2024-02-28T06:40:53.241Z | Compiling synstructure v0.12.6 |
1454 | 2024-02-28T06:40:53.259Z | Compiling spin v0.9.8 |
1455 | 2024-02-28T06:40:53.711Z | Compiling memoffset v0.9.0 |
1456 | 2024-02-28T06:40:53.844Z | Compiling futures-sink v0.3.30 |
1457 | 2024-02-28T06:40:54.107Z | Compiling backtrace v0.3.69 |
1458 | 2024-02-28T06:40:54.313Z | Compiling dyn-clone v1.0.17 |
1459 | 2024-02-28T06:40:54.357Z | Compiling rustversion v1.0.14 |
1460 | 2024-02-28T06:40:54.497Z | Compiling tinyvec_macros v0.1.1 |
1461 | 2024-02-28T06:40:54.576Z | Compiling tinyvec v1.6.0 |
1462 | 2024-02-28T06:40:54.847Z | Compiling futures-channel v0.3.30 |
1463 | 2024-02-28T06:40:54.997Z | Compiling tracing-core v0.1.31 |
1464 | 2024-02-28T06:40:55.015Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2024-02-28T06:40:55.326Z | Compiling futures-task v0.3.30 |
1466 | 2024-02-28T06:40:55.344Z | Compiling futures-io v0.3.30 |
1467 | 2024-02-28T06:40:55.586Z | Compiling pin-utils v0.1.0 |
1468 | 2024-02-28T06:40:55.933Z | Compiling winnow v0.5.15 |
1469 | 2024-02-28T06:40:55.997Z | Compiling slog v2.7.0 |
1470 | 2024-02-28T06:40:56.016Z | Compiling unicode-normalization v0.1.22 |
1471 | 2024-02-28T06:40:56.846Z | Compiling serde_derive v1.0.196 |
1472 | 2024-02-28T06:40:56.909Z | Compiling zerocopy-derive v0.7.32 |
1473 | 2024-02-28T06:40:56.992Z | Compiling zeroize_derive v1.4.2 |
1474 | 2024-02-28T06:40:57.501Z | Compiling thiserror-impl v1.0.57 |
1475 | 2024-02-28T06:40:57.587Z | Compiling tokio-macros v2.2.0 |
1476 | 2024-02-28T06:40:57.843Z | Compiling futures-macro v0.3.30 |
1477 | 2024-02-28T06:40:58.344Z | Compiling tracing-attributes v0.1.26 |
1478 | 2024-02-28T06:40:58.918Z | Compiling zerocopy v0.7.32 |
1479 | 2024-02-28T06:40:59.091Z | Compiling schemars_derive v0.8.16 |
1480 | 2024-02-28T06:40:59.844Z | Compiling zeroize v1.7.0 |
1481 | 2024-02-28T06:41:00.603Z | Compiling pest v2.7.6 |
1482 | 2024-02-28T06:41:01.213Z | Compiling hashbrown v0.14.3 |
1483 | 2024-02-28T06:41:01.987Z | Compiling openssl-macros v0.1.1 |
1484 | 2024-02-28T06:41:02.193Z | Compiling zerocopy-derive v0.2.0 |
1485 | 2024-02-28T06:41:02.654Z | Compiling crypto-common v0.1.6 |
1486 | 2024-02-28T06:41:02.711Z | Compiling der_derive v0.7.2 |
1487 | 2024-02-28T06:41:02.846Z | Compiling block-buffer v0.10.4 |
1488 | 2024-02-28T06:41:03.093Z | Compiling pest_meta v2.7.6 |
1489 | 2024-02-28T06:41:03.158Z | Compiling tracing v0.1.37 |
1490 | 2024-02-28T06:41:03.267Z | Compiling futures-util v0.3.30 |
1491 | 2024-02-28T06:41:04.338Z | Compiling usdt-impl v0.3.5 |
1492 | 2024-02-28T06:41:05.104Z | Compiling pest_generator v2.7.6 |
1493 | 2024-02-28T06:41:05.448Z | Compiling crc32fast v1.3.2 |
1494 | 2024-02-28T06:41:05.912Z | Compiling unicode-bidi v0.3.13 |
1495 | 2024-02-28T06:41:07.140Z | Compiling anyhow v1.0.75 |
1496 | 2024-02-28T06:41:07.204Z | Compiling pest_derive v2.7.6 |
1497 | 2024-02-28T06:41:07.232Z | Compiling time-core v0.1.1 |
1498 | 2024-02-28T06:41:07.609Z | Compiling time-macros v0.2.13 |
1499 | 2024-02-28T06:41:08.483Z | Compiling digest v0.10.7 |
1500 | 2024-02-28T06:41:08.912Z | Compiling scroll_derive v0.12.0 |
1501 | 2024-02-28T06:41:09.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1502 | 2024-02-28T06:41:09.334Z | Compiling aho-corasick v1.0.4 |
1503 | 2024-02-28T06:41:09.539Z | Compiling async-trait v0.1.77 |
1504 | 2024-02-28T06:41:09.756Z | Compiling untrusted v0.9.0 |
1505 | 2024-02-28T06:41:09.956Z | Compiling signal-hook v0.3.17 |
1506 | 2024-02-28T06:41:09.995Z | Compiling regex-syntax v0.8.2 |
1507 | 2024-02-28T06:41:10.250Z | Compiling ppv-lite86 v0.2.17 |
1508 | 2024-02-28T06:41:10.661Z | Compiling bytes v1.5.0 |
1509 | 2024-02-28T06:41:10.778Z | Compiling indexmap v2.2.3 |
1510 | 2024-02-28T06:41:11.885Z | Compiling bitflags v2.4.0 |
1511 | 2024-02-28T06:41:12.208Z | Compiling tokio v1.36.0 |
1512 | 2024-02-28T06:41:12.499Z | Compiling uuid v1.7.0 |
1513 | 2024-02-28T06:41:13.000Z | Compiling chrono v0.4.31 |
1514 | 2024-02-28T06:41:16.399Z | Compiling toml_datetime v0.6.5 |
1515 | 2024-02-28T06:41:16.573Z | Compiling serde_spanned v0.6.5 |
1516 | 2024-02-28T06:41:17.178Z | Compiling toml_edit v0.19.15 |
1517 | 2024-02-28T06:41:17.664Z | Compiling rustc_version v0.4.0 |
1518 | 2024-02-28T06:41:18.313Z | Compiling http v0.2.11 |
1519 | 2024-02-28T06:41:19.189Z | Compiling heapless v0.7.16 |
1520 | 2024-02-28T06:41:19.626Z | Compiling regex-automata v0.4.4 |
1521 | 2024-02-28T06:41:20.358Z | Compiling rand_chacha v0.3.1 |
1522 | 2024-02-28T06:41:21.348Z | Compiling zerocopy v0.3.0 |
1523 | 2024-02-28T06:41:22.335Z | Compiling thread-id v4.2.0 |
1524 | 2024-02-28T06:41:24.409Z | Compiling regex v1.10.3 |
1525 | 2024-02-28T06:41:25.159Z | Compiling dof v0.1.5 |
1526 | 2024-02-28T06:41:25.494Z | Compiling tokio-util v0.7.10 |
1527 | 2024-02-28T06:41:26.016Z | Compiling rand v0.8.5 |
1528 | 2024-02-28T06:41:27.669Z | Compiling dtrace-parser v0.1.14 |
1529 | 2024-02-28T06:41:27.892Z | Compiling strum_macros v0.25.2 |
1530 | 2024-02-28T06:41:28.357Z | Compiling errno v0.3.8 |
1531 | 2024-02-28T06:41:28.637Z | Compiling num-bigint v0.4.4 |
1532 | 2024-02-28T06:41:29.109Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2024-02-28T06:41:29.224Z | Compiling base64ct v1.6.0 |
1534 | 2024-02-28T06:41:29.286Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1535 | 2024-02-28T06:41:29.552Z | Compiling untrusted v0.7.1 |
1536 | 2024-02-28T06:41:29.834Z | Compiling smoltcp v0.9.1 |
1537 | 2024-02-28T06:41:29.927Z | Compiling percent-encoding v2.3.1 |
1538 | 2024-02-28T06:41:30.273Z | Compiling pem-rfc7468 v0.7.0 |
1539 | 2024-02-28T06:41:30.480Z | Compiling foreign-types v0.3.2 |
1540 | 2024-02-28T06:41:32.441Z | Compiling serde_tokenstream v0.1.7 |
1541 | 2024-02-28T06:41:33.127Z | Compiling hmac v0.12.1 |
1542 | 2024-02-28T06:41:33.404Z | Compiling lazy_static v1.4.0 |
1543 | 2024-02-28T06:41:33.574Z | Compiling socket2 v0.4.9 |
1544 | 2024-02-28T06:41:33.594Z | Compiling unicode-width v0.1.11 |
1545 | 2024-02-28T06:41:33.757Z | Compiling base64 v0.21.7 |
1546 | 2024-02-28T06:41:33.813Z | Compiling unicode-segmentation v1.10.1 |
1547 | 2024-02-28T06:41:34.481Z | Compiling flagset v0.4.3 |
1548 | 2024-02-28T06:41:34.502Z | Compiling try-lock v0.2.4 |
1549 | 2024-02-28T06:41:34.672Z | Compiling adler v1.0.2 |
1550 | 2024-02-28T06:41:34.738Z | Compiling bitflags v1.3.2 |
1551 | 2024-02-28T06:41:34.845Z | Compiling siphasher v0.3.11 |
1552 | 2024-02-28T06:41:34.875Z | Compiling miniz_oxide v0.7.1 |
1553 | 2024-02-28T06:41:35.006Z | Compiling der v0.7.8 |
1554 | 2024-02-28T06:41:35.243Z | Compiling want v0.3.1 |
1555 | 2024-02-28T06:41:35.650Z | Compiling sct v0.7.0 |
1556 | 2024-02-28T06:41:35.939Z | Compiling rustls-webpki v0.101.7 |
1557 | 2024-02-28T06:41:36.144Z | Compiling form_urlencoded v1.2.1 |
1558 | 2024-02-28T06:41:36.357Z | Compiling h2 v0.3.24 |
1559 | 2024-02-28T06:41:36.475Z | Compiling http-body v0.4.5 |
1560 | 2024-02-28T06:41:36.524Z | Compiling hubpack_derive v0.1.1 |
1561 | 2024-02-28T06:41:36.879Z | Compiling zerocopy-derive v0.6.4 |
1562 | 2024-02-28T06:41:38.208Z | Compiling num-iter v0.1.43 |
1563 | 2024-02-28T06:41:38.531Z | Compiling usdt-impl v0.5.0 |
1564 | 2024-02-28T06:41:38.665Z | Compiling utf8parse v0.2.1 |
1565 | 2024-02-28T06:41:38.827Z | Compiling cpufeatures v0.2.12 |
1566 | 2024-02-28T06:41:38.919Z | Compiling httpdate v1.0.3 |
1567 | 2024-02-28T06:41:38.922Z | Compiling anstyle v1.0.2 |
1568 | 2024-02-28T06:41:38.962Z | Compiling tower-service v0.3.2 |
1569 | 2024-02-28T06:41:39.256Z | Compiling openssl-probe v0.1.5 |
1570 | 2024-02-28T06:41:39.381Z | Compiling stable_deref_trait v1.2.0 |
1571 | 2024-02-28T06:41:39.493Z | Compiling sha2 v0.10.8 |
1572 | 2024-02-28T06:41:39.524Z | Compiling anstyle-parse v0.2.1 |
1573 | 2024-02-28T06:41:39.879Z | Compiling spki v0.7.2 |
1574 | 2024-02-28T06:41:41.311Z | Compiling usdt-attr-macro v0.3.5 |
1575 | 2024-02-28T06:41:42.760Z | Compiling usdt-macro v0.3.5 |
1576 | 2024-02-28T06:41:43.747Z | Compiling hyper v0.14.27 |
1577 | 2024-02-28T06:41:43.863Z | Compiling openapiv3 v2.0.0 |
1578 | 2024-02-28T06:41:44.003Z | Compiling scroll v0.12.0 |
1579 | 2024-02-28T06:41:44.584Z | Compiling md-5 v0.10.5 |
1580 | 2024-02-28T06:41:44.818Z | Compiling idna v0.5.0 |
1581 | 2024-02-28T06:41:45.023Z | Compiling stringprep v0.1.3 |
1582 | 2024-02-28T06:41:46.084Z | Compiling diesel_table_macro_syntax v0.1.0 |
1583 | 2024-02-28T06:41:46.260Z | Compiling num-integer v0.1.46 |
1584 | 2024-02-28T06:41:46.464Z | Compiling hash32 v0.2.1 |
1585 | 2024-02-28T06:41:46.704Z | Compiling fallible-iterator v0.2.0 |
1586 | 2024-02-28T06:41:47.000Z | Compiling anstyle-query v1.0.0 |
1587 | 2024-02-28T06:41:47.138Z | Compiling plain v0.2.3 |
1588 | 2024-02-28T06:41:47.424Z | Compiling gimli v0.28.0 |
1589 | 2024-02-28T06:41:47.428Z | Compiling colorchoice v1.0.0 |
1590 | 2024-02-28T06:41:47.594Z | Compiling anstream v0.6.11 |
1591 | 2024-02-28T06:41:48.803Z | Compiling postgres-protocol v0.6.6 |
1592 | 2024-02-28T06:41:49.491Z | Compiling goblin v0.8.0 |
1593 | 2024-02-28T06:41:50.063Z | Compiling diesel_derives v2.1.2 |
1594 | 2024-02-28T06:41:51.800Z | Compiling url v2.5.0 |
1595 | 2024-02-28T06:41:52.592Z | Compiling addr2line v0.21.0 |
1596 | 2024-02-28T06:41:54.051Z | Compiling tokio-rustls v0.24.1 |
1597 | 2024-02-28T06:41:54.463Z | Compiling tokio-native-tls v0.3.1 |
1598 | 2024-02-28T06:41:54.517Z | Compiling terminal_size v0.3.0 |
1599 | 2024-02-28T06:41:54.721Z | Compiling pkcs8 v0.10.2 |
1600 | 2024-02-28T06:41:55.083Z | Compiling phf_shared v0.11.2 |
1601 | 2024-02-28T06:41:55.841Z | Compiling serde_tokenstream v0.2.0 |
1602 | 2024-02-28T06:41:56.392Z | Compiling block-padding v0.3.3 |
1603 | 2024-02-28T06:41:56.635Z | Compiling enum-as-inner v0.5.1 |
1604 | 2024-02-28T06:41:56.756Z | Compiling clap_derive v4.5.0 |
1605 | 2024-02-28T06:41:57.661Z | Compiling serde_repr v0.1.16 |
1606 | 2024-02-28T06:41:59.161Z | Compiling ff v0.13.0 |
1607 | 2024-02-28T06:41:59.238Z | Compiling scheduled-thread-pool v0.2.7 |
1608 | 2024-02-28T06:41:59.398Z | Compiling object v0.32.1 |
1609 | 2024-02-28T06:42:00.356Z | Compiling pretty-hex v0.4.1 |
1610 | 2024-02-28T06:42:01.094Z | Compiling num_threads v0.1.6 |
1611 | 2024-02-28T06:42:01.219Z | Compiling matches v0.1.10 |
1612 | 2024-02-28T06:42:01.321Z | Compiling clap_lex v0.7.0 |
1613 | 2024-02-28T06:42:01.561Z | Compiling regex-automata v0.1.10 |
1614 | 2024-02-28T06:42:01.799Z | Compiling deranged v0.3.8 |
1615 | 2024-02-28T06:42:02.082Z | Compiling base16ct v0.2.0 |
1616 | 2024-02-28T06:42:02.380Z | Compiling managed v0.8.0 |
1617 | 2024-02-28T06:42:02.872Z | Compiling ipnet v2.9.0 |
1618 | 2024-02-28T06:42:03.769Z | Compiling bit-vec v0.6.3 |
1619 | 2024-02-28T06:42:04.023Z | Compiling rustc-demangle v0.1.23 |
1620 | 2024-02-28T06:42:04.230Z | Compiling strsim v0.11.0 |
1621 | 2024-02-28T06:42:06.716Z | Compiling clap_builder v4.5.0 |
1622 | 2024-02-28T06:42:07.761Z | Compiling time v0.3.27 |
1623 | 2024-02-28T06:42:08.766Z | Compiling sec1 v0.7.3 |
1624 | 2024-02-28T06:42:09.229Z | Compiling bstr v0.2.17 |
1625 | 2024-02-28T06:42:09.334Z | Compiling idna v0.2.3 |
1626 | 2024-02-28T06:42:09.678Z | Compiling dof v0.3.0 |
1627 | 2024-02-28T06:42:10.353Z | Compiling r2d2 v0.8.10 |
1628 | 2024-02-28T06:42:10.660Z | Compiling group v0.13.0 |
1629 | 2024-02-28T06:42:11.557Z | Compiling inout v0.1.3 |
1630 | 2024-02-28T06:42:12.200Z | Compiling phf v0.11.2 |
1631 | 2024-02-28T06:42:12.200Z | Compiling hyper-tls v0.5.0 |
1632 | 2024-02-28T06:42:12.261Z | Compiling hyper-rustls v0.24.2 |
1633 | 2024-02-28T06:42:12.487Z | Compiling signal-hook-mio v0.2.3 |
1634 | 2024-02-28T06:42:12.571Z | Compiling bzip2 v0.4.4 |
1635 | 2024-02-28T06:42:12.628Z | Compiling flate2 v1.0.28 |
1636 | 2024-02-28T06:42:12.646Z | Compiling postgres-types v0.2.6 |
1637 | 2024-02-28T06:42:12.713Z | Compiling zerocopy v0.6.4 |
1638 | 2024-02-28T06:42:13.255Z | Compiling hubpack v0.1.2 |
1639 | 2024-02-28T06:42:13.588Z | Compiling serde_urlencoded v0.7.1 |
1640 | 2024-02-28T06:42:13.607Z | Compiling phf_shared v0.10.0 |
1641 | 2024-02-28T06:42:13.727Z | Compiling rustls-pemfile v1.0.3 |
1642 | 2024-02-28T06:42:13.980Z | Compiling hkdf v0.12.4 |
1643 | 2024-02-28T06:42:14.079Z | Compiling ipnetwork v0.20.0 |
1644 | 2024-02-28T06:42:14.386Z | Compiling futures-executor v0.3.30 |
1645 | 2024-02-28T06:42:14.854Z | Compiling dtrace-parser v0.2.0 |
1646 | 2024-02-28T06:42:14.993Z | Compiling regress v0.8.0 |
1647 | 2024-02-28T06:42:15.066Z | Compiling crypto-bigint v0.5.2 |
1648 | 2024-02-28T06:42:15.296Z | Compiling float-cmp v0.9.0 |
1649 | 2024-02-28T06:42:15.534Z | Compiling encoding_rs v0.8.33 |
1650 | 2024-02-28T06:42:17.226Z | Compiling either v1.10.0 |
1651 | 2024-02-28T06:42:17.611Z | Compiling regex-automata v0.3.8 |
1652 | 2024-02-28T06:42:17.660Z | Compiling webpki-roots v0.25.2 |
1653 | 2024-02-28T06:42:17.932Z | Compiling normalize-line-endings v0.3.0 |
1654 | 2024-02-28T06:42:17.952Z | Compiling mime v0.3.17 |
1655 | 2024-02-28T06:42:18.469Z | Compiling fixedbitset v0.4.2 |
1656 | 2024-02-28T06:42:19.034Z | Compiling new_debug_unreachable v1.0.4 |
1657 | 2024-02-28T06:42:19.225Z | Compiling difflib v0.4.0 |
1658 | 2024-02-28T06:42:20.171Z | Compiling predicates-core v1.0.6 |
1659 | 2024-02-28T06:42:20.474Z | Compiling minimal-lexical v0.2.1 |
1660 | 2024-02-28T06:42:20.491Z | Compiling data-encoding v2.4.0 |
1661 | 2024-02-28T06:42:20.510Z | Compiling precomputed-hash v0.1.1 |
1662 | 2024-02-28T06:42:20.983Z | Compiling whoami v1.4.1 |
1663 | 2024-02-28T06:42:21.091Z | Compiling static_assertions v1.1.0 |
1664 | 2024-02-28T06:42:21.528Z | Compiling winnow v0.6.1 |
1665 | 2024-02-28T06:42:22.205Z | Compiling tokio-postgres v0.7.10 |
1666 | 2024-02-28T06:42:25.465Z | Compiling toml_edit v0.22.6 |
1667 | 2024-02-28T06:42:27.187Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1668 | 2024-02-28T06:42:28.222Z | Compiling trust-dns-proto v0.22.0 |
1669 | 2024-02-28T06:42:28.650Z | Compiling nom v7.1.3 |
1670 | 2024-02-28T06:42:32.615Z | Compiling string_cache v0.8.7 |
1671 | 2024-02-28T06:42:32.971Z | Compiling predicates v3.1.0 |
1672 | 2024-02-28T06:42:33.037Z | Compiling bstr v1.6.0 |
1673 | 2024-02-28T06:42:33.284Z | Compiling reqwest v0.11.22 |
1674 | 2024-02-28T06:42:34.528Z | Compiling petgraph v0.6.4 |
1675 | 2024-02-28T06:42:34.582Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1676 | 2024-02-28T06:42:36.172Z | Compiling itertools v0.10.5 |
1677 | 2024-02-28T06:42:37.163Z | Compiling elliptic-curve v0.13.8 |
1678 | 2024-02-28T06:42:39.513Z | Compiling futures v0.3.30 |
1679 | 2024-02-28T06:42:39.637Z | Compiling yasna v0.5.2 |
1680 | 2024-02-28T06:42:39.895Z | Compiling diesel v2.1.4 |
1681 | 2024-02-28T06:42:40.604Z | Compiling zip v0.6.6 |
1682 | 2024-02-28T06:42:41.310Z | Compiling crossterm v0.27.0 |
1683 | 2024-02-28T06:42:41.360Z | Compiling cipher v0.4.4 |
1684 | 2024-02-28T06:42:41.831Z | Compiling clap v4.5.0 |
1685 | 2024-02-28T06:42:41.947Z | Compiling similar v2.3.0 |
1686 | 2024-02-28T06:42:42.295Z | Compiling bit-set v0.5.3 |
1687 | 2024-02-28T06:42:42.563Z | Compiling usdt v0.3.5 |
1688 | 2024-02-28T06:42:43.529Z | Compiling console v0.15.8 |
1689 | 2024-02-28T06:42:44.906Z | Compiling strum v0.25.0 |
1690 | 2024-02-28T06:42:45.079Z | Compiling tokio-stream v0.1.14 |
1691 | 2024-02-28T06:42:45.503Z | Compiling toml v0.7.8 |
1692 | 2024-02-28T06:42:45.642Z | Compiling hex v0.4.3 |
1693 | 2024-02-28T06:42:46.041Z | Compiling proc-macro-error-attr v1.0.4 |
1694 | 2024-02-28T06:42:46.624Z | Compiling lalrpop-util v0.19.12 |
1695 | 2024-02-28T06:42:46.974Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1696 | 2024-02-28T06:42:49.252Z | Compiling proc-macro-crate v1.3.1 |
1697 | 2024-02-28T06:42:50.350Z | Compiling proc-macro-error v1.0.4 |
1698 | 2024-02-28T06:42:50.917Z | Compiling camino v1.1.6 |
1699 | 2024-02-28T06:42:51.279Z | Compiling heapless v0.8.0 |
1700 | 2024-02-28T06:42:52.113Z | Compiling num_enum_derive v0.5.11 |
1701 | 2024-02-28T06:43:02.475Z | Compiling atty v0.2.14 |
1702 | 2024-02-28T06:43:02.636Z | Compiling hash32 v0.3.1 |
1703 | 2024-02-28T06:43:03.510Z | Compiling smoltcp v0.11.0 |
1704 | 2024-02-28T06:43:05.748Z | Compiling strsim v0.10.0 |
1705 | 2024-02-28T06:43:06.385Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1706 | 2024-02-28T06:43:06.747Z | Compiling rustls-pki-types v1.3.0 |
1707 | 2024-02-28T06:43:08.039Z | Compiling ident_case v1.0.1 |
1708 | 2024-02-28T06:43:08.231Z | Compiling darling_core v0.20.3 |
1709 | 2024-02-28T06:43:23.395Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1710 | 2024-02-28T06:43:27.163Z | Compiling num_enum v0.5.11 |
1711 | 2024-02-28T06:43:33.547Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-02-28T06:43:34.680Z | Compiling rustls v0.22.2 |
1713 | 2024-02-28T06:43:37.125Z | Compiling cobs v0.2.3 |
1714 | 2024-02-28T06:43:37.677Z | Compiling embedded-io v0.4.0 |
1715 | 2024-02-28T06:43:37.932Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1716 | 2024-02-28T06:43:38.521Z | Compiling postcard v1.0.8 |
1717 | 2024-02-28T06:43:43.622Z | Compiling dirs-next v2.0.0 |
1718 | 2024-02-28T06:43:46.713Z | Compiling darling_macro v0.20.3 |
1719 | 2024-02-28T06:43:48.804Z | Compiling rustls-webpki v0.102.1 |
1720 | 2024-02-28T06:43:50.992Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1721 | 2024-02-28T06:43:54.918Z | Compiling getopts v0.2.21 |
1722 | 2024-02-28T06:43:55.334Z | Compiling structmeta-derive v0.3.0 |
1723 | 2024-02-28T06:43:55.825Z | Compiling foreign-types-macros v0.2.3 |
1724 | 2024-02-28T06:43:56.551Z | Compiling thread_local v1.1.7 |
1725 | 2024-02-28T06:43:56.784Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1726 | 2024-02-28T06:43:57.087Z | Compiling multer v3.0.0 |
1727 | 2024-02-28T06:43:57.090Z | Compiling foreign-types-shared v0.3.1 |
1728 | 2024-02-28T06:43:57.366Z | Compiling unsafe-libyaml v0.2.10 |
1729 | 2024-02-28T06:43:57.435Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1730 | 2024-02-28T06:43:57.668Z | Compiling slog-async v2.8.0 |
1731 | 2024-02-28T06:43:58.154Z | Compiling paste v1.0.14 |
1732 | 2024-02-28T06:43:58.532Z | Compiling rayon-core v1.12.1 |
1733 | 2024-02-28T06:43:58.789Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1734 | 2024-02-28T06:43:59.219Z | Compiling match_cfg v0.1.0 |
1735 | 2024-02-28T06:43:59.325Z | Compiling hostname v0.3.1 |
1736 | 2024-02-28T06:44:04.419Z | Compiling serde_yaml v0.9.25 |
1737 | 2024-02-28T06:44:06.633Z | Compiling structmeta v0.3.0 |
1738 | 2024-02-28T06:44:07.044Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1739 | 2024-02-28T06:44:10.124Z | Compiling foreign-types v0.5.0 |
1740 | 2024-02-28T06:44:10.999Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1741 | 2024-02-28T06:44:13.030Z | Compiling darling v0.20.3 |
1742 | 2024-02-28T06:44:18.628Z | Compiling term v0.7.0 |
1743 | 2024-02-28T06:44:22.083Z | Compiling slog-json v2.6.1 |
1744 | 2024-02-28T06:44:22.358Z | Compiling crossbeam-deque v0.8.3 |
1745 | 2024-02-28T06:44:22.749Z | Compiling is-terminal v0.4.9 |
1746 | 2024-02-28T06:44:22.778Z | Compiling crossbeam-channel v0.5.8 |
1747 | 2024-02-28T06:44:23.483Z | Compiling http v1.0.0 |
1748 | 2024-02-28T06:44:24.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1749 | 2024-02-28T06:44:24.591Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1750 | 2024-02-28T06:44:24.913Z | Compiling async-stream-impl v0.3.5 |
1751 | 2024-02-28T06:44:25.022Z | Compiling cstr-argument v0.1.2 |
1752 | 2024-02-28T06:44:25.284Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1753 | 2024-02-28T06:44:25.450Z | Compiling pretty-hex v0.2.1 |
1754 | 2024-02-28T06:44:25.628Z | Compiling crucible-workspace-hack v0.1.0 |
1755 | 2024-02-28T06:44:25.945Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1756 | 2024-02-28T06:44:26.090Z | Compiling atomic-waker v1.1.1 |
1757 | 2024-02-28T06:44:26.183Z | Compiling fastrand v2.0.1 |
1758 | 2024-02-28T06:44:26.295Z | Compiling take_mut v0.2.2 |
1759 | 2024-02-28T06:44:26.339Z | Compiling waitgroup v0.1.2 |
1760 | 2024-02-28T06:44:26.576Z | Compiling tempfile v3.10.0 |
1761 | 2024-02-28T06:44:26.868Z | Compiling async-stream v0.3.5 |
1762 | 2024-02-28T06:44:27.275Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1763 | 2024-02-28T06:44:27.530Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1764 | 2024-02-28T06:44:28.623Z | Compiling colored v2.0.4 |
1765 | 2024-02-28T06:44:29.753Z | Compiling slog-bunyan v2.5.0 |
1766 | 2024-02-28T06:44:30.057Z | Compiling slog-term v2.9.0 |
1767 | 2024-02-28T06:44:30.148Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1768 | 2024-02-28T06:44:31.009Z | Compiling tokio-rustls v0.25.0 |
1769 | 2024-02-28T06:44:31.504Z | Compiling serde_with_macros v3.6.1 |
1770 | 2024-02-28T06:44:32.405Z | Compiling parse-display-derive v0.9.0 |
1771 | 2024-02-28T06:44:34.197Z | Compiling toml v0.8.10 |
1772 | 2024-02-28T06:44:34.422Z | Compiling rustls-pemfile v2.1.0 |
1773 | 2024-02-28T06:44:35.196Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1774 | 2024-02-28T06:44:36.504Z | Compiling sha1 v0.10.6 |
1775 | 2024-02-28T06:44:36.701Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1776 | 2024-02-28T06:44:37.424Z | Compiling textwrap v0.11.0 |
1777 | 2024-02-28T06:44:38.528Z | Compiling heck v0.3.3 |
1778 | 2024-02-28T06:44:38.625Z | Compiling newtype-uuid v1.0.1 |
1779 | 2024-02-28T06:44:38.798Z | Compiling serde_path_to_error v0.1.15 |
1780 | 2024-02-28T06:44:38.920Z | Compiling strum_macros v0.26.1 |
1781 | 2024-02-28T06:44:39.017Z | Compiling instant v0.1.12 |
1782 | 2024-02-28T06:44:39.188Z | Compiling strsim v0.8.0 |
1783 | 2024-02-28T06:44:39.828Z | Compiling vec_map v0.8.2 |
1784 | 2024-02-28T06:44:40.057Z | Compiling ansi_term v0.12.1 |
1785 | 2024-02-28T06:44:40.154Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1786 | 2024-02-28T06:44:40.558Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-02-28T06:44:40.635Z | Compiling libefi-sys v0.1.0 |
1788 | 2024-02-28T06:44:40.930Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1789 | 2024-02-28T06:44:40.983Z | Compiling clap v2.34.0 |
1790 | 2024-02-28T06:44:43.661Z | Compiling strum v0.26.1 |
1791 | 2024-02-28T06:44:43.864Z | Compiling backoff v0.4.0 |
1792 | 2024-02-28T06:44:43.934Z | Compiling structopt-derive v0.4.18 |
1793 | 2024-02-28T06:44:44.250Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1794 | 2024-02-28T06:44:44.601Z | Compiling parse-display v0.9.0 |
1795 | 2024-02-28T06:44:45.779Z | Compiling serde_with v3.6.1 |
1796 | 2024-02-28T06:44:46.159Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1797 | 2024-02-28T06:44:46.391Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1798 | 2024-02-28T06:44:46.533Z | Compiling rayon v1.9.0 |
1799 | 2024-02-28T06:44:47.267Z | Compiling camino-tempfile v1.1.1 |
1800 | 2024-02-28T06:44:48.088Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1801 | 2024-02-28T06:44:48.264Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1802 | 2024-02-28T06:44:48.838Z | Compiling zone_cfg_derive v0.3.0 |
1803 | 2024-02-28T06:44:50.289Z | Compiling macaddr v1.0.1 |
1804 | 2024-02-28T06:44:50.686Z | Compiling num-derive v0.4.0 |
1805 | 2024-02-28T06:44:51.086Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1806 | 2024-02-28T06:44:51.497Z | Compiling blake3 v1.5.0 |
1807 | 2024-02-28T06:44:52.085Z | Compiling portable-atomic v1.4.3 |
1808 | 2024-02-28T06:44:52.952Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1809 | 2024-02-28T06:44:53.079Z | Compiling zone v0.3.0 |
1810 | 2024-02-28T06:44:53.113Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1811 | 2024-02-28T06:44:54.751Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1812 | 2024-02-28T06:44:55.320Z | Compiling structopt v0.3.26 |
1813 | 2024-02-28T06:44:56.196Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1814 | 2024-02-28T06:44:56.404Z | Compiling smf v0.2.2 |
1815 | 2024-02-28T06:44:56.689Z | Compiling xattr v1.0.1 |
1816 | 2024-02-28T06:44:56.972Z | Compiling memmap2 v0.7.1 |
1817 | 2024-02-28T06:44:57.135Z | Compiling filetime v0.2.23 |
1818 | 2024-02-28T06:44:57.386Z | Compiling same-file v1.0.6 |
1819 | 2024-02-28T06:44:57.505Z | Compiling constant_time_eq v0.3.0 |
1820 | 2024-02-28T06:44:57.534Z | Compiling arrayref v0.3.7 |
1821 | 2024-02-28T06:44:57.651Z | Compiling arrayvec v0.7.4 |
1822 | 2024-02-28T06:44:57.684Z | Compiling walkdir v2.4.0 |
1823 | 2024-02-28T06:44:57.704Z | Compiling tar v0.4.40 |
1824 | 2024-02-28T06:44:59.517Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1825 | 2024-02-28T06:45:00.535Z | Compiling gethostname v0.4.3 |
1826 | 2024-02-28T06:45:00.806Z | Compiling number_prefix v0.4.0 |
1827 | 2024-02-28T06:45:01.013Z | Compiling topological-sort v0.2.2 |
1828 | 2024-02-28T06:45:01.058Z | Compiling swrite v0.1.0 |
1829 | 2024-02-28T06:45:01.268Z | Compiling omicron-zone-package v0.11.0 |
1830 | 2024-02-28T06:45:01.853Z | Compiling indicatif v0.17.8 |
1831 | 2024-02-28T06:45:03.641Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1832 | 2024-02-28T06:45:05.828Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1833 | 2024-02-28T06:45:14.305Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1834 | 2024-02-28T06:45:16.757Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1835 | 2024-02-28T06:45:18.935Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1836 | 2024-02-28T06:45:37.272Z | Finished release [optimized] target(s) in 5m 18s |
1837 | 2024-02-28T06:45:37.485Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1838 | 2024-02-28T06:45:37.542Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1839 | 2024-02-28T06:45:37.545Z | Created new build target 'test' and set it as active |
1840 | 2024-02-28T06:45:37.545Z | |
1841 | 2024-02-28T06:45:37.546Z | real 5:18.988761304 |
1842 | 2024-02-28T06:45:37.546Z | user 33:46.954864463 |
1843 | 2024-02-28T06:45:37.546Z | sys 3:47.920144826 |
1844 | 2024-02-28T06:45:37.546Z | trap 1.013212852 |
1845 | 2024-02-28T06:45:37.546Z | tflt 4.845511956 |
1846 | 2024-02-28T06:45:37.546Z | dflt 2.330677280 |
1847 | 2024-02-28T06:45:37.546Z | kflt 0.060359144 |
1848 | 2024-02-28T06:45:37.546Z | lock 1:11:56.562125151 |
1849 | 2024-02-28T06:45:37.546Z | slp 1:35:49.727100471 |
1850 | 2024-02-28T06:45:37.546Z | lat 2:10.066237461 |
1851 | 2024-02-28T06:45:37.546Z | stop 3:26.470150982 |
1852 | 2024-02-28T06:45:37.546Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1853 | 2024-02-28T06:45:38.240Z | Finished release [optimized] target(s) in 0.64s |
1854 | 2024-02-28T06:45:38.368Z | Running `target/release/omicron-package -t test package` |
1855 | 2024-02-28T06:45:38.374Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1856 | 2024-02-28T06:45:39.051Z | Compiling linked-hash-map v0.5.6 |
1857 | 2024-02-28T06:45:39.055Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1858 | 2024-02-28T06:45:39.055Z | Compiling usdt-macro v0.5.0 |
1859 | 2024-02-28T06:45:39.055Z | Compiling usdt-attr-macro v0.5.0 |
1860 | 2024-02-28T06:45:39.055Z | Compiling memmap v0.7.0 |
1861 | 2024-02-28T06:45:39.055Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1862 | 2024-02-28T06:45:39.055Z | Compiling password-hash v0.5.0 |
1863 | 2024-02-28T06:45:39.128Z | Compiling blake2 v0.10.6 |
1864 | 2024-02-28T06:45:39.484Z | Compiling lru-cache v0.1.2 |
1865 | 2024-02-28T06:45:39.547Z | Compiling semver v0.1.20 |
1866 | 2024-02-28T06:45:39.697Z | Compiling argon2 v0.5.3 |
1867 | 2024-02-28T06:45:40.121Z | Compiling rustc_version v0.1.7 |
1868 | 2024-02-28T06:45:40.475Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-02-28T06:45:40.505Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1870 | 2024-02-28T06:45:40.518Z | Compiling quick-error v1.2.3 |
1871 | 2024-02-28T06:45:41.054Z | Compiling resolv-conf v0.7.0 |
1872 | 2024-02-28T06:45:41.058Z | Compiling usdt v0.5.0 |
1873 | 2024-02-28T06:45:41.058Z | Compiling newtype_derive v0.1.6 |
1874 | 2024-02-28T06:45:41.090Z | Compiling rayon-core v1.12.1 |
1875 | 2024-02-28T06:45:41.099Z | Compiling crossbeam-deque v0.8.3 |
1876 | 2024-02-28T06:45:41.110Z | Compiling same-file v1.0.6 |
1877 | 2024-02-28T06:45:41.336Z | Compiling fastrand v2.0.1 |
1878 | 2024-02-28T06:45:42.016Z | Compiling walkdir v2.4.0 |
1879 | 2024-02-28T06:45:42.027Z | Compiling tempfile v3.10.0 |
1880 | 2024-02-28T06:45:42.486Z | Compiling trust-dns-resolver v0.22.0 |
1881 | 2024-02-28T06:45:42.486Z | Compiling itertools v0.12.1 |
1882 | 2024-02-28T06:45:42.502Z | Compiling camino v1.1.6 |
1883 | 2024-02-28T06:45:42.560Z | Compiling semver-parser v0.10.2 |
1884 | 2024-02-28T06:45:42.571Z | Compiling slog-dtrace v0.3.0 |
1885 | 2024-02-28T06:45:42.617Z | Compiling blake3 v1.5.0 |
1886 | 2024-02-28T06:45:43.040Z | Compiling rayon v1.9.0 |
1887 | 2024-02-28T06:45:43.063Z | Compiling nibble_vec v0.1.0 |
1888 | 2024-02-28T06:45:43.273Z | Compiling semver v0.11.0 |
1889 | 2024-02-28T06:45:43.901Z | Compiling memmap2 v0.7.1 |
1890 | 2024-02-28T06:45:44.015Z | Compiling xattr v1.0.1 |
1891 | 2024-02-28T06:45:44.250Z | Compiling filetime v0.2.23 |
1892 | 2024-02-28T06:45:44.296Z | Compiling arrayvec v0.7.4 |
1893 | 2024-02-28T06:45:44.482Z | Compiling constant_time_eq v0.3.0 |
1894 | 2024-02-28T06:45:44.537Z | Compiling arrayref v0.3.7 |
1895 | 2024-02-28T06:45:44.621Z | Compiling home v0.5.5 |
1896 | 2024-02-28T06:45:44.632Z | Compiling endian-type v0.1.2 |
1897 | 2024-02-28T06:45:44.695Z | Compiling tar v0.4.40 |
1898 | 2024-02-28T06:45:44.850Z | Compiling radix_trie v0.2.1 |
1899 | 2024-02-28T06:45:44.867Z | Compiling toolchain_find v0.2.0 |
1900 | 2024-02-28T06:45:45.399Z | Compiling camino-tempfile v1.1.1 |
1901 | 2024-02-28T06:45:45.737Z | Compiling steno v0.4.0 |
1902 | 2024-02-28T06:45:46.080Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1903 | 2024-02-28T06:45:46.568Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1904 | 2024-02-28T06:45:46.985Z | Compiling toml v0.5.11 |
1905 | 2024-02-28T06:45:47.421Z | Compiling derive-where v1.2.7 |
1906 | 2024-02-28T06:45:48.184Z | Compiling num-rational v0.4.1 |
1907 | 2024-02-28T06:45:48.498Z | Compiling radium v0.7.0 |
1908 | 2024-02-28T06:45:48.959Z | Compiling topological-sort v0.2.2 |
1909 | 2024-02-28T06:45:49.175Z | Compiling omicron-zone-package v0.11.0 |
1910 | 2024-02-28T06:45:49.509Z | Compiling rustfmt-wrapper v0.2.0 |
1911 | 2024-02-28T06:45:50.353Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1912 | 2024-02-28T06:45:50.405Z | Compiling toml v0.8.10 |
1913 | 2024-02-28T06:45:50.571Z | Compiling cancel-safe-futures v0.1.5 |
1914 | 2024-02-28T06:45:50.843Z | Compiling tap v1.0.1 |
1915 | 2024-02-28T06:45:50.906Z | Compiling maybe-uninit v2.0.0 |
1916 | 2024-02-28T06:45:51.013Z | Compiling wyz v0.5.1 |
1917 | 2024-02-28T06:45:51.982Z | Compiling num-complex v0.4.4 |
1918 | 2024-02-28T06:45:52.073Z | Compiling funty v2.0.0 |
1919 | 2024-02-28T06:45:53.378Z | Compiling crc-catalog v2.2.0 |
1920 | 2024-02-28T06:45:53.541Z | Compiling num-bigint-dig v0.8.4 |
1921 | 2024-02-28T06:45:53.862Z | Compiling packed_struct v0.10.1 |
1922 | 2024-02-28T06:45:54.138Z | Compiling crc v3.0.1 |
1923 | 2024-02-28T06:45:54.329Z | Compiling bitvec v1.0.1 |
1924 | 2024-02-28T06:45:54.868Z | Compiling num v0.4.1 |
1925 | 2024-02-28T06:45:55.076Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1926 | 2024-02-28T06:45:55.087Z | Compiling fxhash v0.2.1 |
1927 | 2024-02-28T06:45:55.318Z | Compiling packed_struct_codegen v0.10.1 |
1928 | 2024-02-28T06:45:55.685Z | Compiling indexmap v1.9.3 |
1929 | 2024-02-28T06:45:56.020Z | Compiling utf-8 v0.7.6 |
1930 | 2024-02-28T06:45:56.152Z | Compiling nodrop v0.1.14 |
1931 | 2024-02-28T06:45:56.276Z | Compiling array-init v0.0.4 |
1932 | 2024-02-28T06:45:56.405Z | Compiling tungstenite v0.20.1 |
1933 | 2024-02-28T06:45:57.589Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1934 | 2024-02-28T06:45:58.101Z | Compiling smallvec v0.6.14 |
1935 | 2024-02-28T06:45:58.776Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1936 | 2024-02-28T06:46:02.349Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1937 | 2024-02-28T06:46:03.652Z | Compiling pkcs1 v0.7.5 |
1938 | 2024-02-28T06:46:05.335Z | Compiling signature v2.1.0 |
1939 | 2024-02-28T06:46:05.583Z | Compiling half v2.3.1 |
1940 | 2024-02-28T06:46:06.367Z | Compiling unicase v2.7.0 |
1941 | 2024-02-28T06:46:06.702Z | Compiling hashbrown v0.12.3 |
1942 | 2024-02-28T06:46:07.414Z | Compiling termcolor v1.2.0 |
1943 | 2024-02-28T06:46:08.065Z | Compiling ciborium-io v0.2.2 |
1944 | 2024-02-28T06:46:08.194Z | Compiling bitfield v0.14.0 |
1945 | 2024-02-28T06:46:08.510Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1946 | 2024-02-28T06:46:08.770Z | Compiling ciborium-ll v0.2.2 |
1947 | 2024-02-28T06:46:10.491Z | Compiling env_logger v0.10.0 |
1948 | 2024-02-28T06:46:10.906Z | Compiling rsa v0.9.2 |
1949 | 2024-02-28T06:46:12.463Z | Compiling serde-hex v0.1.0 |
1950 | 2024-02-28T06:46:14.433Z | Compiling tokio-tungstenite v0.20.1 |
1951 | 2024-02-28T06:46:15.022Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1952 | 2024-02-28T06:46:15.368Z | Compiling x509-cert v0.2.4 |
1953 | 2024-02-28T06:46:16.348Z | Compiling ron v0.8.1 |
1954 | 2024-02-28T06:46:17.902Z | Compiling hashbrown v0.13.2 |
1955 | 2024-02-28T06:46:19.345Z | Compiling crc-any v2.4.3 |
1956 | 2024-02-28T06:46:20.193Z | Compiling display-error-chain v0.2.0 |
1957 | 2024-02-28T06:46:20.331Z | Compiling arc-swap v1.6.0 |
1958 | 2024-02-28T06:46:20.368Z | Compiling object v0.30.4 |
1959 | 2024-02-28T06:46:21.155Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1960 | 2024-02-28T06:46:22.836Z | Compiling slog-scope v4.4.0 |
1961 | 2024-02-28T06:46:23.732Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2024-02-28T06:46:25.546Z | Compiling ciborium v0.2.2 |
1963 | 2024-02-28T06:46:26.142Z | Compiling libsw v3.3.1 |
1964 | 2024-02-28T06:46:26.451Z | Compiling owo-colors v4.0.0 |
1965 | 2024-02-28T06:46:27.804Z | Compiling path-slash v0.1.5 |
1966 | 2024-02-28T06:46:28.015Z | Compiling parking_lot_core v0.8.6 |
1967 | 2024-02-28T06:46:28.458Z | Compiling linear-map v1.2.0 |
1968 | 2024-02-28T06:46:28.888Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1969 | 2024-02-28T06:46:29.186Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1970 | 2024-02-28T06:46:29.805Z | Compiling slog-stdlog v4.1.1 |
1971 | 2024-02-28T06:46:30.944Z | Compiling dirs-sys-next v0.1.2 |
1972 | 2024-02-28T06:46:31.462Z | Compiling convert_case v0.4.0 |
1973 | 2024-02-28T06:46:32.227Z | Compiling glob v0.3.1 |
1974 | 2024-02-28T06:46:33.094Z | Compiling crunchy v0.2.2 |
1975 | 2024-02-28T06:46:33.570Z | Compiling clang-sys v1.6.1 |
1976 | 2024-02-28T06:46:34.280Z | Compiling derive_more v0.99.17 |
1977 | 2024-02-28T06:46:36.585Z | Compiling dirs-next v2.0.0 |
1978 | 2024-02-28T06:46:37.140Z | Compiling slog-envlogger v2.2.0 |
1979 | 2024-02-28T06:46:39.929Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1980 | 2024-02-28T06:46:39.977Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1981 | 2024-02-28T06:46:40.353Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1982 | 2024-02-28T06:46:40.775Z | Compiling tiny-keccak v2.0.2 |
1983 | 2024-02-28T06:46:41.088Z | Compiling platforms v3.0.2 |
1984 | 2024-02-28T06:46:41.439Z | Compiling prettyplease v0.2.16 |
1985 | 2024-02-28T06:46:41.799Z | Compiling parking_lot v0.11.2 |
1986 | 2024-02-28T06:46:41.889Z | Compiling mime_guess v2.0.4 |
1987 | 2024-02-28T06:46:43.052Z | Compiling term v0.7.0 |
1988 | 2024-02-28T06:46:44.276Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1989 | 2024-02-28T06:46:44.580Z | Compiling trust-dns-client v0.22.0 |
1990 | 2024-02-28T06:46:47.167Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1991 | 2024-02-28T06:46:49.521Z | Compiling darling_core v0.14.4 |
1992 | 2024-02-28T06:46:54.815Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
1993 | 2024-02-28T06:46:54.963Z | Compiling pem v3.0.2 |
1994 | 2024-02-28T06:46:56.297Z | Compiling darling_macro v0.14.4 |
1995 | 2024-02-28T06:46:57.298Z | Compiling trust-dns-server v0.22.1 |
1996 | 2024-02-28T06:46:57.545Z | Compiling ascii-canvas v3.0.0 |
1997 | 2024-02-28T06:46:58.073Z | Compiling sled v0.34.7 |
1998 | 2024-02-28T06:46:59.382Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1999 | 2024-02-28T06:47:03.009Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2000 | 2024-02-28T06:47:03.244Z | Compiling is-terminal v0.4.9 |
2001 | 2024-02-28T06:47:03.362Z | Compiling ena v0.14.2 |
2002 | 2024-02-28T06:47:03.804Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2003 | 2024-02-28T06:47:04.542Z | Compiling vte_generate_state_changes v0.1.1 |
2004 | 2024-02-28T06:47:05.187Z | Compiling libloading v0.7.4 |
2005 | 2024-02-28T06:47:05.541Z | Compiling diff v0.1.13 |
2006 | 2024-02-28T06:47:05.698Z | Compiling bindgen v0.69.2 |
2007 | 2024-02-28T06:47:06.097Z | Compiling regex-syntax v0.6.29 |
2008 | 2024-02-28T06:47:11.722Z | Compiling lalrpop v0.19.12 |
2009 | 2024-02-28T06:47:13.891Z | Compiling vte v0.11.1 |
2010 | 2024-02-28T06:47:15.969Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2011 | 2024-02-28T06:47:16.188Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2012 | 2024-02-28T06:47:17.635Z | Compiling curve25519-dalek v4.1.1 |
2013 | 2024-02-28T06:47:19.931Z | Compiling darling v0.14.4 |
2014 | 2024-02-28T06:47:20.243Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2015 | 2024-02-28T06:47:22.854Z | Compiling cexpr v0.6.0 |
2016 | 2024-02-28T06:47:24.400Z | Compiling which v4.4.0 |
2017 | 2024-02-28T06:47:24.931Z | Compiling kstat-rs v0.2.3 |
2018 | 2024-02-28T06:47:26.193Z | Compiling memoffset v0.7.1 |
2019 | 2024-02-28T06:47:26.527Z | Compiling bytecount v0.6.3 |
2020 | 2024-02-28T06:47:26.855Z | Compiling shlex v1.3.0 |
2021 | 2024-02-28T06:47:27.247Z | Compiling buf-list v1.0.3 |
2022 | 2024-02-28T06:47:27.829Z | Compiling keccak v0.1.4 |
2023 | 2024-02-28T06:47:28.830Z | Compiling doc-comment v0.3.3 |
2024 | 2024-02-28T06:47:29.345Z | Compiling rustc-hash v1.1.0 |
2025 | 2024-02-28T06:47:29.501Z | Compiling peeking_take_while v0.1.2 |
2026 | 2024-02-28T06:47:29.643Z | Compiling lazycell v1.3.0 |
2027 | 2024-02-28T06:47:30.081Z | Compiling sha3 v0.10.8 |
2028 | 2024-02-28T06:47:31.047Z | Compiling papergrid v0.11.0 |
2029 | 2024-02-28T06:47:34.674Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2030 | 2024-02-28T06:47:35.849Z | Compiling derive_builder_core v0.12.0 |
2031 | 2024-02-28T06:47:38.248Z | Compiling strip-ansi-escapes v0.2.0 |
2032 | 2024-02-28T06:47:39.177Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2033 | 2024-02-28T06:47:40.695Z | Compiling polar-core v0.27.0 |
2034 | 2024-02-28T06:47:42.199Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2035 | 2024-02-28T06:47:44.363Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2036 | 2024-02-28T06:47:44.770Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2037 | 2024-02-28T06:47:45.384Z | Compiling tabled_derive v0.7.0 |
2038 | 2024-02-28T06:47:45.710Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2039 | 2024-02-28T06:47:45.925Z | Compiling fd-lock v3.0.13 |
2040 | 2024-02-28T06:47:46.154Z | Compiling fd-lock v4.0.2 |
2041 | 2024-02-28T06:47:46.382Z | Compiling headers-core v0.2.0 |
2042 | 2024-02-28T06:47:46.559Z | Compiling universal-hash v0.5.1 |
2043 | 2024-02-28T06:47:46.787Z | Compiling nix v0.27.1 |
2044 | 2024-02-28T06:47:47.502Z | Compiling secrecy v0.8.0 |
2045 | 2024-02-28T06:47:47.701Z | Compiling libxml v0.3.3 |
2046 | 2024-02-28T06:47:47.781Z | Compiling pin-project-internal v1.1.3 |
2047 | 2024-02-28T06:47:48.082Z | Compiling thiserror-impl-no-std v2.0.2 |
2048 | 2024-02-28T06:47:50.402Z | Compiling sqlparser_derive v0.2.2 |
2049 | 2024-02-28T06:47:50.731Z | Compiling curve25519-dalek-derive v0.1.0 |
2050 | 2024-02-28T06:47:50.983Z | Compiling unicode_categories v0.1.1 |
2051 | 2024-02-28T06:47:51.104Z | Compiling opaque-debug v0.3.0 |
2052 | 2024-02-28T06:47:51.328Z | Compiling ref-cast v1.0.20 |
2053 | 2024-02-28T06:47:51.391Z | Compiling nu-ansi-term v0.50.0 |
2054 | 2024-02-28T06:47:51.455Z | Compiling sqlparser v0.43.1 |
2055 | 2024-02-28T06:47:51.476Z | Compiling rustyline v13.0.0 |
2056 | 2024-02-28T06:47:51.846Z | Compiling reedline v0.29.0 |
2057 | 2024-02-28T06:47:52.763Z | Compiling sqlformat v0.2.3 |
2058 | 2024-02-28T06:47:53.594Z | Compiling poly1305 v0.8.0 |
2059 | 2024-02-28T06:47:55.238Z | Compiling thiserror-no-std v2.0.2 |
2060 | 2024-02-28T06:47:55.357Z | Compiling pin-project v1.1.3 |
2061 | 2024-02-28T06:47:55.529Z | Compiling tabled v0.15.0 |
2062 | 2024-02-28T06:48:00.162Z | Compiling headers v0.3.9 |
2063 | 2024-02-28T06:48:00.788Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2064 | 2024-02-28T06:48:02.503Z | Compiling derive_builder_macro v0.12.0 |
2065 | 2024-02-28T06:48:05.266Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2066 | 2024-02-28T06:48:05.756Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2067 | 2024-02-28T06:48:06.063Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2068 | 2024-02-28T06:48:06.378Z | Compiling chacha20 v0.9.1 |
2069 | 2024-02-28T06:48:06.872Z | Compiling aead v0.5.2 |
2070 | 2024-02-28T06:48:07.178Z | Compiling strum_macros v0.24.3 |
2071 | 2024-02-28T06:48:10.741Z | Compiling bcs v0.1.6 |
2072 | 2024-02-28T06:48:11.602Z | Compiling snafu-derive v0.7.5 |
2073 | 2024-02-28T06:48:13.708Z | Compiling ref-cast-impl v1.0.20 |
2074 | 2024-02-28T06:48:14.895Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2075 | 2024-02-28T06:48:14.977Z | Compiling fs-err v2.11.0 |
2076 | 2024-02-28T06:48:15.225Z | Compiling cookie v0.18.0 |
2077 | 2024-02-28T06:48:15.310Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2078 | 2024-02-28T06:48:15.561Z | Compiling indoc v1.0.9 |
2079 | 2024-02-28T06:48:15.648Z | Compiling salty v0.2.0 |
2080 | 2024-02-28T06:48:16.107Z | Compiling signature v1.6.4 |
2081 | 2024-02-28T06:48:16.247Z | Compiling highway v1.1.0 |
2082 | 2024-02-28T06:48:16.544Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2083 | 2024-02-28T06:48:16.753Z | Compiling snafu v0.7.5 |
2084 | 2024-02-28T06:48:16.886Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2085 | 2024-02-28T06:48:17.672Z | Compiling ed25519 v1.5.3 |
2086 | 2024-02-28T06:48:18.273Z | Compiling chacha20poly1305 v0.10.1 |
2087 | 2024-02-28T06:48:18.440Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2088 | 2024-02-28T06:48:18.532Z | Compiling derive_builder v0.12.0 |
2089 | 2024-02-28T06:48:23.159Z | Compiling vsss-rs v3.3.4 |
2090 | 2024-02-28T06:48:26.200Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-02-28T06:48:26.568Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2024-02-28T06:48:26.977Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2093 | 2024-02-28T06:48:27.330Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2094 | 2024-02-28T06:48:27.454Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2095 | 2024-02-28T06:48:27.637Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2096 | 2024-02-28T06:48:28.393Z | Compiling globset v0.4.13 |
2097 | 2024-02-28T06:48:30.078Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2098 | 2024-02-28T06:48:32.845Z | Compiling olpc-cjson v0.1.3 |
2099 | 2024-02-28T06:48:32.901Z | Compiling bb8 v0.8.3 |
2100 | 2024-02-28T06:48:33.043Z | Compiling quick-xml v0.30.0 |
2101 | 2024-02-28T06:48:33.441Z | Compiling serde_plain v1.0.2 |
2102 | 2024-02-28T06:48:33.475Z | Compiling serde-big-array v0.5.1 |
2103 | 2024-02-28T06:48:33.743Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2024-02-28T06:48:33.988Z | Compiling impl-trait-for-tuples v0.2.2 |
2105 | 2024-02-28T06:48:34.617Z | Compiling async-recursion v1.0.5 |
2106 | 2024-02-28T06:48:35.655Z | Compiling oso-derive v0.27.0 |
2107 | 2024-02-28T06:48:36.702Z | Compiling maplit v1.0.2 |
2108 | 2024-02-28T06:48:36.809Z | Compiling typed-path v0.7.0 |
2109 | 2024-02-28T06:48:36.821Z | Compiling http-range v0.1.5 |
2110 | 2024-02-28T06:48:37.443Z | Compiling hyper-staticfile v0.9.5 |
2111 | 2024-02-28T06:48:39.655Z | Compiling tough v0.16.0 |
2112 | 2024-02-28T06:48:40.851Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2113 | 2024-02-28T06:48:43.944Z | Compiling oso v0.27.0 |
2114 | 2024-02-28T06:48:44.230Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2115 | 2024-02-28T06:48:48.836Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2116 | 2024-02-28T06:48:49.606Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2117 | 2024-02-28T06:49:16.302Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2024-02-28T06:49:16.982Z | Compiling signal-hook-tokio v0.3.1 |
2119 | 2024-02-28T06:49:17.197Z | Compiling serde-big-array v0.4.1 |
2120 | 2024-02-28T06:49:17.378Z | Compiling parse-size v1.0.0 |
2121 | 2024-02-28T06:49:17.710Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2122 | 2024-02-28T06:49:17.886Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2123 | 2024-02-28T06:49:19.340Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2124 | 2024-02-28T06:49:19.576Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2125 | 2024-02-28T06:49:20.403Z | Compiling castaway v0.2.2 |
2126 | 2024-02-28T06:49:20.592Z | Compiling corncobs v0.1.3 |
2127 | 2024-02-28T06:49:21.048Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2128 | 2024-02-28T06:49:21.871Z | Compiling compact_str v0.7.1 |
2129 | 2024-02-28T06:49:23.617Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2130 | 2024-02-28T06:49:29.212Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2131 | 2024-02-28T06:49:32.650Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2132 | 2024-02-28T06:49:33.108Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2133 | 2024-02-28T06:49:33.433Z | Compiling lru v0.12.1 |
2134 | 2024-02-28T06:49:33.814Z | Compiling stability v0.1.1 |
2135 | 2024-02-28T06:49:34.776Z | Compiling cassowary v0.3.0 |
2136 | 2024-02-28T06:49:37.507Z | Compiling indoc v2.0.3 |
2137 | 2024-02-28T06:49:38.248Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2024-02-28T06:49:38.518Z | Compiling ratatui v0.26.1 |
2139 | 2024-02-28T06:49:39.494Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2140 | 2024-02-28T06:49:47.174Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2141 | 2024-02-28T06:49:47.242Z | Compiling rcgen v0.12.1 |
2142 | 2024-02-28T06:49:54.067Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2143 | 2024-02-28T06:49:58.015Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2144 | 2024-02-28T06:49:58.351Z | Compiling atomicwrites v0.4.3 |
2145 | 2024-02-28T06:49:58.651Z | Compiling subprocess v0.2.9 |
2146 | 2024-02-28T06:49:58.915Z | Compiling unicode-linebreak v0.1.5 |
2147 | 2024-02-28T06:49:59.487Z | Compiling smawk v0.3.1 |
2148 | 2024-02-28T06:49:59.734Z | Compiling textwrap v0.16.1 |
2149 | 2024-02-28T06:50:03.747Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2150 | 2024-02-28T06:50:04.287Z | Compiling nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2151 | 2024-02-28T06:50:10.055Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2152 | 2024-02-28T06:50:13.763Z | Compiling fatfs v0.3.6 |
2153 | 2024-02-28T06:50:17.151Z | Compiling nanorand v0.7.0 |
2154 | 2024-02-28T06:50:17.618Z | Compiling rtoolbox v0.0.1 |
2155 | 2024-02-28T06:50:17.948Z | Compiling assert_matches v1.5.0 |
2156 | 2024-02-28T06:50:18.057Z | Compiling humantime v2.1.0 |
2157 | 2024-02-28T06:50:18.080Z | Compiling is_ci v1.2.0 |
2158 | 2024-02-28T06:50:18.377Z | Compiling supports-color v3.0.0 |
2159 | 2024-02-28T06:50:18.991Z | Compiling rpassword v7.3.1 |
2160 | 2024-02-28T06:50:19.096Z | Compiling flume v0.11.0 |
2161 | 2024-02-28T06:50:19.453Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2162 | 2024-02-28T06:50:19.888Z | Compiling tui-tree-widget v0.17.0 |
2163 | 2024-02-28T06:50:20.303Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2164 | 2024-02-28T06:50:28.398Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2165 | 2024-02-28T06:50:28.725Z | Compiling csv-core v0.1.11 |
2166 | 2024-02-28T06:50:29.783Z | Compiling shell-words v1.1.0 |
2167 | 2024-02-28T06:50:30.221Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2168 | 2024-02-28T06:50:31.439Z | Compiling csv v1.3.0 |
2169 | 2024-02-28T06:50:33.923Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2170 | 2024-02-28T06:51:22.412Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2171 | 2024-02-28T06:51:29.409Z | Compiling multimap v0.10.0 |
2172 | 2024-02-28T06:52:30.953Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2173 | 2024-02-28T06:52:49.449Z | Compiling zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2174 | 2024-02-28T06:52:57.151Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2175 | 2024-02-28T06:59:12.119Z | Finished release [optimized] target(s) in 13m 33s |
2176 | 2024-02-28T07:00:13.212Z | |
2177 | 2024-02-28T07:00:13.217Z | real 14:35.495303151 |
2178 | 2024-02-28T07:00:13.217Z | user 1:41:13.965844904 |
2179 | 2024-02-28T07:00:13.217Z | sys 4:30.268082826 |
2180 | 2024-02-28T07:00:13.217Z | trap 2.364426870 |
2181 | 2024-02-28T07:00:13.217Z | tflt 1.788813513 |
2182 | 2024-02-28T07:00:13.217Z | dflt 2.989476269 |
2183 | 2024-02-28T07:00:13.217Z | kflt 0.056066515 |
2184 | 2024-02-28T07:00:13.217Z | lock 6:06:56.264541245 |
2185 | 2024-02-28T07:00:13.217Z | slp 3:56:37.086515790 |
2186 | 2024-02-28T07:00:13.217Z | lat 2:16.970149200 |
2187 | 2024-02-28T07:00:13.217Z | stop 52.624722836 |
2188 | 2024-02-28T07:00:13.218Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2189 | 2024-02-28T07:00:13.218Z | + pfexec mkdir -p /work |
2190 | 2024-02-28T07:00:13.218Z | + pfexec chown build /work |
2191 | 2024-02-28T07:00:13.221Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/oxlog.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2192 | 2024-02-28T07:00:23.305Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2193 | 2024-02-28T07:00:23.305Z | a out/mg-ddm-gz.tar 66076K |
2194 | 2024-02-28T07:00:23.305Z | a out/omicron-sled-agent.tar 120157K |
2195 | 2024-02-28T07:00:23.305Z | a out/oxlog.tar 8357K |
2196 | 2024-02-28T07:00:23.305Z | a out/target/test 1K |
2197 | 2024-02-28T07:00:23.305Z | a out/npuzone/npuzone 36313K |
2198 | 2024-02-28T07:00:23.305Z | a package-manifest.toml 25K |
2199 | 2024-02-28T07:00:23.306Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2200 | 2024-02-28T07:00:23.306Z | a target/release/omicron-package 44814K |
2201 | 2024-02-28T07:00:23.306Z | a tools/create_virtual_hardware.sh 4K |
2202 | 2024-02-28T07:00:23.306Z | a tools/virtual_hardware.sh 4K |
2203 | 2024-02-28T07:00:23.306Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2204 | 2024-02-28T07:00:23.306Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2205 | 2024-02-28T07:00:23.306Z | a tools/scrimlet/softnpu-init.sh 3K |
2206 | 2024-02-28T07:00:23.306Z | a tools/scrimlet/softnpu-zone.txt 1K |
2207 | 2024-02-28T07:00:23.306Z | a tools/scrimlet/softnpu.toml 1K |
2208 | 2024-02-28T07:00:23.310Z | |
2209 | 2024-02-28T07:00:23.311Z | real 10.082043401 |
2210 | 2024-02-28T07:00:23.311Z | user 9.731402071 |
2211 | 2024-02-28T07:00:23.311Z | sys 0.699581484 |
2212 | 2024-02-28T07:00:23.311Z | trap 0.002126389 |
2213 | 2024-02-28T07:00:23.311Z | tflt 0.000000000 |
2214 | 2024-02-28T07:00:23.311Z | dflt 0.000000000 |
2215 | 2024-02-28T07:00:23.311Z | kflt 0.000000000 |
2216 | 2024-02-28T07:00:23.311Z | lock 0.000000000 |
2217 | 2024-02-28T07:00:23.311Z | slp 9.491093765 |
2218 | 2024-02-28T07:00:23.311Z | lat 0.236815131 |
2219 | 2024-02-28T07:00:23.311Z | stop 0.000189210 |
2220 | 2024-02-28T07:00:23.311Z | ++ pwd |
2221 | 2024-02-28T07:00:23.311Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2222 | 2024-02-28T07:00:23.311Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2223 | 2024-02-28T07:00:23.318Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2224 | 2024-02-28T07:00:24.031Z | Finished release [optimized] target(s) in 0.66s |
2225 | 2024-02-28T07:00:24.052Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2226 | 2024-02-28T07:00:24.081Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2227 | 2024-02-28T07:00:24.085Z | Created new build target 'host' and set it as active |
2228 | 2024-02-28T07:00:24.086Z | |
2229 | 2024-02-28T07:00:24.086Z | real 0.767982839 |
2230 | 2024-02-28T07:00:24.086Z | user 0.522568801 |
2231 | 2024-02-28T07:00:24.086Z | sys 0.245483723 |
2232 | 2024-02-28T07:00:24.086Z | trap 0.000241150 |
2233 | 2024-02-28T07:00:24.086Z | tflt 0.000015657 |
2234 | 2024-02-28T07:00:24.086Z | dflt 0.000000000 |
2235 | 2024-02-28T07:00:24.086Z | kflt 0.000000000 |
2236 | 2024-02-28T07:00:24.086Z | lock 0.025235362 |
2237 | 2024-02-28T07:00:24.086Z | slp 0.014715032 |
2238 | 2024-02-28T07:00:24.086Z | lat 0.001306121 |
2239 | 2024-02-28T07:00:24.086Z | stop 0.000150548 |
2240 | 2024-02-28T07:00:24.086Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2241 | 2024-02-28T07:00:24.758Z | Finished release [optimized] target(s) in 0.62s |
2242 | 2024-02-28T07:00:24.779Z | Running `target/release/omicron-package -t host package` |
2243 | 2024-02-28T07:00:24.809Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2244 | 2024-02-28T07:00:25.518Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-02-28T07:00:39.762Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2246 | 2024-02-28T07:01:51.154Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2247 | 2024-02-28T07:03:21.181Z | Finished release [optimized] target(s) in 2m 56s |
2248 | 2024-02-28T07:03:54.395Z | |
2249 | 2024-02-28T07:03:54.400Z | real 3:30.263673490 |
2250 | 2024-02-28T07:03:54.400Z | user 18:17.282564577 |
2251 | 2024-02-28T07:03:54.400Z | sys 46.637251620 |
2252 | 2024-02-28T07:03:54.400Z | trap 0.348505258 |
2253 | 2024-02-28T07:03:54.400Z | tflt 0.051206372 |
2254 | 2024-02-28T07:03:54.400Z | dflt 6.978637744 |
2255 | 2024-02-28T07:03:54.400Z | kflt 0.019153496 |
2256 | 2024-02-28T07:03:54.400Z | lock 1:05:28.016214553 |
2257 | 2024-02-28T07:03:54.400Z | slp 18:40.622393072 |
2258 | 2024-02-28T07:03:54.400Z | lat 9.128180467 |
2259 | 2024-02-28T07:03:54.400Z | stop 3.378064610 |
2260 | 2024-02-28T07:03:54.400Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay oxlog |
2261 | 2024-02-28T07:03:54.400Z | + for package in "$@" |
2262 | 2024-02-28T07:03:54.400Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2263 | 2024-02-28T07:03:54.400Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 7.0.0-0.ci+git3aee7f5fbe1 |
2264 | 2024-02-28T07:03:55.110Z | Finished release [optimized] target(s) in 0.66s |
2265 | 2024-02-28T07:03:55.137Z | Running `target/release/omicron-package stamp omicron-sled-agent 7.0.0-0.ci+git3aee7f5fbe1` |
2266 | 2024-02-28T07:03:55.165Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2267 | 2024-02-28T07:03:55.385Z | Created: out/versioned/omicron-sled-agent.tar |
2268 | 2024-02-28T07:03:55.389Z | + for package in "$@" |
2269 | 2024-02-28T07:03:55.389Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2270 | 2024-02-28T07:03:55.389Z | + echo 0.0.0 |
2271 | 2024-02-28T07:03:55.389Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2272 | 2024-02-28T07:03:55.393Z | a VERSION 1K |
2273 | 2024-02-28T07:03:55.393Z | + rm VERSION |
2274 | 2024-02-28T07:03:55.394Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3aee7f5fbe1 |
2275 | 2024-02-28T07:03:56.098Z | Finished release [optimized] target(s) in 0.65s |
2276 | 2024-02-28T07:03:56.119Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3aee7f5fbe1` |
2277 | 2024-02-28T07:03:56.156Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-02-28T07:03:56.276Z | Created: out/versioned/mg-ddm-gz.tar |
2279 | 2024-02-28T07:03:56.280Z | + for package in "$@" |
2280 | 2024-02-28T07:03:56.280Z | + [[ propolis-server == mg-ddm-gz ]] |
2281 | 2024-02-28T07:03:56.280Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 7.0.0-0.ci+git3aee7f5fbe1 |
2282 | 2024-02-28T07:03:56.959Z | Finished release [optimized] target(s) in 0.63s |
2283 | 2024-02-28T07:03:56.982Z | Running `target/release/omicron-package stamp propolis-server 7.0.0-0.ci+git3aee7f5fbe1` |
2284 | 2024-02-28T07:03:57.023Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2285 | 2024-02-28T07:03:58.064Z | Created: out/versioned/propolis-server.tar.gz |
2286 | 2024-02-28T07:03:58.069Z | + for package in "$@" |
2287 | 2024-02-28T07:03:58.069Z | + [[ overlay == mg-ddm-gz ]] |
2288 | 2024-02-28T07:03:58.069Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 7.0.0-0.ci+git3aee7f5fbe1 |
2289 | 2024-02-28T07:03:58.771Z | Finished release [optimized] target(s) in 0.65s |
2290 | 2024-02-28T07:03:58.794Z | Running `target/release/omicron-package stamp overlay 7.0.0-0.ci+git3aee7f5fbe1` |
2291 | 2024-02-28T07:03:58.826Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2292 | 2024-02-28T07:03:58.831Z | Created: out/versioned/overlay.tar.gz |
2293 | 2024-02-28T07:03:58.831Z | + for package in "$@" |
2294 | 2024-02-28T07:03:58.831Z | + [[ oxlog == mg-ddm-gz ]] |
2295 | 2024-02-28T07:03:58.831Z | + cargo run --locked --release --bin omicron-package -- stamp oxlog 7.0.0-0.ci+git3aee7f5fbe1 |
2296 | 2024-02-28T07:03:59.533Z | Finished release [optimized] target(s) in 0.65s |
2297 | 2024-02-28T07:03:59.555Z | Running `target/release/omicron-package stamp oxlog 7.0.0-0.ci+git3aee7f5fbe1` |
2298 | 2024-02-28T07:03:59.586Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2299 | 2024-02-28T07:03:59.608Z | Created: out/versioned/oxlog.tar |
2300 | 2024-02-28T07:03:59.614Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2301 | 2024-02-28T07:03:59.621Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2302 | 2024-02-28T07:03:59.625Z | ++ cd -- ./tools |
2303 | 2024-02-28T07:03:59.625Z | ++ pwd |
2304 | 2024-02-28T07:03:59.625Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2305 | 2024-02-28T07:03:59.626Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2306 | 2024-02-28T07:03:59.630Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2307 | 2024-02-28T07:03:59.630Z | ++ readlink -f /work |
2308 | 2024-02-28T07:03:59.633Z | + out_dir=/work |
2309 | 2024-02-28T07:03:59.634Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz" "$tarball_src_dir/oxlog.tar") |
2310 | 2024-02-28T07:03:59.634Z | + for dep in "${deps[@]}" |
2311 | 2024-02-28T07:03:59.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2312 | 2024-02-28T07:03:59.634Z | + for dep in "${deps[@]}" |
2313 | 2024-02-28T07:03:59.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2314 | 2024-02-28T07:03:59.634Z | + for dep in "${deps[@]}" |
2315 | 2024-02-28T07:03:59.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2316 | 2024-02-28T07:03:59.634Z | + for dep in "${deps[@]}" |
2317 | 2024-02-28T07:03:59.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2318 | 2024-02-28T07:03:59.634Z | + for dep in "${deps[@]}" |
2319 | 2024-02-28T07:03:59.634Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/oxlog.tar ]] |
2320 | 2024-02-28T07:03:59.634Z | ++ mktemp -d |
2321 | 2024-02-28T07:03:59.634Z | + tmp_gz=/tmp/tmp.HBaWRh |
2322 | 2024-02-28T07:03:59.634Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2323 | 2024-02-28T07:03:59.634Z | + echo '{"v":"1","t":"layer"}' |
2324 | 2024-02-28T07:03:59.634Z | + pkg_dir=/tmp/tmp.HBaWRh/root/opt/oxide/sled-agent |
2325 | 2024-02-28T07:03:59.634Z | + mkdir -p /tmp/tmp.HBaWRh/root/opt/oxide/sled-agent |
2326 | 2024-02-28T07:03:59.638Z | + cd /tmp/tmp.HBaWRh/root/opt/oxide/sled-agent |
2327 | 2024-02-28T07:03:59.638Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2328 | 2024-02-28T07:03:59.738Z | x ., 0 bytes, 0 tape blocks |
2329 | 2024-02-28T07:03:59.738Z | x zone-bundle, 41925448 bytes, 81886 tape blocks |
2330 | 2024-02-28T07:03:59.738Z | x sled-agent, 81094696 bytes, 158389 tape blocks |
2331 | 2024-02-28T07:03:59.738Z | x pkg, 0 bytes, 0 tape blocks |
2332 | 2024-02-28T07:03:59.738Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2333 | 2024-02-28T07:03:59.739Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2334 | 2024-02-28T07:03:59.739Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2335 | 2024-02-28T07:03:59.739Z | x VERSION, 25 bytes, 1 tape blocks |
2336 | 2024-02-28T07:03:59.743Z | + mkdir -p /tmp/tmp.HBaWRh/root/lib/svc/manifest/site/ |
2337 | 2024-02-28T07:03:59.743Z | + mv pkg/manifest.xml /tmp/tmp.HBaWRh/root/lib/svc/manifest/site/sled-agent.xml |
2338 | 2024-02-28T07:03:59.743Z | + cd - |
2339 | 2024-02-28T07:03:59.743Z | /work/oxidecomputer/omicron |
2340 | 2024-02-28T07:03:59.743Z | + pkg_dir=/tmp/tmp.HBaWRh/root/opt/oxide/mg-ddm |
2341 | 2024-02-28T07:03:59.743Z | + mkdir -p /tmp/tmp.HBaWRh/root/opt/oxide/mg-ddm |
2342 | 2024-02-28T07:03:59.748Z | + cd /tmp/tmp.HBaWRh/root/opt/oxide/mg-ddm |
2343 | 2024-02-28T07:03:59.748Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2344 | 2024-02-28T07:03:59.794Z | x ., 0 bytes, 0 tape blocks |
2345 | 2024-02-28T07:03:59.794Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2346 | 2024-02-28T07:03:59.794Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2347 | 2024-02-28T07:03:59.794Z | x pkg, 0 bytes, 0 tape blocks |
2348 | 2024-02-28T07:03:59.794Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2349 | 2024-02-28T07:03:59.794Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2350 | 2024-02-28T07:03:59.794Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2351 | 2024-02-28T07:03:59.794Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2352 | 2024-02-28T07:03:59.794Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2353 | 2024-02-28T07:03:59.794Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2354 | 2024-02-28T07:03:59.794Z | x VERSION, 25 bytes, 1 tape blocks |
2355 | 2024-02-28T07:03:59.799Z | + cd - |
2356 | 2024-02-28T07:03:59.799Z | /work/oxidecomputer/omicron |
2357 | 2024-02-28T07:03:59.799Z | + pkg_dir=/tmp/tmp.HBaWRh/root/opt/oxide/oxlog |
2358 | 2024-02-28T07:03:59.799Z | + mkdir -p /tmp/tmp.HBaWRh/root/opt/oxide/oxlog |
2359 | 2024-02-28T07:03:59.799Z | + cd /tmp/tmp.HBaWRh/root/opt/oxide/oxlog |
2360 | 2024-02-28T07:03:59.799Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
2361 | 2024-02-28T07:03:59.805Z | x ., 0 bytes, 0 tape blocks |
2362 | 2024-02-28T07:03:59.805Z | x oxlog, 8554976 bytes, 16709 tape blocks |
2363 | 2024-02-28T07:03:59.805Z | x VERSION, 25 bytes, 1 tape blocks |
2364 | 2024-02-28T07:03:59.810Z | + cd - |
2365 | 2024-02-28T07:03:59.810Z | /work/oxidecomputer/omicron |
2366 | 2024-02-28T07:03:59.810Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.HBaWRh/root/opt/oxide |
2367 | 2024-02-28T07:03:59.887Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.HBaWRh/root/opt/oxide |
2368 | 2024-02-28T07:03:59.892Z | + cd /tmp/tmp.HBaWRh |
2369 | 2024-02-28T07:03:59.892Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2370 | 2024-02-28T07:04:08.697Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2371 | 2024-02-28T07:04:08.697Z | a oxide.json 1K |
2372 | 2024-02-28T07:04:08.697Z | a root/ 0K |
2373 | 2024-02-28T07:04:08.697Z | a root/opt/ 0K |
2374 | 2024-02-28T07:04:08.697Z | a root/opt/oxide/ 0K |
2375 | 2024-02-28T07:04:08.697Z | a root/opt/oxide/sled-agent/ 0K |
2376 | 2024-02-28T07:04:08.697Z | a root/opt/oxide/sled-agent/zone-bundle 40943K |
2377 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/sled-agent/sled-agent 79195K |
2378 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2379 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2380 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2381 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/sled-agent/VERSION 1K |
2382 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/ 0K |
2383 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2384 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2385 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2386 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2387 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2388 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2389 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2390 | 2024-02-28T07:04:08.698Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2391 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2392 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2393 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/oxlog/ 0K |
2394 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/oxlog/oxlog 8355K |
2395 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/oxlog/VERSION 1K |
2396 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/propolis-server.tar.gz 64543K |
2397 | 2024-02-28T07:04:08.699Z | a root/opt/oxide/overlay.tar.gz 3K |
2398 | 2024-02-28T07:04:08.699Z | a root/lib/ 0K |
2399 | 2024-02-28T07:04:08.699Z | a root/lib/svc/ 0K |
2400 | 2024-02-28T07:04:08.699Z | a root/lib/svc/manifest/ 0K |
2401 | 2024-02-28T07:04:08.699Z | a root/lib/svc/manifest/site/ 0K |
2402 | 2024-02-28T07:04:08.699Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2403 | 2024-02-28T07:04:08.708Z | + cd / |
2404 | 2024-02-28T07:04:08.708Z | + rm -rf /tmp/tmp.HBaWRh |
2405 | 2024-02-28T07:04:08.728Z | |
2406 | 2024-02-28T07:04:08.739Z | real 9.111600222 |
2407 | 2024-02-28T07:04:08.739Z | user 8.537542625 |
2408 | 2024-02-28T07:04:08.739Z | sys 0.599895965 |
2409 | 2024-02-28T07:04:08.739Z | trap 0.001314494 |
2410 | 2024-02-28T07:04:08.739Z | tflt 0.000000000 |
2411 | 2024-02-28T07:04:08.739Z | dflt 0.000000000 |
2412 | 2024-02-28T07:04:08.739Z | kflt 0.000000000 |
2413 | 2024-02-28T07:04:08.739Z | lock 0.000000000 |
2414 | 2024-02-28T07:04:08.739Z | slp 17.667493173 |
2415 | 2024-02-28T07:04:08.739Z | lat 0.202834331 |
2416 | 2024-02-28T07:04:08.739Z | stop 0.000281960 |
2417 | 2024-02-28T07:04:08.739Z | + mkdir -p /work/zones |
2418 | 2024-02-28T07:04:08.739Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2419 | 2024-02-28T07:04:08.739Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2420 | 2024-02-28T07:04:11.260Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2421 | 2024-02-28T07:04:11.990Z | Finished release [optimized] target(s) in 0.67s |
2422 | 2024-02-28T07:04:12.012Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2423 | 2024-02-28T07:04:12.041Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2424 | 2024-02-28T07:04:12.046Z | Created new build target 'recovery' and set it as active |
2425 | 2024-02-28T07:04:12.046Z | |
2426 | 2024-02-28T07:04:12.046Z | real 0.779162358 |
2427 | 2024-02-28T07:04:12.046Z | user 0.531228424 |
2428 | 2024-02-28T07:04:12.046Z | sys 0.246712728 |
2429 | 2024-02-28T07:04:12.046Z | trap 0.000595913 |
2430 | 2024-02-28T07:04:12.046Z | tflt 0.000008347 |
2431 | 2024-02-28T07:04:12.046Z | dflt 0.000044551 |
2432 | 2024-02-28T07:04:12.046Z | kflt 0.000000000 |
2433 | 2024-02-28T07:04:12.046Z | lock 0.024144631 |
2434 | 2024-02-28T07:04:12.046Z | slp 0.014402261 |
2435 | 2024-02-28T07:04:12.046Z | lat 0.002232955 |
2436 | 2024-02-28T07:04:12.046Z | stop 0.000148600 |
2437 | 2024-02-28T07:04:12.046Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2438 | 2024-02-28T07:04:12.757Z | Finished release [optimized] target(s) in 0.65s |
2439 | 2024-02-28T07:04:12.772Z | Running `target/release/omicron-package -t recovery package` |
2440 | 2024-02-28T07:04:12.801Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2441 | 2024-02-28T07:04:13.419Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2442 | 2024-02-28T07:04:15.955Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2443 | 2024-02-28T07:04:36.524Z | Finished release [optimized] target(s) in 23.66s |
2444 | 2024-02-28T07:04:50.021Z | |
2445 | 2024-02-28T07:04:50.026Z | real 37.964261664 |
2446 | 2024-02-28T07:04:50.026Z | user 1:42.684374024 |
2447 | 2024-02-28T07:04:50.026Z | sys 8.068266096 |
2448 | 2024-02-28T07:04:50.026Z | trap 0.070388173 |
2449 | 2024-02-28T07:04:50.026Z | tflt 0.036926706 |
2450 | 2024-02-28T07:04:50.026Z | dflt 0.415546512 |
2451 | 2024-02-28T07:04:50.026Z | kflt 0.000037883 |
2452 | 2024-02-28T07:04:50.026Z | lock 11:03.428049697 |
2453 | 2024-02-28T07:04:50.026Z | slp 1:44.240073778 |
2454 | 2024-02-28T07:04:50.026Z | lat 1.716283219 |
2455 | 2024-02-28T07:04:50.026Z | stop 0.513167687 |
2456 | 2024-02-28T07:04:50.026Z | + stamp_packages installinator mg-ddm-gz |
2457 | 2024-02-28T07:04:50.026Z | + for package in "$@" |
2458 | 2024-02-28T07:04:50.026Z | + [[ installinator == mg-ddm-gz ]] |
2459 | 2024-02-28T07:04:50.026Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 7.0.0-0.ci+git3aee7f5fbe1 |
2460 | 2024-02-28T07:04:50.718Z | Finished release [optimized] target(s) in 0.64s |
2461 | 2024-02-28T07:04:50.741Z | Running `target/release/omicron-package stamp installinator 7.0.0-0.ci+git3aee7f5fbe1` |
2462 | 2024-02-28T07:04:50.772Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2463 | 2024-02-28T07:04:50.860Z | Created: out/versioned/installinator.tar |
2464 | 2024-02-28T07:04:50.865Z | + for package in "$@" |
2465 | 2024-02-28T07:04:50.865Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2466 | 2024-02-28T07:04:50.865Z | + echo 0.0.0 |
2467 | 2024-02-28T07:04:50.865Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2468 | 2024-02-28T07:04:50.865Z | a VERSION 1K |
2469 | 2024-02-28T07:04:50.865Z | + rm VERSION |
2470 | 2024-02-28T07:04:50.869Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 7.0.0-0.ci+git3aee7f5fbe1 |
2471 | 2024-02-28T07:04:51.551Z | Finished release [optimized] target(s) in 0.63s |
2472 | 2024-02-28T07:04:51.574Z | Running `target/release/omicron-package stamp mg-ddm-gz 7.0.0-0.ci+git3aee7f5fbe1` |
2473 | 2024-02-28T07:04:51.605Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2474 | 2024-02-28T07:04:51.725Z | Created: out/versioned/mg-ddm-gz.tar |
2475 | 2024-02-28T07:04:51.732Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2476 | 2024-02-28T07:04:51.737Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2477 | 2024-02-28T07:04:51.742Z | ++ cd -- ./tools |
2478 | 2024-02-28T07:04:51.743Z | ++ pwd |
2479 | 2024-02-28T07:04:51.743Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2480 | 2024-02-28T07:04:51.743Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2481 | 2024-02-28T07:04:51.748Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2482 | 2024-02-28T07:04:51.749Z | ++ readlink -f /work |
2483 | 2024-02-28T07:04:51.749Z | + out_dir=/work |
2484 | 2024-02-28T07:04:51.749Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2485 | 2024-02-28T07:04:51.749Z | + for dep in "${deps[@]}" |
2486 | 2024-02-28T07:04:51.749Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2487 | 2024-02-28T07:04:51.749Z | + for dep in "${deps[@]}" |
2488 | 2024-02-28T07:04:51.749Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2489 | 2024-02-28T07:04:51.749Z | ++ mktemp -d |
2490 | 2024-02-28T07:04:51.749Z | + tmp_trampoline=/tmp/tmp.QjayWh |
2491 | 2024-02-28T07:04:51.749Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2492 | 2024-02-28T07:04:51.749Z | + echo '{"v":"1","t":"layer"}' |
2493 | 2024-02-28T07:04:51.749Z | + pkg_dir=/tmp/tmp.QjayWh/root/opt/oxide/installinator |
2494 | 2024-02-28T07:04:51.749Z | + mkdir -p /tmp/tmp.QjayWh/root/opt/oxide/installinator |
2495 | 2024-02-28T07:04:51.754Z | + cd /tmp/tmp.QjayWh/root/opt/oxide/installinator |
2496 | 2024-02-28T07:04:51.754Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2497 | 2024-02-28T07:04:51.790Z | x ., 0 bytes, 0 tape blocks |
2498 | 2024-02-28T07:04:51.790Z | x installinator, 55305992 bytes, 108020 tape blocks |
2499 | 2024-02-28T07:04:51.790Z | x pkg, 0 bytes, 0 tape blocks |
2500 | 2024-02-28T07:04:51.790Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2501 | 2024-02-28T07:04:51.790Z | x VERSION, 25 bytes, 1 tape blocks |
2502 | 2024-02-28T07:04:51.794Z | + mkdir -p /tmp/tmp.QjayWh/root/lib/svc/manifest/site/ |
2503 | 2024-02-28T07:04:51.794Z | + mv pkg/manifest.xml /tmp/tmp.QjayWh/root/lib/svc/manifest/site/installinator.xml |
2504 | 2024-02-28T07:04:51.797Z | + cd - |
2505 | 2024-02-28T07:04:51.797Z | /work/oxidecomputer/omicron |
2506 | 2024-02-28T07:04:51.797Z | + pkg_dir=/tmp/tmp.QjayWh/root/opt/oxide/mg-ddm |
2507 | 2024-02-28T07:04:51.797Z | + mkdir -p /tmp/tmp.QjayWh/root/opt/oxide/mg-ddm |
2508 | 2024-02-28T07:04:51.797Z | + cd /tmp/tmp.QjayWh/root/opt/oxide/mg-ddm |
2509 | 2024-02-28T07:04:51.797Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2510 | 2024-02-28T07:04:51.844Z | x ., 0 bytes, 0 tape blocks |
2511 | 2024-02-28T07:04:51.844Z | x ddmadm, 35382112 bytes, 69106 tape blocks |
2512 | 2024-02-28T07:04:51.844Z | x ddmd, 32266736 bytes, 63021 tape blocks |
2513 | 2024-02-28T07:04:51.844Z | x pkg, 0 bytes, 0 tape blocks |
2514 | 2024-02-28T07:04:51.844Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2515 | 2024-02-28T07:04:51.844Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2516 | 2024-02-28T07:04:51.844Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2517 | 2024-02-28T07:04:51.844Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2518 | 2024-02-28T07:04:51.844Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2519 | 2024-02-28T07:04:51.844Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2520 | 2024-02-28T07:04:51.844Z | x VERSION, 25 bytes, 1 tape blocks |
2521 | 2024-02-28T07:04:51.848Z | + cd - |
2522 | 2024-02-28T07:04:51.848Z | /work/oxidecomputer/omicron |
2523 | 2024-02-28T07:04:51.848Z | + cd /tmp/tmp.QjayWh |
2524 | 2024-02-28T07:04:51.848Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2525 | 2024-02-28T07:04:56.365Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2526 | 2024-02-28T07:04:56.365Z | a oxide.json 1K |
2527 | 2024-02-28T07:04:56.365Z | a root/ 0K |
2528 | 2024-02-28T07:04:56.365Z | a root/opt/ 0K |
2529 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/ 0K |
2530 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/installinator/ 0K |
2531 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/installinator/installinator 54010K |
2532 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/installinator/pkg/ 0K |
2533 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/installinator/VERSION 1K |
2534 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/mg-ddm/ 0K |
2535 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/mg-ddm/ddmadm 34553K |
2536 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/mg-ddm/ddmd 31511K |
2537 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2538 | 2024-02-28T07:04:56.365Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2539 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2540 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2541 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2542 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2543 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2544 | 2024-02-28T07:04:56.366Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2545 | 2024-02-28T07:04:56.366Z | a root/lib/ 0K |
2546 | 2024-02-28T07:04:56.366Z | a root/lib/svc/ 0K |
2547 | 2024-02-28T07:04:56.366Z | a root/lib/svc/manifest/ 0K |
2548 | 2024-02-28T07:04:56.366Z | a root/lib/svc/manifest/site/ 0K |
2549 | 2024-02-28T07:04:56.366Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2550 | 2024-02-28T07:04:56.371Z | + cd / |
2551 | 2024-02-28T07:04:56.371Z | + rm -rf /tmp/tmp.QjayWh |
2552 | 2024-02-28T07:04:56.385Z | |
2553 | 2024-02-28T07:04:56.389Z | real 4.650644807 |
2554 | 2024-02-28T07:04:56.389Z | user 4.403555342 |
2555 | 2024-02-28T07:04:56.389Z | sys 0.258199241 |
2556 | 2024-02-28T07:04:56.389Z | trap 0.000691097 |
2557 | 2024-02-28T07:04:56.390Z | tflt 0.000000000 |
2558 | 2024-02-28T07:04:56.390Z | dflt 0.000000000 |
2559 | 2024-02-28T07:04:56.390Z | kflt 0.000000000 |
2560 | 2024-02-28T07:04:56.390Z | lock 0.000000000 |
2561 | 2024-02-28T07:04:56.390Z | slp 9.043657393 |
2562 | 2024-02-28T07:04:56.390Z | lat 0.097060577 |
2563 | 2024-02-28T07:04:56.390Z | stop 0.000202351 |
2564 | 2024-02-28T07:04:56.390Z | process exited: duration 1594401 ms, exit code 0 |
|
2565 | 2024-02-28T07:04:56.416Z | found 21 output files |
2566 | 2024-02-28T07:04:56.416Z | uploading: /work/version.txt (26 bytes) |
2567 | 2024-02-28T07:04:57.430Z | uploaded: /work/version.txt |
2568 | 2024-02-28T07:04:57.430Z | uploading: /work/package.tar.gz (88088345 bytes) |
2569 | 2024-02-28T07:05:21.070Z | uploaded: /work/package.tar.gz |
2570 | 2024-02-28T07:05:21.071Z | uploading: /work/global-zone-packages.tar.gz (128043450 bytes) |
2571 | 2024-02-28T07:06:07.700Z | uploaded: /work/global-zone-packages.tar.gz |
2572 | 2024-02-28T07:06:07.700Z | uploading: /work/trampoline-global-zone-packages.tar.gz (38853468 bytes) |
2573 | 2024-02-28T07:06:19.845Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2574 | 2024-02-28T07:06:19.845Z | uploading: /work/zones/clickhouse.tar.gz (194517899 bytes) |
2575 | 2024-02-28T07:07:20.859Z | uploaded: /work/zones/clickhouse.tar.gz |
2576 | 2024-02-28T07:07:20.859Z | uploading: /work/zones/clickhouse_keeper.tar.gz (194520071 bytes) |
2577 | 2024-02-28T07:08:22.929Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2578 | 2024-02-28T07:08:22.929Z | uploading: /work/zones/cockroachdb.tar.gz (131618328 bytes) |
2579 | 2024-02-28T07:09:13.330Z | uploaded: /work/zones/cockroachdb.tar.gz |
2580 | 2024-02-28T07:09:13.331Z | uploading: /work/zones/crucible-pantry-zone.tar.gz (27889017 bytes) |
2581 | 2024-02-28T07:09:26.087Z | uploaded: /work/zones/crucible-pantry-zone.tar.gz |
2582 | 2024-02-28T07:09:26.087Z | uploading: /work/zones/crucible-zone.tar.gz (39693427 bytes) |
2583 | 2024-02-28T07:09:43.512Z | uploaded: /work/zones/crucible-zone.tar.gz |
2584 | 2024-02-28T07:09:43.513Z | uploading: /work/zones/external-dns.tar.gz (36656153 bytes) |
2585 | 2024-02-28T07:09:58.445Z | uploaded: /work/zones/external-dns.tar.gz |
2586 | 2024-02-28T07:09:58.445Z | uploading: /work/zones/internal-dns.tar.gz (23653293 bytes) |
2587 | 2024-02-28T07:10:09.540Z | uploaded: /work/zones/internal-dns.tar.gz |
2588 | 2024-02-28T07:10:09.540Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2589 | 2024-02-28T07:10:10.568Z | uploaded: /work/zones/ntp.tar.gz |
2590 | 2024-02-28T07:10:10.569Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (19551091 bytes) |
2591 | 2024-02-28T07:10:21.036Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2592 | 2024-02-28T07:10:21.037Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (19552052 bytes) |
2593 | 2024-02-28T07:10:29.070Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2594 | 2024-02-28T07:10:29.100Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (87957848 bytes) |
2595 | 2024-02-28T07:11:00.475Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2596 | 2024-02-28T07:11:00.475Z | uploading: /work/zones/omicron-nexus.tar.gz (87959069 bytes) |
2597 | 2024-02-28T07:11:29.871Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2598 | 2024-02-28T07:11:29.875Z | uploading: /work/zones/overlay.tar.gz (2610 bytes) |
2599 | 2024-02-28T07:11:30.884Z | uploaded: /work/zones/overlay.tar.gz |
2600 | 2024-02-28T07:11:30.885Z | uploading: /work/zones/oximeter.tar.gz (56009861 bytes) |
2601 | 2024-02-28T07:11:49.250Z | uploaded: /work/zones/oximeter.tar.gz |
2602 | 2024-02-28T07:11:49.250Z | uploading: /work/zones/propolis-server.tar.gz (66092799 bytes) |
2603 | 2024-02-28T07:12:11.803Z | uploaded: /work/zones/propolis-server.tar.gz |
2604 | 2024-02-28T07:12:11.803Z | uploading: /work/zones/switch-asic.tar.gz (284895632 bytes) |
2605 | 2024-02-28T07:13:49.579Z | uploaded: /work/zones/switch-asic.tar.gz |
2606 | 2024-02-28T07:13:49.579Z | uploading: /work/zones/switch-softnpu.tar.gz (209071508 bytes) |
2607 | 2024-02-28T07:15:01.351Z | uploaded: /work/zones/switch-softnpu.tar.gz |