|
|
|
1 | 2023-11-21T20:29:21.787Z | job assigned to worker 01HFSS25QDRRHYY9697196K731 (queued for 1 m 54 s) |
|
2 | 2023-11-21T20:29:22.117Z | starting task 0: "setup" |
3 | 2023-11-21T20:29:22.229Z | ++ uname -s |
4 | 2023-11-21T20:29:22.232Z | + kern=SunOS |
5 | 2023-11-21T20:29:22.232Z | + case "$kern" in |
6 | 2023-11-21T20:29:22.232Z | + groupadd -g 12345 build |
7 | 2023-11-21T20:29:22.237Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T20:29:24.248Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T20:29:24.553Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T20:29:24.558Z | + home_fs=zfs |
11 | 2023-11-21T20:29:24.558Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T20:29:24.558Z | + mkdir -p /home/build |
13 | 2023-11-21T20:29:24.558Z | + chown build:build /home/build /work |
14 | 2023-11-21T20:29:26.493Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T20:29:26.501Z | process exited: duration 4375 ms, exit code 0 |
|
16 | 2023-11-21T20:29:26.580Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T20:29:26.621Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T20:29:26.621Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T20:29:26.855Z | info: downloading installer |
20 | 2023-11-21T20:29:28.950Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T20:29:28.950Z | warning: /opt/ooce/bin |
22 | 2023-11-21T20:29:28.950Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T20:29:28.950Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T20:29:28.950Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T20:29:28.950Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T20:29:28.950Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T20:29:28.950Z | error: cannot install while Rust is installed |
28 | 2023-11-21T20:29:28.950Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T20:29:29.081Z | info: profile set to 'default' |
30 | 2023-11-21T20:29:29.081Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T20:29:29.084Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T20:29:29.281Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T20:29:29.281Z | info: downloading component 'cargo' |
34 | 2023-11-21T20:29:29.942Z | info: downloading component 'clippy' |
35 | 2023-11-21T20:29:30.186Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T20:29:31.070Z | info: downloading component 'rust-std' |
37 | 2023-11-21T20:29:32.655Z | info: downloading component 'rustc' |
38 | 2023-11-21T20:29:36.482Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T20:29:36.716Z | info: installing component 'cargo' |
40 | 2023-11-21T20:29:38.409Z | info: installing component 'clippy' |
41 | 2023-11-21T20:29:39.197Z | info: installing component 'rust-docs' |
42 | 2023-11-21T20:29:41.973Z | info: installing component 'rust-std' |
43 | 2023-11-21T20:29:45.678Z | info: installing component 'rustc' |
44 | 2023-11-21T20:29:53.527Z | info: installing component 'rustfmt' |
45 | 2023-11-21T20:29:54.115Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T20:29:54.115Z | |
47 | 2023-11-21T20:29:54.252Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T20:29:54.252Z | |
49 | 2023-11-21T20:29:54.252Z | |
50 | 2023-11-21T20:29:54.252Z | Rust is installed now. Great! |
51 | 2023-11-21T20:29:54.252Z | |
52 | 2023-11-21T20:29:54.252Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T20:29:54.252Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T20:29:54.252Z | |
55 | 2023-11-21T20:29:54.252Z | To configure your current shell, run: |
56 | 2023-11-21T20:29:54.252Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T20:29:54.340Z | + rustc --version |
58 | 2023-11-21T20:29:54.453Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T20:29:54.468Z | process exited: duration 27934 ms, exit code 0 |
|
60 | 2023-11-21T20:29:54.496Z | starting task 2: "authentication" |
61 | 2023-11-21T20:29:54.531Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-21T20:29:54.540Z | starting task 3: "clone repository" |
63 | 2023-11-21T20:29:54.547Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T20:29:54.551Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T20:29:54.617Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T20:30:02.391Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T20:30:02.391Z | + [[ -n john/inventory-rot-cmpa-cfpa ]] |
68 | 2023-11-21T20:30:02.457Z | + git fetch origin john/inventory-rot-cmpa-cfpa |
69 | 2023-11-21T20:30:02.819Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T20:30:02.819Z | * branch john/inventory-rot-cmpa-cfpa -> FETCH_HEAD |
71 | 2023-11-21T20:30:02.940Z | + git checkout -B john/inventory-rot-cmpa-cfpa remotes/origin/john/inventory-rot-cmpa-cfpa |
72 | 2023-11-21T20:30:02.995Z | Switched to a new branch 'john/inventory-rot-cmpa-cfpa' |
73 | 2023-11-21T20:30:02.995Z | branch 'john/inventory-rot-cmpa-cfpa' set up to track 'origin/john/inventory-rot-cmpa-cfpa'. |
74 | 2023-11-21T20:30:02.995Z | + git reset --hard 500ab9096843e936a0c3672a5ad3edde45d6e227 |
75 | 2023-11-21T20:30:02.995Z | HEAD is now at 500ab909 bump schema after merging main |
76 | 2023-11-21T20:30:02.995Z | process exited: duration 8405 ms, exit code 0 |
|
77 | 2023-11-21T20:30:03.112Z | starting task 4: "build" |
78 | 2023-11-21T20:30:03.145Z | + cargo --version |
79 | 2023-11-21T20:30:03.145Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T20:30:03.306Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T20:30:03.306Z | info: downloading component 'cargo' |
82 | 2023-11-21T20:30:04.097Z | info: downloading component 'clippy' |
83 | 2023-11-21T20:30:04.357Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T20:30:05.356Z | info: downloading component 'rust-std' |
85 | 2023-11-21T20:30:06.928Z | info: downloading component 'rustc' |
86 | 2023-11-21T20:30:11.401Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T20:30:11.674Z | info: installing component 'cargo' |
88 | 2023-11-21T20:30:12.930Z | info: installing component 'clippy' |
89 | 2023-11-21T20:30:13.490Z | info: installing component 'rust-docs' |
90 | 2023-11-21T20:30:16.352Z | info: installing component 'rust-std' |
91 | 2023-11-21T20:30:19.520Z | info: installing component 'rustc' |
92 | 2023-11-21T20:30:25.123Z | info: installing component 'rustfmt' |
93 | 2023-11-21T20:30:25.676Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T20:30:25.710Z | + rustc --version |
95 | 2023-11-21T20:30:25.807Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T20:30:25.871Z | ++ git rev-parse HEAD |
97 | 2023-11-21T20:30:25.871Z | + COMMIT=500ab9096843e936a0c3672a5ad3edde45d6e227 |
98 | 2023-11-21T20:30:25.872Z | + VERSION=1.0.4-0.ci+git500ab909684 |
99 | 2023-11-21T20:30:25.872Z | + echo 1.0.4-0.ci+git500ab909684 |
100 | 2023-11-21T20:30:25.872Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-11-21T20:30:35.208Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-11-21T20:30:36.146Z | Startup: Caching catalogs ... Done |
103 | 2023-11-21T20:30:41.726Z | Planning: Solver setup ... Done (5.226s) |
104 | 2023-11-21T20:30:41.863Z | Planning: Running solver ... Done (0.132s) |
105 | 2023-11-21T20:30:41.931Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-11-21T20:30:42.382Z | Planning: Fetching manifests: 0/4 0% complete |
107 | 2023-11-21T20:30:42.677Z | Planning: Fetching manifests: 4/4 100% complete |
108 | 2023-11-21T20:30:42.711Z | Planning: Package planning ... Done (0.080s) |
109 | 2023-11-21T20:30:42.827Z | Planning: Merging actions ... Done (0.084s) |
110 | 2023-11-21T20:30:43.446Z | Planning: Checking for conflicting actions ... Done (0.651s) |
111 | 2023-11-21T20:30:43.464Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-11-21T20:30:51.143Z | Planning: Evaluating mediators ... Done (4.849s) |
113 | 2023-11-21T20:30:51.296Z | Planning: Planning completed in 12.12 seconds |
114 | 2023-11-21T20:30:51.296Z | Packages to install: 4 |
115 | 2023-11-21T20:30:51.296Z | Mediators to change: 2 |
116 | 2023-11-21T20:30:51.296Z | Services to change: 1 |
117 | 2023-11-21T20:30:51.296Z | Estimated space available: 148.90 GB |
118 | 2023-11-21T20:30:51.296Z | Estimated space to be consumed: 1.37 GB |
119 | 2023-11-21T20:30:51.296Z | Create boot environment: No |
120 | 2023-11-21T20:30:51.296Z | Create backup boot environment: No |
121 | 2023-11-21T20:30:51.296Z | Rebuild boot archive: No |
122 | 2023-11-21T20:30:51.296Z | |
123 | 2023-11-21T20:30:51.296Z | Changed mediators: |
124 | 2023-11-21T20:30:51.296Z | mediator clang: |
125 | 2023-11-21T20:30:51.296Z | version: None -> 15 (system default) |
126 | 2023-11-21T20:30:51.296Z | |
127 | 2023-11-21T20:30:51.296Z | mediator llvm: |
128 | 2023-11-21T20:30:51.296Z | version: 14 (system default) -> 15 (system default) |
129 | 2023-11-21T20:30:51.296Z | |
130 | 2023-11-21T20:30:51.296Z | Changed packages: |
131 | 2023-11-21T20:30:51.297Z | helios-dev |
132 | 2023-11-21T20:30:51.297Z | developer/build-essential |
133 | 2023-11-21T20:30:51.297Z | None -> 11-2.0 |
134 | 2023-11-21T20:30:51.297Z | library/libxmlsec1 |
135 | 2023-11-21T20:30:51.297Z | None -> 1.2.35-2.0 |
136 | 2023-11-21T20:30:51.297Z | ooce/developer/clang-15 |
137 | 2023-11-21T20:30:51.297Z | None -> 15.0.7-2.0 |
138 | 2023-11-21T20:30:51.297Z | ooce/developer/llvm-15 |
139 | 2023-11-21T20:30:51.297Z | None -> 15.0.7-2.0 |
140 | 2023-11-21T20:30:51.297Z | |
141 | 2023-11-21T20:30:51.297Z | Services: |
142 | 2023-11-21T20:30:51.297Z | restart_fmri: |
143 | 2023-11-21T20:30:51.297Z | svc:/system/update-man-index:default |
144 | 2023-11-21T20:30:51.297Z | |
145 | 2023-11-21T20:30:51.297Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
146 | 2023-11-21T20:30:53.708Z | Download: 989/3290 items 19.5/212.6MB 9% complete (4.0M/s) |
147 | 2023-11-21T20:30:58.618Z | Download: 1284/3290 items 98.2/212.6MB 46% complete (9.9M/s) |
148 | 2023-11-21T20:31:07.503Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
149 | 2023-11-21T20:31:12.492Z | Download: 2853/3290 items 120.8/212.6MB 56% complete (199k/s) |
150 | 2023-11-21T20:31:20.332Z | Download: 3245/3290 items 203.0/212.6MB 95% complete (9.8M/s) |
151 | 2023-11-21T20:31:24.867Z | Download: Completed 212.60 MB in 35.03 seconds (6.1M/s) |
152 | 2023-11-21T20:31:24.867Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-21T20:31:28.947Z | Actions: 2314/3687 actions (Installing new actions) |
154 | 2023-11-21T20:31:32.221Z | Actions: Completed 3687 actions in 8.15 seconds. |
155 | 2023-11-21T20:31:32.241Z | Done (0.090s) |
156 | 2023-11-21T20:31:32.241Z | Done (0.000s) |
157 | 2023-11-21T20:31:32.517Z | Done (0.227s) |
158 | 2023-11-21T20:31:39.627Z | Done (7.128s) |
159 | 2023-11-21T20:31:39.940Z | Done (0.154s) |
160 | 2023-11-21T20:31:39.958Z | Done (0.000s) |
161 | 2023-11-21T20:31:40.094Z | Done (0.000s) |
162 | 2023-11-21T20:31:40.781Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-21T20:31:45.080Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-21T20:31:45.213Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-21T20:31:45.213Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-21T20:31:45.213Z | Planning: Planning completed in 0.70 seconds |
167 | 2023-11-21T20:31:45.215Z | Mediators to change: 2 |
168 | 2023-11-21T20:31:45.215Z | Create boot environment: No |
169 | 2023-11-21T20:31:45.215Z | Create backup boot environment: No |
170 | 2023-11-21T20:31:45.215Z | Done |
171 | 2023-11-21T20:31:45.215Z | Done |
172 | 2023-11-21T20:31:45.215Z | Done |
173 | 2023-11-21T20:31:47.662Z | Done |
174 | 2023-11-21T20:31:47.688Z | Done |
175 | 2023-11-21T20:31:47.691Z | Done |
176 | 2023-11-21T20:31:47.812Z | Done |
177 | 2023-11-21T20:31:48.970Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-21T20:31:49.038Z | Planning: Merging actions ... Done |
179 | 2023-11-21T20:31:49.212Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-21T20:31:49.223Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-21T20:31:49.541Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-21T20:31:49.637Z | Planning: Planning completed in 1.26 seconds |
183 | 2023-11-21T20:31:49.685Z | Packages to change: 1 |
184 | 2023-11-21T20:31:49.685Z | Mediators to change: 1 |
185 | 2023-11-21T20:31:49.689Z | Services to change: 1 |
186 | 2023-11-21T20:31:49.689Z | Create boot environment: No |
187 | 2023-11-21T20:31:49.689Z | Create backup boot environment: Yes |
188 | 2023-11-21T20:31:50.908Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-21T20:31:50.940Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-21T20:31:50.941Z | Done |
191 | 2023-11-21T20:31:50.941Z | Done |
192 | 2023-11-21T20:31:50.941Z | Done |
193 | 2023-11-21T20:31:56.619Z | Done |
194 | 2023-11-21T20:31:56.632Z | Done |
195 | 2023-11-21T20:31:56.632Z | Done |
196 | 2023-11-21T20:31:56.705Z | Done |
197 | 2023-11-21T20:31:57.406Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-21T20:31:57.406Z | clang system 15 system |
199 | 2023-11-21T20:31:57.406Z | csh system system illumos |
200 | 2023-11-21T20:31:57.406Z | ctags system system illumos |
201 | 2023-11-21T20:31:57.406Z | gcc vendor 12 vendor |
202 | 2023-11-21T20:31:57.406Z | gcc system 10 system |
203 | 2023-11-21T20:31:57.406Z | gcc system 7 system |
204 | 2023-11-21T20:31:57.406Z | go system 1.20 system |
205 | 2023-11-21T20:31:57.406Z | go system 1.19 system |
206 | 2023-11-21T20:31:57.406Z | llvm system 15 system |
207 | 2023-11-21T20:31:57.406Z | llvm system 14 system |
208 | 2023-11-21T20:31:57.406Z | mariadb system 10.6 system |
209 | 2023-11-21T20:31:57.406Z | mta vendor vendor dma |
210 | 2023-11-21T20:31:57.406Z | openjdk system 17 system |
211 | 2023-11-21T20:31:57.406Z | openjdk system 11 system |
212 | 2023-11-21T20:31:57.406Z | openjdk system 1.8 system |
213 | 2023-11-21T20:31:57.406Z | openssl vendor 3 vendor |
214 | 2023-11-21T20:31:57.406Z | perl system 5.36 system |
215 | 2023-11-21T20:31:57.406Z | postgresql system 15 system |
216 | 2023-11-21T20:31:57.406Z | postgresql system 13 system |
217 | 2023-11-21T20:31:57.407Z | python vendor 3 vendor |
218 | 2023-11-21T20:31:57.407Z | python system 2 system |
219 | 2023-11-21T20:31:57.407Z | python3 system 3.11 system |
220 | 2023-11-21T20:31:57.407Z | ruby system 3.0 system |
221 | 2023-11-21T20:31:57.407Z | words vendor vendor american-english |
222 | 2023-11-21T20:31:57.407Z | words system system australian-english |
223 | 2023-11-21T20:31:57.407Z | words system system british-english |
224 | 2023-11-21T20:31:57.407Z | words system system canadian-english |
225 | 2023-11-21T20:31:57.407Z | words system system french |
226 | 2023-11-21T20:31:57.407Z | words system system italian |
227 | 2023-11-21T20:31:57.407Z | words system system ngerman |
228 | 2023-11-21T20:31:57.407Z | words system system ogerman |
229 | 2023-11-21T20:31:57.407Z | words system system spanish |
230 | 2023-11-21T20:31:57.910Z | FMRI IFO |
231 | 2023-11-21T20:31:57.910Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-21T20:31:57.910Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-21T20:31:57.910Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-21T20:31:57.910Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-21T20:31:57.910Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-21T20:31:57.911Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-21T20:31:57.982Z | + set -o errexit |
238 | 2023-11-21T20:31:57.986Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-21T20:31:57.986Z | ++ cd ./tools |
240 | 2023-11-21T20:31:57.986Z | ++ pwd |
241 | 2023-11-21T20:31:57.986Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-21T20:31:57.986Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-21T20:31:57.986Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-21T20:31:57.990Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-21T20:31:57.990Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-21T20:31:57.990Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-21T20:31:57.990Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-21T20:31:57.990Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-21T20:31:57.990Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-21T20:31:57.990Z | + TARGET_DIR=out |
251 | 2023-11-21T20:31:57.990Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-21T20:31:57.990Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-21T20:31:57.990Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-21T20:31:57.990Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-21T20:31:57.990Z | + main |
256 | 2023-11-21T20:31:57.990Z | + [[ 0 != 0 ]] |
257 | 2023-11-21T20:31:57.990Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-21T20:31:57.990Z | + [[ 0 != 0 ]] |
259 | 2023-11-21T20:31:57.990Z | + configure_os solaris2.11 |
260 | 2023-11-21T20:31:57.990Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-21T20:31:57.990Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-21T20:31:57.990Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-21T20:31:57.990Z | + case "$1" in |
264 | 2023-11-21T20:31:57.990Z | configuring based on OS: "solaris2.11" |
265 | 2023-11-21T20:31:57.990Z | + CIDL_BUILD=illumos |
266 | 2023-11-21T20:31:57.990Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-21T20:31:57.990Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-21T20:31:57.990Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-21T20:31:57.990Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-21T20:31:57.990Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-21T20:31:57.990Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-21T20:31:57.990Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-21T20:31:57.990Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-21T20:31:57.990Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-21T20:31:57.990Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-21T20:31:57.990Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-21T20:31:57.990Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-21T20:31:57.991Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-11-21T20:31:57.991Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-11-21T20:31:57.991Z | + mkdir -p out/downloads |
281 | 2023-11-21T20:31:57.994Z | + mkdir -p ./out/cockroachdb |
282 | 2023-11-21T20:31:57.994Z | + local DO_DOWNLOAD=true |
283 | 2023-11-21T20:31:57.994Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-11-21T20:31:57.998Z | + '[' true == true ']' |
285 | 2023-11-21T20:31:57.999Z | + echo Downloading... |
286 | 2023-11-21T20:31:58.011Z | Downloading... |
287 | 2023-11-21T20:31:58.011Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-21T20:31:58.011Z | + 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 |
289 | 2023-11-21T20:32:03.447Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-21T20:32:03.450Z | ++ md5sum |
291 | 2023-11-21T20:32:03.450Z | ++ awk '{print $1}' |
292 | 2023-11-21T20:32:04.038Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-21T20:32:04.039Z | + [[ 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 ]] |
294 | 2023-11-21T20:32:04.039Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-21T20:32:04.045Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-21T20:32:07.120Z | + do_assemble_illumos |
297 | 2023-11-21T20:32:07.120Z | + rm -r ./out/cockroachdb |
298 | 2023-11-21T20:32:07.130Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-21T20:32:07.637Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-21T20:32:07.850Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-21T20:32:07.850Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-21T20:32:07.850Z | Distribution: OSS |
303 | 2023-11-21T20:32:07.850Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-21T20:32:07.850Z | Go Version: go1.17.13 |
305 | 2023-11-21T20:32:07.850Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-21T20:32:07.850Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-21T20:32:07.850Z | Build Type: release |
308 | 2023-11-21T20:32:07.868Z | + set -o errexit |
309 | 2023-11-21T20:32:07.871Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-21T20:32:07.871Z | ++ cd ./tools |
311 | 2023-11-21T20:32:07.871Z | ++ pwd |
312 | 2023-11-21T20:32:07.871Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-21T20:32:07.875Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-21T20:32:07.875Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-21T20:32:07.875Z | + TARGET_DIR=out |
316 | 2023-11-21T20:32:07.875Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-21T20:32:07.875Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-21T20:32:07.875Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-21T20:32:07.875Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-21T20:32:07.875Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-21T20:32:07.875Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-21T20:32:07.875Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-21T20:32:07.875Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-21T20:32:07.875Z | + main |
325 | 2023-11-21T20:32:07.875Z | + [[ 0 != 0 ]] |
326 | 2023-11-21T20:32:07.875Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-21T20:32:07.875Z | + [[ 0 != 0 ]] |
328 | 2023-11-21T20:32:07.875Z | + configure_os solaris2.11 |
329 | 2023-11-21T20:32:07.875Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-21T20:32:07.879Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-21T20:32:07.879Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-21T20:32:07.879Z | + CIDL_DASHREV= |
333 | 2023-11-21T20:32:07.879Z | configuring based on OS: "solaris2.11" |
334 | 2023-11-21T20:32:07.879Z | + case "$1" in |
335 | 2023-11-21T20:32:07.879Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-21T20:32:07.879Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-21T20:32:07.879Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-21T20:32:07.879Z | + CIDL_DASHREV=-1 |
339 | 2023-11-21T20:32:07.879Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-21T20:32:07.879Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-21T20:32:07.879Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-21T20:32:07.879Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-21T20:32:07.879Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-21T20:32:07.880Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
345 | 2023-11-21T20:32:07.880Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-11-21T20:32:07.880Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-21T20:32:07.880Z | + mkdir -p out/downloads |
348 | 2023-11-21T20:32:07.880Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-21T20:32:07.883Z | + local DO_DOWNLOAD=true |
350 | 2023-11-21T20:32:07.883Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-21T20:32:07.883Z | + '[' true == true ']' |
352 | 2023-11-21T20:32:07.883Z | + echo Downloading... |
353 | 2023-11-21T20:32:07.883Z | Downloading... |
354 | 2023-11-21T20:32:07.883Z | + 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 |
355 | 2023-11-21T20:32:07.884Z | + 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 |
356 | 2023-11-21T20:32:09.690Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-21T20:32:09.695Z | ++ md5sum |
358 | 2023-11-21T20:32:09.695Z | ++ awk '{print $1}' |
359 | 2023-11-21T20:32:10.054Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-21T20:32:10.054Z | + [[ 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 ]] |
361 | 2023-11-21T20:32:10.054Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-21T20:32:10.093Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-21T20:32:10.093Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-21T20:32:14.937Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-21T20:32:14.949Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-21T20:32:14.949Z | + set -o errexit |
367 | 2023-11-21T20:32:14.950Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-21T20:32:14.950Z | ++ cd ./tools |
369 | 2023-11-21T20:32:14.950Z | ++ pwd |
370 | 2023-11-21T20:32:14.950Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-21T20:32:14.951Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-21T20:32:14.956Z | + ARG0=ci_download_console |
373 | 2023-11-21T20:32:14.956Z | + TARGET_DIR=out |
374 | 2023-11-21T20:32:14.956Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-21T20:32:14.956Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-21T20:32:14.956Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-21T20:32:14.956Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-21T20:32:14.956Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-21T20:32:14.957Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-21T20:32:14.957Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-21T20:32:14.957Z | + main |
382 | 2023-11-21T20:32:14.957Z | + [[ 0 != 0 ]] |
383 | 2023-11-21T20:32:14.957Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-21T20:32:14.957Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-21T20:32:14.957Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-21T20:32:14.957Z | Local file: out/downloads/console.tar.gz |
387 | 2023-11-21T20:32:14.957Z | + local DO_DOWNLOAD=true |
388 | 2023-11-21T20:32:14.957Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-11-21T20:32:14.957Z | + mkdir -p out/downloads |
390 | 2023-11-21T20:32:14.957Z | + '[' true == true ']' |
391 | 2023-11-21T20:32:14.957Z | + echo Downloading... |
392 | 2023-11-21T20:32:14.957Z | Downloading... |
393 | 2023-11-21T20:32:14.957Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-21T20:32:14.970Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-21T20:32:15.496Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-21T20:32:15.506Z | ++ case "$OSTYPE" in |
397 | 2023-11-21T20:32:15.506Z | ++ SHA=sha256sum |
398 | 2023-11-21T20:32:15.506Z | ++ sha256sum |
399 | 2023-11-21T20:32:15.506Z | ++ awk '{print $1}' |
400 | 2023-11-21T20:32:15.539Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-21T20:32:15.539Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
402 | 2023-11-21T20:32:15.556Z | + rm -rf ./out/console-assets |
403 | 2023-11-21T20:32:15.556Z | + mkdir -p ./out/console-assets |
404 | 2023-11-21T20:32:15.556Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-21T20:32:15.556Z | + mkdir -p ./out/console-assets |
406 | 2023-11-21T20:32:15.556Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-21T20:32:15.663Z | + set -o errexit |
408 | 2023-11-21T20:32:15.667Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-21T20:32:15.667Z | ++ cd ./tools |
410 | 2023-11-21T20:32:15.677Z | ++ pwd |
411 | 2023-11-21T20:32:15.677Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-21T20:32:15.677Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-21T20:32:15.677Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-21T20:32:15.677Z | + TARGET_DIR=out |
415 | 2023-11-21T20:32:15.677Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-21T20:32:15.678Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-21T20:32:15.678Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
418 | 2023-11-21T20:32:15.678Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-21T20:32:15.678Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
420 | 2023-11-21T20:32:15.678Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
421 | 2023-11-21T20:32:15.678Z | + main |
422 | 2023-11-21T20:32:15.678Z | + [[ 0 != 0 ]] |
423 | 2023-11-21T20:32:15.678Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
424 | 2023-11-21T20:32:15.678Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
425 | 2023-11-21T20:32:15.678Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
426 | 2023-11-21T20:32:15.678Z | + local DO_DOWNLOAD=true |
427 | 2023-11-21T20:32:15.678Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
428 | 2023-11-21T20:32:15.678Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
429 | 2023-11-21T20:32:15.678Z | + mkdir -p out/downloads |
430 | 2023-11-21T20:32:15.695Z | + '[' true == true ']' |
431 | 2023-11-21T20:32:15.696Z | + echo Downloading... |
432 | 2023-11-21T20:32:15.696Z | Downloading... |
433 | 2023-11-21T20:32:15.696Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
434 | 2023-11-21T20:32:15.696Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
435 | 2023-11-21T20:32:15.890Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
436 | 2023-11-21T20:32:15.914Z | ++ case "$OSTYPE" in |
437 | 2023-11-21T20:32:15.914Z | ++ SHA=sha256sum |
438 | 2023-11-21T20:32:15.914Z | ++ sha256sum |
439 | 2023-11-21T20:32:15.914Z | ++ awk '{print $1}' |
440 | 2023-11-21T20:32:15.914Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-11-21T20:32:15.914Z | + [[ 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 ]] |
442 | 2023-11-21T20:32:15.914Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-11-21T20:32:15.914Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
444 | 2023-11-21T20:32:15.914Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
445 | 2023-11-21T20:32:15.914Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
446 | 2023-11-21T20:32:15.915Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
447 | 2023-11-21T20:32:15.915Z | + main |
448 | 2023-11-21T20:32:15.915Z | + [[ 0 != 0 ]] |
449 | 2023-11-21T20:32:15.915Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
450 | 2023-11-21T20:32:15.915Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
451 | 2023-11-21T20:32:15.915Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
452 | 2023-11-21T20:32:15.915Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-21T20:32:15.915Z | + local DO_DOWNLOAD=true |
454 | 2023-11-21T20:32:15.915Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
455 | 2023-11-21T20:32:15.915Z | + mkdir -p out/downloads |
456 | 2023-11-21T20:32:15.915Z | + '[' true == true ']' |
457 | 2023-11-21T20:32:15.915Z | + echo Downloading... |
458 | 2023-11-21T20:32:15.915Z | Downloading... |
459 | 2023-11-21T20:32:15.915Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
460 | 2023-11-21T20:32:15.915Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
461 | 2023-11-21T20:32:16.034Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
462 | 2023-11-21T20:32:16.036Z | ++ case "$OSTYPE" in |
463 | 2023-11-21T20:32:16.036Z | ++ SHA=sha256sum |
464 | 2023-11-21T20:32:16.036Z | ++ sha256sum |
465 | 2023-11-21T20:32:16.036Z | ++ awk '{print $1}' |
466 | 2023-11-21T20:32:16.039Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
467 | 2023-11-21T20:32:16.039Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
468 | 2023-11-21T20:32:16.047Z | + set -o errexit |
469 | 2023-11-21T20:32:16.050Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-11-21T20:32:16.056Z | ++ cd ./tools |
471 | 2023-11-21T20:32:16.056Z | ++ pwd |
472 | 2023-11-21T20:32:16.056Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-11-21T20:32:16.056Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-11-21T20:32:16.056Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-11-21T20:32:16.056Z | + TARGET_DIR=out |
476 | 2023-11-21T20:32:16.056Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-11-21T20:32:16.057Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-11-21T20:32:16.057Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
479 | 2023-11-21T20:32:16.057Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
480 | 2023-11-21T20:32:16.057Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
481 | 2023-11-21T20:32:16.057Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
482 | 2023-11-21T20:32:16.067Z | + main |
483 | 2023-11-21T20:32:16.067Z | + [[ 0 != 0 ]] |
484 | 2023-11-21T20:32:16.067Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
485 | 2023-11-21T20:32:16.067Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
486 | 2023-11-21T20:32:16.067Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
487 | 2023-11-21T20:32:16.067Z | + local DO_DOWNLOAD=true |
488 | 2023-11-21T20:32:16.067Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
489 | 2023-11-21T20:32:16.067Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
490 | 2023-11-21T20:32:16.067Z | + mkdir -p out/downloads |
491 | 2023-11-21T20:32:16.067Z | + '[' true == true ']' |
492 | 2023-11-21T20:32:16.067Z | + echo Downloading... |
493 | 2023-11-21T20:32:16.067Z | Downloading... |
494 | 2023-11-21T20:32:16.067Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
495 | 2023-11-21T20:32:16.067Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
496 | 2023-11-21T20:32:16.812Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
497 | 2023-11-21T20:32:16.812Z | ++ case "$OSTYPE" in |
498 | 2023-11-21T20:32:16.835Z | ++ SHA=sha256sum |
499 | 2023-11-21T20:32:16.835Z | ++ sha256sum |
500 | 2023-11-21T20:32:16.835Z | ++ awk '{print $1}' |
501 | 2023-11-21T20:32:16.835Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
502 | 2023-11-21T20:32:16.835Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
503 | 2023-11-21T20:32:16.838Z | + set -o errexit |
504 | 2023-11-21T20:32:16.838Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-11-21T20:32:16.838Z | ++ cd ./tools |
506 | 2023-11-21T20:32:16.838Z | ++ pwd |
507 | 2023-11-21T20:32:16.838Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-11-21T20:32:16.838Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-11-21T20:32:16.838Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-11-21T20:32:16.838Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-11-21T20:32:16.838Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
512 | 2023-11-21T20:32:16.838Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
513 | 2023-11-21T20:32:16.838Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
514 | 2023-11-21T20:32:16.838Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-11-21T20:32:16.838Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
516 | 2023-11-21T20:32:16.838Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
517 | 2023-11-21T20:32:16.838Z | + TARGET_DIR=out |
518 | 2023-11-21T20:32:16.838Z | + DOWNLOAD_DIR=out/downloads |
519 | 2023-11-21T20:32:16.838Z | + DEST_DIR=./out/dendrite-stub |
520 | 2023-11-21T20:32:16.838Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
521 | 2023-11-21T20:32:16.838Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
522 | 2023-11-21T20:32:16.838Z | + REPO=oxidecomputer/dendrite |
523 | 2023-11-21T20:32:16.838Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
524 | 2023-11-21T20:32:16.838Z | + main |
525 | 2023-11-21T20:32:16.838Z | + [[ 0 != 0 ]] |
526 | 2023-11-21T20:32:16.838Z | + CIDL_OS=solaris2.11 |
527 | 2023-11-21T20:32:16.838Z | + [[ 0 != 0 ]] |
528 | 2023-11-21T20:32:16.838Z | + configure_os solaris2.11 |
529 | 2023-11-21T20:32:16.838Z | + echo 'current directory: /work/oxidecomputer/omicron' |
530 | 2023-11-21T20:32:16.838Z | current directory: /work/oxidecomputer/omicron |
531 | 2023-11-21T20:32:16.838Z | + echo 'configuring based on OS: "solaris2.11"' |
532 | 2023-11-21T20:32:16.838Z | configuring based on OS: "solaris2.11" |
533 | 2023-11-21T20:32:16.838Z | + case "$1" in |
534 | 2023-11-21T20:32:16.838Z | + SET_BINARIES= |
535 | 2023-11-21T20:32:16.838Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
536 | 2023-11-21T20:32:16.839Z | + CIDL_SHA256FUNC=do_sha256sum |
537 | 2023-11-21T20:32:16.839Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
538 | 2023-11-21T20:32:16.839Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-21T20:32:16.839Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
540 | 2023-11-21T20:32:16.839Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
541 | 2023-11-21T20:32:16.840Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
542 | 2023-11-21T20:32:16.840Z | Local file: out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-21T20:32:16.840Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
544 | 2023-11-21T20:32:16.840Z | + mkdir -p out/downloads |
545 | 2023-11-21T20:32:16.840Z | + mkdir -p ./out/dendrite-stub |
546 | 2023-11-21T20:32:16.840Z | + fetch_and_verify |
547 | 2023-11-21T20:32:16.840Z | + local DO_DOWNLOAD=true |
548 | 2023-11-21T20:32:16.840Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
549 | 2023-11-21T20:32:16.840Z | + '[' true == true ']' |
550 | 2023-11-21T20:32:16.840Z | + echo Downloading... |
551 | 2023-11-21T20:32:16.840Z | Downloading... |
552 | 2023-11-21T20:32:16.843Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-21T20:32:16.843Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
554 | 2023-11-21T20:32:42.333Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-21T20:32:42.404Z | ++ sha256sum |
556 | 2023-11-21T20:32:42.404Z | ++ awk '{print $1}' |
557 | 2023-11-21T20:32:42.453Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
558 | 2023-11-21T20:32:42.453Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
559 | 2023-11-21T20:32:42.453Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-21T20:32:42.453Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-21T20:32:44.486Z | + do_assemble |
562 | 2023-11-21T20:32:44.486Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-21T20:32:44.560Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-21T20:32:44.560Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-21T20:32:44.560Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-21T20:32:44.560Z | + set -o errexit |
567 | 2023-11-21T20:32:44.560Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-21T20:32:44.560Z | ++ cd ./tools |
569 | 2023-11-21T20:32:44.560Z | ++ pwd |
570 | 2023-11-21T20:32:44.563Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-21T20:32:44.563Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-21T20:32:44.563Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-21T20:32:44.563Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-21T20:32:44.563Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
575 | 2023-11-21T20:32:44.563Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
576 | 2023-11-21T20:32:44.563Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-21T20:32:44.563Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
578 | 2023-11-21T20:32:44.563Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
579 | 2023-11-21T20:32:44.563Z | + TARGET_DIR=out |
580 | 2023-11-21T20:32:44.563Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-21T20:32:44.564Z | + DEST_DIR=./out/mgd |
582 | 2023-11-21T20:32:44.564Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-21T20:32:44.564Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-21T20:32:44.564Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-21T20:32:44.564Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
586 | 2023-11-21T20:32:44.564Z | + main |
587 | 2023-11-21T20:32:44.564Z | + [[ 0 != 0 ]] |
588 | 2023-11-21T20:32:44.564Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-21T20:32:44.564Z | + [[ 0 != 0 ]] |
590 | 2023-11-21T20:32:44.564Z | + configure_os solaris2.11 |
591 | 2023-11-21T20:32:44.564Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-21T20:32:44.564Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-21T20:32:44.564Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-21T20:32:44.564Z | + case "$1" in |
595 | 2023-11-21T20:32:44.564Z | + SET_BINARIES= |
596 | 2023-11-21T20:32:44.565Z | configuring based on OS: "solaris2.11" |
597 | 2023-11-21T20:32:44.565Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-21T20:32:44.565Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-21T20:32:44.565Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
600 | 2023-11-21T20:32:44.566Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-21T20:32:44.566Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
602 | 2023-11-21T20:32:44.566Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
603 | 2023-11-21T20:32:44.566Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-21T20:32:44.566Z | + mkdir -p out/downloads |
605 | 2023-11-21T20:32:44.566Z | Local file: out/downloads/mgd.tar.gz |
606 | 2023-11-21T20:32:44.566Z | + mkdir -p ./out/mgd |
607 | 2023-11-21T20:32:44.566Z | + fetch_and_verify |
608 | 2023-11-21T20:32:44.566Z | + local DO_DOWNLOAD=true |
609 | 2023-11-21T20:32:44.566Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-21T20:32:44.566Z | + '[' true == true ']' |
611 | 2023-11-21T20:32:44.566Z | + echo Downloading... |
612 | 2023-11-21T20:32:44.566Z | Downloading... |
613 | 2023-11-21T20:32:44.566Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-21T20:32:44.567Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
615 | 2023-11-21T20:32:52.400Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-21T20:32:52.403Z | ++ sha256sum |
617 | 2023-11-21T20:32:52.403Z | ++ awk '{print $1}' |
618 | 2023-11-21T20:32:52.528Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
619 | 2023-11-21T20:32:52.528Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
620 | 2023-11-21T20:32:52.542Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-21T20:32:52.542Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-21T20:32:53.194Z | + do_assemble |
623 | 2023-11-21T20:32:53.194Z | + rm -r ./out/mgd |
624 | 2023-11-21T20:32:53.245Z | + mkdir ./out/mgd |
625 | 2023-11-21T20:32:53.245Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-21T20:32:53.582Z | + set -o errexit |
627 | 2023-11-21T20:32:53.653Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-21T20:32:53.653Z | ++ cd ./tools |
629 | 2023-11-21T20:32:53.653Z | ++ pwd |
630 | 2023-11-21T20:32:53.653Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-21T20:32:53.653Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-21T20:32:53.653Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-21T20:32:53.653Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-21T20:32:53.653Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-21T20:32:53.653Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-21T20:32:53.655Z | + TARGET_DIR=out |
637 | 2023-11-21T20:32:53.655Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-21T20:32:53.655Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-21T20:32:53.655Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-21T20:32:53.655Z | + BINARY=xcvradm |
641 | 2023-11-21T20:32:53.655Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-21T20:32:53.655Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-21T20:32:53.655Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-21T20:32:53.655Z | + main |
645 | 2023-11-21T20:32:53.655Z | + [[ 0 != 0 ]] |
646 | 2023-11-21T20:32:53.655Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-21T20:32:53.655Z | + [[ 0 != 0 ]] |
648 | 2023-11-21T20:32:53.655Z | + configure_os solaris2.11 |
649 | 2023-11-21T20:32:53.655Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-21T20:32:53.655Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-11-21T20:32:53.655Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-11-21T20:32:53.655Z | configuring based on OS: "solaris2.11" |
653 | 2023-11-21T20:32:53.655Z | + case "$1" in |
654 | 2023-11-21T20:32:53.655Z | + SET_BINARIES= |
655 | 2023-11-21T20:32:53.655Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-21T20:32:53.655Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-21T20:32:53.655Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-21T20:32:53.655Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-21T20:32:53.655Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-21T20:32:53.655Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-21T20:32:53.656Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-21T20:32:53.656Z | Local file: out/downloads/xcvradm.gz |
663 | 2023-11-21T20:32:53.656Z | + echo 'Local file: out/downloads/xcvradm.gz' |
664 | 2023-11-21T20:32:53.656Z | + mkdir -p out/downloads |
665 | 2023-11-21T20:32:53.656Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-21T20:32:53.656Z | + fetch_and_verify |
667 | 2023-11-21T20:32:53.656Z | + local DO_DOWNLOAD=true |
668 | 2023-11-21T20:32:53.656Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-21T20:32:53.656Z | + '[' true == true ']' |
670 | 2023-11-21T20:32:53.656Z | + echo Downloading... |
671 | 2023-11-21T20:32:53.656Z | Downloading... |
672 | 2023-11-21T20:32:53.656Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-21T20:32:53.656Z | + 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 |
674 | 2023-11-21T20:33:00.304Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-21T20:33:00.366Z | ++ sha256sum |
676 | 2023-11-21T20:33:00.367Z | ++ awk '{print $1}' |
677 | 2023-11-21T20:33:00.367Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-21T20:33:00.367Z | + [[ 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 ]] |
679 | 2023-11-21T20:33:00.367Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-21T20:33:00.367Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-21T20:33:00.367Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-21T20:33:00.404Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-21T20:33:00.404Z | + do_assemble |
684 | 2023-11-21T20:33:00.404Z | + rm -r ./out/transceiver-control |
685 | 2023-11-21T20:33:00.404Z | + mkdir ./out/transceiver-control |
686 | 2023-11-21T20:33:00.404Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-21T20:33:00.551Z | All prerequisites installed successfully |
688 | 2023-11-21T20:33:00.564Z | |
689 | 2023-11-21T20:33:00.564Z | real 2:34.726198815 |
690 | 2023-11-21T20:33:00.565Z | user 53.580673315 |
691 | 2023-11-21T20:33:00.566Z | sys 10.074610901 |
692 | 2023-11-21T20:33:00.566Z | trap 0.021120204 |
693 | 2023-11-21T20:33:00.566Z | tflt 0.285516125 |
694 | 2023-11-21T20:33:00.566Z | dflt 0.520740057 |
695 | 2023-11-21T20:33:00.566Z | kflt 0.177729773 |
696 | 2023-11-21T20:33:00.566Z | lock 1.521966911 |
697 | 2023-11-21T20:33:00.566Z | slp 5:16.406530915 |
698 | 2023-11-21T20:33:00.566Z | lat 3.399173459 |
699 | 2023-11-21T20:33:00.566Z | stop 0.063541829 |
700 | 2023-11-21T20:33:00.566Z | + ptime -m ./tools/ci_download_softnpu_machinery |
701 | 2023-11-21T20:33:00.571Z | fetching npuzone |
702 | 2023-11-21T20:33:00.587Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
703 | 2023-11-21T20:33:00.587Z | (commit: dec63e67156fe6e958991bbfa090629868115ab5) |
704 | 2023-11-21T20:33:00.587Z | Getting hash for npuzone |
705 | 2023-11-21T20:33:00.776Z | (hash: 0193728f9ac46713a4b628135f7b3de9fe889770c7a7fe5273976acb001f7ac4) |
706 | 2023-11-21T20:33:16.104Z | npuzone downloaded successfully |
707 | 2023-11-21T20:33:16.113Z | |
708 | 2023-11-21T20:33:16.113Z | real 15.532378481 |
709 | 2023-11-21T20:33:16.113Z | user 0.558449283 |
710 | 2023-11-21T20:33:16.113Z | sys 0.144134512 |
711 | 2023-11-21T20:33:16.113Z | trap 0.000066124 |
712 | 2023-11-21T20:33:16.113Z | tflt 0.000000000 |
713 | 2023-11-21T20:33:16.114Z | dflt 0.000000000 |
714 | 2023-11-21T20:33:16.114Z | kflt 0.000000000 |
715 | 2023-11-21T20:33:16.114Z | lock 0.000000000 |
716 | 2023-11-21T20:33:16.114Z | slp 45.728094292 |
717 | 2023-11-21T20:33:16.114Z | lat 0.131209745 |
718 | 2023-11-21T20:33:16.114Z | stop 0.000262615 |
719 | 2023-11-21T20:33:16.114Z | + export CARGO_INCREMENTAL=0 |
720 | 2023-11-21T20:33:16.114Z | + CARGO_INCREMENTAL=0 |
721 | 2023-11-21T20:33:16.114Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
722 | 2023-11-21T20:33:16.439Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
723 | 2023-11-21T20:33:16.815Z | Updating crates.io index |
724 | 2023-11-21T20:33:16.860Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
725 | 2023-11-21T20:33:17.675Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2023-11-21T20:33:19.538Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2023-11-21T20:33:23.978Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
728 | 2023-11-21T20:33:24.187Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
729 | 2023-11-21T20:33:24.187Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
730 | 2023-11-21T20:33:24.187Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
731 | 2023-11-21T20:33:24.284Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
732 | 2023-11-21T20:33:28.721Z | Updating git repository `https://github.com/oxidecomputer/opte` |
733 | 2023-11-21T20:33:29.733Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
734 | 2023-11-21T20:33:30.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
735 | 2023-11-21T20:33:30.667Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
736 | 2023-11-21T20:33:31.029Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
737 | 2023-11-21T20:33:31.364Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
738 | 2023-11-21T20:33:31.777Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
739 | 2023-11-21T20:33:32.078Z | Updating git repository `https://github.com/njaremko/samael` |
740 | 2023-11-21T20:33:32.510Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
741 | 2023-11-21T20:33:33.202Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
742 | 2023-11-21T20:33:33.658Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
743 | 2023-11-21T20:33:34.012Z | Updating git repository `https://github.com/jgallagher/nix` |
744 | 2023-11-21T20:33:35.300Z | Updating git repository `https://github.com/cbiffle/hubpack` |
745 | 2023-11-21T20:33:35.953Z | Updating git repository `https://github.com/oxidecomputer/typify` |
746 | 2023-11-21T20:33:36.810Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
747 | 2023-11-21T20:33:40.395Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
748 | 2023-11-21T20:33:40.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
749 | 2023-11-21T20:33:40.395Z | Downloading crates ... |
750 | 2023-11-21T20:33:40.395Z | Downloaded adler v1.0.2 |
751 | 2023-11-21T20:33:40.395Z | Downloaded bitflags v1.3.2 |
752 | 2023-11-21T20:33:40.395Z | Downloaded lru-cache v0.1.2 |
753 | 2023-11-21T20:33:40.395Z | Downloaded cexpr v0.6.0 |
754 | 2023-11-21T20:33:40.395Z | Downloaded num-integer v0.1.45 |
755 | 2023-11-21T20:33:40.395Z | Downloaded autocfg v1.1.0 |
756 | 2023-11-21T20:33:40.395Z | Downloaded anstyle-query v1.0.0 |
757 | 2023-11-21T20:33:40.395Z | Downloaded ahash v0.8.3 |
758 | 2023-11-21T20:33:40.395Z | Downloaded clap_lex v0.5.1 |
759 | 2023-11-21T20:33:40.395Z | Downloaded const-oid v0.9.5 |
760 | 2023-11-21T20:33:40.395Z | Downloaded buf-list v1.0.3 |
761 | 2023-11-21T20:33:40.397Z | Downloaded aead v0.5.2 |
762 | 2023-11-21T20:33:40.397Z | Downloaded impl-trait-for-tuples v0.2.2 |
763 | 2023-11-21T20:33:40.397Z | Downloaded new_debug_unreachable v1.0.4 |
764 | 2023-11-21T20:33:40.397Z | Downloaded lazy_static v1.4.0 |
765 | 2023-11-21T20:33:40.397Z | Downloaded opaque-debug v0.3.0 |
766 | 2023-11-21T20:33:40.397Z | Downloaded macaddr v1.0.1 |
767 | 2023-11-21T20:33:40.397Z | Downloaded serde_repr v0.1.16 |
768 | 2023-11-21T20:33:40.397Z | Downloaded colored v2.0.4 |
769 | 2023-11-21T20:33:40.397Z | Downloaded memoffset v0.7.1 |
770 | 2023-11-21T20:33:40.397Z | Downloaded cassowary v0.3.0 |
771 | 2023-11-21T20:33:40.397Z | Downloaded slog-envlogger v2.2.0 |
772 | 2023-11-21T20:33:40.397Z | Downloaded tempfile v3.8.0 |
773 | 2023-11-21T20:33:40.397Z | Downloaded hyper-staticfile v0.9.5 |
774 | 2023-11-21T20:33:40.397Z | Downloaded term v0.7.0 |
775 | 2023-11-21T20:33:40.397Z | Downloaded num-complex v0.4.4 |
776 | 2023-11-21T20:33:40.397Z | Downloaded num_enum v0.5.11 |
777 | 2023-11-21T20:33:40.397Z | Downloaded newtype_derive v0.1.6 |
778 | 2023-11-21T20:33:40.397Z | Downloaded openssl-macros v0.1.1 |
779 | 2023-11-21T20:33:40.397Z | Downloaded block-padding v0.3.3 |
780 | 2023-11-21T20:33:40.397Z | Downloaded io-lifetimes v1.0.11 |
781 | 2023-11-21T20:33:40.397Z | Downloaded foreign-types-macros v0.2.3 |
782 | 2023-11-21T20:33:40.397Z | Downloaded pretty-hex v0.3.0 |
783 | 2023-11-21T20:33:40.397Z | Downloaded thiserror-impl v1.0.49 |
784 | 2023-11-21T20:33:40.397Z | Downloaded serde-big-array v0.4.1 |
785 | 2023-11-21T20:33:40.397Z | Downloaded try-lock v0.2.4 |
786 | 2023-11-21T20:33:40.397Z | Downloaded async-stream v0.3.5 |
787 | 2023-11-21T20:33:40.397Z | Downloaded num-traits v0.2.16 |
788 | 2023-11-21T20:33:40.397Z | Downloaded flagset v0.4.3 |
789 | 2023-11-21T20:33:40.399Z | Downloaded indoc v2.0.3 |
790 | 2023-11-21T20:33:40.399Z | Downloaded ipnetwork v0.20.0 |
791 | 2023-11-21T20:33:40.399Z | Downloaded secrecy v0.8.0 |
792 | 2023-11-21T20:33:40.399Z | Downloaded scheduled-thread-pool v0.2.7 |
793 | 2023-11-21T20:33:40.399Z | Downloaded normalize-line-endings v0.3.0 |
794 | 2023-11-21T20:33:40.399Z | Downloaded waitgroup v0.1.2 |
795 | 2023-11-21T20:33:40.399Z | Downloaded peeking_take_while v0.1.2 |
796 | 2023-11-21T20:33:40.399Z | Downloaded omicron-zone-package v0.9.1 |
797 | 2023-11-21T20:33:40.399Z | Downloaded hostname v0.3.1 |
798 | 2023-11-21T20:33:40.399Z | Downloaded digest v0.10.7 |
799 | 2023-11-21T20:33:40.399Z | Downloaded tui-tree-widget v0.13.0 |
800 | 2023-11-21T20:33:40.399Z | Downloaded addr2line v0.21.0 |
801 | 2023-11-21T20:33:40.399Z | Downloaded difflib v0.4.0 |
802 | 2023-11-21T20:33:40.399Z | Downloaded crc32fast v1.3.2 |
803 | 2023-11-21T20:33:40.399Z | Downloaded crossbeam-queue v0.3.8 |
804 | 2023-11-21T20:33:40.399Z | Downloaded nu-ansi-term v0.49.0 |
805 | 2023-11-21T20:33:40.399Z | Downloaded precomputed-hash v0.1.1 |
806 | 2023-11-21T20:33:40.399Z | Downloaded openapiv3 v2.0.0-rc.1 |
807 | 2023-11-21T20:33:40.399Z | Downloaded ref-cast-impl v1.0.20 |
808 | 2023-11-21T20:33:40.399Z | Downloaded ref-cast v1.0.20 |
809 | 2023-11-21T20:33:40.399Z | Downloaded utf8parse v0.2.1 |
810 | 2023-11-21T20:33:40.399Z | Downloaded bzip2 v0.4.4 |
811 | 2023-11-21T20:33:40.399Z | Downloaded toml_datetime v0.6.5 |
812 | 2023-11-21T20:33:40.399Z | Downloaded tokio-tungstenite v0.18.0 |
813 | 2023-11-21T20:33:40.399Z | Downloaded doc-comment v0.3.3 |
814 | 2023-11-21T20:33:40.399Z | Downloaded tokio-rustls v0.24.1 |
815 | 2023-11-21T20:33:40.399Z | Downloaded downcast v0.11.0 |
816 | 2023-11-21T20:33:40.399Z | Downloaded predicates v2.1.5 |
817 | 2023-11-21T20:33:40.400Z | Downloaded tower-service v0.3.2 |
818 | 2023-11-21T20:33:40.400Z | Downloaded crypto-bigint v0.5.2 |
819 | 2023-11-21T20:33:40.400Z | Downloaded rpassword v7.3.1 |
820 | 2023-11-21T20:33:40.400Z | Downloaded log v0.4.20 |
821 | 2023-11-21T20:33:40.400Z | Downloaded hmac v0.12.1 |
822 | 2023-11-21T20:33:40.400Z | Downloaded headers-core v0.2.0 |
823 | 2023-11-21T20:33:40.400Z | Downloaded ppv-lite86 v0.2.17 |
824 | 2023-11-21T20:33:40.400Z | Downloaded generic-array v0.14.7 |
825 | 2023-11-21T20:33:40.400Z | Downloaded fs-err v2.11.0 |
826 | 2023-11-21T20:33:40.400Z | Downloaded parse-display-derive v0.8.2 |
827 | 2023-11-21T20:33:40.400Z | Downloaded phf_shared v0.10.0 |
828 | 2023-11-21T20:33:40.400Z | Downloaded untrusted v0.7.1 |
829 | 2023-11-21T20:33:40.400Z | Downloaded rand_core v0.6.4 |
830 | 2023-11-21T20:33:40.400Z | Downloaded ed25519 v1.5.3 |
831 | 2023-11-21T20:33:40.400Z | Downloaded num-bigint-dig v0.8.4 |
832 | 2023-11-21T20:33:40.400Z | Downloaded resolv-conf v0.7.0 |
833 | 2023-11-21T20:33:40.400Z | Downloaded zerocopy v0.3.0 |
834 | 2023-11-21T20:33:40.400Z | Downloaded cc v1.0.83 |
835 | 2023-11-21T20:33:40.400Z | Downloaded humantime v2.1.0 |
836 | 2023-11-21T20:33:40.400Z | Downloaded http-range v0.1.5 |
837 | 2023-11-21T20:33:40.400Z | Downloaded derive-where v1.2.5 |
838 | 2023-11-21T20:33:40.400Z | Downloaded vsss-rs v3.3.1 |
839 | 2023-11-21T20:33:40.401Z | Downloaded radium v0.7.0 |
840 | 2023-11-21T20:33:40.401Z | Downloaded r2d2 v0.8.10 |
841 | 2023-11-21T20:33:40.401Z | Downloaded darling_macro v0.20.3 |
842 | 2023-11-21T20:33:40.401Z | Downloaded diesel_derives v2.1.1 |
843 | 2023-11-21T20:33:40.401Z | Downloaded same-file v1.0.6 |
844 | 2023-11-21T20:33:40.401Z | Downloaded pest_generator v2.7.2 |
845 | 2023-11-21T20:33:40.401Z | Downloaded http-body v0.4.5 |
846 | 2023-11-21T20:33:40.401Z | Downloaded schemars v0.8.13 |
847 | 2023-11-21T20:33:40.548Z | Downloaded futures-sink v0.3.29 |
848 | 2023-11-21T20:33:40.548Z | Downloaded fxhash v0.2.1 |
849 | 2023-11-21T20:33:40.548Z | Downloaded yasna v0.5.2 |
850 | 2023-11-21T20:33:40.548Z | Downloaded toolchain_find v0.2.0 |
851 | 2023-11-21T20:33:40.548Z | Downloaded shlex v1.1.0 |
852 | 2023-11-21T20:33:40.548Z | Downloaded serde v1.0.192 |
853 | 2023-11-21T20:33:40.548Z | Downloaded tap v1.0.1 |
854 | 2023-11-21T20:33:40.548Z | Downloaded shell-words v1.1.0 |
855 | 2023-11-21T20:33:40.548Z | Downloaded vte v0.11.1 |
856 | 2023-11-21T20:33:40.548Z | Downloaded derive_more v0.99.17 |
857 | 2023-11-21T20:33:40.548Z | Downloaded usdt-macro v0.3.5 |
858 | 2023-11-21T20:33:40.548Z | Downloaded enum-as-inner v0.5.1 |
859 | 2023-11-21T20:33:40.548Z | Downloaded dof v0.1.5 |
860 | 2023-11-21T20:33:40.548Z | Downloaded predicates v3.0.4 |
861 | 2023-11-21T20:33:40.548Z | Downloaded ff v0.13.0 |
862 | 2023-11-21T20:33:40.548Z | Downloaded textwrap v0.11.0 |
863 | 2023-11-21T20:33:40.548Z | Downloaded phf_shared v0.11.2 |
864 | 2023-11-21T20:33:40.548Z | Downloaded httparse v1.8.0 |
865 | 2023-11-21T20:33:40.548Z | Downloaded usdt-attr-macro v0.3.5 |
866 | 2023-11-21T20:33:40.548Z | Downloaded postcard v0.7.3 |
867 | 2023-11-21T20:33:40.548Z | Downloaded wyz v0.5.1 |
868 | 2023-11-21T20:33:40.548Z | Downloaded futures-io v0.3.29 |
869 | 2023-11-21T20:33:40.548Z | Downloaded dirs-next v2.0.0 |
870 | 2023-11-21T20:33:40.548Z | Downloaded futures-task v0.3.29 |
871 | 2023-11-21T20:33:40.548Z | Downloaded futures-executor v0.3.29 |
872 | 2023-11-21T20:33:40.548Z | Downloaded fallible-iterator v0.2.0 |
873 | 2023-11-21T20:33:40.548Z | Downloaded pin-project-internal v1.1.3 |
874 | 2023-11-21T20:33:40.548Z | Downloaded strsim v0.8.0 |
875 | 2023-11-21T20:33:40.548Z | Downloaded pkg-config v0.3.27 |
876 | 2023-11-21T20:33:40.548Z | Downloaded num-bigint v0.4.4 |
877 | 2023-11-21T20:33:40.548Z | Downloaded zeroize v1.6.0 |
878 | 2023-11-21T20:33:40.548Z | Downloaded flate2 v1.0.28 |
879 | 2023-11-21T20:33:40.548Z | Downloaded unicode-width v0.1.11 |
880 | 2023-11-21T20:33:40.548Z | Downloaded dtrace-parser v0.1.14 |
881 | 2023-11-21T20:33:40.548Z | Downloaded equivalent v1.0.1 |
882 | 2023-11-21T20:33:40.549Z | Downloaded termcolor v1.2.0 |
883 | 2023-11-21T20:33:40.549Z | Downloaded serde_derive v1.0.192 |
884 | 2023-11-21T20:33:40.550Z | Downloaded flume v0.11.0 |
885 | 2023-11-21T20:33:40.550Z | Downloaded foreign-types-shared v0.3.1 |
886 | 2023-11-21T20:33:40.550Z | Downloaded tinyvec_macros v0.1.1 |
887 | 2023-11-21T20:33:40.550Z | Downloaded futures-macro v0.3.29 |
888 | 2023-11-21T20:33:40.550Z | Downloaded slog-bunyan v2.4.0 |
889 | 2023-11-21T20:33:40.550Z | Downloaded trust-dns-client v0.22.0 |
890 | 2023-11-21T20:33:40.550Z | Downloaded hubpack_derive v0.1.1 |
891 | 2023-11-21T20:33:40.550Z | Downloaded hubpack v0.1.2 |
892 | 2023-11-21T20:33:40.550Z | Downloaded fd-lock v3.0.13 |
893 | 2023-11-21T20:33:40.550Z | Downloaded termios v0.3.3 |
894 | 2023-11-21T20:33:40.550Z | Downloaded structopt-derive v0.4.18 |
895 | 2023-11-21T20:33:40.550Z | Downloaded filetime v0.2.22 |
896 | 2023-11-21T20:33:40.550Z | Downloaded slog-stdlog v4.1.1 |
897 | 2023-11-21T20:33:40.550Z | Downloaded thiserror-no-std v2.0.2 |
898 | 2023-11-21T20:33:40.550Z | Downloaded utf-8 v0.7.6 |
899 | 2023-11-21T20:33:40.550Z | Downloaded heck v0.4.1 |
900 | 2023-11-21T20:33:40.550Z | Downloaded smf v0.2.2 |
901 | 2023-11-21T20:33:40.550Z | Downloaded zeroize_derive v1.4.2 |
902 | 2023-11-21T20:33:40.550Z | Downloaded serde_with v2.3.3 |
903 | 2023-11-21T20:33:40.551Z | Downloaded synstructure v0.12.6 |
904 | 2023-11-21T20:33:40.551Z | Downloaded smallvec v0.6.14 |
905 | 2023-11-21T20:33:40.551Z | Downloaded form_urlencoded v1.2.0 |
906 | 2023-11-21T20:33:40.551Z | Downloaded smawk v0.3.1 |
907 | 2023-11-21T20:33:40.551Z | Downloaded sct v0.7.0 |
908 | 2023-11-21T20:33:40.551Z | Downloaded termtree v0.4.1 |
909 | 2023-11-21T20:33:40.551Z | Downloaded endian-type v0.1.2 |
910 | 2023-11-21T20:33:40.552Z | Downloaded siphasher v0.3.11 |
911 | 2023-11-21T20:33:40.552Z | Downloaded rand_xorshift v0.3.0 |
912 | 2023-11-21T20:33:40.552Z | Downloaded sha1 v0.10.6 |
913 | 2023-11-21T20:33:40.552Z | Downloaded tokio-macros v2.2.0 |
914 | 2023-11-21T20:33:40.552Z | Downloaded headers v0.3.9 |
915 | 2023-11-21T20:33:40.552Z | Downloaded slog-dtrace v0.2.3 |
916 | 2023-11-21T20:33:40.552Z | Downloaded glob v0.3.1 |
917 | 2023-11-21T20:33:40.552Z | Downloaded getrandom v0.2.10 |
918 | 2023-11-21T20:33:40.552Z | Downloaded half v1.8.2 |
919 | 2023-11-21T20:33:40.552Z | Downloaded diesel_table_macro_syntax v0.1.0 |
920 | 2023-11-21T20:33:40.552Z | Downloaded predicates-tree v1.0.9 |
921 | 2023-11-21T20:33:40.552Z | Downloaded httpdate v1.0.3 |
922 | 2023-11-21T20:33:40.552Z | Downloaded pin-utils v0.1.0 |
923 | 2023-11-21T20:33:40.552Z | Downloaded rtoolbox v0.0.1 |
924 | 2023-11-21T20:33:40.552Z | Downloaded papergrid v0.10.0 |
925 | 2023-11-21T20:33:40.552Z | Downloaded stringprep v0.1.3 |
926 | 2023-11-21T20:33:40.552Z | Downloaded serde_path_to_error v0.1.14 |
927 | 2023-11-21T20:33:40.552Z | Downloaded rand_chacha v0.3.1 |
928 | 2023-11-21T20:33:40.552Z | Downloaded zone v0.3.0 |
929 | 2023-11-21T20:33:40.552Z | Downloaded slog-term v2.9.0 |
930 | 2023-11-21T20:33:40.552Z | Downloaded socket2 v0.5.5 |
931 | 2023-11-21T20:33:40.552Z | Downloaded percent-encoding v2.3.0 |
932 | 2023-11-21T20:33:40.552Z | Downloaded darling_core v0.14.4 |
933 | 2023-11-21T20:33:40.552Z | Downloaded slog-scope v4.4.0 |
934 | 2023-11-21T20:33:40.552Z | Downloaded rustc_version v0.4.0 |
935 | 2023-11-21T20:33:40.552Z | Downloaded rustc_version v0.1.7 |
936 | 2023-11-21T20:33:40.552Z | Downloaded spin v0.5.2 |
937 | 2023-11-21T20:33:40.552Z | Downloaded display-error-chain v0.2.0 |
938 | 2023-11-21T20:33:40.552Z | Downloaded tungstenite v0.20.1 |
939 | 2023-11-21T20:33:40.552Z | Downloaded smallvec v1.11.0 |
940 | 2023-11-21T20:33:40.552Z | Downloaded tar v0.4.40 |
941 | 2023-11-21T20:33:40.552Z | Downloaded serde_tokenstream v0.2.0 |
942 | 2023-11-21T20:33:40.552Z | Downloaded universal-hash v0.5.1 |
943 | 2023-11-21T20:33:40.552Z | Downloaded slab v0.4.9 |
944 | 2023-11-21T20:33:40.552Z | Downloaded env_logger v0.10.0 |
945 | 2023-11-21T20:33:40.552Z | Downloaded deranged v0.3.8 |
946 | 2023-11-21T20:33:40.552Z | Downloaded globset v0.4.13 |
947 | 2023-11-21T20:33:40.572Z | Downloaded pest_derive v2.7.2 |
948 | 2023-11-21T20:33:40.572Z | Downloaded rustc-demangle v0.1.23 |
949 | 2023-11-21T20:33:40.572Z | Downloaded signal-hook-registry v1.4.1 |
950 | 2023-11-21T20:33:40.573Z | Downloaded rcgen v0.11.3 |
951 | 2023-11-21T20:33:40.573Z | Downloaded rayon-core v1.12.0 |
952 | 2023-11-21T20:33:40.573Z | Downloaded darling v0.14.4 |
953 | 2023-11-21T20:33:40.573Z | Downloaded itertools v0.11.0 |
954 | 2023-11-21T20:33:40.573Z | Downloaded spin v0.9.8 |
955 | 2023-11-21T20:33:40.573Z | Downloaded topological-sort v0.2.2 |
956 | 2023-11-21T20:33:40.573Z | Downloaded unicode-ident v1.0.12 |
957 | 2023-11-21T20:33:40.573Z | Downloaded futures v0.3.29 |
958 | 2023-11-21T20:33:40.573Z | Downloaded rustc-hash v1.1.0 |
959 | 2023-11-21T20:33:40.573Z | Downloaded test-strategy v0.3.1 |
960 | 2023-11-21T20:33:40.573Z | Downloaded lalrpop v0.19.12 |
961 | 2023-11-21T20:33:40.573Z | Downloaded zerocopy v0.6.4 |
962 | 2023-11-21T20:33:40.573Z | Downloaded hashbrown v0.13.2 |
963 | 2023-11-21T20:33:40.573Z | Downloaded tinyvec v1.6.0 |
964 | 2023-11-21T20:33:40.573Z | Downloaded toml_edit v0.19.15 |
965 | 2023-11-21T20:33:40.573Z | Downloaded pest_meta v2.7.2 |
966 | 2023-11-21T20:33:40.573Z | Downloaded url v2.4.1 |
967 | 2023-11-21T20:33:40.573Z | Downloaded bitvec v1.0.1 |
968 | 2023-11-21T20:33:40.573Z | Downloaded fatfs v0.3.6 |
969 | 2023-11-21T20:33:40.573Z | Downloaded rand v0.8.5 |
970 | 2023-11-21T20:33:40.573Z | Downloaded webpki-roots v0.25.2 |
971 | 2023-11-21T20:33:40.573Z | Downloaded winnow v0.5.15 |
972 | 2023-11-21T20:33:40.574Z | Downloaded hashbrown v0.14.2 |
973 | 2023-11-21T20:33:40.574Z | Downloaded vcpkg v0.2.15 |
974 | 2023-11-21T20:33:40.574Z | Downloaded proptest v1.4.0 |
975 | 2023-11-21T20:33:40.574Z | Downloaded hkdf v0.12.3 |
976 | 2023-11-21T20:33:40.574Z | Downloaded rustls-webpki v0.101.7 |
977 | 2023-11-21T20:33:40.574Z | Downloaded idna v0.2.3 |
978 | 2023-11-21T20:33:40.574Z | Downloaded diesel v2.1.4 |
979 | 2023-11-21T20:33:40.574Z | Downloaded tough v0.15.0 |
980 | 2023-11-21T20:33:40.574Z | Downloaded gimli v0.28.0 |
981 | 2023-11-21T20:33:40.574Z | Downloaded reqwest v0.11.22 |
982 | 2023-11-21T20:33:40.574Z | Downloaded openssl v0.10.57 |
983 | 2023-11-21T20:33:40.574Z | Downloaded syn v1.0.109 |
984 | 2023-11-21T20:33:40.574Z | Downloaded tabled v0.14.0 |
985 | 2023-11-21T20:33:40.608Z | Downloaded petgraph v0.6.4 |
986 | 2023-11-21T20:33:40.623Z | Downloaded zerocopy-derive v0.6.4 |
987 | 2023-11-21T20:33:40.636Z | Downloaded regex v1.10.2 |
988 | 2023-11-21T20:33:40.672Z | Downloaded ratatui v0.23.0 |
989 | 2023-11-21T20:33:40.685Z | Downloaded tokio v1.34.0 |
990 | 2023-11-21T20:33:40.757Z | Downloaded regress v0.7.1 |
991 | 2023-11-21T20:33:40.799Z | Downloaded regex-syntax v0.6.29 |
992 | 2023-11-21T20:33:40.819Z | Downloaded rustix v0.38.9 |
993 | 2023-11-21T20:33:40.829Z | Downloaded regex-syntax v0.7.5 |
994 | 2023-11-21T20:33:40.839Z | Downloaded regex-syntax v0.8.2 |
995 | 2023-11-21T20:33:40.854Z | Downloaded encoding_rs v0.8.33 |
996 | 2023-11-21T20:33:40.946Z | Downloaded smoltcp v0.8.2 |
997 | 2023-11-21T20:33:40.993Z | Downloaded polar-core v0.27.0 |
998 | 2023-11-21T20:33:40.993Z | Downloaded regex-automata v0.4.3 |
999 | 2023-11-21T20:33:40.993Z | Downloaded libc v0.2.150 |
1000 | 2023-11-21T20:33:41.021Z | Downloaded regex-automata v0.3.8 |
1001 | 2023-11-21T20:33:41.189Z | Downloaded sha3 v0.10.8 |
1002 | 2023-11-21T20:33:41.259Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1003 | 2023-11-21T20:33:41.259Z | Downloaded bstr v0.2.17 |
1004 | 2023-11-21T20:33:41.259Z | Downloaded zerocopy-derive v0.2.0 |
1005 | 2023-11-21T20:33:41.260Z | Downloaded sled v0.34.7 |
1006 | 2023-11-21T20:33:41.260Z | Downloaded curve25519-dalek v4.1.0 |
1007 | 2023-11-21T20:33:41.260Z | Downloaded object v0.32.1 |
1008 | 2023-11-21T20:33:41.260Z | Downloaded futures-util v0.3.29 |
1009 | 2023-11-21T20:33:41.333Z | Downloaded idna v0.4.0 |
1010 | 2023-11-21T20:33:41.333Z | Downloaded ring v0.16.20 |
1011 | 2023-11-21T20:33:41.471Z | Downloaded bstr v1.6.0 |
1012 | 2023-11-21T20:33:41.556Z | Downloaded rustix v0.37.23 |
1013 | 2023-11-21T20:33:41.580Z | Downloaded rustls v0.21.9 |
1014 | 2023-11-21T20:33:41.580Z | Downloaded object v0.30.4 |
1015 | 2023-11-21T20:33:41.580Z | Downloaded clap v2.34.0 |
1016 | 2023-11-21T20:33:41.580Z | Downloaded syn v2.0.32 |
1017 | 2023-11-21T20:33:41.580Z | Downloaded ring v0.17.5 |
1018 | 2023-11-21T20:33:41.714Z | Downloaded radix_trie v0.2.1 |
1019 | 2023-11-21T20:33:41.725Z | Downloaded trust-dns-proto v0.22.0 |
1020 | 2023-11-21T20:33:41.739Z | Downloaded quick-xml v0.23.1 |
1021 | 2023-11-21T20:33:41.773Z | Downloaded chrono v0.4.31 |
1022 | 2023-11-21T20:33:41.785Z | Downloaded nom v7.1.3 |
1023 | 2023-11-21T20:33:41.785Z | Downloaded heapless v0.7.16 |
1024 | 2023-11-21T20:33:41.785Z | Downloaded tracing v0.1.37 |
1025 | 2023-11-21T20:33:42.200Z | Downloaded reedline v0.26.0 |
1026 | 2023-11-21T20:33:42.270Z | Downloaded unicode-normalization v0.1.22 |
1027 | 2023-11-21T20:33:42.270Z | Downloaded serde_json v1.0.108 |
1028 | 2023-11-21T20:33:42.270Z | Downloaded portable-atomic v1.4.3 |
1029 | 2023-11-21T20:33:42.270Z | Downloaded time v0.3.27 |
1030 | 2023-11-21T20:33:42.271Z | Downloaded unicode-segmentation v1.10.1 |
1031 | 2023-11-21T20:33:42.271Z | Downloaded der v0.7.8 |
1032 | 2023-11-21T20:33:42.271Z | Downloaded zip v0.6.6 |
1033 | 2023-11-21T20:33:42.271Z | Downloaded rayon v1.8.0 |
1034 | 2023-11-21T20:33:42.271Z | Downloaded h2 v0.3.21 |
1035 | 2023-11-21T20:33:42.271Z | Downloaded toml_edit v0.21.0 |
1036 | 2023-11-21T20:33:42.271Z | Downloaded smoltcp v0.9.1 |
1037 | 2023-11-21T20:33:42.271Z | Downloaded itertools v0.10.5 |
1038 | 2023-11-21T20:33:42.271Z | Downloaded regex-automata v0.1.10 |
1039 | 2023-11-21T20:33:42.271Z | Downloaded aho-corasick v1.0.4 |
1040 | 2023-11-21T20:33:42.271Z | Downloaded typed-path v0.6.0 |
1041 | 2023-11-21T20:33:42.271Z | Downloaded hyper v0.14.27 |
1042 | 2023-11-21T20:33:42.271Z | Downloaded x509-cert v0.2.4 |
1043 | 2023-11-21T20:33:42.271Z | Downloaded phf v0.11.2 |
1044 | 2023-11-21T20:33:42.271Z | Downloaded subprocess v0.2.9 |
1045 | 2023-11-21T20:33:42.271Z | Downloaded ron v0.8.1 |
1046 | 2023-11-21T20:33:42.272Z | Downloaded tokio-postgres v0.7.10 |
1047 | 2023-11-21T20:33:42.272Z | Downloaded sha2 v0.10.8 |
1048 | 2023-11-21T20:33:42.272Z | Downloaded usdt v0.3.5 |
1049 | 2023-11-21T20:33:42.272Z | Downloaded ena v0.14.2 |
1050 | 2023-11-21T20:33:42.272Z | Downloaded libm v0.2.7 |
1051 | 2023-11-21T20:33:42.272Z | Downloaded tracing-core v0.1.31 |
1052 | 2023-11-21T20:33:42.272Z | Downloaded socket2 v0.4.9 |
1053 | 2023-11-21T20:33:42.272Z | Downloaded futures-channel v0.3.29 |
1054 | 2023-11-21T20:33:42.272Z | Downloaded http v0.2.11 |
1055 | 2023-11-21T20:33:42.272Z | Downloaded snafu-derive v0.7.5 |
1056 | 2023-11-21T20:33:42.272Z | Downloaded structopt v0.3.26 |
1057 | 2023-11-21T20:33:42.272Z | Downloaded itertools v0.12.0 |
1058 | 2023-11-21T20:33:42.272Z | Downloaded trust-dns-server v0.22.1 |
1059 | 2023-11-21T20:33:42.272Z | Downloaded signature v2.1.0 |
1060 | 2023-11-21T20:33:42.272Z | Downloaded postgres-protocol v0.6.6 |
1061 | 2023-11-21T20:33:42.272Z | Downloaded pin-project v1.1.3 |
1062 | 2023-11-21T20:33:42.272Z | Downloaded unarray v0.1.4 |
1063 | 2023-11-21T20:33:42.273Z | Downloaded strum_macros v0.25.2 |
1064 | 2023-11-21T20:33:42.273Z | Downloaded getopts v0.2.21 |
1065 | 2023-11-21T20:33:42.273Z | Downloaded thiserror v1.0.49 |
1066 | 2023-11-21T20:33:42.273Z | Downloaded pkcs1 v0.7.5 |
1067 | 2023-11-21T20:33:42.273Z | Downloaded rsa v0.9.2 |
1068 | 2023-11-21T20:33:42.273Z | Downloaded bindgen v0.65.1 |
1069 | 2023-11-21T20:33:42.273Z | Downloaded hashbrown v0.12.3 |
1070 | 2023-11-21T20:33:42.273Z | Downloaded proc-macro-error v1.0.4 |
1071 | 2023-11-21T20:33:42.273Z | Downloaded signal-hook-mio v0.2.3 |
1072 | 2023-11-21T20:33:42.273Z | Downloaded serde_urlencoded v0.7.1 |
1073 | 2023-11-21T20:33:42.273Z | Downloaded elliptic-curve v0.13.5 |
1074 | 2023-11-21T20:33:42.273Z | Downloaded rustfmt-wrapper v0.2.0 |
1075 | 2023-11-21T20:33:42.273Z | Downloaded semver v1.0.20 |
1076 | 2023-11-21T20:33:42.273Z | Downloaded textwrap v0.16.0 |
1077 | 2023-11-21T20:33:42.305Z | Downloaded pest v2.7.2 |
1078 | 2023-11-21T20:33:42.305Z | Downloaded steno v0.4.0 |
1079 | 2023-11-21T20:33:42.306Z | Downloaded ryu v1.0.15 |
1080 | 2023-11-21T20:33:42.306Z | Downloaded signal-hook v0.3.17 |
1081 | 2023-11-21T20:33:42.306Z | Downloaded crossterm v0.27.0 |
1082 | 2023-11-21T20:33:42.306Z | Downloaded static_assertions v1.1.0 |
1083 | 2023-11-21T20:33:42.306Z | Downloaded darling v0.20.3 |
1084 | 2023-11-21T20:33:42.306Z | Downloaded stable_deref_trait v1.2.0 |
1085 | 2023-11-21T20:33:42.306Z | Downloaded pem-rfc7468 v0.7.0 |
1086 | 2023-11-21T20:33:42.306Z | Downloaded errno v0.3.2 |
1087 | 2023-11-21T20:33:42.306Z | Downloaded fastrand v2.0.0 |
1088 | 2023-11-21T20:33:42.306Z | Downloaded signal-hook-tokio v0.3.1 |
1089 | 2023-11-21T20:33:42.306Z | Downloaded tracing-attributes v0.1.26 |
1090 | 2023-11-21T20:33:42.306Z | Downloaded pkcs8 v0.10.2 |
1091 | 2023-11-21T20:33:42.306Z | Downloaded darling_core v0.20.3 |
1092 | 2023-11-21T20:33:42.400Z | Downloaded unsafe-libyaml v0.2.9 |
1093 | 2023-11-21T20:33:42.400Z | Downloaded postgres-types v0.2.6 |
1094 | 2023-11-21T20:33:42.400Z | Downloaded tokio-util v0.7.10 |
1095 | 2023-11-21T20:33:42.400Z | Downloaded tokio-native-tls v0.3.1 |
1096 | 2023-11-21T20:33:42.400Z | Downloaded parking_lot v0.11.2 |
1097 | 2023-11-21T20:33:42.400Z | Downloaded either v1.9.0 |
1098 | 2023-11-21T20:33:42.400Z | Downloaded postcard-cobs v0.1.5-pre |
1099 | 2023-11-21T20:33:42.400Z | Downloaded highway v1.1.0 |
1100 | 2023-11-21T20:33:42.400Z | Downloaded subtle v2.5.0 |
1101 | 2023-11-21T20:33:42.400Z | Downloaded strum_macros v0.24.3 |
1102 | 2023-11-21T20:33:42.400Z | Downloaded slog-async v2.8.0 |
1103 | 2023-11-21T20:33:42.400Z | Downloaded usdt-impl v0.3.5 |
1104 | 2023-11-21T20:33:42.400Z | Downloaded der_derive v0.7.2 |
1105 | 2023-11-21T20:33:42.401Z | Downloaded parking_lot_core v0.9.8 |
1106 | 2023-11-21T20:33:42.401Z | Downloaded pin-project-lite v0.2.13 |
1107 | 2023-11-21T20:33:42.401Z | Downloaded quote v1.0.33 |
1108 | 2023-11-21T20:33:42.418Z | Downloaded libxml v0.3.3 |
1109 | 2023-11-21T20:33:42.418Z | Downloaded similar v2.2.1 |
1110 | 2023-11-21T20:33:42.418Z | Downloaded salty v0.2.0 |
1111 | 2023-11-21T20:33:42.418Z | Downloaded minimal-lexical v0.2.1 |
1112 | 2023-11-21T20:33:42.418Z | Downloaded futures-core v0.3.29 |
1113 | 2023-11-21T20:33:42.418Z | Downloaded thread_local v1.1.7 |
1114 | 2023-11-21T20:33:42.418Z | Downloaded unicode-xid v0.2.4 |
1115 | 2023-11-21T20:33:42.418Z | Downloaded serde-hex v0.1.0 |
1116 | 2023-11-21T20:33:42.418Z | Downloaded data-encoding v2.4.0 |
1117 | 2023-11-21T20:33:42.418Z | Downloaded derive_builder v0.12.0 |
1118 | 2023-11-21T20:33:42.418Z | Downloaded serde_tokenstream v0.1.7 |
1119 | 2023-11-21T20:33:42.418Z | Downloaded ucd-trie v0.1.6 |
1120 | 2023-11-21T20:33:42.418Z | Downloaded unicode-bidi v0.3.13 |
1121 | 2023-11-21T20:33:42.425Z | Downloaded slog v2.7.0 |
1122 | 2023-11-21T20:33:42.425Z | Downloaded crossbeam-channel v0.5.8 |
1123 | 2023-11-21T20:33:42.425Z | Downloaded parking_lot v0.12.1 |
1124 | 2023-11-21T20:33:42.425Z | Downloaded base64 v0.21.5 |
1125 | 2023-11-21T20:33:42.431Z | Downloaded tiny-keccak v2.0.2 |
1126 | 2023-11-21T20:33:42.435Z | Downloaded hex v0.4.3 |
1127 | 2023-11-21T20:33:42.436Z | Downloaded uuid v1.6.1 |
1128 | 2023-11-21T20:33:42.446Z | Downloaded openssl-sys v0.9.93 |
1129 | 2023-11-21T20:33:42.453Z | Downloaded backtrace v0.3.69 |
1130 | 2023-11-21T20:33:42.461Z | Downloaded tabled_derive v0.6.0 |
1131 | 2023-11-21T20:33:42.470Z | Downloaded dirs-sys-next v0.1.2 |
1132 | 2023-11-21T20:33:42.470Z | Downloaded terminal_size v0.2.6 |
1133 | 2023-11-21T20:33:42.470Z | Downloaded spki v0.7.2 |
1134 | 2023-11-21T20:33:42.474Z | Downloaded thiserror-impl-no-std v2.0.2 |
1135 | 2023-11-21T20:33:42.475Z | Downloaded platforms v3.0.2 |
1136 | 2023-11-21T20:33:42.475Z | Downloaded proc-macro2 v1.0.69 |
1137 | 2023-11-21T20:33:42.482Z | Downloaded trust-dns-resolver v0.22.0 |
1138 | 2023-11-21T20:33:42.487Z | Downloaded mio v0.8.9 |
1139 | 2023-11-21T20:33:42.494Z | Downloaded memchr v2.6.3 |
1140 | 2023-11-21T20:33:42.505Z | Downloaded thread-id v4.2.0 |
1141 | 2023-11-21T20:33:42.515Z | Downloaded strip-ansi-escapes v0.2.0 |
1142 | 2023-11-21T20:33:42.515Z | Downloaded heck v0.3.3 |
1143 | 2023-11-21T20:33:42.516Z | Downloaded poly1305 v0.8.0 |
1144 | 2023-11-21T20:33:42.526Z | Downloaded whoami v1.4.1 |
1145 | 2023-11-21T20:33:42.529Z | Downloaded typenum v1.16.0 |
1146 | 2023-11-21T20:33:42.529Z | Downloaded prettyplease v0.2.12 |
1147 | 2023-11-21T20:33:42.539Z | Downloaded tokio-tungstenite v0.20.1 |
1148 | 2023-11-21T20:33:42.539Z | Downloaded tungstenite v0.18.0 |
1149 | 2023-11-21T20:33:42.539Z | Downloaded darling_macro v0.14.4 |
1150 | 2023-11-21T20:33:42.539Z | Downloaded zone_cfg_derive v0.3.0 |
1151 | 2023-11-21T20:33:42.539Z | Downloaded time-core v0.1.1 |
1152 | 2023-11-21T20:33:42.568Z | Downloaded xattr v1.0.1 |
1153 | 2023-11-21T20:33:42.568Z | Downloaded structmeta v0.2.0 |
1154 | 2023-11-21T20:33:42.568Z | Downloaded snafu v0.7.5 |
1155 | 2023-11-21T20:33:42.568Z | Downloaded serde_spanned v0.6.4 |
1156 | 2023-11-21T20:33:42.568Z | Downloaded unicase v2.7.0 |
1157 | 2023-11-21T20:33:42.569Z | Downloaded strsim v0.10.0 |
1158 | 2023-11-21T20:33:42.569Z | Downloaded serde_with_macros v2.3.3 |
1159 | 2023-11-21T20:33:42.605Z | Downloaded dyn-clone v1.0.13 |
1160 | 2023-11-21T20:33:42.605Z | Downloaded debug-ignore v1.0.5 |
1161 | 2023-11-21T20:33:42.605Z | Downloaded structmeta-derive v0.2.0 |
1162 | 2023-11-21T20:33:42.605Z | Downloaded fragile v2.0.0 |
1163 | 2023-11-21T20:33:42.605Z | Downloaded paste v1.0.14 |
1164 | 2023-11-21T20:33:42.605Z | Downloaded parking_lot_core v0.8.6 |
1165 | 2023-11-21T20:33:42.605Z | Downloaded indexmap v2.1.0 |
1166 | 2023-11-21T20:33:42.605Z | Downloaded fnv v1.0.7 |
1167 | 2023-11-21T20:33:42.605Z | Downloaded toml v0.7.8 |
1168 | 2023-11-21T20:33:42.636Z | Downloaded indicatif v0.17.7 |
1169 | 2023-11-21T20:33:42.636Z | Downloaded cpufeatures v0.2.9 |
1170 | 2023-11-21T20:33:42.636Z | Downloaded bitflags v2.4.0 |
1171 | 2023-11-21T20:33:42.636Z | Downloaded scopeguard v1.2.0 |
1172 | 2023-11-21T20:33:42.636Z | Downloaded group v0.13.0 |
1173 | 2023-11-21T20:33:42.636Z | Downloaded vec_map v0.8.2 |
1174 | 2023-11-21T20:33:42.636Z | Downloaded time-macros v0.2.13 |
1175 | 2023-11-21T20:33:42.636Z | Downloaded diff v0.1.13 |
1176 | 2023-11-21T20:33:42.636Z | Downloaded miniz_oxide v0.7.1 |
1177 | 2023-11-21T20:33:42.636Z | Downloaded unicode-linebreak v0.1.5 |
1178 | 2023-11-21T20:33:42.636Z | Downloaded funty v2.0.0 |
1179 | 2023-11-21T20:33:42.636Z | Downloaded proc-macro-crate v1.3.1 |
1180 | 2023-11-21T20:33:42.636Z | Downloaded password-hash v0.5.0 |
1181 | 2023-11-21T20:33:43.059Z | Downloaded fixedbitset v0.4.2 |
1182 | 2023-11-21T20:33:43.059Z | Downloaded wait-timeout v0.2.0 |
1183 | 2023-11-21T20:33:43.059Z | Downloaded packed_struct_codegen v0.10.1 |
1184 | 2023-11-21T20:33:43.059Z | Downloaded indexmap v1.9.3 |
1185 | 2023-11-21T20:33:43.059Z | Downloaded camino v1.1.6 |
1186 | 2023-11-21T20:33:43.059Z | Downloaded derive_builder_core v0.12.0 |
1187 | 2023-11-21T20:33:43.090Z | Downloaded rusty-fork v0.3.0 |
1188 | 2023-11-21T20:33:43.090Z | Downloaded parse-display v0.8.2 |
1189 | 2023-11-21T20:33:43.090Z | Downloaded libloading v0.7.4 |
1190 | 2023-11-21T20:33:43.090Z | Downloaded crossbeam-utils v0.8.16 |
1191 | 2023-11-21T20:33:43.090Z | Downloaded crc-any v2.4.3 |
1192 | 2023-11-21T20:33:43.090Z | Downloaded clap v4.4.3 |
1193 | 2023-11-21T20:33:43.091Z | Downloaded base64ct v1.6.0 |
1194 | 2023-11-21T20:33:43.091Z | Downloaded untrusted v0.9.0 |
1195 | 2023-11-21T20:33:43.091Z | Downloaded quick-error v1.2.3 |
1196 | 2023-11-21T20:33:43.091Z | Downloaded pem v1.1.1 |
1197 | 2023-11-21T20:33:43.091Z | Downloaded semver v0.1.20 |
1198 | 2023-11-21T20:33:43.091Z | Downloaded crossbeam-epoch v0.9.15 |
1199 | 2023-11-21T20:33:43.091Z | Downloaded crossbeam v0.8.2 |
1200 | 2023-11-21T20:33:43.092Z | Downloaded bit-set v0.5.3 |
1201 | 2023-11-21T20:33:43.092Z | Downloaded slog-json v2.6.1 |
1202 | 2023-11-21T20:33:43.092Z | Downloaded console v0.15.7 |
1203 | 2023-11-21T20:33:43.092Z | Downloaded clap_derive v4.4.2 |
1204 | 2023-11-21T20:33:43.092Z | Downloaded backoff v0.4.0 |
1205 | 2023-11-21T20:33:43.092Z | Downloaded serde_derive_internals v0.26.0 |
1206 | 2023-11-21T20:33:43.092Z | Downloaded cookie v0.18.0 |
1207 | 2023-11-21T20:33:43.092Z | Downloaded anyhow v1.0.75 |
1208 | 2023-11-21T20:33:43.092Z | Downloaded hash32 v0.2.1 |
1209 | 2023-11-21T20:33:43.092Z | Downloaded semver v0.11.0 |
1210 | 2023-11-21T20:33:43.092Z | Downloaded is-terminal v0.4.9 |
1211 | 2023-11-21T20:33:43.092Z | Downloaded pem v3.0.2 |
1212 | 2023-11-21T20:33:43.092Z | Downloaded predicates-core v1.0.6 |
1213 | 2023-11-21T20:33:43.092Z | Downloaded foreign-types-shared v0.1.1 |
1214 | 2023-11-21T20:33:43.092Z | Downloaded which v4.4.0 |
1215 | 2023-11-21T20:33:43.092Z | Downloaded supports-color v2.1.0 |
1216 | 2023-11-21T20:33:43.092Z | Downloaded string_cache v0.8.7 |
1217 | 2023-11-21T20:33:43.092Z | Downloaded linear-map v1.2.0 |
1218 | 2023-11-21T20:33:43.093Z | Downloaded kstat-rs v0.2.3 |
1219 | 2023-11-21T20:33:43.093Z | Downloaded async-trait v0.1.74 |
1220 | 2023-11-21T20:33:43.093Z | Downloaded take_mut v0.2.2 |
1221 | 2023-11-21T20:33:43.093Z | Downloaded pretty-hex v0.2.1 |
1222 | 2023-11-21T20:33:43.093Z | Downloaded strum v0.25.0 |
1223 | 2023-11-21T20:33:43.093Z | Downloaded anstyle-parse v0.2.1 |
1224 | 2023-11-21T20:33:43.093Z | Downloaded cancel-safe-futures v0.1.5 |
1225 | 2023-11-21T20:33:43.093Z | Downloaded arc-swap v1.6.0 |
1226 | 2023-11-21T20:33:43.094Z | Downloaded hyper-rustls v0.24.2 |
1227 | 2023-11-21T20:33:43.094Z | Downloaded signature v1.6.4 |
1228 | 2023-11-21T20:33:43.094Z | Downloaded packed_struct v0.10.1 |
1229 | 2023-11-21T20:33:43.094Z | Downloaded mime v0.3.17 |
1230 | 2023-11-21T20:33:43.094Z | Downloaded nibble_vec v0.1.0 |
1231 | 2023-11-21T20:33:43.094Z | Downloaded cfg-if v0.1.10 |
1232 | 2023-11-21T20:33:43.095Z | Downloaded byteorder v1.5.0 |
1233 | 2023-11-21T20:33:43.095Z | Downloaded blake2 v0.10.6 |
1234 | 2023-11-21T20:33:43.095Z | Downloaded swrite v0.1.0 |
1235 | 2023-11-21T20:33:43.095Z | Downloaded cargo_metadata v0.18.0 |
1236 | 2023-11-21T20:33:43.095Z | Downloaded ipnet v2.8.0 |
1237 | 2023-11-21T20:33:43.095Z | Downloaded want v0.3.1 |
1238 | 2023-11-21T20:33:43.095Z | Downloaded path-slash v0.1.5 |
1239 | 2023-11-21T20:33:43.095Z | Downloaded home v0.5.5 |
1240 | 2023-11-21T20:33:43.095Z | Downloaded derive_builder_macro v0.12.0 |
1241 | 2023-11-21T20:33:43.095Z | Downloaded rustversion v1.0.14 |
1242 | 2023-11-21T20:33:43.095Z | Downloaded clang-sys v1.6.1 |
1243 | 2023-11-21T20:33:43.095Z | Downloaded rustls-pemfile v1.0.3 |
1244 | 2023-11-21T20:33:43.095Z | Downloaded rustls-native-certs v0.6.3 |
1245 | 2023-11-21T20:33:43.095Z | Downloaded libsw v3.3.0 |
1246 | 2023-11-21T20:33:43.095Z | Downloaded indoc v1.0.9 |
1247 | 2023-11-21T20:33:43.095Z | Downloaded corncobs v0.1.3 |
1248 | 2023-11-21T20:33:43.095Z | Downloaded proc-macro-error-attr v1.0.4 |
1249 | 2023-11-21T20:33:43.095Z | Downloaded float-cmp v0.9.0 |
1250 | 2023-11-21T20:33:43.095Z | Downloaded oso v0.27.0 |
1251 | 2023-11-21T20:33:43.095Z | Downloaded olpc-cjson v0.1.3 |
1252 | 2023-11-21T20:33:43.095Z | Downloaded multer v2.1.0 |
1253 | 2023-11-21T20:33:43.095Z | Downloaded managed v0.8.0 |
1254 | 2023-11-21T20:33:43.096Z | Downloaded itoa v1.0.9 |
1255 | 2023-11-21T20:33:43.096Z | Downloaded camino-tempfile v1.0.2 |
1256 | 2023-11-21T20:33:43.096Z | Downloaded bit-vec v0.6.3 |
1257 | 2023-11-21T20:33:43.096Z | Downloaded version_check v0.9.4 |
1258 | 2023-11-21T20:33:43.096Z | Downloaded toml v0.5.11 |
1259 | 2023-11-21T20:33:43.096Z | Downloaded crc v3.0.1 |
1260 | 2023-11-21T20:33:43.096Z | Downloaded cipher v0.4.4 |
1261 | 2023-11-21T20:33:43.096Z | Downloaded bb8 v0.8.1 |
1262 | 2023-11-21T20:33:43.096Z | Downloaded bytecount v0.6.3 |
1263 | 2023-11-21T20:33:43.096Z | Downloaded array-init v0.0.4 |
1264 | 2023-11-21T20:33:43.096Z | Downloaded walkdir v2.4.0 |
1265 | 2023-11-21T20:33:43.097Z | Downloaded num-iter v0.1.43 |
1266 | 2023-11-21T20:33:43.097Z | Downloaded crc-catalog v2.2.0 |
1267 | 2023-11-21T20:33:43.097Z | Downloaded convert_case v0.4.0 |
1268 | 2023-11-21T20:33:43.097Z | Downloaded cargo_toml v0.17.0 |
1269 | 2023-11-21T20:33:43.097Z | Downloaded num_enum_derive v0.5.11 |
1270 | 2023-11-21T20:33:43.097Z | Downloaded native-tls v0.2.11 |
1271 | 2023-11-21T20:33:43.097Z | Downloaded serde-big-array v0.5.1 |
1272 | 2023-11-21T20:33:43.097Z | Downloaded async-stream-impl v0.3.5 |
1273 | 2023-11-21T20:33:43.097Z | Downloaded md-5 v0.10.5 |
1274 | 2023-11-21T20:33:43.097Z | Downloaded lazycell v1.3.0 |
1275 | 2023-11-21T20:33:43.097Z | Downloaded tokio-stream v0.1.14 |
1276 | 2023-11-21T20:33:43.097Z | Downloaded mockall v0.11.4 |
1277 | 2023-11-21T20:33:43.097Z | Downloaded ciborium-ll v0.2.1 |
1278 | 2023-11-21T20:33:43.097Z | Downloaded cargo-platform v0.1.3 |
1279 | 2023-11-21T20:33:43.097Z | Downloaded foreign-types v0.5.0 |
1280 | 2023-11-21T20:33:43.097Z | Downloaded oso-derive v0.27.0 |
1281 | 2023-11-21T20:33:43.097Z | Downloaded once_cell v1.18.0 |
1282 | 2023-11-21T20:33:43.098Z | Downloaded num-rational v0.4.1 |
1283 | 2023-11-21T20:33:43.098Z | Downloaded cfg-if v1.0.0 |
1284 | 2023-11-21T20:33:43.098Z | Downloaded lalrpop-util v0.19.12 |
1285 | 2023-11-21T20:33:43.098Z | Downloaded foreign-types v0.3.2 |
1286 | 2023-11-21T20:33:43.098Z | Downloaded owo-colors v3.5.0 |
1287 | 2023-11-21T20:33:43.117Z | Downloaded num v0.4.1 |
1288 | 2023-11-21T20:33:43.117Z | Downloaded chacha20poly1305 v0.10.1 |
1289 | 2023-11-21T20:33:43.117Z | Downloaded bytesize v1.3.0 |
1290 | 2023-11-21T20:33:43.117Z | Downloaded atomicwrites v0.4.2 |
1291 | 2023-11-21T20:33:43.117Z | Downloaded ciborium-io v0.2.1 |
1292 | 2023-11-21T20:33:43.117Z | Downloaded nanorand v0.7.0 |
1293 | 2023-11-21T20:33:43.117Z | Downloaded vte_generate_state_changes v0.1.1 |
1294 | 2023-11-21T20:33:43.117Z | Downloaded toml v0.8.8 |
1295 | 2023-11-21T20:33:43.117Z | Downloaded maybe-uninit v2.0.0 |
1296 | 2023-11-21T20:33:43.117Z | Downloaded keccak v0.1.4 |
1297 | 2023-11-21T20:33:43.117Z | Downloaded crunchy v0.2.2 |
1298 | 2023-11-21T20:33:43.117Z | Downloaded nodrop v0.1.14 |
1299 | 2023-11-21T20:33:43.117Z | Downloaded matches v0.1.10 |
1300 | 2023-11-21T20:33:43.117Z | Downloaded chacha20 v0.9.1 |
1301 | 2023-11-21T20:33:43.117Z | Downloaded base16ct v0.2.0 |
1302 | 2023-11-21T20:33:43.117Z | Downloaded curve25519-dalek-derive v0.1.0 |
1303 | 2023-11-21T20:33:43.117Z | Downloaded serde_yaml v0.9.25 |
1304 | 2023-11-21T20:33:43.117Z | Downloaded openssl-probe v0.1.5 |
1305 | 2023-11-21T20:33:43.118Z | Downloaded num_threads v0.1.6 |
1306 | 2023-11-21T20:33:43.118Z | Downloaded ident_case v1.0.1 |
1307 | 2023-11-21T20:33:43.118Z | Downloaded crucible-workspace-hack v0.1.0 |
1308 | 2023-11-21T20:33:43.118Z | Downloaded bytes v1.5.0 |
1309 | 2023-11-21T20:33:43.118Z | Downloaded atty v0.2.14 |
1310 | 2023-11-21T20:33:43.118Z | Downloaded assert_matches v1.5.0 |
1311 | 2023-11-21T20:33:43.118Z | Downloaded anstyle v1.0.2 |
1312 | 2023-11-21T20:33:43.118Z | Downloaded cstr-argument v0.1.2 |
1313 | 2023-11-21T20:33:43.118Z | Downloaded crossbeam-deque v0.8.3 |
1314 | 2023-11-21T20:33:43.118Z | Downloaded ciborium v0.2.1 |
1315 | 2023-11-21T20:33:43.118Z | Downloaded schemars_derive v0.8.13 |
1316 | 2023-11-21T20:33:43.118Z | Downloaded bitfield v0.14.0 |
1317 | 2023-11-21T20:33:43.118Z | Downloaded number_prefix v0.4.0 |
1318 | 2023-11-21T20:33:43.118Z | Downloaded num_cpus v1.16.0 |
1319 | 2023-11-21T20:33:43.118Z | Downloaded num-derive v0.4.0 |
1320 | 2023-11-21T20:33:43.118Z | Downloaded mime_guess v2.0.4 |
1321 | 2023-11-21T20:33:43.118Z | Downloaded memoffset v0.9.0 |
1322 | 2023-11-21T20:33:43.118Z | Downloaded lock_api v0.4.10 |
1323 | 2023-11-21T20:33:43.118Z | Downloaded instant v0.1.12 |
1324 | 2023-11-21T20:33:43.118Z | Downloaded bcs v0.1.6 |
1325 | 2023-11-21T20:33:43.118Z | Downloaded async-recursion v1.0.5 |
1326 | 2023-11-21T20:33:43.118Z | Downloaded maplit v1.0.2 |
1327 | 2023-11-21T20:33:43.118Z | Downloaded linked-hash-map v0.5.6 |
1328 | 2023-11-21T20:33:43.118Z | Downloaded iana-time-zone v0.1.57 |
1329 | 2023-11-21T20:33:43.118Z | Downloaded crypto-common v0.1.6 |
1330 | 2023-11-21T20:33:43.118Z | Downloaded base64 v0.13.1 |
1331 | 2023-11-21T20:33:43.118Z | Downloaded ascii-canvas v3.0.0 |
1332 | 2023-11-21T20:33:43.118Z | Downloaded block-buffer v0.10.4 |
1333 | 2023-11-21T20:33:43.118Z | Downloaded serde_plain v1.0.2 |
1334 | 2023-11-21T20:33:43.118Z | Downloaded semver-parser v0.10.2 |
1335 | 2023-11-21T20:33:43.118Z | Downloaded mockall_derive v0.11.4 |
1336 | 2023-11-21T20:33:43.118Z | Downloaded match_cfg v0.1.0 |
1337 | 2023-11-21T20:33:43.118Z | Downloaded is_ci v1.1.1 |
1338 | 2023-11-21T20:33:43.120Z | Downloaded ansi_term v0.12.1 |
1339 | 2023-11-21T20:33:43.120Z | Downloaded libefi-sys v0.1.0 |
1340 | 2023-11-21T20:33:43.120Z | Downloaded inout v0.1.3 |
1341 | 2023-11-21T20:33:43.120Z | Downloaded colorchoice v1.0.0 |
1342 | 2023-11-21T20:33:43.120Z | Downloaded clap_builder v4.4.2 |
1343 | 2023-11-21T20:33:43.120Z | Downloaded argon2 v0.5.2 |
1344 | 2023-11-21T20:33:43.120Z | Downloaded hyper-tls v0.5.0 |
1345 | 2023-11-21T20:33:43.120Z | Downloaded atomic-waker v1.1.1 |
1346 | 2023-11-21T20:33:43.120Z | Downloaded anstream v0.5.0 |
1347 | 2023-11-21T20:33:43.424Z | Compiling proc-macro2 v1.0.69 |
1348 | 2023-11-21T20:33:43.433Z | Compiling unicode-ident v1.0.12 |
1349 | 2023-11-21T20:33:43.433Z | Compiling libc v0.2.150 |
1350 | 2023-11-21T20:33:43.433Z | Compiling serde v1.0.192 |
1351 | 2023-11-21T20:33:43.433Z | Compiling autocfg v1.1.0 |
1352 | 2023-11-21T20:33:43.433Z | Compiling cfg-if v1.0.0 |
1353 | 2023-11-21T20:33:43.433Z | Compiling version_check v0.9.4 |
1354 | 2023-11-21T20:33:43.433Z | Compiling syn v1.0.109 |
1355 | 2023-11-21T20:33:43.746Z | Compiling once_cell v1.18.0 |
1356 | 2023-11-21T20:33:43.779Z | Compiling parking_lot_core v0.9.8 |
1357 | 2023-11-21T20:33:44.230Z | Compiling libm v0.2.7 |
1358 | 2023-11-21T20:33:44.321Z | Compiling futures-core v0.3.29 |
1359 | 2023-11-21T20:33:44.419Z | Compiling lock_api v0.4.10 |
1360 | 2023-11-21T20:33:45.512Z | Compiling num-traits v0.2.16 |
1361 | 2023-11-21T20:33:45.531Z | Compiling thiserror v1.0.49 |
1362 | 2023-11-21T20:33:45.671Z | Compiling scopeguard v1.2.0 |
1363 | 2023-11-21T20:33:45.689Z | Compiling typenum v1.16.0 |
1364 | 2023-11-21T20:33:45.711Z | Compiling memchr v2.6.3 |
1365 | 2023-11-21T20:33:45.947Z | Compiling generic-array v0.14.7 |
1366 | 2023-11-21T20:33:46.151Z | Compiling itoa v1.0.9 |
1367 | 2023-11-21T20:33:46.582Z | Compiling pkg-config v0.3.27 |
1368 | 2023-11-21T20:33:49.729Z | Compiling quote v1.0.33 |
1369 | 2023-11-21T20:33:49.729Z | Compiling slab v0.4.9 |
1370 | 2023-11-21T20:33:49.729Z | Compiling syn v2.0.32 |
1371 | 2023-11-21T20:33:49.729Z | Compiling cc v1.0.83 |
1372 | 2023-11-21T20:33:49.729Z | Compiling getrandom v0.2.10 |
1373 | 2023-11-21T20:33:49.729Z | Compiling futures-channel v0.3.29 |
1374 | 2023-11-21T20:33:49.729Z | Compiling futures-task v0.3.29 |
1375 | 2023-11-21T20:33:49.729Z | Compiling log v0.4.20 |
1376 | 2023-11-21T20:33:49.981Z | Compiling futures-util v0.3.29 |
1377 | 2023-11-21T20:33:50.143Z | Compiling heck v0.4.1 |
1378 | 2023-11-21T20:33:50.227Z | Compiling ryu v1.0.15 |
1379 | 2023-11-21T20:33:50.418Z | Compiling serde_json v1.0.108 |
1380 | 2023-11-21T20:33:50.648Z | Compiling pin-project-lite v0.2.13 |
1381 | 2023-11-21T20:33:50.743Z | Compiling smallvec v1.11.0 |
1382 | 2023-11-21T20:33:50.811Z | Compiling vcpkg v0.2.15 |
1383 | 2023-11-21T20:33:50.874Z | Compiling schemars v0.8.13 |
1384 | 2023-11-21T20:33:52.367Z | Compiling parking_lot v0.12.1 |
1385 | 2023-11-21T20:33:52.444Z | Compiling ring v0.17.5 |
1386 | 2023-11-21T20:33:53.693Z | Compiling openssl-sys v0.9.93 |
1387 | 2023-11-21T20:33:54.067Z | Compiling signal-hook-registry v1.4.1 |
1388 | 2023-11-21T20:33:58.945Z | Compiling ring v0.16.20 |
1389 | 2023-11-21T20:33:59.096Z | Compiling mio v0.8.9 |
1390 | 2023-11-21T20:33:59.096Z | Compiling indexmap v1.9.3 |
1391 | 2023-11-21T20:33:59.096Z | Compiling byteorder v1.5.0 |
1392 | 2023-11-21T20:33:59.096Z | Compiling equivalent v1.0.1 |
1393 | 2023-11-21T20:33:59.285Z | Compiling hashbrown v0.14.2 |
1394 | 2023-11-21T20:33:59.286Z | Compiling ahash v0.8.3 |
1395 | 2023-11-21T20:33:59.286Z | Compiling httparse v1.8.0 |
1396 | 2023-11-21T20:33:59.286Z | Compiling socket2 v0.5.5 |
1397 | 2023-11-21T20:33:59.286Z | Compiling num_cpus v1.16.0 |
1398 | 2023-11-21T20:33:59.286Z | Compiling spin v0.5.2 |
1399 | 2023-11-21T20:33:59.286Z | Compiling rand_core v0.6.4 |
1400 | 2023-11-21T20:33:59.354Z | Compiling fnv v1.0.7 |
1401 | 2023-11-21T20:33:59.398Z | Compiling openssl v0.10.57 |
1402 | 2023-11-21T20:33:59.410Z | Compiling semver v1.0.20 |
1403 | 2023-11-21T20:34:00.028Z | Compiling serde_derive_internals v0.26.0 |
1404 | 2023-11-21T20:34:00.042Z | Compiling iana-time-zone v0.1.57 |
1405 | 2023-11-21T20:34:00.211Z | Compiling rustls v0.21.9 |
1406 | 2023-11-21T20:34:00.608Z | Compiling ucd-trie v0.1.6 |
1407 | 2023-11-21T20:34:02.435Z | Compiling crossbeam-utils v0.8.16 |
1408 | 2023-11-21T20:34:02.482Z | Compiling unicode-xid v0.2.4 |
1409 | 2023-11-21T20:34:02.482Z | Compiling native-tls v0.2.11 |
1410 | 2023-11-21T20:34:02.482Z | Compiling synstructure v0.12.6 |
1411 | 2023-11-21T20:34:02.482Z | Compiling io-lifetimes v1.0.11 |
1412 | 2023-11-21T20:34:02.482Z | Compiling futures-sink v0.3.29 |
1413 | 2023-11-21T20:34:02.857Z | Compiling backtrace v0.3.69 |
1414 | 2023-11-21T20:34:03.536Z | Compiling winnow v0.5.15 |
1415 | 2023-11-21T20:34:03.562Z | Compiling tinyvec_macros v0.1.1 |
1416 | 2023-11-21T20:34:03.581Z | Compiling dyn-clone v1.0.13 |
1417 | 2023-11-21T20:34:03.789Z | Compiling tinyvec v1.6.0 |
1418 | 2023-11-21T20:34:07.782Z | Compiling tracing-core v0.1.31 |
1419 | 2023-11-21T20:34:07.862Z | Compiling num-integer v0.1.45 |
1420 | 2023-11-21T20:34:07.862Z | Compiling memoffset v0.9.0 |
1421 | 2023-11-21T20:34:07.862Z | Compiling futures-io v0.3.29 |
1422 | 2023-11-21T20:34:07.862Z | Compiling pin-utils v0.1.0 |
1423 | 2023-11-21T20:34:07.862Z | Compiling rustix v0.37.23 |
1424 | 2023-11-21T20:34:07.862Z | Compiling rustix v0.38.9 |
1425 | 2023-11-21T20:34:07.862Z | Compiling unicode-normalization v0.1.22 |
1426 | 2023-11-21T20:34:07.862Z | Compiling hashbrown v0.13.2 |
1427 | 2023-11-21T20:34:07.862Z | Compiling spin v0.9.8 |
1428 | 2023-11-21T20:34:07.862Z | Compiling usdt-impl v0.3.5 |
1429 | 2023-11-21T20:34:07.862Z | Compiling anyhow v1.0.75 |
1430 | 2023-11-21T20:34:08.069Z | Compiling time-core v0.1.1 |
1431 | 2023-11-21T20:34:08.138Z | Compiling unicode-bidi v0.3.13 |
1432 | 2023-11-21T20:34:08.303Z | Compiling slog v2.7.0 |
1433 | 2023-11-21T20:34:08.466Z | Compiling bitflags v1.3.2 |
1434 | 2023-11-21T20:34:08.596Z | Compiling crc32fast v1.3.2 |
1435 | 2023-11-21T20:34:09.203Z | Compiling time-macros v0.2.13 |
1436 | 2023-11-21T20:34:09.435Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1437 | 2023-11-21T20:34:09.539Z | Compiling aho-corasick v1.0.4 |
1438 | 2023-11-21T20:34:09.609Z | Compiling serde_derive v1.0.192 |
1439 | 2023-11-21T20:34:10.034Z | Compiling thiserror-impl v1.0.49 |
1440 | 2023-11-21T20:34:10.066Z | Compiling tokio-macros v2.2.0 |
1441 | 2023-11-21T20:34:10.091Z | Compiling zeroize_derive v1.4.2 |
1442 | 2023-11-21T20:34:12.051Z | Compiling futures-macro v0.3.29 |
1443 | 2023-11-21T20:34:12.067Z | Compiling tracing-attributes v0.1.26 |
1444 | 2023-11-21T20:34:12.264Z | Compiling schemars_derive v0.8.13 |
1445 | 2023-11-21T20:34:12.300Z | Compiling zeroize v1.6.0 |
1446 | 2023-11-21T20:34:13.938Z | Compiling openssl-macros v0.1.1 |
1447 | 2023-11-21T20:34:14.760Z | Compiling pest v2.7.2 |
1448 | 2023-11-21T20:34:15.085Z | Compiling zerocopy-derive v0.2.0 |
1449 | 2023-11-21T20:34:15.154Z | Compiling crypto-common v0.1.6 |
1450 | 2023-11-21T20:34:17.059Z | Compiling block-buffer v0.10.4 |
1451 | 2023-11-21T20:34:17.283Z | Compiling tracing v0.1.37 |
1452 | 2023-11-21T20:34:17.653Z | Compiling crossbeam-epoch v0.9.15 |
1453 | 2023-11-21T20:34:17.680Z | Compiling signal-hook v0.3.17 |
1454 | 2023-11-21T20:34:18.125Z | Compiling ppv-lite86 v0.2.17 |
1455 | 2023-11-21T20:34:18.246Z | Compiling regex-syntax v0.8.2 |
1456 | 2023-11-21T20:34:18.277Z | Compiling async-trait v0.1.74 |
1457 | 2023-11-21T20:34:18.584Z | Compiling const-oid v0.9.5 |
1458 | 2023-11-21T20:34:18.913Z | Compiling pest_meta v2.7.2 |
1459 | 2023-11-21T20:34:19.296Z | Compiling subtle v2.5.0 |
1460 | 2023-11-21T20:34:19.640Z | Compiling rustversion v1.0.14 |
1461 | 2023-11-21T20:34:19.716Z | Compiling rand_chacha v0.3.1 |
1462 | 2023-11-21T20:34:20.571Z | Compiling zerocopy v0.3.0 |
1463 | 2023-11-21T20:34:21.275Z | Compiling pest_generator v2.7.2 |
1464 | 2023-11-21T20:34:21.735Z | Compiling digest v0.10.7 |
1465 | 2023-11-21T20:34:24.056Z | Compiling zerocopy-derive v0.6.4 |
1466 | 2023-11-21T20:34:24.267Z | Compiling regex-automata v0.4.3 |
1467 | 2023-11-21T20:34:25.479Z | Compiling pest_derive v2.7.2 |
1468 | 2023-11-21T20:34:26.610Z | Compiling strsim v0.10.0 |
1469 | 2023-11-21T20:34:27.012Z | Compiling base64 v0.21.5 |
1470 | 2023-11-21T20:34:27.587Z | Compiling dtrace-parser v0.1.14 |
1471 | 2023-11-21T20:34:28.085Z | Compiling dof v0.1.5 |
1472 | 2023-11-21T20:34:30.205Z | Compiling rand v0.8.5 |
1473 | 2023-11-21T20:34:30.980Z | Compiling regex v1.10.2 |
1474 | 2023-11-21T20:34:31.784Z | Compiling bytes v1.5.0 |
1475 | 2023-11-21T20:34:32.223Z | Compiling indexmap v2.1.0 |
1476 | 2023-11-21T20:34:32.940Z | Compiling uuid v1.6.1 |
1477 | 2023-11-21T20:34:33.248Z | Compiling chrono v0.4.31 |
1478 | 2023-11-21T20:34:33.614Z | Compiling tokio v1.34.0 |
1479 | 2023-11-21T20:34:36.578Z | Compiling bitflags v2.4.0 |
1480 | 2023-11-21T20:34:36.675Z | Compiling toml_datetime v0.6.5 |
1481 | 2023-11-21T20:34:37.309Z | Compiling serde_spanned v0.6.4 |
1482 | 2023-11-21T20:34:37.673Z | Compiling toml_edit v0.19.15 |
1483 | 2023-11-21T20:34:38.701Z | Compiling rustc_version v0.4.0 |
1484 | 2023-11-21T20:34:39.159Z | Compiling http v0.2.11 |
1485 | 2023-11-21T20:34:39.784Z | Compiling heapless v0.7.16 |
1486 | 2023-11-21T20:34:46.187Z | Compiling tokio-util v0.7.10 |
1487 | 2023-11-21T20:34:49.075Z | Compiling thread-id v4.2.0 |
1488 | 2023-11-21T20:34:49.181Z | Compiling errno v0.3.2 |
1489 | 2023-11-21T20:34:49.335Z | Compiling num-bigint v0.4.4 |
1490 | 2023-11-21T20:34:49.546Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1491 | 2023-11-21T20:34:50.285Z | Compiling openssl-probe v0.1.5 |
1492 | 2023-11-21T20:34:50.830Z | Compiling percent-encoding v2.3.0 |
1493 | 2023-11-21T20:34:51.571Z | Compiling hashbrown v0.12.3 |
1494 | 2023-11-21T20:34:52.358Z | Compiling untrusted v0.9.0 |
1495 | 2023-11-21T20:34:52.619Z | Compiling doc-comment v0.3.3 |
1496 | 2023-11-21T20:34:52.935Z | Compiling smoltcp v0.9.1 |
1497 | 2023-11-21T20:34:52.958Z | Compiling untrusted v0.7.1 |
1498 | 2023-11-21T20:34:53.263Z | Compiling foreign-types-shared v0.1.1 |
1499 | 2023-11-21T20:34:53.424Z | Compiling foreign-types v0.3.2 |
1500 | 2023-11-21T20:34:58.295Z | Compiling serde_tokenstream v0.1.7 |
1501 | 2023-11-21T20:34:59.163Z | Compiling strum_macros v0.25.2 |
1502 | 2023-11-21T20:35:00.425Z | Compiling lazy_static v1.4.0 |
1503 | 2023-11-21T20:35:00.623Z | Compiling socket2 v0.4.9 |
1504 | 2023-11-21T20:35:00.869Z | Compiling unicode-segmentation v1.10.1 |
1505 | 2023-11-21T20:35:00.948Z | Compiling try-lock v0.2.4 |
1506 | 2023-11-21T20:35:02.613Z | Compiling siphasher v0.3.11 |
1507 | 2023-11-21T20:35:03.339Z | Compiling adler v1.0.2 |
1508 | 2023-11-21T20:35:03.470Z | Compiling unicode-width v0.1.11 |
1509 | 2023-11-21T20:35:03.669Z | Compiling miniz_oxide v0.7.1 |
1510 | 2023-11-21T20:35:06.420Z | Compiling want v0.3.1 |
1511 | 2023-11-21T20:35:07.529Z | Compiling rustls-webpki v0.101.7 |
1512 | 2023-11-21T20:35:07.834Z | Compiling sct v0.7.0 |
1513 | 2023-11-21T20:35:08.274Z | Compiling h2 v0.3.21 |
1514 | 2023-11-21T20:35:09.822Z | Compiling form_urlencoded v1.2.0 |
1515 | 2023-11-21T20:35:10.020Z | Compiling http-body v0.4.5 |
1516 | 2023-11-21T20:35:10.324Z | Compiling hubpack_derive v0.1.1 |
1517 | 2023-11-21T20:35:11.088Z | Compiling pin-project-internal v1.1.3 |
1518 | 2023-11-21T20:35:12.221Z | Compiling num-iter v0.1.43 |
1519 | 2023-11-21T20:35:12.872Z | Compiling utf8parse v0.2.1 |
1520 | 2023-11-21T20:35:13.159Z | Compiling anstyle v1.0.2 |
1521 | 2023-11-21T20:35:13.974Z | Compiling cpufeatures v0.2.9 |
1522 | 2023-11-21T20:35:14.471Z | Compiling tower-service v0.3.2 |
1523 | 2023-11-21T20:35:14.895Z | Compiling httpdate v1.0.3 |
1524 | 2023-11-21T20:35:15.017Z | Compiling sha2 v0.10.8 |
1525 | 2023-11-21T20:35:15.625Z | Compiling anstyle-parse v0.2.1 |
1526 | 2023-11-21T20:35:19.762Z | Compiling hyper v0.14.27 |
1527 | 2023-11-21T20:35:22.043Z | Compiling usdt-macro v0.3.5 |
1528 | 2023-11-21T20:35:23.643Z | Compiling usdt-attr-macro v0.3.5 |
1529 | 2023-11-21T20:35:23.778Z | Compiling openapiv3 v2.0.0-rc.1 |
1530 | 2023-11-21T20:35:24.980Z | Compiling serde_tokenstream v0.2.0 |
1531 | 2023-11-21T20:35:25.132Z | Compiling rustls-pemfile v1.0.3 |
1532 | 2023-11-21T20:35:25.280Z | Compiling md-5 v0.10.5 |
1533 | 2023-11-21T20:35:25.290Z | Compiling hmac v0.12.1 |
1534 | 2023-11-21T20:35:25.492Z | Compiling stringprep v0.1.3 |
1535 | 2023-11-21T20:35:25.527Z | Compiling idna v0.4.0 |
1536 | 2023-11-21T20:35:26.206Z | Compiling diesel_table_macro_syntax v0.1.0 |
1537 | 2023-11-21T20:35:26.657Z | Compiling hash32 v0.2.1 |
1538 | 2023-11-21T20:35:26.714Z | Compiling gimli v0.28.0 |
1539 | 2023-11-21T20:35:26.865Z | Compiling either v1.9.0 |
1540 | 2023-11-21T20:35:27.849Z | Compiling stable_deref_trait v1.2.0 |
1541 | 2023-11-21T20:35:28.055Z | Compiling anstyle-query v1.0.0 |
1542 | 2023-11-21T20:35:28.361Z | Compiling fallible-iterator v0.2.0 |
1543 | 2023-11-21T20:35:28.560Z | Compiling colorchoice v1.0.0 |
1544 | 2023-11-21T20:35:29.085Z | Compiling anstream v0.5.0 |
1545 | 2023-11-21T20:35:29.296Z | Compiling postgres-protocol v0.6.6 |
1546 | 2023-11-21T20:35:30.176Z | Compiling url v2.4.1 |
1547 | 2023-11-21T20:35:31.433Z | Compiling diesel_derives v2.1.1 |
1548 | 2023-11-21T20:35:32.874Z | Compiling rustls-native-certs v0.6.3 |
1549 | 2023-11-21T20:35:33.386Z | Compiling addr2line v0.21.0 |
1550 | 2023-11-21T20:35:34.341Z | Compiling tokio-rustls v0.24.1 |
1551 | 2023-11-21T20:35:35.064Z | Compiling terminal_size v0.2.6 |
1552 | 2023-11-21T20:35:35.286Z | Compiling tokio-native-tls v0.3.1 |
1553 | 2023-11-21T20:35:36.236Z | Compiling phf_shared v0.11.2 |
1554 | 2023-11-21T20:35:38.807Z | Compiling block-padding v0.3.3 |
1555 | 2023-11-21T20:35:38.838Z | Compiling snafu-derive v0.7.5 |
1556 | 2023-11-21T20:35:38.931Z | Compiling enum-as-inner v0.5.1 |
1557 | 2023-11-21T20:35:39.175Z | Compiling serde_repr v0.1.16 |
1558 | 2023-11-21T20:35:40.396Z | Compiling clap_derive v4.4.2 |
1559 | 2023-11-21T20:35:40.760Z | Compiling regress v0.7.1 |
1560 | 2023-11-21T20:35:47.315Z | Compiling scheduled-thread-pool v0.2.7 |
1561 | 2023-11-21T20:35:48.232Z | Compiling object v0.32.1 |
1562 | 2023-11-21T20:35:48.710Z | Compiling bit-vec v0.6.3 |
1563 | 2023-11-21T20:35:49.326Z | Compiling deranged v0.3.8 |
1564 | 2023-11-21T20:35:52.318Z | Compiling rustc-demangle v0.1.23 |
1565 | 2023-11-21T20:35:53.738Z | Compiling num_threads v0.1.6 |
1566 | 2023-11-21T20:35:53.911Z | Compiling regex-automata v0.1.10 |
1567 | 2023-11-21T20:35:54.670Z | Compiling ipnet v2.8.0 |
1568 | 2023-11-21T20:35:54.721Z | Compiling matches v0.1.10 |
1569 | 2023-11-21T20:35:54.847Z | Compiling managed v0.8.0 |
1570 | 2023-11-21T20:35:56.896Z | Compiling clap_lex v0.5.1 |
1571 | 2023-11-21T20:35:57.359Z | Compiling clap_builder v4.4.2 |
1572 | 2023-11-21T20:36:01.444Z | Compiling idna v0.2.3 |
1573 | 2023-11-21T20:36:01.484Z | Compiling bstr v0.2.17 |
1574 | 2023-11-21T20:36:03.100Z | Compiling time v0.3.27 |
1575 | 2023-11-21T20:36:03.718Z | Compiling r2d2 v0.8.10 |
1576 | 2023-11-21T20:36:04.954Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1577 | 2023-11-21T20:36:07.170Z | Compiling inout v0.1.3 |
1578 | 2023-11-21T20:36:07.729Z | Compiling phf v0.11.2 |
1579 | 2023-11-21T20:36:08.269Z | Compiling hyper-tls v0.5.0 |
1580 | 2023-11-21T20:36:08.654Z | Compiling hyper-rustls v0.24.2 |
1581 | 2023-11-21T20:36:09.408Z | Compiling signal-hook-mio v0.2.3 |
1582 | 2023-11-21T20:36:09.720Z | Compiling flate2 v1.0.28 |
1583 | 2023-11-21T20:36:10.204Z | Compiling bzip2 v0.4.4 |
1584 | 2023-11-21T20:36:10.734Z | Compiling postgres-types v0.2.6 |
1585 | 2023-11-21T20:36:10.952Z | Compiling itertools v0.11.0 |
1586 | 2023-11-21T20:36:11.279Z | Compiling pin-project v1.1.3 |
1587 | 2023-11-21T20:36:11.603Z | Compiling hubpack v0.1.2 |
1588 | 2023-11-21T20:36:12.316Z | Compiling serde_urlencoded v0.7.1 |
1589 | 2023-11-21T20:36:12.912Z | Compiling phf_shared v0.10.0 |
1590 | 2023-11-21T20:36:12.925Z | Compiling ipnetwork v0.20.0 |
1591 | 2023-11-21T20:36:13.418Z | Compiling zerocopy v0.6.4 |
1592 | 2023-11-21T20:36:13.698Z | Compiling futures-executor v0.3.29 |
1593 | 2023-11-21T20:36:14.817Z | Compiling float-cmp v0.9.0 |
1594 | 2023-11-21T20:36:14.966Z | Compiling proc-macro-error-attr v1.0.4 |
1595 | 2023-11-21T20:36:15.228Z | Compiling encoding_rs v0.8.33 |
1596 | 2023-11-21T20:36:18.488Z | Compiling new_debug_unreachable v1.0.4 |
1597 | 2023-11-21T20:36:18.610Z | Compiling precomputed-hash v0.1.1 |
1598 | 2023-11-21T20:36:19.181Z | Compiling difflib v0.4.0 |
1599 | 2023-11-21T20:36:19.193Z | Compiling regex-automata v0.3.8 |
1600 | 2023-11-21T20:36:19.193Z | Compiling fixedbitset v0.4.2 |
1601 | 2023-11-21T20:36:19.938Z | Compiling mime v0.3.17 |
1602 | 2023-11-21T20:36:21.099Z | Compiling normalize-line-endings v0.3.0 |
1603 | 2023-11-21T20:36:21.170Z | Compiling predicates-core v1.0.6 |
1604 | 2023-11-21T20:36:21.704Z | Compiling data-encoding v2.4.0 |
1605 | 2023-11-21T20:36:22.263Z | Compiling webpki-roots v0.25.2 |
1606 | 2023-11-21T20:36:22.492Z | Compiling static_assertions v1.1.0 |
1607 | 2023-11-21T20:36:22.508Z | Compiling whoami v1.4.1 |
1608 | 2023-11-21T20:36:22.613Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1609 | 2023-11-21T20:36:23.331Z | Compiling tokio-postgres v0.7.10 |
1610 | 2023-11-21T20:36:23.782Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1611 | 2023-11-21T20:36:24.129Z | Compiling reqwest v0.11.22 |
1612 | 2023-11-21T20:36:27.725Z | Compiling trust-dns-proto v0.22.0 |
1613 | 2023-11-21T20:36:31.193Z | Compiling bstr v1.6.0 |
1614 | 2023-11-21T20:36:31.983Z | Compiling predicates v3.0.4 |
1615 | 2023-11-21T20:36:34.340Z | Compiling petgraph v0.6.4 |
1616 | 2023-11-21T20:36:36.265Z | Compiling string_cache v0.8.7 |
1617 | 2023-11-21T20:36:41.984Z | Compiling futures v0.3.29 |
1618 | 2023-11-21T20:36:42.151Z | Compiling diesel v2.1.4 |
1619 | 2023-11-21T20:36:42.744Z | Compiling snafu v0.7.5 |
1620 | 2023-11-21T20:36:42.931Z | Compiling yasna v0.5.2 |
1621 | 2023-11-21T20:36:43.991Z | Compiling zip v0.6.6 |
1622 | 2023-11-21T20:36:44.016Z | Compiling crossterm v0.27.0 |
1623 | 2023-11-21T20:36:45.541Z | Compiling cipher v0.4.4 |
1624 | 2023-11-21T20:36:46.507Z | Compiling clap v4.4.3 |
1625 | 2023-11-21T20:36:46.657Z | Compiling similar v2.2.1 |
1626 | 2023-11-21T20:36:48.371Z | Compiling bit-set v0.5.3 |
1627 | 2023-11-21T20:36:49.683Z | Compiling itertools v0.10.5 |
1628 | 2023-11-21T20:36:49.973Z | Compiling usdt v0.3.5 |
1629 | 2023-11-21T20:36:50.497Z | Compiling console v0.15.7 |
1630 | 2023-11-21T20:36:50.782Z | Compiling tokio-stream v0.1.14 |
1631 | 2023-11-21T20:36:52.255Z | Compiling proc-macro-crate v1.3.1 |
1632 | 2023-11-21T20:36:52.344Z | Compiling toml v0.7.8 |
1633 | 2023-11-21T20:36:52.372Z | Compiling toml_edit v0.21.0 |
1634 | 2023-11-21T20:36:53.600Z | Compiling hex v0.4.3 |
1635 | 2023-11-21T20:36:54.336Z | Compiling signature v2.1.0 |
1636 | 2023-11-21T20:36:54.766Z | Compiling proc-macro-error v1.0.4 |
1637 | 2023-11-21T20:36:55.244Z | Compiling lalrpop-util v0.19.12 |
1638 | 2023-11-21T20:36:57.107Z | Compiling num_enum_derive v0.5.11 |
1639 | 2023-11-21T20:37:02.325Z | Compiling atty v0.2.14 |
1640 | 2023-11-21T20:37:02.695Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1641 | 2023-11-21T20:37:02.764Z | Compiling ident_case v1.0.1 |
1642 | 2023-11-21T20:37:03.016Z | Compiling darling_core v0.20.3 |
1643 | 2023-11-21T20:37:07.606Z | Compiling num_enum v0.5.11 |
1644 | 2023-11-21T20:37:28.645Z | Compiling dirs-sys-next v0.1.2 |
1645 | 2023-11-21T20:37:30.919Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1646 | 2023-11-21T20:37:32.707Z | Compiling postcard-cobs v0.1.5-pre |
1647 | 2023-11-21T20:37:34.926Z | Compiling postcard v0.7.3 |
1648 | 2023-11-21T20:37:40.714Z | Compiling dirs-next v2.0.0 |
1649 | 2023-11-21T20:37:41.113Z | Compiling darling_macro v0.20.3 |
1650 | 2023-11-21T20:37:45.238Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1651 | 2023-11-21T20:37:49.654Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1652 | 2023-11-21T20:37:50.486Z | Compiling smoltcp v0.8.2 |
1653 | 2023-11-21T20:37:53.156Z | Compiling getopts v0.2.21 |
1654 | 2023-11-21T20:37:58.983Z | Compiling structmeta-derive v0.2.0 |
1655 | 2023-11-21T20:38:03.317Z | Compiling foreign-types-macros v0.2.3 |
1656 | 2023-11-21T20:38:12.807Z | Compiling thread_local v1.1.7 |
1657 | 2023-11-21T20:38:12.807Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1658 | 2023-11-21T20:38:12.807Z | Compiling multer v2.1.0 |
1659 | 2023-11-21T20:38:12.807Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1660 | 2023-11-21T20:38:12.807Z | Compiling unsafe-libyaml v0.2.9 |
1661 | 2023-11-21T20:38:13.371Z | Compiling match_cfg v0.1.0 |
1662 | 2023-11-21T20:38:13.437Z | Compiling foreign-types-shared v0.3.1 |
1663 | 2023-11-21T20:38:13.613Z | Compiling paste v1.0.14 |
1664 | 2023-11-21T20:38:14.297Z | Compiling camino v1.1.6 |
1665 | 2023-11-21T20:38:14.412Z | Compiling cfg-if v0.1.10 |
1666 | 2023-11-21T20:38:14.548Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1667 | 2023-11-21T20:38:15.298Z | Compiling slog-async v2.8.0 |
1668 | 2023-11-21T20:38:16.913Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-11-21T20:38:26.347Z | Compiling foreign-types v0.5.0 |
1670 | 2023-11-21T20:38:26.512Z | Compiling hostname v0.3.1 |
1671 | 2023-11-21T20:38:26.803Z | Compiling serde_yaml v0.9.25 |
1672 | 2023-11-21T20:38:29.044Z | Compiling structmeta v0.2.0 |
1673 | 2023-11-21T20:38:32.905Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1674 | 2023-11-21T20:38:42.935Z | Compiling darling v0.20.3 |
1675 | 2023-11-21T20:38:43.040Z | Compiling term v0.7.0 |
1676 | 2023-11-21T20:38:43.040Z | Compiling slog-json v2.6.1 |
1677 | 2023-11-21T20:38:43.995Z | Compiling is-terminal v0.4.9 |
1678 | 2023-11-21T20:38:44.182Z | Compiling crossbeam-channel v0.5.8 |
1679 | 2023-11-21T20:38:47.917Z | Compiling strum v0.25.0 |
1680 | 2023-11-21T20:38:48.118Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1681 | 2023-11-21T20:38:48.191Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1682 | 2023-11-21T20:38:48.416Z | Compiling async-stream-impl v0.3.5 |
1683 | 2023-11-21T20:38:48.840Z | Compiling cstr-argument v0.1.2 |
1684 | 2023-11-21T20:38:49.624Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1685 | 2023-11-21T20:38:49.629Z | Compiling regex-syntax v0.7.5 |
1686 | 2023-11-21T20:38:50.594Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1687 | 2023-11-21T20:38:50.854Z | Compiling crucible-workspace-hack v0.1.0 |
1688 | 2023-11-21T20:38:52.074Z | Compiling take_mut v0.2.2 |
1689 | 2023-11-21T20:38:52.312Z | Compiling atomic-waker v1.1.1 |
1690 | 2023-11-21T20:38:53.641Z | Compiling pretty-hex v0.2.1 |
1691 | 2023-11-21T20:38:53.985Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1692 | 2023-11-21T20:38:59.745Z | Compiling waitgroup v0.1.2 |
1693 | 2023-11-21T20:38:59.989Z | Compiling parse-display-derive v0.8.2 |
1694 | 2023-11-21T20:39:06.013Z | Compiling async-stream v0.3.5 |
1695 | 2023-11-21T20:39:06.948Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1696 | 2023-11-21T20:39:08.299Z | Compiling colored v2.0.4 |
1697 | 2023-11-21T20:39:10.254Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1698 | 2023-11-21T20:39:10.465Z | Compiling slog-bunyan v2.4.0 |
1699 | 2023-11-21T20:39:11.906Z | Compiling slog-term v2.9.0 |
1700 | 2023-11-21T20:39:15.971Z | Compiling serde_with_macros v2.3.3 |
1701 | 2023-11-21T20:39:27.614Z | Compiling toml v0.8.8 |
1702 | 2023-11-21T20:39:27.801Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1703 | 2023-11-21T20:39:27.801Z | Compiling sha1 v0.10.6 |
1704 | 2023-11-21T20:39:27.825Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1705 | 2023-11-21T20:39:27.923Z | Compiling textwrap v0.11.0 |
1706 | 2023-11-21T20:39:30.022Z | Compiling heck v0.3.3 |
1707 | 2023-11-21T20:39:30.475Z | Compiling serde_path_to_error v0.1.14 |
1708 | 2023-11-21T20:39:30.600Z | Compiling instant v0.1.12 |
1709 | 2023-11-21T20:39:30.826Z | Compiling debug-ignore v1.0.5 |
1710 | 2023-11-21T20:39:31.462Z | Compiling rayon-core v1.12.0 |
1711 | 2023-11-21T20:39:31.526Z | Compiling ansi_term v0.12.1 |
1712 | 2023-11-21T20:39:32.120Z | Compiling libefi-sys v0.1.0 |
1713 | 2023-11-21T20:39:32.506Z | Compiling strsim v0.8.0 |
1714 | 2023-11-21T20:39:32.985Z | Compiling vec_map v0.8.2 |
1715 | 2023-11-21T20:39:33.493Z | Compiling clap v2.34.0 |
1716 | 2023-11-21T20:39:34.133Z | Compiling backoff v0.4.0 |
1717 | 2023-11-21T20:39:34.604Z | Compiling structopt-derive v0.4.18 |
1718 | 2023-11-21T20:39:34.847Z | Compiling serde_with v2.3.3 |
1719 | 2023-11-21T20:39:35.639Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1720 | 2023-11-21T20:39:35.948Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1721 | 2023-11-21T20:39:37.986Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1722 | 2023-11-21T20:39:39.246Z | Compiling parse-display v0.8.2 |
1723 | 2023-11-21T20:39:39.719Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1724 | 2023-11-21T20:39:40.487Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1725 | 2023-11-21T20:39:40.903Z | Compiling zone_cfg_derive v0.3.0 |
1726 | 2023-11-21T20:39:42.475Z | Compiling crossbeam-deque v0.8.3 |
1727 | 2023-11-21T20:39:42.519Z | Compiling macaddr v1.0.1 |
1728 | 2023-11-21T20:39:46.445Z | Compiling num-derive v0.4.0 |
1729 | 2023-11-21T20:39:46.644Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1730 | 2023-11-21T20:39:46.644Z | Compiling portable-atomic v1.4.3 |
1731 | 2023-11-21T20:39:46.644Z | Compiling zone v0.3.0 |
1732 | 2023-11-21T20:39:46.946Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1733 | 2023-11-21T20:39:49.551Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1734 | 2023-11-21T20:39:49.883Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1735 | 2023-11-21T20:39:50.749Z | Compiling structopt v0.3.26 |
1736 | 2023-11-21T20:39:51.036Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1737 | 2023-11-21T20:39:52.496Z | Compiling smf v0.2.2 |
1738 | 2023-11-21T20:39:52.979Z | Compiling filetime v0.2.22 |
1739 | 2023-11-21T20:39:53.831Z | Compiling xattr v1.0.1 |
1740 | 2023-11-21T20:39:53.842Z | Compiling fastrand v2.0.0 |
1741 | 2023-11-21T20:39:53.850Z | Compiling same-file v1.0.6 |
1742 | 2023-11-21T20:39:54.112Z | Compiling walkdir v2.4.0 |
1743 | 2023-11-21T20:39:54.298Z | Compiling tempfile v3.8.0 |
1744 | 2023-11-21T20:39:54.567Z | Compiling tar v0.4.40 |
1745 | 2023-11-21T20:39:57.003Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1746 | 2023-11-21T20:39:57.646Z | Compiling rayon v1.8.0 |
1747 | 2023-11-21T20:39:59.245Z | Compiling number_prefix v0.4.0 |
1748 | 2023-11-21T20:39:59.635Z | Compiling omicron-zone-package v0.9.1 |
1749 | 2023-11-21T20:40:00.924Z | Compiling swrite v0.1.0 |
1750 | 2023-11-21T20:40:01.065Z | Compiling topological-sort v0.2.2 |
1751 | 2023-11-21T20:40:06.890Z | Compiling indicatif v0.17.7 |
1752 | 2023-11-21T20:40:23.071Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1753 | 2023-11-21T20:40:33.462Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1754 | 2023-11-21T20:40:36.912Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1755 | 2023-11-21T20:40:40.028Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1756 | 2023-11-21T20:41:05.731Z | Finished release [optimized] target(s) in 7m 49s |
1757 | 2023-11-21T20:41:05.987Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1758 | 2023-11-21T20:41:06.104Z | Created new build target 'test' and set it as active |
1759 | 2023-11-21T20:41:06.109Z | |
1760 | 2023-11-21T20:41:06.109Z | real 7:49.981163713 |
1761 | 2023-11-21T20:41:06.109Z | user 50:17.555906879 |
1762 | 2023-11-21T20:41:06.109Z | sys 4:26.894037728 |
1763 | 2023-11-21T20:41:06.109Z | trap 2.024760336 |
1764 | 2023-11-21T20:41:06.109Z | tflt 3.583401023 |
1765 | 2023-11-21T20:41:06.109Z | dflt 4.583847541 |
1766 | 2023-11-21T20:41:06.109Z | kflt 0.029613523 |
1767 | 2023-11-21T20:41:06.109Z | lock 1:48:38.093609886 |
1768 | 2023-11-21T20:41:06.109Z | slp 2:20:49.838034294 |
1769 | 2023-11-21T20:41:06.109Z | lat 2:21.236921057 |
1770 | 2023-11-21T20:41:06.109Z | stop 3:46.291926903 |
1771 | 2023-11-21T20:41:06.109Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1772 | 2023-11-21T20:41:07.227Z | Finished release [optimized] target(s) in 1.05s |
1773 | 2023-11-21T20:41:07.250Z | Running `target/release/omicron-package -t test package` |
1774 | 2023-11-21T20:41:07.287Z | Nov 21 20:41:07.288 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1775 | 2023-11-21T20:41:08.464Z | Compiling serde_json v1.0.108 |
1776 | 2023-11-21T20:41:08.518Z | Compiling base64ct v1.6.0 |
1777 | 2023-11-21T20:41:08.527Z | Compiling linked-hash-map v0.5.6 |
1778 | 2023-11-21T20:41:08.537Z | Compiling blake2 v0.10.6 |
1779 | 2023-11-21T20:41:08.537Z | Compiling same-file v1.0.6 |
1780 | 2023-11-21T20:41:08.537Z | Compiling semver-parser v0.10.2 |
1781 | 2023-11-21T20:41:08.537Z | Compiling fastrand v2.0.0 |
1782 | 2023-11-21T20:41:08.546Z | Compiling quick-error v1.2.3 |
1783 | 2023-11-21T20:41:08.781Z | Compiling walkdir v2.4.0 |
1784 | 2023-11-21T20:41:08.836Z | Compiling resolv-conf v0.7.0 |
1785 | 2023-11-21T20:41:09.117Z | Compiling lru-cache v0.1.2 |
1786 | 2023-11-21T20:41:09.337Z | Compiling password-hash v0.5.0 |
1787 | 2023-11-21T20:41:09.405Z | Compiling tempfile v3.8.0 |
1788 | 2023-11-21T20:41:09.706Z | Compiling filetime v0.2.22 |
1789 | 2023-11-21T20:41:09.778Z | Compiling semver v0.11.0 |
1790 | 2023-11-21T20:41:10.096Z | Compiling argon2 v0.5.2 |
1791 | 2023-11-21T20:41:10.638Z | Compiling xattr v1.0.1 |
1792 | 2023-11-21T20:41:10.744Z | Compiling slog-dtrace v0.2.3 |
1793 | 2023-11-21T20:41:10.843Z | Compiling home v0.5.5 |
1794 | 2023-11-21T20:41:10.937Z | Compiling tar v0.4.40 |
1795 | 2023-11-21T20:41:11.176Z | Compiling toolchain_find v0.2.0 |
1796 | 2023-11-21T20:41:11.375Z | Compiling trust-dns-resolver v0.22.0 |
1797 | 2023-11-21T20:41:11.639Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1798 | 2023-11-21T20:41:12.009Z | Compiling schemars v0.8.13 |
1799 | 2023-11-21T20:41:12.500Z | Compiling openapiv3 v2.0.0-rc.1 |
1800 | 2023-11-21T20:41:12.543Z | Compiling reqwest v0.11.22 |
1801 | 2023-11-21T20:41:13.529Z | Compiling usdt-impl v0.3.5 |
1802 | 2023-11-21T20:41:13.993Z | Compiling postgres-types v0.2.6 |
1803 | 2023-11-21T20:41:14.762Z | Compiling usdt v0.3.5 |
1804 | 2023-11-21T20:41:15.595Z | Compiling ipnetwork v0.20.0 |
1805 | 2023-11-21T20:41:20.413Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1806 | 2023-11-21T20:41:21.193Z | Compiling diesel v2.1.4 |
1807 | 2023-11-21T20:41:24.874Z | Compiling tokio-postgres v0.7.10 |
1808 | 2023-11-21T20:41:27.210Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1809 | 2023-11-21T20:41:27.388Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1810 | 2023-11-21T20:41:28.946Z | Compiling slog-json v2.6.1 |
1811 | 2023-11-21T20:41:29.740Z | Compiling slog-bunyan v2.4.0 |
1812 | 2023-11-21T20:41:30.080Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1813 | 2023-11-21T20:41:30.177Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-11-21T20:41:36.914Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1815 | 2023-11-21T20:41:37.228Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1816 | 2023-11-21T20:41:37.561Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1817 | 2023-11-21T20:41:42.159Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1818 | 2023-11-21T20:41:46.738Z | Compiling toml v0.5.11 |
1819 | 2023-11-21T20:41:49.997Z | Compiling rustfmt-wrapper v0.2.0 |
1820 | 2023-11-21T20:41:50.813Z | Compiling omicron-zone-package v0.9.1 |
1821 | 2023-11-21T20:41:51.263Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1822 | 2023-11-21T20:41:51.647Z | Compiling toml v0.8.8 |
1823 | 2023-11-21T20:41:52.178Z | Compiling num-rational v0.4.1 |
1824 | 2023-11-21T20:41:52.607Z | Compiling cancel-safe-futures v0.1.5 |
1825 | 2023-11-21T20:41:53.431Z | Compiling convert_case v0.4.0 |
1826 | 2023-11-21T20:41:54.092Z | Compiling utf-8 v0.7.6 |
1827 | 2023-11-21T20:41:54.630Z | Compiling derive_more v0.99.17 |
1828 | 2023-11-21T20:41:57.742Z | Compiling pem-rfc7468 v0.7.0 |
1829 | 2023-11-21T20:41:58.929Z | Compiling num-complex v0.4.4 |
1830 | 2023-11-21T20:42:00.546Z | Compiling der_derive v0.7.2 |
1831 | 2023-11-21T20:42:01.142Z | Compiling flagset v0.4.3 |
1832 | 2023-11-21T20:42:01.501Z | Compiling semver v0.1.20 |
1833 | 2023-11-21T20:42:02.446Z | Compiling rustc_version v0.1.7 |
1834 | 2023-11-21T20:42:03.505Z | Compiling num v0.4.1 |
1835 | 2023-11-21T20:42:03.509Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1836 | 2023-11-21T20:42:04.425Z | Compiling der v0.7.8 |
1837 | 2023-11-21T20:42:04.811Z | Compiling hkdf v0.12.3 |
1838 | 2023-11-21T20:42:05.179Z | Compiling fxhash v0.2.1 |
1839 | 2023-11-21T20:42:05.500Z | Compiling unicase v2.7.0 |
1840 | 2023-11-21T20:42:05.956Z | Compiling radium v0.7.0 |
1841 | 2023-11-21T20:42:06.537Z | Compiling newtype_derive v0.1.6 |
1842 | 2023-11-21T20:42:06.591Z | Compiling half v1.8.2 |
1843 | 2023-11-21T20:42:06.976Z | Compiling maybe-uninit v2.0.0 |
1844 | 2023-11-21T20:42:07.639Z | Compiling keccak v0.1.4 |
1845 | 2023-11-21T20:42:08.487Z | Compiling spki v0.7.2 |
1846 | 2023-11-21T20:42:09.227Z | Compiling arc-swap v1.6.0 |
1847 | 2023-11-21T20:42:09.283Z | Compiling tap v1.0.1 |
1848 | 2023-11-21T20:42:09.550Z | Compiling ciborium-io v0.2.1 |
1849 | 2023-11-21T20:42:09.720Z | Compiling ciborium-ll v0.2.1 |
1850 | 2023-11-21T20:42:10.421Z | Compiling slog-scope v4.4.0 |
1851 | 2023-11-21T20:42:10.554Z | Compiling wyz v0.5.1 |
1852 | 2023-11-21T20:42:11.336Z | Compiling sha3 v0.10.8 |
1853 | 2023-11-21T20:42:12.738Z | Compiling secrecy v0.8.0 |
1854 | 2023-11-21T20:42:12.913Z | Compiling packed_struct v0.10.1 |
1855 | 2023-11-21T20:42:13.101Z | Compiling funty v2.0.0 |
1856 | 2023-11-21T20:42:13.501Z | Compiling num-bigint-dig v0.8.4 |
1857 | 2023-11-21T20:42:13.910Z | Compiling parking_lot_core v0.8.6 |
1858 | 2023-11-21T20:42:14.499Z | Compiling crc-catalog v2.2.0 |
1859 | 2023-11-21T20:42:14.733Z | Compiling crc v3.0.1 |
1860 | 2023-11-21T20:42:15.847Z | Compiling bitvec v1.0.1 |
1861 | 2023-11-21T20:42:18.043Z | Compiling slog-stdlog v4.1.1 |
1862 | 2023-11-21T20:42:18.059Z | Compiling ciborium v0.2.1 |
1863 | 2023-11-21T20:42:18.081Z | Compiling pkcs8 v0.10.2 |
1864 | 2023-11-21T20:42:19.736Z | Compiling nibble_vec v0.1.0 |
1865 | 2023-11-21T20:42:20.062Z | Compiling packed_struct_codegen v0.10.1 |
1866 | 2023-11-21T20:42:21.055Z | Compiling dirs-sys-next v0.1.2 |
1867 | 2023-11-21T20:42:21.693Z | Compiling endian-type v0.1.2 |
1868 | 2023-11-21T20:42:22.233Z | Compiling nodrop v0.1.14 |
1869 | 2023-11-21T20:42:22.236Z | Compiling glob v0.3.1 |
1870 | 2023-11-21T20:42:22.236Z | Compiling crunchy v0.2.2 |
1871 | 2023-11-21T20:42:22.702Z | Compiling radix_trie v0.2.1 |
1872 | 2023-11-21T20:42:23.164Z | Compiling array-init v0.0.4 |
1873 | 2023-11-21T20:42:23.704Z | Compiling clang-sys v1.6.1 |
1874 | 2023-11-21T20:42:24.184Z | Compiling dirs-next v2.0.0 |
1875 | 2023-11-21T20:42:24.425Z | Compiling pkcs1 v0.7.5 |
1876 | 2023-11-21T20:42:25.257Z | Compiling slog-envlogger v2.2.0 |
1877 | 2023-11-21T20:42:25.260Z | Compiling steno v0.4.0 |
1878 | 2023-11-21T20:42:27.220Z | Compiling smallvec v0.6.14 |
1879 | 2023-11-21T20:42:30.605Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1880 | 2023-11-21T20:42:30.826Z | Compiling tiny-keccak v2.0.2 |
1881 | 2023-11-21T20:42:31.824Z | Compiling bitfield v0.14.0 |
1882 | 2023-11-21T20:42:32.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1883 | 2023-11-21T20:42:32.425Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1884 | 2023-11-21T20:42:34.770Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1885 | 2023-11-21T20:42:38.200Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1886 | 2023-11-21T20:42:46.223Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1887 | 2023-11-21T20:42:46.866Z | Compiling termcolor v1.2.0 |
1888 | 2023-11-21T20:42:47.264Z | Compiling prettyplease v0.2.12 |
1889 | 2023-11-21T20:42:47.699Z | Compiling platforms v3.0.2 |
1890 | 2023-11-21T20:42:48.032Z | Compiling env_logger v0.10.0 |
1891 | 2023-11-21T20:42:48.204Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1892 | 2023-11-21T20:42:48.975Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1893 | 2023-11-21T20:42:52.148Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1894 | 2023-11-21T20:42:53.896Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1895 | 2023-11-21T20:42:54.284Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1896 | 2023-11-21T20:43:05.627Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1897 | 2023-11-21T20:43:06.667Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1898 | 2023-11-21T20:43:07.082Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1899 | 2023-11-21T20:43:11.837Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1900 | 2023-11-21T20:43:18.198Z | Compiling rsa v0.9.2 |
1901 | 2023-11-21T20:43:24.827Z | Compiling parking_lot v0.11.2 |
1902 | 2023-11-21T20:43:24.990Z | Compiling serde-hex v0.1.0 |
1903 | 2023-11-21T20:43:26.896Z | Compiling mime_guess v2.0.4 |
1904 | 2023-11-21T20:43:27.309Z | Compiling term v0.7.0 |
1905 | 2023-11-21T20:43:28.722Z | Compiling trust-dns-client v0.22.0 |
1906 | 2023-11-21T20:43:28.939Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1907 | 2023-11-21T20:43:29.282Z | Compiling x509-cert v0.2.4 |
1908 | 2023-11-21T20:43:29.681Z | Compiling tungstenite v0.20.1 |
1909 | 2023-11-21T20:43:31.386Z | Compiling darling_core v0.14.4 |
1910 | 2023-11-21T20:43:33.845Z | Compiling ron v0.8.1 |
1911 | 2023-11-21T20:43:39.892Z | Compiling crc-any v2.4.3 |
1912 | 2023-11-21T20:43:41.462Z | Compiling minimal-lexical v0.2.1 |
1913 | 2023-11-21T20:43:42.233Z | Compiling buf-list v1.0.3 |
1914 | 2023-11-21T20:43:43.091Z | Compiling nom v7.1.3 |
1915 | 2023-11-21T20:43:44.415Z | Compiling trust-dns-server v0.22.1 |
1916 | 2023-11-21T20:43:46.590Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1917 | 2023-11-21T20:43:49.318Z | Compiling darling_macro v0.14.4 |
1918 | 2023-11-21T20:43:50.838Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1919 | 2023-11-21T20:43:51.009Z | Compiling tokio-tungstenite v0.20.1 |
1920 | 2023-11-21T20:43:53.407Z | Compiling ascii-canvas v3.0.0 |
1921 | 2023-11-21T20:43:53.707Z | Compiling sled v0.34.7 |
1922 | 2023-11-21T20:43:55.808Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1923 | 2023-11-21T20:44:00.425Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1924 | 2023-11-21T20:44:15.051Z | Compiling object v0.30.4 |
1925 | 2023-11-21T20:44:17.283Z | Compiling itertools v0.12.0 |
1926 | 2023-11-21T20:44:21.007Z | Compiling is-terminal v0.4.9 |
1927 | 2023-11-21T20:44:21.170Z | Compiling libsw v3.3.0 |
1928 | 2023-11-21T20:44:21.186Z | Compiling ena v0.14.2 |
1929 | 2023-11-21T20:44:21.739Z | Compiling derive-where v1.2.5 |
1930 | 2023-11-21T20:44:21.889Z | Compiling libloading v0.7.4 |
1931 | 2023-11-21T20:44:22.417Z | Compiling diff v0.1.13 |
1932 | 2023-11-21T20:44:23.103Z | Compiling regex-syntax v0.6.29 |
1933 | 2023-11-21T20:44:23.312Z | Compiling pretty-hex v0.3.0 |
1934 | 2023-11-21T20:44:23.650Z | Compiling path-slash v0.1.5 |
1935 | 2023-11-21T20:44:23.961Z | Compiling owo-colors v3.5.0 |
1936 | 2023-11-21T20:44:27.029Z | Compiling bindgen v0.65.1 |
1937 | 2023-11-21T20:44:27.653Z | Compiling linear-map v1.2.0 |
1938 | 2023-11-21T20:44:28.314Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1939 | 2023-11-21T20:44:29.452Z | Compiling lalrpop v0.19.12 |
1940 | 2023-11-21T20:44:32.461Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1941 | 2023-11-21T20:44:32.820Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1942 | 2023-11-21T20:44:41.211Z | Compiling curve25519-dalek v4.1.0 |
1943 | 2023-11-21T20:44:44.617Z | Compiling darling v0.14.4 |
1944 | 2023-11-21T20:44:44.647Z | Compiling cexpr v0.6.0 |
1945 | 2023-11-21T20:44:47.135Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1946 | 2023-11-21T20:44:49.059Z | Compiling which v4.4.0 |
1947 | 2023-11-21T20:44:49.846Z | Compiling ff v0.13.0 |
1948 | 2023-11-21T20:44:50.210Z | Compiling kstat-rs v0.2.3 |
1949 | 2023-11-21T20:44:51.740Z | Compiling memoffset v0.7.1 |
1950 | 2023-11-21T20:44:52.176Z | Compiling display-error-chain v0.2.0 |
1951 | 2023-11-21T20:44:52.228Z | Compiling rustc-hash v1.1.0 |
1952 | 2023-11-21T20:44:52.417Z | Compiling shlex v1.1.0 |
1953 | 2023-11-21T20:44:52.421Z | Compiling peeking_take_while v0.1.2 |
1954 | 2023-11-21T20:44:52.597Z | Compiling lazycell v1.3.0 |
1955 | 2023-11-21T20:44:52.772Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1956 | 2023-11-21T20:44:53.963Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1957 | 2023-11-21T20:44:54.210Z | Compiling group v0.13.0 |
1958 | 2023-11-21T20:44:54.875Z | Compiling derive_builder_core v0.12.0 |
1959 | 2023-11-21T20:44:58.119Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1960 | 2023-11-21T20:45:05.497Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1961 | 2023-11-21T20:45:07.089Z | Compiling camino-tempfile v1.0.2 |
1962 | 2023-11-21T20:45:08.340Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1963 | 2023-11-21T20:45:08.538Z | Compiling olpc-cjson v0.1.3 |
1964 | 2023-11-21T20:45:09.413Z | Compiling globset v0.4.13 |
1965 | 2023-11-21T20:45:15.287Z | Compiling pem v3.0.2 |
1966 | 2023-11-21T20:45:15.539Z | Compiling universal-hash v0.5.1 |
1967 | 2023-11-21T20:45:15.855Z | Compiling crypto-bigint v0.5.2 |
1968 | 2023-11-21T20:45:16.501Z | Compiling polar-core v0.27.0 |
1969 | 2023-11-21T20:45:16.994Z | Compiling bcs v0.1.6 |
1970 | 2023-11-21T20:45:17.999Z | Compiling libxml v0.3.3 |
1971 | 2023-11-21T20:45:18.497Z | Compiling serde_plain v1.0.2 |
1972 | 2023-11-21T20:45:18.510Z | Compiling async-recursion v1.0.5 |
1973 | 2023-11-21T20:45:18.621Z | Compiling curve25519-dalek-derive v0.1.0 |
1974 | 2023-11-21T20:45:19.327Z | Compiling thiserror-impl-no-std v2.0.2 |
1975 | 2023-11-21T20:45:20.001Z | Compiling opaque-debug v0.3.0 |
1976 | 2023-11-21T20:45:20.127Z | Compiling typed-path v0.6.0 |
1977 | 2023-11-21T20:45:20.772Z | Compiling highway v1.1.0 |
1978 | 2023-11-21T20:45:21.231Z | Compiling ref-cast v1.0.20 |
1979 | 2023-11-21T20:45:21.601Z | Compiling base16ct v0.2.0 |
1980 | 2023-11-21T20:45:22.026Z | Compiling elliptic-curve v0.13.5 |
1981 | 2023-11-21T20:45:22.180Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1982 | 2023-11-21T20:45:23.151Z | Compiling poly1305 v0.8.0 |
1983 | 2023-11-21T20:45:23.742Z | Compiling thiserror-no-std v2.0.2 |
1984 | 2023-11-21T20:45:23.895Z | Compiling tough v0.15.0 |
1985 | 2023-11-21T20:45:25.755Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1986 | 2023-11-21T20:45:30.562Z | Compiling derive_builder_macro v0.12.0 |
1987 | 2023-11-21T20:45:31.881Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1988 | 2023-11-21T20:45:31.986Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1989 | 2023-11-21T20:45:35.930Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1990 | 2023-11-21T20:45:41.801Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1991 | 2023-11-21T20:45:42.213Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1992 | 2023-11-21T20:45:42.623Z | Compiling chacha20 v0.9.1 |
1993 | 2023-11-21T20:45:43.200Z | Compiling strum_macros v0.24.3 |
1994 | 2023-11-21T20:45:43.303Z | Compiling aead v0.5.2 |
1995 | 2023-11-21T20:45:43.763Z | Compiling ref-cast-impl v1.0.20 |
1996 | 2023-11-21T20:45:44.925Z | Compiling cookie v0.18.0 |
1997 | 2023-11-21T20:45:45.362Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1998 | 2023-11-21T20:45:45.561Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1999 | 2023-11-21T20:45:45.801Z | Compiling base64 v0.13.1 |
2000 | 2023-11-21T20:45:46.014Z | Compiling indoc v1.0.9 |
2001 | 2023-11-21T20:45:47.207Z | Compiling signature v1.6.4 |
2002 | 2023-11-21T20:45:47.835Z | Compiling salty v0.2.0 |
2003 | 2023-11-21T20:45:48.254Z | Compiling ed25519 v1.5.3 |
2004 | 2023-11-21T20:45:48.269Z | Compiling tungstenite v0.18.0 |
2005 | 2023-11-21T20:45:48.433Z | Compiling chacha20poly1305 v0.10.1 |
2006 | 2023-11-21T20:45:48.775Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2007 | 2023-11-21T20:45:51.194Z | Compiling derive_builder v0.12.0 |
2008 | 2023-11-21T20:45:57.308Z | Compiling vsss-rs v3.3.1 |
2009 | 2023-11-21T20:46:01.705Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2010 | 2023-11-21T20:46:01.954Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2011 | 2023-11-21T20:46:05.134Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2012 | 2023-11-21T20:46:05.630Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2013 | 2023-11-21T20:46:06.043Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2014 | 2023-11-21T20:46:08.595Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2015 | 2023-11-21T20:46:09.762Z | Compiling headers-core v0.2.0 |
2016 | 2023-11-21T20:46:09.767Z | Compiling bb8 v0.8.1 |
2017 | 2023-11-21T20:46:10.495Z | Compiling quick-xml v0.23.1 |
2018 | 2023-11-21T20:46:10.664Z | Compiling serde-big-array v0.5.1 |
2019 | 2023-11-21T20:46:11.020Z | Compiling impl-trait-for-tuples v0.2.2 |
2020 | 2023-11-21T20:46:13.373Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2021 | 2023-11-21T20:46:13.498Z | Compiling oso-derive v0.27.0 |
2022 | 2023-11-21T20:46:14.608Z | Compiling fs-err v2.11.0 |
2023 | 2023-11-21T20:46:14.999Z | Compiling http-range v0.1.5 |
2024 | 2023-11-21T20:46:15.059Z | Compiling maplit v1.0.2 |
2025 | 2023-11-21T20:46:15.200Z | Compiling hyper-staticfile v0.9.5 |
2026 | 2023-11-21T20:46:16.087Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2027 | 2023-11-21T20:46:26.811Z | Compiling oso v0.27.0 |
2028 | 2023-11-21T20:46:26.924Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2029 | 2023-11-21T20:46:27.900Z | Compiling headers v0.3.9 |
2030 | 2023-11-21T20:46:27.935Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2031 | 2023-11-21T20:46:34.861Z | Compiling tokio-tungstenite v0.18.0 |
2032 | 2023-11-21T20:46:45.381Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2033 | 2023-11-21T20:46:48.609Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2034 | 2023-11-21T20:46:49.020Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2035 | 2023-11-21T20:46:49.468Z | Compiling signal-hook-tokio v0.3.1 |
2036 | 2023-11-21T20:46:49.739Z | Compiling serde-big-array v0.4.1 |
2037 | 2023-11-21T20:46:50.011Z | Compiling cassowary v0.3.0 |
2038 | 2023-11-21T20:46:51.063Z | Compiling indoc v2.0.3 |
2039 | 2023-11-21T20:46:52.636Z | Compiling ratatui v0.23.0 |
2040 | 2023-11-21T20:46:56.874Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2041 | 2023-11-21T20:46:57.506Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2042 | 2023-11-21T20:46:58.285Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2043 | 2023-11-21T20:47:01.730Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2044 | 2023-11-21T20:47:01.843Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2045 | 2023-11-21T20:47:14.954Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2046 | 2023-11-21T20:47:17.522Z | Compiling fatfs v0.3.6 |
2047 | 2023-11-21T20:47:23.167Z | Compiling bytesize v1.3.0 |
2048 | 2023-11-21T20:47:24.112Z | Compiling nanorand v0.7.0 |
2049 | 2023-11-21T20:47:24.646Z | Compiling rtoolbox v0.0.1 |
2050 | 2023-11-21T20:47:25.316Z | Compiling is_ci v1.1.1 |
2051 | 2023-11-21T20:47:25.345Z | Compiling corncobs v0.1.3 |
2052 | 2023-11-21T20:47:25.780Z | Compiling unicode-linebreak v0.1.5 |
2053 | 2023-11-21T20:47:26.014Z | Compiling smawk v0.3.1 |
2054 | 2023-11-21T20:47:26.359Z | Compiling assert_matches v1.5.0 |
2055 | 2023-11-21T20:47:26.489Z | Compiling textwrap v0.16.0 |
2056 | 2023-11-21T20:47:26.684Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2057 | 2023-11-21T20:47:27.963Z | Compiling supports-color v2.1.0 |
2058 | 2023-11-21T20:47:29.060Z | Compiling rpassword v7.3.1 |
2059 | 2023-11-21T20:47:29.689Z | Compiling flume v0.11.0 |
2060 | 2023-11-21T20:47:30.915Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2061 | 2023-11-21T20:47:32.717Z | Compiling tui-tree-widget v0.13.0 |
2062 | 2023-11-21T20:47:37.142Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2063 | 2023-11-21T20:47:37.178Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2064 | 2023-11-21T20:47:39.223Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2065 | 2023-11-21T20:48:15.953Z | Compiling humantime v2.1.0 |
2066 | 2023-11-21T20:48:17.390Z | Compiling shell-words v1.1.0 |
2067 | 2023-11-21T20:48:18.050Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2068 | 2023-11-21T20:48:51.625Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2069 | 2023-11-21T20:49:08.827Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2070 | 2023-11-21T20:51:43.208Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2071 | 2023-11-21T21:01:32.647Z | Finished release [optimized] target(s) in 20m 25s |
2072 | 2023-11-21T21:02:44.912Z | |
2073 | 2023-11-21T21:02:44.919Z | real 21:38.395030192 |
2074 | 2023-11-21T21:02:44.919Z | user 2:26:48.354993686 |
2075 | 2023-11-21T21:02:44.919Z | sys 6:01.814772885 |
2076 | 2023-11-21T21:02:44.919Z | trap 4.746918455 |
2077 | 2023-11-21T21:02:44.919Z | tflt 1.247383740 |
2078 | 2023-11-21T21:02:44.919Z | dflt 2.305811815 |
2079 | 2023-11-21T21:02:44.919Z | kflt 0.001400332 |
2080 | 2023-11-21T21:02:44.919Z | lock 8:31:11.272914000 |
2081 | 2023-11-21T21:02:44.919Z | slp 5:30:58.329990592 |
2082 | 2023-11-21T21:02:44.919Z | lat 2:33.551924027 |
2083 | 2023-11-21T21:02:44.919Z | stop 39.543286599 |
2084 | 2023-11-21T21:02:44.919Z | + 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/*) |
2085 | 2023-11-21T21:02:44.919Z | + pfexec mkdir -p /work |
2086 | 2023-11-21T21:02:44.919Z | + pfexec chown build /work |
2087 | 2023-11-21T21:02:44.919Z | + 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 |
2088 | 2023-11-21T21:02:57.679Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2089 | 2023-11-21T21:02:57.679Z | a out/mg-ddm-gz.tar 61253K |
2090 | 2023-11-21T21:02:57.679Z | a out/omicron-sled-agent.tar 109009K |
2091 | 2023-11-21T21:02:57.679Z | a out/target/test 1K |
2092 | 2023-11-21T21:02:57.679Z | a out/npuzone/npuzone 36505K |
2093 | 2023-11-21T21:02:57.679Z | a package-manifest.toml 22K |
2094 | 2023-11-21T21:02:57.679Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2095 | 2023-11-21T21:02:57.679Z | a target/release/omicron-package 41532K |
2096 | 2023-11-21T21:02:57.679Z | a tools/create_virtual_hardware.sh 4K |
2097 | 2023-11-21T21:02:57.679Z | a tools/virtual_hardware.sh 4K |
2098 | 2023-11-21T21:02:57.679Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2099 | 2023-11-21T21:02:57.679Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2100 | 2023-11-21T21:02:57.679Z | a tools/scrimlet/softnpu-init.sh 3K |
2101 | 2023-11-21T21:02:57.679Z | a tools/scrimlet/softnpu-zone.txt 1K |
2102 | 2023-11-21T21:02:57.679Z | a tools/scrimlet/softnpu.toml 1K |
2103 | 2023-11-21T21:02:57.682Z | |
2104 | 2023-11-21T21:02:57.682Z | real 13.199807826 |
2105 | 2023-11-21T21:02:57.682Z | user 12.616147063 |
2106 | 2023-11-21T21:02:57.682Z | sys 1.016742475 |
2107 | 2023-11-21T21:02:57.682Z | trap 0.004287179 |
2108 | 2023-11-21T21:02:57.682Z | tflt 0.000000000 |
2109 | 2023-11-21T21:02:57.682Z | dflt 0.000000000 |
2110 | 2023-11-21T21:02:57.682Z | kflt 0.000000000 |
2111 | 2023-11-21T21:02:57.682Z | lock 0.000000000 |
2112 | 2023-11-21T21:02:57.682Z | slp 12.346472481 |
2113 | 2023-11-21T21:02:57.682Z | lat 0.412591691 |
2114 | 2023-11-21T21:02:57.682Z | stop 0.000233245 |
2115 | 2023-11-21T21:02:57.685Z | ++ pwd |
2116 | 2023-11-21T21:02:57.685Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2117 | 2023-11-21T21:02:57.685Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2118 | 2023-11-21T21:02:57.690Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2119 | 2023-11-21T21:02:58.710Z | Finished release [optimized] target(s) in 0.94s |
2120 | 2023-11-21T21:02:58.736Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2121 | 2023-11-21T21:02:58.774Z | Created new build target 'host' and set it as active |
2122 | 2023-11-21T21:02:58.777Z | |
2123 | 2023-11-21T21:02:58.777Z | real 1.083999924 |
2124 | 2023-11-21T21:02:58.777Z | user 0.763599958 |
2125 | 2023-11-21T21:02:58.777Z | sys 0.321200188 |
2126 | 2023-11-21T21:02:58.777Z | trap 0.000051853 |
2127 | 2023-11-21T21:02:58.777Z | tflt 0.000005385 |
2128 | 2023-11-21T21:02:58.777Z | dflt 0.000019891 |
2129 | 2023-11-21T21:02:58.777Z | kflt 0.000000000 |
2130 | 2023-11-21T21:02:58.777Z | lock 0.033954910 |
2131 | 2023-11-21T21:02:58.777Z | slp 0.018792335 |
2132 | 2023-11-21T21:02:58.777Z | lat 0.001739270 |
2133 | 2023-11-21T21:02:58.777Z | stop 0.000219730 |
2134 | 2023-11-21T21:02:58.780Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2135 | 2023-11-21T21:02:59.770Z | Finished release [optimized] target(s) in 0.90s |
2136 | 2023-11-21T21:02:59.791Z | Running `target/release/omicron-package -t host package` |
2137 | 2023-11-21T21:02:59.831Z | Nov 21 21:02:59.831 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2138 | 2023-11-21T21:03:00.853Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2139 | 2023-11-21T21:06:35.139Z | Finished release [optimized] target(s) in 3m 35s |
2140 | 2023-11-21T21:08:32.987Z | |
2141 | 2023-11-21T21:08:34.881Z | real 5:11.819665371 |
2142 | 2023-11-21T21:08:34.881Z | user 20:17.962881252 |
2143 | 2023-11-21T21:08:34.881Z | sys 1:09.582399457 |
2144 | 2023-11-21T21:08:34.881Z | trap 0.526065123 |
2145 | 2023-11-21T21:08:34.881Z | tflt 0.028829779 |
2146 | 2023-11-21T21:08:34.881Z | dflt 2.051427840 |
2147 | 2023-11-21T21:08:34.881Z | kflt 0.000012909 |
2148 | 2023-11-21T21:08:34.881Z | lock 1:11:42.631417733 |
2149 | 2023-11-21T21:08:34.881Z | slp 17:31.417572884 |
2150 | 2023-11-21T21:08:34.881Z | lat 8.908163729 |
2151 | 2023-11-21T21:08:34.881Z | stop 0.609338597 |
2152 | 2023-11-21T21:08:34.881Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2153 | 2023-11-21T21:08:34.881Z | + for package in "$@" |
2154 | 2023-11-21T21:08:34.881Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2155 | 2023-11-21T21:08:34.881Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 1.0.4-0.ci+git500ab909684 |
2156 | 2023-11-21T21:08:34.881Z | Finished release [optimized] target(s) in 0.96s |
2157 | 2023-11-21T21:08:34.881Z | Running `target/release/omicron-package stamp omicron-sled-agent 1.0.4-0.ci+git500ab909684` |
2158 | 2023-11-21T21:08:34.881Z | Nov 21 21:08:11.713 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-11-21T21:08:35.150Z | Created: out/versioned/omicron-sled-agent.tar |
2160 | 2023-11-21T21:08:35.151Z | + for package in "$@" |
2161 | 2023-11-21T21:08:35.418Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2162 | 2023-11-21T21:08:35.418Z | + echo 0.0.0 |
2163 | 2023-11-21T21:08:35.418Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2164 | 2023-11-21T21:08:35.418Z | a VERSION 1K |
2165 | 2023-11-21T21:08:35.418Z | + rm VERSION |
2166 | 2023-11-21T21:08:35.418Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git500ab909684 |
2167 | 2023-11-21T21:08:35.418Z | Finished release [optimized] target(s) in 0.90s |
2168 | 2023-11-21T21:08:35.418Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git500ab909684` |
2169 | 2023-11-21T21:08:35.418Z | Nov 21 21:08:13.283 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2170 | 2023-11-21T21:08:35.418Z | Created: out/versioned/mg-ddm-gz.tar |
2171 | 2023-11-21T21:08:35.418Z | + for package in "$@" |
2172 | 2023-11-21T21:08:35.418Z | + [[ propolis-server == mg-ddm-gz ]] |
2173 | 2023-11-21T21:08:35.418Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 1.0.4-0.ci+git500ab909684 |
2174 | 2023-11-21T21:08:35.418Z | Finished release [optimized] target(s) in 0.92s |
2175 | 2023-11-21T21:08:35.418Z | Running `target/release/omicron-package stamp propolis-server 1.0.4-0.ci+git500ab909684` |
2176 | 2023-11-21T21:08:35.418Z | Nov 21 21:08:14.649 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2177 | 2023-11-21T21:08:35.418Z | Created: out/versioned/propolis-server.tar.gz |
2178 | 2023-11-21T21:08:35.418Z | + for package in "$@" |
2179 | 2023-11-21T21:08:35.418Z | + [[ overlay == mg-ddm-gz ]] |
2180 | 2023-11-21T21:08:35.418Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 1.0.4-0.ci+git500ab909684 |
2181 | 2023-11-21T21:08:35.418Z | Finished release [optimized] target(s) in 0.94s |
2182 | 2023-11-21T21:08:35.418Z | Running `target/release/omicron-package stamp overlay 1.0.4-0.ci+git500ab909684` |
2183 | 2023-11-21T21:08:35.418Z | Nov 21 21:08:17.556 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2184 | 2023-11-21T21:08:35.418Z | Created: out/versioned/overlay.tar.gz |
2185 | 2023-11-21T21:08:35.418Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2186 | 2023-11-21T21:08:35.418Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2187 | 2023-11-21T21:08:35.418Z | ++ cd -- ./tools |
2188 | 2023-11-21T21:08:35.418Z | ++ pwd |
2189 | 2023-11-21T21:08:35.418Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2190 | 2023-11-21T21:08:35.418Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2191 | 2023-11-21T21:08:35.418Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2192 | 2023-11-21T21:08:35.418Z | ++ readlink -f /work |
2193 | 2023-11-21T21:08:35.418Z | + out_dir=/work |
2194 | 2023-11-21T21:08:35.418Z | + 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") |
2195 | 2023-11-21T21:08:35.418Z | + for dep in "${deps[@]}" |
2196 | 2023-11-21T21:08:35.418Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2197 | 2023-11-21T21:08:35.419Z | + for dep in "${deps[@]}" |
2198 | 2023-11-21T21:08:35.419Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2199 | 2023-11-21T21:08:35.419Z | + for dep in "${deps[@]}" |
2200 | 2023-11-21T21:08:35.419Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2201 | 2023-11-21T21:08:35.419Z | + for dep in "${deps[@]}" |
2202 | 2023-11-21T21:08:35.419Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2203 | 2023-11-21T21:08:35.419Z | ++ mktemp -d |
2204 | 2023-11-21T21:08:35.419Z | + tmp_gz=/tmp/tmp.Yaaayh |
2205 | 2023-11-21T21:08:35.419Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2206 | 2023-11-21T21:08:35.419Z | + echo '{"v":"1","t":"layer"}' |
2207 | 2023-11-21T21:08:35.419Z | + pkg_dir=/tmp/tmp.Yaaayh/root/opt/oxide/sled-agent |
2208 | 2023-11-21T21:08:35.419Z | + mkdir -p /tmp/tmp.Yaaayh/root/opt/oxide/sled-agent |
2209 | 2023-11-21T21:08:35.419Z | + cd /tmp/tmp.Yaaayh/root/opt/oxide/sled-agent |
2210 | 2023-11-21T21:08:35.419Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2211 | 2023-11-21T21:08:35.419Z | x ., 0 bytes, 0 tape blocks |
2212 | 2023-11-21T21:08:35.419Z | x zone-bundle, 41034960 bytes, 80147 tape blocks |
2213 | 2023-11-21T21:08:35.419Z | x sled-agent, 70607064 bytes, 137905 tape blocks |
2214 | 2023-11-21T21:08:35.419Z | x pkg, 0 bytes, 0 tape blocks |
2215 | 2023-11-21T21:08:35.419Z | x pkg/config.toml, 1507 bytes, 3 tape blocks |
2216 | 2023-11-21T21:08:35.423Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2217 | 2023-11-21T21:08:35.423Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2218 | 2023-11-21T21:08:35.423Z | x VERSION, 25 bytes, 1 tape blocks |
2219 | 2023-11-21T21:08:35.423Z | + mkdir -p /tmp/tmp.Yaaayh/root/lib/svc/manifest/site/ |
2220 | 2023-11-21T21:08:35.423Z | + mv pkg/manifest.xml /tmp/tmp.Yaaayh/root/lib/svc/manifest/site/sled-agent.xml |
2221 | 2023-11-21T21:08:35.423Z | + cd - |
2222 | 2023-11-21T21:08:35.423Z | /work/oxidecomputer/omicron |
2223 | 2023-11-21T21:08:35.423Z | + pkg_dir=/tmp/tmp.Yaaayh/root/opt/oxide/mg-ddm |
2224 | 2023-11-21T21:08:35.423Z | + mkdir -p /tmp/tmp.Yaaayh/root/opt/oxide/mg-ddm |
2225 | 2023-11-21T21:08:35.423Z | + cd /tmp/tmp.Yaaayh/root/opt/oxide/mg-ddm |
2226 | 2023-11-21T21:08:35.423Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2227 | 2023-11-21T21:08:35.423Z | x ., 0 bytes, 0 tape blocks |
2228 | 2023-11-21T21:08:35.423Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2229 | 2023-11-21T21:08:35.423Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2230 | 2023-11-21T21:08:35.423Z | x pkg, 0 bytes, 0 tape blocks |
2231 | 2023-11-21T21:08:35.423Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2232 | 2023-11-21T21:08:35.424Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2233 | 2023-11-21T21:08:35.424Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2234 | 2023-11-21T21:08:35.424Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2235 | 2023-11-21T21:08:35.424Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2236 | 2023-11-21T21:08:35.424Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2237 | 2023-11-21T21:08:35.424Z | x VERSION, 25 bytes, 1 tape blocks |
2238 | 2023-11-21T21:08:35.424Z | + cd - |
2239 | 2023-11-21T21:08:35.424Z | /work/oxidecomputer/omicron |
2240 | 2023-11-21T21:08:35.424Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.Yaaayh/root/opt/oxide |
2241 | 2023-11-21T21:08:35.424Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.Yaaayh/root/opt/oxide |
2242 | 2023-11-21T21:08:35.424Z | + cd /tmp/tmp.Yaaayh |
2243 | 2023-11-21T21:08:35.424Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2244 | 2023-11-21T21:08:35.424Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2245 | 2023-11-21T21:08:35.424Z | a oxide.json 1K |
2246 | 2023-11-21T21:08:35.424Z | a root/ 0K |
2247 | 2023-11-21T21:08:35.424Z | a root/opt/ 0K |
2248 | 2023-11-21T21:08:35.424Z | a root/opt/oxide/ 0K |
2249 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/ 0K |
2250 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/zone-bundle 40074K |
2251 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/sled-agent 68953K |
2252 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2253 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2254 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2255 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/sled-agent/VERSION 1K |
2256 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/mg-ddm/ 0K |
2257 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2258 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2259 | 2023-11-21T21:08:35.428Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2260 | 2023-11-21T21:08:35.428Z | + cd / |
2261 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2262 | 2023-11-21T21:08:35.703Z | + rm -rf /tmp/tmp.Yaaayh |
2263 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2264 | 2023-11-21T21:08:35.703Z | |
2265 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2266 | 2023-11-21T21:08:35.703Z | real 11.881070861 |
2267 | 2023-11-21T21:08:35.703Z | user 11.019113918 |
2268 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2269 | 2023-11-21T21:08:35.703Z | sys 0.923228664 |
2270 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2271 | 2023-11-21T21:08:35.703Z | trap 0.003150328 |
2272 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2273 | 2023-11-21T21:08:35.703Z | tflt 0.000000000 |
2274 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2275 | 2023-11-21T21:08:35.703Z | dflt 0.000000000 |
2276 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/propolis-server.tar.gz 64537K |
2277 | 2023-11-21T21:08:35.703Z | kflt 0.000000000 |
2278 | 2023-11-21T21:08:35.703Z | a root/opt/oxide/overlay.tar.gz 2K |
2279 | 2023-11-21T21:08:35.703Z | lock 0.000000000 |
2280 | 2023-11-21T21:08:35.703Z | a root/lib/ 0K |
2281 | 2023-11-21T21:08:35.703Z | slp 22.932987893 |
2282 | 2023-11-21T21:08:35.703Z | a root/lib/svc/ 0K |
2283 | 2023-11-21T21:08:35.703Z | lat 0.369585312 |
2284 | 2023-11-21T21:08:35.703Z | a root/lib/svc/manifest/ 0K |
2285 | 2023-11-21T21:08:35.704Z | stop 0.000297392 |
2286 | 2023-11-21T21:08:35.704Z | a root/lib/svc/manifest/site/ 0K |
2287 | 2023-11-21T21:08:35.704Z | + mkdir -p /work/zones |
2288 | 2023-11-21T21:08:35.704Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2289 | 2023-11-21T21:08:35.704Z | + 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) |
2290 | 2023-11-21T21:08:35.704Z | Created new build target 'recovery' and set it as active |
2291 | 2023-11-21T21:08:35.704Z | + 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/ |
2292 | 2023-11-21T21:08:35.704Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2293 | 2023-11-21T21:08:35.704Z | Finished release [optimized] target(s) in 1.10s |
2294 | 2023-11-21T21:08:35.704Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2295 | 2023-11-21T21:08:35.704Z | |
2296 | 2023-11-21T21:08:35.704Z | real 1.260659943 |
2297 | 2023-11-21T21:08:35.704Z | user 0.885903216 |
2298 | 2023-11-21T21:08:35.704Z | sys 0.373736664 |
2299 | 2023-11-21T21:08:35.704Z | trap 0.000641306 |
2300 | 2023-11-21T21:08:35.704Z | tflt 0.000046239 |
2301 | 2023-11-21T21:08:35.704Z | dflt 0.000066732 |
2302 | 2023-11-21T21:08:35.704Z | kflt 0.000000000 |
2303 | 2023-11-21T21:08:35.704Z | lock 0.033977885 |
2304 | 2023-11-21T21:08:35.704Z | slp 0.023689259 |
2305 | 2023-11-21T21:08:35.704Z | lat 0.003917567 |
2306 | 2023-11-21T21:08:35.704Z | stop 0.000244455 |
2307 | 2023-11-21T21:08:35.706Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2308 | 2023-11-21T21:08:35.839Z | Finished release [optimized] target(s) in 1.04s |
2309 | 2023-11-21T21:08:35.839Z | Running `target/release/omicron-package -t recovery package` |
2310 | 2023-11-21T21:08:35.839Z | Nov 21 21:08:35.679 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2311 | 2023-11-21T21:08:36.680Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2312 | 2023-11-21T21:08:41.019Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2313 | 2023-11-21T21:09:12.531Z | Finished release [optimized] target(s) in 36.76s |
2314 | 2023-11-21T21:09:28.802Z | |
2315 | 2023-11-21T21:09:28.805Z | real 54.326343428 |
2316 | 2023-11-21T21:09:28.805Z | user 2:34.671719011 |
2317 | 2023-11-21T21:09:28.805Z | sys 11.766867368 |
2318 | 2023-11-21T21:09:28.805Z | trap 0.080014935 |
2319 | 2023-11-21T21:09:28.805Z | tflt 0.057082217 |
2320 | 2023-11-21T21:09:28.805Z | dflt 0.888252852 |
2321 | 2023-11-21T21:09:28.805Z | kflt 0.021773773 |
2322 | 2023-11-21T21:09:28.805Z | lock 12:07.661824113 |
2323 | 2023-11-21T21:09:28.805Z | slp 2:36.747233669 |
2324 | 2023-11-21T21:09:28.805Z | lat 1.939572692 |
2325 | 2023-11-21T21:09:28.805Z | stop 0.193521815 |
2326 | 2023-11-21T21:09:28.805Z | + stamp_packages installinator mg-ddm-gz |
2327 | 2023-11-21T21:09:28.805Z | + for package in "$@" |
2328 | 2023-11-21T21:09:28.809Z | + [[ installinator == mg-ddm-gz ]] |
2329 | 2023-11-21T21:09:28.809Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 1.0.4-0.ci+git500ab909684 |
2330 | 2023-11-21T21:09:29.848Z | Finished release [optimized] target(s) in 0.96s |
2331 | 2023-11-21T21:09:29.880Z | Running `target/release/omicron-package stamp installinator 1.0.4-0.ci+git500ab909684` |
2332 | 2023-11-21T21:09:29.919Z | Nov 21 21:09:29.917 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2333 | 2023-11-21T21:09:30.052Z | Created: out/versioned/installinator.tar |
2334 | 2023-11-21T21:09:30.062Z | + for package in "$@" |
2335 | 2023-11-21T21:09:30.062Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2336 | 2023-11-21T21:09:30.062Z | + echo 0.0.0 |
2337 | 2023-11-21T21:09:30.062Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2338 | 2023-11-21T21:09:30.062Z | a VERSION 1K |
2339 | 2023-11-21T21:09:30.062Z | + rm VERSION |
2340 | 2023-11-21T21:09:30.064Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 1.0.4-0.ci+git500ab909684 |
2341 | 2023-11-21T21:09:31.103Z | Finished release [optimized] target(s) in 0.96s |
2342 | 2023-11-21T21:09:31.142Z | Running `target/release/omicron-package stamp mg-ddm-gz 1.0.4-0.ci+git500ab909684` |
2343 | 2023-11-21T21:09:31.175Z | Nov 21 21:09:31.176 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2344 | 2023-11-21T21:09:31.359Z | Created: out/versioned/mg-ddm-gz.tar |
2345 | 2023-11-21T21:09:31.369Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2346 | 2023-11-21T21:09:31.374Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2347 | 2023-11-21T21:09:31.380Z | ++ cd -- ./tools |
2348 | 2023-11-21T21:09:31.380Z | ++ pwd |
2349 | 2023-11-21T21:09:31.380Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2350 | 2023-11-21T21:09:31.380Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2351 | 2023-11-21T21:09:31.387Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2352 | 2023-11-21T21:09:31.387Z | ++ readlink -f /work |
2353 | 2023-11-21T21:09:31.387Z | + out_dir=/work |
2354 | 2023-11-21T21:09:31.387Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2355 | 2023-11-21T21:09:31.387Z | + for dep in "${deps[@]}" |
2356 | 2023-11-21T21:09:31.387Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2357 | 2023-11-21T21:09:31.387Z | + for dep in "${deps[@]}" |
2358 | 2023-11-21T21:09:31.387Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2359 | 2023-11-21T21:09:31.387Z | ++ mktemp -d |
2360 | 2023-11-21T21:09:31.387Z | + tmp_trampoline=/tmp/tmp.6bayCh |
2361 | 2023-11-21T21:09:31.387Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2362 | 2023-11-21T21:09:31.387Z | + echo '{"v":"1","t":"layer"}' |
2363 | 2023-11-21T21:09:31.387Z | + pkg_dir=/tmp/tmp.6bayCh/root/opt/oxide/installinator |
2364 | 2023-11-21T21:09:31.387Z | + mkdir -p /tmp/tmp.6bayCh/root/opt/oxide/installinator |
2365 | 2023-11-21T21:09:31.392Z | + cd /tmp/tmp.6bayCh/root/opt/oxide/installinator |
2366 | 2023-11-21T21:09:31.392Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2367 | 2023-11-21T21:09:31.455Z | x ., 0 bytes, 0 tape blocks |
2368 | 2023-11-21T21:09:31.455Z | x installinator, 52225440 bytes, 102003 tape blocks |
2369 | 2023-11-21T21:09:31.455Z | x pkg, 0 bytes, 0 tape blocks |
2370 | 2023-11-21T21:09:31.455Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2371 | 2023-11-21T21:09:31.455Z | x VERSION, 25 bytes, 1 tape blocks |
2372 | 2023-11-21T21:09:32.319Z | + mkdir -p /tmp/tmp.6bayCh/root/lib/svc/manifest/site/ |
2373 | 2023-11-21T21:09:32.320Z | + mv pkg/manifest.xml /tmp/tmp.6bayCh/root/lib/svc/manifest/site/installinator.xml |
2374 | 2023-11-21T21:09:32.320Z | + cd - |
2375 | 2023-11-21T21:09:32.320Z | /work/oxidecomputer/omicron |
2376 | 2023-11-21T21:09:32.320Z | + pkg_dir=/tmp/tmp.6bayCh/root/opt/oxide/mg-ddm |
2377 | 2023-11-21T21:09:32.320Z | + mkdir -p /tmp/tmp.6bayCh/root/opt/oxide/mg-ddm |
2378 | 2023-11-21T21:09:32.320Z | + cd /tmp/tmp.6bayCh/root/opt/oxide/mg-ddm |
2379 | 2023-11-21T21:09:32.320Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2380 | 2023-11-21T21:09:32.320Z | x ., 0 bytes, 0 tape blocks |
2381 | 2023-11-21T21:09:32.320Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2382 | 2023-11-21T21:09:32.320Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2383 | 2023-11-21T21:09:32.320Z | x pkg, 0 bytes, 0 tape blocks |
2384 | 2023-11-21T21:09:32.320Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2385 | 2023-11-21T21:09:32.320Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2386 | 2023-11-21T21:09:32.320Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2387 | 2023-11-21T21:09:32.321Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2388 | 2023-11-21T21:09:32.321Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2389 | 2023-11-21T21:09:32.321Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2390 | 2023-11-21T21:09:32.321Z | x VERSION, 25 bytes, 1 tape blocks |
2391 | 2023-11-21T21:09:32.321Z | + cd - |
2392 | 2023-11-21T21:09:32.321Z | /work/oxidecomputer/omicron |
2393 | 2023-11-21T21:09:32.321Z | + cd /tmp/tmp.6bayCh |
2394 | 2023-11-21T21:09:32.321Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2395 | 2023-11-21T21:09:37.517Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2396 | 2023-11-21T21:09:37.517Z | a oxide.json 1K |
2397 | 2023-11-21T21:09:37.517Z | a root/ 0K |
2398 | 2023-11-21T21:09:37.517Z | a root/opt/ 0K |
2399 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/ 0K |
2400 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/installinator/ 0K |
2401 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/installinator/installinator 51002K |
2402 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/installinator/pkg/ 0K |
2403 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/installinator/VERSION 1K |
2404 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/mg-ddm/ 0K |
2405 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2406 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2407 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2408 | 2023-11-21T21:09:37.517Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2409 | 2023-11-21T21:09:37.518Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2410 | 2023-11-21T21:09:37.518Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2411 | 2023-11-21T21:09:37.518Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2412 | 2023-11-21T21:09:37.518Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2413 | 2023-11-21T21:09:37.518Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2414 | 2023-11-21T21:09:37.519Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2415 | 2023-11-21T21:09:37.519Z | a root/lib/ 0K |
2416 | 2023-11-21T21:09:37.519Z | a root/lib/svc/ 0K |
2417 | 2023-11-21T21:09:37.519Z | a root/lib/svc/manifest/ 0K |
2418 | 2023-11-21T21:09:37.519Z | a root/lib/svc/manifest/site/ 0K |
2419 | 2023-11-21T21:09:37.519Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2420 | 2023-11-21T21:09:37.523Z | + cd / |
2421 | 2023-11-21T21:09:37.523Z | + rm -rf /tmp/tmp.6bayCh |
2422 | 2023-11-21T21:09:37.543Z | |
2423 | 2023-11-21T21:09:37.544Z | real 6.179536276 |
2424 | 2023-11-21T21:09:37.547Z | user 5.774361120 |
2425 | 2023-11-21T21:09:37.547Z | sys 0.436581439 |
2426 | 2023-11-21T21:09:37.547Z | trap 0.001577986 |
2427 | 2023-11-21T21:09:37.547Z | tflt 0.000000000 |
2428 | 2023-11-21T21:09:37.547Z | dflt 0.000000000 |
2429 | 2023-11-21T21:09:37.547Z | kflt 0.000000000 |
2430 | 2023-11-21T21:09:37.547Z | lock 0.000000000 |
2431 | 2023-11-21T21:09:37.547Z | slp 11.940977086 |
2432 | 2023-11-21T21:09:37.547Z | lat 0.183474732 |
2433 | 2023-11-21T21:09:37.547Z | stop 0.000349211 |
2434 | 2023-11-21T21:09:37.547Z | process exited: duration 2374513 ms, exit code 0 |
|
2435 | 2023-11-21T21:09:37.573Z | found 21 output files |
2436 | 2023-11-21T21:09:37.573Z | uploading: /work/version.txt (26 bytes) |
2437 | 2023-11-21T21:09:38.590Z | uploaded: /work/version.txt |
2438 | 2023-11-21T21:09:38.591Z | uploading: /work/package.tar.gz (80043317 bytes) |
2439 | 2023-11-21T21:10:15.214Z | uploaded: /work/package.tar.gz |
2440 | 2023-11-21T21:10:15.222Z | uploading: /work/global-zone-packages.tar.gz (121079567 bytes) |
2441 | 2023-11-21T21:11:06.178Z | uploaded: /work/global-zone-packages.tar.gz |
2442 | 2023-11-21T21:11:06.178Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36508784 bytes) |
2443 | 2023-11-21T21:11:38.540Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2444 | 2023-11-21T21:11:38.540Z | uploading: /work/zones/clickhouse.tar.gz (181750002 bytes) |
2445 | 2023-11-21T21:12:55.076Z | uploaded: /work/zones/clickhouse.tar.gz |
2446 | 2023-11-21T21:12:55.076Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181749729 bytes) |
2447 | 2023-11-21T21:13:59.724Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2448 | 2023-11-21T21:13:59.724Z | uploading: /work/zones/cockroachdb.tar.gz (118823365 bytes) |
2449 | 2023-11-21T21:15:01.852Z | uploaded: /work/zones/cockroachdb.tar.gz |
2450 | 2023-11-21T21:15:01.852Z | uploading: /work/zones/crucible-pantry.tar.gz (22571628 bytes) |
2451 | 2023-11-21T21:15:14.155Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2452 | 2023-11-21T21:15:14.155Z | uploading: /work/zones/crucible.tar.gz (42628211 bytes) |
2453 | 2023-11-21T21:15:29.333Z | uploaded: /work/zones/crucible.tar.gz |
2454 | 2023-11-21T21:15:29.333Z | uploading: /work/zones/external-dns.tar.gz (24176221 bytes) |
2455 | 2023-11-21T21:15:39.450Z | uploaded: /work/zones/external-dns.tar.gz |
2456 | 2023-11-21T21:15:39.450Z | uploading: /work/zones/internal-dns.tar.gz (24176221 bytes) |
2457 | 2023-11-21T21:15:48.120Z | uploaded: /work/zones/internal-dns.tar.gz |
2458 | 2023-11-21T21:15:48.120Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2459 | 2023-11-21T21:15:49.133Z | uploaded: /work/zones/ntp.tar.gz |
2460 | 2023-11-21T21:15:49.135Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18142247 bytes) |
2461 | 2023-11-21T21:15:53.815Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2462 | 2023-11-21T21:15:53.815Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18138799 bytes) |
2463 | 2023-11-21T21:16:01.956Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2464 | 2023-11-21T21:16:01.956Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (74815742 bytes) |
2465 | 2023-11-21T21:16:25.897Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2466 | 2023-11-21T21:16:25.897Z | uploading: /work/zones/omicron-nexus.tar.gz (74816172 bytes) |
2467 | 2023-11-21T21:16:48.760Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2468 | 2023-11-21T21:16:48.760Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2469 | 2023-11-21T21:16:49.808Z | uploaded: /work/zones/overlay.tar.gz |
2470 | 2023-11-21T21:16:49.809Z | uploading: /work/zones/oximeter-collector.tar.gz (34065941 bytes) |
2471 | 2023-11-21T21:17:00.790Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2472 | 2023-11-21T21:17:00.790Z | uploading: /work/zones/propolis-server.tar.gz (66081988 bytes) |
2473 | 2023-11-21T21:17:21.320Z | uploaded: /work/zones/propolis-server.tar.gz |
2474 | 2023-11-21T21:17:21.320Z | uploading: /work/zones/switch-asic.tar.gz (247355749 bytes) |
2475 | 2023-11-21T21:19:13.764Z | uploaded: /work/zones/switch-asic.tar.gz |
2476 | 2023-11-21T21:19:13.764Z | uploading: /work/zones/switch-softnpu.tar.gz (171355407 bytes) |
2477 | 2023-11-21T21:20:35.379Z | uploaded: /work/zones/switch-softnpu.tar.gz |