|
|
|
1 | 2023-10-24T00:14:31.511Z | job assigned to worker 01HDFGDBFNWR1C9K582BAM87RP (queued for 1 m 59 s) |
|
2 | 2023-10-24T00:14:32.487Z | starting task 0: "setup" |
3 | 2023-10-24T00:14:32.627Z | ++ uname -s |
4 | 2023-10-24T00:14:32.631Z | + kern=SunOS |
5 | 2023-10-24T00:14:32.634Z | + case "$kern" in |
6 | 2023-10-24T00:14:32.637Z | + groupadd -g 12345 build |
7 | 2023-10-24T00:14:32.643Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-24T00:14:34.646Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-24T00:14:34.742Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-24T00:14:34.755Z | + home_fs=zfs |
11 | 2023-10-24T00:14:34.767Z | + [[ zfs == autofs ]] |
12 | 2023-10-24T00:14:34.782Z | + mkdir -p /home/build |
13 | 2023-10-24T00:14:34.790Z | + chown build:build /home/build /work |
14 | 2023-10-24T00:14:36.750Z | + chmod 0700 /home/build /work |
15 | 2023-10-24T00:14:36.757Z | process exited: duration 4254 ms, exit code 0 |
|
16 | 2023-10-24T00:14:36.768Z | starting task 1: "rust-toolchain" |
17 | 2023-10-24T00:14:36.783Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-24T00:14:36.789Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-24T00:14:36.965Z | info: downloading installer |
20 | 2023-10-24T00:14:39.482Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-24T00:14:39.488Z | warning: /opt/ooce/bin |
22 | 2023-10-24T00:14:39.497Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-24T00:14:39.514Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-24T00:14:39.938Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-24T00:14:39.941Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-24T00:14:39.944Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-24T00:14:39.947Z | error: cannot install while Rust is installed |
28 | 2023-10-24T00:14:39.950Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-24T00:14:39.953Z | info: profile set to 'default' |
30 | 2023-10-24T00:14:39.956Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-24T00:14:39.959Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-24T00:14:39.961Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-24T00:14:39.964Z | info: downloading component 'cargo' |
34 | 2023-10-24T00:14:40.655Z | info: downloading component 'clippy' |
35 | 2023-10-24T00:14:40.890Z | info: downloading component 'rust-docs' |
36 | 2023-10-24T00:14:41.757Z | info: downloading component 'rust-std' |
37 | 2023-10-24T00:14:43.341Z | info: downloading component 'rustc' |
38 | 2023-10-24T00:14:46.994Z | info: downloading component 'rustfmt' |
39 | 2023-10-24T00:14:47.253Z | info: installing component 'cargo' |
40 | 2023-10-24T00:14:49.239Z | info: installing component 'clippy' |
41 | 2023-10-24T00:14:50.158Z | info: installing component 'rust-docs' |
42 | 2023-10-24T00:14:52.910Z | info: installing component 'rust-std' |
43 | 2023-10-24T00:14:56.995Z | info: installing component 'rustc' |
44 | 2023-10-24T00:15:07.213Z | info: installing component 'rustfmt' |
45 | 2023-10-24T00:15:07.668Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-24T00:15:07.672Z | |
47 | 2023-10-24T00:15:07.826Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-24T00:15:07.830Z | |
49 | 2023-10-24T00:15:07.834Z | |
50 | 2023-10-24T00:15:07.836Z | Rust is installed now. Great! |
51 | 2023-10-24T00:15:07.840Z | |
52 | 2023-10-24T00:15:07.843Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-24T00:15:07.847Z | environment variable. This has not been done automatically. |
54 | 2023-10-24T00:15:07.851Z | |
55 | 2023-10-24T00:15:07.856Z | To configure your current shell, run: |
56 | 2023-10-24T00:15:07.859Z | source "$HOME/.cargo/env" |
57 | 2023-10-24T00:15:07.930Z | + rustc --version |
58 | 2023-10-24T00:15:08.031Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-24T00:15:08.036Z | process exited: duration 31265 ms, exit code 0 |
|
60 | 2023-10-24T00:15:08.046Z | starting task 2: "authentication" |
61 | 2023-10-24T00:15:08.127Z | process exited: duration 63 ms, exit code 0 |
|
62 | 2023-10-24T00:15:08.144Z | starting task 3: "clone repository" |
63 | 2023-10-24T00:15:08.161Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-24T00:15:08.184Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-24T00:15:08.286Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-24T00:15:14.450Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-24T00:15:14.453Z | + [[ -n luqmana/port-config-vid ]] |
68 | 2023-10-24T00:15:14.457Z | + git fetch origin luqmana/port-config-vid |
69 | 2023-10-24T00:15:14.782Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-24T00:15:14.785Z | * branch luqmana/port-config-vid -> FETCH_HEAD |
71 | 2023-10-24T00:15:14.792Z | + git checkout -B luqmana/port-config-vid remotes/origin/luqmana/port-config-vid |
72 | 2023-10-24T00:15:14.881Z | Switched to a new branch 'luqmana/port-config-vid' |
73 | 2023-10-24T00:15:14.884Z | branch 'luqmana/port-config-vid' set up to track 'origin/luqmana/port-config-vid'. |
74 | 2023-10-24T00:15:14.888Z | + git reset --hard e26db074eed419b6394dc56e4c24d6ec5701cc3d |
75 | 2023-10-24T00:15:15.028Z | HEAD is now at e26db074 wicket: display vlan ids |
76 | 2023-10-24T00:15:15.031Z | process exited: duration 6881 ms, exit code 0 |
|
77 | 2023-10-24T00:15:15.037Z | starting task 4: "build" |
78 | 2023-10-24T00:15:15.051Z | + cargo --version |
79 | 2023-10-24T00:15:15.137Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-24T00:15:15.141Z | + rustc --version |
81 | 2023-10-24T00:15:15.240Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-24T00:15:15.246Z | ++ git rev-parse HEAD |
83 | 2023-10-24T00:15:15.249Z | + COMMIT=e26db074eed419b6394dc56e4c24d6ec5701cc3d |
84 | 2023-10-24T00:15:15.252Z | + VERSION=1.0.2-0.ci+gite26db074eed |
85 | 2023-10-24T00:15:15.255Z | + echo 1.0.2-0.ci+gite26db074eed |
86 | 2023-10-24T00:15:15.258Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2023-10-24T00:15:26.553Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2023-10-24T00:15:27.440Z | Startup: Caching catalogs ... Done |
89 | 2023-10-24T00:15:32.010Z | Planning: Solver setup ... Done (4.297s) |
90 | 2023-10-24T00:15:32.121Z | Planning: Running solver ... Done (0.111s) |
91 | 2023-10-24T00:15:32.174Z | Planning: Finding local manifests ... Done (0.006s) |
92 | 2023-10-24T00:15:32.188Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2023-10-24T00:15:32.497Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2023-10-24T00:15:32.580Z | Planning: Package planning ... Done (0.082s) |
95 | 2023-10-24T00:15:32.690Z | Planning: Merging actions ... Done (0.086s) |
96 | 2023-10-24T00:15:33.596Z | Planning: Checking for conflicting actions ... Done (0.929s) |
97 | 2023-10-24T00:15:33.654Z | Planning: Consolidating action changes ... Done (0.017s) |
98 | 2023-10-24T00:15:39.704Z | Planning: Evaluating mediators ... Done (6.090s) |
99 | 2023-10-24T00:15:39.719Z | Planning: Planning completed in 12.23 seconds |
100 | 2023-10-24T00:15:40.542Z | Packages to install: 4 |
101 | 2023-10-24T00:15:40.545Z | Mediators to change: 2 |
102 | 2023-10-24T00:15:40.552Z | Services to change: 1 |
103 | 2023-10-24T00:15:40.555Z | Estimated space available: 149.39 GB |
104 | 2023-10-24T00:15:40.562Z | Estimated space to be consumed: 1.37 GB |
105 | 2023-10-24T00:15:40.565Z | Create boot environment: No |
106 | 2023-10-24T00:15:40.571Z | Create backup boot environment: No |
107 | 2023-10-24T00:15:40.574Z | Rebuild boot archive: No |
108 | 2023-10-24T00:15:40.578Z | |
109 | 2023-10-24T00:15:40.581Z | Changed mediators: |
110 | 2023-10-24T00:15:40.585Z | mediator clang: |
111 | 2023-10-24T00:15:40.590Z | version: None -> 15 (system default) |
112 | 2023-10-24T00:15:40.595Z | |
113 | 2023-10-24T00:15:40.598Z | mediator llvm: |
114 | 2023-10-24T00:15:40.601Z | version: 14 (system default) -> 15 (system default) |
115 | 2023-10-24T00:15:40.604Z | |
116 | 2023-10-24T00:15:40.607Z | Changed packages: |
117 | 2023-10-24T00:15:40.610Z | helios-dev |
118 | 2023-10-24T00:15:40.614Z | developer/build-essential |
119 | 2023-10-24T00:15:40.617Z | None -> 11-2.0 |
120 | 2023-10-24T00:15:40.621Z | library/libxmlsec1 |
121 | 2023-10-24T00:15:40.626Z | None -> 1.2.35-2.0 |
122 | 2023-10-24T00:15:40.629Z | ooce/developer/clang-15 |
123 | 2023-10-24T00:15:40.633Z | None -> 15.0.7-2.0 |
124 | 2023-10-24T00:15:40.635Z | ooce/developer/llvm-15 |
125 | 2023-10-24T00:15:40.639Z | None -> 15.0.7-2.0 |
126 | 2023-10-24T00:15:40.642Z | |
127 | 2023-10-24T00:15:40.645Z | Services: |
128 | 2023-10-24T00:15:40.648Z | restart_fmri: |
129 | 2023-10-24T00:15:40.651Z | svc:/system/update-man-index:default |
130 | 2023-10-24T00:15:40.840Z | |
131 | 2023-10-24T00:15:40.843Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2023-10-24T00:15:45.840Z | Download: 792/3290 items 18.5/212.6MB 8% complete (3.8M/s) |
133 | 2023-10-24T00:15:55.355Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (9.7M/s) |
134 | 2023-10-24T00:16:01.933Z | Download: 2222/3290 items 119.2/212.6MB 56% complete (3.8M/s) |
135 | 2023-10-24T00:16:07.126Z | Download: 3283/3290 items 209.1/212.6MB 98% complete (9.8M/s) |
136 | 2023-10-24T00:16:07.229Z | Download: Completed 212.60 MB in 26.39 seconds (8.1M/s) |
137 | 2023-10-24T00:16:08.058Z | Actions: 1/3687 actions (Installing new actions) |
138 | 2023-10-24T00:16:13.435Z | Actions: 2389/3687 actions (Installing new actions) |
139 | 2023-10-24T00:16:16.355Z | Actions: Completed 3687 actions in 8.28 seconds. |
140 | 2023-10-24T00:16:16.441Z | Done (0.078s) |
141 | 2023-10-24T00:16:16.959Z | Done (0.000s) |
142 | 2023-10-24T00:16:16.987Z | Done (0.211s) |
143 | 2023-10-24T00:16:24.516Z | Done (7.762s) |
144 | 2023-10-24T00:16:24.971Z | Done (0.358s) |
145 | 2023-10-24T00:16:24.980Z | Done (0.000s) |
146 | 2023-10-24T00:16:25.267Z | Done (0.000s) |
147 | 2023-10-24T00:16:25.924Z | Planning: Evaluating mediator changes ... Done |
148 | 2023-10-24T00:16:26.397Z | Planning: Checking for conflicting actions ... Done |
149 | 2023-10-24T00:16:26.414Z | Planning: Consolidating action changes ... Done |
150 | 2023-10-24T00:16:26.626Z | Planning: Evaluating mediators ... Done |
151 | 2023-10-24T00:16:26.638Z | Planning: Planning completed in 0.70 seconds |
152 | 2023-10-24T00:16:26.677Z | Mediators to change: 2 |
153 | 2023-10-24T00:16:26.692Z | Create boot environment: No |
154 | 2023-10-24T00:16:26.705Z | Create backup boot environment: No |
155 | 2023-10-24T00:16:26.775Z | Done |
156 | 2023-10-24T00:16:26.785Z | Done |
157 | 2023-10-24T00:16:26.903Z | Done |
158 | 2023-10-24T00:16:32.646Z | Done |
159 | 2023-10-24T00:16:32.771Z | Done |
160 | 2023-10-24T00:16:32.779Z | Done |
161 | 2023-10-24T00:16:32.873Z | Done |
162 | 2023-10-24T00:16:33.876Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-10-24T00:16:33.887Z | Planning: Merging actions ... Done |
164 | 2023-10-24T00:16:34.203Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-10-24T00:16:34.636Z | Planning: Consolidating action changes ... Done |
166 | 2023-10-24T00:16:34.645Z | Planning: Evaluating mediators ... Done |
167 | 2023-10-24T00:16:35.117Z | Planning: Planning completed in 1.28 seconds |
168 | 2023-10-24T00:16:35.121Z | Packages to change: 1 |
169 | 2023-10-24T00:16:35.125Z | Mediators to change: 1 |
170 | 2023-10-24T00:16:35.130Z | Services to change: 1 |
171 | 2023-10-24T00:16:35.133Z | Create boot environment: No |
172 | 2023-10-24T00:16:35.136Z | Create backup boot environment: Yes |
173 | 2023-10-24T00:16:37.467Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2023-10-24T00:16:37.471Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2023-10-24T00:16:37.474Z | Done |
176 | 2023-10-24T00:16:37.482Z | Done |
177 | 2023-10-24T00:16:37.902Z | Done |
178 | 2023-10-24T00:16:43.273Z | Done |
179 | 2023-10-24T00:16:43.386Z | Done |
180 | 2023-10-24T00:16:43.391Z | Done |
181 | 2023-10-24T00:16:43.650Z | Done |
182 | 2023-10-24T00:16:44.303Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2023-10-24T00:16:44.315Z | clang system 15 system |
184 | 2023-10-24T00:16:44.329Z | csh system system illumos |
185 | 2023-10-24T00:16:44.344Z | ctags system system illumos |
186 | 2023-10-24T00:16:44.360Z | gcc vendor 12 vendor |
187 | 2023-10-24T00:16:44.389Z | gcc system 10 system |
188 | 2023-10-24T00:16:44.401Z | gcc system 7 system |
189 | 2023-10-24T00:16:44.414Z | go system 1.20 system |
190 | 2023-10-24T00:16:44.418Z | go system 1.19 system |
191 | 2023-10-24T00:16:44.428Z | llvm system 15 system |
192 | 2023-10-24T00:16:44.432Z | llvm system 14 system |
193 | 2023-10-24T00:16:44.437Z | mariadb system 10.6 system |
194 | 2023-10-24T00:16:44.441Z | mta vendor vendor dma |
195 | 2023-10-24T00:16:44.451Z | openjdk system 17 system |
196 | 2023-10-24T00:16:44.455Z | openjdk system 11 system |
197 | 2023-10-24T00:16:44.459Z | openjdk system 1.8 system |
198 | 2023-10-24T00:16:44.463Z | openssl vendor 3 vendor |
199 | 2023-10-24T00:16:44.468Z | perl system 5.36 system |
200 | 2023-10-24T00:16:44.479Z | postgresql system 15 system |
201 | 2023-10-24T00:16:44.483Z | postgresql system 13 system |
202 | 2023-10-24T00:16:44.487Z | python vendor 3 vendor |
203 | 2023-10-24T00:16:44.498Z | python system 2 system |
204 | 2023-10-24T00:16:44.504Z | python3 system 3.11 system |
205 | 2023-10-24T00:16:44.513Z | ruby system 3.0 system |
206 | 2023-10-24T00:16:44.519Z | words vendor vendor american-english |
207 | 2023-10-24T00:16:44.527Z | words system system australian-english |
208 | 2023-10-24T00:16:44.532Z | words system system british-english |
209 | 2023-10-24T00:16:44.539Z | words system system canadian-english |
210 | 2023-10-24T00:16:44.544Z | words system system french |
211 | 2023-10-24T00:16:44.550Z | words system system italian |
212 | 2023-10-24T00:16:44.555Z | words system system ngerman |
213 | 2023-10-24T00:16:44.559Z | words system system ogerman |
214 | 2023-10-24T00:16:44.563Z | words system system spanish |
215 | 2023-10-24T00:16:44.825Z | FMRI IFO |
216 | 2023-10-24T00:16:44.842Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
217 | 2023-10-24T00:16:44.858Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
218 | 2023-10-24T00:16:44.870Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
219 | 2023-10-24T00:16:44.880Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
220 | 2023-10-24T00:16:44.891Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
221 | 2023-10-24T00:16:44.901Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
222 | 2023-10-24T00:16:44.924Z | + set -o errexit |
223 | 2023-10-24T00:16:44.935Z | +++ dirname ./tools/ci_download_cockroachdb |
224 | 2023-10-24T00:16:44.999Z | ++ cd ./tools |
225 | 2023-10-24T00:16:45.011Z | ++ pwd |
226 | 2023-10-24T00:16:45.022Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
227 | 2023-10-24T00:16:45.034Z | ++ basename ./tools/ci_download_cockroachdb |
228 | 2023-10-24T00:16:45.049Z | + ARG0=ci_download_cockroachdb |
229 | 2023-10-24T00:16:45.059Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
230 | 2023-10-24T00:16:45.072Z | + CIDL_VERSION=v22.1.9 |
231 | 2023-10-24T00:16:45.080Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
232 | 2023-10-24T00:16:45.093Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
233 | 2023-10-24T00:16:45.105Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
234 | 2023-10-24T00:16:45.122Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
235 | 2023-10-24T00:16:45.129Z | + TARGET_DIR=out |
236 | 2023-10-24T00:16:45.139Z | + DOWNLOAD_DIR=out/downloads |
237 | 2023-10-24T00:16:45.146Z | + DEST_DIR=./out/cockroachdb |
238 | 2023-10-24T00:16:45.155Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
239 | 2023-10-24T00:16:45.161Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
240 | 2023-10-24T00:16:45.171Z | + main |
241 | 2023-10-24T00:16:45.176Z | + [[ 0 != 0 ]] |
242 | 2023-10-24T00:16:45.185Z | + CIDL_OS=solaris2.11 |
243 | 2023-10-24T00:16:45.194Z | + [[ 0 != 0 ]] |
244 | 2023-10-24T00:16:45.206Z | + configure_os solaris2.11 |
245 | 2023-10-24T00:16:45.214Z | + echo 'current directory: /work/oxidecomputer/omicron' |
246 | 2023-10-24T00:16:45.222Z | current directory: /work/oxidecomputer/omicron |
247 | 2023-10-24T00:16:45.230Z | + echo 'configuring based on OS: "solaris2.11"' |
248 | 2023-10-24T00:16:45.248Z | configuring based on OS: "solaris2.11" |
249 | 2023-10-24T00:16:45.261Z | + case "$1" in |
250 | 2023-10-24T00:16:45.282Z | + CIDL_BUILD=illumos |
251 | 2023-10-24T00:16:45.290Z | + CIDL_SUFFIX=tar.gz |
252 | 2023-10-24T00:16:45.307Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-10-24T00:16:45.322Z | + CIDL_MD5FUNC=do_md5sum |
254 | 2023-10-24T00:16:45.343Z | + CIDL_URL_BASE=https://illumos.org/downloads |
255 | 2023-10-24T00:16:45.359Z | + CIDL_ASSEMBLE=do_assemble_illumos |
256 | 2023-10-24T00:16:45.370Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
257 | 2023-10-24T00:16:45.382Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
258 | 2023-10-24T00:16:45.398Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
259 | 2023-10-24T00:16:45.414Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
260 | 2023-10-24T00:16:45.429Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
261 | 2023-10-24T00:16:45.435Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
262 | 2023-10-24T00:16:45.441Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
263 | 2023-10-24T00:16:45.446Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
264 | 2023-10-24T00:16:45.455Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
265 | 2023-10-24T00:16:45.460Z | + mkdir -p out/downloads |
266 | 2023-10-24T00:16:45.465Z | + mkdir -p ./out/cockroachdb |
267 | 2023-10-24T00:16:45.474Z | + local DO_DOWNLOAD=true |
268 | 2023-10-24T00:16:45.479Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
269 | 2023-10-24T00:16:45.485Z | + '[' true == true ']' |
270 | 2023-10-24T00:16:45.492Z | + echo Downloading... |
271 | 2023-10-24T00:16:45.496Z | Downloading... |
272 | 2023-10-24T00:16:45.506Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-10-24T00:16:45.512Z | + 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 |
274 | 2023-10-24T00:16:50.992Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-10-24T00:16:50.996Z | ++ md5sum |
276 | 2023-10-24T00:16:51.001Z | ++ awk '{print $1}' |
277 | 2023-10-24T00:16:51.220Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
278 | 2023-10-24T00:16:51.226Z | + [[ 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 ]] |
279 | 2023-10-24T00:16:51.235Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-10-24T00:16:51.252Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
281 | 2023-10-24T00:16:54.572Z | + do_assemble_illumos |
282 | 2023-10-24T00:16:54.587Z | + rm -r ./out/cockroachdb |
283 | 2023-10-24T00:16:54.599Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
284 | 2023-10-24T00:16:55.125Z | + ./out/cockroachdb/bin/cockroach version |
285 | 2023-10-24T00:16:55.337Z | Build Tag: v22.1.9-dirty |
286 | 2023-10-24T00:16:55.340Z | Build Time: 2022/10/26 21:17:46 |
287 | 2023-10-24T00:16:55.343Z | Distribution: OSS |
288 | 2023-10-24T00:16:55.346Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
289 | 2023-10-24T00:16:55.348Z | Go Version: go1.17.13 |
290 | 2023-10-24T00:16:55.351Z | C Compiler: gcc 10.3.0 |
291 | 2023-10-24T00:16:55.354Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
292 | 2023-10-24T00:16:55.357Z | Build Type: release |
293 | 2023-10-24T00:16:55.361Z | + set -o errexit |
294 | 2023-10-24T00:16:55.364Z | +++ dirname ./tools/ci_download_clickhouse |
295 | 2023-10-24T00:16:55.367Z | ++ cd ./tools |
296 | 2023-10-24T00:16:55.370Z | ++ pwd |
297 | 2023-10-24T00:16:55.373Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
298 | 2023-10-24T00:16:55.376Z | ++ basename ./tools/ci_download_clickhouse |
299 | 2023-10-24T00:16:55.378Z | + ARG0=ci_download_clickhouse |
300 | 2023-10-24T00:16:55.381Z | + TARGET_DIR=out |
301 | 2023-10-24T00:16:55.384Z | + DOWNLOAD_DIR=out/downloads |
302 | 2023-10-24T00:16:55.387Z | + DEST_DIR=./out/clickhouse |
303 | 2023-10-24T00:16:55.391Z | + CIDL_VERSION=v22.8.9.24 |
304 | 2023-10-24T00:16:55.394Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
305 | 2023-10-24T00:16:55.397Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
306 | 2023-10-24T00:16:55.401Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
307 | 2023-10-24T00:16:55.404Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
308 | 2023-10-24T00:16:55.409Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
309 | 2023-10-24T00:16:55.412Z | + main |
310 | 2023-10-24T00:16:55.416Z | + [[ 0 != 0 ]] |
311 | 2023-10-24T00:16:55.419Z | + CIDL_OS=solaris2.11 |
312 | 2023-10-24T00:16:55.423Z | + [[ 0 != 0 ]] |
313 | 2023-10-24T00:16:55.428Z | + configure_os solaris2.11 |
314 | 2023-10-24T00:16:55.433Z | + echo 'current directory: /work/oxidecomputer/omicron' |
315 | 2023-10-24T00:16:55.436Z | current directory: /work/oxidecomputer/omicron |
316 | 2023-10-24T00:16:55.440Z | + echo 'configuring based on OS: "solaris2.11"' |
317 | 2023-10-24T00:16:55.449Z | configuring based on OS: "solaris2.11" |
318 | 2023-10-24T00:16:55.455Z | + CIDL_DASHREV= |
319 | 2023-10-24T00:16:55.468Z | + case "$1" in |
320 | 2023-10-24T00:16:55.471Z | + CIDL_PLATFORM=illumos |
321 | 2023-10-24T00:16:55.475Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
322 | 2023-10-24T00:16:55.478Z | + CIDL_MD5FUNC=do_md5sum |
323 | 2023-10-24T00:16:55.481Z | + CIDL_DASHREV=-1 |
324 | 2023-10-24T00:16:55.485Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
325 | 2023-10-24T00:16:55.489Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
326 | 2023-10-24T00:16:55.492Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
327 | 2023-10-24T00:16:55.495Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
328 | 2023-10-24T00:16:55.501Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
329 | 2023-10-24T00:16:55.509Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
330 | 2023-10-24T00:16:55.518Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
331 | 2023-10-24T00:16:55.526Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
332 | 2023-10-24T00:16:55.536Z | + mkdir -p out/downloads |
333 | 2023-10-24T00:16:55.545Z | + mkdir -p ./out/clickhouse |
334 | 2023-10-24T00:16:55.554Z | + local DO_DOWNLOAD=true |
335 | 2023-10-24T00:16:55.563Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
336 | 2023-10-24T00:16:55.574Z | + '[' true == true ']' |
337 | 2023-10-24T00:16:55.583Z | + echo Downloading... |
338 | 2023-10-24T00:16:55.594Z | Downloading... |
339 | 2023-10-24T00:16:55.607Z | + 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 |
340 | 2023-10-24T00:16:55.626Z | + 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 |
341 | 2023-10-24T00:16:58.538Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-10-24T00:16:58.543Z | ++ md5sum |
343 | 2023-10-24T00:16:58.545Z | ++ awk '{print $1}' |
344 | 2023-10-24T00:16:58.819Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-24T00:16:58.822Z | + [[ 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 ]] |
346 | 2023-10-24T00:16:58.826Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
347 | 2023-10-24T00:16:58.828Z | + mkdir -p ./out/clickhouse |
348 | 2023-10-24T00:16:58.831Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
349 | 2023-10-24T00:17:03.663Z | + ./out/clickhouse/clickhouse server --version |
350 | 2023-10-24T00:17:03.747Z | ClickHouse server version 22.8.9.1. |
351 | 2023-10-24T00:17:03.772Z | + set -o errexit |
352 | 2023-10-24T00:17:03.778Z | +++ dirname ./tools/ci_download_console |
353 | 2023-10-24T00:17:03.783Z | ++ cd ./tools |
354 | 2023-10-24T00:17:03.787Z | ++ pwd |
355 | 2023-10-24T00:17:03.790Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
356 | 2023-10-24T00:17:03.798Z | ++ basename ./tools/ci_download_console |
357 | 2023-10-24T00:17:03.802Z | + ARG0=ci_download_console |
358 | 2023-10-24T00:17:03.807Z | + TARGET_DIR=out |
359 | 2023-10-24T00:17:03.811Z | + DOWNLOAD_DIR=out/downloads |
360 | 2023-10-24T00:17:03.816Z | + DEST_DIR=./out/console-assets |
361 | 2023-10-24T00:17:03.820Z | + source /work/oxidecomputer/omicron/tools/console_version |
362 | 2023-10-24T00:17:03.826Z | ++ COMMIT=bd65b9da7019ad812dd056e7fc182df2cf4ec128 |
363 | 2023-10-24T00:17:03.829Z | ++ SHA2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
364 | 2023-10-24T00:17:03.834Z | + URL=https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
365 | 2023-10-24T00:17:03.837Z | + TARBALL_FILE=out/downloads/console.tar.gz |
366 | 2023-10-24T00:17:03.840Z | + main |
367 | 2023-10-24T00:17:03.843Z | + [[ 0 != 0 ]] |
368 | 2023-10-24T00:17:03.846Z | + echo 'URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz' |
369 | 2023-10-24T00:17:03.851Z | URL: https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
370 | 2023-10-24T00:17:03.853Z | + echo 'Local file: out/downloads/console.tar.gz' |
371 | 2023-10-24T00:17:03.856Z | Local file: out/downloads/console.tar.gz |
372 | 2023-10-24T00:17:03.860Z | + local DO_DOWNLOAD=true |
373 | 2023-10-24T00:17:03.863Z | + [[ -f out/downloads/console.tar.gz ]] |
374 | 2023-10-24T00:17:03.868Z | + mkdir -p out/downloads |
375 | 2023-10-24T00:17:03.871Z | + '[' true == true ']' |
376 | 2023-10-24T00:17:03.874Z | + echo Downloading... |
377 | 2023-10-24T00:17:03.876Z | Downloading... |
378 | 2023-10-24T00:17:03.880Z | + do_download_curl https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz out/downloads/console.tar.gz |
379 | 2023-10-24T00:17:03.885Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/bd65b9da7019ad812dd056e7fc182df2cf4ec128.tar.gz |
380 | 2023-10-24T00:17:04.485Z | ++ do_sha256sum out/downloads/console.tar.gz |
381 | 2023-10-24T00:17:04.488Z | ++ case "$OSTYPE" in |
382 | 2023-10-24T00:17:04.491Z | ++ SHA=sha256sum |
383 | 2023-10-24T00:17:04.494Z | ++ sha256sum |
384 | 2023-10-24T00:17:04.497Z | ++ awk '{print $1}' |
385 | 2023-10-24T00:17:04.513Z | + calculated_sha2=e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 |
386 | 2023-10-24T00:17:04.516Z | + [[ e4d4f33996a6e89b972fac61737acb7f1dbd21943d1f6bef776d4ee9bcccd2b0 != \e\4\d\4\f\3\3\9\9\6\a\6\e\8\9\b\9\7\2\f\a\c\6\1\7\3\7\a\c\b\7\f\1\d\b\d\2\1\9\4\3\d\1\f\6\b\e\f\7\7\6\d\4\e\e\9\b\c\c\c\d\2\b\0 ]] |
387 | 2023-10-24T00:17:04.520Z | + rm -rf ./out/console-assets |
388 | 2023-10-24T00:17:04.524Z | + mkdir -p ./out/console-assets |
389 | 2023-10-24T00:17:04.526Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
390 | 2023-10-24T00:17:04.531Z | + mkdir -p ./out/console-assets |
391 | 2023-10-24T00:17:04.534Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
392 | 2023-10-24T00:17:04.657Z | + set -o errexit |
393 | 2023-10-24T00:17:04.662Z | +++ dirname ./tools/ci_download_maghemite_openapi |
394 | 2023-10-24T00:17:04.665Z | ++ cd ./tools |
395 | 2023-10-24T00:17:04.671Z | ++ pwd |
396 | 2023-10-24T00:17:04.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-10-24T00:17:04.684Z | ++ basename ./tools/ci_download_maghemite_openapi |
398 | 2023-10-24T00:17:04.690Z | + ARG0=ci_download_maghemite_openapi |
399 | 2023-10-24T00:17:04.694Z | + TARGET_DIR=out |
400 | 2023-10-24T00:17:04.697Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-10-24T00:17:04.700Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
402 | 2023-10-24T00:17:04.708Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
403 | 2023-10-24T00:17:04.713Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
404 | 2023-10-24T00:17:04.719Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
405 | 2023-10-24T00:17:04.722Z | + LOCAL_FILE=out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
406 | 2023-10-24T00:17:04.726Z | + main |
407 | 2023-10-24T00:17:04.728Z | + [[ 0 != 0 ]] |
408 | 2023-10-24T00:17:04.731Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json' |
409 | 2023-10-24T00:17:04.734Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
410 | 2023-10-24T00:17:04.737Z | + echo 'Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json' |
411 | 2023-10-24T00:17:04.742Z | Local file: out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
412 | 2023-10-24T00:17:04.745Z | + local DO_DOWNLOAD=true |
413 | 2023-10-24T00:17:04.748Z | + [[ -f out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
414 | 2023-10-24T00:17:04.752Z | + mkdir -p out/downloads |
415 | 2023-10-24T00:17:04.757Z | + '[' true == true ']' |
416 | 2023-10-24T00:17:04.762Z | + echo Downloading... |
417 | 2023-10-24T00:17:04.768Z | Downloading... |
418 | 2023-10-24T00:17:05.182Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
419 | 2023-10-24T00:17:05.189Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/ddm-admin.json |
420 | 2023-10-24T00:17:05.195Z | ++ do_sha256sum out/downloads/ddm-admin-2f25a2005521f643317879b46692141b4127608a.json |
421 | 2023-10-24T00:17:05.202Z | ++ case "$OSTYPE" in |
422 | 2023-10-24T00:17:05.217Z | ++ SHA=sha256sum |
423 | 2023-10-24T00:17:05.647Z | ++ sha256sum |
424 | 2023-10-24T00:17:05.655Z | ++ awk '{print $1}' |
425 | 2023-10-24T00:17:05.671Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-10-24T00:17:05.690Z | + [[ 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 ]] |
427 | 2023-10-24T00:17:05.698Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
428 | 2023-10-24T00:17:05.710Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
429 | 2023-10-24T00:17:05.715Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
430 | 2023-10-24T00:17:05.727Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
431 | 2023-10-24T00:17:05.732Z | + LOCAL_FILE=out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
432 | 2023-10-24T00:17:05.742Z | + main |
433 | 2023-10-24T00:17:05.748Z | + [[ 0 != 0 ]] |
434 | 2023-10-24T00:17:05.753Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json' |
435 | 2023-10-24T00:17:05.758Z | + echo 'Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json' |
436 | 2023-10-24T00:17:05.766Z | + local DO_DOWNLOAD=true |
437 | 2023-10-24T00:17:05.781Z | + [[ -f out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json ]] |
438 | 2023-10-24T00:17:06.194Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
439 | 2023-10-24T00:17:06.207Z | Local file: out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
440 | 2023-10-24T00:17:06.223Z | + mkdir -p out/downloads |
441 | 2023-10-24T00:17:06.231Z | + '[' true == true ']' |
442 | 2023-10-24T00:17:06.242Z | + echo Downloading... |
443 | 2023-10-24T00:17:06.255Z | Downloading... |
444 | 2023-10-24T00:17:06.271Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
445 | 2023-10-24T00:17:06.279Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2f25a2005521f643317879b46692141b4127608a/mg-admin.json |
446 | 2023-10-24T00:17:06.282Z | ++ do_sha256sum out/downloads/mg-admin-2f25a2005521f643317879b46692141b4127608a.json |
447 | 2023-10-24T00:17:06.286Z | ++ case "$OSTYPE" in |
448 | 2023-10-24T00:17:06.292Z | ++ SHA=sha256sum |
449 | 2023-10-24T00:17:06.298Z | ++ sha256sum |
450 | 2023-10-24T00:17:06.302Z | ++ awk '{print $1}' |
451 | 2023-10-24T00:17:06.306Z | + calculated_sha2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
452 | 2023-10-24T00:17:06.309Z | + [[ d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e != \d\0\f\7\6\1\1\e\5\e\c\d\0\4\9\b\0\f\8\3\b\c\f\a\8\4\3\9\4\2\4\0\1\f\1\5\5\a\0\b\e\3\6\d\9\a\2\d\f\d\7\3\b\8\3\4\1\d\5\f\8\1\6\e ]] |
453 | 2023-10-24T00:17:06.313Z | + set -o errexit |
454 | 2023-10-24T00:17:06.317Z | +++ dirname ./tools/ci_download_dendrite_openapi |
455 | 2023-10-24T00:17:06.320Z | ++ cd ./tools |
456 | 2023-10-24T00:17:06.324Z | ++ pwd |
457 | 2023-10-24T00:17:06.328Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
458 | 2023-10-24T00:17:06.331Z | ++ basename ./tools/ci_download_dendrite_openapi |
459 | 2023-10-24T00:17:06.335Z | + ARG0=ci_download_dendrite_openapi |
460 | 2023-10-24T00:17:06.340Z | + TARGET_DIR=out |
461 | 2023-10-24T00:17:06.345Z | + DOWNLOAD_DIR=out/downloads |
462 | 2023-10-24T00:17:06.348Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
463 | 2023-10-24T00:17:06.351Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
464 | 2023-10-24T00:17:06.355Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
465 | 2023-10-24T00:17:06.359Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
466 | 2023-10-24T00:17:06.364Z | + LOCAL_FILE=out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
467 | 2023-10-24T00:17:06.373Z | + main |
468 | 2023-10-24T00:17:06.396Z | + [[ 0 != 0 ]] |
469 | 2023-10-24T00:17:06.405Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json' |
470 | 2023-10-24T00:17:06.409Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
471 | 2023-10-24T00:17:06.424Z | + echo 'Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json' |
472 | 2023-10-24T00:17:06.433Z | Local file: out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
473 | 2023-10-24T00:17:06.437Z | + local DO_DOWNLOAD=true |
474 | 2023-10-24T00:17:06.440Z | + [[ -f out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json ]] |
475 | 2023-10-24T00:17:06.444Z | + mkdir -p out/downloads |
476 | 2023-10-24T00:17:06.448Z | + '[' true == true ']' |
477 | 2023-10-24T00:17:06.451Z | + echo Downloading... |
478 | 2023-10-24T00:17:06.454Z | Downloading... |
479 | 2023-10-24T00:17:06.457Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
480 | 2023-10-24T00:17:06.468Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/c0cbc39b55fac54b95468304c497e00f3d3cf686/dpd.json |
481 | 2023-10-24T00:17:06.477Z | ++ do_sha256sum out/downloads/dpd-c0cbc39b55fac54b95468304c497e00f3d3cf686.json |
482 | 2023-10-24T00:17:06.483Z | ++ case "$OSTYPE" in |
483 | 2023-10-24T00:17:06.487Z | ++ SHA=sha256sum |
484 | 2023-10-24T00:17:06.491Z | ++ sha256sum |
485 | 2023-10-24T00:17:06.495Z | ++ awk '{print $1}' |
486 | 2023-10-24T00:17:06.501Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
487 | 2023-10-24T00:17:06.506Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
488 | 2023-10-24T00:17:06.513Z | + set -o errexit |
489 | 2023-10-24T00:17:06.518Z | current directory: /work/oxidecomputer/omicron |
490 | 2023-10-24T00:17:06.524Z | +++ dirname ./tools/ci_download_dendrite_stub |
491 | 2023-10-24T00:17:06.531Z | configuring based on OS: "solaris2.11" |
492 | 2023-10-24T00:17:06.541Z | ++ cd ./tools |
493 | 2023-10-24T00:17:06.547Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
494 | 2023-10-24T00:17:06.561Z | ++ pwd |
495 | 2023-10-24T00:17:06.984Z | Local file: out/downloads/dendrite-stub.tar.gz |
496 | 2023-10-24T00:17:07.000Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
497 | 2023-10-24T00:17:07.017Z | Downloading... |
498 | 2023-10-24T00:17:07.428Z | ++ basename ./tools/ci_download_dendrite_stub |
499 | 2023-10-24T00:17:07.437Z | + ARG0=ci_download_dendrite_stub |
500 | 2023-10-24T00:17:07.446Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
501 | 2023-10-24T00:17:07.954Z | ++ CIDL_SHA256_ILLUMOS=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
502 | 2023-10-24T00:17:07.972Z | ++ CIDL_SHA256_LINUX_DPD=b275a1c688eae1024b9ce1cbb766a66e37072e84b4a6cbc18746c903739ccf51 |
503 | 2023-10-24T00:17:07.984Z | ++ CIDL_SHA256_LINUX_SWADM=7e604cc4b67c1a711a63ece2a8d0e2e7c8ef2b9ac6bb433b3c2e02f5f66018ba |
504 | 2023-10-24T00:17:08.404Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
505 | 2023-10-24T00:17:08.830Z | ++ COMMIT=c0cbc39b55fac54b95468304c497e00f3d3cf686 |
506 | 2023-10-24T00:17:08.874Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
507 | 2023-10-24T00:17:08.891Z | + TARGET_DIR=out |
508 | 2023-10-24T00:17:08.911Z | + DOWNLOAD_DIR=out/downloads |
509 | 2023-10-24T00:17:08.921Z | + DEST_DIR=./out/dendrite-stub |
510 | 2023-10-24T00:17:08.938Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
511 | 2023-10-24T00:17:08.950Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
512 | 2023-10-24T00:17:08.964Z | + REPO=oxidecomputer/dendrite |
513 | 2023-10-24T00:17:08.973Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686 |
514 | 2023-10-24T00:17:08.985Z | + main |
515 | 2023-10-24T00:17:08.992Z | + [[ 0 != 0 ]] |
516 | 2023-10-24T00:17:09.004Z | + CIDL_OS=solaris2.11 |
517 | 2023-10-24T00:17:09.026Z | + [[ 0 != 0 ]] |
518 | 2023-10-24T00:17:09.037Z | + configure_os solaris2.11 |
519 | 2023-10-24T00:17:09.045Z | + echo 'current directory: /work/oxidecomputer/omicron' |
520 | 2023-10-24T00:17:09.052Z | + echo 'configuring based on OS: "solaris2.11"' |
521 | 2023-10-24T00:17:09.060Z | + case "$1" in |
522 | 2023-10-24T00:17:09.068Z | + SET_BINARIES= |
523 | 2023-10-24T00:17:09.077Z | + CIDL_SHA256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
524 | 2023-10-24T00:17:09.085Z | + CIDL_SHA256FUNC=do_sha256sum |
525 | 2023-10-24T00:17:09.101Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
526 | 2023-10-24T00:17:09.116Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
527 | 2023-10-24T00:17:09.127Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
528 | 2023-10-24T00:17:09.134Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz' |
529 | 2023-10-24T00:17:09.548Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
530 | 2023-10-24T00:17:09.562Z | + mkdir -p out/downloads |
531 | 2023-10-24T00:17:09.579Z | + mkdir -p ./out/dendrite-stub |
532 | 2023-10-24T00:17:09.588Z | + fetch_and_verify |
533 | 2023-10-24T00:17:10.014Z | + local DO_DOWNLOAD=true |
534 | 2023-10-24T00:17:10.020Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
535 | 2023-10-24T00:17:10.026Z | + '[' true == true ']' |
536 | 2023-10-24T00:17:10.038Z | + echo Downloading... |
537 | 2023-10-24T00:17:10.064Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
538 | 2023-10-24T00:17:10.090Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/c0cbc39b55fac54b95468304c497e00f3d3cf686/dendrite-stub.tar.gz |
539 | 2023-10-24T00:17:15.330Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
540 | 2023-10-24T00:17:15.341Z | ++ sha256sum |
541 | 2023-10-24T00:17:15.349Z | ++ awk '{print $1}' |
542 | 2023-10-24T00:17:15.426Z | + calculated_sha256=3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 |
543 | 2023-10-24T00:17:15.436Z | + [[ 3706e0e8230b7f76407ec0acea9020b9efc7d6c78b74c304102fd8e62cac6760 != \3\7\0\6\e\0\e\8\2\3\0\b\7\f\7\6\4\0\7\e\c\0\a\c\e\a\9\0\2\0\b\9\e\f\c\7\d\6\c\7\8\b\7\4\c\3\0\4\1\0\2\f\d\8\e\6\2\c\a\c\6\7\6\0 ]] |
544 | 2023-10-24T00:17:15.443Z | + do_untar out/downloads/dendrite-stub.tar.gz |
545 | 2023-10-24T00:17:15.448Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
546 | 2023-10-24T00:17:16.324Z | + do_assemble |
547 | 2023-10-24T00:17:16.327Z | + rm -r ./out/dendrite-stub |
548 | 2023-10-24T00:17:16.330Z | + mkdir ./out/dendrite-stub |
549 | 2023-10-24T00:17:16.333Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
550 | 2023-10-24T00:17:16.439Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
551 | 2023-10-24T00:17:16.452Z | + set -o errexit |
552 | 2023-10-24T00:17:16.455Z | +++ dirname ./tools/ci_download_maghemite_mgd |
553 | 2023-10-24T00:17:16.460Z | ++ cd ./tools |
554 | 2023-10-24T00:17:16.463Z | ++ pwd |
555 | 2023-10-24T00:17:16.466Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
556 | 2023-10-24T00:17:16.469Z | ++ basename ./tools/ci_download_maghemite_mgd |
557 | 2023-10-24T00:17:16.476Z | + ARG0=ci_download_maghemite_mgd |
558 | 2023-10-24T00:17:16.481Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
559 | 2023-10-24T00:17:16.485Z | ++ CIDL_SHA256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
560 | 2023-10-24T00:17:16.489Z | ++ MGD_LINUX_SHA256=45e5ddc9d81cfcb94917f9c58942c3a7211fb34a3c563fbfc2434b0a97306b3d |
561 | 2023-10-24T00:17:16.492Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
562 | 2023-10-24T00:17:16.495Z | ++ COMMIT=2f25a2005521f643317879b46692141b4127608a |
563 | 2023-10-24T00:17:16.498Z | ++ SHA2=d0f7611e5ecd049b0f83bcfa843942401f155a0be36d9a2dfd73b8341d5f816e |
564 | 2023-10-24T00:17:16.501Z | + TARGET_DIR=out |
565 | 2023-10-24T00:17:16.504Z | + DOWNLOAD_DIR=out/downloads |
566 | 2023-10-24T00:17:16.507Z | + DEST_DIR=./out/mgd |
567 | 2023-10-24T00:17:16.510Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
568 | 2023-10-24T00:17:16.512Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
569 | 2023-10-24T00:17:16.515Z | + REPO=oxidecomputer/maghemite |
570 | 2023-10-24T00:17:16.522Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a |
571 | 2023-10-24T00:17:16.528Z | + main |
572 | 2023-10-24T00:17:16.531Z | + [[ 0 != 0 ]] |
573 | 2023-10-24T00:17:16.534Z | + CIDL_OS=solaris2.11 |
574 | 2023-10-24T00:17:16.541Z | + [[ 0 != 0 ]] |
575 | 2023-10-24T00:17:16.550Z | + configure_os solaris2.11 |
576 | 2023-10-24T00:17:16.553Z | + echo 'current directory: /work/oxidecomputer/omicron' |
577 | 2023-10-24T00:17:16.556Z | current directory: /work/oxidecomputer/omicron |
578 | 2023-10-24T00:17:16.560Z | + echo 'configuring based on OS: "solaris2.11"' |
579 | 2023-10-24T00:17:16.563Z | configuring based on OS: "solaris2.11" |
580 | 2023-10-24T00:17:16.578Z | + case "$1" in |
581 | 2023-10-24T00:17:16.586Z | + SET_BINARIES= |
582 | 2023-10-24T00:17:16.590Z | + CIDL_SHA256FUNC=do_sha256sum |
583 | 2023-10-24T00:17:16.593Z | + TARBALL_FILENAME=mgd.tar.gz |
584 | 2023-10-24T00:17:16.596Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
585 | 2023-10-24T00:17:16.599Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
586 | 2023-10-24T00:17:16.603Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz' |
587 | 2023-10-24T00:17:16.606Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
588 | 2023-10-24T00:17:16.609Z | Local file: out/downloads/mgd.tar.gz |
589 | 2023-10-24T00:17:16.612Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
590 | 2023-10-24T00:17:16.619Z | + mkdir -p out/downloads |
591 | 2023-10-24T00:17:16.629Z | + mkdir -p ./out/mgd |
592 | 2023-10-24T00:17:16.643Z | + fetch_and_verify |
593 | 2023-10-24T00:17:16.655Z | + local DO_DOWNLOAD=true |
594 | 2023-10-24T00:17:16.664Z | + [[ -f out/downloads/mgd.tar.gz ]] |
595 | 2023-10-24T00:17:16.672Z | + '[' true == true ']' |
596 | 2023-10-24T00:17:16.680Z | + echo Downloading... |
597 | 2023-10-24T00:17:16.685Z | Downloading... |
598 | 2023-10-24T00:17:16.690Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz out/downloads/mgd.tar.gz |
599 | 2023-10-24T00:17:16.700Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2f25a2005521f643317879b46692141b4127608a/mgd.tar.gz |
600 | 2023-10-24T00:17:21.133Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
601 | 2023-10-24T00:17:21.137Z | ++ sha256sum |
602 | 2023-10-24T00:17:21.144Z | ++ awk '{print $1}' |
603 | 2023-10-24T00:17:21.212Z | + calculated_sha256=16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 |
604 | 2023-10-24T00:17:21.217Z | + [[ 16878501f5440590674acd82bee6ce5dcf3d1326531c25064dd9c060ab6440a4 != \1\6\8\7\8\5\0\1\f\5\4\4\0\5\9\0\6\7\4\a\c\d\8\2\b\e\e\6\c\e\5\d\c\f\3\d\1\3\2\6\5\3\1\c\2\5\0\6\4\d\d\9\c\0\6\0\a\b\6\4\4\0\a\4 ]] |
605 | 2023-10-24T00:17:21.221Z | + do_untar out/downloads/mgd.tar.gz |
606 | 2023-10-24T00:17:21.224Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
607 | 2023-10-24T00:17:22.295Z | + do_assemble |
608 | 2023-10-24T00:17:22.305Z | + rm -r ./out/mgd |
609 | 2023-10-24T00:17:22.311Z | + mkdir ./out/mgd |
610 | 2023-10-24T00:17:22.318Z | + cp -r out/downloads/root ./out/mgd/root |
611 | 2023-10-24T00:17:22.335Z | + set -o errexit |
612 | 2023-10-24T00:17:22.349Z | +++ dirname ./tools/ci_download_transceiver_control |
613 | 2023-10-24T00:17:22.426Z | ++ cd ./tools |
614 | 2023-10-24T00:17:22.436Z | ++ pwd |
615 | 2023-10-24T00:17:22.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
616 | 2023-10-24T00:17:22.460Z | ++ basename ./tools/ci_download_transceiver_control |
617 | 2023-10-24T00:17:22.477Z | + ARG0=ci_download_transceiver_control |
618 | 2023-10-24T00:17:22.494Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
619 | 2023-10-24T00:17:22.527Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
620 | 2023-10-24T00:17:22.534Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
621 | 2023-10-24T00:17:22.538Z | + TARGET_DIR=out |
622 | 2023-10-24T00:17:22.542Z | + DOWNLOAD_DIR=out/downloads |
623 | 2023-10-24T00:17:22.545Z | + DEST_DIR=./out/transceiver-control |
624 | 2023-10-24T00:17:22.548Z | + BIN_DIR=/opt/oxide/bin |
625 | 2023-10-24T00:17:22.551Z | + BINARY=xcvradm |
626 | 2023-10-24T00:17:22.554Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
627 | 2023-10-24T00:17:22.557Z | + REPO=oxidecomputer/transceiver-control |
628 | 2023-10-24T00:17:22.561Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
629 | 2023-10-24T00:17:22.565Z | + main |
630 | 2023-10-24T00:17:22.576Z | + [[ 0 != 0 ]] |
631 | 2023-10-24T00:17:22.996Z | + CIDL_OS=solaris2.11 |
632 | 2023-10-24T00:17:23.010Z | + [[ 0 != 0 ]] |
633 | 2023-10-24T00:17:23.028Z | + configure_os solaris2.11 |
634 | 2023-10-24T00:17:23.041Z | + echo 'current directory: /work/oxidecomputer/omicron' |
635 | 2023-10-24T00:17:23.056Z | current directory: /work/oxidecomputer/omicron |
636 | 2023-10-24T00:17:23.074Z | configuring based on OS: "solaris2.11" |
637 | 2023-10-24T00:17:23.082Z | + echo 'configuring based on OS: "solaris2.11"' |
638 | 2023-10-24T00:17:23.095Z | + case "$1" in |
639 | 2023-10-24T00:17:23.104Z | + SET_BINARIES= |
640 | 2023-10-24T00:17:23.111Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-10-24T00:17:23.119Z | + CIDL_SHA256FUNC=do_sha256sum |
642 | 2023-10-24T00:17:23.126Z | + ARCHIVE_FILENAME=xcvradm.gz |
643 | 2023-10-24T00:17:23.135Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
644 | 2023-10-24T00:17:23.149Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
645 | 2023-10-24T00:17:23.165Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
646 | 2023-10-24T00:17:23.176Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
647 | 2023-10-24T00:17:23.182Z | + echo 'Local file: out/downloads/xcvradm.gz' |
648 | 2023-10-24T00:17:23.188Z | Local file: out/downloads/xcvradm.gz |
649 | 2023-10-24T00:17:23.193Z | + mkdir -p out/downloads |
650 | 2023-10-24T00:17:23.198Z | + mkdir -p ./out/transceiver-control |
651 | 2023-10-24T00:17:23.201Z | + fetch_and_verify |
652 | 2023-10-24T00:17:23.205Z | + local DO_DOWNLOAD=true |
653 | 2023-10-24T00:17:23.209Z | + [[ -f out/downloads/xcvradm.gz ]] |
654 | 2023-10-24T00:17:23.214Z | + '[' true == true ']' |
655 | 2023-10-24T00:17:23.227Z | + echo Downloading... |
656 | 2023-10-24T00:17:23.237Z | Downloading... |
657 | 2023-10-24T00:17:23.246Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
658 | 2023-10-24T00:17:23.255Z | + 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 |
659 | 2023-10-24T00:17:24.068Z | ++ do_sha256sum out/downloads/xcvradm.gz |
660 | 2023-10-24T00:17:24.073Z | ++ sha256sum |
661 | 2023-10-24T00:17:24.076Z | ++ awk '{print $1}' |
662 | 2023-10-24T00:17:24.094Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-10-24T00:17:24.099Z | + [[ 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 ]] |
664 | 2023-10-24T00:17:24.103Z | + do_unpack out/downloads/xcvradm.gz |
665 | 2023-10-24T00:17:24.110Z | + mkdir -p out/downloads/root//opt/oxide/bin |
666 | 2023-10-24T00:17:24.124Z | + gzip -dc out/downloads/xcvradm.gz |
667 | 2023-10-24T00:17:24.269Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
668 | 2023-10-24T00:17:24.273Z | + do_assemble |
669 | 2023-10-24T00:17:24.283Z | + rm -r ./out/transceiver-control |
670 | 2023-10-24T00:17:24.294Z | + mkdir ./out/transceiver-control |
671 | 2023-10-24T00:17:24.304Z | + cp -r out/downloads/root ./out/transceiver-control/root |
672 | 2023-10-24T00:17:24.483Z | All prerequisites installed successfully |
673 | 2023-10-24T00:17:24.487Z | |
674 | 2023-10-24T00:17:24.490Z | real 2:09.119558515 |
675 | 2023-10-24T00:17:24.495Z | user 51.372171773 |
676 | 2023-10-24T00:17:24.500Z | sys 9.574408693 |
677 | 2023-10-24T00:17:24.503Z | trap 0.024257623 |
678 | 2023-10-24T00:17:24.505Z | tflt 0.305478967 |
679 | 2023-10-24T00:17:24.509Z | dflt 0.812548467 |
680 | 2023-10-24T00:17:24.511Z | kflt 0.233938692 |
681 | 2023-10-24T00:17:24.515Z | lock 1.669787182 |
682 | 2023-10-24T00:17:24.518Z | slp 4:04.531652923 |
683 | 2023-10-24T00:17:24.520Z | lat 3.225656238 |
684 | 2023-10-24T00:17:24.526Z | stop 0.070259794 |
685 | 2023-10-24T00:17:24.941Z | + ptime -m ./tools/ci_download_softnpu_machinery |
686 | 2023-10-24T00:17:24.944Z | fetching npuzone |
687 | 2023-10-24T00:17:24.947Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
688 | 2023-10-24T00:17:24.950Z | (commit: c1c42398c82b0220c8b5fa3bfba9c7a3bcaa0943) |
689 | 2023-10-24T00:17:24.952Z | Getting hash for npuzone |
690 | 2023-10-24T00:17:24.955Z | (hash: 4e3cd20ca95b90f85396e965a68dac08e26c0454be09c388b91cf679eea6d90e) |
691 | 2023-10-24T00:17:32.062Z | npuzone downloaded successfully |
692 | 2023-10-24T00:17:32.067Z | |
693 | 2023-10-24T00:17:32.069Z | real 7.604580617 |
694 | 2023-10-24T00:17:32.072Z | user 0.562447002 |
695 | 2023-10-24T00:17:32.075Z | sys 0.152530451 |
696 | 2023-10-24T00:17:32.078Z | trap 0.000204520 |
697 | 2023-10-24T00:17:32.081Z | tflt 0.000000000 |
698 | 2023-10-24T00:17:32.084Z | dflt 0.000000000 |
699 | 2023-10-24T00:17:32.086Z | kflt 0.000000000 |
700 | 2023-10-24T00:17:32.089Z | lock 0.000000000 |
701 | 2023-10-24T00:17:32.092Z | slp 21.932243345 |
702 | 2023-10-24T00:17:32.095Z | lat 0.130701130 |
703 | 2023-10-24T00:17:32.098Z | stop 0.000264534 |
704 | 2023-10-24T00:17:32.101Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
705 | 2023-10-24T00:17:32.425Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
706 | 2023-10-24T00:17:32.991Z | Updating crates.io index |
707 | 2023-10-24T00:17:32.995Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
708 | 2023-10-24T00:17:33.890Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
709 | 2023-10-24T00:17:35.989Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
710 | 2023-10-24T00:17:36.712Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
711 | 2023-10-24T00:17:37.025Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
712 | 2023-10-24T00:17:37.319Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
713 | 2023-10-24T00:17:37.617Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
714 | 2023-10-24T00:17:38.451Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
715 | 2023-10-24T00:17:40.120Z | Updating git repository `https://github.com/oxidecomputer/opte` |
716 | 2023-10-24T00:17:41.074Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
717 | 2023-10-24T00:17:41.442Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
718 | 2023-10-24T00:17:41.806Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
719 | 2023-10-24T00:17:42.399Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
720 | 2023-10-24T00:17:42.743Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
721 | 2023-10-24T00:17:43.157Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
722 | 2023-10-24T00:17:43.511Z | Updating git repository `https://github.com/njaremko/samael` |
723 | 2023-10-24T00:17:44.141Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
724 | 2023-10-24T00:17:44.643Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
725 | 2023-10-24T00:17:45.069Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
726 | 2023-10-24T00:17:45.429Z | Updating git repository `https://github.com/jgallagher/nix` |
727 | 2023-10-24T00:17:46.726Z | Updating git repository `https://github.com/cbiffle/hubpack` |
728 | 2023-10-24T00:17:47.244Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
729 | 2023-10-24T00:17:56.586Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
730 | 2023-10-24T00:17:57.042Z | Updating git repository `https://github.com/oxidecomputer/typify` |
731 | 2023-10-24T00:17:58.163Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
732 | 2023-10-24T00:17:58.566Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
733 | 2023-10-24T00:17:58.895Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
734 | 2023-10-24T00:18:00.622Z | Downloading crates ... |
735 | 2023-10-24T00:18:00.899Z | Downloaded atty v0.2.14 |
736 | 2023-10-24T00:18:00.904Z | Downloaded bit-set v0.5.3 |
737 | 2023-10-24T00:18:00.910Z | Downloaded bitstruct_derive v0.1.0 |
738 | 2023-10-24T00:18:00.914Z | Downloaded base16ct v0.2.0 |
739 | 2023-10-24T00:18:00.917Z | Downloaded backtrace v0.3.69 |
740 | 2023-10-24T00:18:00.930Z | Downloaded heck v0.3.3 |
741 | 2023-10-24T00:18:00.936Z | Downloaded home v0.5.5 |
742 | 2023-10-24T00:18:00.942Z | Downloaded bytecount v0.6.3 |
743 | 2023-10-24T00:18:00.946Z | Downloaded bit-vec v0.6.3 |
744 | 2023-10-24T00:18:00.960Z | Downloaded buf-list v1.0.3 |
745 | 2023-10-24T00:18:00.967Z | Downloaded ident_case v1.0.1 |
746 | 2023-10-24T00:18:00.970Z | Downloaded backoff v0.4.0 |
747 | 2023-10-24T00:18:00.973Z | Downloaded hubpack v0.1.2 |
748 | 2023-10-24T00:18:00.976Z | Downloaded bitfield v0.14.0 |
749 | 2023-10-24T00:18:00.981Z | Downloaded inout v0.1.3 |
750 | 2023-10-24T00:18:00.986Z | Downloaded http-body v0.4.5 |
751 | 2023-10-24T00:18:00.994Z | Downloaded humantime v2.1.0 |
752 | 2023-10-24T00:18:01.000Z | Downloaded iana-time-zone v0.1.57 |
753 | 2023-10-24T00:18:01.010Z | Downloaded async-stream-impl v0.3.5 |
754 | 2023-10-24T00:18:01.013Z | Downloaded atomicwrites v0.4.2 |
755 | 2023-10-24T00:18:01.016Z | Downloaded anstyle-query v1.0.0 |
756 | 2023-10-24T00:18:01.020Z | Downloaded array-init v0.0.4 |
757 | 2023-10-24T00:18:01.023Z | Downloaded indoc v2.0.3 |
758 | 2023-10-24T00:18:01.029Z | Downloaded newtype_derive v0.1.6 |
759 | 2023-10-24T00:18:01.034Z | Downloaded cfg-if v0.1.10 |
760 | 2023-10-24T00:18:01.040Z | Downloaded ciborium-io v0.2.1 |
761 | 2023-10-24T00:18:01.043Z | Downloaded itoa v1.0.9 |
762 | 2023-10-24T00:18:01.047Z | Downloaded colorchoice v1.0.0 |
763 | 2023-10-24T00:18:01.050Z | Downloaded managed v0.8.0 |
764 | 2023-10-24T00:18:01.055Z | Downloaded aead v0.5.2 |
765 | 2023-10-24T00:18:01.061Z | Downloaded ciborium-ll v0.2.1 |
766 | 2023-10-24T00:18:01.066Z | Downloaded argon2 v0.5.2 |
767 | 2023-10-24T00:18:01.071Z | Downloaded lru-cache v0.1.2 |
768 | 2023-10-24T00:18:01.074Z | Downloaded ipnet v2.8.0 |
769 | 2023-10-24T00:18:01.078Z | Downloaded crc v3.0.1 |
770 | 2023-10-24T00:18:01.082Z | Downloaded async-stream v0.3.5 |
771 | 2023-10-24T00:18:01.087Z | Downloaded cargo_metadata v0.18.0 |
772 | 2023-10-24T00:18:01.090Z | Downloaded maybe-uninit v2.0.0 |
773 | 2023-10-24T00:18:01.095Z | Downloaded async-recursion v1.0.5 |
774 | 2023-10-24T00:18:01.101Z | Downloaded anyhow v1.0.75 |
775 | 2023-10-24T00:18:01.113Z | Downloaded linear-map v1.2.0 |
776 | 2023-10-24T00:18:01.119Z | Downloaded colored v2.0.4 |
777 | 2023-10-24T00:18:01.124Z | Downloaded cookie v0.16.2 |
778 | 2023-10-24T00:18:01.131Z | Downloaded lock_api v0.4.10 |
779 | 2023-10-24T00:18:01.134Z | Downloaded serde-big-array v0.4.1 |
780 | 2023-10-24T00:18:01.138Z | Downloaded ascii v1.1.0 |
781 | 2023-10-24T00:18:01.147Z | Downloaded const-oid v0.9.5 |
782 | 2023-10-24T00:18:01.154Z | Downloaded display-error-chain v0.1.1 |
783 | 2023-10-24T00:18:01.157Z | Downloaded ahash v0.8.3 |
784 | 2023-10-24T00:18:01.163Z | Downloaded addr2line v0.21.0 |
785 | 2023-10-24T00:18:01.169Z | Downloaded log v0.4.20 |
786 | 2023-10-24T00:18:01.177Z | Downloaded fd-lock v3.0.13 |
787 | 2023-10-24T00:18:01.184Z | Downloaded native-tls v0.2.11 |
788 | 2023-10-24T00:18:01.191Z | Downloaded mime_guess v2.0.4 |
789 | 2023-10-24T00:18:01.197Z | Downloaded num v0.4.1 |
790 | 2023-10-24T00:18:01.202Z | Downloaded parse-display v0.7.0 |
791 | 2023-10-24T00:18:01.207Z | Downloaded time-core v0.1.1 |
792 | 2023-10-24T00:18:01.211Z | Downloaded static_assertions v1.1.0 |
793 | 2023-10-24T00:18:01.216Z | Downloaded spki v0.7.2 |
794 | 2023-10-24T00:18:01.222Z | Downloaded foreign-types v0.3.2 |
795 | 2023-10-24T00:18:01.225Z | Downloaded form_urlencoded v1.2.0 |
796 | 2023-10-24T00:18:01.230Z | Downloaded which v4.4.0 |
797 | 2023-10-24T00:18:01.233Z | Downloaded want v0.3.1 |
798 | 2023-10-24T00:18:01.236Z | Downloaded base64 v0.13.1 |
799 | 2023-10-24T00:18:01.243Z | Downloaded crc-any v2.4.3 |
800 | 2023-10-24T00:18:01.251Z | Downloaded foreign-types-macros v0.2.3 |
801 | 2023-10-24T00:18:01.255Z | Downloaded thread-id v4.2.0 |
802 | 2023-10-24T00:18:01.260Z | Downloaded num_enum_derive v0.5.11 |
803 | 2023-10-24T00:18:01.265Z | Downloaded clap v4.4.3 |
804 | 2023-10-24T00:18:01.288Z | Downloaded strum v0.25.0 |
805 | 2023-10-24T00:18:01.291Z | Downloaded shlex v1.1.0 |
806 | 2023-10-24T00:18:01.294Z | Downloaded xattr v1.0.1 |
807 | 2023-10-24T00:18:01.299Z | Downloaded rustls-pemfile v1.0.3 |
808 | 2023-10-24T00:18:01.305Z | Downloaded rustfmt-wrapper v0.2.0 |
809 | 2023-10-24T00:18:01.310Z | Downloaded tokio-macros v2.1.0 |
810 | 2023-10-24T00:18:01.314Z | Downloaded crunchy v0.2.2 |
811 | 2023-10-24T00:18:01.317Z | Downloaded subtle v2.5.0 |
812 | 2023-10-24T00:18:01.320Z | Downloaded tiny-keccak v2.0.2 |
813 | 2023-10-24T00:18:01.327Z | Downloaded path-dedot v3.1.0 |
814 | 2023-10-24T00:18:01.332Z | Downloaded futures-io v0.3.28 |
815 | 2023-10-24T00:18:01.337Z | Downloaded flagset v0.4.3 |
816 | 2023-10-24T00:18:01.340Z | Downloaded similar v2.2.1 |
817 | 2023-10-24T00:18:01.351Z | Downloaded zone v0.2.0 |
818 | 2023-10-24T00:18:01.354Z | Downloaded take_mut v0.2.2 |
819 | 2023-10-24T00:18:01.358Z | Downloaded structopt-derive v0.4.18 |
820 | 2023-10-24T00:18:01.362Z | Downloaded oso-derive v0.26.4 |
821 | 2023-10-24T00:18:01.365Z | Downloaded toolchain_find v0.2.0 |
822 | 2023-10-24T00:18:01.368Z | Downloaded darling_macro v0.20.3 |
823 | 2023-10-24T00:18:01.371Z | Downloaded tokio-native-tls v0.3.1 |
824 | 2023-10-24T00:18:01.375Z | Downloaded crossbeam-utils v0.8.16 |
825 | 2023-10-24T00:18:01.379Z | Downloaded termtree v0.4.1 |
826 | 2023-10-24T00:18:01.381Z | Downloaded percent-encoding v2.3.0 |
827 | 2023-10-24T00:18:01.385Z | Downloaded rand_chacha v0.3.1 |
828 | 2023-10-24T00:18:01.388Z | Downloaded fatfs v0.3.6 |
829 | 2023-10-24T00:18:01.393Z | Downloaded diesel_table_macro_syntax v0.1.0 |
830 | 2023-10-24T00:18:01.396Z | Downloaded crucible-workspace-hack v0.1.0 |
831 | 2023-10-24T00:18:01.399Z | Downloaded yasna v0.5.2 |
832 | 2023-10-24T00:18:01.428Z | Downloaded proc-macro2 v1.0.67 |
833 | 2023-10-24T00:18:01.433Z | Downloaded ppv-lite86 v0.2.17 |
834 | 2023-10-24T00:18:01.441Z | Downloaded signal-hook v0.3.17 |
835 | 2023-10-24T00:18:01.445Z | Downloaded cstr-argument v0.1.2 |
836 | 2023-10-24T00:18:01.448Z | Downloaded tokio-rustls v0.24.1 |
837 | 2023-10-24T00:18:01.451Z | Downloaded ref-cast-impl v1.0.20 |
838 | 2023-10-24T00:18:01.455Z | Downloaded unicode-xid v0.2.4 |
839 | 2023-10-24T00:18:01.459Z | Downloaded rpassword v7.2.0 |
840 | 2023-10-24T00:18:01.462Z | Downloaded slog-scope v4.4.0 |
841 | 2023-10-24T00:18:01.465Z | Downloaded predicates v2.1.5 |
842 | 2023-10-24T00:18:01.469Z | Downloaded rand_xorshift v0.3.0 |
843 | 2023-10-24T00:18:01.473Z | Downloaded universal-hash v0.5.1 |
844 | 2023-10-24T00:18:01.476Z | Downloaded data-encoding v2.4.0 |
845 | 2023-10-24T00:18:01.481Z | Downloaded signal-hook-tokio v0.3.1 |
846 | 2023-10-24T00:18:01.484Z | Downloaded serde_arrays v0.1.0 |
847 | 2023-10-24T00:18:01.487Z | Downloaded textwrap v0.11.0 |
848 | 2023-10-24T00:18:01.490Z | Downloaded slab v0.4.9 |
849 | 2023-10-24T00:18:01.493Z | Downloaded hash32 v0.2.1 |
850 | 2023-10-24T00:18:01.499Z | Downloaded termcolor v1.2.0 |
851 | 2023-10-24T00:18:01.503Z | Downloaded fallible-iterator v0.2.0 |
852 | 2023-10-24T00:18:01.506Z | Downloaded snafu-derive v0.7.5 |
853 | 2023-10-24T00:18:01.509Z | Downloaded postcard v0.7.3 |
854 | 2023-10-24T00:18:01.512Z | Downloaded smallvec v0.6.14 |
855 | 2023-10-24T00:18:01.516Z | Downloaded itertools v0.11.0 |
856 | 2023-10-24T00:18:01.521Z | Downloaded serde-big-array v0.5.1 |
857 | 2023-10-24T00:18:01.525Z | Downloaded endian-type v0.1.2 |
858 | 2023-10-24T00:18:01.529Z | Downloaded quote v1.0.33 |
859 | 2023-10-24T00:18:01.533Z | Downloaded fxhash v0.2.1 |
860 | 2023-10-24T00:18:01.536Z | Downloaded pem-rfc7468 v0.7.0 |
861 | 2023-10-24T00:18:01.540Z | Downloaded generic-array v0.14.7 |
862 | 2023-10-24T00:18:01.543Z | Downloaded aes v0.8.3 |
863 | 2023-10-24T00:18:01.548Z | Downloaded unicase v2.7.0 |
864 | 2023-10-24T00:18:01.552Z | Downloaded phf_shared v0.10.0 |
865 | 2023-10-24T00:18:01.556Z | Downloaded signature v1.6.4 |
866 | 2023-10-24T00:18:01.559Z | Downloaded structopt v0.3.26 |
867 | 2023-10-24T00:18:01.563Z | Downloaded errno v0.3.2 |
868 | 2023-10-24T00:18:01.566Z | Downloaded path-absolutize v3.1.0 |
869 | 2023-10-24T00:18:01.569Z | Downloaded predicates v3.0.4 |
870 | 2023-10-24T00:18:01.574Z | Downloaded digest v0.10.7 |
871 | 2023-10-24T00:18:01.577Z | Downloaded elliptic-curve v0.13.5 |
872 | 2023-10-24T00:18:01.586Z | Downloaded peeking_take_while v0.1.2 |
873 | 2023-10-24T00:18:01.589Z | Downloaded typenum v1.16.0 |
874 | 2023-10-24T00:18:01.595Z | Downloaded pem v1.1.1 |
875 | 2023-10-24T00:18:01.599Z | Downloaded pest_derive v2.7.2 |
876 | 2023-10-24T00:18:01.603Z | Downloaded proc-macro-crate v1.3.1 |
877 | 2023-10-24T00:18:01.605Z | Downloaded darling_core v0.20.3 |
878 | 2023-10-24T00:18:01.615Z | Downloaded futures-task v0.3.28 |
879 | 2023-10-24T00:18:01.619Z | Downloaded snafu v0.7.5 |
880 | 2023-10-24T00:18:01.632Z | Downloaded number_prefix v0.4.0 |
881 | 2023-10-24T00:18:01.636Z | Downloaded phf_shared v0.11.2 |
882 | 2023-10-24T00:18:01.639Z | Downloaded unicode-ident v1.0.12 |
883 | 2023-10-24T00:18:01.642Z | Downloaded trust-dns-server v0.22.1 |
884 | 2023-10-24T00:18:01.654Z | Downloaded synstructure v0.12.6 |
885 | 2023-10-24T00:18:01.658Z | Downloaded dtrace-parser v0.1.14 |
886 | 2023-10-24T00:18:01.661Z | Downloaded smallvec v1.11.0 |
887 | 2023-10-24T00:18:01.664Z | Downloaded dof v0.1.5 |
888 | 2023-10-24T00:18:01.669Z | Downloaded opaque-debug v0.3.0 |
889 | 2023-10-24T00:18:01.673Z | Downloaded zip v0.6.6 |
890 | 2023-10-24T00:18:01.678Z | Downloaded semver v0.11.0 |
891 | 2023-10-24T00:18:01.681Z | Downloaded flume v0.11.0 |
892 | 2023-10-24T00:18:01.690Z | Downloaded scopeguard v1.2.0 |
893 | 2023-10-24T00:18:01.693Z | Downloaded try-lock v0.2.4 |
894 | 2023-10-24T00:18:01.696Z | Downloaded test-strategy v0.2.1 |
895 | 2023-10-24T00:18:01.700Z | Downloaded pin-project-lite v0.2.13 |
896 | 2023-10-24T00:18:01.711Z | Downloaded pretty-hex v0.3.0 |
897 | 2023-10-24T00:18:01.715Z | Downloaded enum-as-inner v0.5.1 |
898 | 2023-10-24T00:18:01.718Z | Downloaded globset v0.4.13 |
899 | 2023-10-24T00:18:01.722Z | Downloaded same-file v1.0.6 |
900 | 2023-10-24T00:18:01.726Z | Downloaded omicron-zone-package v0.8.3 |
901 | 2023-10-24T00:18:01.729Z | Downloaded term v0.7.0 |
902 | 2023-10-24T00:18:01.735Z | Downloaded tracing v0.1.37 |
903 | 2023-10-24T00:18:01.745Z | Downloaded olpc-cjson v0.1.3 |
904 | 2023-10-24T00:18:01.749Z | Downloaded unicode-width v0.1.10 |
905 | 2023-10-24T00:18:01.752Z | Downloaded signal-hook-registry v1.4.1 |
906 | 2023-10-24T00:18:01.755Z | Downloaded proc-macro-error-attr v1.0.4 |
907 | 2023-10-24T00:18:01.759Z | Downloaded libxml v0.3.3 |
908 | 2023-10-24T00:18:01.768Z | Downloaded signature v2.1.0 |
909 | 2023-10-24T00:18:01.772Z | Downloaded r2d2 v0.8.10 |
910 | 2023-10-24T00:18:01.775Z | Downloaded vsss-rs v3.3.1 |
911 | 2023-10-24T00:18:01.779Z | Downloaded sct v0.7.0 |
912 | 2023-10-24T00:18:01.787Z | Downloaded diesel_derives v2.1.1 |
913 | 2023-10-24T00:18:01.794Z | Downloaded derive_builder v0.12.0 |
914 | 2023-10-24T00:18:01.803Z | Downloaded pkcs8 v0.10.2 |
915 | 2023-10-24T00:18:01.810Z | Downloaded prettyplease v0.2.12 |
916 | 2023-10-24T00:18:01.817Z | Downloaded portable-atomic v1.4.3 |
917 | 2023-10-24T00:18:01.829Z | Downloaded tracing-core v0.1.31 |
918 | 2023-10-24T00:18:01.835Z | Downloaded hashlink v0.8.3 |
919 | 2023-10-24T00:18:01.840Z | Downloaded getrandom v0.2.10 |
920 | 2023-10-24T00:18:01.845Z | Downloaded trust-dns-client v0.22.0 |
921 | 2023-10-24T00:18:01.858Z | Downloaded rand v0.4.6 |
922 | 2023-10-24T00:18:01.865Z | Downloaded rayon-core v1.11.0 |
923 | 2023-10-24T00:18:01.874Z | Downloaded crossterm v0.27.0 |
924 | 2023-10-24T00:18:01.890Z | Downloaded unsafe-libyaml v0.2.9 |
925 | 2023-10-24T00:18:01.895Z | Downloaded reqwest v0.11.20 |
926 | 2023-10-24T00:18:01.912Z | Downloaded pest v2.7.2 |
927 | 2023-10-24T00:18:01.923Z | Downloaded uuid v1.4.1 |
928 | 2023-10-24T00:18:01.932Z | Downloaded petgraph v0.6.4 |
929 | 2023-10-24T00:18:01.960Z | Downloaded unicode-normalization v0.1.22 |
930 | 2023-10-24T00:18:01.968Z | Downloaded tokio-util v0.7.8 |
931 | 2023-10-24T00:18:01.981Z | Downloaded hashbrown v0.12.3 |
932 | 2023-10-24T00:18:01.991Z | Downloaded hashbrown v0.13.2 |
933 | 2023-10-24T00:18:02.001Z | Downloaded serde_json v1.0.107 |
934 | 2023-10-24T00:18:02.018Z | Downloaded hashbrown v0.14.0 |
935 | 2023-10-24T00:18:02.028Z | Downloaded regex-automata v0.1.10 |
936 | 2023-10-24T00:18:02.038Z | Downloaded ratatui v0.23.0 |
937 | 2023-10-24T00:18:02.063Z | Downloaded radix_trie v0.2.1 |
938 | 2023-10-24T00:18:02.074Z | Downloaded regex-syntax v0.6.29 |
939 | 2023-10-24T00:18:02.092Z | Downloaded vcpkg v0.2.15 |
940 | 2023-10-24T00:18:02.168Z | Downloaded smoltcp v0.9.1 |
941 | 2023-10-24T00:18:02.191Z | Downloaded polar-core v0.26.4 |
942 | 2023-10-24T00:18:02.210Z | Downloaded quick-xml v0.23.1 |
943 | 2023-10-24T00:18:02.222Z | Downloaded webpki-roots v0.25.2 |
944 | 2023-10-24T00:18:02.231Z | Downloaded openapiv3 v1.0.3 |
945 | 2023-10-24T00:18:02.256Z | Downloaded h2 v0.3.21 |
946 | 2023-10-24T00:18:02.270Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2023-10-24T00:18:02.297Z | Downloaded tabled v0.14.0 |
948 | 2023-10-24T00:18:02.326Z | Downloaded regress v0.7.1 |
949 | 2023-10-24T00:18:02.341Z | Downloaded object v0.30.4 |
950 | 2023-10-24T00:18:02.361Z | Downloaded object v0.32.1 |
951 | 2023-10-24T00:18:02.383Z | Downloaded trust-dns-proto v0.22.0 |
952 | 2023-10-24T00:18:02.407Z | Downloaded gimli v0.28.0 |
953 | 2023-10-24T00:18:02.425Z | Downloaded sha3 v0.10.8 |
954 | 2023-10-24T00:18:02.458Z | Downloaded rustix v0.38.9 |
955 | 2023-10-24T00:18:02.483Z | Downloaded curve25519-dalek v4.1.0 |
956 | 2023-10-24T00:18:02.501Z | Downloaded encoding_rs v0.8.33 |
957 | 2023-10-24T00:18:02.546Z | Downloaded zerocopy-derive v0.2.0 |
958 | 2023-10-24T00:18:02.567Z | Downloaded sled v0.34.7 |
959 | 2023-10-24T00:18:02.590Z | Downloaded syn v1.0.109 |
960 | 2023-10-24T00:18:02.611Z | Downloaded tokio v1.33.0 |
961 | 2023-10-24T00:18:02.680Z | Downloaded git2 v0.17.2 |
962 | 2023-10-24T00:18:02.696Z | Downloaded regex-automata v0.3.8 |
963 | 2023-10-24T00:18:02.731Z | Downloaded regex v1.9.5 |
964 | 2023-10-24T00:18:02.756Z | Downloaded smoltcp v0.8.2 |
965 | 2023-10-24T00:18:02.776Z | Downloaded zerocopy-derive v0.6.4 |
966 | 2023-10-24T00:18:02.797Z | Downloaded diesel v2.1.1 |
967 | 2023-10-24T00:18:02.839Z | Downloaded rustls v0.21.7 |
968 | 2023-10-24T00:18:02.860Z | Downloaded nix v0.26.2 |
969 | 2023-10-24T00:18:02.881Z | Downloaded openssl v0.10.57 |
970 | 2023-10-24T00:18:02.900Z | Downloaded ring v0.16.20 |
971 | 2023-10-24T00:18:03.064Z | Downloaded regex-syntax v0.7.5 |
972 | 2023-10-24T00:18:03.081Z | Downloaded syn v2.0.32 |
973 | 2023-10-24T00:18:03.101Z | Downloaded rustix v0.37.23 |
974 | 2023-10-24T00:18:03.137Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
975 | 2023-10-24T00:18:03.244Z | Downloaded rayon v1.7.0 |
976 | 2023-10-24T00:18:03.264Z | Downloaded bstr v1.6.0 |
977 | 2023-10-24T00:18:03.283Z | Downloaded libc v0.2.149 |
978 | 2023-10-24T00:18:03.336Z | Downloaded bstr v0.2.17 |
979 | 2023-10-24T00:18:03.352Z | Downloaded rusqlite v0.29.0 |
980 | 2023-10-24T00:18:03.369Z | Downloaded clap v2.34.0 |
981 | 2023-10-24T00:18:03.390Z | Downloaded idna v0.2.3 |
982 | 2023-10-24T00:18:03.394Z | Downloaded futures-util v0.3.28 |
983 | 2023-10-24T00:18:03.413Z | Downloaded crossterm v0.26.1 |
984 | 2023-10-24T00:18:03.425Z | Downloaded reedline v0.23.0 |
985 | 2023-10-24T00:18:03.484Z | Downloaded proptest v1.3.1 |
986 | 2023-10-24T00:18:03.489Z | Downloaded tough v0.12.5 |
987 | 2023-10-24T00:18:03.509Z | Downloaded rustls-webpki v0.101.4 |
988 | 2023-10-24T00:18:03.544Z | Downloaded libz-sys v1.1.12 |
989 | 2023-10-24T00:18:03.670Z | Downloaded winnow v0.5.15 |
990 | 2023-10-24T00:18:03.684Z | Downloaded unicode-segmentation v1.10.1 |
991 | 2023-10-24T00:18:03.691Z | Downloaded lalrpop v0.19.12 |
992 | 2023-10-24T00:18:03.713Z | Downloaded idna v0.4.0 |
993 | 2023-10-24T00:18:03.725Z | Downloaded rand v0.8.5 |
994 | 2023-10-24T00:18:03.732Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2023-10-24T00:18:03.741Z | Downloaded textwrap v0.16.0 |
996 | 2023-10-24T00:18:03.746Z | Downloaded chrono v0.4.31 |
997 | 2023-10-24T00:18:03.762Z | Downloaded der v0.7.8 |
998 | 2023-10-24T00:18:03.771Z | Downloaded proc-macro-error v1.0.4 |
999 | 2023-10-24T00:18:03.777Z | Downloaded salty v0.2.0 |
1000 | 2023-10-24T00:18:03.786Z | Downloaded tokio-postgres v0.7.10 |
1001 | 2023-10-24T00:18:03.794Z | Downloaded toml_edit v0.20.0 |
1002 | 2023-10-24T00:18:03.825Z | Downloaded libsqlite3-sys v0.26.0 |
1003 | 2023-10-24T00:18:03.961Z | Downloaded hyper v0.14.27 |
1004 | 2023-10-24T00:18:03.974Z | Downloaded pkcs1 v0.7.5 |
1005 | 2023-10-24T00:18:03.978Z | Downloaded tar v0.4.40 |
1006 | 2023-10-24T00:18:03.982Z | Downloaded ron v0.7.1 |
1007 | 2023-10-24T00:18:03.990Z | Downloaded semver v1.0.18 |
1008 | 2023-10-24T00:18:03.994Z | Downloaded ff v0.13.0 |
1009 | 2023-10-24T00:18:03.997Z | Downloaded vergen v8.2.4 |
1010 | 2023-10-24T00:18:04.001Z | Downloaded poly1305 v0.8.0 |
1011 | 2023-10-24T00:18:04.005Z | Downloaded url v2.4.1 |
1012 | 2023-10-24T00:18:04.009Z | Downloaded clap_builder v4.4.2 |
1013 | 2023-10-24T00:18:04.021Z | Downloaded serde_tokenstream v0.2.0 |
1014 | 2023-10-24T00:18:04.026Z | Downloaded untrusted v0.7.1 |
1015 | 2023-10-24T00:18:04.030Z | Downloaded tracing-attributes v0.1.26 |
1016 | 2023-10-24T00:18:04.033Z | Downloaded toml_edit v0.19.15 |
1017 | 2023-10-24T00:18:04.061Z | Downloaded tempfile v3.8.0 |
1018 | 2023-10-24T00:18:04.064Z | Downloaded password-hash v0.5.0 |
1019 | 2023-10-24T00:18:04.067Z | Downloaded half v1.8.2 |
1020 | 2023-10-24T00:18:04.070Z | Downloaded vte v0.11.1 |
1021 | 2023-10-24T00:18:04.073Z | Downloaded pest_meta v2.7.2 |
1022 | 2023-10-24T00:18:04.076Z | Downloaded x509-cert v0.2.4 |
1023 | 2023-10-24T00:18:04.086Z | Downloaded serde_yaml v0.9.25 |
1024 | 2023-10-24T00:18:04.092Z | Downloaded glob v0.3.1 |
1025 | 2023-10-24T00:18:04.095Z | Downloaded rusty-fork v0.3.0 |
1026 | 2023-10-24T00:18:04.098Z | Downloaded serde_tokenstream v0.1.7 |
1027 | 2023-10-24T00:18:04.101Z | Downloaded terminal_size v0.2.6 |
1028 | 2023-10-24T00:18:04.108Z | Downloaded darling_core v0.14.4 |
1029 | 2023-10-24T00:18:04.111Z | Downloaded openssl-sys v0.9.93 |
1030 | 2023-10-24T00:18:04.119Z | Downloaded bindgen v0.65.1 |
1031 | 2023-10-24T00:18:04.132Z | Downloaded pkg-config v0.3.27 |
1032 | 2023-10-24T00:18:04.136Z | Downloaded thiserror v1.0.49 |
1033 | 2023-10-24T00:18:04.143Z | Downloaded slog v2.7.0 |
1034 | 2023-10-24T00:18:04.147Z | Downloaded vec_map v0.8.2 |
1035 | 2023-10-24T00:18:04.150Z | Downloaded sha1 v0.10.5 |
1036 | 2023-10-24T00:18:04.153Z | Downloaded filetime v0.2.22 |
1037 | 2023-10-24T00:18:04.156Z | Downloaded env_logger v0.10.0 |
1038 | 2023-10-24T00:18:04.159Z | Downloaded env_logger v0.9.3 |
1039 | 2023-10-24T00:18:04.162Z | Downloaded time v0.3.27 |
1040 | 2023-10-24T00:18:04.175Z | Downloaded tabled_derive v0.6.0 |
1041 | 2023-10-24T00:18:04.178Z | Downloaded pest_generator v2.7.2 |
1042 | 2023-10-24T00:18:04.182Z | Downloaded dirs-sys-next v0.1.2 |
1043 | 2023-10-24T00:18:04.185Z | Downloaded unarray v0.1.4 |
1044 | 2023-10-24T00:18:04.187Z | Downloaded ringbuffer v0.15.0 |
1045 | 2023-10-24T00:18:04.191Z | Downloaded strum_macros v0.25.2 |
1046 | 2023-10-24T00:18:04.193Z | Downloaded doc-comment v0.3.3 |
1047 | 2023-10-24T00:18:04.196Z | Downloaded crypto-bigint v0.5.2 |
1048 | 2023-10-24T00:18:04.201Z | Downloaded toml v0.5.11 |
1049 | 2023-10-24T00:18:04.206Z | Downloaded bitvec v1.0.1 |
1050 | 2023-10-24T00:18:04.235Z | Downloaded unicode-bidi v0.3.13 |
1051 | 2023-10-24T00:18:04.238Z | Downloaded erased-serde v0.3.30 |
1052 | 2023-10-24T00:18:04.242Z | Downloaded derive_more v0.99.17 |
1053 | 2023-10-24T00:18:04.252Z | Downloaded derive_builder_core v0.12.0 |
1054 | 2023-10-24T00:18:04.255Z | Downloaded crypto-common v0.1.6 |
1055 | 2023-10-24T00:18:04.258Z | Downloaded paste v1.0.14 |
1056 | 2023-10-24T00:18:04.262Z | Downloaded either v1.9.0 |
1057 | 2023-10-24T00:18:04.265Z | Downloaded tokio-tungstenite v0.18.0 |
1058 | 2023-10-24T00:18:04.268Z | Downloaded unicode-linebreak v0.1.5 |
1059 | 2023-10-24T00:18:04.271Z | Downloaded predicates-core v1.0.6 |
1060 | 2023-10-24T00:18:04.274Z | Downloaded rand_core v0.6.4 |
1061 | 2023-10-24T00:18:04.277Z | Downloaded platforms v3.0.2 |
1062 | 2023-10-24T00:18:04.281Z | Downloaded tokio-tungstenite v0.20.1 |
1063 | 2023-10-24T00:18:04.284Z | Downloaded serde_derive_internals v0.26.0 |
1064 | 2023-10-24T00:18:04.287Z | Downloaded aho-corasick v1.0.4 |
1065 | 2023-10-24T00:18:04.294Z | Downloaded serde_with v2.3.3 |
1066 | 2023-10-24T00:18:04.304Z | Downloaded openssl-macros v0.1.1 |
1067 | 2023-10-24T00:18:04.307Z | Downloaded phf v0.11.2 |
1068 | 2023-10-24T00:18:04.310Z | Downloaded dirs-next v2.0.0 |
1069 | 2023-10-24T00:18:04.314Z | Downloaded ctr v0.9.2 |
1070 | 2023-10-24T00:18:04.317Z | Downloaded once_cell v1.18.0 |
1071 | 2023-10-24T00:18:04.319Z | Downloaded steno v0.4.0 |
1072 | 2023-10-24T00:18:04.370Z | Downloaded toml v0.8.0 |
1073 | 2023-10-24T00:18:04.374Z | Downloaded pin-utils v0.1.0 |
1074 | 2023-10-24T00:18:04.377Z | Downloaded usdt v0.3.5 |
1075 | 2023-10-24T00:18:04.380Z | Downloaded derive-where v1.2.5 |
1076 | 2023-10-24T00:18:04.387Z | Downloaded ron v0.8.1 |
1077 | 2023-10-24T00:18:04.390Z | Downloaded serde_derive v1.0.188 |
1078 | 2023-10-24T00:18:04.393Z | Downloaded tap v1.0.1 |
1079 | 2023-10-24T00:18:04.396Z | Downloaded secrecy v0.8.0 |
1080 | 2023-10-24T00:18:04.399Z | Downloaded ucd-trie v0.1.6 |
1081 | 2023-10-24T00:18:04.402Z | Downloaded num-bigint-dig v0.8.4 |
1082 | 2023-10-24T00:18:04.405Z | Downloaded difflib v0.4.0 |
1083 | 2023-10-24T00:18:04.408Z | Downloaded oso v0.26.4 |
1084 | 2023-10-24T00:18:04.411Z | Downloaded sha2 v0.10.7 |
1085 | 2023-10-24T00:18:04.414Z | Downloaded ena v0.14.2 |
1086 | 2023-10-24T00:18:04.420Z | Downloaded tokio-stream v0.1.14 |
1087 | 2023-10-24T00:18:04.424Z | Downloaded postgres-protocol v0.6.6 |
1088 | 2023-10-24T00:18:04.427Z | Downloaded toml v0.7.8 |
1089 | 2023-10-24T00:18:04.431Z | Downloaded subprocess v0.2.9 |
1090 | 2023-10-24T00:18:04.434Z | Downloaded num-bigint v0.4.4 |
1091 | 2023-10-24T00:18:04.437Z | Downloaded minimal-lexical v0.2.1 |
1092 | 2023-10-24T00:18:04.440Z | Downloaded hkdf v0.12.3 |
1093 | 2023-10-24T00:18:04.443Z | Downloaded semver v0.1.20 |
1094 | 2023-10-24T00:18:04.447Z | Downloaded termios v0.3.3 |
1095 | 2023-10-24T00:18:04.450Z | Downloaded debug-ignore v1.0.5 |
1096 | 2023-10-24T00:18:04.453Z | Downloaded radium v0.7.0 |
1097 | 2023-10-24T00:18:04.456Z | Downloaded deranged v0.3.8 |
1098 | 2023-10-24T00:18:04.459Z | Downloaded version_check v0.9.4 |
1099 | 2023-10-24T00:18:04.466Z | Downloaded fallible-streaming-iterator v0.1.9 |
1100 | 2023-10-24T00:18:04.469Z | Downloaded group v0.13.0 |
1101 | 2023-10-24T00:18:04.472Z | Downloaded strum_macros v0.24.3 |
1102 | 2023-10-24T00:18:04.478Z | Downloaded utf8parse v0.2.1 |
1103 | 2023-10-24T00:18:04.510Z | Downloaded getopts v0.2.21 |
1104 | 2023-10-24T00:18:04.515Z | Downloaded serde_spanned v0.6.3 |
1105 | 2023-10-24T00:18:04.519Z | Downloaded serde_repr v0.1.16 |
1106 | 2023-10-24T00:18:04.522Z | Downloaded slog-term v2.9.0 |
1107 | 2023-10-24T00:18:04.525Z | Downloaded libm v0.2.7 |
1108 | 2023-10-24T00:18:04.529Z | Downloaded flate2 v1.0.27 |
1109 | 2023-10-24T00:18:04.532Z | Downloaded serde v1.0.188 |
1110 | 2023-10-24T00:18:04.536Z | Downloaded owo-colors v3.5.0 |
1111 | 2023-10-24T00:18:04.541Z | Downloaded papergrid v0.10.0 |
1112 | 2023-10-24T00:18:04.545Z | Downloaded mio v0.8.8 |
1113 | 2023-10-24T00:18:04.548Z | Downloaded darling v0.20.3 |
1114 | 2023-10-24T00:18:04.550Z | Downloaded darling v0.14.4 |
1115 | 2023-10-24T00:18:04.553Z | Downloaded rcgen v0.10.0 |
1116 | 2023-10-24T00:18:04.557Z | Downloaded slog-json v2.6.1 |
1117 | 2023-10-24T00:18:04.560Z | Downloaded slog-async v2.8.0 |
1118 | 2023-10-24T00:18:04.564Z | Downloaded predicates-tree v1.0.9 |
1119 | 2023-10-24T00:18:04.567Z | Downloaded serde-hex v0.1.0 |
1120 | 2023-10-24T00:18:04.570Z | Downloaded rustversion v1.0.14 |
1121 | 2023-10-24T00:18:04.574Z | Downloaded toml_datetime v0.6.3 |
1122 | 2023-10-24T00:18:04.577Z | Downloaded slog-stdlog v4.1.1 |
1123 | 2023-10-24T00:18:04.580Z | Downloaded tinyvec v1.6.0 |
1124 | 2023-10-24T00:18:04.583Z | Downloaded polyval v0.6.1 |
1125 | 2023-10-24T00:18:04.586Z | Downloaded nom v7.1.3 |
1126 | 2023-10-24T00:18:04.589Z | Downloaded headers v0.3.9 |
1127 | 2023-10-24T00:18:04.592Z | Downloaded socket2 v0.5.4 |
1128 | 2023-10-24T00:18:04.595Z | Downloaded num_threads v0.1.6 |
1129 | 2023-10-24T00:18:04.598Z | Downloaded postgres-types v0.2.6 |
1130 | 2023-10-24T00:18:04.602Z | Downloaded postcard-cobs v0.1.5-pre |
1131 | 2023-10-24T00:18:04.606Z | Downloaded tungstenite v0.18.0 |
1132 | 2023-10-24T00:18:04.610Z | Downloaded futures v0.3.28 |
1133 | 2023-10-24T00:18:04.613Z | Downloaded memchr v2.6.3 |
1134 | 2023-10-24T00:18:04.616Z | Downloaded itertools v0.10.5 |
1135 | 2023-10-24T00:18:04.620Z | Downloaded crossbeam-channel v0.5.8 |
1136 | 2023-10-24T00:18:04.623Z | Downloaded packed_struct v0.10.1 |
1137 | 2023-10-24T00:18:04.627Z | Downloaded walkdir v2.4.0 |
1138 | 2023-10-24T00:18:04.630Z | Downloaded rustc-demangle v0.1.23 |
1139 | 2023-10-24T00:18:04.633Z | Downloaded tungstenite v0.20.1 |
1140 | 2023-10-24T00:18:04.637Z | Downloaded tower-service v0.3.2 |
1141 | 2023-10-24T00:18:04.640Z | Downloaded path-slash v0.1.5 |
1142 | 2023-10-24T00:18:04.643Z | Downloaded pretty-hex v0.2.1 |
1143 | 2023-10-24T00:18:04.646Z | Downloaded resolv-conf v0.7.0 |
1144 | 2023-10-24T00:18:04.649Z | Downloaded futures-macro v0.3.28 |
1145 | 2023-10-24T00:18:04.651Z | Downloaded socket2 v0.4.9 |
1146 | 2023-10-24T00:18:04.654Z | Downloaded rsa v0.9.2 |
1147 | 2023-10-24T00:18:04.658Z | Downloaded schemars v0.8.13 |
1148 | 2023-10-24T00:18:04.674Z | Downloaded crossbeam-queue v0.3.8 |
1149 | 2023-10-24T00:18:04.679Z | Downloaded fnv v1.0.7 |
1150 | 2023-10-24T00:18:04.682Z | Downloaded float-cmp v0.9.0 |
1151 | 2023-10-24T00:18:04.686Z | Downloaded fixedbitset v0.4.2 |
1152 | 2023-10-24T00:18:04.690Z | Downloaded futures-channel v0.3.28 |
1153 | 2023-10-24T00:18:04.693Z | Downloaded zerocopy v0.6.4 |
1154 | 2023-10-24T00:18:04.696Z | Downloaded openssl-probe v0.1.5 |
1155 | 2023-10-24T00:18:04.699Z | Downloaded zeroize v1.6.0 |
1156 | 2023-10-24T00:18:04.703Z | Downloaded downcast v0.11.0 |
1157 | 2023-10-24T00:18:04.708Z | Downloaded futures-sink v0.3.28 |
1158 | 2023-10-24T00:18:04.713Z | Downloaded futures-executor v0.3.28 |
1159 | 2023-10-24T00:18:04.717Z | Downloaded futures-core v0.3.28 |
1160 | 2023-10-24T00:18:04.719Z | Downloaded time-macros v0.2.13 |
1161 | 2023-10-24T00:18:04.725Z | Downloaded num_enum_derive v0.7.0 |
1162 | 2023-10-24T00:18:04.728Z | Downloaded diff v0.1.13 |
1163 | 2023-10-24T00:18:04.732Z | Downloaded parking_lot_core v0.9.8 |
1164 | 2023-10-24T00:18:04.735Z | Downloaded parking_lot_core v0.8.6 |
1165 | 2023-10-24T00:18:04.739Z | Downloaded parking_lot v0.12.1 |
1166 | 2023-10-24T00:18:04.742Z | Downloaded parking_lot v0.11.2 |
1167 | 2023-10-24T00:18:04.745Z | Downloaded shell-words v1.1.0 |
1168 | 2023-10-24T00:18:04.749Z | Downloaded topological-sort v0.2.2 |
1169 | 2023-10-24T00:18:04.752Z | Downloaded rustc_version v0.4.0 |
1170 | 2023-10-24T00:18:04.755Z | Downloaded ref-cast v1.0.20 |
1171 | 2023-10-24T00:18:04.758Z | Downloaded foreign-types v0.5.0 |
1172 | 2023-10-24T00:18:04.762Z | Downloaded miniz_oxide v0.7.1 |
1173 | 2023-10-24T00:18:04.765Z | Downloaded const_format v0.2.31 |
1174 | 2023-10-24T00:18:04.768Z | Downloaded wyz v0.5.1 |
1175 | 2023-10-24T00:18:04.772Z | Downloaded whoami v1.4.1 |
1176 | 2023-10-24T00:18:04.775Z | Downloaded wait-timeout v0.2.0 |
1177 | 2023-10-24T00:18:04.778Z | Downloaded rtoolbox v0.0.1 |
1178 | 2023-10-24T00:18:04.781Z | Downloaded quick-error v1.2.3 |
1179 | 2023-10-24T00:18:04.784Z | Downloaded der_derive v0.7.2 |
1180 | 2023-10-24T00:18:04.787Z | Downloaded spin v0.9.8 |
1181 | 2023-10-24T00:18:04.789Z | Downloaded ryu v1.0.15 |
1182 | 2023-10-24T00:18:04.794Z | Downloaded rustls-native-certs v0.6.3 |
1183 | 2023-10-24T00:18:04.796Z | Downloaded num-traits v0.2.16 |
1184 | 2023-10-24T00:18:04.799Z | Downloaded io-lifetimes v1.0.11 |
1185 | 2023-10-24T00:18:04.802Z | Downloaded blake2 v0.10.6 |
1186 | 2023-10-24T00:18:04.805Z | Downloaded thread_local v1.1.7 |
1187 | 2023-10-24T00:18:04.808Z | Downloaded thiserror-no-std v2.0.2 |
1188 | 2023-10-24T00:18:04.813Z | Downloaded parse-display-derive v0.7.0 |
1189 | 2023-10-24T00:18:04.817Z | Downloaded packed_struct_codegen v0.10.1 |
1190 | 2023-10-24T00:18:04.820Z | Downloaded serde_with_macros v2.3.3 |
1191 | 2023-10-24T00:18:04.823Z | Downloaded serde_urlencoded v0.7.1 |
1192 | 2023-10-24T00:18:04.825Z | Downloaded zerocopy v0.3.0 |
1193 | 2023-10-24T00:18:04.829Z | Downloaded utf-8 v0.7.6 |
1194 | 2023-10-24T00:18:04.832Z | Downloaded usdt-impl v0.3.5 |
1195 | 2023-10-24T00:18:04.834Z | Downloaded twox-hash v1.6.3 |
1196 | 2023-10-24T00:18:04.837Z | Downloaded strsim v0.10.0 |
1197 | 2023-10-24T00:18:04.840Z | Downloaded zone_cfg_derive v0.2.0 |
1198 | 2023-10-24T00:18:04.843Z | Downloaded zeroize_derive v1.4.2 |
1199 | 2023-10-24T00:18:04.845Z | Downloaded thiserror-impl-no-std v2.0.2 |
1200 | 2023-10-24T00:18:04.849Z | Downloaded thiserror-impl v1.0.49 |
1201 | 2023-10-24T00:18:04.851Z | Downloaded funty v2.0.0 |
1202 | 2023-10-24T00:18:04.854Z | Downloaded fs-err v2.9.0 |
1203 | 2023-10-24T00:18:04.858Z | Downloaded fragile v2.0.0 |
1204 | 2023-10-24T00:18:04.861Z | Downloaded tui-tree-widget v0.13.0 |
1205 | 2023-10-24T00:18:04.866Z | Downloaded structmeta-derive v0.1.6 |
1206 | 2023-10-24T00:18:04.869Z | Downloaded strsim v0.8.0 |
1207 | 2023-10-24T00:18:04.872Z | Downloaded strip-ansi-escapes v0.2.0 |
1208 | 2023-10-24T00:18:04.875Z | Downloaded stringprep v0.1.3 |
1209 | 2023-10-24T00:18:04.879Z | Downloaded string_cache v0.8.7 |
1210 | 2023-10-24T00:18:04.882Z | Downloaded stable_deref_trait v1.2.0 |
1211 | 2023-10-24T00:18:04.885Z | Downloaded num_enum v0.5.11 |
1212 | 2023-10-24T00:18:04.888Z | Downloaded http v0.2.9 |
1213 | 2023-10-24T00:18:04.891Z | Downloaded chacha20poly1305 v0.10.1 |
1214 | 2023-10-24T00:18:04.894Z | Downloaded cc v1.0.83 |
1215 | 2023-10-24T00:18:04.896Z | Downloaded mockall_derive v0.11.4 |
1216 | 2023-10-24T00:18:04.900Z | Downloaded smawk v0.3.1 |
1217 | 2023-10-24T00:18:04.903Z | Downloaded foreign-types-shared v0.3.1 |
1218 | 2023-10-24T00:18:04.906Z | Downloaded foreign-types-shared v0.1.1 |
1219 | 2023-10-24T00:18:04.909Z | Downloaded waitgroup v0.1.2 |
1220 | 2023-10-24T00:18:04.912Z | Downloaded vte_generate_state_changes v0.1.1 |
1221 | 2023-10-24T00:18:04.915Z | Downloaded tinyvec_macros v0.1.1 |
1222 | 2023-10-24T00:18:04.919Z | Downloaded arc-swap v1.6.0 |
1223 | 2023-10-24T00:18:04.922Z | Downloaded ed25519 v1.5.3 |
1224 | 2023-10-24T00:18:04.926Z | Downloaded dyn-clone v1.0.13 |
1225 | 2023-10-24T00:18:04.929Z | Downloaded scheduled-thread-pool v0.2.7 |
1226 | 2023-10-24T00:18:04.932Z | Downloaded num-rational v0.4.1 |
1227 | 2023-10-24T00:18:04.936Z | Downloaded libloading v0.7.4 |
1228 | 2023-10-24T00:18:04.939Z | Downloaded precomputed-hash v0.1.1 |
1229 | 2023-10-24T00:18:04.942Z | Downloaded smf v0.2.2 |
1230 | 2023-10-24T00:18:04.944Z | Downloaded slog-envlogger v2.2.0 |
1231 | 2023-10-24T00:18:04.947Z | Downloaded slog-dtrace v0.2.3 |
1232 | 2023-10-24T00:18:04.950Z | Downloaded serde_path_to_error v0.1.14 |
1233 | 2023-10-24T00:18:04.953Z | Downloaded slog-bunyan v2.4.0 |
1234 | 2023-10-24T00:18:04.956Z | Downloaded siphasher v0.3.11 |
1235 | 2023-10-24T00:18:04.959Z | Downloaded schemars_derive v0.8.13 |
1236 | 2023-10-24T00:18:04.962Z | Downloaded nu-ansi-term v0.49.0 |
1237 | 2023-10-24T00:18:04.965Z | Downloaded headers-core v0.2.0 |
1238 | 2023-10-24T00:18:04.967Z | Downloaded usdt-macro v0.3.5 |
1239 | 2023-10-24T00:18:04.970Z | Downloaded usdt-attr-macro v0.3.5 |
1240 | 2023-10-24T00:18:04.973Z | Downloaded num_enum v0.7.0 |
1241 | 2023-10-24T00:18:04.975Z | Downloaded indicatif v0.17.7 |
1242 | 2023-10-24T00:18:04.978Z | Downloaded cassowary v0.3.0 |
1243 | 2023-10-24T00:18:04.981Z | Downloaded fastrand v2.0.0 |
1244 | 2023-10-24T00:18:04.983Z | Downloaded equivalent v1.0.1 |
1245 | 2023-10-24T00:18:04.986Z | Downloaded derive_builder_macro v0.12.0 |
1246 | 2023-10-24T00:18:04.989Z | Downloaded signal-hook-mio v0.2.3 |
1247 | 2023-10-24T00:18:04.992Z | Downloaded semver-parser v0.10.2 |
1248 | 2023-10-24T00:18:04.995Z | Downloaded rustc-hash v1.1.0 |
1249 | 2023-10-24T00:18:04.998Z | Downloaded memoffset v0.7.1 |
1250 | 2023-10-24T00:18:05.002Z | Downloaded darling_macro v0.14.4 |
1251 | 2023-10-24T00:18:05.005Z | Downloaded curve25519-dalek-derive v0.1.0 |
1252 | 2023-10-24T00:18:05.012Z | Downloaded serde_plain v1.0.2 |
1253 | 2023-10-24T00:18:05.015Z | Downloaded cargo_toml v0.16.3 |
1254 | 2023-10-24T00:18:05.018Z | Downloaded num_cpus v1.16.0 |
1255 | 2023-10-24T00:18:05.021Z | Downloaded num-complex v0.4.4 |
1256 | 2023-10-24T00:18:05.024Z | Downloaded md-5 v0.10.5 |
1257 | 2023-10-24T00:18:05.027Z | Downloaded indoc v1.0.9 |
1258 | 2023-10-24T00:18:05.030Z | Downloaded crc32fast v1.3.2 |
1259 | 2023-10-24T00:18:05.033Z | Downloaded bitflags v2.4.0 |
1260 | 2023-10-24T00:18:05.036Z | Downloaded num-iter v0.1.43 |
1261 | 2023-10-24T00:18:05.040Z | Downloaded num-integer v0.1.45 |
1262 | 2023-10-24T00:18:05.042Z | Downloaded num-derive v0.4.0 |
1263 | 2023-10-24T00:18:05.046Z | Downloaded cancel-safe-futures v0.1.2 |
1264 | 2023-10-24T00:18:05.050Z | Downloaded console v0.15.7 |
1265 | 2023-10-24T00:18:05.053Z | Downloaded structmeta v0.1.6 |
1266 | 2023-10-24T00:18:05.056Z | Downloaded spin v0.5.2 |
1267 | 2023-10-24T00:18:05.058Z | Downloaded ciborium v0.2.1 |
1268 | 2023-10-24T00:18:05.061Z | Downloaded camino v1.1.6 |
1269 | 2023-10-24T00:18:05.064Z | Downloaded ansi_term v0.12.1 |
1270 | 2023-10-24T00:18:05.067Z | Downloaded indexmap v2.0.0 |
1271 | 2023-10-24T00:18:05.071Z | Downloaded heapless v0.7.16 |
1272 | 2023-10-24T00:18:05.073Z | Downloaded async-trait v0.1.73 |
1273 | 2023-10-24T00:18:05.076Z | Downloaded nanorand v0.7.0 |
1274 | 2023-10-24T00:18:05.080Z | Downloaded multer v2.1.0 |
1275 | 2023-10-24T00:18:05.083Z | Downloaded mockall v0.11.4 |
1276 | 2023-10-24T00:18:05.085Z | Downloaded normalize-line-endings v0.3.0 |
1277 | 2023-10-24T00:18:05.090Z | Downloaded mime v0.3.17 |
1278 | 2023-10-24T00:18:05.094Z | Downloaded memoffset v0.9.0 |
1279 | 2023-10-24T00:18:05.097Z | Downloaded cipher v0.4.4 |
1280 | 2023-10-24T00:18:05.099Z | Downloaded crossbeam-deque v0.8.3 |
1281 | 2023-10-24T00:18:05.103Z | Downloaded corncobs v0.1.3 |
1282 | 2023-10-24T00:18:05.105Z | Downloaded bytesize v1.3.0 |
1283 | 2023-10-24T00:18:05.108Z | Downloaded clang-sys v1.6.1 |
1284 | 2023-10-24T00:18:05.110Z | Downloaded anstream v0.5.0 |
1285 | 2023-10-24T00:18:05.113Z | Downloaded matches v0.1.10 |
1286 | 2023-10-24T00:18:05.116Z | Downloaded lazycell v1.3.0 |
1287 | 2023-10-24T00:18:05.119Z | Downloaded crossbeam v0.8.2 |
1288 | 2023-10-24T00:18:05.122Z | Downloaded cpufeatures v0.2.9 |
1289 | 2023-10-24T00:18:05.126Z | Downloaded bitflags v1.3.2 |
1290 | 2023-10-24T00:18:05.129Z | Downloaded aes-gcm-siv v0.11.1 |
1291 | 2023-10-24T00:18:05.132Z | Downloaded crc-catalog v2.2.0 |
1292 | 2023-10-24T00:18:05.135Z | Downloaded nibble_vec v0.1.0 |
1293 | 2023-10-24T00:18:05.138Z | Downloaded indexmap v1.9.3 |
1294 | 2023-10-24T00:18:05.142Z | Downloaded maplit v1.0.2 |
1295 | 2023-10-24T00:18:05.144Z | Downloaded macaddr v1.0.1 |
1296 | 2023-10-24T00:18:05.148Z | Downloaded linked-hash-map v0.5.6 |
1297 | 2023-10-24T00:18:05.151Z | Downloaded is-terminal v0.4.9 |
1298 | 2023-10-24T00:18:05.154Z | Downloaded const_format_proc_macros v0.2.31 |
1299 | 2023-10-24T00:18:05.157Z | Downloaded clap_derive v4.4.2 |
1300 | 2023-10-24T00:18:05.159Z | Downloaded chacha20 v0.9.1 |
1301 | 2023-10-24T00:18:05.162Z | Downloaded cargo-platform v0.1.3 |
1302 | 2023-10-24T00:18:05.165Z | Downloaded lazy_static v1.4.0 |
1303 | 2023-10-24T00:18:05.167Z | Downloaded cfg-if v1.0.0 |
1304 | 2023-10-24T00:18:05.170Z | Downloaded cexpr v0.6.0 |
1305 | 2023-10-24T00:18:05.172Z | Downloaded libefi-sys v0.1.0 |
1306 | 2023-10-24T00:18:05.175Z | Downloaded clap_lex v0.5.1 |
1307 | 2023-10-24T00:18:05.178Z | Downloaded match_cfg v0.1.0 |
1308 | 2023-10-24T00:18:05.182Z | Downloaded autocfg v1.1.0 |
1309 | 2023-10-24T00:18:05.184Z | Downloaded atomic-waker v1.1.1 |
1310 | 2023-10-24T00:18:05.187Z | Downloaded ascii-canvas v3.0.0 |
1311 | 2023-10-24T00:18:05.190Z | Downloaded rustc_version v0.1.7 |
1312 | 2023-10-24T00:18:05.193Z | Downloaded nodrop v0.1.14 |
1313 | 2023-10-24T00:18:05.196Z | Downloaded hyper-rustls v0.24.1 |
1314 | 2023-10-24T00:18:05.198Z | Downloaded base64 v0.21.4 |
1315 | 2023-10-24T00:18:05.202Z | Downloaded anstyle v1.0.2 |
1316 | 2023-10-24T00:18:05.205Z | Downloaded convert_case v0.4.0 |
1317 | 2023-10-24T00:18:05.208Z | Downloaded adler v1.0.2 |
1318 | 2023-10-24T00:18:05.210Z | Downloaded lalrpop-util v0.19.12 |
1319 | 2023-10-24T00:18:05.214Z | Downloaded jobserver v0.1.26 |
1320 | 2023-10-24T00:18:05.217Z | Downloaded hyper-staticfile v0.9.5 |
1321 | 2023-10-24T00:18:05.220Z | Downloaded allocator-api2 v0.2.16 |
1322 | 2023-10-24T00:18:05.223Z | Downloaded new_debug_unreachable v1.0.4 |
1323 | 2023-10-24T00:18:05.226Z | Downloaded ipnetwork v0.20.0 |
1324 | 2023-10-24T00:18:05.229Z | Downloaded keccak v0.1.4 |
1325 | 2023-10-24T00:18:05.232Z | Downloaded instant v0.1.12 |
1326 | 2023-10-24T00:18:05.235Z | Downloaded impl-trait-for-tuples v0.2.2 |
1327 | 2023-10-24T00:18:05.238Z | Downloaded hyper-tls v0.5.0 |
1328 | 2023-10-24T00:18:05.241Z | Downloaded crossbeam-epoch v0.9.15 |
1329 | 2023-10-24T00:18:05.244Z | Downloaded bytes v1.5.0 |
1330 | 2023-10-24T00:18:05.247Z | Downloaded httpdate v1.0.3 |
1331 | 2023-10-24T00:18:05.249Z | Downloaded hmac v0.12.1 |
1332 | 2023-10-24T00:18:05.252Z | Downloaded httparse v1.8.0 |
1333 | 2023-10-24T00:18:05.256Z | Downloaded bzip2 v0.4.4 |
1334 | 2023-10-24T00:18:05.259Z | Downloaded bcs v0.1.5 |
1335 | 2023-10-24T00:18:05.262Z | Downloaded base64ct v1.6.0 |
1336 | 2023-10-24T00:18:05.265Z | Downloaded anstyle-parse v0.2.1 |
1337 | 2023-10-24T00:18:05.268Z | Downloaded hubpack_derive v0.1.1 |
1338 | 2023-10-24T00:18:05.271Z | Downloaded http-range v0.1.5 |
1339 | 2023-10-24T00:18:05.273Z | Downloaded hostname v0.3.1 |
1340 | 2023-10-24T00:18:05.277Z | Downloaded highway v1.1.0 |
1341 | 2023-10-24T00:18:05.280Z | Downloaded hex v0.4.3 |
1342 | 2023-10-24T00:18:05.286Z | Downloaded heck v0.4.1 |
1343 | 2023-10-24T00:18:05.296Z | Downloaded camino-tempfile v1.0.2 |
1344 | 2023-10-24T00:18:05.299Z | Downloaded byteorder v1.4.3 |
1345 | 2023-10-24T00:18:05.302Z | Downloaded block-padding v0.3.3 |
1346 | 2023-10-24T00:18:05.304Z | Downloaded block-buffer v0.10.4 |
1347 | 2023-10-24T00:18:05.307Z | Downloaded bincode v1.3.3 |
1348 | 2023-10-24T00:18:05.309Z | Downloaded bb8 v0.8.1 |
1349 | 2023-10-24T00:18:05.312Z | Downloaded bitstruct v0.1.1 |
1350 | 2023-10-24T00:18:05.315Z | Downloaded bit_field v0.10.2 |
1351 | 2023-10-24T00:18:05.317Z | Downloaded assert_matches v1.5.0 |
1352 | 2023-10-24T00:18:05.561Z | Compiling proc-macro2 v1.0.67 |
1353 | 2023-10-24T00:18:05.564Z | Compiling unicode-ident v1.0.12 |
1354 | 2023-10-24T00:18:05.567Z | Compiling libc v0.2.149 |
1355 | 2023-10-24T00:18:05.570Z | Compiling serde v1.0.188 |
1356 | 2023-10-24T00:18:05.582Z | Compiling autocfg v1.1.0 |
1357 | 2023-10-24T00:18:05.585Z | Compiling version_check v0.9.4 |
1358 | 2023-10-24T00:18:05.588Z | Compiling cfg-if v1.0.0 |
1359 | 2023-10-24T00:18:05.818Z | Compiling syn v1.0.109 |
1360 | 2023-10-24T00:18:05.842Z | Compiling once_cell v1.18.0 |
1361 | 2023-10-24T00:18:05.987Z | Compiling parking_lot_core v0.9.8 |
1362 | 2023-10-24T00:18:06.410Z | Compiling libm v0.2.7 |
1363 | 2023-10-24T00:18:06.573Z | Compiling ahash v0.8.3 |
1364 | 2023-10-24T00:18:06.660Z | Compiling lock_api v0.4.10 |
1365 | 2023-10-24T00:18:07.732Z | Compiling num-traits v0.2.16 |
1366 | 2023-10-24T00:18:07.735Z | Compiling thiserror v1.0.49 |
1367 | 2023-10-24T00:18:07.737Z | Compiling typenum v1.16.0 |
1368 | 2023-10-24T00:18:07.740Z | Compiling futures-core v0.3.28 |
1369 | 2023-10-24T00:18:08.099Z | Compiling generic-array v0.14.7 |
1370 | 2023-10-24T00:18:08.171Z | Compiling memchr v2.6.3 |
1371 | 2023-10-24T00:18:08.610Z | Compiling scopeguard v1.2.0 |
1372 | 2023-10-24T00:18:08.850Z | Compiling itoa v1.0.9 |
1373 | 2023-10-24T00:18:09.108Z | Compiling pkg-config v0.3.27 |
1374 | 2023-10-24T00:18:09.437Z | Compiling quote v1.0.33 |
1375 | 2023-10-24T00:18:09.719Z | Compiling slab v0.4.9 |
1376 | 2023-10-24T00:18:10.133Z | Compiling syn v2.0.32 |
1377 | 2023-10-24T00:18:10.483Z | Compiling jobserver v0.1.26 |
1378 | 2023-10-24T00:18:10.725Z | Compiling getrandom v0.2.10 |
1379 | 2023-10-24T00:18:11.018Z | Compiling cc v1.0.83 |
1380 | 2023-10-24T00:18:11.452Z | Compiling futures-channel v0.3.28 |
1381 | 2023-10-24T00:18:11.620Z | Compiling futures-task v0.3.28 |
1382 | 2023-10-24T00:18:11.876Z | Compiling futures-util v0.3.28 |
1383 | 2023-10-24T00:18:12.104Z | Compiling log v0.4.20 |
1384 | 2023-10-24T00:18:12.912Z | Compiling ryu v1.0.15 |
1385 | 2023-10-24T00:18:12.990Z | Compiling pin-project-lite v0.2.13 |
1386 | 2023-10-24T00:18:13.059Z | Compiling serde_json v1.0.107 |
1387 | 2023-10-24T00:18:13.393Z | Compiling smallvec v1.11.0 |
1388 | 2023-10-24T00:18:13.421Z | Compiling vcpkg v0.2.15 |
1389 | 2023-10-24T00:18:13.511Z | Compiling heck v0.4.1 |
1390 | 2023-10-24T00:18:13.576Z | Compiling schemars v0.8.13 |
1391 | 2023-10-24T00:18:15.647Z | Compiling parking_lot v0.12.1 |
1392 | 2023-10-24T00:18:15.821Z | Compiling ring v0.16.20 |
1393 | 2023-10-24T00:18:16.422Z | Compiling openssl-sys v0.9.93 |
1394 | 2023-10-24T00:18:17.385Z | Compiling num_cpus v1.16.0 |
1395 | 2023-10-24T00:18:18.212Z | Compiling rand_core v0.6.4 |
1396 | 2023-10-24T00:18:18.609Z | Compiling indexmap v1.9.3 |
1397 | 2023-10-24T00:18:19.022Z | Compiling byteorder v1.4.3 |
1398 | 2023-10-24T00:18:19.339Z | Compiling allocator-api2 v0.2.16 |
1399 | 2023-10-24T00:18:19.663Z | Compiling equivalent v1.0.1 |
1400 | 2023-10-24T00:18:19.688Z | Compiling httparse v1.8.0 |
1401 | 2023-10-24T00:18:19.822Z | Compiling spin v0.5.2 |
1402 | 2023-10-24T00:18:19.970Z | Compiling mio v0.8.8 |
1403 | 2023-10-24T00:18:20.222Z | Compiling signal-hook-registry v1.4.1 |
1404 | 2023-10-24T00:18:20.561Z | Compiling hashbrown v0.14.0 |
1405 | 2023-10-24T00:18:20.586Z | Compiling socket2 v0.5.4 |
1406 | 2023-10-24T00:18:22.512Z | Compiling serde_derive_internals v0.26.0 |
1407 | 2023-10-24T00:18:22.927Z | Compiling openssl v0.10.57 |
1408 | 2023-10-24T00:18:23.351Z | Compiling fnv v1.0.7 |
1409 | 2023-10-24T00:18:23.490Z | Compiling semver v1.0.18 |
1410 | 2023-10-24T00:18:23.802Z | Compiling rustls v0.21.7 |
1411 | 2023-10-24T00:18:24.079Z | Compiling iana-time-zone v0.1.57 |
1412 | 2023-10-24T00:18:24.174Z | Compiling native-tls v0.2.11 |
1413 | 2023-10-24T00:18:24.330Z | Compiling ucd-trie v0.1.6 |
1414 | 2023-10-24T00:18:24.487Z | Compiling crossbeam-utils v0.8.16 |
1415 | 2023-10-24T00:18:24.601Z | Compiling unicode-xid v0.2.4 |
1416 | 2023-10-24T00:18:24.854Z | Compiling synstructure v0.12.6 |
1417 | 2023-10-24T00:18:26.008Z | Compiling io-lifetimes v1.0.11 |
1418 | 2023-10-24T00:18:26.394Z | Compiling futures-sink v0.3.28 |
1419 | 2023-10-24T00:18:26.745Z | Compiling backtrace v0.3.69 |
1420 | 2023-10-24T00:18:26.970Z | Compiling tinyvec_macros v0.1.1 |
1421 | 2023-10-24T00:18:27.213Z | Compiling dyn-clone v1.0.13 |
1422 | 2023-10-24T00:18:27.288Z | Compiling tinyvec v1.6.0 |
1423 | 2023-10-24T00:18:27.700Z | Compiling tracing-core v0.1.31 |
1424 | 2023-10-24T00:18:27.987Z | Compiling memoffset v0.9.0 |
1425 | 2023-10-24T00:18:28.012Z | Compiling num-integer v0.1.45 |
1426 | 2023-10-24T00:18:28.063Z | Compiling subtle v2.5.0 |
1427 | 2023-10-24T00:18:28.123Z | Compiling winnow v0.5.15 |
1428 | 2023-10-24T00:18:28.413Z | Compiling pin-utils v0.1.0 |
1429 | 2023-10-24T00:18:28.416Z | Compiling futures-io v0.3.28 |
1430 | 2023-10-24T00:18:28.609Z | Compiling rustix v0.37.23 |
1431 | 2023-10-24T00:18:29.020Z | Compiling rustix v0.38.9 |
1432 | 2023-10-24T00:18:29.515Z | Compiling hashbrown v0.13.2 |
1433 | 2023-10-24T00:18:29.905Z | Compiling unicode-normalization v0.1.22 |
1434 | 2023-10-24T00:18:29.962Z | Compiling aho-corasick v1.0.4 |
1435 | 2023-10-24T00:18:29.988Z | Compiling usdt-impl v0.3.5 |
1436 | 2023-10-24T00:18:31.290Z | Compiling anyhow v1.0.75 |
1437 | 2023-10-24T00:18:31.832Z | Compiling bitflags v1.3.2 |
1438 | 2023-10-24T00:18:31.977Z | Compiling crc32fast v1.3.2 |
1439 | 2023-10-24T00:18:31.980Z | Compiling time-core v0.1.1 |
1440 | 2023-10-24T00:18:32.221Z | Compiling slog v2.7.0 |
1441 | 2023-10-24T00:18:32.328Z | Compiling serde_derive v1.0.188 |
1442 | 2023-10-24T00:18:32.428Z | Compiling zeroize_derive v1.4.2 |
1443 | 2023-10-24T00:18:32.634Z | Compiling thiserror-impl v1.0.49 |
1444 | 2023-10-24T00:18:32.675Z | Compiling tokio-macros v2.1.0 |
1445 | 2023-10-24T00:18:32.971Z | Compiling futures-macro v0.3.28 |
1446 | 2023-10-24T00:18:33.148Z | Compiling tracing-attributes v0.1.26 |
1447 | 2023-10-24T00:18:34.468Z | Compiling schemars_derive v0.8.13 |
1448 | 2023-10-24T00:18:34.902Z | Compiling zeroize v1.6.0 |
1449 | 2023-10-24T00:18:35.926Z | Compiling openssl-macros v0.1.1 |
1450 | 2023-10-24T00:18:36.207Z | Compiling zerocopy-derive v0.2.0 |
1451 | 2023-10-24T00:18:37.556Z | Compiling pest v2.7.2 |
1452 | 2023-10-24T00:18:37.861Z | Compiling crypto-common v0.1.6 |
1453 | 2023-10-24T00:18:38.144Z | Compiling block-buffer v0.10.4 |
1454 | 2023-10-24T00:18:38.605Z | Compiling unicode-bidi v0.3.13 |
1455 | 2023-10-24T00:18:38.608Z | Compiling tracing v0.1.37 |
1456 | 2023-10-24T00:18:38.930Z | Compiling const-oid v0.9.5 |
1457 | 2023-10-24T00:18:39.420Z | Compiling regex-syntax v0.7.5 |
1458 | 2023-10-24T00:18:41.137Z | Compiling time-macros v0.2.13 |
1459 | 2023-10-24T00:18:42.346Z | Compiling pest_meta v2.7.2 |
1460 | 2023-10-24T00:18:42.512Z | Compiling digest v0.10.7 |
1461 | 2023-10-24T00:18:47.254Z | Compiling pest_generator v2.7.2 |
1462 | 2023-10-24T00:18:47.499Z | Compiling regex-automata v0.3.8 |
1463 | 2023-10-24T00:18:48.732Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1464 | 2023-10-24T00:18:49.301Z | Compiling crossbeam-epoch v0.9.15 |
1465 | 2023-10-24T00:18:49.381Z | Compiling rustversion v1.0.14 |
1466 | 2023-10-24T00:18:50.044Z | Compiling pest_derive v2.7.2 |
1467 | 2023-10-24T00:18:50.106Z | Compiling ppv-lite86 v0.2.17 |
1468 | 2023-10-24T00:18:50.257Z | Compiling async-trait v0.1.73 |
1469 | 2023-10-24T00:18:51.351Z | Compiling rand_chacha v0.3.1 |
1470 | 2023-10-24T00:18:51.954Z | Compiling zerocopy v0.3.0 |
1471 | 2023-10-24T00:18:52.897Z | Compiling zerocopy-derive v0.6.4 |
1472 | 2023-10-24T00:18:53.196Z | Compiling strsim v0.10.0 |
1473 | 2023-10-24T00:18:54.232Z | Compiling base64 v0.21.4 |
1474 | 2023-10-24T00:18:54.832Z | Compiling bytes v1.5.0 |
1475 | 2023-10-24T00:18:55.330Z | Compiling indexmap v2.0.0 |
1476 | 2023-10-24T00:18:56.784Z | Compiling uuid v1.4.1 |
1477 | 2023-10-24T00:18:57.069Z | Compiling chrono v0.4.31 |
1478 | 2023-10-24T00:18:57.354Z | Compiling tokio v1.33.0 |
1479 | 2023-10-24T00:19:00.177Z | Compiling bitflags v2.4.0 |
1480 | 2023-10-24T00:19:02.745Z | Compiling toml_datetime v0.6.3 |
1481 | 2023-10-24T00:19:02.908Z | Compiling serde_spanned v0.6.3 |
1482 | 2023-10-24T00:19:03.212Z | Compiling toml_edit v0.19.15 |
1483 | 2023-10-24T00:19:03.259Z | Compiling rustc_version v0.4.0 |
1484 | 2023-10-24T00:19:03.398Z | Compiling http v0.2.9 |
1485 | 2023-10-24T00:19:04.305Z | Compiling heapless v0.7.16 |
1486 | 2023-10-24T00:19:07.185Z | Compiling untrusted v0.7.1 |
1487 | 2023-10-24T00:19:08.785Z | Compiling regex v1.9.5 |
1488 | 2023-10-24T00:19:10.481Z | Compiling dof v0.1.5 |
1489 | 2023-10-24T00:19:11.844Z | Compiling tokio-util v0.7.8 |
1490 | 2023-10-24T00:19:13.190Z | Compiling rand v0.8.5 |
1491 | 2023-10-24T00:19:14.203Z | Compiling dtrace-parser v0.1.14 |
1492 | 2023-10-24T00:19:15.427Z | Compiling thread-id v4.2.0 |
1493 | 2023-10-24T00:19:15.448Z | Compiling errno v0.3.2 |
1494 | 2023-10-24T00:19:15.590Z | Compiling num-bigint v0.4.4 |
1495 | 2023-10-24T00:19:15.797Z | Compiling openssl-probe v0.1.5 |
1496 | 2023-10-24T00:19:15.800Z | Compiling percent-encoding v2.3.0 |
1497 | 2023-10-24T00:19:16.263Z | Compiling radium v0.7.0 |
1498 | 2023-10-24T00:19:16.336Z | Compiling unicode-width v0.1.10 |
1499 | 2023-10-24T00:19:16.584Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1500 | 2023-10-24T00:19:16.608Z | Compiling smoltcp v0.9.1 |
1501 | 2023-10-24T00:19:16.979Z | Compiling foreign-types-shared v0.1.1 |
1502 | 2023-10-24T00:19:17.143Z | Compiling hashbrown v0.12.3 |
1503 | 2023-10-24T00:19:17.507Z | Compiling foreign-types v0.3.2 |
1504 | 2023-10-24T00:19:19.111Z | Compiling strum_macros v0.25.2 |
1505 | 2023-10-24T00:19:20.497Z | Compiling serde_tokenstream v0.1.7 |
1506 | 2023-10-24T00:19:21.820Z | Compiling lazy_static v1.4.0 |
1507 | 2023-10-24T00:19:22.310Z | Compiling socket2 v0.4.9 |
1508 | 2023-10-24T00:19:24.354Z | Compiling try-lock v0.2.4 |
1509 | 2023-10-24T00:19:24.396Z | Compiling adler v1.0.2 |
1510 | 2023-10-24T00:19:24.564Z | Compiling unicode-segmentation v1.10.1 |
1511 | 2023-10-24T00:19:25.345Z | Compiling siphasher v0.3.11 |
1512 | 2023-10-24T00:19:25.977Z | Compiling miniz_oxide v0.7.1 |
1513 | 2023-10-24T00:19:26.047Z | Compiling want v0.3.1 |
1514 | 2023-10-24T00:19:28.320Z | Compiling h2 v0.3.21 |
1515 | 2023-10-24T00:19:28.990Z | Compiling form_urlencoded v1.2.0 |
1516 | 2023-10-24T00:19:29.239Z | Compiling sct v0.7.0 |
1517 | 2023-10-24T00:19:29.434Z | Compiling rustls-webpki v0.101.4 |
1518 | 2023-10-24T00:19:29.678Z | Compiling http-body v0.4.5 |
1519 | 2023-10-24T00:19:30.357Z | Compiling hubpack_derive v0.1.1 |
1520 | 2023-10-24T00:19:31.692Z | Compiling num-iter v0.1.43 |
1521 | 2023-10-24T00:19:32.369Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-10-24T00:19:32.390Z | Compiling anstyle v1.0.2 |
1523 | 2023-10-24T00:19:32.496Z | Compiling httpdate v1.0.3 |
1524 | 2023-10-24T00:19:32.518Z | Compiling tower-service v0.3.2 |
1525 | 2023-10-24T00:19:32.542Z | Compiling utf8parse v0.2.1 |
1526 | 2023-10-24T00:19:32.794Z | Compiling anstyle-parse v0.2.1 |
1527 | 2023-10-24T00:19:32.961Z | Compiling sha2 v0.10.7 |
1528 | 2023-10-24T00:19:36.751Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-10-24T00:19:37.123Z | Compiling usdt-macro v0.3.5 |
1530 | 2023-10-24T00:19:40.115Z | Compiling hyper v0.14.27 |
1531 | 2023-10-24T00:19:40.489Z | Compiling openapiv3 v1.0.3 |
1532 | 2023-10-24T00:19:41.531Z | Compiling rustls-pemfile v1.0.3 |
1533 | 2023-10-24T00:19:42.047Z | Compiling hmac v0.12.1 |
1534 | 2023-10-24T00:19:42.356Z | Compiling md-5 v0.10.5 |
1535 | 2023-10-24T00:19:44.758Z | Compiling stringprep v0.1.3 |
1536 | 2023-10-24T00:19:45.613Z | Compiling idna v0.4.0 |
1537 | 2023-10-24T00:19:46.320Z | Compiling diesel_table_macro_syntax v0.1.0 |
1538 | 2023-10-24T00:19:46.908Z | Compiling hash32 v0.2.1 |
1539 | 2023-10-24T00:19:47.288Z | Compiling spin v0.9.8 |
1540 | 2023-10-24T00:19:47.386Z | Compiling either v1.9.0 |
1541 | 2023-10-24T00:19:47.483Z | Compiling anstyle-query v1.0.0 |
1542 | 2023-10-24T00:19:47.685Z | Compiling fallible-iterator v0.2.0 |
1543 | 2023-10-24T00:19:47.888Z | Compiling colorchoice v1.0.0 |
1544 | 2023-10-24T00:19:47.921Z | Compiling stable_deref_trait v1.2.0 |
1545 | 2023-10-24T00:19:48.027Z | Compiling gimli v0.28.0 |
1546 | 2023-10-24T00:19:48.219Z | Compiling anstream v0.5.0 |
1547 | 2023-10-24T00:19:48.858Z | Compiling postgres-protocol v0.6.6 |
1548 | 2023-10-24T00:19:49.373Z | Compiling url v2.4.1 |
1549 | 2023-10-24T00:19:50.182Z | Compiling diesel_derives v2.1.1 |
1550 | 2023-10-24T00:19:51.369Z | Compiling rustls-native-certs v0.6.3 |
1551 | 2023-10-24T00:19:55.978Z | Compiling addr2line v0.21.0 |
1552 | 2023-10-24T00:19:57.278Z | Compiling tokio-rustls v0.24.1 |
1553 | 2023-10-24T00:19:57.332Z | Compiling tokio-native-tls v0.3.1 |
1554 | 2023-10-24T00:19:57.719Z | Compiling terminal_size v0.2.6 |
1555 | 2023-10-24T00:19:58.003Z | Compiling phf_shared v0.11.2 |
1556 | 2023-10-24T00:20:00.043Z | Compiling serde_tokenstream v0.2.0 |
1557 | 2023-10-24T00:20:00.554Z | Compiling block-padding v0.3.3 |
1558 | 2023-10-24T00:20:00.854Z | Compiling enum-as-inner v0.5.1 |
1559 | 2023-10-24T00:20:00.926Z | Compiling serde_repr v0.1.16 |
1560 | 2023-10-24T00:20:01.057Z | Compiling clap_derive v4.4.2 |
1561 | 2023-10-24T00:20:02.736Z | Compiling scheduled-thread-pool v0.2.7 |
1562 | 2023-10-24T00:20:02.805Z | Compiling object v0.32.1 |
1563 | 2023-10-24T00:20:14.810Z | Compiling matches v0.1.10 |
1564 | 2023-10-24T00:20:14.814Z | Compiling deranged v0.3.8 |
1565 | 2023-10-24T00:20:14.867Z | Compiling clap_lex v0.5.1 |
1566 | 2023-10-24T00:20:15.585Z | Compiling bit-vec v0.6.3 |
1567 | 2023-10-24T00:20:16.310Z | Compiling rustc-demangle v0.1.23 |
1568 | 2023-10-24T00:20:18.026Z | Compiling regex-automata v0.1.10 |
1569 | 2023-10-24T00:20:18.166Z | Compiling num_threads v0.1.6 |
1570 | 2023-10-24T00:20:18.876Z | Compiling tap v1.0.1 |
1571 | 2023-10-24T00:20:19.162Z | Compiling managed v0.8.0 |
1572 | 2023-10-24T00:20:19.913Z | Compiling ipnet v2.8.0 |
1573 | 2023-10-24T00:20:21.475Z | Compiling wyz v0.5.1 |
1574 | 2023-10-24T00:20:21.680Z | Compiling bstr v0.2.17 |
1575 | 2023-10-24T00:20:22.162Z | Compiling time v0.3.27 |
1576 | 2023-10-24T00:20:23.950Z | Compiling clap_builder v4.4.2 |
1577 | 2023-10-24T00:20:24.263Z | Compiling idna v0.2.3 |
1578 | 2023-10-24T00:20:25.709Z | Compiling r2d2 v0.8.10 |
1579 | 2023-10-24T00:20:29.869Z | Compiling inout v0.1.3 |
1580 | 2023-10-24T00:20:31.835Z | Compiling phf v0.11.2 |
1581 | 2023-10-24T00:20:33.033Z | Compiling hyper-rustls v0.24.1 |
1582 | 2023-10-24T00:20:34.119Z | Compiling hyper-tls v0.5.0 |
1583 | 2023-10-24T00:20:34.638Z | Compiling flate2 v1.0.27 |
1584 | 2023-10-24T00:20:34.811Z | Compiling postgres-types v0.2.6 |
1585 | 2023-10-24T00:20:36.140Z | Compiling itertools v0.11.0 |
1586 | 2023-10-24T00:20:36.436Z | Compiling hubpack v0.1.2 |
1587 | 2023-10-24T00:20:37.146Z | Compiling serde_urlencoded v0.7.1 |
1588 | 2023-10-24T00:20:37.201Z | Compiling phf_shared v0.10.0 |
1589 | 2023-10-24T00:20:37.285Z | Compiling ipnetwork v0.20.0 |
1590 | 2023-10-24T00:20:37.812Z | Compiling zerocopy v0.6.4 |
1591 | 2023-10-24T00:20:38.730Z | Compiling futures-executor v0.3.28 |
1592 | 2023-10-24T00:20:40.786Z | Compiling regress v0.7.1 |
1593 | 2023-10-24T00:20:40.790Z | Compiling float-cmp v0.9.0 |
1594 | 2023-10-24T00:20:40.797Z | Compiling encoding_rs v0.8.33 |
1595 | 2023-10-24T00:20:41.005Z | Compiling funty v2.0.0 |
1596 | 2023-10-24T00:20:42.918Z | Compiling precomputed-hash v0.1.1 |
1597 | 2023-10-24T00:20:43.086Z | Compiling smawk v0.3.1 |
1598 | 2023-10-24T00:20:43.724Z | Compiling unicode-linebreak v0.1.5 |
1599 | 2023-10-24T00:20:43.865Z | Compiling fixedbitset v0.4.2 |
1600 | 2023-10-24T00:20:44.053Z | Compiling static_assertions v1.1.0 |
1601 | 2023-10-24T00:20:44.205Z | Compiling mime v0.3.17 |
1602 | 2023-10-24T00:20:44.503Z | Compiling predicates-core v1.0.6 |
1603 | 2023-10-24T00:20:44.998Z | Compiling new_debug_unreachable v1.0.4 |
1604 | 2023-10-24T00:20:45.141Z | Compiling difflib v0.4.0 |
1605 | 2023-10-24T00:20:46.281Z | Compiling data-encoding v2.4.0 |
1606 | 2023-10-24T00:20:46.484Z | Compiling whoami v1.4.1 |
1607 | 2023-10-24T00:20:47.348Z | Compiling normalize-line-endings v0.3.0 |
1608 | 2023-10-24T00:20:47.531Z | Compiling webpki-roots v0.25.2 |
1609 | 2023-10-24T00:20:48.170Z | Compiling reqwest v0.11.20 |
1610 | 2023-10-24T00:20:48.228Z | Compiling predicates v3.0.4 |
1611 | 2023-10-24T00:20:48.341Z | Compiling trust-dns-proto v0.22.0 |
1612 | 2023-10-24T00:20:49.680Z | Compiling tokio-postgres v0.7.10 |
1613 | 2023-10-24T00:20:49.743Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1614 | 2023-10-24T00:20:50.767Z | Compiling string_cache v0.8.7 |
1615 | 2023-10-24T00:20:51.447Z | Compiling textwrap v0.16.0 |
1616 | 2023-10-24T00:20:53.234Z | Compiling petgraph v0.6.4 |
1617 | 2023-10-24T00:20:57.417Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1618 | 2023-10-24T00:20:59.995Z | Compiling bitvec v1.0.1 |
1619 | 2023-10-24T00:21:07.661Z | Compiling futures v0.3.28 |
1620 | 2023-10-24T00:21:07.820Z | Compiling diesel v2.1.1 |
1621 | 2023-10-24T00:21:08.493Z | Compiling yasna v0.5.2 |
1622 | 2023-10-24T00:21:08.750Z | Compiling cipher v0.4.4 |
1623 | 2023-10-24T00:21:08.928Z | Compiling clap v4.4.3 |
1624 | 2023-10-24T00:21:09.093Z | Compiling similar v2.2.1 |
1625 | 2023-10-24T00:21:09.461Z | Compiling bit-set v0.5.3 |
1626 | 2023-10-24T00:21:09.903Z | Compiling itertools v0.10.5 |
1627 | 2023-10-24T00:21:10.750Z | Compiling usdt v0.3.5 |
1628 | 2023-10-24T00:21:11.291Z | Compiling console v0.15.7 |
1629 | 2023-10-24T00:21:12.082Z | Compiling tokio-stream v0.1.14 |
1630 | 2023-10-24T00:21:12.488Z | Compiling toml v0.7.8 |
1631 | 2023-10-24T00:21:13.532Z | Compiling bstr v1.6.0 |
1632 | 2023-10-24T00:21:13.646Z | Compiling signature v2.1.0 |
1633 | 2023-10-24T00:21:13.989Z | Compiling hex v0.4.3 |
1634 | 2023-10-24T00:21:15.368Z | Compiling lalrpop-util v0.19.12 |
1635 | 2023-10-24T00:21:18.512Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1636 | 2023-10-24T00:21:23.781Z | Compiling ident_case v1.0.1 |
1637 | 2023-10-24T00:21:24.444Z | Compiling darling_core v0.20.3 |
1638 | 2023-10-24T00:21:39.873Z | Compiling crossbeam-channel v0.5.8 |
1639 | 2023-10-24T00:21:51.512Z | Compiling atty v0.2.14 |
1640 | 2023-10-24T00:21:51.764Z | Compiling proc-macro-error-attr v1.0.4 |
1641 | 2023-10-24T00:22:07.513Z | Compiling darling_macro v0.20.3 |
1642 | 2023-10-24T00:22:10.596Z | Compiling proc-macro-crate v1.3.1 |
1643 | 2023-10-24T00:22:12.911Z | Compiling dirs-sys-next v0.1.2 |
1644 | 2023-10-24T00:22:14.756Z | Compiling proc-macro-error v1.0.4 |
1645 | 2023-10-24T00:22:27.635Z | Compiling dirs-next v2.0.0 |
1646 | 2023-10-24T00:22:28.356Z | Compiling num_enum_derive v0.5.11 |
1647 | 2023-10-24T00:22:32.996Z | Compiling darling v0.20.3 |
1648 | 2023-10-24T00:22:39.085Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1649 | 2023-10-24T00:22:47.720Z | Compiling getopts v0.2.21 |
1650 | 2023-10-24T00:22:47.965Z | Compiling structmeta-derive v0.1.6 |
1651 | 2023-10-24T00:22:47.978Z | Compiling thread_local v1.1.7 |
1652 | 2023-10-24T00:22:48.005Z | Compiling multer v2.1.0 |
1653 | 2023-10-24T00:22:49.018Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1654 | 2023-10-24T00:22:49.660Z | Compiling camino v1.1.6 |
1655 | 2023-10-24T00:22:52.883Z | Compiling slog-async v2.8.0 |
1656 | 2023-10-24T00:22:52.979Z | Compiling match_cfg v0.1.0 |
1657 | 2023-10-24T00:22:53.124Z | Compiling unsafe-libyaml v0.2.9 |
1658 | 2023-10-24T00:22:53.561Z | Compiling paste v1.0.14 |
1659 | 2023-10-24T00:22:54.428Z | Compiling hostname v0.3.1 |
1660 | 2023-10-24T00:22:56.193Z | Compiling serde_yaml v0.9.25 |
1661 | 2023-10-24T00:23:05.974Z | Compiling structmeta v0.1.6 |
1662 | 2023-10-24T00:23:10.852Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1663 | 2023-10-24T00:23:17.383Z | Compiling serde_with_macros v2.3.3 |
1664 | 2023-10-24T00:23:21.718Z | Compiling num_enum v0.5.11 |
1665 | 2023-10-24T00:23:22.369Z | Compiling term v0.7.0 |
1666 | 2023-10-24T00:23:22.800Z | Compiling slog-json v2.6.1 |
1667 | 2023-10-24T00:23:24.807Z | Compiling strum v0.25.0 |
1668 | 2023-10-24T00:23:24.838Z | Compiling async-stream-impl v0.3.5 |
1669 | 2023-10-24T00:23:26.036Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1670 | 2023-10-24T00:23:26.282Z | Compiling postcard-cobs v0.1.5-pre |
1671 | 2023-10-24T00:23:26.457Z | Compiling atomic-waker v1.1.1 |
1672 | 2023-10-24T00:23:26.744Z | Compiling take_mut v0.2.2 |
1673 | 2023-10-24T00:23:26.993Z | Compiling regex-syntax v0.6.29 |
1674 | 2023-10-24T00:23:27.168Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1675 | 2023-10-24T00:23:27.614Z | Compiling waitgroup v0.1.2 |
1676 | 2023-10-24T00:23:27.991Z | Compiling postcard v0.7.3 |
1677 | 2023-10-24T00:23:29.087Z | Compiling async-stream v0.3.5 |
1678 | 2023-10-24T00:23:29.692Z | Compiling slog-bunyan v2.4.0 |
1679 | 2023-10-24T00:23:30.085Z | Compiling slog-term v2.9.0 |
1680 | 2023-10-24T00:23:30.220Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1681 | 2023-10-24T00:23:31.239Z | Compiling serde_with v2.3.3 |
1682 | 2023-10-24T00:23:35.923Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1683 | 2023-10-24T00:23:36.559Z | Compiling parse-display-derive v0.7.0 |
1684 | 2023-10-24T00:23:36.614Z | Compiling smoltcp v0.8.2 |
1685 | 2023-10-24T00:23:37.731Z | Compiling sha1 v0.10.5 |
1686 | 2023-10-24T00:23:38.207Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1687 | 2023-10-24T00:23:38.949Z | Compiling serde_path_to_error v0.1.14 |
1688 | 2023-10-24T00:23:39.300Z | Compiling foreign-types-macros v0.2.3 |
1689 | 2023-10-24T00:23:40.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1690 | 2023-10-24T00:23:41.060Z | Compiling instant v0.1.12 |
1691 | 2023-10-24T00:23:41.221Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1692 | 2023-10-24T00:23:41.291Z | Compiling debug-ignore v1.0.5 |
1693 | 2023-10-24T00:23:41.425Z | Compiling foreign-types-shared v0.3.1 |
1694 | 2023-10-24T00:23:41.522Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1695 | 2023-10-24T00:23:41.557Z | Compiling cfg-if v0.1.10 |
1696 | 2023-10-24T00:23:41.609Z | Compiling foreign-types v0.5.0 |
1697 | 2023-10-24T00:23:41.779Z | Compiling backoff v0.4.0 |
1698 | 2023-10-24T00:23:42.073Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1699 | 2023-10-24T00:23:42.774Z | Compiling parse-display v0.7.0 |
1700 | 2023-10-24T00:23:43.017Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1701 | 2023-10-24T00:23:43.103Z | Compiling is-terminal v0.4.9 |
1702 | 2023-10-24T00:23:43.269Z | Compiling macaddr v1.0.1 |
1703 | 2023-10-24T00:23:43.295Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1704 | 2023-10-24T00:23:44.520Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1705 | 2023-10-24T00:23:44.545Z | Compiling cstr-argument v0.1.2 |
1706 | 2023-10-24T00:23:44.931Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1707 | 2023-10-24T00:23:45.337Z | Compiling base64ct v1.6.0 |
1708 | 2023-10-24T00:23:45.774Z | Compiling crucible-workspace-hack v0.1.0 |
1709 | 2023-10-24T00:23:46.163Z | Compiling pretty-hex v0.2.1 |
1710 | 2023-10-24T00:23:46.529Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1711 | 2023-10-24T00:23:46.649Z | Compiling password-hash v0.5.0 |
1712 | 2023-10-24T00:23:47.531Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1713 | 2023-10-24T00:23:48.740Z | Compiling colored v2.0.4 |
1714 | 2023-10-24T00:23:48.961Z | Compiling textwrap v0.11.0 |
1715 | 2023-10-24T00:23:50.756Z | Compiling heck v0.3.3 |
1716 | 2023-10-24T00:23:50.781Z | Compiling blake2 v0.10.6 |
1717 | 2023-10-24T00:23:50.976Z | Compiling strsim v0.8.0 |
1718 | 2023-10-24T00:23:51.339Z | Compiling ansi_term v0.12.1 |
1719 | 2023-10-24T00:23:52.775Z | Compiling vec_map v0.8.2 |
1720 | 2023-10-24T00:23:53.033Z | Compiling libefi-sys v0.1.0 |
1721 | 2023-10-24T00:23:53.295Z | Compiling rayon-core v1.11.0 |
1722 | 2023-10-24T00:23:53.299Z | Compiling clap v2.34.0 |
1723 | 2023-10-24T00:23:53.474Z | Compiling argon2 v0.5.2 |
1724 | 2023-10-24T00:23:53.761Z | Compiling structopt-derive v0.4.18 |
1725 | 2023-10-24T00:23:58.201Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1726 | 2023-10-24T00:23:58.493Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1727 | 2023-10-24T00:23:58.866Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1728 | 2023-10-24T00:23:59.201Z | Compiling zone_cfg_derive v0.2.0 |
1729 | 2023-10-24T00:23:59.264Z | Compiling crossbeam-deque v0.8.3 |
1730 | 2023-10-24T00:23:59.880Z | Compiling num-derive v0.4.0 |
1731 | 2023-10-24T00:24:01.312Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1732 | 2023-10-24T00:24:01.894Z | Compiling keccak v0.1.4 |
1733 | 2023-10-24T00:24:02.691Z | Compiling portable-atomic v1.4.3 |
1734 | 2023-10-24T00:24:03.407Z | Compiling sha3 v0.10.8 |
1735 | 2023-10-24T00:24:03.714Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1736 | 2023-10-24T00:24:04.544Z | Compiling zone v0.2.0 |
1737 | 2023-10-24T00:24:04.950Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1738 | 2023-10-24T00:24:09.473Z | Compiling structopt v0.3.26 |
1739 | 2023-10-24T00:24:09.575Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1740 | 2023-10-24T00:24:10.464Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1741 | 2023-10-24T00:24:11.174Z | Compiling hkdf v0.12.3 |
1742 | 2023-10-24T00:24:11.578Z | Compiling smf v0.2.2 |
1743 | 2023-10-24T00:24:12.380Z | Compiling secrecy v0.8.0 |
1744 | 2023-10-24T00:24:12.785Z | Compiling xattr v1.0.1 |
1745 | 2023-10-24T00:24:13.203Z | Compiling filetime v0.2.22 |
1746 | 2023-10-24T00:24:13.253Z | Compiling fastrand v2.0.0 |
1747 | 2023-10-24T00:24:13.697Z | Compiling same-file v1.0.6 |
1748 | 2023-10-24T00:24:14.174Z | Compiling walkdir v2.4.0 |
1749 | 2023-10-24T00:24:14.316Z | Compiling tempfile v3.8.0 |
1750 | 2023-10-24T00:24:14.437Z | Compiling tar v0.4.40 |
1751 | 2023-10-24T00:24:17.107Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1752 | 2023-10-24T00:24:17.621Z | Compiling rayon v1.7.0 |
1753 | 2023-10-24T00:24:18.223Z | Compiling number_prefix v0.4.0 |
1754 | 2023-10-24T00:24:18.642Z | Compiling omicron-zone-package v0.8.3 |
1755 | 2023-10-24T00:24:20.969Z | Compiling topological-sort v0.2.2 |
1756 | 2023-10-24T00:24:26.821Z | Compiling indicatif v0.17.7 |
1757 | 2023-10-24T00:24:31.096Z | Compiling bzip2 v0.4.4 |
1758 | 2023-10-24T00:24:31.832Z | Compiling zip v0.6.6 |
1759 | 2023-10-24T00:24:34.506Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1760 | 2023-10-24T00:24:35.353Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1761 | 2023-10-24T00:24:35.922Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1762 | 2023-10-24T00:24:36.207Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1763 | 2023-10-24T00:24:45.425Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1764 | 2023-10-24T00:24:45.428Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1765 | 2023-10-24T00:24:45.432Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1766 | 2023-10-24T00:24:59.268Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1767 | 2023-10-24T00:25:00.664Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1768 | 2023-10-24T00:25:35.529Z | Finished release [optimized] target(s) in 8m 03s |
1769 | 2023-10-24T00:25:35.747Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1770 | 2023-10-24T00:25:35.830Z | Created new build target 'test' and set it as active |
1771 | 2023-10-24T00:25:35.833Z | |
1772 | 2023-10-24T00:25:35.836Z | real 8:03.778107731 |
1773 | 2023-10-24T00:25:35.840Z | user 50:59.822878287 |
1774 | 2023-10-24T00:25:35.843Z | sys 4:34.385793276 |
1775 | 2023-10-24T00:25:35.847Z | trap 1.950166577 |
1776 | 2023-10-24T00:25:35.850Z | tflt 7.856379505 |
1777 | 2023-10-24T00:25:35.854Z | dflt 7.114669544 |
1778 | 2023-10-24T00:25:35.856Z | kflt 0.026885131 |
1779 | 2023-10-24T00:25:35.859Z | lock 1:50:48.264188584 |
1780 | 2023-10-24T00:25:35.862Z | slp 2:44:05.713139539 |
1781 | 2023-10-24T00:25:35.865Z | lat 2:16.634507040 |
1782 | 2023-10-24T00:25:35.868Z | stop 4:10.547201927 |
1783 | 2023-10-24T00:25:35.871Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1784 | 2023-10-24T00:25:36.989Z | Finished release [optimized] target(s) in 1.07s |
1785 | 2023-10-24T00:25:37.016Z | Running `target/release/omicron-package -t test package` |
1786 | 2023-10-24T00:25:37.055Z | Oct 24 00:25:37.053 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1787 | 2023-10-24T00:25:38.242Z | Compiling serde_json v1.0.107 |
1788 | 2023-10-24T00:25:38.290Z | Compiling linked-hash-map v0.5.6 |
1789 | 2023-10-24T00:25:38.293Z | Compiling slog-dtrace v0.2.3 |
1790 | 2023-10-24T00:25:38.304Z | Compiling quick-error v1.2.3 |
1791 | 2023-10-24T00:25:38.307Z | Compiling same-file v1.0.6 |
1792 | 2023-10-24T00:25:38.310Z | Compiling semver-parser v0.10.2 |
1793 | 2023-10-24T00:25:38.313Z | Compiling fastrand v2.0.0 |
1794 | 2023-10-24T00:25:38.317Z | Compiling termcolor v1.2.0 |
1795 | 2023-10-24T00:25:38.524Z | Compiling resolv-conf v0.7.0 |
1796 | 2023-10-24T00:25:38.647Z | Compiling walkdir v2.4.0 |
1797 | 2023-10-24T00:25:38.810Z | Compiling filetime v0.2.22 |
1798 | 2023-10-24T00:25:38.914Z | Compiling lru-cache v0.1.2 |
1799 | 2023-10-24T00:25:39.146Z | Compiling tempfile v3.8.0 |
1800 | 2023-10-24T00:25:39.218Z | Compiling trust-dns-resolver v0.22.0 |
1801 | 2023-10-24T00:25:39.229Z | Compiling xattr v1.0.1 |
1802 | 2023-10-24T00:25:39.571Z | Compiling semver v0.11.0 |
1803 | 2023-10-24T00:25:39.749Z | Compiling memoffset v0.7.1 |
1804 | 2023-10-24T00:25:40.144Z | Compiling base64 v0.13.1 |
1805 | 2023-10-24T00:25:40.331Z | Compiling home v0.5.5 |
1806 | 2023-10-24T00:25:40.687Z | Compiling toolchain_find v0.2.0 |
1807 | 2023-10-24T00:25:40.690Z | Compiling tar v0.4.40 |
1808 | 2023-10-24T00:25:40.693Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1809 | 2023-10-24T00:25:41.272Z | Compiling libz-sys v1.1.12 |
1810 | 2023-10-24T00:25:41.467Z | Compiling toml v0.5.11 |
1811 | 2023-10-24T00:25:41.522Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1812 | 2023-10-24T00:25:41.618Z | Compiling schemars v0.8.13 |
1813 | 2023-10-24T00:25:41.730Z | Compiling usdt-impl v0.3.5 |
1814 | 2023-10-24T00:25:41.812Z | Compiling openapiv3 v1.0.3 |
1815 | 2023-10-24T00:25:42.048Z | Compiling reqwest v0.11.20 |
1816 | 2023-10-24T00:25:43.798Z | Compiling usdt v0.3.5 |
1817 | 2023-10-24T00:25:44.544Z | Compiling postgres-types v0.2.6 |
1818 | 2023-10-24T00:25:46.997Z | Compiling ipnetwork v0.20.0 |
1819 | 2023-10-24T00:25:50.513Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1820 | 2023-10-24T00:25:53.103Z | Compiling tokio-postgres v0.7.10 |
1821 | 2023-10-24T00:25:55.175Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1822 | 2023-10-24T00:25:55.371Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1823 | 2023-10-24T00:25:57.245Z | Compiling slog-json v2.6.1 |
1824 | 2023-10-24T00:25:57.537Z | Compiling diesel v2.1.1 |
1825 | 2023-10-24T00:25:58.053Z | Compiling slog-bunyan v2.4.0 |
1826 | 2023-10-24T00:25:58.442Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1827 | 2023-10-24T00:26:00.382Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1828 | 2023-10-24T00:26:06.672Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1829 | 2023-10-24T00:26:06.990Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-10-24T00:26:11.543Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1831 | 2023-10-24T00:26:16.235Z | Compiling rustfmt-wrapper v0.2.0 |
1832 | 2023-10-24T00:26:17.281Z | Compiling omicron-zone-package v0.8.3 |
1833 | 2023-10-24T00:26:18.898Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1834 | 2023-10-24T00:26:19.309Z | Compiling cancel-safe-futures v0.1.2 |
1835 | 2023-10-24T00:26:19.779Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1836 | 2023-10-24T00:26:20.838Z | Compiling num-rational v0.4.1 |
1837 | 2023-10-24T00:26:21.248Z | Compiling utf-8 v0.7.6 |
1838 | 2023-10-24T00:26:23.215Z | Compiling pem-rfc7468 v0.7.0 |
1839 | 2023-10-24T00:26:23.218Z | Compiling der_derive v0.7.2 |
1840 | 2023-10-24T00:26:26.096Z | Compiling flagset v0.4.3 |
1841 | 2023-10-24T00:26:27.194Z | Compiling der v0.7.8 |
1842 | 2023-10-24T00:26:30.792Z | Compiling vergen v8.2.4 |
1843 | 2023-10-24T00:26:31.181Z | Compiling fxhash v0.2.1 |
1844 | 2023-10-24T00:26:31.526Z | Compiling num-complex v0.4.4 |
1845 | 2023-10-24T00:26:33.691Z | Compiling unicase v2.7.0 |
1846 | 2023-10-24T00:26:34.094Z | Compiling num v0.4.1 |
1847 | 2023-10-24T00:26:34.282Z | Compiling spki v0.7.2 |
1848 | 2023-10-24T00:26:35.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1849 | 2023-10-24T00:26:36.716Z | Compiling universal-hash v0.5.1 |
1850 | 2023-10-24T00:26:37.207Z | Compiling libsqlite3-sys v0.26.0 |
1851 | 2023-10-24T00:26:37.708Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1852 | 2023-10-24T00:26:38.772Z | Compiling ciborium-io v0.2.1 |
1853 | 2023-10-24T00:26:38.949Z | Compiling half v1.8.2 |
1854 | 2023-10-24T00:26:44.513Z | Compiling arc-swap v1.6.0 |
1855 | 2023-10-24T00:26:44.650Z | Compiling maybe-uninit v2.0.0 |
1856 | 2023-10-24T00:26:44.727Z | Compiling semver v0.1.20 |
1857 | 2023-10-24T00:26:44.742Z | Compiling opaque-debug v0.3.0 |
1858 | 2023-10-24T00:26:44.747Z | Compiling rustc_version v0.1.7 |
1859 | 2023-10-24T00:26:44.791Z | Compiling slog-scope v4.4.0 |
1860 | 2023-10-24T00:26:44.805Z | Compiling ciborium-ll v0.2.1 |
1861 | 2023-10-24T00:26:44.834Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1862 | 2023-10-24T00:26:44.872Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1863 | 2023-10-24T00:26:47.141Z | Compiling packed_struct v0.10.1 |
1864 | 2023-10-24T00:26:47.698Z | Compiling crc-catalog v2.2.0 |
1865 | 2023-10-24T00:26:47.923Z | Compiling signal-hook v0.3.17 |
1866 | 2023-10-24T00:26:48.289Z | Compiling parking_lot_core v0.8.6 |
1867 | 2023-10-24T00:26:48.868Z | Compiling num-bigint-dig v0.8.4 |
1868 | 2023-10-24T00:26:49.308Z | Compiling crc v3.0.1 |
1869 | 2023-10-24T00:26:50.593Z | Compiling ciborium v0.2.1 |
1870 | 2023-10-24T00:26:52.428Z | Compiling slog-stdlog v4.1.1 |
1871 | 2023-10-24T00:26:52.470Z | Compiling newtype_derive v0.1.6 |
1872 | 2023-10-24T00:26:53.014Z | Compiling pkcs8 v0.10.2 |
1873 | 2023-10-24T00:26:54.240Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1874 | 2023-10-24T00:26:54.281Z | Compiling toml_edit v0.20.0 |
1875 | 2023-10-24T00:26:56.075Z | Compiling hashlink v0.8.3 |
1876 | 2023-10-24T00:26:56.716Z | Compiling aead v0.5.2 |
1877 | 2023-10-24T00:26:57.203Z | Compiling nibble_vec v0.1.0 |
1878 | 2023-10-24T00:26:57.289Z | Compiling packed_struct_codegen v0.10.1 |
1879 | 2023-10-24T00:26:57.537Z | Compiling dirs-sys-next v0.1.2 |
1880 | 2023-10-24T00:26:57.911Z | Compiling rand v0.4.6 |
1881 | 2023-10-24T00:26:58.366Z | Compiling glob v0.3.1 |
1882 | 2023-10-24T00:26:59.750Z | Compiling endian-type v0.1.2 |
1883 | 2023-10-24T00:27:00.109Z | Compiling fallible-streaming-iterator v0.1.9 |
1884 | 2023-10-24T00:27:00.511Z | Compiling nodrop v0.1.14 |
1885 | 2023-10-24T00:27:00.688Z | Compiling humantime v2.1.0 |
1886 | 2023-10-24T00:27:01.733Z | Compiling doc-comment v0.3.3 |
1887 | 2023-10-24T00:27:02.155Z | Compiling crunchy v0.2.2 |
1888 | 2023-10-24T00:27:02.672Z | Compiling array-init v0.0.4 |
1889 | 2023-10-24T00:27:02.820Z | Compiling rusqlite v0.29.0 |
1890 | 2023-10-24T00:27:03.516Z | Compiling radix_trie v0.2.1 |
1891 | 2023-10-24T00:27:04.892Z | Compiling clang-sys v1.6.1 |
1892 | 2023-10-24T00:27:04.940Z | Compiling twox-hash v1.6.3 |
1893 | 2023-10-24T00:27:05.823Z | Compiling toml v0.8.0 |
1894 | 2023-10-24T00:27:06.555Z | Compiling dirs-next v2.0.0 |
1895 | 2023-10-24T00:27:07.378Z | Compiling pkcs1 v0.7.5 |
1896 | 2023-10-24T00:27:09.964Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1897 | 2023-10-24T00:27:10.147Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1898 | 2023-10-24T00:27:11.016Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1899 | 2023-10-24T00:27:11.995Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1900 | 2023-10-24T00:27:13.793Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1901 | 2023-10-24T00:27:13.932Z | Compiling smallvec v0.6.14 |
1902 | 2023-10-24T00:27:14.787Z | Compiling slog-envlogger v2.2.0 |
1903 | 2023-10-24T00:27:23.506Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1904 | 2023-10-24T00:27:23.786Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1905 | 2023-10-24T00:27:23.876Z | Compiling nix v0.26.2 |
1906 | 2023-10-24T00:27:24.746Z | Compiling num_enum_derive v0.7.0 |
1907 | 2023-10-24T00:27:26.682Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1908 | 2023-10-24T00:27:28.827Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1909 | 2023-10-24T00:27:37.908Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1910 | 2023-10-24T00:27:38.462Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1911 | 2023-10-24T00:27:38.675Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1912 | 2023-10-24T00:27:40.468Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1913 | 2023-10-24T00:27:40.609Z | Compiling prettyplease v0.2.12 |
1914 | 2023-10-24T00:27:41.026Z | Compiling platforms v3.0.2 |
1915 | 2023-10-24T00:27:41.457Z | Compiling bitfield v0.14.0 |
1916 | 2023-10-24T00:27:41.963Z | Compiling tiny-keccak v2.0.2 |
1917 | 2023-10-24T00:27:42.074Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1918 | 2023-10-24T00:27:42.350Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1919 | 2023-10-24T00:27:43.276Z | Compiling num_enum v0.7.0 |
1920 | 2023-10-24T00:27:43.629Z | Compiling rsa v0.9.2 |
1921 | 2023-10-24T00:27:52.533Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1922 | 2023-10-24T00:27:58.369Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1923 | 2023-10-24T00:28:02.440Z | Compiling parking_lot v0.11.2 |
1924 | 2023-10-24T00:28:06.441Z | Compiling serde-hex v0.1.0 |
1925 | 2023-10-24T00:28:06.452Z | Compiling mime_guess v2.0.4 |
1926 | 2023-10-24T00:28:08.267Z | Compiling term v0.7.0 |
1927 | 2023-10-24T00:28:10.477Z | Compiling trust-dns-client v0.22.0 |
1928 | 2023-10-24T00:28:11.150Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1929 | 2023-10-24T00:28:11.695Z | Compiling polyval v0.6.1 |
1930 | 2023-10-24T00:28:12.304Z | Compiling x509-cert v0.2.4 |
1931 | 2023-10-24T00:28:12.808Z | Compiling tungstenite v0.20.1 |
1932 | 2023-10-24T00:28:15.299Z | Compiling env_logger v0.10.0 |
1933 | 2023-10-24T00:28:19.552Z | Compiling ctr v0.9.2 |
1934 | 2023-10-24T00:28:20.086Z | Compiling aes v0.8.3 |
1935 | 2023-10-24T00:28:21.592Z | Compiling darling_core v0.14.4 |
1936 | 2023-10-24T00:28:22.282Z | Compiling ron v0.8.1 |
1937 | 2023-10-24T00:28:24.454Z | Compiling snafu-derive v0.7.5 |
1938 | 2023-10-24T00:28:28.947Z | Compiling bincode v1.3.3 |
1939 | 2023-10-24T00:28:30.829Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1940 | 2023-10-24T00:28:31.235Z | Compiling convert_case v0.4.0 |
1941 | 2023-10-24T00:28:32.523Z | Compiling crc-any v2.4.3 |
1942 | 2023-10-24T00:28:32.722Z | Compiling minimal-lexical v0.2.1 |
1943 | 2023-10-24T00:28:33.117Z | Compiling erased-serde v0.3.30 |
1944 | 2023-10-24T00:28:33.580Z | Compiling nom v7.1.3 |
1945 | 2023-10-24T00:28:33.888Z | Compiling trust-dns-server v0.22.1 |
1946 | 2023-10-24T00:28:34.300Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1947 | 2023-10-24T00:28:34.801Z | Compiling snafu v0.7.5 |
1948 | 2023-10-24T00:28:36.869Z | Compiling derive_more v0.99.17 |
1949 | 2023-10-24T00:28:40.098Z | Compiling darling_macro v0.14.4 |
1950 | 2023-10-24T00:28:41.509Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1951 | 2023-10-24T00:28:44.535Z | Compiling aes-gcm-siv v0.11.1 |
1952 | 2023-10-24T00:28:45.017Z | Compiling tokio-tungstenite v0.20.1 |
1953 | 2023-10-24T00:28:47.337Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1954 | 2023-10-24T00:28:47.503Z | Compiling ascii-canvas v3.0.0 |
1955 | 2023-10-24T00:28:48.310Z | Compiling steno v0.4.0 |
1956 | 2023-10-24T00:28:49.239Z | Compiling sled v0.34.7 |
1957 | 2023-10-24T00:29:04.837Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1958 | 2023-10-24T00:29:05.434Z | Compiling env_logger v0.9.3 |
1959 | 2023-10-24T00:29:06.687Z | Compiling tungstenite v0.18.0 |
1960 | 2023-10-24T00:29:09.221Z | Compiling object v0.30.4 |
1961 | 2023-10-24T00:29:11.781Z | Compiling is-terminal v0.4.9 |
1962 | 2023-10-24T00:29:11.962Z | Compiling ena v0.14.2 |
1963 | 2023-10-24T00:29:12.624Z | Compiling bitstruct_derive v0.1.0 |
1964 | 2023-10-24T00:29:13.194Z | Compiling derive-where v1.2.5 |
1965 | 2023-10-24T00:29:14.587Z | Compiling async-recursion v1.0.5 |
1966 | 2023-10-24T00:29:16.110Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1967 | 2023-10-24T00:29:16.290Z | Compiling libloading v0.7.4 |
1968 | 2023-10-24T00:29:16.306Z | Compiling pretty-hex v0.3.0 |
1969 | 2023-10-24T00:29:16.663Z | Compiling linear-map v1.2.0 |
1970 | 2023-10-24T00:29:16.843Z | Compiling path-slash v0.1.5 |
1971 | 2023-10-24T00:29:17.167Z | Compiling ringbuffer v0.15.0 |
1972 | 2023-10-24T00:29:17.296Z | Compiling ascii v1.1.0 |
1973 | 2023-10-24T00:29:18.252Z | Compiling diff v0.1.13 |
1974 | 2023-10-24T00:29:18.464Z | Compiling bindgen v0.65.1 |
1975 | 2023-10-24T00:29:18.666Z | Compiling lalrpop v0.19.12 |
1976 | 2023-10-24T00:29:19.143Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1977 | 2023-10-24T00:29:19.187Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1978 | 2023-10-24T00:29:23.670Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1979 | 2023-10-24T00:29:33.889Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1980 | 2023-10-24T00:29:35.433Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1981 | 2023-10-24T00:29:35.817Z | Compiling bitstruct v0.1.1 |
1982 | 2023-10-24T00:29:35.984Z | Compiling tokio-tungstenite v0.18.0 |
1983 | 2023-10-24T00:29:36.862Z | Compiling curve25519-dalek v4.1.0 |
1984 | 2023-10-24T00:29:37.413Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1985 | 2023-10-24T00:29:40.883Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1986 | 2023-10-24T00:29:43.981Z | Compiling darling v0.14.4 |
1987 | 2023-10-24T00:29:44.144Z | Compiling cexpr v0.6.0 |
1988 | 2023-10-24T00:29:51.318Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1989 | 2023-10-24T00:29:52.411Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1990 | 2023-10-24T00:29:52.568Z | Compiling which v4.4.0 |
1991 | 2023-10-24T00:29:53.447Z | Compiling ff v0.13.0 |
1992 | 2023-10-24T00:29:53.860Z | Compiling path-dedot v3.1.0 |
1993 | 2023-10-24T00:29:54.220Z | Compiling serde_arrays v0.1.0 |
1994 | 2023-10-24T00:29:54.235Z | Compiling display-error-chain v0.1.1 |
1995 | 2023-10-24T00:29:54.492Z | Compiling lazycell v1.3.0 |
1996 | 2023-10-24T00:29:54.495Z | Compiling shlex v1.1.0 |
1997 | 2023-10-24T00:29:54.683Z | Compiling peeking_take_while v0.1.2 |
1998 | 2023-10-24T00:29:54.846Z | Compiling rustc-hash v1.1.0 |
1999 | 2023-10-24T00:29:54.888Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2000 | 2023-10-24T00:29:56.462Z | Compiling path-absolutize v3.1.0 |
2001 | 2023-10-24T00:29:56.793Z | Compiling group v0.13.0 |
2002 | 2023-10-24T00:29:57.061Z | Compiling derive_builder_core v0.12.0 |
2003 | 2023-10-24T00:30:00.997Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2004 | 2023-10-24T00:30:08.223Z | Compiling polar-core v0.26.4 |
2005 | 2023-10-24T00:30:09.149Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2006 | 2023-10-24T00:30:10.632Z | Compiling olpc-cjson v0.1.3 |
2007 | 2023-10-24T00:30:11.455Z | Compiling pem v1.1.1 |
2008 | 2023-10-24T00:30:11.483Z | Compiling camino-tempfile v1.0.2 |
2009 | 2023-10-24T00:30:12.828Z | Compiling globset v0.4.13 |
2010 | 2023-10-24T00:30:14.084Z | Compiling crypto-bigint v0.5.2 |
2011 | 2023-10-24T00:30:16.804Z | Compiling serde_plain v1.0.2 |
2012 | 2023-10-24T00:30:17.688Z | Compiling libxml v0.3.3 |
2013 | 2023-10-24T00:30:18.166Z | Compiling thiserror-impl-no-std v2.0.2 |
2014 | 2023-10-24T00:30:18.439Z | Compiling curve25519-dalek-derive v0.1.0 |
2015 | 2023-10-24T00:30:20.583Z | Compiling base16ct v0.2.0 |
2016 | 2023-10-24T00:30:20.586Z | Compiling buf-list v1.0.3 |
2017 | 2023-10-24T00:30:21.162Z | Compiling ref-cast v1.0.20 |
2018 | 2023-10-24T00:30:21.468Z | Compiling elliptic-curve v0.13.5 |
2019 | 2023-10-24T00:30:21.897Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2020 | 2023-10-24T00:30:22.436Z | Compiling tough v0.12.5 |
2021 | 2023-10-24T00:30:22.764Z | Compiling thiserror-no-std v2.0.2 |
2022 | 2023-10-24T00:30:27.567Z | Compiling derive_builder_macro v0.12.0 |
2023 | 2023-10-24T00:30:28.765Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2024 | 2023-10-24T00:30:34.647Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2025 | 2023-10-24T00:30:35.859Z | Compiling poly1305 v0.8.0 |
2026 | 2023-10-24T00:30:38.348Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2027 | 2023-10-24T00:30:38.381Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2028 | 2023-10-24T00:30:38.469Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2029 | 2023-10-24T00:30:38.713Z | Compiling chacha20 v0.9.1 |
2030 | 2023-10-24T00:30:38.737Z | Compiling strum_macros v0.24.3 |
2031 | 2023-10-24T00:30:38.876Z | Compiling const_format_proc_macros v0.2.31 |
2032 | 2023-10-24T00:30:39.426Z | Compiling bcs v0.1.5 |
2033 | 2023-10-24T00:30:40.820Z | Compiling ref-cast-impl v1.0.20 |
2034 | 2023-10-24T00:30:42.147Z | Compiling cookie v0.16.2 |
2035 | 2023-10-24T00:30:42.561Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2036 | 2023-10-24T00:30:42.574Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2037 | 2023-10-24T00:30:42.980Z | Compiling signature v1.6.4 |
2038 | 2023-10-24T00:30:42.985Z | Compiling indoc v1.0.9 |
2039 | 2023-10-24T00:30:43.203Z | Compiling salty v0.2.0 |
2040 | 2023-10-24T00:30:43.838Z | Compiling highway v1.1.0 |
2041 | 2023-10-24T00:30:44.491Z | Compiling ed25519 v1.5.3 |
2042 | 2023-10-24T00:30:44.582Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2043 | 2023-10-24T00:30:45.444Z | Compiling const_format v0.2.31 |
2044 | 2023-10-24T00:30:46.205Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2045 | 2023-10-24T00:30:47.230Z | Compiling chacha20poly1305 v0.10.1 |
2046 | 2023-10-24T00:30:47.606Z | Compiling derive_builder v0.12.0 |
2047 | 2023-10-24T00:30:47.877Z | Compiling vsss-rs v3.3.1 |
2048 | 2023-10-24T00:30:59.099Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2049 | 2023-10-24T00:31:05.187Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2050 | 2023-10-24T00:31:06.879Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2051 | 2023-10-24T00:31:09.387Z | Compiling signal-hook-mio v0.2.3 |
2052 | 2023-10-24T00:31:09.664Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2053 | 2023-10-24T00:31:10.218Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2054 | 2023-10-24T00:31:15.822Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2055 | 2023-10-24T00:31:16.218Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2056 | 2023-10-24T00:31:19.767Z | Compiling ron v0.7.1 |
2057 | 2023-10-24T00:31:25.452Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2058 | 2023-10-24T00:31:27.884Z | Compiling headers-core v0.2.0 |
2059 | 2023-10-24T00:31:28.149Z | Compiling bb8 v0.8.1 |
2060 | 2023-10-24T00:31:29.059Z | Compiling quick-xml v0.23.1 |
2061 | 2023-10-24T00:31:29.613Z | Compiling serde-big-array v0.5.1 |
2062 | 2023-10-24T00:31:29.778Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2063 | 2023-10-24T00:31:29.915Z | Compiling impl-trait-for-tuples v0.2.2 |
2064 | 2023-10-24T00:31:29.996Z | Compiling oso-derive v0.26.4 |
2065 | 2023-10-24T00:31:30.505Z | Compiling http-range v0.1.5 |
2066 | 2023-10-24T00:31:30.963Z | Compiling bit_field v0.10.2 |
2067 | 2023-10-24T00:31:31.368Z | Compiling maplit v1.0.2 |
2068 | 2023-10-24T00:31:31.464Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2069 | 2023-10-24T00:31:31.477Z | Compiling hyper-staticfile v0.9.5 |
2070 | 2023-10-24T00:31:37.548Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2071 | 2023-10-24T00:31:38.651Z | Compiling headers v0.3.9 |
2072 | 2023-10-24T00:31:45.915Z | Compiling crossterm v0.27.0 |
2073 | 2023-10-24T00:31:46.335Z | Compiling oso v0.26.4 |
2074 | 2023-10-24T00:32:01.738Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2075 | 2023-10-24T00:32:05.667Z | Compiling signal-hook-tokio v0.3.1 |
2076 | 2023-10-24T00:32:05.844Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2077 | 2023-10-24T00:32:06.019Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2078 | 2023-10-24T00:32:06.080Z | Compiling serde-big-array v0.4.1 |
2079 | 2023-10-24T00:32:06.353Z | Compiling cassowary v0.3.0 |
2080 | 2023-10-24T00:32:08.110Z | Compiling indoc v2.0.3 |
2081 | 2023-10-24T00:32:09.637Z | Compiling ratatui v0.23.0 |
2082 | 2023-10-24T00:32:09.956Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2083 | 2023-10-24T00:32:12.602Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2084 | 2023-10-24T00:32:15.175Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2085 | 2023-10-24T00:32:15.761Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2086 | 2023-10-24T00:32:18.818Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2087 | 2023-10-24T00:32:21.725Z | Compiling fatfs v0.3.6 |
2088 | 2023-10-24T00:32:23.525Z | Compiling bytesize v1.3.0 |
2089 | 2023-10-24T00:32:24.460Z | Compiling nanorand v0.7.0 |
2090 | 2023-10-24T00:32:25.746Z | Compiling rtoolbox v0.0.1 |
2091 | 2023-10-24T00:32:26.491Z | Compiling corncobs v0.1.3 |
2092 | 2023-10-24T00:32:27.147Z | Compiling assert_matches v1.5.0 |
2093 | 2023-10-24T00:32:27.313Z | Compiling fs-err v2.9.0 |
2094 | 2023-10-24T00:32:27.317Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2095 | 2023-10-24T00:32:28.668Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2096 | 2023-10-24T00:32:28.676Z | Compiling rpassword v7.2.0 |
2097 | 2023-10-24T00:32:28.919Z | Compiling flume v0.11.0 |
2098 | 2023-10-24T00:32:29.287Z | Compiling tui-tree-widget v0.13.0 |
2099 | 2023-10-24T00:32:30.209Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2100 | 2023-10-24T00:32:32.773Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2101 | 2023-10-24T00:32:35.128Z | Compiling shell-words v1.1.0 |
2102 | 2023-10-24T00:32:35.814Z | Compiling owo-colors v3.5.0 |
2103 | 2023-10-24T00:32:41.315Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2104 | 2023-10-24T00:32:56.550Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2105 | 2023-10-24T00:33:45.597Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2106 | 2023-10-24T00:34:01.869Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2107 | 2023-10-24T00:35:51.591Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2108 | 2023-10-24T00:37:50.182Z | Compiling git2 v0.17.2 |
2109 | 2023-10-24T00:37:56.796Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2110 | 2023-10-24T00:37:58.534Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2111 | 2023-10-24T00:38:10.441Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2112 | 2023-10-24T00:38:29.662Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2113 | 2023-10-24T00:38:30.709Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2114 | 2023-10-24T00:38:31.525Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2115 | 2023-10-24T00:39:09.899Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2116 | 2023-10-24T00:47:40.563Z | Finished release [optimized] target(s) in 22m 03s |
2117 | 2023-10-24T00:48:48.241Z | |
2118 | 2023-10-24T00:48:48.244Z | real 23:12.450590492 |
2119 | 2023-10-24T00:48:48.248Z | user 2:43:08.948521983 |
2120 | 2023-10-24T00:48:48.251Z | sys 6:51.862795165 |
2121 | 2023-10-24T00:48:48.254Z | trap 5.135202962 |
2122 | 2023-10-24T00:48:48.257Z | tflt 1.472793698 |
2123 | 2023-10-24T00:48:48.260Z | dflt 3.923990955 |
2124 | 2023-10-24T00:48:48.263Z | kflt 0.002369140 |
2125 | 2023-10-24T00:48:48.268Z | lock 9:06:16.969260776 |
2126 | 2023-10-24T00:48:48.271Z | slp 6:35:06.197386409 |
2127 | 2023-10-24T00:48:48.274Z | lat 2:45.330058807 |
2128 | 2023-10-24T00:48:48.277Z | stop 50.027671405 |
2129 | 2023-10-24T00:48:48.280Z | + 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/*) |
2130 | 2023-10-24T00:48:48.283Z | + pfexec mkdir -p /work |
2131 | 2023-10-24T00:48:48.286Z | + pfexec chown build /work |
2132 | 2023-10-24T00:48:48.288Z | + 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 |
2133 | 2023-10-24T00:49:01.530Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2134 | 2023-10-24T00:49:01.533Z | a out/mg-ddm-gz.tar 62147K |
2135 | 2023-10-24T00:49:01.536Z | a out/omicron-sled-agent.tar 112413K |
2136 | 2023-10-24T00:49:01.540Z | a out/target/test 1K |
2137 | 2023-10-24T00:49:01.543Z | a out/npuzone/npuzone 36506K |
2138 | 2023-10-24T00:49:01.546Z | a package-manifest.toml 22K |
2139 | 2023-10-24T00:49:01.549Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2140 | 2023-10-24T00:49:01.553Z | a target/release/omicron-package 37301K |
2141 | 2023-10-24T00:49:01.557Z | a tools/create_virtual_hardware.sh 3K |
2142 | 2023-10-24T00:49:01.561Z | a tools/virtual_hardware.sh 4K |
2143 | 2023-10-24T00:49:01.563Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2144 | 2023-10-24T00:49:01.567Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2145 | 2023-10-24T00:49:01.571Z | a tools/scrimlet/softnpu-init.sh 3K |
2146 | 2023-10-24T00:49:01.574Z | a tools/scrimlet/softnpu-zone.txt 1K |
2147 | 2023-10-24T00:49:01.577Z | a tools/scrimlet/softnpu.toml 1K |
2148 | 2023-10-24T00:49:01.580Z | |
2149 | 2023-10-24T00:49:01.586Z | real 13.277522603 |
2150 | 2023-10-24T00:49:01.589Z | user 12.718037107 |
2151 | 2023-10-24T00:49:01.592Z | sys 1.009617130 |
2152 | 2023-10-24T00:49:01.594Z | trap 0.004536842 |
2153 | 2023-10-24T00:49:01.597Z | tflt 0.000000000 |
2154 | 2023-10-24T00:49:01.600Z | dflt 0.000000000 |
2155 | 2023-10-24T00:49:01.603Z | kflt 0.000000000 |
2156 | 2023-10-24T00:49:01.606Z | lock 0.000000000 |
2157 | 2023-10-24T00:49:01.609Z | slp 12.437651744 |
2158 | 2023-10-24T00:49:01.612Z | lat 0.381662774 |
2159 | 2023-10-24T00:49:01.616Z | stop 0.000288943 |
2160 | 2023-10-24T00:49:01.619Z | ++ pwd |
2161 | 2023-10-24T00:49:01.622Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2162 | 2023-10-24T00:49:01.625Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2163 | 2023-10-24T00:49:01.629Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2164 | 2023-10-24T00:49:02.753Z | Finished release [optimized] target(s) in 1.12s |
2165 | 2023-10-24T00:49:02.781Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2166 | 2023-10-24T00:49:02.823Z | Created new build target 'host' and set it as active |
2167 | 2023-10-24T00:49:02.829Z | |
2168 | 2023-10-24T00:49:02.832Z | real 1.281347453 |
2169 | 2023-10-24T00:49:02.843Z | user 0.916372506 |
2170 | 2023-10-24T00:49:02.846Z | sys 0.365663597 |
2171 | 2023-10-24T00:49:02.850Z | trap 0.000124825 |
2172 | 2023-10-24T00:49:02.853Z | tflt 0.000012305 |
2173 | 2023-10-24T00:49:02.857Z | dflt 0.000009815 |
2174 | 2023-10-24T00:49:02.860Z | kflt 0.000000000 |
2175 | 2023-10-24T00:49:02.864Z | lock 0.034157379 |
2176 | 2023-10-24T00:49:02.867Z | slp 0.019853469 |
2177 | 2023-10-24T00:49:02.870Z | lat 0.001677811 |
2178 | 2023-10-24T00:49:02.873Z | stop 0.000286396 |
2179 | 2023-10-24T00:49:02.877Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2180 | 2023-10-24T00:49:03.955Z | Finished release [optimized] target(s) in 1.04s |
2181 | 2023-10-24T00:49:03.982Z | Running `target/release/omicron-package -t host package` |
2182 | 2023-10-24T00:49:04.023Z | Oct 24 00:49:04.022 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2183 | 2023-10-24T00:49:05.158Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2184 | 2023-10-24T00:52:53.963Z | Finished release [optimized] target(s) in 3m 49s |
2185 | 2023-10-24T00:54:10.284Z | |
2186 | 2023-10-24T00:54:10.288Z | real 5:07.460749610 |
2187 | 2023-10-24T00:54:10.291Z | user 21:25.734709080 |
2188 | 2023-10-24T00:54:10.294Z | sys 1:20.051172258 |
2189 | 2023-10-24T00:54:10.297Z | trap 0.534001844 |
2190 | 2023-10-24T00:54:10.299Z | tflt 0.047458612 |
2191 | 2023-10-24T00:54:10.302Z | dflt 1.932364878 |
2192 | 2023-10-24T00:54:10.305Z | kflt 0.000004904 |
2193 | 2023-10-24T00:54:10.308Z | lock 1:12:36.541283727 |
2194 | 2023-10-24T00:54:10.310Z | slp 17:39.011880416 |
2195 | 2023-10-24T00:54:10.313Z | lat 6.698771458 |
2196 | 2023-10-24T00:54:10.317Z | stop 0.677573484 |
2197 | 2023-10-24T00:54:10.321Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2198 | 2023-10-24T00:54:10.324Z | + for package in "$@" |
2199 | 2023-10-24T00:54:10.328Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2200 | 2023-10-24T00:54:10.331Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.2-0.ci+gite26db074eed |
2201 | 2023-10-24T00:54:11.439Z | Finished release [optimized] target(s) in 1.07s |
2202 | 2023-10-24T00:54:11.475Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.2-0.ci+gite26db074eed` |
2203 | 2023-10-24T00:54:11.506Z | Oct 24 00:54:11.504 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2204 | 2023-10-24T00:54:12.036Z | Created: out/versioned/omicron-sled-agent.tar |
2205 | 2023-10-24T00:54:12.039Z | + for package in "$@" |
2206 | 2023-10-24T00:54:12.042Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2207 | 2023-10-24T00:54:12.045Z | + echo 0.0.0 |
2208 | 2023-10-24T00:54:12.048Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2209 | 2023-10-24T00:54:12.051Z | a VERSION 1K |
2210 | 2023-10-24T00:54:12.054Z | + rm VERSION |
2211 | 2023-10-24T00:54:12.057Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+gite26db074eed |
2212 | 2023-10-24T00:54:13.184Z | Finished release [optimized] target(s) in 1.06s |
2213 | 2023-10-24T00:54:13.212Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+gite26db074eed` |
2214 | 2023-10-24T00:54:13.253Z | Oct 24 00:54:13.251 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2215 | 2023-10-24T00:54:13.550Z | Created: out/versioned/mg-ddm-gz.tar |
2216 | 2023-10-24T00:54:13.554Z | + for package in "$@" |
2217 | 2023-10-24T00:54:13.557Z | + [[ propolis-server == mg-ddm-gz ]] |
2218 | 2023-10-24T00:54:13.560Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.2-0.ci+gite26db074eed |
2219 | 2023-10-24T00:54:14.678Z | Finished release [optimized] target(s) in 1.03s |
2220 | 2023-10-24T00:54:14.703Z | Running `target/release/omicron-package stamp propolis-server 1.0.2-0.ci+gite26db074eed` |
2221 | 2023-10-24T00:54:14.743Z | Oct 24 00:54:14.742 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2222 | 2023-10-24T00:54:16.551Z | Created: out/versioned/propolis-server.tar.gz |
2223 | 2023-10-24T00:54:16.555Z | + for package in "$@" |
2224 | 2023-10-24T00:54:16.558Z | + [[ overlay == mg-ddm-gz ]] |
2225 | 2023-10-24T00:54:16.561Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.2-0.ci+gite26db074eed |
2226 | 2023-10-24T00:54:17.668Z | Finished release [optimized] target(s) in 1.03s |
2227 | 2023-10-24T00:54:17.697Z | Running `target/release/omicron-package stamp overlay 1.0.2-0.ci+gite26db074eed` |
2228 | 2023-10-24T00:54:17.737Z | Oct 24 00:54:17.735 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2229 | 2023-10-24T00:54:17.742Z | Created: out/versioned/overlay.tar.gz |
2230 | 2023-10-24T00:54:17.744Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2231 | 2023-10-24T00:54:17.753Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2232 | 2023-10-24T00:54:17.756Z | ++ cd -- ./tools |
2233 | 2023-10-24T00:54:17.759Z | ++ pwd |
2234 | 2023-10-24T00:54:17.762Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2235 | 2023-10-24T00:54:17.765Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2236 | 2023-10-24T00:54:17.768Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2237 | 2023-10-24T00:54:17.771Z | ++ readlink -f /work |
2238 | 2023-10-24T00:54:17.775Z | + out_dir=/work |
2239 | 2023-10-24T00:54:17.778Z | + 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") |
2240 | 2023-10-24T00:54:17.782Z | + for dep in "${deps[@]}" |
2241 | 2023-10-24T00:54:17.786Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2242 | 2023-10-24T00:54:17.789Z | + for dep in "${deps[@]}" |
2243 | 2023-10-24T00:54:17.792Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2244 | 2023-10-24T00:54:17.795Z | + for dep in "${deps[@]}" |
2245 | 2023-10-24T00:54:17.798Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2246 | 2023-10-24T00:54:17.801Z | + for dep in "${deps[@]}" |
2247 | 2023-10-24T00:54:17.804Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2248 | 2023-10-24T00:54:17.807Z | ++ mktemp -d |
2249 | 2023-10-24T00:54:17.809Z | + tmp_gz=/tmp/tmp.L2aOsi |
2250 | 2023-10-24T00:54:17.812Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2251 | 2023-10-24T00:54:17.815Z | + echo '{"v":"1","t":"layer"}' |
2252 | 2023-10-24T00:54:17.818Z | + pkg_dir=/tmp/tmp.L2aOsi/root/opt/oxide/sled-agent |
2253 | 2023-10-24T00:54:17.821Z | + mkdir -p /tmp/tmp.L2aOsi/root/opt/oxide/sled-agent |
2254 | 2023-10-24T00:54:17.824Z | + cd /tmp/tmp.L2aOsi/root/opt/oxide/sled-agent |
2255 | 2023-10-24T00:54:17.827Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2256 | 2023-10-24T00:54:17.891Z | x ., 0 bytes, 0 tape blocks |
2257 | 2023-10-24T00:54:17.894Z | x zone-bundle, 34604496 bytes, 67587 tape blocks |
2258 | 2023-10-24T00:54:17.898Z | x sled-agent, 80693680 bytes, 157605 tape blocks |
2259 | 2023-10-24T00:54:17.900Z | x pkg, 0 bytes, 0 tape blocks |
2260 | 2023-10-24T00:54:17.903Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2261 | 2023-10-24T00:54:17.906Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2262 | 2023-10-24T00:54:17.909Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2263 | 2023-10-24T00:54:17.911Z | x VERSION, 25 bytes, 1 tape blocks |
2264 | 2023-10-24T00:54:17.914Z | + mkdir -p /tmp/tmp.L2aOsi/root/lib/svc/manifest/site/ |
2265 | 2023-10-24T00:54:17.917Z | + mv pkg/manifest.xml /tmp/tmp.L2aOsi/root/lib/svc/manifest/site/sled-agent.xml |
2266 | 2023-10-24T00:54:17.920Z | + cd - |
2267 | 2023-10-24T00:54:17.923Z | /work/oxidecomputer/omicron |
2268 | 2023-10-24T00:54:17.926Z | + pkg_dir=/tmp/tmp.L2aOsi/root/opt/oxide/mg-ddm |
2269 | 2023-10-24T00:54:17.929Z | + mkdir -p /tmp/tmp.L2aOsi/root/opt/oxide/mg-ddm |
2270 | 2023-10-24T00:54:17.932Z | + cd /tmp/tmp.L2aOsi/root/opt/oxide/mg-ddm |
2271 | 2023-10-24T00:54:17.935Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2272 | 2023-10-24T00:54:17.964Z | x ., 0 bytes, 0 tape blocks |
2273 | 2023-10-24T00:54:17.967Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2274 | 2023-10-24T00:54:17.970Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2275 | 2023-10-24T00:54:17.973Z | x pkg, 0 bytes, 0 tape blocks |
2276 | 2023-10-24T00:54:17.976Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2277 | 2023-10-24T00:54:17.979Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2278 | 2023-10-24T00:54:17.982Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2279 | 2023-10-24T00:54:17.985Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2280 | 2023-10-24T00:54:17.988Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2281 | 2023-10-24T00:54:17.990Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2282 | 2023-10-24T00:54:17.993Z | x VERSION, 25 bytes, 1 tape blocks |
2283 | 2023-10-24T00:54:17.996Z | + cd - |
2284 | 2023-10-24T00:54:17.998Z | /work/oxidecomputer/omicron |
2285 | 2023-10-24T00:54:18.001Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.L2aOsi/root/opt/oxide |
2286 | 2023-10-24T00:54:18.076Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.L2aOsi/root/opt/oxide |
2287 | 2023-10-24T00:54:18.079Z | + cd /tmp/tmp.L2aOsi |
2288 | 2023-10-24T00:54:18.082Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2289 | 2023-10-24T00:54:29.899Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2290 | 2023-10-24T00:54:29.903Z | a oxide.json 1K |
2291 | 2023-10-24T00:54:29.905Z | a root/ 0K |
2292 | 2023-10-24T00:54:29.908Z | a root/opt/ 0K |
2293 | 2023-10-24T00:54:29.911Z | a root/opt/oxide/ 0K |
2294 | 2023-10-24T00:54:29.914Z | a root/opt/oxide/sled-agent/ 0K |
2295 | 2023-10-24T00:54:29.916Z | a root/opt/oxide/sled-agent/zone-bundle 33794K |
2296 | 2023-10-24T00:54:29.920Z | a root/opt/oxide/sled-agent/sled-agent 78803K |
2297 | 2023-10-24T00:54:29.922Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2298 | 2023-10-24T00:54:29.925Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2299 | 2023-10-24T00:54:29.928Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2300 | 2023-10-24T00:54:29.931Z | a root/opt/oxide/sled-agent/VERSION 1K |
2301 | 2023-10-24T00:54:29.934Z | a root/opt/oxide/mg-ddm/ 0K |
2302 | 2023-10-24T00:54:29.937Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2303 | 2023-10-24T00:54:29.940Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2304 | 2023-10-24T00:54:29.943Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2305 | 2023-10-24T00:54:29.945Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2306 | 2023-10-24T00:54:29.949Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2307 | 2023-10-24T00:54:29.952Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2308 | 2023-10-24T00:54:29.954Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2309 | 2023-10-24T00:54:29.957Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2310 | 2023-10-24T00:54:29.960Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2311 | 2023-10-24T00:54:29.963Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2312 | 2023-10-24T00:54:29.966Z | a root/opt/oxide/propolis-server.tar.gz 64753K |
2313 | 2023-10-24T00:54:29.969Z | a root/opt/oxide/overlay.tar.gz 2K |
2314 | 2023-10-24T00:54:29.972Z | a root/lib/ 0K |
2315 | 2023-10-24T00:54:29.974Z | a root/lib/svc/ 0K |
2316 | 2023-10-24T00:54:29.977Z | a root/lib/svc/manifest/ 0K |
2317 | 2023-10-24T00:54:29.981Z | a root/lib/svc/manifest/site/ 0K |
2318 | 2023-10-24T00:54:29.983Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2319 | 2023-10-24T00:54:29.986Z | + cd / |
2320 | 2023-10-24T00:54:29.996Z | + rm -rf /tmp/tmp.L2aOsi |
2321 | 2023-10-24T00:54:29.999Z | |
2322 | 2023-10-24T00:54:30.002Z | real 12.200645219 |
2323 | 2023-10-24T00:54:30.005Z | user 11.334857853 |
2324 | 2023-10-24T00:54:30.009Z | sys 0.922140463 |
2325 | 2023-10-24T00:54:30.012Z | trap 0.005097085 |
2326 | 2023-10-24T00:54:30.015Z | tflt 0.000000000 |
2327 | 2023-10-24T00:54:30.018Z | dflt 0.000000000 |
2328 | 2023-10-24T00:54:30.021Z | kflt 0.000000000 |
2329 | 2023-10-24T00:54:30.024Z | lock 0.000000000 |
2330 | 2023-10-24T00:54:30.027Z | slp 23.582127499 |
2331 | 2023-10-24T00:54:30.029Z | lat 0.361708597 |
2332 | 2023-10-24T00:54:30.032Z | stop 0.000293437 |
2333 | 2023-10-24T00:54:30.035Z | + mkdir -p /work/zones |
2334 | 2023-10-24T00:54:30.039Z | + 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) |
2335 | 2023-10-24T00:54:30.042Z | + 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/ |
2336 | 2023-10-24T00:54:33.523Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2337 | 2023-10-24T00:54:34.728Z | Finished release [optimized] target(s) in 1.12s |
2338 | 2023-10-24T00:54:34.758Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2339 | 2023-10-24T00:54:34.801Z | Created new build target 'recovery' and set it as active |
2340 | 2023-10-24T00:54:34.827Z | |
2341 | 2023-10-24T00:54:34.830Z | real 1.276578002 |
2342 | 2023-10-24T00:54:34.833Z | user 0.912484428 |
2343 | 2023-10-24T00:54:34.836Z | sys 0.362150265 |
2344 | 2023-10-24T00:54:34.849Z | trap 0.000865099 |
2345 | 2023-10-24T00:54:34.862Z | tflt 0.000013283 |
2346 | 2023-10-24T00:54:34.869Z | dflt 0.000047360 |
2347 | 2023-10-24T00:54:34.875Z | kflt 0.000000000 |
2348 | 2023-10-24T00:54:34.881Z | lock 0.036365062 |
2349 | 2023-10-24T00:54:34.888Z | slp 0.020411133 |
2350 | 2023-10-24T00:54:34.896Z | lat 0.003884924 |
2351 | 2023-10-24T00:54:34.904Z | stop 0.000210781 |
2352 | 2023-10-24T00:54:34.909Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2353 | 2023-10-24T00:54:35.981Z | Finished release [optimized] target(s) in 1.09s |
2354 | 2023-10-24T00:54:36.018Z | Running `target/release/omicron-package -t recovery package` |
2355 | 2023-10-24T00:54:36.050Z | Oct 24 00:54:36.049 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2356 | 2023-10-24T00:54:37.059Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2357 | 2023-10-24T00:54:40.860Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2358 | 2023-10-24T00:55:12.968Z | Finished release [optimized] target(s) in 36.83s |
2359 | 2023-10-24T00:55:27.484Z | |
2360 | 2023-10-24T00:55:27.487Z | real 52.672589357 |
2361 | 2023-10-24T00:55:27.489Z | user 2:38.410162214 |
2362 | 2023-10-24T00:55:27.493Z | sys 11.412322941 |
2363 | 2023-10-24T00:55:27.496Z | trap 0.073768028 |
2364 | 2023-10-24T00:55:27.498Z | tflt 0.117045970 |
2365 | 2023-10-24T00:55:27.501Z | dflt 0.802961982 |
2366 | 2023-10-24T00:55:27.504Z | kflt 0.000131322 |
2367 | 2023-10-24T00:55:27.506Z | lock 11:30.620088875 |
2368 | 2023-10-24T00:55:27.509Z | slp 2:33.746775918 |
2369 | 2023-10-24T00:55:27.512Z | lat 1.558638563 |
2370 | 2023-10-24T00:55:27.515Z | stop 0.183905617 |
2371 | 2023-10-24T00:55:27.518Z | + stamp_packages installinator mg-ddm-gz |
2372 | 2023-10-24T00:55:27.521Z | + for package in "$@" |
2373 | 2023-10-24T00:55:27.524Z | + [[ installinator == mg-ddm-gz ]] |
2374 | 2023-10-24T00:55:27.527Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.2-0.ci+gite26db074eed |
2375 | 2023-10-24T00:55:28.612Z | Finished release [optimized] target(s) in 1.04s |
2376 | 2023-10-24T00:55:28.638Z | Running `target/release/omicron-package stamp installinator 1.0.2-0.ci+gite26db074eed` |
2377 | 2023-10-24T00:55:28.677Z | Oct 24 00:55:28.676 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2378 | 2023-10-24T00:55:28.791Z | Created: out/versioned/installinator.tar |
2379 | 2023-10-24T00:55:28.794Z | + for package in "$@" |
2380 | 2023-10-24T00:55:28.797Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2381 | 2023-10-24T00:55:28.800Z | + echo 0.0.0 |
2382 | 2023-10-24T00:55:28.803Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2383 | 2023-10-24T00:55:28.805Z | a VERSION 1K |
2384 | 2023-10-24T00:55:28.808Z | + rm VERSION |
2385 | 2023-10-24T00:55:28.811Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.2-0.ci+gite26db074eed |
2386 | 2023-10-24T00:55:29.905Z | Finished release [optimized] target(s) in 1.02s |
2387 | 2023-10-24T00:55:29.933Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.2-0.ci+gite26db074eed` |
2388 | 2023-10-24T00:55:29.974Z | Oct 24 00:55:29.973 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2389 | 2023-10-24T00:55:30.157Z | Created: out/versioned/mg-ddm-gz.tar |
2390 | 2023-10-24T00:55:30.160Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2391 | 2023-10-24T00:55:30.173Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2392 | 2023-10-24T00:55:30.175Z | ++ cd -- ./tools |
2393 | 2023-10-24T00:55:30.178Z | ++ pwd |
2394 | 2023-10-24T00:55:30.181Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2395 | 2023-10-24T00:55:30.183Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2396 | 2023-10-24T00:55:30.186Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2397 | 2023-10-24T00:55:30.189Z | ++ readlink -f /work |
2398 | 2023-10-24T00:55:30.192Z | + out_dir=/work |
2399 | 2023-10-24T00:55:30.195Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2400 | 2023-10-24T00:55:30.198Z | + for dep in "${deps[@]}" |
2401 | 2023-10-24T00:55:30.200Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2402 | 2023-10-24T00:55:30.203Z | + for dep in "${deps[@]}" |
2403 | 2023-10-24T00:55:30.206Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2404 | 2023-10-24T00:55:30.209Z | ++ mktemp -d |
2405 | 2023-10-24T00:55:30.212Z | + tmp_trampoline=/tmp/tmp.iIaaxi |
2406 | 2023-10-24T00:55:30.215Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2407 | 2023-10-24T00:55:30.218Z | + echo '{"v":"1","t":"layer"}' |
2408 | 2023-10-24T00:55:30.220Z | + pkg_dir=/tmp/tmp.iIaaxi/root/opt/oxide/installinator |
2409 | 2023-10-24T00:55:30.223Z | + mkdir -p /tmp/tmp.iIaaxi/root/opt/oxide/installinator |
2410 | 2023-10-24T00:55:30.226Z | + cd /tmp/tmp.iIaaxi/root/opt/oxide/installinator |
2411 | 2023-10-24T00:55:30.229Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2412 | 2023-10-24T00:55:30.237Z | x ., 0 bytes, 0 tape blocks |
2413 | 2023-10-24T00:55:30.240Z | x installinator, 48273088 bytes, 94284 tape blocks |
2414 | 2023-10-24T00:55:30.243Z | x pkg, 0 bytes, 0 tape blocks |
2415 | 2023-10-24T00:55:30.278Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2416 | 2023-10-24T00:55:30.283Z | x VERSION, 25 bytes, 1 tape blocks |
2417 | 2023-10-24T00:55:30.290Z | + mkdir -p /tmp/tmp.iIaaxi/root/lib/svc/manifest/site/ |
2418 | 2023-10-24T00:55:30.293Z | + mv pkg/manifest.xml /tmp/tmp.iIaaxi/root/lib/svc/manifest/site/installinator.xml |
2419 | 2023-10-24T00:55:30.297Z | + cd - |
2420 | 2023-10-24T00:55:30.300Z | /work/oxidecomputer/omicron |
2421 | 2023-10-24T00:55:30.303Z | + pkg_dir=/tmp/tmp.iIaaxi/root/opt/oxide/mg-ddm |
2422 | 2023-10-24T00:55:30.306Z | + mkdir -p /tmp/tmp.iIaaxi/root/opt/oxide/mg-ddm |
2423 | 2023-10-24T00:55:30.309Z | + cd /tmp/tmp.iIaaxi/root/opt/oxide/mg-ddm |
2424 | 2023-10-24T00:55:30.312Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2425 | 2023-10-24T00:55:30.315Z | x ., 0 bytes, 0 tape blocks |
2426 | 2023-10-24T00:55:30.318Z | x ddmadm, 33515144 bytes, 65460 tape blocks |
2427 | 2023-10-24T00:55:30.321Z | x ddmd, 30110968 bytes, 58811 tape blocks |
2428 | 2023-10-24T00:55:30.324Z | x pkg, 0 bytes, 0 tape blocks |
2429 | 2023-10-24T00:55:30.328Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2430 | 2023-10-24T00:55:30.334Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2431 | 2023-10-24T00:55:30.338Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2432 | 2023-10-24T00:55:30.341Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2433 | 2023-10-24T00:55:30.343Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2434 | 2023-10-24T00:55:30.346Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2435 | 2023-10-24T00:55:30.349Z | x VERSION, 25 bytes, 1 tape blocks |
2436 | 2023-10-24T00:55:30.352Z | + cd - |
2437 | 2023-10-24T00:55:30.355Z | /work/oxidecomputer/omicron |
2438 | 2023-10-24T00:55:30.357Z | + cd /tmp/tmp.iIaaxi |
2439 | 2023-10-24T00:55:30.360Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2440 | 2023-10-24T00:55:36.168Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2441 | 2023-10-24T00:55:36.174Z | a oxide.json 1K |
2442 | 2023-10-24T00:55:36.177Z | a root/ 0K |
2443 | 2023-10-24T00:55:36.180Z | a root/opt/ 0K |
2444 | 2023-10-24T00:55:36.184Z | a root/opt/oxide/ 0K |
2445 | 2023-10-24T00:55:36.187Z | a root/opt/oxide/installinator/ 0K |
2446 | 2023-10-24T00:55:36.190Z | a root/opt/oxide/installinator/installinator 47142K |
2447 | 2023-10-24T00:55:36.194Z | a root/opt/oxide/installinator/pkg/ 0K |
2448 | 2023-10-24T00:55:36.197Z | a root/opt/oxide/installinator/VERSION 1K |
2449 | 2023-10-24T00:55:36.200Z | a root/opt/oxide/mg-ddm/ 0K |
2450 | 2023-10-24T00:55:36.203Z | a root/opt/oxide/mg-ddm/ddmadm 32730K |
2451 | 2023-10-24T00:55:36.207Z | a root/opt/oxide/mg-ddm/ddmd 29406K |
2452 | 2023-10-24T00:55:36.209Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2453 | 2023-10-24T00:55:36.212Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2454 | 2023-10-24T00:55:36.217Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2455 | 2023-10-24T00:55:36.220Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2456 | 2023-10-24T00:55:36.224Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2457 | 2023-10-24T00:55:36.228Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2458 | 2023-10-24T00:55:36.231Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2459 | 2023-10-24T00:55:36.234Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2460 | 2023-10-24T00:55:36.238Z | a root/lib/ 0K |
2461 | 2023-10-24T00:55:36.241Z | a root/lib/svc/ 0K |
2462 | 2023-10-24T00:55:36.244Z | a root/lib/svc/manifest/ 0K |
2463 | 2023-10-24T00:55:36.247Z | a root/lib/svc/manifest/site/ 0K |
2464 | 2023-10-24T00:55:36.250Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2465 | 2023-10-24T00:55:36.253Z | + cd / |
2466 | 2023-10-24T00:55:36.256Z | + rm -rf /tmp/tmp.iIaaxi |
2467 | 2023-10-24T00:55:36.270Z | |
2468 | 2023-10-24T00:55:36.274Z | real 6.027446996 |
2469 | 2023-10-24T00:55:36.277Z | user 5.663133383 |
2470 | 2023-10-24T00:55:36.280Z | sys 0.391765627 |
2471 | 2023-10-24T00:55:36.283Z | trap 0.001160539 |
2472 | 2023-10-24T00:55:36.286Z | tflt 0.000000000 |
2473 | 2023-10-24T00:55:36.288Z | dflt 0.000000000 |
2474 | 2023-10-24T00:55:36.291Z | kflt 0.000000000 |
2475 | 2023-10-24T00:55:36.294Z | lock 0.000000000 |
2476 | 2023-10-24T00:55:36.296Z | slp 11.672484758 |
2477 | 2023-10-24T00:55:36.299Z | lat 0.164250228 |
2478 | 2023-10-24T00:55:36.302Z | stop 0.000282706 |
2479 | 2023-10-24T00:55:36.304Z | process exited: duration 2421245 ms, exit code 0 |
|
2480 | 2023-10-24T00:55:36.319Z | found 21 output files |
2481 | 2023-10-24T00:55:36.322Z | uploading: /work/version.txt (26 bytes) |
2482 | 2023-10-24T00:55:37.331Z | uploaded: /work/version.txt |
2483 | 2023-10-24T00:55:37.347Z | uploading: /work/package.tar.gz (80693047 bytes) |
2484 | 2023-10-24T00:55:59.517Z | uploaded: /work/package.tar.gz |
2485 | 2023-10-24T00:55:59.528Z | uploading: /work/global-zone-packages.tar.gz (123162257 bytes) |
2486 | 2023-10-24T00:56:36.109Z | uploaded: /work/global-zone-packages.tar.gz |
2487 | 2023-10-24T00:56:36.129Z | uploading: /work/trampoline-global-zone-packages.tar.gz (35825413 bytes) |
2488 | 2023-10-24T00:56:45.727Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2489 | 2023-10-24T00:56:45.739Z | uploading: /work/zones/clickhouse.tar.gz (180757781 bytes) |
2490 | 2023-10-24T00:57:53.152Z | uploaded: /work/zones/clickhouse.tar.gz |
2491 | 2023-10-24T00:57:53.160Z | uploading: /work/zones/clickhouse_keeper.tar.gz (180759410 bytes) |
2492 | 2023-10-24T00:58:48.508Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2493 | 2023-10-24T00:58:48.563Z | uploading: /work/zones/cockroachdb.tar.gz (117826944 bytes) |
2494 | 2023-10-24T00:59:21.207Z | uploaded: /work/zones/cockroachdb.tar.gz |
2495 | 2023-10-24T00:59:21.229Z | uploading: /work/zones/crucible-pantry.tar.gz (22659096 bytes) |
2496 | 2023-10-24T00:59:27.374Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2497 | 2023-10-24T00:59:27.389Z | uploading: /work/zones/crucible.tar.gz (42602786 bytes) |
2498 | 2023-10-24T00:59:41.183Z | uploaded: /work/zones/crucible.tar.gz |
2499 | 2023-10-24T00:59:41.194Z | uploading: /work/zones/external-dns.tar.gz (22070015 bytes) |
2500 | 2023-10-24T00:59:47.019Z | uploaded: /work/zones/external-dns.tar.gz |
2501 | 2023-10-24T00:59:47.030Z | uploading: /work/zones/internal-dns.tar.gz (22070015 bytes) |
2502 | 2023-10-24T00:59:55.664Z | uploaded: /work/zones/internal-dns.tar.gz |
2503 | 2023-10-24T00:59:55.667Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2504 | 2023-10-24T00:59:56.674Z | uploaded: /work/zones/ntp.tar.gz |
2505 | 2023-10-24T00:59:56.686Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (16782075 bytes) |
2506 | 2023-10-24T01:00:02.216Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2507 | 2023-10-24T01:00:02.228Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (16781612 bytes) |
2508 | 2023-10-24T01:00:08.346Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2509 | 2023-10-24T01:00:08.358Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (69559274 bytes) |
2510 | 2023-10-24T01:00:33.512Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2511 | 2023-10-24T01:00:33.523Z | uploading: /work/zones/omicron-nexus.tar.gz (69561241 bytes) |
2512 | 2023-10-24T01:00:58.686Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2513 | 2023-10-24T01:00:58.698Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2514 | 2023-10-24T01:00:59.706Z | uploaded: /work/zones/overlay.tar.gz |
2515 | 2023-10-24T01:00:59.718Z | uploading: /work/zones/oximeter-collector.tar.gz (18219707 bytes) |
2516 | 2023-10-24T01:01:06.184Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2517 | 2023-10-24T01:01:06.203Z | uploading: /work/zones/propolis-server.tar.gz (66310951 bytes) |
2518 | 2023-10-24T01:01:25.702Z | uploaded: /work/zones/propolis-server.tar.gz |
2519 | 2023-10-24T01:01:25.713Z | uploading: /work/zones/switch-asic.tar.gz (239206599 bytes) |
2520 | 2023-10-24T01:02:44.031Z | uploaded: /work/zones/switch-asic.tar.gz |
2521 | 2023-10-24T01:02:44.058Z | uploading: /work/zones/switch-softnpu.tar.gz (161592745 bytes) |
2522 | 2023-10-24T01:03:41.591Z | uploaded: /work/zones/switch-softnpu.tar.gz |