|
|
|
1 | 2023-12-13T04:09:38.570Z | job assigned to worker 01HHGNQFFFMRZVPS107RTJXN83 (queued for 2 m 15 s) |
|
2 | 2023-12-13T04:09:39.260Z | starting task 0: "setup" |
3 | 2023-12-13T04:09:39.379Z | ++ uname -s |
4 | 2023-12-13T04:09:39.817Z | + kern=SunOS |
5 | 2023-12-13T04:09:39.817Z | + case "$kern" in |
6 | 2023-12-13T04:09:39.817Z | + groupadd -g 12345 build |
7 | 2023-12-13T04:09:39.818Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T04:09:41.803Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T04:09:41.819Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T04:09:41.820Z | + home_fs=zfs |
11 | 2023-12-13T04:09:41.820Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T04:09:41.820Z | + mkdir -p /home/build |
13 | 2023-12-13T04:09:41.821Z | + chown build:build /home/build /work |
14 | 2023-12-13T04:09:42.803Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T04:09:43.236Z | process exited: duration 3474 ms, exit code 0 |
|
16 | 2023-12-13T04:09:43.268Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T04:09:43.283Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T04:09:43.283Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T04:09:43.447Z | info: downloading installer |
20 | 2023-12-13T04:09:45.888Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T04:09:45.888Z | warning: /opt/ooce/bin |
22 | 2023-12-13T04:09:45.888Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T04:09:45.888Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T04:09:45.888Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T04:09:45.888Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T04:09:45.889Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T04:09:45.889Z | error: cannot install while Rust is installed |
28 | 2023-12-13T04:09:45.889Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T04:09:46.263Z | info: profile set to 'default' |
30 | 2023-12-13T04:09:46.263Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T04:09:46.275Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T04:09:46.466Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T04:09:46.466Z | info: downloading component 'cargo' |
34 | 2023-12-13T04:09:47.385Z | info: downloading component 'clippy' |
35 | 2023-12-13T04:09:47.877Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T04:09:48.868Z | info: downloading component 'rust-std' |
37 | 2023-12-13T04:09:50.953Z | info: downloading component 'rustc' |
38 | 2023-12-13T04:09:56.107Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T04:09:56.477Z | info: installing component 'cargo' |
40 | 2023-12-13T04:09:58.494Z | info: installing component 'clippy' |
41 | 2023-12-13T04:09:59.790Z | info: installing component 'rust-docs' |
42 | 2023-12-13T04:10:02.147Z | info: installing component 'rust-std' |
43 | 2023-12-13T04:10:06.321Z | info: installing component 'rustc' |
44 | 2023-12-13T04:10:16.963Z | info: installing component 'rustfmt' |
45 | 2023-12-13T04:10:17.628Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T04:10:17.629Z | |
47 | 2023-12-13T04:10:17.789Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T04:10:17.789Z | |
49 | 2023-12-13T04:10:17.797Z | |
50 | 2023-12-13T04:10:17.797Z | Rust is installed now. Great! |
51 | 2023-12-13T04:10:17.797Z | |
52 | 2023-12-13T04:10:17.797Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T04:10:17.797Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T04:10:17.798Z | |
55 | 2023-12-13T04:10:17.798Z | To configure your current shell, run: |
56 | 2023-12-13T04:10:17.798Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T04:10:17.894Z | + rustc --version |
58 | 2023-12-13T04:10:18.004Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T04:10:18.020Z | process exited: duration 34749 ms, exit code 0 |
|
60 | 2023-12-13T04:10:18.491Z | starting task 2: "authentication" |
61 | 2023-12-13T04:10:18.519Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
62 | 2023-12-13T04:10:28.598Z | process exited: duration 10104 ms, exit code 0 |
|
63 | 2023-12-13T04:10:28.615Z | starting task 3: "clone repository" |
64 | 2023-12-13T04:10:28.623Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2023-12-13T04:10:28.630Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2023-12-13T04:10:28.738Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2023-12-13T04:10:36.371Z | + cd /work/oxidecomputer/omicron |
68 | 2023-12-13T04:10:36.401Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
69 | 2023-12-13T04:10:36.401Z | + git fetch origin renovate/taiki-e-install-action-digest |
70 | 2023-12-13T04:10:36.401Z | From https://github.com/oxidecomputer/omicron |
71 | 2023-12-13T04:10:36.401Z | * branch renovate/taiki-e-install-action-digest -> FETCH_HEAD |
72 | 2023-12-13T04:10:36.401Z | + git checkout -B renovate/taiki-e-install-action-digest remotes/origin/renovate/taiki-e-install-action-digest |
73 | 2023-12-13T04:10:36.402Z | Switched to a new branch 'renovate/taiki-e-install-action-digest' |
74 | 2023-12-13T04:10:36.402Z | branch 'renovate/taiki-e-install-action-digest' set up to track 'origin/renovate/taiki-e-install-action-digest'. |
75 | 2023-12-13T04:10:36.402Z | + git reset --hard d75fe7aa18024ef17aca1b67f8c4cfcbe367da2f |
76 | 2023-12-13T04:10:36.402Z | HEAD is now at d75fe7aa Update taiki-e/install-action digest to 0f94aa2 |
77 | 2023-12-13T04:10:36.402Z | process exited: duration 7083 ms, exit code 0 |
|
78 | 2023-12-13T04:10:36.461Z | starting task 4: "build" |
79 | 2023-12-13T04:10:36.475Z | + cargo --version |
80 | 2023-12-13T04:10:36.476Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
81 | 2023-12-13T04:10:36.670Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
82 | 2023-12-13T04:10:36.670Z | info: downloading component 'cargo' |
83 | 2023-12-13T04:10:37.399Z | info: downloading component 'clippy' |
84 | 2023-12-13T04:10:37.619Z | info: downloading component 'rust-docs' |
85 | 2023-12-13T04:10:38.517Z | info: downloading component 'rust-std' |
86 | 2023-12-13T04:10:39.988Z | info: downloading component 'rustc' |
87 | 2023-12-13T04:10:43.664Z | info: downloading component 'rustfmt' |
88 | 2023-12-13T04:10:44.935Z | info: installing component 'cargo' |
89 | 2023-12-13T04:10:45.267Z | info: installing component 'clippy' |
90 | 2023-12-13T04:10:45.754Z | info: installing component 'rust-docs' |
91 | 2023-12-13T04:10:48.677Z | info: installing component 'rust-std' |
92 | 2023-12-13T04:10:51.352Z | info: installing component 'rustc' |
93 | 2023-12-13T04:11:00.495Z | info: installing component 'rustfmt' |
94 | 2023-12-13T04:11:00.514Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
95 | 2023-12-13T04:11:00.514Z | + rustc --version |
96 | 2023-12-13T04:11:00.514Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
97 | 2023-12-13T04:11:00.514Z | + source ./env.sh |
98 | 2023-12-13T04:11:00.514Z | ++ set -o xtrace |
99 | 2023-12-13T04:11:00.514Z | ++++ dirname ./env.sh |
100 | 2023-12-13T04:11:00.514Z | +++ cd . |
101 | 2023-12-13T04:11:00.514Z | +++ echo /work/oxidecomputer/omicron |
102 | 2023-12-13T04:11:00.514Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
103 | 2023-12-13T04:11:00.515Z | ++ export 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-12-13T04:11:00.515Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-13T04:11:00.515Z | ++ 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 |
106 | 2023-12-13T04:11:00.515Z | ++ 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 |
107 | 2023-12-13T04:11:00.515Z | ++ 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 |
108 | 2023-12-13T04:11:00.515Z | ++ 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 |
109 | 2023-12-13T04:11:00.515Z | ++ 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 |
110 | 2023-12-13T04:11:00.515Z | ++ 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 |
111 | 2023-12-13T04:11:00.515Z | ++ unset OMICRON_WS |
112 | 2023-12-13T04:11:00.515Z | ++ set +o xtrace |
113 | 2023-12-13T04:11:00.516Z | |
114 | 2023-12-13T04:11:00.516Z | ##### ##### ###### ##### ###### #### # # # #### # |
115 | 2023-12-13T04:11:00.516Z | # # # # # # # # # # # # # # # |
116 | 2023-12-13T04:11:00.516Z | # # # # ##### # # ##### # # # # # #### # |
117 | 2023-12-13T04:11:00.516Z | ##### ##### # ##### # # # # # # # # # |
118 | 2023-12-13T04:11:00.516Z | # # # # # # # # # # # # # # # |
119 | 2023-12-13T04:11:00.516Z | # # # ###### # # ###### ### # #### # #### # |
120 | 2023-12-13T04:11:00.516Z | |
121 | 2023-12-13T04:11:07.649Z | Startup: Refreshing catalog 'helios-dev' ... Done |
122 | 2023-12-13T04:11:08.971Z | Startup: Caching catalogs ... Done |
123 | 2023-12-13T04:11:16.037Z | Planning: Solver setup ... Done (6.669s) |
124 | 2023-12-13T04:11:16.197Z | Planning: Running solver ... Done (0.150s) |
125 | 2023-12-13T04:11:16.261Z | Planning: Finding local manifests ... Done (0.004s) |
126 | 2023-12-13T04:11:16.277Z | Planning: Fetching manifests: 0/6 0% complete |
127 | 2023-12-13T04:11:16.555Z | Planning: Fetching manifests: 6/6 100% complete |
128 | 2023-12-13T04:11:16.659Z | Planning: Package planning ... Done (0.092s) |
129 | 2023-12-13T04:11:16.734Z | Planning: Merging actions ... Done (0.086s) |
130 | 2023-12-13T04:11:17.447Z | Planning: Checking for conflicting actions ... Done (0.711s) |
131 | 2023-12-13T04:11:17.467Z | Planning: Consolidating action changes ... Done (0.019s) |
132 | 2023-12-13T04:11:21.656Z | Planning: Evaluating mediators ... Done (4.174s) |
133 | 2023-12-13T04:11:21.800Z | Planning: Planning completed in 12.73 seconds |
134 | 2023-12-13T04:11:24.145Z | Packages to install: 4 |
135 | 2023-12-13T04:11:24.145Z | Packages to update: 2 |
136 | 2023-12-13T04:11:24.182Z | Mediators to change: 2 |
137 | 2023-12-13T04:11:24.182Z | Services to change: 1 |
138 | 2023-12-13T04:11:24.183Z | Estimated space available: 148.88 GB |
139 | 2023-12-13T04:11:24.183Z | Estimated space to be consumed: 1.43 GB |
140 | 2023-12-13T04:11:24.183Z | Create boot environment: No |
141 | 2023-12-13T04:11:24.183Z | Create backup boot environment: Yes |
142 | 2023-12-13T04:11:24.183Z | Rebuild boot archive: No |
143 | 2023-12-13T04:11:24.183Z | |
144 | 2023-12-13T04:11:24.183Z | Changed mediators: |
145 | 2023-12-13T04:11:24.184Z | mediator clang: |
146 | 2023-12-13T04:11:24.184Z | version: None -> 15 (system default) |
147 | 2023-12-13T04:11:24.184Z | |
148 | 2023-12-13T04:11:24.184Z | mediator llvm: |
149 | 2023-12-13T04:11:24.185Z | version: 14 (system default) -> 15 (system default) |
150 | 2023-12-13T04:11:24.185Z | |
151 | 2023-12-13T04:11:24.185Z | Changed packages: |
152 | 2023-12-13T04:11:24.185Z | helios-dev |
153 | 2023-12-13T04:11:24.185Z | developer/build-essential |
154 | 2023-12-13T04:11:24.185Z | None -> 11-2.0 |
155 | 2023-12-13T04:11:24.185Z | library/libxmlsec1 |
156 | 2023-12-13T04:11:24.185Z | None -> 1.2.35-2.0 |
157 | 2023-12-13T04:11:24.186Z | ooce/developer/clang-15 |
158 | 2023-12-13T04:11:24.187Z | None -> 15.0.7-2.0 |
159 | 2023-12-13T04:11:24.187Z | ooce/developer/llvm-15 |
160 | 2023-12-13T04:11:24.187Z | None -> 15.0.7-2.0 |
161 | 2023-12-13T04:11:24.187Z | system/library/g++-runtime |
162 | 2023-12-13T04:11:24.187Z | 12-2.0 -> 13-2.0 |
163 | 2023-12-13T04:11:24.188Z | system/library/gcc-runtime |
164 | 2023-12-13T04:11:24.188Z | 12-2.0 -> 13-2.0 |
165 | 2023-12-13T04:11:24.188Z | |
166 | 2023-12-13T04:11:24.188Z | Services: |
167 | 2023-12-13T04:11:24.188Z | restart_fmri: |
168 | 2023-12-13T04:11:24.188Z | svc:/system/update-man-index:default |
169 | 2023-12-13T04:11:24.204Z | |
170 | 2023-12-13T04:11:24.204Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
171 | 2023-12-13T04:11:29.294Z | Download: 1197/3330 items 70.1/221.1MB 31% complete (14.7M/s) |
172 | 2023-12-13T04:11:34.698Z | Download: 2220/3330 items 119.2/221.1MB 53% complete (12.5M/s) |
173 | 2023-12-13T04:11:39.700Z | Download: 2267/3330 items 119.6/221.1MB 54% complete (4.9M/s) |
174 | 2023-12-13T04:11:44.705Z | Download: 3218/3330 items 193.5/221.1MB 87% complete (7.4M/s) |
175 | 2023-12-13T04:11:56.056Z | Download: 3248/3330 items 203.1/221.1MB 91% complete (9.2M/s) |
176 | 2023-12-13T04:12:02.574Z | Download: 3289/3330 items 212.6/221.1MB 96% complete (944k/s) |
177 | 2023-12-13T04:12:06.543Z | Download: Completed 221.11 MB in 42.37 seconds (5.2M/s) |
178 | 2023-12-13T04:12:07.532Z | Actions: 1/3766 actions (Removing old actions) |
179 | 2023-12-13T04:12:07.532Z | Actions: 5/3766 actions (Installing new actions) |
180 | 2023-12-13T04:12:12.562Z | Actions: 2347/3766 actions (Installing new actions) |
181 | 2023-12-13T04:12:15.961Z | Actions: 3729/3766 actions (Updating modified actions) |
182 | 2023-12-13T04:12:16.920Z | Actions: Completed 3766 actions in 8.97 seconds. |
183 | 2023-12-13T04:12:17.420Z | Done (0.107s) |
184 | 2023-12-13T04:12:17.421Z | Done (0.000s) |
185 | 2023-12-13T04:12:17.421Z | Done (0.272s) |
186 | 2023-12-13T04:12:25.204Z | Done (8.184s) |
187 | 2023-12-13T04:12:25.541Z | Done (0.210s) |
188 | 2023-12-13T04:12:25.549Z | Done (0.000s) |
189 | 2023-12-13T04:12:25.770Z | Done (0.000s) |
190 | 2023-12-13T04:12:26.479Z | Planning: Evaluating mediator changes ... Done |
191 | 2023-12-13T04:12:26.770Z | Planning: Checking for conflicting actions ... Done |
192 | 2023-12-13T04:12:26.781Z | Planning: Consolidating action changes ... Done |
193 | 2023-12-13T04:12:27.207Z | Planning: Evaluating mediators ... Done |
194 | 2023-12-13T04:12:27.224Z | Planning: Planning completed in 0.74 seconds |
195 | 2023-12-13T04:12:27.275Z | Mediators to change: 2 |
196 | 2023-12-13T04:12:27.275Z | Create boot environment: No |
197 | 2023-12-13T04:12:27.275Z | Create backup boot environment: No |
198 | 2023-12-13T04:12:27.393Z | Done |
199 | 2023-12-13T04:12:27.393Z | Done |
200 | 2023-12-13T04:12:27.566Z | Done |
201 | 2023-12-13T04:12:33.581Z | Done |
202 | 2023-12-13T04:12:33.699Z | Done |
203 | 2023-12-13T04:12:33.712Z | Done |
204 | 2023-12-13T04:12:33.815Z | Done |
205 | 2023-12-13T04:12:35.268Z | Planning: Evaluating mediator changes ... Done |
206 | 2023-12-13T04:12:35.268Z | Planning: Merging actions ... Done |
207 | 2023-12-13T04:12:35.269Z | Planning: Checking for conflicting actions ... Done |
208 | 2023-12-13T04:12:35.269Z | Planning: Consolidating action changes ... Done |
209 | 2023-12-13T04:12:35.628Z | Planning: Evaluating mediators ... Done |
210 | 2023-12-13T04:12:35.706Z | Planning: Planning completed in 1.32 seconds |
211 | 2023-12-13T04:12:35.776Z | Packages to change: 1 |
212 | 2023-12-13T04:12:35.776Z | Mediators to change: 1 |
213 | 2023-12-13T04:12:35.795Z | Services to change: 1 |
214 | 2023-12-13T04:12:35.796Z | Create boot environment: No |
215 | 2023-12-13T04:12:35.796Z | Create backup boot environment: Yes |
216 | 2023-12-13T04:12:37.876Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2023-12-13T04:12:37.899Z | Actions: Completed 6 actions in 0.00 seconds. |
218 | 2023-12-13T04:12:37.899Z | Done |
219 | 2023-12-13T04:12:37.899Z | Done |
220 | 2023-12-13T04:12:37.950Z | Done |
221 | 2023-12-13T04:12:43.951Z | Done |
222 | 2023-12-13T04:12:44.074Z | Done |
223 | 2023-12-13T04:12:44.092Z | Done |
224 | 2023-12-13T04:12:44.189Z | Done |
225 | 2023-12-13T04:12:44.871Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2023-12-13T04:12:44.871Z | clang system 15 system |
227 | 2023-12-13T04:12:44.871Z | csh system system illumos |
228 | 2023-12-13T04:12:44.871Z | ctags system system illumos |
229 | 2023-12-13T04:12:44.871Z | gcc vendor 12 vendor |
230 | 2023-12-13T04:12:44.871Z | gcc system 10 system |
231 | 2023-12-13T04:12:44.871Z | gcc system 7 system |
232 | 2023-12-13T04:12:44.871Z | go system 1.20 system |
233 | 2023-12-13T04:12:44.872Z | go system 1.19 system |
234 | 2023-12-13T04:12:44.872Z | llvm system 15 system |
235 | 2023-12-13T04:12:44.872Z | llvm system 14 system |
236 | 2023-12-13T04:12:44.872Z | mariadb system 10.6 system |
237 | 2023-12-13T04:12:44.872Z | mta vendor vendor dma |
238 | 2023-12-13T04:12:44.872Z | openjdk system 17 system |
239 | 2023-12-13T04:12:44.872Z | openjdk system 11 system |
240 | 2023-12-13T04:12:44.872Z | openjdk system 1.8 system |
241 | 2023-12-13T04:12:44.872Z | openssl vendor 3 vendor |
242 | 2023-12-13T04:12:44.872Z | perl system 5.36 system |
243 | 2023-12-13T04:12:44.872Z | postgresql system 15 system |
244 | 2023-12-13T04:12:44.872Z | postgresql system 13 system |
245 | 2023-12-13T04:12:44.872Z | python vendor 3 vendor |
246 | 2023-12-13T04:12:44.872Z | python system 2 system |
247 | 2023-12-13T04:12:44.872Z | python3 system 3.11 system |
248 | 2023-12-13T04:12:44.872Z | ruby system 3.0 system |
249 | 2023-12-13T04:12:44.872Z | words vendor vendor american-english |
250 | 2023-12-13T04:12:44.872Z | words system system australian-english |
251 | 2023-12-13T04:12:44.872Z | words system system british-english |
252 | 2023-12-13T04:12:44.872Z | words system system canadian-english |
253 | 2023-12-13T04:12:44.872Z | words system system french |
254 | 2023-12-13T04:12:44.872Z | words system system italian |
255 | 2023-12-13T04:12:44.873Z | words system system ngerman |
256 | 2023-12-13T04:12:44.873Z | words system system ogerman |
257 | 2023-12-13T04:12:44.873Z | words system system spanish |
258 | 2023-12-13T04:12:45.429Z | FMRI IFO |
259 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
263 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2023-12-13T04:12:45.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
265 | 2023-12-13T04:12:45.430Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
266 | 2023-12-13T04:12:45.430Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
267 | 2023-12-13T04:12:45.495Z | + set -o errexit |
268 | 2023-12-13T04:12:45.500Z | +++ dirname ./tools/ci_download_cockroachdb |
269 | 2023-12-13T04:12:45.500Z | ++ cd ./tools |
270 | 2023-12-13T04:12:45.501Z | ++ pwd |
271 | 2023-12-13T04:12:45.501Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
272 | 2023-12-13T04:12:45.507Z | ++ basename ./tools/ci_download_cockroachdb |
273 | 2023-12-13T04:12:45.507Z | + ARG0=ci_download_cockroachdb |
274 | 2023-12-13T04:12:45.507Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
275 | 2023-12-13T04:12:45.508Z | + CIDL_VERSION=v22.1.9 |
276 | 2023-12-13T04:12:45.508Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
277 | 2023-12-13T04:12:45.508Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
278 | 2023-12-13T04:12:45.508Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
279 | 2023-12-13T04:12:45.508Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-12-13T04:12:45.509Z | + TARGET_DIR=out |
281 | 2023-12-13T04:12:45.509Z | + DOWNLOAD_DIR=out/downloads |
282 | 2023-12-13T04:12:45.509Z | + DEST_DIR=./out/cockroachdb |
283 | 2023-12-13T04:12:45.509Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
284 | 2023-12-13T04:12:45.509Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
285 | 2023-12-13T04:12:45.510Z | + main |
286 | 2023-12-13T04:12:45.510Z | + [[ 0 != 0 ]] |
287 | 2023-12-13T04:12:45.510Z | + CIDL_OS=solaris2.11 |
288 | 2023-12-13T04:12:45.510Z | + [[ 0 != 0 ]] |
289 | 2023-12-13T04:12:45.510Z | + configure_os solaris2.11 |
290 | 2023-12-13T04:12:45.520Z | + echo 'current directory: /work/oxidecomputer/omicron' |
291 | 2023-12-13T04:12:45.521Z | current directory: /work/oxidecomputer/omicron |
292 | 2023-12-13T04:12:45.521Z | configuring based on OS: "solaris2.11" |
293 | 2023-12-13T04:12:45.521Z | + echo 'configuring based on OS: "solaris2.11"' |
294 | 2023-12-13T04:12:45.522Z | + case "$1" in |
295 | 2023-12-13T04:12:45.522Z | + CIDL_BUILD=illumos |
296 | 2023-12-13T04:12:45.522Z | + CIDL_SUFFIX=tar.gz |
297 | 2023-12-13T04:12:45.522Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-13T04:12:45.522Z | + CIDL_MD5FUNC=do_md5sum |
299 | 2023-12-13T04:12:45.523Z | + CIDL_URL_BASE=https://illumos.org/downloads |
300 | 2023-12-13T04:12:45.523Z | + CIDL_ASSEMBLE=do_assemble_illumos |
301 | 2023-12-13T04:12:45.523Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
302 | 2023-12-13T04:12:45.523Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-13T04:12:45.523Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-13T04:12:45.524Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
305 | 2023-12-13T04:12:45.524Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-13T04:12:45.524Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2023-12-13T04:12:45.524Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-13T04:12:45.524Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2023-12-13T04:12:45.525Z | + mkdir -p out/downloads |
310 | 2023-12-13T04:12:45.525Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-13T04:12:45.525Z | + mkdir -p ./out/cockroachdb |
312 | 2023-12-13T04:12:45.525Z | + local DO_DOWNLOAD=true |
313 | 2023-12-13T04:12:45.525Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
314 | 2023-12-13T04:12:45.525Z | + '[' true == true ']' |
315 | 2023-12-13T04:12:45.526Z | + echo Downloading... |
316 | 2023-12-13T04:12:45.526Z | Downloading... |
317 | 2023-12-13T04:12:45.526Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-13T04:12:45.526Z | + 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 |
319 | 2023-12-13T04:12:49.072Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-13T04:12:49.086Z | ++ md5sum |
321 | 2023-12-13T04:12:49.087Z | ++ awk '{print $1}' |
322 | 2023-12-13T04:12:49.191Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
323 | 2023-12-13T04:12:49.191Z | + [[ 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 ]] |
324 | 2023-12-13T04:12:49.191Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2023-12-13T04:12:49.198Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
326 | 2023-12-13T04:12:52.635Z | + do_assemble_illumos |
327 | 2023-12-13T04:12:52.635Z | + rm -r ./out/cockroachdb |
328 | 2023-12-13T04:12:52.699Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
329 | 2023-12-13T04:12:56.772Z | + ./out/cockroachdb/bin/cockroach version |
330 | 2023-12-13T04:12:57.025Z | Build Tag: v22.1.9-dirty |
331 | 2023-12-13T04:12:57.025Z | Build Time: 2022/10/26 21:17:46 |
332 | 2023-12-13T04:12:57.025Z | Distribution: OSS |
333 | 2023-12-13T04:12:57.025Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
334 | 2023-12-13T04:12:57.025Z | Go Version: go1.17.13 |
335 | 2023-12-13T04:12:57.026Z | C Compiler: gcc 10.3.0 |
336 | 2023-12-13T04:12:57.026Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
337 | 2023-12-13T04:12:57.026Z | Build Type: release |
338 | 2023-12-13T04:12:57.026Z | + set -o errexit |
339 | 2023-12-13T04:12:57.026Z | +++ dirname ./tools/ci_download_clickhouse |
340 | 2023-12-13T04:12:57.026Z | ++ cd ./tools |
341 | 2023-12-13T04:12:57.026Z | ++ pwd |
342 | 2023-12-13T04:12:57.027Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
343 | 2023-12-13T04:12:57.027Z | ++ basename ./tools/ci_download_clickhouse |
344 | 2023-12-13T04:12:57.027Z | + ARG0=ci_download_clickhouse |
345 | 2023-12-13T04:12:57.027Z | + TARGET_DIR=out |
346 | 2023-12-13T04:12:57.027Z | + DOWNLOAD_DIR=out/downloads |
347 | 2023-12-13T04:12:57.027Z | + DEST_DIR=./out/clickhouse |
348 | 2023-12-13T04:12:57.027Z | + CIDL_VERSION=v22.8.9.24 |
349 | 2023-12-13T04:12:57.027Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
350 | 2023-12-13T04:12:57.027Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
351 | 2023-12-13T04:12:57.027Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
352 | 2023-12-13T04:12:57.027Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-12-13T04:12:57.027Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
354 | 2023-12-13T04:12:57.027Z | + main |
355 | 2023-12-13T04:12:57.027Z | + [[ 0 != 0 ]] |
356 | 2023-12-13T04:12:57.028Z | + CIDL_OS=solaris2.11 |
357 | 2023-12-13T04:12:57.028Z | + [[ 0 != 0 ]] |
358 | 2023-12-13T04:12:57.028Z | + configure_os solaris2.11 |
359 | 2023-12-13T04:12:57.028Z | + echo 'current directory: /work/oxidecomputer/omicron' |
360 | 2023-12-13T04:12:57.029Z | current directory: /work/oxidecomputer/omicron |
361 | 2023-12-13T04:12:57.029Z | configuring based on OS: "solaris2.11" |
362 | 2023-12-13T04:12:57.029Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2023-12-13T04:12:57.029Z | + CIDL_DASHREV= |
364 | 2023-12-13T04:12:57.029Z | + case "$1" in |
365 | 2023-12-13T04:12:57.029Z | + CIDL_PLATFORM=illumos |
366 | 2023-12-13T04:12:57.030Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-13T04:12:57.030Z | + CIDL_MD5FUNC=do_md5sum |
368 | 2023-12-13T04:12:57.030Z | + CIDL_DASHREV=-1 |
369 | 2023-12-13T04:12:57.030Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
370 | 2023-12-13T04:12:57.030Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-13T04:12:57.030Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-13T04:12:57.031Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-13T04:12:57.031Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2023-12-13T04:12:57.031Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-13T04:12:57.031Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
376 | 2023-12-13T04:12:57.031Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-13T04:12:57.031Z | + mkdir -p out/downloads |
378 | 2023-12-13T04:12:57.031Z | + mkdir -p ./out/clickhouse |
379 | 2023-12-13T04:12:57.031Z | + local DO_DOWNLOAD=true |
380 | 2023-12-13T04:12:57.032Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
381 | 2023-12-13T04:12:57.032Z | + '[' true == true ']' |
382 | 2023-12-13T04:12:57.032Z | + echo Downloading... |
383 | 2023-12-13T04:12:57.032Z | Downloading... |
384 | 2023-12-13T04:12:57.032Z | + 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 |
385 | 2023-12-13T04:12:57.032Z | + 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 |
386 | 2023-12-13T04:12:57.127Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
387 | 2023-12-13T04:12:57.127Z | ++ md5sum |
388 | 2023-12-13T04:12:57.127Z | ++ awk '{print $1}' |
389 | 2023-12-13T04:12:57.127Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
390 | 2023-12-13T04:12:57.127Z | + [[ 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 ]] |
391 | 2023-12-13T04:12:57.128Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
392 | 2023-12-13T04:12:57.128Z | + mkdir -p ./out/clickhouse |
393 | 2023-12-13T04:12:57.128Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
394 | 2023-12-13T04:13:00.541Z | + ./out/clickhouse/clickhouse server --version |
395 | 2023-12-13T04:13:00.588Z | ClickHouse server version 22.8.9.1. |
396 | 2023-12-13T04:13:00.611Z | + set -o errexit |
397 | 2023-12-13T04:13:00.620Z | +++ dirname ./tools/ci_download_console |
398 | 2023-12-13T04:13:00.620Z | ++ cd ./tools |
399 | 2023-12-13T04:13:00.621Z | ++ pwd |
400 | 2023-12-13T04:13:00.636Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
401 | 2023-12-13T04:13:00.637Z | ++ basename ./tools/ci_download_console |
402 | 2023-12-13T04:13:00.637Z | + ARG0=ci_download_console |
403 | 2023-12-13T04:13:00.637Z | + TARGET_DIR=out |
404 | 2023-12-13T04:13:00.637Z | + DOWNLOAD_DIR=out/downloads |
405 | 2023-12-13T04:13:00.637Z | + DEST_DIR=./out/console-assets |
406 | 2023-12-13T04:13:00.637Z | + source /work/oxidecomputer/omicron/tools/console_version |
407 | 2023-12-13T04:13:00.637Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
408 | 2023-12-13T04:13:00.637Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
409 | 2023-12-13T04:13:00.638Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
410 | 2023-12-13T04:13:00.638Z | + TARBALL_FILE=out/downloads/console.tar.gz |
411 | 2023-12-13T04:13:00.638Z | + main |
412 | 2023-12-13T04:13:00.638Z | + [[ 0 != 0 ]] |
413 | 2023-12-13T04:13:00.638Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
414 | 2023-12-13T04:13:00.638Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
415 | 2023-12-13T04:13:00.638Z | Local file: out/downloads/console.tar.gz |
416 | 2023-12-13T04:13:00.638Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2023-12-13T04:13:00.638Z | + local DO_DOWNLOAD=true |
418 | 2023-12-13T04:13:00.638Z | + [[ -f out/downloads/console.tar.gz ]] |
419 | 2023-12-13T04:13:00.638Z | + mkdir -p out/downloads |
420 | 2023-12-13T04:13:00.638Z | + '[' true == true ']' |
421 | 2023-12-13T04:13:00.639Z | + echo Downloading... |
422 | 2023-12-13T04:13:00.639Z | Downloading... |
423 | 2023-12-13T04:13:00.639Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
424 | 2023-12-13T04:13:00.640Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
425 | 2023-12-13T04:13:01.563Z | ++ do_sha256sum out/downloads/console.tar.gz |
426 | 2023-12-13T04:13:01.575Z | ++ case "$OSTYPE" in |
427 | 2023-12-13T04:13:01.575Z | ++ SHA=sha256sum |
428 | 2023-12-13T04:13:01.575Z | ++ sha256sum |
429 | 2023-12-13T04:13:01.575Z | ++ awk '{print $1}' |
430 | 2023-12-13T04:13:01.595Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
431 | 2023-12-13T04:13:01.595Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
432 | 2023-12-13T04:13:01.595Z | + rm -rf ./out/console-assets |
433 | 2023-12-13T04:13:01.605Z | + mkdir -p ./out/console-assets |
434 | 2023-12-13T04:13:01.605Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
435 | 2023-12-13T04:13:01.606Z | + mkdir -p ./out/console-assets |
436 | 2023-12-13T04:13:01.606Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
437 | 2023-12-13T04:13:01.736Z | + set -o errexit |
438 | 2023-12-13T04:13:01.749Z | +++ dirname ./tools/ci_download_maghemite_openapi |
439 | 2023-12-13T04:13:01.749Z | ++ cd ./tools |
440 | 2023-12-13T04:13:01.749Z | ++ pwd |
441 | 2023-12-13T04:13:01.749Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2023-12-13T04:13:01.749Z | ++ basename ./tools/ci_download_maghemite_openapi |
443 | 2023-12-13T04:13:01.749Z | + ARG0=ci_download_maghemite_openapi |
444 | 2023-12-13T04:13:01.749Z | + TARGET_DIR=out |
445 | 2023-12-13T04:13:01.749Z | + DOWNLOAD_DIR=out/downloads |
446 | 2023-12-13T04:13:01.749Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
447 | 2023-12-13T04:13:01.749Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
448 | 2023-12-13T04:13:01.750Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
449 | 2023-12-13T04:13:01.750Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
450 | 2023-12-13T04:13:01.750Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
451 | 2023-12-13T04:13:01.750Z | + main |
452 | 2023-12-13T04:13:01.750Z | + [[ 0 != 0 ]] |
453 | 2023-12-13T04:13:01.750Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
454 | 2023-12-13T04:13:01.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
455 | 2023-12-13T04:13:01.751Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
456 | 2023-12-13T04:13:01.751Z | + local DO_DOWNLOAD=true |
457 | 2023-12-13T04:13:01.752Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
458 | 2023-12-13T04:13:01.752Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
459 | 2023-12-13T04:13:01.752Z | + mkdir -p out/downloads |
460 | 2023-12-13T04:13:01.752Z | + '[' true == true ']' |
461 | 2023-12-13T04:13:01.752Z | + echo Downloading... |
462 | 2023-12-13T04:13:01.752Z | Downloading... |
463 | 2023-12-13T04:13:01.752Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
464 | 2023-12-13T04:13:02.193Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
465 | 2023-12-13T04:13:03.668Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
466 | 2023-12-13T04:13:03.679Z | ++ case "$OSTYPE" in |
467 | 2023-12-13T04:13:03.679Z | ++ SHA=sha256sum |
468 | 2023-12-13T04:13:03.679Z | ++ sha256sum |
469 | 2023-12-13T04:13:03.679Z | ++ awk '{print $1}' |
470 | 2023-12-13T04:13:03.680Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
471 | 2023-12-13T04:13:03.680Z | + [[ 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 ]] |
472 | 2023-12-13T04:13:03.680Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
473 | 2023-12-13T04:13:03.680Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
474 | 2023-12-13T04:13:03.680Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
475 | 2023-12-13T04:13:03.685Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
476 | 2023-12-13T04:13:03.685Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
477 | 2023-12-13T04:13:03.686Z | + main |
478 | 2023-12-13T04:13:03.686Z | + [[ 0 != 0 ]] |
479 | 2023-12-13T04:13:03.686Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
480 | 2023-12-13T04:13:03.686Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
481 | 2023-12-13T04:13:03.686Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
482 | 2023-12-13T04:13:03.687Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
483 | 2023-12-13T04:13:03.687Z | + local DO_DOWNLOAD=true |
484 | 2023-12-13T04:13:03.687Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
485 | 2023-12-13T04:13:03.687Z | + mkdir -p out/downloads |
486 | 2023-12-13T04:13:03.687Z | + '[' true == true ']' |
487 | 2023-12-13T04:13:03.688Z | + echo Downloading... |
488 | 2023-12-13T04:13:03.688Z | Downloading... |
489 | 2023-12-13T04:13:03.688Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
490 | 2023-12-13T04:13:03.688Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
491 | 2023-12-13T04:13:04.328Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
492 | 2023-12-13T04:13:04.329Z | ++ case "$OSTYPE" in |
493 | 2023-12-13T04:13:04.329Z | ++ SHA=sha256sum |
494 | 2023-12-13T04:13:04.329Z | ++ sha256sum |
495 | 2023-12-13T04:13:04.329Z | ++ awk '{print $1}' |
496 | 2023-12-13T04:13:04.329Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
497 | 2023-12-13T04:13:04.329Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
498 | 2023-12-13T04:13:04.817Z | + set -o errexit |
499 | 2023-12-13T04:13:04.817Z | +++ dirname ./tools/ci_download_dendrite_openapi |
500 | 2023-12-13T04:13:04.818Z | ++ cd ./tools |
501 | 2023-12-13T04:13:04.818Z | ++ pwd |
502 | 2023-12-13T04:13:04.818Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-12-13T04:13:04.818Z | ++ basename ./tools/ci_download_dendrite_openapi |
504 | 2023-12-13T04:13:04.818Z | + ARG0=ci_download_dendrite_openapi |
505 | 2023-12-13T04:13:04.818Z | + TARGET_DIR=out |
506 | 2023-12-13T04:13:04.818Z | + DOWNLOAD_DIR=out/downloads |
507 | 2023-12-13T04:13:04.819Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-12-13T04:13:04.819Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
509 | 2023-12-13T04:13:04.819Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
510 | 2023-12-13T04:13:04.819Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
511 | 2023-12-13T04:13:04.819Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
512 | 2023-12-13T04:13:04.819Z | + main |
513 | 2023-12-13T04:13:04.820Z | + [[ 0 != 0 ]] |
514 | 2023-12-13T04:13:04.820Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
515 | 2023-12-13T04:13:04.820Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
516 | 2023-12-13T04:13:04.820Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
517 | 2023-12-13T04:13:04.820Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
518 | 2023-12-13T04:13:04.820Z | + local DO_DOWNLOAD=true |
519 | 2023-12-13T04:13:04.820Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
520 | 2023-12-13T04:13:04.820Z | + mkdir -p out/downloads |
521 | 2023-12-13T04:13:04.820Z | + '[' true == true ']' |
522 | 2023-12-13T04:13:04.820Z | + echo Downloading... |
523 | 2023-12-13T04:13:04.820Z | Downloading... |
524 | 2023-12-13T04:13:04.820Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
525 | 2023-12-13T04:13:04.820Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
526 | 2023-12-13T04:13:04.820Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
527 | 2023-12-13T04:13:04.820Z | ++ case "$OSTYPE" in |
528 | 2023-12-13T04:13:04.820Z | ++ SHA=sha256sum |
529 | 2023-12-13T04:13:04.820Z | ++ sha256sum |
530 | 2023-12-13T04:13:04.820Z | ++ awk '{print $1}' |
531 | 2023-12-13T04:13:04.820Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
532 | 2023-12-13T04:13:04.820Z | + [[ 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 ]] |
533 | 2023-12-13T04:13:04.820Z | + set -o errexit |
534 | 2023-12-13T04:13:04.820Z | +++ dirname ./tools/ci_download_dendrite_stub |
535 | 2023-12-13T04:13:04.821Z | ++ cd ./tools |
536 | 2023-12-13T04:13:04.821Z | ++ pwd |
537 | 2023-12-13T04:13:04.821Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2023-12-13T04:13:04.821Z | ++ basename ./tools/ci_download_dendrite_stub |
539 | 2023-12-13T04:13:04.821Z | + ARG0=ci_download_dendrite_stub |
540 | 2023-12-13T04:13:04.821Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
541 | 2023-12-13T04:13:04.821Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
542 | 2023-12-13T04:13:04.821Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
543 | 2023-12-13T04:13:04.821Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
544 | 2023-12-13T04:13:04.821Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
545 | 2023-12-13T04:13:04.821Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
546 | 2023-12-13T04:13:04.821Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
547 | 2023-12-13T04:13:04.822Z | + TARGET_DIR=out |
548 | 2023-12-13T04:13:04.822Z | + DOWNLOAD_DIR=out/downloads |
549 | 2023-12-13T04:13:04.822Z | + DEST_DIR=./out/dendrite-stub |
550 | 2023-12-13T04:13:04.822Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
551 | 2023-12-13T04:13:04.822Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
552 | 2023-12-13T04:13:04.822Z | + REPO=oxidecomputer/dendrite |
553 | 2023-12-13T04:13:04.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
554 | 2023-12-13T04:13:04.822Z | + main |
555 | 2023-12-13T04:13:04.822Z | + [[ 0 != 0 ]] |
556 | 2023-12-13T04:13:04.822Z | + CIDL_OS=solaris2.11 |
557 | 2023-12-13T04:13:04.822Z | + [[ 0 != 0 ]] |
558 | 2023-12-13T04:13:04.822Z | + configure_os solaris2.11 |
559 | 2023-12-13T04:13:04.822Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2023-12-13T04:13:04.822Z | current directory: /work/oxidecomputer/omicron |
561 | 2023-12-13T04:13:04.822Z | configuring based on OS: "solaris2.11" |
562 | 2023-12-13T04:13:04.822Z | + echo 'configuring based on OS: "solaris2.11"' |
563 | 2023-12-13T04:13:04.822Z | + case "$1" in |
564 | 2023-12-13T04:13:04.823Z | + SET_BINARIES= |
565 | 2023-12-13T04:13:04.823Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
566 | 2023-12-13T04:13:04.823Z | + CIDL_SHA256FUNC=do_sha256sum |
567 | 2023-12-13T04:13:04.823Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
568 | 2023-12-13T04:13:04.823Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
569 | 2023-12-13T04:13:04.823Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-13T04:13:04.823Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
571 | 2023-12-13T04:13:04.823Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
572 | 2023-12-13T04:13:04.823Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-13T04:13:04.823Z | + mkdir -p out/downloads |
574 | 2023-12-13T04:13:04.823Z | Local file: out/downloads/dendrite-stub.tar.gz |
575 | 2023-12-13T04:13:04.823Z | + mkdir -p ./out/dendrite-stub |
576 | 2023-12-13T04:13:04.823Z | + fetch_and_verify |
577 | 2023-12-13T04:13:04.824Z | + local DO_DOWNLOAD=true |
578 | 2023-12-13T04:13:04.824Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
579 | 2023-12-13T04:13:04.824Z | + '[' true == true ']' |
580 | 2023-12-13T04:13:04.824Z | + echo Downloading... |
581 | 2023-12-13T04:13:04.824Z | Downloading... |
582 | 2023-12-13T04:13:04.824Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-13T04:13:04.824Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
584 | 2023-12-13T04:13:30.052Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-13T04:13:30.070Z | ++ sha256sum |
586 | 2023-12-13T04:13:30.070Z | ++ awk '{print $1}' |
587 | 2023-12-13T04:13:30.118Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
588 | 2023-12-13T04:13:30.118Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
589 | 2023-12-13T04:13:30.144Z | + do_untar out/downloads/dendrite-stub.tar.gz |
590 | 2023-12-13T04:13:30.144Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
591 | 2023-12-13T04:13:31.238Z | + do_assemble |
592 | 2023-12-13T04:13:31.238Z | + rm -r ./out/dendrite-stub |
593 | 2023-12-13T04:13:31.265Z | + mkdir ./out/dendrite-stub |
594 | 2023-12-13T04:13:31.265Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
595 | 2023-12-13T04:13:31.417Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
596 | 2023-12-13T04:13:31.429Z | + set -o errexit |
597 | 2023-12-13T04:13:31.429Z | +++ dirname ./tools/ci_download_maghemite_mgd |
598 | 2023-12-13T04:13:31.429Z | ++ cd ./tools |
599 | 2023-12-13T04:13:31.429Z | ++ pwd |
600 | 2023-12-13T04:13:31.429Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2023-12-13T04:13:31.444Z | ++ basename ./tools/ci_download_maghemite_mgd |
602 | 2023-12-13T04:13:31.444Z | + ARG0=ci_download_maghemite_mgd |
603 | 2023-12-13T04:13:31.444Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
604 | 2023-12-13T04:13:31.444Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
605 | 2023-12-13T04:13:31.444Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
606 | 2023-12-13T04:13:31.444Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
607 | 2023-12-13T04:13:31.444Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
608 | 2023-12-13T04:13:31.445Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
609 | 2023-12-13T04:13:31.445Z | + TARGET_DIR=out |
610 | 2023-12-13T04:13:31.445Z | + DOWNLOAD_DIR=out/downloads |
611 | 2023-12-13T04:13:31.445Z | + DEST_DIR=./out/mgd |
612 | 2023-12-13T04:13:31.445Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
613 | 2023-12-13T04:13:31.445Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
614 | 2023-12-13T04:13:31.445Z | + REPO=oxidecomputer/maghemite |
615 | 2023-12-13T04:13:31.445Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
616 | 2023-12-13T04:13:31.446Z | + main |
617 | 2023-12-13T04:13:31.446Z | + [[ 0 != 0 ]] |
618 | 2023-12-13T04:13:31.446Z | + CIDL_OS=solaris2.11 |
619 | 2023-12-13T04:13:31.446Z | + [[ 0 != 0 ]] |
620 | 2023-12-13T04:13:31.446Z | + configure_os solaris2.11 |
621 | 2023-12-13T04:13:31.446Z | + echo 'current directory: /work/oxidecomputer/omicron' |
622 | 2023-12-13T04:13:31.446Z | current directory: /work/oxidecomputer/omicron |
623 | 2023-12-13T04:13:31.446Z | + echo 'configuring based on OS: "solaris2.11"' |
624 | 2023-12-13T04:13:31.446Z | + case "$1" in |
625 | 2023-12-13T04:13:31.447Z | + SET_BINARIES= |
626 | 2023-12-13T04:13:31.447Z | configuring based on OS: "solaris2.11" |
627 | 2023-12-13T04:13:31.447Z | + CIDL_SHA256FUNC=do_sha256sum |
628 | 2023-12-13T04:13:31.447Z | + TARBALL_FILENAME=mgd.tar.gz |
629 | 2023-12-13T04:13:31.447Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
630 | 2023-12-13T04:13:31.447Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
631 | 2023-12-13T04:13:31.447Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
632 | 2023-12-13T04:13:31.447Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
633 | 2023-12-13T04:13:31.447Z | Local file: out/downloads/mgd.tar.gz |
634 | 2023-12-13T04:13:31.447Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
635 | 2023-12-13T04:13:31.447Z | + mkdir -p out/downloads |
636 | 2023-12-13T04:13:31.448Z | + mkdir -p ./out/mgd |
637 | 2023-12-13T04:13:31.448Z | + fetch_and_verify |
638 | 2023-12-13T04:13:31.448Z | + local DO_DOWNLOAD=true |
639 | 2023-12-13T04:13:31.448Z | + [[ -f out/downloads/mgd.tar.gz ]] |
640 | 2023-12-13T04:13:31.448Z | + '[' true == true ']' |
641 | 2023-12-13T04:13:31.448Z | + echo Downloading... |
642 | 2023-12-13T04:13:31.448Z | Downloading... |
643 | 2023-12-13T04:13:31.448Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
644 | 2023-12-13T04:13:31.449Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
645 | 2023-12-13T04:13:47.920Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
646 | 2023-12-13T04:13:47.931Z | ++ sha256sum |
647 | 2023-12-13T04:13:47.931Z | ++ awk '{print $1}' |
648 | 2023-12-13T04:13:47.931Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
649 | 2023-12-13T04:13:47.931Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
650 | 2023-12-13T04:13:47.931Z | + do_untar out/downloads/mgd.tar.gz |
651 | 2023-12-13T04:13:47.931Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
652 | 2023-12-13T04:13:48.268Z | + do_assemble |
653 | 2023-12-13T04:13:48.268Z | + rm -r ./out/mgd |
654 | 2023-12-13T04:13:48.273Z | + mkdir ./out/mgd |
655 | 2023-12-13T04:13:48.273Z | + cp -r out/downloads/root ./out/mgd/root |
656 | 2023-12-13T04:13:48.480Z | + set -o errexit |
657 | 2023-12-13T04:13:48.485Z | +++ dirname ./tools/ci_download_transceiver_control |
658 | 2023-12-13T04:13:48.485Z | ++ cd ./tools |
659 | 2023-12-13T04:13:48.485Z | ++ pwd |
660 | 2023-12-13T04:13:48.485Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
661 | 2023-12-13T04:13:48.487Z | ++ basename ./tools/ci_download_transceiver_control |
662 | 2023-12-13T04:13:48.487Z | + ARG0=ci_download_transceiver_control |
663 | 2023-12-13T04:13:48.488Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
664 | 2023-12-13T04:13:48.488Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2023-12-13T04:13:48.488Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2023-12-13T04:13:48.488Z | + TARGET_DIR=out |
667 | 2023-12-13T04:13:48.488Z | + DOWNLOAD_DIR=out/downloads |
668 | 2023-12-13T04:13:48.488Z | + DEST_DIR=./out/transceiver-control |
669 | 2023-12-13T04:13:48.488Z | + BIN_DIR=/opt/oxide/bin |
670 | 2023-12-13T04:13:48.488Z | + BINARY=xcvradm |
671 | 2023-12-13T04:13:48.489Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
672 | 2023-12-13T04:13:48.489Z | + REPO=oxidecomputer/transceiver-control |
673 | 2023-12-13T04:13:48.489Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
674 | 2023-12-13T04:13:48.493Z | + main |
675 | 2023-12-13T04:13:48.493Z | + [[ 0 != 0 ]] |
676 | 2023-12-13T04:13:48.493Z | + CIDL_OS=solaris2.11 |
677 | 2023-12-13T04:13:48.493Z | + [[ 0 != 0 ]] |
678 | 2023-12-13T04:13:48.493Z | + configure_os solaris2.11 |
679 | 2023-12-13T04:13:48.493Z | + echo 'current directory: /work/oxidecomputer/omicron' |
680 | 2023-12-13T04:13:48.493Z | current directory: /work/oxidecomputer/omicron |
681 | 2023-12-13T04:13:48.493Z | + echo 'configuring based on OS: "solaris2.11"' |
682 | 2023-12-13T04:13:48.493Z | + case "$1" in |
683 | 2023-12-13T04:13:48.493Z | + SET_BINARIES= |
684 | 2023-12-13T04:13:48.493Z | configuring based on OS: "solaris2.11" |
685 | 2023-12-13T04:13:48.493Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2023-12-13T04:13:48.493Z | + CIDL_SHA256FUNC=do_sha256sum |
687 | 2023-12-13T04:13:48.493Z | + ARCHIVE_FILENAME=xcvradm.gz |
688 | 2023-12-13T04:13:48.493Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
689 | 2023-12-13T04:13:48.493Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
690 | 2023-12-13T04:13:48.493Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
691 | 2023-12-13T04:13:48.493Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2023-12-13T04:13:48.494Z | + echo 'Local file: out/downloads/xcvradm.gz' |
693 | 2023-12-13T04:13:48.494Z | Local file: out/downloads/xcvradm.gz |
694 | 2023-12-13T04:13:48.494Z | + mkdir -p out/downloads |
695 | 2023-12-13T04:13:48.494Z | + mkdir -p ./out/transceiver-control |
696 | 2023-12-13T04:13:48.494Z | + fetch_and_verify |
697 | 2023-12-13T04:13:48.494Z | + local DO_DOWNLOAD=true |
698 | 2023-12-13T04:13:48.494Z | + [[ -f out/downloads/xcvradm.gz ]] |
699 | 2023-12-13T04:13:48.494Z | + '[' true == true ']' |
700 | 2023-12-13T04:13:48.494Z | + echo Downloading... |
701 | 2023-12-13T04:13:48.494Z | Downloading... |
702 | 2023-12-13T04:13:48.494Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
703 | 2023-12-13T04:13:48.494Z | + 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 |
704 | 2023-12-13T04:13:53.964Z | ++ do_sha256sum out/downloads/xcvradm.gz |
705 | 2023-12-13T04:13:53.975Z | ++ sha256sum |
706 | 2023-12-13T04:13:53.976Z | ++ awk '{print $1}' |
707 | 2023-12-13T04:13:53.976Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
708 | 2023-12-13T04:13:53.976Z | + [[ 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 ]] |
709 | 2023-12-13T04:13:53.976Z | + do_unpack out/downloads/xcvradm.gz |
710 | 2023-12-13T04:13:53.976Z | + mkdir -p out/downloads/root//opt/oxide/bin |
711 | 2023-12-13T04:13:53.976Z | + gzip -dc out/downloads/xcvradm.gz |
712 | 2023-12-13T04:13:53.976Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
713 | 2023-12-13T04:13:53.976Z | + do_assemble |
714 | 2023-12-13T04:13:53.976Z | + rm -r ./out/transceiver-control |
715 | 2023-12-13T04:13:53.976Z | + mkdir ./out/transceiver-control |
716 | 2023-12-13T04:13:53.976Z | + cp -r out/downloads/root ./out/transceiver-control/root |
717 | 2023-12-13T04:13:53.986Z | All builder prerequisites installed successfully, and PATH looks valid |
718 | 2023-12-13T04:13:53.991Z | |
719 | 2023-12-13T04:13:53.992Z | real 2:55.515554504 |
720 | 2023-12-13T04:13:53.992Z | user 56.553180762 |
721 | 2023-12-13T04:13:53.992Z | sys 10.599837251 |
722 | 2023-12-13T04:13:53.992Z | trap 0.022444598 |
723 | 2023-12-13T04:13:53.992Z | tflt 0.290804826 |
724 | 2023-12-13T04:13:53.992Z | dflt 0.901371100 |
725 | 2023-12-13T04:13:53.992Z | kflt 0.185774518 |
726 | 2023-12-13T04:13:53.993Z | lock 1.911898938 |
727 | 2023-12-13T04:13:53.993Z | slp 5:59.817857394 |
728 | 2023-12-13T04:13:53.993Z | lat 3.573493224 |
729 | 2023-12-13T04:13:53.993Z | stop 0.073225947 |
730 | 2023-12-13T04:13:53.993Z | |
731 | 2023-12-13T04:13:53.993Z | #### # # ##### ##### # # |
732 | 2023-12-13T04:13:53.993Z | # # # # # # # # # # |
733 | 2023-12-13T04:13:53.993Z | # # # # # # # # |
734 | 2023-12-13T04:13:53.993Z | # # # ##### ##### # |
735 | 2023-12-13T04:13:53.994Z | # # # # # # # |
736 | 2023-12-13T04:13:53.994Z | #### ###### # # # # |
737 | 2023-12-13T04:13:53.994Z | |
738 | 2023-12-13T04:13:54.351Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
739 | 2023-12-13T04:13:54.706Z | Updating crates.io index |
740 | 2023-12-13T04:13:54.767Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2023-12-13T04:13:55.663Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
742 | 2023-12-13T04:13:57.592Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
743 | 2023-12-13T04:13:58.175Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2023-12-13T04:13:58.504Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2023-12-13T04:13:59.246Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2023-12-13T04:13:59.274Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
747 | 2023-12-13T04:13:59.981Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
748 | 2023-12-13T04:14:02.236Z | Updating git repository `https://github.com/oxidecomputer/opte` |
749 | 2023-12-13T04:14:03.205Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2023-12-13T04:14:03.515Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2023-12-13T04:14:04.123Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2023-12-13T04:14:04.461Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2023-12-13T04:14:04.804Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2023-12-13T04:14:05.204Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2023-12-13T04:14:05.573Z | Updating git repository `https://github.com/njaremko/samael` |
756 | 2023-12-13T04:14:06.113Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2023-12-13T04:14:06.652Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2023-12-13T04:14:07.025Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2023-12-13T04:14:07.361Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2023-12-13T04:14:08.615Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2023-12-13T04:14:09.152Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2023-12-13T04:14:10.216Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2023-12-13T04:14:11.039Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2023-12-13T04:14:11.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2023-12-13T04:14:12.646Z | Downloading crates ... |
766 | 2023-12-13T04:14:12.685Z | Downloaded anstream v0.5.0 |
767 | 2023-12-13T04:14:12.704Z | Downloaded clap_derive v4.4.2 |
768 | 2023-12-13T04:14:12.704Z | Downloaded thiserror v1.0.49 |
769 | 2023-12-13T04:14:12.715Z | Downloaded io-lifetimes v1.0.11 |
770 | 2023-12-13T04:14:12.715Z | Downloaded equivalent v1.0.1 |
771 | 2023-12-13T04:14:12.715Z | Downloaded colorchoice v1.0.0 |
772 | 2023-12-13T04:14:12.733Z | Downloaded clap_lex v0.5.1 |
773 | 2023-12-13T04:14:12.761Z | Downloaded errno v0.3.2 |
774 | 2023-12-13T04:14:12.761Z | Downloaded bitflags v1.3.2 |
775 | 2023-12-13T04:14:12.761Z | Downloaded anstyle-query v1.0.0 |
776 | 2023-12-13T04:14:12.761Z | Downloaded itoa v1.0.9 |
777 | 2023-12-13T04:14:12.761Z | Downloaded utf8parse v0.2.1 |
778 | 2023-12-13T04:14:12.761Z | Downloaded heck v0.4.1 |
779 | 2023-12-13T04:14:12.762Z | Downloaded thiserror-impl v1.0.49 |
780 | 2023-12-13T04:14:12.762Z | Downloaded serde_spanned v0.6.4 |
781 | 2023-12-13T04:14:12.762Z | Downloaded cargo-platform v0.1.3 |
782 | 2023-12-13T04:14:12.778Z | Downloaded quote v1.0.33 |
783 | 2023-12-13T04:14:12.778Z | Downloaded terminal_size v0.2.6 |
784 | 2023-12-13T04:14:12.778Z | Downloaded anstyle v1.0.2 |
785 | 2023-12-13T04:14:12.778Z | Downloaded cargo_toml v0.17.0 |
786 | 2023-12-13T04:14:12.778Z | Downloaded cargo_metadata v0.18.1 |
787 | 2023-12-13T04:14:12.778Z | Downloaded strsim v0.10.0 |
788 | 2023-12-13T04:14:12.778Z | Downloaded toml_datetime v0.6.5 |
789 | 2023-12-13T04:14:12.778Z | Downloaded anstyle-parse v0.2.1 |
790 | 2023-12-13T04:14:12.789Z | Downloaded camino v1.1.6 |
791 | 2023-12-13T04:14:12.789Z | Downloaded proc-macro2 v1.0.69 |
792 | 2023-12-13T04:14:12.789Z | Downloaded semver v1.0.20 |
793 | 2023-12-13T04:14:13.239Z | Downloaded clap v4.4.3 |
794 | 2023-12-13T04:14:13.267Z | Downloaded anyhow v1.0.75 |
795 | 2023-12-13T04:14:13.267Z | Downloaded ryu v1.0.15 |
796 | 2023-12-13T04:14:13.267Z | Downloaded unicode-ident v1.0.12 |
797 | 2023-12-13T04:14:13.267Z | Downloaded serde_derive v1.0.193 |
798 | 2023-12-13T04:14:13.268Z | Downloaded memchr v2.6.3 |
799 | 2023-12-13T04:14:13.268Z | Downloaded toml v0.8.8 |
800 | 2023-12-13T04:14:13.268Z | Downloaded indexmap v2.1.0 |
801 | 2023-12-13T04:14:13.268Z | Downloaded toml_edit v0.21.0 |
802 | 2023-12-13T04:14:13.268Z | Downloaded hashbrown v0.14.2 |
803 | 2023-12-13T04:14:13.269Z | Downloaded winnow v0.5.15 |
804 | 2023-12-13T04:14:13.269Z | Downloaded syn v2.0.32 |
805 | 2023-12-13T04:14:13.269Z | Downloaded rustix v0.37.23 |
806 | 2023-12-13T04:14:13.269Z | Downloaded clap_builder v4.4.2 |
807 | 2023-12-13T04:14:13.269Z | Downloaded serde_json v1.0.108 |
808 | 2023-12-13T04:14:13.270Z | Downloaded libc v0.2.151 |
809 | 2023-12-13T04:14:13.270Z | Downloaded serde v1.0.193 |
810 | 2023-12-13T04:14:13.270Z | Compiling proc-macro2 v1.0.69 |
811 | 2023-12-13T04:14:13.270Z | Compiling unicode-ident v1.0.12 |
812 | 2023-12-13T04:14:13.270Z | Compiling serde v1.0.193 |
813 | 2023-12-13T04:14:13.271Z | Compiling libc v0.2.151 |
814 | 2023-12-13T04:14:13.271Z | Compiling io-lifetimes v1.0.11 |
815 | 2023-12-13T04:14:13.271Z | Compiling rustix v0.37.23 |
816 | 2023-12-13T04:14:13.271Z | Compiling hashbrown v0.14.2 |
817 | 2023-12-13T04:14:13.271Z | Compiling bitflags v1.3.2 |
818 | 2023-12-13T04:14:13.393Z | Compiling equivalent v1.0.1 |
819 | 2023-12-13T04:14:13.552Z | Compiling utf8parse v0.2.1 |
820 | 2023-12-13T04:14:13.552Z | Compiling anstyle-query v1.0.0 |
821 | 2023-12-13T04:14:13.776Z | Compiling anstyle-parse v0.2.1 |
822 | 2023-12-13T04:14:13.797Z | Compiling thiserror v1.0.49 |
823 | 2023-12-13T04:14:14.160Z | Compiling winnow v0.5.15 |
824 | 2023-12-13T04:14:14.875Z | Compiling indexmap v2.1.0 |
825 | 2023-12-13T04:14:15.743Z | Compiling camino v1.1.6 |
826 | 2023-12-13T04:14:15.766Z | Compiling semver v1.0.20 |
827 | 2023-12-13T04:14:15.766Z | Compiling serde_json v1.0.108 |
828 | 2023-12-13T04:14:15.767Z | Compiling colorchoice v1.0.0 |
829 | 2023-12-13T04:14:16.258Z | Compiling anstyle v1.0.2 |
830 | 2023-12-13T04:14:16.258Z | Compiling clap_lex v0.5.1 |
831 | 2023-12-13T04:14:16.274Z | Compiling itoa v1.0.9 |
832 | 2023-12-13T04:14:16.302Z | Compiling strsim v0.10.0 |
833 | 2023-12-13T04:14:16.582Z | Compiling anstream v0.5.0 |
834 | 2023-12-13T04:14:16.614Z | Compiling quote v1.0.33 |
835 | 2023-12-13T04:14:16.665Z | Compiling anyhow v1.0.75 |
836 | 2023-12-13T04:14:16.960Z | Compiling ryu v1.0.15 |
837 | 2023-12-13T04:14:17.471Z | Compiling syn v2.0.32 |
838 | 2023-12-13T04:14:17.571Z | Compiling errno v0.3.2 |
839 | 2023-12-13T04:14:17.657Z | Compiling heck v0.4.1 |
840 | 2023-12-13T04:14:19.188Z | Compiling terminal_size v0.2.6 |
841 | 2023-12-13T04:14:19.313Z | Compiling clap_builder v4.4.2 |
842 | 2023-12-13T04:14:25.574Z | Compiling serde_derive v1.0.193 |
843 | 2023-12-13T04:14:25.574Z | Compiling thiserror-impl v1.0.49 |
844 | 2023-12-13T04:14:25.583Z | Compiling clap_derive v4.4.2 |
845 | 2023-12-13T04:14:30.250Z | Compiling clap v4.4.3 |
846 | 2023-12-13T04:14:38.884Z | Compiling toml_datetime v0.6.5 |
847 | 2023-12-13T04:14:38.903Z | Compiling serde_spanned v0.6.4 |
848 | 2023-12-13T04:14:38.904Z | Compiling cargo-platform v0.1.3 |
849 | 2023-12-13T04:14:39.593Z | Compiling toml_edit v0.21.0 |
850 | 2023-12-13T04:14:40.954Z | Compiling cargo_metadata v0.18.1 |
851 | 2023-12-13T04:14:42.525Z | Compiling toml v0.8.8 |
852 | 2023-12-13T04:14:43.371Z | Compiling cargo_toml v0.17.0 |
853 | 2023-12-13T04:14:50.839Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
854 | 2023-12-13T04:14:51.068Z | Finished dev [unoptimized + debuginfo] target(s) in 56.77s |
855 | 2023-12-13T04:14:51.225Z | Running `target/debug/xtask clippy` |
856 | 2023-12-13T04:14:51.301Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
857 | 2023-12-13T04:14:51.989Z | Downloading crates ... |
858 | 2023-12-13T04:14:52.246Z | Downloaded indexmap v1.9.3 |
859 | 2023-12-13T04:14:52.266Z | Downloaded is_ci v1.1.1 |
860 | 2023-12-13T04:14:52.283Z | Downloaded libsw v3.3.0 |
861 | 2023-12-13T04:14:52.284Z | Downloaded linear-map v1.2.0 |
862 | 2023-12-13T04:14:52.299Z | Downloaded itertools v0.11.0 |
863 | 2023-12-13T04:14:52.319Z | Downloaded ciborium v0.2.1 |
864 | 2023-12-13T04:14:52.338Z | Downloaded atty v0.2.14 |
865 | 2023-12-13T04:14:52.338Z | Downloaded curve25519-dalek-derive v0.1.0 |
866 | 2023-12-13T04:14:52.352Z | Downloaded mime v0.3.17 |
867 | 2023-12-13T04:14:52.454Z | Downloaded hyper-tls v0.5.0 |
868 | 2023-12-13T04:14:52.454Z | Downloaded memoffset v0.7.1 |
869 | 2023-12-13T04:14:52.454Z | Downloaded hyper-rustls v0.24.2 |
870 | 2023-12-13T04:14:52.634Z | Downloaded openssl-macros v0.1.1 |
871 | 2023-12-13T04:14:52.634Z | Downloaded crucible-workspace-hack v0.1.0 |
872 | 2023-12-13T04:14:52.634Z | Downloaded bytesize v1.3.0 |
873 | 2023-12-13T04:14:52.634Z | Downloaded byteorder v1.5.0 |
874 | 2023-12-13T04:14:52.634Z | Downloaded number_prefix v0.4.0 |
875 | 2023-12-13T04:14:52.634Z | Downloaded time-core v0.1.1 |
876 | 2023-12-13T04:14:52.634Z | Downloaded strum v0.25.0 |
877 | 2023-12-13T04:14:52.634Z | Downloaded waitgroup v0.1.2 |
878 | 2023-12-13T04:14:52.635Z | Downloaded cexpr v0.6.0 |
879 | 2023-12-13T04:14:52.635Z | Downloaded arrayvec v0.5.2 |
880 | 2023-12-13T04:14:52.635Z | Downloaded match_cfg v0.1.0 |
881 | 2023-12-13T04:14:52.635Z | Downloaded oorandom v11.1.3 |
882 | 2023-12-13T04:14:52.635Z | Downloaded termtree v0.4.1 |
883 | 2023-12-13T04:14:52.635Z | Downloaded ipnetwork v0.20.0 |
884 | 2023-12-13T04:14:52.635Z | Downloaded bit-vec v0.6.3 |
885 | 2023-12-13T04:14:52.635Z | Downloaded semver-parser v0.10.2 |
886 | 2023-12-13T04:14:52.635Z | Downloaded blake2 v0.10.6 |
887 | 2023-12-13T04:14:52.685Z | Downloaded mockall_derive v0.12.0 |
888 | 2023-12-13T04:14:52.685Z | Downloaded tempdir v0.3.7 |
889 | 2023-12-13T04:14:52.685Z | Downloaded tokio-native-tls v0.3.1 |
890 | 2023-12-13T04:14:52.685Z | Downloaded vte v0.10.1 |
891 | 2023-12-13T04:14:52.685Z | Downloaded unicode-width v0.1.11 |
892 | 2023-12-13T04:14:52.685Z | Downloaded num-rational v0.4.1 |
893 | 2023-12-13T04:14:52.685Z | Downloaded sqlparser_derive v0.1.1 |
894 | 2023-12-13T04:14:52.685Z | Downloaded crossbeam v0.8.2 |
895 | 2023-12-13T04:14:52.686Z | Downloaded globset v0.4.13 |
896 | 2023-12-13T04:14:52.686Z | Downloaded unicode-xid v0.2.4 |
897 | 2023-12-13T04:14:52.686Z | Downloaded flagset v0.4.3 |
898 | 2023-12-13T04:14:52.686Z | Downloaded futures-io v0.3.29 |
899 | 2023-12-13T04:14:52.686Z | Downloaded futures-executor v0.3.29 |
900 | 2023-12-13T04:14:52.686Z | Downloaded tokio-stream v0.1.14 |
901 | 2023-12-13T04:14:52.686Z | Downloaded parse-display v0.8.2 |
902 | 2023-12-13T04:14:52.686Z | Downloaded rustc-hash v1.1.0 |
903 | 2023-12-13T04:14:52.686Z | Downloaded stable_deref_trait v1.2.0 |
904 | 2023-12-13T04:14:52.686Z | Downloaded native-tls v0.2.11 |
905 | 2023-12-13T04:14:52.686Z | Downloaded heck v0.3.3 |
906 | 2023-12-13T04:14:52.686Z | Downloaded futures-macro v0.3.29 |
907 | 2023-12-13T04:14:52.686Z | Downloaded display-error-chain v0.2.0 |
908 | 2023-12-13T04:14:52.687Z | Downloaded difflib v0.4.0 |
909 | 2023-12-13T04:14:52.687Z | Downloaded backtrace v0.3.69 |
910 | 2023-12-13T04:14:52.687Z | Downloaded http-body v0.4.5 |
911 | 2023-12-13T04:14:52.687Z | Downloaded thiserror-impl-no-std v2.0.2 |
912 | 2023-12-13T04:14:52.687Z | Downloaded tinyvec_macros v0.1.1 |
913 | 2023-12-13T04:14:52.687Z | Downloaded tokio-tungstenite v0.20.1 |
914 | 2023-12-13T04:14:52.687Z | Downloaded synstructure v0.12.6 |
915 | 2023-12-13T04:14:52.687Z | Downloaded highway v1.1.0 |
916 | 2023-12-13T04:14:52.687Z | Downloaded signal-hook-tokio v0.3.1 |
917 | 2023-12-13T04:14:52.687Z | Downloaded foreign-types-shared v0.3.1 |
918 | 2023-12-13T04:14:52.687Z | Downloaded phf v0.11.2 |
919 | 2023-12-13T04:14:52.688Z | Downloaded rustc-demangle v0.1.23 |
920 | 2023-12-13T04:14:52.688Z | Downloaded env_logger v0.10.0 |
921 | 2023-12-13T04:14:52.688Z | Downloaded foreign-types-shared v0.1.1 |
922 | 2023-12-13T04:14:52.688Z | Downloaded serde_tokenstream v0.1.7 |
923 | 2023-12-13T04:14:52.688Z | Downloaded headers v0.3.9 |
924 | 2023-12-13T04:14:52.750Z | Downloaded want v0.3.1 |
925 | 2023-12-13T04:14:52.750Z | Downloaded serde_tokenstream v0.2.0 |
926 | 2023-12-13T04:14:52.750Z | Downloaded peeking_take_while v0.1.2 |
927 | 2023-12-13T04:14:52.750Z | Downloaded toml v0.7.8 |
928 | 2023-12-13T04:14:52.750Z | Downloaded foreign-types v0.3.2 |
929 | 2023-12-13T04:14:52.750Z | Downloaded float-cmp v0.9.0 |
930 | 2023-12-13T04:14:52.750Z | Downloaded serde_path_to_error v0.1.14 |
931 | 2023-12-13T04:14:52.750Z | Downloaded serde-hex v0.1.0 |
932 | 2023-12-13T04:14:52.751Z | Downloaded universal-hash v0.5.1 |
933 | 2023-12-13T04:14:52.751Z | Downloaded quick-error v1.2.3 |
934 | 2023-12-13T04:14:52.751Z | Downloaded usdt v0.3.5 |
935 | 2023-12-13T04:14:52.751Z | Downloaded whoami v1.4.1 |
936 | 2023-12-13T04:14:52.903Z | Downloaded guppy-workspace-hack v0.1.0 |
937 | 2023-12-13T04:14:52.904Z | Downloaded derive_more v0.99.17 |
938 | 2023-12-13T04:14:52.904Z | Downloaded zone_cfg_derive v0.3.0 |
939 | 2023-12-13T04:14:52.904Z | Downloaded untrusted v0.9.0 |
940 | 2023-12-13T04:14:52.904Z | Downloaded yasna v0.5.2 |
941 | 2023-12-13T04:14:52.904Z | Downloaded rustfmt-wrapper v0.2.0 |
942 | 2023-12-13T04:14:52.904Z | Downloaded darling_macro v0.14.4 |
943 | 2023-12-13T04:14:52.904Z | Downloaded hostname v0.3.1 |
944 | 2023-12-13T04:14:52.904Z | Downloaded wyz v0.5.1 |
945 | 2023-12-13T04:14:52.904Z | Downloaded smallvec v0.6.14 |
946 | 2023-12-13T04:14:52.905Z | Downloaded pin-project-internal v1.1.3 |
947 | 2023-12-13T04:14:52.905Z | Downloaded unicase v2.7.0 |
948 | 2023-12-13T04:14:52.905Z | Downloaded vte_generate_state_changes v0.1.1 |
949 | 2023-12-13T04:14:52.905Z | Downloaded sha2 v0.10.8 |
950 | 2023-12-13T04:14:52.905Z | Downloaded hex-literal v0.4.1 |
951 | 2023-12-13T04:14:52.905Z | Downloaded derive_builder_macro v0.12.0 |
952 | 2023-12-13T04:14:52.905Z | Downloaded predicates-core v1.0.6 |
953 | 2023-12-13T04:14:52.905Z | Downloaded embedded-io v0.4.0 |
954 | 2023-12-13T04:14:52.957Z | Downloaded password-hash v0.5.0 |
955 | 2023-12-13T04:14:52.958Z | Downloaded usdt-impl v0.3.5 |
956 | 2023-12-13T04:14:52.958Z | Downloaded data-encoding v2.4.0 |
957 | 2023-12-13T04:14:52.958Z | Downloaded slab v0.4.9 |
958 | 2023-12-13T04:14:52.958Z | Downloaded phf_shared v0.10.0 |
959 | 2023-12-13T04:14:52.959Z | Downloaded zone v0.3.0 |
960 | 2023-12-13T04:14:52.959Z | Downloaded pkg-config v0.3.27 |
961 | 2023-12-13T04:14:52.959Z | Downloaded semver v0.1.20 |
962 | 2023-12-13T04:14:52.959Z | Downloaded pretty-hex v0.2.1 |
963 | 2023-12-13T04:14:52.960Z | Downloaded platforms v3.0.2 |
964 | 2023-12-13T04:14:52.960Z | Downloaded static_assertions v1.1.0 |
965 | 2023-12-13T04:14:52.960Z | Downloaded version_check v0.9.4 |
966 | 2023-12-13T04:14:52.960Z | Downloaded expectorate v1.1.0 |
967 | 2023-12-13T04:14:52.960Z | Downloaded vec_map v0.8.2 |
968 | 2023-12-13T04:14:52.961Z | Downloaded fatfs v0.3.6 |
969 | 2023-12-13T04:14:52.961Z | Downloaded vsss-rs v3.3.2 |
970 | 2023-12-13T04:14:52.961Z | Downloaded tower-service v0.3.2 |
971 | 2023-12-13T04:14:52.962Z | Downloaded tar v0.4.40 |
972 | 2023-12-13T04:14:52.962Z | Downloaded pest_generator v2.7.2 |
973 | 2023-12-13T04:14:52.962Z | Downloaded ref-cast v1.0.20 |
974 | 2023-12-13T04:14:52.962Z | Downloaded endian-type v0.1.2 |
975 | 2023-12-13T04:14:52.963Z | Downloaded slog-bunyan v2.4.0 |
976 | 2023-12-13T04:14:52.963Z | Downloaded similar-asserts v1.5.0 |
977 | 2023-12-13T04:14:52.963Z | Downloaded proc-macro-error v1.0.4 |
978 | 2023-12-13T04:14:52.964Z | Downloaded structopt-derive v0.4.18 |
979 | 2023-12-13T04:14:52.964Z | Downloaded pem v3.0.2 |
980 | 2023-12-13T04:14:52.964Z | Downloaded slog-envlogger v2.2.0 |
981 | 2023-12-13T04:14:52.964Z | Downloaded spin v0.9.8 |
982 | 2023-12-13T04:14:52.964Z | Downloaded fixedbitset v0.4.2 |
983 | 2023-12-13T04:14:52.965Z | Downloaded flume v0.11.0 |
984 | 2023-12-13T04:14:52.965Z | Downloaded same-file v1.0.6 |
985 | 2023-12-13T04:14:52.965Z | Downloaded schemars v0.8.13 |
986 | 2023-12-13T04:14:53.032Z | Downloaded glob v0.3.1 |
987 | 2023-12-13T04:14:53.032Z | Downloaded rtoolbox v0.0.1 |
988 | 2023-12-13T04:14:53.032Z | Downloaded radium v0.7.0 |
989 | 2023-12-13T04:14:53.033Z | Downloaded wait-timeout v0.2.0 |
990 | 2023-12-13T04:14:53.033Z | Downloaded enum-as-inner v0.5.1 |
991 | 2023-12-13T04:14:53.033Z | Downloaded similar v2.3.0 |
992 | 2023-12-13T04:14:53.033Z | Downloaded rust-argon2 v1.0.1 |
993 | 2023-12-13T04:14:53.033Z | Downloaded once_cell v1.19.0 |
994 | 2023-12-13T04:14:53.033Z | Downloaded nom v7.1.3 |
995 | 2023-12-13T04:14:53.033Z | Downloaded parking_lot_core v0.8.6 |
996 | 2023-12-13T04:14:53.049Z | Downloaded unicode-normalization v0.1.22 |
997 | 2023-12-13T04:14:53.049Z | Downloaded tinyvec v1.6.0 |
998 | 2023-12-13T04:14:53.050Z | Downloaded papergrid v0.10.0 |
999 | 2023-12-13T04:14:53.050Z | Downloaded unicode-bidi v0.3.13 |
1000 | 2023-12-13T04:14:53.050Z | Downloaded textwrap v0.16.0 |
1001 | 2023-12-13T04:14:53.051Z | Downloaded rstest_macros v0.18.2 |
1002 | 2023-12-13T04:14:53.051Z | Downloaded subprocess v0.2.9 |
1003 | 2023-12-13T04:14:53.051Z | Downloaded typed-path v0.7.0 |
1004 | 2023-12-13T04:14:53.051Z | Downloaded steno v0.4.0 |
1005 | 2023-12-13T04:14:53.083Z | Downloaded pest v2.7.2 |
1006 | 2023-12-13T04:14:53.083Z | Downloaded url v2.5.0 |
1007 | 2023-12-13T04:14:53.508Z | Downloaded rustls-webpki v0.101.7 |
1008 | 2023-12-13T04:14:53.525Z | Downloaded plotters v0.3.5 |
1009 | 2023-12-13T04:14:53.525Z | Downloaded reqwest v0.11.22 |
1010 | 2023-12-13T04:14:53.526Z | Downloaded guppy v0.17.4 |
1011 | 2023-12-13T04:14:53.526Z | Downloaded zerocopy v0.7.26 |
1012 | 2023-12-13T04:14:53.526Z | Downloaded reedline v0.22.0 |
1013 | 2023-12-13T04:14:53.526Z | Downloaded radix_trie v0.2.1 |
1014 | 2023-12-13T04:14:53.526Z | Downloaded rayon v1.8.0 |
1015 | 2023-12-13T04:14:53.526Z | Downloaded h2 v0.3.21 |
1016 | 2023-12-13T04:14:53.526Z | Downloaded ratatui v0.23.0 |
1017 | 2023-12-13T04:14:53.527Z | Downloaded proptest v1.4.0 |
1018 | 2023-12-13T04:14:53.527Z | Downloaded regress v0.7.1 |
1019 | 2023-12-13T04:14:53.527Z | Downloaded smoltcp v0.10.0 |
1020 | 2023-12-13T04:14:53.527Z | Downloaded regex-syntax v0.7.5 |
1021 | 2023-12-13T04:14:53.527Z | Downloaded regex-syntax v0.8.2 |
1022 | 2023-12-13T04:14:53.527Z | Downloaded sled v0.34.7 |
1023 | 2023-12-13T04:14:53.527Z | Downloaded zerocopy-derive v0.2.0 |
1024 | 2023-12-13T04:14:53.527Z | Downloaded regex-automata v0.3.8 |
1025 | 2023-12-13T04:14:53.527Z | Downloaded tokio v1.35.0 |
1026 | 2023-12-13T04:14:53.527Z | Downloaded zerocopy-derive v0.6.4 |
1027 | 2023-12-13T04:14:53.546Z | Downloaded regex-automata v0.4.3 |
1028 | 2023-12-13T04:14:54.003Z | Downloaded encoding_rs v0.8.33 |
1029 | 2023-12-13T04:14:54.003Z | Downloaded zerocopy-derive v0.7.26 |
1030 | 2023-12-13T04:14:54.004Z | Downloaded sha3 v0.10.8 |
1031 | 2023-12-13T04:14:54.004Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1032 | 2023-12-13T04:14:54.004Z | Downloaded regex-syntax v0.6.29 |
1033 | 2023-12-13T04:14:54.004Z | Downloaded gimli v0.28.0 |
1034 | 2023-12-13T04:14:54.004Z | Downloaded bstr v1.6.0 |
1035 | 2023-12-13T04:14:54.004Z | Downloaded rustix v0.38.25 |
1036 | 2023-12-13T04:14:54.005Z | Downloaded trust-dns-proto v0.22.0 |
1037 | 2023-12-13T04:14:54.005Z | Downloaded smoltcp v0.9.1 |
1038 | 2023-12-13T04:14:54.005Z | Downloaded diesel v2.1.4 |
1039 | 2023-12-13T04:14:54.005Z | Downloaded polar-core v0.27.0 |
1040 | 2023-12-13T04:14:54.005Z | Downloaded nix v0.26.4 |
1041 | 2023-12-13T04:14:54.006Z | Downloaded idna v0.2.3 |
1042 | 2023-12-13T04:14:54.006Z | Downloaded curve25519-dalek v4.1.1 |
1043 | 2023-12-13T04:14:54.006Z | Downloaded petgraph v0.6.4 |
1044 | 2023-12-13T04:14:54.006Z | Downloaded webpki-roots v0.25.2 |
1045 | 2023-12-13T04:14:54.006Z | Downloaded syn v1.0.109 |
1046 | 2023-12-13T04:14:54.007Z | Downloaded object v0.30.4 |
1047 | 2023-12-13T04:14:54.046Z | Downloaded object v0.32.1 |
1048 | 2023-12-13T04:14:54.046Z | Downloaded bstr v0.2.17 |
1049 | 2023-12-13T04:14:54.065Z | Downloaded rustls v0.21.9 |
1050 | 2023-12-13T04:14:54.065Z | Downloaded quick-xml v0.23.1 |
1051 | 2023-12-13T04:14:54.077Z | Downloaded openssl v0.10.60 |
1052 | 2023-12-13T04:14:54.091Z | Downloaded serde_with v3.4.0 |
1053 | 2023-12-13T04:14:54.119Z | Downloaded chrono v0.4.31 |
1054 | 2023-12-13T04:14:54.132Z | Downloaded regex v1.10.2 |
1055 | 2023-12-13T04:14:54.143Z | Downloaded vcpkg v0.2.15 |
1056 | 2023-12-13T04:14:54.215Z | Downloaded portable-atomic v1.4.3 |
1057 | 2023-12-13T04:14:54.670Z | Downloaded hkdf v0.12.3 |
1058 | 2023-12-13T04:14:54.670Z | Downloaded futures-util v0.3.29 |
1059 | 2023-12-13T04:14:54.670Z | Downloaded ring v0.17.7 |
1060 | 2023-12-13T04:14:54.670Z | Downloaded tabled v0.14.0 |
1061 | 2023-12-13T04:14:54.670Z | Downloaded openapiv3 v2.0.0 |
1062 | 2023-12-13T04:14:54.670Z | Downloaded clap v2.34.0 |
1063 | 2023-12-13T04:14:54.670Z | Downloaded ring v0.16.20 |
1064 | 2023-12-13T04:14:54.671Z | Downloaded regex-automata v0.1.10 |
1065 | 2023-12-13T04:14:54.671Z | Downloaded time v0.3.27 |
1066 | 2023-12-13T04:14:54.671Z | Downloaded bitvec v1.0.1 |
1067 | 2023-12-13T04:14:54.688Z | Downloaded tough v0.16.0 |
1068 | 2023-12-13T04:14:54.688Z | Downloaded elliptic-curve v0.13.8 |
1069 | 2023-12-13T04:14:54.701Z | Downloaded zip v0.6.6 |
1070 | 2023-12-13T04:14:54.701Z | Downloaded hashbrown v0.12.3 |
1071 | 2023-12-13T04:14:54.720Z | Downloaded libm v0.2.7 |
1072 | 2023-12-13T04:14:54.734Z | Downloaded itertools v0.12.0 |
1073 | 2023-12-13T04:14:54.752Z | Downloaded hyper v0.14.27 |
1074 | 2023-12-13T04:14:54.777Z | Downloaded sqlparser v0.36.1 |
1075 | 2023-12-13T04:14:54.777Z | Downloaded tokio-rustls v0.24.1 |
1076 | 2023-12-13T04:14:54.777Z | Downloaded oso v0.27.0 |
1077 | 2023-12-13T04:14:54.794Z | Downloaded rand v0.8.5 |
1078 | 2023-12-13T04:14:54.795Z | Downloaded x509-cert v0.2.4 |
1079 | 2023-12-13T04:14:54.795Z | Downloaded heapless v0.7.16 |
1080 | 2023-12-13T04:14:54.814Z | Downloaded unsafe-libyaml v0.2.9 |
1081 | 2023-12-13T04:14:54.814Z | Downloaded tokio-util v0.7.10 |
1082 | 2023-12-13T04:14:55.255Z | Downloaded pest_meta v2.7.2 |
1083 | 2023-12-13T04:14:55.256Z | Downloaded unicode_categories v0.1.1 |
1084 | 2023-12-13T04:14:55.256Z | Downloaded salty v0.2.0 |
1085 | 2023-12-13T04:14:55.256Z | Downloaded prettyplease v0.2.12 |
1086 | 2023-12-13T04:14:55.257Z | Downloaded tracing v0.1.37 |
1087 | 2023-12-13T04:14:55.257Z | Downloaded trust-dns-client v0.22.0 |
1088 | 2023-12-13T04:14:55.257Z | Downloaded ed25519 v1.5.3 |
1089 | 2023-12-13T04:14:55.257Z | Downloaded parking_lot v0.11.2 |
1090 | 2023-12-13T04:14:55.257Z | Downloaded futures-channel v0.3.29 |
1091 | 2023-12-13T04:14:55.258Z | Downloaded socket2 v0.4.9 |
1092 | 2023-12-13T04:14:55.258Z | Downloaded pretty_assertions v1.4.0 |
1093 | 2023-12-13T04:14:55.258Z | Downloaded slog-dtrace v0.2.3 |
1094 | 2023-12-13T04:14:55.258Z | Downloaded pin-project v1.1.3 |
1095 | 2023-12-13T04:14:55.258Z | Downloaded rayon-core v1.12.0 |
1096 | 2023-12-13T04:14:55.259Z | Downloaded darling_core v0.20.3 |
1097 | 2023-12-13T04:14:55.259Z | Downloaded libxml v0.3.3 |
1098 | 2023-12-13T04:14:55.259Z | Downloaded fd-lock v3.0.13 |
1099 | 2023-12-13T04:14:55.259Z | Downloaded smallvec v1.11.2 |
1100 | 2023-12-13T04:14:55.259Z | Downloaded termios v0.3.3 |
1101 | 2023-12-13T04:14:55.260Z | Downloaded rustyline v12.0.0 |
1102 | 2023-12-13T04:14:55.260Z | Downloaded criterion v0.5.1 |
1103 | 2023-12-13T04:14:55.261Z | Downloaded slog-json v2.6.1 |
1104 | 2023-12-13T04:14:55.261Z | Downloaded half v1.8.2 |
1105 | 2023-12-13T04:14:55.261Z | Downloaded socket2 v0.5.5 |
1106 | 2023-12-13T04:14:55.261Z | Downloaded typenum v1.16.0 |
1107 | 2023-12-13T04:14:55.261Z | Downloaded structmeta v0.2.0 |
1108 | 2023-12-13T04:14:55.261Z | Downloaded phf_shared v0.11.2 |
1109 | 2023-12-13T04:14:55.262Z | Downloaded defmt-macros v0.3.6 |
1110 | 2023-12-13T04:14:55.262Z | Downloaded datatest-stable v0.2.3 |
1111 | 2023-12-13T04:14:55.262Z | Downloaded tokio-macros v2.2.0 |
1112 | 2023-12-13T04:14:55.262Z | Downloaded omicron-zone-package v0.9.1 |
1113 | 2023-12-13T04:14:55.262Z | Downloaded poly1305 v0.8.0 |
1114 | 2023-12-13T04:14:55.263Z | Downloaded trust-dns-server v0.22.1 |
1115 | 2023-12-13T04:14:55.263Z | Downloaded trust-dns-resolver v0.22.0 |
1116 | 2023-12-13T04:14:55.263Z | Downloaded rcgen v0.11.3 |
1117 | 2023-12-13T04:14:55.263Z | Downloaded rand_xorshift v0.3.0 |
1118 | 2023-12-13T04:14:55.263Z | Downloaded remove_dir_all v0.5.3 |
1119 | 2023-12-13T04:14:55.263Z | Downloaded tempfile v3.8.1 |
1120 | 2023-12-13T04:14:55.264Z | Downloaded toml_edit v0.19.15 |
1121 | 2023-12-13T04:14:55.264Z | Downloaded proc-macro-error-attr v1.0.4 |
1122 | 2023-12-13T04:14:55.264Z | Downloaded rand_core v0.6.4 |
1123 | 2023-12-13T04:14:55.264Z | Downloaded ref-cast-impl v1.0.20 |
1124 | 2023-12-13T04:14:55.264Z | Downloaded rsa v0.9.2 |
1125 | 2023-12-13T04:14:55.265Z | Downloaded ron v0.8.1 |
1126 | 2023-12-13T04:14:55.265Z | Downloaded itertools v0.10.5 |
1127 | 2023-12-13T04:14:55.265Z | Downloaded parse-display-derive v0.8.2 |
1128 | 2023-12-13T04:14:55.265Z | Downloaded pin-utils v0.1.0 |
1129 | 2023-12-13T04:14:55.265Z | Downloaded darling_core v0.14.4 |
1130 | 2023-12-13T04:14:55.265Z | Downloaded ppv-lite86 v0.2.17 |
1131 | 2023-12-13T04:14:55.266Z | Downloaded resolv-conf v0.7.0 |
1132 | 2023-12-13T04:14:55.266Z | Downloaded tungstenite v0.20.1 |
1133 | 2023-12-13T04:14:55.266Z | Downloaded http v0.2.11 |
1134 | 2023-12-13T04:14:55.266Z | Downloaded aho-corasick v1.0.4 |
1135 | 2023-12-13T04:14:55.266Z | Downloaded smf v0.2.2 |
1136 | 2023-12-13T04:14:55.266Z | Downloaded unicode-segmentation v1.10.1 |
1137 | 2023-12-13T04:14:55.266Z | Downloaded flate2 v1.0.28 |
1138 | 2023-12-13T04:14:55.267Z | Downloaded zerocopy v0.6.4 |
1139 | 2023-12-13T04:14:55.267Z | Downloaded openssl-sys v0.9.96 |
1140 | 2023-12-13T04:14:55.267Z | Downloaded ena v0.14.2 |
1141 | 2023-12-13T04:14:55.267Z | Downloaded semver v0.11.0 |
1142 | 2023-12-13T04:14:55.267Z | Downloaded signature v1.6.4 |
1143 | 2023-12-13T04:14:55.267Z | Downloaded postgres-types v0.2.6 |
1144 | 2023-12-13T04:14:55.267Z | Downloaded pem-rfc7468 v0.7.0 |
1145 | 2023-12-13T04:14:55.267Z | Downloaded rand v0.4.6 |
1146 | 2023-12-13T04:14:55.268Z | Downloaded thread-id v4.2.0 |
1147 | 2023-12-13T04:14:55.268Z | Downloaded postgres-protocol v0.6.6 |
1148 | 2023-12-13T04:14:55.268Z | Downloaded hashbrown v0.13.2 |
1149 | 2023-12-13T04:14:55.268Z | Downloaded sqlformat v0.2.3 |
1150 | 2023-12-13T04:14:55.268Z | Downloaded shell-words v1.1.0 |
1151 | 2023-12-13T04:14:55.268Z | Downloaded paste v1.0.14 |
1152 | 2023-12-13T04:14:55.268Z | Downloaded partial-io v0.5.4 |
1153 | 2023-12-13T04:14:55.269Z | Downloaded pkcs1 v0.7.5 |
1154 | 2023-12-13T04:14:55.269Z | Downloaded target-lexicon v0.12.12 |
1155 | 2023-12-13T04:14:55.269Z | Downloaded home v0.5.5 |
1156 | 2023-12-13T04:14:55.269Z | Downloaded hash32 v0.2.1 |
1157 | 2023-12-13T04:14:55.269Z | Downloaded generic-array v0.14.7 |
1158 | 2023-12-13T04:14:55.269Z | Downloaded ucd-trie v0.1.6 |
1159 | 2023-12-13T04:14:55.269Z | Downloaded trybuild v1.0.85 |
1160 | 2023-12-13T04:14:55.270Z | Downloaded predicates v3.0.4 |
1161 | 2023-12-13T04:14:55.270Z | Downloaded plotters-backend v0.3.5 |
1162 | 2023-12-13T04:14:55.270Z | Downloaded threadpool v1.8.1 |
1163 | 2023-12-13T04:14:55.270Z | Downloaded signature v2.1.0 |
1164 | 2023-12-13T04:14:55.270Z | Downloaded serde_urlencoded v0.7.1 |
1165 | 2023-12-13T04:14:55.270Z | Downloaded owo-colors v3.5.0 |
1166 | 2023-12-13T04:14:55.270Z | Downloaded num-bigint-dig v0.8.4 |
1167 | 2023-12-13T04:14:55.271Z | Downloaded crossterm v0.27.0 |
1168 | 2023-12-13T04:14:55.271Z | Downloaded sct v0.7.0 |
1169 | 2023-12-13T04:14:55.694Z | Downloaded pest_derive v2.7.2 |
1170 | 2023-12-13T04:14:55.694Z | Downloaded hmac v0.12.1 |
1171 | 2023-12-13T04:14:55.694Z | Downloaded yansi v0.5.1 |
1172 | 2023-12-13T04:14:55.694Z | Downloaded try-lock v0.2.4 |
1173 | 2023-12-13T04:14:55.694Z | Downloaded serde_derive_internals v0.26.0 |
1174 | 2023-12-13T04:14:55.694Z | Downloaded darling v0.20.3 |
1175 | 2023-12-13T04:14:55.695Z | Downloaded serde-big-array v0.5.1 |
1176 | 2023-12-13T04:14:55.695Z | Downloaded dirs-next v2.0.0 |
1177 | 2023-12-13T04:14:55.695Z | Downloaded defmt v0.3.5 |
1178 | 2023-12-13T04:14:55.695Z | Downloaded snafu v0.7.5 |
1179 | 2023-12-13T04:14:55.712Z | Downloaded postcard v1.0.8 |
1180 | 2023-12-13T04:14:55.712Z | Downloaded bindgen v0.65.1 |
1181 | 2023-12-13T04:14:55.712Z | Downloaded parking_lot v0.12.1 |
1182 | 2023-12-13T04:14:55.712Z | Downloaded defmt-parser v0.3.3 |
1183 | 2023-12-13T04:14:55.713Z | Downloaded unarray v0.1.4 |
1184 | 2023-12-13T04:14:55.713Z | Downloaded dyn-clone v1.0.13 |
1185 | 2023-12-13T04:14:55.713Z | Downloaded tinytemplate v1.2.1 |
1186 | 2023-12-13T04:14:55.713Z | Downloaded filetime v0.2.23 |
1187 | 2023-12-13T04:14:55.713Z | Downloaded ff v0.13.0 |
1188 | 2023-12-13T04:14:55.713Z | Downloaded debug-ignore v1.0.5 |
1189 | 2023-12-13T04:14:55.713Z | Downloaded signal-hook-registry v1.4.1 |
1190 | 2023-12-13T04:14:55.713Z | Downloaded zeroize_derive v1.4.2 |
1191 | 2023-12-13T04:14:55.713Z | Downloaded zeroize v1.7.0 |
1192 | 2023-12-13T04:14:55.713Z | Downloaded xattr v1.0.1 |
1193 | 2023-12-13T04:14:55.713Z | Downloaded tui-tree-widget v0.13.0 |
1194 | 2023-12-13T04:14:55.714Z | Downloaded parking_lot_core v0.9.8 |
1195 | 2023-12-13T04:14:55.714Z | Downloaded getrandom v0.2.10 |
1196 | 2023-12-13T04:14:55.714Z | Downloaded der v0.7.8 |
1197 | 2023-12-13T04:14:55.714Z | Downloaded sec1 v0.7.3 |
1198 | 2023-12-13T04:14:55.714Z | Downloaded tokio-postgres v0.7.10 |
1199 | 2023-12-13T04:14:55.714Z | Downloaded path-slash v0.1.5 |
1200 | 2023-12-13T04:14:55.714Z | Downloaded zerocopy v0.3.0 |
1201 | 2023-12-13T04:14:55.714Z | Downloaded tracing-core v0.1.31 |
1202 | 2023-12-13T04:14:55.714Z | Downloaded derive_builder_core v0.12.0 |
1203 | 2023-12-13T04:14:55.714Z | Downloaded tiny-keccak v2.0.2 |
1204 | 2023-12-13T04:14:55.714Z | Downloaded which v4.4.0 |
1205 | 2023-12-13T04:14:55.714Z | Downloaded schemars_derive v0.8.13 |
1206 | 2023-12-13T04:14:55.714Z | Downloaded percent-encoding v2.3.1 |
1207 | 2023-12-13T04:14:55.714Z | Downloaded diesel_derives v2.1.2 |
1208 | 2023-12-13T04:14:55.714Z | Downloaded mio v0.8.9 |
1209 | 2023-12-13T04:14:55.714Z | Downloaded crossbeam-channel v0.5.8 |
1210 | 2023-12-13T04:14:55.715Z | Downloaded futures v0.3.29 |
1211 | 2023-12-13T04:14:55.715Z | Downloaded pkcs8 v0.10.2 |
1212 | 2023-12-13T04:14:55.715Z | Downloaded num-bigint v0.4.4 |
1213 | 2023-12-13T04:14:55.715Z | Downloaded foreign-types-macros v0.2.3 |
1214 | 2023-12-13T04:14:55.715Z | Downloaded foreign-types v0.5.0 |
1215 | 2023-12-13T04:14:55.715Z | Downloaded pin-project-lite v0.2.13 |
1216 | 2023-12-13T04:14:55.715Z | Downloaded indicatif v0.17.7 |
1217 | 2023-12-13T04:14:55.715Z | Downloaded serde_yaml v0.9.25 |
1218 | 2023-12-13T04:14:55.715Z | Downloaded miniz_oxide v0.7.1 |
1219 | 2023-12-13T04:14:55.715Z | Downloaded rand_chacha v0.3.1 |
1220 | 2023-12-13T04:14:55.716Z | Downloaded structopt v0.3.26 |
1221 | 2023-12-13T04:14:55.716Z | Downloaded supports-color v2.1.0 |
1222 | 2023-12-13T04:14:55.716Z | Downloaded fs-err v2.11.0 |
1223 | 2023-12-13T04:14:55.716Z | Downloaded scopeguard v1.2.0 |
1224 | 2023-12-13T04:14:55.716Z | Downloaded r2d2 v0.8.10 |
1225 | 2023-12-13T04:14:55.716Z | Downloaded diff v0.1.13 |
1226 | 2023-12-13T04:14:55.716Z | Downloaded group v0.13.0 |
1227 | 2023-12-13T04:14:55.716Z | Downloaded minimal-lexical v0.2.1 |
1228 | 2023-12-13T04:14:55.716Z | Downloaded test-strategy v0.3.1 |
1229 | 2023-12-13T04:14:55.717Z | Downloaded cc v1.0.83 |
1230 | 2023-12-13T04:14:55.717Z | Downloaded term v0.7.0 |
1231 | 2023-12-13T04:14:55.717Z | Downloaded darling_macro v0.20.3 |
1232 | 2023-12-13T04:14:55.717Z | Downloaded packed_struct_codegen v0.10.1 |
1233 | 2023-12-13T04:14:55.717Z | Downloaded hex v0.4.3 |
1234 | 2023-12-13T04:14:55.717Z | Downloaded getopts v0.2.21 |
1235 | 2023-12-13T04:14:55.717Z | Downloaded funty v2.0.0 |
1236 | 2023-12-13T04:14:55.717Z | Downloaded digest v0.10.7 |
1237 | 2023-12-13T04:14:55.717Z | Downloaded structmeta-derive v0.2.0 |
1238 | 2023-12-13T04:14:55.717Z | Downloaded proc-macro-crate v1.3.1 |
1239 | 2023-12-13T04:14:55.717Z | Downloaded tabled_derive v0.6.0 |
1240 | 2023-12-13T04:14:55.717Z | Downloaded rpassword v7.3.1 |
1241 | 2023-12-13T04:14:55.717Z | Downloaded futures-timer v3.0.2 |
1242 | 2023-12-13T04:14:55.717Z | Downloaded futures-task v0.3.29 |
1243 | 2023-12-13T04:14:55.717Z | Downloaded termcolor v1.2.0 |
1244 | 2023-12-13T04:14:55.718Z | Downloaded pathdiff v0.2.1 |
1245 | 2023-12-13T04:14:55.718Z | Downloaded packed_struct v0.10.1 |
1246 | 2023-12-13T04:14:55.718Z | Downloaded derive-where v1.2.6 |
1247 | 2023-12-13T04:14:55.718Z | Downloaded dof v0.1.5 |
1248 | 2023-12-13T04:14:55.718Z | Downloaded dirs-sys-next v0.1.2 |
1249 | 2023-12-13T04:14:55.718Z | Downloaded rustls-pemfile v1.0.3 |
1250 | 2023-12-13T04:14:55.718Z | Downloaded rstest v0.18.2 |
1251 | 2023-12-13T04:14:55.718Z | Downloaded subtle v2.5.0 |
1252 | 2023-12-13T04:14:55.718Z | Downloaded fragile v2.0.0 |
1253 | 2023-12-13T04:14:55.718Z | Downloaded predicates-tree v1.0.9 |
1254 | 2023-12-13T04:14:55.718Z | Downloaded crc32fast v1.3.2 |
1255 | 2023-12-13T04:14:55.718Z | Downloaded pretty-hex v0.4.0 |
1256 | 2023-12-13T04:14:55.718Z | Downloaded precomputed-hash v0.1.1 |
1257 | 2023-12-13T04:14:55.718Z | Downloaded crossbeam-epoch v0.9.15 |
1258 | 2023-12-13T04:14:55.718Z | Downloaded cancel-safe-futures v0.1.5 |
1259 | 2023-12-13T04:14:55.718Z | Downloaded derive_builder v0.12.0 |
1260 | 2023-12-13T04:14:55.718Z | Downloaded plotters-svg v0.3.5 |
1261 | 2023-12-13T04:14:55.718Z | Downloaded thiserror-no-std v2.0.2 |
1262 | 2023-12-13T04:14:55.718Z | Downloaded uuid v1.6.1 |
1263 | 2023-12-13T04:14:55.719Z | Downloaded toml v0.5.11 |
1264 | 2023-12-13T04:14:55.719Z | Downloaded spin v0.5.2 |
1265 | 2023-12-13T04:14:55.719Z | Downloaded form_urlencoded v1.2.1 |
1266 | 2023-12-13T04:14:55.719Z | Downloaded fnv v1.0.7 |
1267 | 2023-12-13T04:14:55.719Z | Downloaded scheduled-thread-pool v0.2.7 |
1268 | 2023-12-13T04:14:55.719Z | Downloaded rustc_version v0.1.7 |
1269 | 2023-12-13T04:14:55.719Z | Downloaded relative-path v1.9.0 |
1270 | 2023-12-13T04:14:55.719Z | Downloaded signal-hook v0.3.17 |
1271 | 2023-12-13T04:14:55.719Z | Downloaded take_mut v0.2.2 |
1272 | 2023-12-13T04:14:55.719Z | Downloaded swrite v0.1.0 |
1273 | 2023-12-13T04:14:55.719Z | Downloaded smawk v0.3.1 |
1274 | 2023-12-13T04:14:55.719Z | Downloaded oso-derive v0.27.0 |
1275 | 2023-12-13T04:14:55.719Z | Downloaded http-range v0.1.5 |
1276 | 2023-12-13T04:14:55.719Z | Downloaded dtrace-parser v0.1.14 |
1277 | 2023-12-13T04:14:55.720Z | Downloaded stringprep v0.1.3 |
1278 | 2023-12-13T04:14:55.720Z | Downloaded string_cache v0.8.7 |
1279 | 2023-12-13T04:14:55.732Z | Downloaded thread_local v1.1.7 |
1280 | 2023-12-13T04:14:55.732Z | Downloaded der_derive v0.7.2 |
1281 | 2023-12-13T04:14:55.732Z | Downloaded chacha20poly1305 v0.10.1 |
1282 | 2023-12-13T04:14:55.732Z | Downloaded toolchain_find v0.2.0 |
1283 | 2023-12-13T04:14:55.732Z | Downloaded doc-comment v0.3.3 |
1284 | 2023-12-13T04:14:55.732Z | Downloaded base64 v0.21.5 |
1285 | 2023-12-13T04:14:55.732Z | Downloaded futures-core v0.3.29 |
1286 | 2023-12-13T04:14:55.733Z | Downloaded unicode-linebreak v0.1.5 |
1287 | 2023-12-13T04:14:55.733Z | Downloaded topological-sort v0.2.2 |
1288 | 2023-12-13T04:14:55.733Z | Downloaded rustls-native-certs v0.6.3 |
1289 | 2023-12-13T04:14:55.733Z | Downloaded rustc_version v0.4.0 |
1290 | 2023-12-13T04:14:55.733Z | Downloaded tracing-attributes v0.1.26 |
1291 | 2023-12-13T04:14:55.734Z | Downloaded bytes v1.5.0 |
1292 | 2023-12-13T04:14:55.734Z | Downloaded downcast v0.11.0 |
1293 | 2023-12-13T04:14:55.734Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1294 | 2023-12-13T04:14:55.734Z | Downloaded num-traits v0.2.16 |
1295 | 2023-12-13T04:14:55.734Z | Downloaded fallible-iterator v0.2.0 |
1296 | 2023-12-13T04:14:55.734Z | Downloaded deranged v0.3.8 |
1297 | 2023-12-13T04:14:55.734Z | Downloaded snafu-derive v0.7.5 |
1298 | 2023-12-13T04:14:55.734Z | Downloaded fastrand v2.0.0 |
1299 | 2023-12-13T04:14:55.734Z | Downloaded slog v2.7.0 |
1300 | 2023-12-13T04:14:55.735Z | Downloaded siphasher v0.3.11 |
1301 | 2023-12-13T04:14:55.735Z | Downloaded multer v2.1.0 |
1302 | 2023-12-13T04:14:55.735Z | Downloaded mime_guess v2.0.4 |
1303 | 2023-12-13T04:14:55.735Z | Downloaded buf-list v1.0.3 |
1304 | 2023-12-13T04:14:55.735Z | Downloaded nu-ansi-term v0.49.0 |
1305 | 2023-12-13T04:14:55.746Z | Downloaded strum_macros v0.25.2 |
1306 | 2023-12-13T04:14:55.746Z | Downloaded slog-term v2.9.0 |
1307 | 2023-12-13T04:14:55.746Z | Downloaded const-oid v0.9.5 |
1308 | 2023-12-13T04:14:55.746Z | Downloaded textwrap v0.11.0 |
1309 | 2023-12-13T04:14:55.756Z | Downloaded strum_macros v0.24.3 |
1310 | 2023-12-13T04:14:55.756Z | Downloaded futures-sink v0.3.29 |
1311 | 2023-12-13T04:14:55.756Z | Downloaded either v1.9.0 |
1312 | 2023-12-13T04:14:55.756Z | Downloaded walkdir v2.4.0 |
1313 | 2023-12-13T04:14:55.757Z | Downloaded time-macros v0.2.13 |
1314 | 2023-12-13T04:14:55.767Z | Downloaded nested v0.1.1 |
1315 | 2023-12-13T04:14:55.767Z | Downloaded target-spec v3.0.1 |
1316 | 2023-12-13T04:14:55.767Z | Downloaded num_cpus v1.16.0 |
1317 | 2023-12-13T04:14:55.781Z | Downloaded headers-core v0.2.0 |
1318 | 2023-12-13T04:14:55.781Z | Downloaded cookie v0.18.0 |
1319 | 2023-12-13T04:14:55.781Z | Downloaded cfg-expr v0.15.5 |
1320 | 2023-12-13T04:14:55.792Z | Downloaded async-trait v0.1.74 |
1321 | 2023-12-13T04:14:55.792Z | Downloaded sha1 v0.10.6 |
1322 | 2023-12-13T04:14:55.794Z | Downloaded utf-8 v0.7.6 |
1323 | 2023-12-13T04:14:55.794Z | Downloaded untrusted v0.7.1 |
1324 | 2023-12-13T04:14:55.794Z | Downloaded serde_with_macros v3.4.0 |
1325 | 2023-12-13T04:14:55.827Z | Downloaded lock_api v0.4.10 |
1326 | 2023-12-13T04:14:55.827Z | Downloaded libtest-mimic v0.6.1 |
1327 | 2023-12-13T04:14:55.828Z | Downloaded openssl-probe v0.1.5 |
1328 | 2023-12-13T04:14:55.828Z | Downloaded num-complex v0.4.4 |
1329 | 2023-12-13T04:14:55.828Z | Downloaded new_debug_unreachable v1.0.4 |
1330 | 2023-12-13T04:14:55.885Z | Downloaded addr2line v0.21.0 |
1331 | 2023-12-13T04:14:55.885Z | Downloaded basic-toml v0.1.4 |
1332 | 2023-12-13T04:14:55.885Z | Downloaded slog-stdlog v4.1.1 |
1333 | 2023-12-13T04:14:55.886Z | Downloaded rustversion v1.0.14 |
1334 | 2023-12-13T04:14:55.886Z | Downloaded tap v1.0.1 |
1335 | 2023-12-13T04:14:55.886Z | Downloaded strsim v0.8.0 |
1336 | 2023-12-13T04:14:55.886Z | Downloaded strip-ansi-escapes v0.1.1 |
1337 | 2023-12-13T04:14:55.886Z | Downloaded spki v0.7.2 |
1338 | 2023-12-13T04:14:55.914Z | Downloaded slog-async v2.8.0 |
1339 | 2023-12-13T04:14:55.914Z | Downloaded signal-hook-mio v0.2.3 |
1340 | 2023-12-13T04:14:55.914Z | Downloaded blake2b_simd v1.0.1 |
1341 | 2023-12-13T04:14:55.914Z | Downloaded num v0.4.1 |
1342 | 2023-12-13T04:14:55.915Z | Downloaded log v0.4.20 |
1343 | 2023-12-13T04:14:55.915Z | Downloaded crypto-bigint v0.5.2 |
1344 | 2023-12-13T04:14:55.915Z | Downloaded crossbeam-deque v0.8.3 |
1345 | 2023-12-13T04:14:55.915Z | Downloaded impl-trait-for-tuples v0.2.2 |
1346 | 2023-12-13T04:14:55.916Z | Downloaded md-5 v0.10.5 |
1347 | 2023-12-13T04:14:55.916Z | Downloaded criterion-plot v0.5.0 |
1348 | 2023-12-13T04:14:55.916Z | Downloaded convert_case v0.4.0 |
1349 | 2023-12-13T04:14:55.916Z | Downloaded block-buffer v0.10.4 |
1350 | 2023-12-13T04:14:55.916Z | Downloaded httptest v0.15.5 |
1351 | 2023-12-13T04:14:55.917Z | Downloaded assert_cmd v2.0.12 |
1352 | 2023-12-13T04:14:55.917Z | Downloaded base64ct v1.6.0 |
1353 | 2023-12-13T04:14:55.917Z | Downloaded argon2 v0.5.2 |
1354 | 2023-12-13T04:14:55.917Z | Downloaded slog-scope v4.4.0 |
1355 | 2023-12-13T04:14:55.917Z | Downloaded lalrpop-util v0.19.12 |
1356 | 2023-12-13T04:14:55.917Z | Downloaded olpc-cjson v0.1.3 |
1357 | 2023-12-13T04:14:55.917Z | Downloaded is-terminal v0.4.9 |
1358 | 2023-12-13T04:14:55.917Z | Downloaded crypto-common v0.1.6 |
1359 | 2023-12-13T04:14:55.928Z | Downloaded arrayvec v0.7.4 |
1360 | 2023-12-13T04:14:55.928Z | Downloaded bcs v0.1.6 |
1361 | 2023-12-13T04:14:55.928Z | Downloaded usdt-macro v0.3.5 |
1362 | 2023-12-13T04:14:55.928Z | Downloaded num_enum v0.5.11 |
1363 | 2023-12-13T04:14:55.928Z | Downloaded num-integer v0.1.45 |
1364 | 2023-12-13T04:14:55.928Z | Downloaded lazycell v1.3.0 |
1365 | 2023-12-13T04:14:55.928Z | Downloaded indoc v2.0.3 |
1366 | 2023-12-13T04:14:55.928Z | Downloaded indoc v1.0.9 |
1367 | 2023-12-13T04:14:55.947Z | Downloaded anes v0.1.6 |
1368 | 2023-12-13T04:14:55.947Z | Downloaded backoff v0.4.0 |
1369 | 2023-12-13T04:14:55.948Z | Downloaded bzip2 v0.4.4 |
1370 | 2023-12-13T04:14:56.365Z | Downloaded lru-cache v0.1.2 |
1371 | 2023-12-13T04:14:56.365Z | Downloaded usdt-attr-macro v0.3.5 |
1372 | 2023-12-13T04:14:56.365Z | Downloaded num_enum_derive v0.5.11 |
1373 | 2023-12-13T04:14:56.365Z | Downloaded num-iter v0.1.43 |
1374 | 2023-12-13T04:14:56.365Z | Downloaded nodrop v0.1.14 |
1375 | 2023-12-13T04:14:56.365Z | Downloaded nibble_vec v0.1.0 |
1376 | 2023-12-13T04:14:56.365Z | Downloaded mockall v0.12.0 |
1377 | 2023-12-13T04:14:56.365Z | Downloaded crossterm v0.26.1 |
1378 | 2023-12-13T04:14:56.366Z | Downloaded cassowary v0.3.0 |
1379 | 2023-12-13T04:14:56.366Z | Downloaded nanorand v0.7.0 |
1380 | 2023-12-13T04:14:56.366Z | Downloaded chacha20 v0.9.1 |
1381 | 2023-12-13T04:14:56.366Z | Downloaded cast v0.3.0 |
1382 | 2023-12-13T04:14:56.366Z | Downloaded async-recursion v1.0.5 |
1383 | 2023-12-13T04:14:56.366Z | Downloaded humantime v2.1.0 |
1384 | 2023-12-13T04:14:56.366Z | Downloaded hubpack v0.1.2 |
1385 | 2023-12-13T04:14:56.367Z | Downloaded fxhash v0.2.1 |
1386 | 2023-12-13T04:14:56.367Z | Downloaded crc-any v2.4.3 |
1387 | 2023-12-13T04:14:56.367Z | Downloaded clang-sys v1.6.1 |
1388 | 2023-12-13T04:14:56.367Z | Downloaded corncobs v0.1.3 |
1389 | 2023-12-13T04:14:56.367Z | Downloaded bytecount v0.6.3 |
1390 | 2023-12-13T04:14:56.367Z | Downloaded ascii-canvas v3.0.0 |
1391 | 2023-12-13T04:14:56.367Z | Downloaded managed v0.8.0 |
1392 | 2023-12-13T04:14:56.368Z | Downloaded serde_repr v0.1.16 |
1393 | 2023-12-13T04:14:56.368Z | Downloaded serde_plain v1.0.2 |
1394 | 2023-12-13T04:14:56.368Z | Downloaded autocfg v1.1.0 |
1395 | 2023-12-13T04:14:56.368Z | Downloaded libefi-sys v0.1.0 |
1396 | 2023-12-13T04:14:56.368Z | Downloaded bb8 v0.8.1 |
1397 | 2023-12-13T04:14:56.368Z | Downloaded idna v0.5.0 |
1398 | 2023-12-13T04:14:56.368Z | Downloaded matches v0.1.10 |
1399 | 2023-12-13T04:14:56.368Z | Downloaded ident_case v1.0.1 |
1400 | 2023-12-13T04:14:56.368Z | Downloaded block-padding v0.3.3 |
1401 | 2023-12-13T04:14:56.368Z | Downloaded bitfield v0.14.0 |
1402 | 2023-12-13T04:14:56.369Z | Downloaded serde-big-array v0.4.1 |
1403 | 2023-12-13T04:14:56.369Z | Downloaded opaque-debug v0.3.0 |
1404 | 2023-12-13T04:14:56.369Z | Downloaded num_threads v0.1.6 |
1405 | 2023-12-13T04:14:56.369Z | Downloaded bitflags v2.4.0 |
1406 | 2023-12-13T04:14:56.369Z | Downloaded ansi_term v0.12.1 |
1407 | 2023-12-13T04:14:56.370Z | Downloaded shlex v1.1.0 |
1408 | 2023-12-13T04:14:56.370Z | Downloaded normalize-line-endings v0.3.0 |
1409 | 2023-12-13T04:14:56.370Z | Downloaded newtype_derive v0.1.6 |
1410 | 2023-12-13T04:14:56.370Z | Downloaded httparse v1.8.0 |
1411 | 2023-12-13T04:14:56.370Z | Downloaded darling v0.14.4 |
1412 | 2023-12-13T04:14:56.371Z | Downloaded atomicwrites v0.4.2 |
1413 | 2023-12-13T04:14:56.371Z | Downloaded assert_matches v1.5.0 |
1414 | 2023-12-13T04:14:56.371Z | Downloaded adler v1.0.2 |
1415 | 2023-12-13T04:14:56.371Z | Downloaded atomic-waker v1.1.1 |
1416 | 2023-12-13T04:14:56.371Z | Downloaded arrayref v0.3.7 |
1417 | 2023-12-13T04:14:56.371Z | Downloaded maplit v1.0.2 |
1418 | 2023-12-13T04:14:56.371Z | Downloaded ciborium-ll v0.2.1 |
1419 | 2023-12-13T04:14:56.372Z | Downloaded hyper-staticfile v0.9.5 |
1420 | 2023-12-13T04:14:56.372Z | Downloaded hubpack_derive v0.1.1 |
1421 | 2023-12-13T04:14:56.372Z | Downloaded crunchy v0.2.2 |
1422 | 2023-12-13T04:14:56.372Z | Downloaded httpdate v1.0.3 |
1423 | 2023-12-13T04:14:56.372Z | Downloaded constant_time_eq v0.3.0 |
1424 | 2023-12-13T04:14:56.372Z | Downloaded ahash v0.8.6 |
1425 | 2023-12-13T04:14:56.372Z | Downloaded approx v0.5.1 |
1426 | 2023-12-13T04:14:56.373Z | Downloaded crossbeam-utils v0.8.16 |
1427 | 2023-12-13T04:14:56.373Z | Downloaded cobs v0.2.3 |
1428 | 2023-12-13T04:14:56.373Z | Downloaded memoffset v0.9.0 |
1429 | 2023-12-13T04:14:56.373Z | Downloaded maybe-uninit v2.0.0 |
1430 | 2023-12-13T04:14:56.373Z | Downloaded cfg-if v1.0.0 |
1431 | 2023-12-13T04:14:56.373Z | Downloaded iana-time-zone v0.1.57 |
1432 | 2023-12-13T04:14:56.373Z | Downloaded bit-set v0.5.3 |
1433 | 2023-12-13T04:14:56.374Z | Downloaded async-stream v0.3.5 |
1434 | 2023-12-13T04:14:56.374Z | Downloaded array-init v0.0.4 |
1435 | 2023-12-13T04:14:56.374Z | Downloaded aead v0.5.2 |
1436 | 2023-12-13T04:14:56.374Z | Downloaded secrecy v0.8.0 |
1437 | 2023-12-13T04:14:56.374Z | Downloaded rusty-fork v0.3.0 |
1438 | 2023-12-13T04:14:56.374Z | Downloaded num-derive v0.4.0 |
1439 | 2023-12-13T04:14:56.375Z | Downloaded crossbeam-queue v0.3.8 |
1440 | 2023-12-13T04:14:56.375Z | Downloaded crc v3.0.1 |
1441 | 2023-12-13T04:14:56.375Z | Downloaded cipher v0.4.4 |
1442 | 2023-12-13T04:14:56.375Z | Downloaded camino-tempfile v1.1.1 |
1443 | 2023-12-13T04:14:56.375Z | Downloaded instant v0.1.12 |
1444 | 2023-12-13T04:14:56.375Z | Downloaded ciborium-io v0.2.1 |
1445 | 2023-12-13T04:14:56.375Z | Downloaded base16ct v0.2.0 |
1446 | 2023-12-13T04:14:56.376Z | Downloaded async-stream-impl v0.3.5 |
1447 | 2023-12-13T04:14:56.376Z | Downloaded linked-hash-map v0.5.6 |
1448 | 2023-12-13T04:14:56.376Z | Downloaded newline-converter v0.3.0 |
1449 | 2023-12-13T04:14:56.376Z | Downloaded macaddr v1.0.1 |
1450 | 2023-12-13T04:14:56.376Z | Downloaded lalrpop v0.19.12 |
1451 | 2023-12-13T04:14:56.376Z | Downloaded console v0.15.7 |
1452 | 2023-12-13T04:14:56.376Z | Downloaded constant_time_eq v0.2.6 |
1453 | 2023-12-13T04:14:56.377Z | Downloaded libloading v0.7.4 |
1454 | 2023-12-13T04:14:56.377Z | Downloaded lazy_static v1.4.0 |
1455 | 2023-12-13T04:14:56.377Z | Downloaded kstat-rs v0.2.3 |
1456 | 2023-12-13T04:14:56.377Z | Downloaded keccak v0.1.4 |
1457 | 2023-12-13T04:14:56.377Z | Downloaded ipnet v2.8.0 |
1458 | 2023-12-13T04:14:56.377Z | Downloaded inout v0.1.3 |
1459 | 2023-12-13T04:14:56.377Z | Downloaded cstr-argument v0.1.2 |
1460 | 2023-12-13T04:14:56.377Z | Downloaded crc-catalog v2.2.0 |
1461 | 2023-12-13T04:14:56.377Z | Downloaded cpufeatures v0.2.9 |
1462 | 2023-12-13T04:14:56.378Z | Downloaded colored v2.0.4 |
1463 | 2023-12-13T04:14:56.378Z | Downloaded arc-swap v1.6.0 |
1464 | 2023-12-13T04:14:56.880Z | Compiling serde v1.0.193 |
1465 | 2023-12-13T04:14:56.880Z | Compiling autocfg v1.1.0 |
1466 | 2023-12-13T04:14:56.903Z | Checking cfg-if v1.0.0 |
1467 | 2023-12-13T04:14:56.903Z | Compiling version_check v0.9.4 |
1468 | 2023-12-13T04:14:56.903Z | Compiling syn v1.0.109 |
1469 | 2023-12-13T04:14:56.938Z | Checking libc v0.2.151 |
1470 | 2023-12-13T04:14:56.983Z | Compiling syn v2.0.32 |
1471 | 2023-12-13T04:14:57.008Z | Compiling parking_lot_core v0.9.8 |
1472 | 2023-12-13T04:14:57.046Z | Compiling libm v0.2.7 |
1473 | 2023-12-13T04:14:57.547Z | Compiling cc v1.0.83 |
1474 | 2023-12-13T04:14:57.679Z | Compiling futures-core v0.3.29 |
1475 | 2023-12-13T04:14:58.130Z | Compiling once_cell v1.19.0 |
1476 | 2023-12-13T04:14:58.278Z | Compiling serde_json v1.0.108 |
1477 | 2023-12-13T04:14:58.358Z | Compiling memchr v2.6.3 |
1478 | 2023-12-13T04:14:58.413Z | Compiling lock_api v0.4.10 |
1479 | 2023-12-13T04:14:58.526Z | Compiling num-traits v0.2.16 |
1480 | 2023-12-13T04:14:58.877Z | Compiling typenum v1.16.0 |
1481 | 2023-12-13T04:14:59.020Z | Checking getrandom v0.2.10 |
1482 | 2023-12-13T04:14:59.096Z | Compiling generic-array v0.14.7 |
1483 | 2023-12-13T04:14:59.415Z | Compiling slab v0.4.9 |
1484 | 2023-12-13T04:14:59.767Z | Compiling futures-task v0.3.29 |
1485 | 2023-12-13T04:14:59.940Z | Compiling futures-channel v0.3.29 |
1486 | 2023-12-13T04:15:00.414Z | Checking scopeguard v1.2.0 |
1487 | 2023-12-13T04:15:00.462Z | Compiling futures-util v0.3.29 |
1488 | 2023-12-13T04:15:01.105Z | Checking log v0.4.20 |
1489 | 2023-12-13T04:15:01.125Z | Compiling pkg-config v0.3.27 |
1490 | 2023-12-13T04:15:01.899Z | Checking smallvec v1.11.2 |
1491 | 2023-12-13T04:15:02.130Z | Compiling byteorder v1.5.0 |
1492 | 2023-12-13T04:15:02.254Z | Checking itoa v1.0.9 |
1493 | 2023-12-13T04:15:02.287Z | Compiling rustix v0.38.25 |
1494 | 2023-12-13T04:15:02.566Z | Compiling indexmap v1.9.3 |
1495 | 2023-12-13T04:15:02.850Z | Compiling schemars v0.8.13 |
1496 | 2023-12-13T04:15:03.005Z | Compiling vcpkg v0.2.15 |
1497 | 2023-12-13T04:15:03.145Z | Compiling fnv v1.0.7 |
1498 | 2023-12-13T04:15:03.341Z | Compiling httparse v1.8.0 |
1499 | 2023-12-13T04:15:03.390Z | Checking rand_core v0.6.4 |
1500 | 2023-12-13T04:15:03.794Z | Compiling ring v0.17.7 |
1501 | 2023-12-13T04:15:03.989Z | Compiling ring v0.16.20 |
1502 | 2023-12-13T04:15:04.582Z | Compiling aho-corasick v1.0.4 |
1503 | 2023-12-13T04:15:05.783Z | Compiling regex-syntax v0.8.2 |
1504 | 2023-12-13T04:15:06.872Z | Compiling openssl-sys v0.9.96 |
1505 | 2023-12-13T04:15:08.947Z | Checking parking_lot v0.12.1 |
1506 | 2023-12-13T04:15:09.322Z | Compiling ahash v0.8.6 |
1507 | 2023-12-13T04:15:09.775Z | Compiling serde_derive_internals v0.26.0 |
1508 | 2023-12-13T04:15:11.129Z | Compiling regex-automata v0.4.3 |
1509 | 2023-12-13T04:15:13.334Z | Checking pin-project-lite v0.2.13 |
1510 | 2023-12-13T04:15:13.340Z | Compiling openssl v0.10.60 |
1511 | 2023-12-13T04:15:13.340Z | Checking spin v0.5.2 |
1512 | 2023-12-13T04:15:13.340Z | Checking signal-hook-registry v1.4.1 |
1513 | 2023-12-13T04:15:13.340Z | Checking mio v0.8.9 |
1514 | 2023-12-13T04:15:13.492Z | Compiling ucd-trie v0.1.6 |
1515 | 2023-12-13T04:15:14.918Z | Compiling rustls v0.21.9 |
1516 | 2023-12-13T04:15:14.918Z | Compiling native-tls v0.2.11 |
1517 | 2023-12-13T04:15:14.918Z | Compiling iana-time-zone v0.1.57 |
1518 | 2023-12-13T04:15:14.918Z | Compiling async-trait v0.1.74 |
1519 | 2023-12-13T04:15:15.416Z | Checking num_cpus v1.16.0 |
1520 | 2023-12-13T04:15:15.422Z | Checking ryu v1.0.15 |
1521 | 2023-12-13T04:15:15.422Z | Compiling dyn-clone v1.0.13 |
1522 | 2023-12-13T04:15:15.422Z | Compiling unicode-xid v0.2.4 |
1523 | 2023-12-13T04:15:15.497Z | Compiling backtrace v0.3.69 |
1524 | 2023-12-13T04:15:15.634Z | Checking socket2 v0.5.5 |
1525 | 2023-12-13T04:15:16.525Z | Compiling futures-sink v0.3.29 |
1526 | 2023-12-13T04:15:16.762Z | Compiling errno v0.3.2 |
1527 | 2023-12-13T04:15:16.958Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2023-12-13T04:15:17.104Z | Compiling tinyvec_macros v0.1.1 |
1529 | 2023-12-13T04:15:17.220Z | Compiling crc32fast v1.3.2 |
1530 | 2023-12-13T04:15:17.743Z | Compiling tinyvec v1.6.0 |
1531 | 2023-12-13T04:15:17.948Z | Compiling regex v1.10.2 |
1532 | 2023-12-13T04:15:18.231Z | Compiling futures-io v0.3.29 |
1533 | 2023-12-13T04:15:18.482Z | Compiling pin-utils v0.1.0 |
1534 | 2023-12-13T04:15:18.604Z | Compiling anyhow v1.0.75 |
1535 | 2023-12-13T04:15:18.663Z | Compiling spin v0.9.8 |
1536 | 2023-12-13T04:15:19.251Z | Compiling tracing-core v0.1.31 |
1537 | 2023-12-13T04:15:19.678Z | Compiling unicode-bidi v0.3.13 |
1538 | 2023-12-13T04:15:19.926Z | Compiling unicode-normalization v0.1.22 |
1539 | 2023-12-13T04:15:20.991Z | Compiling num-integer v0.1.45 |
1540 | 2023-12-13T04:15:21.371Z | Compiling serde_derive v1.0.193 |
1541 | 2023-12-13T04:15:21.413Z | Compiling thiserror-impl v1.0.49 |
1542 | 2023-12-13T04:15:21.612Z | Compiling zeroize_derive v1.4.2 |
1543 | 2023-12-13T04:15:22.180Z | Compiling tokio-macros v2.2.0 |
1544 | 2023-12-13T04:15:22.196Z | Compiling futures-macro v0.3.29 |
1545 | 2023-12-13T04:15:22.635Z | Compiling tracing-attributes v0.1.26 |
1546 | 2023-12-13T04:15:22.672Z | Compiling schemars_derive v0.8.13 |
1547 | 2023-12-13T04:15:24.649Z | Compiling zerocopy-derive v0.7.26 |
1548 | 2023-12-13T04:15:24.649Z | Checking zeroize v1.7.0 |
1549 | 2023-12-13T04:15:24.989Z | Compiling openssl-macros v0.1.1 |
1550 | 2023-12-13T04:15:26.954Z | Compiling thiserror v1.0.49 |
1551 | 2023-12-13T04:15:27.138Z | Compiling pest v2.7.2 |
1552 | 2023-12-13T04:15:28.060Z | Compiling zerocopy v0.7.26 |
1553 | 2023-12-13T04:15:28.288Z | Compiling der_derive v0.7.2 |
1554 | 2023-12-13T04:15:28.839Z | Compiling tracing v0.1.37 |
1555 | 2023-12-13T04:15:29.712Z | Compiling synstructure v0.12.6 |
1556 | 2023-12-13T04:15:30.596Z | Compiling lazy_static v1.4.0 |
1557 | 2023-12-13T04:15:30.749Z | Compiling slog v2.7.0 |
1558 | 2023-12-13T04:15:31.495Z | Compiling hashbrown v0.13.2 |
1559 | 2023-12-13T04:15:32.044Z | Checking subtle v2.5.0 |
1560 | 2023-12-13T04:15:32.044Z | Compiling base64 v0.21.5 |
1561 | 2023-12-13T04:15:32.071Z | Compiling unicode-width v0.1.11 |
1562 | 2023-12-13T04:15:32.204Z | Compiling pest_meta v2.7.2 |
1563 | 2023-12-13T04:15:32.295Z | Compiling time-core v0.1.1 |
1564 | 2023-12-13T04:15:32.549Z | Compiling hashbrown v0.12.3 |
1565 | 2023-12-13T04:15:32.612Z | Compiling untrusted v0.9.0 |
1566 | 2023-12-13T04:15:32.765Z | Compiling zerocopy-derive v0.2.0 |
1567 | 2023-12-13T04:15:32.851Z | Compiling untrusted v0.7.1 |
1568 | 2023-12-13T04:15:33.159Z | Compiling rustversion v1.0.14 |
1569 | 2023-12-13T04:15:33.219Z | Compiling openssl-probe v0.1.5 |
1570 | 2023-12-13T04:15:33.517Z | Compiling percent-encoding v2.3.1 |
1571 | 2023-12-13T04:15:33.720Z | Compiling foreign-types-shared v0.1.1 |
1572 | 2023-12-13T04:15:33.846Z | Compiling foreign-types v0.3.2 |
1573 | 2023-12-13T04:15:34.381Z | Compiling pest_generator v2.7.2 |
1574 | 2023-12-13T04:15:35.680Z | Compiling time-macros v0.2.13 |
1575 | 2023-12-13T04:15:37.789Z | Compiling try-lock v0.2.4 |
1576 | 2023-12-13T04:15:38.113Z | Compiling want v0.3.1 |
1577 | 2023-12-13T04:15:38.994Z | Compiling rustls-webpki v0.101.7 |
1578 | 2023-12-13T04:15:39.194Z | Compiling sct v0.7.0 |
1579 | 2023-12-13T04:15:40.135Z | Compiling form_urlencoded v1.2.1 |
1580 | 2023-12-13T04:15:40.817Z | Compiling pest_derive v2.7.2 |
1581 | 2023-12-13T04:15:41.462Z | Compiling socket2 v0.4.9 |
1582 | 2023-12-13T04:15:41.683Z | Compiling httpdate v1.0.3 |
1583 | 2023-12-13T04:15:41.708Z | Compiling either v1.9.0 |
1584 | 2023-12-13T04:15:41.864Z | Compiling const-oid v0.9.5 |
1585 | 2023-12-13T04:15:42.015Z | Compiling tower-service v0.3.2 |
1586 | 2023-12-13T04:15:42.407Z | Compiling rustls-pemfile v1.0.3 |
1587 | 2023-12-13T04:15:42.696Z | Compiling idna v0.5.0 |
1588 | 2023-12-13T04:15:42.979Z | Compiling memoffset v0.9.0 |
1589 | 2023-12-13T04:15:43.007Z | Compiling usdt-impl v0.3.5 |
1590 | 2023-12-13T04:15:43.424Z | Compiling adler v1.0.2 |
1591 | 2023-12-13T04:15:43.746Z | Compiling miniz_oxide v0.7.1 |
1592 | 2023-12-13T04:15:43.934Z | Compiling rustls-native-certs v0.6.3 |
1593 | 2023-12-13T04:15:44.671Z | Compiling url v2.5.0 |
1594 | 2023-12-13T04:15:44.672Z | Checking bytes v1.5.0 |
1595 | 2023-12-13T04:15:45.471Z | Checking bitflags v2.4.0 |
1596 | 2023-12-13T04:15:45.521Z | Compiling zerocopy v0.3.0 |
1597 | 2023-12-13T04:15:45.867Z | Checking tokio v1.35.0 |
1598 | 2023-12-13T04:15:46.783Z | Compiling indexmap v2.1.0 |
1599 | 2023-12-13T04:15:47.701Z | Compiling semver v1.0.20 |
1600 | 2023-12-13T04:15:48.147Z | Compiling chrono v0.4.31 |
1601 | 2023-12-13T04:15:48.451Z | Compiling uuid v1.6.1 |
1602 | 2023-12-13T04:15:48.969Z | Compiling rustc_version v0.4.0 |
1603 | 2023-12-13T04:15:49.508Z | Compiling http v0.2.11 |
1604 | 2023-12-13T04:15:51.061Z | Compiling toml_datetime v0.6.5 |
1605 | 2023-12-13T04:15:51.351Z | Compiling serde_spanned v0.6.4 |
1606 | 2023-12-13T04:15:52.931Z | Compiling toml_edit v0.19.15 |
1607 | 2023-12-13T04:15:52.952Z | Compiling openapiv3 v2.0.0 |
1608 | 2023-12-13T04:15:55.048Z | Compiling http-body v0.4.5 |
1609 | 2023-12-13T04:15:55.289Z | Compiling heapless v0.7.16 |
1610 | 2023-12-13T04:15:56.742Z | Checking crypto-common v0.1.6 |
1611 | 2023-12-13T04:15:57.120Z | Compiling ipnet v2.8.0 |
1612 | 2023-12-13T04:15:57.433Z | Compiling dof v0.1.5 |
1613 | 2023-12-13T04:15:59.006Z | Compiling serde_urlencoded v0.7.1 |
1614 | 2023-12-13T04:15:59.253Z | Compiling dtrace-parser v0.1.14 |
1615 | 2023-12-13T04:15:59.825Z | Compiling zerocopy-derive v0.6.4 |
1616 | 2023-12-13T04:16:00.052Z | Compiling clap_derive v4.4.2 |
1617 | 2023-12-13T04:16:00.276Z | Compiling crossbeam-epoch v0.9.15 |
1618 | 2023-12-13T04:16:00.295Z | Compiling encoding_rs v0.8.33 |
1619 | 2023-12-13T04:16:01.853Z | Compiling thread-id v4.2.0 |
1620 | 2023-12-13T04:16:01.973Z | Compiling gimli v0.28.0 |
1621 | 2023-12-13T04:16:02.570Z | Compiling mime v0.3.17 |
1622 | 2023-12-13T04:16:03.536Z | Compiling tokio-util v0.7.10 |
1623 | 2023-12-13T04:16:03.576Z | Compiling tokio-rustls v0.24.1 |
1624 | 2023-12-13T04:16:04.207Z | Compiling siphasher v0.3.11 |
1625 | 2023-12-13T04:16:04.885Z | Compiling webpki-roots v0.25.2 |
1626 | 2023-12-13T04:16:05.298Z | Compiling serde_tokenstream v0.1.7 |
1627 | 2023-12-13T04:16:06.069Z | Compiling h2 v0.3.21 |
1628 | 2023-12-13T04:16:07.106Z | Compiling tokio-native-tls v0.3.1 |
1629 | 2023-12-13T04:16:07.477Z | Compiling strum_macros v0.25.2 |
1630 | 2023-12-13T04:16:07.998Z | Compiling block-buffer v0.10.4 |
1631 | 2023-12-13T04:16:08.365Z | Compiling addr2line v0.21.0 |
1632 | 2023-12-13T04:16:08.737Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1633 | 2023-12-13T04:16:08.933Z | Compiling object v0.32.1 |
1634 | 2023-12-13T04:16:09.410Z | Compiling num-iter v0.1.43 |
1635 | 2023-12-13T04:16:09.626Z | Compiling rustc-demangle v0.1.23 |
1636 | 2023-12-13T04:16:10.525Z | Compiling flate2 v1.0.28 |
1637 | 2023-12-13T04:16:11.230Z | Compiling digest v0.10.7 |
1638 | 2023-12-13T04:16:11.328Z | Compiling doc-comment v0.3.3 |
1639 | 2023-12-13T04:16:11.939Z | Compiling ppv-lite86 v0.2.17 |
1640 | 2023-12-13T04:16:12.225Z | Compiling usdt-attr-macro v0.3.5 |
1641 | 2023-12-13T04:16:12.381Z | Compiling usdt-macro v0.3.5 |
1642 | 2023-12-13T04:16:13.162Z | Compiling toml v0.7.8 |
1643 | 2023-12-13T04:16:13.278Z | Compiling rand_chacha v0.3.1 |
1644 | 2023-12-13T04:16:14.569Z | Compiling toml_edit v0.21.0 |
1645 | 2023-12-13T04:16:14.598Z | Compiling hex v0.4.3 |
1646 | 2023-12-13T04:16:14.647Z | Compiling pin-project-internal v1.1.3 |
1647 | 2023-12-13T04:16:16.014Z | Compiling bit-vec v0.6.3 |
1648 | 2023-12-13T04:16:16.041Z | Checking bitflags v1.3.2 |
1649 | 2023-12-13T04:16:16.041Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1650 | 2023-12-13T04:16:16.290Z | Compiling rand v0.8.5 |
1651 | 2023-12-13T04:16:17.100Z | Compiling phf_shared v0.10.0 |
1652 | 2023-12-13T04:16:17.720Z | Compiling hyper v0.14.27 |
1653 | 2023-12-13T04:16:17.786Z | Compiling num-bigint v0.4.4 |
1654 | 2023-12-13T04:16:18.686Z | Compiling fixedbitset v0.4.2 |
1655 | 2023-12-13T04:16:19.395Z | Compiling new_debug_unreachable v1.0.4 |
1656 | 2023-12-13T04:16:19.943Z | Compiling base64ct v1.6.0 |
1657 | 2023-12-13T04:16:19.970Z | Compiling minimal-lexical v0.2.1 |
1658 | 2023-12-13T04:16:19.981Z | Compiling smoltcp v0.9.1 |
1659 | 2023-12-13T04:16:20.250Z | Compiling precomputed-hash v0.1.1 |
1660 | 2023-12-13T04:16:20.410Z | Compiling string_cache v0.8.7 |
1661 | 2023-12-13T04:16:20.719Z | Compiling nom v7.1.3 |
1662 | 2023-12-13T04:16:21.108Z | Compiling pem-rfc7468 v0.7.0 |
1663 | 2023-12-13T04:16:21.688Z | Compiling petgraph v0.6.4 |
1664 | 2023-12-13T04:16:22.372Z | Compiling bit-set v0.5.3 |
1665 | 2023-12-13T04:16:22.762Z | Compiling hmac v0.12.1 |
1666 | 2023-12-13T04:16:24.000Z | Compiling itertools v0.10.5 |
1667 | 2023-12-13T04:16:24.359Z | Compiling hubpack_derive v0.1.1 |
1668 | 2023-12-13T04:16:24.503Z | Compiling enum-as-inner v0.5.1 |
1669 | 2023-12-13T04:16:25.320Z | Compiling diesel_table_macro_syntax v0.1.0 |
1670 | 2023-12-13T04:16:26.169Z | Compiling flagset v0.4.3 |
1671 | 2023-12-13T04:16:26.461Z | Compiling lalrpop-util v0.19.12 |
1672 | 2023-12-13T04:16:26.479Z | Compiling unicode-segmentation v1.10.1 |
1673 | 2023-12-13T04:16:27.030Z | Compiling der v0.7.8 |
1674 | 2023-12-13T04:16:27.064Z | Compiling diesel_derives v2.1.2 |
1675 | 2023-12-13T04:16:27.941Z | Compiling snafu-derive v0.7.5 |
1676 | 2023-12-13T04:16:28.192Z | Compiling cpufeatures v0.2.9 |
1677 | 2023-12-13T04:16:28.425Z | Compiling sha2 v0.10.8 |
1678 | 2023-12-13T04:16:28.631Z | Compiling rustix v0.37.23 |
1679 | 2023-12-13T04:16:29.099Z | Compiling hyper-tls v0.5.0 |
1680 | 2023-12-13T04:16:29.523Z | Compiling hyper-rustls v0.24.2 |
1681 | 2023-12-13T04:16:29.583Z | Compiling md-5 v0.10.5 |
1682 | 2023-12-13T04:16:30.358Z | Compiling reqwest v0.11.22 |
1683 | 2023-12-13T04:16:30.954Z | Compiling spki v0.7.2 |
1684 | 2023-12-13T04:16:31.302Z | Compiling stringprep v0.1.3 |
1685 | 2023-12-13T04:16:31.527Z | Compiling serde_repr v0.1.16 |
1686 | 2023-12-13T04:16:32.560Z | Compiling hash32 v0.2.1 |
1687 | 2023-12-13T04:16:32.877Z | Compiling fallible-iterator v0.2.0 |
1688 | 2023-12-13T04:16:33.153Z | Compiling stable_deref_trait v1.2.0 |
1689 | 2023-12-13T04:16:34.043Z | Compiling postgres-protocol v0.6.6 |
1690 | 2023-12-13T04:16:34.075Z | Compiling pkcs8 v0.10.2 |
1691 | 2023-12-13T04:16:34.451Z | Compiling terminal_size v0.2.6 |
1692 | 2023-12-13T04:16:34.953Z | Compiling phf_shared v0.11.2 |
1693 | 2023-12-13T04:16:34.973Z | Compiling ff v0.13.0 |
1694 | 2023-12-13T04:16:35.308Z | Compiling block-padding v0.3.3 |
1695 | 2023-12-13T04:16:35.442Z | Compiling scheduled-thread-pool v0.2.7 |
1696 | 2023-12-13T04:16:35.484Z | Compiling managed v0.8.0 |
1697 | 2023-12-13T04:16:35.680Z | Compiling base16ct v0.2.0 |
1698 | 2023-12-13T04:16:36.190Z | Compiling num_threads v0.1.6 |
1699 | 2023-12-13T04:16:36.220Z | Compiling matches v0.1.10 |
1700 | 2023-12-13T04:16:36.354Z | Compiling deranged v0.3.8 |
1701 | 2023-12-13T04:16:36.373Z | Compiling regex-automata v0.1.10 |
1702 | 2023-12-13T04:16:36.485Z | Compiling clap_builder v4.4.2 |
1703 | 2023-12-13T04:16:36.968Z | Compiling idna v0.2.3 |
1704 | 2023-12-13T04:16:37.546Z | Compiling bstr v0.2.17 |
1705 | 2023-12-13T04:16:39.241Z | Compiling time v0.3.27 |
1706 | 2023-12-13T04:16:39.560Z | Compiling sec1 v0.7.3 |
1707 | 2023-12-13T04:16:39.739Z | Compiling r2d2 v0.8.10 |
1708 | 2023-12-13T04:16:40.324Z | Compiling inout v0.1.3 |
1709 | 2023-12-13T04:16:40.455Z | Compiling phf v0.11.2 |
1710 | 2023-12-13T04:16:40.773Z | Compiling group v0.13.0 |
1711 | 2023-12-13T04:16:40.909Z | Compiling postgres-types v0.2.6 |
1712 | 2023-12-13T04:16:41.216Z | Compiling bzip2 v0.4.4 |
1713 | 2023-12-13T04:16:41.717Z | Compiling hubpack v0.1.2 |
1714 | 2023-12-13T04:16:41.836Z | Compiling hkdf v0.12.3 |
1715 | 2023-12-13T04:16:42.188Z | Compiling pin-project v1.1.3 |
1716 | 2023-12-13T04:16:42.568Z | Compiling zerocopy v0.6.4 |
1717 | 2023-12-13T04:16:43.447Z | Compiling ipnetwork v0.20.0 |
1718 | 2023-12-13T04:16:44.159Z | Compiling crypto-bigint v0.5.2 |
1719 | 2023-12-13T04:16:44.847Z | Compiling itertools v0.11.0 |
1720 | 2023-12-13T04:16:46.329Z | Compiling futures-executor v0.3.29 |
1721 | 2023-12-13T04:16:48.417Z | Compiling float-cmp v0.9.0 |
1722 | 2023-12-13T04:16:48.752Z | Compiling data-encoding v2.4.0 |
1723 | 2023-12-13T04:16:49.255Z | Compiling static_assertions v1.1.0 |
1724 | 2023-12-13T04:16:49.422Z | Compiling predicates-core v1.0.6 |
1725 | 2023-12-13T04:16:49.790Z | Compiling whoami v1.4.1 |
1726 | 2023-12-13T04:16:49.846Z | Compiling regex-automata v0.3.8 |
1727 | 2023-12-13T04:16:49.943Z | Compiling normalize-line-endings v0.3.0 |
1728 | 2023-12-13T04:16:50.357Z | Compiling difflib v0.4.0 |
1729 | 2023-12-13T04:16:50.758Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-12-13T04:16:52.734Z | Compiling bstr v1.6.0 |
1731 | 2023-12-13T04:16:52.935Z | Compiling predicates v3.0.4 |
1732 | 2023-12-13T04:16:52.991Z | Compiling trust-dns-proto v0.22.0 |
1733 | 2023-12-13T04:16:54.011Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1734 | 2023-12-13T04:16:54.255Z | Compiling diesel v2.1.4 |
1735 | 2023-12-13T04:16:55.279Z | Compiling elliptic-curve v0.13.8 |
1736 | 2023-12-13T04:16:55.752Z | Compiling futures v0.3.29 |
1737 | 2023-12-13T04:16:55.915Z | Compiling yasna v0.5.2 |
1738 | 2023-12-13T04:16:56.470Z | Compiling clap v4.4.3 |
1739 | 2023-12-13T04:16:56.489Z | Compiling snafu v0.7.5 |
1740 | 2023-12-13T04:16:56.604Z | Compiling zip v0.6.6 |
1741 | 2023-12-13T04:16:57.924Z | Compiling cipher v0.4.4 |
1742 | 2023-12-13T04:16:58.770Z | Compiling similar v2.3.0 |
1743 | 2023-12-13T04:16:59.230Z | Compiling usdt v0.3.5 |
1744 | 2023-12-13T04:16:59.336Z | Compiling tokio-stream v0.1.14 |
1745 | 2023-12-13T04:16:59.406Z | Compiling console v0.15.7 |
1746 | 2023-12-13T04:17:00.915Z | Checking unicode-ident v1.0.12 |
1747 | 2023-12-13T04:17:01.131Z | Checking hashbrown v0.14.2 |
1748 | 2023-12-13T04:17:01.164Z | Checking equivalent v1.0.1 |
1749 | 2023-12-13T04:17:02.989Z | Checking proc-macro2 v1.0.69 |
1750 | 2023-12-13T04:17:04.240Z | Checking quote v1.0.33 |
1751 | 2023-12-13T04:17:06.326Z | Checking utf8parse v0.2.1 |
1752 | 2023-12-13T04:17:07.586Z | Checking anstyle v1.0.2 |
1753 | 2023-12-13T04:17:09.839Z | Checking io-lifetimes v1.0.11 |
1754 | 2023-12-13T04:17:14.121Z | Checking anstyle-parse v0.2.1 |
1755 | 2023-12-13T04:17:16.977Z | Checking anstyle-query v1.0.0 |
1756 | 2023-12-13T04:17:17.304Z | Checking colorchoice v1.0.0 |
1757 | 2023-12-13T04:17:17.497Z | Checking anstream v0.5.0 |
1758 | 2023-12-13T04:17:17.969Z | Checking strsim v0.10.0 |
1759 | 2023-12-13T04:17:17.983Z | Checking clap_lex v0.5.1 |
1760 | 2023-12-13T04:17:19.449Z | Checking winnow v0.5.15 |
1761 | 2023-12-13T04:17:25.816Z | Compiling serde_tokenstream v0.2.0 |
1762 | 2023-12-13T04:17:29.352Z | Compiling regress v0.7.1 |
1763 | 2023-12-13T04:17:35.111Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1764 | 2023-12-13T04:17:43.463Z | Compiling getopts v0.2.21 |
1765 | 2023-12-13T04:17:43.538Z | Compiling unsafe-libyaml v0.2.9 |
1766 | 2023-12-13T04:17:45.177Z | Checking heck v0.4.1 |
1767 | 2023-12-13T04:17:45.461Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1768 | 2023-12-13T04:17:45.894Z | Compiling serde_yaml v0.9.25 |
1769 | 2023-12-13T04:17:47.218Z | Compiling ident_case v1.0.1 |
1770 | 2023-12-13T04:17:47.373Z | Checking fastrand v2.0.0 |
1771 | 2023-12-13T04:17:47.471Z | Checking match_cfg v0.1.0 |
1772 | 2023-12-13T04:17:47.581Z | Checking hostname v0.3.1 |
1773 | 2023-12-13T04:17:47.753Z | Checking camino v1.1.6 |
1774 | 2023-12-13T04:17:47.816Z | Checking tempfile v3.8.1 |
1775 | 2023-12-13T04:17:48.331Z | Checking atty v0.2.14 |
1776 | 2023-12-13T04:17:48.490Z | Compiling paste v1.0.14 |
1777 | 2023-12-13T04:17:48.638Z | Checking quick-error v1.2.3 |
1778 | 2023-12-13T04:17:48.644Z | Checking crossbeam-channel v0.5.8 |
1779 | 2023-12-13T04:17:48.835Z | Checking sha1 v0.10.6 |
1780 | 2023-12-13T04:17:49.259Z | Checking dirs-sys-next v0.1.2 |
1781 | 2023-12-13T04:17:49.511Z | Checking dirs-next v2.0.0 |
1782 | 2023-12-13T04:17:49.696Z | Checking thread_local v1.1.7 |
1783 | 2023-12-13T04:17:49.792Z | Checking instant v0.1.12 |
1784 | 2023-12-13T04:17:49.941Z | Compiling slog-async v2.8.0 |
1785 | 2023-12-13T04:17:50.106Z | Checking term v0.7.0 |
1786 | 2023-12-13T04:17:50.755Z | Compiling multer v2.1.0 |
1787 | 2023-12-13T04:17:50.791Z | Checking take_mut v0.2.2 |
1788 | 2023-12-13T04:17:50.993Z | Checking debug-ignore v1.0.5 |
1789 | 2023-12-13T04:17:51.252Z | Checking slog-term v2.9.0 |
1790 | 2023-12-13T04:17:51.293Z | Compiling darling_core v0.20.3 |
1791 | 2023-12-13T04:17:51.612Z | Checking slog-json v2.6.1 |
1792 | 2023-12-13T04:17:52.004Z | Compiling async-stream-impl v0.3.5 |
1793 | 2023-12-13T04:17:52.033Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1794 | 2023-12-13T04:17:52.472Z | Checking atomic-waker v1.1.1 |
1795 | 2023-12-13T04:17:52.653Z | Checking waitgroup v0.1.2 |
1796 | 2023-12-13T04:17:52.918Z | Checking slog-bunyan v2.4.0 |
1797 | 2023-12-13T04:17:53.207Z | Checking toml v0.8.8 |
1798 | 2023-12-13T04:17:53.622Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1799 | 2023-12-13T04:17:54.066Z | Checking serde_path_to_error v0.1.14 |
1800 | 2023-12-13T04:17:54.296Z | Checking async-stream v0.3.5 |
1801 | 2023-12-13T04:17:54.349Z | Checking strum v0.25.0 |
1802 | 2023-12-13T04:17:54.570Z | Compiling structmeta-derive v0.2.0 |
1803 | 2023-12-13T04:17:54.574Z | Checking wait-timeout v0.2.0 |
1804 | 2023-12-13T04:17:54.844Z | Checking rusty-fork v0.3.0 |
1805 | 2023-12-13T04:17:55.036Z | Checking rand_xorshift v0.3.0 |
1806 | 2023-12-13T04:17:55.271Z | Checking unarray v0.1.4 |
1807 | 2023-12-13T04:17:55.289Z | Compiling regex-syntax v0.7.5 |
1808 | 2023-12-13T04:17:55.478Z | Checking proptest v1.4.0 |
1809 | 2023-12-13T04:17:59.743Z | Compiling structmeta v0.2.0 |
1810 | 2023-12-13T04:18:00.420Z | Checking backoff v0.4.0 |
1811 | 2023-12-13T04:18:00.850Z | Compiling test-strategy v0.3.1 |
1812 | 2023-12-13T04:18:01.601Z | Compiling darling_macro v0.20.3 |
1813 | 2023-12-13T04:18:02.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1814 | 2023-12-13T04:18:02.682Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1815 | 2023-12-13T04:18:02.902Z | Checking macaddr v1.0.1 |
1816 | 2023-12-13T04:18:02.926Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1817 | 2023-12-13T04:18:03.246Z | Compiling darling v0.20.3 |
1818 | 2023-12-13T04:18:03.421Z | Compiling serde_with_macros v3.4.0 |
1819 | 2023-12-13T04:18:03.463Z | Checking camino-tempfile v1.1.1 |
1820 | 2023-12-13T04:18:03.492Z | Checking is-terminal v0.4.9 |
1821 | 2023-12-13T04:18:03.659Z | Compiling proc-macro-error-attr v1.0.4 |
1822 | 2023-12-13T04:18:03.880Z | Compiling proc-macro-error v1.0.4 |
1823 | 2023-12-13T04:18:04.162Z | Compiling proc-macro-crate v1.3.1 |
1824 | 2023-12-13T04:18:04.531Z | Checking termtree v0.4.1 |
1825 | 2023-12-13T04:18:04.832Z | Checking predicates-tree v1.0.9 |
1826 | 2023-12-13T04:18:05.036Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2023-12-13T04:18:05.546Z | Compiling smoltcp v0.10.0 |
1828 | 2023-12-13T04:18:05.930Z | Compiling num_enum_derive v0.5.11 |
1829 | 2023-12-13T04:18:06.210Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1830 | 2023-12-13T04:18:06.721Z | Checking cobs v0.2.3 |
1831 | 2023-12-13T04:18:06.738Z | Compiling crucible-workspace-hack v0.1.0 |
1832 | 2023-12-13T04:18:06.981Z | Checking embedded-io v0.4.0 |
1833 | 2023-12-13T04:18:07.083Z | Compiling parse-display-derive v0.8.2 |
1834 | 2023-12-13T04:18:07.143Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1835 | 2023-12-13T04:18:07.259Z | Checking postcard v1.0.8 |
1836 | 2023-12-13T04:18:07.652Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2023-12-13T04:18:07.851Z | Checking serde_with v3.4.0 |
1838 | 2023-12-13T04:18:08.655Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1839 | 2023-12-13T04:18:08.935Z | Checking foreign-types-shared v0.3.1 |
1840 | 2023-12-13T04:18:09.083Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1841 | 2023-12-13T04:18:09.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1842 | 2023-12-13T04:18:09.802Z | Checking foreign-types v0.5.0 |
1843 | 2023-12-13T04:18:10.139Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1844 | 2023-12-13T04:18:10.186Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1845 | 2023-12-13T04:18:10.593Z | Checking num_enum v0.5.11 |
1846 | 2023-12-13T04:18:10.788Z | Checking cstr-argument v0.1.2 |
1847 | 2023-12-13T04:18:11.039Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1848 | 2023-12-13T04:18:11.457Z | Checking pretty-hex v0.2.1 |
1849 | 2023-12-13T04:18:11.604Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1850 | 2023-12-13T04:18:11.678Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1851 | 2023-12-13T04:18:11.697Z | Checking colored v2.0.4 |
1852 | 2023-12-13T04:18:12.042Z | Compiling zone_cfg_derive v0.3.0 |
1853 | 2023-12-13T04:18:12.063Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1854 | 2023-12-13T04:18:12.552Z | Compiling num-derive v0.4.0 |
1855 | 2023-12-13T04:18:12.635Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1856 | 2023-12-13T04:18:13.765Z | Compiling mockall_derive v0.12.0 |
1857 | 2023-12-13T04:18:14.517Z | Checking fragile v2.0.0 |
1858 | 2023-12-13T04:18:14.707Z | Checking parse-display v0.8.2 |
1859 | 2023-12-13T04:18:14.879Z | Checking downcast v0.11.0 |
1860 | 2023-12-13T04:18:14.894Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1861 | 2023-12-13T04:18:14.931Z | Checking zone v0.3.0 |
1862 | 2023-12-13T04:18:14.966Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1863 | 2023-12-13T04:18:15.142Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1864 | 2023-12-13T04:18:15.184Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1865 | 2023-12-13T04:18:15.535Z | Checking smf v0.2.2 |
1866 | 2023-12-13T04:18:16.144Z | Checking filetime v0.2.23 |
1867 | 2023-12-13T04:18:16.196Z | Checking xattr v1.0.1 |
1868 | 2023-12-13T04:18:16.436Z | Checking pem v3.0.2 |
1869 | 2023-12-13T04:18:16.465Z | Checking tar v0.4.40 |
1870 | 2023-12-13T04:18:16.495Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1871 | 2023-12-13T04:18:16.828Z | Checking linked-hash-map v0.5.6 |
1872 | 2023-12-13T04:18:17.070Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1873 | 2023-12-13T04:18:17.192Z | Checking headers-core v0.2.0 |
1874 | 2023-12-13T04:18:17.307Z | Checking lru-cache v0.1.2 |
1875 | 2023-12-13T04:18:17.373Z | Checking headers v0.3.9 |
1876 | 2023-12-13T04:18:17.479Z | Checking itertools v0.12.0 |
1877 | 2023-12-13T04:18:17.551Z | Checking password-hash v0.5.0 |
1878 | 2023-12-13T04:18:17.651Z | Checking blake2 v0.10.6 |
1879 | 2023-12-13T04:18:18.298Z | Checking swrite v0.1.0 |
1880 | 2023-12-13T04:18:18.413Z | Checking argon2 v0.5.2 |
1881 | 2023-12-13T04:18:18.432Z | Checking rcgen v0.11.3 |
1882 | 2023-12-13T04:18:18.450Z | Checking atomicwrites v0.4.2 |
1883 | 2023-12-13T04:18:18.726Z | Checking subprocess v0.2.9 |
1884 | 2023-12-13T04:18:19.257Z | Checking ciborium-io v0.2.1 |
1885 | 2023-12-13T04:18:19.368Z | Compiling cancel-safe-futures v0.1.5 |
1886 | 2023-12-13T04:18:19.401Z | Checking half v1.8.2 |
1887 | 2023-12-13T04:18:19.470Z | Checking arc-swap v1.6.0 |
1888 | 2023-12-13T04:18:19.577Z | Checking textwrap v0.11.0 |
1889 | 2023-12-13T04:18:19.888Z | Compiling heck v0.3.3 |
1890 | 2023-12-13T04:18:19.892Z | Checking ansi_term v0.12.1 |
1891 | 2023-12-13T04:18:20.036Z | Checking ciborium-ll v0.2.1 |
1892 | 2023-12-13T04:18:20.122Z | Checking slog-scope v4.4.0 |
1893 | 2023-12-13T04:18:20.382Z | Compiling libefi-sys v0.1.0 |
1894 | 2023-12-13T04:18:20.407Z | Checking vec_map v0.8.2 |
1895 | 2023-12-13T04:18:20.477Z | Checking strsim v0.8.0 |
1896 | 2023-12-13T04:18:20.523Z | Compiling structopt-derive v0.4.18 |
1897 | 2023-12-13T04:18:20.748Z | Checking ciborium v0.2.1 |
1898 | 2023-12-13T04:18:20.784Z | Checking clap v2.34.0 |
1899 | 2023-12-13T04:18:20.837Z | Checking slog-stdlog v4.1.1 |
1900 | 2023-12-13T04:18:21.697Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1901 | 2023-12-13T04:18:21.717Z | Checking slog-envlogger v2.2.0 |
1902 | 2023-12-13T04:18:22.384Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1903 | 2023-12-13T04:18:22.433Z | Compiling signal-hook v0.3.17 |
1904 | 2023-12-13T04:18:22.609Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1905 | 2023-12-13T04:18:22.819Z | Checking libsw v3.3.0 |
1906 | 2023-12-13T04:18:22.953Z | Compiling derive-where v1.2.6 |
1907 | 2023-12-13T04:18:23.215Z | Checking linear-map v1.2.0 |
1908 | 2023-12-13T04:18:23.400Z | Checking owo-colors v3.5.0 |
1909 | 2023-12-13T04:18:23.799Z | Checking resolv-conf v0.7.0 |
1910 | 2023-12-13T04:18:24.247Z | Compiling slog-dtrace v0.2.3 |
1911 | 2023-12-13T04:18:24.763Z | Checking trust-dns-resolver v0.22.0 |
1912 | 2023-12-13T04:18:25.509Z | Compiling convert_case v0.4.0 |
1913 | 2023-12-13T04:18:25.549Z | Checking structopt v0.3.26 |
1914 | 2023-12-13T04:18:26.690Z | Checking nibble_vec v0.1.0 |
1915 | 2023-12-13T04:18:26.710Z | Checking endian-type v0.1.2 |
1916 | 2023-12-13T04:18:26.965Z | Checking fxhash v0.2.1 |
1917 | 2023-12-13T04:18:27.000Z | Compiling derive_more v0.99.17 |
1918 | 2023-12-13T04:18:27.017Z | Checking radix_trie v0.2.1 |
1919 | 2023-12-13T04:18:27.255Z | Checking termcolor v1.2.0 |
1920 | 2023-12-13T04:18:27.262Z | Compiling same-file v1.0.6 |
1921 | 2023-12-13T04:18:27.586Z | Compiling radium v0.7.0 |
1922 | 2023-12-13T04:18:27.663Z | Compiling walkdir v2.4.0 |
1923 | 2023-12-13T04:18:27.719Z | Checking mockall v0.12.0 |
1924 | 2023-12-13T04:18:27.810Z | Compiling semver-parser v0.10.2 |
1925 | 2023-12-13T04:18:28.045Z | Compiling maybe-uninit v2.0.0 |
1926 | 2023-12-13T04:18:28.064Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1927 | 2023-12-13T04:18:28.292Z | Checking tap v1.0.1 |
1928 | 2023-12-13T04:18:28.917Z | Checking wyz v0.5.1 |
1929 | 2023-12-13T04:18:29.387Z | Compiling semver v0.11.0 |
1930 | 2023-12-13T04:18:29.579Z | Compiling num-rational v0.4.1 |
1931 | 2023-12-13T04:18:30.049Z | Compiling num-bigint-dig v0.8.4 |
1932 | 2023-12-13T04:18:30.357Z | Checking crc-catalog v2.2.0 |
1933 | 2023-12-13T04:18:30.499Z | Compiling home v0.5.5 |
1934 | 2023-12-13T04:18:30.535Z | Checking funty v2.0.0 |
1935 | 2023-12-13T04:18:30.552Z | Compiling packed_struct v0.10.1 |
1936 | 2023-12-13T04:18:30.657Z | Checking crc v3.0.1 |
1937 | 2023-12-13T04:18:30.873Z | Compiling toolchain_find v0.2.0 |
1938 | 2023-12-13T04:18:31.684Z | Compiling toml v0.5.11 |
1939 | 2023-12-13T04:18:31.822Z | Compiling packed_struct_codegen v0.10.1 |
1940 | 2023-12-13T04:18:32.197Z | Checking nodrop v0.1.14 |
1941 | 2023-12-13T04:18:32.289Z | Checking bitvec v1.0.1 |
1942 | 2023-12-13T04:18:32.346Z | Checking array-init v0.0.4 |
1943 | 2023-12-13T04:18:34.246Z | Compiling omicron-zone-package v0.9.1 |
1944 | 2023-12-13T04:18:34.436Z | Compiling rustfmt-wrapper v0.2.0 |
1945 | 2023-12-13T04:18:34.627Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1946 | 2023-12-13T04:18:35.138Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1947 | 2023-12-13T04:18:35.404Z | Checking smallvec v0.6.14 |
1948 | 2023-12-13T04:18:37.095Z | Checking newline-converter v0.3.0 |
1949 | 2023-12-13T04:18:37.290Z | Checking pkcs1 v0.7.5 |
1950 | 2023-12-13T04:18:37.901Z | Checking signature v2.1.0 |
1951 | 2023-12-13T04:18:38.208Z | Checking num-complex v0.4.4 |
1952 | 2023-12-13T04:18:39.724Z | Checking bitfield v0.14.0 |
1953 | 2023-12-13T04:18:40.088Z | Checking keccak v0.1.4 |
1954 | 2023-12-13T04:18:40.152Z | Checking utf-8 v0.7.6 |
1955 | 2023-12-13T04:18:40.430Z | Checking tungstenite v0.20.1 |
1956 | 2023-12-13T04:18:40.546Z | Checking sha3 v0.10.8 |
1957 | 2023-12-13T04:18:40.789Z | Checking rsa v0.9.2 |
1958 | 2023-12-13T04:18:41.099Z | Checking num v0.4.1 |
1959 | 2023-12-13T04:18:41.196Z | Checking expectorate v1.1.0 |
1960 | 2023-12-13T04:18:41.242Z | Checking serde-hex v0.1.0 |
1961 | 2023-12-13T04:18:41.408Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1962 | 2023-12-13T04:18:41.721Z | Checking env_logger v0.10.0 |
1963 | 2023-12-13T04:18:41.764Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1964 | 2023-12-13T04:18:41.866Z | Checking x509-cert v0.2.4 |
1965 | 2023-12-13T04:18:42.276Z | Checking ron v0.8.1 |
1966 | 2023-12-13T04:18:42.415Z | Checking secrecy v0.8.0 |
1967 | 2023-12-13T04:18:42.737Z | Checking crc-any v2.4.3 |
1968 | 2023-12-13T04:18:43.035Z | Checking tokio-tungstenite v0.20.1 |
1969 | 2023-12-13T04:18:43.336Z | Checking signal-hook-mio v0.2.3 |
1970 | 2023-12-13T04:18:43.532Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1971 | 2023-12-13T04:18:43.565Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1972 | 2023-12-13T04:18:43.709Z | Checking object v0.30.4 |
1973 | 2023-12-13T04:18:44.402Z | Checking path-slash v0.1.5 |
1974 | 2023-12-13T04:18:44.415Z | Compiling buf-list v1.0.3 |
1975 | 2023-12-13T04:18:44.415Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1976 | 2023-12-13T04:18:44.462Z | Checking glob v0.3.1 |
1977 | 2023-12-13T04:18:44.491Z | Compiling parking_lot_core v0.8.6 |
1978 | 2023-12-13T04:18:44.914Z | Checking display-error-chain v0.2.0 |
1979 | 2023-12-13T04:18:45.107Z | Checking trust-dns-client v0.22.0 |
1980 | 2023-12-13T04:18:45.614Z | Checking pretty-hex v0.4.0 |
1981 | 2023-12-13T04:18:45.718Z | Checking parking_lot v0.11.2 |
1982 | 2023-12-13T04:18:45.860Z | Compiling vte_generate_state_changes v0.1.1 |
1983 | 2023-12-13T04:18:46.240Z | Checking sled v0.34.7 |
1984 | 2023-12-13T04:18:46.887Z | Compiling semver v0.1.20 |
1985 | 2023-12-13T04:18:47.059Z | Checking arrayvec v0.5.2 |
1986 | 2023-12-13T04:18:47.089Z | Checking trust-dns-server v0.22.1 |
1987 | 2023-12-13T04:18:47.799Z | Checking vte v0.10.1 |
1988 | 2023-12-13T04:18:48.059Z | Compiling rustc_version v0.1.7 |
1989 | 2023-12-13T04:18:48.305Z | Checking fd-lock v3.0.13 |
1990 | 2023-12-13T04:18:48.567Z | Checking crossterm v0.26.1 |
1991 | 2023-12-13T04:18:48.833Z | Compiling newtype_derive v0.1.6 |
1992 | 2023-12-13T04:18:49.278Z | Checking crossbeam-deque v0.8.3 |
1993 | 2023-12-13T04:18:49.742Z | Compiling unicase v2.7.0 |
1994 | 2023-12-13T04:18:50.203Z | Compiling rayon-core v1.12.0 |
1995 | 2023-12-13T04:18:50.272Z | Checking strip-ansi-escapes v0.1.1 |
1996 | 2023-12-13T04:18:50.459Z | Checking nu-ansi-term v0.49.0 |
1997 | 2023-12-13T04:18:50.609Z | Compiling platforms v3.0.2 |
1998 | 2023-12-13T04:18:51.288Z | Checking reedline v0.22.0 |
1999 | 2023-12-13T04:18:51.305Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2000 | 2023-12-13T04:18:51.484Z | Compiling memoffset v0.7.1 |
2001 | 2023-12-13T04:18:51.958Z | Checking steno v0.4.0 |
2002 | 2023-12-13T04:18:52.130Z | Compiling curve25519-dalek v4.1.1 |
2003 | 2023-12-13T04:18:52.257Z | Checking rayon v1.8.0 |
2004 | 2023-12-13T04:18:52.740Z | Checking globset v0.4.13 |
2005 | 2023-12-13T04:18:53.070Z | Checking olpc-cjson v0.1.3 |
2006 | 2023-12-13T04:18:53.346Z | Checking serde_plain v1.0.2 |
2007 | 2023-12-13T04:18:53.567Z | Compiling async-recursion v1.0.5 |
2008 | 2023-12-13T04:18:53.731Z | Checking typed-path v0.7.0 |
2009 | 2023-12-13T04:18:54.330Z | Compiling mime_guess v2.0.4 |
2010 | 2023-12-13T04:18:54.576Z | Checking universal-hash v0.5.1 |
2011 | 2023-12-13T04:18:54.827Z | Compiling thiserror-impl-no-std v2.0.2 |
2012 | 2023-12-13T04:18:55.362Z | Compiling curve25519-dalek-derive v0.1.0 |
2013 | 2023-12-13T04:18:55.760Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2014 | 2023-12-13T04:18:56.248Z | Checking signature v1.6.4 |
2015 | 2023-12-13T04:18:56.430Z | Checking opaque-debug v0.3.0 |
2016 | 2023-12-13T04:18:56.537Z | Compiling salty v0.2.0 |
2017 | 2023-12-13T04:18:56.553Z | Checking poly1305 v0.8.0 |
2018 | 2023-12-13T04:18:56.803Z | Checking tough v0.16.0 |
2019 | 2023-12-13T04:18:57.332Z | Checking ed25519 v1.5.3 |
2020 | 2023-12-13T04:18:57.431Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2021 | 2023-12-13T04:18:58.021Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2022 | 2023-12-13T04:18:58.497Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2023 | 2023-12-13T04:18:58.802Z | Checking chacha20 v0.9.1 |
2024 | 2023-12-13T04:18:58.864Z | Checking aead v0.5.2 |
2025 | 2023-12-13T04:18:59.271Z | Checking serde-big-array v0.5.1 |
2026 | 2023-12-13T04:18:59.335Z | Checking kstat-rs v0.2.3 |
2027 | 2023-12-13T04:18:59.536Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2028 | 2023-12-13T04:18:59.548Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2029 | 2023-12-13T04:18:59.820Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2030 | 2023-12-13T04:18:59.826Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2031 | 2023-12-13T04:19:00.407Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2032 | 2023-12-13T04:19:00.899Z | Checking thiserror-no-std v2.0.2 |
2033 | 2023-12-13T04:19:01.054Z | Checking bytecount v0.6.3 |
2034 | 2023-12-13T04:19:01.096Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2035 | 2023-12-13T04:19:01.319Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2036 | 2023-12-13T04:19:02.137Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2037 | 2023-12-13T04:19:03.454Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2038 | 2023-12-13T04:19:03.715Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2039 | 2023-12-13T04:19:04.881Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2040 | 2023-12-13T04:19:05.306Z | Checking papergrid v0.10.0 |
2041 | 2023-12-13T04:19:06.146Z | Checking vsss-rs v3.3.2 |
2042 | 2023-12-13T04:19:07.535Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2043 | 2023-12-13T04:19:08.040Z | Checking chacha20poly1305 v0.10.1 |
2044 | 2023-12-13T04:19:09.461Z | Checking signal-hook-tokio v0.3.1 |
2045 | 2023-12-13T04:19:09.711Z | Compiling tabled_derive v0.6.0 |
2046 | 2023-12-13T04:19:09.889Z | Checking nix v0.26.4 |
2047 | 2023-12-13T04:19:09.944Z | Checking serde-big-array v0.4.1 |
2048 | 2023-12-13T04:19:10.170Z | Compiling sqlparser_derive v0.1.1 |
2049 | 2023-12-13T04:19:11.987Z | Checking unicode_categories v0.1.1 |
2050 | 2023-12-13T04:19:12.340Z | Checking sqlparser v0.36.1 |
2051 | 2023-12-13T04:19:12.473Z | Checking sqlformat v0.2.3 |
2052 | 2023-12-13T04:19:13.123Z | Checking rustyline v12.0.0 |
2053 | 2023-12-13T04:19:13.993Z | Checking tabled v0.14.0 |
2054 | 2023-12-13T04:19:14.927Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2055 | 2023-12-13T04:19:15.858Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2056 | 2023-12-13T04:19:16.565Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2057 | 2023-12-13T04:19:22.493Z | Checking bcs v0.1.6 |
2058 | 2023-12-13T04:19:22.803Z | Checking corncobs v0.1.3 |
2059 | 2023-12-13T04:19:22.803Z | Checking highway v1.1.0 |
2060 | 2023-12-13T04:19:22.804Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2061 | 2023-12-13T04:19:22.804Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2062 | 2023-12-13T04:19:22.804Z | Compiling crunchy v0.2.2 |
2063 | 2023-12-13T04:19:23.048Z | Checking http-range v0.1.5 |
2064 | 2023-12-13T04:19:23.048Z | Compiling portable-atomic v1.4.3 |
2065 | 2023-12-13T04:19:23.048Z | Checking hyper-staticfile v0.9.5 |
2066 | 2023-12-13T04:19:23.048Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2067 | 2023-12-13T04:19:23.048Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2068 | 2023-12-13T04:19:23.048Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2069 | 2023-12-13T04:19:23.496Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2070 | 2023-12-13T04:19:23.687Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2071 | 2023-12-13T04:19:24.558Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2072 | 2023-12-13T04:19:24.798Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2073 | 2023-12-13T04:19:25.082Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2074 | 2023-12-13T04:19:25.951Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2075 | 2023-12-13T04:19:26.698Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2076 | 2023-12-13T04:19:27.355Z | Compiling clang-sys v1.6.1 |
2077 | 2023-12-13T04:19:28.667Z | Compiling tiny-keccak v2.0.2 |
2078 | 2023-12-13T04:19:29.108Z | Compiling prettyplease v0.2.12 |
2079 | 2023-12-13T04:19:29.274Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2080 | 2023-12-13T04:19:29.551Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2081 | 2023-12-13T04:19:29.692Z | Checking assert_matches v1.5.0 |
2082 | 2023-12-13T04:19:31.714Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2083 | 2023-12-13T04:19:33.313Z | Compiling darling_core v0.14.4 |
2084 | 2023-12-13T04:19:33.694Z | Checking number_prefix v0.4.0 |
2085 | 2023-12-13T04:19:34.389Z | Checking humantime v2.1.0 |
2086 | 2023-12-13T04:19:34.395Z | Checking indicatif v0.17.7 |
2087 | 2023-12-13T04:19:35.459Z | Compiling ascii-canvas v3.0.0 |
2088 | 2023-12-13T04:19:35.649Z | Compiling ena v0.14.2 |
2089 | 2023-12-13T04:19:36.292Z | Compiling libloading v0.7.4 |
2090 | 2023-12-13T04:19:36.308Z | Compiling diff v0.1.13 |
2091 | 2023-12-13T04:19:37.287Z | Compiling regex-syntax v0.6.29 |
2092 | 2023-12-13T04:19:37.397Z | Compiling bindgen v0.65.1 |
2093 | 2023-12-13T04:19:42.604Z | Compiling lalrpop v0.19.12 |
2094 | 2023-12-13T04:19:43.512Z | Compiling darling_macro v0.14.4 |
2095 | 2023-12-13T04:19:45.280Z | Compiling darling v0.14.4 |
2096 | 2023-12-13T04:19:47.178Z | Compiling cexpr v0.6.0 |
2097 | 2023-12-13T04:19:47.305Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2098 | 2023-12-13T04:19:47.611Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2099 | 2023-12-13T04:19:48.634Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2100 | 2023-12-13T04:19:48.847Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2101 | 2023-12-13T04:19:50.041Z | Compiling which v4.4.0 |
2102 | 2023-12-13T04:19:50.276Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2103 | 2023-12-13T04:19:50.881Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2104 | 2023-12-13T04:19:52.673Z | Compiling ref-cast v1.0.20 |
2105 | 2023-12-13T04:19:52.964Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2106 | 2023-12-13T04:19:53.457Z | Compiling rustc-hash v1.1.0 |
2107 | 2023-12-13T04:19:53.660Z | Checking maplit v1.0.2 |
2108 | 2023-12-13T04:19:53.816Z | Compiling peeking_take_while v0.1.2 |
2109 | 2023-12-13T04:19:54.002Z | Compiling lazycell v1.3.0 |
2110 | 2023-12-13T04:19:54.242Z | Compiling shlex v1.1.0 |
2111 | 2023-12-13T04:19:54.782Z | Compiling derive_builder_core v0.12.0 |
2112 | 2023-12-13T04:19:56.140Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2113 | 2023-12-13T04:19:56.559Z | Compiling ref-cast-impl v1.0.20 |
2114 | 2023-12-13T04:19:57.065Z | Compiling libxml v0.3.3 |
2115 | 2023-12-13T04:19:57.664Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2116 | 2023-12-13T04:19:58.343Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2117 | 2023-12-13T04:19:58.733Z | Compiling strum_macros v0.24.3 |
2118 | 2023-12-13T04:19:58.783Z | Compiling derive_builder_macro v0.12.0 |
2119 | 2023-12-13T04:20:00.136Z | Compiling fs-err v2.11.0 |
2120 | 2023-12-13T04:20:00.585Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2121 | 2023-12-13T04:20:00.806Z | Compiling cookie v0.18.0 |
2122 | 2023-12-13T04:20:01.080Z | Compiling indoc v1.0.9 |
2123 | 2023-12-13T04:20:01.650Z | Checking derive_builder v0.12.0 |
2124 | 2023-12-13T04:20:01.952Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2125 | 2023-12-13T04:20:02.711Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2126 | 2023-12-13T04:20:04.801Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2127 | 2023-12-13T04:20:04.990Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2128 | 2023-12-13T04:20:05.285Z | Checking bb8 v0.8.1 |
2129 | 2023-12-13T04:20:05.423Z | Checking quick-xml v0.23.1 |
2130 | 2023-12-13T04:20:06.016Z | Compiling impl-trait-for-tuples v0.2.2 |
2131 | 2023-12-13T04:20:06.402Z | Compiling oso-derive v0.27.0 |
2132 | 2023-12-13T04:20:06.709Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2133 | 2023-12-13T04:20:07.186Z | Checking smawk v0.3.1 |
2134 | 2023-12-13T04:20:07.294Z | Checking unicode-linebreak v0.1.5 |
2135 | 2023-12-13T04:20:07.489Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2136 | 2023-12-13T04:20:11.309Z | Checking textwrap v0.16.0 |
2137 | 2023-12-13T04:20:11.485Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2138 | 2023-12-13T04:20:11.485Z | Checking bytesize v1.3.0 |
2139 | 2023-12-13T04:20:11.485Z | Checking is_ci v1.1.1 |
2140 | 2023-12-13T04:20:11.485Z | Checking supports-color v2.1.0 |
2141 | 2023-12-13T04:20:11.485Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2142 | 2023-12-13T04:20:11.486Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2143 | 2023-12-13T04:20:11.566Z | Checking crossterm v0.27.0 |
2144 | 2023-12-13T04:20:11.566Z | Compiling indoc v2.0.3 |
2145 | 2023-12-13T04:20:11.566Z | Checking cassowary v0.3.0 |
2146 | 2023-12-13T04:20:11.566Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2147 | 2023-12-13T04:20:11.615Z | Checking rtoolbox v0.0.1 |
2148 | 2023-12-13T04:20:11.733Z | Checking ratatui v0.23.0 |
2149 | 2023-12-13T04:20:11.792Z | Checking rpassword v7.3.1 |
2150 | 2023-12-13T04:20:11.997Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2151 | 2023-12-13T04:20:13.277Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2152 | 2023-12-13T04:20:13.731Z | Checking shell-words v1.1.0 |
2153 | 2023-12-13T04:20:13.995Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2154 | 2023-12-13T04:20:15.108Z | Checking fatfs v0.3.6 |
2155 | 2023-12-13T04:20:15.736Z | Checking tui-tree-widget v0.13.0 |
2156 | 2023-12-13T04:20:16.181Z | Checking yansi v0.5.1 |
2157 | 2023-12-13T04:20:16.461Z | Compiling target-lexicon v0.12.12 |
2158 | 2023-12-13T04:20:16.622Z | Checking pretty_assertions v1.4.0 |
2159 | 2023-12-13T04:20:16.859Z | Compiling guppy-workspace-hack v0.1.0 |
2160 | 2023-12-13T04:20:16.905Z | Checking plotters-backend v0.3.5 |
2161 | 2023-12-13T04:20:17.325Z | Checking rand v0.4.6 |
2162 | 2023-12-13T04:20:17.466Z | Checking plotters-svg v0.3.5 |
2163 | 2023-12-13T04:20:17.796Z | Compiling target-spec v3.0.1 |
2164 | 2023-12-13T04:20:18.656Z | Checking cast v0.3.0 |
2165 | 2023-12-13T04:20:18.789Z | Checking remove_dir_all v0.5.3 |
2166 | 2023-12-13T04:20:18.915Z | Checking cfg-expr v0.15.5 |
2167 | 2023-12-13T04:20:18.981Z | Checking tempdir v0.3.7 |
2168 | 2023-12-13T04:20:19.134Z | Checking criterion-plot v0.5.0 |
2169 | 2023-12-13T04:20:19.568Z | Checking plotters v0.3.5 |
2170 | 2023-12-13T04:20:20.039Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2171 | 2023-12-13T04:20:20.276Z | Checking tinytemplate v1.2.1 |
2172 | 2023-12-13T04:20:20.535Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2173 | 2023-12-13T04:20:21.382Z | Checking cargo-platform v0.1.3 |
2174 | 2023-12-13T04:20:21.845Z | Checking oorandom v11.1.3 |
2175 | 2023-12-13T04:20:22.041Z | Checking anes v0.1.6 |
2176 | 2023-12-13T04:20:22.195Z | Checking cargo_metadata v0.18.1 |
2177 | 2023-12-13T04:20:22.594Z | Checking criterion v0.5.1 |
2178 | 2023-12-13T04:20:25.531Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2179 | 2023-12-13T04:20:25.674Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2180 | 2023-12-13T04:20:26.630Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2181 | 2023-12-13T04:20:27.337Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2182 | 2023-12-13T04:20:27.515Z | Checking assert_cmd v2.0.12 |
2183 | 2023-12-13T04:20:28.048Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2184 | 2023-12-13T04:20:30.530Z | Checking pathdiff v0.2.1 |
2185 | 2023-12-13T04:20:30.738Z | Checking nested v0.1.1 |
2186 | 2023-12-13T04:20:31.030Z | Checking guppy v0.17.4 |
2187 | 2023-12-13T04:20:34.690Z | Checking threadpool v1.8.1 |
2188 | 2023-12-13T04:20:34.960Z | Checking nanorand v0.7.0 |
2189 | 2023-12-13T04:20:35.547Z | Checking topological-sort v0.2.2 |
2190 | 2023-12-13T04:20:35.819Z | Checking flume v0.11.0 |
2191 | 2023-12-13T04:20:35.843Z | Checking libtest-mimic v0.6.1 |
2192 | 2023-12-13T04:20:36.493Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2193 | 2023-12-13T04:20:36.617Z | Checking httptest v0.15.5 |
2194 | 2023-12-13T04:20:37.248Z | Checking similar-asserts v1.5.0 |
2195 | 2023-12-13T04:20:37.252Z | Compiling rstest_macros v0.18.2 |
2196 | 2023-12-13T04:20:37.808Z | Compiling crossbeam-queue v0.3.8 |
2197 | 2023-12-13T04:20:38.168Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2198 | 2023-12-13T04:20:38.574Z | Checking datatest-stable v0.2.3 |
2199 | 2023-12-13T04:20:38.893Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2200 | 2023-12-13T04:20:40.043Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2201 | 2023-12-13T04:20:40.169Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2202 | 2023-12-13T04:20:41.107Z | Checking arrayvec v0.7.4 |
2203 | 2023-12-13T04:20:41.261Z | Checking constant_time_eq v0.2.6 |
2204 | 2023-12-13T04:20:41.428Z | Compiling trybuild v1.0.85 |
2205 | 2023-12-13T04:20:41.593Z | Checking arrayref v0.3.7 |
2206 | 2023-12-13T04:20:41.700Z | Compiling relative-path v1.9.0 |
2207 | 2023-12-13T04:20:41.762Z | Checking blake2b_simd v1.0.1 |
2208 | 2023-12-13T04:20:42.995Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2209 | 2023-12-13T04:20:43.128Z | Checking basic-toml v0.1.4 |
2210 | 2023-12-13T04:20:44.514Z | Checking constant_time_eq v0.3.0 |
2211 | 2023-12-13T04:20:44.686Z | Checking futures-timer v3.0.2 |
2212 | 2023-12-13T04:20:45.125Z | Checking rust-argon2 v1.0.1 |
2213 | 2023-12-13T04:20:48.048Z | Checking crossbeam v0.8.2 |
2214 | 2023-12-13T04:20:48.500Z | Checking partial-io v0.5.4 |
2215 | 2023-12-13T04:20:49.058Z | Checking approx v0.5.1 |
2216 | 2023-12-13T04:20:49.377Z | Checking termios v0.3.3 |
2217 | 2023-12-13T04:20:49.676Z | Checking hex-literal v0.4.1 |
2218 | 2023-12-13T04:20:58.840Z | Checking rstest v0.18.2 |
2219 | 2023-12-13T04:21:02.024Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2220 | 2023-12-13T04:21:05.135Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2221 | 2023-12-13T04:22:10.656Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2222 | 2023-12-13T04:22:12.333Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2223 | 2023-12-13T04:22:21.089Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2224 | 2023-12-13T04:22:28.192Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2225 | 2023-12-13T04:22:53.311Z | Compiling polar-core v0.27.0 |
2226 | 2023-12-13T04:23:04.245Z | Checking oso v0.27.0 |
2227 | 2023-12-13T04:23:43.662Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2228 | 2023-12-13T04:25:09.457Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 18s |
2229 | 2023-12-13T04:25:09.675Z | |
2230 | 2023-12-13T04:25:09.675Z | real 11:15.742078963 |
2231 | 2023-12-13T04:25:09.675Z | user 1:01:26.404377562 |
2232 | 2023-12-13T04:25:09.678Z | sys 7:45.234577112 |
2233 | 2023-12-13T04:25:09.679Z | trap 2.148903198 |
2234 | 2023-12-13T04:25:09.679Z | tflt 4.885419772 |
2235 | 2023-12-13T04:25:09.679Z | dflt 5.388999416 |
2236 | 2023-12-13T04:25:09.679Z | kflt 0.033323066 |
2237 | 2023-12-13T04:25:09.679Z | lock 1:36:58.555132167 |
2238 | 2023-12-13T04:25:09.679Z | slp 3:01:46.041377484 |
2239 | 2023-12-13T04:25:09.679Z | lat 2:08.172024431 |
2240 | 2023-12-13T04:25:09.679Z | stop 4:40.885072925 |
2241 | 2023-12-13T04:25:10.895Z | warning: output filename collision. |
2242 | 2023-12-13T04:25:10.895Z | 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)`. |
2243 | 2023-12-13T04:25:10.895Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2244 | 2023-12-13T04:25:10.895Z | The targets should have unique names. |
2245 | 2023-12-13T04:25:10.895Z | This is a known bug where multiple crates with the same name use |
2246 | 2023-12-13T04:25:10.895Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2247 | 2023-12-13T04:25:10.902Z | warning: output filename collision. |
2248 | 2023-12-13T04:25:10.902Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2249 | 2023-12-13T04:25:10.902Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2250 | 2023-12-13T04:25:10.902Z | The targets should have unique names. |
2251 | 2023-12-13T04:25:10.902Z | This is a known bug where multiple crates with the same name use |
2252 | 2023-12-13T04:25:10.902Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2253 | 2023-12-13T04:25:10.902Z | warning: output filename collision. |
2254 | 2023-12-13T04:25:10.902Z | 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)`. |
2255 | 2023-12-13T04:25:10.902Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2256 | 2023-12-13T04:25:10.902Z | The targets should have unique names. |
2257 | 2023-12-13T04:25:10.902Z | This is a known bug where multiple crates with the same name use |
2258 | 2023-12-13T04:25:10.902Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2259 | 2023-12-13T04:25:10.902Z | warning: output filename collision. |
2260 | 2023-12-13T04:25:10.903Z | 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)`. |
2261 | 2023-12-13T04:25:10.903Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2262 | 2023-12-13T04:25:10.903Z | The targets should have unique names. |
2263 | 2023-12-13T04:25:10.903Z | This is a known bug where multiple crates with the same name use |
2264 | 2023-12-13T04:25:10.903Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2265 | 2023-12-13T04:25:11.519Z | Documenting libc v0.2.151 |
2266 | 2023-12-13T04:25:11.534Z | Documenting cfg-if v1.0.0 |
2267 | 2023-12-13T04:25:11.547Z | Documenting serde_derive v1.0.193 |
2268 | 2023-12-13T04:25:11.581Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2269 | 2023-12-13T04:25:11.585Z | Documenting log v0.4.20 |
2270 | 2023-12-13T04:25:11.585Z | Documenting scopeguard v1.2.0 |
2271 | 2023-12-13T04:25:11.617Z | Documenting memchr v2.6.3 |
2272 | 2023-12-13T04:25:11.630Z | Documenting smallvec v1.11.2 |
2273 | 2023-12-13T04:25:12.009Z | Documenting itoa v1.0.9 |
2274 | 2023-12-13T04:25:15.420Z | Documenting zeroize_derive v1.4.2 |
2275 | 2023-12-13T04:25:15.755Z | Documenting lock_api v0.4.10 |
2276 | 2023-12-13T04:25:16.029Z | Documenting pin-project-lite v0.2.13 |
2277 | 2023-12-13T04:25:16.119Z | Documenting libm v0.2.7 |
2278 | 2023-12-13T04:25:17.543Z | Documenting futures-core v0.3.29 |
2279 | 2023-12-13T04:25:17.732Z | Documenting getrandom v0.2.10 |
2280 | 2023-12-13T04:25:18.912Z | Documenting parking_lot_core v0.9.8 |
2281 | 2023-12-13T04:25:20.084Z | Documenting signal-hook-registry v1.4.1 |
2282 | 2023-12-13T04:25:20.264Z | Documenting mio v0.8.9 |
2283 | 2023-12-13T04:25:21.094Z | Documenting num-traits v0.2.16 |
2284 | 2023-12-13T04:25:21.307Z | Documenting serde v1.0.193 |
2285 | 2023-12-13T04:25:22.812Z | Documenting zeroize v1.7.0 |
2286 | 2023-12-13T04:25:23.101Z | Documenting thiserror-impl v1.0.49 |
2287 | 2023-12-13T04:25:23.315Z | Documenting rand_core v0.6.4 |
2288 | 2023-12-13T04:25:24.168Z | Documenting parking_lot v0.12.1 |
2289 | 2023-12-13T04:25:25.676Z | Documenting num_cpus v1.16.0 |
2290 | 2023-12-13T04:25:26.228Z | Documenting socket2 v0.5.5 |
2291 | 2023-12-13T04:25:28.236Z | Documenting typenum v1.16.0 |
2292 | 2023-12-13T04:25:28.495Z | Documenting tokio-macros v2.2.0 |
2293 | 2023-12-13T04:25:28.811Z | Documenting once_cell v1.19.0 |
2294 | 2023-12-13T04:25:29.987Z | Documenting subtle v2.5.0 |
2295 | 2023-12-13T04:25:30.258Z | Documenting thiserror v1.0.49 |
2296 | 2023-12-13T04:25:31.799Z | Documenting ryu v1.0.15 |
2297 | 2023-12-13T04:25:32.086Z | Documenting byteorder v1.5.0 |
2298 | 2023-12-13T04:25:34.630Z | Documenting futures-sink v0.3.29 |
2299 | 2023-12-13T04:25:34.980Z | Documenting const-oid v0.9.5 |
2300 | 2023-12-13T04:25:35.450Z | Documenting pin-utils v0.1.0 |
2301 | 2023-12-13T04:25:35.711Z | Documenting futures-task v0.3.29 |
2302 | 2023-12-13T04:25:35.940Z | Documenting slab v0.4.9 |
2303 | 2023-12-13T04:25:38.196Z | Documenting futures-macro v0.3.29 |
2304 | 2023-12-13T04:25:40.021Z | Documenting futures-channel v0.3.29 |
2305 | 2023-12-13T04:25:41.222Z | Documenting futures-io v0.3.29 |
2306 | 2023-12-13T04:25:42.196Z | Documenting iana-time-zone v0.1.57 |
2307 | 2023-12-13T04:25:43.374Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2308 | 2023-12-13T04:25:44.247Z | Documenting tinyvec_macros v0.1.1 |
2309 | 2023-12-13T04:25:44.665Z | Documenting ppv-lite86 v0.2.17 |
2310 | 2023-12-13T04:25:45.633Z | Documenting fnv v1.0.7 |
2311 | 2023-12-13T04:25:46.183Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2312 | 2023-12-13T04:25:47.045Z | Documenting futures-util v0.3.29 |
2313 | 2023-12-13T04:25:47.868Z | Documenting tracing-core v0.1.31 |
2314 | 2023-12-13T04:25:48.670Z | Documenting tinyvec v1.6.0 |
2315 | 2023-12-13T04:25:49.748Z | Documenting rand_chacha v0.3.1 |
2316 | 2023-12-13T04:25:51.268Z | Documenting tracing-attributes v0.1.26 |
2317 | 2023-12-13T04:25:54.148Z | Documenting unicode-normalization v0.1.22 |
2318 | 2023-12-13T04:25:56.421Z | Documenting rand v0.8.5 |
2319 | 2023-12-13T04:25:56.515Z | Documenting bytes v1.5.0 |
2320 | 2023-12-13T04:25:59.859Z | Documenting bitflags v2.4.0 |
2321 | 2023-12-13T04:26:00.644Z | Documenting serde_json v1.0.108 |
2322 | 2023-12-13T04:26:00.786Z | Documenting chrono v0.4.31 |
2323 | 2023-12-13T04:26:02.740Z | Documenting uuid v1.6.1 |
2324 | 2023-12-13T04:26:04.050Z | Documenting tokio v1.35.0 |
2325 | 2023-12-13T04:26:04.399Z | Documenting base64 v0.21.5 |
2326 | 2023-12-13T04:26:06.216Z | Documenting spin v0.9.8 |
2327 | 2023-12-13T04:26:17.808Z | Documenting lazy_static v1.4.0 |
2328 | 2023-12-13T04:26:18.452Z | Documenting unicode-bidi v0.3.13 |
2329 | 2023-12-13T04:26:18.452Z | Documenting http v0.2.11 |
2330 | 2023-12-13T04:26:18.452Z | Documenting percent-encoding v2.3.1 |
2331 | 2023-12-13T04:26:18.452Z | Documenting cpufeatures v0.2.9 |
2332 | 2023-12-13T04:26:18.452Z | Checking serde_derive_internals v0.26.0 |
2333 | 2023-12-13T04:26:18.452Z | Documenting generic-array v0.14.7 |
2334 | 2023-12-13T04:26:18.452Z | Documenting serde_derive_internals v0.26.0 |
2335 | 2023-12-13T04:26:18.453Z | Documenting dyn-clone v1.0.13 |
2336 | 2023-12-13T04:26:18.453Z | Documenting errno v0.3.2 |
2337 | 2023-12-13T04:26:18.453Z | Documenting form_urlencoded v1.2.1 |
2338 | 2023-12-13T04:26:18.453Z | Documenting tracing v0.1.37 |
2339 | 2023-12-13T04:26:18.585Z | Documenting idna v0.5.0 |
2340 | 2023-12-13T04:26:19.560Z | Documenting httparse v1.8.0 |
2341 | 2023-12-13T04:26:19.902Z | Documenting crypto-common v0.1.6 |
2342 | 2023-12-13T04:26:20.795Z | Documenting block-buffer v0.10.4 |
2343 | 2023-12-13T04:26:21.849Z | Documenting rustix v0.38.25 |
2344 | 2023-12-13T04:26:22.027Z | Documenting schemars_derive v0.8.13 |
2345 | 2023-12-13T04:26:22.322Z | Documenting unicode-ident v1.0.12 |
2346 | 2023-12-13T04:26:24.596Z | Documenting url v2.5.0 |
2347 | 2023-12-13T04:26:25.690Z | Documenting adler v1.0.2 |
2348 | 2023-12-13T04:26:26.478Z | Documenting proc-macro2 v1.0.69 |
2349 | 2023-12-13T04:26:26.710Z | Documenting base64ct v1.6.0 |
2350 | 2023-12-13T04:26:27.180Z | Documenting digest v0.10.7 |
2351 | 2023-12-13T04:26:29.650Z | Documenting miniz_oxide v0.7.1 |
2352 | 2023-12-13T04:26:30.883Z | Documenting schemars v0.8.13 |
2353 | 2023-12-13T04:26:31.092Z | Documenting unicode-width v0.1.11 |
2354 | 2023-12-13T04:26:31.734Z | Documenting try-lock v0.2.4 |
2355 | 2023-12-13T04:26:32.490Z | Documenting quote v1.0.33 |
2356 | 2023-12-13T04:26:32.946Z | Documenting openssl-probe v0.1.5 |
2357 | 2023-12-13T04:26:34.747Z | Documenting httpdate v1.0.3 |
2358 | 2023-12-13T04:26:35.489Z | Documenting untrusted v0.9.0 |
2359 | 2023-12-13T04:26:36.257Z | Documenting want v0.3.1 |
2360 | 2023-12-13T04:26:36.872Z | Documenting http-body v0.4.5 |
2361 | 2023-12-13T04:26:38.627Z | Documenting openssl-sys v0.9.96 |
2362 | 2023-12-13T04:26:38.770Z | Documenting async-trait v0.1.74 |
2363 | 2023-12-13T04:26:39.566Z | Documenting openssl-macros v0.1.1 |
2364 | 2023-12-13T04:26:39.923Z | Documenting ring v0.17.7 |
2365 | 2023-12-13T04:26:40.594Z | Documenting tower-service v0.3.2 |
2366 | 2023-12-13T04:26:41.928Z | Documenting mime v0.3.17 |
2367 | 2023-12-13T04:26:43.228Z | Documenting pem-rfc7468 v0.7.0 |
2368 | 2023-12-13T04:26:45.901Z | Documenting aho-corasick v1.0.4 |
2369 | 2023-12-13T04:26:45.937Z | Documenting sct v0.7.0 |
2370 | 2023-12-13T04:26:45.976Z | Documenting slog v2.7.0 |
2371 | 2023-12-13T04:26:46.972Z | Documenting tokio-util v0.7.10 |
2372 | 2023-12-13T04:26:47.538Z | Documenting openssl v0.10.60 |
2373 | 2023-12-13T04:26:47.835Z | Documenting rustls-webpki v0.101.7 |
2374 | 2023-12-13T04:26:48.450Z | Documenting der_derive v0.7.2 |
2375 | 2023-12-13T04:26:49.597Z | Documenting equivalent v1.0.1 |
2376 | 2023-12-13T04:26:51.753Z | Documenting utf8parse v0.2.1 |
2377 | 2023-12-13T04:26:52.669Z | Documenting ipnet v2.8.0 |
2378 | 2023-12-13T04:26:53.473Z | Documenting regex-syntax v0.8.2 |
2379 | 2023-12-13T04:26:53.672Z | Documenting flagset v0.4.3 |
2380 | 2023-12-13T04:26:54.231Z | Documenting hashbrown v0.14.2 |
2381 | 2023-12-13T04:26:55.771Z | Documenting h2 v0.3.21 |
2382 | 2023-12-13T04:26:55.871Z | Documenting rustls v0.21.9 |
2383 | 2023-12-13T04:26:56.116Z | Documenting rustls-pemfile v1.0.3 |
2384 | 2023-12-13T04:26:57.817Z | Documenting der v0.7.8 |
2385 | 2023-12-13T04:26:59.010Z | Documenting num-integer v0.1.45 |
2386 | 2023-12-13T04:27:00.255Z | Documenting time-macros v0.2.13 |
2387 | 2023-12-13T04:27:00.778Z | Documenting indexmap v2.1.0 |
2388 | 2023-12-13T04:27:01.502Z | Documenting deranged v0.3.8 |
2389 | 2023-12-13T04:27:03.843Z | Documenting regex-automata v0.4.3 |
2390 | 2023-12-13T04:27:05.216Z | Documenting num_threads v0.1.6 |
2391 | 2023-12-13T04:27:05.223Z | Documenting gimli v0.28.0 |
2392 | 2023-12-13T04:27:07.281Z | Documenting time-core v0.1.1 |
2393 | 2023-12-13T04:27:07.777Z | Documenting spki v0.7.2 |
2394 | 2023-12-13T04:27:08.337Z | Documenting native-tls v0.2.11 |
2395 | 2023-12-13T04:27:08.745Z | Documenting tokio-rustls v0.24.1 |
2396 | 2023-12-13T04:27:10.623Z | Documenting object v0.32.1 |
2397 | 2023-12-13T04:27:10.996Z | Documenting hyper v0.14.27 |
2398 | 2023-12-13T04:27:11.532Z | Documenting time v0.3.27 |
2399 | 2023-12-13T04:27:14.422Z | Documenting crossbeam-utils v0.8.16 |
2400 | 2023-12-13T04:27:14.938Z | Documenting addr2line v0.21.0 |
2401 | 2023-12-13T04:27:15.733Z | Documenting encoding_rs v0.8.33 |
2402 | 2023-12-13T04:27:16.877Z | Documenting regex v1.10.2 |
2403 | 2023-12-13T04:27:17.980Z | Checking pest_meta v2.7.2 |
2404 | 2023-12-13T04:27:19.538Z | Documenting rustc-demangle v0.1.23 |
2405 | 2023-12-13T04:27:19.966Z | Documenting tokio-native-tls v0.3.1 |
2406 | 2023-12-13T04:27:20.633Z | Documenting rustls-native-certs v0.6.3 |
2407 | 2023-12-13T04:27:20.679Z | Documenting serde_urlencoded v0.7.1 |
2408 | 2023-12-13T04:27:22.868Z | Documenting pest_meta v2.7.2 |
2409 | 2023-12-13T04:27:23.773Z | Checking pest_generator v2.7.2 |
2410 | 2023-12-13T04:27:24.971Z | Documenting pkcs8 v0.10.2 |
2411 | 2023-12-13T04:27:25.204Z | Documenting webpki-roots v0.25.2 |
2412 | 2023-12-13T04:27:26.082Z | Documenting data-encoding v2.4.0 |
2413 | 2023-12-13T04:27:27.061Z | Documenting ucd-trie v0.1.6 |
2414 | 2023-12-13T04:27:27.968Z | Documenting anstyle v1.0.2 |
2415 | 2023-12-13T04:27:28.967Z | Documenting pest_generator v2.7.2 |
2416 | 2023-12-13T04:27:29.784Z | Documenting hyper-rustls v0.24.2 |
2417 | 2023-12-13T04:27:29.894Z | Documenting backtrace v0.3.69 |
2418 | 2023-12-13T04:27:31.111Z | Documenting hyper-tls v0.5.0 |
2419 | 2023-12-13T04:27:31.727Z | Documenting anstyle-parse v0.2.1 |
2420 | 2023-12-13T04:27:32.510Z | Documenting ipnetwork v0.20.0 |
2421 | 2023-12-13T04:27:33.197Z | Documenting pest v2.7.2 |
2422 | 2023-12-13T04:27:33.704Z | Documenting syn v2.0.32 |
2423 | 2023-12-13T04:27:35.931Z | Documenting pest_derive v2.7.2 |
2424 | 2023-12-13T04:27:36.363Z | Documenting sha2 v0.10.8 |
2425 | 2023-12-13T04:27:38.207Z | Documenting anyhow v1.0.75 |
2426 | 2023-12-13T04:27:40.118Z | Documenting futures-executor v0.3.29 |
2427 | 2023-12-13T04:27:40.999Z | Documenting hex v0.4.3 |
2428 | 2023-12-13T04:27:41.371Z | Documenting crc32fast v1.3.2 |
2429 | 2023-12-13T04:27:41.395Z | Documenting reqwest v0.11.22 |
2430 | 2023-12-13T04:27:42.315Z | Checking serde_tokenstream v0.1.7 |
2431 | 2023-12-13T04:27:42.891Z | Documenting anstyle-query v1.0.0 |
2432 | 2023-12-13T04:27:43.636Z | Documenting colorchoice v1.0.0 |
2433 | 2023-12-13T04:27:46.105Z | Documenting dtrace-parser v0.1.14 |
2434 | 2023-12-13T04:27:46.301Z | Documenting openapiv3 v2.0.0 |
2435 | 2023-12-13T04:27:46.803Z | Documenting num-iter v0.1.43 |
2436 | 2023-12-13T04:27:47.015Z | Documenting hmac v0.12.1 |
2437 | 2023-12-13T04:27:47.658Z | Documenting dof v0.1.5 |
2438 | 2023-12-13T04:27:48.306Z | Documenting anstream v0.5.0 |
2439 | 2023-12-13T04:27:51.681Z | Documenting thread-id v4.2.0 |
2440 | 2023-12-13T04:27:53.007Z | Documenting terminal_size v0.2.6 |
2441 | 2023-12-13T04:27:53.687Z | Documenting memoffset v0.9.0 |
2442 | 2023-12-13T04:27:53.919Z | Documenting strsim v0.10.0 |
2443 | 2023-12-13T04:27:54.208Z | Documenting clap_lex v0.5.1 |
2444 | 2023-12-13T04:27:56.536Z | Documenting flate2 v1.0.28 |
2445 | 2023-12-13T04:27:56.773Z | Documenting futures v0.3.29 |
2446 | 2023-12-13T04:27:57.285Z | Documenting usdt-impl v0.3.5 |
2447 | 2023-12-13T04:27:57.741Z | Documenting crossbeam-epoch v0.9.15 |
2448 | 2023-12-13T04:27:59.224Z | Documenting usdt-macro v0.3.5 |
2449 | 2023-12-13T04:27:59.998Z | Documenting usdt-attr-macro v0.3.5 |
2450 | 2023-12-13T04:28:00.213Z | Documenting clap_builder v4.4.2 |
2451 | 2023-12-13T04:28:02.614Z | Documenting clap_derive v4.4.2 |
2452 | 2023-12-13T04:28:03.863Z | Documenting managed v0.8.0 |
2453 | 2023-12-13T04:28:03.867Z | Documenting unicode-segmentation v1.10.1 |
2454 | 2023-12-13T04:28:05.399Z | Documenting block-padding v0.3.3 |
2455 | 2023-12-13T04:28:06.833Z | Documenting scheduled-thread-pool v0.2.7 |
2456 | 2023-12-13T04:28:07.588Z | Documenting usdt v0.3.5 |
2457 | 2023-12-13T04:28:08.829Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2458 | 2023-12-13T04:28:08.966Z | Documenting enum-as-inner v0.5.1 |
2459 | 2023-12-13T04:28:09.746Z | Checking diesel_table_macro_syntax v0.1.0 |
2460 | 2023-12-13T04:28:09.884Z | Documenting pin-project-internal v1.1.3 |
2461 | 2023-12-13T04:28:10.056Z | Documenting diesel_table_macro_syntax v0.1.0 |
2462 | 2023-12-13T04:28:10.530Z | Documenting clap v4.4.3 |
2463 | 2023-12-13T04:28:11.605Z | Documenting either v1.9.0 |
2464 | 2023-12-13T04:28:12.688Z | Documenting r2d2 v0.8.10 |
2465 | 2023-12-13T04:28:14.556Z | Documenting bzip2 v0.4.4 |
2466 | 2023-12-13T04:28:15.416Z | Documenting inout v0.1.3 |
2467 | 2023-12-13T04:28:16.065Z | Documenting trust-dns-proto v0.22.0 |
2468 | 2023-12-13T04:28:16.598Z | Documenting diesel_derives v2.1.2 |
2469 | 2023-12-13T04:28:17.049Z | Documenting pin-project v1.1.3 |
2470 | 2023-12-13T04:28:17.548Z | Documenting md-5 v0.10.5 |
2471 | 2023-12-13T04:28:18.112Z | Documenting stringprep v0.1.3 |
2472 | 2023-12-13T04:28:18.796Z | Documenting serde_spanned v0.6.4 |
2473 | 2023-12-13T04:28:20.421Z | Documenting toml_datetime v0.6.5 |
2474 | 2023-12-13T04:28:21.161Z | Documenting zerocopy v0.7.26 |
2475 | 2023-12-13T04:28:21.434Z | Documenting ff v0.13.0 |
2476 | 2023-12-13T04:28:23.480Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2477 | 2023-12-13T04:28:24.547Z | Documenting doc-comment v0.3.3 |
2478 | 2023-12-13T04:28:24.730Z | Documenting snafu-derive v0.7.5 |
2479 | 2023-12-13T04:28:26.191Z | Documenting base16ct v0.2.0 |
2480 | 2023-12-13T04:28:27.120Z | Documenting winnow v0.5.15 |
2481 | 2023-12-13T04:28:27.224Z | Documenting fallible-iterator v0.2.0 |
2482 | 2023-12-13T04:28:28.643Z | Documenting static_assertions v1.1.0 |
2483 | 2023-12-13T04:28:29.011Z | Documenting siphasher v0.3.11 |
2484 | 2023-12-13T04:28:30.083Z | Documenting bit-vec v0.6.3 |
2485 | 2023-12-13T04:28:30.755Z | Documenting sec1 v0.7.3 |
2486 | 2023-12-13T04:28:32.370Z | Documenting diesel v2.1.4 |
2487 | 2023-12-13T04:28:33.098Z | Documenting group v0.13.0 |
2488 | 2023-12-13T04:28:33.360Z | Documenting phf_shared v0.11.2 |
2489 | 2023-12-13T04:28:34.771Z | Documenting toml_edit v0.21.0 |
2490 | 2023-12-13T04:28:34.834Z | Documenting postgres-protocol v0.6.6 |
2491 | 2023-12-13T04:28:36.295Z | Documenting snafu v0.7.5 |
2492 | 2023-12-13T04:28:36.355Z | Documenting cipher v0.4.4 |
2493 | 2023-12-13T04:28:39.028Z | Documenting zip v0.6.6 |
2494 | 2023-12-13T04:28:39.225Z | Documenting hkdf v0.12.3 |
2495 | 2023-12-13T04:28:39.351Z | Documenting num-bigint v0.4.4 |
2496 | 2023-12-13T04:28:43.033Z | Documenting crypto-bigint v0.5.2 |
2497 | 2023-12-13T04:28:43.094Z | Documenting hubpack v0.1.2 |
2498 | 2023-12-13T04:28:44.685Z | Documenting regress v0.7.1 |
2499 | 2023-12-13T04:28:46.195Z | Documenting bstr v1.6.0 |
2500 | 2023-12-13T04:28:46.459Z | Documenting serde_repr v0.1.16 |
2501 | 2023-12-13T04:28:46.554Z | Documenting minimal-lexical v0.2.1 |
2502 | 2023-12-13T04:28:49.760Z | Documenting new_debug_unreachable v1.0.4 |
2503 | 2023-12-13T04:28:49.993Z | Documenting precomputed-hash v0.1.1 |
2504 | 2023-12-13T04:28:52.302Z | Documenting lalrpop-util v0.19.12 |
2505 | 2023-12-13T04:28:53.237Z | Documenting fixedbitset v0.4.2 |
2506 | 2023-12-13T04:28:53.938Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2507 | 2023-12-13T04:28:54.152Z | Documenting nom v7.1.3 |
2508 | 2023-12-13T04:28:54.591Z | Documenting elliptic-curve v0.13.8 |
2509 | 2023-12-13T04:28:54.616Z | Documenting yasna v0.5.2 |
2510 | 2023-12-13T04:28:55.747Z | Documenting string_cache v0.8.7 |
2511 | 2023-12-13T04:28:58.071Z | Documenting petgraph v0.6.4 |
2512 | 2023-12-13T04:28:58.676Z | Documenting postgres-types v0.2.6 |
2513 | 2023-12-13T04:29:01.713Z | Documenting phf v0.11.2 |
2514 | 2023-12-13T04:29:02.262Z | Documenting console v0.15.7 |
2515 | 2023-12-13T04:29:03.935Z | Documenting semver v1.0.20 |
2516 | 2023-12-13T04:29:04.086Z | Documenting float-cmp v0.9.0 |
2517 | 2023-12-13T04:29:05.950Z | Documenting whoami v1.4.1 |
2518 | 2023-12-13T04:29:07.730Z | Documenting heck v0.4.1 |
2519 | 2023-12-13T04:29:08.778Z | Checking unsafe-libyaml v0.2.9 |
2520 | 2023-12-13T04:29:08.972Z | Documenting predicates-core v1.0.6 |
2521 | 2023-12-13T04:29:09.543Z | Documenting normalize-line-endings v0.3.0 |
2522 | 2023-12-13T04:29:10.516Z | Documenting difflib v0.4.0 |
2523 | 2023-12-13T04:29:10.699Z | Documenting bit-set v0.5.3 |
2524 | 2023-12-13T04:29:11.278Z | Documenting ahash v0.8.6 |
2525 | 2023-12-13T04:29:11.393Z | Documenting similar v2.3.0 |
2526 | 2023-12-13T04:29:11.898Z | Documenting tokio-postgres v0.7.10 |
2527 | 2023-12-13T04:29:14.152Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2528 | 2023-12-13T04:29:14.624Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2529 | 2023-12-13T04:29:14.982Z | Documenting tokio-stream v0.1.14 |
2530 | 2023-12-13T04:29:16.022Z | Documenting predicates v3.0.4 |
2531 | 2023-12-13T04:29:16.927Z | Documenting unsafe-libyaml v0.2.9 |
2532 | 2023-12-13T04:29:17.774Z | Checking ident_case v1.0.1 |
2533 | 2023-12-13T04:29:18.006Z | Checking serde_yaml v0.9.25 |
2534 | 2023-12-13T04:29:18.302Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2535 | 2023-12-13T04:29:21.100Z | Documenting getopts v0.2.21 |
2536 | 2023-12-13T04:29:22.522Z | Documenting match_cfg v0.1.0 |
2537 | 2023-12-13T04:29:22.756Z | Documenting serde_yaml v0.9.25 |
2538 | 2023-12-13T04:29:23.750Z | Documenting sha1 v0.10.6 |
2539 | 2023-12-13T04:29:24.397Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2540 | 2023-12-13T04:29:24.636Z | Documenting dirs-sys-next v0.1.2 |
2541 | 2023-12-13T04:29:25.398Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2542 | 2023-12-13T04:29:26.650Z | Documenting hostname v0.3.1 |
2543 | 2023-12-13T04:29:27.206Z | Documenting thread_local v1.1.7 |
2544 | 2023-12-13T04:29:29.750Z | Documenting paste v1.0.14 |
2545 | 2023-12-13T04:29:30.275Z | Documenting crossbeam-channel v0.5.8 |
2546 | 2023-12-13T04:29:30.287Z | Documenting dirs-next v2.0.0 |
2547 | 2023-12-13T04:29:30.947Z | Documenting atty v0.2.14 |
2548 | 2023-12-13T04:29:31.285Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2549 | 2023-12-13T04:29:32.288Z | Documenting take_mut v0.2.2 |
2550 | 2023-12-13T04:29:33.565Z | Documenting slog-json v2.6.1 |
2551 | 2023-12-13T04:29:35.329Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2552 | 2023-12-13T04:29:35.624Z | Documenting camino v1.1.6 |
2553 | 2023-12-13T04:29:35.862Z | Documenting term v0.7.0 |
2554 | 2023-12-13T04:29:36.062Z | Documenting async-stream-impl v0.3.5 |
2555 | 2023-12-13T04:29:36.520Z | Documenting atomic-waker v1.1.1 |
2556 | 2023-12-13T04:29:37.803Z | Documenting slog-async v2.8.0 |
2557 | 2023-12-13T04:29:40.252Z | Documenting debug-ignore v1.0.5 |
2558 | 2023-12-13T04:29:40.843Z | Documenting waitgroup v0.1.2 |
2559 | 2023-12-13T04:29:41.643Z | Documenting slog-term v2.9.0 |
2560 | 2023-12-13T04:29:42.527Z | Documenting slog-bunyan v2.4.0 |
2561 | 2023-12-13T04:29:42.691Z | Checking darling_core v0.20.3 |
2562 | 2023-12-13T04:29:42.868Z | Documenting async-stream v0.3.5 |
2563 | 2023-12-13T04:29:44.085Z | Documenting toml v0.8.8 |
2564 | 2023-12-13T04:29:44.468Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2565 | 2023-12-13T04:29:45.696Z | Documenting multer v2.1.0 |
2566 | 2023-12-13T04:29:46.246Z | Documenting serde_path_to_error v0.1.14 |
2567 | 2023-12-13T04:29:47.023Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2568 | 2023-12-13T04:29:48.323Z | Documenting strum v0.25.0 |
2569 | 2023-12-13T04:29:48.522Z | Checking darling v0.20.3 |
2570 | 2023-12-13T04:29:48.677Z | Documenting serde_with_macros v3.4.0 |
2571 | 2023-12-13T04:29:49.201Z | Documenting structmeta-derive v0.2.0 |
2572 | 2023-12-13T04:29:51.337Z | Checking structmeta v0.2.0 |
2573 | 2023-12-13T04:29:51.676Z | Documenting instant v0.1.12 |
2574 | 2023-12-13T04:29:52.420Z | Checking regex-syntax v0.7.5 |
2575 | 2023-12-13T04:29:52.546Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2576 | 2023-12-13T04:29:52.801Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2577 | 2023-12-13T04:29:53.779Z | Documenting macaddr v1.0.1 |
2578 | 2023-12-13T04:29:56.024Z | Documenting serde_with v3.4.0 |
2579 | 2023-12-13T04:29:56.926Z | Documenting structmeta v0.2.0 |
2580 | 2023-12-13T04:29:57.150Z | Documenting backoff v0.4.0 |
2581 | 2023-12-13T04:29:57.643Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2582 | 2023-12-13T04:29:59.063Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2583 | 2023-12-13T04:29:59.688Z | Documenting fastrand v2.0.0 |
2584 | 2023-12-13T04:30:03.309Z | Documenting proc-macro-error-attr v1.0.4 |
2585 | 2023-12-13T04:30:03.355Z | Checking proc-macro-error v1.0.4 |
2586 | 2023-12-13T04:30:03.422Z | Documenting parse-display-derive v0.8.2 |
2587 | 2023-12-13T04:30:03.778Z | Documenting is-terminal v0.4.9 |
2588 | 2023-12-13T04:30:03.888Z | Checking proc-macro-crate v1.3.1 |
2589 | 2023-12-13T04:30:04.236Z | Documenting proc-macro-crate v1.3.1 |
2590 | 2023-12-13T04:30:05.445Z | Documenting hash32 v0.2.1 |
2591 | 2023-12-13T04:30:05.968Z | Documenting tempfile v3.8.1 |
2592 | 2023-12-13T04:30:07.428Z | Documenting stable_deref_trait v1.2.0 |
2593 | 2023-12-13T04:30:08.925Z | Documenting proc-macro-error v1.0.4 |
2594 | 2023-12-13T04:30:10.703Z | Documenting num_enum_derive v0.5.11 |
2595 | 2023-12-13T04:30:10.904Z | Documenting cobs v0.2.3 |
2596 | 2023-12-13T04:30:11.527Z | Documenting embedded-io v0.4.0 |
2597 | 2023-12-13T04:30:11.583Z | Documenting heapless v0.7.16 |
2598 | 2023-12-13T04:30:13.150Z | Documenting parse-display v0.8.2 |
2599 | 2023-12-13T04:30:13.246Z | Documenting camino-tempfile v1.1.1 |
2600 | 2023-12-13T04:30:15.082Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2601 | 2023-12-13T04:30:15.366Z | Documenting foreign-types-macros v0.2.3 |
2602 | 2023-12-13T04:30:16.140Z | Documenting postcard v1.0.8 |
2603 | 2023-12-13T04:30:16.331Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2604 | 2023-12-13T04:30:18.136Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2605 | 2023-12-13T04:30:18.794Z | Documenting num_enum v0.5.11 |
2606 | 2023-12-13T04:30:19.050Z | Documenting smoltcp v0.10.0 |
2607 | 2023-12-13T04:30:19.308Z | Documenting foreign-types-shared v0.3.1 |
2608 | 2023-12-13T04:30:20.742Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2609 | 2023-12-13T04:30:21.165Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2610 | 2023-12-13T04:30:21.899Z | Documenting crucible-workspace-hack v0.1.0 |
2611 | 2023-12-13T04:30:22.100Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2612 | 2023-12-13T04:30:23.274Z | Documenting cstr-argument v0.1.2 |
2613 | 2023-12-13T04:30:23.496Z | Documenting foreign-types v0.5.0 |
2614 | 2023-12-13T04:30:24.157Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2615 | 2023-12-13T04:30:27.320Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2616 | 2023-12-13T04:30:27.438Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2617 | 2023-12-13T04:30:27.736Z | Documenting colored v2.0.4 |
2618 | 2023-12-13T04:30:27.740Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2619 | 2023-12-13T04:30:28.897Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2620 | 2023-12-13T04:30:29.366Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2621 | 2023-12-13T04:30:30.117Z | Documenting zone_cfg_derive v0.3.0 |
2622 | 2023-12-13T04:30:30.440Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2623 | 2023-12-13T04:30:33.746Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2624 | 2023-12-13T04:30:34.417Z | Documenting num-derive v0.4.0 |
2625 | 2023-12-13T04:30:34.836Z | Documenting smf v0.2.2 |
2626 | 2023-12-13T04:30:35.067Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2627 | 2023-12-13T04:30:36.754Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2628 | 2023-12-13T04:30:36.972Z | Documenting linked-hash-map v0.5.6 |
2629 | 2023-12-13T04:30:37.378Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2630 | 2023-12-13T04:30:37.701Z | Documenting zone v0.3.0 |
2631 | 2023-12-13T04:30:39.959Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2632 | 2023-12-13T04:30:40.653Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2633 | 2023-12-13T04:30:41.327Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2634 | 2023-12-13T04:30:42.690Z | Documenting blake2 v0.10.6 |
2635 | 2023-12-13T04:30:43.323Z | Documenting lru-cache v0.1.2 |
2636 | 2023-12-13T04:30:45.352Z | Documenting password-hash v0.5.0 |
2637 | 2023-12-13T04:30:45.772Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2638 | 2023-12-13T04:30:46.138Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2639 | 2023-12-13T04:30:46.600Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2640 | 2023-12-13T04:30:46.791Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2641 | 2023-12-13T04:30:46.945Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2642 | 2023-12-13T04:30:47.629Z | Checking heck v0.3.3 |
2643 | 2023-12-13T04:30:47.866Z | Documenting structopt-derive v0.4.18 |
2644 | 2023-12-13T04:30:48.508Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2645 | 2023-12-13T04:30:49.177Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2646 | 2023-12-13T04:30:50.192Z | Documenting libefi-sys v0.1.0 |
2647 | 2023-12-13T04:30:51.429Z | Documenting argon2 v0.5.2 |
2648 | 2023-12-13T04:30:53.342Z | Documenting quick-error v1.2.3 |
2649 | 2023-12-13T04:30:55.943Z | Documenting structopt v0.3.26 |
2650 | 2023-12-13T04:30:57.348Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2023-12-13T04:30:58.992Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2652 | 2023-12-13T04:30:58.992Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2653 | 2023-12-13T04:30:59.718Z | Documenting itertools v0.12.0 |
2654 | 2023-12-13T04:30:59.718Z | Documenting resolv-conf v0.7.0 |
2655 | 2023-12-13T04:31:00.431Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2656 | 2023-12-13T04:31:20.301Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2657 | 2023-12-13T04:31:21.129Z | Documenting nibble_vec v0.1.0 |
2658 | 2023-12-13T04:31:21.129Z | Documenting endian-type v0.1.2 |
2659 | 2023-12-13T04:31:21.699Z | Documenting trust-dns-resolver v0.22.0 |
2660 | 2023-12-13T04:31:21.699Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2661 | 2023-12-13T04:31:21.699Z | Documenting cancel-safe-futures v0.1.5 |
2662 | 2023-12-13T04:31:21.699Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2023-12-13T04:31:21.700Z | Checking convert_case v0.4.0 |
2664 | 2023-12-13T04:31:21.700Z | Documenting convert_case v0.4.0 |
2665 | 2023-12-13T04:31:21.700Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2666 | 2023-12-13T04:31:21.700Z | Documenting swrite v0.1.0 |
2667 | 2023-12-13T04:31:21.700Z | Documenting tap v1.0.1 |
2668 | 2023-12-13T04:31:21.700Z | Documenting radix_trie v0.2.1 |
2669 | 2023-12-13T04:31:21.701Z | Documenting arc-swap v1.6.0 |
2670 | 2023-12-13T04:31:21.701Z | Documenting derive_more v0.99.17 |
2671 | 2023-12-13T04:31:21.701Z | Documenting wyz v0.5.1 |
2672 | 2023-12-13T04:31:21.701Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2673 | 2023-12-13T04:31:21.701Z | Documenting num-rational v0.4.1 |
2674 | 2023-12-13T04:31:21.701Z | Documenting radium v0.7.0 |
2675 | 2023-12-13T04:31:21.701Z | Documenting libsw v3.3.0 |
2676 | 2023-12-13T04:31:21.701Z | Documenting slog-scope v4.4.0 |
2677 | 2023-12-13T04:31:21.701Z | Documenting num-complex v0.4.4 |
2678 | 2023-12-13T04:31:22.088Z | Documenting derive-where v1.2.6 |
2679 | 2023-12-13T04:31:22.492Z | Documenting funty v2.0.0 |
2680 | 2023-12-13T04:31:23.608Z | Documenting half v1.8.2 |
2681 | 2023-12-13T04:31:25.326Z | Documenting ciborium-io v0.2.1 |
2682 | 2023-12-13T04:31:25.496Z | Documenting linear-map v1.2.0 |
2683 | 2023-12-13T04:31:26.238Z | Documenting owo-colors v3.5.0 |
2684 | 2023-12-13T04:31:27.232Z | Documenting crc-catalog v2.2.0 |
2685 | 2023-12-13T04:31:27.374Z | Documenting bitvec v1.0.1 |
2686 | 2023-12-13T04:31:28.114Z | Documenting num v0.4.1 |
2687 | 2023-12-13T04:31:30.750Z | Documenting ciborium-ll v0.2.1 |
2688 | 2023-12-13T04:31:31.598Z | Documenting slog-stdlog v4.1.1 |
2689 | 2023-12-13T04:31:31.737Z | Documenting crc v3.0.1 |
2690 | 2023-12-13T04:31:32.159Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2691 | 2023-12-13T04:31:33.459Z | Documenting slog-dtrace v0.2.3 |
2692 | 2023-12-13T04:31:33.904Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2693 | 2023-12-13T04:31:35.839Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2023-12-13T04:31:36.083Z | Documenting xattr v1.0.1 |
2695 | 2023-12-13T04:31:36.984Z | Documenting filetime v0.2.23 |
2696 | 2023-12-13T04:31:37.097Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2697 | 2023-12-13T04:31:38.172Z | Documenting packed_struct_codegen v0.10.1 |
2698 | 2023-12-13T04:31:42.065Z | Documenting keccak v0.1.4 |
2699 | 2023-12-13T04:31:42.517Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2700 | 2023-12-13T04:31:42.773Z | Documenting nodrop v0.1.14 |
2701 | 2023-12-13T04:31:43.080Z | Documenting tar v0.4.40 |
2702 | 2023-12-13T04:31:44.701Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2703 | 2023-12-13T04:31:46.578Z | Documenting packed_struct v0.10.1 |
2704 | 2023-12-13T04:31:46.679Z | Documenting sha3 v0.10.8 |
2705 | 2023-12-13T04:31:47.069Z | Documenting array-init v0.0.4 |
2706 | 2023-12-13T04:31:49.230Z | Documenting slog-envlogger v2.2.0 |
2707 | 2023-12-13T04:31:49.336Z | Documenting ciborium v0.2.1 |
2708 | 2023-12-13T04:31:50.730Z | Documenting num-bigint-dig v0.8.4 |
2709 | 2023-12-13T04:31:51.835Z | Documenting pkcs1 v0.7.5 |
2710 | 2023-12-13T04:31:54.179Z | Documenting signature v2.1.0 |
2711 | 2023-12-13T04:31:55.866Z | Documenting fxhash v0.2.1 |
2712 | 2023-12-13T04:31:57.165Z | Documenting secrecy v0.8.0 |
2713 | 2023-12-13T04:31:58.753Z | Documenting termcolor v1.2.0 |
2714 | 2023-12-13T04:32:17.560Z | Documenting utf-8 v0.7.6 |
2715 | 2023-12-13T04:32:17.560Z | Documenting bitfield v0.14.0 |
2716 | 2023-12-13T04:32:17.560Z | Documenting serde-hex v0.1.0 |
2717 | 2023-12-13T04:32:17.560Z | Documenting rsa v0.9.2 |
2718 | 2023-12-13T04:32:17.975Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2023-12-13T04:32:18.056Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2720 | 2023-12-13T04:32:18.056Z | Documenting env_logger v0.10.0 |
2721 | 2023-12-13T04:32:18.056Z | Documenting tungstenite v0.20.1 |
2722 | 2023-12-13T04:32:18.056Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2723 | 2023-12-13T04:32:18.057Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2724 | 2023-12-13T04:32:18.057Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2725 | 2023-12-13T04:32:18.057Z | Documenting newtype_derive v0.1.6 |
2726 | 2023-12-13T04:32:18.057Z | Documenting signal-hook v0.3.17 |
2727 | 2023-12-13T04:32:18.057Z | Documenting x509-cert v0.2.4 |
2728 | 2023-12-13T04:32:18.057Z | Documenting ron v0.8.1 |
2729 | 2023-12-13T04:32:18.057Z | Documenting pem v3.0.2 |
2730 | 2023-12-13T04:32:19.661Z | Documenting vte_generate_state_changes v0.1.1 |
2731 | 2023-12-13T04:32:20.618Z | Documenting crc-any v2.4.3 |
2732 | 2023-12-13T04:32:23.118Z | Documenting arrayvec v0.5.2 |
2733 | 2023-12-13T04:32:23.294Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2734 | 2023-12-13T04:32:24.693Z | Documenting steno v0.4.0 |
2735 | 2023-12-13T04:32:25.167Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2736 | 2023-12-13T04:32:25.629Z | Documenting tokio-tungstenite v0.20.1 |
2737 | 2023-12-13T04:32:27.817Z | Documenting vte v0.10.1 |
2738 | 2023-12-13T04:32:29.668Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2739 | 2023-12-13T04:32:29.674Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2740 | 2023-12-13T04:32:32.543Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2741 | 2023-12-13T04:32:36.748Z | Documenting fd-lock v3.0.13 |
2742 | 2023-12-13T04:32:36.835Z | Documenting display-error-chain v0.2.0 |
2743 | 2023-12-13T04:32:38.995Z | Documenting same-file v1.0.6 |
2744 | 2023-12-13T04:32:40.555Z | Documenting path-slash v0.1.5 |
2745 | 2023-12-13T04:32:41.223Z | Documenting glob v0.3.1 |
2746 | 2023-12-13T04:32:42.541Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2747 | 2023-12-13T04:32:43.575Z | Documenting strip-ansi-escapes v0.1.1 |
2748 | 2023-12-13T04:32:45.133Z | Documenting walkdir v2.4.0 |
2749 | 2023-12-13T04:32:46.004Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2750 | 2023-12-13T04:32:48.031Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2751 | 2023-12-13T04:32:48.923Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2752 | 2023-12-13T04:32:49.243Z | Documenting buf-list v1.0.3 |
2753 | 2023-12-13T04:32:51.652Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2023-12-13T04:32:56.415Z | Checking darling_core v0.14.4 |
2755 | 2023-12-13T04:32:58.043Z | Documenting nu-ansi-term v0.49.0 |
2756 | 2023-12-13T04:33:02.048Z | Checking darling v0.14.4 |
2757 | 2023-12-13T04:33:02.048Z | Documenting trust-dns-client v0.22.0 |
2758 | 2023-12-13T04:33:02.048Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2759 | 2023-12-13T04:33:02.048Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2760 | 2023-12-13T04:33:02.048Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2761 | 2023-12-13T04:33:03.398Z | Documenting bytecount v0.6.3 |
2762 | 2023-12-13T04:33:04.050Z | Documenting reedline v0.22.0 |
2763 | 2023-12-13T04:33:07.703Z | Documenting papergrid v0.10.0 |
2764 | 2023-12-13T04:33:12.694Z | Documenting trust-dns-server v0.22.1 |
2765 | 2023-12-13T04:33:13.478Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2023-12-13T04:33:16.146Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2767 | 2023-12-13T04:33:16.147Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2768 | 2023-12-13T04:33:17.233Z | Documenting sled v0.34.7 |
2769 | 2023-12-13T04:33:17.424Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2770 | 2023-12-13T04:33:18.621Z | Documenting unicase v2.7.0 |
2771 | 2023-12-13T04:33:19.665Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2772 | 2023-12-13T04:33:20.142Z | Documenting tabled_derive v0.6.0 |
2773 | 2023-12-13T04:33:22.379Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2774 | 2023-12-13T04:33:22.434Z | Documenting globset v0.4.13 |
2775 | 2023-12-13T04:33:23.342Z | Documenting crossbeam-deque v0.8.3 |
2776 | 2023-12-13T04:33:24.007Z | Documenting headers-core v0.2.0 |
2777 | 2023-12-13T04:33:24.070Z | Documenting olpc-cjson v0.1.3 |
2778 | 2023-12-13T04:33:25.841Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2779 | 2023-12-13T04:33:26.480Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2780 | 2023-12-13T04:33:26.902Z | Documenting serde_plain v1.0.2 |
2781 | 2023-12-13T04:33:27.066Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2782 | 2023-12-13T04:33:27.416Z | Documenting nix v0.26.4 |
2783 | 2023-12-13T04:33:30.006Z | Documenting sqlparser_derive v0.1.1 |
2784 | 2023-12-13T04:33:30.297Z | Documenting async-recursion v1.0.5 |
2785 | 2023-12-13T04:33:30.699Z | Documenting pretty-hex v0.4.0 |
2786 | 2023-12-13T04:33:31.688Z | Documenting home v0.5.5 |
2787 | 2023-12-13T04:33:41.339Z | Documenting typed-path v0.7.0 |
2788 | 2023-12-13T04:33:41.339Z | Documenting unicode_categories v0.1.1 |
2789 | 2023-12-13T04:33:42.428Z | Documenting headers v0.3.9 |
2790 | 2023-12-13T04:33:42.428Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2791 | 2023-12-13T04:33:42.428Z | Documenting sqlparser v0.36.1 |
2792 | 2023-12-13T04:33:42.428Z | Documenting rustyline v12.0.0 |
2793 | 2023-12-13T04:33:42.428Z | Documenting rayon-core v1.12.0 |
2794 | 2023-12-13T04:33:42.428Z | Documenting sqlformat v0.2.3 |
2795 | 2023-12-13T04:33:42.428Z | Documenting tough v0.16.0 |
2796 | 2023-12-13T04:33:43.400Z | Documenting tabled v0.14.0 |
2797 | 2023-12-13T04:33:44.839Z | Documenting mime_guess v2.0.4 |
2798 | 2023-12-13T04:33:46.076Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2799 | 2023-12-13T04:33:46.639Z | Checking derive_builder_core v0.12.0 |
2800 | 2023-12-13T04:33:50.190Z | Documenting derive_builder_core v0.12.0 |
2801 | 2023-12-13T04:33:51.616Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2802 | 2023-12-13T04:33:52.230Z | Documenting signal-hook-mio v0.2.3 |
2803 | 2023-12-13T04:33:53.436Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2804 | 2023-12-13T04:33:54.360Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2805 | 2023-12-13T04:33:54.934Z | Documenting universal-hash v0.5.1 |
2806 | 2023-12-13T04:33:57.921Z | Documenting bcs v0.1.6 |
2807 | 2023-12-13T04:33:57.925Z | Documenting kstat-rs v0.2.3 |
2808 | 2023-12-13T04:33:58.078Z | Documenting thiserror-impl-no-std v2.0.2 |
2809 | 2023-12-13T04:33:58.093Z | Documenting curve25519-dalek-derive v0.1.0 |
2810 | 2023-12-13T04:33:58.799Z | Documenting opaque-debug v0.3.0 |
2811 | 2023-12-13T04:34:03.088Z | Documenting highway v1.1.0 |
2812 | 2023-12-13T04:34:03.311Z | Documenting crossterm v0.27.0 |
2813 | 2023-12-13T04:34:03.825Z | Documenting poly1305 v0.8.0 |
2814 | 2023-12-13T04:34:04.116Z | Documenting derive_builder_macro v0.12.0 |
2815 | 2023-12-13T04:34:04.687Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2816 | 2023-12-13T04:34:04.892Z | Documenting curve25519-dalek v4.1.1 |
2817 | 2023-12-13T04:34:05.832Z | Documenting thiserror-no-std v2.0.2 |
2818 | 2023-12-13T04:34:09.002Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2819 | 2023-12-13T04:34:10.137Z | Documenting rayon v1.8.0 |
2820 | 2023-12-13T04:34:10.848Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2821 | 2023-12-13T04:34:11.266Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2822 | 2023-12-13T04:34:11.905Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2823 | 2023-12-13T04:34:13.809Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2824 | 2023-12-13T04:34:21.676Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2825 | 2023-12-13T04:34:32.897Z | Documenting portable-atomic v1.4.3 |
2826 | 2023-12-13T04:34:34.598Z | Documenting ed25519 v1.5.3 |
2827 | 2023-12-13T04:34:38.761Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2828 | 2023-12-13T04:34:38.933Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2829 | 2023-12-13T04:34:40.258Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2830 | 2023-12-13T04:34:41.041Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2831 | 2023-12-13T04:34:41.389Z | Documenting chacha20 v0.9.1 |
2832 | 2023-12-13T04:34:43.209Z | Documenting aead v0.5.2 |
2833 | 2023-12-13T04:34:43.947Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2834 | 2023-12-13T04:34:45.952Z | Documenting ref-cast-impl v1.0.20 |
2835 | 2023-12-13T04:34:46.214Z | Documenting cassowary v0.3.0 |
2836 | 2023-12-13T04:34:49.099Z | Documenting number_prefix v0.4.0 |
2837 | 2023-12-13T04:34:52.360Z | Documenting ratatui v0.23.0 |
2838 | 2023-12-13T04:34:52.515Z | Documenting chacha20poly1305 v0.10.1 |
2839 | 2023-12-13T04:34:53.773Z | Documenting ref-cast v1.0.20 |
2840 | 2023-12-13T04:34:55.059Z | Documenting indicatif v0.17.7 |
2841 | 2023-12-13T04:34:58.567Z | Documenting salty v0.2.0 |
2842 | 2023-12-13T04:34:58.576Z | Documenting vsss-rs v3.3.2 |
2843 | 2023-12-13T04:35:02.118Z | Documenting derive_builder v0.12.0 |
2844 | 2023-12-13T04:35:03.594Z | Documenting fs-err v2.11.0 |
2845 | 2023-12-13T04:35:05.297Z | Documenting polar-core v0.27.0 |
2846 | 2023-12-13T04:35:06.889Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2847 | 2023-12-13T04:35:07.208Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2848 | 2023-12-13T04:35:09.451Z | Documenting libxml v0.3.3 |
2849 | 2023-12-13T04:35:10.123Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2850 | 2023-12-13T04:35:11.032Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2851 | 2023-12-13T04:35:13.873Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2852 | 2023-12-13T04:35:13.916Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2853 | 2023-12-13T04:35:17.295Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2854 | 2023-12-13T04:35:17.751Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2855 | 2023-12-13T04:35:19.314Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2856 | 2023-12-13T04:35:19.374Z | Documenting bb8 v0.8.1 |
2857 | 2023-12-13T04:35:20.051Z | Documenting bytesize v1.3.0 |
2858 | 2023-12-13T04:35:26.746Z | Documenting serde-big-array v0.5.1 |
2859 | 2023-12-13T04:35:27.405Z | Documenting quick-xml v0.23.1 |
2860 | 2023-12-13T04:35:28.425Z | Documenting rtoolbox v0.0.1 |
2861 | 2023-12-13T04:35:33.177Z | Documenting impl-trait-for-tuples v0.2.2 |
2862 | 2023-12-13T04:35:34.462Z | Documenting oso-derive v0.27.0 |
2863 | 2023-12-13T04:35:34.621Z | Documenting humantime v2.1.0 |
2864 | 2023-12-13T04:35:36.749Z | Documenting smawk v0.3.1 |
2865 | 2023-12-13T04:35:40.374Z | Documenting is_ci v1.1.1 |
2866 | 2023-12-13T04:35:40.975Z | Documenting unicode-linebreak v0.1.5 |
2867 | 2023-12-13T04:35:42.207Z | Documenting http-range v0.1.5 |
2868 | 2023-12-13T04:35:42.328Z | Documenting maplit v1.0.2 |
2869 | 2023-12-13T04:35:44.116Z | Documenting rpassword v7.3.1 |
2870 | 2023-12-13T04:35:45.253Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2871 | 2023-12-13T04:35:45.747Z | Documenting textwrap v0.16.0 |
2872 | 2023-12-13T04:35:45.982Z | Documenting supports-color v2.1.0 |
2873 | 2023-12-13T04:35:46.487Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2874 | 2023-12-13T04:35:47.730Z | Documenting hyper-staticfile v0.9.5 |
2875 | 2023-12-13T04:35:47.922Z | Documenting oso v0.27.0 |
2876 | 2023-12-13T04:35:50.641Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2877 | 2023-12-13T04:35:52.362Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2878 | 2023-12-13T04:35:53.287Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2023-12-13T04:35:56.042Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2880 | 2023-12-13T04:35:58.641Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2881 | 2023-12-13T04:36:03.727Z | Documenting tui-tree-widget v0.13.0 |
2882 | 2023-12-13T04:36:04.390Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2883 | 2023-12-13T04:36:05.591Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2884 | 2023-12-13T04:36:08.325Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2885 | 2023-12-13T04:36:10.787Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2886 | 2023-12-13T04:36:11.377Z | Documenting cookie v0.18.0 |
2887 | 2023-12-13T04:36:12.950Z | Documenting rcgen v0.11.3 |
2888 | 2023-12-13T04:36:17.412Z | Documenting signal-hook-tokio v0.3.1 |
2889 | 2023-12-13T04:36:18.517Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2890 | 2023-12-13T04:36:19.038Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2891 | 2023-12-13T04:36:20.057Z | Documenting atomicwrites v0.4.2 |
2892 | 2023-12-13T04:36:23.182Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2893 | 2023-12-13T04:36:23.449Z | Documenting subprocess v0.2.9 |
2894 | 2023-12-13T04:36:24.592Z | Documenting shell-words v1.1.0 |
2895 | 2023-12-13T04:36:27.065Z | Documenting corncobs v0.1.3 |
2896 | 2023-12-13T04:36:28.149Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2897 | 2023-12-13T04:36:29.682Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2898 | 2023-12-13T04:36:30.821Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2899 | 2023-12-13T04:36:31.158Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2900 | 2023-12-13T04:36:31.620Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2901 | 2023-12-13T04:36:33.596Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2902 | 2023-12-13T04:36:37.764Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2023-12-13T04:36:38.664Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2904 | 2023-12-13T04:36:39.649Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2905 | 2023-12-13T04:36:41.393Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2906 | 2023-12-13T04:37:01.401Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2907 | 2023-12-13T04:37:08.835Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2908 | 2023-12-13T04:37:10.420Z | Documenting fatfs v0.3.6 |
2909 | 2023-12-13T04:37:13.221Z | Documenting nanorand v0.7.0 |
2910 | 2023-12-13T04:37:13.716Z | Documenting assert_matches v1.5.0 |
2911 | 2023-12-13T04:37:16.284Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2912 | 2023-12-13T04:37:17.922Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2913 | 2023-12-13T04:37:19.209Z | Documenting flume v0.11.0 |
2914 | 2023-12-13T04:37:26.120Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2915 | 2023-12-13T04:37:26.571Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2916 | 2023-12-13T04:37:28.040Z | Documenting omicron-zone-package v0.9.1 |
2917 | 2023-12-13T04:37:29.643Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2918 | 2023-12-13T04:37:33.240Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2919 | 2023-12-13T04:37:45.508Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2920 | 2023-12-13T04:37:46.627Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2921 | 2023-12-13T04:37:47.952Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2922 | 2023-12-13T04:37:52.013Z | Documenting termios v0.3.3 |
2923 | 2023-12-13T04:37:56.450Z | Documenting topological-sort v0.2.2 |
2924 | 2023-12-13T04:37:58.076Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2925 | 2023-12-13T04:37:58.076Z | --> sled-agent/src/sim/instance.rs:46:7 |
2926 | 2023-12-13T04:37:58.076Z | | |
2927 | 2023-12-13T04:37:58.076Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2928 | 2023-12-13T04:37:58.076Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2929 | 2023-12-13T04:37:58.076Z | | |
2930 | 2023-12-13T04:37:58.076Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2931 | 2023-12-13T04:37:58.076Z | |
2932 | 2023-12-13T04:37:58.167Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2933 | 2023-12-13T04:38:03.105Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2934 | 2023-12-13T04:38:03.245Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2935 | 2023-12-13T04:38:03.432Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2936 | 2023-12-13T04:38:06.576Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2937 | 2023-12-13T04:38:07.634Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2938 | 2023-12-13T04:38:53.717Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2939 | 2023-12-13T04:38:53.717Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2940 | 2023-12-13T04:39:06.010Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2941 | 2023-12-13T04:39:07.070Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2942 | 2023-12-13T04:39:09.052Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2943 | 2023-12-13T04:39:10.970Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2944 | 2023-12-13T04:39:28.009Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2945 | 2023-12-13T04:40:22.226Z | warning: unresolved link to `VolumeConstructionRequest` |
2946 | 2023-12-13T04:40:22.226Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2947 | 2023-12-13T04:40:22.226Z | | |
2948 | 2023-12-13T04:40:22.226Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2949 | 2023-12-13T04:40:22.226Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2950 | 2023-12-13T04:40:22.226Z | | |
2951 | 2023-12-13T04:40:22.226Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2952 | 2023-12-13T04:40:22.226Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2953 | 2023-12-13T04:40:22.226Z | |
2954 | 2023-12-13T04:40:22.230Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2955 | 2023-12-13T04:40:22.230Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2956 | 2023-12-13T04:40:22.230Z | | |
2957 | 2023-12-13T04:40:22.230Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2958 | 2023-12-13T04:40:22.230Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2959 | 2023-12-13T04:40:22.230Z | |
2960 | 2023-12-13T04:40:22.231Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2961 | 2023-12-13T04:40:22.231Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2962 | 2023-12-13T04:40:22.231Z | | |
2963 | 2023-12-13T04:40:22.231Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2964 | 2023-12-13T04:40:22.231Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2965 | 2023-12-13T04:40:22.231Z | |
2966 | 2023-12-13T04:40:22.231Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2967 | 2023-12-13T04:40:22.231Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2968 | 2023-12-13T04:40:22.231Z | | |
2969 | 2023-12-13T04:40:22.231Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2970 | 2023-12-13T04:40:22.231Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2971 | 2023-12-13T04:40:22.231Z | |
2972 | 2023-12-13T04:40:22.231Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2973 | 2023-12-13T04:40:22.231Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2974 | 2023-12-13T04:40:22.231Z | | |
2975 | 2023-12-13T04:40:22.231Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2976 | 2023-12-13T04:40:22.231Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2977 | 2023-12-13T04:40:22.231Z | |
2978 | 2023-12-13T04:40:22.231Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2979 | 2023-12-13T04:40:22.231Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2980 | 2023-12-13T04:40:22.231Z | | |
2981 | 2023-12-13T04:40:22.231Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2982 | 2023-12-13T04:40:22.231Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2983 | 2023-12-13T04:40:22.231Z | |
2984 | 2023-12-13T04:40:22.232Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2985 | 2023-12-13T04:40:22.232Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2986 | 2023-12-13T04:40:22.232Z | | |
2987 | 2023-12-13T04:40:22.232Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2988 | 2023-12-13T04:40:22.232Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2989 | 2023-12-13T04:40:22.232Z | |
2990 | 2023-12-13T04:40:25.506Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2991 | 2023-12-13T04:40:57.673Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 47s |
2992 | 2023-12-13T04:40:57.783Z | |
2993 | 2023-12-13T04:40:57.784Z | real 15:48.156753394 |
2994 | 2023-12-13T04:40:57.787Z | user 53:29.563589150 |
2995 | 2023-12-13T04:40:57.787Z | sys 59:46.019014500 |
2996 | 2023-12-13T04:40:57.787Z | trap 1.892401790 |
2997 | 2023-12-13T04:40:57.787Z | tflt 0.787583053 |
2998 | 2023-12-13T04:40:57.787Z | dflt 0.442397449 |
2999 | 2023-12-13T04:40:57.787Z | kflt 0.000185032 |
3000 | 2023-12-13T04:40:57.787Z | lock 3:07:50.482599203 |
3001 | 2023-12-13T04:40:57.787Z | slp 4:05:06.709945191 |
3002 | 2023-12-13T04:40:57.787Z | lat 5:28.887258603 |
3003 | 2023-12-13T04:40:57.788Z | stop 1:30.172510846 |
3004 | 2023-12-13T04:40:57.788Z | process exited: duration 1821494 ms, exit code 0 |
|
3005 | 2023-12-13T04:40:57.795Z | found 0 output files |