|
|
|
1 | 2023-11-28T18:08:20.217Z | job assigned to worker 01HGBHT9GSQ29DC0G6WSTEBTSZ (queued for 1 m 14 s) |
|
2 | 2023-11-28T18:08:21.022Z | starting task 0: "setup" |
3 | 2023-11-28T18:08:21.081Z | ++ uname -s |
4 | 2023-11-28T18:08:21.084Z | + kern=SunOS |
5 | 2023-11-28T18:08:21.084Z | + case "$kern" in |
6 | 2023-11-28T18:08:21.084Z | + groupadd -g 12345 build |
7 | 2023-11-28T18:08:21.087Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-28T18:08:23.108Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-28T18:08:23.209Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-28T18:08:23.216Z | + home_fs=zfs |
11 | 2023-11-28T18:08:23.218Z | + [[ zfs == autofs ]] |
12 | 2023-11-28T18:08:23.218Z | + mkdir -p /home/build |
13 | 2023-11-28T18:08:23.218Z | + chown build:build /home/build /work |
14 | 2023-11-28T18:08:25.215Z | + chmod 0700 /home/build /work |
15 | 2023-11-28T18:08:25.219Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-11-28T18:08:25.228Z | starting task 1: "rust-toolchain" |
17 | 2023-11-28T18:08:25.240Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-28T18:08:25.248Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-28T18:08:25.474Z | info: downloading installer |
20 | 2023-11-28T18:08:27.188Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-28T18:08:27.188Z | warning: /opt/ooce/bin |
22 | 2023-11-28T18:08:27.188Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-28T18:08:27.188Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-28T18:08:27.188Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-28T18:08:27.188Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-28T18:08:27.189Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-28T18:08:27.189Z | error: cannot install while Rust is installed |
28 | 2023-11-28T18:08:27.189Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-28T18:08:27.491Z | info: profile set to 'default' |
30 | 2023-11-28T18:08:27.491Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-28T18:08:27.494Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-28T18:08:27.666Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-28T18:08:27.666Z | info: downloading component 'cargo' |
34 | 2023-11-28T18:08:28.351Z | info: downloading component 'clippy' |
35 | 2023-11-28T18:08:28.599Z | info: downloading component 'rust-docs' |
36 | 2023-11-28T18:08:29.589Z | info: downloading component 'rust-std' |
37 | 2023-11-28T18:08:31.612Z | info: downloading component 'rustc' |
38 | 2023-11-28T18:08:35.458Z | info: downloading component 'rustfmt' |
39 | 2023-11-28T18:08:35.669Z | info: installing component 'cargo' |
40 | 2023-11-28T18:08:37.114Z | info: installing component 'clippy' |
41 | 2023-11-28T18:08:37.724Z | info: installing component 'rust-docs' |
42 | 2023-11-28T18:08:40.609Z | info: installing component 'rust-std' |
43 | 2023-11-28T18:08:43.750Z | info: installing component 'rustc' |
44 | 2023-11-28T18:09:01.114Z | info: installing component 'rustfmt' |
45 | 2023-11-28T18:09:02.252Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-28T18:09:02.252Z | |
47 | 2023-11-28T18:09:02.391Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-28T18:09:02.391Z | |
49 | 2023-11-28T18:09:02.394Z | |
50 | 2023-11-28T18:09:02.394Z | Rust is installed now. Great! |
51 | 2023-11-28T18:09:02.397Z | |
52 | 2023-11-28T18:09:02.397Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-28T18:09:02.397Z | environment variable. This has not been done automatically. |
54 | 2023-11-28T18:09:02.397Z | |
55 | 2023-11-28T18:09:02.397Z | To configure your current shell, run: |
56 | 2023-11-28T18:09:02.397Z | source "$HOME/.cargo/env" |
57 | 2023-11-28T18:09:02.489Z | + rustc --version |
58 | 2023-11-28T18:09:02.639Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-28T18:09:02.642Z | process exited: duration 37390 ms, exit code 0 |
|
60 | 2023-11-28T18:09:02.653Z | starting task 2: "authentication" |
61 | 2023-11-28T18:09:02.685Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-28T18:09:02.694Z | starting task 3: "clone repository" |
63 | 2023-11-28T18:09:02.699Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-28T18:09:02.702Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-28T18:09:02.742Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-28T18:09:09.799Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-28T18:09:09.799Z | + [[ -n iliana/five ]] |
68 | 2023-11-28T18:09:09.802Z | + git fetch origin iliana/five |
69 | 2023-11-28T18:09:10.199Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-28T18:09:10.199Z | * branch iliana/five -> FETCH_HEAD |
71 | 2023-11-28T18:09:10.210Z | + git checkout -B iliana/five remotes/origin/iliana/five |
72 | 2023-11-28T18:09:10.303Z | Switched to a new branch 'iliana/five' |
73 | 2023-11-28T18:09:10.306Z | branch 'iliana/five' set up to track 'origin/iliana/five'. |
74 | 2023-11-28T18:09:10.306Z | + git reset --hard 43b8cb2dfc40d56bb5c671749148be17dafb2afc |
75 | 2023-11-28T18:09:10.463Z | HEAD is now at 43b8cb2d Set version to 5.0.0 |
76 | 2023-11-28T18:09:10.465Z | process exited: duration 7774 ms, exit code 0 |
|
77 | 2023-11-28T18:09:10.471Z | starting task 4: "build" |
78 | 2023-11-28T18:09:10.479Z | + cargo --version |
79 | 2023-11-28T18:09:10.487Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-11-28T18:09:10.679Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-11-28T18:09:10.682Z | info: downloading component 'cargo' |
82 | 2023-11-28T18:09:11.437Z | info: downloading component 'clippy' |
83 | 2023-11-28T18:09:11.675Z | info: downloading component 'rust-docs' |
84 | 2023-11-28T18:09:12.853Z | info: downloading component 'rust-std' |
85 | 2023-11-28T18:09:14.672Z | info: downloading component 'rustc' |
86 | 2023-11-28T18:09:19.074Z | info: downloading component 'rustfmt' |
87 | 2023-11-28T18:09:19.327Z | info: installing component 'cargo' |
88 | 2023-11-28T18:09:20.856Z | info: installing component 'clippy' |
89 | 2023-11-28T18:09:21.681Z | info: installing component 'rust-docs' |
90 | 2023-11-28T18:09:24.788Z | info: installing component 'rust-std' |
91 | 2023-11-28T18:09:27.580Z | info: installing component 'rustc' |
92 | 2023-11-28T18:09:47.079Z | info: installing component 'rustfmt' |
93 | 2023-11-28T18:09:48.650Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-11-28T18:09:48.653Z | + rustc --version |
95 | 2023-11-28T18:09:48.775Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-11-28T18:09:48.783Z | + source ./env.sh |
97 | 2023-11-28T18:09:48.786Z | ++ set -o xtrace |
98 | 2023-11-28T18:09:48.786Z | ++++ dirname ./env.sh |
99 | 2023-11-28T18:09:48.789Z | +++ cd . |
100 | 2023-11-28T18:09:48.789Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-28T18:09:48.789Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-28T18:09:48.789Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-11-28T18:09:48.789Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-11-28T18:09:48.789Z | ++ 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 |
105 | 2023-11-28T18:09:48.789Z | ++ 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 |
106 | 2023-11-28T18:09:48.789Z | ++ 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 |
107 | 2023-11-28T18:09:48.789Z | ++ 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 |
108 | 2023-11-28T18:09:48.789Z | ++ 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 |
109 | 2023-11-28T18:09:48.789Z | ++ 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 |
110 | 2023-11-28T18:09:48.789Z | ++ unset OMICRON_WS |
111 | 2023-11-28T18:09:48.789Z | ++ set +o xtrace |
112 | 2023-11-28T18:09:48.928Z | |
113 | 2023-11-28T18:09:48.928Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-28T18:09:48.928Z | # # # # # # # # # # # # # # # |
115 | 2023-11-28T18:09:48.928Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-28T18:09:48.928Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-28T18:09:48.928Z | # # # # # # # # # # # # # # # |
118 | 2023-11-28T18:09:48.928Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-28T18:09:48.928Z | |
120 | 2023-11-28T18:10:04.924Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-28T18:10:06.034Z | Startup: Caching catalogs ... Done |
122 | 2023-11-28T18:10:11.823Z | Planning: Solver setup ... Done (5.420s) |
123 | 2023-11-28T18:10:11.959Z | Planning: Running solver ... Done (0.131s) |
124 | 2023-11-28T18:10:12.018Z | Planning: Finding local manifests ... Done (0.006s) |
125 | 2023-11-28T18:10:12.053Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-28T18:10:12.708Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-28T18:10:12.793Z | Planning: Package planning ... Done (0.084s) |
128 | 2023-11-28T18:10:12.881Z | Planning: Merging actions ... Done (0.088s) |
129 | 2023-11-28T18:10:13.648Z | Planning: Checking for conflicting actions ... Done (0.767s) |
130 | 2023-11-28T18:10:13.666Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-28T18:10:17.934Z | Planning: Evaluating mediators ... Done (4.267s) |
132 | 2023-11-28T18:10:17.951Z | Planning: Planning completed in 11.86 seconds |
133 | 2023-11-28T18:10:18.003Z | Packages to install: 4 |
134 | 2023-11-28T18:10:18.003Z | Mediators to change: 2 |
135 | 2023-11-28T18:10:18.003Z | Services to change: 1 |
136 | 2023-11-28T18:10:18.008Z | Estimated space available: 148.88 GB |
137 | 2023-11-28T18:10:18.011Z | Estimated space to be consumed: 1.38 GB |
138 | 2023-11-28T18:10:18.011Z | Create boot environment: No |
139 | 2023-11-28T18:10:18.011Z | Create backup boot environment: No |
140 | 2023-11-28T18:10:18.011Z | Rebuild boot archive: No |
141 | 2023-11-28T18:10:18.011Z | |
142 | 2023-11-28T18:10:18.011Z | Changed mediators: |
143 | 2023-11-28T18:10:18.011Z | mediator clang: |
144 | 2023-11-28T18:10:18.011Z | version: None -> 15 (system default) |
145 | 2023-11-28T18:10:18.011Z | |
146 | 2023-11-28T18:10:18.011Z | mediator llvm: |
147 | 2023-11-28T18:10:18.011Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-28T18:10:18.011Z | |
149 | 2023-11-28T18:10:18.011Z | Changed packages: |
150 | 2023-11-28T18:10:18.011Z | helios-dev |
151 | 2023-11-28T18:10:18.011Z | developer/build-essential |
152 | 2023-11-28T18:10:18.011Z | None -> 11-2.0 |
153 | 2023-11-28T18:10:18.011Z | library/libxmlsec1 |
154 | 2023-11-28T18:10:18.011Z | None -> 1.2.35-2.0 |
155 | 2023-11-28T18:10:18.011Z | ooce/developer/clang-15 |
156 | 2023-11-28T18:10:18.011Z | None -> 15.0.7-2.0 |
157 | 2023-11-28T18:10:18.011Z | ooce/developer/llvm-15 |
158 | 2023-11-28T18:10:18.011Z | None -> 15.0.7-2.0 |
159 | 2023-11-28T18:10:18.012Z | |
160 | 2023-11-28T18:10:18.012Z | Services: |
161 | 2023-11-28T18:10:18.012Z | restart_fmri: |
162 | 2023-11-28T18:10:18.012Z | svc:/system/update-man-index:default |
163 | 2023-11-28T18:10:18.245Z | |
164 | 2023-11-28T18:10:18.245Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-28T18:10:23.245Z | Download: 1162/3290 items 49.8/212.6MB 23% complete (9.8M/s) |
166 | 2023-11-28T18:10:28.255Z | Download: 1251/3290 items 91.9/212.6MB 43% complete (9.2M/s) |
167 | 2023-11-28T18:10:33.243Z | Download: 3060/3290 items 121.4/212.6MB 57% complete (7.5M/s) |
168 | 2023-11-28T18:10:37.080Z | Download: Completed 212.60 MB in 18.84 seconds (11.3M/s) |
169 | 2023-11-28T18:10:38.068Z | Actions: 1/3687 actions (Installing new actions) |
170 | 2023-11-28T18:10:43.070Z | Actions: 2380/3687 actions (Installing new actions) |
171 | 2023-11-28T18:10:46.298Z | Actions: Completed 3687 actions in 8.23 seconds. |
172 | 2023-11-28T18:10:46.490Z | Done (0.185s) |
173 | 2023-11-28T18:10:46.490Z | Done (0.000s) |
174 | 2023-11-28T18:10:46.726Z | Done (0.234s) |
175 | 2023-11-28T18:10:54.921Z | Done (8.078s) |
176 | 2023-11-28T18:10:55.137Z | Done (0.111s) |
177 | 2023-11-28T18:10:55.140Z | Done (0.000s) |
178 | 2023-11-28T18:10:55.967Z | Done (0.000s) |
179 | 2023-11-28T18:10:56.703Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-11-28T18:10:57.002Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-11-28T18:10:57.005Z | Planning: Consolidating action changes ... Done |
182 | 2023-11-28T18:10:57.461Z | Planning: Evaluating mediators ... Done |
183 | 2023-11-28T18:10:57.464Z | Planning: Planning completed in 0.76 seconds |
184 | 2023-11-28T18:10:57.518Z | Mediators to change: 2 |
185 | 2023-11-28T18:10:57.518Z | Create boot environment: No |
186 | 2023-11-28T18:10:57.518Z | Create backup boot environment: No |
187 | 2023-11-28T18:10:57.627Z | Done |
188 | 2023-11-28T18:10:57.627Z | Done |
189 | 2023-11-28T18:10:57.783Z | Done |
190 | 2023-11-28T18:11:04.089Z | Done |
191 | 2023-11-28T18:11:04.217Z | Done |
192 | 2023-11-28T18:11:04.220Z | Done |
193 | 2023-11-28T18:11:04.436Z | Done |
194 | 2023-11-28T18:11:05.472Z | Planning: Evaluating mediator changes ... Done |
195 | 2023-11-28T18:11:05.475Z | Planning: Merging actions ... Done |
196 | 2023-11-28T18:11:05.821Z | Planning: Checking for conflicting actions ... Done |
197 | 2023-11-28T18:11:05.824Z | Planning: Consolidating action changes ... Done |
198 | 2023-11-28T18:11:06.267Z | Planning: Evaluating mediators ... Done |
199 | 2023-11-28T18:11:06.361Z | Planning: Planning completed in 1.33 seconds |
200 | 2023-11-28T18:11:06.420Z | Packages to change: 1 |
201 | 2023-11-28T18:11:06.420Z | Mediators to change: 1 |
202 | 2023-11-28T18:11:06.420Z | Services to change: 1 |
203 | 2023-11-28T18:11:06.423Z | Create boot environment: No |
204 | 2023-11-28T18:11:06.423Z | Create backup boot environment: Yes |
205 | 2023-11-28T18:11:08.652Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2023-11-28T18:11:08.669Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2023-11-28T18:11:08.669Z | Done |
208 | 2023-11-28T18:11:08.669Z | Done |
209 | 2023-11-28T18:11:08.680Z | Done |
210 | 2023-11-28T18:11:14.902Z | Done |
211 | 2023-11-28T18:11:15.026Z | Done |
212 | 2023-11-28T18:11:15.033Z | Done |
213 | 2023-11-28T18:11:15.140Z | Done |
214 | 2023-11-28T18:11:15.843Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2023-11-28T18:11:15.843Z | clang system 15 system |
216 | 2023-11-28T18:11:15.843Z | csh system system illumos |
217 | 2023-11-28T18:11:15.843Z | ctags system system illumos |
218 | 2023-11-28T18:11:15.843Z | gcc vendor 12 vendor |
219 | 2023-11-28T18:11:15.843Z | gcc system 10 system |
220 | 2023-11-28T18:11:15.843Z | gcc system 7 system |
221 | 2023-11-28T18:11:15.843Z | go system 1.20 system |
222 | 2023-11-28T18:11:15.843Z | go system 1.19 system |
223 | 2023-11-28T18:11:15.843Z | llvm system 15 system |
224 | 2023-11-28T18:11:15.843Z | llvm system 14 system |
225 | 2023-11-28T18:11:15.843Z | mariadb system 10.6 system |
226 | 2023-11-28T18:11:15.843Z | mta vendor vendor dma |
227 | 2023-11-28T18:11:15.843Z | openjdk system 17 system |
228 | 2023-11-28T18:11:15.843Z | openjdk system 11 system |
229 | 2023-11-28T18:11:15.843Z | openjdk system 1.8 system |
230 | 2023-11-28T18:11:15.843Z | openssl vendor 3 vendor |
231 | 2023-11-28T18:11:15.843Z | perl system 5.36 system |
232 | 2023-11-28T18:11:15.843Z | postgresql system 15 system |
233 | 2023-11-28T18:11:15.843Z | postgresql system 13 system |
234 | 2023-11-28T18:11:15.844Z | python vendor 3 vendor |
235 | 2023-11-28T18:11:15.844Z | python system 2 system |
236 | 2023-11-28T18:11:15.844Z | python3 system 3.11 system |
237 | 2023-11-28T18:11:15.844Z | ruby system 3.0 system |
238 | 2023-11-28T18:11:15.844Z | words vendor vendor american-english |
239 | 2023-11-28T18:11:15.844Z | words system system australian-english |
240 | 2023-11-28T18:11:15.844Z | words system system british-english |
241 | 2023-11-28T18:11:15.844Z | words system system canadian-english |
242 | 2023-11-28T18:11:15.844Z | words system system french |
243 | 2023-11-28T18:11:15.844Z | words system system italian |
244 | 2023-11-28T18:11:15.844Z | words system system ngerman |
245 | 2023-11-28T18:11:15.844Z | words system system ogerman |
246 | 2023-11-28T18:11:15.844Z | words system system spanish |
247 | 2023-11-28T18:11:16.403Z | FMRI IFO |
248 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
252 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2023-11-28T18:11:16.403Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
254 | 2023-11-28T18:11:16.476Z | + set -o errexit |
255 | 2023-11-28T18:11:16.479Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2023-11-28T18:11:16.482Z | ++ cd ./tools |
257 | 2023-11-28T18:11:16.482Z | ++ pwd |
258 | 2023-11-28T18:11:16.482Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2023-11-28T18:11:16.485Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2023-11-28T18:11:16.485Z | + ARG0=ci_download_cockroachdb |
261 | 2023-11-28T18:11:16.488Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2023-11-28T18:11:16.491Z | + CIDL_VERSION=v22.1.9 |
263 | 2023-11-28T18:11:16.491Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2023-11-28T18:11:16.491Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
265 | 2023-11-28T18:11:16.491Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
266 | 2023-11-28T18:11:16.491Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-28T18:11:16.491Z | + TARGET_DIR=out |
268 | 2023-11-28T18:11:16.491Z | + DOWNLOAD_DIR=out/downloads |
269 | 2023-11-28T18:11:16.491Z | + DEST_DIR=./out/cockroachdb |
270 | 2023-11-28T18:11:16.491Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2023-11-28T18:11:16.491Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2023-11-28T18:11:16.491Z | + main |
273 | 2023-11-28T18:11:16.491Z | + [[ 0 != 0 ]] |
274 | 2023-11-28T18:11:16.491Z | + CIDL_OS=solaris2.11 |
275 | 2023-11-28T18:11:16.491Z | + [[ 0 != 0 ]] |
276 | 2023-11-28T18:11:16.491Z | + configure_os solaris2.11 |
277 | 2023-11-28T18:11:16.491Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2023-11-28T18:11:16.491Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-11-28T18:11:16.491Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2023-11-28T18:11:16.491Z | configuring based on OS: "solaris2.11" |
281 | 2023-11-28T18:11:16.491Z | + case "$1" in |
282 | 2023-11-28T18:11:16.491Z | + CIDL_BUILD=illumos |
283 | 2023-11-28T18:11:16.491Z | + CIDL_SUFFIX=tar.gz |
284 | 2023-11-28T18:11:16.491Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-11-28T18:11:16.491Z | + CIDL_MD5FUNC=do_md5sum |
286 | 2023-11-28T18:11:16.491Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2023-11-28T18:11:16.491Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2023-11-28T18:11:16.491Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2023-11-28T18:11:16.491Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-28T18:11:16.491Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-28T18:11:16.491Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2023-11-28T18:11:16.491Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-28T18:11:16.491Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-28T18:11:16.491Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-28T18:11:16.491Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-28T18:11:16.491Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-11-28T18:11:16.491Z | + mkdir -p out/downloads |
298 | 2023-11-28T18:11:16.494Z | + mkdir -p ./out/cockroachdb |
299 | 2023-11-28T18:11:16.494Z | + local DO_DOWNLOAD=true |
300 | 2023-11-28T18:11:16.494Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2023-11-28T18:11:16.494Z | + '[' true == true ']' |
302 | 2023-11-28T18:11:16.495Z | + echo Downloading... |
303 | 2023-11-28T18:11:16.495Z | Downloading... |
304 | 2023-11-28T18:11:16.495Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-11-28T18:11:16.499Z | + 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 | 2023-11-28T18:11:19.712Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-28T18:11:19.725Z | ++ md5sum |
308 | 2023-11-28T18:11:19.725Z | ++ awk '{print $1}' |
309 | 2023-11-28T18:11:20.313Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
310 | 2023-11-28T18:11:20.313Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
311 | 2023-11-28T18:11:20.313Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-11-28T18:11:20.333Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2023-11-28T18:11:23.485Z | + do_assemble_illumos |
314 | 2023-11-28T18:11:23.485Z | + rm -r ./out/cockroachdb |
315 | 2023-11-28T18:11:23.490Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2023-11-28T18:11:24.114Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2023-11-28T18:11:24.440Z | Build Tag: v22.1.9-dirty |
318 | 2023-11-28T18:11:24.440Z | Build Time: 2022/10/26 21:17:46 |
319 | 2023-11-28T18:11:24.440Z | Distribution: OSS |
320 | 2023-11-28T18:11:24.440Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2023-11-28T18:11:24.440Z | Go Version: go1.17.13 |
322 | 2023-11-28T18:11:24.440Z | C Compiler: gcc 10.3.0 |
323 | 2023-11-28T18:11:24.440Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2023-11-28T18:11:24.440Z | Build Type: release |
325 | 2023-11-28T18:11:24.468Z | + set -o errexit |
326 | 2023-11-28T18:11:24.471Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2023-11-28T18:11:24.473Z | ++ cd ./tools |
328 | 2023-11-28T18:11:24.473Z | ++ pwd |
329 | 2023-11-28T18:11:24.473Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2023-11-28T18:11:24.476Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2023-11-28T18:11:24.479Z | + ARG0=ci_download_clickhouse |
332 | 2023-11-28T18:11:24.479Z | + TARGET_DIR=out |
333 | 2023-11-28T18:11:24.479Z | + DOWNLOAD_DIR=out/downloads |
334 | 2023-11-28T18:11:24.479Z | + DEST_DIR=./out/clickhouse |
335 | 2023-11-28T18:11:24.479Z | + CIDL_VERSION=v22.8.9.24 |
336 | 2023-11-28T18:11:24.479Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2023-11-28T18:11:24.479Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
338 | 2023-11-28T18:11:24.479Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
339 | 2023-11-28T18:11:24.479Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-28T18:11:24.479Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2023-11-28T18:11:24.479Z | + main |
342 | 2023-11-28T18:11:24.479Z | + [[ 0 != 0 ]] |
343 | 2023-11-28T18:11:24.480Z | + CIDL_OS=solaris2.11 |
344 | 2023-11-28T18:11:24.480Z | + [[ 0 != 0 ]] |
345 | 2023-11-28T18:11:24.480Z | + configure_os solaris2.11 |
346 | 2023-11-28T18:11:24.480Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2023-11-28T18:11:24.480Z | current directory: /work/oxidecomputer/omicron |
348 | 2023-11-28T18:11:24.480Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2023-11-28T18:11:24.480Z | + CIDL_DASHREV= |
350 | 2023-11-28T18:11:24.480Z | + case "$1" in |
351 | 2023-11-28T18:11:24.480Z | configuring based on OS: "solaris2.11" |
352 | 2023-11-28T18:11:24.480Z | + CIDL_PLATFORM=illumos |
353 | 2023-11-28T18:11:24.480Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-28T18:11:24.480Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2023-11-28T18:11:24.480Z | + CIDL_DASHREV=-1 |
356 | 2023-11-28T18:11:24.480Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
357 | 2023-11-28T18:11:24.480Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-28T18:11:24.480Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-28T18:11:24.480Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-28T18:11:24.480Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-11-28T18:11:24.480Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-28T18:11:24.480Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-28T18:11:24.480Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-28T18:11:24.480Z | + mkdir -p out/downloads |
365 | 2023-11-28T18:11:24.483Z | + mkdir -p ./out/clickhouse |
366 | 2023-11-28T18:11:24.486Z | + local DO_DOWNLOAD=true |
367 | 2023-11-28T18:11:24.486Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
368 | 2023-11-28T18:11:24.486Z | + '[' true == true ']' |
369 | 2023-11-28T18:11:24.486Z | + echo Downloading... |
370 | 2023-11-28T18:11:24.486Z | Downloading... |
371 | 2023-11-28T18:11:24.486Z | + 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 |
372 | 2023-11-28T18:11:24.486Z | + 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 |
373 | 2023-11-28T18:11:26.137Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-28T18:11:26.141Z | ++ md5sum |
375 | 2023-11-28T18:11:26.141Z | ++ awk '{print $1}' |
376 | 2023-11-28T18:11:26.396Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
377 | 2023-11-28T18:11:26.396Z | + [[ 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 ]] |
378 | 2023-11-28T18:11:26.396Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
379 | 2023-11-28T18:11:26.403Z | + mkdir -p ./out/clickhouse |
380 | 2023-11-28T18:11:26.403Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
381 | 2023-11-28T18:11:31.476Z | + ./out/clickhouse/clickhouse server --version |
382 | 2023-11-28T18:11:31.939Z | ClickHouse server version 22.8.9.1. |
383 | 2023-11-28T18:11:31.942Z | + set -o errexit |
384 | 2023-11-28T18:11:31.942Z | +++ dirname ./tools/ci_download_console |
385 | 2023-11-28T18:11:31.942Z | ++ cd ./tools |
386 | 2023-11-28T18:11:31.942Z | ++ pwd |
387 | 2023-11-28T18:11:31.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2023-11-28T18:11:31.942Z | ++ basename ./tools/ci_download_console |
389 | 2023-11-28T18:11:31.942Z | + ARG0=ci_download_console |
390 | 2023-11-28T18:11:31.942Z | + TARGET_DIR=out |
391 | 2023-11-28T18:11:31.942Z | + DOWNLOAD_DIR=out/downloads |
392 | 2023-11-28T18:11:31.942Z | + DEST_DIR=./out/console-assets |
393 | 2023-11-28T18:11:31.942Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2023-11-28T18:11:31.942Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
395 | 2023-11-28T18:11:31.942Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-28T18:11:31.942Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
397 | 2023-11-28T18:11:31.942Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2023-11-28T18:11:31.942Z | + main |
399 | 2023-11-28T18:11:31.942Z | + [[ 0 != 0 ]] |
400 | 2023-11-28T18:11:31.942Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
401 | 2023-11-28T18:11:31.942Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-11-28T18:11:31.942Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-11-28T18:11:31.942Z | Local file: out/downloads/console.tar.gz |
404 | 2023-11-28T18:11:31.942Z | + local DO_DOWNLOAD=true |
405 | 2023-11-28T18:11:31.942Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2023-11-28T18:11:31.942Z | + mkdir -p out/downloads |
407 | 2023-11-28T18:11:31.942Z | + '[' true == true ']' |
408 | 2023-11-28T18:11:31.942Z | + echo Downloading... |
409 | 2023-11-28T18:11:31.942Z | Downloading... |
410 | 2023-11-28T18:11:31.942Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
411 | 2023-11-28T18:11:31.942Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-11-28T18:11:32.112Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2023-11-28T18:11:32.112Z | ++ case "$OSTYPE" in |
414 | 2023-11-28T18:11:32.114Z | ++ SHA=sha256sum |
415 | 2023-11-28T18:11:32.120Z | ++ sha256sum |
416 | 2023-11-28T18:11:32.120Z | ++ awk '{print $1}' |
417 | 2023-11-28T18:11:32.169Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
418 | 2023-11-28T18:11:32.169Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
419 | 2023-11-28T18:11:32.172Z | + rm -rf ./out/console-assets |
420 | 2023-11-28T18:11:32.172Z | + mkdir -p ./out/console-assets |
421 | 2023-11-28T18:11:32.172Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2023-11-28T18:11:32.172Z | + mkdir -p ./out/console-assets |
423 | 2023-11-28T18:11:32.172Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2023-11-28T18:11:32.289Z | + set -o errexit |
425 | 2023-11-28T18:11:32.292Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2023-11-28T18:11:32.295Z | ++ cd ./tools |
427 | 2023-11-28T18:11:32.295Z | ++ pwd |
428 | 2023-11-28T18:11:32.295Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-11-28T18:11:32.298Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2023-11-28T18:11:32.298Z | + ARG0=ci_download_maghemite_openapi |
431 | 2023-11-28T18:11:32.298Z | + TARGET_DIR=out |
432 | 2023-11-28T18:11:32.298Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-11-28T18:11:32.300Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2023-11-28T18:11:32.300Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
435 | 2023-11-28T18:11:32.300Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-28T18:11:32.300Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
437 | 2023-11-28T18:11:32.300Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
438 | 2023-11-28T18:11:32.300Z | + main |
439 | 2023-11-28T18:11:32.300Z | + [[ 0 != 0 ]] |
440 | 2023-11-28T18:11:32.300Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
441 | 2023-11-28T18:11:32.300Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
442 | 2023-11-28T18:11:32.300Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
443 | 2023-11-28T18:11:32.300Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
444 | 2023-11-28T18:11:32.300Z | + local DO_DOWNLOAD=true |
445 | 2023-11-28T18:11:32.300Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
446 | 2023-11-28T18:11:32.300Z | + mkdir -p out/downloads |
447 | 2023-11-28T18:11:32.303Z | + '[' true == true ']' |
448 | 2023-11-28T18:11:32.303Z | + echo Downloading... |
449 | 2023-11-28T18:11:32.303Z | Downloading... |
450 | 2023-11-28T18:11:32.303Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
451 | 2023-11-28T18:11:32.303Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
452 | 2023-11-28T18:11:32.507Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-28T18:11:32.507Z | ++ case "$OSTYPE" in |
454 | 2023-11-28T18:11:32.510Z | ++ SHA=sha256sum |
455 | 2023-11-28T18:11:32.510Z | ++ sha256sum |
456 | 2023-11-28T18:11:32.510Z | ++ awk '{print $1}' |
457 | 2023-11-28T18:11:32.513Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
458 | 2023-11-28T18:11:32.516Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
459 | 2023-11-28T18:11:32.516Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2023-11-28T18:11:32.516Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
461 | 2023-11-28T18:11:32.516Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
462 | 2023-11-28T18:11:32.516Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
463 | 2023-11-28T18:11:32.516Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
464 | 2023-11-28T18:11:32.516Z | + main |
465 | 2023-11-28T18:11:32.516Z | + [[ 0 != 0 ]] |
466 | 2023-11-28T18:11:32.516Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
467 | 2023-11-28T18:11:32.516Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
468 | 2023-11-28T18:11:32.516Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
469 | 2023-11-28T18:11:32.517Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
470 | 2023-11-28T18:11:32.517Z | + local DO_DOWNLOAD=true |
471 | 2023-11-28T18:11:32.517Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
472 | 2023-11-28T18:11:32.517Z | + mkdir -p out/downloads |
473 | 2023-11-28T18:11:32.517Z | + '[' true == true ']' |
474 | 2023-11-28T18:11:32.517Z | + echo Downloading... |
475 | 2023-11-28T18:11:32.520Z | Downloading... |
476 | 2023-11-28T18:11:32.520Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
477 | 2023-11-28T18:11:32.520Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
478 | 2023-11-28T18:11:32.652Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
479 | 2023-11-28T18:11:32.655Z | ++ case "$OSTYPE" in |
480 | 2023-11-28T18:11:32.655Z | ++ SHA=sha256sum |
481 | 2023-11-28T18:11:32.655Z | ++ sha256sum |
482 | 2023-11-28T18:11:32.655Z | ++ awk '{print $1}' |
483 | 2023-11-28T18:11:32.658Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
484 | 2023-11-28T18:11:32.658Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
485 | 2023-11-28T18:11:32.668Z | + set -o errexit |
486 | 2023-11-28T18:11:32.671Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2023-11-28T18:11:32.673Z | ++ cd ./tools |
488 | 2023-11-28T18:11:32.673Z | ++ pwd |
489 | 2023-11-28T18:11:32.673Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-11-28T18:11:32.676Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2023-11-28T18:11:32.676Z | + ARG0=ci_download_dendrite_openapi |
492 | 2023-11-28T18:11:32.676Z | + TARGET_DIR=out |
493 | 2023-11-28T18:11:32.676Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-11-28T18:11:32.676Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-28T18:11:32.676Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
496 | 2023-11-28T18:11:32.676Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
497 | 2023-11-28T18:11:32.679Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
498 | 2023-11-28T18:11:32.679Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
499 | 2023-11-28T18:11:32.679Z | + main |
500 | 2023-11-28T18:11:32.679Z | + [[ 0 != 0 ]] |
501 | 2023-11-28T18:11:32.679Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
502 | 2023-11-28T18:11:32.679Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
503 | 2023-11-28T18:11:32.679Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
504 | 2023-11-28T18:11:32.679Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
505 | 2023-11-28T18:11:32.679Z | + local DO_DOWNLOAD=true |
506 | 2023-11-28T18:11:32.679Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
507 | 2023-11-28T18:11:32.679Z | + mkdir -p out/downloads |
508 | 2023-11-28T18:11:32.682Z | + '[' true == true ']' |
509 | 2023-11-28T18:11:32.682Z | + echo Downloading... |
510 | 2023-11-28T18:11:32.682Z | Downloading... |
511 | 2023-11-28T18:11:32.682Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
512 | 2023-11-28T18:11:32.682Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
513 | 2023-11-28T18:11:32.826Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-28T18:11:32.826Z | ++ case "$OSTYPE" in |
515 | 2023-11-28T18:11:32.829Z | ++ SHA=sha256sum |
516 | 2023-11-28T18:11:32.829Z | ++ sha256sum |
517 | 2023-11-28T18:11:32.829Z | ++ awk '{print $1}' |
518 | 2023-11-28T18:11:32.833Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
519 | 2023-11-28T18:11:32.833Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
520 | 2023-11-28T18:11:32.843Z | + set -o errexit |
521 | 2023-11-28T18:11:32.845Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2023-11-28T18:11:32.849Z | ++ cd ./tools |
523 | 2023-11-28T18:11:32.849Z | ++ pwd |
524 | 2023-11-28T18:11:32.849Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-11-28T18:11:32.856Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2023-11-28T18:11:32.856Z | + ARG0=ci_download_dendrite_stub |
527 | 2023-11-28T18:11:32.856Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2023-11-28T18:11:32.856Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
529 | 2023-11-28T18:11:32.856Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
530 | 2023-11-28T18:11:32.856Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
531 | 2023-11-28T18:11:32.856Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2023-11-28T18:11:32.856Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
533 | 2023-11-28T18:11:32.856Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
534 | 2023-11-28T18:11:32.856Z | + TARGET_DIR=out |
535 | 2023-11-28T18:11:32.856Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-11-28T18:11:32.856Z | + DEST_DIR=./out/dendrite-stub |
537 | 2023-11-28T18:11:32.856Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2023-11-28T18:11:32.856Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-11-28T18:11:32.857Z | + REPO=oxidecomputer/dendrite |
540 | 2023-11-28T18:11:32.857Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
541 | 2023-11-28T18:11:32.857Z | + main |
542 | 2023-11-28T18:11:32.857Z | + [[ 0 != 0 ]] |
543 | 2023-11-28T18:11:32.857Z | + CIDL_OS=solaris2.11 |
544 | 2023-11-28T18:11:32.857Z | + [[ 0 != 0 ]] |
545 | 2023-11-28T18:11:32.857Z | + configure_os solaris2.11 |
546 | 2023-11-28T18:11:32.857Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-11-28T18:11:32.857Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-11-28T18:11:32.857Z | + echo 'configuring based on OS: "solaris2.11"' |
549 | 2023-11-28T18:11:32.857Z | + case "$1" in |
550 | 2023-11-28T18:11:32.857Z | configuring based on OS: "solaris2.11" |
551 | 2023-11-28T18:11:32.857Z | + SET_BINARIES= |
552 | 2023-11-28T18:11:32.857Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
553 | 2023-11-28T18:11:32.857Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-11-28T18:11:32.857Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-11-28T18:11:32.857Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
556 | 2023-11-28T18:11:32.857Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-28T18:11:32.857Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
558 | 2023-11-28T18:11:32.857Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2023-11-28T18:11:32.858Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
560 | 2023-11-28T18:11:32.858Z | Local file: out/downloads/dendrite-stub.tar.gz |
561 | 2023-11-28T18:11:32.858Z | + mkdir -p out/downloads |
562 | 2023-11-28T18:11:32.871Z | + mkdir -p ./out/dendrite-stub |
563 | 2023-11-28T18:11:32.871Z | + fetch_and_verify |
564 | 2023-11-28T18:11:32.871Z | + local DO_DOWNLOAD=true |
565 | 2023-11-28T18:11:32.871Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2023-11-28T18:11:32.871Z | + '[' true == true ']' |
567 | 2023-11-28T18:11:32.871Z | + echo Downloading... |
568 | 2023-11-28T18:11:32.871Z | Downloading... |
569 | 2023-11-28T18:11:32.871Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2023-11-28T18:11:32.871Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
571 | 2023-11-28T18:11:39.331Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-28T18:11:39.334Z | ++ sha256sum |
573 | 2023-11-28T18:11:39.334Z | ++ awk '{print $1}' |
574 | 2023-11-28T18:11:39.453Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
575 | 2023-11-28T18:11:39.453Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
576 | 2023-11-28T18:11:39.456Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2023-11-28T18:11:39.456Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2023-11-28T18:11:40.543Z | + do_assemble |
579 | 2023-11-28T18:11:40.543Z | + rm -r ./out/dendrite-stub |
580 | 2023-11-28T18:11:40.546Z | + mkdir ./out/dendrite-stub |
581 | 2023-11-28T18:11:40.549Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2023-11-28T18:11:40.704Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2023-11-28T18:11:40.717Z | + set -o errexit |
584 | 2023-11-28T18:11:40.719Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2023-11-28T18:11:40.722Z | ++ cd ./tools |
586 | 2023-11-28T18:11:40.722Z | ++ pwd |
587 | 2023-11-28T18:11:40.722Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2023-11-28T18:11:40.725Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2023-11-28T18:11:40.728Z | + ARG0=ci_download_maghemite_mgd |
590 | 2023-11-28T18:11:40.728Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2023-11-28T18:11:40.728Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
592 | 2023-11-28T18:11:40.728Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
593 | 2023-11-28T18:11:40.728Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2023-11-28T18:11:40.728Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
595 | 2023-11-28T18:11:40.728Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
596 | 2023-11-28T18:11:40.728Z | + TARGET_DIR=out |
597 | 2023-11-28T18:11:40.728Z | + DOWNLOAD_DIR=out/downloads |
598 | 2023-11-28T18:11:40.728Z | + DEST_DIR=./out/mgd |
599 | 2023-11-28T18:11:40.728Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2023-11-28T18:11:40.728Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2023-11-28T18:11:40.728Z | + REPO=oxidecomputer/maghemite |
602 | 2023-11-28T18:11:40.728Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
603 | 2023-11-28T18:11:40.728Z | + main |
604 | 2023-11-28T18:11:40.728Z | + [[ 0 != 0 ]] |
605 | 2023-11-28T18:11:40.728Z | + CIDL_OS=solaris2.11 |
606 | 2023-11-28T18:11:40.728Z | + [[ 0 != 0 ]] |
607 | 2023-11-28T18:11:40.728Z | + configure_os solaris2.11 |
608 | 2023-11-28T18:11:40.728Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2023-11-28T18:11:40.728Z | current directory: /work/oxidecomputer/omicron |
610 | 2023-11-28T18:11:40.728Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2023-11-28T18:11:40.728Z | + case "$1" in |
612 | 2023-11-28T18:11:40.728Z | + SET_BINARIES= |
613 | 2023-11-28T18:11:40.728Z | configuring based on OS: "solaris2.11" |
614 | 2023-11-28T18:11:40.728Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2023-11-28T18:11:40.728Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2023-11-28T18:11:40.728Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
617 | 2023-11-28T18:11:40.728Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2023-11-28T18:11:40.728Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
619 | 2023-11-28T18:11:40.728Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2023-11-28T18:11:40.728Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
621 | 2023-11-28T18:11:40.728Z | Local file: out/downloads/mgd.tar.gz |
622 | 2023-11-28T18:11:40.728Z | + mkdir -p out/downloads |
623 | 2023-11-28T18:11:40.731Z | + mkdir -p ./out/mgd |
624 | 2023-11-28T18:11:40.731Z | + fetch_and_verify |
625 | 2023-11-28T18:11:40.734Z | + local DO_DOWNLOAD=true |
626 | 2023-11-28T18:11:40.734Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2023-11-28T18:11:40.734Z | + '[' true == true ']' |
628 | 2023-11-28T18:11:40.734Z | + echo Downloading... |
629 | 2023-11-28T18:11:40.734Z | Downloading... |
630 | 2023-11-28T18:11:40.734Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2023-11-28T18:11:40.734Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
632 | 2023-11-28T18:11:45.215Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2023-11-28T18:11:45.218Z | ++ sha256sum |
634 | 2023-11-28T18:11:45.218Z | ++ awk '{print $1}' |
635 | 2023-11-28T18:11:45.298Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
636 | 2023-11-28T18:11:45.298Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
637 | 2023-11-28T18:11:45.301Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2023-11-28T18:11:45.301Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2023-11-28T18:11:45.998Z | + do_assemble |
640 | 2023-11-28T18:11:45.998Z | + rm -r ./out/mgd |
641 | 2023-11-28T18:11:46.001Z | + mkdir ./out/mgd |
642 | 2023-11-28T18:11:46.004Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2023-11-28T18:11:46.212Z | + set -o errexit |
644 | 2023-11-28T18:11:46.214Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2023-11-28T18:11:46.217Z | ++ cd ./tools |
646 | 2023-11-28T18:11:46.217Z | ++ pwd |
647 | 2023-11-28T18:11:46.217Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2023-11-28T18:11:46.220Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2023-11-28T18:11:46.220Z | + ARG0=ci_download_transceiver_control |
650 | 2023-11-28T18:11:46.220Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2023-11-28T18:11:46.220Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-11-28T18:11:46.220Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-28T18:11:46.220Z | + TARGET_DIR=out |
654 | 2023-11-28T18:11:46.220Z | + DOWNLOAD_DIR=out/downloads |
655 | 2023-11-28T18:11:46.220Z | + DEST_DIR=./out/transceiver-control |
656 | 2023-11-28T18:11:46.220Z | + BIN_DIR=/opt/oxide/bin |
657 | 2023-11-28T18:11:46.220Z | + BINARY=xcvradm |
658 | 2023-11-28T18:11:46.220Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2023-11-28T18:11:46.220Z | + REPO=oxidecomputer/transceiver-control |
660 | 2023-11-28T18:11:46.220Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-11-28T18:11:46.223Z | + main |
662 | 2023-11-28T18:11:46.223Z | + [[ 0 != 0 ]] |
663 | 2023-11-28T18:11:46.223Z | + CIDL_OS=solaris2.11 |
664 | 2023-11-28T18:11:46.223Z | + [[ 0 != 0 ]] |
665 | 2023-11-28T18:11:46.223Z | + configure_os solaris2.11 |
666 | 2023-11-28T18:11:46.223Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2023-11-28T18:11:46.223Z | current directory: /work/oxidecomputer/omicron |
668 | 2023-11-28T18:11:46.223Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2023-11-28T18:11:46.224Z | + case "$1" in |
670 | 2023-11-28T18:11:46.224Z | + SET_BINARIES= |
671 | 2023-11-28T18:11:46.224Z | configuring based on OS: "solaris2.11" |
672 | 2023-11-28T18:11:46.224Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-28T18:11:46.224Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2023-11-28T18:11:46.224Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2023-11-28T18:11:46.224Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-11-28T18:11:46.224Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2023-11-28T18:11:46.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2023-11-28T18:11:46.224Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-11-28T18:11:46.224Z | Local file: out/downloads/xcvradm.gz |
680 | 2023-11-28T18:11:46.224Z | + echo 'Local file: out/downloads/xcvradm.gz' |
681 | 2023-11-28T18:11:46.224Z | + mkdir -p out/downloads |
682 | 2023-11-28T18:11:46.227Z | + mkdir -p ./out/transceiver-control |
683 | 2023-11-28T18:11:46.227Z | + fetch_and_verify |
684 | 2023-11-28T18:11:46.227Z | + local DO_DOWNLOAD=true |
685 | 2023-11-28T18:11:46.227Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2023-11-28T18:11:46.227Z | + '[' true == true ']' |
687 | 2023-11-28T18:11:46.227Z | + echo Downloading... |
688 | 2023-11-28T18:11:46.227Z | Downloading... |
689 | 2023-11-28T18:11:46.227Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2023-11-28T18:11:46.227Z | + 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 |
691 | 2023-11-28T18:11:48.607Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2023-11-28T18:11:48.609Z | ++ sha256sum |
693 | 2023-11-28T18:11:48.609Z | ++ awk '{print $1}' |
694 | 2023-11-28T18:11:48.633Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2023-11-28T18:11:48.633Z | + [[ 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 ]] |
696 | 2023-11-28T18:11:48.633Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2023-11-28T18:11:48.633Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2023-11-28T18:11:48.637Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2023-11-28T18:11:48.817Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2023-11-28T18:11:48.820Z | + do_assemble |
701 | 2023-11-28T18:11:48.820Z | + rm -r ./out/transceiver-control |
702 | 2023-11-28T18:11:48.824Z | + mkdir ./out/transceiver-control |
703 | 2023-11-28T18:11:48.827Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2023-11-28T18:11:49.081Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2023-11-28T18:11:49.085Z | |
706 | 2023-11-28T18:11:49.085Z | real 2:00.156743258 |
707 | 2023-11-28T18:11:49.085Z | user 55.299739508 |
708 | 2023-11-28T18:11:49.085Z | sys 10.676623395 |
709 | 2023-11-28T18:11:49.085Z | trap 0.029971923 |
710 | 2023-11-28T18:11:49.085Z | tflt 0.152727231 |
711 | 2023-11-28T18:11:49.085Z | dflt 0.663216219 |
712 | 2023-11-28T18:11:49.085Z | kflt 0.182141068 |
713 | 2023-11-28T18:11:49.085Z | lock 1.999768685 |
714 | 2023-11-28T18:11:49.085Z | slp 3:34.800645007 |
715 | 2023-11-28T18:11:49.085Z | lat 4.143506780 |
716 | 2023-11-28T18:11:49.085Z | stop 0.080091033 |
717 | 2023-11-28T18:11:49.089Z | |
718 | 2023-11-28T18:11:49.089Z | #### # # ##### ##### # # |
719 | 2023-11-28T18:11:49.089Z | # # # # # # # # # # |
720 | 2023-11-28T18:11:49.089Z | # # # # # # # # |
721 | 2023-11-28T18:11:49.089Z | # # # ##### ##### # |
722 | 2023-11-28T18:11:49.089Z | # # # # # # # |
723 | 2023-11-28T18:11:49.089Z | #### ###### # # # # |
724 | 2023-11-28T18:11:49.089Z | |
725 | 2023-11-28T18:11:49.528Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2023-11-28T18:11:49.928Z | Updating crates.io index |
727 | 2023-11-28T18:11:49.931Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2023-11-28T18:11:50.927Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2023-11-28T18:11:52.756Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2023-11-28T18:11:53.415Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2023-11-28T18:11:53.771Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2023-11-28T18:11:54.104Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2023-11-28T18:11:54.435Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2023-11-28T18:11:55.391Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2023-11-28T18:11:57.612Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2023-11-28T18:11:58.644Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2023-11-28T18:11:59.342Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
738 | 2023-11-28T18:11:59.914Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
739 | 2023-11-28T18:12:00.316Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2023-11-28T18:12:00.732Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2023-11-28T18:12:01.167Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2023-11-28T18:12:01.557Z | Updating git repository `https://github.com/njaremko/samael` |
743 | 2023-11-28T18:12:02.114Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2023-11-28T18:12:02.900Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2023-11-28T18:12:03.353Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2023-11-28T18:12:03.756Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2023-11-28T18:12:04.997Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2023-11-28T18:12:05.512Z | Updating git repository `https://github.com/oxidecomputer/typify` |
749 | 2023-11-28T18:12:06.626Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
750 | 2023-11-28T18:12:07.059Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
751 | 2023-11-28T18:12:07.367Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
752 | 2023-11-28T18:12:08.686Z | Downloading crates ... |
753 | 2023-11-28T18:12:08.897Z | Downloaded itoa v1.0.9 |
754 | 2023-11-28T18:12:08.900Z | Downloaded toml_datetime v0.6.5 |
755 | 2023-11-28T18:12:08.928Z | Downloaded equivalent v1.0.1 |
756 | 2023-11-28T18:12:08.931Z | Downloaded semver v1.0.20 |
757 | 2023-11-28T18:12:08.934Z | Downloaded colorchoice v1.0.0 |
758 | 2023-11-28T18:12:08.938Z | Downloaded thiserror-impl v1.0.49 |
759 | 2023-11-28T18:12:08.942Z | Downloaded errno v0.3.2 |
760 | 2023-11-28T18:12:08.944Z | Downloaded utf8parse v0.2.1 |
761 | 2023-11-28T18:12:08.947Z | Downloaded clap_lex v0.5.1 |
762 | 2023-11-28T18:12:08.954Z | Downloaded terminal_size v0.2.6 |
763 | 2023-11-28T18:12:08.957Z | Downloaded heck v0.4.1 |
764 | 2023-11-28T18:12:08.960Z | Downloaded cargo_toml v0.17.0 |
765 | 2023-11-28T18:12:08.960Z | Downloaded serde_spanned v0.6.4 |
766 | 2023-11-28T18:12:08.963Z | Downloaded anstyle-query v1.0.0 |
767 | 2023-11-28T18:12:08.966Z | Downloaded thiserror v1.0.49 |
768 | 2023-11-28T18:12:08.971Z | Downloaded bitflags v1.3.2 |
769 | 2023-11-28T18:12:08.977Z | Downloaded quote v1.0.33 |
770 | 2023-11-28T18:12:08.981Z | Downloaded camino v1.1.6 |
771 | 2023-11-28T18:12:08.984Z | Downloaded anstyle v1.0.2 |
772 | 2023-11-28T18:12:08.987Z | Downloaded clap_derive v4.4.2 |
773 | 2023-11-28T18:12:08.990Z | Downloaded cargo-platform v0.1.3 |
774 | 2023-11-28T18:12:08.993Z | Downloaded anstyle-parse v0.2.1 |
775 | 2023-11-28T18:12:08.996Z | Downloaded cargo_metadata v0.18.0 |
776 | 2023-11-28T18:12:08.999Z | Downloaded unicode-ident v1.0.12 |
777 | 2023-11-28T18:12:09.005Z | Downloaded serde_derive v1.0.192 |
778 | 2023-11-28T18:12:09.009Z | Downloaded clap v4.4.3 |
779 | 2023-11-28T18:12:09.032Z | Downloaded proc-macro2 v1.0.69 |
780 | 2023-11-28T18:12:09.037Z | Downloaded toml v0.8.8 |
781 | 2023-11-28T18:12:09.044Z | Downloaded serde v1.0.192 |
782 | 2023-11-28T18:12:09.049Z | Downloaded anyhow v1.0.75 |
783 | 2023-11-28T18:12:09.056Z | Downloaded indexmap v2.1.0 |
784 | 2023-11-28T18:12:09.064Z | Downloaded memchr v2.6.3 |
785 | 2023-11-28T18:12:09.075Z | Downloaded hashbrown v0.14.2 |
786 | 2023-11-28T18:12:09.085Z | Downloaded clap_builder v4.4.2 |
787 | 2023-11-28T18:12:09.099Z | Downloaded serde_json v1.0.108 |
788 | 2023-11-28T18:12:09.113Z | Downloaded syn v2.0.32 |
789 | 2023-11-28T18:12:09.135Z | Downloaded rustix v0.37.23 |
790 | 2023-11-28T18:12:09.172Z | Downloaded toml_edit v0.21.0 |
791 | 2023-11-28T18:12:09.214Z | Downloaded libc v0.2.150 |
792 | 2023-11-28T18:12:09.261Z | Downloaded io-lifetimes v1.0.11 |
793 | 2023-11-28T18:12:09.264Z | Downloaded winnow v0.5.15 |
794 | 2023-11-28T18:12:09.277Z | Downloaded ryu v1.0.15 |
795 | 2023-11-28T18:12:09.282Z | Downloaded anstream v0.5.0 |
796 | 2023-11-28T18:12:09.286Z | Downloaded strsim v0.10.0 |
797 | 2023-11-28T18:12:09.400Z | Compiling proc-macro2 v1.0.69 |
798 | 2023-11-28T18:12:09.400Z | Compiling unicode-ident v1.0.12 |
799 | 2023-11-28T18:12:09.402Z | Compiling serde v1.0.192 |
800 | 2023-11-28T18:12:09.402Z | Compiling libc v0.2.150 |
801 | 2023-11-28T18:12:09.414Z | Compiling io-lifetimes v1.0.11 |
802 | 2023-11-28T18:12:09.417Z | Compiling rustix v0.37.23 |
803 | 2023-11-28T18:12:09.417Z | Compiling hashbrown v0.14.2 |
804 | 2023-11-28T18:12:09.417Z | Compiling equivalent v1.0.1 |
805 | 2023-11-28T18:12:09.679Z | Compiling utf8parse v0.2.1 |
806 | 2023-11-28T18:12:09.744Z | Compiling bitflags v1.3.2 |
807 | 2023-11-28T18:12:09.875Z | Compiling anstyle-parse v0.2.1 |
808 | 2023-11-28T18:12:09.912Z | Compiling thiserror v1.0.49 |
809 | 2023-11-28T18:12:10.298Z | Compiling anstyle-query v1.0.0 |
810 | 2023-11-28T18:12:10.438Z | Compiling winnow v0.5.15 |
811 | 2023-11-28T18:12:11.035Z | Compiling indexmap v2.1.0 |
812 | 2023-11-28T18:12:11.436Z | Compiling camino v1.1.6 |
813 | 2023-11-28T18:12:11.571Z | Compiling serde_json v1.0.108 |
814 | 2023-11-28T18:12:11.591Z | Compiling anstyle v1.0.2 |
815 | 2023-11-28T18:12:11.882Z | Compiling semver v1.0.20 |
816 | 2023-11-28T18:12:12.035Z | Compiling colorchoice v1.0.0 |
817 | 2023-11-28T18:12:12.261Z | Compiling anstream v0.5.0 |
818 | 2023-11-28T18:12:12.429Z | Compiling ryu v1.0.15 |
819 | 2023-11-28T18:12:12.499Z | Compiling clap_lex v0.5.1 |
820 | 2023-11-28T18:12:12.710Z | Compiling itoa v1.0.9 |
821 | 2023-11-28T18:12:12.840Z | Compiling quote v1.0.33 |
822 | 2023-11-28T18:12:12.978Z | Compiling anyhow v1.0.75 |
823 | 2023-11-28T18:12:13.064Z | Compiling strsim v0.10.0 |
824 | 2023-11-28T18:12:13.275Z | Compiling heck v0.4.1 |
825 | 2023-11-28T18:12:13.622Z | Compiling syn v2.0.32 |
826 | 2023-11-28T18:12:13.777Z | Compiling errno v0.3.2 |
827 | 2023-11-28T18:12:15.547Z | Compiling terminal_size v0.2.6 |
828 | 2023-11-28T18:12:15.671Z | Compiling clap_builder v4.4.2 |
829 | 2023-11-28T18:12:22.021Z | Compiling serde_derive v1.0.192 |
830 | 2023-11-28T18:12:22.024Z | Compiling thiserror-impl v1.0.49 |
831 | 2023-11-28T18:12:22.024Z | Compiling clap_derive v4.4.2 |
832 | 2023-11-28T18:12:26.788Z | Compiling clap v4.4.3 |
833 | 2023-11-28T18:12:35.510Z | Compiling serde_spanned v0.6.4 |
834 | 2023-11-28T18:12:35.513Z | Compiling toml_datetime v0.6.5 |
835 | 2023-11-28T18:12:35.513Z | Compiling cargo-platform v0.1.3 |
836 | 2023-11-28T18:12:35.871Z | Compiling toml_edit v0.21.0 |
837 | 2023-11-28T18:12:37.563Z | Compiling cargo_metadata v0.18.0 |
838 | 2023-11-28T18:12:39.208Z | Compiling toml v0.8.8 |
839 | 2023-11-28T18:12:40.259Z | Compiling cargo_toml v0.17.0 |
840 | 2023-11-28T18:12:46.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
841 | 2023-11-28T18:12:48.305Z | Finished dev [unoptimized + debuginfo] target(s) in 59.07s |
842 | 2023-11-28T18:12:48.508Z | Running `target/debug/xtask clippy` |
843 | 2023-11-28T18:12:48.565Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
844 | 2023-11-28T18:12:49.423Z | Downloading crates ... |
845 | 2023-11-28T18:12:49.699Z | Downloaded match_cfg v0.1.0 |
846 | 2023-11-28T18:12:49.705Z | Downloaded crossbeam-queue v0.3.8 |
847 | 2023-11-28T18:12:49.714Z | Downloaded mockall v0.11.4 |
848 | 2023-11-28T18:12:49.720Z | Downloaded linked-hash-map v0.5.6 |
849 | 2023-11-28T18:12:49.725Z | Downloaded lru-cache v0.1.2 |
850 | 2023-11-28T18:12:49.729Z | Downloaded aead v0.5.2 |
851 | 2023-11-28T18:12:49.733Z | Downloaded assert_matches v1.5.0 |
852 | 2023-11-28T18:12:49.736Z | Downloaded arrayref v0.3.7 |
853 | 2023-11-28T18:12:49.744Z | Downloaded autocfg v1.1.0 |
854 | 2023-11-28T18:12:49.749Z | Downloaded cstr-argument v0.1.2 |
855 | 2023-11-28T18:12:49.754Z | Downloaded atty v0.2.14 |
856 | 2023-11-28T18:12:49.759Z | Downloaded newline-converter v0.3.0 |
857 | 2023-11-28T18:12:49.763Z | Downloaded const-oid v0.9.5 |
858 | 2023-11-28T18:12:49.772Z | Downloaded matches v0.1.10 |
859 | 2023-11-28T18:12:49.791Z | Downloaded lazy_static v1.4.0 |
860 | 2023-11-28T18:12:49.802Z | Downloaded normalize-line-endings v0.3.0 |
861 | 2023-11-28T18:12:49.811Z | Downloaded packed_struct_codegen v0.10.1 |
862 | 2023-11-28T18:12:49.818Z | Downloaded opaque-debug v0.3.0 |
863 | 2023-11-28T18:12:49.822Z | Downloaded instant v0.1.12 |
864 | 2023-11-28T18:12:49.827Z | Downloaded openssl-macros v0.1.1 |
865 | 2023-11-28T18:12:49.831Z | Downloaded cfg-if v1.0.0 |
866 | 2023-11-28T18:12:49.834Z | Downloaded openssl-probe v0.1.5 |
867 | 2023-11-28T18:12:49.838Z | Downloaded semver v0.11.0 |
868 | 2023-11-28T18:12:49.844Z | Downloaded serde_path_to_error v0.1.14 |
869 | 2023-11-28T18:12:49.851Z | Downloaded nanorand v0.7.0 |
870 | 2023-11-28T18:12:49.859Z | Downloaded darling v0.14.4 |
871 | 2023-11-28T18:12:49.870Z | Downloaded termtree v0.4.1 |
872 | 2023-11-28T18:12:49.875Z | Downloaded serde_plain v1.0.2 |
873 | 2023-11-28T18:12:49.879Z | Downloaded num_cpus v1.16.0 |
874 | 2023-11-28T18:12:49.887Z | Downloaded rusty-fork v0.3.0 |
875 | 2023-11-28T18:12:49.894Z | Downloaded omicron-zone-package v0.9.1 |
876 | 2023-11-28T18:12:49.905Z | Downloaded flagset v0.4.3 |
877 | 2023-11-28T18:12:49.912Z | Downloaded dtrace-parser v0.1.14 |
878 | 2023-11-28T18:12:49.918Z | Downloaded shlex v1.1.0 |
879 | 2023-11-28T18:12:49.921Z | Downloaded rpassword v7.3.1 |
880 | 2023-11-28T18:12:49.925Z | Downloaded log v0.4.20 |
881 | 2023-11-28T18:12:49.933Z | Downloaded precomputed-hash v0.1.1 |
882 | 2023-11-28T18:12:49.936Z | Downloaded indexmap v1.9.3 |
883 | 2023-11-28T18:12:49.944Z | Downloaded topological-sort v0.2.2 |
884 | 2023-11-28T18:12:49.947Z | Downloaded bzip2 v0.4.4 |
885 | 2023-11-28T18:12:49.952Z | Downloaded nu-ansi-term v0.49.0 |
886 | 2023-11-28T18:12:49.959Z | Downloaded vte_generate_state_changes v0.1.1 |
887 | 2023-11-28T18:12:49.961Z | Downloaded fixedbitset v0.4.2 |
888 | 2023-11-28T18:12:49.967Z | Downloaded humantime v2.1.0 |
889 | 2023-11-28T18:12:49.971Z | Downloaded phf_shared v0.10.0 |
890 | 2023-11-28T18:12:49.971Z | Downloaded termcolor v1.2.0 |
891 | 2023-11-28T18:12:49.974Z | Downloaded rustc_version v0.1.7 |
892 | 2023-11-28T18:12:49.976Z | Downloaded futures-core v0.3.29 |
893 | 2023-11-28T18:12:49.980Z | Downloaded textwrap v0.11.0 |
894 | 2023-11-28T18:12:49.984Z | Downloaded enum-as-inner v0.5.1 |
895 | 2023-11-28T18:12:49.989Z | Downloaded sct v0.7.0 |
896 | 2023-11-28T18:12:49.998Z | Downloaded ppv-lite86 v0.2.17 |
897 | 2023-11-28T18:12:50.002Z | Downloaded r2d2 v0.8.10 |
898 | 2023-11-28T18:12:50.006Z | Downloaded ref-cast-impl v1.0.20 |
899 | 2023-11-28T18:12:50.009Z | Downloaded miniz_oxide v0.7.1 |
900 | 2023-11-28T18:12:50.014Z | Downloaded version_check v0.9.4 |
901 | 2023-11-28T18:12:50.017Z | Downloaded httptest v0.15.5 |
902 | 2023-11-28T18:12:50.022Z | Downloaded take_mut v0.2.2 |
903 | 2023-11-28T18:12:50.025Z | Downloaded term v0.7.0 |
904 | 2023-11-28T18:12:50.033Z | Downloaded quick-error v1.2.3 |
905 | 2023-11-28T18:12:50.036Z | Downloaded base64 v0.21.5 |
906 | 2023-11-28T18:12:50.046Z | Downloaded radium v0.7.0 |
907 | 2023-11-28T18:12:50.049Z | Downloaded http-range v0.1.5 |
908 | 2023-11-28T18:12:50.052Z | Downloaded scheduled-thread-pool v0.2.7 |
909 | 2023-11-28T18:12:50.055Z | Downloaded postcard v0.7.3 |
910 | 2023-11-28T18:12:50.061Z | Downloaded hex-literal v0.4.1 |
911 | 2023-11-28T18:12:50.063Z | Downloaded same-file v1.0.6 |
912 | 2023-11-28T18:12:50.067Z | Downloaded trybuild v1.0.85 |
913 | 2023-11-28T18:12:50.078Z | Downloaded hmac v0.12.1 |
914 | 2023-11-28T18:12:50.083Z | Downloaded serial_test_derive v0.10.0 |
915 | 2023-11-28T18:12:50.086Z | Downloaded rustls-pemfile v1.0.3 |
916 | 2023-11-28T18:12:50.090Z | Downloaded parking_lot v0.12.1 |
917 | 2023-11-28T18:12:50.096Z | Downloaded paste v1.0.14 |
918 | 2023-11-28T18:12:50.104Z | Downloaded poly1305 v0.8.0 |
919 | 2023-11-28T18:12:50.110Z | Downloaded toolchain_find v0.2.0 |
920 | 2023-11-28T18:12:50.113Z | Downloaded serde_tokenstream v0.1.7 |
921 | 2023-11-28T18:12:50.122Z | Downloaded httpdate v1.0.3 |
922 | 2023-11-28T18:12:50.125Z | Downloaded getrandom v0.2.10 |
923 | 2023-11-28T18:12:50.133Z | Downloaded tungstenite v0.20.1 |
924 | 2023-11-28T18:12:50.142Z | Downloaded zone_cfg_derive v0.3.0 |
925 | 2023-11-28T18:12:50.145Z | Downloaded thiserror-no-std v2.0.2 |
926 | 2023-11-28T18:12:50.153Z | Downloaded slog-dtrace v0.2.3 |
927 | 2023-11-28T18:12:50.157Z | Downloaded wait-timeout v0.2.0 |
928 | 2023-11-28T18:12:50.161Z | Downloaded ena v0.14.2 |
929 | 2023-11-28T18:12:50.165Z | Downloaded slog-json v2.6.1 |
930 | 2023-11-28T18:12:50.169Z | Downloaded textwrap v0.16.0 |
931 | 2023-11-28T18:12:50.175Z | Downloaded ff v0.13.0 |
932 | 2023-11-28T18:12:50.179Z | Downloaded which v4.4.0 |
933 | 2023-11-28T18:12:50.182Z | Downloaded rstest v0.18.2 |
934 | 2023-11-28T18:12:50.195Z | Downloaded vec_map v0.8.2 |
935 | 2023-11-28T18:12:50.198Z | Downloaded strum_macros v0.25.2 |
936 | 2023-11-28T18:12:50.203Z | Downloaded strum v0.25.0 |
937 | 2023-11-28T18:12:50.206Z | Downloaded time-core v0.1.1 |
938 | 2023-11-28T18:12:50.208Z | Downloaded supports-color v2.1.0 |
939 | 2023-11-28T18:12:50.211Z | Downloaded hostname v0.3.1 |
940 | 2023-11-28T18:12:50.216Z | Downloaded typed-path v0.6.0 |
941 | 2023-11-28T18:12:50.229Z | Downloaded rand_chacha v0.3.1 |
942 | 2023-11-28T18:12:50.232Z | Downloaded rand_xorshift v0.3.0 |
943 | 2023-11-28T18:12:50.235Z | Downloaded fs-err v2.11.0 |
944 | 2023-11-28T18:12:50.239Z | Downloaded tiny-keccak v2.0.2 |
945 | 2023-11-28T18:12:50.245Z | Downloaded pkg-config v0.3.27 |
946 | 2023-11-28T18:12:50.248Z | Downloaded fragile v2.0.0 |
947 | 2023-11-28T18:12:50.252Z | Downloaded platforms v3.0.2 |
948 | 2023-11-28T18:12:50.257Z | Downloaded form_urlencoded v1.2.0 |
949 | 2023-11-28T18:12:50.260Z | Downloaded trust-dns-resolver v0.22.0 |
950 | 2023-11-28T18:12:50.267Z | Downloaded yansi v0.5.1 |
951 | 2023-11-28T18:12:50.271Z | Downloaded strum_macros v0.24.3 |
952 | 2023-11-28T18:12:50.275Z | Downloaded secrecy v0.8.0 |
953 | 2023-11-28T18:12:50.278Z | Downloaded snafu v0.7.5 |
954 | 2023-11-28T18:12:50.291Z | Downloaded plotters-svg v0.3.5 |
955 | 2023-11-28T18:12:50.294Z | Downloaded unicode-width v0.1.11 |
956 | 2023-11-28T18:12:50.297Z | Downloaded usdt-macro v0.3.5 |
957 | 2023-11-28T18:12:50.300Z | Downloaded pretty-hex v0.3.0 |
958 | 2023-11-28T18:12:50.302Z | Downloaded home v0.5.5 |
959 | 2023-11-28T18:12:50.305Z | Downloaded headers-core v0.2.0 |
960 | 2023-11-28T18:12:50.305Z | Downloaded proc-macro-error-attr v1.0.4 |
961 | 2023-11-28T18:12:50.308Z | Downloaded rustls-native-certs v0.6.3 |
962 | 2023-11-28T18:12:50.312Z | Downloaded serde_repr v0.1.16 |
963 | 2023-11-28T18:12:50.315Z | Downloaded wyz v0.5.1 |
964 | 2023-11-28T18:12:50.318Z | Downloaded pin-project-internal v1.1.3 |
965 | 2023-11-28T18:12:50.322Z | Downloaded pretty-hex v0.2.1 |
966 | 2023-11-28T18:12:50.325Z | Downloaded usdt-attr-macro v0.3.5 |
967 | 2023-11-28T18:12:50.328Z | Downloaded usdt-impl v0.3.5 |
968 | 2023-11-28T18:12:50.331Z | Downloaded http-body v0.4.5 |
969 | 2023-11-28T18:12:50.333Z | Downloaded snafu-derive v0.7.5 |
970 | 2023-11-28T18:12:50.337Z | Downloaded relative-path v1.9.0 |
971 | 2023-11-28T18:12:50.339Z | Downloaded hashbrown v0.12.3 |
972 | 2023-11-28T18:12:50.349Z | Downloaded diesel_table_macro_syntax v0.1.0 |
973 | 2023-11-28T18:12:50.352Z | Downloaded signal-hook-tokio v0.3.1 |
974 | 2023-11-28T18:12:50.354Z | Downloaded dof v0.1.5 |
975 | 2023-11-28T18:12:50.357Z | Downloaded predicates-core v1.0.6 |
976 | 2023-11-28T18:12:50.359Z | Downloaded datatest-stable v0.2.3 |
977 | 2023-11-28T18:12:50.362Z | Downloaded debug-ignore v1.0.5 |
978 | 2023-11-28T18:12:50.366Z | Downloaded difflib v0.4.0 |
979 | 2023-11-28T18:12:50.368Z | Downloaded derive_builder_core v0.12.0 |
980 | 2023-11-28T18:12:50.372Z | Downloaded ed25519 v1.5.3 |
981 | 2023-11-28T18:12:50.376Z | Downloaded der v0.7.8 |
982 | 2023-11-28T18:12:50.388Z | Downloaded digest v0.10.7 |
983 | 2023-11-28T18:12:50.391Z | Downloaded hex v0.4.3 |
984 | 2023-11-28T18:12:50.394Z | Downloaded time v0.3.27 |
985 | 2023-11-28T18:12:50.408Z | Downloaded predicates-tree v1.0.9 |
986 | 2023-11-28T18:12:50.410Z | Downloaded unicode-bidi v0.3.13 |
987 | 2023-11-28T18:12:50.414Z | Downloaded signal-hook v0.3.17 |
988 | 2023-11-28T18:12:50.421Z | Downloaded regex-automata v0.1.10 |
989 | 2023-11-28T18:12:50.431Z | Downloaded serde_yaml v0.9.25 |
990 | 2023-11-28T18:12:50.438Z | Downloaded diff v0.1.13 |
991 | 2023-11-28T18:12:50.445Z | Downloaded fallible-iterator v0.2.0 |
992 | 2023-11-28T18:12:50.448Z | Downloaded structopt v0.3.26 |
993 | 2023-11-28T18:12:50.463Z | Downloaded pin-project v1.1.3 |
994 | 2023-11-28T18:12:50.487Z | Downloaded toml v0.5.11 |
995 | 2023-11-28T18:12:50.519Z | Downloaded prettyplease v0.2.12 |
996 | 2023-11-28T18:12:50.522Z | Downloaded rcgen v0.11.3 |
997 | 2023-11-28T18:12:50.522Z | Downloaded heapless v0.7.16 |
998 | 2023-11-28T18:12:50.522Z | Downloaded trust-dns-client v0.22.0 |
999 | 2023-11-28T18:12:50.525Z | Downloaded diesel_derives v2.1.1 |
1000 | 2023-11-28T18:12:50.531Z | Downloaded unicode-segmentation v1.10.1 |
1001 | 2023-11-28T18:12:50.539Z | Downloaded pretty_assertions v1.4.0 |
1002 | 2023-11-28T18:12:50.543Z | Downloaded x509-cert v0.2.4 |
1003 | 2023-11-28T18:12:50.557Z | Downloaded plotters v0.3.5 |
1004 | 2023-11-28T18:12:50.575Z | Downloaded chrono v0.4.31 |
1005 | 2023-11-28T18:12:50.593Z | Downloaded flume v0.11.0 |
1006 | 2023-11-28T18:12:50.600Z | Downloaded bindgen v0.65.1 |
1007 | 2023-11-28T18:12:50.615Z | Downloaded futures-util v0.3.29 |
1008 | 2023-11-28T18:12:50.641Z | Downloaded reedline v0.26.0 |
1009 | 2023-11-28T18:12:50.656Z | Downloaded reqwest v0.11.22 |
1010 | 2023-11-28T18:12:50.672Z | Downloaded openssl v0.10.57 |
1011 | 2023-11-28T18:12:50.694Z | Downloaded petgraph v0.6.4 |
1012 | 2023-11-28T18:12:50.722Z | Downloaded tabled v0.14.0 |
1013 | 2023-11-28T18:12:50.753Z | Downloaded webpki-roots v0.25.2 |
1014 | 2023-11-28T18:12:50.763Z | Downloaded polar-core v0.27.0 |
1015 | 2023-11-28T18:12:50.782Z | Downloaded regex-syntax v0.6.29 |
1016 | 2023-11-28T18:12:50.797Z | Downloaded regress v0.7.1 |
1017 | 2023-11-28T18:12:50.815Z | Downloaded ratatui v0.23.0 |
1018 | 2023-11-28T18:12:50.841Z | Downloaded rustls v0.21.9 |
1019 | 2023-11-28T18:12:50.866Z | Downloaded regex-automata v0.4.3 |
1020 | 2023-11-28T18:12:50.903Z | Downloaded zerocopy-derive v0.2.0 |
1021 | 2023-11-28T18:12:50.924Z | Downloaded rustix v0.38.25 |
1022 | 2023-11-28T18:12:50.969Z | Downloaded syn v1.0.109 |
1023 | 2023-11-28T18:12:50.990Z | Downloaded encoding_rs v0.8.33 |
1024 | 2023-11-28T18:12:51.036Z | Downloaded sled v0.34.7 |
1025 | 2023-11-28T18:12:51.057Z | Downloaded zerocopy-derive v0.6.4 |
1026 | 2023-11-28T18:12:51.079Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1027 | 2023-11-28T18:12:51.104Z | Downloaded tokio v1.34.0 |
1028 | 2023-11-28T18:12:51.174Z | Downloaded regex-automata v0.3.8 |
1029 | 2023-11-28T18:12:51.208Z | Downloaded sha3 v0.10.8 |
1030 | 2023-11-28T18:12:51.221Z | Downloaded regex-syntax v0.7.5 |
1031 | 2023-11-28T18:12:51.238Z | Downloaded diesel v2.1.4 |
1032 | 2023-11-28T18:12:51.272Z | Downloaded regex-syntax v0.8.2 |
1033 | 2023-11-28T18:12:51.289Z | Downloaded bstr v1.6.0 |
1034 | 2023-11-28T18:12:51.312Z | Downloaded radix_trie v0.2.1 |
1035 | 2023-11-28T18:12:51.323Z | Downloaded openapiv3 v2.0.0-rc.1 |
1036 | 2023-11-28T18:12:51.348Z | Downloaded openapiv3 v1.0.3 |
1037 | 2023-11-28T18:12:51.372Z | Downloaded gimli v0.28.0 |
1038 | 2023-11-28T18:12:51.389Z | Downloaded trust-dns-proto v0.22.0 |
1039 | 2023-11-28T18:12:51.412Z | Downloaded smoltcp v0.9.1 |
1040 | 2023-11-28T18:12:51.433Z | Downloaded bstr v0.2.17 |
1041 | 2023-11-28T18:12:51.452Z | Downloaded object v0.30.4 |
1042 | 2023-11-28T18:12:51.470Z | Downloaded proptest v1.4.0 |
1043 | 2023-11-28T18:12:51.487Z | Downloaded smoltcp v0.8.2 |
1044 | 2023-11-28T18:12:51.504Z | Downloaded vcpkg v0.2.15 |
1045 | 2023-11-28T18:12:51.579Z | Downloaded regex v1.10.2 |
1046 | 2023-11-28T18:12:51.604Z | Downloaded idna v0.4.0 |
1047 | 2023-11-28T18:12:51.617Z | Downloaded idna v0.2.3 |
1048 | 2023-11-28T18:12:51.632Z | Downloaded quick-xml v0.23.1 |
1049 | 2023-11-28T18:12:51.644Z | Downloaded hkdf v0.12.3 |
1050 | 2023-11-28T18:12:51.649Z | Downloaded lalrpop v0.19.12 |
1051 | 2023-11-28T18:12:51.673Z | Downloaded hyper v0.14.27 |
1052 | 2023-11-28T18:12:51.688Z | Downloaded curve25519-dalek v4.1.0 |
1053 | 2023-11-28T18:12:51.704Z | Downloaded h2 v0.3.21 |
1054 | 2023-11-28T18:12:51.717Z | Downloaded bitvec v1.0.1 |
1055 | 2023-11-28T18:12:51.744Z | Downloaded expectorate v1.1.0 |
1056 | 2023-11-28T18:12:51.748Z | Downloaded unicode-normalization v0.1.22 |
1057 | 2023-11-28T18:12:51.755Z | Downloaded rustls-webpki v0.101.7 |
1058 | 2023-11-28T18:12:51.781Z | Downloaded rayon v1.8.0 |
1059 | 2023-11-28T18:12:51.797Z | Downloaded http v0.2.11 |
1060 | 2023-11-28T18:12:51.804Z | Downloaded rayon-core v1.12.0 |
1061 | 2023-11-28T18:12:51.811Z | Downloaded flate2 v1.0.28 |
1062 | 2023-11-28T18:12:51.819Z | Downloaded salty v0.2.0 |
1063 | 2023-11-28T18:12:51.828Z | Downloaded tough v0.15.0 |
1064 | 2023-11-28T18:12:51.843Z | Downloaded portable-atomic v1.4.3 |
1065 | 2023-11-28T18:12:51.854Z | Downloaded ring v0.17.5 |
1066 | 2023-11-28T18:12:51.989Z | Downloaded url v2.4.1 |
1067 | 2023-11-28T18:12:51.994Z | Downloaded env_logger v0.10.0 |
1068 | 2023-11-28T18:12:52.000Z | Downloaded predicates v3.0.4 |
1069 | 2023-11-28T18:12:52.003Z | Downloaded uuid v1.6.1 |
1070 | 2023-11-28T18:12:52.010Z | Downloaded pest v2.7.2 |
1071 | 2023-11-28T18:12:52.019Z | Downloaded serde_with v2.3.3 |
1072 | 2023-11-28T18:12:52.030Z | Downloaded tokio-util v0.7.10 |
1073 | 2023-11-28T18:12:52.042Z | Downloaded ring v0.16.20 |
1074 | 2023-11-28T18:12:52.204Z | Downloaded rand v0.4.6 |
1075 | 2023-11-28T18:12:52.210Z | Downloaded fastrand v2.0.0 |
1076 | 2023-11-28T18:12:52.214Z | Downloaded slab v0.4.9 |
1077 | 2023-11-28T18:12:52.216Z | Downloaded signal-hook-mio v0.2.3 |
1078 | 2023-11-28T18:12:52.216Z | Downloaded tui-tree-widget v0.13.0 |
1079 | 2023-11-28T18:12:52.219Z | Downloaded glob v0.3.1 |
1080 | 2023-11-28T18:12:52.222Z | Downloaded pkcs8 v0.10.2 |
1081 | 2023-11-28T18:12:52.224Z | Downloaded either v1.9.0 |
1082 | 2023-11-28T18:12:52.227Z | Downloaded dirs-next v2.0.0 |
1083 | 2023-11-28T18:12:52.229Z | Downloaded socket2 v0.4.9 |
1084 | 2023-11-28T18:12:52.232Z | Downloaded hashbrown v0.13.2 |
1085 | 2023-11-28T18:12:52.238Z | Downloaded fnv v1.0.7 |
1086 | 2023-11-28T18:12:52.241Z | Downloaded aho-corasick v1.0.4 |
1087 | 2023-11-28T18:12:52.250Z | Downloaded fd-lock v3.0.13 |
1088 | 2023-11-28T18:12:52.254Z | Downloaded slog-envlogger v2.2.0 |
1089 | 2023-11-28T18:12:52.256Z | Downloaded phf_shared v0.11.2 |
1090 | 2023-11-28T18:12:52.259Z | Downloaded fatfs v0.3.6 |
1091 | 2023-11-28T18:12:52.263Z | Downloaded rand v0.8.5 |
1092 | 2023-11-28T18:12:52.269Z | Downloaded tracing v0.1.37 |
1093 | 2023-11-28T18:12:52.276Z | Downloaded libxml v0.3.3 |
1094 | 2023-11-28T18:12:52.287Z | Downloaded nom v7.1.3 |
1095 | 2023-11-28T18:12:52.296Z | Downloaded utf-8 v0.7.6 |
1096 | 2023-11-28T18:12:52.299Z | Downloaded ron v0.8.1 |
1097 | 2023-11-28T18:12:52.308Z | Downloaded tempfile v3.8.1 |
1098 | 2023-11-28T18:12:52.311Z | Downloaded rustc-demangle v0.1.23 |
1099 | 2023-11-28T18:12:52.314Z | Downloaded tracing-core v0.1.31 |
1100 | 2023-11-28T18:12:52.319Z | Downloaded threadpool v1.8.1 |
1101 | 2023-11-28T18:12:52.322Z | Downloaded structmeta v0.2.0 |
1102 | 2023-11-28T18:12:52.324Z | Downloaded pem v3.0.2 |
1103 | 2023-11-28T18:12:52.324Z | Downloaded unicode-linebreak v0.1.5 |
1104 | 2023-11-28T18:12:52.327Z | Downloaded ref-cast v1.0.20 |
1105 | 2023-11-28T18:12:52.330Z | Downloaded elliptic-curve v0.13.5 |
1106 | 2023-11-28T18:12:52.336Z | Downloaded postcard-cobs v0.1.5-pre |
1107 | 2023-11-28T18:12:52.339Z | Downloaded num_enum v0.5.11 |
1108 | 2023-11-28T18:12:52.347Z | Downloaded parking_lot_core v0.9.8 |
1109 | 2023-11-28T18:12:52.350Z | Downloaded foreign-types v0.3.2 |
1110 | 2023-11-28T18:12:52.353Z | Downloaded object v0.32.1 |
1111 | 2023-11-28T18:12:52.370Z | Downloaded signature v1.6.4 |
1112 | 2023-11-28T18:12:52.373Z | Downloaded slog-term v2.9.0 |
1113 | 2023-11-28T18:12:52.376Z | Downloaded itertools v0.12.0 |
1114 | 2023-11-28T18:12:52.391Z | Downloaded tokio-postgres v0.7.10 |
1115 | 2023-11-28T18:12:52.399Z | Downloaded usdt v0.3.5 |
1116 | 2023-11-28T18:12:52.402Z | Downloaded thread_local v1.1.7 |
1117 | 2023-11-28T18:12:52.404Z | Downloaded libm v0.2.7 |
1118 | 2023-11-28T18:12:52.419Z | Downloaded toml_edit v0.19.15 |
1119 | 2023-11-28T18:12:52.448Z | Downloaded rstest_macros v0.18.2 |
1120 | 2023-11-28T18:12:52.452Z | Downloaded password-hash v0.5.0 |
1121 | 2023-11-28T18:12:52.455Z | Downloaded unsafe-libyaml v0.2.9 |
1122 | 2023-11-28T18:12:52.461Z | Downloaded steno v0.4.0 |
1123 | 2023-11-28T18:12:52.468Z | Downloaded clap v2.34.0 |
1124 | 2023-11-28T18:12:52.481Z | Downloaded derive_builder_macro v0.12.0 |
1125 | 2023-11-28T18:12:52.484Z | Downloaded foreign-types-shared v0.1.1 |
1126 | 2023-11-28T18:12:52.484Z | Downloaded foreign-types-macros v0.2.3 |
1127 | 2023-11-28T18:12:52.486Z | Downloaded foreign-types-shared v0.3.1 |
1128 | 2023-11-28T18:12:52.486Z | Downloaded foreign-types v0.5.0 |
1129 | 2023-11-28T18:12:52.489Z | Downloaded zerocopy v0.6.4 |
1130 | 2023-11-28T18:12:52.492Z | Downloaded postgres-types v0.2.6 |
1131 | 2023-11-28T18:12:52.495Z | Downloaded float-cmp v0.9.0 |
1132 | 2023-11-28T18:12:52.497Z | Downloaded parse-display-derive v0.8.2 |
1133 | 2023-11-28T18:12:52.500Z | Downloaded stable_deref_trait v1.2.0 |
1134 | 2023-11-28T18:12:52.500Z | Downloaded spki v0.7.2 |
1135 | 2023-11-28T18:12:52.503Z | Downloaded whoami v1.4.1 |
1136 | 2023-11-28T18:12:52.506Z | Downloaded semver v0.1.20 |
1137 | 2023-11-28T18:12:52.509Z | Downloaded zip v0.6.6 |
1138 | 2023-11-28T18:12:52.514Z | Downloaded vte v0.11.1 |
1139 | 2023-11-28T18:12:52.517Z | Downloaded criterion v0.5.1 |
1140 | 2023-11-28T18:12:52.529Z | Downloaded itertools v0.11.0 |
1141 | 2023-11-28T18:12:52.541Z | Downloaded serde_urlencoded v0.7.1 |
1142 | 2023-11-28T18:12:52.544Z | Downloaded siphasher v0.3.11 |
1143 | 2023-11-28T18:12:52.547Z | Downloaded parking_lot_core v0.8.6 |
1144 | 2023-11-28T18:12:52.580Z | Downloaded xattr v1.0.1 |
1145 | 2023-11-28T18:12:52.583Z | Downloaded tokio-native-tls v0.3.1 |
1146 | 2023-11-28T18:12:52.583Z | Downloaded rustversion v1.0.14 |
1147 | 2023-11-28T18:12:52.583Z | Downloaded postgres-protocol v0.6.6 |
1148 | 2023-11-28T18:12:52.583Z | Downloaded zeroize_derive v1.4.2 |
1149 | 2023-11-28T18:12:52.583Z | Downloaded pem-rfc7468 v0.7.0 |
1150 | 2023-11-28T18:12:52.583Z | Downloaded pem v1.1.1 |
1151 | 2023-11-28T18:12:52.583Z | Downloaded darling_core v0.20.3 |
1152 | 2023-11-28T18:12:52.583Z | Downloaded time-macros v0.2.13 |
1153 | 2023-11-28T18:12:52.583Z | Downloaded resolv-conf v0.7.0 |
1154 | 2023-11-28T18:12:52.586Z | Downloaded tempdir v0.3.7 |
1155 | 2023-11-28T18:12:52.586Z | Downloaded rustc-hash v1.1.0 |
1156 | 2023-11-28T18:12:52.590Z | Downloaded rust-argon2 v1.0.1 |
1157 | 2023-11-28T18:12:52.593Z | Downloaded tokio-stream v0.1.14 |
1158 | 2023-11-28T18:12:52.597Z | Downloaded slog-stdlog v4.1.1 |
1159 | 2023-11-28T18:12:52.600Z | Downloaded der_derive v0.7.2 |
1160 | 2023-11-28T18:12:52.602Z | Downloaded sha1 v0.10.6 |
1161 | 2023-11-28T18:12:52.605Z | Downloaded futures v0.3.29 |
1162 | 2023-11-28T18:12:52.613Z | Downloaded derive_more v0.99.17 |
1163 | 2023-11-28T18:12:52.622Z | Downloaded dirs-sys-next v0.1.2 |
1164 | 2023-11-28T18:12:52.626Z | Downloaded smawk v0.3.1 |
1165 | 2023-11-28T18:12:52.629Z | Downloaded unicase v2.7.0 |
1166 | 2023-11-28T18:12:52.629Z | Downloaded downcast v0.11.0 |
1167 | 2023-11-28T18:12:52.631Z | Downloaded zone v0.3.0 |
1168 | 2023-11-28T18:12:52.635Z | Downloaded synstructure v0.12.6 |
1169 | 2023-11-28T18:12:52.635Z | Downloaded remove_dir_all v0.5.3 |
1170 | 2023-11-28T18:12:52.637Z | Downloaded funty v2.0.0 |
1171 | 2023-11-28T18:12:52.637Z | Downloaded pest_meta v2.7.2 |
1172 | 2023-11-28T18:12:52.640Z | Downloaded pest_derive v2.7.2 |
1173 | 2023-11-28T18:12:52.643Z | Downloaded slog-bunyan v2.4.0 |
1174 | 2023-11-28T18:12:52.646Z | Downloaded httparse v1.8.0 |
1175 | 2023-11-28T18:12:52.649Z | Downloaded rsa v0.9.2 |
1176 | 2023-11-28T18:12:52.657Z | Downloaded headers v0.3.9 |
1177 | 2023-11-28T18:12:52.667Z | Downloaded trust-dns-server v0.22.1 |
1178 | 2023-11-28T18:12:52.676Z | Downloaded derive-where v1.2.5 |
1179 | 2023-11-28T18:12:52.682Z | Downloaded thread-id v4.2.0 |
1180 | 2023-11-28T18:12:52.684Z | Downloaded tokio-tungstenite v0.20.1 |
1181 | 2023-11-28T18:12:52.687Z | Downloaded tokio-rustls v0.24.1 |
1182 | 2023-11-28T18:12:52.691Z | Downloaded smf v0.2.2 |
1183 | 2023-11-28T18:12:52.693Z | Downloaded tokio-macros v2.2.0 |
1184 | 2023-11-28T18:12:52.696Z | Downloaded num-bigint v0.4.4 |
1185 | 2023-11-28T18:12:52.703Z | Downloaded pkcs1 v0.7.5 |
1186 | 2023-11-28T18:12:52.706Z | Downloaded half v1.8.2 |
1187 | 2023-11-28T18:12:52.710Z | Downloaded unarray v0.1.4 |
1188 | 2023-11-28T18:12:52.713Z | Downloaded zerocopy v0.3.0 |
1189 | 2023-11-28T18:12:52.715Z | Downloaded itertools v0.10.5 |
1190 | 2023-11-28T18:12:52.725Z | Downloaded rand_core v0.6.4 |
1191 | 2023-11-28T18:12:52.727Z | Downloaded pest_generator v2.7.2 |
1192 | 2023-11-28T18:12:52.730Z | Downloaded tinytemplate v1.2.1 |
1193 | 2023-11-28T18:12:52.732Z | Downloaded derive_builder v0.12.0 |
1194 | 2023-11-28T18:12:52.740Z | Downloaded serde_derive_internals v0.26.0 |
1195 | 2023-11-28T18:12:52.742Z | Downloaded mio v0.8.9 |
1196 | 2023-11-28T18:12:52.752Z | Downloaded subprocess v0.2.9 |
1197 | 2023-11-28T18:12:52.756Z | Downloaded minimal-lexical v0.2.1 |
1198 | 2023-11-28T18:12:52.764Z | Downloaded crypto-bigint v0.5.2 |
1199 | 2023-11-28T18:12:52.774Z | Downloaded spin v0.9.8 |
1200 | 2023-11-28T18:12:52.778Z | Downloaded rtoolbox v0.0.1 |
1201 | 2023-11-28T18:12:52.780Z | Downloaded futures-executor v0.3.29 |
1202 | 2023-11-28T18:12:52.783Z | Downloaded futures-channel v0.3.29 |
1203 | 2023-11-28T18:12:52.786Z | Downloaded untrusted v0.9.0 |
1204 | 2023-11-28T18:12:52.788Z | Downloaded schemars v0.8.13 |
1205 | 2023-11-28T18:12:52.807Z | Downloaded doc-comment v0.3.3 |
1206 | 2023-11-28T18:12:52.810Z | Downloaded structmeta-derive v0.2.0 |
1207 | 2023-11-28T18:12:52.810Z | Downloaded waitgroup v0.1.2 |
1208 | 2023-11-28T18:12:52.814Z | Downloaded rustfmt-wrapper v0.2.0 |
1209 | 2023-11-28T18:12:52.818Z | Downloaded num-bigint-dig v0.8.4 |
1210 | 2023-11-28T18:12:52.821Z | Downloaded untrusted v0.7.1 |
1211 | 2023-11-28T18:12:52.824Z | Downloaded filetime v0.2.22 |
1212 | 2023-11-28T18:12:52.827Z | Downloaded strsim v0.8.0 |
1213 | 2023-11-28T18:12:52.829Z | Downloaded darling_core v0.14.4 |
1214 | 2023-11-28T18:12:52.835Z | Downloaded plotters-backend v0.3.5 |
1215 | 2023-11-28T18:12:52.837Z | Downloaded group v0.13.0 |
1216 | 2023-11-28T18:12:52.840Z | Downloaded proc-macro-error v1.0.4 |
1217 | 2023-11-28T18:12:52.844Z | Downloaded vsss-rs v3.3.1 |
1218 | 2023-11-28T18:12:52.849Z | Downloaded crossbeam-channel v0.5.8 |
1219 | 2023-11-28T18:12:52.856Z | Downloaded serial_test v0.10.0 |
1220 | 2023-11-28T18:12:52.859Z | Downloaded futures-io v0.3.29 |
1221 | 2023-11-28T18:12:52.862Z | Downloaded pin-utils v0.1.0 |
1222 | 2023-11-28T18:12:52.862Z | Downloaded pin-project-lite v0.2.13 |
1223 | 2023-11-28T18:12:52.869Z | Downloaded getopts v0.2.21 |
1224 | 2023-11-28T18:12:52.872Z | Downloaded generic-array v0.14.7 |
1225 | 2023-11-28T18:12:52.874Z | Downloaded fxhash v0.2.1 |
1226 | 2023-11-28T18:12:52.874Z | Downloaded futures-macro v0.3.29 |
1227 | 2023-11-28T18:12:52.877Z | Downloaded serde-hex v0.1.0 |
1228 | 2023-11-28T18:12:52.880Z | Downloaded semver-parser v0.10.2 |
1229 | 2023-11-28T18:12:52.882Z | Downloaded schemars_derive v0.8.13 |
1230 | 2023-11-28T18:12:52.885Z | Downloaded indicatif v0.17.7 |
1231 | 2023-11-28T18:12:52.890Z | Downloaded toml v0.7.8 |
1232 | 2023-11-28T18:12:52.896Z | Downloaded tinyvec v1.6.0 |
1233 | 2023-11-28T18:12:52.901Z | Downloaded ucd-trie v0.1.6 |
1234 | 2023-11-28T18:12:52.904Z | Downloaded openssl-sys v0.9.93 |
1235 | 2023-11-28T18:12:52.912Z | Downloaded tracing-attributes v0.1.26 |
1236 | 2023-11-28T18:12:52.916Z | Downloaded proc-macro-crate v1.3.1 |
1237 | 2023-11-28T18:12:52.918Z | Downloaded futures-sink v0.3.29 |
1238 | 2023-11-28T18:12:52.921Z | Downloaded zeroize v1.6.0 |
1239 | 2023-11-28T18:12:52.921Z | Downloaded scopeguard v1.2.0 |
1240 | 2023-11-28T18:12:52.924Z | Downloaded deranged v0.3.8 |
1241 | 2023-11-28T18:12:52.926Z | Downloaded walkdir v2.4.0 |
1242 | 2023-11-28T18:12:52.929Z | Downloaded predicates v2.1.5 |
1243 | 2023-11-28T18:12:52.932Z | Downloaded futures-timer v3.0.2 |
1244 | 2023-11-28T18:12:52.935Z | Downloaded yasna v0.5.2 |
1245 | 2023-11-28T18:12:52.938Z | Downloaded phf v0.11.2 |
1246 | 2023-11-28T18:12:52.941Z | Downloaded hash32 v0.2.1 |
1247 | 2023-11-28T18:12:52.943Z | Downloaded tabled_derive v0.6.0 |
1248 | 2023-11-28T18:12:52.946Z | Downloaded path-slash v0.1.5 |
1249 | 2023-11-28T18:12:52.946Z | Downloaded display-error-chain v0.2.0 |
1250 | 2023-11-28T18:12:52.949Z | Downloaded serde-big-array v0.4.1 |
1251 | 2023-11-28T18:12:52.951Z | Downloaded partial-io v0.5.4 |
1252 | 2023-11-28T18:12:52.954Z | Downloaded subtle v2.5.0 |
1253 | 2023-11-28T18:12:52.957Z | Downloaded typenum v1.16.0 |
1254 | 2023-11-28T18:12:52.959Z | Downloaded crossterm v0.27.0 |
1255 | 2023-11-28T18:12:52.969Z | Downloaded futures-task v0.3.29 |
1256 | 2023-11-28T18:12:52.972Z | Downloaded once_cell v1.18.0 |
1257 | 2023-11-28T18:12:52.976Z | Downloaded num-traits v0.2.16 |
1258 | 2023-11-28T18:12:52.980Z | Downloaded papergrid v0.10.0 |
1259 | 2023-11-28T18:12:52.988Z | Downloaded num-complex v0.4.4 |
1260 | 2023-11-28T18:12:52.991Z | Downloaded tar v0.4.40 |
1261 | 2023-11-28T18:12:52.995Z | Downloaded crossbeam-utils v0.8.16 |
1262 | 2023-11-28T18:12:53.000Z | Downloaded dashmap v5.5.1 |
1263 | 2023-11-28T18:12:53.003Z | Downloaded socket2 v0.5.5 |
1264 | 2023-11-28T18:12:53.007Z | Downloaded slog v2.7.0 |
1265 | 2023-11-28T18:12:53.012Z | Downloaded thiserror-impl-no-std v2.0.2 |
1266 | 2023-11-28T18:12:53.015Z | Downloaded bytes v1.5.0 |
1267 | 2023-11-28T18:12:53.020Z | Downloaded cc v1.0.83 |
1268 | 2023-11-28T18:12:53.025Z | Downloaded rustc_version v0.4.0 |
1269 | 2023-11-28T18:12:53.028Z | Downloaded similar-asserts v1.5.0 |
1270 | 2023-11-28T18:12:53.030Z | Downloaded universal-hash v0.5.1 |
1271 | 2023-11-28T18:12:53.033Z | Downloaded unicode-xid v0.2.4 |
1272 | 2023-11-28T18:12:53.035Z | Downloaded similar v2.2.1 |
1273 | 2023-11-28T18:12:53.042Z | Downloaded signal-hook-registry v1.4.1 |
1274 | 2023-11-28T18:12:53.045Z | Downloaded percent-encoding v2.3.0 |
1275 | 2023-11-28T18:12:53.047Z | Downloaded highway v1.1.0 |
1276 | 2023-11-28T18:12:53.050Z | Downloaded hubpack v0.1.2 |
1277 | 2023-11-28T18:12:53.052Z | Downloaded heck v0.3.3 |
1278 | 2023-11-28T18:12:53.054Z | Downloaded globset v0.4.13 |
1279 | 2023-11-28T18:12:53.054Z | Downloaded mockall_derive v0.11.4 |
1280 | 2023-11-28T18:12:53.058Z | Downloaded cookie v0.18.0 |
1281 | 2023-11-28T18:12:53.062Z | Downloaded chacha20poly1305 v0.10.1 |
1282 | 2023-11-28T18:12:53.065Z | Downloaded data-encoding v2.4.0 |
1283 | 2023-11-28T18:12:53.067Z | Downloaded stringprep v0.1.3 |
1284 | 2023-11-28T18:12:53.070Z | Downloaded string_cache v0.8.7 |
1285 | 2023-11-28T18:12:53.073Z | Downloaded spin v0.5.2 |
1286 | 2023-11-28T18:12:53.076Z | Downloaded console v0.15.7 |
1287 | 2023-11-28T18:12:53.078Z | Downloaded static_assertions v1.1.0 |
1288 | 2023-11-28T18:12:53.081Z | Downloaded serde_tokenstream v0.2.0 |
1289 | 2023-11-28T18:12:53.086Z | Downloaded clang-sys v1.6.1 |
1290 | 2023-11-28T18:12:53.090Z | Downloaded parking_lot v0.11.2 |
1291 | 2023-11-28T18:12:53.094Z | Downloaded owo-colors v3.5.0 |
1292 | 2023-11-28T18:12:53.097Z | Downloaded managed v0.8.0 |
1293 | 2023-11-28T18:12:53.100Z | Downloaded ipnet v2.8.0 |
1294 | 2023-11-28T18:12:53.103Z | Downloaded parse-display v0.8.2 |
1295 | 2023-11-28T18:12:53.105Z | Downloaded smallvec v1.11.0 |
1296 | 2023-11-28T18:12:53.108Z | Downloaded slog-async v2.8.0 |
1297 | 2023-11-28T18:12:53.111Z | Downloaded sha2 v0.10.8 |
1298 | 2023-11-28T18:12:53.114Z | Downloaded hyper-staticfile v0.9.5 |
1299 | 2023-11-28T18:12:53.117Z | Downloaded blake2 v0.10.6 |
1300 | 2023-11-28T18:12:53.120Z | Downloaded basic-toml v0.1.4 |
1301 | 2023-11-28T18:12:53.136Z | Downloaded structopt-derive v0.4.18 |
1302 | 2023-11-28T18:12:53.139Z | Downloaded num-iter v0.1.43 |
1303 | 2023-11-28T18:12:53.142Z | Downloaded hubpack_derive v0.1.1 |
1304 | 2023-11-28T18:12:53.142Z | Downloaded want v0.3.1 |
1305 | 2023-11-28T18:12:53.142Z | Downloaded oso v0.27.0 |
1306 | 2023-11-28T18:12:53.147Z | Downloaded try-lock v0.2.4 |
1307 | 2023-11-28T18:12:53.150Z | Downloaded dyn-clone v1.0.13 |
1308 | 2023-11-28T18:12:53.153Z | Downloaded crossbeam-epoch v0.9.15 |
1309 | 2023-11-28T18:12:53.156Z | Downloaded peeking_take_while v0.1.2 |
1310 | 2023-11-28T18:12:53.158Z | Downloaded assert_cmd v2.0.12 |
1311 | 2023-11-28T18:12:53.161Z | Downloaded test-strategy v0.3.1 |
1312 | 2023-11-28T18:12:53.165Z | Downloaded native-tls v0.2.11 |
1313 | 2023-11-28T18:12:53.169Z | Downloaded multer v2.1.0 |
1314 | 2023-11-28T18:12:53.172Z | Downloaded mime_guess v2.0.4 |
1315 | 2023-11-28T18:12:53.175Z | Downloaded ciborium v0.2.1 |
1316 | 2023-11-28T18:12:53.179Z | Downloaded tower-service v0.3.2 |
1317 | 2023-11-28T18:12:53.182Z | Downloaded async-recursion v1.0.5 |
1318 | 2023-11-28T18:12:53.185Z | Downloaded crc32fast v1.3.2 |
1319 | 2023-11-28T18:12:53.188Z | Downloaded num-rational v0.4.1 |
1320 | 2023-11-28T18:12:53.190Z | Downloaded linear-map v1.2.0 |
1321 | 2023-11-28T18:12:53.193Z | Downloaded crc v3.0.1 |
1322 | 2023-11-28T18:12:53.196Z | Downloaded keccak v0.1.4 |
1323 | 2023-11-28T18:12:53.196Z | Downloaded darling_macro v0.20.3 |
1324 | 2023-11-28T18:12:53.198Z | Downloaded darling_macro v0.14.4 |
1325 | 2023-11-28T18:12:53.198Z | Downloaded anes v0.1.6 |
1326 | 2023-11-28T18:12:53.202Z | Downloaded smallvec v0.6.14 |
1327 | 2023-11-28T18:12:53.205Z | Downloaded macaddr v1.0.1 |
1328 | 2023-11-28T18:12:53.208Z | Downloaded maybe-uninit v2.0.0 |
1329 | 2023-11-28T18:12:53.210Z | Downloaded hyper-rustls v0.24.2 |
1330 | 2023-11-28T18:12:53.213Z | Downloaded cancel-safe-futures v0.1.5 |
1331 | 2023-11-28T18:12:53.217Z | Downloaded termios v0.3.3 |
1332 | 2023-11-28T18:12:53.220Z | Downloaded tap v1.0.1 |
1333 | 2023-11-28T18:12:53.223Z | Downloaded strip-ansi-escapes v0.2.0 |
1334 | 2023-11-28T18:12:53.223Z | Downloaded signature v2.1.0 |
1335 | 2023-11-28T18:12:53.226Z | Downloaded endian-type v0.1.2 |
1336 | 2023-11-28T18:12:53.226Z | Downloaded indoc v2.0.3 |
1337 | 2023-11-28T18:12:53.230Z | Downloaded tinyvec_macros v0.1.1 |
1338 | 2023-11-28T18:12:53.233Z | Downloaded shell-words v1.1.0 |
1339 | 2023-11-28T18:12:53.233Z | Downloaded packed_struct v0.10.1 |
1340 | 2023-11-28T18:12:53.235Z | Downloaded oorandom v11.1.3 |
1341 | 2023-11-28T18:12:53.238Z | Downloaded crossbeam-deque v0.8.3 |
1342 | 2023-11-28T18:12:53.241Z | Downloaded inout v0.1.3 |
1343 | 2023-11-28T18:12:53.243Z | Downloaded impl-trait-for-tuples v0.2.2 |
1344 | 2023-11-28T18:12:53.246Z | Downloaded num-integer v0.1.45 |
1345 | 2023-11-28T18:12:53.249Z | Downloaded nibble_vec v0.1.0 |
1346 | 2023-11-28T18:12:53.252Z | Downloaded lazycell v1.3.0 |
1347 | 2023-11-28T18:12:53.252Z | Downloaded num v0.4.1 |
1348 | 2023-11-28T18:12:53.255Z | Downloaded is-terminal v0.4.9 |
1349 | 2023-11-28T18:12:53.255Z | Downloaded blake2b_simd v1.0.1 |
1350 | 2023-11-28T18:12:53.258Z | Downloaded bcs v0.1.6 |
1351 | 2023-11-28T18:12:53.261Z | Downloaded backoff v0.4.0 |
1352 | 2023-11-28T18:12:53.264Z | Downloaded slog-scope v4.4.0 |
1353 | 2023-11-28T18:12:53.266Z | Downloaded num_enum_derive v0.5.11 |
1354 | 2023-11-28T18:12:53.272Z | Downloaded maplit v1.0.2 |
1355 | 2023-11-28T18:12:53.272Z | Downloaded memoffset v0.7.1 |
1356 | 2023-11-28T18:12:53.272Z | Downloaded bitflags v2.4.0 |
1357 | 2023-11-28T18:12:53.277Z | Downloaded md-5 v0.10.5 |
1358 | 2023-11-28T18:12:53.280Z | Downloaded buf-list v1.0.3 |
1359 | 2023-11-28T18:12:53.283Z | Downloaded num_threads v0.1.6 |
1360 | 2023-11-28T18:12:53.283Z | Downloaded cpufeatures v0.2.9 |
1361 | 2023-11-28T18:12:53.286Z | Downloaded lalrpop-util v0.19.12 |
1362 | 2023-11-28T18:12:53.288Z | Downloaded iana-time-zone v0.1.57 |
1363 | 2023-11-28T18:12:53.291Z | Downloaded libefi-sys v0.1.0 |
1364 | 2023-11-28T18:12:53.294Z | Downloaded cipher v0.4.4 |
1365 | 2023-11-28T18:12:53.296Z | Downloaded num-derive v0.4.0 |
1366 | 2023-11-28T18:12:53.299Z | Downloaded async-trait v0.1.74 |
1367 | 2023-11-28T18:12:53.303Z | Downloaded arc-swap v1.6.0 |
1368 | 2023-11-28T18:12:53.309Z | Downloaded libsw v3.3.0 |
1369 | 2023-11-28T18:12:53.312Z | Downloaded corncobs v0.1.3 |
1370 | 2023-11-28T18:12:53.314Z | Downloaded constant_time_eq v0.3.0 |
1371 | 2023-11-28T18:12:53.317Z | Downloaded ahash v0.8.3 |
1372 | 2023-11-28T18:12:53.322Z | Downloaded crc-any v2.4.3 |
1373 | 2023-11-28T18:12:53.325Z | Downloaded nodrop v0.1.14 |
1374 | 2023-11-28T18:12:53.327Z | Downloaded convert_case v0.4.0 |
1375 | 2023-11-28T18:12:53.327Z | Downloaded cast v0.3.0 |
1376 | 2023-11-28T18:12:53.330Z | Downloaded cassowary v0.3.0 |
1377 | 2023-11-28T18:12:53.333Z | Downloaded arrayvec v0.7.4 |
1378 | 2023-11-28T18:12:53.335Z | Downloaded async-stream-impl v0.3.5 |
1379 | 2023-11-28T18:12:53.338Z | Downloaded swrite v0.1.0 |
1380 | 2023-11-28T18:12:53.338Z | Downloaded number_prefix v0.4.0 |
1381 | 2023-11-28T18:12:53.341Z | Downloaded crucible-workspace-hack v0.1.0 |
1382 | 2023-11-28T18:12:53.341Z | Downloaded ipnetwork v0.20.0 |
1383 | 2023-11-28T18:12:53.343Z | Downloaded indoc v1.0.9 |
1384 | 2023-11-28T18:12:53.346Z | Downloaded cexpr v0.6.0 |
1385 | 2023-11-28T18:12:53.349Z | Downloaded bytesize v1.3.0 |
1386 | 2023-11-28T18:12:53.352Z | Downloaded byteorder v1.5.0 |
1387 | 2023-11-28T18:12:53.354Z | Downloaded block-padding v0.3.3 |
1388 | 2023-11-28T18:12:53.357Z | Downloaded bit-set v0.5.3 |
1389 | 2023-11-28T18:12:53.357Z | Downloaded camino-tempfile v1.1.1 |
1390 | 2023-11-28T18:12:53.360Z | Downloaded bb8 v0.8.1 |
1391 | 2023-11-28T18:12:53.362Z | Downloaded bytecount v0.6.3 |
1392 | 2023-11-28T18:12:53.365Z | Downloaded libloading v0.7.4 |
1393 | 2023-11-28T18:12:53.368Z | Downloaded mime v0.3.17 |
1394 | 2023-11-28T18:12:53.370Z | Downloaded memoffset v0.9.0 |
1395 | 2023-11-28T18:12:53.373Z | Downloaded bit-vec v0.6.3 |
1396 | 2023-11-28T18:12:53.376Z | Downloaded bitfield v0.14.0 |
1397 | 2023-11-28T18:12:53.378Z | Downloaded atomic-waker v1.1.1 |
1398 | 2023-11-28T18:12:53.378Z | Downloaded base16ct v0.2.0 |
1399 | 2023-11-28T18:12:53.381Z | Downloaded adler v1.0.2 |
1400 | 2023-11-28T18:12:53.384Z | Downloaded serde_with_macros v2.3.3 |
1401 | 2023-11-28T18:12:53.387Z | Downloaded constant_time_eq v0.2.6 |
1402 | 2023-11-28T18:12:53.390Z | Downloaded ciborium-ll v0.2.1 |
1403 | 2023-11-28T18:12:53.390Z | Downloaded new_debug_unreachable v1.0.4 |
1404 | 2023-11-28T18:12:53.392Z | Downloaded oso-derive v0.27.0 |
1405 | 2023-11-28T18:12:53.392Z | Downloaded criterion-plot v0.5.0 |
1406 | 2023-11-28T18:12:53.395Z | Downloaded lock_api v0.4.10 |
1407 | 2023-11-28T18:12:53.399Z | Downloaded ciborium-io v0.2.1 |
1408 | 2023-11-28T18:12:53.399Z | Downloaded ascii-canvas v3.0.0 |
1409 | 2023-11-28T18:12:53.402Z | Downloaded array-init v0.0.4 |
1410 | 2023-11-28T18:12:53.402Z | Downloaded async-stream v0.3.5 |
1411 | 2023-11-28T18:12:53.404Z | Downloaded addr2line v0.21.0 |
1412 | 2023-11-28T18:12:53.408Z | Downloaded hyper-tls v0.5.0 |
1413 | 2023-11-28T18:12:53.411Z | Downloaded newtype_derive v0.1.6 |
1414 | 2023-11-28T18:12:53.414Z | Downloaded crunchy v0.2.2 |
1415 | 2023-11-28T18:12:53.414Z | Downloaded ident_case v1.0.1 |
1416 | 2023-11-28T18:12:53.416Z | Downloaded argon2 v0.5.2 |
1417 | 2023-11-28T18:12:53.419Z | Downloaded backtrace v0.3.69 |
1418 | 2023-11-28T18:12:53.425Z | Downloaded is_ci v1.1.1 |
1419 | 2023-11-28T18:12:53.427Z | Downloaded serde-big-array v0.5.1 |
1420 | 2023-11-28T18:12:53.430Z | Downloaded approx v0.5.1 |
1421 | 2023-11-28T18:12:53.433Z | Downloaded olpc-cjson v0.1.3 |
1422 | 2023-11-28T18:12:53.433Z | Downloaded cfg-if v0.1.10 |
1423 | 2023-11-28T18:12:53.436Z | Downloaded crossbeam v0.8.2 |
1424 | 2023-11-28T18:12:53.440Z | Downloaded chacha20 v0.9.1 |
1425 | 2023-11-28T18:12:53.443Z | Downloaded libtest-mimic v0.6.1 |
1426 | 2023-11-28T18:12:53.443Z | Downloaded kstat-rs v0.2.3 |
1427 | 2023-11-28T18:12:53.445Z | Downloaded darling v0.20.3 |
1428 | 2023-11-28T18:12:53.450Z | Downloaded base64ct v1.6.0 |
1429 | 2023-11-28T18:12:53.454Z | Downloaded crypto-common v0.1.6 |
1430 | 2023-11-28T18:12:53.457Z | Downloaded crc-catalog v2.2.0 |
1431 | 2023-11-28T18:12:53.457Z | Downloaded colored v2.0.4 |
1432 | 2023-11-28T18:12:53.460Z | Downloaded block-buffer v0.10.4 |
1433 | 2023-11-28T18:12:53.463Z | Downloaded curve25519-dalek-derive v0.1.0 |
1434 | 2023-11-28T18:12:53.465Z | Downloaded base64 v0.13.1 |
1435 | 2023-11-28T18:12:53.468Z | Downloaded atomicwrites v0.4.2 |
1436 | 2023-11-28T18:12:53.471Z | Downloaded ansi_term v0.12.1 |
1437 | 2023-11-28T18:12:54.155Z | Compiling serde v1.0.192 |
1438 | 2023-11-28T18:12:54.155Z | Compiling autocfg v1.1.0 |
1439 | 2023-11-28T18:12:54.155Z | Checking cfg-if v1.0.0 |
1440 | 2023-11-28T18:12:54.155Z | Compiling version_check v0.9.4 |
1441 | 2023-11-28T18:12:54.155Z | Compiling syn v1.0.109 |
1442 | 2023-11-28T18:12:54.158Z | Checking libc v0.2.150 |
1443 | 2023-11-28T18:12:54.158Z | Compiling syn v2.0.32 |
1444 | 2023-11-28T18:12:54.273Z | Compiling parking_lot_core v0.9.8 |
1445 | 2023-11-28T18:12:54.374Z | Compiling libm v0.2.7 |
1446 | 2023-11-28T18:12:54.918Z | Compiling cc v1.0.83 |
1447 | 2023-11-28T18:12:55.003Z | Compiling futures-core v0.3.29 |
1448 | 2023-11-28T18:12:55.059Z | Compiling once_cell v1.18.0 |
1449 | 2023-11-28T18:12:55.555Z | Compiling serde_json v1.0.108 |
1450 | 2023-11-28T18:12:55.597Z | Compiling memchr v2.6.3 |
1451 | 2023-11-28T18:12:55.696Z | Compiling lock_api v0.4.10 |
1452 | 2023-11-28T18:12:55.744Z | Compiling num-traits v0.2.16 |
1453 | 2023-11-28T18:12:56.143Z | Compiling slab v0.4.9 |
1454 | 2023-11-28T18:12:56.211Z | Checking getrandom v0.2.10 |
1455 | 2023-11-28T18:12:56.343Z | Compiling futures-channel v0.3.29 |
1456 | 2023-11-28T18:12:56.574Z | Compiling futures-task v0.3.29 |
1457 | 2023-11-28T18:12:56.778Z | Compiling typenum v1.16.0 |
1458 | 2023-11-28T18:12:56.879Z | Compiling futures-util v0.3.29 |
1459 | 2023-11-28T18:12:57.136Z | Compiling generic-array v0.14.7 |
1460 | 2023-11-28T18:12:57.528Z | Checking scopeguard v1.2.0 |
1461 | 2023-11-28T18:12:57.691Z | Compiling log v0.4.20 |
1462 | 2023-11-28T18:12:57.756Z | Compiling pkg-config v0.3.27 |
1463 | 2023-11-28T18:12:58.958Z | Checking smallvec v1.11.0 |
1464 | 2023-11-28T18:12:59.318Z | Checking itoa v1.0.9 |
1465 | 2023-11-28T18:12:59.582Z | Compiling rustix v0.38.25 |
1466 | 2023-11-28T18:12:59.599Z | Compiling indexmap v1.9.3 |
1467 | 2023-11-28T18:12:59.637Z | Compiling schemars v0.8.13 |
1468 | 2023-11-28T18:13:00.050Z | Compiling vcpkg v0.2.15 |
1469 | 2023-11-28T18:13:00.083Z | Compiling fnv v1.0.7 |
1470 | 2023-11-28T18:13:00.275Z | Compiling httparse v1.8.0 |
1471 | 2023-11-28T18:13:00.698Z | Checking rand_core v0.6.4 |
1472 | 2023-11-28T18:13:00.965Z | Compiling ring v0.17.5 |
1473 | 2023-11-28T18:13:01.128Z | Compiling ring v0.16.20 |
1474 | 2023-11-28T18:13:02.903Z | Compiling aho-corasick v1.0.4 |
1475 | 2023-11-28T18:13:02.928Z | Compiling regex-syntax v0.8.2 |
1476 | 2023-11-28T18:13:03.705Z | Compiling openssl-sys v0.9.93 |
1477 | 2023-11-28T18:13:05.515Z | Compiling parking_lot v0.12.1 |
1478 | 2023-11-28T18:13:06.247Z | Checking pin-project-lite v0.2.13 |
1479 | 2023-11-28T18:13:06.400Z | Compiling ahash v0.8.3 |
1480 | 2023-11-28T18:13:06.891Z | Compiling serde_derive_internals v0.26.0 |
1481 | 2023-11-28T18:13:07.145Z | Checking spin v0.5.2 |
1482 | 2023-11-28T18:13:07.569Z | Compiling openssl v0.10.57 |
1483 | 2023-11-28T18:13:08.189Z | Checking signal-hook-registry v1.4.1 |
1484 | 2023-11-28T18:13:08.548Z | Compiling regex-automata v0.4.3 |
1485 | 2023-11-28T18:13:09.368Z | Compiling ucd-trie v0.1.6 |
1486 | 2023-11-28T18:13:09.950Z | Compiling rustls v0.21.9 |
1487 | 2023-11-28T18:13:10.347Z | Checking mio v0.8.9 |
1488 | 2023-11-28T18:13:10.517Z | Compiling native-tls v0.2.11 |
1489 | 2023-11-28T18:13:11.007Z | Compiling iana-time-zone v0.1.57 |
1490 | 2023-11-28T18:13:11.395Z | Compiling async-trait v0.1.74 |
1491 | 2023-11-28T18:13:11.447Z | Checking num_cpus v1.16.0 |
1492 | 2023-11-28T18:13:11.951Z | Compiling dyn-clone v1.0.13 |
1493 | 2023-11-28T18:13:12.232Z | Compiling unicode-xid v0.2.4 |
1494 | 2023-11-28T18:13:12.271Z | Compiling byteorder v1.5.0 |
1495 | 2023-11-28T18:13:13.023Z | Compiling backtrace v0.3.69 |
1496 | 2023-11-28T18:13:13.025Z | Checking socket2 v0.5.5 |
1497 | 2023-11-28T18:13:13.655Z | Checking ryu v1.0.15 |
1498 | 2023-11-28T18:13:13.709Z | Compiling futures-sink v0.3.29 |
1499 | 2023-11-28T18:13:13.775Z | Compiling hashbrown v0.13.2 |
1500 | 2023-11-28T18:13:13.926Z | Compiling errno v0.3.2 |
1501 | 2023-11-28T18:13:13.994Z | Compiling tinyvec_macros v0.1.1 |
1502 | 2023-11-28T18:13:14.137Z | Compiling crossbeam-utils v0.8.16 |
1503 | 2023-11-28T18:13:14.257Z | Compiling crc32fast v1.3.2 |
1504 | 2023-11-28T18:13:14.449Z | Compiling tinyvec v1.6.0 |
1505 | 2023-11-28T18:13:15.392Z | Compiling regex v1.10.2 |
1506 | 2023-11-28T18:13:15.504Z | Compiling futures-io v0.3.29 |
1507 | 2023-11-28T18:13:15.508Z | Compiling anyhow v1.0.75 |
1508 | 2023-11-28T18:13:15.663Z | Compiling pin-utils v0.1.0 |
1509 | 2023-11-28T18:13:15.787Z | Compiling spin v0.9.8 |
1510 | 2023-11-28T18:13:15.964Z | Compiling tracing-core v0.1.31 |
1511 | 2023-11-28T18:13:16.365Z | Compiling unicode-bidi v0.3.13 |
1512 | 2023-11-28T18:13:17.073Z | Compiling unicode-normalization v0.1.22 |
1513 | 2023-11-28T18:13:17.151Z | Compiling num-integer v0.1.45 |
1514 | 2023-11-28T18:13:18.376Z | Compiling synstructure v0.12.6 |
1515 | 2023-11-28T18:13:18.451Z | Compiling lazy_static v1.4.0 |
1516 | 2023-11-28T18:13:18.555Z | Compiling serde_derive v1.0.192 |
1517 | 2023-11-28T18:13:18.604Z | Compiling thiserror-impl v1.0.49 |
1518 | 2023-11-28T18:13:18.797Z | Compiling zeroize_derive v1.4.2 |
1519 | 2023-11-28T18:13:18.898Z | Compiling tokio-macros v2.2.0 |
1520 | 2023-11-28T18:13:18.918Z | Compiling futures-macro v0.3.29 |
1521 | 2023-11-28T18:13:20.157Z | Compiling tracing-attributes v0.1.26 |
1522 | 2023-11-28T18:13:21.464Z | Compiling schemars_derive v0.8.13 |
1523 | 2023-11-28T18:13:21.518Z | Compiling openssl-macros v0.1.1 |
1524 | 2023-11-28T18:13:21.761Z | Checking zeroize v1.6.0 |
1525 | 2023-11-28T18:13:24.290Z | Compiling thiserror v1.0.49 |
1526 | 2023-11-28T18:13:24.481Z | Compiling pest v2.7.2 |
1527 | 2023-11-28T18:13:24.878Z | Compiling unicode-width v0.1.11 |
1528 | 2023-11-28T18:13:24.898Z | Compiling slog v2.7.0 |
1529 | 2023-11-28T18:13:25.129Z | Compiling base64 v0.21.5 |
1530 | 2023-11-28T18:13:25.742Z | Compiling zerocopy-derive v0.2.0 |
1531 | 2023-11-28T18:13:26.751Z | Compiling tracing v0.1.37 |
1532 | 2023-11-28T18:13:26.960Z | Compiling foreign-types-shared v0.1.1 |
1533 | 2023-11-28T18:13:27.107Z | Compiling time-core v0.1.1 |
1534 | 2023-11-28T18:13:27.170Z | Compiling hashbrown v0.12.3 |
1535 | 2023-11-28T18:13:27.352Z | Compiling untrusted v0.9.0 |
1536 | 2023-11-28T18:13:27.401Z | Compiling openssl-probe v0.1.5 |
1537 | 2023-11-28T18:13:27.536Z | Checking subtle v2.5.0 |
1538 | 2023-11-28T18:13:27.616Z | Compiling percent-encoding v2.3.0 |
1539 | 2023-11-28T18:13:27.901Z | Compiling untrusted v0.7.1 |
1540 | 2023-11-28T18:13:27.919Z | Compiling rustversion v1.0.14 |
1541 | 2023-11-28T18:13:28.934Z | Compiling pest_meta v2.7.2 |
1542 | 2023-11-28T18:13:29.149Z | Compiling time-macros v0.2.13 |
1543 | 2023-11-28T18:13:29.300Z | Compiling foreign-types v0.3.2 |
1544 | 2023-11-28T18:13:32.731Z | Compiling pest_generator v2.7.2 |
1545 | 2023-11-28T18:13:33.257Z | Compiling try-lock v0.2.4 |
1546 | 2023-11-28T18:13:34.410Z | Compiling want v0.3.1 |
1547 | 2023-11-28T18:13:34.826Z | Compiling rustls-webpki v0.101.7 |
1548 | 2023-11-28T18:13:34.832Z | Compiling sct v0.7.0 |
1549 | 2023-11-28T18:13:36.194Z | Compiling form_urlencoded v1.2.0 |
1550 | 2023-11-28T18:13:36.689Z | Compiling zerocopy-derive v0.6.4 |
1551 | 2023-11-28T18:13:37.477Z | Compiling pest_derive v2.7.2 |
1552 | 2023-11-28T18:13:37.867Z | Compiling socket2 v0.4.9 |
1553 | 2023-11-28T18:13:38.072Z | Compiling httpdate v1.0.3 |
1554 | 2023-11-28T18:13:38.384Z | Compiling either v1.9.0 |
1555 | 2023-11-28T18:13:38.673Z | Compiling tower-service v0.3.2 |
1556 | 2023-11-28T18:13:38.845Z | Compiling rustls-pemfile v1.0.3 |
1557 | 2023-11-28T18:13:38.892Z | Compiling idna v0.4.0 |
1558 | 2023-11-28T18:13:39.363Z | Compiling memoffset v0.9.0 |
1559 | 2023-11-28T18:13:39.480Z | Compiling usdt-impl v0.3.5 |
1560 | 2023-11-28T18:13:39.795Z | Compiling adler v1.0.2 |
1561 | 2023-11-28T18:13:40.114Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-11-28T18:13:40.340Z | Compiling rustls-native-certs v0.6.3 |
1563 | 2023-11-28T18:13:40.420Z | Compiling zerocopy v0.3.0 |
1564 | 2023-11-28T18:13:41.001Z | Compiling url v2.4.1 |
1565 | 2023-11-28T18:13:41.674Z | Checking crypto-common v0.1.6 |
1566 | 2023-11-28T18:13:41.701Z | Compiling ipnet v2.8.0 |
1567 | 2023-11-28T18:13:41.938Z | Compiling signal-hook v0.3.17 |
1568 | 2023-11-28T18:13:42.030Z | Checking bytes v1.5.0 |
1569 | 2023-11-28T18:13:42.275Z | Checking bitflags v2.4.0 |
1570 | 2023-11-28T18:13:42.717Z | Compiling dof v0.1.5 |
1571 | 2023-11-28T18:13:42.745Z | Compiling dtrace-parser v0.1.14 |
1572 | 2023-11-28T18:13:43.732Z | Compiling indexmap v2.1.0 |
1573 | 2023-11-28T18:13:44.219Z | Compiling semver v1.0.20 |
1574 | 2023-11-28T18:13:44.308Z | Compiling chrono v0.4.31 |
1575 | 2023-11-28T18:13:45.444Z | Compiling uuid v1.6.1 |
1576 | 2023-11-28T18:13:45.488Z | Compiling http v0.2.11 |
1577 | 2023-11-28T18:13:45.824Z | Compiling tokio v1.34.0 |
1578 | 2023-11-28T18:13:46.184Z | Compiling toml_datetime v0.6.5 |
1579 | 2023-11-28T18:13:46.924Z | Compiling serde_spanned v0.6.4 |
1580 | 2023-11-28T18:13:47.278Z | Compiling rustc_version v0.4.0 |
1581 | 2023-11-28T18:13:48.533Z | Compiling toml_edit v0.19.15 |
1582 | 2023-11-28T18:13:49.756Z | Compiling openapiv3 v2.0.0-rc.1 |
1583 | 2023-11-28T18:13:50.862Z | Compiling http-body v0.4.5 |
1584 | 2023-11-28T18:13:53.747Z | Compiling serde_urlencoded v0.7.1 |
1585 | 2023-11-28T18:13:54.349Z | Compiling clap_derive v4.4.2 |
1586 | 2023-11-28T18:13:54.381Z | Compiling crossbeam-epoch v0.9.15 |
1587 | 2023-11-28T18:13:54.571Z | Compiling encoding_rs v0.8.33 |
1588 | 2023-11-28T18:13:55.049Z | Compiling thread-id v4.2.0 |
1589 | 2023-11-28T18:13:55.248Z | Compiling gimli v0.28.0 |
1590 | 2023-11-28T18:13:57.321Z | Compiling mime v0.3.17 |
1591 | 2023-11-28T18:13:58.260Z | Compiling siphasher v0.3.11 |
1592 | 2023-11-28T18:13:58.512Z | Compiling tokio-util v0.7.10 |
1593 | 2023-11-28T18:13:58.897Z | Compiling tokio-rustls v0.24.1 |
1594 | 2023-11-28T18:13:59.592Z | Compiling webpki-roots v0.25.2 |
1595 | 2023-11-28T18:13:59.817Z | Checking const-oid v0.9.5 |
1596 | 2023-11-28T18:14:00.993Z | Compiling h2 v0.3.21 |
1597 | 2023-11-28T18:14:02.677Z | Compiling addr2line v0.21.0 |
1598 | 2023-11-28T18:14:02.812Z | Compiling tokio-native-tls v0.3.1 |
1599 | 2023-11-28T18:14:03.218Z | Compiling serde_tokenstream v0.1.7 |
1600 | 2023-11-28T18:14:03.367Z | Compiling strum_macros v0.25.2 |
1601 | 2023-11-28T18:14:03.832Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1602 | 2023-11-28T18:14:04.014Z | Compiling object v0.32.1 |
1603 | 2023-11-28T18:14:04.465Z | Compiling num-iter v0.1.43 |
1604 | 2023-11-28T18:14:04.719Z | Compiling rustc-demangle v0.1.23 |
1605 | 2023-11-28T18:14:06.034Z | Compiling flate2 v1.0.28 |
1606 | 2023-11-28T18:14:06.323Z | Compiling heapless v0.7.16 |
1607 | 2023-11-28T18:14:06.961Z | Compiling block-buffer v0.10.4 |
1608 | 2023-11-28T18:14:07.368Z | Compiling doc-comment v0.3.3 |
1609 | 2023-11-28T18:14:08.125Z | Compiling ppv-lite86 v0.2.17 |
1610 | 2023-11-28T18:14:08.501Z | Compiling usdt-macro v0.3.5 |
1611 | 2023-11-28T18:14:08.521Z | Compiling usdt-attr-macro v0.3.5 |
1612 | 2023-11-28T18:14:09.378Z | Compiling rand_chacha v0.3.1 |
1613 | 2023-11-28T18:14:10.329Z | Compiling digest v0.10.7 |
1614 | 2023-11-28T18:14:10.419Z | Compiling toml v0.7.8 |
1615 | 2023-11-28T18:14:10.683Z | Compiling toml_edit v0.21.0 |
1616 | 2023-11-28T18:14:10.938Z | Compiling hex v0.4.3 |
1617 | 2023-11-28T18:14:10.976Z | Compiling pin-project-internal v1.1.3 |
1618 | 2023-11-28T18:14:11.179Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1619 | 2023-11-28T18:14:12.349Z | Compiling hyper v0.14.27 |
1620 | 2023-11-28T18:14:12.471Z | Compiling bit-vec v0.6.3 |
1621 | 2023-11-28T18:14:13.295Z | Compiling rand v0.8.5 |
1622 | 2023-11-28T18:14:13.646Z | Compiling phf_shared v0.10.0 |
1623 | 2023-11-28T18:14:15.508Z | Compiling num-bigint v0.4.4 |
1624 | 2023-11-28T18:14:15.511Z | Compiling precomputed-hash v0.1.1 |
1625 | 2023-11-28T18:14:16.324Z | Compiling new_debug_unreachable v1.0.4 |
1626 | 2023-11-28T18:14:16.461Z | Compiling fixedbitset v0.4.2 |
1627 | 2023-11-28T18:14:16.795Z | Compiling smoltcp v0.9.1 |
1628 | 2023-11-28T18:14:16.951Z | Compiling petgraph v0.6.4 |
1629 | 2023-11-28T18:14:17.325Z | Compiling string_cache v0.8.7 |
1630 | 2023-11-28T18:14:17.934Z | Compiling bit-set v0.5.3 |
1631 | 2023-11-28T18:14:18.353Z | Compiling itertools v0.10.5 |
1632 | 2023-11-28T18:14:18.902Z | Compiling enum-as-inner v0.5.1 |
1633 | 2023-11-28T18:14:19.264Z | Compiling hubpack_derive v0.1.1 |
1634 | 2023-11-28T18:14:19.766Z | Compiling diesel_table_macro_syntax v0.1.0 |
1635 | 2023-11-28T18:14:20.435Z | Compiling unicode-segmentation v1.10.1 |
1636 | 2023-11-28T18:14:20.561Z | Compiling lalrpop-util v0.19.12 |
1637 | 2023-11-28T18:14:20.665Z | Compiling diesel_derives v2.1.1 |
1638 | 2023-11-28T18:14:21.859Z | Compiling snafu-derive v0.7.5 |
1639 | 2023-11-28T18:14:22.715Z | Compiling cpufeatures v0.2.9 |
1640 | 2023-11-28T18:14:22.855Z | Compiling sha2 v0.10.8 |
1641 | 2023-11-28T18:14:23.037Z | Compiling rustix v0.37.23 |
1642 | 2023-11-28T18:14:23.225Z | Compiling hmac v0.12.1 |
1643 | 2023-11-28T18:14:23.561Z | Compiling md-5 v0.10.5 |
1644 | 2023-11-28T18:14:23.727Z | Compiling hyper-rustls v0.24.2 |
1645 | 2023-11-28T18:14:23.947Z | Compiling hyper-tls v0.5.0 |
1646 | 2023-11-28T18:14:24.177Z | Compiling stringprep v0.1.3 |
1647 | 2023-11-28T18:14:24.508Z | Compiling reqwest v0.11.22 |
1648 | 2023-11-28T18:14:24.652Z | Compiling serde_repr v0.1.16 |
1649 | 2023-11-28T18:14:25.834Z | Compiling hash32 v0.2.1 |
1650 | 2023-11-28T18:14:26.431Z | Checking bitflags v1.3.2 |
1651 | 2023-11-28T18:14:26.515Z | Compiling stable_deref_trait v1.2.0 |
1652 | 2023-11-28T18:14:26.655Z | Compiling fallible-iterator v0.2.0 |
1653 | 2023-11-28T18:14:27.842Z | Compiling postgres-protocol v0.6.6 |
1654 | 2023-11-28T18:14:29.076Z | Compiling terminal_size v0.2.6 |
1655 | 2023-11-28T18:14:29.409Z | Compiling phf_shared v0.11.2 |
1656 | 2023-11-28T18:14:29.951Z | Compiling block-padding v0.3.3 |
1657 | 2023-11-28T18:14:30.033Z | Compiling scheduled-thread-pool v0.2.7 |
1658 | 2023-11-28T18:14:30.335Z | Compiling matches v0.1.10 |
1659 | 2023-11-28T18:14:30.464Z | Compiling deranged v0.3.8 |
1660 | 2023-11-28T18:14:31.052Z | Compiling managed v0.8.0 |
1661 | 2023-11-28T18:14:31.267Z | Compiling regex-automata v0.1.10 |
1662 | 2023-11-28T18:14:31.518Z | Compiling num_threads v0.1.6 |
1663 | 2023-11-28T18:14:31.589Z | Compiling clap_builder v4.4.2 |
1664 | 2023-11-28T18:14:31.739Z | Compiling idna v0.2.3 |
1665 | 2023-11-28T18:14:32.003Z | Compiling bstr v0.2.17 |
1666 | 2023-11-28T18:14:32.029Z | Compiling r2d2 v0.8.10 |
1667 | 2023-11-28T18:14:32.602Z | Compiling inout v0.1.3 |
1668 | 2023-11-28T18:14:33.015Z | Compiling signal-hook-mio v0.2.3 |
1669 | 2023-11-28T18:14:33.234Z | Compiling phf v0.11.2 |
1670 | 2023-11-28T18:14:33.512Z | Compiling time v0.3.27 |
1671 | 2023-11-28T18:14:33.668Z | Compiling bzip2 v0.4.4 |
1672 | 2023-11-28T18:14:34.292Z | Compiling postgres-types v0.2.6 |
1673 | 2023-11-28T18:14:34.510Z | Compiling hubpack v0.1.2 |
1674 | 2023-11-28T18:14:35.231Z | Compiling pin-project v1.1.3 |
1675 | 2023-11-28T18:14:35.525Z | Compiling ipnetwork v0.20.0 |
1676 | 2023-11-28T18:14:35.829Z | Compiling zerocopy v0.6.4 |
1677 | 2023-11-28T18:14:36.976Z | Compiling itertools v0.11.0 |
1678 | 2023-11-28T18:14:36.994Z | Compiling futures-executor v0.3.29 |
1679 | 2023-11-28T18:14:37.921Z | Compiling float-cmp v0.9.0 |
1680 | 2023-11-28T18:14:39.158Z | Compiling regex-automata v0.3.8 |
1681 | 2023-11-28T18:14:40.882Z | Compiling predicates-core v1.0.6 |
1682 | 2023-11-28T18:14:41.435Z | Compiling whoami v1.4.1 |
1683 | 2023-11-28T18:14:41.799Z | Compiling normalize-line-endings v0.3.0 |
1684 | 2023-11-28T18:14:41.974Z | Compiling static_assertions v1.1.0 |
1685 | 2023-11-28T18:14:42.114Z | Compiling difflib v0.4.0 |
1686 | 2023-11-28T18:14:42.429Z | Compiling data-encoding v2.4.0 |
1687 | 2023-11-28T18:14:42.714Z | Checking hashbrown v0.14.2 |
1688 | 2023-11-28T18:14:43.310Z | Compiling predicates v3.0.4 |
1689 | 2023-11-28T18:14:44.615Z | Compiling trust-dns-proto v0.22.0 |
1690 | 2023-11-28T18:14:44.856Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1691 | 2023-11-28T18:14:46.204Z | Compiling bstr v1.6.0 |
1692 | 2023-11-28T18:14:46.479Z | Compiling tokio-postgres v0.7.10 |
1693 | 2023-11-28T18:14:48.010Z | Compiling diesel v2.1.4 |
1694 | 2023-11-28T18:14:48.817Z | Compiling yasna v0.5.2 |
1695 | 2023-11-28T18:14:50.844Z | Compiling clap v4.4.3 |
1696 | 2023-11-28T18:14:51.027Z | Compiling futures v0.3.29 |
1697 | 2023-11-28T18:14:51.157Z | Compiling snafu v0.7.5 |
1698 | 2023-11-28T18:14:52.066Z | Compiling zip v0.6.6 |
1699 | 2023-11-28T18:14:52.544Z | Compiling similar v2.2.1 |
1700 | 2023-11-28T18:14:52.563Z | Compiling crossterm v0.27.0 |
1701 | 2023-11-28T18:14:53.654Z | Compiling cipher v0.4.4 |
1702 | 2023-11-28T18:14:54.649Z | Compiling usdt v0.3.5 |
1703 | 2023-11-28T18:14:54.708Z | Compiling signature v2.1.0 |
1704 | 2023-11-28T18:14:55.034Z | Compiling tokio-stream v0.1.14 |
1705 | 2023-11-28T18:14:55.073Z | Compiling console v0.15.7 |
1706 | 2023-11-28T18:14:56.993Z | Checking equivalent v1.0.1 |
1707 | 2023-11-28T18:14:57.816Z | Checking unicode-ident v1.0.12 |
1708 | 2023-11-28T18:14:58.055Z | Checking proc-macro2 v1.0.69 |
1709 | 2023-11-28T18:14:59.150Z | Checking quote v1.0.33 |
1710 | 2023-11-28T18:15:00.504Z | Checking utf8parse v0.2.1 |
1711 | 2023-11-28T18:15:01.800Z | Checking anstyle v1.0.2 |
1712 | 2023-11-28T18:15:02.646Z | Checking io-lifetimes v1.0.11 |
1713 | 2023-11-28T18:15:05.400Z | Checking anstyle-parse v0.2.1 |
1714 | 2023-11-28T18:15:10.593Z | Checking anstyle-query v1.0.0 |
1715 | 2023-11-28T18:15:10.634Z | Checking colorchoice v1.0.0 |
1716 | 2023-11-28T18:15:10.802Z | Checking anstream v0.5.0 |
1717 | 2023-11-28T18:15:11.095Z | Checking strsim v0.10.0 |
1718 | 2023-11-28T18:15:11.142Z | Checking clap_lex v0.5.1 |
1719 | 2023-11-28T18:15:12.273Z | Checking winnow v0.5.15 |
1720 | 2023-11-28T18:15:17.068Z | Compiling serde_tokenstream v0.2.0 |
1721 | 2023-11-28T18:15:22.167Z | Compiling regress v0.7.1 |
1722 | 2023-11-28T18:15:28.128Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1723 | 2023-11-28T18:15:35.160Z | Compiling getopts v0.2.21 |
1724 | 2023-11-28T18:15:36.320Z | Compiling unsafe-libyaml v0.2.9 |
1725 | 2023-11-28T18:15:36.960Z | Checking heck v0.4.1 |
1726 | 2023-11-28T18:15:37.504Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1727 | 2023-11-28T18:15:38.321Z | Compiling ident_case v1.0.1 |
1728 | 2023-11-28T18:15:38.458Z | Compiling serde_yaml v0.9.25 |
1729 | 2023-11-28T18:15:38.571Z | Checking fastrand v2.0.0 |
1730 | 2023-11-28T18:15:39.066Z | Checking tempfile v3.8.1 |
1731 | 2023-11-28T18:15:39.224Z | Checking match_cfg v0.1.0 |
1732 | 2023-11-28T18:15:39.351Z | Checking hostname v0.3.1 |
1733 | 2023-11-28T18:15:39.531Z | Checking atty v0.2.14 |
1734 | 2023-11-28T18:15:39.567Z | Compiling paste v1.0.14 |
1735 | 2023-11-28T18:15:39.612Z | Checking quick-error v1.2.3 |
1736 | 2023-11-28T18:15:39.683Z | Checking crossbeam-channel v0.5.8 |
1737 | 2023-11-28T18:15:39.801Z | Checking sha1 v0.10.6 |
1738 | 2023-11-28T18:15:40.222Z | Checking dirs-sys-next v0.1.2 |
1739 | 2023-11-28T18:15:40.466Z | Checking dirs-next v2.0.0 |
1740 | 2023-11-28T18:15:40.681Z | Checking thread_local v1.1.7 |
1741 | 2023-11-28T18:15:40.847Z | Checking instant v0.1.12 |
1742 | 2023-11-28T18:15:40.998Z | Compiling slog-async v2.8.0 |
1743 | 2023-11-28T18:15:41.052Z | Checking term v0.7.0 |
1744 | 2023-11-28T18:15:41.712Z | Checking camino v1.1.6 |
1745 | 2023-11-28T18:15:41.857Z | Compiling multer v2.1.0 |
1746 | 2023-11-28T18:15:42.297Z | Checking take_mut v0.2.2 |
1747 | 2023-11-28T18:15:42.464Z | Checking slog-term v2.9.0 |
1748 | 2023-11-28T18:15:42.579Z | Compiling darling_core v0.20.3 |
1749 | 2023-11-28T18:15:42.920Z | Checking slog-json v2.6.1 |
1750 | 2023-11-28T18:15:43.267Z | Compiling async-stream-impl v0.3.5 |
1751 | 2023-11-28T18:15:43.296Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1752 | 2023-11-28T18:15:43.743Z | Checking atomic-waker v1.1.1 |
1753 | 2023-11-28T18:15:43.929Z | Checking debug-ignore v1.0.5 |
1754 | 2023-11-28T18:15:44.132Z | Checking waitgroup v0.1.2 |
1755 | 2023-11-28T18:15:44.409Z | Checking slog-bunyan v2.4.0 |
1756 | 2023-11-28T18:15:45.261Z | Checking toml v0.8.8 |
1757 | 2023-11-28T18:15:45.585Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1758 | 2023-11-28T18:15:45.595Z | Checking async-stream v0.3.5 |
1759 | 2023-11-28T18:15:45.863Z | Checking serde_path_to_error v0.1.14 |
1760 | 2023-11-28T18:15:45.911Z | Checking strum v0.25.0 |
1761 | 2023-11-28T18:15:46.119Z | Compiling structmeta-derive v0.2.0 |
1762 | 2023-11-28T18:15:46.435Z | Checking wait-timeout v0.2.0 |
1763 | 2023-11-28T18:15:46.675Z | Checking rusty-fork v0.3.0 |
1764 | 2023-11-28T18:15:46.864Z | Checking rand_xorshift v0.3.0 |
1765 | 2023-11-28T18:15:47.099Z | Compiling regex-syntax v0.7.5 |
1766 | 2023-11-28T18:15:47.119Z | Checking unarray v0.1.4 |
1767 | 2023-11-28T18:15:47.345Z | Checking proptest v1.4.0 |
1768 | 2023-11-28T18:15:51.281Z | Compiling structmeta v0.2.0 |
1769 | 2023-11-28T18:15:51.958Z | Checking backoff v0.4.0 |
1770 | 2023-11-28T18:15:52.361Z | Compiling test-strategy v0.3.1 |
1771 | 2023-11-28T18:15:53.059Z | Compiling darling_macro v0.20.3 |
1772 | 2023-11-28T18:15:54.618Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1773 | 2023-11-28T18:15:54.781Z | Compiling darling v0.20.3 |
1774 | 2023-11-28T18:15:54.845Z | Checking macaddr v1.0.1 |
1775 | 2023-11-28T18:15:54.945Z | Compiling serde_with_macros v2.3.3 |
1776 | 2023-11-28T18:15:55.227Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1777 | 2023-11-28T18:15:55.296Z | Checking is-terminal v0.4.9 |
1778 | 2023-11-28T18:15:55.468Z | Compiling proc-macro-error-attr v1.0.4 |
1779 | 2023-11-28T18:15:55.485Z | Compiling proc-macro-error v1.0.4 |
1780 | 2023-11-28T18:15:55.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1781 | 2023-11-28T18:15:56.142Z | Compiling proc-macro-crate v1.3.1 |
1782 | 2023-11-28T18:15:57.108Z | Checking termtree v0.4.1 |
1783 | 2023-11-28T18:15:57.398Z | Checking predicates-tree v1.0.9 |
1784 | 2023-11-28T18:15:57.606Z | Checking base64ct v1.6.0 |
1785 | 2023-11-28T18:15:57.951Z | Compiling num_enum_derive v0.5.11 |
1786 | 2023-11-28T18:15:58.385Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1787 | 2023-11-28T18:15:58.512Z | Compiling crucible-workspace-hack v0.1.0 |
1788 | 2023-11-28T18:15:58.755Z | Compiling parse-display-derive v0.8.2 |
1789 | 2023-11-28T18:15:58.924Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1790 | 2023-11-28T18:15:58.962Z | Checking postcard-cobs v0.1.5-pre |
1791 | 2023-11-28T18:15:59.234Z | Checking postcard v0.7.3 |
1792 | 2023-11-28T18:15:59.284Z | Checking smoltcp v0.8.2 |
1793 | 2023-11-28T18:15:59.496Z | Checking serde_with v2.3.3 |
1794 | 2023-11-28T18:15:59.511Z | Compiling foreign-types-macros v0.2.3 |
1795 | 2023-11-28T18:15:59.647Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1796 | 2023-11-28T18:15:59.845Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1797 | 2023-11-28T18:16:00.275Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1798 | 2023-11-28T18:16:00.480Z | Checking cfg-if v0.1.10 |
1799 | 2023-11-28T18:16:00.609Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-11-28T18:16:01.035Z | Checking foreign-types-shared v0.3.1 |
1801 | 2023-11-28T18:16:01.616Z | Checking foreign-types v0.5.0 |
1802 | 2023-11-28T18:16:01.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-11-28T18:16:01.905Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2023-11-28T18:16:02.638Z | Checking num_enum v0.5.11 |
1805 | 2023-11-28T18:16:02.851Z | Checking cstr-argument v0.1.2 |
1806 | 2023-11-28T18:16:03.103Z | Checking pretty-hex v0.2.1 |
1807 | 2023-11-28T18:16:03.235Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1808 | 2023-11-28T18:16:03.327Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1809 | 2023-11-28T18:16:03.483Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1810 | 2023-11-28T18:16:03.690Z | Checking colored v2.0.4 |
1811 | 2023-11-28T18:16:03.725Z | Compiling zone_cfg_derive v0.3.0 |
1812 | 2023-11-28T18:16:03.953Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1813 | 2023-11-28T18:16:03.956Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1814 | 2023-11-28T18:16:04.622Z | Checking predicates v2.1.5 |
1815 | 2023-11-28T18:16:05.388Z | Compiling mockall_derive v0.11.4 |
1816 | 2023-11-28T18:16:05.686Z | Compiling num-derive v0.4.0 |
1817 | 2023-11-28T18:16:06.231Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1818 | 2023-11-28T18:16:06.265Z | Checking fragile v2.0.0 |
1819 | 2023-11-28T18:16:06.465Z | Checking parse-display v0.8.2 |
1820 | 2023-11-28T18:16:06.673Z | Checking downcast v0.11.0 |
1821 | 2023-11-28T18:16:06.692Z | Checking zone v0.3.0 |
1822 | 2023-11-28T18:16:06.972Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1823 | 2023-11-28T18:16:07.199Z | Checking smf v0.2.2 |
1824 | 2023-11-28T18:16:07.296Z | Checking xattr v1.0.1 |
1825 | 2023-11-28T18:16:07.560Z | Checking filetime v0.2.22 |
1826 | 2023-11-28T18:16:07.858Z | Checking tar v0.4.40 |
1827 | 2023-11-28T18:16:07.882Z | Checking camino-tempfile v1.1.1 |
1828 | 2023-11-28T18:16:07.885Z | Checking pem v3.0.2 |
1829 | 2023-11-28T18:16:08.281Z | Checking linked-hash-map v0.5.6 |
1830 | 2023-11-28T18:16:08.299Z | Checking headers-core v0.2.0 |
1831 | 2023-11-28T18:16:08.315Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1832 | 2023-11-28T18:16:08.351Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1833 | 2023-11-28T18:16:08.555Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1834 | 2023-11-28T18:16:08.727Z | Checking headers v0.3.9 |
1835 | 2023-11-28T18:16:08.773Z | Checking lru-cache v0.1.2 |
1836 | 2023-11-28T18:16:09.067Z | Checking password-hash v0.5.0 |
1837 | 2023-11-28T18:16:09.116Z | Checking blake2 v0.10.6 |
1838 | 2023-11-28T18:16:09.643Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1839 | 2023-11-28T18:16:09.763Z | Checking base64 v0.13.1 |
1840 | 2023-11-28T18:16:09.790Z | Checking argon2 v0.5.2 |
1841 | 2023-11-28T18:16:10.340Z | Checking rcgen v0.11.3 |
1842 | 2023-11-28T18:16:10.398Z | Checking pem v1.1.1 |
1843 | 2023-11-28T18:16:10.570Z | Checking atomicwrites v0.4.2 |
1844 | 2023-11-28T18:16:10.722Z | Checking subprocess v0.2.9 |
1845 | 2023-11-28T18:16:10.805Z | Checking ciborium-io v0.2.1 |
1846 | 2023-11-28T18:16:10.852Z | Compiling cancel-safe-futures v0.1.5 |
1847 | 2023-11-28T18:16:10.907Z | Checking arc-swap v1.6.0 |
1848 | 2023-11-28T18:16:11.369Z | Checking half v1.8.2 |
1849 | 2023-11-28T18:16:11.413Z | Checking textwrap v0.11.0 |
1850 | 2023-11-28T18:16:11.556Z | Compiling heck v0.3.3 |
1851 | 2023-11-28T18:16:11.608Z | Checking slog-scope v4.4.0 |
1852 | 2023-11-28T18:16:11.718Z | Checking strsim v0.8.0 |
1853 | 2023-11-28T18:16:11.830Z | Checking vec_map v0.8.2 |
1854 | 2023-11-28T18:16:11.881Z | Compiling libefi-sys v0.1.0 |
1855 | 2023-11-28T18:16:11.992Z | Checking ansi_term v0.12.1 |
1856 | 2023-11-28T18:16:12.023Z | Checking ciborium-ll v0.2.1 |
1857 | 2023-11-28T18:16:12.178Z | Compiling structopt-derive v0.4.18 |
1858 | 2023-11-28T18:16:12.222Z | Checking slog-stdlog v4.1.1 |
1859 | 2023-11-28T18:16:12.432Z | Checking clap v2.34.0 |
1860 | 2023-11-28T18:16:12.449Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1861 | 2023-11-28T18:16:12.480Z | Checking ciborium v0.2.1 |
1862 | 2023-11-28T18:16:12.992Z | Checking slog-envlogger v2.2.0 |
1863 | 2023-11-28T18:16:13.321Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1864 | 2023-11-28T18:16:13.772Z | Checking resolv-conf v0.7.0 |
1865 | 2023-11-28T18:16:13.869Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1866 | 2023-11-28T18:16:14.077Z | Compiling slog-dtrace v0.2.3 |
1867 | 2023-11-28T18:16:14.251Z | Compiling convert_case v0.4.0 |
1868 | 2023-11-28T18:16:14.338Z | Checking trust-dns-resolver v0.22.0 |
1869 | 2023-11-28T18:16:15.253Z | Checking pem-rfc7468 v0.7.0 |
1870 | 2023-11-28T18:16:15.651Z | Compiling der_derive v0.7.2 |
1871 | 2023-11-28T18:16:15.789Z | Compiling derive_more v0.99.17 |
1872 | 2023-11-28T18:16:16.911Z | Checking fxhash v0.2.1 |
1873 | 2023-11-28T18:16:17.159Z | Checking flagset v0.4.3 |
1874 | 2023-11-28T18:16:17.254Z | Checking termcolor v1.2.0 |
1875 | 2023-11-28T18:16:17.257Z | Checking structopt v0.3.26 |
1876 | 2023-11-28T18:16:17.487Z | Checking itertools v0.12.0 |
1877 | 2023-11-28T18:16:17.846Z | Compiling radium v0.7.0 |
1878 | 2023-11-28T18:16:17.865Z | Compiling maybe-uninit v2.0.0 |
1879 | 2023-11-28T18:16:18.549Z | Checking tap v1.0.1 |
1880 | 2023-11-28T18:16:18.786Z | Checking wyz v0.5.1 |
1881 | 2023-11-28T18:16:19.035Z | Checking mockall v0.11.4 |
1882 | 2023-11-28T18:16:19.346Z | Compiling packed_struct v0.10.1 |
1883 | 2023-11-28T18:16:19.383Z | Checking crc-catalog v2.2.0 |
1884 | 2023-11-28T18:16:19.402Z | Compiling same-file v1.0.6 |
1885 | 2023-11-28T18:16:19.582Z | Checking funty v2.0.0 |
1886 | 2023-11-28T18:16:19.766Z | Compiling num-bigint-dig v0.8.4 |
1887 | 2023-11-28T18:16:20.038Z | Compiling walkdir v2.4.0 |
1888 | 2023-11-28T18:16:20.072Z | Checking der v0.7.8 |
1889 | 2023-11-28T18:16:20.253Z | Checking crc v3.0.1 |
1890 | 2023-11-28T18:16:20.702Z | Compiling semver-parser v0.10.2 |
1891 | 2023-11-28T18:16:21.389Z | Compiling packed_struct_codegen v0.10.1 |
1892 | 2023-11-28T18:16:21.434Z | Checking bitvec v1.0.1 |
1893 | 2023-11-28T18:16:21.604Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1894 | 2023-11-28T18:16:22.736Z | Checking nodrop v0.1.14 |
1895 | 2023-11-28T18:16:22.891Z | Checking array-init v0.0.4 |
1896 | 2023-11-28T18:16:23.175Z | Checking spki v0.7.2 |
1897 | 2023-11-28T18:16:23.607Z | Checking pkcs8 v0.10.2 |
1898 | 2023-11-28T18:16:24.031Z | Checking pkcs1 v0.7.5 |
1899 | 2023-11-28T18:16:24.635Z | Compiling semver v0.11.0 |
1900 | 2023-11-28T18:16:24.656Z | Checking smallvec v0.6.14 |
1901 | 2023-11-28T18:16:25.865Z | Compiling num-rational v0.4.1 |
1902 | 2023-11-28T18:16:26.361Z | Compiling home v0.5.5 |
1903 | 2023-11-28T18:16:26.391Z | Checking bitfield v0.14.0 |
1904 | 2023-11-28T18:16:26.690Z | Compiling toolchain_find v0.2.0 |
1905 | 2023-11-28T18:16:27.191Z | Checking serde-hex v0.1.0 |
1906 | 2023-11-28T18:16:27.623Z | Checking x509-cert v0.2.4 |
1907 | 2023-11-28T18:16:27.744Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1908 | 2023-11-28T18:16:28.246Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1909 | 2023-11-28T18:16:28.445Z | Checking rsa v0.9.2 |
1910 | 2023-11-28T18:16:28.600Z | Checking env_logger v0.10.0 |
1911 | 2023-11-28T18:16:29.277Z | Checking newline-converter v0.3.0 |
1912 | 2023-11-28T18:16:29.491Z | Checking hkdf v0.12.3 |
1913 | 2023-11-28T18:16:29.897Z | Checking ron v0.8.1 |
1914 | 2023-11-28T18:16:30.324Z | Compiling toml v0.5.11 |
1915 | 2023-11-28T18:16:30.356Z | Checking crc-any v2.4.3 |
1916 | 2023-11-28T18:16:30.470Z | Checking expectorate v1.1.0 |
1917 | 2023-11-28T18:16:30.489Z | Compiling omicron-zone-package v0.9.1 |
1918 | 2023-11-28T18:16:30.921Z | Checking object v0.30.4 |
1919 | 2023-11-28T18:16:31.982Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1920 | 2023-11-28T18:16:32.364Z | Checking num-complex v0.4.4 |
1921 | 2023-11-28T18:16:32.780Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1922 | 2023-11-28T18:16:33.882Z | Compiling rustfmt-wrapper v0.2.0 |
1923 | 2023-11-28T18:16:34.235Z | Checking utf-8 v0.7.6 |
1924 | 2023-11-28T18:16:34.529Z | Checking keccak v0.1.4 |
1925 | 2023-11-28T18:16:34.898Z | Checking path-slash v0.1.5 |
1926 | 2023-11-28T18:16:35.031Z | Checking sha3 v0.10.8 |
1927 | 2023-11-28T18:16:35.090Z | Checking tungstenite v0.20.1 |
1928 | 2023-11-28T18:16:35.354Z | Checking num v0.4.1 |
1929 | 2023-11-28T18:16:35.493Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1930 | 2023-11-28T18:16:35.633Z | Checking secrecy v0.8.0 |
1931 | 2023-11-28T18:16:35.976Z | Compiling buf-list v1.0.3 |
1932 | 2023-11-28T18:16:36.543Z | Checking tokio-tungstenite v0.20.1 |
1933 | 2023-11-28T18:16:36.606Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1934 | 2023-11-28T18:16:37.129Z | Checking swrite v0.1.0 |
1935 | 2023-11-28T18:16:37.247Z | Checking glob v0.3.1 |
1936 | 2023-11-28T18:16:37.283Z | Compiling parking_lot_core v0.8.6 |
1937 | 2023-11-28T18:16:37.489Z | Checking nibble_vec v0.1.0 |
1938 | 2023-11-28T18:16:37.521Z | Checking endian-type v0.1.2 |
1939 | 2023-11-28T18:16:37.696Z | Checking libsw v3.3.0 |
1940 | 2023-11-28T18:16:37.755Z | Compiling derive-where v1.2.5 |
1941 | 2023-11-28T18:16:37.821Z | Checking radix_trie v0.2.1 |
1942 | 2023-11-28T18:16:38.091Z | Checking pretty-hex v0.3.0 |
1943 | 2023-11-28T18:16:38.326Z | Checking owo-colors v3.5.0 |
1944 | 2023-11-28T18:16:38.450Z | Checking trust-dns-client v0.22.0 |
1945 | 2023-11-28T18:16:38.517Z | Checking parking_lot v0.11.2 |
1946 | 2023-11-28T18:16:39.038Z | Checking sled v0.34.7 |
1947 | 2023-11-28T18:16:39.844Z | Compiling semver v0.1.20 |
1948 | 2023-11-28T18:16:40.617Z | Checking trust-dns-server v0.22.1 |
1949 | 2023-11-28T18:16:40.953Z | Checking linear-map v1.2.0 |
1950 | 2023-11-28T18:16:41.373Z | Compiling rustc_version v0.1.7 |
1951 | 2023-11-28T18:16:41.453Z | Checking crossbeam-deque v0.8.3 |
1952 | 2023-11-28T18:16:41.698Z | Compiling rayon-core v1.12.0 |
1953 | 2023-11-28T18:16:41.919Z | Checking openapiv3 v1.0.3 |
1954 | 2023-11-28T18:16:42.119Z | Compiling newtype_derive v0.1.6 |
1955 | 2023-11-28T18:16:42.811Z | Compiling memoffset v0.7.1 |
1956 | 2023-11-28T18:16:43.267Z | Compiling unicase v2.7.0 |
1957 | 2023-11-28T18:16:43.294Z | Compiling platforms v3.0.2 |
1958 | 2023-11-28T18:16:43.837Z | Checking rayon v1.8.0 |
1959 | 2023-11-28T18:16:43.940Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1960 | 2023-11-28T18:16:43.983Z | Checking steno v0.4.0 |
1961 | 2023-11-28T18:16:44.009Z | Checking globset v0.4.13 |
1962 | 2023-11-28T18:16:44.834Z | Checking olpc-cjson v0.1.3 |
1963 | 2023-11-28T18:16:44.902Z | Checking serde_plain v1.0.2 |
1964 | 2023-11-28T18:16:45.142Z | Compiling async-recursion v1.0.5 |
1965 | 2023-11-28T18:16:45.264Z | Checking typed-path v0.6.0 |
1966 | 2023-11-28T18:16:47.567Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1967 | 2023-11-28T18:16:47.979Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1968 | 2023-11-28T18:16:48.070Z | Compiling salty v0.2.0 |
1969 | 2023-11-28T18:16:48.175Z | Checking signature v1.6.4 |
1970 | 2023-11-28T18:16:48.382Z | Checking display-error-chain v0.2.0 |
1971 | 2023-11-28T18:16:48.452Z | Checking tough v0.15.0 |
1972 | 2023-11-28T18:16:48.503Z | Checking ed25519 v1.5.3 |
1973 | 2023-11-28T18:16:48.541Z | Compiling curve25519-dalek v4.1.0 |
1974 | 2023-11-28T18:16:48.736Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1975 | 2023-11-28T18:16:49.428Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1976 | 2023-11-28T18:16:49.471Z | Checking serde-big-array v0.5.1 |
1977 | 2023-11-28T18:16:49.832Z | Checking ff v0.13.0 |
1978 | 2023-11-28T18:16:49.836Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1979 | 2023-11-28T18:16:50.336Z | Checking group v0.13.0 |
1980 | 2023-11-28T18:16:50.573Z | Compiling mime_guess v2.0.4 |
1981 | 2023-11-28T18:16:51.225Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1982 | 2023-11-28T18:16:51.828Z | Checking signal-hook-tokio v0.3.1 |
1983 | 2023-11-28T18:16:51.868Z | Checking serde-big-array v0.4.1 |
1984 | 2023-11-28T18:16:52.069Z | Checking universal-hash v0.5.1 |
1985 | 2023-11-28T18:16:52.085Z | Checking crypto-bigint v0.5.2 |
1986 | 2023-11-28T18:16:52.324Z | Compiling thiserror-impl-no-std v2.0.2 |
1987 | 2023-11-28T18:16:52.653Z | Compiling curve25519-dalek-derive v0.1.0 |
1988 | 2023-11-28T18:16:52.742Z | Checking base16ct v0.2.0 |
1989 | 2023-11-28T18:16:52.978Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1990 | 2023-11-28T18:16:53.085Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1991 | 2023-11-28T18:16:53.274Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1992 | 2023-11-28T18:16:53.317Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1993 | 2023-11-28T18:16:54.456Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1994 | 2023-11-28T18:16:54.889Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1995 | 2023-11-28T18:16:54.951Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1996 | 2023-11-28T18:16:55.087Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1997 | 2023-11-28T18:16:55.228Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1998 | 2023-11-28T18:16:56.304Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1999 | 2023-11-28T18:16:57.869Z | Checking opaque-debug v0.3.0 |
2000 | 2023-11-28T18:16:57.993Z | Checking poly1305 v0.8.0 |
2001 | 2023-11-28T18:16:58.178Z | Checking thiserror-no-std v2.0.2 |
2002 | 2023-11-28T18:16:58.700Z | Checking elliptic-curve v0.13.5 |
2003 | 2023-11-28T18:16:59.101Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2004 | 2023-11-28T18:16:59.911Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2005 | 2023-11-28T18:17:00.395Z | Checking chacha20 v0.9.1 |
2006 | 2023-11-28T18:17:00.744Z | Checking bcs v0.1.6 |
2007 | 2023-11-28T18:17:00.933Z | Checking aead v0.5.2 |
2008 | 2023-11-28T18:17:01.262Z | Checking kstat-rs v0.2.3 |
2009 | 2023-11-28T18:17:01.284Z | Checking highway v1.1.0 |
2010 | 2023-11-28T18:17:01.486Z | Checking corncobs v0.1.3 |
2011 | 2023-11-28T18:17:01.761Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2012 | 2023-11-28T18:17:01.799Z | Checking vsss-rs v3.3.1 |
2013 | 2023-11-28T18:17:01.932Z | Checking chacha20poly1305 v0.10.1 |
2014 | 2023-11-28T18:17:02.204Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2015 | 2023-11-28T18:17:03.232Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2016 | 2023-11-28T18:17:04.858Z | Compiling portable-atomic v1.4.3 |
2017 | 2023-11-28T18:17:05.440Z | Compiling crunchy v0.2.2 |
2018 | 2023-11-28T18:17:06.511Z | Compiling clang-sys v1.6.1 |
2019 | 2023-11-28T18:17:06.552Z | Compiling prettyplease v0.2.12 |
2020 | 2023-11-28T18:17:06.989Z | Compiling tiny-keccak v2.0.2 |
2021 | 2023-11-28T18:17:08.006Z | Compiling darling_core v0.14.4 |
2022 | 2023-11-28T18:17:08.721Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2023 | 2023-11-28T18:17:09.122Z | Checking http-range v0.1.5 |
2024 | 2023-11-28T18:17:09.265Z | Checking number_prefix v0.4.0 |
2025 | 2023-11-28T18:17:09.371Z | Checking assert_matches v1.5.0 |
2026 | 2023-11-28T18:17:09.504Z | Compiling minimal-lexical v0.2.1 |
2027 | 2023-11-28T18:17:09.548Z | Checking humantime v2.1.0 |
2028 | 2023-11-28T18:17:10.052Z | Checking indicatif v0.17.7 |
2029 | 2023-11-28T18:17:10.176Z | Checking hyper-staticfile v0.9.5 |
2030 | 2023-11-28T18:17:10.364Z | Compiling nom v7.1.3 |
2031 | 2023-11-28T18:17:10.789Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2032 | 2023-11-28T18:17:11.228Z | Compiling ascii-canvas v3.0.0 |
2033 | 2023-11-28T18:17:13.405Z | Compiling ena v0.14.2 |
2034 | 2023-11-28T18:17:14.055Z | Compiling libloading v0.7.4 |
2035 | 2023-11-28T18:17:14.235Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2036 | 2023-11-28T18:17:14.669Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2037 | 2023-11-28T18:17:16.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2038 | 2023-11-28T18:17:17.370Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2039 | 2023-11-28T18:17:17.526Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2040 | 2023-11-28T18:17:18.206Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2041 | 2023-11-28T18:17:18.391Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2042 | 2023-11-28T18:17:19.107Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2043 | 2023-11-28T18:17:19.489Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2044 | 2023-11-28T18:17:20.360Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2045 | 2023-11-28T18:17:20.877Z | Compiling darling_macro v0.14.4 |
2046 | 2023-11-28T18:17:22.165Z | Compiling diff v0.1.13 |
2047 | 2023-11-28T18:17:22.245Z | Compiling regex-syntax v0.6.29 |
2048 | 2023-11-28T18:17:22.495Z | Compiling bindgen v0.65.1 |
2049 | 2023-11-28T18:17:22.992Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2050 | 2023-11-28T18:17:23.278Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2051 | 2023-11-28T18:17:23.631Z | Compiling darling v0.14.4 |
2052 | 2023-11-28T18:17:23.803Z | Compiling cexpr v0.6.0 |
2053 | 2023-11-28T18:17:30.353Z | Compiling lalrpop v0.19.12 |
2054 | 2023-11-28T18:17:32.984Z | Compiling which v4.4.0 |
2055 | 2023-11-28T18:17:33.987Z | Compiling shlex v1.1.0 |
2056 | 2023-11-28T18:17:34.438Z | Checking maplit v1.0.2 |
2057 | 2023-11-28T18:17:34.593Z | Compiling lazycell v1.3.0 |
2058 | 2023-11-28T18:17:34.857Z | Compiling rustc-hash v1.1.0 |
2059 | 2023-11-28T18:17:35.076Z | Compiling ref-cast v1.0.20 |
2060 | 2023-11-28T18:17:35.867Z | Compiling peeking_take_while v0.1.2 |
2061 | 2023-11-28T18:17:36.206Z | Compiling derive_builder_core v0.12.0 |
2062 | 2023-11-28T18:17:40.416Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2063 | 2023-11-28T18:17:40.514Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2064 | 2023-11-28T18:17:40.833Z | Compiling ref-cast-impl v1.0.20 |
2065 | 2023-11-28T18:17:41.076Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2066 | 2023-11-28T18:17:41.785Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2067 | 2023-11-28T18:17:42.882Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2068 | 2023-11-28T18:17:43.767Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2069 | 2023-11-28T18:17:44.216Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2070 | 2023-11-28T18:17:46.435Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2071 | 2023-11-28T18:17:48.088Z | Compiling libxml v0.3.3 |
2072 | 2023-11-28T18:17:48.673Z | Compiling derive_builder_macro v0.12.0 |
2073 | 2023-11-28T18:17:48.689Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2074 | 2023-11-28T18:17:49.320Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2075 | 2023-11-28T18:17:49.789Z | Compiling strum_macros v0.24.3 |
2076 | 2023-11-28T18:17:50.051Z | Compiling fs-err v2.11.0 |
2077 | 2023-11-28T18:17:50.515Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2078 | 2023-11-28T18:17:50.967Z | Compiling cookie v0.18.0 |
2079 | 2023-11-28T18:17:51.425Z | Compiling indoc v1.0.9 |
2080 | 2023-11-28T18:17:52.743Z | Checking derive_builder v0.12.0 |
2081 | 2023-11-28T18:17:53.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2082 | 2023-11-28T18:17:55.982Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2083 | 2023-11-28T18:17:56.039Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2084 | 2023-11-28T18:17:56.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2085 | 2023-11-28T18:17:56.554Z | Checking bb8 v0.8.1 |
2086 | 2023-11-28T18:17:56.673Z | Checking quick-xml v0.23.1 |
2087 | 2023-11-28T18:17:56.870Z | Compiling oso-derive v0.27.0 |
2088 | 2023-11-28T18:17:57.326Z | Compiling impl-trait-for-tuples v0.2.2 |
2089 | 2023-11-28T18:17:58.455Z | Checking smawk v0.3.1 |
2090 | 2023-11-28T18:17:58.546Z | Checking unicode-linebreak v0.1.5 |
2091 | 2023-11-28T18:17:58.657Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2092 | 2023-11-28T18:17:59.269Z | Checking textwrap v0.16.0 |
2093 | 2023-11-28T18:17:59.833Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2094 | 2023-11-28T18:17:59.897Z | Checking bytesize v1.3.0 |
2095 | 2023-11-28T18:18:00.221Z | Checking is_ci v1.1.1 |
2096 | 2023-11-28T18:18:00.265Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2097 | 2023-11-28T18:18:00.413Z | Checking supports-color v2.1.0 |
2098 | 2023-11-28T18:18:00.701Z | Compiling indoc v2.0.3 |
2099 | 2023-11-28T18:18:00.812Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2100 | 2023-11-28T18:18:00.848Z | Checking cassowary v0.3.0 |
2101 | 2023-11-28T18:18:01.500Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2102 | 2023-11-28T18:18:02.149Z | Checking rtoolbox v0.0.1 |
2103 | 2023-11-28T18:18:02.412Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2104 | 2023-11-28T18:18:02.429Z | Checking rpassword v7.3.1 |
2105 | 2023-11-28T18:18:02.476Z | Checking ratatui v0.23.0 |
2106 | 2023-11-28T18:18:02.644Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2107 | 2023-11-28T18:18:03.949Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2108 | 2023-11-28T18:18:04.384Z | Checking shell-words v1.1.0 |
2109 | 2023-11-28T18:18:04.667Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2110 | 2023-11-28T18:18:05.232Z | Checking fatfs v0.3.6 |
2111 | 2023-11-28T18:18:06.427Z | Checking tui-tree-widget v0.13.0 |
2112 | 2023-11-28T18:18:06.922Z | Checking yansi v0.5.1 |
2113 | 2023-11-28T18:18:06.945Z | Checking plotters-backend v0.3.5 |
2114 | 2023-11-28T18:18:07.113Z | Checking rand v0.4.6 |
2115 | 2023-11-28T18:18:07.332Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-28T18:18:07.530Z | Checking plotters-svg v0.3.5 |
2117 | 2023-11-28T18:18:07.620Z | Compiling vte_generate_state_changes v0.1.1 |
2118 | 2023-11-28T18:18:07.839Z | Checking cast v0.3.0 |
2119 | 2023-11-28T18:18:08.345Z | Checking remove_dir_all v0.5.3 |
2120 | 2023-11-28T18:18:08.485Z | Checking criterion-plot v0.5.0 |
2121 | 2023-11-28T18:18:08.629Z | Checking vte v0.11.1 |
2122 | 2023-11-28T18:18:08.725Z | Checking tempdir v0.3.7 |
2123 | 2023-11-28T18:18:08.959Z | Checking plotters v0.3.5 |
2124 | 2023-11-28T18:18:09.266Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2125 | 2023-11-28T18:18:09.505Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2126 | 2023-11-28T18:18:11.129Z | Checking tinytemplate v1.2.1 |
2127 | 2023-11-28T18:18:11.746Z | Checking anes v0.1.6 |
2128 | 2023-11-28T18:18:11.925Z | Checking oorandom v11.1.3 |
2129 | 2023-11-28T18:18:12.144Z | Checking strip-ansi-escapes v0.2.0 |
2130 | 2023-11-28T18:18:12.345Z | Checking criterion v0.5.1 |
2131 | 2023-11-28T18:18:12.362Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2132 | 2023-11-28T18:18:14.134Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2133 | 2023-11-28T18:18:16.951Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2134 | 2023-11-28T18:18:17.139Z | Checking assert_cmd v2.0.12 |
2135 | 2023-11-28T18:18:17.784Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2136 | 2023-11-28T18:18:20.219Z | Checking fd-lock v3.0.13 |
2137 | 2023-11-28T18:18:20.523Z | Checking dashmap v5.5.1 |
2138 | 2023-11-28T18:18:20.861Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2139 | 2023-11-28T18:18:21.518Z | Compiling serial_test_derive v0.10.0 |
2140 | 2023-11-28T18:18:22.448Z | Checking nu-ansi-term v0.49.0 |
2141 | 2023-11-28T18:18:23.072Z | Checking reedline v0.26.0 |
2142 | 2023-11-28T18:18:23.394Z | Checking serial_test v0.10.0 |
2143 | 2023-11-28T18:18:25.703Z | Checking threadpool v1.8.1 |
2144 | 2023-11-28T18:18:25.995Z | Checking nanorand v0.7.0 |
2145 | 2023-11-28T18:18:26.366Z | Checking topological-sort v0.2.2 |
2146 | 2023-11-28T18:18:26.590Z | Checking flume v0.11.0 |
2147 | 2023-11-28T18:18:26.611Z | Checking libtest-mimic v0.6.1 |
2148 | 2023-11-28T18:18:27.264Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2149 | 2023-11-28T18:18:27.355Z | Checking httptest v0.15.5 |
2150 | 2023-11-28T18:18:28.526Z | Checking similar-asserts v1.5.0 |
2151 | 2023-11-28T18:18:28.866Z | Compiling rstest_macros v0.18.2 |
2152 | 2023-11-28T18:18:29.675Z | Compiling crossbeam-queue v0.3.8 |
2153 | 2023-11-28T18:18:30.461Z | Checking bytecount v0.6.3 |
2154 | 2023-11-28T18:18:30.686Z | Checking papergrid v0.10.0 |
2155 | 2023-11-28T18:18:31.137Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2156 | 2023-11-28T18:18:32.412Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-28T18:18:32.736Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2158 | 2023-11-28T18:18:32.819Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2159 | 2023-11-28T18:18:33.018Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2160 | 2023-11-28T18:18:33.254Z | Compiling tabled_derive v0.6.0 |
2161 | 2023-11-28T18:18:34.035Z | Checking arrayvec v0.7.4 |
2162 | 2023-11-28T18:18:34.609Z | Checking arrayref v0.3.7 |
2163 | 2023-11-28T18:18:34.743Z | Compiling trybuild v1.0.85 |
2164 | 2023-11-28T18:18:35.075Z | Compiling relative-path v1.9.0 |
2165 | 2023-11-28T18:18:35.388Z | Checking constant_time_eq v0.2.6 |
2166 | 2023-11-28T18:18:35.561Z | Checking blake2b_simd v1.0.1 |
2167 | 2023-11-28T18:18:37.531Z | Checking tabled v0.14.0 |
2168 | 2023-11-28T18:18:37.813Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2169 | 2023-11-28T18:18:41.943Z | Checking basic-toml v0.1.4 |
2170 | 2023-11-28T18:18:43.529Z | Checking futures-timer v3.0.2 |
2171 | 2023-11-28T18:18:43.980Z | Checking constant_time_eq v0.3.0 |
2172 | 2023-11-28T18:18:44.156Z | Checking rust-argon2 v1.0.1 |
2173 | 2023-11-28T18:18:47.374Z | Checking crossbeam v0.8.2 |
2174 | 2023-11-28T18:18:47.515Z | Checking partial-io v0.5.4 |
2175 | 2023-11-28T18:18:48.078Z | Checking approx v0.5.1 |
2176 | 2023-11-28T18:18:48.410Z | Checking termios v0.3.3 |
2177 | 2023-11-28T18:18:48.717Z | Checking hex-literal v0.4.1 |
2178 | 2023-11-28T18:18:52.354Z | Checking rstest v0.18.2 |
2179 | 2023-11-28T18:18:58.855Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2180 | 2023-11-28T18:18:59.276Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2181 | 2023-11-28T18:20:00.033Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2182 | 2023-11-28T18:20:01.498Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2183 | 2023-11-28T18:20:03.808Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2184 | 2023-11-28T18:20:22.653Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2185 | 2023-11-28T18:20:41.068Z | Compiling polar-core v0.27.0 |
2186 | 2023-11-28T18:20:52.256Z | Checking oso v0.27.0 |
2187 | 2023-11-28T18:21:28.533Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2188 | 2023-11-28T18:22:54.178Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 05s |
2189 | 2023-11-28T18:22:54.397Z | |
2190 | 2023-11-28T18:22:54.397Z | real 11:05.349313436 |
2191 | 2023-11-28T18:22:54.397Z | user 1:00:14.615413857 |
2192 | 2023-11-28T18:22:54.397Z | sys 7:49.956483384 |
2193 | 2023-11-28T18:22:54.397Z | trap 2.361251243 |
2194 | 2023-11-28T18:22:54.397Z | tflt 3.632498654 |
2195 | 2023-11-28T18:22:54.397Z | dflt 5.630735068 |
2196 | 2023-11-28T18:22:54.397Z | kflt 0.036229579 |
2197 | 2023-11-28T18:22:54.397Z | lock 1:35:59.270475528 |
2198 | 2023-11-28T18:22:54.397Z | slp 2:58:56.525508109 |
2199 | 2023-11-28T18:22:54.400Z | lat 2:12.260594763 |
2200 | 2023-11-28T18:22:54.400Z | stop 4:27.577389988 |
2201 | 2023-11-28T18:22:55.593Z | warning: output filename collision. |
2202 | 2023-11-28T18:22:55.593Z | 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)`. |
2203 | 2023-11-28T18:22:55.593Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2204 | 2023-11-28T18:22:55.593Z | The targets should have unique names. |
2205 | 2023-11-28T18:22:55.593Z | This is a known bug where multiple crates with the same name use |
2206 | 2023-11-28T18:22:55.593Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2207 | 2023-11-28T18:22:55.596Z | warning: output filename collision. |
2208 | 2023-11-28T18:22:55.596Z | 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)`. |
2209 | 2023-11-28T18:22:55.596Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2210 | 2023-11-28T18:22:55.596Z | The targets should have unique names. |
2211 | 2023-11-28T18:22:55.596Z | This is a known bug where multiple crates with the same name use |
2212 | 2023-11-28T18:22:55.596Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2213 | 2023-11-28T18:22:55.599Z | warning: output filename collision. |
2214 | 2023-11-28T18:22:55.599Z | 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)`. |
2215 | 2023-11-28T18:22:55.599Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2216 | 2023-11-28T18:22:55.599Z | The targets should have unique names. |
2217 | 2023-11-28T18:22:55.599Z | This is a known bug where multiple crates with the same name use |
2218 | 2023-11-28T18:22:55.599Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2219 | 2023-11-28T18:22:56.160Z | Documenting libc v0.2.150 |
2220 | 2023-11-28T18:22:56.178Z | Documenting cfg-if v1.0.0 |
2221 | 2023-11-28T18:22:56.187Z | Documenting serde_derive v1.0.192 |
2222 | 2023-11-28T18:22:56.219Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2223 | 2023-11-28T18:22:56.221Z | Documenting scopeguard v1.2.0 |
2224 | 2023-11-28T18:22:56.221Z | Documenting log v0.4.20 |
2225 | 2023-11-28T18:22:56.257Z | Documenting itoa v1.0.9 |
2226 | 2023-11-28T18:22:56.257Z | Documenting smallvec v1.11.0 |
2227 | 2023-11-28T18:22:56.649Z | Documenting memchr v2.6.3 |
2228 | 2023-11-28T18:23:00.174Z | Documenting lock_api v0.4.10 |
2229 | 2023-11-28T18:23:00.210Z | Documenting zeroize_derive v1.4.2 |
2230 | 2023-11-28T18:23:00.259Z | Documenting pin-project-lite v0.2.13 |
2231 | 2023-11-28T18:23:00.705Z | Documenting libm v0.2.7 |
2232 | 2023-11-28T18:23:02.461Z | Documenting futures-core v0.3.29 |
2233 | 2023-11-28T18:23:02.601Z | Documenting getrandom v0.2.10 |
2234 | 2023-11-28T18:23:03.622Z | Documenting parking_lot_core v0.9.8 |
2235 | 2023-11-28T18:23:04.289Z | Documenting signal-hook-registry v1.4.1 |
2236 | 2023-11-28T18:23:04.572Z | Documenting mio v0.8.9 |
2237 | 2023-11-28T18:23:05.844Z | Documenting num-traits v0.2.16 |
2238 | 2023-11-28T18:23:06.076Z | Documenting serde v1.0.192 |
2239 | 2023-11-28T18:23:07.844Z | Documenting zeroize v1.6.0 |
2240 | 2023-11-28T18:23:07.988Z | Documenting thiserror-impl v1.0.49 |
2241 | 2023-11-28T18:23:08.607Z | Documenting rand_core v0.6.4 |
2242 | 2023-11-28T18:23:09.406Z | Documenting parking_lot v0.12.1 |
2243 | 2023-11-28T18:23:10.461Z | Documenting num_cpus v1.16.0 |
2244 | 2023-11-28T18:23:10.782Z | Documenting socket2 v0.5.5 |
2245 | 2023-11-28T18:23:12.983Z | Documenting tokio-macros v2.2.0 |
2246 | 2023-11-28T18:23:13.657Z | Documenting typenum v1.16.0 |
2247 | 2023-11-28T18:23:14.168Z | Documenting once_cell v1.18.0 |
2248 | 2023-11-28T18:23:15.050Z | Documenting thiserror v1.0.49 |
2249 | 2023-11-28T18:23:15.134Z | Documenting subtle v2.5.0 |
2250 | 2023-11-28T18:23:16.670Z | Documenting ryu v1.0.15 |
2251 | 2023-11-28T18:23:16.684Z | Documenting byteorder v1.5.0 |
2252 | 2023-11-28T18:23:19.450Z | Documenting futures-sink v0.3.29 |
2253 | 2023-11-28T18:23:20.184Z | Documenting pin-utils v0.1.0 |
2254 | 2023-11-28T18:23:20.293Z | Documenting const-oid v0.9.5 |
2255 | 2023-11-28T18:23:20.722Z | Documenting slab v0.4.9 |
2256 | 2023-11-28T18:23:20.956Z | Documenting futures-task v0.3.29 |
2257 | 2023-11-28T18:23:22.676Z | Documenting futures-macro v0.3.29 |
2258 | 2023-11-28T18:23:24.834Z | Documenting futures-channel v0.3.29 |
2259 | 2023-11-28T18:23:26.719Z | Documenting futures-io v0.3.29 |
2260 | 2023-11-28T18:23:27.032Z | Documenting iana-time-zone v0.1.57 |
2261 | 2023-11-28T18:23:28.009Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2262 | 2023-11-28T18:23:29.238Z | Documenting tinyvec_macros v0.1.1 |
2263 | 2023-11-28T18:23:29.749Z | Documenting ppv-lite86 v0.2.17 |
2264 | 2023-11-28T18:23:30.124Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2265 | 2023-11-28T18:23:30.654Z | Documenting tracing-core v0.1.31 |
2266 | 2023-11-28T18:23:32.812Z | Documenting futures-util v0.3.29 |
2267 | 2023-11-28T18:23:32.818Z | Documenting tracing-attributes v0.1.26 |
2268 | 2023-11-28T18:23:33.658Z | Documenting tinyvec v1.6.0 |
2269 | 2023-11-28T18:23:34.641Z | Documenting rand_chacha v0.3.1 |
2270 | 2023-11-28T18:23:39.534Z | Documenting unicode-normalization v0.1.22 |
2271 | 2023-11-28T18:23:41.777Z | Documenting bytes v1.5.0 |
2272 | 2023-11-28T18:23:41.959Z | Documenting bitflags v2.4.0 |
2273 | 2023-11-28T18:23:42.562Z | Documenting serde_json v1.0.108 |
2274 | 2023-11-28T18:23:44.589Z | Documenting chrono v0.4.31 |
2275 | 2023-11-28T18:23:46.513Z | Documenting uuid v1.6.1 |
2276 | 2023-11-28T18:23:48.324Z | Documenting rand v0.8.5 |
2277 | 2023-11-28T18:23:48.721Z | Documenting base64 v0.21.5 |
2278 | 2023-11-28T18:23:49.365Z | Documenting tokio v1.34.0 |
2279 | 2023-11-28T18:23:50.991Z | Documenting fnv v1.0.7 |
2280 | 2023-11-28T18:23:53.220Z | Documenting lazy_static v1.4.0 |
2281 | 2023-11-28T18:23:53.930Z | Documenting unicode-bidi v0.3.13 |
2282 | 2023-11-28T18:23:55.035Z | Documenting percent-encoding v2.3.0 |
2283 | 2023-11-28T18:23:56.483Z | Documenting http v0.2.11 |
2284 | 2023-11-28T18:23:56.921Z | Documenting spin v0.9.8 |
2285 | 2023-11-28T18:23:57.585Z | Documenting cpufeatures v0.2.9 |
2286 | 2023-11-28T18:23:59.849Z | Documenting generic-array v0.14.7 |
2287 | 2023-11-28T18:24:00.602Z | Checking serde_derive_internals v0.26.0 |
2288 | 2023-11-28T18:24:00.749Z | Documenting tracing v0.1.37 |
2289 | 2023-11-28T18:24:01.067Z | Documenting form_urlencoded v1.2.0 |
2290 | 2023-11-28T18:24:01.418Z | Documenting serde_derive_internals v0.26.0 |
2291 | 2023-11-28T18:24:01.557Z | Documenting dyn-clone v1.0.13 |
2292 | 2023-11-28T18:24:01.837Z | Documenting idna v0.4.0 |
2293 | 2023-11-28T18:24:05.226Z | Documenting errno v0.3.2 |
2294 | 2023-11-28T18:24:06.039Z | Documenting httparse v1.8.0 |
2295 | 2023-11-28T18:24:06.797Z | Documenting crypto-common v0.1.6 |
2296 | 2023-11-28T18:24:06.949Z | Documenting block-buffer v0.10.4 |
2297 | 2023-11-28T18:24:07.512Z | Documenting adler v1.0.2 |
2298 | 2023-11-28T18:24:07.993Z | Documenting url v2.4.1 |
2299 | 2023-11-28T18:24:09.301Z | Documenting schemars_derive v0.8.13 |
2300 | 2023-11-28T18:24:11.243Z | Documenting rustix v0.38.25 |
2301 | 2023-11-28T18:24:11.611Z | Documenting unicode-ident v1.0.12 |
2302 | 2023-11-28T18:24:12.256Z | Documenting miniz_oxide v0.7.1 |
2303 | 2023-11-28T18:24:12.904Z | Documenting httpdate v1.0.3 |
2304 | 2023-11-28T18:24:13.705Z | Documenting digest v0.10.7 |
2305 | 2023-11-28T18:24:14.413Z | Documenting try-lock v0.2.4 |
2306 | 2023-11-28T18:24:15.820Z | Documenting proc-macro2 v1.0.69 |
2307 | 2023-11-28T18:24:17.265Z | Documenting openssl-probe v0.1.5 |
2308 | 2023-11-28T18:24:18.353Z | Documenting schemars v0.8.13 |
2309 | 2023-11-28T18:24:18.450Z | Documenting untrusted v0.9.0 |
2310 | 2023-11-28T18:24:18.643Z | Documenting want v0.3.1 |
2311 | 2023-11-28T18:24:21.356Z | Documenting http-body v0.4.5 |
2312 | 2023-11-28T18:24:22.491Z | Documenting quote v1.0.33 |
2313 | 2023-11-28T18:24:22.799Z | Documenting ring v0.17.5 |
2314 | 2023-11-28T18:24:23.266Z | Documenting openssl-sys v0.9.93 |
2315 | 2023-11-28T18:24:23.537Z | Documenting async-trait v0.1.74 |
2316 | 2023-11-28T18:24:24.296Z | Documenting openssl-macros v0.1.1 |
2317 | 2023-11-28T18:24:27.873Z | Documenting mime v0.3.17 |
2318 | 2023-11-28T18:24:28.244Z | Documenting tower-service v0.3.2 |
2319 | 2023-11-28T18:24:28.352Z | Documenting aho-corasick v1.0.4 |
2320 | 2023-11-28T18:24:30.552Z | Documenting tokio-util v0.7.10 |
2321 | 2023-11-28T18:24:30.744Z | Documenting sct v0.7.0 |
2322 | 2023-11-28T18:24:30.984Z | Documenting slog v2.7.0 |
2323 | 2023-11-28T18:24:31.100Z | Documenting rustls-webpki v0.101.7 |
2324 | 2023-11-28T18:24:33.874Z | Documenting hashbrown v0.14.2 |
2325 | 2023-11-28T18:24:34.257Z | Documenting openssl v0.10.57 |
2326 | 2023-11-28T18:24:34.357Z | Documenting regex-syntax v0.8.2 |
2327 | 2023-11-28T18:24:35.909Z | Documenting equivalent v1.0.1 |
2328 | 2023-11-28T18:24:36.420Z | Documenting unicode-width v0.1.11 |
2329 | 2023-11-28T18:24:37.689Z | Documenting ipnet v2.8.0 |
2330 | 2023-11-28T18:24:37.901Z | Documenting rustls v0.21.9 |
2331 | 2023-11-28T18:24:40.073Z | Documenting rustls-pemfile v1.0.3 |
2332 | 2023-11-28T18:24:40.541Z | Documenting indexmap v2.1.0 |
2333 | 2023-11-28T18:24:40.590Z | Documenting num-integer v0.1.45 |
2334 | 2023-11-28T18:24:40.715Z | Documenting h2 v0.3.21 |
2335 | 2023-11-28T18:24:44.006Z | Documenting time-macros v0.2.13 |
2336 | 2023-11-28T18:24:45.392Z | Documenting regex-automata v0.4.3 |
2337 | 2023-11-28T18:24:45.498Z | Documenting deranged v0.3.8 |
2338 | 2023-11-28T18:24:46.743Z | Documenting gimli v0.28.0 |
2339 | 2023-11-28T18:24:47.050Z | Documenting num_threads v0.1.6 |
2340 | 2023-11-28T18:24:47.680Z | Documenting utf8parse v0.2.1 |
2341 | 2023-11-28T18:24:51.056Z | Documenting time-core v0.1.1 |
2342 | 2023-11-28T18:24:51.432Z | Documenting tokio-rustls v0.24.1 |
2343 | 2023-11-28T18:24:51.868Z | Documenting native-tls v0.2.11 |
2344 | 2023-11-28T18:24:52.235Z | Documenting zerocopy v0.6.4 |
2345 | 2023-11-28T18:24:52.581Z | Documenting object v0.32.1 |
2346 | 2023-11-28T18:24:55.276Z | Documenting time v0.3.27 |
2347 | 2023-11-28T18:24:56.405Z | Documenting hyper v0.14.27 |
2348 | 2023-11-28T18:24:56.418Z | Documenting addr2line v0.21.0 |
2349 | 2023-11-28T18:24:58.110Z | Documenting regex v1.10.2 |
2350 | 2023-11-28T18:24:59.165Z | Documenting encoding_rs v0.8.33 |
2351 | 2023-11-28T18:25:00.145Z | Documenting crossbeam-utils v0.8.16 |
2352 | 2023-11-28T18:25:00.747Z | Checking pest_meta v2.7.2 |
2353 | 2023-11-28T18:25:01.913Z | Documenting rustc-demangle v0.1.23 |
2354 | 2023-11-28T18:25:02.316Z | Documenting tokio-native-tls v0.3.1 |
2355 | 2023-11-28T18:25:03.657Z | Documenting rustls-native-certs v0.6.3 |
2356 | 2023-11-28T18:25:06.155Z | Documenting serde_urlencoded v0.7.1 |
2357 | 2023-11-28T18:25:06.246Z | Documenting pest_meta v2.7.2 |
2358 | 2023-11-28T18:25:06.636Z | Checking pest_generator v2.7.2 |
2359 | 2023-11-28T18:25:06.803Z | Documenting anstyle v1.0.2 |
2360 | 2023-11-28T18:25:07.889Z | Documenting data-encoding v2.4.0 |
2361 | 2023-11-28T18:25:09.132Z | Documenting webpki-roots v0.25.2 |
2362 | 2023-11-28T18:25:10.345Z | Documenting ucd-trie v0.1.6 |
2363 | 2023-11-28T18:25:12.254Z | Documenting backtrace v0.3.69 |
2364 | 2023-11-28T18:25:12.426Z | Documenting pest_generator v2.7.2 |
2365 | 2023-11-28T18:25:12.787Z | Documenting anstyle-parse v0.2.1 |
2366 | 2023-11-28T18:25:12.961Z | Documenting syn v2.0.32 |
2367 | 2023-11-28T18:25:14.403Z | Documenting ipnetwork v0.20.0 |
2368 | 2023-11-28T18:25:14.833Z | Documenting sha2 v0.10.8 |
2369 | 2023-11-28T18:25:15.588Z | Documenting hyper-tls v0.5.0 |
2370 | 2023-11-28T18:25:16.413Z | Documenting hyper-rustls v0.24.2 |
2371 | 2023-11-28T18:25:17.515Z | Documenting pest v2.7.2 |
2372 | 2023-11-28T18:25:20.465Z | Documenting pest_derive v2.7.2 |
2373 | 2023-11-28T18:25:20.816Z | Documenting anyhow v1.0.75 |
2374 | 2023-11-28T18:25:22.291Z | Documenting futures-executor v0.3.29 |
2375 | 2023-11-28T18:25:22.800Z | Documenting hex v0.4.3 |
2376 | 2023-11-28T18:25:25.606Z | Documenting crc32fast v1.3.2 |
2377 | 2023-11-28T18:25:26.004Z | Checking serde_tokenstream v0.1.7 |
2378 | 2023-11-28T18:25:26.568Z | Documenting colorchoice v1.0.0 |
2379 | 2023-11-28T18:25:26.892Z | Documenting reqwest v0.11.22 |
2380 | 2023-11-28T18:25:27.822Z | Documenting anstyle-query v1.0.0 |
2381 | 2023-11-28T18:25:28.694Z | Documenting dtrace-parser v0.1.14 |
2382 | 2023-11-28T18:25:28.811Z | Documenting openapiv3 v2.0.0-rc.1 |
2383 | 2023-11-28T18:25:29.143Z | Documenting num-iter v0.1.43 |
2384 | 2023-11-28T18:25:30.678Z | Documenting hmac v0.12.1 |
2385 | 2023-11-28T18:25:31.199Z | Documenting dof v0.1.5 |
2386 | 2023-11-28T18:25:33.094Z | Documenting anstream v0.5.0 |
2387 | 2023-11-28T18:25:34.324Z | Documenting signal-hook v0.3.17 |
2388 | 2023-11-28T18:25:35.369Z | Documenting thread-id v4.2.0 |
2389 | 2023-11-28T18:25:37.860Z | Documenting terminal_size v0.2.6 |
2390 | 2023-11-28T18:25:37.870Z | Documenting memoffset v0.9.0 |
2391 | 2023-11-28T18:25:38.739Z | Documenting strsim v0.10.0 |
2392 | 2023-11-28T18:25:39.123Z | Documenting clap_lex v0.5.1 |
2393 | 2023-11-28T18:25:40.008Z | Documenting flate2 v1.0.28 |
2394 | 2023-11-28T18:25:40.337Z | Documenting futures v0.3.29 |
2395 | 2023-11-28T18:25:41.065Z | Documenting usdt-impl v0.3.5 |
2396 | 2023-11-28T18:25:41.849Z | Documenting usdt-macro v0.3.5 |
2397 | 2023-11-28T18:25:42.118Z | Documenting crossbeam-epoch v0.9.15 |
2398 | 2023-11-28T18:25:44.307Z | Documenting usdt-attr-macro v0.3.5 |
2399 | 2023-11-28T18:25:45.002Z | Documenting clap_derive v4.4.2 |
2400 | 2023-11-28T18:25:45.326Z | Documenting clap_builder v4.4.2 |
2401 | 2023-11-28T18:25:47.439Z | Documenting signal-hook-mio v0.2.3 |
2402 | 2023-11-28T18:25:48.000Z | Documenting signature v2.1.0 |
2403 | 2023-11-28T18:25:50.429Z | Documenting block-padding v0.3.3 |
2404 | 2023-11-28T18:25:50.502Z | Documenting hash32 v0.2.1 |
2405 | 2023-11-28T18:25:52.703Z | Documenting scheduled-thread-pool v0.2.7 |
2406 | 2023-11-28T18:25:52.880Z | Documenting usdt v0.3.5 |
2407 | 2023-11-28T18:25:53.235Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2408 | 2023-11-28T18:25:53.319Z | Documenting enum-as-inner v0.5.1 |
2409 | 2023-11-28T18:25:55.261Z | Documenting clap v4.4.3 |
2410 | 2023-11-28T18:25:55.306Z | Documenting pin-project-internal v1.1.3 |
2411 | 2023-11-28T18:25:56.551Z | Checking diesel_table_macro_syntax v0.1.0 |
2412 | 2023-11-28T18:25:56.740Z | Documenting diesel_table_macro_syntax v0.1.0 |
2413 | 2023-11-28T18:25:56.806Z | Documenting stable_deref_trait v1.2.0 |
2414 | 2023-11-28T18:25:58.521Z | Documenting unicode-segmentation v1.10.1 |
2415 | 2023-11-28T18:25:58.981Z | Documenting bzip2 v0.4.4 |
2416 | 2023-11-28T18:26:00.539Z | Documenting trust-dns-proto v0.22.0 |
2417 | 2023-11-28T18:26:00.861Z | Documenting heapless v0.7.16 |
2418 | 2023-11-28T18:26:01.588Z | Documenting r2d2 v0.8.10 |
2419 | 2023-11-28T18:26:02.511Z | Documenting pin-project v1.1.3 |
2420 | 2023-11-28T18:26:03.340Z | Documenting diesel_derives v2.1.1 |
2421 | 2023-11-28T18:26:03.567Z | Documenting inout v0.1.3 |
2422 | 2023-11-28T18:26:03.613Z | Documenting crossterm v0.27.0 |
2423 | 2023-11-28T18:26:04.955Z | Documenting md-5 v0.10.5 |
2424 | 2023-11-28T18:26:06.649Z | Documenting stringprep v0.1.3 |
2425 | 2023-11-28T18:26:07.930Z | Documenting toml_datetime v0.6.5 |
2426 | 2023-11-28T18:26:08.279Z | Documenting serde_spanned v0.6.4 |
2427 | 2023-11-28T18:26:09.651Z | Documenting doc-comment v0.3.3 |
2428 | 2023-11-28T18:26:12.071Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2429 | 2023-11-28T18:26:12.094Z | Documenting snafu-derive v0.7.5 |
2430 | 2023-11-28T18:26:12.474Z | Documenting either v1.9.0 |
2431 | 2023-11-28T18:26:13.850Z | Documenting static_assertions v1.1.0 |
2432 | 2023-11-28T18:26:13.897Z | Documenting bit-vec v0.6.3 |
2433 | 2023-11-28T18:26:14.273Z | Documenting fallible-iterator v0.2.0 |
2434 | 2023-11-28T18:26:14.305Z | Documenting siphasher v0.3.11 |
2435 | 2023-11-28T18:26:14.616Z | Documenting winnow v0.5.15 |
2436 | 2023-11-28T18:26:17.635Z | Documenting managed v0.8.0 |
2437 | 2023-11-28T18:26:18.349Z | Documenting diesel v2.1.4 |
2438 | 2023-11-28T18:26:18.409Z | Documenting cipher v0.4.4 |
2439 | 2023-11-28T18:26:18.632Z | Documenting phf_shared v0.11.2 |
2440 | 2023-11-28T18:26:19.961Z | Documenting zip v0.6.6 |
2441 | 2023-11-28T18:26:21.793Z | Documenting postgres-protocol v0.6.6 |
2442 | 2023-11-28T18:26:22.293Z | Documenting toml_edit v0.21.0 |
2443 | 2023-11-28T18:26:22.555Z | Documenting smoltcp v0.9.1 |
2444 | 2023-11-28T18:26:23.603Z | Documenting snafu v0.7.5 |
2445 | 2023-11-28T18:26:24.289Z | Documenting num-bigint v0.4.4 |
2446 | 2023-11-28T18:26:27.030Z | Documenting hubpack v0.1.2 |
2447 | 2023-11-28T18:26:28.595Z | Documenting regress v0.7.1 |
2448 | 2023-11-28T18:26:30.134Z | Documenting bstr v1.6.0 |
2449 | 2023-11-28T18:26:30.310Z | Documenting serde_repr v0.1.16 |
2450 | 2023-11-28T18:26:30.575Z | Documenting precomputed-hash v0.1.1 |
2451 | 2023-11-28T18:26:31.584Z | Documenting fixedbitset v0.4.2 |
2452 | 2023-11-28T18:26:33.774Z | Documenting new_debug_unreachable v1.0.4 |
2453 | 2023-11-28T18:26:34.864Z | Documenting lalrpop-util v0.19.12 |
2454 | 2023-11-28T18:26:36.092Z | Documenting yasna v0.5.2 |
2455 | 2023-11-28T18:26:36.402Z | Documenting petgraph v0.6.4 |
2456 | 2023-11-28T18:26:36.720Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2457 | 2023-11-28T18:26:37.747Z | Documenting postgres-types v0.2.6 |
2458 | 2023-11-28T18:26:37.986Z | Documenting string_cache v0.8.7 |
2459 | 2023-11-28T18:26:38.897Z | Documenting phf v0.11.2 |
2460 | 2023-11-28T18:26:41.157Z | Documenting console v0.15.7 |
2461 | 2023-11-28T18:26:44.722Z | Documenting semver v1.0.20 |
2462 | 2023-11-28T18:26:44.969Z | Documenting float-cmp v0.9.0 |
2463 | 2023-11-28T18:26:45.286Z | Documenting heck v0.4.1 |
2464 | 2023-11-28T18:26:46.944Z | Checking unsafe-libyaml v0.2.9 |
2465 | 2023-11-28T18:26:47.207Z | Documenting normalize-line-endings v0.3.0 |
2466 | 2023-11-28T18:26:47.324Z | Documenting difflib v0.4.0 |
2467 | 2023-11-28T18:26:48.310Z | Documenting predicates-core v1.0.6 |
2468 | 2023-11-28T18:26:48.844Z | Documenting whoami v1.4.1 |
2469 | 2023-11-28T18:26:51.178Z | Documenting bit-set v0.5.3 |
2470 | 2023-11-28T18:26:51.575Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2471 | 2023-11-28T18:26:51.741Z | Documenting similar v2.2.1 |
2472 | 2023-11-28T18:26:51.964Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2473 | 2023-11-28T18:26:52.783Z | Documenting tokio-stream v0.1.14 |
2474 | 2023-11-28T18:26:52.989Z | Documenting unsafe-libyaml v0.2.9 |
2475 | 2023-11-28T18:26:53.933Z | Documenting predicates v3.0.4 |
2476 | 2023-11-28T18:26:54.462Z | Documenting tokio-postgres v0.7.10 |
2477 | 2023-11-28T18:26:57.325Z | Checking ident_case v1.0.1 |
2478 | 2023-11-28T18:26:57.553Z | Checking serde_yaml v0.9.25 |
2479 | 2023-11-28T18:26:58.281Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2480 | 2023-11-28T18:26:58.667Z | Documenting serde_yaml v0.9.25 |
2481 | 2023-11-28T18:27:00.557Z | Documenting getopts v0.2.21 |
2482 | 2023-11-28T18:27:00.808Z | Documenting match_cfg v0.1.0 |
2483 | 2023-11-28T18:27:02.172Z | Documenting sha1 v0.10.6 |
2484 | 2023-11-28T18:27:02.925Z | Documenting dirs-sys-next v0.1.2 |
2485 | 2023-11-28T18:27:03.119Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2486 | 2023-11-28T18:27:04.869Z | Documenting hostname v0.3.1 |
2487 | 2023-11-28T18:27:06.816Z | Documenting thread_local v1.1.7 |
2488 | 2023-11-28T18:27:07.161Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2489 | 2023-11-28T18:27:08.743Z | Documenting dirs-next v2.0.0 |
2490 | 2023-11-28T18:27:09.420Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2491 | 2023-11-28T18:27:09.441Z | Documenting paste v1.0.14 |
2492 | 2023-11-28T18:27:10.559Z | Documenting crossbeam-channel v0.5.8 |
2493 | 2023-11-28T18:27:10.660Z | Documenting atty v0.2.14 |
2494 | 2023-11-28T18:27:13.014Z | Documenting take_mut v0.2.2 |
2495 | 2023-11-28T18:27:13.612Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2496 | 2023-11-28T18:27:14.391Z | Documenting term v0.7.0 |
2497 | 2023-11-28T18:27:14.796Z | Documenting slog-json v2.6.1 |
2498 | 2023-11-28T18:27:15.296Z | Documenting camino v1.1.6 |
2499 | 2023-11-28T18:27:15.644Z | Documenting async-stream-impl v0.3.5 |
2500 | 2023-11-28T18:27:16.760Z | Documenting atomic-waker v1.1.1 |
2501 | 2023-11-28T18:27:18.507Z | Documenting slog-async v2.8.0 |
2502 | 2023-11-28T18:27:18.979Z | Documenting debug-ignore v1.0.5 |
2503 | 2023-11-28T18:27:20.307Z | Documenting slog-term v2.9.0 |
2504 | 2023-11-28T18:27:20.978Z | Documenting waitgroup v0.1.2 |
2505 | 2023-11-28T18:27:21.643Z | Documenting slog-bunyan v2.4.0 |
2506 | 2023-11-28T18:27:22.229Z | Checking darling_core v0.20.3 |
2507 | 2023-11-28T18:27:22.272Z | Documenting async-stream v0.3.5 |
2508 | 2023-11-28T18:27:23.185Z | Documenting toml v0.8.8 |
2509 | 2023-11-28T18:27:24.908Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2510 | 2023-11-28T18:27:25.238Z | Documenting multer v2.1.0 |
2511 | 2023-11-28T18:27:25.500Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2512 | 2023-11-28T18:27:26.426Z | Documenting serde_path_to_error v0.1.14 |
2513 | 2023-11-28T18:27:27.772Z | Documenting strum v0.25.0 |
2514 | 2023-11-28T18:27:27.981Z | Checking darling v0.20.3 |
2515 | 2023-11-28T18:27:28.130Z | Documenting serde_with_macros v2.3.3 |
2516 | 2023-11-28T18:27:28.363Z | Documenting structmeta-derive v0.2.0 |
2517 | 2023-11-28T18:27:31.567Z | Checking structmeta v0.2.0 |
2518 | 2023-11-28T18:27:31.922Z | Documenting instant v0.1.12 |
2519 | 2023-11-28T18:27:32.331Z | Checking regex-syntax v0.7.5 |
2520 | 2023-11-28T18:27:32.714Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2521 | 2023-11-28T18:27:32.825Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2522 | 2023-11-28T18:27:33.293Z | Documenting macaddr v1.0.1 |
2523 | 2023-11-28T18:27:36.036Z | Documenting structmeta v0.2.0 |
2524 | 2023-11-28T18:27:36.610Z | Documenting serde_with v2.3.3 |
2525 | 2023-11-28T18:27:37.449Z | Documenting backoff v0.4.0 |
2526 | 2023-11-28T18:27:37.753Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2527 | 2023-11-28T18:27:39.271Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2023-11-28T18:27:39.415Z | Documenting is-terminal v0.4.9 |
2529 | 2023-11-28T18:27:41.823Z | Documenting base64ct v1.6.0 |
2530 | 2023-11-28T18:27:42.442Z | Documenting parse-display-derive v0.8.2 |
2531 | 2023-11-28T18:27:43.596Z | Checking proc-macro-crate v1.3.1 |
2532 | 2023-11-28T18:27:43.942Z | Documenting proc-macro-crate v1.3.1 |
2533 | 2023-11-28T18:27:44.082Z | Documenting proc-macro-error-attr v1.0.4 |
2534 | 2023-11-28T18:27:45.733Z | Checking proc-macro-error v1.0.4 |
2535 | 2023-11-28T18:27:46.169Z | Documenting postcard-cobs v0.1.5-pre |
2536 | 2023-11-28T18:27:46.531Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2537 | 2023-11-28T18:27:48.132Z | Documenting foreign-types-macros v0.2.3 |
2538 | 2023-11-28T18:27:48.247Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2539 | 2023-11-28T18:27:49.909Z | Documenting proc-macro-error v1.0.4 |
2540 | 2023-11-28T18:27:50.428Z | Documenting postcard v0.7.3 |
2541 | 2023-11-28T18:27:51.100Z | Documenting parse-display v0.8.2 |
2542 | 2023-11-28T18:27:51.321Z | Documenting num_enum_derive v0.5.11 |
2543 | 2023-11-28T18:27:52.683Z | Documenting foreign-types-shared v0.3.1 |
2544 | 2023-11-28T18:27:53.226Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2545 | 2023-11-28T18:27:53.636Z | Documenting crucible-workspace-hack v0.1.0 |
2546 | 2023-11-28T18:27:55.123Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2547 | 2023-11-28T18:27:56.132Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2548 | 2023-11-28T18:27:56.399Z | Documenting cstr-argument v0.1.2 |
2549 | 2023-11-28T18:27:56.840Z | Documenting foreign-types v0.5.0 |
2550 | 2023-11-28T18:27:57.138Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2551 | 2023-11-28T18:27:57.409Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2552 | 2023-11-28T18:27:59.073Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2553 | 2023-11-28T18:28:00.560Z | Documenting num_enum v0.5.11 |
2554 | 2023-11-28T18:28:01.175Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2555 | 2023-11-28T18:28:01.853Z | Documenting colored v2.0.4 |
2556 | 2023-11-28T18:28:02.518Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2557 | 2023-11-28T18:28:02.836Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2558 | 2023-11-28T18:28:03.787Z | Documenting zone_cfg_derive v0.3.0 |
2559 | 2023-11-28T18:28:05.448Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2560 | 2023-11-28T18:28:06.055Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2561 | 2023-11-28T18:28:06.997Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2562 | 2023-11-28T18:28:07.489Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2563 | 2023-11-28T18:28:08.856Z | Documenting num-derive v0.4.0 |
2564 | 2023-11-28T18:28:09.092Z | Documenting smf v0.2.2 |
2565 | 2023-11-28T18:28:11.404Z | Documenting zone v0.3.0 |
2566 | 2023-11-28T18:28:11.648Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2567 | 2023-11-28T18:28:12.980Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2568 | 2023-11-28T18:28:13.402Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2569 | 2023-11-28T18:28:13.609Z | Documenting linked-hash-map v0.5.6 |
2570 | 2023-11-28T18:28:15.056Z | Documenting fastrand v2.0.0 |
2571 | 2023-11-28T18:28:15.718Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2572 | 2023-11-28T18:28:16.893Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2573 | 2023-11-28T18:28:19.980Z | Documenting lru-cache v0.1.2 |
2574 | 2023-11-28T18:28:20.206Z | Documenting password-hash v0.5.0 |
2575 | 2023-11-28T18:28:20.498Z | Documenting blake2 v0.10.6 |
2576 | 2023-11-28T18:28:21.224Z | Documenting tempfile v3.8.1 |
2577 | 2023-11-28T18:28:21.677Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2578 | 2023-11-28T18:28:22.681Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2023-11-28T18:28:23.147Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2580 | 2023-11-28T18:28:23.352Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2581 | 2023-11-28T18:28:23.544Z | Checking heck v0.3.3 |
2582 | 2023-11-28T18:28:23.771Z | Documenting structopt-derive v0.4.18 |
2583 | 2023-11-28T18:28:25.610Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2584 | 2023-11-28T18:28:26.330Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2585 | 2023-11-28T18:28:26.960Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2586 | 2023-11-28T18:28:27.960Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2587 | 2023-11-28T18:28:28.182Z | Documenting argon2 v0.5.2 |
2588 | 2023-11-28T18:28:29.691Z | Documenting pem-rfc7468 v0.7.0 |
2589 | 2023-11-28T18:28:31.594Z | Documenting libefi-sys v0.1.0 |
2590 | 2023-11-28T18:28:32.305Z | Documenting structopt v0.3.26 |
2591 | 2023-11-28T18:28:35.205Z | Documenting der_derive v0.7.2 |
2592 | 2023-11-28T18:28:35.624Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2593 | 2023-11-28T18:28:35.812Z | Documenting flagset v0.4.3 |
2594 | 2023-11-28T18:28:37.613Z | Documenting quick-error v1.2.3 |
2595 | 2023-11-28T18:28:38.457Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2596 | 2023-11-28T18:28:38.702Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2597 | 2023-11-28T18:28:40.097Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2598 | 2023-11-28T18:28:40.558Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2599 | 2023-11-28T18:28:43.053Z | Documenting der v0.7.8 |
2600 | 2023-11-28T18:28:43.200Z | Documenting resolv-conf v0.7.0 |
2601 | 2023-11-28T18:28:43.924Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2602 | 2023-11-28T18:28:44.807Z | Documenting cancel-safe-futures v0.1.5 |
2603 | 2023-11-28T18:28:45.729Z | Documenting tap v1.0.1 |
2604 | 2023-11-28T18:28:45.921Z | Documenting convert_case v0.4.0 |
2605 | 2023-11-28T18:28:47.311Z | Checking convert_case v0.4.0 |
2606 | 2023-11-28T18:28:47.640Z | Documenting radium v0.7.0 |
2607 | 2023-11-28T18:28:49.222Z | Documenting trust-dns-resolver v0.22.0 |
2608 | 2023-11-28T18:28:50.115Z | Documenting wyz v0.5.1 |
2609 | 2023-11-28T18:28:50.679Z | Documenting spki v0.7.2 |
2610 | 2023-11-28T18:28:51.613Z | Documenting derive_more v0.99.17 |
2611 | 2023-11-28T18:28:52.357Z | Documenting arc-swap v1.6.0 |
2612 | 2023-11-28T18:28:53.937Z | Documenting crc-catalog v2.2.0 |
2613 | 2023-11-28T18:28:54.722Z | Documenting funty v2.0.0 |
2614 | 2023-11-28T18:28:56.955Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2615 | 2023-11-28T18:28:57.610Z | Documenting pkcs8 v0.10.2 |
2616 | 2023-11-28T18:28:58.200Z | Documenting slog-scope v4.4.0 |
2617 | 2023-11-28T18:28:58.393Z | Documenting crc v3.0.1 |
2618 | 2023-11-28T18:28:58.926Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2619 | 2023-11-28T18:28:59.464Z | Documenting bitvec v1.0.1 |
2620 | 2023-11-28T18:29:00.310Z | Documenting num-rational v0.4.1 |
2621 | 2023-11-28T18:29:00.896Z | Documenting hkdf v0.12.3 |
2622 | 2023-11-28T18:29:02.887Z | Documenting num-complex v0.4.4 |
2623 | 2023-11-28T18:29:03.075Z | Documenting packed_struct_codegen v0.10.1 |
2624 | 2023-11-28T18:29:04.367Z | Documenting ciborium-io v0.2.1 |
2625 | 2023-11-28T18:29:04.574Z | Documenting nodrop v0.1.14 |
2626 | 2023-11-28T18:29:06.741Z | Documenting half v1.8.2 |
2627 | 2023-11-28T18:29:07.807Z | Documenting slog-stdlog v4.1.1 |
2628 | 2023-11-28T18:29:08.215Z | Documenting pkcs1 v0.7.5 |
2629 | 2023-11-28T18:29:08.845Z | Documenting array-init v0.0.4 |
2630 | 2023-11-28T18:29:09.924Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2631 | 2023-11-28T18:29:10.446Z | Documenting num v0.4.1 |
2632 | 2023-11-28T18:29:11.231Z | Documenting slog-dtrace v0.2.3 |
2633 | 2023-11-28T18:29:11.234Z | Documenting ciborium-ll v0.2.1 |
2634 | 2023-11-28T18:29:11.717Z | Documenting packed_struct v0.10.1 |
2635 | 2023-11-28T18:29:12.186Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2636 | 2023-11-28T18:29:13.629Z | Documenting num-bigint-dig v0.8.4 |
2637 | 2023-11-28T18:29:14.292Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2638 | 2023-11-28T18:29:15.197Z | Documenting xattr v1.0.1 |
2639 | 2023-11-28T18:29:17.469Z | Documenting filetime v0.2.22 |
2640 | 2023-11-28T18:29:19.094Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2641 | 2023-11-28T18:29:20.976Z | Documenting keccak v0.1.4 |
2642 | 2023-11-28T18:29:21.246Z | Documenting swrite v0.1.0 |
2643 | 2023-11-28T18:29:23.248Z | Documenting termcolor v1.2.0 |
2644 | 2023-11-28T18:29:23.424Z | Documenting bitfield v0.14.0 |
2645 | 2023-11-28T18:29:25.432Z | Documenting sha3 v0.10.8 |
2646 | 2023-11-28T18:29:26.356Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2647 | 2023-11-28T18:29:26.863Z | Documenting rsa v0.9.2 |
2648 | 2023-11-28T18:29:26.877Z | Documenting tar v0.4.40 |
2649 | 2023-11-28T18:29:27.848Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2650 | 2023-11-28T18:29:29.058Z | Documenting ciborium v0.2.1 |
2651 | 2023-11-28T18:29:29.821Z | Documenting env_logger v0.10.0 |
2652 | 2023-11-28T18:29:32.990Z | Documenting slog-envlogger v2.2.0 |
2653 | 2023-11-28T18:29:33.328Z | Documenting serde-hex v0.1.0 |
2654 | 2023-11-28T18:29:35.733Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2655 | 2023-11-28T18:29:36.569Z | Documenting x509-cert v0.2.4 |
2656 | 2023-11-28T18:29:38.246Z | Documenting newtype_derive v0.1.6 |
2657 | 2023-11-28T18:29:39.923Z | Documenting libsw v3.3.0 |
2658 | 2023-11-28T18:29:41.038Z | Documenting pem v3.0.2 |
2659 | 2023-11-28T18:29:41.514Z | Documenting ron v0.8.1 |
2660 | 2023-11-28T18:29:42.404Z | Documenting fxhash v0.2.1 |
2661 | 2023-11-28T18:29:43.226Z | Documenting secrecy v0.8.0 |
2662 | 2023-11-28T18:29:43.660Z | Documenting derive-where v1.2.5 |
2663 | 2023-11-28T18:29:45.311Z | Documenting utf-8 v0.7.6 |
2664 | 2023-11-28T18:29:46.588Z | Documenting owo-colors v3.5.0 |
2665 | 2023-11-28T18:29:46.739Z | Documenting crc-any v2.4.3 |
2666 | 2023-11-28T18:29:47.052Z | Documenting linear-map v1.2.0 |
2667 | 2023-11-28T18:29:48.162Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2668 | 2023-11-28T18:29:48.250Z | Documenting steno v0.4.0 |
2669 | 2023-11-28T18:29:49.274Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2670 | 2023-11-28T18:29:50.789Z | Documenting tungstenite v0.20.1 |
2671 | 2023-11-28T18:29:51.364Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2672 | 2023-11-28T18:29:53.457Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2673 | 2023-11-28T18:29:53.927Z | Documenting path-slash v0.1.5 |
2674 | 2023-11-28T18:29:54.063Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2675 | 2023-11-28T18:29:55.477Z | Documenting same-file v1.0.6 |
2676 | 2023-11-28T18:29:59.468Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2677 | 2023-11-28T18:30:00.813Z | Documenting tokio-tungstenite v0.20.1 |
2678 | 2023-11-28T18:30:01.546Z | Documenting walkdir v2.4.0 |
2679 | 2023-11-28T18:30:04.890Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2680 | 2023-11-28T18:30:04.916Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2681 | 2023-11-28T18:30:07.398Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2682 | 2023-11-28T18:30:08.058Z | Documenting buf-list v1.0.3 |
2683 | 2023-11-28T18:30:12.014Z | Documenting camino-tempfile v1.1.1 |
2684 | 2023-11-28T18:30:12.879Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2685 | 2023-11-28T18:30:15.365Z | Checking darling_core v0.14.4 |
2686 | 2023-11-28T18:30:18.286Z | Documenting itertools v0.12.0 |
2687 | 2023-11-28T18:30:18.967Z | Documenting nibble_vec v0.1.0 |
2688 | 2023-11-28T18:30:19.681Z | Documenting glob v0.3.1 |
2689 | 2023-11-28T18:30:25.164Z | Documenting endian-type v0.1.2 |
2690 | 2023-11-28T18:30:25.706Z | Checking darling v0.14.4 |
2691 | 2023-11-28T18:30:25.865Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2692 | 2023-11-28T18:30:26.490Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2693 | 2023-11-28T18:30:27.272Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2023-11-28T18:30:27.825Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2695 | 2023-11-28T18:30:29.699Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2696 | 2023-11-28T18:30:31.165Z | Documenting radix_trie v0.2.1 |
2697 | 2023-11-28T18:30:31.599Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2698 | 2023-11-28T18:30:33.735Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2699 | 2023-11-28T18:30:34.040Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2700 | 2023-11-28T18:30:37.330Z | Documenting trust-dns-client v0.22.0 |
2701 | 2023-11-28T18:30:38.645Z | Documenting globset v0.4.13 |
2702 | 2023-11-28T18:30:42.836Z | Documenting crossbeam-deque v0.8.3 |
2703 | 2023-11-28T18:30:46.976Z | Documenting headers-core v0.2.0 |
2704 | 2023-11-28T18:30:48.717Z | Documenting olpc-cjson v0.1.3 |
2705 | 2023-11-28T18:30:49.052Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2706 | 2023-11-28T18:30:49.164Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2707 | 2023-11-28T18:30:49.332Z | Documenting serde_plain v1.0.2 |
2708 | 2023-11-28T18:30:49.625Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2709 | 2023-11-28T18:30:50.803Z | Documenting async-recursion v1.0.5 |
2710 | 2023-11-28T18:30:53.810Z | Documenting display-error-chain v0.2.0 |
2711 | 2023-11-28T18:30:55.219Z | Documenting typed-path v0.6.0 |
2712 | 2023-11-28T18:30:55.587Z | Documenting headers v0.3.9 |
2713 | 2023-11-28T18:30:55.959Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2714 | 2023-11-28T18:30:57.528Z | Documenting trust-dns-server v0.22.1 |
2715 | 2023-11-28T18:30:57.634Z | Documenting rayon-core v1.12.0 |
2716 | 2023-11-28T18:30:59.688Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2023-11-28T18:31:02.160Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2718 | 2023-11-28T18:31:02.270Z | Documenting derive_builder_core v0.12.0 |
2719 | 2023-11-28T18:31:02.530Z | Checking derive_builder_core v0.12.0 |
2720 | 2023-11-28T18:31:03.126Z | Documenting tough v0.15.0 |
2721 | 2023-11-28T18:31:03.960Z | Documenting sled v0.34.7 |
2722 | 2023-11-28T18:31:04.000Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2723 | 2023-11-28T18:31:04.026Z | Documenting unicase v2.7.0 |
2724 | 2023-11-28T18:31:05.158Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2725 | 2023-11-28T18:31:05.487Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2726 | 2023-11-28T18:31:05.906Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2023-11-28T18:31:06.126Z | Documenting bcs v0.1.6 |
2728 | 2023-11-28T18:31:06.368Z | Documenting ff v0.13.0 |
2729 | 2023-11-28T18:31:08.792Z | Documenting highway v1.1.0 |
2730 | 2023-11-28T18:31:10.954Z | Documenting pretty-hex v0.3.0 |
2731 | 2023-11-28T18:31:12.339Z | Documenting mime_guess v2.0.4 |
2732 | 2023-11-28T18:31:12.529Z | Documenting group v0.13.0 |
2733 | 2023-11-28T18:31:12.752Z | Documenting rayon v1.8.0 |
2734 | 2023-11-28T18:31:12.969Z | Documenting derive_builder_macro v0.12.0 |
2735 | 2023-11-28T18:31:14.592Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2736 | 2023-11-28T18:31:15.641Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2737 | 2023-11-28T18:31:18.232Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2738 | 2023-11-28T18:31:20.953Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2739 | 2023-11-28T18:31:24.502Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2740 | 2023-11-28T18:31:25.582Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2741 | 2023-11-28T18:31:33.066Z | Documenting portable-atomic v1.4.3 |
2742 | 2023-11-28T18:31:35.367Z | Documenting ed25519 v1.5.3 |
2743 | 2023-11-28T18:31:38.685Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2744 | 2023-11-28T18:31:39.836Z | Documenting universal-hash v0.5.1 |
2745 | 2023-11-28T18:31:40.252Z | Documenting crypto-bigint v0.5.2 |
2746 | 2023-11-28T18:31:44.772Z | Documenting kstat-rs v0.2.3 |
2747 | 2023-11-28T18:31:46.264Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2748 | 2023-11-28T18:31:47.505Z | Documenting thiserror-impl-no-std v2.0.2 |
2749 | 2023-11-28T18:31:48.680Z | Documenting ref-cast-impl v1.0.20 |
2750 | 2023-11-28T18:31:49.297Z | Documenting curve25519-dalek-derive v0.1.0 |
2751 | 2023-11-28T18:31:51.177Z | Documenting vte_generate_state_changes v0.1.1 |
2752 | 2023-11-28T18:31:51.945Z | Documenting opaque-debug v0.3.0 |
2753 | 2023-11-28T18:31:55.657Z | Documenting cassowary v0.3.0 |
2754 | 2023-11-28T18:31:56.149Z | Documenting base16ct v0.2.0 |
2755 | 2023-11-28T18:31:56.682Z | Documenting number_prefix v0.4.0 |
2756 | 2023-11-28T18:31:56.947Z | Documenting poly1305 v0.8.0 |
2757 | 2023-11-28T18:31:56.975Z | Documenting ref-cast v1.0.20 |
2758 | 2023-11-28T18:31:57.143Z | Documenting vte v0.11.1 |
2759 | 2023-11-28T18:32:00.475Z | Documenting elliptic-curve v0.13.5 |
2760 | 2023-11-28T18:32:01.093Z | Documenting curve25519-dalek v4.1.0 |
2761 | 2023-11-28T18:32:01.664Z | Documenting ratatui v0.23.0 |
2762 | 2023-11-28T18:32:02.386Z | Documenting indicatif v0.17.7 |
2763 | 2023-11-28T18:32:03.774Z | Documenting thiserror-no-std v2.0.2 |
2764 | 2023-11-28T18:32:04.389Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2765 | 2023-11-28T18:32:07.293Z | Documenting salty v0.2.0 |
2766 | 2023-11-28T18:32:08.036Z | Documenting derive_builder v0.12.0 |
2767 | 2023-11-28T18:32:10.147Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2023-11-28T18:32:10.803Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2769 | 2023-11-28T18:32:12.437Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2770 | 2023-11-28T18:32:13.869Z | Documenting fs-err v2.11.0 |
2771 | 2023-11-28T18:32:16.958Z | Documenting polar-core v0.27.0 |
2772 | 2023-11-28T18:32:20.290Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2773 | 2023-11-28T18:32:20.334Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2774 | 2023-11-28T18:32:24.703Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2775 | 2023-11-28T18:32:27.151Z | Documenting libxml v0.3.3 |
2776 | 2023-11-28T18:32:30.380Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2777 | 2023-11-28T18:32:34.886Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2778 | 2023-11-28T18:32:37.217Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2023-11-28T18:32:37.643Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2780 | 2023-11-28T18:32:40.838Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2781 | 2023-11-28T18:32:41.034Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2782 | 2023-11-28T18:32:41.835Z | Documenting chacha20 v0.9.1 |
2783 | 2023-11-28T18:32:43.073Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2784 | 2023-11-28T18:32:44.798Z | Documenting bb8 v0.8.1 |
2785 | 2023-11-28T18:32:45.082Z | Documenting aead v0.5.2 |
2786 | 2023-11-28T18:32:46.600Z | Documenting serde-big-array v0.5.1 |
2787 | 2023-11-28T18:32:49.563Z | Documenting bytesize v1.3.0 |
2788 | 2023-11-28T18:32:49.719Z | Documenting quick-xml v0.23.1 |
2789 | 2023-11-28T18:32:51.952Z | Documenting rtoolbox v0.0.1 |
2790 | 2023-11-28T18:32:53.503Z | Documenting impl-trait-for-tuples v0.2.2 |
2791 | 2023-11-28T18:32:54.139Z | Documenting oso-derive v0.27.0 |
2792 | 2023-11-28T18:32:54.499Z | Documenting is_ci v1.1.1 |
2793 | 2023-11-28T18:32:56.472Z | Documenting smawk v0.3.1 |
2794 | 2023-11-28T18:32:57.790Z | Documenting humantime v2.1.0 |
2795 | 2023-11-28T18:32:58.136Z | Documenting maplit v1.0.2 |
2796 | 2023-11-28T18:32:58.281Z | Documenting unicode-linebreak v0.1.5 |
2797 | 2023-11-28T18:33:00.172Z | Documenting supports-color v2.1.0 |
2798 | 2023-11-28T18:33:00.658Z | Documenting rpassword v7.3.1 |
2799 | 2023-11-28T18:33:02.368Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2800 | 2023-11-28T18:33:02.555Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2801 | 2023-11-28T18:33:02.864Z | Documenting textwrap v0.16.0 |
2802 | 2023-11-28T18:33:03.511Z | Documenting chacha20poly1305 v0.10.1 |
2803 | 2023-11-28T18:33:03.648Z | Documenting oso v0.27.0 |
2804 | 2023-11-28T18:33:05.269Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2805 | 2023-11-28T18:33:07.210Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2806 | 2023-11-28T18:33:07.468Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2807 | 2023-11-28T18:33:13.016Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2808 | 2023-11-28T18:33:13.673Z | Documenting vsss-rs v3.3.1 |
2809 | 2023-11-28T18:33:19.859Z | Documenting tui-tree-widget v0.13.0 |
2810 | 2023-11-28T18:33:20.545Z | Documenting strip-ansi-escapes v0.2.0 |
2811 | 2023-11-28T18:33:21.818Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2812 | 2023-11-28T18:33:24.980Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2813 | 2023-11-28T18:33:26.457Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2814 | 2023-11-28T18:33:28.592Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2023-11-28T18:33:29.175Z | Documenting cookie v0.18.0 |
2816 | 2023-11-28T18:33:32.649Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2817 | 2023-11-28T18:33:34.597Z | Documenting rcgen v0.11.3 |
2818 | 2023-11-28T18:33:36.249Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2819 | 2023-11-28T18:33:37.523Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2820 | 2023-11-28T18:33:38.610Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2821 | 2023-11-28T18:33:39.188Z | Documenting atomicwrites v0.4.2 |
2822 | 2023-11-28T18:33:44.970Z | Documenting signal-hook-tokio v0.3.1 |
2823 | 2023-11-28T18:33:45.481Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2824 | 2023-11-28T18:33:45.709Z | Documenting fd-lock v3.0.13 |
2825 | 2023-11-28T18:33:48.223Z | Documenting subprocess v0.2.9 |
2826 | 2023-11-28T18:33:51.939Z | Documenting shell-words v1.1.0 |
2827 | 2023-11-28T18:33:52.261Z | Documenting http-range v0.1.5 |
2828 | 2023-11-28T18:33:53.354Z | Documenting nu-ansi-term v0.49.0 |
2829 | 2023-11-28T18:33:53.743Z | Documenting corncobs v0.1.3 |
2830 | 2023-11-28T18:33:54.453Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2831 | 2023-11-28T18:33:57.956Z | Documenting hyper-staticfile v0.9.5 |
2832 | 2023-11-28T18:33:58.274Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2833 | 2023-11-28T18:33:58.622Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2834 | 2023-11-28T18:33:59.199Z | Documenting reedline v0.26.0 |
2835 | 2023-11-28T18:34:01.385Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2836 | 2023-11-28T18:34:05.386Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2837 | 2023-11-28T18:34:08.543Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2838 | 2023-11-28T18:34:09.320Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2839 | 2023-11-28T18:34:10.600Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2840 | 2023-11-28T18:34:11.126Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2841 | 2023-11-28T18:34:13.227Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2842 | 2023-11-28T18:34:25.281Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2843 | 2023-11-28T18:34:29.075Z | Documenting fatfs v0.3.6 |
2844 | 2023-11-28T18:34:36.692Z | Documenting nanorand v0.7.0 |
2845 | 2023-11-28T18:34:41.888Z | Documenting assert_matches v1.5.0 |
2846 | 2023-11-28T18:34:42.986Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2847 | 2023-11-28T18:34:43.176Z | Documenting flume v0.11.0 |
2848 | 2023-11-28T18:34:43.420Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2849 | 2023-11-28T18:34:44.638Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2023-11-28T18:34:46.081Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2851 | 2023-11-28T18:34:46.218Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2852 | 2023-11-28T18:34:48.207Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2023-11-28T18:34:49.779Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2854 | 2023-11-28T18:34:50.509Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2855 | 2023-11-28T18:34:54.737Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2856 | 2023-11-28T18:35:15.894Z | Documenting omicron-zone-package v0.9.1 |
2857 | 2023-11-28T18:35:22.680Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2858 | 2023-11-28T18:35:23.883Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2859 | 2023-11-28T18:35:24.002Z | Documenting termios v0.3.3 |
2860 | 2023-11-28T18:35:27.447Z | Documenting topological-sort v0.2.2 |
2861 | 2023-11-28T18:35:29.287Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2862 | 2023-11-28T18:35:29.889Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2863 | 2023-11-28T18:35:32.457Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2864 | 2023-11-28T18:35:33.388Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2865 | 2023-11-28T18:35:33.907Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2866 | 2023-11-28T18:35:56.489Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2867 | 2023-11-28T18:35:56.489Z | --> sled-agent/src/sim/instance.rs:46:7 |
2868 | 2023-11-28T18:35:56.489Z | | |
2869 | 2023-11-28T18:35:56.489Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2870 | 2023-11-28T18:35:56.490Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2871 | 2023-11-28T18:35:56.490Z | | |
2872 | 2023-11-28T18:35:56.490Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2873 | 2023-11-28T18:35:56.490Z | |
2874 | 2023-11-28T18:36:00.669Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2875 | 2023-11-28T18:36:20.354Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2876 | 2023-11-28T18:36:21.418Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2877 | 2023-11-28T18:36:35.237Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2878 | 2023-11-28T18:36:36.075Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2879 | 2023-11-28T18:36:39.148Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2880 | 2023-11-28T18:36:51.152Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2881 | 2023-11-28T18:37:06.717Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2882 | 2023-11-28T18:38:04.802Z | warning: unresolved link to `VolumeConstructionRequest` |
2883 | 2023-11-28T18:38:04.802Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2884 | 2023-11-28T18:38:04.802Z | | |
2885 | 2023-11-28T18:38:04.802Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2886 | 2023-11-28T18:38:04.802Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2887 | 2023-11-28T18:38:04.802Z | | |
2888 | 2023-11-28T18:38:04.802Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2889 | 2023-11-28T18:38:04.803Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2890 | 2023-11-28T18:38:04.803Z | |
2891 | 2023-11-28T18:38:04.808Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2892 | 2023-11-28T18:38:04.808Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2893 | 2023-11-28T18:38:04.808Z | | |
2894 | 2023-11-28T18:38:04.808Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2895 | 2023-11-28T18:38:04.808Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2896 | 2023-11-28T18:38:04.808Z | |
2897 | 2023-11-28T18:38:04.808Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2898 | 2023-11-28T18:38:04.808Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2899 | 2023-11-28T18:38:04.808Z | | |
2900 | 2023-11-28T18:38:04.808Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2901 | 2023-11-28T18:38:04.808Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2902 | 2023-11-28T18:38:04.808Z | |
2903 | 2023-11-28T18:38:04.808Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2904 | 2023-11-28T18:38:04.811Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2905 | 2023-11-28T18:38:04.811Z | | |
2906 | 2023-11-28T18:38:04.811Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2907 | 2023-11-28T18:38:04.811Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2908 | 2023-11-28T18:38:04.811Z | |
2909 | 2023-11-28T18:38:04.811Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2910 | 2023-11-28T18:38:04.811Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2911 | 2023-11-28T18:38:04.811Z | | |
2912 | 2023-11-28T18:38:04.811Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2913 | 2023-11-28T18:38:04.811Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2914 | 2023-11-28T18:38:04.811Z | |
2915 | 2023-11-28T18:38:04.811Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2916 | 2023-11-28T18:38:04.811Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2917 | 2023-11-28T18:38:04.811Z | | |
2918 | 2023-11-28T18:38:04.811Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2919 | 2023-11-28T18:38:04.811Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2920 | 2023-11-28T18:38:04.811Z | |
2921 | 2023-11-28T18:38:04.811Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2922 | 2023-11-28T18:38:04.811Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2923 | 2023-11-28T18:38:04.811Z | | |
2924 | 2023-11-28T18:38:04.811Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2925 | 2023-11-28T18:38:04.811Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2926 | 2023-11-28T18:38:04.811Z | |
2927 | 2023-11-28T18:38:08.273Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2928 | 2023-11-28T18:38:43.457Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 49s |
2929 | 2023-11-28T18:38:43.571Z | |
2930 | 2023-11-28T18:38:43.571Z | real 15:49.203883397 |
2931 | 2023-11-28T18:38:43.571Z | user 52:17.869657585 |
2932 | 2023-11-28T18:38:43.571Z | sys 59:26.568811929 |
2933 | 2023-11-28T18:38:43.571Z | trap 2.186341813 |
2934 | 2023-11-28T18:38:43.571Z | tflt 0.774379971 |
2935 | 2023-11-28T18:38:43.571Z | dflt 0.619265796 |
2936 | 2023-11-28T18:38:43.571Z | kflt 0.000264340 |
2937 | 2023-11-28T18:38:43.571Z | lock 3:08:21.218391051 |
2938 | 2023-11-28T18:38:43.574Z | slp 4:01:54.610838799 |
2939 | 2023-11-28T18:38:43.574Z | lat 5:14.864301856 |
2940 | 2023-11-28T18:38:43.574Z | stop 1:27.325290284 |
2941 | 2023-11-28T18:38:43.574Z | process exited: duration 1773226 ms, exit code 0 |
|
2942 | 2023-11-28T18:38:43.580Z | found 0 output files |