|
|
|
1 | 2024-02-10T00:08:52.743Z | job assigned to worker 01HP85F5P8K488Q64N844D2059 (queued for 1 m 5 s) |
|
2 | 2024-02-10T00:08:53.544Z | starting task 0: "setup" |
3 | 2024-02-10T00:08:53.640Z | ++ uname -s |
4 | 2024-02-10T00:08:53.660Z | + kern=SunOS |
5 | 2024-02-10T00:08:53.660Z | + case "$kern" in |
6 | 2024-02-10T00:08:53.660Z | + groupadd -g 12345 build |
7 | 2024-02-10T00:08:53.661Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-10T00:08:55.651Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-10T00:08:55.732Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-10T00:08:55.737Z | + home_fs=zfs |
11 | 2024-02-10T00:08:55.737Z | + [[ zfs == autofs ]] |
12 | 2024-02-10T00:08:55.737Z | + mkdir -p /home/build |
13 | 2024-02-10T00:08:55.737Z | + chown build:build /home/build /work |
14 | 2024-02-10T00:08:57.742Z | + chmod 0700 /home/build /work |
15 | 2024-02-10T00:08:57.749Z | process exited: duration 4194 ms, exit code 0 |
|
16 | 2024-02-10T00:08:57.764Z | starting task 1: "rust-toolchain" |
17 | 2024-02-10T00:08:57.769Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-10T00:08:57.769Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-10T00:08:57.928Z | info: downloading installer |
20 | 2024-02-10T00:08:59.869Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-10T00:08:59.869Z | warning: /opt/ooce/bin |
22 | 2024-02-10T00:08:59.869Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-10T00:08:59.869Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-10T00:08:59.869Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-10T00:08:59.869Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-10T00:08:59.869Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-10T00:08:59.869Z | error: cannot install while Rust is installed |
28 | 2024-02-10T00:08:59.869Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-10T00:09:00.019Z | info: profile set to 'default' |
30 | 2024-02-10T00:09:00.020Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-10T00:09:00.024Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-10T00:09:00.192Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-10T00:09:00.192Z | info: downloading component 'cargo' |
34 | 2024-02-10T00:09:01.132Z | info: downloading component 'clippy' |
35 | 2024-02-10T00:09:01.463Z | info: downloading component 'rust-docs' |
36 | 2024-02-10T00:09:02.617Z | info: downloading component 'rust-std' |
37 | 2024-02-10T00:09:04.652Z | info: downloading component 'rustc' |
38 | 2024-02-10T00:09:10.049Z | info: downloading component 'rustfmt' |
39 | 2024-02-10T00:09:10.061Z | info: installing component 'cargo' |
40 | 2024-02-10T00:09:11.319Z | info: installing component 'clippy' |
41 | 2024-02-10T00:09:11.329Z | info: installing component 'rust-docs' |
42 | 2024-02-10T00:09:12.908Z | info: installing component 'rust-std' |
43 | 2024-02-10T00:09:14.876Z | info: installing component 'rustc' |
44 | 2024-02-10T00:09:19.199Z | info: installing component 'rustfmt' |
45 | 2024-02-10T00:09:19.561Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-10T00:09:19.561Z | |
47 | 2024-02-10T00:09:19.859Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-10T00:09:19.859Z | |
49 | 2024-02-10T00:09:19.862Z | |
50 | 2024-02-10T00:09:19.862Z | Rust is installed now. Great! |
51 | 2024-02-10T00:09:19.862Z | |
52 | 2024-02-10T00:09:19.862Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-10T00:09:19.862Z | environment variable. This has not been done automatically. |
54 | 2024-02-10T00:09:19.862Z | |
55 | 2024-02-10T00:09:19.862Z | To configure your current shell, run: |
56 | 2024-02-10T00:09:19.862Z | source "$HOME/.cargo/env" |
57 | 2024-02-10T00:09:19.922Z | + rustc --version |
58 | 2024-02-10T00:09:19.984Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-10T00:09:19.993Z | process exited: duration 22224 ms, exit code 0 |
|
60 | 2024-02-10T00:09:20.014Z | starting task 2: "authentication" |
61 | 2024-02-10T00:09:20.050Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2024-02-10T00:09:20.066Z | starting task 3: "clone repository" |
63 | 2024-02-10T00:09:20.073Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-10T00:09:20.073Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-10T00:09:20.362Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-10T00:09:25.942Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-10T00:09:25.942Z | + git fetch origin 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
68 | 2024-02-10T00:09:26.281Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-10T00:09:26.281Z | * branch 3ac1010b32ad2df3fc64e347b2500d4660dd5894 -> FETCH_HEAD |
70 | 2024-02-10T00:09:26.290Z | + [[ -n dendrite-integration ]] |
71 | 2024-02-10T00:09:26.295Z | ++ git branch --show-current |
72 | 2024-02-10T00:09:26.295Z | + current=main |
73 | 2024-02-10T00:09:26.295Z | + [[ main != dendrite-integration ]] |
74 | 2024-02-10T00:09:26.295Z | + git branch -f dendrite-integration 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
75 | 2024-02-10T00:09:26.299Z | + git checkout -f dendrite-integration |
76 | 2024-02-10T00:09:26.410Z | Switched to branch 'dendrite-integration' |
77 | 2024-02-10T00:09:26.414Z | + git reset --hard 3ac1010b32ad2df3fc64e347b2500d4660dd5894 |
78 | 2024-02-10T00:09:26.522Z | HEAD is now at 3ac1010b3 Update with latest version |
79 | 2024-02-10T00:09:26.526Z | process exited: duration 6460 ms, exit code 0 |
|
80 | 2024-02-10T00:09:26.533Z | starting task 4: "build" |
81 | 2024-02-10T00:09:26.538Z | + cargo --version |
82 | 2024-02-10T00:09:26.544Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-10T00:09:26.699Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-10T00:09:26.703Z | info: downloading component 'cargo' |
85 | 2024-02-10T00:09:27.554Z | info: downloading component 'clippy' |
86 | 2024-02-10T00:09:27.819Z | info: downloading component 'rust-docs' |
87 | 2024-02-10T00:09:29.212Z | info: downloading component 'rust-std' |
88 | 2024-02-10T00:09:31.033Z | info: downloading component 'rustc' |
89 | 2024-02-10T00:09:34.882Z | info: downloading component 'rustfmt' |
90 | 2024-02-10T00:09:35.155Z | info: installing component 'cargo' |
91 | 2024-02-10T00:09:36.047Z | info: installing component 'clippy' |
92 | 2024-02-10T00:09:36.399Z | info: installing component 'rust-docs' |
93 | 2024-02-10T00:09:38.016Z | info: installing component 'rust-std' |
94 | 2024-02-10T00:09:39.708Z | info: installing component 'rustc' |
95 | 2024-02-10T00:09:43.706Z | info: installing component 'rustfmt' |
96 | 2024-02-10T00:09:44.091Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-10T00:09:44.095Z | + rustc --version |
98 | 2024-02-10T00:09:44.161Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-10T00:09:44.166Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
100 | 2024-02-10T00:09:53.217Z | Startup: Refreshing catalog 'helios-dev' ... Done |
101 | 2024-02-10T00:09:54.366Z | Startup: Caching catalogs ... Done |
102 | 2024-02-10T00:09:55.510Z | Planning: Solver setup ... Done (0.821s) |
103 | 2024-02-10T00:09:55.529Z | Planning: Running solver ... Done (0.019s) |
104 | 2024-02-10T00:09:55.687Z | Planning: Finding local manifests ... Done (0.138s) |
105 | 2024-02-10T00:09:55.703Z | Planning: Fetching manifests: 0/4 0% complete |
106 | 2024-02-10T00:09:55.884Z | Planning: Fetching manifests: 4/4 100% complete |
107 | 2024-02-10T00:09:55.935Z | Planning: Package planning ... Done (0.050s) |
108 | 2024-02-10T00:09:55.987Z | Planning: Merging actions ... Done (0.052s) |
109 | 2024-02-10T00:09:56.900Z | Planning: Checking for conflicting actions ... Done (0.913s) |
110 | 2024-02-10T00:09:56.911Z | Planning: Consolidating action changes ... Done (0.011s) |
111 | 2024-02-10T00:10:00.944Z | Planning: Evaluating mediators ... Done (4.032s) |
112 | 2024-02-10T00:10:00.955Z | Planning: Planning completed in 6.54 seconds |
113 | 2024-02-10T00:10:00.968Z | Packages to install: 4 |
114 | 2024-02-10T00:10:00.969Z | Mediators to change: 2 |
115 | 2024-02-10T00:10:00.969Z | Services to change: 1 |
116 | 2024-02-10T00:10:00.972Z | Estimated space available: 148.87 GB |
117 | 2024-02-10T00:10:00.972Z | Estimated space to be consumed: 1.41 GB |
118 | 2024-02-10T00:10:00.972Z | Create boot environment: No |
119 | 2024-02-10T00:10:00.972Z | Create backup boot environment: No |
120 | 2024-02-10T00:10:00.972Z | Rebuild boot archive: No |
121 | 2024-02-10T00:10:00.972Z | |
122 | 2024-02-10T00:10:00.972Z | Changed mediators: |
123 | 2024-02-10T00:10:00.972Z | mediator clang: |
124 | 2024-02-10T00:10:00.972Z | version: None -> 15 (system default) |
125 | 2024-02-10T00:10:00.972Z | |
126 | 2024-02-10T00:10:00.972Z | mediator llvm: |
127 | 2024-02-10T00:10:00.972Z | version: 14 (system default) -> 15 (system default) |
128 | 2024-02-10T00:10:00.972Z | |
129 | 2024-02-10T00:10:00.972Z | Changed packages: |
130 | 2024-02-10T00:10:00.972Z | helios-dev |
131 | 2024-02-10T00:10:00.972Z | developer/build-essential |
132 | 2024-02-10T00:10:00.972Z | None -> 11-2.0 |
133 | 2024-02-10T00:10:00.973Z | library/libxmlsec1 |
134 | 2024-02-10T00:10:00.973Z | None -> 1.2.35-2.0 |
135 | 2024-02-10T00:10:00.973Z | ooce/developer/clang-15 |
136 | 2024-02-10T00:10:00.973Z | None -> 15.0.7-2.0 |
137 | 2024-02-10T00:10:00.973Z | ooce/developer/llvm-15 |
138 | 2024-02-10T00:10:00.973Z | None -> 15.0.7-2.0 |
139 | 2024-02-10T00:10:00.973Z | |
140 | 2024-02-10T00:10:00.973Z | Services: |
141 | 2024-02-10T00:10:00.973Z | restart_fmri: |
142 | 2024-02-10T00:10:00.973Z | svc:/system/update-man-index:default |
143 | 2024-02-10T00:10:01.365Z | |
144 | 2024-02-10T00:10:01.366Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
145 | 2024-02-10T00:10:06.365Z | Download: 878/3290 items 18.7/212.6MB 8% complete (4.1M/s) |
146 | 2024-02-10T00:10:11.720Z | Download: 1198/3290 items 83.4/212.6MB 39% complete (9.8M/s) |
147 | 2024-02-10T00:10:16.722Z | Download: 1921/3290 items 118.6/212.6MB 55% complete (10.0M/s) |
148 | 2024-02-10T00:10:27.319Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (5.3M/s) |
149 | 2024-02-10T00:10:40.112Z | Download: 2224/3290 items 119.2/212.6MB 56% complete |
150 | 2024-02-10T00:10:45.110Z | Download: 3206/3290 items 188.3/212.6MB 88% complete (13.8M/s) |
151 | 2024-02-10T00:10:47.471Z | Download: Completed 212.60 MB in 46.10 seconds (4.6M/s) |
152 | 2024-02-10T00:10:47.656Z | Actions: 1/3689 actions (Installing new actions) |
153 | 2024-02-10T00:10:52.723Z | Actions: 3592/3689 actions (Installing new actions) |
154 | 2024-02-10T00:10:52.883Z | Actions: Completed 3689 actions in 5.23 seconds. |
155 | 2024-02-10T00:10:53.052Z | Done (0.164s) |
156 | 2024-02-10T00:10:53.052Z | Done (0.000s) |
157 | 2024-02-10T00:10:53.266Z | Done (0.214s) |
158 | 2024-02-10T00:10:58.634Z | Done (5.244s) |
159 | 2024-02-10T00:10:58.854Z | Done (0.145s) |
160 | 2024-02-10T00:10:58.860Z | Done (0.000s) |
161 | 2024-02-10T00:10:59.018Z | Done (0.000s) |
162 | 2024-02-10T00:10:59.523Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-02-10T00:10:59.685Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-02-10T00:10:59.689Z | Planning: Consolidating action changes ... Done |
165 | 2024-02-10T00:10:59.961Z | Planning: Evaluating mediators ... Done |
166 | 2024-02-10T00:10:59.965Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-02-10T00:10:59.995Z | Mediators to change: 2 |
168 | 2024-02-10T00:10:59.995Z | Create boot environment: No |
169 | 2024-02-10T00:10:59.999Z | Create backup boot environment: No |
170 | 2024-02-10T00:11:00.064Z | Done |
171 | 2024-02-10T00:11:00.064Z | Done |
172 | 2024-02-10T00:11:00.190Z | Done |
173 | 2024-02-10T00:11:03.957Z | Done |
174 | 2024-02-10T00:11:04.042Z | Done |
175 | 2024-02-10T00:11:04.042Z | Done |
176 | 2024-02-10T00:11:04.145Z | Done |
177 | 2024-02-10T00:11:04.792Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-10T00:11:04.797Z | Planning: Merging actions ... Done |
179 | 2024-02-10T00:11:04.985Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-10T00:11:04.991Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-10T00:11:05.260Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-10T00:11:05.321Z | Planning: Planning completed in 0.80 seconds |
183 | 2024-02-10T00:11:05.353Z | Packages to change: 1 |
184 | 2024-02-10T00:11:05.353Z | Mediators to change: 1 |
185 | 2024-02-10T00:11:05.357Z | Services to change: 1 |
186 | 2024-02-10T00:11:05.357Z | Create boot environment: No |
187 | 2024-02-10T00:11:05.358Z | Create backup boot environment: Yes |
188 | 2024-02-10T00:11:07.249Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-02-10T00:11:07.279Z | Actions: Completed 6 actions in 0.03 seconds. |
190 | 2024-02-10T00:11:07.285Z | Done |
191 | 2024-02-10T00:11:07.285Z | Done |
192 | 2024-02-10T00:11:07.325Z | Done |
193 | 2024-02-10T00:11:11.069Z | Done |
194 | 2024-02-10T00:11:11.168Z | Done |
195 | 2024-02-10T00:11:11.181Z | Done |
196 | 2024-02-10T00:11:11.267Z | Done |
197 | 2024-02-10T00:11:11.719Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-02-10T00:11:11.719Z | clang system 15 system |
199 | 2024-02-10T00:11:11.719Z | csh system system illumos |
200 | 2024-02-10T00:11:11.720Z | ctags system system illumos |
201 | 2024-02-10T00:11:11.720Z | gcc vendor 12 vendor |
202 | 2024-02-10T00:11:11.721Z | gcc system 10 system |
203 | 2024-02-10T00:11:11.721Z | gcc system 7 system |
204 | 2024-02-10T00:11:11.721Z | go system 1.20 system |
205 | 2024-02-10T00:11:11.721Z | go system 1.19 system |
206 | 2024-02-10T00:11:11.721Z | llvm system 15 system |
207 | 2024-02-10T00:11:11.721Z | llvm system 14 system |
208 | 2024-02-10T00:11:11.721Z | mariadb system 10.6 system |
209 | 2024-02-10T00:11:11.721Z | mta vendor vendor dma |
210 | 2024-02-10T00:11:11.721Z | openjdk system 17 system |
211 | 2024-02-10T00:11:11.722Z | openjdk system 11 system |
212 | 2024-02-10T00:11:11.722Z | openjdk system 1.8 system |
213 | 2024-02-10T00:11:11.722Z | openssl vendor 3 vendor |
214 | 2024-02-10T00:11:11.722Z | perl system 5.36 system |
215 | 2024-02-10T00:11:11.722Z | postgresql system 15 system |
216 | 2024-02-10T00:11:11.723Z | postgresql system 13 system |
217 | 2024-02-10T00:11:11.723Z | python vendor 3 vendor |
218 | 2024-02-10T00:11:11.723Z | python system 2 system |
219 | 2024-02-10T00:11:11.723Z | python3 system 3.11 system |
220 | 2024-02-10T00:11:11.723Z | ruby system 3.0 system |
221 | 2024-02-10T00:11:11.724Z | words vendor vendor american-english |
222 | 2024-02-10T00:11:11.724Z | words system system australian-english |
223 | 2024-02-10T00:11:11.724Z | words system system british-english |
224 | 2024-02-10T00:11:11.724Z | words system system canadian-english |
225 | 2024-02-10T00:11:11.724Z | words system system french |
226 | 2024-02-10T00:11:11.724Z | words system system italian |
227 | 2024-02-10T00:11:11.724Z | words system system ngerman |
228 | 2024-02-10T00:11:11.725Z | words system system ogerman |
229 | 2024-02-10T00:11:11.725Z | words system system spanish |
230 | 2024-02-10T00:11:12.056Z | FMRI IFO |
231 | 2024-02-10T00:11:12.056Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
237 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
238 | 2024-02-10T00:11:12.057Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-02-10T00:11:12.116Z | + set -o errexit |
240 | 2024-02-10T00:11:12.129Z | +++ dirname ./tools/ci_download_cockroachdb |
241 | 2024-02-10T00:11:12.129Z | ++ cd ./tools |
242 | 2024-02-10T00:11:12.129Z | ++ pwd |
243 | 2024-02-10T00:11:12.130Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
244 | 2024-02-10T00:11:12.130Z | ++ basename ./tools/ci_download_cockroachdb |
245 | 2024-02-10T00:11:12.130Z | + ARG0=ci_download_cockroachdb |
246 | 2024-02-10T00:11:12.130Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
247 | 2024-02-10T00:11:12.130Z | + CIDL_VERSION=v22.1.9 |
248 | 2024-02-10T00:11:12.130Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
249 | 2024-02-10T00:11:12.130Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
250 | 2024-02-10T00:11:12.130Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
251 | 2024-02-10T00:11:12.130Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
252 | 2024-02-10T00:11:12.130Z | + TARGET_DIR=out |
253 | 2024-02-10T00:11:12.130Z | + DOWNLOAD_DIR=out/downloads |
254 | 2024-02-10T00:11:12.130Z | + DEST_DIR=./out/cockroachdb |
255 | 2024-02-10T00:11:12.131Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
256 | 2024-02-10T00:11:12.131Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
257 | 2024-02-10T00:11:12.131Z | + main |
258 | 2024-02-10T00:11:12.131Z | + [[ 0 != 0 ]] |
259 | 2024-02-10T00:11:12.131Z | + CIDL_OS=solaris2.11 |
260 | 2024-02-10T00:11:12.132Z | + [[ 0 != 0 ]] |
261 | 2024-02-10T00:11:12.134Z | + configure_os solaris2.11 |
262 | 2024-02-10T00:11:12.134Z | + echo 'current directory: /work/oxidecomputer/omicron' |
263 | 2024-02-10T00:11:12.134Z | current directory: /work/oxidecomputer/omicron |
264 | 2024-02-10T00:11:12.134Z | + echo 'configuring based on OS: "solaris2.11"' |
265 | 2024-02-10T00:11:12.134Z | configuring based on OS: "solaris2.11" |
266 | 2024-02-10T00:11:12.134Z | + case "$1" in |
267 | 2024-02-10T00:11:12.135Z | + CIDL_BUILD=illumos |
268 | 2024-02-10T00:11:12.135Z | + CIDL_SUFFIX=tar.gz |
269 | 2024-02-10T00:11:12.135Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
270 | 2024-02-10T00:11:12.135Z | + CIDL_URL_BASE=https://illumos.org/downloads |
271 | 2024-02-10T00:11:12.135Z | + CIDL_ASSEMBLE=do_assemble_illumos |
272 | 2024-02-10T00:11:12.135Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
273 | 2024-02-10T00:11:12.135Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
274 | 2024-02-10T00:11:12.135Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
275 | 2024-02-10T00:11:12.136Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
276 | 2024-02-10T00:11:12.136Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
277 | 2024-02-10T00:11:12.136Z | + CIDL_SHA256FUNC=do_sha256sum |
278 | 2024-02-10T00:11:12.136Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2024-02-10T00:11:12.136Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
280 | 2024-02-10T00:11:12.136Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
281 | 2024-02-10T00:11:12.136Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2024-02-10T00:11:12.136Z | + mkdir -p out/downloads |
283 | 2024-02-10T00:11:12.136Z | + mkdir -p ./out/cockroachdb |
284 | 2024-02-10T00:11:12.136Z | + local DO_DOWNLOAD=true |
285 | 2024-02-10T00:11:12.136Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
286 | 2024-02-10T00:11:12.137Z | + '[' true == true ']' |
287 | 2024-02-10T00:11:12.137Z | + echo Downloading... |
288 | 2024-02-10T00:11:12.137Z | Downloading... |
289 | 2024-02-10T00:11:12.137Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-10T00:11:12.137Z | + 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 |
291 | 2024-02-10T00:11:16.368Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-10T00:11:16.374Z | ++ sha256sum |
293 | 2024-02-10T00:11:16.375Z | ++ awk '{print $1}' |
294 | 2024-02-10T00:11:16.484Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
295 | 2024-02-10T00:11:16.484Z | + [[ 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 ]] |
296 | 2024-02-10T00:11:16.489Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-10T00:11:16.489Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
298 | 2024-02-10T00:11:18.644Z | + do_assemble_illumos |
299 | 2024-02-10T00:11:18.644Z | + rm -r ./out/cockroachdb |
300 | 2024-02-10T00:11:18.652Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
301 | 2024-02-10T00:11:19.060Z | + ./out/cockroachdb/bin/cockroach version |
302 | 2024-02-10T00:11:19.277Z | Build Tag: v22.1.9-dirty |
303 | 2024-02-10T00:11:19.277Z | Build Time: 2022/10/26 21:17:46 |
304 | 2024-02-10T00:11:19.277Z | Distribution: OSS |
305 | 2024-02-10T00:11:19.277Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
306 | 2024-02-10T00:11:19.277Z | Go Version: go1.17.13 |
307 | 2024-02-10T00:11:19.277Z | C Compiler: gcc 10.3.0 |
308 | 2024-02-10T00:11:19.277Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
309 | 2024-02-10T00:11:19.277Z | Build Type: release |
310 | 2024-02-10T00:11:19.302Z | + set -o errexit |
311 | 2024-02-10T00:11:19.323Z | +++ dirname ./tools/ci_download_clickhouse |
312 | 2024-02-10T00:11:19.323Z | ++ cd ./tools |
313 | 2024-02-10T00:11:19.323Z | ++ pwd |
314 | 2024-02-10T00:11:19.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
315 | 2024-02-10T00:11:19.324Z | ++ basename ./tools/ci_download_clickhouse |
316 | 2024-02-10T00:11:19.324Z | + ARG0=ci_download_clickhouse |
317 | 2024-02-10T00:11:19.324Z | + TARGET_DIR=out |
318 | 2024-02-10T00:11:19.324Z | + DOWNLOAD_DIR=out/downloads |
319 | 2024-02-10T00:11:19.324Z | + DEST_DIR=./out/clickhouse |
320 | 2024-02-10T00:11:19.324Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
321 | 2024-02-10T00:11:19.324Z | + CIDL_VERSION=v22.8.9.24 |
322 | 2024-02-10T00:11:19.324Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
323 | 2024-02-10T00:11:19.325Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
324 | 2024-02-10T00:11:19.325Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
325 | 2024-02-10T00:11:19.325Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
326 | 2024-02-10T00:11:19.325Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
327 | 2024-02-10T00:11:19.325Z | + main |
328 | 2024-02-10T00:11:19.325Z | + [[ 0 != 0 ]] |
329 | 2024-02-10T00:11:19.325Z | + CIDL_OS=solaris2.11 |
330 | 2024-02-10T00:11:19.325Z | + [[ 0 != 0 ]] |
331 | 2024-02-10T00:11:19.326Z | + configure_os solaris2.11 |
332 | 2024-02-10T00:11:19.326Z | + echo 'current directory: /work/oxidecomputer/omicron' |
333 | 2024-02-10T00:11:19.326Z | current directory: /work/oxidecomputer/omicron |
334 | 2024-02-10T00:11:19.326Z | + echo 'configuring based on OS: "solaris2.11"' |
335 | 2024-02-10T00:11:19.326Z | + CIDL_DASHREV= |
336 | 2024-02-10T00:11:19.326Z | + case "$1" in |
337 | 2024-02-10T00:11:19.326Z | configuring based on OS: "solaris2.11" |
338 | 2024-02-10T00:11:19.326Z | + CIDL_PLATFORM=illumos |
339 | 2024-02-10T00:11:19.326Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
340 | 2024-02-10T00:11:19.327Z | + CIDL_MD5FUNC=do_md5sum |
341 | 2024-02-10T00:11:19.327Z | + CIDL_DASHREV=-1 |
342 | 2024-02-10T00:11:19.327Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
343 | 2024-02-10T00:11:19.327Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
344 | 2024-02-10T00:11:19.327Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2024-02-10T00:11:19.327Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
346 | 2024-02-10T00:11:19.327Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
347 | 2024-02-10T00:11:19.328Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
348 | 2024-02-10T00:11:19.328Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2024-02-10T00:11:19.328Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
350 | 2024-02-10T00:11:19.328Z | + mkdir -p out/downloads |
351 | 2024-02-10T00:11:19.328Z | + mkdir -p ./out/clickhouse |
352 | 2024-02-10T00:11:19.328Z | + local DO_DOWNLOAD=true |
353 | 2024-02-10T00:11:19.328Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
354 | 2024-02-10T00:11:19.329Z | + '[' true == true ']' |
355 | 2024-02-10T00:11:19.329Z | + echo Downloading... |
356 | 2024-02-10T00:11:19.329Z | Downloading... |
357 | 2024-02-10T00:11:19.329Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2024-02-10T00:11:19.329Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-10T00:11:20.617Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-10T00:11:20.638Z | ++ md5sum |
361 | 2024-02-10T00:11:20.638Z | ++ awk '{print $1}' |
362 | 2024-02-10T00:11:20.804Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2024-02-10T00:11:20.810Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
364 | 2024-02-10T00:11:20.810Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
365 | 2024-02-10T00:11:20.810Z | + mkdir -p ./out/clickhouse |
366 | 2024-02-10T00:11:20.810Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
367 | 2024-02-10T00:11:23.941Z | + ./out/clickhouse/clickhouse server --version |
368 | 2024-02-10T00:11:24.052Z | ClickHouse server version 22.8.9.1. |
369 | 2024-02-10T00:11:24.057Z | + set -o errexit |
370 | 2024-02-10T00:11:24.057Z | +++ dirname ./tools/ci_download_console |
371 | 2024-02-10T00:11:24.057Z | ++ cd ./tools |
372 | 2024-02-10T00:11:24.057Z | ++ pwd |
373 | 2024-02-10T00:11:24.058Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
374 | 2024-02-10T00:11:24.058Z | ++ basename ./tools/ci_download_console |
375 | 2024-02-10T00:11:24.058Z | + ARG0=ci_download_console |
376 | 2024-02-10T00:11:24.058Z | + TARGET_DIR=out |
377 | 2024-02-10T00:11:24.058Z | + DOWNLOAD_DIR=out/downloads |
378 | 2024-02-10T00:11:24.058Z | + DEST_DIR=./out/console-assets |
379 | 2024-02-10T00:11:24.058Z | + source /work/oxidecomputer/omicron/tools/console_version |
380 | 2024-02-10T00:11:24.058Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
381 | 2024-02-10T00:11:24.059Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
382 | 2024-02-10T00:11:24.059Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
383 | 2024-02-10T00:11:24.059Z | + TARBALL_FILE=out/downloads/console.tar.gz |
384 | 2024-02-10T00:11:24.059Z | + main |
385 | 2024-02-10T00:11:24.059Z | + [[ 0 != 0 ]] |
386 | 2024-02-10T00:11:24.059Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
387 | 2024-02-10T00:11:24.059Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
388 | 2024-02-10T00:11:24.059Z | + echo 'Local file: out/downloads/console.tar.gz' |
389 | 2024-02-10T00:11:24.060Z | Local file: out/downloads/console.tar.gz |
390 | 2024-02-10T00:11:24.060Z | + local DO_DOWNLOAD=true |
391 | 2024-02-10T00:11:24.060Z | + [[ -f out/downloads/console.tar.gz ]] |
392 | 2024-02-10T00:11:24.060Z | + mkdir -p out/downloads |
393 | 2024-02-10T00:11:24.060Z | + '[' true == true ']' |
394 | 2024-02-10T00:11:24.060Z | + echo Downloading... |
395 | 2024-02-10T00:11:24.061Z | Downloading... |
396 | 2024-02-10T00:11:24.061Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
397 | 2024-02-10T00:11:24.061Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-10T00:11:24.577Z | ++ do_sha256sum out/downloads/console.tar.gz |
399 | 2024-02-10T00:11:24.577Z | ++ case "$OSTYPE" in |
400 | 2024-02-10T00:11:24.594Z | ++ SHA=sha256sum |
401 | 2024-02-10T00:11:24.594Z | ++ sha256sum |
402 | 2024-02-10T00:11:24.594Z | ++ awk '{print $1}' |
403 | 2024-02-10T00:11:24.594Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-10T00:11:24.594Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
405 | 2024-02-10T00:11:24.594Z | + rm -rf ./out/console-assets |
406 | 2024-02-10T00:11:24.594Z | + mkdir -p ./out/console-assets |
407 | 2024-02-10T00:11:24.594Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
408 | 2024-02-10T00:11:24.594Z | + mkdir -p ./out/console-assets |
409 | 2024-02-10T00:11:24.595Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
410 | 2024-02-10T00:11:24.674Z | + set -o errexit |
411 | 2024-02-10T00:11:24.680Z | +++ dirname ./tools/ci_download_maghemite_openapi |
412 | 2024-02-10T00:11:24.680Z | ++ cd ./tools |
413 | 2024-02-10T00:11:24.681Z | ++ pwd |
414 | 2024-02-10T00:11:24.681Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
415 | 2024-02-10T00:11:24.681Z | ++ basename ./tools/ci_download_maghemite_openapi |
416 | 2024-02-10T00:11:24.692Z | + ARG0=ci_download_maghemite_openapi |
417 | 2024-02-10T00:11:24.692Z | + TARGET_DIR=out |
418 | 2024-02-10T00:11:24.692Z | + DOWNLOAD_DIR=out/downloads |
419 | 2024-02-10T00:11:24.692Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
420 | 2024-02-10T00:11:24.692Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
421 | 2024-02-10T00:11:24.692Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
422 | 2024-02-10T00:11:24.692Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
423 | 2024-02-10T00:11:24.692Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
424 | 2024-02-10T00:11:24.693Z | + main |
425 | 2024-02-10T00:11:24.693Z | + [[ 0 != 0 ]] |
426 | 2024-02-10T00:11:24.693Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
427 | 2024-02-10T00:11:24.693Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
428 | 2024-02-10T00:11:24.693Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
429 | 2024-02-10T00:11:24.693Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
430 | 2024-02-10T00:11:24.693Z | + local DO_DOWNLOAD=true |
431 | 2024-02-10T00:11:24.693Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
432 | 2024-02-10T00:11:24.694Z | + mkdir -p out/downloads |
433 | 2024-02-10T00:11:24.694Z | + '[' true == true ']' |
434 | 2024-02-10T00:11:24.694Z | + echo Downloading... |
435 | 2024-02-10T00:11:24.694Z | Downloading... |
436 | 2024-02-10T00:11:24.694Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
437 | 2024-02-10T00:11:24.694Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-10T00:11:24.946Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-10T00:11:24.946Z | ++ case "$OSTYPE" in |
440 | 2024-02-10T00:11:24.951Z | ++ SHA=sha256sum |
441 | 2024-02-10T00:11:24.951Z | ++ sha256sum |
442 | 2024-02-10T00:11:24.951Z | ++ awk '{print $1}' |
443 | 2024-02-10T00:11:24.952Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-10T00:11:24.952Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
445 | 2024-02-10T00:11:24.952Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
446 | 2024-02-10T00:11:24.952Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
447 | 2024-02-10T00:11:24.952Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
448 | 2024-02-10T00:11:24.956Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
449 | 2024-02-10T00:11:24.957Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
450 | 2024-02-10T00:11:24.957Z | + main |
451 | 2024-02-10T00:11:24.957Z | + [[ 0 != 0 ]] |
452 | 2024-02-10T00:11:24.957Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
453 | 2024-02-10T00:11:24.957Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
454 | 2024-02-10T00:11:24.957Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
455 | 2024-02-10T00:11:24.957Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
456 | 2024-02-10T00:11:24.958Z | + local DO_DOWNLOAD=true |
457 | 2024-02-10T00:11:24.958Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
458 | 2024-02-10T00:11:24.958Z | + mkdir -p out/downloads |
459 | 2024-02-10T00:11:24.958Z | + '[' true == true ']' |
460 | 2024-02-10T00:11:24.958Z | + echo Downloading... |
461 | 2024-02-10T00:11:24.958Z | Downloading... |
462 | 2024-02-10T00:11:24.959Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
463 | 2024-02-10T00:11:24.959Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-10T00:11:25.089Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-10T00:11:25.093Z | ++ case "$OSTYPE" in |
466 | 2024-02-10T00:11:25.093Z | ++ SHA=sha256sum |
467 | 2024-02-10T00:11:25.093Z | ++ sha256sum |
468 | 2024-02-10T00:11:25.093Z | ++ awk '{print $1}' |
469 | 2024-02-10T00:11:25.093Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-10T00:11:25.093Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
471 | 2024-02-10T00:11:25.100Z | + set -o errexit |
472 | 2024-02-10T00:11:25.108Z | +++ dirname ./tools/ci_download_dendrite_openapi |
473 | 2024-02-10T00:11:25.109Z | ++ cd ./tools |
474 | 2024-02-10T00:11:25.109Z | ++ pwd |
475 | 2024-02-10T00:11:25.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
476 | 2024-02-10T00:11:25.118Z | ++ basename ./tools/ci_download_dendrite_openapi |
477 | 2024-02-10T00:11:25.118Z | + ARG0=ci_download_dendrite_openapi |
478 | 2024-02-10T00:11:25.119Z | + TARGET_DIR=out |
479 | 2024-02-10T00:11:25.119Z | + DOWNLOAD_DIR=out/downloads |
480 | 2024-02-10T00:11:25.119Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
481 | 2024-02-10T00:11:25.119Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
482 | 2024-02-10T00:11:25.119Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
483 | 2024-02-10T00:11:25.119Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
484 | 2024-02-10T00:11:25.120Z | + LOCAL_FILE=out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
485 | 2024-02-10T00:11:25.120Z | + main |
486 | 2024-02-10T00:11:25.120Z | + [[ 0 != 0 ]] |
487 | 2024-02-10T00:11:25.120Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json' |
488 | 2024-02-10T00:11:25.120Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
489 | 2024-02-10T00:11:25.120Z | Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
490 | 2024-02-10T00:11:25.120Z | + echo 'Local file: out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json' |
491 | 2024-02-10T00:11:25.121Z | + local DO_DOWNLOAD=true |
492 | 2024-02-10T00:11:25.121Z | + [[ -f out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json ]] |
493 | 2024-02-10T00:11:25.121Z | + mkdir -p out/downloads |
494 | 2024-02-10T00:11:25.121Z | + '[' true == true ']' |
495 | 2024-02-10T00:11:25.124Z | + echo Downloading... |
496 | 2024-02-10T00:11:25.124Z | Downloading... |
497 | 2024-02-10T00:11:25.124Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
498 | 2024-02-10T00:11:25.124Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/d58b59b2682183855cdf137ab86a298ecdaaf697/dpd.json |
499 | 2024-02-10T00:11:25.307Z | ++ do_sha256sum out/downloads/dpd-d58b59b2682183855cdf137ab86a298ecdaaf697.json |
500 | 2024-02-10T00:11:25.308Z | ++ case "$OSTYPE" in |
501 | 2024-02-10T00:11:25.308Z | ++ SHA=sha256sum |
502 | 2024-02-10T00:11:25.317Z | ++ sha256sum |
503 | 2024-02-10T00:11:25.317Z | ++ awk '{print $1}' |
504 | 2024-02-10T00:11:25.318Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-10T00:11:25.318Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
506 | 2024-02-10T00:11:25.323Z | + set -o errexit |
507 | 2024-02-10T00:11:25.328Z | +++ dirname ./tools/ci_download_dendrite_stub |
508 | 2024-02-10T00:11:25.328Z | ++ cd ./tools |
509 | 2024-02-10T00:11:25.329Z | ++ pwd |
510 | 2024-02-10T00:11:25.329Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
511 | 2024-02-10T00:11:25.329Z | ++ basename ./tools/ci_download_dendrite_stub |
512 | 2024-02-10T00:11:25.329Z | + ARG0=ci_download_dendrite_stub |
513 | 2024-02-10T00:11:25.329Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
514 | 2024-02-10T00:11:25.330Z | ++ CIDL_SHA256_ILLUMOS=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
515 | 2024-02-10T00:11:25.330Z | ++ CIDL_SHA256_LINUX_DPD=b6d45d713a879f1d03422eb0bbfa33767da776b05b0d5fbb855b602974ceba01 |
516 | 2024-02-10T00:11:25.330Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
517 | 2024-02-10T00:11:25.352Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
518 | 2024-02-10T00:11:25.353Z | ++ COMMIT=d58b59b2682183855cdf137ab86a298ecdaaf697 |
519 | 2024-02-10T00:11:25.353Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-10T00:11:25.353Z | + TARGET_DIR=out |
521 | 2024-02-10T00:11:25.353Z | + DOWNLOAD_DIR=out/downloads |
522 | 2024-02-10T00:11:25.353Z | + DEST_DIR=./out/dendrite-stub |
523 | 2024-02-10T00:11:25.353Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
524 | 2024-02-10T00:11:25.353Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
525 | 2024-02-10T00:11:25.353Z | + REPO=oxidecomputer/dendrite |
526 | 2024-02-10T00:11:25.354Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697 |
527 | 2024-02-10T00:11:25.354Z | + main |
528 | 2024-02-10T00:11:25.354Z | + [[ 0 != 0 ]] |
529 | 2024-02-10T00:11:25.354Z | + CIDL_OS=solaris2.11 |
530 | 2024-02-10T00:11:25.354Z | + [[ 0 != 0 ]] |
531 | 2024-02-10T00:11:25.354Z | + configure_os solaris2.11 |
532 | 2024-02-10T00:11:25.355Z | + echo 'current directory: /work/oxidecomputer/omicron' |
533 | 2024-02-10T00:11:25.355Z | current directory: /work/oxidecomputer/omicron |
534 | 2024-02-10T00:11:25.355Z | + echo 'configuring based on OS: "solaris2.11"' |
535 | 2024-02-10T00:11:25.355Z | + case "$1" in |
536 | 2024-02-10T00:11:25.355Z | configuring based on OS: "solaris2.11" |
537 | 2024-02-10T00:11:25.355Z | + SET_BINARIES= |
538 | 2024-02-10T00:11:25.355Z | + CIDL_SHA256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
539 | 2024-02-10T00:11:25.355Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2024-02-10T00:11:25.355Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2024-02-10T00:11:25.355Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
542 | 2024-02-10T00:11:25.356Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2024-02-10T00:11:25.356Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz' |
544 | 2024-02-10T00:11:25.356Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
545 | 2024-02-10T00:11:25.356Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
546 | 2024-02-10T00:11:25.356Z | + mkdir -p out/downloads |
547 | 2024-02-10T00:11:25.356Z | Local file: out/downloads/dendrite-stub.tar.gz |
548 | 2024-02-10T00:11:25.356Z | + mkdir -p ./out/dendrite-stub |
549 | 2024-02-10T00:11:25.356Z | + fetch_and_verify |
550 | 2024-02-10T00:11:25.356Z | + local DO_DOWNLOAD=true |
551 | 2024-02-10T00:11:25.356Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
552 | 2024-02-10T00:11:25.356Z | + '[' true == true ']' |
553 | 2024-02-10T00:11:25.356Z | + echo Downloading... |
554 | 2024-02-10T00:11:25.357Z | Downloading... |
555 | 2024-02-10T00:11:25.357Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
556 | 2024-02-10T00:11:25.357Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/d58b59b2682183855cdf137ab86a298ecdaaf697/dendrite-stub.tar.gz |
557 | 2024-02-10T00:11:30.911Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-10T00:11:30.920Z | ++ sha256sum |
559 | 2024-02-10T00:11:30.920Z | ++ awk '{print $1}' |
560 | 2024-02-10T00:11:30.936Z | + calculated_sha256=d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 |
561 | 2024-02-10T00:11:30.941Z | + [[ d48408ac1c12332c0bf95834a9372f20d9ff53efa1d79513ea868f616a91cb97 != \d\4\8\4\0\8\a\c\1\c\1\2\3\3\2\c\0\b\f\9\5\8\3\4\a\9\3\7\2\f\2\0\d\9\f\f\5\3\e\f\a\1\d\7\9\5\1\3\e\a\8\6\8\f\6\1\6\a\9\1\c\b\9\7 ]] |
562 | 2024-02-10T00:11:30.941Z | + do_untar out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-10T00:11:30.941Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
564 | 2024-02-10T00:11:31.626Z | + do_assemble |
565 | 2024-02-10T00:11:31.626Z | + rm -r ./out/dendrite-stub |
566 | 2024-02-10T00:11:31.630Z | + mkdir ./out/dendrite-stub |
567 | 2024-02-10T00:11:31.634Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
568 | 2024-02-10T00:11:31.729Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
569 | 2024-02-10T00:11:31.743Z | + set -o errexit |
570 | 2024-02-10T00:11:31.743Z | +++ dirname ./tools/ci_download_maghemite_mgd |
571 | 2024-02-10T00:11:31.743Z | ++ cd ./tools |
572 | 2024-02-10T00:11:31.743Z | ++ pwd |
573 | 2024-02-10T00:11:31.760Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
574 | 2024-02-10T00:11:31.761Z | ++ basename ./tools/ci_download_maghemite_mgd |
575 | 2024-02-10T00:11:31.761Z | + ARG0=ci_download_maghemite_mgd |
576 | 2024-02-10T00:11:31.761Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
577 | 2024-02-10T00:11:31.761Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
578 | 2024-02-10T00:11:31.761Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
579 | 2024-02-10T00:11:31.761Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
580 | 2024-02-10T00:11:31.762Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
581 | 2024-02-10T00:11:31.762Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
582 | 2024-02-10T00:11:31.762Z | + TARGET_DIR=out |
583 | 2024-02-10T00:11:31.762Z | + DOWNLOAD_DIR=out/downloads |
584 | 2024-02-10T00:11:31.762Z | + DEST_DIR=./out/mgd |
585 | 2024-02-10T00:11:31.763Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
586 | 2024-02-10T00:11:31.763Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
587 | 2024-02-10T00:11:31.763Z | + REPO=oxidecomputer/maghemite |
588 | 2024-02-10T00:11:31.763Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
589 | 2024-02-10T00:11:31.763Z | + main |
590 | 2024-02-10T00:11:31.764Z | + [[ 0 != 0 ]] |
591 | 2024-02-10T00:11:31.764Z | + CIDL_OS=solaris2.11 |
592 | 2024-02-10T00:11:31.764Z | + [[ 0 != 0 ]] |
593 | 2024-02-10T00:11:31.764Z | + configure_os solaris2.11 |
594 | 2024-02-10T00:11:31.764Z | + echo 'current directory: /work/oxidecomputer/omicron' |
595 | 2024-02-10T00:11:31.764Z | current directory: /work/oxidecomputer/omicron |
596 | 2024-02-10T00:11:31.764Z | + echo 'configuring based on OS: "solaris2.11"' |
597 | 2024-02-10T00:11:31.764Z | + case "$1" in |
598 | 2024-02-10T00:11:31.764Z | + SET_BINARIES= |
599 | 2024-02-10T00:11:31.765Z | configuring based on OS: "solaris2.11" |
600 | 2024-02-10T00:11:31.765Z | + CIDL_SHA256FUNC=do_sha256sum |
601 | 2024-02-10T00:11:31.765Z | + TARBALL_FILENAME=mgd.tar.gz |
602 | 2024-02-10T00:11:31.765Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
603 | 2024-02-10T00:11:31.765Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
604 | 2024-02-10T00:11:31.766Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
605 | 2024-02-10T00:11:31.766Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
606 | 2024-02-10T00:11:31.766Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
607 | 2024-02-10T00:11:31.766Z | Local file: out/downloads/mgd.tar.gz |
608 | 2024-02-10T00:11:31.766Z | + mkdir -p out/downloads |
609 | 2024-02-10T00:11:31.766Z | + mkdir -p ./out/mgd |
610 | 2024-02-10T00:11:31.766Z | + fetch_and_verify |
611 | 2024-02-10T00:11:31.766Z | + local DO_DOWNLOAD=true |
612 | 2024-02-10T00:11:31.767Z | + [[ -f out/downloads/mgd.tar.gz ]] |
613 | 2024-02-10T00:11:31.767Z | + '[' true == true ']' |
614 | 2024-02-10T00:11:31.767Z | + echo Downloading... |
615 | 2024-02-10T00:11:31.767Z | Downloading... |
616 | 2024-02-10T00:11:31.767Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
617 | 2024-02-10T00:11:31.767Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-10T00:11:37.706Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
619 | 2024-02-10T00:11:37.710Z | ++ sha256sum |
620 | 2024-02-10T00:11:37.710Z | ++ awk '{print $1}' |
621 | 2024-02-10T00:11:37.726Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
622 | 2024-02-10T00:11:37.729Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
623 | 2024-02-10T00:11:37.729Z | + do_untar out/downloads/mgd.tar.gz |
624 | 2024-02-10T00:11:37.730Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
625 | 2024-02-10T00:11:38.188Z | + do_assemble |
626 | 2024-02-10T00:11:38.189Z | + rm -r ./out/mgd |
627 | 2024-02-10T00:11:38.196Z | + mkdir ./out/mgd |
628 | 2024-02-10T00:11:38.196Z | + cp -r out/downloads/root ./out/mgd/root |
629 | 2024-02-10T00:11:38.345Z | + set -o errexit |
630 | 2024-02-10T00:11:38.369Z | +++ dirname ./tools/ci_download_transceiver_control |
631 | 2024-02-10T00:11:38.369Z | ++ cd ./tools |
632 | 2024-02-10T00:11:38.369Z | ++ pwd |
633 | 2024-02-10T00:11:38.369Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
634 | 2024-02-10T00:11:38.369Z | ++ basename ./tools/ci_download_transceiver_control |
635 | 2024-02-10T00:11:38.369Z | + ARG0=ci_download_transceiver_control |
636 | 2024-02-10T00:11:38.369Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
637 | 2024-02-10T00:11:38.370Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
638 | 2024-02-10T00:11:38.370Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
639 | 2024-02-10T00:11:38.370Z | + TARGET_DIR=out |
640 | 2024-02-10T00:11:38.370Z | + DOWNLOAD_DIR=out/downloads |
641 | 2024-02-10T00:11:38.370Z | + DEST_DIR=./out/transceiver-control |
642 | 2024-02-10T00:11:38.371Z | + BIN_DIR=/opt/oxide/bin |
643 | 2024-02-10T00:11:38.371Z | + BINARY=xcvradm |
644 | 2024-02-10T00:11:38.383Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
645 | 2024-02-10T00:11:38.383Z | + REPO=oxidecomputer/transceiver-control |
646 | 2024-02-10T00:11:38.383Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
647 | 2024-02-10T00:11:38.383Z | + main |
648 | 2024-02-10T00:11:38.383Z | + [[ 0 != 0 ]] |
649 | 2024-02-10T00:11:38.383Z | + CIDL_OS=solaris2.11 |
650 | 2024-02-10T00:11:38.384Z | + [[ 0 != 0 ]] |
651 | 2024-02-10T00:11:38.384Z | + configure_os solaris2.11 |
652 | 2024-02-10T00:11:38.384Z | + echo 'current directory: /work/oxidecomputer/omicron' |
653 | 2024-02-10T00:11:38.384Z | + echo 'configuring based on OS: "solaris2.11"' |
654 | 2024-02-10T00:11:38.384Z | + case "$1" in |
655 | 2024-02-10T00:11:38.384Z | current directory: /work/oxidecomputer/omicron |
656 | 2024-02-10T00:11:38.384Z | configuring based on OS: "solaris2.11" |
657 | 2024-02-10T00:11:38.384Z | + SET_BINARIES= |
658 | 2024-02-10T00:11:38.385Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2024-02-10T00:11:38.385Z | + CIDL_SHA256FUNC=do_sha256sum |
660 | 2024-02-10T00:11:38.385Z | + ARCHIVE_FILENAME=xcvradm.gz |
661 | 2024-02-10T00:11:38.385Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2024-02-10T00:11:38.385Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
663 | 2024-02-10T00:11:38.386Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
664 | 2024-02-10T00:11:38.386Z | + echo 'Local file: out/downloads/xcvradm.gz' |
665 | 2024-02-10T00:11:38.386Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
666 | 2024-02-10T00:11:38.386Z | Local file: out/downloads/xcvradm.gz |
667 | 2024-02-10T00:11:38.386Z | + mkdir -p out/downloads |
668 | 2024-02-10T00:11:38.386Z | + mkdir -p ./out/transceiver-control |
669 | 2024-02-10T00:11:38.386Z | + fetch_and_verify |
670 | 2024-02-10T00:11:38.387Z | + local DO_DOWNLOAD=true |
671 | 2024-02-10T00:11:38.387Z | + [[ -f out/downloads/xcvradm.gz ]] |
672 | 2024-02-10T00:11:38.387Z | + '[' true == true ']' |
673 | 2024-02-10T00:11:38.387Z | + echo Downloading... |
674 | 2024-02-10T00:11:38.387Z | Downloading... |
675 | 2024-02-10T00:11:38.387Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
676 | 2024-02-10T00:11:38.387Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-10T00:11:41.075Z | ++ do_sha256sum out/downloads/xcvradm.gz |
678 | 2024-02-10T00:11:41.081Z | ++ sha256sum |
679 | 2024-02-10T00:11:41.081Z | ++ awk '{print $1}' |
680 | 2024-02-10T00:11:41.086Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-10T00:11:41.086Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
682 | 2024-02-10T00:11:41.086Z | + do_unpack out/downloads/xcvradm.gz |
683 | 2024-02-10T00:11:41.086Z | + mkdir -p out/downloads/root//opt/oxide/bin |
684 | 2024-02-10T00:11:41.091Z | + gzip -dc out/downloads/xcvradm.gz |
685 | 2024-02-10T00:11:41.203Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
686 | 2024-02-10T00:11:41.206Z | + do_assemble |
687 | 2024-02-10T00:11:41.207Z | + rm -r ./out/transceiver-control |
688 | 2024-02-10T00:11:41.209Z | + mkdir ./out/transceiver-control |
689 | 2024-02-10T00:11:41.210Z | + cp -r out/downloads/root ./out/transceiver-control/root |
690 | 2024-02-10T00:11:41.367Z | All prerequisites installed successfully |
691 | 2024-02-10T00:11:41.388Z | |
692 | 2024-02-10T00:11:41.388Z | real 1:57.158805417 |
693 | 2024-02-10T00:11:41.388Z | user 33.958682577 |
694 | 2024-02-10T00:11:41.388Z | sys 6.550644828 |
695 | 2024-02-10T00:11:41.389Z | trap 0.007838928 |
696 | 2024-02-10T00:11:41.389Z | tflt 0.224157225 |
697 | 2024-02-10T00:11:41.389Z | dflt 0.451436781 |
698 | 2024-02-10T00:11:41.389Z | kflt 0.173261859 |
699 | 2024-02-10T00:11:41.389Z | lock 1.438610462 |
700 | 2024-02-10T00:11:41.389Z | slp 3:48.667698436 |
701 | 2024-02-10T00:11:41.390Z | lat 1.744639924 |
702 | 2024-02-10T00:11:41.390Z | stop 0.126445068 |
703 | 2024-02-10T00:11:41.390Z | + banner end-to-end-tests |
704 | 2024-02-10T00:11:41.463Z | |
705 | 2024-02-10T00:11:41.463Z | ###### # # ##### ##### #### ###### # # ##### |
706 | 2024-02-10T00:11:41.463Z | # ## # # # # # # # ## # # # |
707 | 2024-02-10T00:11:41.463Z | ##### # # # # # ##### # # # ##### ##### # # # # # |
708 | 2024-02-10T00:11:41.463Z | # # # # # # # # # # # # # # # |
709 | 2024-02-10T00:11:41.464Z | # # ## # # # # # # # ## # # |
710 | 2024-02-10T00:11:41.464Z | ###### # # ##### # #### ###### # # ##### |
711 | 2024-02-10T00:11:41.464Z | |
712 | 2024-02-10T00:11:41.496Z | + export CARGO_PROFILE_DEV_DEBUG=1 |
713 | 2024-02-10T00:11:41.496Z | + CARGO_PROFILE_DEV_DEBUG=1 |
714 | 2024-02-10T00:11:41.496Z | + export CARGO_PROFILE_TEST_DEBUG=1 |
715 | 2024-02-10T00:11:41.496Z | + CARGO_PROFILE_TEST_DEBUG=1 |
716 | 2024-02-10T00:11:41.496Z | + export CARGO_INCREMENTAL=0 |
717 | 2024-02-10T00:11:41.496Z | + CARGO_INCREMENTAL=0 |
718 | 2024-02-10T00:11:41.497Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
719 | 2024-02-10T00:11:41.663Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
720 | 2024-02-10T00:11:41.970Z | Updating git repository `https://github.com/oxidecomputer/samael` |
721 | 2024-02-10T00:11:42.322Z | Updating crates.io index |
722 | 2024-02-10T00:11:42.364Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
723 | 2024-02-10T00:11:42.956Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
724 | 2024-02-10T00:11:44.575Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
725 | 2024-02-10T00:11:44.870Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
726 | 2024-02-10T00:11:45.175Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
727 | 2024-02-10T00:11:45.454Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
728 | 2024-02-10T00:11:45.705Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
729 | 2024-02-10T00:11:46.556Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
730 | 2024-02-10T00:11:48.900Z | Updating git repository `https://github.com/oxidecomputer/opte` |
731 | 2024-02-10T00:11:50.174Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
732 | 2024-02-10T00:11:50.463Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
733 | 2024-02-10T00:11:50.998Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
734 | 2024-02-10T00:11:51.262Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
735 | 2024-02-10T00:11:51.557Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
736 | 2024-02-10T00:11:51.830Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
737 | 2024-02-10T00:11:52.199Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
738 | 2024-02-10T00:11:52.708Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
739 | 2024-02-10T00:11:52.979Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
740 | 2024-02-10T00:11:53.487Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
741 | 2024-02-10T00:11:53.838Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
742 | 2024-02-10T00:11:54.155Z | Updating git repository `https://github.com/jgallagher/nix` |
743 | 2024-02-10T00:11:55.078Z | Updating git repository `https://github.com/cbiffle/hubpack` |
744 | 2024-02-10T00:11:55.568Z | Updating git repository `https://github.com/oxidecomputer/typify` |
745 | 2024-02-10T00:11:56.737Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
746 | 2024-02-10T00:11:57.068Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
747 | 2024-02-10T00:11:59.065Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
748 | 2024-02-10T00:12:00.374Z | Downloading crates ... |
749 | 2024-02-10T00:12:00.551Z | Downloaded adler v1.0.2 |
750 | 2024-02-10T00:12:00.560Z | Downloaded colorchoice v1.0.0 |
751 | 2024-02-10T00:12:00.567Z | Downloaded nibble_vec v0.1.0 |
752 | 2024-02-10T00:12:00.578Z | Downloaded cpufeatures v0.2.12 |
753 | 2024-02-10T00:12:00.582Z | Downloaded cipher v0.4.4 |
754 | 2024-02-10T00:12:00.586Z | Downloaded cobs v0.2.3 |
755 | 2024-02-10T00:12:00.590Z | Downloaded md-5 v0.10.5 |
756 | 2024-02-10T00:12:00.594Z | Downloaded ciborium-io v0.2.2 |
757 | 2024-02-10T00:12:00.599Z | Downloaded anstream v0.5.0 |
758 | 2024-02-10T00:12:00.599Z | Downloaded ciborium-ll v0.2.2 |
759 | 2024-02-10T00:12:00.604Z | Downloaded autocfg v1.1.0 |
760 | 2024-02-10T00:12:00.613Z | Downloaded matches v0.1.10 |
761 | 2024-02-10T00:12:00.625Z | Downloaded cc v1.0.83 |
762 | 2024-02-10T00:12:00.625Z | Downloaded crucible-workspace-hack v0.1.0 |
763 | 2024-02-10T00:12:00.626Z | Downloaded clap v2.34.0 |
764 | 2024-02-10T00:12:00.632Z | Downloaded darling_macro v0.20.3 |
765 | 2024-02-10T00:12:00.632Z | Downloaded num_cpus v1.16.0 |
766 | 2024-02-10T00:12:00.633Z | Downloaded owo-colors v4.0.0 |
767 | 2024-02-10T00:12:00.640Z | Downloaded memmap v0.7.0 |
768 | 2024-02-10T00:12:00.640Z | Downloaded memoffset v0.9.0 |
769 | 2024-02-10T00:12:00.641Z | Downloaded constant_time_eq v0.3.0 |
770 | 2024-02-10T00:12:00.648Z | Downloaded debug-ignore v1.0.5 |
771 | 2024-02-10T00:12:00.648Z | Downloaded num_enum v0.5.11 |
772 | 2024-02-10T00:12:00.657Z | Downloaded openssl-macros v0.1.1 |
773 | 2024-02-10T00:12:00.657Z | Downloaded opaque-debug v0.3.0 |
774 | 2024-02-10T00:12:00.657Z | Downloaded omicron-zone-package v0.11.0 |
775 | 2024-02-10T00:12:00.670Z | Downloaded openssl-probe v0.1.5 |
776 | 2024-02-10T00:12:00.671Z | Downloaded defmt v0.3.5 |
777 | 2024-02-10T00:12:00.671Z | Downloaded data-encoding v2.4.0 |
778 | 2024-02-10T00:12:00.671Z | Downloaded chacha20poly1305 v0.10.1 |
779 | 2024-02-10T00:12:00.693Z | Downloaded precomputed-hash v0.1.1 |
780 | 2024-02-10T00:12:00.693Z | Downloaded crossbeam-utils v0.8.16 |
781 | 2024-02-10T00:12:00.693Z | Downloaded async-stream v0.3.5 |
782 | 2024-02-10T00:12:00.693Z | Downloaded once_cell v1.19.0 |
783 | 2024-02-10T00:12:00.694Z | Downloaded convert_case v0.4.0 |
784 | 2024-02-10T00:12:00.694Z | Downloaded md5 v0.7.0 |
785 | 2024-02-10T00:12:00.704Z | Downloaded num_enum_derive v0.5.11 |
786 | 2024-02-10T00:12:00.704Z | Downloaded base64ct v1.6.0 |
787 | 2024-02-10T00:12:00.704Z | Downloaded curve25519-dalek-derive v0.1.0 |
788 | 2024-02-10T00:12:00.704Z | Downloaded match_cfg v0.1.0 |
789 | 2024-02-10T00:12:00.704Z | Downloaded num v0.4.1 |
790 | 2024-02-10T00:12:00.704Z | Downloaded diesel_table_macro_syntax v0.1.0 |
791 | 2024-02-10T00:12:00.705Z | Downloaded anstyle v1.0.2 |
792 | 2024-02-10T00:12:00.705Z | Downloaded darling v0.20.3 |
793 | 2024-02-10T00:12:00.705Z | Downloaded anyhow v1.0.75 |
794 | 2024-02-10T00:12:00.705Z | Downloaded deranged v0.3.8 |
795 | 2024-02-10T00:12:00.705Z | Downloaded num_threads v0.1.6 |
796 | 2024-02-10T00:12:00.705Z | Downloaded difflib v0.4.0 |
797 | 2024-02-10T00:12:00.712Z | Downloaded pretty-hex v0.2.1 |
798 | 2024-02-10T00:12:00.712Z | Downloaded phf_shared v0.10.0 |
799 | 2024-02-10T00:12:00.712Z | Downloaded atomicwrites v0.4.3 |
800 | 2024-02-10T00:12:00.712Z | Downloaded pretty-hex v0.4.1 |
801 | 2024-02-10T00:12:00.712Z | Downloaded predicates-core v1.0.6 |
802 | 2024-02-10T00:12:00.713Z | Downloaded macaddr v1.0.1 |
803 | 2024-02-10T00:12:00.713Z | Downloaded linked-hash-map v0.5.6 |
804 | 2024-02-10T00:12:00.719Z | Downloaded block-buffer v0.10.4 |
805 | 2024-02-10T00:12:00.719Z | Downloaded arrayvec v0.7.4 |
806 | 2024-02-10T00:12:00.719Z | Downloaded ctr v0.9.2 |
807 | 2024-02-10T00:12:00.719Z | Downloaded phf_shared v0.11.2 |
808 | 2024-02-10T00:12:00.722Z | Downloaded pest_generator v2.7.6 |
809 | 2024-02-10T00:12:00.722Z | Downloaded pem-rfc7468 v0.7.0 |
810 | 2024-02-10T00:12:00.722Z | Downloaded const-oid v0.9.5 |
811 | 2024-02-10T00:12:00.725Z | Downloaded pem v3.0.2 |
812 | 2024-02-10T00:12:00.728Z | Downloaded libefi-sys v0.1.0 |
813 | 2024-02-10T00:12:00.728Z | Downloaded keccak v0.1.4 |
814 | 2024-02-10T00:12:01.154Z | Downloaded managed v0.8.0 |
815 | 2024-02-10T00:12:01.155Z | Downloaded blowfish v0.9.1 |
816 | 2024-02-10T00:12:01.259Z | Downloaded itoa v1.0.9 |
817 | 2024-02-10T00:12:01.259Z | Downloaded hash32 v0.3.1 |
818 | 2024-02-10T00:12:01.259Z | Downloaded libsw v3.3.1 |
819 | 2024-02-10T00:12:01.259Z | Downloaded base16ct v0.2.0 |
820 | 2024-02-10T00:12:01.259Z | Downloaded waitgroup v0.1.2 |
821 | 2024-02-10T00:12:01.259Z | Downloaded miniz_oxide v0.7.1 |
822 | 2024-02-10T00:12:01.259Z | Downloaded plain v0.2.3 |
823 | 2024-02-10T00:12:01.259Z | Downloaded phf v0.11.2 |
824 | 2024-02-10T00:12:01.259Z | Downloaded allocator-api2 v0.2.16 |
825 | 2024-02-10T00:12:01.259Z | Downloaded pbkdf2 v0.11.0 |
826 | 2024-02-10T00:12:01.259Z | Downloaded pbkdf2 v0.12.2 |
827 | 2024-02-10T00:12:01.259Z | Downloaded parse-display v0.9.0 |
828 | 2024-02-10T00:12:01.259Z | Downloaded digest v0.10.7 |
829 | 2024-02-10T00:12:01.259Z | Downloaded password-hash v0.5.0 |
830 | 2024-02-10T00:12:01.260Z | Downloaded pin-utils v0.1.0 |
831 | 2024-02-10T00:12:01.260Z | Downloaded num-iter v0.1.43 |
832 | 2024-02-10T00:12:01.260Z | Downloaded backoff v0.4.0 |
833 | 2024-02-10T00:12:01.260Z | Downloaded thiserror-no-std v2.0.2 |
834 | 2024-02-10T00:12:01.260Z | Downloaded defmt-macros v0.3.6 |
835 | 2024-02-10T00:12:01.260Z | Downloaded num-bigint v0.4.4 |
836 | 2024-02-10T00:12:01.260Z | Downloaded der_derive v0.7.2 |
837 | 2024-02-10T00:12:01.260Z | Downloaded console v0.15.8 |
838 | 2024-02-10T00:12:01.260Z | Downloaded bzip2 v0.4.4 |
839 | 2024-02-10T00:12:01.260Z | Downloaded dirs-sys-next v0.1.2 |
840 | 2024-02-10T00:12:01.260Z | Downloaded camino v1.1.6 |
841 | 2024-02-10T00:12:01.260Z | Downloaded hash32 v0.2.1 |
842 | 2024-02-10T00:12:01.260Z | Downloaded unicode-xid v0.2.4 |
843 | 2024-02-10T00:12:01.260Z | Downloaded endian-type v0.1.2 |
844 | 2024-02-10T00:12:01.260Z | Downloaded clap_derive v4.4.2 |
845 | 2024-02-10T00:12:01.260Z | Downloaded proc-macro-error-attr v1.0.4 |
846 | 2024-02-10T00:12:01.260Z | Downloaded postgres-types v0.2.6 |
847 | 2024-02-10T00:12:01.260Z | Downloaded postgres-protocol v0.6.6 |
848 | 2024-02-10T00:12:01.260Z | Downloaded futures-executor v0.3.30 |
849 | 2024-02-10T00:12:01.260Z | Downloaded http-body v0.4.5 |
850 | 2024-02-10T00:12:01.261Z | Downloaded pin-project-lite v0.2.13 |
851 | 2024-02-10T00:12:01.261Z | Downloaded futures-core v0.3.30 |
852 | 2024-02-10T00:12:01.261Z | Downloaded parking_lot_core v0.9.8 |
853 | 2024-02-10T00:12:01.261Z | Downloaded foreign-types-shared v0.3.1 |
854 | 2024-02-10T00:12:01.261Z | Downloaded parking_lot v0.12.1 |
855 | 2024-02-10T00:12:01.261Z | Downloaded instant v0.1.12 |
856 | 2024-02-10T00:12:01.261Z | Downloaded foreign-types-shared v0.1.1 |
857 | 2024-02-10T00:12:01.261Z | Downloaded take_mut v0.2.2 |
858 | 2024-02-10T00:12:01.261Z | Downloaded darling_core v0.20.3 |
859 | 2024-02-10T00:12:01.261Z | Downloaded signal-hook-registry v1.4.1 |
860 | 2024-02-10T00:12:01.261Z | Downloaded blake2 v0.10.6 |
861 | 2024-02-10T00:12:01.261Z | Downloaded rand_chacha v0.2.2 |
862 | 2024-02-10T00:12:01.261Z | Downloaded log v0.4.20 |
863 | 2024-02-10T00:12:01.261Z | Downloaded zerocopy v0.3.0 |
864 | 2024-02-10T00:12:01.261Z | Downloaded cancel-safe-futures v0.1.5 |
865 | 2024-02-10T00:12:01.261Z | Downloaded rand_core v0.5.1 |
866 | 2024-02-10T00:12:01.261Z | Downloaded yasna v0.5.2 |
867 | 2024-02-10T00:12:01.261Z | Downloaded num-traits v0.2.16 |
868 | 2024-02-10T00:12:01.261Z | Downloaded tower-service v0.3.2 |
869 | 2024-02-10T00:12:01.261Z | Downloaded try-lock v0.2.4 |
870 | 2024-02-10T00:12:01.261Z | Downloaded tracing-attributes v0.1.26 |
871 | 2024-02-10T00:12:01.262Z | Downloaded dirs-next v2.0.0 |
872 | 2024-02-10T00:12:01.262Z | Downloaded tokio-rustls v0.25.0 |
873 | 2024-02-10T00:12:01.262Z | Downloaded tokio-rustls v0.24.1 |
874 | 2024-02-10T00:12:01.262Z | Downloaded swrite v0.1.0 |
875 | 2024-02-10T00:12:01.262Z | Downloaded slog-async v2.8.0 |
876 | 2024-02-10T00:12:01.262Z | Downloaded io-lifetimes v1.0.11 |
877 | 2024-02-10T00:12:01.262Z | Downloaded serde_tokenstream v0.2.0 |
878 | 2024-02-10T00:12:01.262Z | Downloaded serde_tokenstream v0.1.7 |
879 | 2024-02-10T00:12:01.262Z | Downloaded derive-where v1.2.7 |
880 | 2024-02-10T00:12:01.262Z | Downloaded serde_path_to_error v0.1.15 |
881 | 2024-02-10T00:12:01.262Z | Downloaded dtrace-parser v0.2.0 |
882 | 2024-02-10T00:12:01.262Z | Downloaded dtrace-parser v0.1.14 |
883 | 2024-02-10T00:12:01.262Z | Downloaded openssl-sys v0.9.96 |
884 | 2024-02-10T00:12:01.262Z | Downloaded static_assertions v1.1.0 |
885 | 2024-02-10T00:12:01.262Z | Downloaded slog-dtrace v0.3.0 |
886 | 2024-02-10T00:12:01.262Z | Downloaded subtle v2.5.0 |
887 | 2024-02-10T00:12:01.262Z | Downloaded hubpack_derive v0.1.1 |
888 | 2024-02-10T00:12:01.262Z | Downloaded ident_case v1.0.1 |
889 | 2024-02-10T00:12:01.263Z | Downloaded ucd-trie v0.1.6 |
890 | 2024-02-10T00:12:01.263Z | Downloaded term v0.7.0 |
891 | 2024-02-10T00:12:01.263Z | Downloaded same-file v1.0.6 |
892 | 2024-02-10T00:12:01.263Z | Downloaded semver v0.11.0 |
893 | 2024-02-10T00:12:01.263Z | Downloaded strsim v0.8.0 |
894 | 2024-02-10T00:12:01.263Z | Downloaded arc-swap v1.6.0 |
895 | 2024-02-10T00:12:01.263Z | Downloaded serde_urlencoded v0.7.1 |
896 | 2024-02-10T00:12:01.263Z | Downloaded usdt-macro v0.3.5 |
897 | 2024-02-10T00:12:01.263Z | Downloaded gethostname v0.4.3 |
898 | 2024-02-10T00:12:01.263Z | Downloaded structmeta-derive v0.3.0 |
899 | 2024-02-10T00:12:01.263Z | Downloaded enum-as-inner v0.5.1 |
900 | 2024-02-10T00:12:01.263Z | Downloaded russh-cryptovec v0.7.0 |
901 | 2024-02-10T00:12:01.263Z | Downloaded toml v0.7.8 |
902 | 2024-02-10T00:12:01.263Z | Downloaded rfc6979 v0.4.0 |
903 | 2024-02-10T00:12:01.263Z | Downloaded equivalent v1.0.1 |
904 | 2024-02-10T00:12:01.263Z | Downloaded rustls-pki-types v1.1.0 |
905 | 2024-02-10T00:12:01.263Z | Downloaded walkdir v2.4.0 |
906 | 2024-02-10T00:12:01.263Z | Downloaded either v1.9.0 |
907 | 2024-02-10T00:12:01.264Z | Downloaded glob v0.3.1 |
908 | 2024-02-10T00:12:01.264Z | Downloaded sha1 v0.10.6 |
909 | 2024-02-10T00:12:01.264Z | Downloaded iana-time-zone v0.1.57 |
910 | 2024-02-10T00:12:01.264Z | Downloaded sha2 v0.10.8 |
911 | 2024-02-10T00:12:01.264Z | Downloaded postcard v1.0.8 |
912 | 2024-02-10T00:12:01.264Z | Downloaded tinyvec v1.6.0 |
913 | 2024-02-10T00:12:01.264Z | Downloaded p256 v0.13.2 |
914 | 2024-02-10T00:12:01.264Z | Downloaded serde_spanned v0.6.5 |
915 | 2024-02-10T00:12:01.264Z | Downloaded rustls-pemfile v1.0.3 |
916 | 2024-02-10T00:12:01.275Z | Downloaded float-cmp v0.9.0 |
917 | 2024-02-10T00:12:01.275Z | Downloaded scheduled-thread-pool v0.2.7 |
918 | 2024-02-10T00:12:01.275Z | Downloaded fnv v1.0.7 |
919 | 2024-02-10T00:12:01.275Z | Downloaded heck v0.4.1 |
920 | 2024-02-10T00:12:01.275Z | Downloaded minimal-lexical v0.2.1 |
921 | 2024-02-10T00:12:01.275Z | Downloaded futures-io v0.3.30 |
922 | 2024-02-10T00:12:01.275Z | Downloaded base64 v0.21.7 |
923 | 2024-02-10T00:12:01.276Z | Downloaded filetime v0.2.23 |
924 | 2024-02-10T00:12:01.276Z | Downloaded universal-hash v0.5.1 |
925 | 2024-02-10T00:12:01.276Z | Downloaded zerocopy v0.6.4 |
926 | 2024-02-10T00:12:01.276Z | Downloaded proc-macro-crate v1.3.1 |
927 | 2024-02-10T00:12:01.276Z | Downloaded slog-term v2.9.0 |
928 | 2024-02-10T00:12:01.276Z | Downloaded slog-bunyan v2.5.0 |
929 | 2024-02-10T00:12:01.276Z | Downloaded strsim v0.10.0 |
930 | 2024-02-10T00:12:01.276Z | Downloaded foreign-types v0.5.0 |
931 | 2024-02-10T00:12:01.276Z | Downloaded nom v7.1.3 |
932 | 2024-02-10T00:12:01.276Z | Downloaded untrusted v0.7.1 |
933 | 2024-02-10T00:12:01.276Z | Downloaded vec_map v0.8.2 |
934 | 2024-02-10T00:12:01.276Z | Downloaded resolv-conf v0.7.0 |
935 | 2024-02-10T00:12:01.276Z | Downloaded errno v0.3.8 |
936 | 2024-02-10T00:12:01.276Z | Downloaded aes v0.8.3 |
937 | 2024-02-10T00:12:01.276Z | Downloaded serde_derive_internals v0.26.0 |
938 | 2024-02-10T00:12:01.276Z | Downloaded thiserror-impl v1.0.56 |
939 | 2024-02-10T00:12:01.276Z | Downloaded sct v0.7.0 |
940 | 2024-02-10T00:12:01.276Z | Downloaded usdt-impl v0.5.0 |
941 | 2024-02-10T00:12:01.276Z | Downloaded siphasher v0.3.11 |
942 | 2024-02-10T00:12:01.276Z | Downloaded similar v2.3.0 |
943 | 2024-02-10T00:12:01.276Z | Downloaded rustfmt-wrapper v0.2.0 |
944 | 2024-02-10T00:12:01.276Z | Downloaded smf v0.2.2 |
945 | 2024-02-10T00:12:01.276Z | Downloaded http-range v0.1.5 |
946 | 2024-02-10T00:12:01.276Z | Downloaded rand_core v0.6.4 |
947 | 2024-02-10T00:12:01.277Z | Downloaded utf-8 v0.7.6 |
948 | 2024-02-10T00:12:01.277Z | Downloaded is-terminal v0.4.9 |
949 | 2024-02-10T00:12:01.277Z | Downloaded futures v0.3.30 |
950 | 2024-02-10T00:12:01.277Z | Downloaded usdt-macro v0.5.0 |
951 | 2024-02-10T00:12:01.277Z | Downloaded hyper-tls v0.5.0 |
952 | 2024-02-10T00:12:01.277Z | Downloaded slog-scope v4.4.0 |
953 | 2024-02-10T00:12:01.277Z | Downloaded proc-macro-error v1.0.4 |
954 | 2024-02-10T00:12:01.277Z | Downloaded russh-keys v0.40.1 |
955 | 2024-02-10T00:12:01.277Z | Downloaded zone_cfg_derive v0.3.0 |
956 | 2024-02-10T00:12:01.277Z | Downloaded semver v1.0.21 |
957 | 2024-02-10T00:12:01.277Z | Downloaded generic-array v0.14.7 |
958 | 2024-02-10T00:12:01.277Z | Downloaded getopts v0.2.21 |
959 | 2024-02-10T00:12:01.277Z | Downloaded thiserror-impl-no-std v2.0.2 |
960 | 2024-02-10T00:12:01.277Z | Downloaded ghash v0.5.0 |
961 | 2024-02-10T00:12:01.277Z | Downloaded rustc_version v0.4.0 |
962 | 2024-02-10T00:12:01.277Z | Downloaded serde_with_macros v3.6.0 |
963 | 2024-02-10T00:12:01.277Z | Downloaded ecdsa v0.16.9 |
964 | 2024-02-10T00:12:01.277Z | Downloaded slog-stdlog v4.1.1 |
965 | 2024-02-10T00:12:01.277Z | Downloaded unicode-bidi v0.3.13 |
966 | 2024-02-10T00:12:01.277Z | Downloaded ipnet v2.9.0 |
967 | 2024-02-10T00:12:01.277Z | Downloaded unsafe-libyaml v0.2.10 |
968 | 2024-02-10T00:12:01.277Z | Downloaded der v0.7.8 |
969 | 2024-02-10T00:12:01.277Z | Downloaded hex-literal v0.4.1 |
970 | 2024-02-10T00:12:01.277Z | Downloaded memchr v2.6.3 |
971 | 2024-02-10T00:12:01.277Z | Downloaded group v0.13.0 |
972 | 2024-02-10T00:12:01.277Z | Downloaded foreign-types-macros v0.2.3 |
973 | 2024-02-10T00:12:01.278Z | Downloaded thiserror v1.0.56 |
974 | 2024-02-10T00:12:01.278Z | Downloaded rustc-demangle v0.1.23 |
975 | 2024-02-10T00:12:01.278Z | Downloaded sec1 v0.7.3 |
976 | 2024-02-10T00:12:01.278Z | Downloaded slab v0.4.9 |
977 | 2024-02-10T00:12:01.278Z | Downloaded tungstenite v0.20.1 |
978 | 2024-02-10T00:12:01.278Z | Downloaded slog v2.7.0 |
979 | 2024-02-10T00:12:01.278Z | Downloaded signature v2.1.0 |
980 | 2024-02-10T00:12:01.278Z | Downloaded elliptic-curve v0.13.8 |
981 | 2024-02-10T00:12:01.278Z | Downloaded embedded-io v0.4.0 |
982 | 2024-02-10T00:12:01.278Z | Downloaded dof v0.1.5 |
983 | 2024-02-10T00:12:01.278Z | Downloaded rustls-pemfile v2.0.0 |
984 | 2024-02-10T00:12:01.278Z | Downloaded futures-channel v0.3.30 |
985 | 2024-02-10T00:12:01.278Z | Downloaded url v2.5.0 |
986 | 2024-02-10T00:12:01.278Z | Downloaded trust-dns-client v0.22.0 |
987 | 2024-02-10T00:12:01.278Z | Downloaded uuid v1.7.0 |
988 | 2024-02-10T00:12:01.278Z | Downloaded toml v0.8.9 |
989 | 2024-02-10T00:12:01.278Z | Downloaded serde_yaml v0.9.25 |
990 | 2024-02-10T00:12:01.278Z | Downloaded pest v2.7.6 |
991 | 2024-02-10T00:12:01.278Z | Downloaded textwrap v0.11.0 |
992 | 2024-02-10T00:12:01.278Z | Downloaded http v1.0.0 |
993 | 2024-02-10T00:12:01.278Z | Downloaded schemars v0.8.16 |
994 | 2024-02-10T00:12:01.278Z | Downloaded proc-macro2 v1.0.78 |
995 | 2024-02-10T00:12:01.278Z | Downloaded rand v0.8.5 |
996 | 2024-02-10T00:12:01.278Z | Downloaded structopt v0.3.26 |
997 | 2024-02-10T00:12:01.278Z | Downloaded zip v0.6.6 |
998 | 2024-02-10T00:12:01.279Z | Downloaded heapless v0.7.16 |
999 | 2024-02-10T00:12:01.279Z | Downloaded unicode-ident v1.0.12 |
1000 | 2024-02-10T00:12:01.279Z | Downloaded typenum v1.16.0 |
1001 | 2024-02-10T00:12:01.279Z | Downloaded rcgen v0.12.1 |
1002 | 2024-02-10T00:12:01.279Z | Downloaded rayon-core v1.12.0 |
1003 | 2024-02-10T00:12:01.279Z | Downloaded flate2 v1.0.28 |
1004 | 2024-02-10T00:12:01.279Z | Downloaded aes-gcm v0.10.3 |
1005 | 2024-02-10T00:12:01.279Z | Downloaded aho-corasick v1.0.4 |
1006 | 2024-02-10T00:12:01.279Z | Downloaded tracing-core v0.1.31 |
1007 | 2024-02-10T00:12:01.279Z | Downloaded tracing v0.1.37 |
1008 | 2024-02-10T00:12:01.279Z | Downloaded libm v0.2.7 |
1009 | 2024-02-10T00:12:01.279Z | Downloaded trust-dns-resolver v0.22.0 |
1010 | 2024-02-10T00:12:01.279Z | Downloaded tinyvec_macros v0.1.1 |
1011 | 2024-02-10T00:12:01.279Z | Downloaded semver v0.1.20 |
1012 | 2024-02-10T00:12:01.279Z | Downloaded signal-hook v0.3.17 |
1013 | 2024-02-10T00:12:01.279Z | Downloaded toolchain_find v0.2.0 |
1014 | 2024-02-10T00:12:01.279Z | Downloaded ed25519 v2.2.2 |
1015 | 2024-02-10T00:12:01.279Z | Downloaded secrecy v0.8.0 |
1016 | 2024-02-10T00:12:01.283Z | Downloaded winnow v0.5.15 |
1017 | 2024-02-10T00:12:01.283Z | Downloaded rand v0.7.3 |
1018 | 2024-02-10T00:12:01.283Z | Downloaded foreign-types v0.3.2 |
1019 | 2024-02-10T00:12:01.283Z | Downloaded ed25519-dalek v2.0.0 |
1020 | 2024-02-10T00:12:01.283Z | Downloaded usdt-attr-macro v0.3.5 |
1021 | 2024-02-10T00:12:01.284Z | Downloaded fxhash v0.2.1 |
1022 | 2024-02-10T00:12:01.284Z | Downloaded heapless v0.8.0 |
1023 | 2024-02-10T00:12:01.284Z | Downloaded time-core v0.1.1 |
1024 | 2024-02-10T00:12:01.284Z | Downloaded scroll_derive v0.12.0 |
1025 | 2024-02-10T00:12:01.284Z | Downloaded crossbeam-channel v0.5.8 |
1026 | 2024-02-10T00:12:01.284Z | Downloaded futures-macro v0.3.30 |
1027 | 2024-02-10T00:12:01.284Z | Downloaded dof v0.3.0 |
1028 | 2024-02-10T00:12:01.284Z | Downloaded whoami v1.4.1 |
1029 | 2024-02-10T00:12:01.284Z | Downloaded httpdate v1.0.3 |
1030 | 2024-02-10T00:12:01.284Z | Downloaded spki v0.7.2 |
1031 | 2024-02-10T00:12:01.284Z | Downloaded fastrand v2.0.1 |
1032 | 2024-02-10T00:12:01.284Z | Downloaded semver-parser v0.10.2 |
1033 | 2024-02-10T00:12:01.284Z | Downloaded futures-sink v0.3.30 |
1034 | 2024-02-10T00:12:01.284Z | Downloaded synstructure v0.12.6 |
1035 | 2024-02-10T00:12:01.284Z | Downloaded want v0.3.1 |
1036 | 2024-02-10T00:12:01.284Z | Downloaded usdt-attr-macro v0.5.0 |
1037 | 2024-02-10T00:12:01.284Z | Downloaded usdt v0.5.0 |
1038 | 2024-02-10T00:12:01.284Z | Downloaded untrusted v0.9.0 |
1039 | 2024-02-10T00:12:01.284Z | Downloaded clap_builder v4.4.2 |
1040 | 2024-02-10T00:12:01.284Z | Downloaded dyn-clone v1.0.16 |
1041 | 2024-02-10T00:12:01.284Z | Downloaded slog-json v2.6.1 |
1042 | 2024-02-10T00:12:01.284Z | Downloaded quote v1.0.35 |
1043 | 2024-02-10T00:12:01.284Z | Downloaded chrono v0.4.31 |
1044 | 2024-02-10T00:12:01.284Z | Downloaded unicode-segmentation v1.10.1 |
1045 | 2024-02-10T00:12:01.284Z | Downloaded slog-envlogger v2.2.0 |
1046 | 2024-02-10T00:12:01.285Z | Downloaded display-error-chain v0.2.0 |
1047 | 2024-02-10T00:12:01.285Z | Downloaded ff v0.13.0 |
1048 | 2024-02-10T00:12:01.285Z | Downloaded httparse v1.8.0 |
1049 | 2024-02-10T00:12:01.285Z | Downloaded strum_macros v0.25.2 |
1050 | 2024-02-10T00:12:01.285Z | Downloaded scopeguard v1.2.0 |
1051 | 2024-02-10T00:12:01.285Z | Downloaded hostname v0.3.1 |
1052 | 2024-02-10T00:12:01.285Z | Downloaded rustversion v1.0.14 |
1053 | 2024-02-10T00:12:01.285Z | Downloaded topological-sort v0.2.2 |
1054 | 2024-02-10T00:12:01.285Z | Downloaded time-macros v0.2.13 |
1055 | 2024-02-10T00:12:01.285Z | Downloaded scroll v0.12.0 |
1056 | 2024-02-10T00:12:01.285Z | Downloaded schemars_derive v0.8.16 |
1057 | 2024-02-10T00:12:01.285Z | Downloaded futures-task v0.3.30 |
1058 | 2024-02-10T00:12:01.285Z | Downloaded spin v0.5.2 |
1059 | 2024-02-10T00:12:01.285Z | Downloaded r2d2 v0.8.10 |
1060 | 2024-02-10T00:12:01.285Z | Downloaded version_check v0.9.4 |
1061 | 2024-02-10T00:12:01.285Z | Downloaded petgraph v0.6.4 |
1062 | 2024-02-10T00:12:01.701Z | Downloaded serde_with v3.6.0 |
1063 | 2024-02-10T00:12:01.713Z | Downloaded socket2 v0.4.9 |
1064 | 2024-02-10T00:12:01.713Z | Downloaded getrandom v0.1.16 |
1065 | 2024-02-10T00:12:01.714Z | Downloaded serde_json v1.0.113 |
1066 | 2024-02-10T00:12:01.714Z | Downloaded itertools v0.12.1 |
1067 | 2024-02-10T00:12:01.714Z | Downloaded object v0.32.1 |
1068 | 2024-02-10T00:12:01.714Z | Downloaded tempfile v3.10.0 |
1069 | 2024-02-10T00:12:01.714Z | Downloaded hmac v0.12.1 |
1070 | 2024-02-10T00:12:01.714Z | Downloaded rustls-webpki v0.101.7 |
1071 | 2024-02-10T00:12:01.714Z | Downloaded itertools v0.10.5 |
1072 | 2024-02-10T00:12:01.714Z | Downloaded futures-util v0.3.30 |
1073 | 2024-02-10T00:12:01.714Z | Downloaded zerocopy v0.7.32 |
1074 | 2024-02-10T00:12:01.714Z | Downloaded hkdf v0.12.4 |
1075 | 2024-02-10T00:12:01.714Z | Downloaded serde_derive v1.0.196 |
1076 | 2024-02-10T00:12:01.714Z | Downloaded toml_edit v0.19.15 |
1077 | 2024-02-10T00:12:01.714Z | Downloaded unicode-normalization v0.1.22 |
1078 | 2024-02-10T00:12:01.714Z | Downloaded hashbrown v0.13.2 |
1079 | 2024-02-10T00:12:01.714Z | Downloaded tokio-postgres v0.7.10 |
1080 | 2024-02-10T00:12:01.715Z | Downloaded syn v1.0.109 |
1081 | 2024-02-10T00:12:01.715Z | Downloaded hyper v0.14.27 |
1082 | 2024-02-10T00:12:01.715Z | Downloaded steno v0.4.0 |
1083 | 2024-02-10T00:12:01.715Z | Downloaded syn v2.0.48 |
1084 | 2024-02-10T00:12:01.715Z | Downloaded reqwest v0.11.22 |
1085 | 2024-02-10T00:12:01.716Z | Downloaded trust-dns-server v0.22.1 |
1086 | 2024-02-10T00:12:01.716Z | Downloaded indexmap v2.2.2 |
1087 | 2024-02-10T00:12:01.716Z | Downloaded goblin v0.8.0 |
1088 | 2024-02-10T00:12:01.716Z | Downloaded idna v0.5.0 |
1089 | 2024-02-10T00:12:01.716Z | Downloaded rustls-webpki v0.102.1 |
1090 | 2024-02-10T00:12:01.716Z | Downloaded regex v1.10.3 |
1091 | 2024-02-10T00:12:01.716Z | Downloaded rustls v0.21.9 |
1092 | 2024-02-10T00:12:01.716Z | Downloaded rayon v1.8.0 |
1093 | 2024-02-10T00:12:01.717Z | Downloaded rustix v0.37.23 |
1094 | 2024-02-10T00:12:01.717Z | Downloaded time v0.3.27 |
1095 | 2024-02-10T00:12:01.717Z | Downloaded openapiv3 v2.0.0 |
1096 | 2024-02-10T00:12:01.717Z | Downloaded vcpkg v0.2.15 |
1097 | 2024-02-10T00:12:01.717Z | Downloaded radix_trie v0.2.1 |
1098 | 2024-02-10T00:12:01.717Z | Downloaded sled v0.34.7 |
1099 | 2024-02-10T00:12:01.717Z | Downloaded regex-automata v0.1.10 |
1100 | 2024-02-10T00:12:01.717Z | Downloaded regex-automata v0.3.8 |
1101 | 2024-02-10T00:12:01.717Z | Downloaded smoltcp v0.9.1 |
1102 | 2024-02-10T00:12:01.717Z | Downloaded bstr v0.2.17 |
1103 | 2024-02-10T00:12:01.717Z | Downloaded webpki-roots v0.25.2 |
1104 | 2024-02-10T00:12:01.718Z | Downloaded idna v0.2.3 |
1105 | 2024-02-10T00:12:01.718Z | Downloaded bstr v1.6.0 |
1106 | 2024-02-10T00:12:01.718Z | Downloaded sha3 v0.10.8 |
1107 | 2024-02-10T00:12:01.718Z | Downloaded gimli v0.28.0 |
1108 | 2024-02-10T00:12:01.718Z | Downloaded rustls v0.22.2 |
1109 | 2024-02-10T00:12:01.718Z | Downloaded smoltcp v0.11.0 |
1110 | 2024-02-10T00:12:01.727Z | Downloaded encoding_rs v0.8.33 |
1111 | 2024-02-10T00:12:01.742Z | Downloaded rustix v0.38.31 |
1112 | 2024-02-10T00:12:01.765Z | Downloaded russh v0.40.2 |
1113 | 2024-02-10T00:12:01.773Z | Downloaded tokio-util v0.7.10 |
1114 | 2024-02-10T00:12:01.783Z | Downloaded regex-syntax v0.8.2 |
1115 | 2024-02-10T00:12:01.792Z | Downloaded h2 v0.3.24 |
1116 | 2024-02-10T00:12:01.792Z | Downloaded http v0.2.11 |
1117 | 2024-02-10T00:12:01.801Z | Downloaded diesel v2.1.4 |
1118 | 2024-02-10T00:12:01.812Z | Downloaded trust-dns-proto v0.22.0 |
1119 | 2024-02-10T00:12:01.822Z | Downloaded hashbrown v0.12.3 |
1120 | 2024-02-10T00:12:01.831Z | Downloaded hashbrown v0.14.2 |
1121 | 2024-02-10T00:12:01.839Z | Downloaded regress v0.7.1 |
1122 | 2024-02-10T00:12:01.839Z | Downloaded toml_edit v0.21.1 |
1123 | 2024-02-10T00:12:01.859Z | Downloaded zerocopy-derive v0.2.0 |
1124 | 2024-02-10T00:12:01.869Z | Downloaded zerocopy-derive v0.6.4 |
1125 | 2024-02-10T00:12:01.882Z | Downloaded headers v0.3.9 |
1126 | 2024-02-10T00:12:01.893Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1127 | 2024-02-10T00:12:01.911Z | Downloaded regex-automata v0.4.4 |
1128 | 2024-02-10T00:12:01.923Z | Downloaded libc v0.2.153 |
1129 | 2024-02-10T00:12:01.938Z | Downloaded openssl v0.10.60 |
1130 | 2024-02-10T00:12:01.955Z | Downloaded ryu v1.0.15 |
1131 | 2024-02-10T00:12:01.955Z | Downloaded thread_local v1.1.7 |
1132 | 2024-02-10T00:12:01.956Z | Downloaded indexmap v1.9.3 |
1133 | 2024-02-10T00:12:01.965Z | Downloaded curve25519-dalek v4.1.1 |
1134 | 2024-02-10T00:12:01.965Z | Downloaded tokio v1.36.0 |
1135 | 2024-02-10T00:12:02.009Z | Downloaded toml v0.5.11 |
1136 | 2024-02-10T00:12:02.030Z | Downloaded serde v1.0.196 |
1137 | 2024-02-10T00:12:02.031Z | Downloaded tar v0.4.40 |
1138 | 2024-02-10T00:12:02.031Z | Downloaded tokio-stream v0.1.14 |
1139 | 2024-02-10T00:12:02.031Z | Downloaded socket2 v0.5.5 |
1140 | 2024-02-10T00:12:02.031Z | Downloaded half v2.3.1 |
1141 | 2024-02-10T00:12:02.031Z | Downloaded getrandom v0.2.10 |
1142 | 2024-02-10T00:12:02.031Z | Downloaded usdt-impl v0.3.5 |
1143 | 2024-02-10T00:12:02.031Z | Downloaded spin v0.9.8 |
1144 | 2024-02-10T00:12:02.048Z | Downloaded tokio-tungstenite v0.20.1 |
1145 | 2024-02-10T00:12:02.048Z | Downloaded blake3 v1.5.0 |
1146 | 2024-02-10T00:12:02.048Z | Downloaded subprocess v0.2.9 |
1147 | 2024-02-10T00:12:02.048Z | Downloaded tokio-native-tls v0.3.1 |
1148 | 2024-02-10T00:12:02.048Z | Downloaded flagset v0.4.3 |
1149 | 2024-02-10T00:12:02.048Z | Downloaded primeorder v0.13.6 |
1150 | 2024-02-10T00:12:02.048Z | Downloaded inout v0.1.3 |
1151 | 2024-02-10T00:12:02.049Z | Downloaded hubpack v0.1.2 |
1152 | 2024-02-10T00:12:02.049Z | Downloaded ipnetwork v0.20.0 |
1153 | 2024-02-10T00:12:02.049Z | Downloaded home v0.5.5 |
1154 | 2024-02-10T00:12:02.049Z | Downloaded heck v0.3.3 |
1155 | 2024-02-10T00:12:02.062Z | Downloaded hex v0.4.3 |
1156 | 2024-02-10T00:12:02.062Z | Downloaded winapi v0.3.9 |
1157 | 2024-02-10T00:12:02.083Z | Downloaded fallible-iterator v0.2.0 |
1158 | 2024-02-10T00:12:02.100Z | Downloaded string_cache v0.8.7 |
1159 | 2024-02-10T00:12:02.100Z | Downloaded hyper-rustls v0.24.2 |
1160 | 2024-02-10T00:12:02.100Z | Downloaded parking_lot v0.11.2 |
1161 | 2024-02-10T00:12:02.104Z | Downloaded bytes v1.5.0 |
1162 | 2024-02-10T00:12:02.104Z | Downloaded unicode-width v0.1.11 |
1163 | 2024-02-10T00:12:02.104Z | Downloaded hyper-staticfile v0.9.5 |
1164 | 2024-02-10T00:12:02.104Z | Downloaded form_urlencoded v1.2.1 |
1165 | 2024-02-10T00:12:02.105Z | Downloaded fixedbitset v0.4.2 |
1166 | 2024-02-10T00:12:02.105Z | Downloaded diesel_derives v2.1.2 |
1167 | 2024-02-10T00:12:02.105Z | Downloaded zerocopy-derive v0.7.32 |
1168 | 2024-02-10T00:12:02.105Z | Downloaded pest_derive v2.7.6 |
1169 | 2024-02-10T00:12:02.111Z | Downloaded zeroize v1.7.0 |
1170 | 2024-02-10T00:12:02.111Z | Downloaded zone v0.3.0 |
1171 | 2024-02-10T00:12:02.111Z | Downloaded zeroize_derive v1.4.2 |
1172 | 2024-02-10T00:12:02.111Z | Downloaded smallvec v1.13.1 |
1173 | 2024-02-10T00:12:02.114Z | Downloaded signal-hook-mio v0.2.3 |
1174 | 2024-02-10T00:12:02.114Z | Downloaded serde_repr v0.1.16 |
1175 | 2024-02-10T00:12:02.114Z | Downloaded pest_meta v2.7.6 |
1176 | 2024-02-10T00:12:02.118Z | Downloaded parking_lot_core v0.8.6 |
1177 | 2024-02-10T00:12:02.118Z | Downloaded derive_more v0.99.17 |
1178 | 2024-02-10T00:12:02.123Z | Downloaded rand_chacha v0.3.1 |
1179 | 2024-02-10T00:12:02.123Z | Downloaded quick-error v1.2.3 |
1180 | 2024-02-10T00:12:02.129Z | Downloaded usdt v0.3.5 |
1181 | 2024-02-10T00:12:02.129Z | Downloaded stable_deref_trait v1.2.0 |
1182 | 2024-02-10T00:12:02.129Z | Downloaded poly1305 v0.8.0 |
1183 | 2024-02-10T00:12:02.129Z | Downloaded unicase v2.7.0 |
1184 | 2024-02-10T00:12:02.133Z | Downloaded vsss-rs v3.3.4 |
1185 | 2024-02-10T00:12:02.133Z | Downloaded rustc_version v0.1.7 |
1186 | 2024-02-10T00:12:02.133Z | Downloaded xattr v1.0.1 |
1187 | 2024-02-10T00:12:02.133Z | Downloaded password-hash v0.4.2 |
1188 | 2024-02-10T00:12:02.137Z | Downloaded multer v3.0.0 |
1189 | 2024-02-10T00:12:02.137Z | Downloaded thread-id v4.2.0 |
1190 | 2024-02-10T00:12:02.141Z | Downloaded platforms v3.0.2 |
1191 | 2024-02-10T00:12:02.142Z | Downloaded pkcs8 v0.10.2 |
1192 | 2024-02-10T00:12:02.147Z | Downloaded mio v0.8.9 |
1193 | 2024-02-10T00:12:02.151Z | Downloaded cbc v0.1.2 |
1194 | 2024-02-10T00:12:02.151Z | Downloaded byteorder v1.5.0 |
1195 | 2024-02-10T00:12:02.158Z | Downloaded bitflags v2.4.0 |
1196 | 2024-02-10T00:12:02.158Z | Downloaded dirs-sys v0.4.1 |
1197 | 2024-02-10T00:12:02.158Z | Downloaded dirs v5.0.1 |
1198 | 2024-02-10T00:12:02.158Z | Downloaded lock_api v0.4.10 |
1199 | 2024-02-10T00:12:02.158Z | Downloaded memmap2 v0.7.1 |
1200 | 2024-02-10T00:12:02.164Z | Downloaded ciborium v0.2.2 |
1201 | 2024-02-10T00:12:02.164Z | Downloaded native-tls v0.2.11 |
1202 | 2024-02-10T00:12:02.164Z | Downloaded async-trait v0.1.77 |
1203 | 2024-02-10T00:12:02.171Z | Downloaded toml_datetime v0.6.5 |
1204 | 2024-02-10T00:12:02.171Z | Downloaded tokio-macros v2.2.0 |
1205 | 2024-02-10T00:12:02.171Z | Downloaded structmeta v0.3.0 |
1206 | 2024-02-10T00:12:02.171Z | Downloaded percent-encoding v2.3.1 |
1207 | 2024-02-10T00:12:02.171Z | Downloaded num-integer v0.1.45 |
1208 | 2024-02-10T00:12:02.177Z | Downloaded terminal_size v0.2.6 |
1209 | 2024-02-10T00:12:02.177Z | Downloaded structopt-derive v0.4.18 |
1210 | 2024-02-10T00:12:02.177Z | Downloaded stringprep v0.1.3 |
1211 | 2024-02-10T00:12:02.177Z | Downloaded atomic-waker v1.1.1 |
1212 | 2024-02-10T00:12:02.178Z | Downloaded predicates v3.1.0 |
1213 | 2024-02-10T00:12:02.183Z | Downloaded option-ext v0.2.0 |
1214 | 2024-02-10T00:12:02.183Z | Downloaded utf8parse v0.2.1 |
1215 | 2024-02-10T00:12:02.183Z | Downloaded polyval v0.6.1 |
1216 | 2024-02-10T00:12:02.184Z | Downloaded pkg-config v0.3.27 |
1217 | 2024-02-10T00:12:02.184Z | Downloaded crossterm v0.27.0 |
1218 | 2024-02-10T00:12:02.192Z | Downloaded backtrace v0.3.69 |
1219 | 2024-02-10T00:12:02.192Z | Downloaded parse-display-derive v0.9.0 |
1220 | 2024-02-10T00:12:02.193Z | Downloaded paste v1.0.14 |
1221 | 2024-02-10T00:12:02.196Z | Downloaded crc32fast v1.3.2 |
1222 | 2024-02-10T00:12:02.196Z | Downloaded ahash v0.8.7 |
1223 | 2024-02-10T00:12:02.199Z | Downloaded block-padding v0.3.3 |
1224 | 2024-02-10T00:12:02.199Z | Downloaded crypto-common v0.1.6 |
1225 | 2024-02-10T00:12:02.202Z | Downloaded headers-core v0.2.0 |
1226 | 2024-02-10T00:12:02.202Z | Downloaded anstyle-parse v0.2.1 |
1227 | 2024-02-10T00:12:02.202Z | Downloaded lalrpop-util v0.19.12 |
1228 | 2024-02-10T00:12:02.202Z | Downloaded kstat-rs v0.2.3 |
1229 | 2024-02-10T00:12:02.205Z | Downloaded cfg-if v1.0.0 |
1230 | 2024-02-10T00:12:02.205Z | Downloaded bit-vec v0.6.3 |
1231 | 2024-02-10T00:12:02.205Z | Downloaded crossbeam-deque v0.8.3 |
1232 | 2024-02-10T00:12:02.208Z | Downloaded linear-map v1.2.0 |
1233 | 2024-02-10T00:12:02.208Z | Downloaded ppv-lite86 v0.2.17 |
1234 | 2024-02-10T00:12:02.212Z | Downloaded clap_lex v0.5.1 |
1235 | 2024-02-10T00:12:02.212Z | Downloaded defmt-parser v0.3.3 |
1236 | 2024-02-10T00:12:02.212Z | Downloaded num-derive v0.4.0 |
1237 | 2024-02-10T00:12:02.212Z | Downloaded chacha20 v0.9.1 |
1238 | 2024-02-10T00:12:02.215Z | Downloaded lru-cache v0.1.2 |
1239 | 2024-02-10T00:12:02.216Z | Downloaded bitflags v1.3.2 |
1240 | 2024-02-10T00:12:02.219Z | Downloaded camino-tempfile v1.1.1 |
1241 | 2024-02-10T00:12:02.222Z | Downloaded argon2 v0.5.3 |
1242 | 2024-02-10T00:12:02.222Z | Downloaded bit-set v0.5.3 |
1243 | 2024-02-10T00:12:02.222Z | Downloaded lazy_static v1.4.0 |
1244 | 2024-02-10T00:12:02.225Z | Downloaded strum v0.25.0 |
1245 | 2024-02-10T00:12:02.225Z | Downloaded crypto-bigint v0.5.2 |
1246 | 2024-02-10T00:12:02.228Z | Downloaded addr2line v0.21.0 |
1247 | 2024-02-10T00:12:02.231Z | Downloaded num-complex v0.4.4 |
1248 | 2024-02-10T00:12:02.234Z | Downloaded clap v4.4.3 |
1249 | 2024-02-10T00:12:02.240Z | Downloaded bcrypt-pbkdf v0.10.0 |
1250 | 2024-02-10T00:12:02.243Z | Downloaded aead v0.5.2 |
1251 | 2024-02-10T00:12:02.243Z | Downloaded crossbeam-epoch v0.9.15 |
1252 | 2024-02-10T00:12:02.247Z | Downloaded colored v2.0.4 |
1253 | 2024-02-10T00:12:02.247Z | Downloaded atty v0.2.14 |
1254 | 2024-02-10T00:12:02.250Z | Downloaded cstr-argument v0.1.2 |
1255 | 2024-02-10T00:12:02.250Z | Downloaded normalize-line-endings v0.3.0 |
1256 | 2024-02-10T00:12:02.250Z | Downloaded new_debug_unreachable v1.0.4 |
1257 | 2024-02-10T00:12:02.250Z | Downloaded mime v0.3.17 |
1258 | 2024-02-10T00:12:02.256Z | Downloaded async-stream-impl v0.3.5 |
1259 | 2024-02-10T00:12:02.256Z | Downloaded ansi_term v0.12.1 |
1260 | 2024-02-10T00:12:02.256Z | Downloaded mime_guess v2.0.4 |
1261 | 2024-02-10T00:12:02.259Z | Downloaded num-rational v0.4.1 |
1262 | 2024-02-10T00:12:02.259Z | Downloaded newtype_derive v0.1.6 |
1263 | 2024-02-10T00:12:02.259Z | Downloaded anstyle-query v1.0.0 |
1264 | 2024-02-10T00:12:02.259Z | Downloaded arrayref v0.3.7 |
1265 | 2024-02-10T00:12:02.509Z | Downloaded ring v0.17.7 |
1266 | 2024-02-10T00:12:02.625Z | Downloaded ring v0.16.20 |
1267 | 2024-02-10T00:12:03.100Z | Compiling proc-macro2 v1.0.78 |
1268 | 2024-02-10T00:12:03.100Z | Compiling unicode-ident v1.0.12 |
1269 | 2024-02-10T00:12:03.101Z | Compiling libc v0.2.153 |
1270 | 2024-02-10T00:12:03.101Z | Compiling serde v1.0.196 |
1271 | 2024-02-10T00:12:03.105Z | Compiling version_check v0.9.4 |
1272 | 2024-02-10T00:12:03.105Z | Compiling autocfg v1.1.0 |
1273 | 2024-02-10T00:12:03.105Z | Compiling cfg-if v1.0.0 |
1274 | 2024-02-10T00:12:03.273Z | Compiling syn v1.0.109 |
1275 | 2024-02-10T00:12:03.300Z | Compiling once_cell v1.19.0 |
1276 | 2024-02-10T00:12:03.348Z | Compiling thiserror v1.0.56 |
1277 | 2024-02-10T00:12:03.780Z | Compiling memchr v2.6.3 |
1278 | 2024-02-10T00:12:04.006Z | Compiling typenum v1.16.0 |
1279 | 2024-02-10T00:12:04.043Z | Compiling lock_api v0.4.10 |
1280 | 2024-02-10T00:12:04.618Z | Compiling byteorder v1.5.0 |
1281 | 2024-02-10T00:12:04.810Z | Compiling ahash v0.8.7 |
1282 | 2024-02-10T00:12:04.877Z | Compiling parking_lot_core v0.9.8 |
1283 | 2024-02-10T00:12:04.951Z | Compiling generic-array v0.14.7 |
1284 | 2024-02-10T00:12:05.116Z | Compiling libm v0.2.7 |
1285 | 2024-02-10T00:12:05.305Z | Compiling num-traits v0.2.16 |
1286 | 2024-02-10T00:12:05.360Z | Compiling serde_json v1.0.113 |
1287 | 2024-02-10T00:12:05.484Z | Compiling itoa v1.0.9 |
1288 | 2024-02-10T00:12:05.715Z | Compiling slab v0.4.9 |
1289 | 2024-02-10T00:12:05.733Z | Compiling log v0.4.20 |
1290 | 2024-02-10T00:12:05.756Z | Compiling quote v1.0.35 |
1291 | 2024-02-10T00:12:06.136Z | Compiling syn v2.0.48 |
1292 | 2024-02-10T00:12:06.191Z | Compiling getrandom v0.2.10 |
1293 | 2024-02-10T00:12:06.374Z | Compiling cc v1.0.83 |
1294 | 2024-02-10T00:12:06.570Z | Compiling rand_core v0.6.4 |
1295 | 2024-02-10T00:12:06.689Z | Compiling scopeguard v1.2.0 |
1296 | 2024-02-10T00:12:06.911Z | Compiling ryu v1.0.15 |
1297 | 2024-02-10T00:12:07.226Z | Compiling pkg-config v0.3.27 |
1298 | 2024-02-10T00:12:07.420Z | Compiling allocator-api2 v0.2.16 |
1299 | 2024-02-10T00:12:07.581Z | Compiling equivalent v1.0.1 |
1300 | 2024-02-10T00:12:07.633Z | Compiling smallvec v1.13.1 |
1301 | 2024-02-10T00:12:07.698Z | Compiling heck v0.4.1 |
1302 | 2024-02-10T00:12:08.085Z | Compiling subtle v2.5.0 |
1303 | 2024-02-10T00:12:08.172Z | Compiling schemars v0.8.16 |
1304 | 2024-02-10T00:12:08.593Z | Compiling vcpkg v0.2.15 |
1305 | 2024-02-10T00:12:08.890Z | Compiling pin-project-lite v0.2.13 |
1306 | 2024-02-10T00:12:09.226Z | Compiling httparse v1.8.0 |
1307 | 2024-02-10T00:12:09.498Z | Compiling ring v0.17.7 |
1308 | 2024-02-10T00:12:09.670Z | Compiling parking_lot v0.12.1 |
1309 | 2024-02-10T00:12:09.734Z | Compiling ucd-trie v0.1.6 |
1310 | 2024-02-10T00:12:09.754Z | Compiling ring v0.16.20 |
1311 | 2024-02-10T00:12:10.381Z | Compiling signal-hook-registry v1.4.1 |
1312 | 2024-02-10T00:12:10.738Z | Compiling fnv v1.0.7 |
1313 | 2024-02-10T00:12:10.874Z | Compiling mio v0.8.9 |
1314 | 2024-02-10T00:12:11.286Z | Compiling openssl-sys v0.9.96 |
1315 | 2024-02-10T00:12:11.374Z | Compiling iana-time-zone v0.1.57 |
1316 | 2024-02-10T00:12:11.561Z | Compiling const-oid v0.9.5 |
1317 | 2024-02-10T00:12:11.951Z | Compiling openssl v0.10.60 |
1318 | 2024-02-10T00:12:12.127Z | Compiling semver v1.0.21 |
1319 | 2024-02-10T00:12:12.167Z | Compiling num_cpus v1.16.0 |
1320 | 2024-02-10T00:12:12.296Z | Compiling socket2 v0.5.5 |
1321 | 2024-02-10T00:12:12.719Z | Compiling rustls v0.21.9 |
1322 | 2024-02-10T00:12:12.989Z | Compiling native-tls v0.2.11 |
1323 | 2024-02-10T00:12:13.286Z | Compiling dyn-clone v1.0.16 |
1324 | 2024-02-10T00:12:13.312Z | Compiling futures-core v0.3.30 |
1325 | 2024-02-10T00:12:13.509Z | Compiling aho-corasick v1.0.4 |
1326 | 2024-02-10T00:12:13.578Z | Compiling serde_derive_internals v0.26.0 |
1327 | 2024-02-10T00:12:13.671Z | Compiling crossbeam-utils v0.8.16 |
1328 | 2024-02-10T00:12:14.218Z | Compiling slog v2.7.0 |
1329 | 2024-02-10T00:12:14.237Z | Compiling regex-syntax v0.8.2 |
1330 | 2024-02-10T00:12:14.265Z | Compiling async-trait v0.1.77 |
1331 | 2024-02-10T00:12:14.707Z | Compiling spin v0.5.2 |
1332 | 2024-02-10T00:12:14.983Z | Compiling futures-sink v0.3.30 |
1333 | 2024-02-10T00:12:15.247Z | Compiling rustix v0.38.31 |
1334 | 2024-02-10T00:12:15.301Z | Compiling backtrace v0.3.69 |
1335 | 2024-02-10T00:12:15.885Z | Compiling tinyvec_macros v0.1.1 |
1336 | 2024-02-10T00:12:15.984Z | Compiling tinyvec v1.6.0 |
1337 | 2024-02-10T00:12:16.228Z | Compiling futures-channel v0.3.30 |
1338 | 2024-02-10T00:12:16.671Z | Compiling futures-task v0.3.30 |
1339 | 2024-02-10T00:12:16.979Z | Compiling pin-utils v0.1.0 |
1340 | 2024-02-10T00:12:17.028Z | Compiling winnow v0.5.15 |
1341 | 2024-02-10T00:12:17.093Z | Compiling futures-io v0.3.30 |
1342 | 2024-02-10T00:12:17.393Z | Compiling spin v0.9.8 |
1343 | 2024-02-10T00:12:17.486Z | Compiling unicode-normalization v0.1.22 |
1344 | 2024-02-10T00:12:17.726Z | Compiling memoffset v0.9.0 |
1345 | 2024-02-10T00:12:17.780Z | Compiling regex-automata v0.4.4 |
1346 | 2024-02-10T00:12:18.049Z | Compiling tracing-core v0.1.31 |
1347 | 2024-02-10T00:12:18.400Z | Compiling unicode-bidi v0.3.13 |
1348 | 2024-02-10T00:12:18.583Z | Compiling cpufeatures v0.2.12 |
1349 | 2024-02-10T00:12:18.711Z | Compiling anyhow v1.0.75 |
1350 | 2024-02-10T00:12:19.317Z | Compiling unicode-width v0.1.11 |
1351 | 2024-02-10T00:12:20.104Z | Compiling crc32fast v1.3.2 |
1352 | 2024-02-10T00:12:20.672Z | Compiling crossbeam-epoch v0.9.15 |
1353 | 2024-02-10T00:12:20.906Z | Compiling time-core v0.1.1 |
1354 | 2024-02-10T00:12:20.933Z | Compiling serde_derive v1.0.196 |
1355 | 2024-02-10T00:12:21.061Z | Compiling zerocopy-derive v0.7.32 |
1356 | 2024-02-10T00:12:21.145Z | Compiling zeroize_derive v1.4.2 |
1357 | 2024-02-10T00:12:21.333Z | Compiling thiserror-impl v1.0.56 |
1358 | 2024-02-10T00:12:21.452Z | Compiling tokio-macros v2.2.0 |
1359 | 2024-02-10T00:12:22.681Z | Compiling futures-macro v0.3.30 |
1360 | 2024-02-10T00:12:22.804Z | Compiling zeroize v1.7.0 |
1361 | 2024-02-10T00:12:23.145Z | Compiling zerocopy v0.7.32 |
1362 | 2024-02-10T00:12:23.149Z | Compiling tracing-attributes v0.1.26 |
1363 | 2024-02-10T00:12:24.541Z | Compiling crypto-common v0.1.6 |
1364 | 2024-02-10T00:12:24.760Z | Compiling schemars_derive v0.8.16 |
1365 | 2024-02-10T00:12:24.892Z | Compiling pest v2.7.6 |
1366 | 2024-02-10T00:12:25.503Z | Compiling hashbrown v0.14.2 |
1367 | 2024-02-10T00:12:26.631Z | Compiling openssl-macros v0.1.1 |
1368 | 2024-02-10T00:12:26.958Z | Compiling block-buffer v0.10.4 |
1369 | 2024-02-10T00:12:27.080Z | Compiling hashbrown v0.13.2 |
1370 | 2024-02-10T00:12:27.210Z | Compiling digest v0.10.7 |
1371 | 2024-02-10T00:12:27.242Z | Compiling regex v1.10.3 |
1372 | 2024-02-10T00:12:27.429Z | Compiling pest_meta v2.7.6 |
1373 | 2024-02-10T00:12:28.089Z | Compiling futures-util v0.3.30 |
1374 | 2024-02-10T00:12:28.311Z | Compiling tracing v0.1.37 |
1375 | 2024-02-10T00:12:28.402Z | Compiling der_derive v0.7.2 |
1376 | 2024-02-10T00:12:28.814Z | Compiling pest_generator v2.7.6 |
1377 | 2024-02-10T00:12:30.864Z | Compiling time-macros v0.2.13 |
1378 | 2024-02-10T00:12:32.813Z | Compiling pest_derive v2.7.6 |
1379 | 2024-02-10T00:12:33.234Z | Compiling errno v0.3.8 |
1380 | 2024-02-10T00:12:33.473Z | Compiling num-integer v0.1.45 |
1381 | 2024-02-10T00:12:33.686Z | Compiling foreign-types-shared v0.1.1 |
1382 | 2024-02-10T00:12:33.798Z | Compiling untrusted v0.9.0 |
1383 | 2024-02-10T00:12:33.968Z | Compiling untrusted v0.7.1 |
1384 | 2024-02-10T00:12:34.136Z | Compiling percent-encoding v2.3.1 |
1385 | 2024-02-10T00:12:34.721Z | Compiling foreign-types v0.3.2 |
1386 | 2024-02-10T00:12:34.896Z | Compiling base64 v0.21.7 |
1387 | 2024-02-10T00:12:35.155Z | Compiling ppv-lite86 v0.2.17 |
1388 | 2024-02-10T00:12:35.898Z | Compiling bytes v1.5.0 |
1389 | 2024-02-10T00:12:35.901Z | Compiling indexmap v2.2.2 |
1390 | 2024-02-10T00:12:36.237Z | Compiling chrono v0.4.31 |
1391 | 2024-02-10T00:12:36.331Z | Compiling uuid v1.7.0 |
1392 | 2024-02-10T00:12:37.233Z | Compiling tokio v1.36.0 |
1393 | 2024-02-10T00:12:37.455Z | Compiling http v0.2.11 |
1394 | 2024-02-10T00:12:38.750Z | Compiling bitflags v2.4.0 |
1395 | 2024-02-10T00:12:38.865Z | Compiling toml_datetime v0.6.5 |
1396 | 2024-02-10T00:12:39.204Z | Compiling serde_spanned v0.6.5 |
1397 | 2024-02-10T00:12:39.353Z | Compiling rustc_version v0.4.0 |
1398 | 2024-02-10T00:12:39.439Z | Compiling toml_edit v0.19.15 |
1399 | 2024-02-10T00:12:40.135Z | Compiling openapiv3 v2.0.0 |
1400 | 2024-02-10T00:12:41.887Z | Compiling serde_tokenstream v0.2.0 |
1401 | 2024-02-10T00:12:42.270Z | Compiling unicode-xid v0.2.4 |
1402 | 2024-02-10T00:12:42.446Z | Compiling try-lock v0.2.4 |
1403 | 2024-02-10T00:12:42.470Z | Compiling synstructure v0.12.6 |
1404 | 2024-02-10T00:12:42.601Z | Compiling want v0.3.1 |
1405 | 2024-02-10T00:12:42.897Z | Compiling http-body v0.4.5 |
1406 | 2024-02-10T00:12:43.333Z | Compiling rustls-webpki v0.101.7 |
1407 | 2024-02-10T00:12:44.416Z | Compiling sct v0.7.0 |
1408 | 2024-02-10T00:12:45.390Z | Compiling form_urlencoded v1.2.1 |
1409 | 2024-02-10T00:12:45.494Z | Compiling scroll_derive v0.12.0 |
1410 | 2024-02-10T00:12:45.710Z | Compiling socket2 v0.4.9 |
1411 | 2024-02-10T00:12:46.094Z | Compiling tower-service v0.3.2 |
1412 | 2024-02-10T00:12:46.228Z | Compiling io-lifetimes v1.0.11 |
1413 | 2024-02-10T00:12:46.585Z | Compiling tokio-util v0.7.10 |
1414 | 2024-02-10T00:12:46.882Z | Compiling openssl-probe v0.1.5 |
1415 | 2024-02-10T00:12:47.147Z | Compiling httpdate v1.0.3 |
1416 | 2024-02-10T00:12:47.710Z | Compiling h2 v0.3.24 |
1417 | 2024-02-10T00:12:48.159Z | Compiling zerocopy-derive v0.2.0 |
1418 | 2024-02-10T00:12:49.891Z | Compiling idna v0.5.0 |
1419 | 2024-02-10T00:12:50.369Z | Compiling lazy_static v1.4.0 |
1420 | 2024-02-10T00:12:51.497Z | Compiling thread-id v4.2.0 |
1421 | 2024-02-10T00:12:51.612Z | Compiling adler v1.0.2 |
1422 | 2024-02-10T00:12:51.628Z | Compiling url v2.5.0 |
1423 | 2024-02-10T00:12:51.843Z | Compiling miniz_oxide v0.7.1 |
1424 | 2024-02-10T00:12:52.715Z | Compiling tokio-rustls v0.24.1 |
1425 | 2024-02-10T00:12:53.150Z | Compiling tokio-native-tls v0.3.1 |
1426 | 2024-02-10T00:12:53.327Z | Compiling rand_chacha v0.3.1 |
1427 | 2024-02-10T00:12:53.431Z | Compiling rustix v0.37.23 |
1428 | 2024-02-10T00:12:53.535Z | Compiling ipnet v2.9.0 |
1429 | 2024-02-10T00:12:53.994Z | Compiling rand v0.8.5 |
1430 | 2024-02-10T00:12:54.168Z | Compiling serde_urlencoded v0.7.1 |
1431 | 2024-02-10T00:12:54.565Z | Compiling rustls-pemfile v1.0.3 |
1432 | 2024-02-10T00:12:54.942Z | Compiling hyper v0.14.27 |
1433 | 2024-02-10T00:12:55.012Z | Compiling usdt-impl v0.3.5 |
1434 | 2024-02-10T00:12:55.147Z | Compiling encoding_rs v0.8.33 |
1435 | 2024-02-10T00:12:55.380Z | Compiling mime v0.3.17 |
1436 | 2024-02-10T00:12:55.418Z | Compiling gimli v0.28.0 |
1437 | 2024-02-10T00:12:56.010Z | Compiling either v1.9.0 |
1438 | 2024-02-10T00:12:56.330Z | Compiling webpki-roots v0.25.2 |
1439 | 2024-02-10T00:12:57.606Z | Compiling regress v0.7.1 |
1440 | 2024-02-10T00:12:57.687Z | Compiling object v0.32.1 |
1441 | 2024-02-10T00:12:58.330Z | Compiling num-bigint v0.4.4 |
1442 | 2024-02-10T00:12:58.998Z | Compiling usdt-impl v0.5.0 |
1443 | 2024-02-10T00:12:59.214Z | Compiling rustc-demangle v0.1.23 |
1444 | 2024-02-10T00:13:00.007Z | Compiling addr2line v0.21.0 |
1445 | 2024-02-10T00:13:00.682Z | Compiling flate2 v1.0.28 |
1446 | 2024-02-10T00:13:00.685Z | Compiling zerocopy v0.3.0 |
1447 | 2024-02-10T00:13:00.716Z | Compiling scroll v0.12.0 |
1448 | 2024-02-10T00:13:01.305Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1449 | 2024-02-10T00:13:01.411Z | Compiling heapless v0.7.16 |
1450 | 2024-02-10T00:13:01.510Z | Compiling futures-executor v0.3.30 |
1451 | 2024-02-10T00:13:01.928Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1452 | 2024-02-10T00:13:01.947Z | Compiling signal-hook v0.3.17 |
1453 | 2024-02-10T00:13:02.132Z | Compiling hyper-rustls v0.24.2 |
1454 | 2024-02-10T00:13:02.263Z | Compiling hyper-tls v0.5.0 |
1455 | 2024-02-10T00:13:02.641Z | Compiling reqwest v0.11.22 |
1456 | 2024-02-10T00:13:03.076Z | Compiling rustversion v1.0.14 |
1457 | 2024-02-10T00:13:03.255Z | Compiling plain v0.2.3 |
1458 | 2024-02-10T00:13:03.421Z | Compiling goblin v0.8.0 |
1459 | 2024-02-10T00:13:04.711Z | Compiling futures v0.3.30 |
1460 | 2024-02-10T00:13:05.174Z | Compiling dof v0.1.5 |
1461 | 2024-02-10T00:13:05.913Z | Compiling toml v0.7.8 |
1462 | 2024-02-10T00:13:06.150Z | Compiling toml_edit v0.21.1 |
1463 | 2024-02-10T00:13:07.081Z | Compiling hex v0.4.3 |
1464 | 2024-02-10T00:13:07.119Z | Compiling dtrace-parser v0.1.14 |
1465 | 2024-02-10T00:13:07.724Z | Compiling pretty-hex v0.4.1 |
1466 | 2024-02-10T00:13:07.798Z | Compiling strsim v0.10.0 |
1467 | 2024-02-10T00:13:07.866Z | Compiling base64ct v1.6.0 |
1468 | 2024-02-10T00:13:09.816Z | Compiling dof v0.3.0 |
1469 | 2024-02-10T00:13:10.440Z | Compiling serde_tokenstream v0.1.7 |
1470 | 2024-02-10T00:13:10.570Z | Compiling dtrace-parser v0.2.0 |
1471 | 2024-02-10T00:13:11.619Z | Compiling bitflags v1.3.2 |
1472 | 2024-02-10T00:13:11.734Z | Compiling smoltcp v0.9.1 |
1473 | 2024-02-10T00:13:12.095Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1474 | 2024-02-10T00:13:12.715Z | Compiling pem-rfc7468 v0.7.0 |
1475 | 2024-02-10T00:13:12.865Z | Compiling strum_macros v0.25.2 |
1476 | 2024-02-10T00:13:12.943Z | Compiling hmac v0.12.1 |
1477 | 2024-02-10T00:13:13.503Z | Compiling enum-as-inner v0.5.1 |
1478 | 2024-02-10T00:13:13.519Z | Compiling num-iter v0.1.43 |
1479 | 2024-02-10T00:13:13.876Z | Compiling unicode-segmentation v1.10.1 |
1480 | 2024-02-10T00:13:14.389Z | Compiling flagset v0.4.3 |
1481 | 2024-02-10T00:13:14.509Z | Compiling siphasher v0.3.11 |
1482 | 2024-02-10T00:13:14.604Z | Compiling der v0.7.8 |
1483 | 2024-02-10T00:13:14.925Z | Compiling usdt-attr-macro v0.3.5 |
1484 | 2024-02-10T00:13:14.928Z | Compiling usdt-macro v0.3.5 |
1485 | 2024-02-10T00:13:15.830Z | Compiling hubpack_derive v0.1.1 |
1486 | 2024-02-10T00:13:16.414Z | Compiling zerocopy-derive v0.6.4 |
1487 | 2024-02-10T00:13:17.170Z | Compiling deranged v0.3.8 |
1488 | 2024-02-10T00:13:17.869Z | Compiling num_threads v0.1.6 |
1489 | 2024-02-10T00:13:18.040Z | Compiling utf8parse v0.2.1 |
1490 | 2024-02-10T00:13:18.158Z | Compiling anstyle v1.0.2 |
1491 | 2024-02-10T00:13:18.246Z | Compiling anstyle-parse v0.2.1 |
1492 | 2024-02-10T00:13:18.612Z | Compiling sha2 v0.10.8 |
1493 | 2024-02-10T00:13:18.781Z | Compiling spki v0.7.2 |
1494 | 2024-02-10T00:13:19.028Z | Compiling time v0.3.27 |
1495 | 2024-02-10T00:13:21.378Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1496 | 2024-02-10T00:13:21.382Z | Compiling md-5 v0.10.5 |
1497 | 2024-02-10T00:13:21.440Z | Compiling block-padding v0.3.3 |
1498 | 2024-02-10T00:13:21.443Z | Compiling clap_derive v4.4.2 |
1499 | 2024-02-10T00:13:21.713Z | Compiling getopts v0.2.21 |
1500 | 2024-02-10T00:13:22.439Z | Compiling stringprep v0.1.3 |
1501 | 2024-02-10T00:13:22.769Z | Compiling diesel_table_macro_syntax v0.1.0 |
1502 | 2024-02-10T00:13:23.463Z | Compiling hash32 v0.2.1 |
1503 | 2024-02-10T00:13:23.913Z | Compiling anstyle-query v1.0.0 |
1504 | 2024-02-10T00:13:24.060Z | Compiling fallible-iterator v0.2.0 |
1505 | 2024-02-10T00:13:24.781Z | Compiling stable_deref_trait v1.2.0 |
1506 | 2024-02-10T00:13:26.068Z | Compiling colorchoice v1.0.0 |
1507 | 2024-02-10T00:13:26.260Z | Compiling anstream v0.5.0 |
1508 | 2024-02-10T00:13:26.385Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1509 | 2024-02-10T00:13:26.532Z | Compiling postgres-protocol v0.6.6 |
1510 | 2024-02-10T00:13:26.882Z | Compiling diesel_derives v2.1.2 |
1511 | 2024-02-10T00:13:27.010Z | Compiling inout v0.1.3 |
1512 | 2024-02-10T00:13:28.090Z | Compiling terminal_size v0.2.6 |
1513 | 2024-02-10T00:13:28.433Z | Compiling pkcs8 v0.10.2 |
1514 | 2024-02-10T00:13:28.458Z | Compiling phf_shared v0.11.2 |
1515 | 2024-02-10T00:13:30.302Z | Compiling ff v0.13.0 |
1516 | 2024-02-10T00:13:30.835Z | Compiling serde_repr v0.1.16 |
1517 | 2024-02-10T00:13:31.227Z | Compiling scheduled-thread-pool v0.2.7 |
1518 | 2024-02-10T00:13:31.857Z | Compiling clap_lex v0.5.1 |
1519 | 2024-02-10T00:13:32.255Z | Compiling bit-vec v0.6.3 |
1520 | 2024-02-10T00:13:32.388Z | Compiling unsafe-libyaml v0.2.10 |
1521 | 2024-02-10T00:13:32.711Z | Compiling base16ct v0.2.0 |
1522 | 2024-02-10T00:13:32.991Z | Compiling matches v0.1.10 |
1523 | 2024-02-10T00:13:33.031Z | Compiling regex-automata v0.1.10 |
1524 | 2024-02-10T00:13:33.098Z | Compiling managed v0.8.0 |
1525 | 2024-02-10T00:13:33.767Z | Compiling serde_yaml v0.9.25 |
1526 | 2024-02-10T00:13:36.381Z | Compiling bstr v0.2.17 |
1527 | 2024-02-10T00:13:36.552Z | Compiling idna v0.2.3 |
1528 | 2024-02-10T00:13:36.646Z | Compiling sec1 v0.7.3 |
1529 | 2024-02-10T00:13:37.932Z | Compiling clap_builder v4.4.2 |
1530 | 2024-02-10T00:13:38.020Z | Compiling r2d2 v0.8.10 |
1531 | 2024-02-10T00:13:38.231Z | Compiling group v0.13.0 |
1532 | 2024-02-10T00:13:38.486Z | Compiling phf v0.11.2 |
1533 | 2024-02-10T00:13:38.541Z | Compiling bzip2 v0.4.4 |
1534 | 2024-02-10T00:13:38.807Z | Compiling signal-hook-mio v0.2.3 |
1535 | 2024-02-10T00:13:38.843Z | Compiling postgres-types v0.2.6 |
1536 | 2024-02-10T00:13:38.971Z | Compiling cipher v0.4.4 |
1537 | 2024-02-10T00:13:39.005Z | Compiling zerocopy v0.6.4 |
1538 | 2024-02-10T00:13:39.544Z | Compiling hubpack v0.1.2 |
1539 | 2024-02-10T00:13:39.953Z | Compiling phf_shared v0.10.0 |
1540 | 2024-02-10T00:13:40.053Z | Compiling hkdf v0.12.4 |
1541 | 2024-02-10T00:13:40.204Z | Compiling crypto-bigint v0.5.2 |
1542 | 2024-02-10T00:13:40.349Z | Compiling ipnetwork v0.20.0 |
1543 | 2024-02-10T00:13:40.459Z | Compiling float-cmp v0.9.0 |
1544 | 2024-02-10T00:13:41.342Z | Compiling data-encoding v2.4.0 |
1545 | 2024-02-10T00:13:41.840Z | Compiling fixedbitset v0.4.2 |
1546 | 2024-02-10T00:13:42.106Z | Compiling difflib v0.4.0 |
1547 | 2024-02-10T00:13:43.768Z | Compiling static_assertions v1.1.0 |
1548 | 2024-02-10T00:13:43.800Z | Compiling regex-automata v0.3.8 |
1549 | 2024-02-10T00:13:43.827Z | Compiling new_debug_unreachable v1.0.4 |
1550 | 2024-02-10T00:13:43.886Z | Compiling precomputed-hash v0.1.1 |
1551 | 2024-02-10T00:13:43.932Z | Compiling whoami v1.4.1 |
1552 | 2024-02-10T00:13:44.603Z | Compiling predicates-core v1.0.6 |
1553 | 2024-02-10T00:13:44.674Z | Compiling minimal-lexical v0.2.1 |
1554 | 2024-02-10T00:13:45.259Z | Compiling normalize-line-endings v0.3.0 |
1555 | 2024-02-10T00:13:45.404Z | Compiling predicates v3.1.0 |
1556 | 2024-02-10T00:13:45.712Z | Compiling bstr v1.6.0 |
1557 | 2024-02-10T00:13:57.904Z | Compiling nom v7.1.3 |
1558 | 2024-02-10T00:13:58.215Z | Compiling trust-dns-proto v0.22.0 |
1559 | 2024-02-10T00:13:58.215Z | Compiling tokio-postgres v0.7.10 |
1560 | 2024-02-10T00:13:58.215Z | Compiling string_cache v0.8.7 |
1561 | 2024-02-10T00:13:58.215Z | Compiling diesel v2.1.4 |
1562 | 2024-02-10T00:13:58.215Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1563 | 2024-02-10T00:13:58.323Z | Compiling elliptic-curve v0.13.8 |
1564 | 2024-02-10T00:13:58.323Z | Compiling petgraph v0.6.4 |
1565 | 2024-02-10T00:13:58.323Z | Compiling clap v4.4.3 |
1566 | 2024-02-10T00:13:58.324Z | Compiling yasna v0.5.2 |
1567 | 2024-02-10T00:13:58.324Z | Compiling crossterm v0.27.0 |
1568 | 2024-02-10T00:13:58.324Z | Compiling zip v0.6.6 |
1569 | 2024-02-10T00:13:58.324Z | Compiling similar v2.3.0 |
1570 | 2024-02-10T00:13:58.324Z | Compiling bit-set v0.5.3 |
1571 | 2024-02-10T00:13:58.324Z | Compiling usdt v0.3.5 |
1572 | 2024-02-10T00:13:58.324Z | Compiling itertools v0.10.5 |
1573 | 2024-02-10T00:13:58.324Z | Compiling console v0.15.8 |
1574 | 2024-02-10T00:13:58.324Z | Compiling tokio-stream v0.1.14 |
1575 | 2024-02-10T00:13:58.324Z | Compiling lalrpop-util v0.19.12 |
1576 | 2024-02-10T00:13:58.324Z | Compiling camino v1.1.6 |
1577 | 2024-02-10T00:13:58.768Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1578 | 2024-02-10T00:14:07.116Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1579 | 2024-02-10T00:14:31.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1580 | 2024-02-10T00:14:33.685Z | Compiling sha1 v0.10.6 |
1581 | 2024-02-10T00:14:34.554Z | Compiling atty v0.2.14 |
1582 | 2024-02-10T00:14:34.662Z | Compiling match_cfg v0.1.0 |
1583 | 2024-02-10T00:14:34.712Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1584 | 2024-02-10T00:14:34.765Z | Compiling hostname v0.3.1 |
1585 | 2024-02-10T00:14:35.017Z | Compiling dirs-sys-next v0.1.2 |
1586 | 2024-02-10T00:14:35.063Z | Compiling rustls-pki-types v1.1.0 |
1587 | 2024-02-10T00:14:35.156Z | Compiling ident_case v1.0.1 |
1588 | 2024-02-10T00:14:35.353Z | Compiling darling_core v0.20.3 |
1589 | 2024-02-10T00:14:35.426Z | Compiling dirs-next v2.0.0 |
1590 | 2024-02-10T00:14:35.757Z | Compiling thread_local v1.1.7 |
1591 | 2024-02-10T00:14:36.245Z | Compiling rustls v0.22.2 |
1592 | 2024-02-10T00:14:36.245Z | Compiling slog-async v2.8.0 |
1593 | 2024-02-10T00:14:36.935Z | Compiling term v0.7.0 |
1594 | 2024-02-10T00:14:37.318Z | Compiling rustls-webpki v0.102.1 |
1595 | 2024-02-10T00:14:37.352Z | Compiling crossbeam-channel v0.5.8 |
1596 | 2024-02-10T00:14:37.492Z | Compiling multer v3.0.0 |
1597 | 2024-02-10T00:14:37.847Z | Compiling instant v0.1.12 |
1598 | 2024-02-10T00:14:38.013Z | Compiling paste v1.0.14 |
1599 | 2024-02-10T00:14:38.167Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1600 | 2024-02-10T00:14:38.391Z | Compiling take_mut v0.2.2 |
1601 | 2024-02-10T00:14:38.626Z | Compiling slog-term v2.9.0 |
1602 | 2024-02-10T00:14:38.647Z | Compiling slog-json v2.6.1 |
1603 | 2024-02-10T00:14:39.091Z | Compiling http v1.0.0 |
1604 | 2024-02-10T00:14:39.574Z | Compiling async-stream-impl v0.3.5 |
1605 | 2024-02-10T00:14:39.862Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1606 | 2024-02-10T00:14:39.979Z | Compiling atomic-waker v1.1.1 |
1607 | 2024-02-10T00:14:40.191Z | Compiling debug-ignore v1.0.5 |
1608 | 2024-02-10T00:14:40.292Z | Compiling waitgroup v0.1.2 |
1609 | 2024-02-10T00:14:40.350Z | Compiling slog-bunyan v2.5.0 |
1610 | 2024-02-10T00:14:40.570Z | Compiling rustls-pemfile v2.0.0 |
1611 | 2024-02-10T00:14:41.059Z | Compiling async-stream v0.3.5 |
1612 | 2024-02-10T00:14:41.401Z | Compiling toml v0.8.9 |
1613 | 2024-02-10T00:14:41.704Z | Compiling darling_macro v0.20.3 |
1614 | 2024-02-10T00:14:41.818Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1615 | 2024-02-10T00:14:41.867Z | Compiling serde_path_to_error v0.1.15 |
1616 | 2024-02-10T00:14:42.184Z | Compiling structmeta-derive v0.3.0 |
1617 | 2024-02-10T00:14:42.748Z | Compiling strum v0.25.0 |
1618 | 2024-02-10T00:14:42.811Z | Compiling darling v0.20.3 |
1619 | 2024-02-10T00:14:42.942Z | Compiling backoff v0.4.0 |
1620 | 2024-02-10T00:14:42.945Z | Compiling serde_with_macros v3.6.0 |
1621 | 2024-02-10T00:14:43.171Z | Compiling tokio-rustls v0.25.0 |
1622 | 2024-02-10T00:14:43.323Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1623 | 2024-02-10T00:14:43.620Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1624 | 2024-02-10T00:14:43.842Z | Compiling macaddr v1.0.1 |
1625 | 2024-02-10T00:14:44.025Z | Compiling proc-macro-error-attr v1.0.4 |
1626 | 2024-02-10T00:14:44.219Z | Compiling proc-macro-crate v1.3.1 |
1627 | 2024-02-10T00:14:44.310Z | Compiling proc-macro-error v1.0.4 |
1628 | 2024-02-10T00:14:44.440Z | Compiling heapless v0.8.0 |
1629 | 2024-02-10T00:14:45.363Z | Compiling hash32 v0.3.1 |
1630 | 2024-02-10T00:14:45.407Z | Compiling num_enum_derive v0.5.11 |
1631 | 2024-02-10T00:14:45.455Z | Compiling structmeta v0.3.0 |
1632 | 2024-02-10T00:14:45.627Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2024-02-10T00:14:45.731Z | Compiling rayon-core v1.12.0 |
1634 | 2024-02-10T00:14:45.879Z | Compiling parse-display-derive v0.9.0 |
1635 | 2024-02-10T00:14:46.038Z | Compiling smoltcp v0.11.0 |
1636 | 2024-02-10T00:14:46.376Z | Compiling serde_with v3.6.0 |
1637 | 2024-02-10T00:14:47.341Z | Compiling crossbeam-deque v0.8.3 |
1638 | 2024-02-10T00:14:47.345Z | Compiling fastrand v2.0.1 |
1639 | 2024-02-10T00:14:47.886Z | Compiling embedded-io v0.4.0 |
1640 | 2024-02-10T00:14:48.145Z | Compiling same-file v1.0.6 |
1641 | 2024-02-10T00:14:48.393Z | Compiling cobs v0.2.3 |
1642 | 2024-02-10T00:14:48.431Z | Compiling num_enum v0.5.11 |
1643 | 2024-02-10T00:14:48.610Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1644 | 2024-02-10T00:14:48.643Z | Compiling postcard v1.0.8 |
1645 | 2024-02-10T00:14:48.777Z | Compiling tempfile v3.10.0 |
1646 | 2024-02-10T00:14:49.036Z | Compiling walkdir v2.4.0 |
1647 | 2024-02-10T00:14:49.966Z | Compiling semver-parser v0.10.2 |
1648 | 2024-02-10T00:14:50.576Z | Compiling foreign-types-macros v0.2.3 |
1649 | 2024-02-10T00:14:50.818Z | Compiling blake3 v1.5.0 |
1650 | 2024-02-10T00:14:50.924Z | Compiling parse-display v0.9.0 |
1651 | 2024-02-10T00:14:51.471Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1652 | 2024-02-10T00:14:51.562Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1653 | 2024-02-10T00:14:51.583Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1654 | 2024-02-10T00:14:51.769Z | Compiling foreign-types-shared v0.3.1 |
1655 | 2024-02-10T00:14:51.817Z | Compiling crucible-workspace-hack v0.1.0 |
1656 | 2024-02-10T00:14:51.972Z | Compiling semver v0.11.0 |
1657 | 2024-02-10T00:14:51.992Z | Compiling foreign-types v0.5.0 |
1658 | 2024-02-10T00:14:52.123Z | Compiling rayon v1.8.0 |
1659 | 2024-02-10T00:14:52.406Z | Compiling is-terminal v0.4.9 |
1660 | 2024-02-10T00:14:52.484Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1661 | 2024-02-10T00:14:52.549Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1662 | 2024-02-10T00:14:52.780Z | Compiling cstr-argument v0.1.2 |
1663 | 2024-02-10T00:14:52.935Z | Compiling memmap2 v0.7.1 |
1664 | 2024-02-10T00:14:53.043Z | Compiling filetime v0.2.23 |
1665 | 2024-02-10T00:14:53.222Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1666 | 2024-02-10T00:14:53.369Z | Compiling xattr v1.0.1 |
1667 | 2024-02-10T00:14:53.390Z | Compiling constant_time_eq v0.3.0 |
1668 | 2024-02-10T00:14:53.393Z | Compiling home v0.5.5 |
1669 | 2024-02-10T00:14:53.520Z | Compiling pretty-hex v0.2.1 |
1670 | 2024-02-10T00:14:53.587Z | Compiling arrayref v0.3.7 |
1671 | 2024-02-10T00:14:53.640Z | Compiling arrayvec v0.7.4 |
1672 | 2024-02-10T00:14:53.698Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1673 | 2024-02-10T00:14:53.763Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1674 | 2024-02-10T00:14:53.782Z | Compiling toolchain_find v0.2.0 |
1675 | 2024-02-10T00:14:54.139Z | Compiling tar v0.4.40 |
1676 | 2024-02-10T00:14:54.179Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1677 | 2024-02-10T00:14:54.338Z | Compiling camino-tempfile v1.1.1 |
1678 | 2024-02-10T00:14:54.434Z | Compiling colored v2.0.4 |
1679 | 2024-02-10T00:14:55.017Z | Compiling toml v0.5.11 |
1680 | 2024-02-10T00:14:55.161Z | Compiling platforms v3.0.2 |
1681 | 2024-02-10T00:14:55.181Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1682 | 2024-02-10T00:14:55.368Z | Compiling topological-sort v0.2.2 |
1683 | 2024-02-10T00:14:55.506Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1684 | 2024-02-10T00:14:55.801Z | Compiling zone_cfg_derive v0.3.0 |
1685 | 2024-02-10T00:14:56.063Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1686 | 2024-02-10T00:14:56.323Z | Compiling textwrap v0.11.0 |
1687 | 2024-02-10T00:14:56.508Z | Compiling heck v0.3.3 |
1688 | 2024-02-10T00:14:56.955Z | Compiling rustfmt-wrapper v0.2.0 |
1689 | 2024-02-10T00:14:57.437Z | Compiling num-derive v0.4.0 |
1690 | 2024-02-10T00:14:57.549Z | Compiling omicron-zone-package v0.11.0 |
1691 | 2024-02-10T00:14:57.603Z | Compiling ansi_term v0.12.1 |
1692 | 2024-02-10T00:14:58.168Z | Compiling libefi-sys v0.1.0 |
1693 | 2024-02-10T00:14:58.510Z | Compiling vec_map v0.8.2 |
1694 | 2024-02-10T00:14:58.639Z | Compiling strsim v0.8.0 |
1695 | 2024-02-10T00:14:58.844Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1696 | 2024-02-10T00:14:58.870Z | Compiling zone v0.3.0 |
1697 | 2024-02-10T00:14:58.980Z | Compiling clap v2.34.0 |
1698 | 2024-02-10T00:14:59.344Z | Compiling structopt-derive v0.4.18 |
1699 | 2024-02-10T00:14:59.753Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1700 | 2024-02-10T00:14:59.984Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1701 | 2024-02-10T00:15:00.211Z | Compiling smf v0.2.2 |
1702 | 2024-02-10T00:15:00.566Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1703 | 2024-02-10T00:15:00.566Z | Compiling unicase v2.7.0 |
1704 | 2024-02-10T00:15:00.946Z | Compiling semver v0.1.20 |
1705 | 2024-02-10T00:15:00.971Z | Compiling curve25519-dalek v4.1.1 |
1706 | 2024-02-10T00:15:01.573Z | Compiling rustc_version v0.1.7 |
1707 | 2024-02-10T00:15:01.644Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1708 | 2024-02-10T00:15:01.663Z | Compiling universal-hash v0.5.1 |
1709 | 2024-02-10T00:15:01.859Z | Compiling opaque-debug v0.3.0 |
1710 | 2024-02-10T00:15:01.881Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1711 | 2024-02-10T00:15:02.063Z | Compiling newtype_derive v0.1.6 |
1712 | 2024-02-10T00:15:02.089Z | Compiling curve25519-dalek-derive v0.1.0 |
1713 | 2024-02-10T00:15:02.236Z | Compiling gethostname v0.4.3 |
1714 | 2024-02-10T00:15:02.353Z | Compiling num-rational v0.4.1 |
1715 | 2024-02-10T00:15:02.414Z | Compiling getrandom v0.1.16 |
1716 | 2024-02-10T00:15:02.558Z | Compiling structopt v0.3.26 |
1717 | 2024-02-10T00:15:02.802Z | Compiling usdt-macro v0.5.0 |
1718 | 2024-02-10T00:15:03.025Z | Compiling usdt-attr-macro v0.5.0 |
1719 | 2024-02-10T00:15:03.210Z | Compiling password-hash v0.5.0 |
1720 | 2024-02-10T00:15:03.230Z | Compiling signature v2.1.0 |
1721 | 2024-02-10T00:15:03.504Z | Compiling blake2 v0.10.6 |
1722 | 2024-02-10T00:15:04.319Z | Compiling memmap v0.7.0 |
1723 | 2024-02-10T00:15:04.354Z | Compiling parking_lot_core v0.8.6 |
1724 | 2024-02-10T00:15:04.478Z | Compiling quick-error v1.2.3 |
1725 | 2024-02-10T00:15:04.648Z | Compiling linked-hash-map v0.5.6 |
1726 | 2024-02-10T00:15:04.692Z | Compiling resolv-conf v0.7.0 |
1727 | 2024-02-10T00:15:04.865Z | Compiling argon2 v0.5.3 |
1728 | 2024-02-10T00:15:04.891Z | Compiling usdt v0.5.0 |
1729 | 2024-02-10T00:15:05.008Z | Compiling lru-cache v0.1.2 |
1730 | 2024-02-10T00:15:05.589Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1731 | 2024-02-10T00:15:05.693Z | Compiling aead v0.5.2 |
1732 | 2024-02-10T00:15:05.845Z | Compiling num-complex v0.4.4 |
1733 | 2024-02-10T00:15:06.044Z | Compiling nibble_vec v0.1.0 |
1734 | 2024-02-10T00:15:06.269Z | Compiling slog-dtrace v0.3.0 |
1735 | 2024-02-10T00:15:06.631Z | Compiling winapi v0.3.9 |
1736 | 2024-02-10T00:15:06.935Z | Compiling endian-type v0.1.2 |
1737 | 2024-02-10T00:15:07.083Z | Compiling arc-swap v1.6.0 |
1738 | 2024-02-10T00:15:07.173Z | Compiling keccak v0.1.4 |
1739 | 2024-02-10T00:15:07.743Z | Compiling utf-8 v0.7.6 |
1740 | 2024-02-10T00:15:07.779Z | Compiling cancel-safe-futures v0.1.5 |
1741 | 2024-02-10T00:15:08.029Z | Compiling tungstenite v0.20.1 |
1742 | 2024-02-10T00:15:08.112Z | Compiling slog-scope v4.4.0 |
1743 | 2024-02-10T00:15:08.200Z | Compiling sha3 v0.10.8 |
1744 | 2024-02-10T00:15:08.229Z | Compiling radix_trie v0.2.1 |
1745 | 2024-02-10T00:15:08.250Z | Compiling num v0.4.1 |
1746 | 2024-02-10T00:15:08.445Z | Compiling mime_guess v2.0.4 |
1747 | 2024-02-10T00:15:08.670Z | Compiling steno v0.4.0 |
1748 | 2024-02-10T00:15:08.999Z | Compiling rand_core v0.5.1 |
1749 | 2024-02-10T00:15:09.228Z | Compiling trust-dns-resolver v0.22.0 |
1750 | 2024-02-10T00:15:09.976Z | Compiling poly1305 v0.8.0 |
1751 | 2024-02-10T00:15:10.347Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1752 | 2024-02-10T00:15:10.441Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1753 | 2024-02-10T00:15:11.570Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1754 | 2024-02-10T00:15:11.764Z | Compiling chacha20 v0.9.1 |
1755 | 2024-02-10T00:15:12.015Z | Compiling rfc6979 v0.4.0 |
1756 | 2024-02-10T00:15:12.231Z | Compiling secrecy v0.8.0 |
1757 | 2024-02-10T00:15:12.260Z | Compiling thiserror-impl-no-std v2.0.2 |
1758 | 2024-02-10T00:15:12.540Z | Compiling half v2.3.1 |
1759 | 2024-02-10T00:15:12.746Z | Compiling ciborium-io v0.2.2 |
1760 | 2024-02-10T00:15:12.896Z | Compiling convert_case v0.4.0 |
1761 | 2024-02-10T00:15:13.130Z | Compiling option-ext v0.2.0 |
1762 | 2024-02-10T00:15:13.398Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1763 | 2024-02-10T00:15:14.289Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1764 | 2024-02-10T00:15:14.293Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1765 | 2024-02-10T00:15:15.061Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1766 | 2024-02-10T00:15:15.634Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1767 | 2024-02-10T00:15:15.655Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1768 | 2024-02-10T00:15:15.804Z | Compiling thiserror-no-std v2.0.2 |
1769 | 2024-02-10T00:15:15.894Z | Compiling derive_more v0.99.17 |
1770 | 2024-02-10T00:15:15.930Z | Compiling dirs-sys v0.4.1 |
1771 | 2024-02-10T00:15:16.045Z | Compiling ciborium-ll v0.2.2 |
1772 | 2024-02-10T00:15:16.521Z | Compiling ecdsa v0.16.9 |
1773 | 2024-02-10T00:15:16.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1774 | 2024-02-10T00:15:17.390Z | Compiling parking_lot v0.11.2 |
1775 | 2024-02-10T00:15:17.408Z | Compiling rand_chacha v0.2.2 |
1776 | 2024-02-10T00:15:17.449Z | Compiling tokio-tungstenite v0.20.1 |
1777 | 2024-02-10T00:15:18.003Z | Compiling trust-dns-client v0.22.0 |
1778 | 2024-02-10T00:15:18.940Z | Compiling slog-stdlog v4.1.1 |
1779 | 2024-02-10T00:15:19.350Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1780 | 2024-02-10T00:15:19.398Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1781 | 2024-02-10T00:15:19.729Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1782 | 2024-02-10T00:15:21.235Z | Compiling ed25519 v2.2.2 |
1783 | 2024-02-10T00:15:21.737Z | Compiling polyval v0.6.1 |
1784 | 2024-02-10T00:15:22.205Z | Compiling primeorder v0.13.6 |
1785 | 2024-02-10T00:15:22.756Z | Compiling blowfish v0.9.1 |
1786 | 2024-02-10T00:15:23.222Z | Compiling ctr v0.9.2 |
1787 | 2024-02-10T00:15:23.225Z | Compiling aes v0.8.3 |
1788 | 2024-02-10T00:15:23.235Z | Compiling password-hash v0.4.2 |
1789 | 2024-02-10T00:15:24.274Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1790 | 2024-02-10T00:15:25.058Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1791 | 2024-02-10T00:15:26.266Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1792 | 2024-02-10T00:15:30.171Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1793 | 2024-02-10T00:15:32.361Z | Compiling libsw v3.3.1 |
1794 | 2024-02-10T00:15:34.089Z | Compiling pbkdf2 v0.12.2 |
1795 | 2024-02-10T00:15:34.277Z | Compiling derive-where v1.2.7 |
1796 | 2024-02-10T00:15:34.682Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
1797 | 2024-02-10T00:15:35.231Z | Compiling fxhash v0.2.1 |
1798 | 2024-02-10T00:15:35.463Z | Compiling swrite v0.1.0 |
1799 | 2024-02-10T00:15:35.538Z | Compiling owo-colors v4.0.0 |
1800 | 2024-02-10T00:15:35.608Z | Compiling linear-map v1.2.0 |
1801 | 2024-02-10T00:15:35.908Z | Compiling sled v0.34.7 |
1802 | 2024-02-10T00:15:36.390Z | Compiling trust-dns-server v0.22.1 |
1803 | 2024-02-10T00:15:36.440Z | Compiling bcrypt-pbkdf v0.10.0 |
1804 | 2024-02-10T00:15:36.707Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1805 | 2024-02-10T00:15:37.070Z | Compiling pbkdf2 v0.11.0 |
1806 | 2024-02-10T00:15:37.476Z | Compiling p256 v0.13.2 |
1807 | 2024-02-10T00:15:37.509Z | Compiling ghash v0.5.0 |
1808 | 2024-02-10T00:15:37.710Z | Compiling ed25519-dalek v2.0.0 |
1809 | 2024-02-10T00:15:38.089Z | Compiling russh-cryptovec v0.7.0 |
1810 | 2024-02-10T00:15:38.184Z | Compiling slog-envlogger v2.2.0 |
1811 | 2024-02-10T00:15:38.236Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1812 | 2024-02-10T00:15:38.375Z | Compiling rand v0.7.3 |
1813 | 2024-02-10T00:15:38.899Z | Compiling ciborium v0.2.2 |
1814 | 2024-02-10T00:15:39.123Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1815 | 2024-02-10T00:15:39.571Z | Compiling dirs v5.0.1 |
1816 | 2024-02-10T00:15:39.791Z | Compiling vsss-rs v3.3.4 |
1817 | 2024-02-10T00:15:40.537Z | Compiling chacha20poly1305 v0.10.1 |
1818 | 2024-02-10T00:15:40.802Z | Compiling cbc v0.1.2 |
1819 | 2024-02-10T00:15:41.070Z | Compiling pem v3.0.2 |
1820 | 2024-02-10T00:15:41.420Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1821 | 2024-02-10T00:15:41.810Z | Compiling headers-core v0.2.0 |
1822 | 2024-02-10T00:15:41.883Z | Compiling kstat-rs v0.2.3 |
1823 | 2024-02-10T00:15:41.995Z | Compiling glob v0.3.1 |
1824 | 2024-02-10T00:15:42.892Z | Compiling md5 v0.7.0 |
1825 | 2024-02-10T00:15:43.096Z | Compiling http-range v0.1.5 |
1826 | 2024-02-10T00:15:43.478Z | Compiling hyper-staticfile v0.9.5 |
1827 | 2024-02-10T00:15:43.497Z | Compiling russh-keys v0.40.1 |
1828 | 2024-02-10T00:15:43.815Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1829 | 2024-02-10T00:15:44.049Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1830 | 2024-02-10T00:15:44.994Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1831 | 2024-02-10T00:15:47.029Z | Compiling headers v0.3.9 |
1832 | 2024-02-10T00:15:47.078Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1833 | 2024-02-10T00:15:47.411Z | Compiling rcgen v0.12.1 |
1834 | 2024-02-10T00:15:47.745Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1835 | 2024-02-10T00:15:48.538Z | Compiling aes-gcm v0.10.3 |
1836 | 2024-02-10T00:15:50.153Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1837 | 2024-02-10T00:15:51.851Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1838 | 2024-02-10T00:15:53.177Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1839 | 2024-02-10T00:15:54.820Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1840 | 2024-02-10T00:15:56.437Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1841 | 2024-02-10T00:15:57.953Z | Compiling atomicwrites v0.4.3 |
1842 | 2024-02-10T00:15:58.222Z | Compiling itertools v0.12.1 |
1843 | 2024-02-10T00:15:58.341Z | Compiling subprocess v0.2.9 |
1844 | 2024-02-10T00:15:58.366Z | Compiling hex-literal v0.4.1 |
1845 | 2024-02-10T00:15:58.529Z | Compiling display-error-chain v0.2.0 |
1846 | 2024-02-10T00:15:58.751Z | Compiling russh v0.40.2 |
1847 | 2024-02-10T00:16:00.602Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1848 | 2024-02-10T00:16:00.756Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1849 | 2024-02-10T00:16:05.608Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1850 | 2024-02-10T00:16:07.354Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1851 | 2024-02-10T00:16:26.966Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
1852 | 2024-02-10T00:17:26.853Z | Finished dev [unoptimized + debuginfo] target(s) in 5m 45s |
1853 | 2024-02-10T00:17:27.134Z | |
1854 | 2024-02-10T00:17:27.134Z | real 5:45.601907491 |
1855 | 2024-02-10T00:17:27.134Z | user 29:41.009229832 |
1856 | 2024-02-10T00:17:27.134Z | sys 5:44.192069546 |
1857 | 2024-02-10T00:17:27.134Z | trap 0.861036543 |
1858 | 2024-02-10T00:17:27.137Z | tflt 5.580686268 |
1859 | 2024-02-10T00:17:27.137Z | dflt 4.170964950 |
1860 | 2024-02-10T00:17:27.137Z | kflt 0.049927579 |
1861 | 2024-02-10T00:17:27.137Z | lock 55:08.732958795 |
1862 | 2024-02-10T00:17:27.137Z | slp 1:26:46.310668586 |
1863 | 2024-02-10T00:17:27.137Z | lat 1:42.951435748 |
1864 | 2024-02-10T00:17:27.137Z | stop 4:21.818330029 |
1865 | 2024-02-10T00:17:27.137Z | + mkdir -p /work/end-to-end-tests |
1866 | 2024-02-10T00:17:27.140Z | ++ /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
1867 | 2024-02-10T00:17:28.014Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1868 | 2024-02-10T00:17:28.014Z | + ptime -m gzip |
1869 | 2024-02-10T00:17:28.020Z | ++ basename target/debug/bootstrap |
1870 | 2024-02-10T00:17:41.245Z | |
1871 | 2024-02-10T00:17:41.253Z | real 13.226395827 |
1872 | 2024-02-10T00:17:41.253Z | user 13.103144164 |
1873 | 2024-02-10T00:17:41.253Z | sys 0.113417529 |
1874 | 2024-02-10T00:17:41.253Z | trap 0.003464315 |
1875 | 2024-02-10T00:17:41.253Z | tflt 0.000000000 |
1876 | 2024-02-10T00:17:41.253Z | dflt 0.000000000 |
1877 | 2024-02-10T00:17:41.253Z | kflt 0.000000000 |
1878 | 2024-02-10T00:17:41.253Z | lock 0.000000000 |
1879 | 2024-02-10T00:17:41.253Z | slp 0.000000000 |
1880 | 2024-02-10T00:17:41.253Z | lat 0.005982737 |
1881 | 2024-02-10T00:17:41.253Z | stop 0.000169698 |
1882 | 2024-02-10T00:17:41.253Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1883 | 2024-02-10T00:17:41.253Z | + ptime -m gzip |
1884 | 2024-02-10T00:17:41.253Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/bootstrap-814497ffe476019b |
1885 | 2024-02-10T00:17:42.534Z | |
1886 | 2024-02-10T00:17:42.535Z | real 1.282722949 |
1887 | 2024-02-10T00:17:42.535Z | user 1.270788937 |
1888 | 2024-02-10T00:17:42.535Z | sys 0.011353177 |
1889 | 2024-02-10T00:17:42.535Z | trap 0.000083129 |
1890 | 2024-02-10T00:17:42.535Z | tflt 0.000000000 |
1891 | 2024-02-10T00:17:42.535Z | dflt 0.000000000 |
1892 | 2024-02-10T00:17:42.538Z | kflt 0.000000000 |
1893 | 2024-02-10T00:17:42.538Z | lock 0.000000000 |
1894 | 2024-02-10T00:17:42.538Z | slp 0.000000000 |
1895 | 2024-02-10T00:17:42.538Z | lat 0.000099209 |
1896 | 2024-02-10T00:17:42.538Z | stop 0.000169708 |
1897 | 2024-02-10T00:17:42.538Z | + for p in target/debug/bootstrap $(/opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json) |
1898 | 2024-02-10T00:17:42.539Z | + ptime -m gzip |
1899 | 2024-02-10T00:17:42.539Z | ++ basename /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7c7bf8ffe79eb016 |
1900 | 2024-02-10T00:17:55.995Z | |
1901 | 2024-02-10T00:17:55.995Z | real 13.453604647 |
1902 | 2024-02-10T00:17:55.995Z | user 13.362554287 |
1903 | 2024-02-10T00:17:55.995Z | sys 0.086786197 |
1904 | 2024-02-10T00:17:55.995Z | trap 0.001941269 |
1905 | 2024-02-10T00:17:55.995Z | tflt 0.000000000 |
1906 | 2024-02-10T00:17:55.999Z | dflt 0.000000000 |
1907 | 2024-02-10T00:17:55.999Z | kflt 0.000000000 |
1908 | 2024-02-10T00:17:55.999Z | lock 0.000000000 |
1909 | 2024-02-10T00:17:55.999Z | slp 0.000000000 |
1910 | 2024-02-10T00:17:55.999Z | lat 0.001939343 |
1911 | 2024-02-10T00:17:55.999Z | stop 0.000166018 |
1912 | 2024-02-10T00:17:55.999Z | + banner caboose-util |
1913 | 2024-02-10T00:17:55.999Z | |
1914 | 2024-02-10T00:17:55.999Z | #### ## ##### #### #### #### ###### # # ##### |
1915 | 2024-02-10T00:17:55.999Z | # # # # # # # # # # # # # # # |
1916 | 2024-02-10T00:17:55.999Z | # # # ##### # # # # #### ##### ##### # # # |
1917 | 2024-02-10T00:17:55.999Z | # ###### # # # # # # # # # # # |
1918 | 2024-02-10T00:17:55.999Z | # # # # # # # # # # # # # # # # |
1919 | 2024-02-10T00:17:55.999Z | #### # # ##### #### #### #### ###### #### # |
1920 | 2024-02-10T00:17:55.999Z | |
1921 | 2024-02-10T00:17:55.999Z | + ptime -m cargo build --locked -p caboose-util --release |
1922 | 2024-02-10T00:17:56.404Z | Downloading crates ... |
1923 | 2024-02-10T00:17:56.768Z | Downloaded path-slash v0.1.5 |
1924 | 2024-02-10T00:17:56.778Z | Downloaded env_logger v0.10.0 |
1925 | 2024-02-10T00:17:56.781Z | Downloaded radium v0.7.0 |
1926 | 2024-02-10T00:17:56.782Z | Downloaded tap v1.0.1 |
1927 | 2024-02-10T00:17:56.782Z | Downloaded packed_struct_codegen v0.10.1 |
1928 | 2024-02-10T00:17:56.789Z | Downloaded nodrop v0.1.14 |
1929 | 2024-02-10T00:17:56.794Z | Downloaded packed_struct v0.10.1 |
1930 | 2024-02-10T00:17:56.796Z | Downloaded smallvec v0.6.14 |
1931 | 2024-02-10T00:17:56.799Z | Downloaded termcolor v1.2.0 |
1932 | 2024-02-10T00:17:56.800Z | Downloaded wyz v0.5.1 |
1933 | 2024-02-10T00:17:56.803Z | Downloaded bitfield v0.14.0 |
1934 | 2024-02-10T00:17:56.803Z | Downloaded serde-hex v0.1.0 |
1935 | 2024-02-10T00:17:56.806Z | Downloaded crc v3.0.1 |
1936 | 2024-02-10T00:17:56.806Z | Downloaded funty v2.0.0 |
1937 | 2024-02-10T00:17:56.806Z | Downloaded pkcs1 v0.7.5 |
1938 | 2024-02-10T00:17:56.809Z | Downloaded array-init v0.0.4 |
1939 | 2024-02-10T00:17:56.812Z | Downloaded crc-catalog v2.2.0 |
1940 | 2024-02-10T00:17:56.812Z | Downloaded crc-any v2.4.3 |
1941 | 2024-02-10T00:17:56.815Z | Downloaded maybe-uninit v2.0.0 |
1942 | 2024-02-10T00:17:56.818Z | Downloaded rsa v0.9.2 |
1943 | 2024-02-10T00:17:56.822Z | Downloaded x509-cert v0.2.4 |
1944 | 2024-02-10T00:17:56.828Z | Downloaded ron v0.8.1 |
1945 | 2024-02-10T00:17:56.833Z | Downloaded num-bigint-dig v0.8.4 |
1946 | 2024-02-10T00:17:56.838Z | Downloaded bitvec v1.0.1 |
1947 | 2024-02-10T00:17:56.853Z | Downloaded object v0.30.4 |
1948 | 2024-02-10T00:17:56.960Z | Compiling proc-macro2 v1.0.78 |
1949 | 2024-02-10T00:17:56.960Z | Compiling unicode-ident v1.0.12 |
1950 | 2024-02-10T00:17:56.966Z | Compiling libc v0.2.153 |
1951 | 2024-02-10T00:17:56.966Z | Compiling serde v1.0.196 |
1952 | 2024-02-10T00:17:56.966Z | Compiling autocfg v1.1.0 |
1953 | 2024-02-10T00:17:56.966Z | Compiling version_check v0.9.4 |
1954 | 2024-02-10T00:17:56.966Z | Compiling cfg-if v1.0.0 |
1955 | 2024-02-10T00:17:57.092Z | Compiling typenum v1.16.0 |
1956 | 2024-02-10T00:17:57.172Z | Compiling once_cell v1.19.0 |
1957 | 2024-02-10T00:17:57.550Z | Compiling parking_lot_core v0.9.8 |
1958 | 2024-02-10T00:17:57.579Z | Compiling memchr v2.6.3 |
1959 | 2024-02-10T00:17:57.585Z | Compiling syn v1.0.109 |
1960 | 2024-02-10T00:17:57.594Z | Compiling generic-array v0.14.7 |
1961 | 2024-02-10T00:17:57.892Z | Compiling lock_api v0.4.10 |
1962 | 2024-02-10T00:17:57.951Z | Compiling byteorder v1.5.0 |
1963 | 2024-02-10T00:17:58.169Z | Compiling libm v0.2.7 |
1964 | 2024-02-10T00:17:58.205Z | Compiling num-traits v0.2.16 |
1965 | 2024-02-10T00:17:58.445Z | Compiling quote v1.0.35 |
1966 | 2024-02-10T00:17:58.470Z | Compiling ahash v0.8.7 |
1967 | 2024-02-10T00:17:58.516Z | Compiling thiserror v1.0.56 |
1968 | 2024-02-10T00:17:58.827Z | Compiling syn v2.0.48 |
1969 | 2024-02-10T00:17:59.000Z | Compiling cc v1.0.83 |
1970 | 2024-02-10T00:17:59.057Z | Compiling getrandom v0.2.10 |
1971 | 2024-02-10T00:17:59.190Z | Compiling pkg-config v0.3.27 |
1972 | 2024-02-10T00:17:59.431Z | Compiling serde_json v1.0.113 |
1973 | 2024-02-10T00:17:59.773Z | Compiling scopeguard v1.2.0 |
1974 | 2024-02-10T00:18:00.181Z | Compiling slab v0.4.9 |
1975 | 2024-02-10T00:18:00.214Z | Compiling itoa v1.0.9 |
1976 | 2024-02-10T00:18:00.279Z | Compiling log v0.4.20 |
1977 | 2024-02-10T00:18:00.562Z | Compiling rand_core v0.6.4 |
1978 | 2024-02-10T00:18:00.962Z | Compiling smallvec v1.13.1 |
1979 | 2024-02-10T00:18:01.455Z | Compiling vcpkg v0.2.15 |
1980 | 2024-02-10T00:18:01.805Z | Compiling pin-project-lite v0.2.13 |
1981 | 2024-02-10T00:18:01.929Z | Compiling const-oid v0.9.5 |
1982 | 2024-02-10T00:18:02.158Z | Compiling parking_lot v0.12.1 |
1983 | 2024-02-10T00:18:02.862Z | Compiling ring v0.17.7 |
1984 | 2024-02-10T00:18:03.042Z | Compiling ryu v1.0.15 |
1985 | 2024-02-10T00:18:03.158Z | Compiling ucd-trie v0.1.6 |
1986 | 2024-02-10T00:18:03.210Z | Compiling openssl-sys v0.9.96 |
1987 | 2024-02-10T00:18:03.684Z | Compiling signal-hook-registry v1.4.1 |
1988 | 2024-02-10T00:18:04.107Z | Compiling subtle v2.5.0 |
1989 | 2024-02-10T00:18:04.250Z | Compiling io-lifetimes v1.0.11 |
1990 | 2024-02-10T00:18:04.330Z | Compiling ring v0.16.20 |
1991 | 2024-02-10T00:18:04.437Z | Compiling mio v0.8.9 |
1992 | 2024-02-10T00:18:04.903Z | Compiling num-integer v0.1.45 |
1993 | 2024-02-10T00:18:05.226Z | Compiling semver v1.0.21 |
1994 | 2024-02-10T00:18:05.337Z | Compiling futures-core v0.3.30 |
1995 | 2024-02-10T00:18:06.039Z | Compiling spin v0.5.2 |
1996 | 2024-02-10T00:18:06.278Z | Compiling rustix v0.37.23 |
1997 | 2024-02-10T00:18:06.855Z | Compiling socket2 v0.5.5 |
1998 | 2024-02-10T00:18:07.191Z | Compiling num_cpus v1.16.0 |
1999 | 2024-02-10T00:18:07.316Z | Compiling futures-sink v0.3.30 |
2000 | 2024-02-10T00:18:07.559Z | Compiling allocator-api2 v0.2.16 |
2001 | 2024-02-10T00:18:07.732Z | Compiling unicode-xid v0.2.4 |
2002 | 2024-02-10T00:18:07.743Z | Compiling openssl v0.10.60 |
2003 | 2024-02-10T00:18:07.903Z | Compiling heck v0.4.1 |
2004 | 2024-02-10T00:18:08.124Z | Compiling httparse v1.8.0 |
2005 | 2024-02-10T00:18:08.153Z | Compiling synstructure v0.12.6 |
2006 | 2024-02-10T00:18:08.466Z | Compiling equivalent v1.0.1 |
2007 | 2024-02-10T00:18:08.606Z | Compiling tinyvec_macros v0.1.1 |
2008 | 2024-02-10T00:18:08.693Z | Compiling tinyvec v1.6.0 |
2009 | 2024-02-10T00:18:08.892Z | Compiling futures-channel v0.3.30 |
2010 | 2024-02-10T00:18:09.314Z | Compiling crc32fast v1.3.2 |
2011 | 2024-02-10T00:18:09.477Z | Compiling futures-task v0.3.30 |
2012 | 2024-02-10T00:18:09.517Z | Compiling futures-io v0.3.30 |
2013 | 2024-02-10T00:18:09.694Z | Compiling ppv-lite86 v0.2.17 |
2014 | 2024-02-10T00:18:09.750Z | Compiling pin-utils v0.1.0 |
2015 | 2024-02-10T00:18:09.768Z | Compiling rustls v0.21.9 |
2016 | 2024-02-10T00:18:09.777Z | Compiling native-tls v0.2.11 |
2017 | 2024-02-10T00:18:09.839Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2018 | 2024-02-10T00:18:10.126Z | Compiling spin v0.9.8 |
2019 | 2024-02-10T00:18:10.208Z | Compiling tracing-core v0.1.31 |
2020 | 2024-02-10T00:18:10.288Z | Compiling unicode-normalization v0.1.22 |
2021 | 2024-02-10T00:18:10.344Z | Compiling base64ct v1.6.0 |
2022 | 2024-02-10T00:18:10.525Z | Compiling rand_chacha v0.3.1 |
2023 | 2024-02-10T00:18:10.568Z | Compiling unicode-bidi v0.3.13 |
2024 | 2024-02-10T00:18:11.181Z | Compiling rand v0.8.5 |
2025 | 2024-02-10T00:18:11.359Z | Compiling pem-rfc7468 v0.7.0 |
2026 | 2024-02-10T00:18:11.976Z | Compiling errno v0.3.8 |
2027 | 2024-02-10T00:18:12.179Z | Compiling num-iter v0.1.43 |
2028 | 2024-02-10T00:18:12.236Z | Compiling usdt-impl v0.3.5 |
2029 | 2024-02-10T00:18:12.247Z | Compiling serde_derive v1.0.196 |
2030 | 2024-02-10T00:18:12.337Z | Compiling zeroize_derive v1.4.2 |
2031 | 2024-02-10T00:18:12.340Z | Compiling zerocopy-derive v0.7.32 |
2032 | 2024-02-10T00:18:12.511Z | Compiling thiserror-impl v1.0.56 |
2033 | 2024-02-10T00:18:12.584Z | Compiling tokio-macros v2.2.0 |
2034 | 2024-02-10T00:18:12.864Z | Compiling futures-macro v0.3.30 |
2035 | 2024-02-10T00:18:13.143Z | Compiling tracing-attributes v0.1.26 |
2036 | 2024-02-10T00:18:13.325Z | Compiling der_derive v0.7.2 |
2037 | 2024-02-10T00:18:13.871Z | Compiling zeroize v1.7.0 |
2038 | 2024-02-10T00:18:14.420Z | Compiling zerocopy v0.7.32 |
2039 | 2024-02-10T00:18:15.572Z | Compiling pest v2.7.6 |
2040 | 2024-02-10T00:18:15.774Z | Compiling crypto-common v0.1.6 |
2041 | 2024-02-10T00:18:15.851Z | Compiling block-buffer v0.10.4 |
2042 | 2024-02-10T00:18:16.081Z | Compiling digest v0.10.7 |
2043 | 2024-02-10T00:18:16.113Z | Compiling zerocopy-derive v0.2.0 |
2044 | 2024-02-10T00:18:16.552Z | Compiling hashbrown v0.14.2 |
2045 | 2024-02-10T00:18:16.592Z | Compiling openssl-macros v0.1.1 |
2046 | 2024-02-10T00:18:16.750Z | Compiling futures-util v0.3.30 |
2047 | 2024-02-10T00:18:17.314Z | Compiling tracing v0.1.37 |
2048 | 2024-02-10T00:18:17.370Z | Compiling scroll_derive v0.12.0 |
2049 | 2024-02-10T00:18:17.795Z | Compiling pest_meta v2.7.6 |
2050 | 2024-02-10T00:18:17.935Z | Compiling zerocopy-derive v0.6.4 |
2051 | 2024-02-10T00:18:17.949Z | Compiling schemars v0.8.16 |
2052 | 2024-02-10T00:18:18.303Z | Compiling signal-hook v0.3.17 |
2053 | 2024-02-10T00:18:18.419Z | Compiling rustix v0.38.31 |
2054 | 2024-02-10T00:18:18.924Z | Compiling flagset v0.4.3 |
2055 | 2024-02-10T00:18:19.059Z | Compiling pest_generator v2.7.6 |
2056 | 2024-02-10T00:18:19.161Z | Compiling der v0.7.8 |
2057 | 2024-02-10T00:18:20.956Z | Compiling serde_derive_internals v0.26.0 |
2058 | 2024-02-10T00:18:21.982Z | Compiling pest_derive v2.7.6 |
2059 | 2024-02-10T00:18:23.404Z | Compiling fnv v1.0.7 |
2060 | 2024-02-10T00:18:23.539Z | Compiling bitflags v1.3.2 |
2061 | 2024-02-10T00:18:23.638Z | Compiling schemars_derive v0.8.16 |
2062 | 2024-02-10T00:18:25.088Z | Compiling spki v0.7.2 |
2063 | 2024-02-10T00:18:25.943Z | Compiling zerocopy v0.3.0 |
2064 | 2024-02-10T00:18:26.408Z | Compiling lazy_static v1.4.0 |
2065 | 2024-02-10T00:18:26.521Z | Compiling bytes v1.5.0 |
2066 | 2024-02-10T00:18:26.773Z | Compiling indexmap v2.2.2 |
2067 | 2024-02-10T00:18:27.318Z | Compiling bitflags v2.4.0 |
2068 | 2024-02-10T00:18:27.452Z | Compiling tokio v1.36.0 |
2069 | 2024-02-10T00:18:27.500Z | Compiling rustc_version v0.4.0 |
2070 | 2024-02-10T00:18:28.116Z | Compiling heapless v0.7.16 |
2071 | 2024-02-10T00:18:28.531Z | Compiling http v0.2.11 |
2072 | 2024-02-10T00:18:28.682Z | Compiling uuid v1.7.0 |
2073 | 2024-02-10T00:18:29.558Z | Compiling backtrace v0.3.69 |
2074 | 2024-02-10T00:18:29.734Z | Compiling thread-id v4.2.0 |
2075 | 2024-02-10T00:18:29.842Z | Compiling memoffset v0.9.0 |
2076 | 2024-02-10T00:18:29.967Z | Compiling num-bigint v0.4.4 |
2077 | 2024-02-10T00:18:30.164Z | Compiling iana-time-zone v0.1.57 |
2078 | 2024-02-10T00:18:30.464Z | Compiling smoltcp v0.9.1 |
2079 | 2024-02-10T00:18:30.548Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2080 | 2024-02-10T00:18:30.932Z | Compiling foreign-types-shared v0.1.1 |
2081 | 2024-02-10T00:18:31.046Z | Compiling async-trait v0.1.77 |
2082 | 2024-02-10T00:18:31.114Z | Compiling percent-encoding v2.3.1 |
2083 | 2024-02-10T00:18:31.146Z | Compiling base64 v0.21.7 |
2084 | 2024-02-10T00:18:31.285Z | Compiling crossbeam-utils v0.8.16 |
2085 | 2024-02-10T00:18:31.490Z | Compiling untrusted v0.9.0 |
2086 | 2024-02-10T00:18:31.656Z | Compiling untrusted v0.7.1 |
2087 | 2024-02-10T00:18:32.436Z | Compiling foreign-types v0.3.2 |
2088 | 2024-02-10T00:18:32.532Z | Compiling chrono v0.4.31 |
2089 | 2024-02-10T00:18:34.080Z | Compiling dof v0.1.5 |
2090 | 2024-02-10T00:18:34.900Z | Compiling dtrace-parser v0.1.14 |
2091 | 2024-02-10T00:18:34.981Z | Compiling hmac v0.12.1 |
2092 | 2024-02-10T00:18:35.216Z | Compiling clap_derive v4.4.2 |
2093 | 2024-02-10T00:18:35.435Z | Compiling tokio-util v0.7.10 |
2094 | 2024-02-10T00:18:36.765Z | Compiling time-core v0.1.1 |
2095 | 2024-02-10T00:18:36.775Z | Compiling utf8parse v0.2.1 |
2096 | 2024-02-10T00:18:36.814Z | Compiling rustversion v1.0.14 |
2097 | 2024-02-10T00:18:37.163Z | Compiling try-lock v0.2.4 |
2098 | 2024-02-10T00:18:37.185Z | Compiling anstyle v1.0.2 |
2099 | 2024-02-10T00:18:37.416Z | Compiling adler v1.0.2 |
2100 | 2024-02-10T00:18:37.442Z | Compiling siphasher v0.3.11 |
2101 | 2024-02-10T00:18:37.632Z | Compiling cpufeatures v0.2.12 |
2102 | 2024-02-10T00:18:37.653Z | Compiling miniz_oxide v0.7.1 |
2103 | 2024-02-10T00:18:37.731Z | Compiling sha2 v0.10.8 |
2104 | 2024-02-10T00:18:37.855Z | Compiling want v0.3.1 |
2105 | 2024-02-10T00:18:39.996Z | Compiling time-macros v0.2.13 |
2106 | 2024-02-10T00:18:40.030Z | Compiling anstyle-parse v0.2.1 |
2107 | 2024-02-10T00:18:41.304Z | Compiling h2 v0.3.24 |
2108 | 2024-02-10T00:18:43.257Z | Compiling rustls-webpki v0.101.7 |
2109 | 2024-02-10T00:18:43.855Z | Compiling sct v0.7.0 |
2110 | 2024-02-10T00:18:44.154Z | Compiling form_urlencoded v1.2.1 |
2111 | 2024-02-10T00:18:44.244Z | Compiling http-body v0.4.5 |
2112 | 2024-02-10T00:18:44.603Z | Compiling serde_tokenstream v0.1.7 |
2113 | 2024-02-10T00:18:44.673Z | Compiling pkcs8 v0.10.2 |
2114 | 2024-02-10T00:18:45.070Z | Compiling hubpack_derive v0.1.1 |
2115 | 2024-02-10T00:18:45.981Z | Compiling socket2 v0.4.9 |
2116 | 2024-02-10T00:18:45.995Z | Compiling crossbeam-epoch v0.9.15 |
2117 | 2024-02-10T00:18:46.444Z | Compiling usdt-impl v0.5.0 |
2118 | 2024-02-10T00:18:46.753Z | Compiling colorchoice v1.0.0 |
2119 | 2024-02-10T00:18:46.797Z | Compiling openssl-probe v0.1.5 |
2120 | 2024-02-10T00:18:47.075Z | Compiling radium v0.7.0 |
2121 | 2024-02-10T00:18:47.511Z | Compiling httpdate v1.0.3 |
2122 | 2024-02-10T00:18:47.530Z | Compiling anyhow v1.0.75 |
2123 | 2024-02-10T00:18:47.572Z | Compiling tower-service v0.3.2 |
2124 | 2024-02-10T00:18:47.910Z | Compiling slog v2.7.0 |
2125 | 2024-02-10T00:18:48.026Z | Compiling anstyle-query v1.0.0 |
2126 | 2024-02-10T00:18:48.372Z | Compiling anstream v0.5.0 |
2127 | 2024-02-10T00:18:48.699Z | Compiling hyper v0.14.27 |
2128 | 2024-02-10T00:18:56.186Z | Compiling terminal_size v0.2.6 |
2129 | 2024-02-10T00:18:56.744Z | Compiling serde_spanned v0.6.5 |
2130 | 2024-02-10T00:18:56.940Z | Compiling toml_datetime v0.6.5 |
2131 | 2024-02-10T00:18:57.168Z | Compiling zerocopy v0.6.4 |
2132 | 2024-02-10T00:18:57.488Z | Compiling scroll v0.12.0 |
2133 | 2024-02-10T00:18:57.591Z | Compiling md-5 v0.10.5 |
2134 | 2024-02-10T00:18:57.973Z | Compiling idna v0.5.0 |
2135 | 2024-02-10T00:18:58.052Z | Compiling stringprep v0.1.3 |
2136 | 2024-02-10T00:18:58.302Z | Compiling diesel_table_macro_syntax v0.1.0 |
2137 | 2024-02-10T00:18:58.548Z | Compiling aho-corasick v1.0.4 |
2138 | 2024-02-10T00:18:58.567Z | Compiling hash32 v0.2.1 |
2139 | 2024-02-10T00:18:58.679Z | Compiling strsim v0.10.0 |
2140 | 2024-02-10T00:18:58.706Z | Compiling dyn-clone v1.0.16 |
2141 | 2024-02-10T00:18:58.912Z | Compiling tap v1.0.1 |
2142 | 2024-02-10T00:18:58.940Z | Compiling winnow v0.5.15 |
2143 | 2024-02-10T00:18:59.058Z | Compiling maybe-uninit v2.0.0 |
2144 | 2024-02-10T00:18:59.107Z | Compiling plain v0.2.3 |
2145 | 2024-02-10T00:18:59.253Z | Compiling gimli v0.28.0 |
2146 | 2024-02-10T00:18:59.267Z | Compiling clap_lex v0.5.1 |
2147 | 2024-02-10T00:18:59.408Z | Compiling fallible-iterator v0.2.0 |
2148 | 2024-02-10T00:18:59.644Z | Compiling regex-syntax v0.8.2 |
2149 | 2024-02-10T00:19:00.174Z | Compiling stable_deref_trait v1.2.0 |
2150 | 2024-02-10T00:19:00.526Z | Compiling postgres-protocol v0.6.6 |
2151 | 2024-02-10T00:19:01.353Z | Compiling clap_builder v4.4.2 |
2152 | 2024-02-10T00:19:01.404Z | Compiling goblin v0.8.0 |
2153 | 2024-02-10T00:19:01.544Z | Compiling wyz v0.5.1 |
2154 | 2024-02-10T00:19:02.058Z | Compiling url v2.5.0 |
2155 | 2024-02-10T00:19:02.643Z | Compiling diesel_derives v2.1.2 |
2156 | 2024-02-10T00:19:03.742Z | Compiling addr2line v0.21.0 |
2157 | 2024-02-10T00:19:03.949Z | Compiling regex-automata v0.4.4 |
2158 | 2024-02-10T00:19:05.421Z | Compiling tokio-rustls v0.24.1 |
2159 | 2024-02-10T00:19:05.853Z | Compiling strum_macros v0.25.2 |
2160 | 2024-02-10T00:19:09.676Z | Compiling tokio-native-tls v0.3.1 |
2161 | 2024-02-10T00:19:10.556Z | Compiling usdt-attr-macro v0.3.5 |
2162 | 2024-02-10T00:19:10.606Z | Compiling usdt-macro v0.3.5 |
2163 | 2024-02-10T00:19:11.945Z | Compiling phf_shared v0.11.2 |
2164 | 2024-02-10T00:19:12.642Z | Compiling block-padding v0.3.3 |
2165 | 2024-02-10T00:19:13.090Z | Compiling enum-as-inner v0.5.1 |
2166 | 2024-02-10T00:19:13.098Z | Compiling serde_repr v0.1.16 |
2167 | 2024-02-10T00:19:13.169Z | Compiling ff v0.13.0 |
2168 | 2024-02-10T00:19:13.401Z | Compiling scheduled-thread-pool v0.2.7 |
2169 | 2024-02-10T00:19:13.797Z | Compiling object v0.32.1 |
2170 | 2024-02-10T00:19:13.883Z | Compiling ipnet v2.9.0 |
2171 | 2024-02-10T00:19:14.979Z | Compiling packed_struct v0.10.1 |
2172 | 2024-02-10T00:19:15.474Z | Compiling funty v2.0.0 |
2173 | 2024-02-10T00:19:15.983Z | Compiling rustc-demangle v0.1.23 |
2174 | 2024-02-10T00:19:16.879Z | Compiling regex-automata v0.1.10 |
2175 | 2024-02-10T00:19:17.211Z | Compiling base16ct v0.2.0 |
2176 | 2024-02-10T00:19:17.382Z | Compiling bit-vec v0.6.3 |
2177 | 2024-02-10T00:19:17.942Z | Compiling num-bigint-dig v0.8.4 |
2178 | 2024-02-10T00:19:18.080Z | Compiling deranged v0.3.8 |
2179 | 2024-02-10T00:19:18.402Z | Compiling managed v0.8.0 |
2180 | 2024-02-10T00:19:18.710Z | Compiling num_threads v0.1.6 |
2181 | 2024-02-10T00:19:18.868Z | Compiling matches v0.1.10 |
2182 | 2024-02-10T00:19:19.616Z | Compiling pretty-hex v0.4.1 |
2183 | 2024-02-10T00:19:19.831Z | Compiling dof v0.3.0 |
2184 | 2024-02-10T00:19:19.992Z | Compiling time v0.3.27 |
2185 | 2024-02-10T00:19:21.923Z | Compiling idna v0.2.3 |
2186 | 2024-02-10T00:19:23.667Z | Compiling sec1 v0.7.3 |
2187 | 2024-02-10T00:19:23.992Z | Compiling bstr v0.2.17 |
2188 | 2024-02-10T00:19:24.256Z | Compiling bitvec v1.0.1 |
2189 | 2024-02-10T00:19:25.467Z | Compiling r2d2 v0.8.10 |
2190 | 2024-02-10T00:19:25.590Z | Compiling group v0.13.0 |
2191 | 2024-02-10T00:19:25.881Z | Compiling inout v0.1.3 |
2192 | 2024-02-10T00:19:26.120Z | Compiling phf v0.11.2 |
2193 | 2024-02-10T00:19:27.441Z | Compiling hyper-tls v0.5.0 |
2194 | 2024-02-10T00:19:27.722Z | Compiling regex v1.10.3 |
2195 | 2024-02-10T00:19:27.802Z | Compiling hyper-rustls v0.24.2 |
2196 | 2024-02-10T00:19:28.190Z | Compiling clap v4.4.3 |
2197 | 2024-02-10T00:19:28.299Z | Compiling signal-hook-mio v0.2.3 |
2198 | 2024-02-10T00:19:28.457Z | Compiling flate2 v1.0.28 |
2199 | 2024-02-10T00:19:28.759Z | Compiling ipnetwork v0.20.0 |
2200 | 2024-02-10T00:19:28.977Z | Compiling bzip2 v0.4.4 |
2201 | 2024-02-10T00:19:29.355Z | Compiling toml_edit v0.19.15 |
2202 | 2024-02-10T00:19:29.514Z | Compiling postgres-types v0.2.6 |
2203 | 2024-02-10T00:19:29.743Z | Compiling hubpack v0.1.2 |
2204 | 2024-02-10T00:19:29.870Z | Compiling serde_urlencoded v0.7.1 |
2205 | 2024-02-10T00:19:30.133Z | Compiling phf_shared v0.10.0 |
2206 | 2024-02-10T00:19:30.186Z | Compiling rustls-pemfile v1.0.3 |
2207 | 2024-02-10T00:19:30.400Z | Compiling hkdf v0.12.4 |
2208 | 2024-02-10T00:19:30.625Z | Compiling dtrace-parser v0.2.0 |
2209 | 2024-02-10T00:19:30.949Z | Compiling futures-executor v0.3.30 |
2210 | 2024-02-10T00:19:33.322Z | Compiling crypto-bigint v0.5.2 |
2211 | 2024-02-10T00:19:33.561Z | Compiling packed_struct_codegen v0.10.1 |
2212 | 2024-02-10T00:19:33.962Z | Compiling float-cmp v0.9.0 |
2213 | 2024-02-10T00:19:34.756Z | Compiling indexmap v1.9.3 |
2214 | 2024-02-10T00:19:34.766Z | Compiling encoding_rs v0.8.33 |
2215 | 2024-02-10T00:19:35.086Z | Compiling static_assertions v1.1.0 |
2216 | 2024-02-10T00:19:35.548Z | Compiling minimal-lexical v0.2.1 |
2217 | 2024-02-10T00:19:36.048Z | Compiling whoami v1.4.1 |
2218 | 2024-02-10T00:19:36.357Z | Compiling unicode-width v0.1.11 |
2219 | 2024-02-10T00:19:36.369Z | Compiling either v1.9.0 |
2220 | 2024-02-10T00:19:36.525Z | Compiling predicates-core v1.0.6 |
2221 | 2024-02-10T00:19:36.602Z | Compiling mime v0.3.17 |
2222 | 2024-02-10T00:19:36.715Z | Compiling data-encoding v2.4.0 |
2223 | 2024-02-10T00:19:36.846Z | Compiling normalize-line-endings v0.3.0 |
2224 | 2024-02-10T00:19:36.976Z | Compiling new_debug_unreachable v1.0.4 |
2225 | 2024-02-10T00:19:37.070Z | Compiling nodrop v0.1.14 |
2226 | 2024-02-10T00:19:37.379Z | Compiling difflib v0.4.0 |
2227 | 2024-02-10T00:19:38.695Z | Compiling crc-catalog v2.2.0 |
2228 | 2024-02-10T00:19:38.708Z | Compiling fixedbitset v0.4.2 |
2229 | 2024-02-10T00:19:38.836Z | Compiling unicode-segmentation v1.10.1 |
2230 | 2024-02-10T00:19:39.127Z | Compiling precomputed-hash v0.1.1 |
2231 | 2024-02-10T00:19:39.242Z | Compiling regex-automata v0.3.8 |
2232 | 2024-02-10T00:19:39.330Z | Compiling webpki-roots v0.25.2 |
2233 | 2024-02-10T00:19:39.486Z | Compiling reqwest v0.11.22 |
2234 | 2024-02-10T00:19:39.668Z | Compiling similar v2.3.0 |
2235 | 2024-02-10T00:19:41.652Z | Compiling bstr v1.6.0 |
2236 | 2024-02-10T00:19:42.818Z | Compiling string_cache v0.8.7 |
2237 | 2024-02-10T00:19:43.247Z | Compiling petgraph v0.6.4 |
2238 | 2024-02-10T00:19:43.597Z | Compiling crc v3.0.1 |
2239 | 2024-02-10T00:19:46.357Z | Compiling predicates v3.1.0 |
2240 | 2024-02-10T00:19:47.628Z | Compiling trust-dns-proto v0.22.0 |
2241 | 2024-02-10T00:19:49.265Z | Compiling array-init v0.0.4 |
2242 | 2024-02-10T00:19:50.640Z | Compiling itertools v0.10.5 |
2243 | 2024-02-10T00:19:52.171Z | Compiling console v0.15.8 |
2244 | 2024-02-10T00:19:53.604Z | Compiling tokio-postgres v0.7.10 |
2245 | 2024-02-10T00:19:55.573Z | Compiling nom v7.1.3 |
2246 | 2024-02-10T00:19:55.682Z | Compiling elliptic-curve v0.13.8 |
2247 | 2024-02-10T00:19:56.130Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2248 | 2024-02-10T00:19:58.635Z | Compiling toml v0.7.8 |
2249 | 2024-02-10T00:20:01.120Z | Compiling futures v0.3.30 |
2250 | 2024-02-10T00:20:02.307Z | Compiling smallvec v0.6.14 |
2251 | 2024-02-10T00:20:02.394Z | Compiling zip v0.6.6 |
2252 | 2024-02-10T00:20:02.487Z | Compiling diesel v2.1.4 |
2253 | 2024-02-10T00:20:02.671Z | Compiling yasna v0.5.2 |
2254 | 2024-02-10T00:20:02.770Z | Compiling crossterm v0.27.0 |
2255 | 2024-02-10T00:20:03.806Z | Compiling cipher v0.4.4 |
2256 | 2024-02-10T00:20:05.628Z | Compiling bit-set v0.5.3 |
2257 | 2024-02-10T00:20:05.933Z | Compiling usdt v0.3.5 |
2258 | 2024-02-10T00:20:06.204Z | Compiling is-terminal v0.4.9 |
2259 | 2024-02-10T00:20:06.339Z | Compiling toml_edit v0.21.1 |
2260 | 2024-02-10T00:20:13.463Z | Compiling pkcs1 v0.7.5 |
2261 | 2024-02-10T00:20:13.487Z | Compiling tokio-stream v0.1.14 |
2262 | 2024-02-10T00:20:14.648Z | Compiling openapiv3 v2.0.0 |
2263 | 2024-02-10T00:20:14.703Z | Compiling hex v0.4.3 |
2264 | 2024-02-10T00:20:16.147Z | Compiling hashbrown v0.13.2 |
2265 | 2024-02-10T00:20:17.276Z | Compiling signature v2.1.0 |
2266 | 2024-02-10T00:20:18.509Z | Compiling hashbrown v0.12.3 |
2267 | 2024-02-10T00:20:19.843Z | Compiling lalrpop-util v0.19.12 |
2268 | 2024-02-10T00:20:20.026Z | Compiling termcolor v1.2.0 |
2269 | 2024-02-10T00:20:21.409Z | Compiling bitfield v0.14.0 |
2270 | 2024-02-10T00:20:26.915Z | Compiling lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2271 | 2024-02-10T00:20:27.267Z | Compiling env_logger v0.10.0 |
2272 | 2024-02-10T00:20:33.202Z | Compiling rsa v0.9.2 |
2273 | 2024-02-10T00:20:40.480Z | Compiling serde-hex v0.1.0 |
2274 | 2024-02-10T00:20:46.039Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2275 | 2024-02-10T00:20:46.328Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2276 | 2024-02-10T00:20:47.114Z | Compiling ron v0.8.1 |
2277 | 2024-02-10T00:20:47.863Z | Compiling x509-cert v0.2.4 |
2278 | 2024-02-10T00:20:52.371Z | Compiling crc-any v2.4.3 |
2279 | 2024-02-10T00:21:08.609Z | Compiling lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2280 | 2024-02-10T00:21:24.764Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2281 | 2024-02-10T00:21:24.764Z | Compiling object v0.30.4 |
2282 | 2024-02-10T00:21:28.142Z | Compiling path-slash v0.1.5 |
2283 | 2024-02-10T00:21:28.380Z | Compiling hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2284 | 2024-02-10T00:21:54.298Z | Compiling caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2285 | 2024-02-10T00:21:55.079Z | Finished release [optimized] target(s) in 3m 59s |
2286 | 2024-02-10T00:21:55.155Z | |
2287 | 2024-02-10T00:21:55.155Z | real 3:59.118069489 |
2288 | 2024-02-10T00:21:55.155Z | user 26:44.319809762 |
2289 | 2024-02-10T00:21:55.155Z | sys 3:04.223935997 |
2290 | 2024-02-10T00:21:55.155Z | trap 0.836402700 |
2291 | 2024-02-10T00:21:55.155Z | tflt 1.679717618 |
2292 | 2024-02-10T00:21:55.158Z | dflt 0.596203436 |
2293 | 2024-02-10T00:21:55.158Z | kflt 0.011238906 |
2294 | 2024-02-10T00:21:55.159Z | lock 1:00:06.449561010 |
2295 | 2024-02-10T00:21:55.159Z | slp 1:18:39.408576897 |
2296 | 2024-02-10T00:21:55.159Z | lat 1:28.992614643 |
2297 | 2024-02-10T00:21:55.159Z | stop 1:18.834048838 |
2298 | 2024-02-10T00:21:55.159Z | + ptime -m gzip |
2299 | 2024-02-10T00:21:55.626Z | |
2300 | 2024-02-10T00:21:55.630Z | real 0.467389145 |
2301 | 2024-02-10T00:21:55.630Z | user 0.460759182 |
2302 | 2024-02-10T00:21:55.630Z | sys 0.004987152 |
2303 | 2024-02-10T00:21:55.630Z | trap 0.000367100 |
2304 | 2024-02-10T00:21:55.630Z | tflt 0.000000000 |
2305 | 2024-02-10T00:21:55.630Z | dflt 0.000000000 |
2306 | 2024-02-10T00:21:55.630Z | kflt 0.000000000 |
2307 | 2024-02-10T00:21:55.630Z | lock 0.000000000 |
2308 | 2024-02-10T00:21:55.631Z | slp 0.000000000 |
2309 | 2024-02-10T00:21:55.631Z | lat 0.000884773 |
2310 | 2024-02-10T00:21:55.631Z | stop 0.000178788 |
2311 | 2024-02-10T00:21:55.631Z | + banner tufaceous |
2312 | 2024-02-10T00:21:55.631Z | |
2313 | 2024-02-10T00:21:55.631Z | ##### # # ###### ## #### ###### #### # # #### |
2314 | 2024-02-10T00:21:55.631Z | # # # # # # # # # # # # # # |
2315 | 2024-02-10T00:21:55.631Z | # # # ##### # # # ##### # # # # #### |
2316 | 2024-02-10T00:21:55.631Z | # # # # ###### # # # # # # # |
2317 | 2024-02-10T00:21:55.631Z | # # # # # # # # # # # # # # # |
2318 | 2024-02-10T00:21:55.631Z | # #### # # # #### ###### #### #### #### |
2319 | 2024-02-10T00:21:55.631Z | |
2320 | 2024-02-10T00:21:55.631Z | + ptime -m cargo build --locked -p tufaceous --release |
2321 | 2024-02-10T00:21:56.054Z | Downloading crates ... |
2322 | 2024-02-10T00:21:56.310Z | Downloaded humantime v2.1.0 |
2323 | 2024-02-10T00:21:56.313Z | Downloaded doc-comment v0.3.3 |
2324 | 2024-02-10T00:21:56.316Z | Downloaded snafu-derive v0.7.5 |
2325 | 2024-02-10T00:21:56.319Z | Downloaded parse-size v1.0.0 |
2326 | 2024-02-10T00:21:56.326Z | Downloaded serde_plain v1.0.2 |
2327 | 2024-02-10T00:21:56.330Z | Downloaded buf-list v1.0.3 |
2328 | 2024-02-10T00:21:56.333Z | Downloaded async-recursion v1.0.5 |
2329 | 2024-02-10T00:21:56.336Z | Downloaded globset v0.4.13 |
2330 | 2024-02-10T00:21:56.336Z | Downloaded pin-project-internal v1.1.3 |
2331 | 2024-02-10T00:21:56.339Z | Downloaded fs-err v2.11.0 |
2332 | 2024-02-10T00:21:56.339Z | Downloaded olpc-cjson v0.1.3 |
2333 | 2024-02-10T00:21:56.342Z | Downloaded snafu v0.7.5 |
2334 | 2024-02-10T00:21:56.345Z | Downloaded pin-project v1.1.3 |
2335 | 2024-02-10T00:21:56.356Z | Downloaded tough v0.16.0 |
2336 | 2024-02-10T00:21:56.367Z | Downloaded typed-path v0.7.0 |
2337 | 2024-02-10T00:21:56.469Z | Compiling serde_tokenstream v0.2.0 |
2338 | 2024-02-10T00:21:56.533Z | Compiling regress v0.7.1 |
2339 | 2024-02-10T00:21:56.545Z | Compiling dirs-sys-next v0.1.2 |
2340 | 2024-02-10T00:21:56.548Z | Compiling ident_case v1.0.1 |
2341 | 2024-02-10T00:21:56.548Z | Compiling rustls-pki-types v1.1.0 |
2342 | 2024-02-10T00:21:56.577Z | Compiling thread_local v1.1.7 |
2343 | 2024-02-10T00:21:56.580Z | Compiling slog-async v2.8.0 |
2344 | 2024-02-10T00:21:56.710Z | Compiling dirs-next v2.0.0 |
2345 | 2024-02-10T00:21:56.964Z | Compiling darling_core v0.20.3 |
2346 | 2024-02-10T00:21:57.009Z | Compiling heck v0.4.1 |
2347 | 2024-02-10T00:21:57.055Z | Compiling rustls v0.22.2 |
2348 | 2024-02-10T00:21:57.351Z | Compiling camino v1.1.6 |
2349 | 2024-02-10T00:21:57.437Z | Compiling rustls-webpki v0.102.1 |
2350 | 2024-02-10T00:21:57.667Z | Compiling term v0.7.0 |
2351 | 2024-02-10T00:21:57.895Z | Compiling crossbeam-channel v0.5.8 |
2352 | 2024-02-10T00:21:57.990Z | Compiling getopts v0.2.21 |
2353 | 2024-02-10T00:21:58.276Z | Compiling structmeta-derive v0.3.0 |
2354 | 2024-02-10T00:21:58.884Z | Compiling atty v0.2.14 |
2355 | 2024-02-10T00:21:59.036Z | Compiling multer v3.0.0 |
2356 | 2024-02-10T00:21:59.361Z | Compiling unsafe-libyaml v0.2.10 |
2357 | 2024-02-10T00:21:59.689Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2358 | 2024-02-10T00:22:01.211Z | Compiling paste v1.0.14 |
2359 | 2024-02-10T00:22:01.294Z | Compiling match_cfg v0.1.0 |
2360 | 2024-02-10T00:22:01.395Z | Compiling doc-comment v0.3.3 |
2361 | 2024-02-10T00:22:01.696Z | Compiling take_mut v0.2.2 |
2362 | 2024-02-10T00:22:02.129Z | Compiling hostname v0.3.1 |
2363 | 2024-02-10T00:22:02.347Z | Compiling structmeta v0.3.0 |
2364 | 2024-02-10T00:22:02.379Z | Compiling serde_yaml v0.9.25 |
2365 | 2024-02-10T00:22:02.487Z | Compiling darling_macro v0.20.3 |
2366 | 2024-02-10T00:22:02.685Z | Compiling slog-term v2.9.0 |
2367 | 2024-02-10T00:22:03.464Z | Compiling darling v0.20.3 |
2368 | 2024-02-10T00:22:05.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-10T00:22:05.537Z | Compiling slog-json v2.6.1 |
2370 | 2024-02-10T00:22:05.725Z | Compiling http v1.0.0 |
2371 | 2024-02-10T00:22:06.063Z | Compiling pin-project-internal v1.1.3 |
2372 | 2024-02-10T00:22:06.338Z | Compiling async-stream-impl v0.3.5 |
2373 | 2024-02-10T00:22:07.471Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2374 | 2024-02-10T00:22:07.661Z | Compiling fastrand v2.0.1 |
2375 | 2024-02-10T00:22:07.763Z | Compiling atomic-waker v1.1.1 |
2376 | 2024-02-10T00:22:07.891Z | Compiling waitgroup v0.1.2 |
2377 | 2024-02-10T00:22:07.953Z | Compiling async-stream v0.3.5 |
2378 | 2024-02-10T00:22:08.135Z | Compiling tempfile v3.10.0 |
2379 | 2024-02-10T00:22:08.272Z | Compiling tokio-rustls v0.25.0 |
2380 | 2024-02-10T00:22:08.736Z | Compiling slog-bunyan v2.5.0 |
2381 | 2024-02-10T00:22:08.926Z | Compiling pin-project v1.1.3 |
2382 | 2024-02-10T00:22:09.060Z | Compiling serde_with_macros v3.6.0 |
2383 | 2024-02-10T00:22:09.102Z | Compiling parse-display-derive v0.9.0 |
2384 | 2024-02-10T00:22:11.047Z | Compiling toml v0.8.9 |
2385 | 2024-02-10T00:22:11.302Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2386 | 2024-02-10T00:22:11.629Z | Compiling rustls-pemfile v2.0.0 |
2387 | 2024-02-10T00:22:11.784Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2388 | 2024-02-10T00:22:12.012Z | Compiling progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2389 | 2024-02-10T00:22:12.362Z | Compiling sha1 v0.10.6 |
2390 | 2024-02-10T00:22:13.225Z | Compiling snafu-derive v0.7.5 |
2391 | 2024-02-10T00:22:13.260Z | Compiling serde_path_to_error v0.1.15 |
2392 | 2024-02-10T00:22:13.346Z | Compiling fs-err v2.11.0 |
2393 | 2024-02-10T00:22:13.573Z | Compiling instant v0.1.12 |
2394 | 2024-02-10T00:22:14.076Z | Compiling same-file v1.0.6 |
2395 | 2024-02-10T00:22:14.079Z | Compiling debug-ignore v1.0.5 |
2396 | 2024-02-10T00:22:14.080Z | Compiling buf-list v1.0.3 |
2397 | 2024-02-10T00:22:14.080Z | Compiling arc-swap v1.6.0 |
2398 | 2024-02-10T00:22:14.516Z | Compiling slog-scope v4.4.0 |
2399 | 2024-02-10T00:22:14.745Z | Compiling walkdir v2.4.0 |
2400 | 2024-02-10T00:22:15.632Z | Compiling backoff v0.4.0 |
2401 | 2024-02-10T00:22:16.042Z | Compiling parse-display v0.9.0 |
2402 | 2024-02-10T00:22:16.376Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2403 | 2024-02-10T00:22:16.521Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2404 | 2024-02-10T00:22:16.837Z | Compiling serde_with v3.6.0 |
2405 | 2024-02-10T00:22:17.982Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2406 | 2024-02-10T00:22:18.437Z | Compiling snafu v0.7.5 |
2407 | 2024-02-10T00:22:18.720Z | Compiling globset v0.4.13 |
2408 | 2024-02-10T00:22:19.939Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2409 | 2024-02-10T00:22:20.116Z | Compiling strum v0.25.0 |
2410 | 2024-02-10T00:22:20.331Z | Compiling pem v3.0.2 |
2411 | 2024-02-10T00:22:21.800Z | Compiling olpc-cjson v0.1.3 |
2412 | 2024-02-10T00:22:22.015Z | Compiling serde_plain v1.0.2 |
2413 | 2024-02-10T00:22:22.387Z | Compiling macaddr v1.0.1 |
2414 | 2024-02-10T00:22:22.567Z | Compiling async-recursion v1.0.5 |
2415 | 2024-02-10T00:22:23.127Z | Compiling xattr v1.0.1 |
2416 | 2024-02-10T00:22:23.394Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2417 | 2024-02-10T00:22:23.459Z | Compiling filetime v0.2.23 |
2418 | 2024-02-10T00:22:23.573Z | Compiling typed-path v0.7.0 |
2419 | 2024-02-10T00:22:23.818Z | Compiling tar v0.4.40 |
2420 | 2024-02-10T00:22:27.788Z | Compiling tough v0.16.0 |
2421 | 2024-02-10T00:22:30.695Z | Compiling slog-stdlog v4.1.1 |
2422 | 2024-02-10T00:22:31.657Z | Compiling camino-tempfile v1.1.1 |
2423 | 2024-02-10T00:22:32.036Z | Compiling itertools v0.12.1 |
2424 | 2024-02-10T00:22:32.486Z | Compiling parse-size v1.0.0 |
2425 | 2024-02-10T00:22:32.819Z | Compiling slog-envlogger v2.2.0 |
2426 | 2024-02-10T00:22:35.614Z | Compiling humantime v2.1.0 |
2427 | 2024-02-10T00:22:39.181Z | Compiling progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2428 | 2024-02-10T00:22:39.400Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2429 | 2024-02-10T00:22:49.423Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2430 | 2024-02-10T00:22:51.251Z | Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2431 | 2024-02-10T00:23:11.174Z | Finished release [optimized] target(s) in 1m 15s |
2432 | 2024-02-10T00:23:11.247Z | |
2433 | 2024-02-10T00:23:11.247Z | real 1:15.592758795 |
2434 | 2024-02-10T00:23:11.247Z | user 8:22.804208629 |
2435 | 2024-02-10T00:23:11.247Z | sys 37.461165604 |
2436 | 2024-02-10T00:23:11.247Z | trap 0.224530247 |
2437 | 2024-02-10T00:23:11.247Z | tflt 0.334650867 |
2438 | 2024-02-10T00:23:11.247Z | dflt 0.240054514 |
2439 | 2024-02-10T00:23:11.247Z | kflt 0.000016969 |
2440 | 2024-02-10T00:23:11.247Z | lock 16:46.218588304 |
2441 | 2024-02-10T00:23:11.251Z | slp 18:52.160366687 |
2442 | 2024-02-10T00:23:11.251Z | lat 19.125003492 |
2443 | 2024-02-10T00:23:11.251Z | stop 13.287739252 |
2444 | 2024-02-10T00:23:11.251Z | + ptime -m gzip |
2445 | 2024-02-10T00:23:12.994Z | |
2446 | 2024-02-10T00:23:12.997Z | real 1.742844293 |
2447 | 2024-02-10T00:23:12.997Z | user 1.724566682 |
2448 | 2024-02-10T00:23:12.997Z | sys 0.017644215 |
2449 | 2024-02-10T00:23:12.997Z | trap 0.000144029 |
2450 | 2024-02-10T00:23:12.997Z | tflt 0.000000000 |
2451 | 2024-02-10T00:23:12.997Z | dflt 0.000000000 |
2452 | 2024-02-10T00:23:12.998Z | kflt 0.000000000 |
2453 | 2024-02-10T00:23:12.998Z | lock 0.000000000 |
2454 | 2024-02-10T00:23:12.998Z | slp 0.000000000 |
2455 | 2024-02-10T00:23:12.998Z | lat 0.000087139 |
2456 | 2024-02-10T00:23:12.998Z | stop 0.000180968 |
2457 | 2024-02-10T00:23:12.998Z | process exited: duration 826407 ms, exit code 0 |
|
2458 | 2024-02-10T00:23:13.014Z | found 5 output files |
2459 | 2024-02-10T00:23:13.014Z | uploading: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz (10676850 bytes) |
2460 | 2024-02-10T00:23:18.351Z | uploaded: /work/end-to-end-tests/bootstrap-814497ffe476019b.gz |
2461 | 2024-02-10T00:23:18.358Z | uploading: /work/end-to-end-tests/bootstrap.gz (108972284 bytes) |
2462 | 2024-02-10T00:23:50.594Z | uploaded: /work/end-to-end-tests/bootstrap.gz |
2463 | 2024-02-10T00:23:50.595Z | uploading: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz (112180701 bytes) |
2464 | 2024-02-10T00:24:22.588Z | uploaded: /work/end-to-end-tests/end_to_end_tests-7c7bf8ffe79eb016.gz |
2465 | 2024-02-10T00:24:22.588Z | uploading: /work/caboose-util.gz (4102787 bytes) |
2466 | 2024-02-10T00:24:24.980Z | uploaded: /work/caboose-util.gz |
2467 | 2024-02-10T00:24:24.981Z | uploading: /work/tufaceous.gz (15851134 bytes) |
2468 | 2024-02-10T00:24:29.308Z | uploaded: /work/tufaceous.gz |