|
|
|
1 | 2023-11-07T05:09:27.090Z | job assigned to worker 01HEM2VVXVBNZJR2TACEW3B8QQ (queued for 1 m 14 s) |
|
2 | 2023-11-07T05:09:27.773Z | starting task 0: "setup" |
3 | 2023-11-07T05:09:28.131Z | ++ uname -s |
4 | 2023-11-07T05:09:28.149Z | + kern=SunOS |
5 | 2023-11-07T05:09:28.160Z | + case "$kern" in |
6 | 2023-11-07T05:09:28.165Z | + groupadd -g 12345 build |
7 | 2023-11-07T05:09:28.169Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T05:09:30.153Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T05:09:30.340Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T05:09:30.361Z | + home_fs=zfs |
11 | 2023-11-07T05:09:30.375Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T05:09:30.384Z | + mkdir -p /home/build |
13 | 2023-11-07T05:09:31.357Z | + chown build:build /home/build /work |
14 | 2023-11-07T05:09:32.387Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T05:09:32.456Z | process exited: duration 4565 ms, exit code 0 |
|
16 | 2023-11-07T05:09:32.491Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T05:09:32.516Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T05:09:32.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T05:09:32.860Z | info: downloading installer |
20 | 2023-11-07T05:09:36.589Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T05:09:36.732Z | warning: /opt/ooce/bin |
22 | 2023-11-07T05:09:36.766Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T05:09:36.782Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T05:09:36.798Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T05:09:36.807Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T05:09:36.823Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T05:09:36.842Z | error: cannot install while Rust is installed |
28 | 2023-11-07T05:09:36.862Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T05:09:37.336Z | info: profile set to 'default' |
30 | 2023-11-07T05:09:37.353Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T05:09:37.391Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T05:09:37.417Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T05:09:37.427Z | info: downloading component 'cargo' |
34 | 2023-11-07T05:09:37.442Z | info: downloading component 'clippy' |
35 | 2023-11-07T05:09:37.603Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T05:09:38.479Z | info: downloading component 'rust-std' |
37 | 2023-11-07T05:09:39.978Z | info: downloading component 'rustc' |
38 | 2023-11-07T05:09:43.694Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T05:09:43.906Z | info: installing component 'cargo' |
40 | 2023-11-07T05:09:46.081Z | info: installing component 'clippy' |
41 | 2023-11-07T05:09:47.079Z | info: installing component 'rust-docs' |
42 | 2023-11-07T05:09:50.014Z | info: installing component 'rust-std' |
43 | 2023-11-07T05:09:54.171Z | info: installing component 'rustc' |
44 | 2023-11-07T05:10:02.814Z | info: installing component 'rustfmt' |
45 | 2023-11-07T05:10:03.321Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T05:10:03.329Z | |
47 | 2023-11-07T05:10:03.480Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T05:10:03.501Z | |
49 | 2023-11-07T05:10:03.529Z | |
50 | 2023-11-07T05:10:03.561Z | Rust is installed now. Great! |
51 | 2023-11-07T05:10:04.020Z | |
52 | 2023-11-07T05:10:04.051Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T05:10:04.060Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T05:10:04.068Z | |
55 | 2023-11-07T05:10:04.076Z | To configure your current shell, run: |
56 | 2023-11-07T05:10:04.081Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T05:10:04.086Z | + rustc --version |
58 | 2023-11-07T05:10:04.089Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T05:10:04.093Z | process exited: duration 31171 ms, exit code 0 |
|
60 | 2023-11-07T05:10:04.102Z | starting task 2: "authentication" |
61 | 2023-11-07T05:10:04.144Z | process exited: duration 38 ms, exit code 0 |
|
62 | 2023-11-07T05:10:04.153Z | starting task 3: "clone repository" |
63 | 2023-11-07T05:10:04.165Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T05:10:04.169Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T05:10:04.257Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T05:10:11.719Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T05:10:11.732Z | + [[ -n renovate/swatinem-rust-cache-2.x ]] |
68 | 2023-11-07T05:10:11.774Z | + git fetch origin renovate/swatinem-rust-cache-2.x |
69 | 2023-11-07T05:10:12.212Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T05:10:12.238Z | * branch renovate/swatinem-rust-cache-2.x -> FETCH_HEAD |
71 | 2023-11-07T05:10:12.242Z | + git checkout -B renovate/swatinem-rust-cache-2.x remotes/origin/renovate/swatinem-rust-cache-2.x |
72 | 2023-11-07T05:10:12.249Z | Switched to a new branch 'renovate/swatinem-rust-cache-2.x' |
73 | 2023-11-07T05:10:12.259Z | branch 'renovate/swatinem-rust-cache-2.x' set up to track 'origin/renovate/swatinem-rust-cache-2.x'. |
74 | 2023-11-07T05:10:12.281Z | + git reset --hard 755c8947f3d5c107708a3f974a69df7dd783b181 |
75 | 2023-11-07T05:10:12.340Z | HEAD is now at 755c8947 chore(deps): update swatinem/rust-cache action to v2.7.1 |
76 | 2023-11-07T05:10:12.367Z | process exited: duration 8177 ms, exit code 0 |
|
77 | 2023-11-07T05:10:12.811Z | starting task 4: "build" |
78 | 2023-11-07T05:10:12.847Z | + cargo --version |
79 | 2023-11-07T05:10:12.859Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-07T05:10:13.068Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-07T05:10:13.079Z | info: downloading component 'cargo' |
82 | 2023-11-07T05:10:13.971Z | info: downloading component 'clippy' |
83 | 2023-11-07T05:10:14.292Z | info: downloading component 'rust-docs' |
84 | 2023-11-07T05:10:15.555Z | info: downloading component 'rust-std' |
85 | 2023-11-07T05:10:17.309Z | info: downloading component 'rustc' |
86 | 2023-11-07T05:10:22.475Z | info: downloading component 'rustfmt' |
87 | 2023-11-07T05:10:23.163Z | info: installing component 'cargo' |
88 | 2023-11-07T05:10:23.960Z | info: installing component 'clippy' |
89 | 2023-11-07T05:10:24.450Z | info: installing component 'rust-docs' |
90 | 2023-11-07T05:10:27.226Z | info: installing component 'rust-std' |
91 | 2023-11-07T05:10:29.689Z | info: installing component 'rustc' |
92 | 2023-11-07T05:10:35.837Z | info: installing component 'rustfmt' |
93 | 2023-11-07T05:10:36.392Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-07T05:10:36.415Z | + rustc --version |
95 | 2023-11-07T05:10:36.578Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-07T05:10:36.646Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-11-07T05:10:50.450Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-11-07T05:10:51.160Z | Startup: Caching catalogs ... Done |
99 | 2023-11-07T05:11:00.729Z | Planning: Solver setup ... Done (4.492s) |
100 | 2023-11-07T05:11:00.910Z | Planning: Running solver ... Done (0.118s) |
101 | 2023-11-07T05:11:01.509Z | Planning: Finding local manifests ... Done (0.003s) |
102 | 2023-11-07T05:11:01.527Z | Planning: Fetching manifests: 0/4 0% complete |
103 | 2023-11-07T05:11:01.546Z | Planning: Fetching manifests: 4/4 100% complete |
104 | 2023-11-07T05:11:01.562Z | Planning: Package planning ... Done (0.082s) |
105 | 2023-11-07T05:11:01.586Z | Planning: Merging actions ... Done (0.156s) |
106 | 2023-11-07T05:11:01.605Z | Planning: Checking for conflicting actions ... Done (1.233s) |
107 | 2023-11-07T05:11:01.622Z | Planning: Consolidating action changes ... Done (0.017s) |
108 | 2023-11-07T05:11:05.337Z | Planning: Evaluating mediators ... Done (7.512s) |
109 | 2023-11-07T05:11:05.363Z | Planning: Planning completed in 14.15 seconds |
110 | 2023-11-07T05:11:08.902Z | Packages to install: 4 |
111 | 2023-11-07T05:11:08.921Z | Mediators to change: 2 |
112 | 2023-11-07T05:11:08.935Z | Services to change: 1 |
113 | 2023-11-07T05:11:08.955Z | Estimated space available: 148.90 GB |
114 | 2023-11-07T05:11:08.973Z | Estimated space to be consumed: 1.37 GB |
115 | 2023-11-07T05:11:08.988Z | Create boot environment: No |
116 | 2023-11-07T05:11:08.996Z | Create backup boot environment: No |
117 | 2023-11-07T05:11:09.007Z | Rebuild boot archive: No |
118 | 2023-11-07T05:11:09.016Z | |
119 | 2023-11-07T05:11:09.021Z | Changed mediators: |
120 | 2023-11-07T05:11:09.030Z | mediator clang: |
121 | 2023-11-07T05:11:09.043Z | version: None -> 15 (system default) |
122 | 2023-11-07T05:11:09.050Z | |
123 | 2023-11-07T05:11:09.122Z | mediator llvm: |
124 | 2023-11-07T05:11:09.161Z | version: 14 (system default) -> 15 (system default) |
125 | 2023-11-07T05:11:09.177Z | |
126 | 2023-11-07T05:11:09.191Z | Changed packages: |
127 | 2023-11-07T05:11:09.219Z | helios-dev |
128 | 2023-11-07T05:11:09.239Z | developer/build-essential |
129 | 2023-11-07T05:11:09.248Z | None -> 11-2.0 |
130 | 2023-11-07T05:11:09.259Z | library/libxmlsec1 |
131 | 2023-11-07T05:11:09.303Z | None -> 1.2.35-2.0 |
132 | 2023-11-07T05:11:09.342Z | ooce/developer/clang-15 |
133 | 2023-11-07T05:11:09.767Z | None -> 15.0.7-2.0 |
134 | 2023-11-07T05:11:09.778Z | ooce/developer/llvm-15 |
135 | 2023-11-07T05:11:09.789Z | None -> 15.0.7-2.0 |
136 | 2023-11-07T05:11:09.812Z | |
137 | 2023-11-07T05:11:09.833Z | Services: |
138 | 2023-11-07T05:11:09.845Z | restart_fmri: |
139 | 2023-11-07T05:11:09.869Z | svc:/system/update-man-index:default |
140 | 2023-11-07T05:11:09.880Z | |
141 | 2023-11-07T05:11:09.886Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
142 | 2023-11-07T05:11:15.708Z | Download: 213/3290 items 1.3/212.6MB 0% complete (778k/s) |
143 | 2023-11-07T05:11:20.706Z | Download: 901/3290 items 18.9/212.6MB 8% complete (1.8M/s) |
144 | 2023-11-07T05:11:25.707Z | Download: 1270/3290 items 111.8/212.6MB 52% complete (11.0M/s) |
145 | 2023-11-07T05:11:30.731Z | Download: 2217/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
146 | 2023-11-07T05:11:35.728Z | Download: 2758/3290 items 120.6/212.6MB 56% complete (1.8M/s) |
147 | 2023-11-07T05:11:40.774Z | Download: 3186/3290 items 186.0/212.6MB 87% complete (6.6M/s) |
148 | 2023-11-07T05:11:45.770Z | Download: 3268/3290 items 208.6/212.6MB 98% complete (8.7M/s) |
149 | 2023-11-07T05:11:46.644Z | Download: Completed 212.60 MB in 37.55 seconds (5.7M/s) |
150 | 2023-11-07T05:11:46.852Z | Actions: 1/3687 actions (Installing new actions) |
151 | 2023-11-07T05:11:51.857Z | Actions: 2769/3687 actions (Installing new actions) |
152 | 2023-11-07T05:11:55.066Z | Actions: Completed 3687 actions in 8.21 seconds. |
153 | 2023-11-07T05:11:55.232Z | Done (0.165s) |
154 | 2023-11-07T05:11:55.242Z | Done (0.000s) |
155 | 2023-11-07T05:11:55.446Z | Done (0.211s) |
156 | 2023-11-07T05:12:03.319Z | Done (7.474s) |
157 | 2023-11-07T05:12:03.328Z | Done (0.104s) |
158 | 2023-11-07T05:12:03.342Z | Done (0.000s) |
159 | 2023-11-07T05:12:03.768Z | Done (0.000s) |
160 | 2023-11-07T05:12:04.166Z | Planning: Evaluating mediator changes ... Done |
161 | 2023-11-07T05:12:04.838Z | Planning: Checking for conflicting actions ... Done |
162 | 2023-11-07T05:12:05.268Z | Planning: Consolidating action changes ... Done |
163 | 2023-11-07T05:12:05.694Z | Planning: Evaluating mediators ... Done |
164 | 2023-11-07T05:12:05.715Z | Planning: Planning completed in 0.72 seconds |
165 | 2023-11-07T05:12:05.737Z | Mediators to change: 2 |
166 | 2023-11-07T05:12:05.759Z | Create boot environment: No |
167 | 2023-11-07T05:12:05.776Z | Create backup boot environment: No |
168 | 2023-11-07T05:12:05.794Z | Done |
169 | 2023-11-07T05:12:05.818Z | Done |
170 | 2023-11-07T05:12:05.891Z | Done |
171 | 2023-11-07T05:12:11.935Z | Done |
172 | 2023-11-07T05:12:12.086Z | Done |
173 | 2023-11-07T05:12:12.179Z | Done |
174 | 2023-11-07T05:12:12.713Z | Done |
175 | 2023-11-07T05:12:12.750Z | Planning: Evaluating mediator changes ... Done |
176 | 2023-11-07T05:12:12.801Z | Planning: Merging actions ... Done |
177 | 2023-11-07T05:12:12.852Z | Planning: Checking for conflicting actions ... Done |
178 | 2023-11-07T05:12:12.879Z | Planning: Consolidating action changes ... Done |
179 | 2023-11-07T05:12:13.061Z | Planning: Evaluating mediators ... Done |
180 | 2023-11-07T05:12:13.123Z | Planning: Planning completed in 1.33 seconds |
181 | 2023-11-07T05:12:13.140Z | Packages to change: 1 |
182 | 2023-11-07T05:12:13.172Z | Mediators to change: 1 |
183 | 2023-11-07T05:12:13.180Z | Services to change: 1 |
184 | 2023-11-07T05:12:13.195Z | Create boot environment: No |
185 | 2023-11-07T05:12:13.205Z | Create backup boot environment: Yes |
186 | 2023-11-07T05:12:15.089Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2023-11-07T05:12:15.099Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2023-11-07T05:12:15.109Z | Done |
189 | 2023-11-07T05:12:15.122Z | Done |
190 | 2023-11-07T05:12:15.186Z | Done |
191 | 2023-11-07T05:12:21.026Z | Done |
192 | 2023-11-07T05:12:21.471Z | Done |
193 | 2023-11-07T05:12:21.480Z | Done |
194 | 2023-11-07T05:12:21.487Z | Done |
195 | 2023-11-07T05:12:21.944Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2023-11-07T05:12:21.983Z | clang system 15 system |
197 | 2023-11-07T05:12:22.022Z | csh system system illumos |
198 | 2023-11-07T05:12:22.031Z | ctags system system illumos |
199 | 2023-11-07T05:12:22.040Z | gcc vendor 12 vendor |
200 | 2023-11-07T05:12:22.052Z | gcc system 10 system |
201 | 2023-11-07T05:12:22.074Z | gcc system 7 system |
202 | 2023-11-07T05:12:22.093Z | go system 1.20 system |
203 | 2023-11-07T05:12:22.111Z | go system 1.19 system |
204 | 2023-11-07T05:12:22.128Z | llvm system 15 system |
205 | 2023-11-07T05:12:22.148Z | llvm system 14 system |
206 | 2023-11-07T05:12:22.182Z | mariadb system 10.6 system |
207 | 2023-11-07T05:12:22.196Z | mta vendor vendor dma |
208 | 2023-11-07T05:12:22.211Z | openjdk system 17 system |
209 | 2023-11-07T05:12:22.639Z | openjdk system 11 system |
210 | 2023-11-07T05:12:22.645Z | openjdk system 1.8 system |
211 | 2023-11-07T05:12:22.731Z | openssl vendor 3 vendor |
212 | 2023-11-07T05:12:22.746Z | perl system 5.36 system |
213 | 2023-11-07T05:12:22.781Z | postgresql system 15 system |
214 | 2023-11-07T05:12:22.804Z | postgresql system 13 system |
215 | 2023-11-07T05:12:27.262Z | python vendor 3 vendor |
216 | 2023-11-07T05:12:27.344Z | python system 2 system |
217 | 2023-11-07T05:12:27.525Z | python3 system 3.11 system |
218 | 2023-11-07T05:12:27.638Z | ruby system 3.0 system |
219 | 2023-11-07T05:12:27.754Z | words vendor vendor american-english |
220 | 2023-11-07T05:12:27.969Z | words system system australian-english |
221 | 2023-11-07T05:12:28.209Z | words system system british-english |
222 | 2023-11-07T05:12:28.308Z | words system system canadian-english |
223 | 2023-11-07T05:12:28.339Z | words system system french |
224 | 2023-11-07T05:12:28.390Z | words system system italian |
225 | 2023-11-07T05:12:28.420Z | words system system ngerman |
226 | 2023-11-07T05:12:28.473Z | words system system ogerman |
227 | 2023-11-07T05:12:29.026Z | words system system spanish |
228 | 2023-11-07T05:12:29.080Z | FMRI IFO |
229 | 2023-11-07T05:12:29.128Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2023-11-07T05:12:29.191Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2023-11-07T05:12:29.360Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2023-11-07T05:12:29.446Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
233 | 2023-11-07T05:12:29.495Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2023-11-07T05:12:29.519Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
235 | 2023-11-07T05:12:29.547Z | + set -o errexit |
236 | 2023-11-07T05:12:29.593Z | +++ dirname ./tools/ci_download_cockroachdb |
237 | 2023-11-07T05:12:29.624Z | ++ cd ./tools |
238 | 2023-11-07T05:12:29.655Z | ++ pwd |
239 | 2023-11-07T05:12:29.682Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
240 | 2023-11-07T05:12:30.136Z | ++ basename ./tools/ci_download_cockroachdb |
241 | 2023-11-07T05:12:30.151Z | + ARG0=ci_download_cockroachdb |
242 | 2023-11-07T05:12:30.173Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
243 | 2023-11-07T05:12:30.599Z | + CIDL_VERSION=v22.1.9 |
244 | 2023-11-07T05:12:30.607Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
245 | 2023-11-07T05:12:30.615Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
246 | 2023-11-07T05:12:30.624Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
247 | 2023-11-07T05:12:30.630Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
248 | 2023-11-07T05:12:30.638Z | + TARGET_DIR=out |
249 | 2023-11-07T05:12:30.649Z | + DOWNLOAD_DIR=out/downloads |
250 | 2023-11-07T05:12:30.661Z | + DEST_DIR=./out/cockroachdb |
251 | 2023-11-07T05:12:31.081Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
252 | 2023-11-07T05:12:31.107Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
253 | 2023-11-07T05:12:31.123Z | + main |
254 | 2023-11-07T05:12:31.145Z | + [[ 0 != 0 ]] |
255 | 2023-11-07T05:12:31.166Z | + CIDL_OS=solaris2.11 |
256 | 2023-11-07T05:12:31.176Z | + [[ 0 != 0 ]] |
257 | 2023-11-07T05:12:31.209Z | + configure_os solaris2.11 |
258 | 2023-11-07T05:12:31.226Z | + echo 'current directory: /work/oxidecomputer/omicron' |
259 | 2023-11-07T05:12:31.244Z | current directory: /work/oxidecomputer/omicron |
260 | 2023-11-07T05:12:31.257Z | + echo 'configuring based on OS: "solaris2.11"' |
261 | 2023-11-07T05:12:31.266Z | configuring based on OS: "solaris2.11" |
262 | 2023-11-07T05:12:31.276Z | + case "$1" in |
263 | 2023-11-07T05:12:31.296Z | + CIDL_BUILD=illumos |
264 | 2023-11-07T05:12:31.311Z | + CIDL_SUFFIX=tar.gz |
265 | 2023-11-07T05:12:31.318Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-07T05:12:31.328Z | + CIDL_MD5FUNC=do_md5sum |
267 | 2023-11-07T05:12:31.337Z | + CIDL_URL_BASE=https://illumos.org/downloads |
268 | 2023-11-07T05:12:31.354Z | + CIDL_ASSEMBLE=do_assemble_illumos |
269 | 2023-11-07T05:12:31.381Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
270 | 2023-11-07T05:12:31.388Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
271 | 2023-11-07T05:12:31.402Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
272 | 2023-11-07T05:12:31.827Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
273 | 2023-11-07T05:12:31.849Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-07T05:12:31.861Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2023-11-07T05:12:31.873Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
276 | 2023-11-07T05:12:31.881Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2023-11-07T05:12:31.893Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
278 | 2023-11-07T05:12:31.910Z | Downloading... |
279 | 2023-11-07T05:12:31.925Z | + mkdir -p out/downloads |
280 | 2023-11-07T05:12:31.942Z | + mkdir -p ./out/cockroachdb |
281 | 2023-11-07T05:12:31.957Z | + local DO_DOWNLOAD=true |
282 | 2023-11-07T05:12:31.974Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
283 | 2023-11-07T05:12:31.994Z | + '[' true == true ']' |
284 | 2023-11-07T05:12:32.008Z | + echo Downloading... |
285 | 2023-11-07T05:12:32.021Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-11-07T05:12:32.031Z | + 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 |
287 | 2023-11-07T05:12:32.040Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-07T05:12:32.048Z | ++ md5sum |
289 | 2023-11-07T05:12:32.058Z | ++ awk '{print $1}' |
290 | 2023-11-07T05:12:32.066Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-11-07T05:12:32.075Z | + [[ 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 ]] |
292 | 2023-11-07T05:12:32.135Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-07T05:12:32.184Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
294 | 2023-11-07T05:12:32.197Z | + do_assemble_illumos |
295 | 2023-11-07T05:12:32.204Z | + rm -r ./out/cockroachdb |
296 | 2023-11-07T05:12:32.215Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
297 | 2023-11-07T05:12:32.308Z | + ./out/cockroachdb/bin/cockroach version |
298 | 2023-11-07T05:12:32.327Z | Build Tag: v22.1.9-dirty |
299 | 2023-11-07T05:12:32.343Z | Build Time: 2022/10/26 21:17:46 |
300 | 2023-11-07T05:12:32.358Z | Distribution: OSS |
301 | 2023-11-07T05:12:32.381Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
302 | 2023-11-07T05:12:32.401Z | Go Version: go1.17.13 |
303 | 2023-11-07T05:12:32.842Z | C Compiler: gcc 10.3.0 |
304 | 2023-11-07T05:12:32.849Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
305 | 2023-11-07T05:12:32.875Z | Build Type: release |
306 | 2023-11-07T05:12:32.882Z | + set -o errexit |
307 | 2023-11-07T05:12:32.904Z | +++ dirname ./tools/ci_download_clickhouse |
308 | 2023-11-07T05:12:32.911Z | ++ cd ./tools |
309 | 2023-11-07T05:12:32.916Z | ++ pwd |
310 | 2023-11-07T05:12:32.920Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
311 | 2023-11-07T05:12:32.932Z | ++ basename ./tools/ci_download_clickhouse |
312 | 2023-11-07T05:12:32.937Z | + ARG0=ci_download_clickhouse |
313 | 2023-11-07T05:12:32.954Z | + TARGET_DIR=out |
314 | 2023-11-07T05:12:32.969Z | + DOWNLOAD_DIR=out/downloads |
315 | 2023-11-07T05:12:32.979Z | + DEST_DIR=./out/clickhouse |
316 | 2023-11-07T05:12:32.987Z | + CIDL_VERSION=v22.8.9.24 |
317 | 2023-11-07T05:12:32.997Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
318 | 2023-11-07T05:12:33.008Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
319 | 2023-11-07T05:12:33.018Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
320 | 2023-11-07T05:12:33.034Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
321 | 2023-11-07T05:12:33.048Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
322 | 2023-11-07T05:12:33.055Z | + main |
323 | 2023-11-07T05:12:33.066Z | + [[ 0 != 0 ]] |
324 | 2023-11-07T05:12:33.078Z | + CIDL_OS=solaris2.11 |
325 | 2023-11-07T05:12:33.102Z | + [[ 0 != 0 ]] |
326 | 2023-11-07T05:12:33.117Z | + configure_os solaris2.11 |
327 | 2023-11-07T05:12:33.143Z | current directory: /work/oxidecomputer/omicron |
328 | 2023-11-07T05:12:33.167Z | configuring based on OS: "solaris2.11" |
329 | 2023-11-07T05:12:33.202Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-07T05:12:33.221Z | + echo 'configuring based on OS: "solaris2.11"' |
331 | 2023-11-07T05:12:33.238Z | + CIDL_DASHREV= |
332 | 2023-11-07T05:12:33.251Z | + case "$1" in |
333 | 2023-11-07T05:12:33.264Z | + CIDL_PLATFORM=illumos |
334 | 2023-11-07T05:12:33.279Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
335 | 2023-11-07T05:12:33.704Z | + CIDL_MD5FUNC=do_md5sum |
336 | 2023-11-07T05:12:33.724Z | + CIDL_DASHREV=-1 |
337 | 2023-11-07T05:12:33.772Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
338 | 2023-11-07T05:12:33.804Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
339 | 2023-11-07T05:12:33.896Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
340 | 2023-11-07T05:12:33.910Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-07T05:12:33.929Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-07T05:12:33.935Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-07T05:12:33.944Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-07T05:12:33.959Z | Downloading... |
345 | 2023-11-07T05:12:33.974Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-11-07T05:12:33.985Z | + mkdir -p out/downloads |
347 | 2023-11-07T05:12:33.992Z | + mkdir -p ./out/clickhouse |
348 | 2023-11-07T05:12:33.999Z | + local DO_DOWNLOAD=true |
349 | 2023-11-07T05:12:34.007Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
350 | 2023-11-07T05:12:34.015Z | + '[' true == true ']' |
351 | 2023-11-07T05:12:34.027Z | + echo Downloading... |
352 | 2023-11-07T05:12:34.031Z | + 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 |
353 | 2023-11-07T05:12:34.036Z | + 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 |
354 | 2023-11-07T05:12:34.041Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-07T05:12:34.050Z | ++ md5sum |
356 | 2023-11-07T05:12:34.053Z | ++ awk '{print $1}' |
357 | 2023-11-07T05:12:34.055Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2023-11-07T05:12:34.058Z | + [[ 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 ]] |
359 | 2023-11-07T05:12:34.064Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
360 | 2023-11-07T05:12:34.069Z | + mkdir -p ./out/clickhouse |
361 | 2023-11-07T05:12:34.079Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
362 | 2023-11-07T05:12:38.778Z | + ./out/clickhouse/clickhouse server --version |
363 | 2023-11-07T05:12:38.813Z | ClickHouse server version 22.8.9.1. |
364 | 2023-11-07T05:12:38.859Z | + set -o errexit |
365 | 2023-11-07T05:12:38.886Z | +++ dirname ./tools/ci_download_console |
366 | 2023-11-07T05:12:39.316Z | ++ cd ./tools |
367 | 2023-11-07T05:12:39.341Z | ++ pwd |
368 | 2023-11-07T05:12:39.464Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
369 | 2023-11-07T05:12:39.479Z | ++ basename ./tools/ci_download_console |
370 | 2023-11-07T05:12:39.497Z | + ARG0=ci_download_console |
371 | 2023-11-07T05:12:39.514Z | + TARGET_DIR=out |
372 | 2023-11-07T05:12:39.933Z | + DOWNLOAD_DIR=out/downloads |
373 | 2023-11-07T05:12:40.197Z | + DEST_DIR=./out/console-assets |
374 | 2023-11-07T05:12:40.221Z | + source /work/oxidecomputer/omicron/tools/console_version |
375 | 2023-11-07T05:12:40.241Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
376 | 2023-11-07T05:12:40.262Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
377 | 2023-11-07T05:12:40.278Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
378 | 2023-11-07T05:12:40.302Z | + TARBALL_FILE=out/downloads/console.tar.gz |
379 | 2023-11-07T05:12:40.319Z | + main |
380 | 2023-11-07T05:12:40.346Z | + [[ 0 != 0 ]] |
381 | 2023-11-07T05:12:40.367Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
382 | 2023-11-07T05:12:40.395Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
383 | 2023-11-07T05:12:40.420Z | + echo 'Local file: out/downloads/console.tar.gz' |
384 | 2023-11-07T05:12:40.441Z | Local file: out/downloads/console.tar.gz |
385 | 2023-11-07T05:12:40.549Z | + local DO_DOWNLOAD=true |
386 | 2023-11-07T05:12:40.562Z | + [[ -f out/downloads/console.tar.gz ]] |
387 | 2023-11-07T05:12:40.576Z | + mkdir -p out/downloads |
388 | 2023-11-07T05:12:40.589Z | + '[' true == true ']' |
389 | 2023-11-07T05:12:40.603Z | + echo Downloading... |
390 | 2023-11-07T05:12:40.614Z | Downloading... |
391 | 2023-11-07T05:12:40.625Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
392 | 2023-11-07T05:12:40.651Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
393 | 2023-11-07T05:12:40.677Z | ++ do_sha256sum out/downloads/console.tar.gz |
394 | 2023-11-07T05:12:40.698Z | ++ case "$OSTYPE" in |
395 | 2023-11-07T05:12:40.713Z | ++ SHA=sha256sum |
396 | 2023-11-07T05:12:40.739Z | ++ sha256sum |
397 | 2023-11-07T05:12:40.766Z | ++ awk '{print $1}' |
398 | 2023-11-07T05:12:40.794Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-07T05:12:40.817Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
400 | 2023-11-07T05:12:40.838Z | + rm -rf ./out/console-assets |
401 | 2023-11-07T05:12:40.854Z | + mkdir -p ./out/console-assets |
402 | 2023-11-07T05:12:40.875Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
403 | 2023-11-07T05:12:40.889Z | + mkdir -p ./out/console-assets |
404 | 2023-11-07T05:12:40.911Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
405 | 2023-11-07T05:12:40.932Z | + set -o errexit |
406 | 2023-11-07T05:12:40.964Z | +++ dirname ./tools/ci_download_maghemite_openapi |
407 | 2023-11-07T05:12:40.978Z | ++ cd ./tools |
408 | 2023-11-07T05:12:40.991Z | ++ pwd |
409 | 2023-11-07T05:12:41.003Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
410 | 2023-11-07T05:12:41.031Z | ++ basename ./tools/ci_download_maghemite_openapi |
411 | 2023-11-07T05:12:41.046Z | + ARG0=ci_download_maghemite_openapi |
412 | 2023-11-07T05:12:41.061Z | + TARGET_DIR=out |
413 | 2023-11-07T05:12:41.080Z | + DOWNLOAD_DIR=out/downloads |
414 | 2023-11-07T05:12:41.105Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
415 | 2023-11-07T05:12:41.119Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
416 | 2023-11-07T05:12:41.133Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
417 | 2023-11-07T05:12:41.147Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
418 | 2023-11-07T05:12:41.164Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
419 | 2023-11-07T05:12:41.179Z | + main |
420 | 2023-11-07T05:12:42.015Z | + [[ 0 != 0 ]] |
421 | 2023-11-07T05:12:42.026Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
422 | 2023-11-07T05:12:42.044Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
423 | 2023-11-07T05:12:42.056Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
424 | 2023-11-07T05:12:42.077Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
425 | 2023-11-07T05:12:42.086Z | + local DO_DOWNLOAD=true |
426 | 2023-11-07T05:12:42.502Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
427 | 2023-11-07T05:12:42.510Z | + mkdir -p out/downloads |
428 | 2023-11-07T05:12:42.515Z | + '[' true == true ']' |
429 | 2023-11-07T05:12:42.523Z | + echo Downloading... |
430 | 2023-11-07T05:12:42.531Z | Downloading... |
431 | 2023-11-07T05:12:42.539Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
432 | 2023-11-07T05:12:42.549Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
433 | 2023-11-07T05:12:42.561Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
434 | 2023-11-07T05:12:42.576Z | ++ case "$OSTYPE" in |
435 | 2023-11-07T05:12:42.591Z | ++ SHA=sha256sum |
436 | 2023-11-07T05:12:42.616Z | ++ sha256sum |
437 | 2023-11-07T05:12:42.632Z | ++ awk '{print $1}' |
438 | 2023-11-07T05:12:42.649Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-07T05:12:42.668Z | + [[ 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 ]] |
440 | 2023-11-07T05:12:42.676Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
441 | 2023-11-07T05:12:42.770Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
442 | 2023-11-07T05:12:42.801Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
443 | 2023-11-07T05:12:42.811Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
444 | 2023-11-07T05:12:42.860Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
445 | 2023-11-07T05:12:42.881Z | + main |
446 | 2023-11-07T05:12:42.897Z | + [[ 0 != 0 ]] |
447 | 2023-11-07T05:12:42.924Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
448 | 2023-11-07T05:12:42.950Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
449 | 2023-11-07T05:12:42.973Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
450 | 2023-11-07T05:12:43.395Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
451 | 2023-11-07T05:12:43.421Z | + local DO_DOWNLOAD=true |
452 | 2023-11-07T05:12:43.439Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
453 | 2023-11-07T05:12:43.445Z | + mkdir -p out/downloads |
454 | 2023-11-07T05:12:43.476Z | + '[' true == true ']' |
455 | 2023-11-07T05:12:43.504Z | + echo Downloading... |
456 | 2023-11-07T05:12:43.528Z | Downloading... |
457 | 2023-11-07T05:12:43.554Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
458 | 2023-11-07T05:12:43.586Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
459 | 2023-11-07T05:12:43.610Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
460 | 2023-11-07T05:12:43.639Z | ++ case "$OSTYPE" in |
461 | 2023-11-07T05:12:43.653Z | ++ SHA=sha256sum |
462 | 2023-11-07T05:12:43.673Z | ++ sha256sum |
463 | 2023-11-07T05:12:43.698Z | ++ awk '{print $1}' |
464 | 2023-11-07T05:12:43.716Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
465 | 2023-11-07T05:12:43.743Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
466 | 2023-11-07T05:12:43.759Z | + set -o errexit |
467 | 2023-11-07T05:12:43.780Z | +++ dirname ./tools/ci_download_dendrite_openapi |
468 | 2023-11-07T05:12:43.796Z | ++ cd ./tools |
469 | 2023-11-07T05:12:43.906Z | ++ pwd |
470 | 2023-11-07T05:12:43.937Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
471 | 2023-11-07T05:12:43.953Z | ++ basename ./tools/ci_download_dendrite_openapi |
472 | 2023-11-07T05:12:43.973Z | + ARG0=ci_download_dendrite_openapi |
473 | 2023-11-07T05:12:43.992Z | + TARGET_DIR=out |
474 | 2023-11-07T05:12:44.436Z | + DOWNLOAD_DIR=out/downloads |
475 | 2023-11-07T05:12:44.448Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
476 | 2023-11-07T05:12:44.461Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
477 | 2023-11-07T05:12:44.482Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
478 | 2023-11-07T05:12:44.504Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
479 | 2023-11-07T05:12:44.516Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
480 | 2023-11-07T05:12:44.534Z | + main |
481 | 2023-11-07T05:12:44.554Z | + [[ 0 != 0 ]] |
482 | 2023-11-07T05:12:44.574Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
483 | 2023-11-07T05:12:45.123Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
484 | 2023-11-07T05:12:45.178Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
485 | 2023-11-07T05:12:45.222Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
486 | 2023-11-07T05:12:45.244Z | + local DO_DOWNLOAD=true |
487 | 2023-11-07T05:12:45.265Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
488 | 2023-11-07T05:12:45.282Z | + mkdir -p out/downloads |
489 | 2023-11-07T05:12:45.297Z | + '[' true == true ']' |
490 | 2023-11-07T05:12:45.315Z | + echo Downloading... |
491 | 2023-11-07T05:12:45.336Z | Downloading... |
492 | 2023-11-07T05:12:45.760Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
493 | 2023-11-07T05:12:45.792Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
494 | 2023-11-07T05:12:45.818Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
495 | 2023-11-07T05:12:46.264Z | ++ case "$OSTYPE" in |
496 | 2023-11-07T05:12:46.304Z | ++ SHA=sha256sum |
497 | 2023-11-07T05:12:46.321Z | ++ sha256sum |
498 | 2023-11-07T05:12:46.339Z | ++ awk '{print $1}' |
499 | 2023-11-07T05:12:46.369Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
500 | 2023-11-07T05:12:46.806Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
501 | 2023-11-07T05:12:46.821Z | + set -o errexit |
502 | 2023-11-07T05:12:46.833Z | +++ dirname ./tools/ci_download_dendrite_stub |
503 | 2023-11-07T05:12:46.859Z | ++ cd ./tools |
504 | 2023-11-07T05:12:46.897Z | ++ pwd |
505 | 2023-11-07T05:12:47.383Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2023-11-07T05:12:47.407Z | ++ basename ./tools/ci_download_dendrite_stub |
507 | 2023-11-07T05:12:47.426Z | + ARG0=ci_download_dendrite_stub |
508 | 2023-11-07T05:12:47.452Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
509 | 2023-11-07T05:12:47.880Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
510 | 2023-11-07T05:12:47.902Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
511 | 2023-11-07T05:12:48.331Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
512 | 2023-11-07T05:12:48.350Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2023-11-07T05:12:48.535Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
514 | 2023-11-07T05:12:48.604Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
515 | 2023-11-07T05:12:48.633Z | + TARGET_DIR=out |
516 | 2023-11-07T05:12:48.664Z | + DOWNLOAD_DIR=out/downloads |
517 | 2023-11-07T05:12:48.695Z | + DEST_DIR=./out/dendrite-stub |
518 | 2023-11-07T05:12:48.706Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
519 | 2023-11-07T05:12:48.730Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
520 | 2023-11-07T05:12:48.738Z | + REPO=oxidecomputer/dendrite |
521 | 2023-11-07T05:12:48.758Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
522 | 2023-11-07T05:12:48.770Z | + main |
523 | 2023-11-07T05:12:48.784Z | + [[ 0 != 0 ]] |
524 | 2023-11-07T05:12:48.798Z | + CIDL_OS=solaris2.11 |
525 | 2023-11-07T05:12:48.812Z | + [[ 0 != 0 ]] |
526 | 2023-11-07T05:12:48.827Z | + configure_os solaris2.11 |
527 | 2023-11-07T05:12:48.844Z | + echo 'current directory: /work/oxidecomputer/omicron' |
528 | 2023-11-07T05:12:48.862Z | current directory: /work/oxidecomputer/omicron |
529 | 2023-11-07T05:12:48.874Z | + echo 'configuring based on OS: "solaris2.11"' |
530 | 2023-11-07T05:12:48.895Z | configuring based on OS: "solaris2.11" |
531 | 2023-11-07T05:12:48.907Z | + case "$1" in |
532 | 2023-11-07T05:12:48.916Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
533 | 2023-11-07T05:12:48.921Z | + SET_BINARIES= |
534 | 2023-11-07T05:12:49.338Z | Local file: out/downloads/dendrite-stub.tar.gz |
535 | 2023-11-07T05:12:49.349Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
536 | 2023-11-07T05:12:49.366Z | Downloading... |
537 | 2023-11-07T05:12:49.378Z | + CIDL_SHA256FUNC=do_sha256sum |
538 | 2023-11-07T05:12:49.389Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
539 | 2023-11-07T05:12:49.396Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
540 | 2023-11-07T05:12:49.403Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-07T05:12:49.410Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
542 | 2023-11-07T05:12:49.419Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
543 | 2023-11-07T05:12:49.429Z | + mkdir -p out/downloads |
544 | 2023-11-07T05:12:49.438Z | + mkdir -p ./out/dendrite-stub |
545 | 2023-11-07T05:12:49.472Z | + fetch_and_verify |
546 | 2023-11-07T05:12:49.492Z | + local DO_DOWNLOAD=true |
547 | 2023-11-07T05:12:49.588Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
548 | 2023-11-07T05:12:49.629Z | + '[' true == true ']' |
549 | 2023-11-07T05:12:49.644Z | + echo Downloading... |
550 | 2023-11-07T05:12:49.663Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
551 | 2023-11-07T05:12:49.689Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
552 | 2023-11-07T05:13:05.488Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-07T05:13:05.510Z | ++ sha256sum |
554 | 2023-11-07T05:13:05.530Z | ++ awk '{print $1}' |
555 | 2023-11-07T05:13:05.557Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
556 | 2023-11-07T05:13:05.579Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
557 | 2023-11-07T05:13:05.597Z | + do_untar out/downloads/dendrite-stub.tar.gz |
558 | 2023-11-07T05:13:06.026Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
559 | 2023-11-07T05:13:06.522Z | + do_assemble |
560 | 2023-11-07T05:13:06.541Z | + rm -r ./out/dendrite-stub |
561 | 2023-11-07T05:13:06.564Z | + mkdir ./out/dendrite-stub |
562 | 2023-11-07T05:13:06.586Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
563 | 2023-11-07T05:13:06.642Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
564 | 2023-11-07T05:13:06.657Z | + set -o errexit |
565 | 2023-11-07T05:13:06.694Z | +++ dirname ./tools/ci_download_maghemite_mgd |
566 | 2023-11-07T05:13:06.703Z | ++ cd ./tools |
567 | 2023-11-07T05:13:06.733Z | ++ pwd |
568 | 2023-11-07T05:13:06.746Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
569 | 2023-11-07T05:13:06.754Z | ++ basename ./tools/ci_download_maghemite_mgd |
570 | 2023-11-07T05:13:06.766Z | + ARG0=ci_download_maghemite_mgd |
571 | 2023-11-07T05:13:06.774Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
572 | 2023-11-07T05:13:06.784Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
573 | 2023-11-07T05:13:06.799Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
574 | 2023-11-07T05:13:06.810Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
575 | 2023-11-07T05:13:06.823Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
576 | 2023-11-07T05:13:06.835Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
577 | 2023-11-07T05:13:06.856Z | + TARGET_DIR=out |
578 | 2023-11-07T05:13:06.870Z | + DOWNLOAD_DIR=out/downloads |
579 | 2023-11-07T05:13:06.895Z | + DEST_DIR=./out/mgd |
580 | 2023-11-07T05:13:06.905Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
581 | 2023-11-07T05:13:06.925Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
582 | 2023-11-07T05:13:06.941Z | + REPO=oxidecomputer/maghemite |
583 | 2023-11-07T05:13:06.953Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
584 | 2023-11-07T05:13:06.964Z | + main |
585 | 2023-11-07T05:13:06.980Z | + [[ 0 != 0 ]] |
586 | 2023-11-07T05:13:06.987Z | + CIDL_OS=solaris2.11 |
587 | 2023-11-07T05:13:07.002Z | + [[ 0 != 0 ]] |
588 | 2023-11-07T05:13:07.017Z | + configure_os solaris2.11 |
589 | 2023-11-07T05:13:07.029Z | + echo 'current directory: /work/oxidecomputer/omicron' |
590 | 2023-11-07T05:13:07.034Z | current directory: /work/oxidecomputer/omicron |
591 | 2023-11-07T05:13:07.038Z | + echo 'configuring based on OS: "solaris2.11"' |
592 | 2023-11-07T05:13:07.044Z | configuring based on OS: "solaris2.11" |
593 | 2023-11-07T05:13:07.049Z | + case "$1" in |
594 | 2023-11-07T05:13:07.055Z | + SET_BINARIES= |
595 | 2023-11-07T05:13:07.064Z | + CIDL_SHA256FUNC=do_sha256sum |
596 | 2023-11-07T05:13:07.080Z | + TARBALL_FILENAME=mgd.tar.gz |
597 | 2023-11-07T05:13:07.087Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
598 | 2023-11-07T05:13:07.090Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
599 | 2023-11-07T05:13:07.093Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
600 | 2023-11-07T05:13:07.096Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
601 | 2023-11-07T05:13:07.099Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
602 | 2023-11-07T05:13:07.101Z | Local file: out/downloads/mgd.tar.gz |
603 | 2023-11-07T05:13:07.104Z | + mkdir -p out/downloads |
604 | 2023-11-07T05:13:07.107Z | + mkdir -p ./out/mgd |
605 | 2023-11-07T05:13:07.111Z | + fetch_and_verify |
606 | 2023-11-07T05:13:07.114Z | + local DO_DOWNLOAD=true |
607 | 2023-11-07T05:13:07.120Z | + [[ -f out/downloads/mgd.tar.gz ]] |
608 | 2023-11-07T05:13:07.123Z | + '[' true == true ']' |
609 | 2023-11-07T05:13:07.130Z | + echo Downloading... |
610 | 2023-11-07T05:13:07.148Z | Downloading... |
611 | 2023-11-07T05:13:07.157Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
612 | 2023-11-07T05:13:07.163Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
613 | 2023-11-07T05:13:20.017Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
614 | 2023-11-07T05:13:20.033Z | ++ sha256sum |
615 | 2023-11-07T05:13:20.058Z | ++ awk '{print $1}' |
616 | 2023-11-07T05:13:20.065Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
617 | 2023-11-07T05:13:20.073Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
618 | 2023-11-07T05:13:20.084Z | + do_untar out/downloads/mgd.tar.gz |
619 | 2023-11-07T05:13:20.088Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
620 | 2023-11-07T05:13:20.782Z | + do_assemble |
621 | 2023-11-07T05:13:20.786Z | + rm -r ./out/mgd |
622 | 2023-11-07T05:13:20.790Z | + mkdir ./out/mgd |
623 | 2023-11-07T05:13:20.793Z | + cp -r out/downloads/root ./out/mgd/root |
624 | 2023-11-07T05:13:20.996Z | + set -o errexit |
625 | 2023-11-07T05:13:21.008Z | +++ dirname ./tools/ci_download_transceiver_control |
626 | 2023-11-07T05:13:21.020Z | ++ cd ./tools |
627 | 2023-11-07T05:13:21.035Z | ++ pwd |
628 | 2023-11-07T05:13:21.065Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
629 | 2023-11-07T05:13:21.069Z | ++ basename ./tools/ci_download_transceiver_control |
630 | 2023-11-07T05:13:21.081Z | + ARG0=ci_download_transceiver_control |
631 | 2023-11-07T05:13:21.096Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
632 | 2023-11-07T05:13:21.113Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
633 | 2023-11-07T05:13:21.134Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
634 | 2023-11-07T05:13:21.175Z | + TARGET_DIR=out |
635 | 2023-11-07T05:13:21.194Z | + DOWNLOAD_DIR=out/downloads |
636 | 2023-11-07T05:13:21.216Z | + DEST_DIR=./out/transceiver-control |
637 | 2023-11-07T05:13:21.229Z | + BIN_DIR=/opt/oxide/bin |
638 | 2023-11-07T05:13:21.259Z | + BINARY=xcvradm |
639 | 2023-11-07T05:13:21.277Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
640 | 2023-11-07T05:13:21.288Z | + REPO=oxidecomputer/transceiver-control |
641 | 2023-11-07T05:13:21.298Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
642 | 2023-11-07T05:13:21.311Z | + main |
643 | 2023-11-07T05:13:21.322Z | + [[ 0 != 0 ]] |
644 | 2023-11-07T05:13:21.336Z | + CIDL_OS=solaris2.11 |
645 | 2023-11-07T05:13:21.347Z | + [[ 0 != 0 ]] |
646 | 2023-11-07T05:13:21.362Z | + configure_os solaris2.11 |
647 | 2023-11-07T05:13:21.373Z | + echo 'current directory: /work/oxidecomputer/omicron' |
648 | 2023-11-07T05:13:21.403Z | current directory: /work/oxidecomputer/omicron |
649 | 2023-11-07T05:13:21.425Z | configuring based on OS: "solaris2.11" |
650 | 2023-11-07T05:13:21.446Z | + echo 'configuring based on OS: "solaris2.11"' |
651 | 2023-11-07T05:13:21.461Z | + case "$1" in |
652 | 2023-11-07T05:13:21.582Z | + SET_BINARIES= |
653 | 2023-11-07T05:13:21.604Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2023-11-07T05:13:21.610Z | + CIDL_SHA256FUNC=do_sha256sum |
655 | 2023-11-07T05:13:21.617Z | + ARCHIVE_FILENAME=xcvradm.gz |
656 | 2023-11-07T05:13:21.626Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
657 | 2023-11-07T05:13:21.635Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
658 | 2023-11-07T05:13:21.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
659 | 2023-11-07T05:13:21.659Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
660 | 2023-11-07T05:13:21.682Z | Local file: out/downloads/xcvradm.gz |
661 | 2023-11-07T05:13:21.699Z | + echo 'Local file: out/downloads/xcvradm.gz' |
662 | 2023-11-07T05:13:21.714Z | + mkdir -p out/downloads |
663 | 2023-11-07T05:13:21.724Z | + mkdir -p ./out/transceiver-control |
664 | 2023-11-07T05:13:21.742Z | + fetch_and_verify |
665 | 2023-11-07T05:13:21.801Z | + local DO_DOWNLOAD=true |
666 | 2023-11-07T05:13:22.244Z | + [[ -f out/downloads/xcvradm.gz ]] |
667 | 2023-11-07T05:13:22.255Z | + '[' true == true ']' |
668 | 2023-11-07T05:13:22.272Z | + echo Downloading... |
669 | 2023-11-07T05:13:22.292Z | Downloading... |
670 | 2023-11-07T05:13:22.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
671 | 2023-11-07T05:13:22.346Z | + 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 |
672 | 2023-11-07T05:13:26.583Z | ++ do_sha256sum out/downloads/xcvradm.gz |
673 | 2023-11-07T05:13:26.596Z | ++ sha256sum |
674 | 2023-11-07T05:13:26.635Z | ++ awk '{print $1}' |
675 | 2023-11-07T05:13:26.652Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-07T05:13:27.066Z | + [[ 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 ]] |
677 | 2023-11-07T05:13:27.081Z | + do_unpack out/downloads/xcvradm.gz |
678 | 2023-11-07T05:13:27.531Z | + mkdir -p out/downloads/root//opt/oxide/bin |
679 | 2023-11-07T05:13:27.558Z | + gzip -dc out/downloads/xcvradm.gz |
680 | 2023-11-07T05:13:27.583Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
681 | 2023-11-07T05:13:27.607Z | + do_assemble |
682 | 2023-11-07T05:13:28.027Z | + rm -r ./out/transceiver-control |
683 | 2023-11-07T05:13:28.039Z | + mkdir ./out/transceiver-control |
684 | 2023-11-07T05:13:28.048Z | + cp -r out/downloads/root ./out/transceiver-control/root |
685 | 2023-11-07T05:13:28.054Z | All prerequisites installed successfully |
686 | 2023-11-07T05:13:28.064Z | |
687 | 2023-11-07T05:13:28.763Z | real 2:50.476581615 |
688 | 2023-11-07T05:13:28.778Z | user 52.469661412 |
689 | 2023-11-07T05:13:28.790Z | sys 10.803097031 |
690 | 2023-11-07T05:13:28.807Z | trap 0.021935146 |
691 | 2023-11-07T05:13:29.238Z | tflt 0.232475943 |
692 | 2023-11-07T05:13:29.248Z | dflt 1.006724818 |
693 | 2023-11-07T05:13:29.260Z | kflt 0.209345173 |
694 | 2023-11-07T05:13:29.277Z | lock 1.947431403 |
695 | 2023-11-07T05:13:29.293Z | slp 5:49.360424247 |
696 | 2023-11-07T05:13:29.300Z | lat 4.290384913 |
697 | 2023-11-07T05:13:29.311Z | stop 0.071173228 |
698 | 2023-11-07T05:13:29.318Z | + banner end-to-end-tests |
699 | 2023-11-07T05:13:29.335Z | |
700 | 2023-11-07T05:13:29.342Z | ###### # # ##### ##### #### ###### # # ##### |
701 | 2023-11-07T05:13:30.211Z | # ## # # # # # # # ## # # # |
702 | 2023-11-07T05:13:30.231Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
703 | 2023-11-07T05:13:30.250Z | # # # # # # # # # # # # # # # |
704 | 2023-11-07T05:13:30.269Z | # # ## # # # # # # # ## # # |
705 | 2023-11-07T05:13:30.295Z | ###### # # ##### # #### ###### # # ##### |
706 | 2023-11-07T05:13:30.316Z | |
707 | 2023-11-07T05:13:30.340Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
708 | 2023-11-07T05:13:30.359Z | + CARGO_PROFILE_DEV_DEBUG=1 |
709 | 2023-11-07T05:13:30.378Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
710 | 2023-11-07T05:13:30.398Z | + CARGO_PROFILE_TEST_DEBUG=1 |
711 | 2023-11-07T05:13:30.416Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
712 | 2023-11-07T05:13:30.433Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
713 | 2023-11-07T05:13:30.453Z | Updating crates.io index |
714 | 2023-11-07T05:13:30.468Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
715 | 2023-11-07T05:13:30.483Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
716 | 2023-11-07T05:13:30.499Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
717 | 2023-11-07T05:13:30.524Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
718 | 2023-11-07T05:13:30.924Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
719 | 2023-11-07T05:13:31.160Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
720 | 2023-11-07T05:13:31.604Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
721 | 2023-11-07T05:13:32.984Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
722 | 2023-11-07T05:13:34.130Z | Updating git repository `https://github.com/oxidecomputer/opte` |
723 | 2023-11-07T05:13:35.068Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
724 | 2023-11-07T05:13:35.454Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
725 | 2023-11-07T05:13:35.777Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
726 | 2023-11-07T05:13:36.363Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
727 | 2023-11-07T05:13:36.671Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
728 | 2023-11-07T05:13:37.134Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
729 | 2023-11-07T05:13:37.466Z | Updating git repository `https://github.com/njaremko/samael` |
730 | 2023-11-07T05:13:38.027Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
731 | 2023-11-07T05:13:39.574Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
732 | 2023-11-07T05:13:39.975Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
733 | 2023-11-07T05:13:40.359Z | Updating git repository `https://github.com/jgallagher/nix` |
734 | 2023-11-07T05:13:41.658Z | Updating git repository `https://github.com/cbiffle/hubpack` |
735 | 2023-11-07T05:13:41.990Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
736 | 2023-11-07T05:13:51.225Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
737 | 2023-11-07T05:13:51.703Z | Updating git repository `https://github.com/oxidecomputer/typify` |
738 | 2023-11-07T05:13:52.858Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
739 | 2023-11-07T05:13:53.253Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
740 | 2023-11-07T05:13:53.618Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
741 | 2023-11-07T05:13:55.019Z | Downloading crates ... |
742 | 2023-11-07T05:13:55.281Z | Downloaded num v0.4.1 |
743 | 2023-11-07T05:13:55.290Z | Downloaded bcrypt-pbkdf v0.10.0 |
744 | 2023-11-07T05:13:55.296Z | Downloaded nibble_vec v0.1.0 |
745 | 2023-11-07T05:13:55.303Z | Downloaded memoffset v0.7.1 |
746 | 2023-11-07T05:13:55.318Z | Downloaded num-iter v0.1.43 |
747 | 2023-11-07T05:13:55.333Z | Downloaded num_enum v0.7.0 |
748 | 2023-11-07T05:13:55.341Z | Downloaded pem v1.1.1 |
749 | 2023-11-07T05:13:55.348Z | Downloaded num_cpus v1.16.0 |
750 | 2023-11-07T05:13:55.362Z | Downloaded atomicwrites v0.4.2 |
751 | 2023-11-07T05:13:55.382Z | Downloaded parking_lot_core v0.9.8 |
752 | 2023-11-07T05:13:55.393Z | Downloaded aead v0.5.2 |
753 | 2023-11-07T05:13:55.410Z | Downloaded pkcs8 v0.10.2 |
754 | 2023-11-07T05:13:55.420Z | Downloaded pin-utils v0.1.0 |
755 | 2023-11-07T05:13:55.429Z | Downloaded bytes v1.5.0 |
756 | 2023-11-07T05:13:55.436Z | Downloaded once_cell v1.18.0 |
757 | 2023-11-07T05:13:55.442Z | Downloaded atty v0.2.14 |
758 | 2023-11-07T05:13:55.446Z | Downloaded ciborium-io v0.2.1 |
759 | 2023-11-07T05:13:55.461Z | Downloaded omicron-zone-package v0.8.3 |
760 | 2023-11-07T05:13:55.487Z | Downloaded cpufeatures v0.2.9 |
761 | 2023-11-07T05:13:56.322Z | Downloaded convert_case v0.4.0 |
762 | 2023-11-07T05:13:56.329Z | Downloaded async-stream v0.3.5 |
763 | 2023-11-07T05:13:56.336Z | Downloaded managed v0.8.0 |
764 | 2023-11-07T05:13:56.348Z | Downloaded lru-cache v0.1.2 |
765 | 2023-11-07T05:13:56.353Z | Downloaded match_cfg v0.1.0 |
766 | 2023-11-07T05:13:56.357Z | Downloaded num_threads v0.1.6 |
767 | 2023-11-07T05:13:56.359Z | Downloaded option-ext v0.2.0 |
768 | 2023-11-07T05:13:56.362Z | Downloaded pretty-hex v0.2.1 |
769 | 2023-11-07T05:13:56.365Z | Downloaded miniz_oxide v0.7.1 |
770 | 2023-11-07T05:13:56.368Z | Downloaded num-traits v0.2.16 |
771 | 2023-11-07T05:13:56.371Z | Downloaded normalize-line-endings v0.3.0 |
772 | 2023-11-07T05:13:56.374Z | Downloaded tinyvec_macros v0.1.1 |
773 | 2023-11-07T05:13:56.376Z | Downloaded pest_generator v2.7.2 |
774 | 2023-11-07T05:13:56.380Z | Downloaded anstream v0.5.0 |
775 | 2023-11-07T05:13:56.383Z | Downloaded pest_meta v2.7.2 |
776 | 2023-11-07T05:13:56.386Z | Downloaded bitflags v1.3.2 |
777 | 2023-11-07T05:13:56.389Z | Downloaded futures-sink v0.3.29 |
778 | 2023-11-07T05:13:56.397Z | Downloaded ahash v0.8.3 |
779 | 2023-11-07T05:13:56.400Z | Downloaded lazy_static v1.4.0 |
780 | 2023-11-07T05:13:56.403Z | Downloaded memoffset v0.9.0 |
781 | 2023-11-07T05:13:56.406Z | Downloaded form_urlencoded v1.2.0 |
782 | 2023-11-07T05:13:56.409Z | Downloaded num_enum v0.5.11 |
783 | 2023-11-07T05:13:56.412Z | Downloaded foreign-types v0.3.2 |
784 | 2023-11-07T05:13:56.415Z | Downloaded digest v0.10.7 |
785 | 2023-11-07T05:13:56.418Z | Downloaded proc-macro-error v1.0.4 |
786 | 2023-11-07T05:13:56.421Z | Downloaded backoff v0.4.0 |
787 | 2023-11-07T05:13:56.424Z | Downloaded float-cmp v0.9.0 |
788 | 2023-11-07T05:13:56.429Z | Downloaded crypto-bigint v0.5.2 |
789 | 2023-11-07T05:13:56.433Z | Downloaded version_check v0.9.4 |
790 | 2023-11-07T05:13:56.438Z | Downloaded md-5 v0.10.5 |
791 | 2023-11-07T05:13:56.442Z | Downloaded log v0.4.20 |
792 | 2023-11-07T05:13:56.446Z | Downloaded vec_map v0.8.2 |
793 | 2023-11-07T05:13:56.470Z | Downloaded time-core v0.1.1 |
794 | 2023-11-07T05:13:56.477Z | Downloaded vsss-rs v3.3.1 |
795 | 2023-11-07T05:13:56.483Z | Downloaded const-oid v0.9.5 |
796 | 2023-11-07T05:13:56.493Z | Downloaded funty v2.0.0 |
797 | 2023-11-07T05:13:56.506Z | Downloaded ascii v1.1.0 |
798 | 2023-11-07T05:13:56.526Z | Downloaded group v0.13.0 |
799 | 2023-11-07T05:13:56.554Z | Downloaded futures-task v0.3.29 |
800 | 2023-11-07T05:13:56.567Z | Downloaded try-lock v0.2.4 |
801 | 2023-11-07T05:13:56.580Z | Downloaded russh-cryptovec v0.7.0 |
802 | 2023-11-07T05:13:56.591Z | Downloaded signal-hook-registry v1.4.1 |
803 | 2023-11-07T05:13:56.598Z | Downloaded filetime v0.2.22 |
804 | 2023-11-07T05:13:56.604Z | Downloaded strsim v0.8.0 |
805 | 2023-11-07T05:13:56.612Z | Downloaded foreign-types-macros v0.2.3 |
806 | 2023-11-07T05:13:56.620Z | Downloaded tokio-rustls v0.24.1 |
807 | 2023-11-07T05:13:56.631Z | Downloaded base64 v0.13.1 |
808 | 2023-11-07T05:13:56.640Z | Downloaded instant v0.1.12 |
809 | 2023-11-07T05:13:57.138Z | Downloaded rand_chacha v0.2.2 |
810 | 2023-11-07T05:13:57.169Z | Downloaded typenum v1.16.0 |
811 | 2023-11-07T05:13:57.190Z | Downloaded sct v0.7.0 |
812 | 2023-11-07T05:13:57.222Z | Downloaded futures-io v0.3.29 |
813 | 2023-11-07T05:13:57.269Z | Downloaded spin v0.5.2 |
814 | 2023-11-07T05:13:57.272Z | Downloaded serde_path_to_error v0.1.14 |
815 | 2023-11-07T05:13:57.275Z | Downloaded httparse v1.8.0 |
816 | 2023-11-07T05:13:57.279Z | Downloaded term v0.7.0 |
817 | 2023-11-07T05:13:57.283Z | Downloaded foreign-types v0.5.0 |
818 | 2023-11-07T05:13:57.433Z | Downloaded vergen v8.2.4 |
819 | 2023-11-07T05:13:57.934Z | Downloaded take_mut v0.2.2 |
820 | 2023-11-07T05:14:01.739Z | Downloaded futures-core v0.3.29 |
821 | 2023-11-07T05:14:01.975Z | Downloaded structopt v0.3.26 |
822 | 2023-11-07T05:14:02.059Z | Downloaded slog-envlogger v2.2.0 |
823 | 2023-11-07T05:14:02.140Z | Downloaded hubpack v0.1.2 |
824 | 2023-11-07T05:14:02.279Z | Downloaded slog-bunyan v2.4.0 |
825 | 2023-11-07T05:14:02.300Z | Downloaded hex-literal v0.4.1 |
826 | 2023-11-07T05:14:02.348Z | Downloaded toolchain_find v0.2.0 |
827 | 2023-11-07T05:14:03.151Z | Downloaded siphasher v0.3.11 |
828 | 2023-11-07T05:14:03.249Z | Downloaded errno v0.3.2 |
829 | 2023-11-07T05:14:03.358Z | Downloaded tokio-tungstenite v0.18.0 |
830 | 2023-11-07T05:14:03.420Z | Downloaded io-lifetimes v1.0.11 |
831 | 2023-11-07T05:14:03.508Z | Downloaded keccak v0.1.4 |
832 | 2023-11-07T05:14:03.627Z | Downloaded unicase v2.7.0 |
833 | 2023-11-07T05:14:03.679Z | Downloaded strum v0.25.0 |
834 | 2023-11-07T05:14:03.743Z | Downloaded arc-swap v1.6.0 |
835 | 2023-11-07T05:14:03.780Z | Downloaded humantime v2.1.0 |
836 | 2023-11-07T05:14:03.830Z | Downloaded slog-async v2.8.0 |
837 | 2023-11-07T05:14:03.859Z | Downloaded schemars_derive v0.8.13 |
838 | 2023-11-07T05:14:03.886Z | Downloaded foreign-types-shared v0.3.1 |
839 | 2023-11-07T05:14:03.908Z | Downloaded usdt-macro v0.3.5 |
840 | 2023-11-07T05:14:03.933Z | Downloaded usdt-attr-macro v0.3.5 |
841 | 2023-11-07T05:14:03.962Z | Downloaded rustversion v1.0.14 |
842 | 2023-11-07T05:14:03.987Z | Downloaded endian-type v0.1.2 |
843 | 2023-11-07T05:14:04.414Z | Downloaded heck v0.4.1 |
844 | 2023-11-07T05:14:04.440Z | Downloaded rcgen v0.11.3 |
845 | 2023-11-07T05:14:04.872Z | Downloaded hostname v0.3.1 |
846 | 2023-11-07T05:14:04.894Z | Downloaded rustc-demangle v0.1.23 |
847 | 2023-11-07T05:14:04.910Z | Downloaded thiserror v1.0.49 |
848 | 2023-11-07T05:14:04.926Z | Downloaded slog-json v2.6.1 |
849 | 2023-11-07T05:14:04.938Z | Downloaded subprocess v0.2.9 |
850 | 2023-11-07T05:14:04.959Z | Downloaded fallible-iterator v0.2.0 |
851 | 2023-11-07T05:14:04.977Z | Downloaded hyper-tls v0.5.0 |
852 | 2023-11-07T05:14:04.987Z | Downloaded string_cache v0.8.7 |
853 | 2023-11-07T05:14:05.003Z | Downloaded erased-serde v0.3.30 |
854 | 2023-11-07T05:14:05.435Z | Downloaded fxhash v0.2.1 |
855 | 2023-11-07T05:14:05.463Z | Downloaded dtrace-parser v0.1.14 |
856 | 2023-11-07T05:14:05.887Z | Downloaded wyz v0.5.1 |
857 | 2023-11-07T05:14:05.894Z | Downloaded dyn-clone v1.0.13 |
858 | 2023-11-07T05:14:05.901Z | Downloaded dirs-next v2.0.0 |
859 | 2023-11-07T05:14:05.908Z | Downloaded inout v0.1.3 |
860 | 2023-11-07T05:14:05.920Z | Downloaded untrusted v0.9.0 |
861 | 2023-11-07T05:14:05.930Z | Downloaded heck v0.3.3 |
862 | 2023-11-07T05:14:05.940Z | Downloaded usdt v0.3.5 |
863 | 2023-11-07T05:14:05.954Z | Downloaded futures-macro v0.3.29 |
864 | 2023-11-07T05:14:05.966Z | Downloaded unicode-xid v0.2.4 |
865 | 2023-11-07T05:14:05.979Z | Downloaded either v1.9.0 |
866 | 2023-11-07T05:14:06.406Z | Downloaded radium v0.7.0 |
867 | 2023-11-07T05:14:06.423Z | Downloaded hex v0.4.3 |
868 | 2023-11-07T05:14:06.437Z | Downloaded ed25519 v2.2.2 |
869 | 2023-11-07T05:14:06.452Z | Downloaded thread_local v1.1.7 |
870 | 2023-11-07T05:14:06.474Z | Downloaded time-macros v0.2.13 |
871 | 2023-11-07T05:14:06.494Z | Downloaded generic-array v0.14.7 |
872 | 2023-11-07T05:14:06.512Z | Downloaded tempfile v3.8.0 |
873 | 2023-11-07T05:14:06.529Z | Downloaded rustc_version v0.4.0 |
874 | 2023-11-07T05:14:06.548Z | Downloaded thiserror-impl-no-std v2.0.2 |
875 | 2023-11-07T05:14:06.569Z | Downloaded ringbuffer v0.15.0 |
876 | 2023-11-07T05:14:06.595Z | Downloaded zip v0.6.6 |
877 | 2023-11-07T05:14:06.621Z | Downloaded futures-channel v0.3.29 |
878 | 2023-11-07T05:14:06.643Z | Downloaded httpdate v1.0.3 |
879 | 2023-11-07T05:14:06.655Z | Downloaded ucd-trie v0.1.6 |
880 | 2023-11-07T05:14:06.664Z | Downloaded memchr v2.6.3 |
881 | 2023-11-07T05:14:06.682Z | Downloaded serde_derive v1.0.188 |
882 | 2023-11-07T05:14:06.694Z | Downloaded stringprep v0.1.3 |
883 | 2023-11-07T05:14:06.702Z | Downloaded semver-parser v0.10.2 |
884 | 2023-11-07T05:14:06.719Z | Downloaded winnow v0.5.15 |
885 | 2023-11-07T05:14:06.731Z | Downloaded tap v1.0.1 |
886 | 2023-11-07T05:14:06.749Z | Downloaded signature v2.1.0 |
887 | 2023-11-07T05:14:06.781Z | Downloaded scheduled-thread-pool v0.2.7 |
888 | 2023-11-07T05:14:06.806Z | Downloaded same-file v1.0.6 |
889 | 2023-11-07T05:14:06.825Z | Downloaded indexmap v1.9.3 |
890 | 2023-11-07T05:14:06.836Z | Downloaded hashbrown v0.14.2 |
891 | 2023-11-07T05:14:06.851Z | Downloaded half v1.8.2 |
892 | 2023-11-07T05:14:06.867Z | Downloaded indexmap v2.1.0 |
893 | 2023-11-07T05:14:07.304Z | Downloaded similar v2.2.1 |
894 | 2023-11-07T05:14:07.793Z | Downloaded trust-dns-client v0.22.0 |
895 | 2023-11-07T05:14:07.808Z | Downloaded http v0.2.9 |
896 | 2023-11-07T05:14:07.826Z | Downloaded elliptic-curve v0.13.5 |
897 | 2023-11-07T05:14:07.842Z | Downloaded h2 v0.3.21 |
898 | 2023-11-07T05:14:07.863Z | Downloaded hashbrown v0.13.2 |
899 | 2023-11-07T05:14:07.883Z | Downloaded regex-automata v0.1.10 |
900 | 2023-11-07T05:14:07.900Z | Downloaded itertools v0.10.5 |
901 | 2023-11-07T05:14:07.912Z | Downloaded toml v0.5.11 |
902 | 2023-11-07T05:14:07.923Z | Downloaded vcpkg v0.2.15 |
903 | 2023-11-07T05:14:07.933Z | Downloaded headers v0.3.9 |
904 | 2023-11-07T05:14:07.950Z | Downloaded rand v0.8.5 |
905 | 2023-11-07T05:14:07.968Z | Downloaded object v0.32.1 |
906 | 2023-11-07T05:14:07.975Z | Downloaded hkdf v0.12.3 |
907 | 2023-11-07T05:14:07.984Z | Downloaded aes v0.8.3 |
908 | 2023-11-07T05:14:07.994Z | Downloaded unicode-segmentation v1.10.1 |
909 | 2023-11-07T05:14:08.004Z | Downloaded tokio-util v0.7.10 |
910 | 2023-11-07T05:14:08.013Z | Downloaded ed25519-dalek v2.0.0 |
911 | 2023-11-07T05:14:08.028Z | Downloaded libm v0.2.7 |
912 | 2023-11-07T05:14:08.041Z | Downloaded unicode-normalization v0.1.22 |
913 | 2023-11-07T05:14:08.055Z | Downloaded curve25519-dalek v4.1.0 |
914 | 2023-11-07T05:14:08.067Z | Downloaded syn v1.0.109 |
915 | 2023-11-07T05:14:08.083Z | Downloaded regress v0.7.1 |
916 | 2023-11-07T05:14:08.103Z | Downloaded radix_trie v0.2.1 |
917 | 2023-11-07T05:14:08.122Z | Downloaded russh v0.38.0 |
918 | 2023-11-07T05:14:08.158Z | Downloaded rand v0.7.3 |
919 | 2023-11-07T05:14:08.173Z | Downloaded regex-syntax v0.8.2 |
920 | 2023-11-07T05:14:08.188Z | Downloaded rusqlite v0.29.0 |
921 | 2023-11-07T05:14:08.198Z | Downloaded regex-syntax v0.7.5 |
922 | 2023-11-07T05:14:08.650Z | Downloaded rustls-webpki v0.101.7 |
923 | 2023-11-07T05:14:08.688Z | Downloaded sled v0.34.7 |
924 | 2023-11-07T05:14:08.706Z | Downloaded zerocopy-derive v0.6.4 |
925 | 2023-11-07T05:14:08.785Z | Downloaded git2 v0.17.2 |
926 | 2023-11-07T05:14:08.820Z | Downloaded bitvec v1.0.1 |
927 | 2023-11-07T05:14:08.831Z | Downloaded tokio v1.33.0 |
928 | 2023-11-07T05:14:08.843Z | Downloaded nix v0.26.2 |
929 | 2023-11-07T05:14:08.861Z | Downloaded sha3 v0.10.8 |
930 | 2023-11-07T05:14:08.885Z | Downloaded winapi v0.3.9 |
931 | 2023-11-07T05:14:08.901Z | Downloaded syn v2.0.32 |
932 | 2023-11-07T05:14:09.781Z | Downloaded hyper v0.14.27 |
933 | 2023-11-07T05:14:09.818Z | Downloaded smoltcp v0.9.1 |
934 | 2023-11-07T05:14:09.841Z | Downloaded bstr v0.2.17 |
935 | 2023-11-07T05:14:10.274Z | Downloaded rustix v0.38.9 |
936 | 2023-11-07T05:14:10.287Z | Downloaded gimli v0.28.0 |
937 | 2023-11-07T05:14:10.309Z | Downloaded rustix v0.37.23 |
938 | 2023-11-07T05:14:10.327Z | Downloaded bstr v1.6.0 |
939 | 2023-11-07T05:14:10.340Z | Downloaded smoltcp v0.8.2 |
940 | 2023-11-07T05:14:10.353Z | Downloaded regex v1.10.2 |
941 | 2023-11-07T05:14:10.380Z | Downloaded rustls v0.21.8 |
942 | 2023-11-07T05:14:10.403Z | Downloaded openssl v0.10.57 |
943 | 2023-11-07T05:14:10.503Z | Downloaded zerocopy-derive v0.2.0 |
944 | 2023-11-07T05:14:10.922Z | Downloaded futures-util v0.3.29 |
945 | 2023-11-07T05:14:11.342Z | Downloaded chrono v0.4.31 |
946 | 2023-11-07T05:14:11.352Z | Downloaded ring v0.16.20 |
947 | 2023-11-07T05:14:11.358Z | Downloaded idna v0.2.3 |
948 | 2023-11-07T05:14:11.369Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2023-11-07T05:14:11.385Z | Downloaded regex-automata v0.4.3 |
950 | 2023-11-07T05:14:11.401Z | Downloaded regex-automata v0.3.8 |
951 | 2023-11-07T05:14:11.410Z | Downloaded libc v0.2.150 |
952 | 2023-11-07T05:14:11.422Z | Downloaded regex-syntax v0.6.29 |
953 | 2023-11-07T05:14:11.436Z | Downloaded trust-dns-proto v0.22.0 |
954 | 2023-11-07T05:14:11.448Z | Downloaded openapiv3 v1.0.3 |
955 | 2023-11-07T05:14:11.455Z | Downloaded serde_json v1.0.108 |
956 | 2023-11-07T05:14:11.463Z | Downloaded reqwest v0.11.20 |
957 | 2023-11-07T05:14:11.470Z | Downloaded diesel v2.1.3 |
958 | 2023-11-07T05:14:11.478Z | Downloaded itertools v0.11.0 |
959 | 2023-11-07T05:14:11.486Z | Downloaded aho-corasick v1.0.4 |
960 | 2023-11-07T05:14:11.498Z | Downloaded idna v0.4.0 |
961 | 2023-11-07T05:14:11.573Z | Downloaded webpki-roots v0.25.2 |
962 | 2023-11-07T05:14:11.601Z | Downloaded toml_edit v0.19.15 |
963 | 2023-11-07T05:14:12.013Z | Downloaded serde_with v2.3.3 |
964 | 2023-11-07T05:14:12.017Z | Downloaded trust-dns-server v0.22.1 |
965 | 2023-11-07T05:14:12.021Z | Downloaded heapless v0.7.16 |
966 | 2023-11-07T05:14:12.033Z | Downloaded clap v2.34.0 |
967 | 2023-11-07T05:14:12.452Z | Downloaded schemars v0.8.13 |
968 | 2023-11-07T05:14:12.470Z | Downloaded toml_edit v0.20.7 |
969 | 2023-11-07T05:14:12.488Z | Downloaded serde v1.0.188 |
970 | 2023-11-07T05:14:12.542Z | Downloaded getrandom v0.1.16 |
971 | 2023-11-07T05:14:12.553Z | Downloaded tungstenite v0.20.1 |
972 | 2023-11-07T05:14:12.567Z | Downloaded clap_builder v4.4.2 |
973 | 2023-11-07T05:14:12.580Z | Downloaded encoding_rs v0.8.33 |
974 | 2023-11-07T05:14:12.702Z | Downloaded serde_yaml v0.9.25 |
975 | 2023-11-07T05:14:12.715Z | Downloaded time v0.3.27 |
976 | 2023-11-07T05:14:12.743Z | Downloaded getrandom v0.2.10 |
977 | 2023-11-07T05:14:12.752Z | Downloaded stable_deref_trait v1.2.0 |
978 | 2023-11-07T05:14:12.761Z | Downloaded slog v2.7.0 |
979 | 2023-11-07T05:14:12.772Z | Downloaded url v2.4.1 |
980 | 2023-11-07T05:14:12.786Z | Downloaded hashbrown v0.12.3 |
981 | 2023-11-07T05:14:12.805Z | Downloaded enum-as-inner v0.5.1 |
982 | 2023-11-07T05:14:12.814Z | Downloaded backtrace v0.3.69 |
983 | 2023-11-07T05:14:12.844Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
984 | 2023-11-07T05:14:12.870Z | Downloaded serde_with_macros v2.3.3 |
985 | 2023-11-07T05:14:12.885Z | Downloaded hmac v0.12.1 |
986 | 2023-11-07T05:14:12.897Z | Downloaded hyper-rustls v0.24.2 |
987 | 2023-11-07T05:14:12.908Z | Downloaded quick-error v1.2.3 |
988 | 2023-11-07T05:14:12.918Z | Downloaded whoami v1.4.1 |
989 | 2023-11-07T05:14:12.928Z | Downloaded itoa v1.0.9 |
990 | 2023-11-07T05:14:12.941Z | Downloaded ron v0.7.1 |
991 | 2023-11-07T05:14:12.952Z | Downloaded serde_tokenstream v0.2.0 |
992 | 2023-11-07T05:14:12.964Z | Downloaded serde_derive_internals v0.26.0 |
993 | 2023-11-07T05:14:12.983Z | Downloaded structmeta v0.2.0 |
994 | 2023-11-07T05:14:12.993Z | Downloaded secrecy v0.8.0 |
995 | 2023-11-07T05:14:13.011Z | Downloaded hash32 v0.2.1 |
996 | 2023-11-07T05:14:13.024Z | Downloaded dof v0.1.5 |
997 | 2023-11-07T05:14:13.446Z | Downloaded rand_core v0.6.4 |
998 | 2023-11-07T05:14:13.472Z | Downloaded structmeta-derive v0.1.6 |
999 | 2023-11-07T05:14:13.494Z | Downloaded usdt-impl v0.3.5 |
1000 | 2023-11-07T05:14:13.516Z | Downloaded russh-keys v0.38.0 |
1001 | 2023-11-07T05:14:13.533Z | Downloaded spin v0.9.8 |
1002 | 2023-11-07T05:14:14.361Z | Downloaded dirs-sys v0.4.1 |
1003 | 2023-11-07T05:14:14.375Z | Downloaded serde_spanned v0.6.4 |
1004 | 2023-11-07T05:14:14.812Z | Downloaded home v0.5.5 |
1005 | 2023-11-07T05:14:14.858Z | Downloaded trust-dns-resolver v0.22.0 |
1006 | 2023-11-07T05:14:14.885Z | Downloaded env_logger v0.9.3 |
1007 | 2023-11-07T05:14:14.919Z | Downloaded static_assertions v1.1.0 |
1008 | 2023-11-07T05:14:14.938Z | Downloaded getopts v0.2.21 |
1009 | 2023-11-07T05:14:14.960Z | Downloaded rustfmt-wrapper v0.2.0 |
1010 | 2023-11-07T05:14:14.986Z | Downloaded tokio-postgres v0.7.10 |
1011 | 2023-11-07T05:14:15.017Z | Downloaded slog-scope v4.4.0 |
1012 | 2023-11-07T05:14:15.039Z | Downloaded futures v0.3.29 |
1013 | 2023-11-07T05:14:15.050Z | Downloaded base64 v0.21.5 |
1014 | 2023-11-07T05:14:15.062Z | Downloaded socket2 v0.4.9 |
1015 | 2023-11-07T05:14:15.088Z | Downloaded rustls-native-certs v0.6.3 |
1016 | 2023-11-07T05:14:15.094Z | Downloaded semver v1.0.20 |
1017 | 2023-11-07T05:14:15.102Z | Downloaded rand_core v0.5.1 |
1018 | 2023-11-07T05:14:15.108Z | Downloaded thiserror-impl v1.0.49 |
1019 | 2023-11-07T05:14:15.114Z | Downloaded smf v0.2.2 |
1020 | 2023-11-07T05:14:15.121Z | Downloaded flate2 v1.0.28 |
1021 | 2023-11-07T05:14:15.128Z | Downloaded num-bigint v0.4.4 |
1022 | 2023-11-07T05:14:15.138Z | Downloaded resolv-conf v0.7.0 |
1023 | 2023-11-07T05:14:15.149Z | Downloaded slog-dtrace v0.2.3 |
1024 | 2023-11-07T05:14:15.157Z | Downloaded walkdir v2.4.0 |
1025 | 2023-11-07T05:14:15.167Z | Downloaded slog-term v2.9.0 |
1026 | 2023-11-07T05:14:15.179Z | Downloaded r2d2 v0.8.10 |
1027 | 2023-11-07T05:14:15.187Z | Downloaded strum_macros v0.25.2 |
1028 | 2023-11-07T05:14:15.198Z | Downloaded tokio-tungstenite v0.20.1 |
1029 | 2023-11-07T05:14:15.207Z | Downloaded tracing-core v0.1.31 |
1030 | 2023-11-07T05:14:15.216Z | Downloaded toml v0.8.6 |
1031 | 2023-11-07T05:14:15.228Z | Downloaded tungstenite v0.18.0 |
1032 | 2023-11-07T05:14:15.240Z | Downloaded socket2 v0.5.4 |
1033 | 2023-11-07T05:14:15.654Z | Downloaded diesel_derives v2.1.1 |
1034 | 2023-11-07T05:14:15.661Z | Downloaded futures-executor v0.3.29 |
1035 | 2023-11-07T05:14:15.667Z | Downloaded unicode-width v0.1.11 |
1036 | 2023-11-07T05:14:15.672Z | Downloaded semver v0.11.0 |
1037 | 2023-11-07T05:14:15.680Z | Downloaded rustls-pemfile v1.0.3 |
1038 | 2023-11-07T05:14:15.688Z | Downloaded twox-hash v1.6.3 |
1039 | 2023-11-07T05:14:15.692Z | Downloaded fallible-streaming-iterator v0.1.9 |
1040 | 2023-11-07T05:14:15.696Z | Downloaded scopeguard v1.2.0 |
1041 | 2023-11-07T05:14:15.700Z | Downloaded http-range v0.1.5 |
1042 | 2023-11-07T05:14:15.703Z | Downloaded blake2 v0.10.6 |
1043 | 2023-11-07T05:14:15.708Z | Downloaded tar v0.4.40 |
1044 | 2023-11-07T05:14:15.716Z | Downloaded der v0.7.8 |
1045 | 2023-11-07T05:14:15.723Z | Downloaded tracing v0.1.37 |
1046 | 2023-11-07T05:14:15.733Z | Downloaded ipnet v2.8.0 |
1047 | 2023-11-07T05:14:15.760Z | Downloaded lalrpop-util v0.19.12 |
1048 | 2023-11-07T05:14:16.206Z | Downloaded jobserver v0.1.26 |
1049 | 2023-11-07T05:14:16.232Z | Downloaded ff v0.13.0 |
1050 | 2023-11-07T05:14:16.647Z | Downloaded fastrand v2.0.0 |
1051 | 2023-11-07T05:14:16.663Z | Downloaded structmeta v0.1.6 |
1052 | 2023-11-07T05:14:16.674Z | Downloaded unsafe-libyaml v0.2.9 |
1053 | 2023-11-07T05:14:16.685Z | Downloaded toml v0.7.8 |
1054 | 2023-11-07T05:14:16.699Z | Downloaded fixedbitset v0.4.2 |
1055 | 2023-11-07T05:14:16.711Z | Downloaded spki v0.7.2 |
1056 | 2023-11-07T05:14:17.129Z | Downloaded ipnetwork v0.20.0 |
1057 | 2023-11-07T05:14:17.136Z | Downloaded uuid v1.5.0 |
1058 | 2023-11-07T05:14:17.143Z | Downloaded http-body v0.4.5 |
1059 | 2023-11-07T05:14:17.160Z | Downloaded libz-sys v1.1.12 |
1060 | 2023-11-07T05:14:17.173Z | Downloaded tokio-native-tls v0.3.1 |
1061 | 2023-11-07T05:14:17.191Z | Downloaded crossbeam-channel v0.5.8 |
1062 | 2023-11-07T05:14:17.210Z | Downloaded textwrap v0.11.0 |
1063 | 2023-11-07T05:14:17.223Z | Downloaded sha2 v0.10.8 |
1064 | 2023-11-07T05:14:17.232Z | Downloaded serde_repr v0.1.16 |
1065 | 2023-11-07T05:14:17.254Z | Downloaded ghash v0.5.0 |
1066 | 2023-11-07T05:14:17.276Z | Downloaded unicode-ident v1.0.12 |
1067 | 2023-11-07T05:14:17.329Z | Downloaded unicode-bidi v0.3.13 |
1068 | 2023-11-07T05:14:17.341Z | Downloaded strsim v0.10.0 |
1069 | 2023-11-07T05:14:17.360Z | Downloaded toml_datetime v0.6.5 |
1070 | 2023-11-07T05:14:17.384Z | Downloaded fnv v1.0.7 |
1071 | 2023-11-07T05:14:17.396Z | Downloaded chacha20poly1305 v0.10.1 |
1072 | 2023-11-07T05:14:17.408Z | Downloaded equivalent v1.0.1 |
1073 | 2023-11-07T05:14:17.426Z | Downloaded smallvec v1.11.0 |
1074 | 2023-11-07T05:14:17.437Z | Downloaded serde_urlencoded v0.7.1 |
1075 | 2023-11-07T05:14:17.476Z | Downloaded serde_tokenstream v0.1.7 |
1076 | 2023-11-07T05:14:17.543Z | Downloaded serde_arrays v0.1.0 |
1077 | 2023-11-07T05:14:17.553Z | Downloaded quote v1.0.33 |
1078 | 2023-11-07T05:14:17.572Z | Downloaded hubpack_derive v0.1.1 |
1079 | 2023-11-07T05:14:17.581Z | Downloaded slog-stdlog v4.1.1 |
1080 | 2023-11-07T05:14:17.593Z | Downloaded ryu v1.0.15 |
1081 | 2023-11-07T05:14:17.608Z | Downloaded zerocopy v0.6.4 |
1082 | 2023-11-07T05:14:17.626Z | Downloaded tokio-stream v0.1.14 |
1083 | 2023-11-07T05:14:17.644Z | Downloaded hashlink v0.8.3 |
1084 | 2023-11-07T05:14:17.668Z | Downloaded yasna v0.5.2 |
1085 | 2023-11-07T05:14:17.692Z | Downloaded tinyvec v1.6.0 |
1086 | 2023-11-07T05:14:17.710Z | Downloaded is-terminal v0.4.9 |
1087 | 2023-11-07T05:14:18.378Z | Downloaded openssl-sys v0.9.93 |
1088 | 2023-11-07T05:14:18.474Z | Downloaded glob v0.3.1 |
1089 | 2023-11-07T05:14:18.493Z | Downloaded camino v1.1.6 |
1090 | 2023-11-07T05:14:18.546Z | Downloaded thiserror-no-std v2.0.2 |
1091 | 2023-11-07T05:14:18.575Z | Downloaded tokio-macros v2.1.0 |
1092 | 2023-11-07T05:14:18.621Z | Downloaded termcolor v1.2.0 |
1093 | 2023-11-07T05:14:18.658Z | Downloaded subtle v2.5.0 |
1094 | 2023-11-07T05:14:18.699Z | Downloaded postgres-types v0.2.6 |
1095 | 2023-11-07T05:14:18.771Z | Downloaded derive_more v0.99.17 |
1096 | 2023-11-07T05:14:18.796Z | Downloaded crossbeam-utils v0.8.16 |
1097 | 2023-11-07T05:14:18.840Z | Downloaded const_format_proc_macros v0.2.31 |
1098 | 2023-11-07T05:14:18.870Z | Downloaded dirs-sys-next v0.1.2 |
1099 | 2023-11-07T05:14:18.930Z | Downloaded utf-8 v0.7.6 |
1100 | 2023-11-07T05:14:18.965Z | Downloaded slab v0.4.9 |
1101 | 2023-11-07T05:14:23.250Z | Downloaded pest v2.7.2 |
1102 | 2023-11-07T05:14:23.486Z | Downloaded dirs v5.0.1 |
1103 | 2023-11-07T05:14:23.854Z | Downloaded iana-time-zone v0.1.57 |
1104 | 2023-11-07T05:14:24.058Z | Downloaded structmeta-derive v0.2.0 |
1105 | 2023-11-07T05:14:24.162Z | Downloaded parking_lot_core v0.8.6 |
1106 | 2023-11-07T05:14:24.196Z | Downloaded ring v0.17.5 |
1107 | 2023-11-07T05:14:24.712Z | Downloaded hyper-staticfile v0.9.5 |
1108 | 2023-11-07T05:14:24.773Z | Downloaded clap_derive v4.4.2 |
1109 | 2023-11-07T05:14:25.196Z | Downloaded allocator-api2 v0.2.16 |
1110 | 2023-11-07T05:14:25.235Z | Downloaded rand_chacha v0.3.1 |
1111 | 2023-11-07T05:14:25.260Z | Downloaded bincode v1.3.3 |
1112 | 2023-11-07T05:14:25.675Z | Downloaded headers-core v0.2.0 |
1113 | 2023-11-07T05:14:25.688Z | Downloaded zeroize_derive v1.4.2 |
1114 | 2023-11-07T05:14:26.924Z | Downloaded zerocopy v0.3.0 |
1115 | 2023-11-07T05:14:26.945Z | Downloaded xattr v1.0.1 |
1116 | 2023-11-07T05:14:26.964Z | Downloaded universal-hash v0.5.1 |
1117 | 2023-11-07T05:14:26.985Z | Downloaded tracing-attributes v0.1.26 |
1118 | 2023-11-07T05:14:27.429Z | Downloaded proc-macro2 v1.0.67 |
1119 | 2023-11-07T05:14:27.865Z | Downloaded libsqlite3-sys v0.26.0 |
1120 | 2023-11-07T05:14:28.796Z | Downloaded const_format v0.2.31 |
1121 | 2023-11-07T05:14:28.813Z | Downloaded synstructure v0.12.6 |
1122 | 2023-11-07T05:14:28.825Z | Downloaded anstyle-parse v0.2.1 |
1123 | 2023-11-07T05:14:28.839Z | Downloaded zeroize v1.6.0 |
1124 | 2023-11-07T05:14:28.857Z | Downloaded postcard v0.7.3 |
1125 | 2023-11-07T05:14:28.867Z | Downloaded bit-vec v0.6.3 |
1126 | 2023-11-07T05:14:28.885Z | Downloaded foreign-types-shared v0.1.1 |
1127 | 2023-11-07T05:14:28.896Z | Downloaded block-buffer v0.10.4 |
1128 | 2023-11-07T05:14:28.905Z | Downloaded structopt-derive v0.4.18 |
1129 | 2023-11-07T05:14:29.320Z | Downloaded proc-macro-crate v1.3.1 |
1130 | 2023-11-07T05:14:29.337Z | Downloaded data-encoding v2.4.0 |
1131 | 2023-11-07T05:14:29.351Z | Downloaded clap_lex v0.5.1 |
1132 | 2023-11-07T05:14:29.395Z | Downloaded sha1 v0.10.5 |
1133 | 2023-11-07T05:14:29.473Z | Downloaded libefi-sys v0.1.0 |
1134 | 2023-11-07T05:14:29.494Z | Downloaded bit-set v0.5.3 |
1135 | 2023-11-07T05:14:29.518Z | Downloaded ansi_term v0.12.1 |
1136 | 2023-11-07T05:14:29.960Z | Downloaded argon2 v0.5.2 |
1137 | 2023-11-07T05:14:30.376Z | Downloaded ident_case v1.0.1 |
1138 | 2023-11-07T05:14:30.392Z | Downloaded tower-service v0.3.2 |
1139 | 2023-11-07T05:14:30.425Z | Downloaded cipher v0.4.4 |
1140 | 2023-11-07T05:14:30.564Z | Downloaded anyhow v1.0.75 |
1141 | 2023-11-07T05:14:30.655Z | Downloaded aes-gcm-siv v0.11.1 |
1142 | 2023-11-07T05:14:30.711Z | Downloaded want v0.3.1 |
1143 | 2023-11-07T05:14:30.787Z | Downloaded untrusted v0.7.1 |
1144 | 2023-11-07T05:14:30.807Z | Downloaded zone_cfg_derive v0.3.0 |
1145 | 2023-11-07T05:14:30.819Z | Downloaded zone v0.3.0 |
1146 | 2023-11-07T05:14:31.124Z | Downloaded waitgroup v0.1.2 |
1147 | 2023-11-07T05:14:31.575Z | Downloaded utf8parse v0.2.1 |
1148 | 2023-11-07T05:14:31.602Z | Downloaded predicates v3.0.4 |
1149 | 2023-11-07T05:14:31.633Z | Downloaded poly1305 v0.8.0 |
1150 | 2023-11-07T05:14:31.654Z | Downloaded bit_field v0.10.2 |
1151 | 2023-11-07T05:14:31.675Z | Downloaded base64ct v1.6.0 |
1152 | 2023-11-07T05:14:31.704Z | Downloaded anstyle v1.0.2 |
1153 | 2023-11-07T05:14:31.743Z | Downloaded difflib v0.4.0 |
1154 | 2023-11-07T05:14:31.780Z | Downloaded parking_lot v0.11.2 |
1155 | 2023-11-07T05:14:31.823Z | Downloaded pretty-hex v0.3.0 |
1156 | 2023-11-07T05:14:36.002Z | Downloaded polyval v0.6.1 |
1157 | 2023-11-07T05:14:36.352Z | Downloaded platforms v3.0.2 |
1158 | 2023-11-07T05:14:36.547Z | Downloaded pkg-config v0.3.27 |
1159 | 2023-11-07T05:14:36.662Z | Downloaded phf v0.11.2 |
1160 | 2023-11-07T05:14:36.703Z | Downloaded autocfg v1.1.0 |
1161 | 2023-11-07T05:14:36.731Z | Downloaded ppv-lite86 v0.2.17 |
1162 | 2023-11-07T05:14:36.759Z | Downloaded postgres-protocol v0.6.6 |
1163 | 2023-11-07T05:14:36.831Z | Downloaded debug-ignore v1.0.5 |
1164 | 2023-11-07T05:14:36.872Z | Downloaded darling v0.20.3 |
1165 | 2023-11-07T05:14:36.926Z | Downloaded aes-gcm v0.10.3 |
1166 | 2023-11-07T05:14:36.970Z | Downloaded thread-id v4.2.0 |
1167 | 2023-11-07T05:14:37.449Z | Downloaded terminal_size v0.2.6 |
1168 | 2023-11-07T05:14:37.493Z | Downloaded predicates-core v1.0.6 |
1169 | 2023-11-07T05:14:37.525Z | Downloaded postcard-cobs v0.1.5-pre |
1170 | 2023-11-07T05:14:37.955Z | Downloaded pbkdf2 v0.12.2 |
1171 | 2023-11-07T05:14:37.969Z | Downloaded deranged v0.3.8 |
1172 | 2023-11-07T05:14:37.983Z | Downloaded num_enum_derive v0.7.0 |
1173 | 2023-11-07T05:14:37.995Z | Downloaded num-complex v0.4.4 |
1174 | 2023-11-07T05:14:38.025Z | Downloaded bzip2 v0.4.4 |
1175 | 2023-11-07T05:14:38.058Z | Downloaded addr2line v0.21.0 |
1176 | 2023-11-07T05:14:38.082Z | Downloaded num-integer v0.1.45 |
1177 | 2023-11-07T05:14:38.104Z | Downloaded multer v2.1.0 |
1178 | 2023-11-07T05:14:38.219Z | Downloaded proc-macro-error-attr v1.0.4 |
1179 | 2023-11-07T05:14:38.254Z | Downloaded pin-project-lite v0.2.13 |
1180 | 2023-11-07T05:14:38.266Z | Downloaded password-hash v0.5.0 |
1181 | 2023-11-07T05:14:38.700Z | Downloaded openssl-probe v0.1.5 |
1182 | 2023-11-07T05:14:38.728Z | Downloaded matches v0.1.10 |
1183 | 2023-11-07T05:14:39.160Z | Downloaded cc v1.0.83 |
1184 | 2023-11-07T05:14:39.178Z | Downloaded precomputed-hash v0.1.1 |
1185 | 2023-11-07T05:14:39.190Z | Downloaded crypto-common v0.1.6 |
1186 | 2023-11-07T05:14:39.204Z | Downloaded macaddr v1.0.1 |
1187 | 2023-11-07T05:14:39.304Z | Downloaded cstr-argument v0.1.2 |
1188 | 2023-11-07T05:14:39.348Z | Downloaded colored v2.0.4 |
1189 | 2023-11-07T05:14:39.363Z | Downloaded crucible-workspace-hack v0.1.0 |
1190 | 2023-11-07T05:14:39.381Z | Downloaded byteorder v1.5.0 |
1191 | 2023-11-07T05:14:39.401Z | Downloaded async-trait v0.1.74 |
1192 | 2023-11-07T05:14:39.426Z | Downloaded anstyle-query v1.0.0 |
1193 | 2023-11-07T05:14:39.447Z | Downloaded darling_macro v0.20.3 |
1194 | 2023-11-07T05:14:39.476Z | Downloaded mime v0.3.17 |
1195 | 2023-11-07T05:14:39.499Z | Downloaded cfg-if v0.1.10 |
1196 | 2023-11-07T05:14:39.526Z | Downloaded base16ct v0.2.0 |
1197 | 2023-11-07T05:14:39.540Z | Downloaded pem v3.0.2 |
1198 | 2023-11-07T05:14:39.556Z | Downloaded bitflags v2.4.0 |
1199 | 2023-11-07T05:14:39.586Z | Downloaded atomic-waker v1.1.1 |
1200 | 2023-11-07T05:14:39.608Z | Downloaded ciborium-ll v0.2.1 |
1201 | 2023-11-07T05:14:39.630Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1202 | 2023-11-07T05:14:39.647Z | Downloaded adler v1.0.2 |
1203 | 2023-11-07T05:14:39.669Z | Downloaded phf_shared v0.10.0 |
1204 | 2023-11-07T05:14:39.682Z | Downloaded parse-display v0.8.2 |
1205 | 2023-11-07T05:14:39.692Z | Downloaded parse-display v0.7.0 |
1206 | 2023-11-07T05:14:39.721Z | Downloaded num-derive v0.4.0 |
1207 | 2023-11-07T05:14:39.745Z | Downloaded curve25519-dalek-derive v0.1.0 |
1208 | 2023-11-07T05:14:39.762Z | Downloaded async-recursion v1.0.5 |
1209 | 2023-11-07T05:14:40.188Z | Downloaded ctr v0.9.2 |
1210 | 2023-11-07T05:14:40.205Z | Downloaded paste v1.0.14 |
1211 | 2023-11-07T05:14:40.221Z | Downloaded crc32fast v1.3.2 |
1212 | 2023-11-07T05:14:40.236Z | Downloaded crossbeam-epoch v0.9.15 |
1213 | 2023-11-07T05:14:40.250Z | Downloaded clap v4.4.3 |
1214 | 2023-11-07T05:14:40.270Z | Downloaded async-stream-impl v0.3.5 |
1215 | 2023-11-07T05:14:40.285Z | Downloaded phf_shared v0.11.2 |
1216 | 2023-11-07T05:14:40.311Z | Downloaded percent-encoding v2.3.0 |
1217 | 2023-11-07T05:14:40.412Z | Downloaded parse-display-derive v0.8.2 |
1218 | 2023-11-07T05:14:40.437Z | Downloaded num-rational v0.4.1 |
1219 | 2023-11-07T05:14:40.461Z | Downloaded native-tls v0.2.11 |
1220 | 2023-11-07T05:14:40.487Z | Downloaded blowfish v0.9.1 |
1221 | 2023-11-07T05:14:40.506Z | Downloaded password-hash v0.4.2 |
1222 | 2023-11-07T05:14:40.535Z | Downloaded parking_lot v0.12.1 |
1223 | 2023-11-07T05:14:40.983Z | Downloaded mio v0.8.8 |
1224 | 2023-11-07T05:14:40.999Z | Downloaded pest_derive v2.7.2 |
1225 | 2023-11-07T05:14:41.016Z | Downloaded petgraph v0.6.4 |
1226 | 2023-11-07T05:14:41.035Z | Downloaded parse-display-derive v0.7.0 |
1227 | 2023-11-07T05:14:41.532Z | Downloaded opaque-debug v0.3.0 |
1228 | 2023-11-07T05:14:41.549Z | Downloaded new_debug_unreachable v1.0.4 |
1229 | 2023-11-07T05:14:42.394Z | Downloaded colorchoice v1.0.0 |
1230 | 2023-11-07T05:14:42.423Z | Downloaded ciborium v0.2.1 |
1231 | 2023-11-07T05:14:42.859Z | Downloaded cancel-safe-futures v0.1.5 |
1232 | 2023-11-07T05:14:43.305Z | Downloaded block-padding v0.3.3 |
1233 | 2023-11-07T05:14:43.388Z | Downloaded openssl-macros v0.1.1 |
1234 | 2023-11-07T05:14:43.406Z | Downloaded num_enum_derive v0.5.11 |
1235 | 2023-11-07T05:14:43.415Z | Downloaded cbc v0.1.2 |
1236 | 2023-11-07T05:14:43.424Z | Downloaded console v0.15.7 |
1237 | 2023-11-07T05:14:43.439Z | Downloaded pbkdf2 v0.11.0 |
1238 | 2023-11-07T05:14:43.454Z | Downloaded lock_api v0.4.10 |
1239 | 2023-11-07T05:14:43.466Z | Downloaded darling_core v0.20.3 |
1240 | 2023-11-07T05:14:43.483Z | Downloaded chacha20 v0.9.1 |
1241 | 2023-11-07T05:14:43.914Z | Downloaded cfg-if v1.0.0 |
1242 | 2023-11-07T05:14:43.940Z | Downloaded camino-tempfile v1.0.2 |
1243 | 2023-11-07T05:14:43.966Z | Downloaded mime_guess v2.0.4 |
1244 | 2023-11-07T05:14:44.003Z | Downloaded linked-hash-map v0.5.6 |
1245 | 2023-11-07T05:14:44.022Z | Downloaded bitstruct_derive v0.1.0 |
1246 | 2023-11-07T05:14:44.041Z | Downloaded md5 v0.7.0 |
1247 | 2023-11-07T05:14:44.464Z | Downloaded bitstruct v0.1.1 |
1248 | 2023-11-07T05:14:44.488Z | Compiling proc-macro2 v1.0.67 |
1249 | 2023-11-07T05:14:44.502Z | Compiling unicode-ident v1.0.12 |
1250 | 2023-11-07T05:14:44.510Z | Compiling libc v0.2.150 |
1251 | 2023-11-07T05:14:44.523Z | Compiling serde v1.0.188 |
1252 | 2023-11-07T05:14:44.540Z | Compiling version_check v0.9.4 |
1253 | 2023-11-07T05:14:45.889Z | Compiling autocfg v1.1.0 |
1254 | 2023-11-07T05:14:45.913Z | Compiling cfg-if v1.0.0 |
1255 | 2023-11-07T05:14:45.945Z | Compiling syn v1.0.109 |
1256 | 2023-11-07T05:14:45.966Z | Compiling once_cell v1.18.0 |
1257 | 2023-11-07T05:14:45.984Z | Compiling typenum v1.16.0 |
1258 | 2023-11-07T05:14:46.013Z | Compiling thiserror v1.0.49 |
1259 | 2023-11-07T05:14:46.036Z | Compiling generic-array v0.14.7 |
1260 | 2023-11-07T05:14:46.053Z | Compiling lock_api v0.4.10 |
1261 | 2023-11-07T05:14:46.070Z | Compiling parking_lot_core v0.9.8 |
1262 | 2023-11-07T05:14:46.084Z | Compiling libm v0.2.7 |
1263 | 2023-11-07T05:14:46.096Z | Compiling num-traits v0.2.16 |
1264 | 2023-11-07T05:14:46.111Z | Compiling itoa v1.0.9 |
1265 | 2023-11-07T05:14:46.147Z | Compiling memchr v2.6.3 |
1266 | 2023-11-07T05:14:46.181Z | Compiling futures-core v0.3.29 |
1267 | 2023-11-07T05:14:46.600Z | Compiling ahash v0.8.3 |
1268 | 2023-11-07T05:14:46.617Z | Compiling serde_json v1.0.108 |
1269 | 2023-11-07T05:14:46.628Z | Compiling log v0.4.20 |
1270 | 2023-11-07T05:14:46.640Z | Compiling slab v0.4.9 |
1271 | 2023-11-07T05:14:47.065Z | Compiling quote v1.0.33 |
1272 | 2023-11-07T05:14:47.074Z | Compiling futures-channel v0.3.29 |
1273 | 2023-11-07T05:14:47.083Z | Compiling futures-task v0.3.29 |
1274 | 2023-11-07T05:14:47.089Z | Compiling syn v2.0.32 |
1275 | 2023-11-07T05:14:47.095Z | Compiling getrandom v0.2.10 |
1276 | 2023-11-07T05:14:47.099Z | Compiling jobserver v0.1.26 |
1277 | 2023-11-07T05:14:47.104Z | Compiling futures-util v0.3.29 |
1278 | 2023-11-07T05:14:47.111Z | Compiling pkg-config v0.3.27 |
1279 | 2023-11-07T05:14:47.119Z | Compiling rand_core v0.6.4 |
1280 | 2023-11-07T05:14:47.132Z | Compiling cc v1.0.83 |
1281 | 2023-11-07T05:14:47.155Z | Compiling ryu v1.0.15 |
1282 | 2023-11-07T05:14:47.171Z | Compiling vcpkg v0.2.15 |
1283 | 2023-11-07T05:14:47.595Z | Compiling scopeguard v1.2.0 |
1284 | 2023-11-07T05:14:47.611Z | Compiling allocator-api2 v0.2.16 |
1285 | 2023-11-07T05:14:47.621Z | Compiling schemars v0.8.13 |
1286 | 2023-11-07T05:14:47.643Z | Compiling heck v0.4.1 |
1287 | 2023-11-07T05:14:47.655Z | Compiling hashbrown v0.14.2 |
1288 | 2023-11-07T05:14:47.663Z | Compiling equivalent v1.0.1 |
1289 | 2023-11-07T05:14:48.117Z | Compiling smallvec v1.11.0 |
1290 | 2023-11-07T05:14:48.156Z | Compiling byteorder v1.5.0 |
1291 | 2023-11-07T05:14:48.170Z | Compiling httparse v1.8.0 |
1292 | 2023-11-07T05:14:48.184Z | Compiling fnv v1.0.7 |
1293 | 2023-11-07T05:14:48.217Z | Compiling iana-time-zone v0.1.57 |
1294 | 2023-11-07T05:14:48.229Z | Compiling pin-project-lite v0.2.13 |
1295 | 2023-11-07T05:14:48.248Z | Compiling semver v1.0.20 |
1296 | 2023-11-07T05:14:48.274Z | Compiling subtle v2.5.0 |
1297 | 2023-11-07T05:14:48.300Z | Compiling ring v0.16.20 |
1298 | 2023-11-07T05:14:48.319Z | Compiling ring v0.17.5 |
1299 | 2023-11-07T05:14:48.338Z | Compiling parking_lot v0.12.1 |
1300 | 2023-11-07T05:14:48.353Z | Compiling indexmap v1.9.3 |
1301 | 2023-11-07T05:14:48.369Z | Compiling tinyvec_macros v0.1.1 |
1302 | 2023-11-07T05:14:48.396Z | Compiling dyn-clone v1.0.13 |
1303 | 2023-11-07T05:14:48.812Z | Compiling time-core v0.1.1 |
1304 | 2023-11-07T05:14:48.825Z | Compiling tinyvec v1.6.0 |
1305 | 2023-11-07T05:14:48.835Z | Compiling time-macros v0.2.13 |
1306 | 2023-11-07T05:14:48.863Z | Compiling openssl-sys v0.9.93 |
1307 | 2023-11-07T05:14:49.308Z | Compiling mio v0.8.8 |
1308 | 2023-11-07T05:14:49.317Z | Compiling socket2 v0.5.4 |
1309 | 2023-11-07T05:14:49.323Z | Compiling signal-hook-registry v1.4.1 |
1310 | 2023-11-07T05:14:49.332Z | Compiling unicode-normalization v0.1.22 |
1311 | 2023-11-07T05:14:49.339Z | Compiling num_cpus v1.16.0 |
1312 | 2023-11-07T05:14:49.344Z | Compiling rustls v0.21.8 |
1313 | 2023-11-07T05:14:49.349Z | Compiling unicode-bidi v0.3.13 |
1314 | 2023-11-07T05:14:49.355Z | Compiling slog v2.7.0 |
1315 | 2023-11-07T05:14:49.360Z | Compiling aho-corasick v1.0.4 |
1316 | 2023-11-07T05:14:49.365Z | Compiling regex-syntax v0.8.2 |
1317 | 2023-11-07T05:14:49.370Z | Compiling serde_derive_internals v0.26.0 |
1318 | 2023-11-07T05:14:49.375Z | Compiling ucd-trie v0.1.6 |
1319 | 2023-11-07T05:14:49.378Z | Compiling percent-encoding v2.3.0 |
1320 | 2023-11-07T05:14:49.383Z | Compiling spin v0.5.2 |
1321 | 2023-11-07T05:14:49.388Z | Compiling backtrace v0.3.69 |
1322 | 2023-11-07T05:14:49.396Z | Compiling async-trait v0.1.74 |
1323 | 2023-11-07T05:14:49.416Z | Compiling form_urlencoded v1.2.0 |
1324 | 2023-11-07T05:14:49.423Z | Compiling openssl v0.10.57 |
1325 | 2023-11-07T05:14:49.428Z | Compiling anyhow v1.0.75 |
1326 | 2023-11-07T05:14:49.443Z | Compiling futures-sink v0.3.29 |
1327 | 2023-11-07T05:14:49.454Z | Compiling pin-utils v0.1.0 |
1328 | 2023-11-07T05:14:49.460Z | Compiling winnow v0.5.15 |
1329 | 2023-11-07T05:14:49.470Z | Compiling idna v0.4.0 |
1330 | 2023-11-07T05:14:49.498Z | Compiling native-tls v0.2.11 |
1331 | 2023-11-07T05:14:49.515Z | Compiling url v2.4.1 |
1332 | 2023-11-07T05:14:49.538Z | Compiling unicode-xid v0.2.4 |
1333 | 2023-11-07T05:14:49.560Z | Compiling regex-automata v0.4.3 |
1334 | 2023-11-07T05:14:49.566Z | Compiling futures-io v0.3.29 |
1335 | 2023-11-07T05:14:49.583Z | Compiling rustversion v1.0.14 |
1336 | 2023-11-07T05:14:49.599Z | Compiling const-oid v0.9.5 |
1337 | 2023-11-07T05:14:49.609Z | Compiling hashbrown v0.13.2 |
1338 | 2023-11-07T05:14:49.626Z | Compiling unicode-width v0.1.11 |
1339 | 2023-11-07T05:14:49.632Z | Compiling synstructure v0.12.6 |
1340 | 2023-11-07T05:14:49.641Z | Compiling cpufeatures v0.2.9 |
1341 | 2023-11-07T05:14:49.650Z | Compiling crossbeam-utils v0.8.16 |
1342 | 2023-11-07T05:14:49.657Z | Compiling tracing-core v0.1.31 |
1343 | 2023-11-07T05:14:49.671Z | Compiling ppv-lite86 v0.2.17 |
1344 | 2023-11-07T05:14:49.675Z | Compiling adler v1.0.2 |
1345 | 2023-11-07T05:14:49.680Z | Compiling miniz_oxide v0.7.1 |
1346 | 2023-11-07T05:14:49.683Z | Compiling rustix v0.38.9 |
1347 | 2023-11-07T05:14:49.687Z | Compiling rand_chacha v0.3.1 |
1348 | 2023-11-07T05:14:49.690Z | Compiling usdt-impl v0.3.5 |
1349 | 2023-11-07T05:14:49.693Z | Compiling serde_derive v1.0.188 |
1350 | 2023-11-07T05:14:49.696Z | Compiling zeroize_derive v1.4.2 |
1351 | 2023-11-07T05:14:49.699Z | Compiling thiserror-impl v1.0.49 |
1352 | 2023-11-07T05:14:49.702Z | Compiling tokio-macros v2.1.0 |
1353 | 2023-11-07T05:14:49.705Z | Compiling futures-macro v0.3.29 |
1354 | 2023-11-07T05:14:49.708Z | Compiling tracing-attributes v0.1.26 |
1355 | 2023-11-07T05:14:49.712Z | Compiling schemars_derive v0.8.13 |
1356 | 2023-11-07T05:14:49.725Z | Compiling zeroize v1.6.0 |
1357 | 2023-11-07T05:14:49.737Z | Compiling regex v1.10.2 |
1358 | 2023-11-07T05:14:49.746Z | Compiling openssl-macros v0.1.1 |
1359 | 2023-11-07T05:14:49.749Z | Compiling pest v2.7.2 |
1360 | 2023-11-07T05:14:49.752Z | Compiling crypto-common v0.1.6 |
1361 | 2023-11-07T05:14:49.755Z | Compiling block-buffer v0.10.4 |
1362 | 2023-11-07T05:14:49.759Z | Compiling digest v0.10.7 |
1363 | 2023-11-07T05:14:49.762Z | Compiling zerocopy-derive v0.2.0 |
1364 | 2023-11-07T05:14:49.765Z | Compiling tracing v0.1.37 |
1365 | 2023-11-07T05:14:49.769Z | Compiling bitflags v1.3.2 |
1366 | 2023-11-07T05:14:49.774Z | Compiling gimli v0.28.0 |
1367 | 2023-11-07T05:14:49.778Z | Compiling rand v0.8.5 |
1368 | 2023-11-07T05:14:49.781Z | Compiling object v0.32.1 |
1369 | 2023-11-07T05:14:49.785Z | Compiling pest_meta v2.7.2 |
1370 | 2023-11-07T05:14:50.798Z | Compiling zerocopy v0.3.0 |
1371 | 2023-11-07T05:14:50.810Z | Compiling rustc-demangle v0.1.23 |
1372 | 2023-11-07T05:14:50.819Z | Compiling base64 v0.21.5 |
1373 | 2023-11-07T05:14:50.830Z | Compiling deranged v0.3.8 |
1374 | 2023-11-07T05:14:50.840Z | Compiling pest_generator v2.7.2 |
1375 | 2023-11-07T05:14:50.852Z | Compiling num_threads v0.1.6 |
1376 | 2023-11-07T05:14:50.865Z | Compiling time v0.3.27 |
1377 | 2023-11-07T05:14:51.286Z | Compiling addr2line v0.21.0 |
1378 | 2023-11-07T05:14:51.300Z | Compiling dof v0.1.5 |
1379 | 2023-11-07T05:14:51.723Z | Compiling spin v0.9.8 |
1380 | 2023-11-07T05:14:52.154Z | Compiling thread-id v4.2.0 |
1381 | 2023-11-07T05:14:52.215Z | Compiling pest_derive v2.7.2 |
1382 | 2023-11-07T05:14:52.229Z | Compiling lazy_static v1.4.0 |
1383 | 2023-11-07T05:14:52.246Z | Compiling strum_macros v0.25.2 |
1384 | 2023-11-07T05:14:52.670Z | Compiling dtrace-parser v0.1.14 |
1385 | 2023-11-07T05:14:52.675Z | Compiling untrusted v0.7.1 |
1386 | 2023-11-07T05:14:52.680Z | Compiling strsim v0.10.0 |
1387 | 2023-11-07T05:14:52.685Z | Compiling untrusted v0.9.0 |
1388 | 2023-11-07T05:14:52.691Z | Compiling bytes v1.5.0 |
1389 | 2023-11-07T05:14:52.706Z | Compiling indexmap v2.1.0 |
1390 | 2023-11-07T05:14:52.722Z | Compiling chrono v0.4.31 |
1391 | 2023-11-07T05:14:52.757Z | Compiling uuid v1.5.0 |
1392 | 2023-11-07T05:14:53.344Z | Compiling http v0.2.9 |
1393 | 2023-11-07T05:14:53.930Z | Compiling tokio v1.33.0 |
1394 | 2023-11-07T05:14:54.472Z | Compiling serde_spanned v0.6.4 |
1395 | 2023-11-07T05:14:54.664Z | Compiling toml_datetime v0.6.5 |
1396 | 2023-11-07T05:14:54.817Z | Compiling bitflags v2.4.0 |
1397 | 2023-11-07T05:14:55.299Z | Compiling toml_edit v0.19.15 |
1398 | 2023-11-07T05:14:55.436Z | Compiling rustc_version v0.4.0 |
1399 | 2023-11-07T05:14:55.504Z | Compiling openapiv3 v1.0.3 |
1400 | 2023-11-07T05:14:57.617Z | Compiling serde_tokenstream v0.1.7 |
1401 | 2023-11-07T05:14:58.151Z | Compiling serde_tokenstream v0.2.0 |
1402 | 2023-11-07T05:14:58.390Z | Compiling regress v0.7.1 |
1403 | 2023-11-07T05:14:58.938Z | Compiling socket2 v0.4.9 |
1404 | 2023-11-07T05:14:59.188Z | Compiling hashbrown v0.12.3 |
1405 | 2023-11-07T05:15:00.363Z | Compiling usdt-macro v0.3.5 |
1406 | 2023-11-07T05:15:00.387Z | Compiling usdt-attr-macro v0.3.5 |
1407 | 2023-11-07T05:15:02.376Z | Compiling sct v0.7.0 |
1408 | 2023-11-07T05:15:02.510Z | Compiling try-lock v0.2.4 |
1409 | 2023-11-07T05:15:02.649Z | Compiling httpdate v1.0.3 |
1410 | 2023-11-07T05:15:02.683Z | Compiling want v0.3.1 |
1411 | 2023-11-07T05:15:02.736Z | Compiling http-body v0.4.5 |
1412 | 2023-11-07T05:15:02.858Z | Compiling rustls-pemfile v1.0.3 |
1413 | 2023-11-07T05:15:03.149Z | Compiling foreign-types-shared v0.1.1 |
1414 | 2023-11-07T05:15:03.271Z | Compiling mime v0.3.17 |
1415 | 2023-11-07T05:15:03.779Z | Compiling openssl-probe v0.1.5 |
1416 | 2023-11-07T05:15:03.786Z | Compiling tower-service v0.3.2 |
1417 | 2023-11-07T05:15:03.803Z | Compiling foreign-types v0.3.2 |
1418 | 2023-11-07T05:15:03.818Z | Compiling errno v0.3.2 |
1419 | 2023-11-07T05:15:03.869Z | Compiling ipnet v2.8.0 |
1420 | 2023-11-07T05:15:04.108Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1421 | 2023-11-07T05:15:04.261Z | Compiling getopts v0.2.21 |
1422 | 2023-11-07T05:15:05.639Z | Compiling encoding_rs v0.8.33 |
1423 | 2023-11-07T05:15:05.980Z | Compiling regex-syntax v0.6.29 |
1424 | 2023-11-07T05:15:06.032Z | Compiling unsafe-libyaml v0.2.9 |
1425 | 2023-11-07T05:15:07.945Z | Compiling tokio-util v0.7.10 |
1426 | 2023-11-07T05:15:09.275Z | Compiling serde_yaml v0.9.25 |
1427 | 2023-11-07T05:15:09.330Z | Compiling rustls-native-certs v0.6.3 |
1428 | 2023-11-07T05:15:10.394Z | Compiling h2 v0.3.21 |
1429 | 2023-11-07T05:15:10.463Z | Compiling serde_urlencoded v0.7.1 |
1430 | 2023-11-07T05:15:11.998Z | Compiling webpki-roots v0.25.2 |
1431 | 2023-11-07T05:15:14.995Z | Compiling hmac v0.12.1 |
1432 | 2023-11-07T05:15:15.322Z | Compiling num-integer v0.1.45 |
1433 | 2023-11-07T05:15:15.599Z | Compiling sha2 v0.10.8 |
1434 | 2023-11-07T05:15:15.847Z | Compiling block-padding v0.3.3 |
1435 | 2023-11-07T05:15:17.053Z | Compiling tokio-native-tls v0.3.1 |
1436 | 2023-11-07T05:15:17.405Z | Compiling inout v0.1.3 |
1437 | 2023-11-07T05:15:17.473Z | Compiling futures-executor v0.3.29 |
1438 | 2023-11-07T05:15:17.783Z | Compiling cipher v0.4.4 |
1439 | 2023-11-07T05:15:18.483Z | Compiling toml v0.7.8 |
1440 | 2023-11-07T05:15:18.922Z | Compiling fallible-iterator v0.2.0 |
1441 | 2023-11-07T05:15:19.563Z | Compiling crc32fast v1.3.2 |
1442 | 2023-11-07T05:15:19.587Z | Compiling futures v0.3.29 |
1443 | 2023-11-07T05:15:20.110Z | Compiling ipnetwork v0.20.0 |
1444 | 2023-11-07T05:15:20.220Z | Compiling siphasher v0.3.11 |
1445 | 2023-11-07T05:15:20.319Z | Compiling usdt v0.3.5 |
1446 | 2023-11-07T05:15:21.262Z | Compiling md-5 v0.10.5 |
1447 | 2023-11-07T05:15:21.414Z | Compiling stringprep v0.1.3 |
1448 | 2023-11-07T05:15:22.658Z | Compiling hyper v0.14.27 |
1449 | 2023-11-07T05:15:22.666Z | Compiling io-lifetimes v1.0.11 |
1450 | 2023-11-07T05:15:22.669Z | Compiling postgres-protocol v0.6.6 |
1451 | 2023-11-07T05:15:22.721Z | Compiling phf_shared v0.11.2 |
1452 | 2023-11-07T05:15:23.105Z | Compiling hex v0.4.3 |
1453 | 2023-11-07T05:15:23.324Z | Compiling enum-as-inner v0.5.1 |
1454 | 2023-11-07T05:15:23.999Z | Compiling slog-async v2.8.0 |
1455 | 2023-11-07T05:15:24.113Z | Compiling postgres-types v0.2.6 |
1456 | 2023-11-07T05:15:24.705Z | Compiling phf v0.11.2 |
1457 | 2023-11-07T05:15:24.776Z | Compiling num-bigint v0.4.4 |
1458 | 2023-11-07T05:15:24.904Z | Compiling rustix v0.37.23 |
1459 | 2023-11-07T05:15:25.151Z | Compiling whoami v1.4.1 |
1460 | 2023-11-07T05:15:25.781Z | Compiling data-encoding v2.4.0 |
1461 | 2023-11-07T05:15:26.173Z | Compiling tokio-postgres v0.7.10 |
1462 | 2023-11-07T05:15:26.819Z | Compiling zerocopy-derive v0.6.4 |
1463 | 2023-11-07T05:15:29.076Z | Compiling static_assertions v1.1.0 |
1464 | 2023-11-07T05:15:30.284Z | Compiling either v1.9.0 |
1465 | 2023-11-07T05:15:30.799Z | Compiling ident_case v1.0.1 |
1466 | 2023-11-07T05:15:30.871Z | Compiling camino v1.1.6 |
1467 | 2023-11-07T05:15:31.034Z | Compiling darling_core v0.20.3 |
1468 | 2023-11-07T05:15:31.961Z | Compiling flate2 v1.0.28 |
1469 | 2023-11-07T05:15:32.542Z | Compiling heapless v0.7.16 |
1470 | 2023-11-07T05:15:32.750Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1471 | 2023-11-07T05:15:33.440Z | Compiling memoffset v0.9.0 |
1472 | 2023-11-07T05:15:33.583Z | Compiling hyper-tls v0.5.0 |
1473 | 2023-11-07T05:15:34.130Z | Compiling managed v0.8.0 |
1474 | 2023-11-07T05:15:34.615Z | Compiling matches v0.1.10 |
1475 | 2023-11-07T05:15:34.627Z | Compiling radium v0.7.0 |
1476 | 2023-11-07T05:15:34.887Z | Compiling unicode-segmentation v1.10.1 |
1477 | 2023-11-07T05:15:34.944Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1478 | 2023-11-07T05:15:34.983Z | Compiling idna v0.2.3 |
1479 | 2023-11-07T05:15:35.358Z | Compiling itertools v0.11.0 |
1480 | 2023-11-07T05:15:37.830Z | Compiling multer v2.1.0 |
1481 | 2023-11-07T05:15:38.397Z | Compiling trust-dns-proto v0.22.0 |
1482 | 2023-11-07T05:15:39.350Z | Compiling async-stream-impl v0.3.5 |
1483 | 2023-11-07T05:15:39.365Z | Compiling num-iter v0.1.43 |
1484 | 2023-11-07T05:15:39.733Z | Compiling crossbeam-epoch v0.9.15 |
1485 | 2023-11-07T05:15:39.793Z | Compiling darling_macro v0.20.3 |
1486 | 2023-11-07T05:15:40.363Z | Compiling anstyle v1.0.2 |
1487 | 2023-11-07T05:15:40.369Z | Compiling smoltcp v0.9.1 |
1488 | 2023-11-07T05:15:40.959Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1489 | 2023-11-07T05:15:41.038Z | Compiling utf8parse v0.2.1 |
1490 | 2023-11-07T05:15:41.395Z | Compiling paste v1.0.14 |
1491 | 2023-11-07T05:15:41.496Z | Compiling bit-vec v0.6.3 |
1492 | 2023-11-07T05:15:41.544Z | Compiling darling v0.20.3 |
1493 | 2023-11-07T05:15:41.568Z | Compiling serde_with_macros v2.3.3 |
1494 | 2023-11-07T05:15:42.129Z | Compiling anstyle-parse v0.2.1 |
1495 | 2023-11-07T05:15:42.471Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1496 | 2023-11-07T05:15:42.663Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1497 | 2023-11-07T05:15:44.108Z | Compiling zerocopy v0.6.4 |
1498 | 2023-11-07T05:15:44.639Z | Compiling signature v2.1.0 |
1499 | 2023-11-07T05:15:44.815Z | Compiling hubpack_derive v0.1.1 |
1500 | 2023-11-07T05:15:45.008Z | Compiling clap_derive v4.4.2 |
1501 | 2023-11-07T05:15:45.421Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1502 | 2023-11-07T05:15:45.884Z | Compiling colorchoice v1.0.0 |
1503 | 2023-11-07T05:15:46.110Z | Compiling anstyle-query v1.0.0 |
1504 | 2023-11-07T05:15:48.627Z | Compiling anstream v0.5.0 |
1505 | 2023-11-07T05:15:49.076Z | Compiling terminal_size v0.2.6 |
1506 | 2023-11-07T05:15:50.062Z | Compiling yasna v0.5.2 |
1507 | 2023-11-07T05:15:50.272Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1508 | 2023-11-07T05:15:50.408Z | Compiling diesel_table_macro_syntax v0.1.0 |
1509 | 2023-11-07T05:15:50.582Z | Compiling hash32 v0.2.1 |
1510 | 2023-11-07T05:15:50.882Z | Compiling stable_deref_trait v1.2.0 |
1511 | 2023-11-07T05:15:50.917Z | Compiling clap_lex v0.5.1 |
1512 | 2023-11-07T05:15:50.984Z | Compiling tap v1.0.1 |
1513 | 2023-11-07T05:15:51.315Z | Compiling wyz v0.5.1 |
1514 | 2023-11-07T05:15:51.788Z | Compiling clap_builder v4.4.2 |
1515 | 2023-11-07T05:15:52.008Z | Compiling diesel_derives v2.1.1 |
1516 | 2023-11-07T05:15:52.864Z | Compiling tokio-stream v0.1.14 |
1517 | 2023-11-07T05:15:53.488Z | Compiling serde_repr v0.1.16 |
1518 | 2023-11-07T05:15:53.611Z | Compiling scheduled-thread-pool v0.2.7 |
1519 | 2023-11-07T05:15:54.328Z | Compiling funty v2.0.0 |
1520 | 2023-11-07T05:15:54.602Z | Compiling regex-automata v0.1.10 |
1521 | 2023-11-07T05:15:55.407Z | Compiling bstr v0.2.17 |
1522 | 2023-11-07T05:15:55.649Z | Compiling r2d2 v0.8.10 |
1523 | 2023-11-07T05:15:55.793Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1524 | 2023-11-07T05:15:57.388Z | Compiling bitvec v1.0.1 |
1525 | 2023-11-07T05:15:57.668Z | Compiling hubpack v0.1.2 |
1526 | 2023-11-07T05:15:58.619Z | Compiling itertools v0.10.5 |
1527 | 2023-11-07T05:15:58.692Z | Compiling clap v4.4.3 |
1528 | 2023-11-07T05:15:58.719Z | Compiling phf_shared v0.10.0 |
1529 | 2023-11-07T05:15:59.065Z | Compiling float-cmp v0.9.0 |
1530 | 2023-11-07T05:15:59.195Z | Compiling regex-automata v0.3.8 |
1531 | 2023-11-07T05:15:59.403Z | Compiling new_debug_unreachable v1.0.4 |
1532 | 2023-11-07T05:15:59.540Z | Compiling precomputed-hash v0.1.1 |
1533 | 2023-11-07T05:15:59.931Z | Compiling difflib v0.4.0 |
1534 | 2023-11-07T05:15:59.951Z | Compiling predicates-core v1.0.6 |
1535 | 2023-11-07T05:16:00.496Z | Compiling fixedbitset v0.4.2 |
1536 | 2023-11-07T05:16:03.147Z | Compiling normalize-line-endings v0.3.0 |
1537 | 2023-11-07T05:16:03.181Z | Compiling bstr v1.6.0 |
1538 | 2023-11-07T05:16:03.206Z | Compiling predicates v3.0.4 |
1539 | 2023-11-07T05:16:03.313Z | Compiling petgraph v0.6.4 |
1540 | 2023-11-07T05:16:04.573Z | Compiling string_cache v0.8.7 |
1541 | 2023-11-07T05:16:05.326Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1542 | 2023-11-07T05:16:05.492Z | Compiling similar v2.2.1 |
1543 | 2023-11-07T05:16:05.701Z | Compiling bit-set v0.5.3 |
1544 | 2023-11-07T05:16:06.183Z | Compiling console v0.15.7 |
1545 | 2023-11-07T05:16:07.665Z | Compiling lalrpop-util v0.19.12 |
1546 | 2023-11-07T05:16:16.015Z | Compiling diesel v2.1.3 |
1547 | 2023-11-07T05:16:19.911Z | Compiling proc-macro-crate v1.3.1 |
1548 | 2023-11-07T05:16:28.006Z | Compiling crucible-workspace-hack v0.1.0 |
1549 | 2023-11-07T05:16:45.932Z | Compiling atty v0.2.14 |
1550 | 2023-11-07T05:16:47.018Z | Compiling structmeta-derive v0.2.0 |
1551 | 2023-11-07T05:16:49.967Z | Compiling toml_edit v0.20.7 |
1552 | 2023-11-07T05:16:51.381Z | Compiling sha1 v0.10.5 |
1553 | 2023-11-07T05:16:51.530Z | Compiling structmeta v0.2.0 |
1554 | 2023-11-07T05:16:51.709Z | Compiling regex-syntax v0.7.5 |
1555 | 2023-11-07T05:16:51.901Z | Compiling match_cfg v0.1.0 |
1556 | 2023-11-07T05:16:52.048Z | Compiling hostname v0.3.1 |
1557 | 2023-11-07T05:17:18.216Z | Compiling toml v0.8.6 |
1558 | 2023-11-07T05:17:19.103Z | Compiling parse-display-derive v0.8.2 |
1559 | 2023-11-07T05:17:20.230Z | Compiling dirs-sys-next v0.1.2 |
1560 | 2023-11-07T05:17:20.455Z | Compiling dirs-next v2.0.0 |
1561 | 2023-11-07T05:17:20.641Z | Compiling thread_local v1.1.7 |
1562 | 2023-11-07T05:17:20.760Z | Compiling term v0.7.0 |
1563 | 2023-11-07T05:17:21.044Z | Compiling crossbeam-channel v0.5.8 |
1564 | 2023-11-07T05:17:21.209Z | Compiling take_mut v0.2.2 |
1565 | 2023-11-07T05:17:21.399Z | Compiling slog-term v2.9.0 |
1566 | 2023-11-07T05:17:21.475Z | Compiling slog-json v2.6.1 |
1567 | 2023-11-07T05:17:21.674Z | Compiling instant v0.1.12 |
1568 | 2023-11-07T05:17:21.815Z | Compiling slog-bunyan v2.4.0 |
1569 | 2023-11-07T05:17:22.328Z | Compiling structmeta-derive v0.1.6 |
1570 | 2023-11-07T05:17:22.822Z | Compiling strum v0.25.0 |
1571 | 2023-11-07T05:17:22.882Z | Compiling atomic-waker v1.1.1 |
1572 | 2023-11-07T05:17:22.958Z | Compiling waitgroup v0.1.2 |
1573 | 2023-11-07T05:17:23.096Z | Compiling num_enum_derive v0.5.11 |
1574 | 2023-11-07T05:17:23.231Z | Compiling serde_with v2.3.3 |
1575 | 2023-11-07T05:17:23.482Z | Compiling async-stream v0.3.5 |
1576 | 2023-11-07T05:17:23.764Z | Compiling serde_path_to_error v0.1.14 |
1577 | 2023-11-07T05:17:25.854Z | Compiling structmeta v0.1.6 |
1578 | 2023-11-07T05:17:26.105Z | Compiling libz-sys v1.1.12 |
1579 | 2023-11-07T05:17:26.279Z | Compiling fastrand v2.0.0 |
1580 | 2023-11-07T05:17:26.431Z | Compiling parse-display-derive v0.7.0 |
1581 | 2023-11-07T05:17:26.486Z | Compiling debug-ignore v1.0.5 |
1582 | 2023-11-07T05:17:26.549Z | Compiling tempfile v3.8.0 |
1583 | 2023-11-07T05:17:26.595Z | Compiling slog-dtrace v0.2.3 |
1584 | 2023-11-07T05:17:26.642Z | Compiling proc-macro-error-attr v1.0.4 |
1585 | 2023-11-07T05:17:27.166Z | Compiling backoff v0.4.0 |
1586 | 2023-11-07T05:17:27.202Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1587 | 2023-11-07T05:17:27.230Z | Compiling macaddr v1.0.1 |
1588 | 2023-11-07T05:17:27.269Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1589 | 2023-11-07T05:17:27.300Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1590 | 2023-11-07T05:17:27.363Z | Compiling proc-macro-error v1.0.4 |
1591 | 2023-11-07T05:17:27.380Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1592 | 2023-11-07T05:17:27.400Z | Compiling libsqlite3-sys v0.26.0 |
1593 | 2023-11-07T05:17:27.414Z | Compiling memoffset v0.7.1 |
1594 | 2023-11-07T05:17:27.426Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1595 | 2023-11-07T05:17:29.660Z | Compiling foreign-types-macros v0.2.3 |
1596 | 2023-11-07T05:17:29.776Z | Compiling vergen v8.2.4 |
1597 | 2023-11-07T05:17:30.638Z | Compiling base64ct v1.6.0 |
1598 | 2023-11-07T05:17:34.138Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1599 | 2023-11-07T05:17:34.641Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1600 | 2023-11-07T05:17:40.429Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1601 | 2023-11-07T05:17:41.276Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1602 | 2023-11-07T05:17:41.740Z | Compiling platforms v3.0.2 |
1603 | 2023-11-07T05:17:42.278Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1604 | 2023-11-07T05:17:43.087Z | Compiling num_enum_derive v0.7.0 |
1605 | 2023-11-07T05:17:43.121Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1606 | 2023-11-07T05:17:43.141Z | Compiling password-hash v0.5.0 |
1607 | 2023-11-07T05:17:43.157Z | Compiling heck v0.3.3 |
1608 | 2023-11-07T05:17:43.459Z | Compiling curve25519-dalek v4.1.0 |
1609 | 2023-11-07T05:17:43.503Z | Compiling blake2 v0.10.6 |
1610 | 2023-11-07T05:17:44.078Z | Compiling libefi-sys v0.1.0 |
1611 | 2023-11-07T05:17:44.409Z | Compiling argon2 v0.5.2 |
1612 | 2023-11-07T05:17:44.494Z | Compiling structopt-derive v0.4.18 |
1613 | 2023-11-07T05:17:44.591Z | Compiling zone_cfg_derive v0.3.0 |
1614 | 2023-11-07T05:17:46.244Z | Compiling num-derive v0.4.0 |
1615 | 2023-11-07T05:17:46.911Z | Compiling curve25519-dalek-derive v0.1.0 |
1616 | 2023-11-07T05:17:46.934Z | Compiling same-file v1.0.6 |
1617 | 2023-11-07T05:17:47.282Z | Compiling walkdir v2.4.0 |
1618 | 2023-11-07T05:17:47.639Z | Compiling toml v0.5.11 |
1619 | 2023-11-07T05:17:48.371Z | Compiling semver-parser v0.10.2 |
1620 | 2023-11-07T05:17:49.038Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1621 | 2023-11-07T05:17:49.224Z | Compiling xattr v1.0.1 |
1622 | 2023-11-07T05:17:49.636Z | Compiling filetime v0.2.22 |
1623 | 2023-11-07T05:17:49.676Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1624 | 2023-11-07T05:17:49.839Z | Compiling getrandom v0.1.16 |
1625 | 2023-11-07T05:17:49.995Z | Compiling erased-serde v0.3.30 |
1626 | 2023-11-07T05:17:50.115Z | Compiling tar v0.4.40 |
1627 | 2023-11-07T05:17:50.886Z | Compiling semver v0.11.0 |
1628 | 2023-11-07T05:17:50.918Z | Compiling parse-display v0.8.2 |
1629 | 2023-11-07T05:17:50.997Z | Compiling universal-hash v0.5.1 |
1630 | 2023-11-07T05:17:51.023Z | Compiling bitstruct_derive v0.1.0 |
1631 | 2023-11-07T05:17:51.103Z | Compiling async-recursion v1.0.5 |
1632 | 2023-11-07T05:17:51.702Z | Compiling home v0.5.5 |
1633 | 2023-11-07T05:17:51.757Z | Compiling opaque-debug v0.3.0 |
1634 | 2023-11-07T05:17:52.061Z | Compiling toolchain_find v0.2.0 |
1635 | 2023-11-07T05:17:52.328Z | Compiling num-rational v0.4.1 |
1636 | 2023-11-07T05:17:52.496Z | Compiling unicase v2.7.0 |
1637 | 2023-11-07T05:17:52.778Z | Compiling parking_lot_core v0.8.6 |
1638 | 2023-11-07T05:17:52.942Z | Compiling rustfmt-wrapper v0.2.0 |
1639 | 2023-11-07T05:17:53.232Z | Compiling parse-display v0.7.0 |
1640 | 2023-11-07T05:17:53.267Z | Compiling num_enum v0.5.11 |
1641 | 2023-11-07T05:17:53.421Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1642 | 2023-11-07T05:17:53.537Z | Compiling aead v0.5.2 |
1643 | 2023-11-07T05:17:53.819Z | Compiling postcard-cobs v0.1.5-pre |
1644 | 2023-11-07T05:17:53.846Z | Compiling winapi v0.3.9 |
1645 | 2023-11-07T05:17:53.944Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1646 | 2023-11-07T05:17:54.085Z | Compiling postcard v0.7.3 |
1647 | 2023-11-07T05:17:54.110Z | Compiling polyval v0.6.1 |
1648 | 2023-11-07T05:17:54.763Z | Compiling smoltcp v0.8.2 |
1649 | 2023-11-07T05:17:54.792Z | Compiling aes v0.8.3 |
1650 | 2023-11-07T05:17:54.829Z | Compiling ctr v0.9.2 |
1651 | 2023-11-07T05:17:55.221Z | Compiling thiserror-impl-no-std v2.0.2 |
1652 | 2023-11-07T05:17:55.315Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1653 | 2023-11-07T05:17:55.366Z | Compiling cfg-if v0.1.10 |
1654 | 2023-11-07T05:17:55.432Z | Compiling foreign-types-shared v0.3.1 |
1655 | 2023-11-07T05:17:55.589Z | Compiling foreign-types v0.5.0 |
1656 | 2023-11-07T05:17:56.126Z | Compiling mime_guess v2.0.4 |
1657 | 2023-11-07T05:17:57.900Z | Compiling is-terminal v0.4.9 |
1658 | 2023-11-07T05:17:58.030Z | Compiling hashlink v0.8.3 |
1659 | 2023-11-07T05:17:58.033Z | Compiling cstr-argument v0.1.2 |
1660 | 2023-11-07T05:17:58.037Z | Compiling fallible-streaming-iterator v0.1.9 |
1661 | 2023-11-07T05:17:58.226Z | Compiling pretty-hex v0.2.1 |
1662 | 2023-11-07T05:17:58.507Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1663 | 2023-11-07T05:17:58.716Z | Compiling rusqlite v0.29.0 |
1664 | 2023-11-07T05:17:58.790Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1665 | 2023-11-07T05:17:59.075Z | Compiling colored v2.0.4 |
1666 | 2023-11-07T05:17:59.715Z | Compiling nix v0.26.2 |
1667 | 2023-11-07T05:17:59.750Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1668 | 2023-11-07T05:18:00.070Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1669 | 2023-11-07T05:18:01.720Z | Compiling twox-hash v1.6.3 |
1670 | 2023-11-07T05:18:03.200Z | Compiling hkdf v0.12.3 |
1671 | 2023-11-07T05:18:03.545Z | Compiling textwrap v0.11.0 |
1672 | 2023-11-07T05:18:03.674Z | Compiling const_format_proc_macros v0.2.31 |
1673 | 2023-11-07T05:18:03.793Z | Compiling quick-error v1.2.3 |
1674 | 2023-11-07T05:18:04.017Z | Compiling linked-hash-map v0.5.6 |
1675 | 2023-11-07T05:18:04.568Z | Compiling ansi_term v0.12.1 |
1676 | 2023-11-07T05:18:04.690Z | Compiling vec_map v0.8.2 |
1677 | 2023-11-07T05:18:04.720Z | Compiling strsim v0.8.0 |
1678 | 2023-11-07T05:18:05.136Z | Compiling clap v2.34.0 |
1679 | 2023-11-07T05:18:05.728Z | Compiling lru-cache v0.1.2 |
1680 | 2023-11-07T05:18:06.032Z | Compiling resolv-conf v0.7.0 |
1681 | 2023-11-07T05:18:06.187Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1682 | 2023-11-07T05:18:08.696Z | Compiling num_enum v0.7.0 |
1683 | 2023-11-07T05:18:08.931Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1684 | 2023-11-07T05:18:09.912Z | Compiling bincode v1.3.3 |
1685 | 2023-11-07T05:18:10.373Z | Compiling utf-8 v0.7.6 |
1686 | 2023-11-07T05:18:10.544Z | Compiling base64 v0.13.1 |
1687 | 2023-11-07T05:18:10.654Z | Compiling cancel-safe-futures v0.1.5 |
1688 | 2023-11-07T05:18:11.169Z | Compiling humantime v2.1.0 |
1689 | 2023-11-07T05:18:11.577Z | Compiling convert_case v0.4.0 |
1690 | 2023-11-07T05:18:11.593Z | Compiling keccak v0.1.4 |
1691 | 2023-11-07T05:18:12.582Z | Compiling termcolor v1.2.0 |
1692 | 2023-11-07T05:18:13.124Z | Compiling derive_more v0.99.17 |
1693 | 2023-11-07T05:18:13.134Z | Compiling sha3 v0.10.8 |
1694 | 2023-11-07T05:18:14.011Z | Compiling env_logger v0.9.3 |
1695 | 2023-11-07T05:18:14.562Z | Compiling structopt v0.3.26 |
1696 | 2023-11-07T05:18:14.806Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1697 | 2023-11-07T05:18:16.201Z | Compiling trust-dns-resolver v0.22.0 |
1698 | 2023-11-07T05:18:16.406Z | Compiling aes-gcm-siv v0.11.1 |
1699 | 2023-11-07T05:18:16.809Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1700 | 2023-11-07T05:18:17.924Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1701 | 2023-11-07T05:18:19.585Z | Compiling zone v0.3.0 |
1702 | 2023-11-07T05:18:22.247Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1703 | 2023-11-07T05:18:22.475Z | Compiling smf v0.2.2 |
1704 | 2023-11-07T05:18:22.817Z | Compiling secrecy v0.8.0 |
1705 | 2023-11-07T05:18:23.231Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1706 | 2023-11-07T05:18:23.924Z | Compiling ringbuffer v0.15.0 |
1707 | 2023-11-07T05:18:24.014Z | Compiling ascii v1.1.0 |
1708 | 2023-11-07T05:18:25.970Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1709 | 2023-11-07T05:18:26.112Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1710 | 2023-11-07T05:18:26.605Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1711 | 2023-11-07T05:18:27.272Z | Compiling bitstruct v0.1.1 |
1712 | 2023-11-07T05:18:30.968Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1713 | 2023-11-07T05:18:31.442Z | Compiling serde_arrays v0.1.0 |
1714 | 2023-11-07T05:18:32.056Z | Compiling ff v0.13.0 |
1715 | 2023-11-07T05:18:32.523Z | Compiling nibble_vec v0.1.0 |
1716 | 2023-11-07T05:18:33.246Z | Compiling arc-swap v1.6.0 |
1717 | 2023-11-07T05:18:34.382Z | Compiling endian-type v0.1.2 |
1718 | 2023-11-07T05:18:34.672Z | Compiling radix_trie v0.2.1 |
1719 | 2023-11-07T05:18:35.517Z | Compiling slog-scope v4.4.0 |
1720 | 2023-11-07T05:18:36.207Z | Compiling group v0.13.0 |
1721 | 2023-11-07T05:18:36.984Z | Compiling rand_core v0.5.1 |
1722 | 2023-11-07T05:18:38.342Z | Compiling tungstenite v0.20.1 |
1723 | 2023-11-07T05:18:40.602Z | Compiling poly1305 v0.8.0 |
1724 | 2023-11-07T05:18:42.647Z | Compiling chacha20 v0.9.1 |
1725 | 2023-11-07T05:19:01.783Z | Compiling crypto-bigint v0.5.2 |
1726 | 2023-11-07T05:19:02.639Z | Compiling num-complex v0.4.4 |
1727 | 2023-11-07T05:19:02.743Z | Compiling half v1.8.2 |
1728 | 2023-11-07T05:19:03.012Z | Compiling option-ext v0.2.0 |
1729 | 2023-11-07T05:19:03.111Z | Compiling ciborium-io v0.2.1 |
1730 | 2023-11-07T05:19:03.235Z | Compiling base16ct v0.2.0 |
1731 | 2023-11-07T05:19:03.403Z | Compiling dirs-sys v0.4.1 |
1732 | 2023-11-07T05:19:03.467Z | Compiling ciborium-ll v0.2.1 |
1733 | 2023-11-07T05:19:03.583Z | Compiling num v0.4.1 |
1734 | 2023-11-07T05:19:04.326Z | Compiling tokio-tungstenite v0.20.1 |
1735 | 2023-11-07T05:19:04.509Z | Compiling parking_lot v0.11.2 |
1736 | 2023-11-07T05:19:04.670Z | Compiling rand_chacha v0.2.2 |
1737 | 2023-11-07T05:19:04.761Z | Compiling slog-stdlog v4.1.1 |
1738 | 2023-11-07T05:19:04.829Z | Compiling trust-dns-client v0.22.0 |
1739 | 2023-11-07T05:19:04.869Z | Compiling thiserror-no-std v2.0.2 |
1740 | 2023-11-07T05:19:04.939Z | Compiling elliptic-curve v0.13.5 |
1741 | 2023-11-07T05:19:04.988Z | Compiling password-hash v0.4.2 |
1742 | 2023-11-07T05:19:05.038Z | Compiling ed25519 v2.2.2 |
1743 | 2023-11-07T05:19:05.081Z | Compiling blowfish v0.9.1 |
1744 | 2023-11-07T05:19:05.119Z | Compiling pbkdf2 v0.12.2 |
1745 | 2023-11-07T05:19:05.164Z | Compiling fxhash v0.2.1 |
1746 | 2023-11-07T05:19:05.223Z | Compiling sled v0.34.7 |
1747 | 2023-11-07T05:19:05.242Z | Compiling bcrypt-pbkdf v0.10.0 |
1748 | 2023-11-07T05:19:05.311Z | Compiling trust-dns-server v0.22.1 |
1749 | 2023-11-07T05:19:05.360Z | Compiling pbkdf2 v0.11.0 |
1750 | 2023-11-07T05:19:05.432Z | Compiling ed25519-dalek v2.0.0 |
1751 | 2023-11-07T05:19:05.466Z | Compiling vsss-rs v3.3.1 |
1752 | 2023-11-07T05:19:05.574Z | Compiling russh-cryptovec v0.7.0 |
1753 | 2023-11-07T05:19:06.074Z | Compiling rand v0.7.3 |
1754 | 2023-11-07T05:19:06.164Z | Compiling slog-envlogger v2.2.0 |
1755 | 2023-11-07T05:19:06.313Z | Compiling ciborium v0.2.1 |
1756 | 2023-11-07T05:19:06.439Z | Compiling dirs v5.0.1 |
1757 | 2023-11-07T05:19:06.475Z | Compiling chacha20poly1305 v0.10.1 |
1758 | 2023-11-07T05:19:06.563Z | Compiling ron v0.7.1 |
1759 | 2023-11-07T05:19:06.629Z | Compiling tungstenite v0.18.0 |
1760 | 2023-11-07T05:19:06.672Z | Compiling const_format v0.2.31 |
1761 | 2023-11-07T05:19:06.755Z | Compiling ghash v0.5.0 |
1762 | 2023-11-07T05:19:06.809Z | Compiling camino-tempfile v1.0.2 |
1763 | 2023-11-07T05:19:06.898Z | Compiling cbc v0.1.2 |
1764 | 2023-11-07T05:19:06.962Z | Compiling headers-core v0.2.0 |
1765 | 2023-11-07T05:19:07.053Z | Compiling pem v3.0.2 |
1766 | 2023-11-07T05:19:07.127Z | Compiling http-range v0.1.5 |
1767 | 2023-11-07T05:19:07.214Z | Compiling pretty-hex v0.3.0 |
1768 | 2023-11-07T05:19:07.242Z | Compiling bit_field v0.10.2 |
1769 | 2023-11-07T05:19:07.292Z | Compiling md5 v0.7.0 |
1770 | 2023-11-07T05:19:07.372Z | Compiling rcgen v0.11.3 |
1771 | 2023-11-07T05:19:07.490Z | Compiling hyper-staticfile v0.9.5 |
1772 | 2023-11-07T05:19:07.532Z | Compiling russh-keys v0.38.0 |
1773 | 2023-11-07T05:19:07.571Z | Compiling headers v0.3.9 |
1774 | 2023-11-07T05:19:07.646Z | Compiling aes-gcm v0.10.3 |
1775 | 2023-11-07T05:19:07.683Z | Compiling tokio-tungstenite v0.18.0 |
1776 | 2023-11-07T05:19:07.831Z | Compiling pem v1.1.1 |
1777 | 2023-11-07T05:19:07.997Z | Compiling atomicwrites v0.4.2 |
1778 | 2023-11-07T05:19:08.051Z | Compiling subprocess v0.2.9 |
1779 | 2023-11-07T05:19:08.091Z | Compiling glob v0.3.1 |
1780 | 2023-11-07T05:19:08.188Z | Compiling hex-literal v0.4.1 |
1781 | 2023-11-07T05:19:08.256Z | Compiling russh v0.38.0 |
1782 | 2023-11-07T05:19:08.302Z | Compiling bzip2 v0.4.4 |
1783 | 2023-11-07T05:19:09.011Z | Compiling zip v0.6.6 |
1784 | 2023-11-07T05:19:14.895Z | Compiling rustls-webpki v0.101.7 |
1785 | 2023-11-07T05:19:21.762Z | Compiling tokio-rustls v0.24.1 |
1786 | 2023-11-07T05:19:22.164Z | Compiling hyper-rustls v0.24.2 |
1787 | 2023-11-07T05:19:22.834Z | Compiling reqwest v0.11.20 |
1788 | 2023-11-07T05:19:22.986Z | Compiling git2 v0.17.2 |
1789 | 2023-11-07T05:19:27.671Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1790 | 2023-11-07T05:19:28.226Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1791 | 2023-11-07T05:19:28.333Z | Compiling omicron-zone-package v0.8.3 |
1792 | 2023-11-07T05:19:28.550Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1793 | 2023-11-07T05:19:31.503Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1794 | 2023-11-07T05:19:34.048Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1795 | 2023-11-07T05:19:35.405Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1796 | 2023-11-07T05:19:35.659Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1797 | 2023-11-07T05:19:42.415Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1798 | 2023-11-07T05:19:46.080Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1799 | 2023-11-07T05:19:48.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1800 | 2023-11-07T05:19:49.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1801 | 2023-11-07T05:19:49.887Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1802 | 2023-11-07T05:19:51.019Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1803 | 2023-11-07T05:19:51.031Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1804 | 2023-11-07T05:19:51.221Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1805 | 2023-11-07T05:19:51.792Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1806 | 2023-11-07T05:19:51.909Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1807 | 2023-11-07T05:19:52.611Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1808 | 2023-11-07T05:19:53.264Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1809 | 2023-11-07T05:20:01.079Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1810 | 2023-11-07T05:20:01.613Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1811 | 2023-11-07T05:20:10.956Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1812 | 2023-11-07T05:20:15.758Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1813 | 2023-11-07T05:20:17.479Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1814 | 2023-11-07T05:20:20.024Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1815 | 2023-11-07T05:20:20.386Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1816 | 2023-11-07T05:20:32.011Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1817 | 2023-11-07T05:20:38.914Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1818 | 2023-11-07T05:20:39.065Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1819 | 2023-11-07T05:20:44.054Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1820 | 2023-11-07T05:20:44.776Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1821 | 2023-11-07T05:20:44.895Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1822 | 2023-11-07T05:20:46.014Z | Compiling propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1823 | 2023-11-07T05:21:12.748Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1824 | 2023-11-07T05:21:13.519Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1825 | 2023-11-07T05:21:24.876Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1826 | 2023-11-07T05:21:25.720Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1827 | 2023-11-07T05:21:26.052Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1828 | 2023-11-07T05:21:33.326Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1829 | 2023-11-07T05:21:36.640Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1830 | 2023-11-07T05:22:20.932Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1831 | 2023-11-07T05:23:54.880Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 23s |
1832 | 2023-11-07T05:23:55.383Z | |
1833 | 2023-11-07T05:23:55.451Z | real 10:24.122126178 |
1834 | 2023-11-07T05:23:55.477Z | user 1:00:09.420784358 |
1835 | 2023-11-07T05:23:55.487Z | sys 9:35.804431658 |
1836 | 2023-11-07T05:23:55.525Z | trap 2.646244491 |
1837 | 2023-11-07T05:23:55.534Z | tflt 5.647526700 |
1838 | 2023-11-07T05:23:55.579Z | dflt 8.305323748 |
1839 | 2023-11-07T05:23:55.605Z | kflt 0.026174435 |
1840 | 2023-11-07T05:23:55.612Z | lock 1:54:57.084777730 |
1841 | 2023-11-07T05:23:55.627Z | slp 3:26:08.904654931 |
1842 | 2023-11-07T05:23:55.640Z | lat 2:34.450496153 |
1843 | 2023-11-07T05:23:55.662Z | stop 6:54.558557125 |
1844 | 2023-11-07T05:23:55.673Z | + mkdir -p /work/end-to-end-tests |
1845 | 2023-11-07T05:23:55.693Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1846 | 2023-11-07T05:23:55.701Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1847 | 2023-11-07T05:23:55.712Z | + ptime -m gzip |
1848 | 2023-11-07T05:23:55.737Z | ++ basename target/debug/bootstrap |
1849 | 2023-11-07T05:24:09.261Z | |
1850 | 2023-11-07T05:24:09.265Z | real 17.301487436 |
1851 | 2023-11-07T05:24:09.268Z | user 17.097158559 |
1852 | 2023-11-07T05:24:09.271Z | sys 0.197666404 |
1853 | 2023-11-07T05:24:09.275Z | trap 0.004718929 |
1854 | 2023-11-07T05:24:09.279Z | tflt 0.000000000 |
1855 | 2023-11-07T05:24:09.283Z | dflt 0.000000000 |
1856 | 2023-11-07T05:24:09.286Z | kflt 0.000000000 |
1857 | 2023-11-07T05:24:09.289Z | lock 0.000000000 |
1858 | 2023-11-07T05:24:09.293Z | slp 0.000000000 |
1859 | 2023-11-07T05:24:09.297Z | lat 0.001597051 |
1860 | 2023-11-07T05:24:09.318Z | stop 0.000228536 |
1861 | 2023-11-07T05:24:09.324Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1862 | 2023-11-07T05:24:09.328Z | + ptime -m gzip |
1863 | 2023-11-07T05:24:09.332Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-750ee284a2fe677d |
1864 | 2023-11-07T05:24:10.355Z | |
1865 | 2023-11-07T05:24:10.359Z | real 1.086749556 |
1866 | 2023-11-07T05:24:10.364Z | user 1.072865448 |
1867 | 2023-11-07T05:24:10.367Z | sys 0.013070943 |
1868 | 2023-11-07T05:24:10.372Z | trap 0.000202330 |
1869 | 2023-11-07T05:24:10.379Z | tflt 0.000000000 |
1870 | 2023-11-07T05:24:10.387Z | dflt 0.000000000 |
1871 | 2023-11-07T05:24:10.835Z | kflt 0.000000000 |
1872 | 2023-11-07T05:24:10.847Z | lock 0.000000000 |
1873 | 2023-11-07T05:24:10.859Z | slp 0.000000000 |
1874 | 2023-11-07T05:24:10.867Z | lat 0.000266370 |
1875 | 2023-11-07T05:24:10.876Z | stop 0.000226957 |
1876 | 2023-11-07T05:24:10.883Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1877 | 2023-11-07T05:24:10.889Z | + ptime -m gzip |
1878 | 2023-11-07T05:24:10.903Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-13628b0bfef9b756 |
1879 | 2023-11-07T05:24:30.073Z | |
1880 | 2023-11-07T05:24:30.080Z | real 19.707996471 |
1881 | 2023-11-07T05:24:30.085Z | user 19.485110875 |
1882 | 2023-11-07T05:24:30.094Z | sys 0.215878329 |
1883 | 2023-11-07T05:24:30.098Z | trap 0.005414548 |
1884 | 2023-11-07T05:24:30.103Z | tflt 0.000000000 |
1885 | 2023-11-07T05:24:30.110Z | dflt 0.000000000 |
1886 | 2023-11-07T05:24:30.115Z | kflt 0.000000000 |
1887 | 2023-11-07T05:24:30.119Z | lock 0.000000000 |
1888 | 2023-11-07T05:24:30.122Z | slp 0.000000000 |
1889 | 2023-11-07T05:24:30.126Z | lat 0.001246032 |
1890 | 2023-11-07T05:24:30.129Z | stop 0.000228671 |
1891 | 2023-11-07T05:24:30.132Z | + banner caboose-util |
1892 | 2023-11-07T05:24:30.138Z | |
1893 | 2023-11-07T05:24:30.141Z | #### ## ##### #### #### #### ###### # # ##### |
1894 | 2023-11-07T05:24:30.145Z | # # # # # # # # # # # # # # # |
1895 | 2023-11-07T05:24:30.148Z | # # # ##### # # # # #### ##### ##### # # # |
1896 | 2023-11-07T05:24:30.152Z | # ###### # # # # # # # # # # # |
1897 | 2023-11-07T05:24:30.155Z | # # # # # # # # # # # # # # # # |
1898 | 2023-11-07T05:24:30.158Z | #### # # ##### #### #### #### ###### #### # |
1899 | 2023-11-07T05:24:30.162Z | |
1900 | 2023-11-07T05:24:30.181Z | + ptime -m cargo build --locked -p caboose-util --release |
1901 | 2023-11-07T05:24:30.836Z | Downloading crates ... |
1902 | 2023-11-07T05:24:31.116Z | Downloaded bitfield v0.14.0 |
1903 | 2023-11-07T05:24:31.543Z | Downloaded env_logger v0.10.0 |
1904 | 2023-11-07T05:24:31.548Z | Downloaded packed_struct v0.10.1 |
1905 | 2023-11-07T05:24:31.561Z | Downloaded smallvec v0.6.14 |
1906 | 2023-11-07T05:24:31.609Z | Downloaded path-slash v0.1.5 |
1907 | 2023-11-07T05:24:31.620Z | Downloaded array-init v0.0.4 |
1908 | 2023-11-07T05:24:31.634Z | Downloaded crc-catalog v2.2.0 |
1909 | 2023-11-07T05:24:31.645Z | Downloaded nodrop v0.1.14 |
1910 | 2023-11-07T05:24:31.653Z | Downloaded serde-hex v0.1.0 |
1911 | 2023-11-07T05:24:31.659Z | Downloaded flagset v0.4.3 |
1912 | 2023-11-07T05:24:31.665Z | Downloaded maybe-uninit v2.0.0 |
1913 | 2023-11-07T05:24:31.671Z | Downloaded packed_struct_codegen v0.10.1 |
1914 | 2023-11-07T05:24:31.678Z | Downloaded pkcs1 v0.7.5 |
1915 | 2023-11-07T05:24:31.684Z | Downloaded pem-rfc7468 v0.7.0 |
1916 | 2023-11-07T05:24:31.691Z | Downloaded crc-any v2.4.3 |
1917 | 2023-11-07T05:24:31.697Z | Downloaded der_derive v0.7.2 |
1918 | 2023-11-07T05:24:31.703Z | Downloaded ron v0.8.1 |
1919 | 2023-11-07T05:24:31.709Z | Downloaded x509-cert v0.2.4 |
1920 | 2023-11-07T05:24:31.716Z | Downloaded object v0.30.4 |
1921 | 2023-11-07T05:24:31.723Z | Downloaded rsa v0.9.2 |
1922 | 2023-11-07T05:24:31.730Z | Downloaded num-bigint-dig v0.8.4 |
1923 | 2023-11-07T05:24:31.735Z | Downloaded crc v3.0.1 |
1924 | 2023-11-07T05:24:31.741Z | Compiling proc-macro2 v1.0.67 |
1925 | 2023-11-07T05:24:31.769Z | Compiling unicode-ident v1.0.12 |
1926 | 2023-11-07T05:24:31.794Z | Compiling libc v0.2.150 |
1927 | 2023-11-07T05:24:31.809Z | Compiling autocfg v1.1.0 |
1928 | 2023-11-07T05:24:31.823Z | Compiling serde v1.0.188 |
1929 | 2023-11-07T05:24:31.836Z | Compiling version_check v0.9.4 |
1930 | 2023-11-07T05:24:31.845Z | Compiling cfg-if v1.0.0 |
1931 | 2023-11-07T05:24:31.857Z | Compiling parking_lot_core v0.9.8 |
1932 | 2023-11-07T05:24:31.870Z | Compiling syn v1.0.109 |
1933 | 2023-11-07T05:24:31.890Z | Compiling once_cell v1.18.0 |
1934 | 2023-11-07T05:24:32.164Z | Compiling typenum v1.16.0 |
1935 | 2023-11-07T05:24:32.195Z | Compiling libm v0.2.7 |
1936 | 2023-11-07T05:24:32.301Z | Compiling futures-core v0.3.29 |
1937 | 2023-11-07T05:24:32.485Z | Compiling generic-array v0.14.7 |
1938 | 2023-11-07T05:24:32.557Z | Compiling lock_api v0.4.10 |
1939 | 2023-11-07T05:24:32.684Z | Compiling num-traits v0.2.16 |
1940 | 2023-11-07T05:24:32.775Z | Compiling pkg-config v0.3.27 |
1941 | 2023-11-07T05:24:32.979Z | Compiling scopeguard v1.2.0 |
1942 | 2023-11-07T05:24:33.157Z | Compiling slab v0.4.9 |
1943 | 2023-11-07T05:24:33.587Z | Compiling quote v1.0.33 |
1944 | 2023-11-07T05:24:33.613Z | Compiling futures-task v0.3.29 |
1945 | 2023-11-07T05:24:33.834Z | Compiling serde_json v1.0.108 |
1946 | 2023-11-07T05:24:33.967Z | Compiling futures-channel v0.3.29 |
1947 | 2023-11-07T05:24:34.278Z | Compiling syn v2.0.32 |
1948 | 2023-11-07T05:24:34.514Z | Compiling thiserror v1.0.49 |
1949 | 2023-11-07T05:24:34.518Z | Compiling jobserver v0.1.26 |
1950 | 2023-11-07T05:24:34.585Z | Compiling getrandom v0.2.10 |
1951 | 2023-11-07T05:24:35.001Z | Compiling cc v1.0.83 |
1952 | 2023-11-07T05:24:35.226Z | Compiling memchr v2.6.3 |
1953 | 2023-11-07T05:24:35.243Z | Compiling futures-util v0.3.29 |
1954 | 2023-11-07T05:24:35.717Z | Compiling itoa v1.0.9 |
1955 | 2023-11-07T05:24:35.871Z | Compiling ahash v0.8.3 |
1956 | 2023-11-07T05:24:36.048Z | Compiling smallvec v1.11.0 |
1957 | 2023-11-07T05:24:36.390Z | Compiling vcpkg v0.2.15 |
1958 | 2023-11-07T05:24:36.502Z | Compiling log v0.4.20 |
1959 | 2023-11-07T05:24:36.958Z | Compiling byteorder v1.5.0 |
1960 | 2023-11-07T05:24:37.935Z | Compiling rand_core v0.6.4 |
1961 | 2023-11-07T05:24:38.465Z | Compiling pin-project-lite v0.2.13 |
1962 | 2023-11-07T05:24:39.003Z | Compiling parking_lot v0.12.1 |
1963 | 2023-11-07T05:24:39.282Z | Compiling indexmap v1.9.3 |
1964 | 2023-11-07T05:24:39.757Z | Compiling openssl-sys v0.9.93 |
1965 | 2023-11-07T05:24:40.425Z | Compiling ring v0.17.5 |
1966 | 2023-11-07T05:24:41.964Z | Compiling io-lifetimes v1.0.11 |
1967 | 2023-11-07T05:24:42.127Z | Compiling ring v0.16.20 |
1968 | 2023-11-07T05:24:42.431Z | Compiling num-integer v0.1.45 |
1969 | 2023-11-07T05:24:42.854Z | Compiling ryu v1.0.15 |
1970 | 2023-11-07T05:24:43.314Z | Compiling semver v1.0.20 |
1971 | 2023-11-07T05:24:43.721Z | Compiling const-oid v0.9.5 |
1972 | 2023-11-07T05:24:44.683Z | Compiling rustix v0.37.23 |
1973 | 2023-11-07T05:24:45.627Z | Compiling spin v0.5.2 |
1974 | 2023-11-07T05:24:46.008Z | Compiling mio v0.8.8 |
1975 | 2023-11-07T05:24:46.083Z | Compiling num_cpus v1.16.0 |
1976 | 2023-11-07T05:24:46.523Z | Compiling signal-hook-registry v1.4.1 |
1977 | 2023-11-07T05:24:46.534Z | Compiling socket2 v0.5.4 |
1978 | 2023-11-07T05:24:46.808Z | Compiling heck v0.4.1 |
1979 | 2023-11-07T05:24:47.225Z | Compiling httparse v1.8.0 |
1980 | 2023-11-07T05:24:47.527Z | Compiling futures-sink v0.3.29 |
1981 | 2023-11-07T05:24:47.576Z | Compiling unicode-xid v0.2.4 |
1982 | 2023-11-07T05:24:47.686Z | Compiling ucd-trie v0.1.6 |
1983 | 2023-11-07T05:24:47.720Z | Compiling openssl v0.10.57 |
1984 | 2023-11-07T05:24:47.814Z | Compiling synstructure v0.12.6 |
1985 | 2023-11-07T05:24:48.687Z | Compiling tinyvec_macros v0.1.1 |
1986 | 2023-11-07T05:24:48.708Z | Compiling tinyvec v1.6.0 |
1987 | 2023-11-07T05:24:49.287Z | Compiling ppv-lite86 v0.2.17 |
1988 | 2023-11-07T05:24:50.328Z | Compiling futures-io v0.3.29 |
1989 | 2023-11-07T05:24:50.698Z | Compiling pin-utils v0.1.0 |
1990 | 2023-11-07T05:24:50.726Z | Compiling native-tls v0.2.11 |
1991 | 2023-11-07T05:24:50.771Z | Compiling rustls v0.21.8 |
1992 | 2023-11-07T05:24:50.984Z | Compiling crc32fast v1.3.2 |
1993 | 2023-11-07T05:24:51.192Z | Compiling radium v0.7.0 |
1994 | 2023-11-07T05:24:51.448Z | Compiling unicode-normalization v0.1.22 |
1995 | 2023-11-07T05:24:51.690Z | Compiling rand_chacha v0.3.1 |
1996 | 2023-11-07T05:24:51.834Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1997 | 2023-11-07T05:24:51.923Z | Compiling spin v0.9.8 |
1998 | 2023-11-07T05:24:52.273Z | Compiling tracing-core v0.1.31 |
1999 | 2023-11-07T05:24:52.506Z | Compiling unicode-bidi v0.3.13 |
2000 | 2023-11-07T05:24:52.930Z | Compiling subtle v2.5.0 |
2001 | 2023-11-07T05:24:53.356Z | Compiling rand v0.8.5 |
2002 | 2023-11-07T05:24:54.636Z | Compiling errno v0.3.2 |
2003 | 2023-11-07T05:24:54.671Z | Compiling num-iter v0.1.43 |
2004 | 2023-11-07T05:24:54.694Z | Compiling usdt-impl v0.3.5 |
2005 | 2023-11-07T05:24:54.963Z | Compiling rustix v0.38.9 |
2006 | 2023-11-07T05:24:55.209Z | Compiling schemars v0.8.13 |
2007 | 2023-11-07T05:24:55.632Z | Compiling base64 v0.21.5 |
2008 | 2023-11-07T05:24:59.369Z | Compiling serde_derive v1.0.188 |
2009 | 2023-11-07T05:24:59.544Z | Compiling zeroize_derive v1.4.2 |
2010 | 2023-11-07T05:24:59.669Z | Compiling tokio-macros v2.1.0 |
2011 | 2023-11-07T05:24:59.736Z | Compiling thiserror-impl v1.0.49 |
2012 | 2023-11-07T05:24:59.783Z | Compiling futures-macro v0.3.29 |
2013 | 2023-11-07T05:24:59.837Z | Compiling tracing-attributes v0.1.26 |
2014 | 2023-11-07T05:24:59.960Z | Compiling zerocopy-derive v0.2.0 |
2015 | 2023-11-07T05:24:59.966Z | Compiling zeroize v1.6.0 |
2016 | 2023-11-07T05:25:00.021Z | Compiling openssl-macros v0.1.1 |
2017 | 2023-11-07T05:25:00.662Z | Compiling zerocopy-derive v0.6.4 |
2018 | 2023-11-07T05:25:02.071Z | Compiling pest v2.7.2 |
2019 | 2023-11-07T05:25:02.184Z | Compiling crypto-common v0.1.6 |
2020 | 2023-11-07T05:25:02.235Z | Compiling block-buffer v0.10.4 |
2021 | 2023-11-07T05:25:02.620Z | Compiling digest v0.10.7 |
2022 | 2023-11-07T05:25:03.373Z | Compiling serde_derive_internals v0.26.0 |
2023 | 2023-11-07T05:25:03.651Z | Compiling tracing v0.1.37 |
2024 | 2023-11-07T05:25:05.604Z | Compiling fnv v1.0.7 |
2025 | 2023-11-07T05:25:05.785Z | Compiling bitflags v1.3.2 |
2026 | 2023-11-07T05:25:06.984Z | Compiling pest_meta v2.7.2 |
2027 | 2023-11-07T05:25:07.410Z | Compiling schemars_derive v0.8.13 |
2028 | 2023-11-07T05:25:07.916Z | Compiling zerocopy v0.3.0 |
2029 | 2023-11-07T05:25:08.899Z | Compiling lazy_static v1.4.0 |
2030 | 2023-11-07T05:25:10.843Z | Compiling pest_generator v2.7.2 |
2031 | 2023-11-07T05:25:11.951Z | Compiling backtrace v0.3.69 |
2032 | 2023-11-07T05:25:12.400Z | Compiling memoffset v0.9.0 |
2033 | 2023-11-07T05:25:12.435Z | Compiling num-bigint v0.4.4 |
2034 | 2023-11-07T05:25:13.052Z | Compiling hashbrown v0.12.3 |
2035 | 2023-11-07T05:25:13.064Z | Compiling smoltcp v0.9.1 |
2036 | 2023-11-07T05:25:13.127Z | Compiling untrusted v0.9.0 |
2037 | 2023-11-07T05:25:13.262Z | Compiling allocator-api2 v0.2.16 |
2038 | 2023-11-07T05:25:13.862Z | Compiling foreign-types-shared v0.1.1 |
2039 | 2023-11-07T05:25:13.949Z | Compiling untrusted v0.7.1 |
2040 | 2023-11-07T05:25:13.954Z | Compiling pest_derive v2.7.2 |
2041 | 2023-11-07T05:25:13.993Z | Compiling base64ct v1.6.0 |
2042 | 2023-11-07T05:25:14.243Z | Compiling openssl-probe v0.1.5 |
2043 | 2023-11-07T05:25:14.792Z | Compiling crossbeam-utils v0.8.16 |
2044 | 2023-11-07T05:25:14.822Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2045 | 2023-11-07T05:25:14.829Z | Compiling iana-time-zone v0.1.57 |
2046 | 2023-11-07T05:25:15.088Z | Compiling async-trait v0.1.74 |
2047 | 2023-11-07T05:25:15.231Z | Compiling percent-encoding v2.3.0 |
2048 | 2023-11-07T05:25:15.263Z | Compiling dtrace-parser v0.1.14 |
2049 | 2023-11-07T05:25:15.767Z | Compiling pem-rfc7468 v0.7.0 |
2050 | 2023-11-07T05:25:15.777Z | Compiling hashbrown v0.14.2 |
2051 | 2023-11-07T05:25:17.222Z | Compiling foreign-types v0.3.2 |
2052 | 2023-11-07T05:25:17.577Z | Compiling dof v0.1.5 |
2053 | 2023-11-07T05:25:17.931Z | Compiling clap_derive v4.4.2 |
2054 | 2023-11-07T05:25:18.156Z | Compiling der_derive v0.7.2 |
2055 | 2023-11-07T05:25:20.780Z | Compiling bytes v1.5.0 |
2056 | 2023-11-07T05:25:22.027Z | Compiling bitflags v2.4.0 |
2057 | 2023-11-07T05:25:22.804Z | Compiling tokio v1.33.0 |
2058 | 2023-11-07T05:25:22.967Z | Compiling rustc_version v0.4.0 |
2059 | 2023-11-07T05:25:23.985Z | Compiling heapless v0.7.16 |
2060 | 2023-11-07T05:25:25.443Z | Compiling http v0.2.9 |
2061 | 2023-11-07T05:25:25.772Z | Compiling uuid v1.5.0 |
2062 | 2023-11-07T05:25:25.856Z | Compiling chrono v0.4.31 |
2063 | 2023-11-07T05:25:27.288Z | Compiling thread-id v4.2.0 |
2064 | 2023-11-07T05:25:27.434Z | Compiling utf8parse v0.2.1 |
2065 | 2023-11-07T05:25:27.703Z | Compiling try-lock v0.2.4 |
2066 | 2023-11-07T05:25:27.910Z | Compiling anstyle v1.0.2 |
2067 | 2023-11-07T05:25:28.894Z | Compiling siphasher v0.3.11 |
2068 | 2023-11-07T05:25:29.289Z | Compiling cpufeatures v0.2.9 |
2069 | 2023-11-07T05:25:29.341Z | Compiling adler v1.0.2 |
2070 | 2023-11-07T05:25:29.434Z | Compiling equivalent v1.0.1 |
2071 | 2023-11-07T05:25:29.508Z | Compiling time-core v0.1.1 |
2072 | 2023-11-07T05:25:29.592Z | Compiling rustversion v1.0.14 |
2073 | 2023-11-07T05:25:29.634Z | Compiling flagset v0.4.3 |
2074 | 2023-11-07T05:25:29.946Z | Compiling der v0.7.8 |
2075 | 2023-11-07T05:25:30.590Z | Compiling time-macros v0.2.13 |
2076 | 2023-11-07T05:25:30.972Z | Compiling indexmap v2.1.0 |
2077 | 2023-11-07T05:25:31.862Z | Compiling miniz_oxide v0.7.1 |
2078 | 2023-11-07T05:25:33.190Z | Compiling sha2 v0.10.8 |
2079 | 2023-11-07T05:25:35.652Z | Compiling http-body v0.4.5 |
2080 | 2023-11-07T05:25:36.342Z | Compiling tokio-util v0.7.10 |
2081 | 2023-11-07T05:25:36.726Z | Compiling want v0.3.1 |
2082 | 2023-11-07T05:25:37.122Z | Compiling anstyle-parse v0.2.1 |
2083 | 2023-11-07T05:25:38.522Z | Compiling h2 v0.3.21 |
2084 | 2023-11-07T05:25:40.287Z | Compiling serde_tokenstream v0.1.7 |
2085 | 2023-11-07T05:25:41.077Z | Compiling sct v0.7.0 |
2086 | 2023-11-07T05:25:42.624Z | Compiling form_urlencoded v1.2.0 |
2087 | 2023-11-07T05:25:43.078Z | Compiling hubpack_derive v0.1.1 |
2088 | 2023-11-07T05:25:44.221Z | Compiling socket2 v0.4.9 |
2089 | 2023-11-07T05:25:44.314Z | Compiling crossbeam-epoch v0.9.15 |
2090 | 2023-11-07T05:25:44.631Z | Compiling anstyle-query v1.0.0 |
2091 | 2023-11-07T05:25:44.955Z | Compiling colorchoice v1.0.0 |
2092 | 2023-11-07T05:25:45.471Z | Compiling anyhow v1.0.75 |
2093 | 2023-11-07T05:25:45.489Z | Compiling slog v2.7.0 |
2094 | 2023-11-07T05:25:45.627Z | Compiling tower-service v0.3.2 |
2095 | 2023-11-07T05:25:45.642Z | Compiling tap v1.0.1 |
2096 | 2023-11-07T05:25:45.905Z | Compiling httpdate v1.0.3 |
2097 | 2023-11-07T05:25:47.868Z | Compiling wyz v0.5.1 |
2098 | 2023-11-07T05:25:50.851Z | Compiling hyper v0.14.27 |
2099 | 2023-11-07T05:25:52.909Z | Compiling anstream v0.5.0 |
2100 | 2023-11-07T05:25:55.854Z | Compiling terminal_size v0.2.6 |
2101 | 2023-11-07T05:25:56.386Z | Compiling spki v0.7.2 |
2102 | 2023-11-07T05:25:57.092Z | Compiling rustls-pemfile v1.0.3 |
2103 | 2023-11-07T05:25:57.112Z | Compiling zerocopy v0.6.4 |
2104 | 2023-11-07T05:25:57.574Z | Compiling md-5 v0.10.5 |
2105 | 2023-11-07T05:25:57.939Z | Compiling hmac v0.12.1 |
2106 | 2023-11-07T05:25:58.640Z | Compiling stringprep v0.1.3 |
2107 | 2023-11-07T05:25:58.666Z | Compiling idna v0.4.0 |
2108 | 2023-11-07T05:25:59.769Z | Compiling diesel_table_macro_syntax v0.1.0 |
2109 | 2023-11-07T05:26:00.039Z | Compiling hash32 v0.2.1 |
2110 | 2023-11-07T05:26:00.357Z | Compiling aho-corasick v1.0.4 |
2111 | 2023-11-07T05:26:00.628Z | Compiling dyn-clone v1.0.13 |
2112 | 2023-11-07T05:26:00.943Z | Compiling fallible-iterator v0.2.0 |
2113 | 2023-11-07T05:26:01.031Z | Compiling gimli v0.28.0 |
2114 | 2023-11-07T05:26:01.161Z | Compiling either v1.9.0 |
2115 | 2023-11-07T05:26:02.081Z | Compiling regex-syntax v0.8.2 |
2116 | 2023-11-07T05:26:02.102Z | Compiling clap_lex v0.5.1 |
2117 | 2023-11-07T05:26:02.110Z | Compiling maybe-uninit v2.0.0 |
2118 | 2023-11-07T05:26:02.980Z | Compiling stable_deref_trait v1.2.0 |
2119 | 2023-11-07T05:26:03.086Z | Compiling funty v2.0.0 |
2120 | 2023-11-07T05:26:03.121Z | Compiling strsim v0.10.0 |
2121 | 2023-11-07T05:26:06.614Z | Compiling bitvec v1.0.1 |
2122 | 2023-11-07T05:26:06.847Z | Compiling clap_builder v4.4.2 |
2123 | 2023-11-07T05:26:08.035Z | Compiling regex-automata v0.4.3 |
2124 | 2023-11-07T05:26:09.151Z | Compiling addr2line v0.21.0 |
2125 | 2023-11-07T05:26:09.489Z | Compiling postgres-protocol v0.6.6 |
2126 | 2023-11-07T05:26:10.594Z | Compiling diesel_derives v2.1.1 |
2127 | 2023-11-07T05:26:11.102Z | Compiling url v2.4.1 |
2128 | 2023-11-07T05:26:13.349Z | Compiling strum_macros v0.25.2 |
2129 | 2023-11-07T05:26:14.775Z | Compiling rustls-native-certs v0.6.3 |
2130 | 2023-11-07T05:26:15.581Z | Compiling tokio-native-tls v0.3.1 |
2131 | 2023-11-07T05:26:25.128Z | Compiling usdt-macro v0.3.5 |
2132 | 2023-11-07T05:26:25.298Z | Compiling usdt-attr-macro v0.3.5 |
2133 | 2023-11-07T05:26:25.411Z | Compiling phf_shared v0.11.2 |
2134 | 2023-11-07T05:26:25.465Z | Compiling toml_datetime v0.6.5 |
2135 | 2023-11-07T05:26:25.522Z | Compiling serde_spanned v0.6.4 |
2136 | 2023-11-07T05:26:25.595Z | Compiling block-padding v0.3.3 |
2137 | 2023-11-07T05:26:26.040Z | Compiling enum-as-inner v0.5.1 |
2138 | 2023-11-07T05:26:26.056Z | Compiling serde_repr v0.1.16 |
2139 | 2023-11-07T05:26:26.119Z | Compiling scheduled-thread-pool v0.2.7 |
2140 | 2023-11-07T05:26:26.156Z | Compiling object v0.32.1 |
2141 | 2023-11-07T05:26:26.176Z | Compiling bit-vec v0.6.3 |
2142 | 2023-11-07T05:26:26.550Z | Compiling deranged v0.3.8 |
2143 | 2023-11-07T05:26:26.627Z | Compiling winnow v0.5.15 |
2144 | 2023-11-07T05:26:26.819Z | Compiling managed v0.8.0 |
2145 | 2023-11-07T05:26:27.536Z | Compiling num_threads v0.1.6 |
2146 | 2023-11-07T05:26:27.712Z | Compiling num-bigint-dig v0.8.4 |
2147 | 2023-11-07T05:26:28.175Z | Compiling packed_struct v0.10.1 |
2148 | 2023-11-07T05:26:28.785Z | Compiling matches v0.1.10 |
2149 | 2023-11-07T05:26:29.837Z | Compiling rustc-demangle v0.1.23 |
2150 | 2023-11-07T05:26:31.721Z | Compiling ipnet v2.8.0 |
2151 | 2023-11-07T05:26:31.748Z | Compiling regex-automata v0.1.10 |
2152 | 2023-11-07T05:26:33.149Z | Compiling toml_edit v0.19.15 |
2153 | 2023-11-07T05:26:34.835Z | Compiling bstr v0.2.17 |
2154 | 2023-11-07T05:26:35.023Z | Compiling time v0.3.27 |
2155 | 2023-11-07T05:26:39.385Z | Compiling idna v0.2.3 |
2156 | 2023-11-07T05:26:43.516Z | Compiling r2d2 v0.8.10 |
2157 | 2023-11-07T05:26:45.035Z | Compiling inout v0.1.3 |
2158 | 2023-11-07T05:26:45.513Z | Compiling phf v0.11.2 |
2159 | 2023-11-07T05:26:45.919Z | Compiling hyper-tls v0.5.0 |
2160 | 2023-11-07T05:26:45.967Z | Compiling regex v1.10.2 |
2161 | 2023-11-07T05:26:46.467Z | Compiling flate2 v1.0.28 |
2162 | 2023-11-07T05:26:46.861Z | Compiling clap v4.4.3 |
2163 | 2023-11-07T05:26:47.026Z | Compiling ipnetwork v0.20.0 |
2164 | 2023-11-07T05:26:47.678Z | Compiling postgres-types v0.2.6 |
2165 | 2023-11-07T05:26:48.154Z | Compiling itertools v0.11.0 |
2166 | 2023-11-07T05:26:48.297Z | Compiling pkcs8 v0.10.2 |
2167 | 2023-11-07T05:26:50.542Z | Compiling hubpack v0.1.2 |
2168 | 2023-11-07T05:26:50.977Z | Compiling serde_urlencoded v0.7.1 |
2169 | 2023-11-07T05:26:51.225Z | Compiling phf_shared v0.10.0 |
2170 | 2023-11-07T05:26:51.828Z | Compiling futures-executor v0.3.29 |
2171 | 2023-11-07T05:26:53.105Z | Compiling signature v2.1.0 |
2172 | 2023-11-07T05:26:53.833Z | Compiling packed_struct_codegen v0.10.1 |
2173 | 2023-11-07T05:26:55.535Z | Compiling float-cmp v0.9.0 |
2174 | 2023-11-07T05:26:55.967Z | Compiling encoding_rs v0.8.33 |
2175 | 2023-11-07T05:26:56.296Z | Compiling mime v0.3.17 |
2176 | 2023-11-07T05:26:57.144Z | Compiling static_assertions v1.1.0 |
2177 | 2023-11-07T05:26:57.583Z | Compiling whoami v1.4.1 |
2178 | 2023-11-07T05:26:58.430Z | Compiling nodrop v0.1.14 |
2179 | 2023-11-07T05:26:58.486Z | Compiling unicode-segmentation v1.10.1 |
2180 | 2023-11-07T05:26:58.595Z | Compiling fixedbitset v0.4.2 |
2181 | 2023-11-07T05:26:58.868Z | Compiling normalize-line-endings v0.3.0 |
2182 | 2023-11-07T05:26:59.031Z | Compiling predicates-core v1.0.6 |
2183 | 2023-11-07T05:26:59.207Z | Compiling precomputed-hash v0.1.1 |
2184 | 2023-11-07T05:26:59.511Z | Compiling new_debug_unreachable v1.0.4 |
2185 | 2023-11-07T05:26:59.920Z | Compiling webpki-roots v0.25.2 |
2186 | 2023-11-07T05:27:00.851Z | Compiling crc-catalog v2.2.0 |
2187 | 2023-11-07T05:27:01.057Z | Compiling regex-automata v0.3.8 |
2188 | 2023-11-07T05:27:02.370Z | Compiling data-encoding v2.4.0 |
2189 | 2023-11-07T05:27:02.694Z | Compiling difflib v0.4.0 |
2190 | 2023-11-07T05:27:04.806Z | Compiling unicode-width v0.1.11 |
2191 | 2023-11-07T05:27:05.055Z | Compiling console v0.15.7 |
2192 | 2023-11-07T05:27:05.577Z | Compiling bstr v1.6.0 |
2193 | 2023-11-07T05:27:08.039Z | Compiling predicates v3.0.4 |
2194 | 2023-11-07T05:27:08.167Z | Compiling trust-dns-proto v0.22.0 |
2195 | 2023-11-07T05:27:10.440Z | Compiling crc v3.0.1 |
2196 | 2023-11-07T05:27:11.618Z | Compiling similar v2.2.1 |
2197 | 2023-11-07T05:27:15.097Z | Compiling string_cache v0.8.7 |
2198 | 2023-11-07T05:27:16.367Z | Compiling petgraph v0.6.4 |
2199 | 2023-11-07T05:27:16.831Z | Compiling array-init v0.0.4 |
2200 | 2023-11-07T05:27:18.111Z | Compiling tokio-postgres v0.7.10 |
2201 | 2023-11-07T05:27:21.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2202 | 2023-11-07T05:27:30.205Z | Compiling futures v0.3.29 |
2203 | 2023-11-07T05:27:31.548Z | Compiling yasna v0.5.2 |
2204 | 2023-11-07T05:27:32.493Z | Compiling pkcs1 v0.7.5 |
2205 | 2023-11-07T05:27:32.999Z | Compiling smallvec v0.6.14 |
2206 | 2023-11-07T05:27:33.698Z | Compiling diesel v2.1.3 |
2207 | 2023-11-07T05:27:34.403Z | Compiling cipher v0.4.4 |
2208 | 2023-11-07T05:27:38.741Z | Compiling toml v0.7.8 |
2209 | 2023-11-07T05:27:39.454Z | Compiling bit-set v0.5.3 |
2210 | 2023-11-07T05:27:39.881Z | Compiling usdt v0.3.5 |
2211 | 2023-11-07T05:27:40.270Z | Compiling is-terminal v0.4.9 |
2212 | 2023-11-07T05:27:41.354Z | Compiling itertools v0.10.5 |
2213 | 2023-11-07T05:27:43.718Z | Compiling tokio-stream v0.1.14 |
2214 | 2023-11-07T05:27:45.257Z | Compiling openapiv3 v1.0.3 |
2215 | 2023-11-07T05:27:46.148Z | Compiling hex v0.4.3 |
2216 | 2023-11-07T05:27:48.059Z | Compiling hashbrown v0.13.2 |
2217 | 2023-11-07T05:27:52.781Z | Compiling lalrpop-util v0.19.12 |
2218 | 2023-11-07T05:27:56.265Z | Compiling termcolor v1.2.0 |
2219 | 2023-11-07T05:27:56.919Z | Compiling bitfield v0.14.0 |
2220 | 2023-11-07T05:27:57.710Z | Compiling regex-syntax v0.6.29 |
2221 | 2023-11-07T05:27:58.443Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2222 | 2023-11-07T05:28:05.601Z | Compiling env_logger v0.10.0 |
2223 | 2023-11-07T05:28:22.840Z | Compiling rsa v0.9.2 |
2224 | 2023-11-07T05:28:23.185Z | Compiling serde-hex v0.1.0 |
2225 | 2023-11-07T05:28:32.642Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2226 | 2023-11-07T05:28:36.119Z | Compiling x509-cert v0.2.4 |
2227 | 2023-11-07T05:28:37.609Z | Compiling ron v0.8.1 |
2228 | 2023-11-07T05:28:48.829Z | Compiling crc-any v2.4.3 |
2229 | 2023-11-07T05:28:52.417Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2230 | 2023-11-07T05:29:07.247Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2231 | 2023-11-07T05:29:15.347Z | Compiling object v0.30.4 |
2232 | 2023-11-07T05:29:22.862Z | Compiling path-slash v0.1.5 |
2233 | 2023-11-07T05:29:36.083Z | Compiling bzip2 v0.4.4 |
2234 | 2023-11-07T05:29:36.683Z | Compiling zip v0.6.6 |
2235 | 2023-11-07T05:29:43.765Z | Compiling rustls-webpki v0.101.7 |
2236 | 2023-11-07T05:30:04.356Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2237 | 2023-11-07T05:30:04.395Z | Compiling tokio-rustls v0.24.1 |
2238 | 2023-11-07T05:30:04.430Z | Compiling hyper-rustls v0.24.2 |
2239 | 2023-11-07T05:30:04.486Z | Compiling reqwest v0.11.20 |
2240 | 2023-11-07T05:30:22.220Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2241 | 2023-11-07T05:30:26.483Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2242 | 2023-11-07T05:30:28.086Z | Finished release [optimized] target(s) in 5m 57s |
2243 | 2023-11-07T05:30:28.096Z | |
2244 | 2023-11-07T05:30:28.110Z | real 5:57.710235099 |
2245 | 2023-11-07T05:30:28.125Z | user 42:01.791236857 |
2246 | 2023-11-07T05:30:28.141Z | sys 3:55.387919720 |
2247 | 2023-11-07T05:30:28.147Z | trap 1.920014369 |
2248 | 2023-11-07T05:30:28.159Z | tflt 1.141737601 |
2249 | 2023-11-07T05:30:28.163Z | dflt 1.153514426 |
2250 | 2023-11-07T05:30:28.169Z | kflt 0.000327938 |
2251 | 2023-11-07T05:30:28.175Z | lock 1:38:30.403346437 |
2252 | 2023-11-07T05:30:28.179Z | slp 2:54:57.414850382 |
2253 | 2023-11-07T05:30:28.183Z | lat 1:42.639323777 |
2254 | 2023-11-07T05:30:28.187Z | stop 1:41.108146288 |
2255 | 2023-11-07T05:30:28.197Z | + ptime -m gzip |
2256 | 2023-11-07T05:30:28.474Z | |
2257 | 2023-11-07T05:30:28.483Z | real 0.665562035 |
2258 | 2023-11-07T05:30:28.490Z | user 0.657758719 |
2259 | 2023-11-07T05:30:28.496Z | sys 0.007072398 |
2260 | 2023-11-07T05:30:28.502Z | trap 0.000104697 |
2261 | 2023-11-07T05:30:28.505Z | tflt 0.000000000 |
2262 | 2023-11-07T05:30:28.509Z | dflt 0.000000000 |
2263 | 2023-11-07T05:30:28.513Z | kflt 0.000000000 |
2264 | 2023-11-07T05:30:28.517Z | lock 0.000000000 |
2265 | 2023-11-07T05:30:28.522Z | slp 0.000000000 |
2266 | 2023-11-07T05:30:28.539Z | lat 0.000258432 |
2267 | 2023-11-07T05:30:28.552Z | stop 0.000260636 |
2268 | 2023-11-07T05:30:28.561Z | + banner tufaceous |
2269 | 2023-11-07T05:30:28.573Z | |
2270 | 2023-11-07T05:30:28.585Z | ##### # # ###### ## #### ###### #### # # #### |
2271 | 2023-11-07T05:30:28.594Z | # # # # # # # # # # # # # # |
2272 | 2023-11-07T05:30:28.611Z | # # # ##### # # # ##### # # # # #### |
2273 | 2023-11-07T05:30:28.621Z | # # # # ###### # # # # # # # |
2274 | 2023-11-07T05:30:28.629Z | # # # # # # # # # # # # # # # |
2275 | 2023-11-07T05:30:28.634Z | # #### # # # #### ###### #### #### #### |
2276 | 2023-11-07T05:30:28.638Z | |
2277 | 2023-11-07T05:30:28.642Z | + ptime -m cargo build --locked -p tufaceous --release |
2278 | 2023-11-07T05:30:29.237Z | Downloading crates ... |
2279 | 2023-11-07T05:30:29.640Z | Downloaded path-absolutize v3.1.0 |
2280 | 2023-11-07T05:30:29.649Z | Downloaded bytesize v1.3.0 |
2281 | 2023-11-07T05:30:29.658Z | Downloaded snafu-derive v0.7.5 |
2282 | 2023-11-07T05:30:29.667Z | Downloaded snafu v0.7.5 |
2283 | 2023-11-07T05:30:29.675Z | Downloaded globset v0.4.13 |
2284 | 2023-11-07T05:30:29.684Z | Downloaded serde_plain v1.0.2 |
2285 | 2023-11-07T05:30:29.694Z | Downloaded buf-list v1.0.3 |
2286 | 2023-11-07T05:30:29.704Z | Downloaded tough v0.14.0 |
2287 | 2023-11-07T05:30:29.714Z | Downloaded olpc-cjson v0.1.3 |
2288 | 2023-11-07T05:30:29.723Z | Downloaded fs-err v2.9.0 |
2289 | 2023-11-07T05:30:29.732Z | Downloaded doc-comment v0.3.3 |
2290 | 2023-11-07T05:30:29.743Z | Downloaded path-dedot v3.1.0 |
2291 | 2023-11-07T05:30:29.857Z | Compiling serde_tokenstream v0.2.0 |
2292 | 2023-11-07T05:30:29.881Z | Compiling regress v0.7.1 |
2293 | 2023-11-07T05:30:29.895Z | Compiling dirs-sys-next v0.1.2 |
2294 | 2023-11-07T05:30:29.900Z | Compiling ident_case v1.0.1 |
2295 | 2023-11-07T05:30:29.924Z | Compiling thread_local v1.1.7 |
2296 | 2023-11-07T05:30:29.952Z | Compiling heck v0.4.1 |
2297 | 2023-11-07T05:30:30.383Z | Compiling slog-async v2.8.0 |
2298 | 2023-11-07T05:30:30.798Z | Compiling darling_core v0.20.3 |
2299 | 2023-11-07T05:30:30.808Z | Compiling dirs-next v2.0.0 |
2300 | 2023-11-07T05:30:31.386Z | Compiling camino v1.1.6 |
2301 | 2023-11-07T05:30:31.409Z | Compiling term v0.7.0 |
2302 | 2023-11-07T05:30:31.698Z | Compiling crossbeam-channel v0.5.8 |
2303 | 2023-11-07T05:30:31.830Z | Compiling getopts v0.2.21 |
2304 | 2023-11-07T05:30:31.859Z | Compiling structmeta-derive v0.2.0 |
2305 | 2023-11-07T05:30:31.875Z | Compiling atty v0.2.14 |
2306 | 2023-11-07T05:30:32.497Z | Compiling multer v2.1.0 |
2307 | 2023-11-07T05:30:32.522Z | Compiling paste v1.0.14 |
2308 | 2023-11-07T05:30:33.208Z | Compiling unsafe-libyaml v0.2.9 |
2309 | 2023-11-07T05:30:33.279Z | Compiling match_cfg v0.1.0 |
2310 | 2023-11-07T05:30:33.410Z | Compiling doc-comment v0.3.3 |
2311 | 2023-11-07T05:30:34.221Z | Compiling take_mut v0.2.2 |
2312 | 2023-11-07T05:30:34.781Z | Compiling hostname v0.3.1 |
2313 | 2023-11-07T05:30:35.303Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2314 | 2023-11-07T05:30:36.318Z | Compiling structmeta v0.2.0 |
2315 | 2023-11-07T05:30:36.944Z | Compiling serde_yaml v0.9.25 |
2316 | 2023-11-07T05:30:38.023Z | Compiling slog-term v2.9.0 |
2317 | 2023-11-07T05:30:39.477Z | Compiling darling_macro v0.20.3 |
2318 | 2023-11-07T05:30:40.934Z | Compiling darling v0.20.3 |
2319 | 2023-11-07T05:30:41.091Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2023-11-07T05:30:41.114Z | Compiling slog-json v2.6.1 |
2321 | 2023-11-07T05:30:42.422Z | Compiling async-stream-impl v0.3.5 |
2322 | 2023-11-07T05:30:43.499Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2323 | 2023-11-07T05:30:43.502Z | Compiling regex-syntax v0.7.5 |
2324 | 2023-11-07T05:30:43.506Z | Compiling fastrand v2.0.0 |
2325 | 2023-11-07T05:30:43.509Z | Compiling atomic-waker v1.1.1 |
2326 | 2023-11-07T05:30:43.513Z | Compiling slog-bunyan v2.4.0 |
2327 | 2023-11-07T05:30:43.655Z | Compiling waitgroup v0.1.2 |
2328 | 2023-11-07T05:30:43.871Z | Compiling tempfile v3.8.0 |
2329 | 2023-11-07T05:30:44.011Z | Compiling async-stream v0.3.5 |
2330 | 2023-11-07T05:30:44.132Z | Compiling serde_with_macros v2.3.3 |
2331 | 2023-11-07T05:30:46.378Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2332 | 2023-11-07T05:30:47.323Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2333 | 2023-11-07T05:30:48.185Z | Compiling toml_edit v0.20.7 |
2334 | 2023-11-07T05:30:48.776Z | Compiling sha1 v0.10.5 |
2335 | 2023-11-07T05:30:49.337Z | Compiling snafu-derive v0.7.5 |
2336 | 2023-11-07T05:30:49.785Z | Compiling serde_path_to_error v0.1.14 |
2337 | 2023-11-07T05:30:49.810Z | Compiling path-dedot v3.1.0 |
2338 | 2023-11-07T05:30:50.178Z | Compiling instant v0.1.12 |
2339 | 2023-11-07T05:30:50.324Z | Compiling same-file v1.0.6 |
2340 | 2023-11-07T05:30:50.377Z | Compiling debug-ignore v1.0.5 |
2341 | 2023-11-07T05:30:50.592Z | Compiling arc-swap v1.6.0 |
2342 | 2023-11-07T05:30:50.779Z | Compiling base64 v0.13.1 |
2343 | 2023-11-07T05:30:51.505Z | Compiling buf-list v1.0.3 |
2344 | 2023-11-07T05:30:51.874Z | Compiling pem v1.1.1 |
2345 | 2023-11-07T05:30:52.302Z | Compiling slog-scope v4.4.0 |
2346 | 2023-11-07T05:30:53.538Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2347 | 2023-11-07T05:30:53.778Z | Compiling toml v0.8.6 |
2348 | 2023-11-07T05:30:53.907Z | Compiling parse-display-derive v0.8.2 |
2349 | 2023-11-07T05:30:54.427Z | Compiling walkdir v2.4.0 |
2350 | 2023-11-07T05:30:57.454Z | Compiling backoff v0.4.0 |
2351 | 2023-11-07T05:30:57.742Z | Compiling snafu v0.7.5 |
2352 | 2023-11-07T05:30:58.425Z | Compiling path-absolutize v3.1.0 |
2353 | 2023-11-07T05:30:58.434Z | Compiling serde_with v2.3.3 |
2354 | 2023-11-07T05:30:59.807Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2355 | 2023-11-07T05:31:00.320Z | Compiling parse-display v0.8.2 |
2356 | 2023-11-07T05:31:00.647Z | Compiling globset v0.4.13 |
2357 | 2023-11-07T05:31:00.875Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2358 | 2023-11-07T05:31:01.072Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2359 | 2023-11-07T05:31:03.192Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2360 | 2023-11-07T05:31:03.441Z | Compiling strum v0.25.0 |
2361 | 2023-11-07T05:31:03.714Z | Compiling olpc-cjson v0.1.3 |
2362 | 2023-11-07T05:31:04.591Z | Compiling serde_plain v1.0.2 |
2363 | 2023-11-07T05:31:05.501Z | Compiling macaddr v1.0.1 |
2364 | 2023-11-07T05:31:06.422Z | Compiling filetime v0.2.22 |
2365 | 2023-11-07T05:31:06.757Z | Compiling xattr v1.0.1 |
2366 | 2023-11-07T05:31:07.330Z | Compiling tough v0.14.0 |
2367 | 2023-11-07T05:31:07.336Z | Compiling tar v0.4.40 |
2368 | 2023-11-07T05:31:11.977Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2369 | 2023-11-07T05:31:15.895Z | Compiling slog-stdlog v4.1.1 |
2370 | 2023-11-07T05:31:17.495Z | Compiling camino-tempfile v1.0.2 |
2371 | 2023-11-07T05:31:18.840Z | Compiling bytesize v1.3.0 |
2372 | 2023-11-07T05:31:18.993Z | Compiling fs-err v2.9.0 |
2373 | 2023-11-07T05:31:19.829Z | Compiling slog-envlogger v2.2.0 |
2374 | 2023-11-07T05:31:20.331Z | Compiling humantime v2.1.0 |
2375 | 2023-11-07T05:31:35.159Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2376 | 2023-11-07T05:31:35.452Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2377 | 2023-11-07T05:31:52.076Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2378 | 2023-11-07T05:32:12.461Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2379 | 2023-11-07T05:32:20.048Z | Finished release [optimized] target(s) in 1m 51s |
2380 | 2023-11-07T05:32:20.140Z | |
2381 | 2023-11-07T05:32:20.143Z | real 1:51.642537468 |
2382 | 2023-11-07T05:32:20.146Z | user 12:26.066666218 |
2383 | 2023-11-07T05:32:20.155Z | sys 46.413611626 |
2384 | 2023-11-07T05:32:20.165Z | trap 0.527292133 |
2385 | 2023-11-07T05:32:20.592Z | tflt 0.312581993 |
2386 | 2023-11-07T05:32:20.609Z | dflt 0.628099663 |
2387 | 2023-11-07T05:32:20.621Z | kflt 0.000105388 |
2388 | 2023-11-07T05:32:20.631Z | lock 26:42.603654238 |
2389 | 2023-11-07T05:32:20.654Z | slp 28:31.283761783 |
2390 | 2023-11-07T05:32:20.711Z | lat 23.036483280 |
2391 | 2023-11-07T05:32:20.779Z | stop 12.761929801 |
2392 | 2023-11-07T05:32:20.790Z | + ptime -m gzip |
2393 | 2023-11-07T05:32:22.470Z | |
2394 | 2023-11-07T05:32:22.905Z | real 2.319554377 |
2395 | 2023-11-07T05:32:22.915Z | user 2.292404750 |
2396 | 2023-11-07T05:32:22.922Z | sys 0.025127005 |
2397 | 2023-11-07T05:32:22.926Z | trap 0.000908656 |
2398 | 2023-11-07T05:32:22.931Z | tflt 0.000000000 |
2399 | 2023-11-07T05:32:22.935Z | dflt 0.000000000 |
2400 | 2023-11-07T05:32:22.957Z | kflt 0.000000000 |
2401 | 2023-11-07T05:32:22.960Z | lock 0.000000000 |
2402 | 2023-11-07T05:32:22.964Z | slp 0.000000000 |
2403 | 2023-11-07T05:32:22.968Z | lat 0.000691044 |
2404 | 2023-11-07T05:32:22.971Z | stop 0.000317764 |
2405 | 2023-11-07T05:32:22.976Z | process exited: duration 1329720 ms, exit code 0 |
|
2406 | 2023-11-07T05:32:23.421Z | found 5 output files |
2407 | 2023-11-07T05:32:23.451Z | uploading: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz (6358525 bytes) |
2408 | 2023-11-07T05:32:26.929Z | uploaded: /work/end-to-end-tests/bootstrap-750ee284a2fe677d.gz |
2409 | 2023-11-07T05:32:26.941Z | uploading: /work/end-to-end-tests/bootstrap.gz (99254501 bytes) |
2410 | 2023-11-07T05:32:59.751Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2411 | 2023-11-07T05:32:59.809Z | uploading: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz (113687769 bytes) |
2412 | 2023-11-07T05:34:10.346Z | uploaded: /work/end-to-end-tests/end_to_end_tests-13628b0bfef9b756.gz |
2413 | 2023-11-07T05:34:10.380Z | uploading: /work/caboose-util.gz (4106011 bytes) |
2414 | 2023-11-07T05:34:12.151Z | uploaded: /work/caboose-util.gz |
2415 | 2023-11-07T05:34:12.167Z | uploading: /work/tufaceous.gz (14678000 bytes) |
2416 | 2023-11-07T05:34:18.914Z | uploaded: /work/tufaceous.gz |