|
|
|
1 | 2023-12-07T07:04:14.895Z | job assigned to worker 01HH1HCD6EKYYFEXXB0G4SK22P (queued for 1 m 25 s) |
|
2 | 2023-12-07T07:04:15.219Z | starting task 0: "setup" |
3 | 2023-12-07T07:04:15.284Z | ++ uname -s |
4 | 2023-12-07T07:04:15.289Z | + kern=SunOS |
5 | 2023-12-07T07:04:15.290Z | + case "$kern" in |
6 | 2023-12-07T07:04:15.290Z | + groupadd -g 12345 build |
7 | 2023-12-07T07:04:15.293Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T07:04:17.302Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T07:04:17.402Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T07:04:17.408Z | + home_fs=zfs |
11 | 2023-12-07T07:04:17.408Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T07:04:17.409Z | + mkdir -p /home/build |
13 | 2023-12-07T07:04:17.409Z | + chown build:build /home/build /work |
14 | 2023-12-07T07:04:19.784Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T07:04:21.159Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-12-07T07:04:25.705Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T07:04:47.144Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T07:04:47.145Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T07:04:47.592Z | info: downloading installer |
20 | 2023-12-07T07:04:47.592Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T07:04:47.592Z | warning: /opt/ooce/bin |
22 | 2023-12-07T07:04:47.899Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T07:04:47.899Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T07:04:47.899Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T07:04:47.899Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T07:04:47.900Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T07:04:47.900Z | error: cannot install while Rust is installed |
28 | 2023-12-07T07:04:47.900Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T07:04:47.900Z | info: profile set to 'default' |
30 | 2023-12-07T07:04:47.900Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T07:04:47.900Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T07:04:47.900Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T07:04:47.900Z | info: downloading component 'cargo' |
34 | 2023-12-07T07:04:47.900Z | info: downloading component 'clippy' |
35 | 2023-12-07T07:04:47.900Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T07:04:47.900Z | info: downloading component 'rust-std' |
37 | 2023-12-07T07:04:47.900Z | info: downloading component 'rustc' |
38 | 2023-12-07T07:04:47.900Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T07:04:47.900Z | info: installing component 'cargo' |
40 | 2023-12-07T07:04:47.900Z | info: installing component 'clippy' |
41 | 2023-12-07T07:04:47.901Z | info: installing component 'rust-docs' |
42 | 2023-12-07T07:04:47.901Z | info: installing component 'rust-std' |
43 | 2023-12-07T07:04:47.901Z | info: installing component 'rustc' |
44 | 2023-12-07T07:04:56.355Z | info: installing component 'rustfmt' |
45 | 2023-12-07T07:04:56.856Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T07:04:56.856Z | |
47 | 2023-12-07T07:04:56.982Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T07:04:56.983Z | |
49 | 2023-12-07T07:04:56.983Z | |
50 | 2023-12-07T07:04:56.987Z | Rust is installed now. Great! |
51 | 2023-12-07T07:04:56.987Z | |
52 | 2023-12-07T07:04:56.987Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T07:04:56.987Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T07:04:56.987Z | |
55 | 2023-12-07T07:04:56.987Z | To configure your current shell, run: |
56 | 2023-12-07T07:04:56.987Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T07:04:57.068Z | + rustc --version |
58 | 2023-12-07T07:04:57.175Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T07:04:57.181Z | process exited: duration 33397 ms, exit code 0 |
|
60 | 2023-12-07T07:04:57.191Z | starting task 2: "authentication" |
61 | 2023-12-07T07:04:57.237Z | process exited: duration 41 ms, exit code 0 |
|
62 | 2023-12-07T07:04:57.253Z | starting task 3: "clone repository" |
63 | 2023-12-07T07:04:57.259Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T07:04:57.264Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T07:04:57.372Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T07:05:04.222Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T07:05:04.222Z | + [[ -n renovate/tough-0.x ]] |
68 | 2023-12-07T07:05:04.222Z | + git fetch origin renovate/tough-0.x |
69 | 2023-12-07T07:05:04.579Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T07:05:04.580Z | * branch renovate/tough-0.x -> FETCH_HEAD |
71 | 2023-12-07T07:05:04.596Z | + git checkout -B renovate/tough-0.x remotes/origin/renovate/tough-0.x |
72 | 2023-12-07T07:05:04.691Z | Switched to a new branch 'renovate/tough-0.x' |
73 | 2023-12-07T07:05:04.708Z | branch 'renovate/tough-0.x' set up to track 'origin/renovate/tough-0.x'. |
74 | 2023-12-07T07:05:04.708Z | + git reset --hard 8b78b2c61b027307ec616a19dbef71c6d1b0b988 |
75 | 2023-12-07T07:05:04.852Z | HEAD is now at 8b78b2c6 specify exact version for tough |
76 | 2023-12-07T07:05:04.858Z | process exited: duration 7601 ms, exit code 0 |
|
77 | 2023-12-07T07:05:04.870Z | starting task 4: "build" |
78 | 2023-12-07T07:05:04.876Z | + cargo --version |
79 | 2023-12-07T07:05:04.884Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T07:05:05.076Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T07:05:05.080Z | info: downloading component 'cargo' |
82 | 2023-12-07T07:05:05.783Z | info: downloading component 'clippy' |
83 | 2023-12-07T07:05:06.011Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T07:05:06.896Z | info: downloading component 'rust-std' |
85 | 2023-12-07T07:05:08.336Z | info: downloading component 'rustc' |
86 | 2023-12-07T07:05:12.075Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T07:05:12.274Z | info: installing component 'cargo' |
88 | 2023-12-07T07:05:13.568Z | info: installing component 'clippy' |
89 | 2023-12-07T07:05:14.056Z | info: installing component 'rust-docs' |
90 | 2023-12-07T07:05:16.808Z | info: installing component 'rust-std' |
91 | 2023-12-07T07:05:19.513Z | info: installing component 'rustc' |
92 | 2023-12-07T07:05:25.508Z | info: installing component 'rustfmt' |
93 | 2023-12-07T07:05:26.053Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T07:05:26.065Z | + rustc --version |
95 | 2023-12-07T07:05:26.183Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T07:05:26.609Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
97 | 2023-12-07T07:05:36.816Z | Startup: Refreshing catalog 'helios-dev' ... Done |
98 | 2023-12-07T07:05:38.232Z | Startup: Caching catalogs ... Done |
99 | 2023-12-07T07:05:44.673Z | Planning: Solver setup ... Done (6.036s) |
100 | 2023-12-07T07:05:44.801Z | Planning: Running solver ... Done (0.146s) |
101 | 2023-12-07T07:05:44.867Z | Planning: Finding local manifests ... Done (0.004s) |
102 | 2023-12-07T07:05:44.882Z | Planning: Fetching manifests: 0/6 0% complete |
103 | 2023-12-07T07:05:45.171Z | Planning: Fetching manifests: 6/6 100% complete |
104 | 2023-12-07T07:05:45.262Z | Planning: Package planning ... Done (0.089s) |
105 | 2023-12-07T07:05:45.346Z | Planning: Merging actions ... Done (0.084s) |
106 | 2023-12-07T07:05:46.156Z | Planning: Checking for conflicting actions ... Done (0.814s) |
107 | 2023-12-07T07:05:46.175Z | Planning: Consolidating action changes ... Done (0.018s) |
108 | 2023-12-07T07:05:50.971Z | Planning: Evaluating mediators ... Done (4.792s) |
109 | 2023-12-07T07:05:51.080Z | Planning: Planning completed in 12.79 seconds |
110 | 2023-12-07T07:05:51.103Z | Packages to install: 4 |
111 | 2023-12-07T07:05:51.107Z | Packages to update: 2 |
112 | 2023-12-07T07:05:51.107Z | Mediators to change: 2 |
113 | 2023-12-07T07:05:51.107Z | Services to change: 1 |
114 | 2023-12-07T07:05:51.107Z | Estimated space available: 148.88 GB |
115 | 2023-12-07T07:05:51.107Z | Estimated space to be consumed: 1.43 GB |
116 | 2023-12-07T07:05:51.108Z | Create boot environment: No |
117 | 2023-12-07T07:05:51.108Z | Create backup boot environment: Yes |
118 | 2023-12-07T07:05:51.108Z | Rebuild boot archive: No |
119 | 2023-12-07T07:05:51.108Z | |
120 | 2023-12-07T07:05:51.108Z | Changed mediators: |
121 | 2023-12-07T07:05:51.108Z | mediator clang: |
122 | 2023-12-07T07:05:51.108Z | version: None -> 15 (system default) |
123 | 2023-12-07T07:05:51.108Z | |
124 | 2023-12-07T07:05:51.109Z | mediator llvm: |
125 | 2023-12-07T07:05:51.109Z | version: 14 (system default) -> 15 (system default) |
126 | 2023-12-07T07:05:51.109Z | |
127 | 2023-12-07T07:05:51.109Z | Changed packages: |
128 | 2023-12-07T07:05:51.109Z | helios-dev |
129 | 2023-12-07T07:05:51.109Z | developer/build-essential |
130 | 2023-12-07T07:05:51.109Z | None -> 11-2.0 |
131 | 2023-12-07T07:05:51.109Z | library/libxmlsec1 |
132 | 2023-12-07T07:05:51.109Z | None -> 1.2.35-2.0 |
133 | 2023-12-07T07:05:51.109Z | ooce/developer/clang-15 |
134 | 2023-12-07T07:05:51.110Z | None -> 15.0.7-2.0 |
135 | 2023-12-07T07:05:51.110Z | ooce/developer/llvm-15 |
136 | 2023-12-07T07:05:51.110Z | None -> 15.0.7-2.0 |
137 | 2023-12-07T07:05:51.110Z | system/library/g++-runtime |
138 | 2023-12-07T07:05:51.111Z | 12-2.0 -> 13-2.0 |
139 | 2023-12-07T07:05:51.111Z | system/library/gcc-runtime |
140 | 2023-12-07T07:05:51.111Z | 12-2.0 -> 13-2.0 |
141 | 2023-12-07T07:05:51.111Z | |
142 | 2023-12-07T07:05:51.111Z | Services: |
143 | 2023-12-07T07:05:51.111Z | restart_fmri: |
144 | 2023-12-07T07:05:51.111Z | svc:/system/update-man-index:default |
145 | 2023-12-07T07:05:51.385Z | |
146 | 2023-12-07T07:05:51.386Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
147 | 2023-12-07T07:05:56.385Z | Download: 769/3330 items 18.6/221.1MB 8% complete (3.8M/s) |
148 | 2023-12-07T07:06:01.694Z | Download: 1198/3330 items 81.9/221.1MB 37% complete (8.5M/s) |
149 | 2023-12-07T07:06:06.691Z | Download: 2508/3330 items 120.2/221.1MB 54% complete (10.1M/s) |
150 | 2023-12-07T07:06:11.782Z | Download: 3282/3330 items 208.3/221.1MB 94% complete (12.8M/s) |
151 | 2023-12-07T07:06:16.900Z | Download: 3324/3330 items 220.4/221.1MB 99% complete (10.4M/s) |
152 | 2023-12-07T07:06:16.918Z | Download: Completed 221.11 MB in 25.52 seconds (8.7M/s) |
153 | 2023-12-07T07:06:18.956Z | Actions: 1/3766 actions (Removing old actions) |
154 | 2023-12-07T07:06:18.956Z | Actions: 5/3766 actions (Installing new actions) |
155 | 2023-12-07T07:06:23.980Z | Actions: 2555/3766 actions (Installing new actions) |
156 | 2023-12-07T07:06:27.165Z | Actions: 3729/3766 actions (Updating modified actions) |
157 | 2023-12-07T07:06:27.818Z | Actions: Completed 3766 actions in 8.89 seconds. |
158 | 2023-12-07T07:06:28.008Z | Done (0.182s) |
159 | 2023-12-07T07:06:28.015Z | Done (0.000s) |
160 | 2023-12-07T07:06:28.296Z | Done (0.261s) |
161 | 2023-12-07T07:06:35.739Z | Done (7.349s) |
162 | 2023-12-07T07:06:36.071Z | Done (0.219s) |
163 | 2023-12-07T07:06:36.080Z | Done (0.000s) |
164 | 2023-12-07T07:06:36.280Z | Done (0.000s) |
165 | 2023-12-07T07:06:36.990Z | Planning: Evaluating mediator changes ... Done |
166 | 2023-12-07T07:06:37.275Z | Planning: Checking for conflicting actions ... Done |
167 | 2023-12-07T07:06:37.279Z | Planning: Consolidating action changes ... Done |
168 | 2023-12-07T07:06:37.716Z | Planning: Evaluating mediators ... Done |
169 | 2023-12-07T07:06:37.725Z | Planning: Planning completed in 0.72 seconds |
170 | 2023-12-07T07:06:37.779Z | Mediators to change: 2 |
171 | 2023-12-07T07:06:37.780Z | Create boot environment: No |
172 | 2023-12-07T07:06:37.793Z | Create backup boot environment: No |
173 | 2023-12-07T07:06:37.872Z | Done |
174 | 2023-12-07T07:06:37.873Z | Done |
175 | 2023-12-07T07:06:38.047Z | Done |
176 | 2023-12-07T07:06:43.841Z | Done |
177 | 2023-12-07T07:06:43.957Z | Done |
178 | 2023-12-07T07:06:43.961Z | Done |
179 | 2023-12-07T07:06:44.068Z | Done |
180 | 2023-12-07T07:06:45.096Z | Planning: Evaluating mediator changes ... Done |
181 | 2023-12-07T07:06:45.106Z | Planning: Merging actions ... Done |
182 | 2023-12-07T07:06:45.412Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-12-07T07:06:45.416Z | Planning: Consolidating action changes ... Done |
184 | 2023-12-07T07:06:45.846Z | Planning: Evaluating mediators ... Done |
185 | 2023-12-07T07:06:45.939Z | Planning: Planning completed in 1.30 seconds |
186 | 2023-12-07T07:06:46.013Z | Packages to change: 1 |
187 | 2023-12-07T07:06:46.013Z | Mediators to change: 1 |
188 | 2023-12-07T07:06:46.013Z | Services to change: 1 |
189 | 2023-12-07T07:06:46.026Z | Create boot environment: No |
190 | 2023-12-07T07:06:46.026Z | Create backup boot environment: Yes |
191 | 2023-12-07T07:06:48.118Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2023-12-07T07:06:48.124Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2023-12-07T07:06:48.124Z | Done |
194 | 2023-12-07T07:06:48.124Z | Done |
195 | 2023-12-07T07:06:48.588Z | Done |
196 | 2023-12-07T07:06:53.862Z | Done |
197 | 2023-12-07T07:06:53.979Z | Done |
198 | 2023-12-07T07:06:53.983Z | Done |
199 | 2023-12-07T07:06:54.089Z | Done |
200 | 2023-12-07T07:06:54.772Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2023-12-07T07:06:54.772Z | clang system 15 system |
202 | 2023-12-07T07:06:54.772Z | csh system system illumos |
203 | 2023-12-07T07:06:54.772Z | ctags system system illumos |
204 | 2023-12-07T07:06:54.772Z | gcc vendor 12 vendor |
205 | 2023-12-07T07:06:54.772Z | gcc system 10 system |
206 | 2023-12-07T07:06:54.772Z | gcc system 7 system |
207 | 2023-12-07T07:06:54.772Z | go system 1.20 system |
208 | 2023-12-07T07:06:54.772Z | go system 1.19 system |
209 | 2023-12-07T07:06:54.772Z | llvm system 15 system |
210 | 2023-12-07T07:06:54.772Z | llvm system 14 system |
211 | 2023-12-07T07:06:54.772Z | mariadb system 10.6 system |
212 | 2023-12-07T07:06:54.772Z | mta vendor vendor dma |
213 | 2023-12-07T07:06:54.772Z | openjdk system 17 system |
214 | 2023-12-07T07:06:54.773Z | openjdk system 11 system |
215 | 2023-12-07T07:06:54.773Z | openjdk system 1.8 system |
216 | 2023-12-07T07:06:54.773Z | openssl vendor 3 vendor |
217 | 2023-12-07T07:06:54.773Z | perl system 5.36 system |
218 | 2023-12-07T07:06:54.774Z | postgresql system 15 system |
219 | 2023-12-07T07:06:54.774Z | postgresql system 13 system |
220 | 2023-12-07T07:06:54.774Z | python vendor 3 vendor |
221 | 2023-12-07T07:06:54.774Z | python system 2 system |
222 | 2023-12-07T07:06:54.774Z | python3 system 3.11 system |
223 | 2023-12-07T07:06:54.774Z | ruby system 3.0 system |
224 | 2023-12-07T07:06:54.774Z | words vendor vendor american-english |
225 | 2023-12-07T07:06:54.774Z | words system system australian-english |
226 | 2023-12-07T07:06:54.774Z | words system system british-english |
227 | 2023-12-07T07:06:54.774Z | words system system canadian-english |
228 | 2023-12-07T07:06:54.774Z | words system system french |
229 | 2023-12-07T07:06:54.774Z | words system system italian |
230 | 2023-12-07T07:06:54.774Z | words system system ngerman |
231 | 2023-12-07T07:06:54.774Z | words system system ogerman |
232 | 2023-12-07T07:06:54.775Z | words system system spanish |
233 | 2023-12-07T07:06:55.303Z | FMRI IFO |
234 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
238 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
240 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
241 | 2023-12-07T07:06:55.303Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
242 | 2023-12-07T07:06:55.374Z | + set -o errexit |
243 | 2023-12-07T07:06:55.378Z | +++ dirname ./tools/ci_download_cockroachdb |
244 | 2023-12-07T07:06:55.383Z | ++ cd ./tools |
245 | 2023-12-07T07:06:55.383Z | ++ pwd |
246 | 2023-12-07T07:06:55.384Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
247 | 2023-12-07T07:06:55.384Z | ++ basename ./tools/ci_download_cockroachdb |
248 | 2023-12-07T07:06:55.384Z | + ARG0=ci_download_cockroachdb |
249 | 2023-12-07T07:06:55.388Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
250 | 2023-12-07T07:06:55.388Z | + CIDL_VERSION=v22.1.9 |
251 | 2023-12-07T07:06:55.388Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
252 | 2023-12-07T07:06:55.388Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
253 | 2023-12-07T07:06:55.388Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
254 | 2023-12-07T07:06:55.388Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
255 | 2023-12-07T07:06:55.389Z | + TARGET_DIR=out |
256 | 2023-12-07T07:06:55.389Z | + DOWNLOAD_DIR=out/downloads |
257 | 2023-12-07T07:06:55.389Z | + DEST_DIR=./out/cockroachdb |
258 | 2023-12-07T07:06:55.389Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
259 | 2023-12-07T07:06:55.389Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
260 | 2023-12-07T07:06:55.389Z | + main |
261 | 2023-12-07T07:06:55.389Z | + [[ 0 != 0 ]] |
262 | 2023-12-07T07:06:55.389Z | + CIDL_OS=solaris2.11 |
263 | 2023-12-07T07:06:55.389Z | + [[ 0 != 0 ]] |
264 | 2023-12-07T07:06:55.389Z | + configure_os solaris2.11 |
265 | 2023-12-07T07:06:55.389Z | + echo 'current directory: /work/oxidecomputer/omicron' |
266 | 2023-12-07T07:06:55.389Z | current directory: /work/oxidecomputer/omicron |
267 | 2023-12-07T07:06:55.389Z | + echo 'configuring based on OS: "solaris2.11"' |
268 | 2023-12-07T07:06:55.389Z | + case "$1" in |
269 | 2023-12-07T07:06:55.389Z | configuring based on OS: "solaris2.11" |
270 | 2023-12-07T07:06:55.389Z | + CIDL_BUILD=illumos |
271 | 2023-12-07T07:06:55.389Z | + CIDL_SUFFIX=tar.gz |
272 | 2023-12-07T07:06:55.390Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-12-07T07:06:55.390Z | + CIDL_MD5FUNC=do_md5sum |
274 | 2023-12-07T07:06:55.390Z | + CIDL_URL_BASE=https://illumos.org/downloads |
275 | 2023-12-07T07:06:55.390Z | + CIDL_ASSEMBLE=do_assemble_illumos |
276 | 2023-12-07T07:06:55.390Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
277 | 2023-12-07T07:06:55.390Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-12-07T07:06:55.390Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2023-12-07T07:06:55.390Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-12-07T07:06:55.390Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
281 | 2023-12-07T07:06:55.390Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-12-07T07:06:55.390Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
283 | 2023-12-07T07:06:55.390Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
284 | 2023-12-07T07:06:55.390Z | + mkdir -p out/downloads |
285 | 2023-12-07T07:06:55.390Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
286 | 2023-12-07T07:06:55.394Z | + mkdir -p ./out/cockroachdb |
287 | 2023-12-07T07:06:55.394Z | + local DO_DOWNLOAD=true |
288 | 2023-12-07T07:06:55.394Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
289 | 2023-12-07T07:06:55.394Z | + '[' true == true ']' |
290 | 2023-12-07T07:06:55.395Z | + echo Downloading... |
291 | 2023-12-07T07:06:55.395Z | Downloading... |
292 | 2023-12-07T07:06:55.395Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-12-07T07:06:55.395Z | + 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 |
294 | 2023-12-07T07:06:58.347Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-12-07T07:06:58.351Z | ++ md5sum |
296 | 2023-12-07T07:06:58.351Z | ++ awk '{print $1}' |
297 | 2023-12-07T07:06:58.530Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-07T07:06:58.530Z | + [[ 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 ]] |
299 | 2023-12-07T07:06:58.530Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-07T07:06:58.534Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
301 | 2023-12-07T07:07:02.125Z | + do_assemble_illumos |
302 | 2023-12-07T07:07:02.125Z | + rm -r ./out/cockroachdb |
303 | 2023-12-07T07:07:02.130Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
304 | 2023-12-07T07:07:02.862Z | + ./out/cockroachdb/bin/cockroach version |
305 | 2023-12-07T07:07:03.141Z | Build Tag: v22.1.9-dirty |
306 | 2023-12-07T07:07:03.141Z | Build Time: 2022/10/26 21:17:46 |
307 | 2023-12-07T07:07:03.142Z | Distribution: OSS |
308 | 2023-12-07T07:07:03.142Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
309 | 2023-12-07T07:07:03.142Z | Go Version: go1.17.13 |
310 | 2023-12-07T07:07:03.142Z | C Compiler: gcc 10.3.0 |
311 | 2023-12-07T07:07:03.142Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
312 | 2023-12-07T07:07:03.142Z | Build Type: release |
313 | 2023-12-07T07:07:03.164Z | + set -o errexit |
314 | 2023-12-07T07:07:03.192Z | +++ dirname ./tools/ci_download_clickhouse |
315 | 2023-12-07T07:07:03.194Z | ++ cd ./tools |
316 | 2023-12-07T07:07:03.194Z | ++ pwd |
317 | 2023-12-07T07:07:03.194Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
318 | 2023-12-07T07:07:03.195Z | ++ basename ./tools/ci_download_clickhouse |
319 | 2023-12-07T07:07:03.195Z | + ARG0=ci_download_clickhouse |
320 | 2023-12-07T07:07:03.195Z | + TARGET_DIR=out |
321 | 2023-12-07T07:07:03.195Z | + DOWNLOAD_DIR=out/downloads |
322 | 2023-12-07T07:07:03.195Z | + DEST_DIR=./out/clickhouse |
323 | 2023-12-07T07:07:03.195Z | + CIDL_VERSION=v22.8.9.24 |
324 | 2023-12-07T07:07:03.195Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2023-12-07T07:07:03.196Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
326 | 2023-12-07T07:07:03.196Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
327 | 2023-12-07T07:07:03.196Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
328 | 2023-12-07T07:07:03.196Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2023-12-07T07:07:03.196Z | + main |
330 | 2023-12-07T07:07:03.196Z | + [[ 0 != 0 ]] |
331 | 2023-12-07T07:07:03.197Z | + CIDL_OS=solaris2.11 |
332 | 2023-12-07T07:07:03.197Z | + [[ 0 != 0 ]] |
333 | 2023-12-07T07:07:03.197Z | + configure_os solaris2.11 |
334 | 2023-12-07T07:07:03.197Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2023-12-07T07:07:03.197Z | current directory: /work/oxidecomputer/omicron |
336 | 2023-12-07T07:07:03.197Z | configuring based on OS: "solaris2.11" |
337 | 2023-12-07T07:07:03.198Z | + echo 'configuring based on OS: "solaris2.11"' |
338 | 2023-12-07T07:07:03.198Z | + CIDL_DASHREV= |
339 | 2023-12-07T07:07:03.198Z | + case "$1" in |
340 | 2023-12-07T07:07:03.198Z | + CIDL_PLATFORM=illumos |
341 | 2023-12-07T07:07:03.198Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-12-07T07:07:03.198Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2023-12-07T07:07:03.199Z | + CIDL_DASHREV=-1 |
344 | 2023-12-07T07:07:03.199Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
345 | 2023-12-07T07:07:03.199Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2023-12-07T07:07:03.199Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-12-07T07:07:03.199Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2023-12-07T07:07:03.199Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
349 | 2023-12-07T07:07:03.200Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-12-07T07:07:03.200Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-12-07T07:07:03.200Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-12-07T07:07:03.200Z | + mkdir -p out/downloads |
353 | 2023-12-07T07:07:03.201Z | + mkdir -p ./out/clickhouse |
354 | 2023-12-07T07:07:03.201Z | + local DO_DOWNLOAD=true |
355 | 2023-12-07T07:07:03.201Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
356 | 2023-12-07T07:07:03.201Z | + '[' true == true ']' |
357 | 2023-12-07T07:07:03.201Z | + echo Downloading... |
358 | 2023-12-07T07:07:03.201Z | Downloading... |
359 | 2023-12-07T07:07:03.201Z | + 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 |
360 | 2023-12-07T07:07:03.202Z | + 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 |
361 | 2023-12-07T07:07:04.560Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-12-07T07:07:04.579Z | ++ md5sum |
363 | 2023-12-07T07:07:04.579Z | ++ awk '{print $1}' |
364 | 2023-12-07T07:07:04.797Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
365 | 2023-12-07T07:07:04.798Z | + [[ 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 ]] |
366 | 2023-12-07T07:07:04.815Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
367 | 2023-12-07T07:07:04.816Z | + mkdir -p ./out/clickhouse |
368 | 2023-12-07T07:07:04.816Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
369 | 2023-12-07T07:07:09.888Z | + ./out/clickhouse/clickhouse server --version |
370 | 2023-12-07T07:07:09.937Z | ClickHouse server version 22.8.9.1. |
371 | 2023-12-07T07:07:09.960Z | + set -o errexit |
372 | 2023-12-07T07:07:09.964Z | +++ dirname ./tools/ci_download_console |
373 | 2023-12-07T07:07:09.969Z | ++ cd ./tools |
374 | 2023-12-07T07:07:09.969Z | ++ pwd |
375 | 2023-12-07T07:07:09.969Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2023-12-07T07:07:09.969Z | ++ basename ./tools/ci_download_console |
377 | 2023-12-07T07:07:09.969Z | + ARG0=ci_download_console |
378 | 2023-12-07T07:07:09.969Z | + TARGET_DIR=out |
379 | 2023-12-07T07:07:09.969Z | + DOWNLOAD_DIR=out/downloads |
380 | 2023-12-07T07:07:09.969Z | + DEST_DIR=./out/console-assets |
381 | 2023-12-07T07:07:09.969Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2023-12-07T07:07:09.969Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
383 | 2023-12-07T07:07:09.969Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
384 | 2023-12-07T07:07:09.969Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-12-07T07:07:09.969Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2023-12-07T07:07:09.975Z | + main |
387 | 2023-12-07T07:07:09.975Z | + [[ 0 != 0 ]] |
388 | 2023-12-07T07:07:09.975Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
389 | 2023-12-07T07:07:09.975Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
390 | 2023-12-07T07:07:09.975Z | + echo 'Local file: out/downloads/console.tar.gz' |
391 | 2023-12-07T07:07:09.978Z | Local file: out/downloads/console.tar.gz |
392 | 2023-12-07T07:07:09.978Z | + local DO_DOWNLOAD=true |
393 | 2023-12-07T07:07:09.978Z | + [[ -f out/downloads/console.tar.gz ]] |
394 | 2023-12-07T07:07:09.978Z | + mkdir -p out/downloads |
395 | 2023-12-07T07:07:09.979Z | + '[' true == true ']' |
396 | 2023-12-07T07:07:09.979Z | + echo Downloading... |
397 | 2023-12-07T07:07:09.979Z | Downloading... |
398 | 2023-12-07T07:07:09.979Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
399 | 2023-12-07T07:07:09.979Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
400 | 2023-12-07T07:07:10.620Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2023-12-07T07:07:10.642Z | ++ case "$OSTYPE" in |
402 | 2023-12-07T07:07:10.643Z | ++ SHA=sha256sum |
403 | 2023-12-07T07:07:10.643Z | ++ sha256sum |
404 | 2023-12-07T07:07:10.644Z | ++ awk '{print $1}' |
405 | 2023-12-07T07:07:10.644Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
406 | 2023-12-07T07:07:10.644Z | + [[ 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 ]] |
407 | 2023-12-07T07:07:10.645Z | + rm -rf ./out/console-assets |
408 | 2023-12-07T07:07:10.645Z | + mkdir -p ./out/console-assets |
409 | 2023-12-07T07:07:10.645Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2023-12-07T07:07:10.645Z | + mkdir -p ./out/console-assets |
411 | 2023-12-07T07:07:10.668Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2023-12-07T07:07:10.777Z | + set -o errexit |
413 | 2023-12-07T07:07:10.782Z | +++ dirname ./tools/ci_download_maghemite_openapi |
414 | 2023-12-07T07:07:10.782Z | ++ cd ./tools |
415 | 2023-12-07T07:07:10.782Z | ++ pwd |
416 | 2023-12-07T07:07:10.782Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2023-12-07T07:07:10.786Z | ++ basename ./tools/ci_download_maghemite_openapi |
418 | 2023-12-07T07:07:10.786Z | + ARG0=ci_download_maghemite_openapi |
419 | 2023-12-07T07:07:10.786Z | + TARGET_DIR=out |
420 | 2023-12-07T07:07:10.786Z | + DOWNLOAD_DIR=out/downloads |
421 | 2023-12-07T07:07:10.786Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
422 | 2023-12-07T07:07:10.786Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
423 | 2023-12-07T07:07:10.786Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
424 | 2023-12-07T07:07:10.786Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
425 | 2023-12-07T07:07:10.787Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
426 | 2023-12-07T07:07:10.787Z | + main |
427 | 2023-12-07T07:07:10.787Z | + [[ 0 != 0 ]] |
428 | 2023-12-07T07:07:10.787Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
429 | 2023-12-07T07:07:10.787Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
430 | 2023-12-07T07:07:10.787Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
431 | 2023-12-07T07:07:10.787Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
432 | 2023-12-07T07:07:10.787Z | + local DO_DOWNLOAD=true |
433 | 2023-12-07T07:07:10.787Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
434 | 2023-12-07T07:07:10.787Z | + mkdir -p out/downloads |
435 | 2023-12-07T07:07:10.791Z | + '[' true == true ']' |
436 | 2023-12-07T07:07:10.791Z | + echo Downloading... |
437 | 2023-12-07T07:07:10.791Z | Downloading... |
438 | 2023-12-07T07:07:10.791Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
439 | 2023-12-07T07:07:10.791Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
440 | 2023-12-07T07:07:11.056Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
441 | 2023-12-07T07:07:11.056Z | ++ case "$OSTYPE" in |
442 | 2023-12-07T07:07:11.061Z | ++ SHA=sha256sum |
443 | 2023-12-07T07:07:11.061Z | ++ sha256sum |
444 | 2023-12-07T07:07:11.061Z | ++ awk '{print $1}' |
445 | 2023-12-07T07:07:11.067Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
446 | 2023-12-07T07:07:11.067Z | + [[ 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 ]] |
447 | 2023-12-07T07:07:11.067Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
448 | 2023-12-07T07:07:11.067Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
449 | 2023-12-07T07:07:11.067Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
450 | 2023-12-07T07:07:11.067Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
451 | 2023-12-07T07:07:11.073Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-07T07:07:11.073Z | + main |
453 | 2023-12-07T07:07:11.073Z | + [[ 0 != 0 ]] |
454 | 2023-12-07T07:07:11.073Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
455 | 2023-12-07T07:07:11.073Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
456 | 2023-12-07T07:07:11.073Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
457 | 2023-12-07T07:07:11.073Z | + local DO_DOWNLOAD=true |
458 | 2023-12-07T07:07:11.073Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-07T07:07:11.074Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
460 | 2023-12-07T07:07:11.074Z | + mkdir -p out/downloads |
461 | 2023-12-07T07:07:11.074Z | + '[' true == true ']' |
462 | 2023-12-07T07:07:11.074Z | + echo Downloading... |
463 | 2023-12-07T07:07:11.074Z | Downloading... |
464 | 2023-12-07T07:07:11.075Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-07T07:07:11.089Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
466 | 2023-12-07T07:07:11.748Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
467 | 2023-12-07T07:07:11.761Z | ++ case "$OSTYPE" in |
468 | 2023-12-07T07:07:11.761Z | ++ SHA=sha256sum |
469 | 2023-12-07T07:07:11.761Z | ++ sha256sum |
470 | 2023-12-07T07:07:11.761Z | ++ awk '{print $1}' |
471 | 2023-12-07T07:07:11.762Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
472 | 2023-12-07T07:07:11.762Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
473 | 2023-12-07T07:07:11.793Z | + set -o errexit |
474 | 2023-12-07T07:07:11.793Z | +++ dirname ./tools/ci_download_dendrite_openapi |
475 | 2023-12-07T07:07:11.793Z | ++ cd ./tools |
476 | 2023-12-07T07:07:11.793Z | ++ pwd |
477 | 2023-12-07T07:07:11.793Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
478 | 2023-12-07T07:07:11.794Z | ++ basename ./tools/ci_download_dendrite_openapi |
479 | 2023-12-07T07:07:11.794Z | + ARG0=ci_download_dendrite_openapi |
480 | 2023-12-07T07:07:11.794Z | + TARGET_DIR=out |
481 | 2023-12-07T07:07:11.794Z | + DOWNLOAD_DIR=out/downloads |
482 | 2023-12-07T07:07:11.794Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
483 | 2023-12-07T07:07:11.794Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
484 | 2023-12-07T07:07:11.794Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
485 | 2023-12-07T07:07:11.794Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
486 | 2023-12-07T07:07:11.794Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
487 | 2023-12-07T07:07:11.794Z | + main |
488 | 2023-12-07T07:07:11.795Z | + [[ 0 != 0 ]] |
489 | 2023-12-07T07:07:11.795Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
490 | 2023-12-07T07:07:11.795Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
491 | 2023-12-07T07:07:11.795Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
492 | 2023-12-07T07:07:11.795Z | + local DO_DOWNLOAD=true |
493 | 2023-12-07T07:07:11.795Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
494 | 2023-12-07T07:07:11.795Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
495 | 2023-12-07T07:07:11.795Z | + mkdir -p out/downloads |
496 | 2023-12-07T07:07:11.795Z | + '[' true == true ']' |
497 | 2023-12-07T07:07:11.796Z | + echo Downloading... |
498 | 2023-12-07T07:07:11.796Z | Downloading... |
499 | 2023-12-07T07:07:11.798Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
500 | 2023-12-07T07:07:11.798Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
501 | 2023-12-07T07:07:11.990Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
502 | 2023-12-07T07:07:11.990Z | ++ case "$OSTYPE" in |
503 | 2023-12-07T07:07:11.995Z | ++ SHA=sha256sum |
504 | 2023-12-07T07:07:11.995Z | ++ sha256sum |
505 | 2023-12-07T07:07:11.995Z | ++ awk '{print $1}' |
506 | 2023-12-07T07:07:11.995Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
507 | 2023-12-07T07:07:11.995Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
508 | 2023-12-07T07:07:12.010Z | + set -o errexit |
509 | 2023-12-07T07:07:12.016Z | +++ dirname ./tools/ci_download_dendrite_stub |
510 | 2023-12-07T07:07:12.016Z | ++ cd ./tools |
511 | 2023-12-07T07:07:12.016Z | ++ pwd |
512 | 2023-12-07T07:07:12.016Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
513 | 2023-12-07T07:07:12.016Z | ++ basename ./tools/ci_download_dendrite_stub |
514 | 2023-12-07T07:07:12.016Z | + ARG0=ci_download_dendrite_stub |
515 | 2023-12-07T07:07:12.016Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
516 | 2023-12-07T07:07:12.016Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
517 | 2023-12-07T07:07:12.016Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
518 | 2023-12-07T07:07:12.016Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
519 | 2023-12-07T07:07:12.016Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
520 | 2023-12-07T07:07:12.016Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
521 | 2023-12-07T07:07:12.016Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
522 | 2023-12-07T07:07:12.016Z | + TARGET_DIR=out |
523 | 2023-12-07T07:07:12.016Z | + DOWNLOAD_DIR=out/downloads |
524 | 2023-12-07T07:07:12.016Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-12-07T07:07:12.016Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-12-07T07:07:12.017Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-12-07T07:07:12.017Z | + REPO=oxidecomputer/dendrite |
528 | 2023-12-07T07:07:12.017Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
529 | 2023-12-07T07:07:12.017Z | + main |
530 | 2023-12-07T07:07:12.017Z | + [[ 0 != 0 ]] |
531 | 2023-12-07T07:07:12.017Z | + CIDL_OS=solaris2.11 |
532 | 2023-12-07T07:07:12.018Z | + [[ 0 != 0 ]] |
533 | 2023-12-07T07:07:12.018Z | + configure_os solaris2.11 |
534 | 2023-12-07T07:07:12.018Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-12-07T07:07:12.018Z | current directory: /work/oxidecomputer/omicron |
536 | 2023-12-07T07:07:12.018Z | + echo 'configuring based on OS: "solaris2.11"' |
537 | 2023-12-07T07:07:12.018Z | + case "$1" in |
538 | 2023-12-07T07:07:12.018Z | configuring based on OS: "solaris2.11" |
539 | 2023-12-07T07:07:12.018Z | + SET_BINARIES= |
540 | 2023-12-07T07:07:12.018Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
541 | 2023-12-07T07:07:12.018Z | + CIDL_SHA256FUNC=do_sha256sum |
542 | 2023-12-07T07:07:12.018Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
543 | 2023-12-07T07:07:12.018Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
544 | 2023-12-07T07:07:12.018Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
545 | 2023-12-07T07:07:12.018Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
546 | 2023-12-07T07:07:12.018Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
547 | 2023-12-07T07:07:12.018Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
548 | 2023-12-07T07:07:12.019Z | + mkdir -p out/downloads |
549 | 2023-12-07T07:07:12.019Z | Local file: out/downloads/dendrite-stub.tar.gz |
550 | 2023-12-07T07:07:12.019Z | + mkdir -p ./out/dendrite-stub |
551 | 2023-12-07T07:07:12.023Z | + fetch_and_verify |
552 | 2023-12-07T07:07:12.023Z | + local DO_DOWNLOAD=true |
553 | 2023-12-07T07:07:12.023Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
554 | 2023-12-07T07:07:12.023Z | + '[' true == true ']' |
555 | 2023-12-07T07:07:12.023Z | + echo Downloading... |
556 | 2023-12-07T07:07:12.025Z | Downloading... |
557 | 2023-12-07T07:07:12.026Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
558 | 2023-12-07T07:07:12.026Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
559 | 2023-12-07T07:07:20.141Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
560 | 2023-12-07T07:07:20.152Z | ++ sha256sum |
561 | 2023-12-07T07:07:20.152Z | ++ awk '{print $1}' |
562 | 2023-12-07T07:07:20.263Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
563 | 2023-12-07T07:07:20.263Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
564 | 2023-12-07T07:07:20.263Z | + do_untar out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-07T07:07:20.263Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
566 | 2023-12-07T07:07:30.470Z | + do_assemble |
567 | 2023-12-07T07:07:30.470Z | + rm -r ./out/dendrite-stub |
568 | 2023-12-07T07:07:30.863Z | + mkdir ./out/dendrite-stub |
569 | 2023-12-07T07:07:30.863Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
570 | 2023-12-07T07:07:30.863Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
571 | 2023-12-07T07:07:30.863Z | + set -o errexit |
572 | 2023-12-07T07:07:30.863Z | +++ dirname ./tools/ci_download_maghemite_mgd |
573 | 2023-12-07T07:07:30.863Z | ++ cd ./tools |
574 | 2023-12-07T07:07:30.864Z | ++ pwd |
575 | 2023-12-07T07:07:30.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2023-12-07T07:07:30.864Z | ++ basename ./tools/ci_download_maghemite_mgd |
577 | 2023-12-07T07:07:30.864Z | + ARG0=ci_download_maghemite_mgd |
578 | 2023-12-07T07:07:30.864Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
579 | 2023-12-07T07:07:30.864Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
580 | 2023-12-07T07:07:30.864Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
581 | 2023-12-07T07:07:30.864Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
582 | 2023-12-07T07:07:30.864Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
583 | 2023-12-07T07:07:30.865Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
584 | 2023-12-07T07:07:30.865Z | + TARGET_DIR=out |
585 | 2023-12-07T07:07:30.865Z | + DOWNLOAD_DIR=out/downloads |
586 | 2023-12-07T07:07:30.865Z | + DEST_DIR=./out/mgd |
587 | 2023-12-07T07:07:30.865Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
588 | 2023-12-07T07:07:30.865Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
589 | 2023-12-07T07:07:30.865Z | + REPO=oxidecomputer/maghemite |
590 | 2023-12-07T07:07:30.865Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
591 | 2023-12-07T07:07:30.865Z | + main |
592 | 2023-12-07T07:07:30.865Z | + [[ 0 != 0 ]] |
593 | 2023-12-07T07:07:30.866Z | + CIDL_OS=solaris2.11 |
594 | 2023-12-07T07:07:30.866Z | + [[ 0 != 0 ]] |
595 | 2023-12-07T07:07:30.866Z | + configure_os solaris2.11 |
596 | 2023-12-07T07:07:30.866Z | + echo 'current directory: /work/oxidecomputer/omicron' |
597 | 2023-12-07T07:07:30.866Z | current directory: /work/oxidecomputer/omicron |
598 | 2023-12-07T07:07:30.866Z | + echo 'configuring based on OS: "solaris2.11"' |
599 | 2023-12-07T07:07:30.866Z | + case "$1" in |
600 | 2023-12-07T07:07:30.866Z | + SET_BINARIES= |
601 | 2023-12-07T07:07:30.866Z | configuring based on OS: "solaris2.11" |
602 | 2023-12-07T07:07:30.866Z | + CIDL_SHA256FUNC=do_sha256sum |
603 | 2023-12-07T07:07:30.867Z | + TARBALL_FILENAME=mgd.tar.gz |
604 | 2023-12-07T07:07:30.867Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
605 | 2023-12-07T07:07:30.867Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
606 | 2023-12-07T07:07:30.867Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
607 | 2023-12-07T07:07:30.867Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
608 | 2023-12-07T07:07:30.867Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
609 | 2023-12-07T07:07:30.867Z | + mkdir -p out/downloads |
610 | 2023-12-07T07:07:30.867Z | Local file: out/downloads/mgd.tar.gz |
611 | 2023-12-07T07:07:30.867Z | + mkdir -p ./out/mgd |
612 | 2023-12-07T07:07:30.867Z | + fetch_and_verify |
613 | 2023-12-07T07:07:30.868Z | + local DO_DOWNLOAD=true |
614 | 2023-12-07T07:07:30.868Z | + [[ -f out/downloads/mgd.tar.gz ]] |
615 | 2023-12-07T07:07:30.868Z | + '[' true == true ']' |
616 | 2023-12-07T07:07:30.868Z | + echo Downloading... |
617 | 2023-12-07T07:07:30.869Z | Downloading... |
618 | 2023-12-07T07:07:30.869Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
619 | 2023-12-07T07:07:30.870Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
620 | 2023-12-07T07:07:39.683Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
621 | 2023-12-07T07:07:39.695Z | ++ sha256sum |
622 | 2023-12-07T07:07:39.695Z | ++ awk '{print $1}' |
623 | 2023-12-07T07:07:39.761Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
624 | 2023-12-07T07:07:39.761Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
625 | 2023-12-07T07:07:39.771Z | + do_untar out/downloads/mgd.tar.gz |
626 | 2023-12-07T07:07:39.772Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
627 | 2023-12-07T07:07:40.451Z | + do_assemble |
628 | 2023-12-07T07:07:40.451Z | + rm -r ./out/mgd |
629 | 2023-12-07T07:07:40.463Z | + mkdir ./out/mgd |
630 | 2023-12-07T07:07:40.463Z | + cp -r out/downloads/root ./out/mgd/root |
631 | 2023-12-07T07:07:40.672Z | + set -o errexit |
632 | 2023-12-07T07:07:41.108Z | +++ dirname ./tools/ci_download_transceiver_control |
633 | 2023-12-07T07:07:41.108Z | ++ cd ./tools |
634 | 2023-12-07T07:07:41.108Z | ++ pwd |
635 | 2023-12-07T07:07:41.108Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
636 | 2023-12-07T07:07:41.108Z | ++ basename ./tools/ci_download_transceiver_control |
637 | 2023-12-07T07:07:41.108Z | + ARG0=ci_download_transceiver_control |
638 | 2023-12-07T07:07:41.108Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
639 | 2023-12-07T07:07:41.108Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
640 | 2023-12-07T07:07:41.108Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
641 | 2023-12-07T07:07:41.108Z | + TARGET_DIR=out |
642 | 2023-12-07T07:07:41.109Z | + DOWNLOAD_DIR=out/downloads |
643 | 2023-12-07T07:07:41.109Z | + DEST_DIR=./out/transceiver-control |
644 | 2023-12-07T07:07:41.109Z | + BIN_DIR=/opt/oxide/bin |
645 | 2023-12-07T07:07:41.109Z | + BINARY=xcvradm |
646 | 2023-12-07T07:07:41.109Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
647 | 2023-12-07T07:07:41.109Z | + REPO=oxidecomputer/transceiver-control |
648 | 2023-12-07T07:07:41.109Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
649 | 2023-12-07T07:07:41.109Z | + main |
650 | 2023-12-07T07:07:41.109Z | + [[ 0 != 0 ]] |
651 | 2023-12-07T07:07:41.109Z | + CIDL_OS=solaris2.11 |
652 | 2023-12-07T07:07:41.109Z | + [[ 0 != 0 ]] |
653 | 2023-12-07T07:07:41.109Z | + configure_os solaris2.11 |
654 | 2023-12-07T07:07:41.110Z | + echo 'current directory: /work/oxidecomputer/omicron' |
655 | 2023-12-07T07:07:41.111Z | current directory: /work/oxidecomputer/omicron |
656 | 2023-12-07T07:07:41.111Z | + echo 'configuring based on OS: "solaris2.11"' |
657 | 2023-12-07T07:07:41.111Z | configuring based on OS: "solaris2.11" |
658 | 2023-12-07T07:07:41.111Z | + case "$1" in |
659 | 2023-12-07T07:07:41.111Z | + SET_BINARIES= |
660 | 2023-12-07T07:07:41.111Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-07T07:07:41.111Z | + CIDL_SHA256FUNC=do_sha256sum |
662 | 2023-12-07T07:07:41.111Z | + ARCHIVE_FILENAME=xcvradm.gz |
663 | 2023-12-07T07:07:41.111Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
664 | 2023-12-07T07:07:41.111Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
665 | 2023-12-07T07:07:41.111Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
666 | 2023-12-07T07:07:41.111Z | + echo 'Local file: out/downloads/xcvradm.gz' |
667 | 2023-12-07T07:07:41.111Z | + mkdir -p out/downloads |
668 | 2023-12-07T07:07:41.111Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
669 | 2023-12-07T07:07:41.111Z | Local file: out/downloads/xcvradm.gz |
670 | 2023-12-07T07:07:41.112Z | + mkdir -p ./out/transceiver-control |
671 | 2023-12-07T07:07:41.112Z | + fetch_and_verify |
672 | 2023-12-07T07:07:41.112Z | + local DO_DOWNLOAD=true |
673 | 2023-12-07T07:07:41.112Z | + [[ -f out/downloads/xcvradm.gz ]] |
674 | 2023-12-07T07:07:41.112Z | + '[' true == true ']' |
675 | 2023-12-07T07:07:41.112Z | + echo Downloading... |
676 | 2023-12-07T07:07:41.112Z | Downloading... |
677 | 2023-12-07T07:07:41.112Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
678 | 2023-12-07T07:07:41.113Z | + 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 |
679 | 2023-12-07T07:07:45.913Z | ++ do_sha256sum out/downloads/xcvradm.gz |
680 | 2023-12-07T07:07:45.917Z | ++ sha256sum |
681 | 2023-12-07T07:07:45.917Z | ++ awk '{print $1}' |
682 | 2023-12-07T07:07:45.938Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
683 | 2023-12-07T07:07:45.941Z | + [[ 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 ]] |
684 | 2023-12-07T07:07:45.942Z | + do_unpack out/downloads/xcvradm.gz |
685 | 2023-12-07T07:07:45.942Z | + mkdir -p out/downloads/root//opt/oxide/bin |
686 | 2023-12-07T07:07:45.942Z | + gzip -dc out/downloads/xcvradm.gz |
687 | 2023-12-07T07:07:46.120Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
688 | 2023-12-07T07:07:46.124Z | + do_assemble |
689 | 2023-12-07T07:07:46.124Z | + rm -r ./out/transceiver-control |
690 | 2023-12-07T07:07:46.124Z | + mkdir ./out/transceiver-control |
691 | 2023-12-07T07:07:46.124Z | + cp -r out/downloads/root ./out/transceiver-control/root |
692 | 2023-12-07T07:07:46.328Z | All prerequisites installed successfully |
693 | 2023-12-07T07:07:46.334Z | |
694 | 2023-12-07T07:07:46.334Z | real 2:20.157013697 |
695 | 2023-12-07T07:07:46.334Z | user 54.745756235 |
696 | 2023-12-07T07:07:46.334Z | sys 10.827476465 |
697 | 2023-12-07T07:07:46.334Z | trap 0.024185356 |
698 | 2023-12-07T07:07:46.334Z | tflt 0.226304188 |
699 | 2023-12-07T07:07:46.334Z | dflt 0.730144441 |
700 | 2023-12-07T07:07:46.334Z | kflt 0.175312656 |
701 | 2023-12-07T07:07:46.334Z | lock 2.281308414 |
702 | 2023-12-07T07:07:46.335Z | slp 4:33.443991844 |
703 | 2023-12-07T07:07:46.335Z | lat 4.370379975 |
704 | 2023-12-07T07:07:46.335Z | stop 0.079844434 |
705 | 2023-12-07T07:07:46.335Z | + banner end-to-end-tests |
706 | 2023-12-07T07:07:46.417Z | |
707 | 2023-12-07T07:07:46.417Z | ###### # # ##### ##### #### ###### # # ##### |
708 | 2023-12-07T07:07:46.417Z | # ## # # # # # # # ## # # # |
709 | 2023-12-07T07:07:46.417Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
710 | 2023-12-07T07:07:46.418Z | # # # # # # # # # # # # # # # |
711 | 2023-12-07T07:07:46.418Z | # # ## # # # # # # # ## # # |
712 | 2023-12-07T07:07:46.418Z | ###### # # ##### # #### ###### # # ##### |
713 | 2023-12-07T07:07:46.418Z | |
714 | 2023-12-07T07:07:46.424Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2023-12-07T07:07:46.424Z | + CARGO_PROFILE_DEV_DEBUG=1 |
716 | 2023-12-07T07:07:46.424Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2023-12-07T07:07:46.424Z | + CARGO_PROFILE_TEST_DEBUG=1 |
718 | 2023-12-07T07:07:46.425Z | + export CARGO_INCREMENTAL=0 |
719 | 2023-12-07T07:07:46.425Z | + CARGO_INCREMENTAL=0 |
720 | 2023-12-07T07:07:46.425Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
721 | 2023-12-07T07:07:46.756Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
722 | 2023-12-07T07:07:47.163Z | Updating crates.io index |
723 | 2023-12-07T07:07:47.169Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2023-12-07T07:07:48.219Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
725 | 2023-12-07T07:07:49.881Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
726 | 2023-12-07T07:07:50.547Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
727 | 2023-12-07T07:07:50.871Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
728 | 2023-12-07T07:07:51.195Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
729 | 2023-12-07T07:07:51.498Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
730 | 2023-12-07T07:07:52.417Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
731 | 2023-12-07T07:07:54.704Z | Updating git repository `https://github.com/oxidecomputer/opte` |
732 | 2023-12-07T07:07:55.780Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2023-12-07T07:07:56.180Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2023-12-07T07:07:56.752Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2023-12-07T07:07:57.122Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2023-12-07T07:07:57.502Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2023-12-07T07:07:57.932Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2023-12-07T07:07:58.234Z | Updating git repository `https://github.com/njaremko/samael` |
739 | 2023-12-07T07:07:58.700Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2023-12-07T07:07:59.379Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2023-12-07T07:07:59.795Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2023-12-07T07:08:00.127Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2023-12-07T07:08:01.402Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2023-12-07T07:08:01.840Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2023-12-07T07:08:02.865Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2023-12-07T07:08:03.269Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2023-12-07T07:08:03.581Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2023-12-07T07:08:05.152Z | Downloading crates ... |
749 | 2023-12-07T07:08:05.451Z | Downloaded cobs v0.2.3 |
750 | 2023-12-07T07:08:05.455Z | Downloaded aes-gcm v0.10.3 |
751 | 2023-12-07T07:08:05.478Z | Downloaded colored v2.0.4 |
752 | 2023-12-07T07:08:05.484Z | Downloaded parking_lot_core v0.8.6 |
753 | 2023-12-07T07:08:05.484Z | Downloaded async-trait v0.1.74 |
754 | 2023-12-07T07:08:05.493Z | Downloaded miniz_oxide v0.7.1 |
755 | 2023-12-07T07:08:05.501Z | Downloaded cipher v0.4.4 |
756 | 2023-12-07T07:08:05.508Z | Downloaded mime_guess v2.0.4 |
757 | 2023-12-07T07:08:05.517Z | Downloaded backtrace v0.3.69 |
758 | 2023-12-07T07:08:05.535Z | Downloaded base16ct v0.2.0 |
759 | 2023-12-07T07:08:05.540Z | Downloaded blake2 v0.10.6 |
760 | 2023-12-07T07:08:05.549Z | Downloaded num_enum v0.5.11 |
761 | 2023-12-07T07:08:05.563Z | Downloaded bytes v1.5.0 |
762 | 2023-12-07T07:08:05.577Z | Downloaded byteorder v1.5.0 |
763 | 2023-12-07T07:08:05.587Z | Downloaded bcrypt-pbkdf v0.10.0 |
764 | 2023-12-07T07:08:05.587Z | Downloaded phf_shared v0.11.2 |
765 | 2023-12-07T07:08:05.605Z | Downloaded postgres-protocol v0.6.6 |
766 | 2023-12-07T07:08:05.605Z | Downloaded ppv-lite86 v0.2.17 |
767 | 2023-12-07T07:08:05.605Z | Downloaded aes v0.8.3 |
768 | 2023-12-07T07:08:05.616Z | Downloaded parse-display-derive v0.8.2 |
769 | 2023-12-07T07:08:05.617Z | Downloaded anstyle-parse v0.2.1 |
770 | 2023-12-07T07:08:05.631Z | Downloaded ansi_term v0.12.1 |
771 | 2023-12-07T07:08:05.631Z | Downloaded camino-tempfile v1.1.1 |
772 | 2023-12-07T07:08:05.632Z | Downloaded arc-swap v1.6.0 |
773 | 2023-12-07T07:08:05.649Z | Downloaded password-hash v0.4.2 |
774 | 2023-12-07T07:08:05.649Z | Downloaded predicates v3.0.4 |
775 | 2023-12-07T07:08:05.660Z | Downloaded quick-error v1.2.3 |
776 | 2023-12-07T07:08:05.660Z | Downloaded deranged v0.3.8 |
777 | 2023-12-07T07:08:05.660Z | Downloaded primeorder v0.13.6 |
778 | 2023-12-07T07:08:05.668Z | Downloaded pest_meta v2.7.2 |
779 | 2023-12-07T07:08:05.669Z | Downloaded cc v1.0.83 |
780 | 2023-12-07T07:08:05.687Z | Downloaded bit-set v0.5.3 |
781 | 2023-12-07T07:08:05.687Z | Downloaded rand_core v0.5.1 |
782 | 2023-12-07T07:08:05.694Z | Downloaded anstyle-query v1.0.0 |
783 | 2023-12-07T07:08:05.694Z | Downloaded darling_core v0.20.3 |
784 | 2023-12-07T07:08:05.722Z | Downloaded ciborium-ll v0.2.1 |
785 | 2023-12-07T07:08:05.722Z | Downloaded chacha20poly1305 v0.10.1 |
786 | 2023-12-07T07:08:05.722Z | Downloaded openssl v0.10.60 |
787 | 2023-12-07T07:08:05.732Z | Downloaded tokio-native-tls v0.3.1 |
788 | 2023-12-07T07:08:05.732Z | Downloaded r2d2 v0.8.10 |
789 | 2023-12-07T07:08:05.732Z | Downloaded tokio-util v0.7.10 |
790 | 2023-12-07T07:08:05.745Z | Downloaded log v0.4.20 |
791 | 2023-12-07T07:08:05.753Z | Downloaded is-terminal v0.4.9 |
792 | 2023-12-07T07:08:05.753Z | Downloaded regex-automata v0.1.10 |
793 | 2023-12-07T07:08:05.766Z | Downloaded futures-channel v0.3.29 |
794 | 2023-12-07T07:08:05.773Z | Downloaded same-file v1.0.6 |
795 | 2023-12-07T07:08:05.775Z | Downloaded scheduled-thread-pool v0.2.7 |
796 | 2023-12-07T07:08:05.780Z | Downloaded itertools v0.10.5 |
797 | 2023-12-07T07:08:05.793Z | Downloaded tracing-core v0.1.31 |
798 | 2023-12-07T07:08:05.812Z | Downloaded httpdate v1.0.3 |
799 | 2023-12-07T07:08:05.812Z | Downloaded iana-time-zone v0.1.57 |
800 | 2023-12-07T07:08:05.812Z | Downloaded hyper-rustls v0.24.2 |
801 | 2023-12-07T07:08:05.823Z | Downloaded io-lifetimes v1.0.11 |
802 | 2023-12-07T07:08:05.824Z | Downloaded generic-array v0.14.7 |
803 | 2023-12-07T07:08:05.831Z | Downloaded headers v0.3.9 |
804 | 2023-12-07T07:08:05.852Z | Downloaded half v1.8.2 |
805 | 2023-12-07T07:08:05.865Z | Downloaded h2 v0.3.21 |
806 | 2023-12-07T07:08:05.865Z | Downloaded zip v0.6.6 |
807 | 2023-12-07T07:08:05.870Z | Downloaded tinyvec_macros v0.1.1 |
808 | 2023-12-07T07:08:05.870Z | Downloaded tower-service v0.3.2 |
809 | 2023-12-07T07:08:05.875Z | Downloaded semver-parser v0.10.2 |
810 | 2023-12-07T07:08:05.875Z | Downloaded either v1.9.0 |
811 | 2023-12-07T07:08:05.908Z | Downloaded semver v0.11.0 |
812 | 2023-12-07T07:08:05.913Z | Downloaded serde_repr v0.1.16 |
813 | 2023-12-07T07:08:05.913Z | Downloaded slab v0.4.9 |
814 | 2023-12-07T07:08:05.913Z | Downloaded serde_spanned v0.6.4 |
815 | 2023-12-07T07:08:05.913Z | Downloaded kstat-rs v0.2.3 |
816 | 2023-12-07T07:08:05.913Z | Downloaded serde_with v2.3.3 |
817 | 2023-12-07T07:08:05.913Z | Downloaded hex v0.4.3 |
818 | 2023-12-07T07:08:05.913Z | Downloaded headers-core v0.2.0 |
819 | 2023-12-07T07:08:05.923Z | Downloaded zerocopy v0.7.26 |
820 | 2023-12-07T07:08:05.943Z | Downloaded heapless v0.7.16 |
821 | 2023-12-07T07:08:05.952Z | Downloaded toml v0.5.11 |
822 | 2023-12-07T07:08:05.959Z | Downloaded embedded-io v0.4.0 |
823 | 2023-12-07T07:08:05.967Z | Downloaded endian-type v0.1.2 |
824 | 2023-12-07T07:08:05.967Z | Downloaded try-lock v0.2.4 |
825 | 2023-12-07T07:08:05.967Z | Downloaded snafu v0.7.5 |
826 | 2023-12-07T07:08:05.979Z | Downloaded slog-stdlog v4.1.1 |
827 | 2023-12-07T07:08:05.984Z | Downloaded slog-scope v4.4.0 |
828 | 2023-12-07T07:08:05.989Z | Downloaded idna v0.5.0 |
829 | 2023-12-07T07:08:06.000Z | Downloaded lazy_static v1.4.0 |
830 | 2023-12-07T07:08:06.005Z | Downloaded rustfmt-wrapper v0.2.0 |
831 | 2023-12-07T07:08:06.005Z | Downloaded rustc_version v0.4.0 |
832 | 2023-12-07T07:08:06.010Z | Downloaded rfc6979 v0.4.0 |
833 | 2023-12-07T07:08:06.010Z | Downloaded dyn-clone v1.0.13 |
834 | 2023-12-07T07:08:06.015Z | Downloaded signal-hook-registry v1.4.1 |
835 | 2023-12-07T07:08:06.027Z | Downloaded serde_tokenstream v0.2.0 |
836 | 2023-12-07T07:08:06.027Z | Downloaded strum v0.25.0 |
837 | 2023-12-07T07:08:06.031Z | Downloaded structopt-derive v0.4.18 |
838 | 2023-12-07T07:08:06.031Z | Downloaded lock_api v0.4.10 |
839 | 2023-12-07T07:08:06.035Z | Downloaded strum_macros v0.25.2 |
840 | 2023-12-07T07:08:06.039Z | Downloaded tokio-rustls v0.24.1 |
841 | 2023-12-07T07:08:06.045Z | Downloaded tempfile v3.8.1 |
842 | 2023-12-07T07:08:06.050Z | Downloaded tar v0.4.40 |
843 | 2023-12-07T07:08:06.055Z | Downloaded futures-macro v0.3.29 |
844 | 2023-12-07T07:08:06.062Z | Downloaded russh-keys v0.40.0 |
845 | 2023-12-07T07:08:06.067Z | Downloaded siphasher v0.3.11 |
846 | 2023-12-07T07:08:06.067Z | Downloaded slog-async v2.8.0 |
847 | 2023-12-07T07:08:06.073Z | Downloaded signature v2.1.0 |
848 | 2023-12-07T07:08:06.073Z | Downloaded slog-dtrace v0.2.3 |
849 | 2023-12-07T07:08:06.078Z | Downloaded unicase v2.7.0 |
850 | 2023-12-07T07:08:06.082Z | Downloaded synstructure v0.12.6 |
851 | 2023-12-07T07:08:06.082Z | Downloaded subtle v2.5.0 |
852 | 2023-12-07T07:08:06.086Z | Downloaded strsim v0.10.0 |
853 | 2023-12-07T07:08:06.092Z | Downloaded walkdir v2.4.0 |
854 | 2023-12-07T07:08:06.092Z | Downloaded structmeta v0.2.0 |
855 | 2023-12-07T07:08:06.093Z | Downloaded hashbrown v0.13.2 |
856 | 2023-12-07T07:08:06.102Z | Downloaded serde_json v1.0.108 |
857 | 2023-12-07T07:08:06.131Z | Downloaded terminal_size v0.2.6 |
858 | 2023-12-07T07:08:06.135Z | Downloaded slog-json v2.6.1 |
859 | 2023-12-07T07:08:06.135Z | Downloaded futures v0.3.29 |
860 | 2023-12-07T07:08:06.135Z | Downloaded http-range v0.1.5 |
861 | 2023-12-07T07:08:06.139Z | Downloaded usdt-impl v0.3.5 |
862 | 2023-12-07T07:08:06.140Z | Downloaded usdt-attr-macro v0.3.5 |
863 | 2023-12-07T07:08:06.144Z | Downloaded url v2.5.0 |
864 | 2023-12-07T07:08:06.149Z | Downloaded serde_urlencoded v0.7.1 |
865 | 2023-12-07T07:08:06.153Z | Downloaded smallvec v1.11.0 |
866 | 2023-12-07T07:08:06.157Z | Downloaded thiserror v1.0.49 |
867 | 2023-12-07T07:08:06.164Z | Downloaded textwrap v0.11.0 |
868 | 2023-12-07T07:08:06.170Z | Downloaded fixedbitset v0.4.2 |
869 | 2023-12-07T07:08:06.174Z | Downloaded filetime v0.2.23 |
870 | 2023-12-07T07:08:06.180Z | Downloaded webpki-roots v0.25.2 |
871 | 2023-12-07T07:08:06.186Z | Downloaded slog-term v2.9.0 |
872 | 2023-12-07T07:08:06.190Z | Downloaded stable_deref_trait v1.2.0 |
873 | 2023-12-07T07:08:06.190Z | Downloaded trust-dns-server v0.22.1 |
874 | 2023-12-07T07:08:06.202Z | Downloaded socket2 v0.4.9 |
875 | 2023-12-07T07:08:06.212Z | Downloaded hex-literal v0.4.1 |
876 | 2023-12-07T07:08:06.212Z | Downloaded utf8parse v0.2.1 |
877 | 2023-12-07T07:08:06.212Z | Downloaded thread-id v4.2.0 |
878 | 2023-12-07T07:08:06.216Z | Downloaded toml_edit v0.19.15 |
879 | 2023-12-07T07:08:06.245Z | Downloaded unicode-xid v0.2.4 |
880 | 2023-12-07T07:08:06.250Z | Downloaded unicode-segmentation v1.10.1 |
881 | 2023-12-07T07:08:06.265Z | Downloaded fallible-iterator v0.2.0 |
882 | 2023-12-07T07:08:06.284Z | Downloaded rustc-demangle v0.1.23 |
883 | 2023-12-07T07:08:06.285Z | Downloaded signal-hook v0.3.17 |
884 | 2023-12-07T07:08:06.285Z | Downloaded sha3 v0.10.8 |
885 | 2023-12-07T07:08:06.290Z | Downloaded xattr v1.0.1 |
886 | 2023-12-07T07:08:06.291Z | Downloaded version_check v0.9.4 |
887 | 2023-12-07T07:08:06.291Z | Downloaded zerocopy v0.6.4 |
888 | 2023-12-07T07:08:06.291Z | Downloaded ghash v0.5.0 |
889 | 2023-12-07T07:08:06.291Z | Downloaded getrandom v0.2.10 |
890 | 2023-12-07T07:08:06.305Z | Downloaded ecdsa v0.16.9 |
891 | 2023-12-07T07:08:06.309Z | Downloaded fastrand v2.0.0 |
892 | 2023-12-07T07:08:06.309Z | Downloaded regex-automata v0.3.8 |
893 | 2023-12-07T07:08:06.331Z | Downloaded libm v0.2.7 |
894 | 2023-12-07T07:08:06.348Z | Downloaded sec1 v0.7.3 |
895 | 2023-12-07T07:08:06.352Z | Downloaded keccak v0.1.4 |
896 | 2023-12-07T07:08:06.356Z | Downloaded untrusted v0.9.0 |
897 | 2023-12-07T07:08:06.356Z | Downloaded thiserror-no-std v2.0.2 |
898 | 2023-12-07T07:08:06.363Z | Downloaded structmeta-derive v0.2.0 |
899 | 2023-12-07T07:08:06.369Z | Downloaded stringprep v0.1.3 |
900 | 2023-12-07T07:08:06.369Z | Downloaded signal-hook-mio v0.2.3 |
901 | 2023-12-07T07:08:06.374Z | Downloaded structopt v0.3.26 |
902 | 2023-12-07T07:08:06.383Z | Downloaded unicode-ident v1.0.12 |
903 | 2023-12-07T07:08:06.388Z | Downloaded toml v0.7.8 |
904 | 2023-12-07T07:08:06.393Z | Downloaded spin v0.9.8 |
905 | 2023-12-07T07:08:06.401Z | Downloaded rustix v0.38.25 |
906 | 2023-12-07T07:08:06.438Z | Downloaded vsss-rs v3.3.1 |
907 | 2023-12-07T07:08:06.445Z | Downloaded rustix v0.37.23 |
908 | 2023-12-07T07:08:06.479Z | Downloaded radix_trie v0.2.1 |
909 | 2023-12-07T07:08:06.487Z | Downloaded smoltcp v0.9.1 |
910 | 2023-12-07T07:08:06.508Z | Downloaded regex-syntax v0.8.2 |
911 | 2023-12-07T07:08:06.525Z | Downloaded zerocopy-derive v0.7.26 |
912 | 2023-12-07T07:08:06.548Z | Downloaded smoltcp v0.10.0 |
913 | 2023-12-07T07:08:06.571Z | Downloaded libc v0.2.150 |
914 | 2023-12-07T07:08:06.622Z | Downloaded regex-syntax v0.7.5 |
915 | 2023-12-07T07:08:06.639Z | Downloaded rustls v0.21.9 |
916 | 2023-12-07T07:08:06.663Z | Downloaded tokio v1.34.0 |
917 | 2023-12-07T07:08:06.735Z | Downloaded getrandom v0.1.16 |
918 | 2023-12-07T07:08:06.741Z | Downloaded futures-util v0.3.29 |
919 | 2023-12-07T07:08:06.760Z | Downloaded futures-task v0.3.29 |
920 | 2023-12-07T07:08:06.769Z | Downloaded ff v0.13.0 |
921 | 2023-12-07T07:08:06.769Z | Downloaded sled v0.34.7 |
922 | 2023-12-07T07:08:06.787Z | Downloaded snafu-derive v0.7.5 |
923 | 2023-12-07T07:08:06.794Z | Downloaded serde_with_macros v2.3.3 |
924 | 2023-12-07T07:08:06.794Z | Downloaded regex-automata v0.4.3 |
925 | 2023-12-07T07:08:06.829Z | Downloaded semver v1.0.20 |
926 | 2023-12-07T07:08:06.835Z | Downloaded unicode-bidi v0.3.13 |
927 | 2023-12-07T07:08:06.836Z | Downloaded spki v0.7.2 |
928 | 2023-12-07T07:08:06.848Z | Downloaded getopts v0.2.21 |
929 | 2023-12-07T07:08:06.848Z | Downloaded zerocopy v0.3.0 |
930 | 2023-12-07T07:08:06.849Z | Downloaded toml_edit v0.21.0 |
931 | 2023-12-07T07:08:06.884Z | Downloaded zerocopy-derive v0.2.0 |
932 | 2023-12-07T07:08:06.902Z | Downloaded serde_derive_internals v0.26.0 |
933 | 2023-12-07T07:08:06.984Z | Downloaded regress v0.7.1 |
934 | 2023-12-07T07:08:07.004Z | Downloaded heck v0.4.1 |
935 | 2023-12-07T07:08:07.004Z | Downloaded lalrpop-util v0.19.12 |
936 | 2023-12-07T07:08:07.004Z | Downloaded toolchain_find v0.2.0 |
937 | 2023-12-07T07:08:07.004Z | Downloaded slog-envlogger v2.2.0 |
938 | 2023-12-07T07:08:07.004Z | Downloaded sha1 v0.10.6 |
939 | 2023-12-07T07:08:07.004Z | Downloaded subprocess v0.2.9 |
940 | 2023-12-07T07:08:07.004Z | Downloaded smf v0.2.2 |
941 | 2023-12-07T07:08:07.005Z | Downloaded foreign-types v0.5.0 |
942 | 2023-12-07T07:08:07.005Z | Downloaded foreign-types v0.3.2 |
943 | 2023-12-07T07:08:07.005Z | Downloaded flagset v0.4.3 |
944 | 2023-12-07T07:08:07.005Z | Downloaded syn v2.0.32 |
945 | 2023-12-07T07:08:07.005Z | Downloaded winapi v0.3.9 |
946 | 2023-12-07T07:08:07.044Z | Downloaded http v0.2.11 |
947 | 2023-12-07T07:08:07.055Z | Downloaded socket2 v0.5.5 |
948 | 2023-12-07T07:08:07.055Z | Downloaded encoding_rs v0.8.33 |
949 | 2023-12-07T07:08:07.098Z | Downloaded waitgroup v0.1.2 |
950 | 2023-12-07T07:08:07.102Z | Downloaded syn v1.0.109 |
951 | 2023-12-07T07:08:07.118Z | Downloaded russh-cryptovec v0.7.0 |
952 | 2023-12-07T07:08:07.122Z | Downloaded futures-sink v0.3.29 |
953 | 2023-12-07T07:08:07.122Z | Downloaded foreign-types-shared v0.1.1 |
954 | 2023-12-07T07:08:07.122Z | Downloaded foreign-types-macros v0.2.3 |
955 | 2023-12-07T07:08:07.126Z | Downloaded term v0.7.0 |
956 | 2023-12-07T07:08:07.129Z | Downloaded gimli v0.28.0 |
957 | 2023-12-07T07:08:07.144Z | Downloaded spin v0.5.2 |
958 | 2023-12-07T07:08:07.148Z | Downloaded itertools v0.12.0 |
959 | 2023-12-07T07:08:07.161Z | Downloaded similar v2.2.1 |
960 | 2023-12-07T07:08:07.167Z | Downloaded tracing-attributes v0.1.26 |
961 | 2023-12-07T07:08:07.171Z | Downloaded ucd-trie v0.1.6 |
962 | 2023-12-07T07:08:07.174Z | Downloaded typenum v1.16.0 |
963 | 2023-12-07T07:08:07.178Z | Downloaded string_cache v0.8.7 |
964 | 2023-12-07T07:08:07.182Z | Downloaded slog-bunyan v2.4.0 |
965 | 2023-12-07T07:08:07.195Z | Downloaded strsim v0.8.0 |
966 | 2023-12-07T07:08:07.195Z | Downloaded static_assertions v1.1.0 |
967 | 2023-12-07T07:08:07.208Z | Downloaded trust-dns-proto v0.22.0 |
968 | 2023-12-07T07:08:07.211Z | Downloaded indexmap v1.9.3 |
969 | 2023-12-07T07:08:07.215Z | Downloaded zerocopy-derive v0.6.4 |
970 | 2023-12-07T07:08:07.234Z | Downloaded slog v2.7.0 |
971 | 2023-12-07T07:08:07.239Z | Downloaded resolv-conf v0.7.0 |
972 | 2023-12-07T07:08:07.242Z | Downloaded ident_case v1.0.1 |
973 | 2023-12-07T07:08:07.246Z | Downloaded equivalent v1.0.1 |
974 | 2023-12-07T07:08:07.246Z | Downloaded futures-io v0.3.29 |
975 | 2023-12-07T07:08:07.247Z | Downloaded enum-as-inner v0.5.1 |
976 | 2023-12-07T07:08:07.251Z | Downloaded ed25519 v2.2.2 |
977 | 2023-12-07T07:08:07.254Z | Downloaded winnow v0.5.15 |
978 | 2023-12-07T07:08:07.265Z | Downloaded trust-dns-client v0.22.0 |
979 | 2023-12-07T07:08:07.275Z | Downloaded idna v0.2.3 |
980 | 2023-12-07T07:08:07.290Z | Downloaded take_mut v0.2.2 |
981 | 2023-12-07T07:08:07.294Z | Downloaded tokio-postgres v0.7.10 |
982 | 2023-12-07T07:08:07.298Z | Downloaded russh v0.40.0 |
983 | 2023-12-07T07:08:07.306Z | Downloaded libefi-sys v0.1.0 |
984 | 2023-12-07T07:08:07.310Z | Downloaded serde_tokenstream v0.1.7 |
985 | 2023-12-07T07:08:07.313Z | Downloaded zeroize_derive v1.4.2 |
986 | 2023-12-07T07:08:07.317Z | Downloaded elliptic-curve v0.13.8 |
987 | 2023-12-07T07:08:07.321Z | Downloaded tungstenite v0.20.1 |
988 | 2023-12-07T07:08:07.326Z | Downloaded zeroize v1.7.0 |
989 | 2023-12-07T07:08:07.330Z | Downloaded yasna v0.5.2 |
990 | 2023-12-07T07:08:07.335Z | Downloaded whoami v1.4.1 |
991 | 2023-12-07T07:08:07.335Z | Downloaded tinyvec v1.6.0 |
992 | 2023-12-07T07:08:07.340Z | Downloaded sha2 v0.10.8 |
993 | 2023-12-07T07:08:07.344Z | Downloaded tokio-stream v0.1.14 |
994 | 2023-12-07T07:08:07.351Z | Downloaded usdt-macro v0.3.5 |
995 | 2023-12-07T07:08:07.357Z | Downloaded http-body v0.4.5 |
996 | 2023-12-07T07:08:07.358Z | Downloaded hkdf v0.12.3 |
997 | 2023-12-07T07:08:07.362Z | Downloaded serde_yaml v0.9.25 |
998 | 2023-12-07T07:08:07.367Z | Downloaded hmac v0.12.1 |
999 | 2023-12-07T07:08:07.384Z | Downloaded hashbrown v0.14.2 |
1000 | 2023-12-07T07:08:07.397Z | Downloaded uuid v1.6.1 |
1001 | 2023-12-07T07:08:07.397Z | Downloaded unicode-width v0.1.11 |
1002 | 2023-12-07T07:08:07.397Z | Downloaded unicode-normalization v0.1.22 |
1003 | 2023-12-07T07:08:07.406Z | Downloaded tokio-tungstenite v0.20.1 |
1004 | 2023-12-07T07:08:07.406Z | Downloaded itoa v1.0.9 |
1005 | 2023-12-07T07:08:07.407Z | Downloaded httparse v1.8.0 |
1006 | 2023-12-07T07:08:07.413Z | Downloaded usdt v0.3.5 |
1007 | 2023-12-07T07:08:07.413Z | Downloaded doc-comment v0.3.3 |
1008 | 2023-12-07T07:08:07.413Z | Downloaded zone_cfg_derive v0.3.0 |
1009 | 2023-12-07T07:08:07.414Z | Downloaded zone v0.3.0 |
1010 | 2023-12-07T07:08:07.418Z | Downloaded trust-dns-resolver v0.22.0 |
1011 | 2023-12-07T07:08:07.422Z | Downloaded ring v0.17.7 |
1012 | 2023-12-07T07:08:07.564Z | Downloaded time-macros v0.2.13 |
1013 | 2023-12-07T07:08:07.571Z | Downloaded thread_local v1.1.7 |
1014 | 2023-12-07T07:08:07.571Z | Downloaded thiserror-impl v1.0.49 |
1015 | 2023-12-07T07:08:07.571Z | Downloaded serde v1.0.192 |
1016 | 2023-12-07T07:08:07.571Z | Downloaded secrecy v0.8.0 |
1017 | 2023-12-07T07:08:07.575Z | Downloaded ring v0.16.20 |
1018 | 2023-12-07T07:08:07.773Z | Downloaded ed25519-dalek v2.0.0 |
1019 | 2023-12-07T07:08:07.779Z | Downloaded sct v0.7.0 |
1020 | 2023-12-07T07:08:07.788Z | Downloaded scopeguard v1.2.0 |
1021 | 2023-12-07T07:08:07.794Z | Downloaded ryu v1.0.15 |
1022 | 2023-12-07T07:08:07.800Z | Downloaded rustls-webpki v0.101.7 |
1023 | 2023-12-07T07:08:07.837Z | Downloaded rustls-pemfile v1.0.3 |
1024 | 2023-12-07T07:08:07.844Z | Downloaded rustls-native-certs v0.6.3 |
1025 | 2023-12-07T07:08:07.844Z | Downloaded bstr v1.6.0 |
1026 | 2023-12-07T07:08:07.862Z | Downloaded hubpack v0.1.2 |
1027 | 2023-12-07T07:08:07.867Z | Downloaded serde_derive v1.0.192 |
1028 | 2023-12-07T07:08:07.873Z | Downloaded rustversion v1.0.14 |
1029 | 2023-12-07T07:08:07.873Z | Downloaded futures-executor v0.3.29 |
1030 | 2023-12-07T07:08:07.878Z | Downloaded form_urlencoded v1.2.1 |
1031 | 2023-12-07T07:08:07.878Z | Downloaded foreign-types-shared v0.3.1 |
1032 | 2023-12-07T07:08:07.878Z | Downloaded diesel v2.1.4 |
1033 | 2023-12-07T07:08:07.909Z | Downloaded dtrace-parser v0.1.14 |
1034 | 2023-12-07T07:08:07.913Z | Downloaded dof v0.1.5 |
1035 | 2023-12-07T07:08:07.913Z | Downloaded reqwest v0.11.22 |
1036 | 2023-12-07T07:08:07.925Z | Downloaded inout v0.1.3 |
1037 | 2023-12-07T07:08:07.929Z | Downloaded linked-hash-map v0.5.6 |
1038 | 2023-12-07T07:08:07.934Z | Downloaded ipnet v2.8.0 |
1039 | 2023-12-07T07:08:07.934Z | Downloaded schemars v0.8.13 |
1040 | 2023-12-07T07:08:07.951Z | Downloaded indexmap v2.1.0 |
1041 | 2023-12-07T07:08:07.958Z | Downloaded hyper v0.14.27 |
1042 | 2023-12-07T07:08:07.999Z | Downloaded hostname v0.3.1 |
1043 | 2023-12-07T07:08:08.004Z | Downloaded heck v0.3.3 |
1044 | 2023-12-07T07:08:08.004Z | Downloaded hash32 v0.2.1 |
1045 | 2023-12-07T07:08:08.004Z | Downloaded hashbrown v0.12.3 |
1046 | 2023-12-07T07:08:08.004Z | Downloaded time-core v0.1.1 |
1047 | 2023-12-07T07:08:08.005Z | Downloaded predicates-core v1.0.6 |
1048 | 2023-12-07T07:08:08.005Z | Downloaded ciborium-io v0.2.1 |
1049 | 2023-12-07T07:08:08.005Z | Downloaded regex v1.10.2 |
1050 | 2023-12-07T07:08:08.015Z | Downloaded proc-macro-error-attr v1.0.4 |
1051 | 2023-12-07T07:08:08.019Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1052 | 2023-12-07T07:08:08.040Z | Downloaded itertools v0.11.0 |
1053 | 2023-12-07T07:08:08.054Z | Downloaded instant v0.1.12 |
1054 | 2023-12-07T07:08:08.059Z | Downloaded hyper-tls v0.5.0 |
1055 | 2023-12-07T07:08:08.059Z | Downloaded hyper-staticfile v0.9.5 |
1056 | 2023-12-07T07:08:08.062Z | Downloaded glob v0.3.1 |
1057 | 2023-12-07T07:08:08.062Z | Downloaded tracing v0.1.37 |
1058 | 2023-12-07T07:08:08.069Z | Downloaded toml_datetime v0.6.5 |
1059 | 2023-12-07T07:08:08.074Z | Downloaded toml v0.8.8 |
1060 | 2023-12-07T07:08:08.078Z | Downloaded vcpkg v0.2.15 |
1061 | 2023-12-07T07:08:08.157Z | Downloaded fxhash v0.2.1 |
1062 | 2023-12-07T07:08:08.168Z | Downloaded futures-core v0.3.29 |
1063 | 2023-12-07T07:08:08.168Z | Downloaded group v0.13.0 |
1064 | 2023-12-07T07:08:08.168Z | Downloaded fnv v1.0.7 |
1065 | 2023-12-07T07:08:08.169Z | Downloaded float-cmp v0.9.0 |
1066 | 2023-12-07T07:08:08.169Z | Downloaded flate2 v1.0.28 |
1067 | 2023-12-07T07:08:08.173Z | Downloaded hubpack_derive v0.1.1 |
1068 | 2023-12-07T07:08:08.177Z | Downloaded home v0.5.5 |
1069 | 2023-12-07T07:08:08.177Z | Downloaded want v0.3.1 |
1070 | 2023-12-07T07:08:08.177Z | Downloaded vec_map v0.8.2 |
1071 | 2023-12-07T07:08:08.181Z | Downloaded lru-cache v0.1.2 |
1072 | 2023-12-07T07:08:08.181Z | Downloaded rcgen v0.11.3 |
1073 | 2023-12-07T07:08:08.186Z | Downloaded block-buffer v0.10.4 |
1074 | 2023-12-07T07:08:08.190Z | Downloaded errno v0.3.2 |
1075 | 2023-12-07T07:08:08.191Z | Downloaded untrusted v0.7.1 |
1076 | 2023-12-07T07:08:08.191Z | Downloaded tokio-macros v2.2.0 |
1077 | 2023-12-07T07:08:08.211Z | Downloaded rand_core v0.6.4 |
1078 | 2023-12-07T07:08:08.213Z | Downloaded memchr v2.6.3 |
1079 | 2023-12-07T07:08:08.214Z | Downloaded time v0.3.27 |
1080 | 2023-12-07T07:08:08.225Z | Downloaded rand_chacha v0.2.2 |
1081 | 2023-12-07T07:08:08.226Z | Downloaded rand v0.7.3 |
1082 | 2023-12-07T07:08:08.237Z | Downloaded schemars_derive v0.8.13 |
1083 | 2023-12-07T07:08:08.237Z | Downloaded utf-8 v0.7.6 |
1084 | 2023-12-07T07:08:08.238Z | Downloaded unsafe-libyaml v0.2.9 |
1085 | 2023-12-07T07:08:08.258Z | Downloaded universal-hash v0.5.1 |
1086 | 2023-12-07T07:08:08.258Z | Downloaded pkg-config v0.3.27 |
1087 | 2023-12-07T07:08:08.258Z | Downloaded pin-project v1.1.3 |
1088 | 2023-12-07T07:08:08.268Z | Downloaded pem-rfc7468 v0.7.0 |
1089 | 2023-12-07T07:08:08.268Z | Downloaded openssl-macros v0.1.1 |
1090 | 2023-12-07T07:08:08.268Z | Downloaded pretty-hex v0.4.0 |
1091 | 2023-12-07T07:08:08.302Z | Downloaded match_cfg v0.1.0 |
1092 | 2023-12-07T07:08:08.302Z | Downloaded managed v0.8.0 |
1093 | 2023-12-07T07:08:08.302Z | Downloaded chrono v0.4.31 |
1094 | 2023-12-07T07:08:08.307Z | Downloaded md-5 v0.10.5 |
1095 | 2023-12-07T07:08:08.308Z | Downloaded macaddr v1.0.1 |
1096 | 2023-12-07T07:08:08.308Z | Downloaded curve25519-dalek v4.1.0 |
1097 | 2023-12-07T07:08:08.308Z | Downloaded aho-corasick v1.0.4 |
1098 | 2023-12-07T07:08:08.318Z | Downloaded openapiv3 v2.0.0-rc.1 |
1099 | 2023-12-07T07:08:08.347Z | Downloaded serde_path_to_error v0.1.14 |
1100 | 2023-12-07T07:08:08.352Z | Downloaded ipnetwork v0.20.0 |
1101 | 2023-12-07T07:08:08.352Z | Downloaded thiserror-impl-no-std v2.0.2 |
1102 | 2023-12-07T07:08:08.352Z | Downloaded object v0.32.1 |
1103 | 2023-12-07T07:08:08.366Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1104 | 2023-12-07T07:08:08.374Z | Downloaded defmt-parser v0.3.3 |
1105 | 2023-12-07T07:08:08.375Z | Downloaded num-complex v0.4.4 |
1106 | 2023-12-07T07:08:08.375Z | Downloaded num-derive v0.4.0 |
1107 | 2023-12-07T07:08:08.375Z | Downloaded rand_chacha v0.3.1 |
1108 | 2023-12-07T07:08:08.380Z | Downloaded rand v0.8.5 |
1109 | 2023-12-07T07:08:08.388Z | Downloaded num-bigint v0.4.4 |
1110 | 2023-12-07T07:08:08.395Z | Downloaded proc-macro-error v1.0.4 |
1111 | 2023-12-07T07:08:08.401Z | Downloaded chacha20 v0.9.1 |
1112 | 2023-12-07T07:08:08.407Z | Downloaded cbc v0.1.2 |
1113 | 2023-12-07T07:08:08.407Z | Downloaded parking_lot v0.12.1 |
1114 | 2023-12-07T07:08:08.415Z | Downloaded parking_lot v0.11.2 |
1115 | 2023-12-07T07:08:08.415Z | Downloaded crypto-common v0.1.6 |
1116 | 2023-12-07T07:08:08.416Z | Downloaded clap_lex v0.5.1 |
1117 | 2023-12-07T07:08:08.442Z | Downloaded derive_more v0.99.17 |
1118 | 2023-12-07T07:08:08.443Z | Downloaded proc-macro-crate v1.3.1 |
1119 | 2023-12-07T07:08:08.443Z | Downloaded dirs-sys-next v0.1.2 |
1120 | 2023-12-07T07:08:08.460Z | Downloaded quote v1.0.33 |
1121 | 2023-12-07T07:08:08.460Z | Downloaded proc-macro2 v1.0.69 |
1122 | 2023-12-07T07:08:08.460Z | Downloaded p256 v0.13.2 |
1123 | 2023-12-07T07:08:08.460Z | Downloaded option-ext v0.2.0 |
1124 | 2023-12-07T07:08:08.460Z | Downloaded openssl-probe v0.1.5 |
1125 | 2023-12-07T07:08:08.461Z | Downloaded diesel_derives v2.1.2 |
1126 | 2023-12-07T07:08:08.467Z | Downloaded pest_generator v2.7.2 |
1127 | 2023-12-07T07:08:08.467Z | Downloaded openssl-sys v0.9.96 |
1128 | 2023-12-07T07:08:08.467Z | Downloaded der_derive v0.7.2 |
1129 | 2023-12-07T07:08:08.467Z | Downloaded phf_shared v0.10.0 |
1130 | 2023-12-07T07:08:08.469Z | Downloaded phf v0.11.2 |
1131 | 2023-12-07T07:08:08.482Z | Downloaded petgraph v0.6.4 |
1132 | 2023-12-07T07:08:08.493Z | Downloaded num v0.4.1 |
1133 | 2023-12-07T07:08:08.503Z | Downloaded new_debug_unreachable v1.0.4 |
1134 | 2023-12-07T07:08:08.503Z | Downloaded memoffset v0.9.0 |
1135 | 2023-12-07T07:08:08.504Z | Downloaded defmt-macros v0.3.6 |
1136 | 2023-12-07T07:08:08.513Z | Downloaded defmt v0.3.5 |
1137 | 2023-12-07T07:08:08.513Z | Downloaded der v0.7.8 |
1138 | 2023-12-07T07:08:08.520Z | Downloaded pretty-hex v0.2.1 |
1139 | 2023-12-07T07:08:08.520Z | Downloaded pest_derive v2.7.2 |
1140 | 2023-12-07T07:08:08.532Z | Downloaded data-encoding v2.4.0 |
1141 | 2023-12-07T07:08:08.532Z | Downloaded darling v0.20.3 |
1142 | 2023-12-07T07:08:08.544Z | Downloaded precomputed-hash v0.1.1 |
1143 | 2023-12-07T07:08:08.544Z | Downloaded pkcs8 v0.10.2 |
1144 | 2023-12-07T07:08:08.545Z | Downloaded percent-encoding v2.3.1 |
1145 | 2023-12-07T07:08:08.545Z | Downloaded pbkdf2 v0.12.2 |
1146 | 2023-12-07T07:08:08.545Z | Downloaded password-hash v0.5.0 |
1147 | 2023-12-07T07:08:08.551Z | Downloaded parse-display v0.8.2 |
1148 | 2023-12-07T07:08:08.551Z | Downloaded dirs-sys v0.4.1 |
1149 | 2023-12-07T07:08:08.551Z | Downloaded clap v2.34.0 |
1150 | 2023-12-07T07:08:08.557Z | Downloaded anstyle v1.0.2 |
1151 | 2023-12-07T07:08:08.561Z | Downloaded postcard v1.0.8 |
1152 | 2023-12-07T07:08:08.571Z | Downloaded debug-ignore v1.0.5 |
1153 | 2023-12-07T07:08:08.576Z | Downloaded darling_macro v0.20.3 |
1154 | 2023-12-07T07:08:08.576Z | Downloaded curve25519-dalek-derive v0.1.0 |
1155 | 2023-12-07T07:08:08.577Z | Downloaded crypto-bigint v0.5.2 |
1156 | 2023-12-07T07:08:08.581Z | Downloaded argon2 v0.5.2 |
1157 | 2023-12-07T07:08:08.587Z | Downloaded atomic-waker v1.1.1 |
1158 | 2023-12-07T07:08:08.588Z | Downloaded anstream v0.5.0 |
1159 | 2023-12-07T07:08:08.592Z | Downloaded ahash v0.8.3 |
1160 | 2023-12-07T07:08:08.597Z | Downloaded postgres-types v0.2.6 |
1161 | 2023-12-07T07:08:08.597Z | Downloaded platforms v3.0.2 |
1162 | 2023-12-07T07:08:08.602Z | Downloaded polyval v0.6.1 |
1163 | 2023-12-07T07:08:08.607Z | Downloaded cancel-safe-futures v0.1.5 |
1164 | 2023-12-07T07:08:08.612Z | Downloaded aead v0.5.2 |
1165 | 2023-12-07T07:08:08.612Z | Downloaded adler v1.0.2 |
1166 | 2023-12-07T07:08:08.616Z | Downloaded addr2line v0.21.0 |
1167 | 2023-12-07T07:08:08.628Z | Downloaded omicron-zone-package v0.9.1 |
1168 | 2023-12-07T07:08:08.628Z | Downloaded dirs v5.0.1 |
1169 | 2023-12-07T07:08:08.628Z | Downloaded camino v1.1.6 |
1170 | 2023-12-07T07:08:08.628Z | Downloaded blowfish v0.9.1 |
1171 | 2023-12-07T07:08:08.638Z | Downloaded async-stream v0.3.5 |
1172 | 2023-12-07T07:08:08.638Z | Downloaded bzip2 v0.4.4 |
1173 | 2023-12-07T07:08:08.638Z | Downloaded opaque-debug v0.3.0 |
1174 | 2023-12-07T07:08:08.647Z | Downloaded once_cell v1.18.0 |
1175 | 2023-12-07T07:08:08.647Z | Downloaded block-padding v0.3.3 |
1176 | 2023-12-07T07:08:08.647Z | Downloaded bit-vec v0.6.3 |
1177 | 2023-12-07T07:08:08.647Z | Downloaded bstr v0.2.17 |
1178 | 2023-12-07T07:08:09.074Z | Downloaded num_threads v0.1.6 |
1179 | 2023-12-07T07:08:09.085Z | Downloaded num_enum_derive v0.5.11 |
1180 | 2023-12-07T07:08:09.085Z | Downloaded crossterm v0.27.0 |
1181 | 2023-12-07T07:08:09.085Z | Downloaded num_cpus v1.16.0 |
1182 | 2023-12-07T07:08:09.085Z | Downloaded num-traits v0.2.16 |
1183 | 2023-12-07T07:08:09.085Z | Downloaded base64ct v1.6.0 |
1184 | 2023-12-07T07:08:09.086Z | Downloaded bitflags v1.3.2 |
1185 | 2023-12-07T07:08:09.086Z | Downloaded num-rational v0.4.1 |
1186 | 2023-12-07T07:08:09.086Z | Downloaded num-iter v0.1.43 |
1187 | 2023-12-07T07:08:09.086Z | Downloaded cstr-argument v0.1.2 |
1188 | 2023-12-07T07:08:09.086Z | Downloaded base64 v0.13.1 |
1189 | 2023-12-07T07:08:09.086Z | Downloaded base64 v0.21.5 |
1190 | 2023-12-07T07:08:09.086Z | Downloaded async-stream-impl v0.3.5 |
1191 | 2023-12-07T07:08:09.086Z | Downloaded bitflags v2.4.0 |
1192 | 2023-12-07T07:08:09.087Z | Downloaded backoff v0.4.0 |
1193 | 2023-12-07T07:08:09.087Z | Downloaded atty v0.2.14 |
1194 | 2023-12-07T07:08:09.087Z | Downloaded anyhow v1.0.75 |
1195 | 2023-12-07T07:08:09.087Z | Downloaded atomicwrites v0.4.2 |
1196 | 2023-12-07T07:08:09.087Z | Downloaded num-integer v0.1.45 |
1197 | 2023-12-07T07:08:09.087Z | Downloaded crucible-workspace-hack v0.1.0 |
1198 | 2023-12-07T07:08:09.088Z | Downloaded normalize-line-endings v0.3.0 |
1199 | 2023-12-07T07:08:09.089Z | Downloaded mio v0.8.9 |
1200 | 2023-12-07T07:08:09.089Z | Downloaded crossbeam-channel v0.5.8 |
1201 | 2023-12-07T07:08:09.089Z | Downloaded convert_case v0.4.0 |
1202 | 2023-12-07T07:08:09.089Z | Downloaded nibble_vec v0.1.0 |
1203 | 2023-12-07T07:08:09.089Z | Downloaded native-tls v0.2.11 |
1204 | 2023-12-07T07:08:09.089Z | Downloaded ctr v0.9.2 |
1205 | 2023-12-07T07:08:09.089Z | Downloaded autocfg v1.1.0 |
1206 | 2023-12-07T07:08:09.090Z | Downloaded crossbeam-utils v0.8.16 |
1207 | 2023-12-07T07:08:09.090Z | Downloaded cpufeatures v0.2.9 |
1208 | 2023-12-07T07:08:09.090Z | Downloaded clap_builder v4.4.2 |
1209 | 2023-12-07T07:08:09.091Z | Downloaded crossbeam-epoch v0.9.15 |
1210 | 2023-12-07T07:08:09.091Z | Downloaded clap v4.4.3 |
1211 | 2023-12-07T07:08:09.091Z | Downloaded multer v2.1.0 |
1212 | 2023-12-07T07:08:09.091Z | Downloaded const-oid v0.9.5 |
1213 | 2023-12-07T07:08:09.091Z | Downloaded colorchoice v1.0.0 |
1214 | 2023-12-07T07:08:09.091Z | Downloaded clap_derive v4.4.2 |
1215 | 2023-12-07T07:08:09.091Z | Downloaded mime v0.3.17 |
1216 | 2023-12-07T07:08:09.091Z | Downloaded console v0.15.7 |
1217 | 2023-12-07T07:08:09.092Z | Downloaded md5 v0.7.0 |
1218 | 2023-12-07T07:08:09.092Z | Downloaded matches v0.1.10 |
1219 | 2023-12-07T07:08:09.092Z | Downloaded ciborium v0.2.1 |
1220 | 2023-12-07T07:08:09.092Z | Downloaded cfg-if v1.0.0 |
1221 | 2023-12-07T07:08:09.092Z | Downloaded pest v2.7.2 |
1222 | 2023-12-07T07:08:09.093Z | Downloaded pem v3.0.2 |
1223 | 2023-12-07T07:08:09.094Z | Downloaded pbkdf2 v0.11.0 |
1224 | 2023-12-07T07:08:09.094Z | Downloaded paste v1.0.14 |
1225 | 2023-12-07T07:08:09.094Z | Downloaded parking_lot_core v0.9.8 |
1226 | 2023-12-07T07:08:09.094Z | Downloaded poly1305 v0.8.0 |
1227 | 2023-12-07T07:08:09.095Z | Downloaded pin-utils v0.1.0 |
1228 | 2023-12-07T07:08:09.095Z | Downloaded pin-project-lite v0.2.13 |
1229 | 2023-12-07T07:08:09.095Z | Downloaded pin-project-internal v1.1.3 |
1230 | 2023-12-07T07:08:09.095Z | Downloaded dirs-next v2.0.0 |
1231 | 2023-12-07T07:08:09.095Z | Downloaded digest v0.10.7 |
1232 | 2023-12-07T07:08:09.095Z | Downloaded difflib v0.4.0 |
1233 | 2023-12-07T07:08:09.095Z | Downloaded crc32fast v1.3.2 |
1234 | 2023-12-07T07:08:09.295Z | Compiling proc-macro2 v1.0.69 |
1235 | 2023-12-07T07:08:09.296Z | Compiling unicode-ident v1.0.12 |
1236 | 2023-12-07T07:08:09.296Z | Compiling libc v0.2.150 |
1237 | 2023-12-07T07:08:09.307Z | Compiling serde v1.0.192 |
1238 | 2023-12-07T07:08:09.308Z | Compiling autocfg v1.1.0 |
1239 | 2023-12-07T07:08:09.311Z | Compiling version_check v0.9.4 |
1240 | 2023-12-07T07:08:09.312Z | Compiling cfg-if v1.0.0 |
1241 | 2023-12-07T07:08:09.516Z | Compiling syn v1.0.109 |
1242 | 2023-12-07T07:08:09.561Z | Compiling typenum v1.16.0 |
1243 | 2023-12-07T07:08:09.659Z | Compiling parking_lot_core v0.9.8 |
1244 | 2023-12-07T07:08:10.440Z | Compiling generic-array v0.14.7 |
1245 | 2023-12-07T07:08:10.528Z | Compiling lock_api v0.4.10 |
1246 | 2023-12-07T07:08:11.624Z | Compiling libm v0.2.7 |
1247 | 2023-12-07T07:08:11.628Z | Compiling once_cell v1.18.0 |
1248 | 2023-12-07T07:08:11.728Z | Compiling num-traits v0.2.16 |
1249 | 2023-12-07T07:08:11.746Z | Compiling thiserror v1.0.49 |
1250 | 2023-12-07T07:08:11.846Z | Compiling futures-core v0.3.29 |
1251 | 2023-12-07T07:08:12.062Z | Compiling serde_json v1.0.108 |
1252 | 2023-12-07T07:08:12.139Z | Compiling slab v0.4.9 |
1253 | 2023-12-07T07:08:12.312Z | Compiling futures-task v0.3.29 |
1254 | 2023-12-07T07:08:12.336Z | Compiling futures-channel v0.3.29 |
1255 | 2023-12-07T07:08:12.520Z | Compiling memchr v2.6.3 |
1256 | 2023-12-07T07:08:12.548Z | Compiling futures-util v0.3.29 |
1257 | 2023-12-07T07:08:12.859Z | Compiling itoa v1.0.9 |
1258 | 2023-12-07T07:08:13.010Z | Compiling scopeguard v1.2.0 |
1259 | 2023-12-07T07:08:13.110Z | Compiling quote v1.0.33 |
1260 | 2023-12-07T07:08:13.226Z | Compiling pkg-config v0.3.27 |
1261 | 2023-12-07T07:08:14.293Z | Compiling syn v2.0.32 |
1262 | 2023-12-07T07:08:14.342Z | Compiling cc v1.0.83 |
1263 | 2023-12-07T07:08:14.611Z | Compiling getrandom v0.2.10 |
1264 | 2023-12-07T07:08:15.306Z | Compiling rand_core v0.6.4 |
1265 | 2023-12-07T07:08:15.556Z | Compiling log v0.4.20 |
1266 | 2023-12-07T07:08:15.762Z | Compiling heck v0.4.1 |
1267 | 2023-12-07T07:08:28.297Z | Compiling ryu v1.0.15 |
1268 | 2023-12-07T07:08:30.165Z | Compiling subtle v2.5.0 |
1269 | 2023-12-07T07:08:30.166Z | Compiling smallvec v1.11.0 |
1270 | 2023-12-07T07:08:30.166Z | Compiling vcpkg v0.2.15 |
1271 | 2023-12-07T07:08:30.166Z | Compiling schemars v0.8.13 |
1272 | 2023-12-07T07:08:30.166Z | Compiling semver v1.0.20 |
1273 | 2023-12-07T07:08:30.166Z | Compiling httparse v1.8.0 |
1274 | 2023-12-07T07:08:30.166Z | Compiling indexmap v1.9.3 |
1275 | 2023-12-07T07:08:30.166Z | Compiling hashbrown v0.14.2 |
1276 | 2023-12-07T07:08:30.166Z | Compiling equivalent v1.0.1 |
1277 | 2023-12-07T07:08:30.166Z | Compiling pin-project-lite v0.2.13 |
1278 | 2023-12-07T07:08:30.166Z | Compiling ring v0.17.7 |
1279 | 2023-12-07T07:08:30.166Z | Compiling ring v0.16.20 |
1280 | 2023-12-07T07:08:31.185Z | Compiling openssl-sys v0.9.96 |
1281 | 2023-12-07T07:08:31.185Z | Compiling const-oid v0.9.5 |
1282 | 2023-12-07T07:08:31.185Z | Compiling parking_lot v0.12.1 |
1283 | 2023-12-07T07:08:31.185Z | Compiling ahash v0.8.3 |
1284 | 2023-12-07T07:08:31.185Z | Compiling fnv v1.0.7 |
1285 | 2023-12-07T07:08:31.185Z | Compiling openssl v0.10.60 |
1286 | 2023-12-07T07:08:31.185Z | Compiling signal-hook-registry v1.4.1 |
1287 | 2023-12-07T07:08:31.185Z | Compiling ucd-trie v0.1.6 |
1288 | 2023-12-07T07:08:31.186Z | Compiling iana-time-zone v0.1.57 |
1289 | 2023-12-07T07:08:31.186Z | Compiling rustls v0.21.9 |
1290 | 2023-12-07T07:08:31.190Z | Compiling mio v0.8.9 |
1291 | 2023-12-07T07:08:31.190Z | Compiling native-tls v0.2.11 |
1292 | 2023-12-07T07:08:31.190Z | Compiling byteorder v1.5.0 |
1293 | 2023-12-07T07:08:31.190Z | Compiling socket2 v0.5.5 |
1294 | 2023-12-07T07:08:31.190Z | Compiling num_cpus v1.16.0 |
1295 | 2023-12-07T07:08:31.190Z | Compiling spin v0.5.2 |
1296 | 2023-12-07T07:08:31.190Z | Compiling dyn-clone v1.0.13 |
1297 | 2023-12-07T07:08:31.190Z | Compiling futures-sink v0.3.29 |
1298 | 2023-12-07T07:08:31.191Z | Compiling async-trait v0.1.74 |
1299 | 2023-12-07T07:08:31.191Z | Compiling serde_derive_internals v0.26.0 |
1300 | 2023-12-07T07:08:31.191Z | Compiling aho-corasick v1.0.4 |
1301 | 2023-12-07T07:08:31.191Z | Compiling tinyvec_macros v0.1.1 |
1302 | 2023-12-07T07:08:31.191Z | Compiling regex-syntax v0.8.2 |
1303 | 2023-12-07T07:08:31.191Z | Compiling rustix v0.38.25 |
1304 | 2023-12-07T07:08:31.191Z | Compiling tinyvec v1.6.0 |
1305 | 2023-12-07T07:08:31.192Z | Compiling hashbrown v0.13.2 |
1306 | 2023-12-07T07:08:31.192Z | Compiling backtrace v0.3.69 |
1307 | 2023-12-07T07:08:31.192Z | Compiling pin-utils v0.1.0 |
1308 | 2023-12-07T07:08:31.192Z | Compiling winnow v0.5.15 |
1309 | 2023-12-07T07:08:31.193Z | Compiling futures-io v0.3.29 |
1310 | 2023-12-07T07:08:31.441Z | Compiling unicode-normalization v0.1.22 |
1311 | 2023-12-07T07:08:31.441Z | Compiling spin v0.9.8 |
1312 | 2023-12-07T07:08:31.441Z | Compiling tracing-core v0.1.31 |
1313 | 2023-12-07T07:08:31.971Z | Compiling unicode-bidi v0.3.13 |
1314 | 2023-12-07T07:08:32.962Z | Compiling regex-automata v0.4.3 |
1315 | 2023-12-07T07:08:33.494Z | Compiling cpufeatures v0.2.9 |
1316 | 2023-12-07T07:08:34.932Z | Compiling anyhow v1.0.75 |
1317 | 2023-12-07T07:08:35.625Z | Compiling crc32fast v1.3.2 |
1318 | 2023-12-07T07:08:36.369Z | Compiling base64 v0.21.5 |
1319 | 2023-12-07T07:08:36.722Z | Compiling time-core v0.1.1 |
1320 | 2023-12-07T07:08:37.078Z | Compiling time-macros v0.2.13 |
1321 | 2023-12-07T07:08:37.622Z | Compiling num-integer v0.1.45 |
1322 | 2023-12-07T07:08:38.084Z | Compiling untrusted v0.9.0 |
1323 | 2023-12-07T07:08:38.285Z | Compiling hashbrown v0.12.3 |
1324 | 2023-12-07T07:08:38.308Z | Compiling serde_derive v1.0.192 |
1325 | 2023-12-07T07:08:38.329Z | Compiling zeroize_derive v1.4.2 |
1326 | 2023-12-07T07:08:39.105Z | Compiling thiserror-impl v1.0.49 |
1327 | 2023-12-07T07:08:40.114Z | Compiling tokio-macros v2.2.0 |
1328 | 2023-12-07T07:08:40.508Z | Compiling futures-macro v0.3.29 |
1329 | 2023-12-07T07:08:41.058Z | Compiling zeroize v1.7.0 |
1330 | 2023-12-07T07:08:41.873Z | Compiling tracing-attributes v0.1.26 |
1331 | 2023-12-07T07:08:42.583Z | Compiling schemars_derive v0.8.13 |
1332 | 2023-12-07T07:08:42.850Z | Compiling openssl-macros v0.1.1 |
1333 | 2023-12-07T07:08:43.978Z | Compiling crypto-common v0.1.6 |
1334 | 2023-12-07T07:08:44.022Z | Compiling block-buffer v0.10.4 |
1335 | 2023-12-07T07:08:44.414Z | Compiling digest v0.10.7 |
1336 | 2023-12-07T07:08:44.676Z | Compiling pest v2.7.2 |
1337 | 2023-12-07T07:08:45.151Z | Compiling regex v1.10.2 |
1338 | 2023-12-07T07:08:48.264Z | Compiling der_derive v0.7.2 |
1339 | 2023-12-07T07:08:48.494Z | Compiling tracing v0.1.37 |
1340 | 2023-12-07T07:08:48.852Z | Compiling untrusted v0.7.1 |
1341 | 2023-12-07T07:08:49.142Z | Compiling percent-encoding v2.3.1 |
1342 | 2023-12-07T07:08:49.274Z | Compiling unicode-width v0.1.11 |
1343 | 2023-12-07T07:08:49.295Z | Compiling unicode-xid v0.2.4 |
1344 | 2023-12-07T07:08:49.391Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2023-12-07T07:08:49.492Z | Compiling openssl-probe v0.1.5 |
1346 | 2023-12-07T07:08:49.527Z | Compiling slog v2.7.0 |
1347 | 2023-12-07T07:08:49.542Z | Compiling foreign-types v0.3.2 |
1348 | 2023-12-07T07:08:49.662Z | Compiling synstructure v0.12.6 |
1349 | 2023-12-07T07:08:52.472Z | Compiling errno v0.3.2 |
1350 | 2023-12-07T07:08:52.702Z | Compiling ppv-lite86 v0.2.17 |
1351 | 2023-12-07T07:08:52.816Z | Compiling try-lock v0.2.4 |
1352 | 2023-12-07T07:08:54.009Z | Compiling rustls-webpki v0.101.7 |
1353 | 2023-12-07T07:08:54.119Z | Compiling want v0.3.1 |
1354 | 2023-12-07T07:08:54.552Z | Compiling sct v0.7.0 |
1355 | 2023-12-07T07:08:54.939Z | Compiling zerocopy-derive v0.2.0 |
1356 | 2023-12-07T07:08:55.790Z | Compiling form_urlencoded v1.2.1 |
1357 | 2023-12-07T07:08:56.147Z | Compiling pest_meta v2.7.2 |
1358 | 2023-12-07T07:08:56.427Z | Compiling socket2 v0.4.9 |
1359 | 2023-12-07T07:08:57.837Z | Compiling io-lifetimes v1.0.11 |
1360 | 2023-12-07T07:08:58.719Z | Compiling tower-service v0.3.2 |
1361 | 2023-12-07T07:08:58.737Z | Compiling httpdate v1.0.3 |
1362 | 2023-12-07T07:08:58.813Z | Compiling pest_generator v2.7.2 |
1363 | 2023-12-07T07:08:59.599Z | Compiling rustls-pemfile v1.0.3 |
1364 | 2023-12-07T07:09:00.162Z | Compiling idna v0.5.0 |
1365 | 2023-12-07T07:09:00.524Z | Compiling lazy_static v1.4.0 |
1366 | 2023-12-07T07:09:01.239Z | Compiling adler v1.0.2 |
1367 | 2023-12-07T07:09:01.460Z | Compiling crossbeam-utils v0.8.16 |
1368 | 2023-12-07T07:09:02.199Z | Compiling url v2.5.0 |
1369 | 2023-12-07T07:09:02.223Z | Compiling miniz_oxide v0.7.1 |
1370 | 2023-12-07T07:09:02.853Z | Compiling bytes v1.5.0 |
1371 | 2023-12-07T07:09:04.101Z | Compiling indexmap v2.1.0 |
1372 | 2023-12-07T07:09:04.840Z | Compiling chrono v0.4.31 |
1373 | 2023-12-07T07:09:04.860Z | Compiling uuid v1.6.1 |
1374 | 2023-12-07T07:09:05.186Z | Compiling http v0.2.11 |
1375 | 2023-12-07T07:09:05.342Z | Compiling rustc_version v0.4.0 |
1376 | 2023-12-07T07:09:05.859Z | Compiling tokio v1.34.0 |
1377 | 2023-12-07T07:09:06.537Z | Compiling toml_datetime v0.6.5 |
1378 | 2023-12-07T07:09:07.233Z | Compiling serde_spanned v0.6.4 |
1379 | 2023-12-07T07:09:07.404Z | Compiling bitflags v2.4.0 |
1380 | 2023-12-07T07:09:08.136Z | Compiling toml_edit v0.19.15 |
1381 | 2023-12-07T07:09:11.280Z | Compiling http-body v0.4.5 |
1382 | 2023-12-07T07:09:11.890Z | Compiling heapless v0.7.16 |
1383 | 2023-12-07T07:09:12.504Z | Compiling openapiv3 v2.0.0-rc.1 |
1384 | 2023-12-07T07:09:15.573Z | Compiling pest_derive v2.7.2 |
1385 | 2023-12-07T07:09:15.793Z | Compiling rustls-native-certs v0.6.3 |
1386 | 2023-12-07T07:09:15.961Z | Compiling rand_chacha v0.3.1 |
1387 | 2023-12-07T07:09:16.925Z | Compiling usdt-impl v0.3.5 |
1388 | 2023-12-07T07:09:18.841Z | Compiling tokio-util v0.7.10 |
1389 | 2023-12-07T07:09:20.923Z | Compiling h2 v0.3.21 |
1390 | 2023-12-07T07:09:20.961Z | Compiling tokio-native-tls v0.3.1 |
1391 | 2023-12-07T07:09:21.076Z | Compiling tokio-rustls v0.24.1 |
1392 | 2023-12-07T07:09:21.242Z | Compiling ipnet v2.8.0 |
1393 | 2023-12-07T07:09:21.294Z | Compiling rustix v0.37.23 |
1394 | 2023-12-07T07:09:21.680Z | Compiling rand v0.8.5 |
1395 | 2023-12-07T07:09:22.249Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2023-12-07T07:09:23.143Z | Compiling encoding_rs v0.8.33 |
1397 | 2023-12-07T07:09:23.286Z | Compiling gimli v0.28.0 |
1398 | 2023-12-07T07:09:23.315Z | Compiling mime v0.3.17 |
1399 | 2023-12-07T07:09:24.207Z | Compiling webpki-roots v0.25.2 |
1400 | 2023-12-07T07:09:25.599Z | Compiling zerocopy v0.3.0 |
1401 | 2023-12-07T07:09:26.267Z | Compiling object v0.32.1 |
1402 | 2023-12-07T07:09:26.793Z | Compiling num-bigint v0.4.4 |
1403 | 2023-12-07T07:09:28.127Z | Compiling rustc-demangle v0.1.23 |
1404 | 2023-12-07T07:09:29.708Z | Compiling dof v0.1.5 |
1405 | 2023-12-07T07:09:30.777Z | Compiling addr2line v0.21.0 |
1406 | 2023-12-07T07:09:30.857Z | Compiling flate2 v1.0.28 |
1407 | 2023-12-07T07:09:31.178Z | Compiling dtrace-parser v0.1.14 |
1408 | 2023-12-07T07:09:31.200Z | Compiling serde_tokenstream v0.2.0 |
1409 | 2023-12-07T07:09:31.454Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1410 | 2023-12-07T07:09:31.510Z | Compiling thread-id v4.2.0 |
1411 | 2023-12-07T07:09:31.633Z | Compiling rustversion v1.0.14 |
1412 | 2023-12-07T07:09:32.025Z | Compiling hyper v0.14.27 |
1413 | 2023-12-07T07:09:32.117Z | Compiling signal-hook v0.3.17 |
1414 | 2023-12-07T07:09:32.716Z | Compiling toml v0.7.8 |
1415 | 2023-12-07T07:09:33.051Z | Compiling toml_edit v0.21.0 |
1416 | 2023-12-07T07:09:34.483Z | Compiling hex v0.4.3 |
1417 | 2023-12-07T07:09:35.389Z | Compiling serde_tokenstream v0.1.7 |
1418 | 2023-12-07T07:09:35.431Z | Compiling regress v0.7.1 |
1419 | 2023-12-07T07:09:35.599Z | Compiling memoffset v0.9.0 |
1420 | 2023-12-07T07:09:35.863Z | Compiling strsim v0.10.0 |
1421 | 2023-12-07T07:09:37.128Z | Compiling base64ct v1.6.0 |
1422 | 2023-12-07T07:09:39.338Z | Compiling smoltcp v0.9.1 |
1423 | 2023-12-07T07:09:40.395Z | Compiling doc-comment v0.3.3 |
1424 | 2023-12-07T07:09:40.941Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1425 | 2023-12-07T07:09:41.216Z | Compiling bitflags v1.3.2 |
1426 | 2023-12-07T07:09:41.362Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1427 | 2023-12-07T07:09:42.563Z | Compiling strum_macros v0.25.2 |
1428 | 2023-12-07T07:09:43.001Z | Compiling pem-rfc7468 v0.7.0 |
1429 | 2023-12-07T07:09:43.702Z | Compiling hyper-tls v0.5.0 |
1430 | 2023-12-07T07:09:44.207Z | Compiling hyper-rustls v0.24.2 |
1431 | 2023-12-07T07:09:44.489Z | Compiling usdt-macro v0.3.5 |
1432 | 2023-12-07T07:09:44.956Z | Compiling reqwest v0.11.22 |
1433 | 2023-12-07T07:09:45.052Z | Compiling usdt-attr-macro v0.3.5 |
1434 | 2023-12-07T07:09:45.331Z | Compiling hmac v0.12.1 |
1435 | 2023-12-07T07:09:46.918Z | Compiling enum-as-inner v0.5.1 |
1436 | 2023-12-07T07:09:48.230Z | Compiling num-iter v0.1.43 |
1437 | 2023-12-07T07:09:48.576Z | Compiling crossbeam-epoch v0.9.15 |
1438 | 2023-12-07T07:09:48.636Z | Compiling siphasher v0.3.11 |
1439 | 2023-12-07T07:09:48.662Z | Compiling unicode-segmentation v1.10.1 |
1440 | 2023-12-07T07:09:49.112Z | Compiling flagset v0.4.3 |
1441 | 2023-12-07T07:09:49.352Z | Compiling der v0.7.8 |
1442 | 2023-12-07T07:09:50.089Z | Compiling hubpack_derive v0.1.1 |
1443 | 2023-12-07T07:09:50.099Z | Compiling pin-project-internal v1.1.3 |
1444 | 2023-12-07T07:09:50.654Z | Compiling zerocopy-derive v0.6.4 |
1445 | 2023-12-07T07:09:52.374Z | Compiling anstyle v1.0.2 |
1446 | 2023-12-07T07:09:54.206Z | Compiling utf8parse v0.2.1 |
1447 | 2023-12-07T07:09:54.433Z | Compiling num_threads v0.1.6 |
1448 | 2023-12-07T07:09:54.725Z | Compiling deranged v0.3.8 |
1449 | 2023-12-07T07:09:54.836Z | Compiling sha2 v0.10.8 |
1450 | 2023-12-07T07:09:55.277Z | Compiling anstyle-parse v0.2.1 |
1451 | 2023-12-07T07:09:55.779Z | Compiling spki v0.7.2 |
1452 | 2023-12-07T07:09:57.578Z | Compiling time v0.3.27 |
1453 | 2023-12-07T07:09:57.837Z | Compiling md-5 v0.10.5 |
1454 | 2023-12-07T07:09:58.392Z | Compiling block-padding v0.3.3 |
1455 | 2023-12-07T07:09:58.760Z | Compiling clap_derive v4.4.2 |
1456 | 2023-12-07T07:09:58.903Z | Compiling stringprep v0.1.3 |
1457 | 2023-12-07T07:09:59.592Z | Compiling hash32 v0.2.1 |
1458 | 2023-12-07T07:10:00.150Z | Compiling diesel_table_macro_syntax v0.1.0 |
1459 | 2023-12-07T07:10:00.498Z | Compiling either v1.9.0 |
1460 | 2023-12-07T07:10:00.835Z | Compiling anstyle-query v1.0.0 |
1461 | 2023-12-07T07:10:01.101Z | Compiling stable_deref_trait v1.2.0 |
1462 | 2023-12-07T07:10:01.167Z | Compiling colorchoice v1.0.0 |
1463 | 2023-12-07T07:10:01.210Z | Compiling fallible-iterator v0.2.0 |
1464 | 2023-12-07T07:10:01.384Z | Compiling anstream v0.5.0 |
1465 | 2023-12-07T07:10:02.386Z | Compiling postgres-protocol v0.6.6 |
1466 | 2023-12-07T07:10:03.237Z | Compiling diesel_derives v2.1.2 |
1467 | 2023-12-07T07:10:04.594Z | Compiling terminal_size v0.2.6 |
1468 | 2023-12-07T07:10:05.071Z | Compiling inout v0.1.3 |
1469 | 2023-12-07T07:10:06.798Z | Compiling pkcs8 v0.10.2 |
1470 | 2023-12-07T07:10:07.234Z | Compiling phf_shared v0.11.2 |
1471 | 2023-12-07T07:10:08.396Z | Compiling ff v0.13.0 |
1472 | 2023-12-07T07:10:08.419Z | Compiling getopts v0.2.21 |
1473 | 2023-12-07T07:10:08.736Z | Compiling snafu-derive v0.7.5 |
1474 | 2023-12-07T07:10:08.879Z | Compiling serde_repr v0.1.16 |
1475 | 2023-12-07T07:10:08.904Z | Compiling scheduled-thread-pool v0.2.7 |
1476 | 2023-12-07T07:10:09.615Z | Compiling managed v0.8.0 |
1477 | 2023-12-07T07:10:10.121Z | Compiling bit-vec v0.6.3 |
1478 | 2023-12-07T07:10:10.464Z | Compiling regex-automata v0.1.10 |
1479 | 2023-12-07T07:10:10.708Z | Compiling clap_lex v0.5.1 |
1480 | 2023-12-07T07:10:10.724Z | Compiling matches v0.1.10 |
1481 | 2023-12-07T07:10:11.241Z | Compiling unsafe-libyaml v0.2.9 |
1482 | 2023-12-07T07:10:11.469Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1483 | 2023-12-07T07:10:11.501Z | Compiling base16ct v0.2.0 |
1484 | 2023-12-07T07:10:12.128Z | Compiling sec1 v0.7.3 |
1485 | 2023-12-07T07:10:13.047Z | Compiling bstr v0.2.17 |
1486 | 2023-12-07T07:10:14.446Z | Compiling serde_yaml v0.9.25 |
1487 | 2023-12-07T07:10:15.364Z | Compiling clap_builder v4.4.2 |
1488 | 2023-12-07T07:10:18.380Z | Compiling idna v0.2.3 |
1489 | 2023-12-07T07:10:20.111Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1490 | 2023-12-07T07:10:20.297Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1491 | 2023-12-07T07:10:21.434Z | Compiling r2d2 v0.8.10 |
1492 | 2023-12-07T07:10:22.427Z | Compiling group v0.13.0 |
1493 | 2023-12-07T07:10:24.423Z | Compiling phf v0.11.2 |
1494 | 2023-12-07T07:10:24.848Z | Compiling signal-hook-mio v0.2.3 |
1495 | 2023-12-07T07:10:24.870Z | Compiling cipher v0.4.4 |
1496 | 2023-12-07T07:10:25.144Z | Compiling bzip2 v0.4.4 |
1497 | 2023-12-07T07:10:25.671Z | Compiling postgres-types v0.2.6 |
1498 | 2023-12-07T07:10:25.732Z | Compiling itertools v0.11.0 |
1499 | 2023-12-07T07:10:28.323Z | Compiling pin-project v1.1.3 |
1500 | 2023-12-07T07:10:28.497Z | Compiling zerocopy v0.6.4 |
1501 | 2023-12-07T07:10:29.834Z | Compiling hubpack v0.1.2 |
1502 | 2023-12-07T07:10:30.230Z | Compiling phf_shared v0.10.0 |
1503 | 2023-12-07T07:10:30.601Z | Compiling hkdf v0.12.3 |
1504 | 2023-12-07T07:10:30.674Z | Compiling ipnetwork v0.20.0 |
1505 | 2023-12-07T07:10:30.864Z | Compiling crypto-bigint v0.5.2 |
1506 | 2023-12-07T07:10:30.937Z | Compiling futures-executor v0.3.29 |
1507 | 2023-12-07T07:10:31.085Z | Compiling float-cmp v0.9.0 |
1508 | 2023-12-07T07:10:31.587Z | Compiling new_debug_unreachable v1.0.4 |
1509 | 2023-12-07T07:10:31.718Z | Compiling fixedbitset v0.4.2 |
1510 | 2023-12-07T07:10:32.075Z | Compiling normalize-line-endings v0.3.0 |
1511 | 2023-12-07T07:10:32.251Z | Compiling data-encoding v2.4.0 |
1512 | 2023-12-07T07:10:32.396Z | Compiling static_assertions v1.1.0 |
1513 | 2023-12-07T07:10:33.126Z | Compiling regex-automata v0.3.8 |
1514 | 2023-12-07T07:10:34.710Z | Compiling difflib v0.4.0 |
1515 | 2023-12-07T07:10:36.327Z | Compiling whoami v1.4.1 |
1516 | 2023-12-07T07:10:36.627Z | Compiling precomputed-hash v0.1.1 |
1517 | 2023-12-07T07:10:36.774Z | Compiling predicates-core v1.0.6 |
1518 | 2023-12-07T07:10:37.144Z | Compiling predicates v3.0.4 |
1519 | 2023-12-07T07:10:37.309Z | Compiling string_cache v0.8.7 |
1520 | 2023-12-07T07:10:37.313Z | Compiling tokio-postgres v0.7.10 |
1521 | 2023-12-07T07:10:37.362Z | Compiling bstr v1.6.0 |
1522 | 2023-12-07T07:10:38.524Z | Compiling elliptic-curve v0.13.8 |
1523 | 2023-12-07T07:10:39.168Z | Compiling trust-dns-proto v0.22.0 |
1524 | 2023-12-07T07:10:39.746Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1525 | 2023-12-07T07:10:40.316Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1526 | 2023-12-07T07:10:40.325Z | Compiling petgraph v0.6.4 |
1527 | 2023-12-07T07:10:41.515Z | Compiling diesel v2.1.4 |
1528 | 2023-12-07T07:10:43.545Z | Compiling futures v0.3.29 |
1529 | 2023-12-07T07:10:47.372Z | Compiling snafu v0.7.5 |
1530 | 2023-12-07T07:10:48.748Z | Compiling yasna v0.5.2 |
1531 | 2023-12-07T07:10:49.383Z | Compiling zip v0.6.6 |
1532 | 2023-12-07T07:10:52.080Z | Compiling crossterm v0.27.0 |
1533 | 2023-12-07T07:10:52.781Z | Compiling clap v4.4.3 |
1534 | 2023-12-07T07:10:53.243Z | Compiling similar v2.2.1 |
1535 | 2023-12-07T07:10:53.495Z | Compiling bit-set v0.5.3 |
1536 | 2023-12-07T07:10:53.889Z | Compiling itertools v0.10.5 |
1537 | 2023-12-07T07:10:53.992Z | Compiling usdt v0.3.5 |
1538 | 2023-12-07T07:11:07.530Z | Compiling tokio-stream v0.1.14 |
1539 | 2023-12-07T07:11:08.494Z | Compiling console v0.15.7 |
1540 | 2023-12-07T07:11:08.729Z | Compiling lalrpop-util v0.19.12 |
1541 | 2023-12-07T07:11:40.285Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1542 | 2023-12-07T07:11:41.346Z | Compiling sha1 v0.10.6 |
1543 | 2023-12-07T07:11:48.310Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1544 | 2023-12-07T07:11:49.127Z | Compiling atty v0.2.14 |
1545 | 2023-12-07T07:11:50.839Z | Compiling match_cfg v0.1.0 |
1546 | 2023-12-07T07:11:55.331Z | Compiling hostname v0.3.1 |
1547 | 2023-12-07T07:11:57.286Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1548 | 2023-12-07T07:11:59.838Z | Compiling dirs-sys-next v0.1.2 |
1549 | 2023-12-07T07:12:00.516Z | Compiling dirs-next v2.0.0 |
1550 | 2023-12-07T07:12:00.806Z | Compiling thread_local v1.1.7 |
1551 | 2023-12-07T07:12:00.839Z | Compiling slog-async v2.8.0 |
1552 | 2023-12-07T07:12:01.459Z | Compiling camino v1.1.6 |
1553 | 2023-12-07T07:12:01.616Z | Compiling ident_case v1.0.1 |
1554 | 2023-12-07T07:12:01.820Z | Compiling darling_core v0.20.3 |
1555 | 2023-12-07T07:12:01.998Z | Compiling term v0.7.0 |
1556 | 2023-12-07T07:12:02.152Z | Compiling crossbeam-channel v0.5.8 |
1557 | 2023-12-07T07:12:02.183Z | Compiling multer v2.1.0 |
1558 | 2023-12-07T07:12:02.486Z | Compiling instant v0.1.12 |
1559 | 2023-12-07T07:12:02.633Z | Compiling take_mut v0.2.2 |
1560 | 2023-12-07T07:12:02.691Z | Compiling paste v1.0.14 |
1561 | 2023-12-07T07:12:02.896Z | Compiling slog-term v2.9.0 |
1562 | 2023-12-07T07:12:03.877Z | Compiling slog-json v2.6.1 |
1563 | 2023-12-07T07:12:04.070Z | Compiling async-stream-impl v0.3.5 |
1564 | 2023-12-07T07:12:04.481Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1565 | 2023-12-07T07:12:04.561Z | Compiling atomic-waker v1.1.1 |
1566 | 2023-12-07T07:12:04.830Z | Compiling waitgroup v0.1.2 |
1567 | 2023-12-07T07:12:04.904Z | Compiling slog-bunyan v2.4.0 |
1568 | 2023-12-07T07:12:05.203Z | Compiling toml v0.8.8 |
1569 | 2023-12-07T07:12:05.305Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1570 | 2023-12-07T07:12:05.568Z | Compiling serde_path_to_error v0.1.14 |
1571 | 2023-12-07T07:12:06.338Z | Compiling async-stream v0.3.5 |
1572 | 2023-12-07T07:12:06.795Z | Compiling structmeta-derive v0.2.0 |
1573 | 2023-12-07T07:12:06.902Z | Compiling debug-ignore v1.0.5 |
1574 | 2023-12-07T07:12:06.965Z | Compiling strum v0.25.0 |
1575 | 2023-12-07T07:12:07.007Z | Compiling regex-syntax v0.7.5 |
1576 | 2023-12-07T07:12:07.071Z | Compiling backoff v0.4.0 |
1577 | 2023-12-07T07:12:07.208Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1578 | 2023-12-07T07:12:07.612Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2023-12-07T07:12:07.882Z | Compiling macaddr v1.0.1 |
1580 | 2023-12-07T07:12:08.026Z | Compiling proc-macro-error-attr v1.0.4 |
1581 | 2023-12-07T07:12:08.351Z | Compiling proc-macro-crate v1.3.1 |
1582 | 2023-12-07T07:12:08.549Z | Compiling proc-macro-error v1.0.4 |
1583 | 2023-12-07T07:12:09.170Z | Compiling smoltcp v0.10.0 |
1584 | 2023-12-07T07:12:09.856Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1585 | 2023-12-07T07:12:10.088Z | Compiling num_enum_derive v0.5.11 |
1586 | 2023-12-07T07:12:10.380Z | Compiling embedded-io v0.4.0 |
1587 | 2023-12-07T07:12:10.702Z | Compiling fastrand v2.0.0 |
1588 | 2023-12-07T07:12:11.475Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1589 | 2023-12-07T07:12:11.548Z | Compiling cobs v0.2.3 |
1590 | 2023-12-07T07:12:11.762Z | Compiling structmeta v0.2.0 |
1591 | 2023-12-07T07:12:11.895Z | Compiling same-file v1.0.6 |
1592 | 2023-12-07T07:12:11.986Z | Compiling darling_macro v0.20.3 |
1593 | 2023-12-07T07:12:12.055Z | Compiling postcard v1.0.8 |
1594 | 2023-12-07T07:12:12.228Z | Compiling walkdir v2.4.0 |
1595 | 2023-12-07T07:12:12.427Z | Compiling tempfile v3.8.1 |
1596 | 2023-12-07T07:12:13.548Z | Compiling semver-parser v0.10.2 |
1597 | 2023-12-07T07:12:13.618Z | Compiling darling v0.20.3 |
1598 | 2023-12-07T07:12:13.774Z | Compiling serde_with_macros v2.3.3 |
1599 | 2023-12-07T07:12:13.848Z | Compiling foreign-types-macros v0.2.3 |
1600 | 2023-12-07T07:12:14.514Z | Compiling num_enum v0.5.11 |
1601 | 2023-12-07T07:12:14.685Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1602 | 2023-12-07T07:12:15.106Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1603 | 2023-12-07T07:12:15.597Z | Compiling crucible-workspace-hack v0.1.0 |
1604 | 2023-12-07T07:12:15.944Z | Compiling foreign-types-shared v0.3.1 |
1605 | 2023-12-07T07:12:16.099Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1606 | 2023-12-07T07:12:16.374Z | Compiling foreign-types v0.5.0 |
1607 | 2023-12-07T07:12:16.892Z | Compiling semver v0.11.0 |
1608 | 2023-12-07T07:12:17.658Z | Compiling is-terminal v0.4.9 |
1609 | 2023-12-07T07:12:17.897Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1610 | 2023-12-07T07:12:17.922Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1611 | 2023-12-07T07:12:18.165Z | Compiling serde_with v2.3.3 |
1612 | 2023-12-07T07:12:18.218Z | Compiling zerocopy-derive v0.7.26 |
1613 | 2023-12-07T07:12:18.427Z | Compiling parse-display-derive v0.8.2 |
1614 | 2023-12-07T07:12:19.230Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1615 | 2023-12-07T07:12:19.288Z | Compiling cstr-argument v0.1.2 |
1616 | 2023-12-07T07:12:19.648Z | Compiling xattr v1.0.1 |
1617 | 2023-12-07T07:12:20.041Z | Compiling filetime v0.2.23 |
1618 | 2023-12-07T07:12:20.558Z | Compiling pretty-hex v0.2.1 |
1619 | 2023-12-07T07:12:20.833Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1620 | 2023-12-07T07:12:21.243Z | Compiling home v0.5.5 |
1621 | 2023-12-07T07:12:21.604Z | Compiling toolchain_find v0.2.0 |
1622 | 2023-12-07T07:12:21.827Z | Compiling zerocopy v0.7.26 |
1623 | 2023-12-07T07:12:22.181Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1624 | 2023-12-07T07:12:22.545Z | Compiling tar v0.4.40 |
1625 | 2023-12-07T07:12:22.672Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1626 | 2023-12-07T07:12:22.771Z | Compiling colored v2.0.4 |
1627 | 2023-12-07T07:12:23.144Z | Compiling textwrap v0.11.0 |
1628 | 2023-12-07T07:12:23.638Z | Compiling heck v0.3.3 |
1629 | 2023-12-07T07:12:23.959Z | Compiling toml v0.5.11 |
1630 | 2023-12-07T07:12:24.191Z | Compiling platforms v3.0.2 |
1631 | 2023-12-07T07:12:24.245Z | Compiling strsim v0.8.0 |
1632 | 2023-12-07T07:12:24.507Z | Compiling vec_map v0.8.2 |
1633 | 2023-12-07T07:12:24.650Z | Compiling libefi-sys v0.1.0 |
1634 | 2023-12-07T07:12:24.813Z | Compiling ansi_term v0.12.1 |
1635 | 2023-12-07T07:12:25.123Z | Compiling structopt-derive v0.4.18 |
1636 | 2023-12-07T07:12:25.261Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1637 | 2023-12-07T07:12:25.268Z | Compiling omicron-zone-package v0.9.1 |
1638 | 2023-12-07T07:12:25.678Z | Compiling clap v2.34.0 |
1639 | 2023-12-07T07:12:25.804Z | Compiling parse-display v0.8.2 |
1640 | 2023-12-07T07:12:26.098Z | Compiling camino-tempfile v1.1.1 |
1641 | 2023-12-07T07:12:26.767Z | Compiling rustfmt-wrapper v0.2.0 |
1642 | 2023-12-07T07:12:27.731Z | Compiling zone_cfg_derive v0.3.0 |
1643 | 2023-12-07T07:12:28.191Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1644 | 2023-12-07T07:12:30.174Z | Compiling num-derive v0.4.0 |
1645 | 2023-12-07T07:12:30.219Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1646 | 2023-12-07T07:12:30.224Z | Compiling zone v0.3.0 |
1647 | 2023-12-07T07:12:30.980Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1648 | 2023-12-07T07:12:31.724Z | Compiling structopt v0.3.26 |
1649 | 2023-12-07T07:12:31.937Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1650 | 2023-12-07T07:12:32.584Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1651 | 2023-12-07T07:12:32.730Z | Compiling smf v0.2.2 |
1652 | 2023-12-07T07:12:32.755Z | Compiling unicase v2.7.0 |
1653 | 2023-12-07T07:12:32.947Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1654 | 2023-12-07T07:12:33.469Z | Compiling universal-hash v0.5.1 |
1655 | 2023-12-07T07:12:33.535Z | Compiling curve25519-dalek v4.1.0 |
1656 | 2023-12-07T07:12:33.675Z | Compiling opaque-debug v0.3.0 |
1657 | 2023-12-07T07:12:33.798Z | Compiling curve25519-dalek-derive v0.1.0 |
1658 | 2023-12-07T07:12:33.804Z | Compiling num-rational v0.4.1 |
1659 | 2023-12-07T07:12:33.987Z | Compiling getrandom v0.1.16 |
1660 | 2023-12-07T07:12:34.051Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1661 | 2023-12-07T07:12:34.587Z | Compiling signature v2.1.0 |
1662 | 2023-12-07T07:12:34.781Z | Compiling linked-hash-map v0.5.6 |
1663 | 2023-12-07T07:12:34.892Z | Compiling parking_lot_core v0.8.6 |
1664 | 2023-12-07T07:12:34.958Z | Compiling quick-error v1.2.3 |
1665 | 2023-12-07T07:12:35.068Z | Compiling keccak v0.1.4 |
1666 | 2023-12-07T07:12:35.160Z | Compiling resolv-conf v0.7.0 |
1667 | 2023-12-07T07:12:35.346Z | Compiling lru-cache v0.1.2 |
1668 | 2023-12-07T07:12:35.532Z | Compiling sha3 v0.10.8 |
1669 | 2023-12-07T07:12:36.384Z | Compiling password-hash v0.5.0 |
1670 | 2023-12-07T07:12:36.517Z | Compiling blake2 v0.10.6 |
1671 | 2023-12-07T07:12:36.686Z | Compiling aead v0.5.2 |
1672 | 2023-12-07T07:12:37.040Z | Compiling secrecy v0.8.0 |
1673 | 2023-12-07T07:12:37.193Z | Compiling num-complex v0.4.4 |
1674 | 2023-12-07T07:12:37.438Z | Compiling nibble_vec v0.1.0 |
1675 | 2023-12-07T07:12:37.733Z | Compiling slog-dtrace v0.2.3 |
1676 | 2023-12-07T07:12:38.147Z | Compiling convert_case v0.4.0 |
1677 | 2023-12-07T07:12:38.240Z | Compiling endian-type v0.1.2 |
1678 | 2023-12-07T07:12:38.569Z | Compiling utf-8 v0.7.6 |
1679 | 2023-12-07T07:12:38.984Z | Compiling winapi v0.3.9 |
1680 | 2023-12-07T07:12:39.025Z | Compiling arc-swap v1.6.0 |
1681 | 2023-12-07T07:12:39.051Z | Compiling tungstenite v0.20.1 |
1682 | 2023-12-07T07:12:39.158Z | Compiling num v0.4.1 |
1683 | 2023-12-07T07:12:39.307Z | Compiling radix_trie v0.2.1 |
1684 | 2023-12-07T07:12:39.660Z | Compiling derive_more v0.99.17 |
1685 | 2023-12-07T07:12:40.059Z | Compiling slog-scope v4.4.0 |
1686 | 2023-12-07T07:12:40.477Z | Compiling argon2 v0.5.2 |
1687 | 2023-12-07T07:12:40.574Z | Compiling mime_guess v2.0.4 |
1688 | 2023-12-07T07:12:40.831Z | Compiling rand_core v0.5.1 |
1689 | 2023-12-07T07:12:40.920Z | Compiling trust-dns-resolver v0.22.0 |
1690 | 2023-12-07T07:12:42.628Z | Compiling poly1305 v0.8.0 |
1691 | 2023-12-07T07:12:42.668Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1692 | 2023-12-07T07:12:42.905Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1693 | 2023-12-07T07:12:43.353Z | Compiling chacha20 v0.9.1 |
1694 | 2023-12-07T07:12:44.060Z | Compiling rfc6979 v0.4.0 |
1695 | 2023-12-07T07:12:44.335Z | Compiling thiserror-impl-no-std v2.0.2 |
1696 | 2023-12-07T07:12:44.622Z | Compiling half v1.8.2 |
1697 | 2023-12-07T07:12:45.519Z | Compiling ciborium-io v0.2.1 |
1698 | 2023-12-07T07:12:45.961Z | Compiling option-ext v0.2.0 |
1699 | 2023-12-07T07:12:45.974Z | Compiling ecdsa v0.16.9 |
1700 | 2023-12-07T07:12:45.974Z | Compiling dirs-sys v0.4.1 |
1701 | 2023-12-07T07:12:45.974Z | Compiling ciborium-ll v0.2.1 |
1702 | 2023-12-07T07:12:46.367Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1703 | 2023-12-07T07:12:46.867Z | Compiling parking_lot v0.11.2 |
1704 | 2023-12-07T07:12:46.899Z | Compiling rand_chacha v0.2.2 |
1705 | 2023-12-07T07:12:47.263Z | Compiling tokio-tungstenite v0.20.1 |
1706 | 2023-12-07T07:12:48.533Z | Compiling slog-stdlog v4.1.1 |
1707 | 2023-12-07T07:12:49.094Z | Compiling trust-dns-client v0.22.0 |
1708 | 2023-12-07T07:12:49.122Z | Compiling ed25519 v2.2.2 |
1709 | 2023-12-07T07:12:49.262Z | Compiling polyval v0.6.1 |
1710 | 2023-12-07T07:12:49.717Z | Compiling thiserror-no-std v2.0.2 |
1711 | 2023-12-07T07:12:49.817Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1712 | 2023-12-07T07:12:49.881Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1713 | 2023-12-07T07:12:49.908Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1714 | 2023-12-07T07:12:50.885Z | Compiling primeorder v0.13.6 |
1715 | 2023-12-07T07:12:51.395Z | Compiling ctr v0.9.2 |
1716 | 2023-12-07T07:12:51.674Z | Compiling blowfish v0.9.1 |
1717 | 2023-12-07T07:12:51.922Z | Compiling aes v0.8.3 |
1718 | 2023-12-07T07:12:52.402Z | Compiling password-hash v0.4.2 |
1719 | 2023-12-07T07:12:54.073Z | Compiling pbkdf2 v0.12.2 |
1720 | 2023-12-07T07:12:54.092Z | Compiling fxhash v0.2.1 |
1721 | 2023-12-07T07:12:54.771Z | Compiling cancel-safe-futures v0.1.5 |
1722 | 2023-12-07T07:12:54.804Z | Compiling glob v0.3.1 |
1723 | 2023-12-07T07:12:56.508Z | Compiling sled v0.34.7 |
1724 | 2023-12-07T07:12:56.652Z | Compiling bcrypt-pbkdf v0.10.0 |
1725 | 2023-12-07T07:12:57.567Z | Compiling trust-dns-server v0.22.1 |
1726 | 2023-12-07T07:12:58.784Z | Compiling pbkdf2 v0.11.0 |
1727 | 2023-12-07T07:12:59.334Z | Compiling p256 v0.13.2 |
1728 | 2023-12-07T07:13:00.336Z | Compiling vsss-rs v3.3.1 |
1729 | 2023-12-07T07:13:00.687Z | Compiling ghash v0.5.0 |
1730 | 2023-12-07T07:13:00.962Z | Compiling ed25519-dalek v2.0.0 |
1731 | 2023-12-07T07:13:02.782Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1732 | 2023-12-07T07:13:05.247Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1733 | 2023-12-07T07:13:07.625Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1734 | 2023-12-07T07:13:08.877Z | Compiling slog-envlogger v2.2.0 |
1735 | 2023-12-07T07:13:09.777Z | Compiling russh-cryptovec v0.7.0 |
1736 | 2023-12-07T07:13:09.777Z | Compiling rand v0.7.3 |
1737 | 2023-12-07T07:13:10.461Z | Compiling ciborium v0.2.1 |
1738 | 2023-12-07T07:13:11.743Z | Compiling dirs v5.0.1 |
1739 | 2023-12-07T07:13:11.743Z | Compiling chacha20poly1305 v0.10.1 |
1740 | 2023-12-07T07:13:12.006Z | Compiling cbc v0.1.2 |
1741 | 2023-12-07T07:13:12.006Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1742 | 2023-12-07T07:13:32.729Z | Compiling pem v3.0.2 |
1743 | 2023-12-07T07:13:34.029Z | Compiling headers-core v0.2.0 |
1744 | 2023-12-07T07:13:34.029Z | Compiling kstat-rs v0.2.3 |
1745 | 2023-12-07T07:13:34.029Z | Compiling pretty-hex v0.4.0 |
1746 | 2023-12-07T07:13:34.029Z | Compiling md5 v0.7.0 |
1747 | 2023-12-07T07:13:34.029Z | Compiling http-range v0.1.5 |
1748 | 2023-12-07T07:13:34.029Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1749 | 2023-12-07T07:13:34.029Z | Compiling russh-keys v0.40.0 |
1750 | 2023-12-07T07:13:34.029Z | Compiling hyper-staticfile v0.9.5 |
1751 | 2023-12-07T07:13:34.431Z | Compiling rcgen v0.11.3 |
1752 | 2023-12-07T07:13:34.431Z | Compiling headers v0.3.9 |
1753 | 2023-12-07T07:13:34.431Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1754 | 2023-12-07T07:13:34.431Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1755 | 2023-12-07T07:13:34.431Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1756 | 2023-12-07T07:13:34.431Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1757 | 2023-12-07T07:13:34.432Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1758 | 2023-12-07T07:13:34.432Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1759 | 2023-12-07T07:13:34.432Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1760 | 2023-12-07T07:13:34.432Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1761 | 2023-12-07T07:13:34.432Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1762 | 2023-12-07T07:13:34.433Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1763 | 2023-12-07T07:13:34.434Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1764 | 2023-12-07T07:13:34.757Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1765 | 2023-12-07T07:13:35.545Z | Compiling aes-gcm v0.10.3 |
1766 | 2023-12-07T07:13:36.063Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1767 | 2023-12-07T07:13:36.902Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1768 | 2023-12-07T07:13:38.883Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1769 | 2023-12-07T07:13:38.958Z | Compiling atomicwrites v0.4.2 |
1770 | 2023-12-07T07:13:39.292Z | Compiling itertools v0.12.0 |
1771 | 2023-12-07T07:13:39.474Z | Compiling subprocess v0.2.9 |
1772 | 2023-12-07T07:13:42.984Z | Compiling hex-literal v0.4.1 |
1773 | 2023-12-07T07:13:43.206Z | Compiling russh v0.40.0 |
1774 | 2023-12-07T07:13:44.381Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1775 | 2023-12-07T07:13:47.738Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1776 | 2023-12-07T07:13:53.513Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1777 | 2023-12-07T07:14:20.121Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1778 | 2023-12-07T07:15:39.133Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 52s |
1779 | 2023-12-07T07:15:39.359Z | |
1780 | 2023-12-07T07:15:39.359Z | real 7:52.886998184 |
1781 | 2023-12-07T07:15:39.359Z | user 43:22.207165278 |
1782 | 2023-12-07T07:15:39.359Z | sys 6:38.220697422 |
1783 | 2023-12-07T07:15:39.360Z | trap 1.710054425 |
1784 | 2023-12-07T07:15:39.360Z | tflt 2.622640910 |
1785 | 2023-12-07T07:15:39.360Z | dflt 6.836661811 |
1786 | 2023-12-07T07:15:39.368Z | kflt 0.027694217 |
1787 | 2023-12-07T07:15:39.369Z | lock 1:22:47.553326963 |
1788 | 2023-12-07T07:15:39.369Z | slp 2:03:25.011430670 |
1789 | 2023-12-07T07:15:39.369Z | lat 2:02.574098242 |
1790 | 2023-12-07T07:15:39.369Z | stop 4:22.707856149 |
1791 | 2023-12-07T07:15:39.369Z | + mkdir -p /work/end-to-end-tests |
1792 | 2023-12-07T07:15:39.370Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1793 | 2023-12-07T07:15:39.998Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1794 | 2023-12-07T07:15:40.001Z | + ptime -m gzip |
1795 | 2023-12-07T07:15:40.008Z | ++ basename target/debug/bootstrap |
1796 | 2023-12-07T07:15:56.681Z | |
1797 | 2023-12-07T07:15:56.682Z | real 16.672546553 |
1798 | 2023-12-07T07:15:56.682Z | user 16.496295340 |
1799 | 2023-12-07T07:15:56.682Z | sys 0.158852408 |
1800 | 2023-12-07T07:15:56.684Z | trap 0.005906708 |
1801 | 2023-12-07T07:15:56.684Z | tflt 0.000000000 |
1802 | 2023-12-07T07:15:56.685Z | dflt 0.000000000 |
1803 | 2023-12-07T07:15:56.707Z | kflt 0.000000000 |
1804 | 2023-12-07T07:15:56.708Z | lock 0.000000000 |
1805 | 2023-12-07T07:15:56.708Z | slp 0.000000000 |
1806 | 2023-12-07T07:15:56.708Z | lat 0.011152143 |
1807 | 2023-12-07T07:15:56.708Z | stop 0.000224219 |
1808 | 2023-12-07T07:15:56.708Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1809 | 2023-12-07T07:15:56.708Z | + ptime -m gzip |
1810 | 2023-12-07T07:15:56.708Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4fe365f0266bec52 |
1811 | 2023-12-07T07:15:57.763Z | |
1812 | 2023-12-07T07:15:57.763Z | real 1.077239767 |
1813 | 2023-12-07T07:15:57.763Z | user 1.065722275 |
1814 | 2023-12-07T07:15:57.763Z | sys 0.010709777 |
1815 | 2023-12-07T07:15:57.763Z | trap 0.000137245 |
1816 | 2023-12-07T07:15:57.763Z | tflt 0.000000000 |
1817 | 2023-12-07T07:15:57.763Z | dflt 0.000000000 |
1818 | 2023-12-07T07:15:57.767Z | kflt 0.000000000 |
1819 | 2023-12-07T07:15:57.767Z | lock 0.000000000 |
1820 | 2023-12-07T07:15:57.767Z | slp 0.000000000 |
1821 | 2023-12-07T07:15:57.767Z | lat 0.000324314 |
1822 | 2023-12-07T07:15:57.767Z | stop 0.000222438 |
1823 | 2023-12-07T07:15:57.768Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1824 | 2023-12-07T07:15:57.768Z | + ptime -m gzip |
1825 | 2023-12-07T07:15:57.768Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-de860e1ecc3158ae |
1826 | 2023-12-07T07:16:14.951Z | |
1827 | 2023-12-07T07:16:14.951Z | real 17.176979234 |
1828 | 2023-12-07T07:16:14.951Z | user 16.999374285 |
1829 | 2023-12-07T07:16:14.959Z | sys 0.170909817 |
1830 | 2023-12-07T07:16:14.959Z | trap 0.004026903 |
1831 | 2023-12-07T07:16:14.959Z | tflt 0.000000000 |
1832 | 2023-12-07T07:16:14.959Z | dflt 0.000000000 |
1833 | 2023-12-07T07:16:14.959Z | kflt 0.000000000 |
1834 | 2023-12-07T07:16:14.960Z | lock 0.000000000 |
1835 | 2023-12-07T07:16:14.960Z | slp 0.000000000 |
1836 | 2023-12-07T07:16:14.960Z | lat 0.002009855 |
1837 | 2023-12-07T07:16:14.960Z | stop 0.000556593 |
1838 | 2023-12-07T07:16:14.960Z | + banner caboose-util |
1839 | 2023-12-07T07:16:14.960Z | |
1840 | 2023-12-07T07:16:14.960Z | #### ## ##### #### #### #### ###### # # ##### |
1841 | 2023-12-07T07:16:14.960Z | # # # # # # # # # # # # # # # |
1842 | 2023-12-07T07:16:14.960Z | # # # ##### # # # # #### ##### ##### # # # |
1843 | 2023-12-07T07:16:14.960Z | # ###### # # # # # # # # # # # |
1844 | 2023-12-07T07:16:14.961Z | # # # # # # # # # # # # # # # # |
1845 | 2023-12-07T07:16:14.961Z | #### # # ##### #### #### #### ###### #### # |
1846 | 2023-12-07T07:16:14.961Z | |
1847 | 2023-12-07T07:16:14.961Z | + ptime -m cargo build --locked -p caboose-util --release |
1848 | 2023-12-07T07:16:15.576Z | Downloading crates ... |
1849 | 2023-12-07T07:16:15.937Z | Downloaded radium v0.7.0 |
1850 | 2023-12-07T07:16:15.942Z | Downloaded funty v2.0.0 |
1851 | 2023-12-07T07:16:15.942Z | Downloaded maybe-uninit v2.0.0 |
1852 | 2023-12-07T07:16:15.956Z | Downloaded crc-catalog v2.2.0 |
1853 | 2023-12-07T07:16:15.956Z | Downloaded smallvec v0.6.14 |
1854 | 2023-12-07T07:16:15.959Z | Downloaded path-slash v0.1.5 |
1855 | 2023-12-07T07:16:15.960Z | Downloaded nodrop v0.1.14 |
1856 | 2023-12-07T07:16:15.965Z | Downloaded rsa v0.9.2 |
1857 | 2023-12-07T07:16:15.969Z | Downloaded packed_struct v0.10.1 |
1858 | 2023-12-07T07:16:15.974Z | Downloaded tap v1.0.1 |
1859 | 2023-12-07T07:16:15.974Z | Downloaded termcolor v1.2.0 |
1860 | 2023-12-07T07:16:15.981Z | Downloaded wyz v0.5.1 |
1861 | 2023-12-07T07:16:15.981Z | Downloaded env_logger v0.10.0 |
1862 | 2023-12-07T07:16:15.988Z | Downloaded serde-hex v0.1.0 |
1863 | 2023-12-07T07:16:15.988Z | Downloaded crc-any v2.4.3 |
1864 | 2023-12-07T07:16:15.993Z | Downloaded pkcs1 v0.7.5 |
1865 | 2023-12-07T07:16:15.993Z | Downloaded array-init v0.0.4 |
1866 | 2023-12-07T07:16:15.999Z | Downloaded ron v0.8.1 |
1867 | 2023-12-07T07:16:16.009Z | Downloaded x509-cert v0.2.4 |
1868 | 2023-12-07T07:16:16.015Z | Downloaded num-bigint-dig v0.8.4 |
1869 | 2023-12-07T07:16:16.022Z | Downloaded bitvec v1.0.1 |
1870 | 2023-12-07T07:16:16.049Z | Downloaded object v0.30.4 |
1871 | 2023-12-07T07:16:16.065Z | Downloaded bitfield v0.14.0 |
1872 | 2023-12-07T07:16:16.069Z | Downloaded packed_struct_codegen v0.10.1 |
1873 | 2023-12-07T07:16:16.070Z | Downloaded crc v3.0.1 |
1874 | 2023-12-07T07:16:16.238Z | Compiling proc-macro2 v1.0.69 |
1875 | 2023-12-07T07:16:16.243Z | Compiling unicode-ident v1.0.12 |
1876 | 2023-12-07T07:16:16.244Z | Compiling libc v0.2.150 |
1877 | 2023-12-07T07:16:16.244Z | Compiling autocfg v1.1.0 |
1878 | 2023-12-07T07:16:16.244Z | Compiling serde v1.0.192 |
1879 | 2023-12-07T07:16:16.244Z | Compiling cfg-if v1.0.0 |
1880 | 2023-12-07T07:16:16.260Z | Compiling version_check v0.9.4 |
1881 | 2023-12-07T07:16:16.366Z | Compiling typenum v1.16.0 |
1882 | 2023-12-07T07:16:16.387Z | Compiling syn v1.0.109 |
1883 | 2023-12-07T07:16:16.514Z | Compiling parking_lot_core v0.9.8 |
1884 | 2023-12-07T07:16:17.044Z | Compiling libm v0.2.7 |
1885 | 2023-12-07T07:16:17.077Z | Compiling futures-core v0.3.29 |
1886 | 2023-12-07T07:16:17.209Z | Compiling generic-array v0.14.7 |
1887 | 2023-12-07T07:16:17.621Z | Compiling lock_api v0.4.10 |
1888 | 2023-12-07T07:16:17.622Z | Compiling num-traits v0.2.16 |
1889 | 2023-12-07T07:16:17.622Z | Compiling once_cell v1.18.0 |
1890 | 2023-12-07T07:16:17.622Z | Compiling pkg-config v0.3.27 |
1891 | 2023-12-07T07:16:17.761Z | Compiling scopeguard v1.2.0 |
1892 | 2023-12-07T07:16:18.116Z | Compiling slab v0.4.9 |
1893 | 2023-12-07T07:16:18.131Z | Compiling futures-channel v0.3.29 |
1894 | 2023-12-07T07:16:18.135Z | Compiling futures-task v0.3.29 |
1895 | 2023-12-07T07:16:18.529Z | Compiling quote v1.0.33 |
1896 | 2023-12-07T07:16:18.572Z | Compiling serde_json v1.0.108 |
1897 | 2023-12-07T07:16:18.726Z | Compiling thiserror v1.0.49 |
1898 | 2023-12-07T07:16:19.008Z | Compiling itoa v1.0.9 |
1899 | 2023-12-07T07:16:19.311Z | Compiling syn v2.0.32 |
1900 | 2023-12-07T07:16:19.335Z | Compiling cc v1.0.83 |
1901 | 2023-12-07T07:16:19.355Z | Compiling getrandom v0.2.10 |
1902 | 2023-12-07T07:16:19.495Z | Compiling memchr v2.6.3 |
1903 | 2023-12-07T07:16:19.651Z | Compiling futures-util v0.3.29 |
1904 | 2023-12-07T07:16:19.946Z | Compiling rand_core v0.6.4 |
1905 | 2023-12-07T07:16:20.093Z | Compiling log v0.4.20 |
1906 | 2023-12-07T07:16:20.641Z | Compiling smallvec v1.11.0 |
1907 | 2023-12-07T07:16:22.085Z | Compiling vcpkg v0.2.15 |
1908 | 2023-12-07T07:16:22.800Z | Compiling byteorder v1.5.0 |
1909 | 2023-12-07T07:16:23.607Z | Compiling parking_lot v0.12.1 |
1910 | 2023-12-07T07:16:23.943Z | Compiling const-oid v0.9.5 |
1911 | 2023-12-07T07:16:24.250Z | Compiling pin-project-lite v0.2.13 |
1912 | 2023-12-07T07:16:24.940Z | Compiling openssl-sys v0.9.96 |
1913 | 2023-12-07T07:16:25.116Z | Compiling ring v0.17.7 |
1914 | 2023-12-07T07:16:25.169Z | Compiling indexmap v1.9.3 |
1915 | 2023-12-07T07:16:26.558Z | Compiling signal-hook-registry v1.4.1 |
1916 | 2023-12-07T07:16:26.642Z | Compiling subtle v2.5.0 |
1917 | 2023-12-07T07:16:27.094Z | Compiling io-lifetimes v1.0.11 |
1918 | 2023-12-07T07:16:27.663Z | Compiling heck v0.4.1 |
1919 | 2023-12-07T07:16:27.737Z | Compiling ring v0.16.20 |
1920 | 2023-12-07T07:16:27.869Z | Compiling mio v0.8.9 |
1921 | 2023-12-07T07:16:28.360Z | Compiling num-integer v0.1.45 |
1922 | 2023-12-07T07:16:28.746Z | Compiling semver v1.0.20 |
1923 | 2023-12-07T07:16:29.224Z | Compiling ryu v1.0.15 |
1924 | 2023-12-07T07:16:30.280Z | Compiling rustix v0.37.23 |
1925 | 2023-12-07T07:16:31.066Z | Compiling spin v0.5.2 |
1926 | 2023-12-07T07:16:31.433Z | Compiling socket2 v0.5.5 |
1927 | 2023-12-07T07:16:31.734Z | Compiling num_cpus v1.16.0 |
1928 | 2023-12-07T07:16:31.892Z | Compiling ucd-trie v0.1.6 |
1929 | 2023-12-07T07:16:32.104Z | Compiling openssl v0.10.60 |
1930 | 2023-12-07T07:16:32.627Z | Compiling unicode-xid v0.2.4 |
1931 | 2023-12-07T07:16:32.640Z | Compiling futures-sink v0.3.29 |
1932 | 2023-12-07T07:16:32.775Z | Compiling httparse v1.8.0 |
1933 | 2023-12-07T07:16:32.876Z | Compiling synstructure v0.12.6 |
1934 | 2023-12-07T07:16:33.188Z | Compiling tinyvec_macros v0.1.1 |
1935 | 2023-12-07T07:16:33.301Z | Compiling tinyvec v1.6.0 |
1936 | 2023-12-07T07:16:34.497Z | Compiling native-tls v0.2.11 |
1937 | 2023-12-07T07:16:34.544Z | Compiling ppv-lite86 v0.2.17 |
1938 | 2023-12-07T07:16:34.668Z | Compiling crc32fast v1.3.2 |
1939 | 2023-12-07T07:16:34.937Z | Compiling futures-io v0.3.29 |
1940 | 2023-12-07T07:16:35.305Z | Compiling pin-utils v0.1.0 |
1941 | 2023-12-07T07:16:35.314Z | Compiling rustls v0.21.9 |
1942 | 2023-12-07T07:16:35.318Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1943 | 2023-12-07T07:16:35.404Z | Compiling spin v0.9.8 |
1944 | 2023-12-07T07:16:35.846Z | Compiling unicode-normalization v0.1.22 |
1945 | 2023-12-07T07:16:35.883Z | Compiling rand_chacha v0.3.1 |
1946 | 2023-12-07T07:16:35.897Z | Compiling tracing-core v0.1.31 |
1947 | 2023-12-07T07:16:35.910Z | Compiling unicode-bidi v0.3.13 |
1948 | 2023-12-07T07:16:36.915Z | Compiling base64ct v1.6.0 |
1949 | 2023-12-07T07:16:37.564Z | Compiling rand v0.8.5 |
1950 | 2023-12-07T07:16:38.001Z | Compiling pem-rfc7468 v0.7.0 |
1951 | 2023-12-07T07:16:38.597Z | Compiling errno v0.3.2 |
1952 | 2023-12-07T07:16:38.695Z | Compiling num-iter v0.1.43 |
1953 | 2023-12-07T07:16:38.962Z | Compiling ahash v0.8.3 |
1954 | 2023-12-07T07:16:39.117Z | Compiling usdt-impl v0.3.5 |
1955 | 2023-12-07T07:16:39.422Z | Compiling signal-hook v0.3.17 |
1956 | 2023-12-07T07:16:39.573Z | Compiling base64 v0.21.5 |
1957 | 2023-12-07T07:16:39.803Z | Compiling flagset v0.4.3 |
1958 | 2023-12-07T07:16:39.905Z | Compiling schemars v0.8.13 |
1959 | 2023-12-07T07:16:40.351Z | Compiling rustix v0.38.25 |
1960 | 2023-12-07T07:16:40.777Z | Compiling serde_derive_internals v0.26.0 |
1961 | 2023-12-07T07:16:40.807Z | Compiling serde_derive v1.0.192 |
1962 | 2023-12-07T07:16:40.824Z | Compiling zeroize_derive v1.4.2 |
1963 | 2023-12-07T07:16:41.217Z | Compiling tokio-macros v2.2.0 |
1964 | 2023-12-07T07:16:41.259Z | Compiling thiserror-impl v1.0.49 |
1965 | 2023-12-07T07:16:41.504Z | Compiling futures-macro v0.3.29 |
1966 | 2023-12-07T07:16:42.518Z | Compiling tracing-attributes v0.1.26 |
1967 | 2023-12-07T07:16:42.879Z | Compiling der_derive v0.7.2 |
1968 | 2023-12-07T07:16:43.090Z | Compiling zeroize v1.7.0 |
1969 | 2023-12-07T07:16:44.551Z | Compiling zerocopy-derive v0.2.0 |
1970 | 2023-12-07T07:16:44.594Z | Compiling openssl-macros v0.1.1 |
1971 | 2023-12-07T07:16:45.829Z | Compiling pest v2.7.2 |
1972 | 2023-12-07T07:16:46.240Z | Compiling crypto-common v0.1.6 |
1973 | 2023-12-07T07:16:46.240Z | Compiling block-buffer v0.10.4 |
1974 | 2023-12-07T07:16:46.586Z | Compiling digest v0.10.7 |
1975 | 2023-12-07T07:16:46.597Z | Compiling zerocopy-derive v0.6.4 |
1976 | 2023-12-07T07:16:47.237Z | Compiling der v0.7.8 |
1977 | 2023-12-07T07:16:47.338Z | Compiling tracing v0.1.37 |
1978 | 2023-12-07T07:16:49.802Z | Compiling pest_meta v2.7.2 |
1979 | 2023-12-07T07:16:52.102Z | Compiling pest_generator v2.7.2 |
1980 | 2023-12-07T07:16:55.377Z | Compiling bitflags v1.3.2 |
1981 | 2023-12-07T07:16:55.792Z | Compiling fnv v1.0.7 |
1982 | 2023-12-07T07:16:55.792Z | Compiling spki v0.7.2 |
1983 | 2023-12-07T07:16:56.067Z | Compiling zerocopy v0.3.0 |
1984 | 2023-12-07T07:16:56.474Z | Compiling pest_derive v2.7.2 |
1985 | 2023-12-07T07:16:56.776Z | Compiling schemars_derive v0.8.13 |
1986 | 2023-12-07T07:16:57.317Z | Compiling lazy_static v1.4.0 |
1987 | 2023-12-07T07:16:58.964Z | Compiling backtrace v0.3.69 |
1988 | 2023-12-07T07:16:59.534Z | Compiling num-bigint v0.4.4 |
1989 | 2023-12-07T07:16:59.782Z | Compiling memoffset v0.9.0 |
1990 | 2023-12-07T07:17:00.165Z | Compiling openssl-probe v0.1.5 |
1991 | 2023-12-07T07:17:00.204Z | Compiling equivalent v1.0.1 |
1992 | 2023-12-07T07:17:00.337Z | Compiling smoltcp v0.9.1 |
1993 | 2023-12-07T07:17:00.564Z | Compiling hashbrown v0.14.2 |
1994 | 2023-12-07T07:17:00.681Z | Compiling untrusted v0.7.1 |
1995 | 2023-12-07T07:17:00.751Z | Compiling iana-time-zone v0.1.57 |
1996 | 2023-12-07T07:17:00.952Z | Compiling async-trait v0.1.74 |
1997 | 2023-12-07T07:17:01.231Z | Compiling doc-comment v0.3.3 |
1998 | 2023-12-07T07:17:01.600Z | Compiling foreign-types-shared v0.1.1 |
1999 | 2023-12-07T07:17:01.614Z | Compiling percent-encoding v2.3.1 |
2000 | 2023-12-07T07:17:01.733Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2001 | 2023-12-07T07:17:01.950Z | Compiling untrusted v0.9.0 |
2002 | 2023-12-07T07:17:02.078Z | Compiling crossbeam-utils v0.8.16 |
2003 | 2023-12-07T07:17:02.181Z | Compiling hashbrown v0.12.3 |
2004 | 2023-12-07T07:17:02.798Z | Compiling foreign-types v0.3.2 |
2005 | 2023-12-07T07:17:02.940Z | Compiling bytes v1.5.0 |
2006 | 2023-12-07T07:17:04.197Z | Compiling bitflags v2.4.0 |
2007 | 2023-12-07T07:17:04.775Z | Compiling tokio v1.34.0 |
2008 | 2023-12-07T07:17:04.828Z | Compiling rustc_version v0.4.0 |
2009 | 2023-12-07T07:17:05.427Z | Compiling http v0.2.11 |
2010 | 2023-12-07T07:17:07.182Z | Compiling heapless v0.7.16 |
2011 | 2023-12-07T07:17:07.763Z | Compiling uuid v1.6.1 |
2012 | 2023-12-07T07:17:08.884Z | Compiling chrono v0.4.31 |
2013 | 2023-12-07T07:17:09.172Z | Compiling indexmap v2.1.0 |
2014 | 2023-12-07T07:17:11.131Z | Compiling dtrace-parser v0.1.14 |
2015 | 2023-12-07T07:17:11.822Z | Compiling dof v0.1.5 |
2016 | 2023-12-07T07:17:13.077Z | Compiling hmac v0.12.1 |
2017 | 2023-12-07T07:17:13.403Z | Compiling clap_derive v4.4.2 |
2018 | 2023-12-07T07:17:14.828Z | Compiling thread-id v4.2.0 |
2019 | 2023-12-07T07:17:15.077Z | Compiling rustversion v1.0.14 |
2020 | 2023-12-07T07:17:15.191Z | Compiling cpufeatures v0.2.9 |
2021 | 2023-12-07T07:17:15.314Z | Compiling utf8parse v0.2.1 |
2022 | 2023-12-07T07:17:15.592Z | Compiling anstyle v1.0.2 |
2023 | 2023-12-07T07:17:15.933Z | Compiling siphasher v0.3.11 |
2024 | 2023-12-07T07:17:16.451Z | Compiling time-core v0.1.1 |
2025 | 2023-12-07T07:17:16.672Z | Compiling adler v1.0.2 |
2026 | 2023-12-07T07:17:16.676Z | Compiling try-lock v0.2.4 |
2027 | 2023-12-07T07:17:16.701Z | Compiling time-macros v0.2.13 |
2028 | 2023-12-07T07:17:16.868Z | Compiling want v0.3.1 |
2029 | 2023-12-07T07:17:16.928Z | Compiling miniz_oxide v0.7.1 |
2030 | 2023-12-07T07:17:17.176Z | Compiling tokio-util v0.7.10 |
2031 | 2023-12-07T07:17:19.136Z | Compiling h2 v0.3.21 |
2032 | 2023-12-07T07:17:21.671Z | Compiling anstyle-parse v0.2.1 |
2033 | 2023-12-07T07:17:22.271Z | Compiling sha2 v0.10.8 |
2034 | 2023-12-07T07:17:26.003Z | Compiling sct v0.7.0 |
2035 | 2023-12-07T07:17:26.418Z | Compiling http-body v0.4.5 |
2036 | 2023-12-07T07:17:26.541Z | Compiling rustls-webpki v0.101.7 |
2037 | 2023-12-07T07:17:27.521Z | Compiling serde_tokenstream v0.1.7 |
2038 | 2023-12-07T07:17:28.294Z | Compiling form_urlencoded v1.2.1 |
2039 | 2023-12-07T07:17:28.454Z | Compiling pkcs8 v0.10.2 |
2040 | 2023-12-07T07:17:28.735Z | Compiling hubpack_derive v0.1.1 |
2041 | 2023-12-07T07:17:29.311Z | Compiling pin-project-internal v1.1.3 |
2042 | 2023-12-07T07:17:29.925Z | Compiling socket2 v0.4.9 |
2043 | 2023-12-07T07:17:30.356Z | Compiling crossbeam-epoch v0.9.15 |
2044 | 2023-12-07T07:17:31.332Z | Compiling anstyle-query v1.0.0 |
2045 | 2023-12-07T07:17:31.828Z | Compiling slog v2.7.0 |
2046 | 2023-12-07T07:17:32.527Z | Compiling anyhow v1.0.75 |
2047 | 2023-12-07T07:17:33.252Z | Compiling tower-service v0.3.2 |
2048 | 2023-12-07T07:17:33.289Z | Compiling colorchoice v1.0.0 |
2049 | 2023-12-07T07:17:33.406Z | Compiling httpdate v1.0.3 |
2050 | 2023-12-07T07:17:33.523Z | Compiling radium v0.7.0 |
2051 | 2023-12-07T07:17:33.527Z | Compiling anstream v0.5.0 |
2052 | 2023-12-07T07:17:33.991Z | Compiling hyper v0.14.27 |
2053 | 2023-12-07T07:17:41.647Z | Compiling terminal_size v0.2.6 |
2054 | 2023-12-07T07:17:42.582Z | Compiling toml_datetime v0.6.5 |
2055 | 2023-12-07T07:17:43.196Z | Compiling serde_spanned v0.6.4 |
2056 | 2023-12-07T07:17:44.044Z | Compiling rustls-pemfile v1.0.3 |
2057 | 2023-12-07T07:17:44.544Z | Compiling zerocopy v0.6.4 |
2058 | 2023-12-07T07:17:45.902Z | Compiling md-5 v0.10.5 |
2059 | 2023-12-07T07:17:46.394Z | Compiling idna v0.5.0 |
2060 | 2023-12-07T07:17:46.522Z | Compiling stringprep v0.1.3 |
2061 | 2023-12-07T07:17:48.547Z | Compiling diesel_table_macro_syntax v0.1.0 |
2062 | 2023-12-07T07:17:49.070Z | Compiling hash32 v0.2.1 |
2063 | 2023-12-07T07:17:49.070Z | Compiling aho-corasick v1.0.4 |
2064 | 2023-12-07T07:17:49.071Z | Compiling tap v1.0.1 |
2065 | 2023-12-07T07:17:49.083Z | Compiling strsim v0.10.0 |
2066 | 2023-12-07T07:17:49.340Z | Compiling stable_deref_trait v1.2.0 |
2067 | 2023-12-07T07:17:49.575Z | Compiling either v1.9.0 |
2068 | 2023-12-07T07:17:49.686Z | Compiling regex-syntax v0.8.2 |
2069 | 2023-12-07T07:17:50.075Z | Compiling dyn-clone v1.0.13 |
2070 | 2023-12-07T07:17:50.228Z | Compiling gimli v0.28.0 |
2071 | 2023-12-07T07:17:50.413Z | Compiling fallible-iterator v0.2.0 |
2072 | 2023-12-07T07:17:51.496Z | Compiling clap_lex v0.5.1 |
2073 | 2023-12-07T07:17:51.626Z | Compiling winnow v0.5.15 |
2074 | 2023-12-07T07:17:52.347Z | Compiling maybe-uninit v2.0.0 |
2075 | 2023-12-07T07:17:52.657Z | Compiling clap_builder v4.4.2 |
2076 | 2023-12-07T07:17:52.683Z | Compiling postgres-protocol v0.6.6 |
2077 | 2023-12-07T07:17:54.989Z | Compiling wyz v0.5.1 |
2078 | 2023-12-07T07:17:55.068Z | Compiling diesel_derives v2.1.2 |
2079 | 2023-12-07T07:17:55.680Z | Compiling regex-automata v0.4.3 |
2080 | 2023-12-07T07:17:57.619Z | Compiling addr2line v0.21.0 |
2081 | 2023-12-07T07:17:58.500Z | Compiling url v2.5.0 |
2082 | 2023-12-07T07:17:58.533Z | Compiling tokio-rustls v0.24.1 |
2083 | 2023-12-07T07:17:59.653Z | Compiling rustls-native-certs v0.6.3 |
2084 | 2023-12-07T07:18:00.146Z | Compiling strum_macros v0.25.2 |
2085 | 2023-12-07T07:18:01.892Z | Compiling tokio-native-tls v0.3.1 |
2086 | 2023-12-07T07:18:06.736Z | Compiling usdt-macro v0.3.5 |
2087 | 2023-12-07T07:18:06.895Z | Compiling usdt-attr-macro v0.3.5 |
2088 | 2023-12-07T07:18:08.959Z | Compiling phf_shared v0.11.2 |
2089 | 2023-12-07T07:18:09.536Z | Compiling block-padding v0.3.3 |
2090 | 2023-12-07T07:18:09.608Z | Compiling snafu-derive v0.7.5 |
2091 | 2023-12-07T07:18:09.831Z | Compiling enum-as-inner v0.5.1 |
2092 | 2023-12-07T07:18:09.973Z | Compiling serde_repr v0.1.16 |
2093 | 2023-12-07T07:18:11.288Z | Compiling ff v0.13.0 |
2094 | 2023-12-07T07:18:11.596Z | Compiling scheduled-thread-pool v0.2.7 |
2095 | 2023-12-07T07:18:11.607Z | Compiling object v0.32.1 |
2096 | 2023-12-07T07:18:15.241Z | Compiling ipnet v2.8.0 |
2097 | 2023-12-07T07:18:17.552Z | Compiling num-bigint-dig v0.8.4 |
2098 | 2023-12-07T07:18:17.955Z | Compiling deranged v0.3.8 |
2099 | 2023-12-07T07:18:18.245Z | Compiling regex-automata v0.1.10 |
2100 | 2023-12-07T07:18:19.002Z | Compiling bit-vec v0.6.3 |
2101 | 2023-12-07T07:18:19.662Z | Compiling base16ct v0.2.0 |
2102 | 2023-12-07T07:18:20.101Z | Compiling matches v0.1.10 |
2103 | 2023-12-07T07:18:20.217Z | Compiling rustc-demangle v0.1.23 |
2104 | 2023-12-07T07:18:20.805Z | Compiling managed v0.8.0 |
2105 | 2023-12-07T07:18:21.641Z | Compiling num_threads v0.1.6 |
2106 | 2023-12-07T07:18:21.805Z | Compiling funty v2.0.0 |
2107 | 2023-12-07T07:18:22.527Z | Compiling packed_struct v0.10.1 |
2108 | 2023-12-07T07:18:23.128Z | Compiling time v0.3.27 |
2109 | 2023-12-07T07:18:24.060Z | Compiling bitvec v1.0.1 |
2110 | 2023-12-07T07:18:30.867Z | Compiling idna v0.2.3 |
2111 | 2023-12-07T07:18:31.365Z | Compiling sec1 v0.7.3 |
2112 | 2023-12-07T07:18:31.775Z | Compiling bstr v0.2.17 |
2113 | 2023-12-07T07:18:32.242Z | Compiling r2d2 v0.8.10 |
2114 | 2023-12-07T07:18:32.622Z | Compiling group v0.13.0 |
2115 | 2023-12-07T07:18:33.521Z | Compiling inout v0.1.3 |
2116 | 2023-12-07T07:18:33.932Z | Compiling phf v0.11.2 |
2117 | 2023-12-07T07:18:35.468Z | Compiling hyper-tls v0.5.0 |
2118 | 2023-12-07T07:18:35.589Z | Compiling regex v1.10.2 |
2119 | 2023-12-07T07:18:36.006Z | Compiling hyper-rustls v0.24.2 |
2120 | 2023-12-07T07:18:36.712Z | Compiling signal-hook-mio v0.2.3 |
2121 | 2023-12-07T07:18:36.918Z | Compiling clap v4.4.3 |
2122 | 2023-12-07T07:18:37.069Z | Compiling flate2 v1.0.28 |
2123 | 2023-12-07T07:18:37.203Z | Compiling toml_edit v0.19.15 |
2124 | 2023-12-07T07:18:38.368Z | Compiling bzip2 v0.4.4 |
2125 | 2023-12-07T07:18:38.639Z | Compiling ipnetwork v0.20.0 |
2126 | 2023-12-07T07:18:38.926Z | Compiling postgres-types v0.2.6 |
2127 | 2023-12-07T07:18:39.114Z | Compiling itertools v0.11.0 |
2128 | 2023-12-07T07:18:39.819Z | Compiling pin-project v1.1.3 |
2129 | 2023-12-07T07:18:40.141Z | Compiling hubpack v0.1.2 |
2130 | 2023-12-07T07:18:40.219Z | Compiling serde_urlencoded v0.7.1 |
2131 | 2023-12-07T07:18:40.793Z | Compiling phf_shared v0.10.0 |
2132 | 2023-12-07T07:18:41.039Z | Compiling hkdf v0.12.3 |
2133 | 2023-12-07T07:18:41.205Z | Compiling futures-executor v0.3.29 |
2134 | 2023-12-07T07:18:44.214Z | Compiling crypto-bigint v0.5.2 |
2135 | 2023-12-07T07:18:44.601Z | Compiling packed_struct_codegen v0.10.1 |
2136 | 2023-12-07T07:18:45.891Z | Compiling float-cmp v0.9.0 |
2137 | 2023-12-07T07:18:47.021Z | Compiling encoding_rs v0.8.33 |
2138 | 2023-12-07T07:18:47.126Z | Compiling unicode-width v0.1.11 |
2139 | 2023-12-07T07:18:47.564Z | Compiling predicates-core v1.0.6 |
2140 | 2023-12-07T07:18:47.885Z | Compiling precomputed-hash v0.1.1 |
2141 | 2023-12-07T07:18:48.315Z | Compiling nodrop v0.1.14 |
2142 | 2023-12-07T07:18:48.487Z | Compiling difflib v0.4.0 |
2143 | 2023-12-07T07:18:48.661Z | Compiling normalize-line-endings v0.3.0 |
2144 | 2023-12-07T07:18:48.798Z | Compiling crc-catalog v2.2.0 |
2145 | 2023-12-07T07:18:48.816Z | Compiling whoami v1.4.1 |
2146 | 2023-12-07T07:18:48.987Z | Compiling new_debug_unreachable v1.0.4 |
2147 | 2023-12-07T07:18:49.105Z | Compiling webpki-roots v0.25.2 |
2148 | 2023-12-07T07:18:49.307Z | Compiling mime v0.3.17 |
2149 | 2023-12-07T07:18:50.112Z | Compiling unicode-segmentation v1.10.1 |
2150 | 2023-12-07T07:18:50.478Z | Compiling regex-automata v0.3.8 |
2151 | 2023-12-07T07:18:51.558Z | Compiling static_assertions v1.1.0 |
2152 | 2023-12-07T07:18:51.682Z | Compiling fixedbitset v0.4.2 |
2153 | 2023-12-07T07:18:52.304Z | Compiling data-encoding v2.4.0 |
2154 | 2023-12-07T07:18:53.101Z | Compiling petgraph v0.6.4 |
2155 | 2023-12-07T07:18:54.162Z | Compiling trust-dns-proto v0.22.0 |
2156 | 2023-12-07T07:18:55.278Z | Compiling bstr v1.6.0 |
2157 | 2023-12-07T07:18:58.816Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2158 | 2023-12-07T07:19:00.966Z | Compiling similar v2.2.1 |
2159 | 2023-12-07T07:19:01.827Z | Compiling reqwest v0.11.22 |
2160 | 2023-12-07T07:19:04.277Z | Compiling tokio-postgres v0.7.10 |
2161 | 2023-12-07T07:19:08.388Z | Compiling string_cache v0.8.7 |
2162 | 2023-12-07T07:19:08.419Z | Compiling predicates v3.0.4 |
2163 | 2023-12-07T07:19:08.996Z | Compiling crc v3.0.1 |
2164 | 2023-12-07T07:19:10.812Z | Compiling array-init v0.0.4 |
2165 | 2023-12-07T07:19:11.995Z | Compiling console v0.15.7 |
2166 | 2023-12-07T07:19:12.907Z | Compiling elliptic-curve v0.13.8 |
2167 | 2023-12-07T07:19:20.570Z | Compiling toml v0.7.8 |
2168 | 2023-12-07T07:19:21.313Z | Compiling futures v0.3.29 |
2169 | 2023-12-07T07:19:23.021Z | Compiling snafu v0.7.5 |
2170 | 2023-12-07T07:19:23.222Z | Compiling diesel v2.1.4 |
2171 | 2023-12-07T07:19:23.576Z | Compiling smallvec v0.6.14 |
2172 | 2023-12-07T07:19:24.173Z | Compiling zip v0.6.6 |
2173 | 2023-12-07T07:19:24.230Z | Compiling yasna v0.5.2 |
2174 | 2023-12-07T07:19:24.299Z | Compiling crossterm v0.27.0 |
2175 | 2023-12-07T07:19:26.676Z | Compiling cipher v0.4.4 |
2176 | 2023-12-07T07:19:27.280Z | Compiling hashbrown v0.13.2 |
2177 | 2023-12-07T07:19:29.850Z | Compiling bit-set v0.5.3 |
2178 | 2023-12-07T07:19:30.198Z | Compiling usdt v0.3.5 |
2179 | 2023-12-07T07:19:30.261Z | Compiling is-terminal v0.4.9 |
2180 | 2023-12-07T07:19:30.548Z | Compiling toml_edit v0.21.0 |
2181 | 2023-12-07T07:19:32.781Z | Compiling itertools v0.10.5 |
2182 | 2023-12-07T07:19:38.120Z | Compiling pkcs1 v0.7.5 |
2183 | 2023-12-07T07:19:38.380Z | Compiling tokio-stream v0.1.14 |
2184 | 2023-12-07T07:19:39.846Z | Compiling openapiv3 v2.0.0-rc.1 |
2185 | 2023-12-07T07:19:41.967Z | Compiling hex v0.4.3 |
2186 | 2023-12-07T07:19:44.504Z | Compiling signature v2.1.0 |
2187 | 2023-12-07T07:19:47.500Z | Compiling lalrpop-util v0.19.12 |
2188 | 2023-12-07T07:19:47.995Z | Compiling termcolor v1.2.0 |
2189 | 2023-12-07T07:19:52.823Z | Compiling bitfield v0.14.0 |
2190 | 2023-12-07T07:19:59.817Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2191 | 2023-12-07T07:20:05.815Z | Compiling env_logger v0.10.0 |
2192 | 2023-12-07T07:20:12.108Z | Compiling rsa v0.9.2 |
2193 | 2023-12-07T07:20:21.334Z | Compiling serde-hex v0.1.0 |
2194 | 2023-12-07T07:20:26.780Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2195 | 2023-12-07T07:20:31.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2196 | 2023-12-07T07:20:32.116Z | Compiling ron v0.8.1 |
2197 | 2023-12-07T07:20:32.413Z | Compiling x509-cert v0.2.4 |
2198 | 2023-12-07T07:20:38.558Z | Compiling crc-any v2.4.3 |
2199 | 2023-12-07T07:20:55.991Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2200 | 2023-12-07T07:21:01.671Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2201 | 2023-12-07T07:21:13.875Z | Compiling object v0.30.4 |
2202 | 2023-12-07T07:21:29.144Z | Compiling path-slash v0.1.5 |
2203 | 2023-12-07T07:21:30.330Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2204 | 2023-12-07T07:22:12.242Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2205 | 2023-12-07T07:22:13.438Z | Finished release [optimized] target(s) in 5m 58s |
2206 | 2023-12-07T07:22:13.545Z | |
2207 | 2023-12-07T07:22:13.545Z | real 5:58.508262118 |
2208 | 2023-12-07T07:22:13.551Z | user 41:33.760495412 |
2209 | 2023-12-07T07:22:13.551Z | sys 3:35.921531456 |
2210 | 2023-12-07T07:22:13.551Z | trap 1.776527268 |
2211 | 2023-12-07T07:22:13.551Z | tflt 0.916268813 |
2212 | 2023-12-07T07:22:13.552Z | dflt 0.509643189 |
2213 | 2023-12-07T07:22:13.552Z | kflt 0.005774520 |
2214 | 2023-12-07T07:22:13.552Z | lock 1:32:17.239261063 |
2215 | 2023-12-07T07:22:13.552Z | slp 1:57:05.756850505 |
2216 | 2023-12-07T07:22:13.553Z | lat 1:45.347583676 |
2217 | 2023-12-07T07:22:13.553Z | stop 1:15.791318875 |
2218 | 2023-12-07T07:22:13.553Z | + ptime -m gzip |
2219 | 2023-12-07T07:22:14.135Z | |
2220 | 2023-12-07T07:22:14.147Z | real 0.652286922 |
2221 | 2023-12-07T07:22:14.148Z | user 0.645447559 |
2222 | 2023-12-07T07:22:14.148Z | sys 0.006241599 |
2223 | 2023-12-07T07:22:14.148Z | trap 0.000066967 |
2224 | 2023-12-07T07:22:14.148Z | tflt 0.000000000 |
2225 | 2023-12-07T07:22:14.149Z | dflt 0.000000000 |
2226 | 2023-12-07T07:22:14.149Z | kflt 0.000000000 |
2227 | 2023-12-07T07:22:14.149Z | lock 0.000000000 |
2228 | 2023-12-07T07:22:14.150Z | slp 0.000000000 |
2229 | 2023-12-07T07:22:14.150Z | lat 0.000207847 |
2230 | 2023-12-07T07:22:14.150Z | stop 0.000222008 |
2231 | 2023-12-07T07:22:14.150Z | + banner tufaceous |
2232 | 2023-12-07T07:22:14.151Z | |
2233 | 2023-12-07T07:22:14.151Z | ##### # # ###### ## #### ###### #### # # #### |
2234 | 2023-12-07T07:22:14.151Z | # # # # # # # # # # # # # # |
2235 | 2023-12-07T07:22:14.152Z | # # # ##### # # # ##### # # # # #### |
2236 | 2023-12-07T07:22:14.152Z | # # # # ###### # # # # # # # |
2237 | 2023-12-07T07:22:14.152Z | # # # # # # # # # # # # # # # |
2238 | 2023-12-07T07:22:14.154Z | # #### # # # #### ###### #### #### #### |
2239 | 2023-12-07T07:22:14.155Z | |
2240 | 2023-12-07T07:22:14.155Z | + ptime -m cargo build --locked -p tufaceous --release |
2241 | 2023-12-07T07:22:14.768Z | Downloading crates ... |
2242 | 2023-12-07T07:22:15.141Z | Downloaded bytesize v1.3.0 |
2243 | 2023-12-07T07:22:15.171Z | Downloaded serde_plain v1.0.2 |
2244 | 2023-12-07T07:22:15.172Z | Downloaded globset v0.4.13 |
2245 | 2023-12-07T07:22:15.172Z | Downloaded async-recursion v1.0.5 |
2246 | 2023-12-07T07:22:15.172Z | Downloaded humantime v2.1.0 |
2247 | 2023-12-07T07:22:15.172Z | Downloaded olpc-cjson v0.1.3 |
2248 | 2023-12-07T07:22:15.195Z | Downloaded buf-list v1.0.3 |
2249 | 2023-12-07T07:22:15.195Z | Downloaded fs-err v2.11.0 |
2250 | 2023-12-07T07:22:15.208Z | Downloaded typed-path v0.7.0 |
2251 | 2023-12-07T07:22:15.208Z | Downloaded tough v0.16.0 |
2252 | 2023-12-07T07:22:15.345Z | Compiling serde_tokenstream v0.2.0 |
2253 | 2023-12-07T07:22:15.366Z | Compiling regress v0.7.1 |
2254 | 2023-12-07T07:22:15.378Z | Compiling dirs-sys-next v0.1.2 |
2255 | 2023-12-07T07:22:15.383Z | Compiling ident_case v1.0.1 |
2256 | 2023-12-07T07:22:15.403Z | Compiling thread_local v1.1.7 |
2257 | 2023-12-07T07:22:15.407Z | Compiling heck v0.4.1 |
2258 | 2023-12-07T07:22:15.421Z | Compiling camino v1.1.6 |
2259 | 2023-12-07T07:22:15.601Z | Compiling dirs-next v2.0.0 |
2260 | 2023-12-07T07:22:15.937Z | Compiling darling_core v0.20.3 |
2261 | 2023-12-07T07:22:16.101Z | Compiling slog-async v2.8.0 |
2262 | 2023-12-07T07:22:16.263Z | Compiling term v0.7.0 |
2263 | 2023-12-07T07:22:16.673Z | Compiling crossbeam-channel v0.5.8 |
2264 | 2023-12-07T07:22:16.820Z | Compiling getopts v0.2.21 |
2265 | 2023-12-07T07:22:17.132Z | Compiling structmeta-derive v0.2.0 |
2266 | 2023-12-07T07:22:17.356Z | Compiling atty v0.2.14 |
2267 | 2023-12-07T07:22:17.553Z | Compiling multer v2.1.0 |
2268 | 2023-12-07T07:22:17.985Z | Compiling match_cfg v0.1.0 |
2269 | 2023-12-07T07:22:18.104Z | Compiling paste v1.0.14 |
2270 | 2023-12-07T07:22:18.257Z | Compiling take_mut v0.2.2 |
2271 | 2023-12-07T07:22:18.490Z | Compiling unsafe-libyaml v0.2.9 |
2272 | 2023-12-07T07:22:19.440Z | Compiling hostname v0.3.1 |
2273 | 2023-12-07T07:22:19.869Z | Compiling slog-term v2.9.0 |
2274 | 2023-12-07T07:22:21.286Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2275 | 2023-12-07T07:22:23.246Z | Compiling structmeta v0.2.0 |
2276 | 2023-12-07T07:22:23.823Z | Compiling serde_yaml v0.9.25 |
2277 | 2023-12-07T07:22:24.799Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2023-12-07T07:22:24.810Z | Compiling slog-json v2.6.1 |
2279 | 2023-12-07T07:22:24.847Z | Compiling darling_macro v0.20.3 |
2280 | 2023-12-07T07:22:25.591Z | Compiling async-stream-impl v0.3.5 |
2281 | 2023-12-07T07:22:26.230Z | Compiling darling v0.20.3 |
2282 | 2023-12-07T07:22:26.386Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2283 | 2023-12-07T07:22:26.819Z | Compiling fastrand v2.0.0 |
2284 | 2023-12-07T07:22:26.983Z | Compiling atomic-waker v1.1.1 |
2285 | 2023-12-07T07:22:27.245Z | Compiling regex-syntax v0.7.5 |
2286 | 2023-12-07T07:22:27.530Z | Compiling async-stream v0.3.5 |
2287 | 2023-12-07T07:22:27.883Z | Compiling tempfile v3.8.1 |
2288 | 2023-12-07T07:22:27.916Z | Compiling waitgroup v0.1.2 |
2289 | 2023-12-07T07:22:28.085Z | Compiling serde_with_macros v2.3.3 |
2290 | 2023-12-07T07:22:28.252Z | Compiling slog-bunyan v2.4.0 |
2291 | 2023-12-07T07:22:31.079Z | Compiling toml v0.8.8 |
2292 | 2023-12-07T07:22:31.526Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2293 | 2023-12-07T07:22:31.832Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2294 | 2023-12-07T07:22:33.460Z | Compiling sha1 v0.10.6 |
2295 | 2023-12-07T07:22:33.543Z | Compiling serde_path_to_error v0.1.14 |
2296 | 2023-12-07T07:22:34.191Z | Compiling fs-err v2.11.0 |
2297 | 2023-12-07T07:22:35.037Z | Compiling instant v0.1.12 |
2298 | 2023-12-07T07:22:35.046Z | Compiling debug-ignore v1.0.5 |
2299 | 2023-12-07T07:22:35.048Z | Compiling same-file v1.0.6 |
2300 | 2023-12-07T07:22:35.051Z | Compiling arc-swap v1.6.0 |
2301 | 2023-12-07T07:22:35.051Z | Compiling buf-list v1.0.3 |
2302 | 2023-12-07T07:22:35.175Z | Compiling walkdir v2.4.0 |
2303 | 2023-12-07T07:22:36.393Z | Compiling slog-scope v4.4.0 |
2304 | 2023-12-07T07:22:36.410Z | Compiling backoff v0.4.0 |
2305 | 2023-12-07T07:22:36.746Z | Compiling serde_with v2.3.3 |
2306 | 2023-12-07T07:22:37.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2307 | 2023-12-07T07:22:37.239Z | Compiling parse-display-derive v0.8.2 |
2308 | 2023-12-07T07:22:38.010Z | Compiling globset v0.4.13 |
2309 | 2023-12-07T07:22:38.255Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2310 | 2023-12-07T07:22:38.491Z | Compiling strum v0.25.0 |
2311 | 2023-12-07T07:22:38.747Z | Compiling olpc-cjson v0.1.3 |
2312 | 2023-12-07T07:22:39.604Z | Compiling pem v3.0.2 |
2313 | 2023-12-07T07:22:40.051Z | Compiling serde_plain v1.0.2 |
2314 | 2023-12-07T07:22:40.126Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2315 | 2023-12-07T07:22:40.869Z | Compiling macaddr v1.0.1 |
2316 | 2023-12-07T07:22:41.980Z | Compiling async-recursion v1.0.5 |
2317 | 2023-12-07T07:22:42.152Z | Compiling filetime v0.2.23 |
2318 | 2023-12-07T07:22:43.083Z | Compiling xattr v1.0.1 |
2319 | 2023-12-07T07:22:43.118Z | Compiling typed-path v0.7.0 |
2320 | 2023-12-07T07:22:43.470Z | Compiling tar v0.4.40 |
2321 | 2023-12-07T07:22:43.485Z | Compiling parse-display v0.8.2 |
2322 | 2023-12-07T07:22:44.293Z | Compiling slog-stdlog v4.1.1 |
2323 | 2023-12-07T07:22:45.757Z | Compiling camino-tempfile v1.1.1 |
2324 | 2023-12-07T07:22:46.794Z | Compiling itertools v0.12.0 |
2325 | 2023-12-07T07:22:46.987Z | Compiling tough v0.16.0 |
2326 | 2023-12-07T07:22:47.182Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2327 | 2023-12-07T07:22:47.334Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2328 | 2023-12-07T07:22:52.736Z | Compiling bytesize v1.3.0 |
2329 | 2023-12-07T07:22:52.974Z | Compiling slog-envlogger v2.2.0 |
2330 | 2023-12-07T07:22:53.677Z | Compiling humantime v2.1.0 |
2331 | 2023-12-07T07:22:56.695Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2332 | 2023-12-07T07:23:22.114Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2333 | 2023-12-07T07:23:22.367Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2334 | 2023-12-07T07:23:32.341Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2335 | 2023-12-07T07:23:34.427Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2336 | 2023-12-07T07:24:04.506Z | Finished release [optimized] target(s) in 1m 50s |
2337 | 2023-12-07T07:24:04.597Z | |
2338 | 2023-12-07T07:24:04.601Z | real 1:50.438087603 |
2339 | 2023-12-07T07:24:04.601Z | user 11:32.719749214 |
2340 | 2023-12-07T07:24:04.601Z | sys 46.508139347 |
2341 | 2023-12-07T07:24:04.601Z | trap 0.449344777 |
2342 | 2023-12-07T07:24:04.601Z | tflt 0.359757901 |
2343 | 2023-12-07T07:24:04.602Z | dflt 0.877724190 |
2344 | 2023-12-07T07:24:04.602Z | kflt 0.000082515 |
2345 | 2023-12-07T07:24:04.602Z | lock 22:39.995642330 |
2346 | 2023-12-07T07:24:04.602Z | slp 23:51.572580631 |
2347 | 2023-12-07T07:24:04.602Z | lat 20.720584935 |
2348 | 2023-12-07T07:24:04.602Z | stop 10.875105887 |
2349 | 2023-12-07T07:24:04.602Z | + ptime -m gzip |
2350 | 2023-12-07T07:24:06.945Z | |
2351 | 2023-12-07T07:24:06.949Z | real 2.343463183 |
2352 | 2023-12-07T07:24:06.950Z | user 2.317292176 |
2353 | 2023-12-07T07:24:06.950Z | sys 0.025370479 |
2354 | 2023-12-07T07:24:06.950Z | trap 0.000240639 |
2355 | 2023-12-07T07:24:06.950Z | tflt 0.000000000 |
2356 | 2023-12-07T07:24:06.950Z | dflt 0.000000000 |
2357 | 2023-12-07T07:24:06.950Z | kflt 0.000000000 |
2358 | 2023-12-07T07:24:06.950Z | lock 0.000000000 |
2359 | 2023-12-07T07:24:06.950Z | slp 0.000000000 |
2360 | 2023-12-07T07:24:06.950Z | lat 0.000205838 |
2361 | 2023-12-07T07:24:06.950Z | stop 0.000251499 |
2362 | 2023-12-07T07:24:06.951Z | process exited: duration 1142134 ms, exit code 0 |
|
2363 | 2023-12-07T07:24:06.975Z | found 5 output files |
2364 | 2023-12-07T07:24:06.975Z | uploading: /work/end-to-end-tests/bootstrap-4fe365f0266bec52.gz (6319409 bytes) |
2365 | 2023-12-07T07:24:09.897Z | uploaded: /work/end-to-end-tests/bootstrap-4fe365f0266bec52.gz |
2366 | 2023-12-07T07:24:09.897Z | uploading: /work/end-to-end-tests/bootstrap.gz (96215641 bytes) |
2367 | 2023-12-07T07:24:53.296Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2368 | 2023-12-07T07:24:53.296Z | uploading: /work/end-to-end-tests/end_to_end_tests-de860e1ecc3158ae.gz (99819781 bytes) |
2369 | 2023-12-07T07:25:27.151Z | uploaded: /work/end-to-end-tests/end_to_end_tests-de860e1ecc3158ae.gz |
2370 | 2023-12-07T07:25:27.152Z | uploading: /work/caboose-util.gz (4091081 bytes) |
2371 | 2023-12-07T07:25:29.079Z | uploaded: /work/caboose-util.gz |
2372 | 2023-12-07T07:25:29.107Z | uploading: /work/tufaceous.gz (14965648 bytes) |
2373 | 2023-12-07T07:25:35.286Z | uploaded: /work/tufaceous.gz |