|
|
|
1 | 2023-12-30T05:27:23.399Z | job assigned to worker 01HJWJZMXNXEZ2DS426P6D78F2 (queued for 1 m 20 s) |
|
2 | 2023-12-30T05:27:24.112Z | starting task 0: "setup" |
3 | 2023-12-30T05:27:24.154Z | ++ uname -s |
4 | 2023-12-30T05:27:24.579Z | + kern=SunOS |
5 | 2023-12-30T05:27:24.579Z | + case "$kern" in |
6 | 2023-12-30T05:27:24.579Z | + groupadd -g 12345 build |
7 | 2023-12-30T05:27:24.580Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-30T05:27:26.171Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-30T05:27:26.278Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-30T05:27:26.282Z | + home_fs=zfs |
11 | 2023-12-30T05:27:26.282Z | + [[ zfs == autofs ]] |
12 | 2023-12-30T05:27:26.282Z | + mkdir -p /home/build |
13 | 2023-12-30T05:27:26.285Z | + chown build:build /home/build /work |
14 | 2023-12-30T05:27:28.300Z | + chmod 0700 /home/build /work |
15 | 2023-12-30T05:27:28.304Z | process exited: duration 4181 ms, exit code 0 |
|
16 | 2023-12-30T05:27:28.310Z | starting task 1: "rust-toolchain" |
17 | 2023-12-30T05:27:28.319Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-30T05:27:28.322Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-30T05:27:28.492Z | info: downloading installer |
20 | 2023-12-30T05:27:30.256Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-30T05:27:30.256Z | warning: /opt/ooce/bin |
22 | 2023-12-30T05:27:30.256Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-30T05:27:30.256Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-30T05:27:30.257Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-30T05:27:30.257Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-30T05:27:30.257Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-30T05:27:30.258Z | error: cannot install while Rust is installed |
28 | 2023-12-30T05:27:30.258Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-30T05:27:30.337Z | info: profile set to 'default' |
30 | 2023-12-30T05:27:30.337Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-30T05:27:30.343Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-30T05:27:30.522Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-30T05:27:30.522Z | info: downloading component 'cargo' |
34 | 2023-12-30T05:27:31.298Z | info: downloading component 'clippy' |
35 | 2023-12-30T05:27:31.577Z | info: downloading component 'rust-docs' |
36 | 2023-12-30T05:27:32.588Z | info: downloading component 'rust-std' |
37 | 2023-12-30T05:27:34.339Z | info: downloading component 'rustc' |
38 | 2023-12-30T05:27:38.593Z | info: downloading component 'rustfmt' |
39 | 2023-12-30T05:27:38.835Z | info: installing component 'cargo' |
40 | 2023-12-30T05:27:40.226Z | info: installing component 'clippy' |
41 | 2023-12-30T05:27:40.857Z | info: installing component 'rust-docs' |
42 | 2023-12-30T05:27:43.568Z | info: installing component 'rust-std' |
43 | 2023-12-30T05:27:47.791Z | info: installing component 'rustc' |
44 | 2023-12-30T05:27:59.814Z | info: installing component 'rustfmt' |
45 | 2023-12-30T05:28:00.273Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-30T05:28:00.274Z | |
47 | 2023-12-30T05:28:00.400Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-30T05:28:00.400Z | |
49 | 2023-12-30T05:28:00.403Z | |
50 | 2023-12-30T05:28:00.403Z | Rust is installed now. Great! |
51 | 2023-12-30T05:28:00.403Z | |
52 | 2023-12-30T05:28:00.403Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-30T05:28:00.403Z | environment variable. This has not been done automatically. |
54 | 2023-12-30T05:28:00.403Z | |
55 | 2023-12-30T05:28:00.404Z | To configure your current shell, run: |
56 | 2023-12-30T05:28:00.404Z | source "$HOME/.cargo/env" |
57 | 2023-12-30T05:28:00.490Z | + rustc --version |
58 | 2023-12-30T05:28:00.603Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-30T05:28:00.608Z | process exited: duration 32298 ms, exit code 0 |
|
60 | 2023-12-30T05:28:00.633Z | starting task 2: "authentication" |
61 | 2023-12-30T05:28:01.042Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2023-12-30T05:28:01.059Z | starting task 3: "clone repository" |
63 | 2023-12-30T05:28:01.064Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-30T05:28:01.068Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-30T05:28:01.112Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-30T05:28:08.122Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-30T05:28:08.125Z | + [[ -n update-schemars ]] |
68 | 2023-12-30T05:28:08.125Z | + git fetch origin update-schemars |
69 | 2023-12-30T05:28:08.476Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-30T05:28:08.476Z | * branch update-schemars -> FETCH_HEAD |
71 | 2023-12-30T05:28:08.487Z | + git checkout -B update-schemars remotes/origin/update-schemars |
72 | 2023-12-30T05:28:08.593Z | Switched to a new branch 'update-schemars' |
73 | 2023-12-30T05:28:08.596Z | branch 'update-schemars' set up to track 'origin/update-schemars'. |
74 | 2023-12-30T05:28:08.596Z | + git reset --hard 33886b502bb84d4d00d5a181d0efc59e382a3f47 |
75 | 2023-12-30T05:28:08.618Z | HEAD is now at 33886b502 fix merge error |
76 | 2023-12-30T05:28:08.622Z | process exited: duration 7564 ms, exit code 0 |
|
77 | 2023-12-30T05:28:08.628Z | starting task 4: "build" |
78 | 2023-12-30T05:28:08.635Z | + cargo --version |
79 | 2023-12-30T05:28:08.642Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
80 | 2023-12-30T05:28:08.858Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
81 | 2023-12-30T05:28:08.861Z | info: downloading component 'cargo' |
82 | 2023-12-30T05:28:09.747Z | info: downloading component 'clippy' |
83 | 2023-12-30T05:28:10.027Z | info: downloading component 'rust-docs' |
84 | 2023-12-30T05:28:11.117Z | info: downloading component 'rust-std' |
85 | 2023-12-30T05:28:12.743Z | info: downloading component 'rustc' |
86 | 2023-12-30T05:28:17.343Z | info: downloading component 'rustfmt' |
87 | 2023-12-30T05:28:17.600Z | info: installing component 'cargo' |
88 | 2023-12-30T05:28:18.897Z | info: installing component 'clippy' |
89 | 2023-12-30T05:28:19.397Z | info: installing component 'rust-docs' |
90 | 2023-12-30T05:28:22.168Z | info: installing component 'rust-std' |
91 | 2023-12-30T05:28:24.595Z | info: installing component 'rustc' |
92 | 2023-12-30T05:28:30.876Z | info: installing component 'rustfmt' |
93 | 2023-12-30T05:28:31.413Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
94 | 2023-12-30T05:28:31.416Z | + rustc --version |
95 | 2023-12-30T05:28:31.566Z | rustc 1.74.1 (a28077b28 2023-12-04) |
96 | 2023-12-30T05:28:31.575Z | ++ git rev-parse HEAD |
97 | 2023-12-30T05:28:31.578Z | + COMMIT=33886b502bb84d4d00d5a181d0efc59e382a3f47 |
98 | 2023-12-30T05:28:31.581Z | + VERSION=5.0.0-0.ci+git33886b502bb |
99 | 2023-12-30T05:28:31.582Z | + echo 5.0.0-0.ci+git33886b502bb |
100 | 2023-12-30T05:28:31.582Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
101 | 2023-12-30T05:28:38.932Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2023-12-30T05:28:40.290Z | Startup: Caching catalogs ... Done |
103 | 2023-12-30T05:28:47.652Z | Planning: Solver setup ... Done (6.926s) |
104 | 2023-12-30T05:28:47.815Z | Planning: Running solver ... Done (0.160s) |
105 | 2023-12-30T05:28:47.886Z | Planning: Finding local manifests ... Done (0.004s) |
106 | 2023-12-30T05:28:47.918Z | Planning: Fetching manifests: 0/6 0% complete |
107 | 2023-12-30T05:28:48.708Z | Planning: Fetching manifests: 6/6 100% complete |
108 | 2023-12-30T05:28:48.881Z | Planning: Package planning ... Done (0.170s) |
109 | 2023-12-30T05:28:48.963Z | Planning: Merging actions ... Done (0.085s) |
110 | 2023-12-30T05:28:49.563Z | Planning: Checking for conflicting actions ... Done (0.599s) |
111 | 2023-12-30T05:28:49.581Z | Planning: Consolidating action changes ... Done (0.018s) |
112 | 2023-12-30T05:28:52.460Z | Planning: Evaluating mediators ... Done (2.879s) |
113 | 2023-12-30T05:28:52.570Z | Planning: Planning completed in 12.22 seconds |
114 | 2023-12-30T05:28:52.592Z | Packages to install: 4 |
115 | 2023-12-30T05:28:52.592Z | Packages to update: 2 |
116 | 2023-12-30T05:28:52.595Z | Mediators to change: 2 |
117 | 2023-12-30T05:28:52.595Z | Services to change: 1 |
118 | 2023-12-30T05:28:52.595Z | Estimated space available: 148.88 GB |
119 | 2023-12-30T05:28:52.596Z | Estimated space to be consumed: 1.43 GB |
120 | 2023-12-30T05:28:52.596Z | Create boot environment: No |
121 | 2023-12-30T05:28:52.596Z | Create backup boot environment: Yes |
122 | 2023-12-30T05:28:52.596Z | Rebuild boot archive: No |
123 | 2023-12-30T05:28:52.596Z | |
124 | 2023-12-30T05:28:52.596Z | Changed mediators: |
125 | 2023-12-30T05:28:52.596Z | mediator clang: |
126 | 2023-12-30T05:28:52.596Z | version: None -> 15 (system default) |
127 | 2023-12-30T05:28:52.596Z | |
128 | 2023-12-30T05:28:52.596Z | mediator llvm: |
129 | 2023-12-30T05:28:52.596Z | version: 14 (system default) -> 15 (system default) |
130 | 2023-12-30T05:28:52.596Z | |
131 | 2023-12-30T05:28:52.596Z | Changed packages: |
132 | 2023-12-30T05:28:52.596Z | helios-dev |
133 | 2023-12-30T05:28:52.596Z | developer/build-essential |
134 | 2023-12-30T05:28:52.596Z | None -> 11-2.0 |
135 | 2023-12-30T05:28:52.596Z | library/libxmlsec1 |
136 | 2023-12-30T05:28:52.596Z | None -> 1.2.35-2.0 |
137 | 2023-12-30T05:28:52.596Z | ooce/developer/clang-15 |
138 | 2023-12-30T05:28:52.596Z | None -> 15.0.7-2.0 |
139 | 2023-12-30T05:28:52.597Z | ooce/developer/llvm-15 |
140 | 2023-12-30T05:28:52.597Z | None -> 15.0.7-2.0 |
141 | 2023-12-30T05:28:52.597Z | system/library/g++-runtime |
142 | 2023-12-30T05:28:52.597Z | 12-2.0 -> 13-2.0 |
143 | 2023-12-30T05:28:52.597Z | system/library/gcc-runtime |
144 | 2023-12-30T05:28:52.597Z | 12-2.0 -> 13-2.0 |
145 | 2023-12-30T05:28:52.597Z | |
146 | 2023-12-30T05:28:52.597Z | Services: |
147 | 2023-12-30T05:28:52.597Z | restart_fmri: |
148 | 2023-12-30T05:28:52.597Z | svc:/system/update-man-index:default |
149 | 2023-12-30T05:28:52.775Z | |
150 | 2023-12-30T05:28:52.775Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
151 | 2023-12-30T05:28:57.775Z | Download: 1310/3330 items 105.5/221.1MB 47% complete (21.1M/s) |
152 | 2023-12-30T05:29:02.807Z | Download: 2476/3330 items 120.0/221.1MB 54% complete (12.3M/s) |
153 | 2023-12-30T05:29:13.594Z | Download: 3245/3330 items 202.8/221.1MB 91% complete (11.5M/s) |
154 | 2023-12-30T05:29:16.405Z | Download: Completed 221.11 MB in 23.63 seconds (9.4M/s) |
155 | 2023-12-30T05:29:18.461Z | Actions: 1/3766 actions (Removing old actions) |
156 | 2023-12-30T05:29:18.462Z | Actions: 5/3766 actions (Installing new actions) |
157 | 2023-12-30T05:29:23.462Z | Actions: 2503/3766 actions (Installing new actions) |
158 | 2023-12-30T05:29:26.465Z | Actions: 3729/3766 actions (Updating modified actions) |
159 | 2023-12-30T05:29:26.952Z | Actions: Completed 3766 actions in 8.49 seconds. |
160 | 2023-12-30T05:29:27.182Z | Done (0.222s) |
161 | 2023-12-30T05:29:27.184Z | Done (0.000s) |
162 | 2023-12-30T05:29:27.477Z | Done (0.294s) |
163 | 2023-12-30T05:29:34.770Z | Done (7.094s) |
164 | 2023-12-30T05:29:34.874Z | Done (0.080s) |
165 | 2023-12-30T05:29:34.877Z | Done (0.000s) |
166 | 2023-12-30T05:29:35.090Z | Done (0.000s) |
167 | 2023-12-30T05:29:35.791Z | Planning: Evaluating mediator changes ... Done |
168 | 2023-12-30T05:29:36.070Z | Planning: Checking for conflicting actions ... Done |
169 | 2023-12-30T05:29:36.073Z | Planning: Consolidating action changes ... Done |
170 | 2023-12-30T05:29:36.497Z | Planning: Evaluating mediators ... Done |
171 | 2023-12-30T05:29:36.500Z | Planning: Planning completed in 0.71 seconds |
172 | 2023-12-30T05:29:36.560Z | Mediators to change: 2 |
173 | 2023-12-30T05:29:36.563Z | Create boot environment: No |
174 | 2023-12-30T05:29:36.563Z | Create backup boot environment: No |
175 | 2023-12-30T05:29:36.657Z | Done |
176 | 2023-12-30T05:29:36.658Z | Done |
177 | 2023-12-30T05:29:36.830Z | Done |
178 | 2023-12-30T05:29:42.402Z | Done |
179 | 2023-12-30T05:29:42.520Z | Done |
180 | 2023-12-30T05:29:42.523Z | Done |
181 | 2023-12-30T05:29:42.624Z | Done |
182 | 2023-12-30T05:29:43.608Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-12-30T05:29:43.611Z | Planning: Merging actions ... Done |
184 | 2023-12-30T05:29:43.936Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-30T05:29:43.939Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-30T05:29:44.359Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-30T05:29:44.446Z | Planning: Planning completed in 1.27 seconds |
188 | 2023-12-30T05:29:44.510Z | Packages to change: 1 |
189 | 2023-12-30T05:29:44.510Z | Mediators to change: 1 |
190 | 2023-12-30T05:29:44.513Z | Services to change: 1 |
191 | 2023-12-30T05:29:44.513Z | Create boot environment: No |
192 | 2023-12-30T05:29:44.513Z | Create backup boot environment: Yes |
193 | 2023-12-30T05:29:46.480Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2023-12-30T05:29:46.483Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2023-12-30T05:29:46.483Z | Done |
196 | 2023-12-30T05:29:46.483Z | Done |
197 | 2023-12-30T05:29:46.549Z | Done |
198 | 2023-12-30T05:29:52.468Z | Done |
199 | 2023-12-30T05:29:52.525Z | Done |
200 | 2023-12-30T05:29:52.952Z | Done |
201 | 2023-12-30T05:29:52.969Z | Done |
202 | 2023-12-30T05:29:53.290Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2023-12-30T05:29:53.290Z | clang system 15 system |
204 | 2023-12-30T05:29:53.290Z | csh system system illumos |
205 | 2023-12-30T05:29:53.290Z | ctags system system illumos |
206 | 2023-12-30T05:29:53.290Z | gcc vendor 12 vendor |
207 | 2023-12-30T05:29:53.290Z | gcc system 10 system |
208 | 2023-12-30T05:29:53.290Z | gcc system 7 system |
209 | 2023-12-30T05:29:53.290Z | go system 1.20 system |
210 | 2023-12-30T05:29:53.290Z | go system 1.19 system |
211 | 2023-12-30T05:29:53.291Z | llvm system 15 system |
212 | 2023-12-30T05:29:53.291Z | llvm system 14 system |
213 | 2023-12-30T05:29:53.291Z | mariadb system 10.6 system |
214 | 2023-12-30T05:29:53.291Z | mta vendor vendor dma |
215 | 2023-12-30T05:29:53.291Z | openjdk system 17 system |
216 | 2023-12-30T05:29:53.291Z | openjdk system 11 system |
217 | 2023-12-30T05:29:53.291Z | openjdk system 1.8 system |
218 | 2023-12-30T05:29:53.291Z | openssl vendor 3 vendor |
219 | 2023-12-30T05:29:53.291Z | perl system 5.36 system |
220 | 2023-12-30T05:29:53.291Z | postgresql system 15 system |
221 | 2023-12-30T05:29:53.291Z | postgresql system 13 system |
222 | 2023-12-30T05:29:53.291Z | python vendor 3 vendor |
223 | 2023-12-30T05:29:53.291Z | python system 2 system |
224 | 2023-12-30T05:29:53.291Z | python3 system 3.11 system |
225 | 2023-12-30T05:29:53.291Z | ruby system 3.0 system |
226 | 2023-12-30T05:29:53.291Z | words vendor vendor american-english |
227 | 2023-12-30T05:29:53.291Z | words system system australian-english |
228 | 2023-12-30T05:29:53.291Z | words system system british-english |
229 | 2023-12-30T05:29:53.291Z | words system system canadian-english |
230 | 2023-12-30T05:29:53.291Z | words system system french |
231 | 2023-12-30T05:29:53.291Z | words system system italian |
232 | 2023-12-30T05:29:53.291Z | words system system ngerman |
233 | 2023-12-30T05:29:53.291Z | words system system ogerman |
234 | 2023-12-30T05:29:53.292Z | words system system spanish |
235 | 2023-12-30T05:29:53.811Z | FMRI IFO |
236 | 2023-12-30T05:29:53.811Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
240 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
242 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
243 | 2023-12-30T05:29:53.812Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
244 | 2023-12-30T05:29:53.876Z | + set -o errexit |
245 | 2023-12-30T05:29:53.882Z | +++ dirname ./tools/ci_download_cockroachdb |
246 | 2023-12-30T05:29:53.885Z | ++ cd ./tools |
247 | 2023-12-30T05:29:53.885Z | ++ pwd |
248 | 2023-12-30T05:29:53.885Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
249 | 2023-12-30T05:29:53.885Z | ++ basename ./tools/ci_download_cockroachdb |
250 | 2023-12-30T05:29:53.885Z | + ARG0=ci_download_cockroachdb |
251 | 2023-12-30T05:29:53.885Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
252 | 2023-12-30T05:29:53.889Z | + CIDL_VERSION=v22.1.9 |
253 | 2023-12-30T05:29:53.889Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
254 | 2023-12-30T05:29:53.889Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
255 | 2023-12-30T05:29:53.889Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
256 | 2023-12-30T05:29:53.889Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
257 | 2023-12-30T05:29:53.889Z | + TARGET_DIR=out |
258 | 2023-12-30T05:29:53.889Z | + DOWNLOAD_DIR=out/downloads |
259 | 2023-12-30T05:29:53.889Z | + DEST_DIR=./out/cockroachdb |
260 | 2023-12-30T05:29:53.889Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
261 | 2023-12-30T05:29:53.889Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
262 | 2023-12-30T05:29:53.889Z | + main |
263 | 2023-12-30T05:29:53.889Z | + [[ 0 != 0 ]] |
264 | 2023-12-30T05:29:53.889Z | + CIDL_OS=solaris2.11 |
265 | 2023-12-30T05:29:53.889Z | + [[ 0 != 0 ]] |
266 | 2023-12-30T05:29:53.889Z | + configure_os solaris2.11 |
267 | 2023-12-30T05:29:53.889Z | + echo 'current directory: /work/oxidecomputer/omicron' |
268 | 2023-12-30T05:29:53.889Z | current directory: /work/oxidecomputer/omicron |
269 | 2023-12-30T05:29:53.889Z | configuring based on OS: "solaris2.11" |
270 | 2023-12-30T05:29:53.889Z | + echo 'configuring based on OS: "solaris2.11"' |
271 | 2023-12-30T05:29:53.890Z | + case "$1" in |
272 | 2023-12-30T05:29:53.890Z | + CIDL_BUILD=illumos |
273 | 2023-12-30T05:29:53.890Z | + CIDL_SUFFIX=tar.gz |
274 | 2023-12-30T05:29:53.890Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-30T05:29:53.890Z | + CIDL_MD5FUNC=do_md5sum |
276 | 2023-12-30T05:29:53.890Z | + CIDL_URL_BASE=https://illumos.org/downloads |
277 | 2023-12-30T05:29:53.890Z | + CIDL_ASSEMBLE=do_assemble_illumos |
278 | 2023-12-30T05:29:53.890Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
279 | 2023-12-30T05:29:53.890Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-30T05:29:53.890Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-12-30T05:29:53.890Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
282 | 2023-12-30T05:29:53.890Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-30T05:29:53.890Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-30T05:29:53.890Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
285 | 2023-12-30T05:29:53.890Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-30T05:29:53.890Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-12-30T05:29:53.890Z | + mkdir -p out/downloads |
288 | 2023-12-30T05:29:53.893Z | + mkdir -p ./out/cockroachdb |
289 | 2023-12-30T05:29:53.893Z | + local DO_DOWNLOAD=true |
290 | 2023-12-30T05:29:53.893Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
291 | 2023-12-30T05:29:53.893Z | + '[' true == true ']' |
292 | 2023-12-30T05:29:53.896Z | + echo Downloading... |
293 | 2023-12-30T05:29:53.896Z | Downloading... |
294 | 2023-12-30T05:29:53.896Z | + 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-30T05:29:53.896Z | + 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-30T05:29:56.545Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-30T05:29:56.562Z | ++ md5sum |
298 | 2023-12-30T05:29:56.562Z | ++ awk '{print $1}' |
299 | 2023-12-30T05:29:56.721Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
300 | 2023-12-30T05:29:56.721Z | + [[ 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-30T05:29:56.721Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-30T05:29:56.725Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
303 | 2023-12-30T05:30:00.098Z | + do_assemble_illumos |
304 | 2023-12-30T05:30:00.098Z | + rm -r ./out/cockroachdb |
305 | 2023-12-30T05:30:00.101Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
306 | 2023-12-30T05:30:00.735Z | + ./out/cockroachdb/bin/cockroach version |
307 | 2023-12-30T05:30:00.940Z | Build Tag: v22.1.9-dirty |
308 | 2023-12-30T05:30:00.940Z | Build Time: 2022/10/26 21:17:46 |
309 | 2023-12-30T05:30:00.940Z | Distribution: OSS |
310 | 2023-12-30T05:30:00.940Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
311 | 2023-12-30T05:30:00.940Z | Go Version: go1.17.13 |
312 | 2023-12-30T05:30:00.940Z | C Compiler: gcc 10.3.0 |
313 | 2023-12-30T05:30:00.941Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
314 | 2023-12-30T05:30:00.941Z | Build Type: release |
315 | 2023-12-30T05:30:00.968Z | + set -o errexit |
316 | 2023-12-30T05:30:00.978Z | +++ dirname ./tools/ci_download_clickhouse |
317 | 2023-12-30T05:30:00.978Z | ++ cd ./tools |
318 | 2023-12-30T05:30:00.979Z | ++ pwd |
319 | 2023-12-30T05:30:00.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
320 | 2023-12-30T05:30:00.979Z | ++ basename ./tools/ci_download_clickhouse |
321 | 2023-12-30T05:30:00.979Z | + ARG0=ci_download_clickhouse |
322 | 2023-12-30T05:30:00.979Z | + TARGET_DIR=out |
323 | 2023-12-30T05:30:00.979Z | + DOWNLOAD_DIR=out/downloads |
324 | 2023-12-30T05:30:00.980Z | + DEST_DIR=./out/clickhouse |
325 | 2023-12-30T05:30:00.980Z | + CIDL_VERSION=v22.8.9.24 |
326 | 2023-12-30T05:30:00.980Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
327 | 2023-12-30T05:30:00.980Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
328 | 2023-12-30T05:30:00.980Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
329 | 2023-12-30T05:30:00.981Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
330 | 2023-12-30T05:30:00.981Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
331 | 2023-12-30T05:30:00.981Z | + main |
332 | 2023-12-30T05:30:00.981Z | + [[ 0 != 0 ]] |
333 | 2023-12-30T05:30:00.981Z | + CIDL_OS=solaris2.11 |
334 | 2023-12-30T05:30:00.981Z | + [[ 0 != 0 ]] |
335 | 2023-12-30T05:30:00.982Z | + configure_os solaris2.11 |
336 | 2023-12-30T05:30:00.982Z | + echo 'current directory: /work/oxidecomputer/omicron' |
337 | 2023-12-30T05:30:00.982Z | current directory: /work/oxidecomputer/omicron |
338 | 2023-12-30T05:30:00.982Z | + echo 'configuring based on OS: "solaris2.11"' |
339 | 2023-12-30T05:30:00.982Z | configuring based on OS: "solaris2.11" |
340 | 2023-12-30T05:30:00.982Z | + CIDL_DASHREV= |
341 | 2023-12-30T05:30:00.983Z | + case "$1" in |
342 | 2023-12-30T05:30:00.983Z | + CIDL_PLATFORM=illumos |
343 | 2023-12-30T05:30:00.983Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
344 | 2023-12-30T05:30:00.983Z | + CIDL_MD5FUNC=do_md5sum |
345 | 2023-12-30T05:30:00.983Z | + CIDL_DASHREV=-1 |
346 | 2023-12-30T05:30:00.984Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
347 | 2023-12-30T05:30:00.984Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-30T05:30:00.984Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-12-30T05:30:00.984Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-30T05:30:00.984Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
351 | 2023-12-30T05:30:00.984Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
352 | 2023-12-30T05:30:00.985Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-12-30T05:30:00.985Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-12-30T05:30:00.985Z | + mkdir -p out/downloads |
355 | 2023-12-30T05:30:01.000Z | + mkdir -p ./out/clickhouse |
356 | 2023-12-30T05:30:01.000Z | + local DO_DOWNLOAD=true |
357 | 2023-12-30T05:30:01.000Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
358 | 2023-12-30T05:30:01.001Z | + '[' true == true ']' |
359 | 2023-12-30T05:30:01.001Z | + echo Downloading... |
360 | 2023-12-30T05:30:01.001Z | Downloading... |
361 | 2023-12-30T05:30:01.001Z | + 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-30T05:30:01.001Z | + 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-30T05:30:02.309Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-30T05:30:02.313Z | ++ md5sum |
365 | 2023-12-30T05:30:02.313Z | ++ awk '{print $1}' |
366 | 2023-12-30T05:30:02.575Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-30T05:30:02.576Z | + [[ 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-30T05:30:02.576Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
369 | 2023-12-30T05:30:02.991Z | + mkdir -p ./out/clickhouse |
370 | 2023-12-30T05:30:02.991Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
371 | 2023-12-30T05:30:07.433Z | + ./out/clickhouse/clickhouse server --version |
372 | 2023-12-30T05:30:07.488Z | ClickHouse server version 22.8.9.1. |
373 | 2023-12-30T05:30:07.519Z | + set -o errexit |
374 | 2023-12-30T05:30:07.525Z | +++ dirname ./tools/ci_download_console |
375 | 2023-12-30T05:30:07.525Z | ++ cd ./tools |
376 | 2023-12-30T05:30:07.525Z | ++ pwd |
377 | 2023-12-30T05:30:07.525Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
378 | 2023-12-30T05:30:07.525Z | ++ basename ./tools/ci_download_console |
379 | 2023-12-30T05:30:07.525Z | + ARG0=ci_download_console |
380 | 2023-12-30T05:30:07.525Z | + TARGET_DIR=out |
381 | 2023-12-30T05:30:07.526Z | + DOWNLOAD_DIR=out/downloads |
382 | 2023-12-30T05:30:07.526Z | + DEST_DIR=./out/console-assets |
383 | 2023-12-30T05:30:07.526Z | + source /work/oxidecomputer/omicron/tools/console_version |
384 | 2023-12-30T05:30:07.526Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
385 | 2023-12-30T05:30:07.526Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
386 | 2023-12-30T05:30:07.526Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
387 | 2023-12-30T05:30:07.526Z | + TARBALL_FILE=out/downloads/console.tar.gz |
388 | 2023-12-30T05:30:07.526Z | + main |
389 | 2023-12-30T05:30:07.526Z | + [[ 0 != 0 ]] |
390 | 2023-12-30T05:30:07.526Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
391 | 2023-12-30T05:30:07.526Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
392 | 2023-12-30T05:30:07.526Z | + echo 'Local file: out/downloads/console.tar.gz' |
393 | 2023-12-30T05:30:07.526Z | Local file: out/downloads/console.tar.gz |
394 | 2023-12-30T05:30:07.526Z | + local DO_DOWNLOAD=true |
395 | 2023-12-30T05:30:07.526Z | + [[ -f out/downloads/console.tar.gz ]] |
396 | 2023-12-30T05:30:07.526Z | + mkdir -p out/downloads |
397 | 2023-12-30T05:30:07.526Z | + '[' true == true ']' |
398 | 2023-12-30T05:30:07.526Z | + echo Downloading... |
399 | 2023-12-30T05:30:07.526Z | Downloading... |
400 | 2023-12-30T05:30:07.526Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
401 | 2023-12-30T05:30:07.526Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
402 | 2023-12-30T05:30:08.349Z | ++ do_sha256sum out/downloads/console.tar.gz |
403 | 2023-12-30T05:30:08.359Z | ++ case "$OSTYPE" in |
404 | 2023-12-30T05:30:08.359Z | ++ SHA=sha256sum |
405 | 2023-12-30T05:30:08.359Z | ++ sha256sum |
406 | 2023-12-30T05:30:08.359Z | ++ awk '{print $1}' |
407 | 2023-12-30T05:30:08.374Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
408 | 2023-12-30T05:30:08.374Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
409 | 2023-12-30T05:30:08.377Z | + rm -rf ./out/console-assets |
410 | 2023-12-30T05:30:08.377Z | + mkdir -p ./out/console-assets |
411 | 2023-12-30T05:30:08.380Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
412 | 2023-12-30T05:30:08.380Z | + mkdir -p ./out/console-assets |
413 | 2023-12-30T05:30:08.383Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
414 | 2023-12-30T05:30:08.519Z | + set -o errexit |
415 | 2023-12-30T05:30:08.526Z | +++ dirname ./tools/ci_download_maghemite_openapi |
416 | 2023-12-30T05:30:08.526Z | ++ cd ./tools |
417 | 2023-12-30T05:30:08.526Z | ++ pwd |
418 | 2023-12-30T05:30:08.526Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
419 | 2023-12-30T05:30:08.527Z | ++ basename ./tools/ci_download_maghemite_openapi |
420 | 2023-12-30T05:30:08.527Z | + ARG0=ci_download_maghemite_openapi |
421 | 2023-12-30T05:30:08.527Z | + TARGET_DIR=out |
422 | 2023-12-30T05:30:08.527Z | + DOWNLOAD_DIR=out/downloads |
423 | 2023-12-30T05:30:08.528Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
424 | 2023-12-30T05:30:08.528Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
425 | 2023-12-30T05:30:08.528Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
426 | 2023-12-30T05:30:08.528Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
427 | 2023-12-30T05:30:08.529Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
428 | 2023-12-30T05:30:08.529Z | + main |
429 | 2023-12-30T05:30:08.529Z | + [[ 0 != 0 ]] |
430 | 2023-12-30T05:30:08.529Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
431 | 2023-12-30T05:30:08.529Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
432 | 2023-12-30T05:30:08.530Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
433 | 2023-12-30T05:30:08.530Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
434 | 2023-12-30T05:30:08.530Z | + local DO_DOWNLOAD=true |
435 | 2023-12-30T05:30:08.530Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
436 | 2023-12-30T05:30:08.531Z | + mkdir -p out/downloads |
437 | 2023-12-30T05:30:08.541Z | + '[' true == true ']' |
438 | 2023-12-30T05:30:08.542Z | + echo Downloading... |
439 | 2023-12-30T05:30:08.543Z | Downloading... |
440 | 2023-12-30T05:30:08.543Z | + 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-30T05:30:08.543Z | + 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-30T05:30:08.889Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
443 | 2023-12-30T05:30:08.889Z | ++ case "$OSTYPE" in |
444 | 2023-12-30T05:30:08.896Z | ++ SHA=sha256sum |
445 | 2023-12-30T05:30:08.896Z | ++ sha256sum |
446 | 2023-12-30T05:30:08.896Z | ++ awk '{print $1}' |
447 | 2023-12-30T05:30:08.896Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-30T05:30:08.896Z | + [[ 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-30T05:30:08.896Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
450 | 2023-12-30T05:30:08.897Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
451 | 2023-12-30T05:30:08.897Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
452 | 2023-12-30T05:30:08.897Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
453 | 2023-12-30T05:30:08.897Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
454 | 2023-12-30T05:30:08.897Z | + main |
455 | 2023-12-30T05:30:08.897Z | + [[ 0 != 0 ]] |
456 | 2023-12-30T05:30:08.897Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
457 | 2023-12-30T05:30:08.897Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
458 | 2023-12-30T05:30:08.897Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
459 | 2023-12-30T05:30:08.897Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2023-12-30T05:30:08.897Z | + local DO_DOWNLOAD=true |
461 | 2023-12-30T05:30:08.897Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
462 | 2023-12-30T05:30:08.897Z | + mkdir -p out/downloads |
463 | 2023-12-30T05:30:08.907Z | + '[' true == true ']' |
464 | 2023-12-30T05:30:08.907Z | + echo Downloading... |
465 | 2023-12-30T05:30:08.907Z | Downloading... |
466 | 2023-12-30T05:30:08.907Z | + 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-30T05:30:08.907Z | + 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-30T05:30:09.054Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-30T05:30:09.057Z | ++ case "$OSTYPE" in |
470 | 2023-12-30T05:30:09.057Z | ++ SHA=sha256sum |
471 | 2023-12-30T05:30:09.057Z | ++ sha256sum |
472 | 2023-12-30T05:30:09.057Z | ++ awk '{print $1}' |
473 | 2023-12-30T05:30:09.058Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-30T05:30:09.058Z | + [[ 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-30T05:30:09.061Z | + set -o errexit |
476 | 2023-12-30T05:30:09.061Z | +++ dirname ./tools/ci_download_dendrite_openapi |
477 | 2023-12-30T05:30:09.064Z | ++ cd ./tools |
478 | 2023-12-30T05:30:09.064Z | ++ pwd |
479 | 2023-12-30T05:30:09.064Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
480 | 2023-12-30T05:30:09.064Z | ++ basename ./tools/ci_download_dendrite_openapi |
481 | 2023-12-30T05:30:09.068Z | + ARG0=ci_download_dendrite_openapi |
482 | 2023-12-30T05:30:09.068Z | + TARGET_DIR=out |
483 | 2023-12-30T05:30:09.068Z | + DOWNLOAD_DIR=out/downloads |
484 | 2023-12-30T05:30:09.068Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
485 | 2023-12-30T05:30:09.068Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
486 | 2023-12-30T05:30:09.068Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
487 | 2023-12-30T05:30:09.068Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
488 | 2023-12-30T05:30:09.068Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
489 | 2023-12-30T05:30:09.068Z | + main |
490 | 2023-12-30T05:30:09.068Z | + [[ 0 != 0 ]] |
491 | 2023-12-30T05:30:09.068Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
492 | 2023-12-30T05:30:09.068Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
493 | 2023-12-30T05:30:09.068Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
494 | 2023-12-30T05:30:09.068Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
495 | 2023-12-30T05:30:09.069Z | + local DO_DOWNLOAD=true |
496 | 2023-12-30T05:30:09.069Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
497 | 2023-12-30T05:30:09.069Z | + mkdir -p out/downloads |
498 | 2023-12-30T05:30:09.072Z | + '[' true == true ']' |
499 | 2023-12-30T05:30:09.072Z | + echo Downloading... |
500 | 2023-12-30T05:30:09.072Z | Downloading... |
501 | 2023-12-30T05:30:09.072Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
502 | 2023-12-30T05:30:09.072Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
503 | 2023-12-30T05:30:09.241Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
504 | 2023-12-30T05:30:09.249Z | ++ case "$OSTYPE" in |
505 | 2023-12-30T05:30:09.249Z | ++ SHA=sha256sum |
506 | 2023-12-30T05:30:09.249Z | ++ sha256sum |
507 | 2023-12-30T05:30:09.249Z | ++ awk '{print $1}' |
508 | 2023-12-30T05:30:09.249Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-30T05:30:09.249Z | + [[ 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-30T05:30:09.275Z | + set -o errexit |
511 | 2023-12-30T05:30:09.275Z | +++ dirname ./tools/ci_download_dendrite_stub |
512 | 2023-12-30T05:30:09.275Z | ++ cd ./tools |
513 | 2023-12-30T05:30:09.275Z | ++ pwd |
514 | 2023-12-30T05:30:09.275Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2023-12-30T05:30:09.295Z | ++ basename ./tools/ci_download_dendrite_stub |
516 | 2023-12-30T05:30:09.295Z | + ARG0=ci_download_dendrite_stub |
517 | 2023-12-30T05:30:09.295Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
518 | 2023-12-30T05:30:09.295Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
519 | 2023-12-30T05:30:09.295Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
520 | 2023-12-30T05:30:09.295Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
521 | 2023-12-30T05:30:09.295Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
522 | 2023-12-30T05:30:09.295Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
523 | 2023-12-30T05:30:09.295Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
524 | 2023-12-30T05:30:09.295Z | + TARGET_DIR=out |
525 | 2023-12-30T05:30:09.295Z | + DOWNLOAD_DIR=out/downloads |
526 | 2023-12-30T05:30:09.295Z | + DEST_DIR=./out/dendrite-stub |
527 | 2023-12-30T05:30:09.295Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
528 | 2023-12-30T05:30:09.295Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
529 | 2023-12-30T05:30:09.295Z | + REPO=oxidecomputer/dendrite |
530 | 2023-12-30T05:30:09.296Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
531 | 2023-12-30T05:30:09.296Z | + main |
532 | 2023-12-30T05:30:09.297Z | + [[ 0 != 0 ]] |
533 | 2023-12-30T05:30:09.297Z | + CIDL_OS=solaris2.11 |
534 | 2023-12-30T05:30:09.297Z | + [[ 0 != 0 ]] |
535 | 2023-12-30T05:30:09.297Z | + configure_os solaris2.11 |
536 | 2023-12-30T05:30:09.297Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2023-12-30T05:30:09.297Z | current directory: /work/oxidecomputer/omicron |
538 | 2023-12-30T05:30:09.297Z | + echo 'configuring based on OS: "solaris2.11"' |
539 | 2023-12-30T05:30:09.297Z | + case "$1" in |
540 | 2023-12-30T05:30:09.297Z | configuring based on OS: "solaris2.11" |
541 | 2023-12-30T05:30:09.297Z | + SET_BINARIES= |
542 | 2023-12-30T05:30:09.297Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
543 | 2023-12-30T05:30:09.298Z | + CIDL_SHA256FUNC=do_sha256sum |
544 | 2023-12-30T05:30:09.298Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
545 | 2023-12-30T05:30:09.298Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
546 | 2023-12-30T05:30:09.298Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
547 | 2023-12-30T05:30:09.298Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
548 | 2023-12-30T05:30:09.299Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
549 | 2023-12-30T05:30:09.299Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-30T05:30:09.299Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
551 | 2023-12-30T05:30:09.299Z | + mkdir -p out/downloads |
552 | 2023-12-30T05:30:09.299Z | + mkdir -p ./out/dendrite-stub |
553 | 2023-12-30T05:30:09.300Z | + fetch_and_verify |
554 | 2023-12-30T05:30:09.300Z | + local DO_DOWNLOAD=true |
555 | 2023-12-30T05:30:09.300Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
556 | 2023-12-30T05:30:09.300Z | + '[' true == true ']' |
557 | 2023-12-30T05:30:09.301Z | + echo Downloading... |
558 | 2023-12-30T05:30:09.301Z | Downloading... |
559 | 2023-12-30T05:30:09.301Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-30T05:30:09.301Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
561 | 2023-12-30T05:30:17.519Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
562 | 2023-12-30T05:30:17.524Z | ++ sha256sum |
563 | 2023-12-30T05:30:17.524Z | ++ awk '{print $1}' |
564 | 2023-12-30T05:30:17.525Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
565 | 2023-12-30T05:30:17.525Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
566 | 2023-12-30T05:30:17.525Z | + do_untar out/downloads/dendrite-stub.tar.gz |
567 | 2023-12-30T05:30:17.525Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
568 | 2023-12-30T05:30:18.306Z | + do_assemble |
569 | 2023-12-30T05:30:18.306Z | + rm -r ./out/dendrite-stub |
570 | 2023-12-30T05:30:18.309Z | + mkdir ./out/dendrite-stub |
571 | 2023-12-30T05:30:18.312Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
572 | 2023-12-30T05:30:18.551Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
573 | 2023-12-30T05:30:18.568Z | + set -o errexit |
574 | 2023-12-30T05:30:18.569Z | +++ dirname ./tools/ci_download_maghemite_mgd |
575 | 2023-12-30T05:30:18.569Z | ++ cd ./tools |
576 | 2023-12-30T05:30:18.569Z | ++ pwd |
577 | 2023-12-30T05:30:18.569Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
578 | 2023-12-30T05:30:18.569Z | ++ basename ./tools/ci_download_maghemite_mgd |
579 | 2023-12-30T05:30:18.569Z | + ARG0=ci_download_maghemite_mgd |
580 | 2023-12-30T05:30:18.569Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
581 | 2023-12-30T05:30:18.569Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
582 | 2023-12-30T05:30:18.569Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
583 | 2023-12-30T05:30:18.569Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
584 | 2023-12-30T05:30:18.569Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
585 | 2023-12-30T05:30:18.570Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
586 | 2023-12-30T05:30:18.570Z | + TARGET_DIR=out |
587 | 2023-12-30T05:30:18.570Z | + DOWNLOAD_DIR=out/downloads |
588 | 2023-12-30T05:30:18.570Z | + DEST_DIR=./out/mgd |
589 | 2023-12-30T05:30:18.570Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
590 | 2023-12-30T05:30:18.570Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
591 | 2023-12-30T05:30:18.570Z | + REPO=oxidecomputer/maghemite |
592 | 2023-12-30T05:30:18.570Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
593 | 2023-12-30T05:30:18.570Z | + main |
594 | 2023-12-30T05:30:18.571Z | + [[ 0 != 0 ]] |
595 | 2023-12-30T05:30:18.571Z | + CIDL_OS=solaris2.11 |
596 | 2023-12-30T05:30:18.572Z | + [[ 0 != 0 ]] |
597 | 2023-12-30T05:30:18.572Z | + configure_os solaris2.11 |
598 | 2023-12-30T05:30:18.572Z | + echo 'current directory: /work/oxidecomputer/omicron' |
599 | 2023-12-30T05:30:18.572Z | current directory: /work/oxidecomputer/omicron |
600 | 2023-12-30T05:30:18.572Z | + echo 'configuring based on OS: "solaris2.11"' |
601 | 2023-12-30T05:30:18.572Z | + case "$1" in |
602 | 2023-12-30T05:30:18.572Z | + SET_BINARIES= |
603 | 2023-12-30T05:30:18.572Z | configuring based on OS: "solaris2.11" |
604 | 2023-12-30T05:30:18.572Z | + CIDL_SHA256FUNC=do_sha256sum |
605 | 2023-12-30T05:30:18.572Z | + TARBALL_FILENAME=mgd.tar.gz |
606 | 2023-12-30T05:30:18.572Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
607 | 2023-12-30T05:30:18.572Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
608 | 2023-12-30T05:30:18.573Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
609 | 2023-12-30T05:30:18.573Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
610 | 2023-12-30T05:30:18.573Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
611 | 2023-12-30T05:30:18.573Z | Local file: out/downloads/mgd.tar.gz |
612 | 2023-12-30T05:30:18.573Z | + mkdir -p out/downloads |
613 | 2023-12-30T05:30:18.573Z | + mkdir -p ./out/mgd |
614 | 2023-12-30T05:30:18.573Z | + fetch_and_verify |
615 | 2023-12-30T05:30:18.573Z | + local DO_DOWNLOAD=true |
616 | 2023-12-30T05:30:18.573Z | + [[ -f out/downloads/mgd.tar.gz ]] |
617 | 2023-12-30T05:30:18.573Z | + '[' true == true ']' |
618 | 2023-12-30T05:30:18.573Z | + echo Downloading... |
619 | 2023-12-30T05:30:18.573Z | Downloading... |
620 | 2023-12-30T05:30:18.574Z | + 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-30T05:30:18.574Z | + 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-30T05:30:22.780Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
623 | 2023-12-30T05:30:22.783Z | ++ sha256sum |
624 | 2023-12-30T05:30:22.783Z | ++ awk '{print $1}' |
625 | 2023-12-30T05:30:22.857Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
626 | 2023-12-30T05:30:22.860Z | + [[ 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-30T05:30:22.860Z | + do_untar out/downloads/mgd.tar.gz |
628 | 2023-12-30T05:30:22.860Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
629 | 2023-12-30T05:30:23.510Z | + do_assemble |
630 | 2023-12-30T05:30:23.510Z | + rm -r ./out/mgd |
631 | 2023-12-30T05:30:23.513Z | + mkdir ./out/mgd |
632 | 2023-12-30T05:30:23.516Z | + cp -r out/downloads/root ./out/mgd/root |
633 | 2023-12-30T05:30:23.745Z | + set -o errexit |
634 | 2023-12-30T05:30:23.749Z | +++ dirname ./tools/ci_download_transceiver_control |
635 | 2023-12-30T05:30:23.752Z | ++ cd ./tools |
636 | 2023-12-30T05:30:23.752Z | ++ pwd |
637 | 2023-12-30T05:30:23.752Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
638 | 2023-12-30T05:30:23.752Z | ++ basename ./tools/ci_download_transceiver_control |
639 | 2023-12-30T05:30:23.755Z | + ARG0=ci_download_transceiver_control |
640 | 2023-12-30T05:30:23.756Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
641 | 2023-12-30T05:30:23.756Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-12-30T05:30:23.756Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
643 | 2023-12-30T05:30:23.756Z | + TARGET_DIR=out |
644 | 2023-12-30T05:30:23.756Z | + DOWNLOAD_DIR=out/downloads |
645 | 2023-12-30T05:30:23.756Z | + DEST_DIR=./out/transceiver-control |
646 | 2023-12-30T05:30:23.756Z | + BIN_DIR=/opt/oxide/bin |
647 | 2023-12-30T05:30:23.756Z | + BINARY=xcvradm |
648 | 2023-12-30T05:30:23.756Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
649 | 2023-12-30T05:30:23.756Z | + REPO=oxidecomputer/transceiver-control |
650 | 2023-12-30T05:30:23.756Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-12-30T05:30:23.756Z | + main |
652 | 2023-12-30T05:30:23.756Z | + [[ 0 != 0 ]] |
653 | 2023-12-30T05:30:23.756Z | + CIDL_OS=solaris2.11 |
654 | 2023-12-30T05:30:23.756Z | + [[ 0 != 0 ]] |
655 | 2023-12-30T05:30:23.757Z | + configure_os solaris2.11 |
656 | 2023-12-30T05:30:23.757Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2023-12-30T05:30:23.757Z | current directory: /work/oxidecomputer/omicron |
658 | 2023-12-30T05:30:23.757Z | + echo 'configuring based on OS: "solaris2.11"' |
659 | 2023-12-30T05:30:23.757Z | configuring based on OS: "solaris2.11" |
660 | 2023-12-30T05:30:23.757Z | + case "$1" in |
661 | 2023-12-30T05:30:23.757Z | + SET_BINARIES= |
662 | 2023-12-30T05:30:23.757Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
663 | 2023-12-30T05:30:23.757Z | + CIDL_SHA256FUNC=do_sha256sum |
664 | 2023-12-30T05:30:23.757Z | + ARCHIVE_FILENAME=xcvradm.gz |
665 | 2023-12-30T05:30:23.757Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2023-12-30T05:30:23.757Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
667 | 2023-12-30T05:30:23.757Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
668 | 2023-12-30T05:30:23.757Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-30T05:30:23.758Z | Local file: out/downloads/xcvradm.gz |
670 | 2023-12-30T05:30:23.758Z | + echo 'Local file: out/downloads/xcvradm.gz' |
671 | 2023-12-30T05:30:23.758Z | + mkdir -p out/downloads |
672 | 2023-12-30T05:30:23.762Z | + mkdir -p ./out/transceiver-control |
673 | 2023-12-30T05:30:23.762Z | + fetch_and_verify |
674 | 2023-12-30T05:30:23.762Z | + local DO_DOWNLOAD=true |
675 | 2023-12-30T05:30:23.762Z | + [[ -f out/downloads/xcvradm.gz ]] |
676 | 2023-12-30T05:30:23.762Z | + '[' true == true ']' |
677 | 2023-12-30T05:30:23.762Z | + echo Downloading... |
678 | 2023-12-30T05:30:23.762Z | Downloading... |
679 | 2023-12-30T05:30:23.762Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
680 | 2023-12-30T05:30:23.762Z | + 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-30T05:30:25.046Z | ++ do_sha256sum out/downloads/xcvradm.gz |
682 | 2023-12-30T05:30:25.049Z | ++ sha256sum |
683 | 2023-12-30T05:30:25.049Z | ++ awk '{print $1}' |
684 | 2023-12-30T05:30:25.071Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-30T05:30:25.071Z | + [[ 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-30T05:30:25.074Z | + do_unpack out/downloads/xcvradm.gz |
687 | 2023-12-30T05:30:25.075Z | + mkdir -p out/downloads/root//opt/oxide/bin |
688 | 2023-12-30T05:30:25.075Z | + gzip -dc out/downloads/xcvradm.gz |
689 | 2023-12-30T05:30:25.256Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
690 | 2023-12-30T05:30:25.259Z | + do_assemble |
691 | 2023-12-30T05:30:25.259Z | + rm -r ./out/transceiver-control |
692 | 2023-12-30T05:30:25.262Z | + mkdir ./out/transceiver-control |
693 | 2023-12-30T05:30:25.265Z | + cp -r out/downloads/root ./out/transceiver-control/root |
694 | 2023-12-30T05:30:25.515Z | All prerequisites installed successfully |
695 | 2023-12-30T05:30:25.519Z | |
696 | 2023-12-30T05:30:25.519Z | real 1:53.933873481 |
697 | 2023-12-30T05:30:25.519Z | user 55.983331229 |
698 | 2023-12-30T05:30:25.519Z | sys 10.277198614 |
699 | 2023-12-30T05:30:25.519Z | trap 0.022213004 |
700 | 2023-12-30T05:30:25.519Z | tflt 0.123829483 |
701 | 2023-12-30T05:30:25.519Z | dflt 0.433660053 |
702 | 2023-12-30T05:30:25.519Z | kflt 0.102814340 |
703 | 2023-12-30T05:30:25.519Z | lock 1.658953789 |
704 | 2023-12-30T05:30:25.519Z | slp 3:21.627536046 |
705 | 2023-12-30T05:30:25.519Z | lat 3.424265744 |
706 | 2023-12-30T05:30:25.519Z | stop 0.066622542 |
707 | 2023-12-30T05:30:25.519Z | + ptime -m ./tools/ci_download_softnpu_machinery |
708 | 2023-12-30T05:30:25.530Z | fetching npuzone |
709 | 2023-12-30T05:30:25.538Z | Ensuring oxidecomputer/softnpu/image/npuzone in out/npuzone |
710 | 2023-12-30T05:30:25.538Z | (commit: dbab082dfa89da5db5ca2325c257089d2f130092) |
711 | 2023-12-30T05:30:25.541Z | Getting hash for npuzone |
712 | 2023-12-30T05:30:25.680Z | (hash: cd76aafbb1455c67ba94f6810d978651fb98d5dd1d3d0f849d88f1b8b5debd6e) |
713 | 2023-12-30T05:30:31.816Z | npuzone downloaded successfully |
714 | 2023-12-30T05:30:31.819Z | |
715 | 2023-12-30T05:30:31.819Z | real 6.296127150 |
716 | 2023-12-30T05:30:31.819Z | user 0.553551702 |
717 | 2023-12-30T05:30:31.819Z | sys 0.146126885 |
718 | 2023-12-30T05:30:31.819Z | trap 0.000186302 |
719 | 2023-12-30T05:30:31.819Z | tflt 0.000000000 |
720 | 2023-12-30T05:30:31.819Z | dflt 0.000000000 |
721 | 2023-12-30T05:30:31.819Z | kflt 0.000000000 |
722 | 2023-12-30T05:30:31.819Z | lock 0.000000000 |
723 | 2023-12-30T05:30:31.819Z | slp 18.014857683 |
724 | 2023-12-30T05:30:31.819Z | lat 0.138727488 |
725 | 2023-12-30T05:30:31.819Z | stop 0.000265413 |
726 | 2023-12-30T05:30:31.819Z | + export CARGO_INCREMENTAL=0 |
727 | 2023-12-30T05:30:31.819Z | + CARGO_INCREMENTAL=0 |
728 | 2023-12-30T05:30:31.819Z | + 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-30T05:30:32.156Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2023-12-30T05:30:32.524Z | Updating crates.io index |
731 | 2023-12-30T05:30:32.528Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2023-12-30T05:30:33.407Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2023-12-30T05:30:35.692Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2023-12-30T05:30:36.296Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2023-12-30T05:30:36.620Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2023-12-30T05:30:36.917Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2023-12-30T05:30:37.214Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2023-12-30T05:30:38.075Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2023-12-30T05:30:40.345Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2023-12-30T05:30:41.357Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2023-12-30T05:30:41.699Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-12-30T05:30:42.310Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2023-12-30T05:30:42.666Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2023-12-30T05:30:43.003Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2023-12-30T05:30:43.321Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2023-12-30T05:30:43.715Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2023-12-30T05:30:45.038Z | Updating git repository `https://github.com/njaremko/samael` |
748 | 2023-12-30T05:30:45.488Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2023-12-30T05:30:46.069Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2023-12-30T05:30:46.579Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2023-12-30T05:30:46.913Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2023-12-30T05:30:48.143Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2023-12-30T05:30:48.507Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2023-12-30T05:30:50.433Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2023-12-30T05:30:50.869Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2023-12-30T05:30:51.192Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2023-12-30T05:30:52.802Z | Downloading crates ... |
758 | 2023-12-30T05:30:53.065Z | Downloaded array-init v0.0.4 |
759 | 2023-12-30T05:30:53.071Z | Downloaded corncobs v0.1.3 |
760 | 2023-12-30T05:30:53.075Z | Downloaded num-iter v0.1.43 |
761 | 2023-12-30T05:30:53.079Z | Downloaded memoffset v0.7.1 |
762 | 2023-12-30T05:30:53.092Z | Downloaded mime v0.3.17 |
763 | 2023-12-30T05:30:53.096Z | Downloaded multer v2.1.0 |
764 | 2023-12-30T05:30:53.103Z | Downloaded mockall_derive v0.12.0 |
765 | 2023-12-30T05:30:53.110Z | Downloaded ahash v0.8.6 |
766 | 2023-12-30T05:30:53.120Z | Downloaded async-trait v0.1.74 |
767 | 2023-12-30T05:30:53.129Z | Downloaded humantime v2.1.0 |
768 | 2023-12-30T05:30:53.134Z | Downloaded atty v0.2.14 |
769 | 2023-12-30T05:30:53.139Z | Downloaded block-buffer v0.10.4 |
770 | 2023-12-30T05:30:53.144Z | Downloaded opaque-debug v0.3.0 |
771 | 2023-12-30T05:30:53.148Z | Downloaded nodrop v0.1.14 |
772 | 2023-12-30T05:30:53.154Z | Downloaded is_ci v1.1.1 |
773 | 2023-12-30T05:30:53.159Z | Downloaded indoc v2.0.3 |
774 | 2023-12-30T05:30:53.166Z | Downloaded curve25519-dalek-derive v0.1.0 |
775 | 2023-12-30T05:30:53.169Z | Downloaded itoa v1.0.9 |
776 | 2023-12-30T05:30:53.177Z | Downloaded crunchy v0.2.2 |
777 | 2023-12-30T05:30:53.180Z | Downloaded autocfg v1.1.0 |
778 | 2023-12-30T05:30:53.183Z | Downloaded ciborium-ll v0.2.1 |
779 | 2023-12-30T05:30:53.186Z | Downloaded crucible-workspace-hack v0.1.0 |
780 | 2023-12-30T05:30:53.190Z | Downloaded indexmap v1.9.3 |
781 | 2023-12-30T05:30:53.196Z | Downloaded bitflags v2.4.0 |
782 | 2023-12-30T05:30:53.205Z | Downloaded normalize-line-endings v0.3.0 |
783 | 2023-12-30T05:30:53.209Z | Downloaded bytecount v0.6.3 |
784 | 2023-12-30T05:30:53.214Z | Downloaded new_debug_unreachable v1.0.4 |
785 | 2023-12-30T05:30:53.217Z | Downloaded indoc v1.0.9 |
786 | 2023-12-30T05:30:53.224Z | Downloaded openssl-sys v0.9.96 |
787 | 2023-12-30T05:30:53.236Z | Downloaded argon2 v0.5.2 |
788 | 2023-12-30T05:30:53.240Z | Downloaded num_enum v0.5.11 |
789 | 2023-12-30T05:30:53.253Z | Downloaded vte_generate_state_changes v0.1.1 |
790 | 2023-12-30T05:30:53.256Z | Downloaded libefi-sys v0.1.0 |
791 | 2023-12-30T05:30:53.263Z | Downloaded time-core v0.1.1 |
792 | 2023-12-30T05:30:53.267Z | Downloaded macaddr v1.0.1 |
793 | 2023-12-30T05:30:53.271Z | Downloaded tap v1.0.1 |
794 | 2023-12-30T05:30:53.271Z | Downloaded nanorand v0.7.0 |
795 | 2023-12-30T05:30:53.274Z | Downloaded impl-trait-for-tuples v0.2.2 |
796 | 2023-12-30T05:30:53.279Z | Downloaded clap_lex v0.5.1 |
797 | 2023-12-30T05:30:53.282Z | Downloaded hyper-rustls v0.24.2 |
798 | 2023-12-30T05:30:53.287Z | Downloaded num v0.4.1 |
799 | 2023-12-30T05:30:53.290Z | Downloaded cstr-argument v0.1.2 |
800 | 2023-12-30T05:30:53.292Z | Downloaded lazy_static v1.4.0 |
801 | 2023-12-30T05:30:53.295Z | Downloaded walkdir v2.4.0 |
802 | 2023-12-30T05:30:53.299Z | Downloaded version_check v0.9.4 |
803 | 2023-12-30T05:30:53.302Z | Downloaded keccak v0.1.4 |
804 | 2023-12-30T05:30:53.305Z | Downloaded libloading v0.7.4 |
805 | 2023-12-30T05:30:53.312Z | Downloaded num-integer v0.1.45 |
806 | 2023-12-30T05:30:53.315Z | Downloaded subtle v2.5.0 |
807 | 2023-12-30T05:30:53.317Z | Downloaded paste v1.0.14 |
808 | 2023-12-30T05:30:53.321Z | Downloaded want v0.3.1 |
809 | 2023-12-30T05:30:53.324Z | Downloaded tui-tree-widget v0.13.0 |
810 | 2023-12-30T05:30:53.326Z | Downloaded supports-color v2.1.0 |
811 | 2023-12-30T05:30:53.329Z | Downloaded crc32fast v1.3.2 |
812 | 2023-12-30T05:30:53.331Z | Downloaded nu-ansi-term v0.49.0 |
813 | 2023-12-30T05:30:53.336Z | Downloaded zone_cfg_derive v0.3.0 |
814 | 2023-12-30T05:30:53.338Z | Downloaded ppv-lite86 v0.2.17 |
815 | 2023-12-30T05:30:53.341Z | Downloaded fs-err v2.11.0 |
816 | 2023-12-30T05:30:53.344Z | Downloaded darling v0.14.4 |
817 | 2023-12-30T05:30:53.350Z | Downloaded maplit v1.0.2 |
818 | 2023-12-30T05:30:53.353Z | Downloaded swrite v0.1.0 |
819 | 2023-12-30T05:30:53.358Z | Downloaded dtrace-parser v0.1.14 |
820 | 2023-12-30T05:30:53.361Z | Downloaded tower-service v0.3.2 |
821 | 2023-12-30T05:30:53.361Z | Downloaded fxhash v0.2.1 |
822 | 2023-12-30T05:30:53.361Z | Downloaded unicode-xid v0.2.4 |
823 | 2023-12-30T05:30:53.364Z | Downloaded equivalent v1.0.1 |
824 | 2023-12-30T05:30:53.366Z | Downloaded subprocess v0.2.9 |
825 | 2023-12-30T05:30:53.370Z | Downloaded home v0.5.5 |
826 | 2023-12-30T05:30:53.373Z | Downloaded same-file v1.0.6 |
827 | 2023-12-30T05:30:53.375Z | Downloaded serde_path_to_error v0.1.14 |
828 | 2023-12-30T05:30:53.378Z | Downloaded foreign-types-macros v0.2.3 |
829 | 2023-12-30T05:30:53.381Z | Downloaded thiserror-impl v1.0.49 |
830 | 2023-12-30T05:30:53.384Z | Downloaded flagset v0.4.3 |
831 | 2023-12-30T05:30:53.386Z | Downloaded smf v0.2.2 |
832 | 2023-12-30T05:30:53.389Z | Downloaded strum_macros v0.24.3 |
833 | 2023-12-30T05:30:53.391Z | Downloaded zerocopy v0.6.4 |
834 | 2023-12-30T05:30:53.396Z | Downloaded futures-sink v0.3.29 |
835 | 2023-12-30T05:30:53.398Z | Downloaded errno v0.3.2 |
836 | 2023-12-30T05:30:53.401Z | Downloaded deranged v0.3.8 |
837 | 2023-12-30T05:30:53.404Z | Downloaded strum_macros v0.25.2 |
838 | 2023-12-30T05:30:53.410Z | Downloaded serde_derive v1.0.193 |
839 | 2023-12-30T05:30:53.413Z | Downloaded foreign-types v0.5.0 |
840 | 2023-12-30T05:30:53.417Z | Downloaded miniz_oxide v0.7.1 |
841 | 2023-12-30T05:30:53.419Z | Downloaded pretty-hex v0.2.1 |
842 | 2023-12-30T05:30:53.422Z | Downloaded predicates-tree v1.0.9 |
843 | 2023-12-30T05:30:53.424Z | Downloaded tokio-tungstenite v0.20.1 |
844 | 2023-12-30T05:30:53.427Z | Downloaded fastrand v2.0.0 |
845 | 2023-12-30T05:30:53.430Z | Downloaded headers-core v0.2.0 |
846 | 2023-12-30T05:30:53.433Z | Downloaded whoami v1.4.1 |
847 | 2023-12-30T05:30:53.437Z | Downloaded slog-bunyan v2.4.0 |
848 | 2023-12-30T05:30:53.440Z | Downloaded rustc-demangle v0.1.23 |
849 | 2023-12-30T05:30:53.440Z | Downloaded phf_shared v0.10.0 |
850 | 2023-12-30T05:30:53.443Z | Downloaded doc-comment v0.3.3 |
851 | 2023-12-30T05:30:53.448Z | Downloaded ed25519 v1.5.3 |
852 | 2023-12-30T05:30:53.451Z | Downloaded toml v0.5.11 |
853 | 2023-12-30T05:30:53.454Z | Downloaded derive_builder_macro v0.12.0 |
854 | 2023-12-30T05:30:53.457Z | Downloaded yasna v0.5.2 |
855 | 2023-12-30T05:30:53.460Z | Downloaded typenum v1.16.0 |
856 | 2023-12-30T05:30:53.463Z | Downloaded fd-lock v3.0.13 |
857 | 2023-12-30T05:30:53.468Z | Downloaded futures-io v0.3.29 |
858 | 2023-12-30T05:30:53.471Z | Downloaded usdt-macro v0.3.5 |
859 | 2023-12-30T05:30:53.473Z | Downloaded unicode-linebreak v0.1.5 |
860 | 2023-12-30T05:30:53.476Z | Downloaded synstructure v0.12.6 |
861 | 2023-12-30T05:30:53.479Z | Downloaded unicase v2.7.0 |
862 | 2023-12-30T05:30:53.481Z | Downloaded endian-type v0.1.2 |
863 | 2023-12-30T05:30:53.481Z | Downloaded generic-array v0.14.7 |
864 | 2023-12-30T05:30:53.484Z | Downloaded wait-timeout v0.2.0 |
865 | 2023-12-30T05:30:53.487Z | Downloaded futures-core v0.3.29 |
866 | 2023-12-30T05:30:53.490Z | Downloaded futures-executor v0.3.29 |
867 | 2023-12-30T05:30:53.492Z | Downloaded slog-envlogger v2.2.0 |
868 | 2023-12-30T05:30:53.496Z | Downloaded try-lock v0.2.4 |
869 | 2023-12-30T05:30:53.498Z | Downloaded strum v0.25.0 |
870 | 2023-12-30T05:30:53.501Z | Downloaded take_mut v0.2.2 |
871 | 2023-12-30T05:30:53.501Z | Downloaded dirs-next v2.0.0 |
872 | 2023-12-30T05:30:53.506Z | Downloaded phf v0.11.2 |
873 | 2023-12-30T05:30:53.509Z | Downloaded ucd-trie v0.1.6 |
874 | 2023-12-30T05:30:53.512Z | Downloaded zeroize v1.7.0 |
875 | 2023-12-30T05:30:53.512Z | Downloaded itertools v0.12.0 |
876 | 2023-12-30T05:30:53.525Z | Downloaded pretty-hex v0.4.0 |
877 | 2023-12-30T05:30:53.528Z | Downloaded topological-sort v0.2.2 |
878 | 2023-12-30T05:30:53.531Z | Downloaded scheduled-thread-pool v0.2.7 |
879 | 2023-12-30T05:30:53.534Z | Downloaded rustc-hash v1.1.0 |
880 | 2023-12-30T05:30:53.534Z | Downloaded rtoolbox v0.0.1 |
881 | 2023-12-30T05:30:53.539Z | Downloaded fallible-iterator v0.2.0 |
882 | 2023-12-30T05:30:53.539Z | Downloaded rpassword v7.3.1 |
883 | 2023-12-30T05:30:53.542Z | Downloaded hash32 v0.2.1 |
884 | 2023-12-30T05:30:53.544Z | Downloaded slog-dtrace v0.2.3 |
885 | 2023-12-30T05:30:53.547Z | Downloaded unsafe-libyaml v0.2.9 |
886 | 2023-12-30T05:30:53.553Z | Downloaded thread_local v1.1.7 |
887 | 2023-12-30T05:30:53.556Z | Downloaded slog-term v2.9.0 |
888 | 2023-12-30T05:30:53.561Z | Downloaded structopt v0.3.26 |
889 | 2023-12-30T05:30:53.574Z | Downloaded tinyvec_macros v0.1.1 |
890 | 2023-12-30T05:30:53.580Z | Downloaded num-bigint v0.4.4 |
891 | 2023-12-30T05:30:53.585Z | Downloaded glob v0.3.1 |
892 | 2023-12-30T05:30:53.588Z | Downloaded parking_lot v0.11.2 |
893 | 2023-12-30T05:30:53.593Z | Downloaded diesel_derives v2.1.2 |
894 | 2023-12-30T05:30:53.599Z | Downloaded embedded-io v0.4.0 |
895 | 2023-12-30T05:30:53.603Z | Downloaded time-macros v0.2.13 |
896 | 2023-12-30T05:30:53.606Z | Downloaded which v4.4.0 |
897 | 2023-12-30T05:30:53.609Z | Downloaded darling_macro v0.20.3 |
898 | 2023-12-30T05:30:53.612Z | Downloaded rand_core v0.6.4 |
899 | 2023-12-30T05:30:53.616Z | Downloaded slog-async v2.8.0 |
900 | 2023-12-30T05:30:53.619Z | Downloaded pem-rfc7468 v0.7.0 |
901 | 2023-12-30T05:30:53.621Z | Downloaded x509-cert v0.2.4 |
902 | 2023-12-30T05:30:53.631Z | Downloaded serde-big-array v0.5.1 |
903 | 2023-12-30T05:30:53.634Z | Downloaded fixedbitset v0.4.2 |
904 | 2023-12-30T05:30:53.636Z | Downloaded defmt-parser v0.3.3 |
905 | 2023-12-30T05:30:53.642Z | Downloaded defmt-macros v0.3.6 |
906 | 2023-12-30T05:30:53.644Z | Downloaded darling_macro v0.14.4 |
907 | 2023-12-30T05:30:53.644Z | Downloaded resolv-conf v0.7.0 |
908 | 2023-12-30T05:30:53.648Z | Downloaded rustls-native-certs v0.6.3 |
909 | 2023-12-30T05:30:53.653Z | Downloaded zerocopy v0.3.0 |
910 | 2023-12-30T05:30:53.656Z | Downloaded terminal_size v0.2.6 |
911 | 2023-12-30T05:30:53.659Z | Downloaded der v0.7.8 |
912 | 2023-12-30T05:30:53.666Z | Downloaded r2d2 v0.8.10 |
913 | 2023-12-30T05:30:53.669Z | Downloaded heck v0.4.1 |
914 | 2023-12-30T05:30:53.671Z | Downloaded socket2 v0.5.5 |
915 | 2023-12-30T05:30:53.675Z | Downloaded futures-macro v0.3.29 |
916 | 2023-12-30T05:30:53.678Z | Downloaded rand_xorshift v0.3.0 |
917 | 2023-12-30T05:30:53.680Z | Downloaded unicode_categories v0.1.1 |
918 | 2023-12-30T05:30:53.683Z | Downloaded foreign-types v0.3.2 |
919 | 2023-12-30T05:30:53.685Z | Downloaded pest_meta v2.7.2 |
920 | 2023-12-30T05:30:53.688Z | Downloaded foreign-types-shared v0.1.1 |
921 | 2023-12-30T05:30:53.694Z | Downloaded itertools v0.11.0 |
922 | 2023-12-30T05:30:53.702Z | Downloaded utf8parse v0.2.1 |
923 | 2023-12-30T05:30:53.704Z | Downloaded thiserror-impl-no-std v2.0.2 |
924 | 2023-12-30T05:30:53.707Z | Downloaded getrandom v0.2.10 |
925 | 2023-12-30T05:30:53.711Z | Downloaded http-range v0.1.5 |
926 | 2023-12-30T05:30:53.714Z | Downloaded heapless v0.7.16 |
927 | 2023-12-30T05:30:53.719Z | Downloaded diesel_table_macro_syntax v0.1.0 |
928 | 2023-12-30T05:30:53.722Z | Downloaded filetime v0.2.23 |
929 | 2023-12-30T05:30:53.725Z | Downloaded hex v0.4.3 |
930 | 2023-12-30T05:30:53.757Z | Downloaded futures-task v0.3.29 |
931 | 2023-12-30T05:30:53.760Z | Downloaded snafu v0.7.5 |
932 | 2023-12-30T05:30:53.760Z | Downloaded untrusted v0.7.1 |
933 | 2023-12-30T05:30:53.760Z | Downloaded parking_lot v0.12.1 |
934 | 2023-12-30T05:30:53.760Z | Downloaded zone v0.3.0 |
935 | 2023-12-30T05:30:53.760Z | Downloaded defmt v0.3.5 |
936 | 2023-12-30T05:30:53.760Z | Downloaded debug-ignore v1.0.5 |
937 | 2023-12-30T05:30:53.760Z | Downloaded textwrap v0.11.0 |
938 | 2023-12-30T05:30:53.760Z | Downloaded percent-encoding v2.3.1 |
939 | 2023-12-30T05:30:53.760Z | Downloaded httpdate v1.0.3 |
940 | 2023-12-30T05:30:53.763Z | Downloaded http-body v0.4.5 |
941 | 2023-12-30T05:30:53.766Z | Downloaded derive_more v0.99.17 |
942 | 2023-12-30T05:30:53.774Z | Downloaded scopeguard v1.2.0 |
943 | 2023-12-30T05:30:53.779Z | Downloaded slog v2.7.0 |
944 | 2023-12-30T05:30:53.782Z | Downloaded slog-stdlog v4.1.1 |
945 | 2023-12-30T05:30:53.784Z | Downloaded darling_core v0.14.4 |
946 | 2023-12-30T05:30:53.791Z | Downloaded smallvec v1.11.2 |
947 | 2023-12-30T05:30:53.795Z | Downloaded spin v0.9.8 |
948 | 2023-12-30T05:30:53.799Z | Downloaded httparse v1.8.0 |
949 | 2023-12-30T05:30:53.803Z | Downloaded serde_with_macros v3.4.0 |
950 | 2023-12-30T05:30:53.807Z | Downloaded hashbrown v0.12.3 |
951 | 2023-12-30T05:30:53.814Z | Downloaded semver-parser v0.10.2 |
952 | 2023-12-30T05:30:53.818Z | Downloaded globset v0.4.13 |
953 | 2023-12-30T05:30:53.821Z | Downloaded zerocopy v0.7.31 |
954 | 2023-12-30T05:30:53.848Z | Downloaded tokio-postgres v0.7.10 |
955 | 2023-12-30T05:30:53.857Z | Downloaded flate2 v1.0.28 |
956 | 2023-12-30T05:30:53.868Z | Downloaded rand v0.8.5 |
957 | 2023-12-30T05:30:53.871Z | Downloaded hashbrown v0.13.2 |
958 | 2023-12-30T05:30:53.879Z | Downloaded hmac v0.12.1 |
959 | 2023-12-30T05:30:53.883Z | Downloaded flume v0.11.0 |
960 | 2023-12-30T05:30:53.888Z | Downloaded darling_core v0.20.3 |
961 | 2023-12-30T05:30:53.897Z | Downloaded rustyline v12.0.0 |
962 | 2023-12-30T05:30:53.906Z | Downloaded serde v1.0.193 |
963 | 2023-12-30T05:30:53.912Z | Downloaded futures-util v0.3.29 |
964 | 2023-12-30T05:30:53.934Z | Downloaded http v0.2.11 |
965 | 2023-12-30T05:30:53.940Z | Downloaded bitvec v1.0.1 |
966 | 2023-12-30T05:30:53.967Z | Downloaded ron v0.8.1 |
967 | 2023-12-30T05:30:53.977Z | Downloaded rustls-webpki v0.101.7 |
968 | 2023-12-30T05:30:54.002Z | Downloaded pest v2.7.2 |
969 | 2023-12-30T05:30:54.015Z | Downloaded hashbrown v0.14.2 |
970 | 2023-12-30T05:30:54.023Z | Downloaded reedline v0.22.0 |
971 | 2023-12-30T05:30:54.033Z | Downloaded regex-automata v0.1.10 |
972 | 2023-12-30T05:30:54.042Z | Downloaded quick-xml v0.23.1 |
973 | 2023-12-30T05:30:54.055Z | Downloaded portable-atomic v1.4.3 |
974 | 2023-12-30T05:30:54.065Z | Downloaded gimli v0.28.0 |
975 | 2023-12-30T05:30:54.079Z | Downloaded winnow v0.5.15 |
976 | 2023-12-30T05:30:54.093Z | Downloaded ratatui v0.23.0 |
977 | 2023-12-30T05:30:54.114Z | Downloaded regress v0.7.1 |
978 | 2023-12-30T05:30:54.127Z | Downloaded syn v2.0.32 |
979 | 2023-12-30T05:30:54.145Z | Downloaded syn v1.0.109 |
980 | 2023-12-30T05:30:54.164Z | Downloaded regex-syntax v0.7.5 |
981 | 2023-12-30T05:30:54.179Z | Downloaded regex v1.10.2 |
982 | 2023-12-30T05:30:54.202Z | Downloaded rustix v0.38.25 |
983 | 2023-12-30T05:30:54.243Z | Downloaded polar-core v0.27.0 |
984 | 2023-12-30T05:30:54.257Z | Downloaded diesel v2.1.4 |
985 | 2023-12-30T05:30:54.288Z | Downloaded sled v0.34.7 |
986 | 2023-12-30T05:30:54.307Z | Downloaded zerocopy-derive v0.6.4 |
987 | 2023-12-30T05:30:54.325Z | Downloaded zerocopy-derive v0.2.0 |
988 | 2023-12-30T05:30:54.341Z | Downloaded regex-automata v0.4.3 |
989 | 2023-12-30T05:30:54.372Z | Downloaded tokio v1.35.0 |
990 | 2023-12-30T05:30:54.439Z | Downloaded regex-automata v0.3.8 |
991 | 2023-12-30T05:30:54.466Z | Downloaded sha3 v0.10.8 |
992 | 2023-12-30T05:30:54.477Z | Downloaded libc v0.2.151 |
993 | 2023-12-30T05:30:54.526Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
994 | 2023-12-30T05:30:54.548Z | Downloaded zerocopy-derive v0.7.31 |
995 | 2023-12-30T05:30:54.568Z | Downloaded encoding_rs v0.8.33 |
996 | 2023-12-30T05:30:54.608Z | Downloaded regex-syntax v0.8.2 |
997 | 2023-12-30T05:30:54.623Z | Downloaded rustix v0.37.23 |
998 | 2023-12-30T05:30:54.656Z | Downloaded rustls v0.21.9 |
999 | 2023-12-30T05:30:54.679Z | Downloaded regex-syntax v0.6.29 |
1000 | 2023-12-30T05:30:54.689Z | Downloaded smoltcp v0.10.0 |
1001 | 2023-12-30T05:30:54.710Z | Downloaded bstr v0.2.17 |
1002 | 2023-12-30T05:30:54.726Z | Downloaded smoltcp v0.9.1 |
1003 | 2023-12-30T05:30:54.745Z | Downloaded trust-dns-proto v0.22.0 |
1004 | 2023-12-30T05:30:54.790Z | Downloaded openapiv3 v2.0.0 |
1005 | 2023-12-30T05:30:54.793Z | Downloaded radix_trie v0.2.1 |
1006 | 2023-12-30T05:30:54.796Z | Downloaded nix v0.26.4 |
1007 | 2023-12-30T05:30:54.814Z | Downloaded curve25519-dalek v4.1.1 |
1008 | 2023-12-30T05:30:54.829Z | Downloaded ring v0.17.7 |
1009 | 2023-12-30T05:30:54.954Z | Downloaded ring v0.16.20 |
1010 | 2023-12-30T05:30:55.113Z | Downloaded serde_with v3.4.0 |
1011 | 2023-12-30T05:30:55.124Z | Downloaded h2 v0.3.21 |
1012 | 2023-12-30T05:30:55.135Z | Downloaded petgraph v0.6.4 |
1013 | 2023-12-30T05:30:55.158Z | Downloaded proptest v1.4.0 |
1014 | 2023-12-30T05:30:55.174Z | Downloaded idna v0.2.3 |
1015 | 2023-12-30T05:30:55.187Z | Downloaded hkdf v0.12.3 |
1016 | 2023-12-30T05:30:55.191Z | Downloaded tabled v0.14.0 |
1017 | 2023-12-30T05:30:55.220Z | Downloaded webpki-roots v0.25.2 |
1018 | 2023-12-30T05:30:55.226Z | Downloaded object v0.32.1 |
1019 | 2023-12-30T05:30:55.242Z | Downloaded rayon v1.8.0 |
1020 | 2023-12-30T05:30:55.257Z | Downloaded openssl v0.10.60 |
1021 | 2023-12-30T05:30:55.274Z | Downloaded vcpkg v0.2.15 |
1022 | 2023-12-30T05:30:55.345Z | Downloaded unicode-normalization v0.1.22 |
1023 | 2023-12-30T05:30:55.351Z | Downloaded reqwest v0.11.22 |
1024 | 2023-12-30T05:30:55.364Z | Downloaded chrono v0.4.31 |
1025 | 2023-12-30T05:30:55.377Z | Downloaded bindgen v0.65.1 |
1026 | 2023-12-30T05:30:55.390Z | Downloaded tough v0.16.0 |
1027 | 2023-12-30T05:30:55.406Z | Downloaded clap v2.34.0 |
1028 | 2023-12-30T05:30:55.415Z | Downloaded hyper v0.14.27 |
1029 | 2023-12-30T05:30:55.429Z | Downloaded lalrpop v0.19.12 |
1030 | 2023-12-30T05:30:55.448Z | Downloaded bstr v1.6.0 |
1031 | 2023-12-30T05:30:55.468Z | Downloaded steno v0.4.0 |
1032 | 2023-12-30T05:30:55.474Z | Downloaded serde_json v1.0.108 |
1033 | 2023-12-30T05:30:55.487Z | Downloaded crossterm v0.26.1 |
1034 | 2023-12-30T05:30:55.497Z | Downloaded pkcs8 v0.10.2 |
1035 | 2023-12-30T05:30:55.502Z | Downloaded rcgen v0.11.3 |
1036 | 2023-12-30T05:30:55.508Z | Downloaded serde_yaml v0.9.25 |
1037 | 2023-12-30T05:30:55.512Z | Downloaded tracing v0.1.37 |
1038 | 2023-12-30T05:30:55.519Z | Downloaded slog-json v2.6.1 |
1039 | 2023-12-30T05:30:55.522Z | Downloaded phf_shared v0.11.2 |
1040 | 2023-12-30T05:30:55.525Z | Downloaded wyz v0.5.1 |
1041 | 2023-12-30T05:30:55.525Z | Downloaded poly1305 v0.8.0 |
1042 | 2023-12-30T05:30:55.529Z | Downloaded toml v0.7.8 |
1043 | 2023-12-30T05:30:55.534Z | Downloaded zip v0.6.6 |
1044 | 2023-12-30T05:30:55.541Z | Downloaded crossterm v0.27.0 |
1045 | 2023-12-30T05:30:55.551Z | Downloaded unicode-segmentation v1.10.1 |
1046 | 2023-12-30T05:30:55.557Z | Downloaded tokio-native-tls v0.3.1 |
1047 | 2023-12-30T05:30:55.560Z | Downloaded tokio-util v0.7.10 |
1048 | 2023-12-30T05:30:55.570Z | Downloaded aho-corasick v1.0.4 |
1049 | 2023-12-30T05:30:55.580Z | Downloaded data-encoding v2.4.0 |
1050 | 2023-12-30T05:30:55.583Z | Downloaded termios v0.3.3 |
1051 | 2023-12-30T05:30:55.586Z | Downloaded float-cmp v0.9.0 |
1052 | 2023-12-30T05:30:55.592Z | Downloaded fnv v1.0.7 |
1053 | 2023-12-30T05:30:55.592Z | Downloaded postcard v1.0.8 |
1054 | 2023-12-30T05:30:55.596Z | Downloaded packed_struct v0.10.1 |
1055 | 2023-12-30T05:30:55.599Z | Downloaded spin v0.5.2 |
1056 | 2023-12-30T05:30:55.599Z | Downloaded sct v0.7.0 |
1057 | 2023-12-30T05:30:55.602Z | Downloaded derive-where v1.2.6 |
1058 | 2023-12-30T05:30:55.608Z | Downloaded url v2.5.0 |
1059 | 2023-12-30T05:30:55.613Z | Downloaded libxml v0.3.3 |
1060 | 2023-12-30T05:30:55.623Z | Downloaded semver v0.1.20 |
1061 | 2023-12-30T05:30:55.626Z | Downloaded secrecy v0.8.0 |
1062 | 2023-12-30T05:30:55.630Z | Downloaded stringprep v0.1.3 |
1063 | 2023-12-30T05:30:55.630Z | Downloaded rustversion v1.0.14 |
1064 | 2023-12-30T05:30:55.633Z | Downloaded rustls-pemfile v1.0.3 |
1065 | 2023-12-30T05:30:55.636Z | Downloaded quote v1.0.33 |
1066 | 2023-12-30T05:30:55.640Z | Downloaded vsss-rs v3.3.2 |
1067 | 2023-12-30T05:30:55.647Z | Downloaded tinyvec v1.6.0 |
1068 | 2023-12-30T05:30:55.650Z | Downloaded stable_deref_trait v1.2.0 |
1069 | 2023-12-30T05:30:55.652Z | Downloaded elliptic-curve v0.13.8 |
1070 | 2023-12-30T05:30:55.656Z | Downloaded termtree v0.4.1 |
1071 | 2023-12-30T05:30:55.659Z | Downloaded time v0.3.27 |
1072 | 2023-12-30T05:30:55.668Z | Downloaded packed_struct_codegen v0.10.1 |
1073 | 2023-12-30T05:30:55.671Z | Downloaded parking_lot_core v0.9.8 |
1074 | 2023-12-30T05:30:55.674Z | Downloaded rand_chacha v0.3.1 |
1075 | 2023-12-30T05:30:55.677Z | Downloaded derive_builder v0.12.0 |
1076 | 2023-12-30T05:30:55.683Z | Downloaded tokio-rustls v0.24.1 |
1077 | 2023-12-30T05:30:55.688Z | Downloaded postgres-protocol v0.6.6 |
1078 | 2023-12-30T05:30:55.690Z | Downloaded unicode-bidi v0.3.13 |
1079 | 2023-12-30T05:30:55.693Z | Downloaded papergrid v0.10.0 |
1080 | 2023-12-30T05:30:55.700Z | Downloaded pin-project v1.1.3 |
1081 | 2023-12-30T05:30:55.719Z | Downloaded clap_builder v4.4.2 |
1082 | 2023-12-30T05:30:55.731Z | Downloaded sqlparser v0.36.1 |
1083 | 2023-12-30T05:30:55.742Z | Downloaded display-error-chain v0.2.0 |
1084 | 2023-12-30T05:30:55.745Z | Downloaded ref-cast v1.0.20 |
1085 | 2023-12-30T05:30:55.745Z | Downloaded heck v0.3.3 |
1086 | 2023-12-30T05:30:55.748Z | Downloaded ref-cast-impl v1.0.20 |
1087 | 2023-12-30T05:30:55.748Z | Downloaded parking_lot_core v0.8.6 |
1088 | 2023-12-30T05:30:55.751Z | Downloaded thread-id v4.2.0 |
1089 | 2023-12-30T05:30:55.754Z | Downloaded sha1 v0.10.6 |
1090 | 2023-12-30T05:30:55.757Z | Downloaded group v0.13.0 |
1091 | 2023-12-30T05:30:55.760Z | Downloaded schemars_derive v0.8.16 |
1092 | 2023-12-30T05:30:55.760Z | Downloaded pkcs1 v0.7.5 |
1093 | 2023-12-30T05:30:55.763Z | Downloaded headers v0.3.9 |
1094 | 2023-12-30T05:30:55.774Z | Downloaded rayon-core v1.12.0 |
1095 | 2023-12-30T05:30:55.778Z | Downloaded hubpack v0.1.2 |
1096 | 2023-12-30T05:30:55.781Z | Downloaded term v0.7.0 |
1097 | 2023-12-30T05:30:55.785Z | Downloaded rusty-fork v0.3.0 |
1098 | 2023-12-30T05:30:55.788Z | Downloaded prettyplease v0.2.15 |
1099 | 2023-12-30T05:30:55.837Z | Downloaded tokio-stream v0.1.14 |
1100 | 2023-12-30T05:30:55.853Z | Downloaded diff v0.1.13 |
1101 | 2023-12-30T05:30:55.853Z | Downloaded typed-path v0.7.0 |
1102 | 2023-12-30T05:30:55.853Z | Downloaded parse-display v0.8.2 |
1103 | 2023-12-30T05:30:55.853Z | Downloaded quick-error v1.2.3 |
1104 | 2023-12-30T05:30:55.853Z | Downloaded structopt-derive v0.4.18 |
1105 | 2023-12-30T05:30:55.854Z | Downloaded vte v0.10.1 |
1106 | 2023-12-30T05:30:55.854Z | Downloaded tracing-attributes v0.1.26 |
1107 | 2023-12-30T05:30:55.854Z | Downloaded derive_builder_core v0.12.0 |
1108 | 2023-12-30T05:30:55.854Z | Downloaded tracing-core v0.1.31 |
1109 | 2023-12-30T05:30:55.854Z | Downloaded structmeta-derive v0.2.0 |
1110 | 2023-12-30T05:30:55.854Z | Downloaded proc-macro2 v1.0.69 |
1111 | 2023-12-30T05:30:55.854Z | Downloaded futures v0.3.29 |
1112 | 2023-12-30T05:30:55.858Z | Downloaded num-bigint-dig v0.8.4 |
1113 | 2023-12-30T05:30:55.858Z | Downloaded nom v7.1.3 |
1114 | 2023-12-30T05:30:55.865Z | Downloaded dyn-clone v1.0.13 |
1115 | 2023-12-30T05:30:55.868Z | Downloaded tungstenite v0.20.1 |
1116 | 2023-12-30T05:30:55.873Z | Downloaded salty v0.2.0 |
1117 | 2023-12-30T05:30:55.882Z | Downloaded fatfs v0.3.6 |
1118 | 2023-12-30T05:30:55.886Z | Downloaded toml_edit v0.21.0 |
1119 | 2023-12-30T05:30:55.923Z | Downloaded strip-ansi-escapes v0.1.1 |
1120 | 2023-12-30T05:30:55.928Z | Downloaded owo-colors v3.5.0 |
1121 | 2023-12-30T05:30:55.931Z | Downloaded tempfile v3.8.1 |
1122 | 2023-12-30T05:30:55.934Z | Downloaded usdt v0.3.5 |
1123 | 2023-12-30T05:30:55.934Z | Downloaded getopts v0.2.21 |
1124 | 2023-12-30T05:30:55.937Z | Downloaded either v1.9.0 |
1125 | 2023-12-30T05:30:55.940Z | Downloaded pin-utils v0.1.0 |
1126 | 2023-12-30T05:30:55.940Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2023-12-30T05:30:55.945Z | Downloaded xattr v1.0.1 |
1128 | 2023-12-30T05:30:55.948Z | Downloaded trust-dns-resolver v0.22.0 |
1129 | 2023-12-30T05:30:55.955Z | Downloaded idna v0.5.0 |
1130 | 2023-12-30T05:30:55.968Z | Downloaded minimal-lexical v0.2.1 |
1131 | 2023-12-30T05:30:55.976Z | Downloaded toml_edit v0.19.15 |
1132 | 2023-12-30T05:30:56.004Z | Downloaded termcolor v1.2.0 |
1133 | 2023-12-30T05:30:56.007Z | Downloaded pest_derive v2.7.2 |
1134 | 2023-12-30T05:30:56.009Z | Downloaded highway v1.1.0 |
1135 | 2023-12-30T05:30:56.015Z | Downloaded proc-macro-error v1.0.4 |
1136 | 2023-12-30T05:30:56.018Z | Downloaded rustfmt-wrapper v0.2.0 |
1137 | 2023-12-30T05:30:56.021Z | Downloaded rustc_version v0.4.0 |
1138 | 2023-12-30T05:30:56.026Z | Downloaded universal-hash v0.5.1 |
1139 | 2023-12-30T05:30:56.026Z | Downloaded thiserror v1.0.49 |
1140 | 2023-12-30T05:30:56.030Z | Downloaded spki v0.7.2 |
1141 | 2023-12-30T05:30:56.033Z | Downloaded snafu-derive v0.7.5 |
1142 | 2023-12-30T05:30:56.036Z | Downloaded half v1.8.2 |
1143 | 2023-12-30T05:30:56.039Z | Downloaded socket2 v0.4.9 |
1144 | 2023-12-30T05:30:56.041Z | Downloaded toml v0.8.8 |
1145 | 2023-12-30T05:30:56.046Z | Downloaded slab v0.4.9 |
1146 | 2023-12-30T05:30:56.049Z | Downloaded trust-dns-client v0.22.0 |
1147 | 2023-12-30T05:30:56.057Z | Downloaded enum-as-inner v0.5.1 |
1148 | 2023-12-30T05:30:56.060Z | Downloaded smallvec v0.6.14 |
1149 | 2023-12-30T05:30:56.063Z | Downloaded tabled_derive v0.6.0 |
1150 | 2023-12-30T05:30:56.065Z | Downloaded crossbeam-channel v0.5.8 |
1151 | 2023-12-30T05:30:56.071Z | Downloaded funty v2.0.0 |
1152 | 2023-12-30T05:30:56.073Z | Downloaded predicates-core v1.0.6 |
1153 | 2023-12-30T05:30:56.076Z | Downloaded parse-display-derive v0.8.2 |
1154 | 2023-12-30T05:30:56.076Z | Downloaded trust-dns-server v0.22.1 |
1155 | 2023-12-30T05:30:56.084Z | Downloaded mio v0.8.9 |
1156 | 2023-12-30T05:30:56.096Z | Downloaded pest_generator v2.7.2 |
1157 | 2023-12-30T05:30:56.101Z | Downloaded der_derive v0.7.2 |
1158 | 2023-12-30T05:30:56.101Z | Downloaded platforms v3.0.2 |
1159 | 2023-12-30T05:30:56.103Z | Downloaded pin-project-internal v1.1.3 |
1160 | 2023-12-30T05:30:56.103Z | Downloaded futures-channel v0.3.29 |
1161 | 2023-12-30T05:30:56.106Z | Downloaded indexmap v2.1.0 |
1162 | 2023-12-30T05:30:56.113Z | Downloaded unicode-width v0.1.11 |
1163 | 2023-12-30T05:30:56.115Z | Downloaded ena v0.14.2 |
1164 | 2023-12-30T05:30:56.118Z | Downloaded radium v0.7.0 |
1165 | 2023-12-30T05:30:56.120Z | Downloaded dirs-sys-next v0.1.2 |
1166 | 2023-12-30T05:30:56.123Z | Downloaded difflib v0.4.0 |
1167 | 2023-12-30T05:30:56.123Z | Downloaded env_logger v0.10.0 |
1168 | 2023-12-30T05:30:56.127Z | Downloaded cc v1.0.83 |
1169 | 2023-12-30T05:30:56.132Z | Downloaded schemars v0.8.16 |
1170 | 2023-12-30T05:30:56.151Z | Downloaded digest v0.10.7 |
1171 | 2023-12-30T05:30:56.154Z | Downloaded crypto-bigint v0.5.2 |
1172 | 2023-12-30T05:30:56.164Z | Downloaded rsa v0.9.2 |
1173 | 2023-12-30T05:30:56.172Z | Downloaded zeroize_derive v1.4.2 |
1174 | 2023-12-30T05:30:56.177Z | Downloaded libm v0.2.7 |
1175 | 2023-12-30T05:30:56.188Z | Downloaded pin-project-lite v0.2.13 |
1176 | 2023-12-30T05:30:56.196Z | Downloaded test-strategy v0.3.1 |
1177 | 2023-12-30T05:30:56.202Z | Downloaded tar v0.4.40 |
1178 | 2023-12-30T05:30:56.206Z | Downloaded uuid v1.6.1 |
1179 | 2023-12-30T05:30:56.213Z | Downloaded textwrap v0.16.0 |
1180 | 2023-12-30T05:30:56.216Z | Downloaded ff v0.13.0 |
1181 | 2023-12-30T05:30:56.219Z | Downloaded precomputed-hash v0.1.1 |
1182 | 2023-12-30T05:30:56.222Z | Downloaded pkg-config v0.3.27 |
1183 | 2023-12-30T05:30:56.224Z | Downloaded signal-hook v0.3.17 |
1184 | 2023-12-30T05:30:56.227Z | Downloaded crossbeam-utils v0.8.16 |
1185 | 2023-12-30T05:30:56.231Z | Downloaded pem v3.0.2 |
1186 | 2023-12-30T05:30:56.234Z | Downloaded untrusted v0.9.0 |
1187 | 2023-12-30T05:30:56.241Z | Downloaded smawk v0.3.1 |
1188 | 2023-12-30T05:30:56.244Z | Downloaded rustc_version v0.1.7 |
1189 | 2023-12-30T05:30:56.244Z | Downloaded slog-scope v4.4.0 |
1190 | 2023-12-30T05:30:56.244Z | Downloaded ryu v1.0.15 |
1191 | 2023-12-30T05:30:56.246Z | Downloaded clap v4.4.3 |
1192 | 2023-12-30T05:30:56.260Z | Downloaded base64 v0.21.5 |
1193 | 2023-12-30T05:30:56.266Z | Downloaded serde_derive_internals v0.26.0 |
1194 | 2023-12-30T05:30:56.269Z | Downloaded hostname v0.3.1 |
1195 | 2023-12-30T05:30:56.273Z | Downloaded unarray v0.1.4 |
1196 | 2023-12-30T05:30:56.275Z | Downloaded toml_datetime v0.6.5 |
1197 | 2023-12-30T05:30:56.275Z | Downloaded log v0.4.20 |
1198 | 2023-12-30T05:30:56.278Z | Downloaded postgres-types v0.2.6 |
1199 | 2023-12-30T05:30:56.281Z | Downloaded password-hash v0.5.0 |
1200 | 2023-12-30T05:30:56.284Z | Downloaded shell-words v1.1.0 |
1201 | 2023-12-30T05:30:56.287Z | Downloaded omicron-zone-package v0.9.1 |
1202 | 2023-12-30T05:30:56.290Z | Downloaded num-complex v0.4.4 |
1203 | 2023-12-30T05:30:56.297Z | Downloaded once_cell v1.19.0 |
1204 | 2023-12-30T05:30:56.343Z | Downloaded darling v0.20.3 |
1205 | 2023-12-30T05:30:56.346Z | Downloaded sha2 v0.10.8 |
1206 | 2023-12-30T05:30:56.349Z | Downloaded tiny-keccak v2.0.2 |
1207 | 2023-12-30T05:30:56.353Z | Downloaded chacha20poly1305 v0.10.1 |
1208 | 2023-12-30T05:30:56.357Z | Downloaded signal-hook-registry v1.4.1 |
1209 | 2023-12-30T05:30:56.360Z | Downloaded form_urlencoded v1.2.1 |
1210 | 2023-12-30T05:30:56.363Z | Downloaded tokio-macros v2.2.0 |
1211 | 2023-12-30T05:30:56.363Z | Downloaded serde_tokenstream v0.2.0 |
1212 | 2023-12-30T05:30:56.368Z | Downloaded serde_tokenstream v0.1.7 |
1213 | 2023-12-30T05:30:56.374Z | Downloaded similar v2.3.0 |
1214 | 2023-12-30T05:30:56.382Z | Downloaded string_cache v0.8.7 |
1215 | 2023-12-30T05:30:56.385Z | Downloaded itertools v0.10.5 |
1216 | 2023-12-30T05:30:56.396Z | Downloaded camino v1.1.6 |
1217 | 2023-12-30T05:30:56.400Z | Downloaded serde_urlencoded v0.7.1 |
1218 | 2023-12-30T05:30:56.403Z | Downloaded serde_spanned v0.6.4 |
1219 | 2023-12-30T05:30:56.418Z | Downloaded proc-macro-error-attr v1.0.4 |
1220 | 2023-12-30T05:30:56.421Z | Downloaded proc-macro-crate v1.3.1 |
1221 | 2023-12-30T05:30:56.421Z | Downloaded dof v0.1.5 |
1222 | 2023-12-30T05:30:56.421Z | Downloaded bytes v1.5.0 |
1223 | 2023-12-30T05:30:56.421Z | Downloaded crossbeam-epoch v0.9.15 |
1224 | 2023-12-30T05:30:56.428Z | Downloaded md-5 v0.10.5 |
1225 | 2023-12-30T05:30:56.431Z | Downloaded mockall v0.12.0 |
1226 | 2023-12-30T05:30:56.435Z | Downloaded serde_repr v0.1.16 |
1227 | 2023-12-30T05:30:56.440Z | Downloaded serde_plain v1.0.2 |
1228 | 2023-12-30T05:30:56.443Z | Downloaded usdt-impl v0.3.5 |
1229 | 2023-12-30T05:30:56.446Z | Downloaded unicode-ident v1.0.12 |
1230 | 2023-12-30T05:30:56.450Z | Downloaded semver v0.11.0 |
1231 | 2023-12-30T05:30:56.454Z | Downloaded clang-sys v1.6.1 |
1232 | 2023-12-30T05:30:56.458Z | Downloaded predicates v3.0.4 |
1233 | 2023-12-30T05:30:56.462Z | Downloaded structmeta v0.2.0 |
1234 | 2023-12-30T05:30:56.465Z | Downloaded signal-hook-mio v0.2.3 |
1235 | 2023-12-30T05:30:56.465Z | Downloaded fragile v2.0.0 |
1236 | 2023-12-30T05:30:56.468Z | Downloaded utf-8 v0.7.6 |
1237 | 2023-12-30T05:30:56.472Z | Downloaded signature v1.6.4 |
1238 | 2023-12-30T05:30:56.475Z | Downloaded ansi_term v0.12.1 |
1239 | 2023-12-30T05:30:56.478Z | Downloaded blake2 v0.10.6 |
1240 | 2023-12-30T05:30:56.481Z | Downloaded vec_map v0.8.2 |
1241 | 2023-12-30T05:30:56.484Z | Downloaded num-derive v0.4.0 |
1242 | 2023-12-30T05:30:56.487Z | Downloaded arrayvec v0.5.2 |
1243 | 2023-12-30T05:30:56.490Z | Downloaded inout v0.1.3 |
1244 | 2023-12-30T05:30:56.490Z | Downloaded hyper-tls v0.5.0 |
1245 | 2023-12-30T05:30:56.494Z | Downloaded ciborium v0.2.1 |
1246 | 2023-12-30T05:30:56.497Z | Downloaded foreign-types-shared v0.3.1 |
1247 | 2023-12-30T05:30:56.497Z | Downloaded crypto-common v0.1.6 |
1248 | 2023-12-30T05:30:56.500Z | Downloaded lazycell v1.3.0 |
1249 | 2023-12-30T05:30:56.500Z | Downloaded cexpr v0.6.0 |
1250 | 2023-12-30T05:30:56.506Z | Downloaded static_assertions v1.1.0 |
1251 | 2023-12-30T05:30:56.509Z | Downloaded peeking_take_while v0.1.2 |
1252 | 2023-12-30T05:30:56.509Z | Downloaded native-tls v0.2.11 |
1253 | 2023-12-30T05:30:56.515Z | Downloaded atomic-waker v1.1.1 |
1254 | 2023-12-30T05:30:56.516Z | Downloaded serde-big-array v0.4.1 |
1255 | 2023-12-30T05:30:56.518Z | Downloaded console v0.15.7 |
1256 | 2023-12-30T05:30:56.518Z | Downloaded backtrace v0.3.69 |
1257 | 2023-12-30T05:30:56.526Z | Downloaded strsim v0.8.0 |
1258 | 2023-12-30T05:30:56.529Z | Downloaded indicatif v0.17.7 |
1259 | 2023-12-30T05:30:56.534Z | Downloaded path-slash v0.1.5 |
1260 | 2023-12-30T05:30:56.537Z | Downloaded bzip2 v0.4.4 |
1261 | 2023-12-30T05:30:56.542Z | Downloaded mime_guess v2.0.4 |
1262 | 2023-12-30T05:30:56.545Z | Downloaded cookie v0.18.0 |
1263 | 2023-12-30T05:30:56.545Z | Downloaded clap_derive v4.4.2 |
1264 | 2023-12-30T05:30:56.548Z | Downloaded ipnetwork v0.20.0 |
1265 | 2023-12-30T05:30:56.551Z | Downloaded aead v0.5.2 |
1266 | 2023-12-30T05:30:56.553Z | Downloaded ipnet v2.8.0 |
1267 | 2023-12-30T05:30:56.568Z | Downloaded maybe-uninit v2.0.0 |
1268 | 2023-12-30T05:30:56.568Z | Downloaded kstat-rs v0.2.3 |
1269 | 2023-12-30T05:30:56.571Z | Downloaded base64ct v1.6.0 |
1270 | 2023-12-30T05:30:56.571Z | Downloaded siphasher v0.3.11 |
1271 | 2023-12-30T05:30:56.572Z | Downloaded semver v1.0.20 |
1272 | 2023-12-30T05:30:56.572Z | Downloaded nibble_vec v0.1.0 |
1273 | 2023-12-30T05:30:56.572Z | Downloaded libsw v3.3.0 |
1274 | 2023-12-30T05:30:56.575Z | Downloaded crossbeam-deque v0.8.3 |
1275 | 2023-12-30T05:30:56.578Z | Downloaded downcast v0.11.0 |
1276 | 2023-12-30T05:30:56.581Z | Downloaded colored v2.0.4 |
1277 | 2023-12-30T05:30:56.584Z | Downloaded toolchain_find v0.2.0 |
1278 | 2023-12-30T05:30:56.584Z | Downloaded cancel-safe-futures v0.1.5 |
1279 | 2023-12-30T05:30:56.591Z | Downloaded async-stream v0.3.5 |
1280 | 2023-12-30T05:30:56.595Z | Downloaded waitgroup v0.1.2 |
1281 | 2023-12-30T05:30:56.595Z | Downloaded strsim v0.10.0 |
1282 | 2023-12-30T05:30:56.598Z | Downloaded num-traits v0.2.16 |
1283 | 2023-12-30T05:30:56.602Z | Downloaded newtype_derive v0.1.6 |
1284 | 2023-12-30T05:30:56.605Z | Downloaded linked-hash-map v0.5.6 |
1285 | 2023-12-30T05:30:56.610Z | Downloaded chacha20 v0.9.1 |
1286 | 2023-12-30T05:30:56.610Z | Downloaded camino-tempfile v1.1.1 |
1287 | 2023-12-30T05:30:56.613Z | Downloaded bitfield v0.14.0 |
1288 | 2023-12-30T05:30:56.616Z | Downloaded anstream v0.5.0 |
1289 | 2023-12-30T05:30:56.619Z | Downloaded bcs v0.1.6 |
1290 | 2023-12-30T05:30:56.622Z | Downloaded lock_api v0.4.10 |
1291 | 2023-12-30T05:30:56.629Z | Downloaded usdt-attr-macro v0.3.5 |
1292 | 2023-12-30T05:30:56.629Z | Downloaded signature v2.1.0 |
1293 | 2023-12-30T05:30:56.629Z | Downloaded iana-time-zone v0.1.57 |
1294 | 2023-12-30T05:30:56.632Z | Downloaded crossbeam v0.8.2 |
1295 | 2023-12-30T05:30:56.636Z | Downloaded crc-catalog v2.2.0 |
1296 | 2023-12-30T05:30:56.639Z | Downloaded crc v3.0.1 |
1297 | 2023-12-30T05:30:56.639Z | Downloaded cpufeatures v0.2.9 |
1298 | 2023-12-30T05:30:56.642Z | Downloaded bitflags v1.3.2 |
1299 | 2023-12-30T05:30:56.645Z | Downloaded bit-vec v0.6.3 |
1300 | 2023-12-30T05:30:56.650Z | Downloaded cfg-if v1.0.0 |
1301 | 2023-12-30T05:30:56.655Z | Downloaded crossbeam-queue v0.3.8 |
1302 | 2023-12-30T05:30:56.656Z | Downloaded bytesize v1.3.0 |
1303 | 2023-12-30T05:30:56.659Z | Downloaded byteorder v1.5.0 |
1304 | 2023-12-30T05:30:56.659Z | Downloaded sqlparser_derive v0.1.1 |
1305 | 2023-12-30T05:30:56.659Z | Downloaded signal-hook-tokio v0.3.1 |
1306 | 2023-12-30T05:30:56.662Z | Downloaded anyhow v1.0.75 |
1307 | 2023-12-30T05:30:56.666Z | Downloaded serde-hex v0.1.0 |
1308 | 2023-12-30T05:30:56.669Z | Downloaded sec1 v0.7.3 |
1309 | 2023-12-30T05:30:56.672Z | Downloaded openssl-macros v0.1.1 |
1310 | 2023-12-30T05:30:56.675Z | Downloaded lru-cache v0.1.2 |
1311 | 2023-12-30T05:30:56.675Z | Downloaded lalrpop-util v0.19.12 |
1312 | 2023-12-30T05:30:56.678Z | Downloaded const-oid v0.9.5 |
1313 | 2023-12-30T05:30:56.681Z | Downloaded oso v0.27.0 |
1314 | 2023-12-30T05:30:56.686Z | Downloaded sqlformat v0.2.3 |
1315 | 2023-12-30T05:30:56.689Z | Downloaded oso-derive v0.27.0 |
1316 | 2023-12-30T05:30:56.693Z | Downloaded block-padding v0.3.3 |
1317 | 2023-12-30T05:30:56.693Z | Downloaded anstyle v1.0.2 |
1318 | 2023-12-30T05:30:56.697Z | Downloaded bit-set v0.5.3 |
1319 | 2023-12-30T05:30:56.697Z | Downloaded olpc-cjson v0.1.3 |
1320 | 2023-12-30T05:30:56.701Z | Downloaded ascii-canvas v3.0.0 |
1321 | 2023-12-30T05:30:56.701Z | Downloaded num-rational v0.4.1 |
1322 | 2023-12-30T05:30:56.716Z | Downloaded cobs v0.2.3 |
1323 | 2023-12-30T05:30:56.716Z | Downloaded io-lifetimes v1.0.11 |
1324 | 2023-12-30T05:30:56.719Z | Downloaded hyper-staticfile v0.9.5 |
1325 | 2023-12-30T05:30:56.719Z | Downloaded colorchoice v1.0.0 |
1326 | 2023-12-30T05:30:56.719Z | Downloaded hubpack_derive v0.1.1 |
1327 | 2023-12-30T05:30:56.719Z | Downloaded instant v0.1.12 |
1328 | 2023-12-30T05:30:56.719Z | Downloaded ciborium-io v0.2.1 |
1329 | 2023-12-30T05:30:56.719Z | Downloaded atomicwrites v0.4.2 |
1330 | 2023-12-30T05:30:56.720Z | Downloaded number_prefix v0.4.0 |
1331 | 2023-12-30T05:30:56.724Z | Downloaded convert_case v0.4.0 |
1332 | 2023-12-30T05:30:56.725Z | Downloaded num_enum_derive v0.5.11 |
1333 | 2023-12-30T05:30:56.725Z | Downloaded async-stream-impl v0.3.5 |
1334 | 2023-12-30T05:30:56.728Z | Downloaded anstyle-parse v0.2.1 |
1335 | 2023-12-30T05:30:56.729Z | Downloaded ident_case v1.0.1 |
1336 | 2023-12-30T05:30:56.729Z | Downloaded num_threads v0.1.6 |
1337 | 2023-12-30T05:30:56.732Z | Downloaded is-terminal v0.4.9 |
1338 | 2023-12-30T05:30:56.732Z | Downloaded async-recursion v1.0.5 |
1339 | 2023-12-30T05:30:56.735Z | Downloaded adler v1.0.2 |
1340 | 2023-12-30T05:30:56.738Z | Downloaded buf-list v1.0.3 |
1341 | 2023-12-30T05:30:56.741Z | Downloaded shlex v1.1.0 |
1342 | 2023-12-30T05:30:56.741Z | Downloaded openssl-probe v0.1.5 |
1343 | 2023-12-30T05:30:56.746Z | Downloaded bb8 v0.8.1 |
1344 | 2023-12-30T05:30:56.746Z | Downloaded anstyle-query v1.0.0 |
1345 | 2023-12-30T05:30:56.749Z | Downloaded assert_matches v1.5.0 |
1346 | 2023-12-30T05:30:56.749Z | Downloaded backoff v0.4.0 |
1347 | 2023-12-30T05:30:56.752Z | Downloaded addr2line v0.21.0 |
1348 | 2023-12-30T05:30:56.756Z | Downloaded arc-swap v1.6.0 |
1349 | 2023-12-30T05:30:56.762Z | Downloaded base16ct v0.2.0 |
1350 | 2023-12-30T05:30:56.765Z | Downloaded object v0.30.4 |
1351 | 2023-12-30T05:30:56.785Z | Downloaded num_cpus v1.16.0 |
1352 | 2023-12-30T05:30:56.789Z | Downloaded matches v0.1.10 |
1353 | 2023-12-30T05:30:56.792Z | Downloaded memchr v2.6.3 |
1354 | 2023-12-30T05:30:56.801Z | Downloaded crc-any v2.4.3 |
1355 | 2023-12-30T05:30:56.804Z | Downloaded memoffset v0.9.0 |
1356 | 2023-12-30T05:30:56.804Z | Downloaded linear-map v1.2.0 |
1357 | 2023-12-30T05:30:56.807Z | Downloaded match_cfg v0.1.0 |
1358 | 2023-12-30T05:30:56.811Z | Downloaded managed v0.8.0 |
1359 | 2023-12-30T05:30:56.812Z | Downloaded cipher v0.4.4 |
1360 | 2023-12-30T05:30:56.815Z | Downloaded cassowary v0.3.0 |
1361 | 2023-12-30T05:30:57.200Z | Compiling proc-macro2 v1.0.69 |
1362 | 2023-12-30T05:30:57.204Z | Compiling unicode-ident v1.0.12 |
1363 | 2023-12-30T05:30:57.204Z | Compiling libc v0.2.151 |
1364 | 2023-12-30T05:30:57.204Z | Compiling serde v1.0.193 |
1365 | 2023-12-30T05:30:57.204Z | Compiling autocfg v1.1.0 |
1366 | 2023-12-30T05:30:57.226Z | Compiling cfg-if v1.0.0 |
1367 | 2023-12-30T05:30:57.226Z | Compiling version_check v0.9.4 |
1368 | 2023-12-30T05:30:57.487Z | Compiling syn v1.0.109 |
1369 | 2023-12-30T05:30:57.559Z | Compiling once_cell v1.19.0 |
1370 | 2023-12-30T05:30:57.653Z | Compiling libm v0.2.7 |
1371 | 2023-12-30T05:30:58.189Z | Compiling parking_lot_core v0.9.8 |
1372 | 2023-12-30T05:30:58.279Z | Compiling serde_json v1.0.108 |
1373 | 2023-12-30T05:30:58.370Z | Compiling lock_api v0.4.10 |
1374 | 2023-12-30T05:30:59.065Z | Compiling num-traits v0.2.16 |
1375 | 2023-12-30T05:30:59.068Z | Compiling typenum v1.16.0 |
1376 | 2023-12-30T05:30:59.068Z | Compiling scopeguard v1.2.0 |
1377 | 2023-12-30T05:30:59.068Z | Compiling thiserror v1.0.49 |
1378 | 2023-12-30T05:30:59.304Z | Compiling futures-core v0.3.29 |
1379 | 2023-12-30T05:30:59.354Z | Compiling generic-array v0.14.7 |
1380 | 2023-12-30T05:30:59.617Z | Compiling memchr v2.6.3 |
1381 | 2023-12-30T05:30:59.776Z | Compiling itoa v1.0.9 |
1382 | 2023-12-30T05:31:00.110Z | Compiling pkg-config v0.3.27 |
1383 | 2023-12-30T05:31:00.500Z | Compiling quote v1.0.33 |
1384 | 2023-12-30T05:31:00.863Z | Compiling byteorder v1.5.0 |
1385 | 2023-12-30T05:31:01.594Z | Compiling syn v2.0.32 |
1386 | 2023-12-30T05:31:01.707Z | Compiling cc v1.0.83 |
1387 | 2023-12-30T05:31:01.796Z | Compiling getrandom v0.2.10 |
1388 | 2023-12-30T05:31:02.413Z | Compiling slab v0.4.9 |
1389 | 2023-12-30T05:31:02.442Z | Compiling futures-task v0.3.29 |
1390 | 2023-12-30T05:31:02.832Z | Compiling futures-channel v0.3.29 |
1391 | 2023-12-30T05:31:02.962Z | Compiling futures-util v0.3.29 |
1392 | 2023-12-30T05:31:03.276Z | Compiling log v0.4.20 |
1393 | 2023-12-30T05:31:03.414Z | Compiling heck v0.4.1 |
1394 | 2023-12-30T05:31:04.021Z | Compiling ryu v1.0.15 |
1395 | 2023-12-30T05:31:04.136Z | Compiling pin-project-lite v0.2.13 |
1396 | 2023-12-30T05:31:04.340Z | Compiling vcpkg v0.2.15 |
1397 | 2023-12-30T05:31:04.370Z | Compiling smallvec v1.11.2 |
1398 | 2023-12-30T05:31:04.446Z | Compiling schemars v0.8.16 |
1399 | 2023-12-30T05:31:05.833Z | Compiling ring v0.17.7 |
1400 | 2023-12-30T05:31:06.019Z | Compiling parking_lot v0.12.1 |
1401 | 2023-12-30T05:31:07.108Z | Compiling openssl-sys v0.9.96 |
1402 | 2023-12-30T05:31:07.505Z | Compiling semver v1.0.20 |
1403 | 2023-12-30T05:31:08.150Z | Compiling rand_core v0.6.4 |
1404 | 2023-12-30T05:31:08.753Z | Compiling ring v0.16.20 |
1405 | 2023-12-30T05:31:09.767Z | Compiling indexmap v1.9.3 |
1406 | 2023-12-30T05:31:09.920Z | Compiling hashbrown v0.14.2 |
1407 | 2023-12-30T05:31:09.978Z | Compiling equivalent v1.0.1 |
1408 | 2023-12-30T05:31:10.392Z | Compiling ahash v0.8.6 |
1409 | 2023-12-30T05:31:10.869Z | Compiling httparse v1.8.0 |
1410 | 2023-12-30T05:31:11.518Z | Compiling mio v0.8.9 |
1411 | 2023-12-30T05:31:11.583Z | Compiling num_cpus v1.16.0 |
1412 | 2023-12-30T05:31:11.773Z | Compiling signal-hook-registry v1.4.1 |
1413 | 2023-12-30T05:31:11.950Z | Compiling socket2 v0.5.5 |
1414 | 2023-12-30T05:31:12.065Z | Compiling spin v0.5.2 |
1415 | 2023-12-30T05:31:12.633Z | Compiling openssl v0.10.60 |
1416 | 2023-12-30T05:31:12.737Z | Compiling fnv v1.0.7 |
1417 | 2023-12-30T05:31:13.179Z | Compiling spin v0.9.8 |
1418 | 2023-12-30T05:31:13.259Z | Compiling serde_derive_internals v0.26.0 |
1419 | 2023-12-30T05:31:13.872Z | Compiling rustls v0.21.9 |
1420 | 2023-12-30T05:31:14.284Z | Compiling iana-time-zone v0.1.57 |
1421 | 2023-12-30T05:31:14.367Z | Compiling const-oid v0.9.5 |
1422 | 2023-12-30T05:31:14.801Z | Compiling subtle v2.5.0 |
1423 | 2023-12-30T05:31:14.878Z | Compiling ucd-trie v0.1.6 |
1424 | 2023-12-30T05:31:14.916Z | Compiling crossbeam-utils v0.8.16 |
1425 | 2023-12-30T05:31:15.235Z | Compiling native-tls v0.2.11 |
1426 | 2023-12-30T05:31:15.293Z | Compiling unicode-xid v0.2.4 |
1427 | 2023-12-30T05:31:15.528Z | Compiling synstructure v0.12.6 |
1428 | 2023-12-30T05:31:16.746Z | Compiling futures-sink v0.3.29 |
1429 | 2023-12-30T05:31:16.958Z | Compiling io-lifetimes v1.0.11 |
1430 | 2023-12-30T05:31:17.331Z | Compiling backtrace v0.3.69 |
1431 | 2023-12-30T05:31:17.676Z | Compiling dyn-clone v1.0.13 |
1432 | 2023-12-30T05:31:17.799Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2023-12-30T05:31:17.824Z | Compiling rustix v0.38.25 |
1434 | 2023-12-30T05:31:17.920Z | Compiling winnow v0.5.15 |
1435 | 2023-12-30T05:31:17.953Z | Compiling tinyvec v1.6.0 |
1436 | 2023-12-30T05:31:18.817Z | Compiling tracing-core v0.1.31 |
1437 | 2023-12-30T05:31:18.964Z | Compiling num-integer v0.1.45 |
1438 | 2023-12-30T05:31:19.269Z | Compiling memoffset v0.9.0 |
1439 | 2023-12-30T05:31:19.449Z | Compiling rustix v0.37.23 |
1440 | 2023-12-30T05:31:19.697Z | Compiling pin-utils v0.1.0 |
1441 | 2023-12-30T05:31:20.324Z | Compiling futures-io v0.3.29 |
1442 | 2023-12-30T05:31:20.619Z | Compiling unicode-normalization v0.1.22 |
1443 | 2023-12-30T05:31:20.853Z | Compiling usdt-impl v0.3.5 |
1444 | 2023-12-30T05:31:21.325Z | Compiling bitflags v1.3.2 |
1445 | 2023-12-30T05:31:21.495Z | Compiling unicode-bidi v0.3.13 |
1446 | 2023-12-30T05:31:22.324Z | Compiling slog v2.7.0 |
1447 | 2023-12-30T05:31:22.724Z | Compiling serde_derive v1.0.193 |
1448 | 2023-12-30T05:31:22.950Z | Compiling zeroize_derive v1.4.2 |
1449 | 2023-12-30T05:31:23.187Z | Compiling thiserror-impl v1.0.49 |
1450 | 2023-12-30T05:31:23.253Z | Compiling tokio-macros v2.2.0 |
1451 | 2023-12-30T05:31:23.295Z | Compiling futures-macro v0.3.29 |
1452 | 2023-12-30T05:31:23.299Z | Compiling tracing-attributes v0.1.26 |
1453 | 2023-12-30T05:31:23.548Z | Compiling schemars_derive v0.8.16 |
1454 | 2023-12-30T05:31:23.851Z | Compiling zerocopy-derive v0.7.31 |
1455 | 2023-12-30T05:31:25.302Z | Compiling zeroize v1.7.0 |
1456 | 2023-12-30T05:31:26.311Z | Compiling openssl-macros v0.1.1 |
1457 | 2023-12-30T05:31:27.062Z | Compiling zerocopy v0.7.31 |
1458 | 2023-12-30T05:31:27.386Z | Compiling zerocopy-derive v0.2.0 |
1459 | 2023-12-30T05:31:27.965Z | Compiling pest v2.7.2 |
1460 | 2023-12-30T05:31:28.051Z | Compiling crypto-common v0.1.6 |
1461 | 2023-12-30T05:31:28.353Z | Compiling der_derive v0.7.2 |
1462 | 2023-12-30T05:31:28.380Z | Compiling block-buffer v0.10.4 |
1463 | 2023-12-30T05:31:28.691Z | Compiling tracing v0.1.37 |
1464 | 2023-12-30T05:31:30.014Z | Compiling crc32fast v1.3.2 |
1465 | 2023-12-30T05:31:30.214Z | Compiling anyhow v1.0.75 |
1466 | 2023-12-30T05:31:30.642Z | Compiling hashbrown v0.13.2 |
1467 | 2023-12-30T05:31:30.645Z | Compiling time-core v0.1.1 |
1468 | 2023-12-30T05:31:30.884Z | Compiling time-macros v0.2.13 |
1469 | 2023-12-30T05:31:32.092Z | Compiling pest_meta v2.7.2 |
1470 | 2023-12-30T05:31:32.559Z | Compiling digest v0.10.7 |
1471 | 2023-12-30T05:31:33.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1472 | 2023-12-30T05:31:33.573Z | Compiling aho-corasick v1.0.4 |
1473 | 2023-12-30T05:31:33.845Z | Compiling crossbeam-epoch v0.9.15 |
1474 | 2023-12-30T05:31:34.422Z | Compiling pest_generator v2.7.2 |
1475 | 2023-12-30T05:31:34.965Z | Compiling ppv-lite86 v0.2.17 |
1476 | 2023-12-30T05:31:36.204Z | Compiling rustversion v1.0.14 |
1477 | 2023-12-30T05:31:37.140Z | Compiling async-trait v0.1.74 |
1478 | 2023-12-30T05:31:37.243Z | Compiling regex-syntax v0.8.2 |
1479 | 2023-12-30T05:31:38.120Z | Compiling rand_chacha v0.3.1 |
1480 | 2023-12-30T05:31:38.640Z | Compiling pest_derive v2.7.2 |
1481 | 2023-12-30T05:31:39.596Z | Compiling zerocopy v0.3.0 |
1482 | 2023-12-30T05:31:39.986Z | Compiling errno v0.3.2 |
1483 | 2023-12-30T05:31:40.456Z | Compiling base64 v0.21.5 |
1484 | 2023-12-30T05:31:41.083Z | Compiling strsim v0.10.0 |
1485 | 2023-12-30T05:31:41.535Z | Compiling dof v0.1.5 |
1486 | 2023-12-30T05:31:42.068Z | Compiling dtrace-parser v0.1.14 |
1487 | 2023-12-30T05:31:42.761Z | Compiling rand v0.8.5 |
1488 | 2023-12-30T05:31:44.678Z | Compiling bytes v1.5.0 |
1489 | 2023-12-30T05:31:45.002Z | Compiling indexmap v2.1.0 |
1490 | 2023-12-30T05:31:46.493Z | Compiling rustc_version v0.4.0 |
1491 | 2023-12-30T05:31:46.573Z | Compiling uuid v1.6.1 |
1492 | 2023-12-30T05:31:46.971Z | Compiling chrono v0.4.31 |
1493 | 2023-12-30T05:31:47.325Z | Compiling tokio v1.35.0 |
1494 | 2023-12-30T05:31:47.511Z | Compiling heapless v0.7.16 |
1495 | 2023-12-30T05:31:49.203Z | Compiling bitflags v2.4.0 |
1496 | 2023-12-30T05:31:50.105Z | Compiling serde_spanned v0.6.4 |
1497 | 2023-12-30T05:31:50.474Z | Compiling toml_datetime v0.6.5 |
1498 | 2023-12-30T05:31:51.801Z | Compiling toml_edit v0.19.15 |
1499 | 2023-12-30T05:31:52.672Z | Compiling http v0.2.11 |
1500 | 2023-12-30T05:31:56.656Z | Compiling regex-automata v0.4.3 |
1501 | 2023-12-30T05:32:00.516Z | Compiling tokio-util v0.7.10 |
1502 | 2023-12-30T05:32:03.492Z | Compiling regex v1.10.2 |
1503 | 2023-12-30T05:32:04.533Z | Compiling thread-id v4.2.0 |
1504 | 2023-12-30T05:32:04.783Z | Compiling num-bigint v0.4.4 |
1505 | 2023-12-30T05:32:05.141Z | Compiling smoltcp v0.9.1 |
1506 | 2023-12-30T05:32:05.424Z | Compiling doc-comment v0.3.3 |
1507 | 2023-12-30T05:32:06.137Z | Compiling percent-encoding v2.3.1 |
1508 | 2023-12-30T05:32:06.459Z | Compiling foreign-types-shared v0.1.1 |
1509 | 2023-12-30T05:32:06.652Z | Compiling untrusted v0.7.1 |
1510 | 2023-12-30T05:32:06.676Z | Compiling base64ct v1.6.0 |
1511 | 2023-12-30T05:32:06.785Z | Compiling openssl-probe v0.1.5 |
1512 | 2023-12-30T05:32:06.940Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1513 | 2023-12-30T05:32:07.225Z | Compiling hashbrown v0.12.3 |
1514 | 2023-12-30T05:32:07.622Z | Compiling untrusted v0.9.0 |
1515 | 2023-12-30T05:32:09.989Z | Compiling pem-rfc7468 v0.7.0 |
1516 | 2023-12-30T05:32:10.462Z | Compiling foreign-types v0.3.2 |
1517 | 2023-12-30T05:32:10.984Z | Compiling strum_macros v0.25.2 |
1518 | 2023-12-30T05:32:12.988Z | Compiling serde_tokenstream v0.1.7 |
1519 | 2023-12-30T05:32:15.204Z | Compiling hmac v0.12.1 |
1520 | 2023-12-30T05:32:15.531Z | Compiling lazy_static v1.4.0 |
1521 | 2023-12-30T05:32:15.815Z | Compiling socket2 v0.4.9 |
1522 | 2023-12-30T05:32:16.092Z | Compiling unicode-segmentation v1.10.1 |
1523 | 2023-12-30T05:32:16.158Z | Compiling siphasher v0.3.11 |
1524 | 2023-12-30T05:32:16.512Z | Compiling flagset v0.4.3 |
1525 | 2023-12-30T05:32:16.758Z | Compiling unicode-width v0.1.11 |
1526 | 2023-12-30T05:32:17.121Z | Compiling adler v1.0.2 |
1527 | 2023-12-30T05:32:17.340Z | Compiling try-lock v0.2.4 |
1528 | 2023-12-30T05:32:17.459Z | Compiling miniz_oxide v0.7.1 |
1529 | 2023-12-30T05:32:17.575Z | Compiling want v0.3.1 |
1530 | 2023-12-30T05:32:17.913Z | Compiling der v0.7.8 |
1531 | 2023-12-30T05:32:20.818Z | Compiling sct v0.7.0 |
1532 | 2023-12-30T05:32:21.232Z | Compiling rustls-webpki v0.101.7 |
1533 | 2023-12-30T05:32:22.233Z | Compiling h2 v0.3.21 |
1534 | 2023-12-30T05:32:23.888Z | Compiling form_urlencoded v1.2.1 |
1535 | 2023-12-30T05:32:24.040Z | Compiling http-body v0.4.5 |
1536 | 2023-12-30T05:32:24.676Z | Compiling hubpack_derive v0.1.1 |
1537 | 2023-12-30T05:32:25.905Z | Compiling pin-project-internal v1.1.3 |
1538 | 2023-12-30T05:32:26.890Z | Compiling zerocopy-derive v0.6.4 |
1539 | 2023-12-30T05:32:28.864Z | Compiling num-iter v0.1.43 |
1540 | 2023-12-30T05:32:29.313Z | Compiling cpufeatures v0.2.9 |
1541 | 2023-12-30T05:32:29.454Z | Compiling anstyle v1.0.2 |
1542 | 2023-12-30T05:32:30.112Z | Compiling tower-service v0.3.2 |
1543 | 2023-12-30T05:32:30.221Z | Compiling utf8parse v0.2.1 |
1544 | 2023-12-30T05:32:30.292Z | Compiling httpdate v1.0.3 |
1545 | 2023-12-30T05:32:31.471Z | Compiling anstyle-parse v0.2.1 |
1546 | 2023-12-30T05:32:31.798Z | Compiling sha2 v0.10.8 |
1547 | 2023-12-30T05:32:33.848Z | Compiling hyper v0.14.27 |
1548 | 2023-12-30T05:32:34.361Z | Compiling spki v0.7.2 |
1549 | 2023-12-30T05:32:35.761Z | Compiling usdt-attr-macro v0.3.5 |
1550 | 2023-12-30T05:32:35.931Z | Compiling usdt-macro v0.3.5 |
1551 | 2023-12-30T05:32:38.087Z | Compiling openapiv3 v2.0.0 |
1552 | 2023-12-30T05:32:38.503Z | Compiling serde_tokenstream v0.2.0 |
1553 | 2023-12-30T05:32:38.537Z | Compiling rustls-pemfile v1.0.3 |
1554 | 2023-12-30T05:32:39.302Z | Compiling md-5 v0.10.5 |
1555 | 2023-12-30T05:32:39.742Z | Compiling stringprep v0.1.3 |
1556 | 2023-12-30T05:32:39.781Z | Compiling idna v0.5.0 |
1557 | 2023-12-30T05:32:40.302Z | Compiling diesel_table_macro_syntax v0.1.0 |
1558 | 2023-12-30T05:32:40.879Z | Compiling hash32 v0.2.1 |
1559 | 2023-12-30T05:32:41.543Z | Compiling colorchoice v1.0.0 |
1560 | 2023-12-30T05:32:41.759Z | Compiling gimli v0.28.0 |
1561 | 2023-12-30T05:32:42.171Z | Compiling stable_deref_trait v1.2.0 |
1562 | 2023-12-30T05:32:42.544Z | Compiling fallible-iterator v0.2.0 |
1563 | 2023-12-30T05:32:43.074Z | Compiling either v1.9.0 |
1564 | 2023-12-30T05:32:43.631Z | Compiling anstyle-query v1.0.0 |
1565 | 2023-12-30T05:32:43.817Z | Compiling anstream v0.5.0 |
1566 | 2023-12-30T05:32:44.748Z | Compiling postgres-protocol v0.6.6 |
1567 | 2023-12-30T05:32:45.799Z | Compiling url v2.5.0 |
1568 | 2023-12-30T05:32:45.875Z | Compiling diesel_derives v2.1.2 |
1569 | 2023-12-30T05:32:49.124Z | Compiling addr2line v0.21.0 |
1570 | 2023-12-30T05:32:50.175Z | Compiling tokio-rustls v0.24.1 |
1571 | 2023-12-30T05:32:50.818Z | Compiling rustls-native-certs v0.6.3 |
1572 | 2023-12-30T05:32:51.417Z | Compiling pkcs8 v0.10.2 |
1573 | 2023-12-30T05:32:52.212Z | Compiling terminal_size v0.2.6 |
1574 | 2023-12-30T05:32:52.471Z | Compiling tokio-native-tls v0.3.1 |
1575 | 2023-12-30T05:32:53.682Z | Compiling phf_shared v0.11.2 |
1576 | 2023-12-30T05:32:55.682Z | Compiling regress v0.7.1 |
1577 | 2023-12-30T05:32:56.073Z | Compiling block-padding v0.3.3 |
1578 | 2023-12-30T05:32:56.176Z | Compiling enum-as-inner v0.5.1 |
1579 | 2023-12-30T05:32:56.422Z | Compiling snafu-derive v0.7.5 |
1580 | 2023-12-30T05:32:57.641Z | Compiling clap_derive v4.4.2 |
1581 | 2023-12-30T05:33:03.535Z | Compiling serde_repr v0.1.16 |
1582 | 2023-12-30T05:33:04.753Z | Compiling ff v0.13.0 |
1583 | 2023-12-30T05:33:05.108Z | Compiling scheduled-thread-pool v0.2.7 |
1584 | 2023-12-30T05:33:05.192Z | Compiling object v0.32.1 |
1585 | 2023-12-30T05:33:05.843Z | Compiling rustc-demangle v0.1.23 |
1586 | 2023-12-30T05:33:09.246Z | Compiling bit-vec v0.6.3 |
1587 | 2023-12-30T05:33:09.891Z | Compiling base16ct v0.2.0 |
1588 | 2023-12-30T05:33:10.225Z | Compiling managed v0.8.0 |
1589 | 2023-12-30T05:33:10.320Z | Compiling regex-automata v0.1.10 |
1590 | 2023-12-30T05:33:10.963Z | Compiling matches v0.1.10 |
1591 | 2023-12-30T05:33:11.088Z | Compiling deranged v0.3.8 |
1592 | 2023-12-30T05:33:12.605Z | Compiling num_threads v0.1.6 |
1593 | 2023-12-30T05:33:12.781Z | Compiling clap_lex v0.5.1 |
1594 | 2023-12-30T05:33:13.188Z | Compiling ipnet v2.8.0 |
1595 | 2023-12-30T05:33:13.448Z | Compiling clap_builder v4.4.2 |
1596 | 2023-12-30T05:33:13.982Z | Compiling time v0.3.27 |
1597 | 2023-12-30T05:33:14.965Z | Compiling idna v0.2.3 |
1598 | 2023-12-30T05:33:17.396Z | Compiling bstr v0.2.17 |
1599 | 2023-12-30T05:33:19.593Z | Compiling sec1 v0.7.3 |
1600 | 2023-12-30T05:33:19.805Z | Compiling r2d2 v0.8.10 |
1601 | 2023-12-30T05:33:20.436Z | Compiling group v0.13.0 |
1602 | 2023-12-30T05:33:21.680Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1603 | 2023-12-30T05:33:22.517Z | Compiling inout v0.1.3 |
1604 | 2023-12-30T05:33:23.046Z | Compiling phf v0.11.2 |
1605 | 2023-12-30T05:33:23.306Z | Compiling hyper-tls v0.5.0 |
1606 | 2023-12-30T05:33:23.467Z | Compiling hyper-rustls v0.24.2 |
1607 | 2023-12-30T05:33:23.514Z | Compiling flate2 v1.0.28 |
1608 | 2023-12-30T05:33:23.795Z | Compiling bzip2 v0.4.4 |
1609 | 2023-12-30T05:33:24.230Z | Compiling postgres-types v0.2.6 |
1610 | 2023-12-30T05:33:24.348Z | Compiling itertools v0.11.0 |
1611 | 2023-12-30T05:33:25.037Z | Compiling pin-project v1.1.3 |
1612 | 2023-12-30T05:33:25.220Z | Compiling zerocopy v0.6.4 |
1613 | 2023-12-30T05:33:26.140Z | Compiling hubpack v0.1.2 |
1614 | 2023-12-30T05:33:26.511Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2023-12-30T05:33:26.568Z | Compiling phf_shared v0.10.0 |
1616 | 2023-12-30T05:33:26.806Z | Compiling hkdf v0.12.3 |
1617 | 2023-12-30T05:33:27.140Z | Compiling ipnetwork v0.20.0 |
1618 | 2023-12-30T05:33:28.331Z | Compiling futures-executor v0.3.29 |
1619 | 2023-12-30T05:33:28.676Z | Compiling crypto-bigint v0.5.2 |
1620 | 2023-12-30T05:33:29.084Z | Compiling float-cmp v0.9.0 |
1621 | 2023-12-30T05:33:29.255Z | Compiling proc-macro-error-attr v1.0.4 |
1622 | 2023-12-30T05:33:29.413Z | Compiling encoding_rs v0.8.33 |
1623 | 2023-12-30T05:33:32.187Z | Compiling mime v0.3.17 |
1624 | 2023-12-30T05:33:33.566Z | Compiling data-encoding v2.4.0 |
1625 | 2023-12-30T05:33:33.965Z | Compiling regex-automata v0.3.8 |
1626 | 2023-12-30T05:33:35.014Z | Compiling webpki-roots v0.25.2 |
1627 | 2023-12-30T05:33:35.410Z | Compiling whoami v1.4.1 |
1628 | 2023-12-30T05:33:35.987Z | Compiling fixedbitset v0.4.2 |
1629 | 2023-12-30T05:33:36.458Z | Compiling difflib v0.4.0 |
1630 | 2023-12-30T05:33:36.594Z | Compiling minimal-lexical v0.2.1 |
1631 | 2023-12-30T05:33:38.516Z | Compiling precomputed-hash v0.1.1 |
1632 | 2023-12-30T05:33:38.602Z | Compiling static_assertions v1.1.0 |
1633 | 2023-12-30T05:33:38.678Z | Compiling new_debug_unreachable v1.0.4 |
1634 | 2023-12-30T05:33:38.738Z | Compiling predicates-core v1.0.6 |
1635 | 2023-12-30T05:33:39.120Z | Compiling normalize-line-endings v0.3.0 |
1636 | 2023-12-30T05:33:39.208Z | Compiling string_cache v0.8.7 |
1637 | 2023-12-30T05:33:39.283Z | Compiling predicates v3.0.4 |
1638 | 2023-12-30T05:33:39.816Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1639 | 2023-12-30T05:33:40.183Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1640 | 2023-12-30T05:33:41.746Z | Compiling reqwest v0.11.22 |
1641 | 2023-12-30T05:33:49.131Z | Compiling nom v7.1.3 |
1642 | 2023-12-30T05:33:50.137Z | Compiling bstr v1.6.0 |
1643 | 2023-12-30T05:33:50.430Z | Compiling petgraph v0.6.4 |
1644 | 2023-12-30T05:33:50.645Z | Compiling tokio-postgres v0.7.10 |
1645 | 2023-12-30T05:33:52.509Z | Compiling trust-dns-proto v0.22.0 |
1646 | 2023-12-30T05:33:55.265Z | Compiling elliptic-curve v0.13.8 |
1647 | 2023-12-30T05:34:01.429Z | Compiling futures v0.3.29 |
1648 | 2023-12-30T05:34:02.638Z | Compiling diesel v2.1.4 |
1649 | 2023-12-30T05:34:02.925Z | Compiling yasna v0.5.2 |
1650 | 2023-12-30T05:34:04.961Z | Compiling snafu v0.7.5 |
1651 | 2023-12-30T05:34:04.983Z | Compiling zip v0.6.6 |
1652 | 2023-12-30T05:34:05.664Z | Compiling cipher v0.4.4 |
1653 | 2023-12-30T05:34:06.481Z | Compiling clap v4.4.3 |
1654 | 2023-12-30T05:34:06.637Z | Compiling similar v2.3.0 |
1655 | 2023-12-30T05:34:06.663Z | Compiling bit-set v0.5.3 |
1656 | 2023-12-30T05:34:07.017Z | Compiling itertools v0.10.5 |
1657 | 2023-12-30T05:34:07.083Z | Compiling usdt v0.3.5 |
1658 | 2023-12-30T05:34:08.141Z | Compiling console v0.15.7 |
1659 | 2023-12-30T05:34:08.443Z | Compiling tokio-stream v0.1.14 |
1660 | 2023-12-30T05:34:08.509Z | Compiling toml v0.7.8 |
1661 | 2023-12-30T05:34:09.875Z | Compiling proc-macro-crate v1.3.1 |
1662 | 2023-12-30T05:34:09.959Z | Compiling toml_edit v0.21.0 |
1663 | 2023-12-30T05:34:10.258Z | Compiling hex v0.4.3 |
1664 | 2023-12-30T05:34:11.207Z | Compiling proc-macro-error v1.0.4 |
1665 | 2023-12-30T05:34:11.235Z | Compiling lalrpop-util v0.19.12 |
1666 | 2023-12-30T05:34:14.432Z | Compiling num_enum_derive v0.5.11 |
1667 | 2023-12-30T05:34:18.786Z | Compiling atty v0.2.14 |
1668 | 2023-12-30T05:34:19.318Z | Compiling smoltcp v0.10.0 |
1669 | 2023-12-30T05:34:19.917Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1670 | 2023-12-30T05:34:20.238Z | Compiling ident_case v1.0.1 |
1671 | 2023-12-30T05:34:20.501Z | Compiling darling_core v0.20.3 |
1672 | 2023-12-30T05:34:27.680Z | Compiling num_enum v0.5.11 |
1673 | 2023-12-30T05:34:47.690Z | Compiling dirs-sys-next v0.1.2 |
1674 | 2023-12-30T05:34:49.663Z | Compiling cobs v0.2.3 |
1675 | 2023-12-30T05:34:50.451Z | Compiling camino v1.1.6 |
1676 | 2023-12-30T05:34:50.982Z | Compiling embedded-io v0.4.0 |
1677 | 2023-12-30T05:34:51.243Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1678 | 2023-12-30T05:34:51.718Z | Compiling postcard v1.0.8 |
1679 | 2023-12-30T05:34:53.772Z | Compiling dirs-next v2.0.0 |
1680 | 2023-12-30T05:34:54.136Z | Compiling darling_macro v0.20.3 |
1681 | 2023-12-30T05:35:00.714Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1682 | 2023-12-30T05:35:10.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1683 | 2023-12-30T05:35:11.424Z | Compiling getopts v0.2.21 |
1684 | 2023-12-30T05:35:15.179Z | Compiling structmeta-derive v0.2.0 |
1685 | 2023-12-30T05:35:15.846Z | Compiling foreign-types-macros v0.2.3 |
1686 | 2023-12-30T05:35:19.480Z | Compiling thread_local v1.1.7 |
1687 | 2023-12-30T05:35:20.373Z | Compiling multer v2.1.0 |
1688 | 2023-12-30T05:35:20.807Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1689 | 2023-12-30T05:35:21.810Z | Compiling match_cfg v0.1.0 |
1690 | 2023-12-30T05:35:21.957Z | Compiling unsafe-libyaml v0.2.9 |
1691 | 2023-12-30T05:35:22.078Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1692 | 2023-12-30T05:35:22.484Z | Compiling foreign-types-shared v0.3.1 |
1693 | 2023-12-30T05:35:22.653Z | Compiling paste v1.0.14 |
1694 | 2023-12-30T05:35:23.302Z | Compiling slog-async v2.8.0 |
1695 | 2023-12-30T05:35:25.453Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1696 | 2023-12-30T05:35:25.781Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1697 | 2023-12-30T05:35:35.028Z | Compiling serde_yaml v0.9.25 |
1698 | 2023-12-30T05:35:41.464Z | Compiling foreign-types v0.5.0 |
1699 | 2023-12-30T05:35:41.671Z | Compiling hostname v0.3.1 |
1700 | 2023-12-30T05:35:45.146Z | Compiling structmeta v0.2.0 |
1701 | 2023-12-30T05:35:49.809Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1702 | 2023-12-30T05:35:53.872Z | Compiling darling v0.20.3 |
1703 | 2023-12-30T05:35:54.794Z | Compiling term v0.7.0 |
1704 | 2023-12-30T05:36:00.411Z | Compiling slog-json v2.6.1 |
1705 | 2023-12-30T05:36:01.206Z | Compiling is-terminal v0.4.9 |
1706 | 2023-12-30T05:36:01.423Z | Compiling crossbeam-channel v0.5.8 |
1707 | 2023-12-30T05:36:05.833Z | Compiling strum v0.25.0 |
1708 | 2023-12-30T05:36:06.033Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1709 | 2023-12-30T05:36:06.081Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1710 | 2023-12-30T05:36:06.548Z | Compiling async-stream-impl v0.3.5 |
1711 | 2023-12-30T05:36:07.266Z | Compiling cstr-argument v0.1.2 |
1712 | 2023-12-30T05:36:07.368Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1713 | 2023-12-30T05:36:07.497Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1714 | 2023-12-30T05:36:08.417Z | Compiling pretty-hex v0.2.1 |
1715 | 2023-12-30T05:36:08.474Z | Compiling crucible-workspace-hack v0.1.0 |
1716 | 2023-12-30T05:36:08.752Z | Compiling take_mut v0.2.2 |
1717 | 2023-12-30T05:36:09.175Z | Compiling atomic-waker v1.1.1 |
1718 | 2023-12-30T05:36:10.760Z | Compiling regex-syntax v0.7.5 |
1719 | 2023-12-30T05:36:11.345Z | Compiling fastrand v2.0.0 |
1720 | 2023-12-30T05:36:12.419Z | Compiling tempfile v3.8.1 |
1721 | 2023-12-30T05:36:19.891Z | Compiling waitgroup v0.1.2 |
1722 | 2023-12-30T05:36:20.982Z | Compiling parse-display-derive v0.8.2 |
1723 | 2023-12-30T05:36:25.471Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1724 | 2023-12-30T05:36:26.057Z | Compiling async-stream v0.3.5 |
1725 | 2023-12-30T05:36:27.279Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1726 | 2023-12-30T05:36:28.610Z | Compiling colored v2.0.4 |
1727 | 2023-12-30T05:36:30.380Z | Compiling slog-bunyan v2.4.0 |
1728 | 2023-12-30T05:36:30.706Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1729 | 2023-12-30T05:36:30.809Z | Compiling slog-term v2.9.0 |
1730 | 2023-12-30T05:36:34.007Z | Compiling serde_with_macros v3.4.0 |
1731 | 2023-12-30T05:36:38.214Z | Compiling toml v0.8.8 |
1732 | 2023-12-30T05:36:38.530Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1733 | 2023-12-30T05:36:40.819Z | Compiling sha1 v0.10.6 |
1734 | 2023-12-30T05:36:40.923Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1735 | 2023-12-30T05:36:41.273Z | Compiling textwrap v0.11.0 |
1736 | 2023-12-30T05:36:42.406Z | Compiling heck v0.3.3 |
1737 | 2023-12-30T05:36:43.074Z | Compiling serde_path_to_error v0.1.14 |
1738 | 2023-12-30T05:36:44.061Z | Compiling instant v0.1.12 |
1739 | 2023-12-30T05:36:44.285Z | Compiling strsim v0.8.0 |
1740 | 2023-12-30T05:36:44.654Z | Compiling rayon-core v1.12.0 |
1741 | 2023-12-30T05:36:45.021Z | Compiling libefi-sys v0.1.0 |
1742 | 2023-12-30T05:36:45.080Z | Compiling ansi_term v0.12.1 |
1743 | 2023-12-30T05:36:46.022Z | Compiling debug-ignore v1.0.5 |
1744 | 2023-12-30T05:36:46.233Z | Compiling vec_map v0.8.2 |
1745 | 2023-12-30T05:36:46.626Z | Compiling backoff v0.4.0 |
1746 | 2023-12-30T05:36:46.766Z | Compiling clap v2.34.0 |
1747 | 2023-12-30T05:36:47.134Z | Compiling structopt-derive v0.4.18 |
1748 | 2023-12-30T05:36:47.160Z | Compiling serde_with v3.4.0 |
1749 | 2023-12-30T05:36:51.481Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1750 | 2023-12-30T05:36:55.057Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1751 | 2023-12-30T05:36:56.158Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1752 | 2023-12-30T05:36:56.537Z | Compiling parse-display v0.8.2 |
1753 | 2023-12-30T05:36:56.987Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1754 | 2023-12-30T05:36:57.775Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1755 | 2023-12-30T05:36:58.017Z | Compiling zone_cfg_derive v0.3.0 |
1756 | 2023-12-30T05:36:59.218Z | Compiling crossbeam-deque v0.8.3 |
1757 | 2023-12-30T05:36:59.732Z | Compiling macaddr v1.0.1 |
1758 | 2023-12-30T05:36:59.851Z | Compiling num-derive v0.4.0 |
1759 | 2023-12-30T05:37:00.164Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1760 | 2023-12-30T05:37:00.704Z | Compiling portable-atomic v1.4.3 |
1761 | 2023-12-30T05:37:01.079Z | Compiling zone v0.3.0 |
1762 | 2023-12-30T05:37:03.482Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1763 | 2023-12-30T05:37:06.311Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1764 | 2023-12-30T05:37:07.008Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1765 | 2023-12-30T05:37:07.877Z | Compiling structopt v0.3.26 |
1766 | 2023-12-30T05:37:08.154Z | Compiling camino-tempfile v1.1.1 |
1767 | 2023-12-30T05:37:08.465Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1768 | 2023-12-30T05:37:09.385Z | Compiling smf v0.2.2 |
1769 | 2023-12-30T05:37:09.562Z | Compiling filetime v0.2.23 |
1770 | 2023-12-30T05:37:10.101Z | Compiling xattr v1.0.1 |
1771 | 2023-12-30T05:37:10.343Z | Compiling same-file v1.0.6 |
1772 | 2023-12-30T05:37:10.551Z | Compiling tar v0.4.40 |
1773 | 2023-12-30T05:37:10.814Z | Compiling walkdir v2.4.0 |
1774 | 2023-12-30T05:37:12.915Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1775 | 2023-12-30T05:37:13.552Z | Compiling rayon v1.8.0 |
1776 | 2023-12-30T05:37:14.094Z | Compiling number_prefix v0.4.0 |
1777 | 2023-12-30T05:37:14.470Z | Compiling omicron-zone-package v0.9.1 |
1778 | 2023-12-30T05:37:16.704Z | Compiling swrite v0.1.0 |
1779 | 2023-12-30T05:37:16.882Z | Compiling topological-sort v0.2.2 |
1780 | 2023-12-30T05:37:22.794Z | Compiling indicatif v0.17.7 |
1781 | 2023-12-30T05:37:37.337Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1782 | 2023-12-30T05:37:47.481Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2023-12-30T05:37:50.859Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1784 | 2023-12-30T05:37:52.558Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1785 | 2023-12-30T05:38:20.189Z | Finished release [optimized] target(s) in 7m 48s |
1786 | 2023-12-30T05:38:20.445Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1787 | 2023-12-30T05:38:20.532Z | Created new build target 'test' and set it as active |
1788 | 2023-12-30T05:38:20.535Z | |
1789 | 2023-12-30T05:38:20.535Z | real 7:48.720975732 |
1790 | 2023-12-30T05:38:20.535Z | user 50:32.515953023 |
1791 | 2023-12-30T05:38:20.535Z | sys 4:29.514280594 |
1792 | 2023-12-30T05:38:20.535Z | trap 1.979417441 |
1793 | 2023-12-30T05:38:20.535Z | tflt 3.106560761 |
1794 | 2023-12-30T05:38:20.535Z | dflt 3.825267584 |
1795 | 2023-12-30T05:38:20.535Z | kflt 0.024853643 |
1796 | 2023-12-30T05:38:20.535Z | lock 1:55:55.798783195 |
1797 | 2023-12-30T05:38:20.535Z | slp 2:20:53.160648777 |
1798 | 2023-12-30T05:38:20.535Z | lat 2:30.184103102 |
1799 | 2023-12-30T05:38:20.535Z | stop 4:32.048103518 |
1800 | 2023-12-30T05:38:20.535Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1801 | 2023-12-30T05:38:21.625Z | Finished release [optimized] target(s) in 1.00s |
1802 | 2023-12-30T05:38:21.656Z | Running `target/release/omicron-package -t test package` |
1803 | 2023-12-30T05:38:21.695Z | Dec 30 05:38:21.693 DEBG target[test]: Target({"image": "standard", "machine": "non-gimlet", "rack-topology": "single-sled", "switch": "softnpu"}) |
1804 | 2023-12-30T05:38:22.852Z | Compiling linked-hash-map v0.5.6 |
1805 | 2023-12-30T05:38:22.855Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1806 | 2023-12-30T05:38:22.855Z | Compiling password-hash v0.5.0 |
1807 | 2023-12-30T05:38:22.855Z | Compiling blake2 v0.10.6 |
1808 | 2023-12-30T05:38:22.855Z | Compiling same-file v1.0.6 |
1809 | 2023-12-30T05:38:22.880Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1810 | 2023-12-30T05:38:22.896Z | Compiling semver-parser v0.10.2 |
1811 | 2023-12-30T05:38:22.902Z | Compiling fastrand v2.0.0 |
1812 | 2023-12-30T05:38:23.185Z | Compiling walkdir v2.4.0 |
1813 | 2023-12-30T05:38:23.459Z | Compiling lru-cache v0.1.2 |
1814 | 2023-12-30T05:38:23.631Z | Compiling argon2 v0.5.2 |
1815 | 2023-12-30T05:38:23.744Z | Compiling signal-hook v0.3.17 |
1816 | 2023-12-30T05:38:24.130Z | Compiling quick-error v1.2.3 |
1817 | 2023-12-30T05:38:24.188Z | Compiling semver v0.11.0 |
1818 | 2023-12-30T05:38:24.324Z | Compiling resolv-conf v0.7.0 |
1819 | 2023-12-30T05:38:25.158Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1820 | 2023-12-30T05:38:25.226Z | Compiling tempfile v3.8.1 |
1821 | 2023-12-30T05:38:25.814Z | Compiling nibble_vec v0.1.0 |
1822 | 2023-12-30T05:38:26.111Z | Compiling xattr v1.0.1 |
1823 | 2023-12-30T05:38:26.123Z | Compiling filetime v0.2.23 |
1824 | 2023-12-30T05:38:26.412Z | Compiling slog-dtrace v0.2.3 |
1825 | 2023-12-30T05:38:26.497Z | Compiling home v0.5.5 |
1826 | 2023-12-30T05:38:26.561Z | Compiling endian-type v0.1.2 |
1827 | 2023-12-30T05:38:26.812Z | Compiling toolchain_find v0.2.0 |
1828 | 2023-12-30T05:38:26.886Z | Compiling radix_trie v0.2.1 |
1829 | 2023-12-30T05:38:26.899Z | Compiling tar v0.4.40 |
1830 | 2023-12-30T05:38:26.985Z | Compiling trust-dns-resolver v0.22.0 |
1831 | 2023-12-30T05:38:27.608Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-12-30T05:38:28.177Z | Compiling toml v0.5.11 |
1833 | 2023-12-30T05:38:28.184Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-12-30T05:38:28.269Z | Compiling omicron-zone-package v0.9.1 |
1835 | 2023-12-30T05:38:29.817Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1836 | 2023-12-30T05:38:30.188Z | Compiling toml v0.8.8 |
1837 | 2023-12-30T05:38:30.918Z | Compiling num-rational v0.4.1 |
1838 | 2023-12-30T05:38:31.346Z | Compiling rustfmt-wrapper v0.2.0 |
1839 | 2023-12-30T05:38:31.717Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-12-30T05:38:32.296Z | Compiling itertools v0.12.0 |
1841 | 2023-12-30T05:38:32.534Z | Compiling convert_case v0.4.0 |
1842 | 2023-12-30T05:38:33.779Z | Compiling derive_more v0.99.17 |
1843 | 2023-12-30T05:38:33.911Z | Compiling num-complex v0.4.4 |
1844 | 2023-12-30T05:38:34.704Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1845 | 2023-12-30T05:38:36.057Z | Compiling num v0.4.1 |
1846 | 2023-12-30T05:38:36.104Z | Compiling fxhash v0.2.1 |
1847 | 2023-12-30T05:38:36.193Z | Compiling unicase v2.7.0 |
1848 | 2023-12-30T05:38:36.276Z | Compiling semver v0.1.20 |
1849 | 2023-12-30T05:38:36.459Z | Compiling utf-8 v0.7.6 |
1850 | 2023-12-30T05:38:36.642Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1851 | 2023-12-30T05:38:36.946Z | Compiling rustc_version v0.1.7 |
1852 | 2023-12-30T05:38:37.034Z | Compiling tungstenite v0.20.1 |
1853 | 2023-12-30T05:38:37.179Z | Compiling arc-swap v1.6.0 |
1854 | 2023-12-30T05:38:37.514Z | Compiling half v1.8.2 |
1855 | 2023-12-30T05:38:38.068Z | Compiling ciborium-io v0.2.1 |
1856 | 2023-12-30T05:38:38.235Z | Compiling radium v0.7.0 |
1857 | 2023-12-30T05:38:38.371Z | Compiling keccak v0.1.4 |
1858 | 2023-12-30T05:38:38.866Z | Compiling sha3 v0.10.8 |
1859 | 2023-12-30T05:38:39.432Z | Compiling tokio-tungstenite v0.20.1 |
1860 | 2023-12-30T05:38:39.981Z | Compiling ciborium-ll v0.2.1 |
1861 | 2023-12-30T05:38:40.247Z | Compiling slog-scope v4.4.0 |
1862 | 2023-12-30T05:38:40.307Z | Compiling newtype_derive v0.1.6 |
1863 | 2023-12-30T05:38:40.718Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1864 | 2023-12-30T05:38:40.798Z | Compiling signal-hook-mio v0.2.3 |
1865 | 2023-12-30T05:38:41.113Z | Compiling libsw v3.3.0 |
1866 | 2023-12-30T05:38:41.643Z | Compiling secrecy v0.8.0 |
1867 | 2023-12-30T05:38:41.657Z | Compiling derive-where v1.2.6 |
1868 | 2023-12-30T05:38:42.046Z | Compiling linear-map v1.2.0 |
1869 | 2023-12-30T05:38:42.626Z | Compiling maybe-uninit v2.0.0 |
1870 | 2023-12-30T05:38:43.280Z | Compiling owo-colors v3.5.0 |
1871 | 2023-12-30T05:38:45.700Z | Compiling tap v1.0.1 |
1872 | 2023-12-30T05:38:45.971Z | Compiling parking_lot_core v0.8.6 |
1873 | 2023-12-30T05:38:46.594Z | Compiling wyz v0.5.1 |
1874 | 2023-12-30T05:38:46.758Z | Compiling slog-stdlog v4.1.1 |
1875 | 2023-12-30T05:38:46.912Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1876 | 2023-12-30T05:38:47.314Z | Compiling ciborium v0.2.1 |
1877 | 2023-12-30T05:38:48.903Z | Compiling display-error-chain v0.2.0 |
1878 | 2023-12-30T05:38:49.138Z | Compiling funty v2.0.0 |
1879 | 2023-12-30T05:38:49.141Z | Compiling num-bigint-dig v0.8.4 |
1880 | 2023-12-30T05:38:49.557Z | Compiling crc-catalog v2.2.0 |
1881 | 2023-12-30T05:38:49.758Z | Compiling packed_struct v0.10.1 |
1882 | 2023-12-30T05:38:50.385Z | Compiling crc v3.0.1 |
1883 | 2023-12-30T05:38:51.507Z | Compiling bitvec v1.0.1 |
1884 | 2023-12-30T05:38:51.550Z | Compiling slog-envlogger v2.2.0 |
1885 | 2023-12-30T05:38:53.992Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1886 | 2023-12-30T05:38:55.034Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1887 | 2023-12-30T05:38:55.457Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1888 | 2023-12-30T05:38:56.046Z | Compiling packed_struct_codegen v0.10.1 |
1889 | 2023-12-30T05:38:58.721Z | Compiling dirs-sys-next v0.1.2 |
1890 | 2023-12-30T05:38:59.505Z | Compiling platforms v3.0.2 |
1891 | 2023-12-30T05:38:59.957Z | Compiling glob v0.3.1 |
1892 | 2023-12-30T05:39:00.274Z | Compiling crunchy v0.2.2 |
1893 | 2023-12-30T05:39:00.934Z | Compiling nodrop v0.1.14 |
1894 | 2023-12-30T05:39:02.466Z | Compiling clang-sys v1.6.1 |
1895 | 2023-12-30T05:39:03.456Z | Compiling array-init v0.0.4 |
1896 | 2023-12-30T05:39:03.683Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1897 | 2023-12-30T05:39:04.494Z | Compiling dirs-next v2.0.0 |
1898 | 2023-12-30T05:39:04.755Z | Compiling parking_lot v0.11.2 |
1899 | 2023-12-30T05:39:05.500Z | Compiling smallvec v0.6.14 |
1900 | 2023-12-30T05:39:06.201Z | Compiling steno v0.4.0 |
1901 | 2023-12-30T05:39:08.666Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1902 | 2023-12-30T05:39:11.629Z | Compiling mime_guess v2.0.4 |
1903 | 2023-12-30T05:39:16.112Z | Compiling trust-dns-client v0.22.0 |
1904 | 2023-12-30T05:39:17.288Z | Compiling pkcs1 v0.7.5 |
1905 | 2023-12-30T05:39:17.559Z | Compiling signature v2.1.0 |
1906 | 2023-12-30T05:39:20.277Z | Compiling prettyplease v0.2.15 |
1907 | 2023-12-30T05:39:20.681Z | Compiling termcolor v1.2.0 |
1908 | 2023-12-30T05:39:22.777Z | Compiling tiny-keccak v2.0.2 |
1909 | 2023-12-30T05:39:22.984Z | Compiling bitfield v0.14.0 |
1910 | 2023-12-30T05:39:23.179Z | Compiling env_logger v0.10.0 |
1911 | 2023-12-30T05:39:23.432Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1912 | 2023-12-30T05:39:23.459Z | Compiling trust-dns-server v0.22.1 |
1913 | 2023-12-30T05:39:29.569Z | Compiling rsa v0.9.2 |
1914 | 2023-12-30T05:39:34.936Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1915 | 2023-12-30T05:39:35.212Z | Compiling serde-hex v0.1.0 |
1916 | 2023-12-30T05:39:38.264Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1917 | 2023-12-30T05:39:44.001Z | Compiling sled v0.34.7 |
1918 | 2023-12-30T05:39:49.053Z | Compiling term v0.7.0 |
1919 | 2023-12-30T05:39:52.118Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2023-12-30T05:39:52.641Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1921 | 2023-12-30T05:40:01.277Z | Compiling darling_core v0.14.4 |
1922 | 2023-12-30T05:40:09.882Z | Compiling x509-cert v0.2.4 |
1923 | 2023-12-30T05:40:13.633Z | Compiling ron v0.8.1 |
1924 | 2023-12-30T05:40:24.186Z | Compiling vte_generate_state_changes v0.1.1 |
1925 | 2023-12-30T05:40:25.042Z | Compiling buf-list v1.0.3 |
1926 | 2023-12-30T05:40:25.841Z | Compiling crc-any v2.4.3 |
1927 | 2023-12-30T05:40:27.418Z | Compiling arrayvec v0.5.2 |
1928 | 2023-12-30T05:40:28.285Z | Compiling pretty-hex v0.4.0 |
1929 | 2023-12-30T05:40:28.717Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1930 | 2023-12-30T05:40:32.228Z | Compiling vte v0.10.1 |
1931 | 2023-12-30T05:40:34.698Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1932 | 2023-12-30T05:40:35.477Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1933 | 2023-12-30T05:40:36.452Z | Compiling darling_macro v0.14.4 |
1934 | 2023-12-30T05:40:38.383Z | Compiling curve25519-dalek v4.1.1 |
1935 | 2023-12-30T05:40:38.571Z | Compiling ascii-canvas v3.0.0 |
1936 | 2023-12-30T05:40:39.296Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1937 | 2023-12-30T05:40:41.898Z | Compiling object v0.30.4 |
1938 | 2023-12-30T05:40:43.702Z | Compiling fd-lock v3.0.13 |
1939 | 2023-12-30T05:40:44.013Z | Compiling is-terminal v0.4.9 |
1940 | 2023-12-30T05:40:44.182Z | Compiling kstat-rs v0.2.3 |
1941 | 2023-12-30T05:40:44.196Z | Compiling ena v0.14.2 |
1942 | 2023-12-30T05:40:44.794Z | Compiling libloading v0.7.4 |
1943 | 2023-12-30T05:40:45.300Z | Compiling diff v0.1.13 |
1944 | 2023-12-30T05:40:46.166Z | Compiling regex-syntax v0.6.29 |
1945 | 2023-12-30T05:40:46.177Z | Compiling bindgen v0.65.1 |
1946 | 2023-12-30T05:40:46.817Z | Compiling bytecount v0.6.3 |
1947 | 2023-12-30T05:40:47.292Z | Compiling path-slash v0.1.5 |
1948 | 2023-12-30T05:40:47.596Z | Compiling papergrid v0.10.0 |
1949 | 2023-12-30T05:40:52.176Z | Compiling lalrpop v0.19.12 |
1950 | 2023-12-30T05:40:55.187Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1951 | 2023-12-30T05:41:05.065Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1952 | 2023-12-30T05:41:08.007Z | Compiling darling v0.14.4 |
1953 | 2023-12-30T05:41:14.106Z | Compiling strip-ansi-escapes v0.1.1 |
1954 | 2023-12-30T05:41:14.341Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1955 | 2023-12-30T05:41:14.352Z | Compiling crossterm v0.26.1 |
1956 | 2023-12-30T05:41:15.646Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1957 | 2023-12-30T05:41:16.975Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1958 | 2023-12-30T05:41:17.437Z | Compiling tabled_derive v0.6.0 |
1959 | 2023-12-30T05:41:20.109Z | Compiling cexpr v0.6.0 |
1960 | 2023-12-30T05:41:20.935Z | Compiling nix v0.26.4 |
1961 | 2023-12-30T05:41:22.521Z | Compiling which v4.4.0 |
1962 | 2023-12-30T05:41:23.321Z | Compiling universal-hash v0.5.1 |
1963 | 2023-12-30T05:41:23.640Z | Compiling curve25519-dalek-derive v0.1.0 |
1964 | 2023-12-30T05:41:25.623Z | Compiling sqlparser_derive v0.1.1 |
1965 | 2023-12-30T05:41:25.752Z | Compiling thiserror-impl-no-std v2.0.2 |
1966 | 2023-12-30T05:41:26.002Z | Compiling memoffset v0.7.1 |
1967 | 2023-12-30T05:41:26.482Z | Compiling rustc-hash v1.1.0 |
1968 | 2023-12-30T05:41:26.677Z | Compiling opaque-debug v0.3.0 |
1969 | 2023-12-30T05:41:26.804Z | Compiling unicode_categories v0.1.1 |
1970 | 2023-12-30T05:41:27.203Z | Compiling peeking_take_while v0.1.2 |
1971 | 2023-12-30T05:41:27.373Z | Compiling shlex v1.1.0 |
1972 | 2023-12-30T05:41:27.385Z | Compiling lazycell v1.3.0 |
1973 | 2023-12-30T05:41:27.603Z | Compiling nu-ansi-term v0.49.0 |
1974 | 2023-12-30T05:41:27.725Z | Compiling rustyline v12.0.0 |
1975 | 2023-12-30T05:41:29.819Z | Compiling reedline v0.22.0 |
1976 | 2023-12-30T05:41:30.207Z | Compiling thiserror-no-std v2.0.2 |
1977 | 2023-12-30T05:41:30.364Z | Compiling sqlformat v0.2.3 |
1978 | 2023-12-30T05:41:32.080Z | Compiling sqlparser v0.36.1 |
1979 | 2023-12-30T05:41:38.776Z | Compiling polar-core v0.27.0 |
1980 | 2023-12-30T05:41:40.935Z | Compiling poly1305 v0.8.0 |
1981 | 2023-12-30T05:41:45.041Z | Compiling tabled v0.14.0 |
1982 | 2023-12-30T05:41:49.550Z | Compiling derive_builder_core v0.12.0 |
1983 | 2023-12-30T05:41:50.093Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1984 | 2023-12-30T05:41:51.545Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1985 | 2023-12-30T05:41:53.179Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1986 | 2023-12-30T05:41:53.590Z | Compiling chacha20 v0.9.1 |
1987 | 2023-12-30T05:41:54.380Z | Compiling globset v0.4.13 |
1988 | 2023-12-30T05:41:56.614Z | Compiling pem v3.0.2 |
1989 | 2023-12-30T05:41:59.288Z | Compiling olpc-cjson v0.1.3 |
1990 | 2023-12-30T05:42:00.165Z | Compiling aead v0.5.2 |
1991 | 2023-12-30T05:42:00.630Z | Compiling bcs v0.1.6 |
1992 | 2023-12-30T05:42:02.089Z | Compiling libxml v0.3.3 |
1993 | 2023-12-30T05:42:02.596Z | Compiling serde_plain v1.0.2 |
1994 | 2023-12-30T05:42:03.422Z | Compiling async-recursion v1.0.5 |
1995 | 2023-12-30T05:42:04.062Z | Compiling ref-cast v1.0.20 |
1996 | 2023-12-30T05:42:04.376Z | Compiling typed-path v0.7.0 |
1997 | 2023-12-30T05:42:04.705Z | Compiling highway v1.1.0 |
1998 | 2023-12-30T05:42:05.024Z | Compiling chacha20poly1305 v0.10.1 |
1999 | 2023-12-30T05:42:05.345Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2000 | 2023-12-30T05:42:07.012Z | Compiling derive_builder_macro v0.12.0 |
2001 | 2023-12-30T05:42:08.230Z | Compiling tough v0.16.0 |
2002 | 2023-12-30T05:42:08.960Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2003 | 2023-12-30T05:42:11.371Z | Compiling vsss-rs v3.3.2 |
2004 | 2023-12-30T05:42:19.388Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2005 | 2023-12-30T05:42:19.782Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2006 | 2023-12-30T05:42:22.191Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2007 | 2023-12-30T05:42:25.432Z | Compiling strum_macros v0.24.3 |
2008 | 2023-12-30T05:42:26.752Z | Compiling ref-cast-impl v1.0.20 |
2009 | 2023-12-30T05:42:28.463Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2010 | 2023-12-30T05:42:28.881Z | Compiling cookie v0.18.0 |
2011 | 2023-12-30T05:42:29.305Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2012 | 2023-12-30T05:42:29.725Z | Compiling http-range v0.1.5 |
2013 | 2023-12-30T05:42:30.599Z | Compiling signature v1.6.4 |
2014 | 2023-12-30T05:42:30.825Z | Compiling indoc v1.0.9 |
2015 | 2023-12-30T05:42:31.098Z | Compiling salty v0.2.0 |
2016 | 2023-12-30T05:42:31.708Z | Compiling ed25519 v1.5.3 |
2017 | 2023-12-30T05:42:32.168Z | Compiling hyper-staticfile v0.9.5 |
2018 | 2023-12-30T05:42:32.706Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2019 | 2023-12-30T05:42:34.644Z | Compiling nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2020 | 2023-12-30T05:42:43.811Z | Compiling derive_builder v0.12.0 |
2021 | 2023-12-30T05:42:47.411Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2022 | 2023-12-30T05:42:54.848Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2023 | 2023-12-30T05:42:55.364Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2024 | 2023-12-30T05:42:55.771Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2025 | 2023-12-30T05:43:00.587Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2026 | 2023-12-30T05:43:02.591Z | Compiling headers-core v0.2.0 |
2027 | 2023-12-30T05:43:02.832Z | Compiling bb8 v0.8.1 |
2028 | 2023-12-30T05:43:03.716Z | Compiling quick-xml v0.23.1 |
2029 | 2023-12-30T05:43:04.539Z | Compiling serde-big-array v0.5.1 |
2030 | 2023-12-30T05:43:04.894Z | Compiling impl-trait-for-tuples v0.2.2 |
2031 | 2023-12-30T05:43:05.546Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2023-12-30T05:43:06.620Z | Compiling oso-derive v0.27.0 |
2033 | 2023-12-30T05:43:08.054Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2034 | 2023-12-30T05:43:08.701Z | Compiling fs-err v2.11.0 |
2035 | 2023-12-30T05:43:09.119Z | Compiling maplit v1.0.2 |
2036 | 2023-12-30T05:43:09.278Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2037 | 2023-12-30T05:43:09.454Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2023-12-30T05:43:11.686Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2039 | 2023-12-30T05:43:12.827Z | Compiling headers v0.3.9 |
2040 | 2023-12-30T05:43:19.909Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2041 | 2023-12-30T05:43:20.966Z | Compiling oso v0.27.0 |
2042 | 2023-12-30T05:43:34.677Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2043 | 2023-12-30T05:43:45.357Z | Compiling ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2044 | 2023-12-30T05:43:49.226Z | Compiling crossterm v0.27.0 |
2045 | 2023-12-30T05:43:49.646Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2046 | 2023-12-30T05:43:50.045Z | Compiling signal-hook-tokio v0.3.1 |
2047 | 2023-12-30T05:43:50.318Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2048 | 2023-12-30T05:43:52.415Z | Compiling serde-big-array v0.4.1 |
2049 | 2023-12-30T05:43:52.428Z | Compiling indoc v2.0.3 |
2050 | 2023-12-30T05:43:52.685Z | Compiling cassowary v0.3.0 |
2051 | 2023-12-30T05:43:53.941Z | Compiling ratatui v0.23.0 |
2052 | 2023-12-30T05:44:00.269Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2023-12-30T05:44:02.853Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2054 | 2023-12-30T05:44:05.614Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2055 | 2023-12-30T05:44:06.183Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2056 | 2023-12-30T05:44:19.196Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2057 | 2023-12-30T05:44:20.120Z | Compiling fatfs v0.3.6 |
2058 | 2023-12-30T05:44:25.538Z | Compiling bytesize v1.3.0 |
2059 | 2023-12-30T05:44:26.475Z | Compiling nanorand v0.7.0 |
2060 | 2023-12-30T05:44:27.677Z | Compiling rtoolbox v0.0.1 |
2061 | 2023-12-30T05:44:28.363Z | Compiling unicode-linebreak v0.1.5 |
2062 | 2023-12-30T05:44:28.515Z | Compiling smawk v0.3.1 |
2063 | 2023-12-30T05:44:28.873Z | Compiling is_ci v1.1.1 |
2064 | 2023-12-30T05:44:29.287Z | Compiling assert_matches v1.5.0 |
2065 | 2023-12-30T05:44:29.299Z | Compiling corncobs v0.1.3 |
2066 | 2023-12-30T05:44:29.428Z | Compiling supports-color v2.1.0 |
2067 | 2023-12-30T05:44:29.955Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2068 | 2023-12-30T05:44:30.538Z | Compiling textwrap v0.16.0 |
2069 | 2023-12-30T05:44:30.983Z | Compiling rpassword v7.3.1 |
2070 | 2023-12-30T05:44:31.227Z | Compiling flume v0.11.0 |
2071 | 2023-12-30T05:44:31.672Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2072 | 2023-12-30T05:44:32.547Z | Compiling tui-tree-widget v0.13.0 |
2073 | 2023-12-30T05:44:35.982Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2074 | 2023-12-30T05:44:36.874Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2075 | 2023-12-30T05:44:43.428Z | Compiling shell-words v1.1.0 |
2076 | 2023-12-30T05:44:44.093Z | Compiling humantime v2.1.0 |
2077 | 2023-12-30T05:44:45.499Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2078 | 2023-12-30T05:45:15.441Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2079 | 2023-12-30T05:47:09.689Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2080 | 2023-12-30T05:48:42.072Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2081 | 2023-12-30T05:57:37.347Z | Finished release [optimized] target(s) in 19m 15s |
2082 | 2023-12-30T05:58:49.234Z | |
2083 | 2023-12-30T05:58:49.237Z | real 20:28.715391229 |
2084 | 2023-12-30T05:58:49.237Z | user 2:21:34.554571640 |
2085 | 2023-12-30T05:58:49.237Z | sys 4:57.536152373 |
2086 | 2023-12-30T05:58:49.237Z | trap 4.402349159 |
2087 | 2023-12-30T05:58:49.237Z | tflt 1.217238421 |
2088 | 2023-12-30T05:58:49.237Z | dflt 1.605169614 |
2089 | 2023-12-30T05:58:49.237Z | kflt 0.012266068 |
2090 | 2023-12-30T05:58:49.237Z | lock 8:14:46.952450997 |
2091 | 2023-12-30T05:58:49.237Z | slp 5:29:31.382639021 |
2092 | 2023-12-30T05:58:49.237Z | lat 2:30.187534926 |
2093 | 2023-12-30T05:58:49.237Z | stop 39.644817856 |
2094 | 2023-12-30T05:58:49.237Z | + files=(out/*.tar out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/*) |
2095 | 2023-12-30T05:58:49.237Z | + pfexec mkdir -p /work |
2096 | 2023-12-30T05:58:49.241Z | + pfexec chown build /work |
2097 | 2023-12-30T05:58:49.244Z | + ptime -m tar cvzf /work/package.tar.gz out/mg-ddm-gz.tar out/omicron-sled-agent.tar out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package tools/create_virtual_hardware.sh tools/virtual_hardware.sh tools/scrimlet/create-softnpu-zone.sh tools/scrimlet/destroy-softnpu-zone.sh tools/scrimlet/softnpu-init.sh tools/scrimlet/softnpu-zone.txt tools/scrimlet/softnpu.toml |
2098 | 2023-12-30T05:59:02.494Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2099 | 2023-12-30T05:59:02.494Z | a out/mg-ddm-gz.tar 61253K |
2100 | 2023-12-30T05:59:02.494Z | a out/omicron-sled-agent.tar 111295K |
2101 | 2023-12-30T05:59:02.494Z | a out/target/test 1K |
2102 | 2023-12-30T05:59:02.494Z | a out/npuzone/npuzone 36313K |
2103 | 2023-12-30T05:59:02.494Z | a package-manifest.toml 22K |
2104 | 2023-12-30T05:59:02.494Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2105 | 2023-12-30T05:59:02.494Z | a target/release/omicron-package 41801K |
2106 | 2023-12-30T05:59:02.495Z | a tools/create_virtual_hardware.sh 4K |
2107 | 2023-12-30T05:59:02.495Z | a tools/virtual_hardware.sh 4K |
2108 | 2023-12-30T05:59:02.495Z | a tools/scrimlet/create-softnpu-zone.sh 1K |
2109 | 2023-12-30T05:59:02.495Z | a tools/scrimlet/destroy-softnpu-zone.sh 1K |
2110 | 2023-12-30T05:59:02.495Z | a tools/scrimlet/softnpu-init.sh 3K |
2111 | 2023-12-30T05:59:02.495Z | a tools/scrimlet/softnpu-zone.txt 1K |
2112 | 2023-12-30T05:59:02.495Z | a tools/scrimlet/softnpu.toml 1K |
2113 | 2023-12-30T05:59:02.499Z | |
2114 | 2023-12-30T05:59:02.499Z | real 13.248851651 |
2115 | 2023-12-30T05:59:02.499Z | user 12.667514121 |
2116 | 2023-12-30T05:59:02.499Z | sys 1.023405445 |
2117 | 2023-12-30T05:59:02.499Z | trap 0.003088921 |
2118 | 2023-12-30T05:59:02.499Z | tflt 0.000000000 |
2119 | 2023-12-30T05:59:02.499Z | dflt 0.000000000 |
2120 | 2023-12-30T05:59:02.499Z | kflt 0.000000000 |
2121 | 2023-12-30T05:59:02.499Z | lock 0.000000000 |
2122 | 2023-12-30T05:59:02.499Z | slp 12.391192801 |
2123 | 2023-12-30T05:59:02.499Z | lat 0.408973716 |
2124 | 2023-12-30T05:59:02.499Z | stop 0.000261777 |
2125 | 2023-12-30T05:59:02.499Z | ++ pwd |
2126 | 2023-12-30T05:59:02.503Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2127 | 2023-12-30T05:59:02.503Z | + mv out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz |
2128 | 2023-12-30T05:59:02.503Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host target create -i standard -m gimlet -s asic -r multi-sled |
2129 | 2023-12-30T05:59:03.627Z | Finished release [optimized] target(s) in 1.02s |
2130 | 2023-12-30T05:59:03.639Z | Running `target/release/omicron-package -t host target create -i standard -m gimlet -s asic -r multi-sled` |
2131 | 2023-12-30T05:59:03.680Z | Created new build target 'host' and set it as active |
2132 | 2023-12-30T05:59:03.686Z | |
2133 | 2023-12-30T05:59:03.686Z | real 1.174557587 |
2134 | 2023-12-30T05:59:03.686Z | user 0.827052024 |
2135 | 2023-12-30T05:59:03.686Z | sys 0.349019622 |
2136 | 2023-12-30T05:59:03.686Z | trap 0.000101084 |
2137 | 2023-12-30T05:59:03.686Z | tflt 0.000001264 |
2138 | 2023-12-30T05:59:03.686Z | dflt 0.000001938 |
2139 | 2023-12-30T05:59:03.686Z | kflt 0.000000000 |
2140 | 2023-12-30T05:59:03.686Z | lock 0.031754738 |
2141 | 2023-12-30T05:59:03.686Z | slp 0.019709378 |
2142 | 2023-12-30T05:59:03.687Z | lat 0.001820576 |
2143 | 2023-12-30T05:59:03.687Z | stop 0.000225504 |
2144 | 2023-12-30T05:59:03.690Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t host package |
2145 | 2023-12-30T05:59:04.736Z | Finished release [optimized] target(s) in 0.97s |
2146 | 2023-12-30T05:59:04.764Z | Running `target/release/omicron-package -t host package` |
2147 | 2023-12-30T05:59:04.805Z | Dec 30 05:59:04.802 DEBG target[host]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2148 | 2023-12-30T05:59:05.888Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2149 | 2023-12-30T06:02:32.559Z | Finished release [optimized] target(s) in 3m 27s |
2150 | 2023-12-30T06:03:47.793Z | |
2151 | 2023-12-30T06:03:47.796Z | real 4:44.106205436 |
2152 | 2023-12-30T06:03:47.796Z | user 21:11.767590706 |
2153 | 2023-12-30T06:03:47.796Z | sys 1:00.651050705 |
2154 | 2023-12-30T06:03:47.796Z | trap 0.557785850 |
2155 | 2023-12-30T06:03:47.796Z | tflt 0.039515121 |
2156 | 2023-12-30T06:03:47.796Z | dflt 1.169981628 |
2157 | 2023-12-30T06:03:47.796Z | kflt 0.023606677 |
2158 | 2023-12-30T06:03:47.796Z | lock 1:09:54.528043628 |
2159 | 2023-12-30T06:03:47.796Z | slp 19:13.156554766 |
2160 | 2023-12-30T06:03:47.797Z | lat 10.698281755 |
2161 | 2023-12-30T06:03:47.797Z | stop 0.729136267 |
2162 | 2023-12-30T06:03:47.797Z | + stamp_packages omicron-sled-agent mg-ddm-gz propolis-server overlay |
2163 | 2023-12-30T06:03:47.797Z | + for package in "$@" |
2164 | 2023-12-30T06:03:47.797Z | + [[ omicron-sled-agent == mg-ddm-gz ]] |
2165 | 2023-12-30T06:03:47.797Z | + cargo run --locked --release --bin omicron-package -- stamp omicron-sled-agent 5.0.0-0.ci+git33886b502bb |
2166 | 2023-12-30T06:03:48.877Z | Finished release [optimized] target(s) in 1.00s |
2167 | 2023-12-30T06:03:48.909Z | Running `target/release/omicron-package stamp omicron-sled-agent 5.0.0-0.ci+git33886b502bb` |
2168 | 2023-12-30T06:03:48.949Z | Dec 30 06:03:48.948 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2169 | 2023-12-30T06:03:49.479Z | Created: out/versioned/omicron-sled-agent.tar |
2170 | 2023-12-30T06:03:49.483Z | + for package in "$@" |
2171 | 2023-12-30T06:03:49.483Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2172 | 2023-12-30T06:03:49.483Z | + echo 0.0.0 |
2173 | 2023-12-30T06:03:49.486Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2174 | 2023-12-30T06:03:49.489Z | a VERSION 1K |
2175 | 2023-12-30T06:03:49.489Z | + rm VERSION |
2176 | 2023-12-30T06:03:49.491Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git33886b502bb |
2177 | 2023-12-30T06:03:50.544Z | Finished release [optimized] target(s) in 0.97s |
2178 | 2023-12-30T06:03:50.573Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git33886b502bb` |
2179 | 2023-12-30T06:03:50.614Z | Dec 30 06:03:50.613 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2180 | 2023-12-30T06:03:50.915Z | Created: out/versioned/mg-ddm-gz.tar |
2181 | 2023-12-30T06:03:50.918Z | + for package in "$@" |
2182 | 2023-12-30T06:03:50.918Z | + [[ propolis-server == mg-ddm-gz ]] |
2183 | 2023-12-30T06:03:50.918Z | + cargo run --locked --release --bin omicron-package -- stamp propolis-server 5.0.0-0.ci+git33886b502bb |
2184 | 2023-12-30T06:03:52.064Z | Finished release [optimized] target(s) in 1.06s |
2185 | 2023-12-30T06:03:52.092Z | Running `target/release/omicron-package stamp propolis-server 5.0.0-0.ci+git33886b502bb` |
2186 | 2023-12-30T06:03:52.133Z | Dec 30 06:03:52.132 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2187 | 2023-12-30T06:03:53.904Z | Created: out/versioned/propolis-server.tar.gz |
2188 | 2023-12-30T06:03:53.907Z | + for package in "$@" |
2189 | 2023-12-30T06:03:53.907Z | + [[ overlay == mg-ddm-gz ]] |
2190 | 2023-12-30T06:03:53.907Z | + cargo run --locked --release --bin omicron-package -- stamp overlay 5.0.0-0.ci+git33886b502bb |
2191 | 2023-12-30T06:03:54.964Z | Finished release [optimized] target(s) in 0.97s |
2192 | 2023-12-30T06:03:54.991Z | Running `target/release/omicron-package stamp overlay 5.0.0-0.ci+git33886b502bb` |
2193 | 2023-12-30T06:03:55.033Z | Dec 30 06:03:55.031 DEBG target[active]: Target({"image": "standard", "machine": "gimlet", "rack-topology": "multi-sled", "switch": "asic"}) |
2194 | 2023-12-30T06:03:55.036Z | Created: out/versioned/overlay.tar.gz |
2195 | 2023-12-30T06:03:55.039Z | + ptime -m ./tools/build-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2196 | 2023-12-30T06:03:55.049Z | +++ dirname -- ./tools/build-global-zone-packages.sh |
2197 | 2023-12-30T06:03:55.052Z | ++ cd -- ./tools |
2198 | 2023-12-30T06:03:55.052Z | ++ pwd |
2199 | 2023-12-30T06:03:55.052Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2200 | 2023-12-30T06:03:55.055Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2201 | 2023-12-30T06:03:55.058Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2202 | 2023-12-30T06:03:55.061Z | ++ readlink -f /work |
2203 | 2023-12-30T06:03:55.061Z | + out_dir=/work |
2204 | 2023-12-30T06:03:55.061Z | + deps=("$tarball_src_dir/omicron-sled-agent.tar" "$tarball_src_dir/mg-ddm-gz.tar" "$tarball_src_dir/propolis-server.tar.gz" "$tarball_src_dir/overlay.tar.gz") |
2205 | 2023-12-30T06:03:55.061Z | + for dep in "${deps[@]}" |
2206 | 2023-12-30T06:03:55.061Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar ]] |
2207 | 2023-12-30T06:03:55.061Z | + for dep in "${deps[@]}" |
2208 | 2023-12-30T06:03:55.062Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2209 | 2023-12-30T06:03:55.062Z | + for dep in "${deps[@]}" |
2210 | 2023-12-30T06:03:55.062Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz ]] |
2211 | 2023-12-30T06:03:55.065Z | + for dep in "${deps[@]}" |
2212 | 2023-12-30T06:03:55.065Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz ]] |
2213 | 2023-12-30T06:03:55.065Z | ++ mktemp -d |
2214 | 2023-12-30T06:03:55.065Z | + tmp_gz=/tmp/tmp.2KaaCh |
2215 | 2023-12-30T06:03:55.065Z | + trap 'cd /; rm -rf "$tmp_gz"' EXIT |
2216 | 2023-12-30T06:03:55.065Z | + echo '{"v":"1","t":"layer"}' |
2217 | 2023-12-30T06:03:55.065Z | + pkg_dir=/tmp/tmp.2KaaCh/root/opt/oxide/sled-agent |
2218 | 2023-12-30T06:03:55.065Z | + mkdir -p /tmp/tmp.2KaaCh/root/opt/oxide/sled-agent |
2219 | 2023-12-30T06:03:55.068Z | + cd /tmp/tmp.2KaaCh/root/opt/oxide/sled-agent |
2220 | 2023-12-30T06:03:55.068Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
2221 | 2023-12-30T06:03:55.190Z | x ., 0 bytes, 0 tape blocks |
2222 | 2023-12-30T06:03:55.190Z | x zone-bundle, 39742752 bytes, 77623 tape blocks |
2223 | 2023-12-30T06:03:55.190Z | x sled-agent, 74194720 bytes, 144912 tape blocks |
2224 | 2023-12-30T06:03:55.190Z | x pkg, 0 bytes, 0 tape blocks |
2225 | 2023-12-30T06:03:55.190Z | x pkg/config.toml, 1657 bytes, 4 tape blocks |
2226 | 2023-12-30T06:03:55.190Z | x pkg/README.md, 54 bytes, 1 tape blocks |
2227 | 2023-12-30T06:03:55.190Z | x pkg/manifest.xml, 2373 bytes, 5 tape blocks |
2228 | 2023-12-30T06:03:55.190Z | x VERSION, 25 bytes, 1 tape blocks |
2229 | 2023-12-30T06:03:55.194Z | + mkdir -p /tmp/tmp.2KaaCh/root/lib/svc/manifest/site/ |
2230 | 2023-12-30T06:03:55.194Z | + mv pkg/manifest.xml /tmp/tmp.2KaaCh/root/lib/svc/manifest/site/sled-agent.xml |
2231 | 2023-12-30T06:03:55.196Z | + cd - |
2232 | 2023-12-30T06:03:55.196Z | /work/oxidecomputer/omicron |
2233 | 2023-12-30T06:03:55.196Z | + pkg_dir=/tmp/tmp.2KaaCh/root/opt/oxide/mg-ddm |
2234 | 2023-12-30T06:03:55.196Z | + mkdir -p /tmp/tmp.2KaaCh/root/opt/oxide/mg-ddm |
2235 | 2023-12-30T06:03:55.199Z | + cd /tmp/tmp.2KaaCh/root/opt/oxide/mg-ddm |
2236 | 2023-12-30T06:03:55.199Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2237 | 2023-12-30T06:03:55.268Z | x ., 0 bytes, 0 tape blocks |
2238 | 2023-12-30T06:03:55.268Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2239 | 2023-12-30T06:03:55.268Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2240 | 2023-12-30T06:03:55.269Z | x pkg, 0 bytes, 0 tape blocks |
2241 | 2023-12-30T06:03:55.269Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2242 | 2023-12-30T06:03:55.269Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2243 | 2023-12-30T06:03:55.269Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2244 | 2023-12-30T06:03:55.269Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2245 | 2023-12-30T06:03:55.269Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2246 | 2023-12-30T06:03:55.269Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2247 | 2023-12-30T06:03:55.269Z | x VERSION, 25 bytes, 1 tape blocks |
2248 | 2023-12-30T06:03:55.272Z | + cd - |
2249 | 2023-12-30T06:03:55.272Z | /work/oxidecomputer/omicron |
2250 | 2023-12-30T06:03:55.272Z | + cp /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz /tmp/tmp.2KaaCh/root/opt/oxide |
2251 | 2023-12-30T06:03:55.385Z | + cp /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz /tmp/tmp.2KaaCh/root/opt/oxide |
2252 | 2023-12-30T06:03:55.388Z | + cd /tmp/tmp.2KaaCh |
2253 | 2023-12-30T06:03:55.388Z | + tar cvfz /work/global-zone-packages.tar.gz oxide.json root |
2254 | 2023-12-30T06:04:06.975Z | Compressing '/work/global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2255 | 2023-12-30T06:04:06.975Z | a oxide.json 1K |
2256 | 2023-12-30T06:04:06.975Z | a root/ 0K |
2257 | 2023-12-30T06:04:06.975Z | a root/opt/ 0K |
2258 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/ 0K |
2259 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/ 0K |
2260 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/zone-bundle 38812K |
2261 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/sled-agent 72456K |
2262 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/pkg/ 0K |
2263 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/pkg/config.toml 2K |
2264 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/pkg/README.md 1K |
2265 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/sled-agent/VERSION 1K |
2266 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/ 0K |
2267 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2268 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2269 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2270 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2271 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2272 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2273 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2274 | 2023-12-30T06:04:06.975Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2275 | 2023-12-30T06:04:06.976Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2276 | 2023-12-30T06:04:06.976Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2277 | 2023-12-30T06:04:06.976Z | a root/opt/oxide/propolis-server.tar.gz 65079K |
2278 | 2023-12-30T06:04:06.976Z | a root/opt/oxide/overlay.tar.gz 3K |
2279 | 2023-12-30T06:04:06.976Z | a root/lib/ 0K |
2280 | 2023-12-30T06:04:06.976Z | a root/lib/svc/ 0K |
2281 | 2023-12-30T06:04:06.976Z | a root/lib/svc/manifest/ 0K |
2282 | 2023-12-30T06:04:06.976Z | a root/lib/svc/manifest/site/ 0K |
2283 | 2023-12-30T06:04:06.976Z | a root/lib/svc/manifest/site/sled-agent.xml 3K |
2284 | 2023-12-30T06:04:06.979Z | + cd / |
2285 | 2023-12-30T06:04:06.979Z | + rm -rf /tmp/tmp.2KaaCh |
2286 | 2023-12-30T06:04:07.023Z | |
2287 | 2023-12-30T06:04:07.023Z | real 11.980482227 |
2288 | 2023-12-30T06:04:07.023Z | user 11.073014511 |
2289 | 2023-12-30T06:04:07.023Z | sys 0.967542874 |
2290 | 2023-12-30T06:04:07.023Z | trap 0.004125029 |
2291 | 2023-12-30T06:04:07.026Z | tflt 0.000000000 |
2292 | 2023-12-30T06:04:07.026Z | dflt 0.000000000 |
2293 | 2023-12-30T06:04:07.027Z | kflt 0.000000000 |
2294 | 2023-12-30T06:04:07.027Z | lock 0.000000000 |
2295 | 2023-12-30T06:04:07.027Z | slp 23.109454844 |
2296 | 2023-12-30T06:04:07.027Z | lat 0.377466591 |
2297 | 2023-12-30T06:04:07.027Z | stop 0.000300360 |
2298 | 2023-12-30T06:04:07.027Z | + mkdir -p /work/zones |
2299 | 2023-12-30T06:04:07.030Z | + zones=(out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-*.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz) |
2300 | 2023-12-30T06:04:07.030Z | + cp out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry.tar.gz out/crucible.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/omicron-nexus.tar.gz out/omicron-nexus-single-sled.tar.gz out/oximeter-collector.tar.gz out/propolis-server.tar.gz out/switch-asic.tar.gz out/switch-softnpu.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-gateway-asic.tar.gz out/overlay.tar.gz /work/zones/ |
2301 | 2023-12-30T06:04:10.817Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery target create -i trampoline |
2302 | 2023-12-30T06:04:11.947Z | Finished release [optimized] target(s) in 1.04s |
2303 | 2023-12-30T06:04:11.976Z | Running `target/release/omicron-package -t recovery target create -i trampoline` |
2304 | 2023-12-30T06:04:12.017Z | Created new build target 'recovery' and set it as active |
2305 | 2023-12-30T06:04:12.020Z | |
2306 | 2023-12-30T06:04:12.020Z | real 1.197710972 |
2307 | 2023-12-30T06:04:12.020Z | user 0.850320504 |
2308 | 2023-12-30T06:04:12.020Z | sys 0.345703588 |
2309 | 2023-12-30T06:04:12.020Z | trap 0.000495862 |
2310 | 2023-12-30T06:04:12.020Z | tflt 0.000010981 |
2311 | 2023-12-30T06:04:12.020Z | dflt 0.000028526 |
2312 | 2023-12-30T06:04:12.020Z | kflt 0.000034382 |
2313 | 2023-12-30T06:04:12.020Z | lock 0.038463235 |
2314 | 2023-12-30T06:04:12.021Z | slp 0.022203205 |
2315 | 2023-12-30T06:04:12.021Z | lat 0.003570202 |
2316 | 2023-12-30T06:04:12.021Z | stop 0.000560874 |
2317 | 2023-12-30T06:04:12.024Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t recovery package |
2318 | 2023-12-30T06:04:13.120Z | Finished release [optimized] target(s) in 1.01s |
2319 | 2023-12-30T06:04:13.154Z | Running `target/release/omicron-package -t recovery package` |
2320 | 2023-12-30T06:04:13.196Z | Dec 30 06:04:13.195 DEBG target[recovery]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2321 | 2023-12-30T06:04:14.177Z | Compiling installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2322 | 2023-12-30T06:04:17.788Z | Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2323 | 2023-12-30T06:04:47.863Z | Finished release [optimized] target(s) in 34.58s |
2324 | 2023-12-30T06:04:55.365Z | |
2325 | 2023-12-30T06:04:55.368Z | real 43.335733353 |
2326 | 2023-12-30T06:04:55.368Z | user 2:35.451405077 |
2327 | 2023-12-30T06:04:55.368Z | sys 11.321108391 |
2328 | 2023-12-30T06:04:55.368Z | trap 0.082396191 |
2329 | 2023-12-30T06:04:55.368Z | tflt 0.142456095 |
2330 | 2023-12-30T06:04:55.368Z | dflt 1.091361674 |
2331 | 2023-12-30T06:04:55.368Z | kflt 0.000152880 |
2332 | 2023-12-30T06:04:55.368Z | lock 10:02.305637511 |
2333 | 2023-12-30T06:04:55.368Z | slp 2:22.476593427 |
2334 | 2023-12-30T06:04:55.368Z | lat 2.260702285 |
2335 | 2023-12-30T06:04:55.368Z | stop 0.193400464 |
2336 | 2023-12-30T06:04:55.368Z | + stamp_packages installinator mg-ddm-gz |
2337 | 2023-12-30T06:04:55.368Z | + for package in "$@" |
2338 | 2023-12-30T06:04:55.368Z | + [[ installinator == mg-ddm-gz ]] |
2339 | 2023-12-30T06:04:55.368Z | + cargo run --locked --release --bin omicron-package -- stamp installinator 5.0.0-0.ci+git33886b502bb |
2340 | 2023-12-30T06:04:56.407Z | Finished release [optimized] target(s) in 0.96s |
2341 | 2023-12-30T06:04:56.434Z | Running `target/release/omicron-package stamp installinator 5.0.0-0.ci+git33886b502bb` |
2342 | 2023-12-30T06:04:56.473Z | Dec 30 06:04:56.472 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2343 | 2023-12-30T06:04:56.606Z | Created: out/versioned/installinator.tar |
2344 | 2023-12-30T06:04:56.609Z | + for package in "$@" |
2345 | 2023-12-30T06:04:56.609Z | + [[ mg-ddm-gz == mg-ddm-gz ]] |
2346 | 2023-12-30T06:04:56.612Z | + echo 0.0.0 |
2347 | 2023-12-30T06:04:56.612Z | + tar rvf out/mg-ddm-gz.tar VERSION |
2348 | 2023-12-30T06:04:56.615Z | a VERSION 1K |
2349 | 2023-12-30T06:04:56.615Z | + rm VERSION |
2350 | 2023-12-30T06:04:56.618Z | + cargo run --locked --release --bin omicron-package -- stamp mg-ddm-gz 5.0.0-0.ci+git33886b502bb |
2351 | 2023-12-30T06:04:57.682Z | Finished release [optimized] target(s) in 0.97s |
2352 | 2023-12-30T06:04:57.702Z | Running `target/release/omicron-package stamp mg-ddm-gz 5.0.0-0.ci+git33886b502bb` |
2353 | 2023-12-30T06:04:57.742Z | Dec 30 06:04:57.741 DEBG target[active]: Target({"image": "trampoline", "rack-topology": "single-sled"}) |
2354 | 2023-12-30T06:04:57.921Z | Created: out/versioned/mg-ddm-gz.tar |
2355 | 2023-12-30T06:04:57.925Z | + ptime -m ./tools/build-trampoline-global-zone-packages.sh /work/oxidecomputer/omicron/out/versioned /work |
2356 | 2023-12-30T06:04:57.959Z | +++ dirname -- ./tools/build-trampoline-global-zone-packages.sh |
2357 | 2023-12-30T06:04:57.963Z | ++ cd -- ./tools |
2358 | 2023-12-30T06:04:57.963Z | ++ pwd |
2359 | 2023-12-30T06:04:57.963Z | + TOOLS_DIR=/work/oxidecomputer/omicron/tools |
2360 | 2023-12-30T06:04:57.963Z | ++ readlink -f /work/oxidecomputer/omicron/out/versioned |
2361 | 2023-12-30T06:04:57.963Z | + tarball_src_dir=/work/oxidecomputer/omicron/out/versioned |
2362 | 2023-12-30T06:04:57.963Z | ++ readlink -f /work |
2363 | 2023-12-30T06:04:57.963Z | + out_dir=/work |
2364 | 2023-12-30T06:04:57.963Z | + deps=("$tarball_src_dir"/installinator.tar "$tarball_src_dir"/mg-ddm-gz.tar) |
2365 | 2023-12-30T06:04:57.963Z | + for dep in "${deps[@]}" |
2366 | 2023-12-30T06:04:57.963Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/installinator.tar ]] |
2367 | 2023-12-30T06:04:57.963Z | + for dep in "${deps[@]}" |
2368 | 2023-12-30T06:04:57.963Z | + [[ ! -e /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar ]] |
2369 | 2023-12-30T06:04:57.963Z | ++ mktemp -d |
2370 | 2023-12-30T06:04:57.963Z | + tmp_trampoline=/tmp/tmp.D7ayGh |
2371 | 2023-12-30T06:04:57.963Z | + trap 'cd /; rm -rf "$tmp_trampoline"' EXIT |
2372 | 2023-12-30T06:04:57.963Z | + echo '{"v":"1","t":"layer"}' |
2373 | 2023-12-30T06:04:57.964Z | + pkg_dir=/tmp/tmp.D7ayGh/root/opt/oxide/installinator |
2374 | 2023-12-30T06:04:57.964Z | + mkdir -p /tmp/tmp.D7ayGh/root/opt/oxide/installinator |
2375 | 2023-12-30T06:04:57.964Z | + cd /tmp/tmp.D7ayGh/root/opt/oxide/installinator |
2376 | 2023-12-30T06:04:57.964Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/installinator.tar |
2377 | 2023-12-30T06:04:58.007Z | x ., 0 bytes, 0 tape blocks |
2378 | 2023-12-30T06:04:58.007Z | x installinator, 52561960 bytes, 102661 tape blocks |
2379 | 2023-12-30T06:04:58.007Z | x pkg, 0 bytes, 0 tape blocks |
2380 | 2023-12-30T06:04:58.007Z | x pkg/manifest.xml, 2149 bytes, 5 tape blocks |
2381 | 2023-12-30T06:04:58.007Z | x VERSION, 25 bytes, 1 tape blocks |
2382 | 2023-12-30T06:04:58.010Z | + mkdir -p /tmp/tmp.D7ayGh/root/lib/svc/manifest/site/ |
2383 | 2023-12-30T06:04:58.010Z | + mv pkg/manifest.xml /tmp/tmp.D7ayGh/root/lib/svc/manifest/site/installinator.xml |
2384 | 2023-12-30T06:04:58.013Z | + cd - |
2385 | 2023-12-30T06:04:58.013Z | /work/oxidecomputer/omicron |
2386 | 2023-12-30T06:04:58.013Z | + pkg_dir=/tmp/tmp.D7ayGh/root/opt/oxide/mg-ddm |
2387 | 2023-12-30T06:04:58.013Z | + mkdir -p /tmp/tmp.D7ayGh/root/opt/oxide/mg-ddm |
2388 | 2023-12-30T06:04:58.016Z | + cd /tmp/tmp.D7ayGh/root/opt/oxide/mg-ddm |
2389 | 2023-12-30T06:04:58.016Z | + tar -xvfz /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
2390 | 2023-12-30T06:04:58.079Z | x ., 0 bytes, 0 tape blocks |
2391 | 2023-12-30T06:04:58.079Z | x ddmadm, 33061576 bytes, 64574 tape blocks |
2392 | 2023-12-30T06:04:58.079Z | x ddmd, 29648920 bytes, 57909 tape blocks |
2393 | 2023-12-30T06:04:58.079Z | x pkg, 0 bytes, 0 tape blocks |
2394 | 2023-12-30T06:04:58.080Z | x pkg/mgd_method_script.sh, 522 bytes, 2 tape blocks |
2395 | 2023-12-30T06:04:58.080Z | x pkg/mgd, 0 bytes, 0 tape blocks |
2396 | 2023-12-30T06:04:58.080Z | x pkg/mgd/manifest.xml, 1254 bytes, 3 tape blocks |
2397 | 2023-12-30T06:04:58.080Z | x pkg/ddm_method_script.sh, 1187 bytes, 3 tape blocks |
2398 | 2023-12-30T06:04:58.080Z | x pkg/ddm, 0 bytes, 0 tape blocks |
2399 | 2023-12-30T06:04:58.080Z | x pkg/ddm/manifest.xml, 1617 bytes, 4 tape blocks |
2400 | 2023-12-30T06:04:58.080Z | x VERSION, 25 bytes, 1 tape blocks |
2401 | 2023-12-30T06:04:58.083Z | + cd - |
2402 | 2023-12-30T06:04:58.083Z | /work/oxidecomputer/omicron |
2403 | 2023-12-30T06:04:58.083Z | + cd /tmp/tmp.D7ayGh |
2404 | 2023-12-30T06:04:58.083Z | + tar cvfz /work/trampoline-global-zone-packages.tar.gz oxide.json root |
2405 | 2023-12-30T06:05:04.152Z | Compressing '/work/trampoline-global-zone-packages.tar.gz' with '/usr/bin/gzip'... |
2406 | 2023-12-30T06:05:04.152Z | a oxide.json 1K |
2407 | 2023-12-30T06:05:04.152Z | a root/ 0K |
2408 | 2023-12-30T06:05:04.152Z | a root/opt/ 0K |
2409 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/ 0K |
2410 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/installinator/ 0K |
2411 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/installinator/installinator 51331K |
2412 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/installinator/pkg/ 0K |
2413 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/installinator/VERSION 1K |
2414 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/ 0K |
2415 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/ddmadm 32287K |
2416 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/ddmd 28955K |
2417 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/pkg/ 0K |
2418 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/pkg/mgd_method_script.sh 1K |
2419 | 2023-12-30T06:05:04.152Z | a root/opt/oxide/mg-ddm/pkg/mgd/ 0K |
2420 | 2023-12-30T06:05:04.153Z | a root/opt/oxide/mg-ddm/pkg/mgd/manifest.xml 2K |
2421 | 2023-12-30T06:05:04.153Z | a root/opt/oxide/mg-ddm/pkg/ddm_method_script.sh 2K |
2422 | 2023-12-30T06:05:04.153Z | a root/opt/oxide/mg-ddm/pkg/ddm/ 0K |
2423 | 2023-12-30T06:05:04.153Z | a root/opt/oxide/mg-ddm/pkg/ddm/manifest.xml 2K |
2424 | 2023-12-30T06:05:04.153Z | a root/opt/oxide/mg-ddm/VERSION 1K |
2425 | 2023-12-30T06:05:04.153Z | a root/lib/ 0K |
2426 | 2023-12-30T06:05:04.153Z | a root/lib/svc/ 0K |
2427 | 2023-12-30T06:05:04.153Z | a root/lib/svc/manifest/ 0K |
2428 | 2023-12-30T06:05:04.153Z | a root/lib/svc/manifest/site/ 0K |
2429 | 2023-12-30T06:05:04.153Z | a root/lib/svc/manifest/site/installinator.xml 3K |
2430 | 2023-12-30T06:05:04.157Z | + cd / |
2431 | 2023-12-30T06:05:04.157Z | + rm -rf /tmp/tmp.D7ayGh |
2432 | 2023-12-30T06:05:04.161Z | |
2433 | 2023-12-30T06:05:04.161Z | real 6.227014216 |
2434 | 2023-12-30T06:05:04.161Z | user 5.836379524 |
2435 | 2023-12-30T06:05:04.161Z | sys 0.415864321 |
2436 | 2023-12-30T06:05:04.161Z | trap 0.002406536 |
2437 | 2023-12-30T06:05:04.161Z | tflt 0.000000000 |
2438 | 2023-12-30T06:05:04.161Z | dflt 0.000000000 |
2439 | 2023-12-30T06:05:04.161Z | kflt 0.000000000 |
2440 | 2023-12-30T06:05:04.161Z | lock 0.000000000 |
2441 | 2023-12-30T06:05:04.161Z | slp 12.050272579 |
2442 | 2023-12-30T06:05:04.161Z | lat 0.185367319 |
2443 | 2023-12-30T06:05:04.161Z | stop 0.000285627 |
2444 | 2023-12-30T06:05:04.161Z | process exited: duration 2215581 ms, exit code 0 |
|
2445 | 2023-12-30T06:05:04.179Z | found 21 output files |
2446 | 2023-12-30T06:05:04.179Z | uploading: /work/version.txt (26 bytes) |
2447 | 2023-12-30T06:05:05.193Z | uploaded: /work/version.txt |
2448 | 2023-12-30T06:05:05.193Z | uploading: /work/package.tar.gz (80183465 bytes) |
2449 | 2023-12-30T06:05:29.448Z | uploaded: /work/package.tar.gz |
2450 | 2023-12-30T06:05:29.448Z | uploading: /work/global-zone-packages.tar.gz (121750600 bytes) |
2451 | 2023-12-30T06:06:00.228Z | uploaded: /work/global-zone-packages.tar.gz |
2452 | 2023-12-30T06:06:00.228Z | uploading: /work/trampoline-global-zone-packages.tar.gz (36568690 bytes) |
2453 | 2023-12-30T06:06:11.163Z | uploaded: /work/trampoline-global-zone-packages.tar.gz |
2454 | 2023-12-30T06:06:11.163Z | uploading: /work/zones/clickhouse.tar.gz (181859722 bytes) |
2455 | 2023-12-30T06:07:00.246Z | uploaded: /work/zones/clickhouse.tar.gz |
2456 | 2023-12-30T06:07:00.246Z | uploading: /work/zones/clickhouse_keeper.tar.gz (181863991 bytes) |
2457 | 2023-12-30T06:07:43.871Z | uploaded: /work/zones/clickhouse_keeper.tar.gz |
2458 | 2023-12-30T06:07:43.871Z | uploading: /work/zones/cockroachdb.tar.gz (118941249 bytes) |
2459 | 2023-12-30T06:08:18.625Z | uploaded: /work/zones/cockroachdb.tar.gz |
2460 | 2023-12-30T06:08:18.625Z | uploading: /work/zones/crucible-pantry.tar.gz (22399870 bytes) |
2461 | 2023-12-30T06:08:23.609Z | uploaded: /work/zones/crucible-pantry.tar.gz |
2462 | 2023-12-30T06:08:23.609Z | uploading: /work/zones/crucible.tar.gz (42277237 bytes) |
2463 | 2023-12-30T06:08:35.816Z | uploaded: /work/zones/crucible.tar.gz |
2464 | 2023-12-30T06:08:35.816Z | uploading: /work/zones/external-dns.tar.gz (24180716 bytes) |
2465 | 2023-12-30T06:08:43.709Z | uploaded: /work/zones/external-dns.tar.gz |
2466 | 2023-12-30T06:08:43.709Z | uploading: /work/zones/internal-dns.tar.gz (24180716 bytes) |
2467 | 2023-12-30T06:08:51.087Z | uploaded: /work/zones/internal-dns.tar.gz |
2468 | 2023-12-30T06:08:51.087Z | uploading: /work/zones/ntp.tar.gz (4519 bytes) |
2469 | 2023-12-30T06:08:52.097Z | uploaded: /work/zones/ntp.tar.gz |
2470 | 2023-12-30T06:08:52.097Z | uploading: /work/zones/omicron-gateway-asic.tar.gz (18336447 bytes) |
2471 | 2023-12-30T06:08:58.960Z | uploaded: /work/zones/omicron-gateway-asic.tar.gz |
2472 | 2023-12-30T06:08:58.960Z | uploading: /work/zones/omicron-gateway-softnpu.tar.gz (18335608 bytes) |
2473 | 2023-12-30T06:09:05.493Z | uploaded: /work/zones/omicron-gateway-softnpu.tar.gz |
2474 | 2023-12-30T06:09:05.493Z | uploading: /work/zones/omicron-nexus-single-sled.tar.gz (76149880 bytes) |
2475 | 2023-12-30T06:09:28.541Z | uploaded: /work/zones/omicron-nexus-single-sled.tar.gz |
2476 | 2023-12-30T06:09:28.541Z | uploading: /work/zones/omicron-nexus.tar.gz (76148579 bytes) |
2477 | 2023-12-30T06:09:50.377Z | uploaded: /work/zones/omicron-nexus.tar.gz |
2478 | 2023-12-30T06:09:50.377Z | uploading: /work/zones/overlay.tar.gz (2613 bytes) |
2479 | 2023-12-30T06:09:51.386Z | uploaded: /work/zones/overlay.tar.gz |
2480 | 2023-12-30T06:09:51.386Z | uploading: /work/zones/oximeter-collector.tar.gz (36561738 bytes) |
2481 | 2023-12-30T06:10:00.934Z | uploaded: /work/zones/oximeter-collector.tar.gz |
2482 | 2023-12-30T06:10:00.934Z | uploading: /work/zones/propolis-server.tar.gz (66640911 bytes) |
2483 | 2023-12-30T06:10:21.277Z | uploaded: /work/zones/propolis-server.tar.gz |
2484 | 2023-12-30T06:10:21.277Z | uploading: /work/zones/switch-asic.tar.gz (247686100 bytes) |
2485 | 2023-12-30T06:11:39.984Z | uploaded: /work/zones/switch-asic.tar.gz |
2486 | 2023-12-30T06:11:39.984Z | uploading: /work/zones/switch-softnpu.tar.gz (170789746 bytes) |
2487 | 2023-12-30T06:12:30.241Z | uploaded: /work/zones/switch-softnpu.tar.gz |