|
|
|
1 | 2024-05-14T03:13:01.748Z | job assigned to worker 01HXTHBN0CE1AWJ54EK6XEXDD2 (queued for 1 m 11 s) |
|
2 | 2024-05-14T03:13:10.636Z | starting task 0: "setup" |
3 | 2024-05-14T03:13:10.688Z | ++ uname -s |
4 | 2024-05-14T03:13:10.699Z | + kern=SunOS |
5 | 2024-05-14T03:13:10.699Z | + case "$kern" in |
6 | 2024-05-14T03:13:10.699Z | + groupadd -g 12345 build |
7 | 2024-05-14T03:13:10.699Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-14T03:13:12.710Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-14T03:13:13.143Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-14T03:13:13.144Z | + home_fs=zfs |
11 | 2024-05-14T03:13:13.144Z | + [[ zfs == autofs ]] |
12 | 2024-05-14T03:13:13.144Z | + mkdir -p /home/build |
13 | 2024-05-14T03:13:13.144Z | + chown build:build /home/build /work |
14 | 2024-05-14T03:13:14.823Z | + chmod 0700 /home/build /work |
15 | 2024-05-14T03:13:14.854Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-05-14T03:13:14.916Z | starting task 1: "rust-toolchain" |
17 | 2024-05-14T03:13:14.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-14T03:13:14.945Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-05-14T03:13:15.043Z | info: downloading installer |
20 | 2024-05-14T03:13:16.199Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-14T03:13:16.199Z | warning: /opt/ooce/bin |
22 | 2024-05-14T03:13:16.200Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-14T03:13:16.200Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-14T03:13:16.201Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-14T03:13:16.201Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-14T03:13:16.202Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-14T03:13:16.202Z | error: cannot install while Rust is installed |
28 | 2024-05-14T03:13:16.202Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-14T03:13:16.299Z | info: profile set to 'default' |
30 | 2024-05-14T03:13:16.299Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-14T03:13:16.341Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-05-14T03:13:16.409Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-05-14T03:13:16.410Z | info: downloading component 'cargo' |
34 | 2024-05-14T03:13:17.021Z | info: downloading component 'clippy' |
35 | 2024-05-14T03:13:17.255Z | info: downloading component 'rust-docs' |
36 | 2024-05-14T03:13:18.405Z | info: downloading component 'rust-std' |
37 | 2024-05-14T03:13:19.373Z | info: downloading component 'rustc' |
38 | 2024-05-14T03:13:22.574Z | info: downloading component 'rustfmt' |
39 | 2024-05-14T03:13:22.785Z | info: installing component 'cargo' |
40 | 2024-05-14T03:13:23.623Z | info: installing component 'clippy' |
41 | 2024-05-14T03:13:24.002Z | info: installing component 'rust-docs' |
42 | 2024-05-14T03:13:25.406Z | info: installing component 'rust-std' |
43 | 2024-05-14T03:13:27.289Z | info: installing component 'rustc' |
44 | 2024-05-14T03:13:31.349Z | info: installing component 'rustfmt' |
45 | 2024-05-14T03:13:31.726Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-05-14T03:13:31.759Z | |
47 | 2024-05-14T03:13:32.040Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-05-14T03:13:32.040Z | |
49 | 2024-05-14T03:13:32.072Z | |
50 | 2024-05-14T03:13:32.072Z | Rust is installed now. Great! |
51 | 2024-05-14T03:13:32.072Z | |
52 | 2024-05-14T03:13:32.072Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-14T03:13:32.073Z | environment variable. This has not been done automatically. |
54 | 2024-05-14T03:13:32.073Z | |
55 | 2024-05-14T03:13:32.073Z | To configure your current shell, you need to source |
56 | 2024-05-14T03:13:32.073Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-14T03:13:32.073Z | |
58 | 2024-05-14T03:13:32.073Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-14T03:13:32.074Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-14T03:13:32.074Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-14T03:13:32.152Z | + rustc --version |
62 | 2024-05-14T03:13:32.206Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-05-14T03:13:32.237Z | process exited: duration 17293 ms, exit code 0 |
|
64 | 2024-05-14T03:13:32.710Z | starting task 2: "authentication" |
65 | 2024-05-14T03:13:33.175Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
66 | 2024-05-14T03:13:53.508Z | process exited: duration 20808 ms, exit code 0 |
|
67 | 2024-05-14T03:13:53.518Z | starting task 3: "clone repository" |
68 | 2024-05-14T03:13:53.523Z | + mkdir -p /work/oxidecomputer/omicron |
69 | 2024-05-14T03:13:53.527Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
70 | 2024-05-14T03:13:53.953Z | Cloning into '/work/oxidecomputer/omicron'... |
71 | 2024-05-14T03:14:00.867Z | + cd /work/oxidecomputer/omicron |
72 | 2024-05-14T03:14:00.867Z | + git fetch origin d61da270dc751048c27bb97ecd4c989342685369 |
73 | 2024-05-14T03:14:01.184Z | From https://github.com/oxidecomputer/omicron |
74 | 2024-05-14T03:14:01.185Z | * branch d61da270dc751048c27bb97ecd4c989342685369 -> FETCH_HEAD |
75 | 2024-05-14T03:14:01.200Z | + [[ -n renovate/taiki-e-install-action-digest ]] |
76 | 2024-05-14T03:14:01.200Z | ++ git branch --show-current |
77 | 2024-05-14T03:14:01.201Z | + current=main |
78 | 2024-05-14T03:14:01.201Z | + [[ main != renovate/taiki-e-install-action-digest ]] |
79 | 2024-05-14T03:14:01.201Z | + git branch -f renovate/taiki-e-install-action-digest d61da270dc751048c27bb97ecd4c989342685369 |
80 | 2024-05-14T03:14:01.232Z | + git checkout -f renovate/taiki-e-install-action-digest |
81 | 2024-05-14T03:14:01.330Z | Switched to branch 'renovate/taiki-e-install-action-digest' |
82 | 2024-05-14T03:14:01.346Z | + git reset --hard d61da270dc751048c27bb97ecd4c989342685369 |
83 | 2024-05-14T03:14:01.812Z | HEAD is now at d61da270d Update taiki-e/install-action digest to c2927f0 |
84 | 2024-05-14T03:14:01.813Z | process exited: duration 7925 ms, exit code 0 |
|
85 | 2024-05-14T03:14:01.876Z | starting task 4: "build" |
86 | 2024-05-14T03:14:01.900Z | + cargo --version |
87 | 2024-05-14T03:14:01.900Z | info: syncing channel updates for '1.77.2-x86_64-unknown-illumos' |
88 | 2024-05-14T03:14:02.067Z | info: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09) |
89 | 2024-05-14T03:14:02.067Z | info: downloading component 'cargo' |
90 | 2024-05-14T03:14:02.710Z | info: downloading component 'clippy' |
91 | 2024-05-14T03:14:02.938Z | info: downloading component 'rust-docs' |
92 | 2024-05-14T03:14:04.224Z | info: downloading component 'rust-std' |
93 | 2024-05-14T03:14:05.116Z | info: downloading component 'rustc' |
94 | 2024-05-14T03:14:08.480Z | info: downloading component 'rustfmt' |
95 | 2024-05-14T03:14:08.687Z | info: installing component 'cargo' |
96 | 2024-05-14T03:14:09.513Z | info: installing component 'clippy' |
97 | 2024-05-14T03:14:09.845Z | info: installing component 'rust-docs' |
98 | 2024-05-14T03:14:11.316Z | info: installing component 'rust-std' |
99 | 2024-05-14T03:14:12.950Z | info: installing component 'rustc' |
100 | 2024-05-14T03:14:16.961Z | info: installing component 'rustfmt' |
101 | 2024-05-14T03:14:17.356Z | cargo 1.77.2 (e52e36006 2024-03-26) |
102 | 2024-05-14T03:14:17.369Z | + rustc --version |
103 | 2024-05-14T03:14:17.420Z | rustc 1.77.2 (25ef9e3d8 2024-04-09) |
104 | 2024-05-14T03:14:17.424Z | + source ./env.sh |
105 | 2024-05-14T03:14:17.461Z | ++ set -o xtrace |
106 | 2024-05-14T03:14:17.461Z | ++++ dirname ./env.sh |
107 | 2024-05-14T03:14:17.461Z | +++ readlink -f . |
108 | 2024-05-14T03:14:17.920Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
109 | 2024-05-14T03:14:17.926Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-05-14T03:14:17.926Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-05-14T03:14:17.926Z | ++ 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 |
112 | 2024-05-14T03:14:17.926Z | ++ 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 |
113 | 2024-05-14T03:14:17.926Z | ++ 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 |
114 | 2024-05-14T03:14:17.926Z | ++ 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 |
115 | 2024-05-14T03:14:17.926Z | ++ 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 |
116 | 2024-05-14T03:14:17.926Z | ++ 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 |
117 | 2024-05-14T03:14:17.926Z | ++ unset OMICRON_WS |
118 | 2024-05-14T03:14:17.926Z | ++ set +o xtrace |
119 | 2024-05-14T03:14:17.926Z | |
120 | 2024-05-14T03:14:17.926Z | ##### ##### ###### ##### ###### #### # # # #### # |
121 | 2024-05-14T03:14:17.926Z | # # # # # # # # # # # # # # # |
122 | 2024-05-14T03:14:17.926Z | # # # # ##### # # ##### # # # # # #### # |
123 | 2024-05-14T03:14:17.926Z | ##### ##### # ##### # # # # # # # # # |
124 | 2024-05-14T03:14:17.926Z | # # # # # # # # # # # # # # # |
125 | 2024-05-14T03:14:17.927Z | # # # ###### # # ###### ### # #### # #### # |
126 | 2024-05-14T03:14:17.927Z | |
127 | 2024-05-14T03:14:28.795Z | Startup: Refreshing catalog 'helios-dev' ... Done |
128 | 2024-05-14T03:14:30.720Z | Startup: Caching catalogs ... Done |
129 | 2024-05-14T03:14:32.265Z | Planning: Solver setup ... Done (1.114s) |
130 | 2024-05-14T03:14:32.281Z | Planning: Running solver ... Done (0.020s) |
131 | 2024-05-14T03:14:32.314Z | Planning: Finding local manifests ... Done (0.004s) |
132 | 2024-05-14T03:14:32.333Z | Planning: Fetching manifests: 0/4 0% complete |
133 | 2024-05-14T03:14:32.660Z | Planning: Fetching manifests: 4/4 100% complete |
134 | 2024-05-14T03:14:32.686Z | Planning: Package planning ... Done (0.048s) |
135 | 2024-05-14T03:14:32.732Z | Planning: Merging actions ... Done (0.050s) |
136 | 2024-05-14T03:14:33.904Z | Planning: Checking for conflicting actions ... Done (1.168s) |
137 | 2024-05-14T03:14:33.921Z | Planning: Consolidating action changes ... Done (0.011s) |
138 | 2024-05-14T03:14:38.767Z | Planning: Evaluating mediators ... Done (4.854s) |
139 | 2024-05-14T03:14:38.777Z | Planning: Planning completed in 7.99 seconds |
140 | 2024-05-14T03:14:39.125Z | Packages to install: 4 |
141 | 2024-05-14T03:14:39.126Z | Mediators to change: 2 |
142 | 2024-05-14T03:14:39.137Z | Services to change: 1 |
143 | 2024-05-14T03:14:39.137Z | Estimated space available: 155.31 GB |
144 | 2024-05-14T03:14:39.137Z | Estimated space to be consumed: 1.44 GB |
145 | 2024-05-14T03:14:39.138Z | Create boot environment: No |
146 | 2024-05-14T03:14:39.138Z | Create backup boot environment: No |
147 | 2024-05-14T03:14:39.138Z | Rebuild boot archive: No |
148 | 2024-05-14T03:14:39.138Z | |
149 | 2024-05-14T03:14:39.138Z | Changed mediators: |
150 | 2024-05-14T03:14:39.138Z | mediator clang: |
151 | 2024-05-14T03:14:39.138Z | version: None -> 15 (system default) |
152 | 2024-05-14T03:14:39.138Z | |
153 | 2024-05-14T03:14:39.139Z | mediator llvm: |
154 | 2024-05-14T03:14:39.139Z | version: 14 (system default) -> 15 (system default) |
155 | 2024-05-14T03:14:39.139Z | |
156 | 2024-05-14T03:14:39.139Z | Changed packages: |
157 | 2024-05-14T03:14:39.139Z | helios-dev |
158 | 2024-05-14T03:14:39.139Z | developer/build-essential |
159 | 2024-05-14T03:14:39.140Z | None -> 11-2.0 |
160 | 2024-05-14T03:14:39.140Z | library/libxmlsec1 |
161 | 2024-05-14T03:14:39.140Z | None -> 1.2.35-2.0 |
162 | 2024-05-14T03:14:39.140Z | ooce/developer/clang-15 |
163 | 2024-05-14T03:14:39.140Z | None -> 15.0.7-2.0 |
164 | 2024-05-14T03:14:39.141Z | ooce/developer/llvm-15 |
165 | 2024-05-14T03:14:39.141Z | None -> 15.0.7-2.0 |
166 | 2024-05-14T03:14:39.141Z | |
167 | 2024-05-14T03:14:39.141Z | Services: |
168 | 2024-05-14T03:14:39.141Z | restart_fmri: |
169 | 2024-05-14T03:14:39.142Z | svc:/system/update-man-index:default |
170 | 2024-05-14T03:14:39.305Z | |
171 | 2024-05-14T03:14:39.306Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
172 | 2024-05-14T03:14:44.353Z | Download: 427/3290 items 16.6/212.6MB 7% complete (3.5M/s) |
173 | 2024-05-14T03:14:49.345Z | Download: 947/3290 items 18.8/212.6MB 8% complete (1.9M/s) |
174 | 2024-05-14T03:14:54.968Z | Download: 1189/3290 items 83.2/212.6MB 39% complete (7.8M/s) |
175 | 2024-05-14T03:15:00.014Z | Download: 1195/3290 items 83.3/212.6MB 39% complete (7.5M/s) |
176 | 2024-05-14T03:15:07.594Z | Download: 1196/3290 items 83.3/212.6MB 39% complete (7.3M/s) |
177 | 2024-05-14T03:15:12.693Z | Download: 1697/3290 items 117.2/212.6MB 55% complete (7.3M/s) |
178 | 2024-05-14T03:15:17.716Z | Download: 2279/3290 items 119.5/212.6MB 56% complete (3.7M/s) |
179 | 2024-05-14T03:15:22.710Z | Download: 2937/3290 items 121.2/212.6MB 57% complete (407k/s) |
180 | 2024-05-14T03:15:29.620Z | Download: 3246/3290 items 200.5/212.6MB 94% complete (8.2M/s) |
181 | 2024-05-14T03:15:37.408Z | Download: 3288/3290 items 212.5/212.6MB 99% complete (8.6M/s) |
182 | 2024-05-14T03:15:37.849Z | Download: Completed 212.60 MB in 58.54 seconds (3.6M/s) |
183 | 2024-05-14T03:15:38.021Z | Actions: 1/3689 actions (Installing new actions) |
184 | 2024-05-14T03:15:43.134Z | Actions: 3667/3689 actions (Installing new actions) |
185 | 2024-05-14T03:15:43.173Z | Actions: Completed 3689 actions in 5.15 seconds. |
186 | 2024-05-14T03:15:43.293Z | Done (0.116s) |
187 | 2024-05-14T03:15:43.293Z | Done (0.000s) |
188 | 2024-05-14T03:15:43.584Z | Done (0.286s) |
189 | 2024-05-14T03:15:48.796Z | Done (5.068s) |
190 | 2024-05-14T03:15:49.029Z | Done (0.159s) |
191 | 2024-05-14T03:15:49.044Z | Done (0.000s) |
192 | 2024-05-14T03:15:49.215Z | Done (0.000s) |
193 | 2024-05-14T03:15:49.748Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-05-14T03:15:49.908Z | Planning: Checking for conflicting actions ... Done |
195 | 2024-05-14T03:15:49.917Z | Planning: Consolidating action changes ... Done |
196 | 2024-05-14T03:15:50.176Z | Planning: Evaluating mediators ... Done |
197 | 2024-05-14T03:15:50.191Z | Planning: Planning completed in 0.43 seconds |
198 | 2024-05-14T03:15:50.213Z | Mediators to change: 2 |
199 | 2024-05-14T03:15:50.214Z | Create boot environment: No |
200 | 2024-05-14T03:15:50.228Z | Create backup boot environment: No |
201 | 2024-05-14T03:15:50.308Z | Done |
202 | 2024-05-14T03:15:50.309Z | Done |
203 | 2024-05-14T03:15:50.487Z | Done |
204 | 2024-05-14T03:15:53.983Z | Done |
205 | 2024-05-14T03:15:54.064Z | Done |
206 | 2024-05-14T03:15:54.078Z | Done |
207 | 2024-05-14T03:15:54.187Z | Done |
208 | 2024-05-14T03:15:54.779Z | Planning: Evaluating mediator changes ... Done |
209 | 2024-05-14T03:15:54.811Z | Planning: Merging actions ... Done |
210 | 2024-05-14T03:15:55.006Z | Planning: Checking for conflicting actions ... Done |
211 | 2024-05-14T03:15:55.030Z | Planning: Consolidating action changes ... Done |
212 | 2024-05-14T03:15:55.241Z | Planning: Evaluating mediators ... Done |
213 | 2024-05-14T03:15:55.288Z | Planning: Planning completed in 0.75 seconds |
214 | 2024-05-14T03:15:55.329Z | Packages to change: 1 |
215 | 2024-05-14T03:15:55.329Z | Mediators to change: 1 |
216 | 2024-05-14T03:15:55.355Z | Services to change: 1 |
217 | 2024-05-14T03:15:55.356Z | Create boot environment: No |
218 | 2024-05-14T03:15:55.356Z | Create backup boot environment: Yes |
219 | 2024-05-14T03:15:57.198Z | Actions: 1/6 actions (Updating modified actions) |
220 | 2024-05-14T03:15:57.235Z | Actions: Completed 6 actions in 0.04 seconds. |
221 | 2024-05-14T03:15:57.240Z | Done |
222 | 2024-05-14T03:15:57.240Z | Done |
223 | 2024-05-14T03:15:57.297Z | Done |
224 | 2024-05-14T03:16:00.826Z | Done |
225 | 2024-05-14T03:16:00.902Z | Done |
226 | 2024-05-14T03:16:01.323Z | Done |
227 | 2024-05-14T03:16:01.776Z | Done |
228 | 2024-05-14T03:16:01.776Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
229 | 2024-05-14T03:16:01.777Z | clang system 15 system |
230 | 2024-05-14T03:16:01.777Z | csh system system illumos |
231 | 2024-05-14T03:16:01.777Z | ctags system system illumos |
232 | 2024-05-14T03:16:01.777Z | gcc vendor 12 vendor |
233 | 2024-05-14T03:16:01.777Z | gcc system 10 system |
234 | 2024-05-14T03:16:01.777Z | gcc system 7 system |
235 | 2024-05-14T03:16:01.778Z | go system 1.20 system |
236 | 2024-05-14T03:16:01.778Z | go system 1.19 system |
237 | 2024-05-14T03:16:01.778Z | llvm system 15 system |
238 | 2024-05-14T03:16:01.778Z | llvm system 14 system |
239 | 2024-05-14T03:16:01.778Z | mariadb system 10.6 system |
240 | 2024-05-14T03:16:01.778Z | mta vendor vendor dma |
241 | 2024-05-14T03:16:01.779Z | openjdk system 17 system |
242 | 2024-05-14T03:16:01.779Z | openjdk system 11 system |
243 | 2024-05-14T03:16:01.779Z | openjdk system 1.8 system |
244 | 2024-05-14T03:16:01.779Z | openssl vendor 3 vendor |
245 | 2024-05-14T03:16:01.779Z | perl system 5.36 system |
246 | 2024-05-14T03:16:01.779Z | postgresql system 15 system |
247 | 2024-05-14T03:16:01.779Z | postgresql system 13 system |
248 | 2024-05-14T03:16:01.779Z | python vendor 3 vendor |
249 | 2024-05-14T03:16:01.780Z | python system 2 system |
250 | 2024-05-14T03:16:01.780Z | python3 system 3.11 system |
251 | 2024-05-14T03:16:01.780Z | ruby system 3.0 system |
252 | 2024-05-14T03:16:01.780Z | words vendor vendor american-english |
253 | 2024-05-14T03:16:01.780Z | words system system australian-english |
254 | 2024-05-14T03:16:01.780Z | words system system british-english |
255 | 2024-05-14T03:16:01.781Z | words system system canadian-english |
256 | 2024-05-14T03:16:01.781Z | words system system french |
257 | 2024-05-14T03:16:01.781Z | words system system italian |
258 | 2024-05-14T03:16:01.781Z | words system system ngerman |
259 | 2024-05-14T03:16:01.781Z | words system system ogerman |
260 | 2024-05-14T03:16:01.781Z | words system system spanish |
261 | 2024-05-14T03:16:01.808Z | PUBLISHER TYPE STATUS P LOCATION |
262 | 2024-05-14T03:16:01.809Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
263 | 2024-05-14T03:16:03.562Z | FMRI IFO |
264 | 2024-05-14T03:16:03.562Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
265 | 2024-05-14T03:16:03.562Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
266 | 2024-05-14T03:16:03.562Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
267 | 2024-05-14T03:16:03.563Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
268 | 2024-05-14T03:16:03.563Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
269 | 2024-05-14T03:16:03.563Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
270 | 2024-05-14T03:16:03.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
271 | 2024-05-14T03:16:03.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2024-05-14T03:16:03.564Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
273 | 2024-05-14T03:16:03.564Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
274 | 2024-05-14T03:16:03.564Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
275 | 2024-05-14T03:16:03.564Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
276 | 2024-05-14T03:16:03.577Z | + set -o errexit |
277 | 2024-05-14T03:16:03.577Z | +++ dirname ./tools/ci_download_cockroachdb |
278 | 2024-05-14T03:16:03.578Z | ++ cd ./tools |
279 | 2024-05-14T03:16:03.578Z | ++ pwd |
280 | 2024-05-14T03:16:03.578Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
281 | 2024-05-14T03:16:03.578Z | ++ basename ./tools/ci_download_cockroachdb |
282 | 2024-05-14T03:16:03.579Z | + ARG0=ci_download_cockroachdb |
283 | 2024-05-14T03:16:03.579Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
284 | 2024-05-14T03:16:03.579Z | + CIDL_VERSION=v22.1.9 |
285 | 2024-05-14T03:16:03.579Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
286 | 2024-05-14T03:16:03.579Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
287 | 2024-05-14T03:16:03.579Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
288 | 2024-05-14T03:16:03.580Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
289 | 2024-05-14T03:16:03.580Z | + TARGET_DIR=out |
290 | 2024-05-14T03:16:03.580Z | + DOWNLOAD_DIR=out/downloads |
291 | 2024-05-14T03:16:03.580Z | + DEST_DIR=./out/cockroachdb |
292 | 2024-05-14T03:16:03.580Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
293 | 2024-05-14T03:16:03.581Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
294 | 2024-05-14T03:16:03.581Z | + main |
295 | 2024-05-14T03:16:03.581Z | + [[ 0 != 0 ]] |
296 | 2024-05-14T03:16:03.581Z | + CIDL_OS=solaris2.11 |
297 | 2024-05-14T03:16:03.581Z | + [[ 0 != 0 ]] |
298 | 2024-05-14T03:16:03.582Z | + configure_os solaris2.11 |
299 | 2024-05-14T03:16:03.582Z | + echo 'current directory: /work/oxidecomputer/omicron' |
300 | 2024-05-14T03:16:03.582Z | current directory: /work/oxidecomputer/omicron |
301 | 2024-05-14T03:16:03.582Z | + echo 'configuring based on OS: "solaris2.11"' |
302 | 2024-05-14T03:16:03.583Z | + case "$1" in |
303 | 2024-05-14T03:16:03.583Z | + CIDL_BUILD=illumos |
304 | 2024-05-14T03:16:03.583Z | configuring based on OS: "solaris2.11" |
305 | 2024-05-14T03:16:03.583Z | + CIDL_SUFFIX=tar.gz |
306 | 2024-05-14T03:16:03.583Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
307 | 2024-05-14T03:16:03.584Z | + CIDL_URL_BASE=https://illumos.org/downloads |
308 | 2024-05-14T03:16:03.584Z | + CIDL_ASSEMBLE=do_assemble_illumos |
309 | 2024-05-14T03:16:03.584Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
310 | 2024-05-14T03:16:03.585Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-05-14T03:16:03.585Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-05-14T03:16:03.585Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
313 | 2024-05-14T03:16:03.585Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-05-14T03:16:03.585Z | + CIDL_SHA256FUNC=do_sha256sum |
315 | 2024-05-14T03:16:03.586Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
316 | 2024-05-14T03:16:03.586Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
317 | 2024-05-14T03:16:03.586Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-05-14T03:16:03.586Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-05-14T03:16:03.586Z | + mkdir -p out/downloads |
320 | 2024-05-14T03:16:03.586Z | + mkdir -p ./out/cockroachdb |
321 | 2024-05-14T03:16:03.587Z | + local DO_DOWNLOAD=true |
322 | 2024-05-14T03:16:03.587Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
323 | 2024-05-14T03:16:03.587Z | + '[' true == true ']' |
324 | 2024-05-14T03:16:03.587Z | + echo Downloading... |
325 | 2024-05-14T03:16:03.587Z | Downloading... |
326 | 2024-05-14T03:16:03.588Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-05-14T03:16:03.588Z | + 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 |
328 | 2024-05-14T03:16:06.361Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
329 | 2024-05-14T03:16:06.376Z | ++ sha256sum |
330 | 2024-05-14T03:16:06.376Z | ++ awk '{print $1}' |
331 | 2024-05-14T03:16:06.419Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
332 | 2024-05-14T03:16:06.420Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
333 | 2024-05-14T03:16:06.429Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
334 | 2024-05-14T03:16:06.430Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
335 | 2024-05-14T03:16:08.609Z | + do_assemble_illumos |
336 | 2024-05-14T03:16:08.609Z | + rm -r ./out/cockroachdb |
337 | 2024-05-14T03:16:08.615Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
338 | 2024-05-14T03:16:09.040Z | + ./out/cockroachdb/bin/cockroach version |
339 | 2024-05-14T03:16:09.240Z | Build Tag: v22.1.9-dirty |
340 | 2024-05-14T03:16:09.240Z | Build Time: 2022/10/26 21:17:46 |
341 | 2024-05-14T03:16:09.241Z | Distribution: OSS |
342 | 2024-05-14T03:16:09.241Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
343 | 2024-05-14T03:16:09.241Z | Go Version: go1.17.13 |
344 | 2024-05-14T03:16:09.241Z | C Compiler: gcc 10.3.0 |
345 | 2024-05-14T03:16:09.241Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
346 | 2024-05-14T03:16:09.241Z | Build Type: release |
347 | 2024-05-14T03:16:09.256Z | + set -o errexit |
348 | 2024-05-14T03:16:09.260Z | +++ dirname ./tools/ci_download_clickhouse |
349 | 2024-05-14T03:16:09.260Z | ++ cd ./tools |
350 | 2024-05-14T03:16:09.260Z | ++ pwd |
351 | 2024-05-14T03:16:09.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
352 | 2024-05-14T03:16:09.267Z | ++ basename ./tools/ci_download_clickhouse |
353 | 2024-05-14T03:16:09.267Z | + ARG0=ci_download_clickhouse |
354 | 2024-05-14T03:16:09.267Z | + TARGET_DIR=out |
355 | 2024-05-14T03:16:09.267Z | + DOWNLOAD_DIR=out/downloads |
356 | 2024-05-14T03:16:09.267Z | + DEST_DIR=./out/clickhouse |
357 | 2024-05-14T03:16:09.267Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
358 | 2024-05-14T03:16:09.272Z | + CIDL_VERSION=v23.8.7.24 |
359 | 2024-05-14T03:16:09.272Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
360 | 2024-05-14T03:16:09.272Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
361 | 2024-05-14T03:16:09.272Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
362 | 2024-05-14T03:16:09.272Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
363 | 2024-05-14T03:16:09.272Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
364 | 2024-05-14T03:16:09.272Z | + main |
365 | 2024-05-14T03:16:09.272Z | + [[ 0 != 0 ]] |
366 | 2024-05-14T03:16:09.273Z | + CIDL_OS=solaris2.11 |
367 | 2024-05-14T03:16:09.273Z | + [[ 0 != 0 ]] |
368 | 2024-05-14T03:16:09.273Z | + configure_os solaris2.11 |
369 | 2024-05-14T03:16:09.273Z | + echo 'current directory: /work/oxidecomputer/omicron' |
370 | 2024-05-14T03:16:09.273Z | current directory: /work/oxidecomputer/omicron |
371 | 2024-05-14T03:16:09.273Z | + echo 'configuring based on OS: "solaris2.11"' |
372 | 2024-05-14T03:16:09.273Z | configuring based on OS: "solaris2.11" |
373 | 2024-05-14T03:16:09.273Z | + CIDL_DASHREV= |
374 | 2024-05-14T03:16:09.273Z | + case "$1" in |
375 | 2024-05-14T03:16:09.274Z | + CIDL_PLATFORM=illumos |
376 | 2024-05-14T03:16:09.274Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
377 | 2024-05-14T03:16:09.274Z | + CIDL_MD5FUNC=do_md5sum |
378 | 2024-05-14T03:16:09.274Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
379 | 2024-05-14T03:16:09.274Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
380 | 2024-05-14T03:16:09.274Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
381 | 2024-05-14T03:16:09.274Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
382 | 2024-05-14T03:16:09.274Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
383 | 2024-05-14T03:16:09.274Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
384 | 2024-05-14T03:16:09.274Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
385 | 2024-05-14T03:16:09.275Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
386 | 2024-05-14T03:16:09.275Z | + mkdir -p out/downloads |
387 | 2024-05-14T03:16:09.275Z | + mkdir -p ./out/clickhouse |
388 | 2024-05-14T03:16:09.275Z | + local DO_DOWNLOAD=true |
389 | 2024-05-14T03:16:09.275Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
390 | 2024-05-14T03:16:09.275Z | + '[' true == true ']' |
391 | 2024-05-14T03:16:09.275Z | + echo Downloading... |
392 | 2024-05-14T03:16:09.275Z | Downloading... |
393 | 2024-05-14T03:16:09.275Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
394 | 2024-05-14T03:16:09.276Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
395 | 2024-05-14T03:16:10.925Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
396 | 2024-05-14T03:16:10.947Z | ++ md5sum |
397 | 2024-05-14T03:16:10.947Z | ++ awk '{print $1}' |
398 | 2024-05-14T03:16:11.199Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
399 | 2024-05-14T03:16:11.200Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
400 | 2024-05-14T03:16:11.211Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
401 | 2024-05-14T03:16:11.211Z | + mkdir -p ./out/clickhouse |
402 | 2024-05-14T03:16:11.211Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
403 | 2024-05-14T03:16:15.084Z | + [[ solaris2.11 == darwin* ]] |
404 | 2024-05-14T03:16:15.085Z | + ./out/clickhouse/clickhouse server --version |
405 | 2024-05-14T03:16:15.333Z | ClickHouse server version 23.8.7.1. |
406 | 2024-05-14T03:16:15.361Z | + set -o errexit |
407 | 2024-05-14T03:16:15.387Z | +++ dirname ./tools/ci_download_console |
408 | 2024-05-14T03:16:15.387Z | ++ cd ./tools |
409 | 2024-05-14T03:16:15.387Z | ++ pwd |
410 | 2024-05-14T03:16:15.387Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
411 | 2024-05-14T03:16:15.387Z | ++ basename ./tools/ci_download_console |
412 | 2024-05-14T03:16:15.387Z | + ARG0=ci_download_console |
413 | 2024-05-14T03:16:15.387Z | + TARGET_DIR=out |
414 | 2024-05-14T03:16:15.388Z | + DOWNLOAD_DIR=out/downloads |
415 | 2024-05-14T03:16:15.388Z | + DEST_DIR=./out/console-assets |
416 | 2024-05-14T03:16:15.388Z | + source /work/oxidecomputer/omicron/tools/console_version |
417 | 2024-05-14T03:16:15.388Z | ++ COMMIT=078d17117a3937d571bb5535f9791db65be7afc5 |
418 | 2024-05-14T03:16:15.388Z | ++ SHA2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
419 | 2024-05-14T03:16:15.388Z | + URL=https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
420 | 2024-05-14T03:16:15.388Z | + TARBALL_FILE=out/downloads/console.tar.gz |
421 | 2024-05-14T03:16:15.389Z | + main |
422 | 2024-05-14T03:16:15.389Z | + [[ 0 != 0 ]] |
423 | 2024-05-14T03:16:15.389Z | + echo 'URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz' |
424 | 2024-05-14T03:16:15.389Z | URL: https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
425 | 2024-05-14T03:16:15.389Z | Local file: out/downloads/console.tar.gz |
426 | 2024-05-14T03:16:15.389Z | + echo 'Local file: out/downloads/console.tar.gz' |
427 | 2024-05-14T03:16:15.390Z | + local DO_DOWNLOAD=true |
428 | 2024-05-14T03:16:15.390Z | + [[ -f out/downloads/console.tar.gz ]] |
429 | 2024-05-14T03:16:15.390Z | + mkdir -p out/downloads |
430 | 2024-05-14T03:16:15.390Z | + '[' true == true ']' |
431 | 2024-05-14T03:16:15.390Z | + echo Downloading... |
432 | 2024-05-14T03:16:15.390Z | Downloading... |
433 | 2024-05-14T03:16:15.391Z | + do_download_curl https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz out/downloads/console.tar.gz |
434 | 2024-05-14T03:16:15.391Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/078d17117a3937d571bb5535f9791db65be7afc5.tar.gz |
435 | 2024-05-14T03:16:15.895Z | ++ do_sha256sum out/downloads/console.tar.gz |
436 | 2024-05-14T03:16:15.908Z | ++ case "$OSTYPE" in |
437 | 2024-05-14T03:16:15.908Z | ++ SHA=sha256sum |
438 | 2024-05-14T03:16:15.908Z | ++ sha256sum |
439 | 2024-05-14T03:16:15.909Z | ++ awk '{print $1}' |
440 | 2024-05-14T03:16:15.909Z | + calculated_sha2=f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c |
441 | 2024-05-14T03:16:15.909Z | + [[ f3bc51a9ddf5356ecda85ff11eec032da880be162358bb7ee676ab823e59476c != \f\3\b\c\5\1\a\9\d\d\f\5\3\5\6\e\c\d\a\8\5\f\f\1\1\e\e\c\0\3\2\d\a\8\8\0\b\e\1\6\2\3\5\8\b\b\7\e\e\6\7\6\a\b\8\2\3\e\5\9\4\7\6\c ]] |
442 | 2024-05-14T03:16:15.909Z | + rm -rf ./out/console-assets |
443 | 2024-05-14T03:16:15.909Z | + mkdir -p ./out/console-assets |
444 | 2024-05-14T03:16:15.909Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
445 | 2024-05-14T03:16:15.909Z | + mkdir -p ./out/console-assets |
446 | 2024-05-14T03:16:15.909Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
447 | 2024-05-14T03:16:16.000Z | + set -o errexit |
448 | 2024-05-14T03:16:16.017Z | +++ dirname ./tools/ci_download_dendrite_openapi |
449 | 2024-05-14T03:16:16.017Z | ++ cd ./tools |
450 | 2024-05-14T03:16:16.017Z | ++ pwd |
451 | 2024-05-14T03:16:16.018Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
452 | 2024-05-14T03:16:16.018Z | ++ basename ./tools/ci_download_dendrite_openapi |
453 | 2024-05-14T03:16:16.018Z | + ARG0=ci_download_dendrite_openapi |
454 | 2024-05-14T03:16:16.019Z | + TARGET_DIR=out |
455 | 2024-05-14T03:16:16.019Z | + DOWNLOAD_DIR=out/downloads |
456 | 2024-05-14T03:16:16.019Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
457 | 2024-05-14T03:16:16.019Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
458 | 2024-05-14T03:16:16.019Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
459 | 2024-05-14T03:16:16.020Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
460 | 2024-05-14T03:16:16.020Z | + LOCAL_FILE=out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
461 | 2024-05-14T03:16:16.020Z | + main |
462 | 2024-05-14T03:16:16.020Z | + [[ 0 != 0 ]] |
463 | 2024-05-14T03:16:16.020Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json' |
464 | 2024-05-14T03:16:16.020Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
465 | 2024-05-14T03:16:16.021Z | + echo 'Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json' |
466 | 2024-05-14T03:16:16.021Z | + local DO_DOWNLOAD=true |
467 | 2024-05-14T03:16:16.021Z | Local file: out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
468 | 2024-05-14T03:16:16.021Z | + [[ -f out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json ]] |
469 | 2024-05-14T03:16:16.022Z | + mkdir -p out/downloads |
470 | 2024-05-14T03:16:16.022Z | + '[' true == true ']' |
471 | 2024-05-14T03:16:16.022Z | + echo Downloading... |
472 | 2024-05-14T03:16:16.022Z | Downloading... |
473 | 2024-05-14T03:16:16.022Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
474 | 2024-05-14T03:16:16.023Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3b84ea6516cafb4595a6f2a668df16c1a501b687/dpd.json |
475 | 2024-05-14T03:16:16.166Z | ++ do_sha256sum out/downloads/dpd-3b84ea6516cafb4595a6f2a668df16c1a501b687.json |
476 | 2024-05-14T03:16:16.166Z | ++ case "$OSTYPE" in |
477 | 2024-05-14T03:16:16.169Z | ++ SHA=sha256sum |
478 | 2024-05-14T03:16:16.169Z | ++ sha256sum |
479 | 2024-05-14T03:16:16.169Z | ++ awk '{print $1}' |
480 | 2024-05-14T03:16:16.172Z | + calculated_sha2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
481 | 2024-05-14T03:16:16.172Z | + [[ fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 != \f\c\3\9\7\e\2\5\4\d\c\1\5\0\8\5\0\f\b\a\1\2\0\1\3\d\f\1\4\7\a\a\9\b\2\3\2\9\6\0\5\6\f\b\4\d\9\3\f\6\5\c\1\8\0\6\e\2\5\b\0\8\2\3 ]] |
482 | 2024-05-14T03:16:16.179Z | + set -o errexit |
483 | 2024-05-14T03:16:16.182Z | +++ dirname ./tools/ci_download_dendrite_stub |
484 | 2024-05-14T03:16:16.191Z | ++ cd ./tools |
485 | 2024-05-14T03:16:16.191Z | ++ pwd |
486 | 2024-05-14T03:16:16.191Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
487 | 2024-05-14T03:16:16.191Z | ++ basename ./tools/ci_download_dendrite_stub |
488 | 2024-05-14T03:16:16.191Z | + ARG0=ci_download_dendrite_stub |
489 | 2024-05-14T03:16:16.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
490 | 2024-05-14T03:16:16.195Z | ++ CIDL_SHA256_ILLUMOS=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
491 | 2024-05-14T03:16:16.195Z | ++ CIDL_SHA256_LINUX_DPD=c255370062ce616f6fce5630fad7a1fbfa63aa7db964aeb6de410ba4a4bc3193 |
492 | 2024-05-14T03:16:16.195Z | ++ CIDL_SHA256_LINUX_SWADM=7899b1603518489b2276f9d9043107a267060e3b05be51f08002adf3d118a7c9 |
493 | 2024-05-14T03:16:16.195Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2024-05-14T03:16:16.195Z | ++ COMMIT=3b84ea6516cafb4595a6f2a668df16c1a501b687 |
495 | 2024-05-14T03:16:16.195Z | ++ SHA2=fc397e254dc150850fba12013df147aa9b23296056fb4d93f65c1806e25b0823 |
496 | 2024-05-14T03:16:16.195Z | + TARGET_DIR=out |
497 | 2024-05-14T03:16:16.195Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-05-14T03:16:16.195Z | + DEST_DIR=./out/dendrite-stub |
499 | 2024-05-14T03:16:16.195Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
500 | 2024-05-14T03:16:16.195Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
501 | 2024-05-14T03:16:16.195Z | + REPO=oxidecomputer/dendrite |
502 | 2024-05-14T03:16:16.195Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687 |
503 | 2024-05-14T03:16:16.195Z | + main |
504 | 2024-05-14T03:16:16.196Z | + [[ 0 != 0 ]] |
505 | 2024-05-14T03:16:16.196Z | + CIDL_OS=solaris2.11 |
506 | 2024-05-14T03:16:16.196Z | + [[ 0 != 0 ]] |
507 | 2024-05-14T03:16:16.196Z | + configure_os solaris2.11 |
508 | 2024-05-14T03:16:16.196Z | + echo 'current directory: /work/oxidecomputer/omicron' |
509 | 2024-05-14T03:16:16.196Z | current directory: /work/oxidecomputer/omicron |
510 | 2024-05-14T03:16:16.196Z | + echo 'configuring based on OS: "solaris2.11"' |
511 | 2024-05-14T03:16:16.196Z | + case "$1" in |
512 | 2024-05-14T03:16:16.196Z | configuring based on OS: "solaris2.11" |
513 | 2024-05-14T03:16:16.196Z | + SET_BINARIES= |
514 | 2024-05-14T03:16:16.196Z | + CIDL_SHA256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
515 | 2024-05-14T03:16:16.196Z | + CIDL_SHA256FUNC=do_sha256sum |
516 | 2024-05-14T03:16:16.196Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
517 | 2024-05-14T03:16:16.196Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
518 | 2024-05-14T03:16:16.196Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
519 | 2024-05-14T03:16:16.196Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz' |
520 | 2024-05-14T03:16:16.196Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
521 | 2024-05-14T03:16:16.196Z | + mkdir -p out/downloads |
522 | 2024-05-14T03:16:16.196Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
523 | 2024-05-14T03:16:16.196Z | Local file: out/downloads/dendrite-stub.tar.gz |
524 | 2024-05-14T03:16:16.196Z | + mkdir -p ./out/dendrite-stub |
525 | 2024-05-14T03:16:16.196Z | + fetch_and_verify |
526 | 2024-05-14T03:16:16.196Z | + local DO_DOWNLOAD=true |
527 | 2024-05-14T03:16:16.197Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
528 | 2024-05-14T03:16:16.197Z | + '[' true == true ']' |
529 | 2024-05-14T03:16:16.197Z | + echo Downloading... |
530 | 2024-05-14T03:16:16.197Z | Downloading... |
531 | 2024-05-14T03:16:16.197Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
532 | 2024-05-14T03:16:16.197Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3b84ea6516cafb4595a6f2a668df16c1a501b687/dendrite-stub.tar.gz |
533 | 2024-05-14T03:16:27.778Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
534 | 2024-05-14T03:16:27.790Z | ++ sha256sum |
535 | 2024-05-14T03:16:27.790Z | ++ awk '{print $1}' |
536 | 2024-05-14T03:16:27.820Z | + calculated_sha256=1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b |
537 | 2024-05-14T03:16:27.820Z | + [[ 1a18379522da75c034d66d15cf2e50a0d7289a746ef7c8a0ad98c4f61403f29b != \1\a\1\8\3\7\9\5\2\2\d\a\7\5\c\0\3\4\d\6\6\d\1\5\c\f\2\e\5\0\a\0\d\7\2\8\9\a\7\4\6\e\f\7\c\8\a\0\a\d\9\8\c\4\f\6\1\4\0\3\f\2\9\b ]] |
538 | 2024-05-14T03:16:27.820Z | + do_untar out/downloads/dendrite-stub.tar.gz |
539 | 2024-05-14T03:16:27.821Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
540 | 2024-05-14T03:16:28.418Z | + do_assemble |
541 | 2024-05-14T03:16:28.419Z | + rm -r ./out/dendrite-stub |
542 | 2024-05-14T03:16:28.434Z | + mkdir ./out/dendrite-stub |
543 | 2024-05-14T03:16:28.434Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
544 | 2024-05-14T03:16:28.508Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
545 | 2024-05-14T03:16:28.527Z | + set -o errexit |
546 | 2024-05-14T03:16:28.527Z | +++ dirname ./tools/ci_download_maghemite_mgd |
547 | 2024-05-14T03:16:28.527Z | ++ cd ./tools |
548 | 2024-05-14T03:16:28.527Z | ++ pwd |
549 | 2024-05-14T03:16:28.527Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
550 | 2024-05-14T03:16:28.528Z | ++ basename ./tools/ci_download_maghemite_mgd |
551 | 2024-05-14T03:16:28.557Z | + ARG0=ci_download_maghemite_mgd |
552 | 2024-05-14T03:16:28.557Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
553 | 2024-05-14T03:16:28.557Z | ++ CIDL_SHA256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
554 | 2024-05-14T03:16:28.557Z | ++ MGD_LINUX_SHA256=903413ddaab89594ed7518cb8f2f27793e96cd17ed2d6b3fe11657ec4375cb19 |
555 | 2024-05-14T03:16:28.557Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
556 | 2024-05-14T03:16:28.557Z | ++ COMMIT=025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
557 | 2024-05-14T03:16:28.557Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
558 | 2024-05-14T03:16:28.557Z | + TARGET_DIR=out |
559 | 2024-05-14T03:16:28.557Z | + DOWNLOAD_DIR=out/downloads |
560 | 2024-05-14T03:16:28.557Z | + DEST_DIR=./out/mgd |
561 | 2024-05-14T03:16:28.557Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
562 | 2024-05-14T03:16:28.558Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2024-05-14T03:16:28.558Z | + REPO=oxidecomputer/maghemite |
564 | 2024-05-14T03:16:28.558Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96 |
565 | 2024-05-14T03:16:28.558Z | + main |
566 | 2024-05-14T03:16:28.558Z | + rm -rf out/downloads/root |
567 | 2024-05-14T03:16:28.558Z | + [[ 0 != 0 ]] |
568 | 2024-05-14T03:16:28.558Z | + CIDL_OS=solaris2.11 |
569 | 2024-05-14T03:16:28.558Z | + [[ 0 != 0 ]] |
570 | 2024-05-14T03:16:28.558Z | + configure_os solaris2.11 |
571 | 2024-05-14T03:16:28.559Z | + echo 'current directory: /work/oxidecomputer/omicron' |
572 | 2024-05-14T03:16:28.559Z | current directory: /work/oxidecomputer/omicron |
573 | 2024-05-14T03:16:28.559Z | + echo 'configuring based on OS: "solaris2.11"' |
574 | 2024-05-14T03:16:28.559Z | configuring based on OS: "solaris2.11" |
575 | 2024-05-14T03:16:28.559Z | + case "$1" in |
576 | 2024-05-14T03:16:28.559Z | + SET_BINARIES= |
577 | 2024-05-14T03:16:28.559Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2024-05-14T03:16:28.559Z | + TARBALL_FILENAME=mgd.tar.gz |
579 | 2024-05-14T03:16:28.559Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
580 | 2024-05-14T03:16:28.559Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
581 | 2024-05-14T03:16:28.559Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz' |
582 | 2024-05-14T03:16:28.559Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
583 | 2024-05-14T03:16:28.560Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
584 | 2024-05-14T03:16:28.560Z | Local file: out/downloads/mgd.tar.gz |
585 | 2024-05-14T03:16:28.560Z | + mkdir -p out/downloads |
586 | 2024-05-14T03:16:28.560Z | + mkdir -p ./out/mgd |
587 | 2024-05-14T03:16:28.560Z | + fetch_and_verify |
588 | 2024-05-14T03:16:28.560Z | + local DO_DOWNLOAD=true |
589 | 2024-05-14T03:16:28.560Z | + [[ -f out/downloads/mgd.tar.gz ]] |
590 | 2024-05-14T03:16:28.560Z | + '[' true == true ']' |
591 | 2024-05-14T03:16:28.560Z | + echo Downloading... |
592 | 2024-05-14T03:16:28.560Z | Downloading... |
593 | 2024-05-14T03:16:28.560Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz out/downloads/mgd.tar.gz |
594 | 2024-05-14T03:16:28.560Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/025389ff39d594bf2b815377e2c1dc4dd23b1f96/mgd.tar.gz |
595 | 2024-05-14T03:16:44.894Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
596 | 2024-05-14T03:16:44.899Z | ++ sha256sum |
597 | 2024-05-14T03:16:44.899Z | ++ awk '{print $1}' |
598 | 2024-05-14T03:16:44.919Z | + calculated_sha256=e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd |
599 | 2024-05-14T03:16:44.927Z | + [[ e0907de39ca9f8ab45d40d361a1dbeed4bd8e9b157f8d3d8fe0a4bc259d933bd != \e\0\9\0\7\d\e\3\9\c\a\9\f\8\a\b\4\5\d\4\0\d\3\6\1\a\1\d\b\e\e\d\4\b\d\8\e\9\b\1\5\7\f\8\d\3\d\8\f\e\0\a\4\b\c\2\5\9\d\9\3\3\b\d ]] |
600 | 2024-05-14T03:16:44.927Z | + do_untar out/downloads/mgd.tar.gz |
601 | 2024-05-14T03:16:44.927Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
602 | 2024-05-14T03:16:45.510Z | + do_assemble |
603 | 2024-05-14T03:16:45.510Z | + rm -r ./out/mgd |
604 | 2024-05-14T03:16:45.523Z | + mkdir ./out/mgd |
605 | 2024-05-14T03:16:45.524Z | + cp -r out/downloads/root ./out/mgd/root |
606 | 2024-05-14T03:16:45.597Z | + set -o errexit |
607 | 2024-05-14T03:16:45.611Z | +++ dirname ./tools/ci_download_transceiver_control |
608 | 2024-05-14T03:16:45.611Z | ++ cd ./tools |
609 | 2024-05-14T03:16:45.611Z | ++ pwd |
610 | 2024-05-14T03:16:45.612Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
611 | 2024-05-14T03:16:45.612Z | ++ basename ./tools/ci_download_transceiver_control |
612 | 2024-05-14T03:16:45.612Z | + ARG0=ci_download_transceiver_control |
613 | 2024-05-14T03:16:45.612Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
614 | 2024-05-14T03:16:45.613Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
615 | 2024-05-14T03:16:45.613Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
616 | 2024-05-14T03:16:45.613Z | + TARGET_DIR=out |
617 | 2024-05-14T03:16:45.613Z | + DOWNLOAD_DIR=out/downloads |
618 | 2024-05-14T03:16:45.614Z | + DEST_DIR=./out/transceiver-control |
619 | 2024-05-14T03:16:45.614Z | + BIN_DIR=/opt/oxide/bin |
620 | 2024-05-14T03:16:45.614Z | + BINARY=xcvradm |
621 | 2024-05-14T03:16:45.615Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
622 | 2024-05-14T03:16:45.615Z | + REPO=oxidecomputer/transceiver-control |
623 | 2024-05-14T03:16:45.615Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
624 | 2024-05-14T03:16:45.615Z | + main |
625 | 2024-05-14T03:16:45.615Z | + [[ 0 != 0 ]] |
626 | 2024-05-14T03:16:45.616Z | + CIDL_OS=solaris2.11 |
627 | 2024-05-14T03:16:45.616Z | + [[ 0 != 0 ]] |
628 | 2024-05-14T03:16:45.616Z | + configure_os solaris2.11 |
629 | 2024-05-14T03:16:45.616Z | + echo 'current directory: /work/oxidecomputer/omicron' |
630 | 2024-05-14T03:16:45.616Z | current directory: /work/oxidecomputer/omicron |
631 | 2024-05-14T03:16:45.616Z | + echo 'configuring based on OS: "solaris2.11"' |
632 | 2024-05-14T03:16:45.616Z | + case "$1" in |
633 | 2024-05-14T03:16:45.617Z | configuring based on OS: "solaris2.11" |
634 | 2024-05-14T03:16:45.617Z | + SET_BINARIES= |
635 | 2024-05-14T03:16:45.617Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2024-05-14T03:16:45.617Z | + CIDL_SHA256FUNC=do_sha256sum |
637 | 2024-05-14T03:16:45.617Z | + ARCHIVE_FILENAME=xcvradm.gz |
638 | 2024-05-14T03:16:45.617Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
639 | 2024-05-14T03:16:45.617Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
640 | 2024-05-14T03:16:45.617Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
641 | 2024-05-14T03:16:45.617Z | + echo 'Local file: out/downloads/xcvradm.gz' |
642 | 2024-05-14T03:16:45.618Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
643 | 2024-05-14T03:16:45.618Z | Local file: out/downloads/xcvradm.gz |
644 | 2024-05-14T03:16:45.618Z | + mkdir -p out/downloads |
645 | 2024-05-14T03:16:45.630Z | + mkdir -p ./out/transceiver-control |
646 | 2024-05-14T03:16:45.631Z | + fetch_and_verify |
647 | 2024-05-14T03:16:45.631Z | + local DO_DOWNLOAD=true |
648 | 2024-05-14T03:16:45.631Z | + [[ -f out/downloads/xcvradm.gz ]] |
649 | 2024-05-14T03:16:45.631Z | + '[' true == true ']' |
650 | 2024-05-14T03:16:45.631Z | + echo Downloading... |
651 | 2024-05-14T03:16:45.632Z | Downloading... |
652 | 2024-05-14T03:16:45.632Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
653 | 2024-05-14T03:16:45.632Z | + 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 |
654 | 2024-05-14T03:16:50.245Z | ++ do_sha256sum out/downloads/xcvradm.gz |
655 | 2024-05-14T03:16:50.253Z | ++ sha256sum |
656 | 2024-05-14T03:16:50.254Z | ++ awk '{print $1}' |
657 | 2024-05-14T03:16:50.254Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
658 | 2024-05-14T03:16:50.254Z | + [[ 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 ]] |
659 | 2024-05-14T03:16:50.255Z | + do_unpack out/downloads/xcvradm.gz |
660 | 2024-05-14T03:16:50.255Z | + mkdir -p out/downloads/root//opt/oxide/bin |
661 | 2024-05-14T03:16:50.261Z | + gzip -dc out/downloads/xcvradm.gz |
662 | 2024-05-14T03:16:50.368Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
663 | 2024-05-14T03:16:50.371Z | + do_assemble |
664 | 2024-05-14T03:16:50.371Z | + rm -r ./out/transceiver-control |
665 | 2024-05-14T03:16:50.374Z | + mkdir ./out/transceiver-control |
666 | 2024-05-14T03:16:50.374Z | + cp -r out/downloads/root ./out/transceiver-control/root |
667 | 2024-05-14T03:16:50.482Z | + set -o errexit |
668 | 2024-05-14T03:16:50.498Z | +++ dirname ./tools/ci_download_thundermuffin |
669 | 2024-05-14T03:16:50.499Z | ++ cd ./tools |
670 | 2024-05-14T03:16:50.499Z | ++ pwd |
671 | 2024-05-14T03:16:50.499Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
672 | 2024-05-14T03:16:50.499Z | ++ basename ./tools/ci_download_thundermuffin |
673 | 2024-05-14T03:16:50.499Z | + ARG0=ci_download_thundermuffin |
674 | 2024-05-14T03:16:50.499Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
675 | 2024-05-14T03:16:50.499Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
676 | 2024-05-14T03:16:50.499Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
677 | 2024-05-14T03:16:50.499Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
678 | 2024-05-14T03:16:50.499Z | + TARGET_DIR=out |
679 | 2024-05-14T03:16:50.499Z | + DOWNLOAD_DIR=out/downloads |
680 | 2024-05-14T03:16:50.499Z | + DEST_DIR=./out/thundermuffin |
681 | 2024-05-14T03:16:50.499Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
682 | 2024-05-14T03:16:50.499Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
683 | 2024-05-14T03:16:50.499Z | + REPO=oxidecomputer/thundermuffin |
684 | 2024-05-14T03:16:50.499Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
685 | 2024-05-14T03:16:50.500Z | + main |
686 | 2024-05-14T03:16:50.500Z | + rm -rf out/downloads/root |
687 | 2024-05-14T03:16:50.500Z | + [[ 0 != 0 ]] |
688 | 2024-05-14T03:16:50.500Z | + CIDL_OS=solaris2.11 |
689 | 2024-05-14T03:16:50.500Z | + [[ 0 != 0 ]] |
690 | 2024-05-14T03:16:50.500Z | + configure_os solaris2.11 |
691 | 2024-05-14T03:16:50.500Z | + echo 'current directory: /work/oxidecomputer/omicron' |
692 | 2024-05-14T03:16:50.500Z | current directory: /work/oxidecomputer/omicron |
693 | 2024-05-14T03:16:50.500Z | + echo 'configuring based on OS: "solaris2.11"' |
694 | 2024-05-14T03:16:50.500Z | + case "$1" in |
695 | 2024-05-14T03:16:50.500Z | configuring based on OS: "solaris2.11" |
696 | 2024-05-14T03:16:50.500Z | + SET_BINARIES= |
697 | 2024-05-14T03:16:50.500Z | + CIDL_SHA256FUNC=do_sha256sum |
698 | 2024-05-14T03:16:50.500Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
699 | 2024-05-14T03:16:50.500Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
700 | 2024-05-14T03:16:50.500Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
701 | 2024-05-14T03:16:50.500Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
702 | 2024-05-14T03:16:50.500Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
703 | 2024-05-14T03:16:50.500Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
704 | 2024-05-14T03:16:50.500Z | Local file: out/downloads/thundermuffin.tar.gz |
705 | 2024-05-14T03:16:50.500Z | + mkdir -p out/downloads |
706 | 2024-05-14T03:16:50.501Z | + mkdir -p ./out/thundermuffin |
707 | 2024-05-14T03:16:50.501Z | + fetch_and_verify |
708 | 2024-05-14T03:16:50.501Z | + local DO_DOWNLOAD=true |
709 | 2024-05-14T03:16:50.501Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
710 | 2024-05-14T03:16:50.501Z | + '[' true == true ']' |
711 | 2024-05-14T03:16:50.501Z | + echo Downloading... |
712 | 2024-05-14T03:16:50.501Z | Downloading... |
713 | 2024-05-14T03:16:50.501Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
714 | 2024-05-14T03:16:50.501Z | + curl --silent --show-error --fail --location --output out/downloads/thundermuffin.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
715 | 2024-05-14T03:16:52.056Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
716 | 2024-05-14T03:16:52.068Z | ++ sha256sum |
717 | 2024-05-14T03:16:52.068Z | ++ awk '{print $1}' |
718 | 2024-05-14T03:16:52.068Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
719 | 2024-05-14T03:16:52.069Z | + [[ dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa != \d\c\5\5\a\2\a\c\c\d\3\3\a\3\4\7\d\f\4\c\b\d\c\0\0\2\6\c\b\a\c\c\e\a\2\c\0\0\4\9\4\0\c\3\f\e\c\8\c\a\d\c\d\d\6\3\3\d\4\4\0\d\f\a ]] |
720 | 2024-05-14T03:16:52.069Z | + do_untar out/downloads/thundermuffin.tar.gz |
721 | 2024-05-14T03:16:52.069Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
722 | 2024-05-14T03:16:52.105Z | + do_assemble |
723 | 2024-05-14T03:16:52.106Z | + rm -r ./out/thundermuffin |
724 | 2024-05-14T03:16:52.127Z | + mkdir ./out/thundermuffin |
725 | 2024-05-14T03:16:52.127Z | + cp -r out/downloads/root ./out/thundermuffin/root |
726 | 2024-05-14T03:16:52.338Z | All builder prerequisites installed successfully, and PATH looks valid |
727 | 2024-05-14T03:16:52.357Z | |
728 | 2024-05-14T03:16:52.357Z | real 2:34.689009753 |
729 | 2024-05-14T03:16:52.357Z | user 37.542919586 |
730 | 2024-05-14T03:16:52.357Z | sys 7.182045281 |
731 | 2024-05-14T03:16:52.358Z | trap 0.009154774 |
732 | 2024-05-14T03:16:52.358Z | tflt 0.195322904 |
733 | 2024-05-14T03:16:52.358Z | dflt 0.270124584 |
734 | 2024-05-14T03:16:52.358Z | kflt 0.249781962 |
735 | 2024-05-14T03:16:52.358Z | lock 1.532936881 |
736 | 2024-05-14T03:16:52.358Z | slp 5:19.732002399 |
737 | 2024-05-14T03:16:52.358Z | lat 2.002331183 |
738 | 2024-05-14T03:16:52.359Z | stop 0.150357250 |
739 | 2024-05-14T03:16:52.359Z | |
740 | 2024-05-14T03:16:52.359Z | #### # # ##### ##### # # |
741 | 2024-05-14T03:16:52.359Z | # # # # # # # # # # |
742 | 2024-05-14T03:16:52.359Z | # # # # # # # # |
743 | 2024-05-14T03:16:52.359Z | # # # ##### ##### # |
744 | 2024-05-14T03:16:52.359Z | # # # # # # # |
745 | 2024-05-14T03:16:52.359Z | #### ###### # # # # |
746 | 2024-05-14T03:16:52.360Z | |
747 | 2024-05-14T03:16:52.528Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
748 | 2024-05-14T03:16:52.830Z | Updating git repository `https://github.com/oxidecomputer/zone` |
749 | 2024-05-14T03:16:53.083Z | Updating crates.io index |
750 | 2024-05-14T03:16:53.089Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
751 | 2024-05-14T03:16:53.964Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
752 | 2024-05-14T03:16:54.688Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
753 | 2024-05-14T03:16:56.844Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
754 | 2024-05-14T03:16:57.490Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
755 | 2024-05-14T03:16:57.789Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
756 | 2024-05-14T03:16:58.810Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
757 | 2024-05-14T03:17:00.720Z | Updating git repository `https://github.com/oxidecomputer/opte` |
758 | 2024-05-14T03:17:01.723Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
759 | 2024-05-14T03:17:02.489Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
760 | 2024-05-14T03:17:02.790Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
761 | 2024-05-14T03:17:03.334Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
762 | 2024-05-14T03:17:03.703Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
763 | 2024-05-14T03:17:04.110Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
764 | 2024-05-14T03:17:04.442Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
765 | 2024-05-14T03:17:04.767Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
766 | 2024-05-14T03:17:05.281Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
767 | 2024-05-14T03:17:05.563Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
768 | 2024-05-14T03:17:05.867Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
769 | 2024-05-14T03:17:06.189Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
770 | 2024-05-14T03:17:06.610Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
771 | 2024-05-14T03:17:07.032Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
772 | 2024-05-14T03:17:07.638Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
773 | 2024-05-14T03:17:08.015Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
774 | 2024-05-14T03:17:08.299Z | Updating git repository `https://github.com/jgallagher/nix` |
775 | 2024-05-14T03:17:09.339Z | Updating git repository `https://github.com/cbiffle/hubpack` |
776 | 2024-05-14T03:17:09.682Z | Updating git repository `https://github.com/oxidecomputer/typify` |
777 | 2024-05-14T03:17:11.794Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
778 | 2024-05-14T03:17:12.153Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
779 | 2024-05-14T03:17:12.475Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
780 | 2024-05-14T03:17:12.932Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
781 | 2024-05-14T03:17:13.967Z | Downloading crates ... |
782 | 2024-05-14T03:17:14.056Z | Downloaded autocfg v1.1.0 |
783 | 2024-05-14T03:17:14.072Z | Downloaded anstyle v1.0.7 |
784 | 2024-05-14T03:17:14.073Z | Downloaded anyhow v1.0.83 |
785 | 2024-05-14T03:17:14.073Z | Downloaded equivalent v1.0.1 |
786 | 2024-05-14T03:17:14.089Z | Downloaded colorchoice v1.0.0 |
787 | 2024-05-14T03:17:14.089Z | Downloaded anstyle-query v1.0.0 |
788 | 2024-05-14T03:17:14.089Z | Downloaded strsim v0.11.0 |
789 | 2024-05-14T03:17:14.089Z | Downloaded heck v0.5.0 |
790 | 2024-05-14T03:17:14.097Z | Downloaded anstream v0.6.11 |
791 | 2024-05-14T03:17:14.097Z | Downloaded swrite v0.1.0 |
792 | 2024-05-14T03:17:14.097Z | Downloaded camino v1.1.6 |
793 | 2024-05-14T03:17:14.098Z | Downloaded fs-err v2.11.0 |
794 | 2024-05-14T03:17:14.104Z | Downloaded macaddr v1.0.1 |
795 | 2024-05-14T03:17:14.104Z | Downloaded clap_lex v0.7.0 |
796 | 2024-05-14T03:17:14.104Z | Downloaded itoa v1.0.9 |
797 | 2024-05-14T03:17:14.104Z | Downloaded cargo-platform v0.1.3 |
798 | 2024-05-14T03:17:14.104Z | Downloaded terminal_size v0.3.0 |
799 | 2024-05-14T03:17:14.124Z | Downloaded utf8parse v0.2.1 |
800 | 2024-05-14T03:17:14.124Z | Downloaded errno v0.3.8 |
801 | 2024-05-14T03:17:14.124Z | Downloaded toml_datetime v0.6.5 |
802 | 2024-05-14T03:17:14.556Z | Downloaded quote v1.0.36 |
803 | 2024-05-14T03:17:14.556Z | Downloaded anstyle-parse v0.2.1 |
804 | 2024-05-14T03:17:14.556Z | Downloaded thiserror-impl v1.0.59 |
805 | 2024-05-14T03:17:14.556Z | Downloaded serde_spanned v0.6.5 |
806 | 2024-05-14T03:17:14.557Z | Downloaded clap_derive v4.5.4 |
807 | 2024-05-14T03:17:14.557Z | Downloaded cargo_toml v0.20.2 |
808 | 2024-05-14T03:17:14.557Z | Downloaded thiserror v1.0.59 |
809 | 2024-05-14T03:17:15.388Z | Downloaded semver v1.0.22 |
810 | 2024-05-14T03:17:15.388Z | Downloaded cargo_metadata v0.18.1 |
811 | 2024-05-14T03:17:15.388Z | Downloaded ryu v1.0.15 |
812 | 2024-05-14T03:17:15.389Z | Downloaded unicode-ident v1.0.12 |
813 | 2024-05-14T03:17:15.389Z | Downloaded serde_derive v1.0.201 |
814 | 2024-05-14T03:17:15.389Z | Downloaded toml v0.8.12 |
815 | 2024-05-14T03:17:15.389Z | Downloaded proc-macro2 v1.0.81 |
816 | 2024-05-14T03:17:15.389Z | Downloaded bitflags v2.4.2 |
817 | 2024-05-14T03:17:15.389Z | Downloaded clap v4.5.4 |
818 | 2024-05-14T03:17:15.389Z | Downloaded indexmap v2.2.6 |
819 | 2024-05-14T03:17:15.390Z | Downloaded serde v1.0.201 |
820 | 2024-05-14T03:17:15.390Z | Downloaded toml_edit v0.22.12 |
821 | 2024-05-14T03:17:15.390Z | Downloaded memchr v2.7.1 |
822 | 2024-05-14T03:17:15.390Z | Downloaded hashbrown v0.14.3 |
823 | 2024-05-14T03:17:15.390Z | Downloaded winnow v0.6.1 |
824 | 2024-05-14T03:17:15.391Z | Downloaded serde_json v1.0.116 |
825 | 2024-05-14T03:17:15.391Z | Downloaded clap_builder v4.5.2 |
826 | 2024-05-14T03:17:15.391Z | Downloaded syn v2.0.60 |
827 | 2024-05-14T03:17:15.391Z | Downloaded rustix v0.38.31 |
828 | 2024-05-14T03:17:15.391Z | Downloaded libc v0.2.153 |
829 | 2024-05-14T03:17:15.392Z | Compiling proc-macro2 v1.0.81 |
830 | 2024-05-14T03:17:15.392Z | Compiling unicode-ident v1.0.12 |
831 | 2024-05-14T03:17:15.392Z | Compiling serde v1.0.201 |
832 | 2024-05-14T03:17:15.392Z | Compiling libc v0.2.153 |
833 | 2024-05-14T03:17:15.392Z | Compiling rustix v0.38.31 |
834 | 2024-05-14T03:17:15.393Z | Compiling equivalent v1.0.1 |
835 | 2024-05-14T03:17:15.393Z | Compiling utf8parse v0.2.1 |
836 | 2024-05-14T03:17:15.393Z | Compiling hashbrown v0.14.3 |
837 | 2024-05-14T03:17:15.393Z | Compiling bitflags v2.4.2 |
838 | 2024-05-14T03:17:15.394Z | Compiling anstyle-parse v0.2.1 |
839 | 2024-05-14T03:17:15.394Z | Compiling colorchoice v1.0.0 |
840 | 2024-05-14T03:17:15.394Z | Compiling anstyle-query v1.0.0 |
841 | 2024-05-14T03:17:15.394Z | Compiling serde_json v1.0.116 |
842 | 2024-05-14T03:17:15.394Z | Compiling camino v1.1.6 |
843 | 2024-05-14T03:17:15.394Z | Compiling winnow v0.6.1 |
844 | 2024-05-14T03:17:15.631Z | Compiling indexmap v2.2.6 |
845 | 2024-05-14T03:17:16.152Z | Compiling anstyle v1.0.7 |
846 | 2024-05-14T03:17:16.171Z | Compiling thiserror v1.0.59 |
847 | 2024-05-14T03:17:16.272Z | Compiling autocfg v1.1.0 |
848 | 2024-05-14T03:17:16.327Z | Compiling semver v1.0.22 |
849 | 2024-05-14T03:17:16.573Z | Compiling anstream v0.6.11 |
850 | 2024-05-14T03:17:16.759Z | Compiling anyhow v1.0.83 |
851 | 2024-05-14T03:17:16.868Z | Compiling clap_lex v0.7.0 |
852 | 2024-05-14T03:17:16.890Z | Compiling strsim v0.11.0 |
853 | 2024-05-14T03:17:17.113Z | Compiling quote v1.0.36 |
854 | 2024-05-14T03:17:17.288Z | Compiling fs-err v2.11.0 |
855 | 2024-05-14T03:17:17.326Z | Compiling heck v0.5.0 |
856 | 2024-05-14T03:17:17.354Z | Compiling itoa v1.0.9 |
857 | 2024-05-14T03:17:17.560Z | Compiling syn v2.0.60 |
858 | 2024-05-14T03:17:17.580Z | Compiling errno v0.3.8 |
859 | 2024-05-14T03:17:17.701Z | Compiling ryu v1.0.15 |
860 | 2024-05-14T03:17:17.829Z | Compiling swrite v0.1.0 |
861 | 2024-05-14T03:17:18.582Z | Compiling terminal_size v0.3.0 |
862 | 2024-05-14T03:17:18.671Z | Compiling clap_builder v4.5.2 |
863 | 2024-05-14T03:17:22.499Z | Compiling serde_derive v1.0.201 |
864 | 2024-05-14T03:17:22.499Z | Compiling thiserror-impl v1.0.59 |
865 | 2024-05-14T03:17:22.508Z | Compiling clap_derive v4.5.4 |
866 | 2024-05-14T03:17:25.222Z | Compiling clap v4.5.4 |
867 | 2024-05-14T03:17:30.238Z | Compiling serde_spanned v0.6.5 |
868 | 2024-05-14T03:17:30.261Z | Compiling toml_datetime v0.6.5 |
869 | 2024-05-14T03:17:30.262Z | Compiling cargo-platform v0.1.3 |
870 | 2024-05-14T03:17:30.262Z | Compiling macaddr v1.0.1 |
871 | 2024-05-14T03:17:30.483Z | Compiling toml_edit v0.22.12 |
872 | 2024-05-14T03:17:31.601Z | Compiling cargo_metadata v0.18.1 |
873 | 2024-05-14T03:17:32.485Z | Compiling toml v0.8.12 |
874 | 2024-05-14T03:17:33.073Z | Compiling cargo_toml v0.20.2 |
875 | 2024-05-14T03:17:36.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
876 | 2024-05-14T03:17:38.907Z | Finished dev [unoptimized + debuginfo] target(s) in 46.55s |
877 | 2024-05-14T03:17:39.142Z | Running `target/debug/xtask clippy` |
878 | 2024-05-14T03:17:39.191Z | running: "/home/build/.rustup/toolchains/1.77.2-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
879 | 2024-05-14T03:17:39.746Z | Downloading crates ... |
880 | 2024-05-14T03:17:39.897Z | Downloaded aho-corasick v1.1.2 |
881 | 2024-05-14T03:17:39.911Z | Downloaded approx v0.5.1 |
882 | 2024-05-14T03:17:39.911Z | Downloaded adler v1.0.2 |
883 | 2024-05-14T03:17:39.911Z | Downloaded addr2line v0.21.0 |
884 | 2024-05-14T03:17:39.911Z | Downloaded arc-swap v1.6.0 |
885 | 2024-05-14T03:17:39.911Z | Downloaded hostname v0.3.1 |
886 | 2024-05-14T03:17:39.911Z | Downloaded heck v0.3.3 |
887 | 2024-05-14T03:17:39.911Z | Downloaded headers-core v0.2.0 |
888 | 2024-05-14T03:17:39.911Z | Downloaded home v0.5.5 |
889 | 2024-05-14T03:17:39.911Z | Downloaded crypto-bigint v0.5.2 |
890 | 2024-05-14T03:17:39.912Z | Downloaded hostname v0.4.0 |
891 | 2024-05-14T03:17:39.912Z | Downloaded anes v0.1.6 |
892 | 2024-05-14T03:17:39.934Z | Downloaded allocator-api2 v0.2.16 |
893 | 2024-05-14T03:17:39.934Z | Downloaded ahash v0.8.8 |
894 | 2024-05-14T03:17:39.934Z | Downloaded heapless v0.7.16 |
895 | 2024-05-14T03:17:39.934Z | Downloaded highway v1.1.0 |
896 | 2024-05-14T03:17:39.935Z | Downloaded convert_case v0.4.0 |
897 | 2024-05-14T03:17:39.969Z | Downloaded ciborium-io v0.2.2 |
898 | 2024-05-14T03:17:39.969Z | Downloaded bytes v1.6.0 |
899 | 2024-05-14T03:17:39.969Z | Downloaded buf-list v1.0.3 |
900 | 2024-05-14T03:17:39.969Z | Downloaded blake2b_simd v1.0.1 |
901 | 2024-05-14T03:17:39.969Z | Downloaded blake2 v0.10.6 |
902 | 2024-05-14T03:17:39.970Z | Downloaded castaway v0.2.2 |
903 | 2024-05-14T03:17:39.970Z | Downloaded atomic-waker v1.1.1 |
904 | 2024-05-14T03:17:39.970Z | Downloaded hkdf v0.12.4 |
905 | 2024-05-14T03:17:39.970Z | Downloaded http v1.0.0 |
906 | 2024-05-14T03:17:39.970Z | Downloaded http v0.2.12 |
907 | 2024-05-14T03:17:39.970Z | Downloaded hex-literal v0.4.1 |
908 | 2024-05-14T03:17:39.970Z | Downloaded hex v0.4.3 |
909 | 2024-05-14T03:17:39.988Z | Downloaded heck v0.4.1 |
910 | 2024-05-14T03:17:39.988Z | Downloaded hmac v0.12.1 |
911 | 2024-05-14T03:17:39.988Z | Downloaded heapless v0.8.0 |
912 | 2024-05-14T03:17:39.988Z | Downloaded ciborium v0.2.2 |
913 | 2024-05-14T03:17:39.988Z | Downloaded atty v0.2.14 |
914 | 2024-05-14T03:17:39.988Z | Downloaded atomicwrites v0.4.3 |
915 | 2024-05-14T03:17:39.988Z | Downloaded cfg-if v1.0.0 |
916 | 2024-05-14T03:17:39.988Z | Downloaded bzip2 v0.4.4 |
917 | 2024-05-14T03:17:39.989Z | Downloaded bytecount v0.6.3 |
918 | 2024-05-14T03:17:39.989Z | Downloaded async-stream v0.3.5 |
919 | 2024-05-14T03:17:39.989Z | Downloaded hyper v0.14.28 |
920 | 2024-05-14T03:17:39.989Z | Downloaded indicatif v0.17.8 |
921 | 2024-05-14T03:17:40.000Z | Downloaded libloading v0.7.4 |
922 | 2024-05-14T03:17:40.002Z | Downloaded httpdate v1.0.3 |
923 | 2024-05-14T03:17:40.002Z | Downloaded ipnet v2.9.0 |
924 | 2024-05-14T03:17:40.002Z | Downloaded constant_time_eq v0.2.6 |
925 | 2024-05-14T03:17:40.002Z | Downloaded async-recursion v1.1.0 |
926 | 2024-05-14T03:17:40.003Z | Downloaded hyper-rustls v0.26.0 |
927 | 2024-05-14T03:17:40.003Z | Downloaded block-padding v0.3.3 |
928 | 2024-05-14T03:17:40.003Z | Downloaded const_format_proc_macros v0.2.32 |
929 | 2024-05-14T03:17:40.003Z | Downloaded bb8 v0.8.3 |
930 | 2024-05-14T03:17:40.026Z | Downloaded base16ct v0.2.0 |
931 | 2024-05-14T03:17:40.026Z | Downloaded ident_case v1.0.1 |
932 | 2024-05-14T03:17:40.026Z | Downloaded http-range v0.1.5 |
933 | 2024-05-14T03:17:40.026Z | Downloaded instant v0.1.12 |
934 | 2024-05-14T03:17:40.026Z | Downloaded normalize-line-endings v0.3.0 |
935 | 2024-05-14T03:17:40.026Z | Downloaded newline-converter v0.3.0 |
936 | 2024-05-14T03:17:40.027Z | Downloaded crunchy v0.2.2 |
937 | 2024-05-14T03:17:40.027Z | Downloaded crucible-workspace-hack v0.1.0 |
938 | 2024-05-14T03:17:40.027Z | Downloaded bitstruct v0.1.1 |
939 | 2024-05-14T03:17:40.027Z | Downloaded http-body v1.0.0 |
940 | 2024-05-14T03:17:40.027Z | Downloaded cfg_aliases v0.1.1 |
941 | 2024-05-14T03:17:40.027Z | Downloaded newtype_derive v0.1.6 |
942 | 2024-05-14T03:17:40.027Z | Downloaded constant_time_eq v0.3.0 |
943 | 2024-05-14T03:17:40.027Z | Downloaded cipher v0.4.4 |
944 | 2024-05-14T03:17:40.027Z | Downloaded bit-set v0.5.3 |
945 | 2024-05-14T03:17:40.028Z | Downloaded new_debug_unreachable v1.0.4 |
946 | 2024-05-14T03:17:40.028Z | Downloaded block-buffer v0.10.4 |
947 | 2024-05-14T03:17:40.028Z | Downloaded bitflags v1.3.2 |
948 | 2024-05-14T03:17:40.036Z | Downloaded is_ci v1.2.0 |
949 | 2024-05-14T03:17:40.037Z | Downloaded matches v0.1.10 |
950 | 2024-05-14T03:17:40.037Z | Downloaded hubpack_derive v0.1.1 |
951 | 2024-05-14T03:17:40.037Z | Downloaded colored v2.1.0 |
952 | 2024-05-14T03:17:40.037Z | Downloaded ciborium-ll v0.2.2 |
953 | 2024-05-14T03:17:40.037Z | Downloaded cassowary v0.3.0 |
954 | 2024-05-14T03:17:40.037Z | Downloaded byteorder v1.5.0 |
955 | 2024-05-14T03:17:40.037Z | Downloaded match_cfg v0.1.0 |
956 | 2024-05-14T03:17:40.038Z | Downloaded bitstruct_derive v0.1.0 |
957 | 2024-05-14T03:17:40.038Z | Downloaded bitvec v1.0.1 |
958 | 2024-05-14T03:17:40.050Z | Downloaded sqlparser_derive v0.2.2 |
959 | 2024-05-14T03:17:40.064Z | Downloaded cpufeatures v0.2.12 |
960 | 2024-05-14T03:17:40.064Z | Downloaded hubpack v0.1.2 |
961 | 2024-05-14T03:17:40.064Z | Downloaded nibble_vec v0.1.0 |
962 | 2024-05-14T03:17:40.064Z | Downloaded nested v0.1.1 |
963 | 2024-05-14T03:17:40.064Z | Downloaded iana-time-zone v0.1.57 |
964 | 2024-05-14T03:17:40.065Z | Downloaded hyper-tls v0.5.0 |
965 | 2024-05-14T03:17:40.065Z | Downloaded crossbeam-deque v0.8.3 |
966 | 2024-05-14T03:17:40.065Z | Downloaded md-5 v0.10.5 |
967 | 2024-05-14T03:17:40.065Z | Downloaded crc-catalog v2.2.0 |
968 | 2024-05-14T03:17:40.075Z | Downloaded crc v3.0.1 |
969 | 2024-05-14T03:17:40.075Z | Downloaded chacha20 v0.9.1 |
970 | 2024-05-14T03:17:40.075Z | Downloaded cast v0.3.0 |
971 | 2024-05-14T03:17:40.076Z | Downloaded usdt-macro v0.5.0 |
972 | 2024-05-14T03:17:40.077Z | Downloaded usdt-macro v0.3.5 |
973 | 2024-05-14T03:17:40.077Z | Downloaded corncobs v0.1.3 |
974 | 2024-05-14T03:17:40.077Z | Downloaded signal-hook-tokio v0.3.1 |
975 | 2024-05-14T03:17:40.078Z | Downloaded cookie_store v0.20.0 |
976 | 2024-05-14T03:17:40.078Z | Downloaded toolchain_find v0.4.0 |
977 | 2024-05-14T03:17:40.090Z | Downloaded cookie v0.18.1 |
978 | 2024-05-14T03:17:40.090Z | Downloaded cexpr v0.6.0 |
979 | 2024-05-14T03:17:40.090Z | Downloaded arrayvec v0.7.4 |
980 | 2024-05-14T03:17:40.090Z | Downloaded newtype-uuid v1.1.0 |
981 | 2024-05-14T03:17:40.091Z | Downloaded cobs v0.2.3 |
982 | 2024-05-14T03:17:40.091Z | Downloaded num v0.4.2 |
983 | 2024-05-14T03:17:40.091Z | Downloaded console v0.15.8 |
984 | 2024-05-14T03:17:40.522Z | Downloaded argon2 v0.5.3 |
985 | 2024-05-14T03:17:40.522Z | Downloaded nodrop v0.1.14 |
986 | 2024-05-14T03:17:40.522Z | Downloaded mockall v0.12.1 |
987 | 2024-05-14T03:17:40.522Z | Downloaded rpassword v7.3.1 |
988 | 2024-05-14T03:17:40.523Z | Downloaded shell-words v1.1.0 |
989 | 2024-05-14T03:17:40.523Z | Downloaded shlex v1.3.0 |
990 | 2024-05-14T03:17:40.523Z | Downloaded linked-hash-map v0.5.6 |
991 | 2024-05-14T03:17:40.523Z | Downloaded libefi-sys v0.1.0 |
992 | 2024-05-14T03:17:40.523Z | Downloaded maplit v1.0.2 |
993 | 2024-05-14T03:17:40.523Z | Downloaded lazy_static v1.4.0 |
994 | 2024-05-14T03:17:40.523Z | Downloaded foreign-types-shared v0.1.1 |
995 | 2024-05-14T03:17:40.523Z | Downloaded foreign-types-shared v0.3.1 |
996 | 2024-05-14T03:17:40.523Z | Downloaded memoffset v0.7.1 |
997 | 2024-05-14T03:17:40.523Z | Downloaded memmap v0.7.0 |
998 | 2024-05-14T03:17:40.523Z | Downloaded lru v0.12.1 |
999 | 2024-05-14T03:17:40.523Z | Downloaded ipnetwork v0.20.0 |
1000 | 2024-05-14T03:17:40.523Z | Downloaded libsw v3.3.1 |
1001 | 2024-05-14T03:17:40.524Z | Downloaded thread_local v1.1.7 |
1002 | 2024-05-14T03:17:40.524Z | Downloaded display-error-chain v0.2.0 |
1003 | 2024-05-14T03:17:40.524Z | Downloaded subtle v2.5.0 |
1004 | 2024-05-14T03:17:40.524Z | Downloaded lru-cache v0.1.2 |
1005 | 2024-05-14T03:17:40.524Z | Downloaded thread-id v4.2.0 |
1006 | 2024-05-14T03:17:40.524Z | Downloaded thiserror-impl-no-std v2.0.2 |
1007 | 2024-05-14T03:17:40.524Z | Downloaded thiserror-no-std v2.0.2 |
1008 | 2024-05-14T03:17:40.524Z | Downloaded httparse v1.8.0 |
1009 | 2024-05-14T03:17:40.524Z | Downloaded guppy-workspace-hack v0.1.0 |
1010 | 2024-05-14T03:17:40.524Z | Downloaded serde_tokenstream v0.1.7 |
1011 | 2024-05-14T03:17:40.524Z | Downloaded usdt-impl v0.3.5 |
1012 | 2024-05-14T03:17:40.524Z | Downloaded rand_seeder v0.2.3 |
1013 | 2024-05-14T03:17:40.524Z | Downloaded rustversion v1.0.14 |
1014 | 2024-05-14T03:17:40.524Z | Downloaded usdt-impl v0.5.0 |
1015 | 2024-05-14T03:17:40.524Z | Downloaded opaque-debug v0.3.0 |
1016 | 2024-05-14T03:17:40.524Z | Downloaded tui-tree-widget v0.19.0 |
1017 | 2024-05-14T03:17:40.524Z | Downloaded relative-path v1.9.0 |
1018 | 2024-05-14T03:17:40.524Z | Downloaded clang-sys v1.6.1 |
1019 | 2024-05-14T03:17:40.524Z | Downloaded backoff v0.4.0 |
1020 | 2024-05-14T03:17:40.525Z | Downloaded precomputed-hash v0.1.1 |
1021 | 2024-05-14T03:17:40.525Z | Downloaded utf-8 v0.7.6 |
1022 | 2024-05-14T03:17:40.525Z | Downloaded httptest v0.15.5 |
1023 | 2024-05-14T03:17:40.525Z | Downloaded zeroize v1.7.0 |
1024 | 2024-05-14T03:17:40.525Z | Downloaded base64 v0.13.1 |
1025 | 2024-05-14T03:17:40.525Z | Downloaded plotters-svg v0.3.5 |
1026 | 2024-05-14T03:17:40.525Z | Downloaded portpicker v0.1.1 |
1027 | 2024-05-14T03:17:40.525Z | Downloaded derive_builder_macro v0.20.0 |
1028 | 2024-05-14T03:17:40.525Z | Downloaded memmap2 v0.7.1 |
1029 | 2024-05-14T03:17:40.525Z | Downloaded hyper-staticfile v0.9.5 |
1030 | 2024-05-14T03:17:40.525Z | Downloaded spki v0.7.2 |
1031 | 2024-05-14T03:17:40.525Z | Downloaded stability v0.2.0 |
1032 | 2024-05-14T03:17:40.525Z | Downloaded erased-serde v0.3.31 |
1033 | 2024-05-14T03:17:40.525Z | Downloaded linear-map v1.2.0 |
1034 | 2024-05-14T03:17:40.525Z | Downloaded native-tls v0.2.11 |
1035 | 2024-05-14T03:17:40.525Z | Downloaded indexmap v1.9.3 |
1036 | 2024-05-14T03:17:40.525Z | Downloaded crc-any v2.4.3 |
1037 | 2024-05-14T03:17:40.525Z | Downloaded log v0.4.21 |
1038 | 2024-05-14T03:17:40.525Z | Downloaded lalrpop-util v0.19.12 |
1039 | 2024-05-14T03:17:40.525Z | Downloaded form_urlencoded v1.2.1 |
1040 | 2024-05-14T03:17:40.525Z | Downloaded ff v0.13.0 |
1041 | 2024-05-14T03:17:40.526Z | Downloaded fd-lock v4.0.2 |
1042 | 2024-05-14T03:17:40.526Z | Downloaded crossbeam-utils v0.8.19 |
1043 | 2024-05-14T03:17:40.526Z | Downloaded sct v0.7.0 |
1044 | 2024-05-14T03:17:40.526Z | Downloaded want v0.3.1 |
1045 | 2024-05-14T03:17:40.526Z | Downloaded take_mut v0.2.2 |
1046 | 2024-05-14T03:17:40.526Z | Downloaded termtree v0.4.1 |
1047 | 2024-05-14T03:17:40.526Z | Downloaded packed_struct v0.10.1 |
1048 | 2024-05-14T03:17:40.526Z | Downloaded oso-derive v0.27.3 |
1049 | 2024-05-14T03:17:40.526Z | Downloaded topological-sort v0.2.2 |
1050 | 2024-05-14T03:17:40.526Z | Downloaded term v0.7.0 |
1051 | 2024-05-14T03:17:40.527Z | Downloaded rusty-fork v0.3.0 |
1052 | 2024-05-14T03:17:40.527Z | Downloaded crossbeam-epoch v0.9.18 |
1053 | 2024-05-14T03:17:40.527Z | Downloaded cancel-safe-futures v0.1.5 |
1054 | 2024-05-14T03:17:40.527Z | Downloaded cfg-expr v0.15.6 |
1055 | 2024-05-14T03:17:40.527Z | Downloaded predicates v3.1.0 |
1056 | 2024-05-14T03:17:40.527Z | Downloaded rustc-hash v1.1.0 |
1057 | 2024-05-14T03:17:40.527Z | Downloaded plotters-backend v0.3.5 |
1058 | 2024-05-14T03:17:40.528Z | Downloaded mockall_derive v0.12.1 |
1059 | 2024-05-14T03:17:40.528Z | Downloaded multer v3.1.0 |
1060 | 2024-05-14T03:17:40.528Z | Downloaded hyper-util v0.1.2 |
1061 | 2024-05-14T03:17:40.528Z | Downloaded peg-runtime v0.8.3 |
1062 | 2024-05-14T03:17:40.528Z | Downloaded scopeguard v1.2.0 |
1063 | 2024-05-14T03:17:40.528Z | Downloaded schemars_derive v0.8.17 |
1064 | 2024-05-14T03:17:40.528Z | Downloaded parse-size v1.0.0 |
1065 | 2024-05-14T03:17:40.529Z | Downloaded ppv-lite86 v0.2.17 |
1066 | 2024-05-14T03:17:40.529Z | Downloaded scroll_derive v0.12.0 |
1067 | 2024-05-14T03:17:40.529Z | Downloaded compact_str v0.7.1 |
1068 | 2024-05-14T03:17:40.529Z | Downloaded structmeta v0.3.0 |
1069 | 2024-05-14T03:17:40.529Z | Downloaded stable_deref_trait v1.2.0 |
1070 | 2024-05-14T03:17:40.529Z | Downloaded scheduled-thread-pool v0.2.7 |
1071 | 2024-05-14T03:17:40.529Z | Downloaded fxhash v0.2.1 |
1072 | 2024-05-14T03:17:40.530Z | Downloaded foreign-types v0.3.2 |
1073 | 2024-05-14T03:17:40.530Z | Downloaded subprocess v0.2.9 |
1074 | 2024-05-14T03:17:40.530Z | Downloaded rayon-core v1.12.1 |
1075 | 2024-05-14T03:17:40.530Z | Downloaded chacha20poly1305 v0.10.1 |
1076 | 2024-05-14T03:17:40.530Z | Downloaded same-file v1.0.6 |
1077 | 2024-05-14T03:17:40.530Z | Downloaded smallvec v0.6.14 |
1078 | 2024-05-14T03:17:40.530Z | Downloaded termios v0.3.3 |
1079 | 2024-05-14T03:17:40.530Z | Downloaded serde-big-array v0.5.1 |
1080 | 2024-05-14T03:17:40.530Z | Downloaded unicode-linebreak v0.1.5 |
1081 | 2024-05-14T03:17:40.530Z | Downloaded tabled_derive v0.7.0 |
1082 | 2024-05-14T03:17:40.530Z | Downloaded ron v0.8.1 |
1083 | 2024-05-14T03:17:40.530Z | Downloaded wyz v0.5.1 |
1084 | 2024-05-14T03:17:40.968Z | Downloaded termcolor v1.2.0 |
1085 | 2024-05-14T03:17:40.968Z | Downloaded rsa v0.9.2 |
1086 | 2024-05-14T03:17:40.968Z | Downloaded downcast v0.11.0 |
1087 | 2024-05-14T03:17:40.968Z | Downloaded fastrand v2.0.1 |
1088 | 2024-05-14T03:17:40.969Z | Downloaded zerocopy-derive v0.7.32 |
1089 | 2024-05-14T03:17:40.969Z | Downloaded slab v0.4.9 |
1090 | 2024-05-14T03:17:40.969Z | Downloaded openssl-macros v0.1.1 |
1091 | 2024-05-14T03:17:40.969Z | Downloaded postgres-types v0.2.6 |
1092 | 2024-05-14T03:17:40.970Z | Downloaded postgres-protocol v0.6.6 |
1093 | 2024-05-14T03:17:40.970Z | Downloaded poly1305 v0.8.0 |
1094 | 2024-05-14T03:17:40.970Z | Downloaded parse-display-derive v0.9.0 |
1095 | 2024-05-14T03:17:40.970Z | Downloaded hash32 v0.3.1 |
1096 | 2024-05-14T03:17:40.971Z | Downloaded funty v2.0.0 |
1097 | 2024-05-14T03:17:40.971Z | Downloaded semver v0.1.20 |
1098 | 2024-05-14T03:17:40.971Z | Downloaded secrecy v0.8.0 |
1099 | 2024-05-14T03:17:40.972Z | Downloaded hash32 v0.2.1 |
1100 | 2024-05-14T03:17:40.972Z | Downloaded textwrap v0.16.1 |
1101 | 2024-05-14T03:17:40.972Z | Downloaded defmt-parser v0.3.3 |
1102 | 2024-05-14T03:17:40.972Z | Downloaded defmt-macros v0.3.6 |
1103 | 2024-05-14T03:17:40.972Z | Downloaded foreign-types v0.5.0 |
1104 | 2024-05-14T03:17:40.972Z | Downloaded yansi v0.5.1 |
1105 | 2024-05-14T03:17:40.973Z | Downloaded zerocopy v0.6.6 |
1106 | 2024-05-14T03:17:40.973Z | Downloaded phf_shared v0.10.0 |
1107 | 2024-05-14T03:17:40.973Z | Downloaded openssl-probe v0.1.5 |
1108 | 2024-05-14T03:17:40.973Z | Downloaded slog-envlogger v2.2.0 |
1109 | 2024-05-14T03:17:40.974Z | Downloaded proc-macro-crate v1.3.1 |
1110 | 2024-05-14T03:17:40.974Z | Downloaded owo-colors v4.0.0 |
1111 | 2024-05-14T03:17:40.974Z | Downloaded tokio-macros v2.2.0 |
1112 | 2024-05-14T03:17:40.974Z | Downloaded strsim v0.10.0 |
1113 | 2024-05-14T03:17:40.975Z | Downloaded slog-dtrace v0.3.0 |
1114 | 2024-05-14T03:17:40.975Z | Downloaded crossbeam-channel v0.5.8 |
1115 | 2024-05-14T03:17:40.975Z | Downloaded rustc_version v0.4.0 |
1116 | 2024-05-14T03:17:40.975Z | Downloaded strum_macros v0.26.1 |
1117 | 2024-05-14T03:17:40.975Z | Downloaded serde-big-array v0.4.1 |
1118 | 2024-05-14T03:17:40.975Z | Downloaded derive_builder v0.20.0 |
1119 | 2024-05-14T03:17:40.975Z | Downloaded dof v0.3.0 |
1120 | 2024-05-14T03:17:40.975Z | Downloaded der_derive v0.7.2 |
1121 | 2024-05-14T03:17:40.975Z | Downloaded snafu-derive v0.8.2 |
1122 | 2024-05-14T03:17:40.976Z | Downloaded slog-json v2.6.1 |
1123 | 2024-05-14T03:17:40.976Z | Downloaded olpc-cjson v0.1.3 |
1124 | 2024-05-14T03:17:40.976Z | Downloaded vte_generate_state_changes v0.1.1 |
1125 | 2024-05-14T03:17:40.976Z | Downloaded headers v0.3.9 |
1126 | 2024-05-14T03:17:40.976Z | Downloaded rustc_version v0.1.7 |
1127 | 2024-05-14T03:17:40.976Z | Downloaded pkcs8 v0.10.2 |
1128 | 2024-05-14T03:17:40.977Z | Downloaded pem-rfc7468 v0.7.0 |
1129 | 2024-05-14T03:17:40.977Z | Downloaded signature v1.6.4 |
1130 | 2024-05-14T03:17:40.977Z | Downloaded float-cmp v0.9.0 |
1131 | 2024-05-14T03:17:40.977Z | Downloaded structmeta-derive v0.2.0 |
1132 | 2024-05-14T03:17:40.977Z | Downloaded structmeta v0.2.0 |
1133 | 2024-05-14T03:17:40.977Z | Downloaded slog-scope v4.4.0 |
1134 | 2024-05-14T03:17:40.977Z | Downloaded tempfile v3.10.1 |
1135 | 2024-05-14T03:17:40.977Z | Downloaded postcard v1.0.8 |
1136 | 2024-05-14T03:17:40.978Z | Downloaded dirs-next v2.0.0 |
1137 | 2024-05-14T03:17:40.978Z | Downloaded tokio-rustls v0.24.1 |
1138 | 2024-05-14T03:17:40.978Z | Downloaded tokio-native-tls v0.3.1 |
1139 | 2024-05-14T03:17:40.978Z | Downloaded derive_builder_core v0.20.0 |
1140 | 2024-05-14T03:17:40.978Z | Downloaded universal-hash v0.5.1 |
1141 | 2024-05-14T03:17:40.978Z | Downloaded derive-where v1.2.7 |
1142 | 2024-05-14T03:17:40.978Z | Downloaded uzers v0.11.3 |
1143 | 2024-05-14T03:17:40.978Z | Downloaded doc-comment v0.3.3 |
1144 | 2024-05-14T03:17:40.978Z | Downloaded darling_macro v0.20.8 |
1145 | 2024-05-14T03:17:40.979Z | Downloaded deranged v0.3.11 |
1146 | 2024-05-14T03:17:40.979Z | Downloaded typenum v1.16.0 |
1147 | 2024-05-14T03:17:40.979Z | Downloaded smf v0.2.3 |
1148 | 2024-05-14T03:17:40.979Z | Downloaded smawk v0.3.1 |
1149 | 2024-05-14T03:17:40.979Z | Downloaded pkg-config v0.3.27 |
1150 | 2024-05-14T03:17:40.979Z | Downloaded phf_shared v0.11.2 |
1151 | 2024-05-14T03:17:40.979Z | Downloaded fallible-iterator v0.2.0 |
1152 | 2024-05-14T03:17:40.979Z | Downloaded enum-as-inner v0.5.1 |
1153 | 2024-05-14T03:17:40.980Z | Downloaded defmt v0.3.5 |
1154 | 2024-05-14T03:17:40.980Z | Downloaded num-iter v0.1.44 |
1155 | 2024-05-14T03:17:40.980Z | Downloaded strum v0.26.2 |
1156 | 2024-05-14T03:17:40.980Z | Downloaded fnv v1.0.7 |
1157 | 2024-05-14T03:17:40.980Z | Downloaded proc-macro-error v1.0.4 |
1158 | 2024-05-14T03:17:40.980Z | Downloaded rustfmt-wrapper v0.2.1 |
1159 | 2024-05-14T03:17:40.980Z | Downloaded darling v0.20.8 |
1160 | 2024-05-14T03:17:40.981Z | Downloaded zerocopy v0.3.0 |
1161 | 2024-05-14T03:17:40.981Z | Downloaded r2d2 v0.8.10 |
1162 | 2024-05-14T03:17:40.981Z | Downloaded quick-error v1.2.3 |
1163 | 2024-05-14T03:17:40.981Z | Downloaded psl-types v2.0.11 |
1164 | 2024-05-14T03:17:40.981Z | Downloaded target-lexicon v0.12.13 |
1165 | 2024-05-14T03:17:40.981Z | Downloaded cstr-argument v0.1.2 |
1166 | 2024-05-14T03:17:40.982Z | Downloaded futures-executor v0.3.30 |
1167 | 2024-05-14T03:17:40.982Z | Downloaded futures-core v0.3.30 |
1168 | 2024-05-14T03:17:40.982Z | Downloaded fixedbitset v0.4.2 |
1169 | 2024-05-14T03:17:40.982Z | Downloaded serde_path_to_error v0.1.16 |
1170 | 2024-05-14T03:17:40.983Z | Downloaded tokio-tungstenite v0.21.0 |
1171 | 2024-05-14T03:17:40.983Z | Downloaded peeking_take_while v0.1.2 |
1172 | 2024-05-14T03:17:40.983Z | Downloaded version_check v0.9.4 |
1173 | 2024-05-14T03:17:40.983Z | Downloaded num_cpus v1.16.0 |
1174 | 2024-05-14T03:17:40.983Z | Downloaded curve25519-dalek-derive v0.1.0 |
1175 | 2024-05-14T03:17:40.983Z | Downloaded flagset v0.4.3 |
1176 | 2024-05-14T03:17:40.983Z | Downloaded rustc-demangle v0.1.23 |
1177 | 2024-05-14T03:17:40.984Z | Downloaded time-core v0.1.2 |
1178 | 2024-05-14T03:17:40.984Z | Downloaded rust-argon2 v2.1.0 |
1179 | 2024-05-14T03:17:40.984Z | Downloaded papergrid v0.11.0 |
1180 | 2024-05-14T03:17:40.984Z | Downloaded resolv-conf v0.7.0 |
1181 | 2024-05-14T03:17:40.984Z | Downloaded spin v0.5.2 |
1182 | 2024-05-14T03:17:40.984Z | Downloaded yasna v0.5.2 |
1183 | 2024-05-14T03:17:40.984Z | Downloaded fatfs v0.3.6 |
1184 | 2024-05-14T03:17:41.013Z | Downloaded smallvec v1.13.1 |
1185 | 2024-05-14T03:17:41.014Z | Downloaded half v2.3.1 |
1186 | 2024-05-14T03:17:41.014Z | Downloaded phf v0.11.2 |
1187 | 2024-05-14T03:17:41.014Z | Downloaded futures-io v0.3.30 |
1188 | 2024-05-14T03:17:41.014Z | Downloaded dof v0.1.5 |
1189 | 2024-05-14T03:17:41.014Z | Downloaded strum_macros v0.24.3 |
1190 | 2024-05-14T03:17:41.014Z | Downloaded percent-encoding v2.3.1 |
1191 | 2024-05-14T03:17:41.015Z | Downloaded hashbrown v0.13.2 |
1192 | 2024-05-14T03:17:41.015Z | Downloaded once_cell v1.19.0 |
1193 | 2024-05-14T03:17:41.015Z | Downloaded num-bigint v0.4.4 |
1194 | 2024-05-14T03:17:41.015Z | Downloaded num-integer v0.1.46 |
1195 | 2024-05-14T03:17:41.015Z | Downloaded crossterm v0.27.0 |
1196 | 2024-05-14T03:17:41.015Z | Downloaded number_prefix v0.4.0 |
1197 | 2024-05-14T03:17:41.015Z | Downloaded pathdiff v0.2.1 |
1198 | 2024-05-14T03:17:41.015Z | Downloaded crypto-common v0.1.6 |
1199 | 2024-05-14T03:17:41.016Z | Downloaded pretty-hex v0.4.1 |
1200 | 2024-05-14T03:17:41.016Z | Downloaded url v2.5.0 |
1201 | 2024-05-14T03:17:41.016Z | Downloaded toml_edit v0.19.15 |
1202 | 2024-05-14T03:17:41.016Z | Downloaded gethostname v0.4.3 |
1203 | 2024-05-14T03:17:41.016Z | Downloaded synstructure v0.12.6 |
1204 | 2024-05-14T03:17:41.016Z | Downloaded libxml v0.3.3 |
1205 | 2024-05-14T03:17:41.016Z | Downloaded zeroize_derive v1.4.2 |
1206 | 2024-05-14T03:17:41.016Z | Downloaded unicode-width v0.1.11 |
1207 | 2024-05-14T03:17:41.017Z | Downloaded data-encoding v2.4.0 |
1208 | 2024-05-14T03:17:41.017Z | Downloaded der v0.7.8 |
1209 | 2024-05-14T03:17:41.017Z | Downloaded strum_macros v0.25.2 |
1210 | 2024-05-14T03:17:41.017Z | Downloaded partial-io v0.5.4 |
1211 | 2024-05-14T03:17:41.017Z | Downloaded escape8259 v0.5.2 |
1212 | 2024-05-14T03:17:41.017Z | Downloaded rand_xorshift v0.3.0 |
1213 | 2024-05-14T03:17:41.018Z | Downloaded rand_core v0.6.4 |
1214 | 2024-05-14T03:17:41.018Z | Downloaded serde_yaml v0.9.25 |
1215 | 2024-05-14T03:17:41.018Z | Downloaded hashbrown v0.12.3 |
1216 | 2024-05-14T03:17:41.018Z | Downloaded tiny-keccak v2.0.2 |
1217 | 2024-05-14T03:17:41.018Z | Downloaded num_threads v0.1.6 |
1218 | 2024-05-14T03:17:41.018Z | Downloaded static_assertions v1.1.0 |
1219 | 2024-05-14T03:17:41.018Z | Downloaded tracing-attributes v0.1.27 |
1220 | 2024-05-14T03:17:41.018Z | Downloaded prettyplease v0.2.19 |
1221 | 2024-05-14T03:17:41.018Z | Downloaded usdt-attr-macro v0.5.0 |
1222 | 2024-05-14T03:17:41.019Z | Downloaded getopts v0.2.21 |
1223 | 2024-05-14T03:17:41.019Z | Downloaded futures v0.3.30 |
1224 | 2024-05-14T03:17:41.019Z | Downloaded usdt-attr-macro v0.3.5 |
1225 | 2024-05-14T03:17:41.019Z | Downloaded ena v0.14.2 |
1226 | 2024-05-14T03:17:41.019Z | Downloaded num-traits v0.2.18 |
1227 | 2024-05-14T03:17:41.019Z | Downloaded tokio-postgres v0.7.10 |
1228 | 2024-05-14T03:17:41.019Z | Downloaded num-conv v0.1.0 |
1229 | 2024-05-14T03:17:41.020Z | Downloaded tower-service v0.3.2 |
1230 | 2024-05-14T03:17:41.020Z | Downloaded nom v7.1.3 |
1231 | 2024-05-14T03:17:41.020Z | Downloaded strip-ansi-escapes v0.2.0 |
1232 | 2024-05-14T03:17:41.020Z | Downloaded num_enum v0.5.11 |
1233 | 2024-05-14T03:17:41.020Z | Downloaded csv-core v0.1.11 |
1234 | 2024-05-14T03:17:41.020Z | Downloaded itertools v0.12.1 |
1235 | 2024-05-14T03:17:41.020Z | Downloaded supports-color v3.0.0 |
1236 | 2024-05-14T03:17:41.021Z | Downloaded flate2 v1.0.28 |
1237 | 2024-05-14T03:17:41.021Z | Downloaded endian-type v0.1.2 |
1238 | 2024-05-14T03:17:41.021Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1239 | 2024-05-14T03:17:41.021Z | Downloaded sigpipe v0.1.3 |
1240 | 2024-05-14T03:17:41.022Z | Downloaded embedded-io v0.4.0 |
1241 | 2024-05-14T03:17:41.022Z | Downloaded pest_derive v2.7.6 |
1242 | 2024-05-14T03:17:41.022Z | Downloaded slog-async v2.8.0 |
1243 | 2024-05-14T03:17:41.022Z | Downloaded siphasher v0.3.11 |
1244 | 2024-05-14T03:17:41.022Z | Downloaded similar-asserts v1.5.0 |
1245 | 2024-05-14T03:17:41.022Z | Downloaded structmeta-derive v0.3.0 |
1246 | 2024-05-14T03:17:41.022Z | Downloaded glob v0.3.1 |
1247 | 2024-05-14T03:17:41.022Z | Downloaded parse-display v0.9.0 |
1248 | 2024-05-14T03:17:41.022Z | Downloaded openssl-sys v0.9.102 |
1249 | 2024-05-14T03:17:41.023Z | Downloaded unicode-normalization v0.1.22 |
1250 | 2024-05-14T03:17:41.023Z | Downloaded ref-cast v1.0.22 |
1251 | 2024-05-14T03:17:41.023Z | Downloaded usdt v0.5.0 |
1252 | 2024-05-14T03:17:41.023Z | Downloaded unicase v2.7.0 |
1253 | 2024-05-14T03:17:41.023Z | Downloaded unarray v0.1.4 |
1254 | 2024-05-14T03:17:41.023Z | Downloaded rtoolbox v0.0.1 |
1255 | 2024-05-14T03:17:41.023Z | Downloaded path-slash v0.1.5 |
1256 | 2024-05-14T03:17:41.024Z | Downloaded filetime v0.2.23 |
1257 | 2024-05-14T03:17:41.024Z | Downloaded parking_lot v0.11.2 |
1258 | 2024-05-14T03:17:41.024Z | Downloaded futures-sink v0.3.30 |
1259 | 2024-05-14T03:17:41.024Z | Downloaded futures-macro v0.3.30 |
1260 | 2024-05-14T03:17:41.024Z | Downloaded toml v0.5.11 |
1261 | 2024-05-14T03:17:41.025Z | Downloaded try-lock v0.2.4 |
1262 | 2024-05-14T03:17:41.025Z | Downloaded itertools v0.10.5 |
1263 | 2024-05-14T03:17:41.025Z | Downloaded pretty-hex v0.2.1 |
1264 | 2024-05-14T03:17:41.025Z | Downloaded rustls-pemfile v2.1.2 |
1265 | 2024-05-14T03:17:41.025Z | Downloaded plain v0.2.3 |
1266 | 2024-05-14T03:17:41.025Z | Downloaded debug-ignore v1.0.5 |
1267 | 2024-05-14T03:17:41.025Z | Downloaded zone v0.1.8 |
1268 | 2024-05-14T03:17:41.025Z | Downloaded platforms v3.0.2 |
1269 | 2024-05-14T03:17:41.026Z | Downloaded serde-hex v0.1.0 |
1270 | 2024-05-14T03:17:41.026Z | Downloaded tracing v0.1.40 |
1271 | 2024-05-14T03:17:41.026Z | Downloaded slog v2.7.0 |
1272 | 2024-05-14T03:17:41.026Z | Downloaded slog-stdlog v4.1.1 |
1273 | 2024-05-14T03:17:41.026Z | Downloaded walkdir v2.5.0 |
1274 | 2024-05-14T03:17:41.026Z | Downloaded portable-atomic v1.4.3 |
1275 | 2024-05-14T03:17:41.026Z | Downloaded vte v0.11.1 |
1276 | 2024-05-14T03:17:41.027Z | Downloaded serde_plain v1.0.2 |
1277 | 2024-05-14T03:17:41.027Z | Downloaded tinyvec_macros v0.1.1 |
1278 | 2024-05-14T03:17:41.027Z | Downloaded sync_wrapper v0.1.2 |
1279 | 2024-05-14T03:17:41.028Z | Downloaded digest v0.10.7 |
1280 | 2024-05-14T03:17:41.028Z | Downloaded serde_arrays v0.1.0 |
1281 | 2024-05-14T03:17:41.028Z | Downloaded vsss-rs v3.3.4 |
1282 | 2024-05-14T03:17:41.029Z | Downloaded zerocopy v0.7.32 |
1283 | 2024-05-14T03:17:41.029Z | Downloaded paste v1.0.14 |
1284 | 2024-05-14T03:17:41.630Z | Downloaded datatest-stable v0.2.9 |
1285 | 2024-05-14T03:17:41.630Z | Downloaded waitgroup v0.1.2 |
1286 | 2024-05-14T03:17:41.630Z | Downloaded parking_lot_core v0.9.8 |
1287 | 2024-05-14T03:17:41.630Z | Downloaded num-derive v0.4.0 |
1288 | 2024-05-14T03:17:41.630Z | Downloaded diff v0.1.13 |
1289 | 2024-05-14T03:17:41.631Z | Downloaded rustls-pemfile v1.0.3 |
1290 | 2024-05-14T03:17:41.631Z | Downloaded ref-cast-impl v1.0.22 |
1291 | 2024-05-14T03:17:41.631Z | Downloaded radium v0.7.0 |
1292 | 2024-05-14T03:17:41.631Z | Downloaded unsafe-libyaml v0.2.10 |
1293 | 2024-05-14T03:17:41.631Z | Downloaded proc-macro-error-attr v1.0.4 |
1294 | 2024-05-14T03:17:41.631Z | Downloaded num-complex v0.4.5 |
1295 | 2024-05-14T03:17:41.632Z | Downloaded predicates-core v1.0.6 |
1296 | 2024-05-14T03:17:41.632Z | Downloaded predicates-tree v1.0.9 |
1297 | 2024-05-14T03:17:41.632Z | Downloaded samael v0.0.15 |
1298 | 2024-05-14T03:17:41.632Z | Downloaded trust-dns-server v0.22.1 |
1299 | 2024-05-14T03:17:41.632Z | Downloaded zip v0.6.6 |
1300 | 2024-05-14T03:17:41.633Z | Downloaded unicode_categories v0.1.1 |
1301 | 2024-05-14T03:17:41.633Z | Downloaded darling_core v0.20.8 |
1302 | 2024-05-14T03:17:41.633Z | Downloaded group v0.13.0 |
1303 | 2024-05-14T03:17:41.633Z | Downloaded ed25519 v1.5.3 |
1304 | 2024-05-14T03:17:41.633Z | Downloaded socket2 v0.5.6 |
1305 | 2024-05-14T03:17:41.633Z | Downloaded pest_meta v2.7.6 |
1306 | 2024-05-14T03:17:41.634Z | Downloaded wait-timeout v0.2.0 |
1307 | 2024-05-14T03:17:41.634Z | Downloaded difflib v0.4.0 |
1308 | 2024-05-14T03:17:41.634Z | Downloaded scroll v0.12.0 |
1309 | 2024-05-14T03:17:41.634Z | Downloaded rustls-native-certs v0.7.0 |
1310 | 2024-05-14T03:17:41.634Z | Downloaded spin v0.9.8 |
1311 | 2024-05-14T03:17:41.634Z | Downloaded pin-project-lite v0.2.13 |
1312 | 2024-05-14T03:17:41.635Z | Downloaded publicsuffix v2.2.3 |
1313 | 2024-05-14T03:17:41.635Z | Downloaded pin-project-internal v1.1.3 |
1314 | 2024-05-14T03:17:41.635Z | Downloaded rstest_macros v0.19.0 |
1315 | 2024-05-14T03:17:41.635Z | Downloaded pkcs1 v0.7.5 |
1316 | 2024-05-14T03:17:41.635Z | Downloaded hyper v1.1.0 |
1317 | 2024-05-14T03:17:41.636Z | Downloaded sqlparser v0.45.0 |
1318 | 2024-05-14T03:17:41.636Z | Downloaded env_logger v0.9.3 |
1319 | 2024-05-14T03:17:41.636Z | Downloaded parking_lot v0.12.1 |
1320 | 2024-05-14T03:17:41.636Z | Downloaded parking_lot_core v0.8.6 |
1321 | 2024-05-14T03:17:41.636Z | Downloaded password-hash v0.5.0 |
1322 | 2024-05-14T03:17:41.637Z | Downloaded socket2 v0.4.9 |
1323 | 2024-05-14T03:17:41.637Z | Downloaded either v1.11.0 |
1324 | 2024-05-14T03:17:41.637Z | Downloaded serde_with_macros v3.7.0 |
1325 | 2024-05-14T03:17:41.637Z | Downloaded getrandom v0.2.12 |
1326 | 2024-05-14T03:17:41.637Z | Downloaded rand v0.8.5 |
1327 | 2024-05-14T03:17:41.637Z | Downloaded tinyvec v1.6.0 |
1328 | 2024-05-14T03:17:41.638Z | Downloaded pin-project v1.1.3 |
1329 | 2024-05-14T03:17:41.638Z | Downloaded env_logger v0.10.0 |
1330 | 2024-05-14T03:17:41.638Z | Downloaded uuid v1.8.0 |
1331 | 2024-05-14T03:17:41.638Z | Downloaded ucd-trie v0.1.6 |
1332 | 2024-05-14T03:17:41.638Z | Downloaded similar v2.4.0 |
1333 | 2024-05-14T03:17:41.638Z | Downloaded chrono v0.4.38 |
1334 | 2024-05-14T03:17:41.639Z | Downloaded expectorate v1.1.0 |
1335 | 2024-05-14T03:17:41.639Z | Downloaded steno v0.4.0 |
1336 | 2024-05-14T03:17:41.639Z | Downloaded tungstenite v0.21.0 |
1337 | 2024-05-14T03:17:41.639Z | Downloaded tungstenite v0.20.1 |
1338 | 2024-05-14T03:17:41.640Z | Downloaded oso v0.27.3 |
1339 | 2024-05-14T03:17:41.640Z | Downloaded snafu v0.8.2 |
1340 | 2024-05-14T03:17:41.640Z | Downloaded elliptic-curve v0.13.8 |
1341 | 2024-05-14T03:17:41.640Z | Downloaded fancy-regex v0.13.0 |
1342 | 2024-05-14T03:17:41.641Z | Downloaded time v0.3.34 |
1343 | 2024-05-14T03:17:41.641Z | Downloaded rustls-webpki v0.102.1 |
1344 | 2024-05-14T03:17:41.641Z | Downloaded trust-dns-client v0.22.0 |
1345 | 2024-05-14T03:17:41.642Z | Downloaded serde_with v3.7.0 |
1346 | 2024-05-14T03:17:41.642Z | Downloaded tower v0.4.13 |
1347 | 2024-05-14T03:17:41.642Z | Downloaded typed-path v0.7.0 |
1348 | 2024-05-14T03:17:41.643Z | Downloaded reqwest v0.11.27 |
1349 | 2024-05-14T03:17:41.643Z | Downloaded regex-automata v0.1.10 |
1350 | 2024-05-14T03:17:41.643Z | Downloaded rustyline v14.0.0 |
1351 | 2024-05-14T03:17:41.643Z | Downloaded pest v2.7.6 |
1352 | 2024-05-14T03:17:41.643Z | Downloaded tokio-util v0.7.10 |
1353 | 2024-05-14T03:17:41.644Z | Downloaded rayon v1.10.0 |
1354 | 2024-05-14T03:17:41.644Z | Downloaded lalrpop v0.19.12 |
1355 | 2024-05-14T03:17:41.644Z | Downloaded reedline v0.31.0 |
1356 | 2024-05-14T03:17:41.645Z | Downloaded tough v0.17.1 |
1357 | 2024-05-14T03:17:41.645Z | Downloaded num-bigint-dig v0.8.4 |
1358 | 2024-05-14T03:17:41.645Z | Downloaded quick-xml v0.31.0 |
1359 | 2024-05-14T03:17:41.645Z | Downloaded futures-util v0.3.30 |
1360 | 2024-05-14T03:17:41.646Z | Downloaded guppy v0.17.5 |
1361 | 2024-05-14T03:17:41.646Z | Downloaded petgraph v0.6.4 |
1362 | 2024-05-14T03:17:41.646Z | Downloaded tabled v0.15.0 |
1363 | 2024-05-14T03:17:41.646Z | Downloaded nix v0.28.0 |
1364 | 2024-05-14T03:17:41.647Z | Downloaded rustls-webpki v0.101.7 |
1365 | 2024-05-14T03:17:41.647Z | Downloaded h2 v0.3.26 |
1366 | 2024-05-14T03:17:41.694Z | Downloaded openssl v0.10.64 |
1367 | 2024-05-14T03:17:41.694Z | Downloaded smoltcp v0.9.1 |
1368 | 2024-05-14T03:17:41.694Z | Downloaded curve25519-dalek v4.1.2 |
1369 | 2024-05-14T03:17:41.695Z | Downloaded syn v1.0.109 |
1370 | 2024-05-14T03:17:41.695Z | Downloaded object v0.30.4 |
1371 | 2024-05-14T03:17:41.695Z | Downloaded gimli v0.28.0 |
1372 | 2024-05-14T03:17:41.695Z | Downloaded regex v1.10.4 |
1373 | 2024-05-14T03:17:41.696Z | Downloaded rustls v0.21.9 |
1374 | 2024-05-14T03:17:41.696Z | Downloaded radix_trie v0.2.1 |
1375 | 2024-05-14T03:17:41.696Z | Downloaded trust-dns-proto v0.22.0 |
1376 | 2024-05-14T03:17:41.696Z | Downloaded regex-syntax v0.6.29 |
1377 | 2024-05-14T03:17:41.696Z | Downloaded regex-syntax v0.8.2 |
1378 | 2024-05-14T03:17:41.696Z | Downloaded openapiv3 v2.0.0 |
1379 | 2024-05-14T03:17:41.696Z | Downloaded zerocopy-derive v0.6.6 |
1380 | 2024-05-14T03:17:41.697Z | Downloaded zerocopy-derive v0.2.0 |
1381 | 2024-05-14T03:17:41.697Z | Downloaded regress v0.9.1 |
1382 | 2024-05-14T03:17:41.697Z | Downloaded ratatui v0.26.2 |
1383 | 2024-05-14T03:17:41.697Z | Downloaded sled v0.34.7 |
1384 | 2024-05-14T03:17:41.697Z | Downloaded diesel v2.1.6 |
1385 | 2024-05-14T03:17:41.698Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1386 | 2024-05-14T03:17:41.698Z | Downloaded rustls v0.22.4 |
1387 | 2024-05-14T03:17:41.698Z | Downloaded encoding_rs v0.8.33 |
1388 | 2024-05-14T03:17:41.698Z | Downloaded bstr v1.9.0 |
1389 | 2024-05-14T03:17:41.698Z | Downloaded polar-core v0.27.3 |
1390 | 2024-05-14T03:17:41.698Z | Downloaded webpki-roots v0.25.2 |
1391 | 2024-05-14T03:17:41.698Z | Downloaded smoltcp v0.11.0 |
1392 | 2024-05-14T03:17:41.698Z | Downloaded regex-automata v0.4.5 |
1393 | 2024-05-14T03:17:41.699Z | Downloaded vcpkg v0.2.15 |
1394 | 2024-05-14T03:17:41.699Z | Downloaded sha3 v0.10.8 |
1395 | 2024-05-14T03:17:41.699Z | Downloaded object v0.32.1 |
1396 | 2024-05-14T03:17:41.699Z | Downloaded bstr v0.2.17 |
1397 | 2024-05-14T03:17:41.699Z | Downloaded tokio v1.37.0 |
1398 | 2024-05-14T03:17:41.699Z | Downloaded csv v1.3.0 |
1399 | 2024-05-14T03:17:41.699Z | Downloaded idna v0.3.0 |
1400 | 2024-05-14T03:17:41.699Z | Downloaded idna v0.2.3 |
1401 | 2024-05-14T03:17:41.699Z | Downloaded plotters v0.3.5 |
1402 | 2024-05-14T03:17:41.700Z | Downloaded goblin v0.8.0 |
1403 | 2024-05-14T03:17:41.700Z | Downloaded proptest v1.4.0 |
1404 | 2024-05-14T03:17:41.700Z | Downloaded winnow v0.5.15 |
1405 | 2024-05-14T03:17:41.700Z | Downloaded bindgen v0.69.2 |
1406 | 2024-05-14T03:17:41.700Z | Downloaded salty v0.2.0 |
1407 | 2024-05-14T03:17:41.700Z | Downloaded diesel_derives v2.1.2 |
1408 | 2024-05-14T03:17:41.700Z | Downloaded blake3 v1.5.0 |
1409 | 2024-05-14T03:17:41.700Z | Downloaded unicode-bidi v0.3.15 |
1410 | 2024-05-14T03:17:41.701Z | Downloaded tracing-core v0.1.32 |
1411 | 2024-05-14T03:17:41.701Z | Downloaded trust-dns-resolver v0.22.0 |
1412 | 2024-05-14T03:17:41.701Z | Downloaded libm v0.2.7 |
1413 | 2024-05-14T03:17:41.701Z | Downloaded pretty_assertions v1.4.0 |
1414 | 2024-05-14T03:17:41.701Z | Downloaded tinytemplate v1.2.1 |
1415 | 2024-05-14T03:17:41.701Z | Downloaded stringprep v0.1.3 |
1416 | 2024-05-14T03:17:41.701Z | Downloaded string_cache v0.8.7 |
1417 | 2024-05-14T03:17:41.702Z | Downloaded signature v2.1.0 |
1418 | 2024-05-14T03:17:41.702Z | Downloaded sha1 v0.10.6 |
1419 | 2024-05-14T03:17:41.702Z | Downloaded zone_cfg_derive v0.1.2 |
1420 | 2024-05-14T03:17:41.702Z | Downloaded tower-layer v0.3.2 |
1421 | 2024-05-14T03:17:41.702Z | Downloaded rustls-pki-types v1.3.0 |
1422 | 2024-05-14T03:17:41.702Z | Downloaded mio v0.8.11 |
1423 | 2024-05-14T03:17:41.702Z | Downloaded rand_chacha v0.3.1 |
1424 | 2024-05-14T03:17:41.703Z | Downloaded toml v0.7.8 |
1425 | 2024-05-14T03:17:41.703Z | Downloaded omicron-zone-package v0.11.0 |
1426 | 2024-05-14T03:17:41.703Z | Downloaded flume v0.11.0 |
1427 | 2024-05-14T03:17:41.703Z | Downloaded idna v0.5.0 |
1428 | 2024-05-14T03:17:41.703Z | Downloaded generic-array v0.14.7 |
1429 | 2024-05-14T03:17:41.703Z | Downloaded futures-timer v3.0.2 |
1430 | 2024-05-14T03:17:41.703Z | Downloaded futures-task v0.3.30 |
1431 | 2024-05-14T03:17:41.703Z | Downloaded peg-macros v0.8.3 |
1432 | 2024-05-14T03:17:41.704Z | Downloaded num-rational v0.4.1 |
1433 | 2024-05-14T03:17:41.704Z | Downloaded sha2 v0.10.8 |
1434 | 2024-05-14T03:17:41.704Z | Downloaded serde_derive_internals v0.29.0 |
1435 | 2024-05-14T03:17:41.704Z | Downloaded tokio-stream v0.1.15 |
1436 | 2024-05-14T03:17:41.704Z | Downloaded x509-cert v0.2.4 |
1437 | 2024-05-14T03:17:41.704Z | Downloaded futures-channel v0.3.30 |
1438 | 2024-05-14T03:17:41.704Z | Downloaded slog-term v2.9.1 |
1439 | 2024-05-14T03:17:41.704Z | Downloaded serde_urlencoded v0.7.1 |
1440 | 2024-05-14T03:17:41.705Z | Downloaded serde_tokenstream v0.2.0 |
1441 | 2024-05-14T03:17:41.705Z | Downloaded serde_repr v0.1.16 |
1442 | 2024-05-14T03:17:41.705Z | Downloaded peg v0.8.3 |
1443 | 2024-05-14T03:17:41.705Z | Downloaded unicode-xid v0.2.4 |
1444 | 2024-05-14T03:17:41.705Z | Downloaded minimal-lexical v0.2.1 |
1445 | 2024-05-14T03:17:41.705Z | Downloaded tokio-tungstenite v0.20.1 |
1446 | 2024-05-14T03:17:41.705Z | Downloaded tokio-rustls v0.25.0 |
1447 | 2024-05-14T03:17:41.705Z | Downloaded test-strategy v0.3.1 |
1448 | 2024-05-14T03:17:41.705Z | Downloaded dirs-sys-next v0.1.2 |
1449 | 2024-05-14T03:17:41.705Z | Downloaded tar v0.4.40 |
1450 | 2024-05-14T03:17:41.706Z | Downloaded time-macros v0.2.17 |
1451 | 2024-05-14T03:17:41.706Z | Downloaded unicode-segmentation v1.10.1 |
1452 | 2024-05-14T03:17:41.706Z | Downloaded criterion v0.5.1 |
1453 | 2024-05-14T03:17:41.731Z | Downloaded which v4.4.0 |
1454 | 2024-05-14T03:17:41.731Z | Downloaded whoami v1.5.1 |
1455 | 2024-05-14T03:17:41.732Z | Downloaded schemars v0.8.17 |
1456 | 2024-05-14T03:17:41.732Z | Downloaded oorandom v11.1.3 |
1457 | 2024-05-14T03:17:41.732Z | Downloaded num_enum_derive v0.5.11 |
1458 | 2024-05-14T03:17:41.732Z | Downloaded slog-bunyan v2.5.0 |
1459 | 2024-05-14T03:17:41.733Z | Downloaded globset v0.4.13 |
1460 | 2024-05-14T03:17:41.733Z | Downloaded const_format v0.2.32 |
1461 | 2024-05-14T03:17:41.733Z | Downloaded xattr v1.0.1 |
1462 | 2024-05-14T03:17:41.733Z | Downloaded usdt v0.3.5 |
1463 | 2024-05-14T03:17:41.733Z | Downloaded untrusted v0.9.0 |
1464 | 2024-05-14T03:17:41.734Z | Downloaded untrusted v0.7.1 |
1465 | 2024-05-14T03:17:41.734Z | Downloaded target-spec v3.1.0 |
1466 | 2024-05-14T03:17:41.734Z | Downloaded derive_more v0.99.17 |
1467 | 2024-05-14T03:17:41.734Z | Downloaded rcgen v0.12.1 |
1468 | 2024-05-14T03:17:41.735Z | Downloaded ron v0.7.1 |
1469 | 2024-05-14T03:17:41.735Z | Downloaded tabwriter v1.4.0 |
1470 | 2024-05-14T03:17:41.735Z | Downloaded packed_struct_codegen v0.10.1 |
1471 | 2024-05-14T03:17:41.735Z | Downloaded trybuild v1.0.91 |
1472 | 2024-05-14T03:17:41.736Z | Downloaded fragile v2.0.0 |
1473 | 2024-05-14T03:17:41.736Z | Downloaded miniz_oxide v0.7.1 |
1474 | 2024-05-14T03:17:41.736Z | Downloaded base64 v0.22.1 |
1475 | 2024-05-14T03:17:41.736Z | Downloaded powerfmt v0.2.0 |
1476 | 2024-05-14T03:17:41.736Z | Downloaded pin-utils v0.1.0 |
1477 | 2024-05-14T03:17:41.737Z | Downloaded pest_generator v2.7.6 |
1478 | 2024-05-14T03:17:41.737Z | Downloaded pem v3.0.4 |
1479 | 2024-05-14T03:17:41.737Z | Downloaded signal-hook v0.3.17 |
1480 | 2024-05-14T03:17:41.763Z | Downloaded libtest-mimic v0.7.2 |
1481 | 2024-05-14T03:17:41.764Z | Downloaded nu-ansi-term v0.50.0 |
1482 | 2024-05-14T03:17:41.764Z | Downloaded maybe-uninit v2.0.0 |
1483 | 2024-05-14T03:17:41.764Z | Downloaded lock_api v0.4.10 |
1484 | 2024-05-14T03:17:41.764Z | Downloaded humantime v2.1.0 |
1485 | 2024-05-14T03:17:41.764Z | Downloaded cc v1.0.83 |
1486 | 2024-05-14T03:17:41.764Z | Downloaded signal-hook-registry v1.4.1 |
1487 | 2024-05-14T03:17:41.765Z | Downloaded rstest v0.19.0 |
1488 | 2024-05-14T03:17:41.765Z | Downloaded mime_guess v2.0.4 |
1489 | 2024-05-14T03:17:41.765Z | Downloaded const-oid v0.9.6 |
1490 | 2024-05-14T03:17:41.765Z | Downloaded threadpool v1.8.1 |
1491 | 2024-05-14T03:17:41.765Z | Downloaded tap v1.0.1 |
1492 | 2024-05-14T03:17:41.765Z | Downloaded http-body v0.4.5 |
1493 | 2024-05-14T03:17:41.766Z | Downloaded sec1 v0.7.3 |
1494 | 2024-05-14T03:17:41.766Z | Downloaded nanorand v0.7.0 |
1495 | 2024-05-14T03:17:41.766Z | Downloaded kstat-rs v0.2.3 |
1496 | 2024-05-14T03:17:41.766Z | Downloaded criterion-plot v0.5.0 |
1497 | 2024-05-14T03:17:41.767Z | Downloaded crc32fast v1.3.2 |
1498 | 2024-05-14T03:17:41.767Z | Downloaded is-terminal v0.4.9 |
1499 | 2024-05-14T03:17:41.767Z | Downloaded hyper-rustls v0.24.2 |
1500 | 2024-05-14T03:17:41.777Z | Downloaded sqlformat v0.2.3 |
1501 | 2024-05-14T03:17:41.777Z | Downloaded inout v0.1.3 |
1502 | 2024-05-14T03:17:41.778Z | Downloaded foreign-types-macros v0.2.3 |
1503 | 2024-05-14T03:17:41.778Z | Downloaded dyn-clone v1.0.17 |
1504 | 2024-05-14T03:17:41.778Z | Downloaded dtrace-parser v0.2.0 |
1505 | 2024-05-14T03:17:41.778Z | Downloaded dtrace-parser v0.1.14 |
1506 | 2024-05-14T03:17:41.778Z | Downloaded signal-hook-mio v0.2.3 |
1507 | 2024-05-14T03:17:41.778Z | Downloaded multimap v0.10.0 |
1508 | 2024-05-14T03:17:41.778Z | Downloaded mime v0.3.17 |
1509 | 2024-05-14T03:17:41.778Z | Downloaded indoc v2.0.3 |
1510 | 2024-05-14T03:17:41.778Z | Downloaded managed v0.8.0 |
1511 | 2024-05-14T03:17:41.778Z | Downloaded lazycell v1.3.0 |
1512 | 2024-05-14T03:17:41.778Z | Downloaded keccak v0.1.4 |
1513 | 2024-05-14T03:17:41.778Z | Downloaded indoc v1.0.9 |
1514 | 2024-05-14T03:17:41.778Z | Downloaded impl-trait-for-tuples v0.2.2 |
1515 | 2024-05-14T03:17:41.778Z | Downloaded cookie v0.17.0 |
1516 | 2024-05-14T03:17:41.778Z | Downloaded bitfield v0.14.0 |
1517 | 2024-05-14T03:17:41.790Z | Downloaded bit-vec v0.6.3 |
1518 | 2024-05-14T03:17:41.791Z | Downloaded assert_cmd v2.0.14 |
1519 | 2024-05-14T03:17:41.791Z | Downloaded camino-tempfile v1.1.1 |
1520 | 2024-05-14T03:17:41.791Z | Downloaded bcs v0.1.6 |
1521 | 2024-05-14T03:17:41.791Z | Downloaded base64ct v1.6.0 |
1522 | 2024-05-14T03:17:41.791Z | Downloaded async-trait v0.1.80 |
1523 | 2024-05-14T03:17:41.806Z | Downloaded ascii v1.1.0 |
1524 | 2024-05-14T03:17:41.806Z | Downloaded async-stream-impl v0.3.5 |
1525 | 2024-05-14T03:17:41.807Z | Downloaded assert_matches v1.5.0 |
1526 | 2024-05-14T03:17:41.807Z | Downloaded array-init v0.0.4 |
1527 | 2024-05-14T03:17:41.807Z | Downloaded base64 v0.21.7 |
1528 | 2024-05-14T03:17:41.808Z | Downloaded backtrace v0.3.69 |
1529 | 2024-05-14T03:17:41.815Z | Downloaded ascii-canvas v3.0.0 |
1530 | 2024-05-14T03:17:41.816Z | Downloaded arrayref v0.3.7 |
1531 | 2024-05-14T03:17:41.816Z | Downloaded aead v0.5.2 |
1532 | 2024-05-14T03:17:41.920Z | Downloaded ring v0.17.8 |
1533 | 2024-05-14T03:17:42.040Z | Downloaded ring v0.16.20 |
1534 | 2024-05-14T03:17:42.647Z | Compiling libc v0.2.153 |
1535 | 2024-05-14T03:17:42.647Z | Compiling serde v1.0.201 |
1536 | 2024-05-14T03:17:42.650Z | Compiling version_check v0.9.4 |
1537 | 2024-05-14T03:17:42.650Z | Checking cfg-if v1.0.0 |
1538 | 2024-05-14T03:17:42.705Z | Compiling lock_api v0.4.10 |
1539 | 2024-05-14T03:17:42.711Z | Compiling parking_lot_core v0.9.8 |
1540 | 2024-05-14T03:17:42.725Z | Compiling syn v2.0.60 |
1541 | 2024-05-14T03:17:42.795Z | Compiling once_cell v1.19.0 |
1542 | 2024-05-14T03:17:43.272Z | Compiling libm v0.2.7 |
1543 | 2024-05-14T03:17:43.320Z | Compiling num-traits v0.2.18 |
1544 | 2024-05-14T03:17:43.320Z | Compiling memchr v2.7.1 |
1545 | 2024-05-14T03:17:43.320Z | Compiling serde_json v1.0.116 |
1546 | 2024-05-14T03:17:43.412Z | Compiling ahash v0.8.8 |
1547 | 2024-05-14T03:17:43.491Z | Compiling byteorder v1.5.0 |
1548 | 2024-05-14T03:17:43.787Z | Compiling syn v1.0.109 |
1549 | 2024-05-14T03:17:44.322Z | Checking log v0.4.21 |
1550 | 2024-05-14T03:17:44.734Z | Compiling slab v0.4.9 |
1551 | 2024-05-14T03:17:44.739Z | Checking getrandom v0.2.12 |
1552 | 2024-05-14T03:17:44.739Z | Compiling typenum v1.16.0 |
1553 | 2024-05-14T03:17:44.739Z | Compiling cc v1.0.83 |
1554 | 2024-05-14T03:17:44.898Z | Checking itoa v1.0.9 |
1555 | 2024-05-14T03:17:45.353Z | Compiling generic-array v0.14.7 |
1556 | 2024-05-14T03:17:45.356Z | Checking scopeguard v1.2.0 |
1557 | 2024-05-14T03:17:45.356Z | Checking smallvec v1.13.1 |
1558 | 2024-05-14T03:17:45.356Z | Compiling allocator-api2 v0.2.16 |
1559 | 2024-05-14T03:17:45.811Z | Compiling pkg-config v0.3.27 |
1560 | 2024-05-14T03:17:45.820Z | Compiling rustix v0.38.31 |
1561 | 2024-05-14T03:17:45.929Z | Compiling schemars v0.8.17 |
1562 | 2024-05-14T03:17:46.158Z | Compiling httparse v1.8.0 |
1563 | 2024-05-14T03:17:46.290Z | Checking parking_lot v0.12.1 |
1564 | 2024-05-14T03:17:46.331Z | Checking pin-project-lite v0.2.13 |
1565 | 2024-05-14T03:17:46.433Z | Compiling time-core v0.1.2 |
1566 | 2024-05-14T03:17:46.601Z | Compiling num-conv v0.1.0 |
1567 | 2024-05-14T03:17:46.656Z | Compiling fnv v1.0.7 |
1568 | 2024-05-14T03:17:46.744Z | Checking signal-hook-registry v1.4.1 |
1569 | 2024-05-14T03:17:46.815Z | Compiling vcpkg v0.2.15 |
1570 | 2024-05-14T03:17:46.869Z | Compiling time-macros v0.2.17 |
1571 | 2024-05-14T03:17:47.387Z | Checking mio v0.8.11 |
1572 | 2024-05-14T03:17:47.409Z | Compiling heck v0.4.1 |
1573 | 2024-05-14T03:17:47.593Z | Checking ryu v1.0.15 |
1574 | 2024-05-14T03:17:47.701Z | Compiling ring v0.17.8 |
1575 | 2024-05-14T03:17:47.704Z | Compiling aho-corasick v1.1.2 |
1576 | 2024-05-14T03:17:49.011Z | Compiling openssl-sys v0.9.102 |
1577 | 2024-05-14T03:17:49.230Z | Compiling regex-syntax v0.8.2 |
1578 | 2024-05-14T03:17:50.212Z | Compiling serde_derive_internals v0.29.0 |
1579 | 2024-05-14T03:17:50.994Z | Checking rand_core v0.6.4 |
1580 | 2024-05-14T03:17:51.287Z | Checking num_cpus v1.16.0 |
1581 | 2024-05-14T03:17:51.381Z | Checking futures-core v0.3.30 |
1582 | 2024-05-14T03:17:51.452Z | Compiling ring v0.16.20 |
1583 | 2024-05-14T03:17:51.560Z | Checking socket2 v0.5.6 |
1584 | 2024-05-14T03:17:52.002Z | Compiling openssl v0.10.64 |
1585 | 2024-05-14T03:17:52.382Z | Compiling regex-automata v0.4.5 |
1586 | 2024-05-14T03:17:52.953Z | Compiling rustversion v1.0.14 |
1587 | 2024-05-14T03:17:53.617Z | Compiling ucd-trie v0.1.6 |
1588 | 2024-05-14T03:17:53.820Z | Compiling slog v2.7.0 |
1589 | 2024-05-14T03:17:54.415Z | Compiling crossbeam-utils v0.8.19 |
1590 | 2024-05-14T03:17:55.064Z | Compiling iana-time-zone v0.1.57 |
1591 | 2024-05-14T03:17:55.268Z | Compiling rustls v0.21.9 |
1592 | 2024-05-14T03:17:55.356Z | Compiling native-tls v0.2.11 |
1593 | 2024-05-14T03:17:55.496Z | Compiling cookie v0.17.0 |
1594 | 2024-05-14T03:17:55.569Z | Checking spin v0.5.2 |
1595 | 2024-05-14T03:17:56.101Z | Compiling backtrace v0.3.69 |
1596 | 2024-05-14T03:17:56.102Z | Compiling dyn-clone v1.0.17 |
1597 | 2024-05-14T03:17:56.102Z | Checking futures-sink v0.3.30 |
1598 | 2024-05-14T03:17:56.102Z | Compiling anyhow v1.0.83 |
1599 | 2024-05-14T03:17:56.167Z | Checking pin-utils v0.1.0 |
1600 | 2024-05-14T03:17:56.190Z | Checking futures-channel v0.3.30 |
1601 | 2024-05-14T03:17:56.589Z | Checking futures-io v0.3.30 |
1602 | 2024-05-14T03:17:56.709Z | Compiling tinyvec_macros v0.1.1 |
1603 | 2024-05-14T03:17:56.737Z | Checking futures-task v0.3.30 |
1604 | 2024-05-14T03:17:56.787Z | Compiling tinyvec v1.6.0 |
1605 | 2024-05-14T03:17:56.796Z | Compiling thread-id v4.2.0 |
1606 | 2024-05-14T03:17:56.955Z | Compiling serde_derive v1.0.201 |
1607 | 2024-05-14T03:17:56.968Z | Compiling zerocopy-derive v0.7.32 |
1608 | 2024-05-14T03:17:56.992Z | Compiling thiserror-impl v1.0.59 |
1609 | 2024-05-14T03:17:57.502Z | Compiling zeroize_derive v1.4.2 |
1610 | 2024-05-14T03:17:58.215Z | Compiling tokio-macros v2.2.0 |
1611 | 2024-05-14T03:17:58.349Z | Compiling futures-macro v0.3.30 |
1612 | 2024-05-14T03:17:58.644Z | Compiling tracing-attributes v0.1.27 |
1613 | 2024-05-14T03:17:59.222Z | Compiling schemars_derive v0.8.17 |
1614 | 2024-05-14T03:17:59.318Z | Compiling zerocopy v0.7.32 |
1615 | 2024-05-14T03:17:59.975Z | Compiling regex v1.10.4 |
1616 | 2024-05-14T03:18:00.408Z | Compiling thiserror v1.0.59 |
1617 | 2024-05-14T03:18:00.579Z | Checking zeroize v1.7.0 |
1618 | 2024-05-14T03:18:00.673Z | Compiling openssl-macros v0.1.1 |
1619 | 2024-05-14T03:18:00.813Z | Compiling pest v2.7.6 |
1620 | 2024-05-14T03:18:01.429Z | Compiling async-trait v0.1.80 |
1621 | 2024-05-14T03:18:01.567Z | Compiling hashbrown v0.14.3 |
1622 | 2024-05-14T03:18:02.726Z | Compiling scroll_derive v0.12.0 |
1623 | 2024-05-14T03:18:02.869Z | Checking futures-util v0.3.30 |
1624 | 2024-05-14T03:18:02.944Z | Compiling unicode-normalization v0.1.22 |
1625 | 2024-05-14T03:18:03.371Z | Compiling pest_meta v2.7.6 |
1626 | 2024-05-14T03:18:03.529Z | Compiling der_derive v0.7.2 |
1627 | 2024-05-14T03:18:04.440Z | Compiling unicode-bidi v0.3.15 |
1628 | 2024-05-14T03:18:05.080Z | Compiling pest_generator v2.7.6 |
1629 | 2024-05-14T03:18:05.336Z | Compiling errno v0.3.8 |
1630 | 2024-05-14T03:18:05.945Z | Compiling crc32fast v1.3.2 |
1631 | 2024-05-14T03:18:05.990Z | Checking subtle v2.5.0 |
1632 | 2024-05-14T03:18:06.209Z | Compiling either v1.11.0 |
1633 | 2024-05-14T03:18:06.259Z | Compiling unicode-width v0.1.11 |
1634 | 2024-05-14T03:18:06.515Z | Compiling scroll v0.12.0 |
1635 | 2024-05-14T03:18:07.092Z | Compiling usdt-impl v0.5.0 |
1636 | 2024-05-14T03:18:07.397Z | Compiling winnow v0.5.15 |
1637 | 2024-05-14T03:18:07.417Z | Compiling plain v0.2.3 |
1638 | 2024-05-14T03:18:08.185Z | Compiling goblin v0.8.0 |
1639 | 2024-05-14T03:18:08.366Z | Compiling pest_derive v2.7.6 |
1640 | 2024-05-14T03:18:09.097Z | Compiling spin v0.9.8 |
1641 | 2024-05-14T03:18:09.192Z | Compiling tracing-core v0.1.32 |
1642 | 2024-05-14T03:18:09.203Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-05-14T03:18:09.818Z | Compiling dtrace-parser v0.2.0 |
1644 | 2024-05-14T03:18:09.834Z | Compiling const-oid v0.9.6 |
1645 | 2024-05-14T03:18:10.556Z | Checking bytes v1.6.0 |
1646 | 2024-05-14T03:18:11.125Z | Checking bitflags v2.4.2 |
1647 | 2024-05-14T03:18:11.412Z | Compiling indexmap v2.2.6 |
1648 | 2024-05-14T03:18:11.692Z | Compiling serde_tokenstream v0.2.0 |
1649 | 2024-05-14T03:18:12.132Z | Checking tokio v1.37.0 |
1650 | 2024-05-14T03:18:12.180Z | Compiling uuid v1.8.0 |
1651 | 2024-05-14T03:18:12.226Z | Compiling chrono v0.4.38 |
1652 | 2024-05-14T03:18:12.623Z | Compiling semver v1.0.22 |
1653 | 2024-05-14T03:18:12.784Z | Compiling http v0.2.12 |
1654 | 2024-05-14T03:18:13.361Z | Compiling toml_datetime v0.6.5 |
1655 | 2024-05-14T03:18:13.524Z | Compiling serde_spanned v0.6.5 |
1656 | 2024-05-14T03:18:14.173Z | Compiling rustc_version v0.4.0 |
1657 | 2024-05-14T03:18:14.327Z | Compiling toml_edit v0.19.15 |
1658 | 2024-05-14T03:18:15.225Z | Compiling openapiv3 v2.0.0 |
1659 | 2024-05-14T03:18:16.150Z | Compiling dof v0.3.0 |
1660 | 2024-05-14T03:18:17.099Z | Compiling tracing v0.1.40 |
1661 | 2024-05-14T03:18:17.838Z | Compiling percent-encoding v2.3.1 |
1662 | 2024-05-14T03:18:18.562Z | Compiling clap_derive v4.5.4 |
1663 | 2024-05-14T03:18:18.728Z | Compiling untrusted v0.7.1 |
1664 | 2024-05-14T03:18:22.167Z | Compiling foreign-types-shared v0.1.1 |
1665 | 2024-05-14T03:18:22.614Z | Compiling signal-hook v0.3.17 |
1666 | 2024-05-14T03:18:22.614Z | Compiling untrusted v0.9.0 |
1667 | 2024-05-14T03:18:22.614Z | Compiling powerfmt v0.2.0 |
1668 | 2024-05-14T03:18:22.615Z | Compiling deranged v0.3.11 |
1669 | 2024-05-14T03:18:22.615Z | Compiling foreign-types v0.3.2 |
1670 | 2024-05-14T03:18:22.615Z | Compiling usdt-macro v0.5.0 |
1671 | 2024-05-14T03:18:22.615Z | Compiling usdt-attr-macro v0.5.0 |
1672 | 2024-05-14T03:18:22.615Z | Compiling form_urlencoded v1.2.1 |
1673 | 2024-05-14T03:18:22.615Z | Compiling crypto-common v0.1.6 |
1674 | 2024-05-14T03:18:22.616Z | Compiling zerocopy-derive v0.6.6 |
1675 | 2024-05-14T03:18:22.616Z | Compiling tokio-util v0.7.10 |
1676 | 2024-05-14T03:18:22.736Z | Compiling try-lock v0.2.4 |
1677 | 2024-05-14T03:18:22.736Z | Compiling num_threads v0.1.6 |
1678 | 2024-05-14T03:18:22.736Z | Compiling base64 v0.21.7 |
1679 | 2024-05-14T03:18:23.027Z | Compiling siphasher v0.3.11 |
1680 | 2024-05-14T03:18:23.220Z | Compiling h2 v0.3.26 |
1681 | 2024-05-14T03:18:23.273Z | Compiling time v0.3.34 |
1682 | 2024-05-14T03:18:23.304Z | Compiling want v0.3.1 |
1683 | 2024-05-14T03:18:23.360Z | Compiling sct v0.7.0 |
1684 | 2024-05-14T03:18:23.585Z | Compiling rustls-webpki v0.101.7 |
1685 | 2024-05-14T03:18:23.601Z | Compiling http-body v0.4.5 |
1686 | 2024-05-14T03:18:23.811Z | Compiling block-buffer v0.10.4 |
1687 | 2024-05-14T03:18:24.011Z | Compiling idna v0.5.0 |
1688 | 2024-05-14T03:18:24.192Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1689 | 2024-05-14T03:18:24.590Z | Compiling httpdate v1.0.3 |
1690 | 2024-05-14T03:18:25.014Z | Compiling tower-service v0.3.2 |
1691 | 2024-05-14T03:18:25.070Z | Compiling openssl-probe v0.1.5 |
1692 | 2024-05-14T03:18:25.406Z | Compiling url v2.5.0 |
1693 | 2024-05-14T03:18:26.288Z | Compiling digest v0.10.7 |
1694 | 2024-05-14T03:18:26.780Z | Compiling heapless v0.7.16 |
1695 | 2024-05-14T03:18:26.830Z | Compiling idna v0.3.0 |
1696 | 2024-05-14T03:18:26.982Z | Compiling lazy_static v1.4.0 |
1697 | 2024-05-14T03:18:27.311Z | Compiling ppv-lite86 v0.2.17 |
1698 | 2024-05-14T03:18:28.087Z | Compiling adler v1.0.2 |
1699 | 2024-05-14T03:18:28.308Z | Compiling psl-types v2.0.11 |
1700 | 2024-05-14T03:18:28.388Z | Checking equivalent v1.0.1 |
1701 | 2024-05-14T03:18:28.498Z | Compiling publicsuffix v2.2.3 |
1702 | 2024-05-14T03:18:28.752Z | Compiling miniz_oxide v0.7.1 |
1703 | 2024-05-14T03:18:28.762Z | Compiling rand_chacha v0.3.1 |
1704 | 2024-05-14T03:18:29.037Z | Compiling crossbeam-epoch v0.9.18 |
1705 | 2024-05-14T03:18:29.758Z | Compiling hyper v0.14.28 |
1706 | 2024-05-14T03:18:30.140Z | Compiling tokio-rustls v0.24.1 |
1707 | 2024-05-14T03:18:30.249Z | Compiling tokio-native-tls v0.3.1 |
1708 | 2024-05-14T03:18:30.718Z | Compiling bit-vec v0.6.3 |
1709 | 2024-05-14T03:18:30.800Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1710 | 2024-05-14T03:18:30.800Z | Compiling ipnet v2.9.0 |
1711 | 2024-05-14T03:18:31.368Z | Compiling cookie_store v0.20.0 |
1712 | 2024-05-14T03:18:31.555Z | Compiling rand v0.8.5 |
1713 | 2024-05-14T03:18:31.775Z | Compiling phf_shared v0.10.0 |
1714 | 2024-05-14T03:18:32.198Z | Compiling rustls-pemfile v1.0.3 |
1715 | 2024-05-14T03:18:32.230Z | Compiling serde_urlencoded v0.7.1 |
1716 | 2024-05-14T03:18:32.576Z | Compiling encoding_rs v0.8.33 |
1717 | 2024-05-14T03:18:32.610Z | Compiling num-bigint v0.4.4 |
1718 | 2024-05-14T03:18:32.778Z | Compiling sync_wrapper v0.1.2 |
1719 | 2024-05-14T03:18:33.213Z | Compiling mime v0.3.17 |
1720 | 2024-05-14T03:18:33.214Z | Compiling precomputed-hash v0.1.1 |
1721 | 2024-05-14T03:18:33.292Z | Compiling minimal-lexical v0.2.1 |
1722 | 2024-05-14T03:18:33.446Z | Compiling base64ct v1.6.0 |
1723 | 2024-05-14T03:18:33.481Z | Compiling new_debug_unreachable v1.0.4 |
1724 | 2024-05-14T03:18:33.962Z | Compiling fixedbitset v0.4.2 |
1725 | 2024-05-14T03:18:33.990Z | Compiling gimli v0.28.0 |
1726 | 2024-05-14T03:18:33.991Z | Compiling webpki-roots v0.25.2 |
1727 | 2024-05-14T03:18:33.991Z | Compiling smoltcp v0.9.1 |
1728 | 2024-05-14T03:18:33.991Z | Compiling nom v7.1.3 |
1729 | 2024-05-14T03:18:34.011Z | Compiling pem-rfc7468 v0.7.0 |
1730 | 2024-05-14T03:18:34.041Z | Compiling petgraph v0.6.4 |
1731 | 2024-05-14T03:18:34.553Z | Compiling string_cache v0.8.7 |
1732 | 2024-05-14T03:18:35.022Z | Compiling bit-set v0.5.3 |
1733 | 2024-05-14T03:18:35.023Z | Compiling hmac v0.12.1 |
1734 | 2024-05-14T03:18:35.237Z | Compiling itertools v0.10.5 |
1735 | 2024-05-14T03:18:35.261Z | Compiling enum-as-inner v0.5.1 |
1736 | 2024-05-14T03:18:35.453Z | Compiling hubpack_derive v0.1.1 |
1737 | 2024-05-14T03:18:36.726Z | Compiling diesel_table_macro_syntax v0.1.0 |
1738 | 2024-05-14T03:18:36.749Z | Compiling hyper-rustls v0.24.2 |
1739 | 2024-05-14T03:18:36.749Z | Compiling hyper-tls v0.5.0 |
1740 | 2024-05-14T03:18:36.765Z | Compiling object v0.32.1 |
1741 | 2024-05-14T03:18:37.038Z | Compiling reqwest v0.11.27 |
1742 | 2024-05-14T03:18:37.319Z | Compiling lalrpop-util v0.19.12 |
1743 | 2024-05-14T03:18:38.070Z | Compiling addr2line v0.21.0 |
1744 | 2024-05-14T03:18:38.091Z | Compiling rustc-demangle v0.1.23 |
1745 | 2024-05-14T03:18:38.091Z | Compiling flagset v0.4.3 |
1746 | 2024-05-14T03:18:38.092Z | Compiling unicode-segmentation v1.10.1 |
1747 | 2024-05-14T03:18:38.583Z | Compiling der v0.7.8 |
1748 | 2024-05-14T03:18:38.631Z | Compiling toml_edit v0.22.12 |
1749 | 2024-05-14T03:18:38.731Z | Compiling diesel_derives v2.1.2 |
1750 | 2024-05-14T03:18:38.750Z | Compiling flate2 v1.0.28 |
1751 | 2024-05-14T03:18:38.845Z | Compiling futures-executor v0.3.30 |
1752 | 2024-05-14T03:18:39.640Z | Compiling cpufeatures v0.2.12 |
1753 | 2024-05-14T03:18:39.738Z | Compiling sha2 v0.10.8 |
1754 | 2024-05-14T03:18:39.793Z | Compiling futures v0.3.30 |
1755 | 2024-05-14T03:18:41.072Z | Compiling spki v0.7.2 |
1756 | 2024-05-14T03:18:41.461Z | Compiling md-5 v0.10.5 |
1757 | 2024-05-14T03:18:42.032Z | Compiling toml v0.7.8 |
1758 | 2024-05-14T03:18:42.460Z | Compiling hex v0.4.3 |
1759 | 2024-05-14T03:18:42.891Z | Compiling stringprep v0.1.3 |
1760 | 2024-05-14T03:18:43.211Z | Compiling strum_macros v0.25.2 |
1761 | 2024-05-14T03:18:43.262Z | Compiling serde_repr v0.1.16 |
1762 | 2024-05-14T03:18:44.105Z | Compiling num-integer v0.1.46 |
1763 | 2024-05-14T03:18:44.365Z | Compiling hash32 v0.2.1 |
1764 | 2024-05-14T03:18:44.498Z | Compiling fallible-iterator v0.2.0 |
1765 | 2024-05-14T03:18:44.747Z | Compiling stable_deref_trait v1.2.0 |
1766 | 2024-05-14T03:18:44.907Z | Checking unicode-ident v1.0.12 |
1767 | 2024-05-14T03:18:45.081Z | Compiling pkcs8 v0.10.2 |
1768 | 2024-05-14T03:18:45.208Z | Compiling postgres-protocol v0.6.6 |
1769 | 2024-05-14T03:18:46.282Z | Compiling phf_shared v0.11.2 |
1770 | 2024-05-14T03:18:46.514Z | Compiling terminal_size v0.3.0 |
1771 | 2024-05-14T03:18:46.673Z | Compiling ff v0.13.0 |
1772 | 2024-05-14T03:18:46.904Z | Compiling block-padding v0.3.3 |
1773 | 2024-05-14T03:18:46.938Z | Compiling scheduled-thread-pool v0.2.7 |
1774 | 2024-05-14T03:18:47.243Z | Compiling matches v0.1.10 |
1775 | 2024-05-14T03:18:47.322Z | Compiling regex-automata v0.1.10 |
1776 | 2024-05-14T03:18:47.349Z | Compiling managed v0.8.0 |
1777 | 2024-05-14T03:18:47.354Z | Compiling peg-runtime v0.8.3 |
1778 | 2024-05-14T03:18:47.406Z | Compiling bitflags v1.3.2 |
1779 | 2024-05-14T03:18:47.501Z | Compiling base16ct v0.2.0 |
1780 | 2024-05-14T03:18:47.957Z | Compiling clap_builder v4.5.2 |
1781 | 2024-05-14T03:18:47.974Z | Compiling bstr v0.2.17 |
1782 | 2024-05-14T03:18:47.974Z | Compiling sec1 v0.7.3 |
1783 | 2024-05-14T03:18:47.994Z | Compiling idna v0.2.3 |
1784 | 2024-05-14T03:18:48.408Z | Compiling r2d2 v0.8.10 |
1785 | 2024-05-14T03:18:48.830Z | Compiling inout v0.1.3 |
1786 | 2024-05-14T03:18:49.233Z | Compiling group v0.13.0 |
1787 | 2024-05-14T03:18:49.402Z | Compiling signal-hook-mio v0.2.3 |
1788 | 2024-05-14T03:18:49.557Z | Compiling phf v0.11.2 |
1789 | 2024-05-14T03:18:49.571Z | Compiling bzip2 v0.4.4 |
1790 | 2024-05-14T03:18:49.585Z | Compiling postgres-types v0.2.6 |
1791 | 2024-05-14T03:18:49.941Z | Compiling hubpack v0.1.2 |
1792 | 2024-05-14T03:18:49.965Z | Compiling hkdf v0.12.4 |
1793 | 2024-05-14T03:18:50.386Z | Compiling zerocopy v0.6.6 |
1794 | 2024-05-14T03:18:50.485Z | Compiling ipnetwork v0.20.0 |
1795 | 2024-05-14T03:18:51.113Z | Compiling crypto-bigint v0.5.2 |
1796 | 2024-05-14T03:18:51.212Z | Compiling float-cmp v0.9.0 |
1797 | 2024-05-14T03:18:51.397Z | Compiling memmap v0.7.0 |
1798 | 2024-05-14T03:18:51.600Z | Compiling difflib v0.4.0 |
1799 | 2024-05-14T03:18:51.756Z | Compiling whoami v1.5.1 |
1800 | 2024-05-14T03:18:52.410Z | Compiling normalize-line-endings v0.3.0 |
1801 | 2024-05-14T03:18:52.451Z | Compiling data-encoding v2.4.0 |
1802 | 2024-05-14T03:18:52.534Z | Compiling static_assertions v1.1.0 |
1803 | 2024-05-14T03:18:52.633Z | Compiling predicates-core v1.0.6 |
1804 | 2024-05-14T03:18:52.977Z | Compiling trust-dns-proto v0.22.0 |
1805 | 2024-05-14T03:18:53.240Z | Compiling elliptic-curve v0.13.8 |
1806 | 2024-05-14T03:18:53.338Z | Compiling predicates v3.1.0 |
1807 | 2024-05-14T03:18:54.004Z | Compiling yasna v0.5.2 |
1808 | 2024-05-14T03:18:54.539Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1809 | 2024-05-14T03:18:54.663Z | Compiling diesel v2.1.6 |
1810 | 2024-05-14T03:18:54.801Z | Compiling tokio-postgres v0.7.10 |
1811 | 2024-05-14T03:18:55.900Z | Compiling usdt v0.5.0 |
1812 | 2024-05-14T03:18:56.950Z | Compiling clap v4.5.4 |
1813 | 2024-05-14T03:18:57.010Z | Compiling zip v0.6.6 |
1814 | 2024-05-14T03:18:57.089Z | Compiling crossterm v0.27.0 |
1815 | 2024-05-14T03:18:57.102Z | Compiling cipher v0.4.4 |
1816 | 2024-05-14T03:18:57.605Z | Compiling similar v2.4.0 |
1817 | 2024-05-14T03:18:57.965Z | Checking proc-macro2 v1.0.81 |
1818 | 2024-05-14T03:18:58.807Z | Compiling num-iter v0.1.44 |
1819 | 2024-05-14T03:18:59.026Z | Compiling console v0.15.8 |
1820 | 2024-05-14T03:18:59.782Z | Compiling tokio-stream v0.1.15 |
1821 | 2024-05-14T03:19:00.198Z | Compiling bstr v1.9.0 |
1822 | 2024-05-14T03:19:00.301Z | Checking quote v1.0.36 |
1823 | 2024-05-14T03:19:05.127Z | Checking utf8parse v0.2.1 |
1824 | 2024-05-14T03:19:08.500Z | Checking anstyle v1.0.7 |
1825 | 2024-05-14T03:19:10.079Z | Checking anstyle-parse v0.2.1 |
1826 | 2024-05-14T03:19:10.157Z | Checking colorchoice v1.0.0 |
1827 | 2024-05-14T03:19:10.263Z | Checking anstyle-query v1.0.0 |
1828 | 2024-05-14T03:19:10.376Z | Checking anstream v0.6.11 |
1829 | 2024-05-14T03:19:10.500Z | Checking clap_lex v0.7.0 |
1830 | 2024-05-14T03:19:10.740Z | Checking strsim v0.11.0 |
1831 | 2024-05-14T03:19:14.212Z | Checking winnow v0.6.1 |
1832 | 2024-05-14T03:19:22.943Z | Compiling regress v0.9.1 |
1833 | 2024-05-14T03:19:23.604Z | Compiling getopts v0.2.21 |
1834 | 2024-05-14T03:19:23.675Z | Checking heck v0.5.0 |
1835 | 2024-05-14T03:19:23.875Z | Compiling unsafe-libyaml v0.2.10 |
1836 | 2024-05-14T03:19:24.600Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
1837 | 2024-05-14T03:19:25.187Z | Compiling serde_yaml v0.9.25 |
1838 | 2024-05-14T03:19:25.346Z | Checking is-terminal v0.4.9 |
1839 | 2024-05-14T03:19:25.461Z | Checking camino v1.1.6 |
1840 | 2024-05-14T03:19:25.740Z | Checking base64 v0.22.1 |
1841 | 2024-05-14T03:19:26.237Z | Compiling strsim v0.10.0 |
1842 | 2024-05-14T03:19:26.237Z | Compiling ident_case v1.0.1 |
1843 | 2024-05-14T03:19:26.237Z | Compiling darling_core v0.20.8 |
1844 | 2024-05-14T03:19:26.237Z | Checking sha1 v0.10.6 |
1845 | 2024-05-14T03:19:26.452Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1846 | 2024-05-14T03:19:26.631Z | Checking http v1.0.0 |
1847 | 2024-05-14T03:19:27.916Z | Compiling paste v1.0.14 |
1848 | 2024-05-14T03:19:27.934Z | Compiling strum_macros v0.26.1 |
1849 | 2024-05-14T03:19:28.491Z | Checking rustls-pki-types v1.3.0 |
1850 | 2024-05-14T03:19:29.315Z | Checking fastrand v2.0.1 |
1851 | 2024-05-14T03:19:29.322Z | Checking match_cfg v0.1.0 |
1852 | 2024-05-14T03:19:29.322Z | Checking tempfile v3.10.1 |
1853 | 2024-05-14T03:19:29.323Z | Checking hostname v0.3.1 |
1854 | 2024-05-14T03:19:29.490Z | Checking dirs-sys-next v0.1.2 |
1855 | 2024-05-14T03:19:29.897Z | Checking quick-error v1.2.3 |
1856 | 2024-05-14T03:19:29.897Z | Checking dirs-next v2.0.0 |
1857 | 2024-05-14T03:19:29.897Z | Checking crossbeam-channel v0.5.8 |
1858 | 2024-05-14T03:19:29.898Z | Checking thread_local v1.1.7 |
1859 | 2024-05-14T03:19:30.086Z | Compiling rustls v0.22.4 |
1860 | 2024-05-14T03:19:30.369Z | Compiling slog-async v2.8.0 |
1861 | 2024-05-14T03:19:30.562Z | Checking term v0.7.0 |
1862 | 2024-05-14T03:19:30.673Z | Checking rustls-webpki v0.102.1 |
1863 | 2024-05-14T03:19:30.939Z | Checking instant v0.1.12 |
1864 | 2024-05-14T03:19:30.961Z | Checking take_mut v0.2.2 |
1865 | 2024-05-14T03:19:31.061Z | Checking slog-term v2.9.1 |
1866 | 2024-05-14T03:19:31.259Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1867 | 2024-05-14T03:19:31.376Z | Checking rustls-pemfile v2.1.2 |
1868 | 2024-05-14T03:19:31.528Z | Compiling multer v3.1.0 |
1869 | 2024-05-14T03:19:31.605Z | Checking debug-ignore v1.0.5 |
1870 | 2024-05-14T03:19:31.719Z | Checking toml v0.8.12 |
1871 | 2024-05-14T03:19:31.742Z | Checking slog-json v2.6.1 |
1872 | 2024-05-14T03:19:31.896Z | Compiling async-stream-impl v0.3.5 |
1873 | 2024-05-14T03:19:31.994Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1874 | 2024-05-14T03:19:32.312Z | Checking atomic-waker v1.1.1 |
1875 | 2024-05-14T03:19:32.439Z | Checking waitgroup v0.1.2 |
1876 | 2024-05-14T03:19:32.530Z | Checking slog-bunyan v2.5.0 |
1877 | 2024-05-14T03:19:32.679Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
1878 | 2024-05-14T03:19:32.966Z | Checking serde_path_to_error v0.1.16 |
1879 | 2024-05-14T03:19:33.208Z | Compiling darling_macro v0.20.8 |
1880 | 2024-05-14T03:19:33.284Z | Checking strum v0.26.2 |
1881 | 2024-05-14T03:19:33.362Z | Checking async-stream v0.3.5 |
1882 | 2024-05-14T03:19:33.436Z | Checking hostname v0.4.0 |
1883 | 2024-05-14T03:19:33.568Z | Checking newtype-uuid v1.1.0 |
1884 | 2024-05-14T03:19:33.581Z | Checking wait-timeout v0.2.0 |
1885 | 2024-05-14T03:19:33.581Z | Compiling structmeta-derive v0.3.0 |
1886 | 2024-05-14T03:19:33.744Z | Checking rusty-fork v0.3.0 |
1887 | 2024-05-14T03:19:33.799Z | Compiling structmeta-derive v0.2.0 |
1888 | 2024-05-14T03:19:34.050Z | Checking rand_xorshift v0.3.0 |
1889 | 2024-05-14T03:19:34.217Z | Checking unarray v0.1.4 |
1890 | 2024-05-14T03:19:34.348Z | Compiling darling v0.20.8 |
1891 | 2024-05-14T03:19:34.366Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1892 | 2024-05-14T03:19:34.471Z | Compiling serde_with_macros v3.7.0 |
1893 | 2024-05-14T03:19:34.679Z | Checking proptest v1.4.0 |
1894 | 2024-05-14T03:19:34.949Z | Checking tokio-rustls v0.25.0 |
1895 | 2024-05-14T03:19:35.384Z | Checking backoff v0.4.0 |
1896 | 2024-05-14T03:19:35.388Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1897 | 2024-05-14T03:19:36.081Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1898 | 2024-05-14T03:19:36.223Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1899 | 2024-05-14T03:19:36.459Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1900 | 2024-05-14T03:19:36.733Z | Compiling structmeta v0.3.0 |
1901 | 2024-05-14T03:19:36.915Z | Compiling structmeta v0.2.0 |
1902 | 2024-05-14T03:19:37.139Z | Compiling parse-display-derive v0.9.0 |
1903 | 2024-05-14T03:19:37.247Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1904 | 2024-05-14T03:19:37.327Z | Compiling test-strategy v0.3.1 |
1905 | 2024-05-14T03:19:37.373Z | Checking macaddr v1.0.1 |
1906 | 2024-05-14T03:19:37.717Z | Compiling proc-macro-error-attr v1.0.4 |
1907 | 2024-05-14T03:19:37.724Z | Checking serde_with v3.7.0 |
1908 | 2024-05-14T03:19:38.089Z | Compiling proc-macro-error v1.0.4 |
1909 | 2024-05-14T03:19:38.960Z | Compiling proc-macro-crate v1.3.1 |
1910 | 2024-05-14T03:19:39.096Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1911 | 2024-05-14T03:19:39.503Z | Checking camino-tempfile v1.1.1 |
1912 | 2024-05-14T03:19:39.783Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1913 | 2024-05-14T03:19:40.088Z | Compiling num_enum_derive v0.5.11 |
1914 | 2024-05-14T03:19:40.117Z | Compiling foreign-types-macros v0.2.3 |
1915 | 2024-05-14T03:19:40.188Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1916 | 2024-05-14T03:19:40.485Z | Checking foreign-types-shared v0.3.1 |
1917 | 2024-05-14T03:19:40.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1918 | 2024-05-14T03:19:41.069Z | Checking cstr-argument v0.1.2 |
1919 | 2024-05-14T03:19:41.243Z | Checking pretty-hex v0.2.1 |
1920 | 2024-05-14T03:19:41.382Z | Checking tabwriter v1.4.0 |
1921 | 2024-05-14T03:19:41.388Z | Checking foreign-types v0.5.0 |
1922 | 2024-05-14T03:19:41.417Z | Checking colored v2.1.0 |
1923 | 2024-05-14T03:19:41.510Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1924 | 2024-05-14T03:19:41.599Z | Checking socket2 v0.4.9 |
1925 | 2024-05-14T03:19:41.709Z | Checking smf v0.2.3 |
1926 | 2024-05-14T03:19:41.774Z | Checking humantime v2.1.0 |
1927 | 2024-05-14T03:19:41.955Z | Checking termcolor v1.2.0 |
1928 | 2024-05-14T03:19:42.036Z | Checking arc-swap v1.6.0 |
1929 | 2024-05-14T03:19:42.062Z | Checking utf-8 v0.7.6 |
1930 | 2024-05-14T03:19:42.134Z | Checking parse-display v0.9.0 |
1931 | 2024-05-14T03:19:42.150Z | Checking newline-converter v0.3.0 |
1932 | 2024-05-14T03:19:42.309Z | Checking filetime v0.2.23 |
1933 | 2024-05-14T03:19:42.338Z | Checking xattr v1.0.1 |
1934 | 2024-05-14T03:19:42.344Z | Checking same-file v1.0.6 |
1935 | 2024-05-14T03:19:42.360Z | Checking expectorate v1.1.0 |
1936 | 2024-05-14T03:19:42.476Z | Checking slog-scope v4.4.0 |
1937 | 2024-05-14T03:19:42.483Z | Checking tungstenite v0.20.1 |
1938 | 2024-05-14T03:19:42.506Z | Checking walkdir v2.5.0 |
1939 | 2024-05-14T03:19:42.515Z | Checking tar v0.4.40 |
1940 | 2024-05-14T03:19:42.515Z | Compiling heapless v0.8.0 |
1941 | 2024-05-14T03:19:42.659Z | Checking slog-stdlog v4.1.1 |
1942 | 2024-05-14T03:19:42.765Z | Checking termtree v0.4.1 |
1943 | 2024-05-14T03:19:42.820Z | Checking slog-envlogger v2.2.0 |
1944 | 2024-05-14T03:19:42.907Z | Checking num_enum v0.5.11 |
1945 | 2024-05-14T03:19:42.964Z | Checking predicates-tree v1.0.9 |
1946 | 2024-05-14T03:19:43.026Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1947 | 2024-05-14T03:19:43.043Z | Checking hash32 v0.3.1 |
1948 | 2024-05-14T03:19:43.110Z | Compiling smoltcp v0.11.0 |
1949 | 2024-05-14T03:19:43.220Z | Checking embedded-io v0.4.0 |
1950 | 2024-05-14T03:19:43.235Z | Compiling crucible-workspace-hack v0.1.0 |
1951 | 2024-05-14T03:19:43.275Z | Checking cobs v0.2.3 |
1952 | 2024-05-14T03:19:43.311Z | Checking tokio-tungstenite v0.20.1 |
1953 | 2024-05-14T03:19:43.407Z | Checking sigpipe v0.1.3 |
1954 | 2024-05-14T03:19:43.449Z | Checking postcard v1.0.8 |
1955 | 2024-05-14T03:19:43.532Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1956 | 2024-05-14T03:19:43.540Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1957 | 2024-05-14T03:19:43.735Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1958 | 2024-05-14T03:19:43.784Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1959 | 2024-05-14T03:19:43.821Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1960 | 2024-05-14T03:19:43.888Z | Checking atty v0.2.14 |
1961 | 2024-05-14T03:19:44.041Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1962 | 2024-05-14T03:19:44.153Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1963 | 2024-05-14T03:19:44.261Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1964 | 2024-05-14T03:19:44.512Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
1965 | 2024-05-14T03:19:44.599Z | Compiling num-derive v0.4.0 |
1966 | 2024-05-14T03:19:44.692Z | Compiling mockall_derive v0.12.1 |
1967 | 2024-05-14T03:19:44.876Z | Checking fragile v2.0.0 |
1968 | 2024-05-14T03:19:45.140Z | Checking downcast v0.11.0 |
1969 | 2024-05-14T03:19:45.334Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
1970 | 2024-05-14T03:19:45.582Z | Checking pem v3.0.4 |
1971 | 2024-05-14T03:19:45.688Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1972 | 2024-05-14T03:19:45.854Z | Checking env_logger v0.9.3 |
1973 | 2024-05-14T03:19:45.867Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-05-14T03:19:46.229Z | Compiling bitstruct_derive v0.1.0 |
1975 | 2024-05-14T03:19:46.286Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1976 | 2024-05-14T03:19:46.407Z | Checking ascii v1.1.0 |
1977 | 2024-05-14T03:19:46.446Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1978 | 2024-05-14T03:19:46.600Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1979 | 2024-05-14T03:19:46.821Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1980 | 2024-05-14T03:19:46.834Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1981 | 2024-05-14T03:19:46.896Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
1982 | 2024-05-14T03:19:47.101Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1983 | 2024-05-14T03:19:47.167Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1984 | 2024-05-14T03:19:47.345Z | Checking erased-serde v0.3.31 |
1985 | 2024-05-14T03:19:47.367Z | Checking serde_arrays v0.1.0 |
1986 | 2024-05-14T03:19:47.495Z | Compiling heck v0.3.3 |
1987 | 2024-05-14T03:19:47.575Z | Checking bitstruct v0.1.1 |
1988 | 2024-05-14T03:19:47.624Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1989 | 2024-05-14T03:19:47.678Z | Checking tungstenite v0.21.0 |
1990 | 2024-05-14T03:19:47.925Z | Compiling zone_cfg_derive v0.1.2 |
1991 | 2024-05-14T03:19:47.945Z | Checking base64 v0.13.1 |
1992 | 2024-05-14T03:19:48.754Z | Checking ron v0.7.1 |
1993 | 2024-05-14T03:19:48.758Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1994 | 2024-05-14T03:19:48.758Z | Checking tokio-tungstenite v0.21.0 |
1995 | 2024-05-14T03:19:48.759Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
1996 | 2024-05-14T03:19:49.383Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1997 | 2024-05-14T03:19:49.385Z | Checking zone v0.1.8 |
1998 | 2024-05-14T03:19:49.539Z | Checking headers-core v0.2.0 |
1999 | 2024-05-14T03:19:49.657Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2000 | 2024-05-14T03:19:49.691Z | Checking portpicker v0.1.1 |
2001 | 2024-05-14T03:19:49.801Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2002 | 2024-05-14T03:19:49.816Z | Checking headers v0.3.9 |
2003 | 2024-05-14T03:19:49.960Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2004 | 2024-05-14T03:19:50.006Z | Checking rcgen v0.12.1 |
2005 | 2024-05-14T03:19:50.243Z | Checking atomicwrites v0.4.3 |
2006 | 2024-05-14T03:19:50.427Z | Checking subprocess v0.2.9 |
2007 | 2024-05-14T03:19:50.640Z | Checking linked-hash-map v0.5.6 |
2008 | 2024-05-14T03:19:50.657Z | Checking password-hash v0.5.0 |
2009 | 2024-05-14T03:19:50.861Z | Checking blake2 v0.10.6 |
2010 | 2024-05-14T03:19:51.965Z | Checking swrite v0.1.0 |
2011 | 2024-05-14T03:19:52.008Z | Checking lru-cache v0.1.2 |
2012 | 2024-05-14T03:19:52.009Z | Checking itertools v0.12.1 |
2013 | 2024-05-14T03:19:52.009Z | Compiling derive-where v1.2.7 |
2014 | 2024-05-14T03:19:52.009Z | Checking resolv-conf v0.7.0 |
2015 | 2024-05-14T03:19:52.009Z | Checking argon2 v0.5.3 |
2016 | 2024-05-14T03:19:52.009Z | Checking trust-dns-resolver v0.22.0 |
2017 | 2024-05-14T03:19:52.009Z | Compiling rayon-core v1.12.1 |
2018 | 2024-05-14T03:19:52.009Z | Checking half v2.3.1 |
2019 | 2024-05-14T03:19:52.009Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2020 | 2024-05-14T03:19:52.240Z | Compiling cancel-safe-futures v0.1.5 |
2021 | 2024-05-14T03:19:52.324Z | Checking ciborium-io v0.2.2 |
2022 | 2024-05-14T03:19:52.443Z | Checking ciborium-ll v0.2.2 |
2023 | 2024-05-14T03:19:52.759Z | Checking ciborium v0.2.2 |
2024 | 2024-05-14T03:19:52.974Z | Checking bytecount v0.6.3 |
2025 | 2024-05-14T03:19:53.009Z | Compiling tabled_derive v0.7.0 |
2026 | 2024-05-14T03:19:53.044Z | Checking mockall v0.12.1 |
2027 | 2024-05-14T03:19:53.117Z | Checking papergrid v0.11.0 |
2028 | 2024-05-14T03:19:53.284Z | Compiling slog-dtrace v0.3.0 |
2029 | 2024-05-14T03:19:53.573Z | Compiling semver v0.1.20 |
2030 | 2024-05-14T03:19:53.710Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2031 | 2024-05-14T03:19:53.734Z | Checking libsw v3.3.1 |
2032 | 2024-05-14T03:19:54.042Z | Compiling rustc_version v0.1.7 |
2033 | 2024-05-14T03:19:54.084Z | Checking linear-map v1.2.0 |
2034 | 2024-05-14T03:19:54.272Z | Checking owo-colors v4.0.0 |
2035 | 2024-05-14T03:19:54.547Z | Compiling newtype_derive v0.1.6 |
2036 | 2024-05-14T03:19:54.602Z | Compiling num-rational v0.4.1 |
2037 | 2024-05-14T03:19:54.793Z | Compiling unicode-xid v0.2.4 |
2038 | 2024-05-14T03:19:54.845Z | Compiling radium v0.7.0 |
2039 | 2024-05-14T03:19:54.961Z | Checking num-complex v0.4.5 |
2040 | 2024-05-14T03:19:55.019Z | Checking steno v0.4.0 |
2041 | 2024-05-14T03:19:55.337Z | Checking nibble_vec v0.1.0 |
2042 | 2024-05-14T03:19:55.522Z | Checking tap v1.0.1 |
2043 | 2024-05-14T03:19:55.632Z | Checking tabled v0.15.0 |
2044 | 2024-05-14T03:19:55.678Z | Compiling maybe-uninit v2.0.0 |
2045 | 2024-05-14T03:19:55.775Z | Checking endian-type v0.1.2 |
2046 | 2024-05-14T03:19:55.802Z | Checking num v0.4.2 |
2047 | 2024-05-14T03:19:55.898Z | Checking wyz v0.5.1 |
2048 | 2024-05-14T03:19:55.982Z | Checking radix_trie v0.2.1 |
2049 | 2024-05-14T03:19:56.068Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2050 | 2024-05-14T03:19:56.269Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2051 | 2024-05-14T03:19:56.383Z | Checking fxhash v0.2.1 |
2052 | 2024-05-14T03:19:56.549Z | Compiling num-bigint-dig v0.8.4 |
2053 | 2024-05-14T03:19:56.624Z | Checking crc-catalog v2.2.0 |
2054 | 2024-05-14T03:19:56.744Z | Checking funty v2.0.0 |
2055 | 2024-05-14T03:19:56.868Z | Compiling packed_struct v0.10.1 |
2056 | 2024-05-14T03:19:56.965Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2057 | 2024-05-14T03:19:57.262Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2058 | 2024-05-14T03:19:57.288Z | Checking crc v3.0.1 |
2059 | 2024-05-14T03:19:57.410Z | Compiling packed_struct_codegen v0.10.1 |
2060 | 2024-05-14T03:19:57.492Z | Compiling indexmap v1.9.3 |
2061 | 2024-05-14T03:19:57.572Z | Checking nodrop v0.1.14 |
2062 | 2024-05-14T03:19:57.652Z | Checking bitvec v1.0.1 |
2063 | 2024-05-14T03:19:57.683Z | Checking array-init v0.0.4 |
2064 | 2024-05-14T03:19:57.699Z | Checking smallvec v0.6.14 |
2065 | 2024-05-14T03:19:58.026Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2066 | 2024-05-14T03:19:58.056Z | Checking pkcs1 v0.7.5 |
2067 | 2024-05-14T03:19:58.438Z | Checking signature v2.1.0 |
2068 | 2024-05-14T03:19:58.619Z | Checking hashbrown v0.12.3 |
2069 | 2024-05-14T03:19:58.642Z | Checking bitfield v0.14.0 |
2070 | 2024-05-14T03:19:58.678Z | Checking serde-hex v0.1.0 |
2071 | 2024-05-14T03:19:58.906Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2072 | 2024-05-14T03:19:59.212Z | Checking env_logger v0.10.0 |
2073 | 2024-05-14T03:19:59.658Z | Checking x509-cert v0.2.4 |
2074 | 2024-05-14T03:19:59.981Z | Checking rsa v0.9.2 |
2075 | 2024-05-14T03:20:00.302Z | Checking ron v0.8.1 |
2076 | 2024-05-14T03:20:00.450Z | Checking hashbrown v0.13.2 |
2077 | 2024-05-14T03:20:00.736Z | Checking crc-any v2.4.3 |
2078 | 2024-05-14T03:20:00.918Z | Checking path-slash v0.1.5 |
2079 | 2024-05-14T03:20:01.055Z | Checking display-error-chain v0.2.0 |
2080 | 2024-05-14T03:20:01.081Z | Compiling convert_case v0.4.0 |
2081 | 2024-05-14T03:20:01.175Z | Compiling async-recursion v1.1.0 |
2082 | 2024-05-14T03:20:01.194Z | Compiling buf-list v1.0.3 |
2083 | 2024-05-14T03:20:01.449Z | Checking object v0.30.4 |
2084 | 2024-05-14T03:20:01.485Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2085 | 2024-05-14T03:20:01.747Z | Checking maplit v1.0.2 |
2086 | 2024-05-14T03:20:01.859Z | Compiling blake3 v1.5.0 |
2087 | 2024-05-14T03:20:02.054Z | Compiling derive_more v0.99.17 |
2088 | 2024-05-14T03:20:02.207Z | Checking gethostname v0.4.3 |
2089 | 2024-05-14T03:20:02.337Z | Compiling libefi-sys v0.1.0 |
2090 | 2024-05-14T03:20:02.569Z | Compiling parking_lot_core v0.8.6 |
2091 | 2024-05-14T03:20:02.638Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2092 | 2024-05-14T03:20:02.901Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2093 | 2024-05-14T03:20:03.098Z | Compiling crossbeam-deque v0.8.3 |
2094 | 2024-05-14T03:20:03.194Z | Checking keccak v0.1.4 |
2095 | 2024-05-14T03:20:03.398Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2096 | 2024-05-14T03:20:03.491Z | Checking sha3 v0.10.8 |
2097 | 2024-05-14T03:20:03.533Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2098 | 2024-05-14T03:20:03.880Z | Checking parking_lot v0.11.2 |
2099 | 2024-05-14T03:20:04.053Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2100 | 2024-05-14T03:20:04.413Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-05-14T03:20:04.479Z | Checking trust-dns-client v0.22.0 |
2102 | 2024-05-14T03:20:04.620Z | Compiling synstructure v0.12.6 |
2103 | 2024-05-14T03:20:04.652Z | Checking toml v0.5.11 |
2104 | 2024-05-14T03:20:05.634Z | Checking secrecy v0.8.0 |
2105 | 2024-05-14T03:20:05.749Z | Compiling pin-project-internal v1.1.3 |
2106 | 2024-05-14T03:20:05.845Z | Compiling rayon v1.10.0 |
2107 | 2024-05-14T03:20:06.129Z | Checking trust-dns-server v0.22.1 |
2108 | 2024-05-14T03:20:06.423Z | Compiling zerocopy-derive v0.2.0 |
2109 | 2024-05-14T03:20:07.511Z | Checking sled v0.34.7 |
2110 | 2024-05-14T03:20:08.659Z | Compiling memmap2 v0.7.1 |
2111 | 2024-05-14T03:20:08.983Z | Checking pin-project v1.1.3 |
2112 | 2024-05-14T03:20:09.382Z | Compiling arrayvec v0.7.4 |
2113 | 2024-05-14T03:20:09.460Z | Compiling arrayref v0.3.7 |
2114 | 2024-05-14T03:20:09.558Z | Compiling constant_time_eq v0.3.0 |
2115 | 2024-05-14T03:20:09.574Z | Compiling home v0.5.5 |
2116 | 2024-05-14T03:20:09.734Z | Compiling toolchain_find v0.4.0 |
2117 | 2024-05-14T03:20:10.684Z | Compiling vte_generate_state_changes v0.1.1 |
2118 | 2024-05-14T03:20:10.704Z | Compiling topological-sort v0.2.2 |
2119 | 2024-05-14T03:20:10.721Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2120 | 2024-05-14T03:20:10.904Z | Checking fd-lock v4.0.2 |
2121 | 2024-05-14T03:20:11.030Z | Compiling rustfmt-wrapper v0.2.1 |
2122 | 2024-05-14T03:20:11.102Z | Compiling omicron-zone-package v0.11.0 |
2123 | 2024-05-14T03:20:11.380Z | Checking vte v0.11.1 |
2124 | 2024-05-14T03:20:11.604Z | Checking glob v0.3.1 |
2125 | 2024-05-14T03:20:11.918Z | Compiling usdt-impl v0.3.5 |
2126 | 2024-05-14T03:20:11.932Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2127 | 2024-05-14T03:20:12.088Z | Checking nu-ansi-term v0.50.0 |
2128 | 2024-05-14T03:20:12.268Z | Compiling zerocopy v0.3.0 |
2129 | 2024-05-14T03:20:12.432Z | Compiling prettyplease v0.2.19 |
2130 | 2024-05-14T03:20:12.508Z | Compiling platforms v3.0.2 |
2131 | 2024-05-14T03:20:12.749Z | Checking strip-ansi-escapes v0.2.0 |
2132 | 2024-05-14T03:20:13.246Z | Compiling dtrace-parser v0.1.14 |
2133 | 2024-05-14T03:20:13.246Z | Compiling snafu-derive v0.8.2 |
2134 | 2024-05-14T03:20:13.247Z | Checking reedline v0.31.0 |
2135 | 2024-05-14T03:20:13.247Z | Compiling dof v0.1.5 |
2136 | 2024-05-14T03:20:14.622Z | Checking globset v0.4.13 |
2137 | 2024-05-14T03:20:14.670Z | Checking olpc-cjson v0.1.3 |
2138 | 2024-05-14T03:20:14.780Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2139 | 2024-05-14T03:20:14.872Z | Compiling serde_tokenstream v0.1.7 |
2140 | 2024-05-14T03:20:15.080Z | Checking serde_plain v1.0.2 |
2141 | 2024-05-14T03:20:15.322Z | Compiling memoffset v0.7.1 |
2142 | 2024-05-14T03:20:15.392Z | Compiling crunchy v0.2.2 |
2143 | 2024-05-14T03:20:15.559Z | Checking typed-path v0.7.0 |
2144 | 2024-05-14T03:20:15.902Z | Compiling curve25519-dalek v4.1.2 |
2145 | 2024-05-14T03:20:15.962Z | Checking fs-err v2.11.0 |
2146 | 2024-05-14T03:20:16.269Z | Compiling clang-sys v1.6.1 |
2147 | 2024-05-14T03:20:16.552Z | Compiling unicase v2.7.0 |
2148 | 2024-05-14T03:20:16.708Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2149 | 2024-05-14T03:20:16.724Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2150 | 2024-05-14T03:20:16.864Z | Compiling tiny-keccak v2.0.2 |
2151 | 2024-05-14T03:20:16.991Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-05-14T03:20:17.014Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2153 | 2024-05-14T03:20:17.144Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2154 | 2024-05-14T03:20:17.354Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2155 | 2024-05-14T03:20:17.374Z | Checking parse-size v1.0.0 |
2156 | 2024-05-14T03:20:18.214Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2157 | 2024-05-14T03:20:18.570Z | Compiling usdt-macro v0.3.5 |
2158 | 2024-05-14T03:20:18.743Z | Checking snafu v0.8.2 |
2159 | 2024-05-14T03:20:19.244Z | Checking tough v0.17.1 |
2160 | 2024-05-14T03:20:19.971Z | Compiling usdt-attr-macro v0.3.5 |
2161 | 2024-05-14T03:20:20.025Z | Checking universal-hash v0.5.1 |
2162 | 2024-05-14T03:20:20.175Z | Compiling thiserror-impl-no-std v2.0.2 |
2163 | 2024-05-14T03:20:20.213Z | Compiling curve25519-dalek-derive v0.1.0 |
2164 | 2024-05-14T03:20:21.001Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2165 | 2024-05-14T03:20:21.455Z | Checking nanorand v0.7.0 |
2166 | 2024-05-14T03:20:21.624Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2167 | 2024-05-14T03:20:21.735Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2168 | 2024-05-14T03:20:21.791Z | Checking opaque-debug v0.3.0 |
2169 | 2024-05-14T03:20:21.878Z | Checking signature v1.6.4 |
2170 | 2024-05-14T03:20:22.009Z | Compiling salty v0.2.0 |
2171 | 2024-05-14T03:20:22.040Z | Compiling cfg_aliases v0.1.1 |
2172 | 2024-05-14T03:20:22.142Z | Compiling nix v0.28.0 |
2173 | 2024-05-14T03:20:22.645Z | Checking ed25519 v1.5.3 |
2174 | 2024-05-14T03:20:22.817Z | Checking poly1305 v0.8.0 |
2175 | 2024-05-14T03:20:22.964Z | Checking flume v0.11.0 |
2176 | 2024-05-14T03:20:23.249Z | Checking usdt v0.3.5 |
2177 | 2024-05-14T03:20:23.338Z | Compiling ascii-canvas v3.0.0 |
2178 | 2024-05-14T03:20:23.403Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2179 | 2024-05-14T03:20:23.517Z | Checking thiserror-no-std v2.0.2 |
2180 | 2024-05-14T03:20:23.621Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2181 | 2024-05-14T03:20:23.816Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2182 | 2024-05-14T03:20:23.844Z | Checking chacha20 v0.9.1 |
2183 | 2024-05-14T03:20:24.122Z | Checking aead v0.5.2 |
2184 | 2024-05-14T03:20:24.173Z | Checking serde-big-array v0.5.1 |
2185 | 2024-05-14T03:20:24.215Z | Checking kstat-rs v0.2.3 |
2186 | 2024-05-14T03:20:24.279Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2187 | 2024-05-14T03:20:24.332Z | Compiling ena v0.14.2 |
2188 | 2024-05-14T03:20:24.382Z | Compiling libloading v0.7.4 |
2189 | 2024-05-14T03:20:24.537Z | Compiling bindgen v0.69.2 |
2190 | 2024-05-14T03:20:24.785Z | Compiling diff v0.1.13 |
2191 | 2024-05-14T03:20:24.887Z | Compiling regex-syntax v0.6.29 |
2192 | 2024-05-14T03:20:24.935Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2193 | 2024-05-14T03:20:25.228Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2194 | 2024-05-14T03:20:25.275Z | Checking vsss-rs v3.3.4 |
2195 | 2024-05-14T03:20:25.415Z | Checking chacha20poly1305 v0.10.1 |
2196 | 2024-05-14T03:20:26.262Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2197 | 2024-05-14T03:20:27.322Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2198 | 2024-05-14T03:20:27.562Z | Checking signal-hook-tokio v0.3.1 |
2199 | 2024-05-14T03:20:27.724Z | Compiling cexpr v0.6.0 |
2200 | 2024-05-14T03:20:28.412Z | Compiling lalrpop v0.19.12 |
2201 | 2024-05-14T03:20:28.896Z | Checking serde-big-array v0.4.1 |
2202 | 2024-05-14T03:20:29.058Z | Compiling which v4.4.0 |
2203 | 2024-05-14T03:20:29.473Z | Compiling rustc-hash v1.1.0 |
2204 | 2024-05-14T03:20:29.631Z | Compiling shlex v1.3.0 |
2205 | 2024-05-14T03:20:29.658Z | Compiling peeking_take_while v0.1.2 |
2206 | 2024-05-14T03:20:29.719Z | Compiling lazycell v1.3.0 |
2207 | 2024-05-14T03:20:29.782Z | Compiling ref-cast v1.0.22 |
2208 | 2024-05-14T03:20:30.051Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2209 | 2024-05-14T03:20:30.347Z | Compiling mime_guess v2.0.4 |
2210 | 2024-05-14T03:20:31.701Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2211 | 2024-05-14T03:20:33.550Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2212 | 2024-05-14T03:20:33.846Z | Compiling derive_builder_core v0.20.0 |
2213 | 2024-05-14T03:20:34.885Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2214 | 2024-05-14T03:20:34.905Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2215 | 2024-05-14T03:20:35.878Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2216 | 2024-05-14T03:20:36.424Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2217 | 2024-05-14T03:20:37.673Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-05-14T03:20:38.351Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2219 | 2024-05-14T03:20:39.412Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2220 | 2024-05-14T03:20:40.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2221 | 2024-05-14T03:20:40.234Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2222 | 2024-05-14T03:20:40.604Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2223 | 2024-05-14T03:20:40.644Z | Compiling peg-macros v0.8.3 |
2224 | 2024-05-14T03:20:42.184Z | Compiling sqlparser_derive v0.2.2 |
2225 | 2024-05-14T03:20:42.568Z | Compiling ref-cast-impl v1.0.22 |
2226 | 2024-05-14T03:20:43.352Z | Compiling libxml v0.3.3 |
2227 | 2024-05-14T03:20:43.808Z | Checking corncobs v0.1.3 |
2228 | 2024-05-14T03:20:43.854Z | Checking unicode_categories v0.1.1 |
2229 | 2024-05-14T03:20:44.001Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2230 | 2024-05-14T03:20:44.174Z | Checking sqlformat v0.2.3 |
2231 | 2024-05-14T03:20:44.188Z | Checking rustyline v14.0.0 |
2232 | 2024-05-14T03:20:44.524Z | Checking peg v0.8.3 |
2233 | 2024-05-14T03:20:44.795Z | Checking sqlparser v0.45.0 |
2234 | 2024-05-14T03:20:45.634Z | Compiling derive_builder_macro v0.20.0 |
2235 | 2024-05-14T03:20:45.713Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2236 | 2024-05-14T03:20:46.159Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2237 | 2024-05-14T03:20:46.494Z | Checking bcs v0.1.6 |
2238 | 2024-05-14T03:20:46.569Z | Compiling strum_macros v0.24.3 |
2239 | 2024-05-14T03:20:46.982Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2240 | 2024-05-14T03:20:47.283Z | Compiling cookie v0.18.1 |
2241 | 2024-05-14T03:20:47.575Z | Checking highway v1.1.0 |
2242 | 2024-05-14T03:20:48.025Z | Compiling indoc v1.0.9 |
2243 | 2024-05-14T03:20:48.303Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2244 | 2024-05-14T03:20:49.934Z | Checking derive_builder v0.20.0 |
2245 | 2024-05-14T03:20:50.473Z | Compiling const_format_proc_macros v0.2.32 |
2246 | 2024-05-14T03:20:50.691Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2247 | 2024-05-14T03:20:50.978Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2248 | 2024-05-14T03:20:51.235Z | Checking bb8 v0.8.3 |
2249 | 2024-05-14T03:20:51.666Z | Checking quick-xml v0.31.0 |
2250 | 2024-05-14T03:20:51.709Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2251 | 2024-05-14T03:20:51.876Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2252 | 2024-05-14T03:20:52.553Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2253 | 2024-05-14T03:20:52.892Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2254 | 2024-05-14T03:20:53.573Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2255 | 2024-05-14T03:20:53.610Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2256 | 2024-05-14T03:20:53.973Z | Compiling oso-derive v0.27.3 |
2257 | 2024-05-14T03:20:54.352Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2258 | 2024-05-14T03:20:55.163Z | Compiling impl-trait-for-tuples v0.2.2 |
2259 | 2024-05-14T03:20:56.990Z | Checking http-range v0.1.5 |
2260 | 2024-05-14T03:20:57.122Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-05-14T03:20:57.169Z | Checking hyper-staticfile v0.9.5 |
2262 | 2024-05-14T03:20:57.409Z | Checking const_format v0.2.32 |
2263 | 2024-05-14T03:20:57.552Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2264 | 2024-05-14T03:20:57.893Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2265 | 2024-05-14T03:20:58.950Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2266 | 2024-05-14T03:21:00.175Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2267 | 2024-05-14T03:21:01.961Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2268 | 2024-05-14T03:21:02.043Z | Checking assert_matches v1.5.0 |
2269 | 2024-05-14T03:21:02.072Z | Checking rand_seeder v0.2.3 |
2270 | 2024-05-14T03:21:02.137Z | Compiling portable-atomic v1.4.3 |
2271 | 2024-05-14T03:21:02.309Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2272 | 2024-05-14T03:21:02.540Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2273 | 2024-05-14T03:21:03.917Z | Checking number_prefix v0.4.0 |
2274 | 2024-05-14T03:21:04.115Z | Checking castaway v0.2.2 |
2275 | 2024-05-14T03:21:04.195Z | Checking indicatif v0.17.8 |
2276 | 2024-05-14T03:21:04.266Z | Checking compact_str v0.7.1 |
2277 | 2024-05-14T03:21:04.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2278 | 2024-05-14T03:21:04.941Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2279 | 2024-05-14T03:21:05.004Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2280 | 2024-05-14T03:21:05.237Z | Checking lru v0.12.1 |
2281 | 2024-05-14T03:21:05.306Z | Compiling stability v0.2.0 |
2282 | 2024-05-14T03:21:05.501Z | Checking cassowary v0.3.0 |
2283 | 2024-05-14T03:21:05.759Z | Compiling indoc v2.0.3 |
2284 | 2024-05-14T03:21:05.971Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2285 | 2024-05-14T03:21:06.297Z | Checking smawk v0.3.1 |
2286 | 2024-05-14T03:21:06.499Z | Checking unicode-linebreak v0.1.5 |
2287 | 2024-05-14T03:21:06.809Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2288 | 2024-05-14T03:21:06.872Z | Checking ratatui v0.26.2 |
2289 | 2024-05-14T03:21:06.887Z | Checking textwrap v0.16.1 |
2290 | 2024-05-14T03:21:07.098Z | Checking is_ci v1.2.0 |
2291 | 2024-05-14T03:21:07.227Z | Checking supports-color v3.0.0 |
2292 | 2024-05-14T03:21:07.285Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2293 | 2024-05-14T03:21:07.407Z | Checking fatfs v0.3.6 |
2294 | 2024-05-14T03:21:08.416Z | Checking rtoolbox v0.0.1 |
2295 | 2024-05-14T03:21:08.611Z | Checking rpassword v7.3.1 |
2296 | 2024-05-14T03:21:08.720Z | Checking shell-words v1.1.0 |
2297 | 2024-05-14T03:21:08.723Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2298 | 2024-05-14T03:21:08.753Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2299 | 2024-05-14T03:21:08.873Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2300 | 2024-05-14T03:21:08.970Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2301 | 2024-05-14T03:21:09.371Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2302 | 2024-05-14T03:21:09.761Z | Checking tui-tree-widget v0.19.0 |
2303 | 2024-05-14T03:21:09.845Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2304 | 2024-05-14T03:21:10.280Z | Checking yansi v0.5.1 |
2305 | 2024-05-14T03:21:10.492Z | Compiling target-lexicon v0.12.13 |
2306 | 2024-05-14T03:21:10.567Z | Checking pretty_assertions v1.4.0 |
2307 | 2024-05-14T03:21:10.766Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2308 | 2024-05-14T03:21:11.180Z | Checking plotters-backend v0.3.5 |
2309 | 2024-05-14T03:21:11.532Z | Compiling guppy-workspace-hack v0.1.0 |
2310 | 2024-05-14T03:21:11.862Z | Compiling doc-comment v0.3.3 |
2311 | 2024-05-14T03:21:11.954Z | Checking plotters-svg v0.3.5 |
2312 | 2024-05-14T03:21:12.272Z | Checking http-body v1.0.0 |
2313 | 2024-05-14T03:21:12.473Z | Compiling assert_cmd v2.0.14 |
2314 | 2024-05-14T03:21:12.566Z | Checking cast v0.3.0 |
2315 | 2024-05-14T03:21:13.028Z | Compiling target-spec v3.1.0 |
2316 | 2024-05-14T03:21:13.031Z | Checking tower-layer v0.3.2 |
2317 | 2024-05-14T03:21:13.031Z | Checking criterion-plot v0.5.0 |
2318 | 2024-05-14T03:21:13.172Z | Checking tower v0.4.13 |
2319 | 2024-05-14T03:21:13.218Z | Checking cfg-expr v0.15.6 |
2320 | 2024-05-14T03:21:13.635Z | Checking hyper v1.1.0 |
2321 | 2024-05-14T03:21:13.941Z | Checking plotters v0.3.5 |
2322 | 2024-05-14T03:21:14.154Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2323 | 2024-05-14T03:21:14.795Z | Checking tinytemplate v1.2.1 |
2324 | 2024-05-14T03:21:15.049Z | Checking cargo-platform v0.1.3 |
2325 | 2024-05-14T03:21:15.155Z | Checking oorandom v11.1.3 |
2326 | 2024-05-14T03:21:15.309Z | Checking anes v0.1.6 |
2327 | 2024-05-14T03:21:16.343Z | Checking cargo_metadata v0.18.1 |
2328 | 2024-05-14T03:21:16.346Z | Checking hyper-util v0.1.2 |
2329 | 2024-05-14T03:21:16.346Z | Checking criterion v0.5.1 |
2330 | 2024-05-14T03:21:17.330Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2331 | 2024-05-14T03:21:17.508Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2332 | 2024-05-14T03:21:18.445Z | Checking rustls-native-certs v0.7.0 |
2333 | 2024-05-14T03:21:18.595Z | Checking httptest v0.15.5 |
2334 | 2024-05-14T03:21:18.955Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2335 | 2024-05-14T03:21:19.358Z | Checking pathdiff v0.2.1 |
2336 | 2024-05-14T03:21:19.516Z | Checking nested v0.1.1 |
2337 | 2024-05-14T03:21:19.703Z | Checking guppy v0.17.5 |
2338 | 2024-05-14T03:21:21.085Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2339 | 2024-05-14T03:21:21.811Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2340 | 2024-05-14T03:21:22.133Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2341 | 2024-05-14T03:21:22.210Z | Checking hyper-rustls v0.26.0 |
2342 | 2024-05-14T03:21:22.517Z | Checking escape8259 v0.5.2 |
2343 | 2024-05-14T03:21:22.701Z | Checking threadpool v1.8.1 |
2344 | 2024-05-14T03:21:23.695Z | Checking libtest-mimic v0.7.2 |
2345 | 2024-05-14T03:21:24.117Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2346 | 2024-05-14T03:21:24.258Z | Checking similar-asserts v1.5.0 |
2347 | 2024-05-14T03:21:24.502Z | Checking fancy-regex v0.13.0 |
2348 | 2024-05-14T03:21:25.227Z | Compiling rstest_macros v0.19.0 |
2349 | 2024-05-14T03:21:25.885Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2350 | 2024-05-14T03:21:26.981Z | Checking datatest-stable v0.2.9 |
2351 | 2024-05-14T03:21:27.184Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2352 | 2024-05-14T03:21:27.261Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2353 | 2024-05-14T03:21:27.348Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2354 | 2024-05-14T03:21:27.646Z | Checking csv-core v0.1.11 |
2355 | 2024-05-14T03:21:27.673Z | Compiling relative-path v1.9.0 |
2356 | 2024-05-14T03:21:27.918Z | Compiling trybuild v1.0.91 |
2357 | 2024-05-14T03:21:27.972Z | Checking constant_time_eq v0.2.6 |
2358 | 2024-05-14T03:21:28.100Z | Checking blake2b_simd v1.0.1 |
2359 | 2024-05-14T03:21:28.368Z | Checking csv v1.3.0 |
2360 | 2024-05-14T03:21:29.007Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2361 | 2024-05-14T03:21:29.222Z | Checking multimap v0.10.0 |
2362 | 2024-05-14T03:21:29.533Z | Checking futures-timer v3.0.2 |
2363 | 2024-05-14T03:21:29.848Z | Checking rust-argon2 v2.1.0 |
2364 | 2024-05-14T03:21:31.698Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2365 | 2024-05-14T03:21:33.660Z | Checking partial-io v0.5.4 |
2366 | 2024-05-14T03:21:34.079Z | Checking approx v0.5.1 |
2367 | 2024-05-14T03:21:34.296Z | Checking uzers v0.11.3 |
2368 | 2024-05-14T03:21:34.641Z | Checking termios v0.3.3 |
2369 | 2024-05-14T03:21:34.855Z | Checking hex-literal v0.4.1 |
2370 | 2024-05-14T03:21:38.192Z | Checking rstest v0.19.0 |
2371 | 2024-05-14T03:21:40.218Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2372 | 2024-05-14T03:21:42.043Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2373 | 2024-05-14T03:22:02.493Z | Compiling samael v0.0.15 |
2374 | 2024-05-14T03:22:26.962Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2375 | 2024-05-14T03:22:28.160Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2376 | 2024-05-14T03:22:36.363Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2377 | 2024-05-14T03:22:46.241Z | Compiling polar-core v0.27.3 |
2378 | 2024-05-14T03:22:53.613Z | Checking oso v0.27.3 |
2379 | 2024-05-14T03:23:20.244Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2380 | 2024-05-14T03:23:20.244Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2381 | 2024-05-14T03:23:20.248Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2382 | 2024-05-14T03:24:22.034Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 42s |
2383 | 2024-05-14T03:24:22.224Z | |
2384 | 2024-05-14T03:24:22.224Z | real 7:29.857575814 |
2385 | 2024-05-14T03:24:22.224Z | user 38:10.883454481 |
2386 | 2024-05-14T03:24:22.224Z | sys 6:53.621488225 |
2387 | 2024-05-14T03:24:22.230Z | trap 1.023376067 |
2388 | 2024-05-14T03:24:22.230Z | tflt 4.809298703 |
2389 | 2024-05-14T03:24:22.230Z | dflt 4.525811506 |
2390 | 2024-05-14T03:24:22.230Z | kflt 0.019861747 |
2391 | 2024-05-14T03:24:22.230Z | lock 58:25.602034115 |
2392 | 2024-05-14T03:24:22.230Z | slp 1:56:37.370157375 |
2393 | 2024-05-14T03:24:22.230Z | lat 1:47.280095540 |
2394 | 2024-05-14T03:24:22.230Z | stop 4:21.929160755 |
2395 | 2024-05-14T03:24:23.151Z | warning: output filename collision. |
2396 | 2024-05-14T03:24:23.151Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2397 | 2024-05-14T03:24:23.151Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2398 | 2024-05-14T03:24:23.151Z | The targets should have unique names. |
2399 | 2024-05-14T03:24:23.151Z | This is a known bug where multiple crates with the same name use |
2400 | 2024-05-14T03:24:23.151Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2401 | 2024-05-14T03:24:23.151Z | warning: output filename collision. |
2402 | 2024-05-14T03:24:23.151Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2403 | 2024-05-14T03:24:23.151Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2404 | 2024-05-14T03:24:23.151Z | The targets should have unique names. |
2405 | 2024-05-14T03:24:23.151Z | This is a known bug where multiple crates with the same name use |
2406 | 2024-05-14T03:24:23.151Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2407 | 2024-05-14T03:24:23.155Z | warning: output filename collision. |
2408 | 2024-05-14T03:24:23.155Z | 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)`. |
2409 | 2024-05-14T03:24:23.155Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2410 | 2024-05-14T03:24:23.155Z | The targets should have unique names. |
2411 | 2024-05-14T03:24:23.156Z | This is a known bug where multiple crates with the same name use |
2412 | 2024-05-14T03:24:23.156Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2413 | 2024-05-14T03:24:23.156Z | warning: output filename collision. |
2414 | 2024-05-14T03:24:23.156Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08)`. |
2415 | 2024-05-14T03:24:23.156Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2416 | 2024-05-14T03:24:23.156Z | The targets should have unique names. |
2417 | 2024-05-14T03:24:23.156Z | This is a known bug where multiple crates with the same name use |
2418 | 2024-05-14T03:24:23.156Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2419 | 2024-05-14T03:24:23.156Z | warning: output filename collision. |
2420 | 2024-05-14T03:24:23.156Z | The lib target `nix` in package `nix v0.28.0` 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)`. |
2421 | 2024-05-14T03:24:23.156Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2422 | 2024-05-14T03:24:23.156Z | The targets should have unique names. |
2423 | 2024-05-14T03:24:23.156Z | This is a known bug where multiple crates with the same name use |
2424 | 2024-05-14T03:24:23.156Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2425 | 2024-05-14T03:24:23.156Z | warning: output filename collision. |
2426 | 2024-05-14T03:24:23.156Z | 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)`. |
2427 | 2024-05-14T03:24:23.156Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2428 | 2024-05-14T03:24:23.156Z | The targets should have unique names. |
2429 | 2024-05-14T03:24:23.156Z | This is a known bug where multiple crates with the same name use |
2430 | 2024-05-14T03:24:23.156Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2431 | 2024-05-14T03:24:23.156Z | warning: output filename collision. |
2432 | 2024-05-14T03:24:23.156Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d)`. |
2433 | 2024-05-14T03:24:23.156Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2434 | 2024-05-14T03:24:23.157Z | The targets should have unique names. |
2435 | 2024-05-14T03:24:23.157Z | This is a known bug where multiple crates with the same name use |
2436 | 2024-05-14T03:24:23.157Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2437 | 2024-05-14T03:24:23.157Z | warning: output filename collision. |
2438 | 2024-05-14T03:24:23.157Z | 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)`. |
2439 | 2024-05-14T03:24:23.157Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2440 | 2024-05-14T03:24:23.157Z | The targets should have unique names. |
2441 | 2024-05-14T03:24:23.157Z | This is a known bug where multiple crates with the same name use |
2442 | 2024-05-14T03:24:23.157Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2443 | 2024-05-14T03:24:23.157Z | warning: output filename collision. |
2444 | 2024-05-14T03:24:23.157Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2445 | 2024-05-14T03:24:23.157Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2446 | 2024-05-14T03:24:23.157Z | The targets should have unique names. |
2447 | 2024-05-14T03:24:23.157Z | This is a known bug where multiple crates with the same name use |
2448 | 2024-05-14T03:24:23.157Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2449 | 2024-05-14T03:24:23.653Z | Documenting libc v0.2.153 |
2450 | 2024-05-14T03:24:23.701Z | Documenting cfg-if v1.0.0 |
2451 | 2024-05-14T03:24:23.714Z | Documenting serde_derive v1.0.201 |
2452 | 2024-05-14T03:24:23.740Z | Documenting log v0.4.21 |
2453 | 2024-05-14T03:24:23.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2454 | 2024-05-14T03:24:23.765Z | Documenting memchr v2.7.1 |
2455 | 2024-05-14T03:24:23.777Z | Documenting byteorder v1.5.0 |
2456 | 2024-05-14T03:24:23.790Z | Documenting smallvec v1.13.1 |
2457 | 2024-05-14T03:24:24.031Z | Documenting scopeguard v1.2.0 |
2458 | 2024-05-14T03:24:26.433Z | Documenting itoa v1.0.9 |
2459 | 2024-05-14T03:24:27.064Z | Documenting once_cell v1.19.0 |
2460 | 2024-05-14T03:24:27.537Z | Documenting pin-project-lite v0.2.13 |
2461 | 2024-05-14T03:24:27.729Z | Documenting libm v0.2.7 |
2462 | 2024-05-14T03:24:27.870Z | Documenting getrandom v0.2.12 |
2463 | 2024-05-14T03:24:28.040Z | Documenting lock_api v0.4.10 |
2464 | 2024-05-14T03:24:29.149Z | Documenting parking_lot_core v0.9.8 |
2465 | 2024-05-14T03:24:29.393Z | Documenting signal-hook-registry v1.4.1 |
2466 | 2024-05-14T03:24:30.530Z | Documenting mio v0.8.11 |
2467 | 2024-05-14T03:24:30.992Z | Documenting thiserror-impl v1.0.59 |
2468 | 2024-05-14T03:24:31.101Z | Documenting num-traits v0.2.18 |
2469 | 2024-05-14T03:24:31.512Z | Documenting serde v1.0.201 |
2470 | 2024-05-14T03:24:32.208Z | Documenting rand_core v0.6.4 |
2471 | 2024-05-14T03:24:32.945Z | Documenting zeroize_derive v1.4.2 |
2472 | 2024-05-14T03:24:33.652Z | Documenting futures-core v0.3.30 |
2473 | 2024-05-14T03:24:34.108Z | Documenting parking_lot v0.12.1 |
2474 | 2024-05-14T03:24:35.782Z | Documenting ryu v1.0.15 |
2475 | 2024-05-14T03:24:36.165Z | Documenting thiserror v1.0.59 |
2476 | 2024-05-14T03:24:36.468Z | Documenting num_cpus v1.16.0 |
2477 | 2024-05-14T03:24:36.482Z | Documenting socket2 v0.5.6 |
2478 | 2024-05-14T03:24:37.580Z | Documenting zeroize v1.7.0 |
2479 | 2024-05-14T03:24:37.593Z | Documenting tokio-macros v2.2.0 |
2480 | 2024-05-14T03:24:38.665Z | Documenting zerocopy v0.7.32 |
2481 | 2024-05-14T03:24:39.137Z | Documenting futures-sink v0.3.30 |
2482 | 2024-05-14T03:24:40.604Z | Documenting typenum v1.16.0 |
2483 | 2024-05-14T03:24:40.730Z | Documenting subtle v2.5.0 |
2484 | 2024-05-14T03:24:41.535Z | Documenting pin-utils v0.1.0 |
2485 | 2024-05-14T03:24:41.855Z | Documenting slab v0.4.9 |
2486 | 2024-05-14T03:24:42.472Z | Documenting futures-macro v0.3.30 |
2487 | 2024-05-14T03:24:43.101Z | Documenting futures-channel v0.3.30 |
2488 | 2024-05-14T03:24:52.127Z | Documenting bytes v1.6.0 |
2489 | 2024-05-14T03:24:53.555Z | Documenting bitflags v2.4.2 |
2490 | 2024-05-14T03:24:53.609Z | Documenting serde_json v1.0.116 |
2491 | 2024-05-14T03:24:53.953Z | Documenting futures-task v0.3.30 |
2492 | 2024-05-14T03:24:53.965Z | Documenting futures-io v0.3.30 |
2493 | 2024-05-14T03:24:54.112Z | Documenting iana-time-zone v0.1.57 |
2494 | 2024-05-14T03:24:54.423Z | Documenting uuid v1.8.0 |
2495 | 2024-05-14T03:24:54.944Z | Documenting generic-array v0.14.7 |
2496 | 2024-05-14T03:24:56.697Z | Documenting tokio v1.37.0 |
2497 | 2024-05-14T03:24:58.055Z | Documenting chrono v0.4.38 |
2498 | 2024-05-14T03:24:58.068Z | Documenting ahash v0.8.8 |
2499 | 2024-05-14T03:24:58.079Z | Documenting futures-util v0.3.30 |
2500 | 2024-05-14T03:24:58.818Z | Documenting allocator-api2 v0.2.16 |
2501 | 2024-05-14T03:24:59.452Z | Documenting tinyvec_macros v0.1.1 |
2502 | 2024-05-14T03:24:59.848Z | Documenting const-oid v0.9.6 |
2503 | 2024-05-14T03:25:00.229Z | Documenting crypto-common v0.1.6 |
2504 | 2024-05-14T03:25:02.306Z | Documenting tinyvec v1.6.0 |
2505 | 2024-05-14T03:25:02.322Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2506 | 2024-05-14T03:25:02.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2507 | 2024-05-14T03:25:02.555Z | Documenting hashbrown v0.14.3 |
2508 | 2024-05-14T03:25:03.255Z | Documenting tracing-core v0.1.32 |
2509 | 2024-05-14T03:25:04.929Z | Documenting serde_derive_internals v0.29.0 |
2510 | 2024-05-14T03:25:05.087Z | Checking serde_derive_internals v0.29.0 |
2511 | 2024-05-14T03:25:05.699Z | Documenting tracing-attributes v0.1.27 |
2512 | 2024-05-14T03:25:05.720Z | Documenting dyn-clone v1.0.17 |
2513 | 2024-05-14T03:25:06.023Z | Documenting unicode-normalization v0.1.22 |
2514 | 2024-05-14T03:25:08.169Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2515 | 2024-05-14T03:25:08.831Z | Documenting ppv-lite86 v0.2.17 |
2516 | 2024-05-14T03:25:09.001Z | Documenting unicode-bidi v0.3.15 |
2517 | 2024-05-14T03:25:09.387Z | Documenting lazy_static v1.4.0 |
2518 | 2024-05-14T03:25:11.437Z | Documenting percent-encoding v2.3.1 |
2519 | 2024-05-14T03:25:11.587Z | Documenting block-buffer v0.10.4 |
2520 | 2024-05-14T03:25:11.705Z | Documenting schemars_derive v0.8.17 |
2521 | 2024-05-14T03:25:12.141Z | Documenting rand_chacha v0.3.1 |
2522 | 2024-05-14T03:25:12.228Z | Documenting fnv v1.0.7 |
2523 | 2024-05-14T03:25:15.965Z | Documenting equivalent v1.0.1 |
2524 | 2024-05-14T03:25:16.086Z | Documenting powerfmt v0.2.0 |
2525 | 2024-05-14T03:25:16.148Z | Documenting form_urlencoded v1.2.1 |
2526 | 2024-05-14T03:25:16.352Z | Documenting digest v0.10.7 |
2527 | 2024-05-14T03:25:16.495Z | Documenting time-macros v0.2.17 |
2528 | 2024-05-14T03:25:17.110Z | Documenting rand v0.8.5 |
2529 | 2024-05-14T03:25:17.152Z | Documenting schemars v0.8.17 |
2530 | 2024-05-14T03:25:18.901Z | Documenting indexmap v2.2.6 |
2531 | 2024-05-14T03:25:19.033Z | Documenting deranged v0.3.11 |
2532 | 2024-05-14T03:25:21.016Z | Documenting num_threads v0.1.6 |
2533 | 2024-05-14T03:25:21.235Z | Documenting time-core v0.1.2 |
2534 | 2024-05-14T03:25:22.862Z | Documenting num-conv v0.1.0 |
2535 | 2024-05-14T03:25:23.778Z | Documenting tracing v0.1.40 |
2536 | 2024-05-14T03:25:31.337Z | Documenting unicode-width v0.1.11 |
2537 | 2024-05-14T03:25:31.435Z | Documenting idna v0.5.0 |
2538 | 2024-05-14T03:25:31.484Z | Documenting errno v0.3.8 |
2539 | 2024-05-14T03:25:31.534Z | Documenting adler v1.0.2 |
2540 | 2024-05-14T03:25:31.724Z | Documenting time v0.3.34 |
2541 | 2024-05-14T03:25:31.901Z | Documenting unicode-ident v1.0.12 |
2542 | 2024-05-14T03:25:32.161Z | Documenting slog v2.7.0 |
2543 | 2024-05-14T03:25:34.257Z | Documenting httparse v1.8.0 |
2544 | 2024-05-14T03:25:34.381Z | Documenting miniz_oxide v0.7.1 |
2545 | 2024-05-14T03:25:34.892Z | Documenting proc-macro2 v1.0.81 |
2546 | 2024-05-14T03:25:35.698Z | Documenting rustix v0.38.31 |
2547 | 2024-05-14T03:25:36.787Z | Documenting url v2.5.0 |
2548 | 2024-05-14T03:25:36.981Z | Documenting cpufeatures v0.2.12 |
2549 | 2024-05-14T03:25:37.997Z | Documenting async-trait v0.1.80 |
2550 | 2024-05-14T03:25:38.461Z | Documenting try-lock v0.2.4 |
2551 | 2024-05-14T03:25:38.684Z | Documenting httpdate v1.0.3 |
2552 | 2024-05-14T03:25:40.038Z | Documenting http-body v0.4.5 |
2553 | 2024-05-14T03:25:40.362Z | Documenting quote v1.0.36 |
2554 | 2024-05-14T03:25:40.897Z | Documenting aho-corasick v1.1.2 |
2555 | 2024-05-14T03:25:41.475Z | Documenting want v0.3.1 |
2556 | 2024-05-14T03:25:41.703Z | Documenting tokio-util v0.7.10 |
2557 | 2024-05-14T03:25:43.492Z | Documenting openssl-sys v0.9.102 |
2558 | 2024-05-14T03:25:43.786Z | Documenting openssl-macros v0.1.1 |
2559 | 2024-05-14T03:25:43.949Z | Documenting gimli v0.28.0 |
2560 | 2024-05-14T03:25:44.517Z | Documenting syn v2.0.60 |
2561 | 2024-05-14T03:25:45.513Z | Documenting mime v0.3.17 |
2562 | 2024-05-14T03:25:45.654Z | Documenting regex-syntax v0.8.2 |
2563 | 2024-05-14T03:25:46.996Z | Documenting tower-service v0.3.2 |
2564 | 2024-05-14T03:25:48.090Z | Documenting h2 v0.3.26 |
2565 | 2024-05-14T03:25:48.501Z | Documenting object v0.32.1 |
2566 | 2024-05-14T03:25:49.519Z | Documenting rustc-demangle v0.1.23 |
2567 | 2024-05-14T03:25:50.470Z | Documenting addr2line v0.21.0 |
2568 | 2024-05-14T03:25:50.524Z | Documenting openssl v0.10.64 |
2569 | 2024-05-14T03:25:51.770Z | Documenting ipnet v2.9.0 |
2570 | 2024-05-14T03:25:52.505Z | Documenting openssl-probe v0.1.5 |
2571 | 2024-05-14T03:25:53.330Z | Documenting regex-automata v0.4.5 |
2572 | 2024-05-14T03:25:54.356Z | Documenting base64ct v1.6.0 |
2573 | 2024-05-14T03:25:56.295Z | Documenting futures-executor v0.3.30 |
2574 | 2024-05-14T03:25:56.658Z | Documenting encoding_rs v0.8.33 |
2575 | 2024-05-14T03:25:58.984Z | Documenting psl-types v2.0.11 |
2576 | 2024-05-14T03:25:59.074Z | Documenting hyper v0.14.28 |
2577 | 2024-05-14T03:26:00.395Z | Documenting native-tls v0.2.11 |
2578 | 2024-05-14T03:26:00.518Z | Documenting backtrace v0.3.69 |
2579 | 2024-05-14T03:26:01.711Z | Documenting serde_urlencoded v0.7.1 |
2580 | 2024-05-14T03:26:01.886Z | Checking pest_meta v2.7.6 |
2581 | 2024-05-14T03:26:02.198Z | Documenting publicsuffix v2.2.3 |
2582 | 2024-05-14T03:26:02.768Z | Documenting crossbeam-utils v0.8.19 |
2583 | 2024-05-14T03:26:03.763Z | Documenting regex v1.10.4 |
2584 | 2024-05-14T03:26:05.433Z | Documenting tokio-native-tls v0.3.1 |
2585 | 2024-05-14T03:26:05.987Z | Documenting anyhow v1.0.83 |
2586 | 2024-05-14T03:26:07.105Z | Documenting utf8parse v0.2.1 |
2587 | 2024-05-14T03:26:07.167Z | Documenting cookie_store v0.20.0 |
2588 | 2024-05-14T03:26:08.039Z | Documenting futures v0.3.30 |
2589 | 2024-05-14T03:26:08.107Z | Documenting pem-rfc7468 v0.7.0 |
2590 | 2024-05-14T03:26:09.174Z | Documenting pest_meta v2.7.6 |
2591 | 2024-05-14T03:26:10.199Z | Documenting scroll_derive v0.12.0 |
2592 | 2024-05-14T03:26:10.821Z | Documenting der_derive v0.7.2 |
2593 | 2024-05-14T03:26:11.474Z | Documenting webpki-roots v0.25.2 |
2594 | 2024-05-14T03:26:11.808Z | Documenting hyper-rustls v0.24.2 |
2595 | 2024-05-14T03:26:12.221Z | Documenting hyper-tls v0.5.0 |
2596 | 2024-05-14T03:26:12.656Z | Documenting sync_wrapper v0.1.2 |
2597 | 2024-05-14T03:26:14.185Z | Documenting flagset v0.4.3 |
2598 | 2024-05-14T03:26:14.841Z | Documenting scroll v0.12.0 |
2599 | 2024-05-14T03:26:15.563Z | Documenting pest_generator v2.7.6 |
2600 | 2024-05-14T03:26:16.223Z | Checking pest_generator v2.7.6 |
2601 | 2024-05-14T03:26:16.371Z | Documenting num-integer v0.1.46 |
2602 | 2024-05-14T03:26:16.898Z | Documenting ucd-trie v0.1.6 |
2603 | 2024-05-14T03:26:17.138Z | Documenting der v0.7.8 |
2604 | 2024-05-14T03:26:17.150Z | Documenting plain v0.2.3 |
2605 | 2024-05-14T03:26:18.570Z | Documenting openapiv3 v2.0.0 |
2606 | 2024-05-14T03:26:19.022Z | Documenting pretty-hex v0.4.1 |
2607 | 2024-05-14T03:26:20.076Z | Documenting goblin v0.8.0 |
2608 | 2024-05-14T03:26:20.758Z | Documenting pest_derive v2.7.6 |
2609 | 2024-05-14T03:26:21.047Z | Documenting reqwest v0.11.27 |
2610 | 2024-05-14T03:26:21.072Z | Documenting pest v2.7.6 |
2611 | 2024-05-14T03:26:21.557Z | Documenting spin v0.9.8 |
2612 | 2024-05-14T03:26:22.184Z | Documenting thread-id v4.2.0 |
2613 | 2024-05-14T03:26:23.207Z | Documenting spki v0.7.2 |
2614 | 2024-05-14T03:26:25.239Z | Documenting anstyle v1.0.7 |
2615 | 2024-05-14T03:26:25.929Z | Documenting either v1.11.0 |
2616 | 2024-05-14T03:26:26.451Z | Documenting anstyle-parse v0.2.1 |
2617 | 2024-05-14T03:26:27.025Z | Documenting memmap v0.7.0 |
2618 | 2024-05-14T03:26:27.082Z | Documenting dtrace-parser v0.2.0 |
2619 | 2024-05-14T03:26:28.219Z | Documenting pkcs8 v0.10.2 |
2620 | 2024-05-14T03:26:28.537Z | Documenting dof v0.3.0 |
2621 | 2024-05-14T03:26:29.424Z | Documenting colorchoice v1.0.0 |
2622 | 2024-05-14T03:26:29.746Z | Documenting anstyle-query v1.0.0 |
2623 | 2024-05-14T03:26:30.516Z | Documenting data-encoding v2.4.0 |
2624 | 2024-05-14T03:26:32.105Z | Documenting crossbeam-epoch v0.9.18 |
2625 | 2024-05-14T03:26:32.202Z | Documenting terminal_size v0.3.0 |
2626 | 2024-05-14T03:26:32.244Z | Documenting sha2 v0.10.8 |
2627 | 2024-05-14T03:26:32.484Z | Documenting ipnetwork v0.20.0 |
2628 | 2024-05-14T03:26:33.272Z | Documenting hex v0.4.3 |
2629 | 2024-05-14T03:26:33.759Z | Documenting anstream v0.6.11 |
2630 | 2024-05-14T03:26:34.044Z | Documenting usdt-impl v0.5.0 |
2631 | 2024-05-14T03:26:35.118Z | Documenting crc32fast v1.3.2 |
2632 | 2024-05-14T03:26:37.077Z | Documenting clap_lex v0.7.0 |
2633 | 2024-05-14T03:26:37.538Z | Documenting untrusted v0.9.0 |
2634 | 2024-05-14T03:26:37.695Z | Documenting unicode-segmentation v1.10.1 |
2635 | 2024-05-14T03:26:37.941Z | Documenting strsim v0.11.0 |
2636 | 2024-05-14T03:26:38.693Z | Documenting num-iter v0.1.44 |
2637 | 2024-05-14T03:26:38.783Z | Documenting hmac v0.12.1 |
2638 | 2024-05-14T03:26:39.139Z | Documenting signal-hook v0.3.17 |
2639 | 2024-05-14T03:26:40.458Z | Documenting ring v0.17.8 |
2640 | 2024-05-14T03:26:40.768Z | Documenting usdt v0.5.0 |
2641 | 2024-05-14T03:26:41.008Z | Documenting clap_derive v4.5.4 |
2642 | 2024-05-14T03:26:41.107Z | Documenting static_assertions v1.1.0 |
2643 | 2024-05-14T03:26:41.784Z | Documenting clap_builder v4.5.2 |
2644 | 2024-05-14T03:26:43.892Z | Documenting flate2 v1.0.28 |
2645 | 2024-05-14T03:26:44.202Z | Documenting managed v0.8.0 |
2646 | 2024-05-14T03:26:44.216Z | Documenting signal-hook-mio v0.2.3 |
2647 | 2024-05-14T03:26:44.513Z | Documenting enum-as-inner v0.5.1 |
2648 | 2024-05-14T03:26:46.927Z | Documenting block-padding v0.3.3 |
2649 | 2024-05-14T03:26:47.197Z | Documenting scheduled-thread-pool v0.2.7 |
2650 | 2024-05-14T03:26:47.363Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2651 | 2024-05-14T03:26:47.561Z | Checking diesel_table_macro_syntax v0.1.0 |
2652 | 2024-05-14T03:26:47.722Z | Documenting diesel_table_macro_syntax v0.1.0 |
2653 | 2024-05-14T03:26:48.514Z | Documenting md-5 v0.10.5 |
2654 | 2024-05-14T03:26:48.632Z | Documenting clap v4.5.4 |
2655 | 2024-05-14T03:26:49.220Z | Documenting crossterm v0.27.0 |
2656 | 2024-05-14T03:26:49.288Z | Documenting trust-dns-proto v0.22.0 |
2657 | 2024-05-14T03:26:51.531Z | Documenting inout v0.1.3 |
2658 | 2024-05-14T03:26:52.215Z | Documenting r2d2 v0.8.10 |
2659 | 2024-05-14T03:26:52.339Z | Documenting bzip2 v0.4.4 |
2660 | 2024-05-14T03:26:53.418Z | Documenting diesel_derives v2.1.2 |
2661 | 2024-05-14T03:26:54.152Z | Documenting stringprep v0.1.3 |
2662 | 2024-05-14T03:26:54.356Z | Documenting regress v0.9.1 |
2663 | 2024-05-14T03:26:55.093Z | Documenting ff v0.13.0 |
2664 | 2024-05-14T03:26:56.053Z | Documenting toml_datetime v0.6.5 |
2665 | 2024-05-14T03:26:57.462Z | Documenting serde_spanned v0.6.5 |
2666 | 2024-05-14T03:26:57.591Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2667 | 2024-05-14T03:26:59.211Z | Documenting bit-vec v0.6.3 |
2668 | 2024-05-14T03:26:59.642Z | Documenting winnow v0.6.1 |
2669 | 2024-05-14T03:26:59.951Z | Documenting fallible-iterator v0.2.0 |
2670 | 2024-05-14T03:27:00.387Z | Documenting base16ct v0.2.0 |
2671 | 2024-05-14T03:27:01.546Z | Documenting siphasher v0.3.11 |
2672 | 2024-05-14T03:27:01.575Z | Documenting group v0.13.0 |
2673 | 2024-05-14T03:27:01.684Z | Documenting diesel v2.1.6 |
2674 | 2024-05-14T03:27:02.488Z | Documenting zip v0.6.6 |
2675 | 2024-05-14T03:27:03.574Z | Documenting sec1 v0.7.3 |
2676 | 2024-05-14T03:27:03.758Z | Documenting cipher v0.4.4 |
2677 | 2024-05-14T03:27:04.585Z | Documenting phf_shared v0.11.2 |
2678 | 2024-05-14T03:27:05.734Z | Documenting postgres-protocol v0.6.6 |
2679 | 2024-05-14T03:27:05.981Z | Documenting hkdf v0.12.4 |
2680 | 2024-05-14T03:27:06.076Z | Documenting toml_edit v0.22.12 |
2681 | 2024-05-14T03:27:07.327Z | Documenting num-bigint v0.4.4 |
2682 | 2024-05-14T03:27:09.478Z | Documenting bstr v1.9.0 |
2683 | 2024-05-14T03:27:19.059Z | Documenting console v0.15.8 |
2684 | 2024-05-14T03:27:26.528Z | Documenting crypto-bigint v0.5.2 |
2685 | 2024-05-14T03:27:26.731Z | Documenting hubpack v0.1.2 |
2686 | 2024-05-14T03:27:27.141Z | Documenting serde_repr v0.1.16 |
2687 | 2024-05-14T03:27:27.403Z | Documenting fixedbitset v0.4.2 |
2688 | 2024-05-14T03:27:27.429Z | Documenting lalrpop-util v0.19.12 |
2689 | 2024-05-14T03:27:27.599Z | Documenting new_debug_unreachable v1.0.4 |
2690 | 2024-05-14T03:27:27.702Z | Documenting heck v0.5.0 |
2691 | 2024-05-14T03:27:29.537Z | Documenting minimal-lexical v0.2.1 |
2692 | 2024-05-14T03:27:30.650Z | Checking ident_case v1.0.1 |
2693 | 2024-05-14T03:27:30.801Z | Checking unsafe-libyaml v0.2.10 |
2694 | 2024-05-14T03:27:30.850Z | Documenting precomputed-hash v0.1.1 |
2695 | 2024-05-14T03:27:30.982Z | Checking strsim v0.10.0 |
2696 | 2024-05-14T03:27:31.189Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2697 | 2024-05-14T03:27:31.282Z | Documenting petgraph v0.6.4 |
2698 | 2024-05-14T03:27:31.924Z | Documenting yasna v0.5.2 |
2699 | 2024-05-14T03:27:32.401Z | Documenting postgres-types v0.2.6 |
2700 | 2024-05-14T03:27:32.401Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2701 | 2024-05-14T03:27:41.185Z | Documenting nom v7.1.3 |
2702 | 2024-05-14T03:27:41.237Z | Documenting string_cache v0.8.7 |
2703 | 2024-05-14T03:27:41.508Z | Documenting phf v0.11.2 |
2704 | 2024-05-14T03:27:41.812Z | Documenting similar v2.4.0 |
2705 | 2024-05-14T03:27:42.070Z | Documenting elliptic-curve v0.13.8 |
2706 | 2024-05-14T03:27:42.075Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2707 | 2024-05-14T03:27:42.165Z | Documenting semver v1.0.22 |
2708 | 2024-05-14T03:27:42.646Z | Documenting float-cmp v0.9.0 |
2709 | 2024-05-14T03:27:45.716Z | Documenting normalize-line-endings v0.3.0 |
2710 | 2024-05-14T03:27:45.894Z | Documenting peg-runtime v0.8.3 |
2711 | 2024-05-14T03:27:47.165Z | Documenting difflib v0.4.0 |
2712 | 2024-05-14T03:27:47.208Z | Documenting predicates-core v1.0.6 |
2713 | 2024-05-14T03:27:47.221Z | Documenting whoami v1.5.1 |
2714 | 2024-05-14T03:27:47.430Z | Documenting unsafe-libyaml v0.2.10 |
2715 | 2024-05-14T03:27:48.891Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#336a042b) |
2716 | 2024-05-14T03:27:58.030Z | Checking serde_yaml v0.9.25 |
2717 | 2024-05-14T03:27:58.130Z | Checking darling_core v0.20.8 |
2718 | 2024-05-14T03:27:58.505Z | Documenting serde_yaml v0.9.25 |
2719 | 2024-05-14T03:27:58.511Z | Documenting bit-set v0.5.3 |
2720 | 2024-05-14T03:27:58.511Z | Documenting predicates v3.1.0 |
2721 | 2024-05-14T03:27:58.645Z | Documenting tokio-postgres v0.7.10 |
2722 | 2024-05-14T03:27:58.771Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2723 | 2024-05-14T03:27:59.055Z | Documenting getopts v0.2.21 |
2724 | 2024-05-14T03:27:59.890Z | Documenting tokio-stream v0.1.15 |
2725 | 2024-05-14T03:27:59.899Z | Documenting ident_case v1.0.1 |
2726 | 2024-05-14T03:28:03.022Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2727 | 2024-05-14T03:28:03.301Z | Checking darling v0.20.8 |
2728 | 2024-05-14T03:28:03.409Z | Documenting is-terminal v0.4.9 |
2729 | 2024-05-14T03:28:03.771Z | Documenting darling_core v0.20.8 |
2730 | 2024-05-14T03:28:04.820Z | Documenting strum v0.26.2 |
2731 | 2024-05-14T03:28:05.461Z | Documenting base64 v0.22.1 |
2732 | 2024-05-14T03:28:05.929Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2733 | 2024-05-14T03:28:06.838Z | Documenting dirs-sys-next v0.1.2 |
2734 | 2024-05-14T03:28:07.676Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2735 | 2024-05-14T03:28:08.190Z | Documenting sha1 v0.10.6 |
2736 | 2024-05-14T03:28:08.856Z | Documenting http v1.0.0 |
2737 | 2024-05-14T03:28:10.415Z | Documenting camino v1.1.6 |
2738 | 2024-05-14T03:28:11.449Z | Documenting paste v1.0.14 |
2739 | 2024-05-14T03:28:11.712Z | Documenting dirs-next v2.0.0 |
2740 | 2024-05-14T03:28:12.296Z | Documenting thread_local v1.1.7 |
2741 | 2024-05-14T03:28:13.105Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0aeb3a72) |
2742 | 2024-05-14T03:28:14.015Z | Documenting darling_macro v0.20.8 |
2743 | 2024-05-14T03:28:14.067Z | Documenting rustls-pki-types v1.3.0 |
2744 | 2024-05-14T03:28:14.290Z | Documenting crossbeam-channel v0.5.8 |
2745 | 2024-05-14T03:28:14.781Z | Documenting take_mut v0.2.2 |
2746 | 2024-05-14T03:28:15.459Z | Documenting slog-json v2.6.1 |
2747 | 2024-05-14T03:28:16.245Z | Documenting async-stream-impl v0.3.5 |
2748 | 2024-05-14T03:28:16.563Z | Documenting term v0.7.0 |
2749 | 2024-05-14T03:28:18.288Z | Documenting rustls-webpki v0.102.1 |
2750 | 2024-05-14T03:28:18.807Z | Documenting atomic-waker v1.1.1 |
2751 | 2024-05-14T03:28:19.579Z | Documenting slog-async v2.8.0 |
2752 | 2024-05-14T03:28:19.734Z | Documenting darling v0.20.8 |
2753 | 2024-05-14T03:28:20.551Z | Documenting debug-ignore v1.0.5 |
2754 | 2024-05-14T03:28:21.608Z | Documenting slog-term v2.9.1 |
2755 | 2024-05-14T03:28:21.748Z | Documenting waitgroup v0.1.2 |
2756 | 2024-05-14T03:28:21.928Z | Documenting async-stream v0.3.5 |
2757 | 2024-05-14T03:28:23.076Z | Documenting slog-bunyan v2.5.0 |
2758 | 2024-05-14T03:28:23.432Z | Documenting rustls-pemfile v2.1.2 |
2759 | 2024-05-14T03:28:23.625Z | Documenting multer v3.1.0 |
2760 | 2024-05-14T03:28:23.891Z | Documenting rustls v0.22.4 |
2761 | 2024-05-14T03:28:24.953Z | Documenting toml v0.8.12 |
2762 | 2024-05-14T03:28:25.868Z | Documenting dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2763 | 2024-05-14T03:28:26.015Z | Documenting serde_path_to_error v0.1.16 |
2764 | 2024-05-14T03:28:27.018Z | Documenting hostname v0.4.0 |
2765 | 2024-05-14T03:28:27.588Z | Documenting serde_with_macros v3.7.0 |
2766 | 2024-05-14T03:28:27.815Z | Documenting structmeta-derive v0.3.0 |
2767 | 2024-05-14T03:28:28.913Z | Documenting newtype-uuid v1.1.0 |
2768 | 2024-05-14T03:28:30.840Z | Checking structmeta v0.3.0 |
2769 | 2024-05-14T03:28:31.061Z | Documenting instant v0.1.12 |
2770 | 2024-05-14T03:28:31.371Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2771 | 2024-05-14T03:28:31.783Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
2772 | 2024-05-14T03:28:31.885Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2773 | 2024-05-14T03:28:32.788Z | Documenting serde_with v3.7.0 |
2774 | 2024-05-14T03:28:32.848Z | Documenting tokio-rustls v0.25.0 |
2775 | 2024-05-14T03:28:33.288Z | Documenting structmeta v0.3.0 |
2776 | 2024-05-14T03:28:34.696Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2777 | 2024-05-14T03:28:35.892Z | Documenting backoff v0.4.0 |
2778 | 2024-05-14T03:28:36.301Z | Documenting macaddr v1.0.1 |
2779 | 2024-05-14T03:28:37.001Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2780 | 2024-05-14T03:28:38.024Z | Documenting parse-display-derive v0.9.0 |
2781 | 2024-05-14T03:28:38.653Z | Documenting dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#283d8978) |
2782 | 2024-05-14T03:28:40.399Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2783 | 2024-05-14T03:28:40.422Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2784 | 2024-05-14T03:28:40.705Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2785 | 2024-05-14T03:28:40.924Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2786 | 2024-05-14T03:28:41.109Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2787 | 2024-05-14T03:28:41.332Z | Documenting fastrand v2.0.1 |
2788 | 2024-05-14T03:28:41.813Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2789 | 2024-05-14T03:28:42.094Z | Documenting proc-macro-crate v1.3.1 |
2790 | 2024-05-14T03:28:43.536Z | Checking proc-macro-crate v1.3.1 |
2791 | 2024-05-14T03:28:43.783Z | Documenting foreign-types-macros v0.2.3 |
2792 | 2024-05-14T03:28:44.252Z | Documenting foreign-types-shared v0.3.1 |
2793 | 2024-05-14T03:28:44.423Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2794 | 2024-05-14T03:28:44.436Z | Documenting parse-display v0.9.0 |
2795 | 2024-05-14T03:28:45.234Z | Documenting tempfile v3.10.1 |
2796 | 2024-05-14T03:28:45.307Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2797 | 2024-05-14T03:28:47.209Z | Documenting cstr-argument v0.1.2 |
2798 | 2024-05-14T03:28:48.180Z | Documenting num_enum_derive v0.5.11 |
2799 | 2024-05-14T03:28:48.301Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2800 | 2024-05-14T03:28:48.649Z | Documenting foreign-types v0.5.0 |
2801 | 2024-05-14T03:28:49.378Z | Documenting tabwriter v1.4.0 |
2802 | 2024-05-14T03:28:49.562Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2803 | 2024-05-14T03:28:50.801Z | Documenting camino-tempfile v1.1.1 |
2804 | 2024-05-14T03:28:52.061Z | Documenting colored v2.1.0 |
2805 | 2024-05-14T03:28:53.002Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2806 | 2024-05-14T03:28:53.799Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2807 | 2024-05-14T03:28:54.097Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2808 | 2024-05-14T03:28:54.406Z | Documenting hash32 v0.3.1 |
2809 | 2024-05-14T03:28:54.881Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2810 | 2024-05-14T03:28:55.781Z | Documenting num_enum v0.5.11 |
2811 | 2024-05-14T03:28:55.941Z | Documenting stable_deref_trait v1.2.0 |
2812 | 2024-05-14T03:28:56.176Z | Documenting smf v0.2.3 |
2813 | 2024-05-14T03:28:57.188Z | Documenting cobs v0.2.3 |
2814 | 2024-05-14T03:28:57.324Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2815 | 2024-05-14T03:28:58.221Z | Documenting embedded-io v0.4.0 |
2816 | 2024-05-14T03:28:58.878Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2817 | 2024-05-14T03:28:59.137Z | Documenting heapless v0.8.0 |
2818 | 2024-05-14T03:28:59.988Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2819 | 2024-05-14T03:29:00.184Z | Documenting crucible-workspace-hack v0.1.0 |
2820 | 2024-05-14T03:29:01.223Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2821 | 2024-05-14T03:29:01.468Z | Documenting postcard v1.0.8 |
2822 | 2024-05-14T03:29:01.923Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2823 | 2024-05-14T03:29:04.333Z | Documenting newline-converter v0.3.0 |
2824 | 2024-05-14T03:29:05.238Z | Documenting smoltcp v0.11.0 |
2825 | 2024-05-14T03:29:05.419Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2826 | 2024-05-14T03:29:05.943Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2827 | 2024-05-14T03:29:06.713Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2828 | 2024-05-14T03:29:06.752Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2829 | 2024-05-14T03:29:07.126Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2830 | 2024-05-14T03:29:07.429Z | Documenting sigpipe v0.1.3 |
2831 | 2024-05-14T03:29:09.323Z | Documenting expectorate v1.1.0 |
2832 | 2024-05-14T03:29:10.162Z | Documenting num-derive v0.4.0 |
2833 | 2024-05-14T03:29:10.185Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2834 | 2024-05-14T03:29:11.576Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2835 | 2024-05-14T03:29:12.271Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2836 | 2024-05-14T03:29:12.580Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
2837 | 2024-05-14T03:29:12.982Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2838 | 2024-05-14T03:29:13.301Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2839 | 2024-05-14T03:29:15.391Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2840 | 2024-05-14T03:29:15.395Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
2841 | 2024-05-14T03:29:15.676Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2842 | 2024-05-14T03:29:16.328Z | Documenting password-hash v0.5.0 |
2843 | 2024-05-14T03:29:17.362Z | Documenting blake2 v0.10.6 |
2844 | 2024-05-14T03:29:17.686Z | Documenting linked-hash-map v0.5.6 |
2845 | 2024-05-14T03:29:18.672Z | Documenting proc-macro-error-attr v1.0.4 |
2846 | 2024-05-14T03:29:18.895Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2847 | 2024-05-14T03:29:21.095Z | Documenting humantime v2.1.0 |
2848 | 2024-05-14T03:29:21.413Z | Checking proc-macro-error v1.0.4 |
2849 | 2024-05-14T03:29:21.686Z | Documenting bytecount v0.6.3 |
2850 | 2024-05-14T03:29:21.741Z | Documenting lru-cache v0.1.2 |
2851 | 2024-05-14T03:29:22.965Z | Documenting proc-macro-error v1.0.4 |
2852 | 2024-05-14T03:29:23.193Z | Documenting argon2 v0.5.3 |
2853 | 2024-05-14T03:29:24.587Z | Documenting papergrid v0.11.0 |
2854 | 2024-05-14T03:29:25.239Z | Documenting derive-where v1.2.7 |
2855 | 2024-05-14T03:29:25.357Z | Documenting swrite v0.1.0 |
2856 | 2024-05-14T03:29:25.852Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2857 | 2024-05-14T03:29:26.162Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2858 | 2024-05-14T03:29:27.817Z | Documenting tabled_derive v0.7.0 |
2859 | 2024-05-14T03:29:28.689Z | Documenting newtype_derive v0.1.6 |
2860 | 2024-05-14T03:29:28.701Z | Documenting itertools v0.12.1 |
2861 | 2024-05-14T03:29:29.093Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2862 | 2024-05-14T03:29:29.452Z | Documenting quick-error v1.2.3 |
2863 | 2024-05-14T03:29:30.214Z | Documenting arc-swap v1.6.0 |
2864 | 2024-05-14T03:29:31.117Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2865 | 2024-05-14T03:29:32.996Z | Documenting steno v0.4.0 |
2866 | 2024-05-14T03:29:33.518Z | Documenting resolv-conf v0.7.0 |
2867 | 2024-05-14T03:29:33.716Z | Documenting tabled v0.15.0 |
2868 | 2024-05-14T03:29:34.122Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2869 | 2024-05-14T03:29:34.663Z | Documenting slog-scope v4.4.0 |
2870 | 2024-05-14T03:29:35.499Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2871 | 2024-05-14T03:29:36.287Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2872 | 2024-05-14T03:29:37.114Z | Documenting num-rational v0.4.1 |
2873 | 2024-05-14T03:29:38.624Z | Documenting trust-dns-resolver v0.22.0 |
2874 | 2024-05-14T03:29:38.951Z | Documenting slog-stdlog v4.1.1 |
2875 | 2024-05-14T03:29:40.921Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2876 | 2024-05-14T03:29:41.660Z | Documenting num-complex v0.4.5 |
2877 | 2024-05-14T03:29:41.888Z | Documenting filetime v0.2.23 |
2878 | 2024-05-14T03:29:43.123Z | Documenting slog-envlogger v2.2.0 |
2879 | 2024-05-14T03:29:43.762Z | Documenting xattr v1.0.1 |
2880 | 2024-05-14T03:29:46.978Z | Documenting tap v1.0.1 |
2881 | 2024-05-14T03:29:47.196Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-05-14T03:29:47.297Z | Documenting num v0.4.2 |
2883 | 2024-05-14T03:29:48.290Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2884 | 2024-05-14T03:29:48.385Z | Documenting radium v0.7.0 |
2885 | 2024-05-14T03:29:48.851Z | Documenting tar v0.4.40 |
2886 | 2024-05-14T03:29:49.121Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2887 | 2024-05-14T03:29:49.333Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2888 | 2024-05-14T03:29:49.902Z | Documenting wyz v0.5.1 |
2889 | 2024-05-14T03:29:51.724Z | Documenting nibble_vec v0.1.0 |
2890 | 2024-05-14T03:29:52.902Z | Documenting funty v2.0.0 |
2891 | 2024-05-14T03:29:53.154Z | Documenting crc-catalog v2.2.0 |
2892 | 2024-05-14T03:29:53.807Z | Documenting endian-type v0.1.2 |
2893 | 2024-05-14T03:29:54.073Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2894 | 2024-05-14T03:29:54.083Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2895 | 2024-05-14T03:29:54.564Z | Documenting cancel-safe-futures v0.1.5 |
2896 | 2024-05-14T03:29:55.694Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2897 | 2024-05-14T03:29:55.971Z | Documenting packed_struct_codegen v0.10.1 |
2898 | 2024-05-14T03:29:56.213Z | Documenting crc v3.0.1 |
2899 | 2024-05-14T03:29:56.428Z | Documenting bitvec v1.0.1 |
2900 | 2024-05-14T03:29:57.903Z | Documenting radix_trie v0.2.1 |
2901 | 2024-05-14T03:29:59.320Z | Documenting same-file v1.0.6 |
2902 | 2024-05-14T03:30:00.635Z | Documenting nodrop v0.1.14 |
2903 | 2024-05-14T03:30:01.141Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2904 | 2024-05-14T03:30:01.208Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2905 | 2024-05-14T03:30:02.186Z | Documenting packed_struct v0.10.1 |
2906 | 2024-05-14T03:30:02.430Z | Documenting num-bigint-dig v0.8.4 |
2907 | 2024-05-14T03:30:03.306Z | Documenting walkdir v2.5.0 |
2908 | 2024-05-14T03:30:03.696Z | Documenting array-init v0.0.4 |
2909 | 2024-05-14T03:30:04.884Z | Documenting pkcs1 v0.7.5 |
2910 | 2024-05-14T03:30:07.092Z | Documenting signature v2.1.0 |
2911 | 2024-05-14T03:30:07.355Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2912 | 2024-05-14T03:30:07.735Z | Documenting termcolor v1.2.0 |
2913 | 2024-05-14T03:30:08.465Z | Documenting bitfield v0.14.0 |
2914 | 2024-05-14T03:30:09.652Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2915 | 2024-05-14T03:30:09.652Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2916 | 2024-05-14T03:30:09.653Z | | |
2917 | 2024-05-14T03:30:09.653Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2918 | 2024-05-14T03:30:09.653Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2919 | 2024-05-14T03:30:09.653Z | | |
2920 | 2024-05-14T03:30:09.653Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2921 | 2024-05-14T03:30:09.653Z | |
2922 | 2024-05-14T03:30:09.810Z | Documenting display-error-chain v0.2.0 |
2923 | 2024-05-14T03:30:10.175Z | Documenting serde-hex v0.1.0 |
2924 | 2024-05-14T03:30:12.708Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2925 | 2024-05-14T03:30:12.713Z | Documenting env_logger v0.10.0 |
2926 | 2024-05-14T03:30:12.713Z | warning: `nexus-types` (lib doc) generated 1 warning |
2927 | 2024-05-14T03:30:12.713Z | Documenting slog-dtrace v0.3.0 |
2928 | 2024-05-14T03:30:12.713Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2929 | 2024-05-14T03:30:12.854Z | Documenting rsa v0.9.2 |
2930 | 2024-05-14T03:30:13.960Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2931 | 2024-05-14T03:30:14.260Z | Documenting pem v3.0.4 |
2932 | 2024-05-14T03:30:15.840Z | Documenting x509-cert v0.2.4 |
2933 | 2024-05-14T03:30:15.929Z | Documenting libsw v3.3.1 |
2934 | 2024-05-14T03:30:17.665Z | Documenting ron v0.8.1 |
2935 | 2024-05-14T03:30:18.453Z | Documenting half v2.3.1 |
2936 | 2024-05-14T03:30:19.598Z | Documenting maplit v1.0.2 |
2937 | 2024-05-14T03:30:19.621Z | Documenting ciborium-io v0.2.2 |
2938 | 2024-05-14T03:30:20.272Z | Documenting linear-map v1.2.0 |
2939 | 2024-05-14T03:30:20.467Z | Documenting owo-colors v4.0.0 |
2940 | 2024-05-14T03:30:21.617Z | Documenting crc-any v2.4.3 |
2941 | 2024-05-14T03:30:22.484Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2942 | 2024-05-14T03:30:22.585Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2943 | 2024-05-14T03:30:23.241Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2944 | 2024-05-14T03:30:24.158Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2945 | 2024-05-14T03:30:24.430Z | Documenting headers-core v0.2.0 |
2946 | 2024-05-14T03:30:24.441Z | Documenting ciborium-ll v0.2.2 |
2947 | 2024-05-14T03:30:24.945Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2948 | 2024-05-14T03:30:25.549Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2949 | 2024-05-14T03:30:27.049Z | Documenting path-slash v0.1.5 |
2950 | 2024-05-14T03:30:29.298Z | Documenting ciborium v0.2.2 |
2951 | 2024-05-14T03:30:30.334Z | Documenting headers v0.3.9 |
2952 | 2024-05-14T03:30:31.807Z | Documenting fxhash v0.2.1 |
2953 | 2024-05-14T03:30:32.232Z | Documenting async-recursion v1.1.0 |
2954 | 2024-05-14T03:30:34.546Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2955 | 2024-05-14T03:30:34.549Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2956 | 2024-05-14T03:30:36.020Z | Documenting vte_generate_state_changes v0.1.1 |
2957 | 2024-05-14T03:30:36.782Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2958 | 2024-05-14T03:30:37.376Z | Documenting convert_case v0.4.0 |
2959 | 2024-05-14T03:30:37.927Z | Checking convert_case v0.4.0 |
2960 | 2024-05-14T03:30:37.942Z | Documenting buf-list v1.0.3 |
2961 | 2024-05-14T03:30:38.124Z | Documenting derive_builder_core v0.20.0 |
2962 | 2024-05-14T03:30:40.477Z | Documenting vte v0.11.1 |
2963 | 2024-05-14T03:30:41.546Z | Documenting derive_more v0.99.17 |
2964 | 2024-05-14T03:30:44.124Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2965 | 2024-05-14T03:30:44.548Z | Checking derive_builder_core v0.20.0 |
2966 | 2024-05-14T03:30:45.029Z | Documenting fd-lock v4.0.2 |
2967 | 2024-05-14T03:30:45.449Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2968 | 2024-05-14T03:30:48.591Z | Documenting bitstruct_derive v0.1.0 |
2969 | 2024-05-14T03:30:48.604Z | Documenting pin-project-internal v1.1.3 |
2970 | 2024-05-14T03:30:48.775Z | Documenting ascii v1.1.0 |
2971 | 2024-05-14T03:30:49.521Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2972 | 2024-05-14T03:30:49.784Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2973 | 2024-05-14T03:30:50.893Z | Documenting derive_builder_macro v0.20.0 |
2974 | 2024-05-14T03:30:52.154Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2975 | 2024-05-14T03:30:52.228Z | Documenting strip-ansi-escapes v0.2.0 |
2976 | 2024-05-14T03:30:53.600Z | Documenting bitstruct v0.1.1 |
2977 | 2024-05-14T03:30:53.958Z | Documenting pin-project v1.1.3 |
2978 | 2024-05-14T03:30:54.619Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2979 | 2024-05-14T03:30:54.826Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2980 | 2024-05-14T03:30:55.785Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2981 | 2024-05-14T03:30:56.514Z | Documenting crossbeam-deque v0.8.3 |
2982 | 2024-05-14T03:30:56.977Z | Documenting snafu-derive v0.8.2 |
2983 | 2024-05-14T03:30:57.072Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2984 | 2024-05-14T03:30:58.613Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2985 | 2024-05-14T03:30:59.625Z | Documenting serde_arrays v0.1.0 |
2986 | 2024-05-14T03:31:00.810Z | Documenting erased-serde v0.3.31 |
2987 | 2024-05-14T03:31:00.987Z | Documenting ref-cast-impl v1.0.22 |
2988 | 2024-05-14T03:31:03.951Z | Documenting nu-ansi-term v0.50.0 |
2989 | 2024-05-14T03:31:04.025Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2990 | 2024-05-14T03:31:04.238Z | Documenting unicode-xid v0.2.4 |
2991 | 2024-05-14T03:31:04.330Z | Checking unicode-xid v0.2.4 |
2992 | 2024-05-14T03:31:04.502Z | Documenting snafu v0.8.2 |
2993 | 2024-05-14T03:31:05.860Z | Documenting ref-cast v1.0.22 |
2994 | 2024-05-14T03:31:06.065Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2995 | 2024-05-14T03:31:07.110Z | Documenting const_format_proc_macros v0.2.32 |
2996 | 2024-05-14T03:31:08.175Z | Documenting reedline v0.31.0 |
2997 | 2024-05-14T03:31:08.872Z | Documenting rayon-core v1.12.1 |
2998 | 2024-05-14T03:31:09.142Z | Documenting derive_builder v0.20.0 |
2999 | 2024-05-14T03:31:11.538Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3000 | 2024-05-14T03:31:11.657Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3001 | 2024-05-14T03:31:12.908Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3002 | 2024-05-14T03:31:13.465Z | Documenting libefi-sys v0.1.0 |
3003 | 2024-05-14T03:31:17.008Z | Documenting trust-dns-client v0.22.0 |
3004 | 2024-05-14T03:31:18.111Z | Documenting polar-core v0.27.3 |
3005 | 2024-05-14T03:31:18.567Z | Documenting libxml v0.3.3 |
3006 | 2024-05-14T03:31:18.580Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3007 | 2024-05-14T03:31:19.653Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3008 | 2024-05-14T03:31:20.528Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3009 | 2024-05-14T03:31:21.321Z | Documenting globset v0.4.13 |
3010 | 2024-05-14T03:31:21.715Z | Documenting bb8 v0.8.3 |
3011 | 2024-05-14T03:31:25.561Z | Documenting olpc-cjson v0.1.3 |
3012 | 2024-05-14T03:31:25.848Z | Documenting serde_plain v1.0.2 |
3013 | 2024-05-14T03:31:26.630Z | Documenting quick-xml v0.31.0 |
3014 | 2024-05-14T03:31:27.371Z | Documenting impl-trait-for-tuples v0.2.2 |
3015 | 2024-05-14T03:31:28.081Z | Documenting oso-derive v0.27.3 |
3016 | 2024-05-14T03:31:28.544Z | Documenting utf-8 v0.7.6 |
3017 | 2024-05-14T03:31:30.309Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3018 | 2024-05-14T03:31:30.517Z | Documenting typed-path v0.7.0 |
3019 | 2024-05-14T03:31:33.751Z | Documenting keccak v0.1.4 |
3020 | 2024-05-14T03:31:33.780Z | Documenting oso v0.27.3 |
3021 | 2024-05-14T03:31:33.780Z | Documenting tungstenite v0.21.0 |
3022 | 2024-05-14T03:31:33.780Z | Documenting samael v0.0.15 |
3023 | 2024-05-14T03:31:34.530Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3024 | 2024-05-14T03:31:35.976Z | Documenting sha3 v0.10.8 |
3025 | 2024-05-14T03:31:36.184Z | Documenting tough v0.17.1 |
3026 | 2024-05-14T03:31:37.147Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3027 | 2024-05-14T03:31:38.795Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3028 | 2024-05-14T03:31:39.283Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3029 | 2024-05-14T03:31:40.065Z | Documenting trust-dns-server v0.22.1 |
3030 | 2024-05-14T03:31:42.146Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3031 | 2024-05-14T03:31:47.255Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3032 | 2024-05-14T03:31:47.434Z | Documenting rayon v1.10.0 |
3033 | 2024-05-14T03:31:47.440Z | Documenting const_format v0.2.32 |
3034 | 2024-05-14T03:31:47.796Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3035 | 2024-05-14T03:31:49.558Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3036 | 2024-05-14T03:31:49.588Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3037 | 2024-05-14T03:31:49.779Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3038 | 2024-05-14T03:31:50.724Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3039 | 2024-05-14T03:31:50.908Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3040 | 2024-05-14T03:31:51.121Z | Documenting sled v0.34.7 |
3041 | 2024-05-14T03:31:51.299Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3042 | 2024-05-14T03:31:51.445Z | Documenting fs-err v2.11.0 |
3043 | 2024-05-14T03:31:52.206Z | Documenting nix v0.28.0 |
3044 | 2024-05-14T03:31:52.845Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3045 | 2024-05-14T03:31:55.287Z | Documenting cookie v0.18.1 |
3046 | 2024-05-14T03:31:55.367Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3047 | 2024-05-14T03:31:55.665Z | Documenting secrecy v0.8.0 |
3048 | 2024-05-14T03:31:55.950Z | Documenting gethostname v0.4.3 |
3049 | 2024-05-14T03:31:56.157Z | Documenting peg-macros v0.8.3 |
3050 | 2024-05-14T03:31:57.183Z | Documenting rustversion v1.0.14 |
3051 | 2024-05-14T03:31:58.641Z | Documenting sqlparser_derive v0.2.2 |
3052 | 2024-05-14T03:32:00.525Z | Documenting home v0.5.5 |
3053 | 2024-05-14T03:32:01.007Z | Documenting unicode_categories v0.1.1 |
3054 | 2024-05-14T03:32:01.046Z | Documenting parse-size v1.0.0 |
3055 | 2024-05-14T03:32:01.656Z | Documenting castaway v0.2.2 |
3056 | 2024-05-14T03:32:02.156Z | Documenting peg v0.8.3 |
3057 | 2024-05-14T03:32:03.286Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3058 | 2024-05-14T03:32:03.460Z | Documenting sqlparser v0.45.0 |
3059 | 2024-05-14T03:32:04.059Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3060 | 2024-05-14T03:32:05.149Z | Documenting sqlformat v0.2.3 |
3061 | 2024-05-14T03:32:05.483Z | Documenting rustyline v14.0.0 |
3062 | 2024-05-14T03:32:05.780Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3063 | 2024-05-14T03:32:07.043Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3064 | 2024-05-14T03:32:10.878Z | Documenting tokio-tungstenite v0.21.0 |
3065 | 2024-05-14T03:32:12.410Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3066 | 2024-05-14T03:32:13.716Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3067 | 2024-05-14T03:32:15.014Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3068 | 2024-05-14T03:32:18.649Z | Documenting zone v0.1.8 |
3069 | 2024-05-14T03:32:18.665Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3070 | 2024-05-14T03:32:19.700Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
3071 | 2024-05-14T03:32:20.274Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3072 | 2024-05-14T03:32:22.430Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3073 | 2024-05-14T03:32:25.246Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3074 | 2024-05-14T03:32:25.313Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3075 | 2024-05-14T03:32:25.314Z | Documenting portpicker v0.1.1 |
3076 | 2024-05-14T03:32:25.511Z | Documenting universal-hash v0.5.1 |
3077 | 2024-05-14T03:32:29.706Z | Documenting bcs v0.1.6 |
3078 | 2024-05-14T03:32:29.725Z | Documenting kstat-rs v0.2.3 |
3079 | 2024-05-14T03:32:30.101Z | Documenting thiserror-impl-no-std v2.0.2 |
3080 | 2024-05-14T03:32:30.646Z | Documenting curve25519-dalek-derive v0.1.0 |
3081 | 2024-05-14T03:32:40.559Z | Documenting highway v1.1.0 |
3082 | 2024-05-14T03:32:40.752Z | Documenting opaque-debug v0.3.0 |
3083 | 2024-05-14T03:32:40.814Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3084 | 2024-05-14T03:32:40.911Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3085 | 2024-05-14T03:32:40.957Z | Documenting curve25519-dalek v4.1.2 |
3086 | 2024-05-14T03:32:41.163Z | Documenting thiserror-no-std v2.0.2 |
3087 | 2024-05-14T03:32:41.567Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3088 | 2024-05-14T03:32:43.664Z | Documenting poly1305 v0.8.0 |
3089 | 2024-05-14T03:32:44.178Z | Documenting compact_str v0.7.1 |
3090 | 2024-05-14T03:32:45.449Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3091 | 2024-05-14T03:32:47.570Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3092 | 2024-05-14T03:32:48.745Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3093 | 2024-05-14T03:32:49.483Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3094 | 2024-05-14T03:32:49.504Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3095 | 2024-05-14T03:32:50.286Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3096 | 2024-05-14T03:32:50.332Z | Documenting portable-atomic v1.4.3 |
3097 | 2024-05-14T03:32:53.982Z | Documenting ed25519 v1.5.3 |
3098 | 2024-05-14T03:32:54.165Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3099 | 2024-05-14T03:32:56.317Z | Documenting memoffset v0.7.1 |
3100 | 2024-05-14T03:32:57.164Z | Documenting unicase v2.7.0 |
3101 | 2024-05-14T03:32:58.584Z | Documenting rcgen v0.12.1 |
3102 | 2024-05-14T03:32:59.361Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=27e2789d381c0fcc237fbe30cec2ec66bd750c12#27e2789d) |
3103 | 2024-05-14T03:33:00.744Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3104 | 2024-05-14T03:33:03.260Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3105 | 2024-05-14T03:33:05.384Z | Documenting atomicwrites v0.4.3 |
3106 | 2024-05-14T03:33:07.077Z | Documenting chacha20 v0.9.1 |
3107 | 2024-05-14T03:33:07.077Z | warning: could not parse code block as Rust code |
3108 | 2024-05-14T03:33:07.077Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
3109 | 2024-05-14T03:33:07.077Z | | |
3110 | 2024-05-14T03:33:07.077Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
3111 | 2024-05-14T03:33:07.078Z | 247 | | /// |
3112 | 2024-05-14T03:33:07.078Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
3113 | 2024-05-14T03:33:07.078Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
3114 | 2024-05-14T03:33:07.078Z | ... | |
3115 | 2024-05-14T03:33:07.078Z | 277 | | /// |
3116 | 2024-05-14T03:33:07.078Z | 278 | | /// Will be parsed as `this string has " in it`. |
3117 | 2024-05-14T03:33:07.078Z | | |________________________________________________________^ |
3118 | 2024-05-14T03:33:07.078Z | | |
3119 | 2024-05-14T03:33:07.078Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3120 | 2024-05-14T03:33:07.078Z | = note: error from rustc: unknown start of token: \ |
3121 | 2024-05-14T03:33:07.078Z | = note: error from rustc: unknown start of token: \ |
3122 | 2024-05-14T03:33:07.078Z | = note: error from rustc: unknown start of token: \ |
3123 | 2024-05-14T03:33:07.078Z | = note: error from rustc: unknown start of token: \ |
3124 | 2024-05-14T03:33:07.078Z | = note: error from rustc: unknown start of token: \ |
3125 | 2024-05-14T03:33:07.078Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3126 | 2024-05-14T03:33:07.078Z | |
3127 | 2024-05-14T03:33:07.078Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3128 | 2024-05-14T03:33:07.078Z | Documenting lru v0.12.1 |
3129 | 2024-05-14T03:33:07.827Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3130 | 2024-05-14T03:33:07.832Z | Documenting aead v0.5.2 |
3131 | 2024-05-14T03:33:10.475Z | Documenting rand_seeder v0.2.3 |
3132 | 2024-05-14T03:33:10.960Z | Documenting nanorand v0.7.0 |
3133 | 2024-05-14T03:33:11.279Z | Documenting subprocess v0.2.9 |
3134 | 2024-05-14T03:33:11.644Z | Documenting stability v0.2.0 |
3135 | 2024-05-14T03:33:22.037Z | Documenting glob v0.3.1 |
3136 | 2024-05-14T03:33:22.063Z | Documenting cassowary v0.3.0 |
3137 | 2024-05-14T03:33:22.068Z | Documenting number_prefix v0.4.0 |
3138 | 2024-05-14T03:33:22.217Z | Documenting chacha20poly1305 v0.10.1 |
3139 | 2024-05-14T03:33:22.288Z | Documenting flume v0.11.0 |
3140 | 2024-05-14T03:33:22.492Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3141 | 2024-05-14T03:33:22.829Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3142 | 2024-05-14T03:33:26.152Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3143 | 2024-05-14T03:33:26.460Z | Documenting ratatui v0.26.2 |
3144 | 2024-05-14T03:33:26.856Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3145 | 2024-05-14T03:33:27.023Z | Documenting indicatif v0.17.8 |
3146 | 2024-05-14T03:33:39.593Z | Documenting mime_guess v2.0.4 |
3147 | 2024-05-14T03:33:39.593Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3148 | 2024-05-14T03:33:39.593Z | Documenting salty v0.2.0 |
3149 | 2024-05-14T03:33:39.594Z | Documenting vsss-rs v3.3.4 |
3150 | 2024-05-14T03:33:39.594Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3151 | 2024-05-14T03:33:40.004Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3152 | 2024-05-14T03:33:40.989Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3153 | 2024-05-14T03:33:41.829Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3154 | 2024-05-14T03:33:41.897Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3155 | 2024-05-14T03:33:43.230Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3156 | 2024-05-14T03:33:44.276Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3157 | 2024-05-14T03:33:44.570Z | Documenting serde-big-array v0.5.1 |
3158 | 2024-05-14T03:33:44.891Z | Documenting rtoolbox v0.0.1 |
3159 | 2024-05-14T03:33:46.286Z | Documenting unicode-linebreak v0.1.5 |
3160 | 2024-05-14T03:33:46.468Z | Documenting smawk v0.3.1 |
3161 | 2024-05-14T03:33:47.390Z | Documenting is_ci v1.2.0 |
3162 | 2024-05-14T03:33:49.119Z | Documenting http-range v0.1.5 |
3163 | 2024-05-14T03:33:49.408Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3164 | 2024-05-14T03:33:49.948Z | Documenting rpassword v7.3.1 |
3165 | 2024-05-14T03:33:50.440Z | Documenting textwrap v0.16.1 |
3166 | 2024-05-14T03:33:51.494Z | Documenting supports-color v3.0.0 |
3167 | 2024-05-14T03:33:53.251Z | Documenting hyper-staticfile v0.9.5 |
3168 | 2024-05-14T03:33:54.315Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3169 | 2024-05-14T03:33:55.383Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3170 | 2024-05-14T03:33:55.573Z | Documenting tui-tree-widget v0.19.0 |
3171 | 2024-05-14T03:33:57.488Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3172 | 2024-05-14T03:33:57.568Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3173 | 2024-05-14T03:33:59.281Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3174 | 2024-05-14T03:34:01.905Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3175 | 2024-05-14T03:34:02.308Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3176 | 2024-05-14T03:34:02.605Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3177 | 2024-05-14T03:34:02.916Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3178 | 2024-05-14T03:34:03.346Z | Documenting signal-hook-tokio v0.3.1 |
3179 | 2024-05-14T03:34:03.382Z | Documenting memmap2 v0.7.1 |
3180 | 2024-05-14T03:34:04.363Z | Documenting arrayref v0.3.7 |
3181 | 2024-05-14T03:34:05.798Z | Documenting arrayvec v0.7.4 |
3182 | 2024-05-14T03:34:07.313Z | Documenting corncobs v0.1.3 |
3183 | 2024-05-14T03:34:07.816Z | Documenting constant_time_eq v0.3.0 |
3184 | 2024-05-14T03:34:08.685Z | Documenting shell-words v1.1.0 |
3185 | 2024-05-14T03:34:09.106Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3186 | 2024-05-14T03:34:10.435Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3187 | 2024-05-14T03:34:10.786Z | Documenting blake3 v1.5.0 |
3188 | 2024-05-14T03:34:12.660Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3189 | 2024-05-14T03:34:14.896Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3190 | 2024-05-14T03:34:15.113Z | warning: unresolved link to `test_sled_transitions` |
3191 | 2024-05-14T03:34:15.113Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
3192 | 2024-05-14T03:34:15.113Z | | |
3193 | 2024-05-14T03:34:15.113Z | 698 | /// [`test_sled_transitions`]. |
3194 | 2024-05-14T03:34:15.113Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3195 | 2024-05-14T03:34:15.113Z | | |
3196 | 2024-05-14T03:34:15.113Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3197 | 2024-05-14T03:34:15.113Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3198 | 2024-05-14T03:34:15.113Z | |
3199 | 2024-05-14T03:34:15.116Z | warning: unresolved link to `test_sled_transitions` |
3200 | 2024-05-14T03:34:15.117Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
3201 | 2024-05-14T03:34:15.117Z | | |
3202 | 2024-05-14T03:34:15.117Z | 734 | /// [`test_sled_transitions`]. |
3203 | 2024-05-14T03:34:15.117Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3204 | 2024-05-14T03:34:15.117Z | | |
3205 | 2024-05-14T03:34:15.117Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3206 | 2024-05-14T03:34:15.117Z | |
3207 | 2024-05-14T03:34:15.117Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3208 | 2024-05-14T03:34:15.117Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3209 | 2024-05-14T03:34:15.117Z | | |
3210 | 2024-05-14T03:34:15.117Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3211 | 2024-05-14T03:34:15.117Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3212 | 2024-05-14T03:34:15.117Z | |
3213 | 2024-05-14T03:34:15.325Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3214 | 2024-05-14T03:34:17.355Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3215 | 2024-05-14T03:34:18.775Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3216 | 2024-05-14T03:34:28.954Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3217 | 2024-05-14T03:34:31.986Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3218 | 2024-05-14T03:34:32.062Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=62cc2cfe64ca09c6876be7633355026fa65c8545#62cc2cfe) |
3219 | 2024-05-14T03:34:32.062Z | warning: unclosed HTML tag `usize` |
3220 | 2024-05-14T03:34:32.062Z | --> wicket/src/ui/panes/update.rs:153:19 |
3221 | 2024-05-14T03:34:32.062Z | | |
3222 | 2024-05-14T03:34:32.062Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3223 | 2024-05-14T03:34:32.062Z | | ^^^^^^^ |
3224 | 2024-05-14T03:34:32.062Z | | |
3225 | 2024-05-14T03:34:32.062Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3226 | 2024-05-14T03:34:32.062Z | |
3227 | 2024-05-14T03:34:33.356Z | warning: `wicket` (lib doc) generated 1 warning |
3228 | 2024-05-14T03:34:33.360Z | Documenting fatfs v0.3.6 |
3229 | 2024-05-14T03:34:34.960Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3230 | 2024-05-14T03:34:34.970Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3231 | 2024-05-14T03:34:37.081Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3232 | 2024-05-14T03:34:39.112Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3233 | 2024-05-14T03:34:40.037Z | Documenting assert_matches v1.5.0 |
3234 | 2024-05-14T03:34:40.617Z | warning: unresolved link to `BlueprintDisksConfig` |
3235 | 2024-05-14T03:34:40.617Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1128:55 |
3236 | 2024-05-14T03:34:40.617Z | | |
3237 | 2024-05-14T03:34:40.617Z | 1128 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
3238 | 2024-05-14T03:34:40.617Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
3239 | 2024-05-14T03:34:40.617Z | | |
3240 | 2024-05-14T03:34:40.617Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3241 | 2024-05-14T03:34:40.617Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3242 | 2024-05-14T03:34:40.617Z | |
3243 | 2024-05-14T03:34:41.617Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
3244 | 2024-05-14T03:34:41.620Z | Documenting topological-sort v0.2.2 |
3245 | 2024-05-14T03:34:42.309Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3246 | 2024-05-14T03:34:43.066Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3247 | 2024-05-14T03:34:45.632Z | Documenting omicron-zone-package v0.11.0 |
3248 | 2024-05-14T03:34:55.939Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3249 | 2024-05-14T03:34:58.034Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3250 | 2024-05-14T03:34:59.045Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3251 | 2024-05-14T03:35:00.118Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3252 | 2024-05-14T03:35:04.558Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3253 | 2024-05-14T03:35:06.275Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3254 | 2024-05-14T03:35:07.034Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3255 | 2024-05-14T03:35:10.165Z | Documenting termios v0.3.3 |
3256 | 2024-05-14T03:35:11.686Z | Documenting uzers v0.11.3 |
3257 | 2024-05-14T03:35:12.316Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3258 | 2024-05-14T03:35:12.316Z | --> sled-agent/src/sim/instance.rs:46:7 |
3259 | 2024-05-14T03:35:12.316Z | | |
3260 | 2024-05-14T03:35:12.316Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3261 | 2024-05-14T03:35:12.316Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3262 | 2024-05-14T03:35:12.316Z | | |
3263 | 2024-05-14T03:35:12.316Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3264 | 2024-05-14T03:35:12.316Z | |
3265 | 2024-05-14T03:35:12.743Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3266 | 2024-05-14T03:35:15.444Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3267 | 2024-05-14T03:35:15.477Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3268 | 2024-05-14T03:35:16.245Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3269 | 2024-05-14T03:35:16.984Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3270 | 2024-05-14T03:35:24.252Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3271 | 2024-05-14T03:35:36.111Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3272 | 2024-05-14T03:35:36.997Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3273 | 2024-05-14T03:35:43.287Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3274 | 2024-05-14T03:35:56.736Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3275 | 2024-05-14T03:35:59.907Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3276 | 2024-05-14T03:36:00.546Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3277 | 2024-05-14T03:36:01.511Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3278 | 2024-05-14T03:36:03.042Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3279 | 2024-05-14T03:36:08.032Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3280 | 2024-05-14T03:36:35.358Z | warning: unresolved link to `Nexus` |
3281 | 2024-05-14T03:36:35.358Z | --> nexus/src/app/instance_network.rs:280:34 |
3282 | 2024-05-14T03:36:35.358Z | | |
3283 | 2024-05-14T03:36:35.359Z | 280 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3284 | 2024-05-14T03:36:35.359Z | | ^^^^^ no item named `Nexus` in scope |
3285 | 2024-05-14T03:36:35.359Z | | |
3286 | 2024-05-14T03:36:35.359Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3287 | 2024-05-14T03:36:35.359Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3288 | 2024-05-14T03:36:35.359Z | |
3289 | 2024-05-14T03:36:35.365Z | warning: unresolved link to `Nexus` |
3290 | 2024-05-14T03:36:35.365Z | --> nexus/src/app/instance_network.rs:458:34 |
3291 | 2024-05-14T03:36:35.365Z | | |
3292 | 2024-05-14T03:36:35.365Z | 458 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
3293 | 2024-05-14T03:36:35.366Z | | ^^^^^ no item named `Nexus` in scope |
3294 | 2024-05-14T03:36:35.366Z | | |
3295 | 2024-05-14T03:36:35.366Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3296 | 2024-05-14T03:36:35.366Z | |
3297 | 2024-05-14T03:36:35.366Z | warning: unresolved link to `VolumeConstructionRequest` |
3298 | 2024-05-14T03:36:35.366Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3299 | 2024-05-14T03:36:35.367Z | | |
3300 | 2024-05-14T03:36:35.367Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3301 | 2024-05-14T03:36:35.367Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3302 | 2024-05-14T03:36:35.367Z | | |
3303 | 2024-05-14T03:36:35.367Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3304 | 2024-05-14T03:36:35.367Z | |
3305 | 2024-05-14T03:36:35.367Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3306 | 2024-05-14T03:36:35.368Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3307 | 2024-05-14T03:36:35.368Z | | |
3308 | 2024-05-14T03:36:35.368Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3309 | 2024-05-14T03:36:35.368Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3310 | 2024-05-14T03:36:35.368Z | |
3311 | 2024-05-14T03:36:35.368Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3312 | 2024-05-14T03:36:35.368Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3313 | 2024-05-14T03:36:35.369Z | | |
3314 | 2024-05-14T03:36:35.369Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3315 | 2024-05-14T03:36:35.369Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3316 | 2024-05-14T03:36:35.369Z | |
3317 | 2024-05-14T03:36:35.369Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3318 | 2024-05-14T03:36:35.369Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3319 | 2024-05-14T03:36:35.369Z | | |
3320 | 2024-05-14T03:36:35.370Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3321 | 2024-05-14T03:36:35.370Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3322 | 2024-05-14T03:36:35.370Z | |
3323 | 2024-05-14T03:36:35.370Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3324 | 2024-05-14T03:36:35.370Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3325 | 2024-05-14T03:36:35.370Z | | |
3326 | 2024-05-14T03:36:35.370Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3327 | 2024-05-14T03:36:35.371Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3328 | 2024-05-14T03:36:35.371Z | |
3329 | 2024-05-14T03:36:35.371Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3330 | 2024-05-14T03:36:35.371Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3331 | 2024-05-14T03:36:35.371Z | | |
3332 | 2024-05-14T03:36:35.371Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3333 | 2024-05-14T03:36:35.371Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3334 | 2024-05-14T03:36:35.371Z | |
3335 | 2024-05-14T03:36:35.372Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3336 | 2024-05-14T03:36:35.372Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3337 | 2024-05-14T03:36:35.372Z | | |
3338 | 2024-05-14T03:36:35.372Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3339 | 2024-05-14T03:36:35.372Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3340 | 2024-05-14T03:36:35.372Z | |
3341 | 2024-05-14T03:36:38.474Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3342 | 2024-05-14T03:36:54.453Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 32s |
3343 | 2024-05-14T03:36:54.528Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3344 | 2024-05-14T03:36:54.529Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3345 | 2024-05-14T03:36:54.529Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3346 | 2024-05-14T03:36:54.529Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3347 | 2024-05-14T03:36:54.529Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3348 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3349 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3350 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3351 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3352 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3353 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3354 | 2024-05-14T03:36:54.534Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3355 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3356 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3357 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3358 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3359 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3360 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3361 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3362 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3363 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3364 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3365 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3366 | 2024-05-14T03:36:54.535Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3367 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3368 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3369 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3370 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3371 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3372 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3373 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3374 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3375 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3376 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3377 | 2024-05-14T03:36:54.536Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3378 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3379 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3380 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3381 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3382 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3383 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3384 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3385 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3386 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3387 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3388 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3389 | 2024-05-14T03:36:54.537Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3390 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3391 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3392 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3393 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3394 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3395 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3396 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3397 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3398 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3399 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3400 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3401 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3402 | 2024-05-14T03:36:54.538Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3403 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3404 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3405 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3406 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3407 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3408 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3409 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3410 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3411 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3412 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3413 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3414 | 2024-05-14T03:36:54.539Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3415 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3416 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3417 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3418 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3419 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3420 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3421 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3422 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3423 | 2024-05-14T03:36:54.540Z | Generated /work/oxidecomputer/omicron/target/doc/zone_setup/index.html |
3424 | 2024-05-14T03:36:54.559Z | |
3425 | 2024-05-14T03:36:54.564Z | real 12:32.199152080 |
3426 | 2024-05-14T03:36:54.564Z | user 33:37.566526333 |
3427 | 2024-05-14T03:36:54.564Z | sys 54:07.241935910 |
3428 | 2024-05-14T03:36:54.564Z | trap 0.873412190 |
3429 | 2024-05-14T03:36:54.564Z | tflt 0.150784252 |
3430 | 2024-05-14T03:36:54.564Z | dflt 0.668441130 |
3431 | 2024-05-14T03:36:54.565Z | kflt 0.000025307 |
3432 | 2024-05-14T03:36:54.565Z | lock 3:17:14.969146393 |
3433 | 2024-05-14T03:36:54.565Z | slp 3:26:15.460989818 |
3434 | 2024-05-14T03:36:54.565Z | lat 4:30.183766554 |
3435 | 2024-05-14T03:36:54.565Z | stop 1:48.012205066 |
3436 | 2024-05-14T03:36:54.565Z | process exited: duration 1372516 ms, exit code 0 |
|
3437 | 2024-05-14T03:36:54.574Z | found 0 output files |