|
|
|
1 | 2023-12-19T22:01:24.723Z | job assigned to worker 01HJ21F948JPJJZS2CAQEQ5H4X (queued for 1 m 35 s) |
|
2 | 2023-12-19T22:01:25.179Z | starting task 0: "setup" |
3 | 2023-12-19T22:01:25.413Z | ++ uname -s |
4 | 2023-12-19T22:01:25.419Z | + kern=SunOS |
5 | 2023-12-19T22:01:25.419Z | + case "$kern" in |
6 | 2023-12-19T22:01:25.419Z | + groupadd -g 12345 build |
7 | 2023-12-19T22:01:25.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-19T22:01:27.429Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-19T22:01:27.516Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-19T22:01:27.519Z | + home_fs=zfs |
11 | 2023-12-19T22:01:27.519Z | + [[ zfs == autofs ]] |
12 | 2023-12-19T22:01:27.519Z | + mkdir -p /home/build |
13 | 2023-12-19T22:01:27.522Z | + chown build:build /home/build /work |
14 | 2023-12-19T22:01:29.549Z | + chmod 0700 /home/build /work |
15 | 2023-12-19T22:01:29.573Z | process exited: duration 4347 ms, exit code 0 |
|
16 | 2023-12-19T22:01:29.625Z | starting task 1: "rust-toolchain" |
17 | 2023-12-19T22:01:29.641Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-19T22:01:29.641Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-19T22:01:29.801Z | info: downloading installer |
20 | 2023-12-19T22:01:32.087Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-19T22:01:32.087Z | warning: /opt/ooce/bin |
22 | 2023-12-19T22:01:32.087Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-19T22:01:32.087Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-19T22:01:32.087Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-19T22:01:32.087Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-19T22:01:32.087Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-19T22:01:32.087Z | error: cannot install while Rust is installed |
28 | 2023-12-19T22:01:32.087Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-19T22:01:32.249Z | info: profile set to 'default' |
30 | 2023-12-19T22:01:32.249Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-19T22:01:32.253Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-19T22:01:32.437Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-19T22:01:32.442Z | info: downloading component 'cargo' |
34 | 2023-12-19T22:01:33.221Z | info: downloading component 'clippy' |
35 | 2023-12-19T22:01:33.501Z | info: downloading component 'rust-docs' |
36 | 2023-12-19T22:01:34.892Z | info: downloading component 'rust-std' |
37 | 2023-12-19T22:01:36.269Z | info: downloading component 'rustc' |
38 | 2023-12-19T22:01:40.609Z | info: downloading component 'rustfmt' |
39 | 2023-12-19T22:01:40.860Z | info: installing component 'cargo' |
40 | 2023-12-19T22:01:42.657Z | info: installing component 'clippy' |
41 | 2023-12-19T22:01:43.441Z | info: installing component 'rust-docs' |
42 | 2023-12-19T22:01:46.146Z | info: installing component 'rust-std' |
43 | 2023-12-19T22:02:02.033Z | info: installing component 'rustc' |
44 | 2023-12-19T22:02:02.407Z | info: installing component 'rustfmt' |
45 | 2023-12-19T22:02:02.667Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-19T22:02:02.667Z | |
47 | 2023-12-19T22:02:02.668Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-19T22:02:02.668Z | |
49 | 2023-12-19T22:02:02.668Z | |
50 | 2023-12-19T22:02:02.668Z | Rust is installed now. Great! |
51 | 2023-12-19T22:02:02.669Z | |
52 | 2023-12-19T22:02:02.669Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-19T22:02:02.669Z | environment variable. This has not been done automatically. |
54 | 2023-12-19T22:02:02.669Z | |
55 | 2023-12-19T22:02:02.669Z | To configure your current shell, run: |
56 | 2023-12-19T22:02:02.669Z | source "$HOME/.cargo/env" |
57 | 2023-12-19T22:02:02.670Z | + rustc --version |
58 | 2023-12-19T22:02:02.670Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-19T22:02:02.860Z | process exited: duration 30298 ms, exit code 0 |
|
60 | 2023-12-19T22:02:02.998Z | starting task 2: "authentication" |
61 | 2023-12-19T22:02:03.541Z | process exited: duration 550 ms, exit code 0 |
|
62 | 2023-12-19T22:02:04.016Z | starting task 3: "clone repository" |
63 | 2023-12-19T22:02:04.036Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-19T22:02:04.036Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-19T22:02:04.036Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-19T22:02:11.772Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-19T22:02:11.772Z | + [[ -n sled-uninit-list-fix-fake-pagination ]] |
68 | 2023-12-19T22:02:11.776Z | + git fetch origin sled-uninit-list-fix-fake-pagination |
69 | 2023-12-19T22:02:12.127Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-19T22:02:12.127Z | * branch sled-uninit-list-fix-fake-pagination -> FETCH_HEAD |
71 | 2023-12-19T22:02:12.138Z | + git checkout -B sled-uninit-list-fix-fake-pagination remotes/origin/sled-uninit-list-fix-fake-pagination |
72 | 2023-12-19T22:02:12.241Z | Switched to a new branch 'sled-uninit-list-fix-fake-pagination' |
73 | 2023-12-19T22:02:12.245Z | branch 'sled-uninit-list-fix-fake-pagination' set up to track 'origin/sled-uninit-list-fix-fake-pagination'. |
74 | 2023-12-19T22:02:12.245Z | + git reset --hard 06a385178b6b5ac06ab7c46eee164f19212f2f0d |
75 | 2023-12-19T22:02:12.269Z | HEAD is now at 06a38517 review fixes |
76 | 2023-12-19T22:02:12.273Z | process exited: duration 8665 ms, exit code 0 |
|
77 | 2023-12-19T22:02:12.279Z | starting task 4: "build" |
78 | 2023-12-19T22:02:12.286Z | + cargo --version |
79 | 2023-12-19T22:02:12.293Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-19T22:02:12.501Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-19T22:02:12.504Z | info: downloading component 'cargo' |
82 | 2023-12-19T22:02:13.148Z | info: downloading component 'clippy' |
83 | 2023-12-19T22:02:13.356Z | info: downloading component 'rust-docs' |
84 | 2023-12-19T22:02:14.159Z | info: downloading component 'rust-std' |
85 | 2023-12-19T22:02:15.473Z | info: downloading component 'rustc' |
86 | 2023-12-19T22:02:18.779Z | info: downloading component 'rustfmt' |
87 | 2023-12-19T22:02:18.968Z | info: installing component 'cargo' |
88 | 2023-12-19T22:02:20.243Z | info: installing component 'clippy' |
89 | 2023-12-19T22:02:20.720Z | info: installing component 'rust-docs' |
90 | 2023-12-19T22:02:23.473Z | info: installing component 'rust-std' |
91 | 2023-12-19T22:02:26.099Z | info: installing component 'rustc' |
92 | 2023-12-19T22:02:32.233Z | info: installing component 'rustfmt' |
93 | 2023-12-19T22:02:32.769Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-19T22:02:32.772Z | + rustc --version |
95 | 2023-12-19T22:02:32.888Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-19T22:02:32.897Z | ++ git rev-parse HEAD |
97 | 2023-12-19T22:02:32.900Z | + COMMIT=06a385178b6b5ac06ab7c46eee164f19212f2f0d |
98 | 2023-12-19T22:02:32.900Z | + VERSION=5.0.0-0.ci+git06a385178b6 |
99 | 2023-12-19T22:02:32.902Z | + echo 5.0.0-0.ci+git06a385178b6 |
100 | 2023-12-19T22:02:32.902Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-19T22:02:42.646Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-19T22:02:44.066Z | Startup: Caching catalogs ... Done |
103 | 2023-12-19T22:02:51.504Z | Planning: Solver setup ... Done (7.044s) |
104 | 2023-12-19T22:02:51.672Z | Planning: Running solver ... Done (0.168s) |
105 | 2023-12-19T22:02:51.867Z | Planning: Finding local manifests ... Done (0.120s) |
106 | 2023-12-19T22:02:53.527Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-19T22:02:53.527Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-19T22:02:53.528Z | Planning: Package planning ... Done (0.312s) |
109 | 2023-12-19T22:02:53.528Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-19T22:02:54.095Z | Planning: Checking for conflicting actions ... Done (1.271s) |
111 | 2023-12-19T22:02:54.114Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-19T22:03:03.791Z | Planning: Evaluating mediators ... Done (9.677s) |
113 | 2023-12-19T22:03:04.316Z | Planning: Planning completed in 19.82 seconds |
114 | 2023-12-19T22:03:09.845Z | Packages to install: 4 |
115 | 2023-12-19T22:03:09.845Z | Packages to update: 2 |
116 | 2023-12-19T22:03:09.853Z | Mediators to change: 2 |
117 | 2023-12-19T22:03:09.853Z | Services to change: 1 |
118 | 2023-12-19T22:03:09.853Z | Estimated space available: 148.88 GB |
119 | 2023-12-19T22:03:09.853Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-19T22:03:09.853Z | Create boot environment: No |
121 | 2023-12-19T22:03:09.853Z | Create backup boot environment: Yes |
122 | 2023-12-19T22:03:09.853Z | Rebuild boot archive: No |
123 | 2023-12-19T22:03:09.854Z | |
124 | 2023-12-19T22:03:09.854Z | Changed mediators: |
125 | 2023-12-19T22:03:09.854Z | mediator clang: |
126 | 2023-12-19T22:03:09.854Z | version: None -> 15 (system default) |
127 | 2023-12-19T22:03:09.854Z | |
128 | 2023-12-19T22:03:09.855Z | mediator llvm: |
129 | 2023-12-19T22:03:09.855Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-19T22:03:09.855Z | |
131 | 2023-12-19T22:03:09.855Z | Changed packages: |
132 | 2023-12-19T22:03:09.855Z | helios-dev |
133 | 2023-12-19T22:03:09.855Z | developer/build-essential |
134 | 2023-12-19T22:03:09.855Z | None -> 11-2.0 |
135 | 2023-12-19T22:03:09.855Z | library/libxmlsec1 |
136 | 2023-12-19T22:03:09.855Z | None -> 1.2.35-2.0 |
137 | 2023-12-19T22:03:09.855Z | ooce/developer/clang-15 |
138 | 2023-12-19T22:03:09.855Z | None -> 15.0.7-2.0 |
139 | 2023-12-19T22:03:09.855Z | ooce/developer/llvm-15 |
140 | 2023-12-19T22:03:09.855Z | None -> 15.0.7-2.0 |
141 | 2023-12-19T22:03:09.855Z | system/library/g++-runtime |
142 | 2023-12-19T22:03:09.856Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-19T22:03:09.856Z | system/library/gcc-runtime |
144 | 2023-12-19T22:03:09.856Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-19T22:03:09.856Z | |
146 | 2023-12-19T22:03:09.856Z | Services: |
147 | 2023-12-19T22:03:09.856Z | restart_fmri: |
148 | 2023-12-19T22:03:09.856Z | svc:/system/update-man-index:default |
149 | 2023-12-19T22:03:10.024Z | |
150 | 2023-12-19T22:03:10.024Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-19T22:03:16.180Z | Download: 212/3330 items 1.3/221.1MB 0% complete (608k/s) |
152 | 2023-12-19T22:03:22.311Z | Download: 1198/3330 items 83.5/221.1MB 37% complete (8.3M/s) |
153 | 2023-12-19T22:03:27.310Z | Download: 2714/3330 items 120.5/221.1MB 54% complete (10.3M/s) |
154 | 2023-12-19T22:03:31.603Z | Download: Completed 221.11 MB in 21.59 seconds (10.2M/s) |
155 | 2023-12-19T22:03:33.411Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-19T22:03:33.411Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-19T22:03:38.441Z | Actions: 2971/3766 actions (Installing new actions) |
158 | 2023-12-19T22:03:41.323Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-19T22:03:41.795Z | Actions: Completed 3766 actions in 8.37 seconds. |
160 | 2023-12-19T22:03:42.011Z | Done (0.200s) |
161 | 2023-12-19T22:03:42.016Z | Done (0.000s) |
162 | 2023-12-19T22:03:42.277Z | Done (0.285s) |
163 | 2023-12-19T22:03:49.512Z | Done (7.110s) |
164 | 2023-12-19T22:03:49.697Z | Done (0.090s) |
165 | 2023-12-19T22:03:49.700Z | Done (0.000s) |
166 | 2023-12-19T22:03:49.915Z | Done (0.000s) |
167 | 2023-12-19T22:03:50.639Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-19T22:03:50.920Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-19T22:03:50.927Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-19T22:03:51.355Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-19T22:03:51.368Z | Planning: Planning completed in 0.71 seconds |
172 | 2023-12-19T22:03:51.422Z | Mediators to change: 2 |
173 | 2023-12-19T22:03:51.422Z | Create boot environment: No |
174 | 2023-12-19T22:03:51.422Z | Create backup boot environment: No |
175 | 2023-12-19T22:03:51.578Z | Done |
176 | 2023-12-19T22:03:51.578Z | Done |
177 | 2023-12-19T22:03:51.752Z | Done |
178 | 2023-12-19T22:03:57.369Z | Done |
179 | 2023-12-19T22:03:57.497Z | Done |
180 | 2023-12-19T22:03:57.527Z | Done |
181 | 2023-12-19T22:03:57.587Z | Done |
182 | 2023-12-19T22:03:58.603Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-19T22:03:58.610Z | Planning: Merging actions ... Done |
184 | 2023-12-19T22:03:58.937Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-19T22:03:58.940Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-19T22:03:59.386Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-19T22:03:59.465Z | Planning: Planning completed in 1.30 seconds |
188 | 2023-12-19T22:03:59.538Z | Packages to change: 1 |
189 | 2023-12-19T22:03:59.553Z | Mediators to change: 1 |
190 | 2023-12-19T22:03:59.553Z | Services to change: 1 |
191 | 2023-12-19T22:03:59.553Z | Create boot environment: No |
192 | 2023-12-19T22:03:59.553Z | Create backup boot environment: Yes |
193 | 2023-12-19T22:04:01.776Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-19T22:04:01.780Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-19T22:04:01.780Z | Done |
196 | 2023-12-19T22:04:01.780Z | Done |
197 | 2023-12-19T22:04:01.844Z | Done |
198 | 2023-12-19T22:04:07.768Z | Done |
199 | 2023-12-19T22:04:07.892Z | Done |
200 | 2023-12-19T22:04:07.907Z | Done |
201 | 2023-12-19T22:04:07.991Z | Done |
202 | 2023-12-19T22:04:08.656Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-19T22:04:08.656Z | clang system 15 system |
204 | 2023-12-19T22:04:08.656Z | csh system system illumos |
205 | 2023-12-19T22:04:08.656Z | ctags system system illumos |
206 | 2023-12-19T22:04:08.656Z | gcc vendor 12 vendor |
207 | 2023-12-19T22:04:08.656Z | gcc system 10 system |
208 | 2023-12-19T22:04:08.656Z | gcc system 7 system |
209 | 2023-12-19T22:04:08.656Z | go system 1.20 system |
210 | 2023-12-19T22:04:08.656Z | go system 1.19 system |
211 | 2023-12-19T22:04:08.657Z | llvm system 15 system |
212 | 2023-12-19T22:04:08.657Z | llvm system 14 system |
213 | 2023-12-19T22:04:08.657Z | mariadb system 10.6 system |
214 | 2023-12-19T22:04:08.657Z | mta vendor vendor dma |
215 | 2023-12-19T22:04:08.657Z | openjdk system 17 system |
216 | 2023-12-19T22:04:08.657Z | openjdk system 11 system |
217 | 2023-12-19T22:04:08.657Z | openjdk system 1.8 system |
218 | 2023-12-19T22:04:08.657Z | openssl vendor 3 vendor |
219 | 2023-12-19T22:04:08.657Z | perl system 5.36 system |
220 | 2023-12-19T22:04:08.657Z | postgresql system 15 system |
221 | 2023-12-19T22:04:08.657Z | postgresql system 13 system |
222 | 2023-12-19T22:04:08.657Z | python vendor 3 vendor |
223 | 2023-12-19T22:04:08.657Z | python system 2 system |
224 | 2023-12-19T22:04:08.657Z | python3 system 3.11 system |
225 | 2023-12-19T22:04:08.657Z | ruby system 3.0 system |
226 | 2023-12-19T22:04:08.657Z | words vendor vendor american-english |
227 | 2023-12-19T22:04:08.659Z | words system system australian-english |
228 | 2023-12-19T22:04:08.659Z | words system system british-english |
229 | 2023-12-19T22:04:08.659Z | words system system canadian-english |
230 | 2023-12-19T22:04:08.659Z | words system system french |
231 | 2023-12-19T22:04:08.659Z | words system system italian |
232 | 2023-12-19T22:04:08.659Z | words system system ngerman |
233 | 2023-12-19T22:04:08.659Z | words system system ogerman |
234 | 2023-12-19T22:04:08.659Z | words system system spanish |
235 | 2023-12-19T22:04:09.188Z | FMRI IFO |
236 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-19T22:04:09.188Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-19T22:04:09.189Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-19T22:04:09.189Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-19T22:04:09.259Z | + set -o errexit |
245 | 2023-12-19T22:04:09.266Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-19T22:04:09.266Z | ++ cd ./tools |
247 | 2023-12-19T22:04:09.266Z | ++ pwd |
248 | 2023-12-19T22:04:09.266Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-19T22:04:09.266Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-19T22:04:09.266Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-19T22:04:09.277Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-19T22:04:09.277Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-19T22:04:09.277Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-19T22:04:09.277Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-19T22:04:09.277Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-19T22:04:09.278Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-19T22:04:09.278Z | + TARGET_DIR=out |
258 | 2023-12-19T22:04:09.279Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-19T22:04:09.279Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-19T22:04:09.279Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-19T22:04:09.279Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-19T22:04:09.279Z | + main |
263 | 2023-12-19T22:04:09.280Z | + [[ 0 != 0 ]] |
264 | 2023-12-19T22:04:09.280Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-19T22:04:09.280Z | + [[ 0 != 0 ]] |
266 | 2023-12-19T22:04:09.280Z | + configure_os solaris2.11 |
267 | 2023-12-19T22:04:09.280Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-19T22:04:09.280Z | + echo 'configuring based on OS: "solaris2.11"' |
269 | 2023-12-19T22:04:09.280Z | current directory: /work/oxidecomputer/omicron |
270 | 2023-12-19T22:04:09.280Z | configuring based on OS: "solaris2.11" |
271 | 2023-12-19T22:04:09.281Z | + case "$1" in |
272 | 2023-12-19T22:04:09.281Z | + CIDL_BUILD=illumos |
273 | 2023-12-19T22:04:09.281Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-12-19T22:04:09.281Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-19T22:04:09.281Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-19T22:04:09.281Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-19T22:04:09.282Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-19T22:04:09.283Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-19T22:04:09.283Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-19T22:04:09.283Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-19T22:04:09.283Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-19T22:04:09.283Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-19T22:04:09.283Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-19T22:04:09.283Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-19T22:04:09.283Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-19T22:04:09.283Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
287 | 2023-12-19T22:04:09.283Z | + mkdir -p out/downloads |
288 | 2023-12-19T22:04:09.292Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-19T22:04:09.292Z | + local DO_DOWNLOAD=true |
290 | 2023-12-19T22:04:09.292Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-19T22:04:09.292Z | + '[' true == true ']' |
292 | 2023-12-19T22:04:09.292Z | + echo Downloading... |
293 | 2023-12-19T22:04:09.292Z | Downloading... |
294 | 2023-12-19T22:04:09.293Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-19T22:04:09.293Z | + 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 |
296 | 2023-12-19T22:04:15.825Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-19T22:04:15.829Z | ++ md5sum |
298 | 2023-12-19T22:04:15.829Z | ++ awk '{print $1}' |
299 | 2023-12-19T22:04:16.424Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-19T22:04:16.424Z | + [[ 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 ]] |
301 | 2023-12-19T22:04:16.424Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-19T22:04:16.432Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-19T22:04:19.388Z | + do_assemble_illumos |
304 | 2023-12-19T22:04:19.389Z | + rm -r ./out/cockroachdb |
305 | 2023-12-19T22:04:19.399Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-19T22:04:20.018Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-19T22:04:20.617Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-19T22:04:20.617Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-19T22:04:20.618Z | Distribution: OSS |
310 | 2023-12-19T22:04:20.618Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-19T22:04:20.618Z | Go Version: go1.17.13 |
312 | 2023-12-19T22:04:20.618Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-19T22:04:20.618Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-19T22:04:20.618Z | Build Type: release |
315 | 2023-12-19T22:04:20.618Z | + set -o errexit |
316 | 2023-12-19T22:04:20.618Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-19T22:04:20.618Z | ++ cd ./tools |
318 | 2023-12-19T22:04:20.618Z | ++ pwd |
319 | 2023-12-19T22:04:20.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-19T22:04:20.618Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-19T22:04:20.618Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-19T22:04:20.618Z | + TARGET_DIR=out |
323 | 2023-12-19T22:04:20.618Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-19T22:04:20.618Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-19T22:04:20.618Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-19T22:04:20.618Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-19T22:04:20.618Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-19T22:04:20.618Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-19T22:04:20.619Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-19T22:04:20.619Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-19T22:04:20.619Z | + main |
332 | 2023-12-19T22:04:20.619Z | + [[ 0 != 0 ]] |
333 | 2023-12-19T22:04:20.619Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-19T22:04:20.619Z | + [[ 0 != 0 ]] |
335 | 2023-12-19T22:04:20.619Z | + configure_os solaris2.11 |
336 | 2023-12-19T22:04:20.619Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-19T22:04:20.619Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-19T22:04:20.619Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-19T22:04:20.619Z | configuring based on OS: "solaris2.11" |
340 | 2023-12-19T22:04:20.619Z | + CIDL_DASHREV= |
341 | 2023-12-19T22:04:20.619Z | + case "$1" in |
342 | 2023-12-19T22:04:20.619Z | + CIDL_PLATFORM=illumos |
343 | 2023-12-19T22:04:20.619Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-12-19T22:04:20.619Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-12-19T22:04:20.619Z | + CIDL_DASHREV=-1 |
346 | 2023-12-19T22:04:20.619Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-12-19T22:04:20.619Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-19T22:04:20.619Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-19T22:04:20.619Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-19T22:04:20.619Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-19T22:04:20.619Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-19T22:04:20.621Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
353 | 2023-12-19T22:04:20.621Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-19T22:04:20.621Z | + mkdir -p out/downloads |
355 | 2023-12-19T22:04:20.621Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-19T22:04:20.621Z | + local DO_DOWNLOAD=true |
357 | 2023-12-19T22:04:20.621Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-19T22:04:20.621Z | + '[' true == true ']' |
359 | 2023-12-19T22:04:20.621Z | + echo Downloading... |
360 | 2023-12-19T22:04:20.621Z | Downloading... |
361 | 2023-12-19T22:04:20.621Z | + 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 |
362 | 2023-12-19T22:04:20.621Z | + 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 |
363 | 2023-12-19T22:04:21.841Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-19T22:04:21.844Z | ++ md5sum |
365 | 2023-12-19T22:04:21.844Z | ++ awk '{print $1}' |
366 | 2023-12-19T22:04:22.097Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-19T22:04:22.098Z | + [[ 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 ]] |
368 | 2023-12-19T22:04:22.098Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-19T22:04:22.106Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-19T22:04:22.107Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-19T22:04:27.003Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-19T22:04:27.053Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-19T22:04:27.088Z | + set -o errexit |
374 | 2023-12-19T22:04:27.512Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-19T22:04:27.512Z | ++ cd ./tools |
376 | 2023-12-19T22:04:27.512Z | ++ pwd |
377 | 2023-12-19T22:04:27.514Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-19T22:04:27.514Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-19T22:04:27.514Z | + ARG0=ci_download_console |
380 | 2023-12-19T22:04:27.515Z | + TARGET_DIR=out |
381 | 2023-12-19T22:04:27.515Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-19T22:04:27.515Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-19T22:04:27.515Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-19T22:04:27.515Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
385 | 2023-12-19T22:04:27.515Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
386 | 2023-12-19T22:04:27.515Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
387 | 2023-12-19T22:04:27.515Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-19T22:04:27.515Z | + main |
389 | 2023-12-19T22:04:27.515Z | + [[ 0 != 0 ]] |
390 | 2023-12-19T22:04:27.515Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
391 | 2023-12-19T22:04:27.515Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
392 | 2023-12-19T22:04:27.516Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-19T22:04:27.516Z | + local DO_DOWNLOAD=true |
394 | 2023-12-19T22:04:27.516Z | Local file: out/downloads/console.tar.gz |
395 | 2023-12-19T22:04:27.516Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2023-12-19T22:04:27.516Z | + mkdir -p out/downloads |
397 | 2023-12-19T22:04:27.516Z | + '[' true == true ']' |
398 | 2023-12-19T22:04:27.517Z | + echo Downloading... |
399 | 2023-12-19T22:04:27.517Z | Downloading... |
400 | 2023-12-19T22:04:27.517Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-19T22:04:27.517Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
402 | 2023-12-19T22:04:27.841Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-19T22:04:27.841Z | ++ case "$OSTYPE" in |
404 | 2023-12-19T22:04:27.841Z | ++ SHA=sha256sum |
405 | 2023-12-19T22:04:27.869Z | ++ sha256sum |
406 | 2023-12-19T22:04:27.870Z | ++ awk '{print $1}' |
407 | 2023-12-19T22:04:27.874Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
408 | 2023-12-19T22:04:27.874Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
409 | 2023-12-19T22:04:27.875Z | + rm -rf ./out/console-assets |
410 | 2023-12-19T22:04:27.875Z | + mkdir -p ./out/console-assets |
411 | 2023-12-19T22:04:27.875Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-19T22:04:27.875Z | + mkdir -p ./out/console-assets |
413 | 2023-12-19T22:04:27.875Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-19T22:04:28.006Z | + set -o errexit |
415 | 2023-12-19T22:04:28.009Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-19T22:04:28.009Z | ++ cd ./tools |
417 | 2023-12-19T22:04:28.009Z | ++ pwd |
418 | 2023-12-19T22:04:28.009Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-19T22:04:28.009Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-19T22:04:28.012Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-19T22:04:28.012Z | + TARGET_DIR=out |
422 | 2023-12-19T22:04:28.012Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-19T22:04:28.012Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-19T22:04:28.012Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
425 | 2023-12-19T22:04:28.012Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-19T22:04:28.013Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-19T22:04:28.013Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2023-12-19T22:04:28.013Z | + main |
429 | 2023-12-19T22:04:28.013Z | + [[ 0 != 0 ]] |
430 | 2023-12-19T22:04:28.013Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
431 | 2023-12-19T22:04:28.013Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-19T22:04:28.013Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
433 | 2023-12-19T22:04:28.013Z | + local DO_DOWNLOAD=true |
434 | 2023-12-19T22:04:28.014Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2023-12-19T22:04:28.014Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
436 | 2023-12-19T22:04:28.014Z | + mkdir -p out/downloads |
437 | 2023-12-19T22:04:28.017Z | + '[' true == true ']' |
438 | 2023-12-19T22:04:28.017Z | Downloading... |
439 | 2023-12-19T22:04:28.017Z | + echo Downloading... |
440 | 2023-12-19T22:04:28.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-19T22:04:28.017Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
442 | 2023-12-19T22:04:28.307Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-19T22:04:28.338Z | ++ case "$OSTYPE" in |
444 | 2023-12-19T22:04:28.338Z | ++ SHA=sha256sum |
445 | 2023-12-19T22:04:28.338Z | ++ sha256sum |
446 | 2023-12-19T22:04:28.338Z | ++ awk '{print $1}' |
447 | 2023-12-19T22:04:28.338Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-19T22:04:28.338Z | + [[ 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 ]] |
449 | 2023-12-19T22:04:28.339Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-19T22:04:28.339Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
451 | 2023-12-19T22:04:28.339Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
452 | 2023-12-19T22:04:28.340Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-19T22:04:28.340Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-19T22:04:28.340Z | + main |
455 | 2023-12-19T22:04:28.340Z | + [[ 0 != 0 ]] |
456 | 2023-12-19T22:04:28.340Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
457 | 2023-12-19T22:04:28.340Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-19T22:04:28.340Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
459 | 2023-12-19T22:04:28.340Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2023-12-19T22:04:28.340Z | + local DO_DOWNLOAD=true |
461 | 2023-12-19T22:04:28.341Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2023-12-19T22:04:28.341Z | + mkdir -p out/downloads |
463 | 2023-12-19T22:04:28.341Z | + '[' true == true ']' |
464 | 2023-12-19T22:04:28.341Z | + echo Downloading... |
465 | 2023-12-19T22:04:28.341Z | Downloading... |
466 | 2023-12-19T22:04:28.341Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-19T22:04:28.341Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
468 | 2023-12-19T22:04:28.462Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-19T22:04:28.466Z | ++ case "$OSTYPE" in |
470 | 2023-12-19T22:04:28.466Z | ++ SHA=sha256sum |
471 | 2023-12-19T22:04:28.466Z | ++ sha256sum |
472 | 2023-12-19T22:04:28.466Z | ++ awk '{print $1}' |
473 | 2023-12-19T22:04:28.469Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-19T22:04:28.469Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
475 | 2023-12-19T22:04:28.480Z | + set -o errexit |
476 | 2023-12-19T22:04:28.486Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-19T22:04:28.486Z | ++ cd ./tools |
478 | 2023-12-19T22:04:28.486Z | ++ pwd |
479 | 2023-12-19T22:04:28.486Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-19T22:04:28.487Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-19T22:04:28.487Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-19T22:04:28.487Z | + TARGET_DIR=out |
483 | 2023-12-19T22:04:28.487Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-19T22:04:28.487Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-19T22:04:28.488Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
486 | 2023-12-19T22:04:28.488Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-19T22:04:28.488Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
488 | 2023-12-19T22:04:28.488Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
489 | 2023-12-19T22:04:28.493Z | + main |
490 | 2023-12-19T22:04:28.493Z | + [[ 0 != 0 ]] |
491 | 2023-12-19T22:04:28.493Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
492 | 2023-12-19T22:04:28.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
493 | 2023-12-19T22:04:28.493Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
494 | 2023-12-19T22:04:28.493Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
495 | 2023-12-19T22:04:28.493Z | + local DO_DOWNLOAD=true |
496 | 2023-12-19T22:04:28.493Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
497 | 2023-12-19T22:04:28.493Z | + mkdir -p out/downloads |
498 | 2023-12-19T22:04:28.493Z | + '[' true == true ']' |
499 | 2023-12-19T22:04:28.493Z | + echo Downloading... |
500 | 2023-12-19T22:04:28.493Z | Downloading... |
501 | 2023-12-19T22:04:28.493Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
502 | 2023-12-19T22:04:28.493Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
503 | 2023-12-19T22:04:29.116Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
504 | 2023-12-19T22:04:29.132Z | ++ case "$OSTYPE" in |
505 | 2023-12-19T22:04:29.132Z | ++ SHA=sha256sum |
506 | 2023-12-19T22:04:29.132Z | ++ sha256sum |
507 | 2023-12-19T22:04:29.132Z | ++ awk '{print $1}' |
508 | 2023-12-19T22:04:29.132Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-19T22:04:29.132Z | + [[ 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 ]] |
510 | 2023-12-19T22:04:29.133Z | + set -o errexit |
511 | 2023-12-19T22:04:29.133Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-19T22:04:29.133Z | ++ cd ./tools |
513 | 2023-12-19T22:04:29.133Z | ++ pwd |
514 | 2023-12-19T22:04:29.133Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-19T22:04:29.133Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-19T22:04:29.133Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-19T22:04:29.133Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-19T22:04:29.134Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
519 | 2023-12-19T22:04:29.134Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
520 | 2023-12-19T22:04:29.134Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
521 | 2023-12-19T22:04:29.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-19T22:04:29.134Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
523 | 2023-12-19T22:04:29.134Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-19T22:04:29.134Z | + TARGET_DIR=out |
525 | 2023-12-19T22:04:29.135Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-19T22:04:29.135Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-19T22:04:29.135Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-19T22:04:29.135Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-19T22:04:29.135Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-19T22:04:29.135Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
531 | 2023-12-19T22:04:29.135Z | + main |
532 | 2023-12-19T22:04:29.136Z | + [[ 0 != 0 ]] |
533 | 2023-12-19T22:04:29.136Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-19T22:04:29.136Z | + [[ 0 != 0 ]] |
535 | 2023-12-19T22:04:29.136Z | + configure_os solaris2.11 |
536 | 2023-12-19T22:04:29.136Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-19T22:04:29.136Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-19T22:04:29.136Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-19T22:04:29.137Z | configuring based on OS: "solaris2.11" |
540 | 2023-12-19T22:04:29.138Z | + case "$1" in |
541 | 2023-12-19T22:04:29.138Z | + SET_BINARIES= |
542 | 2023-12-19T22:04:29.138Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
543 | 2023-12-19T22:04:29.138Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-19T22:04:29.138Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-19T22:04:29.138Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
546 | 2023-12-19T22:04:29.138Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-19T22:04:29.138Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
548 | 2023-12-19T22:04:29.139Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
549 | 2023-12-19T22:04:29.139Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2023-12-19T22:04:29.139Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-19T22:04:29.139Z | + mkdir -p out/downloads |
552 | 2023-12-19T22:04:29.139Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-19T22:04:29.139Z | + fetch_and_verify |
554 | 2023-12-19T22:04:29.140Z | + local DO_DOWNLOAD=true |
555 | 2023-12-19T22:04:29.140Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-19T22:04:29.140Z | + '[' true == true ']' |
557 | 2023-12-19T22:04:29.140Z | + echo Downloading... |
558 | 2023-12-19T22:04:29.140Z | Downloading... |
559 | 2023-12-19T22:04:29.140Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-19T22:04:29.140Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
561 | 2023-12-19T22:04:40.571Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-19T22:04:40.574Z | ++ sha256sum |
563 | 2023-12-19T22:04:40.574Z | ++ awk '{print $1}' |
564 | 2023-12-19T22:04:40.676Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
565 | 2023-12-19T22:04:40.676Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
566 | 2023-12-19T22:04:40.677Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-19T22:04:40.680Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-19T22:04:41.798Z | + do_assemble |
569 | 2023-12-19T22:04:41.799Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-19T22:04:41.808Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-19T22:04:41.808Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-19T22:04:41.918Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-19T22:04:41.933Z | + set -o errexit |
574 | 2023-12-19T22:04:41.949Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-19T22:04:41.949Z | ++ cd ./tools |
576 | 2023-12-19T22:04:41.949Z | ++ pwd |
577 | 2023-12-19T22:04:41.949Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-19T22:04:41.949Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-19T22:04:41.949Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-19T22:04:41.950Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-19T22:04:41.950Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
582 | 2023-12-19T22:04:41.950Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
583 | 2023-12-19T22:04:41.950Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-19T22:04:41.950Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2023-12-19T22:04:41.950Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
586 | 2023-12-19T22:04:41.950Z | + TARGET_DIR=out |
587 | 2023-12-19T22:04:41.950Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-19T22:04:41.951Z | + DEST_DIR=./out/mgd |
589 | 2023-12-19T22:04:41.951Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-19T22:04:41.951Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-19T22:04:41.951Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-19T22:04:41.951Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-19T22:04:41.951Z | + main |
594 | 2023-12-19T22:04:41.951Z | + [[ 0 != 0 ]] |
595 | 2023-12-19T22:04:41.951Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-19T22:04:41.951Z | + [[ 0 != 0 ]] |
597 | 2023-12-19T22:04:41.951Z | + configure_os solaris2.11 |
598 | 2023-12-19T22:04:41.952Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-19T22:04:41.952Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-19T22:04:41.952Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-19T22:04:41.952Z | + case "$1" in |
602 | 2023-12-19T22:04:41.952Z | configuring based on OS: "solaris2.11" |
603 | 2023-12-19T22:04:41.954Z | + SET_BINARIES= |
604 | 2023-12-19T22:04:41.954Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-19T22:04:41.954Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-19T22:04:41.954Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-19T22:04:41.954Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-19T22:04:41.954Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
609 | 2023-12-19T22:04:41.954Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-19T22:04:41.954Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2023-12-19T22:04:41.955Z | + mkdir -p out/downloads |
612 | 2023-12-19T22:04:41.955Z | Local file: out/downloads/mgd.tar.gz |
613 | 2023-12-19T22:04:41.955Z | + mkdir -p ./out/mgd |
614 | 2023-12-19T22:04:41.970Z | + fetch_and_verify |
615 | 2023-12-19T22:04:41.970Z | + local DO_DOWNLOAD=true |
616 | 2023-12-19T22:04:41.970Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-19T22:04:41.971Z | + '[' true == true ']' |
618 | 2023-12-19T22:04:41.971Z | + echo Downloading... |
619 | 2023-12-19T22:04:41.971Z | Downloading... |
620 | 2023-12-19T22:04:41.971Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
621 | 2023-12-19T22:04:41.972Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
622 | 2023-12-19T22:04:47.417Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-19T22:04:47.423Z | ++ sha256sum |
624 | 2023-12-19T22:04:47.423Z | ++ awk '{print $1}' |
625 | 2023-12-19T22:04:47.496Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
626 | 2023-12-19T22:04:47.496Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
627 | 2023-12-19T22:04:47.499Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-19T22:04:47.499Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-19T22:04:48.152Z | + do_assemble |
630 | 2023-12-19T22:04:48.152Z | + rm -r ./out/mgd |
631 | 2023-12-19T22:04:48.157Z | + mkdir ./out/mgd |
632 | 2023-12-19T22:04:48.157Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-19T22:04:48.363Z | + set -o errexit |
634 | 2023-12-19T22:04:48.367Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-19T22:04:48.369Z | ++ cd ./tools |
636 | 2023-12-19T22:04:48.369Z | ++ pwd |
637 | 2023-12-19T22:04:48.370Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-19T22:04:48.373Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-19T22:04:48.373Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-19T22:04:48.373Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-19T22:04:48.373Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-19T22:04:48.373Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-19T22:04:48.373Z | + TARGET_DIR=out |
644 | 2023-12-19T22:04:48.373Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-19T22:04:48.373Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-19T22:04:48.373Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-19T22:04:48.373Z | + BINARY=xcvradm |
648 | 2023-12-19T22:04:48.373Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-19T22:04:48.373Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-19T22:04:48.373Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-19T22:04:48.373Z | + main |
652 | 2023-12-19T22:04:48.373Z | + [[ 0 != 0 ]] |
653 | 2023-12-19T22:04:48.374Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-19T22:04:48.374Z | + [[ 0 != 0 ]] |
655 | 2023-12-19T22:04:48.374Z | + configure_os solaris2.11 |
656 | 2023-12-19T22:04:48.374Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-19T22:04:48.374Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-19T22:04:48.374Z | configuring based on OS: "solaris2.11" |
659 | 2023-12-19T22:04:48.374Z | + echo 'configuring based on OS: "solaris2.11"' |
660 | 2023-12-19T22:04:48.374Z | + case "$1" in |
661 | 2023-12-19T22:04:48.374Z | + SET_BINARIES= |
662 | 2023-12-19T22:04:48.374Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-19T22:04:48.374Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-19T22:04:48.374Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-19T22:04:48.374Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-19T22:04:48.374Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-19T22:04:48.374Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-19T22:04:48.374Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-19T22:04:48.374Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-19T22:04:48.374Z | Local file: out/downloads/xcvradm.gz |
671 | 2023-12-19T22:04:48.374Z | + mkdir -p out/downloads |
672 | 2023-12-19T22:04:48.378Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-19T22:04:48.378Z | + fetch_and_verify |
674 | 2023-12-19T22:04:48.378Z | + local DO_DOWNLOAD=true |
675 | 2023-12-19T22:04:48.378Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-19T22:04:48.378Z | + '[' true == true ']' |
677 | 2023-12-19T22:04:48.378Z | + echo Downloading... |
678 | 2023-12-19T22:04:48.378Z | Downloading... |
679 | 2023-12-19T22:04:48.378Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-19T22:04:48.378Z | + 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 |
681 | 2023-12-19T22:04:48.889Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-19T22:04:48.892Z | ++ sha256sum |
683 | 2023-12-19T22:04:48.892Z | ++ awk '{print $1}' |
684 | 2023-12-19T22:04:48.914Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-19T22:04:48.917Z | + [[ 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 ]] |
686 | 2023-12-19T22:04:48.917Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-19T22:04:48.917Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-19T22:04:48.917Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-19T22:04:49.101Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-19T22:04:49.104Z | + do_assemble |
691 | 2023-12-19T22:04:49.104Z | + rm -r ./out/transceiver-control |
692 | 2023-12-19T22:04:49.104Z | + mkdir ./out/transceiver-control |
693 | 2023-12-19T22:04:49.107Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-19T22:04:49.349Z | All prerequisites installed successfully |
695 | 2023-12-19T22:04:49.352Z | |
696 | 2023-12-19T22:04:49.352Z | real 2:16.449241331 |
697 | 2023-12-19T22:04:49.352Z | user 56.209325143 |
698 | 2023-12-19T22:04:49.353Z | sys 10.208296464 |
699 | 2023-12-19T22:04:49.353Z | trap 0.025493910 |
700 | 2023-12-19T22:04:49.353Z | tflt 0.119272597 |
701 | 2023-12-19T22:04:49.353Z | dflt 0.558794534 |
702 | 2023-12-19T22:04:49.353Z | kflt 0.111573317 |
703 | 2023-12-19T22:04:49.353Z | lock 1.663849995 |
704 | 2023-12-19T22:04:49.353Z | slp 4:14.730894116 |
705 | 2023-12-19T22:04:49.353Z | lat 3.497326746 |
706 | 2023-12-19T22:04:49.353Z | stop 0.071901384 |
707 | 2023-12-19T22:04:49.353Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2023-12-19T22:04:49.363Z | fetching npuzone |
709 | 2023-12-19T22:04:49.372Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2023-12-19T22:04:49.372Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2023-12-19T22:04:49.372Z | Getting hash for npuzone |
712 | 2023-12-19T22:04:49.517Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2023-12-19T22:05:00.598Z | npuzone downloaded successfully |
714 | 2023-12-19T22:05:00.607Z | |
715 | 2023-12-19T22:05:00.609Z | real 11.243571375 |
716 | 2023-12-19T22:05:00.609Z | user 0.583269440 |
717 | 2023-12-19T22:05:00.609Z | sys 0.164858126 |
718 | 2023-12-19T22:05:00.609Z | trap 0.000231620 |
719 | 2023-12-19T22:05:00.609Z | tflt 0.000000000 |
720 | 2023-12-19T22:05:00.609Z | dflt 0.000000000 |
721 | 2023-12-19T22:05:00.609Z | kflt 0.000000000 |
722 | 2023-12-19T22:05:00.610Z | lock 0.000000000 |
723 | 2023-12-19T22:05:00.611Z | slp 32.790486567 |
724 | 2023-12-19T22:05:00.611Z | lat 0.156059138 |
725 | 2023-12-19T22:05:00.611Z | stop 0.000261127 |
726 | 2023-12-19T22:05:00.611Z | + export CARGO_INCREMENTAL=0 |
727 | 2023-12-19T22:05:00.611Z | + CARGO_INCREMENTAL=0 |
728 | 2023-12-19T22:05:00.611Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
729 | 2023-12-19T22:05:00.958Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-12-19T22:05:01.311Z | Updating crates.io index |
731 | 2023-12-19T22:05:01.321Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-12-19T22:05:02.257Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-12-19T22:05:04.311Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-12-19T22:05:04.912Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-12-19T22:05:05.285Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-12-19T22:05:05.560Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-12-19T22:05:05.838Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-12-19T22:05:06.672Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-12-19T22:05:09.041Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-12-19T22:05:10.252Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-12-19T22:05:10.599Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-12-19T22:05:11.183Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-12-19T22:05:11.578Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2023-12-19T22:05:11.882Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2023-12-19T22:05:12.209Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2023-12-19T22:05:13.099Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2023-12-19T22:05:13.102Z | Updating git repository `https://github.com/njaremko/samael` |
748 | 2023-12-19T22:05:13.488Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2023-12-19T22:05:14.182Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2023-12-19T22:05:14.583Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2023-12-19T22:05:14.916Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2023-12-19T22:05:16.409Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2023-12-19T22:05:16.767Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2023-12-19T22:05:18.560Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2023-12-19T22:05:18.963Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2023-12-19T22:05:19.274Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2023-12-19T22:05:20.958Z | Downloading crates ... |
758 | 2023-12-19T22:05:21.228Z | Downloaded anstyle-parse v0.2.1 |
759 | 2023-12-19T22:05:21.234Z | Downloaded hyper-tls v0.5.0 |
760 | 2023-12-19T22:05:21.238Z | Downloaded anyhow v1.0.75 |
761 | 2023-12-19T22:05:21.251Z | Downloaded is-terminal v0.4.9 |
762 | 2023-12-19T22:05:21.271Z | Downloaded lazy_static v1.4.0 |
763 | 2023-12-19T22:05:21.271Z | Downloaded crc32fast v1.3.2 |
764 | 2023-12-19T22:05:21.295Z | Downloaded keccak v0.1.4 |
765 | 2023-12-19T22:05:21.296Z | Downloaded newtype_derive v0.1.6 |
766 | 2023-12-19T22:05:21.296Z | Downloaded crossbeam-deque v0.8.3 |
767 | 2023-12-19T22:05:21.296Z | Downloaded convert_case v0.4.0 |
768 | 2023-12-19T22:05:21.296Z | Downloaded openssl-macros v0.1.1 |
769 | 2023-12-19T22:05:21.296Z | Downloaded oso-derive v0.27.0 |
770 | 2023-12-19T22:05:21.305Z | Downloaded indexmap v1.9.3 |
771 | 2023-12-19T22:05:21.305Z | Downloaded crunchy v0.2.2 |
772 | 2023-12-19T22:05:21.305Z | Downloaded cipher v0.4.4 |
773 | 2023-12-19T22:05:21.357Z | Downloaded chacha20 v0.9.1 |
774 | 2023-12-19T22:05:21.357Z | Downloaded colored v2.0.4 |
775 | 2023-12-19T22:05:21.361Z | Downloaded itertools v0.12.0 |
776 | 2023-12-19T22:05:21.361Z | Downloaded openssl-probe v0.1.5 |
777 | 2023-12-19T22:05:21.361Z | Downloaded atty v0.2.14 |
778 | 2023-12-19T22:05:21.361Z | Downloaded ident_case v1.0.1 |
779 | 2023-12-19T22:05:21.361Z | Downloaded bytecount v0.6.3 |
780 | 2023-12-19T22:05:21.361Z | Downloaded iana-time-zone v0.1.57 |
781 | 2023-12-19T22:05:21.361Z | Downloaded normalize-line-endings v0.3.0 |
782 | 2023-12-19T22:05:21.361Z | Downloaded cstr-argument v0.1.2 |
783 | 2023-12-19T22:05:21.361Z | Downloaded managed v0.8.0 |
784 | 2023-12-19T22:05:21.364Z | Downloaded curve25519-dalek-derive v0.1.0 |
785 | 2023-12-19T22:05:21.368Z | Downloaded serde_repr v0.1.16 |
786 | 2023-12-19T22:05:21.371Z | Downloaded new_debug_unreachable v1.0.4 |
787 | 2023-12-19T22:05:21.374Z | Downloaded nanorand v0.7.0 |
788 | 2023-12-19T22:05:21.378Z | Downloaded maybe-uninit v2.0.0 |
789 | 2023-12-19T22:05:21.381Z | Downloaded crc-catalog v2.2.0 |
790 | 2023-12-19T22:05:21.385Z | Downloaded cfg-if v1.0.0 |
791 | 2023-12-19T22:05:21.388Z | Downloaded cpufeatures v0.2.9 |
792 | 2023-12-19T22:05:21.392Z | Downloaded humantime v2.1.0 |
793 | 2023-12-19T22:05:21.395Z | Downloaded clap_lex v0.5.1 |
794 | 2023-12-19T22:05:21.398Z | Downloaded sec1 v0.7.3 |
795 | 2023-12-19T22:05:21.403Z | Downloaded corncobs v0.1.3 |
796 | 2023-12-19T22:05:21.407Z | Downloaded display-error-chain v0.2.0 |
797 | 2023-12-19T22:05:21.410Z | Downloaded bytesize v1.3.0 |
798 | 2023-12-19T22:05:21.413Z | Downloaded lalrpop-util v0.19.12 |
799 | 2023-12-19T22:05:21.416Z | Downloaded cassowary v0.3.0 |
800 | 2023-12-19T22:05:21.420Z | Downloaded crc v3.0.1 |
801 | 2023-12-19T22:05:21.423Z | Downloaded maplit v1.0.2 |
802 | 2023-12-19T22:05:21.426Z | Downloaded waitgroup v0.1.2 |
803 | 2023-12-19T22:05:21.429Z | Downloaded wait-timeout v0.2.0 |
804 | 2023-12-19T22:05:21.433Z | Downloaded indoc v2.0.3 |
805 | 2023-12-19T22:05:21.441Z | Downloaded unicode-xid v0.2.4 |
806 | 2023-12-19T22:05:21.444Z | Downloaded bzip2 v0.4.4 |
807 | 2023-12-19T22:05:21.445Z | Downloaded lock_api v0.4.10 |
808 | 2023-12-19T22:05:21.448Z | Downloaded darling_macro v0.20.3 |
809 | 2023-12-19T22:05:21.451Z | Downloaded tiny-keccak v2.0.2 |
810 | 2023-12-19T22:05:21.455Z | Downloaded phf_shared v0.11.2 |
811 | 2023-12-19T22:05:21.458Z | Downloaded try-lock v0.2.4 |
812 | 2023-12-19T22:05:21.459Z | Downloaded defmt v0.3.5 |
813 | 2023-12-19T22:05:21.464Z | Downloaded darling v0.14.4 |
814 | 2023-12-19T22:05:21.470Z | Downloaded ipnet v2.8.0 |
815 | 2023-12-19T22:05:21.474Z | Downloaded difflib v0.4.0 |
816 | 2023-12-19T22:05:21.477Z | Downloaded dirs-sys-next v0.1.2 |
817 | 2023-12-19T22:05:21.482Z | Downloaded futures-io v0.3.29 |
818 | 2023-12-19T22:05:21.482Z | Downloaded sqlparser_derive v0.1.1 |
819 | 2023-12-19T22:05:21.482Z | Downloaded serde_tokenstream v0.2.0 |
820 | 2023-12-19T22:05:21.488Z | Downloaded group v0.13.0 |
821 | 2023-12-19T22:05:21.491Z | Downloaded bytes v1.5.0 |
822 | 2023-12-19T22:05:21.498Z | Downloaded mime_guess v2.0.4 |
823 | 2023-12-19T22:05:21.502Z | Downloaded blake2 v0.10.6 |
824 | 2023-12-19T22:05:21.508Z | Downloaded want v0.3.1 |
825 | 2023-12-19T22:05:21.511Z | Downloaded schemars v0.8.13 |
826 | 2023-12-19T22:05:21.530Z | Downloaded getopts v0.2.21 |
827 | 2023-12-19T22:05:21.533Z | Downloaded parse-display v0.8.2 |
828 | 2023-12-19T22:05:21.536Z | Downloaded headers-core v0.2.0 |
829 | 2023-12-19T22:05:21.536Z | Downloaded crossbeam-epoch v0.9.15 |
830 | 2023-12-19T22:05:21.541Z | Downloaded diesel_table_macro_syntax v0.1.0 |
831 | 2023-12-19T22:05:21.547Z | Downloaded futures-sink v0.3.29 |
832 | 2023-12-19T22:05:21.547Z | Downloaded slab v0.4.9 |
833 | 2023-12-19T22:05:21.551Z | Downloaded once_cell v1.19.0 |
834 | 2023-12-19T22:05:21.554Z | Downloaded supports-color v2.1.0 |
835 | 2023-12-19T22:05:21.557Z | Downloaded filetime v0.2.23 |
836 | 2023-12-19T22:05:21.560Z | Downloaded semver v0.1.20 |
837 | 2023-12-19T22:05:21.560Z | Downloaded fallible-iterator v0.2.0 |
838 | 2023-12-19T22:05:21.563Z | Downloaded foreign-types-shared v0.1.1 |
839 | 2023-12-19T22:05:21.566Z | Downloaded termcolor v1.2.0 |
840 | 2023-12-19T22:05:21.569Z | Downloaded crc-any v2.4.3 |
841 | 2023-12-19T22:05:21.573Z | Downloaded usdt-impl v0.3.5 |
842 | 2023-12-19T22:05:21.575Z | Downloaded slog-envlogger v2.2.0 |
843 | 2023-12-19T22:05:21.578Z | Downloaded console v0.15.7 |
844 | 2023-12-19T22:05:21.582Z | Downloaded path-slash v0.1.5 |
845 | 2023-12-19T22:05:21.585Z | Downloaded slog-scope v4.4.0 |
846 | 2023-12-19T22:05:21.588Z | Downloaded slog-json v2.6.1 |
847 | 2023-12-19T22:05:21.591Z | Downloaded parse-display-derive v0.8.2 |
848 | 2023-12-19T22:05:21.594Z | Downloaded scopeguard v1.2.0 |
849 | 2023-12-19T22:05:21.597Z | Downloaded thread_local v1.1.7 |
850 | 2023-12-19T22:05:21.600Z | Downloaded openssl-sys v0.9.96 |
851 | 2023-12-19T22:05:21.610Z | Downloaded rpassword v7.3.1 |
852 | 2023-12-19T22:05:21.612Z | Downloaded fnv v1.0.7 |
853 | 2023-12-19T22:05:21.613Z | Downloaded heck v0.3.3 |
854 | 2023-12-19T22:05:21.618Z | Downloaded structmeta v0.2.0 |
855 | 2023-12-19T22:05:21.618Z | Downloaded strip-ansi-escapes v0.1.1 |
856 | 2023-12-19T22:05:21.621Z | Downloaded paste v1.0.14 |
857 | 2023-12-19T22:05:21.626Z | Downloaded foreign-types-macros v0.2.3 |
858 | 2023-12-19T22:05:21.628Z | Downloaded toml v0.7.8 |
859 | 2023-12-19T22:05:21.632Z | Downloaded toolchain_find v0.2.0 |
860 | 2023-12-19T22:05:21.635Z | Downloaded crypto-bigint v0.5.2 |
861 | 2023-12-19T22:05:21.646Z | Downloaded equivalent v1.0.1 |
862 | 2023-12-19T22:05:21.649Z | Downloaded backtrace v0.3.69 |
863 | 2023-12-19T22:05:21.657Z | Downloaded foreign-types v0.3.2 |
864 | 2023-12-19T22:05:21.660Z | Downloaded hostname v0.3.1 |
865 | 2023-12-19T22:05:21.663Z | Downloaded take_mut v0.2.2 |
866 | 2023-12-19T22:05:21.666Z | Downloaded thread-id v4.2.0 |
867 | 2023-12-19T22:05:21.666Z | Downloaded doc-comment v0.3.3 |
868 | 2023-12-19T22:05:21.669Z | Downloaded shlex v1.1.0 |
869 | 2023-12-19T22:05:21.672Z | Downloaded form_urlencoded v1.2.1 |
870 | 2023-12-19T22:05:21.672Z | Downloaded phf_shared v0.10.0 |
871 | 2023-12-19T22:05:21.675Z | Downloaded pem-rfc7468 v0.7.0 |
872 | 2023-12-19T22:05:21.681Z | Downloaded proc-macro-crate v1.3.1 |
873 | 2023-12-19T22:05:21.684Z | Downloaded globset v0.4.13 |
874 | 2023-12-19T22:05:21.684Z | Downloaded deranged v0.3.8 |
875 | 2023-12-19T22:05:21.684Z | Downloaded unicase v2.7.0 |
876 | 2023-12-19T22:05:21.687Z | Downloaded rustversion v1.0.14 |
877 | 2023-12-19T22:05:21.696Z | Downloaded derive_builder_core v0.12.0 |
878 | 2023-12-19T22:05:21.700Z | Downloaded precomputed-hash v0.1.1 |
879 | 2023-12-19T22:05:21.701Z | Downloaded sqlformat v0.2.3 |
880 | 2023-12-19T22:05:21.712Z | Downloaded untrusted v0.7.1 |
881 | 2023-12-19T22:05:21.712Z | Downloaded prettyplease v0.2.12 |
882 | 2023-12-19T22:05:21.730Z | Downloaded walkdir v2.4.0 |
883 | 2023-12-19T22:05:21.730Z | Downloaded foreign-types v0.5.0 |
884 | 2023-12-19T22:05:21.730Z | Downloaded tungstenite v0.20.1 |
885 | 2023-12-19T22:05:21.742Z | Downloaded topological-sort v0.2.2 |
886 | 2023-12-19T22:05:21.742Z | Downloaded futures v0.3.29 |
887 | 2023-12-19T22:05:21.742Z | Downloaded zone_cfg_derive v0.3.0 |
888 | 2023-12-19T22:05:21.743Z | Downloaded serde_tokenstream v0.1.7 |
889 | 2023-12-19T22:05:21.748Z | Downloaded predicates-tree v1.0.9 |
890 | 2023-12-19T22:05:21.749Z | Downloaded phf v0.11.2 |
891 | 2023-12-19T22:05:21.749Z | Downloaded rustls-native-certs v0.6.3 |
892 | 2023-12-19T22:05:21.753Z | Downloaded endian-type v0.1.2 |
893 | 2023-12-19T22:05:21.753Z | Downloaded cc v1.0.83 |
894 | 2023-12-19T22:05:21.758Z | Downloaded env_logger v0.10.0 |
895 | 2023-12-19T22:05:21.763Z | Downloaded derive_builder_macro v0.12.0 |
896 | 2023-12-19T22:05:21.767Z | Downloaded sha1 v0.10.6 |
897 | 2023-12-19T22:05:21.769Z | Downloaded minimal-lexical v0.2.1 |
898 | 2023-12-19T22:05:21.776Z | Downloaded is_ci v1.1.1 |
899 | 2023-12-19T22:05:21.779Z | Downloaded resolv-conf v0.7.0 |
900 | 2023-12-19T22:05:21.782Z | Downloaded tui-tree-widget v0.13.0 |
901 | 2023-12-19T22:05:21.785Z | Downloaded tokio-native-tls v0.3.1 |
902 | 2023-12-19T22:05:21.788Z | Downloaded data-encoding v2.4.0 |
903 | 2023-12-19T22:05:21.791Z | Downloaded time-macros v0.2.13 |
904 | 2023-12-19T22:05:21.795Z | Downloaded elliptic-curve v0.13.8 |
905 | 2023-12-19T22:05:21.800Z | Downloaded thiserror-impl v1.0.49 |
906 | 2023-12-19T22:05:21.803Z | Downloaded radium v0.7.0 |
907 | 2023-12-19T22:05:21.808Z | Downloaded slog-stdlog v4.1.1 |
908 | 2023-12-19T22:05:21.812Z | Downloaded libxml v0.3.3 |
909 | 2023-12-19T22:05:21.820Z | Downloaded dtrace-parser v0.1.14 |
910 | 2023-12-19T22:05:21.823Z | Downloaded trust-dns-server v0.22.1 |
911 | 2023-12-19T22:05:21.831Z | Downloaded tinyvec_macros v0.1.1 |
912 | 2023-12-19T22:05:21.834Z | Downloaded hex v0.4.3 |
913 | 2023-12-19T22:05:21.838Z | Downloaded fastrand v2.0.0 |
914 | 2023-12-19T22:05:21.840Z | Downloaded zeroize v1.7.0 |
915 | 2023-12-19T22:05:21.843Z | Downloaded der v0.7.8 |
916 | 2023-12-19T22:05:21.851Z | Downloaded signature v2.1.0 |
917 | 2023-12-19T22:05:21.854Z | Downloaded percent-encoding v2.3.1 |
918 | 2023-12-19T22:05:21.857Z | Downloaded itoa v1.0.9 |
919 | 2023-12-19T22:05:21.861Z | Downloaded smf v0.2.2 |
920 | 2023-12-19T22:05:21.861Z | Downloaded pkg-config v0.3.27 |
921 | 2023-12-19T22:05:21.865Z | Downloaded pin-project v1.1.3 |
922 | 2023-12-19T22:05:21.899Z | Downloaded pretty-hex v0.4.0 |
923 | 2023-12-19T22:05:21.902Z | Downloaded embedded-io v0.4.0 |
924 | 2023-12-19T22:05:21.905Z | Downloaded httpdate v1.0.3 |
925 | 2023-12-19T22:05:21.906Z | Downloaded defmt-parser v0.3.3 |
926 | 2023-12-19T22:05:21.909Z | Downloaded rand_chacha v0.3.1 |
927 | 2023-12-19T22:05:21.912Z | Downloaded stringprep v0.1.3 |
928 | 2023-12-19T22:05:21.918Z | Downloaded sct v0.7.0 |
929 | 2023-12-19T22:05:21.921Z | Downloaded vte_generate_state_changes v0.1.1 |
930 | 2023-12-19T22:05:21.921Z | Downloaded futures-channel v0.3.29 |
931 | 2023-12-19T22:05:21.924Z | Downloaded tokio-stream v0.1.14 |
932 | 2023-12-19T22:05:21.931Z | Downloaded libefi-sys v0.1.0 |
933 | 2023-12-19T22:05:21.934Z | Downloaded rusty-fork v0.3.0 |
934 | 2023-12-19T22:05:21.937Z | Downloaded rtoolbox v0.0.1 |
935 | 2023-12-19T22:05:21.939Z | Downloaded swrite v0.1.0 |
936 | 2023-12-19T22:05:21.945Z | Downloaded socket2 v0.5.5 |
937 | 2023-12-19T22:05:21.950Z | Downloaded parking_lot_core v0.9.8 |
938 | 2023-12-19T22:05:21.950Z | Downloaded flume v0.11.0 |
939 | 2023-12-19T22:05:21.954Z | Downloaded getrandom v0.2.10 |
940 | 2023-12-19T22:05:21.959Z | Downloaded darling_macro v0.14.4 |
941 | 2023-12-19T22:05:21.963Z | Downloaded pretty-hex v0.2.1 |
942 | 2023-12-19T22:05:21.966Z | Downloaded semver v0.11.0 |
943 | 2023-12-19T22:05:21.966Z | Downloaded proc-macro-error v1.0.4 |
944 | 2023-12-19T22:05:21.971Z | Downloaded matches v0.1.10 |
945 | 2023-12-19T22:05:21.974Z | Downloaded serde-hex v0.1.0 |
946 | 2023-12-19T22:05:21.977Z | Downloaded semver-parser v0.10.2 |
947 | 2023-12-19T22:05:21.980Z | Downloaded serde-big-array v0.4.1 |
948 | 2023-12-19T22:05:21.984Z | Downloaded whoami v1.4.1 |
949 | 2023-12-19T22:05:21.984Z | Downloaded termios v0.3.3 |
950 | 2023-12-19T22:05:21.987Z | Downloaded dof v0.1.5 |
951 | 2023-12-19T22:05:21.990Z | Downloaded which v4.4.0 |
952 | 2023-12-19T22:05:21.993Z | Downloaded serde_derive_internals v0.26.0 |
953 | 2023-12-19T22:05:21.993Z | Downloaded similar v2.3.0 |
954 | 2023-12-19T22:05:22.001Z | Downloaded impl-trait-for-tuples v0.2.2 |
955 | 2023-12-19T22:05:22.006Z | Downloaded predicates-core v1.0.6 |
956 | 2023-12-19T22:05:22.011Z | Downloaded futures-executor v0.3.29 |
957 | 2023-12-19T22:05:22.014Z | Downloaded rsa v0.9.2 |
958 | 2023-12-19T22:05:22.018Z | Downloaded flagset v0.4.3 |
959 | 2023-12-19T22:05:22.021Z | Downloaded ff v0.13.0 |
960 | 2023-12-19T22:05:22.024Z | Downloaded structopt v0.3.26 |
961 | 2023-12-19T22:05:22.036Z | Downloaded ena v0.14.2 |
962 | 2023-12-19T22:05:22.039Z | Downloaded password-hash v0.5.0 |
963 | 2023-12-19T22:05:22.042Z | Downloaded wyz v0.5.1 |
964 | 2023-12-19T22:05:22.045Z | Downloaded usdt-attr-macro v0.3.5 |
965 | 2023-12-19T22:05:22.045Z | Downloaded terminal_size v0.2.6 |
966 | 2023-12-19T22:05:22.049Z | Downloaded heck v0.4.1 |
967 | 2023-12-19T22:05:22.054Z | Downloaded untrusted v0.9.0 |
968 | 2023-12-19T22:05:22.054Z | Downloaded unarray v0.1.4 |
969 | 2023-12-19T22:05:22.057Z | Downloaded postgres-protocol v0.6.6 |
970 | 2023-12-19T22:05:22.059Z | Downloaded num-complex v0.4.4 |
971 | 2023-12-19T22:05:22.062Z | Downloaded slog v2.7.0 |
972 | 2023-12-19T22:05:22.065Z | Downloaded unicode-segmentation v1.10.1 |
973 | 2023-12-19T22:05:22.071Z | Downloaded uuid v1.6.1 |
974 | 2023-12-19T22:05:22.081Z | Downloaded usdt v0.3.5 |
975 | 2023-12-19T22:05:22.085Z | Downloaded term v0.7.0 |
976 | 2023-12-19T22:05:22.088Z | Downloaded packed_struct v0.10.1 |
977 | 2023-12-19T22:05:22.091Z | Downloaded serde_derive v1.0.193 |
978 | 2023-12-19T22:05:22.094Z | Downloaded quick-xml v0.23.1 |
979 | 2023-12-19T22:05:22.105Z | Downloaded unsafe-libyaml v0.2.9 |
980 | 2023-12-19T22:05:22.111Z | Downloaded yasna v0.5.2 |
981 | 2023-12-19T22:05:22.114Z | Downloaded pest v2.7.2 |
982 | 2023-12-19T22:05:22.128Z | Downloaded pkcs8 v0.10.2 |
983 | 2023-12-19T22:05:22.136Z | Downloaded ryu v1.0.15 |
984 | 2023-12-19T22:05:22.144Z | Downloaded http v0.2.11 |
985 | 2023-12-19T22:05:22.144Z | Downloaded tabled v0.14.0 |
986 | 2023-12-19T22:05:22.173Z | Downloaded hmac v0.12.1 |
987 | 2023-12-19T22:05:22.184Z | Downloaded time v0.3.27 |
988 | 2023-12-19T22:05:22.198Z | Downloaded hashbrown v0.14.2 |
989 | 2023-12-19T22:05:22.198Z | Downloaded unicode_categories v0.1.1 |
990 | 2023-12-19T22:05:22.198Z | Downloaded tough v0.16.0 |
991 | 2023-12-19T22:05:22.208Z | Downloaded rand v0.8.5 |
992 | 2023-12-19T22:05:22.214Z | Downloaded regex-automata v0.1.10 |
993 | 2023-12-19T22:05:22.223Z | Downloaded zerocopy v0.7.31 |
994 | 2023-12-19T22:05:22.255Z | Downloaded serde v1.0.193 |
995 | 2023-12-19T22:05:22.259Z | Downloaded heapless v0.7.16 |
996 | 2023-12-19T22:05:22.265Z | Downloaded tracing v0.1.37 |
997 | 2023-12-19T22:05:22.272Z | Downloaded serde_with v3.4.0 |
998 | 2023-12-19T22:05:22.284Z | Downloaded salty v0.2.0 |
999 | 2023-12-19T22:05:22.293Z | Downloaded futures-util v0.3.29 |
1000 | 2023-12-19T22:05:22.316Z | Downloaded unicode-normalization v0.1.22 |
1001 | 2023-12-19T22:05:22.323Z | Downloaded nix v0.26.4 |
1002 | 2023-12-19T22:05:22.356Z | Downloaded curve25519-dalek v4.1.1 |
1003 | 2023-12-19T22:05:22.388Z | Downloaded h2 v0.3.21 |
1004 | 2023-12-19T22:05:22.392Z | Downloaded vcpkg v0.2.15 |
1005 | 2023-12-19T22:05:22.471Z | Downloaded serde_json v1.0.108 |
1006 | 2023-12-19T22:05:22.487Z | Downloaded tokio-util v0.7.10 |
1007 | 2023-12-19T22:05:22.500Z | Downloaded rustls v0.21.9 |
1008 | 2023-12-19T22:05:22.522Z | Downloaded crossterm v0.26.1 |
1009 | 2023-12-19T22:05:22.534Z | Downloaded rustls-webpki v0.101.7 |
1010 | 2023-12-19T22:05:22.564Z | Downloaded radix_trie v0.2.1 |
1011 | 2023-12-19T22:05:22.571Z | Downloaded gimli v0.28.0 |
1012 | 2023-12-19T22:05:22.588Z | Downloaded regex-syntax v0.8.2 |
1013 | 2023-12-19T22:05:23.609Z | Downloaded syn v1.0.109 |
1014 | 2023-12-19T22:05:23.613Z | Downloaded bstr v1.6.0 |
1015 | 2023-12-19T22:05:23.613Z | Downloaded regex-syntax v0.6.29 |
1016 | 2023-12-19T22:05:23.613Z | Downloaded libc v0.2.151 |
1017 | 2023-12-19T22:05:23.613Z | Downloaded rustix v0.38.25 |
1018 | 2023-12-19T22:05:23.613Z | Downloaded sha3 v0.10.8 |
1019 | 2023-12-19T22:05:23.613Z | Downloaded rustix v0.37.23 |
1020 | 2023-12-19T22:05:23.613Z | Downloaded regex-automata v0.4.3 |
1021 | 2023-12-19T22:05:23.613Z | Downloaded encoding_rs v0.8.33 |
1022 | 2023-12-19T22:05:23.613Z | Downloaded zerocopy-derive v0.6.4 |
1023 | 2023-12-19T22:05:23.613Z | Downloaded sled v0.34.7 |
1024 | 2023-12-19T22:05:23.613Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1025 | 2023-12-19T22:05:23.613Z | Downloaded zerocopy-derive v0.2.0 |
1026 | 2023-12-19T22:05:23.613Z | Downloaded tokio v1.35.0 |
1027 | 2023-12-19T22:05:23.613Z | Downloaded regex-automata v0.3.8 |
1028 | 2023-12-19T22:05:23.613Z | Downloaded zerocopy-derive v0.7.31 |
1029 | 2023-12-19T22:05:23.613Z | Downloaded regress v0.7.1 |
1030 | 2023-12-19T22:05:23.614Z | Downloaded regex v1.10.2 |
1031 | 2023-12-19T22:05:23.614Z | Downloaded diesel v2.1.4 |
1032 | 2023-12-19T22:05:23.614Z | Downloaded ratatui v0.23.0 |
1033 | 2023-12-19T22:05:23.614Z | Downloaded proptest v1.4.0 |
1034 | 2023-12-19T22:05:23.614Z | Downloaded hkdf v0.12.3 |
1035 | 2023-12-19T22:05:23.615Z | Downloaded regex-syntax v0.7.5 |
1036 | 2023-12-19T22:05:23.615Z | Downloaded smoltcp v0.9.1 |
1037 | 2023-12-19T22:05:23.615Z | Downloaded rayon v1.8.0 |
1038 | 2023-12-19T22:05:23.615Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2023-12-19T22:05:23.615Z | Downloaded openapiv3 v2.0.0 |
1040 | 2023-12-19T22:05:23.615Z | Downloaded reqwest v0.11.22 |
1041 | 2023-12-19T22:05:23.615Z | Downloaded polar-core v0.27.0 |
1042 | 2023-12-19T22:05:23.615Z | Downloaded bstr v0.2.17 |
1043 | 2023-12-19T22:05:23.615Z | Downloaded syn v2.0.32 |
1044 | 2023-12-19T22:05:23.615Z | Downloaded idna v0.2.3 |
1045 | 2023-12-19T22:05:23.615Z | Downloaded smoltcp v0.10.0 |
1046 | 2023-12-19T22:05:23.615Z | Downloaded idna v0.5.0 |
1047 | 2023-12-19T22:05:23.615Z | Downloaded rustyline v12.0.0 |
1048 | 2023-12-19T22:05:23.615Z | Downloaded winnow v0.5.15 |
1049 | 2023-12-19T22:05:23.615Z | Downloaded webpki-roots v0.25.2 |
1050 | 2023-12-19T22:05:23.615Z | Downloaded object v0.32.1 |
1051 | 2023-12-19T22:05:23.615Z | Downloaded object v0.30.4 |
1052 | 2023-12-19T22:05:23.615Z | Downloaded chrono v0.4.31 |
1053 | 2023-12-19T22:05:23.615Z | Downloaded clap v2.34.0 |
1054 | 2023-12-19T22:05:23.615Z | Downloaded bitvec v1.0.1 |
1055 | 2023-12-19T22:05:23.615Z | Downloaded bindgen v0.65.1 |
1056 | 2023-12-19T22:05:23.615Z | Downloaded reedline v0.22.0 |
1057 | 2023-12-19T22:05:23.615Z | Downloaded petgraph v0.6.4 |
1058 | 2023-12-19T22:05:23.615Z | Downloaded toml_edit v0.19.15 |
1059 | 2023-12-19T22:05:23.615Z | Downloaded lalrpop v0.19.12 |
1060 | 2023-12-19T22:05:23.616Z | Downloaded typed-path v0.7.0 |
1061 | 2023-12-19T22:05:23.616Z | Downloaded sqlparser v0.36.1 |
1062 | 2023-12-19T22:05:23.616Z | Downloaded trust-dns-resolver v0.22.0 |
1063 | 2023-12-19T22:05:23.619Z | Downloaded steno v0.4.0 |
1064 | 2023-12-19T22:05:23.625Z | Downloaded portable-atomic v1.4.3 |
1065 | 2023-12-19T22:05:23.634Z | Downloaded platforms v3.0.2 |
1066 | 2023-12-19T22:05:23.638Z | Downloaded signal-hook v0.3.17 |
1067 | 2023-12-19T22:05:23.642Z | Downloaded postcard v1.0.8 |
1068 | 2023-12-19T22:05:23.647Z | Downloaded flate2 v1.0.28 |
1069 | 2023-12-19T22:05:23.655Z | Downloaded unicode-ident v1.0.12 |
1070 | 2023-12-19T22:05:23.660Z | Downloaded tokio-postgres v0.7.10 |
1071 | 2023-12-19T22:05:23.668Z | Downloaded ring v0.17.7 |
1072 | 2023-12-19T22:05:23.798Z | Downloaded aho-corasick v1.0.4 |
1073 | 2023-12-19T22:05:23.808Z | Downloaded strsim v0.10.0 |
1074 | 2023-12-19T22:05:23.811Z | Downloaded toml_datetime v0.6.5 |
1075 | 2023-12-19T22:05:23.814Z | Downloaded predicates v3.0.4 |
1076 | 2023-12-19T22:05:23.817Z | Downloaded fixedbitset v0.4.2 |
1077 | 2023-12-19T22:05:23.820Z | Downloaded snafu-derive v0.7.5 |
1078 | 2023-12-19T22:05:23.823Z | Downloaded hashbrown v0.13.2 |
1079 | 2023-12-19T22:05:23.828Z | Downloaded float-cmp v0.9.0 |
1080 | 2023-12-19T22:05:23.832Z | Downloaded openssl v0.10.60 |
1081 | 2023-12-19T22:05:23.848Z | Downloaded generic-array v0.14.7 |
1082 | 2023-12-19T22:05:23.851Z | Downloaded vec_map v0.8.2 |
1083 | 2023-12-19T22:05:23.856Z | Downloaded dyn-clone v1.0.13 |
1084 | 2023-12-19T22:05:23.857Z | Downloaded crossbeam-queue v0.3.8 |
1085 | 2023-12-19T22:05:23.859Z | Downloaded toml v0.8.8 |
1086 | 2023-12-19T22:05:23.862Z | Downloaded ring v0.16.20 |
1087 | 2023-12-19T22:05:24.031Z | Downloaded pin-project-lite v0.2.13 |
1088 | 2023-12-19T22:05:24.035Z | Downloaded pest_meta v2.7.2 |
1089 | 2023-12-19T22:05:24.036Z | Downloaded socket2 v0.4.9 |
1090 | 2023-12-19T22:05:24.039Z | Downloaded serde_yaml v0.9.25 |
1091 | 2023-12-19T22:05:24.045Z | Downloaded utf8parse v0.2.1 |
1092 | 2023-12-19T22:05:24.045Z | Downloaded debug-ignore v1.0.5 |
1093 | 2023-12-19T22:05:24.049Z | Downloaded fatfs v0.3.6 |
1094 | 2023-12-19T22:05:24.054Z | Downloaded signal-hook-mio v0.2.3 |
1095 | 2023-12-19T22:05:24.057Z | Downloaded diesel_derives v2.1.2 |
1096 | 2023-12-19T22:05:24.060Z | Downloaded rayon-core v1.12.0 |
1097 | 2023-12-19T22:05:24.068Z | Downloaded pest_derive v2.7.2 |
1098 | 2023-12-19T22:05:24.071Z | Downloaded parking_lot_core v0.8.6 |
1099 | 2023-12-19T22:05:24.074Z | Downloaded usdt-macro v0.3.5 |
1100 | 2023-12-19T22:05:24.074Z | Downloaded pin-project-internal v1.1.3 |
1101 | 2023-12-19T22:05:24.078Z | Downloaded derive-where v1.2.6 |
1102 | 2023-12-19T22:05:24.085Z | Downloaded zerocopy v0.6.4 |
1103 | 2023-12-19T22:05:24.089Z | Downloaded snafu v0.7.5 |
1104 | 2023-12-19T22:05:24.097Z | Downloaded x509-cert v0.2.4 |
1105 | 2023-12-19T22:05:24.107Z | Downloaded http-range v0.1.5 |
1106 | 2023-12-19T22:05:24.110Z | Downloaded dirs-next v2.0.0 |
1107 | 2023-12-19T22:05:24.110Z | Downloaded same-file v1.0.6 |
1108 | 2023-12-19T22:05:24.114Z | Downloaded tabled_derive v0.6.0 |
1109 | 2023-12-19T22:05:24.117Z | Downloaded subprocess v0.2.9 |
1110 | 2023-12-19T22:05:24.120Z | Downloaded nibble_vec v0.1.0 |
1111 | 2023-12-19T22:05:24.120Z | Downloaded static_assertions v1.1.0 |
1112 | 2023-12-19T22:05:24.123Z | Downloaded parking_lot v0.11.2 |
1113 | 2023-12-19T22:05:24.126Z | Downloaded slog-term v2.9.0 |
1114 | 2023-12-19T22:05:24.130Z | Downloaded rustc-demangle v0.1.23 |
1115 | 2023-12-19T22:05:24.132Z | Downloaded ucd-trie v0.1.6 |
1116 | 2023-12-19T22:05:24.135Z | Downloaded tempfile v3.8.1 |
1117 | 2023-12-19T22:05:24.139Z | Downloaded itertools v0.10.5 |
1118 | 2023-12-19T22:05:24.150Z | Downloaded num-bigint-dig v0.8.4 |
1119 | 2023-12-19T22:05:24.162Z | Downloaded hashbrown v0.12.3 |
1120 | 2023-12-19T22:05:24.166Z | Downloaded crossterm v0.27.0 |
1121 | 2023-12-19T22:05:24.176Z | Downloaded trust-dns-client v0.22.0 |
1122 | 2023-12-19T22:05:24.185Z | Downloaded pin-utils v0.1.0 |
1123 | 2023-12-19T22:05:24.190Z | Downloaded owo-colors v3.5.0 |
1124 | 2023-12-19T22:05:24.193Z | Downloaded hash32 v0.2.1 |
1125 | 2023-12-19T22:05:24.193Z | Downloaded smawk v0.3.1 |
1126 | 2023-12-19T22:05:24.196Z | Downloaded smallvec v0.6.14 |
1127 | 2023-12-19T22:05:24.200Z | Downloaded secrecy v0.8.0 |
1128 | 2023-12-19T22:05:24.200Z | Downloaded either v1.9.0 |
1129 | 2023-12-19T22:05:24.203Z | Downloaded tokio-rustls v0.24.1 |
1130 | 2023-12-19T22:05:24.206Z | Downloaded serde_with_macros v3.4.0 |
1131 | 2023-12-19T22:05:24.209Z | Downloaded rcgen v0.11.3 |
1132 | 2023-12-19T22:05:24.212Z | Downloaded toml_edit v0.21.0 |
1133 | 2023-12-19T22:05:24.249Z | Downloaded itertools v0.11.0 |
1134 | 2023-12-19T22:05:24.260Z | Downloaded enum-as-inner v0.5.1 |
1135 | 2023-12-19T22:05:24.263Z | Downloaded thiserror-no-std v2.0.2 |
1136 | 2023-12-19T22:05:24.269Z | Downloaded home v0.5.5 |
1137 | 2023-12-19T22:05:24.272Z | Downloaded time-core v0.1.1 |
1138 | 2023-12-19T22:05:24.272Z | Downloaded tracing-attributes v0.1.26 |
1139 | 2023-12-19T22:05:24.275Z | Downloaded rustls-pemfile v1.0.3 |
1140 | 2023-12-19T22:05:24.278Z | Downloaded headers v0.3.9 |
1141 | 2023-12-19T22:05:24.290Z | Downloaded peeking_take_while v0.1.2 |
1142 | 2023-12-19T22:05:24.293Z | Downloaded zerocopy v0.3.0 |
1143 | 2023-12-19T22:05:24.293Z | Downloaded quote v1.0.33 |
1144 | 2023-12-19T22:05:24.296Z | Downloaded darling_core v0.20.3 |
1145 | 2023-12-19T22:05:24.301Z | Downloaded structmeta-derive v0.2.0 |
1146 | 2023-12-19T22:05:24.304Z | Downloaded quick-error v1.2.3 |
1147 | 2023-12-19T22:05:24.307Z | Downloaded fragile v2.0.0 |
1148 | 2023-12-19T22:05:24.310Z | Downloaded ref-cast-impl v1.0.20 |
1149 | 2023-12-19T22:05:24.310Z | Downloaded siphasher v0.3.11 |
1150 | 2023-12-19T22:05:24.313Z | Downloaded tracing-core v0.1.31 |
1151 | 2023-12-19T22:05:24.319Z | Downloaded unicode-bidi v0.3.13 |
1152 | 2023-12-19T22:05:24.321Z | Downloaded tar v0.4.40 |
1153 | 2023-12-19T22:05:24.324Z | Downloaded structopt-derive v0.4.18 |
1154 | 2023-12-19T22:05:24.327Z | Downloaded serde_path_to_error v0.1.14 |
1155 | 2023-12-19T22:05:24.330Z | Downloaded pest_generator v2.7.2 |
1156 | 2023-12-19T22:05:24.330Z | Downloaded der_derive v0.7.2 |
1157 | 2023-12-19T22:05:24.333Z | Downloaded derive_more v0.99.17 |
1158 | 2023-12-19T22:05:24.340Z | Downloaded darling_core v0.14.4 |
1159 | 2023-12-19T22:05:24.348Z | Downloaded num-bigint v0.4.4 |
1160 | 2023-12-19T22:05:24.359Z | Downloaded mio v0.8.9 |
1161 | 2023-12-19T22:05:24.366Z | Downloaded memchr v2.6.3 |
1162 | 2023-12-19T22:05:24.375Z | Downloaded zip v0.6.6 |
1163 | 2023-12-19T22:05:24.381Z | Downloaded shell-words v1.1.0 |
1164 | 2023-12-19T22:05:24.385Z | Downloaded pkcs1 v0.7.5 |
1165 | 2023-12-19T22:05:24.389Z | Downloaded textwrap v0.16.0 |
1166 | 2023-12-19T22:05:24.392Z | Downloaded ron v0.8.1 |
1167 | 2023-12-19T22:05:24.400Z | Downloaded clap_builder v4.4.2 |
1168 | 2023-12-19T22:05:24.412Z | Downloaded test-strategy v0.3.1 |
1169 | 2023-12-19T22:05:24.418Z | Downloaded url v2.5.0 |
1170 | 2023-12-19T22:05:24.451Z | Downloaded crossbeam-channel v0.5.8 |
1171 | 2023-12-19T22:05:24.454Z | Downloaded universal-hash v0.5.1 |
1172 | 2023-12-19T22:05:24.455Z | Downloaded unicode-width v0.1.11 |
1173 | 2023-12-19T22:05:24.455Z | Downloaded spki v0.7.2 |
1174 | 2023-12-19T22:05:24.455Z | Downloaded serde_plain v1.0.2 |
1175 | 2023-12-19T22:05:24.455Z | Downloaded proc-macro2 v1.0.69 |
1176 | 2023-12-19T22:05:24.455Z | Downloaded clap v4.4.3 |
1177 | 2023-12-19T22:05:24.459Z | Downloaded rand_xorshift v0.3.0 |
1178 | 2023-12-19T22:05:24.459Z | Downloaded errno v0.3.2 |
1179 | 2023-12-19T22:05:24.462Z | Downloaded ppv-lite86 v0.2.17 |
1180 | 2023-12-19T22:05:24.465Z | Downloaded poly1305 v0.8.0 |
1181 | 2023-12-19T22:05:24.468Z | Downloaded textwrap v0.11.0 |
1182 | 2023-12-19T22:05:24.471Z | Downloaded typenum v1.16.0 |
1183 | 2023-12-19T22:05:24.478Z | Downloaded tinyvec v1.6.0 |
1184 | 2023-12-19T22:05:24.481Z | Downloaded half v1.8.2 |
1185 | 2023-12-19T22:05:24.484Z | Downloaded diff v0.1.13 |
1186 | 2023-12-19T22:05:24.488Z | Downloaded papergrid v0.10.0 |
1187 | 2023-12-19T22:05:24.495Z | Downloaded subtle v2.5.0 |
1188 | 2023-12-19T22:05:24.512Z | Downloaded r2d2 v0.8.10 |
1189 | 2023-12-19T22:05:24.515Z | Downloaded futures-core v0.3.29 |
1190 | 2023-12-19T22:05:24.519Z | Downloaded pem v3.0.2 |
1191 | 2023-12-19T22:05:24.519Z | Downloaded unicode-linebreak v0.1.5 |
1192 | 2023-12-19T22:05:24.522Z | Downloaded utf-8 v0.7.6 |
1193 | 2023-12-19T22:05:24.522Z | Downloaded rustc_version v0.4.0 |
1194 | 2023-12-19T22:05:24.525Z | Downloaded rustc_version v0.1.7 |
1195 | 2023-12-19T22:05:24.525Z | Downloaded rustc-hash v1.1.0 |
1196 | 2023-12-19T22:05:24.528Z | Downloaded scheduled-thread-pool v0.2.7 |
1197 | 2023-12-19T22:05:24.528Z | Downloaded fs-err v2.11.0 |
1198 | 2023-12-19T22:05:24.536Z | Downloaded rand_core v0.6.4 |
1199 | 2023-12-19T22:05:24.536Z | Downloaded indexmap v2.1.0 |
1200 | 2023-12-19T22:05:24.541Z | Downloaded parking_lot v0.12.1 |
1201 | 2023-12-19T22:05:24.544Z | Downloaded vsss-rs v3.3.2 |
1202 | 2023-12-19T22:05:24.547Z | Downloaded toml v0.5.11 |
1203 | 2023-12-19T22:05:24.551Z | Downloaded tokio-macros v2.2.0 |
1204 | 2023-12-19T22:05:24.562Z | Downloaded rustfmt-wrapper v0.2.0 |
1205 | 2023-12-19T22:05:24.567Z | Downloaded string_cache v0.8.7 |
1206 | 2023-12-19T22:05:24.567Z | Downloaded funty v2.0.0 |
1207 | 2023-12-19T22:05:24.567Z | Downloaded fd-lock v3.0.13 |
1208 | 2023-12-19T22:05:24.567Z | Downloaded semver v1.0.20 |
1209 | 2023-12-19T22:05:24.567Z | Downloaded indicatif v0.17.7 |
1210 | 2023-12-19T22:05:24.572Z | Downloaded schemars_derive v0.8.13 |
1211 | 2023-12-19T22:05:24.576Z | Downloaded tap v1.0.1 |
1212 | 2023-12-19T22:05:24.579Z | Downloaded foreign-types-shared v0.3.1 |
1213 | 2023-12-19T22:05:24.579Z | Downloaded futures-task v0.3.29 |
1214 | 2023-12-19T22:05:24.579Z | Downloaded futures-macro v0.3.29 |
1215 | 2023-12-19T22:05:24.585Z | Downloaded postgres-types v0.2.6 |
1216 | 2023-12-19T22:05:24.588Z | Downloaded base64 v0.21.5 |
1217 | 2023-12-19T22:05:24.592Z | Downloaded cookie v0.18.0 |
1218 | 2023-12-19T22:05:24.595Z | Downloaded httparse v1.8.0 |
1219 | 2023-12-19T22:05:24.598Z | Downloaded chacha20poly1305 v0.10.1 |
1220 | 2023-12-19T22:05:24.602Z | Downloaded mockall_derive v0.12.0 |
1221 | 2023-12-19T22:05:24.605Z | Downloaded ed25519 v1.5.3 |
1222 | 2023-12-19T22:05:24.608Z | Downloaded strum_macros v0.25.2 |
1223 | 2023-12-19T22:05:24.612Z | Downloaded ref-cast v1.0.20 |
1224 | 2023-12-19T22:05:24.615Z | Downloaded proc-macro-error-attr v1.0.4 |
1225 | 2023-12-19T22:05:24.618Z | Downloaded miniz_oxide v0.7.1 |
1226 | 2023-12-19T22:05:24.621Z | Downloaded const-oid v0.9.5 |
1227 | 2023-12-19T22:05:24.623Z | Downloaded zone v0.3.0 |
1228 | 2023-12-19T22:05:24.627Z | Downloaded cancel-safe-futures v0.1.5 |
1229 | 2023-12-19T22:05:24.630Z | Downloaded libm v0.2.7 |
1230 | 2023-12-19T22:05:24.645Z | Downloaded num-traits v0.2.16 |
1231 | 2023-12-19T22:05:24.649Z | Downloaded packed_struct_codegen v0.10.1 |
1232 | 2023-12-19T22:05:24.652Z | Downloaded http-body v0.4.5 |
1233 | 2023-12-19T22:05:24.655Z | Downloaded crossbeam-utils v0.8.16 |
1234 | 2023-12-19T22:05:24.658Z | Downloaded derive_builder v0.12.0 |
1235 | 2023-12-19T22:05:24.668Z | Downloaded omicron-zone-package v0.9.1 |
1236 | 2023-12-19T22:05:24.672Z | Downloaded clang-sys v1.6.1 |
1237 | 2023-12-19T22:05:24.675Z | Downloaded cexpr v0.6.0 |
1238 | 2023-12-19T22:05:24.678Z | Downloaded addr2line v0.21.0 |
1239 | 2023-12-19T22:05:24.681Z | Downloaded vte v0.10.1 |
1240 | 2023-12-19T22:05:24.687Z | Downloaded io-lifetimes v1.0.11 |
1241 | 2023-12-19T22:05:24.690Z | Downloaded hubpack v0.1.2 |
1242 | 2023-12-19T22:05:24.690Z | Downloaded version_check v0.9.4 |
1243 | 2023-12-19T22:05:24.690Z | Downloaded tokio-tungstenite v0.20.1 |
1244 | 2023-12-19T22:05:24.693Z | Downloaded smallvec v1.11.2 |
1245 | 2023-12-19T22:05:24.697Z | Downloaded digest v0.10.7 |
1246 | 2023-12-19T22:05:24.700Z | Downloaded serde_spanned v0.6.4 |
1247 | 2023-12-19T22:05:24.703Z | Downloaded termtree v0.4.1 |
1248 | 2023-12-19T22:05:24.703Z | Downloaded tower-service v0.3.2 |
1249 | 2023-12-19T22:05:24.709Z | Downloaded hyper-rustls v0.24.2 |
1250 | 2023-12-19T22:05:24.709Z | Downloaded spin v0.9.8 |
1251 | 2023-12-19T22:05:24.713Z | Downloaded opaque-debug v0.3.0 |
1252 | 2023-12-19T22:05:24.713Z | Downloaded darling v0.20.3 |
1253 | 2023-12-19T22:05:24.718Z | Downloaded argon2 v0.5.2 |
1254 | 2023-12-19T22:05:24.721Z | Downloaded glob v0.3.1 |
1255 | 2023-12-19T22:05:24.727Z | Downloaded log v0.4.20 |
1256 | 2023-12-19T22:05:24.732Z | Downloaded native-tls v0.2.11 |
1257 | 2023-12-19T22:05:24.732Z | Downloaded bitflags v2.4.0 |
1258 | 2023-12-19T22:05:24.743Z | Downloaded defmt-macros v0.3.6 |
1259 | 2023-12-19T22:05:24.756Z | Downloaded thiserror v1.0.49 |
1260 | 2023-12-19T22:05:24.756Z | Downloaded thiserror-impl-no-std v2.0.2 |
1261 | 2023-12-19T22:05:24.756Z | Downloaded highway v1.1.0 |
1262 | 2023-12-19T22:05:24.756Z | Downloaded zeroize_derive v1.4.2 |
1263 | 2023-12-19T22:05:24.776Z | Downloaded xattr v1.0.1 |
1264 | 2023-12-19T22:05:24.776Z | Downloaded num-rational v0.4.1 |
1265 | 2023-12-19T22:05:24.776Z | Downloaded multer v2.1.0 |
1266 | 2023-12-19T22:05:24.776Z | Downloaded hyper-staticfile v0.9.5 |
1267 | 2023-12-19T22:05:24.776Z | Downloaded hyper v0.14.27 |
1268 | 2023-12-19T22:05:24.783Z | Downloaded clap_derive v4.4.2 |
1269 | 2023-12-19T22:05:24.783Z | Downloaded camino v1.1.6 |
1270 | 2023-12-19T22:05:24.787Z | Downloaded camino-tempfile v1.1.1 |
1271 | 2023-12-19T22:05:24.787Z | Downloaded backoff v0.4.0 |
1272 | 2023-12-19T22:05:24.790Z | Downloaded strum_macros v0.24.3 |
1273 | 2023-12-19T22:05:24.793Z | Downloaded spin v0.5.2 |
1274 | 2023-12-19T22:05:24.796Z | Downloaded arc-swap v1.6.0 |
1275 | 2023-12-19T22:05:24.800Z | Downloaded memoffset v0.7.1 |
1276 | 2023-12-19T22:05:24.803Z | Downloaded bit-set v0.5.3 |
1277 | 2023-12-19T22:05:24.804Z | Downloaded stable_deref_trait v1.2.0 |
1278 | 2023-12-19T22:05:24.806Z | Downloaded slog-bunyan v2.4.0 |
1279 | 2023-12-19T22:05:24.807Z | Downloaded slog-async v2.8.0 |
1280 | 2023-12-19T22:05:24.809Z | Downloaded lru-cache v0.1.2 |
1281 | 2023-12-19T22:05:24.813Z | Downloaded crossbeam v0.8.2 |
1282 | 2023-12-19T22:05:24.813Z | Downloaded synstructure v0.12.6 |
1283 | 2023-12-19T22:05:24.815Z | Downloaded bitfield v0.14.0 |
1284 | 2023-12-19T22:05:24.818Z | Downloaded bit-vec v0.6.3 |
1285 | 2023-12-19T22:05:24.818Z | Downloaded cobs v0.2.3 |
1286 | 2023-12-19T22:05:24.821Z | Downloaded buf-list v1.0.3 |
1287 | 2023-12-19T22:05:24.826Z | Downloaded fxhash v0.2.1 |
1288 | 2023-12-19T22:05:24.826Z | Downloaded ciborium-ll v0.2.1 |
1289 | 2023-12-19T22:05:24.832Z | Downloaded num-integer v0.1.45 |
1290 | 2023-12-19T22:05:24.832Z | Downloaded num-derive v0.4.0 |
1291 | 2023-12-19T22:05:24.835Z | Downloaded nu-ansi-term v0.49.0 |
1292 | 2023-12-19T22:05:24.838Z | Downloaded instant v0.1.12 |
1293 | 2023-12-19T22:05:24.838Z | Downloaded base64ct v1.6.0 |
1294 | 2023-12-19T22:05:24.841Z | Downloaded indoc v1.0.9 |
1295 | 2023-12-19T22:05:24.845Z | Downloaded num_enum_derive v0.5.11 |
1296 | 2023-12-19T22:05:24.848Z | Downloaded crypto-common v0.1.6 |
1297 | 2023-12-19T22:05:24.848Z | Downloaded downcast v0.11.0 |
1298 | 2023-12-19T22:05:24.852Z | Downloaded block-buffer v0.10.4 |
1299 | 2023-12-19T22:05:24.855Z | Downloaded lazycell v1.3.0 |
1300 | 2023-12-19T22:05:24.855Z | Downloaded ipnetwork v0.20.0 |
1301 | 2023-12-19T22:05:24.858Z | Downloaded num-iter v0.1.43 |
1302 | 2023-12-19T22:05:24.858Z | Downloaded crucible-workspace-hack v0.1.0 |
1303 | 2023-12-19T22:05:24.858Z | Downloaded array-init v0.0.4 |
1304 | 2023-12-19T22:05:24.862Z | Downloaded async-recursion v1.0.5 |
1305 | 2023-12-19T22:05:24.865Z | Downloaded md-5 v0.10.5 |
1306 | 2023-12-19T22:05:24.865Z | Downloaded linear-map v1.2.0 |
1307 | 2023-12-19T22:05:24.868Z | Downloaded kstat-rs v0.2.3 |
1308 | 2023-12-19T22:05:24.871Z | Downloaded strum v0.25.0 |
1309 | 2023-12-19T22:05:24.871Z | Downloaded ciborium-io v0.2.1 |
1310 | 2023-12-19T22:05:24.871Z | Downloaded ansi_term v0.12.1 |
1311 | 2023-12-19T22:05:24.874Z | Downloaded atomicwrites v0.4.2 |
1312 | 2023-12-19T22:05:24.877Z | Downloaded match_cfg v0.1.0 |
1313 | 2023-12-19T22:05:24.877Z | Downloaded num_threads v0.1.6 |
1314 | 2023-12-19T22:05:24.880Z | Downloaded nodrop v0.1.14 |
1315 | 2023-12-19T22:05:24.880Z | Downloaded block-padding v0.3.3 |
1316 | 2023-12-19T22:05:24.886Z | Downloaded bcs v0.1.6 |
1317 | 2023-12-19T22:05:24.889Z | Downloaded strsim v0.8.0 |
1318 | 2023-12-19T22:05:24.889Z | Downloaded slog-dtrace v0.2.3 |
1319 | 2023-12-19T22:05:24.889Z | Downloaded mime v0.3.17 |
1320 | 2023-12-19T22:05:24.892Z | Downloaded linked-hash-map v0.5.6 |
1321 | 2023-12-19T22:05:24.892Z | Downloaded bitflags v1.3.2 |
1322 | 2023-12-19T22:05:24.896Z | Downloaded macaddr v1.0.1 |
1323 | 2023-12-19T22:05:24.899Z | Downloaded number_prefix v0.4.0 |
1324 | 2023-12-19T22:05:24.904Z | Downloaded autocfg v1.1.0 |
1325 | 2023-12-19T22:05:24.904Z | Downloaded colorchoice v1.0.0 |
1326 | 2023-12-19T22:05:24.904Z | Downloaded byteorder v1.5.0 |
1327 | 2023-12-19T22:05:24.907Z | Downloaded assert_matches v1.5.0 |
1328 | 2023-12-19T22:05:24.910Z | Downloaded nom v7.1.3 |
1329 | 2023-12-19T22:05:24.916Z | Downloaded arrayvec v0.5.2 |
1330 | 2023-12-19T22:05:24.921Z | Downloaded oso v0.27.0 |
1331 | 2023-12-19T22:05:24.925Z | Downloaded base16ct v0.2.0 |
1332 | 2023-12-19T22:05:24.928Z | Downloaded ascii-canvas v3.0.0 |
1333 | 2023-12-19T22:05:24.931Z | Downloaded async-stream v0.3.5 |
1334 | 2023-12-19T22:05:24.934Z | Downloaded memoffset v0.9.0 |
1335 | 2023-12-19T22:05:24.934Z | Downloaded bb8 v0.8.1 |
1336 | 2023-12-19T22:05:24.937Z | Downloaded anstyle-query v1.0.0 |
1337 | 2023-12-19T22:05:24.937Z | Downloaded signature v1.6.4 |
1338 | 2023-12-19T22:05:24.940Z | Downloaded sha2 v0.10.8 |
1339 | 2023-12-19T22:05:24.943Z | Downloaded atomic-waker v1.1.1 |
1340 | 2023-12-19T22:05:24.950Z | Downloaded anstream v0.5.0 |
1341 | 2023-12-19T22:05:24.953Z | Downloaded signal-hook-tokio v0.3.1 |
1342 | 2023-12-19T22:05:24.953Z | Downloaded signal-hook-registry v1.4.1 |
1343 | 2023-12-19T22:05:24.953Z | Downloaded serde_urlencoded v0.7.1 |
1344 | 2023-12-19T22:05:24.953Z | Downloaded olpc-cjson v0.1.3 |
1345 | 2023-12-19T22:05:24.956Z | Downloaded num_enum v0.5.11 |
1346 | 2023-12-19T22:05:24.964Z | Downloaded num_cpus v1.16.0 |
1347 | 2023-12-19T22:05:24.968Z | Downloaded num v0.4.1 |
1348 | 2023-12-19T22:05:24.971Z | Downloaded mockall v0.12.0 |
1349 | 2023-12-19T22:05:24.971Z | Downloaded libsw v3.3.0 |
1350 | 2023-12-19T22:05:24.975Z | Downloaded async-stream-impl v0.3.5 |
1351 | 2023-12-19T22:05:24.978Z | Downloaded serde-big-array v0.5.1 |
1352 | 2023-12-19T22:05:24.978Z | Downloaded ciborium v0.2.1 |
1353 | 2023-12-19T22:05:24.982Z | Downloaded async-trait v0.1.74 |
1354 | 2023-12-19T22:05:24.986Z | Downloaded aead v0.5.2 |
1355 | 2023-12-19T22:05:24.989Z | Downloaded inout v0.1.3 |
1356 | 2023-12-19T22:05:24.992Z | Downloaded hubpack_derive v0.1.1 |
1357 | 2023-12-19T22:05:24.992Z | Downloaded anstyle v1.0.2 |
1358 | 2023-12-19T22:05:24.996Z | Downloaded adler v1.0.2 |
1359 | 2023-12-19T22:05:24.996Z | Downloaded libloading v0.7.4 |
1360 | 2023-12-19T22:05:24.999Z | Downloaded ahash v0.8.6 |
1361 | 2023-12-19T22:05:25.332Z | Compiling proc-macro2 v1.0.69 |
1362 | 2023-12-19T22:05:25.332Z | Compiling unicode-ident v1.0.12 |
1363 | 2023-12-19T22:05:25.335Z | Compiling libc v0.2.151 |
1364 | 2023-12-19T22:05:25.335Z | Compiling serde v1.0.193 |
1365 | 2023-12-19T22:05:25.337Z | Compiling autocfg v1.1.0 |
1366 | 2023-12-19T22:05:25.352Z | Compiling cfg-if v1.0.0 |
1367 | 2023-12-19T22:05:25.355Z | Compiling version_check v0.9.4 |
1368 | 2023-12-19T22:05:25.541Z | Compiling syn v1.0.109 |
1369 | 2023-12-19T22:05:25.560Z | Compiling once_cell v1.19.0 |
1370 | 2023-12-19T22:05:25.661Z | Compiling parking_lot_core v0.9.8 |
1371 | 2023-12-19T22:05:26.084Z | Compiling libm v0.2.7 |
1372 | 2023-12-19T22:05:26.237Z | Compiling serde_json v1.0.108 |
1373 | 2023-12-19T22:05:26.348Z | Compiling lock_api v0.4.10 |
1374 | 2023-12-19T22:05:27.267Z | Compiling num-traits v0.2.16 |
1375 | 2023-12-19T22:05:27.270Z | Compiling typenum v1.16.0 |
1376 | 2023-12-19T22:05:27.270Z | Compiling scopeguard v1.2.0 |
1377 | 2023-12-19T22:05:27.579Z | Compiling thiserror v1.0.49 |
1378 | 2023-12-19T22:05:27.589Z | Compiling futures-core v0.3.29 |
1379 | 2023-12-19T22:05:27.601Z | Compiling generic-array v0.14.7 |
1380 | 2023-12-19T22:05:28.051Z | Compiling memchr v2.6.3 |
1381 | 2023-12-19T22:05:28.266Z | Compiling itoa v1.0.9 |
1382 | 2023-12-19T22:05:28.789Z | Compiling pkg-config v0.3.27 |
1383 | 2023-12-19T22:05:29.058Z | Compiling quote v1.0.33 |
1384 | 2023-12-19T22:05:29.474Z | Compiling byteorder v1.5.0 |
1385 | 2023-12-19T22:05:30.019Z | Compiling syn v2.0.32 |
1386 | 2023-12-19T22:05:30.147Z | Compiling cc v1.0.83 |
1387 | 2023-12-19T22:05:30.370Z | Compiling getrandom v0.2.10 |
1388 | 2023-12-19T22:05:30.776Z | Compiling slab v0.4.9 |
1389 | 2023-12-19T22:05:31.010Z | Compiling futures-channel v0.3.29 |
1390 | 2023-12-19T22:05:31.213Z | Compiling futures-task v0.3.29 |
1391 | 2023-12-19T22:05:31.465Z | Compiling futures-util v0.3.29 |
1392 | 2023-12-19T22:05:31.749Z | Compiling log v0.4.20 |
1393 | 2023-12-19T22:05:31.924Z | Compiling heck v0.4.1 |
1394 | 2023-12-19T22:05:32.641Z | Compiling ryu v1.0.15 |
1395 | 2023-12-19T22:05:32.785Z | Compiling pin-project-lite v0.2.13 |
1396 | 2023-12-19T22:05:32.909Z | Compiling schemars v0.8.13 |
1397 | 2023-12-19T22:05:32.946Z | Compiling smallvec v1.11.2 |
1398 | 2023-12-19T22:05:33.057Z | Compiling vcpkg v0.2.15 |
1399 | 2023-12-19T22:05:34.175Z | Compiling ring v0.17.7 |
1400 | 2023-12-19T22:05:34.625Z | Compiling parking_lot v0.12.1 |
1401 | 2023-12-19T22:05:35.794Z | Compiling semver v1.0.20 |
1402 | 2023-12-19T22:05:35.897Z | Compiling openssl-sys v0.9.96 |
1403 | 2023-12-19T22:05:36.440Z | Compiling rand_core v0.6.4 |
1404 | 2023-12-19T22:05:37.204Z | Compiling ring v0.16.20 |
1405 | 2023-12-19T22:05:38.445Z | Compiling indexmap v1.9.3 |
1406 | 2023-12-19T22:05:38.502Z | Compiling hashbrown v0.14.2 |
1407 | 2023-12-19T22:05:38.576Z | Compiling equivalent v1.0.1 |
1408 | 2023-12-19T22:05:38.982Z | Compiling ahash v0.8.6 |
1409 | 2023-12-19T22:05:39.470Z | Compiling httparse v1.8.0 |
1410 | 2023-12-19T22:05:40.101Z | Compiling mio v0.8.9 |
1411 | 2023-12-19T22:05:40.120Z | Compiling signal-hook-registry v1.4.1 |
1412 | 2023-12-19T22:05:40.443Z | Compiling socket2 v0.5.5 |
1413 | 2023-12-19T22:05:40.562Z | Compiling num_cpus v1.16.0 |
1414 | 2023-12-19T22:05:40.735Z | Compiling spin v0.5.2 |
1415 | 2023-12-19T22:05:41.275Z | Compiling openssl v0.10.60 |
1416 | 2023-12-19T22:05:41.320Z | Compiling fnv v1.0.7 |
1417 | 2023-12-19T22:05:41.491Z | Compiling serde_derive_internals v0.26.0 |
1418 | 2023-12-19T22:05:42.192Z | Compiling spin v0.9.8 |
1419 | 2023-12-19T22:05:42.826Z | Compiling rustls v0.21.9 |
1420 | 2023-12-19T22:05:42.905Z | Compiling iana-time-zone v0.1.57 |
1421 | 2023-12-19T22:05:43.236Z | Compiling unicode-xid v0.2.4 |
1422 | 2023-12-19T22:05:43.421Z | Compiling native-tls v0.2.11 |
1423 | 2023-12-19T22:05:43.444Z | Compiling crossbeam-utils v0.8.16 |
1424 | 2023-12-19T22:05:43.467Z | Compiling const-oid v0.9.5 |
1425 | 2023-12-19T22:05:43.489Z | Compiling ucd-trie v0.1.6 |
1426 | 2023-12-19T22:05:43.848Z | Compiling subtle v2.5.0 |
1427 | 2023-12-19T22:05:43.874Z | Compiling synstructure v0.12.6 |
1428 | 2023-12-19T22:05:45.325Z | Compiling futures-sink v0.3.29 |
1429 | 2023-12-19T22:05:45.435Z | Compiling io-lifetimes v1.0.11 |
1430 | 2023-12-19T22:05:45.931Z | Compiling backtrace v0.3.69 |
1431 | 2023-12-19T22:05:46.252Z | Compiling dyn-clone v1.0.13 |
1432 | 2023-12-19T22:05:46.352Z | Compiling winnow v0.5.15 |
1433 | 2023-12-19T22:05:46.475Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2023-12-19T22:05:46.512Z | Compiling rustix v0.38.25 |
1435 | 2023-12-19T22:05:46.594Z | Compiling tinyvec v1.6.0 |
1436 | 2023-12-19T22:05:47.556Z | Compiling tracing-core v0.1.31 |
1437 | 2023-12-19T22:05:47.602Z | Compiling num-integer v0.1.45 |
1438 | 2023-12-19T22:05:47.728Z | Compiling memoffset v0.9.0 |
1439 | 2023-12-19T22:05:48.016Z | Compiling pin-utils v0.1.0 |
1440 | 2023-12-19T22:05:48.137Z | Compiling futures-io v0.3.29 |
1441 | 2023-12-19T22:05:48.687Z | Compiling rustix v0.37.23 |
1442 | 2023-12-19T22:05:49.143Z | Compiling unicode-normalization v0.1.22 |
1443 | 2023-12-19T22:05:49.516Z | Compiling usdt-impl v0.3.5 |
1444 | 2023-12-19T22:05:49.978Z | Compiling slog v2.7.0 |
1445 | 2023-12-19T22:05:50.607Z | Compiling unicode-bidi v0.3.13 |
1446 | 2023-12-19T22:05:50.854Z | Compiling time-core v0.1.1 |
1447 | 2023-12-19T22:05:51.099Z | Compiling anyhow v1.0.75 |
1448 | 2023-12-19T22:05:51.428Z | Compiling schemars_derive v0.8.13 |
1449 | 2023-12-19T22:05:51.465Z | Compiling serde_derive v1.0.193 |
1450 | 2023-12-19T22:05:51.609Z | Compiling zeroize_derive v1.4.2 |
1451 | 2023-12-19T22:05:51.763Z | Compiling thiserror-impl v1.0.49 |
1452 | 2023-12-19T22:05:51.873Z | Compiling tokio-macros v2.2.0 |
1453 | 2023-12-19T22:05:51.879Z | Compiling futures-macro v0.3.29 |
1454 | 2023-12-19T22:05:52.398Z | Compiling tracing-attributes v0.1.26 |
1455 | 2023-12-19T22:05:52.754Z | Compiling zerocopy-derive v0.7.31 |
1456 | 2023-12-19T22:05:54.029Z | Compiling zeroize v1.7.0 |
1457 | 2023-12-19T22:05:54.877Z | Compiling openssl-macros v0.1.1 |
1458 | 2023-12-19T22:05:55.946Z | Compiling zerocopy-derive v0.2.0 |
1459 | 2023-12-19T22:05:55.950Z | Compiling zerocopy v0.7.31 |
1460 | 2023-12-19T22:05:56.198Z | Compiling der_derive v0.7.2 |
1461 | 2023-12-19T22:05:56.592Z | Compiling pest v2.7.2 |
1462 | 2023-12-19T22:05:56.779Z | Compiling crypto-common v0.1.6 |
1463 | 2023-12-19T22:05:57.062Z | Compiling block-buffer v0.10.4 |
1464 | 2023-12-19T22:05:57.727Z | Compiling tracing v0.1.37 |
1465 | 2023-12-19T22:05:58.644Z | Compiling bitflags v1.3.2 |
1466 | 2023-12-19T22:05:58.932Z | Compiling crc32fast v1.3.2 |
1467 | 2023-12-19T22:05:59.545Z | Compiling hashbrown v0.13.2 |
1468 | 2023-12-19T22:05:59.902Z | Compiling digest v0.10.7 |
1469 | 2023-12-19T22:06:00.299Z | Compiling time-macros v0.2.13 |
1470 | 2023-12-19T22:06:00.545Z | Compiling pest_meta v2.7.2 |
1471 | 2023-12-19T22:06:01.407Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1472 | 2023-12-19T22:06:01.708Z | Compiling aho-corasick v1.0.4 |
1473 | 2023-12-19T22:06:01.974Z | Compiling crossbeam-epoch v0.9.15 |
1474 | 2023-12-19T22:06:02.580Z | Compiling pest_generator v2.7.2 |
1475 | 2023-12-19T22:06:03.326Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-12-19T22:06:05.402Z | Compiling rustversion v1.0.14 |
1477 | 2023-12-19T22:06:06.439Z | Compiling ppv-lite86 v0.2.17 |
1478 | 2023-12-19T22:06:06.945Z | Compiling async-trait v0.1.74 |
1479 | 2023-12-19T22:06:07.020Z | Compiling pest_derive v2.7.2 |
1480 | 2023-12-19T22:06:07.699Z | Compiling rand_chacha v0.3.1 |
1481 | 2023-12-19T22:06:07.810Z | Compiling zerocopy v0.3.0 |
1482 | 2023-12-19T22:06:09.024Z | Compiling errno v0.3.2 |
1483 | 2023-12-19T22:06:09.228Z | Compiling regex-automata v0.4.3 |
1484 | 2023-12-19T22:06:09.996Z | Compiling base64 v0.21.5 |
1485 | 2023-12-19T22:06:11.059Z | Compiling strsim v0.10.0 |
1486 | 2023-12-19T22:06:12.017Z | Compiling dof v0.1.5 |
1487 | 2023-12-19T22:06:13.378Z | Compiling bytes v1.5.0 |
1488 | 2023-12-19T22:06:13.709Z | Compiling indexmap v2.1.0 |
1489 | 2023-12-19T22:06:14.785Z | Compiling rustc_version v0.4.0 |
1490 | 2023-12-19T22:06:15.187Z | Compiling uuid v1.6.1 |
1491 | 2023-12-19T22:06:15.733Z | Compiling heapless v0.7.16 |
1492 | 2023-12-19T22:06:16.109Z | Compiling chrono v0.4.31 |
1493 | 2023-12-19T22:06:16.292Z | Compiling bitflags v2.4.0 |
1494 | 2023-12-19T22:06:17.193Z | Compiling tokio v1.35.0 |
1495 | 2023-12-19T22:06:20.326Z | Compiling serde_spanned v0.6.4 |
1496 | 2023-12-19T22:06:20.656Z | Compiling toml_datetime v0.6.5 |
1497 | 2023-12-19T22:06:21.888Z | Compiling toml_edit v0.19.15 |
1498 | 2023-12-19T22:06:22.789Z | Compiling http v0.2.11 |
1499 | 2023-12-19T22:06:26.995Z | Compiling regex v1.10.2 |
1500 | 2023-12-19T22:06:27.557Z | Compiling rand v0.8.5 |
1501 | 2023-12-19T22:06:28.608Z | Compiling dtrace-parser v0.1.14 |
1502 | 2023-12-19T22:06:31.216Z | Compiling tokio-util v0.7.10 |
1503 | 2023-12-19T22:06:33.291Z | Compiling thread-id v4.2.0 |
1504 | 2023-12-19T22:06:33.492Z | Compiling num-bigint v0.4.4 |
1505 | 2023-12-19T22:06:33.528Z | Compiling openssl-probe v0.1.5 |
1506 | 2023-12-19T22:06:33.551Z | Compiling hashbrown v0.12.3 |
1507 | 2023-12-19T22:06:34.082Z | Compiling smoltcp v0.9.1 |
1508 | 2023-12-19T22:06:34.124Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1509 | 2023-12-19T22:06:35.062Z | Compiling base64ct v1.6.0 |
1510 | 2023-12-19T22:06:35.337Z | Compiling untrusted v0.9.0 |
1511 | 2023-12-19T22:06:35.608Z | Compiling foreign-types-shared v0.1.1 |
1512 | 2023-12-19T22:06:35.745Z | Compiling percent-encoding v2.3.1 |
1513 | 2023-12-19T22:06:35.914Z | Compiling doc-comment v0.3.3 |
1514 | 2023-12-19T22:06:35.984Z | Compiling untrusted v0.7.1 |
1515 | 2023-12-19T22:06:36.278Z | Compiling pem-rfc7468 v0.7.0 |
1516 | 2023-12-19T22:06:36.625Z | Compiling foreign-types v0.3.2 |
1517 | 2023-12-19T22:06:40.293Z | Compiling strum_macros v0.25.2 |
1518 | 2023-12-19T22:06:41.036Z | Compiling serde_tokenstream v0.1.7 |
1519 | 2023-12-19T22:06:41.962Z | Compiling hmac v0.12.1 |
1520 | 2023-12-19T22:06:42.486Z | Compiling lazy_static v1.4.0 |
1521 | 2023-12-19T22:06:43.049Z | Compiling socket2 v0.4.9 |
1522 | 2023-12-19T22:06:44.424Z | Compiling adler v1.0.2 |
1523 | 2023-12-19T22:06:44.867Z | Compiling unicode-segmentation v1.10.1 |
1524 | 2023-12-19T22:06:44.888Z | Compiling flagset v0.4.3 |
1525 | 2023-12-19T22:06:45.040Z | Compiling try-lock v0.2.4 |
1526 | 2023-12-19T22:06:45.273Z | Compiling siphasher v0.3.11 |
1527 | 2023-12-19T22:06:45.547Z | Compiling unicode-width v0.1.11 |
1528 | 2023-12-19T22:06:45.801Z | Compiling miniz_oxide v0.7.1 |
1529 | 2023-12-19T22:06:46.251Z | Compiling want v0.3.1 |
1530 | 2023-12-19T22:06:46.261Z | Compiling der v0.7.8 |
1531 | 2023-12-19T22:06:49.401Z | Compiling rustls-webpki v0.101.7 |
1532 | 2023-12-19T22:06:50.800Z | Compiling sct v0.7.0 |
1533 | 2023-12-19T22:06:50.824Z | Compiling h2 v0.3.21 |
1534 | 2023-12-19T22:06:52.155Z | Compiling form_urlencoded v1.2.1 |
1535 | 2023-12-19T22:06:52.275Z | Compiling http-body v0.4.5 |
1536 | 2023-12-19T22:06:52.902Z | Compiling zerocopy-derive v0.6.4 |
1537 | 2023-12-19T22:06:55.173Z | Compiling pin-project-internal v1.1.3 |
1538 | 2023-12-19T22:06:55.591Z | Compiling hubpack_derive v0.1.1 |
1539 | 2023-12-19T22:06:56.852Z | Compiling num-iter v0.1.43 |
1540 | 2023-12-19T22:06:57.528Z | Compiling utf8parse v0.2.1 |
1541 | 2023-12-19T22:06:57.676Z | Compiling httpdate v1.0.3 |
1542 | 2023-12-19T22:06:57.752Z | Compiling anstyle v1.0.2 |
1543 | 2023-12-19T22:06:58.520Z | Compiling tower-service v0.3.2 |
1544 | 2023-12-19T22:06:59.572Z | Compiling cpufeatures v0.2.9 |
1545 | 2023-12-19T22:06:59.705Z | Compiling sha2 v0.10.8 |
1546 | 2023-12-19T22:06:59.780Z | Compiling anstyle-parse v0.2.1 |
1547 | 2023-12-19T22:07:01.880Z | Compiling hyper v0.14.27 |
1548 | 2023-12-19T22:07:02.999Z | Compiling spki v0.7.2 |
1549 | 2023-12-19T22:07:04.499Z | Compiling usdt-macro v0.3.5 |
1550 | 2023-12-19T22:07:04.650Z | Compiling usdt-attr-macro v0.3.5 |
1551 | 2023-12-19T22:07:06.781Z | Compiling openapiv3 v2.0.0 |
1552 | 2023-12-19T22:07:07.109Z | Compiling serde_tokenstream v0.2.0 |
1553 | 2023-12-19T22:07:07.148Z | Compiling rustls-pemfile v1.0.3 |
1554 | 2023-12-19T22:07:07.697Z | Compiling md-5 v0.10.5 |
1555 | 2023-12-19T22:07:08.038Z | Compiling idna v0.5.0 |
1556 | 2023-12-19T22:07:08.089Z | Compiling stringprep v0.1.3 |
1557 | 2023-12-19T22:07:08.613Z | Compiling diesel_table_macro_syntax v0.1.0 |
1558 | 2023-12-19T22:07:09.182Z | Compiling hash32 v0.2.1 |
1559 | 2023-12-19T22:07:09.788Z | Compiling gimli v0.28.0 |
1560 | 2023-12-19T22:07:09.954Z | Compiling stable_deref_trait v1.2.0 |
1561 | 2023-12-19T22:07:10.094Z | Compiling colorchoice v1.0.0 |
1562 | 2023-12-19T22:07:10.183Z | Compiling either v1.9.0 |
1563 | 2023-12-19T22:07:10.489Z | Compiling anstyle-query v1.0.0 |
1564 | 2023-12-19T22:07:10.693Z | Compiling fallible-iterator v0.2.0 |
1565 | 2023-12-19T22:07:11.753Z | Compiling anstream v0.5.0 |
1566 | 2023-12-19T22:07:11.828Z | Compiling postgres-protocol v0.6.6 |
1567 | 2023-12-19T22:07:14.201Z | Compiling url v2.5.0 |
1568 | 2023-12-19T22:07:14.680Z | Compiling diesel_derives v2.1.2 |
1569 | 2023-12-19T22:07:17.210Z | Compiling addr2line v0.21.0 |
1570 | 2023-12-19T22:07:17.571Z | Compiling tokio-rustls v0.24.1 |
1571 | 2023-12-19T22:07:18.515Z | Compiling rustls-native-certs v0.6.3 |
1572 | 2023-12-19T22:07:19.133Z | Compiling pkcs8 v0.10.2 |
1573 | 2023-12-19T22:07:19.965Z | Compiling terminal_size v0.2.6 |
1574 | 2023-12-19T22:07:20.242Z | Compiling tokio-native-tls v0.3.1 |
1575 | 2023-12-19T22:07:21.418Z | Compiling phf_shared v0.11.2 |
1576 | 2023-12-19T22:07:23.247Z | Compiling regress v0.7.1 |
1577 | 2023-12-19T22:07:23.271Z | Compiling block-padding v0.3.3 |
1578 | 2023-12-19T22:07:23.588Z | Compiling clap_derive v4.4.2 |
1579 | 2023-12-19T22:07:23.983Z | Compiling serde_repr v0.1.16 |
1580 | 2023-12-19T22:07:25.604Z | Compiling snafu-derive v0.7.5 |
1581 | 2023-12-19T22:07:31.039Z | Compiling enum-as-inner v0.5.1 |
1582 | 2023-12-19T22:07:31.396Z | Compiling ff v0.13.0 |
1583 | 2023-12-19T22:07:31.773Z | Compiling scheduled-thread-pool v0.2.7 |
1584 | 2023-12-19T22:07:32.568Z | Compiling object v0.32.1 |
1585 | 2023-12-19T22:07:33.530Z | Compiling base16ct v0.2.0 |
1586 | 2023-12-19T22:07:33.958Z | Compiling rustc-demangle v0.1.23 |
1587 | 2023-12-19T22:07:37.948Z | Compiling num_threads v0.1.6 |
1588 | 2023-12-19T22:07:38.294Z | Compiling bit-vec v0.6.3 |
1589 | 2023-12-19T22:07:38.972Z | Compiling ipnet v2.8.0 |
1590 | 2023-12-19T22:07:39.546Z | Compiling deranged v0.3.8 |
1591 | 2023-12-19T22:07:40.635Z | Compiling managed v0.8.0 |
1592 | 2023-12-19T22:07:41.408Z | Compiling matches v0.1.10 |
1593 | 2023-12-19T22:07:41.469Z | Compiling regex-automata v0.1.10 |
1594 | 2023-12-19T22:07:41.537Z | Compiling clap_lex v0.5.1 |
1595 | 2023-12-19T22:07:42.174Z | Compiling bstr v0.2.17 |
1596 | 2023-12-19T22:07:42.240Z | Compiling clap_builder v4.4.2 |
1597 | 2023-12-19T22:07:42.600Z | Compiling time v0.3.27 |
1598 | 2023-12-19T22:07:46.953Z | Compiling idna v0.2.3 |
1599 | 2023-12-19T22:07:48.793Z | Compiling sec1 v0.7.3 |
1600 | 2023-12-19T22:07:49.341Z | Compiling r2d2 v0.8.10 |
1601 | 2023-12-19T22:07:49.888Z | Compiling group v0.13.0 |
1602 | 2023-12-19T22:07:50.391Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1603 | 2023-12-19T22:07:50.518Z | Compiling inout v0.1.3 |
1604 | 2023-12-19T22:07:51.371Z | Compiling phf v0.11.2 |
1605 | 2023-12-19T22:07:51.702Z | Compiling hyper-tls v0.5.0 |
1606 | 2023-12-19T22:07:51.819Z | Compiling hyper-rustls v0.24.2 |
1607 | 2023-12-19T22:07:51.987Z | Compiling flate2 v1.0.28 |
1608 | 2023-12-19T22:07:52.231Z | Compiling bzip2 v0.4.4 |
1609 | 2023-12-19T22:07:52.619Z | Compiling postgres-types v0.2.6 |
1610 | 2023-12-19T22:07:52.809Z | Compiling itertools v0.11.0 |
1611 | 2023-12-19T22:07:53.467Z | Compiling pin-project v1.1.3 |
1612 | 2023-12-19T22:07:53.835Z | Compiling hubpack v0.1.2 |
1613 | 2023-12-19T22:07:54.490Z | Compiling zerocopy v0.6.4 |
1614 | 2023-12-19T22:07:54.767Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2023-12-19T22:07:54.854Z | Compiling phf_shared v0.10.0 |
1616 | 2023-12-19T22:07:55.447Z | Compiling hkdf v0.12.3 |
1617 | 2023-12-19T22:07:55.595Z | Compiling ipnetwork v0.20.0 |
1618 | 2023-12-19T22:07:56.679Z | Compiling futures-executor v0.3.29 |
1619 | 2023-12-19T22:07:56.953Z | Compiling crypto-bigint v0.5.2 |
1620 | 2023-12-19T22:07:57.553Z | Compiling float-cmp v0.9.0 |
1621 | 2023-12-19T22:07:57.706Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2023-12-19T22:07:57.880Z | Compiling encoding_rs v0.8.33 |
1623 | 2023-12-19T22:08:00.330Z | Compiling precomputed-hash v0.1.1 |
1624 | 2023-12-19T22:08:00.490Z | Compiling difflib v0.4.0 |
1625 | 2023-12-19T22:08:01.952Z | Compiling webpki-roots v0.25.2 |
1626 | 2023-12-19T22:08:02.362Z | Compiling minimal-lexical v0.2.1 |
1627 | 2023-12-19T22:08:02.552Z | Compiling whoami v1.4.1 |
1628 | 2023-12-19T22:08:03.350Z | Compiling new_debug_unreachable v1.0.4 |
1629 | 2023-12-19T22:08:03.481Z | Compiling predicates-core v1.0.6 |
1630 | 2023-12-19T22:08:03.912Z | Compiling regex-automata v0.3.8 |
1631 | 2023-12-19T22:08:03.951Z | Compiling data-encoding v2.4.0 |
1632 | 2023-12-19T22:08:04.074Z | Compiling mime v0.3.17 |
1633 | 2023-12-19T22:08:05.173Z | Compiling fixedbitset v0.4.2 |
1634 | 2023-12-19T22:08:07.651Z | Compiling static_assertions v1.1.0 |
1635 | 2023-12-19T22:08:07.789Z | Compiling normalize-line-endings v0.3.0 |
1636 | 2023-12-19T22:08:07.987Z | Compiling predicates v3.0.4 |
1637 | 2023-12-19T22:08:07.990Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1638 | 2023-12-19T22:08:08.998Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1639 | 2023-12-19T22:08:10.412Z | Compiling bstr v1.6.0 |
1640 | 2023-12-19T22:08:12.808Z | Compiling petgraph v0.6.4 |
1641 | 2023-12-19T22:08:16.104Z | Compiling trust-dns-proto v0.22.0 |
1642 | 2023-12-19T22:08:17.559Z | Compiling reqwest v0.11.22 |
1643 | 2023-12-19T22:08:18.713Z | Compiling string_cache v0.8.7 |
1644 | 2023-12-19T22:08:19.157Z | Compiling nom v7.1.3 |
1645 | 2023-12-19T22:08:19.348Z | Compiling tokio-postgres v0.7.10 |
1646 | 2023-12-19T22:08:19.376Z | Compiling elliptic-curve v0.13.8 |
1647 | 2023-12-19T22:08:28.545Z | Compiling futures v0.3.29 |
1648 | 2023-12-19T22:08:29.851Z | Compiling diesel v2.1.4 |
1649 | 2023-12-19T22:08:29.872Z | Compiling yasna v0.5.2 |
1650 | 2023-12-19T22:08:30.309Z | Compiling snafu v0.7.5 |
1651 | 2023-12-19T22:08:31.561Z | Compiling zip v0.6.6 |
1652 | 2023-12-19T22:08:32.577Z | Compiling cipher v0.4.4 |
1653 | 2023-12-19T22:08:33.718Z | Compiling clap v4.4.3 |
1654 | 2023-12-19T22:08:33.870Z | Compiling similar v2.3.0 |
1655 | 2023-12-19T22:08:34.684Z | Compiling bit-set v0.5.3 |
1656 | 2023-12-19T22:08:35.150Z | Compiling itertools v0.10.5 |
1657 | 2023-12-19T22:08:35.270Z | Compiling usdt v0.3.5 |
1658 | 2023-12-19T22:08:35.714Z | Compiling console v0.15.7 |
1659 | 2023-12-19T22:08:36.567Z | Compiling tokio-stream v0.1.14 |
1660 | 2023-12-19T22:08:37.107Z | Compiling toml v0.7.8 |
1661 | 2023-12-19T22:08:37.347Z | Compiling proc-macro-crate v1.3.1 |
1662 | 2023-12-19T22:08:37.838Z | Compiling toml_edit v0.21.0 |
1663 | 2023-12-19T22:08:38.056Z | Compiling hex v0.4.3 |
1664 | 2023-12-19T22:08:39.002Z | Compiling proc-macro-error v1.0.4 |
1665 | 2023-12-19T22:08:39.527Z | Compiling lalrpop-util v0.19.12 |
1666 | 2023-12-19T22:08:42.366Z | Compiling num_enum_derive v0.5.11 |
1667 | 2023-12-19T22:08:46.301Z | Compiling atty v0.2.14 |
1668 | 2023-12-19T22:08:46.601Z | Compiling ident_case v1.0.1 |
1669 | 2023-12-19T22:08:46.853Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2023-12-19T22:08:47.424Z | Compiling smoltcp v0.10.0 |
1671 | 2023-12-19T22:08:49.353Z | Compiling darling_core v0.20.3 |
1672 | 2023-12-19T22:08:54.311Z | Compiling num_enum v0.5.11 |
1673 | 2023-12-19T22:09:15.425Z | Compiling dirs-sys-next v0.1.2 |
1674 | 2023-12-19T22:09:18.388Z | Compiling cobs v0.2.3 |
1675 | 2023-12-19T22:09:19.046Z | Compiling embedded-io v0.4.0 |
1676 | 2023-12-19T22:09:19.395Z | Compiling camino v1.1.6 |
1677 | 2023-12-19T22:09:19.455Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2023-12-19T22:09:20.821Z | Compiling postcard v1.0.8 |
1679 | 2023-12-19T22:09:21.965Z | Compiling dirs-next v2.0.0 |
1680 | 2023-12-19T22:09:22.400Z | Compiling darling_macro v0.20.3 |
1681 | 2023-12-19T22:09:28.822Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1682 | 2023-12-19T22:09:37.821Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2023-12-19T22:09:38.747Z | Compiling getopts v0.2.21 |
1684 | 2023-12-19T22:09:42.548Z | Compiling foreign-types-macros v0.2.3 |
1685 | 2023-12-19T22:09:44.042Z | Compiling structmeta-derive v0.2.0 |
1686 | 2023-12-19T22:09:47.072Z | Compiling thread_local v1.1.7 |
1687 | 2023-12-19T22:09:48.289Z | Compiling multer v2.1.0 |
1688 | 2023-12-19T22:09:48.361Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1689 | 2023-12-19T22:09:48.736Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1690 | 2023-12-19T22:09:48.795Z | Compiling foreign-types-shared v0.3.1 |
1691 | 2023-12-19T22:09:49.143Z | Compiling slog-async v2.8.0 |
1692 | 2023-12-19T22:09:49.781Z | Compiling paste v1.0.14 |
1693 | 2023-12-19T22:09:51.082Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1694 | 2023-12-19T22:09:51.573Z | Compiling match_cfg v0.1.0 |
1695 | 2023-12-19T22:09:51.904Z | Compiling unsafe-libyaml v0.2.9 |
1696 | 2023-12-19T22:09:54.840Z | Compiling serde_yaml v0.9.25 |
1697 | 2023-12-19T22:10:05.475Z | Compiling hostname v0.3.1 |
1698 | 2023-12-19T22:10:09.503Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1699 | 2023-12-19T22:10:11.910Z | Compiling foreign-types v0.5.0 |
1700 | 2023-12-19T22:10:12.257Z | Compiling structmeta v0.2.0 |
1701 | 2023-12-19T22:10:19.146Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1702 | 2023-12-19T22:10:22.862Z | Compiling darling v0.20.3 |
1703 | 2023-12-19T22:10:23.423Z | Compiling term v0.7.0 |
1704 | 2023-12-19T22:10:29.084Z | Compiling slog-json v2.6.1 |
1705 | 2023-12-19T22:10:29.866Z | Compiling is-terminal v0.4.9 |
1706 | 2023-12-19T22:10:30.056Z | Compiling crossbeam-channel v0.5.8 |
1707 | 2023-12-19T22:10:33.233Z | Compiling strum v0.25.0 |
1708 | 2023-12-19T22:10:34.392Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1709 | 2023-12-19T22:10:34.739Z | Compiling async-stream-impl v0.3.5 |
1710 | 2023-12-19T22:10:34.963Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1711 | 2023-12-19T22:10:35.575Z | Compiling cstr-argument v0.1.2 |
1712 | 2023-12-19T22:10:35.634Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1713 | 2023-12-19T22:10:36.658Z | Compiling fastrand v2.0.0 |
1714 | 2023-12-19T22:10:37.634Z | Compiling take_mut v0.2.2 |
1715 | 2023-12-19T22:10:37.747Z | Compiling regex-syntax v0.7.5 |
1716 | 2023-12-19T22:10:38.152Z | Compiling crucible-workspace-hack v0.1.0 |
1717 | 2023-12-19T22:10:38.352Z | Compiling pretty-hex v0.2.1 |
1718 | 2023-12-19T22:10:38.545Z | Compiling atomic-waker v1.1.1 |
1719 | 2023-12-19T22:10:39.188Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1720 | 2023-12-19T22:10:46.504Z | Compiling waitgroup v0.1.2 |
1721 | 2023-12-19T22:10:46.858Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1722 | 2023-12-19T22:10:47.924Z | Compiling parse-display-derive v0.8.2 |
1723 | 2023-12-19T22:10:50.734Z | Compiling tempfile v3.8.1 |
1724 | 2023-12-19T22:10:52.840Z | Compiling async-stream v0.3.5 |
1725 | 2023-12-19T22:10:55.189Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1726 | 2023-12-19T22:10:56.559Z | Compiling colored v2.0.4 |
1727 | 2023-12-19T22:10:58.354Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1728 | 2023-12-19T22:10:58.798Z | Compiling slog-bunyan v2.4.0 |
1729 | 2023-12-19T22:10:59.680Z | Compiling slog-term v2.9.0 |
1730 | 2023-12-19T22:11:01.176Z | Compiling serde_with_macros v3.4.0 |
1731 | 2023-12-19T22:11:07.735Z | Compiling toml v0.8.8 |
1732 | 2023-12-19T22:11:07.760Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2023-12-19T22:11:09.818Z | Compiling sha1 v0.10.6 |
1734 | 2023-12-19T22:11:09.875Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1735 | 2023-12-19T22:11:10.089Z | Compiling textwrap v0.11.0 |
1736 | 2023-12-19T22:11:11.314Z | Compiling heck v0.3.3 |
1737 | 2023-12-19T22:11:11.882Z | Compiling serde_path_to_error v0.1.14 |
1738 | 2023-12-19T22:11:13.040Z | Compiling instant v0.1.12 |
1739 | 2023-12-19T22:11:13.495Z | Compiling ansi_term v0.12.1 |
1740 | 2023-12-19T22:11:13.897Z | Compiling libefi-sys v0.1.0 |
1741 | 2023-12-19T22:11:13.932Z | Compiling strsim v0.8.0 |
1742 | 2023-12-19T22:11:14.317Z | Compiling vec_map v0.8.2 |
1743 | 2023-12-19T22:11:14.825Z | Compiling rayon-core v1.12.0 |
1744 | 2023-12-19T22:11:14.849Z | Compiling debug-ignore v1.0.5 |
1745 | 2023-12-19T22:11:15.292Z | Compiling clap v2.34.0 |
1746 | 2023-12-19T22:11:16.231Z | Compiling backoff v0.4.0 |
1747 | 2023-12-19T22:11:16.909Z | Compiling structopt-derive v0.4.18 |
1748 | 2023-12-19T22:11:16.913Z | Compiling serde_with v3.4.0 |
1749 | 2023-12-19T22:11:20.824Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2023-12-19T22:11:22.791Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1751 | 2023-12-19T22:11:23.651Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1752 | 2023-12-19T22:11:23.955Z | Compiling parse-display v0.8.2 |
1753 | 2023-12-19T22:11:24.417Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1754 | 2023-12-19T22:11:24.440Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2023-12-19T22:11:24.676Z | Compiling zone_cfg_derive v0.3.0 |
1756 | 2023-12-19T22:11:25.175Z | Compiling crossbeam-deque v0.8.3 |
1757 | 2023-12-19T22:11:25.817Z | Compiling macaddr v1.0.1 |
1758 | 2023-12-19T22:11:26.865Z | Compiling num-derive v0.4.0 |
1759 | 2023-12-19T22:11:27.010Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1760 | 2023-12-19T22:11:27.368Z | Compiling portable-atomic v1.4.3 |
1761 | 2023-12-19T22:11:27.805Z | Compiling zone v0.3.0 |
1762 | 2023-12-19T22:11:30.447Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1763 | 2023-12-19T22:11:33.284Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1764 | 2023-12-19T22:11:33.724Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1765 | 2023-12-19T22:11:34.579Z | Compiling structopt v0.3.26 |
1766 | 2023-12-19T22:11:34.834Z | Compiling camino-tempfile v1.1.1 |
1767 | 2023-12-19T22:11:36.056Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1768 | 2023-12-19T22:11:36.087Z | Compiling smf v0.2.2 |
1769 | 2023-12-19T22:11:37.867Z | Compiling xattr v1.0.1 |
1770 | 2023-12-19T22:11:37.937Z | Compiling filetime v0.2.23 |
1771 | 2023-12-19T22:11:38.039Z | Compiling same-file v1.0.6 |
1772 | 2023-12-19T22:11:38.299Z | Compiling walkdir v2.4.0 |
1773 | 2023-12-19T22:11:38.484Z | Compiling tar v0.4.40 |
1774 | 2023-12-19T22:11:40.408Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1775 | 2023-12-19T22:11:40.654Z | Compiling rayon v1.8.0 |
1776 | 2023-12-19T22:11:41.179Z | Compiling number_prefix v0.4.0 |
1777 | 2023-12-19T22:11:41.557Z | Compiling omicron-zone-package v0.9.1 |
1778 | 2023-12-19T22:11:44.217Z | Compiling topological-sort v0.2.2 |
1779 | 2023-12-19T22:11:44.603Z | Compiling swrite v0.1.0 |
1780 | 2023-12-19T22:11:49.513Z | Compiling indicatif v0.17.7 |
1781 | 2023-12-19T22:12:05.799Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1782 | 2023-12-19T22:12:15.961Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2023-12-19T22:12:19.283Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1784 | 2023-12-19T22:12:20.770Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1785 | 2023-12-19T22:12:47.052Z | Finished release [optimized] target(s) in 7m 46s |
1786 | 2023-12-19T22:13:06.363Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1787 | 2023-12-19T22:13:06.363Z | Created new build target 'test' and set it as active |
1788 | 2023-12-19T22:13:06.363Z | |
1789 | 2023-12-19T22:13:06.363Z | real 7:46.743644613 |
1790 | 2023-12-19T22:13:06.363Z | user 50:13.162343889 |
1791 | 2023-12-19T22:13:06.363Z | sys 4:28.444031455 |
1792 | 2023-12-19T22:13:06.365Z | trap 1.926782995 |
1793 | 2023-12-19T22:13:06.366Z | tflt 3.475580359 |
1794 | 2023-12-19T22:13:06.366Z | dflt 4.383944381 |
1795 | 2023-12-19T22:13:06.366Z | kflt 0.051084480 |
1796 | 2023-12-19T22:13:06.366Z | lock 1:48:14.690805008 |
1797 | 2023-12-19T22:13:06.366Z | slp 2:20:53.993187721 |
1798 | 2023-12-19T22:13:06.366Z | lat 2:24.511666136 |
1799 | 2023-12-19T22:13:06.366Z | stop 3:41.150035814 |
1800 | 2023-12-19T22:13:06.366Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1801 | 2023-12-19T22:13:06.366Z | Finished release [optimized] target(s) in 1.01s |
1802 | 2023-12-19T22:13:06.366Z | Running `target/release/omicron-package -t test package` |
1803 | 2023-12-19T22:13:06.366Z | Dec 19 22:12:48.493 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1804 | 2023-12-19T22:13:06.366Z | Compiling linked-hash-map v0.5.6 |
1805 | 2023-12-19T22:13:06.366Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1806 | 2023-12-19T22:13:06.366Z | Compiling password-hash v0.5.0 |
1807 | 2023-12-19T22:13:06.366Z | Compiling blake2 v0.10.6 |
1808 | 2023-12-19T22:13:06.366Z | Compiling same-file v1.0.6 |
1809 | 2023-12-19T22:13:06.366Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1810 | 2023-12-19T22:13:06.366Z | Compiling semver-parser v0.10.2 |
1811 | 2023-12-19T22:13:06.366Z | Compiling fastrand v2.0.0 |
1812 | 2023-12-19T22:13:06.366Z | Compiling walkdir v2.4.0 |
1813 | 2023-12-19T22:13:06.935Z | Compiling lru-cache v0.1.2 |
1814 | 2023-12-19T22:13:07.020Z | Compiling argon2 v0.5.2 |
1815 | 2023-12-19T22:13:07.020Z | Compiling signal-hook v0.3.17 |
1816 | 2023-12-19T22:13:07.020Z | Compiling quick-error v1.2.3 |
1817 | 2023-12-19T22:13:07.020Z | Compiling semver v0.11.0 |
1818 | 2023-12-19T22:13:07.020Z | Compiling resolv-conf v0.7.0 |
1819 | 2023-12-19T22:13:07.021Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1820 | 2023-12-19T22:13:07.021Z | Compiling tempfile v3.8.1 |
1821 | 2023-12-19T22:13:07.021Z | Compiling nibble_vec v0.1.0 |
1822 | 2023-12-19T22:13:07.021Z | Compiling xattr v1.0.1 |
1823 | 2023-12-19T22:13:07.021Z | Compiling filetime v0.2.23 |
1824 | 2023-12-19T22:13:07.021Z | Compiling slog-dtrace v0.2.3 |
1825 | 2023-12-19T22:13:07.021Z | Compiling home v0.5.5 |
1826 | 2023-12-19T22:13:07.021Z | Compiling endian-type v0.1.2 |
1827 | 2023-12-19T22:13:07.022Z | Compiling toolchain_find v0.2.0 |
1828 | 2023-12-19T22:13:07.022Z | Compiling radix_trie v0.2.1 |
1829 | 2023-12-19T22:13:07.022Z | Compiling tar v0.4.40 |
1830 | 2023-12-19T22:13:07.022Z | Compiling trust-dns-resolver v0.22.0 |
1831 | 2023-12-19T22:13:07.022Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-12-19T22:13:07.022Z | Compiling toml v0.5.11 |
1833 | 2023-12-19T22:13:07.022Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-12-19T22:13:07.022Z | Compiling omicron-zone-package v0.9.1 |
1835 | 2023-12-19T22:13:07.022Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1836 | 2023-12-19T22:13:07.022Z | Compiling toml v0.8.8 |
1837 | 2023-12-19T22:13:07.022Z | Compiling num-rational v0.4.1 |
1838 | 2023-12-19T22:13:07.022Z | Compiling rustfmt-wrapper v0.2.0 |
1839 | 2023-12-19T22:13:07.022Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-12-19T22:13:07.022Z | Compiling itertools v0.12.0 |
1841 | 2023-12-19T22:13:07.022Z | Compiling convert_case v0.4.0 |
1842 | 2023-12-19T22:13:07.023Z | Compiling derive_more v0.99.17 |
1843 | 2023-12-19T22:13:07.023Z | Compiling num-complex v0.4.4 |
1844 | 2023-12-19T22:13:07.023Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1845 | 2023-12-19T22:13:07.023Z | Compiling fxhash v0.2.1 |
1846 | 2023-12-19T22:13:07.023Z | Compiling unicase v2.7.0 |
1847 | 2023-12-19T22:13:07.024Z | Compiling utf-8 v0.7.6 |
1848 | 2023-12-19T22:13:07.024Z | Compiling num v0.4.1 |
1849 | 2023-12-19T22:13:07.024Z | Compiling semver v0.1.20 |
1850 | 2023-12-19T22:13:07.024Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1851 | 2023-12-19T22:13:07.024Z | Compiling tungstenite v0.20.1 |
1852 | 2023-12-19T22:13:07.024Z | Compiling rustc_version v0.1.7 |
1853 | 2023-12-19T22:13:07.024Z | Compiling ciborium-io v0.2.1 |
1854 | 2023-12-19T22:13:07.024Z | Compiling half v1.8.2 |
1855 | 2023-12-19T22:13:07.024Z | Compiling arc-swap v1.6.0 |
1856 | 2023-12-19T22:13:07.024Z | Compiling radium v0.7.0 |
1857 | 2023-12-19T22:13:07.024Z | Compiling keccak v0.1.4 |
1858 | 2023-12-19T22:13:07.024Z | Compiling slog-scope v4.4.0 |
1859 | 2023-12-19T22:13:07.024Z | Compiling sha3 v0.10.8 |
1860 | 2023-12-19T22:13:07.024Z | Compiling tokio-tungstenite v0.20.1 |
1861 | 2023-12-19T22:13:07.122Z | Compiling ciborium-ll v0.2.1 |
1862 | 2023-12-19T22:13:07.399Z | Compiling newtype_derive v0.1.6 |
1863 | 2023-12-19T22:13:07.769Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1864 | 2023-12-19T22:13:07.826Z | Compiling signal-hook-mio v0.2.3 |
1865 | 2023-12-19T22:13:07.850Z | Compiling libsw v3.3.0 |
1866 | 2023-12-19T22:13:08.082Z | Compiling secrecy v0.8.0 |
1867 | 2023-12-19T22:13:08.551Z | Compiling derive-where v1.2.6 |
1868 | 2023-12-19T22:13:08.551Z | Compiling tap v1.0.1 |
1869 | 2023-12-19T22:13:08.767Z | Compiling parking_lot_core v0.8.6 |
1870 | 2023-12-19T22:13:09.335Z | Compiling owo-colors v3.5.0 |
1871 | 2023-12-19T22:13:12.567Z | Compiling maybe-uninit v2.0.0 |
1872 | 2023-12-19T22:13:12.580Z | Compiling linear-map v1.2.0 |
1873 | 2023-12-19T22:13:13.204Z | Compiling wyz v0.5.1 |
1874 | 2023-12-19T22:13:13.375Z | Compiling ciborium v0.2.1 |
1875 | 2023-12-19T22:13:13.428Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1876 | 2023-12-19T22:13:13.969Z | Compiling slog-stdlog v4.1.1 |
1877 | 2023-12-19T22:13:15.682Z | Compiling funty v2.0.0 |
1878 | 2023-12-19T22:13:15.694Z | Compiling num-bigint-dig v0.8.4 |
1879 | 2023-12-19T22:13:16.088Z | Compiling packed_struct v0.10.1 |
1880 | 2023-12-19T22:13:16.553Z | Compiling display-error-chain v0.2.0 |
1881 | 2023-12-19T22:13:17.079Z | Compiling crc-catalog v2.2.0 |
1882 | 2023-12-19T22:13:17.083Z | Compiling crc v3.0.1 |
1883 | 2023-12-19T22:13:17.083Z | Compiling slog-envlogger v2.2.0 |
1884 | 2023-12-19T22:13:17.715Z | Compiling bitvec v1.0.1 |
1885 | 2023-12-19T22:13:19.516Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1886 | 2023-12-19T22:13:20.497Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1887 | 2023-12-19T22:13:20.560Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1888 | 2023-12-19T22:13:21.447Z | Compiling packed_struct_codegen v0.10.1 |
1889 | 2023-12-19T22:13:25.005Z | Compiling dirs-sys-next v0.1.2 |
1890 | 2023-12-19T22:13:25.553Z | Compiling glob v0.3.1 |
1891 | 2023-12-19T22:13:25.801Z | Compiling platforms v3.0.2 |
1892 | 2023-12-19T22:13:26.260Z | Compiling nodrop v0.1.14 |
1893 | 2023-12-19T22:13:26.884Z | Compiling crunchy v0.2.2 |
1894 | 2023-12-19T22:13:27.586Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1895 | 2023-12-19T22:13:29.869Z | Compiling clang-sys v1.6.1 |
1896 | 2023-12-19T22:13:29.919Z | Compiling array-init v0.0.4 |
1897 | 2023-12-19T22:13:30.886Z | Compiling dirs-next v2.0.0 |
1898 | 2023-12-19T22:13:31.137Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1899 | 2023-12-19T22:13:31.902Z | Compiling parking_lot v0.11.2 |
1900 | 2023-12-19T22:13:35.837Z | Compiling smallvec v0.6.14 |
1901 | 2023-12-19T22:13:36.594Z | Compiling steno v0.4.0 |
1902 | 2023-12-19T22:13:38.346Z | Compiling mime_guess v2.0.4 |
1903 | 2023-12-19T22:13:40.391Z | Compiling trust-dns-client v0.22.0 |
1904 | 2023-12-19T22:13:41.289Z | Compiling pkcs1 v0.7.5 |
1905 | 2023-12-19T22:13:41.330Z | Compiling signature v2.1.0 |
1906 | 2023-12-19T22:13:42.590Z | Compiling tiny-keccak v2.0.2 |
1907 | 2023-12-19T22:13:42.979Z | Compiling bitfield v0.14.0 |
1908 | 2023-12-19T22:13:43.465Z | Compiling termcolor v1.2.0 |
1909 | 2023-12-19T22:13:44.385Z | Compiling prettyplease v0.2.12 |
1910 | 2023-12-19T22:13:44.840Z | Compiling trust-dns-server v0.22.1 |
1911 | 2023-12-19T22:13:45.575Z | Compiling env_logger v0.10.0 |
1912 | 2023-12-19T22:13:47.453Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1913 | 2023-12-19T22:13:51.857Z | Compiling rsa v0.9.2 |
1914 | 2023-12-19T22:13:58.621Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1915 | 2023-12-19T22:13:59.818Z | Compiling serde-hex v0.1.0 |
1916 | 2023-12-19T22:14:00.641Z | Compiling sled v0.34.7 |
1917 | 2023-12-19T22:14:08.455Z | Compiling term v0.7.0 |
1918 | 2023-12-19T22:14:11.454Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1919 | 2023-12-19T22:14:18.280Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2023-12-19T22:14:18.802Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1921 | 2023-12-19T22:14:22.255Z | Compiling darling_core v0.14.4 |
1922 | 2023-12-19T22:14:30.722Z | Compiling x509-cert v0.2.4 |
1923 | 2023-12-19T22:14:39.416Z | Compiling ron v0.8.1 |
1924 | 2023-12-19T22:14:48.014Z | Compiling vte_generate_state_changes v0.1.1 |
1925 | 2023-12-19T22:14:48.917Z | Compiling buf-list v1.0.3 |
1926 | 2023-12-19T22:14:49.701Z | Compiling arrayvec v0.5.2 |
1927 | 2023-12-19T22:14:49.944Z | Compiling crc-any v2.4.3 |
1928 | 2023-12-19T22:14:50.597Z | Compiling pretty-hex v0.4.0 |
1929 | 2023-12-19T22:14:51.008Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1930 | 2023-12-19T22:14:51.492Z | Compiling vte v0.10.1 |
1931 | 2023-12-19T22:14:53.077Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1932 | 2023-12-19T22:14:54.750Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1933 | 2023-12-19T22:14:57.932Z | Compiling darling_macro v0.14.4 |
1934 | 2023-12-19T22:14:59.258Z | Compiling curve25519-dalek v4.1.1 |
1935 | 2023-12-19T22:14:59.403Z | Compiling ascii-canvas v3.0.0 |
1936 | 2023-12-19T22:15:00.204Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1937 | 2023-12-19T22:15:00.824Z | Compiling object v0.30.4 |
1938 | 2023-12-19T22:15:02.488Z | Compiling fd-lock v3.0.13 |
1939 | 2023-12-19T22:15:02.806Z | Compiling is-terminal v0.4.9 |
1940 | 2023-12-19T22:15:02.863Z | Compiling kstat-rs v0.2.3 |
1941 | 2023-12-19T22:15:02.978Z | Compiling ena v0.14.2 |
1942 | 2023-12-19T22:15:03.650Z | Compiling libloading v0.7.4 |
1943 | 2023-12-19T22:15:04.192Z | Compiling bytecount v0.6.3 |
1944 | 2023-12-19T22:15:04.653Z | Compiling path-slash v0.1.5 |
1945 | 2023-12-19T22:15:04.882Z | Compiling regex-syntax v0.6.29 |
1946 | 2023-12-19T22:15:04.972Z | Compiling bindgen v0.65.1 |
1947 | 2023-12-19T22:15:05.591Z | Compiling diff v0.1.13 |
1948 | 2023-12-19T22:15:06.474Z | Compiling papergrid v0.10.0 |
1949 | 2023-12-19T22:15:14.051Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1950 | 2023-12-19T22:15:21.475Z | Compiling lalrpop v0.19.12 |
1951 | 2023-12-19T22:15:30.565Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1952 | 2023-12-19T22:15:30.749Z | Compiling darling v0.14.4 |
1953 | 2023-12-19T22:15:30.749Z | Compiling strip-ansi-escapes v0.1.1 |
1954 | 2023-12-19T22:15:31.113Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1955 | 2023-12-19T22:15:31.625Z | Compiling crossterm v0.26.1 |
1956 | 2023-12-19T22:15:32.823Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1957 | 2023-12-19T22:15:34.935Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1958 | 2023-12-19T22:15:35.839Z | Compiling tabled_derive v0.6.0 |
1959 | 2023-12-19T22:15:35.854Z | Compiling cexpr v0.6.0 |
1960 | 2023-12-19T22:15:38.265Z | Compiling nix v0.26.4 |
1961 | 2023-12-19T22:15:39.402Z | Compiling which v4.4.0 |
1962 | 2023-12-19T22:15:40.219Z | Compiling universal-hash v0.5.1 |
1963 | 2023-12-19T22:15:40.520Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-12-19T22:15:42.338Z | Compiling sqlparser_derive v0.1.1 |
1965 | 2023-12-19T22:15:42.660Z | Compiling curve25519-dalek-derive v0.1.0 |
1966 | 2023-12-19T22:15:43.904Z | Compiling memoffset v0.7.1 |
1967 | 2023-12-19T22:15:44.352Z | Compiling peeking_take_while v0.1.2 |
1968 | 2023-12-19T22:15:44.524Z | Compiling shlex v1.1.0 |
1969 | 2023-12-19T22:15:44.534Z | Compiling rustc-hash v1.1.0 |
1970 | 2023-12-19T22:15:44.806Z | Compiling nu-ansi-term v0.49.0 |
1971 | 2023-12-19T22:15:44.883Z | Compiling lazycell v1.3.0 |
1972 | 2023-12-19T22:15:44.987Z | Compiling unicode_categories v0.1.1 |
1973 | 2023-12-19T22:15:45.158Z | Compiling opaque-debug v0.3.0 |
1974 | 2023-12-19T22:15:45.237Z | Compiling poly1305 v0.8.0 |
1975 | 2023-12-19T22:15:45.528Z | Compiling reedline v0.22.0 |
1976 | 2023-12-19T22:15:46.983Z | Compiling sqlformat v0.2.3 |
1977 | 2023-12-19T22:15:47.845Z | Compiling thiserror-no-std v2.0.2 |
1978 | 2023-12-19T22:15:48.007Z | Compiling rustyline v12.0.0 |
1979 | 2023-12-19T22:16:01.697Z | Compiling sqlparser v0.36.1 |
1980 | 2023-12-19T22:16:03.049Z | Compiling tabled v0.14.0 |
1981 | 2023-12-19T22:16:04.793Z | Compiling derive_builder_core v0.12.0 |
1982 | 2023-12-19T22:16:08.507Z | Compiling polar-core v0.27.0 |
1983 | 2023-12-19T22:16:08.517Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1984 | 2023-12-19T22:16:09.978Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1985 | 2023-12-19T22:16:10.036Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1986 | 2023-12-19T22:16:10.431Z | Compiling chacha20 v0.9.1 |
1987 | 2023-12-19T22:16:11.857Z | Compiling globset v0.4.13 |
1988 | 2023-12-19T22:16:11.861Z | Compiling pem v3.0.2 |
1989 | 2023-12-19T22:16:13.769Z | Compiling olpc-cjson v0.1.3 |
1990 | 2023-12-19T22:16:14.634Z | Compiling aead v0.5.2 |
1991 | 2023-12-19T22:16:15.113Z | Compiling bcs v0.1.6 |
1992 | 2023-12-19T22:16:16.494Z | Compiling libxml v0.3.3 |
1993 | 2023-12-19T22:16:16.992Z | Compiling serde_plain v1.0.2 |
1994 | 2023-12-19T22:16:17.849Z | Compiling async-recursion v1.0.5 |
1995 | 2023-12-19T22:16:19.707Z | Compiling typed-path v0.7.0 |
1996 | 2023-12-19T22:16:19.730Z | Compiling ref-cast v1.0.20 |
1997 | 2023-12-19T22:16:20.387Z | Compiling highway v1.1.0 |
1998 | 2023-12-19T22:16:22.084Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1999 | 2023-12-19T22:16:22.848Z | Compiling chacha20poly1305 v0.10.1 |
2000 | 2023-12-19T22:16:23.170Z | Compiling tough v0.16.0 |
2001 | 2023-12-19T22:16:31.096Z | Compiling derive_builder_macro v0.12.0 |
2002 | 2023-12-19T22:16:31.870Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2003 | 2023-12-19T22:16:34.371Z | Compiling vsss-rs v3.3.2 |
2004 | 2023-12-19T22:16:39.448Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2005 | 2023-12-19T22:16:39.855Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2006 | 2023-12-19T22:16:39.860Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2007 | 2023-12-19T22:16:42.152Z | Compiling strum_macros v0.24.3 |
2008 | 2023-12-19T22:16:43.259Z | Compiling ref-cast-impl v1.0.20 |
2009 | 2023-12-19T22:16:44.975Z | Compiling cookie v0.18.0 |
2010 | 2023-12-19T22:16:45.408Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2011 | 2023-12-19T22:16:45.903Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2012 | 2023-12-19T22:16:45.989Z | Compiling http-range v0.1.5 |
2013 | 2023-12-19T22:16:46.268Z | Compiling indoc v1.0.9 |
2014 | 2023-12-19T22:16:46.899Z | Compiling signature v1.6.4 |
2015 | 2023-12-19T22:16:47.111Z | Compiling salty v0.2.0 |
2016 | 2023-12-19T22:16:47.683Z | Compiling ed25519 v1.5.3 |
2017 | 2023-12-19T22:16:47.811Z | Compiling hyper-staticfile v0.9.5 |
2018 | 2023-12-19T22:16:49.913Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2019 | 2023-12-19T22:16:53.400Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2020 | 2023-12-19T22:17:01.315Z | Compiling derive_builder v0.12.0 |
2021 | 2023-12-19T22:17:06.466Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2022 | 2023-12-19T22:17:29.621Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2023 | 2023-12-19T22:17:29.621Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2024 | 2023-12-19T22:17:29.622Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2025 | 2023-12-19T22:17:29.622Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2026 | 2023-12-19T22:17:29.622Z | Compiling headers-core v0.2.0 |
2027 | 2023-12-19T22:17:29.622Z | Compiling bb8 v0.8.1 |
2028 | 2023-12-19T22:17:29.622Z | Compiling quick-xml v0.23.1 |
2029 | 2023-12-19T22:17:29.622Z | Compiling serde-big-array v0.5.1 |
2030 | 2023-12-19T22:17:29.622Z | Compiling impl-trait-for-tuples v0.2.2 |
2031 | 2023-12-19T22:17:29.622Z | Compiling oso-derive v0.27.0 |
2032 | 2023-12-19T22:17:29.622Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2023-12-19T22:17:29.623Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2034 | 2023-12-19T22:17:29.623Z | Compiling fs-err v2.11.0 |
2035 | 2023-12-19T22:17:29.623Z | Compiling maplit v1.0.2 |
2036 | 2023-12-19T22:17:29.623Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2037 | 2023-12-19T22:17:29.623Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2023-12-19T22:17:37.607Z | Compiling oso v0.27.0 |
2039 | 2023-12-19T22:17:37.899Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2040 | 2023-12-19T22:17:38.991Z | Compiling headers v0.3.9 |
2041 | 2023-12-19T22:17:46.146Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2042 | 2023-12-19T22:17:49.883Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2043 | 2023-12-19T22:17:59.226Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2044 | 2023-12-19T22:18:02.255Z | Compiling crossterm v0.27.0 |
2045 | 2023-12-19T22:18:03.396Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2046 | 2023-12-19T22:18:03.809Z | Compiling signal-hook-tokio v0.3.1 |
2047 | 2023-12-19T22:18:04.164Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2048 | 2023-12-19T22:18:06.191Z | Compiling serde-big-array v0.4.1 |
2049 | 2023-12-19T22:18:06.471Z | Compiling indoc v2.0.3 |
2050 | 2023-12-19T22:18:07.904Z | Compiling cassowary v0.3.0 |
2051 | 2023-12-19T22:18:08.882Z | Compiling ratatui v0.23.0 |
2052 | 2023-12-19T22:18:15.282Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2023-12-19T22:18:17.036Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2054 | 2023-12-19T22:18:19.095Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2055 | 2023-12-19T22:18:32.553Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2056 | 2023-12-19T22:18:33.117Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2057 | 2023-12-19T22:18:34.160Z | Compiling fatfs v0.3.6 |
2058 | 2023-12-19T22:18:39.511Z | Compiling bytesize v1.3.0 |
2059 | 2023-12-19T22:18:40.449Z | Compiling nanorand v0.7.0 |
2060 | 2023-12-19T22:18:41.551Z | Compiling rtoolbox v0.0.1 |
2061 | 2023-12-19T22:18:42.229Z | Compiling corncobs v0.1.3 |
2062 | 2023-12-19T22:18:42.846Z | Compiling unicode-linebreak v0.1.5 |
2063 | 2023-12-19T22:18:42.976Z | Compiling smawk v0.3.1 |
2064 | 2023-12-19T22:18:43.233Z | Compiling assert_matches v1.5.0 |
2065 | 2023-12-19T22:18:43.329Z | Compiling is_ci v1.1.1 |
2066 | 2023-12-19T22:18:43.372Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2067 | 2023-12-19T22:18:43.730Z | Compiling supports-color v2.1.0 |
2068 | 2023-12-19T22:18:43.752Z | Compiling textwrap v0.16.0 |
2069 | 2023-12-19T22:18:44.614Z | Compiling rpassword v7.3.1 |
2070 | 2023-12-19T22:18:44.804Z | Compiling flume v0.11.0 |
2071 | 2023-12-19T22:18:45.276Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2072 | 2023-12-19T22:18:46.069Z | Compiling tui-tree-widget v0.13.0 |
2073 | 2023-12-19T22:18:49.512Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2074 | 2023-12-19T22:18:49.975Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2075 | 2023-12-19T22:18:58.199Z | Compiling shell-words v1.1.0 |
2076 | 2023-12-19T22:18:58.844Z | Compiling humantime v2.1.0 |
2077 | 2023-12-19T22:19:00.266Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2078 | 2023-12-19T22:19:28.802Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2079 | 2023-12-19T22:21:18.046Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2080 | 2023-12-19T22:22:58.458Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2081 | 2023-12-19T22:31:44.971Z | Finished release [optimized] target(s) in 18m 56s |
2082 | 2023-12-19T22:33:03.669Z | |
2083 | 2023-12-19T22:33:03.673Z | real 20:16.388152966 |
2084 | 2023-12-19T22:33:03.673Z | user 2:18:27.175382809 |
2085 | 2023-12-19T22:33:03.674Z | sys 5:04.799459878 |
2086 | 2023-12-19T22:33:03.674Z | trap 4.306575299 |
2087 | 2023-12-19T22:33:03.674Z | tflt 0.966676168 |
2088 | 2023-12-19T22:33:03.674Z | dflt 2.477883882 |
2089 | 2023-12-19T22:33:03.674Z | kflt 0.051999777 |
2090 | 2023-12-19T22:33:03.674Z | lock 8:08:23.245780796 |
2091 | 2023-12-19T22:33:03.675Z | slp 5:21:08.801964804 |
2092 | 2023-12-19T22:33:03.675Z | lat 2:26.904206062 |
2093 | 2023-12-19T22:33:03.675Z | stop 39.295296787 |
2094 | 2023-12-19T22:33:03.675Z | + 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/*) |
2095 | 2023-12-19T22:33:03.675Z | + pfexec mkdir -p /work |
2096 | 2023-12-19T22:33:03.680Z | + pfexec chown build /work |
2097 | 2023-12-19T22:33:03.681Z | + 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 |
2098 | 2023-12-19T22:33:16.819Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2099 | 2023-12-19T22:33:16.819Z | a out/mg-ddm-gz.tar 61253K |
2100 | 2023-12-19T22:33:16.819Z | a out/omicron-sled-agent.tar 109277K |
2101 | 2023-12-19T22:33:16.819Z | a out/target/test 1K |
2102 | 2023-12-19T22:33:16.822Z | a out/npuzone/npuzone 36313K |
2103 | 2023-12-19T22:33:16.823Z | a package-manifest.toml 22K |
2104 | 2023-12-19T22:33:16.823Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2105 | 2023-12-19T22:33:16.823Z | a target/release/omicron-package 41526K |
2106 | 2023-12-19T22:33:16.823Z | a tools/create_virtual_hardware.sh 4K |
2107 | 2023-12-19T22:33:16.823Z | a tools/virtual_hardware.sh 4K |
2108 | 2023-12-19T22:33:16.823Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2109 | 2023-12-19T22:33:16.824Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2110 | 2023-12-19T22:33:16.824Z | a tools/scrimlet/softnpu-init.sh 3K |
2111 | 2023-12-19T22:33:16.824Z | a tools/scrimlet/softnpu-zone.txt 1K |
2112 | 2023-12-19T22:33:16.824Z | a tools/scrimlet/softnpu.toml 1K |
2113 | 2023-12-19T22:33:16.854Z | |
2114 | 2023-12-19T22:33:16.854Z | real 13.131574662 |
2115 | 2023-12-19T22:33:16.854Z | user 12.558596421 |
2116 | 2023-12-19T22:33:16.855Z | sys 1.013736317 |
2117 | 2023-12-19T22:33:16.855Z | trap 0.003050247 |
2118 | 2023-12-19T22:33:16.855Z | tflt 0.000000000 |
2119 | 2023-12-19T22:33:16.855Z | dflt 0.000000000 |
2120 | 2023-12-19T22:33:16.856Z | kflt 0.000000000 |
2121 | 2023-12-19T22:33:16.856Z | lock 0.000000000 |
2122 | 2023-12-19T22:33:16.856Z | slp 12.285736389 |
2123 | 2023-12-19T22:33:16.856Z | lat 0.398491504 |
2124 | 2023-12-19T22:33:16.856Z | stop 0.000230866 |
2125 | 2023-12-19T22:33:16.856Z | ++ pwd |
2126 | 2023-12-19T22:33:16.857Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2127 | 2023-12-19T22:33:16.857Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2128 | 2023-12-19T22:33:16.857Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2129 | 2023-12-19T22:33:17.913Z | Finished release [optimized] target(s) in 1.00s |
2130 | 2023-12-19T22:33:17.943Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2131 | 2023-12-19T22:33:17.988Z | Created new build target 'host' and set it as active |
2132 | 2023-12-19T22:33:17.998Z | |
2133 | 2023-12-19T22:33:17.998Z | real 1.157688310 |
2134 | 2023-12-19T22:33:17.998Z | user 0.815974360 |
2135 | 2023-12-19T22:33:17.999Z | sys 0.342323220 |
2136 | 2023-12-19T22:33:17.999Z | trap 0.000138041 |
2137 | 2023-12-19T22:33:17.999Z | tflt 0.000000000 |
2138 | 2023-12-19T22:33:17.999Z | dflt 0.000000000 |
2139 | 2023-12-19T22:33:17.999Z | kflt 0.000000000 |
2140 | 2023-12-19T22:33:18.000Z | lock 0.031904060 |
2141 | 2023-12-19T22:33:18.000Z | slp 0.019073807 |
2142 | 2023-12-19T22:33:18.001Z | lat 0.001972238 |
2143 | 2023-12-19T22:33:18.001Z | stop 0.000218131 |
2144 | 2023-12-19T22:33:18.001Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2145 | 2023-12-19T22:33:19.083Z | Finished release [optimized] target(s) in 0.97s |
2146 | 2023-12-19T22:33:19.549Z | Running `target/release/omicron-package -t host package` |
2147 | 2023-12-19T22:33:19.580Z | Dec 19 22:33:19.097 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-12-19T22:33:20.221Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2149 | 2023-12-19T22:36:50.216Z | Finished release [optimized] target(s) in 3m 31s |
2150 | 2023-12-19T22:37:56.659Z | |
2151 | 2023-12-19T22:37:56.663Z | real 4:38.680176030 |
2152 | 2023-12-19T22:37:56.663Z | user 20:50.880238947 |
2153 | 2023-12-19T22:37:56.663Z | sys 1:01.094294690 |
2154 | 2023-12-19T22:37:56.664Z | trap 0.534270593 |
2155 | 2023-12-19T22:37:56.664Z | tflt 0.018916670 |
2156 | 2023-12-19T22:37:56.664Z | dflt 1.534093016 |
2157 | 2023-12-19T22:37:56.665Z | kflt 0.000005023 |
2158 | 2023-12-19T22:37:56.665Z | lock 1:08:31.455831739 |
2159 | 2023-12-19T22:37:56.665Z | slp 18:25.357759283 |
2160 | 2023-12-19T22:37:56.665Z | lat 8.967990620 |
2161 | 2023-12-19T22:37:56.665Z | stop 0.768463600 |
2162 | 2023-12-19T22:37:56.666Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2163 | 2023-12-19T22:37:56.666Z | + for package in "$@" |
2164 | 2023-12-19T22:37:56.666Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2165 | 2023-12-19T22:37:56.666Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git06a385178b6 |
2166 | 2023-12-19T22:37:57.753Z | Finished release [optimized] target(s) in 1.01s |
2167 | 2023-12-19T22:37:57.784Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git06a385178b6` |
2168 | 2023-12-19T22:37:57.830Z | Dec 19 22:37:57.811 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2169 | 2023-12-19T22:37:58.341Z | Created: out/versioned/omicron-sled-agent.tar |
2170 | 2023-12-19T22:37:58.355Z | + for package in "$@" |
2171 | 2023-12-19T22:37:58.356Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2172 | 2023-12-19T22:37:58.356Z | + echo 0.0.0 |
2173 | 2023-12-19T22:37:58.356Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2174 | 2023-12-19T22:37:58.356Z | a VERSION 1K |
2175 | 2023-12-19T22:37:58.356Z | + rm VERSION |
2176 | 2023-12-19T22:37:58.356Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git06a385178b6 |
2177 | 2023-12-19T22:37:59.364Z | Finished release [optimized] target(s) in 0.94s |
2178 | 2023-12-19T22:37:59.392Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git06a385178b6` |
2179 | 2023-12-19T22:37:59.432Z | Dec 19 22:37:59.419 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2180 | 2023-12-19T22:37:59.726Z | Created: out/versioned/mg-ddm-gz.tar |
2181 | 2023-12-19T22:37:59.730Z | + for package in "$@" |
2182 | 2023-12-19T22:37:59.730Z | + [[ propolis-server == mg-ddm-gz ]] |
2183 | 2023-12-19T22:37:59.730Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git06a385178b6 |
2184 | 2023-12-19T22:38:00.754Z | Finished release [optimized] target(s) in 0.94s |
2185 | 2023-12-19T22:38:00.782Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git06a385178b6` |
2186 | 2023-12-19T22:38:00.824Z | Dec 19 22:38:00.809 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2187 | 2023-12-19T22:38:02.676Z | Created: out/versioned/propolis-server.tar.gz |
2188 | 2023-12-19T22:38:02.690Z | + for package in "$@" |
2189 | 2023-12-19T22:38:02.690Z | + [[ overlay == mg-ddm-gz ]] |
2190 | 2023-12-19T22:38:02.690Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git06a385178b6 |
2191 | 2023-12-19T22:38:03.740Z | Finished release [optimized] target(s) in 0.97s |
2192 | 2023-12-19T22:38:03.769Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git06a385178b6` |
2193 | 2023-12-19T22:38:03.818Z | Dec 19 22:38:03.795 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2194 | 2023-12-19T22:38:03.835Z | Created: out/versioned/overlay.tar.gz |
2195 | 2023-12-19T22:38:03.835Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2196 | 2023-12-19T22:38:03.836Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2197 | 2023-12-19T22:38:03.836Z | ++ cd -- ./tools |
2198 | 2023-12-19T22:38:04.254Z | ++ pwd |
2199 | 2023-12-19T22:38:04.254Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2200 | 2023-12-19T22:38:04.254Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2201 | 2023-12-19T22:38:04.254Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2202 | 2023-12-19T22:38:04.254Z | ++ readlink -f /work |
2203 | 2023-12-19T22:38:04.254Z | + out_dir=/work |
2204 | 2023-12-19T22:38:04.254Z | + 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") |
2205 | 2023-12-19T22:38:04.254Z | + for dep in "${deps[@]}" |
2206 | 2023-12-19T22:38:04.254Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2207 | 2023-12-19T22:38:04.254Z | + for dep in "${deps[@]}" |
2208 | 2023-12-19T22:38:04.254Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2209 | 2023-12-19T22:38:04.257Z | + for dep in "${deps[@]}" |
2210 | 2023-12-19T22:38:04.257Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2211 | 2023-12-19T22:38:04.257Z | + for dep in "${deps[@]}" |
2212 | 2023-12-19T22:38:04.257Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2213 | 2023-12-19T22:38:04.257Z | ++ mktemp -d |
2214 | 2023-12-19T22:38:04.257Z | + tmp_gz=/tmp/tmp.ZaaOBh |
2215 | 2023-12-19T22:38:04.257Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2216 | 2023-12-19T22:38:04.257Z | + echo '{"v":"1","t":"layer"}' |
2217 | 2023-12-19T22:38:04.257Z | + pkg_dir=/tmp/tmp.ZaaOBh/root/opt/oxide/sled-agent |
2218 | 2023-12-19T22:38:04.257Z | + mkdir -p /tmp/tmp.ZaaOBh/root/opt/oxide/sled-agent |
2219 | 2023-12-19T22:38:04.257Z | + cd /tmp/tmp.ZaaOBh/root/opt/oxide/sled-agent |
2220 | 2023-12-19T22:38:04.257Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2221 | 2023-12-19T22:38:04.257Z | x ., 0 bytes, 0 tape blocks |
2222 | 2023-12-19T22:38:04.257Z | x zone-bundle, 39194736 bytes, 76553 tape blocks |
2223 | 2023-12-19T22:38:04.257Z | x sled-agent, 72684728 bytes, 141963 tape blocks |
2224 | 2023-12-19T22:38:04.257Z | x pkg, 0 bytes, 0 tape blocks |
2225 | 2023-12-19T22:38:04.258Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2226 | 2023-12-19T22:38:04.258Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2227 | 2023-12-19T22:38:04.258Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2228 | 2023-12-19T22:38:04.258Z | x VERSION, 25 bytes, 1 tape blocks |
2229 | 2023-12-19T22:38:04.258Z | + mkdir -p /tmp/tmp.ZaaOBh/root/lib/svc/manifest/site/ |
2230 | 2023-12-19T22:38:04.258Z | + mv pkg/manifest.xml /tmp/tmp.ZaaOBh/root/lib/svc/manifest/site/sled-agent.xml |
2231 | 2023-12-19T22:38:04.258Z | + cd - |
2232 | 2023-12-19T22:38:04.258Z | /work/oxidecomputer/omicron |
2233 | 2023-12-19T22:38:04.258Z | + pkg_dir=/tmp/tmp.ZaaOBh/root/opt/oxide/mg-ddm |
2234 | 2023-12-19T22:38:04.258Z | + mkdir -p /tmp/tmp.ZaaOBh/root/opt/oxide/mg-ddm |
2235 | 2023-12-19T22:38:04.258Z | + cd /tmp/tmp.ZaaOBh/root/opt/oxide/mg-ddm |
2236 | 2023-12-19T22:38:04.258Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2237 | 2023-12-19T22:38:04.258Z | x ., 0 bytes, 0 tape blocks |
2238 | 2023-12-19T22:38:04.258Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2239 | 2023-12-19T22:38:04.259Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2240 | 2023-12-19T22:38:04.259Z | x pkg, 0 bytes, 0 tape blocks |
2241 | 2023-12-19T22:38:04.259Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2242 | 2023-12-19T22:38:04.259Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2243 | 2023-12-19T22:38:04.259Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2244 | 2023-12-19T22:38:04.259Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2245 | 2023-12-19T22:38:04.259Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2246 | 2023-12-19T22:38:04.259Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2247 | 2023-12-19T22:38:04.259Z | x VERSION, 25 bytes, 1 tape blocks |
2248 | 2023-12-19T22:38:04.259Z | + cd - |
2249 | 2023-12-19T22:38:04.259Z | /work/oxidecomputer/omicron |
2250 | 2023-12-19T22:38:04.259Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.ZaaOBh/root/opt/oxide |
2251 | 2023-12-19T22:38:04.259Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.ZaaOBh/root/opt/oxide |
2252 | 2023-12-19T22:38:04.259Z | + cd /tmp/tmp.ZaaOBh |
2253 | 2023-12-19T22:38:04.259Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2254 | 2023-12-19T22:38:15.632Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2255 | 2023-12-19T22:38:15.634Z | a oxide.json 1K |
2256 | 2023-12-19T22:38:15.634Z | a root/ 0K |
2257 | 2023-12-19T22:38:15.635Z | a root/opt/ 0K |
2258 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/ 0K |
2259 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/sled-agent/ 0K |
2260 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/sled-agent/zone-bundle 38277K |
2261 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/sled-agent/sled-agent 70982K |
2262 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2263 | 2023-12-19T22:38:15.635Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2264 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2265 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/sled-agent/VERSION 1K |
2266 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/mg-ddm/ 0K |
2267 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2268 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2269 | 2023-12-19T22:38:15.636Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2270 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2271 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2272 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2273 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2274 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2275 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2276 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2277 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2278 | 2023-12-19T22:38:15.637Z | a root/opt/oxide/overlay.tar.gz 3K |
2279 | 2023-12-19T22:38:15.638Z | a root/lib/ 0K |
2280 | 2023-12-19T22:38:15.638Z | a root/lib/svc/ 0K |
2281 | 2023-12-19T22:38:15.638Z | a root/lib/svc/manifest/ 0K |
2282 | 2023-12-19T22:38:15.638Z | a root/lib/svc/manifest/site/ 0K |
2283 | 2023-12-19T22:38:15.638Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2284 | 2023-12-19T22:38:15.644Z | + cd / |
2285 | 2023-12-19T22:38:15.644Z | + rm -rf /tmp/tmp.ZaaOBh |
2286 | 2023-12-19T22:38:15.678Z | |
2287 | 2023-12-19T22:38:15.683Z | real 11.859160095 |
2288 | 2023-12-19T22:38:15.683Z | user 10.996385224 |
2289 | 2023-12-19T22:38:15.683Z | sys 0.925454368 |
2290 | 2023-12-19T22:38:15.683Z | trap 0.002592185 |
2291 | 2023-12-19T22:38:15.683Z | tflt 0.000000000 |
2292 | 2023-12-19T22:38:15.683Z | dflt 0.000000000 |
2293 | 2023-12-19T22:38:15.683Z | kflt 0.000000000 |
2294 | 2023-12-19T22:38:15.685Z | lock 0.000000000 |
2295 | 2023-12-19T22:38:15.685Z | slp 22.885800313 |
2296 | 2023-12-19T22:38:15.685Z | lat 0.362056604 |
2297 | 2023-12-19T22:38:15.685Z | stop 0.000302537 |
2298 | 2023-12-19T22:38:15.685Z | + mkdir -p /work/zones |
2299 | 2023-12-19T22:38:15.685Z | + 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) |
2300 | 2023-12-19T22:38:15.685Z | + 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/ |
2301 | 2023-12-19T22:38:19.485Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2302 | 2023-12-19T22:38:20.620Z | Finished release [optimized] target(s) in 1.04s |
2303 | 2023-12-19T22:38:20.650Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2304 | 2023-12-19T22:38:20.691Z | Created new build target 'recovery' and set it as active |
2305 | 2023-12-19T22:38:20.696Z | |
2306 | 2023-12-19T22:38:20.696Z | real 1.201718844 |
2307 | 2023-12-19T22:38:20.696Z | user 0.851785795 |
2308 | 2023-12-19T22:38:20.696Z | sys 0.348035911 |
2309 | 2023-12-19T22:38:20.696Z | trap 0.000609829 |
2310 | 2023-12-19T22:38:20.696Z | tflt 0.000030518 |
2311 | 2023-12-19T22:38:20.696Z | dflt 0.000004283 |
2312 | 2023-12-19T22:38:20.696Z | kflt 0.000000000 |
2313 | 2023-12-19T22:38:20.696Z | lock 0.033539413 |
2314 | 2023-12-19T22:38:20.696Z | slp 0.022097055 |
2315 | 2023-12-19T22:38:20.696Z | lat 0.004473729 |
2316 | 2023-12-19T22:38:20.696Z | stop 0.000700377 |
2317 | 2023-12-19T22:38:20.696Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2318 | 2023-12-19T22:38:21.824Z | Finished release [optimized] target(s) in 1.04s |
2319 | 2023-12-19T22:38:21.855Z | Running `target/release/omicron-package -t recovery package` |
2320 | 2023-12-19T22:38:21.896Z | Dec 19 22:38:21.881 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2321 | 2023-12-19T22:38:22.848Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2322 | 2023-12-19T22:38:26.577Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2323 | 2023-12-19T22:38:56.548Z | Finished release [optimized] target(s) in 34.56s |
2324 | 2023-12-19T22:39:07.450Z | |
2325 | 2023-12-19T22:39:07.455Z | real 46.749098825 |
2326 | 2023-12-19T22:39:07.455Z | user 2:24.726361359 |
2327 | 2023-12-19T22:39:07.455Z | sys 12.378949546 |
2328 | 2023-12-19T22:39:07.455Z | trap 0.071536022 |
2329 | 2023-12-19T22:39:07.456Z | tflt 0.065374268 |
2330 | 2023-12-19T22:39:07.456Z | dflt 1.038927727 |
2331 | 2023-12-19T22:39:07.456Z | kflt 0.000000000 |
2332 | 2023-12-19T22:39:07.456Z | lock 10:16.783168070 |
2333 | 2023-12-19T22:39:07.456Z | slp 2:23.479988873 |
2334 | 2023-12-19T22:39:07.456Z | lat 1.760127629 |
2335 | 2023-12-19T22:39:07.457Z | stop 0.176334594 |
2336 | 2023-12-19T22:39:07.457Z | + stamp_packages installinator mg-ddm-gz |
2337 | 2023-12-19T22:39:07.457Z | + for package in "$@" |
2338 | 2023-12-19T22:39:07.457Z | + [[ installinator == mg-ddm-gz ]] |
2339 | 2023-12-19T22:39:07.457Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git06a385178b6 |
2340 | 2023-12-19T22:39:08.494Z | Finished release [optimized] target(s) in 0.96s |
2341 | 2023-12-19T22:39:08.537Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git06a385178b6` |
2342 | 2023-12-19T22:39:08.561Z | Dec 19 22:39:08.547 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2343 | 2023-12-19T22:39:08.702Z | Created: out/versioned/installinator.tar |
2344 | 2023-12-19T22:39:08.713Z | + for package in "$@" |
2345 | 2023-12-19T22:39:08.713Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2346 | 2023-12-19T22:39:08.713Z | + echo 0.0.0 |
2347 | 2023-12-19T22:39:08.713Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2348 | 2023-12-19T22:39:08.715Z | a VERSION 1K |
2349 | 2023-12-19T22:39:08.715Z | + rm VERSION |
2350 | 2023-12-19T22:39:08.715Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git06a385178b6 |
2351 | 2023-12-19T22:39:09.748Z | Finished release [optimized] target(s) in 0.97s |
2352 | 2023-12-19T22:39:09.776Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git06a385178b6` |
2353 | 2023-12-19T22:39:09.818Z | Dec 19 22:39:09.804 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2354 | 2023-12-19T22:39:10.037Z | Created: out/versioned/mg-ddm-gz.tar |
2355 | 2023-12-19T22:39:10.042Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2356 | 2023-12-19T22:39:10.042Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2357 | 2023-12-19T22:39:10.043Z | ++ cd -- ./tools |
2358 | 2023-12-19T22:39:10.043Z | ++ pwd |
2359 | 2023-12-19T22:39:10.043Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2360 | 2023-12-19T22:39:10.043Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2361 | 2023-12-19T22:39:10.043Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2362 | 2023-12-19T22:39:10.043Z | ++ readlink -f /work |
2363 | 2023-12-19T22:39:10.043Z | + out_dir=/work |
2364 | 2023-12-19T22:39:10.043Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2365 | 2023-12-19T22:39:10.043Z | + for dep in "${deps[@]}" |
2366 | 2023-12-19T22:39:10.043Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2367 | 2023-12-19T22:39:10.044Z | + for dep in "${deps[@]}" |
2368 | 2023-12-19T22:39:10.044Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2369 | 2023-12-19T22:39:10.044Z | ++ mktemp -d |
2370 | 2023-12-19T22:39:10.044Z | + tmp_trampoline=/tmp/tmp._kaaGh |
2371 | 2023-12-19T22:39:10.044Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2372 | 2023-12-19T22:39:10.044Z | + echo '{"v":"1","t":"layer"}' |
2373 | 2023-12-19T22:39:10.044Z | + pkg_dir=/tmp/tmp._kaaGh/root/opt/oxide/installinator |
2374 | 2023-12-19T22:39:10.044Z | + mkdir -p /tmp/tmp._kaaGh/root/opt/oxide/installinator |
2375 | 2023-12-19T22:39:10.044Z | + cd /tmp/tmp._kaaGh/root/opt/oxide/installinator |
2376 | 2023-12-19T22:39:10.044Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2377 | 2023-12-19T22:39:10.085Z | x ., 0 bytes, 0 tape blocks |
2378 | 2023-12-19T22:39:10.085Z | x installinator, 52111672 bytes, 101781 tape blocks |
2379 | 2023-12-19T22:39:10.085Z | x pkg, 0 bytes, 0 tape blocks |
2380 | 2023-12-19T22:39:10.085Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2381 | 2023-12-19T22:39:10.086Z | x VERSION, 25 bytes, 1 tape blocks |
2382 | 2023-12-19T22:39:10.089Z | + mkdir -p /tmp/tmp._kaaGh/root/lib/svc/manifest/site/ |
2383 | 2023-12-19T22:39:10.090Z | + mv pkg/manifest.xml /tmp/tmp._kaaGh/root/lib/svc/manifest/site/installinator.xml |
2384 | 2023-12-19T22:39:10.093Z | + cd - |
2385 | 2023-12-19T22:39:10.093Z | /work/oxidecomputer/omicron |
2386 | 2023-12-19T22:39:10.094Z | + pkg_dir=/tmp/tmp._kaaGh/root/opt/oxide/mg-ddm |
2387 | 2023-12-19T22:39:10.094Z | + mkdir -p /tmp/tmp._kaaGh/root/opt/oxide/mg-ddm |
2388 | 2023-12-19T22:39:10.100Z | + cd /tmp/tmp._kaaGh/root/opt/oxide/mg-ddm |
2389 | 2023-12-19T22:39:10.101Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2390 | 2023-12-19T22:39:10.160Z | x ., 0 bytes, 0 tape blocks |
2391 | 2023-12-19T22:39:10.160Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2392 | 2023-12-19T22:39:10.160Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2393 | 2023-12-19T22:39:10.160Z | x pkg, 0 bytes, 0 tape blocks |
2394 | 2023-12-19T22:39:10.160Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2395 | 2023-12-19T22:39:10.160Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2396 | 2023-12-19T22:39:10.161Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2397 | 2023-12-19T22:39:10.166Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2398 | 2023-12-19T22:39:10.166Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2399 | 2023-12-19T22:39:10.166Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2400 | 2023-12-19T22:39:10.166Z | x VERSION, 25 bytes, 1 tape blocks |
2401 | 2023-12-19T22:39:10.182Z | + cd - |
2402 | 2023-12-19T22:39:10.182Z | /work/oxidecomputer/omicron |
2403 | 2023-12-19T22:39:10.182Z | + cd /tmp/tmp._kaaGh |
2404 | 2023-12-19T22:39:10.182Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2405 | 2023-12-19T22:39:16.175Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2406 | 2023-12-19T22:39:16.175Z | a oxide.json 1K |
2407 | 2023-12-19T22:39:16.175Z | a root/ 0K |
2408 | 2023-12-19T22:39:16.175Z | a root/opt/ 0K |
2409 | 2023-12-19T22:39:16.175Z | a root/opt/oxide/ 0K |
2410 | 2023-12-19T22:39:16.175Z | a root/opt/oxide/installinator/ 0K |
2411 | 2023-12-19T22:39:16.175Z | a root/opt/oxide/installinator/installinator 50891K |
2412 | 2023-12-19T22:39:16.175Z | a root/opt/oxide/installinator/pkg/ 0K |
2413 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/installinator/VERSION 1K |
2414 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/ 0K |
2415 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2416 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2417 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2418 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2419 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2420 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2421 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2422 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2423 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2424 | 2023-12-19T22:39:16.176Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2425 | 2023-12-19T22:39:16.177Z | a root/lib/ 0K |
2426 | 2023-12-19T22:39:16.177Z | a root/lib/svc/ 0K |
2427 | 2023-12-19T22:39:16.178Z | a root/lib/svc/manifest/ 0K |
2428 | 2023-12-19T22:39:16.178Z | a root/lib/svc/manifest/site/ 0K |
2429 | 2023-12-19T22:39:16.178Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2430 | 2023-12-19T22:39:16.183Z | + cd / |
2431 | 2023-12-19T22:39:16.183Z | + rm -rf /tmp/tmp._kaaGh |
2432 | 2023-12-19T22:39:16.188Z | |
2433 | 2023-12-19T22:39:16.192Z | real 6.179788244 |
2434 | 2023-12-19T22:39:16.192Z | user 5.791576530 |
2435 | 2023-12-19T22:39:16.192Z | sys 0.417171656 |
2436 | 2023-12-19T22:39:16.192Z | trap 0.001567790 |
2437 | 2023-12-19T22:39:16.192Z | tflt 0.000000000 |
2438 | 2023-12-19T22:39:16.192Z | dflt 0.000000000 |
2439 | 2023-12-19T22:39:16.193Z | kflt 0.000000000 |
2440 | 2023-12-19T22:39:16.193Z | lock 0.000000000 |
2441 | 2023-12-19T22:39:16.194Z | slp 11.957665837 |
2442 | 2023-12-19T22:39:16.194Z | lat 0.180630072 |
2443 | 2023-12-19T22:39:16.194Z | stop 0.000293572 |
2444 | 2023-12-19T22:39:16.194Z | process exited: duration 2224020 ms, exit code 0 |
|
2445 | 2023-12-19T22:39:16.211Z | found 21 output files |
2446 | 2023-12-19T22:39:16.211Z | uploading: /work/version.txt (26 bytes) |
2447 | 2023-12-19T22:39:17.224Z | uploaded: /work/version.txt |
2448 | 2023-12-19T22:39:17.224Z | uploading: /work/package.tar.gz (79789726 bytes) |
2449 | 2023-12-19T22:39:35.188Z | uploaded: /work/package.tar.gz |
2450 | 2023-12-19T22:39:35.188Z | uploading: /work/global-zone-packages.tar.gz (121432696 bytes) |
2451 | 2023-12-19T22:40:01.032Z | uploaded: /work/global-zone-packages.tar.gz |
2452 | 2023-12-19T22:40:01.032Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36462361 bytes) |
2453 | 2023-12-19T22:40:12.651Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2454 | 2023-12-19T22:40:12.651Z | uploading: /work/zones/clickhouse.tar.gz (181772591 bytes) |
2455 | 2023-12-19T22:41:15.831Z | uploaded: /work/zones/clickhouse.tar.gz |
2456 | 2023-12-19T22:41:15.832Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181771453 bytes) |
2457 | 2023-12-19T22:42:15.506Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2458 | 2023-12-19T22:42:15.507Z | uploading: /work/zones/cockroachdb.tar.gz (118851671 bytes) |
2459 | 2023-12-19T22:42:53.005Z | uploaded: /work/zones/cockroachdb.tar.gz |
2460 | 2023-12-19T22:42:53.005Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2461 | 2023-12-19T22:42:59.600Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2462 | 2023-12-19T22:42:59.600Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2463 | 2023-12-19T22:43:13.134Z | uploaded: /work/zones/crucible.tar.gz |
2464 | 2023-12-19T22:43:13.134Z | uploading: /work/zones/external-dns.tar.gz (24149631 bytes) |
2465 | 2023-12-19T22:43:21.247Z | uploaded: /work/zones/external-dns.tar.gz |
2466 | 2023-12-19T22:43:21.247Z | uploading: /work/zones/internal-dns.tar.gz (24149631 bytes) |
2467 | 2023-12-19T22:43:29.483Z | uploaded: /work/zones/internal-dns.tar.gz |
2468 | 2023-12-19T22:43:29.483Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2469 | 2023-12-19T22:43:30.495Z | uploaded: /work/zones/ntp.tar.gz |
2470 | 2023-12-19T22:43:30.496Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18205481 bytes) |
2471 | 2023-12-19T22:43:36.537Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2472 | 2023-12-19T22:43:36.537Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18204729 bytes) |
2473 | 2023-12-19T22:43:42.235Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2474 | 2023-12-19T22:43:42.235Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (75385782 bytes) |
2475 | 2023-12-19T22:44:05.050Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2476 | 2023-12-19T22:44:05.050Z | uploading: /work/zones/omicron-nexus.tar.gz (75392130 bytes) |
2477 | 2023-12-19T22:44:28.819Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2478 | 2023-12-19T22:44:28.820Z | uploading: /work/zones/overlay.tar.gz (2613 bytes) |
2479 | 2023-12-19T22:44:29.837Z | uploaded: /work/zones/overlay.tar.gz |
2480 | 2023-12-19T22:44:29.837Z | uploading: /work/zones/oximeter-collector.tar.gz (36195978 bytes) |
2481 | 2023-12-19T22:44:40.114Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2482 | 2023-12-19T22:44:40.114Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2483 | 2023-12-19T22:44:59.083Z | uploaded: /work/zones/propolis-server.tar.gz |
2484 | 2023-12-19T22:44:59.083Z | uploading: /work/zones/switch-asic.tar.gz (247014015 bytes) |
2485 | 2023-12-19T22:46:10.273Z | uploaded: /work/zones/switch-asic.tar.gz |
2486 | 2023-12-19T22:46:10.273Z | uploading: /work/zones/switch-softnpu.tar.gz (170003537 bytes) |
2487 | 2023-12-19T22:47:02.083Z | uploaded: /work/zones/switch-softnpu.tar.gz |