|
|
|
1 | 2023-11-07T05:09:29.100Z | job assigned to worker 01HEM2WV5WR5EKXCYXF34PBG2N (queued for 1 m 16 s) |
|
2 | 2023-11-07T05:09:30.530Z | starting task 0: "setup" |
3 | 2023-11-07T05:09:30.605Z | ++ uname -s |
4 | 2023-11-07T05:09:30.621Z | + kern=SunOS |
5 | 2023-11-07T05:09:30.636Z | + case "$kern" in |
6 | 2023-11-07T05:09:30.651Z | + groupadd -g 12345 build |
7 | 2023-11-07T05:09:30.665Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-07T05:09:32.622Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-07T05:09:32.717Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-07T05:09:32.720Z | + home_fs=zfs |
11 | 2023-11-07T05:09:32.724Z | + [[ zfs == autofs ]] |
12 | 2023-11-07T05:09:32.728Z | + mkdir -p /home/build |
13 | 2023-11-07T05:09:32.731Z | + chown build:build /home/build /work |
14 | 2023-11-07T05:09:34.733Z | + chmod 0700 /home/build /work |
15 | 2023-11-07T05:09:36.473Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2023-11-07T05:09:36.665Z | starting task 1: "rust-toolchain" |
17 | 2023-11-07T05:09:37.184Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-07T05:09:37.208Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-07T05:09:37.653Z | info: downloading installer |
20 | 2023-11-07T05:09:38.831Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-07T05:09:38.860Z | warning: /opt/ooce/bin |
22 | 2023-11-07T05:09:38.930Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-07T05:09:38.949Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-07T05:09:38.967Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-07T05:09:39.011Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-07T05:09:39.439Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-07T05:09:39.447Z | error: cannot install while Rust is installed |
28 | 2023-11-07T05:09:39.460Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-07T05:09:39.480Z | info: profile set to 'default' |
30 | 2023-11-07T05:09:39.485Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-07T05:09:39.489Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-07T05:09:39.494Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-07T05:09:39.500Z | info: downloading component 'cargo' |
34 | 2023-11-07T05:09:40.049Z | info: downloading component 'clippy' |
35 | 2023-11-07T05:09:40.548Z | info: downloading component 'rust-docs' |
36 | 2023-11-07T05:09:41.343Z | info: downloading component 'rust-std' |
37 | 2023-11-07T05:09:43.216Z | info: downloading component 'rustc' |
38 | 2023-11-07T05:09:47.486Z | info: downloading component 'rustfmt' |
39 | 2023-11-07T05:09:47.787Z | info: installing component 'cargo' |
40 | 2023-11-07T05:09:49.702Z | info: installing component 'clippy' |
41 | 2023-11-07T05:09:50.596Z | info: installing component 'rust-docs' |
42 | 2023-11-07T05:09:53.378Z | info: installing component 'rust-std' |
43 | 2023-11-07T05:09:57.400Z | info: installing component 'rustc' |
44 | 2023-11-07T05:10:05.879Z | info: installing component 'rustfmt' |
45 | 2023-11-07T05:10:06.333Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-07T05:10:06.339Z | |
47 | 2023-11-07T05:10:06.469Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-07T05:10:06.476Z | |
49 | 2023-11-07T05:10:06.484Z | |
50 | 2023-11-07T05:10:06.492Z | Rust is installed now. Great! |
51 | 2023-11-07T05:10:06.499Z | |
52 | 2023-11-07T05:10:06.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-07T05:10:06.528Z | environment variable. This has not been done automatically. |
54 | 2023-11-07T05:10:06.534Z | |
55 | 2023-11-07T05:10:06.540Z | To configure your current shell, run: |
56 | 2023-11-07T05:10:07.005Z | source "$HOME/.cargo/env" |
57 | 2023-11-07T05:10:07.059Z | + rustc --version |
58 | 2023-11-07T05:10:07.103Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-07T05:10:07.110Z | process exited: duration 29994 ms, exit code 0 |
|
60 | 2023-11-07T05:10:07.218Z | starting task 2: "authentication" |
61 | 2023-11-07T05:10:07.766Z | process exited: duration 84 ms, exit code 0 |
|
62 | 2023-11-07T05:10:08.202Z | starting task 3: "clone repository" |
63 | 2023-11-07T05:10:08.221Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-07T05:10:08.252Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-07T05:10:08.710Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-07T05:10:14.830Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-07T05:10:14.834Z | + [[ -n renovate/swatinem-rust-cache-2.x ]] |
68 | 2023-11-07T05:10:14.837Z | + git fetch origin renovate/swatinem-rust-cache-2.x |
69 | 2023-11-07T05:10:15.222Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-07T05:10:15.232Z | * branch renovate/swatinem-rust-cache-2.x -> FETCH_HEAD |
71 | 2023-11-07T05:10:15.250Z | + git checkout -B renovate/swatinem-rust-cache-2.x remotes/origin/renovate/swatinem-rust-cache-2.x |
72 | 2023-11-07T05:10:15.321Z | Switched to a new branch 'renovate/swatinem-rust-cache-2.x' |
73 | 2023-11-07T05:10:15.332Z | branch 'renovate/swatinem-rust-cache-2.x' set up to track 'origin/renovate/swatinem-rust-cache-2.x'. |
74 | 2023-11-07T05:10:15.342Z | + git reset --hard 755c8947f3d5c107708a3f974a69df7dd783b181 |
75 | 2023-11-07T05:10:15.353Z | HEAD is now at 755c8947 chore(deps): update swatinem/rust-cache action to v2.7.1 |
76 | 2023-11-07T05:10:15.361Z | process exited: duration 7121 ms, exit code 0 |
|
77 | 2023-11-07T05:10:15.380Z | starting task 4: "build" |
78 | 2023-11-07T05:10:15.397Z | + cargo --version |
79 | 2023-11-07T05:10:15.405Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-07T05:10:15.611Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-07T05:10:15.626Z | info: downloading component 'cargo' |
82 | 2023-11-07T05:10:16.403Z | info: downloading component 'clippy' |
83 | 2023-11-07T05:10:16.673Z | info: downloading component 'rust-docs' |
84 | 2023-11-07T05:10:17.741Z | info: downloading component 'rust-std' |
85 | 2023-11-07T05:10:19.250Z | info: downloading component 'rustc' |
86 | 2023-11-07T05:10:23.937Z | info: downloading component 'rustfmt' |
87 | 2023-11-07T05:10:24.103Z | info: installing component 'cargo' |
88 | 2023-11-07T05:10:25.311Z | info: installing component 'clippy' |
89 | 2023-11-07T05:10:25.822Z | info: installing component 'rust-docs' |
90 | 2023-11-07T05:10:28.570Z | info: installing component 'rust-std' |
91 | 2023-11-07T05:10:31.120Z | info: installing component 'rustc' |
92 | 2023-11-07T05:10:37.166Z | info: installing component 'rustfmt' |
93 | 2023-11-07T05:10:37.788Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-07T05:10:37.792Z | + rustc --version |
95 | 2023-11-07T05:10:37.812Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-07T05:10:37.818Z | + source ./env.sh |
97 | 2023-11-07T05:10:37.822Z | ++ set -o xtrace |
98 | 2023-11-07T05:10:37.827Z | ++++ dirname ./env.sh |
99 | 2023-11-07T05:10:37.831Z | +++ cd . |
100 | 2023-11-07T05:10:37.836Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-07T05:10:37.841Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-07T05:10:37.847Z | ++ 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-07T05:10:37.853Z | ++ 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-07T05:10:37.858Z | ++ 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-07T05:10:37.865Z | ++ 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-07T05:10:37.871Z | ++ 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-07T05:10:37.877Z | ++ 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-07T05:10:37.883Z | ++ 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-07T05:10:37.890Z | ++ 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-07T05:10:37.897Z | ++ unset OMICRON_WS |
111 | 2023-11-07T05:10:37.953Z | ++ set +o xtrace |
112 | 2023-11-07T05:10:37.966Z | |
113 | 2023-11-07T05:10:37.984Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-07T05:10:38.004Z | # # # # # # # # # # # # # # # |
115 | 2023-11-07T05:10:38.021Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-07T05:10:38.029Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-07T05:10:38.041Z | # # # # # # # # # # # # # # # |
118 | 2023-11-07T05:10:38.054Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-07T05:10:38.067Z | |
120 | 2023-11-07T05:10:50.467Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-07T05:10:51.262Z | Startup: Caching catalogs ... Done |
122 | 2023-11-07T05:11:01.102Z | Planning: Solver setup ... Done (4.517s) |
123 | 2023-11-07T05:11:01.208Z | Planning: Running solver ... Done (0.116s) |
124 | 2023-11-07T05:11:01.278Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-11-07T05:11:01.299Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-07T05:11:01.462Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-07T05:11:01.473Z | Planning: Package planning ... Done (0.079s) |
128 | 2023-11-07T05:11:01.504Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-11-07T05:11:01.524Z | Planning: Checking for conflicting actions ... Done (0.764s) |
130 | 2023-11-07T05:11:01.541Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-07T05:11:03.138Z | Planning: Evaluating mediators ... Done (5.677s) |
132 | 2023-11-07T05:11:03.152Z | Planning: Planning completed in 11.84 seconds |
133 | 2023-11-07T05:11:07.554Z | Packages to install: 4 |
134 | 2023-11-07T05:11:07.583Z | Mediators to change: 2 |
135 | 2023-11-07T05:11:07.597Z | Services to change: 1 |
136 | 2023-11-07T05:11:07.614Z | Estimated space available: 148.90 GB |
137 | 2023-11-07T05:11:08.048Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-07T05:11:08.071Z | Create boot environment: No |
139 | 2023-11-07T05:11:08.086Z | Create backup boot environment: No |
140 | 2023-11-07T05:11:08.516Z | Rebuild boot archive: No |
141 | 2023-11-07T05:11:08.528Z | |
142 | 2023-11-07T05:11:08.539Z | Changed mediators: |
143 | 2023-11-07T05:11:08.552Z | mediator clang: |
144 | 2023-11-07T05:11:08.565Z | version: None -> 15 (system default) |
145 | 2023-11-07T05:11:08.981Z | |
146 | 2023-11-07T05:11:08.994Z | mediator llvm: |
147 | 2023-11-07T05:11:09.002Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-07T05:11:09.009Z | |
149 | 2023-11-07T05:11:09.014Z | Changed packages: |
150 | 2023-11-07T05:11:09.022Z | helios-dev |
151 | 2023-11-07T05:11:09.028Z | developer/build-essential |
152 | 2023-11-07T05:11:09.035Z | None -> 11-2.0 |
153 | 2023-11-07T05:11:09.048Z | library/libxmlsec1 |
154 | 2023-11-07T05:11:09.128Z | None -> 1.2.35-2.0 |
155 | 2023-11-07T05:11:09.158Z | ooce/developer/clang-15 |
156 | 2023-11-07T05:11:09.165Z | None -> 15.0.7-2.0 |
157 | 2023-11-07T05:11:09.175Z | ooce/developer/llvm-15 |
158 | 2023-11-07T05:11:09.191Z | None -> 15.0.7-2.0 |
159 | 2023-11-07T05:11:09.198Z | |
160 | 2023-11-07T05:11:09.234Z | Services: |
161 | 2023-11-07T05:11:09.245Z | restart_fmri: |
162 | 2023-11-07T05:11:09.258Z | svc:/system/update-man-index:default |
163 | 2023-11-07T05:11:09.329Z | |
164 | 2023-11-07T05:11:09.341Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-07T05:11:12.826Z | Download: 794/3290 items 18.3/212.6MB 8% complete (3.9M/s) |
166 | 2023-11-07T05:11:17.975Z | Download: 1203/3290 items 83.7/212.6MB 39% complete (8.7M/s) |
167 | 2023-11-07T05:11:23.086Z | Download: 1431/3290 items 115.4/212.6MB 54% complete (9.8M/s) |
168 | 2023-11-07T05:11:28.172Z | Download: 2065/3290 items 118.7/212.6MB 55% complete (3.5M/s) |
169 | 2023-11-07T05:11:33.089Z | Download: 2877/3290 items 121.1/212.6MB 56% complete (580k/s) |
170 | 2023-11-07T05:11:38.686Z | Download: 3277/3290 items 209.6/212.6MB 98% complete (9.0M/s) |
171 | 2023-11-07T05:11:42.596Z | Download: Completed 212.60 MB in 34.73 seconds (6.1M/s) |
172 | 2023-11-07T05:11:42.851Z | Actions: 1/3687 actions (Installing new actions) |
173 | 2023-11-07T05:11:47.889Z | Actions: 3069/3687 actions (Installing new actions) |
174 | 2023-11-07T05:11:51.075Z | Actions: Completed 3687 actions in 8.21 seconds. |
175 | 2023-11-07T05:11:51.157Z | Done (0.082s) |
176 | 2023-11-07T05:11:51.161Z | Done (0.000s) |
177 | 2023-11-07T05:11:51.370Z | Done (0.208s) |
178 | 2023-11-07T05:11:59.234Z | Done (7.342s) |
179 | 2023-11-07T05:11:59.321Z | Done (0.172s) |
180 | 2023-11-07T05:11:59.328Z | Done (0.000s) |
181 | 2023-11-07T05:11:59.864Z | Done (0.000s) |
182 | 2023-11-07T05:12:00.293Z | Planning: Evaluating mediator changes ... Done |
183 | 2023-11-07T05:12:00.466Z | Planning: Checking for conflicting actions ... Done |
184 | 2023-11-07T05:12:00.486Z | Planning: Consolidating action changes ... Done |
185 | 2023-11-07T05:12:00.863Z | Planning: Evaluating mediators ... Done |
186 | 2023-11-07T05:12:00.884Z | Planning: Planning completed in 0.71 seconds |
187 | 2023-11-07T05:12:00.915Z | Mediators to change: 2 |
188 | 2023-11-07T05:12:00.930Z | Create boot environment: No |
189 | 2023-11-07T05:12:00.944Z | Create backup boot environment: No |
190 | 2023-11-07T05:12:01.025Z | Done |
191 | 2023-11-07T05:12:01.032Z | Done |
192 | 2023-11-07T05:12:01.564Z | Done |
193 | 2023-11-07T05:12:06.851Z | Done |
194 | 2023-11-07T05:12:06.971Z | Done |
195 | 2023-11-07T05:12:06.995Z | Done |
196 | 2023-11-07T05:12:07.161Z | Done |
197 | 2023-11-07T05:12:08.246Z | Planning: Evaluating mediator changes ... Done |
198 | 2023-11-07T05:12:08.251Z | Planning: Merging actions ... Done |
199 | 2023-11-07T05:12:08.508Z | Planning: Checking for conflicting actions ... Done |
200 | 2023-11-07T05:12:08.517Z | Planning: Consolidating action changes ... Done |
201 | 2023-11-07T05:12:08.938Z | Planning: Evaluating mediators ... Done |
202 | 2023-11-07T05:12:09.032Z | Planning: Planning completed in 1.29 seconds |
203 | 2023-11-07T05:12:09.482Z | Packages to change: 1 |
204 | 2023-11-07T05:12:09.523Z | Mediators to change: 1 |
205 | 2023-11-07T05:12:09.555Z | Services to change: 1 |
206 | 2023-11-07T05:12:09.671Z | Create boot environment: No |
207 | 2023-11-07T05:12:09.722Z | Create backup boot environment: Yes |
208 | 2023-11-07T05:12:12.092Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2023-11-07T05:12:12.235Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2023-11-07T05:12:12.294Z | Done |
211 | 2023-11-07T05:12:12.349Z | Done |
212 | 2023-11-07T05:12:12.403Z | Done |
213 | 2023-11-07T05:12:16.975Z | Done |
214 | 2023-11-07T05:12:17.103Z | Done |
215 | 2023-11-07T05:12:17.112Z | Done |
216 | 2023-11-07T05:12:17.264Z | Done |
217 | 2023-11-07T05:12:18.355Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2023-11-07T05:12:18.362Z | clang system 15 system |
219 | 2023-11-07T05:12:18.366Z | csh system system illumos |
220 | 2023-11-07T05:12:18.369Z | ctags system system illumos |
221 | 2023-11-07T05:12:18.372Z | gcc vendor 12 vendor |
222 | 2023-11-07T05:12:18.375Z | gcc system 10 system |
223 | 2023-11-07T05:12:18.379Z | gcc system 7 system |
224 | 2023-11-07T05:12:18.382Z | go system 1.20 system |
225 | 2023-11-07T05:12:18.386Z | go system 1.19 system |
226 | 2023-11-07T05:12:18.390Z | llvm system 15 system |
227 | 2023-11-07T05:12:18.393Z | llvm system 14 system |
228 | 2023-11-07T05:12:18.396Z | mariadb system 10.6 system |
229 | 2023-11-07T05:12:18.400Z | mta vendor vendor dma |
230 | 2023-11-07T05:12:18.403Z | openjdk system 17 system |
231 | 2023-11-07T05:12:18.406Z | openjdk system 11 system |
232 | 2023-11-07T05:12:18.409Z | openjdk system 1.8 system |
233 | 2023-11-07T05:12:18.413Z | openssl vendor 3 vendor |
234 | 2023-11-07T05:12:18.416Z | perl system 5.36 system |
235 | 2023-11-07T05:12:18.419Z | postgresql system 15 system |
236 | 2023-11-07T05:12:18.422Z | postgresql system 13 system |
237 | 2023-11-07T05:12:18.426Z | python vendor 3 vendor |
238 | 2023-11-07T05:12:18.429Z | python system 2 system |
239 | 2023-11-07T05:12:18.432Z | python3 system 3.11 system |
240 | 2023-11-07T05:12:18.435Z | ruby system 3.0 system |
241 | 2023-11-07T05:12:18.444Z | words vendor vendor american-english |
242 | 2023-11-07T05:12:18.465Z | words system system australian-english |
243 | 2023-11-07T05:12:18.490Z | words system system british-english |
244 | 2023-11-07T05:12:18.495Z | words system system canadian-english |
245 | 2023-11-07T05:12:18.508Z | words system system french |
246 | 2023-11-07T05:12:18.519Z | words system system italian |
247 | 2023-11-07T05:12:18.534Z | words system system ngerman |
248 | 2023-11-07T05:12:18.543Z | words system system ogerman |
249 | 2023-11-07T05:12:18.554Z | words system system spanish |
250 | 2023-11-07T05:12:18.559Z | FMRI IFO |
251 | 2023-11-07T05:12:18.572Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
252 | 2023-11-07T05:12:18.577Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
253 | 2023-11-07T05:12:18.762Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
254 | 2023-11-07T05:12:19.188Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
255 | 2023-11-07T05:12:19.203Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2023-11-07T05:12:19.219Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
257 | 2023-11-07T05:12:19.641Z | + set -o errexit |
258 | 2023-11-07T05:12:19.653Z | +++ dirname ./tools/ci_download_cockroachdb |
259 | 2023-11-07T05:12:19.665Z | ++ cd ./tools |
260 | 2023-11-07T05:12:19.674Z | ++ pwd |
261 | 2023-11-07T05:12:19.682Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
262 | 2023-11-07T05:12:19.700Z | ++ basename ./tools/ci_download_cockroachdb |
263 | 2023-11-07T05:12:19.713Z | + ARG0=ci_download_cockroachdb |
264 | 2023-11-07T05:12:19.807Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
265 | 2023-11-07T05:12:19.820Z | + CIDL_VERSION=v22.1.9 |
266 | 2023-11-07T05:12:19.864Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
267 | 2023-11-07T05:12:19.890Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
268 | 2023-11-07T05:12:19.970Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
269 | 2023-11-07T05:12:19.999Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
270 | 2023-11-07T05:12:20.020Z | + TARGET_DIR=out |
271 | 2023-11-07T05:12:20.054Z | + DOWNLOAD_DIR=out/downloads |
272 | 2023-11-07T05:12:20.066Z | + DEST_DIR=./out/cockroachdb |
273 | 2023-11-07T05:12:20.080Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
274 | 2023-11-07T05:12:20.097Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
275 | 2023-11-07T05:12:20.115Z | + main |
276 | 2023-11-07T05:12:20.134Z | + [[ 0 != 0 ]] |
277 | 2023-11-07T05:12:20.138Z | + CIDL_OS=solaris2.11 |
278 | 2023-11-07T05:12:20.162Z | + [[ 0 != 0 ]] |
279 | 2023-11-07T05:12:20.170Z | + configure_os solaris2.11 |
280 | 2023-11-07T05:12:20.174Z | + echo 'current directory: /work/oxidecomputer/omicron' |
281 | 2023-11-07T05:12:20.178Z | current directory: /work/oxidecomputer/omicron |
282 | 2023-11-07T05:12:20.189Z | + echo 'configuring based on OS: "solaris2.11"' |
283 | 2023-11-07T05:12:20.200Z | configuring based on OS: "solaris2.11" |
284 | 2023-11-07T05:12:20.204Z | + case "$1" in |
285 | 2023-11-07T05:12:20.207Z | + CIDL_BUILD=illumos |
286 | 2023-11-07T05:12:20.211Z | + CIDL_SUFFIX=tar.gz |
287 | 2023-11-07T05:12:20.214Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
288 | 2023-11-07T05:12:20.218Z | + CIDL_MD5FUNC=do_md5sum |
289 | 2023-11-07T05:12:20.223Z | + CIDL_URL_BASE=https://illumos.org/downloads |
290 | 2023-11-07T05:12:20.229Z | + CIDL_ASSEMBLE=do_assemble_illumos |
291 | 2023-11-07T05:12:20.235Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
292 | 2023-11-07T05:12:20.243Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-07T05:12:20.252Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-07T05:12:20.258Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
295 | 2023-11-07T05:12:20.267Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-07T05:12:20.277Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
297 | 2023-11-07T05:12:20.284Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-11-07T05:12:20.295Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
299 | 2023-11-07T05:12:20.303Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-07T05:12:20.317Z | + mkdir -p out/downloads |
301 | 2023-11-07T05:12:20.329Z | + mkdir -p ./out/cockroachdb |
302 | 2023-11-07T05:12:20.341Z | + local DO_DOWNLOAD=true |
303 | 2023-11-07T05:12:20.351Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
304 | 2023-11-07T05:12:20.367Z | + '[' true == true ']' |
305 | 2023-11-07T05:12:20.376Z | + echo Downloading... |
306 | 2023-11-07T05:12:20.385Z | Downloading... |
307 | 2023-11-07T05:12:20.413Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-11-07T05:12:20.837Z | + 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 |
309 | 2023-11-07T05:12:22.071Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2023-11-07T05:12:22.489Z | ++ md5sum |
311 | 2023-11-07T05:12:22.493Z | ++ awk '{print $1}' |
312 | 2023-11-07T05:12:22.500Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
313 | 2023-11-07T05:12:22.514Z | + [[ 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 ]] |
314 | 2023-11-07T05:12:22.548Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-11-07T05:12:22.559Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
316 | 2023-11-07T05:12:27.529Z | + do_assemble_illumos |
317 | 2023-11-07T05:12:27.679Z | + rm -r ./out/cockroachdb |
318 | 2023-11-07T05:12:27.869Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
319 | 2023-11-07T05:12:27.943Z | + ./out/cockroachdb/bin/cockroach version |
320 | 2023-11-07T05:12:28.026Z | Build Tag: v22.1.9-dirty |
321 | 2023-11-07T05:12:28.221Z | Build Time: 2022/10/26 21:17:46 |
322 | 2023-11-07T05:12:28.313Z | Distribution: OSS |
323 | 2023-11-07T05:12:28.349Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
324 | 2023-11-07T05:12:28.396Z | Go Version: go1.17.13 |
325 | 2023-11-07T05:12:28.412Z | C Compiler: gcc 10.3.0 |
326 | 2023-11-07T05:12:28.444Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
327 | 2023-11-07T05:12:28.558Z | Build Type: release |
328 | 2023-11-07T05:12:28.594Z | + set -o errexit |
329 | 2023-11-07T05:12:28.640Z | +++ dirname ./tools/ci_download_clickhouse |
330 | 2023-11-07T05:12:28.673Z | ++ cd ./tools |
331 | 2023-11-07T05:12:28.694Z | ++ pwd |
332 | 2023-11-07T05:12:28.731Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
333 | 2023-11-07T05:12:28.782Z | ++ basename ./tools/ci_download_clickhouse |
334 | 2023-11-07T05:12:28.815Z | + ARG0=ci_download_clickhouse |
335 | 2023-11-07T05:12:28.853Z | + TARGET_DIR=out |
336 | 2023-11-07T05:12:28.898Z | + DOWNLOAD_DIR=out/downloads |
337 | 2023-11-07T05:12:28.916Z | + DEST_DIR=./out/clickhouse |
338 | 2023-11-07T05:12:28.940Z | + CIDL_VERSION=v22.8.9.24 |
339 | 2023-11-07T05:12:29.004Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
340 | 2023-11-07T05:12:29.084Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
341 | 2023-11-07T05:12:29.146Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
342 | 2023-11-07T05:12:29.182Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
343 | 2023-11-07T05:12:29.304Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
344 | 2023-11-07T05:12:29.398Z | + main |
345 | 2023-11-07T05:12:29.838Z | + [[ 0 != 0 ]] |
346 | 2023-11-07T05:12:29.850Z | + CIDL_OS=solaris2.11 |
347 | 2023-11-07T05:12:29.867Z | + [[ 0 != 0 ]] |
348 | 2023-11-07T05:12:29.894Z | + configure_os solaris2.11 |
349 | 2023-11-07T05:12:29.923Z | + echo 'current directory: /work/oxidecomputer/omicron' |
350 | 2023-11-07T05:12:29.936Z | current directory: /work/oxidecomputer/omicron |
351 | 2023-11-07T05:12:29.953Z | configuring based on OS: "solaris2.11" |
352 | 2023-11-07T05:12:29.999Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2023-11-07T05:12:30.015Z | + CIDL_DASHREV= |
354 | 2023-11-07T05:12:30.030Z | + case "$1" in |
355 | 2023-11-07T05:12:30.050Z | + CIDL_PLATFORM=illumos |
356 | 2023-11-07T05:12:30.073Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
357 | 2023-11-07T05:12:30.092Z | + CIDL_MD5FUNC=do_md5sum |
358 | 2023-11-07T05:12:30.136Z | + CIDL_DASHREV=-1 |
359 | 2023-11-07T05:12:30.153Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
360 | 2023-11-07T05:12:30.823Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-07T05:12:30.830Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-07T05:12:30.840Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-07T05:12:30.849Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-07T05:12:30.854Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-07T05:12:30.866Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
366 | 2023-11-07T05:12:30.871Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-11-07T05:12:30.879Z | + mkdir -p out/downloads |
368 | 2023-11-07T05:12:30.885Z | + mkdir -p ./out/clickhouse |
369 | 2023-11-07T05:12:30.889Z | + local DO_DOWNLOAD=true |
370 | 2023-11-07T05:12:30.895Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
371 | 2023-11-07T05:12:30.919Z | + '[' true == true ']' |
372 | 2023-11-07T05:12:30.937Z | + echo Downloading... |
373 | 2023-11-07T05:12:31.376Z | Downloading... |
374 | 2023-11-07T05:12:31.384Z | + 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 |
375 | 2023-11-07T05:12:31.398Z | + 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 |
376 | 2023-11-07T05:12:31.408Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-11-07T05:12:31.421Z | ++ md5sum |
378 | 2023-11-07T05:12:31.438Z | ++ awk '{print $1}' |
379 | 2023-11-07T05:12:31.450Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
380 | 2023-11-07T05:12:31.470Z | + [[ 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 ]] |
381 | 2023-11-07T05:12:31.596Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
382 | 2023-11-07T05:12:31.644Z | + mkdir -p ./out/clickhouse |
383 | 2023-11-07T05:12:31.654Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
384 | 2023-11-07T05:12:33.488Z | + ./out/clickhouse/clickhouse server --version |
385 | 2023-11-07T05:12:33.541Z | ClickHouse server version 22.8.9.1. |
386 | 2023-11-07T05:12:33.561Z | + set -o errexit |
387 | 2023-11-07T05:12:33.565Z | +++ dirname ./tools/ci_download_console |
388 | 2023-11-07T05:12:33.569Z | ++ cd ./tools |
389 | 2023-11-07T05:12:33.572Z | ++ pwd |
390 | 2023-11-07T05:12:33.576Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
391 | 2023-11-07T05:12:33.579Z | ++ basename ./tools/ci_download_console |
392 | 2023-11-07T05:12:33.583Z | + ARG0=ci_download_console |
393 | 2023-11-07T05:12:33.588Z | + TARGET_DIR=out |
394 | 2023-11-07T05:12:33.592Z | + DOWNLOAD_DIR=out/downloads |
395 | 2023-11-07T05:12:33.596Z | + DEST_DIR=./out/console-assets |
396 | 2023-11-07T05:12:33.600Z | + source /work/oxidecomputer/omicron/tools/console_version |
397 | 2023-11-07T05:12:33.604Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
398 | 2023-11-07T05:12:33.608Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
399 | 2023-11-07T05:12:33.612Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
400 | 2023-11-07T05:12:33.617Z | + TARBALL_FILE=out/downloads/console.tar.gz |
401 | 2023-11-07T05:12:33.621Z | + main |
402 | 2023-11-07T05:12:33.625Z | + [[ 0 != 0 ]] |
403 | 2023-11-07T05:12:33.629Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
404 | 2023-11-07T05:12:33.641Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
405 | 2023-11-07T05:12:34.051Z | + echo 'Local file: out/downloads/console.tar.gz' |
406 | 2023-11-07T05:12:34.057Z | Local file: out/downloads/console.tar.gz |
407 | 2023-11-07T05:12:34.065Z | + local DO_DOWNLOAD=true |
408 | 2023-11-07T05:12:34.072Z | + [[ -f out/downloads/console.tar.gz ]] |
409 | 2023-11-07T05:12:34.083Z | + mkdir -p out/downloads |
410 | 2023-11-07T05:12:34.494Z | + '[' true == true ']' |
411 | 2023-11-07T05:12:34.505Z | + echo Downloading... |
412 | 2023-11-07T05:12:34.511Z | Downloading... |
413 | 2023-11-07T05:12:34.529Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
414 | 2023-11-07T05:12:34.537Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
415 | 2023-11-07T05:12:34.542Z | ++ do_sha256sum out/downloads/console.tar.gz |
416 | 2023-11-07T05:12:34.551Z | ++ case "$OSTYPE" in |
417 | 2023-11-07T05:12:34.556Z | ++ SHA=sha256sum |
418 | 2023-11-07T05:12:34.561Z | ++ sha256sum |
419 | 2023-11-07T05:12:34.566Z | ++ awk '{print $1}' |
420 | 2023-11-07T05:12:34.570Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
421 | 2023-11-07T05:12:34.574Z | + [[ 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 ]] |
422 | 2023-11-07T05:12:34.579Z | + rm -rf ./out/console-assets |
423 | 2023-11-07T05:12:34.599Z | + mkdir -p ./out/console-assets |
424 | 2023-11-07T05:12:34.604Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
425 | 2023-11-07T05:12:34.607Z | + mkdir -p ./out/console-assets |
426 | 2023-11-07T05:12:34.618Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
427 | 2023-11-07T05:12:34.622Z | + set -o errexit |
428 | 2023-11-07T05:12:34.626Z | +++ dirname ./tools/ci_download_maghemite_openapi |
429 | 2023-11-07T05:12:35.047Z | ++ cd ./tools |
430 | 2023-11-07T05:12:35.056Z | ++ pwd |
431 | 2023-11-07T05:12:35.061Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
432 | 2023-11-07T05:12:35.067Z | ++ basename ./tools/ci_download_maghemite_openapi |
433 | 2023-11-07T05:12:35.072Z | + ARG0=ci_download_maghemite_openapi |
434 | 2023-11-07T05:12:35.080Z | + TARGET_DIR=out |
435 | 2023-11-07T05:12:35.087Z | + DOWNLOAD_DIR=out/downloads |
436 | 2023-11-07T05:12:35.093Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
437 | 2023-11-07T05:12:35.100Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
438 | 2023-11-07T05:12:35.109Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
439 | 2023-11-07T05:12:35.122Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
440 | 2023-11-07T05:12:35.131Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
441 | 2023-11-07T05:12:35.141Z | + main |
442 | 2023-11-07T05:12:35.157Z | + [[ 0 != 0 ]] |
443 | 2023-11-07T05:12:35.166Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
444 | 2023-11-07T05:12:35.189Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
445 | 2023-11-07T05:12:35.211Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
446 | 2023-11-07T05:12:35.634Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
447 | 2023-11-07T05:12:35.650Z | + local DO_DOWNLOAD=true |
448 | 2023-11-07T05:12:35.673Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
449 | 2023-11-07T05:12:35.680Z | + mkdir -p out/downloads |
450 | 2023-11-07T05:12:35.686Z | + '[' true == true ']' |
451 | 2023-11-07T05:12:35.713Z | + echo Downloading... |
452 | 2023-11-07T05:12:35.719Z | Downloading... |
453 | 2023-11-07T05:12:35.722Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
454 | 2023-11-07T05:12:35.733Z | + 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 |
455 | 2023-11-07T05:12:35.755Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
456 | 2023-11-07T05:12:35.790Z | ++ case "$OSTYPE" in |
457 | 2023-11-07T05:12:35.794Z | ++ SHA=sha256sum |
458 | 2023-11-07T05:12:35.800Z | ++ sha256sum |
459 | 2023-11-07T05:12:35.809Z | ++ awk '{print $1}' |
460 | 2023-11-07T05:12:35.814Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
461 | 2023-11-07T05:12:35.820Z | + [[ 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 ]] |
462 | 2023-11-07T05:12:35.831Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
463 | 2023-11-07T05:12:35.837Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
464 | 2023-11-07T05:12:35.845Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
465 | 2023-11-07T05:12:35.852Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
466 | 2023-11-07T05:12:35.862Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
467 | 2023-11-07T05:12:35.876Z | + main |
468 | 2023-11-07T05:12:35.890Z | + [[ 0 != 0 ]] |
469 | 2023-11-07T05:12:35.910Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
470 | 2023-11-07T05:12:35.921Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
471 | 2023-11-07T05:12:35.940Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
472 | 2023-11-07T05:12:35.953Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
473 | 2023-11-07T05:12:35.968Z | + local DO_DOWNLOAD=true |
474 | 2023-11-07T05:12:35.986Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
475 | 2023-11-07T05:12:36.163Z | + mkdir -p out/downloads |
476 | 2023-11-07T05:12:36.189Z | + '[' true == true ']' |
477 | 2023-11-07T05:12:36.217Z | + echo Downloading... |
478 | 2023-11-07T05:12:36.261Z | Downloading... |
479 | 2023-11-07T05:12:36.285Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
480 | 2023-11-07T05:12:36.324Z | + 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 |
481 | 2023-11-07T05:12:36.346Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
482 | 2023-11-07T05:12:36.359Z | ++ case "$OSTYPE" in |
483 | 2023-11-07T05:12:36.386Z | ++ SHA=sha256sum |
484 | 2023-11-07T05:12:36.400Z | ++ sha256sum |
485 | 2023-11-07T05:12:36.424Z | ++ awk '{print $1}' |
486 | 2023-11-07T05:12:36.442Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
487 | 2023-11-07T05:12:36.465Z | + [[ 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 ]] |
488 | 2023-11-07T05:12:36.495Z | + set -o errexit |
489 | 2023-11-07T05:12:36.529Z | +++ dirname ./tools/ci_download_dendrite_openapi |
490 | 2023-11-07T05:12:36.541Z | ++ cd ./tools |
491 | 2023-11-07T05:12:36.552Z | ++ pwd |
492 | 2023-11-07T05:12:36.567Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
493 | 2023-11-07T05:12:36.583Z | ++ basename ./tools/ci_download_dendrite_openapi |
494 | 2023-11-07T05:12:36.598Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
495 | 2023-11-07T05:12:36.611Z | + ARG0=ci_download_dendrite_openapi |
496 | 2023-11-07T05:12:36.627Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
497 | 2023-11-07T05:12:36.644Z | + TARGET_DIR=out |
498 | 2023-11-07T05:12:36.656Z | Downloading... |
499 | 2023-11-07T05:12:36.672Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-11-07T05:12:36.699Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-11-07T05:12:36.718Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
502 | 2023-11-07T05:12:36.734Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
503 | 2023-11-07T05:12:36.754Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
504 | 2023-11-07T05:12:36.775Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
505 | 2023-11-07T05:12:36.812Z | + main |
506 | 2023-11-07T05:12:36.840Z | + [[ 0 != 0 ]] |
507 | 2023-11-07T05:12:36.865Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
508 | 2023-11-07T05:12:36.882Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
509 | 2023-11-07T05:12:36.903Z | + local DO_DOWNLOAD=true |
510 | 2023-11-07T05:12:36.943Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
511 | 2023-11-07T05:12:36.952Z | + mkdir -p out/downloads |
512 | 2023-11-07T05:12:36.973Z | current directory: /work/oxidecomputer/omicron |
513 | 2023-11-07T05:12:37.002Z | + '[' true == true ']' |
514 | 2023-11-07T05:12:37.016Z | configuring based on OS: "solaris2.11" |
515 | 2023-11-07T05:12:37.440Z | + echo Downloading... |
516 | 2023-11-07T05:12:37.453Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
517 | 2023-11-07T05:12:37.475Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
518 | 2023-11-07T05:12:37.491Z | Local file: out/downloads/dendrite-stub.tar.gz |
519 | 2023-11-07T05:12:37.505Z | + 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 |
520 | 2023-11-07T05:12:37.519Z | Downloading... |
521 | 2023-11-07T05:12:37.533Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
522 | 2023-11-07T05:12:37.548Z | ++ case "$OSTYPE" in |
523 | 2023-11-07T05:12:37.559Z | ++ SHA=sha256sum |
524 | 2023-11-07T05:12:37.572Z | ++ sha256sum |
525 | 2023-11-07T05:12:37.589Z | ++ awk '{print $1}' |
526 | 2023-11-07T05:12:37.606Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
527 | 2023-11-07T05:12:37.617Z | + [[ 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 ]] |
528 | 2023-11-07T05:12:37.640Z | + set -o errexit |
529 | 2023-11-07T05:12:37.660Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2023-11-07T05:12:37.679Z | ++ cd ./tools |
531 | 2023-11-07T05:12:37.693Z | ++ pwd |
532 | 2023-11-07T05:12:38.115Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2023-11-07T05:12:38.135Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2023-11-07T05:12:38.158Z | + ARG0=ci_download_dendrite_stub |
535 | 2023-11-07T05:12:38.176Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2023-11-07T05:12:38.191Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
537 | 2023-11-07T05:12:38.205Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
538 | 2023-11-07T05:12:38.217Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
539 | 2023-11-07T05:12:38.225Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2023-11-07T05:12:38.241Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
541 | 2023-11-07T05:12:38.251Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
542 | 2023-11-07T05:12:38.291Z | + TARGET_DIR=out |
543 | 2023-11-07T05:12:38.322Z | + DOWNLOAD_DIR=out/downloads |
544 | 2023-11-07T05:12:38.331Z | + DEST_DIR=./out/dendrite-stub |
545 | 2023-11-07T05:12:38.343Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2023-11-07T05:12:38.353Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-11-07T05:12:38.360Z | + REPO=oxidecomputer/dendrite |
548 | 2023-11-07T05:12:38.367Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
549 | 2023-11-07T05:12:38.375Z | + main |
550 | 2023-11-07T05:12:38.387Z | + [[ 0 != 0 ]] |
551 | 2023-11-07T05:12:38.403Z | + CIDL_OS=solaris2.11 |
552 | 2023-11-07T05:12:38.413Z | + [[ 0 != 0 ]] |
553 | 2023-11-07T05:12:38.423Z | + configure_os solaris2.11 |
554 | 2023-11-07T05:12:38.430Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-11-07T05:12:38.434Z | + echo 'configuring based on OS: "solaris2.11"' |
556 | 2023-11-07T05:12:38.446Z | + case "$1" in |
557 | 2023-11-07T05:12:38.451Z | + SET_BINARIES= |
558 | 2023-11-07T05:12:38.474Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
559 | 2023-11-07T05:12:38.490Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2023-11-07T05:12:38.499Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2023-11-07T05:12:38.505Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
562 | 2023-11-07T05:12:38.517Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-07T05:12:38.525Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
564 | 2023-11-07T05:12:38.533Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
565 | 2023-11-07T05:12:38.539Z | + mkdir -p out/downloads |
566 | 2023-11-07T05:12:38.561Z | + mkdir -p ./out/dendrite-stub |
567 | 2023-11-07T05:12:38.571Z | + fetch_and_verify |
568 | 2023-11-07T05:12:38.576Z | + local DO_DOWNLOAD=true |
569 | 2023-11-07T05:12:38.587Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2023-11-07T05:12:38.595Z | + '[' true == true ']' |
571 | 2023-11-07T05:12:38.605Z | + echo Downloading... |
572 | 2023-11-07T05:12:38.628Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
573 | 2023-11-07T05:12:38.647Z | + 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 |
574 | 2023-11-07T05:12:47.851Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
575 | 2023-11-07T05:12:47.876Z | ++ sha256sum |
576 | 2023-11-07T05:12:47.907Z | ++ awk '{print $1}' |
577 | 2023-11-07T05:12:47.938Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
578 | 2023-11-07T05:12:47.953Z | + [[ 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 ]] |
579 | 2023-11-07T05:12:47.974Z | + do_untar out/downloads/dendrite-stub.tar.gz |
580 | 2023-11-07T05:12:47.994Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
581 | 2023-11-07T05:12:48.850Z | + do_assemble |
582 | 2023-11-07T05:12:48.867Z | + rm -r ./out/dendrite-stub |
583 | 2023-11-07T05:12:48.877Z | + mkdir ./out/dendrite-stub |
584 | 2023-11-07T05:12:48.897Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
585 | 2023-11-07T05:12:49.059Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
586 | 2023-11-07T05:12:49.080Z | + set -o errexit |
587 | 2023-11-07T05:12:49.108Z | +++ dirname ./tools/ci_download_maghemite_mgd |
588 | 2023-11-07T05:12:49.134Z | ++ cd ./tools |
589 | 2023-11-07T05:12:49.150Z | ++ pwd |
590 | 2023-11-07T05:12:50.032Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
591 | 2023-11-07T05:12:50.068Z | ++ basename ./tools/ci_download_maghemite_mgd |
592 | 2023-11-07T05:12:50.111Z | + ARG0=ci_download_maghemite_mgd |
593 | 2023-11-07T05:12:50.156Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
594 | 2023-11-07T05:12:50.174Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
595 | 2023-11-07T05:12:50.197Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
596 | 2023-11-07T05:12:50.618Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
597 | 2023-11-07T05:12:50.744Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
598 | 2023-11-07T05:12:50.749Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
599 | 2023-11-07T05:12:50.759Z | + TARGET_DIR=out |
600 | 2023-11-07T05:12:50.769Z | + DOWNLOAD_DIR=out/downloads |
601 | 2023-11-07T05:12:50.787Z | + DEST_DIR=./out/mgd |
602 | 2023-11-07T05:12:50.796Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
603 | 2023-11-07T05:12:50.804Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
604 | 2023-11-07T05:12:50.811Z | + REPO=oxidecomputer/maghemite |
605 | 2023-11-07T05:12:50.829Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
606 | 2023-11-07T05:12:50.840Z | + main |
607 | 2023-11-07T05:12:50.849Z | + [[ 0 != 0 ]] |
608 | 2023-11-07T05:12:50.861Z | + CIDL_OS=solaris2.11 |
609 | 2023-11-07T05:12:50.887Z | + [[ 0 != 0 ]] |
610 | 2023-11-07T05:12:51.320Z | + configure_os solaris2.11 |
611 | 2023-11-07T05:12:51.338Z | + echo 'current directory: /work/oxidecomputer/omicron' |
612 | 2023-11-07T05:12:51.356Z | current directory: /work/oxidecomputer/omicron |
613 | 2023-11-07T05:12:51.823Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2023-11-07T05:12:51.848Z | configuring based on OS: "solaris2.11" |
615 | 2023-11-07T05:12:51.864Z | + case "$1" in |
616 | 2023-11-07T05:12:51.891Z | + SET_BINARIES= |
617 | 2023-11-07T05:12:52.319Z | + CIDL_SHA256FUNC=do_sha256sum |
618 | 2023-11-07T05:12:52.334Z | + TARBALL_FILENAME=mgd.tar.gz |
619 | 2023-11-07T05:12:52.353Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
620 | 2023-11-07T05:12:52.370Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
621 | 2023-11-07T05:12:52.380Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
622 | 2023-11-07T05:12:52.392Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
623 | 2023-11-07T05:12:52.403Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
624 | 2023-11-07T05:12:52.944Z | Local file: out/downloads/mgd.tar.gz |
625 | 2023-11-07T05:12:52.982Z | + mkdir -p out/downloads |
626 | 2023-11-07T05:12:52.997Z | + mkdir -p ./out/mgd |
627 | 2023-11-07T05:12:53.009Z | + fetch_and_verify |
628 | 2023-11-07T05:12:53.017Z | + local DO_DOWNLOAD=true |
629 | 2023-11-07T05:12:53.040Z | + [[ -f out/downloads/mgd.tar.gz ]] |
630 | 2023-11-07T05:12:53.056Z | + '[' true == true ']' |
631 | 2023-11-07T05:12:53.075Z | + echo Downloading... |
632 | 2023-11-07T05:12:53.537Z | Downloading... |
633 | 2023-11-07T05:12:53.565Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
634 | 2023-11-07T05:12:53.584Z | + 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 |
635 | 2023-11-07T05:13:04.910Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
636 | 2023-11-07T05:13:04.929Z | ++ sha256sum |
637 | 2023-11-07T05:13:04.944Z | ++ awk '{print $1}' |
638 | 2023-11-07T05:13:04.981Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
639 | 2023-11-07T05:13:04.992Z | + [[ 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 ]] |
640 | 2023-11-07T05:13:05.009Z | + do_untar out/downloads/mgd.tar.gz |
641 | 2023-11-07T05:13:05.022Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
642 | 2023-11-07T05:13:05.635Z | + do_assemble |
643 | 2023-11-07T05:13:05.642Z | + rm -r ./out/mgd |
644 | 2023-11-07T05:13:05.650Z | + mkdir ./out/mgd |
645 | 2023-11-07T05:13:05.661Z | + cp -r out/downloads/root ./out/mgd/root |
646 | 2023-11-07T05:13:05.857Z | + set -o errexit |
647 | 2023-11-07T05:13:05.864Z | +++ dirname ./tools/ci_download_transceiver_control |
648 | 2023-11-07T05:13:05.872Z | ++ cd ./tools |
649 | 2023-11-07T05:13:05.879Z | ++ pwd |
650 | 2023-11-07T05:13:05.888Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
651 | 2023-11-07T05:13:05.894Z | ++ basename ./tools/ci_download_transceiver_control |
652 | 2023-11-07T05:13:05.898Z | + ARG0=ci_download_transceiver_control |
653 | 2023-11-07T05:13:05.902Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
654 | 2023-11-07T05:13:05.908Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
655 | 2023-11-07T05:13:05.916Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-07T05:13:05.930Z | + TARGET_DIR=out |
657 | 2023-11-07T05:13:05.949Z | + DOWNLOAD_DIR=out/downloads |
658 | 2023-11-07T05:13:05.991Z | + DEST_DIR=./out/transceiver-control |
659 | 2023-11-07T05:13:06.004Z | + BIN_DIR=/opt/oxide/bin |
660 | 2023-11-07T05:13:06.018Z | + BINARY=xcvradm |
661 | 2023-11-07T05:13:06.034Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
662 | 2023-11-07T05:13:06.045Z | + REPO=oxidecomputer/transceiver-control |
663 | 2023-11-07T05:13:06.066Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2023-11-07T05:13:06.093Z | + main |
665 | 2023-11-07T05:13:06.121Z | + [[ 0 != 0 ]] |
666 | 2023-11-07T05:13:06.131Z | + CIDL_OS=solaris2.11 |
667 | 2023-11-07T05:13:06.143Z | + [[ 0 != 0 ]] |
668 | 2023-11-07T05:13:06.157Z | + configure_os solaris2.11 |
669 | 2023-11-07T05:13:06.581Z | + echo 'current directory: /work/oxidecomputer/omicron' |
670 | 2023-11-07T05:13:07.005Z | current directory: /work/oxidecomputer/omicron |
671 | 2023-11-07T05:13:07.021Z | + echo 'configuring based on OS: "solaris2.11"' |
672 | 2023-11-07T05:13:07.031Z | configuring based on OS: "solaris2.11" |
673 | 2023-11-07T05:13:07.036Z | + case "$1" in |
674 | 2023-11-07T05:13:07.040Z | + SET_BINARIES= |
675 | 2023-11-07T05:13:07.045Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
676 | 2023-11-07T05:13:07.051Z | + CIDL_SHA256FUNC=do_sha256sum |
677 | 2023-11-07T05:13:07.057Z | + ARCHIVE_FILENAME=xcvradm.gz |
678 | 2023-11-07T05:13:07.068Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
679 | 2023-11-07T05:13:07.502Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
680 | 2023-11-07T05:13:07.630Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
681 | 2023-11-07T05:13:07.650Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2023-11-07T05:13:08.077Z | + echo 'Local file: out/downloads/xcvradm.gz' |
683 | 2023-11-07T05:13:08.094Z | Local file: out/downloads/xcvradm.gz |
684 | 2023-11-07T05:13:08.113Z | + mkdir -p out/downloads |
685 | 2023-11-07T05:13:08.126Z | + mkdir -p ./out/transceiver-control |
686 | 2023-11-07T05:13:08.138Z | + fetch_and_verify |
687 | 2023-11-07T05:13:08.167Z | + local DO_DOWNLOAD=true |
688 | 2023-11-07T05:13:08.187Z | + [[ -f out/downloads/xcvradm.gz ]] |
689 | 2023-11-07T05:13:08.203Z | + '[' true == true ']' |
690 | 2023-11-07T05:13:08.220Z | + echo Downloading... |
691 | 2023-11-07T05:13:08.240Z | Downloading... |
692 | 2023-11-07T05:13:08.259Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
693 | 2023-11-07T05:13:08.278Z | + 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 |
694 | 2023-11-07T05:13:10.860Z | ++ do_sha256sum out/downloads/xcvradm.gz |
695 | 2023-11-07T05:13:10.970Z | ++ sha256sum |
696 | 2023-11-07T05:13:10.992Z | ++ awk '{print $1}' |
697 | 2023-11-07T05:13:11.015Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
698 | 2023-11-07T05:13:11.029Z | + [[ 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 ]] |
699 | 2023-11-07T05:13:11.038Z | + do_unpack out/downloads/xcvradm.gz |
700 | 2023-11-07T05:13:11.457Z | + mkdir -p out/downloads/root//opt/oxide/bin |
701 | 2023-11-07T05:13:11.477Z | + gzip -dc out/downloads/xcvradm.gz |
702 | 2023-11-07T05:13:11.503Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
703 | 2023-11-07T05:13:11.520Z | + do_assemble |
704 | 2023-11-07T05:13:11.559Z | + rm -r ./out/transceiver-control |
705 | 2023-11-07T05:13:11.584Z | + mkdir ./out/transceiver-control |
706 | 2023-11-07T05:13:11.600Z | + cp -r out/downloads/root ./out/transceiver-control/root |
707 | 2023-11-07T05:13:11.615Z | All builder prerequisites installed successfully, and PATH looks valid |
708 | 2023-11-07T05:13:11.630Z | |
709 | 2023-11-07T05:13:12.102Z | real 2:33.329099195 |
710 | 2023-11-07T05:13:12.150Z | user 51.966583946 |
711 | 2023-11-07T05:13:12.186Z | sys 9.940274058 |
712 | 2023-11-07T05:13:12.200Z | trap 0.019212976 |
713 | 2023-11-07T05:13:12.632Z | tflt 0.275048787 |
714 | 2023-11-07T05:13:12.645Z | dflt 0.700260078 |
715 | 2023-11-07T05:13:12.652Z | kflt 0.189563739 |
716 | 2023-11-07T05:13:12.657Z | lock 1.861528633 |
717 | 2023-11-07T05:13:12.670Z | slp 5:05.078192698 |
718 | 2023-11-07T05:13:12.693Z | lat 3.606416905 |
719 | 2023-11-07T05:13:13.115Z | stop 0.061529843 |
720 | 2023-11-07T05:13:13.530Z | |
721 | 2023-11-07T05:13:13.542Z | #### # # ##### ##### # # |
722 | 2023-11-07T05:13:13.555Z | # # # # # # # # # # |
723 | 2023-11-07T05:13:13.976Z | # # # # # # # # |
724 | 2023-11-07T05:13:13.994Z | # # # ##### ##### # |
725 | 2023-11-07T05:13:14.008Z | # # # # # # # |
726 | 2023-11-07T05:13:14.435Z | #### ###### # # # # |
727 | 2023-11-07T05:13:14.450Z | |
728 | 2023-11-07T05:13:14.474Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
729 | 2023-11-07T05:13:14.491Z | Updating crates.io index |
730 | 2023-11-07T05:13:14.505Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2023-11-07T05:13:14.525Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2023-11-07T05:13:14.671Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2023-11-07T05:13:15.527Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2023-11-07T05:13:15.570Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2023-11-07T05:13:15.970Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2023-11-07T05:13:16.379Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2023-11-07T05:13:17.288Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2023-11-07T05:13:18.916Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2023-11-07T05:13:19.982Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2023-11-07T05:13:20.519Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-07T05:13:21.267Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2023-11-07T05:13:21.924Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
743 | 2023-11-07T05:13:22.412Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
744 | 2023-11-07T05:13:22.914Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
745 | 2023-11-07T05:13:23.333Z | Updating git repository `https://github.com/njaremko/samael` |
746 | 2023-11-07T05:13:24.297Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
747 | 2023-11-07T05:13:24.741Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
748 | 2023-11-07T05:13:25.671Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
749 | 2023-11-07T05:13:25.681Z | Updating git repository `https://github.com/jgallagher/nix` |
750 | 2023-11-07T05:13:27.004Z | Updating git repository `https://github.com/cbiffle/hubpack` |
751 | 2023-11-07T05:13:27.488Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
752 | 2023-11-07T05:13:33.070Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
753 | 2023-11-07T05:13:33.384Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2023-11-07T05:13:35.446Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2023-11-07T05:13:35.754Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2023-11-07T05:13:36.073Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2023-11-07T05:13:37.613Z | Downloading crates ... |
758 | 2023-11-07T05:13:37.795Z | Downloaded anstyle-query v1.0.0 |
759 | 2023-11-07T05:13:38.217Z | Downloaded utf8parse v0.2.1 |
760 | 2023-11-07T05:13:38.227Z | Downloaded equivalent v1.0.1 |
761 | 2023-11-07T05:13:38.236Z | Downloaded indexmap v2.1.0 |
762 | 2023-11-07T05:13:38.244Z | Downloaded colorchoice v1.0.0 |
763 | 2023-11-07T05:13:38.252Z | Downloaded terminal_size v0.2.6 |
764 | 2023-11-07T05:13:38.267Z | Downloaded anstream v0.5.0 |
765 | 2023-11-07T05:13:38.277Z | Downloaded cargo-platform v0.1.3 |
766 | 2023-11-07T05:13:38.288Z | Downloaded strsim v0.10.0 |
767 | 2023-11-07T05:13:38.321Z | Downloaded serde_spanned v0.6.4 |
768 | 2023-11-07T05:13:38.332Z | Downloaded heck v0.4.1 |
769 | 2023-11-07T05:13:38.341Z | Downloaded cargo_metadata v0.18.0 |
770 | 2023-11-07T05:13:38.355Z | Downloaded anstyle v1.0.2 |
771 | 2023-11-07T05:13:38.367Z | Downloaded bitflags v1.3.2 |
772 | 2023-11-07T05:13:38.382Z | Downloaded toml_datetime v0.6.5 |
773 | 2023-11-07T05:13:38.395Z | Downloaded thiserror v1.0.49 |
774 | 2023-11-07T05:13:38.410Z | Downloaded anstyle-parse v0.2.1 |
775 | 2023-11-07T05:13:38.435Z | Downloaded itoa v1.0.9 |
776 | 2023-11-07T05:13:38.460Z | Downloaded clap_lex v0.5.1 |
777 | 2023-11-07T05:13:38.475Z | Downloaded clap_derive v4.4.2 |
778 | 2023-11-07T05:13:38.488Z | Downloaded io-lifetimes v1.0.11 |
779 | 2023-11-07T05:13:38.507Z | Downloaded thiserror-impl v1.0.49 |
780 | 2023-11-07T05:13:38.530Z | Downloaded anyhow v1.0.75 |
781 | 2023-11-07T05:13:38.962Z | Downloaded camino v1.1.6 |
782 | 2023-11-07T05:13:39.384Z | Downloaded semver v1.0.20 |
783 | 2023-11-07T05:13:39.390Z | Downloaded serde_derive v1.0.188 |
784 | 2023-11-07T05:13:39.394Z | Downloaded toml v0.8.6 |
785 | 2023-11-07T05:13:39.406Z | Downloaded serde v1.0.188 |
786 | 2023-11-07T05:13:39.420Z | Downloaded memchr v2.6.3 |
787 | 2023-11-07T05:13:39.428Z | Downloaded toml_edit v0.20.7 |
788 | 2023-11-07T05:13:39.434Z | Downloaded hashbrown v0.14.2 |
789 | 2023-11-07T05:13:39.443Z | Downloaded winnow v0.5.15 |
790 | 2023-11-07T05:13:39.454Z | Downloaded syn v2.0.32 |
791 | 2023-11-07T05:13:39.474Z | Downloaded rustix v0.37.23 |
792 | 2023-11-07T05:13:39.496Z | Downloaded libc v0.2.150 |
793 | 2023-11-07T05:13:39.511Z | Downloaded clap_builder v4.4.2 |
794 | 2023-11-07T05:13:39.521Z | Downloaded serde_json v1.0.108 |
795 | 2023-11-07T05:13:39.530Z | Downloaded proc-macro2 v1.0.67 |
796 | 2023-11-07T05:13:39.539Z | Downloaded unicode-ident v1.0.12 |
797 | 2023-11-07T05:13:39.543Z | Downloaded ryu v1.0.15 |
798 | 2023-11-07T05:13:39.550Z | Downloaded clap v4.4.3 |
799 | 2023-11-07T05:13:39.556Z | Downloaded quote v1.0.33 |
800 | 2023-11-07T05:13:39.566Z | Downloaded cargo_toml v0.16.3 |
801 | 2023-11-07T05:13:39.573Z | Downloaded errno v0.3.2 |
802 | 2023-11-07T05:13:39.594Z | Compiling proc-macro2 v1.0.67 |
803 | 2023-11-07T05:13:39.609Z | Compiling unicode-ident v1.0.12 |
804 | 2023-11-07T05:13:39.619Z | Compiling serde v1.0.188 |
805 | 2023-11-07T05:13:39.626Z | Compiling libc v0.2.150 |
806 | 2023-11-07T05:13:39.635Z | Compiling io-lifetimes v1.0.11 |
807 | 2023-11-07T05:13:40.058Z | Compiling rustix v0.37.23 |
808 | 2023-11-07T05:13:40.497Z | Compiling bitflags v1.3.2 |
809 | 2023-11-07T05:13:40.505Z | Compiling utf8parse v0.2.1 |
810 | 2023-11-07T05:13:40.513Z | Compiling equivalent v1.0.1 |
811 | 2023-11-07T05:13:40.530Z | Compiling hashbrown v0.14.2 |
812 | 2023-11-07T05:13:40.541Z | Compiling anstyle-parse v0.2.1 |
813 | 2023-11-07T05:13:40.551Z | Compiling serde_json v1.0.108 |
814 | 2023-11-07T05:13:40.573Z | Compiling semver v1.0.20 |
815 | 2023-11-07T05:13:40.586Z | Compiling indexmap v2.1.0 |
816 | 2023-11-07T05:13:41.775Z | Compiling anstyle v1.0.2 |
817 | 2023-11-07T05:13:41.787Z | Compiling colorchoice v1.0.0 |
818 | 2023-11-07T05:13:41.802Z | Compiling camino v1.1.6 |
819 | 2023-11-07T05:13:41.821Z | Compiling thiserror v1.0.49 |
820 | 2023-11-07T05:13:42.244Z | Compiling winnow v0.5.15 |
821 | 2023-11-07T05:13:42.252Z | Compiling anstyle-query v1.0.0 |
822 | 2023-11-07T05:13:42.261Z | Compiling anstream v0.5.0 |
823 | 2023-11-07T05:13:42.276Z | Compiling strsim v0.10.0 |
824 | 2023-11-07T05:13:42.291Z | Compiling heck v0.4.1 |
825 | 2023-11-07T05:13:42.368Z | Compiling ryu v1.0.15 |
826 | 2023-11-07T05:13:42.420Z | Compiling itoa v1.0.9 |
827 | 2023-11-07T05:13:42.685Z | Compiling anyhow v1.0.75 |
828 | 2023-11-07T05:13:42.759Z | Compiling clap_lex v0.5.1 |
829 | 2023-11-07T05:13:43.352Z | Compiling quote v1.0.33 |
830 | 2023-11-07T05:13:43.459Z | Compiling syn v2.0.32 |
831 | 2023-11-07T05:13:43.523Z | Compiling errno v0.3.2 |
832 | 2023-11-07T05:13:44.992Z | Compiling terminal_size v0.2.6 |
833 | 2023-11-07T05:13:45.129Z | Compiling clap_builder v4.4.2 |
834 | 2023-11-07T05:13:50.565Z | Compiling serde_derive v1.0.188 |
835 | 2023-11-07T05:13:50.576Z | Compiling thiserror-impl v1.0.49 |
836 | 2023-11-07T05:13:50.585Z | Compiling clap_derive v4.4.2 |
837 | 2023-11-07T05:13:54.650Z | Compiling clap v4.4.3 |
838 | 2023-11-07T05:14:02.289Z | Compiling toml_datetime v0.6.5 |
839 | 2023-11-07T05:14:02.347Z | Compiling serde_spanned v0.6.4 |
840 | 2023-11-07T05:14:02.386Z | Compiling cargo-platform v0.1.3 |
841 | 2023-11-07T05:14:02.986Z | Compiling toml_edit v0.20.7 |
842 | 2023-11-07T05:14:04.242Z | Compiling cargo_metadata v0.18.0 |
843 | 2023-11-07T05:14:05.744Z | Compiling toml v0.8.6 |
844 | 2023-11-07T05:14:06.777Z | Compiling cargo_toml v0.16.3 |
845 | 2023-11-07T05:14:11.807Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2023-11-07T05:14:13.173Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
847 | 2023-11-07T05:14:13.383Z | Running `target/debug/xtask clippy` |
848 | 2023-11-07T05:14:13.442Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2023-11-07T05:14:14.344Z | Downloading crates ... |
850 | 2023-11-07T05:14:14.681Z | Downloaded base64 v0.13.1 |
851 | 2023-11-07T05:14:14.731Z | Downloaded bitstruct v0.1.1 |
852 | 2023-11-07T05:14:14.815Z | Downloaded hex-literal v0.4.1 |
853 | 2023-11-07T05:14:14.867Z | Downloaded hostname v0.3.1 |
854 | 2023-11-07T05:14:14.899Z | Downloaded cexpr v0.6.0 |
855 | 2023-11-07T05:14:14.932Z | Downloaded ascii-canvas v3.0.0 |
856 | 2023-11-07T05:14:15.361Z | Downloaded indoc v2.0.3 |
857 | 2023-11-07T05:14:15.370Z | Downloaded libefi-sys v0.1.0 |
858 | 2023-11-07T05:14:15.381Z | Downloaded http-range v0.1.5 |
859 | 2023-11-07T05:14:15.911Z | Downloaded num_threads v0.1.6 |
860 | 2023-11-07T05:14:15.925Z | Downloaded ident_case v1.0.1 |
861 | 2023-11-07T05:14:15.941Z | Downloaded newtype_derive v0.1.6 |
862 | 2023-11-07T05:14:15.961Z | Downloaded async-stream-impl v0.3.5 |
863 | 2023-11-07T05:14:15.975Z | Downloaded is-terminal v0.4.9 |
864 | 2023-11-07T05:14:15.988Z | Downloaded async-stream v0.3.5 |
865 | 2023-11-07T05:14:16.003Z | Downloaded convert_case v0.4.0 |
866 | 2023-11-07T05:14:16.019Z | Downloaded bincode v1.3.3 |
867 | 2023-11-07T05:14:16.033Z | Downloaded arrayvec v0.7.4 |
868 | 2023-11-07T05:14:16.045Z | Downloaded crossbeam v0.8.2 |
869 | 2023-11-07T05:14:16.058Z | Downloaded async-recursion v1.0.5 |
870 | 2023-11-07T05:14:16.076Z | Downloaded serde_urlencoded v0.7.1 |
871 | 2023-11-07T05:14:16.091Z | Downloaded console v0.15.7 |
872 | 2023-11-07T05:14:16.510Z | Downloaded crc-catalog v2.2.0 |
873 | 2023-11-07T05:14:16.522Z | Downloaded strum v0.25.0 |
874 | 2023-11-07T05:14:16.535Z | Downloaded lru-cache v0.1.2 |
875 | 2023-11-07T05:14:16.541Z | Downloaded aes-gcm-siv v0.11.1 |
876 | 2023-11-07T05:14:16.545Z | Downloaded managed v0.8.0 |
877 | 2023-11-07T05:14:16.550Z | Downloaded linked-hash-map v0.5.6 |
878 | 2023-11-07T05:14:16.556Z | Downloaded backoff v0.4.0 |
879 | 2023-11-07T05:14:16.564Z | Downloaded new_debug_unreachable v1.0.4 |
880 | 2023-11-07T05:14:16.572Z | Downloaded nodrop v0.1.14 |
881 | 2023-11-07T05:14:16.576Z | Downloaded ascii v1.1.0 |
882 | 2023-11-07T05:14:16.587Z | Downloaded crossbeam-queue v0.3.8 |
883 | 2023-11-07T05:14:16.596Z | Downloaded crc32fast v1.3.2 |
884 | 2023-11-07T05:14:16.603Z | Downloaded linear-map v1.2.0 |
885 | 2023-11-07T05:14:16.607Z | Downloaded serde_derive_internals v0.26.0 |
886 | 2023-11-07T05:14:16.613Z | Downloaded foreign-types v0.3.2 |
887 | 2023-11-07T05:14:16.618Z | Downloaded swrite v0.1.0 |
888 | 2023-11-07T05:14:16.624Z | Downloaded pem v1.1.1 |
889 | 2023-11-07T05:14:16.631Z | Downloaded foreign-types-macros v0.2.3 |
890 | 2023-11-07T05:14:16.639Z | Downloaded pretty-hex v0.3.0 |
891 | 2023-11-07T05:14:16.650Z | Downloaded pretty-hex v0.2.1 |
892 | 2023-11-07T05:14:16.666Z | Downloaded fallible-streaming-iterator v0.1.9 |
893 | 2023-11-07T05:14:16.679Z | Downloaded jobserver v0.1.26 |
894 | 2023-11-07T05:14:16.690Z | Downloaded nibble_vec v0.1.0 |
895 | 2023-11-07T05:14:16.702Z | Downloaded indicatif v0.17.7 |
896 | 2023-11-07T05:14:16.715Z | Downloaded serial_test_derive v0.10.0 |
897 | 2023-11-07T05:14:17.132Z | Downloaded nanorand v0.7.0 |
898 | 2023-11-07T05:14:17.138Z | Downloaded try-lock v0.2.4 |
899 | 2023-11-07T05:14:17.157Z | Downloaded crossbeam-utils v0.8.16 |
900 | 2023-11-07T05:14:17.177Z | Downloaded utf-8 v0.7.6 |
901 | 2023-11-07T05:14:17.192Z | Downloaded allocator-api2 v0.2.16 |
902 | 2023-11-07T05:14:17.206Z | Downloaded tempdir v0.3.7 |
903 | 2023-11-07T05:14:17.219Z | Downloaded openssl-macros v0.1.1 |
904 | 2023-11-07T05:14:17.229Z | Downloaded zone_cfg_derive v0.3.0 |
905 | 2023-11-07T05:14:17.235Z | Downloaded plotters-svg v0.3.5 |
906 | 2023-11-07T05:14:17.256Z | Downloaded synstructure v0.12.6 |
907 | 2023-11-07T05:14:17.280Z | Downloaded const-oid v0.9.5 |
908 | 2023-11-07T05:14:17.331Z | Downloaded siphasher v0.3.11 |
909 | 2023-11-07T05:14:17.351Z | Downloaded slog-dtrace v0.2.3 |
910 | 2023-11-07T05:14:17.372Z | Downloaded slog-bunyan v2.4.0 |
911 | 2023-11-07T05:14:17.392Z | Downloaded mockall_derive v0.11.4 |
912 | 2023-11-07T05:14:17.404Z | Downloaded crunchy v0.2.2 |
913 | 2023-11-07T05:14:17.412Z | Downloaded tinyvec_macros v0.1.1 |
914 | 2023-11-07T05:14:17.422Z | Downloaded native-tls v0.2.11 |
915 | 2023-11-07T05:14:17.434Z | Downloaded data-encoding v2.4.0 |
916 | 2023-11-07T05:14:17.440Z | Downloaded pem v3.0.2 |
917 | 2023-11-07T05:14:17.496Z | Downloaded plotters-backend v0.3.5 |
918 | 2023-11-07T05:14:17.541Z | Downloaded serde-big-array v0.5.1 |
919 | 2023-11-07T05:14:17.560Z | Downloaded tokio-macros v2.1.0 |
920 | 2023-11-07T05:14:17.576Z | Downloaded base64 v0.21.5 |
921 | 2023-11-07T05:14:17.595Z | Downloaded textwrap v0.11.0 |
922 | 2023-11-07T05:14:17.615Z | Downloaded getopts v0.2.21 |
923 | 2023-11-07T05:14:17.636Z | Downloaded tokio-rustls v0.24.1 |
924 | 2023-11-07T05:14:17.661Z | Downloaded slog-stdlog v4.1.1 |
925 | 2023-11-07T05:14:17.676Z | Downloaded vte_generate_state_changes v0.1.1 |
926 | 2023-11-07T05:14:17.703Z | Downloaded untrusted v0.7.1 |
927 | 2023-11-07T05:14:17.730Z | Downloaded slog-envlogger v2.2.0 |
928 | 2023-11-07T05:14:17.763Z | Downloaded parse-display v0.7.0 |
929 | 2023-11-07T05:14:17.843Z | Downloaded fixedbitset v0.4.2 |
930 | 2023-11-07T05:14:17.935Z | Downloaded usdt-attr-macro v0.3.5 |
931 | 2023-11-07T05:14:18.326Z | Downloaded zeroize_derive v1.4.2 |
932 | 2023-11-07T05:14:18.420Z | Downloaded mockall v0.11.4 |
933 | 2023-11-07T05:14:18.488Z | Downloaded opaque-debug v0.3.0 |
934 | 2023-11-07T05:14:18.548Z | Downloaded semver v0.1.20 |
935 | 2023-11-07T05:14:18.573Z | Downloaded platforms v3.0.2 |
936 | 2023-11-07T05:14:18.581Z | Downloaded serde_tokenstream v0.2.0 |
937 | 2023-11-07T05:14:18.661Z | Downloaded waitgroup v0.1.2 |
938 | 2023-11-07T05:14:18.706Z | Downloaded unicode-width v0.1.11 |
939 | 2023-11-07T05:14:18.758Z | Downloaded topological-sort v0.2.2 |
940 | 2023-11-07T05:14:18.803Z | Downloaded stable_deref_trait v1.2.0 |
941 | 2023-11-07T05:14:18.834Z | Downloaded path-absolutize v3.1.0 |
942 | 2023-11-07T05:14:18.921Z | Downloaded time-core v0.1.1 |
943 | 2023-11-07T05:14:18.972Z | Downloaded socket2 v0.5.4 |
944 | 2023-11-07T05:14:23.278Z | Downloaded string_cache v0.8.7 |
945 | 2023-11-07T05:14:23.521Z | Downloaded tokio-tungstenite v0.18.0 |
946 | 2023-11-07T05:14:23.750Z | Downloaded path-dedot v3.1.0 |
947 | 2023-11-07T05:14:24.113Z | Downloaded want v0.3.1 |
948 | 2023-11-07T05:14:24.182Z | Downloaded postcard-cobs v0.1.5-pre |
949 | 2023-11-07T05:14:24.242Z | Downloaded unicode-linebreak v0.1.5 |
950 | 2023-11-07T05:14:24.381Z | Downloaded dyn-clone v1.0.13 |
951 | 2023-11-07T05:14:24.534Z | Downloaded filetime v0.2.22 |
952 | 2023-11-07T05:14:24.621Z | Downloaded funty v2.0.0 |
953 | 2023-11-07T05:14:24.743Z | Downloaded tui-tree-widget v0.13.0 |
954 | 2023-11-07T05:14:24.802Z | Downloaded tokio-stream v0.1.14 |
955 | 2023-11-07T05:14:25.240Z | Downloaded scopeguard v1.2.0 |
956 | 2023-11-07T05:14:25.269Z | Downloaded tokio-native-tls v0.3.1 |
957 | 2023-11-07T05:14:25.322Z | Downloaded usdt v0.3.5 |
958 | 2023-11-07T05:14:25.338Z | Downloaded enum-as-inner v0.5.1 |
959 | 2023-11-07T05:14:25.343Z | Downloaded parse-display v0.8.2 |
960 | 2023-11-07T05:14:25.348Z | Downloaded once_cell v1.18.0 |
961 | 2023-11-07T05:14:25.355Z | Downloaded trybuild v1.0.85 |
962 | 2023-11-07T05:14:25.362Z | Downloaded foreign-types-shared v0.1.1 |
963 | 2023-11-07T05:14:25.455Z | Downloaded rtoolbox v0.0.1 |
964 | 2023-11-07T05:14:25.480Z | Downloaded subprocess v0.2.9 |
965 | 2023-11-07T05:14:25.506Z | Downloaded take_mut v0.2.2 |
966 | 2023-11-07T05:14:25.533Z | Downloaded precomputed-hash v0.1.1 |
967 | 2023-11-07T05:14:25.545Z | Downloaded shlex v1.1.0 |
968 | 2023-11-07T05:14:25.561Z | Downloaded structopt v0.3.26 |
969 | 2023-11-07T05:14:25.571Z | Downloaded secrecy v0.8.0 |
970 | 2023-11-07T05:14:25.583Z | Downloaded slog-json v2.6.1 |
971 | 2023-11-07T05:14:26.002Z | Downloaded foreign-types-shared v0.3.1 |
972 | 2023-11-07T05:14:26.019Z | Downloaded sct v0.7.0 |
973 | 2023-11-07T05:14:26.041Z | Downloaded schemars_derive v0.8.13 |
974 | 2023-11-07T05:14:26.510Z | Downloaded form_urlencoded v1.2.0 |
975 | 2023-11-07T05:14:26.569Z | Downloaded similar-asserts v1.5.0 |
976 | 2023-11-07T05:14:26.590Z | Downloaded fallible-iterator v0.2.0 |
977 | 2023-11-07T05:14:26.616Z | Downloaded darling_macro v0.20.3 |
978 | 2023-11-07T05:14:26.627Z | Downloaded darling_macro v0.14.4 |
979 | 2023-11-07T05:14:26.645Z | Downloaded futures-timer v3.0.2 |
980 | 2023-11-07T05:14:26.660Z | Downloaded remove_dir_all v0.5.3 |
981 | 2023-11-07T05:14:26.667Z | Downloaded rand v0.4.6 |
982 | 2023-11-07T05:14:26.686Z | Downloaded headers-core v0.2.0 |
983 | 2023-11-07T05:14:26.699Z | Downloaded vte v0.11.1 |
984 | 2023-11-07T05:14:26.711Z | Downloaded darling v0.20.3 |
985 | 2023-11-07T05:14:27.144Z | Downloaded signature v1.6.4 |
986 | 2023-11-07T05:14:27.179Z | Downloaded yansi v0.5.1 |
987 | 2023-11-07T05:14:27.209Z | Downloaded toml v0.7.8 |
988 | 2023-11-07T05:14:27.644Z | Downloaded display-error-chain v0.2.0 |
989 | 2023-11-07T05:14:27.684Z | Downloaded zeroize v1.6.0 |
990 | 2023-11-07T05:14:27.696Z | Downloaded hashbrown v0.12.3 |
991 | 2023-11-07T05:14:27.718Z | Downloaded usdt-macro v0.3.5 |
992 | 2023-11-07T05:14:27.733Z | Downloaded resolv-conf v0.7.0 |
993 | 2023-11-07T05:14:27.747Z | Downloaded ed25519 v1.5.3 |
994 | 2023-11-07T05:14:27.767Z | Downloaded dashmap v5.5.1 |
995 | 2023-11-07T05:14:27.792Z | Downloaded futures-macro v0.3.29 |
996 | 2023-11-07T05:14:27.815Z | Downloaded phf_shared v0.10.0 |
997 | 2023-11-07T05:14:27.831Z | Downloaded predicates-tree v1.0.9 |
998 | 2023-11-07T05:14:27.845Z | Downloaded regex-automata v0.1.10 |
999 | 2023-11-07T05:14:28.270Z | Downloaded fxhash v0.2.1 |
1000 | 2023-11-07T05:14:28.289Z | Downloaded tracing-core v0.1.31 |
1001 | 2023-11-07T05:14:28.299Z | Downloaded derive_builder_macro v0.12.0 |
1002 | 2023-11-07T05:14:28.316Z | Downloaded ff v0.13.0 |
1003 | 2023-11-07T05:14:28.330Z | Downloaded flagset v0.4.3 |
1004 | 2023-11-07T05:14:28.347Z | Downloaded dirs-sys-next v0.1.2 |
1005 | 2023-11-07T05:14:28.365Z | Downloaded hash32 v0.2.1 |
1006 | 2023-11-07T05:14:28.388Z | Downloaded group v0.13.0 |
1007 | 2023-11-07T05:14:28.809Z | Downloaded smf v0.2.2 |
1008 | 2023-11-07T05:14:28.820Z | Downloaded ref-cast v1.0.20 |
1009 | 2023-11-07T05:14:28.839Z | Downloaded serde_tokenstream v0.1.7 |
1010 | 2023-11-07T05:14:28.850Z | Downloaded serial_test v0.10.0 |
1011 | 2023-11-07T05:14:28.869Z | Downloaded strsim v0.8.0 |
1012 | 2023-11-07T05:14:28.879Z | Downloaded tinytemplate v1.2.1 |
1013 | 2023-11-07T05:14:28.889Z | Downloaded erased-serde v0.3.30 |
1014 | 2023-11-07T05:14:28.898Z | Downloaded percent-encoding v2.3.0 |
1015 | 2023-11-07T05:14:28.911Z | Downloaded oso-derive v0.27.0 |
1016 | 2023-11-07T05:14:29.343Z | Downloaded serde_plain v1.0.2 |
1017 | 2023-11-07T05:14:29.839Z | Downloaded ena v0.14.2 |
1018 | 2023-11-07T05:14:29.853Z | Downloaded tiny-keccak v2.0.2 |
1019 | 2023-11-07T05:14:29.875Z | Downloaded ref-cast-impl v1.0.20 |
1020 | 2023-11-07T05:14:29.885Z | Downloaded packed_struct v0.10.1 |
1021 | 2023-11-07T05:14:29.901Z | Downloaded rstest_macros v0.18.2 |
1022 | 2023-11-07T05:14:29.911Z | Downloaded tracing-attributes v0.1.26 |
1023 | 2023-11-07T05:14:29.937Z | Downloaded ctr v0.9.2 |
1024 | 2023-11-07T05:14:30.358Z | Downloaded serde_with_macros v2.3.3 |
1025 | 2023-11-07T05:14:30.367Z | Downloaded crossterm v0.27.0 |
1026 | 2023-11-07T05:14:30.383Z | Downloaded tabled_derive v0.6.0 |
1027 | 2023-11-07T05:14:30.652Z | Downloaded password-hash v0.5.0 |
1028 | 2023-11-07T05:14:30.694Z | Downloaded rustls-pemfile v1.0.3 |
1029 | 2023-11-07T05:14:30.769Z | Downloaded packed_struct_codegen v0.10.1 |
1030 | 2023-11-07T05:14:31.202Z | Downloaded futures-core v0.3.29 |
1031 | 2023-11-07T05:14:31.247Z | Downloaded pkcs8 v0.10.2 |
1032 | 2023-11-07T05:14:31.335Z | Downloaded postgres-types v0.2.6 |
1033 | 2023-11-07T05:14:31.360Z | Downloaded tokio-postgres v0.7.10 |
1034 | 2023-11-07T05:14:31.378Z | Downloaded tracing v0.1.37 |
1035 | 2023-11-07T05:14:31.405Z | Downloaded hashlink v0.8.3 |
1036 | 2023-11-07T05:14:31.449Z | Downloaded serde_yaml v0.9.25 |
1037 | 2023-11-07T05:14:31.497Z | Downloaded trust-dns-client v0.22.0 |
1038 | 2023-11-07T05:14:31.570Z | Downloaded derive_builder_core v0.12.0 |
1039 | 2023-11-07T05:14:36.166Z | Downloaded textwrap v0.16.0 |
1040 | 2023-11-07T05:14:36.496Z | Downloaded rand v0.8.5 |
1041 | 2023-11-07T05:14:36.645Z | Downloaded der v0.7.8 |
1042 | 2023-11-07T05:14:36.734Z | Downloaded rayon v1.8.0 |
1043 | 2023-11-07T05:14:36.761Z | Downloaded heapless v0.7.16 |
1044 | 2023-11-07T05:14:36.842Z | Downloaded headers v0.3.9 |
1045 | 2023-11-07T05:14:36.869Z | Downloaded darling_core v0.14.4 |
1046 | 2023-11-07T05:14:36.894Z | Downloaded portable-atomic v1.4.3 |
1047 | 2023-11-07T05:14:36.947Z | Downloaded x509-cert v0.2.4 |
1048 | 2023-11-07T05:14:37.388Z | Downloaded pretty_assertions v1.4.0 |
1049 | 2023-11-07T05:14:37.407Z | Downloaded petgraph v0.6.4 |
1050 | 2023-11-07T05:14:37.426Z | Downloaded tokio-util v0.7.10 |
1051 | 2023-11-07T05:14:37.497Z | Downloaded ratatui v0.23.0 |
1052 | 2023-11-07T05:14:37.532Z | Downloaded unicode-segmentation v1.10.1 |
1053 | 2023-11-07T05:14:37.551Z | Downloaded rusqlite v0.29.0 |
1054 | 2023-11-07T05:14:37.969Z | Downloaded tough v0.14.0 |
1055 | 2023-11-07T05:14:37.989Z | Downloaded hashbrown v0.13.2 |
1056 | 2023-11-07T05:14:38.028Z | Downloaded regex-syntax v0.6.29 |
1057 | 2023-11-07T05:14:38.041Z | Downloaded gimli v0.28.0 |
1058 | 2023-11-07T05:14:38.061Z | Downloaded openssl v0.10.57 |
1059 | 2023-11-07T05:14:38.491Z | Downloaded object v0.32.1 |
1060 | 2023-11-07T05:14:38.514Z | Downloaded reedline v0.23.0 |
1061 | 2023-11-07T05:14:38.532Z | Downloaded quick-xml v0.23.1 |
1062 | 2023-11-07T05:14:38.960Z | Downloaded radix_trie v0.2.1 |
1063 | 2023-11-07T05:14:38.980Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1064 | 2023-11-07T05:14:39.002Z | Downloaded zerocopy-derive v0.6.4 |
1065 | 2023-11-07T05:14:39.023Z | Downloaded tokio v1.33.0 |
1066 | 2023-11-07T05:14:39.045Z | Downloaded git2 v0.17.2 |
1067 | 2023-11-07T05:14:39.060Z | Downloaded polar-core v0.27.0 |
1068 | 2023-11-07T05:14:39.085Z | Downloaded regress v0.7.1 |
1069 | 2023-11-07T05:14:39.097Z | Downloaded sha3 v0.10.8 |
1070 | 2023-11-07T05:14:39.114Z | Downloaded regex-automata v0.4.3 |
1071 | 2023-11-07T05:14:39.127Z | Downloaded rustls v0.21.8 |
1072 | 2023-11-07T05:14:39.137Z | Downloaded smoltcp v0.9.1 |
1073 | 2023-11-07T05:14:39.570Z | Downloaded regex-syntax v0.7.5 |
1074 | 2023-11-07T05:14:39.582Z | Downloaded syn v1.0.109 |
1075 | 2023-11-07T05:14:39.597Z | Downloaded diesel v2.1.3 |
1076 | 2023-11-07T05:14:39.618Z | Downloaded openapiv3 v1.0.3 |
1077 | 2023-11-07T05:14:39.632Z | Downloaded bstr v1.6.0 |
1078 | 2023-11-07T05:14:39.653Z | Downloaded regex-syntax v0.8.2 |
1079 | 2023-11-07T05:14:39.665Z | Downloaded sled v0.34.7 |
1080 | 2023-11-07T05:14:39.680Z | Downloaded futures-util v0.3.29 |
1081 | 2023-11-07T05:14:39.700Z | Downloaded curve25519-dalek v4.1.0 |
1082 | 2023-11-07T05:14:39.723Z | Downloaded zerocopy-derive v0.2.0 |
1083 | 2023-11-07T05:14:39.741Z | Downloaded smoltcp v0.8.2 |
1084 | 2023-11-07T05:14:39.754Z | Downloaded rustix v0.38.9 |
1085 | 2023-11-07T05:14:39.765Z | Downloaded reqwest v0.11.20 |
1086 | 2023-11-07T05:14:39.776Z | Downloaded regex-automata v0.3.8 |
1087 | 2023-11-07T05:14:39.791Z | Downloaded regex v1.10.2 |
1088 | 2023-11-07T05:14:39.807Z | Downloaded webpki-roots v0.25.2 |
1089 | 2023-11-07T05:14:39.823Z | Downloaded vcpkg v0.2.15 |
1090 | 2023-11-07T05:14:39.839Z | Downloaded nix v0.26.2 |
1091 | 2023-11-07T05:14:39.853Z | Downloaded tabled v0.14.0 |
1092 | 2023-11-07T05:14:39.864Z | Downloaded trust-dns-proto v0.22.0 |
1093 | 2023-11-07T05:14:39.885Z | Downloaded object v0.30.4 |
1094 | 2023-11-07T05:14:39.901Z | Downloaded bstr v0.2.17 |
1095 | 2023-11-07T05:14:39.922Z | Downloaded expectorate v1.1.0 |
1096 | 2023-11-07T05:14:39.952Z | Downloaded time v0.3.27 |
1097 | 2023-11-07T05:14:39.982Z | Downloaded h2 v0.3.21 |
1098 | 2023-11-07T05:14:40.013Z | Downloaded proptest v1.3.1 |
1099 | 2023-11-07T05:14:40.029Z | Downloaded bindgen v0.65.1 |
1100 | 2023-11-07T05:14:40.050Z | Downloaded serde_with v2.3.3 |
1101 | 2023-11-07T05:14:40.080Z | Downloaded fastrand v2.0.0 |
1102 | 2023-11-07T05:14:40.100Z | Downloaded vec_map v0.8.2 |
1103 | 2023-11-07T05:14:40.121Z | Downloaded lalrpop v0.19.12 |
1104 | 2023-11-07T05:14:40.166Z | Downloaded plotters v0.3.5 |
1105 | 2023-11-07T05:14:40.185Z | Downloaded derive_builder v0.12.0 |
1106 | 2023-11-07T05:14:40.200Z | Downloaded zerocopy v0.6.4 |
1107 | 2023-11-07T05:14:40.218Z | Downloaded crypto-bigint v0.5.2 |
1108 | 2023-11-07T05:14:40.644Z | Downloaded idna v0.2.3 |
1109 | 2023-11-07T05:14:40.685Z | Downloaded chrono v0.4.31 |
1110 | 2023-11-07T05:14:40.704Z | Downloaded toml_edit v0.19.15 |
1111 | 2023-11-07T05:14:40.731Z | Downloaded hyper v0.14.27 |
1112 | 2023-11-07T05:14:40.752Z | Downloaded encoding_rs v0.8.33 |
1113 | 2023-11-07T05:14:40.770Z | Downloaded bitvec v1.0.1 |
1114 | 2023-11-07T05:14:40.787Z | Downloaded idna v0.4.0 |
1115 | 2023-11-07T05:14:40.805Z | Downloaded futures-channel v0.3.29 |
1116 | 2023-11-07T05:14:40.823Z | Downloaded usdt-impl v0.3.5 |
1117 | 2023-11-07T05:14:40.848Z | Downloaded owo-colors v3.5.0 |
1118 | 2023-11-07T05:14:40.868Z | Downloaded omicron-zone-package v0.8.3 |
1119 | 2023-11-07T05:14:41.296Z | Downloaded parse-display-derive v0.8.2 |
1120 | 2023-11-07T05:14:41.313Z | Downloaded half v1.8.2 |
1121 | 2023-11-07T05:14:41.331Z | Downloaded elliptic-curve v0.13.5 |
1122 | 2023-11-07T05:14:41.344Z | Downloaded derive-where v1.2.5 |
1123 | 2023-11-07T05:14:41.770Z | Downloaded derive_more v0.99.17 |
1124 | 2023-11-07T05:14:41.793Z | Downloaded rustls-webpki v0.101.7 |
1125 | 2023-11-07T05:14:41.812Z | Downloaded clap v2.34.0 |
1126 | 2023-11-07T05:14:41.829Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1127 | 2023-11-07T05:14:42.297Z | Downloaded yasna v0.5.2 |
1128 | 2023-11-07T05:14:42.320Z | Downloaded trust-dns-resolver v0.22.0 |
1129 | 2023-11-07T05:14:42.346Z | Downloaded tinyvec v1.6.0 |
1130 | 2023-11-07T05:14:42.362Z | Downloaded schemars v0.8.13 |
1131 | 2023-11-07T05:14:42.378Z | Downloaded itertools v0.11.0 |
1132 | 2023-11-07T05:14:42.400Z | Downloaded unicode-bidi v0.3.13 |
1133 | 2023-11-07T05:14:42.426Z | Downloaded pest v2.7.2 |
1134 | 2023-11-07T05:14:42.451Z | Downloaded unicode-normalization v0.1.22 |
1135 | 2023-11-07T05:14:42.468Z | Downloaded polyval v0.6.1 |
1136 | 2023-11-07T05:14:42.481Z | Downloaded poly1305 v0.8.0 |
1137 | 2023-11-07T05:14:42.497Z | Downloaded darling_core v0.20.3 |
1138 | 2023-11-07T05:14:42.544Z | Downloaded pest_derive v2.7.2 |
1139 | 2023-11-07T05:14:42.573Z | Downloaded zerocopy v0.3.0 |
1140 | 2023-11-07T05:14:42.595Z | Downloaded time-macros v0.2.13 |
1141 | 2023-11-07T05:14:42.617Z | Downloaded trust-dns-server v0.22.1 |
1142 | 2023-11-07T05:14:42.638Z | Downloaded libxml v0.3.3 |
1143 | 2023-11-07T05:14:42.660Z | Downloaded globset v0.4.13 |
1144 | 2023-11-07T05:14:43.079Z | Downloaded crypto-common v0.1.6 |
1145 | 2023-11-07T05:14:43.091Z | Downloaded parse-display-derive v0.7.0 |
1146 | 2023-11-07T05:14:43.102Z | Downloaded ucd-trie v0.1.6 |
1147 | 2023-11-07T05:14:43.534Z | Downloaded typenum v1.16.0 |
1148 | 2023-11-07T05:14:43.961Z | Downloaded toml v0.5.11 |
1149 | 2023-11-07T05:14:44.795Z | Downloaded uuid v1.5.0 |
1150 | 2023-11-07T05:14:44.818Z | Downloaded openssl-sys v0.9.93 |
1151 | 2023-11-07T05:14:44.839Z | Downloaded aho-corasick v1.0.4 |
1152 | 2023-11-07T05:14:44.863Z | Downloaded deranged v0.3.8 |
1153 | 2023-11-07T05:14:44.877Z | Downloaded darling v0.14.4 |
1154 | 2023-11-07T05:14:44.886Z | Downloaded fs-err v2.9.0 |
1155 | 2023-11-07T05:14:44.905Z | Downloaded fragile v2.0.0 |
1156 | 2023-11-07T05:14:44.926Z | Downloaded phf_shared v0.11.2 |
1157 | 2023-11-07T05:14:45.355Z | Downloaded vsss-rs v3.3.1 |
1158 | 2023-11-07T05:14:45.365Z | Downloaded snafu v0.7.5 |
1159 | 2023-11-07T05:14:45.373Z | Downloaded generic-array v0.14.7 |
1160 | 2023-11-07T05:14:45.377Z | Downloaded debug-ignore v1.0.5 |
1161 | 2023-11-07T05:14:45.388Z | Downloaded mio v0.8.8 |
1162 | 2023-11-07T05:14:45.393Z | Downloaded rand_core v0.6.4 |
1163 | 2023-11-07T05:14:45.397Z | Downloaded smawk v0.3.1 |
1164 | 2023-11-07T05:14:45.438Z | Downloaded xattr v1.0.1 |
1165 | 2023-11-07T05:14:45.456Z | Downloaded serde-hex v0.1.0 |
1166 | 2023-11-07T05:14:45.465Z | Downloaded fd-lock v3.0.13 |
1167 | 2023-11-07T05:14:45.478Z | Downloaded env_logger v0.10.0 |
1168 | 2023-11-07T05:14:45.496Z | Downloaded criterion v0.5.1 |
1169 | 2023-11-07T05:14:45.948Z | Downloaded libm v0.2.7 |
1170 | 2023-11-07T05:14:45.961Z | Downloaded itertools v0.10.5 |
1171 | 2023-11-07T05:14:45.976Z | Downloaded pest_meta v2.7.2 |
1172 | 2023-11-07T05:14:45.990Z | Downloaded postgres-protocol v0.6.6 |
1173 | 2023-11-07T05:14:46.013Z | Downloaded postcard v0.7.3 |
1174 | 2023-11-07T05:14:46.040Z | Downloaded pin-project v1.1.3 |
1175 | 2023-11-07T05:14:46.059Z | Downloaded unsafe-libyaml v0.2.9 |
1176 | 2023-11-07T05:14:46.072Z | Downloaded flate2 v1.0.28 |
1177 | 2023-11-07T05:14:46.083Z | Downloaded tar v0.4.40 |
1178 | 2023-11-07T05:14:46.089Z | Downloaded pin-project-internal v1.1.3 |
1179 | 2023-11-07T05:14:46.100Z | Downloaded socket2 v0.4.9 |
1180 | 2023-11-07T05:14:46.114Z | Downloaded http v0.2.9 |
1181 | 2023-11-07T05:14:46.146Z | Downloaded futures v0.3.29 |
1182 | 2023-11-07T05:14:46.189Z | Downloaded url v2.4.1 |
1183 | 2023-11-07T05:14:46.212Z | Downloaded predicates-core v1.0.6 |
1184 | 2023-11-07T05:14:46.221Z | Downloaded predicates v3.0.4 |
1185 | 2023-11-07T05:14:46.227Z | Downloaded predicates v2.1.5 |
1186 | 2023-11-07T05:14:46.233Z | Downloaded ppv-lite86 v0.2.17 |
1187 | 2023-11-07T05:14:46.242Z | Downloaded futures-task v0.3.29 |
1188 | 2023-11-07T05:14:46.260Z | Downloaded tungstenite v0.18.0 |
1189 | 2023-11-07T05:14:46.290Z | Downloaded pest_generator v2.7.2 |
1190 | 2023-11-07T05:14:46.726Z | Downloaded version_check v0.9.4 |
1191 | 2023-11-07T05:14:46.746Z | Downloaded phf v0.11.2 |
1192 | 2023-11-07T05:14:46.757Z | Downloaded hkdf v0.12.3 |
1193 | 2023-11-07T05:14:46.765Z | Downloaded papergrid v0.10.0 |
1194 | 2023-11-07T05:14:46.882Z | Downloaded vergen v8.2.4 |
1195 | 2023-11-07T05:14:46.910Z | Downloaded toolchain_find v0.2.0 |
1196 | 2023-11-07T05:14:46.946Z | Downloaded minimal-lexical v0.2.1 |
1197 | 2023-11-07T05:14:46.966Z | Downloaded unicase v2.7.0 |
1198 | 2023-11-07T05:14:46.975Z | Downloaded env_logger v0.9.3 |
1199 | 2023-11-07T05:14:46.991Z | Downloaded wait-timeout v0.2.0 |
1200 | 2023-11-07T05:14:47.005Z | Downloaded which v4.4.0 |
1201 | 2023-11-07T05:14:47.421Z | Downloaded rsa v0.9.2 |
1202 | 2023-11-07T05:14:47.437Z | Downloaded num-bigint-dig v0.8.4 |
1203 | 2023-11-07T05:14:47.461Z | Downloaded parking_lot_core v0.9.8 |
1204 | 2023-11-07T05:14:47.474Z | Downloaded stringprep v0.1.3 |
1205 | 2023-11-07T05:14:47.484Z | Downloaded rust-argon2 v1.0.1 |
1206 | 2023-11-07T05:14:47.493Z | Downloaded libz-sys v1.1.12 |
1207 | 2023-11-07T05:14:47.503Z | Downloaded zip v0.6.6 |
1208 | 2023-11-07T05:14:47.515Z | Downloaded pkcs1 v0.7.5 |
1209 | 2023-11-07T05:14:47.523Z | Downloaded flume v0.11.0 |
1210 | 2023-11-07T05:14:47.532Z | Downloaded pkg-config v0.3.27 |
1211 | 2023-11-07T05:14:47.539Z | Downloaded futures-executor v0.3.29 |
1212 | 2023-11-07T05:14:47.549Z | Downloaded parking_lot v0.12.1 |
1213 | 2023-11-07T05:14:47.556Z | Downloaded der_derive v0.7.2 |
1214 | 2023-11-07T05:14:47.562Z | Downloaded steno v0.4.0 |
1215 | 2023-11-07T05:14:47.569Z | Downloaded futures-io v0.3.29 |
1216 | 2023-11-07T05:14:47.578Z | Downloaded paste v1.0.14 |
1217 | 2023-11-07T05:14:47.588Z | Downloaded pem-rfc7468 v0.7.0 |
1218 | 2023-11-07T05:14:47.598Z | Downloaded parking_lot_core v0.8.6 |
1219 | 2023-11-07T05:14:47.613Z | Downloaded tungstenite v0.20.1 |
1220 | 2023-11-07T05:14:47.627Z | Downloaded ron v0.8.1 |
1221 | 2023-11-07T05:14:47.648Z | Downloaded unarray v0.1.4 |
1222 | 2023-11-07T05:14:47.653Z | Downloaded twox-hash v1.6.3 |
1223 | 2023-11-07T05:14:47.659Z | Downloaded parking_lot v0.11.2 |
1224 | 2023-11-07T05:14:47.675Z | Downloaded wyz v0.5.1 |
1225 | 2023-11-07T05:14:47.683Z | Downloaded rustc-hash v1.1.0 |
1226 | 2023-11-07T05:14:47.692Z | Downloaded spki v0.7.2 |
1227 | 2023-11-07T05:14:47.697Z | Downloaded spin v0.9.8 |
1228 | 2023-11-07T05:14:47.705Z | Downloaded oso v0.27.0 |
1229 | 2023-11-07T05:14:47.716Z | Downloaded tower-service v0.3.2 |
1230 | 2023-11-07T05:14:47.725Z | Downloaded curve25519-dalek-derive v0.1.0 |
1231 | 2023-11-07T05:14:47.732Z | Downloaded futures-sink v0.3.29 |
1232 | 2023-11-07T05:14:47.755Z | Downloaded path-slash v0.1.5 |
1233 | 2023-11-07T05:14:47.761Z | Downloaded walkdir v2.4.0 |
1234 | 2023-11-07T05:14:47.766Z | Downloaded ringbuffer v0.15.0 |
1235 | 2023-11-07T05:14:47.773Z | Downloaded serde_repr v0.1.16 |
1236 | 2023-11-07T05:14:47.779Z | Downloaded ron v0.7.1 |
1237 | 2023-11-07T05:14:47.785Z | Downloaded universal-hash v0.5.1 |
1238 | 2023-11-07T05:14:47.791Z | Downloaded tokio-tungstenite v0.20.1 |
1239 | 2023-11-07T05:14:47.797Z | Downloaded rayon-core v1.12.0 |
1240 | 2023-11-07T05:14:47.806Z | Downloaded crossbeam-channel v0.5.8 |
1241 | 2023-11-07T05:14:47.812Z | Downloaded serde_arrays v0.1.0 |
1242 | 2023-11-07T05:14:47.841Z | Downloaded getrandom v0.2.10 |
1243 | 2023-11-07T05:14:47.848Z | Downloaded oorandom v11.1.3 |
1244 | 2023-11-07T05:14:47.857Z | Downloaded heck v0.3.3 |
1245 | 2023-11-07T05:14:47.873Z | Downloaded zone v0.3.0 |
1246 | 2023-11-07T05:14:48.290Z | Downloaded snafu-derive v0.7.5 |
1247 | 2023-11-07T05:14:48.302Z | Downloaded whoami v1.4.1 |
1248 | 2023-11-07T05:14:48.314Z | Downloaded salty v0.2.0 |
1249 | 2023-11-07T05:14:48.328Z | Downloaded fatfs v0.3.6 |
1250 | 2023-11-07T05:14:48.345Z | Downloaded spin v0.5.2 |
1251 | 2023-11-07T05:14:48.769Z | Downloaded aes v0.8.3 |
1252 | 2023-11-07T05:14:48.786Z | Downloaded structopt-derive v0.4.18 |
1253 | 2023-11-07T05:14:48.806Z | Downloaded unicode-xid v0.2.4 |
1254 | 2023-11-07T05:14:48.819Z | Downloaded diesel_derives v2.1.1 |
1255 | 2023-11-07T05:14:48.832Z | Downloaded rcgen v0.11.3 |
1256 | 2023-11-07T05:14:48.857Z | Downloaded pin-project-lite v0.2.13 |
1257 | 2023-11-07T05:14:48.875Z | Downloaded miniz_oxide v0.7.1 |
1258 | 2023-11-07T05:14:48.886Z | Downloaded dirs-next v2.0.0 |
1259 | 2023-11-07T05:14:48.898Z | Downloaded similar v2.2.1 |
1260 | 2023-11-07T05:14:48.912Z | Downloaded glob v0.3.1 |
1261 | 2023-11-07T05:14:48.930Z | Downloaded scheduled-thread-pool v0.2.7 |
1262 | 2023-11-07T05:14:49.364Z | Downloaded same-file v1.0.6 |
1263 | 2023-11-07T05:14:49.368Z | Downloaded rustls-native-certs v0.6.3 |
1264 | 2023-11-07T05:14:49.372Z | Downloaded ring v0.17.5 |
1265 | 2023-11-07T05:14:49.377Z | Downloaded prettyplease v0.2.12 |
1266 | 2023-11-07T05:14:49.382Z | Downloaded diff v0.1.13 |
1267 | 2023-11-07T05:14:49.387Z | Downloaded slog-scope v4.4.0 |
1268 | 2023-11-07T05:14:49.391Z | Downloaded fnv v1.0.7 |
1269 | 2023-11-07T05:14:49.401Z | Downloaded smallvec v1.11.0 |
1270 | 2023-11-07T05:14:49.419Z | Downloaded serde-big-array v0.4.1 |
1271 | 2023-11-07T05:14:49.425Z | Downloaded rustc_version v0.1.7 |
1272 | 2023-11-07T05:14:49.435Z | Downloaded pin-utils v0.1.0 |
1273 | 2023-11-07T05:14:49.441Z | Downloaded thiserror-impl-no-std v2.0.2 |
1274 | 2023-11-07T05:14:49.450Z | Downloaded slog-term v2.9.0 |
1275 | 2023-11-07T05:14:49.463Z | Downloaded signal-hook v0.3.17 |
1276 | 2023-11-07T05:14:49.470Z | Downloaded test-strategy v0.3.1 |
1277 | 2023-11-07T05:14:49.492Z | Downloaded openssl-probe v0.1.5 |
1278 | 2023-11-07T05:14:49.512Z | Downloaded crucible-workspace-hack v0.1.0 |
1279 | 2023-11-07T05:14:49.542Z | Downloaded olpc-cjson v0.1.3 |
1280 | 2023-11-07T05:14:49.563Z | Downloaded untrusted v0.9.0 |
1281 | 2023-11-07T05:14:49.991Z | Downloaded bytes v1.5.0 |
1282 | 2023-11-07T05:14:50.004Z | Downloaded log v0.4.20 |
1283 | 2023-11-07T05:14:50.015Z | Downloaded arc-swap v1.6.0 |
1284 | 2023-11-07T05:14:50.031Z | Downloaded signal-hook-mio v0.2.3 |
1285 | 2023-11-07T05:14:50.045Z | Downloaded rustc-demangle v0.1.23 |
1286 | 2023-11-07T05:14:50.060Z | Downloaded float-cmp v0.9.0 |
1287 | 2023-11-07T05:14:50.103Z | Downloaded structmeta-derive v0.2.0 |
1288 | 2023-11-07T05:14:50.115Z | Downloaded structmeta-derive v0.1.6 |
1289 | 2023-11-07T05:14:50.130Z | Downloaded strip-ansi-escapes v0.2.0 |
1290 | 2023-11-07T05:14:50.142Z | Downloaded slab v0.4.9 |
1291 | 2023-11-07T05:14:50.239Z | Downloaded rpassword v7.2.0 |
1292 | 2023-11-07T05:14:50.291Z | Downloaded libsqlite3-sys v0.26.0 |
1293 | 2023-11-07T05:14:50.333Z | Downloaded proc-macro-error-attr v1.0.4 |
1294 | 2023-11-07T05:14:50.383Z | Downloaded digest v0.10.7 |
1295 | 2023-11-07T05:14:50.430Z | Downloaded subtle v2.5.0 |
1296 | 2023-11-07T05:14:50.444Z | Downloaded strum_macros v0.25.2 |
1297 | 2023-11-07T05:14:50.871Z | Downloaded smallvec v0.6.14 |
1298 | 2023-11-07T05:14:50.886Z | Downloaded dof v0.1.5 |
1299 | 2023-11-07T05:14:50.900Z | Downloaded thread_local v1.1.7 |
1300 | 2023-11-07T05:14:50.918Z | Downloaded thiserror-no-std v2.0.2 |
1301 | 2023-11-07T05:14:50.933Z | Downloaded ring v0.16.20 |
1302 | 2023-11-07T05:14:50.951Z | Downloaded slog-async v2.8.0 |
1303 | 2023-11-07T05:14:50.964Z | Downloaded signal-hook-registry v1.4.1 |
1304 | 2023-11-07T05:14:50.977Z | Downloaded semver-parser v0.10.2 |
1305 | 2023-11-07T05:14:50.985Z | Downloaded crossbeam-epoch v0.9.15 |
1306 | 2023-11-07T05:14:50.991Z | Downloaded r2d2 v0.8.10 |
1307 | 2023-11-07T05:14:50.999Z | Downloaded partial-io v0.5.4 |
1308 | 2023-11-07T05:14:51.007Z | Downloaded sha1 v0.10.5 |
1309 | 2023-11-07T05:14:51.011Z | Downloaded semver v0.11.0 |
1310 | 2023-11-07T05:14:51.014Z | Downloaded rusty-fork v0.3.0 |
1311 | 2023-11-07T05:14:51.018Z | Downloaded rustversion v1.0.14 |
1312 | 2023-11-07T05:14:51.022Z | Downloaded crossterm v0.26.1 |
1313 | 2023-11-07T05:14:51.026Z | Downloaded const_format v0.2.31 |
1314 | 2023-11-07T05:14:51.031Z | Downloaded mime_guess v2.0.4 |
1315 | 2023-11-07T05:14:51.035Z | Downloaded maybe-uninit v2.0.0 |
1316 | 2023-11-07T05:14:51.039Z | Downloaded cstr-argument v0.1.2 |
1317 | 2023-11-07T05:14:51.043Z | Downloaded crossbeam-deque v0.8.3 |
1318 | 2023-11-07T05:14:51.047Z | Downloaded basic-toml v0.1.4 |
1319 | 2023-11-07T05:14:51.051Z | Downloaded rand_xorshift v0.3.0 |
1320 | 2023-11-07T05:14:51.056Z | Downloaded proc-macro-error v1.0.4 |
1321 | 2023-11-07T05:14:51.061Z | Downloaded proc-macro-crate v1.3.1 |
1322 | 2023-11-07T05:14:51.066Z | Downloaded term v0.7.0 |
1323 | 2023-11-07T05:14:51.070Z | Downloaded multer v2.1.0 |
1324 | 2023-11-07T05:14:51.074Z | Downloaded mime v0.3.17 |
1325 | 2023-11-07T05:14:51.080Z | Downloaded either v1.9.0 |
1326 | 2023-11-07T05:14:51.083Z | Downloaded difflib v0.4.0 |
1327 | 2023-11-07T05:14:51.088Z | Downloaded termcolor v1.2.0 |
1328 | 2023-11-07T05:14:51.097Z | Downloaded relative-path v1.9.0 |
1329 | 2023-11-07T05:14:51.105Z | Downloaded chacha20poly1305 v0.10.1 |
1330 | 2023-11-07T05:14:51.148Z | Downloaded maplit v1.0.2 |
1331 | 2023-11-07T05:14:51.563Z | Downloaded datatest-stable v0.2.3 |
1332 | 2023-11-07T05:14:51.580Z | Downloaded termios v0.3.3 |
1333 | 2023-11-07T05:14:51.599Z | Downloaded crc-any v2.4.3 |
1334 | 2023-11-07T05:14:51.610Z | Downloaded signature v2.1.0 |
1335 | 2023-11-07T05:14:51.619Z | Downloaded shell-words v1.1.0 |
1336 | 2023-11-07T05:14:51.633Z | Downloaded rand_chacha v0.3.1 |
1337 | 2023-11-07T05:14:51.644Z | Downloaded quick-error v1.2.3 |
1338 | 2023-11-07T05:14:51.659Z | Downloaded foreign-types v0.5.0 |
1339 | 2023-11-07T05:14:51.673Z | Downloaded dtrace-parser v0.1.14 |
1340 | 2023-11-07T05:14:51.678Z | Downloaded peeking_take_while v0.1.2 |
1341 | 2023-11-07T05:14:51.688Z | Downloaded signal-hook-tokio v0.3.1 |
1342 | 2023-11-07T05:14:51.696Z | Downloaded sha2 v0.10.8 |
1343 | 2023-11-07T05:14:51.712Z | Downloaded radium v0.7.0 |
1344 | 2023-11-07T05:14:51.726Z | Downloaded doc-comment v0.3.3 |
1345 | 2023-11-07T05:14:51.745Z | Downloaded termtree v0.4.1 |
1346 | 2023-11-07T05:14:51.767Z | Downloaded tempfile v3.8.0 |
1347 | 2023-11-07T05:14:51.854Z | Downloaded tap v1.0.1 |
1348 | 2023-11-07T05:14:51.882Z | Downloaded slog v2.7.0 |
1349 | 2023-11-07T05:14:51.909Z | Downloaded hyper-staticfile v0.9.5 |
1350 | 2023-11-07T05:14:51.983Z | Downloaded ahash v0.8.3 |
1351 | 2023-11-07T05:14:52.024Z | Downloaded rustc_version v0.4.0 |
1352 | 2023-11-07T05:14:52.038Z | Downloaded rstest v0.18.2 |
1353 | 2023-11-07T05:14:52.061Z | Downloaded addr2line v0.21.0 |
1354 | 2023-11-07T05:14:52.083Z | Downloaded strum_macros v0.24.3 |
1355 | 2023-11-07T05:14:52.101Z | Downloaded num-rational v0.4.1 |
1356 | 2023-11-07T05:14:52.112Z | Downloaded clang-sys v1.6.1 |
1357 | 2023-11-07T05:14:52.126Z | Downloaded camino-tempfile v1.0.2 |
1358 | 2023-11-07T05:14:52.149Z | Downloaded bit-vec v0.6.3 |
1359 | 2023-11-07T05:14:52.575Z | Downloaded endian-type v0.1.2 |
1360 | 2023-11-07T05:14:52.587Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1361 | 2023-11-07T05:14:52.599Z | Downloaded threadpool v1.8.1 |
1362 | 2023-11-07T05:14:52.618Z | Downloaded thread-id v4.2.0 |
1363 | 2023-11-07T05:14:52.625Z | Downloaded ciborium v0.2.1 |
1364 | 2023-11-07T05:14:52.638Z | Downloaded ansi_term v0.12.1 |
1365 | 2023-11-07T05:14:53.055Z | Downloaded structmeta v0.2.0 |
1366 | 2023-11-07T05:14:53.060Z | Downloaded structmeta v0.1.6 |
1367 | 2023-11-07T05:14:53.063Z | Downloaded static_assertions v1.1.0 |
1368 | 2023-11-07T05:14:53.066Z | Downloaded httpdate v1.0.3 |
1369 | 2023-11-07T05:14:53.071Z | Downloaded memoffset v0.9.0 |
1370 | 2023-11-07T05:14:53.078Z | Downloaded memoffset v0.7.1 |
1371 | 2023-11-07T05:14:53.081Z | Downloaded md-5 v0.10.5 |
1372 | 2023-11-07T05:14:53.084Z | Downloaded matches v0.1.10 |
1373 | 2023-11-07T05:14:53.089Z | Downloaded downcast v0.11.0 |
1374 | 2023-11-07T05:14:53.095Z | Downloaded lock_api v0.4.10 |
1375 | 2023-11-07T05:14:53.099Z | Downloaded cookie v0.16.2 |
1376 | 2023-11-07T05:14:53.102Z | Downloaded colored v2.0.4 |
1377 | 2023-11-07T05:14:53.107Z | Downloaded constant_time_eq v0.2.6 |
1378 | 2023-11-07T05:14:53.111Z | Downloaded assert_cmd v2.0.12 |
1379 | 2023-11-07T05:14:53.116Z | Downloaded serde_path_to_error v0.1.14 |
1380 | 2023-11-07T05:14:53.120Z | Downloaded rustfmt-wrapper v0.2.0 |
1381 | 2023-11-07T05:14:53.124Z | Downloaded home v0.5.5 |
1382 | 2023-11-07T05:14:53.131Z | Downloaded num_enum_derive v0.7.0 |
1383 | 2023-11-07T05:14:53.140Z | Downloaded num_enum_derive v0.5.11 |
1384 | 2023-11-07T05:14:53.150Z | Downloaded num-integer v0.1.45 |
1385 | 2023-11-07T05:14:53.163Z | Downloaded num-iter v0.1.43 |
1386 | 2023-11-07T05:14:53.167Z | Downloaded num-complex v0.4.4 |
1387 | 2023-11-07T05:14:53.180Z | Downloaded libtest-mimic v0.6.1 |
1388 | 2023-11-07T05:14:53.197Z | Downloaded impl-trait-for-tuples v0.2.2 |
1389 | 2023-11-07T05:14:53.206Z | Downloaded buf-list v1.0.3 |
1390 | 2023-11-07T05:14:53.212Z | Downloaded base16ct v0.2.0 |
1391 | 2023-11-07T05:14:53.221Z | Downloaded bb8 v0.8.1 |
1392 | 2023-11-07T05:14:53.276Z | Downloaded assert_matches v1.5.0 |
1393 | 2023-11-07T05:14:53.289Z | Downloaded anes v0.1.6 |
1394 | 2023-11-07T05:14:53.304Z | Downloaded libloading v0.7.4 |
1395 | 2023-11-07T05:14:53.311Z | Downloaded lazy_static v1.4.0 |
1396 | 2023-11-07T05:14:53.327Z | Downloaded lalrpop-util v0.19.12 |
1397 | 2023-11-07T05:14:53.750Z | Downloaded keccak v0.1.4 |
1398 | 2023-11-07T05:14:53.789Z | Downloaded corncobs v0.1.3 |
1399 | 2023-11-07T05:14:53.804Z | Downloaded num-derive v0.4.0 |
1400 | 2023-11-07T05:14:53.823Z | Downloaded httparse v1.8.0 |
1401 | 2023-11-07T05:14:53.838Z | Downloaded const_format_proc_macros v0.2.31 |
1402 | 2023-11-07T05:14:53.845Z | Downloaded block-padding v0.3.3 |
1403 | 2023-11-07T05:14:53.849Z | Downloaded number_prefix v0.4.0 |
1404 | 2023-11-07T05:14:53.869Z | Downloaded num-bigint v0.4.4 |
1405 | 2023-11-07T05:14:54.351Z | Downloaded adler v1.0.2 |
1406 | 2023-11-07T05:14:54.362Z | Downloaded ipnetwork v0.20.0 |
1407 | 2023-11-07T05:14:54.384Z | Downloaded hyper-tls v0.5.0 |
1408 | 2023-11-07T05:14:54.393Z | Downloaded criterion-plot v0.5.0 |
1409 | 2023-11-07T05:14:54.459Z | Downloaded crc v3.0.1 |
1410 | 2023-11-07T05:14:54.475Z | Downloaded cast v0.3.0 |
1411 | 2023-11-07T05:14:54.489Z | Downloaded iana-time-zone v0.1.57 |
1412 | 2023-11-07T05:14:54.501Z | Downloaded nom v7.1.3 |
1413 | 2023-11-07T05:14:54.512Z | Downloaded async-trait v0.1.74 |
1414 | 2023-11-07T05:14:54.519Z | Downloaded atomic-waker v1.1.1 |
1415 | 2023-11-07T05:14:54.524Z | Downloaded lazycell v1.3.0 |
1416 | 2023-11-07T05:14:54.537Z | Downloaded cpufeatures v0.2.9 |
1417 | 2023-11-07T05:14:54.556Z | Downloaded ciborium-io v0.2.1 |
1418 | 2023-11-07T05:14:54.572Z | Downloaded arrayref v0.3.7 |
1419 | 2023-11-07T05:14:54.587Z | Downloaded array-init v0.0.4 |
1420 | 2023-11-07T05:14:54.605Z | Downloaded approx v0.5.1 |
1421 | 2023-11-07T05:14:54.618Z | Downloaded num_cpus v1.16.0 |
1422 | 2023-11-07T05:14:54.630Z | Downloaded indoc v1.0.9 |
1423 | 2023-11-07T05:14:54.640Z | Downloaded indexmap v1.9.3 |
1424 | 2023-11-07T05:14:54.650Z | Downloaded hyper-rustls v0.24.2 |
1425 | 2023-11-07T05:14:54.654Z | Downloaded constant_time_eq v0.3.0 |
1426 | 2023-11-07T05:14:54.659Z | Downloaded cfg-if v0.1.10 |
1427 | 2023-11-07T05:14:54.664Z | Downloaded cc v1.0.83 |
1428 | 2023-11-07T05:14:54.678Z | Downloaded cassowary v0.3.0 |
1429 | 2023-11-07T05:14:54.689Z | Downloaded num_enum v0.5.11 |
1430 | 2023-11-07T05:14:54.695Z | Downloaded num-traits v0.2.16 |
1431 | 2023-11-07T05:14:54.705Z | Downloaded macaddr v1.0.1 |
1432 | 2023-11-07T05:14:54.711Z | Downloaded humantime v2.1.0 |
1433 | 2023-11-07T05:14:54.717Z | Downloaded cipher v0.4.4 |
1434 | 2023-11-07T05:14:54.721Z | Downloaded chacha20 v0.9.1 |
1435 | 2023-11-07T05:14:54.730Z | Downloaded autocfg v1.1.0 |
1436 | 2023-11-07T05:14:54.736Z | Downloaded atomicwrites v0.4.2 |
1437 | 2023-11-07T05:14:54.751Z | Downloaded aead v0.5.2 |
1438 | 2023-11-07T05:14:54.758Z | Downloaded num_enum v0.7.0 |
1439 | 2023-11-07T05:14:54.767Z | Downloaded num v0.4.1 |
1440 | 2023-11-07T05:14:54.771Z | Downloaded nu-ansi-term v0.49.0 |
1441 | 2023-11-07T05:14:54.776Z | Downloaded match_cfg v0.1.0 |
1442 | 2023-11-07T05:14:54.781Z | Downloaded ipnet v2.8.0 |
1443 | 2023-11-07T05:14:54.786Z | Downloaded instant v0.1.12 |
1444 | 2023-11-07T05:14:54.794Z | Downloaded inout v0.1.3 |
1445 | 2023-11-07T05:14:54.817Z | Downloaded atty v0.2.14 |
1446 | 2023-11-07T05:14:54.823Z | Downloaded hubpack_derive v0.1.1 |
1447 | 2023-11-07T05:14:54.846Z | Downloaded normalize-line-endings v0.3.0 |
1448 | 2023-11-07T05:14:54.854Z | Downloaded newline-converter v0.3.0 |
1449 | 2023-11-07T05:14:54.858Z | Downloaded bzip2 v0.4.4 |
1450 | 2023-11-07T05:14:54.863Z | Downloaded blake2 v0.10.6 |
1451 | 2023-11-07T05:14:54.867Z | Downloaded hmac v0.12.1 |
1452 | 2023-11-07T05:14:54.872Z | Downloaded bitflags v2.4.0 |
1453 | 2023-11-07T05:14:54.889Z | Downloaded hubpack v0.1.2 |
1454 | 2023-11-07T05:14:54.924Z | Downloaded highway v1.1.0 |
1455 | 2023-11-07T05:14:54.936Z | Downloaded cancel-safe-futures v0.1.5 |
1456 | 2023-11-07T05:14:54.948Z | Downloaded blake2b_simd v1.0.1 |
1457 | 2023-11-07T05:14:54.956Z | Downloaded httptest v0.15.5 |
1458 | 2023-11-07T05:14:54.965Z | Downloaded http-body v0.4.5 |
1459 | 2023-11-07T05:14:54.975Z | Downloaded bytecount v0.6.3 |
1460 | 2023-11-07T05:14:54.981Z | Downloaded base64ct v1.6.0 |
1461 | 2023-11-07T05:14:54.989Z | Downloaded backtrace v0.3.69 |
1462 | 2023-11-07T05:14:54.993Z | Downloaded byteorder v1.5.0 |
1463 | 2023-11-07T05:14:55.000Z | Downloaded block-buffer v0.10.4 |
1464 | 2023-11-07T05:14:55.010Z | Downloaded bitfield v0.14.0 |
1465 | 2023-11-07T05:14:55.021Z | Downloaded bit_field v0.10.2 |
1466 | 2023-11-07T05:14:55.036Z | Downloaded bit-set v0.5.3 |
1467 | 2023-11-07T05:14:55.058Z | Downloaded hex v0.4.3 |
1468 | 2023-11-07T05:14:55.080Z | Downloaded ciborium-ll v0.2.1 |
1469 | 2023-11-07T05:14:55.101Z | Downloaded cfg-if v1.0.0 |
1470 | 2023-11-07T05:14:55.123Z | Downloaded bytesize v1.3.0 |
1471 | 2023-11-07T05:14:55.134Z | Downloaded bitstruct_derive v0.1.0 |
1472 | 2023-11-07T05:14:55.153Z | Downloaded bcs v0.1.6 |
1473 | 2023-11-07T05:14:56.151Z | Downloaded argon2 v0.5.2 |
1474 | 2023-11-07T05:14:56.164Z | Compiling proc-macro2 v1.0.67 |
1475 | 2023-11-07T05:14:56.175Z | Compiling serde v1.0.188 |
1476 | 2023-11-07T05:14:56.186Z | Compiling autocfg v1.1.0 |
1477 | 2023-11-07T05:14:56.196Z | Compiling version_check v0.9.4 |
1478 | 2023-11-07T05:14:56.204Z | Compiling syn v1.0.109 |
1479 | 2023-11-07T05:14:56.209Z | Compiling parking_lot_core v0.9.8 |
1480 | 2023-11-07T05:14:56.217Z | Compiling libm v0.2.7 |
1481 | 2023-11-07T05:14:56.225Z | Compiling libc v0.2.150 |
1482 | 2023-11-07T05:14:56.230Z | Compiling cfg-if v1.0.0 |
1483 | 2023-11-07T05:14:56.236Z | Compiling futures-core v0.3.29 |
1484 | 2023-11-07T05:14:56.243Z | Compiling once_cell v1.18.0 |
1485 | 2023-11-07T05:14:56.249Z | Compiling typenum v1.16.0 |
1486 | 2023-11-07T05:14:56.258Z | Compiling ahash v0.8.3 |
1487 | 2023-11-07T05:14:56.263Z | Compiling generic-array v0.14.7 |
1488 | 2023-11-07T05:14:56.268Z | Compiling lock_api v0.4.10 |
1489 | 2023-11-07T05:14:56.275Z | Compiling quote v1.0.33 |
1490 | 2023-11-07T05:14:56.284Z | Compiling num-traits v0.2.16 |
1491 | 2023-11-07T05:14:56.294Z | Compiling slab v0.4.9 |
1492 | 2023-11-07T05:14:56.302Z | Compiling futures-task v0.3.29 |
1493 | 2023-11-07T05:14:56.309Z | Compiling syn v2.0.32 |
1494 | 2023-11-07T05:14:56.316Z | Compiling jobserver v0.1.26 |
1495 | 2023-11-07T05:14:56.323Z | Compiling futures-channel v0.3.29 |
1496 | 2023-11-07T05:14:56.341Z | Compiling pkg-config v0.3.27 |
1497 | 2023-11-07T05:14:56.349Z | Compiling cc v1.0.83 |
1498 | 2023-11-07T05:14:56.353Z | Compiling futures-util v0.3.29 |
1499 | 2023-11-07T05:14:56.379Z | Compiling memchr v2.6.3 |
1500 | 2023-11-07T05:14:56.390Z | Compiling vcpkg v0.2.15 |
1501 | 2023-11-07T05:14:56.403Z | Compiling itoa v1.0.9 |
1502 | 2023-11-07T05:14:56.425Z | Compiling schemars v0.8.13 |
1503 | 2023-11-07T05:14:56.497Z | Compiling log v0.4.20 |
1504 | 2023-11-07T05:14:56.522Z | Compiling serde_json v1.0.108 |
1505 | 2023-11-07T05:14:56.543Z | Compiling httparse v1.8.0 |
1506 | 2023-11-07T05:14:56.563Z | Compiling ryu v1.0.15 |
1507 | 2023-11-07T05:14:56.578Z | Compiling indexmap v1.9.3 |
1508 | 2023-11-07T05:14:56.602Z | Compiling getrandom v0.2.10 |
1509 | 2023-11-07T05:14:56.632Z | Compiling allocator-api2 v0.2.16 |
1510 | 2023-11-07T05:14:56.651Z | Compiling equivalent v1.0.1 |
1511 | 2023-11-07T05:14:56.666Z | Compiling rustix v0.38.9 |
1512 | 2023-11-07T05:14:56.681Z | Compiling fnv v1.0.7 |
1513 | 2023-11-07T05:14:56.702Z | Compiling rustls v0.21.8 |
1514 | 2023-11-07T05:14:56.718Z | Compiling aho-corasick v1.0.4 |
1515 | 2023-11-07T05:14:56.732Z | Compiling openssl v0.10.57 |
1516 | 2023-11-07T05:14:56.738Z | Compiling regex-syntax v0.8.2 |
1517 | 2023-11-07T05:14:56.749Z | Compiling hashbrown v0.14.2 |
1518 | 2023-11-07T05:14:56.766Z | Compiling unicode-xid v0.2.4 |
1519 | 2023-11-07T05:14:56.789Z | Compiling ucd-trie v0.1.6 |
1520 | 2023-11-07T05:14:56.807Z | Compiling ring v0.16.20 |
1521 | 2023-11-07T05:14:56.822Z | Compiling ring v0.17.5 |
1522 | 2023-11-07T05:14:56.833Z | Compiling openssl-sys v0.9.93 |
1523 | 2023-11-07T05:14:56.847Z | Compiling backtrace v0.3.69 |
1524 | 2023-11-07T05:14:56.859Z | Compiling native-tls v0.2.11 |
1525 | 2023-11-07T05:14:56.872Z | Compiling async-trait v0.1.74 |
1526 | 2023-11-07T05:14:56.890Z | Compiling rustversion v1.0.14 |
1527 | 2023-11-07T05:14:56.907Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2023-11-07T05:14:57.333Z | Compiling regex-automata v0.4.3 |
1529 | 2023-11-07T05:14:57.340Z | Compiling anyhow v1.0.75 |
1530 | 2023-11-07T05:14:57.367Z | Compiling slog v2.7.0 |
1531 | 2023-11-07T05:14:57.372Z | Compiling iana-time-zone v0.1.57 |
1532 | 2023-11-07T05:14:57.379Z | Compiling time-core v0.1.1 |
1533 | 2023-11-07T05:14:57.385Z | Compiling time-macros v0.2.13 |
1534 | 2023-11-07T05:14:57.397Z | Compiling byteorder v1.5.0 |
1535 | 2023-11-07T05:14:57.417Z | Compiling serde_derive_internals v0.26.0 |
1536 | 2023-11-07T05:14:57.421Z | Compiling synstructure v0.12.6 |
1537 | 2023-11-07T05:14:57.429Z | Compiling dyn-clone v1.0.13 |
1538 | 2023-11-07T05:14:57.451Z | Compiling hashbrown v0.13.2 |
1539 | 2023-11-07T05:14:57.460Z | Compiling usdt-impl v0.3.5 |
1540 | 2023-11-07T05:14:57.468Z | Compiling scopeguard v1.2.0 |
1541 | 2023-11-07T05:14:57.480Z | Compiling unicode-width v0.1.11 |
1542 | 2023-11-07T05:14:57.491Z | Compiling winnow v0.5.15 |
1543 | 2023-11-07T05:14:57.498Z | Compiling thread-id v4.2.0 |
1544 | 2023-11-07T05:14:57.510Z | Compiling strsim v0.10.0 |
1545 | 2023-11-07T05:14:57.576Z | Compiling tinyvec_macros v0.1.1 |
1546 | 2023-11-07T05:14:57.624Z | Compiling tinyvec v1.6.0 |
1547 | 2023-11-07T05:14:57.646Z | Compiling unicode-bidi v0.3.13 |
1548 | 2023-11-07T05:14:57.666Z | Compiling smallvec v1.11.0 |
1549 | 2023-11-07T05:14:57.677Z | Compiling percent-encoding v2.3.0 |
1550 | 2023-11-07T05:14:57.691Z | Compiling regex v1.10.2 |
1551 | 2023-11-07T05:14:57.702Z | Compiling parking_lot v0.12.1 |
1552 | 2023-11-07T05:14:57.711Z | Compiling unicode-normalization v0.1.22 |
1553 | 2023-11-07T05:14:57.715Z | Compiling form_urlencoded v1.2.0 |
1554 | 2023-11-07T05:14:57.725Z | Compiling regex-syntax v0.6.29 |
1555 | 2023-11-07T05:14:57.736Z | Compiling num-integer v0.1.45 |
1556 | 2023-11-07T05:14:57.742Z | Compiling adler v1.0.2 |
1557 | 2023-11-07T05:14:57.749Z | Compiling bitflags v1.3.2 |
1558 | 2023-11-07T05:14:57.788Z | Compiling idna v0.4.0 |
1559 | 2023-11-07T05:14:57.817Z | Compiling crc32fast v1.3.2 |
1560 | 2023-11-07T05:14:57.842Z | Compiling miniz_oxide v0.7.1 |
1561 | 2023-11-07T05:14:57.864Z | Compiling spin v0.5.2 |
1562 | 2023-11-07T05:14:57.896Z | Compiling gimli v0.28.0 |
1563 | 2023-11-07T05:14:57.921Z | Compiling object v0.32.1 |
1564 | 2023-11-07T05:14:58.353Z | Compiling serde_derive v1.0.188 |
1565 | 2023-11-07T05:14:58.374Z | Compiling thiserror-impl v1.0.49 |
1566 | 2023-11-07T05:14:58.388Z | Compiling zeroize_derive v1.4.2 |
1567 | 2023-11-07T05:14:58.813Z | Compiling tokio-macros v2.1.0 |
1568 | 2023-11-07T05:14:58.822Z | Compiling futures-macro v0.3.29 |
1569 | 2023-11-07T05:14:58.829Z | Compiling tracing-attributes v0.1.26 |
1570 | 2023-11-07T05:14:58.836Z | Compiling schemars_derive v0.8.13 |
1571 | 2023-11-07T05:14:58.843Z | Compiling thiserror v1.0.49 |
1572 | 2023-11-07T05:14:58.849Z | Compiling openssl-macros v0.1.1 |
1573 | 2023-11-07T05:14:58.857Z | Compiling pest v2.7.2 |
1574 | 2023-11-07T05:14:58.863Z | Compiling zerocopy-derive v0.2.0 |
1575 | 2023-11-07T05:14:59.284Z | Compiling strum_macros v0.25.2 |
1576 | 2023-11-07T05:14:59.296Z | Compiling url v2.4.1 |
1577 | 2023-11-07T05:14:59.306Z | Compiling addr2line v0.21.0 |
1578 | 2023-11-07T05:14:59.319Z | Compiling pest_meta v2.7.2 |
1579 | 2023-11-07T05:14:59.333Z | Compiling zerocopy v0.3.0 |
1580 | 2023-11-07T05:14:59.345Z | Compiling pin-project-lite v0.2.13 |
1581 | 2023-11-07T05:14:59.359Z | Compiling rustc-demangle v0.1.23 |
1582 | 2023-11-07T05:14:59.371Z | Compiling zerocopy-derive v0.6.4 |
1583 | 2023-11-07T05:14:59.389Z | Compiling dof v0.1.5 |
1584 | 2023-11-07T05:14:59.406Z | Compiling errno v0.3.2 |
1585 | 2023-11-07T05:14:59.413Z | Compiling pest_generator v2.7.2 |
1586 | 2023-11-07T05:14:59.838Z | Compiling mio v0.8.8 |
1587 | 2023-11-07T05:14:59.843Z | Compiling signal-hook-registry v1.4.1 |
1588 | 2023-11-07T05:14:59.858Z | Compiling num_cpus v1.16.0 |
1589 | 2023-11-07T05:14:59.868Z | Compiling socket2 v0.5.4 |
1590 | 2023-11-07T05:14:59.881Z | Compiling futures-sink v0.3.29 |
1591 | 2023-11-07T05:14:59.904Z | Compiling memoffset v0.9.0 |
1592 | 2023-11-07T05:14:59.925Z | Compiling num_threads v0.1.6 |
1593 | 2023-11-07T05:14:59.942Z | Compiling pin-utils v0.1.0 |
1594 | 2023-11-07T05:14:59.962Z | Compiling deranged v0.3.8 |
1595 | 2023-11-07T05:14:59.982Z | Compiling futures-io v0.3.29 |
1596 | 2023-11-07T05:15:00.008Z | Compiling radium v0.7.0 |
1597 | 2023-11-07T05:15:00.023Z | Compiling clap_derive v4.4.2 |
1598 | 2023-11-07T05:15:00.052Z | Compiling spin v0.9.8 |
1599 | 2023-11-07T05:15:00.074Z | Compiling tracing-core v0.1.31 |
1600 | 2023-11-07T05:15:00.082Z | Compiling lazy_static v1.4.0 |
1601 | 2023-11-07T05:15:00.097Z | Compiling crossbeam-epoch v0.9.15 |
1602 | 2023-11-07T05:15:00.105Z | Compiling pest_derive v2.7.2 |
1603 | 2023-11-07T05:15:00.561Z | Compiling tracing v0.1.37 |
1604 | 2023-11-07T05:15:01.089Z | Compiling dtrace-parser v0.1.14 |
1605 | 2023-11-07T05:15:01.495Z | Compiling num-iter v0.1.43 |
1606 | 2023-11-07T05:15:01.570Z | Compiling time v0.3.27 |
1607 | 2023-11-07T05:15:02.064Z | Compiling base64 v0.21.5 |
1608 | 2023-11-07T05:15:02.122Z | Compiling either v1.9.0 |
1609 | 2023-11-07T05:15:02.658Z | Compiling rand_core v0.6.4 |
1610 | 2023-11-07T05:15:02.975Z | Compiling hashbrown v0.12.3 |
1611 | 2023-11-07T05:15:03.289Z | Compiling openssl-probe v0.1.5 |
1612 | 2023-11-07T05:15:03.714Z | Compiling foreign-types-shared v0.1.1 |
1613 | 2023-11-07T05:15:03.851Z | Compiling untrusted v0.7.1 |
1614 | 2023-11-07T05:15:04.091Z | Compiling untrusted v0.9.0 |
1615 | 2023-11-07T05:15:04.598Z | Compiling foreign-types v0.3.2 |
1616 | 2023-11-07T05:15:04.617Z | Compiling zeroize v1.6.0 |
1617 | 2023-11-07T05:15:05.426Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2023-11-07T05:15:06.564Z | Compiling indexmap v2.1.0 |
1619 | 2023-11-07T05:15:06.572Z | Compiling bytes v1.5.0 |
1620 | 2023-11-07T05:15:06.582Z | Compiling uuid v1.5.0 |
1621 | 2023-11-07T05:15:07.412Z | Compiling chrono v0.4.31 |
1622 | 2023-11-07T05:15:07.631Z | Compiling semver v1.0.20 |
1623 | 2023-11-07T05:15:08.220Z | Compiling http v0.2.9 |
1624 | 2023-11-07T05:15:08.721Z | Compiling rustc_version v0.4.0 |
1625 | 2023-11-07T05:15:08.752Z | Compiling toml_datetime v0.6.5 |
1626 | 2023-11-07T05:15:09.028Z | Compiling serde_spanned v0.6.4 |
1627 | 2023-11-07T05:15:09.546Z | Compiling openapiv3 v1.0.3 |
1628 | 2023-11-07T05:15:09.982Z | Compiling serde_tokenstream v0.1.7 |
1629 | 2023-11-07T05:15:10.002Z | Compiling toml_edit v0.19.15 |
1630 | 2023-11-07T05:15:10.027Z | Compiling bitflags v2.4.0 |
1631 | 2023-11-07T05:15:10.243Z | Compiling tokio v1.33.0 |
1632 | 2023-11-07T05:15:11.982Z | Compiling usdt-macro v0.3.5 |
1633 | 2023-11-07T05:15:13.290Z | Compiling usdt-attr-macro v0.3.5 |
1634 | 2023-11-07T05:15:13.701Z | Compiling try-lock v0.2.4 |
1635 | 2023-11-07T05:15:13.704Z | Compiling want v0.3.1 |
1636 | 2023-11-07T05:15:14.003Z | Compiling http-body v0.4.5 |
1637 | 2023-11-07T05:15:15.355Z | Compiling sct v0.7.0 |
1638 | 2023-11-07T05:15:15.770Z | Compiling enum-as-inner v0.5.1 |
1639 | 2023-11-07T05:15:16.660Z | Compiling socket2 v0.4.9 |
1640 | 2023-11-07T05:15:17.133Z | Compiling httpdate v1.0.3 |
1641 | 2023-11-07T05:15:17.162Z | Compiling tower-service v0.3.2 |
1642 | 2023-11-07T05:15:17.592Z | Compiling heapless v0.7.16 |
1643 | 2023-11-07T05:15:17.596Z | Compiling rustls-pemfile v1.0.3 |
1644 | 2023-11-07T05:15:17.599Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2023-11-07T05:15:17.742Z | Compiling siphasher v0.3.11 |
1646 | 2023-11-07T05:15:17.811Z | Compiling rustls-native-certs v0.6.3 |
1647 | 2023-11-07T05:15:17.856Z | Compiling ipnet v2.8.0 |
1648 | 2023-11-07T05:15:17.896Z | Compiling serde_urlencoded v0.7.1 |
1649 | 2023-11-07T05:15:18.332Z | Compiling serde_tokenstream v0.2.0 |
1650 | 2023-11-07T05:15:18.360Z | Compiling encoding_rs v0.8.33 |
1651 | 2023-11-07T05:15:18.566Z | Compiling webpki-roots v0.25.2 |
1652 | 2023-11-07T05:15:18.725Z | Compiling mime v0.3.17 |
1653 | 2023-11-07T05:15:18.794Z | Compiling crypto-common v0.1.6 |
1654 | 2023-11-07T05:15:19.136Z | Compiling diesel_table_macro_syntax v0.1.0 |
1655 | 2023-11-07T05:15:19.508Z | Compiling num-bigint v0.4.4 |
1656 | 2023-11-07T05:15:19.559Z | Compiling bit-vec v0.6.3 |
1657 | 2023-11-07T05:15:19.972Z | Compiling smoltcp v0.9.1 |
1658 | 2023-11-07T05:15:19.987Z | Compiling diesel_derives v2.1.1 |
1659 | 2023-11-07T05:15:20.232Z | Compiling flate2 v1.0.28 |
1660 | 2023-11-07T05:15:20.503Z | Compiling phf_shared v0.10.0 |
1661 | 2023-11-07T05:15:20.707Z | Compiling block-buffer v0.10.4 |
1662 | 2023-11-07T05:15:21.058Z | Compiling hubpack_derive v0.1.1 |
1663 | 2023-11-07T05:15:21.524Z | Compiling subtle v2.5.0 |
1664 | 2023-11-07T05:15:21.555Z | Compiling const-oid v0.9.5 |
1665 | 2023-11-07T05:15:21.798Z | Compiling precomputed-hash v0.1.1 |
1666 | 2023-11-07T05:15:21.915Z | Compiling fixedbitset v0.4.2 |
1667 | 2023-11-07T05:15:21.972Z | Compiling ppv-lite86 v0.2.17 |
1668 | 2023-11-07T05:15:22.751Z | Compiling new_debug_unreachable v1.0.4 |
1669 | 2023-11-07T05:15:22.762Z | Compiling string_cache v0.8.7 |
1670 | 2023-11-07T05:15:22.774Z | Compiling petgraph v0.6.4 |
1671 | 2023-11-07T05:15:23.073Z | Compiling tokio-util v0.7.10 |
1672 | 2023-11-07T05:15:23.258Z | Compiling rand_chacha v0.3.1 |
1673 | 2023-11-07T05:15:24.800Z | Compiling digest v0.10.7 |
1674 | 2023-11-07T05:15:25.440Z | Compiling h2 v0.3.21 |
1675 | 2023-11-07T05:15:25.465Z | Compiling tokio-native-tls v0.3.1 |
1676 | 2023-11-07T05:15:25.489Z | Compiling bit-set v0.5.3 |
1677 | 2023-11-07T05:15:25.619Z | Compiling toml v0.7.8 |
1678 | 2023-11-07T05:15:25.859Z | Compiling itertools v0.10.5 |
1679 | 2023-11-07T05:15:25.907Z | Compiling lalrpop-util v0.19.12 |
1680 | 2023-11-07T05:15:26.474Z | Compiling unicode-segmentation v1.10.1 |
1681 | 2023-11-07T05:15:27.887Z | Compiling rand v0.8.5 |
1682 | 2023-11-07T05:15:28.145Z | Compiling regress v0.7.1 |
1683 | 2023-11-07T05:15:28.323Z | Compiling serde_repr v0.1.16 |
1684 | 2023-11-07T05:15:29.224Z | Compiling io-lifetimes v1.0.11 |
1685 | 2023-11-07T05:15:29.512Z | Compiling cpufeatures v0.2.9 |
1686 | 2023-11-07T05:15:29.642Z | Compiling anstyle v1.0.2 |
1687 | 2023-11-07T05:15:29.963Z | Compiling utf8parse v0.2.1 |
1688 | 2023-11-07T05:15:30.388Z | Compiling sha2 v0.10.8 |
1689 | 2023-11-07T05:15:30.899Z | Compiling anstyle-parse v0.2.1 |
1690 | 2023-11-07T05:15:30.904Z | Compiling rustix v0.37.23 |
1691 | 2023-11-07T05:15:30.912Z | Compiling md-5 v0.10.5 |
1692 | 2023-11-07T05:15:30.922Z | Compiling hmac v0.12.1 |
1693 | 2023-11-07T05:15:30.970Z | Compiling stringprep v0.1.3 |
1694 | 2023-11-07T05:15:31.383Z | Compiling hash32 v0.2.1 |
1695 | 2023-11-07T05:15:31.924Z | Compiling stable_deref_trait v1.2.0 |
1696 | 2023-11-07T05:15:32.025Z | Compiling anstyle-query v1.0.0 |
1697 | 2023-11-07T05:15:32.047Z | Compiling fallible-iterator v0.2.0 |
1698 | 2023-11-07T05:15:32.205Z | Compiling colorchoice v1.0.0 |
1699 | 2023-11-07T05:15:32.366Z | Compiling anstream v0.5.0 |
1700 | 2023-11-07T05:15:32.420Z | Compiling terminal_size v0.2.6 |
1701 | 2023-11-07T05:15:32.611Z | Compiling phf_shared v0.11.2 |
1702 | 2023-11-07T05:15:32.661Z | Compiling block-padding v0.3.3 |
1703 | 2023-11-07T05:15:33.006Z | Compiling scheduled-thread-pool v0.2.7 |
1704 | 2023-11-07T05:15:33.151Z | Compiling postgres-protocol v0.6.6 |
1705 | 2023-11-07T05:15:33.200Z | Compiling clap_lex v0.5.1 |
1706 | 2023-11-07T05:15:33.296Z | Compiling matches v0.1.10 |
1707 | 2023-11-07T05:15:33.419Z | Compiling regex-automata v0.1.10 |
1708 | 2023-11-07T05:15:33.766Z | Compiling tap v1.0.1 |
1709 | 2023-11-07T05:15:33.869Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1710 | 2023-11-07T05:15:34.062Z | Compiling managed v0.8.0 |
1711 | 2023-11-07T05:15:34.161Z | Compiling bstr v0.2.17 |
1712 | 2023-11-07T05:15:34.438Z | Compiling postgres-types v0.2.6 |
1713 | 2023-11-07T05:15:35.173Z | Compiling wyz v0.5.1 |
1714 | 2023-11-07T05:15:35.815Z | Compiling clap_builder v4.4.2 |
1715 | 2023-11-07T05:15:36.340Z | Compiling idna v0.2.3 |
1716 | 2023-11-07T05:15:36.506Z | Compiling r2d2 v0.8.10 |
1717 | 2023-11-07T05:15:36.740Z | Compiling hyper v0.14.27 |
1718 | 2023-11-07T05:15:37.134Z | Compiling phf v0.11.2 |
1719 | 2023-11-07T05:15:37.527Z | Compiling inout v0.1.3 |
1720 | 2023-11-07T05:15:38.283Z | Compiling hubpack v0.1.2 |
1721 | 2023-11-07T05:15:38.930Z | Compiling ipnetwork v0.20.0 |
1722 | 2023-11-07T05:15:39.264Z | Compiling futures-executor v0.3.29 |
1723 | 2023-11-07T05:15:40.451Z | Compiling itertools v0.11.0 |
1724 | 2023-11-07T05:15:41.068Z | Compiling zerocopy v0.6.4 |
1725 | 2023-11-07T05:15:42.412Z | Compiling float-cmp v0.9.0 |
1726 | 2023-11-07T05:15:42.735Z | Compiling funty v2.0.0 |
1727 | 2023-11-07T05:15:43.263Z | Compiling predicates-core v1.0.6 |
1728 | 2023-11-07T05:15:43.603Z | Compiling data-encoding v2.4.0 |
1729 | 2023-11-07T05:15:43.654Z | Compiling difflib v0.4.0 |
1730 | 2023-11-07T05:15:43.715Z | Compiling whoami v1.4.1 |
1731 | 2023-11-07T05:15:44.560Z | Compiling static_assertions v1.1.0 |
1732 | 2023-11-07T05:15:44.665Z | Compiling regex-automata v0.3.8 |
1733 | 2023-11-07T05:15:44.817Z | Compiling normalize-line-endings v0.3.0 |
1734 | 2023-11-07T05:15:45.003Z | Compiling predicates v3.0.4 |
1735 | 2023-11-07T05:15:45.685Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1736 | 2023-11-07T05:15:45.723Z | Compiling bitvec v1.0.1 |
1737 | 2023-11-07T05:15:48.679Z | Compiling trust-dns-proto v0.22.0 |
1738 | 2023-11-07T05:15:49.125Z | Compiling tokio-postgres v0.7.10 |
1739 | 2023-11-07T05:15:49.935Z | Compiling hyper-tls v0.5.0 |
1740 | 2023-11-07T05:15:50.250Z | Compiling bstr v1.6.0 |
1741 | 2023-11-07T05:15:50.879Z | Compiling diesel v2.1.3 |
1742 | 2023-11-07T05:15:52.430Z | Compiling clap v4.4.3 |
1743 | 2023-11-07T05:15:52.572Z | Compiling yasna v0.5.2 |
1744 | 2023-11-07T05:15:52.668Z | Compiling futures v0.3.29 |
1745 | 2023-11-07T05:15:52.859Z | Compiling cipher v0.4.4 |
1746 | 2023-11-07T05:15:53.045Z | Compiling similar v2.2.1 |
1747 | 2023-11-07T05:15:53.740Z | Compiling signature v2.1.0 |
1748 | 2023-11-07T05:15:54.050Z | Compiling tokio-stream v0.1.14 |
1749 | 2023-11-07T05:15:55.289Z | Compiling usdt v0.3.5 |
1750 | 2023-11-07T05:15:55.390Z | Compiling hex v0.4.3 |
1751 | 2023-11-07T05:15:55.409Z | Compiling console v0.15.7 |
1752 | 2023-11-07T05:15:55.652Z | Compiling getopts v0.2.21 |
1753 | 2023-11-07T05:15:56.079Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1754 | 2023-11-07T05:15:56.382Z | Compiling unsafe-libyaml v0.2.9 |
1755 | 2023-11-07T05:15:57.053Z | Compiling ident_case v1.0.1 |
1756 | 2023-11-07T05:15:57.695Z | Compiling slog-async v2.8.0 |
1757 | 2023-11-07T05:15:57.972Z | Compiling paste v1.0.14 |
1758 | 2023-11-07T05:15:59.074Z | Compiling serde_yaml v0.9.25 |
1759 | 2023-11-07T05:15:59.198Z | Compiling darling_core v0.20.3 |
1760 | 2023-11-07T05:15:59.444Z | Compiling multer v2.1.0 |
1761 | 2023-11-07T05:15:59.709Z | Compiling async-stream-impl v0.3.5 |
1762 | 2023-11-07T05:15:59.961Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1763 | 2023-11-07T05:16:01.086Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1764 | 2023-11-07T05:16:03.202Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1765 | 2023-11-07T05:16:03.368Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1766 | 2023-11-07T05:16:05.624Z | Compiling structmeta-derive v0.2.0 |
1767 | 2023-11-07T05:16:05.937Z | Compiling regex-syntax v0.7.5 |
1768 | 2023-11-07T05:16:08.181Z | Compiling darling_macro v0.20.3 |
1769 | 2023-11-07T05:16:09.997Z | Compiling darling v0.20.3 |
1770 | 2023-11-07T05:16:10.028Z | Compiling serde_with_macros v2.3.3 |
1771 | 2023-11-07T05:16:10.053Z | Compiling structmeta v0.2.0 |
1772 | 2023-11-07T05:16:11.585Z | Compiling test-strategy v0.3.1 |
1773 | 2023-11-07T05:16:13.945Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1774 | 2023-11-07T05:16:16.212Z | Compiling parse-display-derive v0.8.2 |
1775 | 2023-11-07T05:16:21.069Z | Checking unicode-ident v1.0.12 |
1776 | 2023-11-07T05:16:49.207Z | Checking heck v0.4.1 |
1777 | 2023-11-07T05:17:17.758Z | Checking atty v0.2.14 |
1778 | 2023-11-07T05:17:19.271Z | Checking match_cfg v0.1.0 |
1779 | 2023-11-07T05:17:19.856Z | Checking hostname v0.3.1 |
1780 | 2023-11-07T05:17:20.326Z | Checking crossbeam-channel v0.5.8 |
1781 | 2023-11-07T05:17:20.418Z | Checking sha1 v0.10.5 |
1782 | 2023-11-07T05:17:20.742Z | Checking dirs-sys-next v0.1.2 |
1783 | 2023-11-07T05:17:21.011Z | Checking fastrand v2.0.0 |
1784 | 2023-11-07T05:17:21.084Z | Checking dirs-next v2.0.0 |
1785 | 2023-11-07T05:17:21.275Z | Checking thread_local v1.1.7 |
1786 | 2023-11-07T05:17:21.405Z | Checking tempfile v3.8.0 |
1787 | 2023-11-07T05:17:21.432Z | Checking term v0.7.0 |
1788 | 2023-11-07T05:17:21.601Z | Checking camino v1.1.6 |
1789 | 2023-11-07T05:17:21.761Z | Checking strum v0.25.0 |
1790 | 2023-11-07T05:17:21.817Z | Checking instant v0.1.12 |
1791 | 2023-11-07T05:17:21.930Z | Checking take_mut v0.2.2 |
1792 | 2023-11-07T05:17:22.007Z | Checking slog-term v2.9.0 |
1793 | 2023-11-07T05:17:22.112Z | Checking slog-json v2.6.1 |
1794 | 2023-11-07T05:17:22.214Z | Checking serde_with v2.3.3 |
1795 | 2023-11-07T05:17:22.314Z | Checking slog-bunyan v2.4.0 |
1796 | 2023-11-07T05:17:22.439Z | Checking atomic-waker v1.1.1 |
1797 | 2023-11-07T05:17:22.482Z | Checking debug-ignore v1.0.5 |
1798 | 2023-11-07T05:17:22.503Z | Checking waitgroup v0.1.2 |
1799 | 2023-11-07T05:17:22.615Z | Checking async-stream v0.3.5 |
1800 | 2023-11-07T05:17:22.716Z | Checking serde_path_to_error v0.1.14 |
1801 | 2023-11-07T05:17:22.805Z | Checking backoff v0.4.0 |
1802 | 2023-11-07T05:17:22.921Z | Checking toml_edit v0.20.7 |
1803 | 2023-11-07T05:17:22.986Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1804 | 2023-11-07T05:17:23.103Z | Checking macaddr v1.0.1 |
1805 | 2023-11-07T05:17:23.150Z | Checking quick-error v1.2.3 |
1806 | 2023-11-07T05:17:23.509Z | Compiling proc-macro-crate v1.3.1 |
1807 | 2023-11-07T05:17:23.677Z | Checking wait-timeout v0.2.0 |
1808 | 2023-11-07T05:17:24.632Z | Compiling crucible-workspace-hack v0.1.0 |
1809 | 2023-11-07T05:17:25.067Z | Checking rusty-fork v0.3.0 |
1810 | 2023-11-07T05:17:26.008Z | Checking rand_xorshift v0.3.0 |
1811 | 2023-11-07T05:17:26.522Z | Checking unarray v0.1.4 |
1812 | 2023-11-07T05:17:26.575Z | Checking toml v0.8.6 |
1813 | 2023-11-07T05:17:26.617Z | Checking parse-display v0.8.2 |
1814 | 2023-11-07T05:17:26.663Z | Compiling proc-macro-error-attr v1.0.4 |
1815 | 2023-11-07T05:17:26.718Z | Compiling proc-macro-error v1.0.4 |
1816 | 2023-11-07T05:17:26.775Z | Checking proptest v1.3.1 |
1817 | 2023-11-07T05:17:26.789Z | Compiling num_enum_derive v0.5.11 |
1818 | 2023-11-07T05:17:26.805Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1819 | 2023-11-07T05:17:26.822Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1820 | 2023-11-07T05:17:26.843Z | Compiling foreign-types-macros v0.2.3 |
1821 | 2023-11-07T05:17:26.859Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1822 | 2023-11-07T05:17:26.872Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1823 | 2023-11-07T05:17:26.911Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1824 | 2023-11-07T05:17:26.956Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1825 | 2023-11-07T05:17:27.066Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1826 | 2023-11-07T05:17:27.127Z | Compiling zone_cfg_derive v0.3.0 |
1827 | 2023-11-07T05:17:27.140Z | Compiling mockall_derive v0.11.4 |
1828 | 2023-11-07T05:17:27.144Z | Compiling num-derive v0.4.0 |
1829 | 2023-11-07T05:17:33.212Z | Checking base64ct v1.6.0 |
1830 | 2023-11-07T05:17:50.761Z | Checking is-terminal v0.4.9 |
1831 | 2023-11-07T05:17:59.664Z | Compiling slog-dtrace v0.2.3 |
1832 | 2023-11-07T05:17:59.687Z | Checking termtree v0.4.1 |
1833 | 2023-11-07T05:17:59.772Z | Checking password-hash v0.5.0 |
1834 | 2023-11-07T05:17:59.956Z | Checking predicates-tree v1.0.9 |
1835 | 2023-11-07T05:18:00.161Z | Checking blake2 v0.10.6 |
1836 | 2023-11-07T05:18:00.182Z | Checking num_enum v0.5.11 |
1837 | 2023-11-07T05:18:00.399Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1838 | 2023-11-07T05:18:00.479Z | Checking postcard-cobs v0.1.5-pre |
1839 | 2023-11-07T05:18:00.713Z | Compiling cancel-safe-futures v0.1.5 |
1840 | 2023-11-07T05:18:00.785Z | Checking argon2 v0.5.2 |
1841 | 2023-11-07T05:18:00.926Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1842 | 2023-11-07T05:18:01.263Z | Checking postcard v0.7.3 |
1843 | 2023-11-07T05:18:01.288Z | Checking smoltcp v0.8.2 |
1844 | 2023-11-07T05:18:01.782Z | Checking base64 v0.13.1 |
1845 | 2023-11-07T05:18:01.870Z | Checking foreign-types-shared v0.3.1 |
1846 | 2023-11-07T05:18:02.034Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-11-07T05:18:02.222Z | Checking cfg-if v0.1.10 |
1848 | 2023-11-07T05:18:02.338Z | Checking foreign-types v0.5.0 |
1849 | 2023-11-07T05:18:02.500Z | Checking cstr-argument v0.1.2 |
1850 | 2023-11-07T05:18:02.606Z | Checking pretty-hex v0.2.1 |
1851 | 2023-11-07T05:18:02.709Z | Checking colored v2.0.4 |
1852 | 2023-11-07T05:18:02.749Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1853 | 2023-11-07T05:18:02.808Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1854 | 2023-11-07T05:18:02.926Z | Checking predicates v2.1.5 |
1855 | 2023-11-07T05:18:03.197Z | Checking fragile v2.0.0 |
1856 | 2023-11-07T05:18:03.386Z | Checking downcast v0.11.0 |
1857 | 2023-11-07T05:18:03.679Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1858 | 2023-11-07T05:18:04.004Z | Checking mockall v0.11.4 |
1859 | 2023-11-07T05:18:04.033Z | Checking zone v0.3.0 |
1860 | 2023-11-07T05:18:04.289Z | Checking smf v0.2.2 |
1861 | 2023-11-07T05:18:04.704Z | Compiling der_derive v0.7.2 |
1862 | 2023-11-07T05:18:04.774Z | Checking filetime v0.2.22 |
1863 | 2023-11-07T05:18:05.026Z | Checking xattr v1.0.1 |
1864 | 2023-11-07T05:18:05.062Z | Compiling heck v0.3.3 |
1865 | 2023-11-07T05:18:05.555Z | Checking tar v0.4.40 |
1866 | 2023-11-07T05:18:05.596Z | Compiling libefi-sys v0.1.0 |
1867 | 2023-11-07T05:18:05.854Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1868 | 2023-11-07T05:18:05.954Z | Compiling structopt-derive v0.4.18 |
1869 | 2023-11-07T05:18:06.055Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1870 | 2023-11-07T05:18:06.141Z | Compiling memoffset v0.7.1 |
1871 | 2023-11-07T05:18:06.427Z | Compiling maybe-uninit v2.0.0 |
1872 | 2023-11-07T05:18:06.792Z | Checking pem v1.1.1 |
1873 | 2023-11-07T05:18:06.817Z | Checking camino-tempfile v1.0.2 |
1874 | 2023-11-07T05:18:07.124Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2023-11-07T05:18:07.168Z | Compiling packed_struct v0.10.1 |
1876 | 2023-11-07T05:18:07.206Z | Compiling packed_struct_codegen v0.10.1 |
1877 | 2023-11-07T05:18:07.596Z | Compiling signal-hook v0.3.17 |
1878 | 2023-11-07T05:18:07.778Z | Checking headers-core v0.2.0 |
1879 | 2023-11-07T05:18:07.969Z | Checking headers v0.3.9 |
1880 | 2023-11-07T05:18:08.018Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1881 | 2023-11-07T05:18:08.038Z | Checking pem v3.0.2 |
1882 | 2023-11-07T05:18:08.836Z | Checking rcgen v0.11.3 |
1883 | 2023-11-07T05:18:09.253Z | Checking atomicwrites v0.4.2 |
1884 | 2023-11-07T05:18:09.258Z | Checking subprocess v0.2.9 |
1885 | 2023-11-07T05:18:09.465Z | Compiling num-rational v0.4.1 |
1886 | 2023-11-07T05:18:09.616Z | Compiling same-file v1.0.6 |
1887 | 2023-11-07T05:18:09.736Z | Checking termcolor v1.2.0 |
1888 | 2023-11-07T05:18:09.965Z | Compiling walkdir v2.4.0 |
1889 | 2023-11-07T05:18:10.085Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1890 | 2023-11-07T05:18:10.226Z | Compiling semver-parser v0.10.2 |
1891 | 2023-11-07T05:18:10.384Z | Checking linked-hash-map v0.5.6 |
1892 | 2023-11-07T05:18:10.876Z | Checking lru-cache v0.1.2 |
1893 | 2023-11-07T05:18:11.140Z | Compiling home v0.5.5 |
1894 | 2023-11-07T05:18:11.535Z | Compiling semver v0.11.0 |
1895 | 2023-11-07T05:18:11.581Z | Compiling toml v0.5.11 |
1896 | 2023-11-07T05:18:12.209Z | Compiling toolchain_find v0.2.0 |
1897 | 2023-11-07T05:18:12.619Z | Compiling doc-comment v0.3.3 |
1898 | 2023-11-07T05:18:12.954Z | Checking ciborium-io v0.2.1 |
1899 | 2023-11-07T05:18:13.120Z | Checking half v1.8.2 |
1900 | 2023-11-07T05:18:13.665Z | Checking arc-swap v1.6.0 |
1901 | 2023-11-07T05:18:13.738Z | Compiling convert_case v0.4.0 |
1902 | 2023-11-07T05:18:13.782Z | Checking ciborium-ll v0.2.1 |
1903 | 2023-11-07T05:18:14.232Z | Checking ciborium v0.2.1 |
1904 | 2023-11-07T05:18:15.582Z | Compiling rustfmt-wrapper v0.2.0 |
1905 | 2023-11-07T05:18:15.604Z | Checking slog-scope v4.4.0 |
1906 | 2023-11-07T05:18:15.609Z | Compiling derive_more v0.99.17 |
1907 | 2023-11-07T05:18:15.636Z | Checking slog-stdlog v4.1.1 |
1908 | 2023-11-07T05:18:16.249Z | Compiling structmeta-derive v0.1.6 |
1909 | 2023-11-07T05:18:16.597Z | Compiling snafu-derive v0.7.5 |
1910 | 2023-11-07T05:18:17.128Z | Checking slog-envlogger v2.2.0 |
1911 | 2023-11-07T05:18:17.445Z | Compiling derive-where v1.2.5 |
1912 | 2023-11-07T05:18:18.075Z | Checking pem-rfc7468 v0.7.0 |
1913 | 2023-11-07T05:18:18.486Z | Checking newline-converter v0.3.0 |
1914 | 2023-11-07T05:18:18.703Z | Checking hkdf v0.12.3 |
1915 | 2023-11-07T05:18:18.723Z | Compiling libz-sys v1.1.12 |
1916 | 2023-11-07T05:18:19.018Z | Compiling parking_lot_core v0.8.6 |
1917 | 2023-11-07T05:18:19.551Z | Checking flagset v0.4.3 |
1918 | 2023-11-07T05:18:19.696Z | Checking expectorate v1.1.0 |
1919 | 2023-11-07T05:18:19.828Z | Checking der v0.7.8 |
1920 | 2023-11-07T05:18:19.928Z | Checking resolv-conf v0.7.0 |
1921 | 2023-11-07T05:18:20.543Z | Checking textwrap v0.11.0 |
1922 | 2023-11-07T05:18:20.595Z | Compiling structmeta v0.1.6 |
1923 | 2023-11-07T05:18:20.790Z | Checking keccak v0.1.4 |
1924 | 2023-11-07T05:18:21.208Z | Compiling parse-display-derive v0.7.0 |
1925 | 2023-11-07T05:18:21.265Z | Checking ansi_term v0.12.1 |
1926 | 2023-11-07T05:18:21.757Z | Compiling semver v0.1.20 |
1927 | 2023-11-07T05:18:22.736Z | Checking vec_map v0.8.2 |
1928 | 2023-11-07T05:18:22.813Z | Checking strsim v0.8.0 |
1929 | 2023-11-07T05:18:22.964Z | Compiling rustc_version v0.1.7 |
1930 | 2023-11-07T05:18:22.984Z | Checking spki v0.7.2 |
1931 | 2023-11-07T05:18:23.094Z | Checking sha3 v0.10.8 |
1932 | 2023-11-07T05:18:23.129Z | Checking clap v2.34.0 |
1933 | 2023-11-07T05:18:23.429Z | Checking trust-dns-resolver v0.22.0 |
1934 | 2023-11-07T05:18:23.890Z | Checking secrecy v0.8.0 |
1935 | 2023-11-07T05:18:24.076Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1936 | 2023-11-07T05:18:24.634Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1937 | 2023-11-07T05:18:25.489Z | Compiling newtype_derive v0.1.6 |
1938 | 2023-11-07T05:18:25.946Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1939 | 2023-11-07T05:18:25.986Z | Checking fxhash v0.2.1 |
1940 | 2023-11-07T05:18:26.342Z | Compiling libsqlite3-sys v0.26.0 |
1941 | 2023-11-07T05:18:26.526Z | Checking crc-catalog v2.2.0 |
1942 | 2023-11-07T05:18:26.773Z | Checking crc v3.0.1 |
1943 | 2023-11-07T05:18:26.972Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1944 | 2023-11-07T05:18:27.019Z | Checking pkcs8 v0.10.2 |
1945 | 2023-11-07T05:18:27.344Z | Compiling vergen v8.2.4 |
1946 | 2023-11-07T05:18:27.458Z | Checking nodrop v0.1.14 |
1947 | 2023-11-07T05:18:27.595Z | Checking pkcs1 v0.7.5 |
1948 | 2023-11-07T05:18:27.691Z | Checking array-init v0.0.4 |
1949 | 2023-11-07T05:18:27.923Z | Checking smallvec v0.6.14 |
1950 | 2023-11-07T05:18:28.067Z | Checking structopt v0.3.26 |
1951 | 2023-11-07T05:18:30.914Z | Checking bitfield v0.14.0 |
1952 | 2023-11-07T05:18:31.335Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1953 | 2023-11-07T05:18:31.951Z | Checking x509-cert v0.2.4 |
1954 | 2023-11-07T05:18:32.558Z | Checking serde-hex v0.1.0 |
1955 | 2023-11-07T05:18:33.366Z | Checking env_logger v0.10.0 |
1956 | 2023-11-07T05:18:33.450Z | Checking rsa v0.9.2 |
1957 | 2023-11-07T05:18:34.181Z | Checking ron v0.8.1 |
1958 | 2023-11-07T05:18:34.859Z | Compiling buf-list v1.0.3 |
1959 | 2023-11-07T05:18:35.394Z | Checking crc-any v2.4.3 |
1960 | 2023-11-07T05:18:36.190Z | Checking humantime v2.1.0 |
1961 | 2023-11-07T05:18:37.777Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2023-11-07T05:18:39.278Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1963 | 2023-11-07T05:18:41.594Z | Checking object v0.30.4 |
1964 | 2023-11-07T05:19:00.032Z | Checking path-slash v0.1.5 |
1965 | 2023-11-07T05:19:01.253Z | Checking utf-8 v0.7.6 |
1966 | 2023-11-07T05:19:02.642Z | Compiling num_enum_derive v0.7.0 |
1967 | 2023-11-07T05:19:02.758Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1968 | 2023-11-07T05:19:02.889Z | Compiling unicase v2.7.0 |
1969 | 2023-11-07T05:19:02.961Z | Compiling rayon-core v1.12.0 |
1970 | 2023-11-07T05:19:03.079Z | Compiling salty v0.2.0 |
1971 | 2023-11-07T05:19:03.175Z | Compiling platforms v3.0.2 |
1972 | 2023-11-07T05:19:03.286Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1973 | 2023-11-07T05:19:04.358Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1974 | 2023-11-07T05:19:04.538Z | Checking num-complex v0.4.4 |
1975 | 2023-11-07T05:19:04.643Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1976 | 2023-11-07T05:19:04.791Z | Compiling erased-serde v0.3.30 |
1977 | 2023-11-07T05:19:04.854Z | Compiling curve25519-dalek v4.1.0 |
1978 | 2023-11-07T05:19:04.925Z | Compiling bitstruct_derive v0.1.0 |
1979 | 2023-11-07T05:19:04.993Z | Compiling async-recursion v1.0.5 |
1980 | 2023-11-07T05:19:05.033Z | Compiling glob v0.3.1 |
1981 | 2023-11-07T05:19:05.089Z | Checking num v0.4.1 |
1982 | 2023-11-07T05:19:05.176Z | Compiling mime_guess v2.0.4 |
1983 | 2023-11-07T05:19:05.208Z | Checking tungstenite v0.18.0 |
1984 | 2023-11-07T05:19:05.265Z | Compiling thiserror-impl-no-std v2.0.2 |
1985 | 2023-11-07T05:19:05.306Z | Compiling curve25519-dalek-derive v0.1.0 |
1986 | 2023-11-07T05:19:05.387Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1987 | 2023-11-07T05:19:05.480Z | Checking universal-hash v0.5.1 |
1988 | 2023-11-07T05:19:05.575Z | Checking tokio-tungstenite v0.18.0 |
1989 | 2023-11-07T05:19:05.707Z | Checking nibble_vec v0.1.0 |
1990 | 2023-11-07T05:19:05.776Z | Checking endian-type v0.1.2 |
1991 | 2023-11-07T05:19:05.823Z | Compiling crunchy v0.2.2 |
1992 | 2023-11-07T05:19:05.832Z | Checking opaque-debug v0.3.0 |
1993 | 2023-11-07T05:19:06.009Z | Checking radix_trie v0.2.1 |
1994 | 2023-11-07T05:19:06.155Z | Checking snafu v0.7.5 |
1995 | 2023-11-07T05:19:06.289Z | Checking linear-map v1.2.0 |
1996 | 2023-11-07T05:19:06.340Z | Compiling tiny-keccak v2.0.2 |
1997 | 2023-11-07T05:19:06.460Z | Checking parking_lot v0.11.2 |
1998 | 2023-11-07T05:19:06.513Z | Checking trust-dns-client v0.22.0 |
1999 | 2023-11-07T05:19:06.583Z | Compiling clang-sys v1.6.1 |
2000 | 2023-11-07T05:19:06.629Z | Checking aead v0.5.2 |
2001 | 2023-11-07T05:19:06.713Z | Compiling darling_core v0.14.4 |
2002 | 2023-11-07T05:19:06.761Z | Compiling prettyplease v0.2.12 |
2003 | 2023-11-07T05:19:06.787Z | Checking sled v0.34.7 |
2004 | 2023-11-07T05:19:06.833Z | Compiling ascii-canvas v3.0.0 |
2005 | 2023-11-07T05:19:06.939Z | Checking parse-display v0.7.0 |
2006 | 2023-11-07T05:19:07.062Z | Checking trust-dns-server v0.22.1 |
2007 | 2023-11-07T05:19:07.134Z | Compiling const_format_proc_macros v0.2.31 |
2008 | 2023-11-07T05:19:07.219Z | Compiling ena v0.14.2 |
2009 | 2023-11-07T05:19:07.306Z | Compiling diff v0.1.13 |
2010 | 2023-11-07T05:19:07.414Z | Checking pretty-hex v0.3.0 |
2011 | 2023-11-07T05:19:07.508Z | Checking signature v1.6.4 |
2012 | 2023-11-07T05:19:07.552Z | Compiling portable-atomic v1.4.3 |
2013 | 2023-11-07T05:19:07.566Z | Compiling minimal-lexical v0.2.1 |
2014 | 2023-11-07T05:19:07.655Z | Compiling nom v7.1.3 |
2015 | 2023-11-07T05:19:07.669Z | Checking ed25519 v1.5.3 |
2016 | 2023-11-07T05:19:07.841Z | Compiling lalrpop v0.19.12 |
2017 | 2023-11-07T05:19:07.891Z | Checking path-dedot v3.1.0 |
2018 | 2023-11-07T05:19:08.020Z | Compiling libloading v0.7.4 |
2019 | 2023-11-07T05:19:08.061Z | Compiling ref-cast v1.0.20 |
2020 | 2023-11-07T05:19:08.154Z | Compiling bindgen v0.65.1 |
2021 | 2023-11-07T05:19:08.168Z | Checking path-absolutize v3.1.0 |
2022 | 2023-11-07T05:19:08.227Z | Compiling darling_macro v0.14.4 |
2023 | 2023-11-07T05:19:08.298Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2024 | 2023-11-07T05:19:08.336Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2025 | 2023-11-07T05:19:08.501Z | Compiling cexpr v0.6.0 |
2026 | 2023-11-07T05:19:08.525Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2027 | 2023-11-07T05:19:08.557Z | Compiling darling v0.14.4 |
2028 | 2023-11-07T05:19:08.725Z | Compiling derive_builder_core v0.12.0 |
2029 | 2023-11-07T05:19:08.833Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2030 | 2023-11-07T05:19:08.972Z | Checking globset v0.4.13 |
2031 | 2023-11-07T05:19:09.073Z | Checking crossbeam-deque v0.8.3 |
2032 | 2023-11-07T05:19:09.566Z | Checking hashlink v0.8.3 |
2033 | 2023-11-07T05:19:09.590Z | Checking olpc-cjson v0.1.3 |
2034 | 2023-11-07T05:19:09.613Z | Checking serde-big-array v0.4.1 |
2035 | 2023-11-07T05:19:09.625Z | Checking serde-big-array v0.5.1 |
2036 | 2023-11-07T05:19:09.652Z | Checking serde_plain v1.0.2 |
2037 | 2023-11-07T05:19:09.663Z | Compiling which v4.4.0 |
2038 | 2023-11-07T05:19:09.696Z | Compiling ref-cast-impl v1.0.20 |
2039 | 2023-11-07T05:19:09.761Z | Compiling libxml v0.3.3 |
2040 | 2023-11-07T05:19:09.781Z | Compiling lazycell v1.3.0 |
2041 | 2023-11-07T05:19:09.829Z | Compiling peeking_take_while v0.1.2 |
2042 | 2023-11-07T05:19:09.846Z | Checking fallible-streaming-iterator v0.1.9 |
2043 | 2023-11-07T05:19:09.859Z | Compiling rustc-hash v1.1.0 |
2044 | 2023-11-07T05:19:09.876Z | Compiling shlex v1.1.0 |
2045 | 2023-11-07T05:19:09.899Z | Checking rusqlite v0.29.0 |
2046 | 2023-11-07T05:19:09.917Z | Compiling derive_builder_macro v0.12.0 |
2047 | 2023-11-07T05:19:09.933Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2048 | 2023-11-07T05:19:09.948Z | Checking steno v0.4.0 |
2049 | 2023-11-07T05:19:09.961Z | Checking signal-hook-tokio v0.3.1 |
2050 | 2023-11-07T05:19:09.980Z | Checking nix v0.26.2 |
2051 | 2023-11-07T05:19:10.003Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2052 | 2023-11-07T05:19:10.020Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2053 | 2023-11-07T05:19:10.037Z | Checking twox-hash v1.6.3 |
2054 | 2023-11-07T05:19:10.060Z | Checking ff v0.13.0 |
2055 | 2023-11-07T05:19:10.075Z | Compiling strum_macros v0.24.3 |
2056 | 2023-11-07T05:19:10.088Z | Checking corncobs v0.1.3 |
2057 | 2023-11-07T05:19:10.102Z | Checking display-error-chain v0.2.0 |
2058 | 2023-11-07T05:19:10.520Z | Compiling indoc v1.0.9 |
2059 | 2023-11-07T05:19:10.534Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2060 | 2023-11-07T05:19:10.544Z | Checking group v0.13.0 |
2061 | 2023-11-07T05:19:10.555Z | Checking polyval v0.6.1 |
2062 | 2023-11-07T05:19:10.587Z | Checking num_enum v0.7.0 |
2063 | 2023-11-07T05:19:11.007Z | Checking ctr v0.9.2 |
2064 | 2023-11-07T05:19:11.026Z | Checking aes v0.8.3 |
2065 | 2023-11-07T05:19:11.040Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2066 | 2023-11-07T05:19:11.059Z | Checking crypto-bigint v0.5.2 |
2067 | 2023-11-07T05:19:11.095Z | Checking bincode v1.3.3 |
2068 | 2023-11-07T05:19:11.230Z | Compiling cookie v0.16.2 |
2069 | 2023-11-07T05:19:11.249Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2070 | 2023-11-07T05:19:11.257Z | Checking base16ct v0.2.0 |
2071 | 2023-11-07T05:19:11.269Z | Checking aes-gcm-siv v0.11.1 |
2072 | 2023-11-07T05:19:11.279Z | Checking elliptic-curve v0.13.5 |
2073 | 2023-11-07T05:19:11.290Z | Checking rayon v1.8.0 |
2074 | 2023-11-07T05:19:11.305Z | Checking thiserror-no-std v2.0.2 |
2075 | 2023-11-07T05:19:11.314Z | Checking poly1305 v0.8.0 |
2076 | 2023-11-07T05:19:11.327Z | Checking env_logger v0.9.3 |
2077 | 2023-11-07T05:19:11.337Z | Checking chacha20 v0.9.1 |
2078 | 2023-11-07T05:19:11.367Z | Compiling impl-trait-for-tuples v0.2.2 |
2079 | 2023-11-07T05:19:11.374Z | Compiling oso-derive v0.27.0 |
2080 | 2023-11-07T05:19:11.382Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2081 | 2023-11-07T05:19:11.399Z | Checking ascii v1.1.0 |
2082 | 2023-11-07T05:19:11.406Z | Checking ringbuffer v0.15.0 |
2083 | 2023-11-07T05:19:11.414Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2084 | 2023-11-07T05:19:11.420Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2085 | 2023-11-07T05:19:11.427Z | Checking chacha20poly1305 v0.10.1 |
2086 | 2023-11-07T05:19:11.436Z | Checking vsss-rs v3.3.1 |
2087 | 2023-11-07T05:19:12.584Z | Checking bitstruct v0.1.1 |
2088 | 2023-11-07T05:19:13.021Z | Checking tungstenite v0.20.1 |
2089 | 2023-11-07T05:19:13.629Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2090 | 2023-11-07T05:19:14.144Z | Checking serde_arrays v0.1.0 |
2091 | 2023-11-07T05:19:14.310Z | Checking tokio-tungstenite v0.20.1 |
2092 | 2023-11-07T05:19:17.469Z | Checking assert_matches v1.5.0 |
2093 | 2023-11-07T05:19:21.059Z | Checking bcs v0.1.6 |
2094 | 2023-11-07T05:19:21.715Z | Checking highway v1.1.0 |
2095 | 2023-11-07T05:19:21.887Z | Checking const_format v0.2.31 |
2096 | 2023-11-07T05:19:22.517Z | Checking ron v0.7.1 |
2097 | 2023-11-07T05:19:22.727Z | Checking bit_field v0.10.2 |
2098 | 2023-11-07T05:19:23.319Z | Checking http-range v0.1.5 |
2099 | 2023-11-07T05:19:23.578Z | Checking hyper-staticfile v0.9.5 |
2100 | 2023-11-07T05:19:24.385Z | Compiling indoc v2.0.3 |
2101 | 2023-11-07T05:19:26.242Z | Checking derive_builder v0.12.0 |
2102 | 2023-11-07T05:19:28.946Z | Checking bb8 v0.8.1 |
2103 | 2023-11-07T05:19:29.109Z | Checking quick-xml v0.23.1 |
2104 | 2023-11-07T05:19:29.328Z | Checking bytesize v1.3.0 |
2105 | 2023-11-07T05:19:29.587Z | Checking number_prefix v0.4.0 |
2106 | 2023-11-07T05:19:29.878Z | Checking fs-err v2.9.0 |
2107 | 2023-11-07T05:19:30.012Z | Checking maplit v1.0.2 |
2108 | 2023-11-07T05:19:30.369Z | Checking indicatif v0.17.7 |
2109 | 2023-11-07T05:19:30.833Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2110 | 2023-11-07T05:19:33.160Z | Checking signal-hook-mio v0.2.3 |
2111 | 2023-11-07T05:19:33.894Z | Compiling vte_generate_state_changes v0.1.1 |
2112 | 2023-11-07T05:19:38.987Z | Checking unicode-linebreak v0.1.5 |
2113 | 2023-11-07T05:19:39.118Z | Checking smawk v0.3.1 |
2114 | 2023-11-07T05:19:39.469Z | Checking yansi v0.5.1 |
2115 | 2023-11-07T05:19:40.201Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-07T05:19:40.358Z | Checking textwrap v0.16.0 |
2117 | 2023-11-07T05:19:41.730Z | Checking crossterm v0.27.0 |
2118 | 2023-11-07T05:19:43.076Z | Checking fatfs v0.3.6 |
2119 | 2023-11-07T05:19:43.671Z | Checking plotters-backend v0.3.5 |
2120 | 2023-11-07T05:19:43.857Z | Checking cassowary v0.3.0 |
2121 | 2023-11-07T05:19:44.278Z | Checking plotters-svg v0.3.5 |
2122 | 2023-11-07T05:19:44.493Z | Checking ratatui v0.23.0 |
2123 | 2023-11-07T05:19:45.774Z | Checking rand v0.4.6 |
2124 | 2023-11-07T05:19:46.786Z | Checking rtoolbox v0.0.1 |
2125 | 2023-11-07T05:19:47.069Z | Checking owo-colors v3.5.0 |
2126 | 2023-11-07T05:19:47.251Z | Checking remove_dir_all v0.5.3 |
2127 | 2023-11-07T05:19:47.388Z | Checking cast v0.3.0 |
2128 | 2023-11-07T05:19:48.164Z | Checking criterion-plot v0.5.0 |
2129 | 2023-11-07T05:19:48.437Z | Checking tui-tree-widget v0.13.0 |
2130 | 2023-11-07T05:19:48.527Z | Checking tempdir v0.3.7 |
2131 | 2023-11-07T05:19:48.765Z | Checking rpassword v7.2.0 |
2132 | 2023-11-07T05:19:48.882Z | Checking plotters v0.3.5 |
2133 | 2023-11-07T05:19:51.415Z | Checking tinytemplate v1.2.1 |
2134 | 2023-11-07T05:19:51.678Z | Checking anes v0.1.6 |
2135 | 2023-11-07T05:19:51.723Z | Checking shell-words v1.1.0 |
2136 | 2023-11-07T05:19:51.969Z | Checking oorandom v11.1.3 |
2137 | 2023-11-07T05:19:52.227Z | Checking criterion v0.5.1 |
2138 | 2023-11-07T05:19:58.113Z | Checking assert_cmd v2.0.12 |
2139 | 2023-11-07T05:19:58.354Z | Checking dashmap v5.5.1 |
2140 | 2023-11-07T05:19:58.739Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-11-07T05:19:59.425Z | Compiling crossbeam-queue v0.3.8 |
2142 | 2023-11-07T05:20:00.382Z | Checking serial_test v0.10.0 |
2143 | 2023-11-07T05:20:00.765Z | Checking vte v0.11.1 |
2144 | 2023-11-07T05:20:00.889Z | Checking threadpool v1.8.1 |
2145 | 2023-11-07T05:20:01.559Z | Checking libtest-mimic v0.6.1 |
2146 | 2023-11-07T05:20:02.219Z | Checking crossterm v0.26.1 |
2147 | 2023-11-07T05:20:03.558Z | Checking strip-ansi-escapes v0.2.0 |
2148 | 2023-11-07T05:20:03.594Z | Compiling tabled_derive v0.6.0 |
2149 | 2023-11-07T05:20:04.207Z | Checking httptest v0.15.5 |
2150 | 2023-11-07T05:20:05.038Z | Checking similar-asserts v1.5.0 |
2151 | 2023-11-07T05:20:05.128Z | Checking fd-lock v3.0.13 |
2152 | 2023-11-07T05:20:05.142Z | Checking nanorand v0.7.0 |
2153 | 2023-11-07T05:20:05.152Z | Compiling rstest_macros v0.18.2 |
2154 | 2023-11-07T05:20:05.162Z | Checking nu-ansi-term v0.49.0 |
2155 | 2023-11-07T05:20:05.543Z | Checking flume v0.11.0 |
2156 | 2023-11-07T05:20:05.757Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-07T05:20:05.834Z | Checking reedline v0.23.0 |
2158 | 2023-11-07T05:20:07.088Z | Compiling pin-project-internal v1.1.3 |
2159 | 2023-11-07T05:20:07.950Z | Compiling trybuild v1.0.85 |
2160 | 2023-11-07T05:20:08.068Z | Checking topological-sort v0.2.2 |
2161 | 2023-11-07T05:20:08.339Z | Checking swrite v0.1.0 |
2162 | 2023-11-07T05:20:09.543Z | Checking constant_time_eq v0.2.6 |
2163 | 2023-11-07T05:20:11.125Z | Checking arrayref v0.3.7 |
2164 | 2023-11-07T05:20:11.129Z | Compiling relative-path v1.9.0 |
2165 | 2023-11-07T05:20:11.132Z | Checking arrayvec v0.7.4 |
2166 | 2023-11-07T05:20:11.135Z | Checking bytecount v0.6.3 |
2167 | 2023-11-07T05:20:11.140Z | Checking papergrid v0.10.0 |
2168 | 2023-11-07T05:20:11.143Z | Checking blake2b_simd v1.0.1 |
2169 | 2023-11-07T05:20:11.268Z | Checking basic-toml v0.1.4 |
2170 | 2023-11-07T05:20:11.508Z | Checking pin-project v1.1.3 |
2171 | 2023-11-07T05:20:11.980Z | Checking constant_time_eq v0.3.0 |
2172 | 2023-11-07T05:20:12.148Z | Checking futures-timer v3.0.2 |
2173 | 2023-11-07T05:20:12.456Z | Checking rust-argon2 v1.0.1 |
2174 | 2023-11-07T05:20:13.047Z | Checking partial-io v0.5.4 |
2175 | 2023-11-07T05:20:13.472Z | Checking tabled v0.14.0 |
2176 | 2023-11-07T05:20:14.584Z | Checking cargo-platform v0.1.3 |
2177 | 2023-11-07T05:20:14.805Z | Checking approx v0.5.1 |
2178 | 2023-11-07T05:20:15.027Z | Checking hex-literal v0.4.1 |
2179 | 2023-11-07T05:20:15.172Z | Checking cargo_metadata v0.18.0 |
2180 | 2023-11-07T05:20:18.113Z | Checking crossbeam v0.8.2 |
2181 | 2023-11-07T05:20:18.271Z | Checking cargo_toml v0.16.3 |
2182 | 2023-11-07T05:20:18.980Z | Checking termios v0.3.3 |
2183 | 2023-11-07T05:20:21.503Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2184 | 2023-11-07T05:20:22.088Z | Checking rstest v0.18.2 |
2185 | 2023-11-07T05:20:36.763Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2186 | 2023-11-07T05:20:44.502Z | Compiling bzip2 v0.4.4 |
2187 | 2023-11-07T05:20:45.094Z | Compiling zip v0.6.6 |
2188 | 2023-11-07T05:20:48.649Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2189 | 2023-11-07T05:20:48.886Z | Compiling polar-core v0.27.0 |
2190 | 2023-11-07T05:20:56.622Z | Checking rustls-webpki v0.101.7 |
2191 | 2023-11-07T05:21:23.885Z | Checking tokio-rustls v0.24.1 |
2192 | 2023-11-07T05:21:25.183Z | Checking hyper-rustls v0.24.2 |
2193 | 2023-11-07T05:21:25.457Z | Checking reqwest v0.11.20 |
2194 | 2023-11-07T05:21:25.690Z | Checking oso v0.27.0 |
2195 | 2023-11-07T05:21:26.035Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2196 | 2023-11-07T05:21:26.305Z | Checking tough v0.14.0 |
2197 | 2023-11-07T05:21:26.549Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2198 | 2023-11-07T05:21:26.632Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2199 | 2023-11-07T05:21:26.688Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2200 | 2023-11-07T05:21:26.753Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2201 | 2023-11-07T05:21:26.839Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2202 | 2023-11-07T05:21:27.024Z | Compiling omicron-zone-package v0.8.3 |
2203 | 2023-11-07T05:21:27.084Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2204 | 2023-11-07T05:21:27.189Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2205 | 2023-11-07T05:21:27.264Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2206 | 2023-11-07T05:21:27.339Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2207 | 2023-11-07T05:21:27.502Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2208 | 2023-11-07T05:21:27.630Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2209 | 2023-11-07T05:21:27.735Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2210 | 2023-11-07T05:21:28.198Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2211 | 2023-11-07T05:21:28.264Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2212 | 2023-11-07T05:21:28.820Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2213 | 2023-11-07T05:21:28.990Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2214 | 2023-11-07T05:21:29.255Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2215 | 2023-11-07T05:21:29.266Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2216 | 2023-11-07T05:21:29.726Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2217 | 2023-11-07T05:21:31.199Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2218 | 2023-11-07T05:21:32.302Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2219 | 2023-11-07T05:21:33.383Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2220 | 2023-11-07T05:21:41.451Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2221 | 2023-11-07T05:21:41.471Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2222 | 2023-11-07T05:21:41.961Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2223 | 2023-11-07T05:21:44.208Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2224 | 2023-11-07T05:21:45.330Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2225 | 2023-11-07T05:21:45.337Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2226 | 2023-11-07T05:21:48.178Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2227 | 2023-11-07T05:21:48.448Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2228 | 2023-11-07T05:21:48.672Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2229 | 2023-11-07T05:21:48.784Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2230 | 2023-11-07T05:21:48.909Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2231 | 2023-11-07T05:21:59.560Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2023-11-07T05:22:00.272Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2233 | 2023-11-07T05:22:00.971Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2234 | 2023-11-07T05:22:01.192Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2235 | 2023-11-07T05:22:01.342Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2236 | 2023-11-07T05:22:01.362Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2237 | 2023-11-07T05:22:05.939Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2238 | 2023-11-07T05:22:13.332Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2239 | 2023-11-07T05:22:13.815Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2240 | 2023-11-07T05:22:14.925Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2241 | 2023-11-07T05:22:15.705Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2242 | 2023-11-07T05:22:18.041Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2243 | 2023-11-07T05:22:20.925Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2244 | 2023-11-07T05:22:21.004Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2023-11-07T05:22:21.066Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2246 | 2023-11-07T05:22:22.586Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2247 | 2023-11-07T05:22:36.173Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2023-11-07T05:22:36.274Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2249 | 2023-11-07T05:22:36.438Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2250 | 2023-11-07T05:22:36.465Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2251 | 2023-11-07T05:22:36.530Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2252 | 2023-11-07T05:22:36.672Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2253 | 2023-11-07T05:22:45.964Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2254 | 2023-11-07T05:22:47.178Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2255 | 2023-11-07T05:22:48.197Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2256 | 2023-11-07T05:22:48.439Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2257 | 2023-11-07T05:22:49.691Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2258 | 2023-11-07T05:22:49.768Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2259 | 2023-11-07T05:22:51.634Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2260 | 2023-11-07T05:22:55.390Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2261 | 2023-11-07T05:23:01.459Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2262 | 2023-11-07T05:23:01.610Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2263 | 2023-11-07T05:23:02.445Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2264 | 2023-11-07T05:23:03.547Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2265 | 2023-11-07T05:23:04.844Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2266 | 2023-11-07T05:23:13.484Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2267 | 2023-11-07T05:23:26.227Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2268 | 2023-11-07T05:23:55.628Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2269 | 2023-11-07T05:24:07.291Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2270 | 2023-11-07T05:24:32.481Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2271 | 2023-11-07T05:24:59.451Z | Compiling git2 v0.17.2 |
2272 | 2023-11-07T05:25:06.330Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2273 | 2023-11-07T05:25:08.983Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2274 | 2023-11-07T05:25:22.178Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2275 | 2023-11-07T05:25:34.308Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2276 | 2023-11-07T05:25:34.727Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2277 | 2023-11-07T05:25:35.360Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2278 | 2023-11-07T05:25:37.048Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2279 | 2023-11-07T05:26:10.057Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2280 | 2023-11-07T05:27:39.539Z | Finished dev [unoptimized + debuginfo] target(s) in 13m 25s |
2281 | 2023-11-07T05:27:39.758Z | |
2282 | 2023-11-07T05:27:39.763Z | real 14:28.492587607 |
2283 | 2023-11-07T05:27:39.767Z | user 1:25:47.498960071 |
2284 | 2023-11-07T05:27:39.770Z | sys 11:31.663062915 |
2285 | 2023-11-07T05:27:39.774Z | trap 3.063167174 |
2286 | 2023-11-07T05:27:39.778Z | tflt 4.757618346 |
2287 | 2023-11-07T05:27:39.781Z | dflt 7.525535111 |
2288 | 2023-11-07T05:27:39.785Z | kflt 0.023660852 |
2289 | 2023-11-07T05:27:39.788Z | lock 1:55:40.333657815 |
2290 | 2023-11-07T05:27:39.792Z | slp 5:08:33.473323265 |
2291 | 2023-11-07T05:27:39.797Z | lat 3:15.619810220 |
2292 | 2023-11-07T05:27:39.804Z | stop 8:45.332024800 |
2293 | 2023-11-07T05:27:41.006Z | warning: output filename collision. |
2294 | 2023-11-07T05:27:41.026Z | 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)`. |
2295 | 2023-11-07T05:27:41.041Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2296 | 2023-11-07T05:27:41.455Z | The targets should have unique names. |
2297 | 2023-11-07T05:27:41.458Z | This is a known bug where multiple crates with the same name use |
2298 | 2023-11-07T05:27:41.461Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2299 | 2023-11-07T05:27:41.469Z | warning: output filename collision. |
2300 | 2023-11-07T05:27:41.481Z | 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)`. |
2301 | 2023-11-07T05:27:41.894Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2302 | 2023-11-07T05:27:41.900Z | The targets should have unique names. |
2303 | 2023-11-07T05:27:41.905Z | This is a known bug where multiple crates with the same name use |
2304 | 2023-11-07T05:27:41.910Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2305 | 2023-11-07T05:27:41.915Z | warning: output filename collision. |
2306 | 2023-11-07T05:27:41.919Z | 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)`. |
2307 | 2023-11-07T05:27:41.927Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2308 | 2023-11-07T05:27:41.934Z | The targets should have unique names. |
2309 | 2023-11-07T05:27:41.944Z | This is a known bug where multiple crates with the same name use |
2310 | 2023-11-07T05:27:41.957Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2023-11-07T05:27:42.400Z | warning: output filename collision. |
2312 | 2023-11-07T05:27:42.405Z | 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)`. |
2313 | 2023-11-07T05:27:42.409Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2314 | 2023-11-07T05:27:42.446Z | The targets should have unique names. |
2315 | 2023-11-07T05:27:42.457Z | This is a known bug where multiple crates with the same name use |
2316 | 2023-11-07T05:27:42.466Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2023-11-07T05:27:42.487Z | warning: output filename collision. |
2318 | 2023-11-07T05:27:42.525Z | 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`. |
2319 | 2023-11-07T05:27:42.552Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2320 | 2023-11-07T05:27:42.972Z | The targets should have unique names. |
2321 | 2023-11-07T05:27:42.984Z | This is a known bug where multiple crates with the same name use |
2322 | 2023-11-07T05:27:43.004Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2023-11-07T05:27:43.015Z | warning: output filename collision. |
2324 | 2023-11-07T05:27:43.024Z | 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)`. |
2325 | 2023-11-07T05:27:43.031Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2326 | 2023-11-07T05:27:43.041Z | The targets should have unique names. |
2327 | 2023-11-07T05:27:43.051Z | This is a known bug where multiple crates with the same name use |
2328 | 2023-11-07T05:27:43.070Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2023-11-07T05:27:43.076Z | warning: output filename collision. |
2330 | 2023-11-07T05:27:43.085Z | 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)`. |
2331 | 2023-11-07T05:27:43.092Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2332 | 2023-11-07T05:27:43.100Z | The targets should have unique names. |
2333 | 2023-11-07T05:27:43.106Z | This is a known bug where multiple crates with the same name use |
2334 | 2023-11-07T05:27:43.116Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2023-11-07T05:27:43.125Z | warning: output filename collision. |
2336 | 2023-11-07T05:27:43.144Z | 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)`. |
2337 | 2023-11-07T05:27:43.582Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2338 | 2023-11-07T05:27:43.600Z | The targets should have unique names. |
2339 | 2023-11-07T05:27:43.628Z | This is a known bug where multiple crates with the same name use |
2340 | 2023-11-07T05:27:43.644Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2023-11-07T05:27:43.661Z | warning: output filename collision. |
2342 | 2023-11-07T05:27:43.677Z | 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)`. |
2343 | 2023-11-07T05:27:43.691Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2344 | 2023-11-07T05:27:43.699Z | The targets should have unique names. |
2345 | 2023-11-07T05:27:43.710Z | This is a known bug where multiple crates with the same name use |
2346 | 2023-11-07T05:27:43.726Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2347 | 2023-11-07T05:27:43.738Z | warning: output filename collision. |
2348 | 2023-11-07T05:27:43.748Z | 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)`. |
2349 | 2023-11-07T05:27:43.754Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2350 | 2023-11-07T05:27:43.761Z | The targets should have unique names. |
2351 | 2023-11-07T05:27:43.766Z | This is a known bug where multiple crates with the same name use |
2352 | 2023-11-07T05:27:43.771Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2353 | 2023-11-07T05:27:43.777Z | warning: output filename collision. |
2354 | 2023-11-07T05:27:43.781Z | 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)`. |
2355 | 2023-11-07T05:27:43.785Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2356 | 2023-11-07T05:27:43.794Z | The targets should have unique names. |
2357 | 2023-11-07T05:27:43.809Z | This is a known bug where multiple crates with the same name use |
2358 | 2023-11-07T05:27:43.813Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2359 | 2023-11-07T05:27:43.817Z | Checking unicode-ident v1.0.12 |
2360 | 2023-11-07T05:27:43.821Z | Documenting libc v0.2.150 |
2361 | 2023-11-07T05:27:43.825Z | Documenting cfg-if v1.0.0 |
2362 | 2023-11-07T05:27:43.829Z | Checking libc v0.2.150 |
2363 | 2023-11-07T05:27:43.833Z | Checking cfg-if v1.0.0 |
2364 | 2023-11-07T05:27:43.837Z | Checking serde v1.0.188 |
2365 | 2023-11-07T05:27:43.841Z | Documenting scopeguard v1.2.0 |
2366 | 2023-11-07T05:27:43.846Z | Documenting log v0.4.20 |
2367 | 2023-11-07T05:27:43.850Z | Documenting itoa v1.0.9 |
2368 | 2023-11-07T05:27:43.860Z | Checking proc-macro2 v1.0.67 |
2369 | 2023-11-07T05:27:43.866Z | Checking quote v1.0.33 |
2370 | 2023-11-07T05:27:43.871Z | Checking syn v2.0.32 |
2371 | 2023-11-07T05:27:43.876Z | Checking syn v1.0.109 |
2372 | 2023-11-07T05:27:45.619Z | Checking once_cell v1.18.0 |
2373 | 2023-11-07T05:27:45.963Z | Documenting lock_api v0.4.10 |
2374 | 2023-11-07T05:27:46.053Z | Documenting memchr v2.6.3 |
2375 | 2023-11-07T05:27:46.111Z | Documenting smallvec v1.11.0 |
2376 | 2023-11-07T05:27:48.358Z | Documenting getrandom v0.2.10 |
2377 | 2023-11-07T05:27:48.549Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2378 | 2023-11-07T05:27:49.096Z | Documenting once_cell v1.18.0 |
2379 | 2023-11-07T05:27:50.673Z | Documenting libm v0.2.7 |
2380 | 2023-11-07T05:27:50.835Z | Documenting pin-project-lite v0.2.13 |
2381 | 2023-11-07T05:27:51.365Z | Documenting parking_lot_core v0.9.8 |
2382 | 2023-11-07T05:27:52.672Z | Documenting signal-hook-registry v1.4.1 |
2383 | 2023-11-07T05:27:53.538Z | Checking itoa v1.0.9 |
2384 | 2023-11-07T05:27:53.840Z | Documenting mio v0.8.8 |
2385 | 2023-11-07T05:27:53.967Z | Documenting serde_derive v1.0.188 |
2386 | 2023-11-07T05:27:54.145Z | Documenting rand_core v0.6.4 |
2387 | 2023-11-07T05:27:54.980Z | Documenting zeroize_derive v1.4.2 |
2388 | 2023-11-07T05:27:55.072Z | Documenting thiserror-impl v1.0.49 |
2389 | 2023-11-07T05:27:55.279Z | Documenting num-traits v0.2.16 |
2390 | 2023-11-07T05:27:57.168Z | Documenting parking_lot v0.12.1 |
2391 | 2023-11-07T05:27:58.385Z | Documenting typenum v1.16.0 |
2392 | 2023-11-07T05:27:59.890Z | Documenting futures-core v0.3.29 |
2393 | 2023-11-07T05:28:00.343Z | Documenting ryu v1.0.15 |
2394 | 2023-11-07T05:28:02.186Z | Documenting thiserror v1.0.49 |
2395 | 2023-11-07T05:28:02.402Z | Documenting zeroize v1.6.0 |
2396 | 2023-11-07T05:28:02.434Z | Documenting tokio-macros v2.1.0 |
2397 | 2023-11-07T05:28:03.297Z | Documenting num_cpus v1.16.0 |
2398 | 2023-11-07T05:28:04.391Z | Documenting socket2 v0.5.4 |
2399 | 2023-11-07T05:28:04.819Z | Documenting serde v1.0.188 |
2400 | 2023-11-07T05:28:05.299Z | Checking thiserror v1.0.49 |
2401 | 2023-11-07T05:28:05.477Z | Checking ryu v1.0.15 |
2402 | 2023-11-07T05:28:05.826Z | Documenting subtle v2.5.0 |
2403 | 2023-11-07T05:28:05.896Z | Checking getrandom v0.2.10 |
2404 | 2023-11-07T05:28:06.275Z | Documenting futures-sink v0.3.29 |
2405 | 2023-11-07T05:28:07.825Z | Documenting pin-utils v0.1.0 |
2406 | 2023-11-07T05:28:08.386Z | Documenting generic-array v0.14.7 |
2407 | 2023-11-07T05:28:09.063Z | Documenting byteorder v1.5.0 |
2408 | 2023-11-07T05:28:09.996Z | Checking serde_json v1.0.108 |
2409 | 2023-11-07T05:28:10.600Z | Documenting iana-time-zone v0.1.57 |
2410 | 2023-11-07T05:28:11.321Z | Checking memchr v2.6.3 |
2411 | 2023-11-07T05:28:12.266Z | Checking heck v0.4.1 |
2412 | 2023-11-07T05:28:12.566Z | Documenting futures-channel v0.3.29 |
2413 | 2023-11-07T05:28:12.727Z | Documenting futures-macro v0.3.29 |
2414 | 2023-11-07T05:28:12.780Z | Documenting futures-task v0.3.29 |
2415 | 2023-11-07T05:28:14.627Z | Documenting crypto-common v0.1.6 |
2416 | 2023-11-07T05:28:14.985Z | Documenting slab v0.4.9 |
2417 | 2023-11-07T05:28:15.341Z | Documenting futures-io v0.3.29 |
2418 | 2023-11-07T05:28:16.441Z | Documenting const-oid v0.9.5 |
2419 | 2023-11-07T05:28:18.705Z | Checking bytes v1.5.0 |
2420 | 2023-11-07T05:28:18.806Z | Documenting ppv-lite86 v0.2.17 |
2421 | 2023-11-07T05:28:19.747Z | Checking log v0.4.20 |
2422 | 2023-11-07T05:28:19.935Z | Documenting tinyvec_macros v0.1.1 |
2423 | 2023-11-07T05:28:20.168Z | Checking byteorder v1.5.0 |
2424 | 2023-11-07T05:28:20.724Z | Documenting base64 v0.21.5 |
2425 | 2023-11-07T05:28:20.812Z | Documenting block-buffer v0.10.4 |
2426 | 2023-11-07T05:28:21.010Z | Documenting futures-util v0.3.29 |
2427 | 2023-11-07T05:28:21.611Z | Documenting tracing-core v0.1.31 |
2428 | 2023-11-07T05:28:23.165Z | Documenting rand_chacha v0.3.1 |
2429 | 2023-11-07T05:28:23.863Z | Documenting tinyvec v1.6.0 |
2430 | 2023-11-07T05:28:24.719Z | Documenting tracing-attributes v0.1.26 |
2431 | 2023-11-07T05:28:26.782Z | Checking fnv v1.0.7 |
2432 | 2023-11-07T05:28:26.957Z | Documenting serde_derive_internals v0.26.0 |
2433 | 2023-11-07T05:28:27.105Z | Documenting digest v0.10.7 |
2434 | 2023-11-07T05:28:29.238Z | Documenting rand v0.8.5 |
2435 | 2023-11-07T05:28:29.287Z | Checking serde_derive_internals v0.26.0 |
2436 | 2023-11-07T05:28:30.676Z | Documenting dyn-clone v1.0.13 |
2437 | 2023-11-07T05:28:34.494Z | Documenting unicode-normalization v0.1.22 |
2438 | 2023-11-07T05:28:35.069Z | Checking ucd-trie v0.1.6 |
2439 | 2023-11-07T05:28:35.073Z | Documenting fnv v1.0.7 |
2440 | 2023-11-07T05:28:35.349Z | Documenting cpufeatures v0.2.9 |
2441 | 2023-11-07T05:28:36.502Z | Documenting schemars_derive v0.8.13 |
2442 | 2023-11-07T05:28:36.729Z | Checking pest v2.7.2 |
2443 | 2023-11-07T05:28:37.199Z | Documenting spin v0.9.8 |
2444 | 2023-11-07T05:28:37.843Z | Documenting bytes v1.5.0 |
2445 | 2023-11-07T05:28:39.747Z | Documenting serde_json v1.0.108 |
2446 | 2023-11-07T05:28:40.872Z | Documenting bitflags v2.4.0 |
2447 | 2023-11-07T05:28:41.084Z | Documenting chrono v0.4.31 |
2448 | 2023-11-07T05:28:41.216Z | Documenting uuid v1.5.0 |
2449 | 2023-11-07T05:28:41.774Z | Checking libm v0.2.7 |
2450 | 2023-11-07T05:28:43.212Z | Documenting unicode-bidi v0.3.13 |
2451 | 2023-11-07T05:28:45.264Z | Documenting tokio v1.33.0 |
2452 | 2023-11-07T05:28:45.607Z | Documenting http v0.2.9 |
2453 | 2023-11-07T05:28:47.777Z | Checking num-traits v0.2.16 |
2454 | 2023-11-07T05:28:47.797Z | Documenting lazy_static v1.4.0 |
2455 | 2023-11-07T05:28:47.817Z | Documenting percent-encoding v2.3.0 |
2456 | 2023-11-07T05:28:48.435Z | Documenting tracing v0.1.37 |
2457 | 2023-11-07T05:28:49.436Z | Documenting ahash v0.8.3 |
2458 | 2023-11-07T05:28:50.540Z | Checking ahash v0.8.3 |
2459 | 2023-11-07T05:28:50.557Z | Documenting schemars v0.8.13 |
2460 | 2023-11-07T05:28:50.951Z | Checking time-core v0.1.1 |
2461 | 2023-11-07T05:28:51.562Z | Documenting allocator-api2 v0.2.16 |
2462 | 2023-11-07T05:28:51.913Z | Documenting unicode-ident v1.0.12 |
2463 | 2023-11-07T05:28:53.683Z | Documenting form_urlencoded v1.2.0 |
2464 | 2023-11-07T05:28:54.235Z | Documenting adler v1.0.2 |
2465 | 2023-11-07T05:28:55.413Z | Documenting idna v0.4.0 |
2466 | 2023-11-07T05:28:55.967Z | Documenting proc-macro2 v1.0.67 |
2467 | 2023-11-07T05:28:56.246Z | Documenting hashbrown v0.14.2 |
2468 | 2023-11-07T05:28:58.268Z | Documenting miniz_oxide v0.7.1 |
2469 | 2023-11-07T05:28:59.138Z | Documenting httparse v1.8.0 |
2470 | 2023-11-07T05:29:00.128Z | Documenting untrusted v0.9.0 |
2471 | 2023-11-07T05:29:01.135Z | Documenting equivalent v1.0.1 |
2472 | 2023-11-07T05:29:02.167Z | Documenting quote v1.0.33 |
2473 | 2023-11-07T05:29:02.343Z | Documenting url v2.4.1 |
2474 | 2023-11-07T05:29:03.253Z | Checking zerocopy v0.3.0 |
2475 | 2023-11-07T05:29:03.601Z | Checking uuid v1.5.0 |
2476 | 2023-11-07T05:29:04.006Z | Documenting ring v0.17.5 |
2477 | 2023-11-07T05:29:04.340Z | Checking iana-time-zone v0.1.57 |
2478 | 2023-11-07T05:29:04.403Z | Checking dof v0.1.5 |
2479 | 2023-11-07T05:29:04.548Z | Checking chrono v0.4.31 |
2480 | 2023-11-07T05:29:05.499Z | Checking dtrace-parser v0.1.14 |
2481 | 2023-11-07T05:29:05.508Z | Documenting indexmap v2.1.0 |
2482 | 2023-11-07T05:29:05.965Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2483 | 2023-11-07T05:29:05.995Z | Checking thread-id v4.2.0 |
2484 | 2023-11-07T05:29:06.092Z | Documenting sct v0.7.0 |
2485 | 2023-11-07T05:29:07.103Z | Documenting slog v2.7.0 |
2486 | 2023-11-07T05:29:08.194Z | Documenting httpdate v1.0.3 |
2487 | 2023-11-07T05:29:08.686Z | Documenting try-lock v0.2.4 |
2488 | 2023-11-07T05:29:08.701Z | Documenting openssl-probe v0.1.5 |
2489 | 2023-11-07T05:29:12.259Z | Documenting rustls-webpki v0.101.7 |
2490 | 2023-11-07T05:29:12.599Z | Checking usdt-impl v0.3.5 |
2491 | 2023-11-07T05:29:12.811Z | Documenting want v0.3.1 |
2492 | 2023-11-07T05:29:13.111Z | Documenting tokio-util v0.7.10 |
2493 | 2023-11-07T05:29:13.263Z | Documenting http-body v0.4.5 |
2494 | 2023-11-07T05:29:13.418Z | Documenting rustls-pemfile v1.0.3 |
2495 | 2023-11-07T05:29:13.566Z | Documenting openssl-macros v0.1.1 |
2496 | 2023-11-07T05:29:13.747Z | Documenting openssl-sys v0.9.93 |
2497 | 2023-11-07T05:29:14.750Z | Documenting tower-service v0.3.2 |
2498 | 2023-11-07T05:29:18.586Z | Documenting rustls v0.21.8 |
2499 | 2023-11-07T05:29:18.726Z | Documenting gimli v0.28.0 |
2500 | 2023-11-07T05:29:18.882Z | Documenting mime v0.3.17 |
2501 | 2023-11-07T05:29:19.428Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2502 | 2023-11-07T05:29:20.010Z | Documenting time-macros v0.2.13 |
2503 | 2023-11-07T05:29:20.808Z | Documenting async-trait v0.1.74 |
2504 | 2023-11-07T05:29:22.952Z | Documenting h2 v0.3.21 |
2505 | 2023-11-07T05:29:24.595Z | Documenting openssl v0.10.57 |
2506 | 2023-11-07T05:29:25.347Z | Documenting aho-corasick v1.0.4 |
2507 | 2023-11-07T05:29:27.789Z | Documenting object v0.32.1 |
2508 | 2023-11-07T05:29:28.632Z | Documenting addr2line v0.21.0 |
2509 | 2023-11-07T05:29:29.462Z | Documenting errno v0.3.2 |
2510 | 2023-11-07T05:29:32.465Z | Documenting tokio-rustls v0.24.1 |
2511 | 2023-11-07T05:29:32.943Z | Documenting rustc-demangle v0.1.23 |
2512 | 2023-11-07T05:29:34.495Z | Checking dyn-clone v1.0.13 |
2513 | 2023-11-07T05:29:34.577Z | Documenting num_threads v0.1.6 |
2514 | 2023-11-07T05:29:34.593Z | Checking allocator-api2 v0.2.16 |
2515 | 2023-11-07T05:29:35.588Z | Documenting unicode-width v0.1.11 |
2516 | 2023-11-07T05:29:35.610Z | Documenting deranged v0.3.8 |
2517 | 2023-11-07T05:29:37.271Z | Documenting time-core v0.1.1 |
2518 | 2023-11-07T05:29:37.924Z | Documenting ipnet v2.8.0 |
2519 | 2023-11-07T05:29:38.755Z | Documenting hyper v0.14.27 |
2520 | 2023-11-07T05:29:39.827Z | Documenting regex-syntax v0.8.2 |
2521 | 2023-11-07T05:29:40.432Z | Checking hashbrown v0.14.2 |
2522 | 2023-11-07T05:29:41.457Z | Checking schemars v0.8.13 |
2523 | 2023-11-07T05:29:41.638Z | Documenting rustix v0.38.9 |
2524 | 2023-11-07T05:29:42.225Z | Checking pest_meta v2.7.2 |
2525 | 2023-11-07T05:29:42.673Z | Documenting time v0.3.27 |
2526 | 2023-11-07T05:29:44.180Z | Documenting crossbeam-utils v0.8.16 |
2527 | 2023-11-07T05:29:44.616Z | Checking equivalent v1.0.1 |
2528 | 2023-11-07T05:29:44.775Z | Checking indexmap v2.1.0 |
2529 | 2023-11-07T05:29:45.259Z | Documenting native-tls v0.2.11 |
2530 | 2023-11-07T05:29:45.704Z | Checking hashbrown v0.13.2 |
2531 | 2023-11-07T05:30:03.818Z | Documenting backtrace v0.3.69 |
2532 | 2023-11-07T05:30:04.404Z | Documenting pest_meta v2.7.2 |
2533 | 2023-11-07T05:30:04.443Z | Documenting regex-automata v0.4.3 |
2534 | 2023-11-07T05:30:04.895Z | Checking http v0.2.9 |
2535 | 2023-11-07T05:30:04.920Z | Documenting encoding_rs v0.8.33 |
2536 | 2023-11-07T05:30:04.945Z | Documenting tokio-native-tls v0.3.1 |
2537 | 2023-11-07T05:30:04.976Z | Checking pest_generator v2.7.2 |
2538 | 2023-11-07T05:30:05.257Z | Documenting rustls-native-certs v0.6.3 |
2539 | 2023-11-07T05:30:05.609Z | Documenting pest_generator v2.7.2 |
2540 | 2023-11-07T05:30:05.662Z | Documenting serde_urlencoded v0.7.1 |
2541 | 2023-11-07T05:30:05.679Z | Documenting anyhow v1.0.75 |
2542 | 2023-11-07T05:30:05.716Z | Documenting ucd-trie v0.1.6 |
2543 | 2023-11-07T05:30:05.780Z | Checking serde_tokenstream v0.1.7 |
2544 | 2023-11-07T05:30:05.802Z | Documenting hyper-rustls v0.24.2 |
2545 | 2023-11-07T05:30:05.825Z | Documenting webpki-roots v0.25.2 |
2546 | 2023-11-07T05:30:05.844Z | Documenting hyper-tls v0.5.0 |
2547 | 2023-11-07T05:30:05.866Z | Documenting syn v2.0.32 |
2548 | 2023-11-07T05:30:06.298Z | Documenting pest_derive v2.7.2 |
2549 | 2023-11-07T05:30:06.315Z | Checking aho-corasick v1.0.4 |
2550 | 2023-11-07T05:30:06.333Z | Documenting regex v1.10.2 |
2551 | 2023-11-07T05:30:06.362Z | Documenting pest v2.7.2 |
2552 | 2023-11-07T05:30:06.831Z | Documenting dof v0.1.5 |
2553 | 2023-11-07T05:30:06.840Z | Documenting thread-id v4.2.0 |
2554 | 2023-11-07T05:30:08.318Z | Checking regex-syntax v0.8.2 |
2555 | 2023-11-07T05:30:09.982Z | Documenting usdt-macro v0.3.5 |
2556 | 2023-11-07T05:30:10.598Z | Documenting usdt-attr-macro v0.3.5 |
2557 | 2023-11-07T05:30:10.703Z | Documenting reqwest v0.11.20 |
2558 | 2023-11-07T05:30:11.294Z | Documenting openapiv3 v1.0.3 |
2559 | 2023-11-07T05:30:11.400Z | Documenting ipnetwork v0.20.0 |
2560 | 2023-11-07T05:30:12.264Z | Documenting dtrace-parser v0.1.14 |
2561 | 2023-11-07T05:30:13.253Z | Checking regex-automata v0.4.3 |
2562 | 2023-11-07T05:30:18.751Z | Documenting sha2 v0.10.8 |
2563 | 2023-11-07T05:30:18.814Z | Documenting usdt-impl v0.3.5 |
2564 | 2023-11-07T05:30:18.915Z | Documenting futures-executor v0.3.29 |
2565 | 2023-11-07T05:30:19.134Z | Checking serde_tokenstream v0.2.0 |
2566 | 2023-11-07T05:30:19.689Z | Checking strsim v0.10.0 |
2567 | 2023-11-07T05:30:20.030Z | Checking unicode-width v0.1.11 |
2568 | 2023-11-07T05:30:20.146Z | Checking regex v1.10.2 |
2569 | 2023-11-07T05:30:20.268Z | Checking regress v0.7.1 |
2570 | 2023-11-07T05:30:20.570Z | Documenting hex v0.4.3 |
2571 | 2023-11-07T05:30:21.135Z | Documenting hmac v0.12.1 |
2572 | 2023-11-07T05:30:25.221Z | Documenting fallible-iterator v0.2.0 |
2573 | 2023-11-07T05:30:25.260Z | Documenting futures v0.3.29 |
2574 | 2023-11-07T05:30:26.216Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2575 | 2023-11-07T05:30:26.741Z | Checking openapiv3 v1.0.3 |
2576 | 2023-11-07T05:30:26.906Z | Documenting stringprep v0.1.3 |
2577 | 2023-11-07T05:30:28.092Z | Documenting usdt v0.3.5 |
2578 | 2023-11-07T05:30:28.663Z | Documenting semver v1.0.20 |
2579 | 2023-11-07T05:30:29.455Z | Documenting md-5 v0.10.5 |
2580 | 2023-11-07T05:30:31.871Z | Documenting regress v0.7.1 |
2581 | 2023-11-07T05:30:32.349Z | Documenting utf8parse v0.2.1 |
2582 | 2023-11-07T05:30:32.636Z | Documenting siphasher v0.3.11 |
2583 | 2023-11-07T05:30:32.975Z | Documenting block-padding v0.3.3 |
2584 | 2023-11-07T05:30:35.746Z | Checking unsafe-libyaml v0.2.9 |
2585 | 2023-11-07T05:30:36.416Z | Documenting heck v0.4.1 |
2586 | 2023-11-07T05:30:36.971Z | Documenting postgres-protocol v0.6.6 |
2587 | 2023-11-07T05:30:36.982Z | Documenting static_assertions v1.1.0 |
2588 | 2023-11-07T05:30:37.133Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2589 | 2023-11-07T05:30:37.238Z | Documenting phf_shared v0.11.2 |
2590 | 2023-11-07T05:30:37.343Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2591 | 2023-11-07T05:30:37.739Z | Checking getopts v0.2.21 |
2592 | 2023-11-07T05:30:38.204Z | Documenting toml_datetime v0.6.5 |
2593 | 2023-11-07T05:30:39.812Z | Documenting inout v0.1.3 |
2594 | 2023-11-07T05:30:41.155Z | Documenting num-integer v0.1.45 |
2595 | 2023-11-07T05:30:41.332Z | Documenting unsafe-libyaml v0.2.9 |
2596 | 2023-11-07T05:30:42.567Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2597 | 2023-11-07T05:30:42.793Z | Documenting phf v0.11.2 |
2598 | 2023-11-07T05:30:44.743Z | Documenting whoami v1.4.1 |
2599 | 2023-11-07T05:30:46.621Z | Documenting postgres-types v0.2.6 |
2600 | 2023-11-07T05:30:46.634Z | Checking ident_case v1.0.1 |
2601 | 2023-11-07T05:30:46.864Z | Documenting either v1.9.0 |
2602 | 2023-11-07T05:30:46.944Z | Documenting serde_yaml v0.9.25 |
2603 | 2023-11-07T05:30:47.332Z | Documenting cipher v0.4.4 |
2604 | 2023-11-07T05:30:47.580Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2605 | 2023-11-07T05:30:49.209Z | Checking serde_yaml v0.9.25 |
2606 | 2023-11-07T05:30:50.465Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2607 | 2023-11-07T05:30:50.896Z | Documenting getopts v0.2.21 |
2608 | 2023-11-07T05:30:52.306Z | Documenting zerocopy v0.6.4 |
2609 | 2023-11-07T05:30:52.869Z | Documenting data-encoding v2.4.0 |
2610 | 2023-11-07T05:30:54.035Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2611 | 2023-11-07T05:30:55.342Z | Documenting anstyle v1.0.2 |
2612 | 2023-11-07T05:30:55.997Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2613 | 2023-11-07T05:30:57.214Z | Documenting anstyle-parse v0.2.1 |
2614 | 2023-11-07T05:30:57.618Z | Documenting tokio-postgres v0.7.10 |
2615 | 2023-11-07T05:30:58.527Z | Documenting anstyle-query v1.0.0 |
2616 | 2023-11-07T05:30:59.074Z | Documenting match_cfg v0.1.0 |
2617 | 2023-11-07T05:31:00.444Z | Documenting colorchoice v1.0.0 |
2618 | 2023-11-07T05:31:01.656Z | Documenting itertools v0.11.0 |
2619 | 2023-11-07T05:31:01.896Z | Documenting terminal_size v0.2.6 |
2620 | 2023-11-07T05:31:03.197Z | Documenting hostname v0.3.1 |
2621 | 2023-11-07T05:31:04.071Z | Documenting dirs-sys-next v0.1.2 |
2622 | 2023-11-07T05:31:04.266Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2623 | 2023-11-07T05:31:04.602Z | Documenting anstream v0.5.0 |
2624 | 2023-11-07T05:31:07.779Z | Documenting strsim v0.10.0 |
2625 | 2023-11-07T05:31:07.953Z | Documenting clap_lex v0.5.1 |
2626 | 2023-11-07T05:31:09.730Z | Documenting tap v1.0.1 |
2627 | 2023-11-07T05:31:09.796Z | Documenting dirs-next v2.0.0 |
2628 | 2023-11-07T05:31:09.962Z | Documenting clap_derive v4.4.2 |
2629 | 2023-11-07T05:31:11.122Z | Documenting thread_local v1.1.7 |
2630 | 2023-11-07T05:31:13.276Z | Documenting crc32fast v1.3.2 |
2631 | 2023-11-07T05:31:13.551Z | Documenting wyz v0.5.1 |
2632 | 2023-11-07T05:31:13.997Z | Documenting radium v0.7.0 |
2633 | 2023-11-07T05:31:14.322Z | Documenting clap_builder v4.4.2 |
2634 | 2023-11-07T05:31:15.928Z | Documenting funty v2.0.0 |
2635 | 2023-11-07T05:31:16.243Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2636 | 2023-11-07T05:31:17.321Z | Documenting term v0.7.0 |
2637 | 2023-11-07T05:31:17.884Z | Documenting num-iter v0.1.43 |
2638 | 2023-11-07T05:31:18.102Z | Documenting crossbeam-channel v0.5.8 |
2639 | 2023-11-07T05:31:18.269Z | Documenting sha1 v0.10.5 |
2640 | 2023-11-07T05:31:19.445Z | Documenting enum-as-inner v0.5.1 |
2641 | 2023-11-07T05:31:21.090Z | Documenting bitvec v1.0.1 |
2642 | 2023-11-07T05:31:23.344Z | Documenting atty v0.2.14 |
2643 | 2023-11-07T05:31:24.072Z | Documenting memoffset v0.9.0 |
2644 | 2023-11-07T05:31:24.102Z | Documenting clap v4.4.3 |
2645 | 2023-11-07T05:31:24.861Z | Documenting take_mut v0.2.2 |
2646 | 2023-11-07T05:31:25.590Z | Documenting flate2 v1.0.28 |
2647 | 2023-11-07T05:31:25.857Z | Documenting trust-dns-proto v0.22.0 |
2648 | 2023-11-07T05:31:28.062Z | Documenting slog-term v2.9.0 |
2649 | 2023-11-07T05:31:28.185Z | Documenting crossbeam-epoch v0.9.15 |
2650 | 2023-11-07T05:31:30.515Z | Documenting slog-async v2.8.0 |
2651 | 2023-11-07T05:31:31.086Z | Documenting slog-json v2.6.1 |
2652 | 2023-11-07T05:31:32.267Z | Documenting camino v1.1.6 |
2653 | 2023-11-07T05:31:32.724Z | Documenting paste v1.0.14 |
2654 | 2023-11-07T05:31:32.738Z | Documenting signature v2.1.0 |
2655 | 2023-11-07T05:31:34.779Z | Documenting hash32 v0.2.1 |
2656 | 2023-11-07T05:31:35.436Z | Documenting scheduled-thread-pool v0.2.7 |
2657 | 2023-11-07T05:31:36.807Z | Documenting diesel_table_macro_syntax v0.1.0 |
2658 | 2023-11-07T05:31:37.402Z | Documenting slog-bunyan v2.4.0 |
2659 | 2023-11-07T05:31:39.158Z | Checking diesel_table_macro_syntax v0.1.0 |
2660 | 2023-11-07T05:31:39.209Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2661 | 2023-11-07T05:31:39.417Z | Documenting stable_deref_trait v1.2.0 |
2662 | 2023-11-07T05:31:39.760Z | Documenting unicode-segmentation v1.10.1 |
2663 | 2023-11-07T05:31:39.767Z | Checking darling_core v0.20.3 |
2664 | 2023-11-07T05:31:40.887Z | Documenting async-stream-impl v0.3.5 |
2665 | 2023-11-07T05:31:41.835Z | Documenting r2d2 v0.8.10 |
2666 | 2023-11-07T05:31:42.767Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2667 | 2023-11-07T05:31:43.645Z | Documenting heapless v0.7.16 |
2668 | 2023-11-07T05:31:44.128Z | Documenting strum v0.25.0 |
2669 | 2023-11-07T05:31:44.454Z | Documenting diesel_derives v2.1.1 |
2670 | 2023-11-07T05:31:44.695Z | Documenting atomic-waker v1.1.1 |
2671 | 2023-11-07T05:31:44.897Z | Documenting bzip2 v0.4.4 |
2672 | 2023-11-07T05:31:47.465Z | Documenting debug-ignore v1.0.5 |
2673 | 2023-11-07T05:31:48.115Z | Documenting managed v0.8.0 |
2674 | 2023-11-07T05:31:48.404Z | Documenting bit-vec v0.6.3 |
2675 | 2023-11-07T05:31:48.877Z | Documenting waitgroup v0.1.2 |
2676 | 2023-11-07T05:31:50.105Z | Documenting async-stream v0.3.5 |
2677 | 2023-11-07T05:31:51.346Z | Documenting zip v0.6.6 |
2678 | 2023-11-07T05:31:52.438Z | Checking darling v0.20.3 |
2679 | 2023-11-07T05:31:52.695Z | Documenting num-bigint v0.4.4 |
2680 | 2023-11-07T05:31:53.634Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2681 | 2023-11-07T05:32:12.482Z | Documenting smoltcp v0.9.1 |
2682 | 2023-11-07T05:32:12.644Z | Documenting multer v2.1.0 |
2683 | 2023-11-07T05:32:12.883Z | Documenting serde_path_to_error v0.1.14 |
2684 | 2023-11-07T05:32:12.954Z | Documenting diesel v2.1.3 |
2685 | 2023-11-07T05:32:12.984Z | Documenting serde_spanned v0.6.4 |
2686 | 2023-11-07T05:32:13.066Z | Documenting hubpack v0.1.2 |
2687 | 2023-11-07T05:32:13.138Z | Documenting bstr v1.6.0 |
2688 | 2023-11-07T05:32:13.152Z | Documenting serde_repr v0.1.16 |
2689 | 2023-11-07T05:32:13.171Z | Documenting new_debug_unreachable v1.0.4 |
2690 | 2023-11-07T05:32:13.189Z | Documenting precomputed-hash v0.1.1 |
2691 | 2023-11-07T05:32:13.223Z | Documenting winnow v0.5.15 |
2692 | 2023-11-07T05:32:13.264Z | Documenting lalrpop-util v0.19.12 |
2693 | 2023-11-07T05:32:13.300Z | Documenting fixedbitset v0.4.2 |
2694 | 2023-11-07T05:32:13.378Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2695 | 2023-11-07T05:32:13.408Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2696 | 2023-11-07T05:32:13.472Z | Documenting string_cache v0.8.7 |
2697 | 2023-11-07T05:32:13.574Z | Documenting yasna v0.5.2 |
2698 | 2023-11-07T05:32:13.595Z | Documenting serde_with_macros v2.3.3 |
2699 | 2023-11-07T05:32:13.662Z | Documenting petgraph v0.6.4 |
2700 | 2023-11-07T05:32:13.715Z | Documenting toml_edit v0.20.7 |
2701 | 2023-11-07T05:32:14.275Z | Documenting console v0.15.7 |
2702 | 2023-11-07T05:32:15.213Z | Documenting float-cmp v0.9.0 |
2703 | 2023-11-07T05:32:16.534Z | Documenting predicates-core v1.0.6 |
2704 | 2023-11-07T05:32:17.419Z | Documenting normalize-line-endings v0.3.0 |
2705 | 2023-11-07T05:32:18.464Z | Documenting difflib v0.4.0 |
2706 | 2023-11-07T05:32:20.107Z | Documenting toml v0.8.6 |
2707 | 2023-11-07T05:32:20.650Z | Documenting serde_with v2.3.3 |
2708 | 2023-11-07T05:32:22.548Z | Documenting bit-set v0.5.3 |
2709 | 2023-11-07T05:32:22.553Z | Documenting similar v2.2.1 |
2710 | 2023-11-07T05:32:23.918Z | Documenting tokio-stream v0.1.14 |
2711 | 2023-11-07T05:32:24.677Z | Documenting predicates v3.0.4 |
2712 | 2023-11-07T05:32:27.182Z | Documenting instant v0.1.12 |
2713 | 2023-11-07T05:32:28.520Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2714 | 2023-11-07T05:32:28.537Z | Documenting macaddr v1.0.1 |
2715 | 2023-11-07T05:32:28.555Z | Documenting base64ct v1.6.0 |
2716 | 2023-11-07T05:32:28.866Z | Documenting parse-display v0.8.2 |
2717 | 2023-11-07T05:32:31.667Z | Checking scopeguard v1.2.0 |
2718 | 2023-11-07T05:32:31.846Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2719 | 2023-11-07T05:32:31.993Z | Checking lock_api v0.4.10 |
2720 | 2023-11-07T05:32:32.321Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2721 | 2023-11-07T05:32:32.628Z | Documenting crucible-workspace-hack v0.1.0 |
2722 | 2023-11-07T05:32:33.494Z | Documenting backoff v0.4.0 |
2723 | 2023-11-07T05:32:33.650Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2724 | 2023-11-07T05:32:34.674Z | Documenting blake2 v0.10.6 |
2725 | 2023-11-07T05:32:35.010Z | Documenting password-hash v0.5.0 |
2726 | 2023-11-07T05:32:35.085Z | Checking smallvec v1.11.0 |
2727 | 2023-11-07T05:32:35.333Z | Documenting is-terminal v0.4.9 |
2728 | 2023-11-07T05:32:35.671Z | Checking parking_lot_core v0.9.8 |
2729 | 2023-11-07T05:32:36.190Z | Checking pin-project-lite v0.2.13 |
2730 | 2023-11-07T05:32:36.386Z | Checking parking_lot v0.12.1 |
2731 | 2023-11-07T05:32:36.897Z | Checking rand_core v0.6.4 |
2732 | 2023-11-07T05:32:37.281Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2023-11-07T05:32:37.317Z | Checking typenum v1.16.0 |
2734 | 2023-11-07T05:32:38.647Z | Checking zeroize v1.6.0 |
2735 | 2023-11-07T05:32:39.039Z | Documenting proc-macro-error-attr v1.0.4 |
2736 | 2023-11-07T05:32:39.424Z | Checking generic-array v0.14.7 |
2737 | 2023-11-07T05:32:39.781Z | Checking futures-core v0.3.29 |
2738 | 2023-11-07T05:32:40.459Z | Checking unicode-segmentation v1.10.1 |
2739 | 2023-11-07T05:32:41.129Z | Checking proc-macro-error v1.0.4 |
2740 | 2023-11-07T05:32:41.387Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2741 | 2023-11-07T05:32:41.588Z | Checking mio v0.8.8 |
2742 | 2023-11-07T05:32:41.787Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2743 | 2023-11-07T05:32:41.961Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2744 | 2023-11-07T05:32:42.032Z | Checking socket2 v0.5.4 |
2745 | 2023-11-07T05:32:42.401Z | Documenting argon2 v0.5.2 |
2746 | 2023-11-07T05:32:42.577Z | Checking num_cpus v1.16.0 |
2747 | 2023-11-07T05:32:42.739Z | Checking signal-hook-registry v1.4.1 |
2748 | 2023-11-07T05:32:42.796Z | Documenting postcard-cobs v0.1.5-pre |
2749 | 2023-11-07T05:32:43.527Z | Documenting fastrand v2.0.0 |
2750 | 2023-11-07T05:32:43.535Z | Checking futures-sink v0.3.29 |
2751 | 2023-11-07T05:32:43.564Z | Checking tokio v1.33.0 |
2752 | 2023-11-07T05:32:44.608Z | Documenting foreign-types-macros v0.2.3 |
2753 | 2023-11-07T05:32:45.653Z | Documenting proc-macro-error v1.0.4 |
2754 | 2023-11-07T05:32:47.222Z | Documenting postcard v0.7.3 |
2755 | 2023-11-07T05:32:48.257Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2756 | 2023-11-07T05:32:49.086Z | Documenting tempfile v3.8.0 |
2757 | 2023-11-07T05:32:50.024Z | Checking spin v0.5.2 |
2758 | 2023-11-07T05:32:50.049Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2759 | 2023-11-07T05:32:52.216Z | Documenting foreign-types-shared v0.3.1 |
2760 | 2023-11-07T05:32:52.415Z | Checking tinyvec_macros v0.1.1 |
2761 | 2023-11-07T05:32:52.532Z | Checking tinyvec v1.6.0 |
2762 | 2023-11-07T05:32:54.067Z | Checking futures-channel v0.3.29 |
2763 | 2023-11-07T05:32:54.280Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2764 | 2023-11-07T05:32:54.439Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2765 | 2023-11-07T05:32:54.626Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2766 | 2023-11-07T05:32:54.715Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2767 | 2023-11-07T05:32:54.736Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2768 | 2023-11-07T05:32:56.024Z | Documenting cstr-argument v0.1.2 |
2769 | 2023-11-07T05:32:56.440Z | Documenting foreign-types v0.5.0 |
2770 | 2023-11-07T05:33:00.449Z | Checking futures-task v0.3.29 |
2771 | 2023-11-07T05:33:00.740Z | Checking slab v0.4.9 |
2772 | 2023-11-07T05:33:00.793Z | Checking pin-utils v0.1.0 |
2773 | 2023-11-07T05:33:00.917Z | Checking futures-io v0.3.29 |
2774 | 2023-11-07T05:33:01.134Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2775 | 2023-11-07T05:33:01.180Z | Checking futures-util v0.3.29 |
2776 | 2023-11-07T05:33:01.948Z | Checking unicode-normalization v0.1.22 |
2777 | 2023-11-07T05:33:01.970Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2778 | 2023-11-07T05:33:01.995Z | Documenting colored v2.0.4 |
2779 | 2023-11-07T05:33:02.072Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2780 | 2023-11-07T05:33:03.029Z | Checking crypto-common v0.1.6 |
2781 | 2023-11-07T05:33:03.306Z | Checking spin v0.9.8 |
2782 | 2023-11-07T05:33:03.716Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2783 | 2023-11-07T05:33:03.802Z | Checking tracing-core v0.1.31 |
2784 | 2023-11-07T05:33:04.874Z | Checking unicode-bidi v0.3.13 |
2785 | 2023-11-07T05:33:05.617Z | Checking tracing v0.1.37 |
2786 | 2023-11-07T05:33:06.155Z | Documenting zone_cfg_derive v0.3.0 |
2787 | 2023-11-07T05:33:07.691Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2788 | 2023-11-07T05:33:07.934Z | Checking block-buffer v0.10.4 |
2789 | 2023-11-07T05:33:08.144Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2790 | 2023-11-07T05:33:08.278Z | Documenting num-derive v0.4.0 |
2791 | 2023-11-07T05:33:08.535Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2792 | 2023-11-07T05:33:09.392Z | Checking ppv-lite86 v0.2.17 |
2793 | 2023-11-07T05:33:10.532Z | Checking subtle v2.5.0 |
2794 | 2023-11-07T05:33:10.939Z | Checking const-oid v0.9.5 |
2795 | 2023-11-07T05:33:13.796Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2796 | 2023-11-07T05:33:13.946Z | Checking digest v0.10.7 |
2797 | 2023-11-07T05:33:13.998Z | Documenting zone v0.3.0 |
2798 | 2023-11-07T05:33:14.510Z | Checking rand_chacha v0.3.1 |
2799 | 2023-11-07T05:33:15.082Z | Documenting smf v0.2.2 |
2800 | 2023-11-07T05:33:15.452Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2801 | 2023-11-07T05:33:15.480Z | Checking bitflags v2.4.0 |
2802 | 2023-11-07T05:33:15.877Z | Checking base64 v0.21.5 |
2803 | 2023-11-07T05:33:16.706Z | Documenting linked-hash-map v0.5.6 |
2804 | 2023-11-07T05:33:17.876Z | Checking rand v0.8.5 |
2805 | 2023-11-07T05:33:19.365Z | Checking tokio-util v0.7.10 |
2806 | 2023-11-07T05:33:19.490Z | Checking foreign-types-shared v0.1.1 |
2807 | 2023-11-07T05:33:19.648Z | Checking bitflags v1.3.2 |
2808 | 2023-11-07T05:33:19.775Z | Checking untrusted v0.7.1 |
2809 | 2023-11-07T05:33:20.011Z | Checking untrusted v0.9.0 |
2810 | 2023-11-07T05:33:20.238Z | Checking percent-encoding v2.3.0 |
2811 | 2023-11-07T05:33:20.545Z | Checking hashbrown v0.12.3 |
2812 | 2023-11-07T05:33:20.869Z | Checking openssl-probe v0.1.5 |
2813 | 2023-11-07T05:33:21.084Z | Checking ring v0.17.5 |
2814 | 2023-11-07T05:33:21.303Z | Checking ring v0.16.20 |
2815 | 2023-11-07T05:33:22.171Z | Checking indexmap v1.9.3 |
2816 | 2023-11-07T05:33:22.450Z | Checking foreign-types v0.3.2 |
2817 | 2023-11-07T05:33:22.566Z | Checking errno v0.3.2 |
2818 | 2023-11-07T05:33:22.816Z | Checking openssl-sys v0.9.93 |
2819 | 2023-11-07T05:33:23.067Z | Checking adler v1.0.2 |
2820 | 2023-11-07T05:33:23.301Z | Documenting lru-cache v0.1.2 |
2821 | 2023-11-07T05:33:23.745Z | Checking siphasher v0.3.11 |
2822 | 2023-11-07T05:33:23.771Z | Checking try-lock v0.2.4 |
2823 | 2023-11-07T05:33:23.776Z | Checking want v0.3.1 |
2824 | 2023-11-07T05:33:23.784Z | Checking h2 v0.3.21 |
2825 | 2023-11-07T05:33:23.808Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2826 | 2023-11-07T05:33:23.833Z | Checking miniz_oxide v0.7.1 |
2827 | 2023-11-07T05:33:23.882Z | Checking form_urlencoded v1.2.0 |
2828 | 2023-11-07T05:33:24.064Z | Checking rustls-webpki v0.101.7 |
2829 | 2023-11-07T05:33:24.169Z | Checking lazy_static v1.4.0 |
2830 | 2023-11-07T05:33:24.230Z | Checking sct v0.7.0 |
2831 | 2023-11-07T05:33:24.259Z | Checking http-body v0.4.5 |
2832 | 2023-11-07T05:33:24.504Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2833 | 2023-11-07T05:33:24.798Z | Checking socket2 v0.4.9 |
2834 | 2023-11-07T05:33:24.890Z | Checking io-lifetimes v1.0.11 |
2835 | 2023-11-07T05:33:24.926Z | Checking openssl v0.10.57 |
2836 | 2023-11-07T05:33:25.089Z | Checking httparse v1.8.0 |
2837 | 2023-11-07T05:33:25.154Z | Checking anstyle v1.0.2 |
2838 | 2023-11-07T05:33:25.178Z | Checking httpdate v1.0.3 |
2839 | 2023-11-07T05:33:25.456Z | Checking tower-service v0.3.2 |
2840 | 2023-11-07T05:33:25.525Z | Checking utf8parse v0.2.1 |
2841 | 2023-11-07T05:33:25.622Z | Checking cpufeatures v0.2.9 |
2842 | 2023-11-07T05:33:25.643Z | Checking rustls v0.21.8 |
2843 | 2023-11-07T05:33:25.657Z | Checking rustix v0.37.23 |
2844 | 2023-11-07T05:33:25.724Z | Checking anstyle-parse v0.2.1 |
2845 | 2023-11-07T05:33:25.757Z | Checking sha2 v0.10.8 |
2846 | 2023-11-07T05:33:26.115Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2847 | 2023-11-07T05:33:26.685Z | Checking rustls-pemfile v1.0.3 |
2848 | 2023-11-07T05:33:26.960Z | Checking md-5 v0.10.5 |
2849 | 2023-11-07T05:33:27.279Z | Checking hmac v0.12.1 |
2850 | 2023-11-07T05:33:27.302Z | Checking idna v0.4.0 |
2851 | 2023-11-07T05:33:27.508Z | Checking stringprep v0.1.3 |
2852 | 2023-11-07T05:33:27.600Z | Documenting slog-dtrace v0.2.3 |
2853 | 2023-11-07T05:33:27.911Z | Checking num-integer v0.1.45 |
2854 | 2023-11-07T05:33:28.762Z | Checking hash32 v0.2.1 |
2855 | 2023-11-07T05:33:28.797Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2856 | 2023-11-07T05:33:29.380Z | Checking colorchoice v1.0.0 |
2857 | 2023-11-07T05:33:29.443Z | Checking either v1.9.0 |
2858 | 2023-11-07T05:33:29.858Z | Checking stable_deref_trait v1.2.0 |
2859 | 2023-11-07T05:33:29.903Z | Checking anstyle-query v1.0.0 |
2860 | 2023-11-07T05:33:29.991Z | Checking fallible-iterator v0.2.0 |
2861 | 2023-11-07T05:33:30.059Z | Documenting quick-error v1.2.3 |
2862 | 2023-11-07T05:33:47.423Z | Checking gimli v0.28.0 |
2863 | 2023-11-07T05:33:47.580Z | Checking postgres-protocol v0.6.6 |
2864 | 2023-11-07T05:33:47.636Z | Checking tokio-rustls v0.24.1 |
2865 | 2023-11-07T05:33:47.649Z | Checking anstream v0.5.0 |
2866 | 2023-11-07T05:33:47.687Z | Checking heapless v0.7.16 |
2867 | 2023-11-07T05:33:47.715Z | Checking url v2.4.1 |
2868 | 2023-11-07T05:33:47.728Z | Checking terminal_size v0.2.6 |
2869 | 2023-11-07T05:33:47.743Z | Checking rustls-native-certs v0.6.3 |
2870 | 2023-11-07T05:33:47.763Z | Checking phf_shared v0.11.2 |
2871 | 2023-11-07T05:33:47.771Z | Checking block-padding v0.3.3 |
2872 | 2023-11-07T05:33:47.789Z | Checking hyper v0.14.27 |
2873 | 2023-11-07T05:33:47.794Z | Checking native-tls v0.2.11 |
2874 | 2023-11-07T05:33:47.809Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2875 | 2023-11-07T05:33:48.555Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2876 | 2023-11-07T05:33:48.720Z | Checking tokio-native-tls v0.3.1 |
2877 | 2023-11-07T05:33:48.748Z | Checking scheduled-thread-pool v0.2.7 |
2878 | 2023-11-07T05:33:48.992Z | Checking object v0.32.1 |
2879 | 2023-11-07T05:33:49.047Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2880 | 2023-11-07T05:33:49.175Z | Documenting resolv-conf v0.7.0 |
2881 | 2023-11-07T05:33:49.309Z | Checking toml_datetime v0.6.5 |
2882 | 2023-11-07T05:33:49.367Z | Checking addr2line v0.21.0 |
2883 | 2023-11-07T05:33:49.462Z | Checking serde_spanned v0.6.4 |
2884 | 2023-11-07T05:33:49.507Z | Checking bzip2-sys v0.1.11+1.0.8 |
2885 | 2023-11-07T05:33:49.622Z | Checking crc32fast v1.3.2 |
2886 | 2023-11-07T05:33:49.668Z | Checking bit-vec v0.6.3 |
2887 | 2023-11-07T05:33:49.718Z | Checking rustc-demangle v0.1.23 |
2888 | 2023-11-07T05:33:58.315Z | Checking regex-automata v0.1.10 |
2889 | 2023-11-07T05:33:58.582Z | Checking clap_lex v0.5.1 |
2890 | 2023-11-07T05:33:58.706Z | Checking matches v0.1.10 |
2891 | 2023-11-07T05:33:58.981Z | Checking ipnet v2.8.0 |
2892 | 2023-11-07T05:33:59.017Z | Checking tap v1.0.1 |
2893 | 2023-11-07T05:33:59.120Z | Checking winnow v0.5.15 |
2894 | 2023-11-07T05:33:59.165Z | Checking managed v0.8.0 |
2895 | 2023-11-07T05:33:59.216Z | Checking num_threads v0.1.6 |
2896 | 2023-11-07T05:33:59.222Z | Checking deranged v0.3.8 |
2897 | 2023-11-07T05:33:59.250Z | Documenting trust-dns-resolver v0.22.0 |
2898 | 2023-11-07T05:33:59.306Z | Checking time v0.3.27 |
2899 | 2023-11-07T05:33:59.393Z | Checking hyper-tls v0.5.0 |
2900 | 2023-11-07T05:33:59.425Z | Checking toml_edit v0.19.15 |
2901 | 2023-11-07T05:33:59.522Z | Checking backtrace v0.3.69 |
2902 | 2023-11-07T05:33:59.598Z | Checking hyper-rustls v0.24.2 |
2903 | 2023-11-07T05:33:59.694Z | Checking smoltcp v0.9.1 |
2904 | 2023-11-07T05:33:59.752Z | Checking wyz v0.5.1 |
2905 | 2023-11-07T05:33:59.859Z | Checking idna v0.2.3 |
2906 | 2023-11-07T05:33:59.964Z | Checking clap_builder v4.4.2 |
2907 | 2023-11-07T05:34:00.076Z | Checking bstr v0.2.17 |
2908 | 2023-11-07T05:34:00.093Z | Checking flate2 v1.0.28 |
2909 | 2023-11-07T05:34:00.124Z | Checking bzip2 v0.4.4 |
2910 | 2023-11-07T05:34:00.243Z | Checking r2d2 v0.8.10 |
2911 | 2023-11-07T05:34:00.291Z | Checking phf v0.11.2 |
2912 | 2023-11-07T05:34:00.351Z | Checking inout v0.1.3 |
2913 | 2023-11-07T05:34:00.398Z | Checking postgres-types v0.2.6 |
2914 | 2023-11-07T05:34:00.485Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2915 | 2023-11-07T05:34:00.508Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2916 | 2023-11-07T05:34:00.524Z | Checking itertools v0.11.0 |
2917 | 2023-11-07T05:34:00.532Z | Checking num-bigint v0.4.4 |
2918 | 2023-11-07T05:34:00.547Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2919 | 2023-11-07T05:34:00.565Z | Checking serde_urlencoded v0.7.1 |
2920 | 2023-11-07T05:34:00.584Z | Checking phf_shared v0.10.0 |
2921 | 2023-11-07T05:34:00.594Z | Checking futures-executor v0.3.29 |
2922 | 2023-11-07T05:34:00.615Z | Documenting pem-rfc7468 v0.7.0 |
2923 | 2023-11-07T05:34:00.646Z | Checking ipnetwork v0.20.0 |
2924 | 2023-11-07T05:34:00.708Z | Checking float-cmp v0.9.0 |
2925 | 2023-11-07T05:34:00.735Z | Checking zerocopy v0.6.4 |
2926 | 2023-11-07T05:34:01.764Z | Documenting der_derive v0.7.2 |
2927 | 2023-11-07T05:34:01.855Z | Checking hubpack v0.1.2 |
2928 | 2023-11-07T05:34:01.892Z | Checking encoding_rs v0.8.33 |
2929 | 2023-11-07T05:34:01.905Z | Checking crossbeam-utils v0.8.16 |
2930 | 2023-11-07T05:34:02.004Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2931 | 2023-11-07T05:34:02.062Z | Checking memoffset v0.9.0 |
2932 | 2023-11-07T05:34:02.106Z | Checking radium v0.7.0 |
2933 | 2023-11-07T05:34:02.157Z | Checking normalize-line-endings v0.3.0 |
2934 | 2023-11-07T05:34:02.188Z | Checking difflib v0.4.0 |
2935 | 2023-11-07T05:34:02.213Z | Checking regex-automata v0.3.8 |
2936 | 2023-11-07T05:34:02.261Z | Checking funty v2.0.0 |
2937 | 2023-11-07T05:34:02.438Z | Documenting flagset v0.4.3 |
2938 | 2023-11-07T05:34:02.575Z | Checking new_debug_unreachable v1.0.4 |
2939 | 2023-11-07T05:34:02.832Z | Checking webpki-roots v0.25.2 |
2940 | 2023-11-07T05:34:02.950Z | Checking whoami v1.4.1 |
2941 | 2023-11-07T05:34:03.007Z | Checking predicates-core v1.0.6 |
2942 | 2023-11-07T05:34:03.098Z | Checking data-encoding v2.4.0 |
2943 | 2023-11-07T05:34:03.162Z | Checking fixedbitset v0.4.2 |
2944 | 2023-11-07T05:34:03.217Z | Checking mime v0.3.17 |
2945 | 2023-11-07T05:34:03.228Z | Checking static_assertions v1.1.0 |
2946 | 2023-11-07T05:34:03.278Z | Checking precomputed-hash v0.1.1 |
2947 | 2023-11-07T05:34:03.311Z | Checking bstr v1.6.0 |
2948 | 2023-11-07T05:34:03.338Z | Checking string_cache v0.8.7 |
2949 | 2023-11-07T05:34:03.352Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2950 | 2023-11-07T05:34:03.384Z | Checking reqwest v0.11.20 |
2951 | 2023-11-07T05:34:03.419Z | Checking petgraph v0.6.4 |
2952 | 2023-11-07T05:34:03.469Z | Checking trust-dns-proto v0.22.0 |
2953 | 2023-11-07T05:34:03.504Z | Checking bitvec v1.0.1 |
2954 | 2023-11-07T05:34:03.541Z | Checking predicates v3.0.4 |
2955 | 2023-11-07T05:34:03.569Z | Checking tokio-postgres v0.7.10 |
2956 | 2023-11-07T05:34:03.601Z | Checking crossbeam-epoch v0.9.15 |
2957 | 2023-11-07T05:34:03.617Z | Documenting der v0.7.8 |
2958 | 2023-11-07T05:34:03.624Z | Checking diesel v2.1.3 |
2959 | 2023-11-07T05:34:03.718Z | Checking yasna v0.5.2 |
2960 | 2023-11-07T05:34:05.120Z | Checking futures v0.3.29 |
2961 | 2023-11-07T05:34:05.163Z | Checking clap v4.4.3 |
2962 | 2023-11-07T05:34:05.276Z | Checking cipher v0.4.4 |
2963 | 2023-11-07T05:34:05.322Z | Checking similar v2.2.1 |
2964 | 2023-11-07T05:34:05.325Z | Checking zip v0.6.6 |
2965 | 2023-11-07T05:34:05.352Z | Checking toml v0.7.8 |
2966 | 2023-11-07T05:34:05.922Z | Checking anyhow v1.0.75 |
2967 | 2023-11-07T05:34:06.281Z | Checking bit-set v0.5.3 |
2968 | 2023-11-07T05:34:06.424Z | Checking itertools v0.10.5 |
2969 | 2023-11-07T05:34:06.548Z | Checking num-iter v0.1.43 |
2970 | 2023-11-07T05:34:06.597Z | Checking console v0.15.7 |
2971 | 2023-11-07T05:34:06.653Z | Checking rustix v0.38.9 |
2972 | 2023-11-07T05:34:06.683Z | Checking signature v2.1.0 |
2973 | 2023-11-07T05:34:06.804Z | Checking tokio-stream v0.1.14 |
2974 | 2023-11-07T05:34:06.946Z | Checking usdt v0.3.5 |
2975 | 2023-11-07T05:34:07.241Z | Checking hex v0.4.3 |
2976 | 2023-11-07T05:34:07.472Z | Checking semver v1.0.20 |
2977 | 2023-11-07T05:34:08.015Z | Checking slog v2.7.0 |
2978 | 2023-11-07T05:34:08.119Z | Checking lalrpop-util v0.19.12 |
2979 | 2023-11-07T05:34:08.138Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2980 | 2023-11-07T05:34:10.254Z | Documenting cancel-safe-futures v0.1.5 |
2981 | 2023-11-07T05:34:10.708Z | Checking heck v0.3.3 |
2982 | 2023-11-07T05:34:10.771Z | Documenting hkdf v0.12.3 |
2983 | 2023-11-07T05:34:10.807Z | Documenting structopt-derive v0.4.18 |
2984 | 2023-11-07T05:34:10.851Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2985 | 2023-11-07T05:34:10.926Z | Documenting spki v0.7.2 |
2986 | 2023-11-07T05:34:12.091Z | Documenting arc-swap v1.6.0 |
2987 | 2023-11-07T05:34:16.576Z | Documenting keccak v0.1.4 |
2988 | 2023-11-07T05:34:17.728Z | Documenting crc-catalog v2.2.0 |
2989 | 2023-11-07T05:34:18.086Z | Documenting pkcs8 v0.10.2 |
2990 | 2023-11-07T05:34:18.201Z | Documenting slog-scope v4.4.0 |
2991 | 2023-11-07T05:34:18.417Z | Documenting structopt v0.3.26 |
2992 | 2023-11-07T05:34:20.896Z | Documenting sha3 v0.10.8 |
2993 | 2023-11-07T05:34:22.085Z | Documenting crc v3.0.1 |
2994 | 2023-11-07T05:34:24.197Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2995 | 2023-11-07T05:34:24.314Z | Documenting libefi-sys v0.1.0 |
2996 | 2023-11-07T05:34:24.881Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2997 | 2023-11-07T05:34:26.479Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2998 | 2023-11-07T05:34:26.581Z | Documenting secrecy v0.8.0 |
2999 | 2023-11-07T05:34:26.668Z | Documenting packed_struct_codegen v0.10.1 |
3000 | 2023-11-07T05:34:29.036Z | Documenting nodrop v0.1.14 |
3001 | 2023-11-07T05:34:29.101Z | Documenting ciborium-io v0.2.1 |
3002 | 2023-11-07T05:34:30.922Z | Documenting half v1.8.2 |
3003 | 2023-11-07T05:34:32.132Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3004 | 2023-11-07T05:34:33.240Z | Documenting array-init v0.0.4 |
3005 | 2023-11-07T05:34:33.608Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3006 | 2023-11-07T05:34:35.076Z | Documenting packed_struct v0.10.1 |
3007 | 2023-11-07T05:34:35.151Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3008 | 2023-11-07T05:34:35.444Z | Documenting ciborium-ll v0.2.1 |
3009 | 2023-11-07T05:34:37.968Z | Documenting pkcs1 v0.7.5 |
3010 | 2023-11-07T05:34:40.732Z | Documenting slog-stdlog v4.1.1 |
3011 | 2023-11-07T05:34:41.624Z | Documenting num-bigint-dig v0.8.4 |
3012 | 2023-11-07T05:34:41.905Z | Documenting num-rational v0.4.1 |
3013 | 2023-11-07T05:34:43.134Z | Documenting universal-hash v0.5.1 |
3014 | 2023-11-07T05:34:44.079Z | Documenting num-complex v0.4.4 |
3015 | 2023-11-07T05:34:46.563Z | Documenting filetime v0.2.22 |
3016 | 2023-11-07T05:34:48.328Z | Documenting xattr v1.0.1 |
3017 | 2023-11-07T05:34:48.965Z | Documenting termcolor v1.2.0 |
3018 | 2023-11-07T05:34:50.991Z | Documenting opaque-debug v0.3.0 |
3019 | 2023-11-07T05:34:51.185Z | Documenting bitfield v0.14.0 |
3020 | 2023-11-07T05:34:51.803Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3021 | 2023-11-07T05:34:52.148Z | Documenting rsa v0.9.2 |
3022 | 2023-11-07T05:34:52.628Z | Documenting num v0.4.1 |
3023 | 2023-11-07T05:34:54.302Z | Documenting tar v0.4.40 |
3024 | 2023-11-07T05:34:55.364Z | Documenting env_logger v0.10.0 |
3025 | 2023-11-07T05:34:55.371Z | Documenting slog-envlogger v2.2.0 |
3026 | 2023-11-07T05:34:55.633Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3027 | 2023-11-07T05:34:59.390Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3028 | 2023-11-07T05:35:00.581Z | Documenting ciborium v0.2.1 |
3029 | 2023-11-07T05:35:01.032Z | Documenting serde-hex v0.1.0 |
3030 | 2023-11-07T05:35:02.587Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3031 | 2023-11-07T05:35:03.226Z | Documenting x509-cert v0.2.4 |
3032 | 2023-11-07T05:35:03.483Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3033 | 2023-11-07T05:35:06.528Z | Documenting signal-hook v0.3.17 |
3034 | 2023-11-07T05:35:07.445Z | Documenting ron v0.8.1 |
3035 | 2023-11-07T05:35:07.945Z | Documenting fxhash v0.2.1 |
3036 | 2023-11-07T05:35:08.367Z | Documenting derive-where v1.2.5 |
3037 | 2023-11-07T05:35:09.192Z | Documenting crc-any v2.4.3 |
3038 | 2023-11-07T05:35:22.384Z | Documenting linear-map v1.2.0 |
3039 | 2023-11-07T05:35:22.844Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3040 | 2023-11-07T05:35:22.899Z | Documenting doc-comment v0.3.3 |
3041 | 2023-11-07T05:35:22.918Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3042 | 2023-11-07T05:35:23.046Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3043 | 2023-11-07T05:35:23.096Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3044 | 2023-11-07T05:35:23.135Z | Documenting newtype_derive v0.1.6 |
3045 | 2023-11-07T05:35:23.183Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3046 | 2023-11-07T05:35:23.297Z | Documenting libsqlite3-sys v0.26.0 |
3047 | 2023-11-07T05:35:23.938Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3048 | 2023-11-07T05:35:24.523Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3049 | 2023-11-07T05:35:27.273Z | Documenting hashlink v0.8.3 |
3050 | 2023-11-07T05:35:36.918Z | Documenting aead v0.5.2 |
3051 | 2023-11-07T05:35:37.205Z | Documenting snafu-derive v0.7.5 |
3052 | 2023-11-07T05:35:37.248Z | Documenting path-slash v0.1.5 |
3053 | 2023-11-07T05:35:37.291Z | Documenting same-file v1.0.6 |
3054 | 2023-11-07T05:35:37.357Z | Documenting fallible-streaming-iterator v0.1.9 |
3055 | 2023-11-07T05:35:37.862Z | Documenting steno v0.4.0 |
3056 | 2023-11-07T05:35:37.896Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3057 | 2023-11-07T05:35:38.383Z | Documenting camino-tempfile v1.0.2 |
3058 | 2023-11-07T05:35:39.346Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3059 | 2023-11-07T05:35:39.825Z | Documenting rusqlite v0.29.0 |
3060 | 2023-11-07T05:35:40.035Z | Documenting walkdir v2.4.0 |
3061 | 2023-11-07T05:35:42.635Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3062 | 2023-11-07T05:35:44.500Z | Documenting snafu v0.7.5 |
3063 | 2023-11-07T05:35:45.758Z | Documenting nix v0.26.2 |
3064 | 2023-11-07T05:35:46.626Z | Checking darling_core v0.14.4 |
3065 | 2023-11-07T05:35:47.846Z | Documenting twox-hash v1.6.3 |
3066 | 2023-11-07T05:35:49.539Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3067 | 2023-11-07T05:35:50.819Z | Documenting nibble_vec v0.1.0 |
3068 | 2023-11-07T05:35:51.498Z | Documenting endian-type v0.1.2 |
3069 | 2023-11-07T05:35:52.661Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3070 | 2023-11-07T05:35:54.598Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3071 | 2023-11-07T05:35:55.192Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3072 | 2023-11-07T05:35:56.995Z | Checking darling v0.14.4 |
3073 | 2023-11-07T05:35:57.174Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3074 | 2023-11-07T05:35:57.365Z | Documenting radix_trie v0.2.1 |
3075 | 2023-11-07T05:35:58.053Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3076 | 2023-11-07T05:35:58.087Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3077 | 2023-11-07T05:35:59.020Z | Documenting polyval v0.6.1 |
3078 | 2023-11-07T05:36:03.987Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3079 | 2023-11-07T05:36:05.660Z | Documenting num_enum v0.7.0 |
3080 | 2023-11-07T05:36:05.740Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3081 | 2023-11-07T05:36:06.198Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3082 | 2023-11-07T05:36:06.258Z | Documenting aes v0.8.3 |
3083 | 2023-11-07T05:36:10.650Z | Documenting ctr v0.9.2 |
3084 | 2023-11-07T05:36:12.086Z | Documenting bincode v1.3.3 |
3085 | 2023-11-07T05:36:14.655Z | Documenting path-dedot v3.1.0 |
3086 | 2023-11-07T05:36:15.495Z | Documenting utf-8 v0.7.6 |
3087 | 2023-11-07T05:36:16.802Z | Checking convert_case v0.4.0 |
3088 | 2023-11-07T05:36:17.137Z | Documenting convert_case v0.4.0 |
3089 | 2023-11-07T05:36:18.300Z | Documenting aes-gcm-siv v0.11.1 |
3090 | 2023-11-07T05:36:18.663Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3091 | 2023-11-07T05:36:21.061Z | Documenting path-absolutize v3.1.0 |
3092 | 2023-11-07T05:36:21.321Z | Documenting tungstenite v0.20.1 |
3093 | 2023-11-07T05:36:22.857Z | Documenting derive_more v0.99.17 |
3094 | 2023-11-07T05:36:27.488Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3095 | 2023-11-07T05:36:27.521Z | Documenting trust-dns-client v0.22.0 |
3096 | 2023-11-07T05:36:30.100Z | Documenting buf-list v1.0.3 |
3097 | 2023-11-07T05:36:30.907Z | Documenting globset v0.4.13 |
3098 | 2023-11-07T05:36:31.875Z | Documenting crossbeam-deque v0.8.3 |
3099 | 2023-11-07T05:36:33.440Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3100 | 2023-11-07T05:36:34.090Z | Documenting headers-core v0.2.0 |
3101 | 2023-11-07T05:36:35.978Z | Documenting olpc-cjson v0.1.3 |
3102 | 2023-11-07T05:36:37.068Z | Documenting serde_plain v1.0.2 |
3103 | 2023-11-07T05:36:38.098Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3104 | 2023-11-07T05:36:38.377Z | Documenting async-recursion v1.0.5 |
3105 | 2023-11-07T05:36:39.804Z | Documenting bitstruct_derive v0.1.0 |
3106 | 2023-11-07T05:36:39.863Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3107 | 2023-11-07T05:36:50.053Z | Documenting display-error-chain v0.2.0 |
3108 | 2023-11-07T05:36:50.403Z | Documenting ascii v1.1.0 |
3109 | 2023-11-07T05:36:50.466Z | Documenting ringbuffer v0.15.0 |
3110 | 2023-11-07T05:36:50.540Z | Documenting tough v0.14.0 |
3111 | 2023-11-07T05:36:50.674Z | Documenting headers v0.3.9 |
3112 | 2023-11-07T05:36:50.726Z | Documenting trust-dns-server v0.22.1 |
3113 | 2023-11-07T05:36:50.751Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3114 | 2023-11-07T05:36:50.764Z | Documenting bitstruct v0.1.1 |
3115 | 2023-11-07T05:36:50.773Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3116 | 2023-11-07T05:36:50.792Z | Documenting rayon-core v1.12.0 |
3117 | 2023-11-07T05:36:50.801Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3118 | 2023-11-07T05:36:51.926Z | Documenting tokio-tungstenite v0.20.1 |
3119 | 2023-11-07T05:36:52.562Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3120 | 2023-11-07T05:36:55.045Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3121 | 2023-11-07T05:36:55.275Z | Documenting derive_builder_core v0.12.0 |
3122 | 2023-11-07T05:36:55.300Z | Checking derive_builder_core v0.12.0 |
3123 | 2023-11-07T05:36:56.245Z | Documenting sled v0.34.7 |
3124 | 2023-11-07T05:36:56.754Z | Documenting signal-hook-mio v0.2.3 |
3125 | 2023-11-07T05:36:58.355Z | Documenting erased-serde v0.3.30 |
3126 | 2023-11-07T05:37:01.488Z | Documenting unicase v2.7.0 |
3127 | 2023-11-07T05:37:02.740Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3128 | 2023-11-07T05:37:04.064Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3129 | 2023-11-07T05:37:04.559Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3130 | 2023-11-07T05:37:04.800Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3131 | 2023-11-07T05:37:05.063Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3132 | 2023-11-07T05:37:05.209Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3133 | 2023-11-07T05:37:05.238Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3134 | 2023-11-07T05:37:05.254Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3135 | 2023-11-07T05:37:05.359Z | Documenting serde_arrays v0.1.0 |
3136 | 2023-11-07T05:37:05.910Z | Documenting ff v0.13.0 |
3137 | 2023-11-07T05:37:06.332Z | Documenting pretty-hex v0.3.0 |
3138 | 2023-11-07T05:37:07.046Z | Documenting mime_guess v2.0.4 |
3139 | 2023-11-07T05:37:10.952Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3140 | 2023-11-07T05:37:12.043Z | Documenting derive_builder_macro v0.12.0 |
3141 | 2023-11-07T05:37:12.282Z | Documenting crossterm v0.27.0 |
3142 | 2023-11-07T05:37:12.668Z | Documenting group v0.13.0 |
3143 | 2023-11-07T05:37:13.831Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3144 | 2023-11-07T05:37:19.026Z | Documenting rayon v1.8.0 |
3145 | 2023-11-07T05:37:19.312Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3146 | 2023-11-07T05:37:23.036Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3147 | 2023-11-07T05:37:29.902Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3148 | 2023-11-07T05:37:30.703Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3149 | 2023-11-07T05:37:32.026Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3150 | 2023-11-07T05:37:35.876Z | Documenting portable-atomic v1.4.3 |
3151 | 2023-11-07T05:37:39.150Z | Documenting ed25519 v1.5.3 |
3152 | 2023-11-07T05:37:39.851Z | Documenting bcs v0.1.6 |
3153 | 2023-11-07T05:37:41.494Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3154 | 2023-11-07T05:37:42.745Z | Documenting crypto-bigint v0.5.2 |
3155 | 2023-11-07T05:37:43.618Z | Documenting curve25519-dalek-derive v0.1.0 |
3156 | 2023-11-07T05:37:43.884Z | Documenting ref-cast-impl v1.0.20 |
3157 | 2023-11-07T05:37:46.274Z | Documenting thiserror-impl-no-std v2.0.2 |
3158 | 2023-11-07T05:37:50.213Z | Documenting vte_generate_state_changes v0.1.1 |
3159 | 2023-11-07T05:37:50.365Z | Documenting cassowary v0.3.0 |
3160 | 2023-11-07T05:37:51.805Z | Documenting unicode-xid v0.2.4 |
3161 | 2023-11-07T05:37:52.377Z | Documenting highway v1.1.0 |
3162 | 2023-11-07T05:37:52.381Z | Documenting base16ct v0.2.0 |
3163 | 2023-11-07T05:37:54.014Z | Documenting number_prefix v0.4.0 |
3164 | 2023-11-07T05:37:56.024Z | Checking unicode-xid v0.2.4 |
3165 | 2023-11-07T05:37:56.255Z | Documenting vte v0.11.1 |
3166 | 2023-11-07T05:37:56.419Z | Documenting elliptic-curve v0.13.5 |
3167 | 2023-11-07T05:37:57.026Z | Documenting const_format_proc_macros v0.2.31 |
3168 | 2023-11-07T05:37:57.095Z | Documenting ratatui v0.23.0 |
3169 | 2023-11-07T05:37:57.109Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3170 | 2023-11-07T05:37:58.593Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3171 | 2023-11-07T05:38:00.452Z | Documenting indicatif v0.17.7 |
3172 | 2023-11-07T05:38:02.743Z | Documenting thiserror-no-std v2.0.2 |
3173 | 2023-11-07T05:38:03.619Z | Documenting ref-cast v1.0.20 |
3174 | 2023-11-07T05:38:05.091Z | Documenting curve25519-dalek v4.1.0 |
3175 | 2023-11-07T05:38:05.477Z | Documenting salty v0.2.0 |
3176 | 2023-11-07T05:38:07.259Z | Documenting derive_builder v0.12.0 |
3177 | 2023-11-07T05:38:08.340Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3178 | 2023-11-07T05:38:08.375Z | Documenting polar-core v0.27.0 |
3179 | 2023-11-07T05:38:08.379Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3180 | 2023-11-07T05:38:11.967Z | Documenting libxml v0.3.3 |
3181 | 2023-11-07T05:38:14.385Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3182 | 2023-11-07T05:38:21.361Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3183 | 2023-11-07T05:38:21.425Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3184 | 2023-11-07T05:38:22.359Z | Documenting poly1305 v0.8.0 |
3185 | 2023-11-07T05:38:23.302Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3186 | 2023-11-07T05:38:29.514Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3187 | 2023-11-07T05:38:29.926Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3188 | 2023-11-07T05:38:30.272Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3189 | 2023-11-07T05:38:30.381Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3190 | 2023-11-07T05:38:31.634Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3191 | 2023-11-07T05:38:33.761Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3192 | 2023-11-07T05:38:41.164Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3193 | 2023-11-07T05:38:42.205Z | Documenting chacha20 v0.9.1 |
3194 | 2023-11-07T05:38:42.556Z | Documenting bb8 v0.8.1 |
3195 | 2023-11-07T05:38:44.692Z | Documenting bytesize v1.3.0 |
3196 | 2023-11-07T05:38:49.578Z | Documenting serde-big-array v0.5.1 |
3197 | 2023-11-07T05:38:49.727Z | Documenting quick-xml v0.23.1 |
3198 | 2023-11-07T05:38:50.252Z | Documenting pem v3.0.2 |
3199 | 2023-11-07T05:38:50.591Z | Documenting impl-trait-for-tuples v0.2.2 |
3200 | 2023-11-07T05:38:51.346Z | Documenting oso-derive v0.27.0 |
3201 | 2023-11-07T05:38:51.717Z | Documenting rtoolbox v0.0.1 |
3202 | 2023-11-07T05:38:53.099Z | Documenting humantime v2.1.0 |
3203 | 2023-11-07T05:38:55.661Z | Documenting fs-err v2.9.0 |
3204 | 2023-11-07T05:38:56.694Z | Documenting maplit v1.0.2 |
3205 | 2023-11-07T05:38:56.810Z | Documenting smawk v0.3.1 |
3206 | 2023-11-07T05:38:57.691Z | Documenting unicode-linebreak v0.1.5 |
3207 | 2023-11-07T05:38:58.101Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3208 | 2023-11-07T05:38:58.205Z | Documenting rpassword v7.2.0 |
3209 | 2023-11-07T05:38:59.588Z | Documenting rcgen v0.11.3 |
3210 | 2023-11-07T05:38:59.594Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3211 | 2023-11-07T05:39:02.160Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3212 | 2023-11-07T05:39:02.325Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3213 | 2023-11-07T05:39:02.502Z | Documenting oso v0.27.0 |
3214 | 2023-11-07T05:39:02.746Z | Documenting textwrap v0.16.0 |
3215 | 2023-11-07T05:39:09.365Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3216 | 2023-11-07T05:39:09.781Z | Documenting chacha20poly1305 v0.10.1 |
3217 | 2023-11-07T05:39:10.566Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3218 | 2023-11-07T05:39:18.112Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3219 | 2023-11-07T05:39:19.370Z | Documenting vsss-rs v3.3.1 |
3220 | 2023-11-07T05:39:22.514Z | Documenting tui-tree-widget v0.13.0 |
3221 | 2023-11-07T05:39:24.964Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3222 | 2023-11-07T05:39:26.889Z | Documenting const_format v0.2.31 |
3223 | 2023-11-07T05:39:28.546Z | Documenting strip-ansi-escapes v0.2.0 |
3224 | 2023-11-07T05:39:30.046Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3225 | 2023-11-07T05:39:31.533Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3226 | 2023-11-07T05:39:31.832Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3227 | 2023-11-07T05:39:33.348Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3228 | 2023-11-07T05:39:37.175Z | Documenting cookie v0.16.2 |
3229 | 2023-11-07T05:39:37.919Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3230 | 2023-11-07T05:39:39.486Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3231 | 2023-11-07T05:39:43.530Z | Documenting signal-hook-tokio v0.3.1 |
3232 | 2023-11-07T05:39:44.480Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3233 | 2023-11-07T05:39:45.340Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3234 | 2023-11-07T05:39:45.864Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3235 | 2023-11-07T05:39:47.007Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3236 | 2023-11-07T05:39:47.969Z | Documenting atomicwrites v0.4.2 |
3237 | 2023-11-07T05:39:50.220Z | Documenting fd-lock v3.0.13 |
3238 | 2023-11-07T05:39:50.631Z | Documenting subprocess v0.2.9 |
3239 | 2023-11-07T05:39:52.766Z | Documenting shell-words v1.1.0 |
3240 | 2023-11-07T05:39:53.637Z | Documenting nu-ansi-term v0.49.0 |
3241 | 2023-11-07T05:39:55.080Z | Documenting http-range v0.1.5 |
3242 | 2023-11-07T05:39:57.505Z | Documenting owo-colors v3.5.0 |
3243 | 2023-11-07T05:39:57.608Z | Documenting corncobs v0.1.3 |
3244 | 2023-11-07T05:39:59.077Z | Documenting bit_field v0.10.2 |
3245 | 2023-11-07T05:40:00.072Z | Documenting reedline v0.23.0 |
3246 | 2023-11-07T05:40:00.757Z | Documenting hyper-staticfile v0.9.5 |
3247 | 2023-11-07T05:40:01.977Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3248 | 2023-11-07T05:40:03.564Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3249 | 2023-11-07T05:40:05.086Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3250 | 2023-11-07T05:40:06.458Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3251 | 2023-11-07T05:40:08.426Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3252 | 2023-11-07T05:40:11.557Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3253 | 2023-11-07T05:40:11.601Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3254 | 2023-11-07T05:40:13.399Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3255 | 2023-11-07T05:40:13.879Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3256 | 2023-11-07T05:40:33.045Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3257 | 2023-11-07T05:40:36.681Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3258 | 2023-11-07T05:40:37.251Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3259 | 2023-11-07T05:40:44.296Z | Documenting fatfs v0.3.6 |
3260 | 2023-11-07T05:40:47.178Z | Documenting cargo-platform v0.1.3 |
3261 | 2023-11-07T05:41:02.780Z | Documenting nanorand v0.7.0 |
3262 | 2023-11-07T05:41:03.165Z | Documenting assert_matches v1.5.0 |
3263 | 2023-11-07T05:41:03.299Z | Documenting glob v0.3.1 |
3264 | 2023-11-07T05:41:03.520Z | Documenting cargo_metadata v0.18.0 |
3265 | 2023-11-07T05:41:03.536Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3266 | 2023-11-07T05:41:03.540Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3267 | 2023-11-07T05:41:03.547Z | Documenting flume v0.11.0 |
3268 | 2023-11-07T05:41:03.553Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3269 | 2023-11-07T05:41:03.561Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3270 | 2023-11-07T05:41:03.568Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3271 | 2023-11-07T05:41:03.576Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3272 | 2023-11-07T05:41:03.582Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3273 | 2023-11-07T05:41:05.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3274 | 2023-11-07T05:41:05.400Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3275 | 2023-11-07T05:41:08.219Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3276 | 2023-11-07T05:41:29.443Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3277 | 2023-11-07T05:41:32.176Z | Documenting omicron-zone-package v0.8.3 |
3278 | 2023-11-07T05:41:39.448Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3279 | 2023-11-07T05:41:40.057Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3280 | 2023-11-07T05:41:41.628Z | Documenting cargo_toml v0.16.3 |
3281 | 2023-11-07T05:41:44.106Z | Documenting termios v0.3.3 |
3282 | 2023-11-07T05:41:45.283Z | Documenting topological-sort v0.2.2 |
3283 | 2023-11-07T05:41:50.029Z | Documenting swrite v0.1.0 |
3284 | 2023-11-07T05:41:50.250Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3285 | 2023-11-07T05:41:50.688Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3286 | 2023-11-07T05:41:51.676Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3287 | 2023-11-07T05:41:56.731Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3288 | 2023-11-07T05:42:01.973Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3289 | 2023-11-07T05:42:02.586Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3290 | 2023-11-07T05:42:29.022Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3291 | 2023-11-07T05:42:37.680Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3292 | 2023-11-07T05:43:07.237Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3293 | 2023-11-07T05:43:07.439Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3294 | 2023-11-07T05:43:07.538Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3295 | 2023-11-07T05:43:07.654Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3296 | 2023-11-07T05:43:07.812Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3297 | 2023-11-07T05:43:08.078Z | | |
3298 | 2023-11-07T05:43:08.219Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3299 | 2023-11-07T05:43:08.272Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3300 | 2023-11-07T05:43:08.332Z | | |
3301 | 2023-11-07T05:43:08.770Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3302 | 2023-11-07T05:43:08.907Z | help: to link to the struct, prefix with `struct@` |
3303 | 2023-11-07T05:43:08.990Z | | |
3304 | 2023-11-07T05:43:09.136Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3305 | 2023-11-07T05:43:09.168Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3306 | 2023-11-07T05:43:09.194Z | | |
3307 | 2023-11-07T05:43:09.209Z | |
3308 | 2023-11-07T05:43:09.224Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3309 | 2023-11-07T05:43:09.240Z | warning: `wicketd` (lib doc) generated 1 warning |
3310 | 2023-11-07T05:43:09.258Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3311 | 2023-11-07T05:44:19.706Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 39s |
3312 | 2023-11-07T05:44:19.852Z | |
3313 | 2023-11-07T05:44:19.889Z | real 16:40.045803428 |
3314 | 2023-11-07T05:44:19.926Z | user 59:14.541241959 |
3315 | 2023-11-07T05:44:19.966Z | sys 1:03:45.828487554 |
3316 | 2023-11-07T05:44:19.987Z | trap 2.133320393 |
3317 | 2023-11-07T05:44:20.032Z | tflt 0.178787416 |
3318 | 2023-11-07T05:44:20.052Z | dflt 0.605823551 |
3319 | 2023-11-07T05:44:20.069Z | kflt 0.000080588 |
3320 | 2023-11-07T05:44:20.102Z | lock 3:09:19.846911207 |
3321 | 2023-11-07T05:44:20.122Z | slp 4:25:05.602934463 |
3322 | 2023-11-07T05:44:20.129Z | lat 5:50.231417066 |
3323 | 2023-11-07T05:44:20.179Z | stop 2:16.375712688 |
3324 | 2023-11-07T05:44:20.202Z | process exited: duration 2044469 ms, exit code 0 |
|
3325 | 2023-11-07T05:44:20.228Z | found 0 output files |