|
|
|
1 | 2023-11-08T18:59:26.983Z | job assigned to worker 01HER4SM7383NFFJHA667X3S4V (queued for 1 m 6 s) |
|
2 | 2023-11-08T18:59:27.104Z | starting task 0: "setup" |
3 | 2023-11-08T18:59:27.176Z | ++ uname -s |
4 | 2023-11-08T18:59:27.187Z | + kern=SunOS |
5 | 2023-11-08T18:59:27.195Z | + case "$kern" in |
6 | 2023-11-08T18:59:27.207Z | + groupadd -g 12345 build |
7 | 2023-11-08T18:59:27.213Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-08T18:59:29.186Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-08T18:59:29.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-08T18:59:29.333Z | + home_fs=zfs |
11 | 2023-11-08T18:59:29.335Z | + [[ zfs == autofs ]] |
12 | 2023-11-08T18:59:29.338Z | + mkdir -p /home/build |
13 | 2023-11-08T18:59:29.341Z | + chown build:build /home/build /work |
14 | 2023-11-08T18:59:31.339Z | + chmod 0700 /home/build /work |
15 | 2023-11-08T18:59:31.343Z | process exited: duration 4235 ms, exit code 0 |
|
16 | 2023-11-08T18:59:31.348Z | starting task 1: "rust-toolchain" |
17 | 2023-11-08T18:59:31.360Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-08T18:59:31.363Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-08T18:59:31.563Z | info: downloading installer |
20 | 2023-11-08T18:59:33.341Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-08T18:59:33.361Z | warning: /opt/ooce/bin |
22 | 2023-11-08T18:59:33.365Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-08T18:59:33.368Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-08T18:59:33.370Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-08T18:59:33.373Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-08T18:59:33.376Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-08T18:59:33.378Z | error: cannot install while Rust is installed |
28 | 2023-11-08T18:59:33.381Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-08T18:59:33.484Z | info: profile set to 'default' |
30 | 2023-11-08T18:59:33.507Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-08T18:59:33.515Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-08T18:59:33.651Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-08T18:59:33.654Z | info: downloading component 'cargo' |
34 | 2023-11-08T18:59:34.383Z | info: downloading component 'clippy' |
35 | 2023-11-08T18:59:34.629Z | info: downloading component 'rust-docs' |
36 | 2023-11-08T18:59:35.499Z | info: downloading component 'rust-std' |
37 | 2023-11-08T18:59:37.053Z | info: downloading component 'rustc' |
38 | 2023-11-08T18:59:40.759Z | info: downloading component 'rustfmt' |
39 | 2023-11-08T18:59:40.983Z | info: installing component 'cargo' |
40 | 2023-11-08T18:59:42.569Z | info: installing component 'clippy' |
41 | 2023-11-08T18:59:43.207Z | info: installing component 'rust-docs' |
42 | 2023-11-08T18:59:45.920Z | info: installing component 'rust-std' |
43 | 2023-11-08T18:59:49.061Z | info: installing component 'rustc' |
44 | 2023-11-08T18:59:56.041Z | info: installing component 'rustfmt' |
45 | 2023-11-08T18:59:56.554Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-08T18:59:56.557Z | |
47 | 2023-11-08T18:59:56.697Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-08T18:59:56.706Z | |
49 | 2023-11-08T18:59:56.717Z | |
50 | 2023-11-08T18:59:56.727Z | Rust is installed now. Great! |
51 | 2023-11-08T18:59:56.735Z | |
52 | 2023-11-08T18:59:56.743Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-08T18:59:56.747Z | environment variable. This has not been done automatically. |
54 | 2023-11-08T18:59:56.751Z | |
55 | 2023-11-08T18:59:56.754Z | To configure your current shell, run: |
56 | 2023-11-08T18:59:56.758Z | source "$HOME/.cargo/env" |
57 | 2023-11-08T18:59:56.786Z | + rustc --version |
58 | 2023-11-08T18:59:56.894Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-08T18:59:56.900Z | process exited: duration 25550 ms, exit code 0 |
|
60 | 2023-11-08T18:59:56.905Z | starting task 2: "authentication" |
61 | 2023-11-08T18:59:56.939Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-08T18:59:56.944Z | starting task 3: "clone repository" |
63 | 2023-11-08T18:59:56.953Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-08T18:59:56.956Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-08T18:59:56.989Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-08T19:00:04.560Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-08T19:00:04.566Z | + [[ -n dap/schema-docs ]] |
68 | 2023-11-08T19:00:04.573Z | + git fetch origin dap/schema-docs |
69 | 2023-11-08T19:00:05.785Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-08T19:00:05.788Z | * branch dap/schema-docs -> FETCH_HEAD |
71 | 2023-11-08T19:00:05.796Z | + git checkout -B dap/schema-docs remotes/origin/dap/schema-docs |
72 | 2023-11-08T19:00:05.884Z | Switched to a new branch 'dap/schema-docs' |
73 | 2023-11-08T19:00:05.887Z | branch 'dap/schema-docs' set up to track 'origin/dap/schema-docs'. |
74 | 2023-11-08T19:00:05.891Z | + git reset --hard 658f195056a65f29e05b930ec1ba81ab636f5b1d |
75 | 2023-11-08T19:00:05.899Z | HEAD is now at 658f1950 rework headings |
76 | 2023-11-08T19:00:05.904Z | process exited: duration 8952 ms, exit code 0 |
|
77 | 2023-11-08T19:00:05.911Z | starting task 4: "build" |
78 | 2023-11-08T19:00:05.922Z | + cargo --version |
79 | 2023-11-08T19:00:05.929Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-08T19:00:06.112Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-08T19:00:06.118Z | info: downloading component 'cargo' |
82 | 2023-11-08T19:00:06.798Z | info: downloading component 'clippy' |
83 | 2023-11-08T19:00:07.039Z | info: downloading component 'rust-docs' |
84 | 2023-11-08T19:00:07.924Z | info: downloading component 'rust-std' |
85 | 2023-11-08T19:00:09.318Z | info: downloading component 'rustc' |
86 | 2023-11-08T19:00:13.210Z | info: downloading component 'rustfmt' |
87 | 2023-11-08T19:00:13.423Z | info: installing component 'cargo' |
88 | 2023-11-08T19:00:15.021Z | info: installing component 'clippy' |
89 | 2023-11-08T19:00:15.537Z | info: installing component 'rust-docs' |
90 | 2023-11-08T19:00:18.222Z | info: installing component 'rust-std' |
91 | 2023-11-08T19:00:20.753Z | info: installing component 'rustc' |
92 | 2023-11-08T19:00:26.973Z | info: installing component 'rustfmt' |
93 | 2023-11-08T19:00:27.517Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-08T19:00:27.520Z | + rustc --version |
95 | 2023-11-08T19:00:27.644Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-08T19:00:27.664Z | + source ./env.sh |
97 | 2023-11-08T19:00:27.679Z | ++ set -o xtrace |
98 | 2023-11-08T19:00:27.685Z | ++++ dirname ./env.sh |
99 | 2023-11-08T19:00:27.689Z | +++ cd . |
100 | 2023-11-08T19:00:27.701Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-08T19:00:27.714Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-08T19:00:28.137Z | ++ 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-08T19:00:28.549Z | ++ 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-08T19:00:28.552Z | ++ 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-08T19:00:28.555Z | ++ 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-08T19:00:28.558Z | ++ 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-08T19:00:28.561Z | ++ 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-08T19:00:28.563Z | ++ 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-08T19:00:28.566Z | ++ 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-08T19:00:28.569Z | ++ unset OMICRON_WS |
111 | 2023-11-08T19:00:28.572Z | ++ set +o xtrace |
112 | 2023-11-08T19:00:28.582Z | |
113 | 2023-11-08T19:00:28.590Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-08T19:00:28.601Z | # # # # # # # # # # # # # # # |
115 | 2023-11-08T19:00:28.611Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-08T19:00:29.037Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-08T19:00:29.060Z | # # # # # # # # # # # # # # # |
118 | 2023-11-08T19:00:29.074Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-08T19:00:29.086Z | |
120 | 2023-11-08T19:00:39.069Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-08T19:00:40.007Z | Startup: Caching catalogs ... Done |
122 | 2023-11-08T19:00:44.793Z | Planning: Solver setup ... Done (4.518s) |
123 | 2023-11-08T19:00:44.911Z | Planning: Running solver ... Done (0.119s) |
124 | 2023-11-08T19:00:44.966Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-08T19:00:44.995Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-08T19:00:45.262Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-08T19:00:45.403Z | Planning: Package planning ... Done (0.148s) |
128 | 2023-11-08T19:00:45.489Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-11-08T19:00:46.081Z | Planning: Checking for conflicting actions ... Done (0.588s) |
130 | 2023-11-08T19:00:46.095Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-08T19:00:49.735Z | Planning: Evaluating mediators ... Done (3.640s) |
132 | 2023-11-08T19:00:49.752Z | Planning: Planning completed in 9.70 seconds |
133 | 2023-11-08T19:00:49.776Z | Packages to install: 4 |
134 | 2023-11-08T19:00:49.779Z | Mediators to change: 2 |
135 | 2023-11-08T19:00:49.782Z | Services to change: 1 |
136 | 2023-11-08T19:00:49.785Z | Estimated space available: 148.90 GB |
137 | 2023-11-08T19:00:49.788Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-08T19:00:49.790Z | Create boot environment: No |
139 | 2023-11-08T19:00:49.793Z | Create backup boot environment: No |
140 | 2023-11-08T19:00:49.796Z | Rebuild boot archive: No |
141 | 2023-11-08T19:00:49.799Z | |
142 | 2023-11-08T19:00:49.801Z | Changed mediators: |
143 | 2023-11-08T19:00:49.804Z | mediator clang: |
144 | 2023-11-08T19:00:49.807Z | version: None -> 15 (system default) |
145 | 2023-11-08T19:00:49.809Z | |
146 | 2023-11-08T19:00:49.813Z | mediator llvm: |
147 | 2023-11-08T19:00:49.815Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-08T19:00:49.818Z | |
149 | 2023-11-08T19:00:49.821Z | Changed packages: |
150 | 2023-11-08T19:00:49.824Z | helios-dev |
151 | 2023-11-08T19:00:49.827Z | developer/build-essential |
152 | 2023-11-08T19:00:49.832Z | None -> 11-2.0 |
153 | 2023-11-08T19:00:49.836Z | library/libxmlsec1 |
154 | 2023-11-08T19:00:49.839Z | None -> 1.2.35-2.0 |
155 | 2023-11-08T19:00:49.841Z | ooce/developer/clang-15 |
156 | 2023-11-08T19:00:49.844Z | None -> 15.0.7-2.0 |
157 | 2023-11-08T19:00:49.847Z | ooce/developer/llvm-15 |
158 | 2023-11-08T19:00:49.849Z | None -> 15.0.7-2.0 |
159 | 2023-11-08T19:00:49.852Z | |
160 | 2023-11-08T19:00:49.854Z | Services: |
161 | 2023-11-08T19:00:49.857Z | restart_fmri: |
162 | 2023-11-08T19:00:49.860Z | svc:/system/update-man-index:default |
163 | 2023-11-08T19:00:50.173Z | |
164 | 2023-11-08T19:00:50.176Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-08T19:00:55.173Z | Download: 1131/3290 items 31.9/212.6MB 15% complete (6.3M/s) |
166 | 2023-11-08T19:01:00.179Z | Download: 2033/3290 items 118.7/212.6MB 55% complete (12.0M/s) |
167 | 2023-11-08T19:01:05.174Z | Download: 3211/3290 items 158.9/212.6MB 74% complete (12.6M/s) |
168 | 2023-11-08T19:01:08.090Z | Download: Completed 212.60 MB in 17.92 seconds (11.9M/s) |
169 | 2023-11-08T19:01:08.365Z | Actions: 1/3687 actions (Installing new actions) |
170 | 2023-11-08T19:01:14.221Z | Actions: 3164/3687 actions (Installing new actions) |
171 | 2023-11-08T19:01:16.454Z | Actions: Completed 3687 actions in 8.09 seconds. |
172 | 2023-11-08T19:01:16.623Z | Done (0.158s) |
173 | 2023-11-08T19:01:16.631Z | Done (0.000s) |
174 | 2023-11-08T19:01:16.833Z | Done (0.206s) |
175 | 2023-11-08T19:01:24.407Z | Done (7.465s) |
176 | 2023-11-08T19:01:24.603Z | Done (0.098s) |
177 | 2023-11-08T19:01:24.609Z | Done (0.000s) |
178 | 2023-11-08T19:01:24.851Z | Done (0.000s) |
179 | 2023-11-08T19:01:25.540Z | Planning: Evaluating mediator changes ... Done |
180 | 2023-11-08T19:01:25.822Z | Planning: Checking for conflicting actions ... Done |
181 | 2023-11-08T19:01:25.825Z | Planning: Consolidating action changes ... Done |
182 | 2023-11-08T19:01:26.249Z | Planning: Evaluating mediators ... Done |
183 | 2023-11-08T19:01:26.254Z | Planning: Planning completed in 0.71 seconds |
184 | 2023-11-08T19:01:26.302Z | Mediators to change: 2 |
185 | 2023-11-08T19:01:26.305Z | Create boot environment: No |
186 | 2023-11-08T19:01:26.308Z | Create backup boot environment: No |
187 | 2023-11-08T19:01:26.408Z | Done |
188 | 2023-11-08T19:01:26.437Z | Done |
189 | 2023-11-08T19:01:26.541Z | Done |
190 | 2023-11-08T19:01:32.285Z | Done |
191 | 2023-11-08T19:01:32.406Z | Done |
192 | 2023-11-08T19:01:32.409Z | Done |
193 | 2023-11-08T19:01:32.562Z | Done |
194 | 2023-11-08T19:01:33.555Z | Planning: Evaluating mediator changes ... Done |
195 | 2023-11-08T19:01:33.559Z | Planning: Merging actions ... Done |
196 | 2023-11-08T19:01:33.884Z | Planning: Checking for conflicting actions ... Done |
197 | 2023-11-08T19:01:33.888Z | Planning: Consolidating action changes ... Done |
198 | 2023-11-08T19:01:34.310Z | Planning: Evaluating mediators ... Done |
199 | 2023-11-08T19:01:34.399Z | Planning: Planning completed in 1.27 seconds |
200 | 2023-11-08T19:01:34.456Z | Packages to change: 1 |
201 | 2023-11-08T19:01:34.461Z | Mediators to change: 1 |
202 | 2023-11-08T19:01:34.465Z | Services to change: 1 |
203 | 2023-11-08T19:01:34.469Z | Create boot environment: No |
204 | 2023-11-08T19:01:34.473Z | Create backup boot environment: Yes |
205 | 2023-11-08T19:01:36.529Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2023-11-08T19:01:36.538Z | Actions: Completed 6 actions in 0.00 seconds. |
207 | 2023-11-08T19:01:36.543Z | Done |
208 | 2023-11-08T19:01:36.555Z | Done |
209 | 2023-11-08T19:01:36.569Z | Done |
210 | 2023-11-08T19:01:42.306Z | Done |
211 | 2023-11-08T19:01:42.425Z | Done |
212 | 2023-11-08T19:01:42.437Z | Done |
213 | 2023-11-08T19:01:42.544Z | Done |
214 | 2023-11-08T19:01:43.212Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2023-11-08T19:01:43.215Z | clang system 15 system |
216 | 2023-11-08T19:01:43.218Z | csh system system illumos |
217 | 2023-11-08T19:01:43.221Z | ctags system system illumos |
218 | 2023-11-08T19:01:43.224Z | gcc vendor 12 vendor |
219 | 2023-11-08T19:01:43.227Z | gcc system 10 system |
220 | 2023-11-08T19:01:43.229Z | gcc system 7 system |
221 | 2023-11-08T19:01:43.232Z | go system 1.20 system |
222 | 2023-11-08T19:01:43.234Z | go system 1.19 system |
223 | 2023-11-08T19:01:43.237Z | llvm system 15 system |
224 | 2023-11-08T19:01:43.240Z | llvm system 14 system |
225 | 2023-11-08T19:01:43.243Z | mariadb system 10.6 system |
226 | 2023-11-08T19:01:43.245Z | mta vendor vendor dma |
227 | 2023-11-08T19:01:43.249Z | openjdk system 17 system |
228 | 2023-11-08T19:01:43.252Z | openjdk system 11 system |
229 | 2023-11-08T19:01:43.254Z | openjdk system 1.8 system |
230 | 2023-11-08T19:01:43.257Z | openssl vendor 3 vendor |
231 | 2023-11-08T19:01:43.260Z | perl system 5.36 system |
232 | 2023-11-08T19:01:43.262Z | postgresql system 15 system |
233 | 2023-11-08T19:01:43.265Z | postgresql system 13 system |
234 | 2023-11-08T19:01:43.267Z | python vendor 3 vendor |
235 | 2023-11-08T19:01:43.270Z | python system 2 system |
236 | 2023-11-08T19:01:43.272Z | python3 system 3.11 system |
237 | 2023-11-08T19:01:43.275Z | ruby system 3.0 system |
238 | 2023-11-08T19:01:43.278Z | words vendor vendor american-english |
239 | 2023-11-08T19:01:43.280Z | words system system australian-english |
240 | 2023-11-08T19:01:43.283Z | words system system british-english |
241 | 2023-11-08T19:01:43.285Z | words system system canadian-english |
242 | 2023-11-08T19:01:43.289Z | words system system french |
243 | 2023-11-08T19:01:43.292Z | words system system italian |
244 | 2023-11-08T19:01:43.294Z | words system system ngerman |
245 | 2023-11-08T19:01:43.297Z | words system system ogerman |
246 | 2023-11-08T19:01:43.299Z | words system system spanish |
247 | 2023-11-08T19:01:43.739Z | FMRI IFO |
248 | 2023-11-08T19:01:43.742Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2023-11-08T19:01:43.744Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2023-11-08T19:01:43.747Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2023-11-08T19:01:43.750Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
252 | 2023-11-08T19:01:43.752Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2023-11-08T19:01:43.755Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
254 | 2023-11-08T19:01:43.810Z | + set -o errexit |
255 | 2023-11-08T19:01:43.812Z | +++ dirname ./tools/ci_download_cockroachdb |
256 | 2023-11-08T19:01:43.815Z | ++ cd ./tools |
257 | 2023-11-08T19:01:43.818Z | ++ pwd |
258 | 2023-11-08T19:01:43.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
259 | 2023-11-08T19:01:43.824Z | ++ basename ./tools/ci_download_cockroachdb |
260 | 2023-11-08T19:01:43.827Z | + ARG0=ci_download_cockroachdb |
261 | 2023-11-08T19:01:43.829Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
262 | 2023-11-08T19:01:43.832Z | + CIDL_VERSION=v22.1.9 |
263 | 2023-11-08T19:01:43.834Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
264 | 2023-11-08T19:01:43.837Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
265 | 2023-11-08T19:01:43.840Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
266 | 2023-11-08T19:01:43.842Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
267 | 2023-11-08T19:01:43.845Z | + TARGET_DIR=out |
268 | 2023-11-08T19:01:43.848Z | + DOWNLOAD_DIR=out/downloads |
269 | 2023-11-08T19:01:43.850Z | + DEST_DIR=./out/cockroachdb |
270 | 2023-11-08T19:01:43.853Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
271 | 2023-11-08T19:01:43.855Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
272 | 2023-11-08T19:01:43.858Z | + main |
273 | 2023-11-08T19:01:43.861Z | + [[ 0 != 0 ]] |
274 | 2023-11-08T19:01:43.865Z | + CIDL_OS=solaris2.11 |
275 | 2023-11-08T19:01:43.869Z | + [[ 0 != 0 ]] |
276 | 2023-11-08T19:01:43.872Z | + configure_os solaris2.11 |
277 | 2023-11-08T19:01:43.874Z | + echo 'current directory: /work/oxidecomputer/omicron' |
278 | 2023-11-08T19:01:43.877Z | current directory: /work/oxidecomputer/omicron |
279 | 2023-11-08T19:01:43.879Z | + echo 'configuring based on OS: "solaris2.11"' |
280 | 2023-11-08T19:01:43.882Z | configuring based on OS: "solaris2.11" |
281 | 2023-11-08T19:01:43.885Z | + case "$1" in |
282 | 2023-11-08T19:01:43.887Z | + CIDL_BUILD=illumos |
283 | 2023-11-08T19:01:43.890Z | + CIDL_SUFFIX=tar.gz |
284 | 2023-11-08T19:01:43.892Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
285 | 2023-11-08T19:01:43.896Z | + CIDL_MD5FUNC=do_md5sum |
286 | 2023-11-08T19:01:43.898Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2023-11-08T19:01:43.901Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2023-11-08T19:01:43.904Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2023-11-08T19:01:43.906Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-08T19:01:43.909Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2023-11-08T19:01:43.912Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2023-11-08T19:01:43.915Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-08T19:01:43.918Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
294 | 2023-11-08T19:01:43.920Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-08T19:01:43.923Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-08T19:01:43.925Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-08T19:01:43.928Z | + mkdir -p out/downloads |
298 | 2023-11-08T19:01:43.931Z | + mkdir -p ./out/cockroachdb |
299 | 2023-11-08T19:01:43.933Z | + local DO_DOWNLOAD=true |
300 | 2023-11-08T19:01:43.936Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
301 | 2023-11-08T19:01:43.945Z | + '[' true == true ']' |
302 | 2023-11-08T19:01:43.951Z | + echo Downloading... |
303 | 2023-11-08T19:01:43.954Z | Downloading... |
304 | 2023-11-08T19:01:43.957Z | + 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-08T19:01:43.959Z | + 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-08T19:01:47.978Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-08T19:01:47.981Z | ++ md5sum |
308 | 2023-11-08T19:01:47.985Z | ++ awk '{print $1}' |
309 | 2023-11-08T19:01:48.164Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
310 | 2023-11-08T19:01:48.167Z | + [[ 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-08T19:01:48.170Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2023-11-08T19:01:48.173Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
313 | 2023-11-08T19:01:51.499Z | + do_assemble_illumos |
314 | 2023-11-08T19:01:51.512Z | + rm -r ./out/cockroachdb |
315 | 2023-11-08T19:01:51.521Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
316 | 2023-11-08T19:01:52.190Z | + ./out/cockroachdb/bin/cockroach version |
317 | 2023-11-08T19:01:52.455Z | Build Tag: v22.1.9-dirty |
318 | 2023-11-08T19:01:52.457Z | Build Time: 2022/10/26 21:17:46 |
319 | 2023-11-08T19:01:52.460Z | Distribution: OSS |
320 | 2023-11-08T19:01:52.463Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
321 | 2023-11-08T19:01:52.465Z | Go Version: go1.17.13 |
322 | 2023-11-08T19:01:52.468Z | C Compiler: gcc 10.3.0 |
323 | 2023-11-08T19:01:52.470Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
324 | 2023-11-08T19:01:52.473Z | Build Type: release |
325 | 2023-11-08T19:01:52.481Z | + set -o errexit |
326 | 2023-11-08T19:01:52.484Z | +++ dirname ./tools/ci_download_clickhouse |
327 | 2023-11-08T19:01:52.487Z | ++ cd ./tools |
328 | 2023-11-08T19:01:52.489Z | ++ pwd |
329 | 2023-11-08T19:01:52.492Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
330 | 2023-11-08T19:01:52.495Z | ++ basename ./tools/ci_download_clickhouse |
331 | 2023-11-08T19:01:52.498Z | + ARG0=ci_download_clickhouse |
332 | 2023-11-08T19:01:52.500Z | + TARGET_DIR=out |
333 | 2023-11-08T19:01:52.503Z | + DOWNLOAD_DIR=out/downloads |
334 | 2023-11-08T19:01:52.506Z | + DEST_DIR=./out/clickhouse |
335 | 2023-11-08T19:01:52.509Z | + CIDL_VERSION=v22.8.9.24 |
336 | 2023-11-08T19:01:52.511Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
337 | 2023-11-08T19:01:52.514Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
338 | 2023-11-08T19:01:52.517Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
339 | 2023-11-08T19:01:52.519Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
340 | 2023-11-08T19:01:52.523Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
341 | 2023-11-08T19:01:52.525Z | + main |
342 | 2023-11-08T19:01:52.528Z | + [[ 0 != 0 ]] |
343 | 2023-11-08T19:01:52.530Z | + CIDL_OS=solaris2.11 |
344 | 2023-11-08T19:01:52.533Z | + [[ 0 != 0 ]] |
345 | 2023-11-08T19:01:52.536Z | + configure_os solaris2.11 |
346 | 2023-11-08T19:01:52.538Z | + echo 'current directory: /work/oxidecomputer/omicron' |
347 | 2023-11-08T19:01:52.541Z | current directory: /work/oxidecomputer/omicron |
348 | 2023-11-08T19:01:52.543Z | + echo 'configuring based on OS: "solaris2.11"' |
349 | 2023-11-08T19:01:52.546Z | configuring based on OS: "solaris2.11" |
350 | 2023-11-08T19:01:52.549Z | + CIDL_DASHREV= |
351 | 2023-11-08T19:01:52.551Z | + case "$1" in |
352 | 2023-11-08T19:01:52.556Z | + CIDL_PLATFORM=illumos |
353 | 2023-11-08T19:01:52.570Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
354 | 2023-11-08T19:01:52.585Z | + CIDL_MD5FUNC=do_md5sum |
355 | 2023-11-08T19:01:52.598Z | + CIDL_DASHREV=-1 |
356 | 2023-11-08T19:01:52.601Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
357 | 2023-11-08T19:01:52.604Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-08T19:01:52.610Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-08T19:01:52.612Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-08T19:01:52.617Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
361 | 2023-11-08T19:01:52.620Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-08T19:01:52.624Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-08T19:01:52.627Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-08T19:01:52.630Z | + mkdir -p out/downloads |
365 | 2023-11-08T19:01:52.635Z | + mkdir -p ./out/clickhouse |
366 | 2023-11-08T19:01:52.638Z | + local DO_DOWNLOAD=true |
367 | 2023-11-08T19:01:52.641Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
368 | 2023-11-08T19:01:52.650Z | + '[' true == true ']' |
369 | 2023-11-08T19:01:52.655Z | + echo Downloading... |
370 | 2023-11-08T19:01:52.657Z | Downloading... |
371 | 2023-11-08T19:01:52.661Z | + 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-08T19:01:52.668Z | + 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-08T19:01:53.839Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-11-08T19:01:53.842Z | ++ md5sum |
375 | 2023-11-08T19:01:53.846Z | ++ awk '{print $1}' |
376 | 2023-11-08T19:01:54.100Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
377 | 2023-11-08T19:01:54.103Z | + [[ 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-08T19:01:54.106Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
379 | 2023-11-08T19:01:54.109Z | + mkdir -p ./out/clickhouse |
380 | 2023-11-08T19:01:54.111Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
381 | 2023-11-08T19:01:58.873Z | + ./out/clickhouse/clickhouse server --version |
382 | 2023-11-08T19:01:58.941Z | ClickHouse server version 22.8.9.1. |
383 | 2023-11-08T19:01:58.950Z | + set -o errexit |
384 | 2023-11-08T19:01:58.954Z | +++ dirname ./tools/ci_download_console |
385 | 2023-11-08T19:01:58.957Z | ++ cd ./tools |
386 | 2023-11-08T19:01:58.960Z | ++ pwd |
387 | 2023-11-08T19:01:58.963Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
388 | 2023-11-08T19:01:58.965Z | ++ basename ./tools/ci_download_console |
389 | 2023-11-08T19:01:58.968Z | + ARG0=ci_download_console |
390 | 2023-11-08T19:01:58.971Z | + TARGET_DIR=out |
391 | 2023-11-08T19:01:58.974Z | + DOWNLOAD_DIR=out/downloads |
392 | 2023-11-08T19:01:58.977Z | + DEST_DIR=./out/console-assets |
393 | 2023-11-08T19:01:58.984Z | + source /work/oxidecomputer/omicron/tools/console_version |
394 | 2023-11-08T19:01:58.990Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
395 | 2023-11-08T19:01:59.010Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
396 | 2023-11-08T19:01:59.042Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
397 | 2023-11-08T19:01:59.050Z | + TARBALL_FILE=out/downloads/console.tar.gz |
398 | 2023-11-08T19:01:59.059Z | + main |
399 | 2023-11-08T19:01:59.071Z | + [[ 0 != 0 ]] |
400 | 2023-11-08T19:01:59.075Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
401 | 2023-11-08T19:01:59.079Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
402 | 2023-11-08T19:01:59.085Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-11-08T19:01:59.090Z | Local file: out/downloads/console.tar.gz |
404 | 2023-11-08T19:01:59.095Z | + local DO_DOWNLOAD=true |
405 | 2023-11-08T19:01:59.099Z | + [[ -f out/downloads/console.tar.gz ]] |
406 | 2023-11-08T19:01:59.102Z | + mkdir -p out/downloads |
407 | 2023-11-08T19:01:59.105Z | + '[' true == true ']' |
408 | 2023-11-08T19:01:59.110Z | + echo Downloading... |
409 | 2023-11-08T19:01:59.113Z | Downloading... |
410 | 2023-11-08T19:01:59.118Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
411 | 2023-11-08T19:01:59.122Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
412 | 2023-11-08T19:01:59.610Z | ++ do_sha256sum out/downloads/console.tar.gz |
413 | 2023-11-08T19:01:59.621Z | ++ case "$OSTYPE" in |
414 | 2023-11-08T19:01:59.636Z | ++ SHA=sha256sum |
415 | 2023-11-08T19:01:59.648Z | ++ sha256sum |
416 | 2023-11-08T19:01:59.660Z | ++ awk '{print $1}' |
417 | 2023-11-08T19:01:59.663Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
418 | 2023-11-08T19:01:59.667Z | + [[ 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-08T19:01:59.670Z | + rm -rf ./out/console-assets |
420 | 2023-11-08T19:01:59.673Z | + mkdir -p ./out/console-assets |
421 | 2023-11-08T19:01:59.676Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
422 | 2023-11-08T19:01:59.679Z | + mkdir -p ./out/console-assets |
423 | 2023-11-08T19:01:59.682Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
424 | 2023-11-08T19:01:59.775Z | + set -o errexit |
425 | 2023-11-08T19:01:59.780Z | +++ dirname ./tools/ci_download_maghemite_openapi |
426 | 2023-11-08T19:01:59.783Z | ++ cd ./tools |
427 | 2023-11-08T19:01:59.786Z | ++ pwd |
428 | 2023-11-08T19:01:59.788Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
429 | 2023-11-08T19:01:59.791Z | ++ basename ./tools/ci_download_maghemite_openapi |
430 | 2023-11-08T19:01:59.793Z | + ARG0=ci_download_maghemite_openapi |
431 | 2023-11-08T19:01:59.796Z | + TARGET_DIR=out |
432 | 2023-11-08T19:01:59.798Z | + DOWNLOAD_DIR=out/downloads |
433 | 2023-11-08T19:01:59.801Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
434 | 2023-11-08T19:01:59.803Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
435 | 2023-11-08T19:01:59.806Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
436 | 2023-11-08T19:01:59.808Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
437 | 2023-11-08T19:01:59.811Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
438 | 2023-11-08T19:01:59.813Z | + main |
439 | 2023-11-08T19:01:59.817Z | + [[ 0 != 0 ]] |
440 | 2023-11-08T19:01:59.820Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
441 | 2023-11-08T19:01:59.823Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
442 | 2023-11-08T19:01:59.826Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
443 | 2023-11-08T19:01:59.828Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
444 | 2023-11-08T19:01:59.832Z | + local DO_DOWNLOAD=true |
445 | 2023-11-08T19:01:59.834Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
446 | 2023-11-08T19:01:59.837Z | + mkdir -p out/downloads |
447 | 2023-11-08T19:01:59.839Z | + '[' true == true ']' |
448 | 2023-11-08T19:01:59.842Z | + echo Downloading... |
449 | 2023-11-08T19:01:59.844Z | Downloading... |
450 | 2023-11-08T19:01:59.847Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
451 | 2023-11-08T19:01:59.849Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
452 | 2023-11-08T19:02:00.024Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
453 | 2023-11-08T19:02:00.027Z | ++ case "$OSTYPE" in |
454 | 2023-11-08T19:02:00.030Z | ++ SHA=sha256sum |
455 | 2023-11-08T19:02:00.032Z | ++ sha256sum |
456 | 2023-11-08T19:02:00.035Z | ++ awk '{print $1}' |
457 | 2023-11-08T19:02:00.037Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
458 | 2023-11-08T19:02:00.040Z | + [[ 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-08T19:02:00.043Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
460 | 2023-11-08T19:02:00.061Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
461 | 2023-11-08T19:02:00.081Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
462 | 2023-11-08T19:02:00.102Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
463 | 2023-11-08T19:02:00.111Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
464 | 2023-11-08T19:02:00.122Z | + main |
465 | 2023-11-08T19:02:00.131Z | + [[ 0 != 0 ]] |
466 | 2023-11-08T19:02:00.135Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
467 | 2023-11-08T19:02:00.138Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
468 | 2023-11-08T19:02:00.141Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
469 | 2023-11-08T19:02:00.144Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
470 | 2023-11-08T19:02:00.148Z | + local DO_DOWNLOAD=true |
471 | 2023-11-08T19:02:00.151Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
472 | 2023-11-08T19:02:00.157Z | + mkdir -p out/downloads |
473 | 2023-11-08T19:02:00.160Z | + '[' true == true ']' |
474 | 2023-11-08T19:02:00.163Z | + echo Downloading... |
475 | 2023-11-08T19:02:00.166Z | Downloading... |
476 | 2023-11-08T19:02:00.169Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
477 | 2023-11-08T19:02:00.173Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
478 | 2023-11-08T19:02:00.187Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
479 | 2023-11-08T19:02:00.189Z | ++ case "$OSTYPE" in |
480 | 2023-11-08T19:02:00.193Z | ++ SHA=sha256sum |
481 | 2023-11-08T19:02:00.196Z | ++ sha256sum |
482 | 2023-11-08T19:02:00.199Z | ++ awk '{print $1}' |
483 | 2023-11-08T19:02:00.203Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
484 | 2023-11-08T19:02:00.207Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
485 | 2023-11-08T19:02:00.210Z | + set -o errexit |
486 | 2023-11-08T19:02:00.213Z | +++ dirname ./tools/ci_download_dendrite_openapi |
487 | 2023-11-08T19:02:00.216Z | ++ cd ./tools |
488 | 2023-11-08T19:02:00.219Z | ++ pwd |
489 | 2023-11-08T19:02:00.222Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
490 | 2023-11-08T19:02:00.225Z | ++ basename ./tools/ci_download_dendrite_openapi |
491 | 2023-11-08T19:02:00.228Z | + ARG0=ci_download_dendrite_openapi |
492 | 2023-11-08T19:02:00.234Z | + TARGET_DIR=out |
493 | 2023-11-08T19:02:00.239Z | + DOWNLOAD_DIR=out/downloads |
494 | 2023-11-08T19:02:00.242Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
495 | 2023-11-08T19:02:00.246Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
496 | 2023-11-08T19:02:00.253Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
497 | 2023-11-08T19:02:00.256Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
498 | 2023-11-08T19:02:00.265Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
499 | 2023-11-08T19:02:00.268Z | + main |
500 | 2023-11-08T19:02:00.271Z | + [[ 0 != 0 ]] |
501 | 2023-11-08T19:02:00.274Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
502 | 2023-11-08T19:02:00.278Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
503 | 2023-11-08T19:02:00.280Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
504 | 2023-11-08T19:02:00.283Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
505 | 2023-11-08T19:02:00.287Z | + local DO_DOWNLOAD=true |
506 | 2023-11-08T19:02:00.289Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
507 | 2023-11-08T19:02:00.295Z | + mkdir -p out/downloads |
508 | 2023-11-08T19:02:00.298Z | + '[' true == true ']' |
509 | 2023-11-08T19:02:00.302Z | + echo Downloading... |
510 | 2023-11-08T19:02:00.306Z | Downloading... |
511 | 2023-11-08T19:02:00.310Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
512 | 2023-11-08T19:02:00.313Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
513 | 2023-11-08T19:02:00.385Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
514 | 2023-11-08T19:02:00.390Z | ++ case "$OSTYPE" in |
515 | 2023-11-08T19:02:00.400Z | ++ SHA=sha256sum |
516 | 2023-11-08T19:02:00.421Z | ++ sha256sum |
517 | 2023-11-08T19:02:00.441Z | ++ awk '{print $1}' |
518 | 2023-11-08T19:02:00.450Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
519 | 2023-11-08T19:02:00.461Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
520 | 2023-11-08T19:02:00.472Z | + set -o errexit |
521 | 2023-11-08T19:02:00.476Z | +++ dirname ./tools/ci_download_dendrite_stub |
522 | 2023-11-08T19:02:00.481Z | ++ cd ./tools |
523 | 2023-11-08T19:02:00.496Z | ++ pwd |
524 | 2023-11-08T19:02:00.512Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
525 | 2023-11-08T19:02:00.530Z | ++ basename ./tools/ci_download_dendrite_stub |
526 | 2023-11-08T19:02:00.541Z | + ARG0=ci_download_dendrite_stub |
527 | 2023-11-08T19:02:00.599Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
528 | 2023-11-08T19:02:00.603Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
529 | 2023-11-08T19:02:00.606Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
530 | 2023-11-08T19:02:00.609Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
531 | 2023-11-08T19:02:00.612Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
532 | 2023-11-08T19:02:00.615Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
533 | 2023-11-08T19:02:00.618Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
534 | 2023-11-08T19:02:00.621Z | + TARGET_DIR=out |
535 | 2023-11-08T19:02:00.623Z | + DOWNLOAD_DIR=out/downloads |
536 | 2023-11-08T19:02:00.626Z | + DEST_DIR=./out/dendrite-stub |
537 | 2023-11-08T19:02:00.628Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
538 | 2023-11-08T19:02:00.631Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
539 | 2023-11-08T19:02:00.634Z | + REPO=oxidecomputer/dendrite |
540 | 2023-11-08T19:02:00.637Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
541 | 2023-11-08T19:02:00.640Z | + main |
542 | 2023-11-08T19:02:00.644Z | + [[ 0 != 0 ]] |
543 | 2023-11-08T19:02:00.647Z | + CIDL_OS=solaris2.11 |
544 | 2023-11-08T19:02:00.727Z | + [[ 0 != 0 ]] |
545 | 2023-11-08T19:02:00.738Z | + configure_os solaris2.11 |
546 | 2023-11-08T19:02:00.762Z | + echo 'current directory: /work/oxidecomputer/omicron' |
547 | 2023-11-08T19:02:00.769Z | current directory: /work/oxidecomputer/omicron |
548 | 2023-11-08T19:02:00.776Z | configuring based on OS: "solaris2.11" |
549 | 2023-11-08T19:02:00.783Z | + echo 'configuring based on OS: "solaris2.11"' |
550 | 2023-11-08T19:02:00.786Z | + case "$1" in |
551 | 2023-11-08T19:02:00.789Z | + SET_BINARIES= |
552 | 2023-11-08T19:02:00.792Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
553 | 2023-11-08T19:02:00.795Z | + CIDL_SHA256FUNC=do_sha256sum |
554 | 2023-11-08T19:02:00.798Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
555 | 2023-11-08T19:02:00.801Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
556 | 2023-11-08T19:02:00.803Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
557 | 2023-11-08T19:02:00.808Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
558 | 2023-11-08T19:02:00.813Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
559 | 2023-11-08T19:02:00.817Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
560 | 2023-11-08T19:02:00.827Z | + mkdir -p out/downloads |
561 | 2023-11-08T19:02:00.831Z | Local file: out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-08T19:02:00.834Z | + mkdir -p ./out/dendrite-stub |
563 | 2023-11-08T19:02:00.840Z | + fetch_and_verify |
564 | 2023-11-08T19:02:00.844Z | + local DO_DOWNLOAD=true |
565 | 2023-11-08T19:02:00.846Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
566 | 2023-11-08T19:02:00.849Z | + '[' true == true ']' |
567 | 2023-11-08T19:02:00.852Z | + echo Downloading... |
568 | 2023-11-08T19:02:00.855Z | Downloading... |
569 | 2023-11-08T19:02:00.858Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
570 | 2023-11-08T19:02:00.860Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
571 | 2023-11-08T19:02:09.200Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-08T19:02:09.203Z | ++ sha256sum |
573 | 2023-11-08T19:02:09.205Z | ++ awk '{print $1}' |
574 | 2023-11-08T19:02:09.295Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
575 | 2023-11-08T19:02:09.298Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
576 | 2023-11-08T19:02:09.304Z | + do_untar out/downloads/dendrite-stub.tar.gz |
577 | 2023-11-08T19:02:09.307Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
578 | 2023-11-08T19:02:10.191Z | + do_assemble |
579 | 2023-11-08T19:02:10.194Z | + rm -r ./out/dendrite-stub |
580 | 2023-11-08T19:02:10.196Z | + mkdir ./out/dendrite-stub |
581 | 2023-11-08T19:02:10.199Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
582 | 2023-11-08T19:02:10.319Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
583 | 2023-11-08T19:02:10.330Z | + set -o errexit |
584 | 2023-11-08T19:02:10.333Z | +++ dirname ./tools/ci_download_maghemite_mgd |
585 | 2023-11-08T19:02:10.336Z | ++ cd ./tools |
586 | 2023-11-08T19:02:10.339Z | ++ pwd |
587 | 2023-11-08T19:02:10.342Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
588 | 2023-11-08T19:02:10.345Z | ++ basename ./tools/ci_download_maghemite_mgd |
589 | 2023-11-08T19:02:10.348Z | + ARG0=ci_download_maghemite_mgd |
590 | 2023-11-08T19:02:10.351Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
591 | 2023-11-08T19:02:10.354Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
592 | 2023-11-08T19:02:10.357Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
593 | 2023-11-08T19:02:10.360Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
594 | 2023-11-08T19:02:10.365Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
595 | 2023-11-08T19:02:10.368Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
596 | 2023-11-08T19:02:10.371Z | + TARGET_DIR=out |
597 | 2023-11-08T19:02:10.374Z | + DOWNLOAD_DIR=out/downloads |
598 | 2023-11-08T19:02:10.377Z | + DEST_DIR=./out/mgd |
599 | 2023-11-08T19:02:10.380Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
600 | 2023-11-08T19:02:10.383Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
601 | 2023-11-08T19:02:10.387Z | + REPO=oxidecomputer/maghemite |
602 | 2023-11-08T19:02:10.389Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
603 | 2023-11-08T19:02:10.392Z | + main |
604 | 2023-11-08T19:02:10.395Z | + [[ 0 != 0 ]] |
605 | 2023-11-08T19:02:10.399Z | + CIDL_OS=solaris2.11 |
606 | 2023-11-08T19:02:10.402Z | + [[ 0 != 0 ]] |
607 | 2023-11-08T19:02:10.405Z | + configure_os solaris2.11 |
608 | 2023-11-08T19:02:10.408Z | + echo 'current directory: /work/oxidecomputer/omicron' |
609 | 2023-11-08T19:02:10.411Z | current directory: /work/oxidecomputer/omicron |
610 | 2023-11-08T19:02:10.414Z | + echo 'configuring based on OS: "solaris2.11"' |
611 | 2023-11-08T19:02:10.417Z | configuring based on OS: "solaris2.11" |
612 | 2023-11-08T19:02:10.420Z | + case "$1" in |
613 | 2023-11-08T19:02:10.422Z | + SET_BINARIES= |
614 | 2023-11-08T19:02:10.426Z | + CIDL_SHA256FUNC=do_sha256sum |
615 | 2023-11-08T19:02:10.431Z | + TARBALL_FILENAME=mgd.tar.gz |
616 | 2023-11-08T19:02:10.434Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
617 | 2023-11-08T19:02:10.439Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
618 | 2023-11-08T19:02:10.443Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
619 | 2023-11-08T19:02:10.447Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
620 | 2023-11-08T19:02:10.451Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
621 | 2023-11-08T19:02:10.454Z | Local file: out/downloads/mgd.tar.gz |
622 | 2023-11-08T19:02:10.459Z | + mkdir -p out/downloads |
623 | 2023-11-08T19:02:10.462Z | + mkdir -p ./out/mgd |
624 | 2023-11-08T19:02:10.466Z | + fetch_and_verify |
625 | 2023-11-08T19:02:10.470Z | + local DO_DOWNLOAD=true |
626 | 2023-11-08T19:02:10.474Z | + [[ -f out/downloads/mgd.tar.gz ]] |
627 | 2023-11-08T19:02:10.479Z | + '[' true == true ']' |
628 | 2023-11-08T19:02:10.484Z | + echo Downloading... |
629 | 2023-11-08T19:02:10.494Z | Downloading... |
630 | 2023-11-08T19:02:10.513Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
631 | 2023-11-08T19:02:10.533Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
632 | 2023-11-08T19:02:17.154Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
633 | 2023-11-08T19:02:17.157Z | ++ sha256sum |
634 | 2023-11-08T19:02:17.165Z | ++ awk '{print $1}' |
635 | 2023-11-08T19:02:17.174Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
636 | 2023-11-08T19:02:17.177Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
637 | 2023-11-08T19:02:17.181Z | + do_untar out/downloads/mgd.tar.gz |
638 | 2023-11-08T19:02:17.184Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
639 | 2023-11-08T19:02:17.832Z | + do_assemble |
640 | 2023-11-08T19:02:17.841Z | + rm -r ./out/mgd |
641 | 2023-11-08T19:02:17.850Z | + mkdir ./out/mgd |
642 | 2023-11-08T19:02:17.860Z | + cp -r out/downloads/root ./out/mgd/root |
643 | 2023-11-08T19:02:18.037Z | + set -o errexit |
644 | 2023-11-08T19:02:18.040Z | +++ dirname ./tools/ci_download_transceiver_control |
645 | 2023-11-08T19:02:18.043Z | ++ cd ./tools |
646 | 2023-11-08T19:02:18.045Z | ++ pwd |
647 | 2023-11-08T19:02:18.048Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
648 | 2023-11-08T19:02:18.051Z | ++ basename ./tools/ci_download_transceiver_control |
649 | 2023-11-08T19:02:18.054Z | + ARG0=ci_download_transceiver_control |
650 | 2023-11-08T19:02:18.057Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
651 | 2023-11-08T19:02:18.059Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
652 | 2023-11-08T19:02:18.062Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
653 | 2023-11-08T19:02:18.065Z | + TARGET_DIR=out |
654 | 2023-11-08T19:02:18.070Z | + DOWNLOAD_DIR=out/downloads |
655 | 2023-11-08T19:02:18.073Z | + DEST_DIR=./out/transceiver-control |
656 | 2023-11-08T19:02:18.076Z | + BIN_DIR=/opt/oxide/bin |
657 | 2023-11-08T19:02:18.078Z | + BINARY=xcvradm |
658 | 2023-11-08T19:02:18.081Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
659 | 2023-11-08T19:02:18.084Z | + REPO=oxidecomputer/transceiver-control |
660 | 2023-11-08T19:02:18.086Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-11-08T19:02:18.089Z | + main |
662 | 2023-11-08T19:02:18.092Z | + [[ 0 != 0 ]] |
663 | 2023-11-08T19:02:18.095Z | + CIDL_OS=solaris2.11 |
664 | 2023-11-08T19:02:18.098Z | + [[ 0 != 0 ]] |
665 | 2023-11-08T19:02:18.100Z | + configure_os solaris2.11 |
666 | 2023-11-08T19:02:18.103Z | + echo 'current directory: /work/oxidecomputer/omicron' |
667 | 2023-11-08T19:02:18.110Z | current directory: /work/oxidecomputer/omicron |
668 | 2023-11-08T19:02:18.112Z | configuring based on OS: "solaris2.11" |
669 | 2023-11-08T19:02:18.115Z | + echo 'configuring based on OS: "solaris2.11"' |
670 | 2023-11-08T19:02:18.118Z | + case "$1" in |
671 | 2023-11-08T19:02:18.120Z | + SET_BINARIES= |
672 | 2023-11-08T19:02:18.123Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
673 | 2023-11-08T19:02:18.155Z | + CIDL_SHA256FUNC=do_sha256sum |
674 | 2023-11-08T19:02:18.159Z | + ARCHIVE_FILENAME=xcvradm.gz |
675 | 2023-11-08T19:02:18.175Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
676 | 2023-11-08T19:02:18.179Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
677 | 2023-11-08T19:02:18.182Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
678 | 2023-11-08T19:02:18.184Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-11-08T19:02:18.187Z | + echo 'Local file: out/downloads/xcvradm.gz' |
680 | 2023-11-08T19:02:18.190Z | Local file: out/downloads/xcvradm.gz |
681 | 2023-11-08T19:02:18.195Z | + mkdir -p out/downloads |
682 | 2023-11-08T19:02:18.211Z | + mkdir -p ./out/transceiver-control |
683 | 2023-11-08T19:02:18.229Z | + fetch_and_verify |
684 | 2023-11-08T19:02:18.657Z | + local DO_DOWNLOAD=true |
685 | 2023-11-08T19:02:19.074Z | + [[ -f out/downloads/xcvradm.gz ]] |
686 | 2023-11-08T19:02:19.078Z | + '[' true == true ']' |
687 | 2023-11-08T19:02:19.087Z | + echo Downloading... |
688 | 2023-11-08T19:02:19.091Z | Downloading... |
689 | 2023-11-08T19:02:19.096Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
690 | 2023-11-08T19:02:19.099Z | + 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-08T19:02:19.683Z | ++ do_sha256sum out/downloads/xcvradm.gz |
692 | 2023-11-08T19:02:19.688Z | ++ sha256sum |
693 | 2023-11-08T19:02:19.691Z | ++ awk '{print $1}' |
694 | 2023-11-08T19:02:19.708Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
695 | 2023-11-08T19:02:19.711Z | + [[ 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-08T19:02:19.715Z | + do_unpack out/downloads/xcvradm.gz |
697 | 2023-11-08T19:02:19.718Z | + mkdir -p out/downloads/root//opt/oxide/bin |
698 | 2023-11-08T19:02:19.721Z | + gzip -dc out/downloads/xcvradm.gz |
699 | 2023-11-08T19:02:19.891Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
700 | 2023-11-08T19:02:19.894Z | + do_assemble |
701 | 2023-11-08T19:02:19.897Z | + rm -r ./out/transceiver-control |
702 | 2023-11-08T19:02:19.900Z | + mkdir ./out/transceiver-control |
703 | 2023-11-08T19:02:19.903Z | + cp -r out/downloads/root ./out/transceiver-control/root |
704 | 2023-11-08T19:02:20.139Z | All builder prerequisites installed successfully, and PATH looks valid |
705 | 2023-11-08T19:02:20.142Z | |
706 | 2023-11-08T19:02:20.145Z | real 1:52.437259705 |
707 | 2023-11-08T19:02:20.148Z | user 51.999612176 |
708 | 2023-11-08T19:02:20.151Z | sys 9.841824183 |
709 | 2023-11-08T19:02:20.156Z | trap 0.018805785 |
710 | 2023-11-08T19:02:20.158Z | tflt 0.161503823 |
711 | 2023-11-08T19:02:20.162Z | dflt 0.544719859 |
712 | 2023-11-08T19:02:20.165Z | kflt 0.167959687 |
713 | 2023-11-08T19:02:20.168Z | lock 1.646388182 |
714 | 2023-11-08T19:02:20.171Z | slp 3:27.377050047 |
715 | 2023-11-08T19:02:20.175Z | lat 3.325362052 |
716 | 2023-11-08T19:02:20.177Z | stop 0.054596577 |
717 | 2023-11-08T19:02:20.180Z | |
718 | 2023-11-08T19:02:20.183Z | #### # # ##### ##### # # |
719 | 2023-11-08T19:02:20.186Z | # # # # # # # # # # |
720 | 2023-11-08T19:02:20.189Z | # # # # # # # # |
721 | 2023-11-08T19:02:20.192Z | # # # ##### ##### # |
722 | 2023-11-08T19:02:20.196Z | # # # # # # # |
723 | 2023-11-08T19:02:20.198Z | #### ###### # # # # |
724 | 2023-11-08T19:02:20.203Z | |
725 | 2023-11-08T19:02:20.486Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
726 | 2023-11-08T19:02:20.878Z | Updating crates.io index |
727 | 2023-11-08T19:02:20.882Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
728 | 2023-11-08T19:02:21.792Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
729 | 2023-11-08T19:02:23.762Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
730 | 2023-11-08T19:02:24.361Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
731 | 2023-11-08T19:02:24.691Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
732 | 2023-11-08T19:02:24.989Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
733 | 2023-11-08T19:02:25.292Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
734 | 2023-11-08T19:02:26.209Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
735 | 2023-11-08T19:02:28.144Z | Updating git repository `https://github.com/oxidecomputer/opte` |
736 | 2023-11-08T19:02:29.094Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
737 | 2023-11-08T19:02:29.498Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2023-11-08T19:02:29.833Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
739 | 2023-11-08T19:02:30.427Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
740 | 2023-11-08T19:02:30.781Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
741 | 2023-11-08T19:02:31.612Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
742 | 2023-11-08T19:02:32.555Z | Updating git repository `https://github.com/njaremko/samael` |
743 | 2023-11-08T19:02:32.988Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2023-11-08T19:02:33.685Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
745 | 2023-11-08T19:02:34.094Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
746 | 2023-11-08T19:02:34.473Z | Updating git repository `https://github.com/jgallagher/nix` |
747 | 2023-11-08T19:02:35.963Z | Updating git repository `https://github.com/cbiffle/hubpack` |
748 | 2023-11-08T19:02:36.344Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
749 | 2023-11-08T19:02:46.961Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
750 | 2023-11-08T19:02:47.462Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-08T19:02:48.654Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-08T19:02:49.058Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-08T19:02:49.383Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-08T19:02:50.772Z | Downloading crates ... |
755 | 2023-11-08T19:02:50.917Z | Downloaded semver v1.0.20 |
756 | 2023-11-08T19:02:50.923Z | Downloaded camino v1.1.6 |
757 | 2023-11-08T19:02:50.926Z | Downloaded io-lifetimes v1.0.11 |
758 | 2023-11-08T19:02:50.930Z | Downloaded bitflags v1.3.2 |
759 | 2023-11-08T19:02:50.937Z | Downloaded colorchoice v1.0.0 |
760 | 2023-11-08T19:02:50.942Z | Downloaded equivalent v1.0.1 |
761 | 2023-11-08T19:02:50.951Z | Downloaded toml_datetime v0.6.5 |
762 | 2023-11-08T19:02:50.955Z | Downloaded errno v0.3.2 |
763 | 2023-11-08T19:02:50.958Z | Downloaded thiserror-impl v1.0.49 |
764 | 2023-11-08T19:02:50.961Z | Downloaded cargo-platform v0.1.3 |
765 | 2023-11-08T19:02:50.965Z | Downloaded quote v1.0.33 |
766 | 2023-11-08T19:02:50.968Z | Downloaded cargo_metadata v0.18.0 |
767 | 2023-11-08T19:02:50.971Z | Downloaded heck v0.4.1 |
768 | 2023-11-08T19:02:50.974Z | Downloaded thiserror v1.0.49 |
769 | 2023-11-08T19:02:50.978Z | Downloaded serde_spanned v0.6.4 |
770 | 2023-11-08T19:02:50.982Z | Downloaded itoa v1.0.9 |
771 | 2023-11-08T19:02:50.985Z | Downloaded cargo_toml v0.17.0 |
772 | 2023-11-08T19:02:50.988Z | Downloaded clap_lex v0.5.1 |
773 | 2023-11-08T19:02:50.992Z | Downloaded clap_derive v4.4.2 |
774 | 2023-11-08T19:02:50.996Z | Downloaded unicode-ident v1.0.12 |
775 | 2023-11-08T19:02:51.000Z | Downloaded anyhow v1.0.75 |
776 | 2023-11-08T19:02:51.003Z | Downloaded anstyle-parse v0.2.1 |
777 | 2023-11-08T19:02:51.006Z | Downloaded ryu v1.0.15 |
778 | 2023-11-08T19:02:51.009Z | Downloaded serde_derive v1.0.188 |
779 | 2023-11-08T19:02:51.012Z | Downloaded proc-macro2 v1.0.67 |
780 | 2023-11-08T19:02:51.016Z | Downloaded indexmap v2.1.0 |
781 | 2023-11-08T19:02:51.025Z | Downloaded clap v4.4.3 |
782 | 2023-11-08T19:02:51.032Z | Downloaded toml v0.8.8 |
783 | 2023-11-08T19:02:51.039Z | Downloaded toml_edit v0.21.0 |
784 | 2023-11-08T19:02:51.076Z | Downloaded serde v1.0.188 |
785 | 2023-11-08T19:02:51.081Z | Downloaded hashbrown v0.14.2 |
786 | 2023-11-08T19:02:51.090Z | Downloaded anstyle v1.0.2 |
787 | 2023-11-08T19:02:51.094Z | Downloaded serde_json v1.0.108 |
788 | 2023-11-08T19:02:51.105Z | Downloaded clap_builder v4.4.2 |
789 | 2023-11-08T19:02:51.118Z | Downloaded syn v2.0.32 |
790 | 2023-11-08T19:02:51.137Z | Downloaded rustix v0.37.23 |
791 | 2023-11-08T19:02:51.171Z | Downloaded libc v0.2.150 |
792 | 2023-11-08T19:02:51.213Z | Downloaded memchr v2.6.3 |
793 | 2023-11-08T19:02:51.223Z | Downloaded winnow v0.5.15 |
794 | 2023-11-08T19:02:51.234Z | Downloaded anstream v0.5.0 |
795 | 2023-11-08T19:02:51.239Z | Downloaded anstyle-query v1.0.0 |
796 | 2023-11-08T19:02:51.242Z | Downloaded terminal_size v0.2.6 |
797 | 2023-11-08T19:02:51.246Z | Downloaded utf8parse v0.2.1 |
798 | 2023-11-08T19:02:51.251Z | Downloaded strsim v0.10.0 |
799 | 2023-11-08T19:02:51.357Z | Compiling proc-macro2 v1.0.67 |
800 | 2023-11-08T19:02:51.360Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-08T19:02:51.363Z | Compiling serde v1.0.188 |
802 | 2023-11-08T19:02:51.366Z | Compiling libc v0.2.150 |
803 | 2023-11-08T19:02:51.369Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-08T19:02:51.375Z | Compiling rustix v0.37.23 |
805 | 2023-11-08T19:02:51.378Z | Compiling utf8parse v0.2.1 |
806 | 2023-11-08T19:02:51.381Z | Compiling equivalent v1.0.1 |
807 | 2023-11-08T19:02:51.594Z | Compiling hashbrown v0.14.2 |
808 | 2023-11-08T19:02:51.690Z | Compiling bitflags v1.3.2 |
809 | 2023-11-08T19:02:51.821Z | Compiling anstyle-parse v0.2.1 |
810 | 2023-11-08T19:02:52.222Z | Compiling anstyle v1.0.2 |
811 | 2023-11-08T19:02:52.681Z | Compiling colorchoice v1.0.0 |
812 | 2023-11-08T19:02:52.849Z | Compiling winnow v0.5.15 |
813 | 2023-11-08T19:02:53.083Z | Compiling indexmap v2.1.0 |
814 | 2023-11-08T19:02:53.106Z | Compiling serde_json v1.0.108 |
815 | 2023-11-08T19:02:53.225Z | Compiling camino v1.1.6 |
816 | 2023-11-08T19:02:53.307Z | Compiling anstyle-query v1.0.0 |
817 | 2023-11-08T19:02:53.416Z | Compiling semver v1.0.20 |
818 | 2023-11-08T19:02:53.473Z | Compiling thiserror v1.0.49 |
819 | 2023-11-08T19:02:53.595Z | Compiling anstream v0.5.0 |
820 | 2023-11-08T19:02:54.073Z | Compiling anyhow v1.0.75 |
821 | 2023-11-08T19:02:54.144Z | Compiling itoa v1.0.9 |
822 | 2023-11-08T19:02:54.289Z | Compiling clap_lex v0.5.1 |
823 | 2023-11-08T19:02:54.476Z | Compiling quote v1.0.33 |
824 | 2023-11-08T19:02:54.620Z | Compiling heck v0.4.1 |
825 | 2023-11-08T19:02:54.754Z | Compiling strsim v0.10.0 |
826 | 2023-11-08T19:02:54.972Z | Compiling ryu v1.0.15 |
827 | 2023-11-08T19:02:55.051Z | Compiling syn v2.0.32 |
828 | 2023-11-08T19:02:55.457Z | Compiling errno v0.3.2 |
829 | 2023-11-08T19:02:56.862Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-08T19:02:57.004Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-08T19:03:02.014Z | Compiling serde_derive v1.0.188 |
832 | 2023-11-08T19:03:02.017Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-08T19:03:02.021Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-08T19:03:06.158Z | Compiling clap v4.4.3 |
835 | 2023-11-08T19:03:13.705Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-08T19:03:13.708Z | Compiling serde_spanned v0.6.4 |
837 | 2023-11-08T19:03:13.711Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-08T19:03:14.109Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-08T19:03:15.696Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-08T19:03:17.205Z | Compiling toml v0.8.8 |
841 | 2023-11-08T19:03:18.141Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-08T19:03:23.132Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-08T19:03:24.857Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
844 | 2023-11-08T19:03:24.863Z | Running `target/debug/xtask clippy` |
845 | 2023-11-08T19:03:24.875Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-08T19:03:25.576Z | Downloading crates ... |
847 | 2023-11-08T19:03:25.899Z | Downloaded adler v1.0.2 |
848 | 2023-11-08T19:03:25.912Z | Downloaded byteorder v1.5.0 |
849 | 2023-11-08T19:03:25.928Z | Downloaded http-range v0.1.5 |
850 | 2023-11-08T19:03:25.936Z | Downloaded bitstruct_derive v0.1.0 |
851 | 2023-11-08T19:03:25.939Z | Downloaded base64ct v1.6.0 |
852 | 2023-11-08T19:03:25.945Z | Downloaded bitstruct v0.1.1 |
853 | 2023-11-08T19:03:25.948Z | Downloaded constant_time_eq v0.2.6 |
854 | 2023-11-08T19:03:25.951Z | Downloaded chacha20 v0.9.1 |
855 | 2023-11-08T19:03:25.954Z | Downloaded bcs v0.1.6 |
856 | 2023-11-08T19:03:25.957Z | Downloaded home v0.5.5 |
857 | 2023-11-08T19:03:25.962Z | Downloaded rustls-pemfile v1.0.3 |
858 | 2023-11-08T19:03:25.966Z | Downloaded serde-big-array v0.4.1 |
859 | 2023-11-08T19:03:25.970Z | Downloaded num_enum v0.7.0 |
860 | 2023-11-08T19:03:25.973Z | Downloaded serial_test_derive v0.10.0 |
861 | 2023-11-08T19:03:25.976Z | Downloaded slog-scope v4.4.0 |
862 | 2023-11-08T19:03:25.979Z | Downloaded slog-dtrace v0.2.3 |
863 | 2023-11-08T19:03:25.983Z | Downloaded num v0.4.1 |
864 | 2023-11-08T19:03:25.987Z | Downloaded rustc-hash v1.1.0 |
865 | 2023-11-08T19:03:25.992Z | Downloaded async-stream-impl v0.3.5 |
866 | 2023-11-08T19:03:25.995Z | Downloaded atomicwrites v0.4.2 |
867 | 2023-11-08T19:03:25.997Z | Downloaded spin v0.5.2 |
868 | 2023-11-08T19:03:26.000Z | Downloaded nibble_vec v0.1.0 |
869 | 2023-11-08T19:03:26.003Z | Downloaded cfg-if v0.1.10 |
870 | 2023-11-08T19:03:26.006Z | Downloaded ipnetwork v0.20.0 |
871 | 2023-11-08T19:03:26.008Z | Downloaded crossbeam v0.8.2 |
872 | 2023-11-08T19:03:26.011Z | Downloaded matches v0.1.10 |
873 | 2023-11-08T19:03:26.013Z | Downloaded hubpack_derive v0.1.1 |
874 | 2023-11-08T19:03:26.016Z | Downloaded http v0.2.9 |
875 | 2023-11-08T19:03:26.018Z | Downloaded aes-gcm-siv v0.11.1 |
876 | 2023-11-08T19:03:26.021Z | Downloaded cexpr v0.6.0 |
877 | 2023-11-08T19:03:26.024Z | Downloaded assert_matches v1.5.0 |
878 | 2023-11-08T19:03:26.027Z | Downloaded arrayref v0.3.7 |
879 | 2023-11-08T19:03:26.030Z | Downloaded crc32fast v1.3.2 |
880 | 2023-11-08T19:03:26.035Z | Downloaded curve25519-dalek-derive v0.1.0 |
881 | 2023-11-08T19:03:26.037Z | Downloaded native-tls v0.2.11 |
882 | 2023-11-08T19:03:26.041Z | Downloaded deranged v0.3.8 |
883 | 2023-11-08T19:03:26.045Z | Downloaded difflib v0.4.0 |
884 | 2023-11-08T19:03:26.048Z | Downloaded vte_generate_state_changes v0.1.1 |
885 | 2023-11-08T19:03:26.051Z | Downloaded corncobs v0.1.3 |
886 | 2023-11-08T19:03:26.059Z | Downloaded num-complex v0.4.4 |
887 | 2023-11-08T19:03:26.066Z | Downloaded crossbeam-epoch v0.9.15 |
888 | 2023-11-08T19:03:26.073Z | Downloaded foreign-types-shared v0.1.1 |
889 | 2023-11-08T19:03:26.081Z | Downloaded parse-display v0.8.2 |
890 | 2023-11-08T19:03:26.090Z | Downloaded foreign-types-macros v0.2.3 |
891 | 2023-11-08T19:03:26.097Z | Downloaded walkdir v2.4.0 |
892 | 2023-11-08T19:03:26.103Z | Downloaded unicode-linebreak v0.1.5 |
893 | 2023-11-08T19:03:26.114Z | Downloaded darling v0.14.4 |
894 | 2023-11-08T19:03:26.120Z | Downloaded cstr-argument v0.1.2 |
895 | 2023-11-08T19:03:26.128Z | Downloaded supports-color v2.1.0 |
896 | 2023-11-08T19:03:26.135Z | Downloaded globset v0.4.13 |
897 | 2023-11-08T19:03:26.141Z | Downloaded ascii v1.1.0 |
898 | 2023-11-08T19:03:26.144Z | Downloaded strum_macros v0.24.3 |
899 | 2023-11-08T19:03:26.147Z | Downloaded take_mut v0.2.2 |
900 | 2023-11-08T19:03:26.150Z | Downloaded uuid v1.5.0 |
901 | 2023-11-08T19:03:26.153Z | Downloaded macaddr v1.0.1 |
902 | 2023-11-08T19:03:26.156Z | Downloaded hashlink v0.8.3 |
903 | 2023-11-08T19:03:26.159Z | Downloaded openssl-probe v0.1.5 |
904 | 2023-11-08T19:03:26.163Z | Downloaded termios v0.3.3 |
905 | 2023-11-08T19:03:26.166Z | Downloaded schemars_derive v0.8.13 |
906 | 2023-11-08T19:03:26.169Z | Downloaded signature v2.1.0 |
907 | 2023-11-08T19:03:26.171Z | Downloaded zeroize_derive v1.4.2 |
908 | 2023-11-08T19:03:26.174Z | Downloaded signature v1.6.4 |
909 | 2023-11-08T19:03:26.176Z | Downloaded ctr v0.9.2 |
910 | 2023-11-08T19:03:26.179Z | Downloaded crypto-common v0.1.6 |
911 | 2023-11-08T19:03:26.182Z | Downloaded whoami v1.4.1 |
912 | 2023-11-08T19:03:26.185Z | Downloaded scheduled-thread-pool v0.2.7 |
913 | 2023-11-08T19:03:26.188Z | Downloaded stringprep v0.1.3 |
914 | 2023-11-08T19:03:26.192Z | Downloaded wyz v0.5.1 |
915 | 2023-11-08T19:03:26.195Z | Downloaded oso-derive v0.27.0 |
916 | 2023-11-08T19:03:26.198Z | Downloaded rpassword v7.2.0 |
917 | 2023-11-08T19:03:26.200Z | Downloaded unicase v2.7.0 |
918 | 2023-11-08T19:03:26.205Z | Downloaded parking_lot v0.11.2 |
919 | 2023-11-08T19:03:26.208Z | Downloaded ref-cast v1.0.20 |
920 | 2023-11-08T19:03:26.214Z | Downloaded resolv-conf v0.7.0 |
921 | 2023-11-08T19:03:26.224Z | Downloaded pkg-config v0.3.27 |
922 | 2023-11-08T19:03:26.238Z | Downloaded pin-utils v0.1.0 |
923 | 2023-11-08T19:03:26.254Z | Downloaded foreign-types v0.3.2 |
924 | 2023-11-08T19:03:26.281Z | Downloaded vsss-rs v3.3.1 |
925 | 2023-11-08T19:03:26.290Z | Downloaded serde-hex v0.1.0 |
926 | 2023-11-08T19:03:26.297Z | Downloaded tinyvec_macros v0.1.1 |
927 | 2023-11-08T19:03:26.302Z | Downloaded try-lock v0.2.4 |
928 | 2023-11-08T19:03:26.307Z | Downloaded oorandom v11.1.3 |
929 | 2023-11-08T19:03:26.312Z | Downloaded futures-timer v3.0.2 |
930 | 2023-11-08T19:03:26.321Z | Downloaded thiserror-impl-no-std v2.0.2 |
931 | 2023-11-08T19:03:26.333Z | Downloaded float-cmp v0.9.0 |
932 | 2023-11-08T19:03:26.347Z | Downloaded packed_struct v0.10.1 |
933 | 2023-11-08T19:03:26.771Z | Downloaded sct v0.7.0 |
934 | 2023-11-08T19:03:26.788Z | Downloaded plotters-svg v0.3.5 |
935 | 2023-11-08T19:03:26.812Z | Downloaded pem-rfc7468 v0.7.0 |
936 | 2023-11-08T19:03:26.826Z | Downloaded parse-display v0.7.0 |
937 | 2023-11-08T19:03:26.835Z | Downloaded untrusted v0.9.0 |
938 | 2023-11-08T19:03:26.845Z | Downloaded papergrid v0.10.0 |
939 | 2023-11-08T19:03:26.852Z | Downloaded usdt-impl v0.3.5 |
940 | 2023-11-08T19:03:26.856Z | Downloaded percent-encoding v2.3.0 |
941 | 2023-11-08T19:03:26.864Z | Downloaded pem v3.0.2 |
942 | 2023-11-08T19:03:26.870Z | Downloaded getopts v0.2.21 |
943 | 2023-11-08T19:03:26.873Z | Downloaded pkcs1 v0.7.5 |
944 | 2023-11-08T19:03:26.876Z | Downloaded schemars v0.8.13 |
945 | 2023-11-08T19:03:26.917Z | Downloaded plotters-backend v0.3.5 |
946 | 2023-11-08T19:03:26.921Z | Downloaded num_enum v0.5.11 |
947 | 2023-11-08T19:03:26.932Z | Downloaded dashmap v5.5.1 |
948 | 2023-11-08T19:03:26.935Z | Downloaded termtree v0.4.1 |
949 | 2023-11-08T19:03:26.938Z | Downloaded fixedbitset v0.4.2 |
950 | 2023-11-08T19:03:26.941Z | Downloaded pest_derive v2.7.2 |
951 | 2023-11-08T19:03:26.944Z | Downloaded fxhash v0.2.1 |
952 | 2023-11-08T19:03:26.947Z | Downloaded slog-envlogger v2.2.0 |
953 | 2023-11-08T19:03:26.950Z | Downloaded endian-type v0.1.2 |
954 | 2023-11-08T19:03:26.953Z | Downloaded nom v7.1.3 |
955 | 2023-11-08T19:03:26.956Z | Downloaded rustversion v1.0.14 |
956 | 2023-11-08T19:03:26.959Z | Downloaded phf_shared v0.10.0 |
957 | 2023-11-08T19:03:26.962Z | Downloaded structmeta-derive v0.1.6 |
958 | 2023-11-08T19:03:26.965Z | Downloaded rand v0.4.6 |
959 | 2023-11-08T19:03:26.968Z | Downloaded structmeta v0.1.6 |
960 | 2023-11-08T19:03:26.973Z | Downloaded data-encoding v2.4.0 |
961 | 2023-11-08T19:03:26.976Z | Downloaded display-error-chain v0.2.0 |
962 | 2023-11-08T19:03:26.978Z | Downloaded darling_macro v0.20.3 |
963 | 2023-11-08T19:03:26.983Z | Downloaded yansi v0.5.1 |
964 | 2023-11-08T19:03:26.988Z | Downloaded tap v1.0.1 |
965 | 2023-11-08T19:03:26.992Z | Downloaded tracing-attributes v0.1.26 |
966 | 2023-11-08T19:03:26.996Z | Downloaded unicode-width v0.1.11 |
967 | 2023-11-08T19:03:27.006Z | Downloaded number_prefix v0.4.0 |
968 | 2023-11-08T19:03:27.012Z | Downloaded time-core v0.1.1 |
969 | 2023-11-08T19:03:27.016Z | Downloaded dof v0.1.5 |
970 | 2023-11-08T19:03:27.019Z | Downloaded time-macros v0.2.13 |
971 | 2023-11-08T19:03:27.023Z | Downloaded tokio-stream v0.1.14 |
972 | 2023-11-08T19:03:27.028Z | Downloaded enum-as-inner v0.5.1 |
973 | 2023-11-08T19:03:27.032Z | Downloaded shlex v1.1.0 |
974 | 2023-11-08T19:03:27.039Z | Downloaded pretty-hex v0.2.1 |
975 | 2023-11-08T19:03:27.045Z | Downloaded slog-async v2.8.0 |
976 | 2023-11-08T19:03:27.050Z | Downloaded match_cfg v0.1.0 |
977 | 2023-11-08T19:03:27.054Z | Downloaded owo-colors v3.5.0 |
978 | 2023-11-08T19:03:27.057Z | Downloaded ena v0.14.2 |
979 | 2023-11-08T19:03:27.061Z | Downloaded version_check v0.9.4 |
980 | 2023-11-08T19:03:27.065Z | Downloaded pretty-hex v0.3.0 |
981 | 2023-11-08T19:03:27.072Z | Downloaded unarray v0.1.4 |
982 | 2023-11-08T19:03:27.079Z | Downloaded vec_map v0.8.2 |
983 | 2023-11-08T19:03:27.084Z | Downloaded peeking_take_while v0.1.2 |
984 | 2023-11-08T19:03:27.089Z | Downloaded usdt v0.3.5 |
985 | 2023-11-08T19:03:27.096Z | Downloaded pin-project-internal v1.1.3 |
986 | 2023-11-08T19:03:27.107Z | Downloaded derive_builder_macro v0.12.0 |
987 | 2023-11-08T19:03:27.112Z | Downloaded either v1.9.0 |
988 | 2023-11-08T19:03:27.119Z | Downloaded funty v2.0.0 |
989 | 2023-11-08T19:03:27.540Z | Downloaded strum_macros v0.25.2 |
990 | 2023-11-08T19:03:27.553Z | Downloaded subprocess v0.2.9 |
991 | 2023-11-08T19:03:27.967Z | Downloaded path-absolutize v3.1.0 |
992 | 2023-11-08T19:03:27.972Z | Downloaded url v2.4.1 |
993 | 2023-11-08T19:03:27.983Z | Downloaded darling_macro v0.14.4 |
994 | 2023-11-08T19:03:27.994Z | Downloaded futures-channel v0.3.29 |
995 | 2023-11-08T19:03:28.000Z | Downloaded tui-tree-widget v0.13.0 |
996 | 2023-11-08T19:03:28.014Z | Downloaded path-dedot v3.1.0 |
997 | 2023-11-08T19:03:28.024Z | Downloaded structopt-derive v0.4.18 |
998 | 2023-11-08T19:03:28.032Z | Downloaded term v0.7.0 |
999 | 2023-11-08T19:03:28.040Z | Downloaded tempfile v3.8.0 |
1000 | 2023-11-08T19:03:28.045Z | Downloaded foreign-types-shared v0.3.1 |
1001 | 2023-11-08T19:03:28.051Z | Downloaded filetime v0.2.22 |
1002 | 2023-11-08T19:03:28.059Z | Downloaded salty v0.2.0 |
1003 | 2023-11-08T19:03:28.067Z | Downloaded toolchain_find v0.2.0 |
1004 | 2023-11-08T19:03:28.075Z | Downloaded path-slash v0.1.5 |
1005 | 2023-11-08T19:03:28.082Z | Downloaded zone v0.3.0 |
1006 | 2023-11-08T19:03:28.090Z | Downloaded form_urlencoded v1.2.0 |
1007 | 2023-11-08T19:03:28.098Z | Downloaded parse-display-derive v0.8.2 |
1008 | 2023-11-08T19:03:28.107Z | Downloaded rustc-demangle v0.1.23 |
1009 | 2023-11-08T19:03:28.119Z | Downloaded yasna v0.5.2 |
1010 | 2023-11-08T19:03:28.133Z | Downloaded slab v0.4.9 |
1011 | 2023-11-08T19:03:28.150Z | Downloaded x509-cert v0.2.4 |
1012 | 2023-11-08T19:03:28.158Z | Downloaded futures-task v0.3.29 |
1013 | 2023-11-08T19:03:28.169Z | Downloaded tokio-macros v2.1.0 |
1014 | 2023-11-08T19:03:28.179Z | Downloaded proc-macro-error v1.0.4 |
1015 | 2023-11-08T19:03:28.187Z | Downloaded typenum v1.16.0 |
1016 | 2023-11-08T19:03:28.200Z | Downloaded smawk v0.3.1 |
1017 | 2023-11-08T19:03:28.205Z | Downloaded tinyvec v1.6.0 |
1018 | 2023-11-08T19:03:28.210Z | Downloaded predicates v2.1.5 |
1019 | 2023-11-08T19:03:28.214Z | Downloaded twox-hash v1.6.3 |
1020 | 2023-11-08T19:03:28.220Z | Downloaded postgres-types v0.2.6 |
1021 | 2023-11-08T19:03:28.224Z | Downloaded prettyplease v0.2.12 |
1022 | 2023-11-08T19:03:28.228Z | Downloaded password-hash v0.5.0 |
1023 | 2023-11-08T19:03:28.232Z | Downloaded vergen v8.2.4 |
1024 | 2023-11-08T19:03:28.236Z | Downloaded unicode-bidi v0.3.13 |
1025 | 2023-11-08T19:03:28.240Z | Downloaded crossterm v0.27.0 |
1026 | 2023-11-08T19:03:28.244Z | Downloaded log v0.4.20 |
1027 | 2023-11-08T19:03:28.248Z | Downloaded topological-sort v0.2.2 |
1028 | 2023-11-08T19:03:28.253Z | Downloaded regex-automata v0.1.10 |
1029 | 2023-11-08T19:03:28.256Z | Downloaded ff v0.13.0 |
1030 | 2023-11-08T19:03:28.261Z | Downloaded fatfs v0.3.6 |
1031 | 2023-11-08T19:03:28.264Z | Downloaded signal-hook v0.3.17 |
1032 | 2023-11-08T19:03:28.267Z | Downloaded regex-syntax v0.8.2 |
1033 | 2023-11-08T19:03:28.270Z | Downloaded rayon-core v1.12.0 |
1034 | 2023-11-08T19:03:28.275Z | Downloaded socket2 v0.4.9 |
1035 | 2023-11-08T19:03:28.278Z | Downloaded rand v0.8.5 |
1036 | 2023-11-08T19:03:28.281Z | Downloaded tough v0.14.0 |
1037 | 2023-11-08T19:03:28.284Z | Downloaded tungstenite v0.20.1 |
1038 | 2023-11-08T19:03:28.287Z | Downloaded petgraph v0.6.4 |
1039 | 2023-11-08T19:03:28.290Z | Downloaded tokio-postgres v0.7.10 |
1040 | 2023-11-08T19:03:28.293Z | Downloaded trust-dns-client v0.22.0 |
1041 | 2023-11-08T19:03:28.295Z | Downloaded steno v0.4.0 |
1042 | 2023-11-08T19:03:28.299Z | Downloaded serde_with v2.3.3 |
1043 | 2023-11-08T19:03:28.303Z | Downloaded lalrpop v0.19.12 |
1044 | 2023-11-08T19:03:28.307Z | Downloaded rusqlite v0.29.0 |
1045 | 2023-11-08T19:03:28.309Z | Downloaded tokio-util v0.7.10 |
1046 | 2023-11-08T19:03:28.312Z | Downloaded diesel v2.1.3 |
1047 | 2023-11-08T19:03:28.315Z | Downloaded unicode-normalization v0.1.22 |
1048 | 2023-11-08T19:03:28.318Z | Downloaded rayon v1.8.0 |
1049 | 2023-11-08T19:03:28.321Z | Downloaded smoltcp v0.8.2 |
1050 | 2023-11-08T19:03:28.324Z | Downloaded object v0.30.4 |
1051 | 2023-11-08T19:03:28.327Z | Downloaded rustls v0.21.8 |
1052 | 2023-11-08T19:03:28.331Z | Downloaded quick-xml v0.23.1 |
1053 | 2023-11-08T19:03:28.334Z | Downloaded regex-syntax v0.7.5 |
1054 | 2023-11-08T19:03:28.338Z | Downloaded vcpkg v0.2.15 |
1055 | 2023-11-08T19:03:28.341Z | Downloaded openssl v0.10.57 |
1056 | 2023-11-08T19:03:28.345Z | Downloaded radix_trie v0.2.1 |
1057 | 2023-11-08T19:03:28.349Z | Downloaded object v0.32.1 |
1058 | 2023-11-08T19:03:28.352Z | Downloaded bstr v1.6.0 |
1059 | 2023-11-08T19:03:28.355Z | Downloaded ratatui v0.23.0 |
1060 | 2023-11-08T19:03:28.358Z | Downloaded rustix v0.38.9 |
1061 | 2023-11-08T19:03:28.361Z | Downloaded sled v0.34.7 |
1062 | 2023-11-08T19:03:28.364Z | Downloaded tokio v1.33.0 |
1063 | 2023-11-08T19:03:28.368Z | Downloaded regex-automata v0.3.8 |
1064 | 2023-11-08T19:03:28.371Z | Downloaded zerocopy-derive v0.2.0 |
1065 | 2023-11-08T19:03:28.373Z | Downloaded regex-automata v0.4.3 |
1066 | 2023-11-08T19:03:28.378Z | Downloaded zerocopy-derive v0.6.4 |
1067 | 2023-11-08T19:03:28.381Z | Downloaded sha3 v0.10.8 |
1068 | 2023-11-08T19:03:28.384Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1069 | 2023-11-08T19:03:28.387Z | Downloaded openapiv3 v1.0.3 |
1070 | 2023-11-08T19:03:28.390Z | Downloaded regex-syntax v0.6.29 |
1071 | 2023-11-08T19:03:28.393Z | Downloaded regex v1.10.2 |
1072 | 2023-11-08T19:03:28.396Z | Downloaded webpki-roots v0.25.2 |
1073 | 2023-11-08T19:03:28.399Z | Downloaded polar-core v0.27.0 |
1074 | 2023-11-08T19:03:28.402Z | Downloaded futures-util v0.3.29 |
1075 | 2023-11-08T19:03:28.404Z | Downloaded curve25519-dalek v4.1.0 |
1076 | 2023-11-08T19:03:28.407Z | Downloaded bstr v0.2.17 |
1077 | 2023-11-08T19:03:28.410Z | Downloaded itertools v0.11.0 |
1078 | 2023-11-08T19:03:28.414Z | Downloaded tabled v0.14.0 |
1079 | 2023-11-08T19:03:28.416Z | Downloaded encoding_rs v0.8.33 |
1080 | 2023-11-08T19:03:28.419Z | Downloaded trust-dns-proto v0.22.0 |
1081 | 2023-11-08T19:03:28.422Z | Downloaded idna v0.4.0 |
1082 | 2023-11-08T19:03:28.425Z | Downloaded smoltcp v0.9.1 |
1083 | 2023-11-08T19:03:28.428Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1084 | 2023-11-08T19:03:28.431Z | Downloaded gimli v0.28.0 |
1085 | 2023-11-08T19:03:28.434Z | Downloaded ring v0.16.20 |
1086 | 2023-11-08T19:03:28.437Z | Downloaded idna v0.2.3 |
1087 | 2023-11-08T19:03:28.440Z | Downloaded reedline v0.23.0 |
1088 | 2023-11-08T19:03:28.443Z | Downloaded git2 v0.17.2 |
1089 | 2023-11-08T19:03:28.446Z | Downloaded regress v0.7.1 |
1090 | 2023-11-08T19:03:28.449Z | Downloaded syn v1.0.109 |
1091 | 2023-11-08T19:03:28.452Z | Downloaded trust-dns-server v0.22.1 |
1092 | 2023-11-08T19:03:28.455Z | Downloaded proptest v1.3.1 |
1093 | 2023-11-08T19:03:28.458Z | Downloaded pretty_assertions v1.4.0 |
1094 | 2023-11-08T19:03:28.462Z | Downloaded plotters v0.3.5 |
1095 | 2023-11-08T19:03:28.465Z | Downloaded rsa v0.9.2 |
1096 | 2023-11-08T19:03:28.468Z | Downloaded portable-atomic v1.4.3 |
1097 | 2023-11-08T19:03:28.471Z | Downloaded pest v2.7.2 |
1098 | 2023-11-08T19:03:28.474Z | Downloaded darling_core v0.20.3 |
1099 | 2023-11-08T19:03:28.477Z | Downloaded futures v0.3.29 |
1100 | 2023-11-08T19:03:28.480Z | Downloaded expectorate v1.1.0 |
1101 | 2023-11-08T19:03:28.482Z | Downloaded hkdf v0.12.3 |
1102 | 2023-11-08T19:03:28.485Z | Downloaded flume v0.11.0 |
1103 | 2023-11-08T19:03:28.488Z | Downloaded elliptic-curve v0.13.5 |
1104 | 2023-11-08T19:03:28.491Z | Downloaded toml_edit v0.20.7 |
1105 | 2023-11-08T19:03:28.494Z | Downloaded libz-sys v1.1.12 |
1106 | 2023-11-08T19:03:28.497Z | Downloaded h2 v0.3.21 |
1107 | 2023-11-08T19:03:28.500Z | Downloaded rustls-webpki v0.101.7 |
1108 | 2023-11-08T19:03:28.503Z | Downloaded partial-io v0.5.4 |
1109 | 2023-11-08T19:03:28.507Z | Downloaded aho-corasick v1.0.4 |
1110 | 2023-11-08T19:03:28.510Z | Downloaded tar v0.4.40 |
1111 | 2023-11-08T19:03:28.513Z | Downloaded time v0.3.27 |
1112 | 2023-11-08T19:03:28.517Z | Downloaded postgres-protocol v0.6.6 |
1113 | 2023-11-08T19:03:28.520Z | Downloaded tracing v0.1.37 |
1114 | 2023-11-08T19:03:28.524Z | Downloaded oso v0.27.0 |
1115 | 2023-11-08T19:03:28.527Z | Downloaded chrono v0.4.31 |
1116 | 2023-11-08T19:03:28.530Z | Downloaded flate2 v1.0.28 |
1117 | 2023-11-08T19:03:28.533Z | Downloaded trust-dns-resolver v0.22.0 |
1118 | 2023-11-08T19:03:28.536Z | Downloaded tungstenite v0.18.0 |
1119 | 2023-11-08T19:03:28.539Z | Downloaded fd-lock v3.0.13 |
1120 | 2023-11-08T19:03:28.544Z | Downloaded fastrand v2.0.0 |
1121 | 2023-11-08T19:03:28.552Z | Downloaded spki v0.7.2 |
1122 | 2023-11-08T19:03:29.000Z | Downloaded omicron-zone-package v0.8.3 |
1123 | 2023-11-08T19:03:29.019Z | Downloaded rand_core v0.6.4 |
1124 | 2023-11-08T19:03:29.037Z | Downloaded postcard v0.7.3 |
1125 | 2023-11-08T19:03:29.049Z | Downloaded serde_with_macros v2.3.3 |
1126 | 2023-11-08T19:03:29.077Z | Downloaded unicode-segmentation v1.10.1 |
1127 | 2023-11-08T19:03:29.105Z | Downloaded once_cell v1.18.0 |
1128 | 2023-11-08T19:03:29.123Z | Downloaded toml_edit v0.19.15 |
1129 | 2023-11-08T19:03:29.136Z | Downloaded rcgen v0.11.3 |
1130 | 2023-11-08T19:03:29.148Z | Downloaded tracing-core v0.1.31 |
1131 | 2023-11-08T19:03:29.160Z | Downloaded paste v1.0.14 |
1132 | 2023-11-08T19:03:29.171Z | Downloaded ppv-lite86 v0.2.17 |
1133 | 2023-11-08T19:03:29.182Z | Downloaded tinytemplate v1.2.1 |
1134 | 2023-11-08T19:03:29.192Z | Downloaded secrecy v0.8.0 |
1135 | 2023-11-08T19:03:29.200Z | Downloaded quick-error v1.2.3 |
1136 | 2023-11-08T19:03:29.206Z | Downloaded precomputed-hash v0.1.1 |
1137 | 2023-11-08T19:03:29.214Z | Downloaded parse-display-derive v0.7.0 |
1138 | 2023-11-08T19:03:29.222Z | Downloaded ring v0.17.5 |
1139 | 2023-11-08T19:03:29.230Z | Downloaded rustfmt-wrapper v0.2.0 |
1140 | 2023-11-08T19:03:29.242Z | Downloaded olpc-cjson v0.1.3 |
1141 | 2023-11-08T19:03:29.259Z | Downloaded serde_yaml v0.9.25 |
1142 | 2023-11-08T19:03:29.275Z | Downloaded der v0.7.8 |
1143 | 2023-11-08T19:03:29.288Z | Downloaded libxml v0.3.3 |
1144 | 2023-11-08T19:03:29.302Z | Downloaded bitvec v1.0.1 |
1145 | 2023-11-08T19:03:29.313Z | Downloaded libsqlite3-sys v0.26.0 |
1146 | 2023-11-08T19:03:29.323Z | Downloaded proc-macro-error-attr v1.0.4 |
1147 | 2023-11-08T19:03:29.332Z | Downloaded openssl-sys v0.9.93 |
1148 | 2023-11-08T19:03:29.347Z | Downloaded bindgen v0.65.1 |
1149 | 2023-11-08T19:03:29.363Z | Downloaded nix v0.26.2 |
1150 | 2023-11-08T19:03:29.373Z | Downloaded libm v0.2.7 |
1151 | 2023-11-08T19:03:29.382Z | Downloaded structmeta v0.2.0 |
1152 | 2023-11-08T19:03:29.396Z | Downloaded group v0.13.0 |
1153 | 2023-11-08T19:03:29.407Z | Downloaded hyper v0.14.27 |
1154 | 2023-11-08T19:03:29.416Z | Downloaded clap v2.34.0 |
1155 | 2023-11-08T19:03:29.426Z | Downloaded diesel_derives v2.1.1 |
1156 | 2023-11-08T19:03:29.435Z | Downloaded ucd-trie v0.1.6 |
1157 | 2023-11-08T19:03:29.455Z | Downloaded toml v0.5.11 |
1158 | 2023-11-08T19:03:29.888Z | Downloaded zeroize v1.6.0 |
1159 | 2023-11-08T19:03:29.898Z | Downloaded structmeta-derive v0.2.0 |
1160 | 2023-11-08T19:03:29.906Z | Downloaded erased-serde v0.3.30 |
1161 | 2023-11-08T19:03:29.913Z | Downloaded tiny-keccak v2.0.2 |
1162 | 2023-11-08T19:03:29.918Z | Downloaded phf_shared v0.11.2 |
1163 | 2023-11-08T19:03:29.926Z | Downloaded rustc_version v0.4.0 |
1164 | 2023-11-08T19:03:29.942Z | Downloaded env_logger v0.9.3 |
1165 | 2023-11-08T19:03:29.954Z | Downloaded slog v2.7.0 |
1166 | 2023-11-08T19:03:29.964Z | Downloaded aes v0.8.3 |
1167 | 2023-11-08T19:03:29.985Z | Downloaded datatest-stable v0.2.3 |
1168 | 2023-11-08T19:03:30.066Z | Downloaded rand_chacha v0.3.1 |
1169 | 2023-11-08T19:03:30.073Z | Downloaded pest_generator v2.7.2 |
1170 | 2023-11-08T19:03:30.082Z | Downloaded serde_urlencoded v0.7.1 |
1171 | 2023-11-08T19:03:30.095Z | Downloaded similar v2.2.1 |
1172 | 2023-11-08T19:03:30.102Z | Downloaded parking_lot v0.12.1 |
1173 | 2023-11-08T19:03:30.111Z | Downloaded ref-cast-impl v1.0.20 |
1174 | 2023-11-08T19:03:30.115Z | Downloaded futures-core v0.3.29 |
1175 | 2023-11-08T19:03:30.119Z | Downloaded unicode-xid v0.2.4 |
1176 | 2023-11-08T19:03:30.128Z | Downloaded hashbrown v0.12.3 |
1177 | 2023-11-08T19:03:30.140Z | Downloaded ron v0.8.1 |
1178 | 2023-11-08T19:03:30.146Z | Downloaded tokio-rustls v0.24.1 |
1179 | 2023-11-08T19:03:30.151Z | Downloaded structopt v0.3.26 |
1180 | 2023-11-08T19:03:30.159Z | Downloaded env_logger v0.10.0 |
1181 | 2023-11-08T19:03:30.571Z | Downloaded futures-executor v0.3.29 |
1182 | 2023-11-08T19:03:30.574Z | Downloaded strip-ansi-escapes v0.2.0 |
1183 | 2023-11-08T19:03:30.577Z | Downloaded which v4.4.0 |
1184 | 2023-11-08T19:03:30.583Z | Downloaded threadpool v1.8.1 |
1185 | 2023-11-08T19:03:30.600Z | Downloaded thread_local v1.1.7 |
1186 | 2023-11-08T19:03:30.613Z | Downloaded slog-stdlog v4.1.1 |
1187 | 2023-11-08T19:03:30.620Z | Downloaded parking_lot_core v0.9.8 |
1188 | 2023-11-08T19:03:30.630Z | Downloaded toml v0.7.8 |
1189 | 2023-11-08T19:03:30.640Z | Downloaded test-strategy v0.3.1 |
1190 | 2023-11-08T19:03:30.652Z | Downloaded rtoolbox v0.0.1 |
1191 | 2023-11-08T19:03:30.659Z | Downloaded ed25519 v1.5.3 |
1192 | 2023-11-08T19:03:30.663Z | Downloaded dyn-clone v1.0.13 |
1193 | 2023-11-08T19:03:30.667Z | Downloaded termcolor v1.2.0 |
1194 | 2023-11-08T19:03:30.670Z | Downloaded criterion v0.5.1 |
1195 | 2023-11-08T19:03:30.674Z | Downloaded zip v0.6.6 |
1196 | 2023-11-08T19:03:30.685Z | Downloaded polyval v0.6.1 |
1197 | 2023-11-08T19:03:30.688Z | Downloaded poly1305 v0.8.0 |
1198 | 2023-11-08T19:03:30.692Z | Downloaded platforms v3.0.2 |
1199 | 2023-11-08T19:03:30.696Z | Downloaded pest_meta v2.7.2 |
1200 | 2023-11-08T19:03:30.699Z | Downloaded crypto-bigint v0.5.2 |
1201 | 2023-11-08T19:03:30.703Z | Downloaded textwrap v0.16.0 |
1202 | 2023-11-08T19:03:30.707Z | Downloaded crossterm v0.26.1 |
1203 | 2023-11-08T19:03:30.712Z | Downloaded waitgroup v0.1.2 |
1204 | 2023-11-08T19:03:30.716Z | Downloaded ron v0.7.1 |
1205 | 2023-11-08T19:03:30.720Z | Downloaded sha1 v0.10.5 |
1206 | 2023-11-08T19:03:30.726Z | Downloaded serde_tokenstream v0.2.0 |
1207 | 2023-11-08T19:03:30.730Z | Downloaded hashbrown v0.13.2 |
1208 | 2023-11-08T19:03:30.733Z | Downloaded swrite v0.1.0 |
1209 | 2023-11-08T19:03:30.738Z | Downloaded dtrace-parser v0.1.14 |
1210 | 2023-11-08T19:03:30.742Z | Downloaded downcast v0.11.0 |
1211 | 2023-11-08T19:03:30.747Z | Downloaded doc-comment v0.3.3 |
1212 | 2023-11-08T19:03:30.752Z | Downloaded rand_xorshift v0.3.0 |
1213 | 2023-11-08T19:03:30.756Z | Downloaded tokio-tungstenite v0.18.0 |
1214 | 2023-11-08T19:03:30.761Z | Downloaded fs-err v2.9.0 |
1215 | 2023-11-08T19:03:30.765Z | Downloaded string_cache v0.8.7 |
1216 | 2023-11-08T19:03:30.770Z | Downloaded darling_core v0.14.4 |
1217 | 2023-11-08T19:03:30.778Z | Downloaded mio v0.8.8 |
1218 | 2023-11-08T19:03:30.785Z | Downloaded const_format v0.2.31 |
1219 | 2023-11-08T19:03:30.792Z | Downloaded flagset v0.4.3 |
1220 | 2023-11-08T19:03:30.802Z | Downloaded getrandom v0.2.10 |
1221 | 2023-11-08T19:03:30.808Z | Downloaded slog-term v2.9.0 |
1222 | 2023-11-08T19:03:30.814Z | Downloaded pem v1.1.1 |
1223 | 2023-11-08T19:03:30.821Z | Downloaded similar-asserts v1.5.0 |
1224 | 2023-11-08T19:03:30.829Z | Downloaded rusty-fork v0.3.0 |
1225 | 2023-11-08T19:03:30.837Z | Downloaded glob v0.3.1 |
1226 | 2023-11-08T19:03:30.850Z | Downloaded fallible-streaming-iterator v0.1.9 |
1227 | 2023-11-08T19:03:30.859Z | Downloaded trybuild v1.0.85 |
1228 | 2023-11-08T19:03:30.870Z | Downloaded darling v0.20.3 |
1229 | 2023-11-08T19:03:30.875Z | Downloaded crossbeam-channel v0.5.8 |
1230 | 2023-11-08T19:03:30.879Z | Downloaded itertools v0.10.5 |
1231 | 2023-11-08T19:03:30.883Z | Downloaded generic-array v0.14.7 |
1232 | 2023-11-08T19:03:30.887Z | Downloaded tokio-native-tls v0.3.1 |
1233 | 2023-11-08T19:03:30.891Z | Downloaded untrusted v0.7.1 |
1234 | 2023-11-08T19:03:30.895Z | Downloaded futures-sink v0.3.29 |
1235 | 2023-11-08T19:03:30.904Z | Downloaded futures-io v0.3.29 |
1236 | 2023-11-08T19:03:30.912Z | Downloaded fragile v2.0.0 |
1237 | 2023-11-08T19:03:30.917Z | Downloaded fnv v1.0.7 |
1238 | 2023-11-08T19:03:30.923Z | Downloaded slog-json v2.6.1 |
1239 | 2023-11-08T19:03:30.928Z | Downloaded sha2 v0.10.8 |
1240 | 2023-11-08T19:03:30.932Z | Downloaded postcard-cobs v0.1.5-pre |
1241 | 2023-11-08T19:03:30.939Z | Downloaded pin-project-lite v0.2.13 |
1242 | 2023-11-08T19:03:30.951Z | Downloaded headers v0.3.9 |
1243 | 2023-11-08T19:03:30.956Z | Downloaded snafu v0.7.5 |
1244 | 2023-11-08T19:03:30.960Z | Downloaded xattr v1.0.1 |
1245 | 2023-11-08T19:03:30.969Z | Downloaded predicates-core v1.0.6 |
1246 | 2023-11-08T19:03:30.980Z | Downloaded tokio-tungstenite v0.20.1 |
1247 | 2023-11-08T19:03:30.987Z | Downloaded fallible-iterator v0.2.0 |
1248 | 2023-11-08T19:03:30.994Z | Downloaded futures-macro v0.3.29 |
1249 | 2023-11-08T19:03:31.001Z | Downloaded serde_tokenstream v0.1.7 |
1250 | 2023-11-08T19:03:31.014Z | Downloaded base64 v0.21.5 |
1251 | 2023-11-08T19:03:31.023Z | Downloaded num-bigint v0.4.4 |
1252 | 2023-11-08T19:03:31.441Z | Downloaded textwrap v0.11.0 |
1253 | 2023-11-08T19:03:31.452Z | Downloaded der_derive v0.7.2 |
1254 | 2023-11-08T19:03:31.467Z | Downloaded pin-project v1.1.3 |
1255 | 2023-11-08T19:03:31.480Z | Downloaded heapless v0.7.16 |
1256 | 2023-11-08T19:03:31.888Z | Downloaded derive-where v1.2.5 |
1257 | 2023-11-08T19:03:31.891Z | Downloaded serde_derive_internals v0.26.0 |
1258 | 2023-11-08T19:03:31.894Z | Downloaded radium v0.7.0 |
1259 | 2023-11-08T19:03:31.899Z | Downloaded pkcs8 v0.10.2 |
1260 | 2023-11-08T19:03:31.903Z | Downloaded relative-path v1.9.0 |
1261 | 2023-11-08T19:03:31.908Z | Downloaded thread-id v4.2.0 |
1262 | 2023-11-08T19:03:31.912Z | Downloaded thiserror-no-std v2.0.2 |
1263 | 2023-11-08T19:03:31.917Z | Downloaded tower-service v0.3.2 |
1264 | 2023-11-08T19:03:31.921Z | Downloaded slog-bunyan v2.4.0 |
1265 | 2023-11-08T19:03:31.926Z | Downloaded rustc_version v0.1.7 |
1266 | 2023-11-08T19:03:31.934Z | Downloaded libloading v0.7.4 |
1267 | 2023-11-08T19:03:32.348Z | Downloaded semver v0.11.0 |
1268 | 2023-11-08T19:03:32.353Z | Downloaded semver v0.1.20 |
1269 | 2023-11-08T19:03:32.359Z | Downloaded num-bigint-dig v0.8.4 |
1270 | 2023-11-08T19:03:32.363Z | Downloaded parking_lot_core v0.8.6 |
1271 | 2023-11-08T19:03:32.373Z | Downloaded r2d2 v0.8.10 |
1272 | 2023-11-08T19:03:32.377Z | Downloaded serde_arrays v0.1.0 |
1273 | 2023-11-08T19:03:32.386Z | Downloaded foreign-types v0.5.0 |
1274 | 2023-11-08T19:03:32.394Z | Downloaded vte v0.11.1 |
1275 | 2023-11-08T19:03:32.398Z | Downloaded zerocopy v0.6.4 |
1276 | 2023-11-08T19:03:32.806Z | Downloaded const-oid v0.9.5 |
1277 | 2023-11-08T19:03:32.813Z | Downloaded cc v1.0.83 |
1278 | 2023-11-08T19:03:32.819Z | Downloaded dirs-sys-next v0.1.2 |
1279 | 2023-11-08T19:03:32.824Z | Downloaded debug-ignore v1.0.5 |
1280 | 2023-11-08T19:03:32.829Z | Downloaded remove_dir_all v0.5.3 |
1281 | 2023-11-08T19:03:32.834Z | Downloaded openssl-macros v0.1.1 |
1282 | 2023-11-08T19:03:32.840Z | Downloaded arc-swap v1.6.0 |
1283 | 2023-11-08T19:03:32.850Z | Downloaded socket2 v0.5.4 |
1284 | 2023-11-08T19:03:32.855Z | Downloaded signal-hook-tokio v0.3.1 |
1285 | 2023-11-08T19:03:32.862Z | Downloaded signal-hook-registry v1.4.1 |
1286 | 2023-11-08T19:03:32.870Z | Downloaded shell-words v1.1.0 |
1287 | 2023-11-08T19:03:32.878Z | Downloaded opaque-debug v0.3.0 |
1288 | 2023-11-08T19:03:32.885Z | Downloaded wait-timeout v0.2.0 |
1289 | 2023-11-08T19:03:32.896Z | Downloaded subtle v2.5.0 |
1290 | 2023-11-08T19:03:32.911Z | Downloaded half v1.8.2 |
1291 | 2023-11-08T19:03:32.923Z | Downloaded diff v0.1.13 |
1292 | 2023-11-08T19:03:32.936Z | Downloaded derive_more v0.99.17 |
1293 | 2023-11-08T19:03:32.947Z | Downloaded rustls-native-certs v0.6.3 |
1294 | 2023-11-08T19:03:33.369Z | Downloaded minimal-lexical v0.2.1 |
1295 | 2023-11-08T19:03:33.377Z | Downloaded lock_api v0.4.10 |
1296 | 2023-11-08T19:03:33.387Z | Downloaded serde-big-array v0.5.1 |
1297 | 2023-11-08T19:03:33.404Z | Downloaded packed_struct_codegen v0.10.1 |
1298 | 2023-11-08T19:03:33.415Z | Downloaded phf v0.11.2 |
1299 | 2023-11-08T19:03:33.419Z | Downloaded tempdir v0.3.7 |
1300 | 2023-11-08T19:03:33.428Z | Downloaded derive_builder v0.12.0 |
1301 | 2023-11-08T19:03:33.437Z | Downloaded tabled_derive v0.6.0 |
1302 | 2023-11-08T19:03:33.453Z | Downloaded strsim v0.8.0 |
1303 | 2023-11-08T19:03:33.459Z | Downloaded same-file v1.0.6 |
1304 | 2023-11-08T19:03:33.469Z | Downloaded proc-macro-crate v1.3.1 |
1305 | 2023-11-08T19:03:33.481Z | Downloaded unsafe-libyaml v0.2.9 |
1306 | 2023-11-08T19:03:33.489Z | Downloaded spin v0.9.8 |
1307 | 2023-11-08T19:03:33.496Z | Downloaded num-derive v0.4.0 |
1308 | 2023-11-08T19:03:33.504Z | Downloaded indicatif v0.17.7 |
1309 | 2023-11-08T19:03:33.511Z | Downloaded crc-any v2.4.3 |
1310 | 2023-11-08T19:03:33.518Z | Downloaded num-traits v0.2.16 |
1311 | 2023-11-08T19:03:33.527Z | Downloaded ahash v0.8.3 |
1312 | 2023-11-08T19:03:33.532Z | Downloaded addr2line v0.21.0 |
1313 | 2023-11-08T19:03:33.541Z | Downloaded allocator-api2 v0.2.16 |
1314 | 2023-11-08T19:03:33.550Z | Downloaded crunchy v0.2.2 |
1315 | 2023-11-08T19:03:33.556Z | Downloaded zone_cfg_derive v0.3.0 |
1316 | 2023-11-08T19:03:33.569Z | Downloaded utf-8 v0.7.6 |
1317 | 2023-11-08T19:03:33.578Z | Downloaded usdt-macro v0.3.5 |
1318 | 2023-11-08T19:03:33.584Z | Downloaded usdt-attr-macro v0.3.5 |
1319 | 2023-11-08T19:03:33.594Z | Downloaded synstructure v0.12.6 |
1320 | 2023-11-08T19:03:34.031Z | Downloaded indexmap v1.9.3 |
1321 | 2023-11-08T19:03:34.047Z | Downloaded cookie v0.16.2 |
1322 | 2023-11-08T19:03:34.066Z | Downloaded cancel-safe-futures v0.1.5 |
1323 | 2023-11-08T19:03:34.082Z | Downloaded semver-parser v0.10.2 |
1324 | 2023-11-08T19:03:34.091Z | Downloaded criterion-plot v0.5.0 |
1325 | 2023-11-08T19:03:34.104Z | Downloaded miniz_oxide v0.7.1 |
1326 | 2023-11-08T19:03:34.113Z | Downloaded strum v0.25.0 |
1327 | 2023-11-08T19:03:34.125Z | Downloaded rust-argon2 v1.0.1 |
1328 | 2023-11-08T19:03:34.139Z | Downloaded predicates v3.0.4 |
1329 | 2023-11-08T19:03:34.160Z | Downloaded want v0.3.1 |
1330 | 2023-11-08T19:03:34.577Z | Downloaded lazy_static v1.4.0 |
1331 | 2023-11-08T19:03:34.585Z | Downloaded cast v0.3.0 |
1332 | 2023-11-08T19:03:34.595Z | Downloaded backoff v0.4.0 |
1333 | 2023-11-08T19:03:35.017Z | Downloaded async-trait v0.1.74 |
1334 | 2023-11-08T19:03:35.034Z | Downloaded assert_cmd v2.0.12 |
1335 | 2023-11-08T19:03:35.048Z | Downloaded arrayvec v0.7.4 |
1336 | 2023-11-08T19:03:35.067Z | Downloaded derive_builder_core v0.12.0 |
1337 | 2023-11-08T19:03:35.086Z | Downloaded smf v0.2.2 |
1338 | 2023-11-08T19:03:35.106Z | Downloaded num-iter v0.1.43 |
1339 | 2023-11-08T19:03:35.116Z | Downloaded nu-ansi-term v0.49.0 |
1340 | 2023-11-08T19:03:35.126Z | Downloaded crossbeam-queue v0.3.8 |
1341 | 2023-11-08T19:03:35.141Z | Downloaded libtest-mimic v0.6.1 |
1342 | 2023-11-08T19:03:35.154Z | Downloaded constant_time_eq v0.3.0 |
1343 | 2023-11-08T19:03:35.171Z | Downloaded digest v0.10.7 |
1344 | 2023-11-08T19:03:35.183Z | Downloaded ipnet v2.8.0 |
1345 | 2023-11-08T19:03:35.195Z | Downloaded hyper-rustls v0.24.2 |
1346 | 2023-11-08T19:03:35.204Z | Downloaded humantime v2.1.0 |
1347 | 2023-11-08T19:03:35.213Z | Downloaded ciborium v0.2.1 |
1348 | 2023-11-08T19:03:35.227Z | Downloaded smallvec v0.6.14 |
1349 | 2023-11-08T19:03:35.299Z | Downloaded serde_path_to_error v0.1.14 |
1350 | 2023-11-08T19:03:35.311Z | Downloaded managed v0.8.0 |
1351 | 2023-11-08T19:03:35.322Z | Downloaded linear-map v1.2.0 |
1352 | 2023-11-08T19:03:35.334Z | Downloaded inout v0.1.3 |
1353 | 2023-11-08T19:03:35.346Z | Downloaded cpufeatures v0.2.9 |
1354 | 2023-11-08T19:03:35.360Z | Downloaded bytecount v0.6.3 |
1355 | 2023-11-08T19:03:35.375Z | Downloaded memoffset v0.9.0 |
1356 | 2023-11-08T19:03:35.380Z | Downloaded lru-cache v0.1.2 |
1357 | 2023-11-08T19:03:35.385Z | Downloaded lazycell v1.3.0 |
1358 | 2023-11-08T19:03:35.391Z | Downloaded lalrpop-util v0.19.12 |
1359 | 2023-11-08T19:03:35.396Z | Downloaded httpdate v1.0.3 |
1360 | 2023-11-08T19:03:35.403Z | Downloaded http-body v0.4.5 |
1361 | 2023-11-08T19:03:35.410Z | Downloaded crossbeam-deque v0.8.3 |
1362 | 2023-11-08T19:03:35.433Z | Downloaded cfg-if v1.0.0 |
1363 | 2023-11-08T19:03:35.442Z | Downloaded mime_guess v2.0.4 |
1364 | 2023-11-08T19:03:35.453Z | Downloaded predicates-tree v1.0.9 |
1365 | 2023-11-08T19:03:35.462Z | Downloaded num_threads v0.1.6 |
1366 | 2023-11-08T19:03:35.471Z | Downloaded headers-core v0.2.0 |
1367 | 2023-11-08T19:03:35.486Z | Downloaded static_assertions v1.1.0 |
1368 | 2023-11-08T19:03:35.902Z | Downloaded highway v1.1.0 |
1369 | 2023-11-08T19:03:35.916Z | Downloaded clang-sys v1.6.1 |
1370 | 2023-11-08T19:03:35.929Z | Downloaded camino-tempfile v1.0.2 |
1371 | 2023-11-08T19:03:35.944Z | Downloaded base16ct v0.2.0 |
1372 | 2023-11-08T19:03:35.969Z | Downloaded ascii-canvas v3.0.0 |
1373 | 2023-11-08T19:03:35.984Z | Downloaded argon2 v0.5.2 |
1374 | 2023-11-08T19:03:35.996Z | Downloaded num-rational v0.4.1 |
1375 | 2023-11-08T19:03:36.009Z | Downloaded async-stream v0.3.5 |
1376 | 2023-11-08T19:03:36.024Z | Downloaded ansi_term v0.12.1 |
1377 | 2023-11-08T19:03:36.050Z | Downloaded autocfg v1.1.0 |
1378 | 2023-11-08T19:03:36.062Z | Downloaded array-init v0.0.4 |
1379 | 2023-11-08T19:03:36.074Z | Downloaded heck v0.3.3 |
1380 | 2023-11-08T19:03:36.084Z | Downloaded hash32 v0.2.1 |
1381 | 2023-11-08T19:03:36.096Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1382 | 2023-11-08T19:03:36.105Z | Downloaded crucible-workspace-hack v0.1.0 |
1383 | 2023-11-08T19:03:36.114Z | Downloaded libsw v3.3.0 |
1384 | 2023-11-08T19:03:36.124Z | Downloaded indoc v1.0.9 |
1385 | 2023-11-08T19:03:36.134Z | Downloaded crc v3.0.1 |
1386 | 2023-11-08T19:03:36.146Z | Downloaded const_format_proc_macros v0.2.31 |
1387 | 2023-11-08T19:03:36.156Z | Downloaded dirs-next v2.0.0 |
1388 | 2023-11-08T19:03:36.171Z | Downloaded zerocopy v0.3.0 |
1389 | 2023-11-08T19:03:36.180Z | Downloaded universal-hash v0.5.1 |
1390 | 2023-11-08T19:03:36.192Z | Downloaded snafu-derive v0.7.5 |
1391 | 2023-11-08T19:03:36.206Z | Downloaded nodrop v0.1.14 |
1392 | 2023-11-08T19:03:36.218Z | Downloaded ident_case v1.0.1 |
1393 | 2023-11-08T19:03:36.232Z | Downloaded hex v0.4.3 |
1394 | 2023-11-08T19:03:36.251Z | Downloaded approx v0.5.1 |
1395 | 2023-11-08T19:03:36.265Z | Downloaded anes v0.1.6 |
1396 | 2023-11-08T19:03:36.278Z | Downloaded aead v0.5.2 |
1397 | 2023-11-08T19:03:36.289Z | Downloaded reqwest v0.11.20 |
1398 | 2023-11-08T19:03:36.334Z | Downloaded num_enum_derive v0.5.11 |
1399 | 2023-11-08T19:03:36.345Z | Downloaded nanorand v0.7.0 |
1400 | 2023-11-08T19:03:36.355Z | Downloaded multer v2.1.0 |
1401 | 2023-11-08T19:03:36.777Z | Downloaded md-5 v0.10.5 |
1402 | 2023-11-08T19:03:36.791Z | Downloaded maplit v1.0.2 |
1403 | 2023-11-08T19:03:36.800Z | Downloaded impl-trait-for-tuples v0.2.2 |
1404 | 2023-11-08T19:03:36.804Z | Downloaded bytesize v1.3.0 |
1405 | 2023-11-08T19:03:36.809Z | Downloaded num_cpus v1.16.0 |
1406 | 2023-11-08T19:03:36.813Z | Downloaded mockall v0.11.4 |
1407 | 2023-11-08T19:03:36.820Z | Downloaded memoffset v0.7.1 |
1408 | 2023-11-08T19:03:36.823Z | Downloaded stable_deref_trait v1.2.0 |
1409 | 2023-11-08T19:03:36.827Z | Downloaded smallvec v1.11.0 |
1410 | 2023-11-08T19:03:36.831Z | Downloaded num_enum_derive v0.7.0 |
1411 | 2023-11-08T19:03:36.840Z | Downloaded mockall_derive v0.11.4 |
1412 | 2023-11-08T19:03:36.858Z | Downloaded is-terminal v0.4.9 |
1413 | 2023-11-08T19:03:36.882Z | Downloaded iana-time-zone v0.1.57 |
1414 | 2023-11-08T19:03:36.887Z | Downloaded hostname v0.3.1 |
1415 | 2023-11-08T19:03:36.891Z | Downloaded num-integer v0.1.45 |
1416 | 2023-11-08T19:03:36.897Z | Downloaded keccak v0.1.4 |
1417 | 2023-11-08T19:03:36.901Z | Downloaded jobserver v0.1.26 |
1418 | 2023-11-08T19:03:36.905Z | Downloaded hex-literal v0.4.1 |
1419 | 2023-11-08T19:03:36.909Z | Downloaded crc-catalog v2.2.0 |
1420 | 2023-11-08T19:03:36.913Z | Downloaded hubpack v0.1.2 |
1421 | 2023-11-08T19:03:36.916Z | Downloaded mime v0.3.17 |
1422 | 2023-11-08T19:03:36.919Z | Downloaded indoc v2.0.3 |
1423 | 2023-11-08T19:03:36.922Z | Downloaded httptest v0.15.5 |
1424 | 2023-11-08T19:03:36.925Z | Downloaded newtype_derive v0.1.6 |
1425 | 2023-11-08T19:03:36.928Z | Downloaded maybe-uninit v2.0.0 |
1426 | 2023-11-08T19:03:36.931Z | Downloaded siphasher v0.3.11 |
1427 | 2023-11-08T19:03:36.941Z | Downloaded ringbuffer v0.15.0 |
1428 | 2023-11-08T19:03:36.944Z | Downloaded linked-hash-map v0.5.6 |
1429 | 2023-11-08T19:03:36.947Z | Downloaded is_ci v1.1.1 |
1430 | 2023-11-08T19:03:36.950Z | Downloaded hyper-tls v0.5.0 |
1431 | 2023-11-08T19:03:36.953Z | Downloaded httparse v1.8.0 |
1432 | 2023-11-08T19:03:36.956Z | Downloaded hmac v0.12.1 |
1433 | 2023-11-08T19:03:36.959Z | Downloaded ciborium-io v0.2.1 |
1434 | 2023-11-08T19:03:36.962Z | Downloaded cassowary v0.3.0 |
1435 | 2023-11-08T19:03:36.965Z | Downloaded bytes v1.5.0 |
1436 | 2023-11-08T19:03:36.968Z | Downloaded bitflags v2.4.0 |
1437 | 2023-11-08T19:03:36.972Z | Downloaded signal-hook-mio v0.2.3 |
1438 | 2023-11-08T19:03:36.975Z | Downloaded serde_repr v0.1.16 |
1439 | 2023-11-08T19:03:36.978Z | Downloaded hyper-staticfile v0.9.5 |
1440 | 2023-11-08T19:03:36.981Z | Downloaded chacha20poly1305 v0.10.1 |
1441 | 2023-11-08T19:03:36.984Z | Downloaded serial_test v0.10.0 |
1442 | 2023-11-08T19:03:36.988Z | Downloaded serde_plain v1.0.2 |
1443 | 2023-11-08T19:03:36.993Z | Downloaded rstest_macros v0.18.2 |
1444 | 2023-11-08T19:03:36.996Z | Downloaded rstest v0.18.2 |
1445 | 2023-11-08T19:03:37.010Z | Downloaded instant v0.1.12 |
1446 | 2023-11-08T19:03:37.014Z | Downloaded blake2b_simd v1.0.1 |
1447 | 2023-11-08T19:03:37.018Z | Downloaded basic-toml v0.1.4 |
1448 | 2023-11-08T19:03:37.021Z | Downloaded base64 v0.13.1 |
1449 | 2023-11-08T19:03:37.027Z | Downloaded backtrace v0.3.69 |
1450 | 2023-11-08T19:03:37.034Z | Downloaded libefi-sys v0.1.0 |
1451 | 2023-11-08T19:03:37.082Z | Downloaded colored v2.0.4 |
1452 | 2023-11-08T19:03:37.094Z | Downloaded cipher v0.4.4 |
1453 | 2023-11-08T19:03:37.099Z | Downloaded scopeguard v1.2.0 |
1454 | 2023-11-08T19:03:37.119Z | Downloaded convert_case v0.4.0 |
1455 | 2023-11-08T19:03:37.128Z | Downloaded console v0.15.7 |
1456 | 2023-11-08T19:03:37.133Z | Downloaded bzip2 v0.4.4 |
1457 | 2023-11-08T19:03:37.139Z | Downloaded buf-list v1.0.3 |
1458 | 2023-11-08T19:03:37.564Z | Downloaded normalize-line-endings v0.3.0 |
1459 | 2023-11-08T19:03:37.575Z | Downloaded newline-converter v0.3.0 |
1460 | 2023-11-08T19:03:37.582Z | Downloaded new_debug_unreachable v1.0.4 |
1461 | 2023-11-08T19:03:37.589Z | Downloaded crossbeam-utils v0.8.16 |
1462 | 2023-11-08T19:03:37.595Z | Downloaded ciborium-ll v0.2.1 |
1463 | 2023-11-08T19:03:37.602Z | Downloaded blake2 v0.10.6 |
1464 | 2023-11-08T19:03:37.609Z | Downloaded atty v0.2.14 |
1465 | 2023-11-08T19:03:37.626Z | Downloaded block-padding v0.3.3 |
1466 | 2023-11-08T19:03:37.632Z | Downloaded block-buffer v0.10.4 |
1467 | 2023-11-08T19:03:37.638Z | Downloaded bitfield v0.14.0 |
1468 | 2023-11-08T19:03:37.642Z | Downloaded bit_field v0.10.2 |
1469 | 2023-11-08T19:03:37.650Z | Downloaded bit-vec v0.6.3 |
1470 | 2023-11-08T19:03:37.661Z | Downloaded bit-set v0.5.3 |
1471 | 2023-11-08T19:03:38.078Z | Downloaded bincode v1.3.3 |
1472 | 2023-11-08T19:03:38.082Z | Downloaded bb8 v0.8.1 |
1473 | 2023-11-08T19:03:38.090Z | Downloaded atomic-waker v1.1.1 |
1474 | 2023-11-08T19:03:38.098Z | Downloaded async-recursion v1.0.5 |
1475 | 2023-11-08T19:03:38.119Z | Compiling proc-macro2 v1.0.67 |
1476 | 2023-11-08T19:03:38.141Z | Compiling serde v1.0.188 |
1477 | 2023-11-08T19:03:38.568Z | Compiling autocfg v1.1.0 |
1478 | 2023-11-08T19:03:38.576Z | Compiling version_check v0.9.4 |
1479 | 2023-11-08T19:03:38.582Z | Compiling syn v1.0.109 |
1480 | 2023-11-08T19:03:38.595Z | Compiling parking_lot_core v0.9.8 |
1481 | 2023-11-08T19:03:38.606Z | Compiling libm v0.2.7 |
1482 | 2023-11-08T19:03:38.611Z | Compiling libc v0.2.150 |
1483 | 2023-11-08T19:03:38.620Z | Compiling cfg-if v1.0.0 |
1484 | 2023-11-08T19:03:38.634Z | Compiling futures-core v0.3.29 |
1485 | 2023-11-08T19:03:38.643Z | Compiling once_cell v1.18.0 |
1486 | 2023-11-08T19:03:38.647Z | Compiling typenum v1.16.0 |
1487 | 2023-11-08T19:03:38.654Z | Compiling ahash v0.8.3 |
1488 | 2023-11-08T19:03:38.657Z | Compiling lock_api v0.4.10 |
1489 | 2023-11-08T19:03:38.660Z | Compiling num-traits v0.2.16 |
1490 | 2023-11-08T19:03:38.663Z | Compiling generic-array v0.14.7 |
1491 | 2023-11-08T19:03:38.667Z | Compiling quote v1.0.33 |
1492 | 2023-11-08T19:03:38.672Z | Compiling slab v0.4.9 |
1493 | 2023-11-08T19:03:38.675Z | Compiling futures-channel v0.3.29 |
1494 | 2023-11-08T19:03:38.682Z | Compiling syn v2.0.32 |
1495 | 2023-11-08T19:03:38.686Z | Compiling jobserver v0.1.26 |
1496 | 2023-11-08T19:03:38.689Z | Compiling futures-task v0.3.29 |
1497 | 2023-11-08T19:03:38.692Z | Compiling pkg-config v0.3.27 |
1498 | 2023-11-08T19:03:38.695Z | Compiling cc v1.0.83 |
1499 | 2023-11-08T19:03:38.698Z | Compiling futures-util v0.3.29 |
1500 | 2023-11-08T19:03:38.701Z | Compiling memchr v2.6.3 |
1501 | 2023-11-08T19:03:38.704Z | Compiling vcpkg v0.2.15 |
1502 | 2023-11-08T19:03:38.708Z | Compiling itoa v1.0.9 |
1503 | 2023-11-08T19:03:38.711Z | Compiling log v0.4.20 |
1504 | 2023-11-08T19:03:38.713Z | Compiling schemars v0.8.13 |
1505 | 2023-11-08T19:03:38.717Z | Compiling serde_json v1.0.108 |
1506 | 2023-11-08T19:03:38.719Z | Compiling ryu v1.0.15 |
1507 | 2023-11-08T19:03:38.724Z | Compiling httparse v1.8.0 |
1508 | 2023-11-08T19:03:38.727Z | Compiling indexmap v1.9.3 |
1509 | 2023-11-08T19:03:38.730Z | Compiling getrandom v0.2.10 |
1510 | 2023-11-08T19:03:38.733Z | Compiling allocator-api2 v0.2.16 |
1511 | 2023-11-08T19:03:38.737Z | Compiling rustix v0.38.9 |
1512 | 2023-11-08T19:03:38.740Z | Compiling equivalent v1.0.1 |
1513 | 2023-11-08T19:03:38.750Z | Compiling fnv v1.0.7 |
1514 | 2023-11-08T19:03:38.754Z | Compiling rustls v0.21.8 |
1515 | 2023-11-08T19:03:38.758Z | Compiling aho-corasick v1.0.4 |
1516 | 2023-11-08T19:03:38.761Z | Compiling regex-syntax v0.8.2 |
1517 | 2023-11-08T19:03:38.764Z | Compiling openssl v0.10.57 |
1518 | 2023-11-08T19:03:38.767Z | Compiling hashbrown v0.14.2 |
1519 | 2023-11-08T19:03:38.786Z | Compiling unicode-xid v0.2.4 |
1520 | 2023-11-08T19:03:38.790Z | Compiling ucd-trie v0.1.6 |
1521 | 2023-11-08T19:03:38.793Z | Compiling ring v0.16.20 |
1522 | 2023-11-08T19:03:38.899Z | Compiling ring v0.17.5 |
1523 | 2023-11-08T19:03:39.863Z | Compiling openssl-sys v0.9.93 |
1524 | 2023-11-08T19:03:40.515Z | Compiling backtrace v0.3.69 |
1525 | 2023-11-08T19:03:41.138Z | Compiling native-tls v0.2.11 |
1526 | 2023-11-08T19:03:41.488Z | Compiling async-trait v0.1.74 |
1527 | 2023-11-08T19:03:42.112Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2023-11-08T19:03:42.372Z | Compiling rustversion v1.0.14 |
1529 | 2023-11-08T19:03:42.722Z | Compiling anyhow v1.0.75 |
1530 | 2023-11-08T19:03:43.175Z | Compiling regex-automata v0.4.3 |
1531 | 2023-11-08T19:03:43.278Z | Compiling slog v2.7.0 |
1532 | 2023-11-08T19:03:43.617Z | Compiling iana-time-zone v0.1.57 |
1533 | 2023-11-08T19:03:44.395Z | Compiling time-core v0.1.1 |
1534 | 2023-11-08T19:03:44.400Z | Compiling byteorder v1.5.0 |
1535 | 2023-11-08T19:03:44.406Z | Compiling time-macros v0.2.13 |
1536 | 2023-11-08T19:03:44.835Z | Compiling serde_derive_internals v0.26.0 |
1537 | 2023-11-08T19:03:45.344Z | Compiling synstructure v0.12.6 |
1538 | 2023-11-08T19:03:46.414Z | Compiling dyn-clone v1.0.13 |
1539 | 2023-11-08T19:03:46.684Z | Compiling hashbrown v0.13.2 |
1540 | 2023-11-08T19:03:47.384Z | Compiling usdt-impl v0.3.5 |
1541 | 2023-11-08T19:03:47.906Z | Compiling scopeguard v1.2.0 |
1542 | 2023-11-08T19:03:48.048Z | Compiling unicode-width v0.1.11 |
1543 | 2023-11-08T19:03:48.685Z | Compiling winnow v0.5.15 |
1544 | 2023-11-08T19:03:48.694Z | Compiling thread-id v4.2.0 |
1545 | 2023-11-08T19:03:48.697Z | Compiling strsim v0.10.0 |
1546 | 2023-11-08T19:03:48.701Z | Compiling tinyvec_macros v0.1.1 |
1547 | 2023-11-08T19:03:48.802Z | Compiling tinyvec v1.6.0 |
1548 | 2023-11-08T19:03:48.817Z | Compiling unicode-bidi v0.3.13 |
1549 | 2023-11-08T19:03:49.613Z | Compiling smallvec v1.11.0 |
1550 | 2023-11-08T19:03:50.263Z | Compiling regex v1.10.2 |
1551 | 2023-11-08T19:03:50.958Z | Compiling percent-encoding v2.3.0 |
1552 | 2023-11-08T19:03:51.365Z | Compiling unicode-normalization v0.1.22 |
1553 | 2023-11-08T19:03:51.452Z | Compiling form_urlencoded v1.2.0 |
1554 | 2023-11-08T19:03:51.836Z | Compiling parking_lot v0.12.1 |
1555 | 2023-11-08T19:03:51.886Z | Compiling regex-syntax v0.6.29 |
1556 | 2023-11-08T19:03:51.948Z | Compiling num-integer v0.1.45 |
1557 | 2023-11-08T19:03:52.855Z | Compiling adler v1.0.2 |
1558 | 2023-11-08T19:03:52.860Z | Compiling bitflags v1.3.2 |
1559 | 2023-11-08T19:03:52.883Z | Compiling crc32fast v1.3.2 |
1560 | 2023-11-08T19:03:53.176Z | Compiling idna v0.4.0 |
1561 | 2023-11-08T19:03:53.273Z | Compiling miniz_oxide v0.7.1 |
1562 | 2023-11-08T19:03:53.629Z | Compiling spin v0.5.2 |
1563 | 2023-11-08T19:03:53.960Z | Compiling gimli v0.28.0 |
1564 | 2023-11-08T19:03:54.391Z | Compiling object v0.32.1 |
1565 | 2023-11-08T19:03:55.056Z | Compiling schemars_derive v0.8.13 |
1566 | 2023-11-08T19:03:55.495Z | Compiling serde_derive v1.0.188 |
1567 | 2023-11-08T19:03:55.524Z | Compiling thiserror-impl v1.0.49 |
1568 | 2023-11-08T19:03:55.989Z | Compiling zeroize_derive v1.4.2 |
1569 | 2023-11-08T19:03:56.718Z | Compiling tokio-macros v2.1.0 |
1570 | 2023-11-08T19:03:57.936Z | Compiling futures-macro v0.3.29 |
1571 | 2023-11-08T19:03:59.235Z | Compiling tracing-attributes v0.1.26 |
1572 | 2023-11-08T19:03:59.851Z | Compiling openssl-macros v0.1.1 |
1573 | 2023-11-08T19:03:59.970Z | Compiling thiserror v1.0.49 |
1574 | 2023-11-08T19:04:00.185Z | Compiling pest v2.7.2 |
1575 | 2023-11-08T19:04:01.038Z | Compiling zerocopy-derive v0.2.0 |
1576 | 2023-11-08T19:04:01.135Z | Compiling strum_macros v0.25.2 |
1577 | 2023-11-08T19:04:01.949Z | Compiling url v2.4.1 |
1578 | 2023-11-08T19:04:03.876Z | Compiling zerocopy v0.3.0 |
1579 | 2023-11-08T19:04:04.490Z | Compiling pest_meta v2.7.2 |
1580 | 2023-11-08T19:04:04.753Z | Compiling addr2line v0.21.0 |
1581 | 2023-11-08T19:04:04.778Z | Compiling pin-project-lite v0.2.13 |
1582 | 2023-11-08T19:04:04.948Z | Compiling rustc-demangle v0.1.23 |
1583 | 2023-11-08T19:04:04.969Z | Compiling dof v0.1.5 |
1584 | 2023-11-08T19:04:05.084Z | Compiling zerocopy-derive v0.6.4 |
1585 | 2023-11-08T19:04:05.576Z | Compiling errno v0.3.2 |
1586 | 2023-11-08T19:04:06.185Z | Compiling mio v0.8.8 |
1587 | 2023-11-08T19:04:06.265Z | Compiling num_cpus v1.16.0 |
1588 | 2023-11-08T19:04:06.393Z | Compiling socket2 v0.5.4 |
1589 | 2023-11-08T19:04:06.420Z | Compiling signal-hook-registry v1.4.1 |
1590 | 2023-11-08T19:04:07.133Z | Compiling pest_generator v2.7.2 |
1591 | 2023-11-08T19:04:08.022Z | Compiling futures-sink v0.3.29 |
1592 | 2023-11-08T19:04:08.212Z | Compiling memoffset v0.9.0 |
1593 | 2023-11-08T19:04:08.913Z | Compiling radium v0.7.0 |
1594 | 2023-11-08T19:04:09.259Z | Compiling pin-utils v0.1.0 |
1595 | 2023-11-08T19:04:09.292Z | Compiling futures-io v0.3.29 |
1596 | 2023-11-08T19:04:09.376Z | Compiling deranged v0.3.8 |
1597 | 2023-11-08T19:04:09.540Z | Compiling num_threads v0.1.6 |
1598 | 2023-11-08T19:04:09.735Z | Compiling clap_derive v4.4.2 |
1599 | 2023-11-08T19:04:10.078Z | Compiling spin v0.9.8 |
1600 | 2023-11-08T19:04:10.553Z | Compiling tracing-core v0.1.31 |
1601 | 2023-11-08T19:04:10.776Z | Compiling lazy_static v1.4.0 |
1602 | 2023-11-08T19:04:10.932Z | Compiling crossbeam-epoch v0.9.15 |
1603 | 2023-11-08T19:04:11.674Z | Compiling pest_derive v2.7.2 |
1604 | 2023-11-08T19:04:11.707Z | Compiling num-iter v0.1.43 |
1605 | 2023-11-08T19:04:12.199Z | Compiling tracing v0.1.37 |
1606 | 2023-11-08T19:04:12.365Z | Compiling time v0.3.27 |
1607 | 2023-11-08T19:04:12.793Z | Compiling dtrace-parser v0.1.14 |
1608 | 2023-11-08T19:04:12.816Z | Compiling base64 v0.21.5 |
1609 | 2023-11-08T19:04:12.956Z | Compiling either v1.9.0 |
1610 | 2023-11-08T19:04:13.645Z | Compiling rand_core v0.6.4 |
1611 | 2023-11-08T19:04:13.945Z | Compiling openssl-probe v0.1.5 |
1612 | 2023-11-08T19:04:14.249Z | Compiling untrusted v0.9.0 |
1613 | 2023-11-08T19:04:14.354Z | Compiling hashbrown v0.12.3 |
1614 | 2023-11-08T19:04:14.485Z | Compiling untrusted v0.7.1 |
1615 | 2023-11-08T19:04:14.772Z | Compiling foreign-types-shared v0.1.1 |
1616 | 2023-11-08T19:04:14.914Z | Compiling foreign-types v0.3.2 |
1617 | 2023-11-08T19:04:15.691Z | Compiling zeroize v1.6.0 |
1618 | 2023-11-08T19:04:16.305Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1619 | 2023-11-08T19:04:17.344Z | Compiling try-lock v0.2.4 |
1620 | 2023-11-08T19:04:17.592Z | Compiling indexmap v2.1.0 |
1621 | 2023-11-08T19:04:17.901Z | Compiling bytes v1.5.0 |
1622 | 2023-11-08T19:04:18.521Z | Compiling chrono v0.4.31 |
1623 | 2023-11-08T19:04:19.306Z | Compiling uuid v1.5.0 |
1624 | 2023-11-08T19:04:19.661Z | Compiling semver v1.0.20 |
1625 | 2023-11-08T19:04:19.683Z | Compiling http v0.2.9 |
1626 | 2023-11-08T19:04:19.766Z | Compiling toml_datetime v0.6.5 |
1627 | 2023-11-08T19:04:20.412Z | Compiling rustc_version v0.4.0 |
1628 | 2023-11-08T19:04:20.414Z | Compiling serde_spanned v0.6.4 |
1629 | 2023-11-08T19:04:20.509Z | Compiling serde_tokenstream v0.1.7 |
1630 | 2023-11-08T19:04:20.591Z | Compiling bitflags v2.4.0 |
1631 | 2023-11-08T19:04:20.751Z | Compiling openapiv3 v1.0.3 |
1632 | 2023-11-08T19:04:21.190Z | Compiling toml_edit v0.19.15 |
1633 | 2023-11-08T19:04:21.265Z | Compiling tokio v1.33.0 |
1634 | 2023-11-08T19:04:22.228Z | Compiling http-body v0.4.5 |
1635 | 2023-11-08T19:04:23.315Z | Compiling usdt-attr-macro v0.3.5 |
1636 | 2023-11-08T19:04:23.401Z | Compiling usdt-macro v0.3.5 |
1637 | 2023-11-08T19:04:25.396Z | Compiling sct v0.7.0 |
1638 | 2023-11-08T19:04:25.819Z | Compiling want v0.3.1 |
1639 | 2023-11-08T19:04:26.264Z | Compiling enum-as-inner v0.5.1 |
1640 | 2023-11-08T19:04:27.395Z | Compiling socket2 v0.4.9 |
1641 | 2023-11-08T19:04:27.762Z | Compiling tower-service v0.3.2 |
1642 | 2023-11-08T19:04:27.946Z | Compiling httpdate v1.0.3 |
1643 | 2023-11-08T19:04:27.960Z | Compiling heapless v0.7.16 |
1644 | 2023-11-08T19:04:28.069Z | Compiling rustls-pemfile v1.0.3 |
1645 | 2023-11-08T19:04:28.381Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1646 | 2023-11-08T19:04:28.557Z | Compiling siphasher v0.3.11 |
1647 | 2023-11-08T19:04:28.562Z | Compiling rustls-native-certs v0.6.3 |
1648 | 2023-11-08T19:04:28.609Z | Compiling ipnet v2.8.0 |
1649 | 2023-11-08T19:04:28.634Z | Compiling serde_tokenstream v0.2.0 |
1650 | 2023-11-08T19:04:29.106Z | Compiling serde_urlencoded v0.7.1 |
1651 | 2023-11-08T19:04:29.188Z | Compiling encoding_rs v0.8.33 |
1652 | 2023-11-08T19:04:29.403Z | Compiling webpki-roots v0.25.2 |
1653 | 2023-11-08T19:04:29.625Z | Compiling mime v0.3.17 |
1654 | 2023-11-08T19:04:29.645Z | Compiling crypto-common v0.1.6 |
1655 | 2023-11-08T19:04:29.920Z | Compiling diesel_table_macro_syntax v0.1.0 |
1656 | 2023-11-08T19:04:30.291Z | Compiling num-bigint v0.4.4 |
1657 | 2023-11-08T19:04:30.355Z | Compiling smoltcp v0.9.1 |
1658 | 2023-11-08T19:04:30.414Z | Compiling bit-vec v0.6.3 |
1659 | 2023-11-08T19:04:30.474Z | Compiling diesel_derives v2.1.1 |
1660 | 2023-11-08T19:04:31.064Z | Compiling flate2 v1.0.28 |
1661 | 2023-11-08T19:04:31.300Z | Compiling phf_shared v0.10.0 |
1662 | 2023-11-08T19:04:31.452Z | Compiling block-buffer v0.10.4 |
1663 | 2023-11-08T19:04:31.801Z | Compiling hubpack_derive v0.1.1 |
1664 | 2023-11-08T19:04:32.283Z | Compiling precomputed-hash v0.1.1 |
1665 | 2023-11-08T19:04:32.430Z | Compiling subtle v2.5.0 |
1666 | 2023-11-08T19:04:32.575Z | Compiling const-oid v0.9.5 |
1667 | 2023-11-08T19:04:32.747Z | Compiling fixedbitset v0.4.2 |
1668 | 2023-11-08T19:04:32.855Z | Compiling ppv-lite86 v0.2.17 |
1669 | 2023-11-08T19:04:33.076Z | Compiling new_debug_unreachable v1.0.4 |
1670 | 2023-11-08T19:04:33.183Z | Compiling string_cache v0.8.7 |
1671 | 2023-11-08T19:04:33.337Z | Compiling petgraph v0.6.4 |
1672 | 2023-11-08T19:04:33.798Z | Compiling tokio-util v0.7.10 |
1673 | 2023-11-08T19:04:34.099Z | Compiling rand_chacha v0.3.1 |
1674 | 2023-11-08T19:04:35.606Z | Compiling h2 v0.3.21 |
1675 | 2023-11-08T19:04:36.113Z | Compiling digest v0.10.7 |
1676 | 2023-11-08T19:04:36.271Z | Compiling tokio-native-tls v0.3.1 |
1677 | 2023-11-08T19:04:36.537Z | Compiling bit-set v0.5.3 |
1678 | 2023-11-08T19:04:36.656Z | Compiling toml v0.7.8 |
1679 | 2023-11-08T19:04:36.751Z | Compiling itertools v0.10.5 |
1680 | 2023-11-08T19:04:36.933Z | Compiling unicode-segmentation v1.10.1 |
1681 | 2023-11-08T19:04:37.937Z | Compiling lalrpop-util v0.19.12 |
1682 | 2023-11-08T19:04:38.317Z | Compiling rand v0.8.5 |
1683 | 2023-11-08T19:04:38.434Z | Compiling regress v0.7.1 |
1684 | 2023-11-08T19:04:39.060Z | Compiling serde_repr v0.1.16 |
1685 | 2023-11-08T19:04:39.779Z | Compiling io-lifetimes v1.0.11 |
1686 | 2023-11-08T19:04:40.061Z | Compiling anstyle v1.0.2 |
1687 | 2023-11-08T19:04:40.438Z | Compiling utf8parse v0.2.1 |
1688 | 2023-11-08T19:04:40.670Z | Compiling cpufeatures v0.2.9 |
1689 | 2023-11-08T19:04:40.704Z | Compiling anstyle-parse v0.2.1 |
1690 | 2023-11-08T19:04:40.729Z | Compiling rustix v0.37.23 |
1691 | 2023-11-08T19:04:40.803Z | Compiling sha2 v0.10.8 |
1692 | 2023-11-08T19:04:41.208Z | Compiling hmac v0.12.1 |
1693 | 2023-11-08T19:04:41.383Z | Compiling md-5 v0.10.5 |
1694 | 2023-11-08T19:04:41.706Z | Compiling stringprep v0.1.3 |
1695 | 2023-11-08T19:04:42.144Z | Compiling hash32 v0.2.1 |
1696 | 2023-11-08T19:04:42.687Z | Compiling fallible-iterator v0.2.0 |
1697 | 2023-11-08T19:04:42.763Z | Compiling colorchoice v1.0.0 |
1698 | 2023-11-08T19:04:42.977Z | Compiling stable_deref_trait v1.2.0 |
1699 | 2023-11-08T19:04:43.093Z | Compiling anstyle-query v1.0.0 |
1700 | 2023-11-08T19:04:43.135Z | Compiling terminal_size v0.2.6 |
1701 | 2023-11-08T19:04:43.258Z | Compiling anstream v0.5.0 |
1702 | 2023-11-08T19:04:43.277Z | Compiling phf_shared v0.11.2 |
1703 | 2023-11-08T19:04:43.388Z | Compiling block-padding v0.3.3 |
1704 | 2023-11-08T19:04:43.707Z | Compiling scheduled-thread-pool v0.2.7 |
1705 | 2023-11-08T19:04:43.820Z | Compiling postgres-protocol v0.6.6 |
1706 | 2023-11-08T19:04:43.840Z | Compiling tap v1.0.1 |
1707 | 2023-11-08T19:04:44.092Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1708 | 2023-11-08T19:04:44.193Z | Compiling managed v0.8.0 |
1709 | 2023-11-08T19:04:44.466Z | Compiling clap_lex v0.5.1 |
1710 | 2023-11-08T19:04:44.890Z | Compiling regex-automata v0.1.10 |
1711 | 2023-11-08T19:04:45.014Z | Compiling matches v0.1.10 |
1712 | 2023-11-08T19:04:45.139Z | Compiling idna v0.2.3 |
1713 | 2023-11-08T19:04:45.161Z | Compiling postgres-types v0.2.6 |
1714 | 2023-11-08T19:04:45.641Z | Compiling bstr v0.2.17 |
1715 | 2023-11-08T19:04:46.681Z | Compiling clap_builder v4.4.2 |
1716 | 2023-11-08T19:04:47.505Z | Compiling hyper v0.14.27 |
1717 | 2023-11-08T19:04:47.530Z | Compiling wyz v0.5.1 |
1718 | 2023-11-08T19:04:47.886Z | Compiling r2d2 v0.8.10 |
1719 | 2023-11-08T19:04:48.191Z | Compiling phf v0.11.2 |
1720 | 2023-11-08T19:04:48.429Z | Compiling inout v0.1.3 |
1721 | 2023-11-08T19:04:48.797Z | Compiling hubpack v0.1.2 |
1722 | 2023-11-08T19:04:49.491Z | Compiling ipnetwork v0.20.0 |
1723 | 2023-11-08T19:04:49.663Z | Compiling futures-executor v0.3.29 |
1724 | 2023-11-08T19:04:50.466Z | Compiling itertools v0.11.0 |
1725 | 2023-11-08T19:04:51.566Z | Compiling zerocopy v0.6.4 |
1726 | 2023-11-08T19:04:52.908Z | Compiling float-cmp v0.9.0 |
1727 | 2023-11-08T19:04:53.246Z | Compiling funty v2.0.0 |
1728 | 2023-11-08T19:04:53.774Z | Compiling difflib v0.4.0 |
1729 | 2023-11-08T19:04:54.147Z | Compiling normalize-line-endings v0.3.0 |
1730 | 2023-11-08T19:04:54.309Z | Compiling data-encoding v2.4.0 |
1731 | 2023-11-08T19:04:54.418Z | Compiling regex-automata v0.3.8 |
1732 | 2023-11-08T19:04:55.262Z | Compiling predicates-core v1.0.6 |
1733 | 2023-11-08T19:04:55.738Z | Compiling static_assertions v1.1.0 |
1734 | 2023-11-08T19:04:55.818Z | Compiling whoami v1.4.1 |
1735 | 2023-11-08T19:04:55.869Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1736 | 2023-11-08T19:04:56.268Z | Compiling tokio-postgres v0.7.10 |
1737 | 2023-11-08T19:04:56.629Z | Compiling predicates v3.0.4 |
1738 | 2023-11-08T19:04:57.606Z | Compiling bstr v1.6.0 |
1739 | 2023-11-08T19:04:58.186Z | Compiling trust-dns-proto v0.22.0 |
1740 | 2023-11-08T19:04:59.091Z | Compiling hyper-tls v0.5.0 |
1741 | 2023-11-08T19:04:59.594Z | Compiling bitvec v1.0.1 |
1742 | 2023-11-08T19:04:59.991Z | Compiling diesel v2.1.3 |
1743 | 2023-11-08T19:05:01.617Z | Compiling yasna v0.5.2 |
1744 | 2023-11-08T19:05:03.102Z | Compiling clap v4.4.3 |
1745 | 2023-11-08T19:05:03.252Z | Compiling futures v0.3.29 |
1746 | 2023-11-08T19:05:03.412Z | Compiling cipher v0.4.4 |
1747 | 2023-11-08T19:05:04.123Z | Compiling similar v2.2.1 |
1748 | 2023-11-08T19:05:04.453Z | Compiling signature v2.1.0 |
1749 | 2023-11-08T19:05:04.474Z | Compiling tokio-stream v0.1.14 |
1750 | 2023-11-08T19:05:04.765Z | Compiling usdt v0.3.5 |
1751 | 2023-11-08T19:05:05.144Z | Compiling hex v0.4.3 |
1752 | 2023-11-08T19:05:05.630Z | Compiling console v0.15.7 |
1753 | 2023-11-08T19:05:06.120Z | Compiling getopts v0.2.21 |
1754 | 2023-11-08T19:05:06.284Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1755 | 2023-11-08T19:05:06.771Z | Compiling unsafe-libyaml v0.2.9 |
1756 | 2023-11-08T19:05:07.892Z | Compiling ident_case v1.0.1 |
1757 | 2023-11-08T19:05:08.570Z | Compiling slog-async v2.8.0 |
1758 | 2023-11-08T19:05:09.227Z | Compiling serde_yaml v0.9.25 |
1759 | 2023-11-08T19:05:09.585Z | Compiling paste v1.0.14 |
1760 | 2023-11-08T19:05:09.854Z | Compiling darling_core v0.20.3 |
1761 | 2023-11-08T19:05:09.892Z | Compiling multer v2.1.0 |
1762 | 2023-11-08T19:05:10.413Z | Compiling async-stream-impl v0.3.5 |
1763 | 2023-11-08T19:05:10.640Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1764 | 2023-11-08T19:05:11.576Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1765 | 2023-11-08T19:05:13.387Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1766 | 2023-11-08T19:05:13.543Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1767 | 2023-11-08T19:05:16.315Z | Compiling structmeta-derive v0.2.0 |
1768 | 2023-11-08T19:05:16.626Z | Compiling regex-syntax v0.7.5 |
1769 | 2023-11-08T19:05:18.697Z | Compiling darling_macro v0.20.3 |
1770 | 2023-11-08T19:05:20.159Z | Compiling darling v0.20.3 |
1771 | 2023-11-08T19:05:20.311Z | Compiling serde_with_macros v2.3.3 |
1772 | 2023-11-08T19:05:20.545Z | Compiling structmeta v0.2.0 |
1773 | 2023-11-08T19:05:23.503Z | Compiling test-strategy v0.3.1 |
1774 | 2023-11-08T19:05:23.892Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1775 | 2023-11-08T19:05:26.982Z | Compiling parse-display-derive v0.8.2 |
1776 | 2023-11-08T19:05:31.590Z | Checking unicode-ident v1.0.12 |
1777 | 2023-11-08T19:05:59.013Z | Checking heck v0.4.1 |
1778 | 2023-11-08T19:06:08.541Z | Checking atty v0.2.14 |
1779 | 2023-11-08T19:06:08.559Z | Checking match_cfg v0.1.0 |
1780 | 2023-11-08T19:06:08.676Z | Checking hostname v0.3.1 |
1781 | 2023-11-08T19:06:08.850Z | Checking crossbeam-channel v0.5.8 |
1782 | 2023-11-08T19:06:08.893Z | Checking sha1 v0.10.5 |
1783 | 2023-11-08T19:06:09.311Z | Checking dirs-sys-next v0.1.2 |
1784 | 2023-11-08T19:06:09.516Z | Checking fastrand v2.0.0 |
1785 | 2023-11-08T19:06:09.561Z | Checking dirs-next v2.0.0 |
1786 | 2023-11-08T19:06:09.733Z | Checking thread_local v1.1.7 |
1787 | 2023-11-08T19:06:09.993Z | Checking tempfile v3.8.0 |
1788 | 2023-11-08T19:06:10.023Z | Checking term v0.7.0 |
1789 | 2023-11-08T19:06:10.152Z | Checking camino v1.1.6 |
1790 | 2023-11-08T19:06:10.509Z | Checking strum v0.25.0 |
1791 | 2023-11-08T19:06:10.668Z | Checking instant v0.1.12 |
1792 | 2023-11-08T19:06:10.715Z | Checking take_mut v0.2.2 |
1793 | 2023-11-08T19:06:10.815Z | Checking slog-term v2.9.0 |
1794 | 2023-11-08T19:06:11.333Z | Checking slog-json v2.6.1 |
1795 | 2023-11-08T19:06:11.525Z | Checking serde_with v2.3.3 |
1796 | 2023-11-08T19:06:11.958Z | Checking slog-bunyan v2.4.0 |
1797 | 2023-11-08T19:06:12.194Z | Checking atomic-waker v1.1.1 |
1798 | 2023-11-08T19:06:12.365Z | Checking debug-ignore v1.0.5 |
1799 | 2023-11-08T19:06:12.544Z | Checking waitgroup v0.1.2 |
1800 | 2023-11-08T19:06:12.721Z | Checking async-stream v0.3.5 |
1801 | 2023-11-08T19:06:12.990Z | Checking serde_path_to_error v0.1.14 |
1802 | 2023-11-08T19:06:13.371Z | Checking backoff v0.4.0 |
1803 | 2023-11-08T19:06:13.516Z | Checking toml_edit v0.21.0 |
1804 | 2023-11-08T19:06:14.130Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1805 | 2023-11-08T19:06:14.148Z | Checking macaddr v1.0.1 |
1806 | 2023-11-08T19:06:14.323Z | Checking quick-error v1.2.3 |
1807 | 2023-11-08T19:06:14.929Z | Compiling proc-macro-crate v1.3.1 |
1808 | 2023-11-08T19:06:15.792Z | Checking wait-timeout v0.2.0 |
1809 | 2023-11-08T19:06:16.402Z | Compiling crucible-workspace-hack v0.1.0 |
1810 | 2023-11-08T19:06:16.574Z | Checking rusty-fork v0.3.0 |
1811 | 2023-11-08T19:06:16.597Z | Checking rand_xorshift v0.3.0 |
1812 | 2023-11-08T19:06:17.004Z | Checking unarray v0.1.4 |
1813 | 2023-11-08T19:06:17.325Z | Checking toml v0.8.8 |
1814 | 2023-11-08T19:06:17.489Z | Checking parse-display v0.8.2 |
1815 | 2023-11-08T19:06:21.132Z | Compiling proc-macro-error-attr v1.0.4 |
1816 | 2023-11-08T19:06:21.551Z | Compiling proc-macro-error v1.0.4 |
1817 | 2023-11-08T19:06:22.194Z | Checking proptest v1.3.1 |
1818 | 2023-11-08T19:06:22.508Z | Compiling num_enum_derive v0.5.11 |
1819 | 2023-11-08T19:06:25.307Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2023-11-08T19:06:26.143Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1821 | 2023-11-08T19:06:26.640Z | Compiling foreign-types-macros v0.2.3 |
1822 | 2023-11-08T19:06:27.586Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1823 | 2023-11-08T19:06:27.924Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1824 | 2023-11-08T19:06:28.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1825 | 2023-11-08T19:06:28.114Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-11-08T19:06:28.554Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1827 | 2023-11-08T19:06:30.600Z | Compiling zone_cfg_derive v0.3.0 |
1828 | 2023-11-08T19:06:31.065Z | Compiling num-derive v0.4.0 |
1829 | 2023-11-08T19:06:31.897Z | Compiling mockall_derive v0.11.4 |
1830 | 2023-11-08T19:06:43.867Z | Checking base64ct v1.6.0 |
1831 | 2023-11-08T19:06:57.454Z | Checking is-terminal v0.4.9 |
1832 | 2023-11-08T19:07:09.258Z | Compiling slog-dtrace v0.2.3 |
1833 | 2023-11-08T19:07:09.581Z | Checking termtree v0.4.1 |
1834 | 2023-11-08T19:07:09.784Z | Checking password-hash v0.5.0 |
1835 | 2023-11-08T19:07:09.878Z | Checking predicates-tree v1.0.9 |
1836 | 2023-11-08T19:07:10.076Z | Checking blake2 v0.10.6 |
1837 | 2023-11-08T19:07:10.197Z | Checking num_enum v0.5.11 |
1838 | 2023-11-08T19:07:10.404Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1839 | 2023-11-08T19:07:10.467Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-11-08T19:07:10.725Z | Checking argon2 v0.5.2 |
1841 | 2023-11-08T19:07:10.938Z | Checking postcard-cobs v0.1.5-pre |
1842 | 2023-11-08T19:07:10.987Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1843 | 2023-11-08T19:07:11.182Z | Checking postcard v0.7.3 |
1844 | 2023-11-08T19:07:11.322Z | Checking smoltcp v0.8.2 |
1845 | 2023-11-08T19:07:11.639Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1846 | 2023-11-08T19:07:11.775Z | Checking base64 v0.13.1 |
1847 | 2023-11-08T19:07:11.836Z | Checking cfg-if v0.1.10 |
1848 | 2023-11-08T19:07:11.958Z | Checking foreign-types-shared v0.3.1 |
1849 | 2023-11-08T19:07:12.125Z | Checking foreign-types v0.5.0 |
1850 | 2023-11-08T19:07:12.420Z | Checking cstr-argument v0.1.2 |
1851 | 2023-11-08T19:07:12.461Z | Checking pretty-hex v0.2.1 |
1852 | 2023-11-08T19:07:12.524Z | Checking colored v2.0.4 |
1853 | 2023-11-08T19:07:12.653Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1854 | 2023-11-08T19:07:12.681Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1855 | 2023-11-08T19:07:12.737Z | Checking predicates v2.1.5 |
1856 | 2023-11-08T19:07:13.072Z | Checking fragile v2.0.0 |
1857 | 2023-11-08T19:07:13.199Z | Checking downcast v0.11.0 |
1858 | 2023-11-08T19:07:13.479Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1859 | 2023-11-08T19:07:13.780Z | Checking mockall v0.11.4 |
1860 | 2023-11-08T19:07:13.869Z | Checking zone v0.3.0 |
1861 | 2023-11-08T19:07:14.171Z | Checking smf v0.2.2 |
1862 | 2023-11-08T19:07:14.552Z | Compiling der_derive v0.7.2 |
1863 | 2023-11-08T19:07:14.650Z | Checking filetime v0.2.22 |
1864 | 2023-11-08T19:07:14.878Z | Checking xattr v1.0.1 |
1865 | 2023-11-08T19:07:14.940Z | Compiling heck v0.3.3 |
1866 | 2023-11-08T19:07:15.070Z | Compiling libefi-sys v0.1.0 |
1867 | 2023-11-08T19:07:15.132Z | Checking tar v0.4.40 |
1868 | 2023-11-08T19:07:15.549Z | Compiling structopt-derive v0.4.18 |
1869 | 2023-11-08T19:07:15.726Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1870 | 2023-11-08T19:07:16.001Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1871 | 2023-11-08T19:07:16.215Z | Compiling memoffset v0.7.1 |
1872 | 2023-11-08T19:07:16.277Z | Compiling maybe-uninit v2.0.0 |
1873 | 2023-11-08T19:07:16.721Z | Checking pem v1.1.1 |
1874 | 2023-11-08T19:07:16.851Z | Checking camino-tempfile v1.0.2 |
1875 | 2023-11-08T19:07:17.091Z | Compiling packed_struct v0.10.1 |
1876 | 2023-11-08T19:07:17.097Z | Compiling num-bigint-dig v0.8.4 |
1877 | 2023-11-08T19:07:17.294Z | Compiling packed_struct_codegen v0.10.1 |
1878 | 2023-11-08T19:07:17.537Z | Compiling signal-hook v0.3.17 |
1879 | 2023-11-08T19:07:17.697Z | Checking headers-core v0.2.0 |
1880 | 2023-11-08T19:07:17.886Z | Checking headers v0.3.9 |
1881 | 2023-11-08T19:07:17.921Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1882 | 2023-11-08T19:07:17.981Z | Checking pem v3.0.2 |
1883 | 2023-11-08T19:07:18.290Z | Checking atomicwrites v0.4.2 |
1884 | 2023-11-08T19:07:18.369Z | Checking rcgen v0.11.3 |
1885 | 2023-11-08T19:07:18.558Z | Checking subprocess v0.2.9 |
1886 | 2023-11-08T19:07:19.380Z | Compiling num-rational v0.4.1 |
1887 | 2023-11-08T19:07:19.408Z | Checking termcolor v1.2.0 |
1888 | 2023-11-08T19:07:19.654Z | Compiling same-file v1.0.6 |
1889 | 2023-11-08T19:07:19.914Z | Compiling walkdir v2.4.0 |
1890 | 2023-11-08T19:07:19.939Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1891 | 2023-11-08T19:07:19.971Z | Compiling semver-parser v0.10.2 |
1892 | 2023-11-08T19:07:20.158Z | Checking linked-hash-map v0.5.6 |
1893 | 2023-11-08T19:07:20.661Z | Checking lru-cache v0.1.2 |
1894 | 2023-11-08T19:07:20.914Z | Compiling home v0.5.5 |
1895 | 2023-11-08T19:07:21.239Z | Compiling semver v0.11.0 |
1896 | 2023-11-08T19:07:21.463Z | Compiling toml v0.5.11 |
1897 | 2023-11-08T19:07:21.930Z | Compiling toolchain_find v0.2.0 |
1898 | 2023-11-08T19:07:22.385Z | Compiling doc-comment v0.3.3 |
1899 | 2023-11-08T19:07:22.800Z | Checking half v1.8.2 |
1900 | 2023-11-08T19:07:23.196Z | Checking ciborium-io v0.2.1 |
1901 | 2023-11-08T19:07:23.405Z | Checking ciborium-ll v0.2.1 |
1902 | 2023-11-08T19:07:23.478Z | Compiling convert_case v0.4.0 |
1903 | 2023-11-08T19:07:23.496Z | Checking arc-swap v1.6.0 |
1904 | 2023-11-08T19:07:23.851Z | Checking ciborium v0.2.1 |
1905 | 2023-11-08T19:07:24.220Z | Checking slog-scope v4.4.0 |
1906 | 2023-11-08T19:07:24.479Z | Compiling rustfmt-wrapper v0.2.0 |
1907 | 2023-11-08T19:07:24.688Z | Compiling derive_more v0.99.17 |
1908 | 2023-11-08T19:07:24.842Z | Checking slog-stdlog v4.1.1 |
1909 | 2023-11-08T19:07:25.824Z | Compiling snafu-derive v0.7.5 |
1910 | 2023-11-08T19:07:26.137Z | Compiling structmeta-derive v0.1.6 |
1911 | 2023-11-08T19:07:26.908Z | Checking slog-envlogger v2.2.0 |
1912 | 2023-11-08T19:07:27.263Z | Compiling derive-where v1.2.5 |
1913 | 2023-11-08T19:07:27.648Z | Checking pem-rfc7468 v0.7.0 |
1914 | 2023-11-08T19:07:28.050Z | Checking newline-converter v0.3.0 |
1915 | 2023-11-08T19:07:28.263Z | Checking hkdf v0.12.3 |
1916 | 2023-11-08T19:07:28.564Z | Compiling libz-sys v1.1.12 |
1917 | 2023-11-08T19:07:28.701Z | Compiling parking_lot_core v0.8.6 |
1918 | 2023-11-08T19:07:29.310Z | Checking flagset v0.4.3 |
1919 | 2023-11-08T19:07:29.423Z | Checking expectorate v1.1.0 |
1920 | 2023-11-08T19:07:29.586Z | Checking der v0.7.8 |
1921 | 2023-11-08T19:07:29.643Z | Checking resolv-conf v0.7.0 |
1922 | 2023-11-08T19:07:30.179Z | Checking textwrap v0.11.0 |
1923 | 2023-11-08T19:07:30.346Z | Compiling structmeta v0.1.6 |
1924 | 2023-11-08T19:07:30.484Z | Checking keccak v0.1.4 |
1925 | 2023-11-08T19:07:30.951Z | Checking strsim v0.8.0 |
1926 | 2023-11-08T19:07:30.954Z | Compiling parse-display-derive v0.7.0 |
1927 | 2023-11-08T19:07:31.230Z | Checking vec_map v0.8.2 |
1928 | 2023-11-08T19:07:31.632Z | Compiling semver v0.1.20 |
1929 | 2023-11-08T19:07:32.527Z | Checking ansi_term v0.12.1 |
1930 | 2023-11-08T19:07:32.547Z | Compiling rustc_version v0.1.7 |
1931 | 2023-11-08T19:07:32.601Z | Checking sha3 v0.10.8 |
1932 | 2023-11-08T19:07:32.780Z | Checking spki v0.7.2 |
1933 | 2023-11-08T19:07:33.001Z | Checking clap v2.34.0 |
1934 | 2023-11-08T19:07:33.161Z | Checking trust-dns-resolver v0.22.0 |
1935 | 2023-11-08T19:07:33.413Z | Checking secrecy v0.8.0 |
1936 | 2023-11-08T19:07:33.695Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1937 | 2023-11-08T19:07:33.737Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1938 | 2023-11-08T19:07:34.752Z | Compiling newtype_derive v0.1.6 |
1939 | 2023-11-08T19:07:35.212Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1940 | 2023-11-08T19:07:35.645Z | Checking fxhash v0.2.1 |
1941 | 2023-11-08T19:07:35.649Z | Compiling libsqlite3-sys v0.26.0 |
1942 | 2023-11-08T19:07:35.735Z | Checking crc-catalog v2.2.0 |
1943 | 2023-11-08T19:07:36.096Z | Checking crc v3.0.1 |
1944 | 2023-11-08T19:07:36.359Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1945 | 2023-11-08T19:07:36.388Z | Checking pkcs8 v0.10.2 |
1946 | 2023-11-08T19:07:36.776Z | Compiling vergen v8.2.4 |
1947 | 2023-11-08T19:07:36.798Z | Checking nodrop v0.1.14 |
1948 | 2023-11-08T19:07:36.878Z | Checking pkcs1 v0.7.5 |
1949 | 2023-11-08T19:07:36.967Z | Checking array-init v0.0.4 |
1950 | 2023-11-08T19:07:37.338Z | Checking smallvec v0.6.14 |
1951 | 2023-11-08T19:07:37.605Z | Checking structopt v0.3.26 |
1952 | 2023-11-08T19:07:38.018Z | Checking bitfield v0.14.0 |
1953 | 2023-11-08T19:07:38.443Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1954 | 2023-11-08T19:07:38.629Z | Checking x509-cert v0.2.4 |
1955 | 2023-11-08T19:07:38.707Z | Checking serde-hex v0.1.0 |
1956 | 2023-11-08T19:07:38.788Z | Checking env_logger v0.10.0 |
1957 | 2023-11-08T19:07:40.768Z | Checking rsa v0.9.2 |
1958 | 2023-11-08T19:07:41.008Z | Checking ron v0.8.1 |
1959 | 2023-11-08T19:07:41.040Z | Checking crc-any v2.4.3 |
1960 | 2023-11-08T19:07:41.627Z | Checking humantime v2.1.0 |
1961 | 2023-11-08T19:07:41.939Z | Compiling buf-list v1.0.3 |
1962 | 2023-11-08T19:07:42.727Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1963 | 2023-11-08T19:07:42.902Z | Checking object v0.30.4 |
1964 | 2023-11-08T19:07:43.070Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1965 | 2023-11-08T19:07:43.533Z | Checking utf-8 v0.7.6 |
1966 | 2023-11-08T19:07:43.617Z | Checking path-slash v0.1.5 |
1967 | 2023-11-08T19:07:43.805Z | Compiling num_enum_derive v0.7.0 |
1968 | 2023-11-08T19:07:43.824Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1969 | 2023-11-08T19:07:44.062Z | Compiling unicase v2.7.0 |
1970 | 2023-11-08T19:07:44.513Z | Compiling rayon-core v1.12.0 |
1971 | 2023-11-08T19:07:44.960Z | Compiling salty v0.2.0 |
1972 | 2023-11-08T19:07:45.116Z | Compiling platforms v3.0.2 |
1973 | 2023-11-08T19:07:45.396Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1974 | 2023-11-08T19:07:45.415Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1975 | 2023-11-08T19:07:45.945Z | Checking num-complex v0.4.4 |
1976 | 2023-11-08T19:07:46.496Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1977 | 2023-11-08T19:07:46.630Z | Compiling erased-serde v0.3.30 |
1978 | 2023-11-08T19:07:46.796Z | Compiling curve25519-dalek v4.1.0 |
1979 | 2023-11-08T19:07:47.389Z | Compiling async-recursion v1.0.5 |
1980 | 2023-11-08T19:07:47.475Z | Compiling bitstruct_derive v0.1.0 |
1981 | 2023-11-08T19:07:47.603Z | Checking num v0.4.1 |
1982 | 2023-11-08T19:07:47.634Z | Compiling glob v0.3.1 |
1983 | 2023-11-08T19:07:47.820Z | Checking swrite v0.1.0 |
1984 | 2023-11-08T19:07:47.962Z | Compiling mime_guess v2.0.4 |
1985 | 2023-11-08T19:07:48.638Z | Checking tungstenite v0.18.0 |
1986 | 2023-11-08T19:07:48.910Z | Compiling curve25519-dalek-derive v0.1.0 |
1987 | 2023-11-08T19:07:48.999Z | Compiling thiserror-impl-no-std v2.0.2 |
1988 | 2023-11-08T19:07:49.845Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1989 | 2023-11-08T19:07:50.012Z | Checking universal-hash v0.5.1 |
1990 | 2023-11-08T19:07:50.105Z | Checking tokio-tungstenite v0.18.0 |
1991 | 2023-11-08T19:07:50.274Z | Checking nibble_vec v0.1.0 |
1992 | 2023-11-08T19:07:51.132Z | Compiling crunchy v0.2.2 |
1993 | 2023-11-08T19:07:51.313Z | Checking opaque-debug v0.3.0 |
1994 | 2023-11-08T19:07:51.397Z | Checking endian-type v0.1.2 |
1995 | 2023-11-08T19:07:51.690Z | Checking radix_trie v0.2.1 |
1996 | 2023-11-08T19:07:51.693Z | Checking snafu v0.7.5 |
1997 | 2023-11-08T19:07:52.352Z | Checking libsw v3.3.0 |
1998 | 2023-11-08T19:07:52.467Z | Checking linear-map v1.2.0 |
1999 | 2023-11-08T19:07:52.755Z | Compiling tiny-keccak v2.0.2 |
2000 | 2023-11-08T19:07:52.803Z | Checking owo-colors v3.5.0 |
2001 | 2023-11-08T19:07:52.846Z | Checking parking_lot v0.11.2 |
2002 | 2023-11-08T19:07:52.956Z | Checking trust-dns-client v0.22.0 |
2003 | 2023-11-08T19:07:53.286Z | Compiling clang-sys v1.6.1 |
2004 | 2023-11-08T19:07:53.359Z | Checking aead v0.5.2 |
2005 | 2023-11-08T19:07:53.442Z | Compiling darling_core v0.14.4 |
2006 | 2023-11-08T19:07:53.677Z | Compiling prettyplease v0.2.12 |
2007 | 2023-11-08T19:07:54.137Z | Compiling ascii-canvas v3.0.0 |
2008 | 2023-11-08T19:07:54.336Z | Checking sled v0.34.7 |
2009 | 2023-11-08T19:07:54.905Z | Checking trust-dns-server v0.22.1 |
2010 | 2023-11-08T19:07:55.234Z | Checking parse-display v0.7.0 |
2011 | 2023-11-08T19:07:55.637Z | Compiling const_format_proc_macros v0.2.31 |
2012 | 2023-11-08T19:07:55.675Z | Compiling ena v0.14.2 |
2013 | 2023-11-08T19:07:56.081Z | Checking pretty-hex v0.3.0 |
2014 | 2023-11-08T19:07:56.261Z | Checking signature v1.6.4 |
2015 | 2023-11-08T19:07:56.314Z | Compiling portable-atomic v1.4.3 |
2016 | 2023-11-08T19:07:56.438Z | Compiling minimal-lexical v0.2.1 |
2017 | 2023-11-08T19:07:57.328Z | Compiling diff v0.1.13 |
2018 | 2023-11-08T19:07:57.747Z | Compiling lalrpop v0.19.12 |
2019 | 2023-11-08T19:07:58.200Z | Compiling nom v7.1.3 |
2020 | 2023-11-08T19:07:58.881Z | Checking ed25519 v1.5.3 |
2021 | 2023-11-08T19:07:59.235Z | Checking path-dedot v3.1.0 |
2022 | 2023-11-08T19:07:59.453Z | Compiling libloading v0.7.4 |
2023 | 2023-11-08T19:07:59.618Z | Compiling bindgen v0.65.1 |
2024 | 2023-11-08T19:07:59.636Z | Compiling ref-cast v1.0.20 |
2025 | 2023-11-08T19:08:00.680Z | Checking path-absolutize v3.1.0 |
2026 | 2023-11-08T19:08:02.057Z | Compiling darling_macro v0.14.4 |
2027 | 2023-11-08T19:08:02.256Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2028 | 2023-11-08T19:08:02.773Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2029 | 2023-11-08T19:08:02.807Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2030 | 2023-11-08T19:08:03.492Z | Compiling darling v0.14.4 |
2031 | 2023-11-08T19:08:03.599Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2032 | 2023-11-08T19:08:03.654Z | Compiling derive_builder_core v0.12.0 |
2033 | 2023-11-08T19:08:03.944Z | Compiling cexpr v0.6.0 |
2034 | 2023-11-08T19:08:04.389Z | Checking globset v0.4.13 |
2035 | 2023-11-08T19:08:04.482Z | Checking crossbeam-deque v0.8.3 |
2036 | 2023-11-08T19:08:04.607Z | Checking olpc-cjson v0.1.3 |
2037 | 2023-11-08T19:08:04.912Z | Checking hashlink v0.8.3 |
2038 | 2023-11-08T19:08:05.356Z | Checking serde-big-array v0.4.1 |
2039 | 2023-11-08T19:08:05.362Z | Checking serde-big-array v0.5.1 |
2040 | 2023-11-08T19:08:05.370Z | Checking serde_plain v1.0.2 |
2041 | 2023-11-08T19:08:05.435Z | Compiling which v4.4.0 |
2042 | 2023-11-08T19:08:05.547Z | Compiling ref-cast-impl v1.0.20 |
2043 | 2023-11-08T19:08:06.236Z | Compiling libxml v0.3.3 |
2044 | 2023-11-08T19:08:06.245Z | Compiling rustc-hash v1.1.0 |
2045 | 2023-11-08T19:08:06.372Z | Compiling peeking_take_while v0.1.2 |
2046 | 2023-11-08T19:08:06.394Z | Checking fallible-streaming-iterator v0.1.9 |
2047 | 2023-11-08T19:08:06.438Z | Compiling shlex v1.1.0 |
2048 | 2023-11-08T19:08:06.689Z | Compiling lazycell v1.3.0 |
2049 | 2023-11-08T19:08:06.812Z | Checking rusqlite v0.29.0 |
2050 | 2023-11-08T19:08:07.315Z | Compiling derive_builder_macro v0.12.0 |
2051 | 2023-11-08T19:08:07.363Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2052 | 2023-11-08T19:08:08.509Z | Checking steno v0.4.0 |
2053 | 2023-11-08T19:08:08.700Z | Checking signal-hook-tokio v0.3.1 |
2054 | 2023-11-08T19:08:08.937Z | Checking nix v0.26.2 |
2055 | 2023-11-08T19:08:08.957Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2056 | 2023-11-08T19:08:09.279Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2057 | 2023-11-08T19:08:09.838Z | Checking twox-hash v1.6.3 |
2058 | 2023-11-08T19:08:09.991Z | Checking ff v0.13.0 |
2059 | 2023-11-08T19:08:10.102Z | Compiling strum_macros v0.24.3 |
2060 | 2023-11-08T19:08:10.294Z | Checking display-error-chain v0.2.0 |
2061 | 2023-11-08T19:08:10.575Z | Compiling indoc v1.0.9 |
2062 | 2023-11-08T19:08:11.183Z | Checking corncobs v0.1.3 |
2063 | 2023-11-08T19:08:12.010Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2064 | 2023-11-08T19:08:12.263Z | Checking group v0.13.0 |
2065 | 2023-11-08T19:08:12.715Z | Checking polyval v0.6.1 |
2066 | 2023-11-08T19:08:13.105Z | Checking num_enum v0.7.0 |
2067 | 2023-11-08T19:08:13.581Z | Checking aes v0.8.3 |
2068 | 2023-11-08T19:08:13.787Z | Checking ctr v0.9.2 |
2069 | 2023-11-08T19:08:14.310Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2070 | 2023-11-08T19:08:14.594Z | Checking crypto-bigint v0.5.2 |
2071 | 2023-11-08T19:08:14.925Z | Checking bincode v1.3.3 |
2072 | 2023-11-08T19:08:15.531Z | Compiling cookie v0.16.2 |
2073 | 2023-11-08T19:08:15.753Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2074 | 2023-11-08T19:08:15.976Z | Checking base16ct v0.2.0 |
2075 | 2023-11-08T19:08:17.206Z | Checking aes-gcm-siv v0.11.1 |
2076 | 2023-11-08T19:08:17.324Z | Checking rayon v1.8.0 |
2077 | 2023-11-08T19:08:17.329Z | Checking thiserror-no-std v2.0.2 |
2078 | 2023-11-08T19:08:17.362Z | Checking elliptic-curve v0.13.5 |
2079 | 2023-11-08T19:08:17.459Z | Checking poly1305 v0.8.0 |
2080 | 2023-11-08T19:08:18.113Z | Checking env_logger v0.9.3 |
2081 | 2023-11-08T19:08:18.781Z | Checking chacha20 v0.9.1 |
2082 | 2023-11-08T19:08:18.923Z | Compiling impl-trait-for-tuples v0.2.2 |
2083 | 2023-11-08T19:08:19.030Z | Compiling oso-derive v0.27.0 |
2084 | 2023-11-08T19:08:19.309Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2085 | 2023-11-08T19:08:19.334Z | Checking ringbuffer v0.15.0 |
2086 | 2023-11-08T19:08:19.692Z | Checking ascii v1.1.0 |
2087 | 2023-11-08T19:08:20.310Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2088 | 2023-11-08T19:08:20.380Z | Checking vsss-rs v3.3.1 |
2089 | 2023-11-08T19:08:20.516Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2090 | 2023-11-08T19:08:20.566Z | Checking chacha20poly1305 v0.10.1 |
2091 | 2023-11-08T19:08:21.747Z | Checking bitstruct v0.1.1 |
2092 | 2023-11-08T19:08:21.906Z | Checking tungstenite v0.20.1 |
2093 | 2023-11-08T19:08:23.225Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2094 | 2023-11-08T19:08:23.261Z | Checking serde_arrays v0.1.0 |
2095 | 2023-11-08T19:08:23.461Z | Checking tokio-tungstenite v0.20.1 |
2096 | 2023-11-08T19:08:25.460Z | Checking assert_matches v1.5.0 |
2097 | 2023-11-08T19:08:30.032Z | Checking bcs v0.1.6 |
2098 | 2023-11-08T19:08:30.659Z | Checking highway v1.1.0 |
2099 | 2023-11-08T19:08:30.757Z | Checking const_format v0.2.31 |
2100 | 2023-11-08T19:08:31.359Z | Checking ron v0.7.1 |
2101 | 2023-11-08T19:08:31.857Z | Checking bit_field v0.10.2 |
2102 | 2023-11-08T19:08:32.260Z | Checking http-range v0.1.5 |
2103 | 2023-11-08T19:08:32.517Z | Checking hyper-staticfile v0.9.5 |
2104 | 2023-11-08T19:08:33.689Z | Compiling indoc v2.0.3 |
2105 | 2023-11-08T19:08:36.301Z | Checking derive_builder v0.12.0 |
2106 | 2023-11-08T19:08:38.506Z | Checking bb8 v0.8.1 |
2107 | 2023-11-08T19:08:38.593Z | Checking quick-xml v0.23.1 |
2108 | 2023-11-08T19:08:39.076Z | Checking bytesize v1.3.0 |
2109 | 2023-11-08T19:08:39.367Z | Checking maplit v1.0.2 |
2110 | 2023-11-08T19:08:39.441Z | Checking fs-err v2.9.0 |
2111 | 2023-11-08T19:08:39.545Z | Checking number_prefix v0.4.0 |
2112 | 2023-11-08T19:08:39.820Z | Checking indicatif v0.17.7 |
2113 | 2023-11-08T19:08:40.445Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2114 | 2023-11-08T19:08:42.272Z | Checking signal-hook-mio v0.2.3 |
2115 | 2023-11-08T19:08:43.120Z | Compiling vte_generate_state_changes v0.1.1 |
2116 | 2023-11-08T19:08:48.113Z | Checking smawk v0.3.1 |
2117 | 2023-11-08T19:08:48.636Z | Checking yansi v0.5.1 |
2118 | 2023-11-08T19:08:48.906Z | Checking unicode-linebreak v0.1.5 |
2119 | 2023-11-08T19:08:49.062Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-11-08T19:08:49.584Z | Checking textwrap v0.16.0 |
2121 | 2023-11-08T19:08:50.513Z | Checking crossterm v0.27.0 |
2122 | 2023-11-08T19:08:52.225Z | Checking fatfs v0.3.6 |
2123 | 2023-11-08T19:08:52.598Z | Checking is_ci v1.1.1 |
2124 | 2023-11-08T19:08:52.619Z | Checking plotters-backend v0.3.5 |
2125 | 2023-11-08T19:08:52.651Z | Checking cassowary v0.3.0 |
2126 | 2023-11-08T19:08:52.856Z | Checking supports-color v2.1.0 |
2127 | 2023-11-08T19:08:53.163Z | Checking plotters-svg v0.3.5 |
2128 | 2023-11-08T19:08:53.269Z | Checking ratatui v0.23.0 |
2129 | 2023-11-08T19:08:54.944Z | Checking rtoolbox v0.0.1 |
2130 | 2023-11-08T19:08:55.219Z | Checking rand v0.4.6 |
2131 | 2023-11-08T19:08:56.351Z | Checking remove_dir_all v0.5.3 |
2132 | 2023-11-08T19:08:56.479Z | Checking cast v0.3.0 |
2133 | 2023-11-08T19:08:56.822Z | Checking tempdir v0.3.7 |
2134 | 2023-11-08T19:08:56.968Z | Checking criterion-plot v0.5.0 |
2135 | 2023-11-08T19:08:57.193Z | Checking tui-tree-widget v0.13.0 |
2136 | 2023-11-08T19:08:57.485Z | Checking rpassword v7.2.0 |
2137 | 2023-11-08T19:08:57.503Z | Checking plotters v0.3.5 |
2138 | 2023-11-08T19:08:59.795Z | Checking toml_edit v0.20.7 |
2139 | 2023-11-08T19:09:00.060Z | Checking tinytemplate v1.2.1 |
2140 | 2023-11-08T19:09:00.579Z | Checking oorandom v11.1.3 |
2141 | 2023-11-08T19:09:00.801Z | Checking shell-words v1.1.0 |
2142 | 2023-11-08T19:09:00.805Z | Checking anes v0.1.6 |
2143 | 2023-11-08T19:09:01.411Z | Checking criterion v0.5.1 |
2144 | 2023-11-08T19:09:06.630Z | Checking assert_cmd v2.0.12 |
2145 | 2023-11-08T19:09:07.294Z | Checking dashmap v5.5.1 |
2146 | 2023-11-08T19:09:07.680Z | Compiling serial_test_derive v0.10.0 |
2147 | 2023-11-08T19:09:08.619Z | Compiling crossbeam-queue v0.3.8 |
2148 | 2023-11-08T19:09:09.326Z | Checking serial_test v0.10.0 |
2149 | 2023-11-08T19:09:09.669Z | Checking vte v0.11.1 |
2150 | 2023-11-08T19:09:09.791Z | Checking threadpool v1.8.1 |
2151 | 2023-11-08T19:09:10.098Z | Checking libtest-mimic v0.6.1 |
2152 | 2023-11-08T19:09:10.309Z | Checking crossterm v0.26.1 |
2153 | 2023-11-08T19:09:12.180Z | Checking strip-ansi-escapes v0.2.0 |
2154 | 2023-11-08T19:09:12.390Z | Compiling tabled_derive v0.6.0 |
2155 | 2023-11-08T19:09:12.795Z | Checking httptest v0.15.5 |
2156 | 2023-11-08T19:09:13.064Z | Checking similar-asserts v1.5.0 |
2157 | 2023-11-08T19:09:13.397Z | Checking fd-lock v3.0.13 |
2158 | 2023-11-08T19:09:13.685Z | Checking nanorand v0.7.0 |
2159 | 2023-11-08T19:09:13.688Z | Compiling rstest_macros v0.18.2 |
2160 | 2023-11-08T19:09:13.849Z | Checking nu-ansi-term v0.49.0 |
2161 | 2023-11-08T19:09:14.296Z | Checking flume v0.11.0 |
2162 | 2023-11-08T19:09:14.337Z | Checking datatest-stable v0.2.3 |
2163 | 2023-11-08T19:09:14.466Z | Checking reedline v0.23.0 |
2164 | 2023-11-08T19:09:15.867Z | Compiling pin-project-internal v1.1.3 |
2165 | 2023-11-08T19:09:16.538Z | Compiling relative-path v1.9.0 |
2166 | 2023-11-08T19:09:17.245Z | Compiling trybuild v1.0.85 |
2167 | 2023-11-08T19:09:17.318Z | Checking arrayvec v0.7.4 |
2168 | 2023-11-08T19:09:17.520Z | Checking topological-sort v0.2.2 |
2169 | 2023-11-08T19:09:17.625Z | Checking bytecount v0.6.3 |
2170 | 2023-11-08T19:09:17.828Z | Checking constant_time_eq v0.2.6 |
2171 | 2023-11-08T19:09:17.831Z | Checking arrayref v0.3.7 |
2172 | 2023-11-08T19:09:17.886Z | Checking papergrid v0.10.0 |
2173 | 2023-11-08T19:09:17.998Z | Checking blake2b_simd v1.0.1 |
2174 | 2023-11-08T19:09:20.127Z | Checking basic-toml v0.1.4 |
2175 | 2023-11-08T19:09:20.312Z | Checking pin-project v1.1.3 |
2176 | 2023-11-08T19:09:20.469Z | Checking constant_time_eq v0.3.0 |
2177 | 2023-11-08T19:09:20.564Z | Checking futures-timer v3.0.2 |
2178 | 2023-11-08T19:09:21.019Z | Checking rust-argon2 v1.0.1 |
2179 | 2023-11-08T19:09:21.418Z | Checking partial-io v0.5.4 |
2180 | 2023-11-08T19:09:21.987Z | Checking tabled v0.14.0 |
2181 | 2023-11-08T19:09:23.305Z | Checking approx v0.5.1 |
2182 | 2023-11-08T19:09:23.343Z | Checking cargo-platform v0.1.3 |
2183 | 2023-11-08T19:09:23.744Z | Checking hex-literal v0.4.1 |
2184 | 2023-11-08T19:09:23.784Z | Checking cargo_metadata v0.18.0 |
2185 | 2023-11-08T19:09:26.245Z | Checking crossbeam v0.8.2 |
2186 | 2023-11-08T19:09:26.637Z | Checking cargo_toml v0.17.0 |
2187 | 2023-11-08T19:09:27.266Z | Checking termios v0.3.3 |
2188 | 2023-11-08T19:09:29.850Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2189 | 2023-11-08T19:09:30.757Z | Checking rstest v0.18.2 |
2190 | 2023-11-08T19:09:46.379Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2191 | 2023-11-08T19:09:52.867Z | Compiling bzip2 v0.4.4 |
2192 | 2023-11-08T19:09:53.459Z | Compiling zip v0.6.6 |
2193 | 2023-11-08T19:09:55.806Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2194 | 2023-11-08T19:09:56.031Z | Compiling polar-core v0.27.0 |
2195 | 2023-11-08T19:10:03.632Z | Checking rustls-webpki v0.101.7 |
2196 | 2023-11-08T19:10:09.766Z | Checking tokio-rustls v0.24.1 |
2197 | 2023-11-08T19:10:10.334Z | Checking hyper-rustls v0.24.2 |
2198 | 2023-11-08T19:10:10.861Z | Checking reqwest v0.11.20 |
2199 | 2023-11-08T19:10:12.669Z | Checking oso v0.27.0 |
2200 | 2023-11-08T19:10:13.238Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2201 | 2023-11-08T19:10:13.520Z | Checking tough v0.14.0 |
2202 | 2023-11-08T19:10:13.677Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2203 | 2023-11-08T19:10:14.288Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2204 | 2023-11-08T19:10:15.547Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2205 | 2023-11-08T19:10:16.299Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2206 | 2023-11-08T19:10:16.413Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2207 | 2023-11-08T19:10:18.198Z | Compiling omicron-zone-package v0.8.3 |
2208 | 2023-11-08T19:10:18.799Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2209 | 2023-11-08T19:10:28.177Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2210 | 2023-11-08T19:10:28.349Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2211 | 2023-11-08T19:10:28.352Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2212 | 2023-11-08T19:10:29.283Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2213 | 2023-11-08T19:10:29.659Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2214 | 2023-11-08T19:10:29.961Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2215 | 2023-11-08T19:10:30.090Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2216 | 2023-11-08T19:10:30.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2217 | 2023-11-08T19:10:30.719Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2218 | 2023-11-08T19:10:31.240Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2219 | 2023-11-08T19:10:31.299Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2220 | 2023-11-08T19:10:31.452Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2221 | 2023-11-08T19:10:32.884Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2222 | 2023-11-08T19:10:33.503Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2223 | 2023-11-08T19:10:37.923Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2224 | 2023-11-08T19:10:40.225Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2225 | 2023-11-08T19:10:42.593Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2226 | 2023-11-08T19:10:43.097Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2227 | 2023-11-08T19:10:44.025Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2228 | 2023-11-08T19:10:45.056Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2229 | 2023-11-08T19:10:45.293Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2230 | 2023-11-08T19:10:45.565Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2231 | 2023-11-08T19:10:48.046Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2232 | 2023-11-08T19:10:49.901Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2233 | 2023-11-08T19:10:53.640Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2234 | 2023-11-08T19:10:54.155Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2235 | 2023-11-08T19:10:54.197Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2236 | 2023-11-08T19:10:55.016Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2237 | 2023-11-08T19:10:55.939Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2238 | 2023-11-08T19:10:57.650Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2239 | 2023-11-08T19:10:57.666Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2240 | 2023-11-08T19:10:58.345Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2241 | 2023-11-08T19:11:05.150Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2242 | 2023-11-08T19:11:11.236Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2243 | 2023-11-08T19:11:19.141Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2244 | 2023-11-08T19:11:20.134Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2245 | 2023-11-08T19:11:23.052Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2246 | 2023-11-08T19:11:23.739Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2247 | 2023-11-08T19:11:25.167Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2248 | 2023-11-08T19:11:28.261Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2249 | 2023-11-08T19:11:29.331Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2250 | 2023-11-08T19:11:29.510Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2251 | 2023-11-08T19:11:31.356Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2252 | 2023-11-08T19:11:31.564Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2253 | 2023-11-08T19:11:34.391Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2254 | 2023-11-08T19:11:35.052Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2255 | 2023-11-08T19:11:35.137Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2256 | 2023-11-08T19:11:36.517Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2257 | 2023-11-08T19:11:38.277Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2258 | 2023-11-08T19:11:43.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2259 | 2023-11-08T19:11:43.688Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2260 | 2023-11-08T19:11:49.511Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2261 | 2023-11-08T19:11:56.573Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2262 | 2023-11-08T19:11:57.195Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2263 | 2023-11-08T19:11:58.963Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2264 | 2023-11-08T19:12:00.631Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2265 | 2023-11-08T19:12:09.554Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2266 | 2023-11-08T19:12:09.673Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2267 | 2023-11-08T19:12:09.929Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2268 | 2023-11-08T19:12:11.841Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2269 | 2023-11-08T19:12:12.618Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2270 | 2023-11-08T19:12:14.122Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2271 | 2023-11-08T19:12:19.079Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2272 | 2023-11-08T19:12:34.703Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2273 | 2023-11-08T19:12:47.464Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2274 | 2023-11-08T19:13:12.985Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2275 | 2023-11-08T19:13:40.767Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2276 | 2023-11-08T19:14:00.325Z | Compiling git2 v0.17.2 |
2277 | 2023-11-08T19:14:09.857Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2278 | 2023-11-08T19:14:12.602Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2279 | 2023-11-08T19:14:26.487Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2280 | 2023-11-08T19:14:38.079Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2281 | 2023-11-08T19:14:38.473Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2282 | 2023-11-08T19:14:39.214Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2283 | 2023-11-08T19:14:40.879Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2284 | 2023-11-08T19:15:17.014Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2285 | 2023-11-08T19:16:46.133Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 21s |
2286 | 2023-11-08T19:16:46.363Z | |
2287 | 2023-11-08T19:16:46.368Z | real 14:26.268149150 |
2288 | 2023-11-08T19:16:46.371Z | user 1:25:03.063230537 |
2289 | 2023-11-08T19:16:46.373Z | sys 11:21.141278950 |
2290 | 2023-11-08T19:16:46.677Z | trap 3.003148099 |
2291 | 2023-11-08T19:16:46.682Z | tflt 3.759575596 |
2292 | 2023-11-08T19:16:46.685Z | dflt 4.366084588 |
2293 | 2023-11-08T19:16:46.689Z | kflt 0.019171764 |
2294 | 2023-11-08T19:16:46.692Z | lock 1:54:34.730316121 |
2295 | 2023-11-08T19:16:46.696Z | slp 5:05:54.204797984 |
2296 | 2023-11-08T19:16:46.699Z | lat 3:14.383841166 |
2297 | 2023-11-08T19:16:46.702Z | stop 8:37.362929313 |
2298 | 2023-11-08T19:16:47.669Z | warning: output filename collision. |
2299 | 2023-11-08T19:16:47.671Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2300 | 2023-11-08T19:16:47.674Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2301 | 2023-11-08T19:16:47.677Z | The targets should have unique names. |
2302 | 2023-11-08T19:16:47.679Z | This is a known bug where multiple crates with the same name use |
2303 | 2023-11-08T19:16:47.682Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2304 | 2023-11-08T19:16:47.685Z | warning: output filename collision. |
2305 | 2023-11-08T19:16:47.687Z | 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)`. |
2306 | 2023-11-08T19:16:47.691Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2307 | 2023-11-08T19:16:47.699Z | The targets should have unique names. |
2308 | 2023-11-08T19:16:47.712Z | This is a known bug where multiple crates with the same name use |
2309 | 2023-11-08T19:16:47.724Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2310 | 2023-11-08T19:16:47.729Z | warning: output filename collision. |
2311 | 2023-11-08T19:16:47.732Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2312 | 2023-11-08T19:16:47.734Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2313 | 2023-11-08T19:16:47.737Z | The targets should have unique names. |
2314 | 2023-11-08T19:16:47.740Z | This is a known bug where multiple crates with the same name use |
2315 | 2023-11-08T19:16:47.743Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2316 | 2023-11-08T19:16:47.745Z | warning: output filename collision. |
2317 | 2023-11-08T19:16:47.748Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2318 | 2023-11-08T19:16:47.751Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2319 | 2023-11-08T19:16:47.753Z | The targets should have unique names. |
2320 | 2023-11-08T19:16:47.756Z | This is a known bug where multiple crates with the same name use |
2321 | 2023-11-08T19:16:47.759Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2322 | 2023-11-08T19:16:47.761Z | warning: output filename collision. |
2323 | 2023-11-08T19:16:47.764Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2324 | 2023-11-08T19:16:47.767Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2325 | 2023-11-08T19:16:47.770Z | The targets should have unique names. |
2326 | 2023-11-08T19:16:47.773Z | This is a known bug where multiple crates with the same name use |
2327 | 2023-11-08T19:16:47.776Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2023-11-08T19:16:47.779Z | warning: output filename collision. |
2329 | 2023-11-08T19:16:47.781Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2330 | 2023-11-08T19:16:47.784Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2331 | 2023-11-08T19:16:47.787Z | The targets should have unique names. |
2332 | 2023-11-08T19:16:47.790Z | This is a known bug where multiple crates with the same name use |
2333 | 2023-11-08T19:16:47.794Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2023-11-08T19:16:47.797Z | warning: output filename collision. |
2335 | 2023-11-08T19:16:47.800Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2336 | 2023-11-08T19:16:47.803Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2337 | 2023-11-08T19:16:47.805Z | The targets should have unique names. |
2338 | 2023-11-08T19:16:47.808Z | This is a known bug where multiple crates with the same name use |
2339 | 2023-11-08T19:16:47.811Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2023-11-08T19:16:47.813Z | warning: output filename collision. |
2341 | 2023-11-08T19:16:47.816Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2342 | 2023-11-08T19:16:47.819Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2343 | 2023-11-08T19:16:47.822Z | The targets should have unique names. |
2344 | 2023-11-08T19:16:47.825Z | This is a known bug where multiple crates with the same name use |
2345 | 2023-11-08T19:16:47.828Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2023-11-08T19:16:47.830Z | warning: output filename collision. |
2347 | 2023-11-08T19:16:47.833Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2348 | 2023-11-08T19:16:47.836Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2349 | 2023-11-08T19:16:47.839Z | The targets should have unique names. |
2350 | 2023-11-08T19:16:47.842Z | This is a known bug where multiple crates with the same name use |
2351 | 2023-11-08T19:16:47.844Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2023-11-08T19:16:47.847Z | warning: output filename collision. |
2353 | 2023-11-08T19:16:47.850Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2354 | 2023-11-08T19:16:47.852Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2355 | 2023-11-08T19:16:47.855Z | The targets should have unique names. |
2356 | 2023-11-08T19:16:47.859Z | This is a known bug where multiple crates with the same name use |
2357 | 2023-11-08T19:16:47.862Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2023-11-08T19:16:47.864Z | warning: output filename collision. |
2359 | 2023-11-08T19:16:47.867Z | 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)`. |
2360 | 2023-11-08T19:16:47.870Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2361 | 2023-11-08T19:16:47.872Z | The targets should have unique names. |
2362 | 2023-11-08T19:16:47.875Z | This is a known bug where multiple crates with the same name use |
2363 | 2023-11-08T19:16:47.880Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2364 | 2023-11-08T19:16:48.304Z | Checking unicode-ident v1.0.12 |
2365 | 2023-11-08T19:16:48.326Z | Documenting libc v0.2.150 |
2366 | 2023-11-08T19:16:48.336Z | Documenting cfg-if v1.0.0 |
2367 | 2023-11-08T19:16:48.356Z | Checking libc v0.2.150 |
2368 | 2023-11-08T19:16:48.376Z | Checking cfg-if v1.0.0 |
2369 | 2023-11-08T19:16:48.379Z | Checking serde v1.0.188 |
2370 | 2023-11-08T19:16:48.407Z | Documenting scopeguard v1.2.0 |
2371 | 2023-11-08T19:16:48.410Z | Documenting log v0.4.20 |
2372 | 2023-11-08T19:16:48.493Z | Documenting itoa v1.0.9 |
2373 | 2023-11-08T19:16:48.528Z | Checking proc-macro2 v1.0.67 |
2374 | 2023-11-08T19:16:49.541Z | Checking quote v1.0.33 |
2375 | 2023-11-08T19:16:50.059Z | Checking syn v2.0.32 |
2376 | 2023-11-08T19:16:50.194Z | Checking syn v1.0.109 |
2377 | 2023-11-08T19:16:52.172Z | Checking once_cell v1.18.0 |
2378 | 2023-11-08T19:16:52.594Z | Documenting smallvec v1.11.0 |
2379 | 2023-11-08T19:16:52.628Z | Documenting memchr v2.6.3 |
2380 | 2023-11-08T19:16:52.668Z | Documenting lock_api v0.4.10 |
2381 | 2023-11-08T19:16:54.891Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2023-11-08T19:16:54.975Z | Documenting getrandom v0.2.10 |
2383 | 2023-11-08T19:16:55.321Z | Documenting once_cell v1.18.0 |
2384 | 2023-11-08T19:16:56.941Z | Documenting libm v0.2.7 |
2385 | 2023-11-08T19:16:57.242Z | Documenting pin-project-lite v0.2.13 |
2386 | 2023-11-08T19:16:57.401Z | Documenting parking_lot_core v0.9.8 |
2387 | 2023-11-08T19:16:59.263Z | Documenting signal-hook-registry v1.4.1 |
2388 | 2023-11-08T19:17:00.242Z | Documenting mio v0.8.8 |
2389 | 2023-11-08T19:17:00.461Z | Documenting serde_derive v1.0.188 |
2390 | 2023-11-08T19:17:00.730Z | Documenting rand_core v0.6.4 |
2391 | 2023-11-08T19:17:01.144Z | Documenting zeroize_derive v1.4.2 |
2392 | 2023-11-08T19:17:01.398Z | Checking itoa v1.0.9 |
2393 | 2023-11-08T19:17:01.739Z | Documenting thiserror-impl v1.0.49 |
2394 | 2023-11-08T19:17:01.930Z | Documenting num-traits v0.2.16 |
2395 | 2023-11-08T19:17:03.506Z | Documenting parking_lot v0.12.1 |
2396 | 2023-11-08T19:17:05.263Z | Documenting tokio-macros v2.1.0 |
2397 | 2023-11-08T19:17:06.294Z | Documenting num_cpus v1.16.0 |
2398 | 2023-11-08T19:17:06.611Z | Documenting socket2 v0.5.4 |
2399 | 2023-11-08T19:17:08.622Z | Documenting zeroize v1.6.0 |
2400 | 2023-11-08T19:17:08.862Z | Documenting thiserror v1.0.49 |
2401 | 2023-11-08T19:17:09.065Z | Documenting typenum v1.16.0 |
2402 | 2023-11-08T19:17:09.221Z | Documenting futures-core v0.3.29 |
2403 | 2023-11-08T19:17:11.113Z | Documenting serde v1.0.188 |
2404 | 2023-11-08T19:17:12.139Z | Documenting ryu v1.0.15 |
2405 | 2023-11-08T19:17:12.508Z | Checking thiserror v1.0.49 |
2406 | 2023-11-08T19:17:12.529Z | Documenting subtle v2.5.0 |
2407 | 2023-11-08T19:17:12.693Z | Checking ryu v1.0.15 |
2408 | 2023-11-08T19:17:13.030Z | Checking getrandom v0.2.10 |
2409 | 2023-11-08T19:17:13.370Z | Documenting futures-sink v0.3.29 |
2410 | 2023-11-08T19:17:14.261Z | Documenting byteorder v1.5.0 |
2411 | 2023-11-08T19:17:14.710Z | Documenting pin-utils v0.1.0 |
2412 | 2023-11-08T19:17:15.078Z | Checking serde_json v1.0.108 |
2413 | 2023-11-08T19:17:16.159Z | Documenting iana-time-zone v0.1.57 |
2414 | 2023-11-08T19:17:16.639Z | Documenting generic-array v0.14.7 |
2415 | 2023-11-08T19:17:17.988Z | Checking memchr v2.6.3 |
2416 | 2023-11-08T19:17:18.026Z | Checking heck v0.4.1 |
2417 | 2023-11-08T19:17:18.313Z | Documenting futures-macro v0.3.29 |
2418 | 2023-11-08T19:17:18.894Z | Documenting futures-channel v0.3.29 |
2419 | 2023-11-08T19:17:19.404Z | Documenting slab v0.4.9 |
2420 | 2023-11-08T19:17:20.518Z | Documenting futures-task v0.3.29 |
2421 | 2023-11-08T19:17:22.207Z | Documenting const-oid v0.9.5 |
2422 | 2023-11-08T19:17:22.405Z | Documenting futures-io v0.3.29 |
2423 | 2023-11-08T19:17:23.020Z | Documenting crypto-common v0.1.6 |
2424 | 2023-11-08T19:17:24.327Z | Checking bytes v1.5.0 |
2425 | 2023-11-08T19:17:25.068Z | Documenting ppv-lite86 v0.2.17 |
2426 | 2023-11-08T19:17:25.393Z | Checking log v0.4.20 |
2427 | 2023-11-08T19:17:25.545Z | Documenting base64 v0.21.5 |
2428 | 2023-11-08T19:17:25.820Z | Documenting tinyvec_macros v0.1.1 |
2429 | 2023-11-08T19:17:26.432Z | Checking byteorder v1.5.0 |
2430 | 2023-11-08T19:17:27.067Z | Documenting block-buffer v0.10.4 |
2431 | 2023-11-08T19:17:27.672Z | Documenting futures-util v0.3.29 |
2432 | 2023-11-08T19:17:29.536Z | Documenting rand_chacha v0.3.1 |
2433 | 2023-11-08T19:17:29.920Z | Documenting tracing-core v0.1.31 |
2434 | 2023-11-08T19:17:30.024Z | Documenting tinyvec v1.6.0 |
2435 | 2023-11-08T19:17:30.520Z | Documenting tracing-attributes v0.1.26 |
2436 | 2023-11-08T19:17:31.087Z | Checking fnv v1.0.7 |
2437 | 2023-11-08T19:17:31.666Z | Documenting serde_derive_internals v0.26.0 |
2438 | 2023-11-08T19:17:33.095Z | Documenting digest v0.10.7 |
2439 | 2023-11-08T19:17:35.490Z | Checking serde_derive_internals v0.26.0 |
2440 | 2023-11-08T19:17:35.554Z | Documenting rand v0.8.5 |
2441 | 2023-11-08T19:17:36.440Z | Documenting dyn-clone v1.0.13 |
2442 | 2023-11-08T19:17:40.092Z | Documenting unicode-normalization v0.1.22 |
2443 | 2023-11-08T19:17:40.584Z | Documenting schemars_derive v0.8.13 |
2444 | 2023-11-08T19:17:41.066Z | Documenting fnv v1.0.7 |
2445 | 2023-11-08T19:17:41.574Z | Checking ucd-trie v0.1.6 |
2446 | 2023-11-08T19:17:41.929Z | Documenting cpufeatures v0.2.9 |
2447 | 2023-11-08T19:17:42.586Z | Checking pest v2.7.2 |
2448 | 2023-11-08T19:17:43.383Z | Documenting spin v0.9.8 |
2449 | 2023-11-08T19:17:43.656Z | Documenting bytes v1.5.0 |
2450 | 2023-11-08T19:17:46.100Z | Documenting serde_json v1.0.108 |
2451 | 2023-11-08T19:17:46.597Z | Documenting bitflags v2.4.0 |
2452 | 2023-11-08T19:17:46.797Z | Documenting chrono v0.4.31 |
2453 | 2023-11-08T19:17:46.939Z | Documenting uuid v1.5.0 |
2454 | 2023-11-08T19:17:47.723Z | Checking libm v0.2.7 |
2455 | 2023-11-08T19:17:49.269Z | Documenting unicode-bidi v0.3.13 |
2456 | 2023-11-08T19:17:49.594Z | Checking num-traits v0.2.16 |
2457 | 2023-11-08T19:17:50.930Z | Documenting tokio v1.33.0 |
2458 | 2023-11-08T19:17:52.314Z | Documenting http v0.2.9 |
2459 | 2023-11-08T19:17:53.169Z | Documenting lazy_static v1.4.0 |
2460 | 2023-11-08T19:17:53.425Z | Documenting percent-encoding v2.3.0 |
2461 | 2023-11-08T19:17:54.213Z | Documenting ahash v0.8.3 |
2462 | 2023-11-08T19:17:55.677Z | Checking ahash v0.8.3 |
2463 | 2023-11-08T19:17:56.165Z | Documenting schemars v0.8.13 |
2464 | 2023-11-08T19:17:56.243Z | Checking time-core v0.1.1 |
2465 | 2023-11-08T19:17:56.453Z | Documenting allocator-api2 v0.2.16 |
2466 | 2023-11-08T19:17:56.577Z | Documenting tracing v0.1.37 |
2467 | 2023-11-08T19:17:57.327Z | Documenting unicode-ident v1.0.12 |
2468 | 2023-11-08T19:18:02.458Z | Documenting form_urlencoded v1.2.0 |
2469 | 2023-11-08T19:18:02.564Z | Documenting adler v1.0.2 |
2470 | 2023-11-08T19:18:02.579Z | Documenting idna v0.4.0 |
2471 | 2023-11-08T19:18:02.609Z | Documenting proc-macro2 v1.0.67 |
2472 | 2023-11-08T19:18:02.631Z | Documenting hashbrown v0.14.2 |
2473 | 2023-11-08T19:18:04.156Z | Documenting miniz_oxide v0.7.1 |
2474 | 2023-11-08T19:18:04.723Z | Documenting httparse v1.8.0 |
2475 | 2023-11-08T19:18:05.267Z | Documenting equivalent v1.0.1 |
2476 | 2023-11-08T19:18:06.509Z | Documenting untrusted v0.9.0 |
2477 | 2023-11-08T19:18:07.240Z | Documenting quote v1.0.33 |
2478 | 2023-11-08T19:18:07.456Z | Documenting url v2.4.1 |
2479 | 2023-11-08T19:18:08.751Z | Checking zerocopy v0.3.0 |
2480 | 2023-11-08T19:18:09.077Z | Checking uuid v1.5.0 |
2481 | 2023-11-08T19:18:09.359Z | Documenting indexmap v2.1.0 |
2482 | 2023-11-08T19:18:09.745Z | Checking iana-time-zone v0.1.57 |
2483 | 2023-11-08T19:18:09.837Z | Checking dof v0.1.5 |
2484 | 2023-11-08T19:18:09.948Z | Checking chrono v0.4.31 |
2485 | 2023-11-08T19:18:10.512Z | Checking dtrace-parser v0.1.14 |
2486 | 2023-11-08T19:18:10.641Z | Documenting ring v0.17.5 |
2487 | 2023-11-08T19:18:10.957Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2488 | 2023-11-08T19:18:11.266Z | Checking thread-id v4.2.0 |
2489 | 2023-11-08T19:18:11.412Z | Documenting sct v0.7.0 |
2490 | 2023-11-08T19:18:12.249Z | Documenting slog v2.7.0 |
2491 | 2023-11-08T19:18:12.941Z | Documenting openssl-probe v0.1.5 |
2492 | 2023-11-08T19:18:13.308Z | Documenting try-lock v0.2.4 |
2493 | 2023-11-08T19:18:13.333Z | Documenting httpdate v1.0.3 |
2494 | 2023-11-08T19:18:17.464Z | Checking usdt-impl v0.3.5 |
2495 | 2023-11-08T19:18:17.494Z | Documenting want v0.3.1 |
2496 | 2023-11-08T19:18:17.745Z | Documenting http-body v0.4.5 |
2497 | 2023-11-08T19:18:18.321Z | Documenting rustls-pemfile v1.0.3 |
2498 | 2023-11-08T19:18:18.792Z | Documenting rustls-webpki v0.101.7 |
2499 | 2023-11-08T19:18:18.936Z | Documenting openssl-macros v0.1.1 |
2500 | 2023-11-08T19:18:19.024Z | Documenting errno v0.3.2 |
2501 | 2023-11-08T19:18:19.424Z | Documenting openssl-sys v0.9.93 |
2502 | 2023-11-08T19:18:23.159Z | Documenting tokio-util v0.7.10 |
2503 | 2023-11-08T19:18:23.517Z | Documenting gimli v0.28.0 |
2504 | 2023-11-08T19:18:23.682Z | Documenting mime v0.3.17 |
2505 | 2023-11-08T19:18:24.365Z | Documenting tower-service v0.3.2 |
2506 | 2023-11-08T19:18:24.514Z | Documenting rustix v0.38.9 |
2507 | 2023-11-08T19:18:25.200Z | Documenting rustls v0.21.8 |
2508 | 2023-11-08T19:18:26.107Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2509 | 2023-11-08T19:18:29.824Z | Documenting time-macros v0.2.13 |
2510 | 2023-11-08T19:18:29.868Z | Documenting async-trait v0.1.74 |
2511 | 2023-11-08T19:18:30.115Z | Documenting openssl v0.10.57 |
2512 | 2023-11-08T19:18:33.026Z | Documenting h2 v0.3.21 |
2513 | 2023-11-08T19:18:33.325Z | Documenting addr2line v0.21.0 |
2514 | 2023-11-08T19:18:35.999Z | Documenting object v0.32.1 |
2515 | 2023-11-08T19:18:37.364Z | Documenting aho-corasick v1.0.4 |
2516 | 2023-11-08T19:18:37.539Z | Documenting regex-syntax v0.8.2 |
2517 | 2023-11-08T19:18:38.996Z | Documenting tokio-rustls v0.24.1 |
2518 | 2023-11-08T19:18:39.078Z | Documenting num_threads v0.1.6 |
2519 | 2023-11-08T19:18:42.629Z | Documenting ipnet v2.8.0 |
2520 | 2023-11-08T19:18:43.579Z | Checking dyn-clone v1.0.13 |
2521 | 2023-11-08T19:18:43.778Z | Documenting deranged v0.3.8 |
2522 | 2023-11-08T19:18:44.607Z | Documenting rustc-demangle v0.1.23 |
2523 | 2023-11-08T19:18:45.071Z | Documenting unicode-width v0.1.11 |
2524 | 2023-11-08T19:18:47.858Z | Checking allocator-api2 v0.2.16 |
2525 | 2023-11-08T19:18:48.007Z | Documenting time-core v0.1.1 |
2526 | 2023-11-08T19:18:48.260Z | Documenting hyper v0.14.27 |
2527 | 2023-11-08T19:18:48.412Z | Documenting regex-automata v0.4.3 |
2528 | 2023-11-08T19:18:48.452Z | Checking hashbrown v0.14.2 |
2529 | 2023-11-08T19:18:48.830Z | Checking schemars v0.8.13 |
2530 | 2023-11-08T19:18:49.182Z | Checking pest_meta v2.7.2 |
2531 | 2023-11-08T19:18:50.221Z | Documenting crossbeam-utils v0.8.16 |
2532 | 2023-11-08T19:18:50.436Z | Checking equivalent v1.0.1 |
2533 | 2023-11-08T19:18:50.583Z | Checking indexmap v2.1.0 |
2534 | 2023-11-08T19:18:50.757Z | Documenting native-tls v0.2.11 |
2535 | 2023-11-08T19:18:51.275Z | Checking hashbrown v0.13.2 |
2536 | 2023-11-08T19:18:52.566Z | Documenting pest_meta v2.7.2 |
2537 | 2023-11-08T19:18:52.623Z | Documenting time v0.3.27 |
2538 | 2023-11-08T19:18:53.071Z | Checking http v0.2.9 |
2539 | 2023-11-08T19:18:54.416Z | Documenting backtrace v0.3.69 |
2540 | 2023-11-08T19:18:55.198Z | Documenting encoding_rs v0.8.33 |
2541 | 2023-11-08T19:18:57.429Z | Checking pest_generator v2.7.2 |
2542 | 2023-11-08T19:18:58.465Z | Documenting pest_generator v2.7.2 |
2543 | 2023-11-08T19:18:58.632Z | Documenting rustls-native-certs v0.6.3 |
2544 | 2023-11-08T19:18:58.824Z | Documenting tokio-native-tls v0.3.1 |
2545 | 2023-11-08T19:19:02.616Z | Documenting regex v1.10.2 |
2546 | 2023-11-08T19:19:02.826Z | Documenting serde_urlencoded v0.7.1 |
2547 | 2023-11-08T19:19:03.135Z | Documenting anyhow v1.0.75 |
2548 | 2023-11-08T19:19:03.154Z | Documenting ucd-trie v0.1.6 |
2549 | 2023-11-08T19:19:04.210Z | Checking serde_tokenstream v0.1.7 |
2550 | 2023-11-08T19:19:04.760Z | Documenting webpki-roots v0.25.2 |
2551 | 2023-11-08T19:19:05.499Z | Documenting pest_derive v2.7.2 |
2552 | 2023-11-08T19:19:06.622Z | Documenting syn v2.0.32 |
2553 | 2023-11-08T19:19:06.743Z | Documenting hyper-rustls v0.24.2 |
2554 | 2023-11-08T19:19:08.352Z | Documenting hyper-tls v0.5.0 |
2555 | 2023-11-08T19:19:08.366Z | Documenting pest v2.7.2 |
2556 | 2023-11-08T19:19:09.091Z | Checking aho-corasick v1.0.4 |
2557 | 2023-11-08T19:19:09.604Z | Documenting dof v0.1.5 |
2558 | 2023-11-08T19:19:10.839Z | Documenting thread-id v4.2.0 |
2559 | 2023-11-08T19:19:11.569Z | Checking regex-syntax v0.8.2 |
2560 | 2023-11-08T19:19:11.843Z | Documenting usdt-macro v0.3.5 |
2561 | 2023-11-08T19:19:16.438Z | Documenting dtrace-parser v0.1.14 |
2562 | 2023-11-08T19:19:16.471Z | Documenting usdt-attr-macro v0.3.5 |
2563 | 2023-11-08T19:19:16.765Z | Checking regex-automata v0.4.3 |
2564 | 2023-11-08T19:19:17.183Z | Documenting openapiv3 v1.0.3 |
2565 | 2023-11-08T19:19:17.197Z | Documenting ipnetwork v0.20.0 |
2566 | 2023-11-08T19:19:19.095Z | Documenting reqwest v0.11.20 |
2567 | 2023-11-08T19:19:20.350Z | Documenting sha2 v0.10.8 |
2568 | 2023-11-08T19:19:22.025Z | Documenting usdt-impl v0.3.5 |
2569 | 2023-11-08T19:19:22.231Z | Documenting futures-executor v0.3.29 |
2570 | 2023-11-08T19:19:25.184Z | Checking serde_tokenstream v0.2.0 |
2571 | 2023-11-08T19:19:25.544Z | Checking strsim v0.10.0 |
2572 | 2023-11-08T19:19:25.742Z | Checking unicode-width v0.1.11 |
2573 | 2023-11-08T19:19:25.875Z | Checking regex v1.10.2 |
2574 | 2023-11-08T19:19:25.961Z | Checking regress v0.7.1 |
2575 | 2023-11-08T19:19:26.458Z | Documenting hex v0.4.3 |
2576 | 2023-11-08T19:19:26.833Z | Documenting hmac v0.12.1 |
2577 | 2023-11-08T19:19:28.000Z | Documenting fallible-iterator v0.2.0 |
2578 | 2023-11-08T19:19:28.253Z | Documenting futures v0.3.29 |
2579 | 2023-11-08T19:19:31.019Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2580 | 2023-11-08T19:19:31.100Z | Documenting usdt v0.3.5 |
2581 | 2023-11-08T19:19:32.517Z | Checking openapiv3 v1.0.3 |
2582 | 2023-11-08T19:19:34.331Z | Documenting stringprep v0.1.3 |
2583 | 2023-11-08T19:19:34.335Z | Documenting semver v1.0.20 |
2584 | 2023-11-08T19:19:34.385Z | Documenting md-5 v0.10.5 |
2585 | 2023-11-08T19:19:35.120Z | Documenting regress v0.7.1 |
2586 | 2023-11-08T19:19:38.003Z | Documenting utf8parse v0.2.1 |
2587 | 2023-11-08T19:19:38.788Z | Documenting siphasher v0.3.11 |
2588 | 2023-11-08T19:19:39.955Z | Documenting block-padding v0.3.3 |
2589 | 2023-11-08T19:19:39.958Z | Documenting heck v0.4.1 |
2590 | 2023-11-08T19:19:40.134Z | Checking unsafe-libyaml v0.2.9 |
2591 | 2023-11-08T19:19:40.543Z | Documenting static_assertions v1.1.0 |
2592 | 2023-11-08T19:19:42.037Z | Documenting postgres-protocol v0.6.6 |
2593 | 2023-11-08T19:19:42.097Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2594 | 2023-11-08T19:19:42.334Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2595 | 2023-11-08T19:19:42.364Z | Checking getopts v0.2.21 |
2596 | 2023-11-08T19:19:42.843Z | Documenting toml_datetime v0.6.5 |
2597 | 2023-11-08T19:19:43.139Z | Documenting phf_shared v0.11.2 |
2598 | 2023-11-08T19:19:44.563Z | Documenting num-integer v0.1.45 |
2599 | 2023-11-08T19:19:45.058Z | Documenting whoami v1.4.1 |
2600 | 2023-11-08T19:19:46.075Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2601 | 2023-11-08T19:19:46.591Z | Documenting inout v0.1.3 |
2602 | 2023-11-08T19:19:49.266Z | Documenting phf v0.11.2 |
2603 | 2023-11-08T19:19:49.433Z | Documenting unsafe-libyaml v0.2.9 |
2604 | 2023-11-08T19:19:50.631Z | Checking ident_case v1.0.1 |
2605 | 2023-11-08T19:19:51.629Z | Documenting either v1.9.0 |
2606 | 2023-11-08T19:19:51.642Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2607 | 2023-11-08T19:19:51.652Z | Documenting postgres-types v0.2.6 |
2608 | 2023-11-08T19:19:52.544Z | Checking serde_yaml v0.9.25 |
2609 | 2023-11-08T19:19:53.465Z | Documenting cipher v0.4.4 |
2610 | 2023-11-08T19:19:54.018Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2611 | 2023-11-08T19:19:54.934Z | Documenting getopts v0.2.21 |
2612 | 2023-11-08T19:19:55.228Z | Documenting serde_yaml v0.9.25 |
2613 | 2023-11-08T19:19:55.634Z | Documenting zerocopy v0.6.4 |
2614 | 2023-11-08T19:19:56.712Z | Documenting anstyle v1.0.2 |
2615 | 2023-11-08T19:19:57.185Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2616 | 2023-11-08T19:20:00.948Z | Documenting data-encoding v2.4.0 |
2617 | 2023-11-08T19:20:01.563Z | Documenting anstyle-parse v0.2.1 |
2618 | 2023-11-08T19:20:01.725Z | Documenting tokio-postgres v0.7.10 |
2619 | 2023-11-08T19:20:01.852Z | Documenting match_cfg v0.1.0 |
2620 | 2023-11-08T19:20:03.005Z | Documenting colorchoice v1.0.0 |
2621 | 2023-11-08T19:20:03.839Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2622 | 2023-11-08T19:20:04.023Z | Documenting anstyle-query v1.0.0 |
2623 | 2023-11-08T19:20:05.959Z | Documenting hostname v0.3.1 |
2624 | 2023-11-08T19:20:06.227Z | Documenting itertools v0.11.0 |
2625 | 2023-11-08T19:20:07.213Z | Documenting terminal_size v0.2.6 |
2626 | 2023-11-08T19:20:07.244Z | Documenting dirs-sys-next v0.1.2 |
2627 | 2023-11-08T19:20:07.447Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2628 | 2023-11-08T19:20:09.522Z | Documenting anstream v0.5.0 |
2629 | 2023-11-08T19:20:11.592Z | Documenting tap v1.0.1 |
2630 | 2023-11-08T19:20:13.309Z | Documenting clap_lex v0.5.1 |
2631 | 2023-11-08T19:20:13.482Z | Documenting strsim v0.10.0 |
2632 | 2023-11-08T19:20:13.914Z | Documenting dirs-next v2.0.0 |
2633 | 2023-11-08T19:20:15.258Z | Documenting clap_derive v4.4.2 |
2634 | 2023-11-08T19:20:15.822Z | Documenting wyz v0.5.1 |
2635 | 2023-11-08T19:20:15.894Z | Documenting thread_local v1.1.7 |
2636 | 2023-11-08T19:20:17.719Z | Documenting crc32fast v1.3.2 |
2637 | 2023-11-08T19:20:19.173Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2638 | 2023-11-08T19:20:19.331Z | Documenting radium v0.7.0 |
2639 | 2023-11-08T19:20:19.546Z | Documenting clap_builder v4.4.2 |
2640 | 2023-11-08T19:20:19.749Z | Documenting funty v2.0.0 |
2641 | 2023-11-08T19:20:20.438Z | Documenting term v0.7.0 |
2642 | 2023-11-08T19:20:22.095Z | Documenting num-iter v0.1.43 |
2643 | 2023-11-08T19:20:23.099Z | Documenting crossbeam-channel v0.5.8 |
2644 | 2023-11-08T19:20:23.217Z | Documenting sha1 v0.10.5 |
2645 | 2023-11-08T19:20:23.551Z | Documenting enum-as-inner v0.5.1 |
2646 | 2023-11-08T19:20:24.322Z | Documenting bitvec v1.0.1 |
2647 | 2023-11-08T19:20:26.686Z | Documenting atty v0.2.14 |
2648 | 2023-11-08T19:20:29.847Z | Documenting memoffset v0.9.0 |
2649 | 2023-11-08T19:20:29.988Z | Documenting clap v4.4.3 |
2650 | 2023-11-08T19:20:30.306Z | Documenting take_mut v0.2.2 |
2651 | 2023-11-08T19:20:30.561Z | Documenting flate2 v1.0.28 |
2652 | 2023-11-08T19:20:30.661Z | Documenting trust-dns-proto v0.22.0 |
2653 | 2023-11-08T19:20:31.333Z | Documenting slog-term v2.9.0 |
2654 | 2023-11-08T19:20:32.341Z | Documenting crossbeam-epoch v0.9.15 |
2655 | 2023-11-08T19:20:34.233Z | Documenting slog-json v2.6.1 |
2656 | 2023-11-08T19:20:35.279Z | Documenting slog-async v2.8.0 |
2657 | 2023-11-08T19:20:35.555Z | Documenting camino v1.1.6 |
2658 | 2023-11-08T19:20:37.128Z | Documenting paste v1.0.14 |
2659 | 2023-11-08T19:20:37.808Z | Documenting signature v2.1.0 |
2660 | 2023-11-08T19:20:37.867Z | Documenting hash32 v0.2.1 |
2661 | 2023-11-08T19:20:38.319Z | Documenting scheduled-thread-pool v0.2.7 |
2662 | 2023-11-08T19:20:41.037Z | Documenting slog-bunyan v2.4.0 |
2663 | 2023-11-08T19:20:41.604Z | Documenting diesel_table_macro_syntax v0.1.0 |
2664 | 2023-11-08T19:20:42.487Z | Checking diesel_table_macro_syntax v0.1.0 |
2665 | 2023-11-08T19:20:42.729Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2666 | 2023-11-08T19:20:43.244Z | Documenting unicode-segmentation v1.10.1 |
2667 | 2023-11-08T19:20:44.091Z | Documenting stable_deref_trait v1.2.0 |
2668 | 2023-11-08T19:20:44.333Z | Checking darling_core v0.20.3 |
2669 | 2023-11-08T19:20:44.650Z | Documenting r2d2 v0.8.10 |
2670 | 2023-11-08T19:20:44.828Z | Documenting async-stream-impl v0.3.5 |
2671 | 2023-11-08T19:20:47.332Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2672 | 2023-11-08T19:20:47.845Z | Documenting strum v0.25.0 |
2673 | 2023-11-08T19:20:48.161Z | Documenting heapless v0.7.16 |
2674 | 2023-11-08T19:20:48.420Z | Documenting bzip2 v0.4.4 |
2675 | 2023-11-08T19:20:48.439Z | Documenting debug-ignore v1.0.5 |
2676 | 2023-11-08T19:20:49.044Z | Documenting diesel_derives v2.1.1 |
2677 | 2023-11-08T19:20:50.888Z | Documenting managed v0.8.0 |
2678 | 2023-11-08T19:20:52.197Z | Documenting bit-vec v0.6.3 |
2679 | 2023-11-08T19:20:52.563Z | Documenting atomic-waker v1.1.1 |
2680 | 2023-11-08T19:20:53.056Z | Documenting async-stream v0.3.5 |
2681 | 2023-11-08T19:20:53.886Z | Checking darling v0.20.3 |
2682 | 2023-11-08T19:20:54.027Z | Documenting num-bigint v0.4.4 |
2683 | 2023-11-08T19:20:54.163Z | Documenting zip v0.6.6 |
2684 | 2023-11-08T19:20:55.487Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2685 | 2023-11-08T19:20:55.732Z | Documenting smoltcp v0.9.1 |
2686 | 2023-11-08T19:20:56.637Z | Documenting waitgroup v0.1.2 |
2687 | 2023-11-08T19:20:58.199Z | Documenting multer v2.1.0 |
2688 | 2023-11-08T19:20:58.646Z | Documenting serde_spanned v0.6.4 |
2689 | 2023-11-08T19:21:00.392Z | Documenting diesel v2.1.3 |
2690 | 2023-11-08T19:21:00.964Z | Documenting serde_path_to_error v0.1.14 |
2691 | 2023-11-08T19:21:02.162Z | Documenting hubpack v0.1.2 |
2692 | 2023-11-08T19:21:03.176Z | Documenting bstr v1.6.0 |
2693 | 2023-11-08T19:21:03.606Z | Documenting serde_repr v0.1.16 |
2694 | 2023-11-08T19:21:03.650Z | Documenting winnow v0.5.15 |
2695 | 2023-11-08T19:21:04.577Z | Documenting new_debug_unreachable v1.0.4 |
2696 | 2023-11-08T19:21:05.104Z | Documenting fixedbitset v0.4.2 |
2697 | 2023-11-08T19:21:07.959Z | Documenting precomputed-hash v0.1.1 |
2698 | 2023-11-08T19:21:08.186Z | Documenting lalrpop-util v0.19.12 |
2699 | 2023-11-08T19:21:08.675Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2700 | 2023-11-08T19:21:09.740Z | Documenting petgraph v0.6.4 |
2701 | 2023-11-08T19:21:10.179Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2702 | 2023-11-08T19:21:10.684Z | Documenting yasna v0.5.2 |
2703 | 2023-11-08T19:21:11.212Z | Documenting toml_edit v0.21.0 |
2704 | 2023-11-08T19:21:13.612Z | Documenting string_cache v0.8.7 |
2705 | 2023-11-08T19:21:14.574Z | Documenting serde_with_macros v2.3.3 |
2706 | 2023-11-08T19:21:19.412Z | Documenting console v0.15.7 |
2707 | 2023-11-08T19:21:20.252Z | Documenting float-cmp v0.9.0 |
2708 | 2023-11-08T19:21:20.479Z | Documenting difflib v0.4.0 |
2709 | 2023-11-08T19:21:20.604Z | Documenting predicates-core v1.0.6 |
2710 | 2023-11-08T19:21:21.041Z | Documenting normalize-line-endings v0.3.0 |
2711 | 2023-11-08T19:21:21.717Z | Documenting serde_with v2.3.3 |
2712 | 2023-11-08T19:21:25.646Z | Documenting toml v0.8.8 |
2713 | 2023-11-08T19:21:26.072Z | Documenting bit-set v0.5.3 |
2714 | 2023-11-08T19:21:27.338Z | Documenting similar v2.2.1 |
2715 | 2023-11-08T19:21:27.371Z | Documenting tokio-stream v0.1.14 |
2716 | 2023-11-08T19:21:27.384Z | Documenting predicates v3.0.4 |
2717 | 2023-11-08T19:21:30.774Z | Documenting instant v0.1.12 |
2718 | 2023-11-08T19:21:32.295Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2719 | 2023-11-08T19:21:32.509Z | Documenting macaddr v1.0.1 |
2720 | 2023-11-08T19:21:32.811Z | Documenting base64ct v1.6.0 |
2721 | 2023-11-08T19:21:33.104Z | Documenting parse-display v0.8.2 |
2722 | 2023-11-08T19:21:33.978Z | Checking scopeguard v1.2.0 |
2723 | 2023-11-08T19:21:34.153Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2724 | 2023-11-08T19:21:34.183Z | Checking lock_api v0.4.10 |
2725 | 2023-11-08T19:21:34.651Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2726 | 2023-11-08T19:21:34.797Z | Documenting crucible-workspace-hack v0.1.0 |
2727 | 2023-11-08T19:21:35.706Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2728 | 2023-11-08T19:21:36.250Z | Documenting backoff v0.4.0 |
2729 | 2023-11-08T19:21:39.565Z | Documenting password-hash v0.5.0 |
2730 | 2023-11-08T19:21:39.573Z | Documenting is-terminal v0.4.9 |
2731 | 2023-11-08T19:21:39.579Z | Documenting blake2 v0.10.6 |
2732 | 2023-11-08T19:21:39.583Z | Checking smallvec v1.11.0 |
2733 | 2023-11-08T19:21:39.586Z | Checking pin-project-lite v0.2.13 |
2734 | 2023-11-08T19:21:39.714Z | Checking rand_core v0.6.4 |
2735 | 2023-11-08T19:21:40.093Z | Checking parking_lot_core v0.9.8 |
2736 | 2023-11-08T19:21:40.141Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2737 | 2023-11-08T19:21:40.233Z | Checking typenum v1.16.0 |
2738 | 2023-11-08T19:21:40.601Z | Checking parking_lot v0.12.1 |
2739 | 2023-11-08T19:21:41.140Z | Checking zeroize v1.6.0 |
2740 | 2023-11-08T19:21:41.269Z | Documenting proc-macro-error-attr v1.0.4 |
2741 | 2023-11-08T19:21:41.521Z | Checking futures-core v0.3.29 |
2742 | 2023-11-08T19:21:41.785Z | Checking unicode-segmentation v1.10.1 |
2743 | 2023-11-08T19:21:42.453Z | Checking generic-array v0.14.7 |
2744 | 2023-11-08T19:21:42.880Z | Checking proc-macro-error v1.0.4 |
2745 | 2023-11-08T19:21:43.316Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2746 | 2023-11-08T19:21:44.312Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2747 | 2023-11-08T19:21:44.327Z | Checking mio v0.8.8 |
2748 | 2023-11-08T19:21:45.259Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2749 | 2023-11-08T19:21:45.725Z | Checking socket2 v0.5.4 |
2750 | 2023-11-08T19:21:46.409Z | Checking signal-hook-registry v1.4.1 |
2751 | 2023-11-08T19:21:46.413Z | Checking num_cpus v1.16.0 |
2752 | 2023-11-08T19:21:46.462Z | Documenting fastrand v2.0.0 |
2753 | 2023-11-08T19:21:46.527Z | Checking futures-sink v0.3.29 |
2754 | 2023-11-08T19:21:46.728Z | Documenting postcard-cobs v0.1.5-pre |
2755 | 2023-11-08T19:21:46.745Z | Checking tokio v1.33.0 |
2756 | 2023-11-08T19:21:46.939Z | Documenting proc-macro-error v1.0.4 |
2757 | 2023-11-08T19:21:48.937Z | Documenting argon2 v0.5.2 |
2758 | 2023-11-08T19:21:49.102Z | Documenting foreign-types-macros v0.2.3 |
2759 | 2023-11-08T19:21:50.171Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2760 | 2023-11-08T19:21:50.878Z | Documenting postcard v0.7.3 |
2761 | 2023-11-08T19:21:52.669Z | Documenting tempfile v3.8.0 |
2762 | 2023-11-08T19:21:53.695Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2763 | 2023-11-08T19:21:54.020Z | Checking tinyvec_macros v0.1.1 |
2764 | 2023-11-08T19:21:54.145Z | Documenting foreign-types-shared v0.3.1 |
2765 | 2023-11-08T19:21:55.189Z | Checking spin v0.5.2 |
2766 | 2023-11-08T19:21:55.484Z | Checking tinyvec v1.6.0 |
2767 | 2023-11-08T19:21:56.908Z | Checking futures-channel v0.3.29 |
2768 | 2023-11-08T19:21:57.479Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2769 | 2023-11-08T19:21:57.493Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2770 | 2023-11-08T19:21:57.596Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2771 | 2023-11-08T19:21:57.722Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2772 | 2023-11-08T19:21:58.083Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2773 | 2023-11-08T19:21:58.252Z | Documenting foreign-types v0.5.0 |
2774 | 2023-11-08T19:21:59.918Z | Documenting cstr-argument v0.1.2 |
2775 | 2023-11-08T19:22:03.510Z | Checking futures-task v0.3.29 |
2776 | 2023-11-08T19:22:03.693Z | Checking slab v0.4.9 |
2777 | 2023-11-08T19:22:03.817Z | Checking pin-utils v0.1.0 |
2778 | 2023-11-08T19:22:03.864Z | Checking futures-io v0.3.29 |
2779 | 2023-11-08T19:22:03.961Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2780 | 2023-11-08T19:22:03.967Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2781 | 2023-11-08T19:22:04.078Z | Checking unicode-normalization v0.1.22 |
2782 | 2023-11-08T19:22:04.099Z | Documenting colored v2.0.4 |
2783 | 2023-11-08T19:22:04.129Z | Checking futures-util v0.3.29 |
2784 | 2023-11-08T19:22:05.263Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2785 | 2023-11-08T19:22:05.591Z | Checking crypto-common v0.1.6 |
2786 | 2023-11-08T19:22:05.854Z | Checking spin v0.9.8 |
2787 | 2023-11-08T19:22:06.348Z | Checking tracing-core v0.1.31 |
2788 | 2023-11-08T19:22:07.252Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2789 | 2023-11-08T19:22:07.450Z | Checking unicode-bidi v0.3.13 |
2790 | 2023-11-08T19:22:08.266Z | Checking tracing v0.1.37 |
2791 | 2023-11-08T19:22:08.743Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2792 | 2023-11-08T19:22:10.038Z | Documenting zone_cfg_derive v0.3.0 |
2793 | 2023-11-08T19:22:10.614Z | Checking block-buffer v0.10.4 |
2794 | 2023-11-08T19:22:10.803Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2795 | 2023-11-08T19:22:10.937Z | Documenting num-derive v0.4.0 |
2796 | 2023-11-08T19:22:11.433Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2797 | 2023-11-08T19:22:12.550Z | Checking subtle v2.5.0 |
2798 | 2023-11-08T19:22:12.947Z | Checking ppv-lite86 v0.2.17 |
2799 | 2023-11-08T19:22:14.058Z | Checking const-oid v0.9.5 |
2800 | 2023-11-08T19:22:16.674Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2801 | 2023-11-08T19:22:16.875Z | Documenting zone v0.3.0 |
2802 | 2023-11-08T19:22:17.053Z | Checking digest v0.10.7 |
2803 | 2023-11-08T19:22:17.489Z | Checking rand_chacha v0.3.1 |
2804 | 2023-11-08T19:22:17.675Z | Documenting smf v0.2.2 |
2805 | 2023-11-08T19:22:17.803Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2806 | 2023-11-08T19:22:18.039Z | Checking bitflags v2.4.0 |
2807 | 2023-11-08T19:22:18.470Z | Checking base64 v0.21.5 |
2808 | 2023-11-08T19:22:18.618Z | Documenting linked-hash-map v0.5.6 |
2809 | 2023-11-08T19:22:19.181Z | Checking rand v0.8.5 |
2810 | 2023-11-08T19:22:20.768Z | Checking tokio-util v0.7.10 |
2811 | 2023-11-08T19:22:22.410Z | Checking foreign-types-shared v0.1.1 |
2812 | 2023-11-08T19:22:22.440Z | Checking hashbrown v0.12.3 |
2813 | 2023-11-08T19:22:22.552Z | Checking percent-encoding v2.3.0 |
2814 | 2023-11-08T19:22:22.847Z | Checking untrusted v0.9.0 |
2815 | 2023-11-08T19:22:23.075Z | Checking untrusted v0.7.1 |
2816 | 2023-11-08T19:22:23.313Z | Checking openssl-probe v0.1.5 |
2817 | 2023-11-08T19:22:23.516Z | Checking bitflags v1.3.2 |
2818 | 2023-11-08T19:22:23.654Z | Checking ring v0.16.20 |
2819 | 2023-11-08T19:22:23.972Z | Checking indexmap v1.9.3 |
2820 | 2023-11-08T19:22:24.144Z | Checking ring v0.17.5 |
2821 | 2023-11-08T19:22:24.758Z | Checking foreign-types v0.3.2 |
2822 | 2023-11-08T19:22:24.888Z | Checking errno v0.3.2 |
2823 | 2023-11-08T19:22:25.085Z | Checking openssl-sys v0.9.93 |
2824 | 2023-11-08T19:22:25.167Z | Documenting lru-cache v0.1.2 |
2825 | 2023-11-08T19:22:25.179Z | Checking try-lock v0.2.4 |
2826 | 2023-11-08T19:22:25.364Z | Checking adler v1.0.2 |
2827 | 2023-11-08T19:22:25.582Z | Checking siphasher v0.3.11 |
2828 | 2023-11-08T19:22:25.711Z | Checking miniz_oxide v0.7.1 |
2829 | 2023-11-08T19:22:26.047Z | Checking want v0.3.1 |
2830 | 2023-11-08T19:22:26.190Z | Checking h2 v0.3.21 |
2831 | 2023-11-08T19:22:26.308Z | Checking form_urlencoded v1.2.0 |
2832 | 2023-11-08T19:22:26.515Z | Checking sct v0.7.0 |
2833 | 2023-11-08T19:22:26.607Z | Checking lazy_static v1.4.0 |
2834 | 2023-11-08T19:22:26.634Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2835 | 2023-11-08T19:22:26.754Z | Checking http-body v0.4.5 |
2836 | 2023-11-08T19:22:26.800Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2837 | 2023-11-08T19:22:26.853Z | Checking socket2 v0.4.9 |
2838 | 2023-11-08T19:22:27.083Z | Checking rustls-webpki v0.101.7 |
2839 | 2023-11-08T19:22:27.285Z | Checking openssl v0.10.57 |
2840 | 2023-11-08T19:22:27.344Z | Checking io-lifetimes v1.0.11 |
2841 | 2023-11-08T19:22:27.382Z | Checking httparse v1.8.0 |
2842 | 2023-11-08T19:22:27.556Z | Checking anstyle v1.0.2 |
2843 | 2023-11-08T19:22:27.607Z | Checking httpdate v1.0.3 |
2844 | 2023-11-08T19:22:27.948Z | Checking utf8parse v0.2.1 |
2845 | 2023-11-08T19:22:28.005Z | Checking tower-service v0.3.2 |
2846 | 2023-11-08T19:22:28.076Z | Checking cpufeatures v0.2.9 |
2847 | 2023-11-08T19:22:28.164Z | Checking anstyle-parse v0.2.1 |
2848 | 2023-11-08T19:22:28.168Z | Checking rustix v0.37.23 |
2849 | 2023-11-08T19:22:28.200Z | Checking rustls v0.21.8 |
2850 | 2023-11-08T19:22:28.212Z | Checking sha2 v0.10.8 |
2851 | 2023-11-08T19:22:28.575Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2852 | 2023-11-08T19:22:29.055Z | Checking rustls-pemfile v1.0.3 |
2853 | 2023-11-08T19:22:29.335Z | Checking md-5 v0.10.5 |
2854 | 2023-11-08T19:22:29.641Z | Checking hmac v0.12.1 |
2855 | 2023-11-08T19:22:29.658Z | Checking idna v0.4.0 |
2856 | 2023-11-08T19:22:29.933Z | Checking stringprep v0.1.3 |
2857 | 2023-11-08T19:22:29.966Z | Documenting slog-dtrace v0.2.3 |
2858 | 2023-11-08T19:22:30.328Z | Checking num-integer v0.1.45 |
2859 | 2023-11-08T19:22:31.033Z | Checking hash32 v0.2.1 |
2860 | 2023-11-08T19:22:31.103Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2861 | 2023-11-08T19:22:31.524Z | Checking gimli v0.28.0 |
2862 | 2023-11-08T19:22:31.883Z | Checking colorchoice v1.0.0 |
2863 | 2023-11-08T19:22:32.103Z | Checking either v1.9.0 |
2864 | 2023-11-08T19:22:32.555Z | Documenting quick-error v1.2.3 |
2865 | 2023-11-08T19:22:33.041Z | Checking stable_deref_trait v1.2.0 |
2866 | 2023-11-08T19:22:33.172Z | Checking fallible-iterator v0.2.0 |
2867 | 2023-11-08T19:22:33.488Z | Checking anstyle-query v1.0.0 |
2868 | 2023-11-08T19:22:33.670Z | Checking anstream v0.5.0 |
2869 | 2023-11-08T19:22:34.138Z | Checking postgres-protocol v0.6.6 |
2870 | 2023-11-08T19:22:34.199Z | Checking tokio-rustls v0.24.1 |
2871 | 2023-11-08T19:22:34.746Z | Checking heapless v0.7.16 |
2872 | 2023-11-08T19:22:35.160Z | Checking url v2.4.1 |
2873 | 2023-11-08T19:22:35.985Z | Checking native-tls v0.2.11 |
2874 | 2023-11-08T19:22:36.101Z | Checking hyper v0.14.27 |
2875 | 2023-11-08T19:22:36.430Z | Checking terminal_size v0.2.6 |
2876 | 2023-11-08T19:22:36.455Z | Checking tokio-native-tls v0.3.1 |
2877 | 2023-11-08T19:22:36.471Z | Checking rustls-native-certs v0.6.3 |
2878 | 2023-11-08T19:22:36.649Z | Checking phf_shared v0.11.2 |
2879 | 2023-11-08T19:22:36.662Z | Checking block-padding v0.3.3 |
2880 | 2023-11-08T19:22:36.817Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2881 | 2023-11-08T19:22:36.960Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2882 | 2023-11-08T19:22:37.096Z | Checking scheduled-thread-pool v0.2.7 |
2883 | 2023-11-08T19:22:37.411Z | Checking object v0.32.1 |
2884 | 2023-11-08T19:22:37.780Z | Checking addr2line v0.21.0 |
2885 | 2023-11-08T19:22:38.352Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2886 | 2023-11-08T19:22:38.468Z | Documenting resolv-conf v0.7.0 |
2887 | 2023-11-08T19:22:38.535Z | Checking toml_datetime v0.6.5 |
2888 | 2023-11-08T19:22:38.817Z | Checking serde_spanned v0.6.4 |
2889 | 2023-11-08T19:22:38.936Z | Checking bzip2-sys v0.1.11+1.0.8 |
2890 | 2023-11-08T19:22:39.075Z | Checking crc32fast v1.3.2 |
2891 | 2023-11-08T19:22:39.112Z | Checking bit-vec v0.6.3 |
2892 | 2023-11-08T19:22:39.454Z | Checking regex-automata v0.1.10 |
2893 | 2023-11-08T19:22:39.610Z | Checking rustc-demangle v0.1.23 |
2894 | 2023-11-08T19:22:40.061Z | Checking clap_lex v0.5.1 |
2895 | 2023-11-08T19:22:40.294Z | Checking tap v1.0.1 |
2896 | 2023-11-08T19:22:40.442Z | Checking matches v0.1.10 |
2897 | 2023-11-08T19:22:40.537Z | Checking managed v0.8.0 |
2898 | 2023-11-08T19:22:40.566Z | Checking winnow v0.5.15 |
2899 | 2023-11-08T19:22:41.145Z | Checking num_threads v0.1.6 |
2900 | 2023-11-08T19:22:41.307Z | Checking ipnet v2.8.0 |
2901 | 2023-11-08T19:22:42.011Z | Checking deranged v0.3.8 |
2902 | 2023-11-08T19:22:44.529Z | Documenting trust-dns-resolver v0.22.0 |
2903 | 2023-11-08T19:22:44.665Z | Checking time v0.3.27 |
2904 | 2023-11-08T19:22:45.293Z | Checking toml_edit v0.19.15 |
2905 | 2023-11-08T19:22:46.042Z | Checking hyper-rustls v0.24.2 |
2906 | 2023-11-08T19:22:46.331Z | Checking backtrace v0.3.69 |
2907 | 2023-11-08T19:22:46.562Z | Checking hyper-tls v0.5.0 |
2908 | 2023-11-08T19:22:47.007Z | Checking smoltcp v0.9.1 |
2909 | 2023-11-08T19:22:47.216Z | Checking idna v0.2.3 |
2910 | 2023-11-08T19:22:48.636Z | Checking wyz v0.5.1 |
2911 | 2023-11-08T19:22:48.708Z | Checking clap_builder v4.4.2 |
2912 | 2023-11-08T19:22:49.105Z | Checking bstr v0.2.17 |
2913 | 2023-11-08T19:22:49.240Z | Checking flate2 v1.0.28 |
2914 | 2023-11-08T19:22:49.370Z | Checking bzip2 v0.4.4 |
2915 | 2023-11-08T19:22:49.807Z | Checking r2d2 v0.8.10 |
2916 | 2023-11-08T19:22:50.244Z | Checking phf v0.11.2 |
2917 | 2023-11-08T19:22:50.279Z | Checking inout v0.1.3 |
2918 | 2023-11-08T19:22:50.401Z | Checking postgres-types v0.2.6 |
2919 | 2023-11-08T19:22:50.613Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2920 | 2023-11-08T19:22:50.640Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2921 | 2023-11-08T19:22:51.500Z | Checking itertools v0.11.0 |
2922 | 2023-11-08T19:22:52.569Z | Checking num-bigint v0.4.4 |
2923 | 2023-11-08T19:22:53.507Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2924 | 2023-11-08T19:22:53.860Z | Checking serde_urlencoded v0.7.1 |
2925 | 2023-11-08T19:22:54.548Z | Checking phf_shared v0.10.0 |
2926 | 2023-11-08T19:22:54.979Z | Checking futures-executor v0.3.29 |
2927 | 2023-11-08T19:22:55.314Z | Documenting pem-rfc7468 v0.7.0 |
2928 | 2023-11-08T19:22:55.362Z | Checking ipnetwork v0.20.0 |
2929 | 2023-11-08T19:22:55.601Z | Checking float-cmp v0.9.0 |
2930 | 2023-11-08T19:22:55.894Z | Checking zerocopy v0.6.4 |
2931 | 2023-11-08T19:22:55.915Z | Documenting der_derive v0.7.2 |
2932 | 2023-11-08T19:22:56.154Z | Checking hubpack v0.1.2 |
2933 | 2023-11-08T19:22:56.190Z | Checking encoding_rs v0.8.33 |
2934 | 2023-11-08T19:22:56.488Z | Checking crossbeam-utils v0.8.16 |
2935 | 2023-11-08T19:22:56.616Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2936 | 2023-11-08T19:22:56.671Z | Checking memoffset v0.9.0 |
2937 | 2023-11-08T19:22:56.815Z | Checking radium v0.7.0 |
2938 | 2023-11-08T19:22:57.042Z | Checking static_assertions v1.1.0 |
2939 | 2023-11-08T19:22:57.115Z | Checking funty v2.0.0 |
2940 | 2023-11-08T19:22:57.184Z | Checking normalize-line-endings v0.3.0 |
2941 | 2023-11-08T19:22:57.352Z | Checking data-encoding v2.4.0 |
2942 | 2023-11-08T19:22:57.447Z | Checking mime v0.3.17 |
2943 | 2023-11-08T19:22:57.488Z | Checking regex-automata v0.3.8 |
2944 | 2023-11-08T19:22:57.955Z | Checking difflib v0.4.0 |
2945 | 2023-11-08T19:22:58.186Z | Checking predicates-core v1.0.6 |
2946 | 2023-11-08T19:22:58.402Z | Checking webpki-roots v0.25.2 |
2947 | 2023-11-08T19:22:58.454Z | Documenting flagset v0.4.3 |
2948 | 2023-11-08T19:22:58.953Z | Checking whoami v1.4.1 |
2949 | 2023-11-08T19:22:58.981Z | Checking precomputed-hash v0.1.1 |
2950 | 2023-11-08T19:22:59.003Z | Checking new_debug_unreachable v1.0.4 |
2951 | 2023-11-08T19:22:59.017Z | Checking fixedbitset v0.4.2 |
2952 | 2023-11-08T19:22:59.125Z | Checking string_cache v0.8.7 |
2953 | 2023-11-08T19:22:59.381Z | Checking petgraph v0.6.4 |
2954 | 2023-11-08T19:22:59.547Z | Checking tokio-postgres v0.7.10 |
2955 | 2023-11-08T19:22:59.897Z | Checking bstr v1.6.0 |
2956 | 2023-11-08T19:23:00.053Z | Checking reqwest v0.11.20 |
2957 | 2023-11-08T19:23:01.320Z | Checking bitvec v1.0.1 |
2958 | 2023-11-08T19:23:01.619Z | Checking predicates v3.0.4 |
2959 | 2023-11-08T19:23:02.498Z | Checking trust-dns-proto v0.22.0 |
2960 | 2023-11-08T19:23:02.700Z | Checking crossbeam-epoch v0.9.15 |
2961 | 2023-11-08T19:23:02.795Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2962 | 2023-11-08T19:23:03.409Z | Checking diesel v2.1.3 |
2963 | 2023-11-08T19:23:04.143Z | Checking yasna v0.5.2 |
2964 | 2023-11-08T19:23:04.234Z | Documenting der v0.7.8 |
2965 | 2023-11-08T19:23:04.940Z | Checking futures v0.3.29 |
2966 | 2023-11-08T19:23:05.104Z | Checking clap v4.4.3 |
2967 | 2023-11-08T19:23:05.266Z | Checking cipher v0.4.4 |
2968 | 2023-11-08T19:23:05.594Z | Checking similar v2.2.1 |
2969 | 2023-11-08T19:23:05.897Z | Checking zip v0.6.6 |
2970 | 2023-11-08T19:23:06.877Z | Checking toml v0.7.8 |
2971 | 2023-11-08T19:23:07.040Z | Checking anyhow v1.0.75 |
2972 | 2023-11-08T19:23:07.743Z | Checking bit-set v0.5.3 |
2973 | 2023-11-08T19:23:07.929Z | Checking itertools v0.10.5 |
2974 | 2023-11-08T19:23:08.065Z | Checking num-iter v0.1.43 |
2975 | 2023-11-08T19:23:08.112Z | Checking console v0.15.7 |
2976 | 2023-11-08T19:23:08.318Z | Checking rustix v0.38.9 |
2977 | 2023-11-08T19:23:08.930Z | Checking signature v2.1.0 |
2978 | 2023-11-08T19:23:08.963Z | Checking tokio-stream v0.1.14 |
2979 | 2023-11-08T19:23:09.200Z | Checking usdt v0.3.5 |
2980 | 2023-11-08T19:23:09.486Z | Checking hex v0.4.3 |
2981 | 2023-11-08T19:23:10.202Z | Checking semver v1.0.20 |
2982 | 2023-11-08T19:23:10.218Z | Checking slog v2.7.0 |
2983 | 2023-11-08T19:23:10.309Z | Checking lalrpop-util v0.19.12 |
2984 | 2023-11-08T19:23:10.752Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2985 | 2023-11-08T19:23:10.828Z | Documenting cancel-safe-futures v0.1.5 |
2986 | 2023-11-08T19:23:10.983Z | Checking heck v0.3.3 |
2987 | 2023-11-08T19:23:11.227Z | Documenting hkdf v0.12.3 |
2988 | 2023-11-08T19:23:11.635Z | Documenting structopt-derive v0.4.18 |
2989 | 2023-11-08T19:23:11.639Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2990 | 2023-11-08T19:23:12.637Z | Documenting spki v0.7.2 |
2991 | 2023-11-08T19:23:13.705Z | Documenting crc-catalog v2.2.0 |
2992 | 2023-11-08T19:23:18.397Z | Documenting arc-swap v1.6.0 |
2993 | 2023-11-08T19:23:18.941Z | Documenting keccak v0.1.4 |
2994 | 2023-11-08T19:23:19.230Z | Documenting pkcs8 v0.10.2 |
2995 | 2023-11-08T19:23:19.789Z | Documenting crc v3.0.1 |
2996 | 2023-11-08T19:23:19.895Z | Documenting structopt v0.3.26 |
2997 | 2023-11-08T19:23:28.031Z | Documenting sha3 v0.10.8 |
2998 | 2023-11-08T19:23:28.039Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2999 | 2023-11-08T19:23:28.079Z | Documenting slog-scope v4.4.0 |
3000 | 2023-11-08T19:23:28.102Z | Documenting libefi-sys v0.1.0 |
3001 | 2023-11-08T19:23:28.123Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3002 | 2023-11-08T19:23:28.141Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3003 | 2023-11-08T19:23:28.559Z | Documenting secrecy v0.8.0 |
3004 | 2023-11-08T19:23:30.694Z | Documenting packed_struct_codegen v0.10.1 |
3005 | 2023-11-08T19:23:31.249Z | Documenting half v1.8.2 |
3006 | 2023-11-08T19:23:31.375Z | Documenting nodrop v0.1.14 |
3007 | 2023-11-08T19:23:31.900Z | Documenting ciborium-io v0.2.1 |
3008 | 2023-11-08T19:23:33.420Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3009 | 2023-11-08T19:23:34.195Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3010 | 2023-11-08T19:23:35.630Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3011 | 2023-11-08T19:23:35.722Z | Documenting array-init v0.0.4 |
3012 | 2023-11-08T19:23:38.102Z | Documenting ciborium-ll v0.2.1 |
3013 | 2023-11-08T19:23:38.957Z | Documenting packed_struct v0.10.1 |
3014 | 2023-11-08T19:23:40.523Z | Documenting slog-stdlog v4.1.1 |
3015 | 2023-11-08T19:23:41.353Z | Documenting pkcs1 v0.7.5 |
3016 | 2023-11-08T19:23:42.477Z | Documenting num-bigint-dig v0.8.4 |
3017 | 2023-11-08T19:23:44.257Z | Documenting num-rational v0.4.1 |
3018 | 2023-11-08T19:23:44.726Z | Documenting universal-hash v0.5.1 |
3019 | 2023-11-08T19:23:46.904Z | Documenting num-complex v0.4.4 |
3020 | 2023-11-08T19:23:47.593Z | Documenting filetime v0.2.22 |
3021 | 2023-11-08T19:23:50.521Z | Documenting xattr v1.0.1 |
3022 | 2023-11-08T19:23:52.145Z | Documenting termcolor v1.2.0 |
3023 | 2023-11-08T19:23:52.568Z | Documenting swrite v0.1.0 |
3024 | 2023-11-08T19:23:52.636Z | Documenting bitfield v0.14.0 |
3025 | 2023-11-08T19:23:53.168Z | Documenting opaque-debug v0.3.0 |
3026 | 2023-11-08T19:23:53.334Z | Documenting rsa v0.9.2 |
3027 | 2023-11-08T19:23:54.341Z | Documenting num v0.4.1 |
3028 | 2023-11-08T19:23:56.368Z | Documenting tar v0.4.40 |
3029 | 2023-11-08T19:23:56.836Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3030 | 2023-11-08T19:23:57.326Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3031 | 2023-11-08T19:23:58.578Z | Documenting env_logger v0.10.0 |
3032 | 2023-11-08T19:23:58.693Z | Documenting slog-envlogger v2.2.0 |
3033 | 2023-11-08T19:24:00.570Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3034 | 2023-11-08T19:24:02.573Z | Documenting ciborium v0.2.1 |
3035 | 2023-11-08T19:24:02.792Z | Documenting serde-hex v0.1.0 |
3036 | 2023-11-08T19:24:04.326Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3037 | 2023-11-08T19:24:05.798Z | Documenting x509-cert v0.2.4 |
3038 | 2023-11-08T19:24:06.762Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3039 | 2023-11-08T19:24:07.757Z | Documenting signal-hook v0.3.17 |
3040 | 2023-11-08T19:24:09.210Z | Documenting libsw v3.3.0 |
3041 | 2023-11-08T19:24:09.318Z | Documenting ron v0.8.1 |
3042 | 2023-11-08T19:24:10.037Z | Documenting fxhash v0.2.1 |
3043 | 2023-11-08T19:24:10.962Z | Documenting derive-where v1.2.5 |
3044 | 2023-11-08T19:24:14.233Z | Documenting linear-map v1.2.0 |
3045 | 2023-11-08T19:24:14.247Z | Documenting owo-colors v3.5.0 |
3046 | 2023-11-08T19:24:15.869Z | Documenting crc-any v2.4.3 |
3047 | 2023-11-08T19:24:15.920Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3048 | 2023-11-08T19:24:16.180Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3049 | 2023-11-08T19:24:21.992Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3050 | 2023-11-08T19:24:22.023Z | Documenting doc-comment v0.3.3 |
3051 | 2023-11-08T19:24:22.076Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3052 | 2023-11-08T19:24:22.102Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3053 | 2023-11-08T19:24:22.220Z | Documenting newtype_derive v0.1.6 |
3054 | 2023-11-08T19:24:24.831Z | Documenting libsqlite3-sys v0.26.0 |
3055 | 2023-11-08T19:24:27.944Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3056 | 2023-11-08T19:24:29.248Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3057 | 2023-11-08T19:24:31.655Z | Documenting hashlink v0.8.3 |
3058 | 2023-11-08T19:24:35.885Z | Documenting aead v0.5.2 |
3059 | 2023-11-08T19:24:36.774Z | Documenting snafu-derive v0.7.5 |
3060 | 2023-11-08T19:24:36.829Z | Documenting same-file v1.0.6 |
3061 | 2023-11-08T19:24:38.058Z | Documenting fallible-streaming-iterator v0.1.9 |
3062 | 2023-11-08T19:24:38.638Z | Documenting path-slash v0.1.5 |
3063 | 2023-11-08T19:24:39.616Z | Documenting steno v0.4.0 |
3064 | 2023-11-08T19:24:40.562Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3065 | 2023-11-08T19:24:42.520Z | Documenting rusqlite v0.29.0 |
3066 | 2023-11-08T19:24:43.235Z | Documenting walkdir v2.4.0 |
3067 | 2023-11-08T19:24:44.811Z | Documenting camino-tempfile v1.0.2 |
3068 | 2023-11-08T19:24:45.162Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3069 | 2023-11-08T19:24:45.484Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3070 | 2023-11-08T19:24:48.388Z | Documenting snafu v0.7.5 |
3071 | 2023-11-08T19:24:49.916Z | Documenting nix v0.26.2 |
3072 | 2023-11-08T19:24:49.982Z | Checking darling_core v0.14.4 |
3073 | 2023-11-08T19:24:52.229Z | Documenting twox-hash v1.6.3 |
3074 | 2023-11-08T19:24:52.868Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3075 | 2023-11-08T19:24:54.679Z | Documenting nibble_vec v0.1.0 |
3076 | 2023-11-08T19:24:55.229Z | Documenting endian-type v0.1.2 |
3077 | 2023-11-08T19:24:55.385Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3078 | 2023-11-08T19:24:59.215Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3079 | 2023-11-08T19:24:59.233Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3080 | 2023-11-08T19:25:00.825Z | Checking darling v0.14.4 |
3081 | 2023-11-08T19:25:01.396Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3082 | 2023-11-08T19:25:01.403Z | Documenting radix_trie v0.2.1 |
3083 | 2023-11-08T19:25:01.448Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3084 | 2023-11-08T19:25:03.605Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3085 | 2023-11-08T19:25:04.468Z | Documenting polyval v0.6.1 |
3086 | 2023-11-08T19:25:07.628Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3087 | 2023-11-08T19:25:08.579Z | Documenting num_enum v0.7.0 |
3088 | 2023-11-08T19:25:09.433Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3089 | 2023-11-08T19:25:09.879Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3090 | 2023-11-08T19:25:11.668Z | Documenting aes v0.8.3 |
3091 | 2023-11-08T19:25:14.246Z | Documenting ctr v0.9.2 |
3092 | 2023-11-08T19:25:14.846Z | Documenting bincode v1.3.3 |
3093 | 2023-11-08T19:25:17.835Z | Documenting path-dedot v3.1.0 |
3094 | 2023-11-08T19:25:19.843Z | Documenting utf-8 v0.7.6 |
3095 | 2023-11-08T19:25:20.696Z | Checking convert_case v0.4.0 |
3096 | 2023-11-08T19:25:21.061Z | Documenting convert_case v0.4.0 |
3097 | 2023-11-08T19:25:21.392Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3098 | 2023-11-08T19:25:21.620Z | Documenting aes-gcm-siv v0.11.1 |
3099 | 2023-11-08T19:25:23.501Z | Documenting path-absolutize v3.1.0 |
3100 | 2023-11-08T19:25:25.594Z | Documenting tungstenite v0.20.1 |
3101 | 2023-11-08T19:25:27.233Z | Documenting derive_more v0.99.17 |
3102 | 2023-11-08T19:25:29.197Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3103 | 2023-11-08T19:25:29.506Z | Documenting trust-dns-client v0.22.0 |
3104 | 2023-11-08T19:25:33.601Z | Documenting buf-list v1.0.3 |
3105 | 2023-11-08T19:25:35.155Z | Documenting globset v0.4.13 |
3106 | 2023-11-08T19:25:36.069Z | Documenting crossbeam-deque v0.8.3 |
3107 | 2023-11-08T19:25:36.698Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3108 | 2023-11-08T19:25:37.402Z | Documenting headers-core v0.2.0 |
3109 | 2023-11-08T19:25:38.354Z | Documenting olpc-cjson v0.1.3 |
3110 | 2023-11-08T19:25:40.418Z | Documenting serde_plain v1.0.2 |
3111 | 2023-11-08T19:25:42.429Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3112 | 2023-11-08T19:25:42.619Z | Documenting async-recursion v1.0.5 |
3113 | 2023-11-08T19:25:42.688Z | Documenting bitstruct_derive v0.1.0 |
3114 | 2023-11-08T19:25:44.225Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3115 | 2023-11-08T19:25:45.113Z | Documenting ringbuffer v0.15.0 |
3116 | 2023-11-08T19:25:47.313Z | Documenting display-error-chain v0.2.0 |
3117 | 2023-11-08T19:25:48.253Z | Documenting ascii v1.1.0 |
3118 | 2023-11-08T19:25:48.639Z | Documenting tough v0.14.0 |
3119 | 2023-11-08T19:25:48.910Z | Documenting headers v0.3.9 |
3120 | 2023-11-08T19:25:49.288Z | Documenting trust-dns-server v0.22.1 |
3121 | 2023-11-08T19:25:50.024Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3122 | 2023-11-08T19:25:50.369Z | Documenting bitstruct v0.1.1 |
3123 | 2023-11-08T19:25:50.564Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3124 | 2023-11-08T19:25:52.396Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3125 | 2023-11-08T19:25:53.709Z | Documenting rayon-core v1.12.0 |
3126 | 2023-11-08T19:25:54.566Z | Documenting tokio-tungstenite v0.20.1 |
3127 | 2023-11-08T19:25:56.550Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3128 | 2023-11-08T19:25:58.683Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3129 | 2023-11-08T19:25:59.260Z | Checking derive_builder_core v0.12.0 |
3130 | 2023-11-08T19:26:00.467Z | Documenting derive_builder_core v0.12.0 |
3131 | 2023-11-08T19:26:00.825Z | Documenting sled v0.34.7 |
3132 | 2023-11-08T19:26:00.836Z | Documenting signal-hook-mio v0.2.3 |
3133 | 2023-11-08T19:26:01.708Z | Documenting erased-serde v0.3.30 |
3134 | 2023-11-08T19:26:03.933Z | Documenting unicase v2.7.0 |
3135 | 2023-11-08T19:26:06.744Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3136 | 2023-11-08T19:26:07.937Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3137 | 2023-11-08T19:26:08.092Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3138 | 2023-11-08T19:26:08.296Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3139 | 2023-11-08T19:26:08.458Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3140 | 2023-11-08T19:26:08.543Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3141 | 2023-11-08T19:26:08.797Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3142 | 2023-11-08T19:26:09.105Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3143 | 2023-11-08T19:26:09.248Z | Documenting serde_arrays v0.1.0 |
3144 | 2023-11-08T19:26:09.518Z | Documenting ff v0.13.0 |
3145 | 2023-11-08T19:26:10.419Z | Documenting pretty-hex v0.3.0 |
3146 | 2023-11-08T19:26:10.787Z | Documenting derive_builder_macro v0.12.0 |
3147 | 2023-11-08T19:26:15.350Z | Documenting mime_guess v2.0.4 |
3148 | 2023-11-08T19:26:15.550Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3149 | 2023-11-08T19:26:15.832Z | Documenting crossterm v0.27.0 |
3150 | 2023-11-08T19:26:16.074Z | Documenting group v0.13.0 |
3151 | 2023-11-08T19:26:17.398Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3152 | 2023-11-08T19:26:22.151Z | Documenting rayon v1.8.0 |
3153 | 2023-11-08T19:26:22.571Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3154 | 2023-11-08T19:26:24.563Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3155 | 2023-11-08T19:26:32.480Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3156 | 2023-11-08T19:26:33.862Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3157 | 2023-11-08T19:26:34.334Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3158 | 2023-11-08T19:26:38.932Z | Documenting portable-atomic v1.4.3 |
3159 | 2023-11-08T19:26:41.881Z | Documenting ed25519 v1.5.3 |
3160 | 2023-11-08T19:26:44.482Z | Documenting bcs v0.1.6 |
3161 | 2023-11-08T19:26:44.709Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3162 | 2023-11-08T19:26:45.714Z | Documenting crypto-bigint v0.5.2 |
3163 | 2023-11-08T19:26:46.305Z | Documenting ref-cast-impl v1.0.20 |
3164 | 2023-11-08T19:26:47.116Z | Documenting curve25519-dalek-derive v0.1.0 |
3165 | 2023-11-08T19:26:50.559Z | Documenting thiserror-impl-no-std v2.0.2 |
3166 | 2023-11-08T19:26:53.192Z | Documenting vte_generate_state_changes v0.1.1 |
3167 | 2023-11-08T19:26:53.949Z | Checking unicode-xid v0.2.4 |
3168 | 2023-11-08T19:26:54.186Z | Documenting base16ct v0.2.0 |
3169 | 2023-11-08T19:26:54.237Z | Documenting unicode-xid v0.2.4 |
3170 | 2023-11-08T19:26:54.956Z | Documenting number_prefix v0.4.0 |
3171 | 2023-11-08T19:26:58.005Z | Documenting highway v1.1.0 |
3172 | 2023-11-08T19:26:58.542Z | Documenting cassowary v0.3.0 |
3173 | 2023-11-08T19:26:58.775Z | Documenting elliptic-curve v0.13.5 |
3174 | 2023-11-08T19:26:58.991Z | Documenting const_format_proc_macros v0.2.31 |
3175 | 2023-11-08T19:26:59.707Z | Documenting vte v0.11.1 |
3176 | 2023-11-08T19:27:01.413Z | Documenting indicatif v0.17.7 |
3177 | 2023-11-08T19:27:04.174Z | Documenting thiserror-no-std v2.0.2 |
3178 | 2023-11-08T19:27:04.281Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3179 | 2023-11-08T19:27:05.234Z | Documenting ratatui v0.23.0 |
3180 | 2023-11-08T19:27:06.031Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3181 | 2023-11-08T19:27:06.278Z | Documenting ref-cast v1.0.20 |
3182 | 2023-11-08T19:27:07.844Z | Documenting curve25519-dalek v4.1.0 |
3183 | 2023-11-08T19:27:09.128Z | Documenting salty v0.2.0 |
3184 | 2023-11-08T19:27:09.207Z | Documenting derive_builder v0.12.0 |
3185 | 2023-11-08T19:27:10.629Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3186 | 2023-11-08T19:27:14.365Z | Documenting polar-core v0.27.0 |
3187 | 2023-11-08T19:27:15.903Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3188 | 2023-11-08T19:27:16.144Z | Documenting libxml v0.3.3 |
3189 | 2023-11-08T19:27:16.393Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3190 | 2023-11-08T19:27:22.048Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3191 | 2023-11-08T19:27:22.582Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3192 | 2023-11-08T19:27:26.744Z | Documenting poly1305 v0.8.0 |
3193 | 2023-11-08T19:27:29.005Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3194 | 2023-11-08T19:27:31.863Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3195 | 2023-11-08T19:27:34.450Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3196 | 2023-11-08T19:27:34.716Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3197 | 2023-11-08T19:27:34.913Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3198 | 2023-11-08T19:27:36.273Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3199 | 2023-11-08T19:27:36.348Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3200 | 2023-11-08T19:27:43.778Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3201 | 2023-11-08T19:27:46.010Z | Documenting chacha20 v0.9.1 |
3202 | 2023-11-08T19:27:46.620Z | Documenting bb8 v0.8.1 |
3203 | 2023-11-08T19:27:49.628Z | Documenting serde-big-array v0.5.1 |
3204 | 2023-11-08T19:27:52.938Z | Documenting bytesize v1.3.0 |
3205 | 2023-11-08T19:27:53.364Z | Documenting quick-xml v0.23.1 |
3206 | 2023-11-08T19:27:53.970Z | Documenting pem v3.0.2 |
3207 | 2023-11-08T19:27:54.206Z | Documenting impl-trait-for-tuples v0.2.2 |
3208 | 2023-11-08T19:27:54.956Z | Documenting oso-derive v0.27.0 |
3209 | 2023-11-08T19:27:55.494Z | Documenting rtoolbox v0.0.1 |
3210 | 2023-11-08T19:27:55.721Z | Documenting fs-err v2.9.0 |
3211 | 2023-11-08T19:27:59.501Z | Documenting maplit v1.0.2 |
3212 | 2023-11-08T19:27:59.819Z | Documenting unicode-linebreak v0.1.5 |
3213 | 2023-11-08T19:28:00.352Z | Documenting smawk v0.3.1 |
3214 | 2023-11-08T19:28:00.590Z | Documenting humantime v2.1.0 |
3215 | 2023-11-08T19:28:01.480Z | Documenting is_ci v1.1.1 |
3216 | 2023-11-08T19:28:02.099Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3217 | 2023-11-08T19:28:02.293Z | Documenting rpassword v7.2.0 |
3218 | 2023-11-08T19:28:02.809Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3219 | 2023-11-08T19:28:04.182Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3220 | 2023-11-08T19:28:04.963Z | Documenting oso v0.27.0 |
3221 | 2023-11-08T19:28:06.397Z | Documenting textwrap v0.16.0 |
3222 | 2023-11-08T19:28:06.962Z | Documenting rcgen v0.11.3 |
3223 | 2023-11-08T19:28:07.716Z | Documenting supports-color v2.1.0 |
3224 | 2023-11-08T19:28:08.578Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3225 | 2023-11-08T19:28:12.133Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3226 | 2023-11-08T19:28:14.260Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3227 | 2023-11-08T19:28:17.088Z | Documenting chacha20poly1305 v0.10.1 |
3228 | 2023-11-08T19:28:22.491Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3229 | 2023-11-08T19:28:25.187Z | Documenting vsss-rs v3.3.1 |
3230 | 2023-11-08T19:28:25.677Z | Documenting tui-tree-widget v0.13.0 |
3231 | 2023-11-08T19:28:29.582Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3232 | 2023-11-08T19:28:31.469Z | Documenting strip-ansi-escapes v0.2.0 |
3233 | 2023-11-08T19:28:34.596Z | Documenting const_format v0.2.31 |
3234 | 2023-11-08T19:28:34.621Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3235 | 2023-11-08T19:28:35.508Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3236 | 2023-11-08T19:28:37.363Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3237 | 2023-11-08T19:28:37.792Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3238 | 2023-11-08T19:28:43.026Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3239 | 2023-11-08T19:28:43.472Z | Documenting cookie v0.16.2 |
3240 | 2023-11-08T19:28:44.026Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3241 | 2023-11-08T19:28:44.090Z | Documenting signal-hook-tokio v0.3.1 |
3242 | 2023-11-08T19:28:47.878Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3243 | 2023-11-08T19:28:50.813Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3244 | 2023-11-08T19:28:51.130Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3245 | 2023-11-08T19:28:51.683Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3246 | 2023-11-08T19:28:51.898Z | Documenting atomicwrites v0.4.2 |
3247 | 2023-11-08T19:28:52.663Z | Documenting fd-lock v3.0.13 |
3248 | 2023-11-08T19:28:55.725Z | Documenting subprocess v0.2.9 |
3249 | 2023-11-08T19:28:56.108Z | Documenting nu-ansi-term v0.49.0 |
3250 | 2023-11-08T19:28:58.911Z | Documenting corncobs v0.1.3 |
3251 | 2023-11-08T19:28:59.670Z | Documenting http-range v0.1.5 |
3252 | 2023-11-08T19:29:01.256Z | Documenting bit_field v0.10.2 |
3253 | 2023-11-08T19:29:02.395Z | Documenting shell-words v1.1.0 |
3254 | 2023-11-08T19:29:02.832Z | Documenting reedline v0.23.0 |
3255 | 2023-11-08T19:29:03.370Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3256 | 2023-11-08T19:29:05.372Z | Documenting hyper-staticfile v0.9.5 |
3257 | 2023-11-08T19:29:05.548Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3258 | 2023-11-08T19:29:08.605Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3259 | 2023-11-08T19:29:09.863Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3260 | 2023-11-08T19:29:10.541Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3261 | 2023-11-08T19:29:13.856Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3262 | 2023-11-08T19:29:15.990Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3263 | 2023-11-08T19:29:17.775Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3264 | 2023-11-08T19:29:18.325Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3265 | 2023-11-08T19:29:37.282Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3266 | 2023-11-08T19:29:38.338Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3267 | 2023-11-08T19:29:38.846Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3268 | 2023-11-08T19:29:39.373Z | Documenting fatfs v0.3.6 |
3269 | 2023-11-08T19:29:46.885Z | Documenting cargo-platform v0.1.3 |
3270 | 2023-11-08T19:29:49.983Z | Documenting nanorand v0.7.0 |
3271 | 2023-11-08T19:29:50.743Z | Documenting assert_matches v1.5.0 |
3272 | 2023-11-08T19:29:54.398Z | Documenting glob v0.3.1 |
3273 | 2023-11-08T19:29:54.950Z | Documenting cargo_metadata v0.18.0 |
3274 | 2023-11-08T19:29:55.542Z | Documenting flume v0.11.0 |
3275 | 2023-11-08T19:29:55.862Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3276 | 2023-11-08T19:29:56.071Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3277 | 2023-11-08T19:30:00.749Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3278 | 2023-11-08T19:30:02.249Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3279 | 2023-11-08T19:30:02.737Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3280 | 2023-11-08T19:30:06.613Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3281 | 2023-11-08T19:30:07.010Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3282 | 2023-11-08T19:30:07.566Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3283 | 2023-11-08T19:30:08.480Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3284 | 2023-11-08T19:30:11.441Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3285 | 2023-11-08T19:30:33.484Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3286 | 2023-11-08T19:30:35.538Z | Documenting omicron-zone-package v0.8.3 |
3287 | 2023-11-08T19:30:40.295Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3288 | 2023-11-08T19:30:41.796Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3289 | 2023-11-08T19:30:43.007Z | Documenting cargo_toml v0.17.0 |
3290 | 2023-11-08T19:30:44.133Z | Documenting termios v0.3.3 |
3291 | 2023-11-08T19:30:47.828Z | Documenting topological-sort v0.2.2 |
3292 | 2023-11-08T19:30:50.553Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3293 | 2023-11-08T19:30:52.162Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3294 | 2023-11-08T19:30:53.374Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3295 | 2023-11-08T19:30:54.404Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3296 | 2023-11-08T19:31:09.059Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3297 | 2023-11-08T19:31:13.013Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3298 | 2023-11-08T19:31:30.422Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3299 | 2023-11-08T19:31:37.781Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3300 | 2023-11-08T19:31:51.516Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3301 | 2023-11-08T19:31:51.539Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3302 | 2023-11-08T19:31:51.556Z | | |
3303 | 2023-11-08T19:31:51.574Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3304 | 2023-11-08T19:31:52.006Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3305 | 2023-11-08T19:31:52.025Z | | |
3306 | 2023-11-08T19:31:52.051Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3307 | 2023-11-08T19:31:52.102Z | help: to link to the struct, prefix with `struct@` |
3308 | 2023-11-08T19:31:52.119Z | | |
3309 | 2023-11-08T19:31:52.138Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3310 | 2023-11-08T19:31:52.153Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3311 | 2023-11-08T19:31:52.167Z | | |
3312 | 2023-11-08T19:31:52.173Z | |
3313 | 2023-11-08T19:31:55.034Z | warning: `wicketd` (lib doc) generated 1 warning |
3314 | 2023-11-08T19:31:57.512Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3315 | 2023-11-08T19:31:59.599Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3316 | 2023-11-08T19:32:00.212Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3317 | 2023-11-08T19:32:00.959Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3318 | 2023-11-08T19:32:07.497Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3319 | 2023-11-08T19:33:24.169Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 37s |
3320 | 2023-11-08T19:33:24.266Z | |
3321 | 2023-11-08T19:33:24.269Z | real 16:37.928872043 |
3322 | 2023-11-08T19:33:24.272Z | user 59:16.356640128 |
3323 | 2023-11-08T19:33:24.275Z | sys 1:03:17.214180926 |
3324 | 2023-11-08T19:33:24.278Z | trap 2.047284623 |
3325 | 2023-11-08T19:33:24.281Z | tflt 0.186490253 |
3326 | 2023-11-08T19:33:24.284Z | dflt 0.500642242 |
3327 | 2023-11-08T19:33:24.287Z | kflt 0.000324772 |
3328 | 2023-11-08T19:33:24.289Z | lock 3:09:26.947566960 |
3329 | 2023-11-08T19:33:24.292Z | slp 4:24:12.836148552 |
3330 | 2023-11-08T19:33:24.295Z | lat 5:58.727246831 |
3331 | 2023-11-08T19:33:24.297Z | stop 2:13.388990831 |
3332 | 2023-11-08T19:33:24.300Z | process exited: duration 1998475 ms, exit code 0 |
|
3333 | 2023-11-08T19:33:24.306Z | found 0 output files |