|
|
|
1 | 2024-02-14T22:20:48.641Z | job assigned to worker 01HPMV8XAEBGXS7F3QD63ZCTYZ (queued for 1 m 5 s) |
|
2 | 2024-02-14T22:20:50.672Z | starting task 0: "setup" |
3 | 2024-02-14T22:20:50.696Z | ++ uname -s |
4 | 2024-02-14T22:20:50.696Z | + kern=SunOS |
5 | 2024-02-14T22:20:50.696Z | + case "$kern" in |
6 | 2024-02-14T22:20:50.697Z | + groupadd -g 12345 build |
7 | 2024-02-14T22:20:50.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-14T22:20:52.686Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-14T22:20:52.788Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-14T22:20:52.793Z | + home_fs=zfs |
11 | 2024-02-14T22:20:52.793Z | + [[ zfs == autofs ]] |
12 | 2024-02-14T22:20:52.793Z | + mkdir -p /home/build |
13 | 2024-02-14T22:20:52.793Z | + chown build:build /home/build /work |
14 | 2024-02-14T22:20:54.810Z | + chmod 0700 /home/build /work |
15 | 2024-02-14T22:20:54.826Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2024-02-14T22:20:54.852Z | starting task 1: "rust-toolchain" |
17 | 2024-02-14T22:20:54.873Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-14T22:20:54.873Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-14T22:20:54.971Z | info: downloading installer |
20 | 2024-02-14T22:20:56.634Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-14T22:20:56.634Z | warning: /opt/ooce/bin |
22 | 2024-02-14T22:20:56.634Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-14T22:20:56.634Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-14T22:20:56.634Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-14T22:20:56.634Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-14T22:20:56.635Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-14T22:20:56.635Z | error: cannot install while Rust is installed |
28 | 2024-02-14T22:20:56.635Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-14T22:20:56.742Z | info: profile set to 'default' |
30 | 2024-02-14T22:20:56.742Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-14T22:20:56.746Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-14T22:20:56.911Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-14T22:20:56.912Z | info: downloading component 'cargo' |
34 | 2024-02-14T22:20:57.775Z | info: downloading component 'clippy' |
35 | 2024-02-14T22:20:58.571Z | info: downloading component 'rust-docs' |
36 | 2024-02-14T22:20:59.200Z | info: downloading component 'rust-std' |
37 | 2024-02-14T22:21:01.256Z | info: downloading component 'rustc' |
38 | 2024-02-14T22:21:06.653Z | info: downloading component 'rustfmt' |
39 | 2024-02-14T22:21:06.665Z | info: installing component 'cargo' |
40 | 2024-02-14T22:21:07.501Z | info: installing component 'clippy' |
41 | 2024-02-14T22:21:07.959Z | info: installing component 'rust-docs' |
42 | 2024-02-14T22:21:09.524Z | info: installing component 'rust-std' |
43 | 2024-02-14T22:21:11.520Z | info: installing component 'rustc' |
44 | 2024-02-14T22:21:16.208Z | info: installing component 'rustfmt' |
45 | 2024-02-14T22:21:16.560Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-14T22:21:16.560Z | |
47 | 2024-02-14T22:21:16.869Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-14T22:21:16.869Z | |
49 | 2024-02-14T22:21:16.869Z | |
50 | 2024-02-14T22:21:16.869Z | Rust is installed now. Great! |
51 | 2024-02-14T22:21:16.869Z | |
52 | 2024-02-14T22:21:16.875Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-14T22:21:16.875Z | environment variable. This has not been done automatically. |
54 | 2024-02-14T22:21:16.875Z | |
55 | 2024-02-14T22:21:16.875Z | To configure your current shell, run: |
56 | 2024-02-14T22:21:16.876Z | source "$HOME/.cargo/env" |
57 | 2024-02-14T22:21:16.942Z | + rustc --version |
58 | 2024-02-14T22:21:17.013Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-14T22:21:17.034Z | process exited: duration 22174 ms, exit code 0 |
|
60 | 2024-02-14T22:21:17.051Z | starting task 2: "authentication" |
61 | 2024-02-14T22:21:17.079Z | process exited: duration 27 ms, exit code 0 |
|
62 | 2024-02-14T22:21:17.103Z | starting task 3: "clone repository" |
63 | 2024-02-14T22:21:17.109Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-14T22:21:17.109Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-14T22:21:17.430Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-14T22:21:24.686Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-14T22:21:24.686Z | + git fetch origin bb91ca27551046360843fe3c7b32559783c989f0 |
68 | 2024-02-14T22:21:25.166Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-14T22:21:25.166Z | * branch bb91ca27551046360843fe3c7b32559783c989f0 -> FETCH_HEAD |
70 | 2024-02-14T22:21:25.174Z | + [[ -n '' ]] |
71 | 2024-02-14T22:21:25.174Z | + git reset --hard bb91ca27551046360843fe3c7b32559783c989f0 |
72 | 2024-02-14T22:21:25.292Z | HEAD is now at bb91ca275 address comments |
73 | 2024-02-14T22:21:25.300Z | process exited: duration 8205 ms, exit code 0 |
|
74 | 2024-02-14T22:21:25.317Z | starting task 4: "build" |
75 | 2024-02-14T22:21:25.327Z | + cargo --version |
76 | 2024-02-14T22:21:25.331Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-14T22:21:25.553Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-14T22:21:25.553Z | info: downloading component 'cargo' |
79 | 2024-02-14T22:21:26.728Z | info: downloading component 'clippy' |
80 | 2024-02-14T22:21:28.599Z | info: downloading component 'rust-docs' |
81 | 2024-02-14T22:21:29.627Z | info: downloading component 'rust-std' |
82 | 2024-02-14T22:21:30.879Z | info: downloading component 'rustc' |
83 | 2024-02-14T22:21:34.651Z | info: downloading component 'rustfmt' |
84 | 2024-02-14T22:21:34.853Z | info: installing component 'cargo' |
85 | 2024-02-14T22:21:35.777Z | info: installing component 'clippy' |
86 | 2024-02-14T22:21:36.135Z | info: installing component 'rust-docs' |
87 | 2024-02-14T22:21:37.824Z | info: installing component 'rust-std' |
88 | 2024-02-14T22:21:39.504Z | info: installing component 'rustc' |
89 | 2024-02-14T22:21:43.710Z | info: installing component 'rustfmt' |
90 | 2024-02-14T22:21:44.105Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-14T22:21:44.119Z | + rustc --version |
92 | 2024-02-14T22:21:44.178Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-14T22:21:44.195Z | + source ./env.sh |
94 | 2024-02-14T22:21:44.195Z | ++ set -o xtrace |
95 | 2024-02-14T22:21:44.201Z | ++++ dirname ./env.sh |
96 | 2024-02-14T22:21:44.237Z | +++ cd . |
97 | 2024-02-14T22:21:44.247Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-14T22:21:44.248Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-14T22:21:44.249Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-02-14T22:21:44.249Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-02-14T22:21:44.251Z | ++ 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 |
102 | 2024-02-14T22:21:44.251Z | ++ 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 |
103 | 2024-02-14T22:21:44.251Z | ++ 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 |
104 | 2024-02-14T22:21:44.251Z | ++ 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 |
105 | 2024-02-14T22:21:44.251Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/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 |
106 | 2024-02-14T22:21:44.251Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/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 |
107 | 2024-02-14T22:21:44.252Z | ++ unset OMICRON_WS |
108 | 2024-02-14T22:21:44.252Z | ++ set +o xtrace |
109 | 2024-02-14T22:21:44.296Z | |
110 | 2024-02-14T22:21:44.296Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-14T22:21:44.296Z | # # # # # # # # # # # # # # # |
112 | 2024-02-14T22:21:44.296Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-14T22:21:44.296Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-14T22:21:44.296Z | # # # # # # # # # # # # # # # |
115 | 2024-02-14T22:21:44.296Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-14T22:21:44.296Z | |
117 | 2024-02-14T22:21:54.351Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-14T22:21:55.628Z | Startup: Caching catalogs ... Done |
119 | 2024-02-14T22:21:56.948Z | Planning: Solver setup ... Done (0.966s) |
120 | 2024-02-14T22:21:56.971Z | Planning: Running solver ... Done (0.022s) |
121 | 2024-02-14T22:21:57.154Z | Planning: Finding local manifests ... Done (0.160s) |
122 | 2024-02-14T22:21:57.193Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-14T22:21:57.403Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-14T22:21:57.457Z | Planning: Package planning ... Done (0.055s) |
125 | 2024-02-14T22:21:57.508Z | Planning: Merging actions ... Done (0.054s) |
126 | 2024-02-14T22:21:58.662Z | Planning: Checking for conflicting actions ... Done (1.139s) |
127 | 2024-02-14T22:21:58.676Z | Planning: Consolidating action changes ... Done (0.012s) |
128 | 2024-02-14T22:22:03.194Z | Planning: Evaluating mediators ... Done (4.533s) |
129 | 2024-02-14T22:22:03.205Z | Planning: Planning completed in 7.52 seconds |
130 | 2024-02-14T22:22:03.220Z | Packages to install: 4 |
131 | 2024-02-14T22:22:03.220Z | Mediators to change: 2 |
132 | 2024-02-14T22:22:03.220Z | Services to change: 1 |
133 | 2024-02-14T22:22:03.225Z | Estimated space available: 148.87 GB |
134 | 2024-02-14T22:22:03.225Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-14T22:22:03.226Z | Create boot environment: No |
136 | 2024-02-14T22:22:03.226Z | Create backup boot environment: No |
137 | 2024-02-14T22:22:03.226Z | Rebuild boot archive: No |
138 | 2024-02-14T22:22:03.226Z | |
139 | 2024-02-14T22:22:03.226Z | Changed mediators: |
140 | 2024-02-14T22:22:03.226Z | mediator clang: |
141 | 2024-02-14T22:22:03.226Z | version: None -> 15 (system default) |
142 | 2024-02-14T22:22:03.226Z | |
143 | 2024-02-14T22:22:03.226Z | mediator llvm: |
144 | 2024-02-14T22:22:03.226Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-14T22:22:03.226Z | |
146 | 2024-02-14T22:22:03.226Z | Changed packages: |
147 | 2024-02-14T22:22:03.226Z | helios-dev |
148 | 2024-02-14T22:22:03.226Z | developer/build-essential |
149 | 2024-02-14T22:22:03.226Z | None -> 11-2.0 |
150 | 2024-02-14T22:22:03.226Z | library/libxmlsec1 |
151 | 2024-02-14T22:22:03.226Z | None -> 1.2.35-2.0 |
152 | 2024-02-14T22:22:03.226Z | ooce/developer/clang-15 |
153 | 2024-02-14T22:22:03.226Z | None -> 15.0.7-2.0 |
154 | 2024-02-14T22:22:03.226Z | ooce/developer/llvm-15 |
155 | 2024-02-14T22:22:03.226Z | None -> 15.0.7-2.0 |
156 | 2024-02-14T22:22:03.226Z | |
157 | 2024-02-14T22:22:03.226Z | Services: |
158 | 2024-02-14T22:22:03.227Z | restart_fmri: |
159 | 2024-02-14T22:22:03.227Z | svc:/system/update-man-index:default |
160 | 2024-02-14T22:22:03.500Z | |
161 | 2024-02-14T22:22:03.500Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-14T22:22:09.555Z | Download: 213/3290 items 1.3/212.6MB 0% complete (949k/s) |
163 | 2024-02-14T22:22:14.555Z | Download: 1188/3290 items 53.8/212.6MB 25% complete (5.3M/s) |
164 | 2024-02-14T22:22:22.963Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (13.3M/s) |
165 | 2024-02-14T22:22:27.962Z | Download: 3196/3290 items 148.9/212.6MB 70% complete (2.9M/s) |
166 | 2024-02-14T22:22:32.677Z | Download: Completed 212.60 MB in 29.18 seconds (7.3M/s) |
167 | 2024-02-14T22:22:32.839Z | Actions: 1/3689 actions (Installing new actions) |
168 | 2024-02-14T22:22:38.661Z | Actions: 3605/3689 actions (Installing new actions) |
169 | 2024-02-14T22:22:38.661Z | Actions: Completed 3689 actions in 5.29 seconds. |
170 | 2024-02-14T22:22:38.661Z | Done (0.088s) |
171 | 2024-02-14T22:22:38.661Z | Done (0.000s) |
172 | 2024-02-14T22:22:38.661Z | Done (0.215s) |
173 | 2024-02-14T22:22:44.801Z | Done (6.229s) |
174 | 2024-02-14T22:22:44.961Z | Done (0.089s) |
175 | 2024-02-14T22:22:44.974Z | Done (0.000s) |
176 | 2024-02-14T22:22:45.142Z | Done (0.000s) |
177 | 2024-02-14T22:22:45.696Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-02-14T22:22:45.874Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-02-14T22:22:45.880Z | Planning: Consolidating action changes ... Done |
180 | 2024-02-14T22:22:46.181Z | Planning: Evaluating mediators ... Done |
181 | 2024-02-14T22:22:46.193Z | Planning: Planning completed in 0.47 seconds |
182 | 2024-02-14T22:22:46.237Z | Mediators to change: 2 |
183 | 2024-02-14T22:22:46.237Z | Create boot environment: No |
184 | 2024-02-14T22:22:46.238Z | Create backup boot environment: No |
185 | 2024-02-14T22:22:46.286Z | Done |
186 | 2024-02-14T22:22:46.286Z | Done |
187 | 2024-02-14T22:22:46.416Z | Done |
188 | 2024-02-14T22:22:50.660Z | Done |
189 | 2024-02-14T22:22:50.762Z | Done |
190 | 2024-02-14T22:22:50.765Z | Done |
191 | 2024-02-14T22:22:50.862Z | Done |
192 | 2024-02-14T22:22:51.571Z | Planning: Evaluating mediator changes ... Done |
193 | 2024-02-14T22:22:51.575Z | Planning: Merging actions ... Done |
194 | 2024-02-14T22:22:52.185Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-02-14T22:22:52.188Z | Planning: Consolidating action changes ... Done |
196 | 2024-02-14T22:22:52.188Z | Planning: Evaluating mediators ... Done |
197 | 2024-02-14T22:22:52.188Z | Planning: Planning completed in 0.85 seconds |
198 | 2024-02-14T22:22:52.188Z | Packages to change: 1 |
199 | 2024-02-14T22:22:52.188Z | Mediators to change: 1 |
200 | 2024-02-14T22:22:52.189Z | Services to change: 1 |
201 | 2024-02-14T22:22:52.189Z | Create boot environment: No |
202 | 2024-02-14T22:22:52.189Z | Create backup boot environment: Yes |
203 | 2024-02-14T22:22:53.989Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2024-02-14T22:22:54.051Z | Actions: Completed 6 actions in 0.06 seconds. |
205 | 2024-02-14T22:22:54.057Z | Done |
206 | 2024-02-14T22:22:54.057Z | Done |
207 | 2024-02-14T22:22:54.096Z | Done |
208 | 2024-02-14T22:22:58.268Z | Done |
209 | 2024-02-14T22:22:58.379Z | Done |
210 | 2024-02-14T22:22:58.388Z | Done |
211 | 2024-02-14T22:22:58.799Z | Done |
212 | 2024-02-14T22:22:59.525Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2024-02-14T22:22:59.526Z | clang system 15 system |
214 | 2024-02-14T22:22:59.526Z | csh system system illumos |
215 | 2024-02-14T22:22:59.526Z | ctags system system illumos |
216 | 2024-02-14T22:22:59.526Z | gcc vendor 12 vendor |
217 | 2024-02-14T22:22:59.526Z | gcc system 10 system |
218 | 2024-02-14T22:22:59.526Z | gcc system 7 system |
219 | 2024-02-14T22:22:59.526Z | go system 1.20 system |
220 | 2024-02-14T22:22:59.526Z | go system 1.19 system |
221 | 2024-02-14T22:22:59.526Z | llvm system 15 system |
222 | 2024-02-14T22:22:59.526Z | llvm system 14 system |
223 | 2024-02-14T22:22:59.527Z | mariadb system 10.6 system |
224 | 2024-02-14T22:22:59.527Z | mta vendor vendor dma |
225 | 2024-02-14T22:22:59.527Z | openjdk system 17 system |
226 | 2024-02-14T22:22:59.527Z | openjdk system 11 system |
227 | 2024-02-14T22:22:59.527Z | openjdk system 1.8 system |
228 | 2024-02-14T22:22:59.527Z | openssl vendor 3 vendor |
229 | 2024-02-14T22:22:59.527Z | perl system 5.36 system |
230 | 2024-02-14T22:22:59.527Z | postgresql system 15 system |
231 | 2024-02-14T22:22:59.527Z | postgresql system 13 system |
232 | 2024-02-14T22:22:59.527Z | python vendor 3 vendor |
233 | 2024-02-14T22:22:59.527Z | python system 2 system |
234 | 2024-02-14T22:22:59.527Z | python3 system 3.11 system |
235 | 2024-02-14T22:22:59.528Z | ruby system 3.0 system |
236 | 2024-02-14T22:22:59.528Z | words vendor vendor american-english |
237 | 2024-02-14T22:22:59.528Z | words system system australian-english |
238 | 2024-02-14T22:22:59.528Z | words system system british-english |
239 | 2024-02-14T22:22:59.528Z | words system system canadian-english |
240 | 2024-02-14T22:22:59.528Z | words system system french |
241 | 2024-02-14T22:22:59.528Z | words system system italian |
242 | 2024-02-14T22:22:59.528Z | words system system ngerman |
243 | 2024-02-14T22:22:59.528Z | words system system ogerman |
244 | 2024-02-14T22:22:59.528Z | words system system spanish |
245 | 2024-02-14T22:22:59.537Z | FMRI IFO |
246 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-02-14T22:22:59.537Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-02-14T22:22:59.538Z | + set -o errexit |
255 | 2024-02-14T22:22:59.538Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2024-02-14T22:22:59.538Z | ++ cd ./tools |
257 | 2024-02-14T22:22:59.538Z | ++ pwd |
258 | 2024-02-14T22:22:59.538Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2024-02-14T22:22:59.538Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2024-02-14T22:22:59.538Z | + ARG0=ci_download_cockroachdb |
261 | 2024-02-14T22:22:59.538Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2024-02-14T22:22:59.538Z | + CIDL_VERSION=v22.1.9 |
263 | 2024-02-14T22:22:59.539Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2024-02-14T22:22:59.539Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
265 | 2024-02-14T22:22:59.539Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
266 | 2024-02-14T22:22:59.539Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
267 | 2024-02-14T22:22:59.539Z | + TARGET_DIR=out |
268 | 2024-02-14T22:22:59.539Z | + DOWNLOAD_DIR=out/downloads |
269 | 2024-02-14T22:22:59.539Z | + DEST_DIR=./out/cockroachdb |
270 | 2024-02-14T22:22:59.539Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2024-02-14T22:22:59.539Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2024-02-14T22:22:59.540Z | + main |
273 | 2024-02-14T22:22:59.540Z | + [[ 0 != 0 ]] |
274 | 2024-02-14T22:22:59.540Z | + CIDL_OS=solaris2.11 |
275 | 2024-02-14T22:22:59.540Z | + [[ 0 != 0 ]] |
276 | 2024-02-14T22:22:59.540Z | + configure_os solaris2.11 |
277 | 2024-02-14T22:22:59.540Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2024-02-14T22:22:59.540Z | current directory: /work/oxidecomputer/omicron |
279 | 2024-02-14T22:22:59.540Z | configuring based on OS: "solaris2.11" |
280 | 2024-02-14T22:22:59.541Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-02-14T22:22:59.541Z | + case "$1" in |
282 | 2024-02-14T22:22:59.541Z | + CIDL_BUILD=illumos |
283 | 2024-02-14T22:22:59.541Z | + CIDL_SUFFIX=tar.gz |
284 | 2024-02-14T22:22:59.541Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
285 | 2024-02-14T22:22:59.541Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2024-02-14T22:22:59.541Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2024-02-14T22:22:59.541Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2024-02-14T22:22:59.541Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2024-02-14T22:22:59.541Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-14T22:22:59.541Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2024-02-14T22:22:59.541Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2024-02-14T22:22:59.541Z | + CIDL_SHA256FUNC=do_sha256sum |
293 | 2024-02-14T22:22:59.541Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2024-02-14T22:22:59.541Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-02-14T22:22:59.541Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-14T22:22:59.541Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2024-02-14T22:22:59.542Z | + mkdir -p out/downloads |
298 | 2024-02-14T22:22:59.542Z | + mkdir -p ./out/cockroachdb |
299 | 2024-02-14T22:22:59.542Z | + local DO_DOWNLOAD=true |
300 | 2024-02-14T22:22:59.542Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2024-02-14T22:22:59.542Z | + '[' true == true ']' |
302 | 2024-02-14T22:22:59.542Z | + echo Downloading... |
303 | 2024-02-14T22:22:59.542Z | Downloading... |
304 | 2024-02-14T22:22:59.542Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-14T22:22:59.542Z | + 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 |
306 | 2024-02-14T22:23:01.368Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-14T22:23:01.376Z | ++ sha256sum |
308 | 2024-02-14T22:23:01.376Z | ++ awk '{print $1}' |
309 | 2024-02-14T22:23:01.471Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
310 | 2024-02-14T22:23:01.471Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
311 | 2024-02-14T22:23:01.475Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-14T22:23:01.475Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2024-02-14T22:23:09.429Z | + do_assemble_illumos |
314 | 2024-02-14T22:23:09.429Z | + rm -r ./out/cockroachdb |
315 | 2024-02-14T22:23:09.675Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2024-02-14T22:23:09.675Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2024-02-14T22:23:09.675Z | Build Tag: v22.1.9-dirty |
318 | 2024-02-14T22:23:09.675Z | Build Time: 2022/10/26 21:17:46 |
319 | 2024-02-14T22:23:09.675Z | Distribution: OSS |
320 | 2024-02-14T22:23:09.676Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2024-02-14T22:23:09.676Z | Go Version: go1.17.13 |
322 | 2024-02-14T22:23:09.676Z | C Compiler: gcc 10.3.0 |
323 | 2024-02-14T22:23:09.676Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2024-02-14T22:23:09.676Z | Build Type: release |
325 | 2024-02-14T22:23:09.676Z | + set -o errexit |
326 | 2024-02-14T22:23:09.676Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2024-02-14T22:23:09.676Z | ++ cd ./tools |
328 | 2024-02-14T22:23:09.676Z | ++ pwd |
329 | 2024-02-14T22:23:09.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2024-02-14T22:23:09.676Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2024-02-14T22:23:09.676Z | + ARG0=ci_download_clickhouse |
332 | 2024-02-14T22:23:09.677Z | + TARGET_DIR=out |
333 | 2024-02-14T22:23:09.677Z | + DOWNLOAD_DIR=out/downloads |
334 | 2024-02-14T22:23:09.677Z | + DEST_DIR=./out/clickhouse |
335 | 2024-02-14T22:23:09.677Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
336 | 2024-02-14T22:23:09.677Z | + CIDL_VERSION=v22.8.9.24 |
337 | 2024-02-14T22:23:09.677Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
338 | 2024-02-14T22:23:09.677Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
339 | 2024-02-14T22:23:09.677Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
340 | 2024-02-14T22:23:09.677Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
341 | 2024-02-14T22:23:09.677Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
342 | 2024-02-14T22:23:09.677Z | + main |
343 | 2024-02-14T22:23:09.677Z | + [[ 0 != 0 ]] |
344 | 2024-02-14T22:23:09.677Z | + CIDL_OS=solaris2.11 |
345 | 2024-02-14T22:23:09.677Z | + [[ 0 != 0 ]] |
346 | 2024-02-14T22:23:09.678Z | + configure_os solaris2.11 |
347 | 2024-02-14T22:23:09.678Z | + echo 'current directory: /work/oxidecomputer/omicron' |
348 | 2024-02-14T22:23:09.678Z | current directory: /work/oxidecomputer/omicron |
349 | 2024-02-14T22:23:09.678Z | configuring based on OS: "solaris2.11" |
350 | 2024-02-14T22:23:09.679Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-02-14T22:23:09.679Z | + CIDL_DASHREV= |
352 | 2024-02-14T22:23:09.679Z | + case "$1" in |
353 | 2024-02-14T22:23:09.679Z | + CIDL_PLATFORM=illumos |
354 | 2024-02-14T22:23:09.679Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
355 | 2024-02-14T22:23:09.679Z | + CIDL_MD5FUNC=do_md5sum |
356 | 2024-02-14T22:23:09.679Z | + CIDL_DASHREV=-1 |
357 | 2024-02-14T22:23:09.680Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
358 | 2024-02-14T22:23:09.680Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2024-02-14T22:23:09.680Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-14T22:23:09.680Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-14T22:23:09.680Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2024-02-14T22:23:09.680Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-02-14T22:23:09.680Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2024-02-14T22:23:09.681Z | + mkdir -p out/downloads |
365 | 2024-02-14T22:23:09.681Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-14T22:23:09.681Z | + mkdir -p ./out/clickhouse |
367 | 2024-02-14T22:23:09.681Z | + local DO_DOWNLOAD=true |
368 | 2024-02-14T22:23:09.681Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
369 | 2024-02-14T22:23:09.681Z | + '[' true == true ']' |
370 | 2024-02-14T22:23:09.681Z | + echo Downloading... |
371 | 2024-02-14T22:23:09.681Z | Downloading... |
372 | 2024-02-14T22:23:09.681Z | + 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 |
373 | 2024-02-14T22:23:09.682Z | + 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 |
374 | 2024-02-14T22:23:09.682Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-14T22:23:09.682Z | ++ md5sum |
376 | 2024-02-14T22:23:09.682Z | ++ awk '{print $1}' |
377 | 2024-02-14T22:23:09.682Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2024-02-14T22:23:09.682Z | + [[ 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 ]] |
379 | 2024-02-14T22:23:09.682Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
380 | 2024-02-14T22:23:09.682Z | + mkdir -p ./out/clickhouse |
381 | 2024-02-14T22:23:09.682Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
382 | 2024-02-14T22:23:09.682Z | + ./out/clickhouse/clickhouse server --version |
383 | 2024-02-14T22:23:09.682Z | ClickHouse server version 22.8.9.1. |
384 | 2024-02-14T22:23:09.682Z | + set -o errexit |
385 | 2024-02-14T22:23:09.682Z | +++ dirname ./tools/ci_download_console |
386 | 2024-02-14T22:23:09.682Z | ++ cd ./tools |
387 | 2024-02-14T22:23:09.682Z | ++ pwd |
388 | 2024-02-14T22:23:09.683Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
389 | 2024-02-14T22:23:09.683Z | ++ basename ./tools/ci_download_console |
390 | 2024-02-14T22:23:09.683Z | + ARG0=ci_download_console |
391 | 2024-02-14T22:23:09.683Z | + TARGET_DIR=out |
392 | 2024-02-14T22:23:09.683Z | + DOWNLOAD_DIR=out/downloads |
393 | 2024-02-14T22:23:09.683Z | + DEST_DIR=./out/console-assets |
394 | 2024-02-14T22:23:09.683Z | + source /work/oxidecomputer/omicron/tools/console_version |
395 | 2024-02-14T22:23:09.683Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
396 | 2024-02-14T22:23:09.683Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
397 | 2024-02-14T22:23:09.683Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
398 | 2024-02-14T22:23:09.683Z | + TARBALL_FILE=out/downloads/console.tar.gz |
399 | 2024-02-14T22:23:09.684Z | + main |
400 | 2024-02-14T22:23:09.684Z | + [[ 0 != 0 ]] |
401 | 2024-02-14T22:23:09.684Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
402 | 2024-02-14T22:23:09.684Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
403 | 2024-02-14T22:23:09.684Z | Local file: out/downloads/console.tar.gz |
404 | 2024-02-14T22:23:09.684Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-02-14T22:23:09.684Z | + local DO_DOWNLOAD=true |
406 | 2024-02-14T22:23:09.684Z | + [[ -f out/downloads/console.tar.gz ]] |
407 | 2024-02-14T22:23:09.684Z | + mkdir -p out/downloads |
408 | 2024-02-14T22:23:09.684Z | + '[' true == true ']' |
409 | 2024-02-14T22:23:09.684Z | + echo Downloading... |
410 | 2024-02-14T22:23:09.684Z | Downloading... |
411 | 2024-02-14T22:23:09.684Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
412 | 2024-02-14T22:23:09.684Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
413 | 2024-02-14T22:23:09.780Z | ++ do_sha256sum out/downloads/console.tar.gz |
414 | 2024-02-14T22:23:09.780Z | ++ case "$OSTYPE" in |
415 | 2024-02-14T22:23:09.780Z | ++ SHA=sha256sum |
416 | 2024-02-14T22:23:09.780Z | ++ sha256sum |
417 | 2024-02-14T22:23:09.780Z | ++ awk '{print $1}' |
418 | 2024-02-14T22:23:09.780Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
419 | 2024-02-14T22:23:09.781Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
420 | 2024-02-14T22:23:09.781Z | + rm -rf ./out/console-assets |
421 | 2024-02-14T22:23:09.781Z | + mkdir -p ./out/console-assets |
422 | 2024-02-14T22:23:09.781Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
423 | 2024-02-14T22:23:09.781Z | + mkdir -p ./out/console-assets |
424 | 2024-02-14T22:23:09.781Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
425 | 2024-02-14T22:23:09.883Z | + set -o errexit |
426 | 2024-02-14T22:23:09.883Z | +++ dirname ./tools/ci_download_maghemite_openapi |
427 | 2024-02-14T22:23:09.883Z | ++ cd ./tools |
428 | 2024-02-14T22:23:09.884Z | ++ pwd |
429 | 2024-02-14T22:23:09.884Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
430 | 2024-02-14T22:23:09.884Z | ++ basename ./tools/ci_download_maghemite_openapi |
431 | 2024-02-14T22:23:09.885Z | + ARG0=ci_download_maghemite_openapi |
432 | 2024-02-14T22:23:09.885Z | + TARGET_DIR=out |
433 | 2024-02-14T22:23:09.885Z | + DOWNLOAD_DIR=out/downloads |
434 | 2024-02-14T22:23:09.885Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
435 | 2024-02-14T22:23:09.885Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
436 | 2024-02-14T22:23:09.885Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
437 | 2024-02-14T22:23:09.885Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
438 | 2024-02-14T22:23:09.885Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
439 | 2024-02-14T22:23:09.885Z | + main |
440 | 2024-02-14T22:23:09.885Z | + [[ 0 != 0 ]] |
441 | 2024-02-14T22:23:09.885Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
442 | 2024-02-14T22:23:09.886Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
443 | 2024-02-14T22:23:09.886Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
444 | 2024-02-14T22:23:09.886Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
445 | 2024-02-14T22:23:09.886Z | + local DO_DOWNLOAD=true |
446 | 2024-02-14T22:23:09.886Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
447 | 2024-02-14T22:23:09.886Z | + mkdir -p out/downloads |
448 | 2024-02-14T22:23:09.886Z | + '[' true == true ']' |
449 | 2024-02-14T22:23:09.886Z | Downloading... |
450 | 2024-02-14T22:23:09.887Z | + echo Downloading... |
451 | 2024-02-14T22:23:09.887Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
452 | 2024-02-14T22:23:09.887Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
453 | 2024-02-14T22:23:10.197Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
454 | 2024-02-14T22:23:10.217Z | ++ case "$OSTYPE" in |
455 | 2024-02-14T22:23:10.217Z | ++ SHA=sha256sum |
456 | 2024-02-14T22:23:10.217Z | ++ sha256sum |
457 | 2024-02-14T22:23:10.218Z | ++ awk '{print $1}' |
458 | 2024-02-14T22:23:10.218Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
459 | 2024-02-14T22:23:10.218Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
460 | 2024-02-14T22:23:10.218Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
461 | 2024-02-14T22:23:10.219Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
462 | 2024-02-14T22:23:10.219Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
463 | 2024-02-14T22:23:10.220Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
464 | 2024-02-14T22:23:10.220Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
465 | 2024-02-14T22:23:10.220Z | + main |
466 | 2024-02-14T22:23:10.220Z | + [[ 0 != 0 ]] |
467 | 2024-02-14T22:23:10.221Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
468 | 2024-02-14T22:23:10.221Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
469 | 2024-02-14T22:23:10.221Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
470 | 2024-02-14T22:23:10.221Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
471 | 2024-02-14T22:23:10.221Z | + local DO_DOWNLOAD=true |
472 | 2024-02-14T22:23:10.221Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
473 | 2024-02-14T22:23:10.221Z | + mkdir -p out/downloads |
474 | 2024-02-14T22:23:10.221Z | + '[' true == true ']' |
475 | 2024-02-14T22:23:10.222Z | + echo Downloading... |
476 | 2024-02-14T22:23:10.222Z | Downloading... |
477 | 2024-02-14T22:23:10.223Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
478 | 2024-02-14T22:23:10.223Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
479 | 2024-02-14T22:23:11.302Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
480 | 2024-02-14T22:23:11.313Z | ++ case "$OSTYPE" in |
481 | 2024-02-14T22:23:11.313Z | ++ SHA=sha256sum |
482 | 2024-02-14T22:23:11.314Z | ++ sha256sum |
483 | 2024-02-14T22:23:11.314Z | ++ awk '{print $1}' |
484 | 2024-02-14T22:23:11.314Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
485 | 2024-02-14T22:23:11.314Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
486 | 2024-02-14T22:23:11.324Z | + set -o errexit |
487 | 2024-02-14T22:23:11.324Z | +++ dirname ./tools/ci_download_dendrite_openapi |
488 | 2024-02-14T22:23:11.324Z | ++ cd ./tools |
489 | 2024-02-14T22:23:11.324Z | ++ pwd |
490 | 2024-02-14T22:23:11.324Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
491 | 2024-02-14T22:23:11.324Z | ++ basename ./tools/ci_download_dendrite_openapi |
492 | 2024-02-14T22:23:11.324Z | + ARG0=ci_download_dendrite_openapi |
493 | 2024-02-14T22:23:11.324Z | + TARGET_DIR=out |
494 | 2024-02-14T22:23:11.325Z | + DOWNLOAD_DIR=out/downloads |
495 | 2024-02-14T22:23:11.325Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
496 | 2024-02-14T22:23:11.325Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
497 | 2024-02-14T22:23:11.325Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
498 | 2024-02-14T22:23:11.325Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
499 | 2024-02-14T22:23:11.325Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
500 | 2024-02-14T22:23:11.337Z | + main |
501 | 2024-02-14T22:23:11.337Z | + [[ 0 != 0 ]] |
502 | 2024-02-14T22:23:11.337Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
503 | 2024-02-14T22:23:11.337Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
504 | 2024-02-14T22:23:11.338Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
505 | 2024-02-14T22:23:11.338Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
506 | 2024-02-14T22:23:11.338Z | + local DO_DOWNLOAD=true |
507 | 2024-02-14T22:23:11.338Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
508 | 2024-02-14T22:23:11.338Z | + mkdir -p out/downloads |
509 | 2024-02-14T22:23:11.338Z | + '[' true == true ']' |
510 | 2024-02-14T22:23:11.338Z | + echo Downloading... |
511 | 2024-02-14T22:23:11.338Z | Downloading... |
512 | 2024-02-14T22:23:11.338Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
513 | 2024-02-14T22:23:11.338Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
514 | 2024-02-14T22:23:11.454Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
515 | 2024-02-14T22:23:11.454Z | ++ case "$OSTYPE" in |
516 | 2024-02-14T22:23:11.462Z | ++ SHA=sha256sum |
517 | 2024-02-14T22:23:11.462Z | ++ sha256sum |
518 | 2024-02-14T22:23:11.462Z | ++ awk '{print $1}' |
519 | 2024-02-14T22:23:11.462Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
520 | 2024-02-14T22:23:11.462Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
521 | 2024-02-14T22:23:11.468Z | + set -o errexit |
522 | 2024-02-14T22:23:11.474Z | +++ dirname ./tools/ci_download_dendrite_stub |
523 | 2024-02-14T22:23:11.474Z | ++ cd ./tools |
524 | 2024-02-14T22:23:11.475Z | ++ pwd |
525 | 2024-02-14T22:23:11.475Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
526 | 2024-02-14T22:23:11.475Z | ++ basename ./tools/ci_download_dendrite_stub |
527 | 2024-02-14T22:23:11.485Z | + ARG0=ci_download_dendrite_stub |
528 | 2024-02-14T22:23:11.485Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
529 | 2024-02-14T22:23:11.485Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
530 | 2024-02-14T22:23:11.485Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
531 | 2024-02-14T22:23:11.485Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
532 | 2024-02-14T22:23:11.485Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
533 | 2024-02-14T22:23:11.485Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
534 | 2024-02-14T22:23:11.485Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
535 | 2024-02-14T22:23:11.486Z | + TARGET_DIR=out |
536 | 2024-02-14T22:23:11.486Z | + DOWNLOAD_DIR=out/downloads |
537 | 2024-02-14T22:23:11.486Z | + DEST_DIR=./out/dendrite-stub |
538 | 2024-02-14T22:23:11.486Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
539 | 2024-02-14T22:23:11.486Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
540 | 2024-02-14T22:23:11.486Z | + REPO=oxidecomputer/dendrite |
541 | 2024-02-14T22:23:11.486Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
542 | 2024-02-14T22:23:11.486Z | + main |
543 | 2024-02-14T22:23:11.487Z | + [[ 0 != 0 ]] |
544 | 2024-02-14T22:23:11.487Z | + CIDL_OS=solaris2.11 |
545 | 2024-02-14T22:23:11.487Z | + [[ 0 != 0 ]] |
546 | 2024-02-14T22:23:11.487Z | + configure_os solaris2.11 |
547 | 2024-02-14T22:23:11.487Z | + echo 'current directory: /work/oxidecomputer/omicron' |
548 | 2024-02-14T22:23:11.487Z | current directory: /work/oxidecomputer/omicron |
549 | 2024-02-14T22:23:11.487Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2024-02-14T22:23:11.487Z | + case "$1" in |
551 | 2024-02-14T22:23:11.488Z | configuring based on OS: "solaris2.11" |
552 | 2024-02-14T22:23:11.488Z | + SET_BINARIES= |
553 | 2024-02-14T22:23:11.488Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
554 | 2024-02-14T22:23:11.488Z | + CIDL_SHA256FUNC=do_sha256sum |
555 | 2024-02-14T22:23:11.488Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
556 | 2024-02-14T22:23:11.488Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
557 | 2024-02-14T22:23:11.488Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
558 | 2024-02-14T22:23:11.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
559 | 2024-02-14T22:23:11.489Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2024-02-14T22:23:11.489Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-14T22:23:11.489Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2024-02-14T22:23:11.489Z | + mkdir -p out/downloads |
563 | 2024-02-14T22:23:11.489Z | + mkdir -p ./out/dendrite-stub |
564 | 2024-02-14T22:23:11.514Z | + fetch_and_verify |
565 | 2024-02-14T22:23:11.515Z | + local DO_DOWNLOAD=true |
566 | 2024-02-14T22:23:11.515Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
567 | 2024-02-14T22:23:11.515Z | + '[' true == true ']' |
568 | 2024-02-14T22:23:11.515Z | + echo Downloading... |
569 | 2024-02-14T22:23:11.515Z | Downloading... |
570 | 2024-02-14T22:23:11.515Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
571 | 2024-02-14T22:23:11.515Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
572 | 2024-02-14T22:23:24.722Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-14T22:23:24.727Z | ++ sha256sum |
574 | 2024-02-14T22:23:24.727Z | ++ awk '{print $1}' |
575 | 2024-02-14T22:23:24.742Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
576 | 2024-02-14T22:23:24.742Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
577 | 2024-02-14T22:23:24.749Z | + do_untar out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-14T22:23:24.749Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
579 | 2024-02-14T22:23:25.441Z | + do_assemble |
580 | 2024-02-14T22:23:25.441Z | + rm -r ./out/dendrite-stub |
581 | 2024-02-14T22:23:25.448Z | + mkdir ./out/dendrite-stub |
582 | 2024-02-14T22:23:25.448Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
583 | 2024-02-14T22:23:25.543Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
584 | 2024-02-14T22:23:25.576Z | + set -o errexit |
585 | 2024-02-14T22:23:25.577Z | +++ dirname ./tools/ci_download_maghemite_mgd |
586 | 2024-02-14T22:23:25.577Z | ++ cd ./tools |
587 | 2024-02-14T22:23:25.577Z | ++ pwd |
588 | 2024-02-14T22:23:25.577Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
589 | 2024-02-14T22:23:25.581Z | ++ basename ./tools/ci_download_maghemite_mgd |
590 | 2024-02-14T22:23:25.581Z | + ARG0=ci_download_maghemite_mgd |
591 | 2024-02-14T22:23:25.581Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
592 | 2024-02-14T22:23:25.582Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
593 | 2024-02-14T22:23:25.582Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
594 | 2024-02-14T22:23:25.582Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
595 | 2024-02-14T22:23:25.582Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
596 | 2024-02-14T22:23:25.582Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
597 | 2024-02-14T22:23:25.582Z | + TARGET_DIR=out |
598 | 2024-02-14T22:23:25.582Z | + DOWNLOAD_DIR=out/downloads |
599 | 2024-02-14T22:23:25.582Z | + DEST_DIR=./out/mgd |
600 | 2024-02-14T22:23:25.582Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
601 | 2024-02-14T22:23:25.582Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
602 | 2024-02-14T22:23:25.582Z | + REPO=oxidecomputer/maghemite |
603 | 2024-02-14T22:23:25.582Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
604 | 2024-02-14T22:23:25.582Z | + main |
605 | 2024-02-14T22:23:25.582Z | + [[ 0 != 0 ]] |
606 | 2024-02-14T22:23:25.583Z | + CIDL_OS=solaris2.11 |
607 | 2024-02-14T22:23:25.583Z | + [[ 0 != 0 ]] |
608 | 2024-02-14T22:23:25.583Z | + configure_os solaris2.11 |
609 | 2024-02-14T22:23:25.583Z | + echo 'current directory: /work/oxidecomputer/omicron' |
610 | 2024-02-14T22:23:25.583Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2024-02-14T22:23:25.583Z | current directory: /work/oxidecomputer/omicron |
612 | 2024-02-14T22:23:25.583Z | configuring based on OS: "solaris2.11" |
613 | 2024-02-14T22:23:25.583Z | + case "$1" in |
614 | 2024-02-14T22:23:25.583Z | + SET_BINARIES= |
615 | 2024-02-14T22:23:25.583Z | + CIDL_SHA256FUNC=do_sha256sum |
616 | 2024-02-14T22:23:25.583Z | + TARBALL_FILENAME=mgd.tar.gz |
617 | 2024-02-14T22:23:25.583Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
618 | 2024-02-14T22:23:25.583Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
619 | 2024-02-14T22:23:25.584Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
620 | 2024-02-14T22:23:25.584Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2024-02-14T22:23:25.584Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
622 | 2024-02-14T22:23:25.584Z | + mkdir -p out/downloads |
623 | 2024-02-14T22:23:25.584Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-02-14T22:23:25.584Z | + mkdir -p ./out/mgd |
625 | 2024-02-14T22:23:25.584Z | + fetch_and_verify |
626 | 2024-02-14T22:23:25.584Z | + local DO_DOWNLOAD=true |
627 | 2024-02-14T22:23:25.584Z | + [[ -f out/downloads/mgd.tar.gz ]] |
628 | 2024-02-14T22:23:25.584Z | + '[' true == true ']' |
629 | 2024-02-14T22:23:25.584Z | + echo Downloading... |
630 | 2024-02-14T22:23:25.585Z | Downloading... |
631 | 2024-02-14T22:23:25.585Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
632 | 2024-02-14T22:23:25.585Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
633 | 2024-02-14T22:23:33.650Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
634 | 2024-02-14T22:23:33.662Z | ++ sha256sum |
635 | 2024-02-14T22:23:33.662Z | ++ awk '{print $1}' |
636 | 2024-02-14T22:23:33.671Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
637 | 2024-02-14T22:23:33.678Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
638 | 2024-02-14T22:23:33.678Z | + do_untar out/downloads/mgd.tar.gz |
639 | 2024-02-14T22:23:33.678Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
640 | 2024-02-14T22:23:34.551Z | + do_assemble |
641 | 2024-02-14T22:23:34.551Z | + rm -r ./out/mgd |
642 | 2024-02-14T22:23:34.566Z | + mkdir ./out/mgd |
643 | 2024-02-14T22:23:34.566Z | + cp -r out/downloads/root ./out/mgd/root |
644 | 2024-02-14T22:23:34.567Z | + set -o errexit |
645 | 2024-02-14T22:23:34.567Z | +++ dirname ./tools/ci_download_transceiver_control |
646 | 2024-02-14T22:23:34.567Z | ++ cd ./tools |
647 | 2024-02-14T22:23:34.567Z | ++ pwd |
648 | 2024-02-14T22:23:34.568Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
649 | 2024-02-14T22:23:34.568Z | ++ basename ./tools/ci_download_transceiver_control |
650 | 2024-02-14T22:23:34.568Z | + ARG0=ci_download_transceiver_control |
651 | 2024-02-14T22:23:34.568Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
652 | 2024-02-14T22:23:34.568Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
653 | 2024-02-14T22:23:34.568Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
654 | 2024-02-14T22:23:34.569Z | + TARGET_DIR=out |
655 | 2024-02-14T22:23:34.569Z | + DOWNLOAD_DIR=out/downloads |
656 | 2024-02-14T22:23:34.569Z | + DEST_DIR=./out/transceiver-control |
657 | 2024-02-14T22:23:34.569Z | + BIN_DIR=/opt/oxide/bin |
658 | 2024-02-14T22:23:34.569Z | + BINARY=xcvradm |
659 | 2024-02-14T22:23:34.570Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
660 | 2024-02-14T22:23:34.570Z | + REPO=oxidecomputer/transceiver-control |
661 | 2024-02-14T22:23:34.570Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
662 | 2024-02-14T22:23:34.570Z | + main |
663 | 2024-02-14T22:23:34.570Z | + [[ 0 != 0 ]] |
664 | 2024-02-14T22:23:34.571Z | + CIDL_OS=solaris2.11 |
665 | 2024-02-14T22:23:34.571Z | + [[ 0 != 0 ]] |
666 | 2024-02-14T22:23:34.571Z | + configure_os solaris2.11 |
667 | 2024-02-14T22:23:34.571Z | + echo 'current directory: /work/oxidecomputer/omicron' |
668 | 2024-02-14T22:23:34.571Z | current directory: /work/oxidecomputer/omicron |
669 | 2024-02-14T22:23:34.572Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2024-02-14T22:23:34.572Z | + case "$1" in |
671 | 2024-02-14T22:23:34.572Z | configuring based on OS: "solaris2.11" |
672 | 2024-02-14T22:23:34.572Z | + SET_BINARIES= |
673 | 2024-02-14T22:23:34.572Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
674 | 2024-02-14T22:23:34.572Z | + CIDL_SHA256FUNC=do_sha256sum |
675 | 2024-02-14T22:23:34.572Z | + ARCHIVE_FILENAME=xcvradm.gz |
676 | 2024-02-14T22:23:34.573Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
677 | 2024-02-14T22:23:34.573Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
678 | 2024-02-14T22:23:34.573Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
679 | 2024-02-14T22:23:34.573Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-02-14T22:23:34.573Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2024-02-14T22:23:34.574Z | Local file: out/downloads/xcvradm.gz |
682 | 2024-02-14T22:23:34.574Z | + mkdir -p out/downloads |
683 | 2024-02-14T22:23:34.574Z | + mkdir -p ./out/transceiver-control |
684 | 2024-02-14T22:23:34.574Z | + fetch_and_verify |
685 | 2024-02-14T22:23:34.574Z | + local DO_DOWNLOAD=true |
686 | 2024-02-14T22:23:34.575Z | + [[ -f out/downloads/xcvradm.gz ]] |
687 | 2024-02-14T22:23:34.575Z | + '[' true == true ']' |
688 | 2024-02-14T22:23:34.575Z | + echo Downloading... |
689 | 2024-02-14T22:23:34.575Z | Downloading... |
690 | 2024-02-14T22:23:34.575Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
691 | 2024-02-14T22:23:34.575Z | + 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 |
692 | 2024-02-14T22:23:35.211Z | ++ do_sha256sum out/downloads/xcvradm.gz |
693 | 2024-02-14T22:23:35.217Z | ++ sha256sum |
694 | 2024-02-14T22:23:35.217Z | ++ awk '{print $1}' |
695 | 2024-02-14T22:23:35.222Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
696 | 2024-02-14T22:23:35.223Z | + [[ 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 ]] |
697 | 2024-02-14T22:23:35.223Z | + do_unpack out/downloads/xcvradm.gz |
698 | 2024-02-14T22:23:35.223Z | + mkdir -p out/downloads/root//opt/oxide/bin |
699 | 2024-02-14T22:23:35.223Z | + gzip -dc out/downloads/xcvradm.gz |
700 | 2024-02-14T22:23:35.349Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
701 | 2024-02-14T22:23:35.357Z | + do_assemble |
702 | 2024-02-14T22:23:35.357Z | + rm -r ./out/transceiver-control |
703 | 2024-02-14T22:23:35.357Z | + mkdir ./out/transceiver-control |
704 | 2024-02-14T22:23:35.357Z | + cp -r out/downloads/root ./out/transceiver-control/root |
705 | 2024-02-14T22:23:35.837Z | All builder prerequisites installed successfully, and PATH looks valid |
706 | 2024-02-14T22:23:35.844Z | |
707 | 2024-02-14T22:23:35.844Z | real 1:51.485769127 |
708 | 2024-02-14T22:23:35.844Z | user 36.044187045 |
709 | 2024-02-14T22:23:35.845Z | sys 7.044459064 |
710 | 2024-02-14T22:23:35.845Z | trap 0.012839601 |
711 | 2024-02-14T22:23:35.845Z | tflt 0.156564663 |
712 | 2024-02-14T22:23:35.845Z | dflt 0.567891739 |
713 | 2024-02-14T22:23:35.845Z | kflt 0.196596883 |
714 | 2024-02-14T22:23:35.845Z | lock 1.390490539 |
715 | 2024-02-14T22:23:35.845Z | slp 3:41.197060295 |
716 | 2024-02-14T22:23:35.845Z | lat 1.881808646 |
717 | 2024-02-14T22:23:35.845Z | stop 0.147830806 |
718 | 2024-02-14T22:23:35.846Z | |
719 | 2024-02-14T22:23:35.846Z | #### # # ##### ##### # # |
720 | 2024-02-14T22:23:35.846Z | # # # # # # # # # # |
721 | 2024-02-14T22:23:35.846Z | # # # # # # # # |
722 | 2024-02-14T22:23:35.846Z | # # # ##### ##### # |
723 | 2024-02-14T22:23:35.846Z | # # # # # # # |
724 | 2024-02-14T22:23:35.846Z | #### ###### # # # # |
725 | 2024-02-14T22:23:35.847Z | |
726 | 2024-02-14T22:23:36.070Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
727 | 2024-02-14T22:23:36.382Z | Updating git repository `https://github.com/oxidecomputer/samael` |
728 | 2024-02-14T22:23:36.750Z | Updating crates.io index |
729 | 2024-02-14T22:23:36.758Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2024-02-14T22:23:37.516Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2024-02-14T22:23:39.378Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2024-02-14T22:23:40.495Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2024-02-14T22:23:41.016Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2024-02-14T22:23:41.067Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2024-02-14T22:23:41.310Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2024-02-14T22:23:42.295Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2024-02-14T22:23:44.531Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2024-02-14T22:23:45.410Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2024-02-14T22:23:45.709Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2024-02-14T22:23:46.300Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2024-02-14T22:23:46.702Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
742 | 2024-02-14T22:23:46.890Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2024-02-14T22:23:47.193Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2024-02-14T22:23:47.584Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2024-02-14T22:23:47.930Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
746 | 2024-02-14T22:23:48.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2024-02-14T22:23:48.779Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2024-02-14T22:23:49.187Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2024-02-14T22:23:49.518Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2024-02-14T22:23:50.606Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2024-02-14T22:23:50.969Z | Updating git repository `https://github.com/oxidecomputer/typify` |
752 | 2024-02-14T22:23:52.571Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
753 | 2024-02-14T22:23:52.979Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
754 | 2024-02-14T22:23:53.276Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
755 | 2024-02-14T22:23:54.372Z | Downloading crates ... |
756 | 2024-02-14T22:23:54.599Z | Downloaded anstyle-query v1.0.0 |
757 | 2024-02-14T22:23:54.652Z | Downloaded equivalent v1.0.1 |
758 | 2024-02-14T22:23:54.713Z | Downloaded colorchoice v1.0.0 |
759 | 2024-02-14T22:23:54.739Z | Downloaded anstream v0.5.0 |
760 | 2024-02-14T22:23:54.743Z | Downloaded toml_datetime v0.6.5 |
761 | 2024-02-14T22:23:54.743Z | Downloaded anstyle v1.0.2 |
762 | 2024-02-14T22:23:54.814Z | Downloaded thiserror-impl v1.0.56 |
763 | 2024-02-14T22:23:54.824Z | Downloaded cargo-platform v0.1.3 |
764 | 2024-02-14T22:23:54.824Z | Downloaded strsim v0.10.0 |
765 | 2024-02-14T22:23:54.824Z | Downloaded bitflags v1.3.2 |
766 | 2024-02-14T22:23:54.824Z | Downloaded thiserror v1.0.56 |
767 | 2024-02-14T22:23:54.824Z | Downloaded utf8parse v0.2.1 |
768 | 2024-02-14T22:23:54.835Z | Downloaded heck v0.4.1 |
769 | 2024-02-14T22:23:54.839Z | Downloaded serde_spanned v0.6.5 |
770 | 2024-02-14T22:23:54.839Z | Downloaded itoa v1.0.9 |
771 | 2024-02-14T22:23:54.844Z | Downloaded errno v0.3.8 |
772 | 2024-02-14T22:23:54.863Z | Downloaded clap_lex v0.5.1 |
773 | 2024-02-14T22:23:54.863Z | Downloaded cargo_metadata v0.18.1 |
774 | 2024-02-14T22:23:54.876Z | Downloaded cargo_toml v0.19.0 |
775 | 2024-02-14T22:23:54.880Z | Downloaded terminal_size v0.2.6 |
776 | 2024-02-14T22:23:54.880Z | Downloaded camino v1.1.6 |
777 | 2024-02-14T22:23:54.891Z | Downloaded semver v1.0.21 |
778 | 2024-02-14T22:23:54.902Z | Downloaded io-lifetimes v1.0.11 |
779 | 2024-02-14T22:23:54.910Z | Downloaded clap_derive v4.4.2 |
780 | 2024-02-14T22:23:54.910Z | Downloaded quote v1.0.35 |
781 | 2024-02-14T22:23:54.915Z | Downloaded clap v4.4.3 |
782 | 2024-02-14T22:23:54.920Z | Downloaded unicode-ident v1.0.12 |
783 | 2024-02-14T22:23:54.926Z | Downloaded anstyle-parse v0.2.1 |
784 | 2024-02-14T22:23:54.926Z | Downloaded proc-macro2 v1.0.78 |
785 | 2024-02-14T22:23:54.926Z | Downloaded anyhow v1.0.75 |
786 | 2024-02-14T22:23:54.935Z | Downloaded ryu v1.0.15 |
787 | 2024-02-14T22:23:54.962Z | Downloaded serde_derive v1.0.196 |
788 | 2024-02-14T22:23:54.962Z | Downloaded toml v0.8.9 |
789 | 2024-02-14T22:23:54.976Z | Downloaded indexmap v2.2.2 |
790 | 2024-02-14T22:23:54.982Z | Downloaded serde v1.0.196 |
791 | 2024-02-14T22:23:55.005Z | Downloaded memchr v2.6.3 |
792 | 2024-02-14T22:23:55.011Z | Downloaded toml_edit v0.21.1 |
793 | 2024-02-14T22:23:55.070Z | Downloaded hashbrown v0.14.2 |
794 | 2024-02-14T22:23:55.093Z | Downloaded winnow v0.5.15 |
795 | 2024-02-14T22:23:55.121Z | Downloaded clap_builder v4.4.2 |
796 | 2024-02-14T22:23:55.121Z | Downloaded serde_json v1.0.113 |
797 | 2024-02-14T22:23:55.262Z | Downloaded syn v2.0.48 |
798 | 2024-02-14T22:23:55.268Z | Downloaded rustix v0.37.23 |
799 | 2024-02-14T22:23:55.268Z | Downloaded libc v0.2.153 |
800 | 2024-02-14T22:23:55.420Z | Compiling proc-macro2 v1.0.78 |
801 | 2024-02-14T22:23:55.431Z | Compiling unicode-ident v1.0.12 |
802 | 2024-02-14T22:23:55.431Z | Compiling serde v1.0.196 |
803 | 2024-02-14T22:23:55.431Z | Compiling libc v0.2.153 |
804 | 2024-02-14T22:23:55.431Z | Compiling io-lifetimes v1.0.11 |
805 | 2024-02-14T22:23:55.431Z | Compiling rustix v0.37.23 |
806 | 2024-02-14T22:23:55.436Z | Compiling hashbrown v0.14.2 |
807 | 2024-02-14T22:23:55.442Z | Compiling bitflags v1.3.2 |
808 | 2024-02-14T22:23:55.596Z | Compiling equivalent v1.0.1 |
809 | 2024-02-14T22:23:55.646Z | Compiling utf8parse v0.2.1 |
810 | 2024-02-14T22:23:55.706Z | Compiling camino v1.1.6 |
811 | 2024-02-14T22:23:55.821Z | Compiling anstyle-parse v0.2.1 |
812 | 2024-02-14T22:23:56.097Z | Compiling semver v1.0.21 |
813 | 2024-02-14T22:23:56.556Z | Compiling indexmap v2.2.2 |
814 | 2024-02-14T22:23:57.507Z | Compiling thiserror v1.0.56 |
815 | 2024-02-14T22:23:58.197Z | Compiling serde_json v1.0.113 |
816 | 2024-02-14T22:23:58.213Z | Compiling anstyle v1.0.2 |
817 | 2024-02-14T22:23:58.213Z | Compiling winnow v0.5.15 |
818 | 2024-02-14T22:23:58.451Z | Compiling anstyle-query v1.0.0 |
819 | 2024-02-14T22:23:58.543Z | Compiling colorchoice v1.0.0 |
820 | 2024-02-14T22:23:58.631Z | Compiling anstream v0.5.0 |
821 | 2024-02-14T22:23:58.676Z | Compiling anyhow v1.0.75 |
822 | 2024-02-14T22:23:58.693Z | Compiling heck v0.4.1 |
823 | 2024-02-14T22:23:58.721Z | Compiling itoa v1.0.9 |
824 | 2024-02-14T22:23:58.764Z | Compiling ryu v1.0.15 |
825 | 2024-02-14T22:23:58.952Z | Compiling strsim v0.10.0 |
826 | 2024-02-14T22:23:59.152Z | Compiling clap_lex v0.5.1 |
827 | 2024-02-14T22:23:59.544Z | Compiling quote v1.0.35 |
828 | 2024-02-14T22:23:59.950Z | Compiling syn v2.0.48 |
829 | 2024-02-14T22:24:00.044Z | Compiling errno v0.3.8 |
830 | 2024-02-14T22:24:00.966Z | Compiling terminal_size v0.2.6 |
831 | 2024-02-14T22:24:01.077Z | Compiling clap_builder v4.4.2 |
832 | 2024-02-14T22:24:05.104Z | Compiling serde_derive v1.0.196 |
833 | 2024-02-14T22:24:05.104Z | Compiling thiserror-impl v1.0.56 |
834 | 2024-02-14T22:24:05.111Z | Compiling clap_derive v4.4.2 |
835 | 2024-02-14T22:24:07.972Z | Compiling clap v4.4.3 |
836 | 2024-02-14T22:24:13.922Z | Compiling toml_datetime v0.6.5 |
837 | 2024-02-14T22:24:13.939Z | Compiling serde_spanned v0.6.5 |
838 | 2024-02-14T22:24:13.939Z | Compiling cargo-platform v0.1.3 |
839 | 2024-02-14T22:24:14.153Z | Compiling toml_edit v0.21.1 |
840 | 2024-02-14T22:24:15.290Z | Compiling cargo_metadata v0.18.1 |
841 | 2024-02-14T22:24:16.359Z | Compiling toml v0.8.9 |
842 | 2024-02-14T22:24:17.128Z | Compiling cargo_toml v0.19.0 |
843 | 2024-02-14T22:24:24.362Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
844 | 2024-02-14T22:24:24.689Z | Finished dev [unoptimized + debuginfo] target(s) in 46.35s |
845 | 2024-02-14T22:24:24.689Z | Running `target/debug/xtask clippy` |
846 | 2024-02-14T22:24:24.689Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
847 | 2024-02-14T22:24:24.689Z | Downloading crates ... |
848 | 2024-02-14T22:24:24.690Z | Downloaded addr2line v0.21.0 |
849 | 2024-02-14T22:24:24.690Z | Downloaded ident_case v1.0.1 |
850 | 2024-02-14T22:24:24.690Z | Downloaded hubpack_derive v0.1.1 |
851 | 2024-02-14T22:24:24.690Z | Downloaded nested v0.1.1 |
852 | 2024-02-14T22:24:24.690Z | Downloaded bytecount v0.6.3 |
853 | 2024-02-14T22:24:24.690Z | Downloaded num-derive v0.4.0 |
854 | 2024-02-14T22:24:24.690Z | Downloaded iana-time-zone v0.1.57 |
855 | 2024-02-14T22:24:24.690Z | Downloaded lazy_static v1.4.0 |
856 | 2024-02-14T22:24:24.690Z | Downloaded hyper-tls v0.5.0 |
857 | 2024-02-14T22:24:24.690Z | Downloaded indoc v2.0.3 |
858 | 2024-02-14T22:24:24.690Z | Downloaded normalize-line-endings v0.3.0 |
859 | 2024-02-14T22:24:24.690Z | Downloaded newline-converter v0.3.0 |
860 | 2024-02-14T22:24:24.690Z | Downloaded kstat-rs v0.2.3 |
861 | 2024-02-14T22:24:24.690Z | Downloaded num-rational v0.4.1 |
862 | 2024-02-14T22:24:24.691Z | Downloaded ipnet v2.9.0 |
863 | 2024-02-14T22:24:24.691Z | Downloaded inout v0.1.3 |
864 | 2024-02-14T22:24:24.691Z | Downloaded num-bigint-dig v0.8.4 |
865 | 2024-02-14T22:24:24.691Z | Downloaded linked-hash-map v0.5.6 |
866 | 2024-02-14T22:24:24.691Z | Downloaded lru v0.12.1 |
867 | 2024-02-14T22:24:24.691Z | Downloaded criterion-plot v0.5.0 |
868 | 2024-02-14T22:24:24.691Z | Downloaded cpufeatures v0.2.12 |
869 | 2024-02-14T22:24:24.691Z | Downloaded hubpack v0.1.2 |
870 | 2024-02-14T22:24:24.691Z | Downloaded async-stream-impl v0.3.5 |
871 | 2024-02-14T22:24:24.691Z | Downloaded managed v0.8.0 |
872 | 2024-02-14T22:24:24.691Z | Downloaded cc v1.0.83 |
873 | 2024-02-14T22:24:24.691Z | Downloaded chacha20poly1305 v0.10.1 |
874 | 2024-02-14T22:24:24.691Z | Downloaded http v0.2.11 |
875 | 2024-02-14T22:24:24.691Z | Downloaded ciborium v0.2.2 |
876 | 2024-02-14T22:24:24.691Z | Downloaded basic-toml v0.1.8 |
877 | 2024-02-14T22:24:24.691Z | Downloaded http-body v1.0.0 |
878 | 2024-02-14T22:24:24.691Z | Downloaded aead v0.5.2 |
879 | 2024-02-14T22:24:24.691Z | Downloaded crucible-workspace-hack v0.1.0 |
880 | 2024-02-14T22:24:24.691Z | Downloaded async-stream v0.3.5 |
881 | 2024-02-14T22:24:24.692Z | Downloaded crunchy v0.2.2 |
882 | 2024-02-14T22:24:24.692Z | Downloaded autocfg v1.1.0 |
883 | 2024-02-14T22:24:24.692Z | Downloaded base16ct v0.2.0 |
884 | 2024-02-14T22:24:24.692Z | Downloaded new_debug_unreachable v1.0.4 |
885 | 2024-02-14T22:24:24.692Z | Downloaded cstr-argument v0.1.2 |
886 | 2024-02-14T22:24:24.692Z | Downloaded async-recursion v1.0.5 |
887 | 2024-02-14T22:24:24.692Z | Downloaded mockall v0.12.0 |
888 | 2024-02-14T22:24:24.692Z | Downloaded buf-list v1.0.3 |
889 | 2024-02-14T22:24:24.692Z | Downloaded highway v1.1.0 |
890 | 2024-02-14T22:24:24.692Z | Downloaded home v0.5.5 |
891 | 2024-02-14T22:24:24.692Z | Downloaded bit-set v0.5.3 |
892 | 2024-02-14T22:24:24.692Z | Downloaded cast v0.3.0 |
893 | 2024-02-14T22:24:24.692Z | Downloaded mime v0.3.17 |
894 | 2024-02-14T22:24:24.692Z | Downloaded chacha20 v0.9.1 |
895 | 2024-02-14T22:24:24.692Z | Downloaded castaway v0.2.2 |
896 | 2024-02-14T22:24:24.692Z | Downloaded maplit v1.0.2 |
897 | 2024-02-14T22:24:24.693Z | Downloaded bcs v0.1.6 |
898 | 2024-02-14T22:24:24.693Z | Downloaded usdt-attr-macro v0.5.0 |
899 | 2024-02-14T22:24:24.693Z | Downloaded serde_urlencoded v0.7.1 |
900 | 2024-02-14T22:24:24.693Z | Downloaded tower-layer v0.3.2 |
901 | 2024-02-14T22:24:24.693Z | Downloaded lalrpop-util v0.19.12 |
902 | 2024-02-14T22:24:24.693Z | Downloaded block-padding v0.3.3 |
903 | 2024-02-14T22:24:24.693Z | Downloaded anes v0.1.6 |
904 | 2024-02-14T22:24:24.693Z | Downloaded multer v3.0.0 |
905 | 2024-02-14T22:24:24.693Z | Downloaded crc-catalog v2.2.0 |
906 | 2024-02-14T22:24:24.693Z | Downloaded zone_cfg_derive v0.3.0 |
907 | 2024-02-14T22:24:24.693Z | Downloaded nibble_vec v0.1.0 |
908 | 2024-02-14T22:24:24.693Z | Downloaded usdt-attr-macro v0.3.5 |
909 | 2024-02-14T22:24:24.693Z | Downloaded sqlparser_derive v0.2.2 |
910 | 2024-02-14T22:24:24.693Z | Downloaded scheduled-thread-pool v0.2.7 |
911 | 2024-02-14T22:24:24.693Z | Downloaded base64ct v1.6.0 |
912 | 2024-02-14T22:24:24.693Z | Downloaded lru-cache v0.1.2 |
913 | 2024-02-14T22:24:24.693Z | Downloaded cancel-safe-futures v0.1.5 |
914 | 2024-02-14T22:24:24.693Z | Downloaded mime_guess v2.0.4 |
915 | 2024-02-14T22:24:24.693Z | Downloaded slog-scope v4.4.0 |
916 | 2024-02-14T22:24:24.693Z | Downloaded unicase v2.7.0 |
917 | 2024-02-14T22:24:24.693Z | Downloaded libtest-mimic v0.6.1 |
918 | 2024-02-14T22:24:24.693Z | Downloaded ahash v0.8.7 |
919 | 2024-02-14T22:24:24.693Z | Downloaded sqlformat v0.2.3 |
920 | 2024-02-14T22:24:24.693Z | Downloaded pretty-hex v0.4.1 |
921 | 2024-02-14T22:24:24.693Z | Downloaded crc32fast v1.3.2 |
922 | 2024-02-14T22:24:24.694Z | Downloaded crc-any v2.4.3 |
923 | 2024-02-14T22:24:24.694Z | Downloaded nu-ansi-term v0.49.0 |
924 | 2024-02-14T22:24:24.694Z | Downloaded csv-core v0.1.11 |
925 | 2024-02-14T22:24:24.694Z | Downloaded strum v0.26.1 |
926 | 2024-02-14T22:24:24.694Z | Downloaded embedded-io v0.4.0 |
927 | 2024-02-14T22:24:24.694Z | Downloaded blake2 v0.10.6 |
928 | 2024-02-14T22:24:24.694Z | Downloaded unicode-linebreak v0.1.5 |
929 | 2024-02-14T22:24:24.694Z | Downloaded untrusted v0.7.1 |
930 | 2024-02-14T22:24:24.694Z | Downloaded toolchain_find v0.2.0 |
931 | 2024-02-14T22:24:24.694Z | Downloaded defmt-parser v0.3.3 |
932 | 2024-02-14T22:24:24.694Z | Downloaded topological-sort v0.2.2 |
933 | 2024-02-14T22:24:24.694Z | Downloaded difflib v0.4.0 |
934 | 2024-02-14T22:24:24.694Z | Downloaded xattr v1.0.1 |
935 | 2024-02-14T22:24:24.694Z | Downloaded futures-io v0.3.30 |
936 | 2024-02-14T22:24:24.694Z | Downloaded tokio-stream v0.1.14 |
937 | 2024-02-14T22:24:24.694Z | Downloaded take_mut v0.2.2 |
938 | 2024-02-14T22:24:24.694Z | Downloaded plotters-svg v0.3.5 |
939 | 2024-02-14T22:24:24.694Z | Downloaded defmt-macros v0.3.6 |
940 | 2024-02-14T22:24:24.694Z | Downloaded allocator-api2 v0.2.16 |
941 | 2024-02-14T22:24:24.694Z | Downloaded ena v0.14.2 |
942 | 2024-02-14T22:24:24.694Z | Downloaded hyper-util v0.1.2 |
943 | 2024-02-14T22:24:24.695Z | Downloaded fd-lock v3.0.13 |
944 | 2024-02-14T22:24:25.342Z | Downloaded hex-literal v0.4.1 |
945 | 2024-02-14T22:24:25.342Z | Downloaded yansi v0.5.1 |
946 | 2024-02-14T22:24:25.342Z | Downloaded digest v0.10.7 |
947 | 2024-02-14T22:24:25.342Z | Downloaded olpc-cjson v0.1.3 |
948 | 2024-02-14T22:24:25.343Z | Downloaded zeroize v1.7.0 |
949 | 2024-02-14T22:24:25.343Z | Downloaded structmeta v0.2.0 |
950 | 2024-02-14T22:24:25.343Z | Downloaded strsim v0.8.0 |
951 | 2024-02-14T22:24:25.343Z | Downloaded arc-swap v1.6.0 |
952 | 2024-02-14T22:24:25.343Z | Downloaded foreign-types-shared v0.1.1 |
953 | 2024-02-14T22:24:25.343Z | Downloaded tap v1.0.1 |
954 | 2024-02-14T22:24:25.343Z | Downloaded foreign-types-macros v0.2.3 |
955 | 2024-02-14T22:24:25.343Z | Downloaded uuid v1.7.0 |
956 | 2024-02-14T22:24:25.343Z | Downloaded secrecy v0.8.0 |
957 | 2024-02-14T22:24:25.343Z | Downloaded path-slash v0.1.5 |
958 | 2024-02-14T22:24:25.343Z | Downloaded parse-size v1.0.0 |
959 | 2024-02-14T22:24:25.343Z | Downloaded structmeta-derive v0.3.0 |
960 | 2024-02-14T22:24:25.343Z | Downloaded openssl-macros v0.1.1 |
961 | 2024-02-14T22:24:25.343Z | Downloaded strum_macros v0.24.3 |
962 | 2024-02-14T22:24:25.343Z | Downloaded spin v0.5.2 |
963 | 2024-02-14T22:24:25.344Z | Downloaded packed_struct v0.10.1 |
964 | 2024-02-14T22:24:25.344Z | Downloaded rustls-native-certs v0.7.0 |
965 | 2024-02-14T22:24:25.344Z | Downloaded num_enum v0.5.11 |
966 | 2024-02-14T22:24:25.344Z | Downloaded pem v3.0.2 |
967 | 2024-02-14T22:24:25.344Z | Downloaded tabled_derive v0.7.0 |
968 | 2024-02-14T22:24:25.345Z | Downloaded rusty-fork v0.3.0 |
969 | 2024-02-14T22:24:25.345Z | Downloaded serde-big-array v0.5.1 |
970 | 2024-02-14T22:24:25.345Z | Downloaded rand_chacha v0.3.1 |
971 | 2024-02-14T22:24:25.345Z | Downloaded zerocopy-derive v0.7.32 |
972 | 2024-02-14T22:24:25.345Z | Downloaded base64 v0.21.7 |
973 | 2024-02-14T22:24:25.345Z | Downloaded unicode-bidi v0.3.13 |
974 | 2024-02-14T22:24:25.345Z | Downloaded derive_more v0.99.17 |
975 | 2024-02-14T22:24:25.345Z | Downloaded zone v0.3.0 |
976 | 2024-02-14T22:24:25.345Z | Downloaded float-cmp v0.9.0 |
977 | 2024-02-14T22:24:25.345Z | Downloaded unicode-width v0.1.11 |
978 | 2024-02-14T22:24:25.345Z | Downloaded tower-service v0.3.2 |
979 | 2024-02-14T22:24:25.345Z | Downloaded threadpool v1.8.1 |
980 | 2024-02-14T22:24:25.346Z | Downloaded wait-timeout v0.2.0 |
981 | 2024-02-14T22:24:25.346Z | Downloaded usdt-macro v0.5.0 |
982 | 2024-02-14T22:24:25.346Z | Downloaded radium v0.7.0 |
983 | 2024-02-14T22:24:25.346Z | Downloaded walkdir v2.4.0 |
984 | 2024-02-14T22:24:25.346Z | Downloaded textwrap v0.11.0 |
985 | 2024-02-14T22:24:25.346Z | Downloaded crypto-bigint v0.5.2 |
986 | 2024-02-14T22:24:25.346Z | Downloaded termtree v0.4.1 |
987 | 2024-02-14T22:24:25.346Z | Downloaded spin v0.9.8 |
988 | 2024-02-14T22:24:25.346Z | Downloaded oso-derive v0.27.0 |
989 | 2024-02-14T22:24:25.346Z | Downloaded getopts v0.2.21 |
990 | 2024-02-14T22:24:25.346Z | Downloaded r2d2 v0.8.10 |
991 | 2024-02-14T22:24:25.346Z | Downloaded supports-color v2.1.0 |
992 | 2024-02-14T22:24:25.347Z | Downloaded zerocopy v0.3.0 |
993 | 2024-02-14T22:24:25.347Z | Downloaded endian-type v0.1.2 |
994 | 2024-02-14T22:24:25.347Z | Downloaded hash32 v0.3.1 |
995 | 2024-02-14T22:24:25.347Z | Downloaded rustfmt-wrapper v0.2.0 |
996 | 2024-02-14T22:24:25.347Z | Downloaded waitgroup v0.1.2 |
997 | 2024-02-14T22:24:25.347Z | Downloaded foreign-types-shared v0.3.1 |
998 | 2024-02-14T22:24:25.347Z | Downloaded crossbeam-channel v0.5.8 |
999 | 2024-02-14T22:24:25.347Z | Downloaded time-macros v0.2.13 |
1000 | 2024-02-14T22:24:25.347Z | Downloaded platforms v3.0.2 |
1001 | 2024-02-14T22:24:25.347Z | Downloaded parking_lot v0.12.1 |
1002 | 2024-02-14T22:24:25.347Z | Downloaded pkcs1 v0.7.5 |
1003 | 2024-02-14T22:24:25.347Z | Downloaded darling v0.20.3 |
1004 | 2024-02-14T22:24:25.347Z | Downloaded gethostname v0.4.3 |
1005 | 2024-02-14T22:24:25.347Z | Downloaded pin-project-internal v1.1.3 |
1006 | 2024-02-14T22:24:25.347Z | Downloaded heck v0.3.3 |
1007 | 2024-02-14T22:24:25.347Z | Downloaded glob v0.3.1 |
1008 | 2024-02-14T22:24:25.347Z | Downloaded smf v0.2.2 |
1009 | 2024-02-14T22:24:25.347Z | Downloaded universal-hash v0.5.1 |
1010 | 2024-02-14T22:24:25.347Z | Downloaded structmeta-derive v0.2.0 |
1011 | 2024-02-14T22:24:25.347Z | Downloaded serde_path_to_error v0.1.15 |
1012 | 2024-02-14T22:24:25.348Z | Downloaded derive-where v1.2.7 |
1013 | 2024-02-14T22:24:25.348Z | Downloaded slog-stdlog v4.1.1 |
1014 | 2024-02-14T22:24:25.348Z | Downloaded unicode-xid v0.2.4 |
1015 | 2024-02-14T22:24:25.348Z | Downloaded pem-rfc7468 v0.7.0 |
1016 | 2024-02-14T22:24:25.348Z | Downloaded fatfs v0.3.6 |
1017 | 2024-02-14T22:24:25.348Z | Downloaded vte_generate_state_changes v0.1.1 |
1018 | 2024-02-14T22:24:25.348Z | Downloaded mio v0.8.9 |
1019 | 2024-02-14T22:24:25.348Z | Downloaded usdt v0.3.5 |
1020 | 2024-02-14T22:24:25.348Z | Downloaded relative-path v1.9.0 |
1021 | 2024-02-14T22:24:25.348Z | Downloaded deranged v0.3.8 |
1022 | 2024-02-14T22:24:25.348Z | Downloaded tinyvec v1.6.0 |
1023 | 2024-02-14T22:24:25.349Z | Downloaded parse-display v0.9.0 |
1024 | 2024-02-14T22:24:25.349Z | Downloaded signal-hook-tokio v0.3.1 |
1025 | 2024-02-14T22:24:25.349Z | Downloaded foreign-types v0.5.0 |
1026 | 2024-02-14T22:24:25.349Z | Downloaded dtrace-parser v0.1.14 |
1027 | 2024-02-14T22:24:25.349Z | Downloaded rustc-hash v1.1.0 |
1028 | 2024-02-14T22:24:25.349Z | Downloaded slab v0.4.9 |
1029 | 2024-02-14T22:24:25.349Z | Downloaded structmeta v0.3.0 |
1030 | 2024-02-14T22:24:25.349Z | Downloaded vsss-rs v3.3.4 |
1031 | 2024-02-14T22:24:25.349Z | Downloaded scopeguard v1.2.0 |
1032 | 2024-02-14T22:24:25.349Z | Downloaded rcgen v0.12.1 |
1033 | 2024-02-14T22:24:25.349Z | Downloaded opaque-debug v0.3.0 |
1034 | 2024-02-14T22:24:25.349Z | Downloaded flagset v0.4.3 |
1035 | 2024-02-14T22:24:25.349Z | Downloaded fixedbitset v0.4.2 |
1036 | 2024-02-14T22:24:25.350Z | Downloaded env_logger v0.10.0 |
1037 | 2024-02-14T22:24:25.350Z | Downloaded dirs-next v2.0.0 |
1038 | 2024-02-14T22:24:25.350Z | Downloaded futures-timer v3.0.2 |
1039 | 2024-02-14T22:24:25.350Z | Downloaded rustls-pemfile v1.0.3 |
1040 | 2024-02-14T22:24:25.350Z | Downloaded usdt-impl v0.3.5 |
1041 | 2024-02-14T22:24:25.350Z | Downloaded usdt-impl v0.5.0 |
1042 | 2024-02-14T22:24:25.350Z | Downloaded usdt v0.5.0 |
1043 | 2024-02-14T22:24:25.350Z | Downloaded once_cell v1.19.0 |
1044 | 2024-02-14T22:24:25.842Z | Downloaded futures-task v0.3.30 |
1045 | 2024-02-14T22:24:25.842Z | Downloaded dirs-sys-next v0.1.2 |
1046 | 2024-02-14T22:24:25.842Z | Downloaded trybuild v1.0.89 |
1047 | 2024-02-14T22:24:25.842Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1048 | 2024-02-14T22:24:25.842Z | Downloaded downcast v0.11.0 |
1049 | 2024-02-14T22:24:25.842Z | Downloaded darling_macro v0.20.3 |
1050 | 2024-02-14T22:24:25.842Z | Downloaded ff v0.13.0 |
1051 | 2024-02-14T22:24:25.842Z | Downloaded phf_shared v0.11.2 |
1052 | 2024-02-14T22:24:25.842Z | Downloaded pin-project v1.1.3 |
1053 | 2024-02-14T22:24:25.842Z | Downloaded derive_builder_macro v0.12.0 |
1054 | 2024-02-14T22:24:25.842Z | Downloaded serde_repr v0.1.16 |
1055 | 2024-02-14T22:24:25.842Z | Downloaded rustversion v1.0.14 |
1056 | 2024-02-14T22:24:25.843Z | Downloaded serde_tokenstream v0.1.7 |
1057 | 2024-02-14T22:24:25.843Z | Downloaded peeking_take_while v0.1.2 |
1058 | 2024-02-14T22:24:25.843Z | Downloaded textwrap v0.16.0 |
1059 | 2024-02-14T22:24:25.843Z | Downloaded rustc-demangle v0.1.23 |
1060 | 2024-02-14T22:24:25.843Z | Downloaded ref-cast v1.0.20 |
1061 | 2024-02-14T22:24:25.843Z | Downloaded pest_derive v2.7.6 |
1062 | 2024-02-14T22:24:25.843Z | Downloaded sha1 v0.10.6 |
1063 | 2024-02-14T22:24:25.843Z | Downloaded itertools v0.12.1 |
1064 | 2024-02-14T22:24:25.844Z | Downloaded tinyvec_macros v0.1.1 |
1065 | 2024-02-14T22:24:25.844Z | Downloaded papergrid v0.11.0 |
1066 | 2024-02-14T22:24:25.844Z | Downloaded darling_macro v0.14.4 |
1067 | 2024-02-14T22:24:25.844Z | Downloaded fxhash v0.2.1 |
1068 | 2024-02-14T22:24:25.844Z | Downloaded libm v0.2.7 |
1069 | 2024-02-14T22:24:25.844Z | Downloaded fragile v2.0.0 |
1070 | 2024-02-14T22:24:25.844Z | Downloaded doc-comment v0.3.3 |
1071 | 2024-02-14T22:24:25.844Z | Downloaded display-error-chain v0.2.0 |
1072 | 2024-02-14T22:24:25.844Z | Downloaded postgres-types v0.2.6 |
1073 | 2024-02-14T22:24:25.844Z | Downloaded num-integer v0.1.45 |
1074 | 2024-02-14T22:24:25.844Z | Downloaded vec_map v0.8.2 |
1075 | 2024-02-14T22:24:25.844Z | Downloaded ref-cast-impl v1.0.20 |
1076 | 2024-02-14T22:24:25.844Z | Downloaded futures-sink v0.3.30 |
1077 | 2024-02-14T22:24:25.844Z | Downloaded rand v0.4.6 |
1078 | 2024-02-14T22:24:25.844Z | Downloaded smawk v0.3.1 |
1079 | 2024-02-14T22:24:25.845Z | Downloaded time-core v0.1.1 |
1080 | 2024-02-14T22:24:25.845Z | Downloaded rustls-pemfile v2.0.0 |
1081 | 2024-02-14T22:24:25.845Z | Downloaded sec1 v0.7.3 |
1082 | 2024-02-14T22:24:25.845Z | Downloaded omicron-zone-package v0.11.0 |
1083 | 2024-02-14T22:24:25.845Z | Downloaded strum v0.25.0 |
1084 | 2024-02-14T22:24:25.845Z | Downloaded dof v0.3.0 |
1085 | 2024-02-14T22:24:25.845Z | Downloaded signature v1.6.4 |
1086 | 2024-02-14T22:24:25.845Z | Downloaded futures-macro v0.3.30 |
1087 | 2024-02-14T22:24:25.845Z | Downloaded dof v0.1.5 |
1088 | 2024-02-14T22:24:25.845Z | Downloaded quick-error v1.2.3 |
1089 | 2024-02-14T22:24:25.845Z | Downloaded itertools v0.10.5 |
1090 | 2024-02-14T22:24:25.845Z | Downloaded pathdiff v0.2.1 |
1091 | 2024-02-14T22:24:25.845Z | Downloaded precomputed-hash v0.1.1 |
1092 | 2024-02-14T22:24:25.845Z | Downloaded generic-array v0.14.7 |
1093 | 2024-02-14T22:24:25.845Z | Downloaded pest_generator v2.7.6 |
1094 | 2024-02-14T22:24:25.845Z | Downloaded wyz v0.5.1 |
1095 | 2024-02-14T22:24:25.845Z | Downloaded fastrand v2.0.1 |
1096 | 2024-02-14T22:24:25.845Z | Downloaded rustc_version v0.1.7 |
1097 | 2024-02-14T22:24:25.845Z | Downloaded derive_builder v0.12.0 |
1098 | 2024-02-14T22:24:25.846Z | Downloaded resolv-conf v0.7.0 |
1099 | 2024-02-14T22:24:25.846Z | Downloaded pretty-hex v0.2.1 |
1100 | 2024-02-14T22:24:25.846Z | Downloaded toml_edit v0.19.15 |
1101 | 2024-02-14T22:24:25.846Z | Downloaded headers-core v0.2.0 |
1102 | 2024-02-14T22:24:25.846Z | Downloaded want v0.3.1 |
1103 | 2024-02-14T22:24:25.846Z | Downloaded slog-term v2.9.0 |
1104 | 2024-02-14T22:24:25.846Z | Downloaded similar v2.3.0 |
1105 | 2024-02-14T22:24:25.846Z | Downloaded pkg-config v0.3.27 |
1106 | 2024-02-14T22:24:25.846Z | Downloaded debug-ignore v1.0.5 |
1107 | 2024-02-14T22:24:25.846Z | Downloaded fnv v1.0.7 |
1108 | 2024-02-14T22:24:25.846Z | Downloaded trust-dns-server v0.22.1 |
1109 | 2024-02-14T22:24:25.846Z | Downloaded rand_xorshift v0.3.0 |
1110 | 2024-02-14T22:24:25.846Z | Downloaded unicode-normalization v0.1.22 |
1111 | 2024-02-14T22:24:25.847Z | Downloaded zeroize_derive v1.4.2 |
1112 | 2024-02-14T22:24:25.847Z | Downloaded num-traits v0.2.16 |
1113 | 2024-02-14T22:24:25.847Z | Downloaded diesel_derives v2.1.2 |
1114 | 2024-02-14T22:24:25.847Z | Downloaded ppv-lite86 v0.2.17 |
1115 | 2024-02-14T22:24:25.847Z | Downloaded hyper v0.14.27 |
1116 | 2024-02-14T22:24:25.847Z | Downloaded fd-lock v4.0.2 |
1117 | 2024-02-14T22:24:25.847Z | Downloaded oso v0.27.0 |
1118 | 2024-02-14T22:24:25.847Z | Downloaded serde_yaml v0.9.25 |
1119 | 2024-02-14T22:24:25.847Z | Downloaded tough v0.16.0 |
1120 | 2024-02-14T22:24:25.847Z | Downloaded guppy v0.17.5 |
1121 | 2024-02-14T22:24:25.847Z | Downloaded darling v0.14.4 |
1122 | 2024-02-14T22:24:25.847Z | Downloaded getrandom v0.2.10 |
1123 | 2024-02-14T22:24:25.847Z | Downloaded futures-channel v0.3.30 |
1124 | 2024-02-14T22:24:25.847Z | Downloaded url v2.5.0 |
1125 | 2024-02-14T22:24:25.847Z | Downloaded poly1305 v0.8.0 |
1126 | 2024-02-14T22:24:25.847Z | Downloaded owo-colors v4.0.0 |
1127 | 2024-02-14T22:24:25.847Z | Downloaded oorandom v11.1.3 |
1128 | 2024-02-14T22:24:25.847Z | Downloaded schemars v0.8.16 |
1129 | 2024-02-14T22:24:25.847Z | Downloaded proc-macro-error-attr v1.0.4 |
1130 | 2024-02-14T22:24:25.847Z | Downloaded serde_with_macros v3.6.0 |
1131 | 2024-02-14T22:24:25.847Z | Downloaded tracing-core v0.1.31 |
1132 | 2024-02-14T22:24:25.847Z | Downloaded zip v0.6.6 |
1133 | 2024-02-14T22:24:25.847Z | Downloaded der_derive v0.7.2 |
1134 | 2024-02-14T22:24:25.847Z | Downloaded derive_builder_core v0.12.0 |
1135 | 2024-02-14T22:24:25.848Z | Downloaded rayon-core v1.12.0 |
1136 | 2024-02-14T22:24:25.848Z | Downloaded half v2.3.1 |
1137 | 2024-02-14T22:24:25.848Z | Downloaded prettyplease v0.2.16 |
1138 | 2024-02-14T22:24:25.848Z | Downloaded rustls-webpki v0.101.7 |
1139 | 2024-02-14T22:24:25.848Z | Downloaded tokio-postgres v0.7.10 |
1140 | 2024-02-14T22:24:25.848Z | Downloaded flate2 v1.0.28 |
1141 | 2024-02-14T22:24:25.848Z | Downloaded typed-path v0.7.0 |
1142 | 2024-02-14T22:24:25.848Z | Downloaded trust-dns-resolver v0.22.0 |
1143 | 2024-02-14T22:24:25.848Z | Downloaded heapless v0.8.0 |
1144 | 2024-02-14T22:24:26.489Z | Downloaded pretty_assertions v1.4.0 |
1145 | 2024-02-14T22:24:26.489Z | Downloaded tower v0.4.13 |
1146 | 2024-02-14T22:24:26.489Z | Downloaded der v0.7.8 |
1147 | 2024-02-14T22:24:26.489Z | Downloaded ron v0.8.1 |
1148 | 2024-02-14T22:24:26.489Z | Downloaded hashbrown v0.13.2 |
1149 | 2024-02-14T22:24:26.489Z | Downloaded tracing v0.1.37 |
1150 | 2024-02-14T22:24:26.489Z | Downloaded heapless v0.7.16 |
1151 | 2024-02-14T22:24:26.489Z | Downloaded reqwest v0.11.22 |
1152 | 2024-02-14T22:24:26.489Z | Downloaded rustls-webpki v0.102.1 |
1153 | 2024-02-14T22:24:26.489Z | Downloaded rustyline v13.0.0 |
1154 | 2024-02-14T22:24:26.489Z | Downloaded serde_with v3.6.0 |
1155 | 2024-02-14T22:24:26.489Z | Downloaded goblin v0.8.0 |
1156 | 2024-02-14T22:24:26.489Z | Downloaded petgraph v0.6.4 |
1157 | 2024-02-14T22:24:26.489Z | Downloaded futures-util v0.3.30 |
1158 | 2024-02-14T22:24:26.489Z | Downloaded radix_trie v0.2.1 |
1159 | 2024-02-14T22:24:26.490Z | Downloaded syn v1.0.109 |
1160 | 2024-02-14T22:24:26.490Z | Downloaded webpki-roots v0.25.2 |
1161 | 2024-02-14T22:24:26.490Z | Downloaded polar-core v0.27.0 |
1162 | 2024-02-14T22:24:26.490Z | Downloaded nix v0.27.1 |
1163 | 2024-02-14T22:24:26.490Z | Downloaded vcpkg v0.2.15 |
1164 | 2024-02-14T22:24:26.490Z | Downloaded regress v0.7.1 |
1165 | 2024-02-14T22:24:26.490Z | Downloaded smoltcp v0.9.1 |
1166 | 2024-02-14T22:24:26.490Z | Downloaded tabled v0.15.0 |
1167 | 2024-02-14T22:24:26.490Z | Downloaded smoltcp v0.11.0 |
1168 | 2024-02-14T22:24:26.490Z | Downloaded proptest v1.4.0 |
1169 | 2024-02-14T22:24:26.491Z | Downloaded ratatui v0.26.1 |
1170 | 2024-02-14T22:24:26.491Z | Downloaded object v0.30.4 |
1171 | 2024-02-14T22:24:26.491Z | Downloaded regex-automata v0.4.4 |
1172 | 2024-02-14T22:24:26.491Z | Downloaded bstr v1.6.0 |
1173 | 2024-02-14T22:24:26.491Z | Downloaded sha3 v0.10.8 |
1174 | 2024-02-14T22:24:26.491Z | Downloaded regex-syntax v0.8.2 |
1175 | 2024-02-14T22:24:26.491Z | Downloaded diesel v2.1.4 |
1176 | 2024-02-14T22:24:26.491Z | Downloaded tokio v1.36.0 |
1177 | 2024-02-14T22:24:26.491Z | Downloaded rustix v0.38.31 |
1178 | 2024-02-14T22:24:26.491Z | Downloaded regex-syntax v0.6.29 |
1179 | 2024-02-14T22:24:26.491Z | Downloaded regex v1.10.3 |
1180 | 2024-02-14T22:24:26.491Z | Downloaded sled v0.34.7 |
1181 | 2024-02-14T22:24:26.491Z | Downloaded zerocopy-derive v0.2.0 |
1182 | 2024-02-14T22:24:26.492Z | Downloaded zerocopy-derive v0.6.4 |
1183 | 2024-02-14T22:24:26.492Z | Downloaded rustls v0.22.2 |
1184 | 2024-02-14T22:24:26.492Z | Downloaded regex-automata v0.3.8 |
1185 | 2024-02-14T22:24:26.492Z | Downloaded openapiv3 v2.0.0 |
1186 | 2024-02-14T22:24:26.492Z | Downloaded bstr v0.2.17 |
1187 | 2024-02-14T22:24:26.492Z | Downloaded openssl v0.10.60 |
1188 | 2024-02-14T22:24:26.492Z | Downloaded gimli v0.28.0 |
1189 | 2024-02-14T22:24:26.492Z | Downloaded object v0.32.1 |
1190 | 2024-02-14T22:24:26.492Z | Downloaded rustls v0.21.9 |
1191 | 2024-02-14T22:24:26.492Z | Downloaded csv v1.3.0 |
1192 | 2024-02-14T22:24:26.492Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1193 | 2024-02-14T22:24:26.492Z | Downloaded curve25519-dalek v4.1.1 |
1194 | 2024-02-14T22:24:26.492Z | Downloaded trust-dns-proto v0.22.0 |
1195 | 2024-02-14T22:24:26.492Z | Downloaded lalrpop v0.19.12 |
1196 | 2024-02-14T22:24:26.492Z | Downloaded idna v0.2.3 |
1197 | 2024-02-14T22:24:26.492Z | Downloaded bitvec v1.0.1 |
1198 | 2024-02-14T22:24:26.492Z | Downloaded bindgen v0.69.2 |
1199 | 2024-02-14T22:24:26.492Z | Downloaded regex-automata v0.1.10 |
1200 | 2024-02-14T22:24:26.492Z | Downloaded expectorate v1.1.0 |
1201 | 2024-02-14T22:24:26.493Z | Downloaded quick-xml v0.30.0 |
1202 | 2024-02-14T22:24:26.493Z | Downloaded headers v0.3.9 |
1203 | 2024-02-14T22:24:26.493Z | Downloaded reedline v0.28.0 |
1204 | 2024-02-14T22:24:26.493Z | Downloaded salty v0.2.0 |
1205 | 2024-02-14T22:24:26.493Z | Downloaded encoding_rs v0.8.33 |
1206 | 2024-02-14T22:24:26.493Z | Downloaded rayon v1.8.0 |
1207 | 2024-02-14T22:24:26.493Z | Downloaded rand v0.8.5 |
1208 | 2024-02-14T22:24:26.493Z | Downloaded h2 v0.3.24 |
1209 | 2024-02-14T22:24:26.493Z | Downloaded clap v2.34.0 |
1210 | 2024-02-14T22:24:26.493Z | Downloaded chrono v0.4.31 |
1211 | 2024-02-14T22:24:26.493Z | Downloaded subprocess v0.2.9 |
1212 | 2024-02-14T22:24:26.493Z | Downloaded vte v0.11.1 |
1213 | 2024-02-14T22:24:26.493Z | Downloaded trust-dns-client v0.22.0 |
1214 | 2024-02-14T22:24:26.493Z | Downloaded plotters v0.3.5 |
1215 | 2024-02-14T22:24:26.493Z | Downloaded sqlparser v0.43.1 |
1216 | 2024-02-14T22:24:26.493Z | Downloaded pest v2.7.6 |
1217 | 2024-02-14T22:24:26.493Z | Downloaded darling_core v0.20.3 |
1218 | 2024-02-14T22:24:26.493Z | Downloaded elliptic-curve v0.13.8 |
1219 | 2024-02-14T22:24:26.493Z | Downloaded toml v0.7.8 |
1220 | 2024-02-14T22:24:26.493Z | Downloaded portable-atomic v1.4.3 |
1221 | 2024-02-14T22:24:26.493Z | Downloaded strum_macros v0.26.1 |
1222 | 2024-02-14T22:24:26.493Z | Downloaded time v0.3.27 |
1223 | 2024-02-14T22:24:26.494Z | Downloaded blake3 v1.5.0 |
1224 | 2024-02-14T22:24:26.494Z | Downloaded aho-corasick v1.0.4 |
1225 | 2024-02-14T22:24:26.494Z | Downloaded zerocopy v0.7.32 |
1226 | 2024-02-14T22:24:26.494Z | Downloaded unicode_categories v0.1.1 |
1227 | 2024-02-14T22:24:26.494Z | Downloaded hkdf v0.12.4 |
1228 | 2024-02-14T22:24:26.494Z | Downloaded structopt v0.3.26 |
1229 | 2024-02-14T22:24:26.494Z | Downloaded toml v0.5.11 |
1230 | 2024-02-14T22:24:26.494Z | Downloaded darling_core v0.14.4 |
1231 | 2024-02-14T22:24:26.494Z | Downloaded rsa v0.9.2 |
1232 | 2024-02-14T22:24:26.494Z | Downloaded hashbrown v0.12.3 |
1233 | 2024-02-14T22:24:26.494Z | Downloaded tracing-attributes v0.1.26 |
1234 | 2024-02-14T22:24:26.494Z | Downloaded whoami v1.4.1 |
1235 | 2024-02-14T22:24:26.494Z | Downloaded version_check v0.9.4 |
1236 | 2024-02-14T22:24:26.494Z | Downloaded funty v2.0.0 |
1237 | 2024-02-14T22:24:26.494Z | Downloaded datatest-stable v0.2.3 |
1238 | 2024-02-14T22:24:26.494Z | Downloaded rust-argon2 v1.0.1 |
1239 | 2024-02-14T22:24:26.494Z | Downloaded openssl-probe v0.1.5 |
1240 | 2024-02-14T22:24:26.494Z | Downloaded rstest v0.18.2 |
1241 | 2024-02-14T22:24:26.495Z | Downloaded futures v0.3.30 |
1242 | 2024-02-14T22:24:26.495Z | Downloaded form_urlencoded v1.2.1 |
1243 | 2024-02-14T22:24:26.495Z | Downloaded dyn-clone v1.0.16 |
1244 | 2024-02-14T22:24:26.623Z | Downloaded proc-macro-crate v1.3.1 |
1245 | 2024-02-14T22:24:26.624Z | Downloaded proc-macro-error v1.0.4 |
1246 | 2024-02-14T22:24:26.624Z | Downloaded zerocopy v0.6.4 |
1247 | 2024-02-14T22:24:26.624Z | Downloaded test-strategy v0.3.1 |
1248 | 2024-02-14T22:24:26.624Z | Downloaded hyper v1.1.0 |
1249 | 2024-02-14T22:24:26.624Z | Downloaded crossterm v0.27.0 |
1250 | 2024-02-14T22:24:26.624Z | Downloaded number_prefix v0.4.0 |
1251 | 2024-02-14T22:24:26.624Z | Downloaded predicates v3.1.0 |
1252 | 2024-02-14T22:24:26.624Z | Downloaded rustls-pki-types v1.1.0 |
1253 | 2024-02-14T22:24:26.624Z | Downloaded shell-words v1.1.0 |
1254 | 2024-02-14T22:24:26.625Z | Downloaded tokio-util v0.7.10 |
1255 | 2024-02-14T22:24:26.625Z | Downloaded structopt-derive v0.4.18 |
1256 | 2024-02-14T22:24:26.625Z | Downloaded which v4.4.0 |
1257 | 2024-02-14T22:24:26.625Z | Downloaded similar-asserts v1.5.0 |
1258 | 2024-02-14T22:24:26.625Z | Downloaded tokio-rustls v0.24.1 |
1259 | 2024-02-14T22:24:26.626Z | Downloaded unicode-segmentation v1.10.1 |
1260 | 2024-02-14T22:24:26.626Z | Downloaded num_threads v0.1.6 |
1261 | 2024-02-14T22:24:26.626Z | Downloaded slog-dtrace v0.3.0 |
1262 | 2024-02-14T22:24:26.626Z | Downloaded signal-hook-registry v1.4.1 |
1263 | 2024-02-14T22:24:26.626Z | Downloaded predicates-tree v1.0.9 |
1264 | 2024-02-14T22:24:26.626Z | Downloaded utf-8 v0.7.6 |
1265 | 2024-02-14T22:24:26.626Z | Downloaded predicates-core v1.0.6 |
1266 | 2024-02-14T22:24:26.626Z | Downloaded slog-envlogger v2.2.0 |
1267 | 2024-02-14T22:24:26.626Z | Downloaded parking_lot_core v0.8.6 |
1268 | 2024-02-14T22:24:26.626Z | Downloaded flume v0.11.0 |
1269 | 2024-02-14T22:24:26.626Z | Downloaded libxml v0.3.3 |
1270 | 2024-02-14T22:24:26.626Z | Downloaded semver v0.11.0 |
1271 | 2024-02-14T22:24:26.627Z | Downloaded semver v0.1.20 |
1272 | 2024-02-14T22:24:26.627Z | Downloaded pkcs8 v0.10.2 |
1273 | 2024-02-14T22:24:26.627Z | Downloaded unarray v0.1.4 |
1274 | 2024-02-14T22:24:26.627Z | Downloaded phf v0.11.2 |
1275 | 2024-02-14T22:24:26.627Z | Downloaded postcard v1.0.8 |
1276 | 2024-02-14T22:24:26.627Z | Downloaded postgres-protocol v0.6.6 |
1277 | 2024-02-14T22:24:26.627Z | Downloaded term v0.7.0 |
1278 | 2024-02-14T22:24:26.627Z | Downloaded x509-cert v0.2.4 |
1279 | 2024-02-14T22:24:26.627Z | Downloaded http v1.0.0 |
1280 | 2024-02-14T22:24:26.627Z | Downloaded criterion v0.5.1 |
1281 | 2024-02-14T22:24:26.627Z | Downloaded enum-as-inner v0.5.1 |
1282 | 2024-02-14T22:24:26.627Z | Downloaded either v1.9.0 |
1283 | 2024-02-14T22:24:26.628Z | Downloaded phf_shared v0.10.0 |
1284 | 2024-02-14T22:24:26.628Z | Downloaded usdt-macro v0.3.5 |
1285 | 2024-02-14T22:24:26.628Z | Downloaded subtle v2.5.0 |
1286 | 2024-02-14T22:24:26.628Z | Downloaded diff v0.1.13 |
1287 | 2024-02-14T22:24:26.628Z | Downloaded tungstenite v0.20.1 |
1288 | 2024-02-14T22:24:26.628Z | Downloaded openssl-sys v0.9.96 |
1289 | 2024-02-14T22:24:26.628Z | Downloaded yasna v0.5.2 |
1290 | 2024-02-14T22:24:26.628Z | Downloaded partial-io v0.5.4 |
1291 | 2024-02-14T22:24:26.628Z | Downloaded rand_core v0.6.4 |
1292 | 2024-02-14T22:24:26.629Z | Downloaded socket2 v0.5.5 |
1293 | 2024-02-14T22:24:26.629Z | Downloaded socket2 v0.4.9 |
1294 | 2024-02-14T22:24:26.629Z | Downloaded minimal-lexical v0.2.1 |
1295 | 2024-02-14T22:24:26.629Z | Downloaded steno v0.4.0 |
1296 | 2024-02-14T22:24:26.629Z | Downloaded plain v0.2.3 |
1297 | 2024-02-14T22:24:26.629Z | Downloaded pest_meta v2.7.6 |
1298 | 2024-02-14T22:24:26.629Z | Downloaded pin-project-lite v0.2.13 |
1299 | 2024-02-14T22:24:26.629Z | Downloaded parking_lot_core v0.9.8 |
1300 | 2024-02-14T22:24:26.629Z | Downloaded strum_macros v0.25.2 |
1301 | 2024-02-14T22:24:26.629Z | Downloaded fallible-iterator v0.2.0 |
1302 | 2024-02-14T22:24:26.629Z | Downloaded ed25519 v1.5.3 |
1303 | 2024-02-14T22:24:26.629Z | Downloaded serde_plain v1.0.2 |
1304 | 2024-02-14T22:24:26.629Z | Downloaded unsafe-libyaml v0.2.10 |
1305 | 2024-02-14T22:24:26.629Z | Downloaded tempfile v3.10.0 |
1306 | 2024-02-14T22:24:26.629Z | Downloaded ucd-trie v0.1.6 |
1307 | 2024-02-14T22:24:26.629Z | Downloaded typenum v1.16.0 |
1308 | 2024-02-14T22:24:26.629Z | Downloaded num_cpus v1.16.0 |
1309 | 2024-02-14T22:24:26.629Z | Downloaded slog-json v2.6.1 |
1310 | 2024-02-14T22:24:26.629Z | Downloaded fs-err v2.11.0 |
1311 | 2024-02-14T22:24:26.630Z | Downloaded data-encoding v2.4.0 |
1312 | 2024-02-14T22:24:26.630Z | Downloaded tinytemplate v1.2.1 |
1313 | 2024-02-14T22:24:26.630Z | Downloaded ring v0.17.7 |
1314 | 2024-02-14T22:24:26.630Z | Downloaded globset v0.4.13 |
1315 | 2024-02-14T22:24:26.630Z | Downloaded target-spec v3.1.0 |
1316 | 2024-02-14T22:24:26.630Z | Downloaded pin-utils v0.1.0 |
1317 | 2024-02-14T22:24:26.630Z | Downloaded parse-display-derive v0.9.0 |
1318 | 2024-02-14T22:24:26.630Z | Downloaded plotters-backend v0.3.5 |
1319 | 2024-02-14T22:24:26.630Z | Downloaded tokio-rustls v0.25.0 |
1320 | 2024-02-14T22:24:26.630Z | Downloaded parking_lot v0.11.2 |
1321 | 2024-02-14T22:24:26.630Z | Downloaded swrite v0.1.0 |
1322 | 2024-02-14T22:24:26.630Z | Downloaded tar v0.4.40 |
1323 | 2024-02-14T22:24:26.630Z | Downloaded backtrace v0.3.69 |
1324 | 2024-02-14T22:24:26.630Z | Downloaded snafu v0.7.5 |
1325 | 2024-02-14T22:24:26.630Z | Downloaded rstest_macros v0.18.2 |
1326 | 2024-02-14T22:24:26.630Z | Downloaded hex v0.4.3 |
1327 | 2024-02-14T22:24:26.630Z | Downloaded serde-big-array v0.4.1 |
1328 | 2024-02-14T22:24:26.630Z | Downloaded dtrace-parser v0.2.0 |
1329 | 2024-02-14T22:24:26.630Z | Downloaded password-hash v0.5.0 |
1330 | 2024-02-14T22:24:26.630Z | Downloaded tempdir v0.3.7 |
1331 | 2024-02-14T22:24:26.630Z | Downloaded ring v0.16.20 |
1332 | 2024-02-14T22:24:26.630Z | Downloaded tiny-keccak v2.0.2 |
1333 | 2024-02-14T22:24:26.630Z | Downloaded slog-bunyan v2.5.0 |
1334 | 2024-02-14T22:24:26.630Z | Downloaded signature v2.1.0 |
1335 | 2024-02-14T22:24:26.630Z | Downloaded miniz_oxide v0.7.1 |
1336 | 2024-02-14T22:24:26.631Z | Downloaded signal-hook v0.3.17 |
1337 | 2024-02-14T22:24:26.631Z | Downloaded scroll v0.12.0 |
1338 | 2024-02-14T22:24:26.631Z | Downloaded try-lock v0.2.4 |
1339 | 2024-02-14T22:24:26.631Z | Downloaded serde_derive_internals v0.26.0 |
1340 | 2024-02-14T22:24:26.631Z | Downloaded futures-executor v0.3.30 |
1341 | 2024-02-14T22:24:26.631Z | Downloaded num_enum_derive v0.5.11 |
1342 | 2024-02-14T22:24:26.631Z | Downloaded hash32 v0.2.1 |
1343 | 2024-02-14T22:24:26.631Z | Downloaded snafu-derive v0.7.5 |
1344 | 2024-02-14T22:24:26.650Z | Downloaded percent-encoding v2.3.1 |
1345 | 2024-02-14T22:24:26.650Z | Downloaded mockall_derive v0.12.0 |
1346 | 2024-02-14T22:24:26.650Z | Downloaded group v0.13.0 |
1347 | 2024-02-14T22:24:26.650Z | Downloaded thread-id v4.2.0 |
1348 | 2024-02-14T22:24:26.650Z | Downloaded slog v2.7.0 |
1349 | 2024-02-14T22:24:26.650Z | Downloaded crossbeam-epoch v0.9.15 |
1350 | 2024-02-14T22:24:26.650Z | Downloaded schemars_derive v0.8.16 |
1351 | 2024-02-14T22:24:26.650Z | Downloaded tokio-native-tls v0.3.1 |
1352 | 2024-02-14T22:24:26.650Z | Downloaded synstructure v0.12.6 |
1353 | 2024-02-14T22:24:26.650Z | Downloaded idna v0.5.0 |
1354 | 2024-02-14T22:24:26.650Z | Downloaded packed_struct_codegen v0.10.1 |
1355 | 2024-02-14T22:24:26.650Z | Downloaded tokio-tungstenite v0.20.1 |
1356 | 2024-02-14T22:24:26.650Z | Downloaded smallvec v1.13.1 |
1357 | 2024-02-14T22:24:26.651Z | Downloaded target-lexicon v0.12.13 |
1358 | 2024-02-14T22:24:26.651Z | Downloaded futures-core v0.3.30 |
1359 | 2024-02-14T22:24:26.651Z | Downloaded newtype_derive v0.1.6 |
1360 | 2024-02-14T22:24:26.651Z | Downloaded untrusted v0.9.0 |
1361 | 2024-02-14T22:24:26.651Z | Downloaded hmac v0.12.1 |
1362 | 2024-02-14T22:24:26.651Z | Downloaded defmt v0.3.5 |
1363 | 2024-02-14T22:24:26.651Z | Downloaded same-file v1.0.6 |
1364 | 2024-02-14T22:24:26.651Z | Downloaded native-tls v0.2.11 |
1365 | 2024-02-14T22:24:26.651Z | Downloaded httptest v0.15.5 |
1366 | 2024-02-14T22:24:26.651Z | Downloaded tui-tree-widget v0.17.0 |
1367 | 2024-02-14T22:24:26.651Z | Downloaded shlex v1.3.0 |
1368 | 2024-02-14T22:24:26.652Z | Downloaded sct v0.7.0 |
1369 | 2024-02-14T22:24:26.652Z | Downloaded filetime v0.2.23 |
1370 | 2024-02-14T22:24:26.652Z | Downloaded paste v1.0.14 |
1371 | 2024-02-14T22:24:26.652Z | Downloaded spki v0.7.2 |
1372 | 2024-02-14T22:24:26.652Z | Downloaded thiserror-no-std v2.0.2 |
1373 | 2024-02-14T22:24:26.652Z | Downloaded termcolor v1.2.0 |
1374 | 2024-02-14T22:24:26.652Z | Downloaded stable_deref_trait v1.2.0 |
1375 | 2024-02-14T22:24:26.652Z | Downloaded signal-hook-mio v0.2.3 |
1376 | 2024-02-14T22:24:26.652Z | Downloaded crossbeam-utils v0.8.16 |
1377 | 2024-02-14T22:24:26.652Z | Downloaded cfg-expr v0.15.6 |
1378 | 2024-02-14T22:24:26.652Z | Downloaded thiserror-impl-no-std v2.0.2 |
1379 | 2024-02-14T22:24:26.652Z | Downloaded termios v0.3.3 |
1380 | 2024-02-14T22:24:26.652Z | Downloaded static_assertions v1.1.0 |
1381 | 2024-02-14T22:24:26.652Z | Downloaded smallvec v0.6.14 |
1382 | 2024-02-14T22:24:26.653Z | Downloaded slog-async v2.8.0 |
1383 | 2024-02-14T22:24:26.653Z | Downloaded siphasher v0.3.11 |
1384 | 2024-02-14T22:24:26.653Z | Downloaded serde-hex v0.1.0 |
1385 | 2024-02-14T22:24:26.653Z | Downloaded tokio-macros v2.2.0 |
1386 | 2024-02-14T22:24:26.653Z | Downloaded stringprep v0.1.3 |
1387 | 2024-02-14T22:24:26.653Z | Downloaded sha2 v0.10.8 |
1388 | 2024-02-14T22:24:26.653Z | Downloaded bzip2 v0.4.4 |
1389 | 2024-02-14T22:24:26.653Z | Downloaded blake2b_simd v1.0.1 |
1390 | 2024-02-14T22:24:26.653Z | Downloaded string_cache v0.8.7 |
1391 | 2024-02-14T22:24:26.653Z | Downloaded crypto-common v0.1.6 |
1392 | 2024-02-14T22:24:26.653Z | Downloaded cexpr v0.6.0 |
1393 | 2024-02-14T22:24:26.653Z | Downloaded thread_local v1.1.7 |
1394 | 2024-02-14T22:24:26.654Z | Downloaded strip-ansi-escapes v0.2.0 |
1395 | 2024-02-14T22:24:26.654Z | Downloaded camino-tempfile v1.1.1 |
1396 | 2024-02-14T22:24:26.654Z | Downloaded hostname v0.3.1 |
1397 | 2024-02-14T22:24:26.654Z | Downloaded bitflags v2.4.0 |
1398 | 2024-02-14T22:24:26.654Z | Downloaded rustc_version v0.4.0 |
1399 | 2024-02-14T22:24:26.654Z | Downloaded nanorand v0.7.0 |
1400 | 2024-02-14T22:24:26.654Z | Downloaded indicatif v0.17.7 |
1401 | 2024-02-14T22:24:26.654Z | Downloaded hyper-rustls v0.26.0 |
1402 | 2024-02-14T22:24:26.654Z | Downloaded memoffset v0.7.1 |
1403 | 2024-02-14T22:24:26.654Z | Downloaded httparse v1.8.0 |
1404 | 2024-02-14T22:24:26.654Z | Downloaded block-buffer v0.10.4 |
1405 | 2024-02-14T22:24:26.654Z | Downloaded async-trait v0.1.77 |
1406 | 2024-02-14T22:24:26.654Z | Downloaded arrayvec v0.7.4 |
1407 | 2024-02-14T22:24:26.655Z | Downloaded argon2 v0.5.3 |
1408 | 2024-02-14T22:24:26.655Z | Downloaded foreign-types v0.3.2 |
1409 | 2024-02-14T22:24:26.655Z | Downloaded semver-parser v0.10.2 |
1410 | 2024-02-14T22:24:26.655Z | Downloaded ansi_term v0.12.1 |
1411 | 2024-02-14T22:24:26.655Z | Downloaded guppy-workspace-hack v0.1.0 |
1412 | 2024-02-14T22:24:26.655Z | Downloaded stability v0.1.1 |
1413 | 2024-02-14T22:24:26.655Z | Downloaded rtoolbox v0.0.1 |
1414 | 2024-02-14T22:24:26.677Z | Downloaded remove_dir_all v0.5.3 |
1415 | 2024-02-14T22:24:26.678Z | Downloaded cfg-if v1.0.0 |
1416 | 2024-02-14T22:24:26.678Z | Downloaded assert_cmd v2.0.13 |
1417 | 2024-02-14T22:24:26.678Z | Downloaded memoffset v0.9.0 |
1418 | 2024-02-14T22:24:26.678Z | Downloaded maybe-uninit v2.0.0 |
1419 | 2024-02-14T22:24:26.678Z | Downloaded httpdate v1.0.3 |
1420 | 2024-02-14T22:24:26.678Z | Downloaded bb8 v0.8.3 |
1421 | 2024-02-14T22:24:26.678Z | Downloaded linear-map v1.2.0 |
1422 | 2024-02-14T22:24:26.678Z | Downloaded libloading v0.7.4 |
1423 | 2024-02-14T22:24:26.678Z | Downloaded constant_time_eq v0.2.6 |
1424 | 2024-02-14T22:24:26.678Z | Downloaded bitfield v0.14.0 |
1425 | 2024-02-14T22:24:26.678Z | Downloaded libsw v3.3.1 |
1426 | 2024-02-14T22:24:26.678Z | Downloaded cassowary v0.3.0 |
1427 | 2024-02-14T22:24:26.678Z | Downloaded macaddr v1.0.1 |
1428 | 2024-02-14T22:24:26.679Z | Downloaded memmap v0.7.0 |
1429 | 2024-02-14T22:24:26.679Z | Downloaded bit-vec v0.6.3 |
1430 | 2024-02-14T22:24:26.679Z | Downloaded serde_tokenstream v0.2.0 |
1431 | 2024-02-14T22:24:26.679Z | Downloaded scroll_derive v0.12.0 |
1432 | 2024-02-14T22:24:26.679Z | Downloaded array-init v0.0.4 |
1433 | 2024-02-14T22:24:26.679Z | Downloaded lazycell v1.3.0 |
1434 | 2024-02-14T22:24:26.679Z | Downloaded arrayref v0.3.7 |
1435 | 2024-02-14T22:24:26.679Z | Downloaded adler v1.0.2 |
1436 | 2024-02-14T22:24:26.679Z | Downloaded humantime v2.1.0 |
1437 | 2024-02-14T22:24:26.679Z | Downloaded multimap v0.8.3 |
1438 | 2024-02-14T22:24:26.679Z | Downloaded http-range v0.1.5 |
1439 | 2024-02-14T22:24:26.680Z | Downloaded matches v0.1.10 |
1440 | 2024-02-14T22:24:26.680Z | Downloaded approx v0.5.1 |
1441 | 2024-02-14T22:24:26.680Z | Downloaded rpassword v7.3.1 |
1442 | 2024-02-14T22:24:26.680Z | Downloaded match_cfg v0.1.0 |
1443 | 2024-02-14T22:24:26.680Z | Downloaded ipnetwork v0.20.0 |
1444 | 2024-02-14T22:24:26.702Z | Downloaded indexmap v1.9.3 |
1445 | 2024-02-14T22:24:26.702Z | Downloaded compact_str v0.7.1 |
1446 | 2024-02-14T22:24:26.702Z | Downloaded ciborium-io v0.2.2 |
1447 | 2024-02-14T22:24:26.702Z | Downloaded memmap2 v0.7.1 |
1448 | 2024-02-14T22:24:26.702Z | Downloaded ascii-canvas v3.0.0 |
1449 | 2024-02-14T22:24:26.702Z | Downloaded libefi-sys v0.1.0 |
1450 | 2024-02-14T22:24:26.702Z | Downloaded cookie v0.18.0 |
1451 | 2024-02-14T22:24:26.702Z | Downloaded console v0.15.8 |
1452 | 2024-02-14T22:24:26.702Z | Downloaded md-5 v0.10.5 |
1453 | 2024-02-14T22:24:26.702Z | Downloaded curve25519-dalek-derive v0.1.0 |
1454 | 2024-02-14T22:24:26.702Z | Downloaded atty v0.2.14 |
1455 | 2024-02-14T22:24:26.702Z | Downloaded atomicwrites v0.4.3 |
1456 | 2024-02-14T22:24:26.702Z | Downloaded log v0.4.20 |
1457 | 2024-02-14T22:24:26.703Z | Downloaded constant_time_eq v0.3.0 |
1458 | 2024-02-14T22:24:26.703Z | Downloaded atomic-waker v1.1.1 |
1459 | 2024-02-14T22:24:26.703Z | Downloaded cipher v0.4.4 |
1460 | 2024-02-14T22:24:26.703Z | Downloaded http-body v0.4.5 |
1461 | 2024-02-14T22:24:26.703Z | Downloaded bytes v1.5.0 |
1462 | 2024-02-14T22:24:26.703Z | Downloaded lock_api v0.4.10 |
1463 | 2024-02-14T22:24:26.703Z | Downloaded const-oid v0.9.5 |
1464 | 2024-02-14T22:24:26.703Z | Downloaded clang-sys v1.6.1 |
1465 | 2024-02-14T22:24:26.703Z | Downloaded crossbeam-deque v0.8.3 |
1466 | 2024-02-14T22:24:26.703Z | Downloaded byteorder v1.5.0 |
1467 | 2024-02-14T22:24:26.703Z | Downloaded nom v7.1.3 |
1468 | 2024-02-14T22:24:26.703Z | Downloaded is_ci v1.1.1 |
1469 | 2024-02-14T22:24:26.703Z | Downloaded backoff v0.4.0 |
1470 | 2024-02-14T22:24:26.703Z | Downloaded num-bigint v0.4.4 |
1471 | 2024-02-14T22:24:26.703Z | Downloaded assert_matches v1.5.0 |
1472 | 2024-02-14T22:24:26.703Z | Downloaded num-iter v0.1.43 |
1473 | 2024-02-14T22:24:26.703Z | Downloaded num-complex v0.4.4 |
1474 | 2024-02-14T22:24:26.704Z | Downloaded num v0.4.1 |
1475 | 2024-02-14T22:24:26.704Z | Downloaded nodrop v0.1.14 |
1476 | 2024-02-14T22:24:26.704Z | Downloaded keccak v0.1.4 |
1477 | 2024-02-14T22:24:26.704Z | Downloaded indoc v1.0.9 |
1478 | 2024-02-14T22:24:26.704Z | Downloaded crc v3.0.1 |
1479 | 2024-02-14T22:24:26.704Z | Downloaded is-terminal v0.4.9 |
1480 | 2024-02-14T22:24:26.704Z | Downloaded instant v0.1.12 |
1481 | 2024-02-14T22:24:26.704Z | Downloaded impl-trait-for-tuples v0.2.2 |
1482 | 2024-02-14T22:24:26.704Z | Downloaded corncobs v0.1.3 |
1483 | 2024-02-14T22:24:26.704Z | Downloaded cobs v0.2.3 |
1484 | 2024-02-14T22:24:26.704Z | Downloaded hyper-staticfile v0.9.5 |
1485 | 2024-02-14T22:24:26.704Z | Downloaded hyper-rustls v0.24.2 |
1486 | 2024-02-14T22:24:26.704Z | Downloaded convert_case v0.4.0 |
1487 | 2024-02-14T22:24:26.704Z | Downloaded colored v2.0.4 |
1488 | 2024-02-14T22:24:26.704Z | Downloaded ciborium-ll v0.2.2 |
1489 | 2024-02-14T22:24:26.704Z | Compiling serde v1.0.196 |
1490 | 2024-02-14T22:24:26.705Z | Compiling autocfg v1.1.0 |
1491 | 2024-02-14T22:24:26.705Z | Compiling version_check v0.9.4 |
1492 | 2024-02-14T22:24:26.705Z | Checking cfg-if v1.0.0 |
1493 | 2024-02-14T22:24:26.705Z | Compiling syn v1.0.109 |
1494 | 2024-02-14T22:24:26.705Z | Checking libc v0.2.153 |
1495 | 2024-02-14T22:24:26.705Z | Compiling syn v2.0.48 |
1496 | 2024-02-14T22:24:26.705Z | Compiling parking_lot_core v0.9.8 |
1497 | 2024-02-14T22:24:26.705Z | Compiling cc v1.0.83 |
1498 | 2024-02-14T22:24:26.933Z | Compiling memchr v2.6.3 |
1499 | 2024-02-14T22:24:27.196Z | Compiling once_cell v1.19.0 |
1500 | 2024-02-14T22:24:27.320Z | Compiling ahash v0.8.7 |
1501 | 2024-02-14T22:24:27.412Z | Compiling lock_api v0.4.10 |
1502 | 2024-02-14T22:24:27.518Z | Compiling libm v0.2.7 |
1503 | 2024-02-14T22:24:27.687Z | Compiling num-traits v0.2.16 |
1504 | 2024-02-14T22:24:27.907Z | Checking getrandom v0.2.10 |
1505 | 2024-02-14T22:24:28.000Z | Compiling byteorder v1.5.0 |
1506 | 2024-02-14T22:24:28.001Z | Compiling serde_json v1.0.113 |
1507 | 2024-02-14T22:24:28.621Z | Compiling log v0.4.20 |
1508 | 2024-02-14T22:24:28.882Z | Compiling slab v0.4.9 |
1509 | 2024-02-14T22:24:28.986Z | Compiling typenum v1.16.0 |
1510 | 2024-02-14T22:24:30.027Z | Compiling generic-array v0.14.7 |
1511 | 2024-02-14T22:24:30.633Z | Checking scopeguard v1.2.0 |
1512 | 2024-02-14T22:24:30.633Z | Checking itoa v1.0.9 |
1513 | 2024-02-14T22:24:30.633Z | Compiling pkg-config v0.3.27 |
1514 | 2024-02-14T22:24:30.633Z | Checking smallvec v1.13.1 |
1515 | 2024-02-14T22:24:30.633Z | Compiling allocator-api2 v0.2.16 |
1516 | 2024-02-14T22:24:30.633Z | Compiling rustix v0.38.31 |
1517 | 2024-02-14T22:24:30.633Z | Compiling ring v0.17.7 |
1518 | 2024-02-14T22:24:30.633Z | Compiling schemars v0.8.16 |
1519 | 2024-02-14T22:24:43.616Z | Compiling httparse v1.8.0 |
1520 | 2024-02-14T22:24:43.616Z | Compiling fnv v1.0.7 |
1521 | 2024-02-14T22:24:43.870Z | Compiling vcpkg v0.2.15 |
1522 | 2024-02-14T22:24:44.004Z | Compiling aho-corasick v1.0.4 |
1523 | 2024-02-14T22:24:44.005Z | Compiling regex-syntax v0.8.2 |
1524 | 2024-02-14T22:24:44.005Z | Checking parking_lot v0.12.1 |
1525 | 2024-02-14T22:24:44.005Z | Checking pin-project-lite v0.2.13 |
1526 | 2024-02-14T22:24:44.005Z | Compiling ucd-trie v0.1.6 |
1527 | 2024-02-14T22:24:44.005Z | Compiling openssl-sys v0.9.96 |
1528 | 2024-02-14T22:24:44.005Z | Compiling ring v0.16.20 |
1529 | 2024-02-14T22:24:44.005Z | Compiling serde_derive_internals v0.26.0 |
1530 | 2024-02-14T22:24:44.005Z | Compiling regex-automata v0.4.4 |
1531 | 2024-02-14T22:24:44.005Z | Checking signal-hook-registry v1.4.1 |
1532 | 2024-02-14T22:24:44.005Z | Checking mio v0.8.9 |
1533 | 2024-02-14T22:24:44.005Z | Checking rand_core v0.6.4 |
1534 | 2024-02-14T22:24:44.005Z | Compiling openssl v0.10.60 |
1535 | 2024-02-14T22:24:44.005Z | Compiling crossbeam-utils v0.8.16 |
1536 | 2024-02-14T22:24:44.005Z | Compiling iana-time-zone v0.1.57 |
1537 | 2024-02-14T22:24:44.005Z | Checking ryu v1.0.15 |
1538 | 2024-02-14T22:24:44.005Z | Checking num_cpus v1.16.0 |
1539 | 2024-02-14T22:24:44.005Z | Checking futures-core v0.3.30 |
1540 | 2024-02-14T22:24:44.005Z | Compiling native-tls v0.2.11 |
1541 | 2024-02-14T22:24:44.005Z | Compiling rustls v0.21.9 |
1542 | 2024-02-14T22:24:44.006Z | Checking socket2 v0.5.5 |
1543 | 2024-02-14T22:24:44.006Z | Compiling dyn-clone v1.0.16 |
1544 | 2024-02-14T22:24:44.006Z | Compiling spin v0.5.2 |
1545 | 2024-02-14T22:24:44.006Z | Compiling async-trait v0.1.77 |
1546 | 2024-02-14T22:24:44.006Z | Compiling slog v2.7.0 |
1547 | 2024-02-14T22:24:44.006Z | Compiling memoffset v0.9.0 |
1548 | 2024-02-14T22:24:44.006Z | Compiling crossbeam-epoch v0.9.15 |
1549 | 2024-02-14T22:24:44.006Z | Compiling backtrace v0.3.69 |
1550 | 2024-02-14T22:24:44.006Z | Compiling regex v1.10.3 |
1551 | 2024-02-14T22:24:44.006Z | Compiling errno v0.3.8 |
1552 | 2024-02-14T22:24:44.006Z | Compiling futures-sink v0.3.30 |
1553 | 2024-02-14T22:24:44.006Z | Compiling crc32fast v1.3.2 |
1554 | 2024-02-14T22:24:44.006Z | Compiling unicode-xid v0.2.4 |
1555 | 2024-02-14T22:24:44.006Z | Compiling tinyvec_macros v0.1.1 |
1556 | 2024-02-14T22:24:44.006Z | Compiling either v1.9.0 |
1557 | 2024-02-14T22:24:44.006Z | Compiling tinyvec v1.6.0 |
1558 | 2024-02-14T22:24:44.006Z | Compiling futures-channel v0.3.30 |
1559 | 2024-02-14T22:24:44.006Z | Compiling unicode-width v0.1.11 |
1560 | 2024-02-14T22:24:44.006Z | Compiling futures-io v0.3.30 |
1561 | 2024-02-14T22:24:44.006Z | Compiling futures-task v0.3.30 |
1562 | 2024-02-14T22:24:44.006Z | Compiling rustversion v1.0.14 |
1563 | 2024-02-14T22:24:44.007Z | Compiling anyhow v1.0.75 |
1564 | 2024-02-14T22:24:44.007Z | Compiling pin-utils v0.1.0 |
1565 | 2024-02-14T22:24:44.007Z | Compiling spin v0.9.8 |
1566 | 2024-02-14T22:24:44.007Z | Compiling tracing-core v0.1.31 |
1567 | 2024-02-14T22:24:44.007Z | Compiling serde_derive v1.0.196 |
1568 | 2024-02-14T22:24:44.007Z | Compiling zerocopy-derive v0.7.32 |
1569 | 2024-02-14T22:24:44.007Z | Compiling thiserror-impl v1.0.56 |
1570 | 2024-02-14T22:24:44.007Z | Compiling zeroize_derive v1.4.2 |
1571 | 2024-02-14T22:24:44.007Z | Compiling tokio-macros v2.2.0 |
1572 | 2024-02-14T22:24:44.007Z | Compiling futures-macro v0.3.30 |
1573 | 2024-02-14T22:24:44.007Z | Compiling tracing-attributes v0.1.26 |
1574 | 2024-02-14T22:24:44.056Z | Compiling schemars_derive v0.8.16 |
1575 | 2024-02-14T22:24:44.265Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-02-14T22:24:44.571Z | Compiling zerocopy v0.7.32 |
1577 | 2024-02-14T22:24:45.036Z | Checking zeroize v1.7.0 |
1578 | 2024-02-14T22:24:45.742Z | Compiling thiserror v1.0.56 |
1579 | 2024-02-14T22:24:45.876Z | Compiling pest v2.7.6 |
1580 | 2024-02-14T22:24:46.416Z | Compiling futures-util v0.3.30 |
1581 | 2024-02-14T22:24:47.052Z | Compiling hashbrown v0.14.2 |
1582 | 2024-02-14T22:24:47.191Z | Compiling hashbrown v0.13.2 |
1583 | 2024-02-14T22:24:47.624Z | Compiling unicode-normalization v0.1.22 |
1584 | 2024-02-14T22:24:48.156Z | Compiling unicode-bidi v0.3.13 |
1585 | 2024-02-14T22:24:48.370Z | Compiling pest_meta v2.7.6 |
1586 | 2024-02-14T22:24:48.536Z | Compiling tracing v0.1.37 |
1587 | 2024-02-14T22:24:48.751Z | Compiling der_derive v0.7.2 |
1588 | 2024-02-14T22:24:49.427Z | Compiling num-integer v0.1.45 |
1589 | 2024-02-14T22:24:49.730Z | Compiling pest_generator v2.7.6 |
1590 | 2024-02-14T22:24:49.950Z | Checking subtle v2.5.0 |
1591 | 2024-02-14T22:24:50.234Z | Compiling lazy_static v1.4.0 |
1592 | 2024-02-14T22:24:51.911Z | Compiling untrusted v0.7.1 |
1593 | 2024-02-14T22:24:52.137Z | Compiling foreign-types-shared v0.1.1 |
1594 | 2024-02-14T22:24:52.245Z | Compiling percent-encoding v2.3.1 |
1595 | 2024-02-14T22:24:52.333Z | Compiling untrusted v0.9.0 |
1596 | 2024-02-14T22:24:52.508Z | Compiling time-core v0.1.1 |
1597 | 2024-02-14T22:24:52.707Z | Compiling time-macros v0.2.13 |
1598 | 2024-02-14T22:24:53.172Z | Compiling foreign-types v0.3.2 |
1599 | 2024-02-14T22:24:53.287Z | Compiling scroll_derive v0.12.0 |
1600 | 2024-02-14T22:24:54.066Z | Compiling pest_derive v2.7.6 |
1601 | 2024-02-14T22:24:55.036Z | Compiling synstructure v0.12.6 |
1602 | 2024-02-14T22:24:56.087Z | Compiling thread-id v4.2.0 |
1603 | 2024-02-14T22:24:56.201Z | Compiling base64 v0.21.7 |
1604 | 2024-02-14T22:24:56.415Z | Compiling try-lock v0.2.4 |
1605 | 2024-02-14T22:24:56.563Z | Compiling want v0.3.1 |
1606 | 2024-02-14T22:24:56.599Z | Compiling sct v0.7.0 |
1607 | 2024-02-14T22:24:56.792Z | Compiling rustls-webpki v0.101.7 |
1608 | 2024-02-14T22:24:56.904Z | Compiling form_urlencoded v1.2.1 |
1609 | 2024-02-14T22:24:56.955Z | Checking bytes v1.5.0 |
1610 | 2024-02-14T22:24:57.038Z | Checking bitflags v2.4.0 |
1611 | 2024-02-14T22:24:57.047Z | Compiling zerocopy-derive v0.2.0 |
1612 | 2024-02-14T22:24:57.323Z | Compiling socket2 v0.4.9 |
1613 | 2024-02-14T22:24:57.375Z | Compiling tower-service v0.3.2 |
1614 | 2024-02-14T22:24:57.501Z | Compiling httpdate v1.0.3 |
1615 | 2024-02-14T22:24:57.807Z | Checking tokio v1.36.0 |
1616 | 2024-02-14T22:24:57.975Z | Compiling const-oid v0.9.5 |
1617 | 2024-02-14T22:24:58.446Z | Compiling indexmap v2.2.2 |
1618 | 2024-02-14T22:24:58.944Z | Compiling chrono v0.4.31 |
1619 | 2024-02-14T22:24:59.247Z | Compiling uuid v1.7.0 |
1620 | 2024-02-14T22:24:59.288Z | Compiling semver v1.0.21 |
1621 | 2024-02-14T22:24:59.852Z | Compiling http v0.2.11 |
1622 | 2024-02-14T22:25:00.028Z | Compiling serde_spanned v0.6.5 |
1623 | 2024-02-14T22:25:00.148Z | Compiling toml_datetime v0.6.5 |
1624 | 2024-02-14T22:25:00.269Z | Compiling openapiv3 v2.0.0 |
1625 | 2024-02-14T22:25:00.643Z | Compiling rustc_version v0.4.0 |
1626 | 2024-02-14T22:25:01.014Z | Compiling toml_edit v0.19.15 |
1627 | 2024-02-14T22:25:02.726Z | Compiling http-body v0.4.5 |
1628 | 2024-02-14T22:25:03.607Z | Compiling openssl-probe v0.1.5 |
1629 | 2024-02-14T22:25:05.193Z | Compiling idna v0.5.0 |
1630 | 2024-02-14T22:25:05.775Z | Compiling adler v1.0.2 |
1631 | 2024-02-14T22:25:05.941Z | Compiling miniz_oxide v0.7.1 |
1632 | 2024-02-14T22:25:06.021Z | Compiling ipnet v2.9.0 |
1633 | 2024-02-14T22:25:06.924Z | Compiling url v2.5.0 |
1634 | 2024-02-14T22:25:07.450Z | Compiling signal-hook v0.3.17 |
1635 | 2024-02-14T22:25:07.712Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-02-14T22:25:07.752Z | Compiling rustls-pemfile v1.0.3 |
1637 | 2024-02-14T22:25:07.798Z | Compiling crypto-common v0.1.6 |
1638 | 2024-02-14T22:25:08.033Z | Compiling clap_derive v4.4.2 |
1639 | 2024-02-14T22:25:08.135Z | Compiling zerocopy-derive v0.6.4 |
1640 | 2024-02-14T22:25:08.259Z | Compiling usdt-impl v0.3.5 |
1641 | 2024-02-14T22:25:08.641Z | Compiling encoding_rs v0.8.33 |
1642 | 2024-02-14T22:25:09.015Z | Compiling tokio-util v0.7.10 |
1643 | 2024-02-14T22:25:10.708Z | Compiling h2 v0.3.24 |
1644 | 2024-02-14T22:25:10.742Z | Compiling tokio-native-tls v0.3.1 |
1645 | 2024-02-14T22:25:10.742Z | Compiling tokio-rustls v0.24.1 |
1646 | 2024-02-14T22:25:10.974Z | Compiling webpki-roots v0.25.2 |
1647 | 2024-02-14T22:25:11.129Z | Compiling siphasher v0.3.11 |
1648 | 2024-02-14T22:25:11.147Z | Compiling mime v0.3.17 |
1649 | 2024-02-14T22:25:11.574Z | Compiling gimli v0.28.0 |
1650 | 2024-02-14T22:25:11.964Z | Compiling zerocopy v0.3.0 |
1651 | 2024-02-14T22:25:12.534Z | Compiling scroll v0.12.0 |
1652 | 2024-02-14T22:25:13.000Z | Compiling block-buffer v0.10.4 |
1653 | 2024-02-14T22:25:13.286Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1654 | 2024-02-14T22:25:13.489Z | Compiling object v0.32.1 |
1655 | 2024-02-14T22:25:13.664Z | Compiling num-iter v0.1.43 |
1656 | 2024-02-14T22:25:13.778Z | Compiling usdt-impl v0.5.0 |
1657 | 2024-02-14T22:25:13.798Z | Compiling plain v0.2.3 |
1658 | 2024-02-14T22:25:14.118Z | Compiling rustc-demangle v0.1.23 |
1659 | 2024-02-14T22:25:14.171Z | Checking equivalent v1.0.1 |
1660 | 2024-02-14T22:25:15.334Z | Compiling goblin v0.8.0 |
1661 | 2024-02-14T22:25:15.769Z | Compiling flate2 v1.0.28 |
1662 | 2024-02-14T22:25:16.492Z | Compiling addr2line v0.21.0 |
1663 | 2024-02-14T22:25:16.898Z | Compiling digest v0.10.7 |
1664 | 2024-02-14T22:25:17.076Z | Compiling dof v0.1.5 |
1665 | 2024-02-14T22:25:17.144Z | Compiling heapless v0.7.16 |
1666 | 2024-02-14T22:25:17.206Z | Compiling dtrace-parser v0.1.14 |
1667 | 2024-02-14T22:25:17.226Z | Compiling futures-executor v0.3.30 |
1668 | 2024-02-14T22:25:17.801Z | Compiling pretty-hex v0.4.1 |
1669 | 2024-02-14T22:25:17.864Z | Compiling ppv-lite86 v0.2.17 |
1670 | 2024-02-14T22:25:18.029Z | Compiling hyper v0.14.27 |
1671 | 2024-02-14T22:25:18.602Z | Compiling futures v0.3.30 |
1672 | 2024-02-14T22:25:18.692Z | Compiling rand_chacha v0.3.1 |
1673 | 2024-02-14T22:25:18.727Z | Compiling toml v0.7.8 |
1674 | 2024-02-14T22:25:19.367Z | Compiling toml_edit v0.21.1 |
1675 | 2024-02-14T22:25:20.632Z | Compiling serde_tokenstream v0.1.7 |
1676 | 2024-02-14T22:25:20.665Z | Compiling hex v0.4.3 |
1677 | 2024-02-14T22:25:20.799Z | Compiling dtrace-parser v0.2.0 |
1678 | 2024-02-14T22:25:21.313Z | Compiling strum_macros v0.25.2 |
1679 | 2024-02-14T22:25:22.317Z | Compiling dof v0.3.0 |
1680 | 2024-02-14T22:25:23.143Z | Compiling bit-vec v0.6.3 |
1681 | 2024-02-14T22:25:23.402Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1682 | 2024-02-14T22:25:24.495Z | Compiling rand v0.8.5 |
1683 | 2024-02-14T22:25:24.829Z | Compiling phf_shared v0.10.0 |
1684 | 2024-02-14T22:25:25.029Z | Compiling num-bigint v0.4.4 |
1685 | 2024-02-14T22:25:25.257Z | Compiling precomputed-hash v0.1.1 |
1686 | 2024-02-14T22:25:25.379Z | Compiling new_debug_unreachable v1.0.4 |
1687 | 2024-02-14T22:25:25.479Z | Compiling base64ct v1.6.0 |
1688 | 2024-02-14T22:25:25.797Z | Compiling hyper-rustls v0.24.2 |
1689 | 2024-02-14T22:25:25.912Z | Compiling hyper-tls v0.5.0 |
1690 | 2024-02-14T22:25:25.929Z | Compiling smoltcp v0.9.1 |
1691 | 2024-02-14T22:25:26.177Z | Compiling minimal-lexical v0.2.1 |
1692 | 2024-02-14T22:25:26.187Z | Compiling fixedbitset v0.4.2 |
1693 | 2024-02-14T22:25:26.278Z | Compiling reqwest v0.11.22 |
1694 | 2024-02-14T22:25:26.639Z | Compiling nom v7.1.3 |
1695 | 2024-02-14T22:25:26.733Z | Compiling petgraph v0.6.4 |
1696 | 2024-02-14T22:25:26.822Z | Compiling pem-rfc7468 v0.7.0 |
1697 | 2024-02-14T22:25:27.067Z | Compiling string_cache v0.8.7 |
1698 | 2024-02-14T22:25:27.316Z | Compiling bit-set v0.5.3 |
1699 | 2024-02-14T22:25:27.544Z | Compiling usdt-macro v0.3.5 |
1700 | 2024-02-14T22:25:27.619Z | Compiling usdt-attr-macro v0.3.5 |
1701 | 2024-02-14T22:25:27.639Z | Compiling hmac v0.12.1 |
1702 | 2024-02-14T22:25:28.155Z | Compiling hubpack_derive v0.1.1 |
1703 | 2024-02-14T22:25:28.464Z | Compiling enum-as-inner v0.5.1 |
1704 | 2024-02-14T22:25:29.060Z | Compiling itertools v0.10.5 |
1705 | 2024-02-14T22:25:29.201Z | Compiling diesel_table_macro_syntax v0.1.0 |
1706 | 2024-02-14T22:25:29.282Z | Compiling flagset v0.4.3 |
1707 | 2024-02-14T22:25:29.591Z | Compiling unicode-segmentation v1.10.1 |
1708 | 2024-02-14T22:25:29.633Z | Compiling lalrpop-util v0.19.12 |
1709 | 2024-02-14T22:25:29.978Z | Compiling diesel_derives v2.1.2 |
1710 | 2024-02-14T22:25:30.005Z | Compiling der v0.7.8 |
1711 | 2024-02-14T22:25:30.583Z | Compiling cpufeatures v0.2.12 |
1712 | 2024-02-14T22:25:30.718Z | Compiling sha2 v0.10.8 |
1713 | 2024-02-14T22:25:31.143Z | Compiling rustix v0.37.23 |
1714 | 2024-02-14T22:25:31.530Z | Compiling md-5 v0.10.5 |
1715 | 2024-02-14T22:25:32.057Z | Compiling stringprep v0.1.3 |
1716 | 2024-02-14T22:25:32.109Z | Compiling serde_repr v0.1.16 |
1717 | 2024-02-14T22:25:32.742Z | Compiling spki v0.7.2 |
1718 | 2024-02-14T22:25:32.906Z | Compiling hash32 v0.2.1 |
1719 | 2024-02-14T22:25:33.117Z | Checking unicode-ident v1.0.12 |
1720 | 2024-02-14T22:25:33.165Z | Compiling fallible-iterator v0.2.0 |
1721 | 2024-02-14T22:25:33.333Z | Compiling stable_deref_trait v1.2.0 |
1722 | 2024-02-14T22:25:33.413Z | Compiling pkcs8 v0.10.2 |
1723 | 2024-02-14T22:25:33.596Z | Compiling terminal_size v0.2.6 |
1724 | 2024-02-14T22:25:33.811Z | Compiling postgres-protocol v0.6.6 |
1725 | 2024-02-14T22:25:33.999Z | Compiling phf_shared v0.11.2 |
1726 | 2024-02-14T22:25:34.183Z | Compiling ff v0.13.0 |
1727 | 2024-02-14T22:25:34.440Z | Compiling block-padding v0.3.3 |
1728 | 2024-02-14T22:25:34.526Z | Compiling scheduled-thread-pool v0.2.7 |
1729 | 2024-02-14T22:25:34.623Z | Compiling regex-automata v0.1.10 |
1730 | 2024-02-14T22:25:34.923Z | Compiling num_threads v0.1.6 |
1731 | 2024-02-14T22:25:35.057Z | Compiling base16ct v0.2.0 |
1732 | 2024-02-14T22:25:35.061Z | Compiling managed v0.8.0 |
1733 | 2024-02-14T22:25:35.141Z | Compiling matches v0.1.10 |
1734 | 2024-02-14T22:25:35.159Z | Compiling deranged v0.3.8 |
1735 | 2024-02-14T22:25:35.231Z | Compiling clap_builder v4.4.2 |
1736 | 2024-02-14T22:25:35.244Z | Compiling sec1 v0.7.3 |
1737 | 2024-02-14T22:25:35.378Z | Compiling idna v0.2.3 |
1738 | 2024-02-14T22:25:35.851Z | Compiling bstr v0.2.17 |
1739 | 2024-02-14T22:25:35.881Z | Compiling r2d2 v0.8.10 |
1740 | 2024-02-14T22:25:36.298Z | Compiling inout v0.1.3 |
1741 | 2024-02-14T22:25:36.806Z | Compiling postgres-types v0.2.6 |
1742 | 2024-02-14T22:25:37.122Z | Compiling time v0.3.27 |
1743 | 2024-02-14T22:25:37.139Z | Compiling group v0.13.0 |
1744 | 2024-02-14T22:25:37.442Z | Compiling signal-hook-mio v0.2.3 |
1745 | 2024-02-14T22:25:37.466Z | Compiling phf v0.11.2 |
1746 | 2024-02-14T22:25:37.612Z | Compiling bzip2 v0.4.4 |
1747 | 2024-02-14T22:25:38.007Z | Compiling hubpack v0.1.2 |
1748 | 2024-02-14T22:25:38.040Z | Compiling hkdf v0.12.4 |
1749 | 2024-02-14T22:25:38.314Z | Compiling zerocopy v0.6.4 |
1750 | 2024-02-14T22:25:38.481Z | Compiling ipnetwork v0.20.0 |
1751 | 2024-02-14T22:25:38.676Z | Compiling crypto-bigint v0.5.2 |
1752 | 2024-02-14T22:25:39.233Z | Compiling float-cmp v0.9.0 |
1753 | 2024-02-14T22:25:39.436Z | Compiling difflib v0.4.0 |
1754 | 2024-02-14T22:25:39.480Z | Compiling regex-automata v0.3.8 |
1755 | 2024-02-14T22:25:41.388Z | Checking bitflags v1.3.2 |
1756 | 2024-02-14T22:25:41.496Z | Compiling static_assertions v1.1.0 |
1757 | 2024-02-14T22:25:41.605Z | Compiling normalize-line-endings v0.3.0 |
1758 | 2024-02-14T22:25:41.758Z | Compiling whoami v1.4.1 |
1759 | 2024-02-14T22:25:42.224Z | Compiling data-encoding v2.4.0 |
1760 | 2024-02-14T22:25:42.431Z | Compiling predicates-core v1.0.6 |
1761 | 2024-02-14T22:25:42.453Z | Compiling tokio-postgres v0.7.10 |
1762 | 2024-02-14T22:25:42.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1763 | 2024-02-14T22:25:42.804Z | Compiling predicates v3.1.0 |
1764 | 2024-02-14T22:25:43.060Z | Compiling trust-dns-proto v0.22.0 |
1765 | 2024-02-14T22:25:44.693Z | Compiling bstr v1.6.0 |
1766 | 2024-02-14T22:25:44.747Z | Compiling yasna v0.5.2 |
1767 | 2024-02-14T22:25:45.811Z | Compiling elliptic-curve v0.13.8 |
1768 | 2024-02-14T22:25:46.369Z | Compiling clap v4.4.3 |
1769 | 2024-02-14T22:25:46.483Z | Compiling zip v0.6.6 |
1770 | 2024-02-14T22:25:46.666Z | Compiling crossterm v0.27.0 |
1771 | 2024-02-14T22:25:46.945Z | Compiling similar v2.3.0 |
1772 | 2024-02-14T22:25:47.785Z | Compiling diesel v2.1.4 |
1773 | 2024-02-14T22:25:47.964Z | Compiling cipher v0.4.4 |
1774 | 2024-02-14T22:25:48.294Z | Checking proc-macro2 v1.0.78 |
1775 | 2024-02-14T22:25:48.720Z | Compiling usdt v0.3.5 |
1776 | 2024-02-14T22:25:49.013Z | Compiling tokio-stream v0.1.14 |
1777 | 2024-02-14T22:25:49.031Z | Compiling console v0.15.8 |
1778 | 2024-02-14T22:25:49.679Z | Checking quote v1.0.35 |
1779 | 2024-02-14T22:25:53.312Z | Checking utf8parse v0.2.1 |
1780 | 2024-02-14T22:25:54.696Z | Checking anstyle v1.0.2 |
1781 | 2024-02-14T22:25:56.108Z | Compiling serde_tokenstream v0.2.0 |
1782 | 2024-02-14T22:25:56.714Z | Checking io-lifetimes v1.0.11 |
1783 | 2024-02-14T22:26:00.521Z | Checking anstyle-parse v0.2.1 |
1784 | 2024-02-14T22:26:01.243Z | Checking anstyle-query v1.0.0 |
1785 | 2024-02-14T22:26:01.259Z | Checking colorchoice v1.0.0 |
1786 | 2024-02-14T22:26:01.395Z | Checking anstream v0.5.0 |
1787 | 2024-02-14T22:26:01.707Z | Checking clap_lex v0.5.1 |
1788 | 2024-02-14T22:26:01.755Z | Checking strsim v0.10.0 |
1789 | 2024-02-14T22:26:02.221Z | Checking winnow v0.5.15 |
1790 | 2024-02-14T22:26:07.610Z | Compiling regress v0.7.1 |
1791 | 2024-02-14T22:26:11.302Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1792 | 2024-02-14T22:26:18.723Z | Compiling getopts v0.2.21 |
1793 | 2024-02-14T22:26:18.993Z | Compiling unsafe-libyaml v0.2.10 |
1794 | 2024-02-14T22:26:19.017Z | Checking heck v0.4.1 |
1795 | 2024-02-14T22:26:20.251Z | Checking camino v1.1.6 |
1796 | 2024-02-14T22:26:20.871Z | Compiling serde_yaml v0.9.25 |
1797 | 2024-02-14T22:26:21.117Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1798 | 2024-02-14T22:26:21.221Z | Compiling ident_case v1.0.1 |
1799 | 2024-02-14T22:26:21.418Z | Checking match_cfg v0.1.0 |
1800 | 2024-02-14T22:26:21.444Z | Checking fastrand v2.0.1 |
1801 | 2024-02-14T22:26:21.472Z | Checking rustls-pki-types v1.1.0 |
1802 | 2024-02-14T22:26:21.960Z | Checking hostname v0.3.1 |
1803 | 2024-02-14T22:26:21.961Z | Checking http v1.0.0 |
1804 | 2024-02-14T22:26:21.961Z | Checking tempfile v3.10.0 |
1805 | 2024-02-14T22:26:21.961Z | Checking atty v0.2.14 |
1806 | 2024-02-14T22:26:22.026Z | Compiling paste v1.0.14 |
1807 | 2024-02-14T22:26:22.176Z | Checking quick-error v1.2.3 |
1808 | 2024-02-14T22:26:22.333Z | Checking sha1 v0.10.6 |
1809 | 2024-02-14T22:26:22.616Z | Checking dirs-sys-next v0.1.2 |
1810 | 2024-02-14T22:26:22.674Z | Compiling rustls v0.22.2 |
1811 | 2024-02-14T22:26:22.814Z | Checking dirs-next v2.0.0 |
1812 | 2024-02-14T22:26:23.023Z | Checking rustls-webpki v0.102.1 |
1813 | 2024-02-14T22:26:23.182Z | Checking crossbeam-channel v0.5.8 |
1814 | 2024-02-14T22:26:23.847Z | Checking thread_local v1.1.7 |
1815 | 2024-02-14T22:26:24.015Z | Checking instant v0.1.12 |
1816 | 2024-02-14T22:26:24.137Z | Compiling slog-async v2.8.0 |
1817 | 2024-02-14T22:26:24.310Z | Checking term v0.7.0 |
1818 | 2024-02-14T22:26:24.788Z | Checking rustls-pemfile v2.0.0 |
1819 | 2024-02-14T22:26:24.807Z | Compiling multer v3.0.0 |
1820 | 2024-02-14T22:26:25.048Z | Checking take_mut v0.2.2 |
1821 | 2024-02-14T22:26:25.065Z | Checking debug-ignore v1.0.5 |
1822 | 2024-02-14T22:26:25.207Z | Checking slog-term v2.9.0 |
1823 | 2024-02-14T22:26:25.227Z | Compiling darling_core v0.20.3 |
1824 | 2024-02-14T22:26:25.492Z | Checking slog-json v2.6.1 |
1825 | 2024-02-14T22:26:25.515Z | Compiling async-stream-impl v0.3.5 |
1826 | 2024-02-14T22:26:25.756Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1827 | 2024-02-14T22:26:25.774Z | Checking atomic-waker v1.1.1 |
1828 | 2024-02-14T22:26:25.919Z | Checking waitgroup v0.1.2 |
1829 | 2024-02-14T22:26:26.066Z | Checking slog-bunyan v2.5.0 |
1830 | 2024-02-14T22:26:26.225Z | Checking toml v0.8.9 |
1831 | 2024-02-14T22:26:26.603Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1832 | 2024-02-14T22:26:27.104Z | Checking serde_path_to_error v0.1.15 |
1833 | 2024-02-14T22:26:27.184Z | Checking async-stream v0.3.5 |
1834 | 2024-02-14T22:26:27.398Z | Checking wait-timeout v0.2.0 |
1835 | 2024-02-14T22:26:27.597Z | Checking strum v0.25.0 |
1836 | 2024-02-14T22:26:27.759Z | Compiling structmeta-derive v0.3.0 |
1837 | 2024-02-14T22:26:27.786Z | Checking rusty-fork v0.3.0 |
1838 | 2024-02-14T22:26:28.108Z | Compiling structmeta-derive v0.2.0 |
1839 | 2024-02-14T22:26:28.270Z | Checking tokio-rustls v0.25.0 |
1840 | 2024-02-14T22:26:28.660Z | Checking rand_xorshift v0.3.0 |
1841 | 2024-02-14T22:26:28.891Z | Checking unarray v0.1.4 |
1842 | 2024-02-14T22:26:29.016Z | Checking proptest v1.4.0 |
1843 | 2024-02-14T22:26:31.197Z | Compiling structmeta v0.3.0 |
1844 | 2024-02-14T22:26:31.612Z | Compiling structmeta v0.2.0 |
1845 | 2024-02-14T22:26:31.716Z | Compiling parse-display-derive v0.9.0 |
1846 | 2024-02-14T22:26:31.924Z | Compiling darling_macro v0.20.3 |
1847 | 2024-02-14T22:26:32.099Z | Checking backoff v0.4.0 |
1848 | 2024-02-14T22:26:32.324Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1849 | 2024-02-14T22:26:32.436Z | Compiling test-strategy v0.3.1 |
1850 | 2024-02-14T22:26:32.967Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1851 | 2024-02-14T22:26:33.103Z | Compiling darling v0.20.3 |
1852 | 2024-02-14T22:26:33.244Z | Compiling serde_with_macros v3.6.0 |
1853 | 2024-02-14T22:26:33.353Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1854 | 2024-02-14T22:26:33.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1855 | 2024-02-14T22:26:33.527Z | Checking macaddr v1.0.1 |
1856 | 2024-02-14T22:26:33.904Z | Checking camino-tempfile v1.1.1 |
1857 | 2024-02-14T22:26:33.935Z | Checking is-terminal v0.4.9 |
1858 | 2024-02-14T22:26:34.033Z | Compiling proc-macro-error-attr v1.0.4 |
1859 | 2024-02-14T22:26:34.191Z | Compiling proc-macro-error v1.0.4 |
1860 | 2024-02-14T22:26:34.418Z | Compiling proc-macro-crate v1.3.1 |
1861 | 2024-02-14T22:26:34.706Z | Checking termtree v0.4.1 |
1862 | 2024-02-14T22:26:34.929Z | Compiling heapless v0.8.0 |
1863 | 2024-02-14T22:26:35.652Z | Compiling num_enum_derive v0.5.11 |
1864 | 2024-02-14T22:26:35.951Z | Checking predicates-tree v1.0.9 |
1865 | 2024-02-14T22:26:36.117Z | Checking hash32 v0.3.1 |
1866 | 2024-02-14T22:26:36.263Z | Compiling smoltcp v0.11.0 |
1867 | 2024-02-14T22:26:36.332Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1868 | 2024-02-14T22:26:36.939Z | Checking serde_with v3.6.0 |
1869 | 2024-02-14T22:26:37.100Z | Compiling usdt-attr-macro v0.5.0 |
1870 | 2024-02-14T22:26:37.189Z | Compiling usdt-macro v0.5.0 |
1871 | 2024-02-14T22:26:37.244Z | Checking parse-display v0.9.0 |
1872 | 2024-02-14T22:26:37.485Z | Checking memmap v0.7.0 |
1873 | 2024-02-14T22:26:37.716Z | Checking cobs v0.2.3 |
1874 | 2024-02-14T22:26:37.861Z | Compiling crucible-workspace-hack v0.1.0 |
1875 | 2024-02-14T22:26:37.916Z | Checking embedded-io v0.4.0 |
1876 | 2024-02-14T22:26:38.055Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1877 | 2024-02-14T22:26:38.185Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1878 | 2024-02-14T22:26:38.209Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1879 | 2024-02-14T22:26:38.633Z | Checking postcard v1.0.8 |
1880 | 2024-02-14T22:26:38.905Z | Checking num_enum v0.5.11 |
1881 | 2024-02-14T22:26:40.201Z | Checking usdt v0.5.0 |
1882 | 2024-02-14T22:26:40.211Z | Compiling foreign-types-macros v0.2.3 |
1883 | 2024-02-14T22:26:40.212Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-14T22:26:40.212Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1885 | 2024-02-14T22:26:40.212Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1886 | 2024-02-14T22:26:40.212Z | Checking foreign-types-shared v0.3.1 |
1887 | 2024-02-14T22:26:40.212Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1888 | 2024-02-14T22:26:40.212Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-02-14T22:26:40.233Z | Checking cstr-argument v0.1.2 |
1890 | 2024-02-14T22:26:40.419Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1891 | 2024-02-14T22:26:40.461Z | Checking foreign-types v0.5.0 |
1892 | 2024-02-14T22:26:40.582Z | Checking pretty-hex v0.2.1 |
1893 | 2024-02-14T22:26:41.124Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1894 | 2024-02-14T22:26:41.124Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1895 | 2024-02-14T22:26:41.124Z | Checking colored v2.0.4 |
1896 | 2024-02-14T22:26:41.124Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1897 | 2024-02-14T22:26:41.125Z | Compiling zone_cfg_derive v0.3.0 |
1898 | 2024-02-14T22:26:41.125Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1899 | 2024-02-14T22:26:41.173Z | Compiling num-derive v0.4.0 |
1900 | 2024-02-14T22:26:41.276Z | Compiling mockall_derive v0.12.0 |
1901 | 2024-02-14T22:26:41.480Z | Checking downcast v0.11.0 |
1902 | 2024-02-14T22:26:41.789Z | Checking fragile v2.0.0 |
1903 | 2024-02-14T22:26:42.055Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1904 | 2024-02-14T22:26:42.324Z | Checking smf v0.2.2 |
1905 | 2024-02-14T22:26:42.363Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1906 | 2024-02-14T22:26:42.781Z | Checking xattr v1.0.1 |
1907 | 2024-02-14T22:26:42.833Z | Checking zone v0.3.0 |
1908 | 2024-02-14T22:26:42.970Z | Checking filetime v0.2.23 |
1909 | 2024-02-14T22:26:43.187Z | Checking same-file v1.0.6 |
1910 | 2024-02-14T22:26:43.363Z | Checking tar v0.4.40 |
1911 | 2024-02-14T22:26:43.381Z | Checking walkdir v2.4.0 |
1912 | 2024-02-14T22:26:43.654Z | Checking pem v3.0.2 |
1913 | 2024-02-14T22:26:43.669Z | Compiling rayon-core v1.12.0 |
1914 | 2024-02-14T22:26:43.898Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1915 | 2024-02-14T22:26:44.387Z | Checking linked-hash-map v0.5.6 |
1916 | 2024-02-14T22:26:44.387Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1917 | 2024-02-14T22:26:44.387Z | Checking itertools v0.12.1 |
1918 | 2024-02-14T22:26:44.387Z | Checking headers-core v0.2.0 |
1919 | 2024-02-14T22:26:44.387Z | Checking lru-cache v0.1.2 |
1920 | 2024-02-14T22:26:44.387Z | Checking headers v0.3.9 |
1921 | 2024-02-14T22:26:44.462Z | Checking password-hash v0.5.0 |
1922 | 2024-02-14T22:26:44.471Z | Checking blake2 v0.10.6 |
1923 | 2024-02-14T22:26:44.921Z | Checking swrite v0.1.0 |
1924 | 2024-02-14T22:26:44.941Z | Checking argon2 v0.5.3 |
1925 | 2024-02-14T22:26:45.048Z | Checking rcgen v0.12.1 |
1926 | 2024-02-14T22:26:45.516Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1927 | 2024-02-14T22:26:45.582Z | Checking atomicwrites v0.4.3 |
1928 | 2024-02-14T22:26:45.645Z | Checking subprocess v0.2.9 |
1929 | 2024-02-14T22:26:45.786Z | Checking arc-swap v1.6.0 |
1930 | 2024-02-14T22:26:45.806Z | Compiling cancel-safe-futures v0.1.5 |
1931 | 2024-02-14T22:26:45.841Z | Checking half v2.3.1 |
1932 | 2024-02-14T22:26:46.230Z | Checking ciborium-io v0.2.2 |
1933 | 2024-02-14T22:26:46.694Z | Checking slog-scope v4.4.0 |
1934 | 2024-02-14T22:26:46.702Z | Checking resolv-conf v0.7.0 |
1935 | 2024-02-14T22:26:46.702Z | Checking ciborium-ll v0.2.2 |
1936 | 2024-02-14T22:26:46.702Z | Checking slog-stdlog v4.1.1 |
1937 | 2024-02-14T22:26:46.702Z | Checking slog-envlogger v2.2.0 |
1938 | 2024-02-14T22:26:47.138Z | Checking ciborium v0.2.2 |
1939 | 2024-02-14T22:26:47.149Z | Checking trust-dns-resolver v0.22.0 |
1940 | 2024-02-14T22:26:47.149Z | Checking libsw v3.3.1 |
1941 | 2024-02-14T22:26:47.149Z | Compiling derive-where v1.2.7 |
1942 | 2024-02-14T22:26:47.149Z | Checking owo-colors v4.0.0 |
1943 | 2024-02-14T22:26:47.149Z | Checking linear-map v1.2.0 |
1944 | 2024-02-14T22:26:47.149Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1945 | 2024-02-14T22:26:47.596Z | Compiling slog-dtrace v0.3.0 |
1946 | 2024-02-14T22:26:47.802Z | Checking textwrap v0.11.0 |
1947 | 2024-02-14T22:26:47.837Z | Compiling heck v0.3.3 |
1948 | 2024-02-14T22:26:48.026Z | Compiling blake3 v1.5.0 |
1949 | 2024-02-14T22:26:48.259Z | Compiling libefi-sys v0.1.0 |
1950 | 2024-02-14T22:26:48.484Z | Checking vec_map v0.8.2 |
1951 | 2024-02-14T22:26:48.589Z | Checking termcolor v1.2.0 |
1952 | 2024-02-14T22:26:48.741Z | Checking ansi_term v0.12.1 |
1953 | 2024-02-14T22:26:48.839Z | Checking strsim v0.8.0 |
1954 | 2024-02-14T22:26:49.038Z | Checking clap v2.34.0 |
1955 | 2024-02-14T22:26:49.061Z | Compiling structopt-derive v0.4.18 |
1956 | 2024-02-14T22:26:50.766Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1957 | 2024-02-14T22:26:50.766Z | Checking nibble_vec v0.1.0 |
1958 | 2024-02-14T22:26:50.767Z | Checking endian-type v0.1.2 |
1959 | 2024-02-14T22:26:50.767Z | Compiling radium v0.7.0 |
1960 | 2024-02-14T22:26:50.767Z | Checking radix_trie v0.2.1 |
1961 | 2024-02-14T22:26:51.358Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1962 | 2024-02-14T22:26:51.358Z | Checking mockall v0.12.0 |
1963 | 2024-02-14T22:26:51.358Z | Compiling maybe-uninit v2.0.0 |
1964 | 2024-02-14T22:26:51.358Z | Checking tap v1.0.1 |
1965 | 2024-02-14T22:26:51.358Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1966 | 2024-02-14T22:26:51.358Z | Checking wyz v0.5.1 |
1967 | 2024-02-14T22:26:51.358Z | Checking fxhash v0.2.1 |
1968 | 2024-02-14T22:26:51.464Z | Checking gethostname v0.4.3 |
1969 | 2024-02-14T22:26:51.491Z | Compiling num-bigint-dig v0.8.4 |
1970 | 2024-02-14T22:26:51.496Z | Checking funty v2.0.0 |
1971 | 2024-02-14T22:26:51.524Z | Compiling semver v0.1.20 |
1972 | 2024-02-14T22:26:51.618Z | Compiling packed_struct v0.10.1 |
1973 | 2024-02-14T22:26:51.870Z | Checking crc-catalog v2.2.0 |
1974 | 2024-02-14T22:26:52.005Z | Checking crc v3.0.1 |
1975 | 2024-02-14T22:26:52.155Z | Compiling rustc_version v0.1.7 |
1976 | 2024-02-14T22:26:52.268Z | Compiling packed_struct_codegen v0.10.1 |
1977 | 2024-02-14T22:26:52.294Z | Compiling indexmap v1.9.3 |
1978 | 2024-02-14T22:26:52.347Z | Checking nodrop v0.1.14 |
1979 | 2024-02-14T22:26:52.480Z | Checking structopt v0.3.26 |
1980 | 2024-02-14T22:26:52.498Z | Checking array-init v0.0.4 |
1981 | 2024-02-14T22:26:52.682Z | Compiling newtype_derive v0.1.6 |
1982 | 2024-02-14T22:26:52.705Z | Checking smallvec v0.6.14 |
1983 | 2024-02-14T22:26:52.735Z | Checking bitvec v1.0.1 |
1984 | 2024-02-14T22:26:53.039Z | Checking pkcs1 v0.7.5 |
1985 | 2024-02-14T22:26:53.131Z | Checking signature v2.1.0 |
1986 | 2024-02-14T22:26:53.322Z | Compiling crossbeam-deque v0.8.3 |
1987 | 2024-02-14T22:26:53.884Z | Checking hashbrown v0.12.3 |
1988 | 2024-02-14T22:26:53.891Z | Checking bitfield v0.14.0 |
1989 | 2024-02-14T22:26:55.672Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-02-14T22:26:55.711Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1991 | 2024-02-14T22:26:55.711Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1992 | 2024-02-14T22:26:55.711Z | Checking rsa v0.9.2 |
1993 | 2024-02-14T22:26:55.711Z | Checking serde-hex v0.1.0 |
1994 | 2024-02-14T22:26:55.712Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1995 | 2024-02-14T22:26:55.724Z | Checking env_logger v0.10.0 |
1996 | 2024-02-14T22:26:55.739Z | Checking x509-cert v0.2.4 |
1997 | 2024-02-14T22:26:56.164Z | Checking ron v0.8.1 |
1998 | 2024-02-14T22:26:56.173Z | Compiling semver-parser v0.10.2 |
1999 | 2024-02-14T22:26:57.174Z | Compiling num-rational v0.4.1 |
2000 | 2024-02-14T22:26:57.531Z | Checking crc-any v2.4.3 |
2001 | 2024-02-14T22:26:57.615Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2002 | 2024-02-14T22:26:57.904Z | Compiling semver v0.11.0 |
2003 | 2024-02-14T22:26:57.927Z | Compiling rayon v1.8.0 |
2004 | 2024-02-14T22:26:58.444Z | Checking object v0.30.4 |
2005 | 2024-02-14T22:26:59.138Z | Compiling memmap2 v0.7.1 |
2006 | 2024-02-14T22:26:59.889Z | Compiling home v0.5.5 |
2007 | 2024-02-14T22:26:59.892Z | Compiling arrayvec v0.7.4 |
2008 | 2024-02-14T22:27:00.038Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2009 | 2024-02-14T22:27:00.081Z | Compiling constant_time_eq v0.3.0 |
2010 | 2024-02-14T22:27:00.153Z | Compiling arrayref v0.3.7 |
2011 | 2024-02-14T22:27:00.267Z | Checking path-slash v0.1.5 |
2012 | 2024-02-14T22:27:00.282Z | Compiling toolchain_find v0.2.0 |
2013 | 2024-02-14T22:27:00.424Z | Checking steno v0.4.0 |
2014 | 2024-02-14T22:27:01.375Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2015 | 2024-02-14T22:27:01.580Z | Compiling toml v0.5.11 |
2016 | 2024-02-14T22:27:01.821Z | Checking num-complex v0.4.4 |
2017 | 2024-02-14T22:27:02.812Z | Compiling topological-sort v0.2.2 |
2018 | 2024-02-14T22:27:03.050Z | Compiling convert_case v0.4.0 |
2019 | 2024-02-14T22:27:03.139Z | Checking num v0.4.1 |
2020 | 2024-02-14T22:27:03.164Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2021 | 2024-02-14T22:27:03.254Z | Checking newline-converter v0.3.0 |
2022 | 2024-02-14T22:27:03.412Z | Compiling omicron-zone-package v0.11.0 |
2023 | 2024-02-14T22:27:04.091Z | Compiling derive_more v0.99.17 |
2024 | 2024-02-14T22:27:04.561Z | Compiling rustfmt-wrapper v0.2.0 |
2025 | 2024-02-14T22:27:05.163Z | Checking expectorate v1.1.0 |
2026 | 2024-02-14T22:27:05.281Z | Checking utf-8 v0.7.6 |
2027 | 2024-02-14T22:27:05.772Z | Compiling buf-list v1.0.3 |
2028 | 2024-02-14T22:27:05.866Z | Checking tungstenite v0.20.1 |
2029 | 2024-02-14T22:27:06.026Z | Checking display-error-chain v0.2.0 |
2030 | 2024-02-14T22:27:06.026Z | Compiling parking_lot_core v0.8.6 |
2031 | 2024-02-14T22:27:22.920Z | Checking keccak v0.1.4 |
2032 | 2024-02-14T22:27:23.014Z | Checking tokio-tungstenite v0.20.1 |
2033 | 2024-02-14T22:27:23.014Z | Checking trust-dns-client v0.22.0 |
2034 | 2024-02-14T22:27:23.014Z | Checking sha3 v0.10.8 |
2035 | 2024-02-14T22:27:23.014Z | Checking parking_lot v0.11.2 |
2036 | 2024-02-14T22:27:23.014Z | Checking secrecy v0.8.0 |
2037 | 2024-02-14T22:27:23.015Z | Compiling pin-project-internal v1.1.3 |
2038 | 2024-02-14T22:27:23.015Z | Compiling doc-comment v0.3.3 |
2039 | 2024-02-14T22:27:23.015Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2040 | 2024-02-14T22:27:23.015Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2041 | 2024-02-14T22:27:23.015Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2042 | 2024-02-14T22:27:23.015Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2043 | 2024-02-14T22:27:23.015Z | Checking trust-dns-server v0.22.1 |
2044 | 2024-02-14T22:27:23.015Z | Checking sled v0.34.7 |
2045 | 2024-02-14T22:27:23.096Z | Checking pin-project v1.1.3 |
2046 | 2024-02-14T22:27:23.153Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2047 | 2024-02-14T22:27:23.153Z | Checking glob v0.3.1 |
2048 | 2024-02-14T22:27:23.153Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2049 | 2024-02-14T22:27:23.153Z | Compiling vte_generate_state_changes v0.1.1 |
2050 | 2024-02-14T22:27:23.153Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2051 | 2024-02-14T22:27:23.153Z | Checking vte v0.11.1 |
2052 | 2024-02-14T22:27:23.153Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2053 | 2024-02-14T22:27:23.153Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2054 | 2024-02-14T22:27:23.153Z | Compiling unicase v2.7.0 |
2055 | 2024-02-14T22:27:23.153Z | Compiling platforms v3.0.2 |
2056 | 2024-02-14T22:27:23.153Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2057 | 2024-02-14T22:27:23.153Z | Checking strip-ansi-escapes v0.2.0 |
2058 | 2024-02-14T22:27:23.154Z | Checking fd-lock v3.0.13 |
2059 | 2024-02-14T22:27:23.154Z | Compiling snafu-derive v0.7.5 |
2060 | 2024-02-14T22:27:23.154Z | Compiling fs-err v2.11.0 |
2061 | 2024-02-14T22:27:23.154Z | Checking nu-ansi-term v0.49.0 |
2062 | 2024-02-14T22:27:23.154Z | Checking globset v0.4.13 |
2063 | 2024-02-14T22:27:23.154Z | Checking reedline v0.28.0 |
2064 | 2024-02-14T22:27:23.154Z | Checking olpc-cjson v0.1.3 |
2065 | 2024-02-14T22:27:23.154Z | Checking serde_plain v1.0.2 |
2066 | 2024-02-14T22:27:23.154Z | Compiling async-recursion v1.0.5 |
2067 | 2024-02-14T22:27:23.154Z | Checking typed-path v0.7.0 |
2068 | 2024-02-14T22:27:23.154Z | Compiling curve25519-dalek v4.1.1 |
2069 | 2024-02-14T22:27:23.154Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2070 | 2024-02-14T22:27:23.154Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2024-02-14T22:27:23.154Z | Compiling memoffset v0.7.1 |
2072 | 2024-02-14T22:27:23.154Z | Checking parse-size v1.0.0 |
2073 | 2024-02-14T22:27:23.155Z | Compiling mime_guess v2.0.4 |
2074 | 2024-02-14T22:27:23.155Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2024-02-14T22:27:23.155Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2076 | 2024-02-14T22:27:23.155Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2077 | 2024-02-14T22:27:23.155Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2078 | 2024-02-14T22:27:23.155Z | Checking universal-hash v0.5.1 |
2079 | 2024-02-14T22:27:23.155Z | Compiling thiserror-impl-no-std v2.0.2 |
2080 | 2024-02-14T22:27:23.155Z | Compiling curve25519-dalek-derive v0.1.0 |
2081 | 2024-02-14T22:27:23.155Z | Checking snafu v0.7.5 |
2082 | 2024-02-14T22:27:23.155Z | Checking tough v0.16.0 |
2083 | 2024-02-14T22:27:23.155Z | Checking opaque-debug v0.3.0 |
2084 | 2024-02-14T22:27:23.155Z | Checking poly1305 v0.8.0 |
2085 | 2024-02-14T22:27:23.155Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2086 | 2024-02-14T22:27:24.628Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2087 | 2024-02-14T22:27:25.062Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2088 | 2024-02-14T22:27:25.484Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2089 | 2024-02-14T22:27:29.651Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2090 | 2024-02-14T22:27:29.767Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2091 | 2024-02-14T22:27:29.767Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2092 | 2024-02-14T22:27:29.768Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2093 | 2024-02-14T22:27:29.768Z | Checking thiserror-no-std v2.0.2 |
2094 | 2024-02-14T22:27:30.821Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2095 | 2024-02-14T22:27:30.948Z | Checking chacha20 v0.9.1 |
2096 | 2024-02-14T22:27:31.175Z | Checking aead v0.5.2 |
2097 | 2024-02-14T22:27:31.334Z | Checking kstat-rs v0.2.3 |
2098 | 2024-02-14T22:27:31.406Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2099 | 2024-02-14T22:27:31.771Z | Checking signature v1.6.4 |
2100 | 2024-02-14T22:27:31.913Z | Compiling salty v0.2.0 |
2101 | 2024-02-14T22:27:32.560Z | Checking ed25519 v1.5.3 |
2102 | 2024-02-14T22:27:32.839Z | Checking chacha20poly1305 v0.10.1 |
2103 | 2024-02-14T22:27:33.445Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2104 | 2024-02-14T22:27:33.453Z | Checking vsss-rs v3.3.4 |
2105 | 2024-02-14T22:27:33.770Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2106 | 2024-02-14T22:27:34.049Z | Checking serde-big-array v0.5.1 |
2107 | 2024-02-14T22:27:34.262Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2108 | 2024-02-14T22:27:35.368Z | Checking bytecount v0.6.3 |
2109 | 2024-02-14T22:27:35.533Z | Checking papergrid v0.11.0 |
2110 | 2024-02-14T22:27:36.091Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2111 | 2024-02-14T22:27:37.106Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2112 | 2024-02-14T22:27:37.175Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2113 | 2024-02-14T22:27:37.428Z | Compiling tabled_derive v0.7.0 |
2114 | 2024-02-14T22:27:38.287Z | Checking signal-hook-tokio v0.3.1 |
2115 | 2024-02-14T22:27:38.479Z | Checking fd-lock v4.0.2 |
2116 | 2024-02-14T22:27:38.691Z | Checking nix v0.27.1 |
2117 | 2024-02-14T22:27:38.884Z | Checking serde-big-array v0.4.1 |
2118 | 2024-02-14T22:27:39.057Z | Compiling sqlparser_derive v0.2.2 |
2119 | 2024-02-14T22:27:39.507Z | Checking humantime v2.1.0 |
2120 | 2024-02-14T22:27:39.835Z | Checking unicode_categories v0.1.1 |
2121 | 2024-02-14T22:27:40.275Z | Compiling prettyplease v0.2.16 |
2122 | 2024-02-14T22:27:40.296Z | Checking tabled v0.15.0 |
2123 | 2024-02-14T22:27:40.314Z | Checking sqlparser v0.43.1 |
2124 | 2024-02-14T22:27:40.639Z | Checking sqlformat v0.2.3 |
2125 | 2024-02-14T22:27:41.666Z | Checking rustyline v13.0.0 |
2126 | 2024-02-14T22:27:41.711Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2127 | 2024-02-14T22:27:42.435Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2128 | 2024-02-14T22:27:43.596Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2129 | 2024-02-14T22:27:43.650Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2130 | 2024-02-14T22:27:43.681Z | Checking bcs v0.1.6 |
2131 | 2024-02-14T22:27:44.590Z | Checking corncobs v0.1.3 |
2132 | 2024-02-14T22:27:44.602Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2133 | 2024-02-14T22:27:44.602Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2134 | 2024-02-14T22:27:44.805Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2135 | 2024-02-14T22:27:47.967Z | Checking highway v1.1.0 |
2136 | 2024-02-14T22:27:47.967Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2137 | 2024-02-14T22:27:47.967Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2138 | 2024-02-14T22:27:48.186Z | Compiling crunchy v0.2.2 |
2139 | 2024-02-14T22:27:48.547Z | Checking http-range v0.1.5 |
2140 | 2024-02-14T22:27:48.732Z | Checking hyper-staticfile v0.9.5 |
2141 | 2024-02-14T22:27:48.798Z | Compiling clang-sys v1.6.1 |
2142 | 2024-02-14T22:27:49.003Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2143 | 2024-02-14T22:27:49.020Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2144 | 2024-02-14T22:27:49.135Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2145 | 2024-02-14T22:27:49.175Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2146 | 2024-02-14T22:27:49.570Z | Compiling tiny-keccak v2.0.2 |
2147 | 2024-02-14T22:27:49.695Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2148 | 2024-02-14T22:27:50.051Z | Compiling darling_core v0.14.4 |
2149 | 2024-02-14T22:27:50.074Z | Checking assert_matches v1.5.0 |
2150 | 2024-02-14T22:27:50.179Z | Compiling ascii-canvas v3.0.0 |
2151 | 2024-02-14T22:27:51.292Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2152 | 2024-02-14T22:27:51.621Z | Compiling ena v0.14.2 |
2153 | 2024-02-14T22:27:52.066Z | Compiling libloading v0.7.4 |
2154 | 2024-02-14T22:27:52.332Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2155 | 2024-02-14T22:27:52.501Z | Compiling regex-syntax v0.6.29 |
2156 | 2024-02-14T22:27:54.354Z | Compiling diff v0.1.13 |
2157 | 2024-02-14T22:27:54.823Z | Compiling bindgen v0.69.2 |
2158 | 2024-02-14T22:27:54.823Z | Compiling cexpr v0.6.0 |
2159 | 2024-02-14T22:27:55.733Z | Compiling which v4.4.0 |
2160 | 2024-02-14T22:27:56.158Z | Compiling lalrpop v0.19.12 |
2161 | 2024-02-14T22:27:56.511Z | Compiling lazycell v1.3.0 |
2162 | 2024-02-14T22:27:56.602Z | Compiling shlex v1.3.0 |
2163 | 2024-02-14T22:27:56.667Z | Compiling darling_macro v0.14.4 |
2164 | 2024-02-14T22:27:57.059Z | Compiling portable-atomic v1.4.3 |
2165 | 2024-02-14T22:27:57.118Z | Compiling ref-cast v1.0.20 |
2166 | 2024-02-14T22:27:57.690Z | Compiling peeking_take_while v0.1.2 |
2167 | 2024-02-14T22:27:57.854Z | Compiling rustc-hash v1.1.0 |
2168 | 2024-02-14T22:27:57.860Z | Compiling darling v0.14.4 |
2169 | 2024-02-14T22:27:57.986Z | Checking maplit v1.0.2 |
2170 | 2024-02-14T22:27:58.097Z | Compiling derive_builder_core v0.12.0 |
2171 | 2024-02-14T22:27:58.301Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2172 | 2024-02-14T22:27:58.416Z | Compiling ref-cast-impl v1.0.20 |
2173 | 2024-02-14T22:27:58.634Z | Compiling libxml v0.3.3 |
2174 | 2024-02-14T22:28:00.862Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2175 | 2024-02-14T22:28:01.011Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2176 | 2024-02-14T22:28:01.012Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2177 | 2024-02-14T22:28:01.012Z | Compiling strum_macros v0.24.3 |
2178 | 2024-02-14T22:28:01.012Z | Compiling cookie v0.18.0 |
2179 | 2024-02-14T22:28:01.037Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2180 | 2024-02-14T22:28:01.037Z | Compiling derive_builder_macro v0.12.0 |
2181 | 2024-02-14T22:28:01.178Z | Compiling indoc v1.0.9 |
2182 | 2024-02-14T22:28:02.133Z | Checking number_prefix v0.4.0 |
2183 | 2024-02-14T22:28:02.188Z | Checking indicatif v0.17.7 |
2184 | 2024-02-14T22:28:02.361Z | Checking derive_builder v0.12.0 |
2185 | 2024-02-14T22:28:02.861Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2186 | 2024-02-14T22:28:03.175Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2187 | 2024-02-14T22:28:03.212Z | Checking bb8 v0.8.3 |
2188 | 2024-02-14T22:28:04.218Z | Checking quick-xml v0.30.0 |
2189 | 2024-02-14T22:28:04.534Z | Checking castaway v0.2.2 |
2190 | 2024-02-14T22:28:04.690Z | Compiling strum_macros v0.26.1 |
2191 | 2024-02-14T22:28:04.721Z | Compiling impl-trait-for-tuples v0.2.2 |
2192 | 2024-02-14T22:28:04.779Z | Compiling oso-derive v0.27.0 |
2193 | 2024-02-14T22:28:05.989Z | Checking compact_str v0.7.1 |
2194 | 2024-02-14T22:28:06.889Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2195 | 2024-02-14T22:28:08.070Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2196 | 2024-02-14T22:28:08.448Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2197 | 2024-02-14T22:28:09.657Z | Checking lru v0.12.1 |
2198 | 2024-02-14T22:28:09.932Z | Compiling stability v0.1.1 |
2199 | 2024-02-14T22:28:10.405Z | Checking cassowary v0.3.0 |
2200 | 2024-02-14T22:28:10.644Z | Checking strum v0.26.1 |
2201 | 2024-02-14T22:28:10.805Z | Compiling indoc v2.0.3 |
2202 | 2024-02-14T22:28:10.827Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2203 | 2024-02-14T22:28:11.086Z | Checking smawk v0.3.1 |
2204 | 2024-02-14T22:28:11.319Z | Checking unicode-linebreak v0.1.5 |
2205 | 2024-02-14T22:28:12.168Z | Checking textwrap v0.16.0 |
2206 | 2024-02-14T22:28:12.172Z | Checking ratatui v0.26.1 |
2207 | 2024-02-14T22:28:12.219Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2208 | 2024-02-14T22:28:12.602Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2209 | 2024-02-14T22:28:12.999Z | Checking is_ci v1.1.1 |
2210 | 2024-02-14T22:28:13.137Z | Checking supports-color v2.1.0 |
2211 | 2024-02-14T22:28:13.758Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2212 | 2024-02-14T22:28:13.762Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2213 | 2024-02-14T22:28:13.762Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2214 | 2024-02-14T22:28:14.747Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2215 | 2024-02-14T22:28:15.084Z | Checking rtoolbox v0.0.1 |
2216 | 2024-02-14T22:28:15.306Z | Checking rpassword v7.3.1 |
2217 | 2024-02-14T22:28:15.389Z | Checking tui-tree-widget v0.17.0 |
2218 | 2024-02-14T22:28:15.480Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2219 | 2024-02-14T22:28:15.729Z | Checking fatfs v0.3.6 |
2220 | 2024-02-14T22:28:16.870Z | Checking shell-words v1.1.0 |
2221 | 2024-02-14T22:28:17.065Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2222 | 2024-02-14T22:28:17.184Z | Checking yansi v0.5.1 |
2223 | 2024-02-14T22:28:17.488Z | Compiling target-lexicon v0.12.13 |
2224 | 2024-02-14T22:28:17.679Z | Checking pretty_assertions v1.4.0 |
2225 | 2024-02-14T22:28:18.016Z | Checking plotters-backend v0.3.5 |
2226 | 2024-02-14T22:28:18.400Z | Compiling guppy-workspace-hack v0.1.0 |
2227 | 2024-02-14T22:28:18.704Z | Checking plotters-svg v0.3.5 |
2228 | 2024-02-14T22:28:18.754Z | Checking http-body v1.0.0 |
2229 | 2024-02-14T22:28:18.952Z | Checking rand v0.4.6 |
2230 | 2024-02-14T22:28:18.975Z | Checking cast v0.3.0 |
2231 | 2024-02-14T22:28:19.197Z | Compiling target-spec v3.1.0 |
2232 | 2024-02-14T22:28:19.315Z | Checking remove_dir_all v0.5.3 |
2233 | 2024-02-14T22:28:19.578Z | Checking tower-layer v0.3.2 |
2234 | 2024-02-14T22:28:19.829Z | Checking tower v0.4.13 |
2235 | 2024-02-14T22:28:19.848Z | Checking criterion-plot v0.5.0 |
2236 | 2024-02-14T22:28:19.974Z | Checking tempdir v0.3.7 |
2237 | 2024-02-14T22:28:20.158Z | Checking cfg-expr v0.15.6 |
2238 | 2024-02-14T22:28:20.357Z | Checking hyper v1.1.0 |
2239 | 2024-02-14T22:28:20.712Z | Checking plotters v0.3.5 |
2240 | 2024-02-14T22:28:21.099Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2241 | 2024-02-14T22:28:21.453Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2242 | 2024-02-14T22:28:21.688Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-02-14T22:28:22.108Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2244 | 2024-02-14T22:28:22.490Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2245 | 2024-02-14T22:28:22.613Z | Checking tinytemplate v1.2.1 |
2246 | 2024-02-14T22:28:23.038Z | Checking cargo-platform v0.1.3 |
2247 | 2024-02-14T22:28:23.368Z | Checking oorandom v11.1.3 |
2248 | 2024-02-14T22:28:23.512Z | Checking anes v0.1.6 |
2249 | 2024-02-14T22:28:23.741Z | Checking cargo_metadata v0.18.1 |
2250 | 2024-02-14T22:28:23.914Z | Checking criterion v0.5.1 |
2251 | 2024-02-14T22:28:24.184Z | Checking hyper-util v0.1.2 |
2252 | 2024-02-14T22:28:26.138Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2253 | 2024-02-14T22:28:26.143Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2254 | 2024-02-14T22:28:26.143Z | Checking assert_cmd v2.0.13 |
2255 | 2024-02-14T22:28:26.370Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2256 | 2024-02-14T22:28:27.063Z | Checking rustls-native-certs v0.7.0 |
2257 | 2024-02-14T22:28:27.219Z | Checking pathdiff v0.2.1 |
2258 | 2024-02-14T22:28:27.387Z | Checking nested v0.1.1 |
2259 | 2024-02-14T22:28:27.612Z | Checking guppy v0.17.5 |
2260 | 2024-02-14T22:28:30.083Z | Checking hyper-rustls v0.26.0 |
2261 | 2024-02-14T22:28:30.456Z | Checking httptest v0.15.5 |
2262 | 2024-02-14T22:28:31.242Z | Checking threadpool v1.8.1 |
2263 | 2024-02-14T22:28:31.409Z | Checking nanorand v0.7.0 |
2264 | 2024-02-14T22:28:31.804Z | Checking flume v0.11.0 |
2265 | 2024-02-14T22:28:32.331Z | Checking libtest-mimic v0.6.1 |
2266 | 2024-02-14T22:28:32.338Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2267 | 2024-02-14T22:28:32.704Z | Checking similar-asserts v1.5.0 |
2268 | 2024-02-14T22:28:32.765Z | Compiling rstest_macros v0.18.2 |
2269 | 2024-02-14T22:28:33.450Z | Checking datatest-stable v0.2.3 |
2270 | 2024-02-14T22:28:33.674Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2271 | 2024-02-14T22:28:35.323Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2272 | 2024-02-14T22:28:35.379Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2273 | 2024-02-14T22:28:35.445Z | Checking csv-core v0.1.11 |
2274 | 2024-02-14T22:28:35.547Z | Checking constant_time_eq v0.2.6 |
2275 | 2024-02-14T22:28:35.682Z | Compiling relative-path v1.9.0 |
2276 | 2024-02-14T22:28:35.698Z | Compiling trybuild v1.0.89 |
2277 | 2024-02-14T22:28:35.734Z | Checking csv v1.3.0 |
2278 | 2024-02-14T22:28:36.187Z | Checking blake2b_simd v1.0.1 |
2279 | 2024-02-14T22:28:36.805Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2280 | 2024-02-14T22:28:37.055Z | Checking multimap v0.8.3 |
2281 | 2024-02-14T22:28:37.381Z | Checking basic-toml v0.1.8 |
2282 | 2024-02-14T22:28:38.298Z | Checking futures-timer v3.0.2 |
2283 | 2024-02-14T22:28:44.295Z | Checking rust-argon2 v1.0.1 |
2284 | 2024-02-14T22:28:44.490Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2285 | 2024-02-14T22:28:44.490Z | Checking partial-io v0.5.4 |
2286 | 2024-02-14T22:28:44.490Z | Checking approx v0.5.1 |
2287 | 2024-02-14T22:28:44.490Z | Checking termios v0.3.3 |
2288 | 2024-02-14T22:28:44.490Z | Checking hex-literal v0.4.1 |
2289 | 2024-02-14T22:28:47.002Z | Checking rstest v0.18.2 |
2290 | 2024-02-14T22:28:49.071Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2291 | 2024-02-14T22:29:40.264Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2292 | 2024-02-14T22:29:41.635Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2293 | 2024-02-14T22:29:43.087Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2294 | 2024-02-14T22:29:46.185Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2295 | 2024-02-14T22:29:48.664Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2296 | 2024-02-14T22:30:08.293Z | Compiling polar-core v0.27.0 |
2297 | 2024-02-14T22:30:15.638Z | Checking oso v0.27.0 |
2298 | 2024-02-14T22:30:46.290Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2299 | 2024-02-14T22:32:01.174Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 38s |
2300 | 2024-02-14T22:32:01.370Z | |
2301 | 2024-02-14T22:32:01.377Z | real 8:25.515244619 |
2302 | 2024-02-14T22:32:01.377Z | user 43:19.497607074 |
2303 | 2024-02-14T22:32:01.377Z | sys 6:59.274964469 |
2304 | 2024-02-14T22:32:01.377Z | trap 1.300160303 |
2305 | 2024-02-14T22:32:01.377Z | tflt 5.134461058 |
2306 | 2024-02-14T22:32:01.378Z | dflt 5.066032092 |
2307 | 2024-02-14T22:32:01.378Z | kflt 0.050881130 |
2308 | 2024-02-14T22:32:01.378Z | lock 1:07:13.081835011 |
2309 | 2024-02-14T22:32:01.378Z | slp 2:12:25.674668562 |
2310 | 2024-02-14T22:32:01.379Z | lat 1:53.877264283 |
2311 | 2024-02-14T22:32:01.379Z | stop 4:26.910983756 |
2312 | 2024-02-14T22:32:02.289Z | warning: output filename collision. |
2313 | 2024-02-14T22:32:02.289Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2314 | 2024-02-14T22:32:02.289Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2315 | 2024-02-14T22:32:02.289Z | The targets should have unique names. |
2316 | 2024-02-14T22:32:02.289Z | This is a known bug where multiple crates with the same name use |
2317 | 2024-02-14T22:32:02.290Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2318 | 2024-02-14T22:32:02.298Z | warning: output filename collision. |
2319 | 2024-02-14T22:32:02.298Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2320 | 2024-02-14T22:32:02.298Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2321 | 2024-02-14T22:32:02.298Z | The targets should have unique names. |
2322 | 2024-02-14T22:32:02.298Z | This is a known bug where multiple crates with the same name use |
2323 | 2024-02-14T22:32:02.298Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2324 | 2024-02-14T22:32:02.299Z | warning: output filename collision. |
2325 | 2024-02-14T22:32:02.299Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2326 | 2024-02-14T22:32:02.299Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2327 | 2024-02-14T22:32:02.299Z | The targets should have unique names. |
2328 | 2024-02-14T22:32:02.299Z | This is a known bug where multiple crates with the same name use |
2329 | 2024-02-14T22:32:02.299Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2330 | 2024-02-14T22:32:02.299Z | warning: output filename collision. |
2331 | 2024-02-14T22:32:02.299Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2332 | 2024-02-14T22:32:02.299Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2333 | 2024-02-14T22:32:02.299Z | The targets should have unique names. |
2334 | 2024-02-14T22:32:02.299Z | This is a known bug where multiple crates with the same name use |
2335 | 2024-02-14T22:32:02.299Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2336 | 2024-02-14T22:32:02.300Z | warning: output filename collision. |
2337 | 2024-02-14T22:32:02.300Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2338 | 2024-02-14T22:32:02.300Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2339 | 2024-02-14T22:32:02.300Z | The targets should have unique names. |
2340 | 2024-02-14T22:32:02.300Z | This is a known bug where multiple crates with the same name use |
2341 | 2024-02-14T22:32:02.300Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2342 | 2024-02-14T22:32:02.300Z | warning: output filename collision. |
2343 | 2024-02-14T22:32:02.300Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2344 | 2024-02-14T22:32:02.300Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2345 | 2024-02-14T22:32:02.300Z | The targets should have unique names. |
2346 | 2024-02-14T22:32:02.300Z | This is a known bug where multiple crates with the same name use |
2347 | 2024-02-14T22:32:02.301Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2348 | 2024-02-14T22:32:02.301Z | warning: output filename collision. |
2349 | 2024-02-14T22:32:02.301Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2350 | 2024-02-14T22:32:02.301Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2351 | 2024-02-14T22:32:02.301Z | The targets should have unique names. |
2352 | 2024-02-14T22:32:02.301Z | This is a known bug where multiple crates with the same name use |
2353 | 2024-02-14T22:32:02.301Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2354 | 2024-02-14T22:32:02.780Z | Documenting libc v0.2.153 |
2355 | 2024-02-14T22:32:02.788Z | Documenting cfg-if v1.0.0 |
2356 | 2024-02-14T22:32:02.832Z | Documenting serde_derive v1.0.196 |
2357 | 2024-02-14T22:32:03.262Z | Documenting log v0.4.20 |
2358 | 2024-02-14T22:32:03.277Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2359 | 2024-02-14T22:32:03.277Z | Documenting memchr v2.6.3 |
2360 | 2024-02-14T22:32:03.278Z | Documenting scopeguard v1.2.0 |
2361 | 2024-02-14T22:32:03.278Z | Documenting byteorder v1.5.0 |
2362 | 2024-02-14T22:32:03.278Z | Documenting smallvec v1.13.1 |
2363 | 2024-02-14T22:32:05.601Z | Documenting itoa v1.0.9 |
2364 | 2024-02-14T22:32:06.051Z | Documenting lock_api v0.4.10 |
2365 | 2024-02-14T22:32:06.550Z | Documenting zeroize_derive v1.4.2 |
2366 | 2024-02-14T22:32:07.282Z | Documenting getrandom v0.2.10 |
2367 | 2024-02-14T22:32:07.508Z | Documenting parking_lot_core v0.9.8 |
2368 | 2024-02-14T22:32:07.529Z | Documenting once_cell v1.19.0 |
2369 | 2024-02-14T22:32:07.733Z | Documenting pin-project-lite v0.2.13 |
2370 | 2024-02-14T22:32:08.583Z | Documenting libm v0.2.7 |
2371 | 2024-02-14T22:32:08.781Z | Documenting signal-hook-registry v1.4.1 |
2372 | 2024-02-14T22:32:09.417Z | Documenting serde v1.0.196 |
2373 | 2024-02-14T22:32:18.928Z | Documenting mio v0.8.9 |
2374 | 2024-02-14T22:32:19.145Z | Documenting rand_core v0.6.4 |
2375 | 2024-02-14T22:32:19.145Z | Documenting parking_lot v0.12.1 |
2376 | 2024-02-14T22:32:19.145Z | Documenting num-traits v0.2.16 |
2377 | 2024-02-14T22:32:19.145Z | Documenting futures-core v0.3.30 |
2378 | 2024-02-14T22:32:19.145Z | Documenting zeroize v1.7.0 |
2379 | 2024-02-14T22:32:19.145Z | Documenting thiserror-impl v1.0.56 |
2380 | 2024-02-14T22:32:19.145Z | Documenting num_cpus v1.16.0 |
2381 | 2024-02-14T22:32:19.145Z | Documenting socket2 v0.5.5 |
2382 | 2024-02-14T22:32:19.145Z | Documenting tokio-macros v2.2.0 |
2383 | 2024-02-14T22:32:19.145Z | Documenting ryu v1.0.15 |
2384 | 2024-02-14T22:32:19.145Z | Documenting typenum v1.16.0 |
2385 | 2024-02-14T22:32:19.145Z | Documenting subtle v2.5.0 |
2386 | 2024-02-14T22:32:19.145Z | Documenting thiserror v1.0.56 |
2387 | 2024-02-14T22:32:19.145Z | Documenting zerocopy v0.7.32 |
2388 | 2024-02-14T22:32:19.145Z | Documenting futures-sink v0.3.30 |
2389 | 2024-02-14T22:32:19.382Z | Documenting pin-utils v0.1.0 |
2390 | 2024-02-14T22:32:20.298Z | Documenting slab v0.4.9 |
2391 | 2024-02-14T22:32:20.932Z | Documenting futures-macro v0.3.30 |
2392 | 2024-02-14T22:32:21.581Z | Documenting const-oid v0.9.5 |
2393 | 2024-02-14T22:32:22.907Z | Documenting futures-channel v0.3.30 |
2394 | 2024-02-14T22:32:24.630Z | Documenting futures-io v0.3.30 |
2395 | 2024-02-14T22:32:25.035Z | Documenting futures-task v0.3.30 |
2396 | 2024-02-14T22:32:25.994Z | Documenting iana-time-zone v0.1.57 |
2397 | 2024-02-14T22:32:26.759Z | Documenting ahash v0.8.7 |
2398 | 2024-02-14T22:32:27.217Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2399 | 2024-02-14T22:32:27.926Z | Documenting tinyvec_macros v0.1.1 |
2400 | 2024-02-14T22:32:28.123Z | Documenting allocator-api2 v0.2.16 |
2401 | 2024-02-14T22:32:28.686Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2402 | 2024-02-14T22:32:29.123Z | Documenting futures-util v0.3.30 |
2403 | 2024-02-14T22:32:29.955Z | Documenting tracing-core v0.1.31 |
2404 | 2024-02-14T22:32:31.041Z | Documenting tinyvec v1.6.0 |
2405 | 2024-02-14T22:32:31.831Z | Documenting tracing-attributes v0.1.26 |
2406 | 2024-02-14T22:32:31.953Z | Documenting hashbrown v0.14.2 |
2407 | 2024-02-14T22:32:32.369Z | Documenting bytes v1.5.0 |
2408 | 2024-02-14T22:32:34.793Z | Documenting bitflags v2.4.0 |
2409 | 2024-02-14T22:32:37.282Z | Documenting tokio v1.36.0 |
2410 | 2024-02-14T22:32:38.316Z | Documenting serde_json v1.0.113 |
2411 | 2024-02-14T22:32:38.717Z | Documenting chrono v0.4.31 |
2412 | 2024-02-14T22:32:38.923Z | Documenting uuid v1.7.0 |
2413 | 2024-02-14T22:32:39.156Z | Documenting unicode-normalization v0.1.22 |
2414 | 2024-02-14T22:32:40.460Z | Documenting ppv-lite86 v0.2.17 |
2415 | 2024-02-14T22:32:43.564Z | Documenting equivalent v1.0.1 |
2416 | 2024-02-14T22:32:43.725Z | Documenting unicode-bidi v0.3.13 |
2417 | 2024-02-14T22:32:43.782Z | Documenting rand_chacha v0.3.1 |
2418 | 2024-02-14T22:32:44.165Z | Documenting base64 v0.21.7 |
2419 | 2024-02-14T22:32:44.990Z | Documenting percent-encoding v2.3.1 |
2420 | 2024-02-14T22:32:45.478Z | Documenting generic-array v0.14.7 |
2421 | 2024-02-14T22:32:46.669Z | Documenting indexmap v2.2.2 |
2422 | 2024-02-14T22:32:48.122Z | Documenting lazy_static v1.4.0 |
2423 | 2024-02-14T22:32:48.175Z | Checking serde_derive_internals v0.26.0 |
2424 | 2024-02-14T22:32:48.386Z | Documenting rand v0.8.5 |
2425 | 2024-02-14T22:32:48.821Z | Documenting serde_derive_internals v0.26.0 |
2426 | 2024-02-14T22:32:48.874Z | Documenting dyn-clone v1.0.16 |
2427 | 2024-02-14T22:32:49.217Z | Documenting form_urlencoded v1.2.1 |
2428 | 2024-02-14T22:32:49.439Z | Documenting tracing v0.1.37 |
2429 | 2024-02-14T22:32:50.400Z | Documenting crypto-common v0.1.6 |
2430 | 2024-02-14T22:32:51.052Z | Documenting block-buffer v0.10.4 |
2431 | 2024-02-14T22:32:52.019Z | Documenting fnv v1.0.7 |
2432 | 2024-02-14T22:32:52.298Z | Documenting cpufeatures v0.2.12 |
2433 | 2024-02-14T22:32:53.310Z | Documenting idna v0.5.0 |
2434 | 2024-02-14T22:32:54.110Z | Documenting httparse v1.8.0 |
2435 | 2024-02-14T22:32:54.281Z | Documenting schemars_derive v0.8.16 |
2436 | 2024-02-14T22:32:55.102Z | Documenting errno v0.3.8 |
2437 | 2024-02-14T22:32:55.130Z | Documenting unicode-width v0.1.11 |
2438 | 2024-02-14T22:32:55.145Z | Documenting digest v0.10.7 |
2439 | 2024-02-14T22:32:55.724Z | Documenting unicode-ident v1.0.12 |
2440 | 2024-02-14T22:32:57.460Z | Documenting url v2.5.0 |
2441 | 2024-02-14T22:32:57.939Z | Documenting httpdate v1.0.3 |
2442 | 2024-02-14T22:32:58.561Z | Documenting proc-macro2 v1.0.78 |
2443 | 2024-02-14T22:32:58.686Z | Documenting try-lock v0.2.4 |
2444 | 2024-02-14T22:32:59.850Z | Documenting rustix v0.38.31 |
2445 | 2024-02-14T22:33:00.898Z | Documenting schemars v0.8.16 |
2446 | 2024-02-14T22:33:01.401Z | Documenting adler v1.0.2 |
2447 | 2024-02-14T22:33:01.629Z | Documenting want v0.3.1 |
2448 | 2024-02-14T22:33:01.746Z | Documenting http-body v0.4.5 |
2449 | 2024-02-14T22:33:01.894Z | Documenting openssl-sys v0.9.96 |
2450 | 2024-02-14T22:33:02.858Z | Documenting openssl-macros v0.1.1 |
2451 | 2024-02-14T22:33:04.732Z | Documenting miniz_oxide v0.7.1 |
2452 | 2024-02-14T22:33:05.637Z | Documenting tower-service v0.3.2 |
2453 | 2024-02-14T22:33:06.521Z | Documenting base64ct v1.6.0 |
2454 | 2024-02-14T22:33:06.880Z | Documenting mime v0.3.17 |
2455 | 2024-02-14T22:33:07.551Z | Documenting quote v1.0.35 |
2456 | 2024-02-14T22:33:08.096Z | Documenting openssl v0.10.60 |
2457 | 2024-02-14T22:33:08.434Z | Documenting aho-corasick v1.0.4 |
2458 | 2024-02-14T22:33:08.455Z | Documenting slog v2.7.0 |
2459 | 2024-02-14T22:33:09.729Z | Documenting openssl-probe v0.1.5 |
2460 | 2024-02-14T22:33:11.095Z | Documenting regex-syntax v0.8.2 |
2461 | 2024-02-14T22:33:11.157Z | Documenting tokio-util v0.7.10 |
2462 | 2024-02-14T22:33:11.625Z | Documenting ipnet v2.9.0 |
2463 | 2024-02-14T22:33:11.758Z | Documenting syn v2.0.48 |
2464 | 2024-02-14T22:33:12.926Z | Documenting async-trait v0.1.77 |
2465 | 2024-02-14T22:33:13.493Z | Documenting pem-rfc7468 v0.7.0 |
2466 | 2024-02-14T22:33:16.808Z | Documenting crossbeam-utils v0.8.16 |
2467 | 2024-02-14T22:33:16.847Z | Documenting encoding_rs v0.8.33 |
2468 | 2024-02-14T22:33:16.847Z | Documenting native-tls v0.2.11 |
2469 | 2024-02-14T22:33:16.990Z | Documenting h2 v0.3.24 |
2470 | 2024-02-14T22:33:17.631Z | Documenting der_derive v0.7.2 |
2471 | 2024-02-14T22:33:17.661Z | Documenting flagset v0.4.3 |
2472 | 2024-02-14T22:33:17.685Z | Documenting utf8parse v0.2.1 |
2473 | 2024-02-14T22:33:17.926Z | Documenting regex-automata v0.4.4 |
2474 | 2024-02-14T22:33:28.862Z | Documenting serde_urlencoded v0.7.1 |
2475 | 2024-02-14T22:33:29.099Z | Documenting num-integer v0.1.45 |
2476 | 2024-02-14T22:33:29.099Z | Documenting time-macros v0.2.13 |
2477 | 2024-02-14T22:33:29.165Z | Documenting tokio-native-tls v0.3.1 |
2478 | 2024-02-14T22:33:29.194Z | Documenting der v0.7.8 |
2479 | 2024-02-14T22:33:29.195Z | Documenting gimli v0.28.0 |
2480 | 2024-02-14T22:33:29.195Z | Documenting num_threads v0.1.6 |
2481 | 2024-02-14T22:33:29.195Z | Documenting deranged v0.3.8 |
2482 | 2024-02-14T22:33:29.195Z | Documenting time-core v0.1.1 |
2483 | 2024-02-14T22:33:29.196Z | Documenting regex v1.10.3 |
2484 | 2024-02-14T22:33:29.196Z | Documenting spki v0.7.2 |
2485 | 2024-02-14T22:33:29.196Z | Documenting hyper v0.14.27 |
2486 | 2024-02-14T22:33:29.196Z | Documenting object v0.32.1 |
2487 | 2024-02-14T22:33:29.743Z | Documenting rustc-demangle v0.1.23 |
2488 | 2024-02-14T22:33:30.211Z | Documenting time v0.3.27 |
2489 | 2024-02-14T22:33:30.715Z | Documenting addr2line v0.21.0 |
2490 | 2024-02-14T22:33:30.857Z | Documenting webpki-roots v0.25.2 |
2491 | 2024-02-14T22:33:32.381Z | Documenting spin v0.9.8 |
2492 | 2024-02-14T22:33:32.670Z | Documenting either v1.9.0 |
2493 | 2024-02-14T22:33:32.701Z | Documenting pkcs8 v0.10.2 |
2494 | 2024-02-14T22:33:34.461Z | Documenting openapiv3 v2.0.0 |
2495 | 2024-02-14T22:33:34.576Z | Documenting futures-executor v0.3.30 |
2496 | 2024-02-14T22:33:35.409Z | Checking pest_meta v2.7.6 |
2497 | 2024-02-14T22:33:35.698Z | Documenting memoffset v0.9.0 |
2498 | 2024-02-14T22:33:36.366Z | Documenting anstyle v1.0.2 |
2499 | 2024-02-14T22:33:36.730Z | Documenting data-encoding v2.4.0 |
2500 | 2024-02-14T22:33:37.195Z | Documenting anstyle-parse v0.2.1 |
2501 | 2024-02-14T22:33:38.551Z | Documenting crossbeam-epoch v0.9.15 |
2502 | 2024-02-14T22:33:39.871Z | Documenting ipnetwork v0.20.0 |
2503 | 2024-02-14T22:33:40.458Z | Documenting sha2 v0.10.8 |
2504 | 2024-02-14T22:33:40.530Z | Documenting hex v0.4.3 |
2505 | 2024-02-14T22:33:40.610Z | Documenting hyper-tls v0.5.0 |
2506 | 2024-02-14T22:33:41.030Z | Documenting hyper-rustls v0.24.2 |
2507 | 2024-02-14T22:33:41.048Z | Documenting backtrace v0.3.69 |
2508 | 2024-02-14T22:33:41.653Z | Documenting crc32fast v1.3.2 |
2509 | 2024-02-14T22:33:42.654Z | Documenting pest_meta v2.7.6 |
2510 | 2024-02-14T22:33:44.596Z | Documenting scroll_derive v0.12.0 |
2511 | 2024-02-14T22:33:44.897Z | Documenting anstyle-query v1.0.0 |
2512 | 2024-02-14T22:33:45.227Z | Documenting untrusted v0.9.0 |
2513 | 2024-02-14T22:33:45.407Z | Documenting colorchoice v1.0.0 |
2514 | 2024-02-14T22:33:46.720Z | Documenting pest_generator v2.7.6 |
2515 | 2024-02-14T22:33:47.268Z | Documenting anyhow v1.0.75 |
2516 | 2024-02-14T22:33:47.835Z | Documenting futures v0.3.30 |
2517 | 2024-02-14T22:33:48.071Z | Documenting ring v0.17.7 |
2518 | 2024-02-14T22:33:48.198Z | Checking pest_generator v2.7.6 |
2519 | 2024-02-14T22:33:48.497Z | Documenting anstream v0.5.0 |
2520 | 2024-02-14T22:33:48.938Z | Documenting num-iter v0.1.43 |
2521 | 2024-02-14T22:33:48.969Z | Documenting reqwest v0.11.22 |
2522 | 2024-02-14T22:33:49.089Z | Documenting scroll v0.12.0 |
2523 | 2024-02-14T22:33:51.466Z | Documenting hmac v0.12.1 |
2524 | 2024-02-14T22:33:52.147Z | Documenting signal-hook v0.3.17 |
2525 | 2024-02-14T22:33:52.367Z | Documenting terminal_size v0.2.6 |
2526 | 2024-02-14T22:33:52.865Z | Documenting clap_lex v0.5.1 |
2527 | 2024-02-14T22:33:53.051Z | Documenting ucd-trie v0.1.6 |
2528 | 2024-02-14T22:33:53.222Z | Documenting static_assertions v1.1.0 |
2529 | 2024-02-14T22:33:55.318Z | Documenting plain v0.2.3 |
2530 | 2024-02-14T22:33:56.273Z | Documenting strsim v0.10.0 |
2531 | 2024-02-14T22:33:56.353Z | Documenting pest_derive v2.7.6 |
2532 | 2024-02-14T22:33:56.394Z | Documenting flate2 v1.0.28 |
2533 | 2024-02-14T22:33:56.541Z | Documenting clap_derive v4.4.2 |
2534 | 2024-02-14T22:33:57.237Z | Documenting unicode-segmentation v1.10.1 |
2535 | 2024-02-14T22:33:58.601Z | Documenting pest v2.7.6 |
2536 | 2024-02-14T22:33:59.031Z | Documenting goblin v0.8.0 |
2537 | 2024-02-14T22:34:00.121Z | Documenting managed v0.8.0 |
2538 | 2024-02-14T22:34:00.575Z | Documenting pretty-hex v0.4.1 |
2539 | 2024-02-14T22:34:01.036Z | Documenting signal-hook-mio v0.2.3 |
2540 | 2024-02-14T22:34:01.036Z | Documenting clap_builder v4.4.2 |
2541 | 2024-02-14T22:34:01.725Z | Documenting block-padding v0.3.3 |
2542 | 2024-02-14T22:34:01.742Z | Documenting scheduled-thread-pool v0.2.7 |
2543 | 2024-02-14T22:34:02.280Z | Documenting dtrace-parser v0.2.0 |
2544 | 2024-02-14T22:34:02.998Z | Documenting thread-id v4.2.0 |
2545 | 2024-02-14T22:34:03.619Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2546 | 2024-02-14T22:34:05.030Z | Documenting enum-as-inner v0.5.1 |
2547 | 2024-02-14T22:34:05.322Z | Documenting dof v0.3.0 |
2548 | 2024-02-14T22:34:05.748Z | Documenting diesel_table_macro_syntax v0.1.0 |
2549 | 2024-02-14T22:34:05.891Z | Checking diesel_table_macro_syntax v0.1.0 |
2550 | 2024-02-14T22:34:06.065Z | Documenting inout v0.1.3 |
2551 | 2024-02-14T22:34:06.903Z | Documenting r2d2 v0.8.10 |
2552 | 2024-02-14T22:34:07.051Z | Documenting crossterm v0.27.0 |
2553 | 2024-02-14T22:34:07.110Z | Documenting clap v4.4.3 |
2554 | 2024-02-14T22:34:07.564Z | Documenting bzip2 v0.4.4 |
2555 | 2024-02-14T22:34:09.415Z | Documenting trust-dns-proto v0.22.0 |
2556 | 2024-02-14T22:34:10.211Z | Documenting md-5 v0.10.5 |
2557 | 2024-02-14T22:34:10.270Z | Documenting diesel_derives v2.1.2 |
2558 | 2024-02-14T22:34:11.000Z | Documenting usdt-impl v0.5.0 |
2559 | 2024-02-14T22:34:11.104Z | Documenting stringprep v0.1.3 |
2560 | 2024-02-14T22:34:11.656Z | Documenting toml_datetime v0.6.5 |
2561 | 2024-02-14T22:34:12.046Z | Documenting serde_spanned v0.6.5 |
2562 | 2024-02-14T22:34:12.287Z | Documenting ff v0.13.0 |
2563 | 2024-02-14T22:34:15.010Z | Documenting regress v0.7.1 |
2564 | 2024-02-14T22:34:15.156Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2565 | 2024-02-14T22:34:15.633Z | Documenting base16ct v0.2.0 |
2566 | 2024-02-14T22:34:15.939Z | Documenting siphasher v0.3.11 |
2567 | 2024-02-14T22:34:16.225Z | Documenting fallible-iterator v0.2.0 |
2568 | 2024-02-14T22:34:17.112Z | Documenting bit-vec v0.6.3 |
2569 | 2024-02-14T22:34:18.388Z | Documenting winnow v0.5.15 |
2570 | 2024-02-14T22:34:18.504Z | Documenting group v0.13.0 |
2571 | 2024-02-14T22:34:18.758Z | Documenting sec1 v0.7.3 |
2572 | 2024-02-14T22:34:18.874Z | Documenting phf_shared v0.11.2 |
2573 | 2024-02-14T22:34:19.031Z | Documenting diesel v2.1.4 |
2574 | 2024-02-14T22:34:21.285Z | Documenting zip v0.6.6 |
2575 | 2024-02-14T22:34:21.294Z | Documenting postgres-protocol v0.6.6 |
2576 | 2024-02-14T22:34:21.334Z | Documenting cipher v0.4.4 |
2577 | 2024-02-14T22:34:22.549Z | Documenting hkdf v0.12.4 |
2578 | 2024-02-14T22:34:22.650Z | Documenting num-bigint v0.4.4 |
2579 | 2024-02-14T22:34:23.422Z | Documenting toml_edit v0.21.1 |
2580 | 2024-02-14T22:34:24.882Z | Documenting crypto-bigint v0.5.2 |
2581 | 2024-02-14T22:34:25.304Z | Documenting hubpack v0.1.2 |
2582 | 2024-02-14T22:34:27.543Z | Documenting bstr v1.6.0 |
2583 | 2024-02-14T22:34:27.922Z | Documenting serde_repr v0.1.16 |
2584 | 2024-02-14T22:34:28.170Z | Documenting lalrpop-util v0.19.12 |
2585 | 2024-02-14T22:34:29.307Z | Documenting fixedbitset v0.4.2 |
2586 | 2024-02-14T22:34:29.938Z | Documenting heck v0.4.1 |
2587 | 2024-02-14T22:34:30.259Z | Documenting new_debug_unreachable v1.0.4 |
2588 | 2024-02-14T22:34:31.986Z | Documenting minimal-lexical v0.2.1 |
2589 | 2024-02-14T22:34:32.618Z | Documenting precomputed-hash v0.1.1 |
2590 | 2024-02-14T22:34:32.774Z | Documenting petgraph v0.6.4 |
2591 | 2024-02-14T22:34:32.814Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2592 | 2024-02-14T22:34:32.908Z | Documenting elliptic-curve v0.13.8 |
2593 | 2024-02-14T22:34:33.175Z | Documenting yasna v0.5.2 |
2594 | 2024-02-14T22:34:34.618Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2595 | 2024-02-14T22:34:35.789Z | Documenting nom v7.1.3 |
2596 | 2024-02-14T22:34:36.394Z | Documenting string_cache v0.8.7 |
2597 | 2024-02-14T22:34:39.587Z | Documenting postgres-types v0.2.6 |
2598 | 2024-02-14T22:34:39.639Z | Documenting phf v0.11.2 |
2599 | 2024-02-14T22:34:40.031Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2600 | 2024-02-14T22:34:40.182Z | Documenting console v0.15.8 |
2601 | 2024-02-14T22:34:40.754Z | Documenting semver v1.0.21 |
2602 | 2024-02-14T22:34:41.152Z | Documenting float-cmp v0.9.0 |
2603 | 2024-02-14T22:34:42.610Z | Documenting whoami v1.4.1 |
2604 | 2024-02-14T22:34:43.307Z | Documenting predicates-core v1.0.6 |
2605 | 2024-02-14T22:34:43.610Z | Documenting difflib v0.4.0 |
2606 | 2024-02-14T22:34:44.460Z | Documenting normalize-line-endings v0.3.0 |
2607 | 2024-02-14T22:34:45.075Z | Documenting bit-set v0.5.3 |
2608 | 2024-02-14T22:34:46.597Z | Documenting similar v2.3.0 |
2609 | 2024-02-14T22:34:46.601Z | Documenting getopts v0.2.21 |
2610 | 2024-02-14T22:34:46.815Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2611 | 2024-02-14T22:34:47.091Z | Documenting tokio-stream v0.1.14 |
2612 | 2024-02-14T22:34:47.389Z | Checking ident_case v1.0.1 |
2613 | 2024-02-14T22:34:47.423Z | Documenting tokio-postgres v0.7.10 |
2614 | 2024-02-14T22:34:47.530Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2615 | 2024-02-14T22:34:48.137Z | Documenting predicates v3.1.0 |
2616 | 2024-02-14T22:34:49.197Z | Documenting match_cfg v0.1.0 |
2617 | 2024-02-14T22:34:50.481Z | Documenting sha1 v0.10.6 |
2618 | 2024-02-14T22:34:51.015Z | Documenting dirs-sys-next v0.1.2 |
2619 | 2024-02-14T22:34:51.988Z | Documenting hostname v0.3.1 |
2620 | 2024-02-14T22:34:52.281Z | Documenting rustls-pki-types v1.1.0 |
2621 | 2024-02-14T22:34:53.083Z | Documenting camino v1.1.6 |
2622 | 2024-02-14T22:34:54.552Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2623 | 2024-02-14T22:34:54.736Z | Documenting paste v1.0.14 |
2624 | 2024-02-14T22:34:54.870Z | Documenting dirs-next v2.0.0 |
2625 | 2024-02-14T22:34:55.733Z | Documenting thread_local v1.1.7 |
2626 | 2024-02-14T22:34:55.884Z | Documenting crossbeam-channel v0.5.8 |
2627 | 2024-02-14T22:34:56.224Z | Documenting rustls-webpki v0.102.1 |
2628 | 2024-02-14T22:34:57.046Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2629 | 2024-02-14T22:34:58.165Z | Documenting atty v0.2.14 |
2630 | 2024-02-14T22:34:58.726Z | Documenting term v0.7.0 |
2631 | 2024-02-14T22:34:59.369Z | Documenting take_mut v0.2.2 |
2632 | 2024-02-14T22:34:59.865Z | Documenting slog-json v2.6.1 |
2633 | 2024-02-14T22:35:00.083Z | Documenting http v1.0.0 |
2634 | 2024-02-14T22:35:00.762Z | Documenting rustls v0.22.2 |
2635 | 2024-02-14T22:35:00.781Z | Documenting async-stream-impl v0.3.5 |
2636 | 2024-02-14T22:35:01.631Z | Documenting atomic-waker v1.1.1 |
2637 | 2024-02-14T22:35:02.800Z | Documenting slog-term v2.9.0 |
2638 | 2024-02-14T22:35:03.003Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2639 | 2024-02-14T22:35:03.055Z | Documenting slog-async v2.8.0 |
2640 | 2024-02-14T22:35:04.495Z | Documenting debug-ignore v1.0.5 |
2641 | 2024-02-14T22:35:04.661Z | Documenting slog-bunyan v2.5.0 |
2642 | 2024-02-14T22:35:05.331Z | Documenting async-stream v0.3.5 |
2643 | 2024-02-14T22:35:06.201Z | Documenting multer v3.0.0 |
2644 | 2024-02-14T22:35:07.295Z | Documenting waitgroup v0.1.2 |
2645 | 2024-02-14T22:35:07.460Z | Documenting rustls-pemfile v2.0.0 |
2646 | 2024-02-14T22:35:07.699Z | Checking darling_core v0.20.3 |
2647 | 2024-02-14T22:35:09.147Z | Documenting toml v0.8.9 |
2648 | 2024-02-14T22:35:09.631Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2649 | 2024-02-14T22:35:09.812Z | Documenting serde_path_to_error v0.1.15 |
2650 | 2024-02-14T22:35:10.286Z | Documenting tokio-rustls v0.25.0 |
2651 | 2024-02-14T22:35:10.984Z | Checking darling v0.20.3 |
2652 | 2024-02-14T22:35:11.056Z | Documenting structmeta-derive v0.3.0 |
2653 | 2024-02-14T22:35:11.087Z | Documenting serde_with_macros v3.6.0 |
2654 | 2024-02-14T22:35:11.597Z | Checking structmeta v0.3.0 |
2655 | 2024-02-14T22:35:11.824Z | Documenting instant v0.1.12 |
2656 | 2024-02-14T22:35:12.390Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2657 | 2024-02-14T22:35:14.013Z | Documenting macaddr v1.0.1 |
2658 | 2024-02-14T22:35:15.024Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2024-02-14T22:35:15.478Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2660 | 2024-02-14T22:35:15.639Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2661 | 2024-02-14T22:35:15.685Z | Documenting backoff v0.4.0 |
2662 | 2024-02-14T22:35:15.698Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2024-02-14T22:35:16.059Z | Documenting serde_with v3.6.0 |
2664 | 2024-02-14T22:35:16.239Z | Documenting structmeta v0.3.0 |
2665 | 2024-02-14T22:35:16.778Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2666 | 2024-02-14T22:35:18.016Z | Documenting fastrand v2.0.1 |
2667 | 2024-02-14T22:35:18.443Z | Documenting proc-macro-error-attr v1.0.4 |
2668 | 2024-02-14T22:35:19.358Z | Documenting is-terminal v0.4.9 |
2669 | 2024-02-14T22:35:20.779Z | Documenting parse-display-derive v0.9.0 |
2670 | 2024-02-14T22:35:21.172Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2671 | 2024-02-14T22:35:22.070Z | Checking proc-macro-error v1.0.4 |
2672 | 2024-02-14T22:35:22.150Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2673 | 2024-02-14T22:35:22.337Z | Documenting proc-macro-error v1.0.4 |
2674 | 2024-02-14T22:35:22.363Z | Documenting proc-macro-crate v1.3.1 |
2675 | 2024-02-14T22:35:22.448Z | Checking proc-macro-crate v1.3.1 |
2676 | 2024-02-14T22:35:22.657Z | Documenting tempfile v3.10.0 |
2677 | 2024-02-14T22:35:22.703Z | Documenting hash32 v0.3.1 |
2678 | 2024-02-14T22:35:23.580Z | Documenting stable_deref_trait v1.2.0 |
2679 | 2024-02-14T22:35:24.575Z | Documenting embedded-io v0.4.0 |
2680 | 2024-02-14T22:35:26.398Z | Documenting cobs v0.2.3 |
2681 | 2024-02-14T22:35:26.643Z | Documenting parse-display v0.9.0 |
2682 | 2024-02-14T22:35:26.814Z | Documenting heapless v0.8.0 |
2683 | 2024-02-14T22:35:26.975Z | Documenting foreign-types-macros v0.2.3 |
2684 | 2024-02-14T22:35:27.177Z | Documenting camino-tempfile v1.1.1 |
2685 | 2024-02-14T22:35:27.724Z | Documenting num_enum_derive v0.5.11 |
2686 | 2024-02-14T22:35:27.851Z | Documenting foreign-types-shared v0.3.1 |
2687 | 2024-02-14T22:35:29.396Z | Documenting postcard v1.0.8 |
2688 | 2024-02-14T22:35:30.768Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2689 | 2024-02-14T22:35:30.960Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2024-02-14T22:35:31.094Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2691 | 2024-02-14T22:35:31.704Z | Documenting foreign-types v0.5.0 |
2692 | 2024-02-14T22:35:31.757Z | Documenting smoltcp v0.11.0 |
2693 | 2024-02-14T22:35:31.909Z | Documenting crucible-workspace-hack v0.1.0 |
2694 | 2024-02-14T22:35:33.856Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2695 | 2024-02-14T22:35:34.079Z | Documenting num_enum v0.5.11 |
2696 | 2024-02-14T22:35:34.343Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2697 | 2024-02-14T22:35:35.627Z | Documenting cstr-argument v0.1.2 |
2698 | 2024-02-14T22:35:35.699Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2699 | 2024-02-14T22:35:35.850Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2700 | 2024-02-14T22:35:37.891Z | Documenting colored v2.0.4 |
2701 | 2024-02-14T22:35:38.016Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2024-02-14T22:35:38.065Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2703 | 2024-02-14T22:35:39.726Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2704 | 2024-02-14T22:35:40.167Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2705 | 2024-02-14T22:35:40.356Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2706 | 2024-02-14T22:35:42.985Z | Documenting zone_cfg_derive v0.3.0 |
2707 | 2024-02-14T22:35:43.012Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2708 | 2024-02-14T22:35:43.556Z | Documenting num-derive v0.4.0 |
2709 | 2024-02-14T22:35:44.393Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2710 | 2024-02-14T22:35:44.587Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2711 | 2024-02-14T22:35:45.070Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-02-14T22:35:47.266Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2713 | 2024-02-14T22:35:47.377Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2714 | 2024-02-14T22:35:48.170Z | Documenting zone v0.3.0 |
2715 | 2024-02-14T22:35:48.305Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2716 | 2024-02-14T22:35:50.062Z | Documenting smf v0.2.2 |
2717 | 2024-02-14T22:35:51.378Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-02-14T22:35:51.493Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2719 | 2024-02-14T22:35:51.686Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2720 | 2024-02-14T22:35:52.120Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2721 | 2024-02-14T22:35:53.045Z | Documenting password-hash v0.5.0 |
2722 | 2024-02-14T22:35:53.362Z | Documenting blake2 v0.10.6 |
2723 | 2024-02-14T22:35:54.021Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2724 | 2024-02-14T22:35:54.646Z | Documenting linked-hash-map v0.5.6 |
2725 | 2024-02-14T22:35:55.271Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2726 | 2024-02-14T22:35:57.216Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2727 | 2024-02-14T22:35:58.440Z | Documenting itertools v0.12.1 |
2728 | 2024-02-14T22:35:58.563Z | Documenting argon2 v0.5.3 |
2729 | 2024-02-14T22:35:58.577Z | Documenting memmap v0.7.0 |
2730 | 2024-02-14T22:35:58.594Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2731 | 2024-02-14T22:35:59.261Z | Documenting lru-cache v0.1.2 |
2732 | 2024-02-14T22:36:00.319Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2733 | 2024-02-14T22:36:01.530Z | Documenting quick-error v1.2.3 |
2734 | 2024-02-14T22:36:02.618Z | Documenting usdt v0.5.0 |
2735 | 2024-02-14T22:36:03.167Z | Documenting swrite v0.1.0 |
2736 | 2024-02-14T22:36:03.423Z | Documenting newtype_derive v0.1.6 |
2737 | 2024-02-14T22:36:03.737Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2738 | 2024-02-14T22:36:05.202Z | Documenting tap v1.0.1 |
2739 | 2024-02-14T22:36:05.265Z | Documenting resolv-conf v0.7.0 |
2740 | 2024-02-14T22:36:05.411Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2741 | 2024-02-14T22:36:06.641Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2742 | 2024-02-14T22:36:06.732Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2743 | 2024-02-14T22:36:06.861Z | Documenting radium v0.7.0 |
2744 | 2024-02-14T22:36:07.137Z | Documenting steno v0.4.0 |
2745 | 2024-02-14T22:36:08.114Z | Documenting wyz v0.5.1 |
2746 | 2024-02-14T22:36:09.334Z | Documenting trust-dns-resolver v0.22.0 |
2747 | 2024-02-14T22:36:09.863Z | Documenting nibble_vec v0.1.0 |
2748 | 2024-02-14T22:36:10.027Z | Checking heck v0.3.3 |
2749 | 2024-02-14T22:36:10.190Z | Documenting endian-type v0.1.2 |
2750 | 2024-02-14T22:36:10.428Z | Documenting funty v2.0.0 |
2751 | 2024-02-14T22:36:11.239Z | Documenting crc-catalog v2.2.0 |
2752 | 2024-02-14T22:36:13.509Z | Documenting bitvec v1.0.1 |
2753 | 2024-02-14T22:36:13.999Z | Documenting structopt-derive v0.4.18 |
2754 | 2024-02-14T22:36:14.536Z | Documenting crc v3.0.1 |
2755 | 2024-02-14T22:36:14.539Z | Documenting radix_trie v0.2.1 |
2756 | 2024-02-14T22:36:17.029Z | Documenting cancel-safe-futures v0.1.5 |
2757 | 2024-02-14T22:36:17.714Z | Documenting filetime v0.2.23 |
2758 | 2024-02-14T22:36:18.213Z | Documenting xattr v1.0.1 |
2759 | 2024-02-14T22:36:18.230Z | Documenting packed_struct_codegen v0.10.1 |
2760 | 2024-02-14T22:36:18.830Z | Documenting nodrop v0.1.14 |
2761 | 2024-02-14T22:36:20.114Z | Documenting structopt v0.3.26 |
2762 | 2024-02-14T22:36:21.601Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2763 | 2024-02-14T22:36:21.718Z | Documenting array-init v0.0.4 |
2764 | 2024-02-14T22:36:22.134Z | Documenting tar v0.4.40 |
2765 | 2024-02-14T22:36:22.421Z | Documenting num-bigint-dig v0.8.4 |
2766 | 2024-02-14T22:36:24.335Z | Documenting libefi-sys v0.1.0 |
2767 | 2024-02-14T22:36:24.361Z | Documenting packed_struct v0.10.1 |
2768 | 2024-02-14T22:36:24.474Z | Documenting num-rational v0.4.1 |
2769 | 2024-02-14T22:36:24.931Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2770 | 2024-02-14T22:36:26.252Z | Documenting pkcs1 v0.7.5 |
2771 | 2024-02-14T22:36:27.669Z | Documenting signature v2.1.0 |
2772 | 2024-02-14T22:36:28.646Z | Documenting num-complex v0.4.4 |
2773 | 2024-02-14T22:36:28.712Z | Documenting termcolor v1.2.0 |
2774 | 2024-02-14T22:36:28.784Z | Documenting arc-swap v1.6.0 |
2775 | 2024-02-14T22:36:29.947Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2776 | 2024-02-14T22:36:29.969Z | Documenting bitfield v0.14.0 |
2777 | 2024-02-14T22:36:30.961Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2778 | 2024-02-14T22:36:32.728Z | Documenting slog-scope v4.4.0 |
2779 | 2024-02-14T22:36:32.865Z | Documenting rsa v0.9.2 |
2780 | 2024-02-14T22:36:32.947Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2781 | 2024-02-14T22:36:33.284Z | Documenting env_logger v0.10.0 |
2782 | 2024-02-14T22:36:33.430Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2783 | 2024-02-14T22:36:33.931Z | Documenting num v0.4.1 |
2784 | 2024-02-14T22:36:35.936Z | Documenting serde-hex v0.1.0 |
2785 | 2024-02-14T22:36:36.623Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2786 | 2024-02-14T22:36:37.938Z | Documenting x509-cert v0.2.4 |
2787 | 2024-02-14T22:36:38.478Z | Documenting libsw v3.3.1 |
2788 | 2024-02-14T22:36:40.184Z | Documenting ron v0.8.1 |
2789 | 2024-02-14T22:36:40.615Z | Documenting gethostname v0.4.3 |
2790 | 2024-02-14T22:36:41.274Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2791 | 2024-02-14T22:36:41.369Z | Documenting half v2.3.1 |
2792 | 2024-02-14T22:36:42.447Z | Documenting derive-where v1.2.7 |
2793 | 2024-02-14T22:36:43.439Z | Documenting same-file v1.0.6 |
2794 | 2024-02-14T22:36:43.496Z | Documenting ciborium-io v0.2.2 |
2795 | 2024-02-14T22:36:44.397Z | Documenting owo-colors v4.0.0 |
2796 | 2024-02-14T22:36:44.664Z | Documenting crc-any v2.4.3 |
2797 | 2024-02-14T22:36:44.676Z | Documenting linear-map v1.2.0 |
2798 | 2024-02-14T22:36:46.531Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2799 | 2024-02-14T22:36:47.288Z | Documenting ciborium-ll v0.2.2 |
2800 | 2024-02-14T22:36:47.834Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2801 | 2024-02-14T22:36:47.981Z | Documenting walkdir v2.4.0 |
2802 | 2024-02-14T22:36:49.110Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2803 | 2024-02-14T22:36:49.401Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2804 | 2024-02-14T22:36:49.607Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2805 | 2024-02-14T22:37:01.030Z | Documenting slog-stdlog v4.1.1 |
2806 | 2024-02-14T22:37:01.030Z | Documenting slog-dtrace v0.3.0 |
2807 | 2024-02-14T22:37:01.225Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2808 | 2024-02-14T22:37:01.249Z | Documenting path-slash v0.1.5 |
2809 | 2024-02-14T22:37:01.249Z | Documenting slog-envlogger v2.2.0 |
2810 | 2024-02-14T22:37:01.249Z | Documenting ciborium v0.2.2 |
2811 | 2024-02-14T22:37:01.250Z | Documenting pem v3.0.2 |
2812 | 2024-02-14T22:37:01.250Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2813 | 2024-02-14T22:37:01.251Z | Documenting fxhash v0.2.1 |
2814 | 2024-02-14T22:37:01.251Z | Documenting display-error-chain v0.2.0 |
2815 | 2024-02-14T22:37:02.462Z | Documenting utf-8 v0.7.6 |
2816 | 2024-02-14T22:37:02.543Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2817 | 2024-02-14T22:37:03.127Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2818 | 2024-02-14T22:37:04.005Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2819 | 2024-02-14T22:37:04.677Z | Documenting vte_generate_state_changes v0.1.1 |
2820 | 2024-02-14T22:37:06.002Z | Documenting convert_case v0.4.0 |
2821 | 2024-02-14T22:37:06.264Z | Documenting tungstenite v0.20.1 |
2822 | 2024-02-14T22:37:08.603Z | Checking convert_case v0.4.0 |
2823 | 2024-02-14T22:37:08.829Z | Documenting vte v0.11.1 |
2824 | 2024-02-14T22:37:09.949Z | Documenting derive_more v0.99.17 |
2825 | 2024-02-14T22:37:10.043Z | Documenting buf-list v1.0.3 |
2826 | 2024-02-14T22:37:11.145Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2827 | 2024-02-14T22:37:11.680Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2828 | 2024-02-14T22:37:13.386Z | Documenting tokio-tungstenite v0.20.1 |
2829 | 2024-02-14T22:37:13.747Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2830 | 2024-02-14T22:37:14.063Z | Checking darling_core v0.14.4 |
2831 | 2024-02-14T22:37:14.990Z | Documenting pin-project-internal v1.1.3 |
2832 | 2024-02-14T22:37:15.880Z | Checking darling v0.14.4 |
2833 | 2024-02-14T22:37:16.006Z | Documenting strip-ansi-escapes v0.2.0 |
2834 | 2024-02-14T22:37:16.020Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2835 | 2024-02-14T22:37:20.047Z | Documenting pin-project v1.1.3 |
2836 | 2024-02-14T22:37:20.161Z | Documenting doc-comment v0.3.3 |
2837 | 2024-02-14T22:37:20.553Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2838 | 2024-02-14T22:37:21.470Z | Documenting crossbeam-deque v0.8.3 |
2839 | 2024-02-14T22:37:22.108Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2840 | 2024-02-14T22:37:22.514Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2841 | 2024-02-14T22:37:23.091Z | Documenting snafu-derive v0.7.5 |
2842 | 2024-02-14T22:37:23.199Z | Documenting nu-ansi-term v0.49.0 |
2843 | 2024-02-14T22:37:24.293Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2844 | 2024-02-14T22:37:25.529Z | Documenting rayon-core v1.12.0 |
2845 | 2024-02-14T22:37:26.025Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2846 | 2024-02-14T22:37:27.335Z | Documenting reedline v0.28.0 |
2847 | 2024-02-14T22:37:27.919Z | Documenting trust-dns-client v0.22.0 |
2848 | 2024-02-14T22:37:27.931Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2849 | 2024-02-14T22:37:29.252Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2850 | 2024-02-14T22:37:29.570Z | Documenting globset v0.4.13 |
2851 | 2024-02-14T22:37:29.940Z | Documenting olpc-cjson v0.1.3 |
2852 | 2024-02-14T22:37:32.025Z | Documenting snafu v0.7.5 |
2853 | 2024-02-14T22:37:35.093Z | Documenting serde_plain v1.0.2 |
2854 | 2024-02-14T22:37:35.097Z | Documenting headers-core v0.2.0 |
2855 | 2024-02-14T22:37:35.097Z | Documenting async-recursion v1.0.5 |
2856 | 2024-02-14T22:37:35.097Z | Documenting typed-path v0.7.0 |
2857 | 2024-02-14T22:37:36.910Z | Documenting keccak v0.1.4 |
2858 | 2024-02-14T22:37:37.178Z | Documenting bytecount v0.6.3 |
2859 | 2024-02-14T22:37:37.569Z | Documenting trust-dns-server v0.22.1 |
2860 | 2024-02-14T22:37:38.363Z | Documenting rayon v1.8.0 |
2861 | 2024-02-14T22:37:39.805Z | Documenting headers v0.3.9 |
2862 | 2024-02-14T22:37:39.907Z | Documenting sha3 v0.10.8 |
2863 | 2024-02-14T22:37:40.066Z | Documenting papergrid v0.11.0 |
2864 | 2024-02-14T22:37:40.263Z | Documenting tough v0.16.0 |
2865 | 2024-02-14T22:37:42.895Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2866 | 2024-02-14T22:37:44.620Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2867 | 2024-02-14T22:37:45.255Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2868 | 2024-02-14T22:37:45.892Z | Documenting derive_builder_core v0.12.0 |
2869 | 2024-02-14T22:37:46.134Z | Checking derive_builder_core v0.12.0 |
2870 | 2024-02-14T22:37:46.348Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2871 | 2024-02-14T22:37:46.792Z | Documenting sled v0.34.7 |
2872 | 2024-02-14T22:37:46.930Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2873 | 2024-02-14T22:37:47.032Z | Documenting fs-err v2.11.0 |
2874 | 2024-02-14T22:37:47.069Z | Documenting unicase v2.7.0 |
2875 | 2024-02-14T22:37:47.721Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2876 | 2024-02-14T22:37:48.052Z | Documenting tabled_derive v0.7.0 |
2877 | 2024-02-14T22:37:48.260Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2878 | 2024-02-14T22:37:50.355Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2879 | 2024-02-14T22:37:50.929Z | Documenting fd-lock v4.0.2 |
2880 | 2024-02-14T22:37:52.599Z | Documenting nix v0.27.1 |
2881 | 2024-02-14T22:37:53.465Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2882 | 2024-02-14T22:37:53.884Z | Documenting secrecy v0.8.0 |
2883 | 2024-02-14T22:37:54.234Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2884 | 2024-02-14T22:37:54.475Z | Documenting rustversion v1.0.14 |
2885 | 2024-02-14T22:37:55.302Z | Documenting sqlparser_derive v0.2.2 |
2886 | 2024-02-14T22:37:55.744Z | Documenting unicode_categories v0.1.1 |
2887 | 2024-02-14T22:37:56.610Z | Documenting parse-size v1.0.0 |
2888 | 2024-02-14T22:37:57.600Z | Documenting home v0.5.5 |
2889 | 2024-02-14T22:37:58.119Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2890 | 2024-02-14T22:37:58.530Z | Documenting castaway v0.2.2 |
2891 | 2024-02-14T22:37:59.305Z | Documenting tabled v0.15.0 |
2892 | 2024-02-14T22:37:59.607Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2893 | 2024-02-14T22:37:59.752Z | Documenting sqlformat v0.2.3 |
2894 | 2024-02-14T22:38:00.634Z | Documenting sqlparser v0.43.1 |
2895 | 2024-02-14T22:38:01.366Z | Documenting rustyline v13.0.0 |
2896 | 2024-02-14T22:38:02.368Z | Documenting derive_builder_macro v0.12.0 |
2897 | 2024-02-14T22:38:04.838Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2898 | 2024-02-14T22:38:06.040Z | Documenting mime_guess v2.0.4 |
2899 | 2024-02-14T22:38:07.619Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2900 | 2024-02-14T22:38:08.357Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2901 | 2024-02-14T22:38:08.669Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2902 | 2024-02-14T22:38:10.710Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2903 | 2024-02-14T22:38:11.021Z | Documenting universal-hash v0.5.1 |
2904 | 2024-02-14T22:38:13.229Z | Documenting bcs v0.1.6 |
2905 | 2024-02-14T22:38:15.199Z | Documenting kstat-rs v0.2.3 |
2906 | 2024-02-14T22:38:17.238Z | Documenting thiserror-impl-no-std v2.0.2 |
2907 | 2024-02-14T22:38:17.749Z | Documenting ref-cast-impl v1.0.20 |
2908 | 2024-02-14T22:38:19.461Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2909 | 2024-02-14T22:38:21.636Z | Documenting curve25519-dalek-derive v0.1.0 |
2910 | 2024-02-14T22:38:22.232Z | Documenting highway v1.1.0 |
2911 | 2024-02-14T22:38:23.595Z | Documenting opaque-debug v0.3.0 |
2912 | 2024-02-14T22:38:23.630Z | Documenting ref-cast v1.0.20 |
2913 | 2024-02-14T22:38:24.371Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2914 | 2024-02-14T22:38:26.038Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2915 | 2024-02-14T22:38:26.199Z | Documenting curve25519-dalek v4.1.1 |
2916 | 2024-02-14T22:38:26.521Z | Documenting thiserror-no-std v2.0.2 |
2917 | 2024-02-14T22:38:26.551Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2918 | 2024-02-14T22:38:26.647Z | Documenting poly1305 v0.8.0 |
2919 | 2024-02-14T22:38:27.946Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2920 | 2024-02-14T22:38:28.233Z | Documenting derive_builder v0.12.0 |
2921 | 2024-02-14T22:38:29.390Z | Documenting compact_str v0.7.1 |
2922 | 2024-02-14T22:38:31.516Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2923 | 2024-02-14T22:38:31.928Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2924 | 2024-02-14T22:38:32.955Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2925 | 2024-02-14T22:38:33.415Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2926 | 2024-02-14T22:38:35.671Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2927 | 2024-02-14T22:38:44.080Z | Documenting portable-atomic v1.4.3 |
2928 | 2024-02-14T22:38:45.766Z | Documenting polar-core v0.27.0 |
2929 | 2024-02-14T22:38:47.765Z | Documenting ed25519 v1.5.3 |
2930 | 2024-02-14T22:38:48.592Z | Documenting strum v0.26.1 |
2931 | 2024-02-14T22:38:50.067Z | Documenting libxml v0.3.3 |
2932 | 2024-02-14T22:38:50.942Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2933 | 2024-02-14T22:38:52.361Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2934 | 2024-02-14T22:38:54.275Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2935 | 2024-02-14T22:38:54.337Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2936 | 2024-02-14T22:38:54.820Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2937 | 2024-02-14T22:38:54.836Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2938 | 2024-02-14T22:38:55.082Z | Documenting chacha20 v0.9.1 |
2939 | 2024-02-14T22:38:55.407Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2940 | 2024-02-14T22:38:56.467Z | Documenting bb8 v0.8.3 |
2941 | 2024-02-14T22:39:00.339Z | Documenting aead v0.5.2 |
2942 | 2024-02-14T22:39:02.354Z | Documenting lru v0.12.1 |
2943 | 2024-02-14T22:39:03.207Z | Documenting quick-xml v0.30.0 |
2944 | 2024-02-14T22:39:04.479Z | Documenting stability v0.1.1 |
2945 | 2024-02-14T22:39:06.473Z | Documenting oso-derive v0.27.0 |
2946 | 2024-02-14T22:39:07.323Z | Documenting impl-trait-for-tuples v0.2.2 |
2947 | 2024-02-14T22:39:07.772Z | Documenting number_prefix v0.4.0 |
2948 | 2024-02-14T22:39:08.595Z | Documenting cassowary v0.3.0 |
2949 | 2024-02-14T22:39:08.843Z | Documenting glob v0.3.1 |
2950 | 2024-02-14T22:39:10.825Z | Documenting maplit v1.0.2 |
2951 | 2024-02-14T22:39:10.852Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2952 | 2024-02-14T22:39:11.614Z | Documenting indicatif v0.17.7 |
2953 | 2024-02-14T22:39:12.472Z | Documenting ratatui v0.26.1 |
2954 | 2024-02-14T22:39:12.890Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2955 | 2024-02-14T22:39:12.970Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2956 | 2024-02-14T22:39:13.497Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2957 | 2024-02-14T22:39:13.782Z | Documenting chacha20poly1305 v0.10.1 |
2958 | 2024-02-14T22:39:14.624Z | Documenting oso v0.27.0 |
2959 | 2024-02-14T22:39:16.825Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2960 | 2024-02-14T22:39:20.165Z | Documenting salty v0.2.0 |
2961 | 2024-02-14T22:39:20.271Z | Documenting vsss-rs v3.3.4 |
2962 | 2024-02-14T22:39:23.715Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2963 | 2024-02-14T22:39:24.329Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2964 | 2024-02-14T22:39:24.609Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2965 | 2024-02-14T22:39:25.088Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2966 | 2024-02-14T22:39:25.326Z | Documenting cookie v0.18.0 |
2967 | 2024-02-14T22:39:27.704Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2968 | 2024-02-14T22:39:29.374Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2969 | 2024-02-14T22:39:30.086Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2970 | 2024-02-14T22:39:32.592Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2971 | 2024-02-14T22:39:32.929Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2972 | 2024-02-14T22:39:34.317Z | Documenting serde-big-array v0.5.1 |
2973 | 2024-02-14T22:39:35.404Z | Documenting rtoolbox v0.0.1 |
2974 | 2024-02-14T22:39:36.189Z | Documenting humantime v2.1.0 |
2975 | 2024-02-14T22:39:36.669Z | Documenting http-range v0.1.5 |
2976 | 2024-02-14T22:39:38.742Z | Documenting smawk v0.3.1 |
2977 | 2024-02-14T22:39:39.034Z | Documenting unicode-linebreak v0.1.5 |
2978 | 2024-02-14T22:39:39.563Z | Documenting is_ci v1.1.1 |
2979 | 2024-02-14T22:39:40.175Z | Documenting rpassword v7.3.1 |
2980 | 2024-02-14T22:39:40.671Z | Documenting hyper-staticfile v0.9.5 |
2981 | 2024-02-14T22:39:42.180Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2982 | 2024-02-14T22:39:43.368Z | Documenting textwrap v0.16.0 |
2983 | 2024-02-14T22:39:43.397Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2984 | 2024-02-14T22:39:43.514Z | Documenting supports-color v2.1.0 |
2985 | 2024-02-14T22:39:45.269Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2986 | 2024-02-14T22:39:45.444Z | Documenting tui-tree-widget v0.17.0 |
2987 | 2024-02-14T22:39:48.419Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2988 | 2024-02-14T22:39:48.544Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2989 | 2024-02-14T22:39:48.772Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2990 | 2024-02-14T22:39:49.030Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2991 | 2024-02-14T22:39:49.607Z | Documenting rcgen v0.12.1 |
2992 | 2024-02-14T22:39:51.673Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2993 | 2024-02-14T22:39:52.661Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2994 | 2024-02-14T22:39:53.075Z | Documenting atomicwrites v0.4.3 |
2995 | 2024-02-14T22:39:54.673Z | Documenting signal-hook-tokio v0.3.1 |
2996 | 2024-02-14T22:39:57.664Z | Documenting memmap2 v0.7.1 |
2997 | 2024-02-14T22:39:57.675Z | Documenting subprocess v0.2.9 |
2998 | 2024-02-14T22:39:59.715Z | Documenting arrayvec v0.7.4 |
2999 | 2024-02-14T22:39:59.965Z | Documenting shell-words v1.1.0 |
3000 | 2024-02-14T22:40:02.031Z | Documenting constant_time_eq v0.3.0 |
3001 | 2024-02-14T22:40:02.299Z | Documenting arrayref v0.3.7 |
3002 | 2024-02-14T22:40:03.067Z | Documenting corncobs v0.1.3 |
3003 | 2024-02-14T22:40:04.504Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3004 | 2024-02-14T22:40:05.028Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3005 | 2024-02-14T22:40:05.289Z | Documenting blake3 v1.5.0 |
3006 | 2024-02-14T22:40:06.256Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3007 | 2024-02-14T22:40:09.844Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3008 | 2024-02-14T22:40:10.510Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3009 | 2024-02-14T22:40:11.475Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3010 | 2024-02-14T22:40:13.006Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-02-14T22:40:13.890Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3012 | 2024-02-14T22:40:17.131Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3013 | 2024-02-14T22:40:26.664Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3014 | 2024-02-14T22:40:28.624Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3015 | 2024-02-14T22:40:30.397Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3016 | 2024-02-14T22:40:32.023Z | warning: unclosed HTML tag `usize` |
3017 | 2024-02-14T22:40:32.023Z | --> wicket/src/ui/panes/update.rs:153:19 |
3018 | 2024-02-14T22:40:32.024Z | | |
3019 | 2024-02-14T22:40:32.024Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3020 | 2024-02-14T22:40:32.024Z | | ^^^^^^^ |
3021 | 2024-02-14T22:40:32.024Z | | |
3022 | 2024-02-14T22:40:32.024Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3023 | 2024-02-14T22:40:32.025Z | |
3024 | 2024-02-14T22:40:33.424Z | warning: `wicket` (lib doc) generated 1 warning |
3025 | 2024-02-14T22:40:33.429Z | Documenting fatfs v0.3.6 |
3026 | 2024-02-14T22:40:35.170Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3027 | 2024-02-14T22:40:35.525Z | Documenting nanorand v0.7.0 |
3028 | 2024-02-14T22:40:36.729Z | Documenting topological-sort v0.2.2 |
3029 | 2024-02-14T22:40:38.716Z | Documenting assert_matches v1.5.0 |
3030 | 2024-02-14T22:40:39.708Z | Documenting flume v0.11.0 |
3031 | 2024-02-14T22:40:40.809Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3032 | 2024-02-14T22:40:41.518Z | Documenting omicron-zone-package v0.11.0 |
3033 | 2024-02-14T22:40:42.003Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3034 | 2024-02-14T22:40:44.351Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3035 | 2024-02-14T22:40:44.668Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3036 | 2024-02-14T22:40:45.767Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3037 | 2024-02-14T22:40:46.791Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3038 | 2024-02-14T22:40:56.269Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3039 | 2024-02-14T22:41:00.109Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3040 | 2024-02-14T22:41:01.022Z | Documenting termios v0.3.3 |
3041 | 2024-02-14T22:41:04.840Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3042 | 2024-02-14T22:41:04.840Z | --> sled-agent/src/sim/instance.rs:46:7 |
3043 | 2024-02-14T22:41:04.840Z | | |
3044 | 2024-02-14T22:41:04.840Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3045 | 2024-02-14T22:41:04.840Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3046 | 2024-02-14T22:41:04.840Z | | |
3047 | 2024-02-14T22:41:04.840Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3048 | 2024-02-14T22:41:04.840Z | |
3049 | 2024-02-14T22:41:05.663Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3050 | 2024-02-14T22:41:08.903Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3051 | 2024-02-14T22:41:08.914Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3052 | 2024-02-14T22:41:09.129Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3053 | 2024-02-14T22:41:13.084Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3054 | 2024-02-14T22:41:30.473Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3055 | 2024-02-14T22:41:43.647Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3056 | 2024-02-14T22:41:44.531Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3057 | 2024-02-14T22:41:50.830Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3058 | 2024-02-14T22:41:54.269Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3059 | 2024-02-14T22:41:54.269Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3060 | 2024-02-14T22:41:54.269Z | | |
3061 | 2024-02-14T22:41:54.269Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3062 | 2024-02-14T22:41:54.269Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3063 | 2024-02-14T22:41:54.270Z | | |
3064 | 2024-02-14T22:41:54.270Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3065 | 2024-02-14T22:41:54.270Z | |
3066 | 2024-02-14T22:41:56.162Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3067 | 2024-02-14T22:42:02.501Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3068 | 2024-02-14T22:42:03.952Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3069 | 2024-02-14T22:42:05.021Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3070 | 2024-02-14T22:42:12.158Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3071 | 2024-02-14T22:42:12.163Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3072 | 2024-02-14T22:42:36.429Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3073 | 2024-02-14T22:43:30.397Z | warning: unresolved link to `VolumeConstructionRequest` |
3074 | 2024-02-14T22:43:30.397Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3075 | 2024-02-14T22:43:30.397Z | | |
3076 | 2024-02-14T22:43:30.397Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3077 | 2024-02-14T22:43:30.397Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3078 | 2024-02-14T22:43:30.397Z | | |
3079 | 2024-02-14T22:43:30.397Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3080 | 2024-02-14T22:43:30.397Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3081 | 2024-02-14T22:43:30.397Z | |
3082 | 2024-02-14T22:43:30.402Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3083 | 2024-02-14T22:43:30.402Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3084 | 2024-02-14T22:43:30.402Z | | |
3085 | 2024-02-14T22:43:30.402Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3086 | 2024-02-14T22:43:30.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3087 | 2024-02-14T22:43:30.402Z | |
3088 | 2024-02-14T22:43:30.402Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3089 | 2024-02-14T22:43:30.402Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3090 | 2024-02-14T22:43:30.402Z | | |
3091 | 2024-02-14T22:43:30.402Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3092 | 2024-02-14T22:43:30.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3093 | 2024-02-14T22:43:30.402Z | |
3094 | 2024-02-14T22:43:30.402Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3095 | 2024-02-14T22:43:30.402Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3096 | 2024-02-14T22:43:30.402Z | | |
3097 | 2024-02-14T22:43:30.402Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3098 | 2024-02-14T22:43:30.402Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3099 | 2024-02-14T22:43:30.403Z | |
3100 | 2024-02-14T22:43:30.403Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3101 | 2024-02-14T22:43:30.403Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3102 | 2024-02-14T22:43:30.403Z | | |
3103 | 2024-02-14T22:43:30.403Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3104 | 2024-02-14T22:43:30.403Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3105 | 2024-02-14T22:43:30.403Z | |
3106 | 2024-02-14T22:43:30.403Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3107 | 2024-02-14T22:43:30.403Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3108 | 2024-02-14T22:43:30.403Z | | |
3109 | 2024-02-14T22:43:30.403Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3110 | 2024-02-14T22:43:30.403Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3111 | 2024-02-14T22:43:30.403Z | |
3112 | 2024-02-14T22:43:30.403Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3113 | 2024-02-14T22:43:30.403Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3114 | 2024-02-14T22:43:30.403Z | | |
3115 | 2024-02-14T22:43:30.403Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3116 | 2024-02-14T22:43:30.403Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3117 | 2024-02-14T22:43:30.403Z | |
3118 | 2024-02-14T22:43:33.544Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3119 | 2024-02-14T22:44:08.694Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 56s |
3120 | 2024-02-14T22:44:08.791Z | |
3121 | 2024-02-14T22:44:08.791Z | real 11:56.843193421 |
3122 | 2024-02-14T22:44:08.791Z | user 32:16.021776487 |
3123 | 2024-02-14T22:44:08.791Z | sys 49:26.647005390 |
3124 | 2024-02-14T22:44:08.791Z | trap 1.060878263 |
3125 | 2024-02-14T22:44:08.792Z | tflt 0.114568566 |
3126 | 2024-02-14T22:44:08.792Z | dflt 0.585563483 |
3127 | 2024-02-14T22:44:08.792Z | kflt 0.000044500 |
3128 | 2024-02-14T22:44:08.792Z | lock 2:10:34.785724979 |
3129 | 2024-02-14T22:44:08.792Z | slp 2:55:58.529435192 |
3130 | 2024-02-14T22:44:08.792Z | lat 4:51.849791346 |
3131 | 2024-02-14T22:44:08.792Z | stop 1:22.132622157 |
3132 | 2024-02-14T22:44:08.792Z | process exited: duration 1352911 ms, exit code 0 |
|
3133 | 2024-02-14T22:44:08.871Z | found 0 output files |