|
|
|
1 | 2024-05-10T20:18:38.497Z | job assigned to worker 01HXJ2FPJC7SEDA5F4CJPKR5CY (queued for 35 s) |
|
2 | 2024-05-10T20:18:39.381Z | starting task 0: "setup" |
3 | 2024-05-10T20:18:39.411Z | ++ uname -s |
4 | 2024-05-10T20:18:39.411Z | + kern=SunOS |
5 | 2024-05-10T20:18:39.411Z | + case "$kern" in |
6 | 2024-05-10T20:18:39.411Z | + groupadd -g 12345 build |
7 | 2024-05-10T20:18:39.411Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-10T20:18:41.402Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-10T20:18:41.447Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-10T20:18:41.482Z | + home_fs=zfs |
11 | 2024-05-10T20:18:41.482Z | + [[ zfs == autofs ]] |
12 | 2024-05-10T20:18:41.483Z | + mkdir -p /home/build |
13 | 2024-05-10T20:18:41.483Z | + chown build:build /home/build /work |
14 | 2024-05-10T20:18:43.461Z | + chmod 0700 /home/build /work |
15 | 2024-05-10T20:18:43.492Z | process exited: duration 4088 ms, exit code 0 |
|
16 | 2024-05-10T20:18:43.568Z | starting task 1: "rust-toolchain" |
17 | 2024-05-10T20:18:43.605Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-10T20:18:43.605Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-10T20:18:43.711Z | info: downloading installer |
20 | 2024-05-10T20:18:44.527Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-10T20:18:44.527Z | warning: /opt/ooce/bin |
22 | 2024-05-10T20:18:44.527Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-10T20:18:44.528Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-10T20:18:44.528Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-10T20:18:44.528Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-10T20:18:44.528Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-10T20:18:44.529Z | error: cannot install while Rust is installed |
28 | 2024-05-10T20:18:44.529Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-10T20:18:44.561Z | info: profile set to 'default' |
30 | 2024-05-10T20:18:44.561Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-10T20:18:44.587Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-10T20:18:44.661Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-10T20:18:44.661Z | info: downloading component 'cargo' |
34 | 2024-05-10T20:18:44.839Z | info: downloading component 'clippy' |
35 | 2024-05-10T20:18:44.960Z | info: downloading component 'rust-docs' |
36 | 2024-05-10T20:18:45.136Z | info: downloading component 'rust-std' |
37 | 2024-05-10T20:18:45.438Z | info: downloading component 'rustc' |
38 | 2024-05-10T20:18:46.253Z | info: downloading component 'rustfmt' |
39 | 2024-05-10T20:18:46.294Z | info: installing component 'cargo' |
40 | 2024-05-10T20:18:47.780Z | info: installing component 'clippy' |
41 | 2024-05-10T20:18:47.815Z | info: installing component 'rust-docs' |
42 | 2024-05-10T20:18:50.170Z | info: installing component 'rust-std' |
43 | 2024-05-10T20:18:52.291Z | info: installing component 'rustc' |
44 | 2024-05-10T20:18:56.941Z | info: installing component 'rustfmt' |
45 | 2024-05-10T20:18:57.323Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-10T20:18:57.323Z | |
47 | 2024-05-10T20:18:57.417Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-10T20:18:57.417Z | |
49 | 2024-05-10T20:18:57.455Z | |
50 | 2024-05-10T20:18:57.455Z | Rust is installed now. Great! |
51 | 2024-05-10T20:18:57.455Z | |
52 | 2024-05-10T20:18:57.455Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-10T20:18:57.455Z | environment variable. This has not been done automatically. |
54 | 2024-05-10T20:18:57.455Z | |
55 | 2024-05-10T20:18:57.455Z | To configure your current shell, you need to source |
56 | 2024-05-10T20:18:57.456Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-10T20:18:57.456Z | |
58 | 2024-05-10T20:18:57.456Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-10T20:18:57.456Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-10T20:18:57.456Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-10T20:18:57.499Z | + rustc --version |
62 | 2024-05-10T20:18:57.576Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-10T20:18:57.601Z | process exited: duration 14031 ms, exit code 0 |
|
64 | 2024-05-10T20:18:57.657Z | starting task 2: "authentication" |
65 | 2024-05-10T20:18:57.723Z | process exited: duration 68 ms, exit code 0 |
|
66 | 2024-05-10T20:18:57.806Z | starting task 3: "clone repository" |
67 | 2024-05-10T20:18:57.855Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-10T20:18:57.855Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-10T20:18:57.883Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-10T20:19:02.713Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-10T20:19:02.713Z | + git fetch origin 6e9155ef51a322f04303dbfaa8479b0e99d21713 |
72 | 2024-05-10T20:19:03.145Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-10T20:19:03.146Z | * branch 6e9155ef51a322f04303dbfaa8479b0e99d21713 -> FETCH_HEAD |
74 | 2024-05-10T20:19:03.178Z | + [[ -n '' ]] |
75 | 2024-05-10T20:19:03.178Z | + git reset --hard 6e9155ef51a322f04303dbfaa8479b0e99d21713 |
76 | 2024-05-10T20:19:03.309Z | HEAD is now at 6e9155ef5 whoops i forgot to touch the instances |
77 | 2024-05-10T20:19:03.334Z | process exited: duration 5505 ms, exit code 0 |
|
78 | 2024-05-10T20:19:03.382Z | starting task 4: "build" |
79 | 2024-05-10T20:19:03.407Z | + cargo --version |
80 | 2024-05-10T20:19:03.407Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
81 | 2024-05-10T20:19:03.501Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
82 | 2024-05-10T20:19:03.501Z | info: downloading component 'cargo' |
83 | 2024-05-10T20:19:03.614Z | info: downloading component 'clippy' |
84 | 2024-05-10T20:19:03.667Z | info: downloading component 'rust-docs' |
85 | 2024-05-10T20:19:03.848Z | info: downloading component 'rust-std' |
86 | 2024-05-10T20:19:04.090Z | info: downloading component 'rustc' |
87 | 2024-05-10T20:19:04.871Z | info: downloading component 'rustfmt' |
88 | 2024-05-10T20:19:04.916Z | info: installing component 'cargo' |
89 | 2024-05-10T20:19:05.870Z | info: installing component 'clippy' |
90 | 2024-05-10T20:19:06.251Z | info: installing component 'rust-docs' |
91 | 2024-05-10T20:19:08.848Z | info: installing component 'rust-std' |
92 | 2024-05-10T20:19:10.661Z | info: installing component 'rustc' |
93 | 2024-05-10T20:19:15.309Z | info: installing component 'rustfmt' |
94 | 2024-05-10T20:19:15.758Z | cargo 1.77.2 (e52e36006 2024-03-26) |
95 | 2024-05-10T20:19:15.783Z | + rustc --version |
96 | 2024-05-10T20:19:15.895Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
97 | 2024-05-10T20:19:15.923Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
98 | 2024-05-10T20:19:20.376Z | Startup: Refreshing catalog 'helios-dev' ... Done |
99 | 2024-05-10T20:19:22.278Z | Startup: Caching catalogs ... Done |
100 | 2024-05-10T20:19:24.138Z | Planning: Solver setup ... Done (1.336s) |
101 | 2024-05-10T20:19:24.162Z | Planning: Running solver ... Done (0.024s) |
102 | 2024-05-10T20:19:24.190Z | Planning: Finding local manifests ... Done (0.002s) |
103 | 2024-05-10T20:19:24.269Z | Planning: Fetching manifests: 0/4 0% complete |
104 | 2024-05-10T20:19:24.642Z | Planning: Fetching manifests: 4/4 100% complete |
105 | 2024-05-10T20:19:25.103Z | Planning: Package planning ... Done (0.056s) |
106 | 2024-05-10T20:19:25.132Z | Planning: Merging actions ... Done (0.058s) |
107 | 2024-05-10T20:19:25.132Z | Planning: Checking for conflicting actions ... Done (0.357s) |
108 | 2024-05-10T20:19:25.132Z | Planning: Consolidating action changes ... Done (0.013s) |
109 | 2024-05-10T20:19:25.920Z | Planning: Evaluating mediators ... Done (0.775s) |
110 | 2024-05-10T20:19:25.945Z | Planning: Planning completed in 3.58 seconds |
111 | 2024-05-10T20:19:25.946Z | Packages to install: 4 |
112 | 2024-05-10T20:19:25.946Z | Mediators to change: 2 |
113 | 2024-05-10T20:19:25.946Z | Services to change: 1 |
114 | 2024-05-10T20:19:25.946Z | Estimated space available: 148.36 GB |
115 | 2024-05-10T20:19:25.946Z | Estimated space to be consumed: 1.44 GB |
116 | 2024-05-10T20:19:25.946Z | Create boot environment: No |
117 | 2024-05-10T20:19:25.946Z | Create backup boot environment: No |
118 | 2024-05-10T20:19:25.946Z | Rebuild boot archive: No |
119 | 2024-05-10T20:19:25.946Z | |
120 | 2024-05-10T20:19:25.946Z | Changed mediators: |
121 | 2024-05-10T20:19:25.946Z | mediator clang: |
122 | 2024-05-10T20:19:25.946Z | version: None -> 15 (system default) |
123 | 2024-05-10T20:19:25.946Z | |
124 | 2024-05-10T20:19:25.946Z | mediator llvm: |
125 | 2024-05-10T20:19:25.946Z | version: 14 (system default) -> 15 (system default) |
126 | 2024-05-10T20:19:25.946Z | |
127 | 2024-05-10T20:19:25.946Z | Changed packages: |
128 | 2024-05-10T20:19:25.946Z | helios-dev |
129 | 2024-05-10T20:19:25.947Z | developer/build-essential |
130 | 2024-05-10T20:19:25.947Z | None -> 11-2.0 |
131 | 2024-05-10T20:19:25.947Z | library/libxmlsec1 |
132 | 2024-05-10T20:19:25.947Z | None -> 1.2.35-2.0 |
133 | 2024-05-10T20:19:25.947Z | ooce/developer/clang-15 |
134 | 2024-05-10T20:19:25.947Z | None -> 15.0.7-2.0 |
135 | 2024-05-10T20:19:25.947Z | ooce/developer/llvm-15 |
136 | 2024-05-10T20:19:25.947Z | None -> 15.0.7-2.0 |
137 | 2024-05-10T20:19:25.947Z | |
138 | 2024-05-10T20:19:25.947Z | Services: |
139 | 2024-05-10T20:19:25.947Z | restart_fmri: |
140 | 2024-05-10T20:19:25.947Z | svc:/system/update-man-index:default |
141 | 2024-05-10T20:19:25.977Z | |
142 | 2024-05-10T20:19:25.977Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
143 | 2024-05-10T20:19:30.981Z | Download: 1094/3290 items 19.8/212.6MB 9% complete (4.0M/s) |
144 | 2024-05-10T20:19:35.980Z | Download: 1260/3290 items 94.9/212.6MB 44% complete (9.4M/s) |
145 | 2024-05-10T20:19:40.990Z | Download: 2232/3290 items 119.3/212.6MB 56% complete (9.9M/s) |
146 | 2024-05-10T20:19:46.014Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (11.1M/s) |
147 | 2024-05-10T20:19:46.670Z | Download: Completed 212.60 MB in 20.68 seconds (10.3M/s) |
148 | 2024-05-10T20:19:46.827Z | Actions: 1/3689 actions (Installing new actions) |
149 | 2024-05-10T20:19:51.852Z | Actions: 3262/3689 actions (Installing new actions) |
150 | 2024-05-10T20:19:52.578Z | Actions: Completed 3689 actions in 5.75 seconds. |
151 | 2024-05-10T20:19:52.772Z | Done (0.183s) |
152 | 2024-05-10T20:19:52.772Z | Done (0.000s) |
153 | 2024-05-10T20:19:53.119Z | Done (0.350s) |
154 | 2024-05-10T20:19:57.823Z | Done (4.580s) |
155 | 2024-05-10T20:19:57.921Z | Done (0.018s) |
156 | 2024-05-10T20:19:57.970Z | Done (0.000s) |
157 | 2024-05-10T20:19:58.071Z | Done (0.000s) |
158 | 2024-05-10T20:19:58.710Z | Planning: Evaluating mediator changes ... Done |
159 | 2024-05-10T20:19:58.916Z | Planning: Checking for conflicting actions ... Done |
160 | 2024-05-10T20:19:58.942Z | Planning: Consolidating action changes ... Done |
161 | 2024-05-10T20:19:59.694Z | Planning: Evaluating mediators ... Done |
162 | 2024-05-10T20:19:59.749Z | Planning: Planning completed in 0.54 seconds |
163 | 2024-05-10T20:19:59.749Z | Mediators to change: 2 |
164 | 2024-05-10T20:19:59.750Z | Create boot environment: No |
165 | 2024-05-10T20:19:59.750Z | Create backup boot environment: No |
166 | 2024-05-10T20:19:59.750Z | Done |
167 | 2024-05-10T20:19:59.750Z | Done |
168 | 2024-05-10T20:19:59.750Z | Done |
169 | 2024-05-10T20:20:03.851Z | Done |
170 | 2024-05-10T20:20:03.945Z | Done |
171 | 2024-05-10T20:20:03.982Z | Done |
172 | 2024-05-10T20:20:04.015Z | Done |
173 | 2024-05-10T20:20:04.758Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-05-10T20:20:04.791Z | Planning: Merging actions ... Done |
175 | 2024-05-10T20:20:04.997Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-05-10T20:20:05.038Z | Planning: Consolidating action changes ... Done |
177 | 2024-05-10T20:20:05.317Z | Planning: Evaluating mediators ... Done |
178 | 2024-05-10T20:20:05.384Z | Planning: Planning completed in 0.93 seconds |
179 | 2024-05-10T20:20:05.428Z | Packages to change: 1 |
180 | 2024-05-10T20:20:05.428Z | Mediators to change: 1 |
181 | 2024-05-10T20:20:05.458Z | Services to change: 1 |
182 | 2024-05-10T20:20:05.458Z | Create boot environment: No |
183 | 2024-05-10T20:20:05.458Z | Create backup boot environment: Yes |
184 | 2024-05-10T20:20:06.951Z | Actions: 1/6 actions (Updating modified actions) |
185 | 2024-05-10T20:20:06.982Z | Actions: Completed 6 actions in 0.00 seconds. |
186 | 2024-05-10T20:20:06.982Z | Done |
187 | 2024-05-10T20:20:06.983Z | Done |
188 | 2024-05-10T20:20:07.029Z | Done |
189 | 2024-05-10T20:20:11.276Z | Done |
190 | 2024-05-10T20:20:11.373Z | Done |
191 | 2024-05-10T20:20:11.397Z | Done |
192 | 2024-05-10T20:20:11.446Z | Done |
193 | 2024-05-10T20:20:11.963Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
194 | 2024-05-10T20:20:11.963Z | clang system 15 system |
195 | 2024-05-10T20:20:11.963Z | csh system system illumos |
196 | 2024-05-10T20:20:11.963Z | ctags system system illumos |
197 | 2024-05-10T20:20:11.964Z | gcc vendor 12 vendor |
198 | 2024-05-10T20:20:11.964Z | gcc system 10 system |
199 | 2024-05-10T20:20:11.964Z | gcc system 7 system |
200 | 2024-05-10T20:20:11.964Z | go system 1.20 system |
201 | 2024-05-10T20:20:11.964Z | go system 1.19 system |
202 | 2024-05-10T20:20:11.964Z | llvm system 15 system |
203 | 2024-05-10T20:20:11.964Z | llvm system 14 system |
204 | 2024-05-10T20:20:11.964Z | mariadb system 10.6 system |
205 | 2024-05-10T20:20:11.964Z | mta vendor vendor dma |
206 | 2024-05-10T20:20:11.964Z | openjdk system 17 system |
207 | 2024-05-10T20:20:11.964Z | openjdk system 11 system |
208 | 2024-05-10T20:20:11.964Z | openjdk system 1.8 system |
209 | 2024-05-10T20:20:11.965Z | openssl vendor 3 vendor |
210 | 2024-05-10T20:20:11.965Z | perl system 5.36 system |
211 | 2024-05-10T20:20:11.965Z | postgresql system 15 system |
212 | 2024-05-10T20:20:11.965Z | postgresql system 13 system |
213 | 2024-05-10T20:20:11.965Z | python vendor 3 vendor |
214 | 2024-05-10T20:20:11.965Z | python system 2 system |
215 | 2024-05-10T20:20:11.965Z | python3 system 3.11 system |
216 | 2024-05-10T20:20:11.966Z | ruby system 3.0 system |
217 | 2024-05-10T20:20:11.966Z | words vendor vendor american-english |
218 | 2024-05-10T20:20:11.966Z | words system system australian-english |
219 | 2024-05-10T20:20:11.966Z | words system system british-english |
220 | 2024-05-10T20:20:11.966Z | words system system canadian-english |
221 | 2024-05-10T20:20:11.966Z | words system system french |
222 | 2024-05-10T20:20:11.966Z | words system system italian |
223 | 2024-05-10T20:20:11.966Z | words system system ngerman |
224 | 2024-05-10T20:20:11.966Z | words system system ogerman |
225 | 2024-05-10T20:20:11.966Z | words system system spanish |
226 | 2024-05-10T20:20:12.374Z | PUBLISHER TYPE STATUS P LOCATION |
227 | 2024-05-10T20:20:12.374Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
228 | 2024-05-10T20:20:14.073Z | FMRI IFO |
229 | 2024-05-10T20:20:14.073Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
230 | 2024-05-10T20:20:14.073Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
231 | 2024-05-10T20:20:14.073Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
232 | 2024-05-10T20:20:14.073Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
233 | 2024-05-10T20:20:14.073Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
234 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
235 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
236 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
237 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
239 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
240 | 2024-05-10T20:20:14.074Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
241 | 2024-05-10T20:20:14.749Z | + set -o errexit |
242 | 2024-05-10T20:20:14.796Z | +++ dirname ./tools/ci_download_cockroachdb |
243 | 2024-05-10T20:20:14.796Z | ++ cd ./tools |
244 | 2024-05-10T20:20:14.796Z | ++ pwd |
245 | 2024-05-10T20:20:14.796Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
246 | 2024-05-10T20:20:14.796Z | ++ basename ./tools/ci_download_cockroachdb |
247 | 2024-05-10T20:20:14.796Z | + ARG0=ci_download_cockroachdb |
248 | 2024-05-10T20:20:14.796Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
249 | 2024-05-10T20:20:14.796Z | + CIDL_VERSION=v22.1.9 |
250 | 2024-05-10T20:20:14.796Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
251 | 2024-05-10T20:20:14.796Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
252 | 2024-05-10T20:20:14.796Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
253 | 2024-05-10T20:20:14.796Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
254 | 2024-05-10T20:20:14.796Z | + TARGET_DIR=out |
255 | 2024-05-10T20:20:14.796Z | + DOWNLOAD_DIR=out/downloads |
256 | 2024-05-10T20:20:14.796Z | + DEST_DIR=./out/cockroachdb |
257 | 2024-05-10T20:20:14.796Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
258 | 2024-05-10T20:20:14.796Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
259 | 2024-05-10T20:20:14.796Z | + main |
260 | 2024-05-10T20:20:14.796Z | + [[ 0 != 0 ]] |
261 | 2024-05-10T20:20:14.796Z | + CIDL_OS=solaris2.11 |
262 | 2024-05-10T20:20:14.796Z | + [[ 0 != 0 ]] |
263 | 2024-05-10T20:20:14.797Z | + configure_os solaris2.11 |
264 | 2024-05-10T20:20:14.797Z | + echo 'current directory: /work/oxidecomputer/omicron' |
265 | 2024-05-10T20:20:14.797Z | + echo 'configuring based on OS: "solaris2.11"' |
266 | 2024-05-10T20:20:14.797Z | current directory: /work/oxidecomputer/omicron |
267 | 2024-05-10T20:20:14.797Z | configuring based on OS: "solaris2.11" |
268 | 2024-05-10T20:20:14.797Z | + case "$1" in |
269 | 2024-05-10T20:20:14.797Z | + CIDL_BUILD=illumos |
270 | 2024-05-10T20:20:14.797Z | + CIDL_SUFFIX=tar.gz |
271 | 2024-05-10T20:20:14.797Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
272 | 2024-05-10T20:20:14.797Z | + CIDL_URL_BASE=https://illumos.org/downloads |
273 | 2024-05-10T20:20:14.797Z | + CIDL_ASSEMBLE=do_assemble_illumos |
274 | 2024-05-10T20:20:14.797Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
275 | 2024-05-10T20:20:14.797Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
276 | 2024-05-10T20:20:14.797Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-05-10T20:20:14.797Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
278 | 2024-05-10T20:20:14.797Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
279 | 2024-05-10T20:20:14.797Z | + CIDL_SHA256FUNC=do_sha256sum |
280 | 2024-05-10T20:20:14.797Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
281 | 2024-05-10T20:20:14.797Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
282 | 2024-05-10T20:20:14.797Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
283 | 2024-05-10T20:20:14.797Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2024-05-10T20:20:14.797Z | + mkdir -p out/downloads |
285 | 2024-05-10T20:20:14.797Z | + mkdir -p ./out/cockroachdb |
286 | 2024-05-10T20:20:14.797Z | + local DO_DOWNLOAD=true |
287 | 2024-05-10T20:20:14.798Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
288 | 2024-05-10T20:20:14.798Z | + '[' true == true ']' |
289 | 2024-05-10T20:20:14.798Z | + echo Downloading... |
290 | 2024-05-10T20:20:14.798Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-05-10T20:20:14.798Z | Downloading... |
292 | 2024-05-10T20:20:14.798Z | + 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 |
293 | 2024-05-10T20:20:18.662Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-05-10T20:20:18.690Z | ++ sha256sum |
295 | 2024-05-10T20:20:18.690Z | ++ awk '{print $1}' |
296 | 2024-05-10T20:20:18.744Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
297 | 2024-05-10T20:20:18.744Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
298 | 2024-05-10T20:20:18.744Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-05-10T20:20:18.744Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
300 | 2024-05-10T20:20:21.685Z | + do_assemble_illumos |
301 | 2024-05-10T20:20:21.685Z | + rm -r ./out/cockroachdb |
302 | 2024-05-10T20:20:21.710Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
303 | 2024-05-10T20:20:22.063Z | + ./out/cockroachdb/bin/cockroach version |
304 | 2024-05-10T20:20:22.321Z | Build Tag: v22.1.9-dirty |
305 | 2024-05-10T20:20:22.321Z | Build Time: 2022/10/26 21:17:46 |
306 | 2024-05-10T20:20:22.321Z | Distribution: OSS |
307 | 2024-05-10T20:20:22.322Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
308 | 2024-05-10T20:20:22.322Z | Go Version: go1.17.13 |
309 | 2024-05-10T20:20:22.322Z | C Compiler: gcc 10.3.0 |
310 | 2024-05-10T20:20:22.322Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
311 | 2024-05-10T20:20:22.322Z | Build Type: release |
312 | 2024-05-10T20:20:22.369Z | + set -o errexit |
313 | 2024-05-10T20:20:22.369Z | +++ dirname ./tools/ci_download_clickhouse |
314 | 2024-05-10T20:20:22.370Z | ++ cd ./tools |
315 | 2024-05-10T20:20:22.375Z | ++ pwd |
316 | 2024-05-10T20:20:22.375Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
317 | 2024-05-10T20:20:22.375Z | ++ basename ./tools/ci_download_clickhouse |
318 | 2024-05-10T20:20:22.375Z | + ARG0=ci_download_clickhouse |
319 | 2024-05-10T20:20:22.376Z | + TARGET_DIR=out |
320 | 2024-05-10T20:20:22.376Z | + DOWNLOAD_DIR=out/downloads |
321 | 2024-05-10T20:20:22.376Z | + DEST_DIR=./out/clickhouse |
322 | 2024-05-10T20:20:22.376Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
323 | 2024-05-10T20:20:22.376Z | + CIDL_VERSION=v23.8.7.24 |
324 | 2024-05-10T20:20:22.377Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
325 | 2024-05-10T20:20:22.377Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
326 | 2024-05-10T20:20:22.377Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
327 | 2024-05-10T20:20:22.377Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
328 | 2024-05-10T20:20:22.378Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
329 | 2024-05-10T20:20:22.378Z | + main |
330 | 2024-05-10T20:20:22.378Z | + [[ 0 != 0 ]] |
331 | 2024-05-10T20:20:22.378Z | + CIDL_OS=solaris2.11 |
332 | 2024-05-10T20:20:22.378Z | + [[ 0 != 0 ]] |
333 | 2024-05-10T20:20:22.378Z | + configure_os solaris2.11 |
334 | 2024-05-10T20:20:22.379Z | + echo 'current directory: /work/oxidecomputer/omicron' |
335 | 2024-05-10T20:20:22.379Z | current directory: /work/oxidecomputer/omicron |
336 | 2024-05-10T20:20:22.379Z | + echo 'configuring based on OS: "solaris2.11"' |
337 | 2024-05-10T20:20:22.379Z | configuring based on OS: "solaris2.11" |
338 | 2024-05-10T20:20:22.379Z | + CIDL_DASHREV= |
339 | 2024-05-10T20:20:22.379Z | + case "$1" in |
340 | 2024-05-10T20:20:22.379Z | + CIDL_PLATFORM=illumos |
341 | 2024-05-10T20:20:22.380Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
342 | 2024-05-10T20:20:22.380Z | + CIDL_MD5FUNC=do_md5sum |
343 | 2024-05-10T20:20:22.380Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
344 | 2024-05-10T20:20:22.380Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
345 | 2024-05-10T20:20:22.380Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
346 | 2024-05-10T20:20:22.380Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
347 | 2024-05-10T20:20:22.380Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
348 | 2024-05-10T20:20:22.381Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
349 | 2024-05-10T20:20:22.381Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
350 | 2024-05-10T20:20:22.381Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
351 | 2024-05-10T20:20:22.381Z | + mkdir -p out/downloads |
352 | 2024-05-10T20:20:22.381Z | + mkdir -p ./out/clickhouse |
353 | 2024-05-10T20:20:22.382Z | + local DO_DOWNLOAD=true |
354 | 2024-05-10T20:20:22.382Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
355 | 2024-05-10T20:20:22.382Z | + '[' true == true ']' |
356 | 2024-05-10T20:20:22.382Z | + echo Downloading... |
357 | 2024-05-10T20:20:22.383Z | Downloading... |
358 | 2024-05-10T20:20:22.383Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
359 | 2024-05-10T20:20:22.383Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
360 | 2024-05-10T20:20:33.273Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
361 | 2024-05-10T20:20:33.306Z | ++ md5sum |
362 | 2024-05-10T20:20:33.307Z | ++ awk '{print $1}' |
363 | 2024-05-10T20:20:33.532Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
364 | 2024-05-10T20:20:33.532Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
365 | 2024-05-10T20:20:33.532Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
366 | 2024-05-10T20:20:33.532Z | + mkdir -p ./out/clickhouse |
367 | 2024-05-10T20:20:33.557Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
368 | 2024-05-10T20:20:38.708Z | + [[ solaris2.11 == darwin* ]] |
369 | 2024-05-10T20:20:38.709Z | + ./out/clickhouse/clickhouse server --version |
370 | 2024-05-10T20:20:38.838Z | ClickHouse server version 23.8.7.1. |
371 | 2024-05-10T20:20:38.867Z | + set -o errexit |
372 | 2024-05-10T20:20:38.892Z | +++ dirname ./tools/ci_download_console |
373 | 2024-05-10T20:20:38.892Z | ++ cd ./tools |
374 | 2024-05-10T20:20:38.892Z | ++ pwd |
375 | 2024-05-10T20:20:38.892Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
376 | 2024-05-10T20:20:38.893Z | ++ basename ./tools/ci_download_console |
377 | 2024-05-10T20:20:38.893Z | + ARG0=ci_download_console |
378 | 2024-05-10T20:20:38.893Z | + TARGET_DIR=out |
379 | 2024-05-10T20:20:38.893Z | + DOWNLOAD_DIR=out/downloads |
380 | 2024-05-10T20:20:38.893Z | + DEST_DIR=./out/console-assets |
381 | 2024-05-10T20:20:38.893Z | + source /work/oxidecomputer/omicron/tools/console_version |
382 | 2024-05-10T20:20:38.894Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
383 | 2024-05-10T20:20:38.894Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
384 | 2024-05-10T20:20:38.894Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
385 | 2024-05-10T20:20:38.894Z | + TARBALL_FILE=out/downloads/console.tar.gz |
386 | 2024-05-10T20:20:38.894Z | + main |
387 | 2024-05-10T20:20:38.894Z | + [[ 0 != 0 ]] |
388 | 2024-05-10T20:20:38.894Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
389 | 2024-05-10T20:20:38.894Z | + echo 'Local file: out/downloads/console.tar.gz' |
390 | 2024-05-10T20:20:38.895Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
391 | 2024-05-10T20:20:38.895Z | + local DO_DOWNLOAD=true |
392 | 2024-05-10T20:20:38.895Z | + [[ -f out/downloads/console.tar.gz ]] |
393 | 2024-05-10T20:20:38.895Z | Local file: out/downloads/console.tar.gz |
394 | 2024-05-10T20:20:38.895Z | + mkdir -p out/downloads |
395 | 2024-05-10T20:20:38.895Z | + '[' true == true ']' |
396 | 2024-05-10T20:20:38.895Z | + echo Downloading... |
397 | 2024-05-10T20:20:38.895Z | Downloading... |
398 | 2024-05-10T20:20:38.895Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
399 | 2024-05-10T20:20:38.896Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
400 | 2024-05-10T20:20:39.089Z | ++ do_sha256sum out/downloads/console.tar.gz |
401 | 2024-05-10T20:20:39.090Z | ++ case "$OSTYPE" in |
402 | 2024-05-10T20:20:39.090Z | ++ SHA=sha256sum |
403 | 2024-05-10T20:20:39.114Z | ++ sha256sum |
404 | 2024-05-10T20:20:39.114Z | ++ awk '{print $1}' |
405 | 2024-05-10T20:20:39.114Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
406 | 2024-05-10T20:20:39.114Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
407 | 2024-05-10T20:20:39.115Z | + rm -rf ./out/console-assets |
408 | 2024-05-10T20:20:39.115Z | + mkdir -p ./out/console-assets |
409 | 2024-05-10T20:20:39.115Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
410 | 2024-05-10T20:20:39.115Z | + mkdir -p ./out/console-assets |
411 | 2024-05-10T20:20:39.115Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
412 | 2024-05-10T20:20:39.234Z | + set -o errexit |
413 | 2024-05-10T20:20:39.259Z | +++ dirname ./tools/ci_download_dendrite_openapi |
414 | 2024-05-10T20:20:39.259Z | ++ cd ./tools |
415 | 2024-05-10T20:20:39.259Z | ++ pwd |
416 | 2024-05-10T20:20:39.259Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
417 | 2024-05-10T20:20:39.260Z | ++ basename ./tools/ci_download_dendrite_openapi |
418 | 2024-05-10T20:20:39.260Z | + ARG0=ci_download_dendrite_openapi |
419 | 2024-05-10T20:20:39.260Z | + TARGET_DIR=out |
420 | 2024-05-10T20:20:39.260Z | + DOWNLOAD_DIR=out/downloads |
421 | 2024-05-10T20:20:39.260Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
422 | 2024-05-10T20:20:39.260Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
423 | 2024-05-10T20:20:39.260Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
424 | 2024-05-10T20:20:39.260Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
425 | 2024-05-10T20:20:39.260Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
426 | 2024-05-10T20:20:39.260Z | + main |
427 | 2024-05-10T20:20:39.260Z | + [[ 0 != 0 ]] |
428 | 2024-05-10T20:20:39.260Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
429 | 2024-05-10T20:20:39.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
430 | 2024-05-10T20:20:39.260Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
431 | 2024-05-10T20:20:39.260Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
432 | 2024-05-10T20:20:39.260Z | + local DO_DOWNLOAD=true |
433 | 2024-05-10T20:20:39.260Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
434 | 2024-05-10T20:20:39.260Z | + mkdir -p out/downloads |
435 | 2024-05-10T20:20:39.260Z | + '[' true == true ']' |
436 | 2024-05-10T20:20:39.261Z | + echo Downloading... |
437 | 2024-05-10T20:20:39.261Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
438 | 2024-05-10T20:20:39.261Z | Downloading... |
439 | 2024-05-10T20:20:39.261Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
440 | 2024-05-10T20:20:39.710Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
441 | 2024-05-10T20:20:39.710Z | ++ case "$OSTYPE" in |
442 | 2024-05-10T20:20:39.736Z | ++ SHA=sha256sum |
443 | 2024-05-10T20:20:39.736Z | ++ sha256sum |
444 | 2024-05-10T20:20:39.736Z | ++ awk '{print $1}' |
445 | 2024-05-10T20:20:39.736Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
446 | 2024-05-10T20:20:39.737Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
447 | 2024-05-10T20:20:39.737Z | + set -o errexit |
448 | 2024-05-10T20:20:39.737Z | +++ dirname ./tools/ci_download_dendrite_stub |
449 | 2024-05-10T20:20:39.737Z | ++ cd ./tools |
450 | 2024-05-10T20:20:39.737Z | ++ pwd |
451 | 2024-05-10T20:20:39.737Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
452 | 2024-05-10T20:20:39.737Z | ++ basename ./tools/ci_download_dendrite_stub |
453 | 2024-05-10T20:20:39.737Z | + ARG0=ci_download_dendrite_stub |
454 | 2024-05-10T20:20:39.737Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
455 | 2024-05-10T20:20:39.737Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
456 | 2024-05-10T20:20:39.737Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
457 | 2024-05-10T20:20:39.737Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
458 | 2024-05-10T20:20:39.737Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
459 | 2024-05-10T20:20:39.737Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
460 | 2024-05-10T20:20:39.737Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
461 | 2024-05-10T20:20:39.737Z | + TARGET_DIR=out |
462 | 2024-05-10T20:20:39.737Z | + DOWNLOAD_DIR=out/downloads |
463 | 2024-05-10T20:20:39.737Z | + DEST_DIR=./out/dendrite-stub |
464 | 2024-05-10T20:20:39.737Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
465 | 2024-05-10T20:20:39.737Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
466 | 2024-05-10T20:20:39.737Z | + REPO=oxidecomputer/dendrite |
467 | 2024-05-10T20:20:39.738Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
468 | 2024-05-10T20:20:39.774Z | + main |
469 | 2024-05-10T20:20:39.774Z | + [[ 0 != 0 ]] |
470 | 2024-05-10T20:20:39.775Z | + CIDL_OS=solaris2.11 |
471 | 2024-05-10T20:20:39.775Z | + [[ 0 != 0 ]] |
472 | 2024-05-10T20:20:39.775Z | + configure_os solaris2.11 |
473 | 2024-05-10T20:20:39.776Z | + echo 'current directory: /work/oxidecomputer/omicron' |
474 | 2024-05-10T20:20:39.776Z | current directory: /work/oxidecomputer/omicron |
475 | 2024-05-10T20:20:39.776Z | + echo 'configuring based on OS: "solaris2.11"' |
476 | 2024-05-10T20:20:39.776Z | + case "$1" in |
477 | 2024-05-10T20:20:39.776Z | configuring based on OS: "solaris2.11" |
478 | 2024-05-10T20:20:39.777Z | + SET_BINARIES= |
479 | 2024-05-10T20:20:39.777Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
480 | 2024-05-10T20:20:39.777Z | + CIDL_SHA256FUNC=do_sha256sum |
481 | 2024-05-10T20:20:39.777Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
482 | 2024-05-10T20:20:39.777Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
483 | 2024-05-10T20:20:39.778Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
484 | 2024-05-10T20:20:39.778Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
485 | 2024-05-10T20:20:39.778Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
486 | 2024-05-10T20:20:39.778Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
487 | 2024-05-10T20:20:39.779Z | Local file: out/downloads/dendrite-stub.tar.gz |
488 | 2024-05-10T20:20:39.779Z | + mkdir -p out/downloads |
489 | 2024-05-10T20:20:39.779Z | + mkdir -p ./out/dendrite-stub |
490 | 2024-05-10T20:20:39.779Z | + fetch_and_verify |
491 | 2024-05-10T20:20:39.779Z | + local DO_DOWNLOAD=true |
492 | 2024-05-10T20:20:39.780Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
493 | 2024-05-10T20:20:39.780Z | + '[' true == true ']' |
494 | 2024-05-10T20:20:39.780Z | + echo Downloading... |
495 | 2024-05-10T20:20:39.780Z | Downloading... |
496 | 2024-05-10T20:20:39.780Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
497 | 2024-05-10T20:20:39.780Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
498 | 2024-05-10T20:20:49.134Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
499 | 2024-05-10T20:20:49.159Z | ++ sha256sum |
500 | 2024-05-10T20:20:49.159Z | ++ awk '{print $1}' |
501 | 2024-05-10T20:20:49.159Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
502 | 2024-05-10T20:20:49.159Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
503 | 2024-05-10T20:20:49.159Z | + do_untar out/downloads/dendrite-stub.tar.gz |
504 | 2024-05-10T20:20:49.159Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
505 | 2024-05-10T20:20:49.996Z | + do_assemble |
506 | 2024-05-10T20:20:49.997Z | + rm -r ./out/dendrite-stub |
507 | 2024-05-10T20:20:50.028Z | + mkdir ./out/dendrite-stub |
508 | 2024-05-10T20:20:50.028Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
509 | 2024-05-10T20:20:50.153Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
510 | 2024-05-10T20:20:50.183Z | + set -o errexit |
511 | 2024-05-10T20:20:50.183Z | +++ dirname ./tools/ci_download_maghemite_mgd |
512 | 2024-05-10T20:20:50.183Z | ++ cd ./tools |
513 | 2024-05-10T20:20:50.184Z | ++ pwd |
514 | 2024-05-10T20:20:50.184Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
515 | 2024-05-10T20:20:50.184Z | ++ basename ./tools/ci_download_maghemite_mgd |
516 | 2024-05-10T20:20:50.184Z | + ARG0=ci_download_maghemite_mgd |
517 | 2024-05-10T20:20:50.184Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
518 | 2024-05-10T20:20:50.184Z | ++ CIDL_SHA256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
519 | 2024-05-10T20:20:50.185Z | ++ MGD_LINUX_SHA256=1b2c2c099e820157e7e038e6ce91c335d69437c714e51e3df4cced72dc60ce5c |
520 | 2024-05-10T20:20:50.185Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
521 | 2024-05-10T20:20:50.185Z | ++ COMMIT=6b9c699e5b2091e359bad0f7fe168112d181892d |
522 | 2024-05-10T20:20:50.185Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
523 | 2024-05-10T20:20:50.185Z | + TARGET_DIR=out |
524 | 2024-05-10T20:20:50.185Z | + DOWNLOAD_DIR=out/downloads |
525 | 2024-05-10T20:20:50.185Z | + DEST_DIR=./out/mgd |
526 | 2024-05-10T20:20:50.185Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
527 | 2024-05-10T20:20:50.186Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
528 | 2024-05-10T20:20:50.186Z | + REPO=oxidecomputer/maghemite |
529 | 2024-05-10T20:20:50.186Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d |
530 | 2024-05-10T20:20:50.186Z | + main |
531 | 2024-05-10T20:20:50.186Z | + rm -rf out/downloads/root |
532 | 2024-05-10T20:20:50.213Z | + [[ 0 != 0 ]] |
533 | 2024-05-10T20:20:50.213Z | + CIDL_OS=solaris2.11 |
534 | 2024-05-10T20:20:50.213Z | + [[ 0 != 0 ]] |
535 | 2024-05-10T20:20:50.214Z | + configure_os solaris2.11 |
536 | 2024-05-10T20:20:50.214Z | + echo 'current directory: /work/oxidecomputer/omicron' |
537 | 2024-05-10T20:20:50.214Z | + echo 'configuring based on OS: "solaris2.11"' |
538 | 2024-05-10T20:20:50.214Z | + case "$1" in |
539 | 2024-05-10T20:20:50.214Z | current directory: /work/oxidecomputer/omicron |
540 | 2024-05-10T20:20:50.214Z | configuring based on OS: "solaris2.11" |
541 | 2024-05-10T20:20:50.214Z | + SET_BINARIES= |
542 | 2024-05-10T20:20:50.214Z | + CIDL_SHA256FUNC=do_sha256sum |
543 | 2024-05-10T20:20:50.215Z | + TARBALL_FILENAME=mgd.tar.gz |
544 | 2024-05-10T20:20:50.215Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
545 | 2024-05-10T20:20:50.215Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
546 | 2024-05-10T20:20:50.215Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz' |
547 | 2024-05-10T20:20:50.215Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
548 | 2024-05-10T20:20:50.215Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
549 | 2024-05-10T20:20:50.216Z | + mkdir -p out/downloads |
550 | 2024-05-10T20:20:50.216Z | Local file: out/downloads/mgd.tar.gz |
551 | 2024-05-10T20:20:50.216Z | + mkdir -p ./out/mgd |
552 | 2024-05-10T20:20:50.216Z | + fetch_and_verify |
553 | 2024-05-10T20:20:50.216Z | + local DO_DOWNLOAD=true |
554 | 2024-05-10T20:20:50.216Z | + [[ -f out/downloads/mgd.tar.gz ]] |
555 | 2024-05-10T20:20:50.216Z | + '[' true == true ']' |
556 | 2024-05-10T20:20:50.216Z | + echo Downloading... |
557 | 2024-05-10T20:20:50.216Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz out/downloads/mgd.tar.gz |
558 | 2024-05-10T20:20:50.217Z | Downloading... |
559 | 2024-05-10T20:20:50.217Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/6b9c699e5b2091e359bad0f7fe168112d181892d/mgd.tar.gz |
560 | 2024-05-10T20:20:59.992Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
561 | 2024-05-10T20:21:00.031Z | ++ sha256sum |
562 | 2024-05-10T20:21:00.031Z | ++ awk '{print $1}' |
563 | 2024-05-10T20:21:00.474Z | + calculated_sha256=4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc |
564 | 2024-05-10T20:21:00.474Z | + [[ 4526aa3247002df2085b95a88829dae6513c65e2546fa78f64556911bdcad9bc != \4\5\2\6\a\a\3\2\4\7\0\0\2\d\f\2\0\8\5\b\9\5\a\8\8\8\2\9\d\a\e\6\5\1\3\c\6\5\e\2\5\4\6\f\a\7\8\f\6\4\5\5\6\9\1\1\b\d\c\a\d\9\b\c ]] |
565 | 2024-05-10T20:21:00.474Z | + do_untar out/downloads/mgd.tar.gz |
566 | 2024-05-10T20:21:00.474Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
567 | 2024-05-10T20:21:00.787Z | + do_assemble |
568 | 2024-05-10T20:21:00.787Z | + rm -r ./out/mgd |
569 | 2024-05-10T20:21:00.814Z | + mkdir ./out/mgd |
570 | 2024-05-10T20:21:00.814Z | + cp -r out/downloads/root ./out/mgd/root |
571 | 2024-05-10T20:21:00.885Z | + set -o errexit |
572 | 2024-05-10T20:21:00.910Z | +++ dirname ./tools/ci_download_transceiver_control |
573 | 2024-05-10T20:21:00.910Z | ++ cd ./tools |
574 | 2024-05-10T20:21:00.910Z | ++ pwd |
575 | 2024-05-10T20:21:00.911Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
576 | 2024-05-10T20:21:00.911Z | ++ basename ./tools/ci_download_transceiver_control |
577 | 2024-05-10T20:21:00.911Z | + ARG0=ci_download_transceiver_control |
578 | 2024-05-10T20:21:00.911Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
579 | 2024-05-10T20:21:00.911Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
580 | 2024-05-10T20:21:00.911Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
581 | 2024-05-10T20:21:00.911Z | + TARGET_DIR=out |
582 | 2024-05-10T20:21:00.911Z | + DOWNLOAD_DIR=out/downloads |
583 | 2024-05-10T20:21:00.911Z | + DEST_DIR=./out/transceiver-control |
584 | 2024-05-10T20:21:00.911Z | + BIN_DIR=/opt/oxide/bin |
585 | 2024-05-10T20:21:00.911Z | + BINARY=xcvradm |
586 | 2024-05-10T20:21:00.911Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-05-10T20:21:00.911Z | + REPO=oxidecomputer/transceiver-control |
588 | 2024-05-10T20:21:00.911Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
589 | 2024-05-10T20:21:00.911Z | + main |
590 | 2024-05-10T20:21:00.911Z | + [[ 0 != 0 ]] |
591 | 2024-05-10T20:21:00.911Z | + CIDL_OS=solaris2.11 |
592 | 2024-05-10T20:21:00.911Z | + [[ 0 != 0 ]] |
593 | 2024-05-10T20:21:00.911Z | + configure_os solaris2.11 |
594 | 2024-05-10T20:21:00.911Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-05-10T20:21:00.911Z | + echo 'configuring based on OS: "solaris2.11"' |
596 | 2024-05-10T20:21:00.911Z | current directory: /work/oxidecomputer/omicron |
597 | 2024-05-10T20:21:00.911Z | configuring based on OS: "solaris2.11" |
598 | 2024-05-10T20:21:00.912Z | + case "$1" in |
599 | 2024-05-10T20:21:00.912Z | + SET_BINARIES= |
600 | 2024-05-10T20:21:00.912Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
601 | 2024-05-10T20:21:00.912Z | + CIDL_SHA256FUNC=do_sha256sum |
602 | 2024-05-10T20:21:00.912Z | + ARCHIVE_FILENAME=xcvradm.gz |
603 | 2024-05-10T20:21:00.912Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
604 | 2024-05-10T20:21:00.912Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
605 | 2024-05-10T20:21:00.912Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
606 | 2024-05-10T20:21:00.912Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
607 | 2024-05-10T20:21:00.912Z | + echo 'Local file: out/downloads/xcvradm.gz' |
608 | 2024-05-10T20:21:00.912Z | + mkdir -p out/downloads |
609 | 2024-05-10T20:21:00.912Z | Local file: out/downloads/xcvradm.gz |
610 | 2024-05-10T20:21:00.912Z | + mkdir -p ./out/transceiver-control |
611 | 2024-05-10T20:21:00.912Z | + fetch_and_verify |
612 | 2024-05-10T20:21:00.912Z | + local DO_DOWNLOAD=true |
613 | 2024-05-10T20:21:00.912Z | + [[ -f out/downloads/xcvradm.gz ]] |
614 | 2024-05-10T20:21:00.912Z | + '[' true == true ']' |
615 | 2024-05-10T20:21:00.912Z | + echo Downloading... |
616 | 2024-05-10T20:21:00.912Z | Downloading... |
617 | 2024-05-10T20:21:00.912Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
618 | 2024-05-10T20:21:00.912Z | + 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 |
619 | 2024-05-10T20:21:10.104Z | ++ do_sha256sum out/downloads/xcvradm.gz |
620 | 2024-05-10T20:21:10.141Z | ++ sha256sum |
621 | 2024-05-10T20:21:10.141Z | ++ awk '{print $1}' |
622 | 2024-05-10T20:21:10.141Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
623 | 2024-05-10T20:21:10.142Z | + [[ 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 ]] |
624 | 2024-05-10T20:21:10.142Z | + do_unpack out/downloads/xcvradm.gz |
625 | 2024-05-10T20:21:10.142Z | + mkdir -p out/downloads/root//opt/oxide/bin |
626 | 2024-05-10T20:21:10.143Z | + gzip -dc out/downloads/xcvradm.gz |
627 | 2024-05-10T20:21:10.215Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
628 | 2024-05-10T20:21:10.241Z | + do_assemble |
629 | 2024-05-10T20:21:10.241Z | + rm -r ./out/transceiver-control |
630 | 2024-05-10T20:21:10.242Z | + mkdir ./out/transceiver-control |
631 | 2024-05-10T20:21:10.242Z | + cp -r out/downloads/root ./out/transceiver-control/root |
632 | 2024-05-10T20:21:10.315Z | + set -o errexit |
633 | 2024-05-10T20:21:10.346Z | +++ dirname ./tools/ci_download_thundermuffin |
634 | 2024-05-10T20:21:10.346Z | ++ cd ./tools |
635 | 2024-05-10T20:21:10.346Z | ++ pwd |
636 | 2024-05-10T20:21:10.346Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
637 | 2024-05-10T20:21:10.347Z | ++ basename ./tools/ci_download_thundermuffin |
638 | 2024-05-10T20:21:10.347Z | + ARG0=ci_download_thundermuffin |
639 | 2024-05-10T20:21:10.347Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
640 | 2024-05-10T20:21:10.347Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
641 | 2024-05-10T20:21:10.347Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
642 | 2024-05-10T20:21:10.347Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
643 | 2024-05-10T20:21:10.347Z | + TARGET_DIR=out |
644 | 2024-05-10T20:21:10.347Z | + DOWNLOAD_DIR=out/downloads |
645 | 2024-05-10T20:21:10.347Z | + DEST_DIR=./out/thundermuffin |
646 | 2024-05-10T20:21:10.347Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
647 | 2024-05-10T20:21:10.348Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
648 | 2024-05-10T20:21:10.348Z | + REPO=oxidecomputer/thundermuffin |
649 | 2024-05-10T20:21:10.348Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
650 | 2024-05-10T20:21:10.348Z | + main |
651 | 2024-05-10T20:21:10.348Z | + rm -rf out/downloads/root |
652 | 2024-05-10T20:21:10.348Z | + [[ 0 != 0 ]] |
653 | 2024-05-10T20:21:10.348Z | + CIDL_OS=solaris2.11 |
654 | 2024-05-10T20:21:10.348Z | + [[ 0 != 0 ]] |
655 | 2024-05-10T20:21:10.348Z | + configure_os solaris2.11 |
656 | 2024-05-10T20:21:10.348Z | + echo 'current directory: /work/oxidecomputer/omicron' |
657 | 2024-05-10T20:21:10.348Z | + echo 'configuring based on OS: "solaris2.11"' |
658 | 2024-05-10T20:21:10.348Z | current directory: /work/oxidecomputer/omicron |
659 | 2024-05-10T20:21:10.348Z | configuring based on OS: "solaris2.11" |
660 | 2024-05-10T20:21:10.348Z | + case "$1" in |
661 | 2024-05-10T20:21:10.348Z | + SET_BINARIES= |
662 | 2024-05-10T20:21:10.349Z | + CIDL_SHA256FUNC=do_sha256sum |
663 | 2024-05-10T20:21:10.349Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
664 | 2024-05-10T20:21:10.349Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
665 | 2024-05-10T20:21:10.349Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
666 | 2024-05-10T20:21:10.349Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
667 | 2024-05-10T20:21:10.349Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
668 | 2024-05-10T20:21:10.349Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
669 | 2024-05-10T20:21:10.349Z | Local file: out/downloads/thundermuffin.tar.gz |
670 | 2024-05-10T20:21:10.349Z | + mkdir -p out/downloads |
671 | 2024-05-10T20:21:10.349Z | + mkdir -p ./out/thundermuffin |
672 | 2024-05-10T20:21:10.349Z | + fetch_and_verify |
673 | 2024-05-10T20:21:10.350Z | + local DO_DOWNLOAD=true |
674 | 2024-05-10T20:21:10.350Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
675 | 2024-05-10T20:21:10.350Z | + '[' true == true ']' |
676 | 2024-05-10T20:21:10.350Z | + echo Downloading... |
677 | 2024-05-10T20:21:10.350Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
678 | 2024-05-10T20:21:10.350Z | Downloading... |
679 | 2024-05-10T20:21:10.350Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
680 | 2024-05-10T20:21:11.380Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
681 | 2024-05-10T20:21:11.423Z | ++ sha256sum |
682 | 2024-05-10T20:21:11.424Z | ++ awk '{print $1}' |
683 | 2024-05-10T20:21:11.424Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
684 | 2024-05-10T20:21:11.424Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
685 | 2024-05-10T20:21:11.424Z | + do_untar out/downloads/thundermuffin.tar.gz |
686 | 2024-05-10T20:21:11.424Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
687 | 2024-05-10T20:21:11.487Z | + do_assemble |
688 | 2024-05-10T20:21:11.487Z | + rm -r ./out/thundermuffin |
689 | 2024-05-10T20:21:11.517Z | + mkdir ./out/thundermuffin |
690 | 2024-05-10T20:21:11.517Z | + cp -r out/downloads/root ./out/thundermuffin/root |
691 | 2024-05-10T20:21:11.517Z | All prerequisites installed successfully |
692 | 2024-05-10T20:21:11.517Z | |
693 | 2024-05-10T20:21:11.517Z | real 1:55.596515099 |
694 | 2024-05-10T20:21:11.517Z | user 43.971705994 |
695 | 2024-05-10T20:21:11.517Z | sys 11.131319544 |
696 | 2024-05-10T20:21:11.518Z | trap 0.013469483 |
697 | 2024-05-10T20:21:11.518Z | tflt 0.010989076 |
698 | 2024-05-10T20:21:11.518Z | dflt 0.018156518 |
699 | 2024-05-10T20:21:11.518Z | kflt 0.005066629 |
700 | 2024-05-10T20:21:11.518Z | lock 1.902472827 |
701 | 2024-05-10T20:21:11.518Z | slp 4:00.296313077 |
702 | 2024-05-10T20:21:11.518Z | lat 4.689576321 |
703 | 2024-05-10T20:21:11.518Z | stop 0.066565151 |
704 | 2024-05-10T20:21:11.519Z | + banner end-to-end-tests |
705 | 2024-05-10T20:21:11.519Z | |
706 | 2024-05-10T20:21:11.519Z | ###### # # ##### ##### #### ###### # # ##### |
707 | 2024-05-10T20:21:11.519Z | # ## # # # # # # # ## # # # |
708 | 2024-05-10T20:21:11.519Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
709 | 2024-05-10T20:21:11.519Z | # # # # # # # # # # # # # # # |
710 | 2024-05-10T20:21:11.519Z | # # ## # # # # # # # ## # # |
711 | 2024-05-10T20:21:11.519Z | ###### # # ##### # #### ###### # # ##### |
712 | 2024-05-10T20:21:11.519Z | |
713 | 2024-05-10T20:21:11.519Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-05-10T20:21:11.520Z | + CARGO_PROFILE_DEV_DEBUG=1 |
715 | 2024-05-10T20:21:11.520Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-05-10T20:21:11.520Z | + CARGO_PROFILE_TEST_DEBUG=1 |
717 | 2024-05-10T20:21:11.520Z | + export CARGO_INCREMENTAL=0 |
718 | 2024-05-10T20:21:11.520Z | + CARGO_INCREMENTAL=0 |
719 | 2024-05-10T20:21:11.520Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
720 | 2024-05-10T20:21:11.767Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
721 | 2024-05-10T20:21:12.351Z | Updating git repository `https://github.com/oxidecomputer/zone` |
722 | 2024-05-10T20:21:12.859Z | Updating crates.io index |
723 | 2024-05-10T20:21:12.947Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
724 | 2024-05-10T20:21:13.831Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
725 | 2024-05-10T20:21:14.795Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
726 | 2024-05-10T20:21:17.248Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
727 | 2024-05-10T20:21:17.718Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
728 | 2024-05-10T20:21:18.220Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-05-10T20:21:19.433Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-05-10T20:21:23.935Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-05-10T20:21:24.081Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
732 | 2024-05-10T20:21:24.081Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
733 | 2024-05-10T20:21:24.081Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
734 | 2024-05-10T20:21:24.377Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
735 | 2024-05-10T20:21:24.914Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-05-10T20:21:25.442Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-05-10T20:21:26.002Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-05-10T20:21:26.503Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2024-05-10T20:21:27.059Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2024-05-10T20:21:27.541Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2024-05-10T20:21:27.915Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
742 | 2024-05-10T20:21:28.346Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
743 | 2024-05-10T20:21:28.867Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
744 | 2024-05-10T20:21:29.269Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
745 | 2024-05-10T20:21:30.004Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
746 | 2024-05-10T20:21:30.863Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
747 | 2024-05-10T20:21:30.890Z | Updating git repository `https://github.com/jgallagher/nix` |
748 | 2024-05-10T20:21:32.015Z | Updating git repository `https://github.com/cbiffle/hubpack` |
749 | 2024-05-10T20:21:32.497Z | Updating git repository `https://github.com/oxidecomputer/typify` |
750 | 2024-05-10T20:21:34.657Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
751 | 2024-05-10T20:21:35.162Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
752 | 2024-05-10T20:21:35.566Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
753 | 2024-05-10T20:21:36.262Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
754 | 2024-05-10T20:21:37.722Z | Downloading crates ... |
755 | 2024-05-10T20:21:37.887Z | Downloaded ipnetwork v0.20.0 |
756 | 2024-05-10T20:21:37.931Z | Downloaded sigpipe v0.1.3 |
757 | 2024-05-10T20:21:38.554Z | Downloaded slog-stdlog v4.1.1 |
758 | 2024-05-10T20:21:38.555Z | Downloaded spin v0.5.2 |
759 | 2024-05-10T20:21:38.555Z | Downloaded smf v0.2.3 |
760 | 2024-05-10T20:21:38.555Z | Downloaded curve25519-dalek v4.1.2 |
761 | 2024-05-10T20:21:38.555Z | Downloaded papergrid v0.11.0 |
762 | 2024-05-10T20:21:38.555Z | Downloaded unicode-normalization v0.1.22 |
763 | 2024-05-10T20:21:38.555Z | Downloaded unsafe-libyaml v0.2.10 |
764 | 2024-05-10T20:21:38.555Z | Downloaded num-complex v0.4.5 |
765 | 2024-05-10T20:21:38.555Z | Downloaded slog-term v2.9.1 |
766 | 2024-05-10T20:21:38.555Z | Downloaded usdt-attr-macro v0.5.0 |
767 | 2024-05-10T20:21:38.555Z | Downloaded unicode-width v0.1.11 |
768 | 2024-05-10T20:21:38.555Z | Downloaded usdt v0.3.5 |
769 | 2024-05-10T20:21:38.555Z | Downloaded utf-8 v0.7.6 |
770 | 2024-05-10T20:21:38.555Z | Downloaded usdt-impl v0.3.5 |
771 | 2024-05-10T20:21:38.556Z | Downloaded walkdir v2.5.0 |
772 | 2024-05-10T20:21:38.556Z | Downloaded dhcproto-macros v0.1.0 |
773 | 2024-05-10T20:21:38.556Z | Downloaded version_check v0.9.4 |
774 | 2024-05-10T20:21:38.556Z | Downloaded usdt-macro v0.5.0 |
775 | 2024-05-10T20:21:38.556Z | Downloaded utf8parse v0.2.1 |
776 | 2024-05-10T20:21:38.556Z | Downloaded pest_meta v2.7.6 |
777 | 2024-05-10T20:21:38.556Z | Downloaded diesel_table_macro_syntax v0.1.0 |
778 | 2024-05-10T20:21:38.556Z | Downloaded zone v0.1.8 |
779 | 2024-05-10T20:21:38.556Z | Downloaded usdt-macro v0.3.5 |
780 | 2024-05-10T20:21:38.556Z | Downloaded vsss-rs v3.3.4 |
781 | 2024-05-10T20:21:38.556Z | Downloaded zeroize_derive v1.4.2 |
782 | 2024-05-10T20:21:38.556Z | Downloaded omicron-zone-package v0.11.0 |
783 | 2024-05-10T20:21:38.556Z | Downloaded p256 v0.13.2 |
784 | 2024-05-10T20:21:38.556Z | Downloaded waitgroup v0.1.2 |
785 | 2024-05-10T20:21:38.556Z | Downloaded usdt-impl v0.5.0 |
786 | 2024-05-10T20:21:38.556Z | Downloaded usdt-attr-macro v0.3.5 |
787 | 2024-05-10T20:21:38.556Z | Downloaded dtrace-parser v0.2.0 |
788 | 2024-05-10T20:21:38.556Z | Downloaded equivalent v1.0.1 |
789 | 2024-05-10T20:21:38.556Z | Downloaded deranged v0.3.11 |
790 | 2024-05-10T20:21:38.556Z | Downloaded zeroize v1.7.0 |
791 | 2024-05-10T20:21:38.556Z | Downloaded endian-type v0.1.2 |
792 | 2024-05-10T20:21:38.557Z | Downloaded foreign-types-shared v0.3.1 |
793 | 2024-05-10T20:21:38.557Z | Downloaded zerocopy-derive v0.7.32 |
794 | 2024-05-10T20:21:38.557Z | Downloaded phf_shared v0.10.0 |
795 | 2024-05-10T20:21:38.557Z | Downloaded yasna v0.5.2 |
796 | 2024-05-10T20:21:38.557Z | Downloaded hubpack_derive v0.1.1 |
797 | 2024-05-10T20:21:38.557Z | Downloaded derive_more v0.99.17 |
798 | 2024-05-10T20:21:38.557Z | Downloaded portpicker v0.1.1 |
799 | 2024-05-10T20:21:38.557Z | Downloaded fxhash v0.2.1 |
800 | 2024-05-10T20:21:38.557Z | Downloaded headers-core v0.2.0 |
801 | 2024-05-10T20:21:38.557Z | Downloaded openssl-sys v0.9.102 |
802 | 2024-05-10T20:21:38.557Z | Downloaded strum v0.26.2 |
803 | 2024-05-10T20:21:38.557Z | Downloaded take_mut v0.2.2 |
804 | 2024-05-10T20:21:38.557Z | Downloaded gethostname v0.4.3 |
805 | 2024-05-10T20:21:38.557Z | Downloaded hex v0.4.3 |
806 | 2024-05-10T20:21:38.557Z | Downloaded http-range v0.1.5 |
807 | 2024-05-10T20:21:38.557Z | Downloaded hostname v0.3.1 |
808 | 2024-05-10T20:21:38.557Z | Downloaded psl-types v2.0.11 |
809 | 2024-05-10T20:21:38.557Z | Downloaded phf_shared v0.11.2 |
810 | 2024-05-10T20:21:38.557Z | Downloaded plain v0.2.3 |
811 | 2024-05-10T20:21:38.557Z | Downloaded polyval v0.6.1 |
812 | 2024-05-10T20:21:38.558Z | Downloaded rustls-pki-types v1.3.0 |
813 | 2024-05-10T20:21:38.558Z | Downloaded serde_tokenstream v0.2.0 |
814 | 2024-05-10T20:21:38.558Z | Downloaded pretty-hex v0.4.1 |
815 | 2024-05-10T20:21:38.558Z | Downloaded time-core v0.1.2 |
816 | 2024-05-10T20:21:38.558Z | Downloaded rustfmt-wrapper v0.2.1 |
817 | 2024-05-10T20:21:38.558Z | Downloaded foreign-types-macros v0.2.3 |
818 | 2024-05-10T20:21:38.558Z | Downloaded toml_datetime v0.6.5 |
819 | 2024-05-10T20:21:38.558Z | Downloaded proc-macro-error-attr v1.0.4 |
820 | 2024-05-10T20:21:38.558Z | Downloaded russh-cryptovec v0.7.0 |
821 | 2024-05-10T20:21:38.558Z | Downloaded poly1305 v0.8.0 |
822 | 2024-05-10T20:21:38.558Z | Downloaded strsim v0.11.0 |
823 | 2024-05-10T20:21:38.558Z | Downloaded swrite v0.1.0 |
824 | 2024-05-10T20:21:38.558Z | Downloaded signal-hook-mio v0.2.3 |
825 | 2024-05-10T20:21:38.558Z | Downloaded tower-service v0.3.2 |
826 | 2024-05-10T20:21:38.558Z | Downloaded toolchain_find v0.4.0 |
827 | 2024-05-10T20:21:38.558Z | Downloaded scroll v0.12.0 |
828 | 2024-05-10T20:21:38.558Z | Downloaded sct v0.7.0 |
829 | 2024-05-10T20:21:38.558Z | Downloaded precomputed-hash v0.1.1 |
830 | 2024-05-10T20:21:38.558Z | Downloaded thread_local v1.1.7 |
831 | 2024-05-10T20:21:38.558Z | Downloaded thread-id v4.2.0 |
832 | 2024-05-10T20:21:38.558Z | Downloaded rfc6979 v0.4.0 |
833 | 2024-05-10T20:21:38.559Z | Downloaded futures v0.3.30 |
834 | 2024-05-10T20:21:38.559Z | Downloaded semver v0.1.20 |
835 | 2024-05-10T20:21:38.559Z | Downloaded tinyvec_macros v0.1.1 |
836 | 2024-05-10T20:21:38.559Z | Downloaded topological-sort v0.2.2 |
837 | 2024-05-10T20:21:38.559Z | Downloaded headers v0.3.9 |
838 | 2024-05-10T20:21:38.559Z | Downloaded strum_macros v0.25.2 |
839 | 2024-05-10T20:21:38.559Z | Downloaded r2d2 v0.8.10 |
840 | 2024-05-10T20:21:38.559Z | Downloaded elliptic-curve v0.13.8 |
841 | 2024-05-10T20:21:38.559Z | Downloaded resolv-conf v0.7.0 |
842 | 2024-05-10T20:21:38.559Z | Downloaded semver v1.0.22 |
843 | 2024-05-10T20:21:38.559Z | Downloaded subtle v2.5.0 |
844 | 2024-05-10T20:21:38.559Z | Downloaded thiserror v1.0.59 |
845 | 2024-05-10T20:21:38.559Z | Downloaded tokio-tungstenite v0.20.1 |
846 | 2024-05-10T20:21:38.559Z | Downloaded tokio-macros v2.2.0 |
847 | 2024-05-10T20:21:38.559Z | Downloaded flate2 v1.0.28 |
848 | 2024-05-10T20:21:38.559Z | Downloaded term v0.7.0 |
849 | 2024-05-10T20:21:38.559Z | Downloaded signal-hook v0.3.17 |
850 | 2024-05-10T20:21:38.559Z | Downloaded strum_macros v0.26.1 |
851 | 2024-05-10T20:21:38.559Z | Downloaded serde_yaml v0.9.25 |
852 | 2024-05-10T20:21:38.559Z | Downloaded quote v1.0.36 |
853 | 2024-05-10T20:21:38.560Z | Downloaded serde_with_macros v3.7.0 |
854 | 2024-05-10T20:21:38.560Z | Downloaded rand_core v0.6.4 |
855 | 2024-05-10T20:21:38.560Z | Downloaded tracing v0.1.40 |
856 | 2024-05-10T20:21:38.560Z | Downloaded serde v1.0.199 |
857 | 2024-05-10T20:21:38.587Z | Downloaded steno v0.4.0 |
858 | 2024-05-10T20:21:38.587Z | Downloaded toml v0.7.8 |
859 | 2024-05-10T20:21:38.587Z | Downloaded tokio-util v0.7.10 |
860 | 2024-05-10T20:21:38.587Z | Downloaded subprocess v0.2.9 |
861 | 2024-05-10T20:21:38.587Z | Downloaded trust-dns-resolver v0.22.0 |
862 | 2024-05-10T20:21:38.587Z | Downloaded petgraph v0.6.4 |
863 | 2024-05-10T20:21:38.587Z | Downloaded russh v0.43.0 |
864 | 2024-05-10T20:21:38.587Z | Downloaded syn v1.0.109 |
865 | 2024-05-10T20:21:38.587Z | Downloaded regex-automata v0.1.10 |
866 | 2024-05-10T20:21:38.587Z | Downloaded serde_json v1.0.116 |
867 | 2024-05-10T20:21:38.587Z | Downloaded reqwest v0.11.27 |
868 | 2024-05-10T20:21:38.588Z | Downloaded rayon v1.10.0 |
869 | 2024-05-10T20:21:38.588Z | Downloaded regex-automata v0.4.5 |
870 | 2024-05-10T20:21:38.588Z | Downloaded sha3 v0.10.8 |
871 | 2024-05-10T20:21:38.588Z | Downloaded encoding_rs v0.8.33 |
872 | 2024-05-10T20:21:38.588Z | Downloaded trust-dns-proto v0.22.0 |
873 | 2024-05-10T20:21:38.588Z | Downloaded zerocopy-derive v0.6.6 |
874 | 2024-05-10T20:21:38.588Z | Downloaded zerocopy-derive v0.2.0 |
875 | 2024-05-10T20:21:38.588Z | Downloaded regex-syntax v0.8.2 |
876 | 2024-05-10T20:21:38.588Z | Downloaded tokio v1.37.0 |
877 | 2024-05-10T20:21:38.613Z | Downloaded winapi v0.3.9 |
878 | 2024-05-10T20:21:38.652Z | Downloaded regress v0.9.1 |
879 | 2024-05-10T20:21:38.678Z | Downloaded rustls v0.22.4 |
880 | 2024-05-10T20:21:38.703Z | Downloaded rustix v0.38.31 |
881 | 2024-05-10T20:21:38.730Z | Downloaded radix_trie v0.2.1 |
882 | 2024-05-10T20:21:38.730Z | Downloaded syn v2.0.60 |
883 | 2024-05-10T20:21:38.755Z | Downloaded rustls v0.21.9 |
884 | 2024-05-10T20:21:38.780Z | Downloaded gimli v0.28.0 |
885 | 2024-05-10T20:21:38.780Z | Downloaded libc v0.2.153 |
886 | 2024-05-10T20:21:38.820Z | Downloaded rustls-webpki v0.102.1 |
887 | 2024-05-10T20:21:38.858Z | Downloaded ring v0.17.8 |
888 | 2024-05-10T20:21:38.947Z | Downloaded ring v0.16.20 |
889 | 2024-05-10T20:21:39.043Z | Downloaded tabled v0.15.0 |
890 | 2024-05-10T20:21:39.069Z | Downloaded webpki-roots v0.25.2 |
891 | 2024-05-10T20:21:39.069Z | Downloaded serde_with v3.7.0 |
892 | 2024-05-10T20:21:39.094Z | Downloaded rand v0.7.3 |
893 | 2024-05-10T20:21:39.094Z | Downloaded rustls-webpki v0.101.7 |
894 | 2024-05-10T20:21:39.121Z | Downloaded goblin v0.8.0 |
895 | 2024-05-10T20:21:39.121Z | Downloaded diesel v2.1.6 |
896 | 2024-05-10T20:21:39.145Z | Downloaded vcpkg v0.2.15 |
897 | 2024-05-10T20:21:39.185Z | Downloaded openapiv3 v2.0.0 |
898 | 2024-05-10T20:21:39.210Z | Downloaded regex v1.10.4 |
899 | 2024-05-10T20:21:39.235Z | Downloaded hkdf v0.12.4 |
900 | 2024-05-10T20:21:39.236Z | Downloaded h2 v0.3.26 |
901 | 2024-05-10T20:21:39.236Z | Downloaded futures-util v0.3.30 |
902 | 2024-05-10T20:21:39.260Z | Downloaded smoltcp v0.11.0 |
903 | 2024-05-10T20:21:39.260Z | Downloaded hyper v0.14.28 |
904 | 2024-05-10T20:21:39.285Z | Downloaded hashbrown v0.14.3 |
905 | 2024-05-10T20:21:39.285Z | Downloaded smoltcp v0.9.1 |
906 | 2024-05-10T20:21:39.309Z | Downloaded openssl v0.10.64 |
907 | 2024-05-10T20:21:39.309Z | Downloaded object v0.32.1 |
908 | 2024-05-10T20:21:39.335Z | Downloaded rayon-core v1.12.1 |
909 | 2024-05-10T20:21:39.335Z | Downloaded toml_edit v0.22.12 |
910 | 2024-05-10T20:21:39.371Z | Downloaded winnow v0.6.1 |
911 | 2024-05-10T20:21:39.371Z | Downloaded time v0.3.34 |
912 | 2024-05-10T20:21:39.371Z | Downloaded trust-dns-server v0.22.1 |
913 | 2024-05-10T20:21:39.428Z | Downloaded trust-dns-client v0.22.0 |
914 | 2024-05-10T20:21:39.429Z | Downloaded toml_edit v0.19.15 |
915 | 2024-05-10T20:21:39.429Z | Downloaded hashbrown v0.12.3 |
916 | 2024-05-10T20:21:39.429Z | Downloaded rand v0.8.5 |
917 | 2024-05-10T20:21:39.429Z | Downloaded http v0.2.12 |
918 | 2024-05-10T20:21:39.429Z | Downloaded expectorate v1.1.0 |
919 | 2024-05-10T20:21:39.429Z | Downloaded serde_derive v1.0.199 |
920 | 2024-05-10T20:21:39.430Z | Downloaded toml v0.8.12 |
921 | 2024-05-10T20:21:39.430Z | Downloaded toml v0.5.11 |
922 | 2024-05-10T20:21:39.456Z | Downloaded ryu v1.0.15 |
923 | 2024-05-10T20:21:39.456Z | Downloaded winnow v0.5.15 |
924 | 2024-05-10T20:21:39.456Z | Downloaded termcolor v1.2.0 |
925 | 2024-05-10T20:21:39.456Z | Downloaded schemars v0.8.17 |
926 | 2024-05-10T20:21:39.480Z | Downloaded publicsuffix v2.2.3 |
927 | 2024-05-10T20:21:39.480Z | Downloaded zerocopy v0.7.32 |
928 | 2024-05-10T20:21:39.505Z | Downloaded tokio-postgres v0.7.10 |
929 | 2024-05-10T20:21:39.505Z | Downloaded http v1.0.0 |
930 | 2024-05-10T20:21:39.506Z | Downloaded rustc-demangle v0.1.23 |
931 | 2024-05-10T20:21:39.506Z | Downloaded rand_core v0.5.1 |
932 | 2024-05-10T20:21:39.506Z | Downloaded rand_chacha v0.3.1 |
933 | 2024-05-10T20:21:39.506Z | Downloaded tracing-attributes v0.1.27 |
934 | 2024-05-10T20:21:39.506Z | Downloaded rustversion v1.0.14 |
935 | 2024-05-10T20:21:39.506Z | Downloaded ed25519-dalek v2.0.0 |
936 | 2024-05-10T20:21:39.532Z | Downloaded p521 v0.13.3 |
937 | 2024-05-10T20:21:39.532Z | Downloaded proc-macro-error v1.0.4 |
938 | 2024-05-10T20:21:39.533Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2024-05-10T20:21:39.533Z | Downloaded spin v0.9.8 |
940 | 2024-05-10T20:21:39.533Z | Downloaded russh-keys v0.43.0 |
941 | 2024-05-10T20:21:39.533Z | Downloaded tracing-core v0.1.32 |
942 | 2024-05-10T20:21:39.533Z | Downloaded tokio-stream v0.1.15 |
943 | 2024-05-10T20:21:39.533Z | Downloaded tinyvec v1.6.0 |
944 | 2024-05-10T20:21:39.562Z | Downloaded tungstenite v0.20.1 |
945 | 2024-05-10T20:21:39.563Z | Downloaded rcgen v0.12.1 |
946 | 2024-05-10T20:21:39.563Z | Downloaded heapless v0.8.0 |
947 | 2024-05-10T20:21:39.563Z | Downloaded heapless v0.7.16 |
948 | 2024-05-10T20:21:39.563Z | Downloaded terminal_size v0.3.0 |
949 | 2024-05-10T20:21:39.563Z | Downloaded sha2 v0.10.8 |
950 | 2024-05-10T20:21:39.563Z | Downloaded tar v0.4.40 |
951 | 2024-05-10T20:21:39.564Z | Downloaded tokio-native-tls v0.3.1 |
952 | 2024-05-10T20:21:39.597Z | Downloaded serde_arrays v0.1.0 |
953 | 2024-05-10T20:21:39.597Z | Downloaded sha1 v0.10.6 |
954 | 2024-05-10T20:21:39.597Z | Downloaded ron v0.7.1 |
955 | 2024-05-10T20:21:39.598Z | Downloaded pest v2.7.6 |
956 | 2024-05-10T20:21:39.598Z | Downloaded tempfile v3.10.1 |
957 | 2024-05-10T20:21:39.598Z | Downloaded serde_repr v0.1.16 |
958 | 2024-05-10T20:21:39.598Z | Downloaded serde_path_to_error v0.1.16 |
959 | 2024-05-10T20:21:39.598Z | Downloaded flume v0.11.0 |
960 | 2024-05-10T20:21:39.598Z | Downloaded idna v0.3.0 |
961 | 2024-05-10T20:21:39.632Z | Downloaded same-file v1.0.6 |
962 | 2024-05-10T20:21:39.632Z | Downloaded rustc_version v0.1.7 |
963 | 2024-05-10T20:21:39.633Z | Downloaded structmeta v0.3.0 |
964 | 2024-05-10T20:21:39.633Z | Downloaded stringprep v0.1.3 |
965 | 2024-05-10T20:21:39.633Z | Downloaded ppv-lite86 v0.2.17 |
966 | 2024-05-10T20:21:39.633Z | Downloaded powerfmt v0.2.0 |
967 | 2024-05-10T20:21:39.633Z | Downloaded spki v0.7.2 |
968 | 2024-05-10T20:21:39.633Z | Downloaded thiserror-impl v1.0.59 |
969 | 2024-05-10T20:21:39.633Z | Downloaded secrecy v0.8.0 |
970 | 2024-05-10T20:21:39.634Z | Downloaded tokio-rustls v0.25.0 |
971 | 2024-05-10T20:21:39.634Z | Downloaded proc-macro2 v1.0.81 |
972 | 2024-05-10T20:21:39.634Z | Downloaded nom v7.1.3 |
973 | 2024-05-10T20:21:39.634Z | Downloaded itertools v0.10.5 |
974 | 2024-05-10T20:21:39.666Z | Downloaded stable_deref_trait v1.2.0 |
975 | 2024-05-10T20:21:39.666Z | Downloaded tokio-rustls v0.24.1 |
976 | 2024-05-10T20:21:39.666Z | Downloaded libm v0.2.7 |
977 | 2024-05-10T20:21:39.667Z | Downloaded scheduled-thread-pool v0.2.7 |
978 | 2024-05-10T20:21:39.667Z | Downloaded rand_chacha v0.2.2 |
979 | 2024-05-10T20:21:39.667Z | Downloaded time-macros v0.2.17 |
980 | 2024-05-10T20:21:39.667Z | Downloaded schemars_derive v0.8.17 |
981 | 2024-05-10T20:21:39.667Z | Downloaded serde_derive_internals v0.29.0 |
982 | 2024-05-10T20:21:39.667Z | Downloaded postcard v1.0.8 |
983 | 2024-05-10T20:21:39.667Z | Downloaded thiserror-no-std v2.0.2 |
984 | 2024-05-10T20:21:39.708Z | Downloaded thiserror-impl-no-std v2.0.2 |
985 | 2024-05-10T20:21:39.708Z | Downloaded static_assertions v1.1.0 |
986 | 2024-05-10T20:21:39.708Z | Downloaded sec1 v0.7.3 |
987 | 2024-05-10T20:21:39.708Z | Downloaded postgres-types v0.2.6 |
988 | 2024-05-10T20:21:39.708Z | Downloaded postgres-protocol v0.6.6 |
989 | 2024-05-10T20:21:39.708Z | Downloaded try-lock v0.2.4 |
990 | 2024-05-10T20:21:39.708Z | Downloaded pretty-hex v0.2.1 |
991 | 2024-05-10T20:21:39.709Z | Downloaded predicates-core v1.0.6 |
992 | 2024-05-10T20:21:39.709Z | Downloaded predicates v3.1.0 |
993 | 2024-05-10T20:21:39.709Z | Downloaded tokio-tungstenite v0.21.0 |
994 | 2024-05-10T20:21:39.709Z | Downloaded primeorder v0.13.6 |
995 | 2024-05-10T20:21:39.709Z | Downloaded hmac v0.12.1 |
996 | 2024-05-10T20:21:39.709Z | Downloaded half v2.3.1 |
997 | 2024-05-10T20:21:39.709Z | Downloaded dyn-clone v1.0.17 |
998 | 2024-05-10T20:21:39.709Z | Downloaded diesel_derives v2.1.2 |
999 | 2024-05-10T20:21:39.709Z | Downloaded strsim v0.10.0 |
1000 | 2024-05-10T20:21:39.742Z | Downloaded scopeguard v1.2.0 |
1001 | 2024-05-10T20:21:39.742Z | Downloaded rustc_version v0.4.0 |
1002 | 2024-05-10T20:21:39.742Z | Downloaded rustls-pemfile v2.1.2 |
1003 | 2024-05-10T20:21:39.742Z | Downloaded pkcs8 v0.10.2 |
1004 | 2024-05-10T20:21:39.742Z | Downloaded httparse v1.8.0 |
1005 | 2024-05-10T20:21:39.742Z | Downloaded hyper-rustls v0.24.2 |
1006 | 2024-05-10T20:21:39.742Z | Downloaded fixedbitset v0.4.2 |
1007 | 2024-05-10T20:21:39.742Z | Downloaded zip v0.6.6 |
1008 | 2024-05-10T20:21:39.742Z | Downloaded zerocopy v0.6.6 |
1009 | 2024-05-10T20:21:39.742Z | Downloaded env_logger v0.9.3 |
1010 | 2024-05-10T20:21:39.742Z | Downloaded erased-serde v0.3.31 |
1011 | 2024-05-10T20:21:39.743Z | Downloaded quick-error v1.2.3 |
1012 | 2024-05-10T20:21:39.743Z | Downloaded scroll_derive v0.12.0 |
1013 | 2024-05-10T20:21:39.743Z | Downloaded generic-array v0.14.7 |
1014 | 2024-05-10T20:21:39.743Z | Downloaded tabwriter v1.4.0 |
1015 | 2024-05-10T20:21:39.743Z | Downloaded tabled_derive v0.7.0 |
1016 | 2024-05-10T20:21:39.743Z | Downloaded synstructure v0.12.6 |
1017 | 2024-05-10T20:21:39.743Z | Downloaded string_cache v0.8.7 |
1018 | 2024-05-10T20:21:39.743Z | Downloaded serde_urlencoded v0.7.1 |
1019 | 2024-05-10T20:21:39.774Z | Downloaded serde_tokenstream v0.1.7 |
1020 | 2024-05-10T20:21:39.774Z | Downloaded serde_spanned v0.6.5 |
1021 | 2024-05-10T20:21:39.774Z | Downloaded platforms v3.0.2 |
1022 | 2024-05-10T20:21:39.774Z | Downloaded pin-project-lite v0.2.13 |
1023 | 2024-05-10T20:21:39.774Z | Downloaded phf v0.11.2 |
1024 | 2024-05-10T20:21:39.774Z | Downloaded getrandom v0.2.12 |
1025 | 2024-05-10T20:21:39.774Z | Downloaded getrandom v0.1.16 |
1026 | 2024-05-10T20:21:39.774Z | Downloaded futures-channel v0.3.30 |
1027 | 2024-05-10T20:21:39.774Z | Downloaded ecdsa v0.16.9 |
1028 | 2024-05-10T20:21:39.775Z | Downloaded rustls-pemfile v1.0.3 |
1029 | 2024-05-10T20:21:39.775Z | Downloaded futures-core v0.3.30 |
1030 | 2024-05-10T20:21:39.775Z | Downloaded num-bigint v0.4.4 |
1031 | 2024-05-10T20:21:39.808Z | Downloaded pkg-config v0.3.27 |
1032 | 2024-05-10T20:21:39.808Z | Downloaded pin-utils v0.1.0 |
1033 | 2024-05-10T20:21:39.809Z | Downloaded hyper-staticfile v0.9.5 |
1034 | 2024-05-10T20:21:39.809Z | Downloaded humantime v2.1.0 |
1035 | 2024-05-10T20:21:39.809Z | Downloaded home v0.5.5 |
1036 | 2024-05-10T20:21:39.809Z | Downloaded hubpack v0.1.2 |
1037 | 2024-05-10T20:21:39.809Z | Downloaded dhcproto v0.11.0 |
1038 | 2024-05-10T20:21:39.809Z | Downloaded hyper-tls v0.5.0 |
1039 | 2024-05-10T20:21:39.809Z | Downloaded httpdate v1.0.3 |
1040 | 2024-05-10T20:21:39.810Z | Downloaded form_urlencoded v1.2.1 |
1041 | 2024-05-10T20:21:39.810Z | Downloaded foreign-types v0.5.0 |
1042 | 2024-05-10T20:21:39.810Z | Downloaded float-cmp v0.9.0 |
1043 | 2024-05-10T20:21:39.810Z | Downloaded fastrand v2.0.1 |
1044 | 2024-05-10T20:21:39.810Z | Downloaded embedded-io v0.4.0 |
1045 | 2024-05-10T20:21:39.811Z | Downloaded heck v0.5.0 |
1046 | 2024-05-10T20:21:39.811Z | Downloaded heck v0.3.3 |
1047 | 2024-05-10T20:21:39.849Z | Downloaded group v0.13.0 |
1048 | 2024-05-10T20:21:39.849Z | Downloaded glob v0.3.1 |
1049 | 2024-05-10T20:21:39.849Z | Downloaded getopts v0.2.21 |
1050 | 2024-05-10T20:21:39.849Z | Downloaded http-body v0.4.5 |
1051 | 2024-05-10T20:21:39.849Z | Downloaded hex-literal v0.4.1 |
1052 | 2024-05-10T20:21:39.850Z | Downloaded heck v0.4.1 |
1053 | 2024-05-10T20:21:39.850Z | Downloaded hash32 v0.3.1 |
1054 | 2024-05-10T20:21:39.850Z | Downloaded hash32 v0.2.1 |
1055 | 2024-05-10T20:21:39.850Z | Downloaded ghash v0.5.0 |
1056 | 2024-05-10T20:21:39.850Z | Downloaded fnv v1.0.7 |
1057 | 2024-05-10T20:21:39.850Z | Downloaded filetime v0.2.23 |
1058 | 2024-05-10T20:21:39.851Z | Downloaded fallible-iterator v0.2.0 |
1059 | 2024-05-10T20:21:39.851Z | Downloaded ed25519 v2.2.2 |
1060 | 2024-05-10T20:21:39.851Z | Downloaded dof v0.3.0 |
1061 | 2024-05-10T20:21:39.851Z | Downloaded futures-sink v0.3.30 |
1062 | 2024-05-10T20:21:39.851Z | Downloaded flagset v0.4.3 |
1063 | 2024-05-10T20:21:39.851Z | Downloaded ff v0.13.0 |
1064 | 2024-05-10T20:21:39.852Z | Downloaded errno v0.3.8 |
1065 | 2024-05-10T20:21:39.852Z | Downloaded enum-as-inner v0.5.1 |
1066 | 2024-05-10T20:21:39.852Z | Downloaded either v1.11.0 |
1067 | 2024-05-10T20:21:39.852Z | Downloaded uuid v1.8.0 |
1068 | 2024-05-10T20:21:39.852Z | Downloaded futures-macro v0.3.30 |
1069 | 2024-05-10T20:21:39.885Z | Downloaded futures-io v0.3.30 |
1070 | 2024-05-10T20:21:39.886Z | Downloaded futures-executor v0.3.30 |
1071 | 2024-05-10T20:21:39.886Z | Downloaded dof v0.1.5 |
1072 | 2024-05-10T20:21:39.886Z | Downloaded display-error-chain v0.2.0 |
1073 | 2024-05-10T20:21:39.886Z | Downloaded difflib v0.4.0 |
1074 | 2024-05-10T20:21:39.886Z | Downloaded derive-where v1.2.7 |
1075 | 2024-05-10T20:21:39.886Z | Downloaded minimal-lexical v0.2.1 |
1076 | 2024-05-10T20:21:39.886Z | Downloaded memchr v2.7.1 |
1077 | 2024-05-10T20:21:39.887Z | Downloaded sync_wrapper v0.1.2 |
1078 | 2024-05-10T20:21:39.887Z | Downloaded mio v0.8.11 |
1079 | 2024-05-10T20:21:39.887Z | Downloaded miniz_oxide v0.7.1 |
1080 | 2024-05-10T20:21:39.888Z | Downloaded structmeta-derive v0.3.0 |
1081 | 2024-05-10T20:21:39.888Z | Downloaded futures-task v0.3.30 |
1082 | 2024-05-10T20:21:39.888Z | Downloaded dirs-sys-next v0.1.2 |
1083 | 2024-05-10T20:21:39.888Z | Downloaded dirs-sys v0.4.1 |
1084 | 2024-05-10T20:21:39.888Z | Downloaded dirs-next v2.0.0 |
1085 | 2024-05-10T20:21:39.888Z | Downloaded dirs v5.0.1 |
1086 | 2024-05-10T20:21:39.888Z | Downloaded digest v0.10.7 |
1087 | 2024-05-10T20:21:39.921Z | Downloaded zerocopy v0.3.0 |
1088 | 2024-05-10T20:21:39.921Z | Downloaded socket2 v0.5.6 |
1089 | 2024-05-10T20:21:39.921Z | Downloaded socket2 v0.4.9 |
1090 | 2024-05-10T20:21:39.922Z | Downloaded smallvec v1.13.1 |
1091 | 2024-05-10T20:21:39.922Z | Downloaded foreign-types-shared v0.1.1 |
1092 | 2024-05-10T20:21:39.922Z | Downloaded zone_cfg_derive v0.1.2 |
1093 | 2024-05-10T20:21:39.922Z | Downloaded xattr v1.0.1 |
1094 | 2024-05-10T20:21:39.922Z | Downloaded url v2.5.0 |
1095 | 2024-05-10T20:21:39.923Z | Downloaded want v0.3.1 |
1096 | 2024-05-10T20:21:39.923Z | Downloaded foreign-types v0.3.2 |
1097 | 2024-05-10T20:21:39.923Z | Downloaded whoami v1.5.1 |
1098 | 2024-05-10T20:21:39.923Z | Downloaded dtrace-parser v0.1.14 |
1099 | 2024-05-10T20:21:39.923Z | Downloaded untrusted v0.9.0 |
1100 | 2024-05-10T20:21:39.923Z | Downloaded usdt v0.5.0 |
1101 | 2024-05-10T20:21:39.923Z | Downloaded untrusted v0.7.1 |
1102 | 2024-05-10T20:21:39.924Z | Downloaded universal-hash v0.5.1 |
1103 | 2024-05-10T20:21:39.924Z | Downloaded unicode-segmentation v1.10.1 |
1104 | 2024-05-10T20:21:39.924Z | Downloaded unicode-ident v1.0.12 |
1105 | 2024-05-10T20:21:39.924Z | Downloaded parking_lot v0.12.1 |
1106 | 2024-05-10T20:21:39.950Z | Downloaded unicode-xid v0.2.4 |
1107 | 2024-05-10T20:21:39.950Z | Downloaded ucd-trie v0.1.6 |
1108 | 2024-05-10T20:21:39.951Z | Downloaded num-traits v0.2.18 |
1109 | 2024-05-10T20:21:39.951Z | Downloaded unicode-bidi v0.3.15 |
1110 | 2024-05-10T20:21:39.951Z | Downloaded unicase v2.7.0 |
1111 | 2024-05-10T20:21:39.951Z | Downloaded typenum v1.16.0 |
1112 | 2024-05-10T20:21:39.951Z | Downloaded tungstenite v0.21.0 |
1113 | 2024-05-10T20:21:39.952Z | Downloaded sled v0.34.7 |
1114 | 2024-05-10T20:21:39.977Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1115 | 2024-05-10T20:21:39.977Z | Downloaded bstr v0.2.17 |
1116 | 2024-05-10T20:21:40.002Z | Downloaded pem-rfc7468 v0.7.0 |
1117 | 2024-05-10T20:21:40.002Z | Downloaded password-hash v0.4.2 |
1118 | 2024-05-10T20:21:40.002Z | Downloaded parking_lot_core v0.9.8 |
1119 | 2024-05-10T20:21:40.002Z | Downloaded parking_lot_core v0.8.6 |
1120 | 2024-05-10T20:21:40.002Z | Downloaded once_cell v1.19.0 |
1121 | 2024-05-10T20:21:40.002Z | Downloaded num-rational v0.4.1 |
1122 | 2024-05-10T20:21:40.002Z | Downloaded log v0.4.21 |
1123 | 2024-05-10T20:21:40.002Z | Downloaded idna v0.2.3 |
1124 | 2024-05-10T20:21:40.027Z | Downloaded slog-scope v4.4.0 |
1125 | 2024-05-10T20:21:40.027Z | Downloaded slog-json v2.6.1 |
1126 | 2024-05-10T20:21:40.027Z | Downloaded slog-envlogger v2.2.0 |
1127 | 2024-05-10T20:21:40.027Z | Downloaded slog-dtrace v0.3.0 |
1128 | 2024-05-10T20:21:40.027Z | Downloaded slog-bunyan v2.5.0 |
1129 | 2024-05-10T20:21:40.027Z | Downloaded slog-async v2.8.0 |
1130 | 2024-05-10T20:21:40.027Z | Downloaded slog v2.7.0 |
1131 | 2024-05-10T20:21:40.027Z | Downloaded slab v0.4.9 |
1132 | 2024-05-10T20:21:40.027Z | Downloaded siphasher v0.3.11 |
1133 | 2024-05-10T20:21:40.027Z | Downloaded similar v2.4.0 |
1134 | 2024-05-10T20:21:40.053Z | Downloaded signature v2.1.0 |
1135 | 2024-05-10T20:21:40.053Z | Downloaded pest_generator v2.7.6 |
1136 | 2024-05-10T20:21:40.053Z | Downloaded pest_derive v2.7.6 |
1137 | 2024-05-10T20:21:40.053Z | Downloaded pem v3.0.4 |
1138 | 2024-05-10T20:21:40.053Z | Downloaded pbkdf2 v0.12.2 |
1139 | 2024-05-10T20:21:40.053Z | Downloaded paste v1.0.14 |
1140 | 2024-05-10T20:21:40.053Z | Downloaded password-hash v0.5.0 |
1141 | 2024-05-10T20:21:40.053Z | Downloaded parking_lot v0.11.2 |
1142 | 2024-05-10T20:21:40.053Z | Downloaded owo-colors v4.0.0 |
1143 | 2024-05-10T20:21:40.053Z | Downloaded native-tls v0.2.11 |
1144 | 2024-05-10T20:21:40.053Z | Downloaded multer v3.0.0 |
1145 | 2024-05-10T20:21:40.080Z | Downloaded mime_guess v2.0.4 |
1146 | 2024-05-10T20:21:40.080Z | Downloaded memmap2 v0.7.1 |
1147 | 2024-05-10T20:21:40.080Z | Downloaded lock_api v0.4.10 |
1148 | 2024-05-10T20:21:40.080Z | Downloaded lalrpop-util v0.19.12 |
1149 | 2024-05-10T20:21:40.080Z | Downloaded itertools v0.12.1 |
1150 | 2024-05-10T20:21:40.080Z | Downloaded der v0.7.8 |
1151 | 2024-05-10T20:21:40.080Z | Downloaded defmt-parser v0.3.3 |
1152 | 2024-05-10T20:21:40.080Z | Downloaded defmt-macros v0.3.6 |
1153 | 2024-05-10T20:21:40.105Z | Downloaded defmt v0.3.5 |
1154 | 2024-05-10T20:21:40.105Z | Downloaded data-encoding v2.4.0 |
1155 | 2024-05-10T20:21:40.105Z | Downloaded darling_core v0.20.8 |
1156 | 2024-05-10T20:21:40.105Z | Downloaded ctr v0.9.2 |
1157 | 2024-05-10T20:21:40.105Z | Downloaded crypto-common v0.1.6 |
1158 | 2024-05-10T20:21:40.105Z | Downloaded crypto-bigint v0.5.2 |
1159 | 2024-05-10T20:21:40.105Z | Downloaded crossterm v0.27.0 |
1160 | 2024-05-10T20:21:40.129Z | Downloaded crossbeam-utils v0.8.19 |
1161 | 2024-05-10T20:21:40.129Z | Downloaded crossbeam-epoch v0.9.18 |
1162 | 2024-05-10T20:21:40.129Z | Downloaded crossbeam-deque v0.8.3 |
1163 | 2024-05-10T20:21:40.129Z | Downloaded crossbeam-channel v0.5.8 |
1164 | 2024-05-10T20:21:40.129Z | Downloaded crc32fast v1.3.2 |
1165 | 2024-05-10T20:21:40.129Z | Downloaded cookie_store v0.20.0 |
1166 | 2024-05-10T20:21:40.155Z | Downloaded cookie v0.17.0 |
1167 | 2024-05-10T20:21:40.155Z | Downloaded constant_time_eq v0.3.0 |
1168 | 2024-05-10T20:21:40.155Z | Downloaded const-oid v0.9.6 |
1169 | 2024-05-10T20:21:40.155Z | Downloaded console v0.15.8 |
1170 | 2024-05-10T20:21:40.155Z | Downloaded clap_derive v4.5.4 |
1171 | 2024-05-10T20:21:40.155Z | Downloaded clap_builder v4.5.2 |
1172 | 2024-05-10T20:21:40.155Z | Downloaded clap v4.5.4 |
1173 | 2024-05-10T20:21:40.180Z | Downloaded ciborium-ll v0.2.2 |
1174 | 2024-05-10T20:21:40.180Z | Downloaded chrono v0.4.38 |
1175 | 2024-05-10T20:21:40.180Z | Downloaded cfg-if v1.0.0 |
1176 | 2024-05-10T20:21:40.180Z | Downloaded cc v1.0.83 |
1177 | 2024-05-10T20:21:40.180Z | Downloaded bytes v1.6.0 |
1178 | 2024-05-10T20:21:40.204Z | Downloaded bstr v1.9.0 |
1179 | 2024-05-10T20:21:40.204Z | Downloaded signal-hook-registry v1.4.1 |
1180 | 2024-05-10T20:21:40.204Z | Downloaded percent-encoding v2.3.1 |
1181 | 2024-05-10T20:21:40.205Z | Downloaded peg-runtime v0.8.2 |
1182 | 2024-05-10T20:21:40.205Z | Downloaded pbkdf2 v0.11.0 |
1183 | 2024-05-10T20:21:40.205Z | Downloaded parse-display-derive v0.9.0 |
1184 | 2024-05-10T20:21:40.205Z | Downloaded parse-display v0.9.0 |
1185 | 2024-05-10T20:21:40.230Z | Downloaded option-ext v0.2.0 |
1186 | 2024-05-10T20:21:40.230Z | Downloaded openssl-probe v0.1.5 |
1187 | 2024-05-10T20:21:40.230Z | Downloaded openssl-macros v0.1.1 |
1188 | 2024-05-10T20:21:40.230Z | Downloaded opaque-debug v0.3.0 |
1189 | 2024-05-10T20:21:40.230Z | Downloaded num_threads v0.1.6 |
1190 | 2024-05-10T20:21:40.230Z | Downloaded num_enum_derive v0.5.11 |
1191 | 2024-05-10T20:21:40.231Z | Downloaded num_enum v0.5.11 |
1192 | 2024-05-10T20:21:40.231Z | Downloaded num_cpus v1.16.0 |
1193 | 2024-05-10T20:21:40.231Z | Downloaded num-iter v0.1.44 |
1194 | 2024-05-10T20:21:40.231Z | Downloaded num-integer v0.1.46 |
1195 | 2024-05-10T20:21:40.231Z | Downloaded num-derive v0.4.0 |
1196 | 2024-05-10T20:21:40.231Z | Downloaded num-conv v0.1.0 |
1197 | 2024-05-10T20:21:40.231Z | Downloaded num v0.4.2 |
1198 | 2024-05-10T20:21:40.231Z | Downloaded normalize-line-endings v0.3.0 |
1199 | 2024-05-10T20:21:40.258Z | Downloaded nibble_vec v0.1.0 |
1200 | 2024-05-10T20:21:40.258Z | Downloaded newtype_derive v0.1.6 |
1201 | 2024-05-10T20:21:40.258Z | Downloaded newtype-uuid v1.1.0 |
1202 | 2024-05-10T20:21:40.259Z | Downloaded newline-converter v0.3.0 |
1203 | 2024-05-10T20:21:40.259Z | Downloaded new_debug_unreachable v1.0.4 |
1204 | 2024-05-10T20:21:40.259Z | Downloaded nanorand v0.7.0 |
1205 | 2024-05-10T20:21:40.259Z | Downloaded mime v0.3.17 |
1206 | 2024-05-10T20:21:40.259Z | Downloaded memmap v0.7.0 |
1207 | 2024-05-10T20:21:40.260Z | Downloaded md5 v0.7.0 |
1208 | 2024-05-10T20:21:40.260Z | Downloaded md-5 v0.10.5 |
1209 | 2024-05-10T20:21:40.260Z | Downloaded matches v0.1.10 |
1210 | 2024-05-10T20:21:40.260Z | Downloaded match_cfg v0.1.0 |
1211 | 2024-05-10T20:21:40.260Z | Downloaded managed v0.8.0 |
1212 | 2024-05-10T20:21:40.260Z | Downloaded macaddr v1.0.1 |
1213 | 2024-05-10T20:21:40.260Z | Downloaded lru-cache v0.1.2 |
1214 | 2024-05-10T20:21:40.261Z | Downloaded linked-hash-map v0.5.6 |
1215 | 2024-05-10T20:21:40.261Z | Downloaded linear-map v1.2.0 |
1216 | 2024-05-10T20:21:40.261Z | Downloaded libsw v3.3.1 |
1217 | 2024-05-10T20:21:40.294Z | Downloaded libefi-sys v0.1.0 |
1218 | 2024-05-10T20:21:40.295Z | Downloaded lazy_static v1.4.0 |
1219 | 2024-05-10T20:21:40.295Z | Downloaded kstat-rs v0.2.3 |
1220 | 2024-05-10T20:21:40.295Z | Downloaded keccak v0.1.4 |
1221 | 2024-05-10T20:21:40.296Z | Downloaded itoa v1.0.9 |
1222 | 2024-05-10T20:21:40.296Z | Downloaded is-terminal v0.4.9 |
1223 | 2024-05-10T20:21:40.296Z | Downloaded inout v0.1.3 |
1224 | 2024-05-10T20:21:40.296Z | Downloaded indexmap v2.2.6 |
1225 | 2024-05-10T20:21:40.297Z | Downloaded indexmap v1.9.3 |
1226 | 2024-05-10T20:21:40.297Z | Downloaded debug-ignore v1.0.5 |
1227 | 2024-05-10T20:21:40.297Z | Downloaded darling_macro v0.20.8 |
1228 | 2024-05-10T20:21:40.297Z | Downloaded darling v0.20.8 |
1229 | 2024-05-10T20:21:40.297Z | Downloaded curve25519-dalek-derive v0.1.0 |
1230 | 2024-05-10T20:21:40.297Z | Downloaded cstr-argument v0.1.2 |
1231 | 2024-05-10T20:21:40.297Z | Downloaded crucible-workspace-hack v0.1.0 |
1232 | 2024-05-10T20:21:40.298Z | Downloaded cpufeatures v0.2.12 |
1233 | 2024-05-10T20:21:40.298Z | Downloaded convert_case v0.4.0 |
1234 | 2024-05-10T20:21:40.298Z | Downloaded colored v2.1.0 |
1235 | 2024-05-10T20:21:40.326Z | Downloaded colorchoice v1.0.0 |
1236 | 2024-05-10T20:21:40.326Z | Downloaded cobs v0.2.3 |
1237 | 2024-05-10T20:21:40.326Z | Downloaded clap_lex v0.7.0 |
1238 | 2024-05-10T20:21:40.326Z | Downloaded cipher v0.4.4 |
1239 | 2024-05-10T20:21:40.326Z | Downloaded ciborium-io v0.2.2 |
1240 | 2024-05-10T20:21:40.326Z | Downloaded ciborium v0.2.2 |
1241 | 2024-05-10T20:21:40.326Z | Downloaded chacha20poly1305 v0.10.1 |
1242 | 2024-05-10T20:21:40.326Z | Downloaded chacha20 v0.9.1 |
1243 | 2024-05-10T20:21:40.326Z | Downloaded cbc v0.1.2 |
1244 | 2024-05-10T20:21:40.327Z | Downloaded cancel-safe-futures v0.1.5 |
1245 | 2024-05-10T20:21:40.327Z | Downloaded camino-tempfile v1.1.1 |
1246 | 2024-05-10T20:21:40.327Z | Downloaded camino v1.1.6 |
1247 | 2024-05-10T20:21:40.327Z | Downloaded bzip2 v0.4.4 |
1248 | 2024-05-10T20:21:40.327Z | Downloaded byteorder v1.5.0 |
1249 | 2024-05-10T20:21:40.327Z | Downloaded bytecount v0.6.3 |
1250 | 2024-05-10T20:21:40.327Z | Downloaded blowfish v0.9.1 |
1251 | 2024-05-10T20:21:40.327Z | Downloaded block-padding v0.3.3 |
1252 | 2024-05-10T20:21:40.327Z | Downloaded block-buffer v0.10.4 |
1253 | 2024-05-10T20:21:40.364Z | Downloaded blake3 v1.5.0 |
1254 | 2024-05-10T20:21:40.364Z | Downloaded blake2 v0.10.6 |
1255 | 2024-05-10T20:21:40.364Z | Downloaded bitstruct_derive v0.1.0 |
1256 | 2024-05-10T20:21:40.364Z | Downloaded bitstruct v0.1.1 |
1257 | 2024-05-10T20:21:40.364Z | Downloaded bitflags v2.4.2 |
1258 | 2024-05-10T20:21:40.364Z | Downloaded bitflags v1.3.2 |
1259 | 2024-05-10T20:21:40.365Z | Downloaded bit-vec v0.6.3 |
1260 | 2024-05-10T20:21:40.365Z | Downloaded bit-set v0.5.3 |
1261 | 2024-05-10T20:21:40.396Z | Downloaded bcrypt-pbkdf v0.10.0 |
1262 | 2024-05-10T20:21:40.396Z | Downloaded base64ct v1.6.0 |
1263 | 2024-05-10T20:21:40.396Z | Downloaded base64 v0.22.0 |
1264 | 2024-05-10T20:21:40.396Z | Downloaded base64 v0.21.7 |
1265 | 2024-05-10T20:21:40.397Z | Downloaded base16ct v0.2.0 |
1266 | 2024-05-10T20:21:40.397Z | Downloaded backtrace v0.3.69 |
1267 | 2024-05-10T20:21:40.397Z | Downloaded backoff v0.4.0 |
1268 | 2024-05-10T20:21:40.397Z | Downloaded autocfg v1.1.0 |
1269 | 2024-05-10T20:21:40.397Z | Downloaded atty v0.2.14 |
1270 | 2024-05-10T20:21:40.397Z | Downloaded atomicwrites v0.4.3 |
1271 | 2024-05-10T20:21:40.397Z | Downloaded atomic-waker v1.1.1 |
1272 | 2024-05-10T20:21:40.397Z | Downloaded async-trait v0.1.80 |
1273 | 2024-05-10T20:21:40.397Z | Downloaded arrayvec v0.7.4 |
1274 | 2024-05-10T20:21:40.398Z | Downloaded arrayref v0.3.7 |
1275 | 2024-05-10T20:21:40.398Z | Downloaded arc-swap v1.6.0 |
1276 | 2024-05-10T20:21:40.445Z | Downloaded anstyle-parse v0.2.1 |
1277 | 2024-05-10T20:21:40.445Z | Downloaded anstyle v1.0.6 |
1278 | 2024-05-10T20:21:40.445Z | Downloaded anstream v0.6.11 |
1279 | 2024-05-10T20:21:40.445Z | Downloaded ipnet v2.9.0 |
1280 | 2024-05-10T20:21:40.445Z | Downloaded internet-checksum v0.2.1 |
1281 | 2024-05-10T20:21:40.445Z | Downloaded instant v0.1.12 |
1282 | 2024-05-10T20:21:40.445Z | Downloaded idna v0.5.0 |
1283 | 2024-05-10T20:21:40.446Z | Downloaded ident_case v1.0.1 |
1284 | 2024-05-10T20:21:40.446Z | Downloaded iana-time-zone v0.1.57 |
1285 | 2024-05-10T20:21:40.446Z | Downloaded der_derive v0.7.2 |
1286 | 2024-05-10T20:21:40.446Z | Downloaded base64 v0.13.1 |
1287 | 2024-05-10T20:21:40.446Z | Downloaded async-stream-impl v0.3.5 |
1288 | 2024-05-10T20:21:40.473Z | Downloaded async-stream v0.3.5 |
1289 | 2024-05-10T20:21:40.473Z | Downloaded ascii v1.1.0 |
1290 | 2024-05-10T20:21:40.473Z | Downloaded argon2 v0.5.3 |
1291 | 2024-05-10T20:21:40.473Z | Downloaded anyhow v1.0.82 |
1292 | 2024-05-10T20:21:40.473Z | Downloaded anstyle-query v1.0.0 |
1293 | 2024-05-10T20:21:40.473Z | Downloaded allocator-api2 v0.2.16 |
1294 | 2024-05-10T20:21:40.473Z | Downloaded aho-corasick v1.1.2 |
1295 | 2024-05-10T20:21:40.473Z | Downloaded ahash v0.8.8 |
1296 | 2024-05-10T20:21:40.473Z | Downloaded aes-gcm v0.10.3 |
1297 | 2024-05-10T20:21:40.473Z | Downloaded aes v0.8.3 |
1298 | 2024-05-10T20:21:40.473Z | Downloaded aead v0.5.2 |
1299 | 2024-05-10T20:21:40.474Z | Downloaded adler v1.0.2 |
1300 | 2024-05-10T20:21:40.474Z | Downloaded addr2line v0.21.0 |
1301 | 2024-05-10T20:21:40.821Z | Compiling proc-macro2 v1.0.81 |
1302 | 2024-05-10T20:21:40.868Z | Compiling unicode-ident v1.0.12 |
1303 | 2024-05-10T20:21:40.868Z | Compiling libc v0.2.153 |
1304 | 2024-05-10T20:21:40.868Z | Compiling serde v1.0.199 |
1305 | 2024-05-10T20:21:40.868Z | Compiling version_check v0.9.4 |
1306 | 2024-05-10T20:21:40.869Z | Compiling cfg-if v1.0.0 |
1307 | 2024-05-10T20:21:40.914Z | Compiling autocfg v1.1.0 |
1308 | 2024-05-10T20:21:41.057Z | Compiling once_cell v1.19.0 |
1309 | 2024-05-10T20:21:41.097Z | Compiling thiserror v1.0.59 |
1310 | 2024-05-10T20:21:41.566Z | Compiling typenum v1.16.0 |
1311 | 2024-05-10T20:21:41.603Z | Compiling parking_lot_core v0.9.8 |
1312 | 2024-05-10T20:21:41.927Z | Compiling byteorder v1.5.0 |
1313 | 2024-05-10T20:21:42.098Z | Compiling generic-array v0.14.7 |
1314 | 2024-05-10T20:21:42.153Z | Compiling lock_api v0.4.10 |
1315 | 2024-05-10T20:21:42.213Z | Compiling memchr v2.7.1 |
1316 | 2024-05-10T20:21:42.420Z | Compiling libm v0.2.7 |
1317 | 2024-05-10T20:21:42.452Z | Compiling serde_json v1.0.116 |
1318 | 2024-05-10T20:21:42.489Z | Compiling ahash v0.8.8 |
1319 | 2024-05-10T20:21:42.519Z | Compiling num-traits v0.2.18 |
1320 | 2024-05-10T20:21:42.807Z | Compiling quote v1.0.36 |
1321 | 2024-05-10T20:21:42.834Z | Compiling log v0.4.21 |
1322 | 2024-05-10T20:21:43.199Z | Compiling syn v2.0.60 |
1323 | 2024-05-10T20:21:43.231Z | Compiling getrandom v0.2.12 |
1324 | 2024-05-10T20:21:43.713Z | Compiling cc v1.0.83 |
1325 | 2024-05-10T20:21:43.713Z | Compiling itoa v1.0.9 |
1326 | 2024-05-10T20:21:43.713Z | Compiling rand_core v0.6.4 |
1327 | 2024-05-10T20:21:43.713Z | Compiling syn v1.0.109 |
1328 | 2024-05-10T20:21:43.713Z | Compiling scopeguard v1.2.0 |
1329 | 2024-05-10T20:21:44.168Z | Compiling slab v0.4.9 |
1330 | 2024-05-10T20:21:44.227Z | Compiling smallvec v1.13.1 |
1331 | 2024-05-10T20:21:44.310Z | Compiling ryu v1.0.15 |
1332 | 2024-05-10T20:21:44.345Z | Compiling allocator-api2 v0.2.16 |
1333 | 2024-05-10T20:21:44.573Z | Compiling subtle v2.5.0 |
1334 | 2024-05-10T20:21:44.598Z | Compiling pin-project-lite v0.2.13 |
1335 | 2024-05-10T20:21:44.717Z | Compiling pkg-config v0.3.27 |
1336 | 2024-05-10T20:21:44.964Z | Compiling parking_lot v0.12.1 |
1337 | 2024-05-10T20:21:44.998Z | Compiling schemars v0.8.17 |
1338 | 2024-05-10T20:21:45.447Z | Compiling signal-hook-registry v1.4.1 |
1339 | 2024-05-10T20:21:45.447Z | Compiling mio v0.8.11 |
1340 | 2024-05-10T20:21:45.447Z | Compiling equivalent v1.0.1 |
1341 | 2024-05-10T20:21:45.698Z | Compiling ring v0.17.8 |
1342 | 2024-05-10T20:21:45.759Z | Compiling num_cpus v1.16.0 |
1343 | 2024-05-10T20:21:45.806Z | Compiling socket2 v0.5.6 |
1344 | 2024-05-10T20:21:45.880Z | Compiling num-conv v0.1.0 |
1345 | 2024-05-10T20:21:46.126Z | Compiling time-core v0.1.2 |
1346 | 2024-05-10T20:21:46.267Z | Compiling futures-core v0.3.30 |
1347 | 2024-05-10T20:21:46.706Z | Compiling time-macros v0.2.17 |
1348 | 2024-05-10T20:21:46.733Z | Compiling vcpkg v0.2.15 |
1349 | 2024-05-10T20:21:46.733Z | Compiling httparse v1.8.0 |
1350 | 2024-05-10T20:21:46.733Z | Compiling const-oid v0.9.6 |
1351 | 2024-05-10T20:21:48.016Z | Compiling fnv v1.0.7 |
1352 | 2024-05-10T20:21:48.148Z | Compiling futures-sink v0.3.30 |
1353 | 2024-05-10T20:21:48.296Z | Compiling ring v0.16.20 |
1354 | 2024-05-10T20:21:48.450Z | Compiling openssl-sys v0.9.102 |
1355 | 2024-05-10T20:21:48.497Z | Compiling futures-channel v0.3.30 |
1356 | 2024-05-10T20:21:48.799Z | Compiling serde_derive_internals v0.29.0 |
1357 | 2024-05-10T20:21:48.844Z | Compiling futures-io v0.3.30 |
1358 | 2024-05-10T20:21:48.962Z | Compiling futures-task v0.3.30 |
1359 | 2024-05-10T20:21:49.102Z | Compiling slog v2.7.0 |
1360 | 2024-05-10T20:21:49.223Z | Compiling pin-utils v0.1.0 |
1361 | 2024-05-10T20:21:49.273Z | Compiling spin v0.5.2 |
1362 | 2024-05-10T20:21:49.297Z | Compiling semver v1.0.22 |
1363 | 2024-05-10T20:21:49.323Z | Compiling openssl v0.10.64 |
1364 | 2024-05-10T20:21:49.478Z | Compiling ucd-trie v0.1.6 |
1365 | 2024-05-10T20:21:49.513Z | Compiling heck v0.4.1 |
1366 | 2024-05-10T20:21:49.549Z | Compiling rustix v0.38.31 |
1367 | 2024-05-10T20:21:49.665Z | Compiling iana-time-zone v0.1.57 |
1368 | 2024-05-10T20:21:49.741Z | Compiling native-tls v0.2.11 |
1369 | 2024-05-10T20:21:50.011Z | Compiling rustls v0.21.9 |
1370 | 2024-05-10T20:21:50.104Z | Compiling tinyvec_macros v0.1.1 |
1371 | 2024-05-10T20:21:50.134Z | Compiling cpufeatures v0.2.12 |
1372 | 2024-05-10T20:21:50.159Z | Compiling backtrace v0.3.69 |
1373 | 2024-05-10T20:21:50.194Z | Compiling tinyvec v1.6.0 |
1374 | 2024-05-10T20:21:50.256Z | Compiling cookie v0.17.0 |
1375 | 2024-05-10T20:21:50.792Z | Compiling aho-corasick v1.1.2 |
1376 | 2024-05-10T20:21:50.834Z | Compiling heck v0.5.0 |
1377 | 2024-05-10T20:21:51.028Z | Compiling regex-syntax v0.8.2 |
1378 | 2024-05-10T20:21:51.141Z | Compiling dyn-clone v1.0.17 |
1379 | 2024-05-10T20:21:51.228Z | Compiling unicode-bidi v0.3.15 |
1380 | 2024-05-10T20:21:51.298Z | Compiling unicode-normalization v0.1.22 |
1381 | 2024-05-10T20:21:51.499Z | Compiling anyhow v1.0.82 |
1382 | 2024-05-10T20:21:52.011Z | Compiling ppv-lite86 v0.2.17 |
1383 | 2024-05-10T20:21:52.123Z | Compiling crossbeam-utils v0.8.19 |
1384 | 2024-05-10T20:21:52.212Z | Compiling tracing-core v0.1.32 |
1385 | 2024-05-10T20:21:53.560Z | Compiling percent-encoding v2.3.1 |
1386 | 2024-05-10T20:21:53.734Z | Compiling rand_chacha v0.3.1 |
1387 | 2024-05-10T20:21:53.887Z | Compiling regex-automata v0.4.5 |
1388 | 2024-05-10T20:21:54.678Z | Compiling serde_derive v1.0.199 |
1389 | 2024-05-10T20:21:54.708Z | Compiling zeroize_derive v1.4.2 |
1390 | 2024-05-10T20:21:55.064Z | Compiling zerocopy-derive v0.7.32 |
1391 | 2024-05-10T20:21:55.148Z | Compiling thiserror-impl v1.0.59 |
1392 | 2024-05-10T20:21:55.365Z | Compiling tokio-macros v2.2.0 |
1393 | 2024-05-10T20:21:55.416Z | Compiling futures-macro v0.3.30 |
1394 | 2024-05-10T20:21:55.971Z | Compiling zeroize v1.7.0 |
1395 | 2024-05-10T20:21:56.354Z | Compiling tracing-attributes v0.1.27 |
1396 | 2024-05-10T20:21:57.185Z | Compiling schemars_derive v0.8.17 |
1397 | 2024-05-10T20:21:57.234Z | Compiling zerocopy v0.7.32 |
1398 | 2024-05-10T20:21:57.472Z | Compiling crypto-common v0.1.6 |
1399 | 2024-05-10T20:21:57.671Z | Compiling block-buffer v0.10.4 |
1400 | 2024-05-10T20:21:57.901Z | Compiling digest v0.10.7 |
1401 | 2024-05-10T20:21:58.003Z | Compiling futures-util v0.3.30 |
1402 | 2024-05-10T20:21:58.313Z | Compiling pest v2.7.6 |
1403 | 2024-05-10T20:21:58.378Z | Compiling openssl-macros v0.1.1 |
1404 | 2024-05-10T20:21:58.688Z | Compiling hashbrown v0.14.3 |
1405 | 2024-05-10T20:21:59.026Z | Compiling async-trait v0.1.80 |
1406 | 2024-05-10T20:21:59.781Z | Compiling tracing v0.1.40 |
1407 | 2024-05-10T20:21:59.871Z | Compiling regex v1.10.4 |
1408 | 2024-05-10T20:22:00.611Z | Compiling pest_meta v2.7.6 |
1409 | 2024-05-10T20:22:01.050Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-05-10T20:22:01.076Z | Compiling der_derive v0.7.2 |
1411 | 2024-05-10T20:22:01.212Z | Compiling pest_generator v2.7.6 |
1412 | 2024-05-10T20:22:02.842Z | Compiling rand v0.8.5 |
1413 | 2024-05-10T20:22:03.006Z | Compiling spin v0.9.8 |
1414 | 2024-05-10T20:22:03.410Z | Compiling thread-id v4.2.0 |
1415 | 2024-05-10T20:22:03.450Z | Compiling powerfmt v0.2.0 |
1416 | 2024-05-10T20:22:03.704Z | Compiling rustversion v1.0.14 |
1417 | 2024-05-10T20:22:03.791Z | Compiling deranged v0.3.11 |
1418 | 2024-05-10T20:22:04.175Z | Compiling pest_derive v2.7.6 |
1419 | 2024-05-10T20:22:04.202Z | Compiling form_urlencoded v1.2.1 |
1420 | 2024-05-10T20:22:04.493Z | Compiling unicode-width v0.1.11 |
1421 | 2024-05-10T20:22:04.672Z | Compiling winnow v0.5.15 |
1422 | 2024-05-10T20:22:04.736Z | Compiling num_threads v0.1.6 |
1423 | 2024-05-10T20:22:05.283Z | Compiling time v0.3.34 |
1424 | 2024-05-10T20:22:06.134Z | Compiling bytes v1.6.0 |
1425 | 2024-05-10T20:22:06.455Z | Compiling indexmap v2.2.6 |
1426 | 2024-05-10T20:22:07.226Z | Compiling tokio v1.37.0 |
1427 | 2024-05-10T20:22:07.474Z | Compiling uuid v1.8.0 |
1428 | 2024-05-10T20:22:07.596Z | Compiling chrono v0.4.38 |
1429 | 2024-05-10T20:22:08.489Z | Compiling bitflags v2.4.2 |
1430 | 2024-05-10T20:22:08.859Z | Compiling http v0.2.12 |
1431 | 2024-05-10T20:22:09.598Z | Compiling toml_datetime v0.6.5 |
1432 | 2024-05-10T20:22:09.781Z | Compiling serde_spanned v0.6.5 |
1433 | 2024-05-10T20:22:09.981Z | Compiling rustc_version v0.4.0 |
1434 | 2024-05-10T20:22:10.572Z | Compiling toml_edit v0.19.15 |
1435 | 2024-05-10T20:22:11.087Z | Compiling unicode-xid v0.2.4 |
1436 | 2024-05-10T20:22:11.238Z | Compiling synstructure v0.12.6 |
1437 | 2024-05-10T20:22:11.920Z | Compiling openapiv3 v2.0.0 |
1438 | 2024-05-10T20:22:12.588Z | Compiling serde_tokenstream v0.2.0 |
1439 | 2024-05-10T20:22:13.024Z | Compiling idna v0.5.0 |
1440 | 2024-05-10T20:22:13.452Z | Compiling usdt-impl v0.5.0 |
1441 | 2024-05-10T20:22:14.240Z | Compiling crc32fast v1.3.2 |
1442 | 2024-05-10T20:22:14.302Z | Compiling url v2.5.0 |
1443 | 2024-05-10T20:22:14.327Z | Compiling zerocopy-derive v0.2.0 |
1444 | 2024-05-10T20:22:14.658Z | Compiling scroll v0.12.0 |
1445 | 2024-05-10T20:22:15.172Z | Compiling lazy_static v1.4.0 |
1446 | 2024-05-10T20:22:15.333Z | Compiling plain v0.2.3 |
1447 | 2024-05-10T20:22:15.494Z | Compiling goblin v0.8.0 |
1448 | 2024-05-10T20:22:16.622Z | Compiling tokio-util v0.7.10 |
1449 | 2024-05-10T20:22:16.985Z | Compiling untrusted v0.9.0 |
1450 | 2024-05-10T20:22:17.657Z | Compiling pretty-hex v0.4.1 |
1451 | 2024-05-10T20:22:17.744Z | Compiling untrusted v0.7.1 |
1452 | 2024-05-10T20:22:17.863Z | Compiling foreign-types-shared v0.1.1 |
1453 | 2024-05-10T20:22:17.972Z | Compiling foreign-types v0.3.2 |
1454 | 2024-05-10T20:22:20.640Z | Compiling dof v0.3.0 |
1455 | 2024-05-10T20:22:21.650Z | Compiling dtrace-parser v0.2.0 |
1456 | 2024-05-10T20:22:22.553Z | Compiling errno v0.3.8 |
1457 | 2024-05-10T20:22:22.578Z | Compiling usdt-impl v0.3.5 |
1458 | 2024-05-10T20:22:22.604Z | Compiling base64 v0.21.7 |
1459 | 2024-05-10T20:22:22.748Z | Compiling adler v1.0.2 |
1460 | 2024-05-10T20:22:22.776Z | Compiling try-lock v0.2.4 |
1461 | 2024-05-10T20:22:22.904Z | Compiling want v0.3.1 |
1462 | 2024-05-10T20:22:22.952Z | Compiling miniz_oxide v0.7.1 |
1463 | 2024-05-10T20:22:23.764Z | Compiling rustls-webpki v0.101.7 |
1464 | 2024-05-10T20:22:23.943Z | Compiling sct v0.7.0 |
1465 | 2024-05-10T20:22:25.729Z | Compiling h2 v0.3.26 |
1466 | 2024-05-10T20:22:25.808Z | Compiling http-body v0.4.5 |
1467 | 2024-05-10T20:22:25.808Z | Compiling socket2 v0.4.9 |
1468 | 2024-05-10T20:22:25.809Z | Compiling num-bigint v0.4.4 |
1469 | 2024-05-10T20:22:25.963Z | Compiling openssl-probe v0.1.5 |
1470 | 2024-05-10T20:22:26.162Z | Compiling tower-service v0.3.2 |
1471 | 2024-05-10T20:22:26.191Z | Compiling httpdate v1.0.3 |
1472 | 2024-05-10T20:22:27.187Z | Compiling zerocopy v0.3.0 |
1473 | 2024-05-10T20:22:27.602Z | Compiling heapless v0.7.16 |
1474 | 2024-05-10T20:22:27.800Z | Compiling idna v0.3.0 |
1475 | 2024-05-10T20:22:27.977Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1476 | 2024-05-10T20:22:28.381Z | Compiling signal-hook v0.3.17 |
1477 | 2024-05-10T20:22:28.482Z | Compiling psl-types v2.0.11 |
1478 | 2024-05-10T20:22:28.663Z | Compiling base64ct v1.6.0 |
1479 | 2024-05-10T20:22:29.149Z | Compiling publicsuffix v2.2.3 |
1480 | 2024-05-10T20:22:29.418Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2024-05-10T20:22:29.628Z | Compiling hyper v0.14.28 |
1482 | 2024-05-10T20:22:30.262Z | Compiling tokio-rustls v0.24.1 |
1483 | 2024-05-10T20:22:30.492Z | Compiling dof v0.1.5 |
1484 | 2024-05-10T20:22:30.608Z | Compiling crossbeam-epoch v0.9.18 |
1485 | 2024-05-10T20:22:31.052Z | Compiling dtrace-parser v0.1.14 |
1486 | 2024-05-10T20:22:31.260Z | Compiling gimli v0.28.0 |
1487 | 2024-05-10T20:22:31.327Z | Compiling ipnet v2.9.0 |
1488 | 2024-05-10T20:22:32.557Z | Compiling cookie_store v0.20.0 |
1489 | 2024-05-10T20:22:33.744Z | Compiling rustls-pemfile v1.0.3 |
1490 | 2024-05-10T20:22:33.817Z | Compiling serde_urlencoded v0.7.1 |
1491 | 2024-05-10T20:22:34.079Z | Compiling serde_tokenstream v0.1.7 |
1492 | 2024-05-10T20:22:34.241Z | Compiling enum-as-inner v0.5.1 |
1493 | 2024-05-10T20:22:34.327Z | Compiling object v0.32.1 |
1494 | 2024-05-10T20:22:34.536Z | Compiling addr2line v0.21.0 |
1495 | 2024-05-10T20:22:35.081Z | Compiling hyper-rustls v0.24.2 |
1496 | 2024-05-10T20:22:35.122Z | Compiling hyper-tls v0.5.0 |
1497 | 2024-05-10T20:22:35.153Z | Compiling encoding_rs v0.8.33 |
1498 | 2024-05-10T20:22:35.443Z | Compiling mime v0.3.17 |
1499 | 2024-05-10T20:22:35.697Z | Compiling webpki-roots v0.25.2 |
1500 | 2024-05-10T20:22:35.837Z | Compiling either v1.11.0 |
1501 | 2024-05-10T20:22:36.177Z | Compiling data-encoding v2.4.0 |
1502 | 2024-05-10T20:22:37.138Z | Compiling rustc-demangle v0.1.23 |
1503 | 2024-05-10T20:22:37.902Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1504 | 2024-05-10T20:22:38.156Z | Compiling smoltcp v0.9.1 |
1505 | 2024-05-10T20:22:38.549Z | Compiling sync_wrapper v0.1.2 |
1506 | 2024-05-10T20:22:38.667Z | Compiling reqwest v0.11.27 |
1507 | 2024-05-10T20:22:38.691Z | Compiling pem-rfc7468 v0.7.0 |
1508 | 2024-05-10T20:22:39.808Z | Compiling hmac v0.12.1 |
1509 | 2024-05-10T20:22:39.874Z | Compiling futures-executor v0.3.30 |
1510 | 2024-05-10T20:22:40.043Z | Compiling regress v0.9.1 |
1511 | 2024-05-10T20:22:41.709Z | Compiling siphasher v0.3.11 |
1512 | 2024-05-10T20:22:42.141Z | Compiling winnow v0.6.1 |
1513 | 2024-05-10T20:22:42.141Z | Compiling flagset v0.4.3 |
1514 | 2024-05-10T20:22:42.171Z | Compiling unicode-segmentation v1.10.1 |
1515 | 2024-05-10T20:22:42.171Z | Compiling der v0.7.8 |
1516 | 2024-05-10T20:22:43.359Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1517 | 2024-05-10T20:22:43.915Z | Compiling toml_edit v0.22.12 |
1518 | 2024-05-10T20:22:44.686Z | Compiling flate2 v1.0.28 |
1519 | 2024-05-10T20:22:44.871Z | Compiling usdt-attr-macro v0.3.5 |
1520 | 2024-05-10T20:22:45.761Z | Compiling usdt-macro v0.3.5 |
1521 | 2024-05-10T20:22:46.954Z | Compiling hubpack_derive v0.1.1 |
1522 | 2024-05-10T20:22:47.002Z | Compiling clap_derive v4.5.4 |
1523 | 2024-05-10T20:22:47.725Z | Compiling zerocopy-derive v0.6.6 |
1524 | 2024-05-10T20:22:48.357Z | Compiling utf8parse v0.2.1 |
1525 | 2024-05-10T20:22:48.519Z | Compiling anstyle v1.0.6 |
1526 | 2024-05-10T20:22:48.796Z | Compiling bitflags v1.3.2 |
1527 | 2024-05-10T20:22:48.892Z | Compiling anstyle-parse v0.2.1 |
1528 | 2024-05-10T20:22:48.917Z | Compiling sha2 v0.10.8 |
1529 | 2024-05-10T20:22:50.949Z | Compiling futures v0.3.30 |
1530 | 2024-05-10T20:22:51.010Z | Compiling spki v0.7.2 |
1531 | 2024-05-10T20:22:51.331Z | Compiling md-5 v0.10.5 |
1532 | 2024-05-10T20:22:51.768Z | Compiling toml v0.7.8 |
1533 | 2024-05-10T20:22:51.813Z | Compiling hex v0.4.3 |
1534 | 2024-05-10T20:22:51.813Z | Compiling stringprep v0.1.3 |
1535 | 2024-05-10T20:22:51.845Z | Compiling block-padding v0.3.3 |
1536 | 2024-05-10T20:22:52.022Z | Compiling num-integer v0.1.46 |
1537 | 2024-05-10T20:22:52.051Z | Compiling diesel_table_macro_syntax v0.1.0 |
1538 | 2024-05-10T20:22:52.082Z | Compiling hash32 v0.2.1 |
1539 | 2024-05-10T20:22:52.438Z | Compiling anstyle-query v1.0.0 |
1540 | 2024-05-10T20:22:52.596Z | Compiling stable_deref_trait v1.2.0 |
1541 | 2024-05-10T20:22:52.681Z | Compiling colorchoice v1.0.0 |
1542 | 2024-05-10T20:22:52.730Z | Compiling fallible-iterator v0.2.0 |
1543 | 2024-05-10T20:22:52.830Z | Compiling anstream v0.6.11 |
1544 | 2024-05-10T20:22:53.132Z | Compiling diesel_derives v2.1.2 |
1545 | 2024-05-10T20:22:53.298Z | Compiling postgres-protocol v0.6.6 |
1546 | 2024-05-10T20:22:53.820Z | Compiling inout v0.1.3 |
1547 | 2024-05-10T20:22:54.808Z | Compiling pkcs8 v0.10.2 |
1548 | 2024-05-10T20:22:54.834Z | Compiling phf_shared v0.11.2 |
1549 | 2024-05-10T20:22:55.020Z | Compiling terminal_size v0.3.0 |
1550 | 2024-05-10T20:22:55.198Z | Compiling ff v0.13.0 |
1551 | 2024-05-10T20:22:55.233Z | Compiling strum_macros v0.25.2 |
1552 | 2024-05-10T20:22:55.614Z | Compiling serde_repr v0.1.16 |
1553 | 2024-05-10T20:22:55.688Z | Compiling scheduled-thread-pool v0.2.7 |
1554 | 2024-05-10T20:22:55.877Z | Compiling clap_lex v0.7.0 |
1555 | 2024-05-10T20:22:55.937Z | Compiling bit-vec v0.6.3 |
1556 | 2024-05-10T20:22:56.184Z | Compiling regex-automata v0.1.10 |
1557 | 2024-05-10T20:22:56.305Z | Compiling managed v0.8.0 |
1558 | 2024-05-10T20:22:56.330Z | Compiling matches v0.1.10 |
1559 | 2024-05-10T20:22:56.450Z | Compiling strsim v0.11.0 |
1560 | 2024-05-10T20:22:57.018Z | Compiling base16ct v0.2.0 |
1561 | 2024-05-10T20:22:57.457Z | Compiling bstr v0.2.17 |
1562 | 2024-05-10T20:22:57.457Z | Compiling clap_builder v4.5.2 |
1563 | 2024-05-10T20:22:57.457Z | Compiling sec1 v0.7.3 |
1564 | 2024-05-10T20:22:57.489Z | Compiling idna v0.2.3 |
1565 | 2024-05-10T20:22:57.746Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1566 | 2024-05-10T20:22:57.797Z | Compiling r2d2 v0.8.10 |
1567 | 2024-05-10T20:22:58.153Z | Compiling group v0.13.0 |
1568 | 2024-05-10T20:22:58.526Z | Compiling phf v0.11.2 |
1569 | 2024-05-10T20:22:58.609Z | Compiling signal-hook-mio v0.2.3 |
1570 | 2024-05-10T20:22:58.779Z | Compiling bzip2 v0.4.4 |
1571 | 2024-05-10T20:22:58.986Z | Compiling cipher v0.4.4 |
1572 | 2024-05-10T20:22:59.077Z | Compiling postgres-types v0.2.6 |
1573 | 2024-05-10T20:22:59.247Z | Compiling zerocopy v0.6.6 |
1574 | 2024-05-10T20:22:59.413Z | Compiling hubpack v0.1.2 |
1575 | 2024-05-10T20:22:59.799Z | Compiling phf_shared v0.10.0 |
1576 | 2024-05-10T20:22:59.902Z | Compiling hkdf v0.12.4 |
1577 | 2024-05-10T20:23:00.149Z | Compiling crypto-bigint v0.5.2 |
1578 | 2024-05-10T20:23:00.361Z | Compiling ipnetwork v0.20.0 |
1579 | 2024-05-10T20:23:01.087Z | Compiling float-cmp v0.9.0 |
1580 | 2024-05-10T20:23:01.275Z | Compiling new_debug_unreachable v1.0.4 |
1581 | 2024-05-10T20:23:01.786Z | Compiling whoami v1.5.1 |
1582 | 2024-05-10T20:23:01.810Z | Compiling minimal-lexical v0.2.1 |
1583 | 2024-05-10T20:23:02.250Z | Compiling fixedbitset v0.4.2 |
1584 | 2024-05-10T20:23:02.343Z | Compiling static_assertions v1.1.0 |
1585 | 2024-05-10T20:23:02.432Z | Compiling predicates-core v1.0.6 |
1586 | 2024-05-10T20:23:02.628Z | Compiling precomputed-hash v0.1.1 |
1587 | 2024-05-10T20:23:02.733Z | Compiling normalize-line-endings v0.3.0 |
1588 | 2024-05-10T20:23:02.810Z | Compiling difflib v0.4.0 |
1589 | 2024-05-10T20:23:02.868Z | Compiling string_cache v0.8.7 |
1590 | 2024-05-10T20:23:03.260Z | Compiling trust-dns-proto v0.22.0 |
1591 | 2024-05-10T20:23:03.506Z | Compiling predicates v3.1.0 |
1592 | 2024-05-10T20:23:03.706Z | Compiling petgraph v0.6.4 |
1593 | 2024-05-10T20:23:04.120Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1594 | 2024-05-10T20:23:04.360Z | Compiling nom v7.1.3 |
1595 | 2024-05-10T20:23:04.599Z | Compiling tokio-postgres v0.7.10 |
1596 | 2024-05-10T20:23:05.118Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
1597 | 2024-05-10T20:23:05.160Z | Compiling diesel v2.1.6 |
1598 | 2024-05-10T20:23:06.785Z | Compiling elliptic-curve v0.13.8 |
1599 | 2024-05-10T20:23:07.215Z | Compiling yasna v0.5.2 |
1600 | 2024-05-10T20:23:07.459Z | Compiling clap v4.5.4 |
1601 | 2024-05-10T20:23:07.580Z | Compiling zip v0.6.6 |
1602 | 2024-05-10T20:23:08.500Z | Compiling crossterm v0.27.0 |
1603 | 2024-05-10T20:23:08.730Z | Compiling similar v2.4.0 |
1604 | 2024-05-10T20:23:08.946Z | Compiling bit-set v0.5.3 |
1605 | 2024-05-10T20:23:09.162Z | Compiling num-iter v0.1.44 |
1606 | 2024-05-10T20:23:09.189Z | Compiling console v0.15.8 |
1607 | 2024-05-10T20:23:09.330Z | Compiling usdt v0.3.5 |
1608 | 2024-05-10T20:23:09.574Z | Compiling itertools v0.10.5 |
1609 | 2024-05-10T20:23:10.006Z | Compiling tokio-stream v0.1.15 |
1610 | 2024-05-10T20:23:10.748Z | Compiling getopts v0.2.21 |
1611 | 2024-05-10T20:23:10.788Z | Compiling bstr v1.9.0 |
1612 | 2024-05-10T20:23:11.414Z | Compiling peg-runtime v0.8.2 |
1613 | 2024-05-10T20:23:11.560Z | Compiling lalrpop-util v0.19.12 |
1614 | 2024-05-10T20:23:11.788Z | Compiling base64 v0.22.0 |
1615 | 2024-05-10T20:23:11.893Z | Compiling unsafe-libyaml v0.2.10 |
1616 | 2024-05-10T20:23:12.414Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1617 | 2024-05-10T20:23:13.321Z | Compiling serde_yaml v0.9.25 |
1618 | 2024-05-10T20:23:16.602Z | Compiling camino v1.1.6 |
1619 | 2024-05-10T20:23:18.955Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1620 | 2024-05-10T20:23:19.743Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1621 | 2024-05-10T20:23:23.204Z | Compiling sha1 v0.10.6 |
1622 | 2024-05-10T20:23:32.946Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1623 | 2024-05-10T20:23:33.619Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
1624 | 2024-05-10T20:23:34.037Z | Compiling strsim v0.10.0 |
1625 | 2024-05-10T20:23:34.149Z | Compiling ident_case v1.0.1 |
1626 | 2024-05-10T20:23:34.307Z | Compiling darling_core v0.20.8 |
1627 | 2024-05-10T20:23:35.811Z | Compiling strum_macros v0.26.1 |
1628 | 2024-05-10T20:23:39.879Z | Compiling strum v0.26.2 |
1629 | 2024-05-10T20:23:39.952Z | Compiling darling_macro v0.20.8 |
1630 | 2024-05-10T20:23:40.348Z | Compiling dirs-sys-next v0.1.2 |
1631 | 2024-05-10T20:23:40.489Z | Compiling rayon-core v1.12.1 |
1632 | 2024-05-10T20:23:40.739Z | Compiling match_cfg v0.1.0 |
1633 | 2024-05-10T20:23:40.806Z | Compiling darling v0.20.8 |
1634 | 2024-05-10T20:23:40.837Z | Compiling hostname v0.3.1 |
1635 | 2024-05-10T20:23:40.934Z | Compiling dirs-next v2.0.0 |
1636 | 2024-05-10T20:23:40.989Z | Compiling crossbeam-deque v0.8.3 |
1637 | 2024-05-10T20:23:41.023Z | Compiling http v1.0.0 |
1638 | 2024-05-10T20:23:41.049Z | Compiling thread_local v1.1.7 |
1639 | 2024-05-10T20:23:41.074Z | Compiling fastrand v2.0.1 |
1640 | 2024-05-10T20:23:41.117Z | Compiling rustls-pki-types v1.3.0 |
1641 | 2024-05-10T20:23:41.272Z | Compiling same-file v1.0.6 |
1642 | 2024-05-10T20:23:41.296Z | Compiling slog-async v2.8.0 |
1643 | 2024-05-10T20:23:41.470Z | Compiling walkdir v2.5.0 |
1644 | 2024-05-10T20:23:41.528Z | Compiling tempfile v3.10.1 |
1645 | 2024-05-10T20:23:41.623Z | Compiling term v0.7.0 |
1646 | 2024-05-10T20:23:41.924Z | Compiling crossbeam-channel v0.5.8 |
1647 | 2024-05-10T20:23:42.109Z | Compiling is-terminal v0.4.9 |
1648 | 2024-05-10T20:23:42.240Z | Compiling blake3 v1.5.0 |
1649 | 2024-05-10T20:23:42.302Z | Compiling paste v1.0.14 |
1650 | 2024-05-10T20:23:42.737Z | Compiling rustls v0.22.4 |
1651 | 2024-05-10T20:23:42.778Z | Compiling take_mut v0.2.2 |
1652 | 2024-05-10T20:23:42.972Z | Compiling rayon v1.10.0 |
1653 | 2024-05-10T20:23:42.998Z | Compiling slog-term v2.9.1 |
1654 | 2024-05-10T20:23:43.126Z | Compiling rustls-webpki v0.102.1 |
1655 | 2024-05-10T20:23:43.151Z | Compiling memmap2 v0.7.1 |
1656 | 2024-05-10T20:23:43.204Z | Compiling filetime v0.2.23 |
1657 | 2024-05-10T20:23:43.510Z | Compiling xattr v1.0.1 |
1658 | 2024-05-10T20:23:43.537Z | Compiling multer v3.0.0 |
1659 | 2024-05-10T20:23:43.743Z | Compiling instant v0.1.12 |
1660 | 2024-05-10T20:23:43.801Z | Compiling arrayref v0.3.7 |
1661 | 2024-05-10T20:23:43.887Z | Compiling home v0.5.5 |
1662 | 2024-05-10T20:23:43.913Z | Compiling arrayvec v0.7.4 |
1663 | 2024-05-10T20:23:43.960Z | Compiling constant_time_eq v0.3.0 |
1664 | 2024-05-10T20:23:44.099Z | Compiling toolchain_find v0.4.0 |
1665 | 2024-05-10T20:23:44.124Z | Compiling tar v0.4.40 |
1666 | 2024-05-10T20:23:44.148Z | Compiling camino-tempfile v1.1.1 |
1667 | 2024-05-10T20:23:44.517Z | Compiling toml v0.8.12 |
1668 | 2024-05-10T20:23:44.883Z | Compiling slog-json v2.6.1 |
1669 | 2024-05-10T20:23:45.026Z | Compiling async-stream-impl v0.3.5 |
1670 | 2024-05-10T20:23:45.219Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1671 | 2024-05-10T20:23:45.692Z | Compiling topological-sort v0.2.2 |
1672 | 2024-05-10T20:23:45.721Z | Compiling atomic-waker v1.1.1 |
1673 | 2024-05-10T20:23:45.721Z | Compiling debug-ignore v1.0.5 |
1674 | 2024-05-10T20:23:45.721Z | Compiling waitgroup v0.1.2 |
1675 | 2024-05-10T20:23:45.751Z | Compiling rustfmt-wrapper v0.2.1 |
1676 | 2024-05-10T20:23:45.852Z | Compiling slog-bunyan v2.5.0 |
1677 | 2024-05-10T20:23:46.052Z | Compiling rustls-pemfile v2.1.2 |
1678 | 2024-05-10T20:23:46.112Z | Compiling serde_with_macros v3.7.0 |
1679 | 2024-05-10T20:23:46.213Z | Compiling async-stream v0.3.5 |
1680 | 2024-05-10T20:23:46.505Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1681 | 2024-05-10T20:23:46.950Z | Compiling serde_path_to_error v0.1.16 |
1682 | 2024-05-10T20:23:46.975Z | Compiling structmeta-derive v0.3.0 |
1683 | 2024-05-10T20:23:47.658Z | Compiling tokio-rustls v0.25.0 |
1684 | 2024-05-10T20:23:47.752Z | Compiling omicron-zone-package v0.11.0 |
1685 | 2024-05-10T20:23:47.910Z | Compiling proc-macro-error-attr v1.0.4 |
1686 | 2024-05-10T20:23:48.014Z | Compiling proc-macro-error v1.0.4 |
1687 | 2024-05-10T20:23:48.245Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1688 | 2024-05-10T20:23:48.541Z | Compiling newtype-uuid v1.1.0 |
1689 | 2024-05-10T20:23:48.732Z | Compiling serde_with v3.7.0 |
1690 | 2024-05-10T20:23:48.813Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1691 | 2024-05-10T20:23:49.464Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1692 | 2024-05-10T20:23:49.504Z | Compiling structmeta v0.3.0 |
1693 | 2024-05-10T20:23:49.635Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1694 | 2024-05-10T20:23:49.873Z | Compiling parse-display-derive v0.9.0 |
1695 | 2024-05-10T20:23:49.897Z | Compiling backoff v0.4.0 |
1696 | 2024-05-10T20:23:50.634Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1697 | 2024-05-10T20:23:50.830Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1698 | 2024-05-10T20:23:50.975Z | Compiling macaddr v1.0.1 |
1699 | 2024-05-10T20:23:51.342Z | Compiling proc-macro-crate v1.3.1 |
1700 | 2024-05-10T20:23:51.878Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1701 | 2024-05-10T20:23:52.234Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1702 | 2024-05-10T20:23:52.323Z | Compiling num_enum_derive v0.5.11 |
1703 | 2024-05-10T20:23:52.449Z | Compiling foreign-types-macros v0.2.3 |
1704 | 2024-05-10T20:23:52.537Z | Compiling foreign-types-shared v0.3.1 |
1705 | 2024-05-10T20:23:52.651Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1706 | 2024-05-10T20:23:53.342Z | Compiling heapless v0.8.0 |
1707 | 2024-05-10T20:23:53.369Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1708 | 2024-05-10T20:23:53.511Z | Compiling foreign-types v0.5.0 |
1709 | 2024-05-10T20:23:53.794Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1710 | 2024-05-10T20:23:53.839Z | Compiling cstr-argument v0.1.2 |
1711 | 2024-05-10T20:23:53.890Z | Compiling parse-display v0.9.0 |
1712 | 2024-05-10T20:23:54.067Z | Compiling hash32 v0.3.1 |
1713 | 2024-05-10T20:23:54.287Z | Compiling pretty-hex v0.2.1 |
1714 | 2024-05-10T20:23:54.443Z | Compiling smoltcp v0.11.0 |
1715 | 2024-05-10T20:23:54.605Z | Compiling num_enum v0.5.11 |
1716 | 2024-05-10T20:23:54.655Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1717 | 2024-05-10T20:23:54.755Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1718 | 2024-05-10T20:23:55.071Z | Compiling tabwriter v1.4.0 |
1719 | 2024-05-10T20:23:55.096Z | Compiling colored v2.1.0 |
1720 | 2024-05-10T20:23:55.186Z | Compiling embedded-io v0.4.0 |
1721 | 2024-05-10T20:23:55.365Z | Compiling cobs v0.2.3 |
1722 | 2024-05-10T20:23:55.626Z | Compiling postcard v1.0.8 |
1723 | 2024-05-10T20:23:55.651Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1724 | 2024-05-10T20:23:55.747Z | Compiling crucible-workspace-hack v0.1.0 |
1725 | 2024-05-10T20:23:55.916Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1726 | 2024-05-10T20:23:56.079Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1727 | 2024-05-10T20:23:56.104Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1728 | 2024-05-10T20:23:56.232Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1729 | 2024-05-10T20:23:56.407Z | Compiling smf v0.2.3 |
1730 | 2024-05-10T20:23:56.571Z | Compiling platforms v3.0.2 |
1731 | 2024-05-10T20:23:58.167Z | Compiling humantime v2.1.0 |
1732 | 2024-05-10T20:23:58.193Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1733 | 2024-05-10T20:23:58.194Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1734 | 2024-05-10T20:23:58.194Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1735 | 2024-05-10T20:23:58.194Z | Compiling usdt-attr-macro v0.5.0 |
1736 | 2024-05-10T20:23:58.194Z | Compiling usdt-macro v0.5.0 |
1737 | 2024-05-10T20:23:58.194Z | Compiling num-derive v0.4.0 |
1738 | 2024-05-10T20:23:58.485Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1739 | 2024-05-10T20:23:58.996Z | Compiling sigpipe v0.1.3 |
1740 | 2024-05-10T20:23:59.021Z | Compiling memmap v0.7.0 |
1741 | 2024-05-10T20:23:59.134Z | Compiling utf-8 v0.7.6 |
1742 | 2024-05-10T20:23:59.336Z | Compiling usdt v0.5.0 |
1743 | 2024-05-10T20:23:59.416Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1744 | 2024-05-10T20:23:59.522Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1745 | 2024-05-10T20:24:00.171Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1746 | 2024-05-10T20:24:00.195Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1747 | 2024-05-10T20:24:00.196Z | Compiling atty v0.2.14 |
1748 | 2024-05-10T20:24:00.196Z | Compiling unicase v2.7.0 |
1749 | 2024-05-10T20:24:00.310Z | Compiling semver v0.1.20 |
1750 | 2024-05-10T20:24:00.381Z | Compiling curve25519-dalek v4.1.2 |
1751 | 2024-05-10T20:24:00.462Z | Compiling newline-converter v0.3.0 |
1752 | 2024-05-10T20:24:00.571Z | Compiling universal-hash v0.5.1 |
1753 | 2024-05-10T20:24:00.624Z | Compiling rustc_version v0.1.7 |
1754 | 2024-05-10T20:24:00.740Z | Compiling opaque-debug v0.3.0 |
1755 | 2024-05-10T20:24:00.772Z | Compiling expectorate v1.1.0 |
1756 | 2024-05-10T20:24:00.836Z | Compiling tungstenite v0.20.1 |
1757 | 2024-05-10T20:24:00.872Z | Compiling signature v2.1.0 |
1758 | 2024-05-10T20:24:00.921Z | Compiling curve25519-dalek-derive v0.1.0 |
1759 | 2024-05-10T20:24:01.041Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1760 | 2024-05-10T20:24:01.074Z | Compiling newtype_derive v0.1.6 |
1761 | 2024-05-10T20:24:01.108Z | Compiling num-rational v0.4.1 |
1762 | 2024-05-10T20:24:01.223Z | Compiling termcolor v1.2.0 |
1763 | 2024-05-10T20:24:01.334Z | Compiling quick-error v1.2.3 |
1764 | 2024-05-10T20:24:01.394Z | Compiling getrandom v0.1.16 |
1765 | 2024-05-10T20:24:01.534Z | Compiling arc-swap v1.6.0 |
1766 | 2024-05-10T20:24:02.047Z | Compiling linked-hash-map v0.5.6 |
1767 | 2024-05-10T20:24:02.105Z | Compiling slog-scope v4.4.0 |
1768 | 2024-05-10T20:24:02.136Z | Compiling tokio-tungstenite v0.20.1 |
1769 | 2024-05-10T20:24:02.165Z | Compiling env_logger v0.9.3 |
1770 | 2024-05-10T20:24:02.412Z | Compiling lru-cache v0.1.2 |
1771 | 2024-05-10T20:24:02.606Z | Compiling resolv-conf v0.7.0 |
1772 | 2024-05-10T20:24:02.780Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1773 | 2024-05-10T20:24:02.895Z | Compiling password-hash v0.5.0 |
1774 | 2024-05-10T20:24:02.975Z | Compiling blake2 v0.10.6 |
1775 | 2024-05-10T20:24:03.207Z | Compiling bitstruct_derive v0.1.0 |
1776 | 2024-05-10T20:24:03.372Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1777 | 2024-05-10T20:24:03.479Z | Compiling ascii v1.1.0 |
1778 | 2024-05-10T20:24:03.506Z | Compiling libefi-sys v0.1.0 |
1779 | 2024-05-10T20:24:03.824Z | Compiling bytecount v0.6.3 |
1780 | 2024-05-10T20:24:03.906Z | Compiling parking_lot_core v0.8.6 |
1781 | 2024-05-10T20:24:04.053Z | Compiling papergrid v0.11.0 |
1782 | 2024-05-10T20:24:04.113Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1783 | 2024-05-10T20:24:04.257Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1784 | 2024-05-10T20:24:04.462Z | Compiling argon2 v0.5.3 |
1785 | 2024-05-10T20:24:04.587Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1786 | 2024-05-10T20:24:04.612Z | Compiling bitstruct v0.1.1 |
1787 | 2024-05-10T20:24:05.146Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1788 | 2024-05-10T20:24:05.177Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1789 | 2024-05-10T20:24:05.547Z | Compiling trust-dns-resolver v0.22.0 |
1790 | 2024-05-10T20:24:07.058Z | Compiling slog-stdlog v4.1.1 |
1791 | 2024-05-10T20:24:07.107Z | Compiling tabled_derive v0.7.0 |
1792 | 2024-05-10T20:24:07.384Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1793 | 2024-05-10T20:24:07.535Z | Compiling rfc6979 v0.4.0 |
1794 | 2024-05-10T20:24:07.703Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1795 | 2024-05-10T20:24:07.786Z | Compiling serde_arrays v0.1.0 |
1796 | 2024-05-10T20:24:07.950Z | Compiling erased-serde v0.3.31 |
1797 | 2024-05-10T20:24:07.977Z | Compiling aead v0.5.2 |
1798 | 2024-05-10T20:24:08.003Z | Compiling num-complex v0.4.5 |
1799 | 2024-05-10T20:24:08.041Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1800 | 2024-05-10T20:24:08.290Z | Compiling nibble_vec v0.1.0 |
1801 | 2024-05-10T20:24:08.367Z | Compiling slog-dtrace v0.3.0 |
1802 | 2024-05-10T20:24:08.481Z | Compiling winapi v0.3.9 |
1803 | 2024-05-10T20:24:08.630Z | Compiling keccak v0.1.4 |
1804 | 2024-05-10T20:24:08.843Z | Compiling endian-type v0.1.2 |
1805 | 2024-05-10T20:24:09.070Z | Compiling cancel-safe-futures v0.1.5 |
1806 | 2024-05-10T20:24:09.123Z | Compiling radix_trie v0.2.1 |
1807 | 2024-05-10T20:24:09.297Z | Compiling sha3 v0.10.8 |
1808 | 2024-05-10T20:24:09.362Z | Compiling tabled v0.15.0 |
1809 | 2024-05-10T20:24:09.458Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1810 | 2024-05-10T20:24:09.484Z | Compiling num v0.4.2 |
1811 | 2024-05-10T20:24:09.606Z | Compiling ecdsa v0.16.9 |
1812 | 2024-05-10T20:24:09.672Z | Compiling rand_core v0.5.1 |
1813 | 2024-05-10T20:24:09.733Z | Compiling slog-envlogger v2.2.0 |
1814 | 2024-05-10T20:24:10.096Z | Compiling steno v0.4.0 |
1815 | 2024-05-10T20:24:10.124Z | Compiling mime_guess v2.0.4 |
1816 | 2024-05-10T20:24:10.292Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1817 | 2024-05-10T20:24:10.396Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1818 | 2024-05-10T20:24:11.176Z | Compiling poly1305 v0.8.0 |
1819 | 2024-05-10T20:24:11.306Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1820 | 2024-05-10T20:24:11.474Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1821 | 2024-05-10T20:24:11.984Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1822 | 2024-05-10T20:24:12.279Z | Compiling primeorder v0.13.6 |
1823 | 2024-05-10T20:24:12.449Z | Compiling chacha20 v0.9.1 |
1824 | 2024-05-10T20:24:12.577Z | Compiling heck v0.3.3 |
1825 | 2024-05-10T20:24:12.708Z | Compiling secrecy v0.8.0 |
1826 | 2024-05-10T20:24:12.841Z | Compiling thiserror-impl-no-std v2.0.2 |
1827 | 2024-05-10T20:24:12.953Z | Compiling half v2.3.1 |
1828 | 2024-05-10T20:24:12.978Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1829 | 2024-05-10T20:24:13.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1830 | 2024-05-10T20:24:13.384Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1831 | 2024-05-10T20:24:13.433Z | Compiling ciborium-io v0.2.2 |
1832 | 2024-05-10T20:24:13.565Z | Compiling convert_case v0.4.0 |
1833 | 2024-05-10T20:24:13.641Z | Compiling option-ext v0.2.0 |
1834 | 2024-05-10T20:24:13.774Z | Compiling dirs-sys v0.4.1 |
1835 | 2024-05-10T20:24:14.365Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1836 | 2024-05-10T20:24:14.439Z | Compiling derive_more v0.99.17 |
1837 | 2024-05-10T20:24:15.445Z | Compiling ciborium-ll v0.2.2 |
1838 | 2024-05-10T20:24:15.488Z | Compiling thiserror-no-std v2.0.2 |
1839 | 2024-05-10T20:24:15.635Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1840 | 2024-05-10T20:24:15.817Z | Compiling zone_cfg_derive v0.1.2 |
1841 | 2024-05-10T20:24:15.870Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1842 | 2024-05-10T20:24:16.506Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1843 | 2024-05-10T20:24:16.642Z | Compiling parking_lot v0.11.2 |
1844 | 2024-05-10T20:24:16.668Z | Compiling rand_chacha v0.2.2 |
1845 | 2024-05-10T20:24:17.357Z | Compiling trust-dns-client v0.22.0 |
1846 | 2024-05-10T20:24:17.566Z | Compiling ed25519 v2.2.2 |
1847 | 2024-05-10T20:24:17.591Z | Compiling polyval v0.6.1 |
1848 | 2024-05-10T20:24:17.813Z | Compiling tungstenite v0.21.0 |
1849 | 2024-05-10T20:24:18.377Z | Compiling ctr v0.9.2 |
1850 | 2024-05-10T20:24:18.819Z | Compiling aes v0.8.3 |
1851 | 2024-05-10T20:24:18.820Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1852 | 2024-05-10T20:24:18.847Z | Compiling blowfish v0.9.1 |
1853 | 2024-05-10T20:24:19.031Z | Compiling password-hash v0.4.2 |
1854 | 2024-05-10T20:24:19.637Z | Compiling libsw v3.3.1 |
1855 | 2024-05-10T20:24:19.816Z | Compiling toml v0.5.11 |
1856 | 2024-05-10T20:24:19.887Z | Compiling pbkdf2 v0.12.2 |
1857 | 2024-05-10T20:24:19.920Z | Compiling derive-where v1.2.7 |
1858 | 2024-05-10T20:24:20.049Z | Compiling fxhash v0.2.1 |
1859 | 2024-05-10T20:24:20.364Z | Compiling gethostname v0.4.3 |
1860 | 2024-05-10T20:24:20.513Z | Compiling owo-colors v4.0.0 |
1861 | 2024-05-10T20:24:20.611Z | Compiling linear-map v1.2.0 |
1862 | 2024-05-10T20:24:20.905Z | Compiling swrite v0.1.0 |
1863 | 2024-05-10T20:24:21.033Z | Compiling base64 v0.13.1 |
1864 | 2024-05-10T20:24:21.188Z | Compiling trust-dns-server v0.22.1 |
1865 | 2024-05-10T20:24:21.572Z | Compiling ron v0.7.1 |
1866 | 2024-05-10T20:24:22.269Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1867 | 2024-05-10T20:24:22.800Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1868 | 2024-05-10T20:24:22.836Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1869 | 2024-05-10T20:24:23.462Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1870 | 2024-05-10T20:24:23.650Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1871 | 2024-05-10T20:24:26.101Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1872 | 2024-05-10T20:24:26.581Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1873 | 2024-05-10T20:24:26.952Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1874 | 2024-05-10T20:24:26.976Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1875 | 2024-05-10T20:24:27.194Z | Compiling sled v0.34.7 |
1876 | 2024-05-10T20:24:27.608Z | Compiling bcrypt-pbkdf v0.10.0 |
1877 | 2024-05-10T20:24:28.078Z | Compiling pbkdf2 v0.11.0 |
1878 | 2024-05-10T20:24:28.378Z | Compiling tokio-tungstenite v0.21.0 |
1879 | 2024-05-10T20:24:28.578Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-05-10T20:24:28.647Z | Compiling ghash v0.5.0 |
1881 | 2024-05-10T20:24:28.844Z | Compiling ed25519-dalek v2.0.0 |
1882 | 2024-05-10T20:24:28.872Z | Compiling russh-cryptovec v0.7.0 |
1883 | 2024-05-10T20:24:28.903Z | Compiling zone v0.1.8 |
1884 | 2024-05-10T20:24:29.149Z | Compiling rand v0.7.3 |
1885 | 2024-05-10T20:24:29.683Z | Compiling ciborium v0.2.2 |
1886 | 2024-05-10T20:24:30.112Z | Compiling vsss-rs v3.3.4 |
1887 | 2024-05-10T20:24:30.189Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1888 | 2024-05-10T20:24:31.156Z | Compiling dirs v5.0.1 |
1889 | 2024-05-10T20:24:31.344Z | Compiling chacha20poly1305 v0.10.1 |
1890 | 2024-05-10T20:24:31.562Z | Compiling p256 v0.13.2 |
1891 | 2024-05-10T20:24:32.089Z | Compiling p521 v0.13.3 |
1892 | 2024-05-10T20:24:32.248Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1893 | 2024-05-10T20:24:32.982Z | Compiling pem v3.0.4 |
1894 | 2024-05-10T20:24:33.663Z | Compiling cbc v0.1.2 |
1895 | 2024-05-10T20:24:33.767Z | Compiling headers-core v0.2.0 |
1896 | 2024-05-10T20:24:33.899Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1897 | 2024-05-10T20:24:33.929Z | Compiling portpicker v0.1.1 |
1898 | 2024-05-10T20:24:33.960Z | Compiling kstat-rs v0.2.3 |
1899 | 2024-05-10T20:24:34.225Z | Compiling nanorand v0.7.0 |
1900 | 2024-05-10T20:24:34.674Z | Compiling md5 v0.7.0 |
1901 | 2024-05-10T20:24:34.707Z | Compiling http-range v0.1.5 |
1902 | 2024-05-10T20:24:34.736Z | Compiling glob v0.3.1 |
1903 | 2024-05-10T20:24:34.977Z | Compiling hyper-staticfile v0.9.5 |
1904 | 2024-05-10T20:24:35.016Z | Compiling flume v0.11.0 |
1905 | 2024-05-10T20:24:35.380Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1906 | 2024-05-10T20:24:35.531Z | Compiling russh-keys v0.43.0 |
1907 | 2024-05-10T20:24:35.609Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1908 | 2024-05-10T20:24:35.782Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1909 | 2024-05-10T20:24:36.633Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1910 | 2024-05-10T20:24:37.812Z | Compiling headers v0.3.9 |
1911 | 2024-05-10T20:24:38.200Z | Compiling rcgen v0.12.1 |
1912 | 2024-05-10T20:24:39.569Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1913 | 2024-05-10T20:24:40.182Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1914 | 2024-05-10T20:24:40.356Z | Compiling aes-gcm v0.10.3 |
1915 | 2024-05-10T20:24:40.639Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1916 | 2024-05-10T20:24:41.006Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1917 | 2024-05-10T20:24:41.915Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1918 | 2024-05-10T20:24:42.382Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1919 | 2024-05-10T20:24:42.831Z | Compiling atomicwrites v0.4.3 |
1920 | 2024-05-10T20:24:43.160Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1921 | 2024-05-10T20:24:43.738Z | Compiling itertools v0.12.1 |
1922 | 2024-05-10T20:24:44.672Z | Compiling subprocess v0.2.9 |
1923 | 2024-05-10T20:24:45.607Z | Compiling hex-literal v0.4.1 |
1924 | 2024-05-10T20:24:45.753Z | Compiling dhcproto-macros v0.1.0 |
1925 | 2024-05-10T20:24:46.304Z | Compiling display-error-chain v0.2.0 |
1926 | 2024-05-10T20:24:46.391Z | Compiling russh v0.43.0 |
1927 | 2024-05-10T20:24:46.484Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1928 | 2024-05-10T20:24:46.582Z | Compiling dhcproto v0.11.0 |
1929 | 2024-05-10T20:24:47.518Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1930 | 2024-05-10T20:24:47.668Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1931 | 2024-05-10T20:24:48.046Z | Compiling internet-checksum v0.2.1 |
1932 | 2024-05-10T20:24:50.390Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1933 | 2024-05-10T20:24:51.804Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1934 | 2024-05-10T20:25:16.170Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1935 | 2024-05-10T20:26:10.739Z | Finished dev [unoptimized + debuginfo] target(s) in 4m 59s |
1936 | 2024-05-10T20:26:11.076Z | |
1937 | 2024-05-10T20:26:11.076Z | real 4:59.486122957 |
1938 | 2024-05-10T20:26:11.076Z | user 23:09.279390099 |
1939 | 2024-05-10T20:26:11.076Z | sys 5:30.837991345 |
1940 | 2024-05-10T20:26:11.101Z | trap 0.674690817 |
1941 | 2024-05-10T20:26:11.101Z | tflt 0.452076358 |
1942 | 2024-05-10T20:26:11.101Z | dflt 2.459958061 |
1943 | 2024-05-10T20:26:11.102Z | kflt 0.002853558 |
1944 | 2024-05-10T20:26:11.102Z | lock 42:45.016054792 |
1945 | 2024-05-10T20:26:11.102Z | slp 1:05:02.356523095 |
1946 | 2024-05-10T20:26:11.102Z | lat 1:37.476140158 |
1947 | 2024-05-10T20:26:11.102Z | stop 4:26.939802392 |
1948 | 2024-05-10T20:26:11.102Z | + mkdir -p /work |
1949 | 2024-05-10T20:26:11.102Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin commtest |
1950 | 2024-05-10T20:26:12.234Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1951 | 2024-05-10T20:26:22.327Z | Finished dev [unoptimized + debuginfo] target(s) in 11.17s |
1952 | 2024-05-10T20:26:22.423Z | |
1953 | 2024-05-10T20:26:22.423Z | real 11.309276277 |
1954 | 2024-05-10T20:26:22.423Z | user 8.803045103 |
1955 | 2024-05-10T20:26:22.423Z | sys 3.683908570 |
1956 | 2024-05-10T20:26:22.423Z | trap 0.002402058 |
1957 | 2024-05-10T20:26:22.423Z | tflt 0.004311047 |
1958 | 2024-05-10T20:26:22.423Z | dflt 0.045887413 |
1959 | 2024-05-10T20:26:22.423Z | kflt 0.000000000 |
1960 | 2024-05-10T20:26:22.423Z | lock 31.106091021 |
1961 | 2024-05-10T20:26:22.423Z | slp 43.467001635 |
1962 | 2024-05-10T20:26:22.423Z | lat 0.088096889 |
1963 | 2024-05-10T20:26:22.423Z | stop 0.090789068 |
1964 | 2024-05-10T20:26:22.448Z | + cp target/debug/commtest /work/commtest |
1965 | 2024-05-10T20:26:22.824Z | + mkdir -p /work/end-to-end-tests |
1966 | 2024-05-10T20:26:22.848Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1967 | 2024-05-10T20:26:22.888Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1968 | 2024-05-10T20:26:22.888Z | + ptime -m gzip |
1969 | 2024-05-10T20:26:22.913Z | ++ basename target/debug/bootstrap |
1970 | 2024-05-10T20:26:38.158Z | |
1971 | 2024-05-10T20:26:38.158Z | real 14.842722339 |
1972 | 2024-05-10T20:26:38.158Z | user 14.702173960 |
1973 | 2024-05-10T20:26:38.158Z | sys 0.124359251 |
1974 | 2024-05-10T20:26:38.158Z | trap 0.004409321 |
1975 | 2024-05-10T20:26:38.158Z | tflt 0.000000000 |
1976 | 2024-05-10T20:26:38.158Z | dflt 0.000000000 |
1977 | 2024-05-10T20:26:38.158Z | kflt 0.000000000 |
1978 | 2024-05-10T20:26:38.158Z | lock 0.000000000 |
1979 | 2024-05-10T20:26:38.158Z | slp 0.000000000 |
1980 | 2024-05-10T20:26:38.158Z | lat 0.011309216 |
1981 | 2024-05-10T20:26:38.158Z | stop 0.000379955 |
1982 | 2024-05-10T20:26:38.187Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1983 | 2024-05-10T20:26:38.187Z | + ptime -m gzip |
1984 | 2024-05-10T20:26:38.187Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-54db9e7169aa25f2 |
1985 | 2024-05-10T20:26:39.136Z | |
1986 | 2024-05-10T20:26:39.136Z | real 1.384314076 |
1987 | 2024-05-10T20:26:39.136Z | user 1.368548032 |
1988 | 2024-05-10T20:26:39.137Z | sys 0.015034073 |
1989 | 2024-05-10T20:26:39.137Z | trap 0.000171318 |
1990 | 2024-05-10T20:26:39.137Z | tflt 0.000000000 |
1991 | 2024-05-10T20:26:39.137Z | dflt 0.000000000 |
1992 | 2024-05-10T20:26:39.138Z | kflt 0.000000000 |
1993 | 2024-05-10T20:26:39.138Z | lock 0.000000000 |
1994 | 2024-05-10T20:26:39.138Z | slp 0.000000000 |
1995 | 2024-05-10T20:26:39.138Z | lat 0.000216021 |
1996 | 2024-05-10T20:26:39.139Z | stop 0.000252168 |
1997 | 2024-05-10T20:26:39.166Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1998 | 2024-05-10T20:26:39.166Z | + ptime -m gzip |
1999 | 2024-05-10T20:26:39.167Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-114378b13c624b47 |
2000 | 2024-05-10T20:26:40.519Z | |
2001 | 2024-05-10T20:26:40.519Z | real 1.376465928 |
2002 | 2024-05-10T20:26:40.519Z | user 1.360540689 |
2003 | 2024-05-10T20:26:40.519Z | sys 0.015203357 |
2004 | 2024-05-10T20:26:40.519Z | trap 0.000156809 |
2005 | 2024-05-10T20:26:40.519Z | tflt 0.000000000 |
2006 | 2024-05-10T20:26:40.519Z | dflt 0.000000000 |
2007 | 2024-05-10T20:26:40.519Z | kflt 0.000000000 |
2008 | 2024-05-10T20:26:40.520Z | lock 0.000000000 |
2009 | 2024-05-10T20:26:40.520Z | slp 0.000000000 |
2010 | 2024-05-10T20:26:40.520Z | lat 0.000203466 |
2011 | 2024-05-10T20:26:40.520Z | stop 0.000250314 |
2012 | 2024-05-10T20:26:40.545Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2013 | 2024-05-10T20:26:40.545Z | + ptime -m gzip |
2014 | 2024-05-10T20:26:40.545Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/commtest-d165232fe22589d2 |
2015 | 2024-05-10T20:26:41.906Z | |
2016 | 2024-05-10T20:26:41.906Z | real 1.378319262 |
2017 | 2024-05-10T20:26:41.906Z | user 1.362835886 |
2018 | 2024-05-10T20:26:41.931Z | sys 0.014765111 |
2019 | 2024-05-10T20:26:41.931Z | trap 0.000163172 |
2020 | 2024-05-10T20:26:41.931Z | tflt 0.000000000 |
2021 | 2024-05-10T20:26:41.931Z | dflt 0.000000000 |
2022 | 2024-05-10T20:26:41.931Z | kflt 0.000000000 |
2023 | 2024-05-10T20:26:41.931Z | lock 0.000000000 |
2024 | 2024-05-10T20:26:41.931Z | slp 0.000000000 |
2025 | 2024-05-10T20:26:41.931Z | lat 0.000181493 |
2026 | 2024-05-10T20:26:41.931Z | stop 0.000277778 |
2027 | 2024-05-10T20:26:41.931Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
2028 | 2024-05-10T20:26:41.931Z | + ptime -m gzip |
2029 | 2024-05-10T20:26:41.931Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-afa978a5d172f68d |
2030 | 2024-05-10T20:26:57.408Z | |
2031 | 2024-05-10T20:26:57.408Z | real 15.493887437 |
2032 | 2024-05-10T20:26:57.408Z | user 15.316222013 |
2033 | 2024-05-10T20:26:57.409Z | sys 0.170843662 |
2034 | 2024-05-10T20:26:57.409Z | trap 0.003013073 |
2035 | 2024-05-10T20:26:57.409Z | tflt 0.000000000 |
2036 | 2024-05-10T20:26:57.409Z | dflt 0.000000000 |
2037 | 2024-05-10T20:26:57.409Z | kflt 0.000000000 |
2038 | 2024-05-10T20:26:57.409Z | lock 0.000000000 |
2039 | 2024-05-10T20:26:57.409Z | slp 0.000000000 |
2040 | 2024-05-10T20:26:57.409Z | lat 0.003477069 |
2041 | 2024-05-10T20:26:57.409Z | stop 0.000239032 |
2042 | 2024-05-10T20:26:57.434Z | + banner caboose-util |
2043 | 2024-05-10T20:26:57.434Z | |
2044 | 2024-05-10T20:26:57.434Z | #### ## ##### #### #### #### ###### # # ##### |
2045 | 2024-05-10T20:26:57.434Z | # # # # # # # # # # # # # # # |
2046 | 2024-05-10T20:26:57.434Z | # # # ##### # # # # #### ##### ##### # # # |
2047 | 2024-05-10T20:26:57.434Z | # ###### # # # # # # # # # # # |
2048 | 2024-05-10T20:26:57.434Z | # # # # # # # # # # # # # # # # |
2049 | 2024-05-10T20:26:57.434Z | #### # # ##### #### #### #### ###### #### # |
2050 | 2024-05-10T20:26:57.434Z | |
2051 | 2024-05-10T20:26:57.434Z | + ptime -m cargo build --locked -p caboose-util --release |
2052 | 2024-05-10T20:26:58.109Z | Downloading crates ... |
2053 | 2024-05-10T20:26:58.282Z | Downloaded crc v3.0.1 |
2054 | 2024-05-10T20:26:58.307Z | Downloaded crc-catalog v2.2.0 |
2055 | 2024-05-10T20:26:58.307Z | Downloaded x509-cert v0.2.4 |
2056 | 2024-05-10T20:26:58.331Z | Downloaded wyz v0.5.1 |
2057 | 2024-05-10T20:26:58.331Z | Downloaded tap v1.0.1 |
2058 | 2024-05-10T20:26:58.331Z | Downloaded smallvec v0.6.14 |
2059 | 2024-05-10T20:26:58.331Z | Downloaded serde-hex v0.1.0 |
2060 | 2024-05-10T20:26:58.331Z | Downloaded rsa v0.9.2 |
2061 | 2024-05-10T20:26:58.332Z | Downloaded ron v0.8.1 |
2062 | 2024-05-10T20:26:58.332Z | Downloaded radium v0.7.0 |
2063 | 2024-05-10T20:26:58.332Z | Downloaded pkcs1 v0.7.5 |
2064 | 2024-05-10T20:26:58.332Z | Downloaded path-slash v0.1.5 |
2065 | 2024-05-10T20:26:58.356Z | Downloaded packed_struct_codegen v0.10.1 |
2066 | 2024-05-10T20:26:58.356Z | Downloaded packed_struct v0.10.1 |
2067 | 2024-05-10T20:26:58.356Z | Downloaded object v0.30.4 |
2068 | 2024-05-10T20:26:58.356Z | Downloaded num-bigint-dig v0.8.4 |
2069 | 2024-05-10T20:26:58.381Z | Downloaded nodrop v0.1.14 |
2070 | 2024-05-10T20:26:58.381Z | Downloaded maybe-uninit v2.0.0 |
2071 | 2024-05-10T20:26:58.381Z | Downloaded hashbrown v0.13.2 |
2072 | 2024-05-10T20:26:58.381Z | Downloaded funty v2.0.0 |
2073 | 2024-05-10T20:26:58.381Z | Downloaded env_logger v0.10.0 |
2074 | 2024-05-10T20:26:58.381Z | Downloaded crc-any v2.4.3 |
2075 | 2024-05-10T20:26:58.381Z | Downloaded bitvec v1.0.1 |
2076 | 2024-05-10T20:26:58.406Z | Downloaded bitfield v0.14.0 |
2077 | 2024-05-10T20:26:58.406Z | Downloaded array-init v0.0.4 |
2078 | 2024-05-10T20:26:58.537Z | Compiling proc-macro2 v1.0.81 |
2079 | 2024-05-10T20:26:58.537Z | Compiling unicode-ident v1.0.12 |
2080 | 2024-05-10T20:26:58.563Z | Compiling libc v0.2.153 |
2081 | 2024-05-10T20:26:58.563Z | Compiling serde v1.0.199 |
2082 | 2024-05-10T20:26:58.563Z | Compiling autocfg v1.1.0 |
2083 | 2024-05-10T20:26:58.563Z | Compiling version_check v0.9.4 |
2084 | 2024-05-10T20:26:58.563Z | Compiling cfg-if v1.0.0 |
2085 | 2024-05-10T20:26:58.700Z | Compiling typenum v1.16.0 |
2086 | 2024-05-10T20:26:58.724Z | Compiling once_cell v1.19.0 |
2087 | 2024-05-10T20:26:58.780Z | Compiling parking_lot_core v0.9.8 |
2088 | 2024-05-10T20:26:59.044Z | Compiling memchr v2.7.1 |
2089 | 2024-05-10T20:26:59.142Z | Compiling byteorder v1.5.0 |
2090 | 2024-05-10T20:26:59.169Z | Compiling lock_api v0.4.10 |
2091 | 2024-05-10T20:26:59.197Z | Compiling generic-array v0.14.7 |
2092 | 2024-05-10T20:26:59.444Z | Compiling libm v0.2.7 |
2093 | 2024-05-10T20:26:59.468Z | Compiling num-traits v0.2.18 |
2094 | 2024-05-10T20:26:59.586Z | Compiling ahash v0.8.8 |
2095 | 2024-05-10T20:26:59.730Z | Compiling serde_json v1.0.116 |
2096 | 2024-05-10T20:26:59.754Z | Compiling syn v1.0.109 |
2097 | 2024-05-10T20:26:59.850Z | Compiling quote v1.0.36 |
2098 | 2024-05-10T20:26:59.880Z | Compiling pkg-config v0.3.27 |
2099 | 2024-05-10T20:27:00.032Z | Compiling cc v1.0.83 |
2100 | 2024-05-10T20:27:00.203Z | Compiling syn v2.0.60 |
2101 | 2024-05-10T20:27:00.255Z | Compiling getrandom v0.2.12 |
2102 | 2024-05-10T20:27:00.396Z | Compiling thiserror v1.0.59 |
2103 | 2024-05-10T20:27:00.827Z | Compiling itoa v1.0.9 |
2104 | 2024-05-10T20:27:00.852Z | Compiling scopeguard v1.2.0 |
2105 | 2024-05-10T20:27:00.878Z | Compiling log v0.4.21 |
2106 | 2024-05-10T20:27:01.078Z | Compiling slab v0.4.9 |
2107 | 2024-05-10T20:27:01.339Z | Compiling rand_core v0.6.4 |
2108 | 2024-05-10T20:27:01.368Z | Compiling smallvec v1.13.1 |
2109 | 2024-05-10T20:27:01.877Z | Compiling vcpkg v0.2.15 |
2110 | 2024-05-10T20:27:02.231Z | Compiling ryu v1.0.15 |
2111 | 2024-05-10T20:27:02.480Z | Compiling pin-project-lite v0.2.13 |
2112 | 2024-05-10T20:27:02.603Z | Compiling parking_lot v0.12.1 |
2113 | 2024-05-10T20:27:02.715Z | Compiling const-oid v0.9.6 |
2114 | 2024-05-10T20:27:03.118Z | Compiling ring v0.17.8 |
2115 | 2024-05-10T20:27:03.312Z | Compiling openssl-sys v0.9.102 |
2116 | 2024-05-10T20:27:03.468Z | Compiling ucd-trie v0.1.6 |
2117 | 2024-05-10T20:27:04.005Z | Compiling signal-hook-registry v1.4.1 |
2118 | 2024-05-10T20:27:04.193Z | Compiling rustix v0.38.31 |
2119 | 2024-05-10T20:27:04.461Z | Compiling subtle v2.5.0 |
2120 | 2024-05-10T20:27:04.541Z | Compiling ring v0.16.20 |
2121 | 2024-05-10T20:27:04.737Z | Compiling mio v0.8.11 |
2122 | 2024-05-10T20:27:04.837Z | Compiling semver v1.0.22 |
2123 | 2024-05-10T20:27:05.215Z | Compiling futures-core v0.3.30 |
2124 | 2024-05-10T20:27:05.420Z | Compiling tinyvec_macros v0.1.1 |
2125 | 2024-05-10T20:27:05.519Z | Compiling tinyvec v1.6.0 |
2126 | 2024-05-10T20:27:05.946Z | Compiling spin v0.5.2 |
2127 | 2024-05-10T20:27:06.703Z | Compiling unicode-normalization v0.1.22 |
2128 | 2024-05-10T20:27:06.967Z | Compiling socket2 v0.5.6 |
2129 | 2024-05-10T20:27:06.992Z | Compiling num_cpus v1.16.0 |
2130 | 2024-05-10T20:27:07.198Z | Compiling openssl v0.10.64 |
2131 | 2024-05-10T20:27:07.518Z | Compiling futures-sink v0.3.30 |
2132 | 2024-05-10T20:27:07.545Z | Compiling allocator-api2 v0.2.16 |
2133 | 2024-05-10T20:27:07.682Z | Compiling httparse v1.8.0 |
2134 | 2024-05-10T20:27:07.708Z | Compiling unicode-xid v0.2.4 |
2135 | 2024-05-10T20:27:08.030Z | Compiling unicode-bidi v0.3.15 |
2136 | 2024-05-10T20:27:08.064Z | Compiling synstructure v0.12.6 |
2137 | 2024-05-10T20:27:08.273Z | Compiling time-core v0.1.2 |
2138 | 2024-05-10T20:27:08.429Z | Compiling num-conv v0.1.0 |
2139 | 2024-05-10T20:27:08.673Z | Compiling equivalent v1.0.1 |
2140 | 2024-05-10T20:27:08.702Z | Compiling time-macros v0.2.17 |
2141 | 2024-05-10T20:27:09.012Z | Compiling futures-channel v0.3.30 |
2142 | 2024-05-10T20:27:09.309Z | Compiling native-tls v0.2.11 |
2143 | 2024-05-10T20:27:09.394Z | Compiling pin-utils v0.1.0 |
2144 | 2024-05-10T20:27:09.420Z | Compiling futures-task v0.3.30 |
2145 | 2024-05-10T20:27:09.477Z | Compiling rustls v0.21.9 |
2146 | 2024-05-10T20:27:09.613Z | Compiling crc32fast v1.3.2 |
2147 | 2024-05-10T20:27:09.737Z | Compiling futures-io v0.3.30 |
2148 | 2024-05-10T20:27:09.783Z | Compiling ppv-lite86 v0.2.17 |
2149 | 2024-05-10T20:27:09.991Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2150 | 2024-05-10T20:27:10.429Z | Compiling spin v0.9.8 |
2151 | 2024-05-10T20:27:10.492Z | Compiling rand_chacha v0.3.1 |
2152 | 2024-05-10T20:27:10.533Z | Compiling tracing-core v0.1.32 |
2153 | 2024-05-10T20:27:10.795Z | Compiling base64ct v1.6.0 |
2154 | 2024-05-10T20:27:10.932Z | Compiling serde_derive v1.0.199 |
2155 | 2024-05-10T20:27:11.118Z | Compiling zeroize_derive v1.4.2 |
2156 | 2024-05-10T20:27:11.146Z | Compiling zerocopy-derive v0.7.32 |
2157 | 2024-05-10T20:27:11.322Z | Compiling thiserror-impl v1.0.59 |
2158 | 2024-05-10T20:27:11.405Z | Compiling tokio-macros v2.2.0 |
2159 | 2024-05-10T20:27:11.671Z | Compiling futures-macro v0.3.30 |
2160 | 2024-05-10T20:27:11.887Z | Compiling tracing-attributes v0.1.27 |
2161 | 2024-05-10T20:27:12.362Z | Compiling zeroize v1.7.0 |
2162 | 2024-05-10T20:27:12.829Z | Compiling der_derive v0.7.2 |
2163 | 2024-05-10T20:27:12.896Z | Compiling zerocopy v0.7.32 |
2164 | 2024-05-10T20:27:13.821Z | Compiling pest v2.7.6 |
2165 | 2024-05-10T20:27:13.994Z | Compiling crypto-common v0.1.6 |
2166 | 2024-05-10T20:27:14.023Z | Compiling block-buffer v0.10.4 |
2167 | 2024-05-10T20:27:14.202Z | Compiling digest v0.10.7 |
2168 | 2024-05-10T20:27:14.597Z | Compiling zerocopy-derive v0.2.0 |
2169 | 2024-05-10T20:27:14.622Z | Compiling openssl-macros v0.1.1 |
2170 | 2024-05-10T20:27:14.754Z | Compiling hashbrown v0.14.3 |
2171 | 2024-05-10T20:27:14.966Z | Compiling futures-util v0.3.30 |
2172 | 2024-05-10T20:27:15.256Z | Compiling tracing v0.1.40 |
2173 | 2024-05-10T20:27:15.416Z | Compiling pem-rfc7468 v0.7.0 |
2174 | 2024-05-10T20:27:15.681Z | Compiling scroll_derive v0.12.0 |
2175 | 2024-05-10T20:27:16.050Z | Compiling pest_meta v2.7.6 |
2176 | 2024-05-10T20:27:16.120Z | Compiling zerocopy-derive v0.6.6 |
2177 | 2024-05-10T20:27:16.144Z | Compiling rand v0.8.5 |
2178 | 2024-05-10T20:27:16.643Z | Compiling cookie v0.17.0 |
2179 | 2024-05-10T20:27:16.772Z | Compiling usdt-impl v0.3.5 |
2180 | 2024-05-10T20:27:16.946Z | Compiling percent-encoding v2.3.1 |
2181 | 2024-05-10T20:27:17.197Z | Compiling pest_generator v2.7.6 |
2182 | 2024-05-10T20:27:17.587Z | Compiling schemars v0.8.17 |
2183 | 2024-05-10T20:27:17.849Z | Compiling flagset v0.4.3 |
2184 | 2024-05-10T20:27:17.955Z | Compiling signal-hook v0.3.17 |
2185 | 2024-05-10T20:27:18.056Z | Compiling der v0.7.8 |
2186 | 2024-05-10T20:27:18.800Z | Compiling serde_derive_internals v0.29.0 |
2187 | 2024-05-10T20:27:19.416Z | Compiling pest_derive v2.7.6 |
2188 | 2024-05-10T20:27:20.419Z | Compiling errno v0.3.8 |
2189 | 2024-05-10T20:27:20.651Z | Compiling fnv v1.0.7 |
2190 | 2024-05-10T20:27:20.713Z | Compiling schemars_derive v0.8.17 |
2191 | 2024-05-10T20:27:20.767Z | Compiling spki v0.7.2 |
2192 | 2024-05-10T20:27:21.915Z | Compiling bytes v1.6.0 |
2193 | 2024-05-10T20:27:22.362Z | Compiling bitflags v2.4.2 |
2194 | 2024-05-10T20:27:22.980Z | Compiling tokio v1.37.0 |
2195 | 2024-05-10T20:27:23.273Z | Compiling indexmap v2.2.6 |
2196 | 2024-05-10T20:27:24.020Z | Compiling rustc_version v0.4.0 |
2197 | 2024-05-10T20:27:24.478Z | Compiling http v0.2.12 |
2198 | 2024-05-10T20:27:24.541Z | Compiling heapless v0.7.16 |
2199 | 2024-05-10T20:27:24.581Z | Compiling uuid v1.8.0 |
2200 | 2024-05-10T20:27:24.918Z | Compiling zerocopy v0.3.0 |
2201 | 2024-05-10T20:27:25.178Z | Compiling lazy_static v1.4.0 |
2202 | 2024-05-10T20:27:25.762Z | Compiling backtrace v0.3.69 |
2203 | 2024-05-10T20:27:26.158Z | Compiling thread-id v4.2.0 |
2204 | 2024-05-10T20:27:26.265Z | Compiling num-bigint v0.4.4 |
2205 | 2024-05-10T20:27:26.421Z | Compiling powerfmt v0.2.0 |
2206 | 2024-05-10T20:27:26.662Z | Compiling untrusted v0.7.1 |
2207 | 2024-05-10T20:27:26.746Z | Compiling heck v0.5.0 |
2208 | 2024-05-10T20:27:26.830Z | Compiling base64 v0.21.7 |
2209 | 2024-05-10T20:27:27.068Z | Compiling iana-time-zone v0.1.57 |
2210 | 2024-05-10T20:27:27.138Z | Compiling crossbeam-utils v0.8.19 |
2211 | 2024-05-10T20:27:27.411Z | Compiling foreign-types-shared v0.1.1 |
2212 | 2024-05-10T20:27:27.683Z | Compiling smoltcp v0.9.1 |
2213 | 2024-05-10T20:27:27.711Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2214 | 2024-05-10T20:27:28.078Z | Compiling heck v0.4.1 |
2215 | 2024-05-10T20:27:28.232Z | Compiling untrusted v0.9.0 |
2216 | 2024-05-10T20:27:28.431Z | Compiling foreign-types v0.3.2 |
2217 | 2024-05-10T20:27:28.517Z | Compiling chrono v0.4.38 |
2218 | 2024-05-10T20:27:28.734Z | Compiling clap_derive v4.5.4 |
2219 | 2024-05-10T20:27:29.105Z | Compiling deranged v0.3.11 |
2220 | 2024-05-10T20:27:30.784Z | Compiling tokio-util v0.7.10 |
2221 | 2024-05-10T20:27:31.272Z | Compiling dof v0.1.5 |
2222 | 2024-05-10T20:27:31.373Z | Compiling dtrace-parser v0.1.14 |
2223 | 2024-05-10T20:27:31.689Z | Compiling form_urlencoded v1.2.1 |
2224 | 2024-05-10T20:27:32.024Z | Compiling hmac v0.12.1 |
2225 | 2024-05-10T20:27:32.090Z | Compiling num-integer v0.1.46 |
2226 | 2024-05-10T20:27:32.360Z | Compiling cpufeatures v0.2.12 |
2227 | 2024-05-10T20:27:32.385Z | Compiling siphasher v0.3.11 |
2228 | 2024-05-10T20:27:32.457Z | Compiling try-lock v0.2.4 |
2229 | 2024-05-10T20:27:32.594Z | Compiling anstyle v1.0.6 |
2230 | 2024-05-10T20:27:32.713Z | Compiling num_threads v0.1.6 |
2231 | 2024-05-10T20:27:32.743Z | Compiling adler v1.0.2 |
2232 | 2024-05-10T20:27:33.118Z | Compiling utf8parse v0.2.1 |
2233 | 2024-05-10T20:27:33.553Z | Compiling rustversion v1.0.14 |
2234 | 2024-05-10T20:27:33.553Z | Compiling anstyle-parse v0.2.1 |
2235 | 2024-05-10T20:27:33.718Z | Compiling miniz_oxide v0.7.1 |
2236 | 2024-05-10T20:27:33.743Z | Compiling time v0.3.34 |
2237 | 2024-05-10T20:27:34.393Z | Compiling want v0.3.1 |
2238 | 2024-05-10T20:27:34.627Z | Compiling sha2 v0.10.8 |
2239 | 2024-05-10T20:27:35.976Z | Compiling h2 v0.3.26 |
2240 | 2024-05-10T20:27:37.200Z | Compiling sct v0.7.0 |
2241 | 2024-05-10T20:27:37.225Z | Compiling rustls-webpki v0.101.7 |
2242 | 2024-05-10T20:27:37.500Z | Compiling http-body v0.4.5 |
2243 | 2024-05-10T20:27:37.654Z | Compiling serde_tokenstream v0.1.7 |
2244 | 2024-05-10T20:27:37.919Z | Compiling pkcs8 v0.10.2 |
2245 | 2024-05-10T20:27:38.140Z | Compiling hubpack_derive v0.1.1 |
2246 | 2024-05-10T20:27:38.638Z | Compiling async-trait v0.1.80 |
2247 | 2024-05-10T20:27:38.703Z | Compiling idna v0.5.0 |
2248 | 2024-05-10T20:27:39.181Z | Compiling socket2 v0.4.9 |
2249 | 2024-05-10T20:27:39.393Z | Compiling aho-corasick v1.1.2 |
2250 | 2024-05-10T20:27:39.828Z | Compiling usdt-impl v0.5.0 |
2251 | 2024-05-10T20:27:40.239Z | Compiling colorchoice v1.0.0 |
2252 | 2024-05-10T20:27:40.378Z | Compiling openssl-probe v0.1.5 |
2253 | 2024-05-10T20:27:40.635Z | Compiling slog v2.7.0 |
2254 | 2024-05-10T20:27:40.867Z | Compiling anyhow v1.0.82 |
2255 | 2024-05-10T20:27:41.069Z | Compiling radium v0.7.0 |
2256 | 2024-05-10T20:27:41.213Z | Compiling anstyle-query v1.0.0 |
2257 | 2024-05-10T20:27:41.468Z | Compiling regex-syntax v0.8.2 |
2258 | 2024-05-10T20:27:41.607Z | Compiling httpdate v1.0.3 |
2259 | 2024-05-10T20:27:41.644Z | Compiling tower-service v0.3.2 |
2260 | 2024-05-10T20:27:42.148Z | Compiling hyper v0.14.28 |
2261 | 2024-05-10T20:27:44.392Z | Compiling regex-automata v0.4.5 |
2262 | 2024-05-10T20:27:46.108Z | Compiling anstream v0.6.11 |
2263 | 2024-05-10T20:27:48.146Z | Compiling url v2.5.0 |
2264 | 2024-05-10T20:27:49.884Z | Compiling terminal_size v0.3.0 |
2265 | 2024-05-10T20:27:50.192Z | Compiling serde_spanned v0.6.5 |
2266 | 2024-05-10T20:27:50.310Z | Compiling toml_datetime v0.6.5 |
2267 | 2024-05-10T20:27:50.426Z | Compiling zerocopy v0.6.6 |
2268 | 2024-05-10T20:27:50.720Z | Compiling scroll v0.12.0 |
2269 | 2024-05-10T20:27:50.830Z | Compiling md-5 v0.10.5 |
2270 | 2024-05-10T20:27:51.203Z | Compiling idna v0.3.0 |
2271 | 2024-05-10T20:27:51.241Z | Compiling stringprep v0.1.3 |
2272 | 2024-05-10T20:27:51.283Z | Compiling diesel_table_macro_syntax v0.1.0 |
2273 | 2024-05-10T20:27:51.724Z | Compiling hash32 v0.2.1 |
2274 | 2024-05-10T20:27:51.724Z | Compiling gimli v0.28.0 |
2275 | 2024-05-10T20:27:52.160Z | Compiling maybe-uninit v2.0.0 |
2276 | 2024-05-10T20:27:52.160Z | Compiling fallible-iterator v0.2.0 |
2277 | 2024-05-10T20:27:52.160Z | Compiling psl-types v2.0.11 |
2278 | 2024-05-10T20:27:52.160Z | Compiling dyn-clone v1.0.17 |
2279 | 2024-05-10T20:27:52.160Z | Compiling stable_deref_trait v1.2.0 |
2280 | 2024-05-10T20:27:52.252Z | Compiling plain v0.2.3 |
2281 | 2024-05-10T20:27:52.367Z | Compiling clap_lex v0.7.0 |
2282 | 2024-05-10T20:27:52.401Z | Compiling strsim v0.11.0 |
2283 | 2024-05-10T20:27:52.462Z | Compiling tap v1.0.1 |
2284 | 2024-05-10T20:27:52.643Z | Compiling wyz v0.5.1 |
2285 | 2024-05-10T20:27:52.828Z | Compiling clap_builder v4.5.2 |
2286 | 2024-05-10T20:27:53.053Z | Compiling tokio-rustls v0.24.1 |
2287 | 2024-05-10T20:27:53.097Z | Compiling postgres-protocol v0.6.6 |
2288 | 2024-05-10T20:27:53.389Z | Compiling goblin v0.8.0 |
2289 | 2024-05-10T20:27:54.147Z | Compiling publicsuffix v2.2.3 |
2290 | 2024-05-10T20:27:55.079Z | Compiling diesel_derives v2.1.2 |
2291 | 2024-05-10T20:27:55.448Z | Compiling addr2line v0.21.0 |
2292 | 2024-05-10T20:27:56.151Z | Compiling strum_macros v0.25.2 |
2293 | 2024-05-10T20:27:57.497Z | Compiling tokio-native-tls v0.3.1 |
2294 | 2024-05-10T20:27:58.588Z | Compiling usdt-macro v0.3.5 |
2295 | 2024-05-10T20:27:59.047Z | Compiling usdt-attr-macro v0.3.5 |
2296 | 2024-05-10T20:28:00.632Z | Compiling phf_shared v0.11.2 |
2297 | 2024-05-10T20:28:00.956Z | Compiling num-iter v0.1.44 |
2298 | 2024-05-10T20:28:00.996Z | Compiling enum-as-inner v0.5.1 |
2299 | 2024-05-10T20:28:01.799Z | Compiling block-padding v0.3.3 |
2300 | 2024-05-10T20:28:01.850Z | Compiling serde_repr v0.1.16 |
2301 | 2024-05-10T20:28:02.757Z | Compiling ff v0.13.0 |
2302 | 2024-05-10T20:28:02.965Z | Compiling scheduled-thread-pool v0.2.7 |
2303 | 2024-05-10T20:28:04.786Z | Compiling object v0.32.1 |
2304 | 2024-05-10T20:28:05.613Z | Compiling num-bigint-dig v0.8.4 |
2305 | 2024-05-10T20:28:05.638Z | Compiling pretty-hex v0.4.1 |
2306 | 2024-05-10T20:28:05.663Z | Compiling regex-automata v0.1.10 |
2307 | 2024-05-10T20:28:06.067Z | Compiling bitflags v1.3.2 |
2308 | 2024-05-10T20:28:06.613Z | Compiling matches v0.1.10 |
2309 | 2024-05-10T20:28:06.702Z | Compiling base16ct v0.2.0 |
2310 | 2024-05-10T20:28:06.953Z | Compiling packed_struct v0.10.1 |
2311 | 2024-05-10T20:28:07.050Z | Compiling ipnet v2.9.0 |
2312 | 2024-05-10T20:28:07.732Z | Compiling rustc-demangle v0.1.23 |
2313 | 2024-05-10T20:28:08.492Z | Compiling managed v0.8.0 |
2314 | 2024-05-10T20:28:08.518Z | Compiling winnow v0.5.15 |
2315 | 2024-05-10T20:28:08.556Z | Compiling bit-vec v0.6.3 |
2316 | 2024-05-10T20:28:08.909Z | Compiling funty v2.0.0 |
2317 | 2024-05-10T20:28:10.044Z | Compiling bitvec v1.0.1 |
2318 | 2024-05-10T20:28:11.270Z | Compiling toml_edit v0.19.15 |
2319 | 2024-05-10T20:28:14.173Z | Compiling sec1 v0.7.3 |
2320 | 2024-05-10T20:28:14.616Z | Compiling idna v0.2.3 |
2321 | 2024-05-10T20:28:15.912Z | Compiling bstr v0.2.17 |
2322 | 2024-05-10T20:28:15.997Z | Compiling dof v0.3.0 |
2323 | 2024-05-10T20:28:16.843Z | Compiling r2d2 v0.8.10 |
2324 | 2024-05-10T20:28:17.004Z | Compiling group v0.13.0 |
2325 | 2024-05-10T20:28:17.278Z | Compiling inout v0.1.3 |
2326 | 2024-05-10T20:28:17.791Z | Compiling phf v0.11.2 |
2327 | 2024-05-10T20:28:18.495Z | Compiling hyper-tls v0.5.0 |
2328 | 2024-05-10T20:28:18.792Z | Compiling signal-hook-mio v0.2.3 |
2329 | 2024-05-10T20:28:18.951Z | Compiling cookie_store v0.20.0 |
2330 | 2024-05-10T20:28:19.454Z | Compiling clap v4.5.4 |
2331 | 2024-05-10T20:28:19.577Z | Compiling flate2 v1.0.28 |
2332 | 2024-05-10T20:28:19.605Z | Compiling ipnetwork v0.20.0 |
2333 | 2024-05-10T20:28:20.103Z | Compiling bzip2 v0.4.4 |
2334 | 2024-05-10T20:28:20.237Z | Compiling postgres-types v0.2.6 |
2335 | 2024-05-10T20:28:20.299Z | Compiling hyper-rustls v0.24.2 |
2336 | 2024-05-10T20:28:20.368Z | Compiling regex v1.10.4 |
2337 | 2024-05-10T20:28:20.665Z | Compiling hubpack v0.1.2 |
2338 | 2024-05-10T20:28:20.771Z | Compiling rustls-pemfile v1.0.3 |
2339 | 2024-05-10T20:28:21.035Z | Compiling phf_shared v0.10.0 |
2340 | 2024-05-10T20:28:21.060Z | Compiling hkdf v0.12.4 |
2341 | 2024-05-10T20:28:21.229Z | Compiling serde_urlencoded v0.7.1 |
2342 | 2024-05-10T20:28:21.320Z | Compiling dtrace-parser v0.2.0 |
2343 | 2024-05-10T20:28:21.373Z | Compiling futures-executor v0.3.30 |
2344 | 2024-05-10T20:28:22.157Z | Compiling crypto-bigint v0.5.2 |
2345 | 2024-05-10T20:28:22.184Z | Compiling packed_struct_codegen v0.10.1 |
2346 | 2024-05-10T20:28:22.689Z | Compiling float-cmp v0.9.0 |
2347 | 2024-05-10T20:28:23.419Z | Compiling indexmap v1.9.3 |
2348 | 2024-05-10T20:28:23.710Z | Compiling encoding_rs v0.8.33 |
2349 | 2024-05-10T20:28:23.921Z | Compiling fixedbitset v0.4.2 |
2350 | 2024-05-10T20:28:24.269Z | Compiling sync_wrapper v0.1.2 |
2351 | 2024-05-10T20:28:24.351Z | Compiling predicates-core v1.0.6 |
2352 | 2024-05-10T20:28:24.409Z | Compiling whoami v1.5.1 |
2353 | 2024-05-10T20:28:24.619Z | Compiling winnow v0.6.1 |
2354 | 2024-05-10T20:28:24.838Z | Compiling minimal-lexical v0.2.1 |
2355 | 2024-05-10T20:28:25.068Z | Compiling static_assertions v1.1.0 |
2356 | 2024-05-10T20:28:25.330Z | Compiling new_debug_unreachable v1.0.4 |
2357 | 2024-05-10T20:28:25.398Z | Compiling normalize-line-endings v0.3.0 |
2358 | 2024-05-10T20:28:25.437Z | Compiling unicode-width v0.1.11 |
2359 | 2024-05-10T20:28:25.462Z | Compiling webpki-roots v0.25.2 |
2360 | 2024-05-10T20:28:25.526Z | Compiling mime v0.3.17 |
2361 | 2024-05-10T20:28:25.608Z | Compiling either v1.11.0 |
2362 | 2024-05-10T20:28:25.644Z | Compiling unicode-segmentation v1.10.1 |
2363 | 2024-05-10T20:28:25.959Z | Compiling precomputed-hash v0.1.1 |
2364 | 2024-05-10T20:28:26.074Z | Compiling difflib v0.4.0 |
2365 | 2024-05-10T20:28:26.270Z | Compiling data-encoding v2.4.0 |
2366 | 2024-05-10T20:28:26.727Z | Compiling nodrop v0.1.14 |
2367 | 2024-05-10T20:28:27.107Z | Compiling crc-catalog v2.2.0 |
2368 | 2024-05-10T20:28:27.240Z | Compiling crc v3.0.1 |
2369 | 2024-05-10T20:28:27.629Z | Compiling toml_edit v0.22.12 |
2370 | 2024-05-10T20:28:27.862Z | Compiling array-init v0.0.4 |
2371 | 2024-05-10T20:28:28.830Z | Compiling trust-dns-proto v0.22.0 |
2372 | 2024-05-10T20:28:33.563Z | Compiling predicates v3.1.0 |
2373 | 2024-05-10T20:28:33.673Z | Compiling similar v2.4.0 |
2374 | 2024-05-10T20:28:34.790Z | Compiling string_cache v0.8.7 |
2375 | 2024-05-10T20:28:35.139Z | Compiling itertools v0.10.5 |
2376 | 2024-05-10T20:28:35.194Z | Compiling reqwest v0.11.27 |
2377 | 2024-05-10T20:28:35.315Z | Compiling console v0.15.8 |
2378 | 2024-05-10T20:28:36.305Z | Compiling nom v7.1.3 |
2379 | 2024-05-10T20:28:37.329Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2380 | 2024-05-10T20:28:39.132Z | Compiling tokio-postgres v0.7.10 |
2381 | 2024-05-10T20:28:41.928Z | Compiling petgraph v0.6.4 |
2382 | 2024-05-10T20:28:42.787Z | Compiling elliptic-curve v0.13.8 |
2383 | 2024-05-10T20:28:45.218Z | Compiling futures v0.3.30 |
2384 | 2024-05-10T20:28:46.033Z | Compiling zip v0.6.6 |
2385 | 2024-05-10T20:28:46.320Z | Compiling smallvec v0.6.14 |
2386 | 2024-05-10T20:28:46.722Z | Compiling diesel v2.1.6 |
2387 | 2024-05-10T20:28:47.069Z | Compiling yasna v0.5.2 |
2388 | 2024-05-10T20:28:47.395Z | Compiling crossterm v0.27.0 |
2389 | 2024-05-10T20:28:47.439Z | Compiling crossbeam-epoch v0.9.18 |
2390 | 2024-05-10T20:28:47.880Z | Compiling cipher v0.4.4 |
2391 | 2024-05-10T20:28:48.548Z | Compiling toml v0.7.8 |
2392 | 2024-05-10T20:28:48.704Z | Compiling bit-set v0.5.3 |
2393 | 2024-05-10T20:28:48.952Z | Compiling usdt v0.3.5 |
2394 | 2024-05-10T20:28:49.898Z | Compiling bstr v1.9.0 |
2395 | 2024-05-10T20:28:50.064Z | Compiling pkcs1 v0.7.5 |
2396 | 2024-05-10T20:28:50.259Z | Compiling tokio-stream v0.1.15 |
2397 | 2024-05-10T20:28:51.191Z | Compiling is-terminal v0.4.9 |
2398 | 2024-05-10T20:28:51.333Z | Compiling openapiv3 v2.0.0 |
2399 | 2024-05-10T20:28:51.469Z | Compiling hex v0.4.3 |
2400 | 2024-05-10T20:28:52.679Z | Compiling signature v2.1.0 |
2401 | 2024-05-10T20:28:53.338Z | Compiling termcolor v1.2.0 |
2402 | 2024-05-10T20:28:53.858Z | Compiling bitfield v0.14.0 |
2403 | 2024-05-10T20:28:54.185Z | Compiling base64 v0.22.0 |
2404 | 2024-05-10T20:28:54.569Z | Compiling hashbrown v0.12.3 |
2405 | 2024-05-10T20:28:54.753Z | Compiling lalrpop-util v0.19.12 |
2406 | 2024-05-10T20:28:55.535Z | Compiling peg-runtime v0.8.2 |
2407 | 2024-05-10T20:28:58.139Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2408 | 2024-05-10T20:28:59.307Z | Compiling env_logger v0.10.0 |
2409 | 2024-05-10T20:29:00.330Z | Compiling rsa v0.9.2 |
2410 | 2024-05-10T20:29:05.442Z | Compiling serde-hex v0.1.0 |
2411 | 2024-05-10T20:29:09.659Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2412 | 2024-05-10T20:29:12.848Z | Compiling ron v0.8.1 |
2413 | 2024-05-10T20:29:14.234Z | Compiling x509-cert v0.2.4 |
2414 | 2024-05-10T20:29:14.667Z | Compiling hashbrown v0.13.2 |
2415 | 2024-05-10T20:29:15.975Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2416 | 2024-05-10T20:29:20.282Z | Compiling crc-any v2.4.3 |
2417 | 2024-05-10T20:29:29.132Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2418 | 2024-05-10T20:29:39.723Z | Compiling object v0.30.4 |
2419 | 2024-05-10T20:29:41.124Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2420 | 2024-05-10T20:29:50.701Z | Compiling path-slash v0.1.5 |
2421 | 2024-05-10T20:29:50.889Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2422 | 2024-05-10T20:30:13.062Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2423 | 2024-05-10T20:30:14.050Z | Finished release [optimized] target(s) in 3m 16s |
2424 | 2024-05-10T20:30:14.130Z | |
2425 | 2024-05-10T20:30:14.130Z | real 3:16.685776750 |
2426 | 2024-05-10T20:30:14.130Z | user 20:39.045559429 |
2427 | 2024-05-10T20:30:14.130Z | sys 2:48.355318540 |
2428 | 2024-05-10T20:30:14.130Z | trap 0.748064161 |
2429 | 2024-05-10T20:30:14.130Z | tflt 0.808196648 |
2430 | 2024-05-10T20:30:14.130Z | dflt 0.405500270 |
2431 | 2024-05-10T20:30:14.130Z | kflt 0.000147980 |
2432 | 2024-05-10T20:30:14.130Z | lock 46:39.083687482 |
2433 | 2024-05-10T20:30:14.130Z | slp 1:01:05.398851392 |
2434 | 2024-05-10T20:30:14.130Z | lat 1:23.563876726 |
2435 | 2024-05-10T20:30:14.130Z | stop 1:41.348573670 |
2436 | 2024-05-10T20:30:14.156Z | + ptime -m gzip |
2437 | 2024-05-10T20:30:14.868Z | |
2438 | 2024-05-10T20:30:14.868Z | real 0.307812632 |
2439 | 2024-05-10T20:30:14.868Z | user 0.303728227 |
2440 | 2024-05-10T20:30:14.899Z | sys 0.003514623 |
2441 | 2024-05-10T20:30:14.900Z | trap 0.000036121 |
2442 | 2024-05-10T20:30:14.900Z | tflt 0.000000000 |
2443 | 2024-05-10T20:30:14.900Z | dflt 0.000000000 |
2444 | 2024-05-10T20:30:14.900Z | kflt 0.000000000 |
2445 | 2024-05-10T20:30:14.900Z | lock 0.000000000 |
2446 | 2024-05-10T20:30:14.900Z | slp 0.000000000 |
2447 | 2024-05-10T20:30:14.900Z | lat 0.000189649 |
2448 | 2024-05-10T20:30:14.900Z | stop 0.000262689 |
2449 | 2024-05-10T20:30:14.900Z | + banner tufaceous |
2450 | 2024-05-10T20:30:14.900Z | |
2451 | 2024-05-10T20:30:14.900Z | ##### # # ###### ## #### ###### #### # # #### |
2452 | 2024-05-10T20:30:14.900Z | # # # # # # # # # # # # # # |
2453 | 2024-05-10T20:30:14.900Z | # # # ##### # # # ##### # # # # #### |
2454 | 2024-05-10T20:30:14.900Z | # # # # ###### # # # # # # # |
2455 | 2024-05-10T20:30:14.900Z | # # # # # # # # # # # # # # # |
2456 | 2024-05-10T20:30:14.900Z | # #### # # # #### ###### #### #### #### |
2457 | 2024-05-10T20:30:14.900Z | |
2458 | 2024-05-10T20:30:14.900Z | + ptime -m cargo build --locked -p tufaceous --release |
2459 | 2024-05-10T20:30:15.396Z | Downloading crates ... |
2460 | 2024-05-10T20:30:15.396Z | Downloaded parse-size v1.0.0 |
2461 | 2024-05-10T20:30:15.396Z | Downloaded pin-project v1.1.3 |
2462 | 2024-05-10T20:30:15.396Z | Downloaded typed-path v0.7.0 |
2463 | 2024-05-10T20:30:15.396Z | Downloaded tough v0.17.1 |
2464 | 2024-05-10T20:30:15.396Z | Downloaded snafu-derive v0.8.2 |
2465 | 2024-05-10T20:30:15.396Z | Downloaded snafu v0.8.2 |
2466 | 2024-05-10T20:30:15.423Z | Downloaded serde_plain v1.0.2 |
2467 | 2024-05-10T20:30:15.423Z | Downloaded pin-project-internal v1.1.3 |
2468 | 2024-05-10T20:30:15.424Z | Downloaded olpc-cjson v0.1.3 |
2469 | 2024-05-10T20:30:15.424Z | Downloaded fs-err v2.11.0 |
2470 | 2024-05-10T20:30:15.424Z | Downloaded buf-list v1.0.3 |
2471 | 2024-05-10T20:30:15.424Z | Downloaded async-recursion v1.1.0 |
2472 | 2024-05-10T20:30:15.424Z | Downloaded globset v0.4.13 |
2473 | 2024-05-10T20:30:15.567Z | Compiling serde_tokenstream v0.2.0 |
2474 | 2024-05-10T20:30:15.592Z | Compiling regress v0.9.1 |
2475 | 2024-05-10T20:30:15.617Z | Compiling camino v1.1.6 |
2476 | 2024-05-10T20:30:15.649Z | Compiling getopts v0.2.21 |
2477 | 2024-05-10T20:30:15.649Z | Compiling unsafe-libyaml v0.2.10 |
2478 | 2024-05-10T20:30:15.649Z | Compiling rayon-core v1.12.1 |
2479 | 2024-05-10T20:30:15.677Z | Compiling crossbeam-deque v0.8.3 |
2480 | 2024-05-10T20:30:15.677Z | Compiling same-file v1.0.6 |
2481 | 2024-05-10T20:30:16.263Z | Compiling fastrand v2.0.1 |
2482 | 2024-05-10T20:30:16.288Z | Compiling walkdir v2.5.0 |
2483 | 2024-05-10T20:30:16.289Z | Compiling blake3 v1.5.0 |
2484 | 2024-05-10T20:30:16.289Z | Compiling tempfile v3.10.1 |
2485 | 2024-05-10T20:30:16.484Z | Compiling dirs-sys-next v0.1.2 |
2486 | 2024-05-10T20:30:16.602Z | Compiling serde_yaml v0.9.25 |
2487 | 2024-05-10T20:30:16.957Z | Compiling rayon v1.10.0 |
2488 | 2024-05-10T20:30:17.077Z | Compiling xattr v1.0.1 |
2489 | 2024-05-10T20:30:17.156Z | Compiling memmap2 v0.7.1 |
2490 | 2024-05-10T20:30:17.193Z | Compiling filetime v0.2.23 |
2491 | 2024-05-10T20:30:17.295Z | Compiling strsim v0.10.0 |
2492 | 2024-05-10T20:30:17.431Z | Compiling rustls-pki-types v1.3.0 |
2493 | 2024-05-10T20:30:17.458Z | Compiling arrayvec v0.7.4 |
2494 | 2024-05-10T20:30:17.486Z | Compiling heck v0.5.0 |
2495 | 2024-05-10T20:30:17.833Z | Compiling constant_time_eq v0.3.0 |
2496 | 2024-05-10T20:30:17.886Z | Compiling arrayref v0.3.7 |
2497 | 2024-05-10T20:30:17.967Z | Compiling ident_case v1.0.1 |
2498 | 2024-05-10T20:30:17.994Z | Compiling home v0.5.5 |
2499 | 2024-05-10T20:30:18.119Z | Compiling darling_core v0.20.8 |
2500 | 2024-05-10T20:30:18.164Z | Compiling toolchain_find v0.4.0 |
2501 | 2024-05-10T20:30:18.539Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2502 | 2024-05-10T20:30:18.630Z | Compiling tar v0.4.40 |
2503 | 2024-05-10T20:30:18.654Z | Compiling camino-tempfile v1.1.1 |
2504 | 2024-05-10T20:30:19.238Z | Compiling dirs-next v2.0.0 |
2505 | 2024-05-10T20:30:19.447Z | Compiling toml v0.8.12 |
2506 | 2024-05-10T20:30:19.647Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2507 | 2024-05-10T20:30:20.023Z | Compiling thread_local v1.1.7 |
2508 | 2024-05-10T20:30:20.227Z | Compiling topological-sort v0.2.2 |
2509 | 2024-05-10T20:30:20.417Z | Compiling paste v1.0.14 |
2510 | 2024-05-10T20:30:20.751Z | Compiling rustls v0.22.4 |
2511 | 2024-05-10T20:30:20.826Z | Compiling slog-async v2.8.0 |
2512 | 2024-05-10T20:30:20.922Z | Compiling rustfmt-wrapper v0.2.1 |
2513 | 2024-05-10T20:30:21.035Z | Compiling term v0.7.0 |
2514 | 2024-05-10T20:30:21.278Z | Compiling omicron-zone-package v0.11.0 |
2515 | 2024-05-10T20:30:21.386Z | Compiling rustls-webpki v0.102.1 |
2516 | 2024-05-10T20:30:23.040Z | Compiling darling_macro v0.20.8 |
2517 | 2024-05-10T20:30:23.227Z | Compiling crossbeam-channel v0.5.8 |
2518 | 2024-05-10T20:30:23.833Z | Compiling structmeta-derive v0.3.0 |
2519 | 2024-05-10T20:30:24.646Z | Compiling multer v3.0.0 |
2520 | 2024-05-10T20:30:24.847Z | Compiling match_cfg v0.1.0 |
2521 | 2024-05-10T20:30:24.924Z | Compiling take_mut v0.2.2 |
2522 | 2024-05-10T20:30:24.957Z | Compiling hostname v0.3.1 |
2523 | 2024-05-10T20:30:24.988Z | Compiling darling v0.20.8 |
2524 | 2024-05-10T20:30:25.204Z | Compiling slog-term v2.9.1 |
2525 | 2024-05-10T20:30:25.946Z | Compiling structmeta v0.3.0 |
2526 | 2024-05-10T20:30:26.282Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2527 | 2024-05-10T20:30:26.307Z | Compiling slog-json v2.6.1 |
2528 | 2024-05-10T20:30:26.517Z | Compiling http v1.0.0 |
2529 | 2024-05-10T20:30:26.628Z | Compiling async-stream-impl v0.3.5 |
2530 | 2024-05-10T20:30:26.827Z | Compiling pin-project-internal v1.1.3 |
2531 | 2024-05-10T20:30:27.436Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2532 | 2024-05-10T20:30:27.955Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2533 | 2024-05-10T20:30:28.397Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2534 | 2024-05-10T20:30:28.398Z | Compiling atomic-waker v1.1.1 |
2535 | 2024-05-10T20:30:28.425Z | Compiling waitgroup v0.1.2 |
2536 | 2024-05-10T20:30:28.425Z | Compiling async-stream v0.3.5 |
2537 | 2024-05-10T20:30:28.604Z | Compiling slog-bunyan v2.5.0 |
2538 | 2024-05-10T20:30:28.839Z | Compiling tokio-rustls v0.25.0 |
2539 | 2024-05-10T20:30:28.965Z | Compiling pin-project v1.1.3 |
2540 | 2024-05-10T20:30:29.180Z | Compiling parse-display-derive v0.9.0 |
2541 | 2024-05-10T20:30:29.224Z | Compiling serde_with_macros v3.7.0 |
2542 | 2024-05-10T20:30:30.407Z | Compiling rustls-pemfile v2.1.2 |
2543 | 2024-05-10T20:30:30.577Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2544 | 2024-05-10T20:30:30.952Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#f7442947) |
2545 | 2024-05-10T20:30:31.052Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2546 | 2024-05-10T20:30:31.482Z | Compiling sha1 v0.10.6 |
2547 | 2024-05-10T20:30:32.160Z | Compiling strum_macros v0.26.1 |
2548 | 2024-05-10T20:30:32.196Z | Compiling newtype-uuid v1.1.0 |
2549 | 2024-05-10T20:30:32.402Z | Compiling snafu-derive v0.8.2 |
2550 | 2024-05-10T20:30:32.492Z | Compiling serde_path_to_error v0.1.16 |
2551 | 2024-05-10T20:30:33.334Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2552 | 2024-05-10T20:30:33.933Z | Compiling fs-err v2.11.0 |
2553 | 2024-05-10T20:30:34.192Z | Compiling instant v0.1.12 |
2554 | 2024-05-10T20:30:34.556Z | Compiling buf-list v1.0.3 |
2555 | 2024-05-10T20:30:35.011Z | Compiling debug-ignore v1.0.5 |
2556 | 2024-05-10T20:30:35.177Z | Compiling arc-swap v1.6.0 |
2557 | 2024-05-10T20:30:35.699Z | Compiling slog-scope v4.4.0 |
2558 | 2024-05-10T20:30:35.761Z | Compiling strum v0.26.2 |
2559 | 2024-05-10T20:30:36.338Z | Compiling snafu v0.8.2 |
2560 | 2024-05-10T20:30:36.400Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2561 | 2024-05-10T20:30:36.479Z | Compiling backoff v0.4.0 |
2562 | 2024-05-10T20:30:36.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2563 | 2024-05-10T20:30:37.103Z | Compiling parse-display v0.9.0 |
2564 | 2024-05-10T20:30:37.289Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2565 | 2024-05-10T20:30:37.438Z | Compiling serde_with v3.7.0 |
2566 | 2024-05-10T20:30:37.709Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2567 | 2024-05-10T20:30:38.286Z | Compiling globset v0.4.13 |
2568 | 2024-05-10T20:30:38.748Z | Compiling pem v3.0.4 |
2569 | 2024-05-10T20:30:40.069Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2570 | 2024-05-10T20:30:40.238Z | Compiling olpc-cjson v0.1.3 |
2571 | 2024-05-10T20:30:40.509Z | Compiling serde_plain v1.0.2 |
2572 | 2024-05-10T20:30:40.854Z | Compiling macaddr v1.0.1 |
2573 | 2024-05-10T20:30:40.930Z | Compiling async-recursion v1.1.0 |
2574 | 2024-05-10T20:30:41.907Z | Compiling typed-path v0.7.0 |
2575 | 2024-05-10T20:30:44.799Z | Compiling tough v0.17.1 |
2576 | 2024-05-10T20:30:47.473Z | Compiling slog-stdlog v4.1.1 |
2577 | 2024-05-10T20:30:48.261Z | Compiling itertools v0.12.1 |
2578 | 2024-05-10T20:30:48.329Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062) |
2579 | 2024-05-10T20:30:48.516Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2580 | 2024-05-10T20:30:50.237Z | Compiling parse-size v1.0.0 |
2581 | 2024-05-10T20:30:50.485Z | Compiling slog-envlogger v2.2.0 |
2582 | 2024-05-10T20:30:51.249Z | Compiling humantime v2.1.0 |
2583 | 2024-05-10T20:31:07.025Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2584 | 2024-05-10T20:31:15.527Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2585 | 2024-05-10T20:31:17.563Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2586 | 2024-05-10T20:31:36.711Z | Finished release [optimized] target(s) in 1m 22s |
2587 | 2024-05-10T20:31:36.803Z | |
2588 | 2024-05-10T20:31:36.804Z | real 1:22.325218765 |
2589 | 2024-05-10T20:31:36.804Z | user 8:03.595627531 |
2590 | 2024-05-10T20:31:36.804Z | sys 45.868122913 |
2591 | 2024-05-10T20:31:36.804Z | trap 0.274214832 |
2592 | 2024-05-10T20:31:36.831Z | tflt 0.331996205 |
2593 | 2024-05-10T20:31:36.831Z | dflt 0.551113863 |
2594 | 2024-05-10T20:31:36.831Z | kflt 0.000033823 |
2595 | 2024-05-10T20:31:36.831Z | lock 16:16.450121598 |
2596 | 2024-05-10T20:31:36.831Z | slp 17:50.519299121 |
2597 | 2024-05-10T20:31:36.831Z | lat 22.091197348 |
2598 | 2024-05-10T20:31:36.831Z | stop 21.852473251 |
2599 | 2024-05-10T20:31:36.831Z | + ptime -m gzip |
2600 | 2024-05-10T20:31:38.325Z | |
2601 | 2024-05-10T20:31:38.325Z | real 1.512478718 |
2602 | 2024-05-10T20:31:38.325Z | user 1.497774417 |
2603 | 2024-05-10T20:31:38.325Z | sys 0.011863799 |
2604 | 2024-05-10T20:31:38.325Z | trap 0.000641216 |
2605 | 2024-05-10T20:31:38.325Z | tflt 0.000000000 |
2606 | 2024-05-10T20:31:38.325Z | dflt 0.000000000 |
2607 | 2024-05-10T20:31:38.325Z | kflt 0.000000000 |
2608 | 2024-05-10T20:31:38.326Z | lock 0.000000000 |
2609 | 2024-05-10T20:31:38.326Z | slp 0.000000000 |
2610 | 2024-05-10T20:31:38.326Z | lat 0.001801173 |
2611 | 2024-05-10T20:31:38.326Z | stop 0.000265158 |
2612 | 2024-05-10T20:31:38.350Z | + banner permission-slip |
2613 | 2024-05-10T20:31:38.351Z | |
2614 | 2024-05-10T20:31:38.351Z | ##### ###### ##### # # # #### #### # #### # # |
2615 | 2024-05-10T20:31:38.351Z | # # # # # ## ## # # # # # # ## # |
2616 | 2024-05-10T20:31:38.351Z | # # ##### # # # ## # # #### #### # # # # # # |
2617 | 2024-05-10T20:31:38.351Z | ##### # ##### # # # # # # # # # # # |
2618 | 2024-05-10T20:31:38.351Z | # # # # # # # # # # # # # # # ## |
2619 | 2024-05-10T20:31:38.351Z | # ###### # # # # # #### #### # #### # # |
2620 | 2024-05-10T20:31:38.351Z | |
2621 | 2024-05-10T20:31:38.351Z | + source ./tools/permslip_commit |
2622 | 2024-05-10T20:31:38.351Z | ++ COMMIT=5d44e0065f90051a28881c75e3574142ada9b695 |
2623 | 2024-05-10T20:31:38.351Z | + git init /work/permission-slip-build |
2624 | 2024-05-10T20:31:38.351Z | hint: Using 'master' as the name for the initial branch. This default branch name |
2625 | 2024-05-10T20:31:38.351Z | hint: is subject to change. To configure the initial branch name to use in all |
2626 | 2024-05-10T20:31:38.351Z | hint: of your new repositories, which will suppress this warning, call: |
2627 | 2024-05-10T20:31:38.351Z | hint: |
2628 | 2024-05-10T20:31:38.351Z | hint: git config --global init.defaultBranch <name> |
2629 | 2024-05-10T20:31:38.351Z | hint: |
2630 | 2024-05-10T20:31:38.351Z | hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and |
2631 | 2024-05-10T20:31:38.351Z | hint: 'development'. The just-created branch can be renamed via this command: |
2632 | 2024-05-10T20:31:38.351Z | hint: |
2633 | 2024-05-10T20:31:38.352Z | hint: git branch -m <name> |
2634 | 2024-05-10T20:31:38.352Z | Initialized empty Git repository in /work/permission-slip-build/.git/ |
2635 | 2024-05-10T20:31:38.352Z | + pushd /work/permission-slip-build |
2636 | 2024-05-10T20:31:38.352Z | /work/permission-slip-build /work/oxidecomputer/omicron |
2637 | 2024-05-10T20:31:38.352Z | + git remote add origin https://github.com/oxidecomputer/permission-slip.git |
2638 | 2024-05-10T20:31:38.352Z | + ptime -m git fetch --depth 1 origin 5d44e0065f90051a28881c75e3574142ada9b695 |
2639 | 2024-05-10T20:31:39.092Z | From https://github.com/oxidecomputer/permission-slip |
2640 | 2024-05-10T20:31:39.092Z | * branch 5d44e0065f90051a28881c75e3574142ada9b695 -> FETCH_HEAD |
2641 | 2024-05-10T20:31:39.117Z | |
2642 | 2024-05-10T20:31:39.117Z | real 0.755725926 |
2643 | 2024-05-10T20:31:39.117Z | user 0.076778492 |
2644 | 2024-05-10T20:31:39.117Z | sys 0.042442139 |
2645 | 2024-05-10T20:31:39.117Z | trap 0.000009597 |
2646 | 2024-05-10T20:31:39.117Z | tflt 0.000000000 |
2647 | 2024-05-10T20:31:39.117Z | dflt 0.000000000 |
2648 | 2024-05-10T20:31:39.117Z | kflt 0.000000000 |
2649 | 2024-05-10T20:31:39.117Z | lock 0.000019212 |
2650 | 2024-05-10T20:31:39.117Z | slp 2.255920242 |
2651 | 2024-05-10T20:31:39.117Z | lat 0.004429513 |
2652 | 2024-05-10T20:31:39.117Z | stop 0.000687210 |
2653 | 2024-05-10T20:31:39.118Z | + git checkout FETCH_HEAD |
2654 | 2024-05-10T20:31:39.118Z | Note: switching to 'FETCH_HEAD'. |
2655 | 2024-05-10T20:31:39.118Z | |
2656 | 2024-05-10T20:31:39.118Z | You are in 'detached HEAD' state. You can look around, make experimental |
2657 | 2024-05-10T20:31:39.118Z | changes and commit them, and you can discard any commits you make in this |
2658 | 2024-05-10T20:31:39.118Z | state without impacting any branches by switching back to a branch. |
2659 | 2024-05-10T20:31:39.118Z | |
2660 | 2024-05-10T20:31:39.118Z | If you want to create a new branch to retain commits you create, you may |
2661 | 2024-05-10T20:31:39.118Z | do so (now or later) by using -c with the switch command. Example: |
2662 | 2024-05-10T20:31:39.118Z | |
2663 | 2024-05-10T20:31:39.118Z | git switch -c <new-branch-name> |
2664 | 2024-05-10T20:31:39.118Z | |
2665 | 2024-05-10T20:31:39.118Z | Or undo this operation with: |
2666 | 2024-05-10T20:31:39.118Z | |
2667 | 2024-05-10T20:31:39.118Z | git switch - |
2668 | 2024-05-10T20:31:39.118Z | |
2669 | 2024-05-10T20:31:39.118Z | Turn off this advice by setting config variable advice.detachedHead to false |
2670 | 2024-05-10T20:31:39.118Z | |
2671 | 2024-05-10T20:31:39.118Z | HEAD is now at 5d44e00 Ensure SSH tables exist in the database |
2672 | 2024-05-10T20:31:39.118Z | + ptime -m cargo build --locked -p permission-slip-client --release |
2673 | 2024-05-10T20:31:39.155Z | info: syncing channel updates for '1.74-x86_64-unknown-illumos' |
2674 | 2024-05-10T20:31:39.266Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
2675 | 2024-05-10T20:31:39.266Z | info: downloading component 'cargo' |
2676 | 2024-05-10T20:31:39.460Z | info: downloading component 'clippy' |
2677 | 2024-05-10T20:31:39.534Z | info: downloading component 'rust-docs' |
2678 | 2024-05-10T20:31:39.798Z | info: downloading component 'rust-std' |
2679 | 2024-05-10T20:31:40.279Z | info: downloading component 'rustc' |
2680 | 2024-05-10T20:31:41.247Z | info: downloading component 'rustfmt' |
2681 | 2024-05-10T20:31:41.293Z | info: installing component 'cargo' |
2682 | 2024-05-10T20:31:42.330Z | info: installing component 'clippy' |
2683 | 2024-05-10T20:31:43.717Z | info: installing component 'rust-docs' |
2684 | 2024-05-10T20:31:45.181Z | info: installing component 'rust-std' |
2685 | 2024-05-10T20:31:47.147Z | info: installing component 'rustc' |
2686 | 2024-05-10T20:31:52.065Z | info: installing component 'rustfmt' |
2687 | 2024-05-10T20:31:52.718Z | Updating crates.io index |
2688 | 2024-05-10T20:31:53.029Z | Updating git repository `https://github.com/oxidecomputer/sshauth` |
2689 | 2024-05-10T20:31:53.806Z | From https://github.com/oxidecomputer/sshauth |
2690 | 2024-05-10T20:31:53.806Z | * [new branch] dependabot/cargo/mio-0.8.11 -> origin/dependabot/cargo/mio-0.8.11 |
2691 | 2024-05-10T20:31:53.830Z | * [new branch] main -> origin/main |
2692 | 2024-05-10T20:31:53.830Z | * [new branch] paranoia -> origin/paranoia |
2693 | 2024-05-10T20:31:53.830Z | * [new branch] readme -> origin/readme |
2694 | 2024-05-10T20:31:53.830Z | * [new ref] -> origin/HEAD |
2695 | 2024-05-10T20:31:53.854Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
2696 | 2024-05-10T20:31:54.978Z | From https://github.com/oxidecomputer/dropshot |
2697 | 2024-05-10T20:31:54.978Z | * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push |
2698 | 2024-05-10T20:31:54.978Z | * [new branch] async -> origin/async |
2699 | 2024-05-10T20:31:55.033Z | * [new branch] build-o-mat -> origin/build-o-mat |
2700 | 2024-05-10T20:31:55.033Z | * [new branch] camel -> origin/camel |
2701 | 2024-05-10T20:31:55.033Z | * [new branch] carets -> origin/carets |
2702 | 2024-05-10T20:31:55.033Z | * [new branch] changes -> origin/changes |
2703 | 2024-05-10T20:31:55.034Z | * [new branch] ci-version -> origin/ci-version |
2704 | 2024-05-10T20:31:55.034Z | * [new branch] cleanup-tweak -> origin/cleanup-tweak |
2705 | 2024-05-10T20:31:55.034Z | * [new branch] clippy -> origin/clippy |
2706 | 2024-05-10T20:31:55.034Z | * [new branch] clippy-enforcement -> origin/clippy-enforcement |
2707 | 2024-05-10T20:31:55.034Z | * [new branch] clone -> origin/clone |
2708 | 2024-05-10T20:31:55.034Z | * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0 |
2709 | 2024-05-10T20:31:55.034Z | * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1 |
2710 | 2024-05-10T20:31:55.034Z | * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0 |
2711 | 2024-05-10T20:31:55.034Z | * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0 |
2712 | 2024-05-10T20:31:55.034Z | * [new branch] doc -> origin/doc |
2713 | 2024-05-10T20:31:55.034Z | * [new branch] err -> origin/err |
2714 | 2024-05-10T20:31:55.034Z | * [new branch] example-resumable-download -> origin/example-resumable-download |
2715 | 2024-05-10T20:31:55.034Z | * [new branch] expectorate -> origin/expectorate |
2716 | 2024-05-10T20:31:55.034Z | * [new branch] extracted -> origin/extracted |
2717 | 2024-05-10T20:31:55.034Z | * [new branch] fix_tests -> origin/fix_tests |
2718 | 2024-05-10T20:31:55.034Z | * [new branch] fmt2 -> origin/fmt2 |
2719 | 2024-05-10T20:31:55.034Z | * [new branch] infinite_type_resolve -> origin/infinite_type_resolve |
2720 | 2024-05-10T20:31:55.034Z | * [new branch] kulakowski/tls -> origin/kulakowski/tls |
2721 | 2024-05-10T20:31:55.034Z | * [new branch] main -> origin/main |
2722 | 2024-05-10T20:31:55.034Z | * [new branch] maintainer-docs -> origin/maintainer-docs |
2723 | 2024-05-10T20:31:55.034Z | * [new branch] merge-server-config -> origin/merge-server-config |
2724 | 2024-05-10T20:31:55.034Z | * [new branch] multi-api -> origin/multi-api |
2725 | 2024-05-10T20:31:55.035Z | * [new branch] multiverse -> origin/multiverse |
2726 | 2024-05-10T20:31:55.035Z | * [new branch] openapi -> origin/openapi |
2727 | 2024-05-10T20:31:55.035Z | * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline |
2728 | 2024-05-10T20:31:55.035Z | * [new branch] openapi2 -> origin/openapi2 |
2729 | 2024-05-10T20:31:55.035Z | * [new branch] port-fix-better -> origin/port-fix-better |
2730 | 2024-05-10T20:31:55.035Z | * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest |
2731 | 2024-05-10T20:31:55.035Z | * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x |
2732 | 2024-05-10T20:31:55.035Z | * [new branch] rmp-page-token -> origin/rmp-page-token |
2733 | 2024-05-10T20:31:55.035Z | * [new branch] rustfmt-m1 -> origin/rustfmt-m1 |
2734 | 2024-05-10T20:31:55.035Z | * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only |
2735 | 2024-05-10T20:31:55.035Z | * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options |
2736 | 2024-05-10T20:31:55.035Z | * [new branch] server-log -> origin/server-log |
2737 | 2024-05-10T20:31:55.035Z | * [new branch] simple-headers -> origin/simple-headers |
2738 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor |
2739 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
2740 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints |
2741 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext |
2742 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits |
2743 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints |
2744 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist |
2745 | 2024-05-10T20:31:55.035Z | * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers |
2746 | 2024-05-10T20:31:55.035Z | * [new branch] test-skip-deserialize -> origin/test-skip-deserialize |
2747 | 2024-05-10T20:31:55.035Z | * [new branch] update-usdt-dep -> origin/update-usdt-dep |
2748 | 2024-05-10T20:31:55.036Z | * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody |
2749 | 2024-05-10T20:31:55.036Z | * [new branch] websockets -> origin/websockets |
2750 | 2024-05-10T20:31:55.036Z | * [new branch] x-forwarded-for -> origin/x-forwarded-for |
2751 | 2024-05-10T20:31:55.036Z | * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD |
2752 | 2024-05-10T20:31:55.036Z | * [new ref] -> origin/HEAD |
2753 | 2024-05-10T20:31:55.036Z | * [new tag] v0.10.0 -> v0.10.0 |
2754 | 2024-05-10T20:31:55.036Z | * [new tag] v0.3.0 -> v0.3.0 |
2755 | 2024-05-10T20:31:55.036Z | * [new tag] v0.4.0 -> v0.4.0 |
2756 | 2024-05-10T20:31:55.036Z | * [new tag] v0.5.0 -> v0.5.0 |
2757 | 2024-05-10T20:31:55.036Z | * [new tag] v0.5.1 -> v0.5.1 |
2758 | 2024-05-10T20:31:55.036Z | * [new tag] v0.6.0 -> v0.6.0 |
2759 | 2024-05-10T20:31:55.036Z | * [new tag] v0.7.0 -> v0.7.0 |
2760 | 2024-05-10T20:31:55.036Z | * [new tag] v0.8.0 -> v0.8.0 |
2761 | 2024-05-10T20:31:55.036Z | * [new tag] v0.9.0 -> v0.9.0 |
2762 | 2024-05-10T20:31:55.063Z | Updating git repository `https://github.com/oxidecomputer/hubtools` |
2763 | 2024-05-10T20:31:55.621Z | From https://github.com/oxidecomputer/hubtools |
2764 | 2024-05-10T20:31:55.621Z | * [new branch] add-cargo-lock -> origin/add-cargo-lock |
2765 | 2024-05-10T20:31:55.621Z | * [new branch] add-default-caboose -> origin/add-default-caboose |
2766 | 2024-05-10T20:31:55.645Z | * [new branch] add_sign -> origin/add_sign |
2767 | 2024-05-10T20:31:55.645Z | * [new branch] bootleby_archive -> origin/bootleby_archive |
2768 | 2024-05-10T20:31:55.646Z | * [new branch] caboose_sign -> origin/caboose_sign |
2769 | 2024-05-10T20:31:55.646Z | * [new branch] epoch -> origin/epoch |
2770 | 2024-05-10T20:31:55.646Z | * [new branch] extract-image -> origin/extract-image |
2771 | 2024-05-10T20:31:55.646Z | * [new branch] fixes -> origin/fixes |
2772 | 2024-05-10T20:31:55.646Z | * [new branch] humility_fixes -> origin/humility_fixes |
2773 | 2024-05-10T20:31:55.646Z | * [new branch] main -> origin/main |
2774 | 2024-05-10T20:31:55.646Z | * [new branch] overwrite_in_memory -> origin/overwrite_in_memory |
2775 | 2024-05-10T20:31:55.646Z | * [new branch] sig_txt -> origin/sig_txt |
2776 | 2024-05-10T20:31:55.646Z | * [new branch] sign_caboose_builder -> origin/sign_caboose_builder |
2777 | 2024-05-10T20:31:55.646Z | * [new branch] verify_rot -> origin/verify_rot |
2778 | 2024-05-10T20:31:55.646Z | * [new ref] -> origin/HEAD |
2779 | 2024-05-10T20:31:56.648Z | Downloading crates ... |
2780 | 2024-05-10T20:31:56.677Z | Downloaded anyhow v1.0.81 |
2781 | 2024-05-10T20:31:56.677Z | Downloaded digest v0.9.0 |
2782 | 2024-05-10T20:31:56.678Z | Downloaded http-body v0.4.6 |
2783 | 2024-05-10T20:31:56.678Z | Downloaded itoa v1.0.11 |
2784 | 2024-05-10T20:31:56.678Z | Downloaded oauth2 v4.4.2 |
2785 | 2024-05-10T20:31:56.678Z | Downloaded pkg-config v0.3.30 |
2786 | 2024-05-10T20:31:56.678Z | Downloaded parking_lot_core v0.9.9 |
2787 | 2024-05-10T20:31:56.678Z | Downloaded signature v1.6.4 |
2788 | 2024-05-10T20:31:56.678Z | Downloaded sct v0.7.1 |
2789 | 2024-05-10T20:31:56.678Z | Downloaded xdg v2.5.2 |
2790 | 2024-05-10T20:31:56.678Z | Downloaded typify v0.0.16 |
2791 | 2024-05-10T20:31:56.678Z | Downloaded typenum v1.17.0 |
2792 | 2024-05-10T20:31:56.678Z | Downloaded unsafe-libyaml v0.2.11 |
2793 | 2024-05-10T20:31:56.678Z | Downloaded x509-cert v0.2.5 |
2794 | 2024-05-10T20:31:56.678Z | Downloaded unicode-normalization v0.1.23 |
2795 | 2024-05-10T20:31:56.678Z | Downloaded serde_json v1.0.115 |
2796 | 2024-05-10T20:31:56.678Z | Downloaded webpki-roots v0.25.4 |
2797 | 2024-05-10T20:31:56.678Z | Downloaded typify-impl v0.0.16 |
2798 | 2024-05-10T20:31:56.678Z | Downloaded tokio v1.36.0 |
2799 | 2024-05-10T20:31:56.678Z | Downloaded rustix v0.38.32 |
2800 | 2024-05-10T20:31:56.678Z | Downloaded regex-automata v0.4.6 |
2801 | 2024-05-10T20:31:56.678Z | Downloaded syn v2.0.55 |
2802 | 2024-05-10T20:31:56.679Z | Downloaded rustls v0.21.10 |
2803 | 2024-05-10T20:31:56.679Z | Downloaded regress v0.8.0 |
2804 | 2024-05-10T20:31:56.679Z | Downloaded regex-syntax v0.8.3 |
2805 | 2024-05-10T20:31:56.679Z | Downloaded p384 v0.13.0 |
2806 | 2024-05-10T20:31:56.679Z | Downloaded curve25519-dalek v3.2.0 |
2807 | 2024-05-10T20:31:56.679Z | Downloaded ssh-key v0.6.5 |
2808 | 2024-05-10T20:31:56.679Z | Downloaded schemars v0.8.16 |
2809 | 2024-05-10T20:31:56.679Z | Downloaded serde_derive v1.0.197 |
2810 | 2024-05-10T20:31:56.679Z | Downloaded serde v1.0.197 |
2811 | 2024-05-10T20:31:56.679Z | Downloaded ryu v1.0.17 |
2812 | 2024-05-10T20:31:56.679Z | Downloaded rsa v0.9.6 |
2813 | 2024-05-10T20:31:56.679Z | Downloaded proc-macro2 v1.0.79 |
2814 | 2024-05-10T20:31:56.679Z | Downloaded platforms v3.4.0 |
2815 | 2024-05-10T20:31:56.679Z | Downloaded tls_codec v0.4.1 |
2816 | 2024-05-10T20:31:56.679Z | Downloaded termcolor v1.4.1 |
2817 | 2024-05-10T20:31:56.679Z | Downloaded ssh-encoding v0.2.0 |
2818 | 2024-05-10T20:31:56.679Z | Downloaded ssh-cipher v0.2.0 |
2819 | 2024-05-10T20:31:56.679Z | Downloaded spki v0.7.3 |
2820 | 2024-05-10T20:31:56.704Z | Downloaded smallvec v1.13.2 |
2821 | 2024-05-10T20:31:56.704Z | Downloaded signature v2.2.0 |
2822 | 2024-05-10T20:31:56.704Z | Downloaded serde_yaml v0.9.34+deprecated |
2823 | 2024-05-10T20:31:56.704Z | Downloaded serde_derive_internals v0.26.0 |
2824 | 2024-05-10T20:31:56.704Z | Downloaded quote v1.0.35 |
2825 | 2024-05-10T20:31:56.704Z | Downloaded heapless v0.7.17 |
2826 | 2024-05-10T20:31:56.704Z | Downloaded typify-macro v0.0.16 |
2827 | 2024-05-10T20:31:56.704Z | Downloaded try-lock v0.2.5 |
2828 | 2024-05-10T20:31:56.704Z | Downloaded tls_codec_derive v0.4.1 |
2829 | 2024-05-10T20:31:56.704Z | Downloaded thiserror-impl v1.0.58 |
2830 | 2024-05-10T20:31:56.704Z | Downloaded thiserror v1.0.58 |
2831 | 2024-05-10T20:31:56.731Z | Downloaded rustls-pemfile v1.0.4 |
2832 | 2024-05-10T20:31:56.731Z | Downloaded libm v0.2.8 |
2833 | 2024-05-10T20:31:56.731Z | Downloaded chrono v0.4.37 |
2834 | 2024-05-10T20:31:56.731Z | Downloaded lock_api v0.4.11 |
2835 | 2024-05-10T20:31:56.731Z | Downloaded sha2 v0.9.9 |
2836 | 2024-05-10T20:31:56.755Z | Downloaded schemars_derive v0.8.16 |
2837 | 2024-05-10T20:31:56.756Z | Downloaded ed25519 v2.2.3 |
2838 | 2024-05-10T20:31:56.756Z | Downloaded opaque-debug v0.3.1 |
2839 | 2024-05-10T20:31:56.756Z | Downloaded is-terminal v0.4.12 |
2840 | 2024-05-10T20:31:56.756Z | Downloaded ed25519-dalek v1.0.1 |
2841 | 2024-05-10T20:31:56.756Z | Downloaded openssl-sys v0.9.101 |
2842 | 2024-05-10T20:31:56.756Z | Downloaded h2 v0.3.25 |
2843 | 2024-05-10T20:31:56.756Z | Downloaded flagset v0.4.5 |
2844 | 2024-05-10T20:31:56.756Z | Downloaded env_logger v0.10.2 |
2845 | 2024-05-10T20:31:56.756Z | Downloaded ed25519-dalek v2.1.1 |
2846 | 2024-05-10T20:31:56.780Z | Downloaded blake3 v1.5.1 |
2847 | 2024-05-10T20:31:56.780Z | Downloaded iana-time-zone v0.1.60 |
2848 | 2024-05-10T20:31:56.780Z | Downloaded curve25519-dalek-derive v0.1.1 |
2849 | 2024-05-10T20:31:56.780Z | Downloaded crypto-bigint v0.5.5 |
2850 | 2024-05-10T20:31:56.780Z | Downloaded crc-any v2.4.4 |
2851 | 2024-05-10T20:31:56.780Z | Downloaded clap-num v1.1.1 |
2852 | 2024-05-10T20:31:56.804Z | Downloaded cc v1.0.90 |
2853 | 2024-05-10T20:31:56.804Z | Downloaded bitflags v2.5.0 |
2854 | 2024-05-10T20:31:56.804Z | Downloaded bincode v1.3.3 |
2855 | 2024-05-10T20:31:56.805Z | Downloaded ahash v0.8.11 |
2856 | 2024-05-10T20:31:56.805Z | Downloaded ed25519 v1.5.3 |
2857 | 2024-05-10T20:31:56.805Z | Downloaded block-buffer v0.9.0 |
2858 | 2024-05-10T20:31:56.805Z | Downloaded autocfg v1.2.0 |
2859 | 2024-05-10T20:31:56.805Z | Downloaded anstyle-query v1.0.2 |
2860 | 2024-05-10T20:31:56.805Z | Downloaded anstyle-parse v0.2.3 |
2861 | 2024-05-10T20:31:56.805Z | Downloaded anstream v0.6.13 |
2862 | 2024-05-10T20:31:56.805Z | Downloaded aho-corasick v1.1.3 |
2863 | 2024-05-10T20:31:56.926Z | Compiling proc-macro2 v1.0.79 |
2864 | 2024-05-10T20:31:56.926Z | Compiling unicode-ident v1.0.12 |
2865 | 2024-05-10T20:31:56.926Z | Compiling version_check v0.9.4 |
2866 | 2024-05-10T20:31:56.951Z | Compiling libc v0.2.153 |
2867 | 2024-05-10T20:31:56.951Z | Compiling cfg-if v1.0.0 |
2868 | 2024-05-10T20:31:56.951Z | Compiling autocfg v1.2.0 |
2869 | 2024-05-10T20:31:56.951Z | Compiling typenum v1.17.0 |
2870 | 2024-05-10T20:31:56.951Z | Compiling serde v1.0.197 |
2871 | 2024-05-10T20:31:57.079Z | Compiling cc v1.0.90 |
2872 | 2024-05-10T20:31:57.142Z | Compiling const-oid v0.9.6 |
2873 | 2024-05-10T20:31:57.563Z | Compiling subtle v2.5.0 |
2874 | 2024-05-10T20:31:57.595Z | Compiling generic-array v0.14.7 |
2875 | 2024-05-10T20:31:57.670Z | Compiling ahash v0.8.11 |
2876 | 2024-05-10T20:31:57.886Z | Compiling lock_api v0.4.11 |
2877 | 2024-05-10T20:31:58.015Z | Compiling scopeguard v1.2.0 |
2878 | 2024-05-10T20:31:58.074Z | Compiling once_cell v1.19.0 |
2879 | 2024-05-10T20:31:58.132Z | Compiling serde_json v1.0.115 |
2880 | 2024-05-10T20:31:58.481Z | Compiling quote v1.0.35 |
2881 | 2024-05-10T20:31:58.659Z | Compiling syn v1.0.109 |
2882 | 2024-05-10T20:31:58.945Z | Compiling syn v2.0.55 |
2883 | 2024-05-10T20:31:59.119Z | Compiling getrandom v0.2.12 |
2884 | 2024-05-10T20:31:59.162Z | Compiling itoa v1.0.11 |
2885 | 2024-05-10T20:31:59.187Z | Compiling smallvec v1.13.2 |
2886 | 2024-05-10T20:31:59.469Z | Compiling rand_core v0.6.4 |
2887 | 2024-05-10T20:31:59.660Z | Compiling base64ct v1.6.0 |
2888 | 2024-05-10T20:31:59.742Z | Compiling libm v0.2.8 |
2889 | 2024-05-10T20:31:59.790Z | Compiling pin-project-lite v0.2.13 |
2890 | 2024-05-10T20:31:59.814Z | Compiling parking_lot_core v0.9.9 |
2891 | 2024-05-10T20:31:59.959Z | Compiling bytes v1.6.0 |
2892 | 2024-05-10T20:32:00.077Z | Compiling memchr v2.7.1 |
2893 | 2024-05-10T20:32:00.212Z | Compiling pem-rfc7468 v0.7.0 |
2894 | 2024-05-10T20:32:00.347Z | Compiling zerocopy v0.7.32 |
2895 | 2024-05-10T20:32:00.486Z | Compiling num-traits v0.2.18 |
2896 | 2024-05-10T20:32:00.976Z | Compiling thiserror v1.0.58 |
2897 | 2024-05-10T20:32:01.029Z | Compiling log v0.4.21 |
2898 | 2024-05-10T20:32:01.211Z | Compiling allocator-api2 v0.2.16 |
2899 | 2024-05-10T20:32:01.865Z | Compiling bitflags v2.5.0 |
2900 | 2024-05-10T20:32:02.045Z | Compiling hashbrown v0.14.3 |
2901 | 2024-05-10T20:32:02.657Z | Compiling flagset v0.4.5 |
2902 | 2024-05-10T20:32:02.886Z | Compiling parking_lot v0.12.1 |
2903 | 2024-05-10T20:32:03.086Z | Compiling spin v0.9.8 |
2904 | 2024-05-10T20:32:03.440Z | Compiling num_cpus v1.16.0 |
2905 | 2024-05-10T20:32:03.468Z | Compiling mio v0.8.11 |
2906 | 2024-05-10T20:32:03.573Z | Compiling socket2 v0.5.6 |
2907 | 2024-05-10T20:32:03.740Z | Compiling signal-hook-registry v1.4.1 |
2908 | 2024-05-10T20:32:04.162Z | Compiling vcpkg v0.2.15 |
2909 | 2024-05-10T20:32:05.075Z | Compiling semver v1.0.22 |
2910 | 2024-05-10T20:32:05.161Z | Compiling schemars v0.8.16 |
2911 | 2024-05-10T20:32:05.451Z | Compiling pkg-config v0.3.30 |
2912 | 2024-05-10T20:32:05.551Z | Compiling cpufeatures v0.2.12 |
2913 | 2024-05-10T20:32:05.576Z | Compiling serde_derive_internals v0.26.0 |
2914 | 2024-05-10T20:32:05.629Z | Compiling ring v0.17.8 |
2915 | 2024-05-10T20:32:05.809Z | Compiling ryu v1.0.17 |
2916 | 2024-05-10T20:32:06.599Z | Compiling openssl-sys v0.9.101 |
2917 | 2024-05-10T20:32:07.220Z | Compiling slab v0.4.9 |
2918 | 2024-05-10T20:32:07.343Z | Compiling fnv v1.0.7 |
2919 | 2024-05-10T20:32:07.473Z | Compiling futures-core v0.3.30 |
2920 | 2024-05-10T20:32:07.520Z | Compiling equivalent v1.0.1 |
2921 | 2024-05-10T20:32:07.589Z | Compiling http v0.2.12 |
2922 | 2024-05-10T20:32:07.640Z | Compiling rustc_version v0.4.0 |
2923 | 2024-05-10T20:32:08.177Z | Compiling tracing-core v0.1.32 |
2924 | 2024-05-10T20:32:08.177Z | Compiling untrusted v0.9.0 |
2925 | 2024-05-10T20:32:08.216Z | Compiling byteorder v1.5.0 |
2926 | 2024-05-10T20:32:08.509Z | Compiling tracing v0.1.40 |
2927 | 2024-05-10T20:32:08.841Z | Compiling dyn-clone v1.0.17 |
2928 | 2024-05-10T20:32:09.040Z | Compiling foreign-types-shared v0.1.1 |
2929 | 2024-05-10T20:32:09.155Z | Compiling chrono v0.4.37 |
2930 | 2024-05-10T20:32:09.179Z | Compiling httparse v1.8.0 |
2931 | 2024-05-10T20:32:09.308Z | Compiling ppv-lite86 v0.2.17 |
2932 | 2024-05-10T20:32:09.608Z | Compiling openssl v0.10.64 |
2933 | 2024-05-10T20:32:09.719Z | Compiling serde_derive v1.0.197 |
2934 | 2024-05-10T20:32:09.858Z | Compiling zeroize_derive v1.4.2 |
2935 | 2024-05-10T20:32:10.055Z | Compiling der_derive v0.7.2 |
2936 | 2024-05-10T20:32:10.080Z | Compiling tokio-macros v2.2.0 |
2937 | 2024-05-10T20:32:10.337Z | Compiling thiserror-impl v1.0.58 |
2938 | 2024-05-10T20:32:11.053Z | Compiling schemars_derive v0.8.16 |
2939 | 2024-05-10T20:32:11.298Z | Compiling zeroize v1.7.0 |
2940 | 2024-05-10T20:32:11.613Z | Compiling tokio v1.36.0 |
2941 | 2024-05-10T20:32:12.157Z | Compiling der v0.7.8 |
2942 | 2024-05-10T20:32:12.182Z | Compiling uuid v1.8.0 |
2943 | 2024-05-10T20:32:12.675Z | Compiling futures-task v0.3.30 |
2944 | 2024-05-10T20:32:12.798Z | Compiling crypto-common v0.1.6 |
2945 | 2024-05-10T20:32:12.925Z | Compiling block-buffer v0.10.4 |
2946 | 2024-05-10T20:32:12.989Z | Compiling futures-sink v0.3.30 |
2947 | 2024-05-10T20:32:12.989Z | Compiling pin-utils v0.1.0 |
2948 | 2024-05-10T20:32:13.087Z | Compiling futures-io v0.3.30 |
2949 | 2024-05-10T20:32:13.153Z | Compiling digest v0.10.7 |
2950 | 2024-05-10T20:32:13.320Z | Compiling futures-util v0.3.30 |
2951 | 2024-05-10T20:32:13.439Z | Compiling openssl-macros v0.1.1 |
2952 | 2024-05-10T20:32:13.586Z | Compiling sha2 v0.10.8 |
2953 | 2024-05-10T20:32:13.783Z | Compiling signature v2.2.0 |
2954 | 2024-05-10T20:32:14.062Z | Compiling foreign-types v0.3.2 |
2955 | 2024-05-10T20:32:14.160Z | Compiling spki v0.7.3 |
2956 | 2024-05-10T20:32:14.596Z | Compiling pkcs8 v0.10.2 |
2957 | 2024-05-10T20:32:15.583Z | Compiling regress v0.8.0 |
2958 | 2024-05-10T20:32:16.142Z | Compiling try-lock v0.2.5 |
2959 | 2024-05-10T20:32:16.660Z | Compiling rustls v0.21.10 |
2960 | 2024-05-10T20:32:16.979Z | Compiling tinyvec_macros v0.1.1 |
2961 | 2024-05-10T20:32:17.075Z | Compiling native-tls v0.2.11 |
2962 | 2024-05-10T20:32:17.435Z | Compiling heck v0.4.1 |
2963 | 2024-05-10T20:32:17.806Z | Compiling tinyvec v1.6.0 |
2964 | 2024-05-10T20:32:18.553Z | Compiling sct v0.7.1 |
2965 | 2024-05-10T20:32:19.019Z | Compiling tokio-util v0.7.10 |
2966 | 2024-05-10T20:32:19.215Z | Compiling rustls-webpki v0.101.7 |
2967 | 2024-05-10T20:32:19.345Z | Compiling want v0.3.1 |
2968 | 2024-05-10T20:32:20.945Z | Compiling http-body v0.4.6 |
2969 | 2024-05-10T20:32:21.229Z | Compiling futures-channel v0.3.30 |
2970 | 2024-05-10T20:32:21.666Z | Compiling indexmap v2.2.6 |
2971 | 2024-05-10T20:32:22.086Z | Compiling serde_tokenstream v0.2.0 |
2972 | 2024-05-10T20:32:22.289Z | Compiling ff v0.13.0 |
2973 | 2024-05-10T20:32:22.532Z | Compiling iana-time-zone v0.1.60 |
2974 | 2024-05-10T20:32:22.671Z | Compiling httpdate v1.0.3 |
2975 | 2024-05-10T20:32:23.190Z | Compiling h2 v0.3.25 |
2976 | 2024-05-10T20:32:23.345Z | Compiling percent-encoding v2.3.1 |
2977 | 2024-05-10T20:32:23.552Z | Compiling getrandom v0.1.16 |
2978 | 2024-05-10T20:32:23.577Z | Compiling base16ct v0.2.0 |
2979 | 2024-05-10T20:32:23.853Z | Compiling rustix v0.38.32 |
2980 | 2024-05-10T20:32:23.964Z | Compiling tower-service v0.3.2 |
2981 | 2024-05-10T20:32:23.989Z | Compiling openssl-probe v0.1.5 |
2982 | 2024-05-10T20:32:24.105Z | Compiling sec1 v0.7.3 |
2983 | 2024-05-10T20:32:24.517Z | Compiling form_urlencoded v1.2.1 |
2984 | 2024-05-10T20:32:25.062Z | Compiling typify-impl v0.0.16 |
2985 | 2024-05-10T20:32:26.825Z | Compiling group v0.13.0 |
2986 | 2024-05-10T20:32:27.300Z | Compiling unicode-normalization v0.1.23 |
2987 | 2024-05-10T20:32:28.801Z | Compiling hyper v0.14.28 |
2988 | 2024-05-10T20:32:29.305Z | Compiling crypto-bigint v0.5.5 |
2989 | 2024-05-10T20:32:33.192Z | Compiling errno v0.3.8 |
2990 | 2024-05-10T20:32:33.426Z | Compiling platforms v3.4.0 |
2991 | 2024-05-10T20:32:33.900Z | Compiling radium v0.7.0 |
2992 | 2024-05-10T20:32:33.931Z | Compiling unicode-bidi v0.3.15 |
2993 | 2024-05-10T20:32:34.364Z | Compiling utf8parse v0.2.1 |
2994 | 2024-05-10T20:32:34.953Z | Compiling anstyle-parse v0.2.3 |
2995 | 2024-05-10T20:32:34.978Z | Compiling typify-macro v0.0.16 |
2996 | 2024-05-10T20:32:34.978Z | Compiling idna v0.5.0 |
2997 | 2024-05-10T20:32:35.707Z | Compiling curve25519-dalek v4.1.2 |
2998 | 2024-05-10T20:32:36.984Z | Compiling elliptic-curve v0.13.8 |
2999 | 2024-05-10T20:32:37.628Z | Compiling tokio-rustls v0.24.1 |
3000 | 2024-05-10T20:32:38.031Z | Compiling tokio-native-tls v0.3.1 |
3001 | 2024-05-10T20:32:38.342Z | Compiling hmac v0.12.1 |
3002 | 2024-05-10T20:32:38.539Z | Compiling rand_chacha v0.3.1 |
3003 | 2024-05-10T20:32:38.567Z | Compiling aho-corasick v1.1.3 |
3004 | 2024-05-10T20:32:38.741Z | Compiling anstyle v1.0.6 |
3005 | 2024-05-10T20:32:38.827Z | Compiling maybe-uninit v2.0.0 |
3006 | 2024-05-10T20:32:39.323Z | Compiling colorchoice v1.0.0 |
3007 | 2024-05-10T20:32:39.356Z | Compiling regex-syntax v0.8.3 |
3008 | 2024-05-10T20:32:39.501Z | Compiling anstyle-query v1.0.2 |
3009 | 2024-05-10T20:32:39.647Z | Compiling base64 v0.21.7 |
3010 | 2024-05-10T20:32:39.845Z | Compiling tap v1.0.1 |
3011 | 2024-05-10T20:32:40.191Z | Compiling rustls-pemfile v1.0.4 |
3012 | 2024-05-10T20:32:40.918Z | Compiling wyz v0.5.1 |
3013 | 2024-05-10T20:32:41.020Z | Compiling anstream v0.6.13 |
3014 | 2024-05-10T20:32:41.387Z | Compiling rand v0.8.5 |
3015 | 2024-05-10T20:32:41.417Z | Compiling rfc6979 v0.4.0 |
3016 | 2024-05-10T20:32:41.628Z | Compiling rand_core v0.5.1 |
3017 | 2024-05-10T20:32:42.056Z | Compiling hyper-tls v0.5.0 |
3018 | 2024-05-10T20:32:42.179Z | Compiling hyper-rustls v0.24.2 |
3019 | 2024-05-10T20:32:42.515Z | Compiling regex-automata v0.4.6 |
3020 | 2024-05-10T20:32:42.957Z | Compiling terminal_size v0.3.0 |
3021 | 2024-05-10T20:32:42.990Z | Compiling url v2.5.0 |
3022 | 2024-05-10T20:32:43.250Z | Compiling serde_urlencoded v0.7.1 |
3023 | 2024-05-10T20:32:43.688Z | Compiling inout v0.1.3 |
3024 | 2024-05-10T20:32:43.688Z | Compiling curve25519-dalek-derive v0.1.1 |
3025 | 2024-05-10T20:32:43.811Z | Compiling heapless v0.7.17 |
3026 | 2024-05-10T20:32:44.278Z | Compiling num-integer v0.1.46 |
3027 | 2024-05-10T20:32:45.248Z | Compiling encoding_rs v0.8.33 |
3028 | 2024-05-10T20:32:47.938Z | Compiling webpki-roots v0.25.4 |
3029 | 2024-05-10T20:32:48.088Z | Compiling funty v2.0.0 |
3030 | 2024-05-10T20:32:49.605Z | Compiling clap_lex v0.7.0 |
3031 | 2024-05-10T20:32:50.313Z | Compiling unicode-width v0.1.11 |
3032 | 2024-05-10T20:32:50.608Z | Compiling ipnet v2.9.0 |
3033 | 2024-05-10T20:32:52.312Z | Compiling sync_wrapper v0.1.2 |
3034 | 2024-05-10T20:32:53.412Z | Compiling spin v0.5.2 |
3035 | 2024-05-10T20:32:53.764Z | Compiling strsim v0.11.0 |
3036 | 2024-05-10T20:32:53.976Z | Compiling num-bigint-dig v0.8.4 |
3037 | 2024-05-10T20:32:54.334Z | Compiling mime v0.3.17 |
3038 | 2024-05-10T20:32:54.427Z | Compiling packed_struct v0.10.1 |
3039 | 2024-05-10T20:32:54.845Z | Compiling heck v0.5.0 |
3040 | 2024-05-10T20:32:55.110Z | Compiling reqwest v0.11.27 |
3041 | 2024-05-10T20:32:55.232Z | Compiling clap_derive v4.5.4 |
3042 | 2024-05-10T20:32:55.354Z | Compiling clap_builder v4.5.2 |
3043 | 2024-05-10T20:32:55.633Z | Compiling lazy_static v1.4.0 |
3044 | 2024-05-10T20:32:58.683Z | Compiling getopts v0.2.21 |
3045 | 2024-05-10T20:32:59.122Z | Compiling bitvec v1.0.1 |
3046 | 2024-05-10T20:32:59.465Z | Compiling regex v1.10.4 |
3047 | 2024-05-10T20:33:02.886Z | Compiling num-iter v0.1.44 |
3048 | 2024-05-10T20:33:03.116Z | Compiling cipher v0.4.4 |
3049 | 2024-05-10T20:33:03.521Z | Compiling ecdsa v0.16.9 |
3050 | 2024-05-10T20:33:04.317Z | Compiling typify v0.0.16 |
3051 | 2024-05-10T20:33:04.435Z | Compiling primeorder v0.13.6 |
3052 | 2024-05-10T20:33:04.593Z | Compiling openapiv3 v2.0.0 |
3053 | 2024-05-10T20:33:04.925Z | Compiling ssh-encoding v0.2.0 |
3054 | 2024-05-10T20:33:06.067Z | Compiling ed25519 v2.2.3 |
3055 | 2024-05-10T20:33:06.416Z | Compiling digest v0.9.0 |
3056 | 2024-05-10T20:33:06.628Z | Compiling packed_struct_codegen v0.10.1 |
3057 | 2024-05-10T20:33:06.847Z | Compiling hash32 v0.2.1 |
3058 | 2024-05-10T20:33:07.205Z | Compiling unsafe-libyaml v0.2.11 |
3059 | 2024-05-10T20:33:08.569Z | Compiling nodrop v0.1.14 |
3060 | 2024-05-10T20:33:08.694Z | Compiling slog v2.7.0 |
3061 | 2024-05-10T20:33:08.781Z | Compiling stable_deref_trait v1.2.0 |
3062 | 2024-05-10T20:33:08.890Z | Compiling anyhow v1.0.81 |
3063 | 2024-05-10T20:33:10.576Z | Compiling array-init v0.0.4 |
3064 | 2024-05-10T20:33:11.825Z | Compiling serde_yaml v0.9.34+deprecated |
3065 | 2024-05-10T20:33:11.825Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3066 | 2024-05-10T20:33:12.890Z | Compiling ed25519-dalek v2.1.1 |
3067 | 2024-05-10T20:33:13.628Z | Compiling ssh-cipher v0.2.0 |
3068 | 2024-05-10T20:33:13.889Z | Compiling p256 v0.13.2 |
3069 | 2024-05-10T20:33:14.950Z | Compiling smallvec v0.6.14 |
3070 | 2024-05-10T20:33:17.180Z | Compiling clap v4.5.4 |
3071 | 2024-05-10T20:33:17.286Z | Compiling rand_chacha v0.2.2 |
3072 | 2024-05-10T20:33:19.446Z | Compiling pkcs1 v0.7.5 |
3073 | 2024-05-10T20:33:21.184Z | Compiling block-buffer v0.9.0 |
3074 | 2024-05-10T20:33:21.368Z | Compiling zerocopy-derive v0.6.6 |
3075 | 2024-05-10T20:33:22.453Z | Compiling blake3 v1.5.1 |
3076 | 2024-05-10T20:33:23.033Z | Compiling is-terminal v0.4.12 |
3077 | 2024-05-10T20:33:23.165Z | Compiling bitfield v0.14.0 |
3078 | 2024-05-10T20:33:23.202Z | Compiling signature v1.6.4 |
3079 | 2024-05-10T20:33:23.370Z | Compiling base64 v0.13.1 |
3080 | 2024-05-10T20:33:23.454Z | Compiling cobs v0.2.3 |
3081 | 2024-05-10T20:33:23.903Z | Compiling termcolor v1.4.1 |
3082 | 2024-05-10T20:33:24.133Z | Compiling embedded-io v0.4.0 |
3083 | 2024-05-10T20:33:24.396Z | Compiling opaque-debug v0.3.1 |
3084 | 2024-05-10T20:33:24.484Z | Compiling sha2 v0.9.9 |
3085 | 2024-05-10T20:33:25.139Z | Compiling postcard v1.0.8 |
3086 | 2024-05-10T20:33:25.417Z | Compiling env_logger v0.10.2 |
3087 | 2024-05-10T20:33:26.052Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3088 | 2024-05-10T20:33:27.262Z | Compiling ed25519 v1.5.3 |
3089 | 2024-05-10T20:33:27.428Z | Compiling zerocopy v0.6.6 |
3090 | 2024-05-10T20:33:28.235Z | Compiling rsa v0.9.6 |
3091 | 2024-05-10T20:33:28.262Z | Compiling rand v0.7.3 |
3092 | 2024-05-10T20:33:29.720Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3093 | 2024-05-10T20:33:30.261Z | Compiling serde-hex v0.1.0 |
3094 | 2024-05-10T20:33:30.656Z | Compiling ssh-key v0.6.5 |
3095 | 2024-05-10T20:33:34.916Z | Compiling curve25519-dalek v3.2.0 |
3096 | 2024-05-10T20:33:35.753Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3097 | 2024-05-10T20:33:37.315Z | Compiling bincode v1.3.3 |
3098 | 2024-05-10T20:33:38.335Z | Compiling serde_path_to_error v0.1.16 |
3099 | 2024-05-10T20:33:39.249Z | Compiling x509-cert v0.2.5 |
3100 | 2024-05-10T20:33:42.965Z | Compiling constant_time_eq v0.3.0 |
3101 | 2024-05-10T20:33:43.129Z | Compiling arrayvec v0.7.4 |
3102 | 2024-05-10T20:33:43.582Z | Compiling hex v0.4.3 |
3103 | 2024-05-10T20:33:44.252Z | Compiling crc-any v2.4.4 |
3104 | 2024-05-10T20:33:45.067Z | Compiling arrayref v0.3.7 |
3105 | 2024-05-10T20:33:45.143Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3106 | 2024-05-10T20:33:46.210Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?tag=v0.6.0#0050f08b) |
3107 | 2024-05-10T20:33:46.750Z | Compiling oauth2 v4.4.2 |
3108 | 2024-05-10T20:33:46.774Z | Compiling sshauth v0.1.0 (https://github.com/oxidecomputer/sshauth#a145680a) |
3109 | 2024-05-10T20:33:50.105Z | Compiling ed25519-dalek v1.0.1 |
3110 | 2024-05-10T20:33:50.690Z | Compiling clap-num v1.1.1 |
3111 | 2024-05-10T20:33:50.890Z | Compiling xdg v2.5.2 |
3112 | 2024-05-10T20:33:51.841Z | Compiling permission-slip-client v1.0.0 (/work/permission-slip-build/client) |
3113 | 2024-05-10T20:34:16.795Z | Finished release [optimized] target(s) in 2m 24s |
3114 | 2024-05-10T20:34:16.879Z | |
3115 | 2024-05-10T20:34:16.906Z | real 2:37.730348858 |
3116 | 2024-05-10T20:34:16.906Z | user 15:59.801304711 |
3117 | 2024-05-10T20:34:16.906Z | sys 1:36.368008932 |
3118 | 2024-05-10T20:34:16.906Z | trap 0.590563085 |
3119 | 2024-05-10T20:34:16.906Z | tflt 0.497480676 |
3120 | 2024-05-10T20:34:16.906Z | dflt 0.555430938 |
3121 | 2024-05-10T20:34:16.906Z | kflt 0.008734609 |
3122 | 2024-05-10T20:34:16.907Z | lock 38:12.624190722 |
3123 | 2024-05-10T20:34:16.907Z | slp 44:22.541135605 |
3124 | 2024-05-10T20:34:16.907Z | lat 54.982159981 |
3125 | 2024-05-10T20:34:16.907Z | stop 52.638173496 |
3126 | 2024-05-10T20:34:16.907Z | + ptime -m gzip |
3127 | 2024-05-10T20:34:18.296Z | |
3128 | 2024-05-10T20:34:18.296Z | real 1.414824442 |
3129 | 2024-05-10T20:34:18.297Z | user 1.395307521 |
3130 | 2024-05-10T20:34:18.297Z | sys 0.018511854 |
3131 | 2024-05-10T20:34:18.297Z | trap 0.000241998 |
3132 | 2024-05-10T20:34:18.297Z | tflt 0.000000000 |
3133 | 2024-05-10T20:34:18.297Z | dflt 0.000000000 |
3134 | 2024-05-10T20:34:18.297Z | kflt 0.000000000 |
3135 | 2024-05-10T20:34:18.297Z | lock 0.000000000 |
3136 | 2024-05-10T20:34:18.322Z | slp 0.000000000 |
3137 | 2024-05-10T20:34:18.322Z | lat 0.000274692 |
3138 | 2024-05-10T20:34:18.322Z | stop 0.000395631 |
3139 | 2024-05-10T20:34:18.322Z | process exited: duration 914922 ms, exit code 0 |
|
3140 | 2024-05-10T20:34:18.409Z | found 9 output files |
3141 | 2024-05-10T20:34:18.409Z | uploading: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz (9698895 bytes) |
3142 | 2024-05-10T20:34:28.607Z | uploaded: /work/end-to-end-tests/bootstrap-114378b13c624b47.gz |
3143 | 2024-05-10T20:34:28.607Z | uploading: /work/end-to-end-tests/bootstrap.gz (104940614 bytes) |
3144 | 2024-05-10T20:35:22.457Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
3145 | 2024-05-10T20:35:22.457Z | uploading: /work/end-to-end-tests/commtest-d165232fe22589d2.gz (9698306 bytes) |
3146 | 2024-05-10T20:35:27.385Z | uploaded: /work/end-to-end-tests/commtest-d165232fe22589d2.gz |
3147 | 2024-05-10T20:35:27.385Z | uploading: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz (9696987 bytes) |
3148 | 2024-05-10T20:35:31.873Z | uploaded: /work/end-to-end-tests/dhcp_server-54db9e7169aa25f2.gz |
3149 | 2024-05-10T20:35:31.905Z | uploading: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz (108367346 bytes) |
3150 | 2024-05-10T20:36:21.937Z | uploaded: /work/end-to-end-tests/end_to_end_tests-afa978a5d172f68d.gz |
3151 | 2024-05-10T20:36:21.937Z | uploading: /work/caboose-util.gz (2410951 bytes) |
3152 | 2024-05-10T20:36:23.721Z | uploaded: /work/caboose-util.gz |
3153 | 2024-05-10T20:36:23.751Z | uploading: /work/tufaceous.gz (11928829 bytes) |
3154 | 2024-05-10T20:36:32.345Z | uploaded: /work/tufaceous.gz |
3155 | 2024-05-10T20:36:32.345Z | uploading: /work/commtest (471926160 bytes) |
3156 | 2024-05-10T20:39:55.451Z | uploaded: /work/commtest |
3157 | 2024-05-10T20:39:55.451Z | uploading: /work/permslip.gz (10331245 bytes) |
3158 | 2024-05-10T20:39:59.864Z | uploaded: /work/permslip.gz |