|
|
|
1 | 2023-12-11T22:42:25.569Z | job assigned to worker 01HHDGN5JTNTVMBXP6KA1J6PX3 (queued for 1 m 28 s) |
|
2 | 2023-12-11T22:42:26.393Z | starting task 0: "setup" |
3 | 2023-12-11T22:42:26.465Z | ++ uname -s |
4 | 2023-12-11T22:42:26.470Z | + kern=SunOS |
5 | 2023-12-11T22:42:26.470Z | + case "$kern" in |
6 | 2023-12-11T22:42:26.471Z | + groupadd -g 12345 build |
7 | 2023-12-11T22:42:26.471Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-11T22:42:29.718Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-11T22:42:29.726Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-11T22:42:29.726Z | + home_fs=zfs |
11 | 2023-12-11T22:42:29.726Z | + [[ zfs == autofs ]] |
12 | 2023-12-11T22:42:29.726Z | + mkdir -p /home/build |
13 | 2023-12-11T22:42:29.727Z | + chown build:build /home/build /work |
14 | 2023-12-11T22:42:30.618Z | + chmod 0700 /home/build /work |
15 | 2023-12-11T22:42:30.629Z | process exited: duration 4227 ms, exit code 0 |
|
16 | 2023-12-11T22:42:30.638Z | starting task 1: "rust-toolchain" |
17 | 2023-12-11T22:42:30.646Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-11T22:42:30.656Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-11T22:42:30.830Z | info: downloading installer |
20 | 2023-12-11T22:42:32.804Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-11T22:42:32.805Z | warning: /opt/ooce/bin |
22 | 2023-12-11T22:42:32.805Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-11T22:42:32.805Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-11T22:42:32.805Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-11T22:42:32.805Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-11T22:42:32.805Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-11T22:42:32.810Z | error: cannot install while Rust is installed |
28 | 2023-12-11T22:42:32.811Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-11T22:42:32.930Z | info: profile set to 'default' |
30 | 2023-12-11T22:42:32.930Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-11T22:42:32.933Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-11T22:42:33.105Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-11T22:42:33.106Z | info: downloading component 'cargo' |
34 | 2023-12-11T22:42:33.767Z | info: downloading component 'clippy' |
35 | 2023-12-11T22:42:34.131Z | info: downloading component 'rust-docs' |
36 | 2023-12-11T22:42:34.828Z | info: downloading component 'rust-std' |
37 | 2023-12-11T22:42:36.323Z | info: downloading component 'rustc' |
38 | 2023-12-11T22:42:39.894Z | info: downloading component 'rustfmt' |
39 | 2023-12-11T22:42:40.086Z | info: installing component 'cargo' |
40 | 2023-12-11T22:42:41.604Z | info: installing component 'clippy' |
41 | 2023-12-11T22:42:42.683Z | info: installing component 'rust-docs' |
42 | 2023-12-11T22:42:45.413Z | info: installing component 'rust-std' |
43 | 2023-12-11T22:42:49.906Z | info: installing component 'rustc' |
44 | 2023-12-11T22:43:03.182Z | info: installing component 'rustfmt' |
45 | 2023-12-11T22:43:03.398Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-11T22:43:03.398Z | |
47 | 2023-12-11T22:43:03.526Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-11T22:43:03.526Z | |
49 | 2023-12-11T22:43:03.947Z | |
50 | 2023-12-11T22:43:03.948Z | Rust is installed now. Great! |
51 | 2023-12-11T22:43:03.948Z | |
52 | 2023-12-11T22:43:03.948Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-11T22:43:03.948Z | environment variable. This has not been done automatically. |
54 | 2023-12-11T22:43:03.949Z | |
55 | 2023-12-11T22:43:03.949Z | To configure your current shell, run: |
56 | 2023-12-11T22:43:03.950Z | source "$HOME/.cargo/env" |
57 | 2023-12-11T22:43:03.963Z | + rustc --version |
58 | 2023-12-11T22:43:03.964Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-11T22:43:03.964Z | process exited: duration 33085 ms, exit code 0 |
|
60 | 2023-12-11T22:43:04.507Z | starting task 2: "authentication" |
61 | 2023-12-11T22:43:04.540Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-12-11T22:43:04.548Z | starting task 3: "clone repository" |
63 | 2023-12-11T22:43:04.555Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-11T22:43:04.563Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-11T22:43:04.646Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-11T22:43:12.639Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-11T22:43:12.639Z | + [[ -n dap/inventory-errors ]] |
68 | 2023-12-11T22:43:12.643Z | + git fetch origin dap/inventory-errors |
69 | 2023-12-11T22:43:12.980Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-11T22:43:12.980Z | * branch dap/inventory-errors -> FETCH_HEAD |
71 | 2023-12-11T22:43:12.991Z | + git checkout -B dap/inventory-errors remotes/origin/dap/inventory-errors |
72 | 2023-12-11T22:43:13.092Z | Switched to a new branch 'dap/inventory-errors' |
73 | 2023-12-11T22:43:13.101Z | branch 'dap/inventory-errors' set up to track 'origin/dap/inventory-errors'. |
74 | 2023-12-11T22:43:13.101Z | + git reset --hard 419181d2f84d79f6e37298016a1d9e681a9cdc5e |
75 | 2023-12-11T22:43:13.171Z | HEAD is now at 419181d2 fix rustdoc |
76 | 2023-12-11T22:43:13.177Z | process exited: duration 8562 ms, exit code 0 |
|
77 | 2023-12-11T22:43:13.184Z | starting task 4: "build" |
78 | 2023-12-11T22:43:13.191Z | + cargo --version |
79 | 2023-12-11T22:43:13.204Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-11T22:43:13.794Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-11T22:43:13.800Z | info: downloading component 'cargo' |
82 | 2023-12-11T22:43:14.113Z | info: downloading component 'clippy' |
83 | 2023-12-11T22:43:14.343Z | info: downloading component 'rust-docs' |
84 | 2023-12-11T22:43:15.243Z | info: downloading component 'rust-std' |
85 | 2023-12-11T22:43:16.720Z | info: downloading component 'rustc' |
86 | 2023-12-11T22:43:20.454Z | info: downloading component 'rustfmt' |
87 | 2023-12-11T22:43:20.687Z | info: installing component 'cargo' |
88 | 2023-12-11T22:43:21.961Z | info: installing component 'clippy' |
89 | 2023-12-11T22:43:22.449Z | info: installing component 'rust-docs' |
90 | 2023-12-11T22:43:25.216Z | info: installing component 'rust-std' |
91 | 2023-12-11T22:43:27.870Z | info: installing component 'rustc' |
92 | 2023-12-11T22:43:34.002Z | info: installing component 'rustfmt' |
93 | 2023-12-11T22:43:34.600Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-11T22:43:34.624Z | + rustc --version |
95 | 2023-12-11T22:43:34.673Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-11T22:43:34.681Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-11T22:43:45.855Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-11T22:43:46.962Z | Startup: Caching catalogs ... Done |
99 | 2023-12-11T22:43:54.002Z | Planning: Solver setup ... Done (6.637s) |
100 | 2023-12-11T22:43:54.161Z | Planning: Running solver ... Done (0.152s) |
101 | 2023-12-11T22:43:54.269Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-11T22:43:54.288Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-11T22:43:54.661Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-11T22:43:54.750Z | Planning: Package planning ... Done (0.088s) |
105 | 2023-12-11T22:43:54.836Z | Planning: Merging actions ... Done (0.087s) |
106 | 2023-12-11T22:43:55.583Z | Planning: Checking for conflicting actions ... Done (0.742s) |
107 | 2023-12-11T22:43:55.605Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-12-11T22:44:00.105Z | Planning: Evaluating mediators ... Done (4.508s) |
109 | 2023-12-11T22:44:00.237Z | Planning: Planning completed in 13.20 seconds |
110 | 2023-12-11T22:44:03.225Z | Packages to install: 4 |
111 | 2023-12-11T22:44:03.225Z | Packages to update: 2 |
112 | 2023-12-11T22:44:03.228Z | Mediators to change: 2 |
113 | 2023-12-11T22:44:03.229Z | Services to change: 1 |
114 | 2023-12-11T22:44:03.229Z | Estimated space available: 148.88 GB |
115 | 2023-12-11T22:44:03.229Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-11T22:44:03.229Z | Create boot environment: No |
117 | 2023-12-11T22:44:03.229Z | Create backup boot environment: Yes |
118 | 2023-12-11T22:44:03.229Z | Rebuild boot archive: No |
119 | 2023-12-11T22:44:03.229Z | |
120 | 2023-12-11T22:44:03.229Z | Changed mediators: |
121 | 2023-12-11T22:44:03.229Z | mediator clang: |
122 | 2023-12-11T22:44:03.229Z | version: None -> 15 (system default) |
123 | 2023-12-11T22:44:03.229Z | |
124 | 2023-12-11T22:44:03.229Z | mediator llvm: |
125 | 2023-12-11T22:44:03.229Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-11T22:44:03.229Z | |
127 | 2023-12-11T22:44:03.229Z | Changed packages: |
128 | 2023-12-11T22:44:03.229Z | helios-dev |
129 | 2023-12-11T22:44:03.229Z | developer/build-essential |
130 | 2023-12-11T22:44:03.230Z | None -> 11-2.0 |
131 | 2023-12-11T22:44:03.230Z | library/libxmlsec1 |
132 | 2023-12-11T22:44:03.230Z | None -> 1.2.35-2.0 |
133 | 2023-12-11T22:44:03.230Z | ooce/developer/clang-15 |
134 | 2023-12-11T22:44:03.230Z | None -> 15.0.7-2.0 |
135 | 2023-12-11T22:44:03.230Z | ooce/developer/llvm-15 |
136 | 2023-12-11T22:44:03.230Z | None -> 15.0.7-2.0 |
137 | 2023-12-11T22:44:03.230Z | system/library/g++-runtime |
138 | 2023-12-11T22:44:03.230Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-11T22:44:03.230Z | system/library/gcc-runtime |
140 | 2023-12-11T22:44:03.230Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-11T22:44:03.230Z | |
142 | 2023-12-11T22:44:03.230Z | Services: |
143 | 2023-12-11T22:44:03.230Z | restart_fmri: |
144 | 2023-12-11T22:44:03.230Z | svc:/system/update-man-index:default |
145 | 2023-12-11T22:44:03.494Z | |
146 | 2023-12-11T22:44:03.494Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-11T22:44:08.498Z | Download: 1265/3330 items 99.7/221.1MB 45% complete (19.9M/s) |
148 | 2023-12-11T22:44:13.504Z | Download: 3158/3330 items 144.8/221.1MB 65% complete (14.5M/s) |
149 | 2023-12-11T22:44:18.497Z | Download: 3280/3330 items 210.1/221.1MB 95% complete (11.0M/s) |
150 | 2023-12-11T22:44:21.591Z | Download: Completed 221.11 MB in 18.10 seconds (12.2M/s) |
151 | 2023-12-11T22:44:23.824Z | Actions: 1/3766 actions (Removing old actions) |
152 | 2023-12-11T22:44:23.824Z | Actions: 5/3766 actions (Installing new actions) |
153 | 2023-12-11T22:44:28.882Z | Actions: 2611/3766 actions (Installing new actions) |
154 | 2023-12-11T22:44:32.158Z | Actions: 3729/3766 actions (Updating modified actions) |
155 | 2023-12-11T22:44:32.794Z | Actions: Completed 3766 actions in 8.97 seconds. |
156 | 2023-12-11T22:44:32.909Z | Done (0.108s) |
157 | 2023-12-11T22:44:32.914Z | Done (0.000s) |
158 | 2023-12-11T22:44:33.187Z | Done (0.277s) |
159 | 2023-12-11T22:44:40.954Z | Done (7.576s) |
160 | 2023-12-11T22:44:41.457Z | Done (0.175s) |
161 | 2023-12-11T22:44:41.457Z | Done (0.000s) |
162 | 2023-12-11T22:44:41.462Z | Done (0.000s) |
163 | 2023-12-11T22:44:42.111Z | Planning: Evaluating mediator changes ... Done |
164 | 2023-12-11T22:44:42.393Z | Planning: Checking for conflicting actions ... Done |
165 | 2023-12-11T22:44:42.419Z | Planning: Consolidating action changes ... Done |
166 | 2023-12-11T22:44:42.823Z | Planning: Evaluating mediators ... Done |
167 | 2023-12-11T22:44:42.831Z | Planning: Planning completed in 0.71 seconds |
168 | 2023-12-11T22:44:42.924Z | Mediators to change: 2 |
169 | 2023-12-11T22:44:42.924Z | Create boot environment: No |
170 | 2023-12-11T22:44:42.937Z | Create backup boot environment: No |
171 | 2023-12-11T22:44:42.999Z | Done |
172 | 2023-12-11T22:44:42.999Z | Done |
173 | 2023-12-11T22:44:43.166Z | Done |
174 | 2023-12-11T22:44:49.093Z | Done |
175 | 2023-12-11T22:44:49.213Z | Done |
176 | 2023-12-11T22:44:49.220Z | Done |
177 | 2023-12-11T22:44:49.406Z | Done |
178 | 2023-12-11T22:44:50.443Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-12-11T22:44:50.448Z | Planning: Merging actions ... Done |
180 | 2023-12-11T22:44:50.788Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-12-11T22:44:50.799Z | Planning: Consolidating action changes ... Done |
182 | 2023-12-11T22:44:51.239Z | Planning: Evaluating mediators ... Done |
183 | 2023-12-11T22:44:51.332Z | Planning: Planning completed in 1.34 seconds |
184 | 2023-12-11T22:44:51.395Z | Packages to change: 1 |
185 | 2023-12-11T22:44:51.416Z | Mediators to change: 1 |
186 | 2023-12-11T22:44:51.416Z | Services to change: 1 |
187 | 2023-12-11T22:44:51.417Z | Create boot environment: No |
188 | 2023-12-11T22:44:51.417Z | Create backup boot environment: Yes |
189 | 2023-12-11T22:44:53.633Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2023-12-11T22:44:53.686Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2023-12-11T22:44:53.686Z | Done |
192 | 2023-12-11T22:44:53.686Z | Done |
193 | 2023-12-11T22:44:53.696Z | Done |
194 | 2023-12-11T22:45:04.142Z | Done |
195 | 2023-12-11T22:45:04.323Z | Done |
196 | 2023-12-11T22:45:04.323Z | Done |
197 | 2023-12-11T22:45:04.323Z | Done |
198 | 2023-12-11T22:45:04.323Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2023-12-11T22:45:04.324Z | clang system 15 system |
200 | 2023-12-11T22:45:04.324Z | csh system system illumos |
201 | 2023-12-11T22:45:04.324Z | ctags system system illumos |
202 | 2023-12-11T22:45:04.324Z | gcc vendor 12 vendor |
203 | 2023-12-11T22:45:04.324Z | gcc system 10 system |
204 | 2023-12-11T22:45:04.324Z | gcc system 7 system |
205 | 2023-12-11T22:45:04.324Z | go system 1.20 system |
206 | 2023-12-11T22:45:04.324Z | go system 1.19 system |
207 | 2023-12-11T22:45:04.324Z | llvm system 15 system |
208 | 2023-12-11T22:45:04.324Z | llvm system 14 system |
209 | 2023-12-11T22:45:04.324Z | mariadb system 10.6 system |
210 | 2023-12-11T22:45:04.324Z | mta vendor vendor dma |
211 | 2023-12-11T22:45:04.324Z | openjdk system 17 system |
212 | 2023-12-11T22:45:04.324Z | openjdk system 11 system |
213 | 2023-12-11T22:45:04.324Z | openjdk system 1.8 system |
214 | 2023-12-11T22:45:04.324Z | openssl vendor 3 vendor |
215 | 2023-12-11T22:45:04.324Z | perl system 5.36 system |
216 | 2023-12-11T22:45:04.325Z | postgresql system 15 system |
217 | 2023-12-11T22:45:04.325Z | postgresql system 13 system |
218 | 2023-12-11T22:45:04.325Z | python vendor 3 vendor |
219 | 2023-12-11T22:45:04.325Z | python system 2 system |
220 | 2023-12-11T22:45:04.325Z | python3 system 3.11 system |
221 | 2023-12-11T22:45:04.325Z | ruby system 3.0 system |
222 | 2023-12-11T22:45:04.325Z | words vendor vendor american-english |
223 | 2023-12-11T22:45:04.325Z | words system system australian-english |
224 | 2023-12-11T22:45:04.326Z | words system system british-english |
225 | 2023-12-11T22:45:04.326Z | words system system canadian-english |
226 | 2023-12-11T22:45:04.326Z | words system system french |
227 | 2023-12-11T22:45:04.326Z | words system system italian |
228 | 2023-12-11T22:45:04.326Z | words system system ngerman |
229 | 2023-12-11T22:45:04.326Z | words system system ogerman |
230 | 2023-12-11T22:45:04.326Z | words system system spanish |
231 | 2023-12-11T22:45:04.326Z | FMRI IFO |
232 | 2023-12-11T22:45:04.326Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2023-12-11T22:45:04.326Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2023-12-11T22:45:04.326Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2023-12-11T22:45:04.326Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
236 | 2023-12-11T22:45:04.327Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2023-12-11T22:45:04.327Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
238 | 2023-12-11T22:45:04.327Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
239 | 2023-12-11T22:45:04.327Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
240 | 2023-12-11T22:45:04.328Z | + set -o errexit |
241 | 2023-12-11T22:45:04.328Z | +++ dirname ./tools/ci_download_cockroachdb |
242 | 2023-12-11T22:45:04.328Z | ++ cd ./tools |
243 | 2023-12-11T22:45:04.328Z | ++ pwd |
244 | 2023-12-11T22:45:04.328Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
245 | 2023-12-11T22:45:04.328Z | ++ basename ./tools/ci_download_cockroachdb |
246 | 2023-12-11T22:45:04.329Z | + ARG0=ci_download_cockroachdb |
247 | 2023-12-11T22:45:04.329Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
248 | 2023-12-11T22:45:04.329Z | + CIDL_VERSION=v22.1.9 |
249 | 2023-12-11T22:45:04.329Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
250 | 2023-12-11T22:45:04.329Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
251 | 2023-12-11T22:45:04.329Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
252 | 2023-12-11T22:45:04.329Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
253 | 2023-12-11T22:45:04.329Z | + TARGET_DIR=out |
254 | 2023-12-11T22:45:04.329Z | + DOWNLOAD_DIR=out/downloads |
255 | 2023-12-11T22:45:04.330Z | + DEST_DIR=./out/cockroachdb |
256 | 2023-12-11T22:45:04.330Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
257 | 2023-12-11T22:45:04.330Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
258 | 2023-12-11T22:45:04.330Z | + main |
259 | 2023-12-11T22:45:04.330Z | + [[ 0 != 0 ]] |
260 | 2023-12-11T22:45:04.330Z | + CIDL_OS=solaris2.11 |
261 | 2023-12-11T22:45:04.330Z | + [[ 0 != 0 ]] |
262 | 2023-12-11T22:45:04.330Z | + configure_os solaris2.11 |
263 | 2023-12-11T22:45:04.330Z | + echo 'current directory: /work/oxidecomputer/omicron' |
264 | 2023-12-11T22:45:04.330Z | current directory: /work/oxidecomputer/omicron |
265 | 2023-12-11T22:45:04.330Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2023-12-11T22:45:04.330Z | + case "$1" in |
267 | 2023-12-11T22:45:04.331Z | configuring based on OS: "solaris2.11" |
268 | 2023-12-11T22:45:04.331Z | + CIDL_BUILD=illumos |
269 | 2023-12-11T22:45:04.331Z | + CIDL_SUFFIX=tar.gz |
270 | 2023-12-11T22:45:04.331Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
271 | 2023-12-11T22:45:04.331Z | + CIDL_MD5FUNC=do_md5sum |
272 | 2023-12-11T22:45:04.331Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2023-12-11T22:45:04.331Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2023-12-11T22:45:04.331Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2023-12-11T22:45:04.331Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-12-11T22:45:04.331Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-12-11T22:45:04.331Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2023-12-11T22:45:04.331Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-11T22:45:04.332Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2023-12-11T22:45:04.332Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2023-12-11T22:45:04.332Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-12-11T22:45:04.332Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2023-12-11T22:45:04.332Z | + mkdir -p out/downloads |
284 | 2023-12-11T22:45:04.332Z | + mkdir -p ./out/cockroachdb |
285 | 2023-12-11T22:45:04.332Z | + local DO_DOWNLOAD=true |
286 | 2023-12-11T22:45:04.332Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
287 | 2023-12-11T22:45:04.334Z | + '[' true == true ']' |
288 | 2023-12-11T22:45:04.334Z | + echo Downloading... |
289 | 2023-12-11T22:45:04.334Z | Downloading... |
290 | 2023-12-11T22:45:04.334Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-12-11T22:45:04.334Z | + 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 |
292 | 2023-12-11T22:45:04.336Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-11T22:45:04.336Z | ++ md5sum |
294 | 2023-12-11T22:45:04.336Z | ++ awk '{print $1}' |
295 | 2023-12-11T22:45:04.516Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
296 | 2023-12-11T22:45:04.516Z | + [[ 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 ]] |
297 | 2023-12-11T22:45:04.516Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-11T22:45:04.516Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
299 | 2023-12-11T22:45:06.874Z | + do_assemble_illumos |
300 | 2023-12-11T22:45:06.874Z | + rm -r ./out/cockroachdb |
301 | 2023-12-11T22:45:06.883Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
302 | 2023-12-11T22:45:07.915Z | + ./out/cockroachdb/bin/cockroach version |
303 | 2023-12-11T22:45:07.934Z | Build Tag: v22.1.9-dirty |
304 | 2023-12-11T22:45:07.934Z | Build Time: 2022/10/26 21:17:46 |
305 | 2023-12-11T22:45:07.935Z | Distribution: OSS |
306 | 2023-12-11T22:45:07.935Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
307 | 2023-12-11T22:45:07.935Z | Go Version: go1.17.13 |
308 | 2023-12-11T22:45:07.935Z | C Compiler: gcc 10.3.0 |
309 | 2023-12-11T22:45:07.935Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
310 | 2023-12-11T22:45:07.935Z | Build Type: release |
311 | 2023-12-11T22:45:07.935Z | + set -o errexit |
312 | 2023-12-11T22:45:07.935Z | +++ dirname ./tools/ci_download_clickhouse |
313 | 2023-12-11T22:45:07.936Z | ++ cd ./tools |
314 | 2023-12-11T22:45:07.936Z | ++ pwd |
315 | 2023-12-11T22:45:07.936Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
316 | 2023-12-11T22:45:07.936Z | ++ basename ./tools/ci_download_clickhouse |
317 | 2023-12-11T22:45:07.936Z | + ARG0=ci_download_clickhouse |
318 | 2023-12-11T22:45:07.936Z | + TARGET_DIR=out |
319 | 2023-12-11T22:45:07.937Z | + DOWNLOAD_DIR=out/downloads |
320 | 2023-12-11T22:45:07.937Z | + DEST_DIR=./out/clickhouse |
321 | 2023-12-11T22:45:07.937Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2023-12-11T22:45:07.937Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2023-12-11T22:45:07.939Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2023-12-11T22:45:07.939Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2023-12-11T22:45:07.939Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2023-12-11T22:45:07.939Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2023-12-11T22:45:07.940Z | + main |
328 | 2023-12-11T22:45:07.941Z | + [[ 0 != 0 ]] |
329 | 2023-12-11T22:45:07.941Z | + CIDL_OS=solaris2.11 |
330 | 2023-12-11T22:45:07.941Z | + [[ 0 != 0 ]] |
331 | 2023-12-11T22:45:07.941Z | + configure_os solaris2.11 |
332 | 2023-12-11T22:45:07.942Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2023-12-11T22:45:07.942Z | current directory: /work/oxidecomputer/omicron |
334 | 2023-12-11T22:45:07.942Z | configuring based on OS: "solaris2.11" |
335 | 2023-12-11T22:45:07.942Z | + echo 'configuring based on OS: "solaris2.11"' |
336 | 2023-12-11T22:45:07.942Z | + CIDL_DASHREV= |
337 | 2023-12-11T22:45:07.943Z | + case "$1" in |
338 | 2023-12-11T22:45:07.943Z | + CIDL_PLATFORM=illumos |
339 | 2023-12-11T22:45:07.943Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-12-11T22:45:07.943Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2023-12-11T22:45:07.943Z | + CIDL_DASHREV=-1 |
342 | 2023-12-11T22:45:07.943Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2023-12-11T22:45:07.944Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2023-12-11T22:45:07.944Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-12-11T22:45:07.944Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-11T22:45:07.944Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2023-12-11T22:45:07.944Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-11T22:45:07.945Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-11T22:45:07.945Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-11T22:45:07.945Z | + mkdir -p out/downloads |
351 | 2023-12-11T22:45:07.945Z | + mkdir -p ./out/clickhouse |
352 | 2023-12-11T22:45:07.945Z | + local DO_DOWNLOAD=true |
353 | 2023-12-11T22:45:07.948Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2023-12-11T22:45:07.948Z | + '[' true == true ']' |
355 | 2023-12-11T22:45:07.948Z | + echo Downloading... |
356 | 2023-12-11T22:45:07.948Z | Downloading... |
357 | 2023-12-11T22:45:07.948Z | + 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 |
358 | 2023-12-11T22:45:07.948Z | + 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 |
359 | 2023-12-11T22:45:09.461Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-12-11T22:45:09.472Z | ++ md5sum |
361 | 2023-12-11T22:45:09.472Z | ++ awk '{print $1}' |
362 | 2023-12-11T22:45:09.728Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-12-11T22:45:09.728Z | + [[ 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 ]] |
364 | 2023-12-11T22:45:09.728Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2023-12-11T22:45:09.739Z | + mkdir -p ./out/clickhouse |
366 | 2023-12-11T22:45:09.739Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2023-12-11T22:45:14.507Z | + ./out/clickhouse/clickhouse server --version |
368 | 2023-12-11T22:45:14.565Z | ClickHouse server version 22.8.9.1. |
369 | 2023-12-11T22:45:14.585Z | + set -o errexit |
370 | 2023-12-11T22:45:14.594Z | +++ dirname ./tools/ci_download_console |
371 | 2023-12-11T22:45:14.595Z | ++ cd ./tools |
372 | 2023-12-11T22:45:14.595Z | ++ pwd |
373 | 2023-12-11T22:45:14.595Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2023-12-11T22:45:14.595Z | ++ basename ./tools/ci_download_console |
375 | 2023-12-11T22:45:15.026Z | + ARG0=ci_download_console |
376 | 2023-12-11T22:45:15.028Z | + TARGET_DIR=out |
377 | 2023-12-11T22:45:15.028Z | + DOWNLOAD_DIR=out/downloads |
378 | 2023-12-11T22:45:15.029Z | + DEST_DIR=./out/console-assets |
379 | 2023-12-11T22:45:15.029Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2023-12-11T22:45:15.029Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
381 | 2023-12-11T22:45:15.029Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
382 | 2023-12-11T22:45:15.029Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
383 | 2023-12-11T22:45:15.029Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2023-12-11T22:45:15.029Z | + main |
385 | 2023-12-11T22:45:15.030Z | + [[ 0 != 0 ]] |
386 | 2023-12-11T22:45:15.030Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
387 | 2023-12-11T22:45:15.030Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
388 | 2023-12-11T22:45:15.030Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2023-12-11T22:45:15.030Z | Local file: out/downloads/console.tar.gz |
390 | 2023-12-11T22:45:15.030Z | + local DO_DOWNLOAD=true |
391 | 2023-12-11T22:45:15.030Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2023-12-11T22:45:15.030Z | + mkdir -p out/downloads |
393 | 2023-12-11T22:45:15.030Z | + '[' true == true ']' |
394 | 2023-12-11T22:45:15.031Z | + echo Downloading... |
395 | 2023-12-11T22:45:15.031Z | Downloading... |
396 | 2023-12-11T22:45:15.031Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
397 | 2023-12-11T22:45:15.031Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
398 | 2023-12-11T22:45:15.497Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2023-12-11T22:45:15.513Z | ++ case "$OSTYPE" in |
400 | 2023-12-11T22:45:15.514Z | ++ SHA=sha256sum |
401 | 2023-12-11T22:45:15.514Z | ++ sha256sum |
402 | 2023-12-11T22:45:15.514Z | ++ awk '{print $1}' |
403 | 2023-12-11T22:45:15.514Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
404 | 2023-12-11T22:45:15.514Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
405 | 2023-12-11T22:45:15.515Z | + rm -rf ./out/console-assets |
406 | 2023-12-11T22:45:15.515Z | + mkdir -p ./out/console-assets |
407 | 2023-12-11T22:45:15.515Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2023-12-11T22:45:15.515Z | + mkdir -p ./out/console-assets |
409 | 2023-12-11T22:45:15.537Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2023-12-11T22:45:15.646Z | + set -o errexit |
411 | 2023-12-11T22:45:16.078Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2023-12-11T22:45:16.079Z | ++ cd ./tools |
413 | 2023-12-11T22:45:16.079Z | ++ pwd |
414 | 2023-12-11T22:45:16.079Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2023-12-11T22:45:16.082Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2023-12-11T22:45:16.083Z | + ARG0=ci_download_maghemite_openapi |
417 | 2023-12-11T22:45:16.084Z | + TARGET_DIR=out |
418 | 2023-12-11T22:45:16.084Z | + DOWNLOAD_DIR=out/downloads |
419 | 2023-12-11T22:45:16.084Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2023-12-11T22:45:16.085Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
421 | 2023-12-11T22:45:16.085Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
422 | 2023-12-11T22:45:16.086Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
423 | 2023-12-11T22:45:16.086Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
424 | 2023-12-11T22:45:16.087Z | + main |
425 | 2023-12-11T22:45:16.087Z | + [[ 0 != 0 ]] |
426 | 2023-12-11T22:45:16.087Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
427 | 2023-12-11T22:45:16.088Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
428 | 2023-12-11T22:45:16.088Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
429 | 2023-12-11T22:45:16.089Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
430 | 2023-12-11T22:45:16.089Z | + local DO_DOWNLOAD=true |
431 | 2023-12-11T22:45:16.089Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
432 | 2023-12-11T22:45:16.090Z | + mkdir -p out/downloads |
433 | 2023-12-11T22:45:16.090Z | + '[' true == true ']' |
434 | 2023-12-11T22:45:16.091Z | + echo Downloading... |
435 | 2023-12-11T22:45:16.091Z | Downloading... |
436 | 2023-12-11T22:45:16.091Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
437 | 2023-12-11T22:45:16.091Z | + 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 |
438 | 2023-12-11T22:45:16.417Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-11T22:45:16.417Z | ++ case "$OSTYPE" in |
440 | 2023-12-11T22:45:16.419Z | ++ SHA=sha256sum |
441 | 2023-12-11T22:45:16.419Z | ++ sha256sum |
442 | 2023-12-11T22:45:16.420Z | ++ awk '{print $1}' |
443 | 2023-12-11T22:45:16.420Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-12-11T22:45:16.420Z | + [[ 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 ]] |
445 | 2023-12-11T22:45:16.420Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2023-12-11T22:45:16.420Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
447 | 2023-12-11T22:45:16.421Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
448 | 2023-12-11T22:45:16.421Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
449 | 2023-12-11T22:45:16.421Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
450 | 2023-12-11T22:45:16.432Z | + main |
451 | 2023-12-11T22:45:16.432Z | + [[ 0 != 0 ]] |
452 | 2023-12-11T22:45:16.432Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
453 | 2023-12-11T22:45:16.433Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
454 | 2023-12-11T22:45:16.433Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
455 | 2023-12-11T22:45:16.433Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
456 | 2023-12-11T22:45:16.433Z | + local DO_DOWNLOAD=true |
457 | 2023-12-11T22:45:16.433Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
458 | 2023-12-11T22:45:16.434Z | + mkdir -p out/downloads |
459 | 2023-12-11T22:45:16.434Z | + '[' true == true ']' |
460 | 2023-12-11T22:45:16.434Z | + echo Downloading... |
461 | 2023-12-11T22:45:16.434Z | Downloading... |
462 | 2023-12-11T22:45:16.434Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-11T22:45:16.436Z | + 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 |
464 | 2023-12-11T22:45:16.688Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-11T22:45:16.698Z | ++ case "$OSTYPE" in |
466 | 2023-12-11T22:45:16.699Z | ++ SHA=sha256sum |
467 | 2023-12-11T22:45:16.699Z | ++ sha256sum |
468 | 2023-12-11T22:45:16.699Z | ++ awk '{print $1}' |
469 | 2023-12-11T22:45:16.700Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
470 | 2023-12-11T22:45:16.701Z | + [[ 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 ]] |
471 | 2023-12-11T22:45:16.701Z | + set -o errexit |
472 | 2023-12-11T22:45:16.701Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2023-12-11T22:45:16.701Z | ++ cd ./tools |
474 | 2023-12-11T22:45:16.702Z | ++ pwd |
475 | 2023-12-11T22:45:16.702Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2023-12-11T22:45:16.702Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2023-12-11T22:45:16.728Z | + ARG0=ci_download_dendrite_openapi |
478 | 2023-12-11T22:45:16.729Z | + TARGET_DIR=out |
479 | 2023-12-11T22:45:16.729Z | + DOWNLOAD_DIR=out/downloads |
480 | 2023-12-11T22:45:16.729Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2023-12-11T22:45:16.729Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
482 | 2023-12-11T22:45:16.729Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
483 | 2023-12-11T22:45:16.729Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
484 | 2023-12-11T22:45:16.730Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
485 | 2023-12-11T22:45:16.730Z | + main |
486 | 2023-12-11T22:45:16.730Z | + [[ 0 != 0 ]] |
487 | 2023-12-11T22:45:16.730Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
488 | 2023-12-11T22:45:16.730Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
489 | 2023-12-11T22:45:16.730Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
490 | 2023-12-11T22:45:16.730Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
491 | 2023-12-11T22:45:16.731Z | + local DO_DOWNLOAD=true |
492 | 2023-12-11T22:45:16.731Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
493 | 2023-12-11T22:45:16.731Z | + mkdir -p out/downloads |
494 | 2023-12-11T22:45:16.731Z | + '[' true == true ']' |
495 | 2023-12-11T22:45:16.731Z | + echo Downloading... |
496 | 2023-12-11T22:45:16.731Z | Downloading... |
497 | 2023-12-11T22:45:16.732Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
498 | 2023-12-11T22:45:16.732Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
499 | 2023-12-11T22:45:17.408Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
500 | 2023-12-11T22:45:17.413Z | ++ case "$OSTYPE" in |
501 | 2023-12-11T22:45:17.413Z | ++ SHA=sha256sum |
502 | 2023-12-11T22:45:17.413Z | ++ sha256sum |
503 | 2023-12-11T22:45:17.413Z | ++ awk '{print $1}' |
504 | 2023-12-11T22:45:17.413Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-12-11T22:45:17.413Z | + [[ 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 ]] |
506 | 2023-12-11T22:45:17.420Z | + set -o errexit |
507 | 2023-12-11T22:45:17.426Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2023-12-11T22:45:17.426Z | ++ cd ./tools |
509 | 2023-12-11T22:45:17.426Z | ++ pwd |
510 | 2023-12-11T22:45:17.427Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2023-12-11T22:45:17.431Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2023-12-11T22:45:17.432Z | + ARG0=ci_download_dendrite_stub |
513 | 2023-12-11T22:45:17.432Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2023-12-11T22:45:17.432Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
515 | 2023-12-11T22:45:17.432Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
516 | 2023-12-11T22:45:17.432Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
517 | 2023-12-11T22:45:17.433Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2023-12-11T22:45:17.433Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
519 | 2023-12-11T22:45:17.433Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
520 | 2023-12-11T22:45:17.433Z | + TARGET_DIR=out |
521 | 2023-12-11T22:45:17.433Z | + DOWNLOAD_DIR=out/downloads |
522 | 2023-12-11T22:45:17.433Z | + DEST_DIR=./out/dendrite-stub |
523 | 2023-12-11T22:45:17.433Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2023-12-11T22:45:17.434Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2023-12-11T22:45:17.434Z | + REPO=oxidecomputer/dendrite |
526 | 2023-12-11T22:45:17.434Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
527 | 2023-12-11T22:45:17.434Z | + main |
528 | 2023-12-11T22:45:17.434Z | + [[ 0 != 0 ]] |
529 | 2023-12-11T22:45:17.434Z | + CIDL_OS=solaris2.11 |
530 | 2023-12-11T22:45:17.434Z | + [[ 0 != 0 ]] |
531 | 2023-12-11T22:45:17.434Z | + configure_os solaris2.11 |
532 | 2023-12-11T22:45:17.434Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2023-12-11T22:45:17.434Z | current directory: /work/oxidecomputer/omicron |
534 | 2023-12-11T22:45:17.435Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2023-12-11T22:45:17.435Z | configuring based on OS: "solaris2.11" |
536 | 2023-12-11T22:45:17.435Z | + case "$1" in |
537 | 2023-12-11T22:45:17.435Z | + SET_BINARIES= |
538 | 2023-12-11T22:45:17.435Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
539 | 2023-12-11T22:45:17.435Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-12-11T22:45:17.435Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-12-11T22:45:17.435Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
542 | 2023-12-11T22:45:17.435Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-12-11T22:45:17.436Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
544 | 2023-12-11T22:45:17.436Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
545 | 2023-12-11T22:45:17.436Z | Local file: out/downloads/dendrite-stub.tar.gz |
546 | 2023-12-11T22:45:17.436Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
547 | 2023-12-11T22:45:17.436Z | + mkdir -p out/downloads |
548 | 2023-12-11T22:45:17.442Z | + mkdir -p ./out/dendrite-stub |
549 | 2023-12-11T22:45:17.442Z | + fetch_and_verify |
550 | 2023-12-11T22:45:17.442Z | + local DO_DOWNLOAD=true |
551 | 2023-12-11T22:45:17.442Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2023-12-11T22:45:17.443Z | + '[' true == true ']' |
553 | 2023-12-11T22:45:17.443Z | + echo Downloading... |
554 | 2023-12-11T22:45:17.443Z | Downloading... |
555 | 2023-12-11T22:45:17.444Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2023-12-11T22:45:17.444Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
557 | 2023-12-11T22:45:34.342Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-11T22:45:34.346Z | ++ sha256sum |
559 | 2023-12-11T22:45:34.346Z | ++ awk '{print $1}' |
560 | 2023-12-11T22:45:34.447Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
561 | 2023-12-11T22:45:34.447Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
562 | 2023-12-11T22:45:34.453Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-11T22:45:34.454Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2023-12-11T22:45:35.539Z | + do_assemble |
565 | 2023-12-11T22:45:35.540Z | + rm -r ./out/dendrite-stub |
566 | 2023-12-11T22:45:35.561Z | + mkdir ./out/dendrite-stub |
567 | 2023-12-11T22:45:35.562Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2023-12-11T22:45:35.738Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2023-12-11T22:45:35.761Z | + set -o errexit |
570 | 2023-12-11T22:45:35.761Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2023-12-11T22:45:35.761Z | ++ cd ./tools |
572 | 2023-12-11T22:45:35.761Z | ++ pwd |
573 | 2023-12-11T22:45:35.761Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2023-12-11T22:45:35.761Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2023-12-11T22:45:35.762Z | + ARG0=ci_download_maghemite_mgd |
576 | 2023-12-11T22:45:35.762Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2023-12-11T22:45:35.762Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
578 | 2023-12-11T22:45:35.762Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
579 | 2023-12-11T22:45:35.762Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2023-12-11T22:45:35.762Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
581 | 2023-12-11T22:45:35.762Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
582 | 2023-12-11T22:45:35.763Z | + TARGET_DIR=out |
583 | 2023-12-11T22:45:35.763Z | + DOWNLOAD_DIR=out/downloads |
584 | 2023-12-11T22:45:35.764Z | + DEST_DIR=./out/mgd |
585 | 2023-12-11T22:45:35.764Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2023-12-11T22:45:35.764Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2023-12-11T22:45:35.764Z | + REPO=oxidecomputer/maghemite |
588 | 2023-12-11T22:45:35.764Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
589 | 2023-12-11T22:45:35.764Z | + main |
590 | 2023-12-11T22:45:35.764Z | + [[ 0 != 0 ]] |
591 | 2023-12-11T22:45:35.764Z | + CIDL_OS=solaris2.11 |
592 | 2023-12-11T22:45:35.764Z | + [[ 0 != 0 ]] |
593 | 2023-12-11T22:45:35.765Z | + configure_os solaris2.11 |
594 | 2023-12-11T22:45:35.765Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2023-12-11T22:45:35.765Z | current directory: /work/oxidecomputer/omicron |
596 | 2023-12-11T22:45:35.765Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2023-12-11T22:45:35.765Z | + case "$1" in |
598 | 2023-12-11T22:45:35.765Z | configuring based on OS: "solaris2.11" |
599 | 2023-12-11T22:45:35.765Z | + SET_BINARIES= |
600 | 2023-12-11T22:45:35.766Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2023-12-11T22:45:35.766Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2023-12-11T22:45:35.766Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
603 | 2023-12-11T22:45:35.766Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2023-12-11T22:45:35.766Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
605 | 2023-12-11T22:45:35.766Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
606 | 2023-12-11T22:45:35.766Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2023-12-11T22:45:35.767Z | Local file: out/downloads/mgd.tar.gz |
608 | 2023-12-11T22:45:35.767Z | + mkdir -p out/downloads |
609 | 2023-12-11T22:45:35.767Z | + mkdir -p ./out/mgd |
610 | 2023-12-11T22:45:35.767Z | + fetch_and_verify |
611 | 2023-12-11T22:45:35.767Z | + local DO_DOWNLOAD=true |
612 | 2023-12-11T22:45:35.767Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2023-12-11T22:45:35.767Z | + '[' true == true ']' |
614 | 2023-12-11T22:45:35.768Z | + echo Downloading... |
615 | 2023-12-11T22:45:35.768Z | Downloading... |
616 | 2023-12-11T22:45:35.768Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2023-12-11T22:45:35.768Z | + 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 |
618 | 2023-12-11T22:45:46.494Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2023-12-11T22:45:46.497Z | ++ sha256sum |
620 | 2023-12-11T22:45:46.497Z | ++ awk '{print $1}' |
621 | 2023-12-11T22:45:46.570Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
622 | 2023-12-11T22:45:46.570Z | + [[ 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 ]] |
623 | 2023-12-11T22:45:46.573Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2023-12-11T22:45:46.573Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2023-12-11T22:45:47.220Z | + do_assemble |
626 | 2023-12-11T22:45:47.220Z | + rm -r ./out/mgd |
627 | 2023-12-11T22:45:47.226Z | + mkdir ./out/mgd |
628 | 2023-12-11T22:45:47.226Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2023-12-11T22:45:47.445Z | + set -o errexit |
630 | 2023-12-11T22:45:47.451Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2023-12-11T22:45:47.451Z | ++ cd ./tools |
632 | 2023-12-11T22:45:47.452Z | ++ pwd |
633 | 2023-12-11T22:45:47.452Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2023-12-11T22:45:47.465Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2023-12-11T22:45:47.466Z | + ARG0=ci_download_transceiver_control |
636 | 2023-12-11T22:45:47.466Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2023-12-11T22:45:47.466Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2023-12-11T22:45:47.466Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2023-12-11T22:45:47.466Z | + TARGET_DIR=out |
640 | 2023-12-11T22:45:47.467Z | + DOWNLOAD_DIR=out/downloads |
641 | 2023-12-11T22:45:47.467Z | + DEST_DIR=./out/transceiver-control |
642 | 2023-12-11T22:45:47.467Z | + BIN_DIR=/opt/oxide/bin |
643 | 2023-12-11T22:45:47.467Z | + BINARY=xcvradm |
644 | 2023-12-11T22:45:47.467Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2023-12-11T22:45:47.467Z | + REPO=oxidecomputer/transceiver-control |
646 | 2023-12-11T22:45:47.467Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2023-12-11T22:45:47.467Z | + main |
648 | 2023-12-11T22:45:47.467Z | + [[ 0 != 0 ]] |
649 | 2023-12-11T22:45:47.467Z | + CIDL_OS=solaris2.11 |
650 | 2023-12-11T22:45:47.468Z | + [[ 0 != 0 ]] |
651 | 2023-12-11T22:45:47.468Z | + configure_os solaris2.11 |
652 | 2023-12-11T22:45:47.468Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2023-12-11T22:45:47.468Z | current directory: /work/oxidecomputer/omicron |
654 | 2023-12-11T22:45:47.468Z | + echo 'configuring based on OS: "solaris2.11"' |
655 | 2023-12-11T22:45:47.470Z | configuring based on OS: "solaris2.11" |
656 | 2023-12-11T22:45:47.470Z | + case "$1" in |
657 | 2023-12-11T22:45:47.470Z | + SET_BINARIES= |
658 | 2023-12-11T22:45:47.470Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-12-11T22:45:47.470Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2023-12-11T22:45:47.470Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2023-12-11T22:45:47.471Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-12-11T22:45:47.471Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2023-12-11T22:45:47.471Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2023-12-11T22:45:47.471Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
665 | 2023-12-11T22:45:47.471Z | Local file: out/downloads/xcvradm.gz |
666 | 2023-12-11T22:45:47.471Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-12-11T22:45:47.471Z | + mkdir -p out/downloads |
668 | 2023-12-11T22:45:47.471Z | + mkdir -p ./out/transceiver-control |
669 | 2023-12-11T22:45:47.472Z | + fetch_and_verify |
670 | 2023-12-11T22:45:47.472Z | + local DO_DOWNLOAD=true |
671 | 2023-12-11T22:45:47.472Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2023-12-11T22:45:47.472Z | + '[' true == true ']' |
673 | 2023-12-11T22:45:47.472Z | + echo Downloading... |
674 | 2023-12-11T22:45:47.472Z | Downloading... |
675 | 2023-12-11T22:45:47.472Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2023-12-11T22:45:47.472Z | + 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 |
677 | 2023-12-11T22:45:50.383Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2023-12-11T22:45:50.397Z | ++ sha256sum |
679 | 2023-12-11T22:45:50.397Z | ++ awk '{print $1}' |
680 | 2023-12-11T22:45:50.402Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-12-11T22:45:50.402Z | + [[ 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 ]] |
682 | 2023-12-11T22:45:50.402Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2023-12-11T22:45:50.402Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2023-12-11T22:45:50.402Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2023-12-11T22:45:50.573Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2023-12-11T22:45:50.580Z | + do_assemble |
687 | 2023-12-11T22:45:50.580Z | + rm -r ./out/transceiver-control |
688 | 2023-12-11T22:45:50.580Z | + mkdir ./out/transceiver-control |
689 | 2023-12-11T22:45:50.581Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2023-12-11T22:45:50.788Z | All prerequisites installed successfully |
691 | 2023-12-11T22:45:50.793Z | |
692 | 2023-12-11T22:45:50.793Z | real 2:16.039099356 |
693 | 2023-12-11T22:45:50.795Z | user 56.003027378 |
694 | 2023-12-11T22:45:50.795Z | sys 10.173131738 |
695 | 2023-12-11T22:45:50.795Z | trap 0.023457640 |
696 | 2023-12-11T22:45:50.795Z | tflt 0.218533202 |
697 | 2023-12-11T22:45:50.795Z | dflt 0.704249724 |
698 | 2023-12-11T22:45:50.795Z | kflt 0.255408126 |
699 | 2023-12-11T22:45:50.795Z | lock 1.665959955 |
700 | 2023-12-11T22:45:50.795Z | slp 4:23.095315748 |
701 | 2023-12-11T22:45:50.796Z | lat 3.355656927 |
702 | 2023-12-11T22:45:50.796Z | stop 0.067288445 |
703 | 2023-12-11T22:45:50.796Z | + banner end-to-end-tests |
704 | 2023-12-11T22:45:50.864Z | |
705 | 2023-12-11T22:45:50.864Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2023-12-11T22:45:50.864Z | # ## # # # # # # # ## # # # |
707 | 2023-12-11T22:45:50.864Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2023-12-11T22:45:50.864Z | # # # # # # # # # # # # # # # |
709 | 2023-12-11T22:45:50.864Z | # # ## # # # # # # # ## # # |
710 | 2023-12-11T22:45:50.864Z | ###### # # ##### # #### ###### # # ##### |
711 | 2023-12-11T22:45:50.864Z | |
712 | 2023-12-11T22:45:50.883Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2023-12-11T22:45:50.883Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2023-12-11T22:45:50.883Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2023-12-11T22:45:50.883Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2023-12-11T22:45:50.883Z | + export CARGO_INCREMENTAL=0 |
717 | 2023-12-11T22:45:50.883Z | + CARGO_INCREMENTAL=0 |
718 | 2023-12-11T22:45:50.883Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2023-12-11T22:45:51.203Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2023-12-11T22:45:51.617Z | Updating crates.io index |
721 | 2023-12-11T22:45:51.664Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
722 | 2023-12-11T22:45:52.454Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
723 | 2023-12-11T22:45:55.760Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
724 | 2023-12-11T22:45:55.921Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
725 | 2023-12-11T22:45:55.921Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
726 | 2023-12-11T22:45:55.921Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
727 | 2023-12-11T22:45:55.962Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
728 | 2023-12-11T22:45:57.158Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
729 | 2023-12-11T22:45:59.648Z | Updating git repository `https://github.com/oxidecomputer/opte` |
730 | 2023-12-11T22:46:00.641Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
731 | 2023-12-11T22:46:00.972Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
732 | 2023-12-11T22:46:03.251Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
733 | 2023-12-11T22:46:03.624Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
734 | 2023-12-11T22:46:03.938Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
735 | 2023-12-11T22:46:04.482Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
736 | 2023-12-11T22:46:04.801Z | Updating git repository `https://github.com/njaremko/samael` |
737 | 2023-12-11T22:46:05.416Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2023-12-11T22:46:06.019Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
739 | 2023-12-11T22:46:06.827Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
740 | 2023-12-11T22:46:06.828Z | Updating git repository `https://github.com/jgallagher/nix` |
741 | 2023-12-11T22:46:08.233Z | Updating git repository `https://github.com/cbiffle/hubpack` |
742 | 2023-12-11T22:46:08.587Z | Updating git repository `https://github.com/oxidecomputer/typify` |
743 | 2023-12-11T22:46:09.522Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
744 | 2023-12-11T22:46:09.890Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
745 | 2023-12-11T22:46:10.242Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
746 | 2023-12-11T22:46:11.820Z | Downloading crates ... |
747 | 2023-12-11T22:46:12.057Z | Downloaded colorchoice v1.0.0 |
748 | 2023-12-11T22:46:12.071Z | Downloaded num v0.4.1 |
749 | 2023-12-11T22:46:12.071Z | Downloaded adler v1.0.2 |
750 | 2023-12-11T22:46:12.078Z | Downloaded normalize-line-endings v0.3.0 |
751 | 2023-12-11T22:46:12.079Z | Downloaded aead v0.5.2 |
752 | 2023-12-11T22:46:12.079Z | Downloaded atomic-waker v1.1.1 |
753 | 2023-12-11T22:46:12.079Z | Downloaded macaddr v1.0.1 |
754 | 2023-12-11T22:46:12.089Z | Downloaded addr2line v0.21.0 |
755 | 2023-12-11T22:46:12.089Z | Downloaded arc-swap v1.6.0 |
756 | 2023-12-11T22:46:12.097Z | Downloaded ahash v0.8.3 |
757 | 2023-12-11T22:46:12.114Z | Downloaded md-5 v0.10.5 |
758 | 2023-12-11T22:46:12.114Z | Downloaded derive_more v0.99.17 |
759 | 2023-12-11T22:46:12.121Z | Downloaded rand_chacha v0.2.2 |
760 | 2023-12-11T22:46:12.121Z | Downloaded camino v1.1.6 |
761 | 2023-12-11T22:46:12.121Z | Downloaded darling_macro v0.20.3 |
762 | 2023-12-11T22:46:12.727Z | Downloaded difflib v0.4.0 |
763 | 2023-12-11T22:46:12.727Z | Downloaded mime v0.3.17 |
764 | 2023-12-11T22:46:12.727Z | Downloaded openssl-macros v0.1.1 |
765 | 2023-12-11T22:46:12.752Z | Downloaded anstyle-parse v0.2.1 |
766 | 2023-12-11T22:46:12.752Z | Downloaded pretty-hex v0.4.0 |
767 | 2023-12-11T22:46:12.752Z | Downloaded dirs-next v2.0.0 |
768 | 2023-12-11T22:46:12.752Z | Downloaded paste v1.0.14 |
769 | 2023-12-11T22:46:12.752Z | Downloaded parking_lot v0.11.2 |
770 | 2023-12-11T22:46:12.752Z | Downloaded rand_core v0.6.4 |
771 | 2023-12-11T22:46:12.753Z | Downloaded postgres-types v0.2.6 |
772 | 2023-12-11T22:46:12.753Z | Downloaded new_debug_unreachable v1.0.4 |
773 | 2023-12-11T22:46:12.753Z | Downloaded primeorder v0.13.6 |
774 | 2023-12-11T22:46:12.753Z | Downloaded cfg-if v1.0.0 |
775 | 2023-12-11T22:46:12.753Z | Downloaded anstyle v1.0.2 |
776 | 2023-12-11T22:46:12.753Z | Downloaded rand_core v0.5.1 |
777 | 2023-12-11T22:46:12.754Z | Downloaded cbc v0.1.2 |
778 | 2023-12-11T22:46:12.754Z | Downloaded cipher v0.4.4 |
779 | 2023-12-11T22:46:12.754Z | Downloaded clap v2.34.0 |
780 | 2023-12-11T22:46:12.754Z | Downloaded rand v0.7.3 |
781 | 2023-12-11T22:46:12.754Z | Downloaded ciborium v0.2.1 |
782 | 2023-12-11T22:46:12.754Z | Downloaded console v0.15.7 |
783 | 2023-12-11T22:46:12.755Z | Downloaded memoffset v0.9.0 |
784 | 2023-12-11T22:46:12.755Z | Downloaded http-body v0.4.5 |
785 | 2023-12-11T22:46:12.755Z | Downloaded clap_derive v4.4.2 |
786 | 2023-12-11T22:46:12.755Z | Downloaded foreign-types v0.3.2 |
787 | 2023-12-11T22:46:12.755Z | Downloaded foreign-types v0.5.0 |
788 | 2023-12-11T22:46:12.756Z | Downloaded quote v1.0.33 |
789 | 2023-12-11T22:46:12.757Z | Downloaded strsim v0.8.0 |
790 | 2023-12-11T22:46:12.757Z | Downloaded structmeta-derive v0.2.0 |
791 | 2023-12-11T22:46:12.757Z | Downloaded libsw v3.3.0 |
792 | 2023-12-11T22:46:12.757Z | Downloaded strum v0.25.0 |
793 | 2023-12-11T22:46:12.757Z | Downloaded usdt-attr-macro v0.3.5 |
794 | 2023-12-11T22:46:12.758Z | Downloaded doc-comment v0.3.3 |
795 | 2023-12-11T22:46:12.758Z | Downloaded russh-cryptovec v0.7.0 |
796 | 2023-12-11T22:46:12.758Z | Downloaded httparse v1.8.0 |
797 | 2023-12-11T22:46:12.758Z | Downloaded usdt-macro v0.3.5 |
798 | 2023-12-11T22:46:12.758Z | Downloaded bzip2 v0.4.4 |
799 | 2023-12-11T22:46:12.758Z | Downloaded flagset v0.4.3 |
800 | 2023-12-11T22:46:12.759Z | Downloaded hubpack_derive v0.1.1 |
801 | 2023-12-11T22:46:12.759Z | Downloaded structmeta v0.2.0 |
802 | 2023-12-11T22:46:12.759Z | Downloaded serde_tokenstream v0.2.0 |
803 | 2023-12-11T22:46:12.759Z | Downloaded serde_repr v0.1.16 |
804 | 2023-12-11T22:46:12.759Z | Downloaded cc v1.0.83 |
805 | 2023-12-11T22:46:12.759Z | Downloaded fxhash v0.2.1 |
806 | 2023-12-11T22:46:12.759Z | Downloaded foreign-types-shared v0.3.1 |
807 | 2023-12-11T22:46:12.760Z | Downloaded ecdsa v0.16.9 |
808 | 2023-12-11T22:46:12.760Z | Downloaded keccak v0.1.4 |
809 | 2023-12-11T22:46:12.760Z | Downloaded slog-scope v4.4.0 |
810 | 2023-12-11T22:46:12.760Z | Downloaded futures-task v0.3.29 |
811 | 2023-12-11T22:46:12.760Z | Downloaded toml_datetime v0.6.5 |
812 | 2023-12-11T22:46:12.760Z | Downloaded pest_generator v2.7.2 |
813 | 2023-12-11T22:46:12.761Z | Downloaded tokio-native-tls v0.3.1 |
814 | 2023-12-11T22:46:12.761Z | Downloaded ucd-trie v0.1.6 |
815 | 2023-12-11T22:46:12.761Z | Downloaded usdt v0.3.5 |
816 | 2023-12-11T22:46:12.761Z | Downloaded thiserror v1.0.49 |
817 | 2023-12-11T22:46:12.761Z | Downloaded textwrap v0.11.0 |
818 | 2023-12-11T22:46:12.761Z | Downloaded dtrace-parser v0.1.14 |
819 | 2023-12-11T22:46:12.762Z | Downloaded group v0.13.0 |
820 | 2023-12-11T22:46:12.762Z | Downloaded smf v0.2.2 |
821 | 2023-12-11T22:46:12.762Z | Downloaded try-lock v0.2.4 |
822 | 2023-12-11T22:46:12.762Z | Downloaded glob v0.3.1 |
823 | 2023-12-11T22:46:12.762Z | Downloaded toolchain_find v0.2.0 |
824 | 2023-12-11T22:46:12.763Z | Downloaded display-error-chain v0.2.0 |
825 | 2023-12-11T22:46:12.763Z | Downloaded der v0.7.8 |
826 | 2023-12-11T22:46:12.763Z | Downloaded ident_case v1.0.1 |
827 | 2023-12-11T22:46:12.763Z | Downloaded whoami v1.4.1 |
828 | 2023-12-11T22:46:12.763Z | Downloaded slab v0.4.9 |
829 | 2023-12-11T22:46:12.763Z | Downloaded hash32 v0.2.1 |
830 | 2023-12-11T22:46:12.763Z | Downloaded signal-hook-mio v0.2.3 |
831 | 2023-12-11T22:46:12.764Z | Downloaded serde_urlencoded v0.7.1 |
832 | 2023-12-11T22:46:12.764Z | Downloaded embedded-io v0.4.0 |
833 | 2023-12-11T22:46:12.764Z | Downloaded unicode-bidi v0.3.13 |
834 | 2023-12-11T22:46:12.764Z | Downloaded slog-bunyan v2.4.0 |
835 | 2023-12-11T22:46:12.764Z | Downloaded same-file v1.0.6 |
836 | 2023-12-11T22:46:12.764Z | Downloaded want v0.3.1 |
837 | 2023-12-11T22:46:12.765Z | Downloaded swrite v0.1.0 |
838 | 2023-12-11T22:46:12.765Z | Downloaded version_check v0.9.4 |
839 | 2023-12-11T22:46:12.765Z | Downloaded ipnetwork v0.20.0 |
840 | 2023-12-11T22:46:12.765Z | Downloaded tokio-macros v2.2.0 |
841 | 2023-12-11T22:46:12.768Z | Downloaded num-bigint v0.4.4 |
842 | 2023-12-11T22:46:12.768Z | Downloaded tower-service v0.3.2 |
843 | 2023-12-11T22:46:12.769Z | Downloaded zerocopy v0.3.0 |
844 | 2023-12-11T22:46:12.771Z | Downloaded tracing-attributes v0.1.26 |
845 | 2023-12-11T22:46:12.771Z | Downloaded string_cache v0.8.7 |
846 | 2023-12-11T22:46:12.771Z | Downloaded tinyvec_macros v0.1.1 |
847 | 2023-12-11T22:46:12.771Z | Downloaded foreign-types-shared v0.1.1 |
848 | 2023-12-11T22:46:12.771Z | Downloaded form_urlencoded v1.2.1 |
849 | 2023-12-11T22:46:12.771Z | Downloaded slog-stdlog v4.1.1 |
850 | 2023-12-11T22:46:12.771Z | Downloaded half v1.8.2 |
851 | 2023-12-11T22:46:12.772Z | Downloaded hyper-staticfile v0.9.5 |
852 | 2023-12-11T22:46:12.772Z | Downloaded zeroize_derive v1.4.2 |
853 | 2023-12-11T22:46:12.772Z | Downloaded scheduled-thread-pool v0.2.7 |
854 | 2023-12-11T22:46:12.772Z | Downloaded ghash v0.5.0 |
855 | 2023-12-11T22:46:12.772Z | Downloaded secrecy v0.8.0 |
856 | 2023-12-11T22:46:12.772Z | Downloaded scopeguard v1.2.0 |
857 | 2023-12-11T22:46:12.772Z | Downloaded lazy_static v1.4.0 |
858 | 2023-12-11T22:46:12.773Z | Downloaded fastrand v2.0.0 |
859 | 2023-12-11T22:46:12.773Z | Downloaded tokio-tungstenite v0.20.1 |
860 | 2023-12-11T22:46:12.773Z | Downloaded hyper-tls v0.5.0 |
861 | 2023-12-11T22:46:12.773Z | Downloaded similar v2.3.0 |
862 | 2023-12-11T22:46:12.773Z | Downloaded dof v0.1.5 |
863 | 2023-12-11T22:46:12.773Z | Downloaded resolv-conf v0.7.0 |
864 | 2023-12-11T22:46:12.774Z | Downloaded snafu-derive v0.7.5 |
865 | 2023-12-11T22:46:12.790Z | Downloaded mio v0.8.9 |
866 | 2023-12-11T22:46:12.790Z | Downloaded thread_local v1.1.7 |
867 | 2023-12-11T22:46:12.790Z | Downloaded rustls-native-certs v0.6.3 |
868 | 2023-12-11T22:46:12.790Z | Downloaded serde_with_macros v3.4.0 |
869 | 2023-12-11T22:46:12.790Z | Downloaded subtle v2.5.0 |
870 | 2023-12-11T22:46:12.791Z | Downloaded indexmap v2.1.0 |
871 | 2023-12-11T22:46:12.791Z | Downloaded zerocopy v0.6.4 |
872 | 2023-12-11T22:46:12.792Z | Downloaded ryu v1.0.15 |
873 | 2023-12-11T22:46:12.793Z | Downloaded lalrpop-util v0.19.12 |
874 | 2023-12-11T22:46:12.793Z | Downloaded indexmap v1.9.3 |
875 | 2023-12-11T22:46:12.793Z | Downloaded siphasher v0.3.11 |
876 | 2023-12-11T22:46:12.793Z | Downloaded is-terminal v0.4.9 |
877 | 2023-12-11T22:46:12.793Z | Downloaded toml v0.8.8 |
878 | 2023-12-11T22:46:12.794Z | Downloaded subprocess v0.2.9 |
879 | 2023-12-11T22:46:12.794Z | Downloaded stringprep v0.1.3 |
880 | 2023-12-11T22:46:12.794Z | Downloaded schemars v0.8.13 |
881 | 2023-12-11T22:46:12.794Z | Downloaded toml v0.7.8 |
882 | 2023-12-11T22:46:12.794Z | Downloaded elliptic-curve v0.13.8 |
883 | 2023-12-11T22:46:12.794Z | Downloaded slog v2.7.0 |
884 | 2023-12-11T22:46:12.795Z | Downloaded tinyvec v1.6.0 |
885 | 2023-12-11T22:46:12.795Z | Downloaded serde_yaml v0.9.25 |
886 | 2023-12-11T22:46:12.795Z | Downloaded signal-hook v0.3.17 |
887 | 2023-12-11T22:46:12.795Z | Downloaded winnow v0.5.15 |
888 | 2023-12-11T22:46:12.795Z | Downloaded tracing v0.1.37 |
889 | 2023-12-11T22:46:12.796Z | Downloaded trust-dns-client v0.22.0 |
890 | 2023-12-11T22:46:12.796Z | Downloaded hashbrown v0.12.3 |
891 | 2023-12-11T22:46:12.796Z | Downloaded libm v0.2.7 |
892 | 2023-12-11T22:46:12.796Z | Downloaded tokio-util v0.7.10 |
893 | 2023-12-11T22:46:12.796Z | Downloaded itertools v0.10.5 |
894 | 2023-12-11T22:46:12.796Z | Downloaded zerocopy v0.7.26 |
895 | 2023-12-11T22:46:12.797Z | Downloaded itertools v0.11.0 |
896 | 2023-12-11T22:46:12.797Z | Downloaded reqwest v0.11.22 |
897 | 2023-12-11T22:46:12.797Z | Downloaded serde_json v1.0.108 |
898 | 2023-12-11T22:46:12.797Z | Downloaded rustls-webpki v0.101.7 |
899 | 2023-12-11T22:46:12.824Z | Downloaded futures-util v0.3.29 |
900 | 2023-12-11T22:46:12.833Z | Downloaded h2 v0.3.21 |
901 | 2023-12-11T22:46:12.834Z | Downloaded syn v2.0.32 |
902 | 2023-12-11T22:46:12.849Z | Downloaded syn v1.0.109 |
903 | 2023-12-11T22:46:12.865Z | Downloaded webpki-roots v0.25.2 |
904 | 2023-12-11T22:46:12.880Z | Downloaded object v0.32.1 |
905 | 2023-12-11T22:46:12.890Z | Downloaded gimli v0.28.0 |
906 | 2023-12-11T22:46:12.905Z | Downloaded regress v0.7.1 |
907 | 2023-12-11T22:46:12.919Z | Downloaded diesel v2.1.4 |
908 | 2023-12-11T22:46:12.950Z | Downloaded smoltcp v0.9.1 |
909 | 2023-12-11T22:46:12.967Z | Downloaded smoltcp v0.10.0 |
910 | 2023-12-11T22:46:12.993Z | Downloaded idna v0.5.0 |
911 | 2023-12-11T22:46:13.014Z | Downloaded regex-syntax v0.8.2 |
912 | 2023-12-11T22:46:13.024Z | Downloaded regex-syntax v0.7.5 |
913 | 2023-12-11T22:46:13.036Z | Downloaded zerocopy-derive v0.6.4 |
914 | 2023-12-11T22:46:13.052Z | Downloaded rustix v0.38.25 |
915 | 2023-12-11T22:46:13.094Z | Downloaded libc v0.2.150 |
916 | 2023-12-11T22:46:13.571Z | Downloaded trust-dns-proto v0.22.0 |
917 | 2023-12-11T22:46:13.585Z | Downloaded zerocopy-derive v0.2.0 |
918 | 2023-12-11T22:46:13.586Z | Downloaded sled v0.34.7 |
919 | 2023-12-11T22:46:13.586Z | Downloaded zerocopy-derive v0.7.26 |
920 | 2023-12-11T22:46:13.586Z | Downloaded regex-automata v0.3.8 |
921 | 2023-12-11T22:46:13.586Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2023-12-11T22:46:13.586Z | Downloaded tokio v1.35.0 |
923 | 2023-12-11T22:46:13.587Z | Downloaded sha3 v0.10.8 |
924 | 2023-12-11T22:46:13.587Z | Downloaded regex-automata v0.4.3 |
925 | 2023-12-11T22:46:13.587Z | Downloaded encoding_rs v0.8.33 |
926 | 2023-12-11T22:46:13.588Z | Downloaded winapi v0.3.9 |
927 | 2023-12-11T22:46:13.588Z | Downloaded bstr v0.2.17 |
928 | 2023-12-11T22:46:13.588Z | Downloaded rustix v0.37.23 |
929 | 2023-12-11T22:46:13.588Z | Downloaded rustls v0.21.9 |
930 | 2023-12-11T22:46:13.664Z | Downloaded idna v0.2.3 |
931 | 2023-12-11T22:46:13.664Z | Downloaded regex v1.10.2 |
932 | 2023-12-11T22:46:13.664Z | Downloaded vcpkg v0.2.15 |
933 | 2023-12-11T22:46:14.082Z | Downloaded bstr v1.6.0 |
934 | 2023-12-11T22:46:14.083Z | Downloaded radix_trie v0.2.1 |
935 | 2023-12-11T22:46:14.083Z | Downloaded curve25519-dalek v4.1.0 |
936 | 2023-12-11T22:46:14.083Z | Downloaded openapiv3 v2.0.0 |
937 | 2023-12-11T22:46:14.083Z | Downloaded chrono v0.4.31 |
938 | 2023-12-11T22:46:14.083Z | Downloaded hashbrown v0.14.2 |
939 | 2023-12-11T22:46:14.083Z | Downloaded itertools v0.12.0 |
940 | 2023-12-11T22:46:14.083Z | Downloaded serde_with v3.4.0 |
941 | 2023-12-11T22:46:14.083Z | Downloaded hyper v0.14.27 |
942 | 2023-12-11T22:46:14.084Z | Downloaded time v0.3.27 |
943 | 2023-12-11T22:46:14.084Z | Downloaded hkdf v0.12.3 |
944 | 2023-12-11T22:46:14.084Z | Downloaded petgraph v0.6.4 |
945 | 2023-12-11T22:46:14.084Z | Downloaded unicode-normalization v0.1.22 |
946 | 2023-12-11T22:46:14.084Z | Downloaded regex-automata v0.1.10 |
947 | 2023-12-11T22:46:14.084Z | Downloaded hashbrown v0.13.2 |
948 | 2023-12-11T22:46:14.086Z | Downloaded trust-dns-server v0.22.1 |
949 | 2023-12-11T22:46:14.086Z | Downloaded sct v0.7.0 |
950 | 2023-12-11T22:46:14.086Z | Downloaded pest v2.7.2 |
951 | 2023-12-11T22:46:14.086Z | Downloaded snafu v0.7.5 |
952 | 2023-12-11T22:46:14.086Z | Downloaded ed25519-dalek v2.0.0 |
953 | 2023-12-11T22:46:14.086Z | Downloaded ring v0.17.7 |
954 | 2023-12-11T22:46:14.105Z | Downloaded socket2 v0.5.5 |
955 | 2023-12-11T22:46:14.115Z | Downloaded crossbeam-channel v0.5.8 |
956 | 2023-12-11T22:46:14.130Z | Downloaded russh v0.40.0 |
957 | 2023-12-11T22:46:14.130Z | Downloaded serde_derive v1.0.192 |
958 | 2023-12-11T22:46:14.140Z | Downloaded tracing-core v0.1.31 |
959 | 2023-12-11T22:46:14.141Z | Downloaded tungstenite v0.20.1 |
960 | 2023-12-11T22:46:14.152Z | Downloaded openssl v0.10.60 |
961 | 2023-12-11T22:46:14.161Z | Downloaded crossterm v0.27.0 |
962 | 2023-12-11T22:46:14.173Z | Downloaded unicode-segmentation v1.10.1 |
963 | 2023-12-11T22:46:14.195Z | Downloaded http v0.2.11 |
964 | 2023-12-11T22:46:14.204Z | Downloaded flate2 v1.0.28 |
965 | 2023-12-11T22:46:14.204Z | Downloaded ring v0.16.20 |
966 | 2023-12-11T22:46:14.428Z | Downloaded rustversion v1.0.14 |
967 | 2023-12-11T22:46:14.519Z | Downloaded synstructure v0.12.6 |
968 | 2023-12-11T22:46:14.520Z | Downloaded uuid v1.6.1 |
969 | 2023-12-11T22:46:14.520Z | Downloaded thread-id v4.2.0 |
970 | 2023-12-11T22:46:14.520Z | Downloaded ipnet v2.8.0 |
971 | 2023-12-11T22:46:14.520Z | Downloaded io-lifetimes v1.0.11 |
972 | 2023-12-11T22:46:14.520Z | Downloaded tokio-postgres v0.7.10 |
973 | 2023-12-11T22:46:14.521Z | Downloaded yasna v0.5.2 |
974 | 2023-12-11T22:46:14.521Z | Downloaded vsss-rs v3.3.1 |
975 | 2023-12-11T22:46:14.522Z | Downloaded memchr v2.6.3 |
976 | 2023-12-11T22:46:14.522Z | Downloaded headers v0.3.9 |
977 | 2023-12-11T22:46:14.522Z | Downloaded schemars_derive v0.8.13 |
978 | 2023-12-11T22:46:14.522Z | Downloaded serde_derive_internals v0.26.0 |
979 | 2023-12-11T22:46:14.522Z | Downloaded instant v0.1.12 |
980 | 2023-12-11T22:46:14.522Z | Downloaded socket2 v0.4.9 |
981 | 2023-12-11T22:46:14.522Z | Downloaded zip v0.6.6 |
982 | 2023-12-11T22:46:14.523Z | Downloaded unsafe-libyaml v0.2.9 |
983 | 2023-12-11T22:46:14.523Z | Downloaded typenum v1.16.0 |
984 | 2023-12-11T22:46:26.898Z | Downloaded spki v0.7.2 |
985 | 2023-12-11T22:46:26.898Z | Downloaded spin v0.5.2 |
986 | 2023-12-11T22:46:26.898Z | Downloaded futures-channel v0.3.29 |
987 | 2023-12-11T22:46:26.898Z | Downloaded iana-time-zone v0.1.57 |
988 | 2023-12-11T22:46:26.899Z | Downloaded unicode-ident v1.0.12 |
989 | 2023-12-11T22:46:26.899Z | Downloaded sha2 v0.10.8 |
990 | 2023-12-11T22:46:26.899Z | Downloaded itoa v1.0.9 |
991 | 2023-12-11T22:46:26.899Z | Downloaded fallible-iterator v0.2.0 |
992 | 2023-12-11T22:46:26.899Z | Downloaded toml v0.5.11 |
993 | 2023-12-11T22:46:26.899Z | Downloaded static_assertions v1.1.0 |
994 | 2023-12-11T22:46:26.899Z | Downloaded stable_deref_trait v1.2.0 |
995 | 2023-12-11T22:46:26.899Z | Downloaded signal-hook-registry v1.4.1 |
996 | 2023-12-11T22:46:26.899Z | Downloaded terminal_size v0.2.6 |
997 | 2023-12-11T22:46:26.899Z | Downloaded zeroize v1.7.0 |
998 | 2023-12-11T22:46:26.899Z | Downloaded p256 v0.13.2 |
999 | 2023-12-11T22:46:26.901Z | Downloaded tempfile v3.8.1 |
1000 | 2023-12-11T22:46:26.901Z | Downloaded slog-async v2.8.0 |
1001 | 2023-12-11T22:46:26.901Z | Downloaded heapless v0.7.16 |
1002 | 2023-12-11T22:46:26.901Z | Downloaded float-cmp v0.9.0 |
1003 | 2023-12-11T22:46:26.901Z | Downloaded rcgen v0.11.3 |
1004 | 2023-12-11T22:46:26.902Z | Downloaded base64 v0.21.5 |
1005 | 2023-12-11T22:46:26.902Z | Downloaded futures v0.3.29 |
1006 | 2023-12-11T22:46:26.902Z | Downloaded either v1.9.0 |
1007 | 2023-12-11T22:46:26.902Z | Downloaded structopt v0.3.26 |
1008 | 2023-12-11T22:46:26.902Z | Downloaded serde v1.0.192 |
1009 | 2023-12-11T22:46:26.902Z | Downloaded trust-dns-resolver v0.22.0 |
1010 | 2023-12-11T22:46:26.902Z | Downloaded filetime v0.2.23 |
1011 | 2023-12-11T22:46:26.902Z | Downloaded rfc6979 v0.4.0 |
1012 | 2023-12-11T22:46:26.902Z | Downloaded libefi-sys v0.1.0 |
1013 | 2023-12-11T22:46:26.902Z | Downloaded ff v0.13.0 |
1014 | 2023-12-11T22:46:26.902Z | Downloaded tar v0.4.40 |
1015 | 2023-12-11T22:46:29.558Z | Downloaded russh-keys v0.40.0 |
1016 | 2023-12-11T22:46:29.558Z | Downloaded num-traits v0.2.16 |
1017 | 2023-12-11T22:46:29.558Z | Downloaded clap_builder v4.4.2 |
1018 | 2023-12-11T22:46:29.558Z | Downloaded hmac v0.12.1 |
1019 | 2023-12-11T22:46:29.559Z | Downloaded proc-macro-error-attr v1.0.4 |
1020 | 2023-12-11T22:46:29.559Z | Downloaded kstat-rs v0.2.3 |
1021 | 2023-12-11T22:46:29.559Z | Downloaded getrandom v0.2.10 |
1022 | 2023-12-11T22:46:29.559Z | Downloaded url v2.5.0 |
1023 | 2023-12-11T22:46:29.560Z | Downloaded thiserror-no-std v2.0.2 |
1024 | 2023-12-11T22:46:29.560Z | Downloaded strum_macros v0.25.2 |
1025 | 2023-12-11T22:46:29.560Z | Downloaded generic-array v0.14.7 |
1026 | 2023-12-11T22:46:29.560Z | Downloaded fixedbitset v0.4.2 |
1027 | 2023-12-11T22:46:29.561Z | Downloaded backtrace v0.3.69 |
1028 | 2023-12-11T22:46:29.562Z | Downloaded parking_lot v0.12.1 |
1029 | 2023-12-11T22:46:29.562Z | Downloaded inout v0.1.3 |
1030 | 2023-12-11T22:46:29.562Z | Downloaded getrandom v0.1.16 |
1031 | 2023-12-11T22:46:29.562Z | Downloaded slog-json v2.6.1 |
1032 | 2023-12-11T22:46:29.562Z | Downloaded slog-envlogger v2.2.0 |
1033 | 2023-12-11T22:46:29.562Z | Downloaded serde_tokenstream v0.1.7 |
1034 | 2023-12-11T22:46:29.562Z | Downloaded linear-map v1.2.0 |
1035 | 2023-12-11T22:46:29.562Z | Downloaded tokio-rustls v0.24.1 |
1036 | 2023-12-11T22:46:29.562Z | Downloaded spin v0.9.8 |
1037 | 2023-12-11T22:46:29.562Z | Downloaded semver v1.0.20 |
1038 | 2023-12-11T22:46:29.563Z | Downloaded openssl-sys v0.9.96 |
1039 | 2023-12-11T22:46:29.563Z | Downloaded futures-macro v0.3.29 |
1040 | 2023-12-11T22:46:29.563Z | Downloaded ed25519 v2.2.2 |
1041 | 2023-12-11T22:46:29.563Z | Downloaded darling_core v0.20.3 |
1042 | 2023-12-11T22:46:29.563Z | Downloaded pest_meta v2.7.2 |
1043 | 2023-12-11T22:46:29.563Z | Downloaded parking_lot_core v0.9.8 |
1044 | 2023-12-11T22:46:29.563Z | Downloaded endian-type v0.1.2 |
1045 | 2023-12-11T22:46:29.563Z | Downloaded rustls-pemfile v1.0.3 |
1046 | 2023-12-11T22:46:29.563Z | Downloaded structopt-derive v0.4.18 |
1047 | 2023-12-11T22:46:29.563Z | Downloaded getopts v0.2.21 |
1048 | 2023-12-11T22:46:29.563Z | Downloaded utf-8 v0.7.6 |
1049 | 2023-12-11T22:46:29.563Z | Downloaded semver v0.11.0 |
1050 | 2023-12-11T22:46:29.564Z | Downloaded clap v4.4.3 |
1051 | 2023-12-11T22:46:29.564Z | Downloaded linked-hash-map v0.5.6 |
1052 | 2023-12-11T22:46:29.564Z | Downloaded untrusted v0.7.1 |
1053 | 2023-12-11T22:46:29.564Z | Downloaded smallvec v1.11.0 |
1054 | 2023-12-11T22:46:29.564Z | Downloaded sha1 v0.10.6 |
1055 | 2023-12-11T22:46:29.564Z | Downloaded sec1 v0.7.3 |
1056 | 2023-12-11T22:46:29.564Z | Downloaded universal-hash v0.5.1 |
1057 | 2023-12-11T22:46:29.564Z | Downloaded toml_edit v0.21.0 |
1058 | 2023-12-11T22:46:29.568Z | Downloaded poly1305 v0.8.0 |
1059 | 2023-12-11T22:46:29.568Z | Downloaded serde_path_to_error v0.1.14 |
1060 | 2023-12-11T22:46:29.568Z | Downloaded slog-term v2.9.0 |
1061 | 2023-12-11T22:46:29.568Z | Downloaded hyper-rustls v0.24.2 |
1062 | 2023-12-11T22:46:29.568Z | Downloaded dirs v5.0.1 |
1063 | 2023-12-11T22:46:29.568Z | Downloaded pest_derive v2.7.2 |
1064 | 2023-12-11T22:46:29.568Z | Downloaded aho-corasick v1.0.4 |
1065 | 2023-12-11T22:46:29.569Z | Downloaded httpdate v1.0.3 |
1066 | 2023-12-11T22:46:29.569Z | Downloaded bytes v1.5.0 |
1067 | 2023-12-11T22:46:29.569Z | Downloaded tokio-stream v0.1.14 |
1068 | 2023-12-11T22:46:29.569Z | Downloaded slog-dtrace v0.2.3 |
1069 | 2023-12-11T22:46:29.569Z | Downloaded heck v0.4.1 |
1070 | 2023-12-11T22:46:29.569Z | Downloaded fnv v1.0.7 |
1071 | 2023-12-11T22:46:29.569Z | Downloaded unicode-width v0.1.11 |
1072 | 2023-12-11T22:46:29.569Z | Downloaded pkcs8 v0.10.2 |
1073 | 2023-12-11T22:46:29.569Z | Downloaded parking_lot_core v0.8.6 |
1074 | 2023-12-11T22:46:29.569Z | Downloaded once_cell v1.19.0 |
1075 | 2023-12-11T22:46:29.569Z | Downloaded omicron-zone-package v0.9.1 |
1076 | 2023-12-11T22:46:29.569Z | Downloaded untrusted v0.9.0 |
1077 | 2023-12-11T22:46:29.569Z | Downloaded hex-literal v0.4.1 |
1078 | 2023-12-11T22:46:29.570Z | Downloaded hex v0.4.3 |
1079 | 2023-12-11T22:46:29.570Z | Downloaded num_enum v0.5.11 |
1080 | 2023-12-11T22:46:29.571Z | Downloaded chacha20poly1305 v0.10.1 |
1081 | 2023-12-11T22:46:29.571Z | Downloaded rustfmt-wrapper v0.2.0 |
1082 | 2023-12-11T22:46:29.571Z | Downloaded miniz_oxide v0.7.1 |
1083 | 2023-12-11T22:46:29.571Z | Downloaded rustc-demangle v0.1.23 |
1084 | 2023-12-11T22:46:29.571Z | Downloaded time-macros v0.2.13 |
1085 | 2023-12-11T22:46:29.571Z | Downloaded password-hash v0.5.0 |
1086 | 2023-12-11T22:46:29.575Z | Downloaded defmt-macros v0.3.6 |
1087 | 2023-12-11T22:46:29.575Z | Downloaded predicates-core v1.0.6 |
1088 | 2023-12-11T22:46:29.575Z | Downloaded pin-project-lite v0.2.13 |
1089 | 2023-12-11T22:46:29.575Z | Downloaded pbkdf2 v0.11.0 |
1090 | 2023-12-11T22:46:29.575Z | Downloaded password-hash v0.4.2 |
1091 | 2023-12-11T22:46:29.575Z | Downloaded http-range v0.1.5 |
1092 | 2023-12-11T22:46:29.576Z | Downloaded percent-encoding v2.3.1 |
1093 | 2023-12-11T22:46:29.576Z | Downloaded serde_spanned v0.6.4 |
1094 | 2023-12-11T22:46:29.576Z | Downloaded rustc_version v0.4.0 |
1095 | 2023-12-11T22:46:29.576Z | Downloaded errno v0.3.2 |
1096 | 2023-12-11T22:46:29.576Z | Downloaded pbkdf2 v0.12.2 |
1097 | 2023-12-11T22:46:29.576Z | Downloaded num_cpus v1.16.0 |
1098 | 2023-12-11T22:46:29.576Z | Downloaded strsim v0.10.0 |
1099 | 2023-12-11T22:46:29.576Z | Downloaded heck v0.3.3 |
1100 | 2023-12-11T22:46:29.576Z | Downloaded pem-rfc7468 v0.7.0 |
1101 | 2023-12-11T22:46:29.576Z | Downloaded owo-colors v3.5.0 |
1102 | 2023-12-11T22:46:29.576Z | Downloaded semver-parser v0.10.2 |
1103 | 2023-12-11T22:46:29.576Z | Downloaded hubpack v0.1.2 |
1104 | 2023-12-11T22:46:29.576Z | Downloaded thiserror-impl v1.0.49 |
1105 | 2023-12-11T22:46:29.576Z | Downloaded futures-core v0.3.29 |
1106 | 2023-12-11T22:46:29.577Z | Downloaded zone_cfg_derive v0.3.0 |
1107 | 2023-12-11T22:46:29.577Z | Downloaded usdt-impl v0.3.5 |
1108 | 2023-12-11T22:46:29.577Z | Downloaded num-complex v0.4.4 |
1109 | 2023-12-11T22:46:29.577Z | Downloaded crc32fast v1.3.2 |
1110 | 2023-12-11T22:46:29.577Z | Downloaded pem v3.0.2 |
1111 | 2023-12-11T22:46:29.577Z | Downloaded mime_guess v2.0.4 |
1112 | 2023-12-11T22:46:29.577Z | Downloaded futures-io v0.3.29 |
1113 | 2023-12-11T22:46:29.577Z | Downloaded time-core v0.1.1 |
1114 | 2023-12-11T22:46:29.579Z | Downloaded predicates v3.0.4 |
1115 | 2023-12-11T22:46:30.488Z | Downloaded lock_api v0.4.10 |
1116 | 2023-12-11T22:46:30.488Z | Downloaded hostname v0.3.1 |
1117 | 2023-12-11T22:46:30.488Z | Downloaded zone v0.3.0 |
1118 | 2023-12-11T22:46:30.489Z | Downloaded toml_edit v0.19.15 |
1119 | 2023-12-11T22:46:30.489Z | Downloaded futures-executor v0.3.29 |
1120 | 2023-12-11T22:46:30.489Z | Downloaded vec_map v0.8.2 |
1121 | 2023-12-11T22:46:30.489Z | Downloaded precomputed-hash v0.1.1 |
1122 | 2023-12-11T22:46:30.489Z | Downloaded postcard v1.0.8 |
1123 | 2023-12-11T22:46:30.489Z | Downloaded pin-project v1.1.3 |
1124 | 2023-12-11T22:46:30.489Z | Downloaded take_mut v0.2.2 |
1125 | 2023-12-11T22:46:30.489Z | Downloaded signature v2.1.0 |
1126 | 2023-12-11T22:46:30.490Z | Downloaded headers-core v0.2.0 |
1127 | 2023-12-11T22:46:30.490Z | Downloaded futures-sink v0.3.29 |
1128 | 2023-12-11T22:46:30.491Z | Downloaded dyn-clone v1.0.13 |
1129 | 2023-12-11T22:46:30.491Z | Downloaded parse-display-derive v0.8.2 |
1130 | 2023-12-11T22:46:30.491Z | Downloaded num-rational v0.4.1 |
1131 | 2023-12-11T22:46:30.491Z | Downloaded defmt-parser v0.3.3 |
1132 | 2023-12-11T22:46:30.491Z | Downloaded log v0.4.20 |
1133 | 2023-12-11T22:46:30.491Z | Downloaded multer v2.1.0 |
1134 | 2023-12-11T22:46:30.491Z | Downloaded equivalent v1.0.1 |
1135 | 2023-12-11T22:46:30.491Z | Downloaded phf_shared v0.11.2 |
1136 | 2023-12-11T22:46:30.491Z | Downloaded bitflags v2.4.0 |
1137 | 2023-12-11T22:46:30.491Z | Downloaded base64ct v1.6.0 |
1138 | 2023-12-11T22:46:30.492Z | Downloaded ansi_term v0.12.1 |
1139 | 2023-12-11T22:46:30.492Z | Downloaded aes-gcm v0.10.3 |
1140 | 2023-12-11T22:46:30.492Z | Downloaded enum-as-inner v0.5.1 |
1141 | 2023-12-11T22:46:30.492Z | Downloaded unicase v2.7.0 |
1142 | 2023-12-11T22:46:30.492Z | Downloaded num-integer v0.1.45 |
1143 | 2023-12-11T22:46:30.492Z | Downloaded dirs-sys v0.4.1 |
1144 | 2023-12-11T22:46:30.492Z | Downloaded colored v2.0.4 |
1145 | 2023-12-11T22:46:30.492Z | Downloaded ctr v0.9.2 |
1146 | 2023-12-11T22:46:30.492Z | Downloaded cobs v0.2.3 |
1147 | 2023-12-11T22:46:30.492Z | Downloaded foreign-types-macros v0.2.3 |
1148 | 2023-12-11T22:46:30.493Z | Downloaded home v0.5.5 |
1149 | 2023-12-11T22:46:30.493Z | Downloaded utf8parse v0.2.1 |
1150 | 2023-12-11T22:46:30.493Z | Downloaded platforms v3.0.2 |
1151 | 2023-12-11T22:46:30.493Z | Downloaded pin-project-internal v1.1.3 |
1152 | 2023-12-11T22:46:30.493Z | Downloaded digest v0.10.7 |
1153 | 2023-12-11T22:46:30.493Z | Downloaded num-iter v0.1.43 |
1154 | 2023-12-11T22:46:30.496Z | Downloaded pkg-config v0.3.27 |
1155 | 2023-12-11T22:46:30.496Z | Downloaded phf_shared v0.10.0 |
1156 | 2023-12-11T22:46:30.497Z | Downloaded managed v0.8.0 |
1157 | 2023-12-11T22:46:30.497Z | Downloaded convert_case v0.4.0 |
1158 | 2023-12-11T22:46:30.497Z | Downloaded xattr v1.0.1 |
1159 | 2023-12-11T22:46:30.497Z | Downloaded unicode-xid v0.2.4 |
1160 | 2023-12-11T22:46:30.497Z | Downloaded thiserror-impl-no-std v2.0.2 |
1161 | 2023-12-11T22:46:30.497Z | Downloaded term v0.7.0 |
1162 | 2023-12-11T22:46:30.497Z | Downloaded proc-macro-crate v1.3.1 |
1163 | 2023-12-11T22:46:30.498Z | Downloaded data-encoding v2.4.0 |
1164 | 2023-12-11T22:46:30.498Z | Downloaded lru-cache v0.1.2 |
1165 | 2023-12-11T22:46:30.498Z | Downloaded dirs-sys-next v0.1.2 |
1166 | 2023-12-11T22:46:30.498Z | Downloaded blowfish v0.9.1 |
1167 | 2023-12-11T22:46:30.498Z | Downloaded block-buffer v0.10.4 |
1168 | 2023-12-11T22:46:30.498Z | Downloaded blake2 v0.10.6 |
1169 | 2023-12-11T22:46:30.498Z | Downloaded walkdir v2.4.0 |
1170 | 2023-12-11T22:46:30.498Z | Downloaded waitgroup v0.1.2 |
1171 | 2023-12-11T22:46:30.498Z | Downloaded rand_chacha v0.3.1 |
1172 | 2023-12-11T22:46:30.498Z | Downloaded r2d2 v0.8.10 |
1173 | 2023-12-11T22:46:30.498Z | Downloaded pretty-hex v0.2.1 |
1174 | 2023-12-11T22:46:30.498Z | Downloaded polyval v0.6.1 |
1175 | 2023-12-11T22:46:30.499Z | Downloaded num-derive v0.4.0 |
1176 | 2023-12-11T22:46:30.499Z | Downloaded cancel-safe-futures v0.1.5 |
1177 | 2023-12-11T22:46:30.499Z | Downloaded backoff v0.4.0 |
1178 | 2023-12-11T22:46:30.499Z | Downloaded anyhow v1.0.75 |
1179 | 2023-12-11T22:46:30.499Z | Downloaded pin-utils v0.1.0 |
1180 | 2023-12-11T22:46:30.499Z | Downloaded block-padding v0.3.3 |
1181 | 2023-12-11T22:46:30.499Z | Downloaded autocfg v1.1.0 |
1182 | 2023-12-11T22:46:30.499Z | Downloaded camino-tempfile v1.1.1 |
1183 | 2023-12-11T22:46:30.499Z | Downloaded phf v0.11.2 |
1184 | 2023-12-11T22:46:30.499Z | Downloaded chacha20 v0.9.1 |
1185 | 2023-12-11T22:46:30.499Z | Downloaded argon2 v0.5.2 |
1186 | 2023-12-11T22:46:30.500Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2023-12-11T22:46:30.500Z | Downloaded postgres-protocol v0.6.6 |
1188 | 2023-12-11T22:46:30.500Z | Downloaded md5 v0.7.0 |
1189 | 2023-12-11T22:46:30.500Z | Downloaded ciborium-io v0.2.1 |
1190 | 2023-12-11T22:46:30.500Z | Downloaded anstream v0.5.0 |
1191 | 2023-12-11T22:46:30.500Z | Downloaded rand v0.8.5 |
1192 | 2023-12-11T22:46:30.500Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1193 | 2023-12-11T22:46:30.500Z | Downloaded cstr-argument v0.1.2 |
1194 | 2023-12-11T22:46:30.501Z | Downloaded matches v0.1.10 |
1195 | 2023-12-11T22:46:30.501Z | Downloaded match_cfg v0.1.0 |
1196 | 2023-12-11T22:46:30.501Z | Downloaded crucible-workspace-hack v0.1.0 |
1197 | 2023-12-11T22:46:30.501Z | Downloaded quick-error v1.2.3 |
1198 | 2023-12-11T22:46:30.501Z | Downloaded proc-macro2 v1.0.69 |
1199 | 2023-12-11T22:46:30.501Z | Downloaded proc-macro-error v1.0.4 |
1200 | 2023-12-11T22:46:30.501Z | Downloaded curve25519-dalek-derive v0.1.0 |
1201 | 2023-12-11T22:46:30.501Z | Downloaded diesel_derives v2.1.2 |
1202 | 2023-12-11T22:46:30.502Z | Downloaded async-trait v0.1.74 |
1203 | 2023-12-11T22:46:30.502Z | Downloaded native-tls v0.2.11 |
1204 | 2023-12-11T22:46:30.502Z | Downloaded defmt v0.3.5 |
1205 | 2023-12-11T22:46:30.502Z | Downloaded debug-ignore v1.0.5 |
1206 | 2023-12-11T22:46:30.502Z | Downloaded clap_lex v0.5.1 |
1207 | 2023-12-11T22:46:30.503Z | Downloaded bit-set v0.5.3 |
1208 | 2023-12-11T22:46:30.503Z | Downloaded byteorder v1.5.0 |
1209 | 2023-12-11T22:46:30.503Z | Downloaded bitflags v1.3.2 |
1210 | 2023-12-11T22:46:30.507Z | Downloaded bit-vec v0.6.3 |
1211 | 2023-12-11T22:46:30.507Z | Downloaded option-ext v0.2.0 |
1212 | 2023-12-11T22:46:30.507Z | Downloaded ciborium-ll v0.2.1 |
1213 | 2023-12-11T22:46:30.508Z | Downloaded deranged v0.3.8 |
1214 | 2023-12-11T22:46:30.508Z | Downloaded parse-display v0.8.2 |
1215 | 2023-12-11T22:46:30.953Z | Downloaded async-stream v0.3.5 |
1216 | 2023-12-11T22:46:30.953Z | Downloaded opaque-debug v0.3.0 |
1217 | 2023-12-11T22:46:30.953Z | Downloaded num_threads v0.1.6 |
1218 | 2023-12-11T22:46:30.953Z | Downloaded nibble_vec v0.1.0 |
1219 | 2023-12-11T22:46:30.953Z | Downloaded derive-where v1.2.6 |
1220 | 2023-12-11T22:46:30.953Z | Downloaded atomicwrites v0.4.2 |
1221 | 2023-12-11T22:46:30.954Z | Downloaded anstyle-query v1.0.0 |
1222 | 2023-12-11T22:46:30.954Z | Downloaded base16ct v0.2.0 |
1223 | 2023-12-11T22:46:30.954Z | Downloaded bcrypt-pbkdf v0.10.0 |
1224 | 2023-12-11T22:46:30.954Z | Downloaded atty v0.2.14 |
1225 | 2023-12-11T22:46:30.954Z | Downloaded async-stream-impl v0.3.5 |
1226 | 2023-12-11T22:46:30.954Z | Downloaded aes v0.8.3 |
1227 | 2023-12-11T22:46:30.954Z | Downloaded openssl-probe v0.1.5 |
1228 | 2023-12-11T22:46:30.954Z | Downloaded num_enum_derive v0.5.11 |
1229 | 2023-12-11T22:46:30.954Z | Downloaded der_derive v0.7.2 |
1230 | 2023-12-11T22:46:30.954Z | Downloaded crypto-common v0.1.6 |
1231 | 2023-12-11T22:46:30.954Z | Downloaded crossbeam-utils v0.8.16 |
1232 | 2023-12-11T22:46:30.954Z | Downloaded const-oid v0.9.5 |
1233 | 2023-12-11T22:46:30.954Z | Downloaded crypto-bigint v0.5.2 |
1234 | 2023-12-11T22:46:30.954Z | Downloaded crossbeam-epoch v0.9.15 |
1235 | 2023-12-11T22:46:30.956Z | Downloaded darling v0.20.3 |
1236 | 2023-12-11T22:46:30.956Z | Downloaded cpufeatures v0.2.9 |
1237 | 2023-12-11T22:46:30.956Z | Compiling proc-macro2 v1.0.69 |
1238 | 2023-12-11T22:46:30.956Z | Compiling unicode-ident v1.0.12 |
1239 | 2023-12-11T22:46:30.956Z | Compiling libc v0.2.150 |
1240 | 2023-12-11T22:46:30.956Z | Compiling serde v1.0.192 |
1241 | 2023-12-11T22:46:30.956Z | Compiling autocfg v1.1.0 |
1242 | 2023-12-11T22:46:30.956Z | Compiling version_check v0.9.4 |
1243 | 2023-12-11T22:46:30.956Z | Compiling cfg-if v1.0.0 |
1244 | 2023-12-11T22:46:30.956Z | Compiling syn v1.0.109 |
1245 | 2023-12-11T22:46:30.956Z | Compiling typenum v1.16.0 |
1246 | 2023-12-11T22:46:30.956Z | Compiling parking_lot_core v0.9.8 |
1247 | 2023-12-11T22:46:30.956Z | Compiling generic-array v0.14.7 |
1248 | 2023-12-11T22:46:30.957Z | Compiling lock_api v0.4.10 |
1249 | 2023-12-11T22:46:30.957Z | Compiling libm v0.2.7 |
1250 | 2023-12-11T22:46:30.957Z | Compiling once_cell v1.19.0 |
1251 | 2023-12-11T22:46:30.957Z | Compiling num-traits v0.2.16 |
1252 | 2023-12-11T22:46:30.957Z | Compiling thiserror v1.0.49 |
1253 | 2023-12-11T22:46:30.957Z | Compiling futures-core v0.3.29 |
1254 | 2023-12-11T22:46:30.957Z | Compiling serde_json v1.0.108 |
1255 | 2023-12-11T22:46:30.957Z | Compiling slab v0.4.9 |
1256 | 2023-12-11T22:46:30.957Z | Compiling futures-channel v0.3.29 |
1257 | 2023-12-11T22:46:30.957Z | Compiling futures-task v0.3.29 |
1258 | 2023-12-11T22:46:30.957Z | Compiling memchr v2.6.3 |
1259 | 2023-12-11T22:46:30.957Z | Compiling futures-util v0.3.29 |
1260 | 2023-12-11T22:46:30.957Z | Compiling itoa v1.0.9 |
1261 | 2023-12-11T22:46:30.957Z | Compiling scopeguard v1.2.0 |
1262 | 2023-12-11T22:46:30.957Z | Compiling quote v1.0.33 |
1263 | 2023-12-11T22:46:30.959Z | Compiling pkg-config v0.3.27 |
1264 | 2023-12-11T22:46:30.959Z | Compiling syn v2.0.32 |
1265 | 2023-12-11T22:46:30.959Z | Compiling cc v1.0.83 |
1266 | 2023-12-11T22:46:30.959Z | Compiling getrandom v0.2.10 |
1267 | 2023-12-11T22:46:30.959Z | Compiling rand_core v0.6.4 |
1268 | 2023-12-11T22:46:30.959Z | Compiling log v0.4.20 |
1269 | 2023-12-11T22:46:30.959Z | Compiling heck v0.4.1 |
1270 | 2023-12-11T22:46:30.959Z | Compiling ryu v1.0.15 |
1271 | 2023-12-11T22:46:30.959Z | Compiling subtle v2.5.0 |
1272 | 2023-12-11T22:46:30.959Z | Compiling smallvec v1.11.0 |
1273 | 2023-12-11T22:46:30.959Z | Compiling semver v1.0.20 |
1274 | 2023-12-11T22:46:30.959Z | Compiling vcpkg v0.2.15 |
1275 | 2023-12-11T22:46:30.960Z | Compiling schemars v0.8.13 |
1276 | 2023-12-11T22:46:30.960Z | Compiling httparse v1.8.0 |
1277 | 2023-12-11T22:46:30.960Z | Compiling indexmap v1.9.3 |
1278 | 2023-12-11T22:46:30.960Z | Compiling pin-project-lite v0.2.13 |
1279 | 2023-12-11T22:46:30.960Z | Compiling equivalent v1.0.1 |
1280 | 2023-12-11T22:46:30.960Z | Compiling hashbrown v0.14.2 |
1281 | 2023-12-11T22:46:30.960Z | Compiling ring v0.17.7 |
1282 | 2023-12-11T22:46:30.960Z | Compiling ring v0.16.20 |
1283 | 2023-12-11T22:46:30.960Z | Compiling parking_lot v0.12.1 |
1284 | 2023-12-11T22:46:30.960Z | Compiling openssl-sys v0.9.96 |
1285 | 2023-12-11T22:46:30.960Z | Compiling const-oid v0.9.5 |
1286 | 2023-12-11T22:46:30.960Z | Compiling ahash v0.8.3 |
1287 | 2023-12-11T22:46:30.960Z | Compiling fnv v1.0.7 |
1288 | 2023-12-11T22:46:30.960Z | Compiling signal-hook-registry v1.4.1 |
1289 | 2023-12-11T22:46:30.961Z | Compiling openssl v0.10.60 |
1290 | 2023-12-11T22:46:30.961Z | Compiling mio v0.8.9 |
1291 | 2023-12-11T22:46:30.961Z | Compiling ucd-trie v0.1.6 |
1292 | 2023-12-11T22:46:30.961Z | Compiling iana-time-zone v0.1.57 |
1293 | 2023-12-11T22:46:30.962Z | Compiling rustls v0.21.9 |
1294 | 2023-12-11T22:46:31.142Z | Compiling native-tls v0.2.11 |
1295 | 2023-12-11T22:46:31.313Z | Compiling num_cpus v1.16.0 |
1296 | 2023-12-11T22:46:31.410Z | Compiling socket2 v0.5.5 |
1297 | 2023-12-11T22:46:31.609Z | Compiling byteorder v1.5.0 |
1298 | 2023-12-11T22:46:31.883Z | Compiling spin v0.5.2 |
1299 | 2023-12-11T22:46:32.135Z | Compiling serde_derive_internals v0.26.0 |
1300 | 2023-12-11T22:46:32.421Z | Compiling futures-sink v0.3.29 |
1301 | 2023-12-11T22:46:32.646Z | Compiling dyn-clone v1.0.13 |
1302 | 2023-12-11T22:46:32.819Z | Compiling async-trait v0.1.74 |
1303 | 2023-12-11T22:46:32.992Z | Compiling aho-corasick v1.0.4 |
1304 | 2023-12-11T22:46:33.697Z | Compiling rustix v0.38.25 |
1305 | 2023-12-11T22:46:33.837Z | Compiling regex-syntax v0.8.2 |
1306 | 2023-12-11T22:46:33.874Z | Compiling tinyvec_macros v0.1.1 |
1307 | 2023-12-11T22:46:34.012Z | Compiling tinyvec v1.6.0 |
1308 | 2023-12-11T22:46:35.202Z | Compiling hashbrown v0.13.2 |
1309 | 2023-12-11T22:46:36.583Z | Compiling backtrace v0.3.69 |
1310 | 2023-12-11T22:46:36.823Z | Compiling futures-io v0.3.29 |
1311 | 2023-12-11T22:46:36.823Z | Compiling pin-utils v0.1.0 |
1312 | 2023-12-11T22:46:36.823Z | Compiling winnow v0.5.15 |
1313 | 2023-12-11T22:46:37.060Z | Compiling unicode-normalization v0.1.22 |
1314 | 2023-12-11T22:46:37.366Z | Compiling spin v0.9.8 |
1315 | 2023-12-11T22:46:37.482Z | Compiling tracing-core v0.1.31 |
1316 | 2023-12-11T22:46:38.521Z | Compiling unicode-bidi v0.3.13 |
1317 | 2023-12-11T22:46:38.918Z | Compiling cpufeatures v0.2.9 |
1318 | 2023-12-11T22:46:39.928Z | Compiling regex-automata v0.4.3 |
1319 | 2023-12-11T22:46:41.349Z | Compiling anyhow v1.0.75 |
1320 | 2023-12-11T22:46:41.389Z | Compiling crc32fast v1.3.2 |
1321 | 2023-12-11T22:46:42.874Z | Compiling time-core v0.1.1 |
1322 | 2023-12-11T22:46:42.909Z | Compiling base64 v0.21.5 |
1323 | 2023-12-11T22:46:43.229Z | Compiling time-macros v0.2.13 |
1324 | 2023-12-11T22:46:43.951Z | Compiling serde_derive v1.0.192 |
1325 | 2023-12-11T22:46:44.019Z | Compiling zeroize_derive v1.4.2 |
1326 | 2023-12-11T22:46:45.093Z | Compiling thiserror-impl v1.0.49 |
1327 | 2023-12-11T22:46:45.383Z | Compiling tokio-macros v2.2.0 |
1328 | 2023-12-11T22:46:46.739Z | Compiling zeroize v1.7.0 |
1329 | 2023-12-11T22:46:46.971Z | Compiling futures-macro v0.3.29 |
1330 | 2023-12-11T22:46:48.620Z | Compiling tracing-attributes v0.1.26 |
1331 | 2023-12-11T22:46:48.939Z | Compiling schemars_derive v0.8.13 |
1332 | 2023-12-11T22:46:49.013Z | Compiling openssl-macros v0.1.1 |
1333 | 2023-12-11T22:46:49.770Z | Compiling crypto-common v0.1.6 |
1334 | 2023-12-11T22:46:50.078Z | Compiling block-buffer v0.10.4 |
1335 | 2023-12-11T22:46:50.465Z | Compiling digest v0.10.7 |
1336 | 2023-12-11T22:46:50.831Z | Compiling pest v2.7.2 |
1337 | 2023-12-11T22:46:51.221Z | Compiling regex v1.10.2 |
1338 | 2023-12-11T22:46:54.533Z | Compiling der_derive v0.7.2 |
1339 | 2023-12-11T22:46:54.807Z | Compiling tracing v0.1.37 |
1340 | 2023-12-11T22:46:55.523Z | Compiling num-integer v0.1.45 |
1341 | 2023-12-11T22:46:55.599Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2023-12-11T22:46:55.620Z | Compiling percent-encoding v2.3.1 |
1343 | 2023-12-11T22:46:55.684Z | Compiling untrusted v0.7.1 |
1344 | 2023-12-11T22:46:55.745Z | Compiling hashbrown v0.12.3 |
1345 | 2023-12-11T22:46:55.950Z | Compiling untrusted v0.9.0 |
1346 | 2023-12-11T22:46:55.972Z | Compiling openssl-probe v0.1.5 |
1347 | 2023-12-11T22:46:56.177Z | Compiling unicode-width v0.1.11 |
1348 | 2023-12-11T22:46:56.207Z | Compiling slog v2.7.0 |
1349 | 2023-12-11T22:46:56.423Z | Compiling unicode-xid v0.2.4 |
1350 | 2023-12-11T22:46:56.677Z | Compiling synstructure v0.12.6 |
1351 | 2023-12-11T22:46:59.364Z | Compiling foreign-types v0.3.2 |
1352 | 2023-12-11T22:47:00.352Z | Compiling errno v0.3.2 |
1353 | 2023-12-11T22:47:00.483Z | Compiling ppv-lite86 v0.2.17 |
1354 | 2023-12-11T22:47:01.021Z | Compiling try-lock v0.2.4 |
1355 | 2023-12-11T22:47:01.216Z | Compiling want v0.3.1 |
1356 | 2023-12-11T22:47:01.344Z | Compiling sct v0.7.0 |
1357 | 2023-12-11T22:47:02.070Z | Compiling zerocopy-derive v0.2.0 |
1358 | 2023-12-11T22:47:02.092Z | Compiling rustls-webpki v0.101.7 |
1359 | 2023-12-11T22:47:02.654Z | Compiling form_urlencoded v1.2.1 |
1360 | 2023-12-11T22:47:02.956Z | Compiling pest_meta v2.7.2 |
1361 | 2023-12-11T22:47:03.342Z | Compiling socket2 v0.4.9 |
1362 | 2023-12-11T22:47:04.753Z | Compiling io-lifetimes v1.0.11 |
1363 | 2023-12-11T22:47:05.034Z | Compiling tower-service v0.3.2 |
1364 | 2023-12-11T22:47:05.213Z | Compiling httpdate v1.0.3 |
1365 | 2023-12-11T22:47:06.033Z | Compiling pest_generator v2.7.2 |
1366 | 2023-12-11T22:47:06.419Z | Compiling rustls-pemfile v1.0.3 |
1367 | 2023-12-11T22:47:07.438Z | Compiling idna v0.5.0 |
1368 | 2023-12-11T22:47:08.137Z | Compiling lazy_static v1.4.0 |
1369 | 2023-12-11T22:47:08.280Z | Compiling bytes v1.5.0 |
1370 | 2023-12-11T22:47:09.540Z | Compiling indexmap v2.1.0 |
1371 | 2023-12-11T22:47:09.777Z | Compiling uuid v1.6.1 |
1372 | 2023-12-11T22:47:11.213Z | Compiling chrono v0.4.31 |
1373 | 2023-12-11T22:47:11.222Z | Compiling tokio v1.35.0 |
1374 | 2023-12-11T22:47:11.222Z | Compiling http v0.2.11 |
1375 | 2023-12-11T22:47:11.222Z | Compiling rustc_version v0.4.0 |
1376 | 2023-12-11T22:47:12.293Z | Compiling serde_spanned v0.6.4 |
1377 | 2023-12-11T22:47:12.413Z | Compiling bitflags v2.4.0 |
1378 | 2023-12-11T22:47:12.643Z | Compiling toml_datetime v0.6.5 |
1379 | 2023-12-11T22:47:13.316Z | Compiling toml_edit v0.19.15 |
1380 | 2023-12-11T22:47:13.649Z | Compiling http-body v0.4.5 |
1381 | 2023-12-11T22:47:16.747Z | Compiling heapless v0.7.16 |
1382 | 2023-12-11T22:47:17.447Z | Compiling openapiv3 v2.0.0 |
1383 | 2023-12-11T22:47:24.712Z | Compiling adler v1.0.2 |
1384 | 2023-12-11T22:47:27.561Z | Compiling crossbeam-utils v0.8.16 |
1385 | 2023-12-11T22:47:27.561Z | Compiling miniz_oxide v0.7.1 |
1386 | 2023-12-11T22:47:27.561Z | Compiling pest_derive v2.7.2 |
1387 | 2023-12-11T22:47:41.740Z | Compiling url v2.5.0 |
1388 | 2023-12-11T22:47:41.741Z | Compiling tokio-util v0.7.10 |
1389 | 2023-12-11T22:47:41.741Z | Compiling tokio-rustls v0.24.1 |
1390 | 2023-12-11T22:47:42.053Z | Compiling h2 v0.3.21 |
1391 | 2023-12-11T22:47:42.053Z | Compiling tokio-native-tls v0.3.1 |
1392 | 2023-12-11T22:47:42.055Z | Compiling rustls-native-certs v0.6.3 |
1393 | 2023-12-11T22:47:42.055Z | Compiling rand_chacha v0.3.1 |
1394 | 2023-12-11T22:47:42.055Z | Compiling usdt-impl v0.3.5 |
1395 | 2023-12-11T22:47:42.055Z | Compiling ipnet v2.8.0 |
1396 | 2023-12-11T22:47:42.055Z | Compiling rustix v0.37.23 |
1397 | 2023-12-11T22:47:42.055Z | Compiling rand v0.8.5 |
1398 | 2023-12-11T22:47:42.055Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2023-12-11T22:47:42.057Z | Compiling encoding_rs v0.8.33 |
1400 | 2023-12-11T22:47:42.057Z | Compiling gimli v0.28.0 |
1401 | 2023-12-11T22:47:42.058Z | Compiling mime v0.3.17 |
1402 | 2023-12-11T22:47:42.058Z | Compiling webpki-roots v0.25.2 |
1403 | 2023-12-11T22:47:42.058Z | Compiling zerocopy v0.3.0 |
1404 | 2023-12-11T22:47:42.058Z | Compiling object v0.32.1 |
1405 | 2023-12-11T22:47:42.058Z | Compiling num-bigint v0.4.4 |
1406 | 2023-12-11T22:47:42.058Z | Compiling rustc-demangle v0.1.23 |
1407 | 2023-12-11T22:47:42.058Z | Compiling dof v0.1.5 |
1408 | 2023-12-11T22:47:42.058Z | Compiling flate2 v1.0.28 |
1409 | 2023-12-11T22:47:42.058Z | Compiling dtrace-parser v0.1.14 |
1410 | 2023-12-11T22:47:42.058Z | Compiling addr2line v0.21.0 |
1411 | 2023-12-11T22:47:42.058Z | Compiling hyper v0.14.27 |
1412 | 2023-12-11T22:47:42.058Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1413 | 2023-12-11T22:47:42.058Z | Compiling thread-id v4.2.0 |
1414 | 2023-12-11T22:47:42.058Z | Compiling rustversion v1.0.14 |
1415 | 2023-12-11T22:47:42.058Z | Compiling signal-hook v0.3.17 |
1416 | 2023-12-11T22:47:42.059Z | Compiling toml v0.7.8 |
1417 | 2023-12-11T22:47:42.059Z | Compiling toml_edit v0.21.0 |
1418 | 2023-12-11T22:47:42.059Z | Compiling serde_tokenstream v0.2.0 |
1419 | 2023-12-11T22:47:42.211Z | Compiling serde_tokenstream v0.1.7 |
1420 | 2023-12-11T22:47:42.211Z | Compiling hex v0.4.3 |
1421 | 2023-12-11T22:47:42.337Z | Compiling memoffset v0.9.0 |
1422 | 2023-12-11T22:47:42.770Z | Compiling base64ct v1.6.0 |
1423 | 2023-12-11T22:47:43.361Z | Compiling strsim v0.10.0 |
1424 | 2023-12-11T22:47:44.150Z | Compiling regress v0.7.1 |
1425 | 2023-12-11T22:47:46.959Z | Compiling bitflags v1.3.2 |
1426 | 2023-12-11T22:47:47.110Z | Compiling doc-comment v0.3.3 |
1427 | 2023-12-11T22:47:47.639Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1428 | 2023-12-11T22:47:48.291Z | Compiling smoltcp v0.9.1 |
1429 | 2023-12-11T22:47:48.315Z | Compiling pem-rfc7468 v0.7.0 |
1430 | 2023-12-11T22:47:48.986Z | Compiling hyper-tls v0.5.0 |
1431 | 2023-12-11T22:47:49.182Z | Compiling hyper-rustls v0.24.2 |
1432 | 2023-12-11T22:47:49.466Z | Compiling strum_macros v0.25.2 |
1433 | 2023-12-11T22:47:49.995Z | Compiling reqwest v0.11.22 |
1434 | 2023-12-11T22:47:50.036Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1435 | 2023-12-11T22:47:50.333Z | Compiling usdt-macro v0.3.5 |
1436 | 2023-12-11T22:47:51.367Z | Compiling usdt-attr-macro v0.3.5 |
1437 | 2023-12-11T22:47:54.946Z | Compiling hmac v0.12.1 |
1438 | 2023-12-11T22:47:55.057Z | Compiling enum-as-inner v0.5.1 |
1439 | 2023-12-11T22:47:55.057Z | Compiling num-iter v0.1.43 |
1440 | 2023-12-11T22:47:55.058Z | Compiling crossbeam-epoch v0.9.15 |
1441 | 2023-12-11T22:47:55.222Z | Compiling siphasher v0.3.11 |
1442 | 2023-12-11T22:47:55.333Z | Compiling unicode-segmentation v1.10.1 |
1443 | 2023-12-11T22:47:55.495Z | Compiling flagset v0.4.3 |
1444 | 2023-12-11T22:47:55.807Z | Compiling der v0.7.8 |
1445 | 2023-12-11T22:47:56.805Z | Compiling hubpack_derive v0.1.1 |
1446 | 2023-12-11T22:47:56.825Z | Compiling zerocopy-derive v0.6.4 |
1447 | 2023-12-11T22:47:57.208Z | Compiling pin-project-internal v1.1.3 |
1448 | 2023-12-11T22:47:59.032Z | Compiling utf8parse v0.2.1 |
1449 | 2023-12-11T22:47:59.271Z | Compiling num_threads v0.1.6 |
1450 | 2023-12-11T22:48:01.101Z | Compiling anstyle v1.0.2 |
1451 | 2023-12-11T22:48:01.334Z | Compiling deranged v0.3.8 |
1452 | 2023-12-11T22:48:01.760Z | Compiling sha2 v0.10.8 |
1453 | 2023-12-11T22:48:02.862Z | Compiling anstyle-parse v0.2.1 |
1454 | 2023-12-11T22:48:02.869Z | Compiling spki v0.7.2 |
1455 | 2023-12-11T22:48:04.259Z | Compiling time v0.3.27 |
1456 | 2023-12-11T22:48:04.328Z | Compiling md-5 v0.10.5 |
1457 | 2023-12-11T22:48:04.887Z | Compiling block-padding v0.3.3 |
1458 | 2023-12-11T22:48:05.029Z | Compiling clap_derive v4.4.2 |
1459 | 2023-12-11T22:48:05.276Z | Compiling stringprep v0.1.3 |
1460 | 2023-12-11T22:48:05.780Z | Compiling hash32 v0.2.1 |
1461 | 2023-12-11T22:48:06.288Z | Compiling diesel_table_macro_syntax v0.1.0 |
1462 | 2023-12-11T22:48:06.937Z | Compiling stable_deref_trait v1.2.0 |
1463 | 2023-12-11T22:48:07.080Z | Compiling either v1.9.0 |
1464 | 2023-12-11T22:48:07.388Z | Compiling anstyle-query v1.0.0 |
1465 | 2023-12-11T22:48:07.584Z | Compiling colorchoice v1.0.0 |
1466 | 2023-12-11T22:48:07.628Z | Compiling fallible-iterator v0.2.0 |
1467 | 2023-12-11T22:48:07.803Z | Compiling anstream v0.5.0 |
1468 | 2023-12-11T22:48:08.782Z | Compiling postgres-protocol v0.6.6 |
1469 | 2023-12-11T22:48:11.550Z | Compiling diesel_derives v2.1.2 |
1470 | 2023-12-11T22:48:12.717Z | Compiling terminal_size v0.2.6 |
1471 | 2023-12-11T22:48:12.717Z | Compiling inout v0.1.3 |
1472 | 2023-12-11T22:48:13.784Z | Compiling pkcs8 v0.10.2 |
1473 | 2023-12-11T22:48:15.422Z | Compiling phf_shared v0.11.2 |
1474 | 2023-12-11T22:48:33.126Z | Compiling ff v0.13.0 |
1475 | 2023-12-11T22:48:33.126Z | Compiling snafu-derive v0.7.5 |
1476 | 2023-12-11T22:48:33.126Z | Compiling serde_repr v0.1.16 |
1477 | 2023-12-11T22:48:33.126Z | Compiling scheduled-thread-pool v0.2.7 |
1478 | 2023-12-11T22:48:33.126Z | Compiling bit-vec v0.6.3 |
1479 | 2023-12-11T22:48:33.261Z | Compiling regex-automata v0.1.10 |
1480 | 2023-12-11T22:48:33.261Z | Compiling base16ct v0.2.0 |
1481 | 2023-12-11T22:48:33.261Z | Compiling managed v0.8.0 |
1482 | 2023-12-11T22:48:33.261Z | Compiling clap_lex v0.5.1 |
1483 | 2023-12-11T22:48:33.262Z | Compiling matches v0.1.10 |
1484 | 2023-12-11T22:48:33.444Z | Compiling clap_builder v4.4.2 |
1485 | 2023-12-11T22:48:33.444Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1486 | 2023-12-11T22:48:33.445Z | Compiling idna v0.2.3 |
1487 | 2023-12-11T22:48:33.445Z | Compiling bstr v0.2.17 |
1488 | 2023-12-11T22:48:33.445Z | Compiling sec1 v0.7.3 |
1489 | 2023-12-11T22:48:33.446Z | Compiling r2d2 v0.8.10 |
1490 | 2023-12-11T22:48:33.446Z | Compiling group v0.13.0 |
1491 | 2023-12-11T22:48:33.446Z | Compiling phf v0.11.2 |
1492 | 2023-12-11T22:48:33.448Z | Compiling signal-hook-mio v0.2.3 |
1493 | 2023-12-11T22:48:33.448Z | Compiling cipher v0.4.4 |
1494 | 2023-12-11T22:48:33.448Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1495 | 2023-12-11T22:48:33.448Z | Compiling bzip2 v0.4.4 |
1496 | 2023-12-11T22:48:33.448Z | Compiling postgres-types v0.2.6 |
1497 | 2023-12-11T22:48:33.449Z | Compiling itertools v0.11.0 |
1498 | 2023-12-11T22:48:33.449Z | Compiling pin-project v1.1.3 |
1499 | 2023-12-11T22:48:33.449Z | Compiling zerocopy v0.6.4 |
1500 | 2023-12-11T22:48:33.593Z | Compiling hubpack v0.1.2 |
1501 | 2023-12-11T22:48:33.593Z | Compiling phf_shared v0.10.0 |
1502 | 2023-12-11T22:48:33.593Z | Compiling hkdf v0.12.3 |
1503 | 2023-12-11T22:48:33.593Z | Compiling ipnetwork v0.20.0 |
1504 | 2023-12-11T22:48:33.593Z | Compiling crypto-bigint v0.5.2 |
1505 | 2023-12-11T22:48:33.648Z | Compiling futures-executor v0.3.29 |
1506 | 2023-12-11T22:48:35.985Z | Compiling getopts v0.2.21 |
1507 | 2023-12-11T22:48:36.610Z | Compiling float-cmp v0.9.0 |
1508 | 2023-12-11T22:48:36.610Z | Compiling unsafe-libyaml v0.2.9 |
1509 | 2023-12-11T22:48:36.610Z | Compiling predicates-core v1.0.6 |
1510 | 2023-12-11T22:48:36.610Z | Compiling difflib v0.4.0 |
1511 | 2023-12-11T22:48:36.706Z | Compiling regex-automata v0.3.8 |
1512 | 2023-12-11T22:48:37.934Z | Compiling data-encoding v2.4.0 |
1513 | 2023-12-11T22:48:38.147Z | Compiling normalize-line-endings v0.3.0 |
1514 | 2023-12-11T22:48:38.319Z | Compiling new_debug_unreachable v1.0.4 |
1515 | 2023-12-11T22:48:38.455Z | Compiling static_assertions v1.1.0 |
1516 | 2023-12-11T22:48:39.307Z | Compiling fixedbitset v0.4.2 |
1517 | 2023-12-11T22:48:39.806Z | Compiling precomputed-hash v0.1.1 |
1518 | 2023-12-11T22:48:39.962Z | Compiling whoami v1.4.1 |
1519 | 2023-12-11T22:48:40.194Z | Compiling string_cache v0.8.7 |
1520 | 2023-12-11T22:48:40.936Z | Compiling trust-dns-proto v0.22.0 |
1521 | 2023-12-11T22:48:40.971Z | Compiling tokio-postgres v0.7.10 |
1522 | 2023-12-11T22:48:41.007Z | Compiling petgraph v0.6.4 |
1523 | 2023-12-11T22:48:41.932Z | Compiling bstr v1.6.0 |
1524 | 2023-12-11T22:48:42.615Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1525 | 2023-12-11T22:48:42.828Z | Compiling predicates v3.0.4 |
1526 | 2023-12-11T22:48:43.877Z | Compiling diesel v2.1.4 |
1527 | 2023-12-11T22:48:45.631Z | Compiling serde_yaml v0.9.25 |
1528 | 2023-12-11T22:48:47.637Z | Compiling elliptic-curve v0.13.8 |
1529 | 2023-12-11T22:48:48.899Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1530 | 2023-12-11T22:48:51.494Z | Compiling futures v0.3.29 |
1531 | 2023-12-11T22:48:52.588Z | Compiling snafu v0.7.5 |
1532 | 2023-12-11T22:48:55.562Z | Compiling zip v0.6.6 |
1533 | 2023-12-11T22:48:55.725Z | Compiling yasna v0.5.2 |
1534 | 2023-12-11T22:48:55.725Z | Compiling crossterm v0.27.0 |
1535 | 2023-12-11T22:48:56.316Z | Compiling similar v2.3.0 |
1536 | 2023-12-11T22:48:57.248Z | Compiling clap v4.4.3 |
1537 | 2023-12-11T22:48:57.891Z | Compiling bit-set v0.5.3 |
1538 | 2023-12-11T22:48:58.311Z | Compiling itertools v0.10.5 |
1539 | 2023-12-11T22:49:00.532Z | Compiling usdt v0.3.5 |
1540 | 2023-12-11T22:49:01.326Z | Compiling tokio-stream v0.1.14 |
1541 | 2023-12-11T22:49:01.744Z | Compiling console v0.15.7 |
1542 | 2023-12-11T22:49:02.426Z | Compiling lalrpop-util v0.19.12 |
1543 | 2023-12-11T22:49:02.951Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1544 | 2023-12-11T22:49:51.851Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1545 | 2023-12-11T22:49:52.275Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2023-12-11T22:49:53.450Z | Compiling sha1 v0.10.6 |
1547 | 2023-12-11T22:50:05.216Z | Compiling atty v0.2.14 |
1548 | 2023-12-11T22:50:05.414Z | Compiling match_cfg v0.1.0 |
1549 | 2023-12-11T22:50:06.005Z | Compiling hostname v0.3.1 |
1550 | 2023-12-11T22:50:06.097Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1551 | 2023-12-11T22:50:06.357Z | Compiling dirs-sys-next v0.1.2 |
1552 | 2023-12-11T22:50:06.428Z | Compiling ident_case v1.0.1 |
1553 | 2023-12-11T22:50:06.650Z | Compiling darling_core v0.20.3 |
1554 | 2023-12-11T22:50:07.365Z | Compiling dirs-next v2.0.0 |
1555 | 2023-12-11T22:50:07.556Z | Compiling thread_local v1.1.7 |
1556 | 2023-12-11T22:50:07.640Z | Compiling camino v1.1.6 |
1557 | 2023-12-11T22:50:08.470Z | Compiling slog-async v2.8.0 |
1558 | 2023-12-11T22:50:08.702Z | Compiling term v0.7.0 |
1559 | 2023-12-11T22:50:08.723Z | Compiling crossbeam-channel v0.5.8 |
1560 | 2023-12-11T22:50:09.388Z | Compiling multer v2.1.0 |
1561 | 2023-12-11T22:50:09.812Z | Compiling instant v0.1.12 |
1562 | 2023-12-11T22:50:10.030Z | Compiling paste v1.0.14 |
1563 | 2023-12-11T22:50:10.358Z | Compiling take_mut v0.2.2 |
1564 | 2023-12-11T22:50:10.685Z | Compiling slog-term v2.9.0 |
1565 | 2023-12-11T22:50:11.330Z | Compiling slog-json v2.6.1 |
1566 | 2023-12-11T22:50:11.864Z | Compiling async-stream-impl v0.3.5 |
1567 | 2023-12-11T22:50:12.647Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1568 | 2023-12-11T22:50:12.656Z | Compiling debug-ignore v1.0.5 |
1569 | 2023-12-11T22:50:12.743Z | Compiling atomic-waker v1.1.1 |
1570 | 2023-12-11T22:50:12.860Z | Compiling slog-bunyan v2.4.0 |
1571 | 2023-12-11T22:50:13.017Z | Compiling waitgroup v0.1.2 |
1572 | 2023-12-11T22:50:13.323Z | Compiling toml v0.8.8 |
1573 | 2023-12-11T22:50:13.341Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1574 | 2023-12-11T22:50:14.121Z | Compiling async-stream v0.3.5 |
1575 | 2023-12-11T22:50:14.584Z | Compiling serde_path_to_error v0.1.14 |
1576 | 2023-12-11T22:50:14.716Z | Compiling structmeta-derive v0.2.0 |
1577 | 2023-12-11T22:50:14.988Z | Compiling strum v0.25.0 |
1578 | 2023-12-11T22:50:15.164Z | Compiling regex-syntax v0.7.5 |
1579 | 2023-12-11T22:50:15.236Z | Compiling backoff v0.4.0 |
1580 | 2023-12-11T22:50:15.744Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1581 | 2023-12-11T22:50:16.338Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1582 | 2023-12-11T22:50:16.346Z | Compiling macaddr v1.0.1 |
1583 | 2023-12-11T22:50:16.346Z | Compiling proc-macro-error-attr v1.0.4 |
1584 | 2023-12-11T22:50:16.786Z | Compiling proc-macro-crate v1.3.1 |
1585 | 2023-12-11T22:50:16.825Z | Compiling proc-macro-error v1.0.4 |
1586 | 2023-12-11T22:50:16.963Z | Compiling darling_macro v0.20.3 |
1587 | 2023-12-11T22:50:17.485Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1588 | 2023-12-11T22:50:17.991Z | Compiling smoltcp v0.10.0 |
1589 | 2023-12-11T22:50:18.428Z | Compiling num_enum_derive v0.5.11 |
1590 | 2023-12-11T22:50:18.563Z | Compiling darling v0.20.3 |
1591 | 2023-12-11T22:50:18.802Z | Compiling serde_with_macros v3.4.0 |
1592 | 2023-12-11T22:50:19.228Z | Compiling cobs v0.2.3 |
1593 | 2023-12-11T22:50:19.499Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1594 | 2023-12-11T22:50:19.729Z | Compiling embedded-io v0.4.0 |
1595 | 2023-12-11T22:50:19.789Z | Compiling structmeta v0.2.0 |
1596 | 2023-12-11T22:50:19.914Z | Compiling fastrand v2.0.0 |
1597 | 2023-12-11T22:50:20.068Z | Compiling postcard v1.0.8 |
1598 | 2023-12-11T22:50:20.474Z | Compiling tempfile v3.8.1 |
1599 | 2023-12-11T22:50:21.795Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-12-11T22:50:21.853Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1601 | 2023-12-11T22:50:22.340Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1602 | 2023-12-11T22:50:22.779Z | Compiling same-file v1.0.6 |
1603 | 2023-12-11T22:50:22.909Z | Compiling num_enum v0.5.11 |
1604 | 2023-12-11T22:50:23.132Z | Compiling crucible-workspace-hack v0.1.0 |
1605 | 2023-12-11T22:50:23.152Z | Compiling foreign-types-shared v0.3.1 |
1606 | 2023-12-11T22:50:23.306Z | Compiling serde_with v3.4.0 |
1607 | 2023-12-11T22:50:23.317Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1608 | 2023-12-11T22:50:23.522Z | Compiling foreign-types v0.5.0 |
1609 | 2023-12-11T22:50:23.990Z | Compiling walkdir v2.4.0 |
1610 | 2023-12-11T22:50:24.005Z | Compiling is-terminal v0.4.9 |
1611 | 2023-12-11T22:50:24.093Z | Compiling semver-parser v0.10.2 |
1612 | 2023-12-11T22:50:24.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1613 | 2023-12-11T22:50:24.974Z | Compiling zerocopy-derive v0.7.26 |
1614 | 2023-12-11T22:50:25.490Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1615 | 2023-12-11T22:50:27.210Z | Compiling parse-display-derive v0.8.2 |
1616 | 2023-12-11T22:50:27.220Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1617 | 2023-12-11T22:50:27.773Z | Compiling cstr-argument v0.1.2 |
1618 | 2023-12-11T22:50:28.146Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1619 | 2023-12-11T22:50:28.680Z | Compiling pretty-hex v0.2.1 |
1620 | 2023-12-11T22:50:29.014Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1621 | 2023-12-11T22:50:29.536Z | Compiling zerocopy v0.7.26 |
1622 | 2023-12-11T22:50:29.852Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1623 | 2023-12-11T22:50:30.451Z | Compiling semver v0.11.0 |
1624 | 2023-12-11T22:50:30.594Z | Compiling colored v2.0.4 |
1625 | 2023-12-11T22:50:30.773Z | Compiling xattr v1.0.1 |
1626 | 2023-12-11T22:50:30.822Z | Compiling filetime v0.2.23 |
1627 | 2023-12-11T22:50:30.852Z | Compiling home v0.5.5 |
1628 | 2023-12-11T22:50:31.198Z | Compiling tar v0.4.40 |
1629 | 2023-12-11T22:50:31.320Z | Compiling toolchain_find v0.2.0 |
1630 | 2023-12-11T22:50:31.692Z | Compiling camino-tempfile v1.1.1 |
1631 | 2023-12-11T22:50:31.749Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1632 | 2023-12-11T22:50:31.869Z | Compiling zone_cfg_derive v0.3.0 |
1633 | 2023-12-11T22:50:32.281Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1634 | 2023-12-11T22:50:32.359Z | Compiling textwrap v0.11.0 |
1635 | 2023-12-11T22:50:32.974Z | Compiling heck v0.3.3 |
1636 | 2023-12-11T22:50:33.596Z | Compiling toml v0.5.11 |
1637 | 2023-12-11T22:50:33.821Z | Compiling num-derive v0.4.0 |
1638 | 2023-12-11T22:50:34.295Z | Compiling parse-display v0.8.2 |
1639 | 2023-12-11T22:50:34.423Z | Compiling strsim v0.8.0 |
1640 | 2023-12-11T22:50:34.603Z | Compiling platforms v3.0.2 |
1641 | 2023-12-11T22:50:34.615Z | Compiling libefi-sys v0.1.0 |
1642 | 2023-12-11T22:50:34.814Z | Compiling ansi_term v0.12.1 |
1643 | 2023-12-11T22:50:35.045Z | Compiling vec_map v0.8.2 |
1644 | 2023-12-11T22:50:35.149Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1645 | 2023-12-11T22:50:35.388Z | Compiling zone v0.3.0 |
1646 | 2023-12-11T22:50:35.506Z | Compiling clap v2.34.0 |
1647 | 2023-12-11T22:50:35.959Z | Compiling structopt-derive v0.4.18 |
1648 | 2023-12-11T22:50:36.727Z | Compiling rustfmt-wrapper v0.2.0 |
1649 | 2023-12-11T22:50:37.753Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1650 | 2023-12-11T22:50:37.772Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1651 | 2023-12-11T22:50:37.800Z | Compiling omicron-zone-package v0.9.1 |
1652 | 2023-12-11T22:50:38.409Z | Compiling smf v0.2.2 |
1653 | 2023-12-11T22:50:39.407Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1654 | 2023-12-11T22:50:40.693Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1655 | 2023-12-11T22:50:40.752Z | Compiling unicase v2.7.0 |
1656 | 2023-12-11T22:50:40.968Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1657 | 2023-12-11T22:50:41.069Z | Compiling universal-hash v0.5.1 |
1658 | 2023-12-11T22:50:41.164Z | Compiling structopt v0.3.26 |
1659 | 2023-12-11T22:50:41.185Z | Compiling curve25519-dalek v4.1.0 |
1660 | 2023-12-11T22:50:41.351Z | Compiling opaque-debug v0.3.0 |
1661 | 2023-12-11T22:50:41.428Z | Compiling curve25519-dalek-derive v0.1.0 |
1662 | 2023-12-11T22:50:41.490Z | Compiling num-rational v0.4.1 |
1663 | 2023-12-11T22:50:41.775Z | Compiling getrandom v0.1.16 |
1664 | 2023-12-11T22:50:42.241Z | Compiling signature v2.1.0 |
1665 | 2023-12-11T22:50:42.666Z | Compiling keccak v0.1.4 |
1666 | 2023-12-11T22:50:42.666Z | Compiling parking_lot_core v0.8.6 |
1667 | 2023-12-11T22:50:42.666Z | Compiling quick-error v1.2.3 |
1668 | 2023-12-11T22:50:42.816Z | Compiling linked-hash-map v0.5.6 |
1669 | 2023-12-11T22:50:43.154Z | Compiling sha3 v0.10.8 |
1670 | 2023-12-11T22:50:43.403Z | Compiling lru-cache v0.1.2 |
1671 | 2023-12-11T22:50:43.730Z | Compiling resolv-conf v0.7.0 |
1672 | 2023-12-11T22:50:44.374Z | Compiling password-hash v0.5.0 |
1673 | 2023-12-11T22:50:44.756Z | Compiling blake2 v0.10.6 |
1674 | 2023-12-11T22:50:44.786Z | Compiling aead v0.5.2 |
1675 | 2023-12-11T22:50:45.104Z | Compiling secrecy v0.8.0 |
1676 | 2023-12-11T22:50:45.309Z | Compiling num-complex v0.4.4 |
1677 | 2023-12-11T22:50:45.536Z | Compiling nibble_vec v0.1.0 |
1678 | 2023-12-11T22:50:45.806Z | Compiling slog-dtrace v0.2.3 |
1679 | 2023-12-11T22:50:46.090Z | Compiling convert_case v0.4.0 |
1680 | 2023-12-11T22:50:46.248Z | Compiling winapi v0.3.9 |
1681 | 2023-12-11T22:50:47.008Z | Compiling endian-type v0.1.2 |
1682 | 2023-12-11T22:50:47.099Z | Compiling cancel-safe-futures v0.1.5 |
1683 | 2023-12-11T22:50:47.262Z | Compiling arc-swap v1.6.0 |
1684 | 2023-12-11T22:50:47.331Z | Compiling utf-8 v0.7.6 |
1685 | 2023-12-11T22:50:47.628Z | Compiling derive_more v0.99.17 |
1686 | 2023-12-11T22:50:47.652Z | Compiling tungstenite v0.20.1 |
1687 | 2023-12-11T22:50:47.863Z | Compiling radix_trie v0.2.1 |
1688 | 2023-12-11T22:50:48.350Z | Compiling slog-scope v4.4.0 |
1689 | 2023-12-11T22:50:48.362Z | Compiling num v0.4.1 |
1690 | 2023-12-11T22:50:48.548Z | Compiling argon2 v0.5.2 |
1691 | 2023-12-11T22:50:48.807Z | Compiling mime_guess v2.0.4 |
1692 | 2023-12-11T22:50:48.979Z | Compiling trust-dns-resolver v0.22.0 |
1693 | 2023-12-11T22:50:56.057Z | Compiling rand_core v0.5.1 |
1694 | 2023-12-11T22:50:56.170Z | Compiling poly1305 v0.8.0 |
1695 | 2023-12-11T22:50:56.170Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1696 | 2023-12-11T22:50:56.170Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1697 | 2023-12-11T22:50:56.170Z | Compiling chacha20 v0.9.1 |
1698 | 2023-12-11T22:50:56.170Z | Compiling rfc6979 v0.4.0 |
1699 | 2023-12-11T22:50:56.170Z | Compiling thiserror-impl-no-std v2.0.2 |
1700 | 2023-12-11T22:50:56.171Z | Compiling half v1.8.2 |
1701 | 2023-12-11T22:50:56.171Z | Compiling option-ext v0.2.0 |
1702 | 2023-12-11T22:50:56.171Z | Compiling ciborium-io v0.2.1 |
1703 | 2023-12-11T22:50:56.171Z | Compiling dirs-sys v0.4.1 |
1704 | 2023-12-11T22:50:56.171Z | Compiling ecdsa v0.16.9 |
1705 | 2023-12-11T22:50:56.171Z | Compiling ciborium-ll v0.2.1 |
1706 | 2023-12-11T22:50:56.171Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1707 | 2023-12-11T22:50:56.171Z | Compiling parking_lot v0.11.2 |
1708 | 2023-12-11T22:50:56.171Z | Compiling rand_chacha v0.2.2 |
1709 | 2023-12-11T22:50:56.171Z | Compiling tokio-tungstenite v0.20.1 |
1710 | 2023-12-11T22:50:57.143Z | Compiling trust-dns-client v0.22.0 |
1711 | 2023-12-11T22:50:57.574Z | Compiling slog-stdlog v4.1.1 |
1712 | 2023-12-11T22:50:58.563Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1713 | 2023-12-11T22:50:58.666Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1714 | 2023-12-11T22:50:59.012Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1715 | 2023-12-11T22:50:59.055Z | Compiling thiserror-no-std v2.0.2 |
1716 | 2023-12-11T22:50:59.285Z | Compiling ed25519 v2.2.2 |
1717 | 2023-12-11T22:50:59.556Z | Compiling polyval v0.6.1 |
1718 | 2023-12-11T22:50:59.902Z | Compiling primeorder v0.13.6 |
1719 | 2023-12-11T22:51:00.220Z | Compiling ctr v0.9.2 |
1720 | 2023-12-11T22:51:00.718Z | Compiling aes v0.8.3 |
1721 | 2023-12-11T22:51:00.746Z | Compiling blowfish v0.9.1 |
1722 | 2023-12-11T22:51:01.485Z | Compiling password-hash v0.4.2 |
1723 | 2023-12-11T22:51:02.116Z | Compiling libsw v3.3.0 |
1724 | 2023-12-11T22:51:02.696Z | Compiling pbkdf2 v0.12.2 |
1725 | 2023-12-11T22:51:02.817Z | Compiling derive-where v1.2.6 |
1726 | 2023-12-11T22:51:02.987Z | Compiling fxhash v0.2.1 |
1727 | 2023-12-11T22:51:12.540Z | Compiling swrite v0.1.0 |
1728 | 2023-12-11T22:51:12.781Z | Compiling linear-map v1.2.0 |
1729 | 2023-12-11T22:51:12.781Z | Compiling owo-colors v3.5.0 |
1730 | 2023-12-11T22:51:12.781Z | Compiling glob v0.3.1 |
1731 | 2023-12-11T22:51:12.972Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1732 | 2023-12-11T22:51:12.972Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1733 | 2023-12-11T22:51:13.100Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1734 | 2023-12-11T22:51:13.100Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1735 | 2023-12-11T22:51:13.112Z | Compiling trust-dns-server v0.22.1 |
1736 | 2023-12-11T22:51:13.112Z | Compiling sled v0.34.7 |
1737 | 2023-12-11T22:51:13.469Z | Compiling bcrypt-pbkdf v0.10.0 |
1738 | 2023-12-11T22:51:14.398Z | Compiling pbkdf2 v0.11.0 |
1739 | 2023-12-11T22:51:14.957Z | Compiling p256 v0.13.2 |
1740 | 2023-12-11T22:51:16.294Z | Compiling ghash v0.5.0 |
1741 | 2023-12-11T22:51:16.332Z | Compiling ed25519-dalek v2.0.0 |
1742 | 2023-12-11T22:51:16.553Z | Compiling vsss-rs v3.3.1 |
1743 | 2023-12-11T22:51:18.009Z | Compiling russh-cryptovec v0.7.0 |
1744 | 2023-12-11T22:51:18.452Z | Compiling slog-envlogger v2.2.0 |
1745 | 2023-12-11T22:51:19.662Z | Compiling rand v0.7.3 |
1746 | 2023-12-11T22:51:22.940Z | Compiling ciborium v0.2.1 |
1747 | 2023-12-11T22:51:23.831Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1748 | 2023-12-11T22:51:24.226Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1749 | 2023-12-11T22:51:24.416Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1750 | 2023-12-11T22:51:25.827Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1751 | 2023-12-11T22:51:25.841Z | Compiling dirs v5.0.1 |
1752 | 2023-12-11T22:51:25.842Z | Compiling chacha20poly1305 v0.10.1 |
1753 | 2023-12-11T22:51:25.842Z | Compiling cbc v0.1.2 |
1754 | 2023-12-11T22:51:25.842Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1755 | 2023-12-11T22:51:26.267Z | Compiling pem v3.0.2 |
1756 | 2023-12-11T22:51:26.268Z | Compiling headers-core v0.2.0 |
1757 | 2023-12-11T22:51:26.344Z | Compiling kstat-rs v0.2.3 |
1758 | 2023-12-11T22:51:26.853Z | Compiling http-range v0.1.5 |
1759 | 2023-12-11T22:51:26.949Z | Compiling pretty-hex v0.4.0 |
1760 | 2023-12-11T22:51:27.179Z | Compiling md5 v0.7.0 |
1761 | 2023-12-11T22:51:27.294Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1762 | 2023-12-11T22:51:27.458Z | Compiling hyper-staticfile v0.9.5 |
1763 | 2023-12-11T22:51:28.036Z | Compiling russh-keys v0.40.0 |
1764 | 2023-12-11T22:51:29.055Z | Compiling rcgen v0.11.3 |
1765 | 2023-12-11T22:51:31.529Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1766 | 2023-12-11T22:51:31.563Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1767 | 2023-12-11T22:51:33.356Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1768 | 2023-12-11T22:51:33.623Z | Compiling headers v0.3.9 |
1769 | 2023-12-11T22:51:36.563Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1770 | 2023-12-11T22:51:36.980Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1771 | 2023-12-11T22:51:38.214Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1772 | 2023-12-11T22:51:40.347Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1773 | 2023-12-11T22:51:41.065Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1774 | 2023-12-11T22:51:41.080Z | Compiling aes-gcm v0.10.3 |
1775 | 2023-12-11T22:51:41.543Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1776 | 2023-12-11T22:51:44.019Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1777 | 2023-12-11T22:51:46.496Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1778 | 2023-12-11T22:51:52.154Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1779 | 2023-12-11T22:51:54.600Z | Compiling atomicwrites v0.4.2 |
1780 | 2023-12-11T22:51:55.120Z | Compiling itertools v0.12.0 |
1781 | 2023-12-11T22:51:55.798Z | Compiling subprocess v0.2.9 |
1782 | 2023-12-11T22:51:58.113Z | Compiling hex-literal v0.4.1 |
1783 | 2023-12-11T22:51:58.334Z | Compiling display-error-chain v0.2.0 |
1784 | 2023-12-11T22:51:58.582Z | Compiling russh v0.40.0 |
1785 | 2023-12-11T22:51:59.246Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1786 | 2023-12-11T22:52:00.305Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1787 | 2023-12-11T22:52:00.730Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1788 | 2023-12-11T22:52:30.239Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1789 | 2023-12-11T22:53:50.000Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 59s |
1790 | 2023-12-11T22:53:50.450Z | |
1791 | 2023-12-11T22:53:50.450Z | real 7:59.385529353 |
1792 | 2023-12-11T22:53:50.450Z | user 44:12.266906030 |
1793 | 2023-12-11T22:53:50.450Z | sys 6:42.201125154 |
1794 | 2023-12-11T22:53:50.450Z | trap 1.650242740 |
1795 | 2023-12-11T22:53:50.450Z | tflt 3.085298725 |
1796 | 2023-12-11T22:53:50.451Z | dflt 7.105340071 |
1797 | 2023-12-11T22:53:50.451Z | kflt 0.019801061 |
1798 | 2023-12-11T22:53:50.451Z | lock 1:24:01.987407271 |
1799 | 2023-12-11T22:53:50.451Z | slp 2:05:53.193414747 |
1800 | 2023-12-11T22:53:50.451Z | lat 2:00.212844422 |
1801 | 2023-12-11T22:53:50.451Z | stop 4:30.817927633 |
1802 | 2023-12-11T22:53:50.451Z | + mkdir -p /work/end-to-end-tests |
1803 | 2023-12-11T22:53:50.452Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1804 | 2023-12-11T22:53:51.206Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1805 | 2023-12-11T22:53:51.206Z | + ptime -m gzip |
1806 | 2023-12-11T22:53:51.233Z | ++ basename target/debug/bootstrap |
1807 | 2023-12-11T22:54:07.993Z | |
1808 | 2023-12-11T22:54:07.999Z | real 16.793579077 |
1809 | 2023-12-11T22:54:07.999Z | user 16.607260521 |
1810 | 2023-12-11T22:54:07.999Z | sys 0.166937465 |
1811 | 2023-12-11T22:54:07.999Z | trap 0.006052416 |
1812 | 2023-12-11T22:54:07.999Z | tflt 0.000000000 |
1813 | 2023-12-11T22:54:07.999Z | dflt 0.000000000 |
1814 | 2023-12-11T22:54:07.999Z | kflt 0.000000000 |
1815 | 2023-12-11T22:54:07.999Z | lock 0.000000000 |
1816 | 2023-12-11T22:54:07.999Z | slp 0.000000000 |
1817 | 2023-12-11T22:54:07.999Z | lat 0.012987797 |
1818 | 2023-12-11T22:54:07.999Z | stop 0.000224264 |
1819 | 2023-12-11T22:54:07.999Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1820 | 2023-12-11T22:54:07.999Z | + ptime -m gzip |
1821 | 2023-12-11T22:54:07.999Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-aebb85727f22ecbe |
1822 | 2023-12-11T22:54:09.094Z | |
1823 | 2023-12-11T22:54:09.117Z | real 1.084438498 |
1824 | 2023-12-11T22:54:09.117Z | user 1.070601779 |
1825 | 2023-12-11T22:54:09.118Z | sys 0.011904858 |
1826 | 2023-12-11T22:54:09.118Z | trap 0.000605146 |
1827 | 2023-12-11T22:54:09.119Z | tflt 0.000000000 |
1828 | 2023-12-11T22:54:09.119Z | dflt 0.000000000 |
1829 | 2023-12-11T22:54:09.119Z | kflt 0.000000000 |
1830 | 2023-12-11T22:54:09.119Z | lock 0.000000000 |
1831 | 2023-12-11T22:54:09.120Z | slp 0.000000000 |
1832 | 2023-12-11T22:54:09.120Z | lat 0.000895259 |
1833 | 2023-12-11T22:54:09.120Z | stop 0.000316786 |
1834 | 2023-12-11T22:54:09.120Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1835 | 2023-12-11T22:54:09.122Z | + ptime -m gzip |
1836 | 2023-12-11T22:54:09.122Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-78d7e64c22b71095 |
1837 | 2023-12-11T22:54:26.542Z | |
1838 | 2023-12-11T22:54:26.548Z | real 17.444351622 |
1839 | 2023-12-11T22:54:26.548Z | user 17.256591098 |
1840 | 2023-12-11T22:54:26.548Z | sys 0.180651061 |
1841 | 2023-12-11T22:54:26.548Z | trap 0.004230909 |
1842 | 2023-12-11T22:54:26.548Z | tflt 0.000000000 |
1843 | 2023-12-11T22:54:26.548Z | dflt 0.000000000 |
1844 | 2023-12-11T22:54:26.548Z | kflt 0.000000000 |
1845 | 2023-12-11T22:54:26.548Z | lock 0.000000000 |
1846 | 2023-12-11T22:54:26.548Z | slp 0.000000000 |
1847 | 2023-12-11T22:54:26.548Z | lat 0.002519831 |
1848 | 2023-12-11T22:54:26.549Z | stop 0.000221939 |
1849 | 2023-12-11T22:54:26.549Z | + banner caboose-util |
1850 | 2023-12-11T22:54:26.549Z | |
1851 | 2023-12-11T22:54:26.549Z | #### ## ##### #### #### #### ###### # # ##### |
1852 | 2023-12-11T22:54:26.549Z | # # # # # # # # # # # # # # # |
1853 | 2023-12-11T22:54:26.549Z | # # # ##### # # # # #### ##### ##### # # # |
1854 | 2023-12-11T22:54:26.549Z | # ###### # # # # # # # # # # # |
1855 | 2023-12-11T22:54:26.549Z | # # # # # # # # # # # # # # # # |
1856 | 2023-12-11T22:54:26.549Z | #### # # ##### #### #### #### ###### #### # |
1857 | 2023-12-11T22:54:26.549Z | |
1858 | 2023-12-11T22:54:26.549Z | + ptime -m cargo build --locked -p caboose-util --release |
1859 | 2023-12-11T22:54:27.215Z | Downloading crates ... |
1860 | 2023-12-11T22:54:27.520Z | Downloaded crc-catalog v2.2.0 |
1861 | 2023-12-11T22:54:27.541Z | Downloaded crc-any v2.4.3 |
1862 | 2023-12-11T22:54:27.542Z | Downloaded path-slash v0.1.5 |
1863 | 2023-12-11T22:54:27.542Z | Downloaded pkcs1 v0.7.5 |
1864 | 2023-12-11T22:54:27.542Z | Downloaded array-init v0.0.4 |
1865 | 2023-12-11T22:54:27.543Z | Downloaded maybe-uninit v2.0.0 |
1866 | 2023-12-11T22:54:27.543Z | Downloaded wyz v0.5.1 |
1867 | 2023-12-11T22:54:27.543Z | Downloaded funty v2.0.0 |
1868 | 2023-12-11T22:54:27.543Z | Downloaded bitfield v0.14.0 |
1869 | 2023-12-11T22:54:27.561Z | Downloaded packed_struct v0.10.1 |
1870 | 2023-12-11T22:54:27.561Z | Downloaded tap v1.0.1 |
1871 | 2023-12-11T22:54:27.561Z | Downloaded crc v3.0.1 |
1872 | 2023-12-11T22:54:27.561Z | Downloaded radium v0.7.0 |
1873 | 2023-12-11T22:54:27.562Z | Downloaded serde-hex v0.1.0 |
1874 | 2023-12-11T22:54:27.562Z | Downloaded smallvec v0.6.14 |
1875 | 2023-12-11T22:54:27.562Z | Downloaded nodrop v0.1.14 |
1876 | 2023-12-11T22:54:27.562Z | Downloaded termcolor v1.2.0 |
1877 | 2023-12-11T22:54:27.562Z | Downloaded env_logger v0.10.0 |
1878 | 2023-12-11T22:54:27.562Z | Downloaded rsa v0.9.2 |
1879 | 2023-12-11T22:54:27.570Z | Downloaded ron v0.8.1 |
1880 | 2023-12-11T22:54:27.589Z | Downloaded x509-cert v0.2.4 |
1881 | 2023-12-11T22:54:28.014Z | Downloaded num-bigint-dig v0.8.4 |
1882 | 2023-12-11T22:54:28.015Z | Downloaded object v0.30.4 |
1883 | 2023-12-11T22:54:28.022Z | Downloaded bitvec v1.0.1 |
1884 | 2023-12-11T22:54:28.022Z | Downloaded packed_struct_codegen v0.10.1 |
1885 | 2023-12-11T22:54:28.022Z | Compiling proc-macro2 v1.0.69 |
1886 | 2023-12-11T22:54:28.022Z | Compiling unicode-ident v1.0.12 |
1887 | 2023-12-11T22:54:28.023Z | Compiling libc v0.2.150 |
1888 | 2023-12-11T22:54:28.023Z | Compiling autocfg v1.1.0 |
1889 | 2023-12-11T22:54:28.023Z | Compiling serde v1.0.192 |
1890 | 2023-12-11T22:54:28.024Z | Compiling cfg-if v1.0.0 |
1891 | 2023-12-11T22:54:28.024Z | Compiling version_check v0.9.4 |
1892 | 2023-12-11T22:54:28.024Z | Compiling typenum v1.16.0 |
1893 | 2023-12-11T22:54:28.025Z | Compiling syn v1.0.109 |
1894 | 2023-12-11T22:54:28.118Z | Compiling parking_lot_core v0.9.8 |
1895 | 2023-12-11T22:54:28.643Z | Compiling futures-core v0.3.29 |
1896 | 2023-12-11T22:54:28.698Z | Compiling libm v0.2.7 |
1897 | 2023-12-11T22:54:28.818Z | Compiling once_cell v1.19.0 |
1898 | 2023-12-11T22:54:28.955Z | Compiling lock_api v0.4.10 |
1899 | 2023-12-11T22:54:29.154Z | Compiling generic-array v0.14.7 |
1900 | 2023-12-11T22:54:29.169Z | Compiling num-traits v0.2.16 |
1901 | 2023-12-11T22:54:29.355Z | Compiling pkg-config v0.3.27 |
1902 | 2023-12-11T22:54:29.426Z | Compiling scopeguard v1.2.0 |
1903 | 2023-12-11T22:54:29.593Z | Compiling slab v0.4.9 |
1904 | 2023-12-11T22:54:29.720Z | Compiling futures-channel v0.3.29 |
1905 | 2023-12-11T22:54:29.745Z | Compiling futures-task v0.3.29 |
1906 | 2023-12-11T22:54:30.007Z | Compiling quote v1.0.33 |
1907 | 2023-12-11T22:54:30.166Z | Compiling serde_json v1.0.108 |
1908 | 2023-12-11T22:54:30.378Z | Compiling thiserror v1.0.49 |
1909 | 2023-12-11T22:54:30.616Z | Compiling syn v2.0.32 |
1910 | 2023-12-11T22:54:30.951Z | Compiling cc v1.0.83 |
1911 | 2023-12-11T22:54:31.007Z | Compiling getrandom v0.2.10 |
1912 | 2023-12-11T22:54:31.030Z | Compiling futures-util v0.3.29 |
1913 | 2023-12-11T22:54:31.330Z | Compiling rand_core v0.6.4 |
1914 | 2023-12-11T22:54:31.511Z | Compiling memchr v2.6.3 |
1915 | 2023-12-11T22:54:31.527Z | Compiling itoa v1.0.9 |
1916 | 2023-12-11T22:54:31.844Z | Compiling smallvec v1.11.0 |
1917 | 2023-12-11T22:54:32.033Z | Compiling log v0.4.20 |
1918 | 2023-12-11T22:54:33.639Z | Compiling vcpkg v0.2.15 |
1919 | 2023-12-11T22:54:34.467Z | Compiling byteorder v1.5.0 |
1920 | 2023-12-11T22:54:35.356Z | Compiling parking_lot v0.12.1 |
1921 | 2023-12-11T22:54:35.517Z | Compiling const-oid v0.9.5 |
1922 | 2023-12-11T22:54:35.706Z | Compiling pin-project-lite v0.2.13 |
1923 | 2023-12-11T22:54:36.541Z | Compiling openssl-sys v0.9.96 |
1924 | 2023-12-11T22:54:36.938Z | Compiling ring v0.17.7 |
1925 | 2023-12-11T22:54:37.404Z | Compiling indexmap v1.9.3 |
1926 | 2023-12-11T22:54:38.042Z | Compiling signal-hook-registry v1.4.1 |
1927 | 2023-12-11T22:54:38.510Z | Compiling subtle v2.5.0 |
1928 | 2023-12-11T22:54:39.019Z | Compiling io-lifetimes v1.0.11 |
1929 | 2023-12-11T22:54:39.091Z | Compiling heck v0.4.1 |
1930 | 2023-12-11T22:54:39.377Z | Compiling ring v0.16.20 |
1931 | 2023-12-11T22:54:39.692Z | Compiling mio v0.8.9 |
1932 | 2023-12-11T22:54:39.847Z | Compiling num-integer v0.1.45 |
1933 | 2023-12-11T22:54:40.182Z | Compiling ryu v1.0.15 |
1934 | 2023-12-11T22:54:40.614Z | Compiling semver v1.0.20 |
1935 | 2023-12-11T22:54:41.709Z | Compiling spin v0.5.2 |
1936 | 2023-12-11T22:54:42.058Z | Compiling rustix v0.37.23 |
1937 | 2023-12-11T22:54:43.132Z | Compiling num_cpus v1.16.0 |
1938 | 2023-12-11T22:54:43.282Z | Compiling socket2 v0.5.5 |
1939 | 2023-12-11T22:54:43.421Z | Compiling openssl v0.10.60 |
1940 | 2023-12-11T22:54:43.793Z | Compiling ucd-trie v0.1.6 |
1941 | 2023-12-11T22:54:44.005Z | Compiling unicode-xid v0.2.4 |
1942 | 2023-12-11T22:54:44.223Z | Compiling httparse v1.8.0 |
1943 | 2023-12-11T22:54:44.569Z | Compiling futures-sink v0.3.29 |
1944 | 2023-12-11T22:54:44.638Z | Compiling synstructure v0.12.6 |
1945 | 2023-12-11T22:54:44.846Z | Compiling tinyvec_macros v0.1.1 |
1946 | 2023-12-11T22:54:45.270Z | Compiling tinyvec v1.6.0 |
1947 | 2023-12-11T22:54:46.288Z | Compiling crc32fast v1.3.2 |
1948 | 2023-12-11T22:54:46.312Z | Compiling rustls v0.21.9 |
1949 | 2023-12-11T22:54:46.495Z | Compiling futures-io v0.3.29 |
1950 | 2023-12-11T22:54:46.670Z | Compiling pin-utils v0.1.0 |
1951 | 2023-12-11T22:54:46.786Z | Compiling ppv-lite86 v0.2.17 |
1952 | 2023-12-11T22:54:46.862Z | Compiling native-tls v0.2.11 |
1953 | 2023-12-11T22:54:46.896Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1954 | 2023-12-11T22:54:47.062Z | Compiling spin v0.9.8 |
1955 | 2023-12-11T22:54:47.569Z | Compiling tracing-core v0.1.31 |
1956 | 2023-12-11T22:54:47.744Z | Compiling unicode-normalization v0.1.22 |
1957 | 2023-12-11T22:54:47.825Z | Compiling base64ct v1.6.0 |
1958 | 2023-12-11T22:54:48.121Z | Compiling rand_chacha v0.3.1 |
1959 | 2023-12-11T22:54:48.471Z | Compiling unicode-bidi v0.3.13 |
1960 | 2023-12-11T22:54:49.077Z | Compiling rand v0.8.5 |
1961 | 2023-12-11T22:54:49.110Z | Compiling pem-rfc7468 v0.7.0 |
1962 | 2023-12-11T22:54:50.831Z | Compiling errno v0.3.2 |
1963 | 2023-12-11T22:54:50.858Z | Compiling num-iter v0.1.43 |
1964 | 2023-12-11T22:54:51.061Z | Compiling usdt-impl v0.3.5 |
1965 | 2023-12-11T22:54:51.176Z | Compiling ahash v0.8.3 |
1966 | 2023-12-11T22:54:51.252Z | Compiling flagset v0.4.3 |
1967 | 2023-12-11T22:54:51.571Z | Compiling signal-hook v0.3.17 |
1968 | 2023-12-11T22:54:51.916Z | Compiling schemars v0.8.13 |
1969 | 2023-12-11T22:54:51.941Z | Compiling rustix v0.38.25 |
1970 | 2023-12-11T22:54:52.046Z | Compiling serde_derive v1.0.192 |
1971 | 2023-12-11T22:54:52.638Z | Compiling zeroize_derive v1.4.2 |
1972 | 2023-12-11T22:54:52.653Z | Compiling tokio-macros v2.2.0 |
1973 | 2023-12-11T22:54:52.654Z | Compiling thiserror-impl v1.0.49 |
1974 | 2023-12-11T22:54:52.654Z | Compiling futures-macro v0.3.29 |
1975 | 2023-12-11T22:54:52.654Z | Compiling tracing-attributes v0.1.26 |
1976 | 2023-12-11T22:54:52.773Z | Compiling der_derive v0.7.2 |
1977 | 2023-12-11T22:54:52.834Z | Compiling zerocopy-derive v0.2.0 |
1978 | 2023-12-11T22:54:54.447Z | Compiling zeroize v1.7.0 |
1979 | 2023-12-11T22:54:55.558Z | Compiling openssl-macros v0.1.1 |
1980 | 2023-12-11T22:54:57.005Z | Compiling zerocopy-derive v0.6.4 |
1981 | 2023-12-11T22:54:57.006Z | Compiling base64 v0.21.5 |
1982 | 2023-12-11T22:54:57.006Z | Compiling pest v2.7.2 |
1983 | 2023-12-11T22:54:57.376Z | Compiling crypto-common v0.1.6 |
1984 | 2023-12-11T22:54:57.407Z | Compiling block-buffer v0.10.4 |
1985 | 2023-12-11T22:54:57.795Z | Compiling digest v0.10.7 |
1986 | 2023-12-11T22:54:57.942Z | Compiling tracing v0.1.37 |
1987 | 2023-12-11T22:54:58.477Z | Compiling der v0.7.8 |
1988 | 2023-12-11T22:54:59.599Z | Compiling serde_derive_internals v0.26.0 |
1989 | 2023-12-11T22:55:01.009Z | Compiling pest_meta v2.7.2 |
1990 | 2023-12-11T22:55:03.424Z | Compiling pest_generator v2.7.2 |
1991 | 2023-12-11T22:55:06.047Z | Compiling fnv v1.0.7 |
1992 | 2023-12-11T22:55:06.267Z | Compiling bitflags v1.3.2 |
1993 | 2023-12-11T22:55:06.582Z | Compiling schemars_derive v0.8.13 |
1994 | 2023-12-11T22:55:07.534Z | Compiling pest_derive v2.7.2 |
1995 | 2023-12-11T22:55:08.583Z | Compiling spki v0.7.2 |
1996 | 2023-12-11T22:55:09.472Z | Compiling zerocopy v0.3.0 |
1997 | 2023-12-11T22:55:09.806Z | Compiling lazy_static v1.4.0 |
1998 | 2023-12-11T22:55:11.525Z | Compiling backtrace v0.3.69 |
1999 | 2023-12-11T22:55:11.547Z | Compiling num-bigint v0.4.4 |
2000 | 2023-12-11T22:55:12.098Z | Compiling memoffset v0.9.0 |
2001 | 2023-12-11T22:55:12.139Z | Compiling untrusted v0.9.0 |
2002 | 2023-12-11T22:55:12.189Z | Compiling crossbeam-utils v0.8.16 |
2003 | 2023-12-11T22:55:12.293Z | Compiling iana-time-zone v0.1.57 |
2004 | 2023-12-11T22:55:12.505Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2005 | 2023-12-11T22:55:12.551Z | Compiling smoltcp v0.9.1 |
2006 | 2023-12-11T22:55:12.808Z | Compiling hashbrown v0.12.3 |
2007 | 2023-12-11T22:55:12.860Z | Compiling percent-encoding v2.3.1 |
2008 | 2023-12-11T22:55:13.185Z | Compiling async-trait v0.1.74 |
2009 | 2023-12-11T22:55:13.333Z | Compiling doc-comment v0.3.3 |
2010 | 2023-12-11T22:55:13.452Z | Compiling hashbrown v0.14.2 |
2011 | 2023-12-11T22:55:13.517Z | Compiling foreign-types-shared v0.1.1 |
2012 | 2023-12-11T22:55:13.664Z | Compiling equivalent v1.0.1 |
2013 | 2023-12-11T22:55:13.831Z | Compiling untrusted v0.7.1 |
2014 | 2023-12-11T22:55:13.901Z | Compiling openssl-probe v0.1.5 |
2015 | 2023-12-11T22:55:14.285Z | Compiling bytes v1.5.0 |
2016 | 2023-12-11T22:55:15.017Z | Compiling bitflags v2.4.0 |
2017 | 2023-12-11T22:55:15.882Z | Compiling tokio v1.35.0 |
2018 | 2023-12-11T22:55:15.925Z | Compiling rustc_version v0.4.0 |
2019 | 2023-12-11T22:55:16.199Z | Compiling http v0.2.11 |
2020 | 2023-12-11T22:55:16.480Z | Compiling uuid v1.6.1 |
2021 | 2023-12-11T22:55:16.888Z | Compiling heapless v0.7.16 |
2022 | 2023-12-11T22:55:18.530Z | Compiling indexmap v2.1.0 |
2023 | 2023-12-11T22:55:19.923Z | Compiling chrono v0.4.31 |
2024 | 2023-12-11T22:55:20.625Z | Compiling foreign-types v0.3.2 |
2025 | 2023-12-11T22:55:23.036Z | Compiling dof v0.1.5 |
2026 | 2023-12-11T22:55:24.379Z | Compiling dtrace-parser v0.1.14 |
2027 | 2023-12-11T22:55:25.409Z | Compiling hmac v0.12.1 |
2028 | 2023-12-11T22:55:25.664Z | Compiling clap_derive v4.4.2 |
2029 | 2023-12-11T22:55:26.975Z | Compiling thread-id v4.2.0 |
2030 | 2023-12-11T22:55:27.114Z | Compiling time-core v0.1.1 |
2031 | 2023-12-11T22:55:27.185Z | Compiling try-lock v0.2.4 |
2032 | 2023-12-11T22:55:27.384Z | Compiling rustversion v1.0.14 |
2033 | 2023-12-11T22:55:27.638Z | Compiling anstyle v1.0.2 |
2034 | 2023-12-11T22:55:27.730Z | Compiling cpufeatures v0.2.9 |
2035 | 2023-12-11T22:55:27.865Z | Compiling adler v1.0.2 |
2036 | 2023-12-11T22:55:28.145Z | Compiling siphasher v0.3.11 |
2037 | 2023-12-11T22:55:28.240Z | Compiling utf8parse v0.2.1 |
2038 | 2023-12-11T22:55:28.407Z | Compiling tokio-util v0.7.10 |
2039 | 2023-12-11T22:55:28.530Z | Compiling anstyle-parse v0.2.1 |
2040 | 2023-12-11T22:55:28.863Z | Compiling miniz_oxide v0.7.1 |
2041 | 2023-12-11T22:55:30.385Z | Compiling h2 v0.3.21 |
2042 | 2023-12-11T22:55:33.160Z | Compiling sha2 v0.10.8 |
2043 | 2023-12-11T22:55:34.840Z | Compiling time-macros v0.2.13 |
2044 | 2023-12-11T22:55:36.923Z | Compiling want v0.3.1 |
2045 | 2023-12-11T22:55:39.307Z | Compiling rustls-webpki v0.101.7 |
2046 | 2023-12-11T22:55:39.377Z | Compiling sct v0.7.0 |
2047 | 2023-12-11T22:55:39.676Z | Compiling http-body v0.4.5 |
2048 | 2023-12-11T22:55:40.274Z | Compiling serde_tokenstream v0.1.7 |
2049 | 2023-12-11T22:55:41.020Z | Compiling form_urlencoded v1.2.1 |
2050 | 2023-12-11T22:55:41.102Z | Compiling pkcs8 v0.10.2 |
2051 | 2023-12-11T22:55:41.464Z | Compiling hubpack_derive v0.1.1 |
2052 | 2023-12-11T22:55:42.091Z | Compiling pin-project-internal v1.1.3 |
2053 | 2023-12-11T22:55:42.592Z | Compiling socket2 v0.4.9 |
2054 | 2023-12-11T22:55:42.707Z | Compiling crossbeam-epoch v0.9.15 |
2055 | 2023-12-11T22:55:43.317Z | Compiling tower-service v0.3.2 |
2056 | 2023-12-11T22:55:43.805Z | Compiling httpdate v1.0.3 |
2057 | 2023-12-11T22:55:43.981Z | Compiling anyhow v1.0.75 |
2058 | 2023-12-11T22:55:44.245Z | Compiling slog v2.7.0 |
2059 | 2023-12-11T22:55:44.389Z | Compiling anstyle-query v1.0.0 |
2060 | 2023-12-11T22:55:44.742Z | Compiling radium v0.7.0 |
2061 | 2023-12-11T22:55:44.911Z | Compiling colorchoice v1.0.0 |
2062 | 2023-12-11T22:55:46.171Z | Compiling anstream v0.5.0 |
2063 | 2023-12-11T22:55:46.444Z | Compiling hyper v0.14.27 |
2064 | 2023-12-11T22:55:53.141Z | Compiling terminal_size v0.2.6 |
2065 | 2023-12-11T22:55:54.082Z | Compiling serde_spanned v0.6.4 |
2066 | 2023-12-11T22:55:54.409Z | Compiling toml_datetime v0.6.5 |
2067 | 2023-12-11T22:55:56.090Z | Compiling rustls-pemfile v1.0.3 |
2068 | 2023-12-11T22:55:56.583Z | Compiling zerocopy v0.6.4 |
2069 | 2023-12-11T22:55:57.421Z | Compiling md-5 v0.10.5 |
2070 | 2023-12-11T22:55:58.250Z | Compiling stringprep v0.1.3 |
2071 | 2023-12-11T22:55:58.323Z | Compiling idna v0.5.0 |
2072 | 2023-12-11T22:55:59.835Z | Compiling diesel_table_macro_syntax v0.1.0 |
2073 | 2023-12-11T22:56:00.393Z | Compiling hash32 v0.2.1 |
2074 | 2023-12-11T22:56:00.607Z | Compiling aho-corasick v1.0.4 |
2075 | 2023-12-11T22:56:00.964Z | Compiling regex-syntax v0.8.2 |
2076 | 2023-12-11T22:56:01.435Z | Compiling strsim v0.10.0 |
2077 | 2023-12-11T22:56:01.810Z | Compiling fallible-iterator v0.2.0 |
2078 | 2023-12-11T22:56:02.227Z | Compiling gimli v0.28.0 |
2079 | 2023-12-11T22:56:02.886Z | Compiling stable_deref_trait v1.2.0 |
2080 | 2023-12-11T22:56:03.018Z | Compiling either v1.9.0 |
2081 | 2023-12-11T22:56:03.538Z | Compiling maybe-uninit v2.0.0 |
2082 | 2023-12-11T22:56:04.203Z | Compiling dyn-clone v1.0.13 |
2083 | 2023-12-11T22:56:04.471Z | Compiling tap v1.0.1 |
2084 | 2023-12-11T22:56:04.530Z | Compiling clap_lex v0.5.1 |
2085 | 2023-12-11T22:56:04.734Z | Compiling winnow v0.5.15 |
2086 | 2023-12-11T22:56:05.406Z | Compiling clap_builder v4.4.2 |
2087 | 2023-12-11T22:56:05.665Z | Compiling wyz v0.5.1 |
2088 | 2023-12-11T22:56:06.363Z | Compiling postgres-protocol v0.6.6 |
2089 | 2023-12-11T22:56:06.854Z | Compiling diesel_derives v2.1.2 |
2090 | 2023-12-11T22:56:07.982Z | Compiling regex-automata v0.4.3 |
2091 | 2023-12-11T22:56:09.981Z | Compiling addr2line v0.21.0 |
2092 | 2023-12-11T22:56:10.146Z | Compiling url v2.5.0 |
2093 | 2023-12-11T22:56:11.050Z | Compiling tokio-rustls v0.24.1 |
2094 | 2023-12-11T22:56:11.769Z | Compiling rustls-native-certs v0.6.3 |
2095 | 2023-12-11T22:56:12.281Z | Compiling strum_macros v0.25.2 |
2096 | 2023-12-11T22:56:13.508Z | Compiling tokio-native-tls v0.3.1 |
2097 | 2023-12-11T22:56:18.800Z | Compiling usdt-attr-macro v0.3.5 |
2098 | 2023-12-11T22:56:19.253Z | Compiling usdt-macro v0.3.5 |
2099 | 2023-12-11T22:56:21.059Z | Compiling phf_shared v0.11.2 |
2100 | 2023-12-11T22:56:21.938Z | Compiling block-padding v0.3.3 |
2101 | 2023-12-11T22:56:21.975Z | Compiling snafu-derive v0.7.5 |
2102 | 2023-12-11T22:56:22.264Z | Compiling enum-as-inner v0.5.1 |
2103 | 2023-12-11T22:56:22.331Z | Compiling serde_repr v0.1.16 |
2104 | 2023-12-11T22:56:23.720Z | Compiling ff v0.13.0 |
2105 | 2023-12-11T22:56:23.988Z | Compiling scheduled-thread-pool v0.2.7 |
2106 | 2023-12-11T22:56:24.069Z | Compiling object v0.32.1 |
2107 | 2023-12-11T22:56:27.510Z | Compiling regex-automata v0.1.10 |
2108 | 2023-12-11T22:56:29.504Z | Compiling rustc-demangle v0.1.23 |
2109 | 2023-12-11T22:56:30.068Z | Compiling ipnet v2.8.0 |
2110 | 2023-12-11T22:56:30.579Z | Compiling deranged v0.3.8 |
2111 | 2023-12-11T22:56:31.534Z | Compiling matches v0.1.10 |
2112 | 2023-12-11T22:56:31.653Z | Compiling num-bigint-dig v0.8.4 |
2113 | 2023-12-11T22:56:31.780Z | Compiling base16ct v0.2.0 |
2114 | 2023-12-11T22:56:31.792Z | Compiling funty v2.0.0 |
2115 | 2023-12-11T22:56:32.066Z | Compiling num_threads v0.1.6 |
2116 | 2023-12-11T22:56:32.219Z | Compiling packed_struct v0.10.1 |
2117 | 2023-12-11T22:56:33.560Z | Compiling bit-vec v0.6.3 |
2118 | 2023-12-11T22:56:34.272Z | Compiling managed v0.8.0 |
2119 | 2023-12-11T22:56:36.650Z | Compiling bitvec v1.0.1 |
2120 | 2023-12-11T22:56:38.486Z | Compiling time v0.3.27 |
2121 | 2023-12-11T22:56:40.070Z | Compiling sec1 v0.7.3 |
2122 | 2023-12-11T22:56:41.150Z | Compiling idna v0.2.3 |
2123 | 2023-12-11T22:56:41.369Z | Compiling bstr v0.2.17 |
2124 | 2023-12-11T22:56:43.926Z | Compiling r2d2 v0.8.10 |
2125 | 2023-12-11T22:56:43.930Z | Compiling group v0.13.0 |
2126 | 2023-12-11T22:56:44.550Z | Compiling inout v0.1.3 |
2127 | 2023-12-11T22:56:46.769Z | Compiling phf v0.11.2 |
2128 | 2023-12-11T22:56:46.882Z | Compiling regex v1.10.2 |
2129 | 2023-12-11T22:56:47.200Z | Compiling hyper-tls v0.5.0 |
2130 | 2023-12-11T22:56:47.710Z | Compiling signal-hook-mio v0.2.3 |
2131 | 2023-12-11T22:56:47.920Z | Compiling hyper-rustls v0.24.2 |
2132 | 2023-12-11T22:56:48.558Z | Compiling clap v4.4.3 |
2133 | 2023-12-11T22:56:48.718Z | Compiling flate2 v1.0.28 |
2134 | 2023-12-11T22:56:48.734Z | Compiling toml_edit v0.19.15 |
2135 | 2023-12-11T22:56:49.912Z | Compiling ipnetwork v0.20.0 |
2136 | 2023-12-11T22:56:50.243Z | Compiling postgres-types v0.2.6 |
2137 | 2023-12-11T22:56:51.174Z | Compiling bzip2 v0.4.4 |
2138 | 2023-12-11T22:56:51.510Z | Compiling itertools v0.11.0 |
2139 | 2023-12-11T22:56:51.708Z | Compiling pin-project v1.1.3 |
2140 | 2023-12-11T22:56:52.358Z | Compiling hubpack v0.1.2 |
2141 | 2023-12-11T22:56:52.453Z | Compiling serde_urlencoded v0.7.1 |
2142 | 2023-12-11T22:56:53.010Z | Compiling phf_shared v0.10.0 |
2143 | 2023-12-11T22:56:53.254Z | Compiling hkdf v0.12.3 |
2144 | 2023-12-11T22:56:53.856Z | Compiling futures-executor v0.3.29 |
2145 | 2023-12-11T22:56:56.392Z | Compiling crypto-bigint v0.5.2 |
2146 | 2023-12-11T22:56:57.582Z | Compiling packed_struct_codegen v0.10.1 |
2147 | 2023-12-11T22:56:58.897Z | Compiling float-cmp v0.9.0 |
2148 | 2023-12-11T22:56:59.587Z | Compiling encoding_rs v0.8.33 |
2149 | 2023-12-11T22:56:59.845Z | Compiling mime v0.3.17 |
2150 | 2023-12-11T22:56:59.891Z | Compiling fixedbitset v0.4.2 |
2151 | 2023-12-11T22:57:00.236Z | Compiling regex-automata v0.3.8 |
2152 | 2023-12-11T22:57:00.653Z | Compiling crc-catalog v2.2.0 |
2153 | 2023-12-11T22:57:00.855Z | Compiling precomputed-hash v0.1.1 |
2154 | 2023-12-11T22:57:01.002Z | Compiling nodrop v0.1.14 |
2155 | 2023-12-11T22:57:01.167Z | Compiling difflib v0.4.0 |
2156 | 2023-12-11T22:57:01.774Z | Compiling data-encoding v2.4.0 |
2157 | 2023-12-11T22:57:03.995Z | Compiling predicates-core v1.0.6 |
2158 | 2023-12-11T22:57:04.866Z | Compiling new_debug_unreachable v1.0.4 |
2159 | 2023-12-11T22:57:04.986Z | Compiling static_assertions v1.1.0 |
2160 | 2023-12-11T22:57:05.116Z | Compiling whoami v1.4.1 |
2161 | 2023-12-11T22:57:05.183Z | Compiling webpki-roots v0.25.2 |
2162 | 2023-12-11T22:57:05.400Z | Compiling unicode-width v0.1.11 |
2163 | 2023-12-11T22:57:05.634Z | Compiling normalize-line-endings v0.3.0 |
2164 | 2023-12-11T22:57:05.773Z | Compiling unicode-segmentation v1.10.1 |
2165 | 2023-12-11T22:57:05.786Z | Compiling predicates v3.0.4 |
2166 | 2023-12-11T22:57:05.923Z | Compiling console v0.15.7 |
2167 | 2023-12-11T22:57:07.110Z | Compiling similar v2.3.0 |
2168 | 2023-12-11T22:57:07.998Z | Compiling tokio-postgres v0.7.10 |
2169 | 2023-12-11T22:57:10.602Z | Compiling reqwest v0.11.22 |
2170 | 2023-12-11T22:57:14.503Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2171 | 2023-12-11T22:57:14.503Z | Compiling string_cache v0.8.7 |
2172 | 2023-12-11T22:57:37.717Z | Compiling bstr v1.6.0 |
2173 | 2023-12-11T22:57:37.717Z | Compiling trust-dns-proto v0.22.0 |
2174 | 2023-12-11T22:57:37.717Z | Compiling array-init v0.0.4 |
2175 | 2023-12-11T22:57:37.718Z | Compiling crc v3.0.1 |
2176 | 2023-12-11T22:57:37.718Z | Compiling petgraph v0.6.4 |
2177 | 2023-12-11T22:57:37.718Z | Compiling elliptic-curve v0.13.8 |
2178 | 2023-12-11T22:57:37.718Z | Compiling futures v0.3.29 |
2179 | 2023-12-11T22:57:37.718Z | Compiling toml v0.7.8 |
2180 | 2023-12-11T22:57:37.718Z | Compiling snafu v0.7.5 |
2181 | 2023-12-11T22:57:37.718Z | Compiling zip v0.6.6 |
2182 | 2023-12-11T22:57:37.718Z | Compiling smallvec v0.6.14 |
2183 | 2023-12-11T22:57:37.933Z | Compiling diesel v2.1.4 |
2184 | 2023-12-11T22:57:37.934Z | Compiling yasna v0.5.2 |
2185 | 2023-12-11T22:57:38.051Z | Compiling crossterm v0.27.0 |
2186 | 2023-12-11T22:57:38.431Z | Compiling cipher v0.4.4 |
2187 | 2023-12-11T22:57:39.125Z | Compiling hashbrown v0.13.2 |
2188 | 2023-12-11T22:57:43.287Z | Compiling bit-set v0.5.3 |
2189 | 2023-12-11T22:57:43.494Z | Compiling usdt v0.3.5 |
2190 | 2023-12-11T22:57:43.700Z | Compiling is-terminal v0.4.9 |
2191 | 2023-12-11T22:57:43.886Z | Compiling toml_edit v0.21.0 |
2192 | 2023-12-11T22:57:46.284Z | Compiling itertools v0.10.5 |
2193 | 2023-12-11T22:57:50.283Z | Compiling pkcs1 v0.7.5 |
2194 | 2023-12-11T22:57:50.800Z | Compiling tokio-stream v0.1.14 |
2195 | 2023-12-11T22:57:52.277Z | Compiling openapiv3 v2.0.0 |
2196 | 2023-12-11T22:57:55.737Z | Compiling hex v0.4.3 |
2197 | 2023-12-11T22:57:57.489Z | Compiling signature v2.1.0 |
2198 | 2023-12-11T22:58:00.569Z | Compiling lalrpop-util v0.19.12 |
2199 | 2023-12-11T22:58:01.597Z | Compiling bitfield v0.14.0 |
2200 | 2023-12-11T22:58:05.552Z | Compiling termcolor v1.2.0 |
2201 | 2023-12-11T22:58:07.706Z | Compiling env_logger v0.10.0 |
2202 | 2023-12-11T22:58:13.442Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2203 | 2023-12-11T22:58:25.986Z | Compiling rsa v0.9.2 |
2204 | 2023-12-11T22:58:36.707Z | Compiling serde-hex v0.1.0 |
2205 | 2023-12-11T22:58:39.561Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2206 | 2023-12-11T22:58:46.635Z | Compiling ron v0.8.1 |
2207 | 2023-12-11T22:58:46.695Z | Compiling x509-cert v0.2.4 |
2208 | 2023-12-11T22:58:47.511Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2209 | 2023-12-11T22:58:57.932Z | Compiling crc-any v2.4.3 |
2210 | 2023-12-11T22:59:00.035Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2211 | 2023-12-11T22:59:19.939Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2212 | 2023-12-11T22:59:35.729Z | Compiling object v0.30.4 |
2213 | 2023-12-11T22:59:41.998Z | Compiling path-slash v0.1.5 |
2214 | 2023-12-11T22:59:42.894Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2215 | 2023-12-11T23:00:28.711Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2216 | 2023-12-11T23:00:29.793Z | Finished release [optimized] target(s) in 6m 03s |
2217 | 2023-12-11T23:00:29.887Z | |
2218 | 2023-12-11T23:00:29.887Z | real 6:03.311527183 |
2219 | 2023-12-11T23:00:29.887Z | user 42:07.273877519 |
2220 | 2023-12-11T23:00:29.887Z | sys 3:37.036147914 |
2221 | 2023-12-11T23:00:29.887Z | trap 1.671629619 |
2222 | 2023-12-11T23:00:29.887Z | tflt 0.975258447 |
2223 | 2023-12-11T23:00:29.926Z | dflt 0.466645518 |
2224 | 2023-12-11T23:00:29.927Z | kflt 0.007026526 |
2225 | 2023-12-11T23:00:29.927Z | lock 1:33:27.914305355 |
2226 | 2023-12-11T23:00:29.927Z | slp 1:58:26.267211620 |
2227 | 2023-12-11T23:00:29.927Z | lat 1:47.758604825 |
2228 | 2023-12-11T23:00:29.927Z | stop 1:19.376928954 |
2229 | 2023-12-11T23:00:29.927Z | + ptime -m gzip |
2230 | 2023-12-11T23:00:30.537Z | |
2231 | 2023-12-11T23:00:30.542Z | real 0.653484279 |
2232 | 2023-12-11T23:00:30.542Z | user 0.646276570 |
2233 | 2023-12-11T23:00:30.543Z | sys 0.006648276 |
2234 | 2023-12-11T23:00:30.543Z | trap 0.000070472 |
2235 | 2023-12-11T23:00:30.543Z | tflt 0.000000000 |
2236 | 2023-12-11T23:00:30.544Z | dflt 0.000000000 |
2237 | 2023-12-11T23:00:30.544Z | kflt 0.000000000 |
2238 | 2023-12-11T23:00:30.544Z | lock 0.000000000 |
2239 | 2023-12-11T23:00:30.544Z | slp 0.000000000 |
2240 | 2023-12-11T23:00:30.545Z | lat 0.000161763 |
2241 | 2023-12-11T23:00:30.545Z | stop 0.000224091 |
2242 | 2023-12-11T23:00:30.545Z | + banner tufaceous |
2243 | 2023-12-11T23:00:30.545Z | |
2244 | 2023-12-11T23:00:30.545Z | ##### # # ###### ## #### ###### #### # # #### |
2245 | 2023-12-11T23:00:30.546Z | # # # # # # # # # # # # # # |
2246 | 2023-12-11T23:00:30.546Z | # # # ##### # # # ##### # # # # #### |
2247 | 2023-12-11T23:00:30.550Z | # # # # ###### # # # # # # # |
2248 | 2023-12-11T23:00:30.550Z | # # # # # # # # # # # # # # # |
2249 | 2023-12-11T23:00:30.550Z | # #### # # # #### ###### #### #### #### |
2250 | 2023-12-11T23:00:30.551Z | |
2251 | 2023-12-11T23:00:30.551Z | + ptime -m cargo build --locked -p tufaceous --release |
2252 | 2023-12-11T23:00:31.183Z | Downloading crates ... |
2253 | 2023-12-11T23:00:31.504Z | Downloaded humantime v2.1.0 |
2254 | 2023-12-11T23:00:31.511Z | Downloaded globset v0.4.13 |
2255 | 2023-12-11T23:00:31.522Z | Downloaded buf-list v1.0.3 |
2256 | 2023-12-11T23:00:31.525Z | Downloaded serde_plain v1.0.2 |
2257 | 2023-12-11T23:00:31.526Z | Downloaded fs-err v2.11.0 |
2258 | 2023-12-11T23:00:31.526Z | Downloaded olpc-cjson v0.1.3 |
2259 | 2023-12-11T23:00:31.526Z | Downloaded async-recursion v1.0.5 |
2260 | 2023-12-11T23:00:31.530Z | Downloaded bytesize v1.3.0 |
2261 | 2023-12-11T23:00:31.530Z | Downloaded tough v0.16.0 |
2262 | 2023-12-11T23:00:31.544Z | Downloaded typed-path v0.7.0 |
2263 | 2023-12-11T23:00:31.712Z | Compiling serde_tokenstream v0.2.0 |
2264 | 2023-12-11T23:00:31.736Z | Compiling regress v0.7.1 |
2265 | 2023-12-11T23:00:31.744Z | Compiling dirs-sys-next v0.1.2 |
2266 | 2023-12-11T23:00:31.747Z | Compiling ident_case v1.0.1 |
2267 | 2023-12-11T23:00:31.766Z | Compiling thread_local v1.1.7 |
2268 | 2023-12-11T23:00:31.769Z | Compiling heck v0.4.1 |
2269 | 2023-12-11T23:00:31.782Z | Compiling camino v1.1.6 |
2270 | 2023-12-11T23:00:32.003Z | Compiling dirs-next v2.0.0 |
2271 | 2023-12-11T23:00:32.360Z | Compiling darling_core v0.20.3 |
2272 | 2023-12-11T23:00:32.485Z | Compiling slog-async v2.8.0 |
2273 | 2023-12-11T23:00:32.626Z | Compiling term v0.7.0 |
2274 | 2023-12-11T23:00:33.070Z | Compiling crossbeam-channel v0.5.8 |
2275 | 2023-12-11T23:00:33.199Z | Compiling getopts v0.2.21 |
2276 | 2023-12-11T23:00:33.504Z | Compiling structmeta-derive v0.2.0 |
2277 | 2023-12-11T23:00:33.726Z | Compiling atty v0.2.14 |
2278 | 2023-12-11T23:00:33.935Z | Compiling multer v2.1.0 |
2279 | 2023-12-11T23:00:34.353Z | Compiling take_mut v0.2.2 |
2280 | 2023-12-11T23:00:34.569Z | Compiling match_cfg v0.1.0 |
2281 | 2023-12-11T23:00:34.648Z | Compiling unsafe-libyaml v0.2.9 |
2282 | 2023-12-11T23:00:34.696Z | Compiling paste v1.0.14 |
2283 | 2023-12-11T23:00:35.407Z | Compiling hostname v0.3.1 |
2284 | 2023-12-11T23:00:35.876Z | Compiling slog-term v2.9.0 |
2285 | 2023-12-11T23:00:37.440Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2286 | 2023-12-11T23:00:39.605Z | Compiling structmeta v0.2.0 |
2287 | 2023-12-11T23:00:40.208Z | Compiling serde_yaml v0.9.25 |
2288 | 2023-12-11T23:00:41.100Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2289 | 2023-12-11T23:00:41.120Z | Compiling slog-json v2.6.1 |
2290 | 2023-12-11T23:00:41.601Z | Compiling darling_macro v0.20.3 |
2291 | 2023-12-11T23:00:41.883Z | Compiling async-stream-impl v0.3.5 |
2292 | 2023-12-11T23:00:42.605Z | Compiling darling v0.20.3 |
2293 | 2023-12-11T23:00:42.763Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2294 | 2023-12-11T23:00:43.190Z | Compiling atomic-waker v1.1.1 |
2295 | 2023-12-11T23:00:43.720Z | Compiling fastrand v2.0.0 |
2296 | 2023-12-11T23:00:43.720Z | Compiling regex-syntax v0.7.5 |
2297 | 2023-12-11T23:00:43.802Z | Compiling async-stream v0.3.5 |
2298 | 2023-12-11T23:00:44.255Z | Compiling tempfile v3.8.1 |
2299 | 2023-12-11T23:00:44.452Z | Compiling waitgroup v0.1.2 |
2300 | 2023-12-11T23:00:44.632Z | Compiling serde_with_macros v3.4.0 |
2301 | 2023-12-11T23:00:44.784Z | Compiling slog-bunyan v2.4.0 |
2302 | 2023-12-11T23:00:47.470Z | Compiling toml v0.8.8 |
2303 | 2023-12-11T23:00:48.216Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2304 | 2023-12-11T23:00:48.436Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2305 | 2023-12-11T23:00:50.027Z | Compiling sha1 v0.10.6 |
2306 | 2023-12-11T23:00:50.195Z | Compiling serde_path_to_error v0.1.14 |
2307 | 2023-12-11T23:00:50.853Z | Compiling fs-err v2.11.0 |
2308 | 2023-12-11T23:00:51.264Z | Compiling instant v0.1.12 |
2309 | 2023-12-11T23:00:51.444Z | Compiling arc-swap v1.6.0 |
2310 | 2023-12-11T23:00:51.491Z | Compiling debug-ignore v1.0.5 |
2311 | 2023-12-11T23:00:51.535Z | Compiling buf-list v1.0.3 |
2312 | 2023-12-11T23:00:51.696Z | Compiling same-file v1.0.6 |
2313 | 2023-12-11T23:00:52.143Z | Compiling walkdir v2.4.0 |
2314 | 2023-12-11T23:00:52.430Z | Compiling slog-scope v4.4.0 |
2315 | 2023-12-11T23:00:52.628Z | Compiling backoff v0.4.0 |
2316 | 2023-12-11T23:00:53.375Z | Compiling serde_with v3.4.0 |
2317 | 2023-12-11T23:00:53.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2318 | 2023-12-11T23:00:53.984Z | Compiling parse-display-derive v0.8.2 |
2319 | 2023-12-11T23:00:54.931Z | Compiling globset v0.4.13 |
2320 | 2023-12-11T23:00:55.016Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2321 | 2023-12-11T23:00:55.254Z | Compiling strum v0.25.0 |
2322 | 2023-12-11T23:00:55.505Z | Compiling olpc-cjson v0.1.3 |
2323 | 2023-12-11T23:00:56.391Z | Compiling pem v3.0.2 |
2324 | 2023-12-11T23:00:56.495Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2325 | 2023-12-11T23:00:56.558Z | Compiling macaddr v1.0.1 |
2326 | 2023-12-11T23:00:57.679Z | Compiling serde_plain v1.0.2 |
2327 | 2023-12-11T23:00:58.494Z | Compiling async-recursion v1.0.5 |
2328 | 2023-12-11T23:00:59.509Z | Compiling filetime v0.2.23 |
2329 | 2023-12-11T23:00:59.633Z | Compiling xattr v1.0.1 |
2330 | 2023-12-11T23:01:00.024Z | Compiling typed-path v0.7.0 |
2331 | 2023-12-11T23:01:00.059Z | Compiling tar v0.4.40 |
2332 | 2023-12-11T23:01:00.284Z | Compiling parse-display v0.8.2 |
2333 | 2023-12-11T23:01:01.289Z | Compiling slog-stdlog v4.1.1 |
2334 | 2023-12-11T23:01:02.860Z | Compiling camino-tempfile v1.1.1 |
2335 | 2023-12-11T23:01:03.670Z | Compiling itertools v0.12.0 |
2336 | 2023-12-11T23:01:03.678Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2337 | 2023-12-11T23:01:03.847Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2338 | 2023-12-11T23:01:09.616Z | Compiling tough v0.16.0 |
2339 | 2023-12-11T23:01:09.730Z | Compiling bytesize v1.3.0 |
2340 | 2023-12-11T23:01:10.006Z | Compiling slog-envlogger v2.2.0 |
2341 | 2023-12-11T23:01:10.710Z | Compiling humantime v2.1.0 |
2342 | 2023-12-11T23:01:13.938Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2343 | 2023-12-11T23:01:38.026Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2344 | 2023-12-11T23:01:38.315Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2345 | 2023-12-11T23:01:49.356Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2346 | 2023-12-11T23:01:51.563Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2347 | 2023-12-11T23:02:21.149Z | Finished release [optimized] target(s) in 1m 50s |
2348 | 2023-12-11T23:02:21.245Z | |
2349 | 2023-12-11T23:02:21.253Z | real 1:50.671218954 |
2350 | 2023-12-11T23:02:21.253Z | user 11:50.828217619 |
2351 | 2023-12-11T23:02:21.253Z | sys 44.579713841 |
2352 | 2023-12-11T23:02:21.254Z | trap 0.440607708 |
2353 | 2023-12-11T23:02:21.254Z | tflt 0.278879481 |
2354 | 2023-12-11T23:02:21.254Z | dflt 0.655712810 |
2355 | 2023-12-11T23:02:21.254Z | kflt 0.000020159 |
2356 | 2023-12-11T23:02:21.254Z | lock 20:32.093015777 |
2357 | 2023-12-11T23:02:21.255Z | slp 23:33.531407561 |
2358 | 2023-12-11T23:02:21.255Z | lat 22.389490946 |
2359 | 2023-12-11T23:02:21.255Z | stop 11.140312028 |
2360 | 2023-12-11T23:02:21.255Z | + ptime -m gzip |
2361 | 2023-12-11T23:02:23.619Z | |
2362 | 2023-12-11T23:02:23.623Z | real 2.370607159 |
2363 | 2023-12-11T23:02:23.624Z | user 2.337670331 |
2364 | 2023-12-11T23:02:23.624Z | sys 0.031870391 |
2365 | 2023-12-11T23:02:23.624Z | trap 0.000453292 |
2366 | 2023-12-11T23:02:23.624Z | tflt 0.000000000 |
2367 | 2023-12-11T23:02:23.624Z | dflt 0.000000000 |
2368 | 2023-12-11T23:02:23.624Z | kflt 0.000000000 |
2369 | 2023-12-11T23:02:23.624Z | lock 0.000000000 |
2370 | 2023-12-11T23:02:23.624Z | slp 0.000000000 |
2371 | 2023-12-11T23:02:23.624Z | lat 0.000253245 |
2372 | 2023-12-11T23:02:23.624Z | stop 0.000229400 |
2373 | 2023-12-11T23:02:23.625Z | process exited: duration 1150451 ms, exit code 0 |
|
2374 | 2023-12-11T23:02:23.652Z | found 5 output files |
2375 | 2023-12-11T23:02:23.652Z | uploading: /work/end-to-end-tests/bootstrap-aebb85727f22ecbe.gz (6318063 bytes) |
2376 | 2023-12-11T23:02:26.127Z | uploaded: /work/end-to-end-tests/bootstrap-aebb85727f22ecbe.gz |
2377 | 2023-12-11T23:02:26.127Z | uploading: /work/end-to-end-tests/bootstrap.gz (97271260 bytes) |
2378 | 2023-12-11T23:02:57.380Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2379 | 2023-12-11T23:02:57.381Z | uploading: /work/end-to-end-tests/end_to_end_tests-78d7e64c22b71095.gz (101235123 bytes) |
2380 | 2023-12-11T23:03:51.475Z | uploaded: /work/end-to-end-tests/end_to_end_tests-78d7e64c22b71095.gz |
2381 | 2023-12-11T23:03:51.476Z | uploading: /work/caboose-util.gz (4091930 bytes) |
2382 | 2023-12-11T23:03:53.462Z | uploaded: /work/caboose-util.gz |
2383 | 2023-12-11T23:03:53.463Z | uploading: /work/tufaceous.gz (14974486 bytes) |
2384 | 2023-12-11T23:04:04.193Z | uploaded: /work/tufaceous.gz |