|
|
|
1 | 2023-11-21T20:29:19.753Z | job assigned to worker 01HFSS26Q7N47PYH0SD1X29XF7 (queued for 1 m 52 s) |
|
2 | 2023-11-21T20:29:19.873Z | starting task 0: "setup" |
3 | 2023-11-21T20:29:19.989Z | ++ uname -s |
4 | 2023-11-21T20:29:19.998Z | + kern=SunOS |
5 | 2023-11-21T20:29:19.998Z | + case "$kern" in |
6 | 2023-11-21T20:29:19.998Z | + groupadd -g 12345 build |
7 | 2023-11-21T20:29:19.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-21T20:29:22.022Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-21T20:29:22.153Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-21T20:29:22.174Z | + home_fs=zfs |
11 | 2023-11-21T20:29:22.174Z | + [[ zfs == autofs ]] |
12 | 2023-11-21T20:29:22.174Z | + mkdir -p /home/build |
13 | 2023-11-21T20:29:22.174Z | + chown build:build /home/build /work |
14 | 2023-11-21T20:29:23.158Z | + chmod 0700 /home/build /work |
15 | 2023-11-21T20:29:23.162Z | process exited: duration 3292 ms, exit code 0 |
|
16 | 2023-11-21T20:29:23.167Z | starting task 1: "rust-toolchain" |
17 | 2023-11-21T20:29:23.177Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-21T20:29:23.179Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-21T20:29:23.375Z | info: downloading installer |
20 | 2023-11-21T20:29:26.293Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-21T20:29:26.293Z | warning: /opt/ooce/bin |
22 | 2023-11-21T20:29:26.293Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-21T20:29:26.293Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-21T20:29:26.293Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-21T20:29:26.293Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-21T20:29:26.293Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-21T20:29:26.294Z | error: cannot install while Rust is installed |
28 | 2023-11-21T20:29:26.294Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-21T20:29:26.537Z | info: profile set to 'default' |
30 | 2023-11-21T20:29:26.537Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-21T20:29:26.565Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-21T20:29:26.854Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-21T20:29:26.854Z | info: downloading component 'cargo' |
34 | 2023-11-21T20:29:27.500Z | info: downloading component 'clippy' |
35 | 2023-11-21T20:29:27.775Z | info: downloading component 'rust-docs' |
36 | 2023-11-21T20:29:28.793Z | info: downloading component 'rust-std' |
37 | 2023-11-21T20:29:30.697Z | info: downloading component 'rustc' |
38 | 2023-11-21T20:29:35.074Z | info: downloading component 'rustfmt' |
39 | 2023-11-21T20:29:35.339Z | info: installing component 'cargo' |
40 | 2023-11-21T20:29:37.112Z | info: installing component 'clippy' |
41 | 2023-11-21T20:29:38.018Z | info: installing component 'rust-docs' |
42 | 2023-11-21T20:29:40.714Z | info: installing component 'rust-std' |
43 | 2023-11-21T20:29:44.453Z | info: installing component 'rustc' |
44 | 2023-11-21T20:29:53.503Z | info: installing component 'rustfmt' |
45 | 2023-11-21T20:29:53.964Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-21T20:29:53.964Z | |
47 | 2023-11-21T20:29:54.138Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-21T20:29:54.138Z | |
49 | 2023-11-21T20:29:54.138Z | |
50 | 2023-11-21T20:29:54.138Z | Rust is installed now. Great! |
51 | 2023-11-21T20:29:54.138Z | |
52 | 2023-11-21T20:29:54.138Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-21T20:29:54.138Z | environment variable. This has not been done automatically. |
54 | 2023-11-21T20:29:54.138Z | |
55 | 2023-11-21T20:29:54.138Z | To configure your current shell, run: |
56 | 2023-11-21T20:29:54.138Z | source "$HOME/.cargo/env" |
57 | 2023-11-21T20:29:54.224Z | + rustc --version |
58 | 2023-11-21T20:29:54.337Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-21T20:29:54.342Z | process exited: duration 31174 ms, exit code 0 |
|
60 | 2023-11-21T20:29:54.359Z | starting task 2: "authentication" |
61 | 2023-11-21T20:29:54.385Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2023-11-21T20:29:54.395Z | starting task 3: "clone repository" |
63 | 2023-11-21T20:29:54.399Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-21T20:29:54.403Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-21T20:29:54.440Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-21T20:30:01.693Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-21T20:30:01.693Z | + [[ -n john/inventory-rot-cmpa-cfpa ]] |
68 | 2023-11-21T20:30:01.693Z | + git fetch origin john/inventory-rot-cmpa-cfpa |
69 | 2023-11-21T20:30:01.694Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-21T20:30:01.694Z | * branch john/inventory-rot-cmpa-cfpa -> FETCH_HEAD |
71 | 2023-11-21T20:30:01.694Z | + git checkout -B john/inventory-rot-cmpa-cfpa remotes/origin/john/inventory-rot-cmpa-cfpa |
72 | 2023-11-21T20:30:01.694Z | Switched to a new branch 'john/inventory-rot-cmpa-cfpa' |
73 | 2023-11-21T20:30:01.694Z | branch 'john/inventory-rot-cmpa-cfpa' set up to track 'origin/john/inventory-rot-cmpa-cfpa'. |
74 | 2023-11-21T20:30:01.694Z | + git reset --hard 500ab9096843e936a0c3672a5ad3edde45d6e227 |
75 | 2023-11-21T20:30:01.694Z | HEAD is now at 500ab909 bump schema after merging main |
76 | 2023-11-21T20:30:01.694Z | process exited: duration 6080 ms, exit code 0 |
|
77 | 2023-11-21T20:30:01.975Z | starting task 4: "build" |
78 | 2023-11-21T20:30:02.064Z | + cargo --version |
79 | 2023-11-21T20:30:02.064Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-21T20:30:02.104Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-21T20:30:02.179Z | info: downloading component 'cargo' |
82 | 2023-11-21T20:30:03.032Z | info: downloading component 'clippy' |
83 | 2023-11-21T20:30:03.391Z | info: downloading component 'rust-docs' |
84 | 2023-11-21T20:30:04.534Z | info: downloading component 'rust-std' |
85 | 2023-11-21T20:30:06.423Z | info: downloading component 'rustc' |
86 | 2023-11-21T20:30:11.485Z | info: downloading component 'rustfmt' |
87 | 2023-11-21T20:30:11.775Z | info: installing component 'cargo' |
88 | 2023-11-21T20:30:12.969Z | info: installing component 'clippy' |
89 | 2023-11-21T20:30:13.492Z | info: installing component 'rust-docs' |
90 | 2023-11-21T20:30:16.173Z | info: installing component 'rust-std' |
91 | 2023-11-21T20:30:18.922Z | info: installing component 'rustc' |
92 | 2023-11-21T20:30:25.507Z | info: installing component 'rustfmt' |
93 | 2023-11-21T20:30:26.138Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-21T20:30:26.151Z | + rustc --version |
95 | 2023-11-21T20:30:26.362Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-21T20:30:26.371Z | + source ./env.sh |
97 | 2023-11-21T20:30:26.371Z | ++ set -o xtrace |
98 | 2023-11-21T20:30:26.371Z | ++++ dirname ./env.sh |
99 | 2023-11-21T20:30:26.371Z | +++ cd . |
100 | 2023-11-21T20:30:26.371Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-21T20:30:26.371Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ 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-21T20:30:26.371Z | ++ unset OMICRON_WS |
111 | 2023-11-21T20:30:26.371Z | ++ set +o xtrace |
112 | 2023-11-21T20:30:26.464Z | |
113 | 2023-11-21T20:30:26.464Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-21T20:30:26.464Z | # # # # # # # # # # # # # # # |
115 | 2023-11-21T20:30:26.464Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-21T20:30:26.464Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-21T20:30:26.464Z | # # # # # # # # # # # # # # # |
118 | 2023-11-21T20:30:26.464Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-21T20:30:26.464Z | |
120 | 2023-11-21T20:30:35.477Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-21T20:30:36.485Z | Startup: Caching catalogs ... Done |
122 | 2023-11-21T20:30:42.308Z | Planning: Solver setup ... Done (5.069s) |
123 | 2023-11-21T20:30:42.311Z | Planning: Running solver ... Done (0.127s) |
124 | 2023-11-21T20:30:42.312Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-21T20:30:42.312Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-21T20:30:42.329Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-21T20:30:42.414Z | Planning: Package planning ... Done (0.083s) |
128 | 2023-11-21T20:30:42.502Z | Planning: Merging actions ... Done (0.089s) |
129 | 2023-11-21T20:30:43.196Z | Planning: Checking for conflicting actions ... Done (0.693s) |
130 | 2023-11-21T20:30:43.213Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-21T20:30:47.622Z | Planning: Evaluating mediators ... Done (4.392s) |
132 | 2023-11-21T20:30:51.272Z | Planning: Planning completed in 11.08 seconds |
133 | 2023-11-21T20:30:51.344Z | Packages to install: 4 |
134 | 2023-11-21T20:30:51.344Z | Mediators to change: 2 |
135 | 2023-11-21T20:30:51.344Z | Services to change: 1 |
136 | 2023-11-21T20:30:51.344Z | Estimated space available: 148.90 GB |
137 | 2023-11-21T20:30:51.344Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-21T20:30:51.344Z | Create boot environment: No |
139 | 2023-11-21T20:30:51.344Z | Create backup boot environment: No |
140 | 2023-11-21T20:30:51.344Z | Rebuild boot archive: No |
141 | 2023-11-21T20:30:51.344Z | |
142 | 2023-11-21T20:30:51.345Z | Changed mediators: |
143 | 2023-11-21T20:30:51.345Z | mediator clang: |
144 | 2023-11-21T20:30:51.348Z | version: None -> 15 (system default) |
145 | 2023-11-21T20:30:51.348Z | |
146 | 2023-11-21T20:30:51.348Z | mediator llvm: |
147 | 2023-11-21T20:30:51.348Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-21T20:30:51.348Z | |
149 | 2023-11-21T20:30:51.348Z | Changed packages: |
150 | 2023-11-21T20:30:51.348Z | helios-dev |
151 | 2023-11-21T20:30:51.349Z | developer/build-essential |
152 | 2023-11-21T20:30:51.349Z | None -> 11-2.0 |
153 | 2023-11-21T20:30:51.349Z | library/libxmlsec1 |
154 | 2023-11-21T20:30:51.349Z | None -> 1.2.35-2.0 |
155 | 2023-11-21T20:30:51.349Z | ooce/developer/clang-15 |
156 | 2023-11-21T20:30:51.349Z | None -> 15.0.7-2.0 |
157 | 2023-11-21T20:30:51.349Z | ooce/developer/llvm-15 |
158 | 2023-11-21T20:30:51.349Z | None -> 15.0.7-2.0 |
159 | 2023-11-21T20:30:51.349Z | |
160 | 2023-11-21T20:30:51.349Z | Services: |
161 | 2023-11-21T20:30:51.349Z | restart_fmri: |
162 | 2023-11-21T20:30:51.349Z | svc:/system/update-man-index:default |
163 | 2023-11-21T20:30:51.430Z | |
164 | 2023-11-21T20:30:51.430Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-21T20:30:56.705Z | Download: 945/3290 items 19.0/212.6MB 8% complete (3.9M/s) |
166 | 2023-11-21T20:31:01.586Z | Download: 1734/3290 items 114.4/212.6MB 53% complete (11.7M/s) |
167 | 2023-11-21T20:31:07.492Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (11.8M/s) |
168 | 2023-11-21T20:31:12.487Z | Download: 3102/3290 items 146.4/212.6MB 68% complete (2.6M/s) |
169 | 2023-11-21T20:31:20.335Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.7M/s) |
170 | 2023-11-21T20:31:22.034Z | Download: Completed 212.60 MB in 30.73 seconds (6.9M/s) |
171 | 2023-11-21T20:31:22.285Z | Actions: 1/3687 actions (Installing new actions) |
172 | 2023-11-21T20:31:27.749Z | Actions: 1772/3687 actions (Installing new actions) |
173 | 2023-11-21T20:31:30.555Z | Actions: Completed 3687 actions in 8.29 seconds. |
174 | 2023-11-21T20:31:30.732Z | Done (0.092s) |
175 | 2023-11-21T20:31:30.732Z | Done (0.000s) |
176 | 2023-11-21T20:31:30.938Z | Done (0.223s) |
177 | 2023-11-21T20:31:38.664Z | Done (7.668s) |
178 | 2023-11-21T20:31:38.930Z | Done (0.168s) |
179 | 2023-11-21T20:31:38.944Z | Done (0.000s) |
180 | 2023-11-21T20:31:39.171Z | Done (0.000s) |
181 | 2023-11-21T20:31:39.950Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-21T20:31:40.149Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-21T20:31:40.153Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-21T20:31:40.590Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-21T20:31:40.627Z | Planning: Planning completed in 0.72 seconds |
186 | 2023-11-21T20:31:40.645Z | Mediators to change: 2 |
187 | 2023-11-21T20:31:40.662Z | Create boot environment: No |
188 | 2023-11-21T20:31:40.662Z | Create backup boot environment: No |
189 | 2023-11-21T20:31:40.740Z | Done |
190 | 2023-11-21T20:31:40.740Z | Done |
191 | 2023-11-21T20:31:45.052Z | Done |
192 | 2023-11-21T20:31:46.625Z | Done |
193 | 2023-11-21T20:31:46.735Z | Done |
194 | 2023-11-21T20:31:46.740Z | Done |
195 | 2023-11-21T20:31:46.848Z | Done |
196 | 2023-11-21T20:31:47.850Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-11-21T20:31:47.862Z | Planning: Merging actions ... Done |
198 | 2023-11-21T20:31:48.170Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-11-21T20:31:48.173Z | Planning: Consolidating action changes ... Done |
200 | 2023-11-21T20:31:48.669Z | Planning: Evaluating mediators ... Done |
201 | 2023-11-21T20:31:48.827Z | Planning: Planning completed in 1.28 seconds |
202 | 2023-11-21T20:31:48.973Z | Packages to change: 1 |
203 | 2023-11-21T20:31:48.973Z | Mediators to change: 1 |
204 | 2023-11-21T20:31:48.973Z | Services to change: 1 |
205 | 2023-11-21T20:31:48.973Z | Create boot environment: No |
206 | 2023-11-21T20:31:48.973Z | Create backup boot environment: Yes |
207 | 2023-11-21T20:31:50.902Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2023-11-21T20:31:50.951Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2023-11-21T20:31:50.951Z | Done |
210 | 2023-11-21T20:31:50.951Z | Done |
211 | 2023-11-21T20:31:50.951Z | Done |
212 | 2023-11-21T20:31:56.658Z | Done |
213 | 2023-11-21T20:31:56.784Z | Done |
214 | 2023-11-21T20:31:56.790Z | Done |
215 | 2023-11-21T20:31:56.897Z | Done |
216 | 2023-11-21T20:31:57.608Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2023-11-21T20:31:57.608Z | clang system 15 system |
218 | 2023-11-21T20:31:57.608Z | csh system system illumos |
219 | 2023-11-21T20:31:57.608Z | ctags system system illumos |
220 | 2023-11-21T20:31:57.608Z | gcc vendor 12 vendor |
221 | 2023-11-21T20:31:57.608Z | gcc system 10 system |
222 | 2023-11-21T20:31:57.608Z | gcc system 7 system |
223 | 2023-11-21T20:31:57.608Z | go system 1.20 system |
224 | 2023-11-21T20:31:57.608Z | go system 1.19 system |
225 | 2023-11-21T20:31:57.608Z | llvm system 15 system |
226 | 2023-11-21T20:31:57.608Z | llvm system 14 system |
227 | 2023-11-21T20:31:57.608Z | mariadb system 10.6 system |
228 | 2023-11-21T20:31:57.608Z | mta vendor vendor dma |
229 | 2023-11-21T20:31:57.608Z | openjdk system 17 system |
230 | 2023-11-21T20:31:57.608Z | openjdk system 11 system |
231 | 2023-11-21T20:31:57.610Z | openjdk system 1.8 system |
232 | 2023-11-21T20:31:57.610Z | openssl vendor 3 vendor |
233 | 2023-11-21T20:31:57.610Z | perl system 5.36 system |
234 | 2023-11-21T20:31:57.610Z | postgresql system 15 system |
235 | 2023-11-21T20:31:57.610Z | postgresql system 13 system |
236 | 2023-11-21T20:31:57.610Z | python vendor 3 vendor |
237 | 2023-11-21T20:31:57.610Z | python system 2 system |
238 | 2023-11-21T20:31:57.610Z | python3 system 3.11 system |
239 | 2023-11-21T20:31:57.610Z | ruby system 3.0 system |
240 | 2023-11-21T20:31:57.610Z | words vendor vendor american-english |
241 | 2023-11-21T20:31:57.610Z | words system system australian-english |
242 | 2023-11-21T20:31:57.610Z | words system system british-english |
243 | 2023-11-21T20:31:57.610Z | words system system canadian-english |
244 | 2023-11-21T20:31:57.610Z | words system system french |
245 | 2023-11-21T20:31:57.610Z | words system system italian |
246 | 2023-11-21T20:31:57.610Z | words system system ngerman |
247 | 2023-11-21T20:31:57.610Z | words system system ogerman |
248 | 2023-11-21T20:31:57.610Z | words system system spanish |
249 | 2023-11-21T20:31:58.089Z | FMRI IFO |
250 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
254 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2023-11-21T20:31:58.089Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
256 | 2023-11-21T20:31:58.172Z | + set -o errexit |
257 | 2023-11-21T20:31:58.191Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2023-11-21T20:31:58.191Z | ++ cd ./tools |
259 | 2023-11-21T20:31:58.191Z | ++ pwd |
260 | 2023-11-21T20:31:58.192Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2023-11-21T20:31:58.192Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2023-11-21T20:31:58.192Z | + ARG0=ci_download_cockroachdb |
263 | 2023-11-21T20:31:58.192Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2023-11-21T20:31:58.192Z | + CIDL_VERSION=v22.1.9 |
265 | 2023-11-21T20:31:58.192Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2023-11-21T20:31:58.192Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
267 | 2023-11-21T20:31:58.192Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
268 | 2023-11-21T20:31:58.192Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-21T20:31:58.192Z | + TARGET_DIR=out |
270 | 2023-11-21T20:31:58.192Z | + DOWNLOAD_DIR=out/downloads |
271 | 2023-11-21T20:31:58.192Z | + DEST_DIR=./out/cockroachdb |
272 | 2023-11-21T20:31:58.192Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2023-11-21T20:31:58.192Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2023-11-21T20:31:58.192Z | + main |
275 | 2023-11-21T20:31:58.192Z | + [[ 0 != 0 ]] |
276 | 2023-11-21T20:31:58.192Z | + CIDL_OS=solaris2.11 |
277 | 2023-11-21T20:31:58.192Z | + [[ 0 != 0 ]] |
278 | 2023-11-21T20:31:58.192Z | + configure_os solaris2.11 |
279 | 2023-11-21T20:31:58.192Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2023-11-21T20:31:58.194Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2023-11-21T20:31:58.194Z | current directory: /work/oxidecomputer/omicron |
282 | 2023-11-21T20:31:58.194Z | configuring based on OS: "solaris2.11" |
283 | 2023-11-21T20:31:58.194Z | + case "$1" in |
284 | 2023-11-21T20:31:58.194Z | + CIDL_BUILD=illumos |
285 | 2023-11-21T20:31:58.194Z | + CIDL_SUFFIX=tar.gz |
286 | 2023-11-21T20:31:58.194Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-21T20:31:58.194Z | + CIDL_MD5FUNC=do_md5sum |
288 | 2023-11-21T20:31:58.194Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2023-11-21T20:31:58.194Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2023-11-21T20:31:58.194Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2023-11-21T20:31:58.194Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-21T20:31:58.194Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-21T20:31:58.194Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
294 | 2023-11-21T20:31:58.194Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-21T20:31:58.194Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-21T20:31:58.194Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-21T20:31:58.194Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-21T20:31:58.194Z | + mkdir -p out/downloads |
299 | 2023-11-21T20:31:58.194Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-11-21T20:31:58.194Z | + mkdir -p ./out/cockroachdb |
301 | 2023-11-21T20:31:58.194Z | + local DO_DOWNLOAD=true |
302 | 2023-11-21T20:31:58.194Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2023-11-21T20:31:58.194Z | + '[' true == true ']' |
304 | 2023-11-21T20:31:58.194Z | + echo Downloading... |
305 | 2023-11-21T20:31:58.194Z | Downloading... |
306 | 2023-11-21T20:31:58.195Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-21T20:31:58.200Z | + 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 |
308 | 2023-11-21T20:32:06.722Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-21T20:32:06.741Z | ++ md5sum |
310 | 2023-11-21T20:32:06.741Z | ++ awk '{print $1}' |
311 | 2023-11-21T20:32:06.915Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
312 | 2023-11-21T20:32:06.915Z | + [[ 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 ]] |
313 | 2023-11-21T20:32:06.915Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-21T20:32:06.915Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2023-11-21T20:32:10.293Z | + do_assemble_illumos |
316 | 2023-11-21T20:32:10.293Z | + rm -r ./out/cockroachdb |
317 | 2023-11-21T20:32:10.305Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2023-11-21T20:32:10.955Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2023-11-21T20:32:11.278Z | Build Tag: v22.1.9-dirty |
320 | 2023-11-21T20:32:11.278Z | Build Time: 2022/10/26 21:17:46 |
321 | 2023-11-21T20:32:11.278Z | Distribution: OSS |
322 | 2023-11-21T20:32:11.278Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2023-11-21T20:32:11.278Z | Go Version: go1.17.13 |
324 | 2023-11-21T20:32:11.278Z | C Compiler: gcc 10.3.0 |
325 | 2023-11-21T20:32:11.278Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2023-11-21T20:32:11.278Z | Build Type: release |
327 | 2023-11-21T20:32:11.320Z | + set -o errexit |
328 | 2023-11-21T20:32:11.320Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2023-11-21T20:32:11.320Z | ++ cd ./tools |
330 | 2023-11-21T20:32:11.320Z | ++ pwd |
331 | 2023-11-21T20:32:11.320Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2023-11-21T20:32:11.320Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2023-11-21T20:32:11.320Z | + ARG0=ci_download_clickhouse |
334 | 2023-11-21T20:32:11.320Z | + TARGET_DIR=out |
335 | 2023-11-21T20:32:11.321Z | + DOWNLOAD_DIR=out/downloads |
336 | 2023-11-21T20:32:11.321Z | + DEST_DIR=./out/clickhouse |
337 | 2023-11-21T20:32:11.321Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2023-11-21T20:32:11.321Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2023-11-21T20:32:11.321Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2023-11-21T20:32:11.321Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2023-11-21T20:32:11.321Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-21T20:32:11.321Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2023-11-21T20:32:11.321Z | + main |
344 | 2023-11-21T20:32:11.321Z | + [[ 0 != 0 ]] |
345 | 2023-11-21T20:32:11.321Z | + CIDL_OS=solaris2.11 |
346 | 2023-11-21T20:32:11.321Z | + [[ 0 != 0 ]] |
347 | 2023-11-21T20:32:11.321Z | + configure_os solaris2.11 |
348 | 2023-11-21T20:32:11.321Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2023-11-21T20:32:11.418Z | current directory: /work/oxidecomputer/omicron |
350 | 2023-11-21T20:32:11.418Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2023-11-21T20:32:11.418Z | + CIDL_DASHREV= |
352 | 2023-11-21T20:32:11.418Z | + case "$1" in |
353 | 2023-11-21T20:32:11.418Z | configuring based on OS: "solaris2.11" |
354 | 2023-11-21T20:32:11.418Z | + CIDL_PLATFORM=illumos |
355 | 2023-11-21T20:32:11.418Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-21T20:32:11.418Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2023-11-21T20:32:11.418Z | + CIDL_DASHREV=-1 |
358 | 2023-11-21T20:32:11.418Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2023-11-21T20:32:11.418Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-21T20:32:11.418Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-21T20:32:11.418Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-21T20:32:11.419Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-21T20:32:11.419Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
364 | 2023-11-21T20:32:11.419Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-11-21T20:32:11.419Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-21T20:32:11.419Z | + mkdir -p out/downloads |
367 | 2023-11-21T20:32:11.419Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-21T20:32:11.419Z | + local DO_DOWNLOAD=true |
369 | 2023-11-21T20:32:11.419Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2023-11-21T20:32:11.419Z | + '[' true == true ']' |
371 | 2023-11-21T20:32:11.419Z | + echo Downloading... |
372 | 2023-11-21T20:32:11.419Z | Downloading... |
373 | 2023-11-21T20:32:11.419Z | + 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 |
374 | 2023-11-21T20:32:11.419Z | + 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 |
375 | 2023-11-21T20:32:13.057Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-11-21T20:32:13.066Z | ++ md5sum |
377 | 2023-11-21T20:32:13.066Z | ++ awk '{print $1}' |
378 | 2023-11-21T20:32:13.229Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2023-11-21T20:32:13.230Z | + [[ 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 ]] |
380 | 2023-11-21T20:32:13.230Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2023-11-21T20:32:13.233Z | + mkdir -p ./out/clickhouse |
382 | 2023-11-21T20:32:13.233Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2023-11-21T20:32:18.058Z | + ./out/clickhouse/clickhouse server --version |
384 | 2023-11-21T20:32:18.111Z | ClickHouse server version 22.8.9.1. |
385 | 2023-11-21T20:32:18.133Z | + set -o errexit |
386 | 2023-11-21T20:32:18.135Z | +++ dirname ./tools/ci_download_console |
387 | 2023-11-21T20:32:18.138Z | ++ cd ./tools |
388 | 2023-11-21T20:32:18.138Z | ++ pwd |
389 | 2023-11-21T20:32:18.138Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-21T20:32:18.142Z | ++ basename ./tools/ci_download_console |
391 | 2023-11-21T20:32:18.142Z | + ARG0=ci_download_console |
392 | 2023-11-21T20:32:18.142Z | + TARGET_DIR=out |
393 | 2023-11-21T20:32:18.142Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-21T20:32:18.143Z | + DEST_DIR=./out/console-assets |
395 | 2023-11-21T20:32:18.143Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2023-11-21T20:32:18.143Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
397 | 2023-11-21T20:32:18.143Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-21T20:32:18.143Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-11-21T20:32:18.143Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2023-11-21T20:32:18.147Z | + main |
401 | 2023-11-21T20:32:18.147Z | + [[ 0 != 0 ]] |
402 | 2023-11-21T20:32:18.148Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
403 | 2023-11-21T20:32:18.148Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-21T20:32:18.148Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-11-21T20:32:18.148Z | Local file: out/downloads/console.tar.gz |
406 | 2023-11-21T20:32:18.148Z | + local DO_DOWNLOAD=true |
407 | 2023-11-21T20:32:18.148Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-11-21T20:32:18.148Z | + mkdir -p out/downloads |
409 | 2023-11-21T20:32:18.148Z | + '[' true == true ']' |
410 | 2023-11-21T20:32:18.148Z | + echo Downloading... |
411 | 2023-11-21T20:32:18.148Z | Downloading... |
412 | 2023-11-21T20:32:18.148Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
413 | 2023-11-21T20:32:18.148Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-11-21T20:32:18.868Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2023-11-21T20:32:18.887Z | ++ case "$OSTYPE" in |
416 | 2023-11-21T20:32:18.887Z | ++ SHA=sha256sum |
417 | 2023-11-21T20:32:18.887Z | ++ sha256sum |
418 | 2023-11-21T20:32:18.887Z | ++ awk '{print $1}' |
419 | 2023-11-21T20:32:18.887Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
420 | 2023-11-21T20:32:18.887Z | + [[ 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 ]] |
421 | 2023-11-21T20:32:18.887Z | + rm -rf ./out/console-assets |
422 | 2023-11-21T20:32:18.887Z | + mkdir -p ./out/console-assets |
423 | 2023-11-21T20:32:18.887Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2023-11-21T20:32:18.887Z | + mkdir -p ./out/console-assets |
425 | 2023-11-21T20:32:18.887Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2023-11-21T20:32:19.003Z | + set -o errexit |
427 | 2023-11-21T20:32:19.006Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2023-11-21T20:32:19.009Z | ++ cd ./tools |
429 | 2023-11-21T20:32:19.009Z | ++ pwd |
430 | 2023-11-21T20:32:19.009Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-11-21T20:32:19.010Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2023-11-21T20:32:19.013Z | + ARG0=ci_download_maghemite_openapi |
433 | 2023-11-21T20:32:19.013Z | + TARGET_DIR=out |
434 | 2023-11-21T20:32:19.013Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-11-21T20:32:19.013Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2023-11-21T20:32:19.013Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-21T20:32:19.013Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-21T20:32:19.013Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
439 | 2023-11-21T20:32:19.013Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-21T20:32:19.013Z | + main |
441 | 2023-11-21T20:32:19.013Z | + [[ 0 != 0 ]] |
442 | 2023-11-21T20:32:19.013Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
443 | 2023-11-21T20:32:19.013Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
444 | 2023-11-21T20:32:19.013Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-21T20:32:19.013Z | + local DO_DOWNLOAD=true |
446 | 2023-11-21T20:32:19.013Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
447 | 2023-11-21T20:32:19.013Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-21T20:32:19.013Z | + mkdir -p out/downloads |
449 | 2023-11-21T20:32:19.017Z | + '[' true == true ']' |
450 | 2023-11-21T20:32:19.017Z | + echo Downloading... |
451 | 2023-11-21T20:32:19.017Z | Downloading... |
452 | 2023-11-21T20:32:19.017Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-21T20:32:19.017Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
454 | 2023-11-21T20:32:19.284Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-21T20:32:19.284Z | ++ case "$OSTYPE" in |
456 | 2023-11-21T20:32:19.284Z | ++ SHA=sha256sum |
457 | 2023-11-21T20:32:19.307Z | ++ sha256sum |
458 | 2023-11-21T20:32:19.307Z | ++ awk '{print $1}' |
459 | 2023-11-21T20:32:19.307Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-21T20:32:19.307Z | + [[ 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 ]] |
461 | 2023-11-21T20:32:19.308Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2023-11-21T20:32:19.308Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
463 | 2023-11-21T20:32:19.308Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-21T20:32:19.308Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
465 | 2023-11-21T20:32:19.308Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
466 | 2023-11-21T20:32:19.308Z | + main |
467 | 2023-11-21T20:32:19.308Z | + [[ 0 != 0 ]] |
468 | 2023-11-21T20:32:19.308Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
469 | 2023-11-21T20:32:19.308Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
470 | 2023-11-21T20:32:19.308Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
471 | 2023-11-21T20:32:19.308Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
472 | 2023-11-21T20:32:19.308Z | + local DO_DOWNLOAD=true |
473 | 2023-11-21T20:32:19.308Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
474 | 2023-11-21T20:32:19.308Z | + mkdir -p out/downloads |
475 | 2023-11-21T20:32:19.308Z | + '[' true == true ']' |
476 | 2023-11-21T20:32:19.308Z | + echo Downloading... |
477 | 2023-11-21T20:32:19.308Z | Downloading... |
478 | 2023-11-21T20:32:19.308Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
479 | 2023-11-21T20:32:19.308Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
480 | 2023-11-21T20:32:19.910Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
481 | 2023-11-21T20:32:19.952Z | ++ case "$OSTYPE" in |
482 | 2023-11-21T20:32:19.952Z | ++ SHA=sha256sum |
483 | 2023-11-21T20:32:19.952Z | ++ sha256sum |
484 | 2023-11-21T20:32:19.952Z | ++ awk '{print $1}' |
485 | 2023-11-21T20:32:19.952Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
486 | 2023-11-21T20:32:19.952Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
487 | 2023-11-21T20:32:20.039Z | + set -o errexit |
488 | 2023-11-21T20:32:20.040Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2023-11-21T20:32:20.040Z | ++ cd ./tools |
490 | 2023-11-21T20:32:20.040Z | ++ pwd |
491 | 2023-11-21T20:32:20.040Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-11-21T20:32:20.040Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2023-11-21T20:32:20.040Z | + ARG0=ci_download_dendrite_openapi |
494 | 2023-11-21T20:32:20.040Z | + TARGET_DIR=out |
495 | 2023-11-21T20:32:20.062Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-11-21T20:32:20.062Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2023-11-21T20:32:20.062Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
498 | 2023-11-21T20:32:20.062Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-21T20:32:20.062Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
500 | 2023-11-21T20:32:20.062Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
501 | 2023-11-21T20:32:20.062Z | + main |
502 | 2023-11-21T20:32:20.062Z | + [[ 0 != 0 ]] |
503 | 2023-11-21T20:32:20.062Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
504 | 2023-11-21T20:32:20.062Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
505 | 2023-11-21T20:32:20.062Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
506 | 2023-11-21T20:32:20.062Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
507 | 2023-11-21T20:32:20.062Z | + local DO_DOWNLOAD=true |
508 | 2023-11-21T20:32:20.062Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
509 | 2023-11-21T20:32:20.062Z | + mkdir -p out/downloads |
510 | 2023-11-21T20:32:20.062Z | + '[' true == true ']' |
511 | 2023-11-21T20:32:20.062Z | + echo Downloading... |
512 | 2023-11-21T20:32:20.063Z | Downloading... |
513 | 2023-11-21T20:32:20.063Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-21T20:32:20.063Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
515 | 2023-11-21T20:32:20.540Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
516 | 2023-11-21T20:32:20.540Z | ++ case "$OSTYPE" in |
517 | 2023-11-21T20:32:20.601Z | ++ SHA=sha256sum |
518 | 2023-11-21T20:32:20.601Z | ++ sha256sum |
519 | 2023-11-21T20:32:20.601Z | ++ awk '{print $1}' |
520 | 2023-11-21T20:32:20.601Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-11-21T20:32:20.601Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
522 | 2023-11-21T20:32:20.601Z | + set -o errexit |
523 | 2023-11-21T20:32:20.601Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-11-21T20:32:20.601Z | ++ cd ./tools |
525 | 2023-11-21T20:32:20.601Z | ++ pwd |
526 | 2023-11-21T20:32:20.601Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-11-21T20:32:20.601Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-11-21T20:32:20.602Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-11-21T20:32:20.602Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-11-21T20:32:20.602Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
531 | 2023-11-21T20:32:20.602Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
532 | 2023-11-21T20:32:20.602Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
533 | 2023-11-21T20:32:20.602Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-11-21T20:32:20.602Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
535 | 2023-11-21T20:32:20.602Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
536 | 2023-11-21T20:32:20.602Z | + TARGET_DIR=out |
537 | 2023-11-21T20:32:20.602Z | + DOWNLOAD_DIR=out/downloads |
538 | 2023-11-21T20:32:20.602Z | + DEST_DIR=./out/dendrite-stub |
539 | 2023-11-21T20:32:20.602Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2023-11-21T20:32:20.602Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2023-11-21T20:32:20.602Z | + REPO=oxidecomputer/dendrite |
542 | 2023-11-21T20:32:20.602Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
543 | 2023-11-21T20:32:20.602Z | + main |
544 | 2023-11-21T20:32:20.602Z | + [[ 0 != 0 ]] |
545 | 2023-11-21T20:32:20.602Z | + CIDL_OS=solaris2.11 |
546 | 2023-11-21T20:32:20.602Z | + [[ 0 != 0 ]] |
547 | 2023-11-21T20:32:20.602Z | + configure_os solaris2.11 |
548 | 2023-11-21T20:32:20.602Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2023-11-21T20:32:20.602Z | current directory: /work/oxidecomputer/omicron |
550 | 2023-11-21T20:32:20.602Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2023-11-21T20:32:20.602Z | configuring based on OS: "solaris2.11" |
552 | 2023-11-21T20:32:20.602Z | + case "$1" in |
553 | 2023-11-21T20:32:20.602Z | + SET_BINARIES= |
554 | 2023-11-21T20:32:20.602Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
555 | 2023-11-21T20:32:20.602Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2023-11-21T20:32:20.602Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2023-11-21T20:32:20.602Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
558 | 2023-11-21T20:32:20.602Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2023-11-21T20:32:20.602Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
560 | 2023-11-21T20:32:20.602Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
561 | 2023-11-21T20:32:20.602Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2023-11-21T20:32:20.604Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2023-11-21T20:32:20.604Z | + mkdir -p out/downloads |
564 | 2023-11-21T20:32:20.604Z | + mkdir -p ./out/dendrite-stub |
565 | 2023-11-21T20:32:20.604Z | + fetch_and_verify |
566 | 2023-11-21T20:32:20.604Z | + local DO_DOWNLOAD=true |
567 | 2023-11-21T20:32:20.604Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2023-11-21T20:32:20.604Z | + '[' true == true ']' |
569 | 2023-11-21T20:32:20.604Z | + echo Downloading... |
570 | 2023-11-21T20:32:20.604Z | Downloading... |
571 | 2023-11-21T20:32:20.604Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-21T20:32:20.604Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
573 | 2023-11-21T20:32:52.395Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-21T20:32:52.398Z | ++ sha256sum |
575 | 2023-11-21T20:32:52.398Z | ++ awk '{print $1}' |
576 | 2023-11-21T20:32:52.539Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
577 | 2023-11-21T20:32:52.540Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
578 | 2023-11-21T20:32:52.554Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-21T20:32:52.554Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2023-11-21T20:32:53.666Z | + do_assemble |
581 | 2023-11-21T20:32:53.666Z | + rm -r ./out/dendrite-stub |
582 | 2023-11-21T20:32:53.712Z | + mkdir ./out/dendrite-stub |
583 | 2023-11-21T20:32:53.712Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2023-11-21T20:32:53.750Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2023-11-21T20:32:53.821Z | + set -o errexit |
586 | 2023-11-21T20:32:53.821Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2023-11-21T20:32:53.821Z | ++ cd ./tools |
588 | 2023-11-21T20:32:53.822Z | ++ pwd |
589 | 2023-11-21T20:32:53.822Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2023-11-21T20:32:53.822Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2023-11-21T20:32:53.822Z | + ARG0=ci_download_maghemite_mgd |
592 | 2023-11-21T20:32:53.822Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2023-11-21T20:32:53.822Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
594 | 2023-11-21T20:32:53.822Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
595 | 2023-11-21T20:32:53.822Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2023-11-21T20:32:53.822Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
597 | 2023-11-21T20:32:53.822Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
598 | 2023-11-21T20:32:53.822Z | + TARGET_DIR=out |
599 | 2023-11-21T20:32:53.822Z | + DOWNLOAD_DIR=out/downloads |
600 | 2023-11-21T20:32:53.822Z | + DEST_DIR=./out/mgd |
601 | 2023-11-21T20:32:53.822Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2023-11-21T20:32:53.822Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2023-11-21T20:32:53.822Z | + REPO=oxidecomputer/maghemite |
604 | 2023-11-21T20:32:53.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
605 | 2023-11-21T20:32:53.822Z | + main |
606 | 2023-11-21T20:32:53.822Z | + [[ 0 != 0 ]] |
607 | 2023-11-21T20:32:53.822Z | + CIDL_OS=solaris2.11 |
608 | 2023-11-21T20:32:53.822Z | + [[ 0 != 0 ]] |
609 | 2023-11-21T20:32:53.822Z | + configure_os solaris2.11 |
610 | 2023-11-21T20:32:53.822Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2023-11-21T20:32:53.822Z | current directory: /work/oxidecomputer/omicron |
612 | 2023-11-21T20:32:53.822Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-21T20:32:53.822Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2023-11-21T20:32:53.822Z | + case "$1" in |
615 | 2023-11-21T20:32:53.822Z | + SET_BINARIES= |
616 | 2023-11-21T20:32:53.822Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2023-11-21T20:32:53.822Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2023-11-21T20:32:53.822Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-21T20:32:53.822Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-21T20:32:53.822Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
621 | 2023-11-21T20:32:53.822Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2023-11-21T20:32:53.822Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
623 | 2023-11-21T20:32:53.822Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-21T20:32:53.822Z | + mkdir -p out/downloads |
625 | 2023-11-21T20:32:53.825Z | + mkdir -p ./out/mgd |
626 | 2023-11-21T20:32:53.825Z | + fetch_and_verify |
627 | 2023-11-21T20:32:53.825Z | + local DO_DOWNLOAD=true |
628 | 2023-11-21T20:32:53.825Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2023-11-21T20:32:53.825Z | + '[' true == true ']' |
630 | 2023-11-21T20:32:53.825Z | + echo Downloading... |
631 | 2023-11-21T20:32:53.825Z | Downloading... |
632 | 2023-11-21T20:32:53.825Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2023-11-21T20:32:53.825Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
634 | 2023-11-21T20:33:08.469Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2023-11-21T20:33:08.474Z | ++ sha256sum |
636 | 2023-11-21T20:33:08.475Z | ++ awk '{print $1}' |
637 | 2023-11-21T20:33:08.520Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
638 | 2023-11-21T20:33:08.520Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
639 | 2023-11-21T20:33:08.561Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2023-11-21T20:33:08.561Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2023-11-21T20:33:09.173Z | + do_assemble |
642 | 2023-11-21T20:33:09.173Z | + rm -r ./out/mgd |
643 | 2023-11-21T20:33:09.197Z | + mkdir ./out/mgd |
644 | 2023-11-21T20:33:09.197Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2023-11-21T20:33:09.389Z | + set -o errexit |
646 | 2023-11-21T20:33:09.412Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2023-11-21T20:33:09.412Z | ++ cd ./tools |
648 | 2023-11-21T20:33:09.412Z | ++ pwd |
649 | 2023-11-21T20:33:09.412Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2023-11-21T20:33:09.412Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2023-11-21T20:33:09.412Z | + ARG0=ci_download_transceiver_control |
652 | 2023-11-21T20:33:09.412Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2023-11-21T20:33:09.412Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-11-21T20:33:09.412Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-21T20:33:09.412Z | + TARGET_DIR=out |
656 | 2023-11-21T20:33:09.412Z | + DOWNLOAD_DIR=out/downloads |
657 | 2023-11-21T20:33:09.412Z | + DEST_DIR=./out/transceiver-control |
658 | 2023-11-21T20:33:09.412Z | + BIN_DIR=/opt/oxide/bin |
659 | 2023-11-21T20:33:09.412Z | + BINARY=xcvradm |
660 | 2023-11-21T20:33:09.412Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2023-11-21T20:33:09.412Z | + REPO=oxidecomputer/transceiver-control |
662 | 2023-11-21T20:33:09.412Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-11-21T20:33:09.412Z | + main |
664 | 2023-11-21T20:33:09.412Z | + [[ 0 != 0 ]] |
665 | 2023-11-21T20:33:09.412Z | + CIDL_OS=solaris2.11 |
666 | 2023-11-21T20:33:09.412Z | + [[ 0 != 0 ]] |
667 | 2023-11-21T20:33:09.412Z | + configure_os solaris2.11 |
668 | 2023-11-21T20:33:09.412Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2023-11-21T20:33:09.412Z | current directory: /work/oxidecomputer/omicron |
670 | 2023-11-21T20:33:09.412Z | configuring based on OS: "solaris2.11" |
671 | 2023-11-21T20:33:09.412Z | + echo 'configuring based on OS: "solaris2.11"' |
672 | 2023-11-21T20:33:09.412Z | + case "$1" in |
673 | 2023-11-21T20:33:09.412Z | + SET_BINARIES= |
674 | 2023-11-21T20:33:09.412Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-21T20:33:09.412Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2023-11-21T20:33:09.412Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2023-11-21T20:33:09.412Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-21T20:33:09.412Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2023-11-21T20:33:09.412Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2023-11-21T20:33:09.412Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-11-21T20:33:09.413Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-11-21T20:33:09.414Z | Local file: out/downloads/xcvradm.gz |
683 | 2023-11-21T20:33:09.414Z | + mkdir -p out/downloads |
684 | 2023-11-21T20:33:09.414Z | + mkdir -p ./out/transceiver-control |
685 | 2023-11-21T20:33:09.414Z | + fetch_and_verify |
686 | 2023-11-21T20:33:09.414Z | + local DO_DOWNLOAD=true |
687 | 2023-11-21T20:33:09.414Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2023-11-21T20:33:09.414Z | + '[' true == true ']' |
689 | 2023-11-21T20:33:09.414Z | + echo Downloading... |
690 | 2023-11-21T20:33:09.414Z | Downloading... |
691 | 2023-11-21T20:33:09.414Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2023-11-21T20:33:09.414Z | + 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 |
693 | 2023-11-21T20:33:12.939Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2023-11-21T20:33:12.959Z | ++ sha256sum |
695 | 2023-11-21T20:33:12.959Z | ++ awk '{print $1}' |
696 | 2023-11-21T20:33:12.967Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-11-21T20:33:12.967Z | + [[ 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 ]] |
698 | 2023-11-21T20:33:12.971Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2023-11-21T20:33:12.971Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2023-11-21T20:33:12.971Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2023-11-21T20:33:13.146Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2023-11-21T20:33:13.149Z | + do_assemble |
703 | 2023-11-21T20:33:13.149Z | + rm -r ./out/transceiver-control |
704 | 2023-11-21T20:33:13.149Z | + mkdir ./out/transceiver-control |
705 | 2023-11-21T20:33:13.149Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2023-11-21T20:33:13.376Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2023-11-21T20:33:13.384Z | |
708 | 2023-11-21T20:33:13.384Z | real 2:46.879830987 |
709 | 2023-11-21T20:33:13.384Z | user 53.131166298 |
710 | 2023-11-21T20:33:13.384Z | sys 10.120582319 |
711 | 2023-11-21T20:33:13.385Z | trap 0.021778511 |
712 | 2023-11-21T20:33:13.385Z | tflt 0.195352229 |
713 | 2023-11-21T20:33:13.385Z | dflt 0.653476775 |
714 | 2023-11-21T20:33:13.385Z | kflt 0.258844790 |
715 | 2023-11-21T20:33:13.385Z | lock 1.802082760 |
716 | 2023-11-21T20:33:13.385Z | slp 5:53.851313107 |
717 | 2023-11-21T20:33:13.385Z | lat 3.359318426 |
718 | 2023-11-21T20:33:13.385Z | stop 0.053226740 |
719 | 2023-11-21T20:33:13.389Z | |
720 | 2023-11-21T20:33:13.389Z | #### # # ##### ##### # # |
721 | 2023-11-21T20:33:13.389Z | # # # # # # # # # # |
722 | 2023-11-21T20:33:13.389Z | # # # # # # # # |
723 | 2023-11-21T20:33:13.389Z | # # # ##### ##### # |
724 | 2023-11-21T20:33:13.389Z | # # # # # # # |
725 | 2023-11-21T20:33:13.389Z | #### ###### # # # # |
726 | 2023-11-21T20:33:13.389Z | |
727 | 2023-11-21T20:33:13.726Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2023-11-21T20:33:14.109Z | Updating crates.io index |
729 | 2023-11-21T20:33:14.112Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2023-11-21T20:33:15.020Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2023-11-21T20:33:16.966Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2023-11-21T20:33:17.596Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2023-11-21T20:33:17.964Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2023-11-21T20:33:18.279Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2023-11-21T20:33:18.612Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2023-11-21T20:33:19.530Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2023-11-21T20:33:24.173Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2023-11-21T20:33:24.173Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2023-11-21T20:33:24.173Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-21T20:33:24.173Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-21T20:33:24.173Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2023-11-21T20:33:24.408Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2023-11-21T20:33:24.946Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2023-11-21T20:33:25.327Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2023-11-21T20:33:25.883Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2023-11-21T20:33:26.358Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2023-11-21T20:33:26.786Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2023-11-21T20:33:27.123Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2023-11-21T20:33:28.376Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2023-11-21T20:33:28.861Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-21T20:33:29.869Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-21T20:33:30.538Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-21T20:33:30.605Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-21T20:33:32.130Z | Downloading crates ... |
755 | 2023-11-21T20:33:32.379Z | Downloaded anstream v0.5.0 |
756 | 2023-11-21T20:33:32.390Z | Downloaded serde v1.0.192 |
757 | 2023-11-21T20:33:32.396Z | Downloaded equivalent v1.0.1 |
758 | 2023-11-21T20:33:32.400Z | Downloaded colorchoice v1.0.0 |
759 | 2023-11-21T20:33:32.410Z | Downloaded cargo-platform v0.1.3 |
760 | 2023-11-21T20:33:32.428Z | Downloaded itoa v1.0.9 |
761 | 2023-11-21T20:33:32.428Z | Downloaded terminal_size v0.2.6 |
762 | 2023-11-21T20:33:32.428Z | Downloaded thiserror-impl v1.0.49 |
763 | 2023-11-21T20:33:32.428Z | Downloaded clap_lex v0.5.1 |
764 | 2023-11-21T20:33:32.428Z | Downloaded anstyle v1.0.2 |
765 | 2023-11-21T20:33:32.428Z | Downloaded serde_spanned v0.6.4 |
766 | 2023-11-21T20:33:32.428Z | Downloaded toml_datetime v0.6.5 |
767 | 2023-11-21T20:33:32.428Z | Downloaded cargo_metadata v0.18.0 |
768 | 2023-11-21T20:33:32.440Z | Downloaded strsim v0.10.0 |
769 | 2023-11-21T20:33:32.440Z | Downloaded anstyle-query v1.0.0 |
770 | 2023-11-21T20:33:32.440Z | Downloaded heck v0.4.1 |
771 | 2023-11-21T20:33:32.455Z | Downloaded errno v0.3.2 |
772 | 2023-11-21T20:33:32.455Z | Downloaded anstyle-parse v0.2.1 |
773 | 2023-11-21T20:33:32.455Z | Downloaded semver v1.0.20 |
774 | 2023-11-21T20:33:32.455Z | Downloaded io-lifetimes v1.0.11 |
775 | 2023-11-21T20:33:32.455Z | Downloaded camino v1.1.6 |
776 | 2023-11-21T20:33:32.455Z | Downloaded anyhow v1.0.75 |
777 | 2023-11-21T20:33:32.459Z | Downloaded clap_derive v4.4.2 |
778 | 2023-11-21T20:33:32.462Z | Downloaded ryu v1.0.15 |
779 | 2023-11-21T20:33:32.467Z | Downloaded clap v4.4.3 |
780 | 2023-11-21T20:33:32.481Z | Downloaded cargo_toml v0.17.0 |
781 | 2023-11-21T20:33:32.484Z | Downloaded toml v0.8.8 |
782 | 2023-11-21T20:33:32.489Z | Downloaded indexmap v2.1.0 |
783 | 2023-11-21T20:33:32.495Z | Downloaded serde_derive v1.0.192 |
784 | 2023-11-21T20:33:32.499Z | Downloaded memchr v2.6.3 |
785 | 2023-11-21T20:33:32.509Z | Downloaded toml_edit v0.21.0 |
786 | 2023-11-21T20:33:32.546Z | Downloaded hashbrown v0.14.2 |
787 | 2023-11-21T20:33:32.555Z | Downloaded clap_builder v4.4.2 |
788 | 2023-11-21T20:33:32.568Z | Downloaded syn v2.0.32 |
789 | 2023-11-21T20:33:32.585Z | Downloaded rustix v0.37.23 |
790 | 2023-11-21T20:33:32.621Z | Downloaded winnow v0.5.15 |
791 | 2023-11-21T20:33:32.632Z | Downloaded libc v0.2.150 |
792 | 2023-11-21T20:33:32.683Z | Downloaded serde_json v1.0.108 |
793 | 2023-11-21T20:33:32.693Z | Downloaded unicode-ident v1.0.12 |
794 | 2023-11-21T20:33:33.109Z | Downloaded proc-macro2 v1.0.69 |
795 | 2023-11-21T20:33:33.124Z | Downloaded bitflags v1.3.2 |
796 | 2023-11-21T20:33:33.124Z | Downloaded quote v1.0.33 |
797 | 2023-11-21T20:33:33.124Z | Downloaded utf8parse v0.2.1 |
798 | 2023-11-21T20:33:33.124Z | Downloaded thiserror v1.0.49 |
799 | 2023-11-21T20:33:33.124Z | Compiling proc-macro2 v1.0.69 |
800 | 2023-11-21T20:33:33.124Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-21T20:33:33.124Z | Compiling serde v1.0.192 |
802 | 2023-11-21T20:33:33.124Z | Compiling libc v0.2.150 |
803 | 2023-11-21T20:33:33.124Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-21T20:33:33.124Z | Compiling rustix v0.37.23 |
805 | 2023-11-21T20:33:33.124Z | Compiling equivalent v1.0.1 |
806 | 2023-11-21T20:33:33.124Z | Compiling utf8parse v0.2.1 |
807 | 2023-11-21T20:33:33.124Z | Compiling bitflags v1.3.2 |
808 | 2023-11-21T20:33:33.130Z | Compiling hashbrown v0.14.2 |
809 | 2023-11-21T20:33:33.149Z | Compiling anstyle-parse v0.2.1 |
810 | 2023-11-21T20:33:33.185Z | Compiling anstyle-query v1.0.0 |
811 | 2023-11-21T20:33:33.356Z | Compiling thiserror v1.0.49 |
812 | 2023-11-21T20:33:33.571Z | Compiling winnow v0.5.15 |
813 | 2023-11-21T20:33:34.520Z | Compiling indexmap v2.1.0 |
814 | 2023-11-21T20:33:35.054Z | Compiling semver v1.0.20 |
815 | 2023-11-21T20:33:35.140Z | Compiling serde_json v1.0.108 |
816 | 2023-11-21T20:33:35.163Z | Compiling anstyle v1.0.2 |
817 | 2023-11-21T20:33:35.343Z | Compiling camino v1.1.6 |
818 | 2023-11-21T20:33:35.591Z | Compiling colorchoice v1.0.0 |
819 | 2023-11-21T20:33:35.891Z | Compiling anstream v0.5.0 |
820 | 2023-11-21T20:33:35.981Z | Compiling heck v0.4.1 |
821 | 2023-11-21T20:33:36.235Z | Compiling clap_lex v0.5.1 |
822 | 2023-11-21T20:33:36.261Z | Compiling strsim v0.10.0 |
823 | 2023-11-21T20:33:36.768Z | Compiling ryu v1.0.15 |
824 | 2023-11-21T20:33:36.772Z | Compiling quote v1.0.33 |
825 | 2023-11-21T20:33:36.841Z | Compiling itoa v1.0.9 |
826 | 2023-11-21T20:33:36.879Z | Compiling anyhow v1.0.75 |
827 | 2023-11-21T20:33:37.274Z | Compiling syn v2.0.32 |
828 | 2023-11-21T20:33:37.380Z | Compiling errno v0.3.2 |
829 | 2023-11-21T20:33:40.271Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-21T20:33:40.326Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-21T20:33:44.383Z | Compiling serde_derive v1.0.192 |
832 | 2023-11-21T20:33:44.394Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-21T20:33:44.394Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-21T20:33:49.615Z | Compiling clap v4.4.3 |
835 | 2023-11-21T20:33:58.891Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-21T20:33:59.257Z | Compiling serde_spanned v0.6.4 |
837 | 2023-11-21T20:33:59.257Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-21T20:33:59.257Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-21T20:33:59.257Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-21T20:33:59.441Z | Compiling toml v0.8.8 |
841 | 2023-11-21T20:34:00.410Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-21T20:34:07.579Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-21T20:34:07.579Z | Finished dev [unoptimized + debuginfo] target(s) in 53.16s |
844 | 2023-11-21T20:34:07.579Z | Running `target/debug/xtask clippy` |
845 | 2023-11-21T20:34:07.579Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-21T20:34:07.869Z | Downloading crates ... |
847 | 2023-11-21T20:34:07.983Z | Downloaded instant v0.1.12 |
848 | 2023-11-21T20:34:08.009Z | Downloaded byteorder v1.5.0 |
849 | 2023-11-21T20:34:08.009Z | Downloaded is_ci v1.1.1 |
850 | 2023-11-21T20:34:08.009Z | Downloaded bcs v0.1.6 |
851 | 2023-11-21T20:34:08.009Z | Downloaded is-terminal v0.4.9 |
852 | 2023-11-21T20:34:08.009Z | Downloaded openssl-macros v0.1.1 |
853 | 2023-11-21T20:34:08.009Z | Downloaded oorandom v11.1.3 |
854 | 2023-11-21T20:34:08.009Z | Downloaded num-iter v0.1.43 |
855 | 2023-11-21T20:34:08.009Z | Downloaded libloading v0.7.4 |
856 | 2023-11-21T20:34:08.009Z | Downloaded array-init v0.0.4 |
857 | 2023-11-21T20:34:08.009Z | Downloaded oso-derive v0.27.0 |
858 | 2023-11-21T20:34:08.009Z | Downloaded ciborium-ll v0.2.1 |
859 | 2023-11-21T20:34:08.009Z | Downloaded bb8 v0.8.1 |
860 | 2023-11-21T20:34:08.009Z | Downloaded packed_struct_codegen v0.10.1 |
861 | 2023-11-21T20:34:08.009Z | Downloaded newtype_derive v0.1.6 |
862 | 2023-11-21T20:34:08.027Z | Downloaded crc v3.0.1 |
863 | 2023-11-21T20:34:08.027Z | Downloaded maplit v1.0.2 |
864 | 2023-11-21T20:34:08.027Z | Downloaded bit-vec v0.6.3 |
865 | 2023-11-21T20:34:08.043Z | Downloaded colored v2.0.4 |
866 | 2023-11-21T20:34:08.043Z | Downloaded curve25519-dalek-derive v0.1.0 |
867 | 2023-11-21T20:34:08.044Z | Downloaded num v0.4.1 |
868 | 2023-11-21T20:34:08.059Z | Downloaded base16ct v0.2.0 |
869 | 2023-11-21T20:34:08.059Z | Downloaded num-integer v0.1.45 |
870 | 2023-11-21T20:34:08.059Z | Downloaded maybe-uninit v2.0.0 |
871 | 2023-11-21T20:34:08.091Z | Downloaded num_enum v0.5.11 |
872 | 2023-11-21T20:34:08.102Z | Downloaded num_enum_derive v0.5.11 |
873 | 2023-11-21T20:34:08.102Z | Downloaded anes v0.1.6 |
874 | 2023-11-21T20:34:08.102Z | Downloaded waitgroup v0.1.2 |
875 | 2023-11-21T20:34:08.112Z | Downloaded native-tls v0.2.11 |
876 | 2023-11-21T20:34:08.112Z | Downloaded nanorand v0.7.0 |
877 | 2023-11-21T20:34:08.123Z | Downloaded crossbeam v0.8.2 |
878 | 2023-11-21T20:34:08.123Z | Downloaded wait-timeout v0.2.0 |
879 | 2023-11-21T20:34:08.143Z | Downloaded miniz_oxide v0.7.1 |
880 | 2023-11-21T20:34:08.143Z | Downloaded signal-hook-tokio v0.3.1 |
881 | 2023-11-21T20:34:08.143Z | Downloaded blake2 v0.10.6 |
882 | 2023-11-21T20:34:08.153Z | Downloaded zone_cfg_derive v0.3.0 |
883 | 2023-11-21T20:34:08.153Z | Downloaded utf-8 v0.7.6 |
884 | 2023-11-21T20:34:08.153Z | Downloaded num-rational v0.4.1 |
885 | 2023-11-21T20:34:08.153Z | Downloaded indicatif v0.17.7 |
886 | 2023-11-21T20:34:08.165Z | Downloaded foreign-types-shared v0.3.1 |
887 | 2023-11-21T20:34:08.178Z | Downloaded siphasher v0.3.11 |
888 | 2023-11-21T20:34:08.178Z | Downloaded slog-scope v4.4.0 |
889 | 2023-11-21T20:34:08.178Z | Downloaded hubpack_derive v0.1.1 |
890 | 2023-11-21T20:34:08.186Z | Downloaded slog-envlogger v2.2.0 |
891 | 2023-11-21T20:34:08.186Z | Downloaded tinyvec_macros v0.1.1 |
892 | 2023-11-21T20:34:08.186Z | Downloaded try-lock v0.2.4 |
893 | 2023-11-21T20:34:08.186Z | Downloaded pin-utils v0.1.0 |
894 | 2023-11-21T20:34:08.186Z | Downloaded rustc_version v0.1.7 |
895 | 2023-11-21T20:34:08.191Z | Downloaded home v0.5.5 |
896 | 2023-11-21T20:34:08.191Z | Downloaded highway v1.1.0 |
897 | 2023-11-21T20:34:08.203Z | Downloaded diesel_table_macro_syntax v0.1.0 |
898 | 2023-11-21T20:34:08.203Z | Downloaded spin v0.9.8 |
899 | 2023-11-21T20:34:08.212Z | Downloaded predicates-tree v1.0.9 |
900 | 2023-11-21T20:34:08.212Z | Downloaded globset v0.4.13 |
901 | 2023-11-21T20:34:08.212Z | Downloaded fragile v2.0.0 |
902 | 2023-11-21T20:34:08.217Z | Downloaded poly1305 v0.8.0 |
903 | 2023-11-21T20:34:08.217Z | Downloaded peeking_take_while v0.1.2 |
904 | 2023-11-21T20:34:08.221Z | Downloaded textwrap v0.11.0 |
905 | 2023-11-21T20:34:08.225Z | Downloaded path-slash v0.1.5 |
906 | 2023-11-21T20:34:08.225Z | Downloaded topological-sort v0.2.2 |
907 | 2023-11-21T20:34:08.229Z | Downloaded getopts v0.2.21 |
908 | 2023-11-21T20:34:08.236Z | Downloaded tui-tree-widget v0.13.0 |
909 | 2023-11-21T20:34:08.236Z | Downloaded backtrace v0.3.69 |
910 | 2023-11-21T20:34:08.245Z | Downloaded serial_test_derive v0.10.0 |
911 | 2023-11-21T20:34:08.250Z | Downloaded downcast v0.11.0 |
912 | 2023-11-21T20:34:08.254Z | Downloaded pest_generator v2.7.2 |
913 | 2023-11-21T20:34:08.254Z | Downloaded dtrace-parser v0.1.14 |
914 | 2023-11-21T20:34:08.261Z | Downloaded ed25519 v1.5.3 |
915 | 2023-11-21T20:34:08.261Z | Downloaded parking_lot_core v0.8.6 |
916 | 2023-11-21T20:34:08.267Z | Downloaded rstest v0.18.2 |
917 | 2023-11-21T20:34:08.275Z | Downloaded precomputed-hash v0.1.1 |
918 | 2023-11-21T20:34:08.278Z | Downloaded hex v0.4.3 |
919 | 2023-11-21T20:34:08.293Z | Downloaded tabled_derive v0.6.0 |
920 | 2023-11-21T20:34:08.293Z | Downloaded tokio-macros v2.2.0 |
921 | 2023-11-21T20:34:08.293Z | Downloaded tempdir v0.3.7 |
922 | 2023-11-21T20:34:08.293Z | Downloaded serde-big-array v0.5.1 |
923 | 2023-11-21T20:34:08.300Z | Downloaded darling_macro v0.14.4 |
924 | 2023-11-21T20:34:08.300Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2023-11-21T20:34:08.305Z | Downloaded dirs-sys-next v0.1.2 |
926 | 2023-11-21T20:34:08.305Z | Downloaded rustls-pemfile v1.0.3 |
927 | 2023-11-21T20:34:08.309Z | Downloaded headers-core v0.2.0 |
928 | 2023-11-21T20:34:08.309Z | Downloaded serde_repr v0.1.16 |
929 | 2023-11-21T20:34:08.313Z | Downloaded humantime v2.1.0 |
930 | 2023-11-21T20:34:08.316Z | Downloaded hmac v0.12.1 |
931 | 2023-11-21T20:34:08.320Z | Downloaded pkcs1 v0.7.5 |
932 | 2023-11-21T20:34:08.324Z | Downloaded parse-display-derive v0.8.2 |
933 | 2023-11-21T20:34:08.329Z | Downloaded fallible-iterator v0.2.0 |
934 | 2023-11-21T20:34:08.332Z | Downloaded half v1.8.2 |
935 | 2023-11-21T20:34:08.379Z | Downloaded ppv-lite86 v0.2.17 |
936 | 2023-11-21T20:34:08.379Z | Downloaded predicates v3.0.4 |
937 | 2023-11-21T20:34:08.379Z | Downloaded foreign-types v0.5.0 |
938 | 2023-11-21T20:34:08.379Z | Downloaded plotters-svg v0.3.5 |
939 | 2023-11-21T20:34:08.379Z | Downloaded criterion v0.5.1 |
940 | 2023-11-21T20:34:08.401Z | Downloaded http-range v0.1.5 |
941 | 2023-11-21T20:34:08.401Z | Downloaded predicates-core v1.0.6 |
942 | 2023-11-21T20:34:08.401Z | Downloaded dirs-next v2.0.0 |
943 | 2023-11-21T20:34:08.402Z | Downloaded wyz v0.5.1 |
944 | 2023-11-21T20:34:08.402Z | Downloaded foreign-types-macros v0.2.3 |
945 | 2023-11-21T20:34:08.402Z | Downloaded toml v0.7.8 |
946 | 2023-11-21T20:34:08.402Z | Downloaded float-cmp v0.9.0 |
947 | 2023-11-21T20:34:08.402Z | Downloaded fnv v1.0.7 |
948 | 2023-11-21T20:34:08.402Z | Downloaded semver-parser v0.10.2 |
949 | 2023-11-21T20:34:08.426Z | Downloaded zone v0.3.0 |
950 | 2023-11-21T20:34:08.426Z | Downloaded derive_builder_macro v0.12.0 |
951 | 2023-11-21T20:34:08.426Z | Downloaded dyn-clone v1.0.13 |
952 | 2023-11-21T20:34:08.426Z | Downloaded doc-comment v0.3.3 |
953 | 2023-11-21T20:34:08.426Z | Downloaded serial_test v0.10.0 |
954 | 2023-11-21T20:34:08.438Z | Downloaded foreign-types v0.3.2 |
955 | 2023-11-21T20:34:08.438Z | Downloaded digest v0.10.7 |
956 | 2023-11-21T20:34:08.461Z | Downloaded radium v0.7.0 |
957 | 2023-11-21T20:34:08.461Z | Downloaded yasna v0.5.2 |
958 | 2023-11-21T20:34:08.461Z | Downloaded rcgen v0.11.3 |
959 | 2023-11-21T20:34:08.461Z | Downloaded structmeta v0.2.0 |
960 | 2023-11-21T20:34:08.463Z | Downloaded pem v3.0.2 |
961 | 2023-11-21T20:34:08.463Z | Downloaded strum_macros v0.25.2 |
962 | 2023-11-21T20:34:08.463Z | Downloaded futures-core v0.3.29 |
963 | 2023-11-21T20:34:08.463Z | Downloaded pem-rfc7468 v0.7.0 |
964 | 2023-11-21T20:34:08.463Z | Downloaded tungstenite v0.20.1 |
965 | 2023-11-21T20:34:08.480Z | Downloaded dof v0.1.5 |
966 | 2023-11-21T20:34:08.480Z | Downloaded num_threads v0.1.6 |
967 | 2023-11-21T20:34:08.480Z | Downloaded proc-macro-crate v1.3.1 |
968 | 2023-11-21T20:34:08.480Z | Downloaded stable_deref_trait v1.2.0 |
969 | 2023-11-21T20:34:08.480Z | Downloaded static_assertions v1.1.0 |
970 | 2023-11-21T20:34:08.480Z | Downloaded rustfmt-wrapper v0.2.0 |
971 | 2023-11-21T20:34:08.480Z | Downloaded fatfs v0.3.6 |
972 | 2023-11-21T20:34:08.513Z | Downloaded diff v0.1.13 |
973 | 2023-11-21T20:34:08.513Z | Downloaded rustc_version v0.4.0 |
974 | 2023-11-21T20:34:08.513Z | Downloaded rand v0.8.5 |
975 | 2023-11-21T20:34:08.937Z | Downloaded semver v0.1.20 |
976 | 2023-11-21T20:34:08.937Z | Downloaded proc-macro-error-attr v1.0.4 |
977 | 2023-11-21T20:34:08.937Z | Downloaded smf v0.2.2 |
978 | 2023-11-21T20:34:08.937Z | Downloaded percent-encoding v2.3.0 |
979 | 2023-11-21T20:34:08.937Z | Downloaded thread-id v4.2.0 |
980 | 2023-11-21T20:34:08.937Z | Downloaded debug-ignore v1.0.5 |
981 | 2023-11-21T20:34:08.937Z | Downloaded subtle v2.5.0 |
982 | 2023-11-21T20:34:08.937Z | Downloaded prettyplease v0.2.12 |
983 | 2023-11-21T20:34:08.937Z | Downloaded schemars_derive v0.8.13 |
984 | 2023-11-21T20:34:08.937Z | Downloaded rustls-native-certs v0.6.3 |
985 | 2023-11-21T20:34:08.937Z | Downloaded rayon-core v1.12.0 |
986 | 2023-11-21T20:34:08.938Z | Downloaded pin-project-internal v1.1.3 |
987 | 2023-11-21T20:34:08.938Z | Downloaded typed-path v0.6.0 |
988 | 2023-11-21T20:34:08.938Z | Downloaded strum_macros v0.24.3 |
989 | 2023-11-21T20:34:08.938Z | Downloaded snafu-derive v0.7.5 |
990 | 2023-11-21T20:34:08.938Z | Downloaded toml v0.5.11 |
991 | 2023-11-21T20:34:08.938Z | Downloaded heapless v0.7.16 |
992 | 2023-11-21T20:34:08.938Z | Downloaded ron v0.8.1 |
993 | 2023-11-21T20:34:08.938Z | Downloaded pin-project-lite v0.2.13 |
994 | 2023-11-21T20:34:08.938Z | Downloaded minimal-lexical v0.2.1 |
995 | 2023-11-21T20:34:08.938Z | Downloaded subprocess v0.2.9 |
996 | 2023-11-21T20:34:08.938Z | Downloaded elliptic-curve v0.13.5 |
997 | 2023-11-21T20:34:08.938Z | Downloaded clap v2.34.0 |
998 | 2023-11-21T20:34:08.938Z | Downloaded regex-automata v0.1.10 |
999 | 2023-11-21T20:34:08.938Z | Downloaded expectorate v1.1.0 |
1000 | 2023-11-21T20:34:08.938Z | Downloaded chrono v0.4.31 |
1001 | 2023-11-21T20:34:08.938Z | Downloaded hashbrown v0.13.2 |
1002 | 2023-11-21T20:34:08.938Z | Downloaded plotters v0.3.5 |
1003 | 2023-11-21T20:34:08.938Z | Downloaded tough v0.15.0 |
1004 | 2023-11-21T20:34:08.938Z | Downloaded rayon v1.8.0 |
1005 | 2023-11-21T20:34:08.939Z | Downloaded tabled v0.14.0 |
1006 | 2023-11-21T20:34:08.939Z | Downloaded h2 v0.3.21 |
1007 | 2023-11-21T20:34:08.939Z | Downloaded webpki-roots v0.25.2 |
1008 | 2023-11-21T20:34:08.939Z | Downloaded quick-xml v0.23.1 |
1009 | 2023-11-21T20:34:08.939Z | Downloaded regress v0.7.1 |
1010 | 2023-11-21T20:34:08.939Z | Downloaded regex v1.10.2 |
1011 | 2023-11-21T20:34:08.939Z | Downloaded radix_trie v0.2.1 |
1012 | 2023-11-21T20:34:08.939Z | Downloaded openapiv3 v2.0.0-rc.1 |
1013 | 2023-11-21T20:34:08.939Z | Downloaded gimli v0.28.0 |
1014 | 2023-11-21T20:34:08.939Z | Downloaded zerocopy-derive v0.6.4 |
1015 | 2023-11-21T20:34:08.940Z | Downloaded rustls v0.21.9 |
1016 | 2023-11-21T20:34:08.956Z | Downloaded regex-syntax v0.6.29 |
1017 | 2023-11-21T20:34:08.978Z | Downloaded diesel v2.1.4 |
1018 | 2023-11-21T20:34:09.003Z | Downloaded regex-syntax v0.8.2 |
1019 | 2023-11-21T20:34:09.019Z | Downloaded regex-syntax v0.7.5 |
1020 | 2023-11-21T20:34:09.037Z | Downloaded zerocopy-derive v0.2.0 |
1021 | 2023-11-21T20:34:09.057Z | Downloaded bstr v1.6.0 |
1022 | 2023-11-21T20:34:09.080Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1023 | 2023-11-21T20:34:09.107Z | Downloaded regex-automata v0.4.3 |
1024 | 2023-11-21T20:34:09.140Z | Downloaded regex-automata v0.3.8 |
1025 | 2023-11-21T20:34:09.178Z | Downloaded rustix v0.38.9 |
1026 | 2023-11-21T20:34:09.220Z | Downloaded tokio v1.34.0 |
1027 | 2023-11-21T20:34:09.287Z | Downloaded sha3 v0.10.8 |
1028 | 2023-11-21T20:34:09.302Z | Downloaded trust-dns-proto v0.22.0 |
1029 | 2023-11-21T20:34:09.324Z | Downloaded ring v0.17.5 |
1030 | 2023-11-21T20:34:09.481Z | Downloaded sled v0.34.7 |
1031 | 2023-11-21T20:34:09.517Z | Downloaded encoding_rs v0.8.33 |
1032 | 2023-11-21T20:34:09.538Z | Downloaded polar-core v0.27.0 |
1033 | 2023-11-21T20:34:09.546Z | Downloaded object v0.30.4 |
1034 | 2023-11-21T20:34:09.564Z | Downloaded smoltcp v0.8.2 |
1035 | 2023-11-21T20:34:09.587Z | Downloaded openapiv3 v1.0.3 |
1036 | 2023-11-21T20:34:09.606Z | Downloaded ratatui v0.23.0 |
1037 | 2023-11-21T20:34:09.639Z | Downloaded rustls-webpki v0.101.7 |
1038 | 2023-11-21T20:34:09.659Z | Downloaded idna v0.2.3 |
1039 | 2023-11-21T20:34:09.669Z | Downloaded syn v1.0.109 |
1040 | 2023-11-21T20:34:09.769Z | Downloaded curve25519-dalek v4.1.0 |
1041 | 2023-11-21T20:34:09.774Z | Downloaded bstr v0.2.17 |
1042 | 2023-11-21T20:34:09.774Z | Downloaded proptest v1.4.0 |
1043 | 2023-11-21T20:34:09.774Z | Downloaded bindgen v0.65.1 |
1044 | 2023-11-21T20:34:09.774Z | Downloaded smoltcp v0.9.1 |
1045 | 2023-11-21T20:34:09.778Z | Downloaded petgraph v0.6.4 |
1046 | 2023-11-21T20:34:09.803Z | Downloaded vcpkg v0.2.15 |
1047 | 2023-11-21T20:34:09.877Z | Downloaded ring v0.16.20 |
1048 | 2023-11-21T20:34:10.056Z | Downloaded hyper v0.14.27 |
1049 | 2023-11-21T20:34:10.070Z | Downloaded idna v0.4.0 |
1050 | 2023-11-21T20:34:10.097Z | Downloaded hashbrown v0.12.3 |
1051 | 2023-11-21T20:34:10.097Z | Downloaded steno v0.4.0 |
1052 | 2023-11-21T20:34:10.130Z | Downloaded futures-util v0.3.29 |
1053 | 2023-11-21T20:34:10.130Z | Downloaded bitvec v1.0.1 |
1054 | 2023-11-21T20:34:10.147Z | Downloaded reedline v0.26.0 |
1055 | 2023-11-21T20:34:10.173Z | Downloaded reqwest v0.11.22 |
1056 | 2023-11-21T20:34:10.173Z | Downloaded hkdf v0.12.3 |
1057 | 2023-11-21T20:34:10.173Z | Downloaded lalrpop v0.19.12 |
1058 | 2023-11-21T20:34:10.194Z | Downloaded itertools v0.12.0 |
1059 | 2023-11-21T20:34:10.207Z | Downloaded der v0.7.8 |
1060 | 2023-11-21T20:34:10.212Z | Downloaded rand v0.4.6 |
1061 | 2023-11-21T20:34:10.212Z | Downloaded pest v2.7.2 |
1062 | 2023-11-21T20:34:10.216Z | Downloaded tokio-util v0.7.10 |
1063 | 2023-11-21T20:34:10.224Z | Downloaded openssl v0.10.57 |
1064 | 2023-11-21T20:34:10.242Z | Downloaded flume v0.11.0 |
1065 | 2023-11-21T20:34:10.247Z | Downloaded flate2 v1.0.28 |
1066 | 2023-11-21T20:34:10.255Z | Downloaded rsa v0.9.2 |
1067 | 2023-11-21T20:34:10.269Z | Downloaded time v0.3.27 |
1068 | 2023-11-21T20:34:10.274Z | Downloaded aho-corasick v1.0.4 |
1069 | 2023-11-21T20:34:10.294Z | Downloaded portable-atomic v1.4.3 |
1070 | 2023-11-21T20:34:10.300Z | Downloaded tokio-tungstenite v0.20.1 |
1071 | 2023-11-21T20:34:10.300Z | Downloaded yansi v0.5.1 |
1072 | 2023-11-21T20:34:10.306Z | Downloaded zip v0.6.6 |
1073 | 2023-11-21T20:34:10.312Z | Downloaded toml_edit v0.19.15 |
1074 | 2023-11-21T20:34:10.337Z | Downloaded tempfile v3.8.0 |
1075 | 2023-11-21T20:34:10.346Z | Downloaded env_logger v0.10.0 |
1076 | 2023-11-21T20:34:10.356Z | Downloaded futures-channel v0.3.29 |
1077 | 2023-11-21T20:34:10.356Z | Downloaded schemars v0.8.13 |
1078 | 2023-11-21T20:34:10.371Z | Downloaded http v0.2.11 |
1079 | 2023-11-21T20:34:10.383Z | Downloaded httparse v1.8.0 |
1080 | 2023-11-21T20:34:10.383Z | Downloaded crossterm v0.27.0 |
1081 | 2023-11-21T20:34:10.395Z | Downloaded diesel_derives v2.1.1 |
1082 | 2023-11-21T20:34:10.408Z | Downloaded derive_more v0.99.17 |
1083 | 2023-11-21T20:34:10.408Z | Downloaded rstest_macros v0.18.2 |
1084 | 2023-11-21T20:34:10.418Z | Downloaded serde_yaml v0.9.25 |
1085 | 2023-11-21T20:34:10.418Z | Downloaded enum-as-inner v0.5.1 |
1086 | 2023-11-21T20:34:10.427Z | Downloaded semver v0.11.0 |
1087 | 2023-11-21T20:34:10.427Z | Downloaded secrecy v0.8.0 |
1088 | 2023-11-21T20:34:10.428Z | Downloaded thiserror-impl-no-std v2.0.2 |
1089 | 2023-11-21T20:34:10.428Z | Downloaded term v0.7.0 |
1090 | 2023-11-21T20:34:10.434Z | Downloaded derive_builder_core v0.12.0 |
1091 | 2023-11-21T20:34:10.434Z | Downloaded unicode-normalization v0.1.22 |
1092 | 2023-11-21T20:34:10.443Z | Downloaded httpdate v1.0.3 |
1093 | 2023-11-21T20:34:10.443Z | Downloaded proc-macro-error v1.0.4 |
1094 | 2023-11-21T20:34:10.451Z | Downloaded quick-error v1.2.3 |
1095 | 2023-11-21T20:34:10.451Z | Downloaded pest_derive v2.7.2 |
1096 | 2023-11-21T20:34:10.451Z | Downloaded relative-path v1.9.0 |
1097 | 2023-11-21T20:34:10.457Z | Downloaded rand_core v0.6.4 |
1098 | 2023-11-21T20:34:10.457Z | Downloaded string_cache v0.8.7 |
1099 | 2023-11-21T20:34:10.457Z | Downloaded smawk v0.3.1 |
1100 | 2023-11-21T20:34:10.463Z | Downloaded der_derive v0.7.2 |
1101 | 2023-11-21T20:34:10.463Z | Downloaded fastrand v2.0.0 |
1102 | 2023-11-21T20:34:10.463Z | Downloaded futures v0.3.29 |
1103 | 2023-11-21T20:34:10.475Z | Downloaded serde_with v2.3.3 |
1104 | 2023-11-21T20:34:10.485Z | Downloaded same-file v1.0.6 |
1105 | 2023-11-21T20:34:10.520Z | Downloaded sha2 v0.10.8 |
1106 | 2023-11-21T20:34:10.520Z | Downloaded tungstenite v0.18.0 |
1107 | 2023-11-21T20:34:10.527Z | Downloaded pin-project v1.1.3 |
1108 | 2023-11-21T20:34:10.527Z | Downloaded trust-dns-server v0.22.1 |
1109 | 2023-11-21T20:34:10.527Z | Downloaded display-error-chain v0.2.0 |
1110 | 2023-11-21T20:34:10.527Z | Downloaded ena v0.14.2 |
1111 | 2023-11-21T20:34:10.527Z | Downloaded rustversion v1.0.14 |
1112 | 2023-11-21T20:34:10.549Z | Downloaded deranged v0.3.8 |
1113 | 2023-11-21T20:34:10.549Z | Downloaded rustc-demangle v0.1.23 |
1114 | 2023-11-21T20:34:10.549Z | Downloaded trust-dns-resolver v0.22.0 |
1115 | 2023-11-21T20:34:10.570Z | Downloaded libxml v0.3.3 |
1116 | 2023-11-21T20:34:10.570Z | Downloaded unicode-segmentation v1.10.1 |
1117 | 2023-11-21T20:34:10.570Z | Downloaded typenum v1.16.0 |
1118 | 2023-11-21T20:34:10.588Z | Downloaded socket2 v0.5.5 |
1119 | 2023-11-21T20:34:10.588Z | Downloaded socket2 v0.4.9 |
1120 | 2023-11-21T20:34:10.589Z | Downloaded pretty_assertions v1.4.0 |
1121 | 2023-11-21T20:34:10.589Z | Downloaded either v1.9.0 |
1122 | 2023-11-21T20:34:10.589Z | Downloaded scheduled-thread-pool v0.2.7 |
1123 | 2023-11-21T20:34:10.590Z | Downloaded group v0.13.0 |
1124 | 2023-11-21T20:34:10.609Z | Downloaded plotters-backend v0.3.5 |
1125 | 2023-11-21T20:34:10.609Z | Downloaded spin v0.5.2 |
1126 | 2023-11-21T20:34:10.609Z | Downloaded thiserror-no-std v2.0.2 |
1127 | 2023-11-21T20:34:10.609Z | Downloaded postgres-types v0.2.6 |
1128 | 2023-11-21T20:34:10.609Z | Downloaded postgres-protocol v0.6.6 |
1129 | 2023-11-21T20:34:10.609Z | Downloaded tar v0.4.40 |
1130 | 2023-11-21T20:34:11.044Z | Downloaded headers v0.3.9 |
1131 | 2023-11-21T20:34:11.044Z | Downloaded r2d2 v0.8.10 |
1132 | 2023-11-21T20:34:11.044Z | Downloaded rust-argon2 v1.0.1 |
1133 | 2023-11-21T20:34:11.044Z | Downloaded predicates v2.1.5 |
1134 | 2023-11-21T20:34:11.044Z | Downloaded zerocopy v0.6.4 |
1135 | 2023-11-21T20:34:11.044Z | Downloaded flagset v0.4.3 |
1136 | 2023-11-21T20:34:11.044Z | Downloaded slab v0.4.9 |
1137 | 2023-11-21T20:34:11.044Z | Downloaded structopt v0.3.26 |
1138 | 2023-11-21T20:34:11.044Z | Downloaded num-bigint-dig v0.8.4 |
1139 | 2023-11-21T20:34:11.044Z | Downloaded strsim v0.8.0 |
1140 | 2023-11-21T20:34:11.044Z | Downloaded derive_builder v0.12.0 |
1141 | 2023-11-21T20:34:11.044Z | Downloaded tiny-keccak v2.0.2 |
1142 | 2023-11-21T20:34:11.044Z | Downloaded parking_lot_core v0.9.8 |
1143 | 2023-11-21T20:34:11.044Z | Downloaded darling_core v0.20.3 |
1144 | 2023-11-21T20:34:11.044Z | Downloaded x509-cert v0.2.4 |
1145 | 2023-11-21T20:34:11.044Z | Downloaded tracing v0.1.37 |
1146 | 2023-11-21T20:34:11.047Z | Downloaded openssl-sys v0.9.93 |
1147 | 2023-11-21T20:34:11.047Z | Downloaded unsafe-libyaml v0.2.9 |
1148 | 2023-11-21T20:34:11.047Z | Downloaded trust-dns-client v0.22.0 |
1149 | 2023-11-21T20:34:11.047Z | Downloaded difflib v0.4.0 |
1150 | 2023-11-21T20:34:11.047Z | Downloaded serde-hex v0.1.0 |
1151 | 2023-11-21T20:34:11.047Z | Downloaded remove_dir_all v0.5.3 |
1152 | 2023-11-21T20:34:11.047Z | Downloaded serde_plain v1.0.2 |
1153 | 2023-11-21T20:34:11.047Z | Downloaded smallvec v1.11.0 |
1154 | 2023-11-21T20:34:11.047Z | Downloaded password-hash v0.5.0 |
1155 | 2023-11-21T20:34:11.047Z | Downloaded nom v7.1.3 |
1156 | 2023-11-21T20:34:11.047Z | Downloaded heck v0.3.3 |
1157 | 2023-11-21T20:34:11.047Z | Downloaded pest_meta v2.7.2 |
1158 | 2023-11-21T20:34:11.047Z | Downloaded num-bigint v0.4.4 |
1159 | 2023-11-21T20:34:11.047Z | Downloaded salty v0.2.0 |
1160 | 2023-11-21T20:34:11.047Z | Downloaded form_urlencoded v1.2.0 |
1161 | 2023-11-21T20:34:11.047Z | Downloaded tokio-tungstenite v0.18.0 |
1162 | 2023-11-21T20:34:11.047Z | Downloaded itertools v0.11.0 |
1163 | 2023-11-21T20:34:11.047Z | Downloaded textwrap v0.16.0 |
1164 | 2023-11-21T20:34:11.047Z | Downloaded rand_xorshift v0.3.0 |
1165 | 2023-11-21T20:34:11.047Z | Downloaded partial-io v0.5.4 |
1166 | 2023-11-21T20:34:11.047Z | Downloaded tokio-postgres v0.7.10 |
1167 | 2023-11-21T20:34:11.047Z | Downloaded platforms v3.0.2 |
1168 | 2023-11-21T20:34:11.047Z | Downloaded parking_lot v0.12.1 |
1169 | 2023-11-21T20:34:11.047Z | Downloaded derive-where v1.2.5 |
1170 | 2023-11-21T20:34:11.047Z | Downloaded signal-hook v0.3.17 |
1171 | 2023-11-21T20:34:11.047Z | Downloaded crossbeam-channel v0.5.8 |
1172 | 2023-11-21T20:34:11.047Z | Downloaded threadpool v1.8.1 |
1173 | 2023-11-21T20:34:11.047Z | Downloaded thread_local v1.1.7 |
1174 | 2023-11-21T20:34:11.047Z | Downloaded structmeta-derive v0.2.0 |
1175 | 2023-11-21T20:34:11.047Z | Downloaded sha1 v0.10.6 |
1176 | 2023-11-21T20:34:11.047Z | Downloaded serde_tokenstream v0.2.0 |
1177 | 2023-11-21T20:34:11.047Z | Downloaded serde_tokenstream v0.1.7 |
1178 | 2023-11-21T20:34:11.047Z | Downloaded ref-cast-impl v1.0.20 |
1179 | 2023-11-21T20:34:11.047Z | Downloaded ref-cast v1.0.20 |
1180 | 2023-11-21T20:34:11.047Z | Downloaded mio v0.8.9 |
1181 | 2023-11-21T20:34:11.047Z | Downloaded slog-stdlog v4.1.1 |
1182 | 2023-11-21T20:34:11.047Z | Downloaded zeroize v1.6.0 |
1183 | 2023-11-21T20:34:11.047Z | Downloaded snafu v0.7.5 |
1184 | 2023-11-21T20:34:11.047Z | Downloaded trybuild v1.0.85 |
1185 | 2023-11-21T20:34:11.048Z | Downloaded url v2.4.1 |
1186 | 2023-11-21T20:34:11.048Z | Downloaded synstructure v0.12.6 |
1187 | 2023-11-21T20:34:11.048Z | Downloaded hostname v0.3.1 |
1188 | 2023-11-21T20:34:11.048Z | Downloaded foreign-types-shared v0.1.1 |
1189 | 2023-11-21T20:34:11.048Z | Downloaded pem v1.1.1 |
1190 | 2023-11-21T20:34:11.049Z | Downloaded http-body v0.4.5 |
1191 | 2023-11-21T20:34:11.049Z | Downloaded httptest v0.15.5 |
1192 | 2023-11-21T20:34:11.049Z | Downloaded getrandom v0.2.10 |
1193 | 2023-11-21T20:34:11.049Z | Downloaded rand_chacha v0.3.1 |
1194 | 2023-11-21T20:34:11.049Z | Downloaded pkcs8 v0.10.2 |
1195 | 2023-11-21T20:34:11.049Z | Downloaded pkg-config v0.3.27 |
1196 | 2023-11-21T20:34:11.049Z | Downloaded tracing-core v0.1.31 |
1197 | 2023-11-21T20:34:11.049Z | Downloaded phf_shared v0.11.2 |
1198 | 2023-11-21T20:34:11.049Z | Downloaded phf v0.11.2 |
1199 | 2023-11-21T20:34:11.049Z | Downloaded parking_lot v0.11.2 |
1200 | 2023-11-21T20:34:11.049Z | Downloaded paste v1.0.14 |
1201 | 2023-11-21T20:34:11.049Z | Downloaded uuid v1.6.1 |
1202 | 2023-11-21T20:34:11.049Z | Downloaded base64 v0.21.5 |
1203 | 2023-11-21T20:34:11.049Z | Downloaded similar v2.2.1 |
1204 | 2023-11-21T20:34:11.049Z | Downloaded ucd-trie v0.1.6 |
1205 | 2023-11-21T20:34:11.049Z | Downloaded test-strategy v0.3.1 |
1206 | 2023-11-21T20:34:11.049Z | Downloaded itertools v0.10.5 |
1207 | 2023-11-21T20:34:11.049Z | Downloaded vte v0.11.1 |
1208 | 2023-11-21T20:34:11.049Z | Downloaded hash32 v0.2.1 |
1209 | 2023-11-21T20:34:11.050Z | Downloaded parse-display v0.8.2 |
1210 | 2023-11-21T20:34:11.050Z | Downloaded hubpack v0.1.2 |
1211 | 2023-11-21T20:34:11.050Z | Downloaded futures-timer v3.0.2 |
1212 | 2023-11-21T20:34:11.050Z | Downloaded futures-sink v0.3.29 |
1213 | 2023-11-21T20:34:11.050Z | Downloaded time-macros v0.2.13 |
1214 | 2023-11-21T20:34:11.064Z | Downloaded zerocopy v0.3.0 |
1215 | 2023-11-21T20:34:11.064Z | Downloaded phf_shared v0.10.0 |
1216 | 2023-11-21T20:34:11.064Z | Downloaded crypto-bigint v0.5.2 |
1217 | 2023-11-21T20:34:11.064Z | Downloaded tinyvec v1.6.0 |
1218 | 2023-11-21T20:34:11.064Z | Downloaded libm v0.2.7 |
1219 | 2023-11-21T20:34:11.084Z | Downloaded zeroize_derive v1.4.2 |
1220 | 2023-11-21T20:34:11.084Z | Downloaded futures-task v0.3.29 |
1221 | 2023-11-21T20:34:11.084Z | Downloaded futures-macro v0.3.29 |
1222 | 2023-11-21T20:34:11.084Z | Downloaded futures-io v0.3.29 |
1223 | 2023-11-21T20:34:11.091Z | Downloaded futures-executor v0.3.29 |
1224 | 2023-11-21T20:34:11.091Z | Downloaded glob v0.3.1 |
1225 | 2023-11-21T20:34:11.091Z | Downloaded generic-array v0.14.7 |
1226 | 2023-11-21T20:34:11.091Z | Downloaded postcard v0.7.3 |
1227 | 2023-11-21T20:34:11.091Z | Downloaded version_check v0.9.4 |
1228 | 2023-11-21T20:34:11.091Z | Downloaded slog v2.7.0 |
1229 | 2023-11-21T20:34:11.091Z | Downloaded unicode-bidi v0.3.13 |
1230 | 2023-11-21T20:34:11.096Z | Downloaded hex-literal v0.4.1 |
1231 | 2023-11-21T20:34:11.096Z | Downloaded rustc-hash v1.1.0 |
1232 | 2023-11-21T20:34:11.101Z | Downloaded rtoolbox v0.0.1 |
1233 | 2023-11-21T20:34:11.101Z | Downloaded fs-err v2.11.0 |
1234 | 2023-11-21T20:34:11.108Z | Downloaded dashmap v5.5.1 |
1235 | 2023-11-21T20:34:11.114Z | Downloaded base64 v0.13.1 |
1236 | 2023-11-21T20:34:11.114Z | Downloaded funty v2.0.0 |
1237 | 2023-11-21T20:34:11.114Z | Downloaded endian-type v0.1.2 |
1238 | 2023-11-21T20:34:11.119Z | Downloaded tokio-rustls v0.24.1 |
1239 | 2023-11-21T20:34:11.125Z | Downloaded slog-bunyan v2.4.0 |
1240 | 2023-11-21T20:34:11.131Z | Downloaded resolv-conf v0.7.0 |
1241 | 2023-11-21T20:34:11.131Z | Downloaded bytes v1.5.0 |
1242 | 2023-11-21T20:34:11.135Z | Downloaded datatest-stable v0.2.3 |
1243 | 2023-11-21T20:34:11.136Z | Downloaded arc-swap v1.6.0 |
1244 | 2023-11-21T20:34:11.140Z | Downloaded tinytemplate v1.2.1 |
1245 | 2023-11-21T20:34:11.144Z | Downloaded papergrid v0.10.0 |
1246 | 2023-11-21T20:34:11.153Z | Downloaded crc-any v2.4.3 |
1247 | 2023-11-21T20:34:11.164Z | Downloaded similar-asserts v1.5.0 |
1248 | 2023-11-21T20:34:11.172Z | Downloaded signal-hook-mio v0.2.3 |
1249 | 2023-11-21T20:34:11.172Z | Downloaded fixedbitset v0.4.2 |
1250 | 2023-11-21T20:34:11.172Z | Downloaded filetime v0.2.22 |
1251 | 2023-11-21T20:34:11.172Z | Downloaded ff v0.13.0 |
1252 | 2023-11-21T20:34:11.172Z | Downloaded fd-lock v3.0.13 |
1253 | 2023-11-21T20:34:11.176Z | Downloaded crossbeam-epoch v0.9.15 |
1254 | 2023-11-21T20:34:11.180Z | Downloaded num-traits v0.2.16 |
1255 | 2023-11-21T20:34:11.184Z | Downloaded tracing-attributes v0.1.26 |
1256 | 2023-11-21T20:34:11.188Z | Downloaded oso v0.27.0 |
1257 | 2023-11-21T20:34:11.194Z | Downloaded fxhash v0.2.1 |
1258 | 2023-11-21T20:34:11.237Z | Downloaded data-encoding v2.4.0 |
1259 | 2023-11-21T20:34:11.238Z | Downloaded slog-json v2.6.1 |
1260 | 2023-11-21T20:34:11.719Z | Downloaded slog-dtrace v0.2.3 |
1261 | 2023-11-21T20:34:11.719Z | Downloaded signal-hook-registry v1.4.1 |
1262 | 2023-11-21T20:34:11.719Z | Downloaded postcard-cobs v0.1.5-pre |
1263 | 2023-11-21T20:34:11.719Z | Downloaded slog-async v2.8.0 |
1264 | 2023-11-21T20:34:11.719Z | Downloaded slog-term v2.9.0 |
1265 | 2023-11-21T20:34:11.719Z | Downloaded basic-toml v0.1.4 |
1266 | 2023-11-21T20:34:11.719Z | Downloaded usdt-impl v0.3.5 |
1267 | 2023-11-21T20:34:11.719Z | Downloaded unicode-linebreak v0.1.5 |
1268 | 2023-11-21T20:34:11.719Z | Downloaded unarray v0.1.4 |
1269 | 2023-11-21T20:34:11.719Z | Downloaded tokio-stream v0.1.14 |
1270 | 2023-11-21T20:34:11.719Z | Downloaded serde_derive_internals v0.26.0 |
1271 | 2023-11-21T20:34:11.719Z | Downloaded crossbeam-utils v0.8.16 |
1272 | 2023-11-21T20:34:11.739Z | Downloaded xattr v1.0.1 |
1273 | 2023-11-21T20:34:11.739Z | Downloaded whoami v1.4.1 |
1274 | 2023-11-21T20:34:11.739Z | Downloaded which v4.4.0 |
1275 | 2023-11-21T20:34:11.739Z | Downloaded walkdir v2.4.0 |
1276 | 2023-11-21T20:34:11.739Z | Downloaded vsss-rs v3.3.1 |
1277 | 2023-11-21T20:34:11.739Z | Downloaded vec_map v0.8.2 |
1278 | 2023-11-21T20:34:11.739Z | Downloaded usdt-macro v0.3.5 |
1279 | 2023-11-21T20:34:11.739Z | Downloaded usdt v0.3.5 |
1280 | 2023-11-21T20:34:11.739Z | Downloaded universal-hash v0.5.1 |
1281 | 2023-11-21T20:34:11.739Z | Downloaded unicode-xid v0.2.4 |
1282 | 2023-11-21T20:34:11.739Z | Downloaded unicode-width v0.1.11 |
1283 | 2023-11-21T20:34:11.739Z | Downloaded pretty-hex v0.2.1 |
1284 | 2023-11-21T20:34:11.739Z | Downloaded tap v1.0.1 |
1285 | 2023-11-21T20:34:11.739Z | Downloaded untrusted v0.9.0 |
1286 | 2023-11-21T20:34:11.740Z | Downloaded untrusted v0.7.1 |
1287 | 2023-11-21T20:34:11.740Z | Downloaded unicase v2.7.0 |
1288 | 2023-11-21T20:34:11.740Z | Downloaded termios v0.3.3 |
1289 | 2023-11-21T20:34:11.740Z | Downloaded rpassword v7.3.1 |
1290 | 2023-11-21T20:34:11.740Z | Downloaded ahash v0.8.3 |
1291 | 2023-11-21T20:34:11.740Z | Downloaded serde_with_macros v2.3.3 |
1292 | 2023-11-21T20:34:11.740Z | Downloaded sct v0.7.0 |
1293 | 2023-11-21T20:34:11.740Z | Downloaded smallvec v0.6.14 |
1294 | 2023-11-21T20:34:11.740Z | Downloaded darling_macro v0.20.3 |
1295 | 2023-11-21T20:34:11.740Z | Downloaded pretty-hex v0.3.0 |
1296 | 2023-11-21T20:34:11.740Z | Downloaded supports-color v2.1.0 |
1297 | 2023-11-21T20:34:11.740Z | Downloaded owo-colors v3.5.0 |
1298 | 2023-11-21T20:34:11.740Z | Downloaded once_cell v1.18.0 |
1299 | 2023-11-21T20:34:11.740Z | Downloaded omicron-zone-package v0.9.1 |
1300 | 2023-11-21T20:34:11.740Z | Downloaded crc32fast v1.3.2 |
1301 | 2023-11-21T20:34:11.740Z | Downloaded bitflags v2.4.0 |
1302 | 2023-11-21T20:34:11.740Z | Downloaded cookie v0.18.0 |
1303 | 2023-11-21T20:34:11.740Z | Downloaded take_mut v0.2.2 |
1304 | 2023-11-21T20:34:11.740Z | Downloaded structopt-derive v0.4.18 |
1305 | 2023-11-21T20:34:11.740Z | Downloaded strip-ansi-escapes v0.2.0 |
1306 | 2023-11-21T20:34:11.740Z | Downloaded stringprep v0.1.3 |
1307 | 2023-11-21T20:34:11.740Z | Downloaded spki v0.7.2 |
1308 | 2023-11-21T20:34:11.740Z | Downloaded shell-words v1.1.0 |
1309 | 2023-11-21T20:34:11.741Z | Downloaded nu-ansi-term v0.49.0 |
1310 | 2023-11-21T20:34:11.741Z | Downloaded termcolor v1.2.0 |
1311 | 2023-11-21T20:34:11.741Z | Downloaded indexmap v1.9.3 |
1312 | 2023-11-21T20:34:11.741Z | Downloaded base64ct v1.6.0 |
1313 | 2023-11-21T20:34:11.741Z | Downloaded backoff v0.4.0 |
1314 | 2023-11-21T20:34:11.741Z | Downloaded async-trait v0.1.74 |
1315 | 2023-11-21T20:34:11.741Z | Downloaded argon2 v0.5.2 |
1316 | 2023-11-21T20:34:11.741Z | Downloaded ansi_term v0.12.1 |
1317 | 2023-11-21T20:34:11.741Z | Downloaded want v0.3.1 |
1318 | 2023-11-21T20:34:11.743Z | Downloaded vte_generate_state_changes v0.1.1 |
1319 | 2023-11-21T20:34:11.743Z | Downloaded usdt-attr-macro v0.3.5 |
1320 | 2023-11-21T20:34:11.743Z | Downloaded tower-service v0.3.2 |
1321 | 2023-11-21T20:34:11.743Z | Downloaded time-core v0.1.1 |
1322 | 2023-11-21T20:34:11.743Z | Downloaded termtree v0.4.1 |
1323 | 2023-11-21T20:34:11.743Z | Downloaded mime_guess v2.0.4 |
1324 | 2023-11-21T20:34:11.743Z | Downloaded assert_cmd v2.0.12 |
1325 | 2023-11-21T20:34:11.743Z | Downloaded num_cpus v1.16.0 |
1326 | 2023-11-21T20:34:11.743Z | Downloaded num-derive v0.4.0 |
1327 | 2023-11-21T20:34:11.743Z | Downloaded crossbeam-deque v0.8.3 |
1328 | 2023-11-21T20:34:11.743Z | Downloaded num-complex v0.4.4 |
1329 | 2023-11-21T20:34:11.743Z | Downloaded nodrop v0.1.14 |
1330 | 2023-11-21T20:34:11.743Z | Downloaded block-padding v0.3.3 |
1331 | 2023-11-21T20:34:11.743Z | Downloaded macaddr v1.0.1 |
1332 | 2023-11-21T20:34:11.746Z | Downloaded lru-cache v0.1.2 |
1333 | 2023-11-21T20:34:11.746Z | Downloaded mockall v0.11.4 |
1334 | 2023-11-21T20:34:11.746Z | Downloaded libtest-mimic v0.6.1 |
1335 | 2023-11-21T20:34:11.746Z | Downloaded swrite v0.1.0 |
1336 | 2023-11-21T20:34:11.746Z | Downloaded strum v0.25.0 |
1337 | 2023-11-21T20:34:11.746Z | Downloaded signature v2.1.0 |
1338 | 2023-11-21T20:34:11.746Z | Downloaded signature v1.6.4 |
1339 | 2023-11-21T20:34:11.746Z | Downloaded serde_urlencoded v0.7.1 |
1340 | 2023-11-21T20:34:11.746Z | Downloaded serde_path_to_error v0.1.14 |
1341 | 2023-11-21T20:34:11.746Z | Downloaded scopeguard v1.2.0 |
1342 | 2023-11-21T20:34:11.746Z | Downloaded rusty-fork v0.3.0 |
1343 | 2023-11-21T20:34:11.746Z | Downloaded packed_struct v0.10.1 |
1344 | 2023-11-21T20:34:11.746Z | Downloaded olpc-cjson v0.1.3 |
1345 | 2023-11-21T20:34:11.746Z | Downloaded nibble_vec v0.1.0 |
1346 | 2023-11-21T20:34:11.747Z | Downloaded multer v2.1.0 |
1347 | 2023-11-21T20:34:11.747Z | Downloaded lock_api v0.4.10 |
1348 | 2023-11-21T20:34:11.747Z | Downloaded crossbeam-queue v0.3.8 |
1349 | 2023-11-21T20:34:11.747Z | Downloaded criterion-plot v0.5.0 |
1350 | 2023-11-21T20:34:11.747Z | Downloaded ciborium v0.2.1 |
1351 | 2023-11-21T20:34:11.747Z | Downloaded arrayvec v0.7.4 |
1352 | 2023-11-21T20:34:11.747Z | Downloaded crypto-common v0.1.6 |
1353 | 2023-11-21T20:34:11.747Z | Downloaded chacha20poly1305 v0.10.1 |
1354 | 2023-11-21T20:34:11.747Z | Downloaded libsw v3.3.0 |
1355 | 2023-11-21T20:34:11.747Z | Downloaded autocfg v1.1.0 |
1356 | 2023-11-21T20:34:11.747Z | Downloaded mime v0.3.17 |
1357 | 2023-11-21T20:34:11.747Z | Downloaded atomic-waker v1.1.1 |
1358 | 2023-11-21T20:34:11.747Z | Downloaded assert_matches v1.5.0 |
1359 | 2023-11-21T20:34:11.747Z | Downloaded async-recursion v1.0.5 |
1360 | 2023-11-21T20:34:11.747Z | Downloaded toolchain_find v0.2.0 |
1361 | 2023-11-21T20:34:11.747Z | Downloaded bit-set v0.5.3 |
1362 | 2023-11-21T20:34:11.747Z | Downloaded async-stream v0.3.5 |
1363 | 2023-11-21T20:34:11.747Z | Downloaded ascii-canvas v3.0.0 |
1364 | 2023-11-21T20:34:11.747Z | Downloaded serde-big-array v0.4.1 |
1365 | 2023-11-21T20:34:11.747Z | Downloaded libefi-sys v0.1.0 |
1366 | 2023-11-21T20:34:11.747Z | Downloaded clang-sys v1.6.1 |
1367 | 2023-11-21T20:34:11.747Z | Downloaded cstr-argument v0.1.2 |
1368 | 2023-11-21T20:34:11.747Z | Downloaded crunchy v0.2.2 |
1369 | 2023-11-21T20:34:11.747Z | Downloaded crucible-workspace-hack v0.1.0 |
1370 | 2023-11-21T20:34:11.748Z | Downloaded aead v0.5.2 |
1371 | 2023-11-21T20:34:11.748Z | Downloaded approx v0.5.1 |
1372 | 2023-11-21T20:34:11.763Z | Downloaded adler v1.0.2 |
1373 | 2023-11-21T20:34:11.763Z | Downloaded shlex v1.1.0 |
1374 | 2023-11-21T20:34:11.763Z | Downloaded memoffset v0.9.0 |
1375 | 2023-11-21T20:34:11.763Z | Downloaded managed v0.8.0 |
1376 | 2023-11-21T20:34:11.763Z | Downloaded linear-map v1.2.0 |
1377 | 2023-11-21T20:34:11.764Z | Downloaded corncobs v0.1.3 |
1378 | 2023-11-21T20:34:11.764Z | Downloaded chacha20 v0.9.1 |
1379 | 2023-11-21T20:34:11.764Z | Downloaded impl-trait-for-tuples v0.2.2 |
1380 | 2023-11-21T20:34:11.764Z | Downloaded number_prefix v0.4.0 |
1381 | 2023-11-21T20:34:11.764Z | Downloaded kstat-rs v0.2.3 |
1382 | 2023-11-21T20:34:11.764Z | Downloaded darling_core v0.14.4 |
1383 | 2023-11-21T20:34:11.764Z | Downloaded console v0.15.7 |
1384 | 2023-11-21T20:34:11.764Z | Downloaded cipher v0.4.4 |
1385 | 2023-11-21T20:34:11.764Z | Downloaded cc v1.0.83 |
1386 | 2023-11-21T20:34:11.764Z | Downloaded normalize-line-endings v0.3.0 |
1387 | 2023-11-21T20:34:11.764Z | Downloaded new_debug_unreachable v1.0.4 |
1388 | 2023-11-21T20:34:11.764Z | Downloaded bitfield v0.14.0 |
1389 | 2023-11-21T20:34:11.764Z | Downloaded arrayref v0.3.7 |
1390 | 2023-11-21T20:34:11.764Z | Downloaded memoffset v0.7.1 |
1391 | 2023-11-21T20:34:11.764Z | Downloaded md-5 v0.10.5 |
1392 | 2023-11-21T20:34:11.764Z | Downloaded const-oid v0.9.5 |
1393 | 2023-11-21T20:34:11.764Z | Downloaded linked-hash-map v0.5.6 |
1394 | 2023-11-21T20:34:11.764Z | Downloaded atty v0.2.14 |
1395 | 2023-11-21T20:34:11.778Z | Downloaded async-stream-impl v0.3.5 |
1396 | 2023-11-21T20:34:11.778Z | Downloaded ipnet v2.8.0 |
1397 | 2023-11-21T20:34:11.778Z | Downloaded constant_time_eq v0.3.0 |
1398 | 2023-11-21T20:34:11.778Z | Downloaded indoc v1.0.9 |
1399 | 2023-11-21T20:34:11.778Z | Downloaded cfg-if v1.0.0 |
1400 | 2023-11-21T20:34:11.778Z | Downloaded atomicwrites v0.4.2 |
1401 | 2023-11-21T20:34:11.778Z | Downloaded matches v0.1.10 |
1402 | 2023-11-21T20:34:11.779Z | Downloaded object v0.32.1 |
1403 | 2023-11-21T20:34:11.779Z | Downloaded cancel-safe-futures v0.1.5 |
1404 | 2023-11-21T20:34:11.779Z | Downloaded bzip2 v0.4.4 |
1405 | 2023-11-21T20:34:11.779Z | Downloaded openssl-probe v0.1.5 |
1406 | 2023-11-21T20:34:11.779Z | Downloaded opaque-debug v0.3.0 |
1407 | 2023-11-21T20:34:11.779Z | Downloaded lazycell v1.3.0 |
1408 | 2023-11-21T20:34:11.779Z | Downloaded lalrpop-util v0.19.12 |
1409 | 2023-11-21T20:34:11.779Z | Downloaded keccak v0.1.4 |
1410 | 2023-11-21T20:34:11.779Z | Downloaded lazy_static v1.4.0 |
1411 | 2023-11-21T20:34:11.779Z | Downloaded ipnetwork v0.20.0 |
1412 | 2023-11-21T20:34:11.779Z | Downloaded cpufeatures v0.2.9 |
1413 | 2023-11-21T20:34:11.779Z | Downloaded bytesize v1.3.0 |
1414 | 2023-11-21T20:34:11.779Z | Downloaded hyper-staticfile v0.9.5 |
1415 | 2023-11-21T20:34:11.779Z | Downloaded hyper-rustls v0.24.2 |
1416 | 2023-11-21T20:34:11.779Z | Downloaded constant_time_eq v0.2.6 |
1417 | 2023-11-21T20:34:11.779Z | Downloaded mockall_derive v0.11.4 |
1418 | 2023-11-21T20:34:11.779Z | Downloaded indoc v2.0.3 |
1419 | 2023-11-21T20:34:11.779Z | Downloaded convert_case v0.4.0 |
1420 | 2023-11-21T20:34:11.779Z | Downloaded cexpr v0.6.0 |
1421 | 2023-11-21T20:34:11.779Z | Downloaded bytecount v0.6.3 |
1422 | 2023-11-21T20:34:11.779Z | Downloaded newline-converter v0.3.0 |
1423 | 2023-11-21T20:34:11.780Z | Downloaded log v0.4.20 |
1424 | 2023-11-21T20:34:11.780Z | Downloaded cfg-if v0.1.10 |
1425 | 2023-11-21T20:34:11.782Z | Downloaded buf-list v1.0.3 |
1426 | 2023-11-21T20:34:11.782Z | Downloaded match_cfg v0.1.0 |
1427 | 2023-11-21T20:34:11.782Z | Downloaded hyper-tls v0.5.0 |
1428 | 2023-11-21T20:34:11.782Z | Downloaded inout v0.1.3 |
1429 | 2023-11-21T20:34:11.782Z | Downloaded iana-time-zone v0.1.57 |
1430 | 2023-11-21T20:34:11.782Z | Downloaded darling v0.20.3 |
1431 | 2023-11-21T20:34:11.782Z | Downloaded darling v0.14.4 |
1432 | 2023-11-21T20:34:11.782Z | Downloaded crc-catalog v2.2.0 |
1433 | 2023-11-21T20:34:11.782Z | Downloaded cassowary v0.3.0 |
1434 | 2023-11-21T20:34:11.782Z | Downloaded camino-tempfile v1.0.2 |
1435 | 2023-11-21T20:34:11.782Z | Downloaded blake2b_simd v1.0.1 |
1436 | 2023-11-21T20:34:11.782Z | Downloaded cast v0.3.0 |
1437 | 2023-11-21T20:34:11.782Z | Downloaded ident_case v1.0.1 |
1438 | 2023-11-21T20:34:11.782Z | Downloaded ciborium-io v0.2.1 |
1439 | 2023-11-21T20:34:11.782Z | Downloaded block-buffer v0.10.4 |
1440 | 2023-11-21T20:34:11.782Z | Downloaded addr2line v0.21.0 |
1441 | 2023-11-21T20:34:12.529Z | Compiling proc-macro2 v1.0.69 |
1442 | 2023-11-21T20:34:12.532Z | Compiling serde v1.0.192 |
1443 | 2023-11-21T20:34:12.532Z | Compiling autocfg v1.1.0 |
1444 | 2023-11-21T20:34:12.532Z | Compiling version_check v0.9.4 |
1445 | 2023-11-21T20:34:12.532Z | Compiling syn v1.0.109 |
1446 | 2023-11-21T20:34:12.532Z | Compiling parking_lot_core v0.9.8 |
1447 | 2023-11-21T20:34:12.560Z | Compiling libm v0.2.7 |
1448 | 2023-11-21T20:34:12.574Z | Compiling libc v0.2.150 |
1449 | 2023-11-21T20:34:13.068Z | Compiling futures-core v0.3.29 |
1450 | 2023-11-21T20:34:13.167Z | Compiling cfg-if v1.0.0 |
1451 | 2023-11-21T20:34:13.284Z | Compiling typenum v1.16.0 |
1452 | 2023-11-21T20:34:13.420Z | Compiling once_cell v1.18.0 |
1453 | 2023-11-21T20:34:13.931Z | Compiling generic-array v0.14.7 |
1454 | 2023-11-21T20:34:13.931Z | Compiling futures-task v0.3.29 |
1455 | 2023-11-21T20:34:13.931Z | Compiling lock_api v0.4.10 |
1456 | 2023-11-21T20:34:13.957Z | Compiling quote v1.0.33 |
1457 | 2023-11-21T20:34:14.002Z | Compiling num-traits v0.2.16 |
1458 | 2023-11-21T20:34:14.162Z | Compiling slab v0.4.9 |
1459 | 2023-11-21T20:34:14.237Z | Compiling futures-channel v0.3.29 |
1460 | 2023-11-21T20:34:14.522Z | Compiling cc v1.0.83 |
1461 | 2023-11-21T20:34:14.863Z | Compiling syn v2.0.32 |
1462 | 2023-11-21T20:34:15.092Z | Compiling futures-util v0.3.29 |
1463 | 2023-11-21T20:34:15.157Z | Compiling memchr v2.6.3 |
1464 | 2023-11-21T20:34:15.278Z | Compiling pkg-config v0.3.27 |
1465 | 2023-11-21T20:34:15.383Z | Compiling serde_json v1.0.108 |
1466 | 2023-11-21T20:34:15.433Z | Compiling itoa v1.0.9 |
1467 | 2023-11-21T20:34:15.527Z | Compiling log v0.4.20 |
1468 | 2023-11-21T20:34:15.761Z | Compiling rustix v0.38.9 |
1469 | 2023-11-21T20:34:15.954Z | Compiling schemars v0.8.13 |
1470 | 2023-11-21T20:34:16.253Z | Compiling httparse v1.8.0 |
1471 | 2023-11-21T20:34:16.490Z | Compiling indexmap v1.9.3 |
1472 | 2023-11-21T20:34:16.899Z | Compiling getrandom v0.2.10 |
1473 | 2023-11-21T20:34:16.994Z | Compiling ryu v1.0.15 |
1474 | 2023-11-21T20:34:17.010Z | Compiling vcpkg v0.2.15 |
1475 | 2023-11-21T20:34:17.436Z | Compiling equivalent v1.0.1 |
1476 | 2023-11-21T20:34:17.476Z | Compiling hashbrown v0.14.2 |
1477 | 2023-11-21T20:34:17.523Z | Compiling ahash v0.8.3 |
1478 | 2023-11-21T20:34:17.645Z | Compiling openssl v0.10.57 |
1479 | 2023-11-21T20:34:17.971Z | Compiling fnv v1.0.7 |
1480 | 2023-11-21T20:34:18.140Z | Compiling scopeguard v1.2.0 |
1481 | 2023-11-21T20:34:18.200Z | Compiling aho-corasick v1.0.4 |
1482 | 2023-11-21T20:34:18.223Z | Compiling regex-syntax v0.8.2 |
1483 | 2023-11-21T20:34:18.713Z | Compiling ring v0.16.20 |
1484 | 2023-11-21T20:34:19.046Z | Compiling ring v0.17.5 |
1485 | 2023-11-21T20:34:19.642Z | Compiling rustls v0.21.9 |
1486 | 2023-11-21T20:34:19.850Z | Compiling openssl-sys v0.9.93 |
1487 | 2023-11-21T20:34:21.801Z | Compiling async-trait v0.1.74 |
1488 | 2023-11-21T20:34:22.556Z | Compiling native-tls v0.2.11 |
1489 | 2023-11-21T20:34:23.029Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-11-21T20:34:23.781Z | Compiling regex-automata v0.4.3 |
1491 | 2023-11-21T20:34:24.189Z | Compiling smallvec v1.11.0 |
1492 | 2023-11-21T20:34:24.814Z | Compiling unicode-xid v0.2.4 |
1493 | 2023-11-21T20:34:25.580Z | Compiling backtrace v0.3.69 |
1494 | 2023-11-21T20:34:25.600Z | Compiling crossbeam-utils v0.8.16 |
1495 | 2023-11-21T20:34:25.966Z | Compiling serde_derive_internals v0.26.0 |
1496 | 2023-11-21T20:34:26.248Z | Compiling parking_lot v0.12.1 |
1497 | 2023-11-21T20:34:26.328Z | Compiling iana-time-zone v0.1.57 |
1498 | 2023-11-21T20:34:26.839Z | Compiling anyhow v1.0.75 |
1499 | 2023-11-21T20:34:27.486Z | Compiling slog v2.7.0 |
1500 | 2023-11-21T20:34:27.676Z | Compiling num-integer v0.1.45 |
1501 | 2023-11-21T20:34:27.730Z | Compiling byteorder v1.5.0 |
1502 | 2023-11-21T20:34:28.012Z | Compiling crc32fast v1.3.2 |
1503 | 2023-11-21T20:34:28.148Z | Compiling dyn-clone v1.0.13 |
1504 | 2023-11-21T20:34:28.777Z | Compiling synstructure v0.12.6 |
1505 | 2023-11-21T20:34:28.780Z | Compiling spin v0.5.2 |
1506 | 2023-11-21T20:34:28.780Z | Compiling time-core v0.1.1 |
1507 | 2023-11-21T20:34:28.780Z | Compiling pin-project-lite v0.2.13 |
1508 | 2023-11-21T20:34:28.860Z | Compiling hashbrown v0.13.2 |
1509 | 2023-11-21T20:34:28.906Z | Compiling winnow v0.5.15 |
1510 | 2023-11-21T20:34:28.963Z | Compiling time-macros v0.2.13 |
1511 | 2023-11-21T20:34:29.746Z | Compiling rustversion v1.0.14 |
1512 | 2023-11-21T20:34:30.731Z | Compiling regex v1.10.2 |
1513 | 2023-11-21T20:34:30.769Z | Compiling signal-hook-registry v1.4.1 |
1514 | 2023-11-21T20:34:31.807Z | Compiling mio v0.8.9 |
1515 | 2023-11-21T20:34:32.332Z | Compiling errno v0.3.2 |
1516 | 2023-11-21T20:34:32.713Z | Compiling socket2 v0.5.5 |
1517 | 2023-11-21T20:34:33.368Z | Compiling num_cpus v1.16.0 |
1518 | 2023-11-21T20:34:33.462Z | Compiling usdt-impl v0.3.5 |
1519 | 2023-11-21T20:34:33.719Z | Compiling futures-sink v0.3.29 |
1520 | 2023-11-21T20:34:33.921Z | Compiling unicode-width v0.1.11 |
1521 | 2023-11-21T20:34:33.938Z | Compiling memoffset v0.9.0 |
1522 | 2023-11-21T20:34:34.055Z | Compiling tinyvec_macros v0.1.1 |
1523 | 2023-11-21T20:34:34.073Z | Compiling tinyvec v1.6.0 |
1524 | 2023-11-21T20:34:34.527Z | Compiling futures-io v0.3.29 |
1525 | 2023-11-21T20:34:34.702Z | Compiling pin-utils v0.1.0 |
1526 | 2023-11-21T20:34:34.819Z | Compiling spin v0.9.8 |
1527 | 2023-11-21T20:34:35.306Z | Compiling tracing-core v0.1.31 |
1528 | 2023-11-21T20:34:35.306Z | Compiling unicode-bidi v0.3.13 |
1529 | 2023-11-21T20:34:35.306Z | Compiling signal-hook v0.3.17 |
1530 | 2023-11-21T20:34:35.366Z | Compiling lazy_static v1.4.0 |
1531 | 2023-11-21T20:34:35.381Z | Compiling thread-id v4.2.0 |
1532 | 2023-11-21T20:34:36.335Z | Compiling crossbeam-epoch v0.9.15 |
1533 | 2023-11-21T20:34:36.360Z | Compiling strsim v0.10.0 |
1534 | 2023-11-21T20:34:36.360Z | Compiling schemars_derive v0.8.13 |
1535 | 2023-11-21T20:34:36.360Z | Compiling zerocopy-derive v0.2.0 |
1536 | 2023-11-21T20:34:36.776Z | Compiling serde_derive v1.0.192 |
1537 | 2023-11-21T20:34:36.776Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-11-21T20:34:36.776Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-11-21T20:34:37.007Z | Compiling tokio-macros v2.2.0 |
1540 | 2023-11-21T20:34:37.068Z | Compiling futures-macro v0.3.29 |
1541 | 2023-11-21T20:34:37.544Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-11-21T20:34:39.029Z | Compiling openssl-macros v0.1.1 |
1543 | 2023-11-21T20:34:39.348Z | Compiling zerocopy-derive v0.6.4 |
1544 | 2023-11-21T20:34:39.983Z | Compiling zerocopy v0.3.0 |
1545 | 2023-11-21T20:34:40.905Z | Compiling thiserror v1.0.49 |
1546 | 2023-11-21T20:34:41.349Z | Compiling unicode-normalization v0.1.22 |
1547 | 2023-11-21T20:34:41.361Z | Compiling pest v2.7.2 |
1548 | 2023-11-21T20:34:41.361Z | Compiling clap_derive v4.4.2 |
1549 | 2023-11-21T20:34:42.495Z | Compiling dof v0.1.5 |
1550 | 2023-11-21T20:34:42.754Z | Compiling strum_macros v0.25.2 |
1551 | 2023-11-21T20:34:43.382Z | Compiling tracing v0.1.37 |
1552 | 2023-11-21T20:34:43.839Z | Compiling num-iter v0.1.43 |
1553 | 2023-11-21T20:34:43.839Z | Compiling base64 v0.21.5 |
1554 | 2023-11-21T20:34:43.839Z | Compiling either v1.9.0 |
1555 | 2023-11-21T20:34:43.975Z | Compiling rand_core v0.6.4 |
1556 | 2023-11-21T20:34:44.140Z | Compiling percent-encoding v2.3.0 |
1557 | 2023-11-21T20:34:44.550Z | Compiling openssl-probe v0.1.5 |
1558 | 2023-11-21T20:34:44.570Z | Compiling foreign-types-shared v0.1.1 |
1559 | 2023-11-21T20:34:44.601Z | Compiling untrusted v0.9.0 |
1560 | 2023-11-21T20:34:44.727Z | Compiling untrusted v0.7.1 |
1561 | 2023-11-21T20:34:44.906Z | Compiling hashbrown v0.12.3 |
1562 | 2023-11-21T20:34:45.762Z | Compiling pest_meta v2.7.2 |
1563 | 2023-11-21T20:34:48.158Z | Compiling pest_generator v2.7.2 |
1564 | 2023-11-21T20:34:48.734Z | Compiling foreign-types v0.3.2 |
1565 | 2023-11-21T20:34:48.956Z | Compiling zeroize v1.6.0 |
1566 | 2023-11-21T20:34:50.306Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1567 | 2023-11-21T20:34:50.823Z | Compiling try-lock v0.2.4 |
1568 | 2023-11-21T20:34:50.984Z | Compiling want v0.3.1 |
1569 | 2023-11-21T20:34:51.123Z | Compiling rustls-webpki v0.101.7 |
1570 | 2023-11-21T20:34:51.267Z | Compiling sct v0.7.0 |
1571 | 2023-11-21T20:34:51.381Z | Compiling form_urlencoded v1.2.0 |
1572 | 2023-11-21T20:34:51.779Z | Compiling socket2 v0.4.9 |
1573 | 2023-11-21T20:34:52.006Z | Compiling httpdate v1.0.3 |
1574 | 2023-11-21T20:34:52.598Z | Compiling tower-service v0.3.2 |
1575 | 2023-11-21T20:34:52.766Z | Compiling rustls-pemfile v1.0.3 |
1576 | 2023-11-21T20:34:52.936Z | Compiling pest_derive v2.7.2 |
1577 | 2023-11-21T20:34:53.059Z | Compiling idna v0.4.0 |
1578 | 2023-11-21T20:34:53.256Z | Compiling doc-comment v0.3.3 |
1579 | 2023-11-21T20:34:53.877Z | Compiling adler v1.0.2 |
1580 | 2023-11-21T20:34:53.950Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1581 | 2023-11-21T20:34:53.979Z | Compiling dtrace-parser v0.1.14 |
1582 | 2023-11-21T20:34:54.174Z | Compiling siphasher v0.3.11 |
1583 | 2023-11-21T20:34:54.762Z | Compiling url v2.4.1 |
1584 | 2023-11-21T20:34:55.294Z | Compiling miniz_oxide v0.7.1 |
1585 | 2023-11-21T20:34:55.372Z | Compiling rustls-native-certs v0.6.3 |
1586 | 2023-11-21T20:34:55.404Z | Compiling pin-project-internal v1.1.3 |
1587 | 2023-11-21T20:34:55.924Z | Compiling ipnet v2.8.0 |
1588 | 2023-11-21T20:34:56.883Z | Compiling bitflags v1.3.2 |
1589 | 2023-11-21T20:34:57.013Z | Compiling encoding_rs v0.8.33 |
1590 | 2023-11-21T20:34:57.386Z | Compiling webpki-roots v0.25.2 |
1591 | 2023-11-21T20:34:57.552Z | Compiling mime v0.3.17 |
1592 | 2023-11-21T20:34:57.594Z | Compiling gimli v0.28.0 |
1593 | 2023-11-21T20:34:57.627Z | Compiling crypto-common v0.1.6 |
1594 | 2023-11-21T20:34:57.897Z | Compiling enum-as-inner v0.5.1 |
1595 | 2023-11-21T20:34:58.320Z | Compiling diesel_table_macro_syntax v0.1.0 |
1596 | 2023-11-21T20:34:58.479Z | Compiling object v0.32.1 |
1597 | 2023-11-21T20:34:59.206Z | Compiling indexmap v2.1.0 |
1598 | 2023-11-21T20:34:59.843Z | Compiling bytes v1.5.0 |
1599 | 2023-11-21T20:34:59.859Z | Compiling uuid v1.6.1 |
1600 | 2023-11-21T20:35:00.980Z | Compiling chrono v0.4.31 |
1601 | 2023-11-21T20:35:01.244Z | Compiling semver v1.0.20 |
1602 | 2023-11-21T20:35:01.278Z | Compiling http v0.2.11 |
1603 | 2023-11-21T20:35:02.587Z | Compiling bitflags v2.4.0 |
1604 | 2023-11-21T20:35:02.960Z | Compiling toml_datetime v0.6.5 |
1605 | 2023-11-21T20:35:03.494Z | Compiling serde_spanned v0.6.4 |
1606 | 2023-11-21T20:35:03.655Z | Compiling rustc_version v0.4.0 |
1607 | 2023-11-21T20:35:03.882Z | Compiling toml_edit v0.19.15 |
1608 | 2023-11-21T20:35:04.149Z | Compiling tokio v1.34.0 |
1609 | 2023-11-21T20:35:04.564Z | Compiling openapiv3 v2.0.0-rc.1 |
1610 | 2023-11-21T20:35:07.395Z | Compiling serde_tokenstream v0.1.7 |
1611 | 2023-11-21T20:35:07.734Z | Compiling http-body v0.4.5 |
1612 | 2023-11-21T20:35:08.047Z | Compiling usdt-attr-macro v0.3.5 |
1613 | 2023-11-21T20:35:08.329Z | Compiling usdt-macro v0.3.5 |
1614 | 2023-11-21T20:35:10.091Z | Compiling heapless v0.7.16 |
1615 | 2023-11-21T20:35:10.116Z | Compiling serde_urlencoded v0.7.1 |
1616 | 2023-11-21T20:35:10.215Z | Compiling addr2line v0.21.0 |
1617 | 2023-11-21T20:35:10.365Z | Compiling num-bigint v0.4.4 |
1618 | 2023-11-21T20:35:10.781Z | Compiling smoltcp v0.9.1 |
1619 | 2023-11-21T20:35:10.900Z | Compiling bit-vec v0.6.3 |
1620 | 2023-11-21T20:35:11.055Z | Compiling rustc-demangle v0.1.23 |
1621 | 2023-11-21T20:35:11.534Z | Compiling diesel_derives v2.1.1 |
1622 | 2023-11-21T20:35:11.754Z | Compiling flate2 v1.0.28 |
1623 | 2023-11-21T20:35:11.759Z | Compiling block-buffer v0.10.4 |
1624 | 2023-11-21T20:35:12.497Z | Compiling phf_shared v0.10.0 |
1625 | 2023-11-21T20:35:12.650Z | Compiling hubpack_derive v0.1.1 |
1626 | 2023-11-21T20:35:13.047Z | Compiling new_debug_unreachable v1.0.4 |
1627 | 2023-11-21T20:35:13.165Z | Compiling fixedbitset v0.4.2 |
1628 | 2023-11-21T20:35:13.257Z | Compiling ppv-lite86 v0.2.17 |
1629 | 2023-11-21T20:35:13.774Z | Compiling precomputed-hash v0.1.1 |
1630 | 2023-11-21T20:35:13.893Z | Compiling const-oid v0.9.5 |
1631 | 2023-11-21T20:35:13.922Z | Compiling subtle v2.5.0 |
1632 | 2023-11-21T20:35:14.351Z | Compiling string_cache v0.8.7 |
1633 | 2023-11-21T20:35:14.493Z | Compiling rand_chacha v0.3.1 |
1634 | 2023-11-21T20:35:14.996Z | Compiling petgraph v0.6.4 |
1635 | 2023-11-21T20:35:16.073Z | Compiling bit-set v0.5.3 |
1636 | 2023-11-21T20:35:16.478Z | Compiling toml v0.7.8 |
1637 | 2023-11-21T20:35:16.764Z | Compiling tokio-util v0.7.10 |
1638 | 2023-11-21T20:35:16.916Z | Compiling tokio-rustls v0.24.1 |
1639 | 2023-11-21T20:35:17.105Z | Compiling digest v0.10.7 |
1640 | 2023-11-21T20:35:17.506Z | Compiling toml_edit v0.21.0 |
1641 | 2023-11-21T20:35:17.714Z | Compiling hex v0.4.3 |
1642 | 2023-11-21T20:35:18.670Z | Compiling h2 v0.3.21 |
1643 | 2023-11-21T20:35:18.926Z | Compiling itertools v0.10.5 |
1644 | 2023-11-21T20:35:19.118Z | Compiling snafu-derive v0.7.5 |
1645 | 2023-11-21T20:35:23.677Z | Compiling tokio-native-tls v0.3.1 |
1646 | 2023-11-21T20:35:23.931Z | Compiling unicode-segmentation v1.10.1 |
1647 | 2023-11-21T20:35:23.931Z | Compiling lalrpop-util v0.19.12 |
1648 | 2023-11-21T20:35:23.931Z | Compiling rand v0.8.5 |
1649 | 2023-11-21T20:35:24.483Z | Compiling serde_repr v0.1.16 |
1650 | 2023-11-21T20:35:26.203Z | Compiling io-lifetimes v1.0.11 |
1651 | 2023-11-21T20:35:26.267Z | Compiling utf8parse v0.2.1 |
1652 | 2023-11-21T20:35:26.267Z | Compiling anstyle v1.0.2 |
1653 | 2023-11-21T20:35:26.267Z | Compiling cpufeatures v0.2.9 |
1654 | 2023-11-21T20:35:26.267Z | Compiling rustix v0.37.23 |
1655 | 2023-11-21T20:35:26.303Z | Compiling anstyle-parse v0.2.1 |
1656 | 2023-11-21T20:35:26.311Z | Compiling sha2 v0.10.8 |
1657 | 2023-11-21T20:35:26.720Z | Compiling md-5 v0.10.5 |
1658 | 2023-11-21T20:35:26.872Z | Compiling hmac v0.12.1 |
1659 | 2023-11-21T20:35:27.124Z | Compiling stringprep v0.1.3 |
1660 | 2023-11-21T20:35:27.246Z | Compiling hash32 v0.2.1 |
1661 | 2023-11-21T20:35:27.546Z | Compiling fallible-iterator v0.2.0 |
1662 | 2023-11-21T20:35:27.622Z | Compiling anstyle-query v1.0.0 |
1663 | 2023-11-21T20:35:27.795Z | Compiling stable_deref_trait v1.2.0 |
1664 | 2023-11-21T20:35:27.952Z | Compiling colorchoice v1.0.0 |
1665 | 2023-11-21T20:35:28.359Z | Compiling anstream v0.5.0 |
1666 | 2023-11-21T20:35:28.403Z | Compiling terminal_size v0.2.6 |
1667 | 2023-11-21T20:35:29.092Z | Compiling block-padding v0.3.3 |
1668 | 2023-11-21T20:35:29.107Z | Compiling phf_shared v0.11.2 |
1669 | 2023-11-21T20:35:29.107Z | Compiling postgres-protocol v0.6.6 |
1670 | 2023-11-21T20:35:29.107Z | Compiling scheduled-thread-pool v0.2.7 |
1671 | 2023-11-21T20:35:29.130Z | Compiling deranged v0.3.8 |
1672 | 2023-11-21T20:35:29.164Z | Compiling clap_lex v0.5.1 |
1673 | 2023-11-21T20:35:29.846Z | Compiling managed v0.8.0 |
1674 | 2023-11-21T20:35:29.856Z | Compiling num_threads v0.1.6 |
1675 | 2023-11-21T20:35:30.010Z | Compiling hyper v0.14.27 |
1676 | 2023-11-21T20:35:30.213Z | Compiling matches v0.1.10 |
1677 | 2023-11-21T20:35:30.296Z | Compiling regex-automata v0.1.10 |
1678 | 2023-11-21T20:35:30.330Z | Compiling idna v0.2.3 |
1679 | 2023-11-21T20:35:30.611Z | Compiling postgres-types v0.2.6 |
1680 | 2023-11-21T20:35:31.072Z | Compiling bstr v0.2.17 |
1681 | 2023-11-21T20:35:32.170Z | Compiling time v0.3.27 |
1682 | 2023-11-21T20:35:32.745Z | Compiling clap_builder v4.4.2 |
1683 | 2023-11-21T20:35:32.900Z | Compiling signal-hook-mio v0.2.3 |
1684 | 2023-11-21T20:35:33.113Z | Compiling r2d2 v0.8.10 |
1685 | 2023-11-21T20:35:33.308Z | Compiling phf v0.11.2 |
1686 | 2023-11-21T20:35:33.666Z | Compiling bzip2 v0.4.4 |
1687 | 2023-11-21T20:35:33.707Z | Compiling inout v0.1.3 |
1688 | 2023-11-21T20:35:34.074Z | Compiling hubpack v0.1.2 |
1689 | 2023-11-21T20:35:34.224Z | Compiling ipnetwork v0.20.0 |
1690 | 2023-11-21T20:35:34.614Z | Compiling pin-project v1.1.3 |
1691 | 2023-11-21T20:35:35.105Z | Compiling futures-executor v0.3.29 |
1692 | 2023-11-21T20:35:35.292Z | Compiling itertools v0.11.0 |
1693 | 2023-11-21T20:35:35.308Z | Compiling zerocopy v0.6.4 |
1694 | 2023-11-21T20:35:35.652Z | Compiling float-cmp v0.9.0 |
1695 | 2023-11-21T20:35:36.004Z | Compiling whoami v1.4.1 |
1696 | 2023-11-21T20:35:36.619Z | Compiling normalize-line-endings v0.3.0 |
1697 | 2023-11-21T20:35:36.778Z | Compiling regex-automata v0.3.8 |
1698 | 2023-11-21T20:35:36.799Z | Compiling predicates-core v1.0.6 |
1699 | 2023-11-21T20:35:37.211Z | Compiling data-encoding v2.4.0 |
1700 | 2023-11-21T20:35:37.267Z | Compiling difflib v0.4.0 |
1701 | 2023-11-21T20:35:39.335Z | Compiling static_assertions v1.1.0 |
1702 | 2023-11-21T20:35:39.745Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1703 | 2023-11-21T20:35:39.779Z | Compiling predicates v3.0.4 |
1704 | 2023-11-21T20:35:40.055Z | Compiling bstr v1.6.0 |
1705 | 2023-11-21T20:35:40.243Z | Compiling clap v4.4.3 |
1706 | 2023-11-21T20:35:40.389Z | Compiling yasna v0.5.2 |
1707 | 2023-11-21T20:35:40.434Z | Compiling trust-dns-proto v0.22.0 |
1708 | 2023-11-21T20:35:41.708Z | Compiling hyper-rustls v0.24.2 |
1709 | 2023-11-21T20:35:42.169Z | Compiling hyper-tls v0.5.0 |
1710 | 2023-11-21T20:35:42.862Z | Compiling tokio-postgres v0.7.10 |
1711 | 2023-11-21T20:35:42.870Z | Compiling futures v0.3.29 |
1712 | 2023-11-21T20:35:42.870Z | Compiling reqwest v0.11.22 |
1713 | 2023-11-21T20:35:42.870Z | Compiling diesel v2.1.4 |
1714 | 2023-11-21T20:35:43.315Z | Compiling snafu v0.7.5 |
1715 | 2023-11-21T20:35:44.432Z | Compiling zip v0.6.6 |
1716 | 2023-11-21T20:35:45.609Z | Compiling cipher v0.4.4 |
1717 | 2023-11-21T20:35:46.353Z | Compiling crossterm v0.27.0 |
1718 | 2023-11-21T20:35:46.475Z | Compiling similar v2.2.1 |
1719 | 2023-11-21T20:35:46.736Z | Compiling signature v2.1.0 |
1720 | 2023-11-21T20:35:47.124Z | Compiling tokio-stream v0.1.14 |
1721 | 2023-11-21T20:35:48.514Z | Compiling usdt v0.3.5 |
1722 | 2023-11-21T20:35:48.901Z | Compiling console v0.15.7 |
1723 | 2023-11-21T20:35:49.998Z | Compiling serde_tokenstream v0.2.0 |
1724 | 2023-11-21T20:35:50.346Z | Compiling regress v0.7.1 |
1725 | 2023-11-21T20:35:50.666Z | Compiling getopts v0.2.21 |
1726 | 2023-11-21T20:35:50.685Z | Compiling unsafe-libyaml v0.2.9 |
1727 | 2023-11-21T20:35:52.275Z | Compiling ident_case v1.0.1 |
1728 | 2023-11-21T20:35:52.993Z | Compiling serde_yaml v0.9.25 |
1729 | 2023-11-21T20:35:53.233Z | Compiling paste v1.0.14 |
1730 | 2023-11-21T20:35:53.761Z | Compiling slog-async v2.8.0 |
1731 | 2023-11-21T20:35:53.790Z | Compiling multer v2.1.0 |
1732 | 2023-11-21T20:35:54.292Z | Compiling async-stream-impl v0.3.5 |
1733 | 2023-11-21T20:35:54.494Z | Compiling darling_core v0.20.3 |
1734 | 2023-11-21T20:35:55.641Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1735 | 2023-11-21T20:35:56.127Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1736 | 2023-11-21T20:35:58.751Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1737 | 2023-11-21T20:36:00.805Z | Compiling structmeta-derive v0.2.0 |
1738 | 2023-11-21T20:36:01.718Z | Compiling regex-syntax v0.7.5 |
1739 | 2023-11-21T20:36:03.478Z | Compiling darling_macro v0.20.3 |
1740 | 2023-11-21T20:36:04.975Z | Compiling darling v0.20.3 |
1741 | 2023-11-21T20:36:05.083Z | Compiling serde_with_macros v2.3.3 |
1742 | 2023-11-21T20:36:05.135Z | Compiling structmeta v0.2.0 |
1743 | 2023-11-21T20:36:05.783Z | Compiling test-strategy v0.3.1 |
1744 | 2023-11-21T20:36:11.973Z | Compiling parse-display-derive v0.8.2 |
1745 | 2023-11-21T20:36:18.384Z | Checking unicode-ident v1.0.12 |
1746 | 2023-11-21T20:36:19.964Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1747 | 2023-11-21T20:36:27.027Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1748 | 2023-11-21T20:36:27.209Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1749 | 2023-11-21T20:36:37.697Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1750 | 2023-11-21T20:36:49.609Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1751 | 2023-11-21T20:36:50.206Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1752 | 2023-11-21T20:36:56.349Z | Checking heck v0.4.1 |
1753 | 2023-11-21T20:36:58.398Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1754 | 2023-11-21T20:37:00.064Z | Checking fastrand v2.0.0 |
1755 | 2023-11-21T20:37:00.558Z | Checking tempfile v3.8.0 |
1756 | 2023-11-21T20:37:01.100Z | Checking sha1 v0.10.6 |
1757 | 2023-11-21T20:37:01.192Z | Checking match_cfg v0.1.0 |
1758 | 2023-11-21T20:37:01.313Z | Checking hostname v0.3.1 |
1759 | 2023-11-21T20:37:01.488Z | Checking atty v0.2.14 |
1760 | 2023-11-21T20:37:01.509Z | Checking quick-error v1.2.3 |
1761 | 2023-11-21T20:37:01.620Z | Checking crossbeam-channel v0.5.8 |
1762 | 2023-11-21T20:37:01.644Z | Checking camino v1.1.6 |
1763 | 2023-11-21T20:37:01.688Z | Checking dirs-sys-next v0.1.2 |
1764 | 2023-11-21T20:37:01.905Z | Checking thread_local v1.1.7 |
1765 | 2023-11-21T20:37:01.961Z | Checking dirs-next v2.0.0 |
1766 | 2023-11-21T20:37:02.117Z | Checking instant v0.1.12 |
1767 | 2023-11-21T20:37:02.267Z | Checking term v0.7.0 |
1768 | 2023-11-21T20:37:02.305Z | Checking toml v0.8.8 |
1769 | 2023-11-21T20:37:02.727Z | Checking strum v0.25.0 |
1770 | 2023-11-21T20:37:02.731Z | Checking take_mut v0.2.2 |
1771 | 2023-11-21T20:37:02.908Z | Checking slog-term v2.9.0 |
1772 | 2023-11-21T20:37:02.969Z | Checking slog-json v2.6.1 |
1773 | 2023-11-21T20:37:02.983Z | Checking serde_with v2.3.3 |
1774 | 2023-11-21T20:37:03.189Z | Checking wait-timeout v0.2.0 |
1775 | 2023-11-21T20:37:03.317Z | Checking atomic-waker v1.1.1 |
1776 | 2023-11-21T20:37:03.334Z | Checking debug-ignore v1.0.5 |
1777 | 2023-11-21T20:37:03.446Z | Checking slog-bunyan v2.4.0 |
1778 | 2023-11-21T20:37:03.484Z | Checking waitgroup v0.1.2 |
1779 | 2023-11-21T20:37:03.527Z | Checking async-stream v0.3.5 |
1780 | 2023-11-21T20:37:03.636Z | Checking serde_path_to_error v0.1.14 |
1781 | 2023-11-21T20:37:03.657Z | Checking rusty-fork v0.3.0 |
1782 | 2023-11-21T20:37:03.660Z | Checking rand_xorshift v0.3.0 |
1783 | 2023-11-21T20:37:03.776Z | Checking unarray v0.1.4 |
1784 | 2023-11-21T20:37:03.888Z | Checking backoff v0.4.0 |
1785 | 2023-11-21T20:37:04.020Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1786 | 2023-11-21T20:37:04.088Z | Checking proptest v1.4.0 |
1787 | 2023-11-21T20:37:04.215Z | Checking parse-display v0.8.2 |
1788 | 2023-11-21T20:37:04.294Z | Checking macaddr v1.0.1 |
1789 | 2023-11-21T20:37:05.208Z | Compiling proc-macro-error-attr v1.0.4 |
1790 | 2023-11-21T20:37:05.509Z | Compiling proc-macro-crate v1.3.1 |
1791 | 2023-11-21T20:37:05.710Z | Compiling proc-macro-error v1.0.4 |
1792 | 2023-11-21T20:37:06.958Z | Compiling num_enum_derive v0.5.11 |
1793 | 2023-11-21T20:37:08.845Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1794 | 2023-11-21T20:37:08.989Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1795 | 2023-11-21T20:37:09.164Z | Compiling crucible-workspace-hack v0.1.0 |
1796 | 2023-11-21T20:37:09.286Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1797 | 2023-11-21T20:37:09.506Z | Compiling foreign-types-macros v0.2.3 |
1798 | 2023-11-21T20:37:09.559Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1799 | 2023-11-21T20:37:09.602Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1800 | 2023-11-21T20:37:10.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1801 | 2023-11-21T20:37:10.181Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-21T20:37:11.269Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1803 | 2023-11-21T20:37:11.402Z | Compiling zone_cfg_derive v0.3.0 |
1804 | 2023-11-21T20:37:11.631Z | Compiling num-derive v0.4.0 |
1805 | 2023-11-21T20:37:11.677Z | Compiling mockall_derive v0.11.4 |
1806 | 2023-11-21T20:37:28.956Z | Checking is-terminal v0.4.9 |
1807 | 2023-11-21T20:37:56.222Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2023-11-21T20:38:00.388Z | Checking termtree v0.4.1 |
1809 | 2023-11-21T20:38:00.688Z | Checking predicates-tree v1.0.9 |
1810 | 2023-11-21T20:38:01.185Z | Checking num_enum v0.5.11 |
1811 | 2023-11-21T20:38:01.628Z | Checking postcard-cobs v0.1.5-pre |
1812 | 2023-11-21T20:38:01.869Z | Checking postcard v0.7.3 |
1813 | 2023-11-21T20:38:02.235Z | Checking smoltcp v0.8.2 |
1814 | 2023-11-21T20:38:02.601Z | Checking cfg-if v0.1.10 |
1815 | 2023-11-21T20:38:02.720Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1816 | 2023-11-21T20:38:02.875Z | Checking base64ct v1.6.0 |
1817 | 2023-11-21T20:38:02.920Z | Checking foreign-types-shared v0.3.1 |
1818 | 2023-11-21T20:38:03.253Z | Checking foreign-types v0.5.0 |
1819 | 2023-11-21T20:38:03.549Z | Checking cstr-argument v0.1.2 |
1820 | 2023-11-21T20:38:03.584Z | Checking pretty-hex v0.2.1 |
1821 | 2023-11-21T20:38:03.790Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1822 | 2023-11-21T20:38:03.804Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2023-11-21T20:38:04.255Z | Checking colored v2.0.4 |
1824 | 2023-11-21T20:38:04.772Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1825 | 2023-11-21T20:38:04.944Z | Checking predicates v2.1.5 |
1826 | 2023-11-21T20:38:05.220Z | Compiling heck v0.3.3 |
1827 | 2023-11-21T20:38:05.286Z | Checking downcast v0.11.0 |
1828 | 2023-11-21T20:38:05.576Z | Compiling libefi-sys v0.1.0 |
1829 | 2023-11-21T20:38:05.780Z | Checking fragile v2.0.0 |
1830 | 2023-11-21T20:38:05.995Z | Compiling structopt-derive v0.4.18 |
1831 | 2023-11-21T20:38:06.034Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1832 | 2023-11-21T20:38:12.300Z | Checking mockall v0.11.4 |
1833 | 2023-11-21T20:38:12.672Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1834 | 2023-11-21T20:38:12.672Z | Checking zone v0.3.0 |
1835 | 2023-11-21T20:38:12.672Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1836 | 2023-11-21T20:38:12.672Z | Checking smf v0.2.2 |
1837 | 2023-11-21T20:38:12.672Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1838 | 2023-11-21T20:38:12.672Z | Compiling cancel-safe-futures v0.1.5 |
1839 | 2023-11-21T20:38:12.672Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-21T20:38:12.775Z | Checking filetime v0.2.22 |
1841 | 2023-11-21T20:38:12.775Z | Checking xattr v1.0.1 |
1842 | 2023-11-21T20:38:12.775Z | Compiling der_derive v0.7.2 |
1843 | 2023-11-21T20:38:12.775Z | Checking tar v0.4.40 |
1844 | 2023-11-21T20:38:12.776Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1845 | 2023-11-21T20:38:12.776Z | Compiling convert_case v0.4.0 |
1846 | 2023-11-21T20:38:12.776Z | Compiling slog-dtrace v0.2.3 |
1847 | 2023-11-21T20:38:12.776Z | Checking base64 v0.13.1 |
1848 | 2023-11-21T20:38:12.776Z | Checking pem v3.0.2 |
1849 | 2023-11-21T20:38:12.776Z | Compiling radium v0.7.0 |
1850 | 2023-11-21T20:38:12.776Z | Compiling derive_more v0.99.17 |
1851 | 2023-11-21T20:38:12.776Z | Checking camino-tempfile v1.0.2 |
1852 | 2023-11-21T20:38:13.051Z | Compiling maybe-uninit v2.0.0 |
1853 | 2023-11-21T20:38:13.120Z | Checking headers-core v0.2.0 |
1854 | 2023-11-21T20:38:13.362Z | Compiling packed_struct v0.10.1 |
1855 | 2023-11-21T20:38:13.856Z | Compiling num-bigint-dig v0.8.4 |
1856 | 2023-11-21T20:38:13.856Z | Checking headers v0.3.9 |
1857 | 2023-11-21T20:38:13.937Z | Compiling packed_struct_codegen v0.10.1 |
1858 | 2023-11-21T20:38:14.052Z | Checking rcgen v0.11.3 |
1859 | 2023-11-21T20:38:14.131Z | Checking pem v1.1.1 |
1860 | 2023-11-21T20:38:14.458Z | Checking atomicwrites v0.4.2 |
1861 | 2023-11-21T20:38:14.772Z | Checking subprocess v0.2.9 |
1862 | 2023-11-21T20:38:15.088Z | Compiling num-rational v0.4.1 |
1863 | 2023-11-21T20:38:15.530Z | Compiling same-file v1.0.6 |
1864 | 2023-11-21T20:38:15.566Z | Compiling semver-parser v0.10.2 |
1865 | 2023-11-21T20:38:15.872Z | Compiling walkdir v2.4.0 |
1866 | 2023-11-21T20:38:15.969Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1867 | 2023-11-21T20:38:16.266Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1868 | 2023-11-21T20:38:16.933Z | Compiling semver v0.11.0 |
1869 | 2023-11-21T20:38:18.206Z | Compiling home v0.5.5 |
1870 | 2023-11-21T20:38:18.419Z | Compiling toolchain_find v0.2.0 |
1871 | 2023-11-21T20:38:18.783Z | Compiling toml v0.5.11 |
1872 | 2023-11-21T20:38:18.953Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1873 | 2023-11-21T20:38:19.485Z | Checking linked-hash-map v0.5.6 |
1874 | 2023-11-21T20:38:19.990Z | Compiling omicron-zone-package v0.9.1 |
1875 | 2023-11-21T20:38:20.665Z | Checking lru-cache v0.1.2 |
1876 | 2023-11-21T20:38:20.953Z | Compiling buf-list v1.0.3 |
1877 | 2023-11-21T20:38:21.345Z | Checking half v1.8.2 |
1878 | 2023-11-21T20:38:21.783Z | Compiling rustfmt-wrapper v0.2.0 |
1879 | 2023-11-21T20:38:21.973Z | Checking ciborium-io v0.2.1 |
1880 | 2023-11-21T20:38:22.137Z | Checking ciborium-ll v0.2.1 |
1881 | 2023-11-21T20:38:22.595Z | Checking password-hash v0.5.0 |
1882 | 2023-11-21T20:38:22.641Z | Checking textwrap v0.11.0 |
1883 | 2023-11-21T20:38:22.747Z | Checking blake2 v0.10.6 |
1884 | 2023-11-21T20:38:22.965Z | Checking strsim v0.8.0 |
1885 | 2023-11-21T20:38:23.245Z | Checking vec_map v0.8.2 |
1886 | 2023-11-21T20:38:23.293Z | Checking ansi_term v0.12.1 |
1887 | 2023-11-21T20:38:23.402Z | Checking argon2 v0.5.2 |
1888 | 2023-11-21T20:38:23.649Z | Checking ciborium v0.2.1 |
1889 | 2023-11-21T20:38:23.785Z | Checking clap v2.34.0 |
1890 | 2023-11-21T20:38:24.203Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1891 | 2023-11-21T20:38:24.551Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1892 | 2023-11-21T20:38:24.636Z | Checking arc-swap v1.6.0 |
1893 | 2023-11-21T20:38:24.945Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1894 | 2023-11-21T20:38:24.990Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1895 | 2023-11-21T20:38:25.686Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1896 | 2023-11-21T20:38:25.690Z | Checking slog-scope v4.4.0 |
1897 | 2023-11-21T20:38:25.690Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1898 | 2023-11-21T20:38:25.690Z | Checking slog-stdlog v4.1.1 |
1899 | 2023-11-21T20:38:25.976Z | Checking slog-envlogger v2.2.0 |
1900 | 2023-11-21T20:38:26.290Z | Checking newline-converter v0.3.0 |
1901 | 2023-11-21T20:38:26.499Z | Compiling derive-where v1.2.5 |
1902 | 2023-11-21T20:38:26.969Z | Compiling semver v0.1.20 |
1903 | 2023-11-21T20:38:27.358Z | Compiling parking_lot_core v0.8.6 |
1904 | 2023-11-21T20:38:27.911Z | Compiling rustc_version v0.1.7 |
1905 | 2023-11-21T20:38:28.128Z | Checking expectorate v1.1.0 |
1906 | 2023-11-21T20:38:28.351Z | Checking pem-rfc7468 v0.7.0 |
1907 | 2023-11-21T20:38:28.379Z | Checking structopt v0.3.26 |
1908 | 2023-11-21T20:38:28.919Z | Checking termcolor v1.2.0 |
1909 | 2023-11-21T20:38:28.966Z | Checking flagset v0.4.3 |
1910 | 2023-11-21T20:38:29.247Z | Checking der v0.7.8 |
1911 | 2023-11-21T20:38:29.709Z | Compiling newtype_derive v0.1.6 |
1912 | 2023-11-21T20:38:32.006Z | Checking tap v1.0.1 |
1913 | 2023-11-21T20:38:32.356Z | Checking spki v0.7.2 |
1914 | 2023-11-21T20:38:32.532Z | Checking wyz v0.5.1 |
1915 | 2023-11-21T20:38:33.712Z | Checking resolv-conf v0.7.0 |
1916 | 2023-11-21T20:38:33.730Z | Checking fxhash v0.2.1 |
1917 | 2023-11-21T20:38:33.969Z | Checking funty v2.0.0 |
1918 | 2023-11-21T20:38:34.249Z | Checking crc-catalog v2.2.0 |
1919 | 2023-11-21T20:38:34.324Z | Checking trust-dns-resolver v0.22.0 |
1920 | 2023-11-21T20:38:34.417Z | Checking crc v3.0.1 |
1921 | 2023-11-21T20:38:34.500Z | Checking pkcs8 v0.10.2 |
1922 | 2023-11-21T20:38:34.830Z | Checking itertools v0.12.0 |
1923 | 2023-11-21T20:38:34.881Z | Checking nodrop v0.1.14 |
1924 | 2023-11-21T20:38:35.035Z | Checking array-init v0.0.4 |
1925 | 2023-11-21T20:38:35.143Z | Checking pkcs1 v0.7.5 |
1926 | 2023-11-21T20:38:35.210Z | Checking smallvec v0.6.14 |
1927 | 2023-11-21T20:38:35.722Z | Checking bitvec v1.0.1 |
1928 | 2023-11-21T20:38:35.803Z | Compiling rayon-core v1.12.0 |
1929 | 2023-11-21T20:38:36.336Z | Checking bitfield v0.14.0 |
1930 | 2023-11-21T20:38:36.682Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1931 | 2023-11-21T20:38:36.705Z | Checking serde-hex v0.1.0 |
1932 | 2023-11-21T20:38:36.860Z | Checking x509-cert v0.2.4 |
1933 | 2023-11-21T20:38:37.046Z | Checking env_logger v0.10.0 |
1934 | 2023-11-21T20:38:42.870Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1935 | 2023-11-21T20:38:43.037Z | Checking hkdf v0.12.3 |
1936 | 2023-11-21T20:38:43.037Z | Checking rsa v0.9.2 |
1937 | 2023-11-21T20:38:43.037Z | Checking ron v0.8.1 |
1938 | 2023-11-21T20:38:43.037Z | Compiling memoffset v0.7.1 |
1939 | 2023-11-21T20:38:43.037Z | Checking crc-any v2.4.3 |
1940 | 2023-11-21T20:38:43.037Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1941 | 2023-11-21T20:38:43.037Z | Checking object v0.30.4 |
1942 | 2023-11-21T20:38:43.037Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1943 | 2023-11-21T20:38:43.038Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1944 | 2023-11-21T20:38:43.038Z | Compiling unicase v2.7.0 |
1945 | 2023-11-21T20:38:43.038Z | Checking path-slash v0.1.5 |
1946 | 2023-11-21T20:38:43.038Z | Checking keccak v0.1.4 |
1947 | 2023-11-21T20:38:43.038Z | Checking utf-8 v0.7.6 |
1948 | 2023-11-21T20:38:43.521Z | Checking sha3 v0.10.8 |
1949 | 2023-11-21T20:38:43.697Z | Checking secrecy v0.8.0 |
1950 | 2023-11-21T20:38:43.874Z | Compiling async-recursion v1.0.5 |
1951 | 2023-11-21T20:38:44.001Z | Compiling platforms v3.0.2 |
1952 | 2023-11-21T20:38:44.120Z | Compiling salty v0.2.0 |
1953 | 2023-11-21T20:38:45.432Z | Checking num-complex v0.4.4 |
1954 | 2023-11-21T20:38:45.437Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1955 | 2023-11-21T20:38:45.801Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1956 | 2023-11-21T20:38:46.360Z | Compiling curve25519-dalek v4.1.0 |
1957 | 2023-11-21T20:38:46.546Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2023-11-21T20:38:46.849Z | Checking num v0.4.1 |
1959 | 2023-11-21T20:38:46.928Z | Checking glob v0.3.1 |
1960 | 2023-11-21T20:38:47.246Z | Compiling mime_guess v2.0.4 |
1961 | 2023-11-21T20:38:47.395Z | Checking openapiv3 v1.0.3 |
1962 | 2023-11-21T20:38:47.584Z | Compiling curve25519-dalek-derive v0.1.0 |
1963 | 2023-11-21T20:38:48.988Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-11-21T20:38:49.789Z | Checking swrite v0.1.0 |
1965 | 2023-11-21T20:38:50.832Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1966 | 2023-11-21T20:38:51.321Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1967 | 2023-11-21T20:38:53.296Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1968 | 2023-11-21T20:38:53.356Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1969 | 2023-11-21T20:38:54.306Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1970 | 2023-11-21T20:38:55.393Z | Checking nibble_vec v0.1.0 |
1971 | 2023-11-21T20:38:56.533Z | Compiling crunchy v0.2.2 |
1972 | 2023-11-21T20:38:57.145Z | Compiling portable-atomic v1.4.3 |
1973 | 2023-11-21T20:38:57.235Z | Checking endian-type v0.1.2 |
1974 | 2023-11-21T20:38:57.563Z | Checking radix_trie v0.2.1 |
1975 | 2023-11-21T20:38:58.346Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1976 | 2023-11-21T20:38:59.221Z | Checking libsw v3.3.0 |
1977 | 2023-11-21T20:38:59.343Z | Checking linear-map v1.2.0 |
1978 | 2023-11-21T20:38:59.735Z | Checking owo-colors v3.5.0 |
1979 | 2023-11-21T20:38:59.922Z | Compiling tiny-keccak v2.0.2 |
1980 | 2023-11-21T20:39:01.030Z | Checking parking_lot v0.11.2 |
1981 | 2023-11-21T20:39:01.562Z | Checking trust-dns-client v0.22.0 |
1982 | 2023-11-21T20:39:03.338Z | Compiling clang-sys v1.6.1 |
1983 | 2023-11-21T20:39:03.380Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1984 | 2023-11-21T20:39:03.644Z | Checking crossbeam-deque v0.8.3 |
1985 | 2023-11-21T20:39:04.114Z | Compiling darling_core v0.14.4 |
1986 | 2023-11-21T20:39:04.325Z | Compiling prettyplease v0.2.12 |
1987 | 2023-11-21T20:39:04.819Z | Checking trust-dns-server v0.22.1 |
1988 | 2023-11-21T20:39:05.636Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1989 | 2023-11-21T20:39:05.747Z | Compiling ascii-canvas v3.0.0 |
1990 | 2023-11-21T20:39:06.398Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1991 | 2023-11-21T20:39:06.615Z | Checking sled v0.34.7 |
1992 | 2023-11-21T20:39:07.755Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1993 | 2023-11-21T20:39:09.560Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1994 | 2023-11-21T20:39:11.139Z | Compiling ena v0.14.2 |
1995 | 2023-11-21T20:39:11.274Z | Checking signature v1.6.4 |
1996 | 2023-11-21T20:39:11.287Z | Checking pretty-hex v0.3.0 |
1997 | 2023-11-21T20:39:11.521Z | Compiling diff v0.1.13 |
1998 | 2023-11-21T20:39:11.526Z | Compiling minimal-lexical v0.2.1 |
1999 | 2023-11-21T20:39:11.753Z | Compiling regex-syntax v0.6.29 |
2000 | 2023-11-21T20:39:12.288Z | Compiling nom v7.1.3 |
2001 | 2023-11-21T20:39:12.333Z | Checking ed25519 v1.5.3 |
2002 | 2023-11-21T20:39:12.769Z | Compiling darling_macro v0.14.4 |
2003 | 2023-11-21T20:39:13.308Z | Checking tungstenite v0.18.0 |
2004 | 2023-11-21T20:39:13.498Z | Compiling libloading v0.7.4 |
2005 | 2023-11-21T20:39:13.527Z | Compiling bindgen v0.65.1 |
2006 | 2023-11-21T20:39:14.040Z | Compiling ref-cast v1.0.20 |
2007 | 2023-11-21T20:39:14.217Z | Compiling darling v0.14.4 |
2008 | 2023-11-21T20:39:14.222Z | Checking rayon v1.8.0 |
2009 | 2023-11-21T20:39:14.391Z | Compiling derive_builder_core v0.12.0 |
2010 | 2023-11-21T20:39:14.731Z | Checking tokio-tungstenite v0.18.0 |
2011 | 2023-11-21T20:39:14.805Z | Checking steno v0.4.0 |
2012 | 2023-11-21T20:39:15.462Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2013 | 2023-11-21T20:39:18.140Z | Compiling lalrpop v0.19.12 |
2014 | 2023-11-21T20:39:18.470Z | Compiling cexpr v0.6.0 |
2015 | 2023-11-21T20:39:19.447Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2016 | 2023-11-21T20:39:20.801Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2017 | 2023-11-21T20:39:21.093Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2018 | 2023-11-21T20:39:21.321Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2019 | 2023-11-21T20:39:21.517Z | Checking globset v0.4.13 |
2020 | 2023-11-21T20:39:21.861Z | Checking olpc-cjson v0.1.3 |
2021 | 2023-11-21T20:39:22.174Z | Checking serde_plain v1.0.2 |
2022 | 2023-11-21T20:39:22.343Z | Checking serde-big-array v0.4.1 |
2023 | 2023-11-21T20:39:22.455Z | Checking serde-big-array v0.5.1 |
2024 | 2023-11-21T20:39:22.514Z | Compiling which v4.4.0 |
2025 | 2023-11-21T20:39:22.554Z | Compiling ref-cast-impl v1.0.20 |
2026 | 2023-11-21T20:39:22.771Z | Compiling libxml v0.3.3 |
2027 | 2023-11-21T20:39:23.282Z | Compiling lazycell v1.3.0 |
2028 | 2023-11-21T20:39:23.328Z | Compiling rustc-hash v1.1.0 |
2029 | 2023-11-21T20:39:23.362Z | Checking typed-path v0.6.0 |
2030 | 2023-11-21T20:39:23.513Z | Compiling peeking_take_while v0.1.2 |
2031 | 2023-11-21T20:39:23.716Z | Compiling shlex v1.1.0 |
2032 | 2023-11-21T20:39:27.787Z | Checking tough v0.15.0 |
2033 | 2023-11-21T20:39:27.787Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2034 | 2023-11-21T20:39:27.787Z | Compiling derive_builder_macro v0.12.0 |
2035 | 2023-11-21T20:39:28.788Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2023-11-21T20:39:29.751Z | Checking signal-hook-tokio v0.3.1 |
2037 | 2023-11-21T20:39:29.981Z | Checking ff v0.13.0 |
2038 | 2023-11-21T20:39:30.301Z | Compiling strum_macros v0.24.3 |
2039 | 2023-11-21T20:39:30.624Z | Compiling fs-err v2.11.0 |
2040 | 2023-11-21T20:39:31.100Z | Compiling indoc v1.0.9 |
2041 | 2023-11-21T20:39:32.544Z | Checking corncobs v0.1.3 |
2042 | 2023-11-21T20:39:33.518Z | Checking display-error-chain v0.2.0 |
2043 | 2023-11-21T20:39:33.965Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2044 | 2023-11-21T20:39:34.130Z | Checking group v0.13.0 |
2045 | 2023-11-21T20:39:34.157Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2046 | 2023-11-21T20:39:34.705Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2047 | 2023-11-21T20:39:35.861Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2048 | 2023-11-21T20:39:37.203Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2049 | 2023-11-21T20:39:38.474Z | Checking universal-hash v0.5.1 |
2050 | 2023-11-21T20:39:38.614Z | Checking crypto-bigint v0.5.2 |
2051 | 2023-11-21T20:39:39.304Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2052 | 2023-11-21T20:39:39.757Z | Compiling cookie v0.18.0 |
2053 | 2023-11-21T20:39:40.201Z | Checking opaque-debug v0.3.0 |
2054 | 2023-11-21T20:39:41.169Z | Checking base16ct v0.2.0 |
2055 | 2023-11-21T20:39:41.437Z | Checking elliptic-curve v0.13.5 |
2056 | 2023-11-21T20:39:42.283Z | Checking poly1305 v0.8.0 |
2057 | 2023-11-21T20:39:46.568Z | Checking thiserror-no-std v2.0.2 |
2058 | 2023-11-21T20:39:46.669Z | Checking chacha20 v0.9.1 |
2059 | 2023-11-21T20:39:46.669Z | Checking aead v0.5.2 |
2060 | 2023-11-21T20:39:46.669Z | Compiling impl-trait-for-tuples v0.2.2 |
2061 | 2023-11-21T20:39:46.669Z | Compiling oso-derive v0.27.0 |
2062 | 2023-11-21T20:39:46.899Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2063 | 2023-11-21T20:39:47.112Z | Checking vsss-rs v3.3.1 |
2064 | 2023-11-21T20:39:51.899Z | Checking chacha20poly1305 v0.10.1 |
2065 | 2023-11-21T20:39:53.457Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2066 | 2023-11-21T20:39:53.768Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2067 | 2023-11-21T20:39:53.944Z | Checking tungstenite v0.20.1 |
2068 | 2023-11-21T20:39:55.411Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2069 | 2023-11-21T20:39:59.614Z | Checking tokio-tungstenite v0.20.1 |
2070 | 2023-11-21T20:40:01.016Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2071 | 2023-11-21T20:40:01.189Z | Checking kstat-rs v0.2.3 |
2072 | 2023-11-21T20:40:01.716Z | Checking bcs v0.1.6 |
2073 | 2023-11-21T20:40:02.495Z | Checking highway v1.1.0 |
2074 | 2023-11-21T20:40:03.587Z | Checking assert_matches v1.5.0 |
2075 | 2023-11-21T20:40:03.685Z | Compiling indoc v2.0.3 |
2076 | 2023-11-21T20:40:08.929Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2077 | 2023-11-21T20:40:12.785Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2078 | 2023-11-21T20:40:13.120Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2079 | 2023-11-21T20:40:13.502Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2080 | 2023-11-21T20:40:14.380Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2081 | 2023-11-21T20:40:15.566Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2082 | 2023-11-21T20:40:16.117Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2083 | 2023-11-21T20:40:17.993Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2084 | 2023-11-21T20:40:18.446Z | Checking http-range v0.1.5 |
2085 | 2023-11-21T20:40:18.861Z | Checking humantime v2.1.0 |
2086 | 2023-11-21T20:40:19.324Z | Checking hyper-staticfile v0.9.5 |
2087 | 2023-11-21T20:40:19.352Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2088 | 2023-11-21T20:40:20.431Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2089 | 2023-11-21T20:40:22.832Z | Checking maplit v1.0.2 |
2090 | 2023-11-21T20:40:22.985Z | Checking number_prefix v0.4.0 |
2091 | 2023-11-21T20:40:23.924Z | Checking indicatif v0.17.7 |
2092 | 2023-11-21T20:40:26.304Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2093 | 2023-11-21T20:40:28.194Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2094 | 2023-11-21T20:40:28.692Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2095 | 2023-11-21T20:40:29.541Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2096 | 2023-11-21T20:40:30.362Z | Checking derive_builder v0.12.0 |
2097 | 2023-11-21T20:40:32.829Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2098 | 2023-11-21T20:40:33.067Z | Checking bb8 v0.8.1 |
2099 | 2023-11-21T20:40:33.464Z | Checking quick-xml v0.23.1 |
2100 | 2023-11-21T20:40:33.470Z | Checking bytesize v1.3.0 |
2101 | 2023-11-21T20:40:33.814Z | Checking unicode-linebreak v0.1.5 |
2102 | 2023-11-21T20:40:33.845Z | Checking smawk v0.3.1 |
2103 | 2023-11-21T20:40:34.170Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2104 | 2023-11-21T20:40:34.510Z | Checking textwrap v0.16.0 |
2105 | 2023-11-21T20:40:39.307Z | Compiling vte_generate_state_changes v0.1.1 |
2106 | 2023-11-21T20:40:40.232Z | Checking cassowary v0.3.0 |
2107 | 2023-11-21T20:40:41.098Z | Checking is_ci v1.1.1 |
2108 | 2023-11-21T20:40:41.288Z | Checking supports-color v2.1.0 |
2109 | 2023-11-21T20:40:41.577Z | Checking ratatui v0.23.0 |
2110 | 2023-11-21T20:40:45.998Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2111 | 2023-11-21T20:40:49.722Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2112 | 2023-11-21T20:40:52.665Z | Checking rtoolbox v0.0.1 |
2113 | 2023-11-21T20:41:00.531Z | Checking rpassword v7.3.1 |
2114 | 2023-11-21T20:41:04.919Z | Checking tui-tree-widget v0.13.0 |
2115 | 2023-11-21T20:41:06.420Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2116 | 2023-11-21T20:41:07.092Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2117 | 2023-11-21T20:41:10.536Z | Checking yansi v0.5.1 |
2118 | 2023-11-21T20:41:10.624Z | Checking shell-words v1.1.0 |
2119 | 2023-11-21T20:41:10.995Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-11-21T20:41:19.804Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2121 | 2023-11-21T20:41:20.436Z | Checking fatfs v0.3.6 |
2122 | 2023-11-21T20:41:22.077Z | Checking plotters-backend v0.3.5 |
2123 | 2023-11-21T20:41:22.736Z | Checking plotters-svg v0.3.5 |
2124 | 2023-11-21T20:41:24.112Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2125 | 2023-11-21T20:41:27.729Z | Checking rand v0.4.6 |
2126 | 2023-11-21T20:41:29.198Z | Checking remove_dir_all v0.5.3 |
2127 | 2023-11-21T20:41:29.237Z | Checking cast v0.3.0 |
2128 | 2023-11-21T20:41:29.339Z | Checking tempdir v0.3.7 |
2129 | 2023-11-21T20:41:29.721Z | Checking criterion-plot v0.5.0 |
2130 | 2023-11-21T20:41:30.561Z | Checking plotters v0.3.5 |
2131 | 2023-11-21T20:41:35.014Z | Checking tinytemplate v1.2.1 |
2132 | 2023-11-21T20:41:35.246Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2133 | 2023-11-21T20:41:35.420Z | Checking oorandom v11.1.3 |
2134 | 2023-11-21T20:41:35.630Z | Checking anes v0.1.6 |
2135 | 2023-11-21T20:41:36.153Z | Checking criterion v0.5.1 |
2136 | 2023-11-21T20:41:51.336Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2137 | 2023-11-21T20:41:51.784Z | Checking assert_cmd v2.0.12 |
2138 | 2023-11-21T20:41:51.896Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2139 | 2023-11-21T20:41:52.058Z | Checking dashmap v5.5.1 |
2140 | 2023-11-21T20:41:53.543Z | Compiling serial_test_derive v0.10.0 |
2141 | 2023-11-21T20:41:54.736Z | Compiling crossbeam-queue v0.3.8 |
2142 | 2023-11-21T20:41:54.741Z | Checking serial_test v0.10.0 |
2143 | 2023-11-21T20:41:59.252Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2144 | 2023-11-21T20:41:59.847Z | Checking vte v0.11.1 |
2145 | 2023-11-21T20:42:01.071Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2146 | 2023-11-21T20:42:02.283Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2147 | 2023-11-21T20:42:03.626Z | Checking threadpool v1.8.1 |
2148 | 2023-11-21T20:42:04.444Z | Checking libtest-mimic v0.6.1 |
2149 | 2023-11-21T20:42:05.130Z | Checking strip-ansi-escapes v0.2.0 |
2150 | 2023-11-21T20:42:16.426Z | Compiling tabled_derive v0.6.0 |
2151 | 2023-11-21T20:42:19.983Z | Checking httptest v0.15.5 |
2152 | 2023-11-21T20:42:21.176Z | Checking similar-asserts v1.5.0 |
2153 | 2023-11-21T20:42:21.535Z | Checking fd-lock v3.0.13 |
2154 | 2023-11-21T20:42:21.809Z | Checking nanorand v0.7.0 |
2155 | 2023-11-21T20:42:22.378Z | Compiling rstest_macros v0.18.2 |
2156 | 2023-11-21T20:42:22.550Z | Checking nu-ansi-term v0.49.0 |
2157 | 2023-11-21T20:42:23.189Z | Checking reedline v0.26.0 |
2158 | 2023-11-21T20:42:23.507Z | Checking flume v0.11.0 |
2159 | 2023-11-21T20:42:24.497Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2160 | 2023-11-21T20:42:26.444Z | Checking datatest-stable v0.2.3 |
2161 | 2023-11-21T20:42:29.816Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2162 | 2023-11-21T20:42:30.253Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2163 | 2023-11-21T20:42:33.144Z | Compiling trybuild v1.0.85 |
2164 | 2023-11-21T20:42:33.333Z | Checking topological-sort v0.2.2 |
2165 | 2023-11-21T20:42:33.656Z | Checking bytecount v0.6.3 |
2166 | 2023-11-21T20:42:33.711Z | Checking arrayvec v0.7.4 |
2167 | 2023-11-21T20:42:33.852Z | Checking arrayref v0.3.7 |
2168 | 2023-11-21T20:42:33.986Z | Checking constant_time_eq v0.2.6 |
2169 | 2023-11-21T20:42:34.272Z | Compiling relative-path v1.9.0 |
2170 | 2023-11-21T20:42:34.300Z | Checking blake2b_simd v1.0.1 |
2171 | 2023-11-21T20:42:35.590Z | Checking papergrid v0.10.0 |
2172 | 2023-11-21T20:42:40.112Z | Checking basic-toml v0.1.4 |
2173 | 2023-11-21T20:42:40.348Z | Checking futures-timer v3.0.2 |
2174 | 2023-11-21T20:42:41.125Z | Checking constant_time_eq v0.3.0 |
2175 | 2023-11-21T20:42:41.617Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2176 | 2023-11-21T20:42:41.802Z | Checking rust-argon2 v1.0.1 |
2177 | 2023-11-21T20:42:42.937Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2178 | 2023-11-21T20:42:43.171Z | Checking tabled v0.14.0 |
2179 | 2023-11-21T20:42:43.831Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2180 | 2023-11-21T20:42:45.415Z | Checking partial-io v0.5.4 |
2181 | 2023-11-21T20:42:45.505Z | Checking cargo-platform v0.1.3 |
2182 | 2023-11-21T20:42:45.935Z | Checking approx v0.5.1 |
2183 | 2023-11-21T20:42:46.277Z | Checking hex-literal v0.4.1 |
2184 | 2023-11-21T20:42:46.421Z | Checking cargo_metadata v0.18.0 |
2185 | 2023-11-21T20:42:46.764Z | Compiling polar-core v0.27.0 |
2186 | 2023-11-21T20:42:47.717Z | Checking crossbeam v0.8.2 |
2187 | 2023-11-21T20:42:48.039Z | Checking rstest v0.18.2 |
2188 | 2023-11-21T20:42:49.883Z | Checking cargo_toml v0.17.0 |
2189 | 2023-11-21T20:42:53.099Z | Checking termios v0.3.3 |
2190 | 2023-11-21T20:42:53.690Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2191 | 2023-11-21T20:42:54.458Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2192 | 2023-11-21T20:43:00.240Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2193 | 2023-11-21T20:43:03.674Z | Checking oso v0.27.0 |
2194 | 2023-11-21T20:43:10.598Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2195 | 2023-11-21T20:43:23.921Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2196 | 2023-11-21T20:43:24.249Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2197 | 2023-11-21T20:44:02.762Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2198 | 2023-11-21T20:45:56.634Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 49s |
2199 | 2023-11-21T20:45:56.847Z | |
2200 | 2023-11-21T20:45:56.851Z | real 12:43.469542270 |
2201 | 2023-11-21T20:45:56.851Z | user 1:18:56.656017329 |
2202 | 2023-11-21T20:45:56.851Z | sys 10:34.470448640 |
2203 | 2023-11-21T20:45:56.851Z | trap 2.689483967 |
2204 | 2023-11-21T20:45:56.851Z | tflt 5.112571751 |
2205 | 2023-11-21T20:45:56.851Z | dflt 5.105765378 |
2206 | 2023-11-21T20:45:56.851Z | kflt 0.020410507 |
2207 | 2023-11-21T20:45:56.851Z | lock 1:46:48.141265951 |
2208 | 2023-11-21T20:45:56.851Z | slp 3:44:50.552236996 |
2209 | 2023-11-21T20:45:56.851Z | lat 2:42.944949330 |
2210 | 2023-11-21T20:45:56.851Z | stop 6:15.388531667 |
2211 | 2023-11-21T20:45:57.999Z | warning: output filename collision. |
2212 | 2023-11-21T20:45:57.999Z | 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)`. |
2213 | 2023-11-21T20:45:57.999Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2214 | 2023-11-21T20:45:57.999Z | The targets should have unique names. |
2215 | 2023-11-21T20:45:57.999Z | This is a known bug where multiple crates with the same name use |
2216 | 2023-11-21T20:45:57.999Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2217 | 2023-11-21T20:45:58.002Z | warning: output filename collision. |
2218 | 2023-11-21T20:45:58.002Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2219 | 2023-11-21T20:45:58.002Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2220 | 2023-11-21T20:45:58.002Z | The targets should have unique names. |
2221 | 2023-11-21T20:45:58.002Z | This is a known bug where multiple crates with the same name use |
2222 | 2023-11-21T20:45:58.002Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2223 | 2023-11-21T20:45:58.005Z | warning: output filename collision. |
2224 | 2023-11-21T20:45:58.005Z | 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)`. |
2225 | 2023-11-21T20:45:58.005Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2226 | 2023-11-21T20:45:58.005Z | The targets should have unique names. |
2227 | 2023-11-21T20:45:58.005Z | This is a known bug where multiple crates with the same name use |
2228 | 2023-11-21T20:45:58.005Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2229 | 2023-11-21T20:45:58.631Z | Checking unicode-ident v1.0.12 |
2230 | 2023-11-21T20:45:58.652Z | Documenting libc v0.2.150 |
2231 | 2023-11-21T20:45:58.662Z | Documenting cfg-if v1.0.0 |
2232 | 2023-11-21T20:45:58.681Z | Checking libc v0.2.150 |
2233 | 2023-11-21T20:45:59.109Z | Checking serde v1.0.192 |
2234 | 2023-11-21T20:45:59.117Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2235 | 2023-11-21T20:45:59.117Z | Checking cfg-if v1.0.0 |
2236 | 2023-11-21T20:45:59.117Z | Documenting scopeguard v1.2.0 |
2237 | 2023-11-21T20:45:59.117Z | Checking proc-macro2 v1.0.69 |
2238 | 2023-11-21T20:45:59.117Z | Documenting log v0.4.20 |
2239 | 2023-11-21T20:45:59.153Z | Checking once_cell v1.18.0 |
2240 | 2023-11-21T20:45:59.583Z | Documenting itoa v1.0.9 |
2241 | 2023-11-21T20:45:59.886Z | Checking quote v1.0.33 |
2242 | 2023-11-21T20:46:00.390Z | Checking syn v2.0.32 |
2243 | 2023-11-21T20:46:00.500Z | Checking syn v1.0.109 |
2244 | 2023-11-21T20:46:02.776Z | Documenting lock_api v0.4.10 |
2245 | 2023-11-21T20:46:02.883Z | Documenting smallvec v1.11.0 |
2246 | 2023-11-21T20:46:03.680Z | Documenting memchr v2.6.3 |
2247 | 2023-11-21T20:46:05.274Z | Documenting getrandom v0.2.10 |
2248 | 2023-11-21T20:46:05.398Z | Documenting pin-project-lite v0.2.13 |
2249 | 2023-11-21T20:46:07.107Z | Documenting libm v0.2.7 |
2250 | 2023-11-21T20:46:07.774Z | Documenting signal-hook-registry v1.4.1 |
2251 | 2023-11-21T20:46:07.803Z | Documenting parking_lot_core v0.9.8 |
2252 | 2023-11-21T20:46:09.694Z | Checking itoa v1.0.9 |
2253 | 2023-11-21T20:46:09.991Z | Documenting mio v0.8.9 |
2254 | 2023-11-21T20:46:10.240Z | Documenting futures-core v0.3.29 |
2255 | 2023-11-21T20:46:10.673Z | Documenting socket2 v0.5.5 |
2256 | 2023-11-21T20:46:10.727Z | Documenting serde_derive v1.0.192 |
2257 | 2023-11-21T20:46:10.981Z | Documenting rand_core v0.6.4 |
2258 | 2023-11-21T20:46:11.979Z | Documenting zeroize_derive v1.4.2 |
2259 | 2023-11-21T20:46:13.659Z | Documenting num-traits v0.2.16 |
2260 | 2023-11-21T20:46:13.894Z | Documenting parking_lot v0.12.1 |
2261 | 2023-11-21T20:46:15.554Z | Documenting thiserror-impl v1.0.49 |
2262 | 2023-11-21T20:46:15.975Z | Documenting tokio-macros v2.2.0 |
2263 | 2023-11-21T20:46:16.525Z | Documenting num_cpus v1.16.0 |
2264 | 2023-11-21T20:46:16.635Z | Checking getrandom v0.2.10 |
2265 | 2023-11-21T20:46:16.987Z | Documenting typenum v1.16.0 |
2266 | 2023-11-21T20:46:19.268Z | Documenting zeroize v1.6.0 |
2267 | 2023-11-21T20:46:19.622Z | Checking thiserror v1.0.49 |
2268 | 2023-11-21T20:46:19.806Z | Documenting ryu v1.0.15 |
2269 | 2023-11-21T20:46:20.684Z | Checking ryu v1.0.15 |
2270 | 2023-11-21T20:46:21.042Z | Documenting once_cell v1.18.0 |
2271 | 2023-11-21T20:46:21.376Z | Documenting serde v1.0.192 |
2272 | 2023-11-21T20:46:22.372Z | Checking memchr v2.6.3 |
2273 | 2023-11-21T20:46:22.590Z | Documenting thiserror v1.0.49 |
2274 | 2023-11-21T20:46:23.241Z | Documenting subtle v2.5.0 |
2275 | 2023-11-21T20:46:23.783Z | Documenting byteorder v1.5.0 |
2276 | 2023-11-21T20:46:23.920Z | Checking serde_json v1.0.108 |
2277 | 2023-11-21T20:46:25.547Z | Documenting futures-sink v0.3.29 |
2278 | 2023-11-21T20:46:25.565Z | Documenting generic-array v0.14.7 |
2279 | 2023-11-21T20:46:26.669Z | Checking heck v0.4.1 |
2280 | 2023-11-21T20:46:26.958Z | Documenting const-oid v0.9.5 |
2281 | 2023-11-21T20:46:27.391Z | Checking log v0.4.20 |
2282 | 2023-11-21T20:46:27.917Z | Documenting pin-utils v0.1.0 |
2283 | 2023-11-21T20:46:30.000Z | Documenting futures-macro v0.3.29 |
2284 | 2023-11-21T20:46:30.020Z | Checking bytes v1.5.0 |
2285 | 2023-11-21T20:46:30.063Z | Documenting futures-task v0.3.29 |
2286 | 2023-11-21T20:46:30.089Z | Documenting slab v0.4.9 |
2287 | 2023-11-21T20:46:30.980Z | Documenting futures-channel v0.3.29 |
2288 | 2023-11-21T20:46:31.640Z | Documenting crypto-common v0.1.6 |
2289 | 2023-11-21T20:46:35.282Z | Documenting futures-io v0.3.29 |
2290 | 2023-11-21T20:46:35.419Z | Documenting iana-time-zone v0.1.57 |
2291 | 2023-11-21T20:46:35.683Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2292 | 2023-11-21T20:46:35.715Z | Documenting tinyvec_macros v0.1.1 |
2293 | 2023-11-21T20:46:36.209Z | Checking byteorder v1.5.0 |
2294 | 2023-11-21T20:46:36.584Z | Documenting block-buffer v0.10.4 |
2295 | 2023-11-21T20:46:36.774Z | Checking fnv v1.0.7 |
2296 | 2023-11-21T20:46:36.837Z | Documenting ppv-lite86 v0.2.17 |
2297 | 2023-11-21T20:46:36.991Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2298 | 2023-11-21T20:46:38.964Z | Documenting tracing-core v0.1.31 |
2299 | 2023-11-21T20:46:39.793Z | Documenting tinyvec v1.6.0 |
2300 | 2023-11-21T20:46:40.930Z | Documenting tracing-attributes v0.1.26 |
2301 | 2023-11-21T20:46:41.352Z | Documenting futures-util v0.3.29 |
2302 | 2023-11-21T20:46:41.373Z | Documenting rand_chacha v0.3.1 |
2303 | 2023-11-21T20:46:42.399Z | Documenting digest v0.10.7 |
2304 | 2023-11-21T20:46:44.966Z | Documenting unicode-normalization v0.1.22 |
2305 | 2023-11-21T20:46:47.418Z | Documenting rand v0.8.5 |
2306 | 2023-11-21T20:46:49.933Z | Checking libm v0.2.7 |
2307 | 2023-11-21T20:46:50.246Z | Checking ucd-trie v0.1.6 |
2308 | 2023-11-21T20:46:50.544Z | Documenting fnv v1.0.7 |
2309 | 2023-11-21T20:46:51.572Z | Documenting base64 v0.21.5 |
2310 | 2023-11-21T20:46:51.632Z | Checking num-traits v0.2.16 |
2311 | 2023-11-21T20:46:51.912Z | Checking pest v2.7.2 |
2312 | 2023-11-21T20:46:54.193Z | Documenting bytes v1.5.0 |
2313 | 2023-11-21T20:46:54.341Z | Documenting bitflags v2.4.0 |
2314 | 2023-11-21T20:46:55.263Z | Documenting serde_json v1.0.108 |
2315 | 2023-11-21T20:46:55.360Z | Documenting chrono v0.4.31 |
2316 | 2023-11-21T20:46:56.040Z | Documenting uuid v1.6.1 |
2317 | 2023-11-21T20:46:56.703Z | Documenting lazy_static v1.4.0 |
2318 | 2023-11-21T20:46:57.467Z | Checking hashbrown v0.14.2 |
2319 | 2023-11-21T20:46:59.217Z | Documenting unicode-bidi v0.3.13 |
2320 | 2023-11-21T20:47:01.721Z | Checking equivalent v1.0.1 |
2321 | 2023-11-21T20:47:01.846Z | Checking indexmap v2.1.0 |
2322 | 2023-11-21T20:47:01.846Z | Documenting percent-encoding v2.3.0 |
2323 | 2023-11-21T20:47:01.846Z | Documenting tokio v1.34.0 |
2324 | 2023-11-21T20:47:02.649Z | Documenting http v0.2.11 |
2325 | 2023-11-21T20:47:02.677Z | Documenting spin v0.9.8 |
2326 | 2023-11-21T20:47:03.208Z | Documenting cpufeatures v0.2.9 |
2327 | 2023-11-21T20:47:04.968Z | Documenting serde_derive_internals v0.26.0 |
2328 | 2023-11-21T20:47:07.547Z | Checking serde_derive_internals v0.26.0 |
2329 | 2023-11-21T20:47:07.661Z | Documenting tracing v0.1.37 |
2330 | 2023-11-21T20:47:07.661Z | Checking scopeguard v1.2.0 |
2331 | 2023-11-21T20:47:07.661Z | Documenting dyn-clone v1.0.13 |
2332 | 2023-11-21T20:47:07.662Z | Documenting form_urlencoded v1.2.0 |
2333 | 2023-11-21T20:47:07.662Z | Checking time-core v0.1.1 |
2334 | 2023-11-21T20:47:07.662Z | Checking lock_api v0.4.10 |
2335 | 2023-11-21T20:47:07.662Z | Documenting idna v0.4.0 |
2336 | 2023-11-21T20:47:07.848Z | Documenting errno v0.3.2 |
2337 | 2023-11-21T20:47:11.022Z | Documenting adler v1.0.2 |
2338 | 2023-11-21T20:47:11.186Z | Checking uuid v1.6.1 |
2339 | 2023-11-21T20:47:11.985Z | Documenting httparse v1.8.0 |
2340 | 2023-11-21T20:47:12.098Z | Checking iana-time-zone v0.1.57 |
2341 | 2023-11-21T20:47:12.300Z | Documenting unicode-ident v1.0.12 |
2342 | 2023-11-21T20:47:12.456Z | Documenting rustix v0.38.9 |
2343 | 2023-11-21T20:47:13.599Z | Documenting schemars_derive v0.8.13 |
2344 | 2023-11-21T20:47:14.320Z | Documenting url v2.4.1 |
2345 | 2023-11-21T20:47:15.012Z | Documenting miniz_oxide v0.7.1 |
2346 | 2023-11-21T20:47:16.362Z | Documenting proc-macro2 v1.0.69 |
2347 | 2023-11-21T20:47:17.320Z | Checking chrono v0.4.31 |
2348 | 2023-11-21T20:47:18.183Z | Checking zerocopy v0.3.0 |
2349 | 2023-11-21T20:47:19.226Z | Checking dof v0.1.5 |
2350 | 2023-11-21T20:47:19.665Z | Checking dtrace-parser v0.1.14 |
2351 | 2023-11-21T20:47:19.870Z | Checking thread-id v4.2.0 |
2352 | 2023-11-21T20:47:20.021Z | Documenting try-lock v0.2.4 |
2353 | 2023-11-21T20:47:20.029Z | Documenting untrusted v0.9.0 |
2354 | 2023-11-21T20:47:20.433Z | Documenting hashbrown v0.14.2 |
2355 | 2023-11-21T20:47:20.663Z | Documenting httpdate v1.0.3 |
2356 | 2023-11-21T20:47:22.357Z | Documenting quote v1.0.33 |
2357 | 2023-11-21T20:47:22.615Z | Documenting schemars v0.8.13 |
2358 | 2023-11-21T20:47:22.911Z | Documenting openssl-probe v0.1.5 |
2359 | 2023-11-21T20:47:24.303Z | Documenting equivalent v1.0.1 |
2360 | 2023-11-21T20:47:24.448Z | Documenting want v0.3.1 |
2361 | 2023-11-21T20:47:27.233Z | Documenting ring v0.17.5 |
2362 | 2023-11-21T20:47:27.246Z | Checking usdt-impl v0.3.5 |
2363 | 2023-11-21T20:47:28.087Z | Documenting http-body v0.4.5 |
2364 | 2023-11-21T20:47:28.145Z | Documenting openssl-macros v0.1.1 |
2365 | 2023-11-21T20:47:28.712Z | Documenting indexmap v2.1.0 |
2366 | 2023-11-21T20:47:29.383Z | Documenting async-trait v0.1.74 |
2367 | 2023-11-21T20:47:30.781Z | Documenting openssl-sys v0.9.93 |
2368 | 2023-11-21T20:47:32.119Z | Documenting tokio-util v0.7.10 |
2369 | 2023-11-21T20:47:32.213Z | Checking dyn-clone v1.0.13 |
2370 | 2023-11-21T20:47:32.318Z | Documenting mime v0.3.17 |
2371 | 2023-11-21T20:47:34.356Z | Documenting tower-service v0.3.2 |
2372 | 2023-11-21T20:47:35.132Z | Documenting rustls-webpki v0.101.7 |
2373 | 2023-11-21T20:47:35.219Z | Checking schemars v0.8.13 |
2374 | 2023-11-21T20:47:37.150Z | Documenting aho-corasick v1.0.4 |
2375 | 2023-11-21T20:47:37.155Z | Checking ahash v0.8.3 |
2376 | 2023-11-21T20:47:38.028Z | Documenting sct v0.7.0 |
2377 | 2023-11-21T20:47:38.031Z | Documenting slog v2.7.0 |
2378 | 2023-11-21T20:47:38.409Z | Documenting unicode-width v0.1.11 |
2379 | 2023-11-21T20:47:39.772Z | Documenting gimli v0.28.0 |
2380 | 2023-11-21T20:47:41.629Z | Documenting utf8parse v0.2.1 |
2381 | 2023-11-21T20:47:41.735Z | Documenting openssl v0.10.57 |
2382 | 2023-11-21T20:47:42.025Z | Documenting h2 v0.3.21 |
2383 | 2023-11-21T20:47:42.864Z | Documenting ipnet v2.8.0 |
2384 | 2023-11-21T20:47:43.891Z | Documenting regex-syntax v0.8.2 |
2385 | 2023-11-21T20:47:44.069Z | Documenting rustls v0.21.9 |
2386 | 2023-11-21T20:47:44.211Z | Checking hashbrown v0.13.2 |
2387 | 2023-11-21T20:47:45.742Z | Documenting time-macros v0.2.13 |
2388 | 2023-11-21T20:47:45.766Z | Documenting rustls-pemfile v1.0.3 |
2389 | 2023-11-21T20:47:48.674Z | Checking http v0.2.11 |
2390 | 2023-11-21T20:47:49.615Z | Documenting addr2line v0.21.0 |
2391 | 2023-11-21T20:47:51.217Z | Documenting num-integer v0.1.45 |
2392 | 2023-11-21T20:47:52.029Z | Documenting object v0.32.1 |
2393 | 2023-11-21T20:47:53.186Z | Documenting deranged v0.3.8 |
2394 | 2023-11-21T20:47:53.930Z | Documenting regex-automata v0.4.3 |
2395 | 2023-11-21T20:47:54.808Z | Documenting num_threads v0.1.6 |
2396 | 2023-11-21T20:47:55.037Z | Checking smallvec v1.11.0 |
2397 | 2023-11-21T20:47:55.601Z | Documenting time-core v0.1.1 |
2398 | 2023-11-21T20:47:57.015Z | Documenting hyper v0.14.27 |
2399 | 2023-11-21T20:47:57.092Z | Documenting rustc-demangle v0.1.23 |
2400 | 2023-11-21T20:47:57.315Z | Documenting tokio-rustls v0.24.1 |
2401 | 2023-11-21T20:47:59.768Z | Checking parking_lot_core v0.9.8 |
2402 | 2023-11-21T20:47:59.792Z | Documenting native-tls v0.2.11 |
2403 | 2023-11-21T20:48:00.283Z | Checking pest_meta v2.7.2 |
2404 | 2023-11-21T20:48:01.057Z | Documenting time v0.3.27 |
2405 | 2023-11-21T20:48:01.313Z | Documenting zerocopy v0.6.4 |
2406 | 2023-11-21T20:48:01.800Z | Checking aho-corasick v1.0.4 |
2407 | 2023-11-21T20:48:04.255Z | Documenting crossbeam-utils v0.8.16 |
2408 | 2023-11-21T20:48:06.373Z | Documenting regex v1.10.2 |
2409 | 2023-11-21T20:48:06.505Z | Documenting encoding_rs v0.8.33 |
2410 | 2023-11-21T20:48:07.543Z | Checking regex-syntax v0.8.2 |
2411 | 2023-11-21T20:48:07.791Z | Documenting tokio-native-tls v0.3.1 |
2412 | 2023-11-21T20:48:09.772Z | Checking parking_lot v0.12.1 |
2413 | 2023-11-21T20:48:10.311Z | Documenting rustls-native-certs v0.6.3 |
2414 | 2023-11-21T20:48:10.543Z | Documenting backtrace v0.3.69 |
2415 | 2023-11-21T20:48:11.350Z | Documenting serde_urlencoded v0.7.1 |
2416 | 2023-11-21T20:48:13.050Z | Checking regex-automata v0.4.3 |
2417 | 2023-11-21T20:48:13.866Z | Documenting pest_meta v2.7.2 |
2418 | 2023-11-21T20:48:14.884Z | Documenting anstyle v1.0.2 |
2419 | 2023-11-21T20:48:15.461Z | Checking pin-project-lite v0.2.13 |
2420 | 2023-11-21T20:48:15.633Z | Checking pest_generator v2.7.2 |
2421 | 2023-11-21T20:48:15.882Z | Documenting hyper-tls v0.5.0 |
2422 | 2023-11-21T20:48:15.978Z | Documenting hyper-rustls v0.24.2 |
2423 | 2023-11-21T20:48:16.973Z | Documenting anstyle-parse v0.2.1 |
2424 | 2023-11-21T20:48:17.973Z | Documenting anyhow v1.0.75 |
2425 | 2023-11-21T20:48:18.122Z | Documenting webpki-roots v0.25.2 |
2426 | 2023-11-21T20:48:18.593Z | Checking regex v1.10.2 |
2427 | 2023-11-21T20:48:19.561Z | Documenting anstyle-query v1.0.0 |
2428 | 2023-11-21T20:48:19.702Z | Documenting pest_generator v2.7.2 |
2429 | 2023-11-21T20:48:21.202Z | Documenting data-encoding v2.4.0 |
2430 | 2023-11-21T20:48:21.543Z | Documenting colorchoice v1.0.0 |
2431 | 2023-11-21T20:48:24.113Z | Documenting ucd-trie v0.1.6 |
2432 | 2023-11-21T20:48:24.890Z | Documenting ipnetwork v0.20.0 |
2433 | 2023-11-21T20:48:25.147Z | Documenting syn v2.0.32 |
2434 | 2023-11-21T20:48:25.624Z | Documenting anstream v0.5.0 |
2435 | 2023-11-21T20:48:26.366Z | Documenting sha2 v0.10.8 |
2436 | 2023-11-21T20:48:26.742Z | Documenting reqwest v0.11.22 |
2437 | 2023-11-21T20:48:26.755Z | Documenting pest_derive v2.7.2 |
2438 | 2023-11-21T20:48:27.281Z | Documenting futures-executor v0.3.29 |
2439 | 2023-11-21T20:48:29.946Z | Documenting pest v2.7.2 |
2440 | 2023-11-21T20:48:31.347Z | Documenting hex v0.4.3 |
2441 | 2023-11-21T20:48:33.320Z | Checking rand_core v0.6.4 |
2442 | 2023-11-21T20:48:33.389Z | Checking serde_tokenstream v0.1.7 |
2443 | 2023-11-21T20:48:33.694Z | Documenting crc32fast v1.3.2 |
2444 | 2023-11-21T20:48:33.715Z | Checking signal-hook-registry v1.4.1 |
2445 | 2023-11-21T20:48:33.895Z | Documenting terminal_size v0.2.6 |
2446 | 2023-11-21T20:48:33.960Z | Checking futures-core v0.3.29 |
2447 | 2023-11-21T20:48:34.074Z | Checking strsim v0.10.0 |
2448 | 2023-11-21T20:48:34.236Z | Documenting strsim v0.10.0 |
2449 | 2023-11-21T20:48:34.388Z | Checking unicode-width v0.1.11 |
2450 | 2023-11-21T20:48:34.601Z | Documenting clap_lex v0.5.1 |
2451 | 2023-11-21T20:48:37.330Z | Documenting num-iter v0.1.43 |
2452 | 2023-11-21T20:48:37.932Z | Documenting dtrace-parser v0.1.14 |
2453 | 2023-11-21T20:48:39.207Z | Documenting openapiv3 v2.0.0-rc.1 |
2454 | 2023-11-21T20:48:39.934Z | Documenting hmac v0.12.1 |
2455 | 2023-11-21T20:48:40.120Z | Documenting dof v0.1.5 |
2456 | 2023-11-21T20:48:40.589Z | Documenting clap_builder v4.4.2 |
2457 | 2023-11-21T20:48:41.702Z | Checking mio v0.8.9 |
2458 | 2023-11-21T20:48:42.674Z | Documenting clap_derive v4.4.2 |
2459 | 2023-11-21T20:48:43.671Z | Documenting signal-hook v0.3.17 |
2460 | 2023-11-21T20:48:43.813Z | Checking serde_tokenstream v0.2.0 |
2461 | 2023-11-21T20:48:44.873Z | Documenting thread-id v4.2.0 |
2462 | 2023-11-21T20:48:50.444Z | Documenting memoffset v0.9.0 |
2463 | 2023-11-21T20:48:50.444Z | Checking typenum v1.16.0 |
2464 | 2023-11-21T20:48:51.655Z | Checking zeroize v1.6.0 |
2465 | 2023-11-21T20:48:51.655Z | Documenting flate2 v1.0.28 |
2466 | 2023-11-21T20:48:51.655Z | Checking generic-array v0.14.7 |
2467 | 2023-11-21T20:48:51.655Z | Documenting usdt-attr-macro v0.3.5 |
2468 | 2023-11-21T20:49:08.334Z | Documenting usdt-macro v0.3.5 |
2469 | 2023-11-21T20:49:08.334Z | Documenting usdt-impl v0.3.5 |
2470 | 2023-11-21T20:49:08.334Z | Documenting clap v4.4.3 |
2471 | 2023-11-21T20:49:08.334Z | Documenting crossbeam-epoch v0.9.15 |
2472 | 2023-11-21T20:49:08.334Z | Documenting futures v0.3.29 |
2473 | 2023-11-21T20:49:08.867Z | Checking regress v0.7.1 |
2474 | 2023-11-21T20:49:08.867Z | Checking openapiv3 v2.0.0-rc.1 |
2475 | 2023-11-21T20:49:08.867Z | Documenting toml_datetime v0.6.5 |
2476 | 2023-11-21T20:49:08.867Z | Documenting serde_spanned v0.6.4 |
2477 | 2023-11-21T20:49:08.867Z | Documenting winnow v0.5.15 |
2478 | 2023-11-21T20:49:08.867Z | Documenting signal-hook-mio v0.2.3 |
2479 | 2023-11-21T20:49:08.867Z | Documenting usdt v0.3.5 |
2480 | 2023-11-21T20:49:08.867Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2481 | 2023-11-21T20:49:08.867Z | Documenting signature v2.1.0 |
2482 | 2023-11-21T20:49:08.867Z | Documenting block-padding v0.3.3 |
2483 | 2023-11-21T20:49:08.867Z | Documenting hash32 v0.2.1 |
2484 | 2023-11-21T20:49:08.867Z | Documenting enum-as-inner v0.5.1 |
2485 | 2023-11-21T20:49:08.867Z | Documenting scheduled-thread-pool v0.2.7 |
2486 | 2023-11-21T20:49:08.867Z | Documenting pin-project-internal v1.1.3 |
2487 | 2023-11-21T20:49:08.867Z | Documenting toml_edit v0.21.0 |
2488 | 2023-11-21T20:49:08.867Z | Checking diesel_table_macro_syntax v0.1.0 |
2489 | 2023-11-21T20:49:08.867Z | Documenting diesel_table_macro_syntax v0.1.0 |
2490 | 2023-11-21T20:49:09.430Z | Checking serde_spanned v0.6.4 |
2491 | 2023-11-21T20:49:09.643Z | Checking toml_datetime v0.6.5 |
2492 | 2023-11-21T20:49:09.698Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2493 | 2023-11-21T20:49:09.799Z | Checking num_cpus v1.16.0 |
2494 | 2023-11-21T20:49:09.962Z | Checking socket2 v0.5.5 |
2495 | 2023-11-21T20:49:10.041Z | Checking futures-sink v0.3.29 |
2496 | 2023-11-21T20:49:10.247Z | Checking winnow v0.5.15 |
2497 | 2023-11-21T20:49:10.467Z | Documenting unicode-segmentation v1.10.1 |
2498 | 2023-11-21T20:49:10.649Z | Documenting stable_deref_trait v1.2.0 |
2499 | 2023-11-21T20:49:10.688Z | Checking tokio v1.34.0 |
2500 | 2023-11-21T20:49:12.549Z | Documenting pin-project v1.1.3 |
2501 | 2023-11-21T20:49:14.925Z | Documenting r2d2 v0.8.10 |
2502 | 2023-11-21T20:49:15.144Z | Documenting heapless v0.7.16 |
2503 | 2023-11-21T20:49:15.337Z | Documenting trust-dns-proto v0.22.0 |
2504 | 2023-11-21T20:49:15.372Z | Documenting bzip2 v0.4.4 |
2505 | 2023-11-21T20:49:15.506Z | Documenting inout v0.1.3 |
2506 | 2023-11-21T20:49:16.111Z | Documenting diesel_derives v2.1.1 |
2507 | 2023-11-21T20:49:16.786Z | Documenting crossterm v0.27.0 |
2508 | 2023-11-21T20:49:21.195Z | Documenting stringprep v0.1.3 |
2509 | 2023-11-21T20:49:21.277Z | Documenting semver v1.0.20 |
2510 | 2023-11-21T20:49:21.377Z | Documenting md-5 v0.10.5 |
2511 | 2023-11-21T20:49:22.123Z | Documenting snafu-derive v0.7.5 |
2512 | 2023-11-21T20:49:22.458Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2513 | 2023-11-21T20:49:24.572Z | Documenting doc-comment v0.3.3 |
2514 | 2023-11-21T20:49:27.421Z | Documenting static_assertions v1.1.0 |
2515 | 2023-11-21T20:49:27.677Z | Checking spin v0.5.2 |
2516 | 2023-11-21T20:49:27.708Z | Documenting bit-vec v0.6.3 |
2517 | 2023-11-21T20:49:27.890Z | Documenting either v1.9.0 |
2518 | 2023-11-21T20:49:28.090Z | Checking tinyvec_macros v0.1.1 |
2519 | 2023-11-21T20:49:28.208Z | Documenting fallible-iterator v0.2.0 |
2520 | 2023-11-21T20:49:28.500Z | Documenting siphasher v0.3.11 |
2521 | 2023-11-21T20:49:28.777Z | Documenting managed v0.8.0 |
2522 | 2023-11-21T20:49:28.882Z | Documenting diesel v2.1.4 |
2523 | 2023-11-21T20:49:31.760Z | Checking tinyvec v1.6.0 |
2524 | 2023-11-21T20:49:32.743Z | Documenting phf_shared v0.11.2 |
2525 | 2023-11-21T20:49:33.218Z | Documenting snafu v0.7.5 |
2526 | 2023-11-21T20:49:33.616Z | Documenting smoltcp v0.9.1 |
2527 | 2023-11-21T20:49:33.705Z | Documenting cipher v0.4.4 |
2528 | 2023-11-21T20:49:33.977Z | Documenting zip v0.6.6 |
2529 | 2023-11-21T20:49:33.990Z | Checking toml_edit v0.19.15 |
2530 | 2023-11-21T20:49:35.251Z | Documenting postgres-protocol v0.6.6 |
2531 | 2023-11-21T20:49:37.702Z | Checking futures-channel v0.3.29 |
2532 | 2023-11-21T20:49:38.315Z | Documenting num-bigint v0.4.4 |
2533 | 2023-11-21T20:49:38.979Z | Documenting hubpack v0.1.2 |
2534 | 2023-11-21T20:49:39.835Z | Documenting serde_repr v0.1.16 |
2535 | 2023-11-21T20:49:40.311Z | Documenting bstr v1.6.0 |
2536 | 2023-11-21T20:49:40.792Z | Documenting regress v0.7.1 |
2537 | 2023-11-21T20:49:41.816Z | Checking slab v0.4.9 |
2538 | 2023-11-21T20:49:42.186Z | Checking futures-task v0.3.29 |
2539 | 2023-11-21T20:49:42.544Z | Documenting new_debug_unreachable v1.0.4 |
2540 | 2023-11-21T20:49:44.431Z | Documenting fixedbitset v0.4.2 |
2541 | 2023-11-21T20:49:45.327Z | Documenting precomputed-hash v0.1.1 |
2542 | 2023-11-21T20:49:59.504Z | Checking futures-io v0.3.29 |
2543 | 2023-11-21T20:49:59.632Z | Documenting lalrpop-util v0.19.12 |
2544 | 2023-11-21T20:49:59.632Z | Checking pin-utils v0.1.0 |
2545 | 2023-11-21T20:49:59.632Z | Checking futures-util v0.3.29 |
2546 | 2023-11-21T20:49:59.632Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2547 | 2023-11-21T20:49:59.632Z | Documenting yasna v0.5.2 |
2548 | 2023-11-21T20:49:59.632Z | Documenting petgraph v0.6.4 |
2549 | 2023-11-21T20:49:59.831Z | Documenting postgres-types v0.2.6 |
2550 | 2023-11-21T20:49:59.831Z | Documenting string_cache v0.8.7 |
2551 | 2023-11-21T20:49:59.831Z | Documenting phf v0.11.2 |
2552 | 2023-11-21T20:49:59.831Z | Checking unicode-normalization v0.1.22 |
2553 | 2023-11-21T20:49:59.831Z | Checking crypto-common v0.1.6 |
2554 | 2023-11-21T20:49:59.831Z | Documenting console v0.15.7 |
2555 | 2023-11-21T20:49:59.831Z | Checking spin v0.9.8 |
2556 | 2023-11-21T20:49:59.831Z | Documenting float-cmp v0.9.0 |
2557 | 2023-11-21T20:49:59.831Z | Checking tracing-core v0.1.31 |
2558 | 2023-11-21T20:49:59.831Z | Documenting predicates-core v1.0.6 |
2559 | 2023-11-21T20:49:59.831Z | Documenting normalize-line-endings v0.3.0 |
2560 | 2023-11-21T20:50:00.180Z | Checking unsafe-libyaml v0.2.9 |
2561 | 2023-11-21T20:50:00.180Z | Documenting difflib v0.4.0 |
2562 | 2023-11-21T20:50:00.603Z | Checking unicode-bidi v0.3.13 |
2563 | 2023-11-21T20:50:00.798Z | Documenting heck v0.4.1 |
2564 | 2023-11-21T20:50:01.209Z | Documenting whoami v1.4.1 |
2565 | 2023-11-21T20:50:01.832Z | Checking tracing v0.1.37 |
2566 | 2023-11-21T20:50:02.352Z | Documenting bit-set v0.5.3 |
2567 | 2023-11-21T20:50:03.838Z | Documenting similar v2.2.1 |
2568 | 2023-11-21T20:50:04.152Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2569 | 2023-11-21T20:50:04.950Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2570 | 2023-11-21T20:50:05.144Z | Checking block-buffer v0.10.4 |
2571 | 2023-11-21T20:50:05.170Z | Checking getopts v0.2.21 |
2572 | 2023-11-21T20:50:05.485Z | Documenting tokio-stream v0.1.14 |
2573 | 2023-11-21T20:50:05.533Z | Documenting predicates v3.0.4 |
2574 | 2023-11-21T20:50:05.695Z | Checking bitflags v2.4.0 |
2575 | 2023-11-21T20:50:06.108Z | Documenting unsafe-libyaml v0.2.9 |
2576 | 2023-11-21T20:50:06.922Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2577 | 2023-11-21T20:50:07.100Z | Documenting tokio-postgres v0.7.10 |
2578 | 2023-11-21T20:50:08.366Z | Checking subtle v2.5.0 |
2579 | 2023-11-21T20:50:08.733Z | Checking const-oid v0.9.5 |
2580 | 2023-11-21T20:50:10.033Z | Checking ident_case v1.0.1 |
2581 | 2023-11-21T20:50:10.246Z | Checking ppv-lite86 v0.2.17 |
2582 | 2023-11-21T20:50:11.423Z | Checking rand_chacha v0.3.1 |
2583 | 2023-11-21T20:50:11.681Z | Checking digest v0.10.7 |
2584 | 2023-11-21T20:50:11.774Z | Documenting serde_yaml v0.9.25 |
2585 | 2023-11-21T20:50:11.964Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2586 | 2023-11-21T20:50:12.262Z | Checking serde_yaml v0.9.25 |
2587 | 2023-11-21T20:50:12.930Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2588 | 2023-11-21T20:50:14.198Z | Documenting getopts v0.2.21 |
2589 | 2023-11-21T20:50:14.301Z | Checking base64 v0.21.5 |
2590 | 2023-11-21T20:50:14.951Z | Checking rand v0.8.5 |
2591 | 2023-11-21T20:50:15.032Z | Checking tokio-util v0.7.10 |
2592 | 2023-11-21T20:50:15.404Z | Checking bitflags v1.3.2 |
2593 | 2023-11-21T20:50:15.532Z | Checking foreign-types-shared v0.1.1 |
2594 | 2023-11-21T20:50:15.673Z | Checking untrusted v0.7.1 |
2595 | 2023-11-21T20:50:15.955Z | Checking openssl-probe v0.1.5 |
2596 | 2023-11-21T20:50:16.152Z | Checking hashbrown v0.12.3 |
2597 | 2023-11-21T20:50:16.657Z | Checking untrusted v0.9.0 |
2598 | 2023-11-21T20:50:16.881Z | Checking percent-encoding v2.3.0 |
2599 | 2023-11-21T20:50:16.939Z | Checking ring v0.17.5 |
2600 | 2023-11-21T20:50:17.191Z | Checking ring v0.16.20 |
2601 | 2023-11-21T20:50:17.719Z | Checking indexmap v1.9.3 |
2602 | 2023-11-21T20:50:18.350Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2603 | 2023-11-21T20:50:18.926Z | Checking foreign-types v0.3.2 |
2604 | 2023-11-21T20:50:19.014Z | Checking errno v0.3.2 |
2605 | 2023-11-21T20:50:19.221Z | Checking openssl-sys v0.9.93 |
2606 | 2023-11-21T20:50:19.500Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2607 | 2023-11-21T20:50:19.882Z | Checking try-lock v0.2.4 |
2608 | 2023-11-21T20:50:20.063Z | Checking adler v1.0.2 |
2609 | 2023-11-21T20:50:20.083Z | Checking unicode-segmentation v1.10.1 |
2610 | 2023-11-21T20:50:20.269Z | Checking siphasher v0.3.11 |
2611 | 2023-11-21T20:50:20.325Z | Documenting match_cfg v0.1.0 |
2612 | 2023-11-21T20:50:20.746Z | Checking miniz_oxide v0.7.1 |
2613 | 2023-11-21T20:50:21.140Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2614 | 2023-11-21T20:50:21.229Z | Checking sct v0.7.0 |
2615 | 2023-11-21T20:50:21.404Z | Checking openssl v0.10.57 |
2616 | 2023-11-21T20:50:21.502Z | Checking want v0.3.1 |
2617 | 2023-11-21T20:50:21.752Z | Checking rustls-webpki v0.101.7 |
2618 | 2023-11-21T20:50:21.976Z | Checking h2 v0.3.21 |
2619 | 2023-11-21T20:50:22.849Z | Checking form_urlencoded v1.2.0 |
2620 | 2023-11-21T20:50:22.969Z | Checking lazy_static v1.4.0 |
2621 | 2023-11-21T20:50:23.114Z | Checking http-body v0.4.5 |
2622 | 2023-11-21T20:50:23.129Z | Documenting sha1 v0.10.6 |
2623 | 2023-11-21T20:50:23.629Z | Documenting dirs-sys-next v0.1.2 |
2624 | 2023-11-21T20:50:24.585Z | Documenting hostname v0.3.1 |
2625 | 2023-11-21T20:50:25.647Z | Checking io-lifetimes v1.0.11 |
2626 | 2023-11-21T20:50:25.929Z | Checking socket2 v0.4.9 |
2627 | 2023-11-21T20:50:26.603Z | Checking httparse v1.8.0 |
2628 | 2023-11-21T20:50:27.246Z | Checking cpufeatures v0.2.9 |
2629 | 2023-11-21T20:50:27.378Z | Checking anstyle v1.0.2 |
2630 | 2023-11-21T20:50:27.894Z | Checking tower-service v0.3.2 |
2631 | 2023-11-21T20:50:28.066Z | Checking utf8parse v0.2.1 |
2632 | 2023-11-21T20:50:28.261Z | Checking httpdate v1.0.3 |
2633 | 2023-11-21T20:50:28.614Z | Checking anstyle-parse v0.2.1 |
2634 | 2023-11-21T20:50:28.956Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2635 | 2023-11-21T20:50:28.996Z | Checking sha2 v0.10.8 |
2636 | 2023-11-21T20:50:29.858Z | Checking rustix v0.37.23 |
2637 | 2023-11-21T20:50:29.921Z | Documenting dirs-next v2.0.0 |
2638 | 2023-11-21T20:50:30.019Z | Checking native-tls v0.2.11 |
2639 | 2023-11-21T20:50:30.465Z | Checking rustls v0.21.9 |
2640 | 2023-11-21T20:50:30.659Z | Checking rustls-pemfile v1.0.3 |
2641 | 2023-11-21T20:50:30.893Z | Checking md-5 v0.10.5 |
2642 | 2023-11-21T20:50:30.934Z | Checking hmac v0.12.1 |
2643 | 2023-11-21T20:50:31.212Z | Checking idna v0.4.0 |
2644 | 2023-11-21T20:50:31.254Z | Checking stringprep v0.1.3 |
2645 | 2023-11-21T20:50:31.636Z | Checking num-integer v0.1.45 |
2646 | 2023-11-21T20:50:31.662Z | Documenting camino v1.1.6 |
2647 | 2023-11-21T20:50:31.892Z | Checking hyper v0.14.27 |
2648 | 2023-11-21T20:50:32.410Z | Checking hash32 v0.2.1 |
2649 | 2023-11-21T20:50:32.577Z | Documenting thread_local v1.1.7 |
2650 | 2023-11-21T20:50:32.890Z | Documenting paste v1.0.14 |
2651 | 2023-11-21T20:50:32.907Z | Checking fallible-iterator v0.2.0 |
2652 | 2023-11-21T20:50:33.840Z | Checking anstyle-query v1.0.0 |
2653 | 2023-11-21T20:50:34.004Z | Checking colorchoice v1.0.0 |
2654 | 2023-11-21T20:50:34.180Z | Checking either v1.9.0 |
2655 | 2023-11-21T20:50:34.641Z | Checking gimli v0.28.0 |
2656 | 2023-11-21T20:50:35.807Z | Checking stable_deref_trait v1.2.0 |
2657 | 2023-11-21T20:50:35.971Z | Checking heapless v0.7.16 |
2658 | 2023-11-21T20:50:36.031Z | Documenting term v0.7.0 |
2659 | 2023-11-21T20:50:37.750Z | Checking tokio-rustls v0.24.1 |
2660 | 2023-11-21T20:50:38.304Z | Checking anstream v0.5.0 |
2661 | 2023-11-21T20:50:38.760Z | Checking postgres-protocol v0.6.6 |
2662 | 2023-11-21T20:50:38.921Z | Checking url v2.4.1 |
2663 | 2023-11-21T20:50:39.398Z | Checking terminal_size v0.2.6 |
2664 | 2023-11-21T20:50:39.402Z | Checking rustls-native-certs v0.6.3 |
2665 | 2023-11-21T20:50:39.402Z | Checking tokio-native-tls v0.3.1 |
2666 | 2023-11-21T20:50:39.402Z | Checking phf_shared v0.11.2 |
2667 | 2023-11-21T20:50:39.582Z | Documenting toml v0.8.8 |
2668 | 2023-11-21T20:50:39.692Z | Checking block-padding v0.3.3 |
2669 | 2023-11-21T20:50:39.792Z | Checking signal-hook v0.3.17 |
2670 | 2023-11-21T20:50:39.989Z | Documenting crossbeam-channel v0.5.8 |
2671 | 2023-11-21T20:50:40.188Z | Checking scheduled-thread-pool v0.2.7 |
2672 | 2023-11-21T20:50:40.300Z | Checking object v0.32.1 |
2673 | 2023-11-21T20:50:40.482Z | Documenting atty v0.2.14 |
2674 | 2023-11-21T20:50:40.833Z | Checking addr2line v0.21.0 |
2675 | 2023-11-21T20:50:41.251Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2676 | 2023-11-21T20:50:41.588Z | Checking bzip2-sys v0.1.11+1.0.8 |
2677 | 2023-11-21T20:50:41.757Z | Checking crc32fast v1.3.2 |
2678 | 2023-11-21T20:50:41.773Z | Checking matches v0.1.10 |
2679 | 2023-11-21T20:50:41.884Z | Checking regex-automata v0.1.10 |
2680 | 2023-11-21T20:50:42.136Z | Checking rustc-demangle v0.1.23 |
2681 | 2023-11-21T20:50:42.361Z | Checking clap_lex v0.5.1 |
2682 | 2023-11-21T20:50:42.492Z | Documenting take_mut v0.2.2 |
2683 | 2023-11-21T20:50:42.720Z | Checking managed v0.8.0 |
2684 | 2023-11-21T20:50:42.735Z | Checking ipnet v2.8.0 |
2685 | 2023-11-21T20:50:43.314Z | Checking bit-vec v0.6.3 |
2686 | 2023-11-21T20:50:43.419Z | Checking deranged v0.3.8 |
2687 | 2023-11-21T20:50:43.803Z | Checking num_threads v0.1.6 |
2688 | 2023-11-21T20:50:43.971Z | Checking smoltcp v0.9.1 |
2689 | 2023-11-21T20:50:45.002Z | Documenting slog-term v2.9.0 |
2690 | 2023-11-21T20:50:46.188Z | Checking time v0.3.27 |
2691 | 2023-11-21T20:50:46.390Z | Checking clap_builder v4.4.2 |
2692 | 2023-11-21T20:50:46.426Z | Checking bstr v0.2.17 |
2693 | 2023-11-21T20:50:47.715Z | Checking flate2 v1.0.28 |
2694 | 2023-11-21T20:50:48.018Z | Checking idna v0.2.3 |
2695 | 2023-11-21T20:50:48.584Z | Documenting slog-async v2.8.0 |
2696 | 2023-11-21T20:50:48.702Z | Checking hyper-tls v0.5.0 |
2697 | 2023-11-21T20:50:49.129Z | Checking hyper-rustls v0.24.2 |
2698 | 2023-11-21T20:50:49.318Z | Checking backtrace v0.3.69 |
2699 | 2023-11-21T20:50:49.465Z | Checking bzip2 v0.4.4 |
2700 | 2023-11-21T20:50:49.667Z | Checking r2d2 v0.8.10 |
2701 | 2023-11-21T20:50:49.893Z | Checking signal-hook-mio v0.2.3 |
2702 | 2023-11-21T20:50:50.094Z | Checking inout v0.1.3 |
2703 | 2023-11-21T20:50:50.151Z | Checking postgres-types v0.2.6 |
2704 | 2023-11-21T20:50:50.173Z | Checking phf v0.11.2 |
2705 | 2023-11-21T20:50:50.247Z | Checking itertools v0.11.0 |
2706 | 2023-11-21T20:50:50.426Z | Checking num-bigint v0.4.4 |
2707 | 2023-11-21T20:50:50.586Z | Checking serde_urlencoded v0.7.1 |
2708 | 2023-11-21T20:50:51.181Z | Checking phf_shared v0.10.0 |
2709 | 2023-11-21T20:50:51.386Z | Checking futures-executor v0.3.29 |
2710 | 2023-11-21T20:50:54.442Z | Documenting slog-json v2.6.1 |
2711 | 2023-11-21T20:50:54.442Z | Checking ipnetwork v0.20.0 |
2712 | 2023-11-21T20:50:54.442Z | Checking float-cmp v0.9.0 |
2713 | 2023-11-21T20:50:54.442Z | Checking zerocopy v0.6.4 |
2714 | 2023-11-21T20:50:54.442Z | Documenting async-stream-impl v0.3.5 |
2715 | 2023-11-21T20:50:54.442Z | Checking hubpack v0.1.2 |
2716 | 2023-11-21T20:50:54.442Z | Checking encoding_rs v0.8.33 |
2717 | 2023-11-21T20:50:54.442Z | Checking crossbeam-utils v0.8.16 |
2718 | 2023-11-21T20:50:54.442Z | Checking pin-project v1.1.3 |
2719 | 2023-11-21T20:50:54.442Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2720 | 2023-11-21T20:50:54.442Z | Checking doc-comment v0.3.3 |
2721 | 2023-11-21T20:50:54.458Z | Checking memoffset v0.9.0 |
2722 | 2023-11-21T20:50:54.458Z | Checking regex-automata v0.3.8 |
2723 | 2023-11-21T20:50:54.458Z | Documenting atomic-waker v1.1.1 |
2724 | 2023-11-21T20:50:54.458Z | Checking mime v0.3.17 |
2725 | 2023-11-21T20:50:54.458Z | Checking data-encoding v2.4.0 |
2726 | 2023-11-21T20:50:54.762Z | Checking fixedbitset v0.4.2 |
2727 | 2023-11-21T20:50:55.149Z | Checking normalize-line-endings v0.3.0 |
2728 | 2023-11-21T20:50:55.202Z | Checking new_debug_unreachable v1.0.4 |
2729 | 2023-11-21T20:50:55.316Z | Checking predicates-core v1.0.6 |
2730 | 2023-11-21T20:50:55.336Z | Checking whoami v1.4.1 |
2731 | 2023-11-21T20:50:55.562Z | Checking difflib v0.4.0 |
2732 | 2023-11-21T20:50:55.690Z | Checking static_assertions v1.1.0 |
2733 | 2023-11-21T20:50:55.833Z | Checking precomputed-hash v0.1.1 |
2734 | 2023-11-21T20:50:55.987Z | Checking webpki-roots v0.25.2 |
2735 | 2023-11-21T20:50:56.105Z | Documenting debug-ignore v1.0.5 |
2736 | 2023-11-21T20:50:56.206Z | Checking predicates v3.0.4 |
2737 | 2023-11-21T20:50:56.581Z | Checking reqwest v0.11.22 |
2738 | 2023-11-21T20:50:56.609Z | Checking bstr v1.6.0 |
2739 | 2023-11-21T20:50:57.222Z | Checking string_cache v0.8.7 |
2740 | 2023-11-21T20:50:57.651Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2741 | 2023-11-21T20:50:58.014Z | Checking tokio-postgres v0.7.10 |
2742 | 2023-11-21T20:50:58.154Z | Checking trust-dns-proto v0.22.0 |
2743 | 2023-11-21T20:50:58.326Z | Documenting slog-bunyan v2.4.0 |
2744 | 2023-11-21T20:50:58.508Z | Documenting waitgroup v0.1.2 |
2745 | 2023-11-21T20:50:59.026Z | Documenting async-stream v0.3.5 |
2746 | 2023-11-21T20:50:59.060Z | Checking petgraph v0.6.4 |
2747 | 2023-11-21T20:51:00.244Z | Checking diesel v2.1.4 |
2748 | 2023-11-21T20:51:02.598Z | Checking crossbeam-epoch v0.9.15 |
2749 | 2023-11-21T20:51:03.327Z | Checking snafu v0.7.5 |
2750 | 2023-11-21T20:51:04.031Z | Checking yasna v0.5.2 |
2751 | 2023-11-21T20:51:04.421Z | Checking futures v0.3.29 |
2752 | 2023-11-21T20:51:04.511Z | Checking clap v4.4.3 |
2753 | 2023-11-21T20:51:05.007Z | Checking cipher v0.4.4 |
2754 | 2023-11-21T20:51:05.025Z | Checking anyhow v1.0.75 |
2755 | 2023-11-21T20:51:05.025Z | Checking crossterm v0.27.0 |
2756 | 2023-11-21T20:51:05.025Z | Checking zip v0.6.6 |
2757 | 2023-11-21T20:51:05.055Z | Checking similar v2.2.1 |
2758 | 2023-11-21T20:51:05.206Z | Checking bit-set v0.5.3 |
2759 | 2023-11-21T20:51:05.341Z | Checking itertools v0.10.5 |
2760 | 2023-11-21T20:51:05.350Z | Checking num-iter v0.1.43 |
2761 | 2023-11-21T20:51:05.486Z | Checking console v0.15.7 |
2762 | 2023-11-21T20:51:05.581Z | Checking rustix v0.38.9 |
2763 | 2023-11-21T20:51:05.588Z | Checking signature v2.1.0 |
2764 | 2023-11-21T20:51:05.854Z | Checking darling_core v0.20.3 |
2765 | 2023-11-21T20:51:06.055Z | Checking toml v0.7.8 |
2766 | 2023-11-21T20:51:06.387Z | Checking tokio-stream v0.1.14 |
2767 | 2023-11-21T20:51:06.401Z | Checking toml_edit v0.21.0 |
2768 | 2023-11-21T20:51:07.198Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2769 | 2023-11-21T20:51:07.646Z | Documenting multer v2.1.0 |
2770 | 2023-11-21T20:51:07.713Z | Checking usdt v0.3.5 |
2771 | 2023-11-21T20:51:08.015Z | Documenting serde_path_to_error v0.1.14 |
2772 | 2023-11-21T20:51:08.811Z | Checking hex v0.4.3 |
2773 | 2023-11-21T20:51:08.879Z | Checking semver v1.0.20 |
2774 | 2023-11-21T20:51:09.108Z | Documenting strum v0.25.0 |
2775 | 2023-11-21T20:51:09.509Z | Checking slog v2.7.0 |
2776 | 2023-11-21T20:51:09.651Z | Checking lalrpop-util v0.19.12 |
2777 | 2023-11-21T20:51:10.082Z | Checking darling v0.20.3 |
2778 | 2023-11-21T20:51:10.195Z | Documenting structmeta-derive v0.2.0 |
2779 | 2023-11-21T20:51:10.232Z | Documenting serde_with_macros v2.3.3 |
2780 | 2023-11-21T20:51:10.244Z | Checking structmeta v0.2.0 |
2781 | 2023-11-21T20:51:10.580Z | Documenting instant v0.1.12 |
2782 | 2023-11-21T20:51:14.328Z | Checking regex-syntax v0.7.5 |
2783 | 2023-11-21T20:51:14.571Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2784 | 2023-11-21T20:51:14.691Z | Documenting macaddr v1.0.1 |
2785 | 2023-11-21T20:51:15.294Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2786 | 2023-11-21T20:51:16.705Z | Documenting backoff v0.4.0 |
2787 | 2023-11-21T20:51:17.295Z | Documenting serde_with v2.3.3 |
2788 | 2023-11-21T20:51:17.782Z | Documenting structmeta v0.2.0 |
2789 | 2023-11-21T20:51:19.688Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2790 | 2023-11-21T20:51:20.743Z | Documenting is-terminal v0.4.9 |
2791 | 2023-11-21T20:51:20.870Z | Documenting base64ct v1.6.0 |
2792 | 2023-11-21T20:51:23.801Z | Documenting proc-macro-crate v1.3.1 |
2793 | 2023-11-21T20:51:25.274Z | Checking proc-macro-crate v1.3.1 |
2794 | 2023-11-21T20:51:25.276Z | Documenting proc-macro-error-attr v1.0.4 |
2795 | 2023-11-21T20:51:25.276Z | Documenting parse-display-derive v0.8.2 |
2796 | 2023-11-21T20:51:27.150Z | Checking proc-macro-error v1.0.4 |
2797 | 2023-11-21T20:51:27.603Z | Documenting postcard-cobs v0.1.5-pre |
2798 | 2023-11-21T20:51:27.802Z | Documenting foreign-types-macros v0.2.3 |
2799 | 2023-11-21T20:51:28.945Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2800 | 2023-11-21T20:51:31.385Z | Documenting num_enum_derive v0.5.11 |
2801 | 2023-11-21T20:51:31.739Z | Documenting proc-macro-error v1.0.4 |
2802 | 2023-11-21T20:51:32.254Z | Documenting postcard v0.7.3 |
2803 | 2023-11-21T20:51:42.811Z | Documenting parse-display v0.8.2 |
2804 | 2023-11-21T20:51:42.971Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2805 | 2023-11-21T20:51:43.074Z | Documenting foreign-types-shared v0.3.1 |
2806 | 2023-11-21T20:51:43.074Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2807 | 2023-11-21T20:51:43.074Z | Documenting crucible-workspace-hack v0.1.0 |
2808 | 2023-11-21T20:51:43.074Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2809 | 2023-11-21T20:51:43.074Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2810 | 2023-11-21T20:51:43.076Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2811 | 2023-11-21T20:51:43.076Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2812 | 2023-11-21T20:51:43.076Z | Documenting foreign-types v0.5.0 |
2813 | 2023-11-21T20:51:43.076Z | Documenting num_enum v0.5.11 |
2814 | 2023-11-21T20:51:43.571Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2815 | 2023-11-21T20:51:44.945Z | Documenting cstr-argument v0.1.2 |
2816 | 2023-11-21T20:51:45.260Z | Documenting colored v2.0.4 |
2817 | 2023-11-21T20:51:45.344Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2818 | 2023-11-21T20:51:45.836Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2819 | 2023-11-21T20:51:46.292Z | Documenting zone_cfg_derive v0.3.0 |
2820 | 2023-11-21T20:51:46.626Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2821 | 2023-11-21T20:51:49.008Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2822 | 2023-11-21T20:51:49.906Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2823 | 2023-11-21T20:51:50.428Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2824 | 2023-11-21T20:51:52.220Z | Documenting num-derive v0.4.0 |
2825 | 2023-11-21T20:51:52.515Z | Documenting smf v0.2.2 |
2826 | 2023-11-21T20:51:53.393Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2827 | 2023-11-21T20:51:53.602Z | Documenting zone v0.3.0 |
2828 | 2023-11-21T20:51:55.725Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2829 | 2023-11-21T20:51:56.529Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2830 | 2023-11-21T20:51:58.086Z | Documenting linked-hash-map v0.5.6 |
2831 | 2023-11-21T20:51:58.105Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2832 | 2023-11-21T20:51:58.377Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2833 | 2023-11-21T20:51:59.110Z | Documenting fastrand v2.0.0 |
2834 | 2023-11-21T20:51:59.133Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2835 | 2023-11-21T20:51:59.607Z | Documenting password-hash v0.5.0 |
2836 | 2023-11-21T20:52:02.190Z | Documenting blake2 v0.10.6 |
2837 | 2023-11-21T20:52:04.055Z | Documenting lru-cache v0.1.2 |
2838 | 2023-11-21T20:52:04.809Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2839 | 2023-11-21T20:52:05.320Z | Documenting tempfile v3.8.0 |
2840 | 2023-11-21T20:52:05.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2841 | 2023-11-21T20:52:06.295Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2842 | 2023-11-21T20:52:06.705Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2023-11-21T20:52:06.979Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2844 | 2023-11-21T20:52:07.460Z | Checking heck v0.3.3 |
2845 | 2023-11-21T20:52:08.146Z | Documenting structopt-derive v0.4.18 |
2846 | 2023-11-21T20:52:08.224Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2847 | 2023-11-21T20:52:09.692Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2848 | 2023-11-21T20:52:10.286Z | Documenting argon2 v0.5.2 |
2849 | 2023-11-21T20:52:12.198Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2850 | 2023-11-21T20:52:13.811Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2851 | 2023-11-21T20:52:15.910Z | Documenting structopt v0.3.26 |
2852 | 2023-11-21T20:52:16.674Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2853 | 2023-11-21T20:52:17.177Z | Documenting libefi-sys v0.1.0 |
2854 | 2023-11-21T20:52:19.428Z | Documenting pem-rfc7468 v0.7.0 |
2855 | 2023-11-21T20:52:20.647Z | Documenting der_derive v0.7.2 |
2856 | 2023-11-21T20:52:21.581Z | Documenting flagset v0.4.3 |
2857 | 2023-11-21T20:52:23.099Z | Documenting quick-error v1.2.3 |
2858 | 2023-11-21T20:52:23.337Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2859 | 2023-11-21T20:52:26.090Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2860 | 2023-11-21T20:52:26.090Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2861 | 2023-11-21T20:52:26.537Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2862 | 2023-11-21T20:52:27.516Z | Documenting cancel-safe-futures v0.1.5 |
2863 | 2023-11-21T20:52:27.528Z | Documenting tap v1.0.1 |
2864 | 2023-11-21T20:52:28.496Z | Documenting der v0.7.8 |
2865 | 2023-11-21T20:52:28.617Z | Documenting resolv-conf v0.7.0 |
2866 | 2023-11-21T20:52:30.134Z | Documenting convert_case v0.4.0 |
2867 | 2023-11-21T20:52:31.624Z | Checking convert_case v0.4.0 |
2868 | 2023-11-21T20:52:31.955Z | Documenting wyz v0.5.1 |
2869 | 2023-11-21T20:52:32.438Z | Documenting radium v0.7.0 |
2870 | 2023-11-21T20:52:35.282Z | Documenting trust-dns-resolver v0.22.0 |
2871 | 2023-11-21T20:52:35.632Z | Documenting derive_more v0.99.17 |
2872 | 2023-11-21T20:52:36.318Z | Documenting funty v2.0.0 |
2873 | 2023-11-21T20:52:36.693Z | Documenting arc-swap v1.6.0 |
2874 | 2023-11-21T20:52:36.752Z | Documenting crc-catalog v2.2.0 |
2875 | 2023-11-21T20:52:37.055Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2876 | 2023-11-21T20:52:37.090Z | Documenting spki v0.7.2 |
2877 | 2023-11-21T20:52:41.071Z | Documenting bitvec v1.0.1 |
2878 | 2023-11-21T20:52:41.145Z | Documenting crc v3.0.1 |
2879 | 2023-11-21T20:52:42.060Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2880 | 2023-11-21T20:52:43.071Z | Documenting slog-scope v4.4.0 |
2881 | 2023-11-21T20:52:43.686Z | Documenting pkcs8 v0.10.2 |
2882 | 2023-11-21T20:52:43.985Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2023-11-21T20:52:44.144Z | Documenting num-rational v0.4.1 |
2884 | 2023-11-21T20:52:45.418Z | Documenting hkdf v0.12.3 |
2885 | 2023-11-21T20:52:45.922Z | Documenting num-complex v0.4.4 |
2886 | 2023-11-21T20:52:46.494Z | Documenting packed_struct_codegen v0.10.1 |
2887 | 2023-11-21T20:52:48.884Z | Documenting ciborium-io v0.2.1 |
2888 | 2023-11-21T20:52:49.159Z | Documenting half v1.8.2 |
2889 | 2023-11-21T20:52:50.397Z | Documenting nodrop v0.1.14 |
2890 | 2023-11-21T20:52:50.663Z | Documenting pkcs1 v0.7.5 |
2891 | 2023-11-21T20:52:52.900Z | Documenting slog-stdlog v4.1.1 |
2892 | 2023-11-21T20:52:53.326Z | Documenting num v0.4.1 |
2893 | 2023-11-21T20:52:53.558Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2894 | 2023-11-21T20:52:54.339Z | Documenting ciborium-ll v0.2.1 |
2895 | 2023-11-21T20:52:54.578Z | Documenting array-init v0.0.4 |
2896 | 2023-11-21T20:52:54.792Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2897 | 2023-11-21T20:52:54.945Z | Documenting packed_struct v0.10.1 |
2898 | 2023-11-21T20:52:56.718Z | Documenting slog-dtrace v0.2.3 |
2899 | 2023-11-21T20:52:59.128Z | Documenting num-bigint-dig v0.8.4 |
2900 | 2023-11-21T20:52:59.373Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2901 | 2023-11-21T20:53:00.538Z | Documenting xattr v1.0.1 |
2902 | 2023-11-21T20:53:01.825Z | Documenting filetime v0.2.22 |
2903 | 2023-11-21T20:53:01.830Z | Documenting keccak v0.1.4 |
2904 | 2023-11-21T20:53:05.360Z | Documenting bitfield v0.14.0 |
2905 | 2023-11-21T20:53:05.997Z | Documenting termcolor v1.2.0 |
2906 | 2023-11-21T20:53:06.427Z | Documenting swrite v0.1.0 |
2907 | 2023-11-21T20:53:07.525Z | Documenting tar v0.4.40 |
2908 | 2023-11-21T20:53:08.395Z | Documenting sha3 v0.10.8 |
2909 | 2023-11-21T20:53:09.368Z | Documenting rsa v0.9.2 |
2910 | 2023-11-21T20:53:09.473Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2911 | 2023-11-21T20:53:09.502Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2912 | 2023-11-21T20:53:12.379Z | Documenting env_logger v0.10.0 |
2913 | 2023-11-21T20:53:12.522Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2914 | 2023-11-21T20:53:13.076Z | Documenting ciborium v0.2.1 |
2915 | 2023-11-21T20:53:13.876Z | Documenting serde-hex v0.1.0 |
2916 | 2023-11-21T20:53:16.147Z | Documenting slog-envlogger v2.2.0 |
2917 | 2023-11-21T20:53:19.432Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2918 | 2023-11-21T20:53:19.793Z | Documenting x509-cert v0.2.4 |
2919 | 2023-11-21T20:53:20.525Z | Documenting newtype_derive v0.1.6 |
2920 | 2023-11-21T20:53:21.778Z | Documenting libsw v3.3.0 |
2921 | 2023-11-21T20:53:21.900Z | Documenting ron v0.8.1 |
2922 | 2023-11-21T20:53:24.272Z | Documenting pem v3.0.2 |
2923 | 2023-11-21T20:53:25.075Z | Documenting fxhash v0.2.1 |
2924 | 2023-11-21T20:53:26.450Z | Documenting secrecy v0.8.0 |
2925 | 2023-11-21T20:53:28.189Z | Documenting derive-where v1.2.5 |
2926 | 2023-11-21T20:53:28.417Z | Documenting owo-colors v3.5.0 |
2927 | 2023-11-21T20:53:28.545Z | Documenting crc-any v2.4.3 |
2928 | 2023-11-21T20:53:30.472Z | Documenting linear-map v1.2.0 |
2929 | 2023-11-21T20:53:30.706Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2930 | 2023-11-21T20:53:32.095Z | Documenting steno v0.4.0 |
2931 | 2023-11-21T20:53:32.252Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2932 | 2023-11-21T20:53:33.079Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2933 | 2023-11-21T20:53:35.920Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2934 | 2023-11-21T20:53:37.096Z | Documenting path-slash v0.1.5 |
2935 | 2023-11-21T20:53:37.422Z | Documenting same-file v1.0.6 |
2936 | 2023-11-21T20:53:37.695Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2937 | 2023-11-21T20:53:38.293Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2938 | 2023-11-21T20:53:43.450Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2939 | 2023-11-21T20:53:43.709Z | Documenting walkdir v2.4.0 |
2940 | 2023-11-21T20:53:46.831Z | Documenting buf-list v1.0.3 |
2941 | 2023-11-21T20:53:47.150Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2942 | 2023-11-21T20:53:48.622Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2943 | 2023-11-21T20:53:50.083Z | Documenting camino-tempfile v1.0.2 |
2944 | 2023-11-21T20:53:53.901Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2945 | 2023-11-21T20:53:55.586Z | Checking darling_core v0.14.4 |
2946 | 2023-11-21T20:53:57.469Z | Documenting itertools v0.12.0 |
2947 | 2023-11-21T20:53:58.219Z | Documenting nibble_vec v0.1.0 |
2948 | 2023-11-21T20:53:58.532Z | Documenting glob v0.3.1 |
2949 | 2023-11-21T20:54:04.495Z | Documenting endian-type v0.1.2 |
2950 | 2023-11-21T20:54:04.954Z | Checking darling v0.14.4 |
2951 | 2023-11-21T20:54:05.114Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2952 | 2023-11-21T20:54:06.458Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2953 | 2023-11-21T20:54:07.087Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2954 | 2023-11-21T20:54:07.841Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2955 | 2023-11-21T20:54:08.401Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2956 | 2023-11-21T20:54:10.215Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2957 | 2023-11-21T20:54:10.313Z | Documenting radix_trie v0.2.1 |
2958 | 2023-11-21T20:54:10.962Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2959 | 2023-11-21T20:54:11.436Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2960 | 2023-11-21T20:54:15.874Z | Documenting globset v0.4.13 |
2961 | 2023-11-21T20:54:17.442Z | Documenting trust-dns-client v0.22.0 |
2962 | 2023-11-21T20:54:19.829Z | Documenting crossbeam-deque v0.8.3 |
2963 | 2023-11-21T20:54:22.918Z | Documenting headers-core v0.2.0 |
2964 | 2023-11-21T20:54:25.600Z | Documenting olpc-cjson v0.1.3 |
2965 | 2023-11-21T20:54:29.225Z | Documenting serde_plain v1.0.2 |
2966 | 2023-11-21T20:54:29.956Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2967 | 2023-11-21T20:54:30.557Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2968 | 2023-11-21T20:54:31.113Z | Documenting async-recursion v1.0.5 |
2969 | 2023-11-21T20:54:31.588Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2970 | 2023-11-21T20:54:32.256Z | Documenting utf-8 v0.7.6 |
2971 | 2023-11-21T20:54:32.492Z | Documenting display-error-chain v0.2.0 |
2972 | 2023-11-21T20:54:33.630Z | Documenting typed-path v0.6.0 |
2973 | 2023-11-21T20:54:35.964Z | Documenting trust-dns-server v0.22.1 |
2974 | 2023-11-21T20:54:36.293Z | Documenting headers v0.3.9 |
2975 | 2023-11-21T20:54:36.804Z | Documenting rayon-core v1.12.0 |
2976 | 2023-11-21T20:54:37.976Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2977 | 2023-11-21T20:54:38.050Z | Documenting tungstenite v0.20.1 |
2978 | 2023-11-21T20:54:38.266Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2979 | 2023-11-21T20:54:40.318Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2980 | 2023-11-21T20:54:40.485Z | Documenting derive_builder_core v0.12.0 |
2981 | 2023-11-21T20:54:41.070Z | Documenting tough v0.15.0 |
2982 | 2023-11-21T20:54:42.192Z | Checking derive_builder_core v0.12.0 |
2983 | 2023-11-21T20:54:43.582Z | Documenting sled v0.34.7 |
2984 | 2023-11-21T20:54:43.961Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2985 | 2023-11-21T20:54:45.029Z | Documenting unicase v2.7.0 |
2986 | 2023-11-21T20:54:45.891Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2987 | 2023-11-21T20:54:46.782Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2988 | 2023-11-21T20:54:47.226Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2989 | 2023-11-21T20:54:47.644Z | Documenting bcs v0.1.6 |
2990 | 2023-11-21T20:54:47.785Z | Documenting ff v0.13.0 |
2991 | 2023-11-21T20:54:48.615Z | Documenting pretty-hex v0.3.0 |
2992 | 2023-11-21T20:54:49.683Z | Documenting highway v1.1.0 |
2993 | 2023-11-21T20:54:50.492Z | Documenting derive_builder_macro v0.12.0 |
2994 | 2023-11-21T20:54:51.970Z | Documenting mime_guess v2.0.4 |
2995 | 2023-11-21T20:54:53.290Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2996 | 2023-11-21T20:54:53.673Z | Documenting tokio-tungstenite v0.20.1 |
2997 | 2023-11-21T20:54:54.124Z | Documenting group v0.13.0 |
2998 | 2023-11-21T20:54:56.067Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2999 | 2023-11-21T20:54:57.538Z | Documenting rayon v1.8.0 |
3000 | 2023-11-21T20:54:58.670Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3001 | 2023-11-21T20:55:02.797Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3002 | 2023-11-21T20:55:04.285Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3003 | 2023-11-21T20:55:04.884Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3004 | 2023-11-21T20:55:09.155Z | Documenting portable-atomic v1.4.3 |
3005 | 2023-11-21T20:55:14.612Z | Documenting ed25519 v1.5.3 |
3006 | 2023-11-21T20:55:14.640Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3007 | 2023-11-21T20:55:18.859Z | Documenting universal-hash v0.5.1 |
3008 | 2023-11-21T20:55:18.874Z | Documenting crypto-bigint v0.5.2 |
3009 | 2023-11-21T20:55:21.114Z | Documenting kstat-rs v0.2.3 |
3010 | 2023-11-21T20:55:23.120Z | Documenting curve25519-dalek-derive v0.1.0 |
3011 | 2023-11-21T20:55:25.488Z | Documenting ref-cast-impl v1.0.20 |
3012 | 2023-11-21T20:55:26.490Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3013 | 2023-11-21T20:55:27.138Z | Documenting thiserror-impl-no-std v2.0.2 |
3014 | 2023-11-21T20:55:27.359Z | Documenting vte_generate_state_changes v0.1.1 |
3015 | 2023-11-21T20:55:27.929Z | Documenting base16ct v0.2.0 |
3016 | 2023-11-21T20:55:28.727Z | Documenting cassowary v0.3.0 |
3017 | 2023-11-21T20:55:30.042Z | Documenting opaque-debug v0.3.0 |
3018 | 2023-11-21T20:55:32.321Z | Documenting number_prefix v0.4.0 |
3019 | 2023-11-21T20:55:32.991Z | Documenting vte v0.11.1 |
3020 | 2023-11-21T20:55:33.256Z | Documenting ref-cast v1.0.20 |
3021 | 2023-11-21T20:55:34.262Z | Documenting poly1305 v0.8.0 |
3022 | 2023-11-21T20:55:34.816Z | Documenting thiserror-no-std v2.0.2 |
3023 | 2023-11-21T20:55:35.258Z | Documenting ratatui v0.23.0 |
3024 | 2023-11-21T20:55:37.427Z | Documenting elliptic-curve v0.13.5 |
3025 | 2023-11-21T20:55:38.666Z | Documenting indicatif v0.17.7 |
3026 | 2023-11-21T20:55:39.012Z | Documenting curve25519-dalek v4.1.0 |
3027 | 2023-11-21T20:55:39.579Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3028 | 2023-11-21T20:55:41.940Z | Documenting salty v0.2.0 |
3029 | 2023-11-21T20:55:42.735Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3030 | 2023-11-21T20:55:45.884Z | Documenting derive_builder v0.12.0 |
3031 | 2023-11-21T20:55:46.116Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3032 | 2023-11-21T20:55:46.860Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3033 | 2023-11-21T20:55:48.416Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3034 | 2023-11-21T20:55:48.594Z | Documenting fs-err v2.11.0 |
3035 | 2023-11-21T20:55:54.643Z | Documenting polar-core v0.27.0 |
3036 | 2023-11-21T20:55:58.730Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3037 | 2023-11-21T20:56:04.828Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3038 | 2023-11-21T20:56:06.522Z | Documenting libxml v0.3.3 |
3039 | 2023-11-21T20:56:08.841Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3040 | 2023-11-21T20:56:08.984Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3041 | 2023-11-21T20:56:14.301Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3042 | 2023-11-21T20:56:14.860Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3043 | 2023-11-21T20:56:14.905Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3044 | 2023-11-21T20:56:15.300Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3045 | 2023-11-21T20:56:16.979Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3046 | 2023-11-21T20:56:17.741Z | Documenting chacha20 v0.9.1 |
3047 | 2023-11-21T20:56:18.508Z | Documenting bb8 v0.8.1 |
3048 | 2023-11-21T20:56:19.135Z | Documenting quick-xml v0.23.1 |
3049 | 2023-11-21T20:56:24.197Z | Documenting bytesize v1.3.0 |
3050 | 2023-11-21T20:56:24.634Z | Documenting serde-big-array v0.5.1 |
3051 | 2023-11-21T20:56:25.148Z | Documenting aead v0.5.2 |
3052 | 2023-11-21T20:56:26.083Z | Documenting oso-derive v0.27.0 |
3053 | 2023-11-21T20:56:27.549Z | Documenting impl-trait-for-tuples v0.2.2 |
3054 | 2023-11-21T20:56:30.661Z | Documenting rtoolbox v0.0.1 |
3055 | 2023-11-21T20:56:30.985Z | Documenting humantime v2.1.0 |
3056 | 2023-11-21T20:56:33.689Z | Documenting maplit v1.0.2 |
3057 | 2023-11-21T20:56:33.764Z | Documenting is_ci v1.1.1 |
3058 | 2023-11-21T20:56:34.045Z | Documenting unicode-linebreak v0.1.5 |
3059 | 2023-11-21T20:56:36.529Z | Documenting smawk v0.3.1 |
3060 | 2023-11-21T20:56:36.536Z | Documenting chacha20poly1305 v0.10.1 |
3061 | 2023-11-21T20:56:36.982Z | Documenting rpassword v7.3.1 |
3062 | 2023-11-21T20:56:37.260Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3063 | 2023-11-21T20:56:38.426Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3064 | 2023-11-21T20:56:39.751Z | Documenting oso v0.27.0 |
3065 | 2023-11-21T20:56:39.943Z | Documenting supports-color v2.1.0 |
3066 | 2023-11-21T20:56:41.517Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3067 | 2023-11-21T20:56:42.244Z | Documenting textwrap v0.16.0 |
3068 | 2023-11-21T20:56:43.219Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3069 | 2023-11-21T20:56:45.156Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3070 | 2023-11-21T20:56:48.053Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3071 | 2023-11-21T20:56:48.684Z | Documenting vsss-rs v3.3.1 |
3072 | 2023-11-21T20:56:54.539Z | Documenting tui-tree-widget v0.13.0 |
3073 | 2023-11-21T20:56:55.815Z | Documenting strip-ansi-escapes v0.2.0 |
3074 | 2023-11-21T20:56:59.222Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3075 | 2023-11-21T20:57:02.202Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3076 | 2023-11-21T20:57:03.210Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3077 | 2023-11-21T20:57:04.018Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3078 | 2023-11-21T20:57:05.113Z | Documenting cookie v0.18.0 |
3079 | 2023-11-21T20:57:05.975Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3080 | 2023-11-21T20:57:08.770Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3081 | 2023-11-21T20:57:11.699Z | Documenting rcgen v0.11.3 |
3082 | 2023-11-21T20:57:12.510Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3083 | 2023-11-21T20:57:13.112Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3084 | 2023-11-21T20:57:14.155Z | Documenting atomicwrites v0.4.2 |
3085 | 2023-11-21T20:57:18.704Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3086 | 2023-11-21T20:57:19.887Z | Documenting signal-hook-tokio v0.3.1 |
3087 | 2023-11-21T20:57:21.220Z | Documenting fd-lock v3.0.13 |
3088 | 2023-11-21T20:57:21.689Z | Documenting subprocess v0.2.9 |
3089 | 2023-11-21T20:57:26.877Z | Documenting corncobs v0.1.3 |
3090 | 2023-11-21T20:57:27.149Z | Documenting http-range v0.1.5 |
3091 | 2023-11-21T20:57:28.328Z | Documenting shell-words v1.1.0 |
3092 | 2023-11-21T20:57:28.494Z | Documenting nu-ansi-term v0.49.0 |
3093 | 2023-11-21T20:57:29.370Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3094 | 2023-11-21T20:57:29.637Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3095 | 2023-11-21T20:57:31.315Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3096 | 2023-11-21T20:57:33.262Z | Documenting hyper-staticfile v0.9.5 |
3097 | 2023-11-21T20:57:34.425Z | Documenting reedline v0.26.0 |
3098 | 2023-11-21T20:57:34.677Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3099 | 2023-11-21T20:57:38.345Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3100 | 2023-11-21T20:57:40.936Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3101 | 2023-11-21T20:57:42.817Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3102 | 2023-11-21T20:57:43.454Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3103 | 2023-11-21T20:57:45.548Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3104 | 2023-11-21T20:57:46.142Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3105 | 2023-11-21T20:57:58.601Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3106 | 2023-11-21T20:57:59.823Z | Documenting fatfs v0.3.6 |
3107 | 2023-11-21T20:58:07.290Z | Documenting cargo-platform v0.1.3 |
3108 | 2023-11-21T20:58:13.575Z | Documenting nanorand v0.7.0 |
3109 | 2023-11-21T20:58:13.992Z | Documenting assert_matches v1.5.0 |
3110 | 2023-11-21T20:58:15.328Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3111 | 2023-11-21T20:58:15.507Z | Documenting cargo_metadata v0.18.0 |
3112 | 2023-11-21T20:58:15.750Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3113 | 2023-11-21T20:58:16.139Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3114 | 2023-11-21T20:58:18.292Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3115 | 2023-11-21T20:58:19.889Z | Documenting flume v0.11.0 |
3116 | 2023-11-21T20:58:21.670Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3117 | 2023-11-21T20:58:22.966Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3118 | 2023-11-21T20:58:24.474Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3119 | 2023-11-21T20:58:26.452Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3120 | 2023-11-21T20:58:54.196Z | Documenting omicron-zone-package v0.9.1 |
3121 | 2023-11-21T20:58:54.196Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3122 | 2023-11-21T20:58:54.196Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3123 | 2023-11-21T20:58:54.196Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3124 | 2023-11-21T20:58:54.449Z | Documenting cargo_toml v0.17.0 |
3125 | 2023-11-21T20:58:56.177Z | Documenting termios v0.3.3 |
3126 | 2023-11-21T20:58:59.402Z | Documenting topological-sort v0.2.2 |
3127 | 2023-11-21T20:59:00.556Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3128 | 2023-11-21T20:59:01.336Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3129 | 2023-11-21T20:59:02.657Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3130 | 2023-11-21T20:59:03.122Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3131 | 2023-11-21T20:59:05.577Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3132 | 2023-11-21T20:59:24.445Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3133 | 2023-11-21T20:59:25.861Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3134 | 2023-11-21T20:59:25.861Z | --> sled-agent/src/sim/instance.rs:46:7 |
3135 | 2023-11-21T20:59:25.861Z | | |
3136 | 2023-11-21T20:59:25.861Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3137 | 2023-11-21T20:59:25.861Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3138 | 2023-11-21T20:59:25.861Z | | |
3139 | 2023-11-21T20:59:25.861Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3140 | 2023-11-21T20:59:25.861Z | |
3141 | 2023-11-21T20:59:29.405Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3142 | 2023-11-21T20:59:50.873Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3143 | 2023-11-21T20:59:50.891Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3144 | 2023-11-21T21:00:02.568Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3145 | 2023-11-21T21:00:09.706Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3146 | 2023-11-21T21:00:10.643Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3147 | 2023-11-21T21:00:13.816Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3148 | 2023-11-21T21:00:43.099Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3149 | 2023-11-21T21:02:15.695Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 18s |
3150 | 2023-11-21T21:02:15.804Z | |
3151 | 2023-11-21T21:02:15.804Z | real 16:18.935282334 |
3152 | 2023-11-21T21:02:15.808Z | user 55:42.611248995 |
3153 | 2023-11-21T21:02:15.808Z | sys 59:34.238504243 |
3154 | 2023-11-21T21:02:15.808Z | trap 1.936497053 |
3155 | 2023-11-21T21:02:15.808Z | tflt 0.307712543 |
3156 | 2023-11-21T21:02:15.808Z | dflt 0.364936771 |
3157 | 2023-11-21T21:02:15.808Z | kflt 0.000202609 |
3158 | 2023-11-21T21:02:15.808Z | lock 2:59:08.139606129 |
3159 | 2023-11-21T21:02:15.808Z | slp 4:08:07.067782691 |
3160 | 2023-11-21T21:02:15.808Z | lat 5:38.336582926 |
3161 | 2023-11-21T21:02:15.808Z | stop 1:58.137400482 |
3162 | 2023-11-21T21:02:15.808Z | process exited: duration 1933992 ms, exit code 0 |
|
3163 | 2023-11-21T21:02:15.814Z | found 0 output files |