|
|
|
1 | 2023-12-11T20:16:27.844Z | job assigned to worker 01HHD88WE7HYXK3ARMTFQQQ4M5 (queued for 1 m 52 s) |
|
2 | 2023-12-11T20:16:28.401Z | starting task 0: "setup" |
3 | 2023-12-11T20:16:28.574Z | ++ uname -s |
4 | 2023-12-11T20:16:28.581Z | + kern=SunOS |
5 | 2023-12-11T20:16:28.581Z | + case "$kern" in |
6 | 2023-12-11T20:16:28.582Z | + groupadd -g 12345 build |
7 | 2023-12-11T20:16:28.586Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-11T20:16:30.594Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-11T20:16:31.113Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-11T20:16:31.114Z | + home_fs=zfs |
11 | 2023-12-11T20:16:31.114Z | + [[ zfs == autofs ]] |
12 | 2023-12-11T20:16:31.114Z | + mkdir -p /home/build |
13 | 2023-12-11T20:16:31.114Z | + chown build:build /home/build /work |
14 | 2023-12-11T20:16:32.875Z | + chmod 0700 /home/build /work |
15 | 2023-12-11T20:16:32.878Z | process exited: duration 4477 ms, exit code 0 |
|
16 | 2023-12-11T20:16:32.885Z | starting task 1: "rust-toolchain" |
17 | 2023-12-11T20:16:32.893Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-11T20:16:32.896Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-11T20:16:33.293Z | info: downloading installer |
20 | 2023-12-11T20:16:35.603Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-11T20:16:35.603Z | warning: /opt/ooce/bin |
22 | 2023-12-11T20:16:35.604Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-11T20:16:35.604Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-11T20:16:35.604Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-11T20:16:35.604Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-11T20:16:35.604Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-11T20:16:35.604Z | error: cannot install while Rust is installed |
28 | 2023-12-11T20:16:35.604Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-11T20:16:35.930Z | info: profile set to 'default' |
30 | 2023-12-11T20:16:35.930Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-11T20:16:35.942Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-11T20:16:36.148Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-11T20:16:36.148Z | info: downloading component 'cargo' |
34 | 2023-12-11T20:16:37.075Z | info: downloading component 'clippy' |
35 | 2023-12-11T20:16:37.413Z | info: downloading component 'rust-docs' |
36 | 2023-12-11T20:16:38.595Z | info: downloading component 'rust-std' |
37 | 2023-12-11T20:16:40.717Z | info: downloading component 'rustc' |
38 | 2023-12-11T20:16:45.961Z | info: downloading component 'rustfmt' |
39 | 2023-12-11T20:16:46.258Z | info: installing component 'cargo' |
40 | 2023-12-11T20:16:48.605Z | info: installing component 'clippy' |
41 | 2023-12-11T20:16:49.557Z | info: installing component 'rust-docs' |
42 | 2023-12-11T20:16:52.316Z | info: installing component 'rust-std' |
43 | 2023-12-11T20:16:56.525Z | info: installing component 'rustc' |
44 | 2023-12-11T20:17:07.557Z | info: installing component 'rustfmt' |
45 | 2023-12-11T20:17:08.012Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-11T20:17:08.012Z | |
47 | 2023-12-11T20:17:08.148Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-11T20:17:08.148Z | |
49 | 2023-12-11T20:17:08.152Z | |
50 | 2023-12-11T20:17:08.152Z | Rust is installed now. Great! |
51 | 2023-12-11T20:17:08.152Z | |
52 | 2023-12-11T20:17:08.152Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-11T20:17:08.153Z | environment variable. This has not been done automatically. |
54 | 2023-12-11T20:17:08.153Z | |
55 | 2023-12-11T20:17:08.153Z | To configure your current shell, run: |
56 | 2023-12-11T20:17:08.153Z | source "$HOME/.cargo/env" |
57 | 2023-12-11T20:17:08.239Z | + rustc --version |
58 | 2023-12-11T20:17:08.351Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-11T20:17:08.357Z | process exited: duration 35474 ms, exit code 0 |
|
60 | 2023-12-11T20:17:08.366Z | starting task 2: "authentication" |
61 | 2023-12-11T20:17:08.399Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-12-11T20:17:08.405Z | starting task 3: "clone repository" |
63 | 2023-12-11T20:17:08.413Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-11T20:17:08.416Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-11T20:17:08.462Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-11T20:17:15.954Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-11T20:17:15.957Z | + [[ -n oximeter-tests-dont-need-time ]] |
68 | 2023-12-11T20:17:15.957Z | + git fetch origin oximeter-tests-dont-need-time |
69 | 2023-12-11T20:17:16.314Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-11T20:17:16.314Z | * branch oximeter-tests-dont-need-time -> FETCH_HEAD |
71 | 2023-12-11T20:17:16.325Z | + git checkout -B oximeter-tests-dont-need-time remotes/origin/oximeter-tests-dont-need-time |
72 | 2023-12-11T20:17:16.438Z | Switched to a new branch 'oximeter-tests-dont-need-time' |
73 | 2023-12-11T20:17:16.479Z | branch 'oximeter-tests-dont-need-time' set up to track 'origin/oximeter-tests-dont-need-time'. |
74 | 2023-12-11T20:17:16.479Z | + git reset --hard efa2f499f782a369e5a810c6a1b9d05ee4a068ff |
75 | 2023-12-11T20:17:16.483Z | HEAD is now at efa2f499 Oximeter self-stat tests don't need to be based on time |
76 | 2023-12-11T20:17:16.483Z | process exited: duration 8063 ms, exit code 0 |
|
77 | 2023-12-11T20:17:16.490Z | starting task 4: "build" |
78 | 2023-12-11T20:17:16.497Z | + cargo --version |
79 | 2023-12-11T20:17:16.506Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-11T20:17:16.713Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-11T20:17:16.718Z | info: downloading component 'cargo' |
82 | 2023-12-11T20:17:17.578Z | info: downloading component 'clippy' |
83 | 2023-12-11T20:17:17.850Z | info: downloading component 'rust-docs' |
84 | 2023-12-11T20:17:18.909Z | info: downloading component 'rust-std' |
85 | 2023-12-11T20:17:20.658Z | info: downloading component 'rustc' |
86 | 2023-12-11T20:17:25.064Z | info: downloading component 'rustfmt' |
87 | 2023-12-11T20:17:25.378Z | info: installing component 'cargo' |
88 | 2023-12-11T20:17:26.739Z | info: installing component 'clippy' |
89 | 2023-12-11T20:17:27.238Z | info: installing component 'rust-docs' |
90 | 2023-12-11T20:17:30.075Z | info: installing component 'rust-std' |
91 | 2023-12-11T20:17:32.744Z | info: installing component 'rustc' |
92 | 2023-12-11T20:17:39.093Z | info: installing component 'rustfmt' |
93 | 2023-12-11T20:17:39.641Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-11T20:17:39.644Z | + rustc --version |
95 | 2023-12-11T20:17:39.762Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-11T20:17:39.770Z | ++ git rev-parse HEAD |
97 | 2023-12-11T20:17:39.778Z | + COMMIT=efa2f499f782a369e5a810c6a1b9d05ee4a068ff |
98 | 2023-12-11T20:17:39.781Z | + VERSION=5.0.0-0.ci+gitefa2f499f78 |
99 | 2023-12-11T20:17:39.781Z | + echo 5.0.0-0.ci+gitefa2f499f78 |
100 | 2023-12-11T20:17:39.781Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-11T20:17:49.760Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-11T20:17:51.042Z | Startup: Caching catalogs ... Done |
103 | 2023-12-11T20:18:08.660Z | Planning: Solver setup ... Done (6.612s) |
104 | 2023-12-11T20:18:09.487Z | Planning: Running solver ... Done (0.152s) |
105 | 2023-12-11T20:18:09.487Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-11T20:18:09.487Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-11T20:18:09.661Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-11T20:18:09.662Z | Planning: Package planning ... Done (0.092s) |
109 | 2023-12-11T20:18:09.662Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-11T20:18:09.662Z | Planning: Checking for conflicting actions ... Done (0.724s) |
111 | 2023-12-11T20:18:09.662Z | Planning: Consolidating action changes ... Done (0.017s) |
112 | 2023-12-11T20:18:09.662Z | Planning: Evaluating mediators ... Done (3.625s) |
113 | 2023-12-11T20:18:09.663Z | Planning: Planning completed in 12.11 seconds |
114 | 2023-12-11T20:18:09.663Z | Packages to install: 4 |
115 | 2023-12-11T20:18:09.663Z | Packages to update: 2 |
116 | 2023-12-11T20:18:09.663Z | Mediators to change: 2 |
117 | 2023-12-11T20:18:09.664Z | Services to change: 1 |
118 | 2023-12-11T20:18:09.664Z | Estimated space available: 148.88 GB |
119 | 2023-12-11T20:18:09.664Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-11T20:18:09.665Z | Create boot environment: No |
121 | 2023-12-11T20:18:09.665Z | Create backup boot environment: Yes |
122 | 2023-12-11T20:18:09.665Z | Rebuild boot archive: No |
123 | 2023-12-11T20:18:09.665Z | |
124 | 2023-12-11T20:18:09.666Z | Changed mediators: |
125 | 2023-12-11T20:18:09.667Z | mediator clang: |
126 | 2023-12-11T20:18:09.667Z | version: None -> 15 (system default) |
127 | 2023-12-11T20:18:09.667Z | |
128 | 2023-12-11T20:18:09.667Z | mediator llvm: |
129 | 2023-12-11T20:18:09.667Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-11T20:18:09.667Z | |
131 | 2023-12-11T20:18:09.667Z | Changed packages: |
132 | 2023-12-11T20:18:09.667Z | helios-dev |
133 | 2023-12-11T20:18:09.667Z | developer/build-essential |
134 | 2023-12-11T20:18:09.668Z | None -> 11-2.0 |
135 | 2023-12-11T20:18:09.668Z | library/libxmlsec1 |
136 | 2023-12-11T20:18:09.668Z | None -> 1.2.35-2.0 |
137 | 2023-12-11T20:18:09.668Z | ooce/developer/clang-15 |
138 | 2023-12-11T20:18:09.668Z | None -> 15.0.7-2.0 |
139 | 2023-12-11T20:18:09.668Z | ooce/developer/llvm-15 |
140 | 2023-12-11T20:18:09.668Z | None -> 15.0.7-2.0 |
141 | 2023-12-11T20:18:09.669Z | system/library/g++-runtime |
142 | 2023-12-11T20:18:09.669Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-11T20:18:09.669Z | system/library/gcc-runtime |
144 | 2023-12-11T20:18:09.669Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-11T20:18:09.669Z | |
146 | 2023-12-11T20:18:09.669Z | Services: |
147 | 2023-12-11T20:18:09.669Z | restart_fmri: |
148 | 2023-12-11T20:18:09.669Z | svc:/system/update-man-index:default |
149 | 2023-12-11T20:18:09.670Z | |
150 | 2023-12-11T20:18:09.671Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-11T20:18:09.671Z | Download: 1024/3330 items 19.5/221.1MB 8% complete (4.0M/s) |
152 | 2023-12-11T20:18:13.476Z | Download: 2223/3330 items 119.2/221.1MB 53% complete (12.4M/s) |
153 | 2023-12-11T20:18:18.565Z | Download: 3249/3330 items 203.1/221.1MB 91% complete (18.4M/s) |
154 | 2023-12-11T20:18:20.377Z | Download: Completed 221.11 MB in 16.92 seconds (13.1M/s) |
155 | 2023-12-11T20:18:22.945Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-11T20:18:22.946Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-11T20:18:27.947Z | Actions: 3019/3766 actions (Installing new actions) |
158 | 2023-12-11T20:18:31.332Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-11T20:18:31.797Z | Actions: Completed 3766 actions in 8.85 seconds. |
160 | 2023-12-11T20:18:31.914Z | Done (0.108s) |
161 | 2023-12-11T20:18:31.918Z | Done (0.000s) |
162 | 2023-12-11T20:18:32.190Z | Done (0.275s) |
163 | 2023-12-11T20:18:40.354Z | Done (8.037s) |
164 | 2023-12-11T20:18:40.647Z | Done (0.195s) |
165 | 2023-12-11T20:18:40.650Z | Done (0.000s) |
166 | 2023-12-11T20:18:40.976Z | Done (0.000s) |
167 | 2023-12-11T20:18:43.255Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-11T20:18:43.285Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-11T20:18:43.285Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-11T20:18:43.285Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-11T20:18:43.285Z | Planning: Planning completed in 0.72 seconds |
172 | 2023-12-11T20:18:43.285Z | Mediators to change: 2 |
173 | 2023-12-11T20:18:43.285Z | Create boot environment: No |
174 | 2023-12-11T20:18:43.285Z | Create backup boot environment: No |
175 | 2023-12-11T20:18:43.285Z | Done |
176 | 2023-12-11T20:18:43.285Z | Done |
177 | 2023-12-11T20:18:43.285Z | Done |
178 | 2023-12-11T20:18:48.664Z | Done |
179 | 2023-12-11T20:18:48.789Z | Done |
180 | 2023-12-11T20:18:48.792Z | Done |
181 | 2023-12-11T20:18:48.912Z | Done |
182 | 2023-12-11T20:18:49.918Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-11T20:18:49.921Z | Planning: Merging actions ... Done |
184 | 2023-12-11T20:18:50.256Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-11T20:18:50.260Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-11T20:18:50.701Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-11T20:18:50.798Z | Planning: Planning completed in 1.31 seconds |
188 | 2023-12-11T20:18:50.860Z | Packages to change: 1 |
189 | 2023-12-11T20:18:50.860Z | Mediators to change: 1 |
190 | 2023-12-11T20:18:50.863Z | Services to change: 1 |
191 | 2023-12-11T20:18:50.863Z | Create boot environment: No |
192 | 2023-12-11T20:18:50.863Z | Create backup boot environment: Yes |
193 | 2023-12-11T20:18:52.934Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-11T20:18:52.951Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-11T20:18:52.951Z | Done |
196 | 2023-12-11T20:18:52.951Z | Done |
197 | 2023-12-11T20:18:52.951Z | Done |
198 | 2023-12-11T20:18:58.752Z | Done |
199 | 2023-12-11T20:18:58.882Z | Done |
200 | 2023-12-11T20:18:58.891Z | Done |
201 | 2023-12-11T20:18:59.009Z | Done |
202 | 2023-12-11T20:18:59.680Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-11T20:18:59.680Z | clang system 15 system |
204 | 2023-12-11T20:18:59.680Z | csh system system illumos |
205 | 2023-12-11T20:18:59.680Z | ctags system system illumos |
206 | 2023-12-11T20:18:59.680Z | gcc vendor 12 vendor |
207 | 2023-12-11T20:18:59.681Z | gcc system 10 system |
208 | 2023-12-11T20:18:59.681Z | gcc system 7 system |
209 | 2023-12-11T20:18:59.681Z | go system 1.20 system |
210 | 2023-12-11T20:18:59.681Z | go system 1.19 system |
211 | 2023-12-11T20:18:59.681Z | llvm system 15 system |
212 | 2023-12-11T20:18:59.681Z | llvm system 14 system |
213 | 2023-12-11T20:18:59.681Z | mariadb system 10.6 system |
214 | 2023-12-11T20:18:59.681Z | mta vendor vendor dma |
215 | 2023-12-11T20:18:59.681Z | openjdk system 17 system |
216 | 2023-12-11T20:18:59.681Z | openjdk system 11 system |
217 | 2023-12-11T20:18:59.682Z | openjdk system 1.8 system |
218 | 2023-12-11T20:18:59.682Z | openssl vendor 3 vendor |
219 | 2023-12-11T20:18:59.682Z | perl system 5.36 system |
220 | 2023-12-11T20:18:59.682Z | postgresql system 15 system |
221 | 2023-12-11T20:18:59.682Z | postgresql system 13 system |
222 | 2023-12-11T20:18:59.682Z | python vendor 3 vendor |
223 | 2023-12-11T20:18:59.683Z | python system 2 system |
224 | 2023-12-11T20:18:59.683Z | python3 system 3.11 system |
225 | 2023-12-11T20:18:59.683Z | ruby system 3.0 system |
226 | 2023-12-11T20:18:59.683Z | words vendor vendor american-english |
227 | 2023-12-11T20:18:59.683Z | words system system australian-english |
228 | 2023-12-11T20:18:59.683Z | words system system british-english |
229 | 2023-12-11T20:18:59.683Z | words system system canadian-english |
230 | 2023-12-11T20:18:59.683Z | words system system french |
231 | 2023-12-11T20:18:59.683Z | words system system italian |
232 | 2023-12-11T20:18:59.683Z | words system system ngerman |
233 | 2023-12-11T20:18:59.684Z | words system system ogerman |
234 | 2023-12-11T20:18:59.684Z | words system system spanish |
235 | 2023-12-11T20:19:00.214Z | FMRI IFO |
236 | 2023-12-11T20:19:00.215Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-11T20:19:00.215Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-11T20:19:00.215Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-11T20:19:00.216Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-11T20:19:00.216Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-11T20:19:00.216Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-11T20:19:00.216Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-11T20:19:00.216Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-11T20:19:00.282Z | + set -o errexit |
245 | 2023-12-11T20:19:00.285Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-11T20:19:00.289Z | ++ cd ./tools |
247 | 2023-12-11T20:19:00.289Z | ++ pwd |
248 | 2023-12-11T20:19:00.289Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-11T20:19:00.289Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-11T20:19:00.293Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-11T20:19:00.293Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-11T20:19:00.293Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-11T20:19:00.293Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-11T20:19:00.293Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-11T20:19:00.293Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-11T20:19:00.294Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-11T20:19:00.294Z | + TARGET_DIR=out |
258 | 2023-12-11T20:19:00.294Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-11T20:19:00.295Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-11T20:19:00.299Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-11T20:19:00.299Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-11T20:19:00.299Z | + main |
263 | 2023-12-11T20:19:00.299Z | + [[ 0 != 0 ]] |
264 | 2023-12-11T20:19:00.299Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-11T20:19:00.300Z | + [[ 0 != 0 ]] |
266 | 2023-12-11T20:19:00.300Z | + configure_os solaris2.11 |
267 | 2023-12-11T20:19:00.300Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-11T20:19:00.300Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-12-11T20:19:00.300Z | configuring based on OS: "solaris2.11" |
270 | 2023-12-11T20:19:00.300Z | + echo 'configuring based on OS: "solaris2.11"' |
271 | 2023-12-11T20:19:00.300Z | + case "$1" in |
272 | 2023-12-11T20:19:00.300Z | + CIDL_BUILD=illumos |
273 | 2023-12-11T20:19:00.301Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-12-11T20:19:00.301Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-11T20:19:00.301Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-11T20:19:00.301Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-11T20:19:00.301Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-11T20:19:00.301Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-11T20:19:00.301Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-11T20:19:00.301Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-11T20:19:00.302Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-11T20:19:00.302Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-11T20:19:00.302Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-11T20:19:00.302Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-12-11T20:19:00.302Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2023-12-11T20:19:00.303Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-11T20:19:00.303Z | + mkdir -p out/downloads |
288 | 2023-12-11T20:19:00.303Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-11T20:19:00.303Z | + local DO_DOWNLOAD=true |
290 | 2023-12-11T20:19:00.303Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-11T20:19:00.307Z | + '[' true == true ']' |
292 | 2023-12-11T20:19:00.307Z | + echo Downloading... |
293 | 2023-12-11T20:19:00.308Z | Downloading... |
294 | 2023-12-11T20:19:00.308Z | + 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-11T20:19:00.308Z | + 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-11T20:19:02.730Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-11T20:19:02.734Z | ++ md5sum |
298 | 2023-12-11T20:19:02.734Z | ++ awk '{print $1}' |
299 | 2023-12-11T20:19:02.928Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-11T20:19:02.928Z | + [[ 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-11T20:19:02.928Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-11T20:19:02.940Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-11T20:19:06.320Z | + do_assemble_illumos |
304 | 2023-12-11T20:19:06.321Z | + rm -r ./out/cockroachdb |
305 | 2023-12-11T20:19:06.325Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-11T20:19:07.003Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-11T20:19:07.181Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-11T20:19:07.181Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-11T20:19:07.181Z | Distribution: OSS |
310 | 2023-12-11T20:19:07.181Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-11T20:19:07.182Z | Go Version: go1.17.13 |
312 | 2023-12-11T20:19:07.182Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-11T20:19:07.183Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-11T20:19:07.183Z | Build Type: release |
315 | 2023-12-11T20:19:07.210Z | + set -o errexit |
316 | 2023-12-11T20:19:07.219Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-11T20:19:07.219Z | ++ cd ./tools |
318 | 2023-12-11T20:19:07.220Z | ++ pwd |
319 | 2023-12-11T20:19:07.220Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-11T20:19:07.220Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-11T20:19:07.224Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-11T20:19:07.224Z | + TARGET_DIR=out |
323 | 2023-12-11T20:19:07.225Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-11T20:19:07.225Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-11T20:19:07.225Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-11T20:19:07.225Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-11T20:19:07.225Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-11T20:19:07.225Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-11T20:19:07.225Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-11T20:19:07.225Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-11T20:19:07.226Z | + main |
332 | 2023-12-11T20:19:07.226Z | + [[ 0 != 0 ]] |
333 | 2023-12-11T20:19:07.226Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-11T20:19:07.226Z | + [[ 0 != 0 ]] |
335 | 2023-12-11T20:19:07.226Z | + configure_os solaris2.11 |
336 | 2023-12-11T20:19:07.226Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-11T20:19:07.226Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-11T20:19:07.226Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-11T20:19:07.226Z | + CIDL_DASHREV= |
340 | 2023-12-11T20:19:07.226Z | + case "$1" in |
341 | 2023-12-11T20:19:07.227Z | configuring based on OS: "solaris2.11" |
342 | 2023-12-11T20:19:07.227Z | + CIDL_PLATFORM=illumos |
343 | 2023-12-11T20:19:07.227Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-12-11T20:19:07.227Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-12-11T20:19:07.227Z | + CIDL_DASHREV=-1 |
346 | 2023-12-11T20:19:07.227Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-12-11T20:19:07.227Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-11T20:19:07.228Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-11T20:19:07.228Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-11T20:19:07.228Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-11T20:19:07.228Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-11T20:19:07.228Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-11T20:19:07.228Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
354 | 2023-12-11T20:19:07.228Z | + mkdir -p out/downloads |
355 | 2023-12-11T20:19:07.228Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-11T20:19:07.229Z | + local DO_DOWNLOAD=true |
357 | 2023-12-11T20:19:07.229Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-11T20:19:07.229Z | + '[' true == true ']' |
359 | 2023-12-11T20:19:07.229Z | + echo Downloading... |
360 | 2023-12-11T20:19:07.229Z | Downloading... |
361 | 2023-12-11T20:19:07.229Z | + 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-11T20:19:07.229Z | + 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-11T20:19:08.799Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-11T20:19:08.803Z | ++ md5sum |
365 | 2023-12-11T20:19:08.803Z | ++ awk '{print $1}' |
366 | 2023-12-11T20:19:09.067Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-11T20:19:09.067Z | + [[ 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-11T20:19:09.067Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-11T20:19:09.071Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-11T20:19:09.071Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-11T20:19:13.918Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-11T20:19:13.985Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-11T20:19:13.997Z | + set -o errexit |
374 | 2023-12-11T20:19:14.002Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-11T20:19:14.006Z | ++ cd ./tools |
376 | 2023-12-11T20:19:14.006Z | ++ pwd |
377 | 2023-12-11T20:19:14.006Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-11T20:19:14.006Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-11T20:19:14.007Z | + ARG0=ci_download_console |
380 | 2023-12-11T20:19:14.007Z | + TARGET_DIR=out |
381 | 2023-12-11T20:19:14.007Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-11T20:19:14.007Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-11T20:19:14.008Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-11T20:19:14.008Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
385 | 2023-12-11T20:19:14.008Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
386 | 2023-12-11T20:19:14.008Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
387 | 2023-12-11T20:19:14.008Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-11T20:19:14.008Z | + main |
389 | 2023-12-11T20:19:14.008Z | + [[ 0 != 0 ]] |
390 | 2023-12-11T20:19:14.008Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
391 | 2023-12-11T20:19:14.009Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
392 | 2023-12-11T20:19:14.015Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-11T20:19:14.015Z | + local DO_DOWNLOAD=true |
394 | 2023-12-11T20:19:14.015Z | + [[ -f out/downloads/console.tar.gz ]] |
395 | 2023-12-11T20:19:14.015Z | Local file: out/downloads/console.tar.gz |
396 | 2023-12-11T20:19:14.015Z | + mkdir -p out/downloads |
397 | 2023-12-11T20:19:14.015Z | + '[' true == true ']' |
398 | 2023-12-11T20:19:14.015Z | + echo Downloading... |
399 | 2023-12-11T20:19:14.016Z | Downloading... |
400 | 2023-12-11T20:19:14.016Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-11T20:19:14.016Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
402 | 2023-12-11T20:19:14.676Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-11T20:19:14.687Z | ++ case "$OSTYPE" in |
404 | 2023-12-11T20:19:14.687Z | ++ SHA=sha256sum |
405 | 2023-12-11T20:19:14.687Z | ++ sha256sum |
406 | 2023-12-11T20:19:14.687Z | ++ awk '{print $1}' |
407 | 2023-12-11T20:19:14.697Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
408 | 2023-12-11T20:19:14.698Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
409 | 2023-12-11T20:19:14.709Z | + rm -rf ./out/console-assets |
410 | 2023-12-11T20:19:14.709Z | + mkdir -p ./out/console-assets |
411 | 2023-12-11T20:19:14.709Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-11T20:19:14.710Z | + mkdir -p ./out/console-assets |
413 | 2023-12-11T20:19:14.710Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-11T20:19:14.838Z | + set -o errexit |
415 | 2023-12-11T20:19:14.841Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-11T20:19:14.844Z | ++ cd ./tools |
417 | 2023-12-11T20:19:14.844Z | ++ pwd |
418 | 2023-12-11T20:19:14.844Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-11T20:19:14.847Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-11T20:19:14.848Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-11T20:19:14.848Z | + TARGET_DIR=out |
422 | 2023-12-11T20:19:14.848Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-11T20:19:14.848Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-11T20:19:14.848Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
425 | 2023-12-11T20:19:14.848Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-11T20:19:14.848Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-11T20:19:14.848Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2023-12-11T20:19:14.848Z | + main |
429 | 2023-12-11T20:19:14.848Z | + [[ 0 != 0 ]] |
430 | 2023-12-11T20:19:14.848Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
431 | 2023-12-11T20:19:14.848Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-11T20:19:14.848Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
433 | 2023-12-11T20:19:14.848Z | + local DO_DOWNLOAD=true |
434 | 2023-12-11T20:19:14.848Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
435 | 2023-12-11T20:19:14.848Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
436 | 2023-12-11T20:19:14.849Z | + mkdir -p out/downloads |
437 | 2023-12-11T20:19:14.852Z | + '[' true == true ']' |
438 | 2023-12-11T20:19:14.852Z | + echo Downloading... |
439 | 2023-12-11T20:19:14.852Z | Downloading... |
440 | 2023-12-11T20:19:14.852Z | + 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-11T20:19:14.852Z | + 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-11T20:19:15.527Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-11T20:19:15.527Z | ++ case "$OSTYPE" in |
444 | 2023-12-11T20:19:15.527Z | ++ SHA=sha256sum |
445 | 2023-12-11T20:19:15.537Z | ++ sha256sum |
446 | 2023-12-11T20:19:15.537Z | ++ awk '{print $1}' |
447 | 2023-12-11T20:19:15.537Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-11T20:19:15.537Z | + [[ 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-11T20:19:15.537Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-11T20:19:15.537Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
451 | 2023-12-11T20:19:15.538Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
452 | 2023-12-11T20:19:15.538Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-11T20:19:15.538Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-11T20:19:15.538Z | + main |
455 | 2023-12-11T20:19:15.538Z | + [[ 0 != 0 ]] |
456 | 2023-12-11T20:19:15.539Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
457 | 2023-12-11T20:19:15.539Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-11T20:19:15.539Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
459 | 2023-12-11T20:19:15.539Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2023-12-11T20:19:15.539Z | + local DO_DOWNLOAD=true |
461 | 2023-12-11T20:19:15.540Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2023-12-11T20:19:15.540Z | + mkdir -p out/downloads |
463 | 2023-12-11T20:19:15.540Z | + '[' true == true ']' |
464 | 2023-12-11T20:19:15.540Z | Downloading... |
465 | 2023-12-11T20:19:15.540Z | + echo Downloading... |
466 | 2023-12-11T20:19:15.541Z | + 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-11T20:19:15.541Z | + 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-11T20:19:15.541Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-11T20:19:15.541Z | ++ case "$OSTYPE" in |
470 | 2023-12-11T20:19:15.541Z | ++ SHA=sha256sum |
471 | 2023-12-11T20:19:15.542Z | ++ sha256sum |
472 | 2023-12-11T20:19:15.543Z | ++ awk '{print $1}' |
473 | 2023-12-11T20:19:15.543Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-11T20:19:15.543Z | + [[ 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-11T20:19:15.544Z | + set -o errexit |
476 | 2023-12-11T20:19:15.544Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-11T20:19:15.544Z | ++ cd ./tools |
478 | 2023-12-11T20:19:15.544Z | ++ pwd |
479 | 2023-12-11T20:19:15.544Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-11T20:19:15.544Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-11T20:19:15.545Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-11T20:19:15.545Z | + TARGET_DIR=out |
483 | 2023-12-11T20:19:15.545Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-11T20:19:15.546Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-11T20:19:15.546Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
486 | 2023-12-11T20:19:15.546Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-11T20:19:15.546Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
488 | 2023-12-11T20:19:15.546Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
489 | 2023-12-11T20:19:15.546Z | + main |
490 | 2023-12-11T20:19:15.547Z | + [[ 0 != 0 ]] |
491 | 2023-12-11T20:19:15.547Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
492 | 2023-12-11T20:19:15.547Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
493 | 2023-12-11T20:19:15.547Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
494 | 2023-12-11T20:19:15.547Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
495 | 2023-12-11T20:19:15.547Z | + local DO_DOWNLOAD=true |
496 | 2023-12-11T20:19:15.547Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
497 | 2023-12-11T20:19:15.548Z | + mkdir -p out/downloads |
498 | 2023-12-11T20:19:15.548Z | + '[' true == true ']' |
499 | 2023-12-11T20:19:15.548Z | + echo Downloading... |
500 | 2023-12-11T20:19:15.548Z | Downloading... |
501 | 2023-12-11T20:19:15.548Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
502 | 2023-12-11T20:19:15.548Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
503 | 2023-12-11T20:19:15.955Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
504 | 2023-12-11T20:19:15.956Z | ++ case "$OSTYPE" in |
505 | 2023-12-11T20:19:15.956Z | ++ SHA=sha256sum |
506 | 2023-12-11T20:19:15.956Z | ++ sha256sum |
507 | 2023-12-11T20:19:15.956Z | ++ awk '{print $1}' |
508 | 2023-12-11T20:19:15.956Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-11T20:19:15.956Z | + [[ 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-11T20:19:15.956Z | + set -o errexit |
511 | 2023-12-11T20:19:15.957Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-11T20:19:15.957Z | ++ cd ./tools |
513 | 2023-12-11T20:19:15.957Z | ++ pwd |
514 | 2023-12-11T20:19:15.957Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-11T20:19:15.957Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-11T20:19:15.958Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-11T20:19:15.958Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-11T20:19:15.958Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
519 | 2023-12-11T20:19:15.959Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
520 | 2023-12-11T20:19:15.959Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
521 | 2023-12-11T20:19:15.959Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-11T20:19:15.959Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
523 | 2023-12-11T20:19:15.959Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-11T20:19:15.959Z | + TARGET_DIR=out |
525 | 2023-12-11T20:19:15.960Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-11T20:19:15.960Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-11T20:19:15.960Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-11T20:19:15.960Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-11T20:19:15.960Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-11T20:19:15.960Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
531 | 2023-12-11T20:19:15.961Z | + main |
532 | 2023-12-11T20:19:15.961Z | + [[ 0 != 0 ]] |
533 | 2023-12-11T20:19:15.961Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-11T20:19:15.961Z | + [[ 0 != 0 ]] |
535 | 2023-12-11T20:19:15.961Z | + configure_os solaris2.11 |
536 | 2023-12-11T20:19:15.961Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-11T20:19:15.961Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-11T20:19:15.962Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-11T20:19:15.962Z | + case "$1" in |
540 | 2023-12-11T20:19:15.962Z | configuring based on OS: "solaris2.11" |
541 | 2023-12-11T20:19:15.963Z | + SET_BINARIES= |
542 | 2023-12-11T20:19:15.963Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
543 | 2023-12-11T20:19:15.964Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-11T20:19:15.964Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-11T20:19:15.964Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
546 | 2023-12-11T20:19:15.964Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-11T20:19:15.964Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
548 | 2023-12-11T20:19:15.964Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
549 | 2023-12-11T20:19:15.965Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
550 | 2023-12-11T20:19:15.965Z | Local file: out/downloads/dendrite-stub.tar.gz |
551 | 2023-12-11T20:19:15.965Z | + mkdir -p out/downloads |
552 | 2023-12-11T20:19:15.965Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-11T20:19:15.965Z | + fetch_and_verify |
554 | 2023-12-11T20:19:15.965Z | + local DO_DOWNLOAD=true |
555 | 2023-12-11T20:19:15.965Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-11T20:19:15.965Z | + '[' true == true ']' |
557 | 2023-12-11T20:19:15.966Z | + echo Downloading... |
558 | 2023-12-11T20:19:15.966Z | Downloading... |
559 | 2023-12-11T20:19:15.966Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-11T20:19:15.966Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
561 | 2023-12-11T20:19:22.177Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-11T20:19:22.182Z | ++ sha256sum |
563 | 2023-12-11T20:19:22.182Z | ++ awk '{print $1}' |
564 | 2023-12-11T20:19:22.270Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
565 | 2023-12-11T20:19:22.270Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
566 | 2023-12-11T20:19:22.273Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-11T20:19:22.274Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-11T20:19:23.398Z | + do_assemble |
569 | 2023-12-11T20:19:23.398Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-11T20:19:23.403Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-11T20:19:23.403Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-11T20:19:23.590Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-11T20:19:23.597Z | + set -o errexit |
574 | 2023-12-11T20:19:23.601Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-11T20:19:23.601Z | ++ cd ./tools |
576 | 2023-12-11T20:19:23.601Z | ++ pwd |
577 | 2023-12-11T20:19:23.605Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-11T20:19:23.605Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-11T20:19:23.606Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-11T20:19:23.606Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-11T20:19:23.606Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
582 | 2023-12-11T20:19:23.607Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
583 | 2023-12-11T20:19:23.607Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-11T20:19:23.607Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2023-12-11T20:19:23.607Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
586 | 2023-12-11T20:19:23.607Z | + TARGET_DIR=out |
587 | 2023-12-11T20:19:23.607Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-11T20:19:23.607Z | + DEST_DIR=./out/mgd |
589 | 2023-12-11T20:19:23.607Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-11T20:19:23.607Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-11T20:19:23.607Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-11T20:19:23.611Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-11T20:19:23.612Z | + main |
594 | 2023-12-11T20:19:23.612Z | + [[ 0 != 0 ]] |
595 | 2023-12-11T20:19:23.612Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-11T20:19:23.612Z | + [[ 0 != 0 ]] |
597 | 2023-12-11T20:19:23.612Z | + configure_os solaris2.11 |
598 | 2023-12-11T20:19:23.612Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-11T20:19:23.612Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-11T20:19:23.612Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-11T20:19:23.614Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-11T20:19:23.615Z | + case "$1" in |
603 | 2023-12-11T20:19:23.615Z | + SET_BINARIES= |
604 | 2023-12-11T20:19:23.615Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-11T20:19:23.615Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-11T20:19:23.615Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-11T20:19:23.615Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-11T20:19:23.616Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
609 | 2023-12-11T20:19:23.616Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-11T20:19:23.616Z | Local file: out/downloads/mgd.tar.gz |
611 | 2023-12-11T20:19:23.616Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
612 | 2023-12-11T20:19:23.616Z | + mkdir -p out/downloads |
613 | 2023-12-11T20:19:23.616Z | + mkdir -p ./out/mgd |
614 | 2023-12-11T20:19:23.617Z | + fetch_and_verify |
615 | 2023-12-11T20:19:23.617Z | + local DO_DOWNLOAD=true |
616 | 2023-12-11T20:19:23.617Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-11T20:19:23.617Z | + '[' true == true ']' |
618 | 2023-12-11T20:19:23.617Z | + echo Downloading... |
619 | 2023-12-11T20:19:23.617Z | Downloading... |
620 | 2023-12-11T20:19:23.618Z | + 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-11T20:19:23.618Z | + 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-11T20:19:29.128Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-11T20:19:29.131Z | ++ sha256sum |
624 | 2023-12-11T20:19:29.131Z | ++ awk '{print $1}' |
625 | 2023-12-11T20:19:29.203Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
626 | 2023-12-11T20:19:29.203Z | + [[ 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-11T20:19:29.206Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-11T20:19:29.206Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-11T20:19:29.863Z | + do_assemble |
630 | 2023-12-11T20:19:29.863Z | + rm -r ./out/mgd |
631 | 2023-12-11T20:19:29.869Z | + mkdir ./out/mgd |
632 | 2023-12-11T20:19:29.874Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-11T20:19:30.096Z | + set -o errexit |
634 | 2023-12-11T20:19:30.108Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-11T20:19:30.108Z | ++ cd ./tools |
636 | 2023-12-11T20:19:30.108Z | ++ pwd |
637 | 2023-12-11T20:19:30.108Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-11T20:19:30.112Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-11T20:19:30.112Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-11T20:19:30.112Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-11T20:19:30.112Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-11T20:19:30.112Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-11T20:19:30.113Z | + TARGET_DIR=out |
644 | 2023-12-11T20:19:30.113Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-11T20:19:30.113Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-11T20:19:30.113Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-11T20:19:30.113Z | + BINARY=xcvradm |
648 | 2023-12-11T20:19:30.113Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-11T20:19:30.113Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-11T20:19:30.113Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-11T20:19:30.113Z | + main |
652 | 2023-12-11T20:19:30.113Z | + [[ 0 != 0 ]] |
653 | 2023-12-11T20:19:30.113Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-11T20:19:30.113Z | + [[ 0 != 0 ]] |
655 | 2023-12-11T20:19:30.113Z | + configure_os solaris2.11 |
656 | 2023-12-11T20:19:30.113Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-11T20:19:30.113Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-11T20:19:30.115Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2023-12-11T20:19:30.115Z | configuring based on OS: "solaris2.11" |
660 | 2023-12-11T20:19:30.115Z | + case "$1" in |
661 | 2023-12-11T20:19:30.115Z | + SET_BINARIES= |
662 | 2023-12-11T20:19:30.115Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-11T20:19:30.115Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-11T20:19:30.115Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-11T20:19:30.115Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-11T20:19:30.115Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-11T20:19:30.115Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-11T20:19:30.115Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-11T20:19:30.115Z | + echo 'Local file: out/downloads/xcvradm.gz' |
670 | 2023-12-11T20:19:30.115Z | + mkdir -p out/downloads |
671 | 2023-12-11T20:19:30.115Z | Local file: out/downloads/xcvradm.gz |
672 | 2023-12-11T20:19:30.115Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-11T20:19:30.115Z | + fetch_and_verify |
674 | 2023-12-11T20:19:30.115Z | + local DO_DOWNLOAD=true |
675 | 2023-12-11T20:19:30.116Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-11T20:19:30.116Z | + '[' true == true ']' |
677 | 2023-12-11T20:19:30.116Z | + echo Downloading... |
678 | 2023-12-11T20:19:30.116Z | Downloading... |
679 | 2023-12-11T20:19:30.116Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-11T20:19:30.116Z | + 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-11T20:19:31.866Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-11T20:19:31.869Z | ++ sha256sum |
683 | 2023-12-11T20:19:31.869Z | ++ awk '{print $1}' |
684 | 2023-12-11T20:19:31.891Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-11T20:19:31.891Z | + [[ 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-11T20:19:31.895Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-11T20:19:31.895Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-11T20:19:31.895Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-11T20:19:32.075Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-11T20:19:32.078Z | + do_assemble |
691 | 2023-12-11T20:19:32.079Z | + rm -r ./out/transceiver-control |
692 | 2023-12-11T20:19:32.082Z | + mkdir ./out/transceiver-control |
693 | 2023-12-11T20:19:32.085Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-11T20:19:32.354Z | All prerequisites installed successfully |
695 | 2023-12-11T20:19:32.357Z | |
696 | 2023-12-11T20:19:32.358Z | real 1:52.564332927 |
697 | 2023-12-11T20:19:32.358Z | user 56.071504788 |
698 | 2023-12-11T20:19:32.358Z | sys 10.493237508 |
699 | 2023-12-11T20:19:32.358Z | trap 0.023889461 |
700 | 2023-12-11T20:19:32.358Z | tflt 0.149013383 |
701 | 2023-12-11T20:19:32.358Z | dflt 0.641274152 |
702 | 2023-12-11T20:19:32.358Z | kflt 0.207323019 |
703 | 2023-12-11T20:19:32.358Z | lock 1.568296350 |
704 | 2023-12-11T20:19:32.358Z | slp 3:18.471942937 |
705 | 2023-12-11T20:19:32.358Z | lat 3.538733098 |
706 | 2023-12-11T20:19:32.358Z | stop 0.065774310 |
707 | 2023-12-11T20:19:32.367Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2023-12-11T20:19:32.367Z | fetching npuzone |
709 | 2023-12-11T20:19:32.371Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2023-12-11T20:19:32.371Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2023-12-11T20:19:32.371Z | Getting hash for npuzone |
712 | 2023-12-11T20:19:32.519Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2023-12-11T20:19:37.475Z | npuzone downloaded successfully |
714 | 2023-12-11T20:19:37.480Z | |
715 | 2023-12-11T20:19:37.483Z | real 5.136146977 |
716 | 2023-12-11T20:19:37.484Z | user 0.580268266 |
717 | 2023-12-11T20:19:37.484Z | sys 0.159173831 |
718 | 2023-12-11T20:19:37.484Z | trap 0.000612466 |
719 | 2023-12-11T20:19:37.484Z | tflt 0.000000000 |
720 | 2023-12-11T20:19:37.484Z | dflt 0.000000000 |
721 | 2023-12-11T20:19:37.484Z | kflt 0.000000000 |
722 | 2023-12-11T20:19:37.484Z | lock 0.000000000 |
723 | 2023-12-11T20:19:37.484Z | slp 14.478999031 |
724 | 2023-12-11T20:19:37.484Z | lat 0.152829113 |
725 | 2023-12-11T20:19:37.484Z | stop 0.000264008 |
726 | 2023-12-11T20:19:37.484Z | + export CARGO_INCREMENTAL=0 |
727 | 2023-12-11T20:19:37.484Z | + CARGO_INCREMENTAL=0 |
728 | 2023-12-11T20:19:37.484Z | + 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-11T20:19:37.836Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-12-11T20:19:38.213Z | Updating crates.io index |
731 | 2023-12-11T20:19:38.296Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-12-11T20:19:39.322Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-12-11T20:19:41.293Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-12-11T20:19:41.911Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-12-11T20:19:42.209Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-12-11T20:19:42.530Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-12-11T20:19:42.828Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-12-11T20:19:43.786Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-12-11T20:19:46.086Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-12-11T20:19:47.102Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-12-11T20:19:47.441Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-12-11T20:19:48.023Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-12-11T20:19:48.479Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2023-12-11T20:19:48.827Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2023-12-11T20:19:49.234Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2023-12-11T20:19:49.568Z | Updating git repository `https://github.com/njaremko/samael` |
747 | 2023-12-11T20:19:50.167Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2023-12-11T20:19:51.129Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2023-12-11T20:19:51.580Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2023-12-11T20:19:52.099Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2023-12-11T20:19:53.408Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2023-12-11T20:19:53.836Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2023-12-11T20:19:54.768Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2023-12-11T20:19:55.189Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2023-12-11T20:19:55.529Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2023-12-11T20:19:57.316Z | Downloading crates ... |
757 | 2023-12-11T20:19:57.602Z | Downloaded num v0.4.1 |
758 | 2023-12-11T20:19:57.605Z | Downloaded nodrop v0.1.14 |
759 | 2023-12-11T20:19:57.610Z | Downloaded cstr-argument v0.1.2 |
760 | 2023-12-11T20:19:57.615Z | Downloaded serde_repr v0.1.16 |
761 | 2023-12-11T20:19:57.620Z | Downloaded openssl-sys v0.9.96 |
762 | 2023-12-11T20:19:57.633Z | Downloaded aead v0.5.2 |
763 | 2023-12-11T20:19:57.640Z | Downloaded crypto-common v0.1.6 |
764 | 2023-12-11T20:19:57.644Z | Downloaded is_ci v1.1.1 |
765 | 2023-12-11T20:19:57.648Z | Downloaded cancel-safe-futures v0.1.5 |
766 | 2023-12-11T20:19:57.656Z | Downloaded cassowary v0.3.0 |
767 | 2023-12-11T20:19:57.665Z | Downloaded array-init v0.0.4 |
768 | 2023-12-11T20:19:57.669Z | Downloaded match_cfg v0.1.0 |
769 | 2023-12-11T20:19:57.675Z | Downloaded cfg-if v1.0.0 |
770 | 2023-12-11T20:19:57.678Z | Downloaded socket2 v0.4.9 |
771 | 2023-12-11T20:19:57.681Z | Downloaded ident_case v1.0.1 |
772 | 2023-12-11T20:19:57.685Z | Downloaded structopt-derive v0.4.18 |
773 | 2023-12-11T20:19:57.689Z | Downloaded atomicwrites v0.4.2 |
774 | 2023-12-11T20:19:57.696Z | Downloaded is-terminal v0.4.9 |
775 | 2023-12-11T20:19:57.698Z | Downloaded bit-set v0.5.3 |
776 | 2023-12-11T20:19:57.702Z | Downloaded itoa v1.0.9 |
777 | 2023-12-11T20:19:57.705Z | Downloaded corncobs v0.1.3 |
778 | 2023-12-11T20:19:57.710Z | Downloaded chacha20poly1305 v0.10.1 |
779 | 2023-12-11T20:19:57.714Z | Downloaded new_debug_unreachable v1.0.4 |
780 | 2023-12-11T20:19:57.717Z | Downloaded anstream v0.5.0 |
781 | 2023-12-11T20:19:57.721Z | Downloaded num_threads v0.1.6 |
782 | 2023-12-11T20:19:57.724Z | Downloaded opaque-debug v0.3.0 |
783 | 2023-12-11T20:19:57.727Z | Downloaded keccak v0.1.4 |
784 | 2023-12-11T20:19:57.730Z | Downloaded openssl-macros v0.1.1 |
785 | 2023-12-11T20:19:57.734Z | Downloaded oso-derive v0.27.0 |
786 | 2023-12-11T20:19:57.740Z | Downloaded async-stream v0.3.5 |
787 | 2023-12-11T20:19:57.742Z | Downloaded cexpr v0.6.0 |
788 | 2023-12-11T20:19:57.745Z | Downloaded memoffset v0.7.1 |
789 | 2023-12-11T20:19:57.748Z | Downloaded lazy_static v1.4.0 |
790 | 2023-12-11T20:19:57.751Z | Downloaded crossbeam-epoch v0.9.15 |
791 | 2023-12-11T20:19:57.761Z | Downloaded libefi-sys v0.1.0 |
792 | 2023-12-11T20:19:57.767Z | Downloaded cobs v0.2.3 |
793 | 2023-12-11T20:19:57.772Z | Downloaded usdt v0.3.5 |
794 | 2023-12-11T20:19:57.775Z | Downloaded multer v2.1.0 |
795 | 2023-12-11T20:19:57.782Z | Downloaded packed_struct_codegen v0.10.1 |
796 | 2023-12-11T20:19:57.786Z | Downloaded packed_struct v0.10.1 |
797 | 2023-12-11T20:19:57.792Z | Downloaded serde-hex v0.1.0 |
798 | 2023-12-11T20:19:57.796Z | Downloaded tiny-keccak v2.0.2 |
799 | 2023-12-11T20:19:57.805Z | Downloaded http-range v0.1.5 |
800 | 2023-12-11T20:19:57.808Z | Downloaded clap_lex v0.5.1 |
801 | 2023-12-11T20:19:57.814Z | Downloaded walkdir v2.4.0 |
802 | 2023-12-11T20:19:57.817Z | Downloaded bzip2 v0.4.4 |
803 | 2023-12-11T20:19:57.821Z | Downloaded hubpack_derive v0.1.1 |
804 | 2023-12-11T20:19:57.823Z | Downloaded semver v1.0.20 |
805 | 2023-12-11T20:19:57.829Z | Downloaded time-core v0.1.1 |
806 | 2023-12-11T20:19:57.832Z | Downloaded pretty-hex v0.2.1 |
807 | 2023-12-11T20:19:57.835Z | Downloaded fxhash v0.2.1 |
808 | 2023-12-11T20:19:57.838Z | Downloaded http-body v0.4.5 |
809 | 2023-12-11T20:19:57.841Z | Downloaded ref-cast-impl v1.0.20 |
810 | 2023-12-11T20:19:57.844Z | Downloaded tokio-native-tls v0.3.1 |
811 | 2023-12-11T20:19:57.847Z | Downloaded filetime v0.2.23 |
812 | 2023-12-11T20:19:57.850Z | Downloaded crc-catalog v2.2.0 |
813 | 2023-12-11T20:19:57.853Z | Downloaded zone_cfg_derive v0.3.0 |
814 | 2023-12-11T20:19:57.857Z | Downloaded foreign-types-shared v0.3.1 |
815 | 2023-12-11T20:19:57.859Z | Downloaded structopt v0.3.26 |
816 | 2023-12-11T20:19:57.878Z | Downloaded semver v0.1.20 |
817 | 2023-12-11T20:19:57.881Z | Downloaded vte_generate_state_changes v0.1.1 |
818 | 2023-12-11T20:19:57.884Z | Downloaded foreign-types v0.5.0 |
819 | 2023-12-11T20:19:57.890Z | Downloaded hostname v0.3.1 |
820 | 2023-12-11T20:19:57.893Z | Downloaded cc v1.0.83 |
821 | 2023-12-11T20:19:57.895Z | Downloaded zerocopy v0.3.0 |
822 | 2023-12-11T20:19:57.899Z | Downloaded generic-array v0.14.7 |
823 | 2023-12-11T20:19:57.902Z | Downloaded unicode-xid v0.2.4 |
824 | 2023-12-11T20:19:57.904Z | Downloaded siphasher v0.3.11 |
825 | 2023-12-11T20:19:57.908Z | Downloaded half v1.8.2 |
826 | 2023-12-11T20:19:57.911Z | Downloaded mockall_derive v0.11.4 |
827 | 2023-12-11T20:19:57.915Z | Downloaded diesel_table_macro_syntax v0.1.0 |
828 | 2023-12-11T20:19:57.989Z | Downloaded signal-hook-mio v0.2.3 |
829 | 2023-12-11T20:19:57.992Z | Downloaded scopeguard v1.2.0 |
830 | 2023-12-11T20:19:57.993Z | Downloaded supports-color v2.1.0 |
831 | 2023-12-11T20:19:57.993Z | Downloaded tinyvec v1.6.0 |
832 | 2023-12-11T20:19:57.993Z | Downloaded slog-term v2.9.0 |
833 | 2023-12-11T20:19:57.993Z | Downloaded tabled_derive v0.6.0 |
834 | 2023-12-11T20:19:57.993Z | Downloaded unicode-segmentation v1.10.1 |
835 | 2023-12-11T20:19:57.993Z | Downloaded parse-display v0.8.2 |
836 | 2023-12-11T20:19:57.993Z | Downloaded headers-core v0.2.0 |
837 | 2023-12-11T20:19:57.994Z | Downloaded pkcs8 v0.10.2 |
838 | 2023-12-11T20:19:57.994Z | Downloaded futures-task v0.3.29 |
839 | 2023-12-11T20:19:57.994Z | Downloaded phf_shared v0.11.2 |
840 | 2023-12-11T20:19:57.994Z | Downloaded zeroize_derive v1.4.2 |
841 | 2023-12-11T20:19:57.994Z | Downloaded yasna v0.5.2 |
842 | 2023-12-11T20:19:57.994Z | Downloaded static_assertions v1.1.0 |
843 | 2023-12-11T20:19:57.994Z | Downloaded darling_core v0.14.4 |
844 | 2023-12-11T20:19:57.996Z | Downloaded rustls-pemfile v1.0.3 |
845 | 2023-12-11T20:19:57.996Z | Downloaded serde-big-array v0.5.1 |
846 | 2023-12-11T20:19:57.996Z | Downloaded doc-comment v0.3.3 |
847 | 2023-12-11T20:19:57.996Z | Downloaded sec1 v0.7.3 |
848 | 2023-12-11T20:19:57.996Z | Downloaded fragile v2.0.0 |
849 | 2023-12-11T20:19:58.006Z | Downloaded radium v0.7.0 |
850 | 2023-12-11T20:19:58.006Z | Downloaded wait-timeout v0.2.0 |
851 | 2023-12-11T20:19:58.015Z | Downloaded deranged v0.3.8 |
852 | 2023-12-11T20:19:58.015Z | Downloaded vsss-rs v3.3.1 |
853 | 2023-12-11T20:19:58.015Z | Downloaded diff v0.1.13 |
854 | 2023-12-11T20:19:58.026Z | Downloaded scheduled-thread-pool v0.2.7 |
855 | 2023-12-11T20:19:58.026Z | Downloaded paste v1.0.14 |
856 | 2023-12-11T20:19:58.036Z | Downloaded toml_datetime v0.6.5 |
857 | 2023-12-11T20:19:58.037Z | Downloaded tokio-macros v2.2.0 |
858 | 2023-12-11T20:19:58.037Z | Downloaded der_derive v0.7.2 |
859 | 2023-12-11T20:19:58.041Z | Downloaded slog v2.7.0 |
860 | 2023-12-11T20:19:58.042Z | Downloaded stable_deref_trait v1.2.0 |
861 | 2023-12-11T20:19:58.042Z | Downloaded sha1 v0.10.6 |
862 | 2023-12-11T20:19:58.047Z | Downloaded dof v0.1.5 |
863 | 2023-12-11T20:19:58.047Z | Downloaded waitgroup v0.1.2 |
864 | 2023-12-11T20:19:58.052Z | Downloaded strip-ansi-escapes v0.2.0 |
865 | 2023-12-11T20:19:58.052Z | Downloaded num_enum v0.5.11 |
866 | 2023-12-11T20:19:58.074Z | Downloaded heck v0.4.1 |
867 | 2023-12-11T20:19:58.078Z | Downloaded thread-id v4.2.0 |
868 | 2023-12-11T20:19:58.078Z | Downloaded xattr v1.0.1 |
869 | 2023-12-11T20:19:58.078Z | Downloaded wyz v0.5.1 |
870 | 2023-12-11T20:19:58.078Z | Downloaded foreign-types-shared v0.1.1 |
871 | 2023-12-11T20:19:58.079Z | Downloaded futures-executor v0.3.29 |
872 | 2023-12-11T20:19:58.079Z | Downloaded signature v1.6.4 |
873 | 2023-12-11T20:19:58.084Z | Downloaded futures-sink v0.3.29 |
874 | 2023-12-11T20:19:58.084Z | Downloaded glob v0.3.1 |
875 | 2023-12-11T20:19:58.087Z | Downloaded proc-macro-error-attr v1.0.4 |
876 | 2023-12-11T20:19:58.092Z | Downloaded slog-bunyan v2.4.0 |
877 | 2023-12-11T20:19:58.093Z | Downloaded typenum v1.16.0 |
878 | 2023-12-11T20:19:58.097Z | Downloaded tower-service v0.3.2 |
879 | 2023-12-11T20:19:58.104Z | Downloaded mio v0.8.9 |
880 | 2023-12-11T20:19:58.111Z | Downloaded tungstenite v0.20.1 |
881 | 2023-12-11T20:19:58.117Z | Downloaded dtrace-parser v0.1.14 |
882 | 2023-12-11T20:19:58.123Z | Downloaded serde_yaml v0.9.25 |
883 | 2023-12-11T20:19:58.139Z | Downloaded number_prefix v0.4.0 |
884 | 2023-12-11T20:19:58.139Z | Downloaded try-lock v0.2.4 |
885 | 2023-12-11T20:19:58.139Z | Downloaded num-derive v0.4.0 |
886 | 2023-12-11T20:19:58.142Z | Downloaded serde_plain v1.0.2 |
887 | 2023-12-11T20:19:58.142Z | Downloaded futures-io v0.3.29 |
888 | 2023-12-11T20:19:58.142Z | Downloaded env_logger v0.10.0 |
889 | 2023-12-11T20:19:58.143Z | Downloaded foreign-types-macros v0.2.3 |
890 | 2023-12-11T20:19:58.144Z | Downloaded tui-tree-widget v0.13.0 |
891 | 2023-12-11T20:19:58.147Z | Downloaded string_cache v0.8.7 |
892 | 2023-12-11T20:19:58.150Z | Downloaded termcolor v1.2.0 |
893 | 2023-12-11T20:19:58.150Z | Downloaded hashbrown v0.12.3 |
894 | 2023-12-11T20:19:58.158Z | Downloaded peeking_take_while v0.1.2 |
895 | 2023-12-11T20:19:58.161Z | Downloaded pretty-hex v0.4.0 |
896 | 2023-12-11T20:19:58.164Z | Downloaded schemars v0.8.13 |
897 | 2023-12-11T20:19:58.182Z | Downloaded endian-type v0.1.2 |
898 | 2023-12-11T20:19:58.185Z | Downloaded foreign-types v0.3.2 |
899 | 2023-12-11T20:19:58.185Z | Downloaded fastrand v2.0.0 |
900 | 2023-12-11T20:19:58.187Z | Downloaded strsim v0.8.0 |
901 | 2023-12-11T20:19:58.190Z | Downloaded usdt-attr-macro v0.3.5 |
902 | 2023-12-11T20:19:58.194Z | Downloaded url v2.5.0 |
903 | 2023-12-11T20:19:58.197Z | Downloaded toolchain_find v0.2.0 |
904 | 2023-12-11T20:19:58.200Z | Downloaded equivalent v1.0.1 |
905 | 2023-12-11T20:19:58.203Z | Downloaded difflib v0.4.0 |
906 | 2023-12-11T20:19:58.203Z | Downloaded precomputed-hash v0.1.1 |
907 | 2023-12-11T20:19:58.209Z | Downloaded phf v0.11.2 |
908 | 2023-12-11T20:19:58.212Z | Downloaded pkg-config v0.3.27 |
909 | 2023-12-11T20:19:58.212Z | Downloaded parking_lot v0.11.2 |
910 | 2023-12-11T20:19:58.215Z | Downloaded zerocopy v0.7.26 |
911 | 2023-12-11T20:19:58.241Z | Downloaded fallible-iterator v0.2.0 |
912 | 2023-12-11T20:19:58.244Z | Downloaded errno v0.3.2 |
913 | 2023-12-11T20:19:58.247Z | Downloaded slog-json v2.6.1 |
914 | 2023-12-11T20:19:58.250Z | Downloaded termtree v0.4.1 |
915 | 2023-12-11T20:19:58.253Z | Downloaded slab v0.4.9 |
916 | 2023-12-11T20:19:58.253Z | Downloaded home v0.5.5 |
917 | 2023-12-11T20:19:58.353Z | Downloaded rpassword v7.3.1 |
918 | 2023-12-11T20:19:58.358Z | Downloaded display-error-chain v0.2.0 |
919 | 2023-12-11T20:19:58.358Z | Downloaded dirs-next v2.0.0 |
920 | 2023-12-11T20:19:58.358Z | Downloaded rustc_version v0.1.7 |
921 | 2023-12-11T20:19:58.359Z | Downloaded derive-where v1.2.6 |
922 | 2023-12-11T20:19:58.359Z | Downloaded flagset v0.4.3 |
923 | 2023-12-11T20:19:58.359Z | Downloaded slog-async v2.8.0 |
924 | 2023-12-11T20:19:58.359Z | Downloaded predicates v3.0.4 |
925 | 2023-12-11T20:19:58.359Z | Downloaded parking_lot_core v0.9.8 |
926 | 2023-12-11T20:19:58.359Z | Downloaded zeroize v1.7.0 |
927 | 2023-12-11T20:19:58.359Z | Downloaded pest_meta v2.7.2 |
928 | 2023-12-11T20:19:58.359Z | Downloaded similar v2.2.1 |
929 | 2023-12-11T20:19:58.359Z | Downloaded smallvec v0.6.14 |
930 | 2023-12-11T20:19:58.359Z | Downloaded rsa v0.9.2 |
931 | 2023-12-11T20:19:58.359Z | Downloaded semver-parser v0.10.2 |
932 | 2023-12-11T20:19:58.359Z | Downloaded hmac v0.12.1 |
933 | 2023-12-11T20:19:58.359Z | Downloaded globset v0.4.13 |
934 | 2023-12-11T20:19:58.359Z | Downloaded nu-ansi-term v0.49.0 |
935 | 2023-12-11T20:19:58.359Z | Downloaded pin-project v1.1.3 |
936 | 2023-12-11T20:19:58.360Z | Downloaded sct v0.7.0 |
937 | 2023-12-11T20:19:58.360Z | Downloaded postgres-protocol v0.6.6 |
938 | 2023-12-11T20:19:58.361Z | Downloaded heapless v0.7.16 |
939 | 2023-12-11T20:19:58.364Z | Downloaded headers v0.3.9 |
940 | 2023-12-11T20:19:58.439Z | Downloaded nom v7.1.3 |
941 | 2023-12-11T20:19:58.442Z | Downloaded tar v0.4.40 |
942 | 2023-12-11T20:19:58.442Z | Downloaded serde_derive v1.0.192 |
943 | 2023-12-11T20:19:58.448Z | Downloaded smoltcp v0.9.1 |
944 | 2023-12-11T20:19:58.448Z | Downloaded salty v0.2.0 |
945 | 2023-12-11T20:19:58.448Z | Downloaded bindgen v0.65.1 |
946 | 2023-12-11T20:19:58.448Z | Downloaded fatfs v0.3.6 |
947 | 2023-12-11T20:19:58.448Z | Downloaded zerocopy v0.6.4 |
948 | 2023-12-11T20:19:58.448Z | Downloaded rayon-core v1.12.0 |
949 | 2023-12-11T20:19:58.451Z | Downloaded rayon v1.8.0 |
950 | 2023-12-11T20:19:58.523Z | Downloaded toml_edit v0.19.15 |
951 | 2023-12-11T20:19:58.527Z | Downloaded elliptic-curve v0.13.8 |
952 | 2023-12-11T20:19:58.527Z | Downloaded idna v0.5.0 |
953 | 2023-12-11T20:19:58.527Z | Downloaded typed-path v0.7.0 |
954 | 2023-12-11T20:19:58.527Z | Downloaded clap v2.34.0 |
955 | 2023-12-11T20:19:58.539Z | Downloaded time v0.3.27 |
956 | 2023-12-11T20:19:58.962Z | Downloaded quick-xml v0.23.1 |
957 | 2023-12-11T20:19:58.965Z | Downloaded tough v0.16.0 |
958 | 2023-12-11T20:19:58.965Z | Downloaded hashbrown v0.13.2 |
959 | 2023-12-11T20:19:58.965Z | Downloaded lalrpop v0.19.12 |
960 | 2023-12-11T20:19:58.965Z | Downloaded syn v2.0.32 |
961 | 2023-12-11T20:19:58.965Z | Downloaded portable-atomic v1.4.3 |
962 | 2023-12-11T20:19:58.966Z | Downloaded hashbrown v0.14.2 |
963 | 2023-12-11T20:19:58.966Z | Downloaded regex-syntax v0.7.5 |
964 | 2023-12-11T20:19:58.966Z | Downloaded diesel v2.1.4 |
965 | 2023-12-11T20:19:58.966Z | Downloaded ratatui v0.23.0 |
966 | 2023-12-11T20:19:58.967Z | Downloaded regex v1.10.2 |
967 | 2023-12-11T20:19:58.967Z | Downloaded radix_trie v0.2.1 |
968 | 2023-12-11T20:19:58.967Z | Downloaded regex-syntax v0.6.29 |
969 | 2023-12-11T20:19:58.967Z | Downloaded regress v0.7.1 |
970 | 2023-12-11T20:19:58.967Z | Downloaded openssl v0.10.60 |
971 | 2023-12-11T20:19:58.967Z | Downloaded regex-syntax v0.8.2 |
972 | 2023-12-11T20:19:58.967Z | Downloaded smoltcp v0.10.0 |
973 | 2023-12-11T20:19:58.967Z | Downloaded rustix v0.38.25 |
974 | 2023-12-11T20:19:58.967Z | Downloaded rustix v0.37.23 |
975 | 2023-12-11T20:19:58.967Z | Downloaded zerocopy-derive v0.2.0 |
976 | 2023-12-11T20:19:58.967Z | Downloaded tokio v1.35.0 |
977 | 2023-12-11T20:19:59.003Z | Downloaded zerocopy-derive v0.6.4 |
978 | 2023-12-11T20:19:59.017Z | Downloaded sha3 v0.10.8 |
979 | 2023-12-11T20:19:59.037Z | Downloaded libc v0.2.150 |
980 | 2023-12-11T20:19:59.075Z | Downloaded regex-automata v0.4.3 |
981 | 2023-12-11T20:19:59.105Z | Downloaded encoding_rs v0.8.33 |
982 | 2023-12-11T20:19:59.147Z | Downloaded sled v0.34.7 |
983 | 2023-12-11T20:19:59.164Z | Downloaded regex-automata v0.3.8 |
984 | 2023-12-11T20:19:59.199Z | Downloaded openapiv3 v2.0.0-rc.1 |
985 | 2023-12-11T20:19:59.214Z | Downloaded zerocopy-derive v0.7.26 |
986 | 2023-12-11T20:19:59.234Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
987 | 2023-12-11T20:19:59.256Z | Downloaded vcpkg v0.2.15 |
988 | 2023-12-11T20:19:59.327Z | Downloaded object v0.32.1 |
989 | 2023-12-11T20:19:59.345Z | Downloaded polar-core v0.27.0 |
990 | 2023-12-11T20:19:59.360Z | Downloaded rustls-webpki v0.101.7 |
991 | 2023-12-11T20:19:59.385Z | Downloaded curve25519-dalek v4.1.0 |
992 | 2023-12-11T20:19:59.400Z | Downloaded webpki-roots v0.25.2 |
993 | 2023-12-11T20:19:59.407Z | Downloaded hkdf v0.12.3 |
994 | 2023-12-11T20:19:59.414Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2023-12-11T20:19:59.432Z | Downloaded bstr v1.6.0 |
996 | 2023-12-11T20:19:59.468Z | Downloaded proptest v1.4.0 |
997 | 2023-12-11T20:19:59.471Z | Downloaded rustls v0.21.9 |
998 | 2023-12-11T20:19:59.487Z | Downloaded reqwest v0.11.22 |
999 | 2023-12-11T20:19:59.499Z | Downloaded tabled v0.14.0 |
1000 | 2023-12-11T20:19:59.525Z | Downloaded gimli v0.28.0 |
1001 | 2023-12-11T20:19:59.540Z | Downloaded bstr v0.2.17 |
1002 | 2023-12-11T20:19:59.556Z | Downloaded object v0.30.4 |
1003 | 2023-12-11T20:19:59.574Z | Downloaded petgraph v0.6.4 |
1004 | 2023-12-11T20:19:59.597Z | Downloaded idna v0.2.3 |
1005 | 2023-12-11T20:19:59.610Z | Downloaded parking_lot v0.12.1 |
1006 | 2023-12-11T20:19:59.621Z | Downloaded pest v2.7.2 |
1007 | 2023-12-11T20:19:59.625Z | Downloaded ring v0.17.7 |
1008 | 2023-12-11T20:19:59.748Z | Downloaded bitvec v1.0.1 |
1009 | 2023-12-11T20:19:59.776Z | Downloaded syn v1.0.109 |
1010 | 2023-12-11T20:19:59.795Z | Downloaded signal-hook-registry v1.4.1 |
1011 | 2023-12-11T20:19:59.798Z | Downloaded steno v0.4.0 |
1012 | 2023-12-11T20:19:59.803Z | Downloaded reedline v0.26.0 |
1013 | 2023-12-11T20:19:59.815Z | Downloaded ring v0.16.20 |
1014 | 2023-12-11T20:19:59.977Z | Downloaded serde_with v3.4.0 |
1015 | 2023-12-11T20:19:59.987Z | Downloaded tokio-util v0.7.10 |
1016 | 2023-12-11T20:19:59.998Z | Downloaded winnow v0.5.15 |
1017 | 2023-12-11T20:20:00.012Z | Downloaded regex-automata v0.1.10 |
1018 | 2023-12-11T20:20:00.024Z | Downloaded toml_edit v0.21.0 |
1019 | 2023-12-11T20:20:00.059Z | Downloaded futures-util v0.3.29 |
1020 | 2023-12-11T20:20:00.080Z | Downloaded chrono v0.4.31 |
1021 | 2023-12-11T20:20:00.094Z | Downloaded hyper v0.14.27 |
1022 | 2023-12-11T20:20:00.108Z | Downloaded rustc-demangle v0.1.23 |
1023 | 2023-12-11T20:20:00.111Z | Downloaded rustls-native-certs v0.6.3 |
1024 | 2023-12-11T20:20:00.114Z | Downloaded tracing-attributes v0.1.26 |
1025 | 2023-12-11T20:20:00.118Z | Downloaded serde_derive_internals v0.26.0 |
1026 | 2023-12-11T20:20:00.121Z | Downloaded rcgen v0.11.3 |
1027 | 2023-12-11T20:20:00.125Z | Downloaded toml v0.5.11 |
1028 | 2023-12-11T20:20:00.130Z | Downloaded h2 v0.3.21 |
1029 | 2023-12-11T20:20:00.144Z | Downloaded papergrid v0.10.0 |
1030 | 2023-12-11T20:20:00.149Z | Downloaded cookie v0.18.0 |
1031 | 2023-12-11T20:20:00.153Z | Downloaded ron v0.8.1 |
1032 | 2023-12-11T20:20:00.163Z | Downloaded serde v1.0.192 |
1033 | 2023-12-11T20:20:00.168Z | Downloaded signature v2.1.0 |
1034 | 2023-12-11T20:20:00.171Z | Downloaded proc-macro-error v1.0.4 |
1035 | 2023-12-11T20:20:00.176Z | Downloaded zip v0.6.6 |
1036 | 2023-12-11T20:20:00.183Z | Downloaded derive_builder v0.12.0 |
1037 | 2023-12-11T20:20:00.191Z | Downloaded serde_tokenstream v0.2.0 |
1038 | 2023-12-11T20:20:00.196Z | Downloaded hyper-rustls v0.24.2 |
1039 | 2023-12-11T20:20:00.200Z | Downloaded pem-rfc7468 v0.7.0 |
1040 | 2023-12-11T20:20:00.203Z | Downloaded pest_derive v2.7.2 |
1041 | 2023-12-11T20:20:00.206Z | Downloaded poly1305 v0.8.0 |
1042 | 2023-12-11T20:20:00.211Z | Downloaded ff v0.13.0 |
1043 | 2023-12-11T20:20:00.215Z | Downloaded serde_tokenstream v0.1.7 |
1044 | 2023-12-11T20:20:00.218Z | Downloaded serde_urlencoded v0.7.1 |
1045 | 2023-12-11T20:20:00.221Z | Downloaded clap_builder v4.4.2 |
1046 | 2023-12-11T20:20:00.236Z | Downloaded postcard v1.0.8 |
1047 | 2023-12-11T20:20:00.239Z | Downloaded digest v0.10.7 |
1048 | 2023-12-11T20:20:00.242Z | Downloaded rand_chacha v0.3.1 |
1049 | 2023-12-11T20:20:00.245Z | Downloaded rand_core v0.6.4 |
1050 | 2023-12-11T20:20:00.248Z | Downloaded console v0.15.7 |
1051 | 2023-12-11T20:20:00.251Z | Downloaded proc-macro-crate v1.3.1 |
1052 | 2023-12-11T20:20:00.254Z | Downloaded parse-display-derive v0.8.2 |
1053 | 2023-12-11T20:20:00.254Z | Downloaded num-bigint-dig v0.8.4 |
1054 | 2023-12-11T20:20:00.262Z | Downloaded rustc-hash v1.1.0 |
1055 | 2023-12-11T20:20:00.265Z | Downloaded httpdate v1.0.3 |
1056 | 2023-12-11T20:20:00.270Z | Downloaded pem v3.0.2 |
1057 | 2023-12-11T20:20:00.270Z | Downloaded defmt v0.3.5 |
1058 | 2023-12-11T20:20:00.274Z | Downloaded pkcs1 v0.7.5 |
1059 | 2023-12-11T20:20:00.277Z | Downloaded rand v0.8.5 |
1060 | 2023-12-11T20:20:00.283Z | Downloaded trust-dns-client v0.22.0 |
1061 | 2023-12-11T20:20:00.292Z | Downloaded http v0.2.11 |
1062 | 2023-12-11T20:20:00.299Z | Downloaded subtle v2.5.0 |
1063 | 2023-12-11T20:20:00.304Z | Downloaded usdt-macro v0.3.5 |
1064 | 2023-12-11T20:20:00.304Z | Downloaded maybe-uninit v2.0.0 |
1065 | 2023-12-11T20:20:00.312Z | Downloaded lalrpop-util v0.19.12 |
1066 | 2023-12-11T20:20:00.312Z | Downloaded pin-utils v0.1.0 |
1067 | 2023-12-11T20:20:00.312Z | Downloaded convert_case v0.4.0 |
1068 | 2023-12-11T20:20:00.317Z | Downloaded strum_macros v0.24.3 |
1069 | 2023-12-11T20:20:00.317Z | Downloaded vte v0.11.1 |
1070 | 2023-12-11T20:20:00.317Z | Downloaded defmt-parser v0.3.3 |
1071 | 2023-12-11T20:20:00.320Z | Downloaded spki v0.7.2 |
1072 | 2023-12-11T20:20:00.320Z | Downloaded shell-words v1.1.0 |
1073 | 2023-12-11T20:20:00.324Z | Downloaded ppv-lite86 v0.2.17 |
1074 | 2023-12-11T20:20:00.325Z | Downloaded unsafe-libyaml v0.2.9 |
1075 | 2023-12-11T20:20:00.329Z | Downloaded libxml v0.3.3 |
1076 | 2023-12-11T20:20:00.340Z | Downloaded schemars_derive v0.8.13 |
1077 | 2023-12-11T20:20:00.343Z | Downloaded trust-dns-resolver v0.22.0 |
1078 | 2023-12-11T20:20:00.350Z | Downloaded itertools v0.12.0 |
1079 | 2023-12-11T20:20:00.361Z | Downloaded funty v2.0.0 |
1080 | 2023-12-11T20:20:00.364Z | Downloaded ascii-canvas v3.0.0 |
1081 | 2023-12-11T20:20:00.364Z | Downloaded smf v0.2.2 |
1082 | 2023-12-11T20:20:00.367Z | Downloaded iana-time-zone v0.1.57 |
1083 | 2023-12-11T20:20:00.374Z | Downloaded unicode-normalization v0.1.22 |
1084 | 2023-12-11T20:20:00.377Z | Downloaded mime v0.3.17 |
1085 | 2023-12-11T20:20:00.380Z | Downloaded derive_more v0.99.17 |
1086 | 2023-12-11T20:20:00.387Z | Downloaded downcast v0.11.0 |
1087 | 2023-12-11T20:20:00.390Z | Downloaded whoami v1.4.1 |
1088 | 2023-12-11T20:20:00.393Z | Downloaded itertools v0.11.0 |
1089 | 2023-12-11T20:20:00.403Z | Downloaded itertools v0.10.5 |
1090 | 2023-12-11T20:20:00.414Z | Downloaded num-bigint v0.4.4 |
1091 | 2023-12-11T20:20:00.425Z | Downloaded x509-cert v0.2.4 |
1092 | 2023-12-11T20:20:00.433Z | Downloaded minimal-lexical v0.2.1 |
1093 | 2023-12-11T20:20:00.441Z | Downloaded linked-hash-map v0.5.6 |
1094 | 2023-12-11T20:20:00.444Z | Downloaded r2d2 v0.8.10 |
1095 | 2023-12-11T20:20:00.447Z | Downloaded quick-error v1.2.3 |
1096 | 2023-12-11T20:20:00.450Z | Downloaded postgres-types v0.2.6 |
1097 | 2023-12-11T20:20:00.453Z | Downloaded fd-lock v3.0.13 |
1098 | 2023-12-11T20:20:00.455Z | Downloaded prettyplease v0.2.12 |
1099 | 2023-12-11T20:20:00.460Z | Downloaded diesel_derives v2.1.2 |
1100 | 2023-12-11T20:20:00.465Z | Downloaded fs-err v2.11.0 |
1101 | 2023-12-11T20:20:00.502Z | Downloaded derive_builder_core v0.12.0 |
1102 | 2023-12-11T20:20:00.505Z | Downloaded tokio-tungstenite v0.20.1 |
1103 | 2023-12-11T20:20:00.505Z | Downloaded tracing-core v0.1.31 |
1104 | 2023-12-11T20:20:00.506Z | Downloaded getopts v0.2.21 |
1105 | 2023-12-11T20:20:00.506Z | Downloaded futures-macro v0.3.29 |
1106 | 2023-12-11T20:20:00.506Z | Downloaded password-hash v0.5.0 |
1107 | 2023-12-11T20:20:00.506Z | Downloaded parking_lot_core v0.8.6 |
1108 | 2023-12-11T20:20:00.506Z | Downloaded ed25519 v1.5.3 |
1109 | 2023-12-11T20:20:00.506Z | Downloaded vec_map v0.8.2 |
1110 | 2023-12-11T20:20:00.506Z | Downloaded utf8parse v0.2.1 |
1111 | 2023-12-11T20:20:00.506Z | Downloaded darling_macro v0.20.3 |
1112 | 2023-12-11T20:20:00.506Z | Downloaded darling_macro v0.14.4 |
1113 | 2023-12-11T20:20:00.506Z | Downloaded derive_builder_macro v0.12.0 |
1114 | 2023-12-11T20:20:00.506Z | Downloaded phf_shared v0.10.0 |
1115 | 2023-12-11T20:20:00.506Z | Downloaded rtoolbox v0.0.1 |
1116 | 2023-12-11T20:20:00.506Z | Downloaded futures-core v0.3.29 |
1117 | 2023-12-11T20:20:00.506Z | Downloaded form_urlencoded v1.2.1 |
1118 | 2023-12-11T20:20:00.511Z | Downloaded thread_local v1.1.7 |
1119 | 2023-12-11T20:20:00.512Z | Downloaded uuid v1.6.1 |
1120 | 2023-12-11T20:20:00.515Z | Downloaded ref-cast v1.0.20 |
1121 | 2023-12-11T20:20:00.519Z | Downloaded rand_xorshift v0.3.0 |
1122 | 2023-12-11T20:20:00.522Z | Downloaded predicates-tree v1.0.9 |
1123 | 2023-12-11T20:20:00.526Z | Downloaded predicates-core v1.0.6 |
1124 | 2023-12-11T20:20:00.526Z | Downloaded omicron-zone-package v0.9.1 |
1125 | 2023-12-11T20:20:00.529Z | Downloaded crossbeam-channel v0.5.8 |
1126 | 2023-12-11T20:20:00.567Z | Downloaded tracing v0.1.37 |
1127 | 2023-12-11T20:20:00.571Z | Downloaded tokio-postgres v0.7.10 |
1128 | 2023-12-11T20:20:00.571Z | Downloaded ena v0.14.2 |
1129 | 2023-12-11T20:20:00.571Z | Downloaded slog-dtrace v0.2.3 |
1130 | 2023-12-11T20:20:00.571Z | Downloaded zone v0.3.0 |
1131 | 2023-12-11T20:20:00.571Z | Downloaded debug-ignore v1.0.5 |
1132 | 2023-12-11T20:20:00.571Z | Downloaded futures-channel v0.3.29 |
1133 | 2023-12-11T20:20:00.571Z | Downloaded proc-macro2 v1.0.69 |
1134 | 2023-12-11T20:20:00.571Z | Downloaded enum-as-inner v0.5.1 |
1135 | 2023-12-11T20:20:00.571Z | Downloaded dyn-clone v1.0.13 |
1136 | 2023-12-11T20:20:00.577Z | Downloaded dirs-sys-next v0.1.2 |
1137 | 2023-12-11T20:20:00.577Z | Downloaded synstructure v0.12.6 |
1138 | 2023-12-11T20:20:00.581Z | Downloaded unicode-bidi v0.3.13 |
1139 | 2023-12-11T20:20:00.582Z | Downloaded futures v0.3.29 |
1140 | 2023-12-11T20:20:00.589Z | Downloaded backtrace v0.3.69 |
1141 | 2023-12-11T20:20:00.596Z | Downloaded snafu v0.7.5 |
1142 | 2023-12-11T20:20:00.606Z | Downloaded flate2 v1.0.28 |
1143 | 2023-12-11T20:20:00.614Z | Downloaded strsim v0.10.0 |
1144 | 2023-12-11T20:20:00.619Z | Downloaded terminal_size v0.2.6 |
1145 | 2023-12-11T20:20:00.626Z | Downloaded structmeta v0.2.0 |
1146 | 2023-12-11T20:20:00.627Z | Downloaded smawk v0.3.1 |
1147 | 2023-12-11T20:20:00.627Z | Downloaded slog-stdlog v4.1.1 |
1148 | 2023-12-11T20:20:00.627Z | Downloaded rusty-fork v0.3.0 |
1149 | 2023-12-11T20:20:00.633Z | Downloaded serde_path_to_error v0.1.14 |
1150 | 2023-12-11T20:20:00.633Z | Downloaded percent-encoding v2.3.1 |
1151 | 2023-12-11T20:20:00.633Z | Downloaded flume v0.11.0 |
1152 | 2023-12-11T20:20:00.638Z | Downloaded serde-big-array v0.4.1 |
1153 | 2023-12-11T20:20:00.642Z | Downloaded der v0.7.8 |
1154 | 2023-12-11T20:20:00.651Z | Downloaded subprocess v0.2.9 |
1155 | 2023-12-11T20:20:00.654Z | Downloaded ryu v1.0.15 |
1156 | 2023-12-11T20:20:00.658Z | Downloaded untrusted v0.9.0 |
1157 | 2023-12-11T20:20:00.663Z | Downloaded tokio-rustls v0.24.1 |
1158 | 2023-12-11T20:20:00.673Z | Downloaded predicates v2.1.5 |
1159 | 2023-12-11T20:20:00.674Z | Downloaded trust-dns-server v0.22.1 |
1160 | 2023-12-11T20:20:00.676Z | Downloaded crossterm v0.27.0 |
1161 | 2023-12-11T20:20:00.687Z | Downloaded crypto-bigint v0.5.2 |
1162 | 2023-12-11T20:20:00.697Z | Downloaded httparse v1.8.0 |
1163 | 2023-12-11T20:20:00.701Z | Downloaded rustversion v1.0.14 |
1164 | 2023-12-11T20:20:00.705Z | Downloaded rustfmt-wrapper v0.2.0 |
1165 | 2023-12-11T20:20:00.708Z | Downloaded version_check v0.9.4 |
1166 | 2023-12-11T20:20:00.711Z | Downloaded untrusted v0.7.1 |
1167 | 2023-12-11T20:20:00.711Z | Downloaded unicode-ident v1.0.12 |
1168 | 2023-12-11T20:20:00.715Z | Downloaded tokio-stream v0.1.14 |
1169 | 2023-12-11T20:20:00.723Z | Downloaded signal-hook v0.3.17 |
1170 | 2023-12-11T20:20:00.731Z | Downloaded pest_generator v2.7.2 |
1171 | 2023-12-11T20:20:00.734Z | Downloaded same-file v1.0.6 |
1172 | 2023-12-11T20:20:00.734Z | Downloaded rustc_version v0.4.0 |
1173 | 2023-12-11T20:20:00.734Z | Downloaded universal-hash v0.5.1 |
1174 | 2023-12-11T20:20:00.737Z | Downloaded highway v1.1.0 |
1175 | 2023-12-11T20:20:00.740Z | Downloaded getrandom v0.2.10 |
1176 | 2023-12-11T20:20:00.745Z | Downloaded unicase v2.7.0 |
1177 | 2023-12-11T20:20:00.748Z | Downloaded resolv-conf v0.7.0 |
1178 | 2023-12-11T20:20:00.749Z | Downloaded data-encoding v2.4.0 |
1179 | 2023-12-11T20:20:00.752Z | Downloaded strum_macros v0.25.2 |
1180 | 2023-12-11T20:20:00.755Z | Downloaded bytes v1.5.0 |
1181 | 2023-12-11T20:20:00.760Z | Downloaded libm v0.2.7 |
1182 | 2023-12-11T20:20:00.776Z | Downloaded async-trait v0.1.74 |
1183 | 2023-12-11T20:20:00.781Z | Downloaded lock_api v0.4.10 |
1184 | 2023-12-11T20:20:00.784Z | Downloaded once_cell v1.19.0 |
1185 | 2023-12-11T20:20:00.788Z | Downloaded socket2 v0.5.5 |
1186 | 2023-12-11T20:20:00.791Z | Downloaded miniz_oxide v0.7.1 |
1187 | 2023-12-11T20:20:00.795Z | Downloaded crossbeam-utils v0.8.16 |
1188 | 2023-12-11T20:20:00.799Z | Downloaded log v0.4.20 |
1189 | 2023-12-11T20:20:00.803Z | Downloaded quote v1.0.33 |
1190 | 2023-12-11T20:20:00.807Z | Downloaded spin v0.9.8 |
1191 | 2023-12-11T20:20:00.814Z | Downloaded platforms v3.0.2 |
1192 | 2023-12-11T20:20:00.817Z | Downloaded tap v1.0.1 |
1193 | 2023-12-11T20:20:00.817Z | Downloaded heck v0.3.3 |
1194 | 2023-12-11T20:20:00.820Z | Downloaded pin-project-lite v0.2.13 |
1195 | 2023-12-11T20:20:00.826Z | Downloaded pin-project-internal v1.1.3 |
1196 | 2023-12-11T20:20:00.829Z | Downloaded group v0.13.0 |
1197 | 2023-12-11T20:20:00.832Z | Downloaded float-cmp v0.9.0 |
1198 | 2023-12-11T20:20:00.835Z | Downloaded path-slash v0.1.5 |
1199 | 2023-12-11T20:20:00.835Z | Downloaded humantime v2.1.0 |
1200 | 2023-12-11T20:20:00.838Z | Downloaded hubpack v0.1.2 |
1201 | 2023-12-11T20:20:00.843Z | Downloaded hex v0.4.3 |
1202 | 2023-12-11T20:20:00.843Z | Downloaded time-macros v0.2.13 |
1203 | 2023-12-11T20:20:00.846Z | Downloaded thiserror-impl-no-std v2.0.2 |
1204 | 2023-12-11T20:20:00.849Z | Downloaded blake2 v0.10.6 |
1205 | 2023-12-11T20:20:00.852Z | Downloaded darling_core v0.20.3 |
1206 | 2023-12-11T20:20:00.859Z | Downloaded base64 v0.21.5 |
1207 | 2023-12-11T20:20:00.865Z | Downloaded bitfield v0.14.0 |
1208 | 2023-12-11T20:20:00.868Z | Downloaded take_mut v0.2.2 |
1209 | 2023-12-11T20:20:00.874Z | Downloaded thiserror-no-std v2.0.2 |
1210 | 2023-12-11T20:20:00.879Z | Downloaded thiserror-impl v1.0.49 |
1211 | 2023-12-11T20:20:00.879Z | Downloaded termios v0.3.3 |
1212 | 2023-12-11T20:20:00.882Z | Downloaded indicatif v0.17.7 |
1213 | 2023-12-11T20:20:00.886Z | Downloaded indexmap v2.1.0 |
1214 | 2023-12-11T20:20:00.893Z | Downloaded arc-swap v1.6.0 |
1215 | 2023-12-11T20:20:00.898Z | Downloaded ucd-trie v0.1.6 |
1216 | 2023-12-11T20:20:00.902Z | Downloaded textwrap v0.16.0 |
1217 | 2023-12-11T20:20:00.905Z | Downloaded strum v0.25.0 |
1218 | 2023-12-11T20:20:00.908Z | Downloaded owo-colors v3.5.0 |
1219 | 2023-12-11T20:20:00.911Z | Downloaded num-complex v0.4.4 |
1220 | 2023-12-11T20:20:00.914Z | Downloaded textwrap v0.11.0 |
1221 | 2023-12-11T20:20:00.918Z | Downloaded mime_guess v2.0.4 |
1222 | 2023-12-11T20:20:00.921Z | Downloaded crc-any v2.4.3 |
1223 | 2023-12-11T20:20:00.924Z | Downloaded unicode-linebreak v0.1.5 |
1224 | 2023-12-11T20:20:00.924Z | Downloaded serde_json v1.0.108 |
1225 | 2023-12-11T20:20:00.936Z | Downloaded num_cpus v1.16.0 |
1226 | 2023-12-11T20:20:00.943Z | Downloaded mockall v0.11.4 |
1227 | 2023-12-11T20:20:00.946Z | Downloaded darling v0.14.4 |
1228 | 2023-12-11T20:20:00.949Z | Downloaded native-tls v0.2.11 |
1229 | 2023-12-11T20:20:00.952Z | Downloaded memoffset v0.9.0 |
1230 | 2023-12-11T20:20:00.952Z | Downloaded spin v0.5.2 |
1231 | 2023-12-11T20:20:00.956Z | Downloaded secrecy v0.8.0 |
1232 | 2023-12-11T20:20:00.958Z | Downloaded indexmap v1.9.3 |
1233 | 2023-12-11T20:20:00.961Z | Downloaded anyhow v1.0.75 |
1234 | 2023-12-11T20:20:00.967Z | Downloaded num-traits v0.2.16 |
1235 | 2023-12-11T20:20:00.972Z | Downloaded smallvec v1.11.0 |
1236 | 2023-12-11T20:20:00.975Z | Downloaded embedded-io v0.4.0 |
1237 | 2023-12-11T20:20:00.978Z | Downloaded defmt-macros v0.3.6 |
1238 | 2023-12-11T20:20:00.982Z | Downloaded usdt-impl v0.3.5 |
1239 | 2023-12-11T20:20:00.986Z | Downloaded crc32fast v1.3.2 |
1240 | 2023-12-11T20:20:00.991Z | Downloaded libloading v0.7.4 |
1241 | 2023-12-11T20:20:00.995Z | Downloaded hash32 v0.2.1 |
1242 | 2023-12-11T20:20:00.995Z | Downloaded fnv v1.0.7 |
1243 | 2023-12-11T20:20:00.996Z | Downloaded memchr v2.6.3 |
1244 | 2023-12-11T20:20:01.004Z | Downloaded tempfile v3.8.1 |
1245 | 2023-12-11T20:20:01.019Z | Downloaded num-iter v0.1.43 |
1246 | 2023-12-11T20:20:01.022Z | Downloaded colored v2.0.4 |
1247 | 2023-12-11T20:20:01.022Z | Downloaded shlex v1.1.0 |
1248 | 2023-12-11T20:20:01.023Z | Downloaded fixedbitset v0.4.2 |
1249 | 2023-12-11T20:20:01.023Z | Downloaded either v1.9.0 |
1250 | 2023-12-11T20:20:01.023Z | Downloaded oso v0.27.0 |
1251 | 2023-12-11T20:20:01.026Z | Downloaded nibble_vec v0.1.0 |
1252 | 2023-12-11T20:20:01.026Z | Downloaded libsw v3.3.0 |
1253 | 2023-12-11T20:20:01.029Z | Downloaded crossbeam-deque v0.8.3 |
1254 | 2023-12-11T20:20:01.034Z | Downloaded maplit v1.0.2 |
1255 | 2023-12-11T20:20:01.034Z | Downloaded nanorand v0.7.0 |
1256 | 2023-12-11T20:20:01.037Z | Downloaded darling v0.20.3 |
1257 | 2023-12-11T20:20:01.041Z | Downloaded linear-map v1.2.0 |
1258 | 2023-12-11T20:20:01.044Z | Downloaded semver v0.11.0 |
1259 | 2023-12-11T20:20:01.048Z | Downloaded crc v3.0.1 |
1260 | 2023-12-11T20:20:01.052Z | Downloaded num-integer v0.1.45 |
1261 | 2023-12-11T20:20:01.052Z | Downloaded ciborium-ll v0.2.1 |
1262 | 2023-12-11T20:20:01.056Z | Downloaded bitflags v2.4.0 |
1263 | 2023-12-11T20:20:01.061Z | Downloaded which v4.4.0 |
1264 | 2023-12-11T20:20:01.065Z | Downloaded utf-8 v0.7.6 |
1265 | 2023-12-11T20:20:01.065Z | Downloaded stringprep v0.1.3 |
1266 | 2023-12-11T20:20:01.065Z | Downloaded num-rational v0.4.1 |
1267 | 2023-12-11T20:20:01.068Z | Downloaded num_enum_derive v0.5.11 |
1268 | 2023-12-11T20:20:01.068Z | Downloaded structmeta-derive v0.2.0 |
1269 | 2023-12-11T20:20:01.071Z | Downloaded serde_spanned v0.6.4 |
1270 | 2023-12-11T20:20:01.071Z | Downloaded kstat-rs v0.2.3 |
1271 | 2023-12-11T20:20:01.077Z | Downloaded cipher v0.4.4 |
1272 | 2023-12-11T20:20:01.494Z | Downloaded camino v1.1.6 |
1273 | 2023-12-11T20:20:01.494Z | Downloaded ahash v0.8.3 |
1274 | 2023-12-11T20:20:01.500Z | Downloaded io-lifetimes v1.0.11 |
1275 | 2023-12-11T20:20:01.501Z | Downloaded indoc v2.0.3 |
1276 | 2023-12-11T20:20:01.501Z | Downloaded const-oid v0.9.5 |
1277 | 2023-12-11T20:20:01.501Z | Downloaded camino-tempfile v1.1.1 |
1278 | 2023-12-11T20:20:01.501Z | Downloaded impl-trait-for-tuples v0.2.2 |
1279 | 2023-12-11T20:20:01.501Z | Downloaded bitflags v1.3.2 |
1280 | 2023-12-11T20:20:01.501Z | Downloaded bcs v0.1.6 |
1281 | 2023-12-11T20:20:01.501Z | Downloaded matches v0.1.10 |
1282 | 2023-12-11T20:20:01.501Z | Downloaded bytesize v1.3.0 |
1283 | 2023-12-11T20:20:01.501Z | Downloaded block-padding v0.3.3 |
1284 | 2023-12-11T20:20:01.501Z | Downloaded backoff v0.4.0 |
1285 | 2023-12-11T20:20:01.502Z | Downloaded bit-vec v0.6.3 |
1286 | 2023-12-11T20:20:01.502Z | Downloaded anstyle-parse v0.2.1 |
1287 | 2023-12-11T20:20:01.502Z | Downloaded want v0.3.1 |
1288 | 2023-12-11T20:20:01.502Z | Downloaded tinyvec_macros v0.1.1 |
1289 | 2023-12-11T20:20:01.502Z | Downloaded newtype_derive v0.1.6 |
1290 | 2023-12-11T20:20:01.502Z | Downloaded lazycell v1.3.0 |
1291 | 2023-12-11T20:20:01.502Z | Downloaded cpufeatures v0.2.9 |
1292 | 2023-12-11T20:20:01.502Z | Downloaded byteorder v1.5.0 |
1293 | 2023-12-11T20:20:01.502Z | Downloaded bytecount v0.6.3 |
1294 | 2023-12-11T20:20:01.502Z | Downloaded hyper-staticfile v0.9.5 |
1295 | 2023-12-11T20:20:01.502Z | Downloaded anstyle-query v1.0.0 |
1296 | 2023-12-11T20:20:01.503Z | Downloaded block-buffer v0.10.4 |
1297 | 2023-12-11T20:20:01.503Z | Downloaded async-recursion v1.0.5 |
1298 | 2023-12-11T20:20:01.503Z | Downloaded macaddr v1.0.1 |
1299 | 2023-12-11T20:20:01.503Z | Downloaded normalize-line-endings v0.3.0 |
1300 | 2023-12-11T20:20:01.503Z | Downloaded indoc v1.0.9 |
1301 | 2023-12-11T20:20:01.503Z | Downloaded hyper-tls v0.5.0 |
1302 | 2023-12-11T20:20:01.503Z | Downloaded adler v1.0.2 |
1303 | 2023-12-11T20:20:01.503Z | Downloaded crossbeam v0.8.2 |
1304 | 2023-12-11T20:20:01.503Z | Downloaded topological-sort v0.2.2 |
1305 | 2023-12-11T20:20:01.503Z | Downloaded clang-sys v1.6.1 |
1306 | 2023-12-11T20:20:01.503Z | Downloaded ipnet v2.8.0 |
1307 | 2023-12-11T20:20:01.503Z | Downloaded ciborium v0.2.1 |
1308 | 2023-12-11T20:20:01.503Z | Downloaded assert_matches v1.5.0 |
1309 | 2023-12-11T20:20:01.504Z | Downloaded md-5 v0.10.5 |
1310 | 2023-12-11T20:20:01.504Z | Downloaded ipnetwork v0.20.0 |
1311 | 2023-12-11T20:20:01.504Z | Downloaded inout v0.1.3 |
1312 | 2023-12-11T20:20:01.504Z | Downloaded clap_derive v4.4.2 |
1313 | 2023-12-11T20:20:01.504Z | Downloaded curve25519-dalek-derive v0.1.0 |
1314 | 2023-12-11T20:20:01.505Z | Downloaded crunchy v0.2.2 |
1315 | 2023-12-11T20:20:01.505Z | Downloaded ciborium-io v0.2.1 |
1316 | 2023-12-11T20:20:01.505Z | Downloaded atty v0.2.14 |
1317 | 2023-12-11T20:20:01.505Z | Downloaded openssl-probe v0.1.5 |
1318 | 2023-12-11T20:20:01.505Z | Downloaded bb8 v0.8.1 |
1319 | 2023-12-11T20:20:01.505Z | Downloaded autocfg v1.1.0 |
1320 | 2023-12-11T20:20:01.505Z | Downloaded clap v4.4.3 |
1321 | 2023-12-11T20:20:01.505Z | Downloaded toml v0.8.8 |
1322 | 2023-12-11T20:20:01.506Z | Downloaded toml v0.7.8 |
1323 | 2023-12-11T20:20:01.506Z | Downloaded snafu-derive v0.7.5 |
1324 | 2023-12-11T20:20:01.506Z | Downloaded slog-scope v4.4.0 |
1325 | 2023-12-11T20:20:01.506Z | Downloaded unicode-width v0.1.11 |
1326 | 2023-12-11T20:20:01.506Z | Downloaded thiserror v1.0.49 |
1327 | 2023-12-11T20:20:01.506Z | Downloaded managed v0.8.0 |
1328 | 2023-12-11T20:20:01.506Z | Downloaded crossbeam-queue v0.3.8 |
1329 | 2023-12-11T20:20:01.506Z | Downloaded anstyle v1.0.2 |
1330 | 2023-12-11T20:20:01.506Z | Downloaded atomic-waker v1.1.1 |
1331 | 2023-12-11T20:20:01.506Z | Downloaded unarray v0.1.4 |
1332 | 2023-12-11T20:20:01.506Z | Downloaded term v0.7.0 |
1333 | 2023-12-11T20:20:01.506Z | Downloaded swrite v0.1.0 |
1334 | 2023-12-11T20:20:01.506Z | Downloaded ansi_term v0.12.1 |
1335 | 2023-12-11T20:20:01.506Z | Downloaded chacha20 v0.9.1 |
1336 | 2023-12-11T20:20:01.506Z | Downloaded test-strategy v0.3.1 |
1337 | 2023-12-11T20:20:01.506Z | Downloaded addr2line v0.21.0 |
1338 | 2023-12-11T20:20:01.507Z | Downloaded lru-cache v0.1.2 |
1339 | 2023-12-11T20:20:01.507Z | Downloaded olpc-cjson v0.1.3 |
1340 | 2023-12-11T20:20:01.507Z | Downloaded buf-list v1.0.3 |
1341 | 2023-12-11T20:20:01.507Z | Downloaded instant v0.1.12 |
1342 | 2023-12-11T20:20:01.507Z | Downloaded base64ct v1.6.0 |
1343 | 2023-12-11T20:20:01.507Z | Downloaded base16ct v0.2.0 |
1344 | 2023-12-11T20:20:01.507Z | Downloaded async-stream-impl v0.3.5 |
1345 | 2023-12-11T20:20:01.507Z | Downloaded aho-corasick v1.0.4 |
1346 | 2023-12-11T20:20:01.507Z | Downloaded slog-envlogger v2.2.0 |
1347 | 2023-12-11T20:20:01.507Z | Downloaded signal-hook-tokio v0.3.1 |
1348 | 2023-12-11T20:20:01.507Z | Downloaded serde_with_macros v3.4.0 |
1349 | 2023-12-11T20:20:01.507Z | Downloaded crucible-workspace-hack v0.1.0 |
1350 | 2023-12-11T20:20:01.507Z | Downloaded colorchoice v1.0.0 |
1351 | 2023-12-11T20:20:01.507Z | Downloaded sha2 v0.10.8 |
1352 | 2023-12-11T20:20:01.507Z | Downloaded argon2 v0.5.2 |
1353 | 2023-12-11T20:20:01.666Z | Compiling proc-macro2 v1.0.69 |
1354 | 2023-12-11T20:20:01.666Z | Compiling unicode-ident v1.0.12 |
1355 | 2023-12-11T20:20:01.670Z | Compiling libc v0.2.150 |
1356 | 2023-12-11T20:20:01.670Z | Compiling serde v1.0.192 |
1357 | 2023-12-11T20:20:01.670Z | Compiling autocfg v1.1.0 |
1358 | 2023-12-11T20:20:01.670Z | Compiling cfg-if v1.0.0 |
1359 | 2023-12-11T20:20:01.690Z | Compiling version_check v0.9.4 |
1360 | 2023-12-11T20:20:01.918Z | Compiling syn v1.0.109 |
1361 | 2023-12-11T20:20:01.942Z | Compiling once_cell v1.19.0 |
1362 | 2023-12-11T20:20:02.022Z | Compiling parking_lot_core v0.9.8 |
1363 | 2023-12-11T20:20:02.470Z | Compiling libm v0.2.7 |
1364 | 2023-12-11T20:20:02.613Z | Compiling serde_json v1.0.108 |
1365 | 2023-12-11T20:20:02.706Z | Compiling lock_api v0.4.10 |
1366 | 2023-12-11T20:20:03.773Z | Compiling num-traits v0.2.16 |
1367 | 2023-12-11T20:20:03.782Z | Compiling futures-core v0.3.29 |
1368 | 2023-12-11T20:20:03.782Z | Compiling scopeguard v1.2.0 |
1369 | 2023-12-11T20:20:03.782Z | Compiling typenum v1.16.0 |
1370 | 2023-12-11T20:20:04.148Z | Compiling thiserror v1.0.49 |
1371 | 2023-12-11T20:20:04.173Z | Compiling generic-array v0.14.7 |
1372 | 2023-12-11T20:20:04.361Z | Compiling memchr v2.6.3 |
1373 | 2023-12-11T20:20:04.874Z | Compiling itoa v1.0.9 |
1374 | 2023-12-11T20:20:05.257Z | Compiling pkg-config v0.3.27 |
1375 | 2023-12-11T20:20:05.471Z | Compiling quote v1.0.33 |
1376 | 2023-12-11T20:20:05.881Z | Compiling slab v0.4.9 |
1377 | 2023-12-11T20:20:06.317Z | Compiling syn v2.0.32 |
1378 | 2023-12-11T20:20:06.479Z | Compiling cc v1.0.83 |
1379 | 2023-12-11T20:20:06.644Z | Compiling getrandom v0.2.10 |
1380 | 2023-12-11T20:20:07.292Z | Compiling futures-task v0.3.29 |
1381 | 2023-12-11T20:20:07.556Z | Compiling futures-channel v0.3.29 |
1382 | 2023-12-11T20:20:07.793Z | Compiling log v0.4.20 |
1383 | 2023-12-11T20:20:08.147Z | Compiling futures-util v0.3.29 |
1384 | 2023-12-11T20:20:08.496Z | Compiling heck v0.4.1 |
1385 | 2023-12-11T20:20:08.790Z | Compiling ryu v1.0.15 |
1386 | 2023-12-11T20:20:09.097Z | Compiling pin-project-lite v0.2.13 |
1387 | 2023-12-11T20:20:09.122Z | Compiling smallvec v1.11.0 |
1388 | 2023-12-11T20:20:09.290Z | Compiling schemars v0.8.13 |
1389 | 2023-12-11T20:20:09.317Z | Compiling vcpkg v0.2.15 |
1390 | 2023-12-11T20:20:10.548Z | Compiling parking_lot v0.12.1 |
1391 | 2023-12-11T20:20:11.282Z | Compiling ring v0.17.7 |
1392 | 2023-12-11T20:20:12.035Z | Compiling openssl-sys v0.9.96 |
1393 | 2023-12-11T20:20:12.411Z | Compiling semver v1.0.20 |
1394 | 2023-12-11T20:20:13.064Z | Compiling rand_core v0.6.4 |
1395 | 2023-12-11T20:20:13.333Z | Compiling signal-hook-registry v1.4.1 |
1396 | 2023-12-11T20:20:14.603Z | Compiling ring v0.16.20 |
1397 | 2023-12-11T20:20:14.713Z | Compiling mio v0.8.9 |
1398 | 2023-12-11T20:20:15.334Z | Compiling indexmap v1.9.3 |
1399 | 2023-12-11T20:20:15.745Z | Compiling equivalent v1.0.1 |
1400 | 2023-12-11T20:20:15.905Z | Compiling hashbrown v0.14.2 |
1401 | 2023-12-11T20:20:15.917Z | Compiling byteorder v1.5.0 |
1402 | 2023-12-11T20:20:17.072Z | Compiling ahash v0.8.3 |
1403 | 2023-12-11T20:20:17.375Z | Compiling httparse v1.8.0 |
1404 | 2023-12-11T20:20:17.548Z | Compiling num_cpus v1.16.0 |
1405 | 2023-12-11T20:20:17.580Z | Compiling socket2 v0.5.5 |
1406 | 2023-12-11T20:20:17.956Z | Compiling spin v0.5.2 |
1407 | 2023-12-11T20:20:18.556Z | Compiling serde_derive_internals v0.26.0 |
1408 | 2023-12-11T20:20:18.650Z | Compiling fnv v1.0.7 |
1409 | 2023-12-11T20:20:18.670Z | Compiling openssl v0.10.60 |
1410 | 2023-12-11T20:20:19.129Z | Compiling spin v0.9.8 |
1411 | 2023-12-11T20:20:19.310Z | Compiling iana-time-zone v0.1.57 |
1412 | 2023-12-11T20:20:19.776Z | Compiling rustls v0.21.9 |
1413 | 2023-12-11T20:20:19.853Z | Compiling unicode-xid v0.2.4 |
1414 | 2023-12-11T20:20:20.091Z | Compiling const-oid v0.9.5 |
1415 | 2023-12-11T20:20:20.157Z | Compiling ucd-trie v0.1.6 |
1416 | 2023-12-11T20:20:20.671Z | Compiling native-tls v0.2.11 |
1417 | 2023-12-11T20:20:20.692Z | Compiling subtle v2.5.0 |
1418 | 2023-12-11T20:20:20.926Z | Compiling crossbeam-utils v0.8.16 |
1419 | 2023-12-11T20:20:21.137Z | Compiling synstructure v0.12.6 |
1420 | 2023-12-11T20:20:21.631Z | Compiling io-lifetimes v1.0.11 |
1421 | 2023-12-11T20:20:21.631Z | Compiling futures-sink v0.3.29 |
1422 | 2023-12-11T20:20:22.241Z | Compiling backtrace v0.3.69 |
1423 | 2023-12-11T20:20:22.793Z | Compiling winnow v0.5.15 |
1424 | 2023-12-11T20:20:22.879Z | Compiling rustix v0.38.25 |
1425 | 2023-12-11T20:20:23.196Z | Compiling tinyvec_macros v0.1.1 |
1426 | 2023-12-11T20:20:23.231Z | Compiling dyn-clone v1.0.13 |
1427 | 2023-12-11T20:20:23.313Z | Compiling tinyvec v1.6.0 |
1428 | 2023-12-11T20:20:24.294Z | Compiling tracing-core v0.1.31 |
1429 | 2023-12-11T20:20:24.459Z | Compiling memoffset v0.9.0 |
1430 | 2023-12-11T20:20:24.703Z | Compiling num-integer v0.1.45 |
1431 | 2023-12-11T20:20:24.707Z | Compiling futures-io v0.3.29 |
1432 | 2023-12-11T20:20:24.866Z | Compiling pin-utils v0.1.0 |
1433 | 2023-12-11T20:20:25.496Z | Compiling rustix v0.37.23 |
1434 | 2023-12-11T20:20:25.676Z | Compiling hashbrown v0.13.2 |
1435 | 2023-12-11T20:20:25.910Z | Compiling unicode-normalization v0.1.22 |
1436 | 2023-12-11T20:20:26.903Z | Compiling usdt-impl v0.3.5 |
1437 | 2023-12-11T20:20:27.502Z | Compiling crc32fast v1.3.2 |
1438 | 2023-12-11T20:20:27.660Z | Compiling time-core v0.1.1 |
1439 | 2023-12-11T20:20:27.960Z | Compiling bitflags v1.3.2 |
1440 | 2023-12-11T20:20:28.158Z | Compiling serde_derive v1.0.192 |
1441 | 2023-12-11T20:20:28.217Z | Compiling zeroize_derive v1.4.2 |
1442 | 2023-12-11T20:20:28.241Z | Compiling thiserror-impl v1.0.49 |
1443 | 2023-12-11T20:20:28.551Z | Compiling tokio-macros v2.2.0 |
1444 | 2023-12-11T20:20:28.762Z | Compiling futures-macro v0.3.29 |
1445 | 2023-12-11T20:20:28.842Z | Compiling tracing-attributes v0.1.26 |
1446 | 2023-12-11T20:20:29.072Z | Compiling schemars_derive v0.8.13 |
1447 | 2023-12-11T20:20:29.516Z | Compiling openssl-macros v0.1.1 |
1448 | 2023-12-11T20:20:30.661Z | Compiling zerocopy-derive v0.2.0 |
1449 | 2023-12-11T20:20:30.687Z | Compiling zeroize v1.7.0 |
1450 | 2023-12-11T20:20:31.846Z | Compiling der_derive v0.7.2 |
1451 | 2023-12-11T20:20:33.113Z | Compiling pest v2.7.2 |
1452 | 2023-12-11T20:20:33.505Z | Compiling crypto-common v0.1.6 |
1453 | 2023-12-11T20:20:33.515Z | Compiling block-buffer v0.10.4 |
1454 | 2023-12-11T20:20:33.869Z | Compiling unicode-bidi v0.3.13 |
1455 | 2023-12-11T20:20:34.030Z | Compiling anyhow v1.0.75 |
1456 | 2023-12-11T20:20:34.102Z | Compiling tracing v0.1.37 |
1457 | 2023-12-11T20:20:34.739Z | Compiling slog v2.7.0 |
1458 | 2023-12-11T20:20:35.463Z | Compiling digest v0.10.7 |
1459 | 2023-12-11T20:20:35.957Z | Compiling time-macros v0.2.13 |
1460 | 2023-12-11T20:20:36.134Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1461 | 2023-12-11T20:20:36.660Z | Compiling aho-corasick v1.0.4 |
1462 | 2023-12-11T20:20:37.510Z | Compiling pest_meta v2.7.2 |
1463 | 2023-12-11T20:20:38.278Z | Compiling crossbeam-epoch v0.9.15 |
1464 | 2023-12-11T20:20:38.613Z | Compiling ppv-lite86 v0.2.17 |
1465 | 2023-12-11T20:20:38.859Z | Compiling signal-hook v0.3.17 |
1466 | 2023-12-11T20:20:39.448Z | Compiling async-trait v0.1.74 |
1467 | 2023-12-11T20:20:39.902Z | Compiling pest_generator v2.7.2 |
1468 | 2023-12-11T20:20:40.106Z | Compiling rustversion v1.0.14 |
1469 | 2023-12-11T20:20:41.013Z | Compiling regex-syntax v0.8.2 |
1470 | 2023-12-11T20:20:42.904Z | Compiling rand_chacha v0.3.1 |
1471 | 2023-12-11T20:20:44.274Z | Compiling zerocopy v0.3.0 |
1472 | 2023-12-11T20:20:44.298Z | Compiling pest_derive v2.7.2 |
1473 | 2023-12-11T20:20:45.181Z | Compiling errno v0.3.2 |
1474 | 2023-12-11T20:20:45.447Z | Compiling base64 v0.21.5 |
1475 | 2023-12-11T20:20:45.666Z | Compiling strsim v0.10.0 |
1476 | 2023-12-11T20:20:46.512Z | Compiling dtrace-parser v0.1.14 |
1477 | 2023-12-11T20:20:46.630Z | Compiling dof v0.1.5 |
1478 | 2023-12-11T20:20:47.791Z | Compiling regex-automata v0.4.3 |
1479 | 2023-12-11T20:20:49.171Z | Compiling rand v0.8.5 |
1480 | 2023-12-11T20:20:50.268Z | Compiling bytes v1.5.0 |
1481 | 2023-12-11T20:20:51.651Z | Compiling indexmap v2.1.0 |
1482 | 2023-12-11T20:20:52.128Z | Compiling uuid v1.6.1 |
1483 | 2023-12-11T20:20:52.856Z | Compiling tokio v1.35.0 |
1484 | 2023-12-11T20:20:53.331Z | Compiling rustc_version v0.4.0 |
1485 | 2023-12-11T20:20:53.757Z | Compiling chrono v0.4.31 |
1486 | 2023-12-11T20:20:54.263Z | Compiling bitflags v2.4.0 |
1487 | 2023-12-11T20:20:54.303Z | Compiling heapless v0.7.16 |
1488 | 2023-12-11T20:20:57.561Z | Compiling serde_spanned v0.6.4 |
1489 | 2023-12-11T20:20:57.935Z | Compiling toml_datetime v0.6.5 |
1490 | 2023-12-11T20:20:59.658Z | Compiling toml_edit v0.19.15 |
1491 | 2023-12-11T20:21:01.299Z | Compiling http v0.2.11 |
1492 | 2023-12-11T20:21:03.759Z | Compiling regex v1.10.2 |
1493 | 2023-12-11T20:21:07.589Z | Compiling tokio-util v0.7.10 |
1494 | 2023-12-11T20:21:10.183Z | Compiling thread-id v4.2.0 |
1495 | 2023-12-11T20:21:10.334Z | Compiling num-bigint v0.4.4 |
1496 | 2023-12-11T20:21:10.402Z | Compiling foreign-types-shared v0.1.1 |
1497 | 2023-12-11T20:21:10.586Z | Compiling untrusted v0.9.0 |
1498 | 2023-12-11T20:21:10.848Z | Compiling hashbrown v0.12.3 |
1499 | 2023-12-11T20:21:10.995Z | Compiling percent-encoding v2.3.1 |
1500 | 2023-12-11T20:21:11.219Z | Compiling smoltcp v0.9.1 |
1501 | 2023-12-11T20:21:12.129Z | Compiling openssl-probe v0.1.5 |
1502 | 2023-12-11T20:21:12.552Z | Compiling untrusted v0.7.1 |
1503 | 2023-12-11T20:21:12.742Z | Compiling base64ct v1.6.0 |
1504 | 2023-12-11T20:21:12.872Z | Compiling doc-comment v0.3.3 |
1505 | 2023-12-11T20:21:12.912Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1506 | 2023-12-11T20:21:13.624Z | Compiling pem-rfc7468 v0.7.0 |
1507 | 2023-12-11T20:21:15.254Z | Compiling foreign-types v0.3.2 |
1508 | 2023-12-11T20:21:16.830Z | Compiling strum_macros v0.25.2 |
1509 | 2023-12-11T20:21:17.879Z | Compiling serde_tokenstream v0.1.7 |
1510 | 2023-12-11T20:21:18.707Z | Compiling hmac v0.12.1 |
1511 | 2023-12-11T20:21:19.428Z | Compiling lazy_static v1.4.0 |
1512 | 2023-12-11T20:21:20.094Z | Compiling socket2 v0.4.9 |
1513 | 2023-12-11T20:21:20.811Z | Compiling siphasher v0.3.11 |
1514 | 2023-12-11T20:21:21.441Z | Compiling adler v1.0.2 |
1515 | 2023-12-11T20:21:21.806Z | Compiling flagset v0.4.3 |
1516 | 2023-12-11T20:21:21.996Z | Compiling try-lock v0.2.4 |
1517 | 2023-12-11T20:21:22.195Z | Compiling unicode-segmentation v1.10.1 |
1518 | 2023-12-11T20:21:22.220Z | Compiling unicode-width v0.1.11 |
1519 | 2023-12-11T20:21:22.815Z | Compiling want v0.3.1 |
1520 | 2023-12-11T20:21:22.928Z | Compiling der v0.7.8 |
1521 | 2023-12-11T20:21:23.015Z | Compiling miniz_oxide v0.7.1 |
1522 | 2023-12-11T20:21:26.407Z | Compiling rustls-webpki v0.101.7 |
1523 | 2023-12-11T20:21:27.691Z | Compiling sct v0.7.0 |
1524 | 2023-12-11T20:21:28.132Z | Compiling h2 v0.3.21 |
1525 | 2023-12-11T20:21:29.270Z | Compiling form_urlencoded v1.2.1 |
1526 | 2023-12-11T20:21:29.361Z | Compiling http-body v0.4.5 |
1527 | 2023-12-11T20:21:29.772Z | Compiling hubpack_derive v0.1.1 |
1528 | 2023-12-11T20:21:29.991Z | Compiling pin-project-internal v1.1.3 |
1529 | 2023-12-11T20:21:30.986Z | Compiling zerocopy-derive v0.6.4 |
1530 | 2023-12-11T20:21:34.200Z | Compiling num-iter v0.1.43 |
1531 | 2023-12-11T20:21:34.205Z | Compiling tower-service v0.3.2 |
1532 | 2023-12-11T20:21:34.224Z | Compiling utf8parse v0.2.1 |
1533 | 2023-12-11T20:21:34.476Z | Compiling httpdate v1.0.3 |
1534 | 2023-12-11T20:21:35.097Z | Compiling cpufeatures v0.2.9 |
1535 | 2023-12-11T20:21:35.304Z | Compiling anstyle v1.0.2 |
1536 | 2023-12-11T20:21:35.929Z | Compiling sha2 v0.10.8 |
1537 | 2023-12-11T20:21:36.202Z | Compiling anstyle-parse v0.2.1 |
1538 | 2023-12-11T20:21:38.467Z | Compiling spki v0.7.2 |
1539 | 2023-12-11T20:21:39.723Z | Compiling hyper v0.14.27 |
1540 | 2023-12-11T20:21:40.515Z | Compiling usdt-macro v0.3.5 |
1541 | 2023-12-11T20:21:41.273Z | Compiling usdt-attr-macro v0.3.5 |
1542 | 2023-12-11T20:21:43.275Z | Compiling openapiv3 v2.0.0-rc.1 |
1543 | 2023-12-11T20:21:43.388Z | Compiling serde_tokenstream v0.2.0 |
1544 | 2023-12-11T20:21:44.182Z | Compiling rustls-pemfile v1.0.3 |
1545 | 2023-12-11T20:21:44.705Z | Compiling md-5 v0.10.5 |
1546 | 2023-12-11T20:21:44.863Z | Compiling idna v0.5.0 |
1547 | 2023-12-11T20:21:45.044Z | Compiling stringprep v0.1.3 |
1548 | 2023-12-11T20:21:45.907Z | Compiling hash32 v0.2.1 |
1549 | 2023-12-11T20:21:46.395Z | Compiling diesel_table_macro_syntax v0.1.0 |
1550 | 2023-12-11T20:21:46.527Z | Compiling gimli v0.28.0 |
1551 | 2023-12-11T20:21:46.967Z | Compiling stable_deref_trait v1.2.0 |
1552 | 2023-12-11T20:21:46.993Z | Compiling either v1.9.0 |
1553 | 2023-12-11T20:21:47.245Z | Compiling colorchoice v1.0.0 |
1554 | 2023-12-11T20:21:47.476Z | Compiling fallible-iterator v0.2.0 |
1555 | 2023-12-11T20:21:48.669Z | Compiling anstyle-query v1.0.0 |
1556 | 2023-12-11T20:21:48.859Z | Compiling anstream v0.5.0 |
1557 | 2023-12-11T20:21:49.011Z | Compiling postgres-protocol v0.6.6 |
1558 | 2023-12-11T20:21:51.296Z | Compiling diesel_derives v2.1.2 |
1559 | 2023-12-11T20:21:52.033Z | Compiling url v2.5.0 |
1560 | 2023-12-11T20:21:54.744Z | Compiling addr2line v0.21.0 |
1561 | 2023-12-11T20:21:55.946Z | Compiling tokio-rustls v0.24.1 |
1562 | 2023-12-11T20:21:56.915Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-12-11T20:21:57.361Z | Compiling terminal_size v0.2.6 |
1564 | 2023-12-11T20:21:57.623Z | Compiling pkcs8 v0.10.2 |
1565 | 2023-12-11T20:21:58.393Z | Compiling tokio-native-tls v0.3.1 |
1566 | 2023-12-11T20:21:58.794Z | Compiling phf_shared v0.11.2 |
1567 | 2023-12-11T20:22:01.087Z | Compiling block-padding v0.3.3 |
1568 | 2023-12-11T20:22:01.392Z | Compiling enum-as-inner v0.5.1 |
1569 | 2023-12-11T20:22:01.428Z | Compiling snafu-derive v0.7.5 |
1570 | 2023-12-11T20:22:01.892Z | Compiling serde_repr v0.1.16 |
1571 | 2023-12-11T20:22:02.912Z | Compiling clap_derive v4.4.2 |
1572 | 2023-12-11T20:22:03.545Z | Compiling regress v0.7.1 |
1573 | 2023-12-11T20:22:09.765Z | Compiling ff v0.13.0 |
1574 | 2023-12-11T20:22:10.298Z | Compiling scheduled-thread-pool v0.2.7 |
1575 | 2023-12-11T20:22:10.716Z | Compiling object v0.32.1 |
1576 | 2023-12-11T20:22:11.556Z | Compiling managed v0.8.0 |
1577 | 2023-12-11T20:22:12.283Z | Compiling num_threads v0.1.6 |
1578 | 2023-12-11T20:22:12.517Z | Compiling matches v0.1.10 |
1579 | 2023-12-11T20:22:12.656Z | Compiling ipnet v2.8.0 |
1580 | 2023-12-11T20:22:14.826Z | Compiling rustc-demangle v0.1.23 |
1581 | 2023-12-11T20:22:15.361Z | Compiling clap_lex v0.5.1 |
1582 | 2023-12-11T20:22:16.044Z | Compiling base16ct v0.2.0 |
1583 | 2023-12-11T20:22:16.717Z | Compiling regex-automata v0.1.10 |
1584 | 2023-12-11T20:22:17.518Z | Compiling bit-vec v0.6.3 |
1585 | 2023-12-11T20:22:18.018Z | Compiling deranged v0.3.8 |
1586 | 2023-12-11T20:22:31.104Z | Compiling bstr v0.2.17 |
1587 | 2023-12-11T20:22:31.489Z | Compiling sec1 v0.7.3 |
1588 | 2023-12-11T20:22:31.883Z | Compiling clap_builder v4.4.2 |
1589 | 2023-12-11T20:22:31.883Z | Compiling idna v0.2.3 |
1590 | 2023-12-11T20:22:31.884Z | Compiling time v0.3.27 |
1591 | 2023-12-11T20:22:31.884Z | Compiling r2d2 v0.8.10 |
1592 | 2023-12-11T20:22:31.884Z | Compiling group v0.13.0 |
1593 | 2023-12-11T20:22:31.884Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1594 | 2023-12-11T20:22:31.884Z | Compiling inout v0.1.3 |
1595 | 2023-12-11T20:22:31.884Z | Compiling phf v0.11.2 |
1596 | 2023-12-11T20:22:31.884Z | Compiling hyper-tls v0.5.0 |
1597 | 2023-12-11T20:22:31.884Z | Compiling hyper-rustls v0.24.2 |
1598 | 2023-12-11T20:22:31.884Z | Compiling signal-hook-mio v0.2.3 |
1599 | 2023-12-11T20:22:31.884Z | Compiling bzip2 v0.4.4 |
1600 | 2023-12-11T20:22:31.884Z | Compiling flate2 v1.0.28 |
1601 | 2023-12-11T20:22:31.884Z | Compiling postgres-types v0.2.6 |
1602 | 2023-12-11T20:22:31.884Z | Compiling itertools v0.11.0 |
1603 | 2023-12-11T20:22:31.884Z | Compiling pin-project v1.1.3 |
1604 | 2023-12-11T20:22:32.095Z | Compiling zerocopy v0.6.4 |
1605 | 2023-12-11T20:22:32.529Z | Compiling hubpack v0.1.2 |
1606 | 2023-12-11T20:22:32.786Z | Compiling serde_urlencoded v0.7.1 |
1607 | 2023-12-11T20:22:33.040Z | Compiling phf_shared v0.10.0 |
1608 | 2023-12-11T20:22:33.251Z | Compiling hkdf v0.12.3 |
1609 | 2023-12-11T20:22:33.586Z | Compiling ipnetwork v0.20.0 |
1610 | 2023-12-11T20:22:34.023Z | Compiling futures-executor v0.3.29 |
1611 | 2023-12-11T20:22:34.979Z | Compiling crypto-bigint v0.5.2 |
1612 | 2023-12-11T20:22:35.336Z | Compiling float-cmp v0.9.0 |
1613 | 2023-12-11T20:22:35.522Z | Compiling proc-macro-error-attr v1.0.4 |
1614 | 2023-12-11T20:22:35.696Z | Compiling encoding_rs v0.8.33 |
1615 | 2023-12-11T20:22:38.448Z | Compiling fixedbitset v0.4.2 |
1616 | 2023-12-11T20:22:39.082Z | Compiling regex-automata v0.3.8 |
1617 | 2023-12-11T20:22:42.136Z | Compiling predicates-core v1.0.6 |
1618 | 2023-12-11T20:22:42.838Z | Compiling normalize-line-endings v0.3.0 |
1619 | 2023-12-11T20:22:43.009Z | Compiling mime v0.3.17 |
1620 | 2023-12-11T20:22:43.413Z | Compiling precomputed-hash v0.1.1 |
1621 | 2023-12-11T20:22:43.549Z | Compiling difflib v0.4.0 |
1622 | 2023-12-11T20:22:43.837Z | Compiling data-encoding v2.4.0 |
1623 | 2023-12-11T20:22:43.886Z | Compiling whoami v1.4.1 |
1624 | 2023-12-11T20:22:44.724Z | Compiling static_assertions v1.1.0 |
1625 | 2023-12-11T20:22:44.871Z | Compiling webpki-roots v0.25.2 |
1626 | 2023-12-11T20:22:45.592Z | Compiling new_debug_unreachable v1.0.4 |
1627 | 2023-12-11T20:22:45.724Z | Compiling string_cache v0.8.7 |
1628 | 2023-12-11T20:22:46.402Z | Compiling reqwest v0.11.22 |
1629 | 2023-12-11T20:22:46.743Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1630 | 2023-12-11T20:22:46.773Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1631 | 2023-12-11T20:22:46.951Z | Compiling trust-dns-proto v0.22.0 |
1632 | 2023-12-11T20:22:56.255Z | Compiling tokio-postgres v0.7.10 |
1633 | 2023-12-11T20:22:56.781Z | Compiling predicates v3.0.4 |
1634 | 2023-12-11T20:22:59.302Z | Compiling bstr v1.6.0 |
1635 | 2023-12-11T20:22:59.803Z | Compiling petgraph v0.6.4 |
1636 | 2023-12-11T20:22:59.872Z | Compiling elliptic-curve v0.13.8 |
1637 | 2023-12-11T20:23:06.547Z | Compiling futures v0.3.29 |
1638 | 2023-12-11T20:23:06.622Z | Compiling diesel v2.1.4 |
1639 | 2023-12-11T20:23:07.108Z | Compiling yasna v0.5.2 |
1640 | 2023-12-11T20:23:07.732Z | Compiling snafu v0.7.5 |
1641 | 2023-12-11T20:23:07.871Z | Compiling zip v0.6.6 |
1642 | 2023-12-11T20:23:08.978Z | Compiling crossterm v0.27.0 |
1643 | 2023-12-11T20:23:09.465Z | Compiling cipher v0.4.4 |
1644 | 2023-12-11T20:23:10.412Z | Compiling clap v4.4.3 |
1645 | 2023-12-11T20:23:10.576Z | Compiling similar v2.2.1 |
1646 | 2023-12-11T20:23:12.280Z | Compiling bit-set v0.5.3 |
1647 | 2023-12-11T20:23:12.690Z | Compiling itertools v0.10.5 |
1648 | 2023-12-11T20:23:12.715Z | Compiling usdt v0.3.5 |
1649 | 2023-12-11T20:23:13.670Z | Compiling console v0.15.7 |
1650 | 2023-12-11T20:23:14.108Z | Compiling tokio-stream v0.1.14 |
1651 | 2023-12-11T20:23:14.669Z | Compiling toml v0.7.8 |
1652 | 2023-12-11T20:23:14.861Z | Compiling proc-macro-crate v1.3.1 |
1653 | 2023-12-11T20:23:15.573Z | Compiling toml_edit v0.21.0 |
1654 | 2023-12-11T20:23:15.791Z | Compiling hex v0.4.3 |
1655 | 2023-12-11T20:23:18.756Z | Compiling proc-macro-error v1.0.4 |
1656 | 2023-12-11T20:23:18.891Z | Compiling lalrpop-util v0.19.12 |
1657 | 2023-12-11T20:23:20.043Z | Compiling num_enum_derive v0.5.11 |
1658 | 2023-12-11T20:23:24.886Z | Compiling atty v0.2.14 |
1659 | 2023-12-11T20:23:25.235Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1660 | 2023-12-11T20:23:26.084Z | Compiling smoltcp v0.10.0 |
1661 | 2023-12-11T20:23:26.297Z | Compiling ident_case v1.0.1 |
1662 | 2023-12-11T20:23:26.518Z | Compiling darling_core v0.20.3 |
1663 | 2023-12-11T20:23:33.337Z | Compiling num_enum v0.5.11 |
1664 | 2023-12-11T20:23:54.176Z | Compiling dirs-sys-next v0.1.2 |
1665 | 2023-12-11T20:23:56.992Z | Compiling cobs v0.2.3 |
1666 | 2023-12-11T20:23:57.082Z | Compiling embedded-io v0.4.0 |
1667 | 2023-12-11T20:23:57.535Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1668 | 2023-12-11T20:23:57.689Z | Compiling camino v1.1.6 |
1669 | 2023-12-11T20:23:59.675Z | Compiling postcard v1.0.8 |
1670 | 2023-12-11T20:24:01.522Z | Compiling dirs-next v2.0.0 |
1671 | 2023-12-11T20:24:04.885Z | Compiling darling_macro v0.20.3 |
1672 | 2023-12-11T20:24:12.021Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1673 | 2023-12-11T20:24:16.347Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2023-12-11T20:24:18.142Z | Compiling getopts v0.2.21 |
1675 | 2023-12-11T20:24:23.941Z | Compiling structmeta-derive v0.2.0 |
1676 | 2023-12-11T20:24:24.984Z | Compiling foreign-types-macros v0.2.3 |
1677 | 2023-12-11T20:24:28.252Z | Compiling thread_local v1.1.7 |
1678 | 2023-12-11T20:24:29.498Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1679 | 2023-12-11T20:24:29.575Z | Compiling multer v2.1.0 |
1680 | 2023-12-11T20:24:29.940Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1681 | 2023-12-11T20:24:30.352Z | Compiling foreign-types-shared v0.3.1 |
1682 | 2023-12-11T20:24:30.530Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1683 | 2023-12-11T20:24:32.047Z | Compiling slog-async v2.8.0 |
1684 | 2023-12-11T20:24:32.771Z | Compiling paste v1.0.14 |
1685 | 2023-12-11T20:24:33.478Z | Compiling match_cfg v0.1.0 |
1686 | 2023-12-11T20:24:33.620Z | Compiling unsafe-libyaml v0.2.9 |
1687 | 2023-12-11T20:24:35.898Z | Compiling serde_yaml v0.9.25 |
1688 | 2023-12-11T20:24:42.268Z | Compiling hostname v0.3.1 |
1689 | 2023-12-11T20:24:48.646Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1690 | 2023-12-11T20:24:50.812Z | Compiling foreign-types v0.5.0 |
1691 | 2023-12-11T20:24:51.213Z | Compiling structmeta v0.2.0 |
1692 | 2023-12-11T20:24:58.235Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1693 | 2023-12-11T20:25:01.457Z | Compiling darling v0.20.3 |
1694 | 2023-12-11T20:25:01.855Z | Compiling term v0.7.0 |
1695 | 2023-12-11T20:25:08.100Z | Compiling slog-json v2.6.1 |
1696 | 2023-12-11T20:25:09.074Z | Compiling is-terminal v0.4.9 |
1697 | 2023-12-11T20:25:09.260Z | Compiling crossbeam-channel v0.5.8 |
1698 | 2023-12-11T20:25:13.048Z | Compiling strum v0.25.0 |
1699 | 2023-12-11T20:25:13.564Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1700 | 2023-12-11T20:25:13.602Z | Compiling zerocopy-derive v0.7.26 |
1701 | 2023-12-11T20:25:14.193Z | Compiling async-stream-impl v0.3.5 |
1702 | 2023-12-11T20:25:14.397Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1703 | 2023-12-11T20:25:15.163Z | Compiling cstr-argument v0.1.2 |
1704 | 2023-12-11T20:25:15.476Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1705 | 2023-12-11T20:25:15.661Z | Compiling atomic-waker v1.1.1 |
1706 | 2023-12-11T20:25:15.913Z | Compiling crucible-workspace-hack v0.1.0 |
1707 | 2023-12-11T20:25:16.693Z | Compiling fastrand v2.0.0 |
1708 | 2023-12-11T20:25:17.979Z | Compiling pretty-hex v0.2.1 |
1709 | 2023-12-11T20:25:18.009Z | Compiling take_mut v0.2.2 |
1710 | 2023-12-11T20:25:18.257Z | Compiling regex-syntax v0.7.5 |
1711 | 2023-12-11T20:25:20.485Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1712 | 2023-12-11T20:25:28.536Z | Compiling parse-display-derive v0.8.2 |
1713 | 2023-12-11T20:25:29.156Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1714 | 2023-12-11T20:25:30.483Z | Compiling tempfile v3.8.1 |
1715 | 2023-12-11T20:25:33.171Z | Compiling zerocopy v0.7.26 |
1716 | 2023-12-11T20:25:34.597Z | Compiling async-stream v0.3.5 |
1717 | 2023-12-11T20:25:35.010Z | Compiling waitgroup v0.1.2 |
1718 | 2023-12-11T20:25:35.115Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1719 | 2023-12-11T20:25:35.794Z | Compiling colored v2.0.4 |
1720 | 2023-12-11T20:25:36.473Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1721 | 2023-12-11T20:25:37.995Z | Compiling slog-bunyan v2.4.0 |
1722 | 2023-12-11T20:25:38.390Z | Compiling slog-term v2.9.0 |
1723 | 2023-12-11T20:25:43.239Z | Compiling serde_with_macros v3.4.0 |
1724 | 2023-12-11T20:25:50.595Z | Compiling toml v0.8.8 |
1725 | 2023-12-11T20:25:50.957Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1726 | 2023-12-11T20:25:52.855Z | Compiling sha1 v0.10.6 |
1727 | 2023-12-11T20:25:53.402Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1728 | 2023-12-11T20:25:54.394Z | Compiling textwrap v0.11.0 |
1729 | 2023-12-11T20:25:55.042Z | Compiling heck v0.3.3 |
1730 | 2023-12-11T20:25:56.159Z | Compiling serde_path_to_error v0.1.14 |
1731 | 2023-12-11T20:25:56.571Z | Compiling instant v0.1.12 |
1732 | 2023-12-11T20:25:56.796Z | Compiling debug-ignore v1.0.5 |
1733 | 2023-12-11T20:25:57.021Z | Compiling strsim v0.8.0 |
1734 | 2023-12-11T20:25:57.647Z | Compiling vec_map v0.8.2 |
1735 | 2023-12-11T20:25:57.827Z | Compiling rayon-core v1.12.0 |
1736 | 2023-12-11T20:25:58.145Z | Compiling ansi_term v0.12.1 |
1737 | 2023-12-11T20:25:58.869Z | Compiling libefi-sys v0.1.0 |
1738 | 2023-12-11T20:25:59.312Z | Compiling clap v2.34.0 |
1739 | 2023-12-11T20:25:59.500Z | Compiling backoff v0.4.0 |
1740 | 2023-12-11T20:25:59.563Z | Compiling structopt-derive v0.4.18 |
1741 | 2023-12-11T20:26:00.077Z | Compiling serde_with v3.4.0 |
1742 | 2023-12-11T20:26:02.104Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1743 | 2023-12-11T20:26:02.396Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1744 | 2023-12-11T20:26:03.898Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1745 | 2023-12-11T20:26:07.652Z | Compiling parse-display v0.8.2 |
1746 | 2023-12-11T20:26:08.167Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1747 | 2023-12-11T20:26:08.238Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1748 | 2023-12-11T20:26:08.446Z | Compiling zone_cfg_derive v0.3.0 |
1749 | 2023-12-11T20:26:08.499Z | Compiling crossbeam-deque v0.8.3 |
1750 | 2023-12-11T20:26:08.902Z | Compiling macaddr v1.0.1 |
1751 | 2023-12-11T20:26:09.125Z | Compiling num-derive v0.4.0 |
1752 | 2023-12-11T20:26:10.047Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1753 | 2023-12-11T20:26:10.585Z | Compiling portable-atomic v1.4.3 |
1754 | 2023-12-11T20:26:10.588Z | Compiling zone v0.3.0 |
1755 | 2023-12-11T20:26:12.765Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1756 | 2023-12-11T20:26:15.617Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1757 | 2023-12-11T20:26:16.459Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1758 | 2023-12-11T20:26:16.576Z | Compiling structopt v0.3.26 |
1759 | 2023-12-11T20:26:18.271Z | Compiling camino-tempfile v1.1.1 |
1760 | 2023-12-11T20:26:18.301Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1761 | 2023-12-11T20:26:19.495Z | Compiling smf v0.2.2 |
1762 | 2023-12-11T20:26:19.687Z | Compiling filetime v0.2.23 |
1763 | 2023-12-11T20:26:20.201Z | Compiling xattr v1.0.1 |
1764 | 2023-12-11T20:26:20.250Z | Compiling same-file v1.0.6 |
1765 | 2023-12-11T20:26:20.654Z | Compiling walkdir v2.4.0 |
1766 | 2023-12-11T20:26:20.715Z | Compiling tar v0.4.40 |
1767 | 2023-12-11T20:26:23.022Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1768 | 2023-12-11T20:26:23.478Z | Compiling rayon v1.8.0 |
1769 | 2023-12-11T20:26:24.193Z | Compiling number_prefix v0.4.0 |
1770 | 2023-12-11T20:26:24.572Z | Compiling omicron-zone-package v0.9.1 |
1771 | 2023-12-11T20:26:26.736Z | Compiling swrite v0.1.0 |
1772 | 2023-12-11T20:26:26.921Z | Compiling topological-sort v0.2.2 |
1773 | 2023-12-11T20:26:31.611Z | Compiling indicatif v0.17.7 |
1774 | 2023-12-11T20:26:48.192Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1775 | 2023-12-11T20:26:58.726Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1776 | 2023-12-11T20:27:02.146Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1777 | 2023-12-11T20:27:05.592Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1778 | 2023-12-11T20:27:31.581Z | Finished release [optimized] target(s) in 7m 54s |
1779 | 2023-12-11T20:27:31.837Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1780 | 2023-12-11T20:27:31.925Z | Created new build target 'test' and set it as active |
1781 | 2023-12-11T20:27:31.928Z | |
1782 | 2023-12-11T20:27:31.928Z | real 7:54.469350778 |
1783 | 2023-12-11T20:27:31.928Z | user 50:59.286677372 |
1784 | 2023-12-11T20:27:31.928Z | sys 4:34.271458792 |
1785 | 2023-12-11T20:27:31.929Z | trap 1.997327678 |
1786 | 2023-12-11T20:27:31.929Z | tflt 3.391123334 |
1787 | 2023-12-11T20:27:31.929Z | dflt 4.831517904 |
1788 | 2023-12-11T20:27:31.929Z | kflt 0.026558044 |
1789 | 2023-12-11T20:27:31.929Z | lock 1:49:55.162642970 |
1790 | 2023-12-11T20:27:31.929Z | slp 2:22:35.889053986 |
1791 | 2023-12-11T20:27:31.929Z | lat 2:27.804704439 |
1792 | 2023-12-11T20:27:31.929Z | stop 4:14.270208920 |
1793 | 2023-12-11T20:27:31.929Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1794 | 2023-12-11T20:27:33.047Z | Finished release [optimized] target(s) in 1.03s |
1795 | 2023-12-11T20:27:33.076Z | Running `target/release/omicron-package -t test package` |
1796 | 2023-12-11T20:27:33.115Z | Dec 11 20:27:33.114 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1797 | 2023-12-11T20:27:34.241Z | Compiling linked-hash-map v0.5.6 |
1798 | 2023-12-11T20:27:34.241Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1799 | 2023-12-11T20:27:34.244Z | Compiling password-hash v0.5.0 |
1800 | 2023-12-11T20:27:34.244Z | Compiling blake2 v0.10.6 |
1801 | 2023-12-11T20:27:34.244Z | Compiling same-file v1.0.6 |
1802 | 2023-12-11T20:27:34.262Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1803 | 2023-12-11T20:27:34.283Z | Compiling semver-parser v0.10.2 |
1804 | 2023-12-11T20:27:34.286Z | Compiling quick-error v1.2.3 |
1805 | 2023-12-11T20:27:34.484Z | Compiling walkdir v2.4.0 |
1806 | 2023-12-11T20:27:34.566Z | Compiling fastrand v2.0.0 |
1807 | 2023-12-11T20:27:34.819Z | Compiling lru-cache v0.1.2 |
1808 | 2023-12-11T20:27:35.114Z | Compiling argon2 v0.5.2 |
1809 | 2023-12-11T20:27:35.300Z | Compiling tempfile v3.8.1 |
1810 | 2023-12-11T20:27:35.500Z | Compiling semver v0.11.0 |
1811 | 2023-12-11T20:27:36.456Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1812 | 2023-12-11T20:27:36.542Z | Compiling resolv-conf v0.7.0 |
1813 | 2023-12-11T20:27:36.584Z | Compiling filetime v0.2.23 |
1814 | 2023-12-11T20:27:37.014Z | Compiling xattr v1.0.1 |
1815 | 2023-12-11T20:27:37.347Z | Compiling slog-dtrace v0.2.3 |
1816 | 2023-12-11T20:27:37.368Z | Compiling home v0.5.5 |
1817 | 2023-12-11T20:27:37.429Z | Compiling tar v0.4.40 |
1818 | 2023-12-11T20:27:37.684Z | Compiling toolchain_find v0.2.0 |
1819 | 2023-12-11T20:27:37.883Z | Compiling trust-dns-resolver v0.22.0 |
1820 | 2023-12-11T20:27:38.394Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1821 | 2023-12-11T20:27:38.485Z | Compiling toml v0.5.11 |
1822 | 2023-12-11T20:27:38.962Z | Compiling omicron-zone-package v0.9.1 |
1823 | 2023-12-11T20:27:39.642Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1824 | 2023-12-11T20:27:39.910Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1825 | 2023-12-11T20:27:40.345Z | Compiling toml v0.8.8 |
1826 | 2023-12-11T20:27:40.460Z | Compiling num-rational v0.4.1 |
1827 | 2023-12-11T20:27:40.885Z | Compiling cancel-safe-futures v0.1.5 |
1828 | 2023-12-11T20:27:41.380Z | Compiling rustfmt-wrapper v0.2.0 |
1829 | 2023-12-11T20:27:42.319Z | Compiling convert_case v0.4.0 |
1830 | 2023-12-11T20:27:43.578Z | Compiling derive_more v0.99.17 |
1831 | 2023-12-11T20:27:43.884Z | Compiling num-complex v0.4.4 |
1832 | 2023-12-11T20:27:43.917Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1833 | 2023-12-11T20:27:44.808Z | Compiling fxhash v0.2.1 |
1834 | 2023-12-11T20:27:45.137Z | Compiling unicase v2.7.0 |
1835 | 2023-12-11T20:27:45.566Z | Compiling utf-8 v0.7.6 |
1836 | 2023-12-11T20:27:45.576Z | Compiling semver v0.1.20 |
1837 | 2023-12-11T20:27:45.931Z | Compiling num v0.4.1 |
1838 | 2023-12-11T20:27:45.993Z | Compiling tungstenite v0.20.1 |
1839 | 2023-12-11T20:27:46.075Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1840 | 2023-12-11T20:27:46.156Z | Compiling rustc_version v0.1.7 |
1841 | 2023-12-11T20:27:46.507Z | Compiling radium v0.7.0 |
1842 | 2023-12-11T20:27:46.746Z | Compiling half v1.8.2 |
1843 | 2023-12-11T20:27:46.879Z | Compiling keccak v0.1.4 |
1844 | 2023-12-11T20:27:47.115Z | Compiling arc-swap v1.6.0 |
1845 | 2023-12-11T20:27:48.332Z | Compiling ciborium-io v0.2.1 |
1846 | 2023-12-11T20:27:48.506Z | Compiling ciborium-ll v0.2.1 |
1847 | 2023-12-11T20:27:48.510Z | Compiling slog-scope v4.4.0 |
1848 | 2023-12-11T20:27:48.795Z | Compiling tokio-tungstenite v0.20.1 |
1849 | 2023-12-11T20:27:49.338Z | Compiling sha3 v0.10.8 |
1850 | 2023-12-11T20:27:49.746Z | Compiling newtype_derive v0.1.6 |
1851 | 2023-12-11T20:27:49.950Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1852 | 2023-12-11T20:27:50.175Z | Compiling libsw v3.3.0 |
1853 | 2023-12-11T20:27:50.660Z | Compiling secrecy v0.8.0 |
1854 | 2023-12-11T20:27:50.743Z | Compiling derive-where v1.2.6 |
1855 | 2023-12-11T20:27:51.073Z | Compiling maybe-uninit v2.0.0 |
1856 | 2023-12-11T20:27:51.741Z | Compiling tap v1.0.1 |
1857 | 2023-12-11T20:27:52.010Z | Compiling parking_lot_core v0.8.6 |
1858 | 2023-12-11T20:27:52.593Z | Compiling linear-map v1.2.0 |
1859 | 2023-12-11T20:27:53.227Z | Compiling owo-colors v3.5.0 |
1860 | 2023-12-11T20:27:55.505Z | Compiling wyz v0.5.1 |
1861 | 2023-12-11T20:27:56.541Z | Compiling ciborium v0.2.1 |
1862 | 2023-12-11T20:27:56.545Z | Compiling slog-stdlog v4.1.1 |
1863 | 2023-12-11T20:27:56.740Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1864 | 2023-12-11T20:27:58.003Z | Compiling nibble_vec v0.1.0 |
1865 | 2023-12-11T20:27:58.290Z | Compiling funty v2.0.0 |
1866 | 2023-12-11T20:27:58.674Z | Compiling num-bigint-dig v0.8.4 |
1867 | 2023-12-11T20:27:59.114Z | Compiling display-error-chain v0.2.0 |
1868 | 2023-12-11T20:27:59.365Z | Compiling crc-catalog v2.2.0 |
1869 | 2023-12-11T20:27:59.572Z | Compiling endian-type v0.1.2 |
1870 | 2023-12-11T20:27:59.761Z | Compiling packed_struct v0.10.1 |
1871 | 2023-12-11T20:27:59.915Z | Compiling radix_trie v0.2.1 |
1872 | 2023-12-11T20:28:00.379Z | Compiling bitvec v1.0.1 |
1873 | 2023-12-11T20:28:01.369Z | Compiling crc v3.0.1 |
1874 | 2023-12-11T20:28:01.962Z | Compiling slog-envlogger v2.2.0 |
1875 | 2023-12-11T20:28:03.195Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1876 | 2023-12-11T20:28:04.254Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1877 | 2023-12-11T20:28:04.307Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1878 | 2023-12-11T20:28:06.443Z | Compiling packed_struct_codegen v0.10.1 |
1879 | 2023-12-11T20:28:07.950Z | Compiling dirs-sys-next v0.1.2 |
1880 | 2023-12-11T20:28:08.743Z | Compiling glob v0.3.1 |
1881 | 2023-12-11T20:28:10.775Z | Compiling platforms v3.0.2 |
1882 | 2023-12-11T20:28:11.244Z | Compiling nodrop v0.1.14 |
1883 | 2023-12-11T20:28:11.444Z | Compiling crunchy v0.2.2 |
1884 | 2023-12-11T20:28:12.108Z | Compiling array-init v0.0.4 |
1885 | 2023-12-11T20:28:13.679Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1886 | 2023-12-11T20:28:14.185Z | Compiling clang-sys v1.6.1 |
1887 | 2023-12-11T20:28:15.157Z | Compiling dirs-next v2.0.0 |
1888 | 2023-12-11T20:28:15.189Z | Compiling parking_lot v0.11.2 |
1889 | 2023-12-11T20:28:15.405Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1890 | 2023-12-11T20:28:19.144Z | Compiling smallvec v0.6.14 |
1891 | 2023-12-11T20:28:19.868Z | Compiling steno v0.4.0 |
1892 | 2023-12-11T20:28:20.528Z | Compiling mime_guess v2.0.4 |
1893 | 2023-12-11T20:28:22.380Z | Compiling trust-dns-client v0.22.0 |
1894 | 2023-12-11T20:28:25.127Z | Compiling pkcs1 v0.7.5 |
1895 | 2023-12-11T20:28:25.516Z | Compiling signature v2.1.0 |
1896 | 2023-12-11T20:28:27.032Z | Compiling bitfield v0.14.0 |
1897 | 2023-12-11T20:28:27.245Z | Compiling tiny-keccak v2.0.2 |
1898 | 2023-12-11T20:28:27.483Z | Compiling termcolor v1.2.0 |
1899 | 2023-12-11T20:28:27.647Z | Compiling prettyplease v0.2.12 |
1900 | 2023-12-11T20:28:28.174Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1901 | 2023-12-11T20:28:29.631Z | Compiling trust-dns-server v0.22.1 |
1902 | 2023-12-11T20:28:31.515Z | Compiling env_logger v0.10.0 |
1903 | 2023-12-11T20:28:40.676Z | Compiling rsa v0.9.2 |
1904 | 2023-12-11T20:28:41.761Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1905 | 2023-12-11T20:28:42.864Z | Compiling serde-hex v0.1.0 |
1906 | 2023-12-11T20:28:49.369Z | Compiling sled v0.34.7 |
1907 | 2023-12-11T20:28:51.941Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1908 | 2023-12-11T20:29:01.538Z | Compiling term v0.7.0 |
1909 | 2023-12-11T20:29:04.698Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1910 | 2023-12-11T20:29:05.227Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1911 | 2023-12-11T20:29:07.263Z | Compiling darling_core v0.14.4 |
1912 | 2023-12-11T20:29:15.927Z | Compiling itertools v0.12.0 |
1913 | 2023-12-11T20:29:21.962Z | Compiling x509-cert v0.2.4 |
1914 | 2023-12-11T20:29:26.449Z | Compiling ron v0.8.1 |
1915 | 2023-12-11T20:29:33.781Z | Compiling crc-any v2.4.3 |
1916 | 2023-12-11T20:29:35.352Z | Compiling minimal-lexical v0.2.1 |
1917 | 2023-12-11T20:29:36.149Z | Compiling buf-list v1.0.3 |
1918 | 2023-12-11T20:29:36.952Z | Compiling pretty-hex v0.4.0 |
1919 | 2023-12-11T20:29:37.209Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1920 | 2023-12-11T20:29:37.377Z | Compiling nom v7.1.3 |
1921 | 2023-12-11T20:29:39.939Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1922 | 2023-12-11T20:29:43.698Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1923 | 2023-12-11T20:29:45.169Z | Compiling darling_macro v0.14.4 |
1924 | 2023-12-11T20:29:46.621Z | Compiling curve25519-dalek v4.1.0 |
1925 | 2023-12-11T20:29:46.928Z | Compiling ascii-canvas v3.0.0 |
1926 | 2023-12-11T20:29:47.289Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1927 | 2023-12-11T20:29:47.675Z | Compiling object v0.30.4 |
1928 | 2023-12-11T20:29:48.292Z | Compiling is-terminal v0.4.9 |
1929 | 2023-12-11T20:29:48.482Z | Compiling kstat-rs v0.2.3 |
1930 | 2023-12-11T20:29:49.928Z | Compiling ena v0.14.2 |
1931 | 2023-12-11T20:29:50.181Z | Compiling libloading v0.7.4 |
1932 | 2023-12-11T20:29:50.488Z | Compiling bindgen v0.65.1 |
1933 | 2023-12-11T20:29:50.579Z | Compiling regex-syntax v0.6.29 |
1934 | 2023-12-11T20:29:50.698Z | Compiling path-slash v0.1.5 |
1935 | 2023-12-11T20:29:50.996Z | Compiling diff v0.1.13 |
1936 | 2023-12-11T20:29:51.852Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2023-12-11T20:29:59.786Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1938 | 2023-12-11T20:30:08.832Z | Compiling lalrpop v0.19.12 |
1939 | 2023-12-11T20:30:10.656Z | Compiling darling v0.14.4 |
1940 | 2023-12-11T20:30:10.808Z | Compiling cexpr v0.6.0 |
1941 | 2023-12-11T20:30:14.945Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1942 | 2023-12-11T20:30:16.118Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1943 | 2023-12-11T20:30:16.312Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1944 | 2023-12-11T20:30:19.024Z | Compiling which v4.4.0 |
1945 | 2023-12-11T20:30:19.089Z | Compiling universal-hash v0.5.1 |
1946 | 2023-12-11T20:30:19.407Z | Compiling curve25519-dalek-derive v0.1.0 |
1947 | 2023-12-11T20:30:19.864Z | Compiling thiserror-impl-no-std v2.0.2 |
1948 | 2023-12-11T20:30:19.994Z | Compiling memoffset v0.7.1 |
1949 | 2023-12-11T20:30:20.439Z | Compiling lazycell v1.3.0 |
1950 | 2023-12-11T20:30:20.684Z | Compiling opaque-debug v0.3.0 |
1951 | 2023-12-11T20:30:21.164Z | Compiling shlex v1.1.0 |
1952 | 2023-12-11T20:30:21.169Z | Compiling peeking_take_while v0.1.2 |
1953 | 2023-12-11T20:30:21.341Z | Compiling rustc-hash v1.1.0 |
1954 | 2023-12-11T20:30:21.991Z | Compiling poly1305 v0.8.0 |
1955 | 2023-12-11T20:30:23.947Z | Compiling derive_builder_core v0.12.0 |
1956 | 2023-12-11T20:30:24.303Z | Compiling thiserror-no-std v2.0.2 |
1957 | 2023-12-11T20:30:24.593Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1958 | 2023-12-11T20:30:26.084Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1959 | 2023-12-11T20:30:27.544Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1960 | 2023-12-11T20:30:27.963Z | Compiling chacha20 v0.9.1 |
1961 | 2023-12-11T20:30:28.665Z | Compiling globset v0.4.13 |
1962 | 2023-12-11T20:30:34.558Z | Compiling pem v3.0.2 |
1963 | 2023-12-11T20:30:37.229Z | Compiling olpc-cjson v0.1.3 |
1964 | 2023-12-11T20:30:38.130Z | Compiling aead v0.5.2 |
1965 | 2023-12-11T20:30:38.611Z | Compiling bcs v0.1.6 |
1966 | 2023-12-11T20:30:39.269Z | Compiling libxml v0.3.3 |
1967 | 2023-12-11T20:30:39.745Z | Compiling serde_plain v1.0.2 |
1968 | 2023-12-11T20:30:40.067Z | Compiling async-recursion v1.0.5 |
1969 | 2023-12-11T20:30:40.570Z | Compiling highway v1.1.0 |
1970 | 2023-12-11T20:30:41.616Z | Compiling typed-path v0.7.0 |
1971 | 2023-12-11T20:30:42.944Z | Compiling ref-cast v1.0.20 |
1972 | 2023-12-11T20:30:43.467Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1973 | 2023-12-11T20:30:43.755Z | Compiling chacha20poly1305 v0.10.1 |
1974 | 2023-12-11T20:30:43.942Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
1975 | 2023-12-11T20:30:44.098Z | Compiling derive_builder_macro v0.12.0 |
1976 | 2023-12-11T20:30:45.325Z | Compiling vsss-rs v3.3.1 |
1977 | 2023-12-11T20:30:46.391Z | Compiling tough v0.16.0 |
1978 | 2023-12-11T20:30:48.742Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1979 | 2023-12-11T20:30:50.227Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1980 | 2023-12-11T20:30:53.383Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1981 | 2023-12-11T20:30:53.467Z | Compiling strum_macros v0.24.3 |
1982 | 2023-12-11T20:30:56.320Z | Compiling ref-cast-impl v1.0.20 |
1983 | 2023-12-11T20:30:56.556Z | Compiling polar-core v0.27.0 |
1984 | 2023-12-11T20:30:56.821Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1985 | 2023-12-11T20:30:57.265Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1986 | 2023-12-11T20:30:57.714Z | Compiling cookie v0.18.0 |
1987 | 2023-12-11T20:30:58.153Z | Compiling signature v1.6.4 |
1988 | 2023-12-11T20:30:58.249Z | Compiling salty v0.2.0 |
1989 | 2023-12-11T20:30:58.381Z | Compiling indoc v1.0.9 |
1990 | 2023-12-11T20:30:58.819Z | Compiling http-range v0.1.5 |
1991 | 2023-12-11T20:30:59.259Z | Compiling hyper-staticfile v0.9.5 |
1992 | 2023-12-11T20:30:59.748Z | Compiling ed25519 v1.5.3 |
1993 | 2023-12-11T20:31:00.202Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1994 | 2023-12-11T20:31:04.330Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1995 | 2023-12-11T20:31:11.449Z | Compiling derive_builder v0.12.0 |
1996 | 2023-12-11T20:31:17.393Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1997 | 2023-12-11T20:31:22.290Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1998 | 2023-12-11T20:31:22.830Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1999 | 2023-12-11T20:31:23.298Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2000 | 2023-12-11T20:31:28.019Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2001 | 2023-12-11T20:31:29.028Z | Compiling headers-core v0.2.0 |
2002 | 2023-12-11T20:31:29.274Z | Compiling bb8 v0.8.1 |
2003 | 2023-12-11T20:31:30.150Z | Compiling quick-xml v0.23.1 |
2004 | 2023-12-11T20:31:32.211Z | Compiling serde-big-array v0.5.1 |
2005 | 2023-12-11T20:31:32.596Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2006 | 2023-12-11T20:31:33.010Z | Compiling impl-trait-for-tuples v0.2.2 |
2007 | 2023-12-11T20:31:33.843Z | Compiling oso-derive v0.27.0 |
2008 | 2023-12-11T20:31:35.436Z | Compiling fs-err v2.11.0 |
2009 | 2023-12-11T20:31:35.439Z | Compiling maplit v1.0.2 |
2010 | 2023-12-11T20:31:35.553Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2011 | 2023-12-11T20:31:52.691Z | Compiling oso v0.27.0 |
2012 | 2023-12-11T20:31:52.735Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2013 | 2023-12-11T20:31:52.735Z | Compiling headers v0.3.9 |
2014 | 2023-12-11T20:31:52.736Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2015 | 2023-12-11T20:31:57.949Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2016 | 2023-12-11T20:32:09.561Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2017 | 2023-12-11T20:32:12.217Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2018 | 2023-12-11T20:32:12.801Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2019 | 2023-12-11T20:32:13.779Z | Compiling signal-hook-tokio v0.3.1 |
2020 | 2023-12-11T20:32:14.110Z | Compiling serde-big-array v0.4.1 |
2021 | 2023-12-11T20:32:14.320Z | Compiling indoc v2.0.3 |
2022 | 2023-12-11T20:32:14.764Z | Compiling cassowary v0.3.0 |
2023 | 2023-12-11T20:32:28.834Z | Compiling ratatui v0.23.0 |
2024 | 2023-12-11T20:32:29.050Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2025 | 2023-12-11T20:32:29.050Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2026 | 2023-12-11T20:32:29.050Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2027 | 2023-12-11T20:32:38.465Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2028 | 2023-12-11T20:32:39.028Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2029 | 2023-12-11T20:32:41.153Z | Compiling fatfs v0.3.6 |
2030 | 2023-12-11T20:32:46.521Z | Compiling bytesize v1.3.0 |
2031 | 2023-12-11T20:32:47.425Z | Compiling nanorand v0.7.0 |
2032 | 2023-12-11T20:32:48.618Z | Compiling rtoolbox v0.0.1 |
2033 | 2023-12-11T20:32:48.859Z | Compiling corncobs v0.1.3 |
2034 | 2023-12-11T20:32:49.259Z | Compiling smawk v0.3.1 |
2035 | 2023-12-11T20:32:49.512Z | Compiling assert_matches v1.5.0 |
2036 | 2023-12-11T20:32:49.610Z | Compiling unicode-linebreak v0.1.5 |
2037 | 2023-12-11T20:32:49.652Z | Compiling is_ci v1.1.1 |
2038 | 2023-12-11T20:32:50.051Z | Compiling supports-color v2.1.0 |
2039 | 2023-12-11T20:32:53.687Z | Compiling textwrap v0.16.0 |
2040 | 2023-12-11T20:32:53.776Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2041 | 2023-12-11T20:32:53.776Z | Compiling rpassword v7.3.1 |
2042 | 2023-12-11T20:32:53.776Z | Compiling flume v0.11.0 |
2043 | 2023-12-11T20:32:54.436Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2044 | 2023-12-11T20:32:55.014Z | Compiling tui-tree-widget v0.13.0 |
2045 | 2023-12-11T20:32:56.807Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2046 | 2023-12-11T20:32:58.462Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2047 | 2023-12-11T20:33:04.363Z | Compiling humantime v2.1.0 |
2048 | 2023-12-11T20:33:05.761Z | Compiling shell-words v1.1.0 |
2049 | 2023-12-11T20:33:06.458Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2050 | 2023-12-11T20:33:43.492Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2051 | 2023-12-11T20:34:10.863Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2052 | 2023-12-11T20:36:53.214Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2053 | 2023-12-11T20:46:06.791Z | Finished release [optimized] target(s) in 18m 33s |
2054 | 2023-12-11T20:47:16.518Z | |
2055 | 2023-12-11T20:47:16.532Z | real 19:44.641926304 |
2056 | 2023-12-11T20:47:16.533Z | user 2:14:45.899520797 |
2057 | 2023-12-11T20:47:16.533Z | sys 4:50.799194442 |
2058 | 2023-12-11T20:47:16.533Z | trap 4.372822187 |
2059 | 2023-12-11T20:47:16.533Z | tflt 0.933647588 |
2060 | 2023-12-11T20:47:16.533Z | dflt 1.990132741 |
2061 | 2023-12-11T20:47:16.533Z | kflt 0.002470731 |
2062 | 2023-12-11T20:47:16.534Z | lock 7:50:38.131105593 |
2063 | 2023-12-11T20:47:16.534Z | slp 5:07:01.807529181 |
2064 | 2023-12-11T20:47:16.534Z | lat 2:25.148604961 |
2065 | 2023-12-11T20:47:16.534Z | stop 37.971679378 |
2066 | 2023-12-11T20:47:16.534Z | + 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/*) |
2067 | 2023-12-11T20:47:16.535Z | + pfexec mkdir -p /work |
2068 | 2023-12-11T20:47:16.535Z | + pfexec chown build /work |
2069 | 2023-12-11T20:47:16.536Z | + 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 |
2070 | 2023-12-11T20:47:29.741Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2071 | 2023-12-11T20:47:29.741Z | a out/mg-ddm-gz.tar 61253K |
2072 | 2023-12-11T20:47:29.741Z | a out/omicron-sled-agent.tar 109213K |
2073 | 2023-12-11T20:47:29.741Z | a out/target/test 1K |
2074 | 2023-12-11T20:47:29.741Z | a out/npuzone/npuzone 36313K |
2075 | 2023-12-11T20:47:29.741Z | a package-manifest.toml 22K |
2076 | 2023-12-11T20:47:29.742Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2077 | 2023-12-11T20:47:29.742Z | a target/release/omicron-package 41511K |
2078 | 2023-12-11T20:47:29.742Z | a tools/create_virtual_hardware.sh 4K |
2079 | 2023-12-11T20:47:29.742Z | a tools/virtual_hardware.sh 4K |
2080 | 2023-12-11T20:47:29.742Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2081 | 2023-12-11T20:47:29.742Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2082 | 2023-12-11T20:47:29.742Z | a tools/scrimlet/softnpu-init.sh 3K |
2083 | 2023-12-11T20:47:29.742Z | a tools/scrimlet/softnpu-zone.txt 1K |
2084 | 2023-12-11T20:47:29.742Z | a tools/scrimlet/softnpu.toml 1K |
2085 | 2023-12-11T20:47:29.746Z | |
2086 | 2023-12-11T20:47:29.746Z | real 13.217704351 |
2087 | 2023-12-11T20:47:29.746Z | user 12.629143963 |
2088 | 2023-12-11T20:47:29.746Z | sys 1.035796228 |
2089 | 2023-12-11T20:47:29.746Z | trap 0.003953011 |
2090 | 2023-12-11T20:47:29.746Z | tflt 0.000000000 |
2091 | 2023-12-11T20:47:29.746Z | dflt 0.000000000 |
2092 | 2023-12-11T20:47:29.746Z | kflt 0.000000000 |
2093 | 2023-12-11T20:47:29.747Z | lock 0.000000000 |
2094 | 2023-12-11T20:47:29.747Z | slp 12.353799850 |
2095 | 2023-12-11T20:47:29.747Z | lat 0.409139746 |
2096 | 2023-12-11T20:47:29.747Z | stop 0.000234477 |
2097 | 2023-12-11T20:47:29.747Z | ++ pwd |
2098 | 2023-12-11T20:47:29.747Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2099 | 2023-12-11T20:47:29.750Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2100 | 2023-12-11T20:47:29.750Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2101 | 2023-12-11T20:47:31.248Z | Finished release [optimized] target(s) in 1.00s |
2102 | 2023-12-11T20:47:31.252Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2103 | 2023-12-11T20:47:31.252Z | Created new build target 'host' and set it as active |
2104 | 2023-12-11T20:47:31.252Z | |
2105 | 2023-12-11T20:47:31.252Z | real 1.165703919 |
2106 | 2023-12-11T20:47:31.252Z | user 0.819987940 |
2107 | 2023-12-11T20:47:31.253Z | sys 0.346872057 |
2108 | 2023-12-11T20:47:31.253Z | trap 0.000073731 |
2109 | 2023-12-11T20:47:31.253Z | tflt 0.000017178 |
2110 | 2023-12-11T20:47:31.253Z | dflt 0.000000000 |
2111 | 2023-12-11T20:47:31.253Z | kflt 0.000000000 |
2112 | 2023-12-11T20:47:31.253Z | lock 0.033149792 |
2113 | 2023-12-11T20:47:31.253Z | slp 0.021014088 |
2114 | 2023-12-11T20:47:31.253Z | lat 0.001798236 |
2115 | 2023-12-11T20:47:31.253Z | stop 0.000220999 |
2116 | 2023-12-11T20:47:31.253Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2117 | 2023-12-11T20:47:31.983Z | Finished release [optimized] target(s) in 0.97s |
2118 | 2023-12-11T20:47:32.014Z | Running `target/release/omicron-package -t host package` |
2119 | 2023-12-11T20:47:32.053Z | Dec 11 20:47:32.056 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2120 | 2023-12-11T20:47:33.150Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2121 | 2023-12-11T20:51:14.687Z | Finished release [optimized] target(s) in 3m 35s |
2122 | 2023-12-11T20:52:15.159Z | |
2123 | 2023-12-11T20:52:15.168Z | real 4:44.245249632 |
2124 | 2023-12-11T20:52:15.168Z | user 20:55.332582856 |
2125 | 2023-12-11T20:52:15.169Z | sys 1:04.199705991 |
2126 | 2023-12-11T20:52:15.169Z | trap 0.570536379 |
2127 | 2023-12-11T20:52:15.169Z | tflt 0.025553151 |
2128 | 2023-12-11T20:52:15.170Z | dflt 1.899944203 |
2129 | 2023-12-11T20:52:15.171Z | kflt 0.000000000 |
2130 | 2023-12-11T20:52:15.171Z | lock 1:09:15.486205652 |
2131 | 2023-12-11T20:52:15.172Z | slp 18:32.914778909 |
2132 | 2023-12-11T20:52:15.172Z | lat 10.528266617 |
2133 | 2023-12-11T20:52:15.172Z | stop 0.719031227 |
2134 | 2023-12-11T20:52:15.173Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2135 | 2023-12-11T20:52:15.173Z | + for package in "$@" |
2136 | 2023-12-11T20:52:15.173Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2137 | 2023-12-11T20:52:15.173Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+gitefa2f499f78 |
2138 | 2023-12-11T20:52:16.246Z | Finished release [optimized] target(s) in 1.00s |
2139 | 2023-12-11T20:52:16.285Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+gitefa2f499f78` |
2140 | 2023-12-11T20:52:16.321Z | Dec 11 20:52:16.322 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2141 | 2023-12-11T20:52:16.847Z | Created: out/versioned/omicron-sled-agent.tar |
2142 | 2023-12-11T20:52:16.851Z | + for package in "$@" |
2143 | 2023-12-11T20:52:16.851Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2144 | 2023-12-11T20:52:16.851Z | + echo 0.0.0 |
2145 | 2023-12-11T20:52:16.851Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2146 | 2023-12-11T20:52:16.855Z | a VERSION 1K |
2147 | 2023-12-11T20:52:16.856Z | + rm VERSION |
2148 | 2023-12-11T20:52:16.860Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitefa2f499f78 |
2149 | 2023-12-11T20:52:17.964Z | Finished release [optimized] target(s) in 1.02s |
2150 | 2023-12-11T20:52:17.994Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitefa2f499f78` |
2151 | 2023-12-11T20:52:18.038Z | Dec 11 20:52:18.040 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2152 | 2023-12-11T20:52:18.317Z | Created: out/versioned/mg-ddm-gz.tar |
2153 | 2023-12-11T20:52:18.321Z | + for package in "$@" |
2154 | 2023-12-11T20:52:18.321Z | + [[ propolis-server == mg-ddm-gz ]] |
2155 | 2023-12-11T20:52:18.321Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+gitefa2f499f78 |
2156 | 2023-12-11T20:52:19.398Z | Finished release [optimized] target(s) in 0.95s |
2157 | 2023-12-11T20:52:19.415Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+gitefa2f499f78` |
2158 | 2023-12-11T20:52:19.444Z | Dec 11 20:52:19.431 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2159 | 2023-12-11T20:52:21.250Z | Created: out/versioned/propolis-server.tar.gz |
2160 | 2023-12-11T20:52:21.254Z | + for package in "$@" |
2161 | 2023-12-11T20:52:21.254Z | + [[ overlay == mg-ddm-gz ]] |
2162 | 2023-12-11T20:52:21.254Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+gitefa2f499f78 |
2163 | 2023-12-11T20:52:22.314Z | Finished release [optimized] target(s) in 0.96s |
2164 | 2023-12-11T20:52:22.327Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+gitefa2f499f78` |
2165 | 2023-12-11T20:52:22.774Z | Dec 11 20:52:22.369 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2166 | 2023-12-11T20:52:22.779Z | Created: out/versioned/overlay.tar.gz |
2167 | 2023-12-11T20:52:22.779Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2168 | 2023-12-11T20:52:22.779Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2169 | 2023-12-11T20:52:22.779Z | ++ cd -- ./tools |
2170 | 2023-12-11T20:52:22.779Z | ++ pwd |
2171 | 2023-12-11T20:52:22.779Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2172 | 2023-12-11T20:52:22.779Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2173 | 2023-12-11T20:52:22.779Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2174 | 2023-12-11T20:52:22.779Z | ++ readlink -f /work |
2175 | 2023-12-11T20:52:22.779Z | + out_dir=/work |
2176 | 2023-12-11T20:52:22.779Z | + 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") |
2177 | 2023-12-11T20:52:22.779Z | + for dep in "${deps[@]}" |
2178 | 2023-12-11T20:52:22.779Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2179 | 2023-12-11T20:52:22.779Z | + for dep in "${deps[@]}" |
2180 | 2023-12-11T20:52:22.779Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2181 | 2023-12-11T20:52:22.779Z | + for dep in "${deps[@]}" |
2182 | 2023-12-11T20:52:22.779Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2183 | 2023-12-11T20:52:22.780Z | + for dep in "${deps[@]}" |
2184 | 2023-12-11T20:52:22.780Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2185 | 2023-12-11T20:52:22.780Z | ++ mktemp -d |
2186 | 2023-12-11T20:52:22.780Z | + tmp_gz=/tmp/tmp._Zaiyh |
2187 | 2023-12-11T20:52:22.780Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2188 | 2023-12-11T20:52:22.780Z | + echo '{"v":"1","t":"layer"}' |
2189 | 2023-12-11T20:52:22.780Z | + pkg_dir=/tmp/tmp._Zaiyh/root/opt/oxide/sled-agent |
2190 | 2023-12-11T20:52:22.780Z | + mkdir -p /tmp/tmp._Zaiyh/root/opt/oxide/sled-agent |
2191 | 2023-12-11T20:52:22.780Z | + cd /tmp/tmp._Zaiyh/root/opt/oxide/sled-agent |
2192 | 2023-12-11T20:52:22.780Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2193 | 2023-12-11T20:52:22.780Z | x ., 0 bytes, 0 tape blocks |
2194 | 2023-12-11T20:52:22.780Z | x zone-bundle, 39179648 bytes, 76523 tape blocks |
2195 | 2023-12-11T20:52:22.780Z | x sled-agent, 72623224 bytes, 141843 tape blocks |
2196 | 2023-12-11T20:52:22.780Z | x pkg, 0 bytes, 0 tape blocks |
2197 | 2023-12-11T20:52:22.780Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2198 | 2023-12-11T20:52:22.780Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2199 | 2023-12-11T20:52:22.780Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2200 | 2023-12-11T20:52:22.780Z | x VERSION, 25 bytes, 1 tape blocks |
2201 | 2023-12-11T20:52:22.781Z | + mkdir -p /tmp/tmp._Zaiyh/root/lib/svc/manifest/site/ |
2202 | 2023-12-11T20:52:22.781Z | + mv pkg/manifest.xml /tmp/tmp._Zaiyh/root/lib/svc/manifest/site/sled-agent.xml |
2203 | 2023-12-11T20:52:22.781Z | + cd - |
2204 | 2023-12-11T20:52:22.781Z | /work/oxidecomputer/omicron |
2205 | 2023-12-11T20:52:22.781Z | + pkg_dir=/tmp/tmp._Zaiyh/root/opt/oxide/mg-ddm |
2206 | 2023-12-11T20:52:22.781Z | + mkdir -p /tmp/tmp._Zaiyh/root/opt/oxide/mg-ddm |
2207 | 2023-12-11T20:52:22.781Z | + cd /tmp/tmp._Zaiyh/root/opt/oxide/mg-ddm |
2208 | 2023-12-11T20:52:22.781Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2209 | 2023-12-11T20:52:22.781Z | x ., 0 bytes, 0 tape blocks |
2210 | 2023-12-11T20:52:22.781Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2211 | 2023-12-11T20:52:22.781Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2212 | 2023-12-11T20:52:22.781Z | x pkg, 0 bytes, 0 tape blocks |
2213 | 2023-12-11T20:52:22.781Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2214 | 2023-12-11T20:52:22.782Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2215 | 2023-12-11T20:52:22.782Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2216 | 2023-12-11T20:52:22.782Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2217 | 2023-12-11T20:52:22.782Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2218 | 2023-12-11T20:52:22.782Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2219 | 2023-12-11T20:52:22.782Z | x VERSION, 25 bytes, 1 tape blocks |
2220 | 2023-12-11T20:52:22.782Z | + cd - |
2221 | 2023-12-11T20:52:22.782Z | /work/oxidecomputer/omicron |
2222 | 2023-12-11T20:52:22.782Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp._Zaiyh/root/opt/oxide |
2223 | 2023-12-11T20:52:22.782Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp._Zaiyh/root/opt/oxide |
2224 | 2023-12-11T20:52:22.783Z | + cd /tmp/tmp._Zaiyh |
2225 | 2023-12-11T20:52:22.783Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2226 | 2023-12-11T20:52:34.235Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2227 | 2023-12-11T20:52:34.235Z | a oxide.json 1K |
2228 | 2023-12-11T20:52:34.235Z | a root/ 0K |
2229 | 2023-12-11T20:52:34.235Z | a root/opt/ 0K |
2230 | 2023-12-11T20:52:34.235Z | a root/opt/oxide/ 0K |
2231 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/ 0K |
2232 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/zone-bundle 38262K |
2233 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/sled-agent 70922K |
2234 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2235 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2236 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2237 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/sled-agent/VERSION 1K |
2238 | 2023-12-11T20:52:34.236Z | a root/opt/oxide/mg-ddm/ 0K |
2239 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2240 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2241 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2242 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2243 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2244 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2245 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2246 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2247 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2248 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2249 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/propolis-server.tar.gz 65001K |
2250 | 2023-12-11T20:52:34.240Z | a root/opt/oxide/overlay.tar.gz 2K |
2251 | 2023-12-11T20:52:34.240Z | a root/lib/ 0K |
2252 | 2023-12-11T20:52:34.240Z | a root/lib/svc/ 0K |
2253 | 2023-12-11T20:52:34.240Z | a root/lib/svc/manifest/ 0K |
2254 | 2023-12-11T20:52:34.241Z | a root/lib/svc/manifest/site/ 0K |
2255 | 2023-12-11T20:52:34.241Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2256 | 2023-12-11T20:52:34.244Z | + cd / |
2257 | 2023-12-11T20:52:34.244Z | + rm -rf /tmp/tmp._Zaiyh |
2258 | 2023-12-11T20:52:34.289Z | |
2259 | 2023-12-11T20:52:34.292Z | real 11.907090049 |
2260 | 2023-12-11T20:52:34.292Z | user 10.998029109 |
2261 | 2023-12-11T20:52:34.293Z | sys 0.971196166 |
2262 | 2023-12-11T20:52:34.293Z | trap 0.004073858 |
2263 | 2023-12-11T20:52:34.293Z | tflt 0.000000000 |
2264 | 2023-12-11T20:52:34.293Z | dflt 0.000000000 |
2265 | 2023-12-11T20:52:34.293Z | kflt 0.000150861 |
2266 | 2023-12-11T20:52:34.293Z | lock 0.000000000 |
2267 | 2023-12-11T20:52:34.293Z | slp 22.948537921 |
2268 | 2023-12-11T20:52:34.294Z | lat 0.372964865 |
2269 | 2023-12-11T20:52:34.294Z | stop 0.000325543 |
2270 | 2023-12-11T20:52:34.294Z | + mkdir -p /work/zones |
2271 | 2023-12-11T20:52:34.294Z | + 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) |
2272 | 2023-12-11T20:52:34.294Z | + 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/ |
2273 | 2023-12-11T20:52:38.048Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2274 | 2023-12-11T20:52:39.191Z | Finished release [optimized] target(s) in 1.05s |
2275 | 2023-12-11T20:52:39.264Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2276 | 2023-12-11T20:52:39.276Z | Created new build target 'recovery' and set it as active |
2277 | 2023-12-11T20:52:39.277Z | |
2278 | 2023-12-11T20:52:39.277Z | real 1.217974915 |
2279 | 2023-12-11T20:52:39.277Z | user 0.861403971 |
2280 | 2023-12-11T20:52:39.278Z | sys 0.355273177 |
2281 | 2023-12-11T20:52:39.278Z | trap 0.000572769 |
2282 | 2023-12-11T20:52:39.278Z | tflt 0.000020607 |
2283 | 2023-12-11T20:52:39.278Z | dflt 0.000047326 |
2284 | 2023-12-11T20:52:39.279Z | kflt 0.000000000 |
2285 | 2023-12-11T20:52:39.279Z | lock 0.037442006 |
2286 | 2023-12-11T20:52:39.280Z | slp 0.022552220 |
2287 | 2023-12-11T20:52:39.280Z | lat 0.003989148 |
2288 | 2023-12-11T20:52:39.282Z | stop 0.000225933 |
2289 | 2023-12-11T20:52:39.282Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2290 | 2023-12-11T20:52:40.384Z | Finished release [optimized] target(s) in 1.02s |
2291 | 2023-12-11T20:52:40.412Z | Running `target/release/omicron-package -t recovery package` |
2292 | 2023-12-11T20:52:40.874Z | Dec 11 20:52:40.454 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2293 | 2023-12-11T20:52:41.448Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2294 | 2023-12-11T20:52:45.103Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2295 | 2023-12-11T20:53:14.824Z | Finished release [optimized] target(s) in 34.28s |
2296 | 2023-12-11T20:53:52.793Z | |
2297 | 2023-12-11T20:53:52.796Z | real 1:13.520603272 |
2298 | 2023-12-11T20:53:52.796Z | user 2:27.611481314 |
2299 | 2023-12-11T20:53:52.796Z | sys 11.276421093 |
2300 | 2023-12-11T20:53:52.796Z | trap 0.077210579 |
2301 | 2023-12-11T20:53:52.796Z | tflt 0.038957925 |
2302 | 2023-12-11T20:53:52.796Z | dflt 1.280205000 |
2303 | 2023-12-11T20:53:52.797Z | kflt 0.000003544 |
2304 | 2023-12-11T20:53:52.798Z | lock 15:07.330368220 |
2305 | 2023-12-11T20:53:52.798Z | slp 2:49.070983284 |
2306 | 2023-12-11T20:53:52.798Z | lat 1.984669195 |
2307 | 2023-12-11T20:53:52.798Z | stop 0.188683736 |
2308 | 2023-12-11T20:53:52.798Z | + stamp_packages installinator mg-ddm-gz |
2309 | 2023-12-11T20:53:52.798Z | + for package in "$@" |
2310 | 2023-12-11T20:53:52.798Z | + [[ installinator == mg-ddm-gz ]] |
2311 | 2023-12-11T20:53:52.798Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+gitefa2f499f78 |
2312 | 2023-12-11T20:53:53.869Z | Finished release [optimized] target(s) in 0.99s |
2313 | 2023-12-11T20:53:53.903Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+gitefa2f499f78` |
2314 | 2023-12-11T20:53:53.949Z | Dec 11 20:53:53.946 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2315 | 2023-12-11T20:53:54.082Z | Created: out/versioned/installinator.tar |
2316 | 2023-12-11T20:53:54.086Z | + for package in "$@" |
2317 | 2023-12-11T20:53:54.086Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2318 | 2023-12-11T20:53:54.086Z | + echo 0.0.0 |
2319 | 2023-12-11T20:53:54.091Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2320 | 2023-12-11T20:53:54.091Z | a VERSION 1K |
2321 | 2023-12-11T20:53:54.091Z | + rm VERSION |
2322 | 2023-12-11T20:53:54.095Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+gitefa2f499f78 |
2323 | 2023-12-11T20:53:55.140Z | Finished release [optimized] target(s) in 0.96s |
2324 | 2023-12-11T20:53:55.168Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+gitefa2f499f78` |
2325 | 2023-12-11T20:53:55.209Z | Dec 11 20:53:55.211 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2326 | 2023-12-11T20:53:55.394Z | Created: out/versioned/mg-ddm-gz.tar |
2327 | 2023-12-11T20:53:55.398Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2328 | 2023-12-11T20:53:55.410Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2329 | 2023-12-11T20:53:55.413Z | ++ cd -- ./tools |
2330 | 2023-12-11T20:53:55.413Z | ++ pwd |
2331 | 2023-12-11T20:53:55.413Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2332 | 2023-12-11T20:53:55.416Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2333 | 2023-12-11T20:53:55.416Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2334 | 2023-12-11T20:53:55.419Z | ++ readlink -f /work |
2335 | 2023-12-11T20:53:55.422Z | + out_dir=/work |
2336 | 2023-12-11T20:53:55.424Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2337 | 2023-12-11T20:53:55.424Z | + for dep in "${deps[@]}" |
2338 | 2023-12-11T20:53:55.424Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2339 | 2023-12-11T20:53:55.424Z | + for dep in "${deps[@]}" |
2340 | 2023-12-11T20:53:55.424Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2341 | 2023-12-11T20:53:55.424Z | ++ mktemp -d |
2342 | 2023-12-11T20:53:55.427Z | + tmp_trampoline=/tmp/tmp.HHaGCh |
2343 | 2023-12-11T20:53:55.428Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2344 | 2023-12-11T20:53:55.428Z | + echo '{"v":"1","t":"layer"}' |
2345 | 2023-12-11T20:53:55.428Z | + pkg_dir=/tmp/tmp.HHaGCh/root/opt/oxide/installinator |
2346 | 2023-12-11T20:53:55.428Z | + mkdir -p /tmp/tmp.HHaGCh/root/opt/oxide/installinator |
2347 | 2023-12-11T20:53:55.428Z | + cd /tmp/tmp.HHaGCh/root/opt/oxide/installinator |
2348 | 2023-12-11T20:53:55.428Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2349 | 2023-12-11T20:53:55.485Z | x ., 0 bytes, 0 tape blocks |
2350 | 2023-12-11T20:53:55.485Z | x installinator, 52067576 bytes, 101695 tape blocks |
2351 | 2023-12-11T20:53:55.485Z | x pkg, 0 bytes, 0 tape blocks |
2352 | 2023-12-11T20:53:55.485Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2353 | 2023-12-11T20:53:55.485Z | x VERSION, 25 bytes, 1 tape blocks |
2354 | 2023-12-11T20:53:55.490Z | + mkdir -p /tmp/tmp.HHaGCh/root/lib/svc/manifest/site/ |
2355 | 2023-12-11T20:53:55.490Z | + mv pkg/manifest.xml /tmp/tmp.HHaGCh/root/lib/svc/manifest/site/installinator.xml |
2356 | 2023-12-11T20:53:55.493Z | + cd - |
2357 | 2023-12-11T20:53:55.493Z | /work/oxidecomputer/omicron |
2358 | 2023-12-11T20:53:55.493Z | + pkg_dir=/tmp/tmp.HHaGCh/root/opt/oxide/mg-ddm |
2359 | 2023-12-11T20:53:55.493Z | + mkdir -p /tmp/tmp.HHaGCh/root/opt/oxide/mg-ddm |
2360 | 2023-12-11T20:53:55.493Z | + cd /tmp/tmp.HHaGCh/root/opt/oxide/mg-ddm |
2361 | 2023-12-11T20:53:55.493Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2362 | 2023-12-11T20:53:55.595Z | x ., 0 bytes, 0 tape blocks |
2363 | 2023-12-11T20:53:55.595Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2364 | 2023-12-11T20:53:55.595Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2365 | 2023-12-11T20:53:55.595Z | x pkg, 0 bytes, 0 tape blocks |
2366 | 2023-12-11T20:53:55.595Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2367 | 2023-12-11T20:53:55.595Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2368 | 2023-12-11T20:53:55.596Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2369 | 2023-12-11T20:53:55.596Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2370 | 2023-12-11T20:53:55.596Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2371 | 2023-12-11T20:53:55.596Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2372 | 2023-12-11T20:53:55.596Z | x VERSION, 25 bytes, 1 tape blocks |
2373 | 2023-12-11T20:53:55.625Z | + cd - |
2374 | 2023-12-11T20:53:55.625Z | /work/oxidecomputer/omicron |
2375 | 2023-12-11T20:53:55.626Z | + cd /tmp/tmp.HHaGCh |
2376 | 2023-12-11T20:53:55.626Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2377 | 2023-12-11T20:54:01.560Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2378 | 2023-12-11T20:54:01.561Z | a oxide.json 1K |
2379 | 2023-12-11T20:54:01.561Z | a root/ 0K |
2380 | 2023-12-11T20:54:01.561Z | a root/opt/ 0K |
2381 | 2023-12-11T20:54:01.561Z | a root/opt/oxide/ 0K |
2382 | 2023-12-11T20:54:01.561Z | a root/opt/oxide/installinator/ 0K |
2383 | 2023-12-11T20:54:01.561Z | a root/opt/oxide/installinator/installinator 50848K |
2384 | 2023-12-11T20:54:01.561Z | a root/opt/oxide/installinator/pkg/ 0K |
2385 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/installinator/VERSION 1K |
2386 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/ 0K |
2387 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2388 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2389 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2390 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2391 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2392 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2393 | 2023-12-11T20:54:01.562Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2394 | 2023-12-11T20:54:01.563Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2395 | 2023-12-11T20:54:01.563Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2396 | 2023-12-11T20:54:01.563Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2397 | 2023-12-11T20:54:01.563Z | a root/lib/ 0K |
2398 | 2023-12-11T20:54:01.563Z | a root/lib/svc/ 0K |
2399 | 2023-12-11T20:54:01.563Z | a root/lib/svc/manifest/ 0K |
2400 | 2023-12-11T20:54:01.563Z | a root/lib/svc/manifest/site/ 0K |
2401 | 2023-12-11T20:54:01.563Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2402 | 2023-12-11T20:54:01.567Z | + cd / |
2403 | 2023-12-11T20:54:01.568Z | + rm -rf /tmp/tmp.HHaGCh |
2404 | 2023-12-11T20:54:01.585Z | |
2405 | 2023-12-11T20:54:01.590Z | real 6.181745571 |
2406 | 2023-12-11T20:54:01.594Z | user 5.785875015 |
2407 | 2023-12-11T20:54:01.595Z | sys 0.421458940 |
2408 | 2023-12-11T20:54:01.595Z | trap 0.002374977 |
2409 | 2023-12-11T20:54:01.595Z | tflt 0.000000000 |
2410 | 2023-12-11T20:54:01.595Z | dflt 0.000000000 |
2411 | 2023-12-11T20:54:01.595Z | kflt 0.000000000 |
2412 | 2023-12-11T20:54:01.595Z | lock 0.000000000 |
2413 | 2023-12-11T20:54:01.595Z | slp 11.952667225 |
2414 | 2023-12-11T20:54:01.595Z | lat 0.185278391 |
2415 | 2023-12-11T20:54:01.596Z | stop 0.000290381 |
2416 | 2023-12-11T20:54:01.596Z | process exited: duration 2205227 ms, exit code 0 |
|
2417 | 2023-12-11T20:54:01.616Z | found 21 output files |
2418 | 2023-12-11T20:54:01.616Z | uploading: /work/version.txt (26 bytes) |
2419 | 2023-12-11T20:54:02.641Z | uploaded: /work/version.txt |
2420 | 2023-12-11T20:54:02.641Z | uploading: /work/package.tar.gz (79785719 bytes) |
2421 | 2023-12-11T20:54:29.375Z | uploaded: /work/package.tar.gz |
2422 | 2023-12-11T20:54:29.375Z | uploading: /work/global-zone-packages.tar.gz (121338124 bytes) |
2423 | 2023-12-11T20:55:12.581Z | uploaded: /work/global-zone-packages.tar.gz |
2424 | 2023-12-11T20:55:12.581Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36452458 bytes) |
2425 | 2023-12-11T20:55:26.701Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2426 | 2023-12-11T20:55:26.701Z | uploading: /work/zones/clickhouse.tar.gz (181771966 bytes) |
2427 | 2023-12-11T20:56:21.333Z | uploaded: /work/zones/clickhouse.tar.gz |
2428 | 2023-12-11T20:56:21.334Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181774028 bytes) |
2429 | 2023-12-11T20:57:00.199Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2430 | 2023-12-11T20:57:00.199Z | uploading: /work/zones/cockroachdb.tar.gz (118851680 bytes) |
2431 | 2023-12-11T20:57:28.956Z | uploaded: /work/zones/cockroachdb.tar.gz |
2432 | 2023-12-11T20:57:28.956Z | uploading: /work/zones/crucible-pantry.tar.gz (22402804 bytes) |
2433 | 2023-12-11T20:57:33.649Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2434 | 2023-12-11T20:57:33.649Z | uploading: /work/zones/crucible.tar.gz (42284263 bytes) |
2435 | 2023-12-11T20:57:43.643Z | uploaded: /work/zones/crucible.tar.gz |
2436 | 2023-12-11T20:57:43.644Z | uploading: /work/zones/external-dns.tar.gz (24141473 bytes) |
2437 | 2023-12-11T20:57:50.172Z | uploaded: /work/zones/external-dns.tar.gz |
2438 | 2023-12-11T20:57:50.173Z | uploading: /work/zones/internal-dns.tar.gz (24141472 bytes) |
2439 | 2023-12-11T20:57:55.605Z | uploaded: /work/zones/internal-dns.tar.gz |
2440 | 2023-12-11T20:57:55.605Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2441 | 2023-12-11T20:57:56.627Z | uploaded: /work/zones/ntp.tar.gz |
2442 | 2023-12-11T20:57:56.627Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18208488 bytes) |
2443 | 2023-12-11T20:58:01.718Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2444 | 2023-12-11T20:58:01.718Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18205154 bytes) |
2445 | 2023-12-11T20:58:07.160Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2446 | 2023-12-11T20:58:07.160Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (73825768 bytes) |
2447 | 2023-12-11T20:58:23.707Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2448 | 2023-12-11T20:58:23.707Z | uploading: /work/zones/omicron-nexus.tar.gz (73828575 bytes) |
2449 | 2023-12-11T20:58:41.225Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2450 | 2023-12-11T20:58:41.225Z | uploading: /work/zones/overlay.tar.gz (1702 bytes) |
2451 | 2023-12-11T20:58:42.303Z | uploaded: /work/zones/overlay.tar.gz |
2452 | 2023-12-11T20:58:42.303Z | uploading: /work/zones/oximeter-collector.tar.gz (34195349 bytes) |
2453 | 2023-12-11T20:58:51.249Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2454 | 2023-12-11T20:58:51.249Z | uploading: /work/zones/propolis-server.tar.gz (66564478 bytes) |
2455 | 2023-12-11T20:59:09.084Z | uploaded: /work/zones/propolis-server.tar.gz |
2456 | 2023-12-11T20:59:09.084Z | uploading: /work/zones/switch-asic.tar.gz (247088780 bytes) |
2457 | 2023-12-11T21:00:04.009Z | uploaded: /work/zones/switch-asic.tar.gz |
2458 | 2023-12-11T21:00:04.009Z | uploading: /work/zones/switch-softnpu.tar.gz (169857352 bytes) |
2459 | 2023-12-11T21:00:53.410Z | uploaded: /work/zones/switch-softnpu.tar.gz |