|
|
|
1 | 2023-11-08T19:00:23.067Z | job assigned to worker 01HER4SNZTQNWBGYXFV1W85BXC (queued for 2 m 1 s) |
|
2 | 2023-11-08T19:00:23.865Z | starting task 0: "setup" |
3 | 2023-11-08T19:00:24.092Z | ++ uname -s |
4 | 2023-11-08T19:00:24.096Z | + kern=SunOS |
5 | 2023-11-08T19:00:24.100Z | + case "$kern" in |
6 | 2023-11-08T19:00:24.103Z | + groupadd -g 12345 build |
7 | 2023-11-08T19:00:24.106Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-08T19:00:26.082Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-08T19:00:26.347Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-08T19:00:26.353Z | + home_fs=zfs |
11 | 2023-11-08T19:00:26.357Z | + [[ zfs == autofs ]] |
12 | 2023-11-08T19:00:26.372Z | + mkdir -p /home/build |
13 | 2023-11-08T19:00:26.385Z | + chown build:build /home/build /work |
14 | 2023-11-08T19:00:27.361Z | + chmod 0700 /home/build /work |
15 | 2023-11-08T19:00:27.372Z | process exited: duration 3487 ms, exit code 0 |
|
16 | 2023-11-08T19:00:27.395Z | starting task 1: "rust-toolchain" |
17 | 2023-11-08T19:00:27.410Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-08T19:00:27.415Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-08T19:00:27.591Z | info: downloading installer |
20 | 2023-11-08T19:00:29.914Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-08T19:00:30.327Z | warning: /opt/ooce/bin |
22 | 2023-11-08T19:00:30.337Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-08T19:00:30.351Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-08T19:00:30.770Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-08T19:00:30.776Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-08T19:00:30.780Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-08T19:00:30.785Z | error: cannot install while Rust is installed |
28 | 2023-11-08T19:00:30.790Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-08T19:00:30.812Z | info: profile set to 'default' |
30 | 2023-11-08T19:00:30.823Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-08T19:00:30.833Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-08T19:00:30.849Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-08T19:00:30.858Z | info: downloading component 'cargo' |
34 | 2023-11-08T19:00:31.545Z | info: downloading component 'clippy' |
35 | 2023-11-08T19:00:31.549Z | info: downloading component 'rust-docs' |
36 | 2023-11-08T19:00:32.408Z | info: downloading component 'rust-std' |
37 | 2023-11-08T19:00:34.177Z | info: downloading component 'rustc' |
38 | 2023-11-08T19:00:38.420Z | info: downloading component 'rustfmt' |
39 | 2023-11-08T19:00:38.677Z | info: installing component 'cargo' |
40 | 2023-11-08T19:00:40.561Z | info: installing component 'clippy' |
41 | 2023-11-08T19:00:41.510Z | info: installing component 'rust-docs' |
42 | 2023-11-08T19:00:44.320Z | info: installing component 'rust-std' |
43 | 2023-11-08T19:00:48.093Z | info: installing component 'rustc' |
44 | 2023-11-08T19:00:57.208Z | info: installing component 'rustfmt' |
45 | 2023-11-08T19:00:57.641Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-08T19:00:57.645Z | |
47 | 2023-11-08T19:00:57.835Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-08T19:00:57.846Z | |
49 | 2023-11-08T19:00:57.857Z | |
50 | 2023-11-08T19:00:57.860Z | Rust is installed now. Great! |
51 | 2023-11-08T19:00:57.869Z | |
52 | 2023-11-08T19:00:57.878Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-08T19:00:57.882Z | environment variable. This has not been done automatically. |
54 | 2023-11-08T19:00:57.885Z | |
55 | 2023-11-08T19:00:57.888Z | To configure your current shell, run: |
56 | 2023-11-08T19:00:57.891Z | source "$HOME/.cargo/env" |
57 | 2023-11-08T19:00:57.896Z | + rustc --version |
58 | 2023-11-08T19:00:58.011Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-08T19:00:58.017Z | process exited: duration 30616 ms, exit code 0 |
|
60 | 2023-11-08T19:00:58.023Z | starting task 2: "authentication" |
61 | 2023-11-08T19:00:58.060Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-08T19:00:58.066Z | starting task 3: "clone repository" |
63 | 2023-11-08T19:00:58.078Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-08T19:00:59.406Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-08T19:00:59.420Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-08T19:01:06.457Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-08T19:01:06.462Z | + [[ -n dap/schema-docs ]] |
68 | 2023-11-08T19:01:06.469Z | + git fetch origin dap/schema-docs |
69 | 2023-11-08T19:01:06.832Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-08T19:01:06.836Z | * branch dap/schema-docs -> FETCH_HEAD |
71 | 2023-11-08T19:01:06.843Z | + git checkout -B dap/schema-docs remotes/origin/dap/schema-docs |
72 | 2023-11-08T19:01:06.931Z | Switched to a new branch 'dap/schema-docs' |
73 | 2023-11-08T19:01:06.936Z | branch 'dap/schema-docs' set up to track 'origin/dap/schema-docs'. |
74 | 2023-11-08T19:01:06.942Z | + git reset --hard 658f195056a65f29e05b930ec1ba81ab636f5b1d |
75 | 2023-11-08T19:01:07.082Z | HEAD is now at 658f1950 rework headings |
76 | 2023-11-08T19:01:07.085Z | process exited: duration 9015 ms, exit code 0 |
|
77 | 2023-11-08T19:01:07.092Z | starting task 4: "build" |
78 | 2023-11-08T19:01:07.103Z | + cargo --version |
79 | 2023-11-08T19:01:07.110Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-08T19:01:07.319Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-08T19:01:07.322Z | info: downloading component 'cargo' |
82 | 2023-11-08T19:01:08.134Z | info: downloading component 'clippy' |
83 | 2023-11-08T19:01:08.433Z | info: downloading component 'rust-docs' |
84 | 2023-11-08T19:01:09.442Z | info: downloading component 'rust-std' |
85 | 2023-11-08T19:01:11.063Z | info: downloading component 'rustc' |
86 | 2023-11-08T19:01:15.786Z | info: downloading component 'rustfmt' |
87 | 2023-11-08T19:01:16.106Z | info: installing component 'cargo' |
88 | 2023-11-08T19:01:17.317Z | info: installing component 'clippy' |
89 | 2023-11-08T19:01:17.850Z | info: installing component 'rust-docs' |
90 | 2023-11-08T19:01:20.636Z | info: installing component 'rust-std' |
91 | 2023-11-08T19:01:23.088Z | info: installing component 'rustc' |
92 | 2023-11-08T19:01:29.347Z | info: installing component 'rustfmt' |
93 | 2023-11-08T19:01:29.879Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-08T19:01:29.882Z | + rustc --version |
95 | 2023-11-08T19:01:30.015Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-08T19:01:30.019Z | ++ git rev-parse HEAD |
97 | 2023-11-08T19:01:30.023Z | + COMMIT=658f195056a65f29e05b930ec1ba81ab636f5b1d |
98 | 2023-11-08T19:01:30.026Z | + VERSION=1.0.4-0.ci+git658f195056a |
99 | 2023-11-08T19:01:30.029Z | + echo 1.0.4-0.ci+git658f195056a |
100 | 2023-11-08T19:01:30.033Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-08T19:01:39.483Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-08T19:01:40.447Z | Startup: Caching catalogs ... Done |
103 | 2023-11-08T19:01:45.211Z | Planning: Solver setup ... Done (4.487s) |
104 | 2023-11-08T19:01:45.327Z | Planning: Running solver ... Done (0.116s) |
105 | 2023-11-08T19:01:45.379Z | Planning: Finding local manifests ... Done (0.003s) |
106 | 2023-11-08T19:01:45.807Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-08T19:01:45.811Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-08T19:01:45.814Z | Planning: Package planning ... Done (0.151s) |
109 | 2023-11-08T19:01:45.868Z | Planning: Merging actions ... Done (0.087s) |
110 | 2023-11-08T19:01:46.717Z | Planning: Checking for conflicting actions ... Done (0.849s) |
111 | 2023-11-08T19:01:46.735Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-08T19:01:51.139Z | Planning: Evaluating mediators ... Done (4.404s) |
113 | 2023-11-08T19:01:51.155Z | Planning: Planning completed in 10.65 seconds |
114 | 2023-11-08T19:01:51.177Z | Packages to install: 4 |
115 | 2023-11-08T19:01:51.180Z | Mediators to change: 2 |
116 | 2023-11-08T19:01:51.183Z | Services to change: 1 |
117 | 2023-11-08T19:01:51.185Z | Estimated space available: 148.90 GB |
118 | 2023-11-08T19:01:51.188Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-08T19:01:51.191Z | Create boot environment: No |
120 | 2023-11-08T19:01:51.194Z | Create backup boot environment: No |
121 | 2023-11-08T19:01:51.197Z | Rebuild boot archive: No |
122 | 2023-11-08T19:01:51.199Z | |
123 | 2023-11-08T19:01:51.202Z | Changed mediators: |
124 | 2023-11-08T19:01:51.205Z | mediator clang: |
125 | 2023-11-08T19:01:51.208Z | version: None -> 15 (system default) |
126 | 2023-11-08T19:01:51.210Z | |
127 | 2023-11-08T19:01:51.213Z | mediator llvm: |
128 | 2023-11-08T19:01:51.216Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-08T19:01:51.219Z | |
130 | 2023-11-08T19:01:51.222Z | Changed packages: |
131 | 2023-11-08T19:01:51.240Z | helios-dev |
132 | 2023-11-08T19:01:51.243Z | developer/build-essential |
133 | 2023-11-08T19:01:51.246Z | None -> 11-2.0 |
134 | 2023-11-08T19:01:51.249Z | library/libxmlsec1 |
135 | 2023-11-08T19:01:51.257Z | None -> 1.2.35-2.0 |
136 | 2023-11-08T19:01:51.261Z | ooce/developer/clang-15 |
137 | 2023-11-08T19:01:51.264Z | None -> 15.0.7-2.0 |
138 | 2023-11-08T19:01:51.267Z | ooce/developer/llvm-15 |
139 | 2023-11-08T19:01:51.270Z | None -> 15.0.7-2.0 |
140 | 2023-11-08T19:01:51.273Z | |
141 | 2023-11-08T19:01:51.276Z | Services: |
142 | 2023-11-08T19:01:51.280Z | restart_fmri: |
143 | 2023-11-08T19:01:51.307Z | svc:/system/update-man-index:default |
144 | 2023-11-08T19:01:51.446Z | |
145 | 2023-11-08T19:01:51.456Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-08T19:01:56.447Z | Download: 1268/3290 items 100.8/212.6MB 47% complete (20.1M/s) |
147 | 2023-11-08T19:02:01.468Z | Download: 3155/3290 items 138.1/212.6MB 64% complete (13.8M/s) |
148 | 2023-11-08T19:02:04.625Z | Download: Completed 212.60 MB in 13.18 seconds (16.1M/s) |
149 | 2023-11-08T19:02:05.390Z | Actions: 1/3687 actions (Installing new actions) |
150 | 2023-11-08T19:02:10.455Z | Actions: 3256/3687 actions (Installing new actions) |
151 | 2023-11-08T19:02:13.957Z | Actions: Completed 3687 actions in 8.14 seconds. |
152 | 2023-11-08T19:02:14.100Z | Done (0.159s) |
153 | 2023-11-08T19:02:14.107Z | Done (0.000s) |
154 | 2023-11-08T19:02:14.114Z | Done (0.202s) |
155 | 2023-11-08T19:02:21.363Z | Done (7.337s) |
156 | 2023-11-08T19:02:21.666Z | Done (0.215s) |
157 | 2023-11-08T19:02:21.669Z | Done (0.000s) |
158 | 2023-11-08T19:02:21.904Z | Done (0.000s) |
159 | 2023-11-08T19:02:22.579Z | Planning: Evaluating mediator changes ... Done |
160 | 2023-11-08T19:02:22.859Z | Planning: Checking for conflicting actions ... Done |
161 | 2023-11-08T19:02:22.862Z | Planning: Consolidating action changes ... Done |
162 | 2023-11-08T19:02:23.284Z | Planning: Evaluating mediators ... Done |
163 | 2023-11-08T19:02:23.288Z | Planning: Planning completed in 0.71 seconds |
164 | 2023-11-08T19:02:23.338Z | Mediators to change: 2 |
165 | 2023-11-08T19:02:23.341Z | Create boot environment: No |
166 | 2023-11-08T19:02:23.345Z | Create backup boot environment: No |
167 | 2023-11-08T19:02:23.427Z | Done |
168 | 2023-11-08T19:02:23.430Z | Done |
169 | 2023-11-08T19:02:23.575Z | Done |
170 | 2023-11-08T19:02:29.460Z | Done |
171 | 2023-11-08T19:02:29.581Z | Done |
172 | 2023-11-08T19:02:29.584Z | Done |
173 | 2023-11-08T19:02:29.683Z | Done |
174 | 2023-11-08T19:02:30.682Z | Planning: Evaluating mediator changes ... Done |
175 | 2023-11-08T19:02:30.690Z | Planning: Merging actions ... Done |
176 | 2023-11-08T19:02:31.020Z | Planning: Checking for conflicting actions ... Done |
177 | 2023-11-08T19:02:31.023Z | Planning: Consolidating action changes ... Done |
178 | 2023-11-08T19:02:31.437Z | Planning: Evaluating mediators ... Done |
179 | 2023-11-08T19:02:31.527Z | Planning: Planning completed in 1.29 seconds |
180 | 2023-11-08T19:02:31.586Z | Packages to change: 1 |
181 | 2023-11-08T19:02:31.596Z | Mediators to change: 1 |
182 | 2023-11-08T19:02:31.604Z | Services to change: 1 |
183 | 2023-11-08T19:02:31.607Z | Create boot environment: No |
184 | 2023-11-08T19:02:31.611Z | Create backup boot environment: Yes |
185 | 2023-11-08T19:02:33.601Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2023-11-08T19:02:33.608Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2023-11-08T19:02:33.613Z | Done |
188 | 2023-11-08T19:02:33.619Z | Done |
189 | 2023-11-08T19:02:33.651Z | Done |
190 | 2023-11-08T19:02:39.377Z | Done |
191 | 2023-11-08T19:02:39.497Z | Done |
192 | 2023-11-08T19:02:39.500Z | Done |
193 | 2023-11-08T19:02:39.586Z | Done |
194 | 2023-11-08T19:02:40.255Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2023-11-08T19:02:40.260Z | clang system 15 system |
196 | 2023-11-08T19:02:40.264Z | csh system system illumos |
197 | 2023-11-08T19:02:40.269Z | ctags system system illumos |
198 | 2023-11-08T19:02:40.272Z | gcc vendor 12 vendor |
199 | 2023-11-08T19:02:40.285Z | gcc system 10 system |
200 | 2023-11-08T19:02:40.288Z | gcc system 7 system |
201 | 2023-11-08T19:02:40.294Z | go system 1.20 system |
202 | 2023-11-08T19:02:40.297Z | go system 1.19 system |
203 | 2023-11-08T19:02:40.300Z | llvm system 15 system |
204 | 2023-11-08T19:02:40.319Z | llvm system 14 system |
205 | 2023-11-08T19:02:40.326Z | mariadb system 10.6 system |
206 | 2023-11-08T19:02:40.329Z | mta vendor vendor dma |
207 | 2023-11-08T19:02:40.344Z | openjdk system 17 system |
208 | 2023-11-08T19:02:40.347Z | openjdk system 11 system |
209 | 2023-11-08T19:02:40.352Z | openjdk system 1.8 system |
210 | 2023-11-08T19:02:40.357Z | openssl vendor 3 vendor |
211 | 2023-11-08T19:02:40.360Z | perl system 5.36 system |
212 | 2023-11-08T19:02:40.363Z | postgresql system 15 system |
213 | 2023-11-08T19:02:40.368Z | postgresql system 13 system |
214 | 2023-11-08T19:02:40.371Z | python vendor 3 vendor |
215 | 2023-11-08T19:02:40.374Z | python system 2 system |
216 | 2023-11-08T19:02:40.379Z | python3 system 3.11 system |
217 | 2023-11-08T19:02:40.382Z | ruby system 3.0 system |
218 | 2023-11-08T19:02:40.387Z | words vendor vendor american-english |
219 | 2023-11-08T19:02:40.393Z | words system system australian-english |
220 | 2023-11-08T19:02:40.396Z | words system system british-english |
221 | 2023-11-08T19:02:40.399Z | words system system canadian-english |
222 | 2023-11-08T19:02:40.402Z | words system system french |
223 | 2023-11-08T19:02:40.406Z | words system system italian |
224 | 2023-11-08T19:02:40.410Z | words system system ngerman |
225 | 2023-11-08T19:02:40.413Z | words system system ogerman |
226 | 2023-11-08T19:02:40.417Z | words system system spanish |
227 | 2023-11-08T19:02:40.782Z | FMRI IFO |
228 | 2023-11-08T19:02:40.787Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2023-11-08T19:02:40.791Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2023-11-08T19:02:40.794Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2023-11-08T19:02:40.797Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
232 | 2023-11-08T19:02:40.818Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2023-11-08T19:02:40.822Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
234 | 2023-11-08T19:02:40.857Z | + set -o errexit |
235 | 2023-11-08T19:02:40.861Z | +++ dirname ./tools/ci_download_cockroachdb |
236 | 2023-11-08T19:02:40.866Z | ++ cd ./tools |
237 | 2023-11-08T19:02:40.869Z | ++ pwd |
238 | 2023-11-08T19:02:40.873Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
239 | 2023-11-08T19:02:40.876Z | ++ basename ./tools/ci_download_cockroachdb |
240 | 2023-11-08T19:02:40.880Z | + ARG0=ci_download_cockroachdb |
241 | 2023-11-08T19:02:40.884Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
242 | 2023-11-08T19:02:40.887Z | + CIDL_VERSION=v22.1.9 |
243 | 2023-11-08T19:02:40.891Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
244 | 2023-11-08T19:02:40.895Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
245 | 2023-11-08T19:02:40.900Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
246 | 2023-11-08T19:02:40.905Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
247 | 2023-11-08T19:02:40.908Z | + TARGET_DIR=out |
248 | 2023-11-08T19:02:40.912Z | + DOWNLOAD_DIR=out/downloads |
249 | 2023-11-08T19:02:40.916Z | + DEST_DIR=./out/cockroachdb |
250 | 2023-11-08T19:02:40.920Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
251 | 2023-11-08T19:02:40.924Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
252 | 2023-11-08T19:02:40.928Z | + main |
253 | 2023-11-08T19:02:40.932Z | + [[ 0 != 0 ]] |
254 | 2023-11-08T19:02:40.935Z | + CIDL_OS=solaris2.11 |
255 | 2023-11-08T19:02:40.939Z | + [[ 0 != 0 ]] |
256 | 2023-11-08T19:02:40.943Z | + configure_os solaris2.11 |
257 | 2023-11-08T19:02:40.946Z | + echo 'current directory: /work/oxidecomputer/omicron' |
258 | 2023-11-08T19:02:40.950Z | current directory: /work/oxidecomputer/omicron |
259 | 2023-11-08T19:02:40.954Z | + echo 'configuring based on OS: "solaris2.11"' |
260 | 2023-11-08T19:02:40.958Z | configuring based on OS: "solaris2.11" |
261 | 2023-11-08T19:02:40.962Z | + case "$1" in |
262 | 2023-11-08T19:02:40.965Z | + CIDL_BUILD=illumos |
263 | 2023-11-08T19:02:40.969Z | + CIDL_SUFFIX=tar.gz |
264 | 2023-11-08T19:02:40.973Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
265 | 2023-11-08T19:02:40.977Z | + CIDL_MD5FUNC=do_md5sum |
266 | 2023-11-08T19:02:40.982Z | + CIDL_URL_BASE=https://illumos.org/downloads |
267 | 2023-11-08T19:02:40.985Z | + CIDL_ASSEMBLE=do_assemble_illumos |
268 | 2023-11-08T19:02:40.988Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
269 | 2023-11-08T19:02:40.992Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
270 | 2023-11-08T19:02:40.996Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-08T19:02:41.001Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
272 | 2023-11-08T19:02:41.005Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-08T19:02:41.009Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
274 | 2023-11-08T19:02:41.013Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-08T19:02:41.016Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-08T19:02:41.020Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-08T19:02:41.024Z | + mkdir -p out/downloads |
278 | 2023-11-08T19:02:41.028Z | + mkdir -p ./out/cockroachdb |
279 | 2023-11-08T19:02:41.032Z | + local DO_DOWNLOAD=true |
280 | 2023-11-08T19:02:41.035Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
281 | 2023-11-08T19:02:41.039Z | + '[' true == true ']' |
282 | 2023-11-08T19:02:41.042Z | + echo Downloading... |
283 | 2023-11-08T19:02:41.046Z | Downloading... |
284 | 2023-11-08T19:02:41.049Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-11-08T19:02:41.053Z | + 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 |
286 | 2023-11-08T19:02:44.434Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-11-08T19:02:44.437Z | ++ md5sum |
288 | 2023-11-08T19:02:44.440Z | ++ awk '{print $1}' |
289 | 2023-11-08T19:02:44.582Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
290 | 2023-11-08T19:02:44.586Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
291 | 2023-11-08T19:02:44.589Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-08T19:02:44.592Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
293 | 2023-11-08T19:02:48.191Z | + do_assemble_illumos |
294 | 2023-11-08T19:02:48.194Z | + rm -r ./out/cockroachdb |
295 | 2023-11-08T19:02:48.196Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
296 | 2023-11-08T19:02:48.871Z | + ./out/cockroachdb/bin/cockroach version |
297 | 2023-11-08T19:02:49.188Z | Build Tag: v22.1.9-dirty |
298 | 2023-11-08T19:02:49.191Z | Build Time: 2022/10/26 21:17:46 |
299 | 2023-11-08T19:02:49.193Z | Distribution: OSS |
300 | 2023-11-08T19:02:49.196Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
301 | 2023-11-08T19:02:49.199Z | Go Version: go1.17.13 |
302 | 2023-11-08T19:02:49.202Z | C Compiler: gcc 10.3.0 |
303 | 2023-11-08T19:02:49.204Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
304 | 2023-11-08T19:02:49.207Z | Build Type: release |
305 | 2023-11-08T19:02:49.215Z | + set -o errexit |
306 | 2023-11-08T19:02:49.218Z | +++ dirname ./tools/ci_download_clickhouse |
307 | 2023-11-08T19:02:49.221Z | ++ cd ./tools |
308 | 2023-11-08T19:02:49.224Z | ++ pwd |
309 | 2023-11-08T19:02:49.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
310 | 2023-11-08T19:02:49.230Z | ++ basename ./tools/ci_download_clickhouse |
311 | 2023-11-08T19:02:49.233Z | + ARG0=ci_download_clickhouse |
312 | 2023-11-08T19:02:49.240Z | + TARGET_DIR=out |
313 | 2023-11-08T19:02:49.243Z | + DOWNLOAD_DIR=out/downloads |
314 | 2023-11-08T19:02:49.246Z | + DEST_DIR=./out/clickhouse |
315 | 2023-11-08T19:02:49.249Z | + CIDL_VERSION=v22.8.9.24 |
316 | 2023-11-08T19:02:49.252Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
317 | 2023-11-08T19:02:49.255Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
318 | 2023-11-08T19:02:49.258Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
319 | 2023-11-08T19:02:49.261Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
320 | 2023-11-08T19:02:49.264Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
321 | 2023-11-08T19:02:49.266Z | + main |
322 | 2023-11-08T19:02:49.269Z | + [[ 0 != 0 ]] |
323 | 2023-11-08T19:02:49.272Z | + CIDL_OS=solaris2.11 |
324 | 2023-11-08T19:02:49.275Z | + [[ 0 != 0 ]] |
325 | 2023-11-08T19:02:49.278Z | + configure_os solaris2.11 |
326 | 2023-11-08T19:02:49.281Z | + echo 'current directory: /work/oxidecomputer/omicron' |
327 | 2023-11-08T19:02:49.283Z | current directory: /work/oxidecomputer/omicron |
328 | 2023-11-08T19:02:49.286Z | + echo 'configuring based on OS: "solaris2.11"' |
329 | 2023-11-08T19:02:49.289Z | configuring based on OS: "solaris2.11" |
330 | 2023-11-08T19:02:49.292Z | + CIDL_DASHREV= |
331 | 2023-11-08T19:02:49.295Z | + case "$1" in |
332 | 2023-11-08T19:02:49.297Z | + CIDL_PLATFORM=illumos |
333 | 2023-11-08T19:02:49.301Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
334 | 2023-11-08T19:02:49.304Z | + CIDL_MD5FUNC=do_md5sum |
335 | 2023-11-08T19:02:49.307Z | + CIDL_DASHREV=-1 |
336 | 2023-11-08T19:02:49.310Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
337 | 2023-11-08T19:02:49.312Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
338 | 2023-11-08T19:02:49.315Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-08T19:02:49.318Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-08T19:02:49.321Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
341 | 2023-11-08T19:02:49.324Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-08T19:02:49.326Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
343 | 2023-11-08T19:02:49.329Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-11-08T19:02:49.332Z | + mkdir -p out/downloads |
345 | 2023-11-08T19:02:49.335Z | + mkdir -p ./out/clickhouse |
346 | 2023-11-08T19:02:49.338Z | + local DO_DOWNLOAD=true |
347 | 2023-11-08T19:02:49.340Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
348 | 2023-11-08T19:02:49.343Z | + '[' true == true ']' |
349 | 2023-11-08T19:02:49.346Z | + echo Downloading... |
350 | 2023-11-08T19:02:49.352Z | Downloading... |
351 | 2023-11-08T19:02:49.356Z | + 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 |
352 | 2023-11-08T19:02:49.360Z | + 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 |
353 | 2023-11-08T19:02:50.787Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-11-08T19:02:50.790Z | ++ md5sum |
355 | 2023-11-08T19:02:50.795Z | ++ awk '{print $1}' |
356 | 2023-11-08T19:02:51.049Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2023-11-08T19:02:51.053Z | + [[ 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 ]] |
358 | 2023-11-08T19:02:51.056Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
359 | 2023-11-08T19:02:51.062Z | + mkdir -p ./out/clickhouse |
360 | 2023-11-08T19:02:51.065Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
361 | 2023-11-08T19:02:56.165Z | + ./out/clickhouse/clickhouse server --version |
362 | 2023-11-08T19:02:56.217Z | ClickHouse server version 22.8.9.1. |
363 | 2023-11-08T19:02:56.241Z | + set -o errexit |
364 | 2023-11-08T19:02:56.244Z | +++ dirname ./tools/ci_download_console |
365 | 2023-11-08T19:02:56.247Z | ++ cd ./tools |
366 | 2023-11-08T19:02:56.250Z | ++ pwd |
367 | 2023-11-08T19:02:56.252Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
368 | 2023-11-08T19:02:56.255Z | ++ basename ./tools/ci_download_console |
369 | 2023-11-08T19:02:56.258Z | + ARG0=ci_download_console |
370 | 2023-11-08T19:02:56.261Z | + TARGET_DIR=out |
371 | 2023-11-08T19:02:56.263Z | + DOWNLOAD_DIR=out/downloads |
372 | 2023-11-08T19:02:56.266Z | + DEST_DIR=./out/console-assets |
373 | 2023-11-08T19:02:56.269Z | + source /work/oxidecomputer/omicron/tools/console_version |
374 | 2023-11-08T19:02:56.271Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
375 | 2023-11-08T19:02:56.274Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
376 | 2023-11-08T19:02:56.277Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
377 | 2023-11-08T19:02:56.280Z | + TARBALL_FILE=out/downloads/console.tar.gz |
378 | 2023-11-08T19:02:56.282Z | + main |
379 | 2023-11-08T19:02:56.285Z | + [[ 0 != 0 ]] |
380 | 2023-11-08T19:02:56.288Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
381 | 2023-11-08T19:02:56.291Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
382 | 2023-11-08T19:02:56.293Z | + echo 'Local file: out/downloads/console.tar.gz' |
383 | 2023-11-08T19:02:56.296Z | Local file: out/downloads/console.tar.gz |
384 | 2023-11-08T19:02:56.299Z | + local DO_DOWNLOAD=true |
385 | 2023-11-08T19:02:56.302Z | + [[ -f out/downloads/console.tar.gz ]] |
386 | 2023-11-08T19:02:56.305Z | + mkdir -p out/downloads |
387 | 2023-11-08T19:02:56.308Z | + '[' true == true ']' |
388 | 2023-11-08T19:02:56.310Z | Downloading... |
389 | 2023-11-08T19:02:56.313Z | + echo Downloading... |
390 | 2023-11-08T19:02:56.316Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
391 | 2023-11-08T19:02:56.320Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
392 | 2023-11-08T19:02:56.838Z | ++ do_sha256sum out/downloads/console.tar.gz |
393 | 2023-11-08T19:02:56.841Z | ++ case "$OSTYPE" in |
394 | 2023-11-08T19:02:56.844Z | ++ SHA=sha256sum |
395 | 2023-11-08T19:02:56.847Z | ++ sha256sum |
396 | 2023-11-08T19:02:56.849Z | ++ awk '{print $1}' |
397 | 2023-11-08T19:02:56.864Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-08T19:02:56.867Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
399 | 2023-11-08T19:02:56.869Z | + rm -rf ./out/console-assets |
400 | 2023-11-08T19:02:56.872Z | + mkdir -p ./out/console-assets |
401 | 2023-11-08T19:02:56.875Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
402 | 2023-11-08T19:02:56.878Z | + mkdir -p ./out/console-assets |
403 | 2023-11-08T19:02:56.881Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
404 | 2023-11-08T19:02:57.015Z | + set -o errexit |
405 | 2023-11-08T19:02:57.018Z | +++ dirname ./tools/ci_download_maghemite_openapi |
406 | 2023-11-08T19:02:57.021Z | ++ cd ./tools |
407 | 2023-11-08T19:02:57.024Z | ++ pwd |
408 | 2023-11-08T19:02:57.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
409 | 2023-11-08T19:02:57.029Z | ++ basename ./tools/ci_download_maghemite_openapi |
410 | 2023-11-08T19:02:57.032Z | + ARG0=ci_download_maghemite_openapi |
411 | 2023-11-08T19:02:57.035Z | + TARGET_DIR=out |
412 | 2023-11-08T19:02:57.038Z | + DOWNLOAD_DIR=out/downloads |
413 | 2023-11-08T19:02:57.040Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
414 | 2023-11-08T19:02:57.043Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
415 | 2023-11-08T19:02:57.046Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
416 | 2023-11-08T19:02:57.051Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
417 | 2023-11-08T19:02:57.054Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
418 | 2023-11-08T19:02:57.057Z | + main |
419 | 2023-11-08T19:02:57.060Z | + [[ 0 != 0 ]] |
420 | 2023-11-08T19:02:57.063Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
421 | 2023-11-08T19:02:57.066Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
422 | 2023-11-08T19:02:57.069Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
423 | 2023-11-08T19:02:57.072Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
424 | 2023-11-08T19:02:57.075Z | + local DO_DOWNLOAD=true |
425 | 2023-11-08T19:02:57.078Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
426 | 2023-11-08T19:02:57.081Z | + mkdir -p out/downloads |
427 | 2023-11-08T19:02:57.083Z | + '[' true == true ']' |
428 | 2023-11-08T19:02:57.086Z | + echo Downloading... |
429 | 2023-11-08T19:02:57.089Z | Downloading... |
430 | 2023-11-08T19:02:57.092Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
431 | 2023-11-08T19:02:57.094Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
432 | 2023-11-08T19:02:57.192Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
433 | 2023-11-08T19:02:57.195Z | ++ case "$OSTYPE" in |
434 | 2023-11-08T19:02:57.198Z | ++ SHA=sha256sum |
435 | 2023-11-08T19:02:57.201Z | ++ sha256sum |
436 | 2023-11-08T19:02:57.203Z | ++ awk '{print $1}' |
437 | 2023-11-08T19:02:57.206Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-08T19:02:57.209Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
439 | 2023-11-08T19:02:57.212Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
440 | 2023-11-08T19:02:57.215Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
441 | 2023-11-08T19:02:57.220Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
442 | 2023-11-08T19:02:57.224Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
443 | 2023-11-08T19:02:57.227Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
444 | 2023-11-08T19:02:57.229Z | + main |
445 | 2023-11-08T19:02:57.234Z | + [[ 0 != 0 ]] |
446 | 2023-11-08T19:02:57.236Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
447 | 2023-11-08T19:02:57.239Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
448 | 2023-11-08T19:02:57.243Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
449 | 2023-11-08T19:02:57.246Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
450 | 2023-11-08T19:02:57.249Z | + local DO_DOWNLOAD=true |
451 | 2023-11-08T19:02:57.251Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
452 | 2023-11-08T19:02:57.254Z | + mkdir -p out/downloads |
453 | 2023-11-08T19:02:57.257Z | + '[' true == true ']' |
454 | 2023-11-08T19:02:57.260Z | + echo Downloading... |
455 | 2023-11-08T19:02:57.263Z | Downloading... |
456 | 2023-11-08T19:02:57.265Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
457 | 2023-11-08T19:02:57.268Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
458 | 2023-11-08T19:02:57.342Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
459 | 2023-11-08T19:02:57.346Z | ++ case "$OSTYPE" in |
460 | 2023-11-08T19:02:57.349Z | ++ SHA=sha256sum |
461 | 2023-11-08T19:02:57.352Z | ++ sha256sum |
462 | 2023-11-08T19:02:57.354Z | ++ awk '{print $1}' |
463 | 2023-11-08T19:02:57.358Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
464 | 2023-11-08T19:02:57.361Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
465 | 2023-11-08T19:02:57.372Z | + set -o errexit |
466 | 2023-11-08T19:02:57.377Z | +++ dirname ./tools/ci_download_dendrite_openapi |
467 | 2023-11-08T19:02:57.381Z | ++ cd ./tools |
468 | 2023-11-08T19:02:57.384Z | ++ pwd |
469 | 2023-11-08T19:02:57.388Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
470 | 2023-11-08T19:02:57.391Z | ++ basename ./tools/ci_download_dendrite_openapi |
471 | 2023-11-08T19:02:57.394Z | + ARG0=ci_download_dendrite_openapi |
472 | 2023-11-08T19:02:57.397Z | + TARGET_DIR=out |
473 | 2023-11-08T19:02:57.400Z | + DOWNLOAD_DIR=out/downloads |
474 | 2023-11-08T19:02:57.403Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
475 | 2023-11-08T19:02:57.406Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
476 | 2023-11-08T19:02:57.410Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
477 | 2023-11-08T19:02:57.413Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
478 | 2023-11-08T19:02:57.416Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
479 | 2023-11-08T19:02:57.419Z | + main |
480 | 2023-11-08T19:02:57.423Z | + [[ 0 != 0 ]] |
481 | 2023-11-08T19:02:57.426Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
482 | 2023-11-08T19:02:57.429Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
483 | 2023-11-08T19:02:57.433Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
484 | 2023-11-08T19:02:57.436Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
485 | 2023-11-08T19:02:57.440Z | + local DO_DOWNLOAD=true |
486 | 2023-11-08T19:02:57.443Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
487 | 2023-11-08T19:02:57.446Z | + mkdir -p out/downloads |
488 | 2023-11-08T19:02:57.449Z | + '[' true == true ']' |
489 | 2023-11-08T19:02:57.452Z | + echo Downloading... |
490 | 2023-11-08T19:02:57.455Z | Downloading... |
491 | 2023-11-08T19:02:57.457Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
492 | 2023-11-08T19:02:57.461Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
493 | 2023-11-08T19:02:57.528Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
494 | 2023-11-08T19:02:57.530Z | ++ case "$OSTYPE" in |
495 | 2023-11-08T19:02:57.533Z | ++ SHA=sha256sum |
496 | 2023-11-08T19:02:57.536Z | ++ sha256sum |
497 | 2023-11-08T19:02:57.539Z | ++ awk '{print $1}' |
498 | 2023-11-08T19:02:57.543Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
499 | 2023-11-08T19:02:57.546Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
500 | 2023-11-08T19:02:57.550Z | + set -o errexit |
501 | 2023-11-08T19:02:57.553Z | +++ dirname ./tools/ci_download_dendrite_stub |
502 | 2023-11-08T19:02:57.556Z | ++ cd ./tools |
503 | 2023-11-08T19:02:57.559Z | ++ pwd |
504 | 2023-11-08T19:02:57.561Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
505 | 2023-11-08T19:02:57.564Z | ++ basename ./tools/ci_download_dendrite_stub |
506 | 2023-11-08T19:02:57.567Z | + ARG0=ci_download_dendrite_stub |
507 | 2023-11-08T19:02:57.569Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
508 | 2023-11-08T19:02:57.572Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
509 | 2023-11-08T19:02:57.574Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
510 | 2023-11-08T19:02:57.578Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
511 | 2023-11-08T19:02:57.581Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
512 | 2023-11-08T19:02:57.584Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
513 | 2023-11-08T19:02:57.586Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
514 | 2023-11-08T19:02:57.590Z | + TARGET_DIR=out |
515 | 2023-11-08T19:02:57.592Z | + DOWNLOAD_DIR=out/downloads |
516 | 2023-11-08T19:02:57.595Z | + DEST_DIR=./out/dendrite-stub |
517 | 2023-11-08T19:02:57.598Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
518 | 2023-11-08T19:02:57.600Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
519 | 2023-11-08T19:02:57.603Z | + REPO=oxidecomputer/dendrite |
520 | 2023-11-08T19:02:57.605Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
521 | 2023-11-08T19:02:57.608Z | + main |
522 | 2023-11-08T19:02:57.611Z | + [[ 0 != 0 ]] |
523 | 2023-11-08T19:02:57.614Z | + CIDL_OS=solaris2.11 |
524 | 2023-11-08T19:02:57.616Z | + [[ 0 != 0 ]] |
525 | 2023-11-08T19:02:57.620Z | + configure_os solaris2.11 |
526 | 2023-11-08T19:02:57.622Z | + echo 'current directory: /work/oxidecomputer/omicron' |
527 | 2023-11-08T19:02:57.625Z | current directory: /work/oxidecomputer/omicron |
528 | 2023-11-08T19:02:57.628Z | + echo 'configuring based on OS: "solaris2.11"' |
529 | 2023-11-08T19:02:57.631Z | + case "$1" in |
530 | 2023-11-08T19:02:57.634Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-08T19:02:57.636Z | + SET_BINARIES= |
532 | 2023-11-08T19:02:57.639Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
533 | 2023-11-08T19:02:57.642Z | + CIDL_SHA256FUNC=do_sha256sum |
534 | 2023-11-08T19:02:57.645Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
535 | 2023-11-08T19:02:57.648Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
536 | 2023-11-08T19:02:57.651Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
537 | 2023-11-08T19:02:57.653Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
538 | 2023-11-08T19:02:57.657Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
539 | 2023-11-08T19:02:57.659Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
540 | 2023-11-08T19:02:57.662Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-08T19:02:57.667Z | + mkdir -p out/downloads |
542 | 2023-11-08T19:02:57.671Z | + mkdir -p ./out/dendrite-stub |
543 | 2023-11-08T19:02:57.673Z | + fetch_and_verify |
544 | 2023-11-08T19:02:57.676Z | + local DO_DOWNLOAD=true |
545 | 2023-11-08T19:02:57.679Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
546 | 2023-11-08T19:02:57.682Z | + '[' true == true ']' |
547 | 2023-11-08T19:02:57.685Z | + echo Downloading... |
548 | 2023-11-08T19:02:57.689Z | Downloading... |
549 | 2023-11-08T19:02:57.698Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
550 | 2023-11-08T19:02:57.707Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
551 | 2023-11-08T19:03:05.653Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
552 | 2023-11-08T19:03:05.656Z | ++ sha256sum |
553 | 2023-11-08T19:03:05.659Z | ++ awk '{print $1}' |
554 | 2023-11-08T19:03:05.749Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
555 | 2023-11-08T19:03:05.752Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
556 | 2023-11-08T19:03:05.755Z | + do_untar out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-08T19:03:05.758Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
558 | 2023-11-08T19:03:06.699Z | + do_assemble |
559 | 2023-11-08T19:03:06.702Z | + rm -r ./out/dendrite-stub |
560 | 2023-11-08T19:03:06.706Z | + mkdir ./out/dendrite-stub |
561 | 2023-11-08T19:03:06.709Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
562 | 2023-11-08T19:03:06.833Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
563 | 2023-11-08T19:03:06.850Z | + set -o errexit |
564 | 2023-11-08T19:03:06.855Z | +++ dirname ./tools/ci_download_maghemite_mgd |
565 | 2023-11-08T19:03:06.858Z | ++ cd ./tools |
566 | 2023-11-08T19:03:06.861Z | ++ pwd |
567 | 2023-11-08T19:03:06.866Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
568 | 2023-11-08T19:03:06.869Z | ++ basename ./tools/ci_download_maghemite_mgd |
569 | 2023-11-08T19:03:06.872Z | + ARG0=ci_download_maghemite_mgd |
570 | 2023-11-08T19:03:06.877Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
571 | 2023-11-08T19:03:06.880Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
572 | 2023-11-08T19:03:06.884Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
573 | 2023-11-08T19:03:06.891Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
574 | 2023-11-08T19:03:06.894Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
575 | 2023-11-08T19:03:06.897Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
576 | 2023-11-08T19:03:06.901Z | + TARGET_DIR=out |
577 | 2023-11-08T19:03:06.904Z | + DOWNLOAD_DIR=out/downloads |
578 | 2023-11-08T19:03:06.913Z | + DEST_DIR=./out/mgd |
579 | 2023-11-08T19:03:06.916Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
580 | 2023-11-08T19:03:06.919Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
581 | 2023-11-08T19:03:06.923Z | + REPO=oxidecomputer/maghemite |
582 | 2023-11-08T19:03:06.926Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
583 | 2023-11-08T19:03:06.930Z | + main |
584 | 2023-11-08T19:03:06.933Z | + [[ 0 != 0 ]] |
585 | 2023-11-08T19:03:06.936Z | + CIDL_OS=solaris2.11 |
586 | 2023-11-08T19:03:06.939Z | + [[ 0 != 0 ]] |
587 | 2023-11-08T19:03:06.943Z | + configure_os solaris2.11 |
588 | 2023-11-08T19:03:06.946Z | + echo 'current directory: /work/oxidecomputer/omicron' |
589 | 2023-11-08T19:03:06.949Z | current directory: /work/oxidecomputer/omicron |
590 | 2023-11-08T19:03:06.952Z | + echo 'configuring based on OS: "solaris2.11"' |
591 | 2023-11-08T19:03:06.955Z | configuring based on OS: "solaris2.11" |
592 | 2023-11-08T19:03:06.970Z | + case "$1" in |
593 | 2023-11-08T19:03:06.975Z | + SET_BINARIES= |
594 | 2023-11-08T19:03:06.979Z | + CIDL_SHA256FUNC=do_sha256sum |
595 | 2023-11-08T19:03:06.985Z | + TARBALL_FILENAME=mgd.tar.gz |
596 | 2023-11-08T19:03:06.988Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
597 | 2023-11-08T19:03:06.994Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
598 | 2023-11-08T19:03:06.997Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
599 | 2023-11-08T19:03:07.000Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
600 | 2023-11-08T19:03:07.008Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
601 | 2023-11-08T19:03:07.017Z | Local file: out/downloads/mgd.tar.gz |
602 | 2023-11-08T19:03:07.026Z | + mkdir -p out/downloads |
603 | 2023-11-08T19:03:07.033Z | + mkdir -p ./out/mgd |
604 | 2023-11-08T19:03:07.038Z | + fetch_and_verify |
605 | 2023-11-08T19:03:07.043Z | + local DO_DOWNLOAD=true |
606 | 2023-11-08T19:03:07.049Z | + [[ -f out/downloads/mgd.tar.gz ]] |
607 | 2023-11-08T19:03:07.059Z | + '[' true == true ']' |
608 | 2023-11-08T19:03:07.068Z | + echo Downloading... |
609 | 2023-11-08T19:03:07.081Z | Downloading... |
610 | 2023-11-08T19:03:07.089Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
611 | 2023-11-08T19:03:07.093Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
612 | 2023-11-08T19:03:12.411Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
613 | 2023-11-08T19:03:12.418Z | ++ sha256sum |
614 | 2023-11-08T19:03:12.425Z | ++ awk '{print $1}' |
615 | 2023-11-08T19:03:12.478Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
616 | 2023-11-08T19:03:12.485Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
617 | 2023-11-08T19:03:12.495Z | + do_untar out/downloads/mgd.tar.gz |
618 | 2023-11-08T19:03:12.501Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
619 | 2023-11-08T19:03:13.163Z | + do_assemble |
620 | 2023-11-08T19:03:13.166Z | + rm -r ./out/mgd |
621 | 2023-11-08T19:03:13.169Z | + mkdir ./out/mgd |
622 | 2023-11-08T19:03:13.172Z | + cp -r out/downloads/root ./out/mgd/root |
623 | 2023-11-08T19:03:13.376Z | + set -o errexit |
624 | 2023-11-08T19:03:13.379Z | +++ dirname ./tools/ci_download_transceiver_control |
625 | 2023-11-08T19:03:13.384Z | ++ cd ./tools |
626 | 2023-11-08T19:03:13.387Z | ++ pwd |
627 | 2023-11-08T19:03:13.391Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
628 | 2023-11-08T19:03:13.394Z | ++ basename ./tools/ci_download_transceiver_control |
629 | 2023-11-08T19:03:13.397Z | + ARG0=ci_download_transceiver_control |
630 | 2023-11-08T19:03:13.400Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
631 | 2023-11-08T19:03:13.403Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
632 | 2023-11-08T19:03:13.407Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
633 | 2023-11-08T19:03:13.411Z | + TARGET_DIR=out |
634 | 2023-11-08T19:03:13.413Z | + DOWNLOAD_DIR=out/downloads |
635 | 2023-11-08T19:03:13.416Z | + DEST_DIR=./out/transceiver-control |
636 | 2023-11-08T19:03:13.419Z | + BIN_DIR=/opt/oxide/bin |
637 | 2023-11-08T19:03:13.422Z | + BINARY=xcvradm |
638 | 2023-11-08T19:03:13.425Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
639 | 2023-11-08T19:03:13.428Z | + REPO=oxidecomputer/transceiver-control |
640 | 2023-11-08T19:03:13.431Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
641 | 2023-11-08T19:03:13.433Z | + main |
642 | 2023-11-08T19:03:13.436Z | + [[ 0 != 0 ]] |
643 | 2023-11-08T19:03:13.439Z | + CIDL_OS=solaris2.11 |
644 | 2023-11-08T19:03:13.448Z | + [[ 0 != 0 ]] |
645 | 2023-11-08T19:03:13.465Z | + configure_os solaris2.11 |
646 | 2023-11-08T19:03:13.476Z | + echo 'current directory: /work/oxidecomputer/omicron' |
647 | 2023-11-08T19:03:13.480Z | current directory: /work/oxidecomputer/omicron |
648 | 2023-11-08T19:03:13.484Z | + echo 'configuring based on OS: "solaris2.11"' |
649 | 2023-11-08T19:03:13.489Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-08T19:03:13.493Z | + case "$1" in |
651 | 2023-11-08T19:03:13.501Z | + SET_BINARIES= |
652 | 2023-11-08T19:03:13.507Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-08T19:03:13.513Z | + CIDL_SHA256FUNC=do_sha256sum |
654 | 2023-11-08T19:03:13.518Z | + ARCHIVE_FILENAME=xcvradm.gz |
655 | 2023-11-08T19:03:13.524Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
656 | 2023-11-08T19:03:13.535Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
657 | 2023-11-08T19:03:13.547Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
658 | 2023-11-08T19:03:13.561Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-08T19:03:13.577Z | + echo 'Local file: out/downloads/xcvradm.gz' |
660 | 2023-11-08T19:03:13.589Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-08T19:03:13.597Z | + mkdir -p out/downloads |
662 | 2023-11-08T19:03:13.608Z | + mkdir -p ./out/transceiver-control |
663 | 2023-11-08T19:03:13.620Z | + fetch_and_verify |
664 | 2023-11-08T19:03:13.626Z | + local DO_DOWNLOAD=true |
665 | 2023-11-08T19:03:13.635Z | + [[ -f out/downloads/xcvradm.gz ]] |
666 | 2023-11-08T19:03:13.643Z | + '[' true == true ']' |
667 | 2023-11-08T19:03:13.651Z | + echo Downloading... |
668 | 2023-11-08T19:03:13.658Z | Downloading... |
669 | 2023-11-08T19:03:13.665Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
670 | 2023-11-08T19:03:13.673Z | + 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 |
671 | 2023-11-08T19:03:14.937Z | ++ do_sha256sum out/downloads/xcvradm.gz |
672 | 2023-11-08T19:03:14.940Z | ++ sha256sum |
673 | 2023-11-08T19:03:14.943Z | ++ awk '{print $1}' |
674 | 2023-11-08T19:03:14.963Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-08T19:03:14.966Z | + [[ 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 ]] |
676 | 2023-11-08T19:03:14.968Z | + do_unpack out/downloads/xcvradm.gz |
677 | 2023-11-08T19:03:14.971Z | + mkdir -p out/downloads/root//opt/oxide/bin |
678 | 2023-11-08T19:03:14.974Z | + gzip -dc out/downloads/xcvradm.gz |
679 | 2023-11-08T19:03:15.142Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
680 | 2023-11-08T19:03:15.145Z | + do_assemble |
681 | 2023-11-08T19:03:15.148Z | + rm -r ./out/transceiver-control |
682 | 2023-11-08T19:03:15.151Z | + mkdir ./out/transceiver-control |
683 | 2023-11-08T19:03:15.154Z | + cp -r out/downloads/root ./out/transceiver-control/root |
684 | 2023-11-08T19:03:15.341Z | All prerequisites installed successfully |
685 | 2023-11-08T19:03:15.344Z | |
686 | 2023-11-08T19:03:15.347Z | real 1:45.320338482 |
687 | 2023-11-08T19:03:15.350Z | user 51.950035623 |
688 | 2023-11-08T19:03:15.352Z | sys 10.494575079 |
689 | 2023-11-08T19:03:15.355Z | trap 0.019817172 |
690 | 2023-11-08T19:03:15.358Z | tflt 0.137777906 |
691 | 2023-11-08T19:03:15.361Z | dflt 0.810823288 |
692 | 2023-11-08T19:03:15.363Z | kflt 0.173731353 |
693 | 2023-11-08T19:03:15.366Z | lock 2.055414459 |
694 | 2023-11-08T19:03:15.369Z | slp 3:10.476590828 |
695 | 2023-11-08T19:03:15.373Z | lat 4.194500556 |
696 | 2023-11-08T19:03:15.376Z | stop 0.060016839 |
697 | 2023-11-08T19:03:15.378Z | + ptime -m ./tools/ci_download_softnpu_machinery |
698 | 2023-11-08T19:03:15.381Z | fetching npuzone |
699 | 2023-11-08T19:03:15.384Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
700 | 2023-11-08T19:03:15.388Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
701 | 2023-11-08T19:03:15.391Z | Getting hash for npuzone |
702 | 2023-11-08T19:03:15.495Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
703 | 2023-11-08T19:03:26.981Z | npuzone downloaded successfully |
704 | 2023-11-08T19:03:26.987Z | |
705 | 2023-11-08T19:03:26.991Z | real 11.638194120 |
706 | 2023-11-08T19:03:26.995Z | user 0.601068977 |
707 | 2023-11-08T19:03:26.999Z | sys 0.186130363 |
708 | 2023-11-08T19:03:27.003Z | trap 0.000116240 |
709 | 2023-11-08T19:03:27.008Z | tflt 0.000000000 |
710 | 2023-11-08T19:03:27.015Z | dflt 0.000000000 |
711 | 2023-11-08T19:03:27.018Z | kflt 0.000000000 |
712 | 2023-11-08T19:03:27.022Z | lock 0.000000000 |
713 | 2023-11-08T19:03:27.026Z | slp 33.854246934 |
714 | 2023-11-08T19:03:27.031Z | lat 0.240484607 |
715 | 2023-11-08T19:03:27.035Z | stop 0.000263585 |
716 | 2023-11-08T19:03:27.044Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
717 | 2023-11-08T19:03:27.323Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
718 | 2023-11-08T19:03:27.712Z | Updating crates.io index |
719 | 2023-11-08T19:03:27.721Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
720 | 2023-11-08T19:03:28.554Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
721 | 2023-11-08T19:03:30.355Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
722 | 2023-11-08T19:03:30.964Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
723 | 2023-11-08T19:03:31.731Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
724 | 2023-11-08T19:03:31.747Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
725 | 2023-11-08T19:03:32.418Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
726 | 2023-11-08T19:03:33.629Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
727 | 2023-11-08T19:03:35.585Z | Updating git repository `https://github.com/oxidecomputer/opte` |
728 | 2023-11-08T19:03:36.698Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
729 | 2023-11-08T19:03:37.182Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
730 | 2023-11-08T19:03:37.509Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
731 | 2023-11-08T19:03:38.160Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
732 | 2023-11-08T19:03:38.667Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
733 | 2023-11-08T19:03:39.297Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
734 | 2023-11-08T19:03:39.314Z | Updating git repository `https://github.com/njaremko/samael` |
735 | 2023-11-08T19:03:39.922Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
736 | 2023-11-08T19:03:40.499Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
737 | 2023-11-08T19:03:41.018Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
738 | 2023-11-08T19:03:41.397Z | Updating git repository `https://github.com/jgallagher/nix` |
739 | 2023-11-08T19:03:43.641Z | Updating git repository `https://github.com/cbiffle/hubpack` |
740 | 2023-11-08T19:03:44.085Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
741 | 2023-11-08T19:03:53.672Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
742 | 2023-11-08T19:03:54.152Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2023-11-08T19:03:55.220Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2023-11-08T19:03:56.056Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2023-11-08T19:03:56.444Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2023-11-08T19:03:58.136Z | Downloading crates ... |
747 | 2023-11-08T19:03:58.358Z | Downloaded bitstruct_derive v0.1.0 |
748 | 2023-11-08T19:03:58.373Z | Downloaded lazy_static v1.4.0 |
749 | 2023-11-08T19:03:58.789Z | Downloaded lazycell v1.3.0 |
750 | 2023-11-08T19:03:58.808Z | Downloaded inout v0.1.3 |
751 | 2023-11-08T19:03:58.825Z | Downloaded camino-tempfile v1.0.2 |
752 | 2023-11-08T19:03:58.843Z | Downloaded itoa v1.0.9 |
753 | 2023-11-08T19:03:58.857Z | Downloaded new_debug_unreachable v1.0.4 |
754 | 2023-11-08T19:03:58.869Z | Downloaded miniz_oxide v0.7.1 |
755 | 2023-11-08T19:03:58.901Z | Downloaded array-init v0.0.4 |
756 | 2023-11-08T19:03:58.911Z | Downloaded aead v0.5.2 |
757 | 2023-11-08T19:03:58.926Z | Downloaded ahash v0.8.3 |
758 | 2023-11-08T19:03:58.934Z | Downloaded anstyle-query v1.0.0 |
759 | 2023-11-08T19:03:58.941Z | Downloaded mime v0.3.17 |
760 | 2023-11-08T19:03:58.946Z | Downloaded block-buffer v0.10.4 |
761 | 2023-11-08T19:03:58.951Z | Downloaded hex v0.4.3 |
762 | 2023-11-08T19:03:58.957Z | Downloaded matches v0.1.10 |
763 | 2023-11-08T19:03:58.964Z | Downloaded ciborium-io v0.2.1 |
764 | 2023-11-08T19:03:58.971Z | Downloaded async-trait v0.1.74 |
765 | 2023-11-08T19:03:58.980Z | Downloaded normalize-line-endings v0.3.0 |
766 | 2023-11-08T19:03:58.997Z | Downloaded nibble_vec v0.1.0 |
767 | 2023-11-08T19:03:59.018Z | Downloaded iana-time-zone v0.1.57 |
768 | 2023-11-08T19:03:59.031Z | Downloaded highway v1.1.0 |
769 | 2023-11-08T19:03:59.449Z | Downloaded cpufeatures v0.2.9 |
770 | 2023-11-08T19:03:59.452Z | Downloaded crossbeam-deque v0.8.3 |
771 | 2023-11-08T19:03:59.455Z | Downloaded libsw v3.3.0 |
772 | 2023-11-08T19:03:59.458Z | Downloaded base64ct v1.6.0 |
773 | 2023-11-08T19:03:59.461Z | Downloaded num-integer v0.1.45 |
774 | 2023-11-08T19:03:59.464Z | Downloaded try-lock v0.2.4 |
775 | 2023-11-08T19:03:59.467Z | Downloaded toolchain_find v0.2.0 |
776 | 2023-11-08T19:03:59.470Z | Downloaded md-5 v0.10.5 |
777 | 2023-11-08T19:03:59.472Z | Downloaded io-lifetimes v1.0.11 |
778 | 2023-11-08T19:03:59.475Z | Downloaded bit-vec v0.6.3 |
779 | 2023-11-08T19:03:59.478Z | Downloaded crc32fast v1.3.2 |
780 | 2023-11-08T19:03:59.481Z | Downloaded downcast v0.11.0 |
781 | 2023-11-08T19:03:59.484Z | Downloaded nu-ansi-term v0.49.0 |
782 | 2023-11-08T19:03:59.486Z | Downloaded dirs-sys-next v0.1.2 |
783 | 2023-11-08T19:03:59.489Z | Downloaded vec_map v0.8.2 |
784 | 2023-11-08T19:03:59.492Z | Downloaded indexmap v1.9.3 |
785 | 2023-11-08T19:03:59.495Z | Downloaded diesel_table_macro_syntax v0.1.0 |
786 | 2023-11-08T19:03:59.498Z | Downloaded usdt-macro v0.3.5 |
787 | 2023-11-08T19:03:59.502Z | Downloaded hmac v0.12.1 |
788 | 2023-11-08T19:03:59.504Z | Downloaded foreign-types-shared v0.3.1 |
789 | 2023-11-08T19:03:59.507Z | Downloaded dof v0.1.5 |
790 | 2023-11-08T19:03:59.510Z | Downloaded postcard-cobs v0.1.5-pre |
791 | 2023-11-08T19:03:59.514Z | Downloaded foreign-types-shared v0.1.1 |
792 | 2023-11-08T19:03:59.518Z | Downloaded fxhash v0.2.1 |
793 | 2023-11-08T19:03:59.522Z | Downloaded supports-color v2.1.0 |
794 | 2023-11-08T19:03:59.525Z | Downloaded futures-io v0.3.29 |
795 | 2023-11-08T19:03:59.527Z | Downloaded heapless v0.7.16 |
796 | 2023-11-08T19:03:59.530Z | Downloaded untrusted v0.7.1 |
797 | 2023-11-08T19:03:59.534Z | Downloaded pkg-config v0.3.27 |
798 | 2023-11-08T19:03:59.538Z | Downloaded smallvec v1.11.0 |
799 | 2023-11-08T19:03:59.541Z | Downloaded unicode-linebreak v0.1.5 |
800 | 2023-11-08T19:03:59.544Z | Downloaded signature v2.1.0 |
801 | 2023-11-08T19:03:59.547Z | Downloaded which v4.4.0 |
802 | 2023-11-08T19:03:59.550Z | Downloaded signature v1.6.4 |
803 | 2023-11-08T19:03:59.552Z | Downloaded generic-array v0.14.7 |
804 | 2023-11-08T19:03:59.555Z | Downloaded fragile v2.0.0 |
805 | 2023-11-08T19:03:59.558Z | Downloaded quick-error v1.2.3 |
806 | 2023-11-08T19:03:59.561Z | Downloaded vergen v8.2.4 |
807 | 2023-11-08T19:03:59.564Z | Downloaded crunchy v0.2.2 |
808 | 2023-11-08T19:03:59.566Z | Downloaded structmeta-derive v0.1.6 |
809 | 2023-11-08T19:03:59.569Z | Downloaded zeroize_derive v1.4.2 |
810 | 2023-11-08T19:03:59.572Z | Downloaded untrusted v0.9.0 |
811 | 2023-11-08T19:03:59.575Z | Downloaded tungstenite v0.20.1 |
812 | 2023-11-08T19:03:59.578Z | Downloaded futures-task v0.3.29 |
813 | 2023-11-08T19:03:59.581Z | Downloaded crossbeam-utils v0.8.16 |
814 | 2023-11-08T19:03:59.584Z | Downloaded fs-err v2.9.0 |
815 | 2023-11-08T19:03:59.587Z | Downloaded precomputed-hash v0.1.1 |
816 | 2023-11-08T19:03:59.590Z | Downloaded ed25519 v1.5.3 |
817 | 2023-11-08T19:03:59.593Z | Downloaded serde_yaml v0.9.25 |
818 | 2023-11-08T19:03:59.596Z | Downloaded tokio-stream v0.1.14 |
819 | 2023-11-08T19:03:59.600Z | Downloaded want v0.3.1 |
820 | 2023-11-08T19:03:59.605Z | Downloaded strsim v0.10.0 |
821 | 2023-11-08T19:03:59.608Z | Downloaded usdt v0.3.5 |
822 | 2023-11-08T19:03:59.612Z | Downloaded tracing-core v0.1.31 |
823 | 2023-11-08T19:03:59.616Z | Downloaded shlex v1.1.0 |
824 | 2023-11-08T19:03:59.620Z | Downloaded pest_derive v2.7.2 |
825 | 2023-11-08T19:03:59.648Z | Downloaded pretty-hex v0.3.0 |
826 | 2023-11-08T19:03:59.662Z | Downloaded derive_builder_macro v0.12.0 |
827 | 2023-11-08T19:04:00.080Z | Downloaded path-slash v0.1.5 |
828 | 2023-11-08T19:04:00.102Z | Downloaded serde_path_to_error v0.1.14 |
829 | 2023-11-08T19:04:00.120Z | Downloaded predicates v3.0.4 |
830 | 2023-11-08T19:04:00.188Z | Downloaded fnv v1.0.7 |
831 | 2023-11-08T19:04:00.203Z | Downloaded num_enum_derive v0.7.0 |
832 | 2023-11-08T19:04:00.631Z | Downloaded similar v2.2.1 |
833 | 2023-11-08T19:04:00.641Z | Downloaded foreign-types-macros v0.2.3 |
834 | 2023-11-08T19:04:00.655Z | Downloaded same-file v1.0.6 |
835 | 2023-11-08T19:04:00.665Z | Downloaded pest_meta v2.7.2 |
836 | 2023-11-08T19:04:00.676Z | Downloaded scheduled-thread-pool v0.2.7 |
837 | 2023-11-08T19:04:00.687Z | Downloaded toml v0.8.8 |
838 | 2023-11-08T19:04:00.698Z | Downloaded path-dedot v3.1.0 |
839 | 2023-11-08T19:04:00.705Z | Downloaded rcgen v0.11.3 |
840 | 2023-11-08T19:04:00.715Z | Downloaded number_prefix v0.4.0 |
841 | 2023-11-08T19:04:00.718Z | Downloaded predicates v2.1.5 |
842 | 2023-11-08T19:04:00.721Z | Downloaded num_threads v0.1.6 |
843 | 2023-11-08T19:04:00.724Z | Downloaded version_check v0.9.4 |
844 | 2023-11-08T19:04:00.727Z | Downloaded universal-hash v0.5.1 |
845 | 2023-11-08T19:04:00.731Z | Downloaded toml v0.5.11 |
846 | 2023-11-08T19:04:00.734Z | Downloaded tinyvec_macros v0.1.1 |
847 | 2023-11-08T19:04:00.737Z | Downloaded parse-display v0.7.0 |
848 | 2023-11-08T19:04:00.739Z | Downloaded twox-hash v1.6.3 |
849 | 2023-11-08T19:04:00.742Z | Downloaded packed_struct v0.10.1 |
850 | 2023-11-08T19:04:00.745Z | Downloaded oso-derive v0.27.0 |
851 | 2023-11-08T19:04:00.748Z | Downloaded termcolor v1.2.0 |
852 | 2023-11-08T19:04:00.751Z | Downloaded socket2 v0.4.9 |
853 | 2023-11-08T19:04:00.756Z | Downloaded serde_repr v0.1.16 |
854 | 2023-11-08T19:04:00.765Z | Downloaded phf_shared v0.10.0 |
855 | 2023-11-08T19:04:00.782Z | Downloaded serde_spanned v0.6.4 |
856 | 2023-11-08T19:04:00.798Z | Downloaded siphasher v0.3.11 |
857 | 2023-11-08T19:04:00.814Z | Downloaded proc-macro-error v1.0.4 |
858 | 2023-11-08T19:04:00.825Z | Downloaded hash32 v0.2.1 |
859 | 2023-11-08T19:04:00.837Z | Downloaded curve25519-dalek-derive v0.1.0 |
860 | 2023-11-08T19:04:00.852Z | Downloaded subtle v2.5.0 |
861 | 2023-11-08T19:04:01.263Z | Downloaded subprocess v0.2.9 |
862 | 2023-11-08T19:04:01.266Z | Downloaded time-core v0.1.1 |
863 | 2023-11-08T19:04:01.269Z | Downloaded rayon-core v1.12.0 |
864 | 2023-11-08T19:04:01.272Z | Downloaded dyn-clone v1.0.13 |
865 | 2023-11-08T19:04:01.276Z | Downloaded ctr v0.9.2 |
866 | 2023-11-08T19:04:01.280Z | Downloaded usdt-attr-macro v0.3.5 |
867 | 2023-11-08T19:04:01.285Z | Downloaded parking_lot v0.11.2 |
868 | 2023-11-08T19:04:01.288Z | Downloaded textwrap v0.11.0 |
869 | 2023-11-08T19:04:01.291Z | Downloaded unicode-xid v0.2.4 |
870 | 2023-11-08T19:04:01.294Z | Downloaded thread-id v4.2.0 |
871 | 2023-11-08T19:04:01.297Z | Downloaded unicode-width v0.1.11 |
872 | 2023-11-08T19:04:01.301Z | Downloaded slab v0.4.9 |
873 | 2023-11-08T19:04:01.304Z | Downloaded endian-type v0.1.2 |
874 | 2023-11-08T19:04:01.311Z | Downloaded deranged v0.3.8 |
875 | 2023-11-08T19:04:01.314Z | Downloaded opaque-debug v0.3.0 |
876 | 2023-11-08T19:04:01.317Z | Downloaded openssl-macros v0.1.1 |
877 | 2023-11-08T19:04:01.320Z | Downloaded waitgroup v0.1.2 |
878 | 2023-11-08T19:04:01.323Z | Downloaded url v2.4.1 |
879 | 2023-11-08T19:04:01.326Z | Downloaded slog-bunyan v2.4.0 |
880 | 2023-11-08T19:04:01.329Z | Downloaded wait-timeout v0.2.0 |
881 | 2023-11-08T19:04:01.332Z | Downloaded zerocopy v0.3.0 |
882 | 2023-11-08T19:04:01.335Z | Downloaded predicates-tree v1.0.9 |
883 | 2023-11-08T19:04:01.339Z | Downloaded scopeguard v1.2.0 |
884 | 2023-11-08T19:04:01.343Z | Downloaded unicase v2.7.0 |
885 | 2023-11-08T19:04:01.347Z | Downloaded pkcs8 v0.10.2 |
886 | 2023-11-08T19:04:01.351Z | Downloaded darling_macro v0.14.4 |
887 | 2023-11-08T19:04:01.765Z | Downloaded ena v0.14.2 |
888 | 2023-11-08T19:04:01.771Z | Downloaded cstr-argument v0.1.2 |
889 | 2023-11-08T19:04:01.775Z | Downloaded phf_shared v0.11.2 |
890 | 2023-11-08T19:04:01.779Z | Downloaded usdt-impl v0.3.5 |
891 | 2023-11-08T19:04:01.782Z | Downloaded serde v1.0.188 |
892 | 2023-11-08T19:04:01.787Z | Downloaded fallible-iterator v0.2.0 |
893 | 2023-11-08T19:04:01.791Z | Downloaded enum-as-inner v0.5.1 |
894 | 2023-11-08T19:04:01.795Z | Downloaded password-hash v0.5.0 |
895 | 2023-11-08T19:04:01.802Z | Downloaded debug-ignore v1.0.5 |
896 | 2023-11-08T19:04:01.807Z | Downloaded pem-rfc7468 v0.7.0 |
897 | 2023-11-08T19:04:01.812Z | Downloaded serde_derive v1.0.188 |
898 | 2023-11-08T19:04:01.822Z | Downloaded time-macros v0.2.13 |
899 | 2023-11-08T19:04:01.844Z | Downloaded thiserror-impl-no-std v2.0.2 |
900 | 2023-11-08T19:04:01.860Z | Downloaded libxml v0.3.3 |
901 | 2023-11-08T19:04:01.876Z | Downloaded darling v0.20.3 |
902 | 2023-11-08T19:04:01.882Z | Downloaded env_logger v0.9.3 |
903 | 2023-11-08T19:04:01.889Z | Downloaded hashbrown v0.13.2 |
904 | 2023-11-08T19:04:01.894Z | Downloaded reedline v0.23.0 |
905 | 2023-11-08T19:04:01.899Z | Downloaded tokio-tungstenite v0.18.0 |
906 | 2023-11-08T19:04:01.906Z | Downloaded ucd-trie v0.1.6 |
907 | 2023-11-08T19:04:01.911Z | Downloaded bstr v1.6.0 |
908 | 2023-11-08T19:04:01.918Z | Downloaded derive_more v0.99.17 |
909 | 2023-11-08T19:04:01.924Z | Downloaded darling_core v0.20.3 |
910 | 2023-11-08T19:04:01.930Z | Downloaded elliptic-curve v0.13.5 |
911 | 2023-11-08T19:04:01.937Z | Downloaded hyper v0.14.27 |
912 | 2023-11-08T19:04:01.945Z | Downloaded bitvec v1.0.1 |
913 | 2023-11-08T19:04:01.955Z | Downloaded unicode-segmentation v1.10.1 |
914 | 2023-11-08T19:04:01.962Z | Downloaded x509-cert v0.2.4 |
915 | 2023-11-08T19:04:01.970Z | Downloaded hashbrown v0.12.3 |
916 | 2023-11-08T19:04:01.978Z | Downloaded bindgen v0.65.1 |
917 | 2023-11-08T19:04:01.987Z | Downloaded time v0.3.27 |
918 | 2023-11-08T19:04:01.993Z | Downloaded rayon v1.8.0 |
919 | 2023-11-08T19:04:02.000Z | Downloaded winnow v0.5.15 |
920 | 2023-11-08T19:04:02.008Z | Downloaded crossterm v0.27.0 |
921 | 2023-11-08T19:04:02.017Z | Downloaded unicode-normalization v0.1.22 |
922 | 2023-11-08T19:04:02.027Z | Downloaded smoltcp v0.9.1 |
923 | 2023-11-08T19:04:02.035Z | Downloaded reqwest v0.11.20 |
924 | 2023-11-08T19:04:02.045Z | Downloaded polar-core v0.27.0 |
925 | 2023-11-08T19:04:02.057Z | Downloaded ratatui v0.23.0 |
926 | 2023-11-08T19:04:02.067Z | Downloaded regex v1.10.2 |
927 | 2023-11-08T19:04:02.079Z | Downloaded object v0.30.4 |
928 | 2023-11-08T19:04:02.091Z | Downloaded webpki-roots v0.25.2 |
929 | 2023-11-08T19:04:02.107Z | Downloaded openssl v0.10.57 |
930 | 2023-11-08T19:04:02.122Z | Downloaded regex-syntax v0.6.29 |
931 | 2023-11-08T19:04:02.137Z | Downloaded diesel v2.1.3 |
932 | 2023-11-08T19:04:02.155Z | Downloaded object v0.32.1 |
933 | 2023-11-08T19:04:02.173Z | Downloaded openapiv3 v1.0.3 |
934 | 2023-11-08T19:04:02.191Z | Downloaded regex-syntax v0.8.2 |
935 | 2023-11-08T19:04:02.257Z | Downloaded regex-syntax v0.7.5 |
936 | 2023-11-08T19:04:02.269Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
937 | 2023-11-08T19:04:02.278Z | Downloaded rustix v0.38.9 |
938 | 2023-11-08T19:04:02.286Z | Downloaded libc v0.2.150 |
939 | 2023-11-08T19:04:02.301Z | Downloaded sled v0.34.7 |
940 | 2023-11-08T19:04:02.321Z | Downloaded regex-automata v0.4.3 |
941 | 2023-11-08T19:04:02.330Z | Downloaded sha3 v0.10.8 |
942 | 2023-11-08T19:04:02.337Z | Downloaded regex-automata v0.3.8 |
943 | 2023-11-08T19:04:02.348Z | Downloaded tokio v1.33.0 |
944 | 2023-11-08T19:04:02.357Z | Downloaded zerocopy-derive v0.6.4 |
945 | 2023-11-08T19:04:02.363Z | Downloaded zerocopy-derive v0.2.0 |
946 | 2023-11-08T19:04:02.374Z | Downloaded regress v0.7.1 |
947 | 2023-11-08T19:04:02.381Z | Downloaded rustls v0.21.8 |
948 | 2023-11-08T19:04:02.389Z | Downloaded curve25519-dalek v4.1.0 |
949 | 2023-11-08T19:04:02.399Z | Downloaded rustix v0.37.23 |
950 | 2023-11-08T19:04:02.405Z | Downloaded radix_trie v0.2.1 |
951 | 2023-11-08T19:04:02.426Z | Downloaded encoding_rs v0.8.33 |
952 | 2023-11-08T19:04:02.433Z | Downloaded gimli v0.28.0 |
953 | 2023-11-08T19:04:02.442Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2023-11-08T19:04:02.453Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
955 | 2023-11-08T19:04:02.461Z | Downloaded syn v1.0.109 |
956 | 2023-11-08T19:04:02.466Z | Downloaded idna v0.4.0 |
957 | 2023-11-08T19:04:02.471Z | Downloaded syn v2.0.32 |
958 | 2023-11-08T19:04:02.479Z | Downloaded bstr v0.2.17 |
959 | 2023-11-08T19:04:02.483Z | Downloaded git2 v0.17.2 |
960 | 2023-11-08T19:04:02.489Z | Downloaded futures-util v0.3.29 |
961 | 2023-11-08T19:04:02.494Z | Downloaded crossterm v0.26.1 |
962 | 2023-11-08T19:04:02.497Z | Downloaded hashbrown v0.14.2 |
963 | 2023-11-08T19:04:02.501Z | Downloaded petgraph v0.6.4 |
964 | 2023-11-08T19:04:02.506Z | Downloaded idna v0.2.3 |
965 | 2023-11-08T19:04:02.513Z | Downloaded vcpkg v0.2.15 |
966 | 2023-11-08T19:04:02.523Z | Downloaded libz-sys v1.1.12 |
967 | 2023-11-08T19:04:02.530Z | Downloaded smoltcp v0.8.2 |
968 | 2023-11-08T19:04:02.540Z | Downloaded tabled v0.14.0 |
969 | 2023-11-08T19:04:02.555Z | Downloaded proptest v1.3.1 |
970 | 2023-11-08T19:04:02.577Z | Downloaded h2 v0.3.21 |
971 | 2023-11-08T19:04:02.593Z | Downloaded lalrpop v0.19.12 |
972 | 2023-11-08T19:04:02.604Z | Downloaded tokio-util v0.7.10 |
973 | 2023-11-08T19:04:02.614Z | Downloaded serde_json v1.0.108 |
974 | 2023-11-08T19:04:02.624Z | Downloaded pest v2.7.2 |
975 | 2023-11-08T19:04:02.640Z | Downloaded libsqlite3-sys v0.26.0 |
976 | 2023-11-08T19:04:03.054Z | Downloaded quick-xml v0.23.1 |
977 | 2023-11-08T19:04:03.058Z | Downloaded clap v2.34.0 |
978 | 2023-11-08T19:04:03.064Z | Downloaded parking_lot v0.12.1 |
979 | 2023-11-08T19:04:03.068Z | Downloaded textwrap v0.16.0 |
980 | 2023-11-08T19:04:03.072Z | Downloaded crypto-bigint v0.5.2 |
981 | 2023-11-08T19:04:03.076Z | Downloaded portable-atomic v1.4.3 |
982 | 2023-11-08T19:04:03.083Z | Downloaded chrono v0.4.31 |
983 | 2023-11-08T19:04:03.087Z | Downloaded thiserror v1.0.49 |
984 | 2023-11-08T19:04:03.092Z | Downloaded signal-hook v0.3.17 |
985 | 2023-11-08T19:04:03.096Z | Downloaded aho-corasick v1.0.4 |
986 | 2023-11-08T19:04:03.101Z | Downloaded crypto-common v0.1.6 |
987 | 2023-11-08T19:04:03.105Z | Downloaded fallible-streaming-iterator v0.1.9 |
988 | 2023-11-08T19:04:03.110Z | Downloaded data-encoding v2.4.0 |
989 | 2023-11-08T19:04:03.114Z | Downloaded paste v1.0.14 |
990 | 2023-11-08T19:04:03.119Z | Downloaded ring v0.17.5 |
991 | 2023-11-08T19:04:03.126Z | Downloaded whoami v1.4.1 |
992 | 2023-11-08T19:04:03.137Z | Downloaded num_enum_derive v0.5.11 |
993 | 2023-11-08T19:04:03.141Z | Downloaded tinyvec v1.6.0 |
994 | 2023-11-08T19:04:03.145Z | Downloaded salty v0.2.0 |
995 | 2023-11-08T19:04:03.154Z | Downloaded serde_with v2.3.3 |
996 | 2023-11-08T19:04:03.157Z | Downloaded topological-sort v0.2.2 |
997 | 2023-11-08T19:04:03.573Z | Downloaded rustls-webpki v0.101.7 |
998 | 2023-11-08T19:04:03.577Z | Downloaded pin-project-lite v0.2.13 |
999 | 2023-11-08T19:04:03.580Z | Downloaded ring v0.16.20 |
1000 | 2023-11-08T19:04:03.587Z | Downloaded prettyplease v0.2.12 |
1001 | 2023-11-08T19:04:04.003Z | Downloaded structopt v0.3.26 |
1002 | 2023-11-08T19:04:04.017Z | Downloaded tiny-keccak v2.0.2 |
1003 | 2023-11-08T19:04:04.029Z | Downloaded hkdf v0.12.3 |
1004 | 2023-11-08T19:04:04.034Z | Downloaded headers v0.3.9 |
1005 | 2023-11-08T19:04:04.038Z | Downloaded tokio-rustls v0.24.1 |
1006 | 2023-11-08T19:04:04.043Z | Downloaded owo-colors v3.5.0 |
1007 | 2023-11-08T19:04:04.047Z | Downloaded futures-core v0.3.29 |
1008 | 2023-11-08T19:04:04.051Z | Downloaded tungstenite v0.18.0 |
1009 | 2023-11-08T19:04:04.055Z | Downloaded papergrid v0.10.0 |
1010 | 2023-11-08T19:04:04.061Z | Downloaded toml v0.7.8 |
1011 | 2023-11-08T19:04:04.064Z | Downloaded trust-dns-client v0.22.0 |
1012 | 2023-11-08T19:04:04.070Z | Downloaded darling v0.14.4 |
1013 | 2023-11-08T19:04:04.073Z | Downloaded spin v0.9.8 |
1014 | 2023-11-08T19:04:04.077Z | Downloaded regex-automata v0.1.10 |
1015 | 2023-11-08T19:04:04.080Z | Downloaded num-bigint-dig v0.8.4 |
1016 | 2023-11-08T19:04:04.083Z | Downloaded pkcs1 v0.7.5 |
1017 | 2023-11-08T19:04:04.088Z | Downloaded walkdir v2.4.0 |
1018 | 2023-11-08T19:04:04.094Z | Downloaded openssl-sys v0.9.93 |
1019 | 2023-11-08T19:04:04.111Z | Downloaded globset v0.4.13 |
1020 | 2023-11-08T19:04:04.125Z | Downloaded der v0.7.8 |
1021 | 2023-11-08T19:04:04.141Z | Downloaded pin-utils v0.1.0 |
1022 | 2023-11-08T19:04:04.152Z | Downloaded slog-envlogger v2.2.0 |
1023 | 2023-11-08T19:04:04.165Z | Downloaded toml_edit v0.19.15 |
1024 | 2023-11-08T19:04:04.177Z | Downloaded yasna v0.5.2 |
1025 | 2023-11-08T19:04:04.186Z | Downloaded rand_chacha v0.3.1 |
1026 | 2023-11-08T19:04:04.196Z | Downloaded pem v1.1.1 |
1027 | 2023-11-08T19:04:04.204Z | Downloaded snafu v0.7.5 |
1028 | 2023-11-08T19:04:04.214Z | Downloaded errno v0.3.2 |
1029 | 2023-11-08T19:04:04.224Z | Downloaded parse-display-derive v0.7.0 |
1030 | 2023-11-08T19:04:04.232Z | Downloaded rusqlite v0.29.0 |
1031 | 2023-11-08T19:04:04.242Z | Downloaded phf v0.11.2 |
1032 | 2023-11-08T19:04:04.249Z | Downloaded slog-dtrace v0.2.3 |
1033 | 2023-11-08T19:04:04.258Z | Downloaded parking_lot_core v0.9.8 |
1034 | 2023-11-08T19:04:04.265Z | Downloaded typenum v1.16.0 |
1035 | 2023-11-08T19:04:04.274Z | Downloaded erased-serde v0.3.30 |
1036 | 2023-11-08T19:04:04.322Z | Downloaded tokio-postgres v0.7.10 |
1037 | 2023-11-08T19:04:04.338Z | Downloaded fatfs v0.3.6 |
1038 | 2023-11-08T19:04:04.347Z | Downloaded toml_edit v0.21.0 |
1039 | 2023-11-08T19:04:04.366Z | Downloaded tough v0.14.0 |
1040 | 2023-11-08T19:04:04.372Z | Downloaded predicates-core v1.0.6 |
1041 | 2023-11-08T19:04:04.377Z | Downloaded fastrand v2.0.0 |
1042 | 2023-11-08T19:04:04.381Z | Downloaded glob v0.3.1 |
1043 | 2023-11-08T19:04:04.387Z | Downloaded oso v0.27.0 |
1044 | 2023-11-08T19:04:04.393Z | Downloaded funty v2.0.0 |
1045 | 2023-11-08T19:04:04.396Z | Downloaded xattr v1.0.1 |
1046 | 2023-11-08T19:04:04.400Z | Downloaded wyz v0.5.1 |
1047 | 2023-11-08T19:04:04.406Z | Downloaded vsss-rs v3.3.1 |
1048 | 2023-11-08T19:04:04.410Z | Downloaded semver-parser v0.10.2 |
1049 | 2023-11-08T19:04:04.416Z | Downloaded zeroize v1.6.0 |
1050 | 2023-11-08T19:04:04.419Z | Downloaded flate2 v1.0.28 |
1051 | 2023-11-08T19:04:04.421Z | Downloaded termtree v0.4.1 |
1052 | 2023-11-08T19:04:04.426Z | Downloaded olpc-cjson v0.1.3 |
1053 | 2023-11-08T19:04:04.429Z | Downloaded derive_builder_core v0.12.0 |
1054 | 2023-11-08T19:04:04.432Z | Downloaded rsa v0.9.2 |
1055 | 2023-11-08T19:04:04.437Z | Downloaded rand v0.8.5 |
1056 | 2023-11-08T19:04:04.440Z | Downloaded serde-big-array v0.5.1 |
1057 | 2023-11-08T19:04:04.443Z | Downloaded parse-display-derive v0.8.2 |
1058 | 2023-11-08T19:04:04.445Z | Downloaded rustfmt-wrapper v0.2.0 |
1059 | 2023-11-08T19:04:04.448Z | Downloaded rustc_version v0.1.7 |
1060 | 2023-11-08T19:04:04.451Z | Downloaded structmeta-derive v0.2.0 |
1061 | 2023-11-08T19:04:04.455Z | Downloaded postgres-types v0.2.6 |
1062 | 2023-11-08T19:04:04.459Z | Downloaded slog-json v2.6.1 |
1063 | 2023-11-08T19:04:04.461Z | Downloaded flume v0.11.0 |
1064 | 2023-11-08T19:04:04.464Z | Downloaded postgres-protocol v0.6.6 |
1065 | 2023-11-08T19:04:04.467Z | Downloaded proc-macro2 v1.0.67 |
1066 | 2023-11-08T19:04:04.471Z | Downloaded packed_struct_codegen v0.10.1 |
1067 | 2023-11-08T19:04:04.475Z | Downloaded aes v0.8.3 |
1068 | 2023-11-08T19:04:04.478Z | Downloaded dtrace-parser v0.1.14 |
1069 | 2023-11-08T19:04:04.481Z | Downloaded tui-tree-widget v0.13.0 |
1070 | 2023-11-08T19:04:04.485Z | Downloaded env_logger v0.10.0 |
1071 | 2023-11-08T19:04:04.488Z | Downloaded toml_edit v0.20.7 |
1072 | 2023-11-08T19:04:04.491Z | Downloaded ron v0.8.1 |
1073 | 2023-11-08T19:04:04.494Z | Downloaded proc-macro-error-attr v1.0.4 |
1074 | 2023-11-08T19:04:04.499Z | Downloaded serde_urlencoded v0.7.1 |
1075 | 2023-11-08T19:04:04.501Z | Downloaded percent-encoding v2.3.0 |
1076 | 2023-11-08T19:04:04.504Z | Downloaded pem v3.0.2 |
1077 | 2023-11-08T19:04:04.507Z | Downloaded semver v0.1.20 |
1078 | 2023-11-08T19:04:04.510Z | Downloaded hashlink v0.8.3 |
1079 | 2023-11-08T19:04:04.513Z | Downloaded zip v0.6.6 |
1080 | 2023-11-08T19:04:04.516Z | Downloaded darling_core v0.14.4 |
1081 | 2023-11-08T19:04:04.519Z | Downloaded nom v7.1.3 |
1082 | 2023-11-08T19:04:04.524Z | Downloaded trust-dns-resolver v0.22.0 |
1083 | 2023-11-08T19:04:04.527Z | Downloaded ryu v1.0.15 |
1084 | 2023-11-08T19:04:04.530Z | Downloaded pretty-hex v0.2.1 |
1085 | 2023-11-08T19:04:04.535Z | Downloaded crucible-workspace-hack v0.1.0 |
1086 | 2023-11-08T19:04:04.538Z | Downloaded rusty-fork v0.3.0 |
1087 | 2023-11-08T19:04:04.542Z | Downloaded rtoolbox v0.0.1 |
1088 | 2023-11-08T19:04:04.545Z | Downloaded crossbeam-channel v0.5.8 |
1089 | 2023-11-08T19:04:04.550Z | Downloaded const_format v0.2.31 |
1090 | 2023-11-08T19:04:04.553Z | Downloaded steno v0.4.0 |
1091 | 2023-11-08T19:04:04.556Z | Downloaded trust-dns-server v0.22.1 |
1092 | 2023-11-08T19:04:04.560Z | Downloaded num_enum v0.7.0 |
1093 | 2023-11-08T19:04:04.563Z | Downloaded num_enum v0.5.11 |
1094 | 2023-11-08T19:04:04.567Z | Downloaded tracing v0.1.37 |
1095 | 2023-11-08T19:04:04.570Z | Downloaded thread_local v1.1.7 |
1096 | 2023-11-08T19:04:04.574Z | Downloaded strum_macros v0.25.2 |
1097 | 2023-11-08T19:04:04.576Z | Downloaded structopt-derive v0.4.18 |
1098 | 2023-11-08T19:04:04.579Z | Downloaded serde_derive_internals v0.26.0 |
1099 | 2023-11-08T19:04:04.582Z | Downloaded snafu-derive v0.7.5 |
1100 | 2023-11-08T19:04:04.587Z | Downloaded zerocopy v0.6.4 |
1101 | 2023-11-08T19:04:04.594Z | Downloaded unsafe-libyaml v0.2.9 |
1102 | 2023-11-08T19:04:04.602Z | Downloaded ppv-lite86 v0.2.17 |
1103 | 2023-11-08T19:04:04.610Z | Downloaded futures v0.3.29 |
1104 | 2023-11-08T19:04:04.619Z | Downloaded half v1.8.2 |
1105 | 2023-11-08T19:04:04.632Z | Downloaded serde-big-array v0.4.1 |
1106 | 2023-11-08T19:04:05.043Z | Downloaded headers-core v0.2.0 |
1107 | 2023-11-08T19:04:05.046Z | Downloaded secrecy v0.8.0 |
1108 | 2023-11-08T19:04:05.049Z | Downloaded sct v0.7.0 |
1109 | 2023-11-08T19:04:05.056Z | Downloaded test-strategy v0.3.1 |
1110 | 2023-11-08T19:04:05.065Z | Downloaded peeking_take_while v0.1.2 |
1111 | 2023-11-08T19:04:05.075Z | Downloaded path-absolutize v3.1.0 |
1112 | 2023-11-08T19:04:05.082Z | Downloaded pest_generator v2.7.2 |
1113 | 2023-11-08T19:04:05.087Z | Downloaded futures-channel v0.3.29 |
1114 | 2023-11-08T19:04:05.095Z | Downloaded http v0.2.9 |
1115 | 2023-11-08T19:04:05.099Z | Downloaded minimal-lexical v0.2.1 |
1116 | 2023-11-08T19:04:05.104Z | Downloaded libm v0.2.7 |
1117 | 2023-11-08T19:04:05.108Z | Downloaded parse-display v0.8.2 |
1118 | 2023-11-08T19:04:05.118Z | Downloaded memchr v2.6.3 |
1119 | 2023-11-08T19:04:05.127Z | Downloaded nix v0.26.2 |
1120 | 2023-11-08T19:04:05.130Z | Downloaded strsim v0.8.0 |
1121 | 2023-11-08T19:04:05.136Z | Downloaded static_assertions v1.1.0 |
1122 | 2023-11-08T19:04:05.141Z | Downloaded getrandom v0.2.10 |
1123 | 2023-11-08T19:04:05.145Z | Downloaded poly1305 v0.8.0 |
1124 | 2023-11-08T19:04:05.149Z | Downloaded openssl-probe v0.1.5 |
1125 | 2023-11-08T19:04:05.154Z | Downloaded equivalent v1.0.1 |
1126 | 2023-11-08T19:04:05.157Z | Downloaded ff v0.13.0 |
1127 | 2023-11-08T19:04:05.160Z | Downloaded fd-lock v3.0.13 |
1128 | 2023-11-08T19:04:05.163Z | Downloaded ref-cast v1.0.20 |
1129 | 2023-11-08T19:04:05.166Z | Downloaded structmeta v0.2.0 |
1130 | 2023-11-08T19:04:05.169Z | Downloaded structmeta v0.1.6 |
1131 | 2023-11-08T19:04:05.172Z | Downloaded rustversion v1.0.14 |
1132 | 2023-11-08T19:04:05.175Z | Downloaded der_derive v0.7.2 |
1133 | 2023-11-08T19:04:05.178Z | Downloaded stable_deref_trait v1.2.0 |
1134 | 2023-11-08T19:04:05.181Z | Downloaded spki v0.7.2 |
1135 | 2023-11-08T19:04:05.185Z | Downloaded rpassword v7.2.0 |
1136 | 2023-11-08T19:04:05.188Z | Downloaded fixedbitset v0.4.2 |
1137 | 2023-11-08T19:04:05.191Z | Downloaded derive-where v1.2.5 |
1138 | 2023-11-08T19:04:05.195Z | Downloaded quote v1.0.33 |
1139 | 2023-11-08T19:04:05.198Z | Downloaded either v1.9.0 |
1140 | 2023-11-08T19:04:05.203Z | Downloaded proc-macro-crate v1.3.1 |
1141 | 2023-11-08T19:04:05.206Z | Downloaded rustc_version v0.4.0 |
1142 | 2023-11-08T19:04:05.209Z | Downloaded rustc-hash v1.1.0 |
1143 | 2023-11-08T19:04:05.213Z | Downloaded rand_xorshift v0.3.0 |
1144 | 2023-11-08T19:04:05.215Z | Downloaded rand_core v0.6.4 |
1145 | 2023-11-08T19:04:05.223Z | Downloaded tokio-native-tls v0.3.1 |
1146 | 2023-11-08T19:04:05.239Z | Downloaded group v0.13.0 |
1147 | 2023-11-08T19:04:05.250Z | Downloaded thiserror-no-std v2.0.2 |
1148 | 2023-11-08T19:04:05.261Z | Downloaded form_urlencoded v1.2.0 |
1149 | 2023-11-08T19:04:05.266Z | Downloaded tracing-attributes v0.1.26 |
1150 | 2023-11-08T19:04:05.269Z | Downloaded tokio-tungstenite v0.20.1 |
1151 | 2023-11-08T19:04:05.274Z | Downloaded tokio-macros v2.1.0 |
1152 | 2023-11-08T19:04:05.279Z | Downloaded itertools v0.11.0 |
1153 | 2023-11-08T19:04:05.283Z | Downloaded platforms v3.0.2 |
1154 | 2023-11-08T19:04:05.288Z | Downloaded indicatif v0.17.7 |
1155 | 2023-11-08T19:04:05.291Z | Downloaded futures-sink v0.3.29 |
1156 | 2023-11-08T19:04:05.294Z | Downloaded futures-executor v0.3.29 |
1157 | 2023-11-08T19:04:05.298Z | Downloaded postcard v0.7.3 |
1158 | 2023-11-08T19:04:05.304Z | Downloaded base64 v0.21.5 |
1159 | 2023-11-08T19:04:05.308Z | Downloaded diff v0.1.13 |
1160 | 2023-11-08T19:04:05.311Z | Downloaded diesel_derives v2.1.1 |
1161 | 2023-11-08T19:04:05.317Z | Downloaded float-cmp v0.9.0 |
1162 | 2023-11-08T19:04:05.321Z | Downloaded flagset v0.4.3 |
1163 | 2023-11-08T19:04:05.354Z | Downloaded getopts v0.2.21 |
1164 | 2023-11-08T19:04:05.358Z | Downloaded serde_with_macros v2.3.3 |
1165 | 2023-11-08T19:04:05.366Z | Downloaded vte v0.11.1 |
1166 | 2023-11-08T19:04:05.370Z | Downloaded uuid v1.5.0 |
1167 | 2023-11-08T19:04:05.373Z | Downloaded parking_lot_core v0.8.6 |
1168 | 2023-11-08T19:04:05.377Z | Downloaded once_cell v1.18.0 |
1169 | 2023-11-08T19:04:05.381Z | Downloaded omicron-zone-package v0.8.3 |
1170 | 2023-11-08T19:04:05.387Z | Downloaded radium v0.7.0 |
1171 | 2023-11-08T19:04:05.390Z | Downloaded r2d2 v0.8.10 |
1172 | 2023-11-08T19:04:05.393Z | Downloaded shell-words v1.1.0 |
1173 | 2023-11-08T19:04:05.399Z | Downloaded polyval v0.6.1 |
1174 | 2023-11-08T19:04:05.403Z | Downloaded foreign-types v0.5.0 |
1175 | 2023-11-08T19:04:05.411Z | Downloaded foreign-types v0.3.2 |
1176 | 2023-11-08T19:04:05.417Z | Downloaded term v0.7.0 |
1177 | 2023-11-08T19:04:05.422Z | Downloaded mio v0.8.8 |
1178 | 2023-11-08T19:04:05.430Z | Downloaded thiserror-impl v1.0.49 |
1179 | 2023-11-08T19:04:05.446Z | Downloaded itertools v0.10.5 |
1180 | 2023-11-08T19:04:05.451Z | Downloaded bytes v1.5.0 |
1181 | 2023-11-08T19:04:05.456Z | Downloaded crossbeam-queue v0.3.8 |
1182 | 2023-11-08T19:04:05.462Z | Downloaded zone v0.3.0 |
1183 | 2023-11-08T19:04:05.470Z | Downloaded derive_builder v0.12.0 |
1184 | 2023-11-08T19:04:05.476Z | Downloaded tar v0.4.40 |
1185 | 2023-11-08T19:04:05.479Z | Downloaded smallvec v0.6.14 |
1186 | 2023-11-08T19:04:05.482Z | Downloaded slog-term v2.9.0 |
1187 | 2023-11-08T19:04:05.487Z | Downloaded unarray v0.1.4 |
1188 | 2023-11-08T19:04:05.493Z | Downloaded filetime v0.2.22 |
1189 | 2023-11-08T19:04:05.497Z | Downloaded futures-macro v0.3.29 |
1190 | 2023-11-08T19:04:05.501Z | Downloaded backtrace v0.3.69 |
1191 | 2023-11-08T19:04:05.504Z | Downloaded arc-swap v1.6.0 |
1192 | 2023-11-08T19:04:05.509Z | Downloaded socket2 v0.5.4 |
1193 | 2023-11-08T19:04:05.514Z | Downloaded slog v2.7.0 |
1194 | 2023-11-08T19:04:05.518Z | Downloaded signal-hook-registry v1.4.1 |
1195 | 2023-11-08T19:04:05.522Z | Downloaded schemars v0.8.13 |
1196 | 2023-11-08T19:04:05.525Z | Downloaded unicode-bidi v0.3.13 |
1197 | 2023-11-08T19:04:05.529Z | Downloaded unicode-ident v1.0.12 |
1198 | 2023-11-08T19:04:05.532Z | Downloaded num-traits v0.2.16 |
1199 | 2023-11-08T19:04:05.542Z | Downloaded crc-any v2.4.3 |
1200 | 2023-11-08T19:04:05.547Z | Downloaded ron v0.7.1 |
1201 | 2023-11-08T19:04:05.550Z | Downloaded utf8parse v0.2.1 |
1202 | 2023-11-08T19:04:05.553Z | Downloaded utf-8 v0.7.6 |
1203 | 2023-11-08T19:04:05.557Z | Downloaded ref-cast-impl v1.0.20 |
1204 | 2023-11-08T19:04:05.561Z | Downloaded darling_macro v0.20.3 |
1205 | 2023-11-08T19:04:05.565Z | Downloaded zone_cfg_derive v0.3.0 |
1206 | 2023-11-08T19:04:05.568Z | Downloaded allocator-api2 v0.2.16 |
1207 | 2023-11-08T19:04:05.571Z | Downloaded tempfile v3.8.0 |
1208 | 2023-11-08T19:04:05.574Z | Downloaded strip-ansi-escapes v0.2.0 |
1209 | 2023-11-08T19:04:05.578Z | Downloaded smawk v0.3.1 |
1210 | 2023-11-08T19:04:05.581Z | Downloaded clap v4.4.3 |
1211 | 2023-11-08T19:04:05.585Z | Downloaded clang-sys v1.6.1 |
1212 | 2023-11-08T19:04:05.588Z | Downloaded slog-scope v4.4.0 |
1213 | 2023-11-08T19:04:05.591Z | Downloaded semver v1.0.20 |
1214 | 2023-11-08T19:04:05.595Z | Downloaded dirs-next v2.0.0 |
1215 | 2023-11-08T19:04:05.598Z | Downloaded digest v0.10.7 |
1216 | 2023-11-08T19:04:05.601Z | Downloaded difflib v0.4.0 |
1217 | 2023-11-08T19:04:05.612Z | Downloaded backoff v0.4.0 |
1218 | 2023-11-08T19:04:05.615Z | Downloaded sha2 v0.10.8 |
1219 | 2023-11-08T19:04:05.618Z | Downloaded serde-hex v0.1.0 |
1220 | 2023-11-08T19:04:05.621Z | Downloaded crossbeam-epoch v0.9.15 |
1221 | 2023-11-08T19:04:05.624Z | Downloaded base64 v0.13.1 |
1222 | 2023-11-08T19:04:05.626Z | Downloaded ascii v1.1.0 |
1223 | 2023-11-08T19:04:05.630Z | Downloaded doc-comment v0.3.3 |
1224 | 2023-11-08T19:04:05.633Z | Downloaded display-error-chain v0.2.0 |
1225 | 2023-11-08T19:04:05.636Z | Downloaded lock_api v0.4.10 |
1226 | 2023-11-08T19:04:05.639Z | Downloaded rustc-demangle v0.1.23 |
1227 | 2023-11-08T19:04:05.642Z | Downloaded resolv-conf v0.7.0 |
1228 | 2023-11-08T19:04:05.649Z | Downloaded blake2 v0.10.6 |
1229 | 2023-11-08T19:04:05.656Z | Downloaded lalrpop-util v0.19.12 |
1230 | 2023-11-08T19:04:05.662Z | Downloaded toml_datetime v0.6.5 |
1231 | 2023-11-08T19:04:05.665Z | Downloaded anyhow v1.0.75 |
1232 | 2023-11-08T19:04:05.669Z | Downloaded const-oid v0.9.5 |
1233 | 2023-11-08T19:04:05.672Z | Downloaded indoc v1.0.9 |
1234 | 2023-11-08T19:04:05.675Z | Downloaded termios v0.3.3 |
1235 | 2023-11-08T19:04:05.679Z | Downloaded terminal_size v0.2.6 |
1236 | 2023-11-08T19:04:05.682Z | Downloaded tap v1.0.1 |
1237 | 2023-11-08T19:04:05.686Z | Downloaded tabled_derive v0.6.0 |
1238 | 2023-11-08T19:04:05.693Z | Downloaded synstructure v0.12.6 |
1239 | 2023-11-08T19:04:05.697Z | Downloaded strum_macros v0.24.3 |
1240 | 2023-11-08T19:04:05.702Z | Downloaded stringprep v0.1.3 |
1241 | 2023-11-08T19:04:05.705Z | Downloaded string_cache v0.8.7 |
1242 | 2023-11-08T19:04:05.708Z | Downloaded impl-trait-for-tuples v0.2.2 |
1243 | 2023-11-08T19:04:05.711Z | Downloaded hyper-rustls v0.24.2 |
1244 | 2023-11-08T19:04:05.714Z | Downloaded httparse v1.8.0 |
1245 | 2023-11-08T19:04:05.717Z | Downloaded spin v0.5.2 |
1246 | 2023-11-08T19:04:05.721Z | Downloaded slog-stdlog v4.1.1 |
1247 | 2023-11-08T19:04:05.725Z | Downloaded log v0.4.20 |
1248 | 2023-11-08T19:04:05.728Z | Downloaded ipnet v2.8.0 |
1249 | 2023-11-08T19:04:05.730Z | Downloaded console v0.15.7 |
1250 | 2023-11-08T19:04:05.734Z | Downloaded nanorand v0.7.0 |
1251 | 2023-11-08T19:04:05.736Z | Downloaded multer v2.1.0 |
1252 | 2023-11-08T19:04:05.739Z | Downloaded ipnetwork v0.20.0 |
1253 | 2023-11-08T19:04:05.743Z | Downloaded hyper-staticfile v0.9.5 |
1254 | 2023-11-08T19:04:05.747Z | Downloaded byteorder v1.5.0 |
1255 | 2023-11-08T19:04:05.750Z | Downloaded bincode v1.3.3 |
1256 | 2023-11-08T19:04:05.753Z | Downloaded smf v0.2.2 |
1257 | 2023-11-08T19:04:05.756Z | Downloaded slog-async v2.8.0 |
1258 | 2023-11-08T19:04:05.759Z | Downloaded signal-hook-mio v0.2.3 |
1259 | 2023-11-08T19:04:05.762Z | Downloaded sha1 v0.10.5 |
1260 | 2023-11-08T19:04:05.767Z | Downloaded serde_tokenstream v0.2.0 |
1261 | 2023-11-08T19:04:05.772Z | Downloaded serde_tokenstream v0.1.7 |
1262 | 2023-11-08T19:04:05.775Z | Downloaded serde_plain v1.0.2 |
1263 | 2023-11-08T19:04:05.778Z | Downloaded semver v0.11.0 |
1264 | 2023-11-08T19:04:05.781Z | Downloaded schemars_derive v0.8.13 |
1265 | 2023-11-08T19:04:05.784Z | Downloaded match_cfg v0.1.0 |
1266 | 2023-11-08T19:04:05.787Z | Downloaded maplit v1.0.2 |
1267 | 2023-11-08T19:04:05.791Z | Downloaded humantime v2.1.0 |
1268 | 2023-11-08T19:04:05.794Z | Downloaded tower-service v0.3.2 |
1269 | 2023-11-08T19:04:05.798Z | Downloaded bzip2 v0.4.4 |
1270 | 2023-11-08T19:04:05.801Z | Downloaded rustls-pemfile v1.0.3 |
1271 | 2023-11-08T19:04:05.805Z | Downloaded rustls-native-certs v0.6.3 |
1272 | 2023-11-08T19:04:05.808Z | Downloaded const_format_proc_macros v0.2.31 |
1273 | 2023-11-08T19:04:05.810Z | Downloaded http-body v0.4.5 |
1274 | 2023-11-08T19:04:05.813Z | Downloaded heck v0.4.1 |
1275 | 2023-11-08T19:04:05.816Z | Downloaded vte_generate_state_changes v0.1.1 |
1276 | 2023-11-08T19:04:05.820Z | Downloaded bcs v0.1.6 |
1277 | 2023-11-08T19:04:05.823Z | Downloaded swrite v0.1.0 |
1278 | 2023-11-08T19:04:05.827Z | Downloaded hostname v0.3.1 |
1279 | 2023-11-08T19:04:05.831Z | Downloaded home v0.5.5 |
1280 | 2023-11-08T19:04:05.834Z | Downloaded argon2 v0.5.2 |
1281 | 2023-11-08T19:04:05.837Z | Downloaded ringbuffer v0.15.0 |
1282 | 2023-11-08T19:04:05.841Z | Downloaded maybe-uninit v2.0.0 |
1283 | 2023-11-08T19:04:05.844Z | Downloaded lru-cache v0.1.2 |
1284 | 2023-11-08T19:04:05.848Z | Downloaded libefi-sys v0.1.0 |
1285 | 2023-11-08T19:04:05.851Z | Downloaded heck v0.3.3 |
1286 | 2023-11-08T19:04:05.854Z | Downloaded take_mut v0.2.2 |
1287 | 2023-11-08T19:04:05.858Z | Downloaded strum v0.25.0 |
1288 | 2023-11-08T19:04:05.861Z | Downloaded memoffset v0.7.1 |
1289 | 2023-11-08T19:04:05.864Z | Downloaded crc-catalog v2.2.0 |
1290 | 2023-11-08T19:04:05.868Z | Downloaded hyper-tls v0.5.0 |
1291 | 2023-11-08T19:04:05.871Z | Downloaded hubpack v0.1.2 |
1292 | 2023-11-08T19:04:05.873Z | Downloaded anstyle v1.0.2 |
1293 | 2023-11-08T19:04:05.877Z | Downloaded signal-hook-tokio v0.3.1 |
1294 | 2023-11-08T19:04:05.881Z | Downloaded cargo_metadata v0.18.0 |
1295 | 2023-11-08T19:04:05.885Z | Downloaded bitflags v2.4.0 |
1296 | 2023-11-08T19:04:05.888Z | Downloaded bb8 v0.8.1 |
1297 | 2023-11-08T19:04:05.892Z | Downloaded ascii-canvas v3.0.0 |
1298 | 2023-11-08T19:04:05.899Z | Downloaded async-recursion v1.0.5 |
1299 | 2023-11-08T19:04:05.904Z | Downloaded convert_case v0.4.0 |
1300 | 2023-11-08T19:04:05.910Z | Downloaded clap_lex v0.5.1 |
1301 | 2023-11-08T19:04:05.914Z | Downloaded autocfg v1.1.0 |
1302 | 2023-11-08T19:04:05.919Z | Downloaded anstyle-parse v0.2.1 |
1303 | 2023-11-08T19:04:05.926Z | Downloaded clap_derive v4.4.2 |
1304 | 2023-11-08T19:04:05.932Z | Downloaded is_ci v1.1.1 |
1305 | 2023-11-08T19:04:05.936Z | Downloaded crossbeam v0.8.2 |
1306 | 2023-11-08T19:04:05.943Z | Downloaded base16ct v0.2.0 |
1307 | 2023-11-08T19:04:05.949Z | Downloaded anstream v0.5.0 |
1308 | 2023-11-08T19:04:05.953Z | Downloaded serde_arrays v0.1.0 |
1309 | 2023-11-08T19:04:05.959Z | Downloaded instant v0.1.12 |
1310 | 2023-11-08T19:04:05.964Z | Downloaded http-range v0.1.5 |
1311 | 2023-11-08T19:04:05.968Z | Downloaded bitflags v1.3.2 |
1312 | 2023-11-08T19:04:05.972Z | Downloaded bitfield v0.14.0 |
1313 | 2023-11-08T19:04:05.977Z | Downloaded native-tls v0.2.11 |
1314 | 2023-11-08T19:04:05.984Z | Downloaded aes-gcm-siv v0.11.1 |
1315 | 2023-11-08T19:04:05.989Z | Downloaded managed v0.8.0 |
1316 | 2023-11-08T19:04:05.996Z | Downloaded libloading v0.7.4 |
1317 | 2023-11-08T19:04:06.012Z | Downloaded clap_builder v4.4.2 |
1318 | 2023-11-08T19:04:06.019Z | Downloaded chacha20poly1305 v0.10.1 |
1319 | 2023-11-08T19:04:06.030Z | Downloaded cc v1.0.83 |
1320 | 2023-11-08T19:04:06.036Z | Downloaded bitstruct v0.1.1 |
1321 | 2023-11-08T19:04:06.039Z | Downloaded bit-set v0.5.3 |
1322 | 2023-11-08T19:04:06.044Z | Downloaded nodrop v0.1.14 |
1323 | 2023-11-08T19:04:06.047Z | Downloaded mockall v0.11.4 |
1324 | 2023-11-08T19:04:06.050Z | Downloaded mime_guess v2.0.4 |
1325 | 2023-11-08T19:04:06.054Z | Downloaded ident_case v1.0.1 |
1326 | 2023-11-08T19:04:06.060Z | Downloaded hubpack_derive v0.1.1 |
1327 | 2023-11-08T19:04:06.083Z | Downloaded colorchoice v1.0.0 |
1328 | 2023-11-08T19:04:06.103Z | Downloaded httpdate v1.0.3 |
1329 | 2023-11-08T19:04:06.115Z | Downloaded async-stream-impl v0.3.5 |
1330 | 2023-11-08T19:04:06.121Z | Downloaded async-stream v0.3.5 |
1331 | 2023-11-08T19:04:06.125Z | Downloaded num-bigint v0.4.4 |
1332 | 2023-11-08T19:04:06.131Z | Downloaded memoffset v0.9.0 |
1333 | 2023-11-08T19:04:06.153Z | Downloaded atomic-waker v1.1.1 |
1334 | 2023-11-08T19:04:06.159Z | Downloaded atomicwrites v0.4.2 |
1335 | 2023-11-08T19:04:06.174Z | Downloaded atty v0.2.14 |
1336 | 2023-11-08T19:04:06.182Z | Downloaded assert_matches v1.5.0 |
1337 | 2023-11-08T19:04:06.188Z | Downloaded macaddr v1.0.1 |
1338 | 2023-11-08T19:04:06.197Z | Downloaded linear-map v1.2.0 |
1339 | 2023-11-08T19:04:06.205Z | Downloaded cipher v0.4.4 |
1340 | 2023-11-08T19:04:06.211Z | Downloaded ansi_term v0.12.1 |
1341 | 2023-11-08T19:04:06.217Z | Downloaded adler v1.0.2 |
1342 | 2023-11-08T19:04:06.224Z | Downloaded num_cpus v1.16.0 |
1343 | 2023-11-08T19:04:06.230Z | Downloaded keccak v0.1.4 |
1344 | 2023-11-08T19:04:06.237Z | Downloaded indexmap v2.1.0 |
1345 | 2023-11-08T19:04:06.244Z | Downloaded corncobs v0.1.3 |
1346 | 2023-11-08T19:04:06.251Z | Downloaded colored v2.0.4 |
1347 | 2023-11-08T19:04:06.258Z | Downloaded num-rational v0.4.1 |
1348 | 2023-11-08T19:04:06.265Z | Downloaded num-iter v0.1.43 |
1349 | 2023-11-08T19:04:06.275Z | Downloaded num-derive v0.4.0 |
1350 | 2023-11-08T19:04:06.289Z | Downloaded num-complex v0.4.4 |
1351 | 2023-11-08T19:04:06.301Z | Downloaded num v0.4.1 |
1352 | 2023-11-08T19:04:06.307Z | Downloaded newtype_derive v0.1.6 |
1353 | 2023-11-08T19:04:06.316Z | Downloaded mockall_derive v0.11.4 |
1354 | 2023-11-08T19:04:06.321Z | Downloaded linked-hash-map v0.5.6 |
1355 | 2023-11-08T19:04:06.331Z | Downloaded crc v3.0.1 |
1356 | 2023-11-08T19:04:06.349Z | Downloaded cfg-if v1.0.0 |
1357 | 2023-11-08T19:04:06.396Z | Downloaded cassowary v0.3.0 |
1358 | 2023-11-08T19:04:06.405Z | Downloaded block-padding v0.3.3 |
1359 | 2023-11-08T19:04:06.414Z | Downloaded ciborium-ll v0.2.1 |
1360 | 2023-11-08T19:04:06.420Z | Downloaded ciborium v0.2.1 |
1361 | 2023-11-08T19:04:06.432Z | Downloaded cookie v0.16.2 |
1362 | 2023-11-08T19:04:06.435Z | Downloaded chacha20 v0.9.1 |
1363 | 2023-11-08T19:04:06.439Z | Downloaded cfg-if v0.1.10 |
1364 | 2023-11-08T19:04:06.442Z | Downloaded cancel-safe-futures v0.1.5 |
1365 | 2023-11-08T19:04:06.445Z | Downloaded bit_field v0.10.2 |
1366 | 2023-11-08T19:04:06.452Z | Downloaded cexpr v0.6.0 |
1367 | 2023-11-08T19:04:06.455Z | Downloaded cargo_toml v0.17.0 |
1368 | 2023-11-08T19:04:06.464Z | Downloaded buf-list v1.0.3 |
1369 | 2023-11-08T19:04:06.467Z | Downloaded bytecount v0.6.3 |
1370 | 2023-11-08T19:04:06.473Z | Downloaded jobserver v0.1.26 |
1371 | 2023-11-08T19:04:06.476Z | Downloaded is-terminal v0.4.9 |
1372 | 2023-11-08T19:04:06.479Z | Downloaded cargo-platform v0.1.3 |
1373 | 2023-11-08T19:04:06.482Z | Downloaded camino v1.1.6 |
1374 | 2023-11-08T19:04:06.485Z | Downloaded bytesize v1.3.0 |
1375 | 2023-11-08T19:04:06.488Z | Downloaded addr2line v0.21.0 |
1376 | 2023-11-08T19:04:06.491Z | Downloaded indoc v2.0.3 |
1377 | 2023-11-08T19:04:06.495Z | Compiling proc-macro2 v1.0.67 |
1378 | 2023-11-08T19:04:06.498Z | Compiling unicode-ident v1.0.12 |
1379 | 2023-11-08T19:04:06.501Z | Compiling libc v0.2.150 |
1380 | 2023-11-08T19:04:06.504Z | Compiling serde v1.0.188 |
1381 | 2023-11-08T19:04:06.507Z | Compiling autocfg v1.1.0 |
1382 | 2023-11-08T19:04:06.511Z | Compiling version_check v0.9.4 |
1383 | 2023-11-08T19:04:06.925Z | Compiling cfg-if v1.0.0 |
1384 | 2023-11-08T19:04:06.936Z | Compiling syn v1.0.109 |
1385 | 2023-11-08T19:04:06.946Z | Compiling once_cell v1.18.0 |
1386 | 2023-11-08T19:04:06.959Z | Compiling libm v0.2.7 |
1387 | 2023-11-08T19:04:06.970Z | Compiling parking_lot_core v0.9.8 |
1388 | 2023-11-08T19:04:06.980Z | Compiling ahash v0.8.3 |
1389 | 2023-11-08T19:04:06.993Z | Compiling lock_api v0.4.10 |
1390 | 2023-11-08T19:04:07.009Z | Compiling num-traits v0.2.16 |
1391 | 2023-11-08T19:04:07.018Z | Compiling thiserror v1.0.49 |
1392 | 2023-11-08T19:04:07.030Z | Compiling typenum v1.16.0 |
1393 | 2023-11-08T19:04:07.039Z | Compiling futures-core v0.3.29 |
1394 | 2023-11-08T19:04:07.047Z | Compiling generic-array v0.14.7 |
1395 | 2023-11-08T19:04:07.060Z | Compiling scopeguard v1.2.0 |
1396 | 2023-11-08T19:04:07.076Z | Compiling memchr v2.6.3 |
1397 | 2023-11-08T19:04:07.092Z | Compiling itoa v1.0.9 |
1398 | 2023-11-08T19:04:07.109Z | Compiling pkg-config v0.3.27 |
1399 | 2023-11-08T19:04:07.122Z | Compiling quote v1.0.33 |
1400 | 2023-11-08T19:04:07.422Z | Compiling jobserver v0.1.26 |
1401 | 2023-11-08T19:04:07.731Z | Compiling syn v2.0.32 |
1402 | 2023-11-08T19:04:07.841Z | Compiling getrandom v0.2.10 |
1403 | 2023-11-08T19:04:07.958Z | Compiling cc v1.0.83 |
1404 | 2023-11-08T19:04:08.496Z | Compiling slab v0.4.9 |
1405 | 2023-11-08T19:04:08.563Z | Compiling futures-task v0.3.29 |
1406 | 2023-11-08T19:04:09.039Z | Compiling futures-channel v0.3.29 |
1407 | 2023-11-08T19:04:09.062Z | Compiling futures-util v0.3.29 |
1408 | 2023-11-08T19:04:09.643Z | Compiling log v0.4.20 |
1409 | 2023-11-08T19:04:10.069Z | Compiling ryu v1.0.15 |
1410 | 2023-11-08T19:04:10.187Z | Compiling serde_json v1.0.108 |
1411 | 2023-11-08T19:04:10.262Z | Compiling pin-project-lite v0.2.13 |
1412 | 2023-11-08T19:04:10.523Z | Compiling schemars v0.8.13 |
1413 | 2023-11-08T19:04:10.549Z | Compiling vcpkg v0.2.15 |
1414 | 2023-11-08T19:04:10.641Z | Compiling smallvec v1.11.0 |
1415 | 2023-11-08T19:04:10.712Z | Compiling heck v0.4.1 |
1416 | 2023-11-08T19:04:12.485Z | Compiling parking_lot v0.12.1 |
1417 | 2023-11-08T19:04:12.548Z | Compiling ring v0.17.5 |
1418 | 2023-11-08T19:04:13.387Z | Compiling openssl-sys v0.9.93 |
1419 | 2023-11-08T19:04:15.237Z | Compiling ring v0.16.20 |
1420 | 2023-11-08T19:04:15.319Z | Compiling rand_core v0.6.4 |
1421 | 2023-11-08T19:04:16.067Z | Compiling indexmap v1.9.3 |
1422 | 2023-11-08T19:04:16.252Z | Compiling byteorder v1.5.0 |
1423 | 2023-11-08T19:04:16.304Z | Compiling allocator-api2 v0.2.16 |
1424 | 2023-11-08T19:04:16.501Z | Compiling httparse v1.8.0 |
1425 | 2023-11-08T19:04:16.809Z | Compiling equivalent v1.0.1 |
1426 | 2023-11-08T19:04:16.985Z | Compiling mio v0.8.8 |
1427 | 2023-11-08T19:04:17.098Z | Compiling socket2 v0.5.4 |
1428 | 2023-11-08T19:04:17.125Z | Compiling signal-hook-registry v1.4.1 |
1429 | 2023-11-08T19:04:17.539Z | Compiling hashbrown v0.14.2 |
1430 | 2023-11-08T19:04:18.145Z | Compiling num_cpus v1.16.0 |
1431 | 2023-11-08T19:04:18.701Z | Compiling spin v0.5.2 |
1432 | 2023-11-08T19:04:19.670Z | Compiling serde_derive_internals v0.26.0 |
1433 | 2023-11-08T19:04:20.156Z | Compiling openssl v0.10.57 |
1434 | 2023-11-08T19:04:20.196Z | Compiling semver v1.0.20 |
1435 | 2023-11-08T19:04:20.305Z | Compiling fnv v1.0.7 |
1436 | 2023-11-08T19:04:20.868Z | Compiling iana-time-zone v0.1.57 |
1437 | 2023-11-08T19:04:20.900Z | Compiling rustls v0.21.8 |
1438 | 2023-11-08T19:04:21.305Z | Compiling ucd-trie v0.1.6 |
1439 | 2023-11-08T19:04:21.400Z | Compiling crossbeam-utils v0.8.16 |
1440 | 2023-11-08T19:04:21.492Z | Compiling native-tls v0.2.11 |
1441 | 2023-11-08T19:04:21.826Z | Compiling unicode-xid v0.2.4 |
1442 | 2023-11-08T19:04:22.055Z | Compiling synstructure v0.12.6 |
1443 | 2023-11-08T19:04:23.247Z | Compiling futures-sink v0.3.29 |
1444 | 2023-11-08T19:04:23.457Z | Compiling io-lifetimes v1.0.11 |
1445 | 2023-11-08T19:04:23.742Z | Compiling backtrace v0.3.69 |
1446 | 2023-11-08T19:04:24.269Z | Compiling dyn-clone v1.0.13 |
1447 | 2023-11-08T19:04:24.293Z | Compiling tinyvec_macros v0.1.1 |
1448 | 2023-11-08T19:04:24.427Z | Compiling tinyvec v1.6.0 |
1449 | 2023-11-08T19:04:24.932Z | Compiling tracing-core v0.1.31 |
1450 | 2023-11-08T19:04:24.970Z | Compiling num-integer v0.1.45 |
1451 | 2023-11-08T19:04:24.996Z | Compiling memoffset v0.9.0 |
1452 | 2023-11-08T19:04:25.194Z | Compiling futures-io v0.3.29 |
1453 | 2023-11-08T19:04:25.415Z | Compiling pin-utils v0.1.0 |
1454 | 2023-11-08T19:04:25.440Z | Compiling subtle v2.5.0 |
1455 | 2023-11-08T19:04:25.466Z | Compiling rustix v0.37.23 |
1456 | 2023-11-08T19:04:25.677Z | Compiling rustix v0.38.9 |
1457 | 2023-11-08T19:04:25.724Z | Compiling winnow v0.5.15 |
1458 | 2023-11-08T19:04:26.295Z | Compiling spin v0.9.8 |
1459 | 2023-11-08T19:04:26.317Z | Compiling hashbrown v0.13.2 |
1460 | 2023-11-08T19:04:26.869Z | Compiling unicode-normalization v0.1.22 |
1461 | 2023-11-08T19:04:26.963Z | Compiling usdt-impl v0.3.5 |
1462 | 2023-11-08T19:04:27.460Z | Compiling slog v2.7.0 |
1463 | 2023-11-08T19:04:28.150Z | Compiling bitflags v1.3.2 |
1464 | 2023-11-08T19:04:28.260Z | Compiling crc32fast v1.3.2 |
1465 | 2023-11-08T19:04:28.288Z | Compiling unicode-bidi v0.3.13 |
1466 | 2023-11-08T19:04:28.679Z | Compiling const-oid v0.9.5 |
1467 | 2023-11-08T19:04:28.972Z | Compiling anyhow v1.0.75 |
1468 | 2023-11-08T19:04:29.339Z | Compiling time-core v0.1.1 |
1469 | 2023-11-08T19:04:29.587Z | Compiling time-macros v0.2.13 |
1470 | 2023-11-08T19:04:29.621Z | Compiling serde_derive v1.0.188 |
1471 | 2023-11-08T19:04:29.670Z | Compiling zeroize_derive v1.4.2 |
1472 | 2023-11-08T19:04:29.674Z | Compiling thiserror-impl v1.0.49 |
1473 | 2023-11-08T19:04:30.418Z | Compiling tokio-macros v2.1.0 |
1474 | 2023-11-08T19:04:31.643Z | Compiling futures-macro v0.3.29 |
1475 | 2023-11-08T19:04:32.192Z | Compiling tracing-attributes v0.1.26 |
1476 | 2023-11-08T19:04:32.290Z | Compiling schemars_derive v0.8.13 |
1477 | 2023-11-08T19:04:32.473Z | Compiling zeroize v1.6.0 |
1478 | 2023-11-08T19:04:34.518Z | Compiling openssl-macros v0.1.1 |
1479 | 2023-11-08T19:04:34.610Z | Compiling pest v2.7.2 |
1480 | 2023-11-08T19:04:34.751Z | Compiling zerocopy-derive v0.2.0 |
1481 | 2023-11-08T19:04:35.504Z | Compiling crypto-common v0.1.6 |
1482 | 2023-11-08T19:04:35.597Z | Compiling block-buffer v0.10.4 |
1483 | 2023-11-08T19:04:35.971Z | Compiling digest v0.10.7 |
1484 | 2023-11-08T19:04:37.108Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1485 | 2023-11-08T19:04:37.422Z | Compiling aho-corasick v1.0.4 |
1486 | 2023-11-08T19:04:37.508Z | Compiling tracing v0.1.37 |
1487 | 2023-11-08T19:04:38.331Z | Compiling crossbeam-epoch v0.9.15 |
1488 | 2023-11-08T19:04:38.853Z | Compiling pest_meta v2.7.2 |
1489 | 2023-11-08T19:04:39.407Z | Compiling ppv-lite86 v0.2.17 |
1490 | 2023-11-08T19:04:39.725Z | Compiling async-trait v0.1.74 |
1491 | 2023-11-08T19:04:40.564Z | Compiling rustversion v1.0.14 |
1492 | 2023-11-08T19:04:40.610Z | Compiling regex-syntax v0.8.2 |
1493 | 2023-11-08T19:04:41.463Z | Compiling pest_generator v2.7.2 |
1494 | 2023-11-08T19:04:44.219Z | Compiling rand_chacha v0.3.1 |
1495 | 2023-11-08T19:04:44.427Z | Compiling zerocopy v0.3.0 |
1496 | 2023-11-08T19:04:45.425Z | Compiling pest_derive v2.7.2 |
1497 | 2023-11-08T19:04:45.690Z | Compiling zerocopy-derive v0.6.4 |
1498 | 2023-11-08T19:04:45.799Z | Compiling base64 v0.21.5 |
1499 | 2023-11-08T19:04:46.855Z | Compiling regex-automata v0.4.3 |
1500 | 2023-11-08T19:04:47.866Z | Compiling strsim v0.10.0 |
1501 | 2023-11-08T19:04:48.694Z | Compiling dtrace-parser v0.1.14 |
1502 | 2023-11-08T19:04:48.924Z | Compiling dof v0.1.5 |
1503 | 2023-11-08T19:04:50.210Z | Compiling rand v0.8.5 |
1504 | 2023-11-08T19:04:51.728Z | Compiling bytes v1.5.0 |
1505 | 2023-11-08T19:04:52.308Z | Compiling indexmap v2.1.0 |
1506 | 2023-11-08T19:04:53.362Z | Compiling uuid v1.5.0 |
1507 | 2023-11-08T19:04:53.666Z | Compiling chrono v0.4.31 |
1508 | 2023-11-08T19:04:54.110Z | Compiling tokio v1.33.0 |
1509 | 2023-11-08T19:04:56.688Z | Compiling bitflags v2.4.0 |
1510 | 2023-11-08T19:04:56.715Z | Compiling serde_spanned v0.6.4 |
1511 | 2023-11-08T19:04:57.038Z | Compiling toml_datetime v0.6.5 |
1512 | 2023-11-08T19:04:58.769Z | Compiling rustc_version v0.4.0 |
1513 | 2023-11-08T19:04:59.572Z | Compiling toml_edit v0.19.15 |
1514 | 2023-11-08T19:04:59.771Z | Compiling http v0.2.9 |
1515 | 2023-11-08T19:05:00.420Z | Compiling heapless v0.7.16 |
1516 | 2023-11-08T19:05:03.548Z | Compiling regex v1.10.2 |
1517 | 2023-11-08T19:05:09.092Z | Compiling tokio-util v0.7.10 |
1518 | 2023-11-08T19:05:09.348Z | Compiling errno v0.3.2 |
1519 | 2023-11-08T19:05:09.677Z | Compiling thread-id v4.2.0 |
1520 | 2023-11-08T19:05:09.927Z | Compiling num-bigint v0.4.4 |
1521 | 2023-11-08T19:05:10.602Z | Compiling hashbrown v0.12.3 |
1522 | 2023-11-08T19:05:11.158Z | Compiling radium v0.7.0 |
1523 | 2023-11-08T19:05:11.521Z | Compiling foreign-types-shared v0.1.1 |
1524 | 2023-11-08T19:05:11.769Z | Compiling untrusted v0.7.1 |
1525 | 2023-11-08T19:05:11.978Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1526 | 2023-11-08T19:05:12.207Z | Compiling openssl-probe v0.1.5 |
1527 | 2023-11-08T19:05:12.400Z | Compiling smoltcp v0.9.1 |
1528 | 2023-11-08T19:05:12.624Z | Compiling percent-encoding v2.3.0 |
1529 | 2023-11-08T19:05:13.119Z | Compiling untrusted v0.9.0 |
1530 | 2023-11-08T19:05:14.556Z | Compiling foreign-types v0.3.2 |
1531 | 2023-11-08T19:05:17.144Z | Compiling strum_macros v0.25.2 |
1532 | 2023-11-08T19:05:17.247Z | Compiling serde_tokenstream v0.1.7 |
1533 | 2023-11-08T19:05:18.955Z | Compiling lazy_static v1.4.0 |
1534 | 2023-11-08T19:05:19.277Z | Compiling socket2 v0.4.9 |
1535 | 2023-11-08T19:05:19.564Z | Compiling adler v1.0.2 |
1536 | 2023-11-08T19:05:20.020Z | Compiling try-lock v0.2.4 |
1537 | 2023-11-08T19:05:20.192Z | Compiling siphasher v0.3.11 |
1538 | 2023-11-08T19:05:20.462Z | Compiling unicode-segmentation v1.10.1 |
1539 | 2023-11-08T19:05:21.730Z | Compiling unicode-width v0.1.11 |
1540 | 2023-11-08T19:05:21.966Z | Compiling miniz_oxide v0.7.1 |
1541 | 2023-11-08T19:05:22.404Z | Compiling want v0.3.1 |
1542 | 2023-11-08T19:05:23.992Z | Compiling sct v0.7.0 |
1543 | 2023-11-08T19:05:24.416Z | Compiling h2 v0.3.21 |
1544 | 2023-11-08T19:05:24.805Z | Compiling form_urlencoded v1.2.0 |
1545 | 2023-11-08T19:05:24.984Z | Compiling http-body v0.4.5 |
1546 | 2023-11-08T19:05:25.318Z | Compiling hubpack_derive v0.1.1 |
1547 | 2023-11-08T19:05:26.536Z | Compiling num-iter v0.1.43 |
1548 | 2023-11-08T19:05:26.971Z | Compiling tower-service v0.3.2 |
1549 | 2023-11-08T19:05:27.154Z | Compiling httpdate v1.0.3 |
1550 | 2023-11-08T19:05:27.778Z | Compiling cpufeatures v0.2.9 |
1551 | 2023-11-08T19:05:28.124Z | Compiling anstyle v1.0.2 |
1552 | 2023-11-08T19:05:28.743Z | Compiling utf8parse v0.2.1 |
1553 | 2023-11-08T19:05:28.989Z | Compiling anstyle-parse v0.2.1 |
1554 | 2023-11-08T19:05:29.133Z | Compiling sha2 v0.10.8 |
1555 | 2023-11-08T19:05:32.435Z | Compiling usdt-macro v0.3.5 |
1556 | 2023-11-08T19:05:32.688Z | Compiling usdt-attr-macro v0.3.5 |
1557 | 2023-11-08T19:05:34.891Z | Compiling openapiv3 v1.0.3 |
1558 | 2023-11-08T19:05:35.016Z | Compiling rustls-pemfile v1.0.3 |
1559 | 2023-11-08T19:05:35.298Z | Compiling hmac v0.12.1 |
1560 | 2023-11-08T19:05:35.451Z | Compiling md-5 v0.10.5 |
1561 | 2023-11-08T19:05:35.607Z | Compiling stringprep v0.1.3 |
1562 | 2023-11-08T19:05:35.760Z | Compiling hyper v0.14.27 |
1563 | 2023-11-08T19:05:35.789Z | Compiling idna v0.4.0 |
1564 | 2023-11-08T19:05:37.005Z | Compiling diesel_table_macro_syntax v0.1.0 |
1565 | 2023-11-08T19:05:37.575Z | Compiling hash32 v0.2.1 |
1566 | 2023-11-08T19:05:38.167Z | Compiling either v1.9.0 |
1567 | 2023-11-08T19:05:38.679Z | Compiling anstyle-query v1.0.0 |
1568 | 2023-11-08T19:05:38.919Z | Compiling fallible-iterator v0.2.0 |
1569 | 2023-11-08T19:05:39.423Z | Compiling colorchoice v1.0.0 |
1570 | 2023-11-08T19:05:39.838Z | Compiling gimli v0.28.0 |
1571 | 2023-11-08T19:05:40.058Z | Compiling stable_deref_trait v1.2.0 |
1572 | 2023-11-08T19:05:41.353Z | Compiling postgres-protocol v0.6.6 |
1573 | 2023-11-08T19:05:42.709Z | Compiling anstream v0.5.0 |
1574 | 2023-11-08T19:05:42.896Z | Compiling diesel_derives v2.1.1 |
1575 | 2023-11-08T19:05:43.086Z | Compiling url v2.4.1 |
1576 | 2023-11-08T19:05:43.708Z | Compiling rustls-native-certs v0.6.3 |
1577 | 2023-11-08T19:05:45.862Z | Compiling tokio-native-tls v0.3.1 |
1578 | 2023-11-08T19:05:46.259Z | Compiling terminal_size v0.2.6 |
1579 | 2023-11-08T19:05:47.848Z | Compiling addr2line v0.21.0 |
1580 | 2023-11-08T19:05:49.600Z | Compiling phf_shared v0.11.2 |
1581 | 2023-11-08T19:05:51.011Z | Compiling serde_tokenstream v0.2.0 |
1582 | 2023-11-08T19:05:51.252Z | Compiling block-padding v0.3.3 |
1583 | 2023-11-08T19:05:51.505Z | Compiling enum-as-inner v0.5.1 |
1584 | 2023-11-08T19:05:51.590Z | Compiling clap_derive v4.4.2 |
1585 | 2023-11-08T19:05:51.809Z | Compiling serde_repr v0.1.16 |
1586 | 2023-11-08T19:05:52.353Z | Compiling scheduled-thread-pool v0.2.7 |
1587 | 2023-11-08T19:05:52.986Z | Compiling object v0.32.1 |
1588 | 2023-11-08T19:05:53.510Z | Compiling bit-vec v0.6.3 |
1589 | 2023-11-08T19:05:54.172Z | Compiling tap v1.0.1 |
1590 | 2023-11-08T19:05:54.463Z | Compiling deranged v0.3.8 |
1591 | 2023-11-08T19:05:57.456Z | Compiling matches v0.1.10 |
1592 | 2023-11-08T19:05:57.589Z | Compiling managed v0.8.0 |
1593 | 2023-11-08T19:05:58.449Z | Compiling regex-automata v0.1.10 |
1594 | 2023-11-08T19:05:59.260Z | Compiling rustc-demangle v0.1.23 |
1595 | 2023-11-08T19:06:00.704Z | Compiling ipnet v2.8.0 |
1596 | 2023-11-08T19:06:03.204Z | Compiling clap_lex v0.5.1 |
1597 | 2023-11-08T19:06:03.581Z | Compiling num_threads v0.1.6 |
1598 | 2023-11-08T19:06:03.945Z | Compiling time v0.3.27 |
1599 | 2023-11-08T19:06:04.360Z | Compiling clap_builder v4.4.2 |
1600 | 2023-11-08T19:06:09.382Z | Compiling bstr v0.2.17 |
1601 | 2023-11-08T19:06:10.063Z | Compiling idna v0.2.3 |
1602 | 2023-11-08T19:06:12.119Z | Compiling wyz v0.5.1 |
1603 | 2023-11-08T19:06:12.451Z | Compiling r2d2 v0.8.10 |
1604 | 2023-11-08T19:06:12.859Z | Compiling inout v0.1.3 |
1605 | 2023-11-08T19:06:13.782Z | Compiling phf v0.11.2 |
1606 | 2023-11-08T19:06:14.021Z | Compiling hyper-tls v0.5.0 |
1607 | 2023-11-08T19:06:14.219Z | Compiling flate2 v1.0.28 |
1608 | 2023-11-08T19:06:14.243Z | Compiling postgres-types v0.2.6 |
1609 | 2023-11-08T19:06:14.523Z | Compiling itertools v0.11.0 |
1610 | 2023-11-08T19:06:15.990Z | Compiling hubpack v0.1.2 |
1611 | 2023-11-08T19:06:16.489Z | Compiling serde_urlencoded v0.7.1 |
1612 | 2023-11-08T19:06:16.672Z | Compiling phf_shared v0.10.0 |
1613 | 2023-11-08T19:06:17.243Z | Compiling ipnetwork v0.20.0 |
1614 | 2023-11-08T19:06:17.321Z | Compiling zerocopy v0.6.4 |
1615 | 2023-11-08T19:06:18.473Z | Compiling futures-executor v0.3.29 |
1616 | 2023-11-08T19:06:18.965Z | Compiling regress v0.7.1 |
1617 | 2023-11-08T19:06:19.159Z | Compiling float-cmp v0.9.0 |
1618 | 2023-11-08T19:06:19.280Z | Compiling encoding_rs v0.8.33 |
1619 | 2023-11-08T19:06:19.491Z | Compiling new_debug_unreachable v1.0.4 |
1620 | 2023-11-08T19:06:21.105Z | Compiling fixedbitset v0.4.2 |
1621 | 2023-11-08T19:06:21.759Z | Compiling difflib v0.4.0 |
1622 | 2023-11-08T19:06:22.737Z | Compiling mime v0.3.17 |
1623 | 2023-11-08T19:06:22.914Z | Compiling whoami v1.4.1 |
1624 | 2023-11-08T19:06:23.836Z | Compiling static_assertions v1.1.0 |
1625 | 2023-11-08T19:06:24.176Z | Compiling precomputed-hash v0.1.1 |
1626 | 2023-11-08T19:06:24.318Z | Compiling data-encoding v2.4.0 |
1627 | 2023-11-08T19:06:24.343Z | Compiling regex-automata v0.3.8 |
1628 | 2023-11-08T19:06:26.321Z | Compiling normalize-line-endings v0.3.0 |
1629 | 2023-11-08T19:06:26.495Z | Compiling predicates-core v1.0.6 |
1630 | 2023-11-08T19:06:26.927Z | Compiling webpki-roots v0.25.2 |
1631 | 2023-11-08T19:06:26.968Z | Compiling funty v2.0.0 |
1632 | 2023-11-08T19:06:27.170Z | Compiling bstr v1.6.0 |
1633 | 2023-11-08T19:06:27.243Z | Compiling predicates v3.0.4 |
1634 | 2023-11-08T19:06:28.035Z | Compiling trust-dns-proto v0.22.0 |
1635 | 2023-11-08T19:06:29.504Z | Compiling bitvec v1.0.1 |
1636 | 2023-11-08T19:06:29.597Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1637 | 2023-11-08T19:06:30.051Z | Compiling string_cache v0.8.7 |
1638 | 2023-11-08T19:06:36.742Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1639 | 2023-11-08T19:06:40.247Z | Compiling tokio-postgres v0.7.10 |
1640 | 2023-11-08T19:06:40.509Z | Compiling petgraph v0.6.4 |
1641 | 2023-11-08T19:06:48.136Z | Compiling futures v0.3.29 |
1642 | 2023-11-08T19:06:48.611Z | Compiling diesel v2.1.3 |
1643 | 2023-11-08T19:06:49.505Z | Compiling yasna v0.5.2 |
1644 | 2023-11-08T19:06:49.879Z | Compiling cipher v0.4.4 |
1645 | 2023-11-08T19:06:50.606Z | Compiling similar v2.2.1 |
1646 | 2023-11-08T19:06:50.634Z | Compiling clap v4.4.3 |
1647 | 2023-11-08T19:06:50.790Z | Compiling bit-set v0.5.3 |
1648 | 2023-11-08T19:06:52.229Z | Compiling itertools v0.10.5 |
1649 | 2023-11-08T19:06:52.451Z | Compiling usdt v0.3.5 |
1650 | 2023-11-08T19:06:53.831Z | Compiling console v0.15.7 |
1651 | 2023-11-08T19:06:53.981Z | Compiling tokio-stream v0.1.14 |
1652 | 2023-11-08T19:06:55.007Z | Compiling toml v0.7.8 |
1653 | 2023-11-08T19:06:55.421Z | Compiling hex v0.4.3 |
1654 | 2023-11-08T19:06:55.463Z | Compiling signature v2.1.0 |
1655 | 2023-11-08T19:06:56.398Z | Compiling regex-syntax v0.6.29 |
1656 | 2023-11-08T19:06:57.068Z | Compiling lalrpop-util v0.19.12 |
1657 | 2023-11-08T19:07:00.064Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1658 | 2023-11-08T19:07:05.040Z | Compiling ident_case v1.0.1 |
1659 | 2023-11-08T19:07:05.304Z | Compiling darling_core v0.20.3 |
1660 | 2023-11-08T19:07:23.524Z | Compiling atty v0.2.14 |
1661 | 2023-11-08T19:07:23.748Z | Compiling proc-macro-error-attr v1.0.4 |
1662 | 2023-11-08T19:07:30.448Z | Compiling darling_macro v0.20.3 |
1663 | 2023-11-08T19:07:41.749Z | Compiling proc-macro-crate v1.3.1 |
1664 | 2023-11-08T19:07:44.297Z | Compiling dirs-sys-next v0.1.2 |
1665 | 2023-11-08T19:07:45.098Z | Compiling proc-macro-error v1.0.4 |
1666 | 2023-11-08T19:07:54.317Z | Compiling dirs-next v2.0.0 |
1667 | 2023-11-08T19:07:55.546Z | Compiling num_enum_derive v0.5.11 |
1668 | 2023-11-08T19:07:59.771Z | Compiling darling v0.20.3 |
1669 | 2023-11-08T19:08:06.236Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1670 | 2023-11-08T19:08:12.313Z | Compiling getopts v0.2.21 |
1671 | 2023-11-08T19:08:13.656Z | Compiling structmeta-derive v0.2.0 |
1672 | 2023-11-08T19:08:13.735Z | Compiling thread_local v1.1.7 |
1673 | 2023-11-08T19:08:14.137Z | Compiling multer v2.1.0 |
1674 | 2023-11-08T19:08:14.690Z | Compiling camino v1.1.6 |
1675 | 2023-11-08T19:08:15.200Z | Compiling paste v1.0.14 |
1676 | 2023-11-08T19:08:16.010Z | Compiling unsafe-libyaml v0.2.9 |
1677 | 2023-11-08T19:08:19.435Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1678 | 2023-11-08T19:08:20.315Z | Compiling match_cfg v0.1.0 |
1679 | 2023-11-08T19:08:22.087Z | Compiling slog-async v2.8.0 |
1680 | 2023-11-08T19:08:28.385Z | Compiling hostname v0.3.1 |
1681 | 2023-11-08T19:08:28.756Z | Compiling serde_yaml v0.9.25 |
1682 | 2023-11-08T19:08:29.355Z | Compiling structmeta v0.2.0 |
1683 | 2023-11-08T19:08:38.838Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1684 | 2023-11-08T19:08:46.273Z | Compiling serde_with_macros v2.3.3 |
1685 | 2023-11-08T19:08:48.596Z | Compiling num_enum v0.5.11 |
1686 | 2023-11-08T19:08:49.829Z | Compiling term v0.7.0 |
1687 | 2023-11-08T19:08:50.138Z | Compiling slog-json v2.6.1 |
1688 | 2023-11-08T19:08:50.248Z | Compiling crossbeam-channel v0.5.8 |
1689 | 2023-11-08T19:08:50.956Z | Compiling strum v0.25.0 |
1690 | 2023-11-08T19:08:53.059Z | Compiling async-stream-impl v0.3.5 |
1691 | 2023-11-08T19:08:53.178Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1692 | 2023-11-08T19:08:53.245Z | Compiling regex-syntax v0.7.5 |
1693 | 2023-11-08T19:08:53.632Z | Compiling postcard-cobs v0.1.5-pre |
1694 | 2023-11-08T19:08:53.779Z | Compiling atomic-waker v1.1.1 |
1695 | 2023-11-08T19:08:54.065Z | Compiling take_mut v0.2.2 |
1696 | 2023-11-08T19:08:54.365Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1697 | 2023-11-08T19:08:54.831Z | Compiling waitgroup v0.1.2 |
1698 | 2023-11-08T19:08:54.857Z | Compiling postcard v0.7.3 |
1699 | 2023-11-08T19:08:55.066Z | Compiling async-stream v0.3.5 |
1700 | 2023-11-08T19:08:55.542Z | Compiling slog-bunyan v2.4.0 |
1701 | 2023-11-08T19:08:55.721Z | Compiling slog-term v2.9.0 |
1702 | 2023-11-08T19:08:55.917Z | Compiling serde_with v2.3.3 |
1703 | 2023-11-08T19:08:57.817Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1704 | 2023-11-08T19:09:03.286Z | Compiling parse-display-derive v0.8.2 |
1705 | 2023-11-08T19:09:03.652Z | Compiling toml_edit v0.21.0 |
1706 | 2023-11-08T19:09:04.733Z | Compiling sha1 v0.10.5 |
1707 | 2023-11-08T19:09:05.264Z | Compiling smoltcp v0.8.2 |
1708 | 2023-11-08T19:09:06.250Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1709 | 2023-11-08T19:09:09.409Z | Compiling serde_path_to_error v0.1.14 |
1710 | 2023-11-08T19:09:09.505Z | Compiling foreign-types-macros v0.2.3 |
1711 | 2023-11-08T19:09:10.404Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1712 | 2023-11-08T19:09:10.869Z | Compiling instant v0.1.12 |
1713 | 2023-11-08T19:09:11.093Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2023-11-08T19:09:11.173Z | Compiling debug-ignore v1.0.5 |
1715 | 2023-11-08T19:09:11.372Z | Compiling foreign-types-shared v0.3.1 |
1716 | 2023-11-08T19:09:11.398Z | Compiling cfg-if v0.1.10 |
1717 | 2023-11-08T19:09:11.527Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1718 | 2023-11-08T19:09:11.556Z | Compiling foreign-types v0.5.0 |
1719 | 2023-11-08T19:09:11.625Z | Compiling backoff v0.4.0 |
1720 | 2023-11-08T19:09:11.723Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1721 | 2023-11-08T19:09:11.960Z | Compiling parse-display v0.8.2 |
1722 | 2023-11-08T19:09:12.200Z | Compiling toml v0.8.8 |
1723 | 2023-11-08T19:09:12.881Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1724 | 2023-11-08T19:09:13.130Z | Compiling is-terminal v0.4.9 |
1725 | 2023-11-08T19:09:13.324Z | Compiling macaddr v1.0.1 |
1726 | 2023-11-08T19:09:14.488Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1727 | 2023-11-08T19:09:15.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1728 | 2023-11-08T19:09:16.969Z | Compiling cstr-argument v0.1.2 |
1729 | 2023-11-08T19:09:17.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1730 | 2023-11-08T19:09:17.785Z | Compiling base64ct v1.6.0 |
1731 | 2023-11-08T19:09:17.940Z | Compiling pretty-hex v0.2.1 |
1732 | 2023-11-08T19:09:18.287Z | Compiling crucible-workspace-hack v0.1.0 |
1733 | 2023-11-08T19:09:18.789Z | Compiling password-hash v0.5.0 |
1734 | 2023-11-08T19:09:19.082Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1735 | 2023-11-08T19:09:19.730Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1736 | 2023-11-08T19:09:21.406Z | Compiling colored v2.0.4 |
1737 | 2023-11-08T19:09:21.695Z | Compiling textwrap v0.11.0 |
1738 | 2023-11-08T19:09:22.918Z | Compiling heck v0.3.3 |
1739 | 2023-11-08T19:09:23.481Z | Compiling blake2 v0.10.6 |
1740 | 2023-11-08T19:09:23.530Z | Compiling rayon-core v1.12.0 |
1741 | 2023-11-08T19:09:23.617Z | Compiling strsim v0.8.0 |
1742 | 2023-11-08T19:09:23.974Z | Compiling vec_map v0.8.2 |
1743 | 2023-11-08T19:09:24.512Z | Compiling libefi-sys v0.1.0 |
1744 | 2023-11-08T19:09:24.940Z | Compiling ansi_term v0.12.1 |
1745 | 2023-11-08T19:09:25.189Z | Compiling argon2 v0.5.2 |
1746 | 2023-11-08T19:09:25.700Z | Compiling clap v2.34.0 |
1747 | 2023-11-08T19:09:25.863Z | Compiling structopt-derive v0.4.18 |
1748 | 2023-11-08T19:09:26.325Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1749 | 2023-11-08T19:09:29.949Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1750 | 2023-11-08T19:09:30.252Z | Compiling zone_cfg_derive v0.3.0 |
1751 | 2023-11-08T19:09:30.717Z | Compiling crossbeam-deque v0.8.3 |
1752 | 2023-11-08T19:09:30.835Z | Compiling num-derive v0.4.0 |
1753 | 2023-11-08T19:09:31.337Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1754 | 2023-11-08T19:09:31.921Z | Compiling keccak v0.1.4 |
1755 | 2023-11-08T19:09:32.435Z | Compiling portable-atomic v1.4.3 |
1756 | 2023-11-08T19:09:33.526Z | Compiling zone v0.3.0 |
1757 | 2023-11-08T19:09:33.920Z | Compiling sha3 v0.10.8 |
1758 | 2023-11-08T19:09:34.475Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1759 | 2023-11-08T19:09:35.499Z | Compiling structopt v0.3.26 |
1760 | 2023-11-08T19:09:37.376Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1761 | 2023-11-08T19:09:38.207Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1762 | 2023-11-08T19:09:40.883Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1763 | 2023-11-08T19:09:41.656Z | Compiling hkdf v0.12.3 |
1764 | 2023-11-08T19:09:42.012Z | Compiling smf v0.2.2 |
1765 | 2023-11-08T19:09:42.044Z | Compiling secrecy v0.8.0 |
1766 | 2023-11-08T19:09:42.445Z | Compiling filetime v0.2.22 |
1767 | 2023-11-08T19:09:42.724Z | Compiling xattr v1.0.1 |
1768 | 2023-11-08T19:09:42.751Z | Compiling same-file v1.0.6 |
1769 | 2023-11-08T19:09:42.934Z | Compiling fastrand v2.0.0 |
1770 | 2023-11-08T19:09:43.158Z | Compiling walkdir v2.4.0 |
1771 | 2023-11-08T19:09:43.203Z | Compiling tar v0.4.40 |
1772 | 2023-11-08T19:09:44.007Z | Compiling tempfile v3.8.0 |
1773 | 2023-11-08T19:09:46.023Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1774 | 2023-11-08T19:09:46.458Z | Compiling rayon v1.8.0 |
1775 | 2023-11-08T19:09:46.687Z | Compiling number_prefix v0.4.0 |
1776 | 2023-11-08T19:09:47.074Z | Compiling swrite v0.1.0 |
1777 | 2023-11-08T19:09:47.258Z | Compiling topological-sort v0.2.2 |
1778 | 2023-11-08T19:09:48.795Z | Compiling bzip2 v0.4.4 |
1779 | 2023-11-08T19:09:49.377Z | Compiling zip v0.6.6 |
1780 | 2023-11-08T19:09:55.260Z | Compiling indicatif v0.17.7 |
1781 | 2023-11-08T19:10:03.030Z | Compiling rustls-webpki v0.101.7 |
1782 | 2023-11-08T19:10:09.067Z | Compiling tokio-rustls v0.24.1 |
1783 | 2023-11-08T19:10:09.485Z | Compiling hyper-rustls v0.24.2 |
1784 | 2023-11-08T19:10:09.962Z | Compiling reqwest v0.11.20 |
1785 | 2023-11-08T19:10:14.010Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1786 | 2023-11-08T19:10:14.013Z | Compiling omicron-zone-package v0.8.3 |
1787 | 2023-11-08T19:10:16.401Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1788 | 2023-11-08T19:10:27.049Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1789 | 2023-11-08T19:10:27.845Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1790 | 2023-11-08T19:10:28.924Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1791 | 2023-11-08T19:10:31.485Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1792 | 2023-11-08T19:10:42.310Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1793 | 2023-11-08T19:10:42.313Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1794 | 2023-11-08T19:10:42.316Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1795 | 2023-11-08T19:10:56.003Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1796 | 2023-11-08T19:10:57.376Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1797 | 2023-11-08T19:11:32.210Z | Finished release [optimized] target(s) in 8m 05s |
1798 | 2023-11-08T19:11:32.474Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1799 | 2023-11-08T19:11:32.568Z | Created new build target 'test' and set it as active |
1800 | 2023-11-08T19:11:32.571Z | |
1801 | 2023-11-08T19:11:32.574Z | real 8:05.591630668 |
1802 | 2023-11-08T19:11:32.577Z | user 50:58.225386369 |
1803 | 2023-11-08T19:11:32.580Z | sys 4:49.578672807 |
1804 | 2023-11-08T19:11:32.583Z | trap 2.053751751 |
1805 | 2023-11-08T19:11:32.586Z | tflt 3.893417361 |
1806 | 2023-11-08T19:11:32.590Z | dflt 6.324154104 |
1807 | 2023-11-08T19:11:32.594Z | kflt 0.024983292 |
1808 | 2023-11-08T19:11:32.597Z | lock 1:43:53.576590908 |
1809 | 2023-11-08T19:11:32.600Z | slp 3:13:47.743591185 |
1810 | 2023-11-08T19:11:32.604Z | lat 2:13.656874702 |
1811 | 2023-11-08T19:11:32.607Z | stop 4:45.544706198 |
1812 | 2023-11-08T19:11:32.610Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1813 | 2023-11-08T19:11:33.770Z | Finished release [optimized] target(s) in 1.11s |
1814 | 2023-11-08T19:11:33.804Z | Running `target/release/omicron-package -t test package` |
1815 | 2023-11-08T19:11:33.845Z | Nov 08 19:11:33.844 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1816 | 2023-11-08T19:11:35.086Z | Compiling serde_json v1.0.108 |
1817 | 2023-11-08T19:11:35.139Z | Compiling linked-hash-map v0.5.6 |
1818 | 2023-11-08T19:11:35.142Z | Compiling slog-dtrace v0.2.3 |
1819 | 2023-11-08T19:11:35.146Z | Compiling quick-error v1.2.3 |
1820 | 2023-11-08T19:11:35.149Z | Compiling same-file v1.0.6 |
1821 | 2023-11-08T19:11:35.152Z | Compiling semver-parser v0.10.2 |
1822 | 2023-11-08T19:11:35.156Z | Compiling termcolor v1.2.0 |
1823 | 2023-11-08T19:11:35.159Z | Compiling fastrand v2.0.0 |
1824 | 2023-11-08T19:11:35.333Z | Compiling resolv-conf v0.7.0 |
1825 | 2023-11-08T19:11:35.475Z | Compiling walkdir v2.4.0 |
1826 | 2023-11-08T19:11:35.634Z | Compiling filetime v0.2.22 |
1827 | 2023-11-08T19:11:35.698Z | Compiling lru-cache v0.1.2 |
1828 | 2023-11-08T19:11:35.946Z | Compiling trust-dns-resolver v0.22.0 |
1829 | 2023-11-08T19:11:35.979Z | Compiling tempfile v3.8.0 |
1830 | 2023-11-08T19:11:36.046Z | Compiling xattr v1.0.1 |
1831 | 2023-11-08T19:11:36.381Z | Compiling semver v0.11.0 |
1832 | 2023-11-08T19:11:36.496Z | Compiling memoffset v0.7.1 |
1833 | 2023-11-08T19:11:36.952Z | Compiling base64 v0.13.1 |
1834 | 2023-11-08T19:11:37.155Z | Compiling home v0.5.5 |
1835 | 2023-11-08T19:11:37.441Z | Compiling toolchain_find v0.2.0 |
1836 | 2023-11-08T19:11:37.456Z | Compiling tar v0.4.40 |
1837 | 2023-11-08T19:11:37.479Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1838 | 2023-11-08T19:11:38.053Z | Compiling toml_edit v0.21.0 |
1839 | 2023-11-08T19:11:38.155Z | Compiling libz-sys v1.1.12 |
1840 | 2023-11-08T19:11:38.201Z | Compiling toml v0.5.11 |
1841 | 2023-11-08T19:11:38.337Z | Compiling schemars v0.8.13 |
1842 | 2023-11-08T19:11:38.493Z | Compiling openapiv3 v1.0.3 |
1843 | 2023-11-08T19:11:38.972Z | Compiling usdt-impl v0.3.5 |
1844 | 2023-11-08T19:11:40.537Z | Compiling reqwest v0.11.20 |
1845 | 2023-11-08T19:11:43.630Z | Compiling ipnetwork v0.20.0 |
1846 | 2023-11-08T19:11:46.994Z | Compiling usdt v0.3.5 |
1847 | 2023-11-08T19:11:47.722Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1848 | 2023-11-08T19:11:49.854Z | Compiling postgres-types v0.2.6 |
1849 | 2023-11-08T19:11:51.971Z | Compiling tokio-postgres v0.7.10 |
1850 | 2023-11-08T19:11:52.907Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1851 | 2023-11-08T19:11:53.098Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1852 | 2023-11-08T19:11:54.662Z | Compiling slog-json v2.6.1 |
1853 | 2023-11-08T19:11:55.472Z | Compiling slog-bunyan v2.4.0 |
1854 | 2023-11-08T19:11:55.846Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1855 | 2023-11-08T19:11:56.152Z | Compiling diesel v2.1.3 |
1856 | 2023-11-08T19:11:58.250Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1857 | 2023-11-08T19:11:58.539Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1858 | 2023-11-08T19:12:04.657Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1859 | 2023-11-08T19:12:04.971Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1860 | 2023-11-08T19:12:09.415Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1861 | 2023-11-08T19:12:14.040Z | Compiling toml v0.8.8 |
1862 | 2023-11-08T19:12:14.962Z | Compiling rustfmt-wrapper v0.2.0 |
1863 | 2023-11-08T19:12:15.988Z | Compiling omicron-zone-package v0.8.3 |
1864 | 2023-11-08T19:12:16.643Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1865 | 2023-11-08T19:12:16.774Z | Compiling cancel-safe-futures v0.1.5 |
1866 | 2023-11-08T19:12:17.019Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1867 | 2023-11-08T19:12:17.307Z | Compiling structmeta-derive v0.1.6 |
1868 | 2023-11-08T19:12:18.091Z | Compiling num-rational v0.4.1 |
1869 | 2023-11-08T19:12:18.532Z | Compiling utf-8 v0.7.6 |
1870 | 2023-11-08T19:12:21.644Z | Compiling structmeta v0.1.6 |
1871 | 2023-11-08T19:12:22.449Z | Compiling pem-rfc7468 v0.7.0 |
1872 | 2023-11-08T19:12:22.544Z | Compiling der_derive v0.7.2 |
1873 | 2023-11-08T19:12:25.343Z | Compiling flagset v0.4.3 |
1874 | 2023-11-08T19:12:25.663Z | Compiling parse-display-derive v0.7.0 |
1875 | 2023-11-08T19:12:26.461Z | Compiling der v0.7.8 |
1876 | 2023-11-08T19:12:33.094Z | Compiling vergen v8.2.4 |
1877 | 2023-11-08T19:12:33.343Z | Compiling fxhash v0.2.1 |
1878 | 2023-11-08T19:12:33.579Z | Compiling num-complex v0.4.4 |
1879 | 2023-11-08T19:12:33.647Z | Compiling unicase v2.7.0 |
1880 | 2023-11-08T19:12:34.102Z | Compiling semver v0.1.20 |
1881 | 2023-11-08T19:12:35.044Z | Compiling rustc_version v0.1.7 |
1882 | 2023-11-08T19:12:35.652Z | Compiling num v0.4.1 |
1883 | 2023-11-08T19:12:35.812Z | Compiling parse-display v0.7.0 |
1884 | 2023-11-08T19:12:35.824Z | Compiling spki v0.7.2 |
1885 | 2023-11-08T19:12:35.986Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1886 | 2023-11-08T19:12:36.089Z | Compiling universal-hash v0.5.1 |
1887 | 2023-11-08T19:12:36.387Z | Compiling libsqlite3-sys v0.26.0 |
1888 | 2023-11-08T19:12:36.617Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1889 | 2023-11-08T19:12:37.071Z | Compiling half v1.8.2 |
1890 | 2023-11-08T19:12:37.586Z | Compiling arc-swap v1.6.0 |
1891 | 2023-11-08T19:12:37.702Z | Compiling ciborium-io v0.2.1 |
1892 | 2023-11-08T19:12:37.871Z | Compiling opaque-debug v0.3.0 |
1893 | 2023-11-08T19:12:37.998Z | Compiling maybe-uninit v2.0.0 |
1894 | 2023-11-08T19:12:38.727Z | Compiling slog-scope v4.4.0 |
1895 | 2023-11-08T19:12:38.793Z | Compiling ciborium-ll v0.2.1 |
1896 | 2023-11-08T19:12:39.026Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1897 | 2023-11-08T19:12:39.673Z | Compiling newtype_derive v0.1.6 |
1898 | 2023-11-08T19:12:40.058Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1899 | 2023-11-08T19:12:40.107Z | Compiling packed_struct v0.10.1 |
1900 | 2023-11-08T19:12:40.189Z | Compiling num-bigint-dig v0.8.4 |
1901 | 2023-11-08T19:12:40.614Z | Compiling signal-hook v0.3.17 |
1902 | 2023-11-08T19:12:40.700Z | Compiling crc-catalog v2.2.0 |
1903 | 2023-11-08T19:12:40.909Z | Compiling parking_lot_core v0.8.6 |
1904 | 2023-11-08T19:12:41.045Z | Compiling crc v3.0.1 |
1905 | 2023-11-08T19:12:42.159Z | Compiling ciborium v0.2.1 |
1906 | 2023-11-08T19:12:43.585Z | Compiling slog-stdlog v4.1.1 |
1907 | 2023-11-08T19:12:45.178Z | Compiling pkcs8 v0.10.2 |
1908 | 2023-11-08T19:12:46.061Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1909 | 2023-11-08T19:12:46.200Z | Compiling hashlink v0.8.3 |
1910 | 2023-11-08T19:12:47.402Z | Compiling aead v0.5.2 |
1911 | 2023-11-08T19:12:47.866Z | Compiling nibble_vec v0.1.0 |
1912 | 2023-11-08T19:12:48.147Z | Compiling packed_struct_codegen v0.10.1 |
1913 | 2023-11-08T19:12:48.178Z | Compiling dirs-sys-next v0.1.2 |
1914 | 2023-11-08T19:12:48.971Z | Compiling crunchy v0.2.2 |
1915 | 2023-11-08T19:12:49.341Z | Compiling doc-comment v0.3.3 |
1916 | 2023-11-08T19:12:49.656Z | Compiling endian-type v0.1.2 |
1917 | 2023-11-08T19:12:49.997Z | Compiling nodrop v0.1.14 |
1918 | 2023-11-08T19:12:50.090Z | Compiling fallible-streaming-iterator v0.1.9 |
1919 | 2023-11-08T19:12:50.162Z | Compiling humantime v2.1.0 |
1920 | 2023-11-08T19:12:50.471Z | Compiling glob v0.3.1 |
1921 | 2023-11-08T19:12:50.665Z | Compiling rusqlite v0.29.0 |
1922 | 2023-11-08T19:12:51.585Z | Compiling array-init v0.0.4 |
1923 | 2023-11-08T19:12:51.787Z | Compiling clang-sys v1.6.1 |
1924 | 2023-11-08T19:12:52.968Z | Compiling radix_trie v0.2.1 |
1925 | 2023-11-08T19:12:53.659Z | Compiling dirs-next v2.0.0 |
1926 | 2023-11-08T19:12:54.417Z | Compiling pkcs1 v0.7.5 |
1927 | 2023-11-08T19:12:54.487Z | Compiling smallvec v0.6.14 |
1928 | 2023-11-08T19:12:55.216Z | Compiling slog-envlogger v2.2.0 |
1929 | 2023-11-08T19:13:00.574Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1930 | 2023-11-08T19:13:01.229Z | Compiling nix v0.26.2 |
1931 | 2023-11-08T19:13:04.193Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1932 | 2023-11-08T19:13:05.130Z | Compiling num_enum_derive v0.7.0 |
1933 | 2023-11-08T19:13:05.715Z | Compiling twox-hash v1.6.3 |
1934 | 2023-11-08T19:13:07.423Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1935 | 2023-11-08T19:13:07.565Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1936 | 2023-11-08T19:13:09.102Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1937 | 2023-11-08T19:13:10.055Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1938 | 2023-11-08T19:13:14.077Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1939 | 2023-11-08T19:13:14.271Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1940 | 2023-11-08T19:13:15.893Z | Compiling platforms v3.0.2 |
1941 | 2023-11-08T19:13:16.389Z | Compiling tiny-keccak v2.0.2 |
1942 | 2023-11-08T19:13:16.817Z | Compiling bitfield v0.14.0 |
1943 | 2023-11-08T19:13:17.282Z | Compiling prettyplease v0.2.12 |
1944 | 2023-11-08T19:13:17.787Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1945 | 2023-11-08T19:13:19.427Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1946 | 2023-11-08T19:13:21.639Z | Compiling num_enum v0.7.0 |
1947 | 2023-11-08T19:13:21.744Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1948 | 2023-11-08T19:13:21.862Z | Compiling rsa v0.9.2 |
1949 | 2023-11-08T19:13:24.289Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1950 | 2023-11-08T19:13:24.311Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1951 | 2023-11-08T19:13:30.738Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1952 | 2023-11-08T19:13:32.213Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1953 | 2023-11-08T19:13:39.352Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1954 | 2023-11-08T19:13:41.358Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1955 | 2023-11-08T19:13:58.553Z | Compiling parking_lot v0.11.2 |
1956 | 2023-11-08T19:13:59.699Z | Compiling steno v0.4.0 |
1957 | 2023-11-08T19:14:02.549Z | Compiling serde-hex v0.1.0 |
1958 | 2023-11-08T19:14:02.669Z | Compiling mime_guess v2.0.4 |
1959 | 2023-11-08T19:14:04.482Z | Compiling term v0.7.0 |
1960 | 2023-11-08T19:14:04.643Z | Compiling trust-dns-client v0.22.0 |
1961 | 2023-11-08T19:14:06.728Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2023-11-08T19:14:07.236Z | Compiling polyval v0.6.1 |
1963 | 2023-11-08T19:14:08.065Z | Compiling x509-cert v0.2.4 |
1964 | 2023-11-08T19:14:11.693Z | Compiling tungstenite v0.20.1 |
1965 | 2023-11-08T19:14:16.278Z | Compiling env_logger v0.10.0 |
1966 | 2023-11-08T19:14:21.191Z | Compiling ctr v0.9.2 |
1967 | 2023-11-08T19:14:21.684Z | Compiling aes v0.8.3 |
1968 | 2023-11-08T19:14:22.677Z | Compiling darling_core v0.14.4 |
1969 | 2023-11-08T19:14:22.757Z | Compiling ron v0.8.1 |
1970 | 2023-11-08T19:14:26.006Z | Compiling snafu-derive v0.7.5 |
1971 | 2023-11-08T19:14:29.174Z | Compiling bincode v1.3.3 |
1972 | 2023-11-08T19:14:30.199Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1973 | 2023-11-08T19:14:30.633Z | Compiling crc-any v2.4.3 |
1974 | 2023-11-08T19:14:31.034Z | Compiling minimal-lexical v0.2.1 |
1975 | 2023-11-08T19:14:31.422Z | Compiling convert_case v0.4.0 |
1976 | 2023-11-08T19:14:31.830Z | Compiling erased-serde v0.3.30 |
1977 | 2023-11-08T19:14:32.243Z | Compiling nom v7.1.3 |
1978 | 2023-11-08T19:14:32.580Z | Compiling darling_macro v0.14.4 |
1979 | 2023-11-08T19:14:32.653Z | Compiling derive_more v0.99.17 |
1980 | 2023-11-08T19:14:33.407Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1981 | 2023-11-08T19:14:34.061Z | Compiling snafu v0.7.5 |
1982 | 2023-11-08T19:14:34.126Z | Compiling trust-dns-server v0.22.1 |
1983 | 2023-11-08T19:14:36.094Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1984 | 2023-11-08T19:14:38.533Z | Compiling aes-gcm-siv v0.11.1 |
1985 | 2023-11-08T19:14:39.005Z | Compiling tokio-tungstenite v0.20.1 |
1986 | 2023-11-08T19:14:39.872Z | Compiling ascii-canvas v3.0.0 |
1987 | 2023-11-08T19:14:40.571Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1988 | 2023-11-08T19:14:40.584Z | Compiling sled v0.34.7 |
1989 | 2023-11-08T19:14:41.688Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1990 | 2023-11-08T19:14:44.657Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1991 | 2023-11-08T19:14:50.639Z | Compiling env_logger v0.9.3 |
1992 | 2023-11-08T19:14:58.335Z | Compiling tungstenite v0.18.0 |
1993 | 2023-11-08T19:15:02.323Z | Compiling object v0.30.4 |
1994 | 2023-11-08T19:15:03.736Z | Compiling is-terminal v0.4.9 |
1995 | 2023-11-08T19:15:03.912Z | Compiling libsw v3.3.0 |
1996 | 2023-11-08T19:15:04.408Z | Compiling ena v0.14.2 |
1997 | 2023-11-08T19:15:05.055Z | Compiling derive-where v1.2.5 |
1998 | 2023-11-08T19:15:07.739Z | Compiling bitstruct_derive v0.1.0 |
1999 | 2023-11-08T19:15:09.718Z | Compiling async-recursion v1.0.5 |
2000 | 2023-11-08T19:15:10.425Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2001 | 2023-11-08T19:15:10.602Z | Compiling libloading v0.7.4 |
2002 | 2023-11-08T19:15:11.157Z | Compiling owo-colors v3.5.0 |
2003 | 2023-11-08T19:15:11.191Z | Compiling diff v0.1.13 |
2004 | 2023-11-08T19:15:11.280Z | Compiling ringbuffer v0.15.0 |
2005 | 2023-11-08T19:15:12.079Z | Compiling bindgen v0.65.1 |
2006 | 2023-11-08T19:15:12.356Z | Compiling pretty-hex v0.3.0 |
2007 | 2023-11-08T19:15:12.705Z | Compiling linear-map v1.2.0 |
2008 | 2023-11-08T19:15:12.724Z | Compiling ascii v1.1.0 |
2009 | 2023-11-08T19:15:13.291Z | Compiling path-slash v0.1.5 |
2010 | 2023-11-08T19:15:13.613Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2011 | 2023-11-08T19:15:14.116Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2012 | 2023-11-08T19:15:16.551Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2013 | 2023-11-08T19:15:17.488Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2014 | 2023-11-08T19:15:17.998Z | Compiling lalrpop v0.19.12 |
2015 | 2023-11-08T19:15:32.885Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2016 | 2023-11-08T19:15:33.256Z | Compiling bitstruct v0.1.1 |
2017 | 2023-11-08T19:15:33.414Z | Compiling tokio-tungstenite v0.18.0 |
2018 | 2023-11-08T19:15:34.308Z | Compiling curve25519-dalek v4.1.0 |
2019 | 2023-11-08T19:15:36.712Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2020 | 2023-11-08T19:15:37.850Z | Compiling cexpr v0.6.0 |
2021 | 2023-11-08T19:15:40.399Z | Compiling darling v0.14.4 |
2022 | 2023-11-08T19:15:42.952Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2023 | 2023-11-08T19:15:43.383Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2024 | 2023-11-08T19:15:43.794Z | Compiling which v4.4.0 |
2025 | 2023-11-08T19:15:44.628Z | Compiling ff v0.13.0 |
2026 | 2023-11-08T19:15:44.987Z | Compiling path-dedot v3.1.0 |
2027 | 2023-11-08T19:15:45.241Z | Compiling serde_arrays v0.1.0 |
2028 | 2023-11-08T19:15:45.362Z | Compiling display-error-chain v0.2.0 |
2029 | 2023-11-08T19:15:45.472Z | Compiling shlex v1.1.0 |
2030 | 2023-11-08T19:15:45.607Z | Compiling rustc-hash v1.1.0 |
2031 | 2023-11-08T19:15:45.812Z | Compiling lazycell v1.3.0 |
2032 | 2023-11-08T19:15:45.847Z | Compiling peeking_take_while v0.1.2 |
2033 | 2023-11-08T19:15:46.042Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2034 | 2023-11-08T19:15:47.560Z | Compiling path-absolutize v3.1.0 |
2035 | 2023-11-08T19:15:47.737Z | Compiling group v0.13.0 |
2036 | 2023-11-08T19:15:47.848Z | Compiling derive_builder_core v0.12.0 |
2037 | 2023-11-08T19:15:48.123Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2038 | 2023-11-08T19:15:51.523Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2039 | 2023-11-08T19:15:55.434Z | Compiling olpc-cjson v0.1.3 |
2040 | 2023-11-08T19:15:56.323Z | Compiling pem v1.1.1 |
2041 | 2023-11-08T19:15:57.956Z | Compiling camino-tempfile v1.0.2 |
2042 | 2023-11-08T19:15:58.813Z | Compiling globset v0.4.13 |
2043 | 2023-11-08T19:15:58.826Z | Compiling crypto-bigint v0.5.2 |
2044 | 2023-11-08T19:15:59.254Z | Compiling serde_plain v1.0.2 |
2045 | 2023-11-08T19:16:00.115Z | Compiling curve25519-dalek-derive v0.1.0 |
2046 | 2023-11-08T19:16:02.312Z | Compiling thiserror-impl-no-std v2.0.2 |
2047 | 2023-11-08T19:16:04.291Z | Compiling libxml v0.3.3 |
2048 | 2023-11-08T19:16:04.795Z | Compiling base16ct v0.2.0 |
2049 | 2023-11-08T19:16:05.342Z | Compiling ref-cast v1.0.20 |
2050 | 2023-11-08T19:16:05.501Z | Compiling polar-core v0.27.0 |
2051 | 2023-11-08T19:16:05.578Z | Compiling buf-list v1.0.3 |
2052 | 2023-11-08T19:16:06.466Z | Compiling elliptic-curve v0.13.5 |
2053 | 2023-11-08T19:16:06.681Z | Compiling thiserror-no-std v2.0.2 |
2054 | 2023-11-08T19:16:07.321Z | Compiling tough v0.14.0 |
2055 | 2023-11-08T19:16:08.660Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2056 | 2023-11-08T19:16:11.156Z | Compiling derive_builder_macro v0.12.0 |
2057 | 2023-11-08T19:16:12.352Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2058 | 2023-11-08T19:16:13.568Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2059 | 2023-11-08T19:16:19.980Z | Compiling poly1305 v0.8.0 |
2060 | 2023-11-08T19:16:21.021Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2061 | 2023-11-08T19:16:21.450Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2062 | 2023-11-08T19:16:21.857Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2063 | 2023-11-08T19:16:22.219Z | Compiling chacha20 v0.9.1 |
2064 | 2023-11-08T19:16:22.561Z | Compiling strum_macros v0.24.3 |
2065 | 2023-11-08T19:16:22.913Z | Compiling const_format_proc_macros v0.2.31 |
2066 | 2023-11-08T19:16:26.260Z | Compiling bcs v0.1.6 |
2067 | 2023-11-08T19:16:27.754Z | Compiling ref-cast-impl v1.0.20 |
2068 | 2023-11-08T19:16:28.223Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2069 | 2023-11-08T19:16:28.415Z | Compiling cookie v0.16.2 |
2070 | 2023-11-08T19:16:28.676Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2071 | 2023-11-08T19:16:28.894Z | Compiling highway v1.1.0 |
2072 | 2023-11-08T19:16:29.163Z | Compiling signature v1.6.4 |
2073 | 2023-11-08T19:16:29.387Z | Compiling indoc v1.0.9 |
2074 | 2023-11-08T19:16:29.574Z | Compiling salty v0.2.0 |
2075 | 2023-11-08T19:16:29.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2076 | 2023-11-08T19:16:30.434Z | Compiling ed25519 v1.5.3 |
2077 | 2023-11-08T19:16:31.142Z | Compiling const_format v0.2.31 |
2078 | 2023-11-08T19:16:31.289Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2079 | 2023-11-08T19:16:32.925Z | Compiling chacha20poly1305 v0.10.1 |
2080 | 2023-11-08T19:16:33.294Z | Compiling derive_builder v0.12.0 |
2081 | 2023-11-08T19:16:33.588Z | Compiling vsss-rs v3.3.1 |
2082 | 2023-11-08T19:16:43.436Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2083 | 2023-11-08T19:16:43.636Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2084 | 2023-11-08T19:16:50.916Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2085 | 2023-11-08T19:16:53.029Z | Compiling signal-hook-mio v0.2.3 |
2086 | 2023-11-08T19:16:53.291Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2087 | 2023-11-08T19:16:53.832Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2088 | 2023-11-08T19:16:57.889Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2089 | 2023-11-08T19:16:57.910Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2090 | 2023-11-08T19:16:59.717Z | Compiling ron v0.7.1 |
2091 | 2023-11-08T19:17:07.296Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2092 | 2023-11-08T19:17:09.242Z | Compiling headers-core v0.2.0 |
2093 | 2023-11-08T19:17:09.489Z | Compiling bb8 v0.8.1 |
2094 | 2023-11-08T19:17:10.379Z | Compiling quick-xml v0.23.1 |
2095 | 2023-11-08T19:17:11.096Z | Compiling serde-big-array v0.5.1 |
2096 | 2023-11-08T19:17:11.476Z | Compiling oso-derive v0.27.0 |
2097 | 2023-11-08T19:17:11.690Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2098 | 2023-11-08T19:17:12.277Z | Compiling impl-trait-for-tuples v0.2.2 |
2099 | 2023-11-08T19:17:12.941Z | Compiling http-range v0.1.5 |
2100 | 2023-11-08T19:17:13.000Z | Compiling bit_field v0.10.2 |
2101 | 2023-11-08T19:17:13.413Z | Compiling maplit v1.0.2 |
2102 | 2023-11-08T19:17:13.574Z | Compiling hyper-staticfile v0.9.5 |
2103 | 2023-11-08T19:17:13.956Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2104 | 2023-11-08T19:17:19.197Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2105 | 2023-11-08T19:17:20.191Z | Compiling headers v0.3.9 |
2106 | 2023-11-08T19:17:27.461Z | Compiling crossterm v0.27.0 |
2107 | 2023-11-08T19:17:28.210Z | Compiling oso v0.27.0 |
2108 | 2023-11-08T19:17:44.909Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2109 | 2023-11-08T19:17:47.951Z | Compiling signal-hook-tokio v0.3.1 |
2110 | 2023-11-08T19:17:48.321Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2111 | 2023-11-08T19:17:48.752Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2112 | 2023-11-08T19:17:48.949Z | Compiling serde-big-array v0.4.1 |
2113 | 2023-11-08T19:17:49.227Z | Compiling cassowary v0.3.0 |
2114 | 2023-11-08T19:17:50.857Z | Compiling indoc v2.0.3 |
2115 | 2023-11-08T19:17:52.354Z | Compiling ratatui v0.23.0 |
2116 | 2023-11-08T19:17:52.769Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2117 | 2023-11-08T19:17:55.387Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2118 | 2023-11-08T19:18:02.480Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2119 | 2023-11-08T19:18:03.886Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2120 | 2023-11-08T19:18:04.507Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2121 | 2023-11-08T19:18:06.078Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2122 | 2023-11-08T19:18:10.457Z | Compiling fatfs v0.3.6 |
2123 | 2023-11-08T19:18:10.632Z | Compiling bytesize v1.3.0 |
2124 | 2023-11-08T19:18:11.574Z | Compiling nanorand v0.7.0 |
2125 | 2023-11-08T19:18:12.780Z | Compiling rtoolbox v0.0.1 |
2126 | 2023-11-08T19:18:13.463Z | Compiling smawk v0.3.1 |
2127 | 2023-11-08T19:18:13.809Z | Compiling assert_matches v1.5.0 |
2128 | 2023-11-08T19:18:13.952Z | Compiling unicode-linebreak v0.1.5 |
2129 | 2023-11-08T19:18:14.873Z | Compiling fs-err v2.9.0 |
2130 | 2023-11-08T19:18:16.114Z | Compiling corncobs v0.1.3 |
2131 | 2023-11-08T19:18:16.184Z | Compiling is_ci v1.1.1 |
2132 | 2023-11-08T19:18:16.230Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2133 | 2023-11-08T19:18:16.610Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2134 | 2023-11-08T19:18:16.766Z | Compiling supports-color v2.1.0 |
2135 | 2023-11-08T19:18:17.576Z | Compiling textwrap v0.16.0 |
2136 | 2023-11-08T19:18:17.874Z | Compiling rpassword v7.2.0 |
2137 | 2023-11-08T19:18:17.912Z | Compiling flume v0.11.0 |
2138 | 2023-11-08T19:18:18.532Z | Compiling tui-tree-widget v0.13.0 |
2139 | 2023-11-08T19:18:19.181Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2140 | 2023-11-08T19:18:21.957Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2141 | 2023-11-08T19:18:23.891Z | Compiling toml_edit v0.20.7 |
2142 | 2023-11-08T19:18:35.695Z | Compiling shell-words v1.1.0 |
2143 | 2023-11-08T19:18:36.360Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-11-08T19:19:02.742Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2145 | 2023-11-08T19:19:33.022Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2146 | 2023-11-08T19:19:47.682Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2147 | 2023-11-08T19:22:04.246Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2148 | 2023-11-08T19:23:28.043Z | Compiling git2 v0.17.2 |
2149 | 2023-11-08T19:23:35.041Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2150 | 2023-11-08T19:23:36.837Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2151 | 2023-11-08T19:23:49.012Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2152 | 2023-11-08T19:24:07.016Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2153 | 2023-11-08T19:24:07.535Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2154 | 2023-11-08T19:24:08.429Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2155 | 2023-11-08T19:24:22.002Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2156 | 2023-11-08T19:33:11.032Z | Finished release [optimized] target(s) in 21m 37s |
2157 | 2023-11-08T19:34:14.036Z | |
2158 | 2023-11-08T19:34:14.039Z | real 22:41.489608055 |
2159 | 2023-11-08T19:34:14.042Z | user 2:37:45.881289921 |
2160 | 2023-11-08T19:34:14.045Z | sys 7:15.861012700 |
2161 | 2023-11-08T19:34:14.048Z | trap 5.403301107 |
2162 | 2023-11-08T19:34:14.050Z | tflt 1.461195565 |
2163 | 2023-11-08T19:34:14.053Z | dflt 4.344040412 |
2164 | 2023-11-08T19:34:14.056Z | kflt 0.002643266 |
2165 | 2023-11-08T19:34:14.059Z | lock 8:51:42.128792469 |
2166 | 2023-11-08T19:34:14.062Z | slp 6:21:48.622227864 |
2167 | 2023-11-08T19:34:14.064Z | lat 2:56.847813361 |
2168 | 2023-11-08T19:34:14.067Z | stop 52.917738198 |
2169 | 2023-11-08T19:34:14.070Z | + 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/*) |
2170 | 2023-11-08T19:34:14.074Z | + pfexec mkdir -p /work |
2171 | 2023-11-08T19:34:14.076Z | + pfexec chown build /work |
2172 | 2023-11-08T19:34:14.079Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.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 |
2173 | 2023-11-08T19:34:27.874Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2174 | 2023-11-08T19:34:27.877Z | a out/mg-ddm-gz.tar 61499K |
2175 | 2023-11-08T19:34:27.879Z | a out/omicron-sled-agent.tar 119449K |
2176 | 2023-11-08T19:34:27.882Z | a out/target/test 1K |
2177 | 2023-11-08T19:34:27.885Z | a out/npuzone/npuzone 36506K |
2178 | 2023-11-08T19:34:27.888Z | a package-manifest.toml 22K |
2179 | 2023-11-08T19:34:27.891Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2180 | 2023-11-08T19:34:27.894Z | a target/release/omicron-package 41427K |
2181 | 2023-11-08T19:34:27.897Z | a tools/create_virtual_hardware.sh 3K |
2182 | 2023-11-08T19:34:27.900Z | a tools/virtual_hardware.sh 4K |
2183 | 2023-11-08T19:34:27.903Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2184 | 2023-11-08T19:34:27.906Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2185 | 2023-11-08T19:34:27.908Z | a tools/scrimlet/softnpu-init.sh 3K |
2186 | 2023-11-08T19:34:27.911Z | a tools/scrimlet/softnpu-zone.txt 1K |
2187 | 2023-11-08T19:34:27.914Z | a tools/scrimlet/softnpu.toml 1K |
2188 | 2023-11-08T19:34:27.917Z | |
2189 | 2023-11-08T19:34:27.921Z | real 13.825007156 |
2190 | 2023-11-08T19:34:27.924Z | user 13.127532584 |
2191 | 2023-11-08T19:34:27.927Z | sys 1.168705811 |
2192 | 2023-11-08T19:34:27.929Z | trap 0.002777391 |
2193 | 2023-11-08T19:34:27.934Z | tflt 0.000000000 |
2194 | 2023-11-08T19:34:27.937Z | dflt 0.000000000 |
2195 | 2023-11-08T19:34:27.939Z | kflt 0.000000000 |
2196 | 2023-11-08T19:34:27.942Z | lock 0.000000000 |
2197 | 2023-11-08T19:34:27.945Z | slp 12.830090645 |
2198 | 2023-11-08T19:34:27.948Z | lat 0.517311915 |
2199 | 2023-11-08T19:34:27.950Z | stop 0.000235833 |
2200 | 2023-11-08T19:34:27.953Z | ++ pwd |
2201 | 2023-11-08T19:34:27.956Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2202 | 2023-11-08T19:34:27.959Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2203 | 2023-11-08T19:34:27.962Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2204 | 2023-11-08T19:34:29.054Z | Finished release [optimized] target(s) in 1.08s |
2205 | 2023-11-08T19:34:29.084Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2206 | 2023-11-08T19:34:29.124Z | Created new build target 'host' and set it as active |
2207 | 2023-11-08T19:34:29.127Z | |
2208 | 2023-11-08T19:34:29.130Z | real 1.238529662 |
2209 | 2023-11-08T19:34:29.137Z | user 0.868990272 |
2210 | 2023-11-08T19:34:29.140Z | sys 0.369929413 |
2211 | 2023-11-08T19:34:29.142Z | trap 0.000270969 |
2212 | 2023-11-08T19:34:29.145Z | tflt 0.000000000 |
2213 | 2023-11-08T19:34:29.148Z | dflt 0.000004105 |
2214 | 2023-11-08T19:34:29.150Z | kflt 0.000000000 |
2215 | 2023-11-08T19:34:29.153Z | lock 0.034381190 |
2216 | 2023-11-08T19:34:29.155Z | slp 0.021323128 |
2217 | 2023-11-08T19:34:29.159Z | lat 0.002023478 |
2218 | 2023-11-08T19:34:29.161Z | stop 0.000217755 |
2219 | 2023-11-08T19:34:29.164Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2220 | 2023-11-08T19:34:30.251Z | Finished release [optimized] target(s) in 1.03s |
2221 | 2023-11-08T19:34:30.280Z | Running `target/release/omicron-package -t host package` |
2222 | 2023-11-08T19:34:30.320Z | Nov 08 19:34:30.323 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2223 | 2023-11-08T19:34:31.483Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2224 | 2023-11-08T19:38:11.098Z | Finished release [optimized] target(s) in 3m 40s |
2225 | 2023-11-08T19:39:16.746Z | |
2226 | 2023-11-08T19:39:16.753Z | real 4:47.574704302 |
2227 | 2023-11-08T19:39:16.756Z | user 20:30.108645261 |
2228 | 2023-11-08T19:39:16.759Z | sys 1:07.208476512 |
2229 | 2023-11-08T19:39:16.762Z | trap 0.592026998 |
2230 | 2023-11-08T19:39:16.765Z | tflt 0.056153060 |
2231 | 2023-11-08T19:39:16.771Z | dflt 3.411908907 |
2232 | 2023-11-08T19:39:16.787Z | kflt 0.077489305 |
2233 | 2023-11-08T19:39:16.808Z | lock 1:08:16.839015889 |
2234 | 2023-11-08T19:39:16.821Z | slp 17:12.161925973 |
2235 | 2023-11-08T19:39:16.824Z | lat 8.428398659 |
2236 | 2023-11-08T19:39:16.826Z | stop 0.631029381 |
2237 | 2023-11-08T19:39:16.829Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2238 | 2023-11-08T19:39:16.832Z | + for package in "$@" |
2239 | 2023-11-08T19:39:16.835Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2240 | 2023-11-08T19:39:16.837Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git658f195056a |
2241 | 2023-11-08T19:39:17.832Z | Finished release [optimized] target(s) in 1.04s |
2242 | 2023-11-08T19:39:17.859Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git658f195056a` |
2243 | 2023-11-08T19:39:17.898Z | Nov 08 19:39:17.901 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2244 | 2023-11-08T19:39:18.465Z | Created: out/versioned/omicron-sled-agent.tar |
2245 | 2023-11-08T19:39:18.468Z | + for package in "$@" |
2246 | 2023-11-08T19:39:18.471Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2247 | 2023-11-08T19:39:18.473Z | + echo 0.0.0 |
2248 | 2023-11-08T19:39:18.476Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2249 | 2023-11-08T19:39:18.480Z | a VERSION 1K |
2250 | 2023-11-08T19:39:18.483Z | + rm VERSION |
2251 | 2023-11-08T19:39:18.485Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git658f195056a |
2252 | 2023-11-08T19:39:19.634Z | Finished release [optimized] target(s) in 1.07s |
2253 | 2023-11-08T19:39:19.663Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git658f195056a` |
2254 | 2023-11-08T19:39:19.708Z | Nov 08 19:39:19.708 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2255 | 2023-11-08T19:39:20.007Z | Created: out/versioned/mg-ddm-gz.tar |
2256 | 2023-11-08T19:39:20.013Z | + for package in "$@" |
2257 | 2023-11-08T19:39:20.026Z | + [[ propolis-server == mg-ddm-gz ]] |
2258 | 2023-11-08T19:39:20.035Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git658f195056a |
2259 | 2023-11-08T19:39:21.108Z | Finished release [optimized] target(s) in 1.04s |
2260 | 2023-11-08T19:39:21.136Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git658f195056a` |
2261 | 2023-11-08T19:39:21.178Z | Nov 08 19:39:21.180 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2262 | 2023-11-08T19:39:22.958Z | Created: out/versioned/propolis-server.tar.gz |
2263 | 2023-11-08T19:39:22.963Z | + for package in "$@" |
2264 | 2023-11-08T19:39:22.968Z | + [[ overlay == mg-ddm-gz ]] |
2265 | 2023-11-08T19:39:22.973Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git658f195056a |
2266 | 2023-11-08T19:39:24.102Z | Finished release [optimized] target(s) in 1.05s |
2267 | 2023-11-08T19:39:24.166Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git658f195056a` |
2268 | 2023-11-08T19:39:24.181Z | Nov 08 19:39:24.174 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2269 | 2023-11-08T19:39:24.189Z | Created: out/versioned/overlay.tar.gz |
2270 | 2023-11-08T19:39:24.192Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2271 | 2023-11-08T19:39:24.196Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2272 | 2023-11-08T19:39:24.198Z | ++ cd -- ./tools |
2273 | 2023-11-08T19:39:24.206Z | ++ pwd |
2274 | 2023-11-08T19:39:24.211Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2275 | 2023-11-08T19:39:24.215Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2276 | 2023-11-08T19:39:24.219Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2277 | 2023-11-08T19:39:24.222Z | ++ readlink -f /work |
2278 | 2023-11-08T19:39:24.226Z | + out_dir=/work |
2279 | 2023-11-08T19:39:24.229Z | + 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") |
2280 | 2023-11-08T19:39:24.233Z | + for dep in "${deps[@]}" |
2281 | 2023-11-08T19:39:24.237Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2282 | 2023-11-08T19:39:24.241Z | + for dep in "${deps[@]}" |
2283 | 2023-11-08T19:39:24.244Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2284 | 2023-11-08T19:39:24.248Z | + for dep in "${deps[@]}" |
2285 | 2023-11-08T19:39:24.257Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2286 | 2023-11-08T19:39:24.263Z | + for dep in "${deps[@]}" |
2287 | 2023-11-08T19:39:24.269Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2288 | 2023-11-08T19:39:24.282Z | ++ mktemp -d |
2289 | 2023-11-08T19:39:24.289Z | + tmp_gz=/tmp/tmp.UkaGTi |
2290 | 2023-11-08T19:39:24.293Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2291 | 2023-11-08T19:39:24.306Z | + echo '{"v":"1","t":"layer"}' |
2292 | 2023-11-08T19:39:24.313Z | + pkg_dir=/tmp/tmp.UkaGTi/root/opt/oxide/sled-agent |
2293 | 2023-11-08T19:39:24.323Z | + mkdir -p /tmp/tmp.UkaGTi/root/opt/oxide/sled-agent |
2294 | 2023-11-08T19:39:24.330Z | + cd /tmp/tmp.UkaGTi/root/opt/oxide/sled-agent |
2295 | 2023-11-08T19:39:24.335Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2296 | 2023-11-08T19:39:24.342Z | x ., 0 bytes, 0 tape blocks |
2297 | 2023-11-08T19:39:24.346Z | x zone-bundle, 38052240 bytes, 74321 tape blocks |
2298 | 2023-11-08T19:39:24.351Z | x sled-agent, 84250344 bytes, 164552 tape blocks |
2299 | 2023-11-08T19:39:24.356Z | x pkg, 0 bytes, 0 tape blocks |
2300 | 2023-11-08T19:39:24.360Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2301 | 2023-11-08T19:39:24.367Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2302 | 2023-11-08T19:39:24.375Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2303 | 2023-11-08T19:39:24.379Z | x VERSION, 25 bytes, 1 tape blocks |
2304 | 2023-11-08T19:39:24.384Z | + mkdir -p /tmp/tmp.UkaGTi/root/lib/svc/manifest/site/ |
2305 | 2023-11-08T19:39:24.389Z | + mv pkg/manifest.xml /tmp/tmp.UkaGTi/root/lib/svc/manifest/site/sled-agent.xml |
2306 | 2023-11-08T19:39:24.398Z | + cd - |
2307 | 2023-11-08T19:39:24.407Z | /work/oxidecomputer/omicron |
2308 | 2023-11-08T19:39:24.412Z | + pkg_dir=/tmp/tmp.UkaGTi/root/opt/oxide/mg-ddm |
2309 | 2023-11-08T19:39:24.420Z | + mkdir -p /tmp/tmp.UkaGTi/root/opt/oxide/mg-ddm |
2310 | 2023-11-08T19:39:24.430Z | + cd /tmp/tmp.UkaGTi/root/opt/oxide/mg-ddm |
2311 | 2023-11-08T19:39:24.434Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2312 | 2023-11-08T19:39:24.440Z | x ., 0 bytes, 0 tape blocks |
2313 | 2023-11-08T19:39:24.458Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2314 | 2023-11-08T19:39:24.886Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2315 | 2023-11-08T19:39:24.896Z | x pkg, 0 bytes, 0 tape blocks |
2316 | 2023-11-08T19:39:24.906Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2317 | 2023-11-08T19:39:24.917Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2318 | 2023-11-08T19:39:24.930Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2319 | 2023-11-08T19:39:24.940Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2320 | 2023-11-08T19:39:24.950Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2321 | 2023-11-08T19:39:24.961Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2322 | 2023-11-08T19:39:24.975Z | x VERSION, 25 bytes, 1 tape blocks |
2323 | 2023-11-08T19:39:25.799Z | + cd - |
2324 | 2023-11-08T19:39:25.809Z | /work/oxidecomputer/omicron |
2325 | 2023-11-08T19:39:25.843Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.UkaGTi/root/opt/oxide |
2326 | 2023-11-08T19:39:25.852Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.UkaGTi/root/opt/oxide |
2327 | 2023-11-08T19:39:25.861Z | + cd /tmp/tmp.UkaGTi |
2328 | 2023-11-08T19:39:25.871Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2329 | 2023-11-08T19:39:36.684Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2330 | 2023-11-08T19:39:36.687Z | a oxide.json 1K |
2331 | 2023-11-08T19:39:36.690Z | a root/ 0K |
2332 | 2023-11-08T19:39:36.693Z | a root/opt/ 0K |
2333 | 2023-11-08T19:39:36.697Z | a root/opt/oxide/ 0K |
2334 | 2023-11-08T19:39:36.701Z | a root/opt/oxide/sled-agent/ 0K |
2335 | 2023-11-08T19:39:36.704Z | a root/opt/oxide/sled-agent/zone-bundle 37161K |
2336 | 2023-11-08T19:39:36.707Z | a root/opt/oxide/sled-agent/sled-agent 82276K |
2337 | 2023-11-08T19:39:36.710Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2338 | 2023-11-08T19:39:36.713Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2339 | 2023-11-08T19:39:36.717Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2340 | 2023-11-08T19:39:36.720Z | a root/opt/oxide/sled-agent/VERSION 1K |
2341 | 2023-11-08T19:39:36.724Z | a root/opt/oxide/mg-ddm/ 0K |
2342 | 2023-11-08T19:39:36.727Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2343 | 2023-11-08T19:39:36.731Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2344 | 2023-11-08T19:39:36.734Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2345 | 2023-11-08T19:39:36.737Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2346 | 2023-11-08T19:39:36.740Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2347 | 2023-11-08T19:39:36.744Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2348 | 2023-11-08T19:39:36.747Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2349 | 2023-11-08T19:39:36.750Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2350 | 2023-11-08T19:39:36.753Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2351 | 2023-11-08T19:39:36.758Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2352 | 2023-11-08T19:39:36.761Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2353 | 2023-11-08T19:39:36.765Z | a root/opt/oxide/overlay.tar.gz 2K |
2354 | 2023-11-08T19:39:36.767Z | a root/lib/ 0K |
2355 | 2023-11-08T19:39:36.771Z | a root/lib/svc/ 0K |
2356 | 2023-11-08T19:39:36.774Z | a root/lib/svc/manifest/ 0K |
2357 | 2023-11-08T19:39:36.778Z | a root/lib/svc/manifest/site/ 0K |
2358 | 2023-11-08T19:39:36.781Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2359 | 2023-11-08T19:39:36.784Z | + cd / |
2360 | 2023-11-08T19:39:36.787Z | + rm -rf /tmp/tmp.UkaGTi |
2361 | 2023-11-08T19:39:36.790Z | |
2362 | 2023-11-08T19:39:36.793Z | real 12.550128265 |
2363 | 2023-11-08T19:39:36.795Z | user 11.551038956 |
2364 | 2023-11-08T19:39:36.798Z | sys 1.065229687 |
2365 | 2023-11-08T19:39:36.801Z | trap 0.002390381 |
2366 | 2023-11-08T19:39:36.804Z | tflt 0.000000000 |
2367 | 2023-11-08T19:39:36.807Z | dflt 0.000000000 |
2368 | 2023-11-08T19:39:36.810Z | kflt 0.000000000 |
2369 | 2023-11-08T19:39:36.813Z | lock 0.000000000 |
2370 | 2023-11-08T19:39:36.816Z | slp 24.151281285 |
2371 | 2023-11-08T19:39:36.819Z | lat 0.463647691 |
2372 | 2023-11-08T19:39:36.821Z | stop 0.000317804 |
2373 | 2023-11-08T19:39:36.824Z | + mkdir -p /work/zones |
2374 | 2023-11-08T19:39:36.827Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.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) |
2375 | 2023-11-08T19:39:36.830Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.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/ |
2376 | 2023-11-08T19:39:40.394Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2377 | 2023-11-08T19:39:41.599Z | Finished release [optimized] target(s) in 1.11s |
2378 | 2023-11-08T19:39:41.630Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2379 | 2023-11-08T19:39:41.672Z | Created new build target 'recovery' and set it as active |
2380 | 2023-11-08T19:39:41.675Z | |
2381 | 2023-11-08T19:39:41.678Z | real 1.275581082 |
2382 | 2023-11-08T19:39:41.681Z | user 0.898853846 |
2383 | 2023-11-08T19:39:41.684Z | sys 0.374870445 |
2384 | 2023-11-08T19:39:41.687Z | trap 0.000790637 |
2385 | 2023-11-08T19:39:41.689Z | tflt 0.000020127 |
2386 | 2023-11-08T19:39:41.692Z | dflt 0.000002072 |
2387 | 2023-11-08T19:39:41.695Z | kflt 0.000000000 |
2388 | 2023-11-08T19:39:41.699Z | lock 0.038238323 |
2389 | 2023-11-08T19:39:41.702Z | slp 0.022385820 |
2390 | 2023-11-08T19:39:41.706Z | lat 0.003950876 |
2391 | 2023-11-08T19:39:41.719Z | stop 0.000246519 |
2392 | 2023-11-08T19:39:41.728Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2393 | 2023-11-08T19:39:42.850Z | Finished release [optimized] target(s) in 1.08s |
2394 | 2023-11-08T19:39:42.880Z | Running `target/release/omicron-package -t recovery package` |
2395 | 2023-11-08T19:39:42.922Z | Nov 08 19:39:42.925 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2396 | 2023-11-08T19:39:43.944Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2397 | 2023-11-08T19:39:47.755Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2398 | 2023-11-08T19:40:19.340Z | Finished release [optimized] target(s) in 36.33s |
2399 | 2023-11-08T19:40:32.320Z | |
2400 | 2023-11-08T19:40:32.323Z | real 50.636039535 |
2401 | 2023-11-08T19:40:32.326Z | user 2:30.912811252 |
2402 | 2023-11-08T19:40:32.329Z | sys 12.958560517 |
2403 | 2023-11-08T19:40:32.332Z | trap 0.075861173 |
2404 | 2023-11-08T19:40:32.335Z | tflt 0.059445199 |
2405 | 2023-11-08T19:40:32.341Z | dflt 0.936289336 |
2406 | 2023-11-08T19:40:32.344Z | kflt 0.000000000 |
2407 | 2023-11-08T19:40:32.346Z | lock 11:05.293156660 |
2408 | 2023-11-08T19:40:32.349Z | slp 2:30.523884920 |
2409 | 2023-11-08T19:40:32.352Z | lat 1.968026510 |
2410 | 2023-11-08T19:40:32.354Z | stop 0.183604974 |
2411 | 2023-11-08T19:40:32.357Z | + stamp_packages installinator mg-ddm-gz |
2412 | 2023-11-08T19:40:32.360Z | + for package in "$@" |
2413 | 2023-11-08T19:40:32.363Z | + [[ installinator == mg-ddm-gz ]] |
2414 | 2023-11-08T19:40:32.366Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git658f195056a |
2415 | 2023-11-08T19:40:33.452Z | Finished release [optimized] target(s) in 1.05s |
2416 | 2023-11-08T19:40:33.482Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git658f195056a` |
2417 | 2023-11-08T19:40:33.525Z | Nov 08 19:40:33.527 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2418 | 2023-11-08T19:40:33.665Z | Created: out/versioned/installinator.tar |
2419 | 2023-11-08T19:40:33.668Z | + for package in "$@" |
2420 | 2023-11-08T19:40:33.671Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2421 | 2023-11-08T19:40:33.674Z | + echo 0.0.0 |
2422 | 2023-11-08T19:40:33.677Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2423 | 2023-11-08T19:40:33.680Z | a VERSION 1K |
2424 | 2023-11-08T19:40:33.682Z | + rm VERSION |
2425 | 2023-11-08T19:40:33.685Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git658f195056a |
2426 | 2023-11-08T19:40:34.777Z | Finished release [optimized] target(s) in 1.02s |
2427 | 2023-11-08T19:40:34.806Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git658f195056a` |
2428 | 2023-11-08T19:40:34.849Z | Nov 08 19:40:34.852 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2429 | 2023-11-08T19:40:35.034Z | Created: out/versioned/mg-ddm-gz.tar |
2430 | 2023-11-08T19:40:35.038Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2431 | 2023-11-08T19:40:35.051Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2432 | 2023-11-08T19:40:35.054Z | ++ cd -- ./tools |
2433 | 2023-11-08T19:40:35.058Z | ++ pwd |
2434 | 2023-11-08T19:40:35.061Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2435 | 2023-11-08T19:40:35.063Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2436 | 2023-11-08T19:40:35.066Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2437 | 2023-11-08T19:40:35.068Z | ++ readlink -f /work |
2438 | 2023-11-08T19:40:35.071Z | + out_dir=/work |
2439 | 2023-11-08T19:40:35.073Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2440 | 2023-11-08T19:40:35.076Z | + for dep in "${deps[@]}" |
2441 | 2023-11-08T19:40:35.079Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2442 | 2023-11-08T19:40:35.082Z | + for dep in "${deps[@]}" |
2443 | 2023-11-08T19:40:35.085Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2444 | 2023-11-08T19:40:35.087Z | ++ mktemp -d |
2445 | 2023-11-08T19:40:35.095Z | + tmp_trampoline=/tmp/tmp.6Da4Xi |
2446 | 2023-11-08T19:40:35.098Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2447 | 2023-11-08T19:40:35.101Z | + echo '{"v":"1","t":"layer"}' |
2448 | 2023-11-08T19:40:35.105Z | + pkg_dir=/tmp/tmp.6Da4Xi/root/opt/oxide/installinator |
2449 | 2023-11-08T19:40:35.108Z | + mkdir -p /tmp/tmp.6Da4Xi/root/opt/oxide/installinator |
2450 | 2023-11-08T19:40:35.111Z | + cd /tmp/tmp.6Da4Xi/root/opt/oxide/installinator |
2451 | 2023-11-08T19:40:35.115Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2452 | 2023-11-08T19:40:35.121Z | x ., 0 bytes, 0 tape blocks |
2453 | 2023-11-08T19:40:35.124Z | x installinator, 52972816 bytes, 103463 tape blocks |
2454 | 2023-11-08T19:40:35.133Z | x pkg, 0 bytes, 0 tape blocks |
2455 | 2023-11-08T19:40:35.135Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2456 | 2023-11-08T19:40:35.138Z | x VERSION, 25 bytes, 1 tape blocks |
2457 | 2023-11-08T19:40:35.141Z | + mkdir -p /tmp/tmp.6Da4Xi/root/lib/svc/manifest/site/ |
2458 | 2023-11-08T19:40:35.144Z | + mv pkg/manifest.xml /tmp/tmp.6Da4Xi/root/lib/svc/manifest/site/installinator.xml |
2459 | 2023-11-08T19:40:35.146Z | + cd - |
2460 | 2023-11-08T19:40:35.149Z | /work/oxidecomputer/omicron |
2461 | 2023-11-08T19:40:35.151Z | + pkg_dir=/tmp/tmp.6Da4Xi/root/opt/oxide/mg-ddm |
2462 | 2023-11-08T19:40:35.154Z | + mkdir -p /tmp/tmp.6Da4Xi/root/opt/oxide/mg-ddm |
2463 | 2023-11-08T19:40:35.157Z | + cd /tmp/tmp.6Da4Xi/root/opt/oxide/mg-ddm |
2464 | 2023-11-08T19:40:35.161Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2465 | 2023-11-08T19:40:35.195Z | x ., 0 bytes, 0 tape blocks |
2466 | 2023-11-08T19:40:35.199Z | x ddmadm, 33178920 bytes, 64803 tape blocks |
2467 | 2023-11-08T19:40:35.204Z | x ddmd, 29783336 bytes, 58171 tape blocks |
2468 | 2023-11-08T19:40:35.208Z | x pkg, 0 bytes, 0 tape blocks |
2469 | 2023-11-08T19:40:35.212Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2470 | 2023-11-08T19:40:35.217Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2471 | 2023-11-08T19:40:35.228Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2472 | 2023-11-08T19:40:35.234Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2473 | 2023-11-08T19:40:35.239Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2474 | 2023-11-08T19:40:35.241Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2475 | 2023-11-08T19:40:35.245Z | x VERSION, 25 bytes, 1 tape blocks |
2476 | 2023-11-08T19:40:35.247Z | + cd - |
2477 | 2023-11-08T19:40:35.251Z | /work/oxidecomputer/omicron |
2478 | 2023-11-08T19:40:35.254Z | + cd /tmp/tmp.6Da4Xi |
2479 | 2023-11-08T19:40:35.259Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2480 | 2023-11-08T19:40:41.299Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2481 | 2023-11-08T19:40:41.302Z | a oxide.json 1K |
2482 | 2023-11-08T19:40:41.305Z | a root/ 0K |
2483 | 2023-11-08T19:40:41.309Z | a root/opt/ 0K |
2484 | 2023-11-08T19:40:41.313Z | a root/opt/oxide/ 0K |
2485 | 2023-11-08T19:40:41.315Z | a root/opt/oxide/installinator/ 0K |
2486 | 2023-11-08T19:40:41.318Z | a root/opt/oxide/installinator/installinator 51732K |
2487 | 2023-11-08T19:40:41.321Z | a root/opt/oxide/installinator/pkg/ 0K |
2488 | 2023-11-08T19:40:41.325Z | a root/opt/oxide/installinator/VERSION 1K |
2489 | 2023-11-08T19:40:41.328Z | a root/opt/oxide/mg-ddm/ 0K |
2490 | 2023-11-08T19:40:41.331Z | a root/opt/oxide/mg-ddm/ddmadm 32402K |
2491 | 2023-11-08T19:40:41.335Z | a root/opt/oxide/mg-ddm/ddmd 29086K |
2492 | 2023-11-08T19:40:41.339Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2493 | 2023-11-08T19:40:41.342Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2494 | 2023-11-08T19:40:41.345Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2495 | 2023-11-08T19:40:41.348Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2496 | 2023-11-08T19:40:41.351Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2497 | 2023-11-08T19:40:41.355Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2498 | 2023-11-08T19:40:41.359Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2499 | 2023-11-08T19:40:41.362Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2500 | 2023-11-08T19:40:41.365Z | a root/lib/ 0K |
2501 | 2023-11-08T19:40:41.368Z | a root/lib/svc/ 0K |
2502 | 2023-11-08T19:40:41.372Z | a root/lib/svc/manifest/ 0K |
2503 | 2023-11-08T19:40:41.375Z | a root/lib/svc/manifest/site/ 0K |
2504 | 2023-11-08T19:40:41.378Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2505 | 2023-11-08T19:40:41.383Z | + cd / |
2506 | 2023-11-08T19:40:41.387Z | + rm -rf /tmp/tmp.6Da4Xi |
2507 | 2023-11-08T19:40:41.390Z | |
2508 | 2023-11-08T19:40:41.393Z | real 6.276452663 |
2509 | 2023-11-08T19:40:41.396Z | user 5.843545326 |
2510 | 2023-11-08T19:40:41.399Z | sys 0.462787108 |
2511 | 2023-11-08T19:40:41.402Z | trap 0.001712801 |
2512 | 2023-11-08T19:40:41.406Z | tflt 0.000000000 |
2513 | 2023-11-08T19:40:41.409Z | dflt 0.000000000 |
2514 | 2023-11-08T19:40:41.412Z | kflt 0.000000000 |
2515 | 2023-11-08T19:40:41.416Z | lock 0.000000000 |
2516 | 2023-11-08T19:40:41.420Z | slp 12.108913088 |
2517 | 2023-11-08T19:40:41.423Z | lat 0.217750544 |
2518 | 2023-11-08T19:40:41.425Z | stop 0.000294406 |
2519 | 2023-11-08T19:40:41.429Z | process exited: duration 2374289 ms, exit code 0 |
|
2520 | 2023-11-08T19:40:41.443Z | found 21 output files |
2521 | 2023-11-08T19:40:41.446Z | uploading: /work/version.txt (26 bytes) |
2522 | 2023-11-08T19:40:42.862Z | uploaded: /work/version.txt |
2523 | 2023-11-08T19:40:42.886Z | uploading: /work/package.tar.gz (83282704 bytes) |
2524 | 2023-11-08T19:41:13.208Z | uploaded: /work/package.tar.gz |
2525 | 2023-11-08T19:41:13.219Z | uploading: /work/global-zone-packages.tar.gz (124566746 bytes) |
2526 | 2023-11-08T19:42:02.344Z | uploaded: /work/global-zone-packages.tar.gz |
2527 | 2023-11-08T19:42:02.350Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36802910 bytes) |
2528 | 2023-11-08T19:42:20.361Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2529 | 2023-11-08T19:42:20.373Z | uploading: /work/zones/clickhouse.tar.gz (181757002 bytes) |
2530 | 2023-11-08T19:43:30.205Z | uploaded: /work/zones/clickhouse.tar.gz |
2531 | 2023-11-08T19:43:30.233Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181755765 bytes) |
2532 | 2023-11-08T19:44:49.157Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2533 | 2023-11-08T19:44:49.209Z | uploading: /work/zones/cockroachdb.tar.gz (118828564 bytes) |
2534 | 2023-11-08T19:45:42.003Z | uploaded: /work/zones/cockroachdb.tar.gz |
2535 | 2023-11-08T19:45:42.033Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2536 | 2023-11-08T19:45:54.488Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2537 | 2023-11-08T19:45:54.903Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2538 | 2023-11-08T19:46:16.277Z | uploaded: /work/zones/crucible.tar.gz |
2539 | 2023-11-08T19:46:16.290Z | uploading: /work/zones/external-dns.tar.gz (24177051 bytes) |
2540 | 2023-11-08T19:46:27.558Z | uploaded: /work/zones/external-dns.tar.gz |
2541 | 2023-11-08T19:46:27.574Z | uploading: /work/zones/internal-dns.tar.gz (24177050 bytes) |
2542 | 2023-11-08T19:46:41.240Z | uploaded: /work/zones/internal-dns.tar.gz |
2543 | 2023-11-08T19:46:41.256Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2544 | 2023-11-08T19:46:42.292Z | uploaded: /work/zones/ntp.tar.gz |
2545 | 2023-11-08T19:46:42.305Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18150233 bytes) |
2546 | 2023-11-08T19:46:50.879Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2547 | 2023-11-08T19:46:51.317Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18147101 bytes) |
2548 | 2023-11-08T19:46:57.763Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2549 | 2023-11-08T19:46:57.774Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (72063158 bytes) |
2550 | 2023-11-08T19:47:39.114Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2551 | 2023-11-08T19:47:39.538Z | uploading: /work/zones/omicron-nexus.tar.gz (72069147 bytes) |
2552 | 2023-11-08T19:48:19.434Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2553 | 2023-11-08T19:48:19.450Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2554 | 2023-11-08T19:48:20.523Z | uploaded: /work/zones/overlay.tar.gz |
2555 | 2023-11-08T19:48:20.979Z | uploading: /work/zones/oximeter-collector.tar.gz (19210469 bytes) |
2556 | 2023-11-08T19:48:31.313Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2557 | 2023-11-08T19:48:31.325Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2558 | 2023-11-08T19:49:03.732Z | uploaded: /work/zones/propolis-server.tar.gz |
2559 | 2023-11-08T19:49:03.744Z | uploading: /work/zones/switch-asic.tar.gz (242662241 bytes) |
2560 | 2023-11-08T19:51:26.329Z | uploaded: /work/zones/switch-asic.tar.gz |
2561 | 2023-11-08T19:51:26.436Z | uploading: /work/zones/switch-softnpu.tar.gz (166494951 bytes) |
2562 | 2023-11-08T19:53:23.061Z | uploaded: /work/zones/switch-softnpu.tar.gz |