|
|
|
1 | 2023-10-11T19:26:32.868Z | job assigned to worker 01HCG35KZ74QSJENWTK8YRJBMP (queued for 1 m 46 s) |
|
2 | 2023-10-11T19:26:33.667Z | starting task 0: "setup" |
3 | 2023-10-11T19:26:33.883Z | ++ uname -s |
4 | 2023-10-11T19:26:33.887Z | + kern=SunOS |
5 | 2023-10-11T19:26:33.892Z | + case "$kern" in |
6 | 2023-10-11T19:26:33.896Z | + groupadd -g 12345 build |
7 | 2023-10-11T19:26:33.900Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-11T19:26:35.909Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-11T19:26:36.096Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-11T19:26:36.109Z | + home_fs=zfs |
11 | 2023-10-11T19:26:36.116Z | + [[ zfs == autofs ]] |
12 | 2023-10-11T19:26:36.123Z | + mkdir -p /home/build |
13 | 2023-10-11T19:26:36.129Z | + chown build:build /home/build /work |
14 | 2023-10-11T19:26:38.097Z | + chmod 0700 /home/build /work |
15 | 2023-10-11T19:26:38.102Z | process exited: duration 4430 ms, exit code 0 |
|
16 | 2023-10-11T19:26:38.110Z | starting task 1: "rust-toolchain" |
17 | 2023-10-11T19:26:38.134Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-11T19:26:38.154Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-10-11T19:26:38.712Z | info: downloading installer |
20 | 2023-10-11T19:26:40.743Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-11T19:26:41.163Z | warning: /opt/ooce/bin |
22 | 2023-10-11T19:26:41.166Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-11T19:26:41.169Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-11T19:26:41.173Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-11T19:26:41.176Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-11T19:26:41.180Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-11T19:26:41.183Z | error: cannot install while Rust is installed |
28 | 2023-10-11T19:26:41.186Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-11T19:26:41.189Z | info: profile set to 'default' |
30 | 2023-10-11T19:26:41.193Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-11T19:26:41.197Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-10-11T19:26:41.241Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-10-11T19:26:41.253Z | info: downloading component 'cargo' |
34 | 2023-10-11T19:26:42.446Z | info: downloading component 'clippy' |
35 | 2023-10-11T19:26:42.459Z | info: downloading component 'rust-docs' |
36 | 2023-10-11T19:26:43.393Z | info: downloading component 'rust-std' |
37 | 2023-10-11T19:26:45.184Z | info: downloading component 'rustc' |
38 | 2023-10-11T19:26:49.473Z | info: downloading component 'rustfmt' |
39 | 2023-10-11T19:26:50.139Z | info: installing component 'cargo' |
40 | 2023-10-11T19:26:51.765Z | info: installing component 'clippy' |
41 | 2023-10-11T19:26:52.571Z | info: installing component 'rust-docs' |
42 | 2023-10-11T19:26:55.461Z | info: installing component 'rust-std' |
43 | 2023-10-11T19:26:59.208Z | info: installing component 'rustc' |
44 | 2023-10-11T19:27:07.508Z | info: installing component 'rustfmt' |
45 | 2023-10-11T19:27:07.954Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-10-11T19:27:07.961Z | |
47 | 2023-10-11T19:27:08.087Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-10-11T19:27:08.093Z | |
49 | 2023-10-11T19:27:08.097Z | |
50 | 2023-10-11T19:27:08.102Z | Rust is installed now. Great! |
51 | 2023-10-11T19:27:08.107Z | |
52 | 2023-10-11T19:27:08.112Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-11T19:27:08.116Z | environment variable. This has not been done automatically. |
54 | 2023-10-11T19:27:08.121Z | |
55 | 2023-10-11T19:27:08.127Z | To configure your current shell, run: |
56 | 2023-10-11T19:27:08.131Z | source "$HOME/.cargo/env" |
57 | 2023-10-11T19:27:08.182Z | + rustc --version |
58 | 2023-10-11T19:27:08.294Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-10-11T19:27:08.304Z | process exited: duration 30183 ms, exit code 0 |
|
60 | 2023-10-11T19:27:08.320Z | starting task 2: "authentication" |
61 | 2023-10-11T19:27:08.374Z | process exited: duration 44 ms, exit code 0 |
|
62 | 2023-10-11T19:27:08.421Z | starting task 3: "clone repository" |
63 | 2023-10-11T19:27:08.448Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-10-11T19:27:08.464Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-10-11T19:27:08.493Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-10-11T19:27:15.345Z | + cd /work/oxidecomputer/omicron |
67 | 2023-10-11T19:27:15.836Z | + [[ -n sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir ]] |
68 | 2023-10-11T19:27:16.344Z | + git fetch origin sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
69 | 2023-10-11T19:27:16.361Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-10-11T19:27:16.379Z | * branch sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir -> FETCH_HEAD |
71 | 2023-10-11T19:27:16.397Z | + git checkout -B sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir remotes/origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir |
72 | 2023-10-11T19:27:16.417Z | Switched to a new branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' |
73 | 2023-10-11T19:27:16.438Z | branch 'sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir' set up to track 'origin/sunshowers/spr/renovate-download-install-from-binstall-releasesh-into-a-temp-dir'. |
74 | 2023-10-11T19:27:16.455Z | + git reset --hard 6200e35e697b068e2105c6b265d7eb8b09b3b2f5 |
75 | 2023-10-11T19:27:16.470Z | HEAD is now at 6200e35e [𝘀𝗽𝗿] initial version |
76 | 2023-10-11T19:27:16.481Z | process exited: duration 7404 ms, exit code 0 |
|
77 | 2023-10-11T19:27:16.495Z | starting task 4: "build" |
78 | 2023-10-11T19:27:16.515Z | + cargo --version |
79 | 2023-10-11T19:27:16.597Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
80 | 2023-10-11T19:27:16.606Z | + rustc --version |
81 | 2023-10-11T19:27:17.118Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
82 | 2023-10-11T19:27:17.134Z | + source ./env.sh |
83 | 2023-10-11T19:27:17.568Z | ++ set -o xtrace |
84 | 2023-10-11T19:27:17.588Z | ++++ dirname ./env.sh |
85 | 2023-10-11T19:27:17.608Z | +++ cd . |
86 | 2023-10-11T19:27:17.622Z | +++ echo /work/oxidecomputer/omicron |
87 | 2023-10-11T19:27:17.636Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2023-10-11T19:27:17.643Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-10-11T19:27:17.651Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2023-10-11T19:27:17.658Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-10-11T19:27:17.666Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2023-10-11T19:27:17.673Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-10-11T19:27:17.681Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2023-10-11T19:27:17.689Z | ++ unset OMICRON_WS |
95 | 2023-10-11T19:27:17.697Z | ++ set +o xtrace |
96 | 2023-10-11T19:27:17.705Z | |
97 | 2023-10-11T19:27:17.711Z | ##### ##### ###### ##### ###### #### # # # #### # |
98 | 2023-10-11T19:27:17.716Z | # # # # # # # # # # # # # # # |
99 | 2023-10-11T19:27:17.724Z | # # # # ##### # # ##### # # # # # #### # |
100 | 2023-10-11T19:27:17.732Z | ##### ##### # ##### # # # # # # # # # |
101 | 2023-10-11T19:27:17.740Z | # # # # # # # # # # # # # # # |
102 | 2023-10-11T19:27:17.752Z | # # # ###### # # ###### ### # #### # #### # |
103 | 2023-10-11T19:27:17.769Z | |
104 | 2023-10-11T19:27:25.462Z | Startup: Refreshing catalog 'helios-dev' ... Done |
105 | 2023-10-11T19:27:26.562Z | Startup: Caching catalogs ... Done |
106 | 2023-10-11T19:27:29.174Z | Planning: Solver setup ... Done (2.808s) |
107 | 2023-10-11T19:27:29.264Z | Planning: Running solver ... Done (0.084s) |
108 | 2023-10-11T19:27:29.289Z | Planning: Finding local manifests ... Done (0.002s) |
109 | 2023-10-11T19:27:29.349Z | Planning: Fetching manifests: 0/4 0% complete |
110 | 2023-10-11T19:27:32.443Z | Planning: Fetching manifests: 4/4 100% complete |
111 | 2023-10-11T19:27:32.501Z | Planning: Package planning ... Done (0.081s) |
112 | 2023-10-11T19:27:32.591Z | Planning: Merging actions ... Done (0.086s) |
113 | 2023-10-11T19:27:33.350Z | Planning: Checking for conflicting actions ... Done (0.738s) |
114 | 2023-10-11T19:27:33.371Z | Planning: Consolidating action changes ... Done (0.017s) |
115 | 2023-10-11T19:27:37.823Z | Planning: Evaluating mediators ... Done (4.474s) |
116 | 2023-10-11T19:27:37.842Z | Planning: Planning completed in 11.64 seconds |
117 | 2023-10-11T19:27:39.706Z | Packages to install: 4 |
118 | 2023-10-11T19:27:39.710Z | Mediators to change: 2 |
119 | 2023-10-11T19:27:39.714Z | Services to change: 1 |
120 | 2023-10-11T19:27:39.717Z | Estimated space available: 149.39 GB |
121 | 2023-10-11T19:27:39.721Z | Estimated space to be consumed: 1.35 GB |
122 | 2023-10-11T19:27:39.724Z | Create boot environment: No |
123 | 2023-10-11T19:27:39.728Z | Create backup boot environment: No |
124 | 2023-10-11T19:27:39.731Z | Rebuild boot archive: No |
125 | 2023-10-11T19:27:39.734Z | |
126 | 2023-10-11T19:27:39.737Z | Changed mediators: |
127 | 2023-10-11T19:27:39.740Z | mediator clang: |
128 | 2023-10-11T19:27:39.744Z | version: None -> 15 (system default) |
129 | 2023-10-11T19:27:39.748Z | |
130 | 2023-10-11T19:27:39.751Z | mediator llvm: |
131 | 2023-10-11T19:27:39.755Z | version: 14 (system default) -> 15 (system default) |
132 | 2023-10-11T19:27:39.759Z | |
133 | 2023-10-11T19:27:39.762Z | Changed packages: |
134 | 2023-10-11T19:27:39.766Z | helios-dev |
135 | 2023-10-11T19:27:39.769Z | developer/build-essential |
136 | 2023-10-11T19:27:39.772Z | None -> 11-2.0 |
137 | 2023-10-11T19:27:39.776Z | library/libxmlsec1 |
138 | 2023-10-11T19:27:39.779Z | None -> 1.2.35-2.0 |
139 | 2023-10-11T19:27:39.782Z | ooce/developer/clang-15 |
140 | 2023-10-11T19:27:39.785Z | None -> 15.0.7-2.0 |
141 | 2023-10-11T19:27:39.789Z | ooce/developer/llvm-15 |
142 | 2023-10-11T19:27:39.792Z | None -> 15.0.7-2.0 |
143 | 2023-10-11T19:27:39.795Z | |
144 | 2023-10-11T19:27:39.798Z | Services: |
145 | 2023-10-11T19:27:39.802Z | restart_fmri: |
146 | 2023-10-11T19:27:39.808Z | svc:/system/update-man-index:default |
147 | 2023-10-11T19:27:39.945Z | |
148 | 2023-10-11T19:27:40.392Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
149 | 2023-10-11T19:27:44.950Z | Download: 305/3290 items 16.1/212.6MB 7% complete (3.3M/s) |
150 | 2023-10-11T19:27:49.947Z | Download: 642/3290 items 18.0/212.6MB 8% complete (1.9M/s) |
151 | 2023-10-11T19:27:54.970Z | Download: 1059/3290 items 19.7/212.6MB 9% complete (605k/s) |
152 | 2023-10-11T19:28:00.341Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
153 | 2023-10-11T19:28:12.216Z | Download: 1198/3290 items 83.5/212.6MB 39% complete |
154 | 2023-10-11T19:28:17.217Z | Download: 2122/3290 items 118.9/212.6MB 55% complete (7.2M/s) |
155 | 2023-10-11T19:28:22.237Z | Download: 2333/3290 items 119.9/212.6MB 56% complete (3.7M/s) |
156 | 2023-10-11T19:28:27.233Z | Download: 2914/3290 items 121.2/212.6MB 56% complete (239k/s) |
157 | 2023-10-11T19:28:32.269Z | Download: 3262/3290 items 208.0/212.6MB 97% complete (8.7M/s) |
158 | 2023-10-11T19:28:37.898Z | Download: 3287/3290 items 211.0/212.6MB 99% complete (9.0M/s) |
159 | 2023-10-11T19:28:37.966Z | Download: Completed 212.60 MB in 58.04 seconds (3.7M/s) |
160 | 2023-10-11T19:28:38.340Z | Actions: 1/3687 actions (Installing new actions) |
161 | 2023-10-11T19:28:43.365Z | Actions: 3285/3687 actions (Installing new actions) |
162 | 2023-10-11T19:28:46.546Z | Actions: Completed 3687 actions in 8.23 seconds. |
163 | 2023-10-11T19:28:46.606Z | Done (0.055s) |
164 | 2023-10-11T19:28:46.610Z | Done (0.000s) |
165 | 2023-10-11T19:28:46.751Z | Done (0.144s) |
166 | 2023-10-11T19:28:54.142Z | Done (7.283s) |
167 | 2023-10-11T19:28:54.749Z | Done (0.100s) |
168 | 2023-10-11T19:28:54.752Z | Done (0.000s) |
169 | 2023-10-11T19:28:54.759Z | Done (0.000s) |
170 | 2023-10-11T19:28:55.193Z | Planning: Evaluating mediator changes ... Done |
171 | 2023-10-11T19:28:55.476Z | Planning: Checking for conflicting actions ... Done |
172 | 2023-10-11T19:28:55.490Z | Planning: Consolidating action changes ... Done |
173 | 2023-10-11T19:28:55.903Z | Planning: Evaluating mediators ... Done |
174 | 2023-10-11T19:28:55.909Z | Planning: Planning completed in 0.71 seconds |
175 | 2023-10-11T19:28:55.956Z | Mediators to change: 2 |
176 | 2023-10-11T19:28:55.960Z | Create boot environment: No |
177 | 2023-10-11T19:28:55.964Z | Create backup boot environment: No |
178 | 2023-10-11T19:28:56.049Z | Done |
179 | 2023-10-11T19:28:56.052Z | Done |
180 | 2023-10-11T19:28:56.132Z | Done |
181 | 2023-10-11T19:29:01.970Z | Done |
182 | 2023-10-11T19:29:02.095Z | Done |
183 | 2023-10-11T19:29:02.110Z | Done |
184 | 2023-10-11T19:29:02.202Z | Done |
185 | 2023-10-11T19:29:03.207Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-10-11T19:29:03.213Z | Planning: Merging actions ... Done |
187 | 2023-10-11T19:29:03.581Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-10-11T19:29:03.606Z | Planning: Consolidating action changes ... Done |
189 | 2023-10-11T19:29:03.979Z | Planning: Evaluating mediators ... Done |
190 | 2023-10-11T19:29:04.057Z | Planning: Planning completed in 1.28 seconds |
191 | 2023-10-11T19:29:04.124Z | Packages to change: 1 |
192 | 2023-10-11T19:29:04.135Z | Mediators to change: 1 |
193 | 2023-10-11T19:29:04.150Z | Services to change: 1 |
194 | 2023-10-11T19:29:04.176Z | Create boot environment: No |
195 | 2023-10-11T19:29:04.191Z | Create backup boot environment: Yes |
196 | 2023-10-11T19:29:05.989Z | Actions: 1/6 actions (Updating modified actions) |
197 | 2023-10-11T19:29:06.004Z | Actions: Completed 6 actions in 0.00 seconds. |
198 | 2023-10-11T19:29:06.012Z | Done |
199 | 2023-10-11T19:29:06.020Z | Done |
200 | 2023-10-11T19:29:06.044Z | Done |
201 | 2023-10-11T19:29:12.505Z | Done |
202 | 2023-10-11T19:29:12.999Z | Done |
203 | 2023-10-11T19:29:13.419Z | Done |
204 | 2023-10-11T19:29:13.429Z | Done |
205 | 2023-10-11T19:29:13.437Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
206 | 2023-10-11T19:29:13.447Z | clang system 15 system |
207 | 2023-10-11T19:29:13.455Z | csh system system illumos |
208 | 2023-10-11T19:29:13.463Z | ctags system system illumos |
209 | 2023-10-11T19:29:13.469Z | gcc vendor 12 vendor |
210 | 2023-10-11T19:29:13.481Z | gcc system 10 system |
211 | 2023-10-11T19:29:13.496Z | gcc system 7 system |
212 | 2023-10-11T19:29:13.515Z | go system 1.20 system |
213 | 2023-10-11T19:29:13.533Z | go system 1.19 system |
214 | 2023-10-11T19:29:13.554Z | llvm system 15 system |
215 | 2023-10-11T19:29:13.572Z | llvm system 14 system |
216 | 2023-10-11T19:29:13.587Z | mariadb system 10.6 system |
217 | 2023-10-11T19:29:13.607Z | mta vendor vendor dma |
218 | 2023-10-11T19:29:13.626Z | openjdk system 17 system |
219 | 2023-10-11T19:29:13.646Z | openjdk system 11 system |
220 | 2023-10-11T19:29:13.692Z | openjdk system 1.8 system |
221 | 2023-10-11T19:29:13.703Z | openssl vendor 3 vendor |
222 | 2023-10-11T19:29:13.723Z | perl system 5.36 system |
223 | 2023-10-11T19:29:13.737Z | postgresql system 15 system |
224 | 2023-10-11T19:29:13.757Z | postgresql system 13 system |
225 | 2023-10-11T19:29:13.778Z | python vendor 3 vendor |
226 | 2023-10-11T19:29:14.204Z | python system 2 system |
227 | 2023-10-11T19:29:14.635Z | python3 system 3.11 system |
228 | 2023-10-11T19:29:15.059Z | ruby system 3.0 system |
229 | 2023-10-11T19:29:15.073Z | words vendor vendor american-english |
230 | 2023-10-11T19:29:15.086Z | words system system australian-english |
231 | 2023-10-11T19:29:15.103Z | words system system british-english |
232 | 2023-10-11T19:29:15.522Z | words system system canadian-english |
233 | 2023-10-11T19:29:15.537Z | words system system french |
234 | 2023-10-11T19:29:15.965Z | words system system italian |
235 | 2023-10-11T19:29:15.977Z | words system system ngerman |
236 | 2023-10-11T19:29:15.992Z | words system system ogerman |
237 | 2023-10-11T19:29:16.013Z | words system system spanish |
238 | 2023-10-11T19:29:16.434Z | FMRI IFO |
239 | 2023-10-11T19:29:16.863Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2023-10-11T19:29:16.877Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2023-10-11T19:29:16.891Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2023-10-11T19:29:17.321Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
243 | 2023-10-11T19:29:17.334Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2023-10-11T19:29:17.346Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
245 | 2023-10-11T19:29:17.365Z | + set -o errexit |
246 | 2023-10-11T19:29:17.390Z | +++ dirname ./tools/ci_download_cockroachdb |
247 | 2023-10-11T19:29:17.409Z | ++ cd ./tools |
248 | 2023-10-11T19:29:17.422Z | ++ pwd |
249 | 2023-10-11T19:29:17.438Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
250 | 2023-10-11T19:29:17.452Z | ++ basename ./tools/ci_download_cockroachdb |
251 | 2023-10-11T19:29:17.891Z | + ARG0=ci_download_cockroachdb |
252 | 2023-10-11T19:29:17.906Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
253 | 2023-10-11T19:29:17.918Z | + CIDL_VERSION=v22.1.9 |
254 | 2023-10-11T19:29:17.936Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
255 | 2023-10-11T19:29:17.959Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
256 | 2023-10-11T19:29:17.980Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
257 | 2023-10-11T19:29:17.999Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
258 | 2023-10-11T19:29:18.014Z | + TARGET_DIR=out |
259 | 2023-10-11T19:29:18.028Z | + DOWNLOAD_DIR=out/downloads |
260 | 2023-10-11T19:29:18.040Z | + DEST_DIR=./out/cockroachdb |
261 | 2023-10-11T19:29:18.052Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
262 | 2023-10-11T19:29:18.066Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
263 | 2023-10-11T19:29:18.083Z | + main |
264 | 2023-10-11T19:29:18.093Z | + [[ 0 != 0 ]] |
265 | 2023-10-11T19:29:18.102Z | + CIDL_OS=solaris2.11 |
266 | 2023-10-11T19:29:18.114Z | + [[ 0 != 0 ]] |
267 | 2023-10-11T19:29:18.125Z | + configure_os solaris2.11 |
268 | 2023-10-11T19:29:18.142Z | + echo 'current directory: /work/oxidecomputer/omicron' |
269 | 2023-10-11T19:29:18.159Z | current directory: /work/oxidecomputer/omicron |
270 | 2023-10-11T19:29:18.234Z | + echo 'configuring based on OS: "solaris2.11"' |
271 | 2023-10-11T19:29:18.253Z | configuring based on OS: "solaris2.11" |
272 | 2023-10-11T19:29:18.686Z | + case "$1" in |
273 | 2023-10-11T19:29:18.724Z | + CIDL_BUILD=illumos |
274 | 2023-10-11T19:29:19.138Z | + CIDL_SUFFIX=tar.gz |
275 | 2023-10-11T19:29:19.160Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-10-11T19:29:19.184Z | + CIDL_MD5FUNC=do_md5sum |
277 | 2023-10-11T19:29:19.604Z | + CIDL_URL_BASE=https://illumos.org/downloads |
278 | 2023-10-11T19:29:19.624Z | + CIDL_ASSEMBLE=do_assemble_illumos |
279 | 2023-10-11T19:29:19.641Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
280 | 2023-10-11T19:29:19.657Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
281 | 2023-10-11T19:29:19.673Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
282 | 2023-10-11T19:29:19.684Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
283 | 2023-10-11T19:29:19.701Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
284 | 2023-10-11T19:29:19.715Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
285 | 2023-10-11T19:29:19.731Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
286 | 2023-10-11T19:29:20.151Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
287 | 2023-10-11T19:29:20.158Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
288 | 2023-10-11T19:29:20.162Z | Downloading... |
289 | 2023-10-11T19:29:20.166Z | + mkdir -p out/downloads |
290 | 2023-10-11T19:29:20.169Z | + mkdir -p ./out/cockroachdb |
291 | 2023-10-11T19:29:20.175Z | + local DO_DOWNLOAD=true |
292 | 2023-10-11T19:29:20.180Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
293 | 2023-10-11T19:29:20.183Z | + '[' true == true ']' |
294 | 2023-10-11T19:29:20.186Z | + echo Downloading... |
295 | 2023-10-11T19:29:20.192Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-10-11T19:29:20.196Z | + 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 |
297 | 2023-10-11T19:29:20.200Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-10-11T19:29:20.205Z | ++ md5sum |
299 | 2023-10-11T19:29:20.212Z | ++ awk '{print $1}' |
300 | 2023-10-11T19:29:20.215Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
301 | 2023-10-11T19:29:20.218Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
302 | 2023-10-11T19:29:20.220Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-10-11T19:29:20.223Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
304 | 2023-10-11T19:29:20.227Z | + do_assemble_illumos |
305 | 2023-10-11T19:29:20.230Z | + rm -r ./out/cockroachdb |
306 | 2023-10-11T19:29:20.233Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
307 | 2023-10-11T19:29:20.237Z | + ./out/cockroachdb/bin/cockroach version |
308 | 2023-10-11T19:29:20.393Z | Build Tag: v22.1.9-dirty |
309 | 2023-10-11T19:29:20.404Z | Build Time: 2022/10/26 21:17:46 |
310 | 2023-10-11T19:29:20.417Z | Distribution: OSS |
311 | 2023-10-11T19:29:20.433Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
312 | 2023-10-11T19:29:20.440Z | Go Version: go1.17.13 |
313 | 2023-10-11T19:29:20.452Z | C Compiler: gcc 10.3.0 |
314 | 2023-10-11T19:29:20.467Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
315 | 2023-10-11T19:29:20.488Z | Build Type: release |
316 | 2023-10-11T19:29:20.513Z | + set -o errexit |
317 | 2023-10-11T19:29:20.535Z | +++ dirname ./tools/ci_download_clickhouse |
318 | 2023-10-11T19:29:20.976Z | ++ cd ./tools |
319 | 2023-10-11T19:29:21.002Z | ++ pwd |
320 | 2023-10-11T19:29:21.022Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
321 | 2023-10-11T19:29:21.041Z | ++ basename ./tools/ci_download_clickhouse |
322 | 2023-10-11T19:29:21.478Z | + ARG0=ci_download_clickhouse |
323 | 2023-10-11T19:29:21.499Z | + TARGET_DIR=out |
324 | 2023-10-11T19:29:22.753Z | + DOWNLOAD_DIR=out/downloads |
325 | 2023-10-11T19:29:22.771Z | + DEST_DIR=./out/clickhouse |
326 | 2023-10-11T19:29:22.800Z | + CIDL_VERSION=v22.8.9.24 |
327 | 2023-10-11T19:29:22.819Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
328 | 2023-10-11T19:29:22.846Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
329 | 2023-10-11T19:29:22.897Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
330 | 2023-10-11T19:29:22.909Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
331 | 2023-10-11T19:29:22.939Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
332 | 2023-10-11T19:29:22.962Z | + main |
333 | 2023-10-11T19:29:23.397Z | + [[ 0 != 0 ]] |
334 | 2023-10-11T19:29:23.446Z | + CIDL_OS=solaris2.11 |
335 | 2023-10-11T19:29:23.464Z | + [[ 0 != 0 ]] |
336 | 2023-10-11T19:29:23.479Z | + configure_os solaris2.11 |
337 | 2023-10-11T19:29:23.501Z | + echo 'current directory: /work/oxidecomputer/omicron' |
338 | 2023-10-11T19:29:23.516Z | current directory: /work/oxidecomputer/omicron |
339 | 2023-10-11T19:29:23.533Z | + echo 'configuring based on OS: "solaris2.11"' |
340 | 2023-10-11T19:29:23.551Z | configuring based on OS: "solaris2.11" |
341 | 2023-10-11T19:29:24.792Z | + CIDL_DASHREV= |
342 | 2023-10-11T19:29:24.811Z | + case "$1" in |
343 | 2023-10-11T19:29:25.235Z | + CIDL_PLATFORM=illumos |
344 | 2023-10-11T19:29:25.667Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
345 | 2023-10-11T19:29:26.107Z | + CIDL_MD5FUNC=do_md5sum |
346 | 2023-10-11T19:29:26.130Z | + CIDL_DASHREV=-1 |
347 | 2023-10-11T19:29:26.156Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
348 | 2023-10-11T19:29:27.543Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
349 | 2023-10-11T19:29:27.550Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
350 | 2023-10-11T19:29:27.557Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
351 | 2023-10-11T19:29:27.571Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
352 | 2023-10-11T19:29:27.581Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
353 | 2023-10-11T19:29:27.606Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
354 | 2023-10-11T19:29:27.653Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-10-11T19:29:27.674Z | + mkdir -p out/downloads |
356 | 2023-10-11T19:29:27.697Z | + mkdir -p ./out/clickhouse |
357 | 2023-10-11T19:29:27.717Z | + local DO_DOWNLOAD=true |
358 | 2023-10-11T19:29:27.738Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
359 | 2023-10-11T19:29:27.754Z | + '[' true == true ']' |
360 | 2023-10-11T19:29:27.768Z | + echo Downloading... |
361 | 2023-10-11T19:29:27.783Z | Downloading... |
362 | 2023-10-11T19:29:27.797Z | + 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 |
363 | 2023-10-11T19:29:27.807Z | + 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 |
364 | 2023-10-11T19:29:28.236Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-10-11T19:29:28.249Z | ++ md5sum |
366 | 2023-10-11T19:29:28.264Z | ++ awk '{print $1}' |
367 | 2023-10-11T19:29:28.282Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
368 | 2023-10-11T19:29:28.295Z | + [[ 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 ]] |
369 | 2023-10-11T19:29:28.313Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
370 | 2023-10-11T19:29:28.741Z | + mkdir -p ./out/clickhouse |
371 | 2023-10-11T19:29:28.761Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
372 | 2023-10-11T19:29:28.796Z | + ./out/clickhouse/clickhouse server --version |
373 | 2023-10-11T19:29:28.809Z | ClickHouse server version 22.8.9.1. |
374 | 2023-10-11T19:29:28.824Z | + set -o errexit |
375 | 2023-10-11T19:29:28.835Z | +++ dirname ./tools/ci_download_console |
376 | 2023-10-11T19:29:28.850Z | ++ cd ./tools |
377 | 2023-10-11T19:29:28.871Z | ++ pwd |
378 | 2023-10-11T19:29:28.893Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
379 | 2023-10-11T19:29:28.915Z | ++ basename ./tools/ci_download_console |
380 | 2023-10-11T19:29:29.347Z | + ARG0=ci_download_console |
381 | 2023-10-11T19:29:29.367Z | + TARGET_DIR=out |
382 | 2023-10-11T19:29:29.382Z | + DOWNLOAD_DIR=out/downloads |
383 | 2023-10-11T19:29:29.807Z | + DEST_DIR=./out/console-assets |
384 | 2023-10-11T19:29:29.822Z | + source /work/oxidecomputer/omicron/tools/console_version |
385 | 2023-10-11T19:29:29.845Z | ++ COMMIT=0cc1e03a24b3f5da275d15b969978a385d6b3b27 |
386 | 2023-10-11T19:29:29.870Z | ++ SHA2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
387 | 2023-10-11T19:29:29.889Z | + URL=https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
388 | 2023-10-11T19:29:29.912Z | + TARBALL_FILE=out/downloads/console.tar.gz |
389 | 2023-10-11T19:29:29.933Z | + main |
390 | 2023-10-11T19:29:29.952Z | + [[ 0 != 0 ]] |
391 | 2023-10-11T19:29:29.971Z | + echo 'URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz' |
392 | 2023-10-11T19:29:29.991Z | URL: https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
393 | 2023-10-11T19:29:30.416Z | + echo 'Local file: out/downloads/console.tar.gz' |
394 | 2023-10-11T19:29:30.848Z | Local file: out/downloads/console.tar.gz |
395 | 2023-10-11T19:29:30.857Z | + local DO_DOWNLOAD=true |
396 | 2023-10-11T19:29:30.879Z | + [[ -f out/downloads/console.tar.gz ]] |
397 | 2023-10-11T19:29:30.890Z | + mkdir -p out/downloads |
398 | 2023-10-11T19:29:30.902Z | + '[' true == true ']' |
399 | 2023-10-11T19:29:30.920Z | + echo Downloading... |
400 | 2023-10-11T19:29:30.935Z | Downloading... |
401 | 2023-10-11T19:29:30.949Z | + do_download_curl https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz out/downloads/console.tar.gz |
402 | 2023-10-11T19:29:30.966Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/0cc1e03a24b3f5da275d15b969978a385d6b3b27.tar.gz |
403 | 2023-10-11T19:29:30.992Z | ++ do_sha256sum out/downloads/console.tar.gz |
404 | 2023-10-11T19:29:31.015Z | ++ case "$OSTYPE" in |
405 | 2023-10-11T19:29:31.040Z | ++ SHA=sha256sum |
406 | 2023-10-11T19:29:31.475Z | ++ sha256sum |
407 | 2023-10-11T19:29:31.494Z | ++ awk '{print $1}' |
408 | 2023-10-11T19:29:31.580Z | + calculated_sha2=46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee |
409 | 2023-10-11T19:29:31.623Z | + [[ 46a186fc3bf919a3aa2871aeab8441e4a13ed134f912b5d76c7ff891fed66cee != \4\6\a\1\8\6\f\c\3\b\f\9\1\9\a\3\a\a\2\8\7\1\a\e\a\b\8\4\4\1\e\4\a\1\3\e\d\1\3\4\f\9\1\2\b\5\d\7\6\c\7\f\f\8\9\1\f\e\d\6\6\c\e\e ]] |
410 | 2023-10-11T19:29:31.655Z | + rm -rf ./out/console-assets |
411 | 2023-10-11T19:29:31.670Z | + mkdir -p ./out/console-assets |
412 | 2023-10-11T19:29:31.685Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
413 | 2023-10-11T19:29:31.709Z | + mkdir -p ./out/console-assets |
414 | 2023-10-11T19:29:31.729Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
415 | 2023-10-11T19:29:31.753Z | + set -o errexit |
416 | 2023-10-11T19:29:31.773Z | +++ dirname ./tools/ci_download_maghemite_openapi |
417 | 2023-10-11T19:29:31.798Z | ++ cd ./tools |
418 | 2023-10-11T19:29:32.642Z | ++ pwd |
419 | 2023-10-11T19:29:32.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
420 | 2023-10-11T19:29:32.694Z | ++ basename ./tools/ci_download_maghemite_openapi |
421 | 2023-10-11T19:29:32.721Z | + ARG0=ci_download_maghemite_openapi |
422 | 2023-10-11T19:29:32.742Z | + TARGET_DIR=out |
423 | 2023-10-11T19:29:32.774Z | + DOWNLOAD_DIR=out/downloads |
424 | 2023-10-11T19:29:32.791Z | + source /work/oxidecomputer/omicron/tools/maghemite_openapi_version |
425 | 2023-10-11T19:29:32.805Z | ++ COMMIT=12703675393459e74139f8140e0b3c4c4f129d5d |
426 | 2023-10-11T19:29:33.246Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
427 | 2023-10-11T19:29:33.269Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
428 | 2023-10-11T19:29:33.293Z | + LOCAL_FILE=out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
429 | 2023-10-11T19:29:33.319Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
430 | 2023-10-11T19:29:33.337Z | + main |
431 | 2023-10-11T19:29:33.366Z | Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
432 | 2023-10-11T19:29:33.388Z | + [[ 0 != 0 ]] |
433 | 2023-10-11T19:29:33.819Z | Downloading... |
434 | 2023-10-11T19:29:33.836Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json' |
435 | 2023-10-11T19:29:33.885Z | + echo 'Local file: out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json' |
436 | 2023-10-11T19:29:33.905Z | + local DO_DOWNLOAD=true |
437 | 2023-10-11T19:29:33.923Z | + [[ -f out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json ]] |
438 | 2023-10-11T19:29:33.936Z | + mkdir -p out/downloads |
439 | 2023-10-11T19:29:34.017Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
440 | 2023-10-11T19:29:34.041Z | + '[' true == true ']' |
441 | 2023-10-11T19:29:34.079Z | Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
442 | 2023-10-11T19:29:34.093Z | + echo Downloading... |
443 | 2023-10-11T19:29:34.100Z | Downloading... |
444 | 2023-10-11T19:29:34.113Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
445 | 2023-10-11T19:29:34.132Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12703675393459e74139f8140e0b3c4c4f129d5d/ddm-admin.json |
446 | 2023-10-11T19:29:34.144Z | current directory: /work/oxidecomputer/omicron |
447 | 2023-10-11T19:29:34.165Z | ++ do_sha256sum out/downloads/ddm-admin-12703675393459e74139f8140e0b3c4c4f129d5d.json |
448 | 2023-10-11T19:29:34.185Z | configuring based on OS: "solaris2.11" |
449 | 2023-10-11T19:29:34.201Z | ++ case "$OSTYPE" in |
450 | 2023-10-11T19:29:34.225Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
451 | 2023-10-11T19:29:34.245Z | ++ SHA=sha256sum |
452 | 2023-10-11T19:29:34.668Z | Local file: out/downloads/dendrite-stub.tar.gz |
453 | 2023-10-11T19:29:34.688Z | ++ sha256sum |
454 | 2023-10-11T19:29:34.707Z | Downloading... |
455 | 2023-10-11T19:29:34.730Z | ++ awk '{print $1}' |
456 | 2023-10-11T19:29:34.752Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
457 | 2023-10-11T19:29:35.184Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
458 | 2023-10-11T19:29:36.019Z | + set -o errexit |
459 | 2023-10-11T19:29:36.033Z | +++ dirname ./tools/ci_download_dendrite_openapi |
460 | 2023-10-11T19:29:36.094Z | ++ cd ./tools |
461 | 2023-10-11T19:29:36.114Z | ++ pwd |
462 | 2023-10-11T19:29:36.545Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
463 | 2023-10-11T19:29:36.560Z | ++ basename ./tools/ci_download_dendrite_openapi |
464 | 2023-10-11T19:29:36.582Z | + ARG0=ci_download_dendrite_openapi |
465 | 2023-10-11T19:29:36.602Z | + TARGET_DIR=out |
466 | 2023-10-11T19:29:37.034Z | + DOWNLOAD_DIR=out/downloads |
467 | 2023-10-11T19:29:37.042Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
468 | 2023-10-11T19:29:37.052Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
469 | 2023-10-11T19:29:37.066Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
470 | 2023-10-11T19:29:37.085Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
471 | 2023-10-11T19:29:37.161Z | + LOCAL_FILE=out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
472 | 2023-10-11T19:29:37.183Z | + main |
473 | 2023-10-11T19:29:37.609Z | + [[ 0 != 0 ]] |
474 | 2023-10-11T19:29:37.621Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json' |
475 | 2023-10-11T19:29:37.635Z | + echo 'Local file: out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json' |
476 | 2023-10-11T19:29:37.643Z | + local DO_DOWNLOAD=true |
477 | 2023-10-11T19:29:37.657Z | + [[ -f out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json ]] |
478 | 2023-10-11T19:29:37.674Z | + mkdir -p out/downloads |
479 | 2023-10-11T19:29:37.695Z | + '[' true == true ']' |
480 | 2023-10-11T19:29:37.715Z | + echo Downloading... |
481 | 2023-10-11T19:29:37.740Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
482 | 2023-10-11T19:29:37.766Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/7712104585266a2898da38c1345210ad26f9e71d/dpd.json |
483 | 2023-10-11T19:29:37.790Z | ++ do_sha256sum out/downloads/dpd-7712104585266a2898da38c1345210ad26f9e71d.json |
484 | 2023-10-11T19:29:37.811Z | ++ case "$OSTYPE" in |
485 | 2023-10-11T19:29:38.242Z | ++ SHA=sha256sum |
486 | 2023-10-11T19:29:38.257Z | ++ sha256sum |
487 | 2023-10-11T19:29:38.686Z | ++ awk '{print $1}' |
488 | 2023-10-11T19:29:39.120Z | + calculated_sha2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
489 | 2023-10-11T19:29:39.174Z | + [[ cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d != \c\b\3\f\0\c\f\b\e\6\2\1\6\d\2\4\4\1\d\3\4\e\0\4\7\0\2\5\2\e\0\f\b\1\4\2\3\3\2\e\4\7\b\3\3\b\6\5\c\2\4\e\f\7\3\6\8\a\6\9\4\b\6\d ]] |
490 | 2023-10-11T19:29:39.205Z | + set -o errexit |
491 | 2023-10-11T19:29:39.281Z | +++ dirname ./tools/ci_download_dendrite_stub |
492 | 2023-10-11T19:29:39.711Z | ++ cd ./tools |
493 | 2023-10-11T19:29:39.745Z | ++ pwd |
494 | 2023-10-11T19:29:39.772Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
495 | 2023-10-11T19:29:39.793Z | ++ basename ./tools/ci_download_dendrite_stub |
496 | 2023-10-11T19:29:40.227Z | + ARG0=ci_download_dendrite_stub |
497 | 2023-10-11T19:29:40.659Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
498 | 2023-10-11T19:29:40.689Z | ++ CIDL_SHA256_ILLUMOS=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
499 | 2023-10-11T19:29:40.714Z | ++ CIDL_SHA256_LINUX_DPD=af97aaf7e1046a5c651d316c384171df6387b4c54c8ae4a3ef498e532eaa5a4c |
500 | 2023-10-11T19:29:40.734Z | ++ CIDL_SHA256_LINUX_SWADM=909e400dcc9880720222c6dc3919404d83687f773f668160f66f38b51a81c188 |
501 | 2023-10-11T19:29:41.168Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
502 | 2023-10-11T19:29:41.194Z | ++ COMMIT=7712104585266a2898da38c1345210ad26f9e71d |
503 | 2023-10-11T19:29:41.214Z | ++ SHA2=cb3f0cfbe6216d2441d34e0470252e0fb142332e47b33b65c24ef7368a694b6d |
504 | 2023-10-11T19:29:41.233Z | + TARGET_DIR=out |
505 | 2023-10-11T19:29:41.251Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-10-11T19:29:41.271Z | + DEST_DIR=./out/dendrite-stub |
507 | 2023-10-11T19:29:41.710Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
508 | 2023-10-11T19:29:41.728Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
509 | 2023-10-11T19:29:42.151Z | + REPO=oxidecomputer/dendrite |
510 | 2023-10-11T19:29:42.161Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d |
511 | 2023-10-11T19:29:42.175Z | + main |
512 | 2023-10-11T19:29:42.196Z | + [[ 0 != 0 ]] |
513 | 2023-10-11T19:29:42.222Z | + CIDL_OS=solaris2.11 |
514 | 2023-10-11T19:29:42.242Z | + [[ 0 != 0 ]] |
515 | 2023-10-11T19:29:42.263Z | + configure_os solaris2.11 |
516 | 2023-10-11T19:29:42.280Z | + echo 'current directory: /work/oxidecomputer/omicron' |
517 | 2023-10-11T19:29:42.297Z | + echo 'configuring based on OS: "solaris2.11"' |
518 | 2023-10-11T19:29:42.317Z | + case "$1" in |
519 | 2023-10-11T19:29:42.746Z | + SET_BINARIES= |
520 | 2023-10-11T19:29:42.763Z | + CIDL_SHA256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
521 | 2023-10-11T19:29:43.198Z | + CIDL_SHA256FUNC=do_sha256sum |
522 | 2023-10-11T19:29:43.219Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
523 | 2023-10-11T19:29:43.235Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
524 | 2023-10-11T19:29:43.261Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
525 | 2023-10-11T19:29:43.277Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz' |
526 | 2023-10-11T19:29:43.288Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
527 | 2023-10-11T19:29:43.309Z | + mkdir -p out/downloads |
528 | 2023-10-11T19:29:43.324Z | + mkdir -p ./out/dendrite-stub |
529 | 2023-10-11T19:29:43.745Z | + fetch_and_verify |
530 | 2023-10-11T19:29:43.753Z | + local DO_DOWNLOAD=true |
531 | 2023-10-11T19:29:43.758Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
532 | 2023-10-11T19:29:43.767Z | + '[' true == true ']' |
533 | 2023-10-11T19:29:43.781Z | + echo Downloading... |
534 | 2023-10-11T19:29:43.793Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
535 | 2023-10-11T19:29:43.808Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/7712104585266a2898da38c1345210ad26f9e71d/dendrite-stub.tar.gz |
536 | 2023-10-11T19:30:24.203Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
537 | 2023-10-11T19:30:24.213Z | ++ sha256sum |
538 | 2023-10-11T19:30:24.226Z | ++ awk '{print $1}' |
539 | 2023-10-11T19:30:24.287Z | + calculated_sha256=486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 |
540 | 2023-10-11T19:30:24.311Z | + [[ 486b0b016c0df06947810b90f3a3dd40423f0ee6f255ed079dc8e5618c9a7281 != \4\8\6\b\0\b\0\1\6\c\0\d\f\0\6\9\4\7\8\1\0\b\9\0\f\3\a\3\d\d\4\0\4\2\3\f\0\e\e\6\f\2\5\5\e\d\0\7\9\d\c\8\e\5\6\1\8\c\9\a\7\2\8\1 ]] |
541 | 2023-10-11T19:30:24.326Z | + do_untar out/downloads/dendrite-stub.tar.gz |
542 | 2023-10-11T19:30:24.340Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
543 | 2023-10-11T19:30:25.273Z | + do_assemble |
544 | 2023-10-11T19:30:25.296Z | + rm -r ./out/dendrite-stub |
545 | 2023-10-11T19:30:25.333Z | + mkdir ./out/dendrite-stub |
546 | 2023-10-11T19:30:25.356Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
547 | 2023-10-11T19:30:25.379Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
548 | 2023-10-11T19:30:25.398Z | + set -o errexit |
549 | 2023-10-11T19:30:25.843Z | +++ dirname ./tools/ci_download_transceiver_control |
550 | 2023-10-11T19:30:26.277Z | ++ cd ./tools |
551 | 2023-10-11T19:30:26.285Z | ++ pwd |
552 | 2023-10-11T19:30:26.291Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
553 | 2023-10-11T19:30:26.309Z | ++ basename ./tools/ci_download_transceiver_control |
554 | 2023-10-11T19:30:26.326Z | + ARG0=ci_download_transceiver_control |
555 | 2023-10-11T19:30:26.334Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
556 | 2023-10-11T19:30:26.346Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
557 | 2023-10-11T19:30:26.356Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
558 | 2023-10-11T19:30:26.371Z | + TARGET_DIR=out |
559 | 2023-10-11T19:30:26.389Z | + DOWNLOAD_DIR=out/downloads |
560 | 2023-10-11T19:30:26.401Z | + DEST_DIR=./out/transceiver-control |
561 | 2023-10-11T19:30:26.407Z | + BIN_DIR=/opt/oxide/bin |
562 | 2023-10-11T19:30:26.424Z | + BINARY=xcvradm |
563 | 2023-10-11T19:30:26.443Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
564 | 2023-10-11T19:30:26.464Z | + REPO=oxidecomputer/transceiver-control |
565 | 2023-10-11T19:30:26.479Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
566 | 2023-10-11T19:30:26.493Z | + main |
567 | 2023-10-11T19:30:26.914Z | + [[ 0 != 0 ]] |
568 | 2023-10-11T19:30:26.934Z | + CIDL_OS=solaris2.11 |
569 | 2023-10-11T19:30:26.956Z | + [[ 0 != 0 ]] |
570 | 2023-10-11T19:30:27.391Z | + configure_os solaris2.11 |
571 | 2023-10-11T19:30:27.415Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2023-10-11T19:30:27.435Z | current directory: /work/oxidecomputer/omicron |
573 | 2023-10-11T19:30:27.456Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2023-10-11T19:30:27.475Z | configuring based on OS: "solaris2.11" |
575 | 2023-10-11T19:30:27.495Z | + case "$1" in |
576 | 2023-10-11T19:30:27.512Z | + SET_BINARIES= |
577 | 2023-10-11T19:30:27.530Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
578 | 2023-10-11T19:30:27.547Z | + CIDL_SHA256FUNC=do_sha256sum |
579 | 2023-10-11T19:30:27.566Z | + ARCHIVE_FILENAME=xcvradm.gz |
580 | 2023-10-11T19:30:27.998Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
581 | 2023-10-11T19:30:28.016Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
582 | 2023-10-11T19:30:28.451Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
583 | 2023-10-11T19:30:28.464Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
584 | 2023-10-11T19:30:28.482Z | + echo 'Local file: out/downloads/xcvradm.gz' |
585 | 2023-10-11T19:30:28.499Z | Local file: out/downloads/xcvradm.gz |
586 | 2023-10-11T19:30:28.520Z | + mkdir -p out/downloads |
587 | 2023-10-11T19:30:28.937Z | + mkdir -p ./out/transceiver-control |
588 | 2023-10-11T19:30:28.949Z | + fetch_and_verify |
589 | 2023-10-11T19:30:28.958Z | + local DO_DOWNLOAD=true |
590 | 2023-10-11T19:30:28.970Z | + [[ -f out/downloads/xcvradm.gz ]] |
591 | 2023-10-11T19:30:28.981Z | + '[' true == true ']' |
592 | 2023-10-11T19:30:28.993Z | + echo Downloading... |
593 | 2023-10-11T19:30:28.998Z | Downloading... |
594 | 2023-10-11T19:30:29.015Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
595 | 2023-10-11T19:30:29.034Z | + 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 |
596 | 2023-10-11T19:30:30.276Z | ++ do_sha256sum out/downloads/xcvradm.gz |
597 | 2023-10-11T19:30:30.299Z | ++ sha256sum |
598 | 2023-10-11T19:30:30.315Z | ++ awk '{print $1}' |
599 | 2023-10-11T19:30:30.331Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
600 | 2023-10-11T19:30:30.346Z | + [[ 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 ]] |
601 | 2023-10-11T19:30:30.362Z | + do_unpack out/downloads/xcvradm.gz |
602 | 2023-10-11T19:30:30.387Z | + mkdir -p out/downloads/root//opt/oxide/bin |
603 | 2023-10-11T19:30:30.402Z | + gzip -dc out/downloads/xcvradm.gz |
604 | 2023-10-11T19:30:30.480Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
605 | 2023-10-11T19:30:30.495Z | + do_assemble |
606 | 2023-10-11T19:30:30.511Z | + rm -r ./out/transceiver-control |
607 | 2023-10-11T19:30:30.533Z | + mkdir ./out/transceiver-control |
608 | 2023-10-11T19:30:30.545Z | + cp -r out/downloads/root ./out/transceiver-control/root |
609 | 2023-10-11T19:30:30.623Z | All builder prerequisites installed successfully, and PATH looks valid |
610 | 2023-10-11T19:30:30.641Z | |
611 | 2023-10-11T19:30:31.069Z | real 3:13.853974994 |
612 | 2023-10-11T19:30:31.091Z | user 49.177365012 |
613 | 2023-10-11T19:30:31.119Z | sys 10.014307140 |
614 | 2023-10-11T19:30:31.137Z | trap 0.023412702 |
615 | 2023-10-11T19:30:31.161Z | tflt 0.222663808 |
616 | 2023-10-11T19:30:31.189Z | dflt 0.559176393 |
617 | 2023-10-11T19:30:31.215Z | kflt 0.130212740 |
618 | 2023-10-11T19:30:31.236Z | lock 1.794134688 |
619 | 2023-10-11T19:30:31.692Z | slp 6:52.912188390 |
620 | 2023-10-11T19:30:31.719Z | lat 3.899809312 |
621 | 2023-10-11T19:30:31.746Z | stop 0.079851928 |
622 | 2023-10-11T19:30:31.762Z | |
623 | 2023-10-11T19:30:31.780Z | #### # # ##### ##### # # |
624 | 2023-10-11T19:30:31.797Z | # # # # # # # # # # |
625 | 2023-10-11T19:30:31.814Z | # # # # # # # # |
626 | 2023-10-11T19:30:31.828Z | # # # ##### ##### # |
627 | 2023-10-11T19:30:31.916Z | # # # # # # # |
628 | 2023-10-11T19:30:31.946Z | #### ###### # # # # |
629 | 2023-10-11T19:30:32.377Z | |
630 | 2023-10-11T19:30:32.393Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
631 | 2023-10-11T19:30:32.420Z | Updating crates.io index |
632 | 2023-10-11T19:30:32.897Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
633 | 2023-10-11T19:30:32.955Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
634 | 2023-10-11T19:30:34.198Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
635 | 2023-10-11T19:30:34.885Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
636 | 2023-10-11T19:30:35.673Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
637 | 2023-10-11T19:30:35.699Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
638 | 2023-10-11T19:30:35.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
639 | 2023-10-11T19:30:37.186Z | Updating git repository `https://github.com/oxidecomputer/opte` |
640 | 2023-10-11T19:30:37.731Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
641 | 2023-10-11T19:30:38.069Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
642 | 2023-10-11T19:30:38.411Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
643 | 2023-10-11T19:30:38.966Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
644 | 2023-10-11T19:30:40.714Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
645 | 2023-10-11T19:30:41.025Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
646 | 2023-10-11T19:30:41.479Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
647 | 2023-10-11T19:30:41.813Z | Updating git repository `https://github.com/njaremko/samael` |
648 | 2023-10-11T19:30:42.398Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
649 | 2023-10-11T19:30:42.979Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
650 | 2023-10-11T19:30:43.391Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
651 | 2023-10-11T19:30:43.774Z | Updating git repository `https://github.com/jgallagher/nix` |
652 | 2023-10-11T19:30:45.456Z | Updating git repository `https://github.com/cbiffle/hubpack` |
653 | 2023-10-11T19:30:45.477Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
654 | 2023-10-11T19:30:54.828Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
655 | 2023-10-11T19:30:54.947Z | Updating git repository `https://github.com/oxidecomputer/typify` |
656 | 2023-10-11T19:30:55.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
657 | 2023-10-11T19:30:56.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
658 | 2023-10-11T19:30:56.694Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
659 | 2023-10-11T19:30:58.057Z | Downloading crates ... |
660 | 2023-10-11T19:30:58.564Z | Downloaded equivalent v1.0.1 |
661 | 2023-10-11T19:30:58.576Z | Downloaded itoa v1.0.9 |
662 | 2023-10-11T19:30:58.594Z | Downloaded errno v0.3.2 |
663 | 2023-10-11T19:30:58.609Z | Downloaded strsim v0.10.0 |
664 | 2023-10-11T19:30:58.630Z | Downloaded anstyle-query v1.0.0 |
665 | 2023-10-11T19:30:58.649Z | Downloaded colorchoice v1.0.0 |
666 | 2023-10-11T19:30:58.666Z | Downloaded heck v0.4.1 |
667 | 2023-10-11T19:30:59.139Z | Downloaded terminal_size v0.2.6 |
668 | 2023-10-11T19:30:59.159Z | Downloaded cargo-platform v0.1.3 |
669 | 2023-10-11T19:30:59.590Z | Downloaded serde_spanned v0.6.3 |
670 | 2023-10-11T19:30:59.609Z | Downloaded thiserror-impl v1.0.49 |
671 | 2023-10-11T19:30:59.627Z | Downloaded semver v1.0.18 |
672 | 2023-10-11T19:30:59.647Z | Downloaded clap_lex v0.5.1 |
673 | 2023-10-11T19:30:59.675Z | Downloaded anstream v0.5.0 |
674 | 2023-10-11T19:30:59.694Z | Downloaded toml_datetime v0.6.3 |
675 | 2023-10-11T19:31:00.129Z | Downloaded unicode-ident v1.0.12 |
676 | 2023-10-11T19:31:00.143Z | Downloaded bitflags v1.3.2 |
677 | 2023-10-11T19:31:00.165Z | Downloaded cargo_metadata v0.18.0 |
678 | 2023-10-11T19:31:00.598Z | Downloaded camino v1.1.6 |
679 | 2023-10-11T19:31:00.631Z | Downloaded clap_derive v4.4.2 |
680 | 2023-10-11T19:31:00.663Z | Downloaded anyhow v1.0.75 |
681 | 2023-10-11T19:31:01.249Z | Downloaded toml_edit v0.20.0 |
682 | 2023-10-11T19:31:01.285Z | Downloaded serde v1.0.188 |
683 | 2023-10-11T19:31:01.310Z | Downloaded anstyle v1.0.2 |
684 | 2023-10-11T19:31:01.335Z | Downloaded indexmap v2.0.0 |
685 | 2023-10-11T19:31:01.348Z | Downloaded serde_derive v1.0.188 |
686 | 2023-10-11T19:31:01.360Z | Downloaded cargo_toml v0.16.3 |
687 | 2023-10-11T19:31:01.376Z | Downloaded clap v4.4.3 |
688 | 2023-10-11T19:31:01.384Z | Downloaded memchr v2.6.3 |
689 | 2023-10-11T19:31:01.389Z | Downloaded winnow v0.5.15 |
690 | 2023-10-11T19:31:01.402Z | Downloaded clap_builder v4.4.2 |
691 | 2023-10-11T19:31:01.407Z | Downloaded syn v2.0.32 |
692 | 2023-10-11T19:31:01.412Z | Downloaded rustix v0.37.23 |
693 | 2023-10-11T19:31:01.423Z | Downloaded hashbrown v0.14.0 |
694 | 2023-10-11T19:31:01.427Z | Downloaded libc v0.2.148 |
695 | 2023-10-11T19:31:01.433Z | Downloaded serde_json v1.0.107 |
696 | 2023-10-11T19:31:01.440Z | Downloaded toml v0.8.0 |
697 | 2023-10-11T19:31:01.445Z | Downloaded quote v1.0.33 |
698 | 2023-10-11T19:31:01.450Z | Downloaded thiserror v1.0.49 |
699 | 2023-10-11T19:31:01.455Z | Downloaded proc-macro2 v1.0.67 |
700 | 2023-10-11T19:31:01.460Z | Downloaded anstyle-parse v0.2.1 |
701 | 2023-10-11T19:31:01.468Z | Downloaded ryu v1.0.15 |
702 | 2023-10-11T19:31:01.482Z | Downloaded io-lifetimes v1.0.11 |
703 | 2023-10-11T19:31:01.489Z | Downloaded utf8parse v0.2.1 |
704 | 2023-10-11T19:31:01.501Z | Compiling proc-macro2 v1.0.67 |
705 | 2023-10-11T19:31:01.511Z | Compiling unicode-ident v1.0.12 |
706 | 2023-10-11T19:31:01.524Z | Compiling serde v1.0.188 |
707 | 2023-10-11T19:31:01.535Z | Compiling libc v0.2.148 |
708 | 2023-10-11T19:31:01.569Z | Compiling io-lifetimes v1.0.11 |
709 | 2023-10-11T19:31:01.580Z | Compiling rustix v0.37.23 |
710 | 2023-10-11T19:31:01.605Z | Compiling utf8parse v0.2.1 |
711 | 2023-10-11T19:31:01.618Z | Compiling bitflags v1.3.2 |
712 | 2023-10-11T19:31:01.634Z | Compiling equivalent v1.0.1 |
713 | 2023-10-11T19:31:01.646Z | Compiling hashbrown v0.14.0 |
714 | 2023-10-11T19:31:01.652Z | Compiling anstyle-parse v0.2.1 |
715 | 2023-10-11T19:31:01.657Z | Compiling camino v1.1.6 |
716 | 2023-10-11T19:31:01.661Z | Compiling colorchoice v1.0.0 |
717 | 2023-10-11T19:31:01.667Z | Compiling winnow v0.5.15 |
718 | 2023-10-11T19:31:01.677Z | Compiling indexmap v2.0.0 |
719 | 2023-10-11T19:31:01.683Z | Compiling anstyle v1.0.2 |
720 | 2023-10-11T19:31:01.691Z | Compiling thiserror v1.0.49 |
721 | 2023-10-11T19:31:01.701Z | Compiling semver v1.0.18 |
722 | 2023-10-11T19:31:01.709Z | Compiling anstyle-query v1.0.0 |
723 | 2023-10-11T19:31:01.792Z | Compiling serde_json v1.0.107 |
724 | 2023-10-11T19:31:02.056Z | Compiling anstream v0.5.0 |
725 | 2023-10-11T19:31:02.133Z | Compiling strsim v0.10.0 |
726 | 2023-10-11T19:31:02.230Z | Compiling heck v0.4.1 |
727 | 2023-10-11T19:31:02.384Z | Compiling ryu v1.0.15 |
728 | 2023-10-11T19:31:02.508Z | Compiling clap_lex v0.5.1 |
729 | 2023-10-11T19:31:02.913Z | Compiling quote v1.0.33 |
730 | 2023-10-11T19:31:03.010Z | Compiling itoa v1.0.9 |
731 | 2023-10-11T19:31:03.518Z | Compiling anyhow v1.0.75 |
732 | 2023-10-11T19:31:03.572Z | Compiling errno v0.3.2 |
733 | 2023-10-11T19:31:03.602Z | Compiling syn v2.0.32 |
734 | 2023-10-11T19:31:05.032Z | Compiling terminal_size v0.2.6 |
735 | 2023-10-11T19:31:05.170Z | Compiling clap_builder v4.4.2 |
736 | 2023-10-11T19:31:10.911Z | Compiling serde_derive v1.0.188 |
737 | 2023-10-11T19:31:10.915Z | Compiling thiserror-impl v1.0.49 |
738 | 2023-10-11T19:31:10.933Z | Compiling clap_derive v4.4.2 |
739 | 2023-10-11T19:31:14.885Z | Compiling clap v4.4.3 |
740 | 2023-10-11T19:31:23.132Z | Compiling toml_datetime v0.6.3 |
741 | 2023-10-11T19:31:23.140Z | Compiling serde_spanned v0.6.3 |
742 | 2023-10-11T19:31:23.145Z | Compiling cargo-platform v0.1.3 |
743 | 2023-10-11T19:31:23.471Z | Compiling toml_edit v0.20.0 |
744 | 2023-10-11T19:31:25.270Z | Compiling cargo_metadata v0.18.0 |
745 | 2023-10-11T19:31:26.663Z | Compiling toml v0.8.0 |
746 | 2023-10-11T19:31:27.618Z | Compiling cargo_toml v0.16.3 |
747 | 2023-10-11T19:31:33.421Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
748 | 2023-10-11T19:31:34.746Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
749 | 2023-10-11T19:31:34.960Z | Running `target/debug/xtask clippy` |
750 | 2023-10-11T19:31:35.010Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
751 | 2023-10-11T19:31:35.955Z | Downloading crates ... |
752 | 2023-10-11T19:31:36.168Z | Downloaded addr2line v0.21.0 |
753 | 2023-10-11T19:31:36.184Z | Downloaded arrayref v0.3.7 |
754 | 2023-10-11T19:31:36.192Z | Downloaded cast v0.3.0 |
755 | 2023-10-11T19:31:36.198Z | Downloaded is-terminal v0.4.9 |
756 | 2023-10-11T19:31:36.225Z | Downloaded hex v0.4.3 |
757 | 2023-10-11T19:31:36.249Z | Downloaded num_threads v0.1.6 |
758 | 2023-10-11T19:31:36.262Z | Downloaded num_enum_derive v0.5.11 |
759 | 2023-10-11T19:31:36.270Z | Downloaded memoffset v0.7.1 |
760 | 2023-10-11T19:31:36.280Z | Downloaded num_enum_derive v0.7.0 |
761 | 2023-10-11T19:31:36.289Z | Downloaded cpufeatures v0.2.9 |
762 | 2023-10-11T19:31:36.702Z | Downloaded crc-catalog v2.2.0 |
763 | 2023-10-11T19:31:36.712Z | Downloaded atomicwrites v0.4.1 |
764 | 2023-10-11T19:31:36.727Z | Downloaded libefi-sys v0.1.0 |
765 | 2023-10-11T19:31:36.740Z | Downloaded ipnetwork v0.20.0 |
766 | 2023-10-11T19:31:36.755Z | Downloaded mime v0.3.17 |
767 | 2023-10-11T19:31:36.768Z | Downloaded mockall v0.11.4 |
768 | 2023-10-11T19:31:36.777Z | Downloaded lru-cache v0.1.2 |
769 | 2023-10-11T19:31:36.792Z | Downloaded nibble_vec v0.1.0 |
770 | 2023-10-11T19:31:36.802Z | Downloaded shlex v1.1.0 |
771 | 2023-10-11T19:31:36.809Z | Downloaded smawk v0.3.1 |
772 | 2023-10-11T19:31:36.817Z | Downloaded linked-hash-map v0.5.6 |
773 | 2023-10-11T19:31:36.825Z | Downloaded rtoolbox v0.0.1 |
774 | 2023-10-11T19:31:36.833Z | Downloaded rustls-pemfile v1.0.3 |
775 | 2023-10-11T19:31:36.840Z | Downloaded proc-macro-crate v1.3.1 |
776 | 2023-10-11T19:31:36.850Z | Downloaded approx v0.5.1 |
777 | 2023-10-11T19:31:36.859Z | Downloaded base64ct v1.6.0 |
778 | 2023-10-11T19:31:37.283Z | Downloaded atomic-waker v1.1.1 |
779 | 2023-10-11T19:31:37.288Z | Downloaded diesel_table_macro_syntax v0.1.0 |
780 | 2023-10-11T19:31:37.291Z | Downloaded macaddr v1.0.1 |
781 | 2023-10-11T19:31:37.294Z | Downloaded httpdate v1.0.3 |
782 | 2023-10-11T19:31:37.297Z | Downloaded similar-asserts v1.5.0 |
783 | 2023-10-11T19:31:37.300Z | Downloaded try-lock v0.2.4 |
784 | 2023-10-11T19:31:37.303Z | Downloaded rustc-demangle v0.1.23 |
785 | 2023-10-11T19:31:37.305Z | Downloaded want v0.3.1 |
786 | 2023-10-11T19:31:37.309Z | Downloaded xattr v1.0.1 |
787 | 2023-10-11T19:31:37.313Z | Downloaded digest v0.10.7 |
788 | 2023-10-11T19:31:37.317Z | Downloaded tempfile v3.8.0 |
789 | 2023-10-11T19:31:37.320Z | Downloaded rand_xorshift v0.3.0 |
790 | 2023-10-11T19:31:37.323Z | Downloaded whoami v1.4.1 |
791 | 2023-10-11T19:31:37.326Z | Downloaded termtree v0.4.1 |
792 | 2023-10-11T19:31:37.329Z | Downloaded number_prefix v0.4.0 |
793 | 2023-10-11T19:31:37.333Z | Downloaded crc-any v2.4.3 |
794 | 2023-10-11T19:31:37.339Z | Downloaded group v0.13.0 |
795 | 2023-10-11T19:31:37.343Z | Downloaded slog v2.7.0 |
796 | 2023-10-11T19:31:37.347Z | Downloaded termcolor v1.2.0 |
797 | 2023-10-11T19:31:37.350Z | Downloaded datatest-stable v0.1.3 |
798 | 2023-10-11T19:31:37.353Z | Downloaded headers-core v0.2.0 |
799 | 2023-10-11T19:31:37.356Z | Downloaded endian-type v0.1.2 |
800 | 2023-10-11T19:31:37.359Z | Downloaded darling_macro v0.20.3 |
801 | 2023-10-11T19:31:37.362Z | Downloaded semver v0.11.0 |
802 | 2023-10-11T19:31:37.366Z | Downloaded curve25519-dalek-derive v0.1.0 |
803 | 2023-10-11T19:31:37.370Z | Downloaded crossbeam-queue v0.3.8 |
804 | 2023-10-11T19:31:37.373Z | Downloaded parse-display v0.7.0 |
805 | 2023-10-11T19:31:37.378Z | Downloaded foreign-types-shared v0.1.1 |
806 | 2023-10-11T19:31:37.382Z | Downloaded darling_macro v0.14.4 |
807 | 2023-10-11T19:31:37.385Z | Downloaded openssl-macros v0.1.1 |
808 | 2023-10-11T19:31:37.389Z | Downloaded serde-big-array v0.4.1 |
809 | 2023-10-11T19:31:37.393Z | Downloaded globset v0.4.13 |
810 | 2023-10-11T19:31:37.396Z | Downloaded futures-core v0.3.28 |
811 | 2023-10-11T19:31:37.399Z | Downloaded float-cmp v0.9.0 |
812 | 2023-10-11T19:31:37.404Z | Downloaded schemars v0.8.13 |
813 | 2023-10-11T19:31:37.413Z | Downloaded peeking_take_while v0.1.2 |
814 | 2023-10-11T19:31:37.417Z | Downloaded synstructure v0.12.6 |
815 | 2023-10-11T19:31:37.423Z | Downloaded termios v0.3.3 |
816 | 2023-10-11T19:31:37.428Z | Downloaded time-core v0.1.1 |
817 | 2023-10-11T19:31:37.435Z | Downloaded strum v0.25.0 |
818 | 2023-10-11T19:31:37.441Z | Downloaded serde-big-array v0.5.1 |
819 | 2023-10-11T19:31:37.447Z | Downloaded thiserror-impl-no-std v2.0.2 |
820 | 2023-10-11T19:31:37.454Z | Downloaded either v1.9.0 |
821 | 2023-10-11T19:31:37.459Z | Downloaded zerocopy v0.3.0 |
822 | 2023-10-11T19:31:37.465Z | Downloaded deranged v0.3.8 |
823 | 2023-10-11T19:31:37.478Z | Downloaded signature v2.1.0 |
824 | 2023-10-11T19:31:37.487Z | Downloaded polyval v0.6.1 |
825 | 2023-10-11T19:31:37.498Z | Downloaded tinyvec_macros v0.1.1 |
826 | 2023-10-11T19:31:37.541Z | Downloaded diesel_derives v2.1.1 |
827 | 2023-10-11T19:31:37.580Z | Downloaded path-absolutize v3.1.0 |
828 | 2023-10-11T19:31:37.655Z | Downloaded log v0.4.20 |
829 | 2023-10-11T19:31:37.688Z | Downloaded wait-timeout v0.2.0 |
830 | 2023-10-11T19:31:37.721Z | Downloaded foreign-types v0.5.0 |
831 | 2023-10-11T19:31:37.740Z | Downloaded ed25519 v1.5.3 |
832 | 2023-10-11T19:31:37.756Z | Downloaded fd-lock v3.0.13 |
833 | 2023-10-11T19:31:37.771Z | Downloaded toolchain_find v0.2.0 |
834 | 2023-10-11T19:31:37.779Z | Downloaded proc-macro-error-attr v1.0.4 |
835 | 2023-10-11T19:31:37.807Z | Downloaded libm v0.2.7 |
836 | 2023-10-11T19:31:37.822Z | Downloaded unicode-width v0.1.10 |
837 | 2023-10-11T19:31:37.842Z | Downloaded secrecy v0.8.0 |
838 | 2023-10-11T19:31:37.858Z | Downloaded spki v0.7.2 |
839 | 2023-10-11T19:31:37.874Z | Downloaded term v0.7.0 |
840 | 2023-10-11T19:31:37.910Z | Downloaded vte_generate_state_changes v0.1.1 |
841 | 2023-10-11T19:31:37.929Z | Downloaded plotters-svg v0.3.5 |
842 | 2023-10-11T19:31:38.353Z | Downloaded itertools v0.10.5 |
843 | 2023-10-11T19:31:38.357Z | Downloaded packed_struct_codegen v0.10.1 |
844 | 2023-10-11T19:31:38.364Z | Downloaded quick-error v1.2.3 |
845 | 2023-10-11T19:31:38.375Z | Downloaded libxml v0.3.3 |
846 | 2023-10-11T19:31:38.393Z | Downloaded threadpool v1.8.1 |
847 | 2023-10-11T19:31:38.408Z | Downloaded predicates v3.0.3 |
848 | 2023-10-11T19:31:38.423Z | Downloaded display-error-chain v0.1.1 |
849 | 2023-10-11T19:31:38.436Z | Downloaded unicode-xid v0.2.4 |
850 | 2023-10-11T19:31:38.444Z | Downloaded relative-path v1.9.0 |
851 | 2023-10-11T19:31:38.452Z | Downloaded utf-8 v0.7.6 |
852 | 2023-10-11T19:31:38.457Z | Downloaded elliptic-curve v0.13.5 |
853 | 2023-10-11T19:31:38.463Z | Downloaded tap v1.0.1 |
854 | 2023-10-11T19:31:38.471Z | Downloaded scopeguard v1.2.0 |
855 | 2023-10-11T19:31:38.478Z | Downloaded flagset v0.4.3 |
856 | 2023-10-11T19:31:38.483Z | Downloaded precomputed-hash v0.1.1 |
857 | 2023-10-11T19:31:38.492Z | Downloaded tokio-macros v2.1.0 |
858 | 2023-10-11T19:31:38.503Z | Downloaded parking_lot v0.11.2 |
859 | 2023-10-11T19:31:38.947Z | Downloaded dashmap v5.5.1 |
860 | 2023-10-11T19:31:38.982Z | Downloaded unicase v2.7.0 |
861 | 2023-10-11T19:31:39.000Z | Downloaded generic-array v0.14.7 |
862 | 2023-10-11T19:31:39.013Z | Downloaded funty v2.0.0 |
863 | 2023-10-11T19:31:39.030Z | Downloaded platforms v3.0.2 |
864 | 2023-10-11T19:31:39.113Z | Downloaded usdt-macro v0.3.5 |
865 | 2023-10-11T19:31:39.162Z | Downloaded ctr v0.9.2 |
866 | 2023-10-11T19:31:39.173Z | Downloaded predicates-tree v1.0.9 |
867 | 2023-10-11T19:31:39.186Z | Downloaded version_check v0.9.4 |
868 | 2023-10-11T19:31:39.205Z | Downloaded fixedbitset v0.4.2 |
869 | 2023-10-11T19:31:39.217Z | Downloaded hashbrown v0.13.2 |
870 | 2023-10-11T19:31:39.236Z | Downloaded rustc_version v0.1.7 |
871 | 2023-10-11T19:31:39.244Z | Downloaded predicates-core v1.0.6 |
872 | 2023-10-11T19:31:39.257Z | Downloaded percent-encoding v2.3.0 |
873 | 2023-10-11T19:31:39.269Z | Downloaded rayon-core v1.11.0 |
874 | 2023-10-11T19:31:39.276Z | Downloaded foreign-types-macros v0.2.3 |
875 | 2023-10-11T19:31:39.281Z | Downloaded opaque-debug v0.3.0 |
876 | 2023-10-11T19:31:39.284Z | Downloaded der v0.7.8 |
877 | 2023-10-11T19:31:39.288Z | Downloaded pretty-hex v0.3.0 |
878 | 2023-10-11T19:31:39.293Z | Downloaded topological-sort v0.2.2 |
879 | 2023-10-11T19:31:39.296Z | Downloaded filetime v0.2.22 |
880 | 2023-10-11T19:31:39.300Z | Downloaded futures v0.3.28 |
881 | 2023-10-11T19:31:39.303Z | Downloaded futures-sink v0.3.28 |
882 | 2023-10-11T19:31:39.306Z | Downloaded fastrand v2.0.0 |
883 | 2023-10-11T19:31:39.308Z | Downloaded thread_local v1.1.7 |
884 | 2023-10-11T19:31:39.311Z | Downloaded serde_urlencoded v0.7.1 |
885 | 2023-10-11T19:31:39.315Z | Downloaded subtle v2.5.0 |
886 | 2023-10-11T19:31:39.317Z | Downloaded path-dedot v3.1.0 |
887 | 2023-10-11T19:31:39.321Z | Downloaded dyn-clone v1.0.13 |
888 | 2023-10-11T19:31:39.325Z | Downloaded dtrace-parser v0.1.14 |
889 | 2023-10-11T19:31:39.328Z | Downloaded scheduled-thread-pool v0.2.7 |
890 | 2023-10-11T19:31:39.331Z | Downloaded openssl-probe v0.1.5 |
891 | 2023-10-11T19:31:39.335Z | Downloaded zeroize v1.6.0 |
892 | 2023-10-11T19:31:39.338Z | Downloaded zone v0.2.0 |
893 | 2023-10-11T19:31:39.341Z | Downloaded spin v0.5.2 |
894 | 2023-10-11T19:31:39.344Z | Downloaded aes v0.8.3 |
895 | 2023-10-11T19:31:39.347Z | Downloaded tokio-rustls v0.24.1 |
896 | 2023-10-11T19:31:39.350Z | Downloaded phf_shared v0.10.0 |
897 | 2023-10-11T19:31:39.353Z | Downloaded serde_tokenstream v0.1.7 |
898 | 2023-10-11T19:31:39.357Z | Downloaded rust-argon2 v1.0.1 |
899 | 2023-10-11T19:31:39.359Z | Downloaded postgres-protocol v0.6.6 |
900 | 2023-10-11T19:31:39.362Z | Downloaded structmeta-derive v0.1.6 |
901 | 2023-10-11T19:31:39.365Z | Downloaded rstest_macros v0.18.2 |
902 | 2023-10-11T19:31:39.368Z | Downloaded rusty-fork v0.3.0 |
903 | 2023-10-11T19:31:39.373Z | Downloaded data-encoding v2.4.0 |
904 | 2023-10-11T19:31:39.377Z | Downloaded vergen v8.2.4 |
905 | 2023-10-11T19:31:39.380Z | Downloaded pkg-config v0.3.27 |
906 | 2023-10-11T19:31:39.385Z | Downloaded tinyvec v1.6.0 |
907 | 2023-10-11T19:31:39.392Z | Downloaded fragile v2.0.0 |
908 | 2023-10-11T19:31:39.396Z | Downloaded sha1 v0.10.5 |
909 | 2023-10-11T19:31:39.405Z | Downloaded tokio-native-tls v0.3.1 |
910 | 2023-10-11T19:31:39.414Z | Downloaded rustversion v1.0.14 |
911 | 2023-10-11T19:31:39.829Z | Downloaded vte v0.11.1 |
912 | 2023-10-11T19:31:39.834Z | Downloaded ff v0.13.0 |
913 | 2023-10-11T19:31:39.837Z | Downloaded itertools v0.11.0 |
914 | 2023-10-11T19:31:39.840Z | Downloaded rustc-hash v1.1.0 |
915 | 2023-10-11T19:31:39.844Z | Downloaded plotters-backend v0.3.5 |
916 | 2023-10-11T19:31:39.848Z | Downloaded pin-project-internal v1.1.3 |
917 | 2023-10-11T19:31:39.851Z | Downloaded unarray v0.1.4 |
918 | 2023-10-11T19:31:39.854Z | Downloaded sha2 v0.10.7 |
919 | 2023-10-11T19:31:39.858Z | Downloaded futures-timer v3.0.2 |
920 | 2023-10-11T19:31:39.863Z | Downloaded thread-id v4.2.0 |
921 | 2023-10-11T19:31:39.867Z | Downloaded pin-project-lite v0.2.13 |
922 | 2023-10-11T19:31:39.871Z | Downloaded flume v0.11.0 |
923 | 2023-10-11T19:31:39.874Z | Downloaded zerocopy v0.6.3 |
924 | 2023-10-11T19:31:39.877Z | Downloaded usdt-impl v0.3.5 |
925 | 2023-10-11T19:31:39.880Z | Downloaded tracing v0.1.37 |
926 | 2023-10-11T19:31:39.883Z | Downloaded toml v0.5.11 |
927 | 2023-10-11T19:31:39.887Z | Downloaded tokio-postgres v0.7.10 |
928 | 2023-10-11T19:31:39.890Z | Downloaded pkcs8 v0.10.2 |
929 | 2023-10-11T19:31:39.893Z | Downloaded flate2 v1.0.27 |
930 | 2023-10-11T19:31:39.896Z | Downloaded structopt v0.3.26 |
931 | 2023-10-11T19:31:39.899Z | Downloaded toml v0.7.8 |
932 | 2023-10-11T19:31:39.902Z | Downloaded serde_with v2.3.3 |
933 | 2023-10-11T19:31:39.905Z | Downloaded rustls-webpki v0.101.4 |
934 | 2023-10-11T19:31:39.908Z | Downloaded url v2.4.1 |
935 | 2023-10-11T19:31:39.911Z | Downloaded crossterm v0.27.0 |
936 | 2023-10-11T19:31:39.916Z | Downloaded steno v0.4.0 |
937 | 2023-10-11T19:31:39.919Z | Downloaded pretty_assertions v1.4.0 |
938 | 2023-10-11T19:31:39.922Z | Downloaded plotters v0.3.5 |
939 | 2023-10-11T19:31:39.925Z | Downloaded rand v0.4.6 |
940 | 2023-10-11T19:31:39.929Z | Downloaded rusqlite v0.29.0 |
941 | 2023-10-11T19:31:39.933Z | Downloaded time v0.3.27 |
942 | 2023-10-11T19:31:39.936Z | Downloaded syn v1.0.109 |
943 | 2023-10-11T19:31:39.939Z | Downloaded regex v1.9.5 |
944 | 2023-10-11T19:31:39.949Z | Downloaded hashbrown v0.12.3 |
945 | 2023-10-11T19:31:39.971Z | Downloaded proptest v1.2.0 |
946 | 2023-10-11T19:31:39.985Z | Downloaded vcpkg v0.2.15 |
947 | 2023-10-11T19:31:40.007Z | Downloaded petgraph v0.6.4 |
948 | 2023-10-11T19:31:40.023Z | Downloaded object v0.30.4 |
949 | 2023-10-11T19:31:40.460Z | Downloaded polar-core v0.26.4 |
950 | 2023-10-11T19:31:40.478Z | Downloaded regex-syntax v0.7.5 |
951 | 2023-10-11T19:31:40.496Z | Downloaded regress v0.7.1 |
952 | 2023-10-11T19:31:40.512Z | Downloaded trust-dns-proto v0.22.0 |
953 | 2023-10-11T19:31:40.529Z | Downloaded curve25519-dalek v4.1.0 |
954 | 2023-10-11T19:31:40.543Z | Downloaded rustix v0.38.9 |
955 | 2023-10-11T19:31:40.557Z | Downloaded sled v0.34.7 |
956 | 2023-10-11T19:31:40.569Z | Downloaded regex-automata v0.3.8 |
957 | 2023-10-11T19:31:40.587Z | Downloaded zerocopy-derive v0.2.0 |
958 | 2023-10-11T19:31:40.600Z | Downloaded tokio v1.32.0 |
959 | 2023-10-11T19:31:40.609Z | Downloaded zerocopy-derive v0.6.3 |
960 | 2023-10-11T19:31:40.613Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
961 | 2023-10-11T19:31:40.617Z | Downloaded sha3 v0.10.8 |
962 | 2023-10-11T19:31:40.621Z | Downloaded bstr v1.6.0 |
963 | 2023-10-11T19:31:40.625Z | Downloaded regex-syntax v0.6.29 |
964 | 2023-10-11T19:31:40.628Z | Downloaded openapiv3 v1.0.3 |
965 | 2023-10-11T19:31:40.635Z | Downloaded libtest-mimic v0.5.2 |
966 | 2023-10-11T19:31:40.646Z | Downloaded openssl v0.10.57 |
967 | 2023-10-11T19:31:40.658Z | Downloaded lalrpop v0.19.12 |
968 | 2023-10-11T19:31:40.682Z | Downloaded encoding_rs v0.8.33 |
969 | 2023-10-11T19:31:40.702Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
970 | 2023-10-11T19:31:40.710Z | Downloaded bstr v0.2.17 |
971 | 2023-10-11T19:31:40.715Z | Downloaded ratatui v0.23.0 |
972 | 2023-10-11T19:31:40.722Z | Downloaded diesel v2.1.1 |
973 | 2023-10-11T19:31:40.727Z | Downloaded object v0.32.1 |
974 | 2023-10-11T19:31:40.731Z | Downloaded smoltcp v0.8.2 |
975 | 2023-10-11T19:31:40.736Z | Downloaded radix_trie v0.2.1 |
976 | 2023-10-11T19:31:40.740Z | Downloaded futures-util v0.3.28 |
977 | 2023-10-11T19:31:40.745Z | Downloaded gimli v0.28.0 |
978 | 2023-10-11T19:31:40.752Z | Downloaded smoltcp v0.9.1 |
979 | 2023-10-11T19:31:40.758Z | Downloaded hyper v0.14.27 |
980 | 2023-10-11T19:31:40.764Z | Downloaded clap v3.2.25 |
981 | 2023-10-11T19:31:40.770Z | Downloaded libz-sys v1.1.12 |
982 | 2023-10-11T19:31:40.774Z | Downloaded tokio-util v0.7.8 |
983 | 2023-10-11T19:31:40.780Z | Downloaded libsqlite3-sys v0.26.0 |
984 | 2023-10-11T19:31:40.788Z | Downloaded salty v0.2.0 |
985 | 2023-10-11T19:31:40.796Z | Downloaded reqwest v0.11.20 |
986 | 2023-10-11T19:31:40.804Z | Downloaded chrono v0.4.31 |
987 | 2023-10-11T19:31:40.809Z | Downloaded rustls v0.21.7 |
988 | 2023-10-11T19:31:40.814Z | Downloaded webpki-roots v0.25.2 |
989 | 2023-10-11T19:31:40.826Z | Downloaded trust-dns-resolver v0.22.0 |
990 | 2023-10-11T19:31:40.837Z | Downloaded tabled v0.14.0 |
991 | 2023-10-11T19:31:40.846Z | Downloaded ring v0.16.20 |
992 | 2023-10-11T19:31:40.856Z | Downloaded tough v0.12.5 |
993 | 2023-10-11T19:31:40.867Z | Downloaded rayon v1.7.0 |
994 | 2023-10-11T19:31:40.884Z | Downloaded pest v2.7.2 |
995 | 2023-10-11T19:31:40.898Z | Downloaded ron v0.7.1 |
996 | 2023-10-11T19:31:40.905Z | Downloaded pin-project v1.1.3 |
997 | 2023-10-11T19:31:40.919Z | Downloaded nix v0.26.2 |
998 | 2023-10-11T19:31:41.345Z | Downloaded ron v0.8.1 |
999 | 2023-10-11T19:31:41.358Z | Downloaded idna v0.2.3 |
1000 | 2023-10-11T19:31:41.370Z | Downloaded bindgen v0.65.1 |
1001 | 2023-10-11T19:31:41.384Z | Downloaded quick-xml v0.23.1 |
1002 | 2023-10-11T19:31:41.402Z | Downloaded idna v0.4.0 |
1003 | 2023-10-11T19:31:41.419Z | Downloaded rand v0.8.5 |
1004 | 2023-10-11T19:31:41.435Z | Downloaded unicode-segmentation v1.10.1 |
1005 | 2023-10-11T19:31:41.451Z | Downloaded git2 v0.17.2 |
1006 | 2023-10-11T19:31:41.470Z | Downloaded similar v2.2.1 |
1007 | 2023-10-11T19:31:41.498Z | Downloaded parse-display-derive v0.7.0 |
1008 | 2023-10-11T19:31:41.515Z | Downloaded clap v2.34.0 |
1009 | 2023-10-11T19:31:41.549Z | Downloaded toml_edit v0.19.15 |
1010 | 2023-10-11T19:31:41.572Z | Downloaded unicode-normalization v0.1.22 |
1011 | 2023-10-11T19:31:41.596Z | Downloaded h2 v0.3.21 |
1012 | 2023-10-11T19:31:41.631Z | Downloaded aho-corasick v1.0.4 |
1013 | 2023-10-11T19:31:41.649Z | Downloaded darling_core v0.20.3 |
1014 | 2023-10-11T19:31:41.676Z | Downloaded fatfs v0.3.6 |
1015 | 2023-10-11T19:31:41.710Z | Downloaded regex-automata v0.1.10 |
1016 | 2023-10-11T19:31:41.736Z | Downloaded unsafe-libyaml v0.2.9 |
1017 | 2023-10-11T19:31:41.763Z | Downloaded tar v0.4.40 |
1018 | 2023-10-11T19:31:42.193Z | Downloaded trust-dns-client v0.22.0 |
1019 | 2023-10-11T19:31:42.628Z | Downloaded proc-macro-error v1.0.4 |
1020 | 2023-10-11T19:31:42.671Z | Downloaded expectorate v1.1.0 |
1021 | 2023-10-11T19:31:42.693Z | Downloaded bitvec v1.0.1 |
1022 | 2023-10-11T19:31:42.703Z | Downloaded tracing-core v0.1.31 |
1023 | 2023-10-11T19:31:42.708Z | Downloaded thiserror-no-std v2.0.2 |
1024 | 2023-10-11T19:31:42.716Z | Downloaded strip-ansi-escapes v0.2.0 |
1025 | 2023-10-11T19:31:42.723Z | Downloaded ref-cast v1.0.20 |
1026 | 2023-10-11T19:31:42.731Z | Downloaded fallible-streaming-iterator v0.1.9 |
1027 | 2023-10-11T19:31:42.741Z | Downloaded tokio-stream v0.1.14 |
1028 | 2023-10-11T19:31:42.754Z | Downloaded serde_with_macros v2.3.3 |
1029 | 2023-10-11T19:31:42.772Z | Downloaded fs-err v2.9.0 |
1030 | 2023-10-11T19:31:43.192Z | Downloaded portable-atomic v1.4.3 |
1031 | 2023-10-11T19:31:43.199Z | Downloaded packed_struct v0.10.1 |
1032 | 2023-10-11T19:31:43.208Z | Downloaded pretty-hex v0.2.1 |
1033 | 2023-10-11T19:31:43.219Z | Downloaded serde_arrays v0.1.0 |
1034 | 2023-10-11T19:31:43.233Z | Downloaded crossterm v0.26.1 |
1035 | 2023-10-11T19:31:43.274Z | Downloaded zip v0.6.6 |
1036 | 2023-10-11T19:31:43.288Z | Downloaded tinytemplate v1.2.1 |
1037 | 2023-10-11T19:31:43.300Z | Downloaded password-hash v0.5.0 |
1038 | 2023-10-11T19:31:43.311Z | Downloaded uuid v1.4.1 |
1039 | 2023-10-11T19:31:43.323Z | Downloaded trust-dns-server v0.22.1 |
1040 | 2023-10-11T19:31:43.333Z | Downloaded phf v0.11.2 |
1041 | 2023-10-11T19:31:43.344Z | Downloaded hash32 v0.2.1 |
1042 | 2023-10-11T19:31:43.357Z | Downloaded downcast v0.11.0 |
1043 | 2023-10-11T19:31:43.373Z | Downloaded tracing-attributes v0.1.26 |
1044 | 2023-10-11T19:31:43.393Z | Downloaded derive_builder v0.12.0 |
1045 | 2023-10-11T19:31:43.433Z | Downloaded darling v0.20.3 |
1046 | 2023-10-11T19:31:43.454Z | Downloaded rcgen v0.10.0 |
1047 | 2023-10-11T19:31:43.473Z | Downloaded enum-as-inner v0.5.1 |
1048 | 2023-10-11T19:31:43.486Z | Downloaded reedline v0.23.0 |
1049 | 2023-10-11T19:31:43.501Z | Downloaded poly1305 v0.8.0 |
1050 | 2023-10-11T19:31:43.515Z | Downloaded papergrid v0.10.0 |
1051 | 2023-10-11T19:31:43.525Z | Downloaded mio v0.8.8 |
1052 | 2023-10-11T19:31:43.540Z | Downloaded structmeta v0.1.6 |
1053 | 2023-10-11T19:31:43.556Z | Downloaded fnv v1.0.7 |
1054 | 2023-10-11T19:31:43.572Z | Downloaded universal-hash v0.5.1 |
1055 | 2023-10-11T19:31:43.591Z | Downloaded structopt-derive v0.4.18 |
1056 | 2023-10-11T19:31:44.015Z | Downloaded untrusted v0.7.1 |
1057 | 2023-10-11T19:31:44.036Z | Downloaded hkdf v0.12.3 |
1058 | 2023-10-11T19:31:44.099Z | Downloaded foreign-types v0.3.2 |
1059 | 2023-10-11T19:31:44.121Z | Downloaded doc-comment v0.3.3 |
1060 | 2023-10-11T19:31:44.545Z | Downloaded oorandom v11.1.3 |
1061 | 2023-10-11T19:31:44.554Z | Downloaded cstr-argument v0.1.2 |
1062 | 2023-10-11T19:31:44.565Z | Downloaded waitgroup v0.1.2 |
1063 | 2023-10-11T19:31:44.580Z | Downloaded stringprep v0.1.3 |
1064 | 2023-10-11T19:31:44.594Z | Downloaded strum_macros v0.25.2 |
1065 | 2023-10-11T19:31:44.605Z | Downloaded ref-cast-impl v1.0.20 |
1066 | 2023-10-11T19:31:44.617Z | Downloaded pest_meta v2.7.2 |
1067 | 2023-10-11T19:31:44.634Z | Downloaded crypto-bigint v0.5.2 |
1068 | 2023-10-11T19:31:44.651Z | Downloaded debug-ignore v1.0.5 |
1069 | 2023-10-11T19:31:45.081Z | Downloaded rpassword v7.2.0 |
1070 | 2023-10-11T19:31:45.088Z | Downloaded parking_lot v0.12.1 |
1071 | 2023-10-11T19:31:45.109Z | Downloaded derive-where v1.2.5 |
1072 | 2023-10-11T19:31:45.125Z | Downloaded rstest v0.18.2 |
1073 | 2023-10-11T19:31:45.145Z | Downloaded vsss-rs v3.3.1 |
1074 | 2023-10-11T19:31:45.156Z | Downloaded radium v0.7.0 |
1075 | 2023-10-11T19:31:45.584Z | Downloaded ena v0.14.2 |
1076 | 2023-10-11T19:31:45.595Z | Downloaded ucd-trie v0.1.6 |
1077 | 2023-10-11T19:31:45.607Z | Downloaded static_assertions v1.1.0 |
1078 | 2023-10-11T19:31:45.621Z | Downloaded twox-hash v1.6.3 |
1079 | 2023-10-11T19:31:45.632Z | Downloaded tui-tree-widget v0.13.0 |
1080 | 2023-10-11T19:31:45.647Z | Downloaded tempdir v0.3.7 |
1081 | 2023-10-11T19:31:45.664Z | Downloaded signal-hook-registry v1.4.1 |
1082 | 2023-10-11T19:31:45.683Z | Downloaded unicode-bidi v0.3.13 |
1083 | 2023-10-11T19:31:45.700Z | Downloaded pest_derive v2.7.2 |
1084 | 2023-10-11T19:31:46.125Z | Downloaded crunchy v0.2.2 |
1085 | 2023-10-11T19:31:46.143Z | Downloaded usdt-attr-macro v0.3.5 |
1086 | 2023-10-11T19:31:46.157Z | Downloaded serial_test_derive v0.10.0 |
1087 | 2023-10-11T19:31:46.170Z | Downloaded partial-io v0.5.4 |
1088 | 2023-10-11T19:31:46.185Z | Downloaded openssl-sys v0.9.93 |
1089 | 2023-10-11T19:31:46.202Z | Downloaded tabled_derive v0.6.0 |
1090 | 2023-10-11T19:31:46.218Z | Downloaded pem-rfc7468 v0.7.0 |
1091 | 2023-10-11T19:31:46.240Z | Downloaded ringbuffer v0.15.0 |
1092 | 2023-10-11T19:31:47.071Z | Downloaded x509-cert v0.2.4 |
1093 | 2023-10-11T19:31:47.080Z | Downloaded signature v1.6.4 |
1094 | 2023-10-11T19:31:47.088Z | Downloaded tokio-tungstenite v0.18.0 |
1095 | 2023-10-11T19:31:47.094Z | Downloaded os_str_bytes v6.5.1 |
1096 | 2023-10-11T19:31:47.098Z | Downloaded subprocess v0.2.9 |
1097 | 2023-10-11T19:31:47.107Z | Downloaded prettyplease v0.2.12 |
1098 | 2023-10-11T19:31:47.115Z | Downloaded semver v0.1.20 |
1099 | 2023-10-11T19:31:47.120Z | Downloaded paste v1.0.14 |
1100 | 2023-10-11T19:31:47.125Z | Downloaded tokio-tungstenite v0.20.1 |
1101 | 2023-10-11T19:31:47.132Z | Downloaded signal-hook-mio v0.2.3 |
1102 | 2023-10-11T19:31:47.139Z | Downloaded textwrap v0.16.0 |
1103 | 2023-10-11T19:31:47.152Z | Downloaded unicode-linebreak v0.1.5 |
1104 | 2023-10-11T19:31:47.163Z | Downloaded sct v0.7.0 |
1105 | 2023-10-11T19:31:47.174Z | Downloaded yasna v0.5.2 |
1106 | 2023-10-11T19:31:47.195Z | Downloaded parking_lot_core v0.8.6 |
1107 | 2023-10-11T19:31:47.251Z | Downloaded oso-derive v0.26.4 |
1108 | 2023-10-11T19:31:47.269Z | Downloaded headers v0.3.9 |
1109 | 2023-10-11T19:31:47.279Z | Downloaded crossbeam-utils v0.8.16 |
1110 | 2023-10-11T19:31:47.290Z | Downloaded tungstenite v0.20.1 |
1111 | 2023-10-11T19:31:47.310Z | Downloaded snafu v0.7.5 |
1112 | 2023-10-11T19:31:47.325Z | Downloaded crossbeam-channel v0.5.8 |
1113 | 2023-10-11T19:31:47.338Z | Downloaded same-file v1.0.6 |
1114 | 2023-10-11T19:31:47.349Z | Downloaded strum_macros v0.24.3 |
1115 | 2023-10-11T19:31:47.361Z | Downloaded pkcs1 v0.7.5 |
1116 | 2023-10-11T19:31:47.402Z | Downloaded crypto-common v0.1.6 |
1117 | 2023-10-11T19:31:47.418Z | Downloaded remove_dir_all v0.5.3 |
1118 | 2023-10-11T19:31:47.429Z | Downloaded path-slash v0.1.5 |
1119 | 2023-10-11T19:31:47.438Z | Downloaded owo-colors v3.5.0 |
1120 | 2023-10-11T19:31:47.448Z | Downloaded tiny-keccak v2.0.2 |
1121 | 2023-10-11T19:31:47.456Z | Downloaded tungstenite v0.18.0 |
1122 | 2023-10-11T19:31:47.465Z | Downloaded darling_core v0.14.4 |
1123 | 2023-10-11T19:31:47.480Z | Downloaded parking_lot_core v0.9.8 |
1124 | 2023-10-11T19:31:47.494Z | Downloaded serde_yaml v0.9.25 |
1125 | 2023-10-11T19:31:47.503Z | Downloaded num-bigint v0.4.4 |
1126 | 2023-10-11T19:31:47.549Z | Downloaded pest_generator v2.7.2 |
1127 | 2023-10-11T19:31:47.573Z | Downloaded serde_tokenstream v0.2.0 |
1128 | 2023-10-11T19:31:47.577Z | Downloaded serde_repr v0.1.16 |
1129 | 2023-10-11T19:31:47.590Z | Downloaded rustfmt-wrapper v0.2.0 |
1130 | 2023-10-11T19:31:47.606Z | Downloaded usdt v0.3.5 |
1131 | 2023-10-11T19:31:47.614Z | Downloaded time-macros v0.2.13 |
1132 | 2023-10-11T19:31:47.619Z | Downloaded pin-utils v0.1.0 |
1133 | 2023-10-11T19:31:47.635Z | Downloaded env_logger v0.9.3 |
1134 | 2023-10-11T19:31:47.648Z | Downloaded oso v0.26.4 |
1135 | 2023-10-11T19:31:47.661Z | Downloaded omicron-zone-package v0.8.3 |
1136 | 2023-10-11T19:31:47.672Z | Downloaded olpc-cjson v0.1.3 |
1137 | 2023-10-11T19:31:47.695Z | Downloaded typenum v1.16.0 |
1138 | 2023-10-11T19:31:47.735Z | Downloaded once_cell v1.18.0 |
1139 | 2023-10-11T19:31:47.762Z | Downloaded base64 v0.13.1 |
1140 | 2023-10-11T19:31:47.777Z | Downloaded fallible-iterator v0.2.0 |
1141 | 2023-10-11T19:31:47.786Z | Downloaded vec_map v0.8.2 |
1142 | 2023-10-11T19:31:47.794Z | Downloaded erased-serde v0.3.30 |
1143 | 2023-10-11T19:31:47.804Z | Downloaded env_logger v0.10.0 |
1144 | 2023-10-11T19:31:47.809Z | Downloaded trybuild v1.0.85 |
1145 | 2023-10-11T19:31:47.816Z | Downloaded num-bigint-dig v0.8.4 |
1146 | 2023-10-11T19:31:47.820Z | Downloaded futures-channel v0.3.28 |
1147 | 2023-10-11T19:31:47.834Z | Downloaded test-strategy v0.2.1 |
1148 | 2023-10-11T19:31:47.847Z | Downloaded pem v1.1.1 |
1149 | 2023-10-11T19:31:47.891Z | Downloaded criterion v0.5.1 |
1150 | 2023-10-11T19:31:47.907Z | Downloaded signal-hook-tokio v0.3.1 |
1151 | 2023-10-11T19:31:47.946Z | Downloaded textwrap v0.11.0 |
1152 | 2023-10-11T19:31:47.954Z | Downloaded serde-hex v0.1.0 |
1153 | 2023-10-11T19:31:47.959Z | Downloaded stable_deref_trait v1.2.0 |
1154 | 2023-10-11T19:31:47.968Z | Downloaded r2d2 v0.8.10 |
1155 | 2023-10-11T19:31:47.976Z | Downloaded dof v0.1.5 |
1156 | 2023-10-11T19:31:47.983Z | Downloaded darling v0.14.4 |
1157 | 2023-10-11T19:31:47.992Z | Downloaded heapless v0.7.16 |
1158 | 2023-10-11T19:31:48.001Z | Downloaded signal-hook v0.3.17 |
1159 | 2023-10-11T19:31:48.012Z | Downloaded form_urlencoded v1.2.0 |
1160 | 2023-10-11T19:31:48.022Z | Downloaded http v0.2.9 |
1161 | 2023-10-11T19:31:48.034Z | Downloaded der_derive v0.7.2 |
1162 | 2023-10-11T19:31:48.042Z | Downloaded hyper-rustls v0.24.1 |
1163 | 2023-10-11T19:31:48.052Z | Downloaded clang-sys v1.6.1 |
1164 | 2023-10-11T19:31:48.061Z | Downloaded derive_more v0.99.17 |
1165 | 2023-10-11T19:31:48.066Z | Downloaded tower-service v0.3.2 |
1166 | 2023-10-11T19:31:48.077Z | Downloaded rand_core v0.6.4 |
1167 | 2023-10-11T19:31:48.090Z | Downloaded slog-async v2.8.0 |
1168 | 2023-10-11T19:31:48.099Z | Downloaded take_mut v0.2.2 |
1169 | 2023-10-11T19:31:48.110Z | Downloaded postcard v0.7.3 |
1170 | 2023-10-11T19:31:48.118Z | Downloaded hashlink v0.8.3 |
1171 | 2023-10-11T19:31:48.125Z | Downloaded foreign-types-shared v0.3.1 |
1172 | 2023-10-11T19:31:48.139Z | Downloaded futures-task v0.3.28 |
1173 | 2023-10-11T19:31:48.157Z | Downloaded futures-macro v0.3.28 |
1174 | 2023-10-11T19:31:48.173Z | Downloaded futures-executor v0.3.28 |
1175 | 2023-10-11T19:31:48.185Z | Downloaded postgres-types v0.2.6 |
1176 | 2023-10-11T19:31:48.206Z | Downloaded derive_builder_core v0.12.0 |
1177 | 2023-10-11T19:31:48.640Z | Downloaded socket2 v0.5.3 |
1178 | 2023-10-11T19:31:49.139Z | Downloaded slog-scope v4.4.0 |
1179 | 2023-10-11T19:31:49.166Z | Downloaded rsa v0.9.2 |
1180 | 2023-10-11T19:31:49.189Z | Downloaded bzip2 v0.4.4 |
1181 | 2023-10-11T19:31:49.206Z | Downloaded strsim v0.8.0 |
1182 | 2023-10-11T19:31:49.222Z | Downloaded chacha20poly1305 v0.10.1 |
1183 | 2023-10-11T19:31:49.236Z | Downloaded phf_shared v0.11.2 |
1184 | 2023-10-11T19:31:49.265Z | Downloaded bitflags v2.4.0 |
1185 | 2023-10-11T19:31:49.295Z | Downloaded slog-json v2.6.1 |
1186 | 2023-10-11T19:31:49.304Z | Downloaded ahash v0.8.3 |
1187 | 2023-10-11T19:31:49.308Z | Downloaded getrandom v0.2.10 |
1188 | 2023-10-11T19:31:49.315Z | Downloaded spin v0.9.8 |
1189 | 2023-10-11T19:31:49.324Z | Downloaded postcard-cobs v0.1.5-pre |
1190 | 2023-10-11T19:31:49.328Z | Downloaded bytesize v1.3.0 |
1191 | 2023-10-11T19:31:49.333Z | Downloaded smallvec v1.11.0 |
1192 | 2023-10-11T19:31:49.338Z | Downloaded half v1.8.2 |
1193 | 2023-10-11T19:31:49.363Z | Downloaded wyz v0.5.1 |
1194 | 2023-10-11T19:31:49.379Z | Downloaded socket2 v0.4.9 |
1195 | 2023-10-11T19:31:49.396Z | Downloaded futures-io v0.3.28 |
1196 | 2023-10-11T19:31:49.407Z | Downloaded diff v0.1.13 |
1197 | 2023-10-11T19:31:49.427Z | Downloaded zeroize_derive v1.4.2 |
1198 | 2023-10-11T19:31:49.436Z | Downloaded mockall_derive v0.11.4 |
1199 | 2023-10-11T19:31:49.443Z | Downloaded string_cache v0.8.7 |
1200 | 2023-10-11T19:31:49.457Z | Downloaded siphasher v0.3.11 |
1201 | 2023-10-11T19:31:49.462Z | Downloaded schemars_derive v0.8.13 |
1202 | 2023-10-11T19:31:49.466Z | Downloaded serde_derive_internals v0.26.0 |
1203 | 2023-10-11T19:31:49.471Z | Downloaded predicates v2.1.5 |
1204 | 2023-10-11T19:31:49.477Z | Downloaded ppv-lite86 v0.2.17 |
1205 | 2023-10-11T19:31:49.483Z | Downloaded walkdir v2.4.0 |
1206 | 2023-10-11T19:31:49.487Z | Downloaded slab v0.4.9 |
1207 | 2023-10-11T19:31:49.496Z | Downloaded num-complex v0.4.4 |
1208 | 2023-10-11T19:31:49.506Z | Downloaded indicatif v0.17.6 |
1209 | 2023-10-11T19:31:49.517Z | Downloaded indexmap v1.9.3 |
1210 | 2023-10-11T19:31:49.520Z | Downloaded zone_cfg_derive v0.2.0 |
1211 | 2023-10-11T19:31:49.523Z | Downloaded glob v0.3.1 |
1212 | 2023-10-11T19:31:49.526Z | Downloaded getopts v0.2.21 |
1213 | 2023-10-11T19:31:49.941Z | Downloaded smf v0.2.2 |
1214 | 2023-10-11T19:31:49.944Z | Downloaded smallvec v0.6.14 |
1215 | 2023-10-11T19:31:49.947Z | Downloaded httparse v1.8.0 |
1216 | 2023-10-11T19:31:49.950Z | Downloaded bincode v1.3.3 |
1217 | 2023-10-11T19:31:49.953Z | Downloaded rand_chacha v0.3.1 |
1218 | 2023-10-11T19:31:49.957Z | Downloaded ascii v1.1.0 |
1219 | 2023-10-11T19:31:49.960Z | Downloaded aes-gcm-siv v0.11.1 |
1220 | 2023-10-11T19:31:49.963Z | Downloaded argon2 v0.5.2 |
1221 | 2023-10-11T19:31:49.967Z | Downloaded lock_api v0.4.10 |
1222 | 2023-10-11T19:31:49.970Z | Downloaded keccak v0.1.4 |
1223 | 2023-10-11T19:31:49.974Z | Downloaded iana-time-zone v0.1.57 |
1224 | 2023-10-11T19:31:49.978Z | Downloaded ciborium-ll v0.2.1 |
1225 | 2023-10-11T19:31:49.981Z | Downloaded cancel-safe-futures v0.1.2 |
1226 | 2023-10-11T19:31:50.017Z | Downloaded slog-dtrace v0.2.3 |
1227 | 2023-10-11T19:31:50.028Z | Downloaded cookie v0.16.2 |
1228 | 2023-10-11T19:31:50.038Z | Downloaded block-padding v0.3.3 |
1229 | 2023-10-11T19:31:50.045Z | Downloaded yansi v0.5.1 |
1230 | 2023-10-11T19:31:50.049Z | Downloaded slog-stdlog v4.1.1 |
1231 | 2023-10-11T19:31:50.052Z | Downloaded rustls-native-certs v0.6.3 |
1232 | 2023-10-11T19:31:50.056Z | Downloaded crc32fast v1.3.2 |
1233 | 2023-10-11T19:31:50.060Z | Downloaded nom v7.1.3 |
1234 | 2023-10-11T19:31:50.064Z | Downloaded console v0.15.7 |
1235 | 2023-10-11T19:31:50.067Z | Downloaded fxhash v0.2.1 |
1236 | 2023-10-11T19:31:50.074Z | Downloaded snafu-derive v0.7.5 |
1237 | 2023-10-11T19:31:50.079Z | Downloaded slog-term v2.9.0 |
1238 | 2023-10-11T19:31:50.090Z | Downloaded shell-words v1.1.0 |
1239 | 2023-10-11T19:31:50.107Z | Downloaded inout v0.1.3 |
1240 | 2023-10-11T19:31:50.118Z | Downloaded serde_path_to_error v0.1.14 |
1241 | 2023-10-11T19:31:50.132Z | Downloaded semver-parser v0.10.2 |
1242 | 2023-10-11T19:31:50.143Z | Downloaded cassowary v0.3.0 |
1243 | 2023-10-11T19:31:50.147Z | Downloaded camino-tempfile v1.0.2 |
1244 | 2023-10-11T19:31:50.152Z | Downloaded bytes v1.5.0 |
1245 | 2023-10-11T19:31:50.157Z | Downloaded libloading v0.7.4 |
1246 | 2023-10-11T19:31:50.162Z | Downloaded cipher v0.4.4 |
1247 | 2023-10-11T19:31:50.166Z | Downloaded cfg-if v1.0.0 |
1248 | 2023-10-11T19:31:50.170Z | Downloaded array-init v0.0.4 |
1249 | 2023-10-11T19:31:50.174Z | Downloaded hmac v0.12.1 |
1250 | 2023-10-11T19:31:50.178Z | Downloaded async-stream v0.3.5 |
1251 | 2023-10-11T19:31:50.183Z | Downloaded async-trait v0.1.73 |
1252 | 2023-10-11T19:31:50.191Z | Downloaded async-recursion v1.0.5 |
1253 | 2023-10-11T19:31:50.198Z | Downloaded slog-bunyan v2.4.0 |
1254 | 2023-10-11T19:31:50.209Z | Downloaded backoff v0.4.0 |
1255 | 2023-10-11T19:31:50.221Z | Downloaded assert_cmd v2.0.12 |
1256 | 2023-10-11T19:31:50.232Z | Downloaded ascii-canvas v3.0.0 |
1257 | 2023-10-11T19:31:50.243Z | Downloaded adler v1.0.2 |
1258 | 2023-10-11T19:31:50.261Z | Downloaded dirs-sys-next v0.1.2 |
1259 | 2023-10-11T19:31:50.273Z | Downloaded dirs-next v2.0.0 |
1260 | 2023-10-11T19:31:50.310Z | Downloaded difflib v0.4.0 |
1261 | 2023-10-11T19:31:50.326Z | Downloaded which v4.4.0 |
1262 | 2023-10-11T19:31:50.348Z | Downloaded lazy_static v1.4.0 |
1263 | 2023-10-11T19:31:50.365Z | Downloaded jobserver v0.1.26 |
1264 | 2023-10-11T19:31:50.375Z | Downloaded indoc v2.0.3 |
1265 | 2023-10-11T19:31:50.389Z | Downloaded crossbeam-deque v0.8.3 |
1266 | 2023-10-11T19:31:50.400Z | Downloaded derive_builder_macro v0.12.0 |
1267 | 2023-10-11T19:31:50.418Z | Downloaded newtype_derive v0.1.6 |
1268 | 2023-10-11T19:31:50.429Z | Downloaded newline-converter v0.3.0 |
1269 | 2023-10-11T19:31:50.441Z | Downloaded hubpack_derive v0.1.1 |
1270 | 2023-10-11T19:31:50.463Z | Downloaded ahash v0.7.6 |
1271 | 2023-10-11T19:31:50.488Z | Downloaded rustc_version v0.4.0 |
1272 | 2023-10-11T19:31:50.503Z | Downloaded clap_derive v3.2.25 |
1273 | 2023-10-11T19:31:50.521Z | Downloaded ciborium v0.2.1 |
1274 | 2023-10-11T19:31:50.535Z | Downloaded resolv-conf v0.7.0 |
1275 | 2023-10-11T19:31:50.542Z | Downloaded linear-map v1.2.0 |
1276 | 2023-10-11T19:31:50.548Z | Downloaded hubpack v0.1.2 |
1277 | 2023-10-11T19:31:50.554Z | Downloaded constant_time_eq v0.3.0 |
1278 | 2023-10-11T19:31:50.561Z | Downloaded chacha20 v0.9.1 |
1279 | 2023-10-11T19:31:50.568Z | Downloaded cfg-if v0.1.10 |
1280 | 2023-10-11T19:31:50.577Z | Downloaded bb8 v0.8.1 |
1281 | 2023-10-11T19:31:50.685Z | Downloaded slog-envlogger v2.2.0 |
1282 | 2023-10-11T19:31:50.707Z | Downloaded serial_test v0.10.0 |
1283 | 2023-10-11T19:31:50.723Z | Downloaded cc v1.0.83 |
1284 | 2023-10-11T19:31:50.732Z | Downloaded base64 v0.21.4 |
1285 | 2023-10-11T19:31:50.740Z | Downloaded serde_plain v1.0.2 |
1286 | 2023-10-11T19:31:50.752Z | Downloaded corncobs v0.1.3 |
1287 | 2023-10-11T19:31:50.765Z | Downloaded lazycell v1.3.0 |
1288 | 2023-10-11T19:31:50.789Z | Downloaded httptest v0.15.4 |
1289 | 2023-10-11T19:31:50.806Z | Downloaded instant v0.1.12 |
1290 | 2023-10-11T19:31:51.222Z | Downloaded http-range v0.1.5 |
1291 | 2023-10-11T19:31:51.229Z | Downloaded maplit v1.0.2 |
1292 | 2023-10-11T19:31:51.236Z | Downloaded atty v0.2.14 |
1293 | 2023-10-11T19:31:51.245Z | Downloaded async-stream-impl v0.3.5 |
1294 | 2023-10-11T19:31:51.257Z | Downloaded const_format v0.2.31 |
1295 | 2023-10-11T19:31:51.264Z | Downloaded crossbeam v0.8.2 |
1296 | 2023-10-11T19:31:51.271Z | Downloaded crc v3.0.1 |
1297 | 2023-10-11T19:31:51.278Z | Downloaded clap_lex v0.2.4 |
1298 | 2023-10-11T19:31:51.285Z | Downloaded aead v0.5.2 |
1299 | 2023-10-11T19:31:51.293Z | Downloaded managed v0.8.0 |
1300 | 2023-10-11T19:31:51.301Z | Downloaded lalrpop-util v0.19.12 |
1301 | 2023-10-11T19:31:51.310Z | Downloaded indoc v1.0.9 |
1302 | 2023-10-11T19:31:51.320Z | Downloaded criterion-plot v0.5.0 |
1303 | 2023-10-11T19:31:51.333Z | Downloaded byteorder v1.4.3 |
1304 | 2023-10-11T19:31:51.355Z | Downloaded hyper-tls v0.5.0 |
1305 | 2023-10-11T19:31:51.380Z | Downloaded crossbeam-epoch v0.9.15 |
1306 | 2023-10-11T19:31:51.812Z | Downloaded convert_case v0.4.0 |
1307 | 2023-10-11T19:31:51.820Z | Downloaded backtrace v0.3.69 |
1308 | 2023-10-11T19:31:51.833Z | Downloaded allocator-api2 v0.2.16 |
1309 | 2023-10-11T19:31:51.844Z | Downloaded constant_time_eq v0.2.6 |
1310 | 2023-10-11T19:31:51.849Z | Downloaded num-traits v0.2.16 |
1311 | 2023-10-11T19:31:51.860Z | Downloaded num v0.4.1 |
1312 | 2023-10-11T19:31:51.878Z | Downloaded nu-ansi-term v0.49.0 |
1313 | 2023-10-11T19:31:51.908Z | Downloaded new_debug_unreachable v1.0.4 |
1314 | 2023-10-11T19:31:52.342Z | Downloaded miniz_oxide v0.7.1 |
1315 | 2023-10-11T19:31:52.357Z | Downloaded memoffset v0.9.0 |
1316 | 2023-10-11T19:31:52.377Z | Downloaded const_format_proc_macros v0.2.31 |
1317 | 2023-10-11T19:31:52.794Z | Downloaded colored v2.0.4 |
1318 | 2023-10-11T19:31:52.803Z | Downloaded basic-toml v0.1.4 |
1319 | 2023-10-11T19:31:52.810Z | Downloaded num_enum v0.7.0 |
1320 | 2023-10-11T19:31:52.820Z | Downloaded num_enum v0.5.11 |
1321 | 2023-10-11T19:31:52.841Z | Downloaded num_cpus v1.16.0 |
1322 | 2023-10-11T19:31:52.863Z | Downloaded num-rational v0.4.1 |
1323 | 2023-10-11T19:31:52.902Z | Downloaded num-integer v0.1.45 |
1324 | 2023-10-11T19:31:52.919Z | Downloaded native-tls v0.2.11 |
1325 | 2023-10-11T19:31:52.926Z | Downloaded nanorand v0.7.0 |
1326 | 2023-10-11T19:31:52.938Z | Downloaded ident_case v1.0.1 |
1327 | 2023-10-11T19:31:52.947Z | Downloaded ciborium-io v0.2.1 |
1328 | 2023-10-11T19:31:52.953Z | Downloaded buf-list v1.0.3 |
1329 | 2023-10-11T19:31:52.967Z | Downloaded blake2 v0.10.6 |
1330 | 2023-10-11T19:31:52.979Z | Downloaded bitfield v0.14.0 |
1331 | 2023-10-11T19:31:52.991Z | Downloaded bit-vec v0.6.3 |
1332 | 2023-10-11T19:31:52.996Z | Downloaded anes v0.1.6 |
1333 | 2023-10-11T19:31:53.003Z | Downloaded num-iter v0.1.43 |
1334 | 2023-10-11T19:31:53.015Z | Downloaded num-derive v0.4.0 |
1335 | 2023-10-11T19:31:53.021Z | Downloaded normalize-line-endings v0.3.0 |
1336 | 2023-10-11T19:31:53.032Z | Downloaded nodrop v0.1.14 |
1337 | 2023-10-11T19:31:53.045Z | Downloaded multer v2.1.0 |
1338 | 2023-10-11T19:31:53.055Z | Downloaded minimal-lexical v0.2.1 |
1339 | 2023-10-11T19:31:53.060Z | Downloaded mime_guess v2.0.4 |
1340 | 2023-10-11T19:31:53.071Z | Downloaded md-5 v0.10.5 |
1341 | 2023-10-11T19:31:53.086Z | Downloaded maybe-uninit v2.0.0 |
1342 | 2023-10-11T19:31:53.094Z | Downloaded matches v0.1.10 |
1343 | 2023-10-11T19:31:53.105Z | Downloaded match_cfg v0.1.0 |
1344 | 2023-10-11T19:31:53.117Z | Downloaded ipnet v2.8.0 |
1345 | 2023-10-11T19:31:53.130Z | Downloaded hyper-staticfile v0.9.5 |
1346 | 2023-10-11T19:31:53.139Z | Downloaded humantime v2.1.0 |
1347 | 2023-10-11T19:31:53.151Z | Downloaded http-body v0.4.5 |
1348 | 2023-10-11T19:31:53.166Z | Downloaded hostname v0.3.1 |
1349 | 2023-10-11T19:31:53.597Z | Downloaded home v0.5.5 |
1350 | 2023-10-11T19:31:53.603Z | Downloaded const-oid v0.9.5 |
1351 | 2023-10-11T19:31:53.610Z | Downloaded cexpr v0.6.0 |
1352 | 2023-10-11T19:31:53.625Z | Downloaded blake2b_simd v1.0.1 |
1353 | 2023-10-11T19:31:53.642Z | Downloaded bitstruct_derive v0.1.0 |
1354 | 2023-10-11T19:31:53.657Z | Downloaded bit_field v0.10.2 |
1355 | 2023-10-11T19:31:53.662Z | Downloaded ansi_term v0.12.1 |
1356 | 2023-10-11T19:31:53.672Z | Downloaded block-buffer v0.10.4 |
1357 | 2023-10-11T19:31:53.676Z | Downloaded bit-set v0.5.3 |
1358 | 2023-10-11T19:31:53.683Z | Downloaded base16ct v0.2.0 |
1359 | 2023-10-11T19:31:53.693Z | Downloaded autocfg v1.1.0 |
1360 | 2023-10-11T19:31:53.700Z | Downloaded arrayvec v0.7.4 |
1361 | 2023-10-11T19:31:53.711Z | Downloaded impl-trait-for-tuples v0.2.2 |
1362 | 2023-10-11T19:31:53.772Z | Downloaded hex-literal v0.4.1 |
1363 | 2023-10-11T19:31:53.788Z | Downloaded heck v0.3.3 |
1364 | 2023-10-11T19:31:53.803Z | Downloaded bytecount v0.6.3 |
1365 | 2023-10-11T19:31:53.814Z | Downloaded assert_matches v1.5.0 |
1366 | 2023-10-11T19:31:53.832Z | Downloaded bitstruct v0.1.1 |
1367 | 2023-10-11T19:31:53.852Z | Downloaded arc-swap v1.6.0 |
1368 | 2023-10-11T19:31:53.865Z | Compiling proc-macro2 v1.0.67 |
1369 | 2023-10-11T19:31:53.875Z | Compiling serde v1.0.188 |
1370 | 2023-10-11T19:31:53.886Z | Compiling autocfg v1.1.0 |
1371 | 2023-10-11T19:31:53.892Z | Compiling version_check v0.9.4 |
1372 | 2023-10-11T19:31:53.900Z | Compiling syn v1.0.109 |
1373 | 2023-10-11T19:31:53.906Z | Compiling parking_lot_core v0.9.8 |
1374 | 2023-10-11T19:31:53.910Z | Compiling libm v0.2.7 |
1375 | 2023-10-11T19:31:53.916Z | Compiling libc v0.2.148 |
1376 | 2023-10-11T19:31:53.919Z | Compiling cfg-if v1.0.0 |
1377 | 2023-10-11T19:31:53.926Z | Compiling futures-core v0.3.28 |
1378 | 2023-10-11T19:31:53.932Z | Compiling typenum v1.16.0 |
1379 | 2023-10-11T19:31:53.940Z | Compiling once_cell v1.18.0 |
1380 | 2023-10-11T19:31:53.944Z | Compiling futures-channel v0.3.28 |
1381 | 2023-10-11T19:31:53.948Z | Compiling lock_api v0.4.10 |
1382 | 2023-10-11T19:31:53.952Z | Compiling num-traits v0.2.16 |
1383 | 2023-10-11T19:31:53.963Z | Compiling quote v1.0.33 |
1384 | 2023-10-11T19:31:54.381Z | Compiling ahash v0.8.3 |
1385 | 2023-10-11T19:31:54.386Z | Compiling generic-array v0.14.7 |
1386 | 2023-10-11T19:31:54.391Z | Compiling syn v2.0.32 |
1387 | 2023-10-11T19:31:54.396Z | Compiling jobserver v0.1.26 |
1388 | 2023-10-11T19:31:54.401Z | Compiling slab v0.4.9 |
1389 | 2023-10-11T19:31:54.407Z | Compiling futures-task v0.3.28 |
1390 | 2023-10-11T19:31:54.416Z | Compiling cc v1.0.83 |
1391 | 2023-10-11T19:31:54.422Z | Compiling futures-util v0.3.28 |
1392 | 2023-10-11T19:31:54.434Z | Compiling pkg-config v0.3.27 |
1393 | 2023-10-11T19:31:54.440Z | Compiling memchr v2.6.3 |
1394 | 2023-10-11T19:31:54.452Z | Compiling ahash v0.7.6 |
1395 | 2023-10-11T19:31:54.459Z | Compiling itoa v1.0.9 |
1396 | 2023-10-11T19:31:54.469Z | Compiling vcpkg v0.2.15 |
1397 | 2023-10-11T19:31:54.479Z | Compiling log v0.4.20 |
1398 | 2023-10-11T19:31:54.486Z | Compiling schemars v0.8.13 |
1399 | 2023-10-11T19:31:54.494Z | Compiling serde_json v1.0.107 |
1400 | 2023-10-11T19:31:54.504Z | Compiling indexmap v1.9.3 |
1401 | 2023-10-11T19:31:54.514Z | Compiling getrandom v0.2.10 |
1402 | 2023-10-11T19:31:54.535Z | Compiling httparse v1.8.0 |
1403 | 2023-10-11T19:31:54.547Z | Compiling ryu v1.0.15 |
1404 | 2023-10-11T19:31:54.559Z | Compiling allocator-api2 v0.2.16 |
1405 | 2023-10-11T19:31:54.577Z | Compiling equivalent v1.0.1 |
1406 | 2023-10-11T19:31:54.608Z | Compiling unicode-xid v0.2.4 |
1407 | 2023-10-11T19:31:54.642Z | Compiling openssl v0.10.57 |
1408 | 2023-10-11T19:31:55.079Z | Compiling rustix v0.38.9 |
1409 | 2023-10-11T19:31:55.102Z | Compiling ucd-trie v0.1.6 |
1410 | 2023-10-11T19:31:55.125Z | Compiling rustls v0.21.7 |
1411 | 2023-10-11T19:31:55.167Z | Compiling hashbrown v0.14.0 |
1412 | 2023-10-11T19:31:55.183Z | Compiling crossbeam-utils v0.8.16 |
1413 | 2023-10-11T19:31:55.207Z | Compiling native-tls v0.2.11 |
1414 | 2023-10-11T19:31:55.239Z | Compiling time-core v0.1.1 |
1415 | 2023-10-11T19:31:55.261Z | Compiling slog v2.7.0 |
1416 | 2023-10-11T19:31:55.281Z | Compiling ring v0.16.20 |
1417 | 2023-10-11T19:31:55.293Z | Compiling openssl-sys v0.9.93 |
1418 | 2023-10-11T19:31:55.309Z | Compiling time-macros v0.2.13 |
1419 | 2023-10-11T19:31:55.327Z | Compiling fnv v1.0.7 |
1420 | 2023-10-11T19:31:55.763Z | Compiling byteorder v1.4.3 |
1421 | 2023-10-11T19:31:55.775Z | Compiling iana-time-zone v0.1.57 |
1422 | 2023-10-11T19:31:55.787Z | Compiling aho-corasick v1.0.4 |
1423 | 2023-10-11T19:31:55.798Z | Compiling regex-syntax v0.7.5 |
1424 | 2023-10-11T19:31:55.844Z | Compiling dyn-clone v1.0.13 |
1425 | 2023-10-11T19:31:55.859Z | Compiling backtrace v0.3.69 |
1426 | 2023-10-11T19:31:55.863Z | Compiling async-trait v0.1.73 |
1427 | 2023-10-11T19:31:55.872Z | Compiling usdt-impl v0.3.5 |
1428 | 2023-10-11T19:31:55.878Z | Compiling anyhow v1.0.75 |
1429 | 2023-10-11T19:31:55.890Z | Compiling winnow v0.5.15 |
1430 | 2023-10-11T19:31:55.903Z | Compiling thread-id v4.2.0 |
1431 | 2023-10-11T19:31:55.927Z | Compiling hashbrown v0.13.2 |
1432 | 2023-10-11T19:31:55.948Z | Compiling rand_core v0.6.4 |
1433 | 2023-10-11T19:31:56.111Z | Compiling serde_derive_internals v0.26.0 |
1434 | 2023-10-11T19:31:57.134Z | Compiling synstructure v0.12.6 |
1435 | 2023-10-11T19:31:57.280Z | Compiling regex-automata v0.3.8 |
1436 | 2023-10-11T19:31:57.785Z | Compiling hashbrown v0.12.3 |
1437 | 2023-10-11T19:31:59.727Z | Compiling unicode-width v0.1.10 |
1438 | 2023-10-11T19:31:59.763Z | Compiling siphasher v0.3.11 |
1439 | 2023-10-11T19:31:59.953Z | Compiling strsim v0.10.0 |
1440 | 2023-10-11T19:32:00.018Z | Compiling scopeguard v1.2.0 |
1441 | 2023-10-11T19:32:01.395Z | Compiling tinyvec_macros v0.1.1 |
1442 | 2023-10-11T19:32:01.425Z | Compiling ppv-lite86 v0.2.17 |
1443 | 2023-10-11T19:32:02.339Z | Compiling tinyvec v1.6.0 |
1444 | 2023-10-11T19:32:02.353Z | Compiling unicode-bidi v0.3.13 |
1445 | 2023-10-11T19:32:02.376Z | Compiling deranged v0.3.8 |
1446 | 2023-10-11T19:32:02.395Z | Compiling num_threads v0.1.6 |
1447 | 2023-10-11T19:32:02.403Z | Compiling smallvec v1.11.0 |
1448 | 2023-10-11T19:32:02.408Z | Compiling rand_chacha v0.3.1 |
1449 | 2023-10-11T19:32:02.992Z | Compiling unicode-normalization v0.1.22 |
1450 | 2023-10-11T19:32:03.038Z | Compiling rand v0.8.5 |
1451 | 2023-10-11T19:32:03.539Z | Compiling percent-encoding v2.3.0 |
1452 | 2023-10-11T19:32:03.559Z | Compiling parking_lot v0.12.1 |
1453 | 2023-10-11T19:32:03.629Z | Compiling phf_shared v0.11.2 |
1454 | 2023-10-11T19:32:04.158Z | Compiling time v0.3.27 |
1455 | 2023-10-11T19:32:04.203Z | Compiling form_urlencoded v1.2.0 |
1456 | 2023-10-11T19:32:05.889Z | Compiling num-integer v0.1.45 |
1457 | 2023-10-11T19:32:05.893Z | Compiling bitflags v1.3.2 |
1458 | 2023-10-11T19:32:05.896Z | Compiling idna v0.4.0 |
1459 | 2023-10-11T19:32:05.901Z | Compiling rustix v0.37.23 |
1460 | 2023-10-11T19:32:05.909Z | Compiling adler v1.0.2 |
1461 | 2023-10-11T19:32:05.913Z | Compiling crc32fast v1.3.2 |
1462 | 2023-10-11T19:32:05.917Z | Compiling regex v1.9.5 |
1463 | 2023-10-11T19:32:05.921Z | Compiling serde_derive v1.0.188 |
1464 | 2023-10-11T19:32:05.925Z | Compiling zeroize_derive v1.4.2 |
1465 | 2023-10-11T19:32:05.930Z | Compiling thiserror-impl v1.0.49 |
1466 | 2023-10-11T19:32:06.868Z | Compiling tokio-macros v2.1.0 |
1467 | 2023-10-11T19:32:07.168Z | Compiling futures-macro v0.3.28 |
1468 | 2023-10-11T19:32:07.294Z | Compiling tracing-attributes v0.1.26 |
1469 | 2023-10-11T19:32:08.132Z | Compiling schemars_derive v0.8.13 |
1470 | 2023-10-11T19:32:09.255Z | Compiling openssl-macros v0.1.1 |
1471 | 2023-10-11T19:32:10.289Z | Compiling zerocopy-derive v0.2.0 |
1472 | 2023-10-11T19:32:10.532Z | Compiling thiserror v1.0.49 |
1473 | 2023-10-11T19:32:10.740Z | Compiling pest v2.7.2 |
1474 | 2023-10-11T19:32:13.171Z | Compiling url v2.4.1 |
1475 | 2023-10-11T19:32:13.211Z | Compiling miniz_oxide v0.7.1 |
1476 | 2023-10-11T19:32:13.234Z | Compiling zerocopy v0.3.0 |
1477 | 2023-10-11T19:32:13.254Z | Compiling spin v0.5.2 |
1478 | 2023-10-11T19:32:13.492Z | Compiling gimli v0.28.0 |
1479 | 2023-10-11T19:32:13.566Z | Compiling zerocopy-derive v0.6.3 |
1480 | 2023-10-11T19:32:14.398Z | Compiling dof v0.1.5 |
1481 | 2023-10-11T19:32:14.443Z | Compiling object v0.32.1 |
1482 | 2023-10-11T19:32:15.417Z | Compiling pest_meta v2.7.2 |
1483 | 2023-10-11T19:32:15.633Z | Compiling rustc-demangle v0.1.23 |
1484 | 2023-10-11T19:32:15.669Z | Compiling pin-project-lite v0.2.13 |
1485 | 2023-10-11T19:32:15.833Z | Compiling errno v0.3.2 |
1486 | 2023-10-11T19:32:15.863Z | Compiling memoffset v0.9.0 |
1487 | 2023-10-11T19:32:16.530Z | Compiling mio v0.8.8 |
1488 | 2023-10-11T19:32:16.648Z | Compiling num_cpus v1.16.0 |
1489 | 2023-10-11T19:32:16.818Z | Compiling socket2 v0.5.3 |
1490 | 2023-10-11T19:32:17.317Z | Compiling signal-hook-registry v1.4.1 |
1491 | 2023-10-11T19:32:17.407Z | Compiling radium v0.7.0 |
1492 | 2023-10-11T19:32:17.969Z | Compiling pest_generator v2.7.2 |
1493 | 2023-10-11T19:32:18.452Z | Compiling futures-sink v0.3.28 |
1494 | 2023-10-11T19:32:18.702Z | Compiling crossbeam-epoch v0.9.15 |
1495 | 2023-10-11T19:32:18.814Z | Compiling futures-io v0.3.28 |
1496 | 2023-10-11T19:32:18.927Z | Compiling pin-utils v0.1.0 |
1497 | 2023-10-11T19:32:19.549Z | Compiling clap_derive v4.4.2 |
1498 | 2023-10-11T19:32:20.843Z | Compiling addr2line v0.21.0 |
1499 | 2023-10-11T19:32:21.867Z | Compiling tracing-core v0.1.31 |
1500 | 2023-10-11T19:32:21.888Z | Compiling num-iter v0.1.43 |
1501 | 2023-10-11T19:32:22.465Z | Compiling lazy_static v1.4.0 |
1502 | 2023-10-11T19:32:22.631Z | Compiling either v1.9.0 |
1503 | 2023-10-11T19:32:22.796Z | Compiling pest_derive v2.7.2 |
1504 | 2023-10-11T19:32:23.139Z | Compiling tracing v0.1.37 |
1505 | 2023-10-11T19:32:23.848Z | Compiling dtrace-parser v0.1.14 |
1506 | 2023-10-11T19:32:23.918Z | Compiling zeroize v1.6.0 |
1507 | 2023-10-11T19:32:24.155Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1508 | 2023-10-11T19:32:25.997Z | Compiling base64 v0.21.4 |
1509 | 2023-10-11T19:32:26.937Z | Compiling untrusted v0.7.1 |
1510 | 2023-10-11T19:32:27.464Z | Compiling enum-as-inner v0.5.1 |
1511 | 2023-10-11T19:32:28.093Z | Compiling openssl-probe v0.1.5 |
1512 | 2023-10-11T19:32:28.209Z | Compiling foreign-types-shared v0.1.1 |
1513 | 2023-10-11T19:32:28.361Z | Compiling foreign-types v0.3.2 |
1514 | 2023-10-11T19:32:28.528Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1515 | 2023-10-11T19:32:28.946Z | Compiling try-lock v0.2.4 |
1516 | 2023-10-11T19:32:29.166Z | Compiling want v0.3.1 |
1517 | 2023-10-11T19:32:29.527Z | Compiling indexmap v2.0.0 |
1518 | 2023-10-11T19:32:29.545Z | Compiling bytes v1.5.0 |
1519 | 2023-10-11T19:32:29.574Z | Compiling chrono v0.4.31 |
1520 | 2023-10-11T19:32:29.601Z | Compiling uuid v1.4.1 |
1521 | 2023-10-11T19:32:29.912Z | Compiling semver v1.0.18 |
1522 | 2023-10-11T19:32:30.782Z | Compiling toml_datetime v0.6.3 |
1523 | 2023-10-11T19:32:30.802Z | Compiling serde_spanned v0.6.3 |
1524 | 2023-10-11T19:32:30.998Z | Compiling serde_tokenstream v0.1.7 |
1525 | 2023-10-11T19:32:31.145Z | Compiling http v0.2.9 |
1526 | 2023-10-11T19:32:31.536Z | Compiling rustc_version v0.4.0 |
1527 | 2023-10-11T19:32:31.712Z | Compiling toml_edit v0.19.15 |
1528 | 2023-10-11T19:32:31.866Z | Compiling bitflags v2.4.0 |
1529 | 2023-10-11T19:32:32.563Z | Compiling openapiv3 v1.0.3 |
1530 | 2023-10-11T19:32:33.078Z | Compiling tokio v1.32.0 |
1531 | 2023-10-11T19:32:35.041Z | Compiling usdt-attr-macro v0.3.5 |
1532 | 2023-10-11T19:32:35.107Z | Compiling usdt-macro v0.3.5 |
1533 | 2023-10-11T19:32:35.953Z | Compiling heapless v0.7.16 |
1534 | 2023-10-11T19:32:37.026Z | Compiling http-body v0.4.5 |
1535 | 2023-10-11T19:32:37.167Z | Compiling rustls-webpki v0.101.4 |
1536 | 2023-10-11T19:32:37.255Z | Compiling sct v0.7.0 |
1537 | 2023-10-11T19:32:38.095Z | Compiling socket2 v0.4.9 |
1538 | 2023-10-11T19:32:38.909Z | Compiling tower-service v0.3.2 |
1539 | 2023-10-11T19:32:39.082Z | Compiling httpdate v1.0.3 |
1540 | 2023-10-11T19:32:39.396Z | Compiling rustls-pemfile v1.0.3 |
1541 | 2023-10-11T19:32:39.726Z | Compiling rustls-native-certs v0.6.3 |
1542 | 2023-10-11T19:32:39.915Z | Compiling crypto-common v0.1.6 |
1543 | 2023-10-11T19:32:40.116Z | Compiling diesel_table_macro_syntax v0.1.0 |
1544 | 2023-10-11T19:32:40.208Z | Compiling num-bigint v0.4.4 |
1545 | 2023-10-11T19:32:40.261Z | Compiling ipnet v2.8.0 |
1546 | 2023-10-11T19:32:40.421Z | Compiling bit-vec v0.6.3 |
1547 | 2023-10-11T19:32:40.693Z | Compiling smoltcp v0.9.1 |
1548 | 2023-10-11T19:32:41.099Z | Compiling diesel_derives v2.1.1 |
1549 | 2023-10-11T19:32:41.441Z | Compiling block-buffer v0.10.4 |
1550 | 2023-10-11T19:32:41.648Z | Compiling serde_urlencoded v0.7.1 |
1551 | 2023-10-11T19:32:41.811Z | Compiling serde_tokenstream v0.2.0 |
1552 | 2023-10-11T19:32:42.142Z | Compiling itertools v0.10.5 |
1553 | 2023-10-11T19:32:42.478Z | Compiling hubpack_derive v0.1.1 |
1554 | 2023-10-11T19:32:42.655Z | Compiling phf_shared v0.10.0 |
1555 | 2023-10-11T19:32:43.243Z | Compiling encoding_rs v0.8.33 |
1556 | 2023-10-11T19:32:43.694Z | Compiling const-oid v0.9.5 |
1557 | 2023-10-11T19:32:43.745Z | Compiling mime v0.3.17 |
1558 | 2023-10-11T19:32:44.604Z | Compiling subtle v2.5.0 |
1559 | 2023-10-11T19:32:45.077Z | Compiling webpki-roots v0.25.2 |
1560 | 2023-10-11T19:32:45.309Z | Compiling precomputed-hash v0.1.1 |
1561 | 2023-10-11T19:32:45.466Z | Compiling new_debug_unreachable v1.0.4 |
1562 | 2023-10-11T19:32:45.627Z | Compiling fixedbitset v0.4.2 |
1563 | 2023-10-11T19:32:46.311Z | Compiling tokio-util v0.7.8 |
1564 | 2023-10-11T19:32:46.777Z | Compiling tokio-rustls v0.24.1 |
1565 | 2023-10-11T19:32:46.970Z | Compiling digest v0.10.7 |
1566 | 2023-10-11T19:32:47.694Z | Compiling petgraph v0.6.4 |
1567 | 2023-10-11T19:32:48.247Z | Compiling h2 v0.3.21 |
1568 | 2023-10-11T19:32:48.518Z | Compiling tokio-native-tls v0.3.1 |
1569 | 2023-10-11T19:32:48.914Z | Compiling string_cache v0.8.7 |
1570 | 2023-10-11T19:32:49.602Z | Compiling bit-set v0.5.3 |
1571 | 2023-10-11T19:32:50.543Z | Compiling lalrpop-util v0.19.12 |
1572 | 2023-10-11T19:32:50.607Z | Compiling unicode-segmentation v1.10.1 |
1573 | 2023-10-11T19:32:51.077Z | Compiling flate2 v1.0.27 |
1574 | 2023-10-11T19:32:51.087Z | Compiling toml v0.7.8 |
1575 | 2023-10-11T19:32:52.165Z | Compiling serde_repr v0.1.16 |
1576 | 2023-10-11T19:32:53.466Z | Compiling io-lifetimes v1.0.11 |
1577 | 2023-10-11T19:32:53.482Z | Compiling regress v0.7.1 |
1578 | 2023-10-11T19:32:53.493Z | Compiling anstyle v1.0.2 |
1579 | 2023-10-11T19:32:54.049Z | Compiling cpufeatures v0.2.9 |
1580 | 2023-10-11T19:32:54.052Z | Compiling utf8parse v0.2.1 |
1581 | 2023-10-11T19:32:54.057Z | Compiling sha2 v0.10.7 |
1582 | 2023-10-11T19:32:54.061Z | Compiling anstyle-parse v0.2.1 |
1583 | 2023-10-11T19:32:54.430Z | Compiling md-5 v0.10.5 |
1584 | 2023-10-11T19:32:54.600Z | Compiling hmac v0.12.1 |
1585 | 2023-10-11T19:32:54.920Z | Compiling stringprep v0.1.3 |
1586 | 2023-10-11T19:32:55.050Z | Compiling spin v0.9.8 |
1587 | 2023-10-11T19:32:55.663Z | Compiling hash32 v0.2.1 |
1588 | 2023-10-11T19:32:56.048Z | Compiling fallible-iterator v0.2.0 |
1589 | 2023-10-11T19:32:56.203Z | Compiling colorchoice v1.0.0 |
1590 | 2023-10-11T19:32:56.273Z | Compiling anstyle-query v1.0.0 |
1591 | 2023-10-11T19:32:56.416Z | Compiling stable_deref_trait v1.2.0 |
1592 | 2023-10-11T19:32:56.449Z | Compiling anstream v0.5.0 |
1593 | 2023-10-11T19:32:56.468Z | Compiling block-padding v0.3.3 |
1594 | 2023-10-11T19:32:57.214Z | Compiling terminal_size v0.2.6 |
1595 | 2023-10-11T19:32:57.218Z | Compiling scheduled-thread-pool v0.2.7 |
1596 | 2023-10-11T19:32:57.259Z | Compiling postgres-protocol v0.6.6 |
1597 | 2023-10-11T19:32:57.280Z | Compiling clap_lex v0.5.1 |
1598 | 2023-10-11T19:32:57.433Z | Compiling matches v0.1.10 |
1599 | 2023-10-11T19:32:57.563Z | Compiling tap v1.0.1 |
1600 | 2023-10-11T19:32:57.829Z | Compiling managed v0.8.0 |
1601 | 2023-10-11T19:32:57.867Z | Compiling regex-automata v0.1.10 |
1602 | 2023-10-11T19:32:57.987Z | Compiling wyz v0.5.1 |
1603 | 2023-10-11T19:32:58.545Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1604 | 2023-10-11T19:32:58.565Z | Compiling bstr v0.2.17 |
1605 | 2023-10-11T19:32:58.641Z | Compiling postgres-types v0.2.6 |
1606 | 2023-10-11T19:32:59.291Z | Compiling clap_builder v4.4.2 |
1607 | 2023-10-11T19:33:00.870Z | Compiling hyper v0.14.27 |
1608 | 2023-10-11T19:33:01.021Z | Compiling idna v0.2.3 |
1609 | 2023-10-11T19:33:01.252Z | Compiling r2d2 v0.8.10 |
1610 | 2023-10-11T19:33:01.847Z | Compiling inout v0.1.3 |
1611 | 2023-10-11T19:33:02.267Z | Compiling hubpack v0.1.2 |
1612 | 2023-10-11T19:33:03.487Z | Compiling ipnetwork v0.20.0 |
1613 | 2023-10-11T19:33:03.492Z | Compiling futures-executor v0.3.28 |
1614 | 2023-10-11T19:33:04.744Z | Compiling zerocopy v0.6.3 |
1615 | 2023-10-11T19:33:05.231Z | Compiling phf v0.11.2 |
1616 | 2023-10-11T19:33:05.377Z | Compiling float-cmp v0.9.0 |
1617 | 2023-10-11T19:33:05.664Z | Compiling whoami v1.4.1 |
1618 | 2023-10-11T19:33:05.707Z | Compiling normalize-line-endings v0.3.0 |
1619 | 2023-10-11T19:33:05.877Z | Compiling funty v2.0.0 |
1620 | 2023-10-11T19:33:06.152Z | Compiling predicates-core v1.0.6 |
1621 | 2023-10-11T19:33:06.551Z | Compiling data-encoding v2.4.0 |
1622 | 2023-10-11T19:33:06.649Z | Compiling difflib v0.4.0 |
1623 | 2023-10-11T19:33:07.243Z | Compiling static_assertions v1.1.0 |
1624 | 2023-10-11T19:33:07.373Z | Compiling unicode-linebreak v0.1.5 |
1625 | 2023-10-11T19:33:08.178Z | Compiling smawk v0.3.1 |
1626 | 2023-10-11T19:33:08.223Z | Compiling bitvec v1.0.1 |
1627 | 2023-10-11T19:33:08.490Z | Compiling textwrap v0.16.0 |
1628 | 2023-10-11T19:33:08.829Z | Compiling trust-dns-proto v0.22.0 |
1629 | 2023-10-11T19:33:09.050Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1630 | 2023-10-11T19:33:09.922Z | Compiling predicates v3.0.3 |
1631 | 2023-10-11T19:33:10.317Z | Compiling yasna v0.5.2 |
1632 | 2023-10-11T19:33:13.298Z | Compiling hyper-tls v0.5.0 |
1633 | 2023-10-11T19:33:14.027Z | Compiling hyper-rustls v0.24.1 |
1634 | 2023-10-11T19:33:14.047Z | Compiling tokio-postgres v0.7.10 |
1635 | 2023-10-11T19:33:14.060Z | Compiling clap v4.4.3 |
1636 | 2023-10-11T19:33:14.074Z | Compiling diesel v2.1.1 |
1637 | 2023-10-11T19:33:14.686Z | Compiling reqwest v0.11.20 |
1638 | 2023-10-11T19:33:15.971Z | Compiling futures v0.3.28 |
1639 | 2023-10-11T19:33:16.122Z | Compiling cipher v0.4.4 |
1640 | 2023-10-11T19:33:16.911Z | Compiling similar v2.2.1 |
1641 | 2023-10-11T19:33:17.459Z | Compiling signature v2.1.0 |
1642 | 2023-10-11T19:33:17.779Z | Compiling tokio-stream v0.1.14 |
1643 | 2023-10-11T19:33:18.281Z | Compiling usdt v0.3.5 |
1644 | 2023-10-11T19:33:18.690Z | Compiling hex v0.4.3 |
1645 | 2023-10-11T19:33:19.365Z | Compiling console v0.15.7 |
1646 | 2023-10-11T19:33:19.722Z | Compiling bstr v1.6.0 |
1647 | 2023-10-11T19:33:21.627Z | Compiling getopts v0.2.21 |
1648 | 2023-10-11T19:33:22.133Z | Compiling unsafe-libyaml v0.2.9 |
1649 | 2023-10-11T19:33:22.139Z | Compiling rustversion v1.0.14 |
1650 | 2023-10-11T19:33:22.447Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1651 | 2023-10-11T19:33:23.980Z | Compiling serde_yaml v0.9.25 |
1652 | 2023-10-11T19:33:24.005Z | Compiling ident_case v1.0.1 |
1653 | 2023-10-11T19:33:25.428Z | Compiling slog-async v2.8.0 |
1654 | 2023-10-11T19:33:25.671Z | Compiling strum_macros v0.25.2 |
1655 | 2023-10-11T19:33:25.950Z | Compiling paste v1.0.14 |
1656 | 2023-10-11T19:33:26.158Z | Compiling darling_core v0.20.3 |
1657 | 2023-10-11T19:33:28.372Z | Compiling multer v2.1.0 |
1658 | 2023-10-11T19:33:28.873Z | Compiling async-stream-impl v0.3.5 |
1659 | 2023-10-11T19:33:29.769Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1660 | 2023-10-11T19:33:29.975Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1661 | 2023-10-11T19:33:30.830Z | Compiling regex-syntax v0.6.29 |
1662 | 2023-10-11T19:33:31.899Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1663 | 2023-10-11T19:33:32.165Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1664 | 2023-10-11T19:33:33.368Z | Compiling structmeta-derive v0.1.6 |
1665 | 2023-10-11T19:33:35.642Z | Compiling darling_macro v0.20.3 |
1666 | 2023-10-11T19:33:37.121Z | Compiling darling v0.20.3 |
1667 | 2023-10-11T19:33:37.268Z | Compiling serde_with_macros v2.3.3 |
1668 | 2023-10-11T19:33:37.730Z | Compiling structmeta v0.1.6 |
1669 | 2023-10-11T19:33:40.569Z | Compiling parse-display-derive v0.7.0 |
1670 | 2023-10-11T19:33:41.041Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1671 | 2023-10-11T19:33:46.072Z | Compiling test-strategy v0.2.1 |
1672 | 2023-10-11T19:33:50.098Z | Checking unicode-ident v1.0.12 |
1673 | 2023-10-11T19:34:20.673Z | Checking heck v0.4.1 |
1674 | 2023-10-11T19:34:29.163Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1675 | 2023-10-11T19:34:29.273Z | Checking crossbeam-channel v0.5.8 |
1676 | 2023-10-11T19:34:29.601Z | Checking atty v0.2.14 |
1677 | 2023-10-11T19:34:29.885Z | Checking match_cfg v0.1.0 |
1678 | 2023-10-11T19:34:30.008Z | Checking hostname v0.3.1 |
1679 | 2023-10-11T19:34:30.397Z | Checking sha1 v0.10.5 |
1680 | 2023-10-11T19:34:30.827Z | Checking dirs-sys-next v0.1.2 |
1681 | 2023-10-11T19:34:31.089Z | Checking fastrand v2.0.0 |
1682 | 2023-10-11T19:34:31.291Z | Checking dirs-next v2.0.0 |
1683 | 2023-10-11T19:34:31.479Z | Checking thread_local v1.1.7 |
1684 | 2023-10-11T19:34:31.571Z | Checking term v0.7.0 |
1685 | 2023-10-11T19:34:31.613Z | Checking tempfile v3.8.0 |
1686 | 2023-10-11T19:34:31.905Z | Checking strum v0.25.0 |
1687 | 2023-10-11T19:34:32.127Z | Checking instant v0.1.12 |
1688 | 2023-10-11T19:34:32.246Z | Checking take_mut v0.2.2 |
1689 | 2023-10-11T19:34:32.284Z | Checking slog-term v2.9.0 |
1690 | 2023-10-11T19:34:32.337Z | Checking slog-json v2.6.1 |
1691 | 2023-10-11T19:34:32.733Z | Checking serde_with v2.3.3 |
1692 | 2023-10-11T19:34:32.892Z | Checking camino v1.1.6 |
1693 | 2023-10-11T19:34:33.431Z | Checking slog-bunyan v2.4.0 |
1694 | 2023-10-11T19:34:33.781Z | Checking debug-ignore v1.0.5 |
1695 | 2023-10-11T19:34:34.273Z | Checking atomic-waker v1.1.1 |
1696 | 2023-10-11T19:34:34.875Z | Checking waitgroup v0.1.2 |
1697 | 2023-10-11T19:34:34.880Z | Checking async-stream v0.3.5 |
1698 | 2023-10-11T19:34:34.939Z | Checking serde_path_to_error v0.1.14 |
1699 | 2023-10-11T19:34:35.200Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1700 | 2023-10-11T19:34:35.244Z | Checking backoff v0.4.0 |
1701 | 2023-10-11T19:34:35.457Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1702 | 2023-10-11T19:34:35.497Z | Checking parse-display v0.7.0 |
1703 | 2023-10-11T19:34:35.658Z | Checking macaddr v1.0.1 |
1704 | 2023-10-11T19:34:36.000Z | Checking quick-error v1.2.3 |
1705 | 2023-10-11T19:34:36.555Z | Checking wait-timeout v0.2.0 |
1706 | 2023-10-11T19:34:36.871Z | Checking rusty-fork v0.3.0 |
1707 | 2023-10-11T19:34:37.297Z | Checking rand_xorshift v0.3.0 |
1708 | 2023-10-11T19:34:37.548Z | Checking unarray v0.1.4 |
1709 | 2023-10-11T19:34:43.049Z | Checking proptest v1.2.0 |
1710 | 2023-10-11T19:34:48.038Z | Compiling proc-macro-crate v1.3.1 |
1711 | 2023-10-11T19:34:53.686Z | Compiling proc-macro-error-attr v1.0.4 |
1712 | 2023-10-11T19:34:57.118Z | Compiling proc-macro-error v1.0.4 |
1713 | 2023-10-11T19:35:09.557Z | Checking base64ct v1.6.0 |
1714 | 2023-10-11T19:35:11.473Z | Compiling num_enum_derive v0.5.11 |
1715 | 2023-10-11T19:35:12.463Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1716 | 2023-10-11T19:35:13.325Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1717 | 2023-10-11T19:35:13.802Z | Compiling foreign-types-macros v0.2.3 |
1718 | 2023-10-11T19:35:14.715Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1719 | 2023-10-11T19:35:14.813Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1720 | 2023-10-11T19:35:15.820Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1721 | 2023-10-11T19:35:16.096Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1722 | 2023-10-11T19:35:17.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1723 | 2023-10-11T19:35:19.707Z | Compiling zone_cfg_derive v0.2.0 |
1724 | 2023-10-11T19:35:20.090Z | Compiling mockall_derive v0.11.4 |
1725 | 2023-10-11T19:35:25.531Z | Checking is-terminal v0.4.9 |
1726 | 2023-10-11T19:35:32.303Z | Compiling slog-dtrace v0.2.3 |
1727 | 2023-10-11T19:35:33.006Z | Compiling cancel-safe-futures v0.1.2 |
1728 | 2023-10-11T19:35:33.053Z | Checking base64 v0.13.1 |
1729 | 2023-10-11T19:35:33.353Z | Checking password-hash v0.5.0 |
1730 | 2023-10-11T19:35:33.522Z | Checking blake2 v0.10.6 |
1731 | 2023-10-11T19:35:34.654Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1732 | 2023-10-11T19:35:34.660Z | Checking argon2 v0.5.2 |
1733 | 2023-10-11T19:35:34.935Z | Checking filetime v0.2.22 |
1734 | 2023-10-11T19:35:35.207Z | Checking xattr v1.0.1 |
1735 | 2023-10-11T19:35:35.232Z | Compiling der_derive v0.7.2 |
1736 | 2023-10-11T19:35:35.305Z | Checking termtree v0.4.1 |
1737 | 2023-10-11T19:35:35.465Z | Checking tar v0.4.40 |
1738 | 2023-10-11T19:35:35.633Z | Checking predicates-tree v1.0.9 |
1739 | 2023-10-11T19:35:35.845Z | Checking pem v1.1.1 |
1740 | 2023-10-11T19:35:36.175Z | Compiling memoffset v0.7.1 |
1741 | 2023-10-11T19:35:36.371Z | Checking num_enum v0.5.11 |
1742 | 2023-10-11T19:35:36.427Z | Checking camino-tempfile v1.0.2 |
1743 | 2023-10-11T19:35:36.575Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1744 | 2023-10-11T19:35:36.710Z | Checking postcard-cobs v0.1.5-pre |
1745 | 2023-10-11T19:35:36.818Z | Checking smoltcp v0.8.2 |
1746 | 2023-10-11T19:35:36.849Z | Checking foreign-types-shared v0.3.1 |
1747 | 2023-10-11T19:35:36.976Z | Checking postcard v0.7.3 |
1748 | 2023-10-11T19:35:36.998Z | Checking cfg-if v0.1.10 |
1749 | 2023-10-11T19:35:37.522Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1750 | 2023-10-11T19:35:37.539Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1751 | 2023-10-11T19:35:37.968Z | Checking foreign-types v0.5.0 |
1752 | 2023-10-11T19:35:37.983Z | Checking cstr-argument v0.1.2 |
1753 | 2023-10-11T19:35:38.000Z | Compiling maybe-uninit v2.0.0 |
1754 | 2023-10-11T19:35:38.019Z | Checking pretty-hex v0.2.1 |
1755 | 2023-10-11T19:35:38.034Z | Checking colored v2.0.4 |
1756 | 2023-10-11T19:35:38.496Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1757 | 2023-10-11T19:35:38.518Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1758 | 2023-10-11T19:35:38.533Z | Checking headers-core v0.2.0 |
1759 | 2023-10-11T19:35:38.548Z | Compiling heck v0.3.3 |
1760 | 2023-10-11T19:35:38.567Z | Compiling libefi-sys v0.1.0 |
1761 | 2023-10-11T19:35:38.587Z | Checking headers v0.3.9 |
1762 | 2023-10-11T19:35:38.780Z | Checking predicates v2.1.5 |
1763 | 2023-10-11T19:35:38.900Z | Compiling structopt-derive v0.4.18 |
1764 | 2023-10-11T19:35:39.136Z | Compiling num-bigint-dig v0.8.4 |
1765 | 2023-10-11T19:35:39.536Z | Compiling packed_struct v0.10.1 |
1766 | 2023-10-11T19:35:39.838Z | Checking fragile v2.0.0 |
1767 | 2023-10-11T19:35:40.090Z | Checking downcast v0.11.0 |
1768 | 2023-10-11T19:35:40.708Z | Checking zone v0.2.0 |
1769 | 2023-10-11T19:35:40.739Z | Checking smf v0.2.2 |
1770 | 2023-10-11T19:35:40.764Z | Checking mockall v0.11.4 |
1771 | 2023-10-11T19:35:40.780Z | Compiling packed_struct_codegen v0.10.1 |
1772 | 2023-10-11T19:35:40.989Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1773 | 2023-10-11T19:35:41.393Z | Compiling signal-hook v0.3.17 |
1774 | 2023-10-11T19:35:41.490Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1775 | 2023-10-11T19:35:41.928Z | Checking rcgen v0.10.0 |
1776 | 2023-10-11T19:35:41.933Z | Checking atomicwrites v0.4.1 |
1777 | 2023-10-11T19:35:41.937Z | Checking subprocess v0.2.9 |
1778 | 2023-10-11T19:35:42.008Z | Compiling num-rational v0.4.1 |
1779 | 2023-10-11T19:35:42.429Z | Checking termcolor v1.2.0 |
1780 | 2023-10-11T19:35:42.618Z | Checking linked-hash-map v0.5.6 |
1781 | 2023-10-11T19:35:42.807Z | Compiling doc-comment v0.3.3 |
1782 | 2023-10-11T19:35:43.052Z | Compiling same-file v1.0.6 |
1783 | 2023-10-11T19:35:43.113Z | Checking lru-cache v0.1.2 |
1784 | 2023-10-11T19:35:43.348Z | Compiling walkdir v2.4.0 |
1785 | 2023-10-11T19:35:44.228Z | Compiling semver-parser v0.10.2 |
1786 | 2023-10-11T19:35:44.246Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1787 | 2023-10-11T19:35:44.289Z | Checking half v1.8.2 |
1788 | 2023-10-11T19:35:44.303Z | Checking ciborium-io v0.2.1 |
1789 | 2023-10-11T19:35:44.375Z | Checking ciborium-ll v0.2.1 |
1790 | 2023-10-11T19:35:44.764Z | Compiling semver v0.11.0 |
1791 | 2023-10-11T19:35:45.149Z | Compiling home v0.5.5 |
1792 | 2023-10-11T19:35:45.664Z | Compiling toolchain_find v0.2.0 |
1793 | 2023-10-11T19:35:45.708Z | Checking ciborium v0.2.1 |
1794 | 2023-10-11T19:35:45.729Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=631c2017f19cafb1535f621e9e5aa9198ccad869#631c2017) |
1795 | 2023-10-11T19:35:46.125Z | Compiling toml v0.5.11 |
1796 | 2023-10-11T19:35:46.357Z | Checking arc-swap v1.6.0 |
1797 | 2023-10-11T19:35:46.782Z | Checking itertools v0.11.0 |
1798 | 2023-10-11T19:35:46.808Z | Compiling omicron-zone-package v0.8.3 |
1799 | 2023-10-11T19:35:46.811Z | Compiling convert_case v0.4.0 |
1800 | 2023-10-11T19:35:47.064Z | Checking slog-scope v4.4.0 |
1801 | 2023-10-11T19:35:47.353Z | Checking slog-stdlog v4.1.1 |
1802 | 2023-10-11T19:35:49.166Z | Compiling snafu-derive v0.7.5 |
1803 | 2023-10-11T19:35:49.177Z | Compiling derive_more v0.99.17 |
1804 | 2023-10-11T19:35:49.185Z | Checking slog-envlogger v2.2.0 |
1805 | 2023-10-11T19:35:49.206Z | Compiling derive-where v1.2.5 |
1806 | 2023-10-11T19:35:49.320Z | Compiling rustfmt-wrapper v0.2.0 |
1807 | 2023-10-11T19:35:50.906Z | Compiling libz-sys v1.1.12 |
1808 | 2023-10-11T19:35:51.165Z | Compiling parking_lot_core v0.8.6 |
1809 | 2023-10-11T19:35:51.796Z | Checking resolv-conf v0.7.0 |
1810 | 2023-10-11T19:35:51.814Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1811 | 2023-10-11T19:35:52.337Z | Checking trust-dns-resolver v0.22.0 |
1812 | 2023-10-11T19:35:52.515Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1813 | 2023-10-11T19:35:52.993Z | Checking pem-rfc7468 v0.7.0 |
1814 | 2023-10-11T19:35:53.008Z | Checking newline-converter v0.3.0 |
1815 | 2023-10-11T19:35:53.180Z | Checking hkdf v0.12.3 |
1816 | 2023-10-11T19:35:55.622Z | Compiling libsqlite3-sys v0.26.0 |
1817 | 2023-10-11T19:35:55.702Z | Checking flagset v0.4.3 |
1818 | 2023-10-11T19:35:56.208Z | Checking der v0.7.8 |
1819 | 2023-10-11T19:35:56.215Z | Checking expectorate v1.1.0 |
1820 | 2023-10-11T19:35:56.224Z | Checking textwrap v0.11.0 |
1821 | 2023-10-11T19:35:56.234Z | Checking fxhash v0.2.1 |
1822 | 2023-10-11T19:35:56.250Z | Compiling vergen v8.2.4 |
1823 | 2023-10-11T19:35:56.260Z | Checking ansi_term v0.12.1 |
1824 | 2023-10-11T19:35:56.274Z | Checking vec_map v0.8.2 |
1825 | 2023-10-11T19:35:56.295Z | Compiling semver v0.1.20 |
1826 | 2023-10-11T19:35:56.318Z | Checking keccak v0.1.4 |
1827 | 2023-10-11T19:35:56.755Z | Checking strsim v0.8.0 |
1828 | 2023-10-11T19:35:56.775Z | Checking sha3 v0.10.8 |
1829 | 2023-10-11T19:35:56.793Z | Checking clap v2.34.0 |
1830 | 2023-10-11T19:35:56.804Z | Compiling rustc_version v0.1.7 |
1831 | 2023-10-11T19:35:56.822Z | Checking secrecy v0.8.0 |
1832 | 2023-10-11T19:35:56.845Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1833 | 2023-10-11T19:35:56.857Z | Compiling newtype_derive v0.1.6 |
1834 | 2023-10-11T19:35:56.870Z | Compiling buf-list v1.0.3 |
1835 | 2023-10-11T19:35:56.898Z | Checking crc-catalog v2.2.0 |
1836 | 2023-10-11T19:35:56.915Z | Checking humantime v2.1.0 |
1837 | 2023-10-11T19:35:56.946Z | Checking spki v0.7.2 |
1838 | 2023-10-11T19:35:57.033Z | Checking crc v3.0.1 |
1839 | 2023-10-11T19:35:57.304Z | Checking pkcs8 v0.10.2 |
1840 | 2023-10-11T19:35:57.355Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1841 | 2023-10-11T19:35:57.396Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1842 | 2023-10-11T19:35:58.205Z | Checking nodrop v0.1.14 |
1843 | 2023-10-11T19:35:58.433Z | Checking pkcs1 v0.7.5 |
1844 | 2023-10-11T19:35:58.632Z | Checking array-init v0.0.4 |
1845 | 2023-10-11T19:35:58.745Z | Checking smallvec v0.6.14 |
1846 | 2023-10-11T19:35:58.925Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1847 | 2023-10-11T19:35:59.392Z | Compiling num_enum_derive v0.7.0 |
1848 | 2023-10-11T19:35:59.536Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1849 | 2023-10-11T19:35:59.884Z | Checking structopt v0.3.26 |
1850 | 2023-10-11T19:36:00.450Z | Compiling unicase v2.7.0 |
1851 | 2023-10-11T19:36:00.857Z | Compiling rayon-core v1.11.0 |
1852 | 2023-10-11T19:36:01.137Z | Checking bitfield v0.14.0 |
1853 | 2023-10-11T19:36:01.324Z | Checking utf-8 v0.7.6 |
1854 | 2023-10-11T19:36:01.693Z | Checking serde-hex v0.1.0 |
1855 | 2023-10-11T19:36:01.935Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1856 | 2023-10-11T19:36:02.098Z | Checking rsa v0.9.2 |
1857 | 2023-10-11T19:36:02.353Z | Checking x509-cert v0.2.4 |
1858 | 2023-10-11T19:36:03.608Z | Checking env_logger v0.10.0 |
1859 | 2023-10-11T19:36:04.149Z | Checking ron v0.8.1 |
1860 | 2023-10-11T19:36:04.165Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1861 | 2023-10-11T19:36:04.289Z | Compiling platforms v3.0.2 |
1862 | 2023-10-11T19:36:04.733Z | Checking crc-any v2.4.3 |
1863 | 2023-10-11T19:36:05.052Z | Checking object v0.30.4 |
1864 | 2023-10-11T19:36:05.331Z | Checking path-slash v0.1.5 |
1865 | 2023-10-11T19:36:06.267Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1866 | 2023-10-11T19:36:07.107Z | Checking num-complex v0.4.4 |
1867 | 2023-10-11T19:36:07.766Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1868 | 2023-10-11T19:36:08.181Z | Compiling erased-serde v0.3.30 |
1869 | 2023-10-11T19:36:08.664Z | Checking num v0.4.1 |
1870 | 2023-10-11T19:36:08.701Z | Compiling curve25519-dalek v4.1.0 |
1871 | 2023-10-11T19:36:09.241Z | Compiling bitstruct_derive v0.1.0 |
1872 | 2023-10-11T19:36:09.363Z | Compiling async-recursion v1.0.5 |
1873 | 2023-10-11T19:36:10.844Z | Compiling glob v0.3.1 |
1874 | 2023-10-11T19:36:12.047Z | Compiling mime_guess v2.0.4 |
1875 | 2023-10-11T19:36:12.324Z | Compiling thiserror-impl-no-std v2.0.2 |
1876 | 2023-10-11T19:36:13.524Z | Compiling curve25519-dalek-derive v0.1.0 |
1877 | 2023-10-11T19:36:17.227Z | Compiling salty v0.2.0 |
1878 | 2023-10-11T19:36:17.902Z | Checking tungstenite v0.18.0 |
1879 | 2023-10-11T19:36:18.264Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1880 | 2023-10-11T19:36:18.525Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=1e180ae55e56bd17af35cb868ffbd18ce487351d#1e180ae5) |
1881 | 2023-10-11T19:36:18.688Z | Checking tokio-tungstenite v0.18.0 |
1882 | 2023-10-11T19:36:18.946Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1883 | 2023-10-11T19:36:19.049Z | Checking universal-hash v0.5.1 |
1884 | 2023-10-11T19:36:19.222Z | Checking nibble_vec v0.1.0 |
1885 | 2023-10-11T19:36:19.408Z | Compiling num-derive v0.4.0 |
1886 | 2023-10-11T19:36:19.551Z | Compiling crunchy v0.2.2 |
1887 | 2023-10-11T19:36:19.631Z | Checking endian-type v0.1.2 |
1888 | 2023-10-11T19:36:20.055Z | Checking opaque-debug v0.3.0 |
1889 | 2023-10-11T19:36:20.209Z | Checking radix_trie v0.2.1 |
1890 | 2023-10-11T19:36:21.192Z | Checking snafu v0.7.5 |
1891 | 2023-10-11T19:36:21.546Z | Compiling tiny-keccak v2.0.2 |
1892 | 2023-10-11T19:36:22.219Z | Checking linear-map v1.2.0 |
1893 | 2023-10-11T19:36:22.475Z | Checking parking_lot v0.11.2 |
1894 | 2023-10-11T19:36:22.726Z | Checking trust-dns-client v0.22.0 |
1895 | 2023-10-11T19:36:22.969Z | Compiling clang-sys v1.6.1 |
1896 | 2023-10-11T19:36:23.742Z | Checking aead v0.5.2 |
1897 | 2023-10-11T19:36:23.962Z | Compiling darling_core v0.14.4 |
1898 | 2023-10-11T19:36:24.463Z | Compiling prettyplease v0.2.12 |
1899 | 2023-10-11T19:36:24.467Z | Compiling ascii-canvas v3.0.0 |
1900 | 2023-10-11T19:36:24.479Z | Checking sled v0.34.7 |
1901 | 2023-10-11T19:36:24.724Z | Checking trust-dns-server v0.22.1 |
1902 | 2023-10-11T19:36:24.959Z | Checking toml_edit v0.20.0 |
1903 | 2023-10-11T19:36:25.097Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1904 | 2023-10-11T19:36:25.190Z | Compiling const_format_proc_macros v0.2.31 |
1905 | 2023-10-11T19:36:25.348Z | Compiling ena v0.14.2 |
1906 | 2023-10-11T19:36:26.022Z | Compiling diff v0.1.13 |
1907 | 2023-10-11T19:36:26.575Z | Compiling portable-atomic v1.4.3 |
1908 | 2023-10-11T19:36:26.832Z | Compiling minimal-lexical v0.2.1 |
1909 | 2023-10-11T19:36:27.011Z | Checking pretty-hex v0.3.0 |
1910 | 2023-10-11T19:36:27.237Z | Compiling lalrpop v0.19.12 |
1911 | 2023-10-11T19:36:27.657Z | Compiling nom v7.1.3 |
1912 | 2023-10-11T19:36:27.942Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1913 | 2023-10-11T19:36:28.912Z | Checking toml v0.8.0 |
1914 | 2023-10-11T19:36:29.022Z | Checking path-dedot v3.1.0 |
1915 | 2023-10-11T19:36:29.118Z | Compiling libloading v0.7.4 |
1916 | 2023-10-11T19:36:29.254Z | Compiling bindgen v0.65.1 |
1917 | 2023-10-11T19:36:29.258Z | Compiling ref-cast v1.0.20 |
1918 | 2023-10-11T19:36:30.093Z | Checking path-absolutize v3.1.0 |
1919 | 2023-10-11T19:36:32.997Z | Checking globset v0.4.13 |
1920 | 2023-10-11T19:36:33.038Z | Compiling darling_macro v0.14.4 |
1921 | 2023-10-11T19:36:33.307Z | Checking crossbeam-deque v0.8.3 |
1922 | 2023-10-11T19:36:33.365Z | Checking hashlink v0.8.3 |
1923 | 2023-10-11T19:36:34.029Z | Compiling cexpr v0.6.0 |
1924 | 2023-10-11T19:36:34.100Z | Checking olpc-cjson v0.1.3 |
1925 | 2023-10-11T19:36:34.320Z | Checking serde_plain v1.0.2 |
1926 | 2023-10-11T19:36:34.396Z | Compiling which v4.4.0 |
1927 | 2023-10-11T19:36:34.471Z | Compiling darling v0.14.4 |
1928 | 2023-10-11T19:36:34.643Z | Compiling derive_builder_core v0.12.0 |
1929 | 2023-10-11T19:36:34.715Z | Compiling ref-cast-impl v1.0.20 |
1930 | 2023-10-11T19:36:34.992Z | Compiling libxml v0.3.3 |
1931 | 2023-10-11T19:36:35.257Z | Compiling peeking_take_while v0.1.2 |
1932 | 2023-10-11T19:36:35.461Z | Compiling lazycell v1.3.0 |
1933 | 2023-10-11T19:36:35.465Z | Compiling rustc-hash v1.1.0 |
1934 | 2023-10-11T19:36:35.707Z | Compiling shlex v1.1.0 |
1935 | 2023-10-11T19:36:35.710Z | Checking fallible-streaming-iterator v0.1.9 |
1936 | 2023-10-11T19:36:36.069Z | Checking rusqlite v0.29.0 |
1937 | 2023-10-11T19:36:36.360Z | Checking tough v0.12.5 |
1938 | 2023-10-11T19:36:36.503Z | Checking nix v0.26.2 |
1939 | 2023-10-11T19:36:38.379Z | Compiling derive_builder_macro v0.12.0 |
1940 | 2023-10-11T19:36:38.611Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1941 | 2023-10-11T19:36:39.575Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1942 | 2023-10-11T19:36:39.843Z | Checking twox-hash v1.6.3 |
1943 | 2023-10-11T19:36:40.013Z | Checking ff v0.13.0 |
1944 | 2023-10-11T19:36:40.237Z | Compiling strum_macros v0.24.3 |
1945 | 2023-10-11T19:36:40.348Z | Checking display-error-chain v0.1.1 |
1946 | 2023-10-11T19:36:40.542Z | Checking signature v1.6.4 |
1947 | 2023-10-11T19:36:40.567Z | Compiling indoc v1.0.9 |
1948 | 2023-10-11T19:36:42.041Z | Checking ed25519 v1.5.3 |
1949 | 2023-10-11T19:36:42.269Z | Checking group v0.13.0 |
1950 | 2023-10-11T19:36:42.429Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1951 | 2023-10-11T19:36:42.488Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1952 | 2023-10-11T19:36:44.114Z | Checking polyval v0.6.1 |
1953 | 2023-10-11T19:36:44.253Z | Checking num_enum v0.7.0 |
1954 | 2023-10-11T19:36:44.662Z | Checking ctr v0.9.2 |
1955 | 2023-10-11T19:36:44.965Z | Checking aes v0.8.3 |
1956 | 2023-10-11T19:36:45.120Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1957 | 2023-10-11T19:36:45.516Z | Checking crypto-bigint v0.5.2 |
1958 | 2023-10-11T19:36:45.672Z | Checking bincode v1.3.3 |
1959 | 2023-10-11T19:36:46.398Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
1960 | 2023-10-11T19:36:46.656Z | Compiling cookie v0.16.2 |
1961 | 2023-10-11T19:36:46.989Z | Checking base16ct v0.2.0 |
1962 | 2023-10-11T19:36:47.962Z | Checking aes-gcm-siv v0.11.1 |
1963 | 2023-10-11T19:36:48.241Z | Checking steno v0.4.0 |
1964 | 2023-10-11T19:36:48.439Z | Checking elliptic-curve v0.13.5 |
1965 | 2023-10-11T19:36:48.696Z | Checking rayon v1.7.0 |
1966 | 2023-10-11T19:36:49.195Z | Checking poly1305 v0.8.0 |
1967 | 2023-10-11T19:36:49.643Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1968 | 2023-10-11T19:36:49.736Z | Checking thiserror-no-std v2.0.2 |
1969 | 2023-10-11T19:36:49.910Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1970 | 2023-10-11T19:36:50.164Z | Checking env_logger v0.9.3 |
1971 | 2023-10-11T19:36:50.669Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1972 | 2023-10-11T19:36:50.989Z | Checking chacha20 v0.9.1 |
1973 | 2023-10-11T19:36:51.622Z | Checking serde-big-array v0.4.1 |
1974 | 2023-10-11T19:36:51.831Z | Checking serde-big-array v0.5.1 |
1975 | 2023-10-11T19:36:52.011Z | Compiling impl-trait-for-tuples v0.2.2 |
1976 | 2023-10-11T19:36:52.177Z | Compiling oso-derive v0.26.4 |
1977 | 2023-10-11T19:36:52.357Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1978 | 2023-10-11T19:36:52.866Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1979 | 2023-10-11T19:36:53.059Z | Checking ascii v1.1.0 |
1980 | 2023-10-11T19:36:53.439Z | Checking ringbuffer v0.15.0 |
1981 | 2023-10-11T19:36:53.692Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1982 | 2023-10-11T19:36:53.920Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1983 | 2023-10-11T19:36:54.478Z | Checking vsss-rs v3.3.1 |
1984 | 2023-10-11T19:36:54.482Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1985 | 2023-10-11T19:36:55.201Z | Checking chacha20poly1305 v0.10.1 |
1986 | 2023-10-11T19:36:55.531Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1987 | 2023-10-11T19:36:55.894Z | Checking bitstruct v0.1.1 |
1988 | 2023-10-11T19:36:56.307Z | Checking signal-hook-tokio v0.3.1 |
1989 | 2023-10-11T19:36:56.572Z | Checking tungstenite v0.20.1 |
1990 | 2023-10-11T19:36:56.576Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1991 | 2023-10-11T19:36:57.051Z | Checking serde_arrays v0.1.0 |
1992 | 2023-10-11T19:36:57.212Z | Checking corncobs v0.1.3 |
1993 | 2023-10-11T19:36:57.478Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1994 | 2023-10-11T19:36:58.043Z | Checking tokio-tungstenite v0.20.1 |
1995 | 2023-10-11T19:36:58.824Z | Checking assert_matches v1.5.0 |
1996 | 2023-10-11T19:36:59.869Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
1997 | 2023-10-11T19:37:02.909Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1998 | 2023-10-11T19:37:04.933Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1999 | 2023-10-11T19:37:06.594Z | Checking const_format v0.2.31 |
2000 | 2023-10-11T19:37:08.380Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2001 | 2023-10-11T19:37:09.037Z | Checking ron v0.7.1 |
2002 | 2023-10-11T19:37:10.335Z | Checking bit_field v0.10.2 |
2003 | 2023-10-11T19:37:10.993Z | Checking http-range v0.1.5 |
2004 | 2023-10-11T19:37:11.289Z | Checking hyper-staticfile v0.9.5 |
2005 | 2023-10-11T19:37:11.808Z | Compiling indoc v2.0.3 |
2006 | 2023-10-11T19:37:15.453Z | Checking derive_builder v0.12.0 |
2007 | 2023-10-11T19:37:18.743Z | Checking bb8 v0.8.1 |
2008 | 2023-10-11T19:37:18.932Z | Checking quick-xml v0.23.1 |
2009 | 2023-10-11T19:37:19.093Z | Checking bytesize v1.3.0 |
2010 | 2023-10-11T19:37:19.886Z | Checking fs-err v2.9.0 |
2011 | 2023-10-11T19:37:19.894Z | Checking maplit v1.0.2 |
2012 | 2023-10-11T19:37:20.398Z | Checking number_prefix v0.4.0 |
2013 | 2023-10-11T19:37:20.408Z | Checking indicatif v0.17.6 |
2014 | 2023-10-11T19:37:21.459Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=da04c087f835a51e0441addb19c5ef4986e1fcf2#da04c087) |
2015 | 2023-10-11T19:37:22.848Z | Checking signal-hook-mio v0.2.3 |
2016 | 2023-10-11T19:37:23.903Z | Compiling vte_generate_state_changes v0.1.1 |
2017 | 2023-10-11T19:37:33.808Z | Checking yansi v0.5.1 |
2018 | 2023-10-11T19:37:34.630Z | Checking pretty_assertions v1.4.0 |
2019 | 2023-10-11T19:37:38.908Z | Checking crossterm v0.27.0 |
2020 | 2023-10-11T19:37:39.367Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2021 | 2023-10-11T19:37:40.075Z | Checking fatfs v0.3.6 |
2022 | 2023-10-11T19:37:40.474Z | Checking plotters-backend v0.3.5 |
2023 | 2023-10-11T19:37:40.676Z | Checking cassowary v0.3.0 |
2024 | 2023-10-11T19:37:40.938Z | Checking ratatui v0.23.0 |
2025 | 2023-10-11T19:37:41.182Z | Checking plotters-svg v0.3.5 |
2026 | 2023-10-11T19:37:41.403Z | Checking rand v0.4.6 |
2027 | 2023-10-11T19:37:41.886Z | Checking rtoolbox v0.0.1 |
2028 | 2023-10-11T19:37:42.321Z | Checking remove_dir_all v0.5.3 |
2029 | 2023-10-11T19:37:42.492Z | Checking cast v0.3.0 |
2030 | 2023-10-11T19:37:42.571Z | Checking owo-colors v3.5.0 |
2031 | 2023-10-11T19:37:42.640Z | Checking tempdir v0.3.7 |
2032 | 2023-10-11T19:37:42.709Z | Checking tui-tree-widget v0.13.0 |
2033 | 2023-10-11T19:37:42.773Z | Checking criterion-plot v0.5.0 |
2034 | 2023-10-11T19:37:43.326Z | Checking rpassword v7.2.0 |
2035 | 2023-10-11T19:37:43.357Z | Checking plotters v0.3.5 |
2036 | 2023-10-11T19:37:46.930Z | Checking tinytemplate v1.2.1 |
2037 | 2023-10-11T19:37:47.516Z | Checking shell-words v1.1.0 |
2038 | 2023-10-11T19:37:47.555Z | Checking os_str_bytes v6.5.1 |
2039 | 2023-10-11T19:37:47.748Z | Checking anes v0.1.6 |
2040 | 2023-10-11T19:37:47.767Z | Checking oorandom v11.1.3 |
2041 | 2023-10-11T19:37:48.107Z | Checking clap_lex v0.2.4 |
2042 | 2023-10-11T19:37:48.318Z | Checking criterion v0.5.1 |
2043 | 2023-10-11T19:37:54.575Z | Checking assert_cmd v2.0.12 |
2044 | 2023-10-11T19:37:54.794Z | Compiling clap_derive v3.2.25 |
2045 | 2023-10-11T19:37:55.067Z | Checking dashmap v5.5.1 |
2046 | 2023-10-11T19:37:55.848Z | Compiling serial_test_derive v0.10.0 |
2047 | 2023-10-11T19:37:57.311Z | Compiling crossbeam-queue v0.3.8 |
2048 | 2023-10-11T19:37:57.513Z | Checking serial_test v0.10.0 |
2049 | 2023-10-11T19:37:58.505Z | Checking vte v0.11.1 |
2050 | 2023-10-11T19:37:58.573Z | Checking threadpool v1.8.1 |
2051 | 2023-10-11T19:38:01.015Z | Checking strip-ansi-escapes v0.2.0 |
2052 | 2023-10-11T19:38:01.254Z | Checking crossterm v0.26.1 |
2053 | 2023-10-11T19:38:02.178Z | Compiling tabled_derive v0.6.0 |
2054 | 2023-10-11T19:38:02.582Z | Checking clap v3.2.25 |
2055 | 2023-10-11T19:38:03.033Z | Checking httptest v0.15.4 |
2056 | 2023-10-11T19:38:03.206Z | Checking similar-asserts v1.5.0 |
2057 | 2023-10-11T19:38:03.547Z | Checking fd-lock v3.0.13 |
2058 | 2023-10-11T19:38:03.846Z | Compiling rstest_macros v0.18.2 |
2059 | 2023-10-11T19:38:04.034Z | Checking nanorand v0.7.0 |
2060 | 2023-10-11T19:38:04.487Z | Checking nu-ansi-term v0.49.0 |
2061 | 2023-10-11T19:38:04.630Z | Checking flume v0.11.0 |
2062 | 2023-10-11T19:38:05.148Z | Checking reedline v0.23.0 |
2063 | 2023-10-11T19:38:08.186Z | Checking libtest-mimic v0.5.2 |
2064 | 2023-10-11T19:38:08.756Z | Compiling pin-project-internal v1.1.3 |
2065 | 2023-10-11T19:38:08.761Z | Checking topological-sort v0.2.2 |
2066 | 2023-10-11T19:38:08.764Z | Checking arrayvec v0.7.4 |
2067 | 2023-10-11T19:38:08.829Z | Checking arrayref v0.3.7 |
2068 | 2023-10-11T19:38:08.938Z | Checking datatest-stable v0.1.3 |
2069 | 2023-10-11T19:38:09.639Z | Compiling relative-path v1.9.0 |
2070 | 2023-10-11T19:38:09.642Z | Checking bytecount v0.6.3 |
2071 | 2023-10-11T19:38:09.647Z | Compiling trybuild v1.0.85 |
2072 | 2023-10-11T19:38:09.650Z | Checking constant_time_eq v0.2.6 |
2073 | 2023-10-11T19:38:09.698Z | Checking blake2b_simd v1.0.1 |
2074 | 2023-10-11T19:38:10.086Z | Checking papergrid v0.10.0 |
2075 | 2023-10-11T19:38:12.893Z | Checking basic-toml v0.1.4 |
2076 | 2023-10-11T19:38:13.053Z | Checking pin-project v1.1.3 |
2077 | 2023-10-11T19:38:13.654Z | Checking futures-timer v3.0.2 |
2078 | 2023-10-11T19:38:13.726Z | Checking constant_time_eq v0.3.0 |
2079 | 2023-10-11T19:38:13.814Z | Checking rust-argon2 v1.0.1 |
2080 | 2023-10-11T19:38:14.287Z | Checking partial-io v0.5.4 |
2081 | 2023-10-11T19:38:14.452Z | Checking tabled v0.14.0 |
2082 | 2023-10-11T19:38:15.878Z | Checking approx v0.5.1 |
2083 | 2023-10-11T19:38:15.938Z | Checking cargo-platform v0.1.3 |
2084 | 2023-10-11T19:38:16.852Z | Checking hex-literal v0.4.1 |
2085 | 2023-10-11T19:38:17.294Z | Checking cargo_metadata v0.18.0 |
2086 | 2023-10-11T19:38:18.821Z | Checking crossbeam v0.8.2 |
2087 | 2023-10-11T19:38:19.483Z | Checking cargo_toml v0.16.3 |
2088 | 2023-10-11T19:38:19.842Z | Checking termios v0.3.3 |
2089 | 2023-10-11T19:38:23.064Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2090 | 2023-10-11T19:38:23.396Z | Checking rstest v0.18.2 |
2091 | 2023-10-11T19:38:32.874Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2092 | 2023-10-11T19:38:41.161Z | Compiling bzip2 v0.4.4 |
2093 | 2023-10-11T19:38:41.735Z | Compiling zip v0.6.6 |
2094 | 2023-10-11T19:38:43.507Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#2481445b) |
2095 | 2023-10-11T19:38:43.772Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2096 | 2023-10-11T19:38:44.115Z | Compiling polar-core v0.26.4 |
2097 | 2023-10-11T19:38:44.386Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2098 | 2023-10-11T19:38:44.537Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2099 | 2023-10-11T19:38:44.961Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2100 | 2023-10-11T19:38:44.973Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2101 | 2023-10-11T19:38:45.121Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2102 | 2023-10-11T19:38:45.583Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2103 | 2023-10-11T19:38:45.700Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2104 | 2023-10-11T19:38:46.644Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2105 | 2023-10-11T19:38:47.122Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2106 | 2023-10-11T19:38:47.261Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2107 | 2023-10-11T19:38:49.468Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2108 | 2023-10-11T19:38:50.819Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2109 | 2023-10-11T19:38:52.101Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2110 | 2023-10-11T19:38:55.440Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2111 | 2023-10-11T19:38:56.673Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2112 | 2023-10-11T19:39:04.030Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2113 | 2023-10-11T19:39:06.910Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2114 | 2023-10-11T19:39:08.288Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2115 | 2023-10-11T19:39:08.359Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2116 | 2023-10-11T19:39:09.323Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2117 | 2023-10-11T19:39:09.356Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2118 | 2023-10-11T19:39:10.653Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2119 | 2023-10-11T19:39:20.231Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2120 | 2023-10-11T19:39:21.179Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2121 | 2023-10-11T19:39:21.313Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2122 | 2023-10-11T19:39:21.358Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2123 | 2023-10-11T19:39:23.005Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2124 | 2023-10-11T19:39:32.845Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2125 | 2023-10-11T19:39:34.206Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2126 | 2023-10-11T19:39:34.226Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2127 | 2023-10-11T19:39:35.355Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2128 | 2023-10-11T19:39:35.722Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2023-10-11T19:39:38.208Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2130 | 2023-10-11T19:39:39.495Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2131 | 2023-10-11T19:39:41.402Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2132 | 2023-10-11T19:39:42.143Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2133 | 2023-10-11T19:39:43.605Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2134 | 2023-10-11T19:39:44.412Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2135 | 2023-10-11T19:39:45.300Z | Checking oso v0.26.4 |
2136 | 2023-10-11T19:39:47.022Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2137 | 2023-10-11T19:39:47.047Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2023-10-11T19:39:50.903Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2139 | 2023-10-11T19:39:51.348Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2140 | 2023-10-11T19:39:52.105Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2141 | 2023-10-11T19:39:59.991Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2142 | 2023-10-11T19:40:02.847Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-10-11T19:40:04.627Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2144 | 2023-10-11T19:40:07.276Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2145 | 2023-10-11T19:40:11.406Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2146 | 2023-10-11T19:40:12.330Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2147 | 2023-10-11T19:40:13.365Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2148 | 2023-10-11T19:40:14.325Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2149 | 2023-10-11T19:40:20.688Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2150 | 2023-10-11T19:40:21.777Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2151 | 2023-10-11T19:40:24.024Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2152 | 2023-10-11T19:40:36.219Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2153 | 2023-10-11T19:40:47.915Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2154 | 2023-10-11T19:41:11.433Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2155 | 2023-10-11T19:41:36.440Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2156 | 2023-10-11T19:42:15.434Z | Compiling git2 v0.17.2 |
2157 | 2023-10-11T19:42:24.655Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2158 | 2023-10-11T19:42:27.180Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
2159 | 2023-10-11T19:42:38.404Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2160 | 2023-10-11T19:42:47.591Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2161 | 2023-10-11T19:42:47.901Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2162 | 2023-10-11T19:42:48.398Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=901b710b6e5bd05a94a323693c2b971e7e7b240e#901b710b) |
2163 | 2023-10-11T19:42:49.867Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2164 | 2023-10-11T19:43:25.172Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2165 | 2023-10-11T19:44:44.430Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 09s |
2166 | 2023-10-11T19:44:44.649Z | |
2167 | 2023-10-11T19:44:44.663Z | real 14:14.106249312 |
2168 | 2023-10-11T19:44:44.680Z | user 1:23:22.502777442 |
2169 | 2023-10-11T19:44:44.692Z | sys 11:26.259549478 |
2170 | 2023-10-11T19:44:45.114Z | trap 3.169584379 |
2171 | 2023-10-11T19:44:45.136Z | tflt 4.962371224 |
2172 | 2023-10-11T19:44:45.163Z | dflt 6.280957270 |
2173 | 2023-10-11T19:44:45.197Z | kflt 0.025721798 |
2174 | 2023-10-11T19:44:45.629Z | lock 1:58:22.696296221 |
2175 | 2023-10-11T19:44:46.062Z | slp 4:40:38.853715405 |
2176 | 2023-10-11T19:44:46.073Z | lat 3:14.046374138 |
2177 | 2023-10-11T19:44:46.501Z | stop 7:45.993044481 |
2178 | 2023-10-11T19:44:46.511Z | process exited: duration 1048253 ms, exit code 0 |
|
2179 | 2023-10-11T19:44:46.951Z | found 0 output files |