|
|
|
1 | 2024-04-03T07:23:32.048Z | job assigned to worker 01HTHD87RY6N2KJZ3MWEVD4MV2 (queued for 3 m 39 s) |
|
2 | 2024-04-03T07:23:45.638Z | starting task 0: "setup" |
3 | 2024-04-03T07:23:46.908Z | ++ uname -s |
4 | 2024-04-03T07:23:46.908Z | + kern=SunOS |
5 | 2024-04-03T07:23:46.909Z | + case "$kern" in |
6 | 2024-04-03T07:23:46.909Z | + groupadd -g 12345 build |
7 | 2024-04-03T07:23:46.909Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-03T07:23:47.538Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-03T07:23:47.629Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-03T07:23:47.648Z | + home_fs=zfs |
11 | 2024-04-03T07:23:47.649Z | + [[ zfs == autofs ]] |
12 | 2024-04-03T07:23:47.649Z | + mkdir -p /home/build |
13 | 2024-04-03T07:23:47.649Z | + chown build:build /home/build /work |
14 | 2024-04-03T07:23:49.625Z | + chmod 0700 /home/build /work |
15 | 2024-04-03T07:23:49.631Z | process exited: duration 4345 ms, exit code 0 |
|
16 | 2024-04-03T07:23:49.643Z | starting task 1: "rust-toolchain" |
17 | 2024-04-03T07:23:49.648Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-03T07:23:49.654Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-03T07:23:49.765Z | info: downloading installer |
20 | 2024-04-03T07:23:51.574Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-03T07:23:51.575Z | warning: /opt/ooce/bin |
22 | 2024-04-03T07:23:51.575Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-03T07:23:51.575Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-03T07:23:51.576Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-03T07:23:51.576Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-03T07:23:51.576Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-03T07:23:51.577Z | error: cannot install while Rust is installed |
28 | 2024-04-03T07:23:51.577Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-03T07:23:51.783Z | info: profile set to 'default' |
30 | 2024-04-03T07:23:51.783Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-03T07:23:51.790Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-03T07:23:51.969Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-03T07:23:51.969Z | info: downloading component 'cargo' |
34 | 2024-04-03T07:23:53.182Z | info: downloading component 'clippy' |
35 | 2024-04-03T07:23:53.606Z | info: downloading component 'rust-docs' |
36 | 2024-04-03T07:23:55.103Z | info: downloading component 'rust-std' |
37 | 2024-04-03T07:23:57.653Z | info: downloading component 'rustc' |
38 | 2024-04-03T07:24:03.919Z | info: downloading component 'rustfmt' |
39 | 2024-04-03T07:24:04.295Z | info: installing component 'cargo' |
40 | 2024-04-03T07:24:05.191Z | info: installing component 'clippy' |
41 | 2024-04-03T07:24:05.688Z | info: installing component 'rust-docs' |
42 | 2024-04-03T07:24:07.173Z | info: installing component 'rust-std' |
43 | 2024-04-03T07:24:08.941Z | info: installing component 'rustc' |
44 | 2024-04-03T07:24:13.153Z | info: installing component 'rustfmt' |
45 | 2024-04-03T07:24:13.627Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-03T07:24:13.627Z | |
47 | 2024-04-03T07:24:13.896Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-03T07:24:13.897Z | |
49 | 2024-04-03T07:24:13.901Z | |
50 | 2024-04-03T07:24:13.901Z | Rust is installed now. Great! |
51 | 2024-04-03T07:24:13.901Z | |
52 | 2024-04-03T07:24:13.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-03T07:24:13.902Z | environment variable. This has not been done automatically. |
54 | 2024-04-03T07:24:13.902Z | |
55 | 2024-04-03T07:24:13.902Z | To configure your current shell, you need to source |
56 | 2024-04-03T07:24:13.902Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-03T07:24:13.902Z | |
58 | 2024-04-03T07:24:13.902Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-03T07:24:13.902Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-03T07:24:13.903Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-03T07:24:14.029Z | + rustc --version |
62 | 2024-04-03T07:24:14.094Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-03T07:24:14.100Z | process exited: duration 24449 ms, exit code 0 |
|
64 | 2024-04-03T07:24:14.118Z | starting task 2: "authentication" |
65 | 2024-04-03T07:24:14.144Z | process exited: duration 24 ms, exit code 0 |
|
66 | 2024-04-03T07:24:14.155Z | starting task 3: "clone repository" |
67 | 2024-04-03T07:24:14.165Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-03T07:24:14.174Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-03T07:24:14.693Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-03T07:24:48.947Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-03T07:24:48.947Z | + git fetch origin e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
72 | 2024-04-03T07:24:48.948Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-03T07:24:48.948Z | * branch e33f57601f40a2d5b94e4aa9ee14b85bb71baecf -> FETCH_HEAD |
74 | 2024-04-03T07:24:48.948Z | + [[ -n sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
75 | 2024-04-03T07:24:48.948Z | ++ git branch --show-current |
76 | 2024-04-03T07:24:48.948Z | + current=main |
77 | 2024-04-03T07:24:48.948Z | + [[ main != sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end ]] |
78 | 2024-04-03T07:24:48.948Z | + git branch -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
79 | 2024-04-03T07:24:48.948Z | + git checkout -f sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end |
80 | 2024-04-03T07:24:48.948Z | Switched to branch 'sunshowers/spr/test-utils-perform-extra-redactions-at-the-beginning-not-the-end' |
81 | 2024-04-03T07:24:48.948Z | + git reset --hard e33f57601f40a2d5b94e4aa9ee14b85bb71baecf |
82 | 2024-04-03T07:24:48.948Z | HEAD is now at e33f57601 [𝘀𝗽𝗿] initial version |
83 | 2024-04-03T07:24:48.948Z | process exited: duration 33271 ms, exit code 0 |
|
84 | 2024-04-03T07:24:49.110Z | starting task 4: "build" |
85 | 2024-04-03T07:24:49.133Z | + cargo --version |
86 | 2024-04-03T07:24:49.134Z | info: syncing channel updates for '1.76.0-x86_64-unknown-illumos' |
87 | 2024-04-03T07:24:49.266Z | info: latest update on 2024-02-08, rust version 1.76.0 (07dca489a 2024-02-04) |
88 | 2024-04-03T07:24:49.266Z | info: downloading component 'cargo' |
89 | 2024-04-03T07:24:50.099Z | info: downloading component 'clippy' |
90 | 2024-04-03T07:24:50.351Z | info: downloading component 'rust-docs' |
91 | 2024-04-03T07:24:51.425Z | info: downloading component 'rust-std' |
92 | 2024-04-03T07:24:53.093Z | info: downloading component 'rustc' |
93 | 2024-04-03T07:24:57.256Z | info: downloading component 'rustfmt' |
94 | 2024-04-03T07:24:57.491Z | info: installing component 'cargo' |
95 | 2024-04-03T07:24:58.346Z | info: installing component 'clippy' |
96 | 2024-04-03T07:24:58.682Z | info: installing component 'rust-docs' |
97 | 2024-04-03T07:25:00.180Z | info: installing component 'rust-std' |
98 | 2024-04-03T07:25:02.446Z | info: installing component 'rustc' |
99 | 2024-04-03T07:25:05.913Z | info: installing component 'rustfmt' |
100 | 2024-04-03T07:25:06.315Z | cargo 1.76.0 (c84b36747 2024-01-18) |
101 | 2024-04-03T07:25:06.326Z | + rustc --version |
102 | 2024-04-03T07:25:06.391Z | rustc 1.76.0 (07dca489a 2024-02-04) |
103 | 2024-04-03T07:25:06.409Z | + source ./env.sh |
104 | 2024-04-03T07:25:06.410Z | ++ set -o xtrace |
105 | 2024-04-03T07:25:06.410Z | ++++ dirname ./env.sh |
106 | 2024-04-03T07:25:06.460Z | +++ readlink -f . |
107 | 2024-04-03T07:25:06.517Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-03T07:25:06.525Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-04-03T07:25:06.525Z | ++ 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-04-03T07:25:06.525Z | ++ 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 |
111 | 2024-04-03T07:25:06.525Z | ++ 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-04-03T07:25:06.526Z | ++ 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 |
113 | 2024-04-03T07:25:06.526Z | ++ 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-04-03T07:25:06.526Z | ++ 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 |
115 | 2024-04-03T07:25:06.526Z | ++ 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-04-03T07:25:06.526Z | ++ unset OMICRON_WS |
117 | 2024-04-03T07:25:06.526Z | ++ set +o xtrace |
118 | 2024-04-03T07:25:06.526Z | |
119 | 2024-04-03T07:25:06.527Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-03T07:25:06.527Z | # # # # # # # # # # # # # # # |
121 | 2024-04-03T07:25:06.527Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-03T07:25:06.527Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-03T07:25:06.527Z | # # # # # # # # # # # # # # # |
124 | 2024-04-03T07:25:06.527Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-03T07:25:06.527Z | |
126 | 2024-04-03T07:25:21.505Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-03T07:25:23.015Z | Startup: Caching catalogs ... Done |
128 | 2024-04-03T07:25:25.149Z | Planning: Solver setup ... Done (1.369s) |
129 | 2024-04-03T07:25:25.185Z | Planning: Running solver ... Done (0.026s) |
130 | 2024-04-03T07:25:25.431Z | Planning: Finding local manifests ... Done (0.229s) |
131 | 2024-04-03T07:25:25.461Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-03T07:25:26.274Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-03T07:25:26.288Z | Planning: Package planning ... Done (0.048s) |
134 | 2024-04-03T07:25:26.288Z | Planning: Merging actions ... Done (0.052s) |
135 | 2024-04-03T07:25:26.507Z | Planning: Checking for conflicting actions ... Done (0.544s) |
136 | 2024-04-03T07:25:26.522Z | Planning: Consolidating action changes ... Done (0.011s) |
137 | 2024-04-03T07:25:37.530Z | Planning: Evaluating mediators ... Done (11.011s) |
138 | 2024-04-03T07:25:37.541Z | Planning: Planning completed in 14.48 seconds |
139 | 2024-04-03T07:25:37.661Z | Packages to install: 4 |
140 | 2024-04-03T07:25:37.661Z | Mediators to change: 2 |
141 | 2024-04-03T07:25:37.665Z | Services to change: 1 |
142 | 2024-04-03T07:25:37.665Z | Estimated space available: 155.32 GB |
143 | 2024-04-03T07:25:37.665Z | Estimated space to be consumed: 1.43 GB |
144 | 2024-04-03T07:25:37.665Z | Create boot environment: No |
145 | 2024-04-03T07:25:37.665Z | Create backup boot environment: No |
146 | 2024-04-03T07:25:37.665Z | Rebuild boot archive: No |
147 | 2024-04-03T07:25:37.665Z | |
148 | 2024-04-03T07:25:37.665Z | Changed mediators: |
149 | 2024-04-03T07:25:37.665Z | mediator clang: |
150 | 2024-04-03T07:25:37.665Z | version: None -> 15 (system default) |
151 | 2024-04-03T07:25:37.665Z | |
152 | 2024-04-03T07:25:37.665Z | mediator llvm: |
153 | 2024-04-03T07:25:37.666Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-03T07:25:37.666Z | |
155 | 2024-04-03T07:25:37.666Z | Changed packages: |
156 | 2024-04-03T07:25:37.666Z | helios-dev |
157 | 2024-04-03T07:25:37.666Z | developer/build-essential |
158 | 2024-04-03T07:25:37.666Z | None -> 11-2.0 |
159 | 2024-04-03T07:25:37.666Z | library/libxmlsec1 |
160 | 2024-04-03T07:25:37.666Z | None -> 1.2.35-2.0 |
161 | 2024-04-03T07:25:37.666Z | ooce/developer/clang-15 |
162 | 2024-04-03T07:25:37.666Z | None -> 15.0.7-2.0 |
163 | 2024-04-03T07:25:37.666Z | ooce/developer/llvm-15 |
164 | 2024-04-03T07:25:37.666Z | None -> 15.0.7-2.0 |
165 | 2024-04-03T07:25:37.666Z | |
166 | 2024-04-03T07:25:37.666Z | Services: |
167 | 2024-04-03T07:25:37.666Z | restart_fmri: |
168 | 2024-04-03T07:25:37.666Z | svc:/system/update-man-index:default |
169 | 2024-04-03T07:25:37.828Z | |
170 | 2024-04-03T07:25:37.830Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-03T07:25:42.787Z | Download: 1421/3290 items 113.0/212.6MB 53% complete (22.9M/s) |
172 | 2024-04-03T07:25:47.791Z | Download: 3238/3290 items 170.6/212.6MB 80% complete (17.2M/s) |
173 | 2024-04-03T07:25:53.316Z | Download: Completed 212.60 MB in 11.73 seconds (18.1M/s) |
174 | 2024-04-03T07:25:53.417Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-04-03T07:25:55.406Z | Actions: 3553/3689 actions (Installing new actions) |
176 | 2024-04-03T07:25:55.694Z | Actions: Completed 3689 actions in 5.74 seconds. |
177 | 2024-04-03T07:25:55.906Z | Done (0.206s) |
178 | 2024-04-03T07:25:55.906Z | Done (0.000s) |
179 | 2024-04-03T07:25:56.155Z | Done (0.252s) |
180 | 2024-04-03T07:26:02.421Z | Done (5.327s) |
181 | 2024-04-03T07:26:02.421Z | Done (0.198s) |
182 | 2024-04-03T07:26:02.421Z | Done (0.000s) |
183 | 2024-04-03T07:26:02.422Z | Done (0.000s) |
184 | 2024-04-03T07:26:02.633Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-04-03T07:26:03.053Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-04-03T07:26:03.054Z | Planning: Consolidating action changes ... Done |
187 | 2024-04-03T07:26:03.054Z | Planning: Evaluating mediators ... Done |
188 | 2024-04-03T07:26:03.054Z | Planning: Planning completed in 0.43 seconds |
189 | 2024-04-03T07:26:03.054Z | Mediators to change: 2 |
190 | 2024-04-03T07:26:03.054Z | Create boot environment: No |
191 | 2024-04-03T07:26:03.054Z | Create backup boot environment: No |
192 | 2024-04-03T07:26:03.531Z | Done |
193 | 2024-04-03T07:26:03.531Z | Done |
194 | 2024-04-03T07:26:03.549Z | Done |
195 | 2024-04-03T07:26:06.950Z | Done |
196 | 2024-04-03T07:26:07.039Z | Done |
197 | 2024-04-03T07:26:07.497Z | Done |
198 | 2024-04-03T07:26:07.498Z | Done |
199 | 2024-04-03T07:26:07.786Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-04-03T07:26:07.792Z | Planning: Merging actions ... Done |
201 | 2024-04-03T07:26:07.974Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-04-03T07:26:07.978Z | Planning: Consolidating action changes ... Done |
203 | 2024-04-03T07:26:08.247Z | Planning: Evaluating mediators ... Done |
204 | 2024-04-03T07:26:08.303Z | Planning: Planning completed in 0.80 seconds |
205 | 2024-04-03T07:26:08.337Z | Packages to change: 1 |
206 | 2024-04-03T07:26:08.337Z | Mediators to change: 1 |
207 | 2024-04-03T07:26:08.341Z | Services to change: 1 |
208 | 2024-04-03T07:26:08.341Z | Create boot environment: No |
209 | 2024-04-03T07:26:08.341Z | Create backup boot environment: Yes |
210 | 2024-04-03T07:26:10.082Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-04-03T07:26:10.108Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-04-03T07:26:10.108Z | Done |
213 | 2024-04-03T07:26:10.109Z | Done |
214 | 2024-04-03T07:26:10.141Z | Done |
215 | 2024-04-03T07:26:13.748Z | Done |
216 | 2024-04-03T07:26:13.842Z | Done |
217 | 2024-04-03T07:26:13.857Z | Done |
218 | 2024-04-03T07:26:13.934Z | Done |
219 | 2024-04-03T07:26:14.373Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-04-03T07:26:14.373Z | clang system 15 system |
221 | 2024-04-03T07:26:14.373Z | csh system system illumos |
222 | 2024-04-03T07:26:14.373Z | ctags system system illumos |
223 | 2024-04-03T07:26:14.373Z | gcc vendor 12 vendor |
224 | 2024-04-03T07:26:14.373Z | gcc system 10 system |
225 | 2024-04-03T07:26:14.373Z | gcc system 7 system |
226 | 2024-04-03T07:26:14.373Z | go system 1.20 system |
227 | 2024-04-03T07:26:14.373Z | go system 1.19 system |
228 | 2024-04-03T07:26:14.374Z | llvm system 15 system |
229 | 2024-04-03T07:26:14.374Z | llvm system 14 system |
230 | 2024-04-03T07:26:14.374Z | mariadb system 10.6 system |
231 | 2024-04-03T07:26:14.374Z | mta vendor vendor dma |
232 | 2024-04-03T07:26:14.374Z | openjdk system 17 system |
233 | 2024-04-03T07:26:14.374Z | openjdk system 11 system |
234 | 2024-04-03T07:26:14.374Z | openjdk system 1.8 system |
235 | 2024-04-03T07:26:14.374Z | openssl vendor 3 vendor |
236 | 2024-04-03T07:26:14.374Z | perl system 5.36 system |
237 | 2024-04-03T07:26:14.374Z | postgresql system 15 system |
238 | 2024-04-03T07:26:14.374Z | postgresql system 13 system |
239 | 2024-04-03T07:26:14.374Z | python vendor 3 vendor |
240 | 2024-04-03T07:26:14.374Z | python system 2 system |
241 | 2024-04-03T07:26:14.374Z | python3 system 3.11 system |
242 | 2024-04-03T07:26:14.374Z | ruby system 3.0 system |
243 | 2024-04-03T07:26:14.374Z | words vendor vendor american-english |
244 | 2024-04-03T07:26:14.374Z | words system system australian-english |
245 | 2024-04-03T07:26:14.374Z | words system system british-english |
246 | 2024-04-03T07:26:14.374Z | words system system canadian-english |
247 | 2024-04-03T07:26:14.374Z | words system system french |
248 | 2024-04-03T07:26:14.374Z | words system system italian |
249 | 2024-04-03T07:26:14.375Z | words system system ngerman |
250 | 2024-04-03T07:26:14.375Z | words system system ogerman |
251 | 2024-04-03T07:26:14.375Z | words system system spanish |
252 | 2024-04-03T07:26:14.712Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-04-03T07:26:14.712Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-04-03T07:26:15.967Z | FMRI IFO |
255 | 2024-04-03T07:26:15.967Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-04-03T07:26:15.967Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-04-03T07:26:15.967Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-04-03T07:26:15.968Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-04-03T07:26:15.969Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-04-03T07:26:15.969Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-04-03T07:26:16.211Z | + set -o errexit |
268 | 2024-04-03T07:26:16.221Z | +++ dirname ./tools/ci_download_cockroachdb |
269 | 2024-04-03T07:26:16.221Z | ++ cd ./tools |
270 | 2024-04-03T07:26:16.221Z | ++ pwd |
271 | 2024-04-03T07:26:16.221Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
272 | 2024-04-03T07:26:16.221Z | ++ basename ./tools/ci_download_cockroachdb |
273 | 2024-04-03T07:26:16.221Z | + ARG0=ci_download_cockroachdb |
274 | 2024-04-03T07:26:16.221Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
275 | 2024-04-03T07:26:16.231Z | + CIDL_VERSION=v22.1.9 |
276 | 2024-04-03T07:26:16.231Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
277 | 2024-04-03T07:26:16.231Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
278 | 2024-04-03T07:26:16.231Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
279 | 2024-04-03T07:26:16.231Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-04-03T07:26:16.232Z | + TARGET_DIR=out |
281 | 2024-04-03T07:26:16.232Z | + DOWNLOAD_DIR=out/downloads |
282 | 2024-04-03T07:26:16.232Z | + DEST_DIR=./out/cockroachdb |
283 | 2024-04-03T07:26:16.232Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
284 | 2024-04-03T07:26:16.232Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
285 | 2024-04-03T07:26:16.232Z | + main |
286 | 2024-04-03T07:26:16.232Z | + [[ 0 != 0 ]] |
287 | 2024-04-03T07:26:16.232Z | + CIDL_OS=solaris2.11 |
288 | 2024-04-03T07:26:16.232Z | + [[ 0 != 0 ]] |
289 | 2024-04-03T07:26:16.233Z | + configure_os solaris2.11 |
290 | 2024-04-03T07:26:16.233Z | + echo 'current directory: /work/oxidecomputer/omicron' |
291 | 2024-04-03T07:26:16.233Z | current directory: /work/oxidecomputer/omicron |
292 | 2024-04-03T07:26:16.233Z | + echo 'configuring based on OS: "solaris2.11"' |
293 | 2024-04-03T07:26:16.233Z | + case "$1" in |
294 | 2024-04-03T07:26:16.233Z | configuring based on OS: "solaris2.11" |
295 | 2024-04-03T07:26:16.234Z | + CIDL_BUILD=illumos |
296 | 2024-04-03T07:26:16.234Z | + CIDL_SUFFIX=tar.gz |
297 | 2024-04-03T07:26:16.234Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-04-03T07:26:16.234Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2024-04-03T07:26:16.234Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2024-04-03T07:26:16.234Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2024-04-03T07:26:16.234Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-04-03T07:26:16.235Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-04-03T07:26:16.235Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2024-04-03T07:26:16.235Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-03T07:26:16.235Z | + CIDL_SHA256FUNC=do_sha256sum |
306 | 2024-04-03T07:26:16.235Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-04-03T07:26:16.235Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-04-03T07:26:16.235Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-04-03T07:26:16.235Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-04-03T07:26:16.236Z | + mkdir -p out/downloads |
311 | 2024-04-03T07:26:16.236Z | + mkdir -p ./out/cockroachdb |
312 | 2024-04-03T07:26:16.236Z | + local DO_DOWNLOAD=true |
313 | 2024-04-03T07:26:16.236Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
314 | 2024-04-03T07:26:16.236Z | + '[' true == true ']' |
315 | 2024-04-03T07:26:16.236Z | + echo Downloading... |
316 | 2024-04-03T07:26:16.236Z | Downloading... |
317 | 2024-04-03T07:26:16.236Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-04-03T07:26:16.236Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-04-03T07:26:20.247Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-04-03T07:26:20.294Z | ++ sha256sum |
321 | 2024-04-03T07:26:20.294Z | ++ awk '{print $1}' |
322 | 2024-04-03T07:26:20.433Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
323 | 2024-04-03T07:26:20.436Z | + [[ 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 ]] |
324 | 2024-04-03T07:26:20.436Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-04-03T07:26:20.436Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
326 | 2024-04-03T07:26:22.613Z | + do_assemble_illumos |
327 | 2024-04-03T07:26:22.613Z | + rm -r ./out/cockroachdb |
328 | 2024-04-03T07:26:22.626Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
329 | 2024-04-03T07:26:23.068Z | + ./out/cockroachdb/bin/cockroach version |
330 | 2024-04-03T07:26:23.221Z | Build Tag: v22.1.9-dirty |
331 | 2024-04-03T07:26:23.221Z | Build Time: 2022/10/26 21:17:46 |
332 | 2024-04-03T07:26:23.221Z | Distribution: OSS |
333 | 2024-04-03T07:26:23.221Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
334 | 2024-04-03T07:26:23.221Z | Go Version: go1.17.13 |
335 | 2024-04-03T07:26:23.221Z | C Compiler: gcc 10.3.0 |
336 | 2024-04-03T07:26:23.222Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
337 | 2024-04-03T07:26:23.222Z | Build Type: release |
338 | 2024-04-03T07:26:23.239Z | + set -o errexit |
339 | 2024-04-03T07:26:23.246Z | +++ dirname ./tools/ci_download_clickhouse |
340 | 2024-04-03T07:26:23.247Z | ++ cd ./tools |
341 | 2024-04-03T07:26:23.247Z | ++ pwd |
342 | 2024-04-03T07:26:23.247Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
343 | 2024-04-03T07:26:23.247Z | ++ basename ./tools/ci_download_clickhouse |
344 | 2024-04-03T07:26:23.695Z | + ARG0=ci_download_clickhouse |
345 | 2024-04-03T07:26:23.696Z | + TARGET_DIR=out |
346 | 2024-04-03T07:26:23.696Z | + DOWNLOAD_DIR=out/downloads |
347 | 2024-04-03T07:26:23.696Z | + DEST_DIR=./out/clickhouse |
348 | 2024-04-03T07:26:23.696Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
349 | 2024-04-03T07:26:23.696Z | + CIDL_VERSION=v23.8.7.24 |
350 | 2024-04-03T07:26:23.696Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2024-04-03T07:26:23.696Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
352 | 2024-04-03T07:26:23.696Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
353 | 2024-04-03T07:26:23.696Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-04-03T07:26:23.696Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2024-04-03T07:26:23.696Z | + main |
356 | 2024-04-03T07:26:23.696Z | + [[ 0 != 0 ]] |
357 | 2024-04-03T07:26:23.696Z | + CIDL_OS=solaris2.11 |
358 | 2024-04-03T07:26:23.696Z | + [[ 0 != 0 ]] |
359 | 2024-04-03T07:26:23.696Z | + configure_os solaris2.11 |
360 | 2024-04-03T07:26:23.696Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2024-04-03T07:26:23.696Z | current directory: /work/oxidecomputer/omicron |
362 | 2024-04-03T07:26:23.696Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2024-04-03T07:26:23.696Z | + CIDL_DASHREV= |
364 | 2024-04-03T07:26:23.697Z | + case "$1" in |
365 | 2024-04-03T07:26:23.697Z | configuring based on OS: "solaris2.11" |
366 | 2024-04-03T07:26:23.697Z | + CIDL_PLATFORM=illumos |
367 | 2024-04-03T07:26:23.697Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
368 | 2024-04-03T07:26:23.697Z | + CIDL_MD5FUNC=do_md5sum |
369 | 2024-04-03T07:26:23.697Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
370 | 2024-04-03T07:26:23.697Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-04-03T07:26:23.697Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-04-03T07:26:23.697Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-04-03T07:26:23.697Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
374 | 2024-04-03T07:26:23.697Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-03T07:26:23.697Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
376 | 2024-04-03T07:26:23.697Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-04-03T07:26:23.697Z | + mkdir -p out/downloads |
378 | 2024-04-03T07:26:23.697Z | + mkdir -p ./out/clickhouse |
379 | 2024-04-03T07:26:23.697Z | + local DO_DOWNLOAD=true |
380 | 2024-04-03T07:26:23.697Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
381 | 2024-04-03T07:26:23.697Z | + '[' true == true ']' |
382 | 2024-04-03T07:26:23.697Z | + echo Downloading... |
383 | 2024-04-03T07:26:23.697Z | Downloading... |
384 | 2024-04-03T07:26:23.698Z | + 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 |
385 | 2024-04-03T07:26:23.698Z | + 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 |
386 | 2024-04-03T07:26:25.799Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-04-03T07:26:25.808Z | ++ md5sum |
388 | 2024-04-03T07:26:25.808Z | ++ awk '{print $1}' |
389 | 2024-04-03T07:26:25.987Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
390 | 2024-04-03T07:26:25.987Z | + [[ 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 ]] |
391 | 2024-04-03T07:26:25.987Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
392 | 2024-04-03T07:26:25.994Z | + mkdir -p ./out/clickhouse |
393 | 2024-04-03T07:26:25.994Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
394 | 2024-04-03T07:26:29.815Z | + [[ solaris2.11 == darwin* ]] |
395 | 2024-04-03T07:26:29.815Z | + ./out/clickhouse/clickhouse server --version |
396 | 2024-04-03T07:26:30.348Z | ClickHouse server version 23.8.7.1. |
397 | 2024-04-03T07:26:30.361Z | + set -o errexit |
398 | 2024-04-03T07:26:30.368Z | +++ dirname ./tools/ci_download_console |
399 | 2024-04-03T07:26:30.369Z | ++ cd ./tools |
400 | 2024-04-03T07:26:30.369Z | ++ pwd |
401 | 2024-04-03T07:26:30.374Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
402 | 2024-04-03T07:26:30.375Z | ++ basename ./tools/ci_download_console |
403 | 2024-04-03T07:26:30.375Z | + ARG0=ci_download_console |
404 | 2024-04-03T07:26:30.375Z | + TARGET_DIR=out |
405 | 2024-04-03T07:26:30.375Z | + DOWNLOAD_DIR=out/downloads |
406 | 2024-04-03T07:26:30.375Z | + DEST_DIR=./out/console-assets |
407 | 2024-04-03T07:26:30.375Z | + source /work/oxidecomputer/omicron/tools/console_version |
408 | 2024-04-03T07:26:30.375Z | ++ COMMIT=156c082cdb21231ab95ef7475de199ecb7a96dc3 |
409 | 2024-04-03T07:26:30.375Z | ++ SHA2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
410 | 2024-04-03T07:26:30.375Z | + URL=https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
411 | 2024-04-03T07:26:30.376Z | + TARBALL_FILE=out/downloads/console.tar.gz |
412 | 2024-04-03T07:26:30.376Z | + main |
413 | 2024-04-03T07:26:30.376Z | + [[ 0 != 0 ]] |
414 | 2024-04-03T07:26:30.376Z | + echo 'URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz' |
415 | 2024-04-03T07:26:30.376Z | URL: https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
416 | 2024-04-03T07:26:30.376Z | + echo 'Local file: out/downloads/console.tar.gz' |
417 | 2024-04-03T07:26:30.376Z | Local file: out/downloads/console.tar.gz |
418 | 2024-04-03T07:26:30.376Z | + local DO_DOWNLOAD=true |
419 | 2024-04-03T07:26:30.377Z | + [[ -f out/downloads/console.tar.gz ]] |
420 | 2024-04-03T07:26:30.377Z | + mkdir -p out/downloads |
421 | 2024-04-03T07:26:30.377Z | + '[' true == true ']' |
422 | 2024-04-03T07:26:30.377Z | + echo Downloading... |
423 | 2024-04-03T07:26:30.377Z | Downloading... |
424 | 2024-04-03T07:26:30.377Z | + do_download_curl https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz out/downloads/console.tar.gz |
425 | 2024-04-03T07:26:30.378Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/156c082cdb21231ab95ef7475de199ecb7a96dc3.tar.gz |
426 | 2024-04-03T07:26:30.994Z | ++ do_sha256sum out/downloads/console.tar.gz |
427 | 2024-04-03T07:26:31.011Z | ++ case "$OSTYPE" in |
428 | 2024-04-03T07:26:31.011Z | ++ SHA=sha256sum |
429 | 2024-04-03T07:26:31.011Z | ++ sha256sum |
430 | 2024-04-03T07:26:31.012Z | ++ awk '{print $1}' |
431 | 2024-04-03T07:26:31.012Z | + calculated_sha2=bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b |
432 | 2024-04-03T07:26:31.012Z | + [[ bf768008b6958e19b8d8cef25710b4ff64eef1e59bb3bedb27bb6bf33459a78b != \b\f\7\6\8\0\0\8\b\6\9\5\8\e\1\9\b\8\d\8\c\e\f\2\5\7\1\0\b\4\f\f\6\4\e\e\f\1\e\5\9\b\b\3\b\e\d\b\2\7\b\b\6\b\f\3\3\4\5\9\a\7\8\b ]] |
433 | 2024-04-03T07:26:31.012Z | + rm -rf ./out/console-assets |
434 | 2024-04-03T07:26:31.012Z | + mkdir -p ./out/console-assets |
435 | 2024-04-03T07:26:31.013Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
436 | 2024-04-03T07:26:31.013Z | + mkdir -p ./out/console-assets |
437 | 2024-04-03T07:26:31.013Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
438 | 2024-04-03T07:26:31.056Z | + set -o errexit |
439 | 2024-04-03T07:26:31.060Z | +++ dirname ./tools/ci_download_maghemite_openapi |
440 | 2024-04-03T07:26:31.060Z | ++ cd ./tools |
441 | 2024-04-03T07:26:31.060Z | ++ pwd |
442 | 2024-04-03T07:26:31.065Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
443 | 2024-04-03T07:26:31.065Z | ++ basename ./tools/ci_download_maghemite_openapi |
444 | 2024-04-03T07:26:31.065Z | + ARG0=ci_download_maghemite_openapi |
445 | 2024-04-03T07:26:31.065Z | + TARGET_DIR=out |
446 | 2024-04-03T07:26:31.066Z | + DOWNLOAD_DIR=out/downloads |
447 | 2024-04-03T07:26:31.066Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
448 | 2024-04-03T07:26:31.066Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
449 | 2024-04-03T07:26:31.066Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
450 | 2024-04-03T07:26:31.066Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
451 | 2024-04-03T07:26:31.066Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
452 | 2024-04-03T07:26:31.067Z | + main |
453 | 2024-04-03T07:26:31.067Z | + rm -rf out/downloads/root |
454 | 2024-04-03T07:26:31.067Z | + [[ 0 != 0 ]] |
455 | 2024-04-03T07:26:31.067Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
456 | 2024-04-03T07:26:31.067Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
457 | 2024-04-03T07:26:31.071Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
458 | 2024-04-03T07:26:31.071Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
459 | 2024-04-03T07:26:31.072Z | + local DO_DOWNLOAD=true |
460 | 2024-04-03T07:26:31.072Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
461 | 2024-04-03T07:26:31.072Z | + mkdir -p out/downloads |
462 | 2024-04-03T07:26:31.072Z | + '[' true == true ']' |
463 | 2024-04-03T07:26:31.073Z | + echo Downloading... |
464 | 2024-04-03T07:26:31.073Z | Downloading... |
465 | 2024-04-03T07:26:31.073Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
466 | 2024-04-03T07:26:31.073Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
467 | 2024-04-03T07:26:31.304Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
468 | 2024-04-03T07:26:31.304Z | ++ case "$OSTYPE" in |
469 | 2024-04-03T07:26:31.308Z | ++ SHA=sha256sum |
470 | 2024-04-03T07:26:31.308Z | ++ sha256sum |
471 | 2024-04-03T07:26:31.308Z | ++ awk '{print $1}' |
472 | 2024-04-03T07:26:31.308Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
473 | 2024-04-03T07:26:31.308Z | + [[ 004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 != \0\0\4\e\8\7\3\e\4\1\2\0\a\a\2\6\4\6\0\2\7\1\3\6\8\4\8\5\2\6\6\b\7\5\b\7\f\9\6\4\e\5\e\d\4\d\b\e\e\8\f\b\5\d\b\4\5\1\9\4\7\0\d\7 ]] |
474 | 2024-04-03T07:26:31.308Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
475 | 2024-04-03T07:26:31.308Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
476 | 2024-04-03T07:26:31.308Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
477 | 2024-04-03T07:26:31.308Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
478 | 2024-04-03T07:26:31.309Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
479 | 2024-04-03T07:26:31.309Z | + main |
480 | 2024-04-03T07:26:31.309Z | + rm -rf out/downloads/root |
481 | 2024-04-03T07:26:31.309Z | + [[ 0 != 0 ]] |
482 | 2024-04-03T07:26:31.309Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
483 | 2024-04-03T07:26:31.309Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
484 | 2024-04-03T07:26:31.309Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
485 | 2024-04-03T07:26:31.309Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
486 | 2024-04-03T07:26:31.309Z | + local DO_DOWNLOAD=true |
487 | 2024-04-03T07:26:31.309Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
488 | 2024-04-03T07:26:31.309Z | + mkdir -p out/downloads |
489 | 2024-04-03T07:26:31.309Z | + '[' true == true ']' |
490 | 2024-04-03T07:26:31.309Z | + echo Downloading... |
491 | 2024-04-03T07:26:31.309Z | Downloading... |
492 | 2024-04-03T07:26:31.309Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
493 | 2024-04-03T07:26:31.309Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
494 | 2024-04-03T07:26:31.519Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
495 | 2024-04-03T07:26:31.530Z | ++ case "$OSTYPE" in |
496 | 2024-04-03T07:26:31.530Z | ++ SHA=sha256sum |
497 | 2024-04-03T07:26:31.531Z | ++ sha256sum |
498 | 2024-04-03T07:26:31.531Z | ++ awk '{print $1}' |
499 | 2024-04-03T07:26:31.531Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
500 | 2024-04-03T07:26:31.531Z | + [[ a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 != \a\5\d\2\f\2\7\5\c\9\9\1\5\2\7\1\1\d\e\c\1\d\f\5\8\f\d\4\9\d\4\5\9\d\3\f\c\b\8\f\b\f\c\7\a\7\f\4\8\f\4\3\2\b\e\2\4\8\d\7\4\6\3\9 ]] |
501 | 2024-04-03T07:26:31.531Z | + set -o errexit |
502 | 2024-04-03T07:26:31.531Z | +++ dirname ./tools/ci_download_dendrite_openapi |
503 | 2024-04-03T07:26:31.531Z | ++ cd ./tools |
504 | 2024-04-03T07:26:31.531Z | ++ pwd |
505 | 2024-04-03T07:26:31.531Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
506 | 2024-04-03T07:26:31.531Z | ++ basename ./tools/ci_download_dendrite_openapi |
507 | 2024-04-03T07:26:31.531Z | + ARG0=ci_download_dendrite_openapi |
508 | 2024-04-03T07:26:31.531Z | + TARGET_DIR=out |
509 | 2024-04-03T07:26:31.531Z | + DOWNLOAD_DIR=out/downloads |
510 | 2024-04-03T07:26:31.531Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
511 | 2024-04-03T07:26:31.532Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
512 | 2024-04-03T07:26:31.532Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
513 | 2024-04-03T07:26:31.532Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
514 | 2024-04-03T07:26:31.532Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
515 | 2024-04-03T07:26:31.532Z | + main |
516 | 2024-04-03T07:26:31.532Z | + [[ 0 != 0 ]] |
517 | 2024-04-03T07:26:31.532Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
518 | 2024-04-03T07:26:31.532Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
519 | 2024-04-03T07:26:31.532Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
520 | 2024-04-03T07:26:31.532Z | + local DO_DOWNLOAD=true |
521 | 2024-04-03T07:26:31.532Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
522 | 2024-04-03T07:26:31.532Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
523 | 2024-04-03T07:26:31.532Z | + mkdir -p out/downloads |
524 | 2024-04-03T07:26:31.941Z | + '[' true == true ']' |
525 | 2024-04-03T07:26:31.941Z | + echo Downloading... |
526 | 2024-04-03T07:26:31.941Z | Downloading... |
527 | 2024-04-03T07:26:31.941Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
528 | 2024-04-03T07:26:31.941Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
529 | 2024-04-03T07:26:32.359Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
530 | 2024-04-03T07:26:32.359Z | ++ case "$OSTYPE" in |
531 | 2024-04-03T07:26:32.360Z | ++ SHA=sha256sum |
532 | 2024-04-03T07:26:32.371Z | ++ sha256sum |
533 | 2024-04-03T07:26:32.371Z | ++ awk '{print $1}' |
534 | 2024-04-03T07:26:32.371Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
535 | 2024-04-03T07:26:32.371Z | + [[ 50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae != \5\0\e\f\f\6\d\9\f\9\8\6\b\7\b\1\a\f\5\9\7\0\d\1\1\d\8\d\0\1\b\8\1\2\d\e\3\7\2\6\9\7\3\1\c\6\c\6\9\1\a\2\4\4\b\3\f\d\a\e\8\2\a\e ]] |
536 | 2024-04-03T07:26:32.820Z | + set -o errexit |
537 | 2024-04-03T07:26:32.820Z | +++ dirname ./tools/ci_download_dendrite_stub |
538 | 2024-04-03T07:26:32.820Z | ++ cd ./tools |
539 | 2024-04-03T07:26:32.820Z | ++ pwd |
540 | 2024-04-03T07:26:32.820Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
541 | 2024-04-03T07:26:32.820Z | ++ basename ./tools/ci_download_dendrite_stub |
542 | 2024-04-03T07:26:32.821Z | + ARG0=ci_download_dendrite_stub |
543 | 2024-04-03T07:26:32.821Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
544 | 2024-04-03T07:26:32.821Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
545 | 2024-04-03T07:26:32.821Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
546 | 2024-04-03T07:26:32.821Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
547 | 2024-04-03T07:26:32.821Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
548 | 2024-04-03T07:26:32.821Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
549 | 2024-04-03T07:26:32.822Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
550 | 2024-04-03T07:26:32.822Z | + TARGET_DIR=out |
551 | 2024-04-03T07:26:32.822Z | + DOWNLOAD_DIR=out/downloads |
552 | 2024-04-03T07:26:32.822Z | + DEST_DIR=./out/dendrite-stub |
553 | 2024-04-03T07:26:32.822Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
554 | 2024-04-03T07:26:32.822Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
555 | 2024-04-03T07:26:32.822Z | + REPO=oxidecomputer/dendrite |
556 | 2024-04-03T07:26:32.822Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
557 | 2024-04-03T07:26:32.823Z | + main |
558 | 2024-04-03T07:26:32.823Z | + [[ 0 != 0 ]] |
559 | 2024-04-03T07:26:32.823Z | + CIDL_OS=solaris2.11 |
560 | 2024-04-03T07:26:32.823Z | + [[ 0 != 0 ]] |
561 | 2024-04-03T07:26:32.823Z | + configure_os solaris2.11 |
562 | 2024-04-03T07:26:32.823Z | + echo 'current directory: /work/oxidecomputer/omicron' |
563 | 2024-04-03T07:26:32.824Z | current directory: /work/oxidecomputer/omicron |
564 | 2024-04-03T07:26:32.824Z | + echo 'configuring based on OS: "solaris2.11"' |
565 | 2024-04-03T07:26:32.824Z | + case "$1" in |
566 | 2024-04-03T07:26:32.824Z | configuring based on OS: "solaris2.11" |
567 | 2024-04-03T07:26:32.824Z | + SET_BINARIES= |
568 | 2024-04-03T07:26:32.824Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
569 | 2024-04-03T07:26:32.824Z | + CIDL_SHA256FUNC=do_sha256sum |
570 | 2024-04-03T07:26:32.825Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
571 | 2024-04-03T07:26:32.825Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
572 | 2024-04-03T07:26:32.825Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
573 | 2024-04-03T07:26:32.825Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
574 | 2024-04-03T07:26:32.825Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
575 | 2024-04-03T07:26:32.826Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
576 | 2024-04-03T07:26:32.826Z | + mkdir -p out/downloads |
577 | 2024-04-03T07:26:32.826Z | Local file: out/downloads/dendrite-stub.tar.gz |
578 | 2024-04-03T07:26:32.827Z | + mkdir -p ./out/dendrite-stub |
579 | 2024-04-03T07:26:32.827Z | + fetch_and_verify |
580 | 2024-04-03T07:26:32.827Z | + local DO_DOWNLOAD=true |
581 | 2024-04-03T07:26:32.828Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
582 | 2024-04-03T07:26:32.828Z | + '[' true == true ']' |
583 | 2024-04-03T07:26:32.828Z | + echo Downloading... |
584 | 2024-04-03T07:26:32.828Z | Downloading... |
585 | 2024-04-03T07:26:32.829Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
586 | 2024-04-03T07:26:32.829Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
587 | 2024-04-03T07:26:51.984Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
588 | 2024-04-03T07:26:51.993Z | ++ sha256sum |
589 | 2024-04-03T07:26:51.993Z | ++ awk '{print $1}' |
590 | 2024-04-03T07:26:52.002Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
591 | 2024-04-03T07:26:52.006Z | + [[ fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 != \f\d\a\1\8\4\2\b\c\4\c\4\5\a\f\9\8\7\7\1\f\a\8\c\f\b\8\c\5\c\c\5\4\c\a\0\7\5\9\c\7\5\4\d\7\e\5\f\4\1\5\0\4\3\9\0\f\6\5\e\4\3\f\3 ]] |
592 | 2024-04-03T07:26:52.006Z | + do_untar out/downloads/dendrite-stub.tar.gz |
593 | 2024-04-03T07:26:52.006Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
594 | 2024-04-03T07:26:52.606Z | + do_assemble |
595 | 2024-04-03T07:26:52.606Z | + rm -r ./out/dendrite-stub |
596 | 2024-04-03T07:26:52.620Z | + mkdir ./out/dendrite-stub |
597 | 2024-04-03T07:26:52.620Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
598 | 2024-04-03T07:26:52.714Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
599 | 2024-04-03T07:26:52.726Z | + set -o errexit |
600 | 2024-04-03T07:26:52.726Z | +++ dirname ./tools/ci_download_maghemite_mgd |
601 | 2024-04-03T07:26:52.726Z | ++ cd ./tools |
602 | 2024-04-03T07:26:52.726Z | ++ pwd |
603 | 2024-04-03T07:26:52.727Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
604 | 2024-04-03T07:26:52.735Z | ++ basename ./tools/ci_download_maghemite_mgd |
605 | 2024-04-03T07:26:52.735Z | + ARG0=ci_download_maghemite_mgd |
606 | 2024-04-03T07:26:52.736Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
607 | 2024-04-03T07:26:52.736Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
608 | 2024-04-03T07:26:52.736Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
609 | 2024-04-03T07:26:52.736Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
610 | 2024-04-03T07:26:52.737Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
611 | 2024-04-03T07:26:52.737Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
612 | 2024-04-03T07:26:52.737Z | + TARGET_DIR=out |
613 | 2024-04-03T07:26:52.737Z | + DOWNLOAD_DIR=out/downloads |
614 | 2024-04-03T07:26:52.738Z | + DEST_DIR=./out/mgd |
615 | 2024-04-03T07:26:52.738Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
616 | 2024-04-03T07:26:52.738Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
617 | 2024-04-03T07:26:52.738Z | + REPO=oxidecomputer/maghemite |
618 | 2024-04-03T07:26:52.738Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
619 | 2024-04-03T07:26:52.738Z | + main |
620 | 2024-04-03T07:26:52.738Z | + rm -rf out/downloads/root |
621 | 2024-04-03T07:26:52.738Z | + [[ 0 != 0 ]] |
622 | 2024-04-03T07:26:52.738Z | + CIDL_OS=solaris2.11 |
623 | 2024-04-03T07:26:52.738Z | + [[ 0 != 0 ]] |
624 | 2024-04-03T07:26:52.738Z | + configure_os solaris2.11 |
625 | 2024-04-03T07:26:52.738Z | + echo 'current directory: /work/oxidecomputer/omicron' |
626 | 2024-04-03T07:26:52.738Z | current directory: /work/oxidecomputer/omicron |
627 | 2024-04-03T07:26:52.738Z | + echo 'configuring based on OS: "solaris2.11"' |
628 | 2024-04-03T07:26:52.739Z | + case "$1" in |
629 | 2024-04-03T07:26:52.739Z | + SET_BINARIES= |
630 | 2024-04-03T07:26:52.739Z | configuring based on OS: "solaris2.11" |
631 | 2024-04-03T07:26:52.739Z | + CIDL_SHA256FUNC=do_sha256sum |
632 | 2024-04-03T07:26:52.739Z | + TARBALL_FILENAME=mgd.tar.gz |
633 | 2024-04-03T07:26:52.739Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
634 | 2024-04-03T07:26:52.739Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
635 | 2024-04-03T07:26:52.739Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
636 | 2024-04-03T07:26:52.739Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
637 | 2024-04-03T07:26:52.739Z | Local file: out/downloads/mgd.tar.gz |
638 | 2024-04-03T07:26:52.739Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
639 | 2024-04-03T07:26:52.739Z | + mkdir -p out/downloads |
640 | 2024-04-03T07:26:52.739Z | + mkdir -p ./out/mgd |
641 | 2024-04-03T07:26:52.749Z | + fetch_and_verify |
642 | 2024-04-03T07:26:52.749Z | + local DO_DOWNLOAD=true |
643 | 2024-04-03T07:26:52.749Z | + [[ -f out/downloads/mgd.tar.gz ]] |
644 | 2024-04-03T07:26:52.749Z | + '[' true == true ']' |
645 | 2024-04-03T07:26:52.750Z | + echo Downloading... |
646 | 2024-04-03T07:26:52.750Z | Downloading... |
647 | 2024-04-03T07:26:52.750Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
648 | 2024-04-03T07:26:52.750Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
649 | 2024-04-03T07:27:02.847Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
650 | 2024-04-03T07:27:03.288Z | ++ sha256sum |
651 | 2024-04-03T07:27:03.288Z | ++ awk '{print $1}' |
652 | 2024-04-03T07:27:03.708Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
653 | 2024-04-03T07:27:03.709Z | + [[ ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 != \d\d\c\1\9\d\a\8\9\3\2\e\0\f\f\4\a\9\1\d\e\a\1\3\9\3\6\9\b\b\5\b\7\2\9\7\4\8\b\d\f\6\9\8\2\2\3\b\c\2\7\1\7\a\4\a\b\e\a\8\9\e\d\6 ]] |
654 | 2024-04-03T07:27:03.709Z | + do_untar out/downloads/mgd.tar.gz |
655 | 2024-04-03T07:27:03.709Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
656 | 2024-04-03T07:27:04.149Z | + do_assemble |
657 | 2024-04-03T07:27:04.150Z | + rm -r ./out/mgd |
658 | 2024-04-03T07:27:04.150Z | + mkdir ./out/mgd |
659 | 2024-04-03T07:27:04.150Z | + cp -r out/downloads/root ./out/mgd/root |
660 | 2024-04-03T07:27:04.150Z | + set -o errexit |
661 | 2024-04-03T07:27:04.150Z | +++ dirname ./tools/ci_download_transceiver_control |
662 | 2024-04-03T07:27:04.151Z | ++ cd ./tools |
663 | 2024-04-03T07:27:04.151Z | ++ pwd |
664 | 2024-04-03T07:27:04.151Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
665 | 2024-04-03T07:27:04.151Z | ++ basename ./tools/ci_download_transceiver_control |
666 | 2024-04-03T07:27:04.151Z | + ARG0=ci_download_transceiver_control |
667 | 2024-04-03T07:27:04.151Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
668 | 2024-04-03T07:27:04.151Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-04-03T07:27:04.151Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
670 | 2024-04-03T07:27:04.151Z | + TARGET_DIR=out |
671 | 2024-04-03T07:27:04.151Z | + DOWNLOAD_DIR=out/downloads |
672 | 2024-04-03T07:27:04.152Z | + DEST_DIR=./out/transceiver-control |
673 | 2024-04-03T07:27:04.152Z | + BIN_DIR=/opt/oxide/bin |
674 | 2024-04-03T07:27:04.152Z | + BINARY=xcvradm |
675 | 2024-04-03T07:27:04.152Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
676 | 2024-04-03T07:27:04.152Z | + REPO=oxidecomputer/transceiver-control |
677 | 2024-04-03T07:27:04.152Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
678 | 2024-04-03T07:27:04.152Z | + main |
679 | 2024-04-03T07:27:04.152Z | + [[ 0 != 0 ]] |
680 | 2024-04-03T07:27:04.152Z | + CIDL_OS=solaris2.11 |
681 | 2024-04-03T07:27:04.153Z | + [[ 0 != 0 ]] |
682 | 2024-04-03T07:27:04.153Z | + configure_os solaris2.11 |
683 | 2024-04-03T07:27:04.153Z | + echo 'current directory: /work/oxidecomputer/omicron' |
684 | 2024-04-03T07:27:04.153Z | + echo 'configuring based on OS: "solaris2.11"' |
685 | 2024-04-03T07:27:04.153Z | current directory: /work/oxidecomputer/omicron |
686 | 2024-04-03T07:27:04.153Z | configuring based on OS: "solaris2.11" |
687 | 2024-04-03T07:27:04.153Z | + case "$1" in |
688 | 2024-04-03T07:27:04.153Z | + SET_BINARIES= |
689 | 2024-04-03T07:27:04.154Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
690 | 2024-04-03T07:27:04.154Z | + CIDL_SHA256FUNC=do_sha256sum |
691 | 2024-04-03T07:27:04.154Z | + ARCHIVE_FILENAME=xcvradm.gz |
692 | 2024-04-03T07:27:04.154Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2024-04-03T07:27:04.154Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
694 | 2024-04-03T07:27:04.155Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
695 | 2024-04-03T07:27:04.155Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
696 | 2024-04-03T07:27:04.155Z | + echo 'Local file: out/downloads/xcvradm.gz' |
697 | 2024-04-03T07:27:04.155Z | + mkdir -p out/downloads |
698 | 2024-04-03T07:27:04.155Z | Local file: out/downloads/xcvradm.gz |
699 | 2024-04-03T07:27:04.155Z | + mkdir -p ./out/transceiver-control |
700 | 2024-04-03T07:27:04.155Z | + fetch_and_verify |
701 | 2024-04-03T07:27:04.155Z | + local DO_DOWNLOAD=true |
702 | 2024-04-03T07:27:04.155Z | + [[ -f out/downloads/xcvradm.gz ]] |
703 | 2024-04-03T07:27:04.156Z | + '[' true == true ']' |
704 | 2024-04-03T07:27:04.156Z | + echo Downloading... |
705 | 2024-04-03T07:27:04.156Z | Downloading... |
706 | 2024-04-03T07:27:04.156Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
707 | 2024-04-03T07:27:04.156Z | + 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 |
708 | 2024-04-03T07:27:06.769Z | ++ do_sha256sum out/downloads/xcvradm.gz |
709 | 2024-04-03T07:27:06.797Z | ++ sha256sum |
710 | 2024-04-03T07:27:06.798Z | ++ awk '{print $1}' |
711 | 2024-04-03T07:27:06.799Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
712 | 2024-04-03T07:27:06.799Z | + [[ 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 ]] |
713 | 2024-04-03T07:27:06.801Z | + do_unpack out/downloads/xcvradm.gz |
714 | 2024-04-03T07:27:06.801Z | + mkdir -p out/downloads/root//opt/oxide/bin |
715 | 2024-04-03T07:27:06.801Z | + gzip -dc out/downloads/xcvradm.gz |
716 | 2024-04-03T07:27:06.864Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
717 | 2024-04-03T07:27:06.877Z | + do_assemble |
718 | 2024-04-03T07:27:06.877Z | + rm -r ./out/transceiver-control |
719 | 2024-04-03T07:27:06.878Z | + mkdir ./out/transceiver-control |
720 | 2024-04-03T07:27:06.878Z | + cp -r out/downloads/root ./out/transceiver-control/root |
721 | 2024-04-03T07:27:06.971Z | + set -o errexit |
722 | 2024-04-03T07:27:06.976Z | +++ dirname ./tools/ci_download_thundermuffin |
723 | 2024-04-03T07:27:06.976Z | ++ cd ./tools |
724 | 2024-04-03T07:27:06.976Z | ++ pwd |
725 | 2024-04-03T07:27:06.976Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
726 | 2024-04-03T07:27:06.977Z | ++ basename ./tools/ci_download_thundermuffin |
727 | 2024-04-03T07:27:07.000Z | + ARG0=ci_download_thundermuffin |
728 | 2024-04-03T07:27:07.000Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
729 | 2024-04-03T07:27:07.001Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
730 | 2024-04-03T07:27:07.001Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
731 | 2024-04-03T07:27:07.001Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
732 | 2024-04-03T07:27:07.001Z | + TARGET_DIR=out |
733 | 2024-04-03T07:27:07.001Z | + DOWNLOAD_DIR=out/downloads |
734 | 2024-04-03T07:27:07.002Z | + DEST_DIR=./out/thundermuffin |
735 | 2024-04-03T07:27:07.002Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
736 | 2024-04-03T07:27:07.002Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
737 | 2024-04-03T07:27:07.002Z | + REPO=oxidecomputer/thundermuffin |
738 | 2024-04-03T07:27:07.002Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
739 | 2024-04-03T07:27:07.002Z | + main |
740 | 2024-04-03T07:27:07.003Z | + rm -rf out/downloads/root |
741 | 2024-04-03T07:27:07.003Z | + [[ 0 != 0 ]] |
742 | 2024-04-03T07:27:07.003Z | + CIDL_OS=solaris2.11 |
743 | 2024-04-03T07:27:07.003Z | + [[ 0 != 0 ]] |
744 | 2024-04-03T07:27:07.003Z | + configure_os solaris2.11 |
745 | 2024-04-03T07:27:07.003Z | + echo 'current directory: /work/oxidecomputer/omicron' |
746 | 2024-04-03T07:27:07.003Z | + echo 'configuring based on OS: "solaris2.11"' |
747 | 2024-04-03T07:27:07.003Z | current directory: /work/oxidecomputer/omicron |
748 | 2024-04-03T07:27:07.003Z | + case "$1" in |
749 | 2024-04-03T07:27:07.004Z | + SET_BINARIES= |
750 | 2024-04-03T07:27:07.004Z | configuring based on OS: "solaris2.11" |
751 | 2024-04-03T07:27:07.004Z | + CIDL_SHA256FUNC=do_sha256sum |
752 | 2024-04-03T07:27:07.004Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
753 | 2024-04-03T07:27:07.004Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
754 | 2024-04-03T07:27:07.004Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
755 | 2024-04-03T07:27:07.005Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
756 | 2024-04-03T07:27:07.005Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
757 | 2024-04-03T07:27:07.005Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
758 | 2024-04-03T07:27:07.005Z | Local file: out/downloads/thundermuffin.tar.gz |
759 | 2024-04-03T07:27:07.005Z | + mkdir -p out/downloads |
760 | 2024-04-03T07:27:07.005Z | + mkdir -p ./out/thundermuffin |
761 | 2024-04-03T07:27:07.005Z | + fetch_and_verify |
762 | 2024-04-03T07:27:07.006Z | + local DO_DOWNLOAD=true |
763 | 2024-04-03T07:27:07.006Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
764 | 2024-04-03T07:27:07.006Z | + '[' true == true ']' |
765 | 2024-04-03T07:27:07.006Z | + echo Downloading... |
766 | 2024-04-03T07:27:07.006Z | Downloading... |
767 | 2024-04-03T07:27:07.006Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
768 | 2024-04-03T07:27:07.006Z | + 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 |
769 | 2024-04-03T07:27:08.902Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
770 | 2024-04-03T07:27:08.908Z | ++ sha256sum |
771 | 2024-04-03T07:27:08.908Z | ++ awk '{print $1}' |
772 | 2024-04-03T07:27:09.331Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
773 | 2024-04-03T07:27:09.331Z | + [[ 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 ]] |
774 | 2024-04-03T07:27:09.332Z | + do_untar out/downloads/thundermuffin.tar.gz |
775 | 2024-04-03T07:27:09.332Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
776 | 2024-04-03T07:27:09.353Z | + do_assemble |
777 | 2024-04-03T07:27:09.354Z | + rm -r ./out/thundermuffin |
778 | 2024-04-03T07:27:09.354Z | + mkdir ./out/thundermuffin |
779 | 2024-04-03T07:27:09.354Z | + cp -r out/downloads/root ./out/thundermuffin/root |
780 | 2024-04-03T07:27:09.354Z | All builder prerequisites installed successfully, and PATH looks valid |
781 | 2024-04-03T07:27:09.354Z | |
782 | 2024-04-03T07:27:09.354Z | real 2:02.379339508 |
783 | 2024-04-03T07:27:09.354Z | user 37.317761454 |
784 | 2024-04-03T07:27:09.354Z | sys 6.813665602 |
785 | 2024-04-03T07:27:09.355Z | trap 0.008253952 |
786 | 2024-04-03T07:27:09.355Z | tflt 0.207227144 |
787 | 2024-04-03T07:27:09.355Z | dflt 0.821442676 |
788 | 2024-04-03T07:27:09.355Z | kflt 0.257470765 |
789 | 2024-04-03T07:27:09.355Z | lock 1.069790199 |
790 | 2024-04-03T07:27:09.355Z | slp 4:19.121651073 |
791 | 2024-04-03T07:27:09.355Z | lat 1.967380371 |
792 | 2024-04-03T07:27:09.356Z | stop 0.147819486 |
793 | 2024-04-03T07:27:09.356Z | |
794 | 2024-04-03T07:27:09.356Z | #### # # ##### ##### # # |
795 | 2024-04-03T07:27:09.356Z | # # # # # # # # # # |
796 | 2024-04-03T07:27:09.356Z | # # # # # # # # |
797 | 2024-04-03T07:27:09.357Z | # # # ##### ##### # |
798 | 2024-04-03T07:27:09.357Z | # # # # # # # |
799 | 2024-04-03T07:27:09.357Z | #### ###### # # # # |
800 | 2024-04-03T07:27:09.357Z | |
801 | 2024-04-03T07:27:09.357Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
802 | 2024-04-03T07:27:10.032Z | Updating git repository `https://github.com/oxidecomputer/samael` |
803 | 2024-04-03T07:27:10.969Z | Updating git repository `https://github.com/oxidecomputer/zone` |
804 | 2024-04-03T07:27:11.767Z | Updating crates.io index |
805 | 2024-04-03T07:27:11.789Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
806 | 2024-04-03T07:27:13.773Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
807 | 2024-04-03T07:27:15.331Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
808 | 2024-04-03T07:27:19.972Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
809 | 2024-04-03T07:27:22.462Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
810 | 2024-04-03T07:27:23.170Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
811 | 2024-04-03T07:27:27.828Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
812 | 2024-04-03T07:27:32.038Z | Updating git repository `https://github.com/oxidecomputer/opte` |
813 | 2024-04-03T07:27:35.815Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
814 | 2024-04-03T07:27:38.854Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
815 | 2024-04-03T07:27:39.760Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
816 | 2024-04-03T07:27:41.208Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
817 | 2024-04-03T07:27:42.094Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
818 | 2024-04-03T07:27:42.849Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
819 | 2024-04-03T07:27:44.038Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
820 | 2024-04-03T07:27:44.815Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
821 | 2024-04-03T07:27:45.634Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
822 | 2024-04-03T07:27:46.338Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
823 | 2024-04-03T07:27:47.100Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
824 | 2024-04-03T07:27:47.861Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
825 | 2024-04-03T07:27:48.667Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
826 | 2024-04-03T07:27:49.311Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
827 | 2024-04-03T07:27:51.226Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
828 | 2024-04-03T07:27:52.248Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
829 | 2024-04-03T07:27:53.012Z | Updating git repository `https://github.com/jgallagher/nix` |
830 | 2024-04-03T07:27:57.382Z | Updating git repository `https://github.com/cbiffle/hubpack` |
831 | 2024-04-03T07:27:58.523Z | Updating git repository `https://github.com/oxidecomputer/typify` |
832 | 2024-04-03T07:28:01.496Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
833 | 2024-04-03T07:28:03.069Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
834 | 2024-04-03T07:28:05.040Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
835 | 2024-04-03T07:28:05.460Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
836 | 2024-04-03T07:28:07.701Z | Downloading crates ... |
837 | 2024-04-03T07:28:09.213Z | Downloaded anstyle v1.0.6 |
838 | 2024-04-03T07:28:09.213Z | Downloaded anstream v0.6.11 |
839 | 2024-04-03T07:28:09.214Z | Downloaded equivalent v1.0.1 |
840 | 2024-04-03T07:28:09.214Z | Downloaded serde_derive v1.0.197 |
841 | 2024-04-03T07:28:09.214Z | Downloaded autocfg v1.1.0 |
842 | 2024-04-03T07:28:09.214Z | Downloaded swrite v0.1.0 |
843 | 2024-04-03T07:28:09.214Z | Downloaded semver v1.0.22 |
844 | 2024-04-03T07:28:09.215Z | Downloaded memchr v2.7.1 |
845 | 2024-04-03T07:28:09.215Z | Downloaded colorchoice v1.0.0 |
846 | 2024-04-03T07:28:09.215Z | Downloaded serde_spanned v0.6.5 |
847 | 2024-04-03T07:28:09.215Z | Downloaded toml_datetime v0.6.5 |
848 | 2024-04-03T07:28:09.215Z | Downloaded anstyle-query v1.0.0 |
849 | 2024-04-03T07:28:09.215Z | Downloaded heck v0.4.1 |
850 | 2024-04-03T07:28:09.216Z | Downloaded thiserror-impl v1.0.57 |
851 | 2024-04-03T07:28:09.216Z | Downloaded fs-err v2.11.0 |
852 | 2024-04-03T07:28:09.216Z | Downloaded cargo_metadata v0.18.1 |
853 | 2024-04-03T07:28:09.216Z | Downloaded clap_lex v0.7.0 |
854 | 2024-04-03T07:28:09.216Z | Downloaded itoa v1.0.9 |
855 | 2024-04-03T07:28:09.216Z | Downloaded terminal_size v0.3.0 |
856 | 2024-04-03T07:28:09.216Z | Downloaded utf8parse v0.2.1 |
857 | 2024-04-03T07:28:09.217Z | Downloaded errno v0.3.8 |
858 | 2024-04-03T07:28:09.217Z | Downloaded anstyle-parse v0.2.1 |
859 | 2024-04-03T07:28:09.217Z | Downloaded quote v1.0.35 |
860 | 2024-04-03T07:28:09.217Z | Downloaded thiserror v1.0.57 |
861 | 2024-04-03T07:28:09.217Z | Downloaded cargo-platform v0.1.3 |
862 | 2024-04-03T07:28:09.217Z | Downloaded camino v1.1.6 |
863 | 2024-04-03T07:28:09.218Z | Downloaded clap_derive v4.5.0 |
864 | 2024-04-03T07:28:09.218Z | Downloaded cargo_toml v0.19.0 |
865 | 2024-04-03T07:28:09.218Z | Downloaded strsim v0.11.0 |
866 | 2024-04-03T07:28:09.218Z | Downloaded proc-macro2 v1.0.78 |
867 | 2024-04-03T07:28:09.218Z | Downloaded clap v4.5.1 |
868 | 2024-04-03T07:28:09.218Z | Downloaded unicode-ident v1.0.12 |
869 | 2024-04-03T07:28:09.218Z | Downloaded anyhow v1.0.79 |
870 | 2024-04-03T07:28:09.218Z | Downloaded toml v0.8.12 |
871 | 2024-04-03T07:28:09.219Z | Downloaded bitflags v2.4.2 |
872 | 2024-04-03T07:28:09.219Z | Downloaded indexmap v2.2.6 |
873 | 2024-04-03T07:28:09.219Z | Downloaded ryu v1.0.15 |
874 | 2024-04-03T07:28:09.219Z | Downloaded serde v1.0.197 |
875 | 2024-04-03T07:28:09.219Z | Downloaded toml_edit v0.22.9 |
876 | 2024-04-03T07:28:09.219Z | Downloaded winnow v0.6.1 |
877 | 2024-04-03T07:28:09.219Z | Downloaded clap_builder v4.5.1 |
878 | 2024-04-03T07:28:09.219Z | Downloaded serde_json v1.0.114 |
879 | 2024-04-03T07:28:09.220Z | Downloaded syn v2.0.52 |
880 | 2024-04-03T07:28:09.220Z | Downloaded rustix v0.38.31 |
881 | 2024-04-03T07:28:09.220Z | Downloaded libc v0.2.153 |
882 | 2024-04-03T07:28:09.220Z | Downloaded hashbrown v0.14.3 |
883 | 2024-04-03T07:28:09.220Z | Compiling proc-macro2 v1.0.78 |
884 | 2024-04-03T07:28:09.220Z | Compiling unicode-ident v1.0.12 |
885 | 2024-04-03T07:28:09.220Z | Compiling serde v1.0.197 |
886 | 2024-04-03T07:28:09.220Z | Compiling libc v0.2.153 |
887 | 2024-04-03T07:28:09.220Z | Compiling rustix v0.38.31 |
888 | 2024-04-03T07:28:09.221Z | Compiling equivalent v1.0.1 |
889 | 2024-04-03T07:28:09.221Z | Compiling bitflags v2.4.2 |
890 | 2024-04-03T07:28:09.221Z | Compiling hashbrown v0.14.3 |
891 | 2024-04-03T07:28:09.221Z | Compiling utf8parse v0.2.1 |
892 | 2024-04-03T07:28:09.221Z | Compiling colorchoice v1.0.0 |
893 | 2024-04-03T07:28:09.221Z | Compiling anstyle-parse v0.2.1 |
894 | 2024-04-03T07:28:09.221Z | Compiling autocfg v1.1.0 |
895 | 2024-04-03T07:28:09.221Z | Compiling semver v1.0.22 |
896 | 2024-04-03T07:28:09.222Z | Compiling serde_json v1.0.114 |
897 | 2024-04-03T07:28:09.249Z | Compiling winnow v0.6.1 |
898 | 2024-04-03T07:28:09.338Z | Compiling indexmap v2.2.6 |
899 | 2024-04-03T07:28:09.818Z | Compiling anstyle v1.0.6 |
900 | 2024-04-03T07:28:09.826Z | Compiling anstyle-query v1.0.0 |
901 | 2024-04-03T07:28:09.933Z | Compiling camino v1.1.6 |
902 | 2024-04-03T07:28:09.980Z | Compiling thiserror v1.0.57 |
903 | 2024-04-03T07:28:10.115Z | Compiling anstream v0.6.11 |
904 | 2024-04-03T07:28:10.228Z | Compiling fs-err v2.11.0 |
905 | 2024-04-03T07:28:10.466Z | Compiling heck v0.4.1 |
906 | 2024-04-03T07:28:10.515Z | Compiling strsim v0.11.0 |
907 | 2024-04-03T07:28:10.618Z | Compiling ryu v1.0.15 |
908 | 2024-04-03T07:28:10.632Z | Compiling itoa v1.0.9 |
909 | 2024-04-03T07:28:10.830Z | Compiling quote v1.0.35 |
910 | 2024-04-03T07:28:10.833Z | Compiling clap_lex v0.7.0 |
911 | 2024-04-03T07:28:10.929Z | Compiling anyhow v1.0.79 |
912 | 2024-04-03T07:28:11.319Z | Compiling syn v2.0.52 |
913 | 2024-04-03T07:28:11.446Z | Compiling errno v0.3.8 |
914 | 2024-04-03T07:28:11.465Z | Compiling swrite v0.1.0 |
915 | 2024-04-03T07:28:12.730Z | Compiling terminal_size v0.3.0 |
916 | 2024-04-03T07:28:12.753Z | Compiling clap_builder v4.5.1 |
917 | 2024-04-03T07:28:16.865Z | Compiling serde_derive v1.0.197 |
918 | 2024-04-03T07:28:16.866Z | Compiling thiserror-impl v1.0.57 |
919 | 2024-04-03T07:28:16.876Z | Compiling clap_derive v4.5.0 |
920 | 2024-04-03T07:28:21.543Z | Compiling clap v4.5.1 |
921 | 2024-04-03T07:28:24.270Z | Compiling serde_spanned v0.6.5 |
922 | 2024-04-03T07:28:24.290Z | Compiling toml_datetime v0.6.5 |
923 | 2024-04-03T07:28:24.290Z | Compiling cargo-platform v0.1.3 |
924 | 2024-04-03T07:28:24.474Z | Compiling toml_edit v0.22.9 |
925 | 2024-04-03T07:28:25.796Z | Compiling cargo_metadata v0.18.1 |
926 | 2024-04-03T07:28:26.465Z | Compiling toml v0.8.12 |
927 | 2024-04-03T07:28:27.213Z | Compiling cargo_toml v0.19.0 |
928 | 2024-04-03T07:28:30.762Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
929 | 2024-04-03T07:28:32.609Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 23s |
930 | 2024-04-03T07:28:32.826Z | Running `target/debug/xtask clippy` |
931 | 2024-04-03T07:28:32.872Z | running: "/home/build/.rustup/toolchains/1.76.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
932 | 2024-04-03T07:28:33.449Z | Downloading crates ... |
933 | 2024-04-03T07:28:33.557Z | Downloaded aead v0.5.2 |
934 | 2024-04-03T07:28:33.620Z | Downloaded arrayref v0.3.7 |
935 | 2024-04-03T07:28:33.621Z | Downloaded adler v1.0.2 |
936 | 2024-04-03T07:28:33.621Z | Downloaded anes v0.1.6 |
937 | 2024-04-03T07:28:33.621Z | Downloaded ascii v1.1.0 |
938 | 2024-04-03T07:28:33.621Z | Downloaded array-init v0.0.4 |
939 | 2024-04-03T07:28:33.621Z | Downloaded approx v0.5.1 |
940 | 2024-04-03T07:28:33.621Z | Downloaded crucible-workspace-hack v0.1.0 |
941 | 2024-04-03T07:28:33.621Z | Downloaded headers-core v0.2.0 |
942 | 2024-04-03T07:28:33.622Z | Downloaded bitstruct v0.1.1 |
943 | 2024-04-03T07:28:33.622Z | Downloaded hash32 v0.3.1 |
944 | 2024-04-03T07:28:33.622Z | Downloaded atomicwrites v0.4.3 |
945 | 2024-04-03T07:28:33.622Z | Downloaded async-stream-impl v0.3.5 |
946 | 2024-04-03T07:28:33.623Z | Downloaded ahash v0.8.8 |
947 | 2024-04-03T07:28:33.623Z | Downloaded bb8 v0.8.3 |
948 | 2024-04-03T07:28:33.623Z | Downloaded heck v0.3.3 |
949 | 2024-04-03T07:28:33.623Z | Downloaded arrayvec v0.7.4 |
950 | 2024-04-03T07:28:33.623Z | Downloaded bitstruct_derive v0.1.0 |
951 | 2024-04-03T07:28:33.623Z | Downloaded allocator-api2 v0.2.16 |
952 | 2024-04-03T07:28:33.623Z | Downloaded castaway v0.2.2 |
953 | 2024-04-03T07:28:33.624Z | Downloaded instant v0.1.12 |
954 | 2024-04-03T07:28:33.624Z | Downloaded block-padding v0.3.3 |
955 | 2024-04-03T07:28:33.624Z | Downloaded base16ct v0.2.0 |
956 | 2024-04-03T07:28:33.624Z | Downloaded async-recursion v1.0.5 |
957 | 2024-04-03T07:28:33.624Z | Downloaded is_ci v1.2.0 |
958 | 2024-04-03T07:28:33.624Z | Downloaded is-terminal v0.4.9 |
959 | 2024-04-03T07:28:33.624Z | Downloaded chacha20 v0.9.1 |
960 | 2024-04-03T07:28:33.624Z | Downloaded cfg-if v1.0.0 |
961 | 2024-04-03T07:28:33.648Z | Downloaded argon2 v0.5.3 |
962 | 2024-04-03T07:28:33.648Z | Downloaded ansi_term v0.12.1 |
963 | 2024-04-03T07:28:33.649Z | Downloaded inout v0.1.3 |
964 | 2024-04-03T07:28:33.649Z | Downloaded hashbrown v0.12.3 |
965 | 2024-04-03T07:28:33.649Z | Downloaded ipnetwork v0.20.0 |
966 | 2024-04-03T07:28:33.649Z | Downloaded hyper-staticfile v0.9.5 |
967 | 2024-04-03T07:28:33.649Z | Downloaded hyper-rustls v0.26.0 |
968 | 2024-04-03T07:28:33.649Z | Downloaded hubpack_derive v0.1.1 |
969 | 2024-04-03T07:28:33.650Z | Downloaded byteorder v1.5.0 |
970 | 2024-04-03T07:28:33.650Z | Downloaded bitfield v0.14.0 |
971 | 2024-04-03T07:28:33.669Z | Downloaded atty v0.2.14 |
972 | 2024-04-03T07:28:33.669Z | Downloaded httptest v0.15.5 |
973 | 2024-04-03T07:28:33.670Z | Downloaded arc-swap v1.6.0 |
974 | 2024-04-03T07:28:33.670Z | Downloaded async-stream v0.3.5 |
975 | 2024-04-03T07:28:33.671Z | Downloaded cassowary v0.3.0 |
976 | 2024-04-03T07:28:33.671Z | Downloaded ident_case v1.0.1 |
977 | 2024-04-03T07:28:33.671Z | Downloaded constant_time_eq v0.2.6 |
978 | 2024-04-03T07:28:33.671Z | Downloaded ipnet v2.9.0 |
979 | 2024-04-03T07:28:33.672Z | Downloaded constant_time_eq v0.3.0 |
980 | 2024-04-03T07:28:33.672Z | Downloaded http-range v0.1.5 |
981 | 2024-04-03T07:28:33.672Z | Downloaded http-body v1.0.0 |
982 | 2024-04-03T07:28:33.672Z | Downloaded cipher v0.4.4 |
983 | 2024-04-03T07:28:33.680Z | Downloaded heapless v0.7.16 |
984 | 2024-04-03T07:28:33.680Z | Downloaded headers v0.3.9 |
985 | 2024-04-03T07:28:33.680Z | Downloaded crc v3.0.1 |
986 | 2024-04-03T07:28:33.680Z | Downloaded keccak v0.1.4 |
987 | 2024-04-03T07:28:33.681Z | Downloaded iana-time-zone v0.1.57 |
988 | 2024-04-03T07:28:33.681Z | Downloaded hyper-util v0.1.2 |
989 | 2024-04-03T07:28:33.688Z | Downloaded signal-hook-tokio v0.3.1 |
990 | 2024-04-03T07:28:33.688Z | Downloaded matches v0.1.10 |
991 | 2024-04-03T07:28:33.689Z | Downloaded indexmap v1.9.3 |
992 | 2024-04-03T07:28:33.689Z | Downloaded bit-vec v0.6.3 |
993 | 2024-04-03T07:28:33.695Z | Downloaded ciborium-ll v0.2.2 |
994 | 2024-04-03T07:28:33.695Z | Downloaded cobs v0.2.3 |
995 | 2024-04-03T07:28:33.695Z | Downloaded cexpr v0.6.0 |
996 | 2024-04-03T07:28:33.696Z | Downloaded crc-catalog v2.2.0 |
997 | 2024-04-03T07:28:33.696Z | Downloaded bytecount v0.6.3 |
998 | 2024-04-03T07:28:33.696Z | Downloaded crossbeam-deque v0.8.3 |
999 | 2024-04-03T07:28:33.709Z | Downloaded newtype_derive v0.1.6 |
1000 | 2024-04-03T07:28:33.709Z | Downloaded nodrop v0.1.14 |
1001 | 2024-04-03T07:28:33.710Z | Downloaded convert_case v0.4.0 |
1002 | 2024-04-03T07:28:33.710Z | Downloaded nested v0.1.1 |
1003 | 2024-04-03T07:28:33.710Z | Downloaded heapless v0.8.0 |
1004 | 2024-04-03T07:28:33.710Z | Downloaded sync_wrapper v0.1.2 |
1005 | 2024-04-03T07:28:33.716Z | Downloaded blake2 v0.10.6 |
1006 | 2024-04-03T07:28:33.716Z | Downloaded indoc v2.0.3 |
1007 | 2024-04-03T07:28:33.716Z | Downloaded cookie_store v0.20.0 |
1008 | 2024-04-03T07:28:33.724Z | Downloaded rand_seeder v0.2.3 |
1009 | 2024-04-03T07:28:33.724Z | Downloaded impl-trait-for-tuples v0.2.2 |
1010 | 2024-04-03T07:28:33.724Z | Downloaded subtle v2.5.0 |
1011 | 2024-04-03T07:28:33.724Z | Downloaded hyper-rustls v0.24.2 |
1012 | 2024-04-03T07:28:33.731Z | Downloaded lru v0.12.1 |
1013 | 2024-04-03T07:28:33.731Z | Downloaded indoc v1.0.9 |
1014 | 2024-04-03T07:28:33.731Z | Downloaded libsw v3.3.1 |
1015 | 2024-04-03T07:28:33.749Z | Downloaded httparse v1.8.0 |
1016 | 2024-04-03T07:28:33.749Z | Downloaded cfg-expr v0.15.6 |
1017 | 2024-04-03T07:28:33.750Z | Downloaded usdt-macro v0.5.0 |
1018 | 2024-04-03T07:28:33.750Z | Downloaded serde-big-array v0.5.1 |
1019 | 2024-04-03T07:28:33.750Z | Downloaded vte_generate_state_changes v0.1.1 |
1020 | 2024-04-03T07:28:33.750Z | Downloaded mockall v0.12.0 |
1021 | 2024-04-03T07:28:33.750Z | Downloaded crc32fast v1.3.2 |
1022 | 2024-04-03T07:28:33.758Z | Downloaded serde_tokenstream v0.1.7 |
1023 | 2024-04-03T07:28:33.759Z | Downloaded slog-bunyan v2.5.0 |
1024 | 2024-04-03T07:28:33.759Z | Downloaded serde_tokenstream v0.2.0 |
1025 | 2024-04-03T07:28:33.759Z | Downloaded newline-converter v0.3.0 |
1026 | 2024-04-03T07:28:33.759Z | Downloaded nibble_vec v0.1.0 |
1027 | 2024-04-03T07:28:33.773Z | Downloaded multimap v0.10.0 |
1028 | 2024-04-03T07:28:33.774Z | Downloaded newtype-uuid v1.0.1 |
1029 | 2024-04-03T07:28:33.774Z | Downloaded nanorand v0.7.0 |
1030 | 2024-04-03T07:28:33.774Z | Downloaded curve25519-dalek-derive v0.1.0 |
1031 | 2024-04-03T07:28:33.774Z | Downloaded mime v0.3.17 |
1032 | 2024-04-03T07:28:33.774Z | Downloaded linear-map v1.2.0 |
1033 | 2024-04-03T07:28:33.774Z | Downloaded maplit v1.0.2 |
1034 | 2024-04-03T07:28:33.774Z | Downloaded rustls-pemfile v1.0.3 |
1035 | 2024-04-03T07:28:33.779Z | Downloaded supports-color v3.0.0 |
1036 | 2024-04-03T07:28:33.780Z | Downloaded smf v0.2.2 |
1037 | 2024-04-03T07:28:33.780Z | Downloaded dtrace-parser v0.2.0 |
1038 | 2024-04-03T07:28:33.780Z | Downloaded dtrace-parser v0.1.14 |
1039 | 2024-04-03T07:28:33.780Z | Downloaded downcast v0.11.0 |
1040 | 2024-04-03T07:28:33.780Z | Downloaded signature v1.6.4 |
1041 | 2024-04-03T07:28:33.780Z | Downloaded structmeta-derive v0.2.0 |
1042 | 2024-04-03T07:28:33.789Z | Downloaded libefi-sys v0.1.0 |
1043 | 2024-04-03T07:28:33.789Z | Downloaded structmeta-derive v0.3.0 |
1044 | 2024-04-03T07:28:33.789Z | Downloaded hashbrown v0.13.2 |
1045 | 2024-04-03T07:28:33.802Z | Downloaded phf_shared v0.10.0 |
1046 | 2024-04-03T07:28:33.803Z | Downloaded openssl-probe v0.1.5 |
1047 | 2024-04-03T07:28:33.803Z | Downloaded openssl-macros v0.1.1 |
1048 | 2024-04-03T07:28:33.803Z | Downloaded lock_api v0.4.10 |
1049 | 2024-04-03T07:28:33.803Z | Downloaded libloading v0.7.4 |
1050 | 2024-04-03T07:28:34.223Z | Downloaded tiny-keccak v2.0.2 |
1051 | 2024-04-03T07:28:34.223Z | Downloaded utf-8 v0.7.6 |
1052 | 2024-04-03T07:28:34.224Z | Downloaded sct v0.7.0 |
1053 | 2024-04-03T07:28:34.224Z | Downloaded wait-timeout v0.2.0 |
1054 | 2024-04-03T07:28:34.224Z | Downloaded universal-hash v0.5.1 |
1055 | 2024-04-03T07:28:34.224Z | Downloaded portpicker v0.1.1 |
1056 | 2024-04-03T07:28:34.224Z | Downloaded libtest-mimic v0.6.1 |
1057 | 2024-04-03T07:28:34.224Z | Downloaded console v0.15.8 |
1058 | 2024-04-03T07:28:34.224Z | Downloaded multer v3.0.0 |
1059 | 2024-04-03T07:28:34.225Z | Downloaded crossbeam-utils v0.8.19 |
1060 | 2024-04-03T07:28:34.225Z | Downloaded precomputed-hash v0.1.1 |
1061 | 2024-04-03T07:28:34.225Z | Downloaded rustc-demangle v0.1.23 |
1062 | 2024-04-03T07:28:34.225Z | Downloaded backtrace v0.3.69 |
1063 | 2024-04-03T07:28:34.225Z | Downloaded serde-big-array v0.4.1 |
1064 | 2024-04-03T07:28:34.225Z | Downloaded deranged v0.3.11 |
1065 | 2024-04-03T07:28:34.225Z | Downloaded defmt-parser v0.3.3 |
1066 | 2024-04-03T07:28:34.225Z | Downloaded crc-any v2.4.3 |
1067 | 2024-04-03T07:28:34.226Z | Downloaded xattr v1.0.1 |
1068 | 2024-04-03T07:28:34.226Z | Downloaded generic-array v0.14.7 |
1069 | 2024-04-03T07:28:34.226Z | Downloaded fixedbitset v0.4.2 |
1070 | 2024-04-03T07:28:34.226Z | Downloaded float-cmp v0.9.0 |
1071 | 2024-04-03T07:28:34.226Z | Downloaded flagset v0.4.3 |
1072 | 2024-04-03T07:28:34.226Z | Downloaded tinyvec_macros v0.1.1 |
1073 | 2024-04-03T07:28:34.226Z | Downloaded time-core v0.1.2 |
1074 | 2024-04-03T07:28:34.226Z | Downloaded strum v0.26.1 |
1075 | 2024-04-03T07:28:34.226Z | Downloaded want v0.3.1 |
1076 | 2024-04-03T07:28:34.226Z | Downloaded cc v1.0.83 |
1077 | 2024-04-03T07:28:34.227Z | Downloaded bytes v1.5.0 |
1078 | 2024-04-03T07:28:34.227Z | Downloaded parse-display v0.9.0 |
1079 | 2024-04-03T07:28:34.227Z | Downloaded tokio-tungstenite v0.21.0 |
1080 | 2024-04-03T07:28:34.227Z | Downloaded unicase v2.7.0 |
1081 | 2024-04-03T07:28:34.227Z | Downloaded miniz_oxide v0.7.1 |
1082 | 2024-04-03T07:28:34.227Z | Downloaded num-complex v0.4.4 |
1083 | 2024-04-03T07:28:34.228Z | Downloaded native-tls v0.2.11 |
1084 | 2024-04-03T07:28:34.228Z | Downloaded mime_guess v2.0.4 |
1085 | 2024-04-03T07:28:34.228Z | Downloaded plain v0.2.3 |
1086 | 2024-04-03T07:28:34.228Z | Downloaded paste v1.0.14 |
1087 | 2024-04-03T07:28:34.228Z | Downloaded pkg-config v0.3.27 |
1088 | 2024-04-03T07:28:34.228Z | Downloaded predicates-core v1.0.6 |
1089 | 2024-04-03T07:28:34.228Z | Downloaded powerfmt v0.2.0 |
1090 | 2024-04-03T07:28:34.228Z | Downloaded phf v0.11.2 |
1091 | 2024-04-03T07:28:34.228Z | Downloaded foreign-types v0.5.0 |
1092 | 2024-04-03T07:28:34.228Z | Downloaded foreign-types v0.3.2 |
1093 | 2024-04-03T07:28:34.229Z | Downloaded same-file v1.0.6 |
1094 | 2024-04-03T07:28:34.229Z | Downloaded pretty-hex v0.4.1 |
1095 | 2024-04-03T07:28:34.229Z | Downloaded der_derive v0.7.2 |
1096 | 2024-04-03T07:28:34.229Z | Downloaded const-oid v0.9.6 |
1097 | 2024-04-03T07:28:34.229Z | Downloaded scheduled-thread-pool v0.2.7 |
1098 | 2024-04-03T07:28:34.230Z | Downloaded semver-parser v0.10.2 |
1099 | 2024-04-03T07:28:34.230Z | Downloaded num_threads v0.1.6 |
1100 | 2024-04-03T07:28:34.230Z | Downloaded normalize-line-endings v0.3.0 |
1101 | 2024-04-03T07:28:34.230Z | Downloaded ron v0.7.1 |
1102 | 2024-04-03T07:28:34.230Z | Downloaded strip-ansi-escapes v0.2.0 |
1103 | 2024-04-03T07:28:34.230Z | Downloaded number_prefix v0.4.0 |
1104 | 2024-04-03T07:28:34.231Z | Downloaded structopt-derive v0.4.18 |
1105 | 2024-04-03T07:28:34.231Z | Downloaded strum_macros v0.24.3 |
1106 | 2024-04-03T07:28:34.231Z | Downloaded olpc-cjson v0.1.3 |
1107 | 2024-04-03T07:28:34.231Z | Downloaded threadpool v1.8.1 |
1108 | 2024-04-03T07:28:34.231Z | Downloaded thread-id v4.2.0 |
1109 | 2024-04-03T07:28:34.231Z | Downloaded scroll_derive v0.12.0 |
1110 | 2024-04-03T07:28:34.231Z | Downloaded time-macros v0.2.17 |
1111 | 2024-04-03T07:28:34.231Z | Downloaded tokio-stream v0.1.14 |
1112 | 2024-04-03T07:28:34.232Z | Downloaded walkdir v2.4.0 |
1113 | 2024-04-03T07:28:34.232Z | Downloaded peg-macros v0.8.2 |
1114 | 2024-04-03T07:28:34.232Z | Downloaded sigpipe v0.1.3 |
1115 | 2024-04-03T07:28:34.232Z | Downloaded unicode-linebreak v0.1.5 |
1116 | 2024-04-03T07:28:34.232Z | Downloaded strum_macros v0.25.2 |
1117 | 2024-04-03T07:28:34.232Z | Downloaded either v1.10.0 |
1118 | 2024-04-03T07:28:34.232Z | Downloaded embedded-io v0.4.0 |
1119 | 2024-04-03T07:28:34.233Z | Downloaded ed25519 v1.5.3 |
1120 | 2024-04-03T07:28:34.233Z | Downloaded sha1 v0.10.6 |
1121 | 2024-04-03T07:28:34.233Z | Downloaded tower-service v0.3.2 |
1122 | 2024-04-03T07:28:34.233Z | Downloaded stability v0.1.1 |
1123 | 2024-04-03T07:28:34.233Z | Downloaded darling_macro v0.20.3 |
1124 | 2024-04-03T07:28:34.233Z | Downloaded ppv-lite86 v0.2.17 |
1125 | 2024-04-03T07:28:34.233Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1126 | 2024-04-03T07:28:34.233Z | Downloaded num_enum v0.5.11 |
1127 | 2024-04-03T07:28:34.233Z | Downloaded futures-task v0.3.30 |
1128 | 2024-04-03T07:28:34.234Z | Downloaded foreign-types-macros v0.2.3 |
1129 | 2024-04-03T07:28:34.234Z | Downloaded crunchy v0.2.2 |
1130 | 2024-04-03T07:28:34.234Z | Downloaded zone_cfg_derive v0.1.2 |
1131 | 2024-04-03T07:28:34.234Z | Downloaded usdt-macro v0.3.5 |
1132 | 2024-04-03T07:28:34.234Z | Downloaded sha2 v0.10.8 |
1133 | 2024-04-03T07:28:34.234Z | Downloaded thread_local v1.1.7 |
1134 | 2024-04-03T07:28:34.235Z | Downloaded getopts v0.2.21 |
1135 | 2024-04-03T07:28:34.235Z | Downloaded fatfs v0.3.6 |
1136 | 2024-04-03T07:28:34.235Z | Downloaded rpassword v7.3.1 |
1137 | 2024-04-03T07:28:34.235Z | Downloaded rand_chacha v0.3.1 |
1138 | 2024-04-03T07:28:34.235Z | Downloaded pin-utils v0.1.0 |
1139 | 2024-04-03T07:28:34.235Z | Downloaded oorandom v11.1.3 |
1140 | 2024-04-03T07:28:34.236Z | Downloaded dirs-sys-next v0.1.2 |
1141 | 2024-04-03T07:28:34.236Z | Downloaded plotters-svg v0.3.5 |
1142 | 2024-04-03T07:28:34.236Z | Downloaded sec1 v0.7.3 |
1143 | 2024-04-03T07:28:34.236Z | Downloaded scopeguard v1.2.0 |
1144 | 2024-04-03T07:28:34.236Z | Downloaded secrecy v0.8.0 |
1145 | 2024-04-03T07:28:34.236Z | Downloaded unicode-width v0.1.11 |
1146 | 2024-04-03T07:28:34.236Z | Downloaded unsafe-libyaml v0.2.10 |
1147 | 2024-04-03T07:28:34.237Z | Downloaded similar-asserts v1.5.0 |
1148 | 2024-04-03T07:28:34.237Z | Downloaded sqlformat v0.2.3 |
1149 | 2024-04-03T07:28:34.237Z | Downloaded toml v0.5.11 |
1150 | 2024-04-03T07:28:34.271Z | Downloaded rstest v0.18.2 |
1151 | 2024-04-03T07:28:34.271Z | Downloaded csv-core v0.1.11 |
1152 | 2024-04-03T07:28:34.272Z | Downloaded spki v0.7.2 |
1153 | 2024-04-03T07:28:34.272Z | Downloaded data-encoding v2.4.0 |
1154 | 2024-04-03T07:28:34.272Z | Downloaded usdt-impl v0.5.0 |
1155 | 2024-04-03T07:28:34.272Z | Downloaded postcard v1.0.8 |
1156 | 2024-04-03T07:28:34.272Z | Downloaded tokio-native-tls v0.3.1 |
1157 | 2024-04-03T07:28:34.273Z | Downloaded pin-project-lite v0.2.13 |
1158 | 2024-04-03T07:28:34.273Z | Downloaded getrandom v0.2.12 |
1159 | 2024-04-03T07:28:34.273Z | Downloaded signature v2.1.0 |
1160 | 2024-04-03T07:28:34.274Z | Downloaded try-lock v0.2.4 |
1161 | 2024-04-03T07:28:34.274Z | Downloaded criterion v0.5.1 |
1162 | 2024-04-03T07:28:34.274Z | Downloaded num-iter v0.1.44 |
1163 | 2024-04-03T07:28:34.274Z | Downloaded num-integer v0.1.46 |
1164 | 2024-04-03T07:28:34.274Z | Downloaded dof v0.3.0 |
1165 | 2024-04-03T07:28:34.274Z | Downloaded peeking_take_while v0.1.2 |
1166 | 2024-04-03T07:28:34.274Z | Downloaded rustfmt-wrapper v0.2.0 |
1167 | 2024-04-03T07:28:34.275Z | Downloaded darling_macro v0.14.4 |
1168 | 2024-04-03T07:28:34.275Z | Downloaded packed_struct_codegen v0.10.1 |
1169 | 2024-04-03T07:28:34.275Z | Downloaded packed_struct v0.10.1 |
1170 | 2024-04-03T07:28:34.275Z | Downloaded scroll v0.12.0 |
1171 | 2024-04-03T07:28:34.275Z | Downloaded rand_core v0.6.4 |
1172 | 2024-04-03T07:28:34.275Z | Downloaded spin v0.9.8 |
1173 | 2024-04-03T07:28:34.275Z | Downloaded percent-encoding v2.3.1 |
1174 | 2024-04-03T07:28:34.275Z | Downloaded plotters-backend v0.3.5 |
1175 | 2024-04-03T07:28:34.276Z | Downloaded r2d2 v0.8.10 |
1176 | 2024-04-03T07:28:34.276Z | Downloaded rustc_version v0.4.0 |
1177 | 2024-04-03T07:28:34.276Z | Downloaded itertools v0.12.1 |
1178 | 2024-04-03T07:28:34.276Z | Downloaded string_cache v0.8.7 |
1179 | 2024-04-03T07:28:34.276Z | Downloaded darling v0.20.3 |
1180 | 2024-04-03T07:28:34.276Z | Downloaded tempdir v0.3.7 |
1181 | 2024-04-03T07:28:34.277Z | Downloaded env_logger v0.9.3 |
1182 | 2024-04-03T07:28:34.277Z | Downloaded der v0.7.8 |
1183 | 2024-04-03T07:28:34.277Z | Downloaded diesel_derives v2.1.2 |
1184 | 2024-04-03T07:28:34.277Z | Downloaded serde_arrays v0.1.0 |
1185 | 2024-04-03T07:28:34.277Z | Downloaded structopt v0.3.26 |
1186 | 2024-04-03T07:28:34.277Z | Downloaded zeroize v1.7.0 |
1187 | 2024-04-03T07:28:34.277Z | Downloaded guppy-workspace-hack v0.1.0 |
1188 | 2024-04-03T07:28:34.278Z | Downloaded oso-derive v0.27.0 |
1189 | 2024-04-03T07:28:34.278Z | Downloaded fxhash v0.2.1 |
1190 | 2024-04-03T07:28:34.278Z | Downloaded derive_builder_macro v0.12.0 |
1191 | 2024-04-03T07:28:34.278Z | Downloaded steno v0.4.0 |
1192 | 2024-04-03T07:28:34.278Z | Downloaded num-derive v0.4.0 |
1193 | 2024-04-03T07:28:34.278Z | Downloaded num-conv v0.1.0 |
1194 | 2024-04-03T07:28:34.278Z | Downloaded futures-timer v3.0.2 |
1195 | 2024-04-03T07:28:34.279Z | Downloaded openssl-sys v0.9.96 |
1196 | 2024-04-03T07:28:34.279Z | Downloaded unicode_categories v0.1.1 |
1197 | 2024-04-03T07:28:34.279Z | Downloaded futures-sink v0.3.30 |
1198 | 2024-04-03T07:28:34.279Z | Downloaded proc-macro-crate v1.3.1 |
1199 | 2024-04-03T07:28:34.279Z | Downloaded proc-macro-error-attr v1.0.4 |
1200 | 2024-04-03T07:28:34.279Z | Downloaded http v0.2.12 |
1201 | 2024-04-03T07:28:34.279Z | Downloaded yansi v0.5.1 |
1202 | 2024-04-03T07:28:34.280Z | Downloaded tabled_derive v0.7.0 |
1203 | 2024-04-03T07:28:34.280Z | Downloaded psl-types v2.0.11 |
1204 | 2024-04-03T07:28:34.280Z | Downloaded serde-hex v0.1.0 |
1205 | 2024-04-03T07:28:34.280Z | Downloaded relative-path v1.9.0 |
1206 | 2024-04-03T07:28:34.280Z | Downloaded ucd-trie v0.1.6 |
1207 | 2024-04-03T07:28:34.280Z | Downloaded typenum v1.16.0 |
1208 | 2024-04-03T07:28:34.281Z | Downloaded rusty-fork v0.3.0 |
1209 | 2024-04-03T07:28:34.281Z | Downloaded rustversion v1.0.14 |
1210 | 2024-04-03T07:28:34.281Z | Downloaded foreign-types-shared v0.3.1 |
1211 | 2024-04-03T07:28:34.281Z | Downloaded take_mut v0.2.2 |
1212 | 2024-04-03T07:28:34.281Z | Downloaded libm v0.2.7 |
1213 | 2024-04-03T07:28:34.281Z | Downloaded usdt-attr-macro v0.3.5 |
1214 | 2024-04-03T07:28:34.281Z | Downloaded filetime v0.2.23 |
1215 | 2024-04-03T07:28:34.281Z | Downloaded parse-size v1.0.0 |
1216 | 2024-04-03T07:28:34.281Z | Downloaded itertools v0.10.5 |
1217 | 2024-04-03T07:28:34.282Z | Downloaded toolchain_find v0.2.0 |
1218 | 2024-04-03T07:28:34.282Z | Downloaded num-rational v0.4.1 |
1219 | 2024-04-03T07:28:34.282Z | Downloaded prettyplease v0.2.16 |
1220 | 2024-04-03T07:28:34.282Z | Downloaded num-bigint v0.4.4 |
1221 | 2024-04-03T07:28:34.282Z | Downloaded rustls-pki-types v1.3.0 |
1222 | 2024-04-03T07:28:34.282Z | Downloaded ref-cast v1.0.20 |
1223 | 2024-04-03T07:28:34.282Z | Downloaded proc-macro-error v1.0.4 |
1224 | 2024-04-03T07:28:34.282Z | Downloaded similar v2.4.0 |
1225 | 2024-04-03T07:28:34.282Z | Downloaded pretty-hex v0.2.1 |
1226 | 2024-04-03T07:28:34.282Z | Downloaded hyper v1.1.0 |
1227 | 2024-04-03T07:28:34.283Z | Downloaded usdt v0.5.0 |
1228 | 2024-04-03T07:28:34.283Z | Downloaded pretty_assertions v1.4.0 |
1229 | 2024-04-03T07:28:34.283Z | Downloaded slog-term v2.9.0 |
1230 | 2024-04-03T07:28:34.283Z | Downloaded rand v0.8.5 |
1231 | 2024-04-03T07:28:34.283Z | Downloaded termcolor v1.2.0 |
1232 | 2024-04-03T07:28:34.283Z | Downloaded gethostname v0.4.3 |
1233 | 2024-04-03T07:28:34.283Z | Downloaded digest v0.10.7 |
1234 | 2024-04-03T07:28:34.283Z | Downloaded ref-cast-impl v1.0.20 |
1235 | 2024-04-03T07:28:34.283Z | Downloaded difflib v0.4.0 |
1236 | 2024-04-03T07:28:34.283Z | Downloaded version_check v0.9.4 |
1237 | 2024-04-03T07:28:34.284Z | Downloaded doc-comment v0.3.3 |
1238 | 2024-04-03T07:28:34.284Z | Downloaded opaque-debug v0.3.0 |
1239 | 2024-04-03T07:28:34.284Z | Downloaded parking_lot_core v0.9.8 |
1240 | 2024-04-03T07:28:34.284Z | Downloaded zerocopy v0.6.4 |
1241 | 2024-04-03T07:28:34.284Z | Downloaded glob v0.3.1 |
1242 | 2024-04-03T07:28:34.284Z | Downloaded owo-colors v4.0.0 |
1243 | 2024-04-03T07:28:34.284Z | Downloaded strsim v0.8.0 |
1244 | 2024-04-03T07:28:34.285Z | Downloaded static_assertions v1.1.0 |
1245 | 2024-04-03T07:28:34.285Z | Downloaded stable_deref_trait v1.2.0 |
1246 | 2024-04-03T07:28:34.285Z | Downloaded parking_lot v0.12.1 |
1247 | 2024-04-03T07:28:34.299Z | Downloaded serde_with_macros v3.6.1 |
1248 | 2024-04-03T07:28:34.299Z | Downloaded parse-display-derive v0.9.0 |
1249 | 2024-04-03T07:28:34.299Z | Downloaded tap v1.0.1 |
1250 | 2024-04-03T07:28:34.300Z | Downloaded endian-type v0.1.2 |
1251 | 2024-04-03T07:28:34.300Z | Downloaded pest_meta v2.7.6 |
1252 | 2024-04-03T07:28:34.300Z | Downloaded slog-envlogger v2.2.0 |
1253 | 2024-04-03T07:28:34.300Z | Downloaded yasna v0.5.2 |
1254 | 2024-04-03T07:28:34.300Z | Downloaded tower-layer v0.3.2 |
1255 | 2024-04-03T07:28:34.301Z | Downloaded strum_macros v0.26.1 |
1256 | 2024-04-03T07:28:34.301Z | Downloaded tracing-core v0.1.32 |
1257 | 2024-04-03T07:28:34.301Z | Downloaded futures-io v0.3.30 |
1258 | 2024-04-03T07:28:34.301Z | Downloaded unicode-segmentation v1.10.1 |
1259 | 2024-04-03T07:28:34.301Z | Downloaded termtree v0.4.1 |
1260 | 2024-04-03T07:28:34.302Z | Downloaded resolv-conf v0.7.0 |
1261 | 2024-04-03T07:28:34.302Z | Downloaded path-slash v0.1.5 |
1262 | 2024-04-03T07:28:34.302Z | Downloaded target-lexicon v0.12.13 |
1263 | 2024-04-03T07:28:34.302Z | Downloaded derive_builder_core v0.12.0 |
1264 | 2024-04-03T07:28:34.302Z | Downloaded termios v0.3.3 |
1265 | 2024-04-03T07:28:34.302Z | Downloaded enum-as-inner v0.5.1 |
1266 | 2024-04-03T07:28:34.302Z | Downloaded structmeta v0.3.0 |
1267 | 2024-04-03T07:28:34.302Z | Downloaded semver v0.1.20 |
1268 | 2024-04-03T07:28:34.302Z | Downloaded display-error-chain v0.2.0 |
1269 | 2024-04-03T07:28:34.303Z | Downloaded dirs-next v2.0.0 |
1270 | 2024-04-03T07:28:34.309Z | Downloaded peg-runtime v0.8.2 |
1271 | 2024-04-03T07:28:34.309Z | Downloaded pathdiff v0.2.1 |
1272 | 2024-04-03T07:28:34.309Z | Downloaded rustls-pemfile v2.1.1 |
1273 | 2024-04-03T07:28:34.310Z | Downloaded darling_core v0.20.3 |
1274 | 2024-04-03T07:28:34.310Z | Downloaded schemars_derive v0.8.16 |
1275 | 2024-04-03T07:28:34.310Z | Downloaded whoami v1.5.0 |
1276 | 2024-04-03T07:28:34.324Z | Downloaded thiserror-impl-no-std v2.0.2 |
1277 | 2024-04-03T07:28:34.325Z | Downloaded darling_core v0.14.4 |
1278 | 2024-04-03T07:28:34.325Z | Downloaded papergrid v0.11.0 |
1279 | 2024-04-03T07:28:34.335Z | Downloaded topological-sort v0.2.2 |
1280 | 2024-04-03T07:28:34.335Z | Downloaded num v0.4.1 |
1281 | 2024-04-03T07:28:34.335Z | Downloaded foreign-types-shared v0.1.1 |
1282 | 2024-04-03T07:28:34.336Z | Downloaded predicates-tree v1.0.9 |
1283 | 2024-04-03T07:28:34.336Z | Downloaded partial-io v0.5.4 |
1284 | 2024-04-03T07:28:34.355Z | Downloaded which v4.4.0 |
1285 | 2024-04-03T07:28:34.355Z | Downloaded diff v0.1.13 |
1286 | 2024-04-03T07:28:34.355Z | Downloaded ena v0.14.2 |
1287 | 2024-04-03T07:28:34.355Z | Downloaded parking_lot_core v0.8.6 |
1288 | 2024-04-03T07:28:34.355Z | Downloaded rustc-hash v1.1.0 |
1289 | 2024-04-03T07:28:34.370Z | Downloaded platforms v3.0.2 |
1290 | 2024-04-03T07:28:34.371Z | Downloaded spin v0.5.2 |
1291 | 2024-04-03T07:28:34.371Z | Downloaded zerocopy v0.3.0 |
1292 | 2024-04-03T07:28:34.371Z | Downloaded poly1305 v0.8.0 |
1293 | 2024-04-03T07:28:34.372Z | Downloaded futures-channel v0.3.30 |
1294 | 2024-04-03T07:28:34.372Z | Downloaded dof v0.1.5 |
1295 | 2024-04-03T07:28:34.372Z | Downloaded pest v2.7.6 |
1296 | 2024-04-03T07:28:34.372Z | Downloaded form_urlencoded v1.2.1 |
1297 | 2024-04-03T07:28:34.372Z | Downloaded peg v0.8.2 |
1298 | 2024-04-03T07:28:34.372Z | Downloaded semver v0.11.0 |
1299 | 2024-04-03T07:28:34.373Z | Downloaded num-bigint-dig v0.8.4 |
1300 | 2024-04-03T07:28:34.379Z | Downloaded slab v0.4.9 |
1301 | 2024-04-03T07:28:34.380Z | Downloaded untrusted v0.9.0 |
1302 | 2024-04-03T07:28:34.380Z | Downloaded blake3 v1.5.0 |
1303 | 2024-04-03T07:28:34.393Z | Downloaded shlex v1.3.0 |
1304 | 2024-04-03T07:28:34.394Z | Downloaded smallvec v0.6.14 |
1305 | 2024-04-03T07:28:34.404Z | Downloaded hkdf v0.12.4 |
1306 | 2024-04-03T07:28:34.404Z | Downloaded usdt v0.3.5 |
1307 | 2024-04-03T07:28:34.404Z | Downloaded structmeta v0.2.0 |
1308 | 2024-04-03T07:28:34.404Z | Downloaded trust-dns-client v0.22.0 |
1309 | 2024-04-03T07:28:34.405Z | Downloaded crypto-common v0.1.6 |
1310 | 2024-04-03T07:28:34.405Z | Downloaded futures-core v0.3.30 |
1311 | 2024-04-03T07:28:34.405Z | Downloaded slog-json v2.6.1 |
1312 | 2024-04-03T07:28:34.405Z | Downloaded fd-lock v3.0.13 |
1313 | 2024-04-03T07:28:34.412Z | Downloaded smallvec v1.13.1 |
1314 | 2024-04-03T07:28:34.413Z | Downloaded pem v3.0.2 |
1315 | 2024-04-03T07:28:34.413Z | Downloaded fd-lock v4.0.2 |
1316 | 2024-04-03T07:28:34.413Z | Downloaded pin-project-internal v1.1.3 |
1317 | 2024-04-03T07:28:34.434Z | Downloaded serde_yaml v0.9.25 |
1318 | 2024-04-03T07:28:34.434Z | Downloaded tungstenite v0.21.0 |
1319 | 2024-04-03T07:28:34.451Z | Downloaded tungstenite v0.20.1 |
1320 | 2024-04-03T07:28:34.451Z | Downloaded oso v0.27.0 |
1321 | 2024-04-03T07:28:34.451Z | Downloaded serde_path_to_error v0.1.16 |
1322 | 2024-04-03T07:28:34.451Z | Downloaded shell-words v1.1.0 |
1323 | 2024-04-03T07:28:34.452Z | Downloaded fastrand v2.0.1 |
1324 | 2024-04-03T07:28:34.452Z | Downloaded zeroize_derive v1.4.2 |
1325 | 2024-04-03T07:28:34.452Z | Downloaded zone v0.1.8 |
1326 | 2024-04-03T07:28:34.453Z | Downloaded serde_derive_internals v0.26.0 |
1327 | 2024-04-03T07:28:34.453Z | Downloaded untrusted v0.7.1 |
1328 | 2024-04-03T07:28:34.453Z | Downloaded password-hash v0.5.0 |
1329 | 2024-04-03T07:28:34.453Z | Downloaded bitvec v1.0.1 |
1330 | 2024-04-03T07:28:34.469Z | Downloaded pest_derive v2.7.6 |
1331 | 2024-04-03T07:28:34.470Z | Downloaded futures v0.3.30 |
1332 | 2024-04-03T07:28:34.481Z | Downloaded num-traits v0.2.18 |
1333 | 2024-04-03T07:28:34.481Z | Downloaded trust-dns-resolver v0.22.0 |
1334 | 2024-04-03T07:28:34.482Z | Downloaded nom v7.1.3 |
1335 | 2024-04-03T07:28:34.482Z | Downloaded defmt v0.3.5 |
1336 | 2024-04-03T07:28:34.490Z | Downloaded ron v0.8.1 |
1337 | 2024-04-03T07:28:34.490Z | Downloaded pkcs8 v0.10.2 |
1338 | 2024-04-03T07:28:34.496Z | Downloaded trust-dns-server v0.22.1 |
1339 | 2024-04-03T07:28:34.497Z | Downloaded toml v0.7.8 |
1340 | 2024-04-03T07:28:34.515Z | Downloaded signal-hook v0.3.17 |
1341 | 2024-04-03T07:28:34.515Z | Downloaded clap v2.34.0 |
1342 | 2024-04-03T07:28:34.542Z | Downloaded rand v0.4.6 |
1343 | 2024-04-03T07:28:34.542Z | Downloaded half v2.3.1 |
1344 | 2024-04-03T07:28:34.543Z | Downloaded unicode-normalization v0.1.22 |
1345 | 2024-04-03T07:28:34.543Z | Downloaded h2 v0.3.24 |
1346 | 2024-04-03T07:28:34.554Z | Downloaded tokio-postgres v0.7.10 |
1347 | 2024-04-03T07:28:34.555Z | Downloaded bindgen v0.69.2 |
1348 | 2024-04-03T07:28:34.555Z | Downloaded salty v0.2.0 |
1349 | 2024-04-03T07:28:34.555Z | Downloaded rustyline v13.0.0 |
1350 | 2024-04-03T07:28:34.564Z | Downloaded typed-path v0.7.0 |
1351 | 2024-04-03T07:28:34.986Z | Downloaded tower v0.4.13 |
1352 | 2024-04-03T07:28:35.002Z | Downloaded regex-automata v0.1.10 |
1353 | 2024-04-03T07:28:35.002Z | Downloaded toml_edit v0.19.15 |
1354 | 2024-04-03T07:28:35.002Z | Downloaded portable-atomic v1.4.3 |
1355 | 2024-04-03T07:28:35.002Z | Downloaded goblin v0.8.0 |
1356 | 2024-04-03T07:28:35.002Z | Downloaded sqlparser v0.43.1 |
1357 | 2024-04-03T07:28:35.002Z | Downloaded syn v1.0.109 |
1358 | 2024-04-03T07:28:35.002Z | Downloaded tough v0.16.0 |
1359 | 2024-04-03T07:28:35.002Z | Downloaded guppy v0.17.5 |
1360 | 2024-04-03T07:28:35.003Z | Downloaded serde_with v3.6.1 |
1361 | 2024-04-03T07:28:35.003Z | Downloaded rustls-webpki v0.101.7 |
1362 | 2024-04-03T07:28:35.003Z | Downloaded zerocopy v0.7.32 |
1363 | 2024-04-03T07:28:35.003Z | Downloaded winnow v0.5.15 |
1364 | 2024-04-03T07:28:35.003Z | Downloaded object v0.32.1 |
1365 | 2024-04-03T07:28:35.003Z | Downloaded vcpkg v0.2.15 |
1366 | 2024-04-03T07:28:35.003Z | Downloaded rayon v1.9.0 |
1367 | 2024-04-03T07:28:35.003Z | Downloaded bstr v1.9.0 |
1368 | 2024-04-03T07:28:35.003Z | Downloaded openssl v0.10.60 |
1369 | 2024-04-03T07:28:35.003Z | Downloaded gimli v0.28.0 |
1370 | 2024-04-03T07:28:35.003Z | Downloaded polar-core v0.27.0 |
1371 | 2024-04-03T07:28:35.004Z | Downloaded trust-dns-proto v0.22.0 |
1372 | 2024-04-03T07:28:35.004Z | Downloaded diesel v2.1.5 |
1373 | 2024-04-03T07:28:35.004Z | Downloaded regex-syntax v0.8.2 |
1374 | 2024-04-03T07:28:35.004Z | Downloaded bstr v0.2.17 |
1375 | 2024-04-03T07:28:35.004Z | Downloaded openapiv3 v2.0.0 |
1376 | 2024-04-03T07:28:35.004Z | Downloaded rustls v0.21.9 |
1377 | 2024-04-03T07:28:35.004Z | Downloaded ratatui v0.26.1 |
1378 | 2024-04-03T07:28:35.004Z | Downloaded regex-syntax v0.6.29 |
1379 | 2024-04-03T07:28:35.004Z | Downloaded sled v0.34.7 |
1380 | 2024-04-03T07:28:35.004Z | Downloaded zerocopy-derive v0.2.0 |
1381 | 2024-04-03T07:28:35.004Z | Downloaded zerocopy-derive v0.6.4 |
1382 | 2024-04-03T07:28:35.005Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1383 | 2024-04-03T07:28:35.005Z | Downloaded regex-automata v0.4.5 |
1384 | 2024-04-03T07:28:35.005Z | Downloaded curve25519-dalek v4.1.1 |
1385 | 2024-04-03T07:28:35.005Z | Downloaded smoltcp v0.11.0 |
1386 | 2024-04-03T07:28:35.005Z | Downloaded rustls v0.22.2 |
1387 | 2024-04-03T07:28:35.424Z | Downloaded tokio v1.36.0 |
1388 | 2024-04-03T07:28:35.436Z | Downloaded sha3 v0.10.8 |
1389 | 2024-04-03T07:28:35.436Z | Downloaded regress v0.9.0 |
1390 | 2024-04-03T07:28:35.436Z | Downloaded reqwest v0.11.24 |
1391 | 2024-04-03T07:28:35.436Z | Downloaded csv v1.3.0 |
1392 | 2024-04-03T07:28:35.436Z | Downloaded webpki-roots v0.25.2 |
1393 | 2024-04-03T07:28:35.436Z | Downloaded object v0.30.4 |
1394 | 2024-04-03T07:28:35.436Z | Downloaded nix v0.27.1 |
1395 | 2024-04-03T07:28:35.437Z | Downloaded proptest v1.4.0 |
1396 | 2024-04-03T07:28:35.437Z | Downloaded petgraph v0.6.4 |
1397 | 2024-04-03T07:28:35.437Z | Downloaded smoltcp v0.9.1 |
1398 | 2024-04-03T07:28:35.437Z | Downloaded tabled v0.15.0 |
1399 | 2024-04-03T07:28:35.437Z | Downloaded encoding_rs v0.8.33 |
1400 | 2024-04-03T07:28:35.437Z | Downloaded radix_trie v0.2.1 |
1401 | 2024-04-03T07:28:35.437Z | Downloaded idna v0.5.0 |
1402 | 2024-04-03T07:28:35.438Z | Downloaded ring v0.17.8 |
1403 | 2024-04-03T07:28:35.438Z | Downloaded idna v0.2.3 |
1404 | 2024-04-03T07:28:35.438Z | Downloaded rustls-webpki v0.102.1 |
1405 | 2024-04-03T07:28:35.438Z | Downloaded lalrpop v0.19.12 |
1406 | 2024-04-03T07:28:35.438Z | Downloaded idna v0.3.0 |
1407 | 2024-04-03T07:28:35.438Z | Downloaded reedline v0.30.0 |
1408 | 2024-04-03T07:28:35.438Z | Downloaded quick-xml v0.30.0 |
1409 | 2024-04-03T07:28:35.439Z | Downloaded plotters v0.3.5 |
1410 | 2024-04-03T07:28:35.439Z | Downloaded regex v1.10.4 |
1411 | 2024-04-03T07:28:35.439Z | Downloaded futures-util v0.3.30 |
1412 | 2024-04-03T07:28:35.439Z | Downloaded chrono v0.4.34 |
1413 | 2024-04-03T07:28:35.439Z | Downloaded hyper v0.14.28 |
1414 | 2024-04-03T07:28:35.440Z | Downloaded publicsuffix v2.2.3 |
1415 | 2024-04-03T07:28:35.440Z | Downloaded time v0.3.34 |
1416 | 2024-04-03T07:28:35.440Z | Downloaded remove_dir_all v0.5.3 |
1417 | 2024-04-03T07:28:35.440Z | Downloaded zerocopy-derive v0.7.32 |
1418 | 2024-04-03T07:28:35.440Z | Downloaded test-strategy v0.3.1 |
1419 | 2024-04-03T07:28:35.440Z | Downloaded pin-project v1.1.3 |
1420 | 2024-04-03T07:28:35.440Z | Downloaded serde_urlencoded v0.7.1 |
1421 | 2024-04-03T07:28:35.440Z | Downloaded tokio-rustls v0.25.0 |
1422 | 2024-04-03T07:28:35.441Z | Downloaded tokio-rustls v0.24.1 |
1423 | 2024-04-03T07:28:35.441Z | Downloaded crypto-bigint v0.5.2 |
1424 | 2024-04-03T07:28:35.441Z | Downloaded radium v0.7.0 |
1425 | 2024-04-03T07:28:35.441Z | Downloaded quick-error v1.2.3 |
1426 | 2024-04-03T07:28:35.441Z | Downloaded unicode-xid v0.2.4 |
1427 | 2024-04-03T07:28:35.441Z | Downloaded unarray v0.1.4 |
1428 | 2024-04-03T07:28:35.442Z | Downloaded rust-argon2 v2.1.0 |
1429 | 2024-04-03T07:28:35.442Z | Downloaded nu-ansi-term v0.50.0 |
1430 | 2024-04-03T07:28:35.442Z | Downloaded hash32 v0.2.1 |
1431 | 2024-04-03T07:28:35.442Z | Downloaded uuid v1.7.0 |
1432 | 2024-04-03T07:28:35.442Z | Downloaded tar v0.4.40 |
1433 | 2024-04-03T07:28:35.442Z | Downloaded url v2.5.0 |
1434 | 2024-04-03T07:28:35.453Z | Downloaded tracing v0.1.40 |
1435 | 2024-04-03T07:28:35.453Z | Downloaded rcgen v0.12.1 |
1436 | 2024-04-03T07:28:35.453Z | Downloaded snafu v0.7.5 |
1437 | 2024-04-03T07:28:35.454Z | Downloaded phf_shared v0.11.2 |
1438 | 2024-04-03T07:28:35.454Z | Downloaded expectorate v1.1.0 |
1439 | 2024-04-03T07:28:35.454Z | Downloaded derive_more v0.99.17 |
1440 | 2024-04-03T07:28:35.466Z | Downloaded subprocess v0.2.9 |
1441 | 2024-04-03T07:28:35.467Z | Downloaded derive_builder v0.12.0 |
1442 | 2024-04-03T07:28:35.467Z | Downloaded tokio-util v0.7.10 |
1443 | 2024-04-03T07:28:35.470Z | Downloaded cstr-argument v0.1.2 |
1444 | 2024-04-03T07:28:35.471Z | Downloaded slog-stdlog v4.1.1 |
1445 | 2024-04-03T07:28:35.471Z | Downloaded env_logger v0.10.0 |
1446 | 2024-04-03T07:28:35.475Z | Downloaded libxml v0.3.3 |
1447 | 2024-04-03T07:28:35.479Z | Downloaded ff v0.13.0 |
1448 | 2024-04-03T07:28:35.479Z | Downloaded tabwriter v1.4.0 |
1449 | 2024-04-03T07:28:35.484Z | Downloaded tempfile v3.10.0 |
1450 | 2024-04-03T07:28:35.484Z | Downloaded x509-cert v0.2.4 |
1451 | 2024-04-03T07:28:35.488Z | Downloaded aho-corasick v1.1.2 |
1452 | 2024-04-03T07:28:35.495Z | Downloaded strsim v0.10.0 |
1453 | 2024-04-03T07:28:35.502Z | Downloaded siphasher v0.3.11 |
1454 | 2024-04-03T07:28:35.502Z | Downloaded crossterm v0.27.0 |
1455 | 2024-04-03T07:28:35.506Z | Downloaded synstructure v0.12.6 |
1456 | 2024-04-03T07:28:35.507Z | Downloaded slog-scope v4.4.0 |
1457 | 2024-04-03T07:28:35.507Z | Downloaded mio v0.8.11 |
1458 | 2024-04-03T07:28:35.513Z | Downloaded ring v0.16.20 |
1459 | 2024-04-03T07:28:35.594Z | Downloaded minimal-lexical v0.2.1 |
1460 | 2024-04-03T07:28:35.602Z | Downloaded pest_generator v2.7.6 |
1461 | 2024-04-03T07:28:35.602Z | Downloaded debug-ignore v1.0.5 |
1462 | 2024-04-03T07:28:35.602Z | Downloaded datatest-stable v0.2.3 |
1463 | 2024-04-03T07:28:35.616Z | Downloaded parking_lot v0.11.2 |
1464 | 2024-04-03T07:28:35.616Z | Downloaded omicron-zone-package v0.11.0 |
1465 | 2024-04-03T07:28:35.616Z | Downloaded futures-macro v0.3.30 |
1466 | 2024-04-03T07:28:35.616Z | Downloaded funty v2.0.0 |
1467 | 2024-04-03T07:28:35.616Z | Downloaded fallible-iterator v0.2.0 |
1468 | 2024-04-03T07:28:35.616Z | Downloaded vec_map v0.8.2 |
1469 | 2024-04-03T07:28:36.074Z | Downloaded tui-tree-widget v0.19.0 |
1470 | 2024-04-03T07:28:36.074Z | Downloaded fragile v2.0.0 |
1471 | 2024-04-03T07:28:36.075Z | Downloaded erased-serde v0.3.31 |
1472 | 2024-04-03T07:28:36.075Z | Downloaded uuid v0.8.2 |
1473 | 2024-04-03T07:28:36.075Z | Downloaded socket2 v0.5.5 |
1474 | 2024-04-03T07:28:36.076Z | Downloaded unicode-bidi v0.3.15 |
1475 | 2024-04-03T07:28:36.076Z | Downloaded stringprep v0.1.3 |
1476 | 2024-04-03T07:28:36.076Z | Downloaded signal-hook-registry v1.4.1 |
1477 | 2024-04-03T07:28:36.076Z | Downloaded tracing-attributes v0.1.27 |
1478 | 2024-04-03T07:28:36.077Z | Downloaded rstest_macros v0.18.2 |
1479 | 2024-04-03T07:28:36.077Z | Downloaded flate2 v1.0.28 |
1480 | 2024-04-03T07:28:36.077Z | Downloaded target-spec v3.1.0 |
1481 | 2024-04-03T07:28:36.077Z | Downloaded signal-hook-mio v0.2.3 |
1482 | 2024-04-03T07:28:36.078Z | Downloaded elliptic-curve v0.13.8 |
1483 | 2024-04-03T07:28:36.078Z | Downloaded rustc_version v0.1.7 |
1484 | 2024-04-03T07:28:36.078Z | Downloaded rsa v0.9.2 |
1485 | 2024-04-03T07:28:36.502Z | Downloaded term v0.7.0 |
1486 | 2024-04-03T07:28:36.502Z | Downloaded pem-rfc7468 v0.7.0 |
1487 | 2024-04-03T07:28:36.503Z | Downloaded group v0.13.0 |
1488 | 2024-04-03T07:28:36.503Z | Downloaded futures-executor v0.3.30 |
1489 | 2024-04-03T07:28:36.503Z | Downloaded tinyvec v1.6.0 |
1490 | 2024-04-03T07:28:36.503Z | Downloaded zip v0.6.6 |
1491 | 2024-04-03T07:28:36.503Z | Downloaded pkcs1 v0.7.5 |
1492 | 2024-04-03T07:28:36.503Z | Downloaded once_cell v1.19.0 |
1493 | 2024-04-03T07:28:36.503Z | Downloaded num_enum_derive v0.5.11 |
1494 | 2024-04-03T07:28:36.503Z | Downloaded socket2 v0.4.9 |
1495 | 2024-04-03T07:28:36.503Z | Downloaded flume v0.11.0 |
1496 | 2024-04-03T07:28:36.503Z | Downloaded rayon-core v1.12.1 |
1497 | 2024-04-03T07:28:36.503Z | Downloaded slog v2.7.0 |
1498 | 2024-04-03T07:28:36.504Z | Downloaded derive-where v1.2.7 |
1499 | 2024-04-03T07:28:36.504Z | Downloaded tokio-macros v2.2.0 |
1500 | 2024-04-03T07:28:36.504Z | Downloaded usdt-impl v0.3.5 |
1501 | 2024-04-03T07:28:36.504Z | Downloaded vte v0.11.1 |
1502 | 2024-04-03T07:28:36.504Z | Downloaded vsss-rs v3.3.4 |
1503 | 2024-04-03T07:28:36.504Z | Downloaded crossbeam-channel v0.5.8 |
1504 | 2024-04-03T07:28:36.504Z | Downloaded rand_xorshift v0.3.0 |
1505 | 2024-04-03T07:28:36.504Z | Downloaded snafu-derive v0.7.5 |
1506 | 2024-04-03T07:28:36.504Z | Downloaded postgres-types v0.2.6 |
1507 | 2024-04-03T07:28:36.504Z | Downloaded schemars v0.8.16 |
1508 | 2024-04-03T07:28:36.504Z | Downloaded num_cpus v1.16.0 |
1509 | 2024-04-03T07:28:36.504Z | Downloaded predicates v3.1.0 |
1510 | 2024-04-03T07:28:36.505Z | Downloaded postgres-protocol v0.6.6 |
1511 | 2024-04-03T07:28:36.505Z | Downloaded usdt-attr-macro v0.5.0 |
1512 | 2024-04-03T07:28:36.505Z | Downloaded sqlparser_derive v0.2.2 |
1513 | 2024-04-03T07:28:36.505Z | Downloaded defmt-macros v0.3.6 |
1514 | 2024-04-03T07:28:36.505Z | Downloaded trybuild v1.0.89 |
1515 | 2024-04-03T07:28:36.505Z | Downloaded textwrap v0.16.1 |
1516 | 2024-04-03T07:28:36.505Z | Downloaded mockall_derive v0.12.0 |
1517 | 2024-04-03T07:28:36.505Z | Downloaded thiserror-no-std v2.0.2 |
1518 | 2024-04-03T07:28:36.505Z | Downloaded slog-dtrace v0.3.0 |
1519 | 2024-04-03T07:28:36.505Z | Downloaded darling v0.14.4 |
1520 | 2024-04-03T07:28:36.505Z | Downloaded http v1.0.0 |
1521 | 2024-04-03T07:28:36.505Z | Downloaded const_format v0.2.32 |
1522 | 2024-04-03T07:28:36.506Z | Downloaded rtoolbox v0.0.1 |
1523 | 2024-04-03T07:28:36.506Z | Downloaded chacha20poly1305 v0.10.1 |
1524 | 2024-04-03T07:28:36.506Z | Downloaded tokio-tungstenite v0.20.1 |
1525 | 2024-04-03T07:28:36.506Z | Downloaded tinytemplate v1.2.1 |
1526 | 2024-04-03T07:28:36.506Z | Downloaded base64 v0.13.1 |
1527 | 2024-04-03T07:28:36.506Z | Downloaded base64 v0.22.0 |
1528 | 2024-04-03T07:28:36.506Z | Downloaded waitgroup v0.1.2 |
1529 | 2024-04-03T07:28:36.506Z | Downloaded strum v0.25.0 |
1530 | 2024-04-03T07:28:36.506Z | Downloaded globset v0.4.13 |
1531 | 2024-04-03T07:28:36.506Z | Downloaded log v0.4.21 |
1532 | 2024-04-03T07:28:36.506Z | Downloaded indicatif v0.17.8 |
1533 | 2024-04-03T07:28:36.507Z | Downloaded fnv v1.0.7 |
1534 | 2024-04-03T07:28:36.507Z | Downloaded dyn-clone v1.0.17 |
1535 | 2024-04-03T07:28:36.507Z | Downloaded wyz v0.5.1 |
1536 | 2024-04-03T07:28:36.507Z | Downloaded clang-sys v1.6.1 |
1537 | 2024-04-03T07:28:36.507Z | Downloaded crossbeam-epoch v0.9.18 |
1538 | 2024-04-03T07:28:36.507Z | Downloaded cookie v0.18.0 |
1539 | 2024-04-03T07:28:36.507Z | Downloaded compact_str v0.7.1 |
1540 | 2024-04-03T07:28:36.507Z | Downloaded ciborium v0.2.2 |
1541 | 2024-04-03T07:28:36.507Z | Downloaded memmap2 v0.7.1 |
1542 | 2024-04-03T07:28:36.507Z | Downloaded rustls-native-certs v0.7.0 |
1543 | 2024-04-03T07:28:36.507Z | Downloaded textwrap v0.11.0 |
1544 | 2024-04-03T07:28:36.507Z | Downloaded base64 v0.21.7 |
1545 | 2024-04-03T07:28:36.508Z | Downloaded hmac v0.12.1 |
1546 | 2024-04-03T07:28:36.508Z | Downloaded highway v1.1.0 |
1547 | 2024-04-03T07:28:36.508Z | Downloaded basic-toml v0.1.8 |
1548 | 2024-04-03T07:28:36.508Z | Downloaded async-trait v0.1.79 |
1549 | 2024-04-03T07:28:36.508Z | Downloaded smawk v0.3.1 |
1550 | 2024-04-03T07:28:36.508Z | Downloaded slog-async v2.8.0 |
1551 | 2024-04-03T07:28:36.508Z | Downloaded lazy_static v1.4.0 |
1552 | 2024-04-03T07:28:36.508Z | Downloaded kstat-rs v0.2.3 |
1553 | 2024-04-03T07:28:36.508Z | Downloaded managed v0.8.0 |
1554 | 2024-04-03T07:28:36.508Z | Downloaded lalrpop-util v0.19.12 |
1555 | 2024-04-03T07:28:36.508Z | Downloaded const_format_proc_macros v0.2.32 |
1556 | 2024-04-03T07:28:36.508Z | Downloaded base64ct v1.6.0 |
1557 | 2024-04-03T07:28:36.509Z | Downloaded memoffset v0.7.1 |
1558 | 2024-04-03T07:28:36.509Z | Downloaded memmap v0.7.0 |
1559 | 2024-04-03T07:28:36.509Z | Downloaded md-5 v0.10.5 |
1560 | 2024-04-03T07:28:36.509Z | Downloaded maybe-uninit v2.0.0 |
1561 | 2024-04-03T07:28:36.509Z | Downloaded macaddr v1.0.1 |
1562 | 2024-04-03T07:28:36.509Z | Downloaded cookie v0.17.0 |
1563 | 2024-04-03T07:28:36.509Z | Downloaded bzip2 v0.4.4 |
1564 | 2024-04-03T07:28:36.509Z | Downloaded serde_repr v0.1.16 |
1565 | 2024-04-03T07:28:36.509Z | Downloaded serde_plain v1.0.2 |
1566 | 2024-04-03T07:28:36.509Z | Downloaded linked-hash-map v0.5.6 |
1567 | 2024-04-03T07:28:36.509Z | Downloaded camino-tempfile v1.1.1 |
1568 | 2024-04-03T07:28:36.509Z | Downloaded bcs v0.1.6 |
1569 | 2024-04-03T07:28:36.510Z | Downloaded lazycell v1.3.0 |
1570 | 2024-04-03T07:28:36.510Z | Downloaded hex v0.4.3 |
1571 | 2024-04-03T07:28:36.510Z | Downloaded colored v2.1.0 |
1572 | 2024-04-03T07:28:36.510Z | Downloaded bit-set v0.5.3 |
1573 | 2024-04-03T07:28:36.510Z | Downloaded humantime v2.1.0 |
1574 | 2024-04-03T07:28:36.510Z | Downloaded httpdate v1.0.3 |
1575 | 2024-04-03T07:28:36.510Z | Downloaded http-body v0.4.5 |
1576 | 2024-04-03T07:28:36.510Z | Downloaded hostname v0.3.1 |
1577 | 2024-04-03T07:28:36.510Z | Downloaded home v0.5.5 |
1578 | 2024-04-03T07:28:36.510Z | Downloaded hex-literal v0.4.1 |
1579 | 2024-04-03T07:28:36.510Z | Downloaded heck v0.5.0 |
1580 | 2024-04-03T07:28:36.510Z | Downloaded corncobs v0.1.3 |
1581 | 2024-04-03T07:28:36.511Z | Downloaded bitflags v1.3.2 |
1582 | 2024-04-03T07:28:36.511Z | Downloaded lru-cache v0.1.2 |
1583 | 2024-04-03T07:28:36.511Z | Downloaded new_debug_unreachable v1.0.4 |
1584 | 2024-04-03T07:28:36.511Z | Downloaded match_cfg v0.1.0 |
1585 | 2024-04-03T07:28:36.515Z | Downloaded ciborium-io v0.2.2 |
1586 | 2024-04-03T07:28:36.515Z | Downloaded buf-list v1.0.3 |
1587 | 2024-04-03T07:28:36.515Z | Downloaded block-buffer v0.10.4 |
1588 | 2024-04-03T07:28:36.515Z | Downloaded blake2b_simd v1.0.1 |
1589 | 2024-04-03T07:28:36.515Z | Downloaded hyper-tls v0.5.0 |
1590 | 2024-04-03T07:28:36.516Z | Downloaded hubpack v0.1.2 |
1591 | 2024-04-03T07:28:36.516Z | Downloaded cpufeatures v0.2.12 |
1592 | 2024-04-03T07:28:36.516Z | Downloaded backoff v0.4.0 |
1593 | 2024-04-03T07:28:36.516Z | Downloaded assert_cmd v2.0.14 |
1594 | 2024-04-03T07:28:36.516Z | Downloaded addr2line v0.21.0 |
1595 | 2024-04-03T07:28:36.516Z | Downloaded criterion-plot v0.5.0 |
1596 | 2024-04-03T07:28:36.516Z | Downloaded cast v0.3.0 |
1597 | 2024-04-03T07:28:36.516Z | Downloaded cancel-safe-futures v0.1.5 |
1598 | 2024-04-03T07:28:36.516Z | Downloaded atomic-waker v1.1.1 |
1599 | 2024-04-03T07:28:36.516Z | Downloaded assert_matches v1.5.0 |
1600 | 2024-04-03T07:28:36.516Z | Downloaded ascii-canvas v3.0.0 |
1601 | 2024-04-03T07:28:36.516Z | Compiling libc v0.2.153 |
1602 | 2024-04-03T07:28:36.517Z | Compiling serde v1.0.197 |
1603 | 2024-04-03T07:28:36.517Z | Compiling version_check v0.9.4 |
1604 | 2024-04-03T07:28:36.517Z | Checking cfg-if v1.0.0 |
1605 | 2024-04-03T07:28:36.517Z | Compiling syn v1.0.109 |
1606 | 2024-04-03T07:28:36.517Z | Compiling lock_api v0.4.10 |
1607 | 2024-04-03T07:28:36.517Z | Compiling syn v2.0.52 |
1608 | 2024-04-03T07:28:36.527Z | Compiling parking_lot_core v0.9.8 |
1609 | 2024-04-03T07:28:36.573Z | Compiling libm v0.2.7 |
1610 | 2024-04-03T07:28:36.857Z | Compiling once_cell v1.19.0 |
1611 | 2024-04-03T07:28:36.907Z | Compiling memchr v2.7.1 |
1612 | 2024-04-03T07:28:37.004Z | Compiling num-traits v0.2.18 |
1613 | 2024-04-03T07:28:37.031Z | Compiling serde_json v1.0.114 |
1614 | 2024-04-03T07:28:37.179Z | Compiling ahash v0.8.8 |
1615 | 2024-04-03T07:28:37.341Z | Compiling byteorder v1.5.0 |
1616 | 2024-04-03T07:28:37.752Z | Checking log v0.4.21 |
1617 | 2024-04-03T07:28:38.100Z | Compiling slab v0.4.9 |
1618 | 2024-04-03T07:28:38.467Z | Checking getrandom v0.2.12 |
1619 | 2024-04-03T07:28:38.536Z | Compiling typenum v1.16.0 |
1620 | 2024-04-03T07:28:38.545Z | Checking itoa v1.0.9 |
1621 | 2024-04-03T07:28:38.635Z | Compiling cc v1.0.83 |
1622 | 2024-04-03T07:28:39.058Z | Compiling generic-array v0.14.7 |
1623 | 2024-04-03T07:28:39.059Z | Checking scopeguard v1.2.0 |
1624 | 2024-04-03T07:28:39.164Z | Checking smallvec v1.13.1 |
1625 | 2024-04-03T07:28:39.239Z | Compiling allocator-api2 v0.2.16 |
1626 | 2024-04-03T07:28:39.266Z | Compiling pkg-config v0.3.27 |
1627 | 2024-04-03T07:28:39.551Z | Compiling rustix v0.38.31 |
1628 | 2024-04-03T07:28:39.783Z | Compiling schemars v0.8.16 |
1629 | 2024-04-03T07:28:40.072Z | Compiling fnv v1.0.7 |
1630 | 2024-04-03T07:28:40.158Z | Compiling httparse v1.8.0 |
1631 | 2024-04-03T07:28:40.203Z | Checking pin-project-lite v0.2.13 |
1632 | 2024-04-03T07:28:40.225Z | Checking parking_lot v0.12.1 |
1633 | 2024-04-03T07:28:40.465Z | Compiling time-core v0.1.2 |
1634 | 2024-04-03T07:28:40.590Z | Compiling num-conv v0.1.0 |
1635 | 2024-04-03T07:28:40.662Z | Checking signal-hook-registry v1.4.1 |
1636 | 2024-04-03T07:28:40.703Z | Compiling vcpkg v0.2.15 |
1637 | 2024-04-03T07:28:40.866Z | Compiling time-macros v0.2.17 |
1638 | 2024-04-03T07:28:40.912Z | Checking mio v0.8.11 |
1639 | 2024-04-03T07:28:41.214Z | Checking ryu v1.0.15 |
1640 | 2024-04-03T07:28:41.440Z | Compiling ucd-trie v0.1.6 |
1641 | 2024-04-03T07:28:41.536Z | Compiling aho-corasick v1.1.2 |
1642 | 2024-04-03T07:28:41.774Z | Compiling ring v0.17.8 |
1643 | 2024-04-03T07:28:42.937Z | Compiling openssl-sys v0.9.96 |
1644 | 2024-04-03T07:28:42.989Z | Compiling regex-syntax v0.8.2 |
1645 | 2024-04-03T07:28:44.224Z | Checking rand_core v0.6.4 |
1646 | 2024-04-03T07:28:44.419Z | Compiling serde_derive_internals v0.26.0 |
1647 | 2024-04-03T07:28:45.307Z | Checking num_cpus v1.16.0 |
1648 | 2024-04-03T07:28:45.406Z | Checking futures-core v0.3.30 |
1649 | 2024-04-03T07:28:45.553Z | Compiling ring v0.16.20 |
1650 | 2024-04-03T07:28:46.984Z | Compiling regex-automata v0.4.5 |
1651 | 2024-04-03T07:28:46.996Z | Checking socket2 v0.5.5 |
1652 | 2024-04-03T07:28:47.678Z | Compiling openssl v0.10.60 |
1653 | 2024-04-03T07:28:48.309Z | Compiling slog v2.7.0 |
1654 | 2024-04-03T07:28:48.642Z | Compiling async-trait v0.1.79 |
1655 | 2024-04-03T07:28:48.838Z | Compiling crossbeam-utils v0.8.19 |
1656 | 2024-04-03T07:28:50.173Z | Compiling iana-time-zone v0.1.57 |
1657 | 2024-04-03T07:28:50.181Z | Compiling rustls v0.21.9 |
1658 | 2024-04-03T07:28:50.182Z | Compiling native-tls v0.2.11 |
1659 | 2024-04-03T07:28:50.182Z | Checking spin v0.5.2 |
1660 | 2024-04-03T07:28:50.182Z | Compiling rustversion v1.0.14 |
1661 | 2024-04-03T07:28:50.182Z | Compiling cookie v0.17.0 |
1662 | 2024-04-03T07:28:50.182Z | Compiling backtrace v0.3.69 |
1663 | 2024-04-03T07:28:50.182Z | Compiling uuid v0.8.2 |
1664 | 2024-04-03T07:28:50.182Z | Compiling dyn-clone v1.0.17 |
1665 | 2024-04-03T07:28:50.289Z | Compiling serde_derive v1.0.197 |
1666 | 2024-04-03T07:28:50.307Z | Compiling zerocopy-derive v0.7.32 |
1667 | 2024-04-03T07:28:50.752Z | Compiling thiserror-impl v1.0.57 |
1668 | 2024-04-03T07:28:51.399Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-04-03T07:28:51.729Z | Compiling tokio-macros v2.2.0 |
1670 | 2024-04-03T07:28:52.634Z | Compiling futures-macro v0.3.30 |
1671 | 2024-04-03T07:28:52.654Z | Compiling zerocopy v0.7.32 |
1672 | 2024-04-03T07:28:52.904Z | Compiling tracing-attributes v0.1.27 |
1673 | 2024-04-03T07:28:53.472Z | Compiling schemars_derive v0.8.16 |
1674 | 2024-04-03T07:28:54.055Z | Compiling thiserror v1.0.57 |
1675 | 2024-04-03T07:28:54.264Z | Compiling pest v2.7.6 |
1676 | 2024-04-03T07:28:54.400Z | Compiling regex v1.10.4 |
1677 | 2024-04-03T07:28:54.770Z | Compiling hashbrown v0.14.3 |
1678 | 2024-04-03T07:28:54.897Z | Checking zeroize v1.7.0 |
1679 | 2024-04-03T07:28:55.163Z | Compiling openssl-macros v0.1.1 |
1680 | 2024-04-03T07:28:56.155Z | Compiling unicode-xid v0.2.4 |
1681 | 2024-04-03T07:28:56.447Z | Checking futures-sink v0.3.30 |
1682 | 2024-04-03T07:28:56.512Z | Compiling pest_meta v2.7.6 |
1683 | 2024-04-03T07:28:56.822Z | Compiling anyhow v1.0.79 |
1684 | 2024-04-03T07:28:57.427Z | Checking pin-utils v0.1.0 |
1685 | 2024-04-03T07:28:57.432Z | Checking futures-channel v0.3.30 |
1686 | 2024-04-03T07:28:57.505Z | Checking futures-task v0.3.30 |
1687 | 2024-04-03T07:28:57.611Z | Compiling pest_generator v2.7.6 |
1688 | 2024-04-03T07:28:57.638Z | Checking futures-io v0.3.30 |
1689 | 2024-04-03T07:28:57.792Z | Compiling tinyvec_macros v0.1.1 |
1690 | 2024-04-03T07:28:57.810Z | Checking futures-util v0.3.30 |
1691 | 2024-04-03T07:28:57.877Z | Compiling tinyvec v1.6.0 |
1692 | 2024-04-03T07:28:58.036Z | Compiling scroll_derive v0.12.0 |
1693 | 2024-04-03T07:28:58.518Z | Compiling thread-id v4.2.0 |
1694 | 2024-04-03T07:28:58.820Z | Compiling der_derive v0.7.2 |
1695 | 2024-04-03T07:28:59.422Z | Compiling unicode-normalization v0.1.22 |
1696 | 2024-04-03T07:29:00.702Z | Compiling unicode-bidi v0.3.15 |
1697 | 2024-04-03T07:29:01.311Z | Compiling errno v0.3.8 |
1698 | 2024-04-03T07:29:01.456Z | Checking subtle v2.5.0 |
1699 | 2024-04-03T07:29:01.476Z | Compiling pest_derive v2.7.6 |
1700 | 2024-04-03T07:29:01.539Z | Compiling crc32fast v1.3.2 |
1701 | 2024-04-03T07:29:01.732Z | Compiling either v1.10.0 |
1702 | 2024-04-03T07:29:02.446Z | Compiling unicode-width v0.1.11 |
1703 | 2024-04-03T07:29:02.464Z | Compiling winnow v0.5.15 |
1704 | 2024-04-03T07:29:02.555Z | Compiling synstructure v0.12.6 |
1705 | 2024-04-03T07:29:02.763Z | Compiling spin v0.9.8 |
1706 | 2024-04-03T07:29:03.094Z | Compiling tracing-core v0.1.32 |
1707 | 2024-04-03T07:29:03.657Z | Checking bytes v1.5.0 |
1708 | 2024-04-03T07:29:04.397Z | Checking bitflags v2.4.2 |
1709 | 2024-04-03T07:29:04.420Z | Checking tokio v1.36.0 |
1710 | 2024-04-03T07:29:04.670Z | Compiling indexmap v2.2.6 |
1711 | 2024-04-03T07:29:06.031Z | Compiling chrono v0.4.34 |
1712 | 2024-04-03T07:29:06.100Z | Compiling uuid v1.7.0 |
1713 | 2024-04-03T07:29:06.100Z | Compiling http v0.2.12 |
1714 | 2024-04-03T07:29:06.123Z | Compiling semver v1.0.22 |
1715 | 2024-04-03T07:29:06.147Z | Compiling serde_spanned v0.6.5 |
1716 | 2024-04-03T07:29:06.391Z | Compiling toml_datetime v0.6.5 |
1717 | 2024-04-03T07:29:07.167Z | Compiling rustc_version v0.4.0 |
1718 | 2024-04-03T07:29:07.626Z | Compiling toml_edit v0.19.15 |
1719 | 2024-04-03T07:29:08.617Z | Compiling openapiv3 v2.0.0 |
1720 | 2024-04-03T07:29:09.567Z | Compiling zerocopy-derive v0.2.0 |
1721 | 2024-04-03T07:29:09.611Z | Compiling tracing v0.1.40 |
1722 | 2024-04-03T07:29:09.981Z | Compiling scroll v0.12.0 |
1723 | 2024-04-03T07:29:10.547Z | Compiling usdt-impl v0.5.0 |
1724 | 2024-04-03T07:29:10.979Z | Compiling percent-encoding v2.3.1 |
1725 | 2024-04-03T07:29:11.297Z | Compiling plain v0.2.3 |
1726 | 2024-04-03T07:29:11.354Z | Compiling const-oid v0.9.6 |
1727 | 2024-04-03T07:29:11.449Z | Compiling goblin v0.8.0 |
1728 | 2024-04-03T07:29:11.595Z | Compiling lazy_static v1.4.0 |
1729 | 2024-04-03T07:29:11.697Z | Compiling pretty-hex v0.4.1 |
1730 | 2024-04-03T07:29:12.154Z | Compiling dtrace-parser v0.2.0 |
1731 | 2024-04-03T07:29:12.154Z | Compiling clap_derive v4.5.0 |
1732 | 2024-04-03T07:29:13.260Z | Compiling untrusted v0.7.1 |
1733 | 2024-04-03T07:29:13.280Z | Compiling untrusted v0.9.0 |
1734 | 2024-04-03T07:29:13.414Z | Compiling powerfmt v0.2.0 |
1735 | 2024-04-03T07:29:13.447Z | Compiling signal-hook v0.3.17 |
1736 | 2024-04-03T07:29:13.564Z | Compiling foreign-types-shared v0.1.1 |
1737 | 2024-04-03T07:29:13.659Z | Compiling deranged v0.3.11 |
1738 | 2024-04-03T07:29:13.678Z | Compiling foreign-types v0.3.2 |
1739 | 2024-04-03T07:29:13.806Z | Compiling form_urlencoded v1.2.1 |
1740 | 2024-04-03T07:29:14.097Z | Compiling crypto-common v0.1.6 |
1741 | 2024-04-03T07:29:14.312Z | Compiling zerocopy-derive v0.6.4 |
1742 | 2024-04-03T07:29:15.696Z | Compiling tokio-util v0.7.10 |
1743 | 2024-04-03T07:29:16.664Z | Compiling usdt-impl v0.3.5 |
1744 | 2024-04-03T07:29:17.006Z | Compiling try-lock v0.2.4 |
1745 | 2024-04-03T07:29:17.133Z | Compiling dof v0.3.0 |
1746 | 2024-04-03T07:29:17.150Z | Compiling base64 v0.21.7 |
1747 | 2024-04-03T07:29:17.153Z | Compiling num_threads v0.1.6 |
1748 | 2024-04-03T07:29:17.180Z | Compiling siphasher v0.3.11 |
1749 | 2024-04-03T07:29:17.286Z | Compiling time v0.3.34 |
1750 | 2024-04-03T07:29:17.513Z | Compiling want v0.3.1 |
1751 | 2024-04-03T07:29:17.679Z | Compiling h2 v0.3.24 |
1752 | 2024-04-03T07:29:17.798Z | Compiling sct v0.7.0 |
1753 | 2024-04-03T07:29:18.120Z | Compiling rustls-webpki v0.101.7 |
1754 | 2024-04-03T07:29:19.509Z | Compiling zerocopy v0.3.0 |
1755 | 2024-04-03T07:29:19.601Z | Compiling http-body v0.4.5 |
1756 | 2024-04-03T07:29:20.145Z | Compiling block-buffer v0.10.4 |
1757 | 2024-04-03T07:29:20.274Z | Compiling idna v0.5.0 |
1758 | 2024-04-03T07:29:20.403Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1759 | 2024-04-03T07:29:20.887Z | Compiling tower-service v0.3.2 |
1760 | 2024-04-03T07:29:21.008Z | Compiling openssl-probe v0.1.5 |
1761 | 2024-04-03T07:29:21.250Z | Compiling httpdate v1.0.3 |
1762 | 2024-04-03T07:29:21.875Z | Compiling url v2.5.0 |
1763 | 2024-04-03T07:29:21.963Z | Compiling digest v0.10.7 |
1764 | 2024-04-03T07:29:22.036Z | Compiling dof v0.1.5 |
1765 | 2024-04-03T07:29:22.715Z | Compiling heapless v0.7.16 |
1766 | 2024-04-03T07:29:22.890Z | Compiling dtrace-parser v0.1.14 |
1767 | 2024-04-03T07:29:22.917Z | Compiling idna v0.3.0 |
1768 | 2024-04-03T07:29:23.150Z | Compiling ppv-lite86 v0.2.17 |
1769 | 2024-04-03T07:29:23.555Z | Compiling unicode-segmentation v1.10.1 |
1770 | 2024-04-03T07:29:24.452Z | Compiling hyper v0.14.28 |
1771 | 2024-04-03T07:29:24.508Z | Compiling adler v1.0.2 |
1772 | 2024-04-03T07:29:24.527Z | Compiling psl-types v2.0.11 |
1773 | 2024-04-03T07:29:24.713Z | Compiling publicsuffix v2.2.3 |
1774 | 2024-04-03T07:29:24.723Z | Compiling miniz_oxide v0.7.1 |
1775 | 2024-04-03T07:29:24.818Z | Compiling tokio-native-tls v0.3.1 |
1776 | 2024-04-03T07:29:24.954Z | Compiling crossbeam-epoch v0.9.18 |
1777 | 2024-04-03T07:29:25.095Z | Compiling rand_chacha v0.3.1 |
1778 | 2024-04-03T07:29:26.229Z | Compiling serde_tokenstream v0.1.7 |
1779 | 2024-04-03T07:29:26.363Z | Compiling tokio-rustls v0.24.1 |
1780 | 2024-04-03T07:29:26.756Z | Checking equivalent v1.0.1 |
1781 | 2024-04-03T07:29:26.767Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1782 | 2024-04-03T07:29:26.852Z | Compiling ipnet v2.9.0 |
1783 | 2024-04-03T07:29:26.977Z | Compiling bit-vec v0.6.3 |
1784 | 2024-04-03T07:29:27.443Z | Compiling cookie_store v0.20.0 |
1785 | 2024-04-03T07:29:27.571Z | Compiling rand v0.8.5 |
1786 | 2024-04-03T07:29:28.227Z | Compiling rustls-pemfile v1.0.3 |
1787 | 2024-04-03T07:29:28.296Z | Compiling phf_shared v0.10.0 |
1788 | 2024-04-03T07:29:28.563Z | Compiling serde_urlencoded v0.7.1 |
1789 | 2024-04-03T07:29:28.672Z | Compiling encoding_rs v0.8.33 |
1790 | 2024-04-03T07:29:28.696Z | Compiling num-bigint v0.4.4 |
1791 | 2024-04-03T07:29:28.985Z | Compiling new_debug_unreachable v1.0.4 |
1792 | 2024-04-03T07:29:29.068Z | Compiling smoltcp v0.9.1 |
1793 | 2024-04-03T07:29:29.090Z | Compiling fixedbitset v0.4.2 |
1794 | 2024-04-03T07:29:29.232Z | Compiling base64ct v1.6.0 |
1795 | 2024-04-03T07:29:29.511Z | Compiling sync_wrapper v0.1.2 |
1796 | 2024-04-03T07:29:29.536Z | Compiling precomputed-hash v0.1.1 |
1797 | 2024-04-03T07:29:29.600Z | Compiling gimli v0.28.0 |
1798 | 2024-04-03T07:29:29.633Z | Compiling webpki-roots v0.25.2 |
1799 | 2024-04-03T07:29:29.647Z | Compiling minimal-lexical v0.2.1 |
1800 | 2024-04-03T07:29:29.775Z | Compiling mime v0.3.17 |
1801 | 2024-04-03T07:29:29.810Z | Compiling pem-rfc7468 v0.7.0 |
1802 | 2024-04-03T07:29:29.837Z | Compiling string_cache v0.8.7 |
1803 | 2024-04-03T07:29:30.162Z | Compiling nom v7.1.3 |
1804 | 2024-04-03T07:29:30.641Z | Compiling petgraph v0.6.4 |
1805 | 2024-04-03T07:29:30.665Z | Compiling usdt-macro v0.3.5 |
1806 | 2024-04-03T07:29:30.897Z | Compiling usdt-attr-macro v0.3.5 |
1807 | 2024-04-03T07:29:31.595Z | Compiling hyper-rustls v0.24.2 |
1808 | 2024-04-03T07:29:32.371Z | Compiling hyper-tls v0.5.0 |
1809 | 2024-04-03T07:29:32.389Z | Compiling bit-set v0.5.3 |
1810 | 2024-04-03T07:29:32.389Z | Compiling reqwest v0.11.24 |
1811 | 2024-04-03T07:29:32.390Z | Compiling hmac v0.12.1 |
1812 | 2024-04-03T07:29:32.956Z | Compiling itertools v0.10.5 |
1813 | 2024-04-03T07:29:32.976Z | Compiling enum-as-inner v0.5.1 |
1814 | 2024-04-03T07:29:33.276Z | Compiling hubpack_derive v0.1.1 |
1815 | 2024-04-03T07:29:33.852Z | Compiling addr2line v0.21.0 |
1816 | 2024-04-03T07:29:33.859Z | Compiling diesel_table_macro_syntax v0.1.0 |
1817 | 2024-04-03T07:29:34.236Z | Compiling object v0.32.1 |
1818 | 2024-04-03T07:29:34.276Z | Compiling rustc-demangle v0.1.23 |
1819 | 2024-04-03T07:29:34.356Z | Compiling lalrpop-util v0.19.12 |
1820 | 2024-04-03T07:29:35.819Z | Compiling flagset v0.4.3 |
1821 | 2024-04-03T07:29:35.832Z | Compiling diesel_derives v2.1.2 |
1822 | 2024-04-03T07:29:35.832Z | Compiling der v0.7.8 |
1823 | 2024-04-03T07:29:35.833Z | Compiling flate2 v1.0.28 |
1824 | 2024-04-03T07:29:35.833Z | Compiling futures-executor v0.3.30 |
1825 | 2024-04-03T07:29:35.834Z | Compiling strum_macros v0.25.2 |
1826 | 2024-04-03T07:29:35.834Z | Compiling cpufeatures v0.2.12 |
1827 | 2024-04-03T07:29:35.834Z | Compiling toml_edit v0.22.9 |
1828 | 2024-04-03T07:29:35.834Z | Compiling sha2 v0.10.8 |
1829 | 2024-04-03T07:29:37.294Z | Compiling spki v0.7.2 |
1830 | 2024-04-03T07:29:37.647Z | Compiling futures v0.3.30 |
1831 | 2024-04-03T07:29:37.755Z | Compiling md-5 v0.10.5 |
1832 | 2024-04-03T07:29:38.468Z | Compiling toml v0.7.8 |
1833 | 2024-04-03T07:29:38.888Z | Compiling hex v0.4.3 |
1834 | 2024-04-03T07:29:38.889Z | Compiling stringprep v0.1.3 |
1835 | 2024-04-03T07:29:39.569Z | Compiling serde_repr v0.1.16 |
1836 | 2024-04-03T07:29:39.736Z | Compiling num-integer v0.1.46 |
1837 | 2024-04-03T07:29:39.875Z | Compiling hash32 v0.2.1 |
1838 | 2024-04-03T07:29:40.721Z | Compiling stable_deref_trait v1.2.0 |
1839 | 2024-04-03T07:29:40.765Z | Checking unicode-ident v1.0.12 |
1840 | 2024-04-03T07:29:40.817Z | Compiling fallible-iterator v0.2.0 |
1841 | 2024-04-03T07:29:41.522Z | Compiling postgres-protocol v0.6.6 |
1842 | 2024-04-03T07:29:42.208Z | Compiling pkcs8 v0.10.2 |
1843 | 2024-04-03T07:29:42.873Z | Compiling phf_shared v0.11.2 |
1844 | 2024-04-03T07:29:43.672Z | Compiling ff v0.13.0 |
1845 | 2024-04-03T07:29:43.692Z | Compiling terminal_size v0.3.0 |
1846 | 2024-04-03T07:29:43.802Z | Compiling block-padding v0.3.3 |
1847 | 2024-04-03T07:29:43.861Z | Compiling scheduled-thread-pool v0.2.7 |
1848 | 2024-04-03T07:29:43.918Z | Compiling base16ct v0.2.0 |
1849 | 2024-04-03T07:29:43.976Z | Compiling managed v0.8.0 |
1850 | 2024-04-03T07:29:44.033Z | Compiling bitflags v1.3.2 |
1851 | 2024-04-03T07:29:44.792Z | Compiling regex-automata v0.1.10 |
1852 | 2024-04-03T07:29:44.889Z | Compiling peg-runtime v0.8.2 |
1853 | 2024-04-03T07:29:44.889Z | Compiling matches v0.1.10 |
1854 | 2024-04-03T07:29:44.889Z | Compiling clap_builder v4.5.1 |
1855 | 2024-04-03T07:29:44.889Z | Compiling idna v0.2.3 |
1856 | 2024-04-03T07:29:44.890Z | Compiling bstr v0.2.17 |
1857 | 2024-04-03T07:29:44.890Z | Compiling sec1 v0.7.3 |
1858 | 2024-04-03T07:29:44.916Z | Compiling r2d2 v0.8.10 |
1859 | 2024-04-03T07:29:45.274Z | Compiling inout v0.1.3 |
1860 | 2024-04-03T07:29:45.544Z | Compiling group v0.13.0 |
1861 | 2024-04-03T07:29:45.699Z | Compiling signal-hook-mio v0.2.3 |
1862 | 2024-04-03T07:29:45.874Z | Compiling phf v0.11.2 |
1863 | 2024-04-03T07:29:45.896Z | Compiling bzip2 v0.4.4 |
1864 | 2024-04-03T07:29:46.026Z | Compiling postgres-types v0.2.6 |
1865 | 2024-04-03T07:29:46.145Z | Compiling hubpack v0.1.2 |
1866 | 2024-04-03T07:29:46.569Z | Compiling hkdf v0.12.4 |
1867 | 2024-04-03T07:29:46.615Z | Compiling zerocopy v0.6.4 |
1868 | 2024-04-03T07:29:46.644Z | Compiling crypto-bigint v0.5.2 |
1869 | 2024-04-03T07:29:46.790Z | Compiling ipnetwork v0.20.0 |
1870 | 2024-04-03T07:29:47.482Z | Compiling float-cmp v0.9.0 |
1871 | 2024-04-03T07:29:47.663Z | Compiling difflib v0.4.0 |
1872 | 2024-04-03T07:29:47.683Z | Compiling data-encoding v2.4.0 |
1873 | 2024-04-03T07:29:47.687Z | Compiling normalize-line-endings v0.3.0 |
1874 | 2024-04-03T07:29:47.813Z | Compiling whoami v1.5.0 |
1875 | 2024-04-03T07:29:48.491Z | Compiling static_assertions v1.1.0 |
1876 | 2024-04-03T07:29:48.583Z | Compiling predicates-core v1.0.6 |
1877 | 2024-04-03T07:29:48.953Z | Compiling predicates v3.1.0 |
1878 | 2024-04-03T07:29:49.360Z | Compiling yasna v0.5.2 |
1879 | 2024-04-03T07:29:50.068Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1880 | 2024-04-03T07:29:50.122Z | Compiling elliptic-curve v0.13.8 |
1881 | 2024-04-03T07:29:50.742Z | Compiling trust-dns-proto v0.22.0 |
1882 | 2024-04-03T07:29:50.842Z | Compiling tokio-postgres v0.7.10 |
1883 | 2024-04-03T07:29:51.262Z | Compiling clap v4.5.1 |
1884 | 2024-04-03T07:29:51.381Z | Compiling zip v0.6.6 |
1885 | 2024-04-03T07:29:51.397Z | Compiling diesel v2.1.5 |
1886 | 2024-04-03T07:29:53.213Z | Compiling crossterm v0.27.0 |
1887 | 2024-04-03T07:29:53.617Z | Compiling cipher v0.4.4 |
1888 | 2024-04-03T07:29:54.109Z | Compiling similar v2.4.0 |
1889 | 2024-04-03T07:29:54.443Z | Checking proc-macro2 v1.0.78 |
1890 | 2024-04-03T07:29:58.712Z | Compiling num-iter v0.1.44 |
1891 | 2024-04-03T07:29:59.041Z | Compiling usdt v0.3.5 |
1892 | 2024-04-03T07:29:59.042Z | Compiling tokio-stream v0.1.14 |
1893 | 2024-04-03T07:29:59.042Z | Compiling console v0.15.8 |
1894 | 2024-04-03T07:29:59.042Z | Compiling bstr v1.9.0 |
1895 | 2024-04-03T07:29:59.042Z | Checking quote v1.0.35 |
1896 | 2024-04-03T07:30:01.460Z | Checking utf8parse v0.2.1 |
1897 | 2024-04-03T07:30:05.149Z | Checking anstyle v1.0.6 |
1898 | 2024-04-03T07:30:07.049Z | Checking anstyle-parse v0.2.1 |
1899 | 2024-04-03T07:30:07.061Z | Checking anstyle-query v1.0.0 |
1900 | 2024-04-03T07:30:07.061Z | Checking colorchoice v1.0.0 |
1901 | 2024-04-03T07:30:07.061Z | Checking anstream v0.6.11 |
1902 | 2024-04-03T07:30:07.330Z | Checking strsim v0.11.0 |
1903 | 2024-04-03T07:30:07.370Z | Checking clap_lex v0.7.0 |
1904 | 2024-04-03T07:30:09.908Z | Compiling serde_tokenstream v0.2.0 |
1905 | 2024-04-03T07:30:13.142Z | Checking winnow v0.6.1 |
1906 | 2024-04-03T07:30:20.632Z | Compiling regress v0.9.0 |
1907 | 2024-04-03T07:30:20.750Z | Compiling getopts v0.2.21 |
1908 | 2024-04-03T07:30:21.992Z | Compiling unsafe-libyaml v0.2.10 |
1909 | 2024-04-03T07:30:22.006Z | Checking heck v0.4.1 |
1910 | 2024-04-03T07:30:22.029Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1911 | 2024-04-03T07:30:22.447Z | Compiling ident_case v1.0.1 |
1912 | 2024-04-03T07:30:22.616Z | Compiling strsim v0.10.0 |
1913 | 2024-04-03T07:30:22.644Z | Checking camino v1.1.6 |
1914 | 2024-04-03T07:30:23.160Z | Compiling serde_yaml v0.9.25 |
1915 | 2024-04-03T07:30:23.240Z | Checking atty v0.2.14 |
1916 | 2024-04-03T07:30:23.356Z | Checking sha1 v0.10.6 |
1917 | 2024-04-03T07:30:23.439Z | Checking http v1.0.0 |
1918 | 2024-04-03T07:30:23.542Z | Checking rustls-pki-types v1.3.0 |
1919 | 2024-04-03T07:30:24.018Z | Checking match_cfg v0.1.0 |
1920 | 2024-04-03T07:30:24.018Z | Checking fastrand v2.0.1 |
1921 | 2024-04-03T07:30:24.019Z | Checking hostname v0.3.1 |
1922 | 2024-04-03T07:30:24.019Z | Checking tempfile v3.10.0 |
1923 | 2024-04-03T07:30:24.057Z | Compiling darling_core v0.20.3 |
1924 | 2024-04-03T07:30:24.379Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1925 | 2024-04-03T07:30:24.749Z | Compiling strum_macros v0.26.1 |
1926 | 2024-04-03T07:30:25.693Z | Checking dirs-sys-next v0.1.2 |
1927 | 2024-04-03T07:30:25.869Z | Compiling paste v1.0.14 |
1928 | 2024-04-03T07:30:26.375Z | Checking quick-error v1.2.3 |
1929 | 2024-04-03T07:30:26.588Z | Checking dirs-next v2.0.0 |
1930 | 2024-04-03T07:30:26.726Z | Checking crossbeam-channel v0.5.8 |
1931 | 2024-04-03T07:30:27.433Z | Checking thread_local v1.1.7 |
1932 | 2024-04-03T07:30:27.481Z | Compiling slog-async v2.8.0 |
1933 | 2024-04-03T07:30:27.495Z | Compiling rustls v0.22.2 |
1934 | 2024-04-03T07:30:27.715Z | Checking term v0.7.0 |
1935 | 2024-04-03T07:30:28.087Z | Checking rustls-webpki v0.102.1 |
1936 | 2024-04-03T07:30:28.145Z | Checking instant v0.1.12 |
1937 | 2024-04-03T07:30:28.256Z | Checking take_mut v0.2.2 |
1938 | 2024-04-03T07:30:28.624Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1939 | 2024-04-03T07:30:28.710Z | Checking slog-term v2.9.0 |
1940 | 2024-04-03T07:30:29.046Z | Checking rustls-pemfile v2.1.1 |
1941 | 2024-04-03T07:30:29.069Z | Compiling multer v3.0.0 |
1942 | 2024-04-03T07:30:29.171Z | Checking debug-ignore v1.0.5 |
1943 | 2024-04-03T07:30:29.263Z | Checking slog-json v2.6.1 |
1944 | 2024-04-03T07:30:29.301Z | Compiling async-stream-impl v0.3.5 |
1945 | 2024-04-03T07:30:29.418Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1946 | 2024-04-03T07:30:29.513Z | Checking atomic-waker v1.1.1 |
1947 | 2024-04-03T07:30:29.636Z | Checking waitgroup v0.1.2 |
1948 | 2024-04-03T07:30:29.755Z | Checking slog-bunyan v2.5.0 |
1949 | 2024-04-03T07:30:29.927Z | Checking toml v0.8.12 |
1950 | 2024-04-03T07:30:30.186Z | Checking strum v0.26.1 |
1951 | 2024-04-03T07:30:30.201Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1952 | 2024-04-03T07:30:30.408Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-04-03T07:30:30.426Z | Compiling darling_macro v0.20.3 |
1954 | 2024-04-03T07:30:32.169Z | Checking wait-timeout v0.2.0 |
1955 | 2024-04-03T07:30:32.588Z | Checking async-stream v0.3.5 |
1956 | 2024-04-03T07:30:32.588Z | Compiling structmeta-derive v0.3.0 |
1957 | 2024-04-03T07:30:32.588Z | Checking rusty-fork v0.3.0 |
1958 | 2024-04-03T07:30:32.588Z | Checking newtype-uuid v1.0.1 |
1959 | 2024-04-03T07:30:32.588Z | Compiling structmeta-derive v0.2.0 |
1960 | 2024-04-03T07:30:32.588Z | Checking rand_xorshift v0.3.0 |
1961 | 2024-04-03T07:30:32.588Z | Checking unarray v0.1.4 |
1962 | 2024-04-03T07:30:32.589Z | Compiling darling v0.20.3 |
1963 | 2024-04-03T07:30:32.589Z | Checking proptest v1.4.0 |
1964 | 2024-04-03T07:30:32.589Z | Compiling serde_with_macros v3.6.1 |
1965 | 2024-04-03T07:30:32.589Z | Checking backoff v0.4.0 |
1966 | 2024-04-03T07:30:32.589Z | Checking tokio-rustls v0.25.0 |
1967 | 2024-04-03T07:30:32.732Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1968 | 2024-04-03T07:30:34.018Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1969 | 2024-04-03T07:30:34.042Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1970 | 2024-04-03T07:30:34.043Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1971 | 2024-04-03T07:30:34.098Z | Compiling structmeta v0.3.0 |
1972 | 2024-04-03T07:30:34.349Z | Compiling structmeta v0.2.0 |
1973 | 2024-04-03T07:30:34.543Z | Compiling parse-display-derive v0.9.0 |
1974 | 2024-04-03T07:30:34.717Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1975 | 2024-04-03T07:30:34.768Z | Compiling test-strategy v0.3.1 |
1976 | 2024-04-03T07:30:34.868Z | Checking macaddr v1.0.1 |
1977 | 2024-04-03T07:30:34.871Z | Checking serde_with v3.6.1 |
1978 | 2024-04-03T07:30:35.192Z | Compiling proc-macro-error-attr v1.0.4 |
1979 | 2024-04-03T07:30:35.824Z | Compiling proc-macro-error v1.0.4 |
1980 | 2024-04-03T07:30:36.140Z | Compiling proc-macro-crate v1.3.1 |
1981 | 2024-04-03T07:30:36.684Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1982 | 2024-04-03T07:30:37.059Z | Checking camino-tempfile v1.1.1 |
1983 | 2024-04-03T07:30:37.185Z | Compiling num_enum_derive v0.5.11 |
1984 | 2024-04-03T07:30:37.336Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1985 | 2024-04-03T07:30:37.595Z | Compiling foreign-types-macros v0.2.3 |
1986 | 2024-04-03T07:30:37.640Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1987 | 2024-04-03T07:30:37.940Z | Checking foreign-types-shared v0.3.1 |
1988 | 2024-04-03T07:30:38.308Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1989 | 2024-04-03T07:30:38.373Z | Checking cstr-argument v0.1.2 |
1990 | 2024-04-03T07:30:38.542Z | Checking pretty-hex v0.2.1 |
1991 | 2024-04-03T07:30:38.710Z | Checking tabwriter v1.4.0 |
1992 | 2024-04-03T07:30:38.773Z | Checking colored v2.1.0 |
1993 | 2024-04-03T07:30:38.913Z | Checking foreign-types v0.5.0 |
1994 | 2024-04-03T07:30:38.939Z | Checking socket2 v0.4.9 |
1995 | 2024-04-03T07:30:39.367Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1996 | 2024-04-03T07:30:39.367Z | Checking smf v0.2.2 |
1997 | 2024-04-03T07:30:39.368Z | Checking humantime v2.1.0 |
1998 | 2024-04-03T07:30:39.368Z | Checking termcolor v1.2.0 |
1999 | 2024-04-03T07:30:39.368Z | Compiling usdt-attr-macro v0.5.0 |
2000 | 2024-04-03T07:30:39.464Z | Checking parse-display v0.9.0 |
2001 | 2024-04-03T07:30:39.498Z | Compiling usdt-macro v0.5.0 |
2002 | 2024-04-03T07:30:39.575Z | Checking memmap v0.7.0 |
2003 | 2024-04-03T07:30:39.661Z | Checking arc-swap v1.6.0 |
2004 | 2024-04-03T07:30:39.717Z | Checking utf-8 v0.7.6 |
2005 | 2024-04-03T07:30:39.770Z | Compiling heapless v0.8.0 |
2006 | 2024-04-03T07:30:39.913Z | Checking termtree v0.4.1 |
2007 | 2024-04-03T07:30:40.036Z | Checking num_enum v0.5.11 |
2008 | 2024-04-03T07:30:40.089Z | Checking slog-scope v4.4.0 |
2009 | 2024-04-03T07:30:40.107Z | Checking predicates-tree v1.0.9 |
2010 | 2024-04-03T07:30:40.185Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2011 | 2024-04-03T07:30:40.270Z | Checking hash32 v0.3.1 |
2012 | 2024-04-03T07:30:40.288Z | Checking slog-stdlog v4.1.1 |
2013 | 2024-04-03T07:30:40.425Z | Checking slog-envlogger v2.2.0 |
2014 | 2024-04-03T07:30:40.446Z | Compiling smoltcp v0.11.0 |
2015 | 2024-04-03T07:30:40.447Z | Compiling heck v0.3.3 |
2016 | 2024-04-03T07:30:40.629Z | Checking filetime v0.2.23 |
2017 | 2024-04-03T07:30:40.838Z | Checking xattr v1.0.1 |
2018 | 2024-04-03T07:30:40.860Z | Compiling crucible-workspace-hack v0.1.0 |
2019 | 2024-04-03T07:30:40.968Z | Checking same-file v1.0.6 |
2020 | 2024-04-03T07:30:40.980Z | Checking usdt v0.5.0 |
2021 | 2024-04-03T07:30:41.008Z | Checking cobs v0.2.3 |
2022 | 2024-04-03T07:30:41.201Z | Checking embedded-io v0.4.0 |
2023 | 2024-04-03T07:30:41.631Z | Checking walkdir v2.4.0 |
2024 | 2024-04-03T07:30:41.631Z | Checking tar v0.4.40 |
2025 | 2024-04-03T07:30:41.631Z | Checking tungstenite v0.20.1 |
2026 | 2024-04-03T07:30:41.631Z | Checking newline-converter v0.3.0 |
2027 | 2024-04-03T07:30:41.631Z | Checking postcard v1.0.8 |
2028 | 2024-04-03T07:30:41.631Z | Checking sigpipe v0.1.3 |
2029 | 2024-04-03T07:30:41.632Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2030 | 2024-04-03T07:30:41.632Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2031 | 2024-04-03T07:30:41.632Z | Checking expectorate v1.1.0 |
2032 | 2024-04-03T07:30:41.779Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2033 | 2024-04-03T07:30:41.859Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2034 | 2024-04-03T07:30:42.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2035 | 2024-04-03T07:30:42.779Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2036 | 2024-04-03T07:30:42.779Z | Checking tokio-tungstenite v0.20.1 |
2037 | 2024-04-03T07:30:42.779Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2038 | 2024-04-03T07:30:42.779Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2039 | 2024-04-03T07:30:42.779Z | Compiling num-derive v0.4.0 |
2040 | 2024-04-03T07:30:42.841Z | Compiling mockall_derive v0.12.0 |
2041 | 2024-04-03T07:30:42.855Z | Checking downcast v0.11.0 |
2042 | 2024-04-03T07:30:43.382Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2043 | 2024-04-03T07:30:43.394Z | Checking fragile v2.0.0 |
2044 | 2024-04-03T07:30:43.395Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2045 | 2024-04-03T07:30:43.577Z | Checking base64 v0.22.0 |
2046 | 2024-04-03T07:30:43.820Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2047 | 2024-04-03T07:30:44.029Z | Checking pem v3.0.2 |
2048 | 2024-04-03T07:30:44.065Z | Checking env_logger v0.9.3 |
2049 | 2024-04-03T07:30:44.291Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2050 | 2024-04-03T07:30:44.532Z | Compiling bitstruct_derive v0.1.0 |
2051 | 2024-04-03T07:30:44.573Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2052 | 2024-04-03T07:30:45.045Z | Checking ascii v1.1.0 |
2053 | 2024-04-03T07:30:45.084Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2054 | 2024-04-03T07:30:45.084Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-04-03T07:30:45.085Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2056 | 2024-04-03T07:30:45.085Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2057 | 2024-04-03T07:30:45.086Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2058 | 2024-04-03T07:30:45.207Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2059 | 2024-04-03T07:30:45.435Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2060 | 2024-04-03T07:30:46.079Z | Checking erased-serde v0.3.31 |
2061 | 2024-04-03T07:30:46.204Z | Checking serde_arrays v0.1.0 |
2062 | 2024-04-03T07:30:46.204Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2063 | 2024-04-03T07:30:46.204Z | Checking bitstruct v0.1.1 |
2064 | 2024-04-03T07:30:46.204Z | Compiling zone_cfg_derive v0.1.2 |
2065 | 2024-04-03T07:30:46.204Z | Checking tungstenite v0.21.0 |
2066 | 2024-04-03T07:30:46.204Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2067 | 2024-04-03T07:30:46.316Z | Checking base64 v0.13.1 |
2068 | 2024-04-03T07:30:46.582Z | Checking ron v0.7.1 |
2069 | 2024-04-03T07:30:46.705Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2070 | 2024-04-03T07:30:46.827Z | Checking tokio-tungstenite v0.21.0 |
2071 | 2024-04-03T07:30:47.411Z | Checking zone v0.1.8 |
2072 | 2024-04-03T07:30:47.461Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2073 | 2024-04-03T07:30:47.644Z | Checking headers-core v0.2.0 |
2074 | 2024-04-03T07:30:47.725Z | Checking portpicker v0.1.1 |
2075 | 2024-04-03T07:30:47.779Z | Checking headers v0.3.9 |
2076 | 2024-04-03T07:30:47.863Z | Checking rcgen v0.12.1 |
2077 | 2024-04-03T07:30:48.060Z | Checking atomicwrites v0.4.3 |
2078 | 2024-04-03T07:30:48.245Z | Checking subprocess v0.2.9 |
2079 | 2024-04-03T07:30:48.738Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2080 | 2024-04-03T07:30:48.738Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2081 | 2024-04-03T07:30:48.738Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2082 | 2024-04-03T07:30:48.767Z | Checking linked-hash-map v0.5.6 |
2083 | 2024-04-03T07:30:48.785Z | Checking password-hash v0.5.0 |
2084 | 2024-04-03T07:30:48.935Z | Checking blake2 v0.10.6 |
2085 | 2024-04-03T07:30:48.950Z | Checking swrite v0.1.0 |
2086 | 2024-04-03T07:30:49.073Z | Checking lru-cache v0.1.2 |
2087 | 2024-04-03T07:30:49.489Z | Checking itertools v0.12.1 |
2088 | 2024-04-03T07:30:49.489Z | Compiling derive-where v1.2.7 |
2089 | 2024-04-03T07:30:49.489Z | Compiling rayon-core v1.12.1 |
2090 | 2024-04-03T07:30:49.489Z | Checking argon2 v0.5.3 |
2091 | 2024-04-03T07:30:49.721Z | Checking half v2.3.1 |
2092 | 2024-04-03T07:30:50.122Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2093 | 2024-04-03T07:30:50.172Z | Checking ciborium-io v0.2.2 |
2094 | 2024-04-03T07:30:50.348Z | Compiling cancel-safe-futures v0.1.5 |
2095 | 2024-04-03T07:30:50.451Z | Checking ciborium-ll v0.2.2 |
2096 | 2024-04-03T07:30:50.463Z | Checking resolv-conf v0.7.0 |
2097 | 2024-04-03T07:30:50.733Z | Checking ciborium v0.2.2 |
2098 | 2024-04-03T07:30:50.813Z | Checking trust-dns-resolver v0.22.0 |
2099 | 2024-04-03T07:30:51.084Z | Checking bytecount v0.6.3 |
2100 | 2024-04-03T07:30:51.224Z | Checking papergrid v0.11.0 |
2101 | 2024-04-03T07:30:51.375Z | Checking mockall v0.12.0 |
2102 | 2024-04-03T07:30:51.604Z | Compiling tabled_derive v0.7.0 |
2103 | 2024-04-03T07:30:51.709Z | Compiling slog-dtrace v0.3.0 |
2104 | 2024-04-03T07:30:51.954Z | Compiling semver v0.1.20 |
2105 | 2024-04-03T07:30:52.083Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2106 | 2024-04-03T07:30:52.330Z | Compiling rustc_version v0.1.7 |
2107 | 2024-04-03T07:30:52.416Z | Checking libsw v3.3.1 |
2108 | 2024-04-03T07:30:52.639Z | Checking linear-map v1.2.0 |
2109 | 2024-04-03T07:30:52.682Z | Checking owo-colors v4.0.0 |
2110 | 2024-04-03T07:30:52.789Z | Compiling newtype_derive v0.1.6 |
2111 | 2024-04-03T07:30:52.951Z | Compiling num-rational v0.4.1 |
2112 | 2024-04-03T07:30:52.962Z | Compiling radium v0.7.0 |
2113 | 2024-04-03T07:30:53.117Z | Checking is-terminal v0.4.9 |
2114 | 2024-04-03T07:30:53.260Z | Checking num-complex v0.4.4 |
2115 | 2024-04-03T07:30:53.290Z | Checking steno v0.4.0 |
2116 | 2024-04-03T07:30:53.717Z | Checking nibble_vec v0.1.0 |
2117 | 2024-04-03T07:30:53.717Z | Compiling maybe-uninit v2.0.0 |
2118 | 2024-04-03T07:30:54.153Z | Checking endian-type v0.1.2 |
2119 | 2024-04-03T07:30:54.179Z | Checking tap v1.0.1 |
2120 | 2024-04-03T07:30:54.203Z | Checking num v0.4.1 |
2121 | 2024-04-03T07:30:54.326Z | Checking wyz v0.5.1 |
2122 | 2024-04-03T07:30:54.345Z | Checking radix_trie v0.2.1 |
2123 | 2024-04-03T07:30:54.361Z | Checking tabled v0.15.0 |
2124 | 2024-04-03T07:30:54.567Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2125 | 2024-04-03T07:30:54.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2126 | 2024-04-03T07:30:54.721Z | Checking fxhash v0.2.1 |
2127 | 2024-04-03T07:30:54.725Z | Checking funty v2.0.0 |
2128 | 2024-04-03T07:30:54.896Z | Compiling packed_struct v0.10.1 |
2129 | 2024-04-03T07:30:55.343Z | Checking crc-catalog v2.2.0 |
2130 | 2024-04-03T07:30:55.977Z | Compiling num-bigint-dig v0.8.4 |
2131 | 2024-04-03T07:30:55.977Z | Checking crc v3.0.1 |
2132 | 2024-04-03T07:30:55.977Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-04-03T07:30:55.977Z | Compiling packed_struct_codegen v0.10.1 |
2134 | 2024-04-03T07:30:55.978Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2135 | 2024-04-03T07:30:55.978Z | Checking bitvec v1.0.1 |
2136 | 2024-04-03T07:30:55.978Z | Compiling indexmap v1.9.3 |
2137 | 2024-04-03T07:30:55.978Z | Checking nodrop v0.1.14 |
2138 | 2024-04-03T07:30:56.009Z | Checking array-init v0.0.4 |
2139 | 2024-04-03T07:30:56.120Z | Checking smallvec v0.6.14 |
2140 | 2024-04-03T07:30:56.520Z | Checking pkcs1 v0.7.5 |
2141 | 2024-04-03T07:30:56.998Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2142 | 2024-04-03T07:30:56.998Z | Checking signature v2.1.0 |
2143 | 2024-04-03T07:30:56.998Z | Checking hashbrown v0.12.3 |
2144 | 2024-04-03T07:30:57.497Z | Checking bitfield v0.14.0 |
2145 | 2024-04-03T07:30:57.501Z | Checking serde-hex v0.1.0 |
2146 | 2024-04-03T07:30:57.501Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2147 | 2024-04-03T07:30:57.601Z | Checking env_logger v0.10.0 |
2148 | 2024-04-03T07:30:58.029Z | Checking x509-cert v0.2.4 |
2149 | 2024-04-03T07:30:58.492Z | Checking rsa v0.9.2 |
2150 | 2024-04-03T07:30:58.799Z | Checking ron v0.8.1 |
2151 | 2024-04-03T07:30:59.316Z | Checking hashbrown v0.13.2 |
2152 | 2024-04-03T07:30:59.316Z | Checking crc-any v2.4.3 |
2153 | 2024-04-03T07:30:59.493Z | Checking display-error-chain v0.2.0 |
2154 | 2024-04-03T07:30:59.548Z | Checking path-slash v0.1.5 |
2155 | 2024-04-03T07:30:59.637Z | Compiling convert_case v0.4.0 |
2156 | 2024-04-03T07:30:59.656Z | Compiling async-recursion v1.0.5 |
2157 | 2024-04-03T07:30:59.684Z | Compiling buf-list v1.0.3 |
2158 | 2024-04-03T07:30:59.793Z | Checking object v0.30.4 |
2159 | 2024-04-03T07:31:00.278Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2160 | 2024-04-03T07:31:00.278Z | Compiling blake3 v1.5.0 |
2161 | 2024-04-03T07:31:00.654Z | Compiling derive_more v0.99.17 |
2162 | 2024-04-03T07:31:00.680Z | Checking textwrap v0.11.0 |
2163 | 2024-04-03T07:31:00.748Z | Checking gethostname v0.4.3 |
2164 | 2024-04-03T07:31:00.892Z | Checking strsim v0.8.0 |
2165 | 2024-04-03T07:31:00.905Z | Checking vec_map v0.8.2 |
2166 | 2024-04-03T07:31:01.063Z | Compiling libefi-sys v0.1.0 |
2167 | 2024-04-03T07:31:01.207Z | Compiling parking_lot_core v0.8.6 |
2168 | 2024-04-03T07:31:01.227Z | Checking ansi_term v0.12.1 |
2169 | 2024-04-03T07:31:01.376Z | Compiling structopt-derive v0.4.18 |
2170 | 2024-04-03T07:31:01.828Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2171 | 2024-04-03T07:31:01.843Z | Checking clap v2.34.0 |
2172 | 2024-04-03T07:31:02.298Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2173 | 2024-04-03T07:31:02.298Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2174 | 2024-04-03T07:31:02.298Z | Compiling crossbeam-deque v0.8.3 |
2175 | 2024-04-03T07:31:02.542Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2176 | 2024-04-03T07:31:02.693Z | Checking keccak v0.1.4 |
2177 | 2024-04-03T07:31:03.027Z | Checking sha3 v0.10.8 |
2178 | 2024-04-03T07:31:04.249Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2179 | 2024-04-03T07:31:04.679Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2180 | 2024-04-03T07:31:04.696Z | Checking structopt v0.3.26 |
2181 | 2024-04-03T07:31:04.696Z | Checking parking_lot v0.11.2 |
2182 | 2024-04-03T07:31:04.838Z | Checking trust-dns-client v0.22.0 |
2183 | 2024-04-03T07:31:04.860Z | Checking toml v0.5.11 |
2184 | 2024-04-03T07:31:04.875Z | Compiling semver-parser v0.10.2 |
2185 | 2024-04-03T07:31:07.542Z | Checking secrecy v0.8.0 |
2186 | 2024-04-03T07:31:07.542Z | Compiling pin-project-internal v1.1.3 |
2187 | 2024-04-03T07:31:07.542Z | Compiling doc-comment v0.3.3 |
2188 | 2024-04-03T07:31:07.542Z | Compiling semver v0.11.0 |
2189 | 2024-04-03T07:31:07.542Z | Checking trust-dns-server v0.22.1 |
2190 | 2024-04-03T07:31:07.542Z | Checking sled v0.34.7 |
2191 | 2024-04-03T07:31:07.553Z | Compiling rayon v1.9.0 |
2192 | 2024-04-03T07:31:08.206Z | Compiling memmap2 v0.7.1 |
2193 | 2024-04-03T07:31:09.006Z | Compiling arrayvec v0.7.4 |
2194 | 2024-04-03T07:31:09.062Z | Checking pin-project v1.1.3 |
2195 | 2024-04-03T07:31:09.526Z | Compiling home v0.5.5 |
2196 | 2024-04-03T07:31:09.538Z | Compiling arrayref v0.3.7 |
2197 | 2024-04-03T07:31:09.538Z | Compiling constant_time_eq v0.3.0 |
2198 | 2024-04-03T07:31:09.538Z | Compiling toolchain_find v0.2.0 |
2199 | 2024-04-03T07:31:09.840Z | Compiling vte_generate_state_changes v0.1.1 |
2200 | 2024-04-03T07:31:09.989Z | Compiling topological-sort v0.2.2 |
2201 | 2024-04-03T07:31:10.174Z | Compiling glob v0.3.1 |
2202 | 2024-04-03T07:31:10.529Z | Checking vte v0.11.1 |
2203 | 2024-04-03T07:31:11.511Z | Compiling rustfmt-wrapper v0.2.0 |
2204 | 2024-04-03T07:31:11.698Z | Checking fd-lock v3.0.13 |
2205 | 2024-04-03T07:31:11.857Z | Checking nu-ansi-term v0.50.0 |
2206 | 2024-04-03T07:31:11.884Z | Checking strum v0.25.0 |
2207 | 2024-04-03T07:31:11.897Z | Checking strip-ansi-escapes v0.2.0 |
2208 | 2024-04-03T07:31:12.022Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2209 | 2024-04-03T07:31:12.039Z | Compiling omicron-zone-package v0.11.0 |
2210 | 2024-04-03T07:31:12.128Z | Compiling unicase v2.7.0 |
2211 | 2024-04-03T07:31:12.257Z | Checking reedline v0.30.0 |
2212 | 2024-04-03T07:31:12.334Z | Compiling prettyplease v0.2.16 |
2213 | 2024-04-03T07:31:12.417Z | Compiling platforms v3.0.2 |
2214 | 2024-04-03T07:31:12.752Z | Compiling snafu-derive v0.7.5 |
2215 | 2024-04-03T07:31:13.002Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2216 | 2024-04-03T07:31:13.186Z | Checking globset v0.4.13 |
2217 | 2024-04-03T07:31:13.316Z | Checking olpc-cjson v0.1.3 |
2218 | 2024-04-03T07:31:13.490Z | Checking serde_plain v1.0.2 |
2219 | 2024-04-03T07:31:13.666Z | Compiling memoffset v0.7.1 |
2220 | 2024-04-03T07:31:13.722Z | Compiling crunchy v0.2.2 |
2221 | 2024-04-03T07:31:13.996Z | Checking typed-path v0.7.0 |
2222 | 2024-04-03T07:31:15.538Z | Compiling curve25519-dalek v4.1.1 |
2223 | 2024-04-03T07:31:15.566Z | Checking fs-err v2.11.0 |
2224 | 2024-04-03T07:31:15.566Z | Compiling clang-sys v1.6.1 |
2225 | 2024-04-03T07:31:15.566Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2226 | 2024-04-03T07:31:15.567Z | Compiling tiny-keccak v2.0.2 |
2227 | 2024-04-03T07:31:15.567Z | Checking parse-size v1.0.0 |
2228 | 2024-04-03T07:31:15.567Z | Compiling mime_guess v2.0.4 |
2229 | 2024-04-03T07:31:15.695Z | Compiling darling_core v0.14.4 |
2230 | 2024-04-03T07:31:15.705Z | Checking universal-hash v0.5.1 |
2231 | 2024-04-03T07:31:15.811Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2232 | 2024-04-03T07:31:15.849Z | Compiling thiserror-impl-no-std v2.0.2 |
2233 | 2024-04-03T07:31:16.008Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2234 | 2024-04-03T07:31:16.052Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2235 | 2024-04-03T07:31:16.567Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2236 | 2024-04-03T07:31:16.897Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2237 | 2024-04-03T07:31:18.153Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2238 | 2024-04-03T07:31:18.611Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2239 | 2024-04-03T07:31:18.635Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2240 | 2024-04-03T07:31:19.654Z | Checking snafu v0.7.5 |
2241 | 2024-04-03T07:31:19.718Z | Checking tough v0.16.0 |
2242 | 2024-04-03T07:31:19.857Z | Compiling curve25519-dalek-derive v0.1.0 |
2243 | 2024-04-03T07:31:19.956Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2244 | 2024-04-03T07:31:20.030Z | Checking nanorand v0.7.0 |
2245 | 2024-04-03T07:31:20.232Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2246 | 2024-04-03T07:31:20.420Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2247 | 2024-04-03T07:31:20.691Z | Compiling salty v0.2.0 |
2248 | 2024-04-03T07:31:21.193Z | Checking opaque-debug v0.3.0 |
2249 | 2024-04-03T07:31:21.292Z | Checking signature v1.6.4 |
2250 | 2024-04-03T07:31:21.419Z | Checking ed25519 v1.5.3 |
2251 | 2024-04-03T07:31:21.956Z | Compiling darling_macro v0.14.4 |
2252 | 2024-04-03T07:31:21.965Z | Checking poly1305 v0.8.0 |
2253 | 2024-04-03T07:31:22.145Z | Checking flume v0.11.0 |
2254 | 2024-04-03T07:31:22.305Z | Checking thiserror-no-std v2.0.2 |
2255 | 2024-04-03T07:31:22.456Z | Compiling ascii-canvas v3.0.0 |
2256 | 2024-04-03T07:31:22.634Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2257 | 2024-04-03T07:31:23.039Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2258 | 2024-04-03T07:31:23.258Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2259 | 2024-04-03T07:31:23.271Z | Checking chacha20 v0.9.1 |
2260 | 2024-04-03T07:31:23.303Z | Checking aead v0.5.2 |
2261 | 2024-04-03T07:31:23.552Z | Checking serde-big-array v0.5.1 |
2262 | 2024-04-03T07:31:23.596Z | Checking kstat-rs v0.2.3 |
2263 | 2024-04-03T07:31:23.621Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2264 | 2024-04-03T07:31:23.629Z | Compiling ena v0.14.2 |
2265 | 2024-04-03T07:31:23.754Z | Compiling libloading v0.7.4 |
2266 | 2024-04-03T07:31:24.228Z | Compiling bindgen v0.69.2 |
2267 | 2024-04-03T07:31:24.303Z | Compiling diff v0.1.13 |
2268 | 2024-04-03T07:31:24.303Z | Compiling regex-syntax v0.6.29 |
2269 | 2024-04-03T07:31:24.483Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2270 | 2024-04-03T07:31:29.707Z | Checking chacha20poly1305 v0.10.1 |
2271 | 2024-04-03T07:31:29.912Z | Checking vsss-rs v3.3.4 |
2272 | 2024-04-03T07:31:29.991Z | Compiling darling v0.14.4 |
2273 | 2024-04-03T07:31:29.991Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2274 | 2024-04-03T07:31:29.991Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2275 | 2024-04-03T07:31:29.992Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2276 | 2024-04-03T07:31:29.992Z | Checking signal-hook-tokio v0.3.1 |
2277 | 2024-04-03T07:31:29.992Z | Compiling lalrpop v0.19.12 |
2278 | 2024-04-03T07:31:29.992Z | Compiling cexpr v0.6.0 |
2279 | 2024-04-03T07:31:29.992Z | Checking serde-big-array v0.4.1 |
2280 | 2024-04-03T07:31:29.993Z | Compiling which v4.4.0 |
2281 | 2024-04-03T07:31:29.993Z | Compiling ref-cast v1.0.20 |
2282 | 2024-04-03T07:31:29.993Z | Compiling heck v0.5.0 |
2283 | 2024-04-03T07:31:29.993Z | Compiling shlex v1.3.0 |
2284 | 2024-04-03T07:31:29.993Z | Compiling rustc-hash v1.1.0 |
2285 | 2024-04-03T07:31:29.994Z | Compiling lazycell v1.3.0 |
2286 | 2024-04-03T07:31:29.994Z | Compiling peeking_take_while v0.1.2 |
2287 | 2024-04-03T07:31:30.078Z | Checking maplit v1.0.2 |
2288 | 2024-04-03T07:31:30.100Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2289 | 2024-04-03T07:31:30.100Z | Compiling derive_builder_core v0.12.0 |
2290 | 2024-04-03T07:31:31.027Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2291 | 2024-04-03T07:31:32.209Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2292 | 2024-04-03T07:31:32.447Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2293 | 2024-04-03T07:31:32.982Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2294 | 2024-04-03T07:31:34.260Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2295 | 2024-04-03T07:31:35.089Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2296 | 2024-04-03T07:31:35.207Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2297 | 2024-04-03T07:31:36.859Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2298 | 2024-04-03T07:31:37.618Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2299 | 2024-04-03T07:31:38.184Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-04-03T07:31:38.206Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2301 | 2024-04-03T07:31:38.496Z | Checking fd-lock v4.0.2 |
2302 | 2024-04-03T07:31:38.524Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2303 | 2024-04-03T07:31:38.663Z | Compiling peg-macros v0.8.2 |
2304 | 2024-04-03T07:31:40.044Z | Checking nix v0.27.1 |
2305 | 2024-04-03T07:31:40.572Z | Compiling sqlparser_derive v0.2.2 |
2306 | 2024-04-03T07:31:41.734Z | Compiling ref-cast-impl v1.0.20 |
2307 | 2024-04-03T07:31:42.516Z | Compiling libxml v0.3.3 |
2308 | 2024-04-03T07:31:42.560Z | Checking unicode_categories v0.1.1 |
2309 | 2024-04-03T07:31:42.851Z | Checking corncobs v0.1.3 |
2310 | 2024-04-03T07:31:43.023Z | Checking rustyline v13.0.0 |
2311 | 2024-04-03T07:31:43.067Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2312 | 2024-04-03T07:31:43.099Z | Checking sqlformat v0.2.3 |
2313 | 2024-04-03T07:31:43.307Z | Checking peg v0.8.2 |
2314 | 2024-04-03T07:31:43.404Z | Checking sqlparser v0.43.1 |
2315 | 2024-04-03T07:31:44.564Z | Compiling derive_builder_macro v0.12.0 |
2316 | 2024-04-03T07:31:44.681Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2317 | 2024-04-03T07:31:45.096Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2318 | 2024-04-03T07:31:45.404Z | Checking bcs v0.1.6 |
2319 | 2024-04-03T07:31:46.275Z | Compiling strum_macros v0.24.3 |
2320 | 2024-04-03T07:31:48.685Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2321 | 2024-04-03T07:31:49.482Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2322 | 2024-04-03T07:31:49.832Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2323 | 2024-04-03T07:31:50.339Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2324 | 2024-04-03T07:31:50.362Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2325 | 2024-04-03T07:31:50.742Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2326 | 2024-04-03T07:31:51.175Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2327 | 2024-04-03T07:31:51.864Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2328 | 2024-04-03T07:31:52.118Z | Compiling cookie v0.18.0 |
2329 | 2024-04-03T07:31:52.432Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2330 | 2024-04-03T07:31:53.159Z | Compiling indoc v1.0.9 |
2331 | 2024-04-03T07:31:54.243Z | Checking highway v1.1.0 |
2332 | 2024-04-03T07:31:54.280Z | Checking derive_builder v0.12.0 |
2333 | 2024-04-03T07:31:54.419Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2334 | 2024-04-03T07:31:54.561Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2335 | 2024-04-03T07:31:54.701Z | Checking bb8 v0.8.3 |
2336 | 2024-04-03T07:31:54.825Z | Checking quick-xml v0.30.0 |
2337 | 2024-04-03T07:31:55.361Z | Compiling const_format_proc_macros v0.2.32 |
2338 | 2024-04-03T07:31:55.362Z | Compiling impl-trait-for-tuples v0.2.2 |
2339 | 2024-04-03T07:31:56.160Z | Compiling oso-derive v0.27.0 |
2340 | 2024-04-03T07:31:56.752Z | Checking http-range v0.1.5 |
2341 | 2024-04-03T07:31:56.923Z | Checking hyper-staticfile v0.9.5 |
2342 | 2024-04-03T07:31:57.281Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2343 | 2024-04-03T07:31:57.319Z | Checking const_format v0.2.32 |
2344 | 2024-04-03T07:31:57.392Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2345 | 2024-04-03T07:31:58.125Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2346 | 2024-04-03T07:31:58.207Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2347 | 2024-04-03T07:31:58.275Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2348 | 2024-04-03T07:32:04.120Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2349 | 2024-04-03T07:32:04.352Z | Checking assert_matches v1.5.0 |
2350 | 2024-04-03T07:32:04.353Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2351 | 2024-04-03T07:32:04.353Z | Checking rand_seeder v0.2.3 |
2352 | 2024-04-03T07:32:04.353Z | Compiling portable-atomic v1.4.3 |
2353 | 2024-04-03T07:32:04.353Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2354 | 2024-04-03T07:32:04.353Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2355 | 2024-04-03T07:32:04.353Z | Checking number_prefix v0.4.0 |
2356 | 2024-04-03T07:32:04.353Z | Checking castaway v0.2.2 |
2357 | 2024-04-03T07:32:04.353Z | Checking compact_str v0.7.1 |
2358 | 2024-04-03T07:32:04.353Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2359 | 2024-04-03T07:32:04.353Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2360 | 2024-04-03T07:32:04.353Z | Checking lru v0.12.1 |
2361 | 2024-04-03T07:32:04.354Z | Compiling stability v0.1.1 |
2362 | 2024-04-03T07:32:04.354Z | Compiling indoc v2.0.3 |
2363 | 2024-04-03T07:32:04.354Z | Checking indicatif v0.17.8 |
2364 | 2024-04-03T07:32:04.460Z | Checking cassowary v0.3.0 |
2365 | 2024-04-03T07:32:04.484Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2366 | 2024-04-03T07:32:04.657Z | Checking smawk v0.3.1 |
2367 | 2024-04-03T07:32:04.690Z | Checking ratatui v0.26.1 |
2368 | 2024-04-03T07:32:04.779Z | Checking unicode-linebreak v0.1.5 |
2369 | 2024-04-03T07:32:05.166Z | Checking textwrap v0.16.1 |
2370 | 2024-04-03T07:32:05.679Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2371 | 2024-04-03T07:32:05.891Z | Checking is_ci v1.2.0 |
2372 | 2024-04-03T07:32:05.901Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2373 | 2024-04-03T07:32:06.019Z | Checking supports-color v3.0.0 |
2374 | 2024-04-03T07:32:06.238Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2375 | 2024-04-03T07:32:07.213Z | Checking fatfs v0.3.6 |
2376 | 2024-04-03T07:32:07.719Z | Checking rtoolbox v0.0.1 |
2377 | 2024-04-03T07:32:07.719Z | Checking rpassword v7.3.1 |
2378 | 2024-04-03T07:32:07.719Z | Checking tui-tree-widget v0.19.0 |
2379 | 2024-04-03T07:32:07.783Z | Checking shell-words v1.1.0 |
2380 | 2024-04-03T07:32:07.947Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2381 | 2024-04-03T07:32:08.190Z | Checking yansi v0.5.1 |
2382 | 2024-04-03T07:32:08.237Z | Compiling target-lexicon v0.12.13 |
2383 | 2024-04-03T07:32:08.466Z | Checking pretty_assertions v1.4.0 |
2384 | 2024-04-03T07:32:08.665Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2385 | 2024-04-03T07:32:09.022Z | Compiling guppy-workspace-hack v0.1.0 |
2386 | 2024-04-03T07:32:09.259Z | Checking plotters-backend v0.3.5 |
2387 | 2024-04-03T07:32:09.605Z | Checking plotters-svg v0.3.5 |
2388 | 2024-04-03T07:32:10.030Z | Checking http-body v1.0.0 |
2389 | 2024-04-03T07:32:10.030Z | Checking rand v0.4.6 |
2390 | 2024-04-03T07:32:10.461Z | Checking remove_dir_all v0.5.3 |
2391 | 2024-04-03T07:32:10.461Z | Compiling target-spec v3.1.0 |
2392 | 2024-04-03T07:32:10.461Z | Checking cast v0.3.0 |
2393 | 2024-04-03T07:32:10.462Z | Checking tower-layer v0.3.2 |
2394 | 2024-04-03T07:32:10.462Z | Compiling assert_cmd v2.0.14 |
2395 | 2024-04-03T07:32:10.472Z | Checking criterion-plot v0.5.0 |
2396 | 2024-04-03T07:32:10.605Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2397 | 2024-04-03T07:32:10.785Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2398 | 2024-04-03T07:32:10.820Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2399 | 2024-04-03T07:32:11.361Z | Checking tempdir v0.3.7 |
2400 | 2024-04-03T07:32:11.368Z | Checking tower v0.4.13 |
2401 | 2024-04-03T07:32:11.368Z | Checking cfg-expr v0.15.6 |
2402 | 2024-04-03T07:32:11.788Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2403 | 2024-04-03T07:32:12.439Z | Checking hyper v1.1.0 |
2404 | 2024-04-03T07:32:12.456Z | Checking plotters v0.3.5 |
2405 | 2024-04-03T07:32:13.036Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2406 | 2024-04-03T07:32:13.175Z | Checking tinytemplate v1.2.1 |
2407 | 2024-04-03T07:32:13.537Z | Checking cargo-platform v0.1.3 |
2408 | 2024-04-03T07:32:13.817Z | Checking anes v0.1.6 |
2409 | 2024-04-03T07:32:13.873Z | Checking oorandom v11.1.3 |
2410 | 2024-04-03T07:32:13.917Z | Checking cargo_metadata v0.18.1 |
2411 | 2024-04-03T07:32:14.028Z | Checking hyper-util v0.1.2 |
2412 | 2024-04-03T07:32:14.186Z | Checking criterion v0.5.1 |
2413 | 2024-04-03T07:32:15.826Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2414 | 2024-04-03T07:32:16.054Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2415 | 2024-04-03T07:32:16.910Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2416 | 2024-04-03T07:32:16.934Z | Checking rustls-native-certs v0.7.0 |
2417 | 2024-04-03T07:32:17.077Z | Checking httptest v0.15.5 |
2418 | 2024-04-03T07:32:17.839Z | Checking pathdiff v0.2.1 |
2419 | 2024-04-03T07:32:17.995Z | Checking nested v0.1.1 |
2420 | 2024-04-03T07:32:18.203Z | Checking guppy v0.17.5 |
2421 | 2024-04-03T07:32:20.231Z | Checking hyper-rustls v0.26.0 |
2422 | 2024-04-03T07:32:20.947Z | Checking threadpool v1.8.1 |
2423 | 2024-04-03T07:32:20.950Z | Checking libtest-mimic v0.6.1 |
2424 | 2024-04-03T07:32:21.162Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2425 | 2024-04-03T07:32:21.674Z | Checking similar-asserts v1.5.0 |
2426 | 2024-04-03T07:32:21.704Z | Compiling rstest_macros v0.18.2 |
2427 | 2024-04-03T07:32:23.457Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2428 | 2024-04-03T07:32:24.097Z | Checking datatest-stable v0.2.3 |
2429 | 2024-04-03T07:32:24.174Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2430 | 2024-04-03T07:32:24.303Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2431 | 2024-04-03T07:32:24.457Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2432 | 2024-04-03T07:32:24.758Z | Checking csv-core v0.1.11 |
2433 | 2024-04-03T07:32:24.777Z | Checking constant_time_eq v0.2.6 |
2434 | 2024-04-03T07:32:24.964Z | Compiling relative-path v1.9.0 |
2435 | 2024-04-03T07:32:25.103Z | Compiling trybuild v1.0.89 |
2436 | 2024-04-03T07:32:25.122Z | Checking csv v1.3.0 |
2437 | 2024-04-03T07:32:25.546Z | Checking blake2b_simd v1.0.1 |
2438 | 2024-04-03T07:32:26.072Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2439 | 2024-04-03T07:32:26.368Z | Checking basic-toml v0.1.8 |
2440 | 2024-04-03T07:32:27.275Z | Checking multimap v0.10.0 |
2441 | 2024-04-03T07:32:27.577Z | Checking futures-timer v3.0.2 |
2442 | 2024-04-03T07:32:28.721Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2443 | 2024-04-03T07:32:29.234Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2444 | 2024-04-03T07:32:29.699Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2445 | 2024-04-03T07:32:32.108Z | Checking rust-argon2 v2.1.0 |
2446 | 2024-04-03T07:32:32.114Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2447 | 2024-04-03T07:32:34.093Z | Checking partial-io v0.5.4 |
2448 | 2024-04-03T07:32:34.478Z | Checking approx v0.5.1 |
2449 | 2024-04-03T07:32:34.659Z | Checking termios v0.3.3 |
2450 | 2024-04-03T07:32:34.726Z | Checking hex-literal v0.4.1 |
2451 | 2024-04-03T07:32:34.847Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2452 | 2024-04-03T07:32:35.528Z | Checking rstest v0.18.2 |
2453 | 2024-04-03T07:33:03.100Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2454 | 2024-04-03T07:33:25.184Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2455 | 2024-04-03T07:33:28.603Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2456 | 2024-04-03T07:33:29.503Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2457 | 2024-04-03T07:33:40.468Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2458 | 2024-04-03T07:33:47.226Z | Compiling polar-core v0.27.0 |
2459 | 2024-04-03T07:33:54.687Z | Checking oso v0.27.0 |
2460 | 2024-04-03T07:34:21.232Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2461 | 2024-04-03T07:34:21.240Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2462 | 2024-04-03T07:34:21.240Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2463 | 2024-04-03T07:35:18.108Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 45s |
2464 | 2024-04-03T07:35:18.307Z | |
2465 | 2024-04-03T07:35:18.307Z | real 8:09.246312799 |
2466 | 2024-04-03T07:35:18.307Z | user 38:49.738385568 |
2467 | 2024-04-03T07:35:18.307Z | sys 6:51.205164479 |
2468 | 2024-04-03T07:35:18.307Z | trap 1.032382694 |
2469 | 2024-04-03T07:35:18.308Z | tflt 12.180280459 |
2470 | 2024-04-03T07:35:18.308Z | dflt 6.240416599 |
2471 | 2024-04-03T07:35:18.308Z | kflt 0.220009904 |
2472 | 2024-04-03T07:35:18.308Z | lock 59:14.132195349 |
2473 | 2024-04-03T07:35:18.318Z | slp 1:59:08.395024767 |
2474 | 2024-04-03T07:35:18.318Z | lat 1:48.815269543 |
2475 | 2024-04-03T07:35:18.318Z | stop 4:46.860461725 |
2476 | 2024-04-03T07:35:19.216Z | warning: output filename collision. |
2477 | 2024-04-03T07:35:19.217Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2478 | 2024-04-03T07:35:19.217Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2479 | 2024-04-03T07:35:19.217Z | The targets should have unique names. |
2480 | 2024-04-03T07:35:19.217Z | This is a known bug where multiple crates with the same name use |
2481 | 2024-04-03T07:35:19.217Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2482 | 2024-04-03T07:35:19.217Z | warning: output filename collision. |
2483 | 2024-04-03T07:35:19.217Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` 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=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2484 | 2024-04-03T07:35:19.217Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2485 | 2024-04-03T07:35:19.217Z | The targets should have unique names. |
2486 | 2024-04-03T07:35:19.217Z | This is a known bug where multiple crates with the same name use |
2487 | 2024-04-03T07:35:19.217Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2488 | 2024-04-03T07:35:19.221Z | warning: output filename collision. |
2489 | 2024-04-03T07:35:19.222Z | 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)`. |
2490 | 2024-04-03T07:35:19.222Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2491 | 2024-04-03T07:35:19.222Z | The targets should have unique names. |
2492 | 2024-04-03T07:35:19.222Z | This is a known bug where multiple crates with the same name use |
2493 | 2024-04-03T07:35:19.222Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2494 | 2024-04-03T07:35:19.222Z | warning: output filename collision. |
2495 | 2024-04-03T07:35:19.222Z | 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)`. |
2496 | 2024-04-03T07:35:19.222Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2497 | 2024-04-03T07:35:19.222Z | The targets should have unique names. |
2498 | 2024-04-03T07:35:19.222Z | This is a known bug where multiple crates with the same name use |
2499 | 2024-04-03T07:35:19.222Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2500 | 2024-04-03T07:35:19.222Z | warning: output filename collision. |
2501 | 2024-04-03T07:35:19.223Z | The lib target `nix` in package `nix v0.27.1` 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)`. |
2502 | 2024-04-03T07:35:19.223Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2503 | 2024-04-03T07:35:19.223Z | The targets should have unique names. |
2504 | 2024-04-03T07:35:19.223Z | This is a known bug where multiple crates with the same name use |
2505 | 2024-04-03T07:35:19.223Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2506 | 2024-04-03T07:35:19.223Z | warning: output filename collision. |
2507 | 2024-04-03T07:35:19.223Z | 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)`. |
2508 | 2024-04-03T07:35:19.223Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2509 | 2024-04-03T07:35:19.223Z | The targets should have unique names. |
2510 | 2024-04-03T07:35:19.223Z | This is a known bug where multiple crates with the same name use |
2511 | 2024-04-03T07:35:19.223Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2512 | 2024-04-03T07:35:19.224Z | warning: output filename collision. |
2513 | 2024-04-03T07:35:19.224Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)`. |
2514 | 2024-04-03T07:35:19.224Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2515 | 2024-04-03T07:35:19.224Z | The targets should have unique names. |
2516 | 2024-04-03T07:35:19.224Z | This is a known bug where multiple crates with the same name use |
2517 | 2024-04-03T07:35:19.224Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2518 | 2024-04-03T07:35:19.224Z | warning: output filename collision. |
2519 | 2024-04-03T07:35:19.224Z | 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)`. |
2520 | 2024-04-03T07:35:19.224Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2521 | 2024-04-03T07:35:19.224Z | The targets should have unique names. |
2522 | 2024-04-03T07:35:19.225Z | This is a known bug where multiple crates with the same name use |
2523 | 2024-04-03T07:35:19.225Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2524 | 2024-04-03T07:35:19.225Z | warning: output filename collision. |
2525 | 2024-04-03T07:35:19.225Z | 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`. |
2526 | 2024-04-03T07:35:19.225Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2527 | 2024-04-03T07:35:19.225Z | The targets should have unique names. |
2528 | 2024-04-03T07:35:19.225Z | This is a known bug where multiple crates with the same name use |
2529 | 2024-04-03T07:35:19.225Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2530 | 2024-04-03T07:35:19.716Z | Documenting libc v0.2.153 |
2531 | 2024-04-03T07:35:19.771Z | Documenting cfg-if v1.0.0 |
2532 | 2024-04-03T07:35:19.782Z | Documenting serde_derive v1.0.197 |
2533 | 2024-04-03T07:35:19.806Z | Documenting log v0.4.21 |
2534 | 2024-04-03T07:35:19.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2535 | 2024-04-03T07:35:19.831Z | Documenting memchr v2.7.1 |
2536 | 2024-04-03T07:35:19.866Z | Documenting byteorder v1.5.0 |
2537 | 2024-04-03T07:35:19.919Z | Documenting smallvec v1.13.1 |
2538 | 2024-04-03T07:35:20.083Z | Documenting itoa v1.0.9 |
2539 | 2024-04-03T07:35:22.563Z | Documenting scopeguard v1.2.0 |
2540 | 2024-04-03T07:35:22.966Z | Documenting libm v0.2.7 |
2541 | 2024-04-03T07:35:23.447Z | Documenting pin-project-lite v0.2.13 |
2542 | 2024-04-03T07:35:24.418Z | Documenting once_cell v1.19.0 |
2543 | 2024-04-03T07:35:24.456Z | Documenting zeroize_derive v1.4.2 |
2544 | 2024-04-03T07:35:24.479Z | Documenting getrandom v0.2.12 |
2545 | 2024-04-03T07:35:25.079Z | Documenting parking_lot_core v0.9.8 |
2546 | 2024-04-03T07:35:25.498Z | Documenting lock_api v0.4.10 |
2547 | 2024-04-03T07:35:26.339Z | Documenting num-traits v0.2.18 |
2548 | 2024-04-03T07:35:26.743Z | Documenting signal-hook-registry v1.4.1 |
2549 | 2024-04-03T07:35:27.537Z | Documenting serde v1.0.197 |
2550 | 2024-04-03T07:35:29.032Z | Documenting mio v0.8.11 |
2551 | 2024-04-03T07:35:29.277Z | Documenting thiserror-impl v1.0.57 |
2552 | 2024-04-03T07:35:29.398Z | Documenting zeroize v1.7.0 |
2553 | 2024-04-03T07:35:30.401Z | Documenting rand_core v0.6.4 |
2554 | 2024-04-03T07:35:30.583Z | Documenting parking_lot v0.12.1 |
2555 | 2024-04-03T07:35:31.320Z | Documenting futures-core v0.3.30 |
2556 | 2024-04-03T07:35:31.573Z | Documenting ryu v1.0.15 |
2557 | 2024-04-03T07:35:33.920Z | Documenting num_cpus v1.16.0 |
2558 | 2024-04-03T07:35:34.086Z | Documenting socket2 v0.5.5 |
2559 | 2024-04-03T07:35:34.202Z | Documenting tokio-macros v2.2.0 |
2560 | 2024-04-03T07:35:34.366Z | Documenting zerocopy v0.7.32 |
2561 | 2024-04-03T07:35:34.432Z | Documenting futures-sink v0.3.30 |
2562 | 2024-04-03T07:35:35.304Z | Documenting thiserror v1.0.57 |
2563 | 2024-04-03T07:35:36.009Z | Documenting typenum v1.16.0 |
2564 | 2024-04-03T07:35:38.534Z | Documenting subtle v2.5.0 |
2565 | 2024-04-03T07:35:39.152Z | Documenting pin-utils v0.1.0 |
2566 | 2024-04-03T07:35:45.781Z | Documenting iana-time-zone v0.1.57 |
2567 | 2024-04-03T07:35:45.781Z | Documenting futures-channel v0.3.30 |
2568 | 2024-04-03T07:35:46.214Z | Documenting slab v0.4.9 |
2569 | 2024-04-03T07:35:47.557Z | Documenting bytes v1.5.0 |
2570 | 2024-04-03T07:35:50.026Z | Documenting bitflags v2.4.2 |
2571 | 2024-04-03T07:35:50.067Z | Documenting serde_json v1.0.114 |
2572 | 2024-04-03T07:35:50.143Z | Documenting chrono v0.4.34 |
2573 | 2024-04-03T07:35:50.190Z | Documenting futures-macro v0.3.30 |
2574 | 2024-04-03T07:35:50.213Z | Documenting futures-task v0.3.30 |
2575 | 2024-04-03T07:35:50.403Z | Documenting futures-io v0.3.30 |
2576 | 2024-04-03T07:35:51.117Z | Documenting generic-array v0.14.7 |
2577 | 2024-04-03T07:35:51.276Z | Documenting tokio v1.36.0 |
2578 | 2024-04-03T07:35:54.639Z | Documenting uuid v1.7.0 |
2579 | 2024-04-03T07:35:55.127Z | Documenting ahash v0.8.8 |
2580 | 2024-04-03T07:35:55.235Z | Documenting allocator-api2 v0.2.16 |
2581 | 2024-04-03T07:35:56.176Z | Documenting tinyvec_macros v0.1.1 |
2582 | 2024-04-03T07:35:56.190Z | Documenting crypto-common v0.1.6 |
2583 | 2024-04-03T07:35:56.190Z | Documenting futures-util v0.3.30 |
2584 | 2024-04-03T07:35:57.070Z | Documenting const-oid v0.9.6 |
2585 | 2024-04-03T07:35:58.647Z | Documenting tinyvec v1.6.0 |
2586 | 2024-04-03T07:35:59.172Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2587 | 2024-04-03T07:35:59.335Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2588 | 2024-04-03T07:36:00.067Z | Documenting tracing-core v0.1.32 |
2589 | 2024-04-03T07:36:00.067Z | Checking serde_derive_internals v0.26.0 |
2590 | 2024-04-03T07:36:00.325Z | Documenting hashbrown v0.14.3 |
2591 | 2024-04-03T07:36:00.634Z | Documenting serde_derive_internals v0.26.0 |
2592 | 2024-04-03T07:36:01.613Z | Documenting tracing-attributes v0.1.27 |
2593 | 2024-04-03T07:36:02.816Z | Documenting dyn-clone v1.0.17 |
2594 | 2024-04-03T07:36:03.585Z | Documenting unicode-normalization v0.1.22 |
2595 | 2024-04-03T07:36:04.113Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2596 | 2024-04-03T07:36:05.203Z | Documenting lazy_static v1.4.0 |
2597 | 2024-04-03T07:36:06.674Z | Documenting ppv-lite86 v0.2.17 |
2598 | 2024-04-03T07:36:06.903Z | Documenting unicode-bidi v0.3.15 |
2599 | 2024-04-03T07:36:07.424Z | Documenting schemars_derive v0.8.16 |
2600 | 2024-04-03T07:36:07.589Z | Documenting percent-encoding v2.3.1 |
2601 | 2024-04-03T07:36:09.192Z | Documenting block-buffer v0.10.4 |
2602 | 2024-04-03T07:36:09.242Z | Documenting fnv v1.0.7 |
2603 | 2024-04-03T07:36:11.851Z | Documenting equivalent v1.0.1 |
2604 | 2024-04-03T07:36:12.021Z | Documenting rand_chacha v0.3.1 |
2605 | 2024-04-03T07:36:12.033Z | Documenting powerfmt v0.2.0 |
2606 | 2024-04-03T07:36:12.191Z | Documenting form_urlencoded v1.2.1 |
2607 | 2024-04-03T07:36:12.638Z | Documenting digest v0.10.7 |
2608 | 2024-04-03T07:36:13.539Z | Documenting schemars v0.8.16 |
2609 | 2024-04-03T07:36:13.793Z | Documenting time-macros v0.2.17 |
2610 | 2024-04-03T07:36:15.233Z | Documenting indexmap v2.2.6 |
2611 | 2024-04-03T07:36:15.242Z | Documenting deranged v0.3.11 |
2612 | 2024-04-03T07:36:17.159Z | Documenting num_threads v0.1.6 |
2613 | 2024-04-03T07:36:17.220Z | Documenting rand v0.8.5 |
2614 | 2024-04-03T07:36:19.396Z | Documenting num-conv v0.1.0 |
2615 | 2024-04-03T07:36:19.505Z | Documenting tracing v0.1.40 |
2616 | 2024-04-03T07:36:28.199Z | Documenting unicode-width v0.1.11 |
2617 | 2024-04-03T07:36:28.262Z | Documenting time-core v0.1.2 |
2618 | 2024-04-03T07:36:28.382Z | Documenting idna v0.5.0 |
2619 | 2024-04-03T07:36:28.457Z | Documenting unicode-ident v1.0.12 |
2620 | 2024-04-03T07:36:28.591Z | Documenting adler v1.0.2 |
2621 | 2024-04-03T07:36:28.616Z | Documenting slog v2.7.0 |
2622 | 2024-04-03T07:36:28.942Z | Documenting httparse v1.8.0 |
2623 | 2024-04-03T07:36:31.087Z | Documenting cpufeatures v0.2.12 |
2624 | 2024-04-03T07:36:31.193Z | Documenting time v0.3.34 |
2625 | 2024-04-03T07:36:31.359Z | Documenting proc-macro2 v1.0.78 |
2626 | 2024-04-03T07:36:31.488Z | Documenting miniz_oxide v0.7.1 |
2627 | 2024-04-03T07:36:33.699Z | Documenting url v2.5.0 |
2628 | 2024-04-03T07:36:34.030Z | Documenting async-trait v0.1.79 |
2629 | 2024-04-03T07:36:34.053Z | Documenting errno v0.3.8 |
2630 | 2024-04-03T07:36:34.164Z | Documenting httpdate v1.0.3 |
2631 | 2024-04-03T07:36:35.121Z | Documenting try-lock v0.2.4 |
2632 | 2024-04-03T07:36:36.735Z | Documenting quote v1.0.35 |
2633 | 2024-04-03T07:36:37.303Z | Documenting http-body v0.4.5 |
2634 | 2024-04-03T07:36:37.860Z | Documenting tokio-util v0.7.10 |
2635 | 2024-04-03T07:36:38.677Z | Documenting want v0.3.1 |
2636 | 2024-04-03T07:36:39.092Z | Documenting aho-corasick v1.1.2 |
2637 | 2024-04-03T07:36:39.092Z | Documenting rustix v0.38.31 |
2638 | 2024-04-03T07:36:39.092Z | Documenting openssl-sys v0.9.96 |
2639 | 2024-04-03T07:36:40.010Z | Documenting openssl-macros v0.1.1 |
2640 | 2024-04-03T07:36:40.892Z | Documenting syn v2.0.52 |
2641 | 2024-04-03T07:36:42.697Z | Documenting regex-syntax v0.8.2 |
2642 | 2024-04-03T07:36:43.378Z | Documenting mime v0.3.17 |
2643 | 2024-04-03T07:36:44.291Z | Documenting h2 v0.3.24 |
2644 | 2024-04-03T07:36:44.793Z | Documenting gimli v0.28.0 |
2645 | 2024-04-03T07:36:45.796Z | Documenting tower-service v0.3.2 |
2646 | 2024-04-03T07:36:45.796Z | Documenting openssl v0.10.60 |
2647 | 2024-04-03T07:36:46.803Z | Documenting object v0.32.1 |
2648 | 2024-04-03T07:36:48.259Z | Documenting rustc-demangle v0.1.23 |
2649 | 2024-04-03T07:36:50.519Z | Documenting openssl-probe v0.1.5 |
2650 | 2024-04-03T07:36:50.614Z | Documenting regex-automata v0.4.5 |
2651 | 2024-04-03T07:36:51.466Z | Documenting addr2line v0.21.0 |
2652 | 2024-04-03T07:36:51.813Z | Documenting ipnet v2.9.0 |
2653 | 2024-04-03T07:36:54.275Z | Documenting base64ct v1.6.0 |
2654 | 2024-04-03T07:36:54.965Z | Documenting hyper v0.14.28 |
2655 | 2024-04-03T07:36:55.471Z | Documenting native-tls v0.2.11 |
2656 | 2024-04-03T07:36:55.890Z | Documenting futures-executor v0.3.30 |
2657 | 2024-04-03T07:36:56.798Z | Documenting encoding_rs v0.8.33 |
2658 | 2024-04-03T07:36:59.291Z | Documenting psl-types v2.0.11 |
2659 | 2024-04-03T07:36:59.695Z | Documenting backtrace v0.3.69 |
2660 | 2024-04-03T07:37:00.340Z | Documenting serde_urlencoded v0.7.1 |
2661 | 2024-04-03T07:37:00.518Z | Documenting regex v1.10.4 |
2662 | 2024-04-03T07:37:01.113Z | Documenting tokio-native-tls v0.3.1 |
2663 | 2024-04-03T07:37:01.619Z | Documenting crossbeam-utils v0.8.19 |
2664 | 2024-04-03T07:37:02.257Z | Documenting publicsuffix v2.2.3 |
2665 | 2024-04-03T07:37:04.570Z | Documenting utf8parse v0.2.1 |
2666 | 2024-04-03T07:37:04.983Z | Documenting futures v0.3.30 |
2667 | 2024-04-03T07:37:06.418Z | Documenting anyhow v1.0.79 |
2668 | 2024-04-03T07:37:06.937Z | Documenting pem-rfc7468 v0.7.0 |
2669 | 2024-04-03T07:37:06.952Z | Checking pest_meta v2.7.6 |
2670 | 2024-04-03T07:37:07.490Z | Documenting der_derive v0.7.2 |
2671 | 2024-04-03T07:37:07.888Z | Documenting cookie_store v0.20.0 |
2672 | 2024-04-03T07:37:07.906Z | Documenting flagset v0.4.3 |
2673 | 2024-04-03T07:37:08.228Z | Documenting sync_wrapper v0.1.2 |
2674 | 2024-04-03T07:37:08.904Z | Documenting hyper-tls v0.5.0 |
2675 | 2024-04-03T07:37:11.159Z | Documenting hyper-rustls v0.24.2 |
2676 | 2024-04-03T07:37:11.723Z | Documenting webpki-roots v0.25.2 |
2677 | 2024-04-03T07:37:11.738Z | Documenting num-integer v0.1.46 |
2678 | 2024-04-03T07:37:11.837Z | Documenting pest_meta v2.7.6 |
2679 | 2024-04-03T07:37:12.755Z | Documenting scroll_derive v0.12.0 |
2680 | 2024-04-03T07:37:13.380Z | Checking pest_generator v2.7.6 |
2681 | 2024-04-03T07:37:14.086Z | Documenting openapiv3 v2.0.0 |
2682 | 2024-04-03T07:37:14.368Z | Documenting der v0.7.8 |
2683 | 2024-04-03T07:37:15.915Z | Documenting plain v0.2.3 |
2684 | 2024-04-03T07:37:16.230Z | Documenting pest_generator v2.7.6 |
2685 | 2024-04-03T07:37:16.334Z | Documenting ucd-trie v0.1.6 |
2686 | 2024-04-03T07:37:16.954Z | Documenting spin v0.9.8 |
2687 | 2024-04-03T07:37:18.025Z | Documenting reqwest v0.11.24 |
2688 | 2024-04-03T07:37:18.374Z | Documenting scroll v0.12.0 |
2689 | 2024-04-03T07:37:18.844Z | Documenting anstyle v1.0.6 |
2690 | 2024-04-03T07:37:20.994Z | Documenting spki v0.7.2 |
2691 | 2024-04-03T07:37:20.994Z | Documenting either v1.10.0 |
2692 | 2024-04-03T07:37:20.994Z | Documenting pest v2.7.6 |
2693 | 2024-04-03T07:37:21.124Z | Documenting pest_derive v2.7.6 |
2694 | 2024-04-03T07:37:21.444Z | Documenting pretty-hex v0.4.1 |
2695 | 2024-04-03T07:37:22.610Z | Documenting goblin v0.8.0 |
2696 | 2024-04-03T07:37:23.690Z | Documenting anstyle-parse v0.2.1 |
2697 | 2024-04-03T07:37:24.634Z | Documenting thread-id v4.2.0 |
2698 | 2024-04-03T07:37:24.820Z | Documenting pkcs8 v0.10.2 |
2699 | 2024-04-03T07:37:25.214Z | Documenting data-encoding v2.4.0 |
2700 | 2024-04-03T07:37:25.763Z | Documenting colorchoice v1.0.0 |
2701 | 2024-04-03T07:37:26.441Z | Documenting dtrace-parser v0.2.0 |
2702 | 2024-04-03T07:37:26.932Z | Documenting anstyle-query v1.0.0 |
2703 | 2024-04-03T07:37:28.644Z | Documenting crossbeam-epoch v0.9.18 |
2704 | 2024-04-03T07:37:29.607Z | Documenting terminal_size v0.3.0 |
2705 | 2024-04-03T07:37:29.642Z | Documenting sha2 v0.10.8 |
2706 | 2024-04-03T07:37:29.643Z | Documenting ipnetwork v0.20.0 |
2707 | 2024-04-03T07:37:30.031Z | Documenting dof v0.3.0 |
2708 | 2024-04-03T07:37:30.826Z | Documenting hex v0.4.3 |
2709 | 2024-04-03T07:37:30.937Z | Documenting crc32fast v1.3.2 |
2710 | 2024-04-03T07:37:31.716Z | Documenting anstream v0.6.11 |
2711 | 2024-04-03T07:37:33.484Z | Documenting strsim v0.11.0 |
2712 | 2024-04-03T07:37:34.012Z | Documenting unicode-segmentation v1.10.1 |
2713 | 2024-04-03T07:37:34.462Z | Documenting untrusted v0.9.0 |
2714 | 2024-04-03T07:37:35.319Z | Documenting usdt-impl v0.5.0 |
2715 | 2024-04-03T07:37:35.384Z | Documenting clap_lex v0.7.0 |
2716 | 2024-04-03T07:37:36.151Z | Documenting num-iter v0.1.44 |
2717 | 2024-04-03T07:37:36.162Z | Documenting hmac v0.12.1 |
2718 | 2024-04-03T07:37:36.719Z | Documenting signal-hook v0.3.17 |
2719 | 2024-04-03T07:37:37.391Z | Documenting ring v0.17.8 |
2720 | 2024-04-03T07:37:37.623Z | Documenting clap_derive v4.5.0 |
2721 | 2024-04-03T07:37:37.960Z | Documenting static_assertions v1.1.0 |
2722 | 2024-04-03T07:37:39.995Z | Documenting clap_builder v4.5.1 |
2723 | 2024-04-03T07:37:40.470Z | Documenting flate2 v1.0.28 |
2724 | 2024-04-03T07:37:41.403Z | Documenting managed v0.8.0 |
2725 | 2024-04-03T07:37:41.696Z | Documenting block-padding v0.3.3 |
2726 | 2024-04-03T07:37:41.839Z | Documenting signal-hook-mio v0.2.3 |
2727 | 2024-04-03T07:37:42.160Z | Documenting scheduled-thread-pool v0.2.7 |
2728 | 2024-04-03T07:37:43.701Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2729 | 2024-04-03T07:37:43.893Z | Documenting enum-as-inner v0.5.1 |
2730 | 2024-04-03T07:37:45.304Z | Documenting diesel_table_macro_syntax v0.1.0 |
2731 | 2024-04-03T07:37:45.860Z | Checking diesel_table_macro_syntax v0.1.0 |
2732 | 2024-04-03T07:37:46.023Z | Documenting md-5 v0.10.5 |
2733 | 2024-04-03T07:37:46.311Z | Documenting r2d2 v0.8.10 |
2734 | 2024-04-03T07:37:47.259Z | Documenting crossterm v0.27.0 |
2735 | 2024-04-03T07:37:47.284Z | Documenting inout v0.1.3 |
2736 | 2024-04-03T07:37:47.807Z | Documenting clap v4.5.1 |
2737 | 2024-04-03T07:37:48.317Z | Documenting bzip2 v0.4.4 |
2738 | 2024-04-03T07:37:48.476Z | Documenting trust-dns-proto v0.22.0 |
2739 | 2024-04-03T07:37:50.657Z | Documenting stringprep v0.1.3 |
2740 | 2024-04-03T07:37:51.043Z | Documenting diesel_derives v2.1.2 |
2741 | 2024-04-03T07:37:51.769Z | Documenting regress v0.9.0 |
2742 | 2024-04-03T07:37:52.539Z | Documenting ff v0.13.0 |
2743 | 2024-04-03T07:37:52.593Z | Documenting toml_datetime v0.6.5 |
2744 | 2024-04-03T07:37:53.478Z | Documenting serde_spanned v0.6.5 |
2745 | 2024-04-03T07:37:54.509Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2746 | 2024-04-03T07:37:56.036Z | Documenting winnow v0.6.1 |
2747 | 2024-04-03T07:37:57.484Z | Documenting base16ct v0.2.0 |
2748 | 2024-04-03T07:37:57.669Z | Documenting bit-vec v0.6.3 |
2749 | 2024-04-03T07:37:57.794Z | Documenting fallible-iterator v0.2.0 |
2750 | 2024-04-03T07:37:58.509Z | Documenting siphasher v0.3.11 |
2751 | 2024-04-03T07:37:59.153Z | Documenting group v0.13.0 |
2752 | 2024-04-03T07:37:59.349Z | Documenting zip v0.6.6 |
2753 | 2024-04-03T07:37:59.554Z | Documenting diesel v2.1.5 |
2754 | 2024-04-03T07:38:01.196Z | Documenting sec1 v0.7.3 |
2755 | 2024-04-03T07:38:01.626Z | Documenting phf_shared v0.11.2 |
2756 | 2024-04-03T07:38:01.888Z | Documenting cipher v0.4.4 |
2757 | 2024-04-03T07:38:01.892Z | Documenting toml_edit v0.22.9 |
2758 | 2024-04-03T07:38:03.770Z | Documenting postgres-protocol v0.6.6 |
2759 | 2024-04-03T07:38:03.881Z | Documenting hkdf v0.12.4 |
2760 | 2024-04-03T07:38:04.347Z | Documenting num-bigint v0.4.4 |
2761 | 2024-04-03T07:38:06.443Z | Documenting bstr v1.9.0 |
2762 | 2024-04-03T07:38:16.404Z | Documenting console v0.15.8 |
2763 | 2024-04-03T07:38:16.554Z | Documenting crypto-bigint v0.5.2 |
2764 | 2024-04-03T07:38:24.425Z | Documenting hubpack v0.1.2 |
2765 | 2024-04-03T07:38:24.648Z | Documenting serde_repr v0.1.16 |
2766 | 2024-04-03T07:38:25.127Z | Documenting precomputed-hash v0.1.1 |
2767 | 2024-04-03T07:38:25.241Z | Documenting fixedbitset v0.4.2 |
2768 | 2024-04-03T07:38:25.377Z | Documenting heck v0.4.1 |
2769 | 2024-04-03T07:38:25.874Z | Documenting lalrpop-util v0.19.12 |
2770 | 2024-04-03T07:38:27.723Z | Documenting minimal-lexical v0.2.1 |
2771 | 2024-04-03T07:38:36.476Z | Documenting new_debug_unreachable v1.0.4 |
2772 | 2024-04-03T07:38:36.476Z | Checking unsafe-libyaml v0.2.10 |
2773 | 2024-04-03T07:38:36.476Z | Documenting petgraph v0.6.4 |
2774 | 2024-04-03T07:38:36.476Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2775 | 2024-04-03T07:38:36.476Z | Documenting yasna v0.5.2 |
2776 | 2024-04-03T07:38:36.476Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2777 | 2024-04-03T07:38:36.476Z | Documenting nom v7.1.3 |
2778 | 2024-04-03T07:38:36.476Z | Documenting elliptic-curve v0.13.8 |
2779 | 2024-04-03T07:38:36.546Z | Documenting postgres-types v0.2.6 |
2780 | 2024-04-03T07:38:38.342Z | Documenting string_cache v0.8.7 |
2781 | 2024-04-03T07:38:41.707Z | Documenting phf v0.11.2 |
2782 | 2024-04-03T07:38:42.038Z | Documenting similar v2.4.0 |
2783 | 2024-04-03T07:38:51.305Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2784 | 2024-04-03T07:38:51.419Z | Documenting semver v1.0.22 |
2785 | 2024-04-03T07:38:51.797Z | Documenting float-cmp v0.9.0 |
2786 | 2024-04-03T07:38:51.955Z | Checking ident_case v1.0.1 |
2787 | 2024-04-03T07:38:52.001Z | Documenting peg-runtime v0.8.2 |
2788 | 2024-04-03T07:38:52.084Z | Documenting difflib v0.4.0 |
2789 | 2024-04-03T07:38:52.103Z | Documenting unsafe-libyaml v0.2.10 |
2790 | 2024-04-03T07:38:52.172Z | Checking strsim v0.10.0 |
2791 | 2024-04-03T07:38:52.384Z | Documenting normalize-line-endings v0.3.0 |
2792 | 2024-04-03T07:38:52.400Z | Documenting predicates-core v1.0.6 |
2793 | 2024-04-03T07:38:56.008Z | Documenting whoami v1.5.0 |
2794 | 2024-04-03T07:38:56.828Z | Documenting serde_yaml v0.9.25 |
2795 | 2024-04-03T07:38:56.885Z | Checking serde_yaml v0.9.25 |
2796 | 2024-04-03T07:38:57.014Z | Documenting bit-set v0.5.3 |
2797 | 2024-04-03T07:38:57.172Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2798 | 2024-04-03T07:38:57.300Z | Documenting getopts v0.2.21 |
2799 | 2024-04-03T07:38:57.446Z | Documenting predicates v3.1.0 |
2800 | 2024-04-03T07:38:58.091Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2801 | 2024-04-03T07:38:58.741Z | Documenting tokio-stream v0.1.14 |
2802 | 2024-04-03T07:39:00.991Z | Documenting tokio-postgres v0.7.10 |
2803 | 2024-04-03T07:39:01.707Z | Documenting strum v0.26.1 |
2804 | 2024-04-03T07:39:01.962Z | Documenting dirs-sys-next v0.1.2 |
2805 | 2024-04-03T07:39:03.483Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2806 | 2024-04-03T07:39:03.946Z | Documenting match_cfg v0.1.0 |
2807 | 2024-04-03T07:39:04.931Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2808 | 2024-04-03T07:39:05.247Z | Checking darling_core v0.20.3 |
2809 | 2024-04-03T07:39:05.417Z | Documenting sha1 v0.10.6 |
2810 | 2024-04-03T07:39:05.865Z | Documenting http v1.0.0 |
2811 | 2024-04-03T07:39:06.927Z | Documenting camino v1.1.6 |
2812 | 2024-04-03T07:39:06.939Z | Documenting dirs-next v2.0.0 |
2813 | 2024-04-03T07:39:07.216Z | Documenting hostname v0.3.1 |
2814 | 2024-04-03T07:39:10.161Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2815 | 2024-04-03T07:39:10.316Z | Documenting thread_local v1.1.7 |
2816 | 2024-04-03T07:39:11.260Z | Documenting rustls-pki-types v1.3.0 |
2817 | 2024-04-03T07:39:11.666Z | Checking darling v0.20.3 |
2818 | 2024-04-03T07:39:12.188Z | Documenting crossbeam-channel v0.5.8 |
2819 | 2024-04-03T07:39:12.205Z | Documenting paste v1.0.14 |
2820 | 2024-04-03T07:39:12.205Z | Documenting term v0.7.0 |
2821 | 2024-04-03T07:39:12.205Z | Documenting atty v0.2.14 |
2822 | 2024-04-03T07:39:13.040Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2823 | 2024-04-03T07:39:14.880Z | Documenting take_mut v0.2.2 |
2824 | 2024-04-03T07:39:15.091Z | Documenting slog-json v2.6.1 |
2825 | 2024-04-03T07:39:15.960Z | Documenting async-stream-impl v0.3.5 |
2826 | 2024-04-03T07:39:16.216Z | Documenting rustls-webpki v0.102.1 |
2827 | 2024-04-03T07:39:16.498Z | Documenting atomic-waker v1.1.1 |
2828 | 2024-04-03T07:39:16.956Z | Documenting debug-ignore v1.0.5 |
2829 | 2024-04-03T07:39:17.020Z | Documenting slog-term v2.9.0 |
2830 | 2024-04-03T07:39:19.504Z | Documenting waitgroup v0.1.2 |
2831 | 2024-04-03T07:39:19.649Z | Documenting slog-async v2.8.0 |
2832 | 2024-04-03T07:39:19.931Z | Documenting slog-bunyan v2.5.0 |
2833 | 2024-04-03T07:39:20.034Z | Documenting rustls-pemfile v2.1.1 |
2834 | 2024-04-03T07:39:21.429Z | Documenting rustls v0.22.2 |
2835 | 2024-04-03T07:39:30.159Z | Documenting multer v3.0.0 |
2836 | 2024-04-03T07:39:30.160Z | Documenting async-stream v0.3.5 |
2837 | 2024-04-03T07:39:30.160Z | Documenting toml v0.8.12 |
2838 | 2024-04-03T07:39:30.735Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2839 | 2024-04-03T07:39:30.735Z | Documenting serde_path_to_error v0.1.16 |
2840 | 2024-04-03T07:39:30.735Z | Documenting serde_with_macros v3.6.1 |
2841 | 2024-04-03T07:39:30.794Z | Documenting structmeta-derive v0.3.0 |
2842 | 2024-04-03T07:39:30.794Z | Checking structmeta v0.3.0 |
2843 | 2024-04-03T07:39:30.794Z | Documenting instant v0.1.12 |
2844 | 2024-04-03T07:39:30.794Z | Documenting newtype-uuid v1.0.1 |
2845 | 2024-04-03T07:39:30.794Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2846 | 2024-04-03T07:39:30.794Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2847 | 2024-04-03T07:39:30.794Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2848 | 2024-04-03T07:39:30.794Z | Documenting serde_with v3.6.1 |
2849 | 2024-04-03T07:39:31.745Z | Documenting backoff v0.4.0 |
2850 | 2024-04-03T07:39:32.005Z | Documenting tokio-rustls v0.25.0 |
2851 | 2024-04-03T07:39:32.491Z | Documenting structmeta v0.3.0 |
2852 | 2024-04-03T07:39:33.097Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2853 | 2024-04-03T07:39:33.998Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2854 | 2024-04-03T07:39:34.299Z | Documenting macaddr v1.0.1 |
2855 | 2024-04-03T07:39:37.441Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2856 | 2024-04-03T07:39:38.024Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2857 | 2024-04-03T07:39:38.100Z | Documenting parse-display-derive v0.9.0 |
2858 | 2024-04-03T07:39:38.312Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2859 | 2024-04-03T07:39:38.534Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2860 | 2024-04-03T07:39:38.720Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2861 | 2024-04-03T07:39:38.869Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2024-04-03T07:39:38.973Z | Documenting fastrand v2.0.1 |
2863 | 2024-04-03T07:39:39.733Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2864 | 2024-04-03T07:39:40.004Z | Checking proc-macro-crate v1.3.1 |
2865 | 2024-04-03T07:39:40.243Z | Documenting proc-macro-crate v1.3.1 |
2866 | 2024-04-03T07:39:41.278Z | Documenting foreign-types-macros v0.2.3 |
2867 | 2024-04-03T07:39:41.398Z | Documenting foreign-types-shared v0.3.1 |
2868 | 2024-04-03T07:39:42.615Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2869 | 2024-04-03T07:39:43.101Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2870 | 2024-04-03T07:39:43.651Z | Documenting tempfile v3.10.0 |
2871 | 2024-04-03T07:39:44.094Z | Documenting parse-display v0.9.0 |
2872 | 2024-04-03T07:39:44.365Z | Documenting cstr-argument v0.1.2 |
2873 | 2024-04-03T07:39:45.727Z | Documenting num_enum_derive v0.5.11 |
2874 | 2024-04-03T07:39:47.136Z | Documenting foreign-types v0.5.0 |
2875 | 2024-04-03T07:39:47.261Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2876 | 2024-04-03T07:39:47.817Z | Documenting tabwriter v1.4.0 |
2877 | 2024-04-03T07:39:48.883Z | Documenting camino-tempfile v1.1.1 |
2878 | 2024-04-03T07:39:49.151Z | Documenting colored v2.1.0 |
2879 | 2024-04-03T07:39:49.347Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2024-04-03T07:39:51.327Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2881 | 2024-04-03T07:39:51.885Z | Documenting num_enum v0.5.11 |
2882 | 2024-04-03T07:39:51.949Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2883 | 2024-04-03T07:39:52.058Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2884 | 2024-04-03T07:39:52.627Z | Documenting hash32 v0.3.1 |
2885 | 2024-04-03T07:39:53.356Z | Documenting stable_deref_trait v1.2.0 |
2886 | 2024-04-03T07:39:53.873Z | Documenting smf v0.2.2 |
2887 | 2024-04-03T07:39:56.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2888 | 2024-04-03T07:39:56.637Z | Documenting embedded-io v0.4.0 |
2889 | 2024-04-03T07:39:56.687Z | Documenting cobs v0.2.3 |
2890 | 2024-04-03T07:39:56.801Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2891 | 2024-04-03T07:39:56.938Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2892 | 2024-04-03T07:39:57.418Z | Documenting heapless v0.8.0 |
2893 | 2024-04-03T07:39:59.384Z | Documenting base64 v0.22.0 |
2894 | 2024-04-03T07:39:59.955Z | Documenting crucible-workspace-hack v0.1.0 |
2895 | 2024-04-03T07:40:00.376Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2896 | 2024-04-03T07:40:00.528Z | Documenting postcard v1.0.8 |
2897 | 2024-04-03T07:40:00.827Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2898 | 2024-04-03T07:40:01.885Z | Documenting proc-macro-error-attr v1.0.4 |
2899 | 2024-04-03T07:40:06.287Z | Documenting smoltcp v0.11.0 |
2900 | 2024-04-03T07:40:06.591Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2901 | 2024-04-03T07:40:06.591Z | Checking proc-macro-error v1.0.4 |
2902 | 2024-04-03T07:40:06.591Z | Documenting memmap v0.7.0 |
2903 | 2024-04-03T07:40:06.648Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2904 | 2024-04-03T07:40:06.648Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2905 | 2024-04-03T07:40:06.844Z | Documenting proc-macro-error v1.0.4 |
2906 | 2024-04-03T07:40:08.516Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2907 | 2024-04-03T07:40:09.049Z | Documenting newline-converter v0.3.0 |
2908 | 2024-04-03T07:40:09.497Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2909 | 2024-04-03T07:40:09.938Z | Documenting usdt v0.5.0 |
2910 | 2024-04-03T07:40:09.985Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2911 | 2024-04-03T07:40:11.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2912 | 2024-04-03T07:40:12.031Z | Documenting sigpipe v0.1.3 |
2913 | 2024-04-03T07:40:12.322Z | Documenting num-derive v0.4.0 |
2914 | 2024-04-03T07:40:12.821Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2915 | 2024-04-03T07:40:13.380Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2916 | 2024-04-03T07:40:13.944Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
2917 | 2024-04-03T07:40:14.160Z | Documenting expectorate v1.1.0 |
2918 | 2024-04-03T07:40:16.116Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2919 | 2024-04-03T07:40:16.668Z | Documenting password-hash v0.5.0 |
2920 | 2024-04-03T07:40:17.220Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2921 | 2024-04-03T07:40:17.553Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2922 | 2024-04-03T07:40:18.212Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
2923 | 2024-04-03T07:40:18.887Z | Documenting blake2 v0.10.6 |
2924 | 2024-04-03T07:40:19.011Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2925 | 2024-04-03T07:40:19.350Z | Documenting humantime v2.1.0 |
2926 | 2024-04-03T07:40:21.840Z | Documenting linked-hash-map v0.5.6 |
2927 | 2024-04-03T07:40:23.503Z | Documenting bytecount v0.6.3 |
2928 | 2024-04-03T07:40:23.994Z | Documenting argon2 v0.5.3 |
2929 | 2024-04-03T07:40:24.229Z | Documenting tabled_derive v0.7.0 |
2930 | 2024-04-03T07:40:24.419Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2931 | 2024-04-03T07:40:24.445Z | Documenting derive-where v1.2.7 |
2932 | 2024-04-03T07:40:26.606Z | Documenting lru-cache v0.1.2 |
2933 | 2024-04-03T07:40:26.663Z | Documenting papergrid v0.11.0 |
2934 | 2024-04-03T07:40:28.656Z | Documenting swrite v0.1.0 |
2935 | 2024-04-03T07:40:29.750Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2936 | 2024-04-03T07:40:29.766Z | Documenting newtype_derive v0.1.6 |
2937 | 2024-04-03T07:40:29.989Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2938 | 2024-04-03T07:40:30.522Z | Documenting itertools v0.12.1 |
2939 | 2024-04-03T07:40:31.606Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2940 | 2024-04-03T07:40:31.670Z | Documenting arc-swap v1.6.0 |
2941 | 2024-04-03T07:40:32.230Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2942 | 2024-04-03T07:40:32.409Z | Documenting tabled v0.15.0 |
2943 | 2024-04-03T07:40:33.499Z | Documenting quick-error v1.2.3 |
2944 | 2024-04-03T07:40:34.455Z | Documenting steno v0.4.0 |
2945 | 2024-04-03T07:40:36.694Z | Documenting slog-scope v4.4.0 |
2946 | 2024-04-03T07:40:37.177Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2947 | 2024-04-03T07:40:38.346Z | Documenting resolv-conf v0.7.0 |
2948 | 2024-04-03T07:40:38.862Z | Documenting num-rational v0.4.1 |
2949 | 2024-04-03T07:40:39.876Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2950 | 2024-04-03T07:40:40.468Z | Documenting num-complex v0.4.4 |
2951 | 2024-04-03T07:40:41.645Z | Documenting slog-stdlog v4.1.1 |
2952 | 2024-04-03T07:40:43.402Z | Documenting filetime v0.2.23 |
2953 | 2024-04-03T07:40:43.610Z | Documenting trust-dns-resolver v0.22.0 |
2954 | 2024-04-03T07:40:43.841Z | Documenting xattr v1.0.1 |
2955 | 2024-04-03T07:40:48.629Z | Documenting tap v1.0.1 |
2956 | 2024-04-03T07:40:48.629Z | Documenting slog-envlogger v2.2.0 |
2957 | 2024-04-03T07:40:48.629Z | Documenting num v0.4.1 |
2958 | 2024-04-03T07:40:48.629Z | Documenting wyz v0.5.1 |
2959 | 2024-04-03T07:40:48.849Z | Documenting tar v0.4.40 |
2960 | 2024-04-03T07:40:51.518Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2961 | 2024-04-03T07:40:51.621Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2962 | 2024-04-03T07:40:52.200Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2963 | 2024-04-03T07:40:52.307Z | Documenting radium v0.7.0 |
2964 | 2024-04-03T07:40:52.321Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2965 | 2024-04-03T07:40:52.736Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2966 | 2024-04-03T07:40:52.954Z | Documenting nibble_vec v0.1.0 |
2967 | 2024-04-03T07:40:53.365Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2968 | 2024-04-03T07:40:53.369Z | Documenting funty v2.0.0 |
2969 | 2024-04-03T07:40:54.189Z | Documenting crc-catalog v2.2.0 |
2970 | 2024-04-03T07:40:54.644Z | Documenting endian-type v0.1.2 |
2971 | 2024-04-03T07:40:56.026Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2972 | 2024-04-03T07:40:56.505Z | Documenting cancel-safe-futures v0.1.5 |
2973 | 2024-04-03T07:40:56.702Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2974 | 2024-04-03T07:40:56.920Z | Documenting bitvec v1.0.1 |
2975 | 2024-04-03T07:40:56.966Z | Documenting packed_struct_codegen v0.10.1 |
2976 | 2024-04-03T07:40:57.268Z | Documenting crc v3.0.1 |
2977 | 2024-04-03T07:40:57.537Z | Documenting nodrop v0.1.14 |
2978 | 2024-04-03T07:40:57.953Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2979 | 2024-04-03T07:40:59.557Z | Documenting radix_trie v0.2.1 |
2980 | 2024-04-03T07:41:00.561Z | Documenting same-file v1.0.6 |
2981 | 2024-04-03T07:41:00.763Z | Documenting array-init v0.0.4 |
2982 | 2024-04-03T07:41:02.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2983 | 2024-04-03T07:41:02.536Z | Documenting num-bigint-dig v0.8.4 |
2984 | 2024-04-03T07:41:02.648Z | Documenting packed_struct v0.10.1 |
2985 | 2024-04-03T07:41:04.619Z | Documenting pkcs1 v0.7.5 |
2986 | 2024-04-03T07:41:05.105Z | Documenting is-terminal v0.4.9 |
2987 | 2024-04-03T07:41:05.381Z | Documenting walkdir v2.4.0 |
2988 | 2024-04-03T07:41:06.027Z | Documenting signature v2.1.0 |
2989 | 2024-04-03T07:41:09.580Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2990 | 2024-04-03T07:41:09.969Z | Documenting termcolor v1.2.0 |
2991 | 2024-04-03T07:41:10.186Z | Documenting bitfield v0.14.0 |
2992 | 2024-04-03T07:41:10.287Z | Documenting display-error-chain v0.2.0 |
2993 | 2024-04-03T07:41:10.693Z | Documenting serde-hex v0.1.0 |
2994 | 2024-04-03T07:41:11.904Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2995 | 2024-04-03T07:41:12.045Z | Documenting rsa v0.9.2 |
2996 | 2024-04-03T07:41:12.137Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2997 | 2024-04-03T07:41:12.137Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2998 | 2024-04-03T07:41:12.137Z | | |
2999 | 2024-04-03T07:41:12.138Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
3000 | 2024-04-03T07:41:12.138Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
3001 | 2024-04-03T07:41:12.138Z | | |
3002 | 2024-04-03T07:41:12.138Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3003 | 2024-04-03T07:41:12.138Z | |
3004 | 2024-04-03T07:41:12.869Z | Documenting slog-dtrace v0.3.0 |
3005 | 2024-04-03T07:41:13.660Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3006 | 2024-04-03T07:41:14.263Z | warning: `nexus-types` (lib doc) generated 1 warning |
3007 | 2024-04-03T07:41:14.268Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3008 | 2024-04-03T07:41:14.530Z | Documenting x509-cert v0.2.4 |
3009 | 2024-04-03T07:41:15.287Z | Documenting env_logger v0.10.0 |
3010 | 2024-04-03T07:41:15.296Z | Documenting libsw v3.3.1 |
3011 | 2024-04-03T07:41:16.155Z | Documenting ron v0.8.1 |
3012 | 2024-04-03T07:41:16.694Z | Documenting half v2.3.1 |
3013 | 2024-04-03T07:41:19.675Z | Documenting pem v3.0.2 |
3014 | 2024-04-03T07:41:19.716Z | Documenting ciborium-io v0.2.2 |
3015 | 2024-04-03T07:41:20.194Z | Documenting owo-colors v4.0.0 |
3016 | 2024-04-03T07:41:20.265Z | Documenting linear-map v1.2.0 |
3017 | 2024-04-03T07:41:20.910Z | Documenting crc-any v2.4.3 |
3018 | 2024-04-03T07:41:21.284Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3019 | 2024-04-03T07:41:22.581Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3020 | 2024-04-03T07:41:24.286Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3021 | 2024-04-03T07:41:24.545Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3022 | 2024-04-03T07:41:24.759Z | Checking darling_core v0.14.4 |
3023 | 2024-04-03T07:41:24.865Z | Documenting ciborium-ll v0.2.2 |
3024 | 2024-04-03T07:41:25.081Z | Documenting headers-core v0.2.0 |
3025 | 2024-04-03T07:41:25.268Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3026 | 2024-04-03T07:41:25.982Z | Documenting path-slash v0.1.5 |
3027 | 2024-04-03T07:41:26.428Z | Checking darling v0.14.4 |
3028 | 2024-04-03T07:41:26.527Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3029 | 2024-04-03T07:41:29.588Z | Documenting ciborium v0.2.2 |
3030 | 2024-04-03T07:41:30.985Z | Documenting fxhash v0.2.1 |
3031 | 2024-04-03T07:41:31.041Z | Documenting headers v0.3.9 |
3032 | 2024-04-03T07:41:33.759Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3033 | 2024-04-03T07:41:35.354Z | Documenting async-recursion v1.0.5 |
3034 | 2024-04-03T07:41:35.830Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3035 | 2024-04-03T07:41:36.240Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3036 | 2024-04-03T07:41:36.428Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3037 | 2024-04-03T07:41:37.648Z | Documenting vte_generate_state_changes v0.1.1 |
3038 | 2024-04-03T07:41:41.051Z | Checking convert_case v0.4.0 |
3039 | 2024-04-03T07:41:41.227Z | Documenting convert_case v0.4.0 |
3040 | 2024-04-03T07:41:41.250Z | Documenting derive_builder_core v0.12.0 |
3041 | 2024-04-03T07:41:42.509Z | Documenting vte v0.11.1 |
3042 | 2024-04-03T07:41:46.154Z | Documenting derive_more v0.99.17 |
3043 | 2024-04-03T07:41:47.615Z | Checking derive_builder_core v0.12.0 |
3044 | 2024-04-03T07:41:47.956Z | Documenting buf-list v1.0.3 |
3045 | 2024-04-03T07:41:48.464Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3046 | 2024-04-03T07:41:48.472Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3047 | 2024-04-03T07:41:50.501Z | Checking heck v0.3.3 |
3048 | 2024-04-03T07:41:50.661Z | Documenting bitstruct_derive v0.1.0 |
3049 | 2024-04-03T07:41:51.138Z | Documenting pin-project-internal v1.1.3 |
3050 | 2024-04-03T07:41:53.277Z | Documenting ascii v1.1.0 |
3051 | 2024-04-03T07:41:53.578Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3052 | 2024-04-03T07:41:53.871Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3053 | 2024-04-03T07:41:54.109Z | Documenting structopt-derive v0.4.18 |
3054 | 2024-04-03T07:41:55.818Z | Documenting bitstruct v0.1.1 |
3055 | 2024-04-03T07:41:57.094Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3056 | 2024-04-03T07:41:57.162Z | Documenting derive_builder_macro v0.12.0 |
3057 | 2024-04-03T07:41:57.444Z | Documenting pin-project v1.1.3 |
3058 | 2024-04-03T07:41:58.825Z | Documenting strip-ansi-escapes v0.2.0 |
3059 | 2024-04-03T07:41:59.171Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3060 | 2024-04-03T07:41:59.179Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3061 | 2024-04-03T07:41:59.713Z | Documenting doc-comment v0.3.3 |
3062 | 2024-04-03T07:42:00.799Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3063 | 2024-04-03T07:42:02.124Z | Documenting crossbeam-deque v0.8.3 |
3064 | 2024-04-03T07:42:02.696Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3065 | 2024-04-03T07:42:03.278Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3066 | 2024-04-03T07:42:03.747Z | Documenting erased-serde v0.3.31 |
3067 | 2024-04-03T07:42:04.273Z | Documenting serde_arrays v0.1.0 |
3068 | 2024-04-03T07:42:05.960Z | Documenting snafu-derive v0.7.5 |
3069 | 2024-04-03T07:42:07.291Z | Documenting ref-cast-impl v1.0.20 |
3070 | 2024-04-03T07:42:08.345Z | Documenting nu-ansi-term v0.50.0 |
3071 | 2024-04-03T07:42:09.192Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3072 | 2024-04-03T07:42:09.200Z | Checking unicode-xid v0.2.4 |
3073 | 2024-04-03T07:42:09.637Z | Documenting unicode-xid v0.2.4 |
3074 | 2024-04-03T07:42:09.736Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3075 | 2024-04-03T07:42:12.208Z | Documenting const_format_proc_macros v0.2.32 |
3076 | 2024-04-03T07:42:12.568Z | Documenting ref-cast v1.0.20 |
3077 | 2024-04-03T07:42:13.076Z | Documenting rayon-core v1.12.1 |
3078 | 2024-04-03T07:42:13.361Z | Documenting snafu v0.7.5 |
3079 | 2024-04-03T07:42:13.479Z | Documenting reedline v0.30.0 |
3080 | 2024-04-03T07:42:15.997Z | Documenting derive_builder v0.12.0 |
3081 | 2024-04-03T07:42:17.508Z | Documenting structopt v0.3.26 |
3082 | 2024-04-03T07:42:18.335Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3083 | 2024-04-03T07:42:18.562Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3084 | 2024-04-03T07:42:20.177Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3085 | 2024-04-03T07:42:21.225Z | Documenting libefi-sys v0.1.0 |
3086 | 2024-04-03T07:42:21.327Z | Documenting trust-dns-client v0.22.0 |
3087 | 2024-04-03T07:42:22.636Z | Documenting polar-core v0.27.0 |
3088 | 2024-04-03T07:42:24.486Z | Documenting libxml v0.3.3 |
3089 | 2024-04-03T07:42:25.361Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3090 | 2024-04-03T07:42:25.600Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3091 | 2024-04-03T07:42:26.506Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3092 | 2024-04-03T07:42:26.658Z | Documenting globset v0.4.13 |
3093 | 2024-04-03T07:42:30.040Z | Documenting bb8 v0.8.3 |
3094 | 2024-04-03T07:42:30.401Z | Documenting olpc-cjson v0.1.3 |
3095 | 2024-04-03T07:42:31.871Z | Documenting quick-xml v0.30.0 |
3096 | 2024-04-03T07:42:32.703Z | Documenting serde_plain v1.0.2 |
3097 | 2024-04-03T07:42:32.825Z | Documenting impl-trait-for-tuples v0.2.2 |
3098 | 2024-04-03T07:42:33.032Z | Documenting oso-derive v0.27.0 |
3099 | 2024-04-03T07:42:35.249Z | Documenting keccak v0.1.4 |
3100 | 2024-04-03T07:42:36.075Z | Documenting typed-path v0.7.0 |
3101 | 2024-04-03T07:42:37.227Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3102 | 2024-04-03T07:42:37.996Z | Documenting utf-8 v0.7.6 |
3103 | 2024-04-03T07:42:38.259Z | Documenting maplit v1.0.2 |
3104 | 2024-04-03T07:42:38.837Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
3105 | 2024-04-03T07:42:38.855Z | Documenting sha3 v0.10.8 |
3106 | 2024-04-03T07:42:40.121Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3107 | 2024-04-03T07:42:45.777Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3108 | 2024-04-03T07:42:45.892Z | Documenting tough v0.16.0 |
3109 | 2024-04-03T07:42:45.892Z | Documenting tungstenite v0.21.0 |
3110 | 2024-04-03T07:42:45.892Z | Documenting oso v0.27.0 |
3111 | 2024-04-03T07:42:45.892Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3112 | 2024-04-03T07:42:46.667Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3113 | 2024-04-03T07:42:49.120Z | Documenting trust-dns-server v0.22.1 |
3114 | 2024-04-03T07:42:50.517Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3115 | 2024-04-03T07:42:51.405Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3116 | 2024-04-03T07:42:51.974Z | Documenting rayon v1.9.0 |
3117 | 2024-04-03T07:42:52.166Z | Documenting const_format v0.2.32 |
3118 | 2024-04-03T07:42:53.580Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3119 | 2024-04-03T07:42:55.580Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3120 | 2024-04-03T07:42:55.773Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3121 | 2024-04-03T07:42:55.950Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3122 | 2024-04-03T07:42:56.768Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3123 | 2024-04-03T07:42:57.058Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3124 | 2024-04-03T07:42:57.348Z | Documenting sled v0.34.7 |
3125 | 2024-04-03T07:42:57.635Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3126 | 2024-04-03T07:42:58.060Z | Documenting fs-err v2.11.0 |
3127 | 2024-04-03T07:42:58.524Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3128 | 2024-04-03T07:42:58.838Z | Documenting cookie v0.18.0 |
3129 | 2024-04-03T07:43:00.989Z | Documenting unicase v2.7.0 |
3130 | 2024-04-03T07:43:01.397Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3131 | 2024-04-03T07:43:01.683Z | Documenting fd-lock v4.0.2 |
3132 | 2024-04-03T07:43:02.664Z | Documenting nix v0.27.1 |
3133 | 2024-04-03T07:43:03.493Z | Documenting secrecy v0.8.0 |
3134 | 2024-04-03T07:43:04.555Z | Documenting gethostname v0.4.3 |
3135 | 2024-04-03T07:43:04.693Z | Documenting peg-macros v0.8.2 |
3136 | 2024-04-03T07:43:04.874Z | Documenting rustversion v1.0.14 |
3137 | 2024-04-03T07:43:06.650Z | Documenting sqlparser_derive v0.2.2 |
3138 | 2024-04-03T07:43:07.135Z | Documenting parse-size v1.0.0 |
3139 | 2024-04-03T07:43:07.743Z | Documenting home v0.5.5 |
3140 | 2024-04-03T07:43:08.675Z | Documenting unicode_categories v0.1.1 |
3141 | 2024-04-03T07:43:09.669Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3142 | 2024-04-03T07:43:09.972Z | Documenting castaway v0.2.2 |
3143 | 2024-04-03T07:43:10.240Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3144 | 2024-04-03T07:43:10.514Z | Documenting peg v0.8.2 |
3145 | 2024-04-03T07:43:11.600Z | Documenting sqlparser v0.43.1 |
3146 | 2024-04-03T07:43:12.702Z | Documenting rustyline v13.0.0 |
3147 | 2024-04-03T07:43:13.691Z | Documenting sqlformat v0.2.3 |
3148 | 2024-04-03T07:43:14.135Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3149 | 2024-04-03T07:43:14.699Z | Documenting mime_guess v2.0.4 |
3150 | 2024-04-03T07:43:18.604Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3151 | 2024-04-03T07:43:19.328Z | Documenting tokio-tungstenite v0.21.0 |
3152 | 2024-04-03T07:43:19.754Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3153 | 2024-04-03T07:43:20.410Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3154 | 2024-04-03T07:43:25.039Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3155 | 2024-04-03T07:43:25.171Z | Documenting zone v0.1.8 |
3156 | 2024-04-03T07:43:26.952Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3157 | 2024-04-03T07:43:27.017Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3158 | 2024-04-03T07:43:27.488Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3159 | 2024-04-03T07:43:30.667Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3160 | 2024-04-03T07:43:30.938Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3161 | 2024-04-03T07:43:31.216Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3162 | 2024-04-03T07:43:32.245Z | Documenting portpicker v0.1.1 |
3163 | 2024-04-03T07:43:33.702Z | Documenting universal-hash v0.5.1 |
3164 | 2024-04-03T07:43:37.577Z | Documenting bcs v0.1.6 |
3165 | 2024-04-03T07:43:37.893Z | Documenting kstat-rs v0.2.3 |
3166 | 2024-04-03T07:43:38.703Z | Documenting thiserror-impl-no-std v2.0.2 |
3167 | 2024-04-03T07:43:49.103Z | Documenting curve25519-dalek-derive v0.1.0 |
3168 | 2024-04-03T07:43:49.127Z | Documenting opaque-debug v0.3.0 |
3169 | 2024-04-03T07:43:49.216Z | Documenting highway v1.1.0 |
3170 | 2024-04-03T07:43:49.237Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3171 | 2024-04-03T07:43:49.400Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3172 | 2024-04-03T07:43:49.664Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3173 | 2024-04-03T07:43:49.870Z | Documenting thiserror-no-std v2.0.2 |
3174 | 2024-04-03T07:43:52.049Z | Documenting poly1305 v0.8.0 |
3175 | 2024-04-03T07:43:53.783Z | Documenting compact_str v0.7.1 |
3176 | 2024-04-03T07:43:54.467Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3177 | 2024-04-03T07:43:55.023Z | Documenting curve25519-dalek v4.1.1 |
3178 | 2024-04-03T07:43:58.045Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3179 | 2024-04-03T07:43:58.452Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3180 | 2024-04-03T07:44:00.049Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3181 | 2024-04-03T07:44:00.866Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3182 | 2024-04-03T07:44:01.014Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3183 | 2024-04-03T07:44:01.768Z | Documenting portable-atomic v1.4.3 |
3184 | 2024-04-03T07:44:03.944Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3185 | 2024-04-03T07:44:04.308Z | Documenting ed25519 v1.5.3 |
3186 | 2024-04-03T07:44:05.967Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3187 | 2024-04-03T07:44:06.137Z | Documenting memoffset v0.7.1 |
3188 | 2024-04-03T07:44:07.381Z | Documenting rcgen v0.12.1 |
3189 | 2024-04-03T07:44:08.420Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3190 | 2024-04-03T07:44:09.164Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=84e423bfd3bf84ebb04acb95cf7600731e9f361f#84e423bf) |
3191 | 2024-04-03T07:44:11.017Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
3192 | 2024-04-03T07:44:12.356Z | warning: could not parse code block as Rust code |
3193 | 2024-04-03T07:44:12.356Z | --> oximeter/db/src/oxql/ast/grammar.rs:244:9 |
3194 | 2024-04-03T07:44:12.356Z | | |
3195 | 2024-04-03T07:44:12.356Z | 244 | / /// Parse a string literal, either single- or double-quoted. |
3196 | 2024-04-03T07:44:12.356Z | 245 | | /// |
3197 | 2024-04-03T07:44:12.356Z | 246 | | /// Parsing string literals is pretty tricky, but we add several |
3198 | 2024-04-03T07:44:12.357Z | 247 | | /// constraints to simplify things. First strings must be quoted, either |
3199 | 2024-04-03T07:44:12.357Z | ... | |
3200 | 2024-04-03T07:44:12.357Z | 275 | | /// |
3201 | 2024-04-03T07:44:12.357Z | 276 | | /// Will be parsed as `this string has " in it`. |
3202 | 2024-04-03T07:44:12.357Z | | |________________________________________________________^ |
3203 | 2024-04-03T07:44:12.357Z | | |
3204 | 2024-04-03T07:44:12.357Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3205 | 2024-04-03T07:44:12.358Z | = note: error from rustc: unknown start of token: \ |
3206 | 2024-04-03T07:44:12.358Z | = note: error from rustc: unknown start of token: \ |
3207 | 2024-04-03T07:44:12.358Z | = note: error from rustc: unknown start of token: \ |
3208 | 2024-04-03T07:44:12.358Z | = note: error from rustc: unknown start of token: \ |
3209 | 2024-04-03T07:44:12.358Z | = note: error from rustc: unknown start of token: \ |
3210 | 2024-04-03T07:44:12.358Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3211 | 2024-04-03T07:44:12.358Z | |
3212 | 2024-04-03T07:44:14.260Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3213 | 2024-04-03T07:44:14.271Z | Documenting atomicwrites v0.4.3 |
3214 | 2024-04-03T07:44:15.797Z | Documenting chacha20 v0.9.1 |
3215 | 2024-04-03T07:44:15.938Z | Documenting lru v0.12.1 |
3216 | 2024-04-03T07:44:18.514Z | Documenting aead v0.5.2 |
3217 | 2024-04-03T07:44:20.948Z | Documenting rand_seeder v0.2.3 |
3218 | 2024-04-03T07:44:20.989Z | Documenting nanorand v0.7.0 |
3219 | 2024-04-03T07:44:21.380Z | Documenting subprocess v0.2.9 |
3220 | 2024-04-03T07:44:21.944Z | Documenting stability v0.1.1 |
3221 | 2024-04-03T07:44:23.491Z | Documenting number_prefix v0.4.0 |
3222 | 2024-04-03T07:44:24.078Z | Documenting cassowary v0.3.0 |
3223 | 2024-04-03T07:44:33.667Z | Documenting glob v0.3.1 |
3224 | 2024-04-03T07:44:33.898Z | Documenting flume v0.11.0 |
3225 | 2024-04-03T07:44:35.442Z | Documenting chacha20poly1305 v0.10.1 |
3226 | 2024-04-03T07:44:35.569Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3227 | 2024-04-03T07:44:35.569Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3228 | 2024-04-03T07:44:35.569Z | Documenting indicatif v0.17.8 |
3229 | 2024-04-03T07:44:35.569Z | Documenting ratatui v0.26.1 |
3230 | 2024-04-03T07:44:40.697Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3231 | 2024-04-03T07:44:40.770Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3232 | 2024-04-03T07:44:40.771Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3233 | 2024-04-03T07:44:51.076Z | Documenting salty v0.2.0 |
3234 | 2024-04-03T07:44:51.476Z | Documenting vsss-rs v3.3.4 |
3235 | 2024-04-03T07:44:51.836Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3236 | 2024-04-03T07:44:52.277Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3237 | 2024-04-03T07:44:52.394Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3238 | 2024-04-03T07:44:53.154Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3239 | 2024-04-03T07:44:53.336Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3240 | 2024-04-03T07:44:54.712Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3241 | 2024-04-03T07:44:54.939Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3242 | 2024-04-03T07:44:55.501Z | Documenting serde-big-array v0.5.1 |
3243 | 2024-04-03T07:44:56.262Z | Documenting rtoolbox v0.0.1 |
3244 | 2024-04-03T07:44:56.964Z | warning: unresolved link to `test_sled_transitions` |
3245 | 2024-04-03T07:44:56.964Z | --> nexus/db-queries/src/db/datastore/sled.rs:593:11 |
3246 | 2024-04-03T07:44:56.964Z | | |
3247 | 2024-04-03T07:44:56.964Z | 593 | /// [`test_sled_transitions`]. |
3248 | 2024-04-03T07:44:56.964Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3249 | 2024-04-03T07:44:56.964Z | | |
3250 | 2024-04-03T07:44:56.964Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3251 | 2024-04-03T07:44:56.965Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3252 | 2024-04-03T07:44:56.965Z | |
3253 | 2024-04-03T07:44:57.037Z | warning: unresolved link to `test_sled_transitions` |
3254 | 2024-04-03T07:44:57.037Z | --> nexus/db-queries/src/db/datastore/sled.rs:629:11 |
3255 | 2024-04-03T07:44:57.037Z | | |
3256 | 2024-04-03T07:44:57.037Z | 629 | /// [`test_sled_transitions`]. |
3257 | 2024-04-03T07:44:57.037Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3258 | 2024-04-03T07:44:57.037Z | | |
3259 | 2024-04-03T07:44:57.037Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3260 | 2024-04-03T07:44:57.037Z | |
3261 | 2024-04-03T07:44:57.037Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3262 | 2024-04-03T07:44:57.038Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3263 | 2024-04-03T07:44:57.038Z | | |
3264 | 2024-04-03T07:44:57.038Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3265 | 2024-04-03T07:44:57.038Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3266 | 2024-04-03T07:44:57.038Z | |
3267 | 2024-04-03T07:44:57.852Z | Documenting unicode-linebreak v0.1.5 |
3268 | 2024-04-03T07:44:59.120Z | Documenting http-range v0.1.5 |
3269 | 2024-04-03T07:45:00.338Z | Documenting smawk v0.3.1 |
3270 | 2024-04-03T07:45:00.809Z | Documenting is_ci v1.2.0 |
3271 | 2024-04-03T07:45:01.290Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3272 | 2024-04-03T07:45:01.568Z | Documenting rpassword v7.3.1 |
3273 | 2024-04-03T07:45:04.225Z | Documenting hyper-staticfile v0.9.5 |
3274 | 2024-04-03T07:45:05.106Z | Documenting textwrap v0.16.1 |
3275 | 2024-04-03T07:45:05.586Z | Documenting supports-color v3.0.0 |
3276 | 2024-04-03T07:45:06.079Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3277 | 2024-04-03T07:45:06.750Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3278 | 2024-04-03T07:45:09.610Z | Documenting tui-tree-widget v0.19.0 |
3279 | 2024-04-03T07:45:10.533Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3280 | 2024-04-03T07:45:10.564Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3281 | 2024-04-03T07:45:12.007Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3282 | 2024-04-03T07:45:14.102Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3283 | 2024-04-03T07:45:14.999Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3284 | 2024-04-03T07:45:15.536Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3285 | 2024-04-03T07:45:15.771Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3286 | 2024-04-03T07:45:15.774Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3287 | 2024-04-03T07:45:16.119Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3288 | 2024-04-03T07:45:16.163Z | Documenting signal-hook-tokio v0.3.1 |
3289 | 2024-04-03T07:45:16.340Z | Documenting memmap2 v0.7.1 |
3290 | 2024-04-03T07:45:16.912Z | Documenting arrayvec v0.7.4 |
3291 | 2024-04-03T07:45:17.741Z | Documenting arrayref v0.3.7 |
3292 | 2024-04-03T07:45:19.859Z | Documenting corncobs v0.1.3 |
3293 | 2024-04-03T07:45:20.365Z | Documenting constant_time_eq v0.3.0 |
3294 | 2024-04-03T07:45:21.409Z | Documenting shell-words v1.1.0 |
3295 | 2024-04-03T07:45:22.392Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3296 | 2024-04-03T07:45:22.989Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3297 | 2024-04-03T07:45:23.761Z | Documenting blake3 v1.5.0 |
3298 | 2024-04-03T07:45:26.072Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3299 | 2024-04-03T07:45:26.747Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3300 | 2024-04-03T07:45:28.328Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3301 | 2024-04-03T07:45:28.622Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3302 | 2024-04-03T07:45:30.300Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3303 | 2024-04-03T07:45:33.896Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3304 | 2024-04-03T07:45:43.259Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3305 | 2024-04-03T07:45:44.852Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3306 | 2024-04-03T07:45:46.606Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3307 | 2024-04-03T07:45:50.869Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3308 | 2024-04-03T07:45:51.765Z | warning: unclosed HTML tag `usize` |
3309 | 2024-04-03T07:45:51.765Z | --> wicket/src/ui/panes/update.rs:153:19 |
3310 | 2024-04-03T07:45:51.765Z | | |
3311 | 2024-04-03T07:45:51.765Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3312 | 2024-04-03T07:45:51.765Z | | ^^^^^^^ |
3313 | 2024-04-03T07:45:51.765Z | | |
3314 | 2024-04-03T07:45:51.765Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3315 | 2024-04-03T07:45:51.765Z | |
3316 | 2024-04-03T07:45:53.128Z | warning: `wicket` (lib doc) generated 1 warning |
3317 | 2024-04-03T07:45:53.132Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
3318 | 2024-04-03T07:45:54.938Z | Documenting fatfs v0.3.6 |
3319 | 2024-04-03T07:45:55.538Z | Documenting topological-sort v0.2.2 |
3320 | 2024-04-03T07:46:00.345Z | Documenting assert_matches v1.5.0 |
3321 | 2024-04-03T07:46:00.482Z | Documenting omicron-zone-package v0.11.0 |
3322 | 2024-04-03T07:46:03.083Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3323 | 2024-04-03T07:46:03.421Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3324 | 2024-04-03T07:46:06.584Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3325 | 2024-04-03T07:46:06.585Z | --> sled-agent/src/sim/instance.rs:46:7 |
3326 | 2024-04-03T07:46:06.585Z | | |
3327 | 2024-04-03T07:46:06.585Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3328 | 2024-04-03T07:46:06.585Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3329 | 2024-04-03T07:46:06.585Z | | |
3330 | 2024-04-03T07:46:06.585Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3331 | 2024-04-03T07:46:06.586Z | |
3332 | 2024-04-03T07:46:07.540Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3333 | 2024-04-03T07:46:08.810Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3334 | 2024-04-03T07:46:09.655Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3335 | 2024-04-03T07:46:09.756Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3336 | 2024-04-03T07:46:10.133Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3337 | 2024-04-03T07:46:10.144Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3338 | 2024-04-03T07:46:13.041Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3339 | 2024-04-03T07:46:13.449Z | Documenting termios v0.3.3 |
3340 | 2024-04-03T07:46:13.827Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3341 | 2024-04-03T07:46:18.969Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3342 | 2024-04-03T07:46:24.176Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3343 | 2024-04-03T07:46:26.289Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3344 | 2024-04-03T07:46:30.826Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3345 | 2024-04-03T07:46:32.151Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3346 | 2024-04-03T07:46:47.970Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3347 | 2024-04-03T07:46:58.582Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3348 | 2024-04-03T07:47:04.609Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3349 | 2024-04-03T07:47:08.704Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3350 | 2024-04-03T07:47:09.170Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3351 | 2024-04-03T07:47:13.462Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3352 | 2024-04-03T07:47:15.301Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3353 | 2024-04-03T07:47:16.337Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3354 | 2024-04-03T07:47:24.527Z | warning: unresolved link to `VolumeConstructionRequest` |
3355 | 2024-04-03T07:47:24.527Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3356 | 2024-04-03T07:47:24.527Z | | |
3357 | 2024-04-03T07:47:24.528Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3358 | 2024-04-03T07:47:24.528Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3359 | 2024-04-03T07:47:24.528Z | | |
3360 | 2024-04-03T07:47:24.528Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3361 | 2024-04-03T07:47:24.528Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3362 | 2024-04-03T07:47:24.528Z | |
3363 | 2024-04-03T07:47:24.531Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3364 | 2024-04-03T07:47:24.531Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3365 | 2024-04-03T07:47:24.531Z | | |
3366 | 2024-04-03T07:47:24.532Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3367 | 2024-04-03T07:47:24.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3368 | 2024-04-03T07:47:24.532Z | |
3369 | 2024-04-03T07:47:24.532Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3370 | 2024-04-03T07:47:24.532Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3371 | 2024-04-03T07:47:24.532Z | | |
3372 | 2024-04-03T07:47:24.532Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3373 | 2024-04-03T07:47:24.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3374 | 2024-04-03T07:47:24.532Z | |
3375 | 2024-04-03T07:47:24.532Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3376 | 2024-04-03T07:47:24.532Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3377 | 2024-04-03T07:47:24.532Z | | |
3378 | 2024-04-03T07:47:24.532Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3379 | 2024-04-03T07:47:24.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3380 | 2024-04-03T07:47:24.532Z | |
3381 | 2024-04-03T07:47:24.532Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3382 | 2024-04-03T07:47:24.532Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3383 | 2024-04-03T07:47:24.532Z | | |
3384 | 2024-04-03T07:47:24.532Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3385 | 2024-04-03T07:47:24.532Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3386 | 2024-04-03T07:47:24.532Z | |
3387 | 2024-04-03T07:47:24.533Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3388 | 2024-04-03T07:47:24.533Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3389 | 2024-04-03T07:47:24.533Z | | |
3390 | 2024-04-03T07:47:24.533Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3391 | 2024-04-03T07:47:24.533Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3392 | 2024-04-03T07:47:24.533Z | |
3393 | 2024-04-03T07:47:24.533Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3394 | 2024-04-03T07:47:24.533Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3395 | 2024-04-03T07:47:24.533Z | | |
3396 | 2024-04-03T07:47:24.533Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3397 | 2024-04-03T07:47:24.533Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3398 | 2024-04-03T07:47:24.533Z | |
3399 | 2024-04-03T07:47:27.719Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3400 | 2024-04-03T07:47:51.300Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 32s |
3401 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3402 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3403 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3404 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3405 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3406 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3407 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3408 | 2024-04-03T07:47:51.381Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3409 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3410 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3411 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3412 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3413 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3414 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3415 | 2024-04-03T07:47:51.386Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3416 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3417 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3418 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3419 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3420 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3421 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3422 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3423 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3424 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3425 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3426 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3427 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3428 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3429 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3430 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3431 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3432 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3433 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3434 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3435 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3436 | 2024-04-03T07:47:51.387Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3437 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3438 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3439 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3440 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3441 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3442 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3443 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3444 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3445 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3446 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3447 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3448 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3449 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3450 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3451 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3452 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3453 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3454 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3455 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3456 | 2024-04-03T07:47:51.388Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3457 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3458 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3459 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3460 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3461 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3462 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3463 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3464 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3465 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3466 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3467 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3468 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3469 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3470 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3471 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3472 | 2024-04-03T07:47:51.389Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3473 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3474 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3475 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3476 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3477 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3478 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3479 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3480 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3481 | 2024-04-03T07:47:51.390Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3482 | 2024-04-03T07:47:51.412Z | |
3483 | 2024-04-03T07:47:51.415Z | real 12:33.022331163 |
3484 | 2024-04-03T07:47:51.415Z | user 33:03.750272084 |
3485 | 2024-04-03T07:47:51.415Z | sys 55:52.210920162 |
3486 | 2024-04-03T07:47:51.415Z | trap 0.872439647 |
3487 | 2024-04-03T07:47:51.415Z | tflt 0.639495181 |
3488 | 2024-04-03T07:47:51.415Z | dflt 0.304262756 |
3489 | 2024-04-03T07:47:51.416Z | kflt 0.000098169 |
3490 | 2024-04-03T07:47:51.416Z | lock 3:24:33.170420539 |
3491 | 2024-04-03T07:47:51.416Z | slp 3:30:59.110988888 |
3492 | 2024-04-03T07:47:51.416Z | lat 4:17.746794980 |
3493 | 2024-04-03T07:47:51.416Z | stop 1:44.093815064 |
3494 | 2024-04-03T07:47:51.416Z | process exited: duration 1382230 ms, exit code 0 |
|
3495 | 2024-04-03T07:47:51.423Z | found 0 output files |