|
|
|
1 | 2024-04-10T16:21:02.953Z | job assigned to worker 01HV4CZ2E3C8BAX3RE46STYGRG (queued for 37 s) |
|
2 | 2024-04-10T16:21:03.464Z | starting task 0: "setup" |
3 | 2024-04-10T16:21:03.490Z | ++ uname -s |
4 | 2024-04-10T16:21:03.490Z | + kern=SunOS |
5 | 2024-04-10T16:21:03.490Z | + case "$kern" in |
6 | 2024-04-10T16:21:03.490Z | + groupadd -g 12345 build |
7 | 2024-04-10T16:21:03.490Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-10T16:21:05.494Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-10T16:21:05.539Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-10T16:21:05.565Z | + home_fs=zfs |
11 | 2024-04-10T16:21:05.565Z | + [[ zfs == autofs ]] |
12 | 2024-04-10T16:21:05.566Z | + mkdir -p /home/build |
13 | 2024-04-10T16:21:05.566Z | + chown build:build /home/build /work |
14 | 2024-04-10T16:21:07.554Z | + chmod 0700 /home/build /work |
15 | 2024-04-10T16:21:07.580Z | process exited: duration 4088 ms, exit code 0 |
|
16 | 2024-04-10T16:21:07.630Z | starting task 1: "rust-toolchain" |
17 | 2024-04-10T16:21:07.656Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-10T16:21:07.657Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-04-10T16:21:08.059Z | info: downloading installer |
20 | 2024-04-10T16:21:08.975Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-10T16:21:08.975Z | warning: /opt/ooce/bin |
22 | 2024-04-10T16:21:08.975Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-10T16:21:08.975Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-10T16:21:08.975Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-10T16:21:08.975Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-10T16:21:08.975Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-10T16:21:08.975Z | error: cannot install while Rust is installed |
28 | 2024-04-10T16:21:08.975Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-10T16:21:09.017Z | info: profile set to 'default' |
30 | 2024-04-10T16:21:09.017Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-10T16:21:09.041Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-04-10T16:21:09.145Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-04-10T16:21:09.145Z | info: downloading component 'cargo' |
34 | 2024-04-10T16:21:09.283Z | info: downloading component 'clippy' |
35 | 2024-04-10T16:21:09.325Z | info: downloading component 'rust-docs' |
36 | 2024-04-10T16:21:09.468Z | info: downloading component 'rust-std' |
37 | 2024-04-10T16:21:09.725Z | info: downloading component 'rustc' |
38 | 2024-04-10T16:21:10.358Z | info: downloading component 'rustfmt' |
39 | 2024-04-10T16:21:10.395Z | info: installing component 'cargo' |
40 | 2024-04-10T16:21:11.449Z | info: installing component 'clippy' |
41 | 2024-04-10T16:21:11.886Z | info: installing component 'rust-docs' |
42 | 2024-04-10T16:21:14.244Z | info: installing component 'rust-std' |
43 | 2024-04-10T16:21:16.439Z | info: installing component 'rustc' |
44 | 2024-04-10T16:21:21.158Z | info: installing component 'rustfmt' |
45 | 2024-04-10T16:21:21.536Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-04-10T16:21:21.536Z | |
47 | 2024-04-10T16:21:21.634Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-04-10T16:21:21.634Z | |
49 | 2024-04-10T16:21:21.634Z | |
50 | 2024-04-10T16:21:21.634Z | Rust is installed now. Great! |
51 | 2024-04-10T16:21:21.634Z | |
52 | 2024-04-10T16:21:21.634Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-10T16:21:21.634Z | environment variable. This has not been done automatically. |
54 | 2024-04-10T16:21:21.634Z | |
55 | 2024-04-10T16:21:21.634Z | To configure your current shell, you need to source |
56 | 2024-04-10T16:21:21.634Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-10T16:21:21.634Z | |
58 | 2024-04-10T16:21:21.634Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-10T16:21:21.634Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-10T16:21:21.634Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-10T16:21:21.694Z | + rustc --version |
62 | 2024-04-10T16:21:21.791Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
63 | 2024-04-10T16:21:21.823Z | process exited: duration 14151 ms, exit code 0 |
|
64 | 2024-04-10T16:21:21.876Z | starting task 2: "authentication" |
65 | 2024-04-10T16:21:21.932Z | process exited: duration 57 ms, exit code 0 |
|
66 | 2024-04-10T16:21:21.982Z | starting task 3: "clone repository" |
67 | 2024-04-10T16:21:22.006Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-04-10T16:21:22.007Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-04-10T16:21:22.032Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-04-10T16:21:34.641Z | + cd /work/oxidecomputer/omicron |
71 | 2024-04-10T16:21:34.641Z | + git fetch origin d0db4f951bae83f2bbf768912ec69911ac701421 |
72 | 2024-04-10T16:21:35.289Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-04-10T16:21:35.289Z | * branch d0db4f951bae83f2bbf768912ec69911ac701421 -> FETCH_HEAD |
74 | 2024-04-10T16:21:35.314Z | + [[ -n alan/p-and-c-for-ben ]] |
75 | 2024-04-10T16:21:35.314Z | ++ git branch --show-current |
76 | 2024-04-10T16:21:35.314Z | + current=main |
77 | 2024-04-10T16:21:35.314Z | + [[ main != alan/p-and-c-for-ben ]] |
78 | 2024-04-10T16:21:35.314Z | + git branch -f alan/p-and-c-for-ben d0db4f951bae83f2bbf768912ec69911ac701421 |
79 | 2024-04-10T16:21:35.314Z | + git checkout -f alan/p-and-c-for-ben |
80 | 2024-04-10T16:21:35.465Z | Switched to branch 'alan/p-and-c-for-ben' |
81 | 2024-04-10T16:21:35.492Z | + git reset --hard d0db4f951bae83f2bbf768912ec69911ac701421 |
82 | 2024-04-10T16:21:35.492Z | HEAD is now at d0db4f951 Update Propolis and Crucible versions. |
83 | 2024-04-10T16:21:35.492Z | process exited: duration 13501 ms, exit code 0 |
|
84 | 2024-04-10T16:21:35.542Z | starting task 4: "build" |
85 | 2024-04-10T16:21:35.566Z | + cargo --version |
86 | 2024-04-10T16:21:35.566Z | info: syncing channel updates for '1.77.1-x86_64-unknown-illumos' |
87 | 2024-04-10T16:21:35.705Z | info: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27) |
88 | 2024-04-10T16:21:35.705Z | info: downloading component 'cargo' |
89 | 2024-04-10T16:21:35.845Z | info: downloading component 'clippy' |
90 | 2024-04-10T16:21:35.884Z | info: downloading component 'rust-docs' |
91 | 2024-04-10T16:21:36.049Z | info: downloading component 'rust-std' |
92 | 2024-04-10T16:21:36.323Z | info: downloading component 'rustc' |
93 | 2024-04-10T16:21:36.950Z | info: downloading component 'rustfmt' |
94 | 2024-04-10T16:21:36.991Z | info: installing component 'cargo' |
95 | 2024-04-10T16:21:37.930Z | info: installing component 'clippy' |
96 | 2024-04-10T16:21:38.296Z | info: installing component 'rust-docs' |
97 | 2024-04-10T16:21:40.844Z | info: installing component 'rust-std' |
98 | 2024-04-10T16:21:42.631Z | info: installing component 'rustc' |
99 | 2024-04-10T16:21:47.390Z | info: installing component 'rustfmt' |
100 | 2024-04-10T16:21:47.840Z | cargo 1.77.1 (e52e36006 2024-03-26) |
101 | 2024-04-10T16:21:47.872Z | + rustc --version |
102 | 2024-04-10T16:21:47.982Z | rustc 1.77.1 (7cf61ebde 2024-03-27) |
103 | 2024-04-10T16:21:48.021Z | + source ./env.sh |
104 | 2024-04-10T16:21:48.021Z | ++ set -o xtrace |
105 | 2024-04-10T16:21:48.021Z | ++++ dirname ./env.sh |
106 | 2024-04-10T16:21:48.022Z | +++ readlink -f . |
107 | 2024-04-10T16:21:48.022Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2024-04-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ 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-10T16:21:48.022Z | ++ unset OMICRON_WS |
117 | 2024-04-10T16:21:48.022Z | ++ set +o xtrace |
118 | 2024-04-10T16:21:48.022Z | |
119 | 2024-04-10T16:21:48.022Z | ##### ##### ###### ##### ###### #### # # # #### # |
120 | 2024-04-10T16:21:48.023Z | # # # # # # # # # # # # # # # |
121 | 2024-04-10T16:21:48.023Z | # # # # ##### # # ##### # # # # # #### # |
122 | 2024-04-10T16:21:48.023Z | ##### ##### # ##### # # # # # # # # # |
123 | 2024-04-10T16:21:48.023Z | # # # # # # # # # # # # # # # |
124 | 2024-04-10T16:21:48.023Z | # # # ###### # # ###### ### # #### # #### # |
125 | 2024-04-10T16:21:48.023Z | |
126 | 2024-04-10T16:21:53.443Z | Startup: Refreshing catalog 'helios-dev' ... Done |
127 | 2024-04-10T16:21:55.402Z | Startup: Caching catalogs ... Done |
128 | 2024-04-10T16:21:58.134Z | Planning: Solver setup ... Done (2.188s) |
129 | 2024-04-10T16:21:58.173Z | Planning: Running solver ... Done (0.040s) |
130 | 2024-04-10T16:21:58.204Z | Planning: Finding local manifests ... Done (0.002s) |
131 | 2024-04-10T16:21:58.281Z | Planning: Fetching manifests: 0/4 0% complete |
132 | 2024-04-10T16:21:58.661Z | Planning: Fetching manifests: 4/4 100% complete |
133 | 2024-04-10T16:21:58.724Z | Planning: Package planning ... Done (0.063s) |
134 | 2024-04-10T16:21:58.783Z | Planning: Merging actions ... Done (0.059s) |
135 | 2024-04-10T16:21:59.170Z | Planning: Checking for conflicting actions ... Done (0.386s) |
136 | 2024-04-10T16:21:59.195Z | Planning: Consolidating action changes ... Done (0.013s) |
137 | 2024-04-10T16:21:59.926Z | Planning: Evaluating mediators ... Done (0.741s) |
138 | 2024-04-10T16:21:59.952Z | Planning: Planning completed in 4.48 seconds |
139 | 2024-04-10T16:21:59.952Z | Packages to install: 4 |
140 | 2024-04-10T16:21:59.953Z | Mediators to change: 2 |
141 | 2024-04-10T16:21:59.953Z | Services to change: 1 |
142 | 2024-04-10T16:21:59.953Z | Estimated space available: 148.37 GB |
143 | 2024-04-10T16:21:59.953Z | Estimated space to be consumed: 1.44 GB |
144 | 2024-04-10T16:21:59.953Z | Create boot environment: No |
145 | 2024-04-10T16:21:59.953Z | Create backup boot environment: No |
146 | 2024-04-10T16:21:59.953Z | Rebuild boot archive: No |
147 | 2024-04-10T16:21:59.953Z | |
148 | 2024-04-10T16:21:59.953Z | Changed mediators: |
149 | 2024-04-10T16:21:59.953Z | mediator clang: |
150 | 2024-04-10T16:21:59.953Z | version: None -> 15 (system default) |
151 | 2024-04-10T16:21:59.953Z | |
152 | 2024-04-10T16:21:59.953Z | mediator llvm: |
153 | 2024-04-10T16:21:59.953Z | version: 14 (system default) -> 15 (system default) |
154 | 2024-04-10T16:21:59.953Z | |
155 | 2024-04-10T16:21:59.953Z | Changed packages: |
156 | 2024-04-10T16:21:59.953Z | helios-dev |
157 | 2024-04-10T16:21:59.953Z | developer/build-essential |
158 | 2024-04-10T16:21:59.953Z | None -> 11-2.0 |
159 | 2024-04-10T16:21:59.953Z | library/libxmlsec1 |
160 | 2024-04-10T16:21:59.953Z | None -> 1.2.35-2.0 |
161 | 2024-04-10T16:21:59.953Z | ooce/developer/clang-15 |
162 | 2024-04-10T16:21:59.953Z | None -> 15.0.7-2.0 |
163 | 2024-04-10T16:21:59.954Z | ooce/developer/llvm-15 |
164 | 2024-04-10T16:21:59.954Z | None -> 15.0.7-2.0 |
165 | 2024-04-10T16:21:59.954Z | |
166 | 2024-04-10T16:21:59.954Z | Services: |
167 | 2024-04-10T16:21:59.954Z | restart_fmri: |
168 | 2024-04-10T16:21:59.954Z | svc:/system/update-man-index:default |
169 | 2024-04-10T16:21:59.997Z | |
170 | 2024-04-10T16:21:59.997Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
171 | 2024-04-10T16:22:05.003Z | Download: 574/3290 items 17.6/212.6MB 8% complete (3.6M/s) |
172 | 2024-04-10T16:22:10.006Z | Download: 1197/3290 items 80.3/212.6MB 37% complete (8.0M/s) |
173 | 2024-04-10T16:22:15.012Z | Download: 1600/3290 items 117.0/212.6MB 55% complete (9.9M/s) |
174 | 2024-04-10T16:22:20.011Z | Download: 2962/3290 items 121.2/212.6MB 57% complete (4.2M/s) |
175 | 2024-04-10T16:22:24.252Z | Download: Completed 212.60 MB in 24.26 seconds (8.8M/s) |
176 | 2024-04-10T16:22:24.408Z | Actions: 1/3689 actions (Installing new actions) |
177 | 2024-04-10T16:22:29.410Z | Actions: 2312/3689 actions (Installing new actions) |
178 | 2024-04-10T16:22:29.939Z | Actions: Completed 3689 actions in 5.53 seconds. |
179 | 2024-04-10T16:22:30.115Z | Done (0.167s) |
180 | 2024-04-10T16:22:30.115Z | Done (0.000s) |
181 | 2024-04-10T16:22:30.432Z | Done (0.319s) |
182 | 2024-04-10T16:22:35.394Z | Done (4.845s) |
183 | 2024-04-10T16:22:35.485Z | Done (0.018s) |
184 | 2024-04-10T16:22:35.510Z | Done (0.000s) |
185 | 2024-04-10T16:22:35.628Z | Done (0.000s) |
186 | 2024-04-10T16:22:36.214Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-04-10T16:22:36.407Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-04-10T16:22:36.431Z | Planning: Consolidating action changes ... Done |
189 | 2024-04-10T16:22:36.761Z | Planning: Evaluating mediators ... Done |
190 | 2024-04-10T16:22:36.786Z | Planning: Planning completed in 0.56 seconds |
191 | 2024-04-10T16:22:36.812Z | Mediators to change: 2 |
192 | 2024-04-10T16:22:36.812Z | Create boot environment: No |
193 | 2024-04-10T16:22:36.813Z | Create backup boot environment: No |
194 | 2024-04-10T16:22:36.865Z | Done |
195 | 2024-04-10T16:22:36.865Z | Done |
196 | 2024-04-10T16:22:37.057Z | Done |
197 | 2024-04-10T16:22:41.467Z | Done |
198 | 2024-04-10T16:22:41.560Z | Done |
199 | 2024-04-10T16:22:41.586Z | Done |
200 | 2024-04-10T16:22:41.637Z | Done |
201 | 2024-04-10T16:22:42.372Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-04-10T16:22:42.397Z | Planning: Merging actions ... Done |
203 | 2024-04-10T16:22:42.604Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-04-10T16:22:42.629Z | Planning: Consolidating action changes ... Done |
205 | 2024-04-10T16:22:42.917Z | Planning: Evaluating mediators ... Done |
206 | 2024-04-10T16:22:42.982Z | Planning: Planning completed in 0.93 seconds |
207 | 2024-04-10T16:22:43.022Z | Packages to change: 1 |
208 | 2024-04-10T16:22:43.022Z | Mediators to change: 1 |
209 | 2024-04-10T16:22:43.022Z | Services to change: 1 |
210 | 2024-04-10T16:22:43.022Z | Create boot environment: No |
211 | 2024-04-10T16:22:43.022Z | Create backup boot environment: Yes |
212 | 2024-04-10T16:22:44.537Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-04-10T16:22:44.563Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-04-10T16:22:44.563Z | Done |
215 | 2024-04-10T16:22:44.563Z | Done |
216 | 2024-04-10T16:22:44.606Z | Done |
217 | 2024-04-10T16:22:48.900Z | Done |
218 | 2024-04-10T16:22:48.985Z | Done |
219 | 2024-04-10T16:22:49.011Z | Done |
220 | 2024-04-10T16:22:49.059Z | Done |
221 | 2024-04-10T16:22:49.587Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-04-10T16:22:49.587Z | clang system 15 system |
223 | 2024-04-10T16:22:49.587Z | csh system system illumos |
224 | 2024-04-10T16:22:49.587Z | ctags system system illumos |
225 | 2024-04-10T16:22:49.587Z | gcc vendor 12 vendor |
226 | 2024-04-10T16:22:49.587Z | gcc system 10 system |
227 | 2024-04-10T16:22:49.587Z | gcc system 7 system |
228 | 2024-04-10T16:22:49.587Z | go system 1.20 system |
229 | 2024-04-10T16:22:49.587Z | go system 1.19 system |
230 | 2024-04-10T16:22:49.588Z | llvm system 15 system |
231 | 2024-04-10T16:22:49.588Z | llvm system 14 system |
232 | 2024-04-10T16:22:49.588Z | mariadb system 10.6 system |
233 | 2024-04-10T16:22:49.588Z | mta vendor vendor dma |
234 | 2024-04-10T16:22:49.588Z | openjdk system 17 system |
235 | 2024-04-10T16:22:49.588Z | openjdk system 11 system |
236 | 2024-04-10T16:22:49.588Z | openjdk system 1.8 system |
237 | 2024-04-10T16:22:49.588Z | openssl vendor 3 vendor |
238 | 2024-04-10T16:22:49.588Z | perl system 5.36 system |
239 | 2024-04-10T16:22:49.588Z | postgresql system 15 system |
240 | 2024-04-10T16:22:49.588Z | postgresql system 13 system |
241 | 2024-04-10T16:22:49.588Z | python vendor 3 vendor |
242 | 2024-04-10T16:22:49.588Z | python system 2 system |
243 | 2024-04-10T16:22:49.588Z | python3 system 3.11 system |
244 | 2024-04-10T16:22:49.588Z | ruby system 3.0 system |
245 | 2024-04-10T16:22:49.588Z | words vendor vendor american-english |
246 | 2024-04-10T16:22:49.588Z | words system system australian-english |
247 | 2024-04-10T16:22:49.588Z | words system system british-english |
248 | 2024-04-10T16:22:49.588Z | words system system canadian-english |
249 | 2024-04-10T16:22:49.588Z | words system system french |
250 | 2024-04-10T16:22:49.588Z | words system system italian |
251 | 2024-04-10T16:22:49.588Z | words system system ngerman |
252 | 2024-04-10T16:22:49.588Z | words system system ogerman |
253 | 2024-04-10T16:22:49.588Z | words system system spanish |
254 | 2024-04-10T16:22:50.008Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-04-10T16:22:50.009Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-04-10T16:22:51.639Z | FMRI IFO |
257 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
264 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
268 | 2024-04-10T16:22:51.639Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
269 | 2024-04-10T16:22:51.908Z | + set -o errexit |
270 | 2024-04-10T16:22:51.934Z | +++ dirname ./tools/ci_download_cockroachdb |
271 | 2024-04-10T16:22:51.934Z | ++ cd ./tools |
272 | 2024-04-10T16:22:51.934Z | ++ pwd |
273 | 2024-04-10T16:22:51.934Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
274 | 2024-04-10T16:22:51.934Z | ++ basename ./tools/ci_download_cockroachdb |
275 | 2024-04-10T16:22:51.934Z | + ARG0=ci_download_cockroachdb |
276 | 2024-04-10T16:22:51.934Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
277 | 2024-04-10T16:22:51.934Z | + CIDL_VERSION=v22.1.9 |
278 | 2024-04-10T16:22:51.934Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
279 | 2024-04-10T16:22:51.934Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
280 | 2024-04-10T16:22:51.935Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
281 | 2024-04-10T16:22:51.935Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
282 | 2024-04-10T16:22:51.935Z | + TARGET_DIR=out |
283 | 2024-04-10T16:22:51.935Z | + DOWNLOAD_DIR=out/downloads |
284 | 2024-04-10T16:22:51.935Z | + DEST_DIR=./out/cockroachdb |
285 | 2024-04-10T16:22:51.935Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
286 | 2024-04-10T16:22:51.935Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
287 | 2024-04-10T16:22:51.935Z | + main |
288 | 2024-04-10T16:22:51.935Z | + [[ 0 != 0 ]] |
289 | 2024-04-10T16:22:51.935Z | + CIDL_OS=solaris2.11 |
290 | 2024-04-10T16:22:51.935Z | + [[ 0 != 0 ]] |
291 | 2024-04-10T16:22:51.935Z | + configure_os solaris2.11 |
292 | 2024-04-10T16:22:51.935Z | + echo 'current directory: /work/oxidecomputer/omicron' |
293 | 2024-04-10T16:22:51.935Z | current directory: /work/oxidecomputer/omicron |
294 | 2024-04-10T16:22:51.935Z | configuring based on OS: "solaris2.11" |
295 | 2024-04-10T16:22:51.935Z | + echo 'configuring based on OS: "solaris2.11"' |
296 | 2024-04-10T16:22:51.935Z | + case "$1" in |
297 | 2024-04-10T16:22:51.935Z | + CIDL_BUILD=illumos |
298 | 2024-04-10T16:22:51.935Z | + CIDL_SUFFIX=tar.gz |
299 | 2024-04-10T16:22:51.935Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
300 | 2024-04-10T16:22:51.935Z | + CIDL_URL_BASE=https://illumos.org/downloads |
301 | 2024-04-10T16:22:51.935Z | + CIDL_ASSEMBLE=do_assemble_illumos |
302 | 2024-04-10T16:22:51.935Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
303 | 2024-04-10T16:22:51.936Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-04-10T16:22:51.936Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-04-10T16:22:51.936Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
306 | 2024-04-10T16:22:51.936Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-04-10T16:22:51.936Z | + CIDL_SHA256FUNC=do_sha256sum |
308 | 2024-04-10T16:22:51.936Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-04-10T16:22:51.936Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
310 | 2024-04-10T16:22:51.936Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
311 | 2024-04-10T16:22:51.936Z | + mkdir -p out/downloads |
312 | 2024-04-10T16:22:51.936Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-04-10T16:22:51.936Z | + mkdir -p ./out/cockroachdb |
314 | 2024-04-10T16:22:51.936Z | + local DO_DOWNLOAD=true |
315 | 2024-04-10T16:22:51.936Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
316 | 2024-04-10T16:22:51.936Z | + '[' true == true ']' |
317 | 2024-04-10T16:22:51.936Z | + echo Downloading... |
318 | 2024-04-10T16:22:51.936Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-04-10T16:22:51.936Z | Downloading... |
320 | 2024-04-10T16:22:51.936Z | + 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 |
321 | 2024-04-10T16:22:58.092Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
322 | 2024-04-10T16:22:58.117Z | ++ sha256sum |
323 | 2024-04-10T16:22:58.117Z | ++ awk '{print $1}' |
324 | 2024-04-10T16:22:58.169Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
325 | 2024-04-10T16:22:58.169Z | + [[ 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 ]] |
326 | 2024-04-10T16:22:58.169Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
327 | 2024-04-10T16:22:58.169Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
328 | 2024-04-10T16:23:01.092Z | + do_assemble_illumos |
329 | 2024-04-10T16:23:01.092Z | + rm -r ./out/cockroachdb |
330 | 2024-04-10T16:23:01.118Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
331 | 2024-04-10T16:23:01.620Z | + ./out/cockroachdb/bin/cockroach version |
332 | 2024-04-10T16:23:01.887Z | Build Tag: v22.1.9-dirty |
333 | 2024-04-10T16:23:01.887Z | Build Time: 2022/10/26 21:17:46 |
334 | 2024-04-10T16:23:01.887Z | Distribution: OSS |
335 | 2024-04-10T16:23:01.888Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
336 | 2024-04-10T16:23:01.888Z | Go Version: go1.17.13 |
337 | 2024-04-10T16:23:01.888Z | C Compiler: gcc 10.3.0 |
338 | 2024-04-10T16:23:01.888Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
339 | 2024-04-10T16:23:01.888Z | Build Type: release |
340 | 2024-04-10T16:23:01.915Z | + set -o errexit |
341 | 2024-04-10T16:23:01.942Z | +++ dirname ./tools/ci_download_clickhouse |
342 | 2024-04-10T16:23:01.942Z | ++ cd ./tools |
343 | 2024-04-10T16:23:01.942Z | ++ pwd |
344 | 2024-04-10T16:23:01.942Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
345 | 2024-04-10T16:23:01.942Z | ++ basename ./tools/ci_download_clickhouse |
346 | 2024-04-10T16:23:01.942Z | + ARG0=ci_download_clickhouse |
347 | 2024-04-10T16:23:01.942Z | + TARGET_DIR=out |
348 | 2024-04-10T16:23:01.942Z | + DOWNLOAD_DIR=out/downloads |
349 | 2024-04-10T16:23:01.942Z | + DEST_DIR=./out/clickhouse |
350 | 2024-04-10T16:23:01.942Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
351 | 2024-04-10T16:23:01.942Z | + CIDL_VERSION=v23.8.7.24 |
352 | 2024-04-10T16:23:01.942Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
353 | 2024-04-10T16:23:01.942Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
354 | 2024-04-10T16:23:01.942Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
355 | 2024-04-10T16:23:01.943Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
356 | 2024-04-10T16:23:01.943Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
357 | 2024-04-10T16:23:01.943Z | + main |
358 | 2024-04-10T16:23:01.943Z | + [[ 0 != 0 ]] |
359 | 2024-04-10T16:23:01.943Z | + CIDL_OS=solaris2.11 |
360 | 2024-04-10T16:23:01.943Z | + [[ 0 != 0 ]] |
361 | 2024-04-10T16:23:01.943Z | + configure_os solaris2.11 |
362 | 2024-04-10T16:23:01.943Z | + echo 'current directory: /work/oxidecomputer/omicron' |
363 | 2024-04-10T16:23:01.943Z | current directory: /work/oxidecomputer/omicron |
364 | 2024-04-10T16:23:01.943Z | configuring based on OS: "solaris2.11" |
365 | 2024-04-10T16:23:01.943Z | + echo 'configuring based on OS: "solaris2.11"' |
366 | 2024-04-10T16:23:01.943Z | + CIDL_DASHREV= |
367 | 2024-04-10T16:23:01.943Z | + case "$1" in |
368 | 2024-04-10T16:23:01.943Z | + CIDL_PLATFORM=illumos |
369 | 2024-04-10T16:23:01.943Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
370 | 2024-04-10T16:23:01.943Z | + CIDL_MD5FUNC=do_md5sum |
371 | 2024-04-10T16:23:01.943Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
372 | 2024-04-10T16:23:01.943Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-04-10T16:23:01.943Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
374 | 2024-04-10T16:23:01.943Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-04-10T16:23:01.943Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
376 | 2024-04-10T16:23:01.943Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
377 | 2024-04-10T16:23:01.943Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
378 | 2024-04-10T16:23:01.944Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
379 | 2024-04-10T16:23:01.944Z | + mkdir -p out/downloads |
380 | 2024-04-10T16:23:01.944Z | + mkdir -p ./out/clickhouse |
381 | 2024-04-10T16:23:01.944Z | + local DO_DOWNLOAD=true |
382 | 2024-04-10T16:23:01.944Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
383 | 2024-04-10T16:23:01.944Z | + '[' true == true ']' |
384 | 2024-04-10T16:23:01.944Z | + echo Downloading... |
385 | 2024-04-10T16:23:01.944Z | Downloading... |
386 | 2024-04-10T16:23:01.944Z | + 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 |
387 | 2024-04-10T16:23:01.944Z | + 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 |
388 | 2024-04-10T16:23:18.405Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
389 | 2024-04-10T16:23:18.442Z | ++ md5sum |
390 | 2024-04-10T16:23:18.442Z | ++ awk '{print $1}' |
391 | 2024-04-10T16:23:18.666Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
392 | 2024-04-10T16:23:18.666Z | + [[ 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 ]] |
393 | 2024-04-10T16:23:18.667Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
394 | 2024-04-10T16:23:18.667Z | + mkdir -p ./out/clickhouse |
395 | 2024-04-10T16:23:18.693Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
396 | 2024-04-10T16:23:23.769Z | + [[ solaris2.11 == darwin* ]] |
397 | 2024-04-10T16:23:23.769Z | + ./out/clickhouse/clickhouse server --version |
398 | 2024-04-10T16:23:24.229Z | ClickHouse server version 23.8.7.1. |
399 | 2024-04-10T16:23:24.229Z | + set -o errexit |
400 | 2024-04-10T16:23:24.229Z | +++ dirname ./tools/ci_download_console |
401 | 2024-04-10T16:23:24.229Z | ++ cd ./tools |
402 | 2024-04-10T16:23:24.229Z | ++ pwd |
403 | 2024-04-10T16:23:24.229Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
404 | 2024-04-10T16:23:24.229Z | ++ basename ./tools/ci_download_console |
405 | 2024-04-10T16:23:24.230Z | + ARG0=ci_download_console |
406 | 2024-04-10T16:23:24.230Z | + TARGET_DIR=out |
407 | 2024-04-10T16:23:24.230Z | + DOWNLOAD_DIR=out/downloads |
408 | 2024-04-10T16:23:24.230Z | + DEST_DIR=./out/console-assets |
409 | 2024-04-10T16:23:24.230Z | + source /work/oxidecomputer/omicron/tools/console_version |
410 | 2024-04-10T16:23:24.230Z | ++ COMMIT=7e34c118e6e3687c7d2a3931328083a397a06d35 |
411 | 2024-04-10T16:23:24.230Z | ++ SHA2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 |
412 | 2024-04-10T16:23:24.230Z | + URL=https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
413 | 2024-04-10T16:23:24.230Z | + TARBALL_FILE=out/downloads/console.tar.gz |
414 | 2024-04-10T16:23:24.230Z | + main |
415 | 2024-04-10T16:23:24.230Z | + [[ 0 != 0 ]] |
416 | 2024-04-10T16:23:24.230Z | + echo 'URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz' |
417 | 2024-04-10T16:23:24.230Z | URL: https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
418 | 2024-04-10T16:23:24.230Z | + echo 'Local file: out/downloads/console.tar.gz' |
419 | 2024-04-10T16:23:24.230Z | Local file: out/downloads/console.tar.gz |
420 | 2024-04-10T16:23:24.230Z | + local DO_DOWNLOAD=true |
421 | 2024-04-10T16:23:24.230Z | + [[ -f out/downloads/console.tar.gz ]] |
422 | 2024-04-10T16:23:24.230Z | + mkdir -p out/downloads |
423 | 2024-04-10T16:23:24.230Z | + '[' true == true ']' |
424 | 2024-04-10T16:23:24.230Z | + echo Downloading... |
425 | 2024-04-10T16:23:24.230Z | + do_download_curl https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz out/downloads/console.tar.gz |
426 | 2024-04-10T16:23:24.230Z | Downloading... |
427 | 2024-04-10T16:23:24.230Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/7e34c118e6e3687c7d2a3931328083a397a06d35.tar.gz |
428 | 2024-04-10T16:23:24.231Z | ++ do_sha256sum out/downloads/console.tar.gz |
429 | 2024-04-10T16:23:24.231Z | ++ case "$OSTYPE" in |
430 | 2024-04-10T16:23:24.231Z | ++ SHA=sha256sum |
431 | 2024-04-10T16:23:24.231Z | ++ sha256sum |
432 | 2024-04-10T16:23:24.231Z | ++ awk '{print $1}' |
433 | 2024-04-10T16:23:24.231Z | + calculated_sha2=219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 |
434 | 2024-04-10T16:23:24.231Z | + [[ 219ee83e8b71bc844203df1ac2cfb3369320c8ad74b393c4229ab8e0d18be8b5 != \2\1\9\e\e\8\3\e\8\b\7\1\b\c\8\4\4\2\0\3\d\f\1\a\c\2\c\f\b\3\3\6\9\3\2\0\c\8\a\d\7\4\b\3\9\3\c\4\2\2\9\a\b\8\e\0\d\1\8\b\e\8\b\5 ]] |
435 | 2024-04-10T16:23:24.231Z | + rm -rf ./out/console-assets |
436 | 2024-04-10T16:23:24.231Z | + mkdir -p ./out/console-assets |
437 | 2024-04-10T16:23:24.231Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
438 | 2024-04-10T16:23:24.231Z | + mkdir -p ./out/console-assets |
439 | 2024-04-10T16:23:24.231Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
440 | 2024-04-10T16:23:24.319Z | + set -o errexit |
441 | 2024-04-10T16:23:24.347Z | +++ dirname ./tools/ci_download_maghemite_openapi |
442 | 2024-04-10T16:23:24.347Z | ++ cd ./tools |
443 | 2024-04-10T16:23:24.347Z | ++ pwd |
444 | 2024-04-10T16:23:24.347Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
445 | 2024-04-10T16:23:24.348Z | ++ basename ./tools/ci_download_maghemite_openapi |
446 | 2024-04-10T16:23:24.348Z | + ARG0=ci_download_maghemite_openapi |
447 | 2024-04-10T16:23:24.348Z | + TARGET_DIR=out |
448 | 2024-04-10T16:23:24.348Z | + DOWNLOAD_DIR=out/downloads |
449 | 2024-04-10T16:23:24.349Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
450 | 2024-04-10T16:23:24.349Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
451 | 2024-04-10T16:23:24.349Z | ++ SHA2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
452 | 2024-04-10T16:23:24.349Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
453 | 2024-04-10T16:23:24.349Z | + LOCAL_FILE=out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
454 | 2024-04-10T16:23:24.350Z | + main |
455 | 2024-04-10T16:23:24.350Z | + rm -rf out/downloads/root |
456 | 2024-04-10T16:23:24.350Z | + [[ 0 != 0 ]] |
457 | 2024-04-10T16:23:24.350Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json' |
458 | 2024-04-10T16:23:24.350Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json |
459 | 2024-04-10T16:23:24.350Z | + echo 'Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
460 | 2024-04-10T16:23:24.351Z | + local DO_DOWNLOAD=true |
461 | 2024-04-10T16:23:24.351Z | Local file: out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
462 | 2024-04-10T16:23:24.351Z | + [[ -f out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
463 | 2024-04-10T16:23:24.351Z | + mkdir -p out/downloads |
464 | 2024-04-10T16:23:24.351Z | + '[' true == true ']' |
465 | 2024-04-10T16:23:24.352Z | + echo Downloading... |
466 | 2024-04-10T16:23:24.352Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/ddm-admin.json out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
467 | 2024-04-10T16:23:24.352Z | Downloading... |
468 | 2024-04-10T16:23:24.352Z | + 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 |
469 | 2024-04-10T16:23:24.732Z | ++ do_sha256sum out/downloads/ddm-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
470 | 2024-04-10T16:23:24.732Z | ++ case "$OSTYPE" in |
471 | 2024-04-10T16:23:24.732Z | ++ SHA=sha256sum |
472 | 2024-04-10T16:23:24.768Z | ++ sha256sum |
473 | 2024-04-10T16:23:24.768Z | ++ awk '{print $1}' |
474 | 2024-04-10T16:23:24.768Z | + calculated_sha2=004e873e4120aa26460271368485266b75b7f964e5ed4dbee8fb5db4519470d7 |
475 | 2024-04-10T16:23:24.768Z | + [[ 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 ]] |
476 | 2024-04-10T16:23:24.768Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
477 | 2024-04-10T16:23:24.768Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
478 | 2024-04-10T16:23:24.768Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
479 | 2024-04-10T16:23:24.768Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
480 | 2024-04-10T16:23:24.768Z | + LOCAL_FILE=out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
481 | 2024-04-10T16:23:24.768Z | + main |
482 | 2024-04-10T16:23:24.768Z | + rm -rf out/downloads/root |
483 | 2024-04-10T16:23:24.769Z | + [[ 0 != 0 ]] |
484 | 2024-04-10T16:23:24.769Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json' |
485 | 2024-04-10T16:23:24.769Z | + echo 'Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json' |
486 | 2024-04-10T16:23:24.769Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json |
487 | 2024-04-10T16:23:24.769Z | + local DO_DOWNLOAD=true |
488 | 2024-04-10T16:23:24.769Z | Local file: out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
489 | 2024-04-10T16:23:24.769Z | + [[ -f out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json ]] |
490 | 2024-04-10T16:23:24.769Z | + mkdir -p out/downloads |
491 | 2024-04-10T16:23:24.769Z | + '[' true == true ']' |
492 | 2024-04-10T16:23:24.769Z | + echo Downloading... |
493 | 2024-04-10T16:23:24.769Z | Downloading... |
494 | 2024-04-10T16:23:24.769Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/bc244d418368fcc3e66db2a0637501a900be161a/mg-admin.json out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
495 | 2024-04-10T16:23:24.769Z | + 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 |
496 | 2024-04-10T16:23:25.627Z | ++ do_sha256sum out/downloads/mg-admin-bc244d418368fcc3e66db2a0637501a900be161a.json |
497 | 2024-04-10T16:23:25.627Z | ++ case "$OSTYPE" in |
498 | 2024-04-10T16:23:25.627Z | ++ SHA=sha256sum |
499 | 2024-04-10T16:23:25.627Z | ++ sha256sum |
500 | 2024-04-10T16:23:25.627Z | ++ awk '{print $1}' |
501 | 2024-04-10T16:23:25.627Z | + calculated_sha2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
502 | 2024-04-10T16:23:25.627Z | + [[ 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 ]] |
503 | 2024-04-10T16:23:25.627Z | + set -o errexit |
504 | 2024-04-10T16:23:25.627Z | +++ dirname ./tools/ci_download_dendrite_openapi |
505 | 2024-04-10T16:23:25.627Z | ++ cd ./tools |
506 | 2024-04-10T16:23:25.627Z | ++ pwd |
507 | 2024-04-10T16:23:25.627Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2024-04-10T16:23:25.627Z | ++ basename ./tools/ci_download_dendrite_openapi |
509 | 2024-04-10T16:23:25.628Z | + ARG0=ci_download_dendrite_openapi |
510 | 2024-04-10T16:23:25.628Z | + TARGET_DIR=out |
511 | 2024-04-10T16:23:25.628Z | + DOWNLOAD_DIR=out/downloads |
512 | 2024-04-10T16:23:25.628Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
513 | 2024-04-10T16:23:25.628Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
514 | 2024-04-10T16:23:25.628Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
515 | 2024-04-10T16:23:25.628Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
516 | 2024-04-10T16:23:25.628Z | + LOCAL_FILE=out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
517 | 2024-04-10T16:23:25.628Z | + main |
518 | 2024-04-10T16:23:25.628Z | + [[ 0 != 0 ]] |
519 | 2024-04-10T16:23:25.628Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json' |
520 | 2024-04-10T16:23:25.628Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json |
521 | 2024-04-10T16:23:25.628Z | Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
522 | 2024-04-10T16:23:25.628Z | + echo 'Local file: out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json' |
523 | 2024-04-10T16:23:25.628Z | + local DO_DOWNLOAD=true |
524 | 2024-04-10T16:23:25.628Z | + [[ -f out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json ]] |
525 | 2024-04-10T16:23:25.628Z | + mkdir -p out/downloads |
526 | 2024-04-10T16:23:25.629Z | + '[' true == true ']' |
527 | 2024-04-10T16:23:25.629Z | + echo Downloading... |
528 | 2024-04-10T16:23:25.629Z | Downloading... |
529 | 2024-04-10T16:23:25.629Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8646e588a564ebf74da6fd0e854bcfe74be43690/dpd.json out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
530 | 2024-04-10T16:23:25.629Z | + 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 |
531 | 2024-04-10T16:23:25.833Z | ++ do_sha256sum out/downloads/dpd-8646e588a564ebf74da6fd0e854bcfe74be43690.json |
532 | 2024-04-10T16:23:25.833Z | ++ case "$OSTYPE" in |
533 | 2024-04-10T16:23:25.833Z | ++ SHA=sha256sum |
534 | 2024-04-10T16:23:25.860Z | ++ sha256sum |
535 | 2024-04-10T16:23:25.860Z | ++ awk '{print $1}' |
536 | 2024-04-10T16:23:25.860Z | + calculated_sha2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
537 | 2024-04-10T16:23:25.860Z | + [[ 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 ]] |
538 | 2024-04-10T16:23:25.860Z | + set -o errexit |
539 | 2024-04-10T16:23:25.860Z | +++ dirname ./tools/ci_download_dendrite_stub |
540 | 2024-04-10T16:23:25.860Z | ++ cd ./tools |
541 | 2024-04-10T16:23:25.860Z | ++ pwd |
542 | 2024-04-10T16:23:25.860Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
543 | 2024-04-10T16:23:25.886Z | ++ basename ./tools/ci_download_dendrite_stub |
544 | 2024-04-10T16:23:25.886Z | + ARG0=ci_download_dendrite_stub |
545 | 2024-04-10T16:23:25.886Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
546 | 2024-04-10T16:23:25.886Z | ++ CIDL_SHA256_ILLUMOS=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
547 | 2024-04-10T16:23:25.886Z | ++ CIDL_SHA256_LINUX_DPD=cb84fb7b2ba9cedaee5a09d400c88315ef30f7826610c1acb1ad6f07fa672b0a |
548 | 2024-04-10T16:23:25.886Z | ++ CIDL_SHA256_LINUX_SWADM=54042fb53e304bfade94ea7ca1b41c62c86bf48c32ca355b2c09dd6067ccb53b |
549 | 2024-04-10T16:23:25.886Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
550 | 2024-04-10T16:23:25.886Z | ++ COMMIT=8646e588a564ebf74da6fd0e854bcfe74be43690 |
551 | 2024-04-10T16:23:25.886Z | ++ SHA2=50eff6d9f986b7b1af5970d11d8d01b812de37269731c6c691a244b3fdae82ae |
552 | 2024-04-10T16:23:25.886Z | + TARGET_DIR=out |
553 | 2024-04-10T16:23:25.886Z | + DOWNLOAD_DIR=out/downloads |
554 | 2024-04-10T16:23:25.886Z | + DEST_DIR=./out/dendrite-stub |
555 | 2024-04-10T16:23:25.886Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
556 | 2024-04-10T16:23:25.886Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
557 | 2024-04-10T16:23:25.886Z | + REPO=oxidecomputer/dendrite |
558 | 2024-04-10T16:23:25.886Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690 |
559 | 2024-04-10T16:23:25.886Z | + main |
560 | 2024-04-10T16:23:25.887Z | + [[ 0 != 0 ]] |
561 | 2024-04-10T16:23:25.887Z | + CIDL_OS=solaris2.11 |
562 | 2024-04-10T16:23:25.887Z | + [[ 0 != 0 ]] |
563 | 2024-04-10T16:23:25.887Z | + configure_os solaris2.11 |
564 | 2024-04-10T16:23:25.887Z | + echo 'current directory: /work/oxidecomputer/omicron' |
565 | 2024-04-10T16:23:25.887Z | current directory: /work/oxidecomputer/omicron |
566 | 2024-04-10T16:23:25.887Z | + echo 'configuring based on OS: "solaris2.11"' |
567 | 2024-04-10T16:23:25.887Z | + case "$1" in |
568 | 2024-04-10T16:23:25.887Z | + SET_BINARIES= |
569 | 2024-04-10T16:23:25.887Z | configuring based on OS: "solaris2.11" |
570 | 2024-04-10T16:23:25.887Z | + CIDL_SHA256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
571 | 2024-04-10T16:23:25.887Z | + CIDL_SHA256FUNC=do_sha256sum |
572 | 2024-04-10T16:23:25.887Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
573 | 2024-04-10T16:23:25.887Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
574 | 2024-04-10T16:23:25.887Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
575 | 2024-04-10T16:23:25.887Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz' |
576 | 2024-04-10T16:23:25.887Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz |
577 | 2024-04-10T16:23:25.887Z | Local file: out/downloads/dendrite-stub.tar.gz |
578 | 2024-04-10T16:23:25.887Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
579 | 2024-04-10T16:23:25.887Z | + mkdir -p out/downloads |
580 | 2024-04-10T16:23:25.887Z | + mkdir -p ./out/dendrite-stub |
581 | 2024-04-10T16:23:25.887Z | + fetch_and_verify |
582 | 2024-04-10T16:23:25.887Z | + local DO_DOWNLOAD=true |
583 | 2024-04-10T16:23:25.888Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
584 | 2024-04-10T16:23:25.888Z | + '[' true == true ']' |
585 | 2024-04-10T16:23:25.888Z | + echo Downloading... |
586 | 2024-04-10T16:23:25.888Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8646e588a564ebf74da6fd0e854bcfe74be43690/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
587 | 2024-04-10T16:23:25.888Z | Downloading... |
588 | 2024-04-10T16:23:25.888Z | + 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 |
589 | 2024-04-10T16:23:36.653Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
590 | 2024-04-10T16:23:36.678Z | ++ sha256sum |
591 | 2024-04-10T16:23:36.678Z | ++ awk '{print $1}' |
592 | 2024-04-10T16:23:36.702Z | + calculated_sha256=fda1842bc4c45af98771fa8cfb8c5cc54ca0759c754d7e5f41504390f65e43f3 |
593 | 2024-04-10T16:23:36.702Z | + [[ 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 ]] |
594 | 2024-04-10T16:23:36.702Z | + do_untar out/downloads/dendrite-stub.tar.gz |
595 | 2024-04-10T16:23:36.703Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
596 | 2024-04-10T16:23:37.478Z | + do_assemble |
597 | 2024-04-10T16:23:37.478Z | + rm -r ./out/dendrite-stub |
598 | 2024-04-10T16:23:37.502Z | + mkdir ./out/dendrite-stub |
599 | 2024-04-10T16:23:37.502Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
600 | 2024-04-10T16:23:37.623Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
601 | 2024-04-10T16:23:37.648Z | + set -o errexit |
602 | 2024-04-10T16:23:37.648Z | +++ dirname ./tools/ci_download_maghemite_mgd |
603 | 2024-04-10T16:23:37.648Z | ++ cd ./tools |
604 | 2024-04-10T16:23:37.648Z | ++ pwd |
605 | 2024-04-10T16:23:37.648Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
606 | 2024-04-10T16:23:37.648Z | ++ basename ./tools/ci_download_maghemite_mgd |
607 | 2024-04-10T16:23:37.648Z | + ARG0=ci_download_maghemite_mgd |
608 | 2024-04-10T16:23:37.648Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
609 | 2024-04-10T16:23:37.648Z | ++ CIDL_SHA256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
610 | 2024-04-10T16:23:37.648Z | ++ MGD_LINUX_SHA256=ee41d903d19b4ced4bbf139ed05ba8c060517642bc7d4bcef3790e697fa3f44d |
611 | 2024-04-10T16:23:37.648Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
612 | 2024-04-10T16:23:37.648Z | ++ COMMIT=bc244d418368fcc3e66db2a0637501a900be161a |
613 | 2024-04-10T16:23:37.648Z | ++ SHA2=a5d2f275c99152711dec1df58fd49d459d3fcb8fbfc7a7f48f432be248d74639 |
614 | 2024-04-10T16:23:37.648Z | + TARGET_DIR=out |
615 | 2024-04-10T16:23:37.648Z | + DOWNLOAD_DIR=out/downloads |
616 | 2024-04-10T16:23:37.648Z | + DEST_DIR=./out/mgd |
617 | 2024-04-10T16:23:37.648Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
618 | 2024-04-10T16:23:37.648Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
619 | 2024-04-10T16:23:37.648Z | + REPO=oxidecomputer/maghemite |
620 | 2024-04-10T16:23:37.648Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a |
621 | 2024-04-10T16:23:37.648Z | + main |
622 | 2024-04-10T16:23:37.648Z | + rm -rf out/downloads/root |
623 | 2024-04-10T16:23:37.673Z | + [[ 0 != 0 ]] |
624 | 2024-04-10T16:23:37.674Z | + CIDL_OS=solaris2.11 |
625 | 2024-04-10T16:23:37.674Z | + [[ 0 != 0 ]] |
626 | 2024-04-10T16:23:37.674Z | + configure_os solaris2.11 |
627 | 2024-04-10T16:23:37.674Z | + echo 'current directory: /work/oxidecomputer/omicron' |
628 | 2024-04-10T16:23:37.674Z | + echo 'configuring based on OS: "solaris2.11"' |
629 | 2024-04-10T16:23:37.674Z | + case "$1" in |
630 | 2024-04-10T16:23:37.674Z | + SET_BINARIES= |
631 | 2024-04-10T16:23:37.674Z | current directory: /work/oxidecomputer/omicron |
632 | 2024-04-10T16:23:37.674Z | + CIDL_SHA256FUNC=do_sha256sum |
633 | 2024-04-10T16:23:37.674Z | + TARBALL_FILENAME=mgd.tar.gz |
634 | 2024-04-10T16:23:37.674Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
635 | 2024-04-10T16:23:37.674Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
636 | 2024-04-10T16:23:37.674Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz' |
637 | 2024-04-10T16:23:37.674Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
638 | 2024-04-10T16:23:37.674Z | configuring based on OS: "solaris2.11" |
639 | 2024-04-10T16:23:37.674Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz |
640 | 2024-04-10T16:23:37.674Z | Local file: out/downloads/mgd.tar.gz |
641 | 2024-04-10T16:23:37.674Z | + mkdir -p out/downloads |
642 | 2024-04-10T16:23:37.674Z | + mkdir -p ./out/mgd |
643 | 2024-04-10T16:23:37.674Z | + fetch_and_verify |
644 | 2024-04-10T16:23:37.674Z | + local DO_DOWNLOAD=true |
645 | 2024-04-10T16:23:37.674Z | + [[ -f out/downloads/mgd.tar.gz ]] |
646 | 2024-04-10T16:23:37.675Z | + '[' true == true ']' |
647 | 2024-04-10T16:23:37.675Z | + echo Downloading... |
648 | 2024-04-10T16:23:37.675Z | Downloading... |
649 | 2024-04-10T16:23:37.675Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/bc244d418368fcc3e66db2a0637501a900be161a/mgd.tar.gz out/downloads/mgd.tar.gz |
650 | 2024-04-10T16:23:37.675Z | + 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 |
651 | 2024-04-10T16:23:45.763Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
652 | 2024-04-10T16:23:45.787Z | ++ sha256sum |
653 | 2024-04-10T16:23:45.787Z | ++ awk '{print $1}' |
654 | 2024-04-10T16:23:45.812Z | + calculated_sha256=ddc19da8932e0ff4a91dea139369bb5b729748bdf698223bc2717a4abea89ed6 |
655 | 2024-04-10T16:23:45.812Z | + [[ 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 ]] |
656 | 2024-04-10T16:23:45.812Z | + do_untar out/downloads/mgd.tar.gz |
657 | 2024-04-10T16:23:45.812Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
658 | 2024-04-10T16:23:46.569Z | + do_assemble |
659 | 2024-04-10T16:23:46.569Z | + rm -r ./out/mgd |
660 | 2024-04-10T16:23:46.597Z | + mkdir ./out/mgd |
661 | 2024-04-10T16:23:46.597Z | + cp -r out/downloads/root ./out/mgd/root |
662 | 2024-04-10T16:23:46.649Z | + set -o errexit |
663 | 2024-04-10T16:23:46.697Z | +++ dirname ./tools/ci_download_transceiver_control |
664 | 2024-04-10T16:23:46.697Z | ++ cd ./tools |
665 | 2024-04-10T16:23:46.697Z | ++ pwd |
666 | 2024-04-10T16:23:46.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
667 | 2024-04-10T16:23:46.697Z | ++ basename ./tools/ci_download_transceiver_control |
668 | 2024-04-10T16:23:46.697Z | + ARG0=ci_download_transceiver_control |
669 | 2024-04-10T16:23:46.697Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
670 | 2024-04-10T16:23:46.697Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
671 | 2024-04-10T16:23:46.697Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2024-04-10T16:23:46.697Z | + TARGET_DIR=out |
673 | 2024-04-10T16:23:46.697Z | + DOWNLOAD_DIR=out/downloads |
674 | 2024-04-10T16:23:46.697Z | + DEST_DIR=./out/transceiver-control |
675 | 2024-04-10T16:23:46.697Z | + BIN_DIR=/opt/oxide/bin |
676 | 2024-04-10T16:23:46.697Z | + BINARY=xcvradm |
677 | 2024-04-10T16:23:46.697Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
678 | 2024-04-10T16:23:46.697Z | + REPO=oxidecomputer/transceiver-control |
679 | 2024-04-10T16:23:46.697Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
680 | 2024-04-10T16:23:46.697Z | + main |
681 | 2024-04-10T16:23:46.697Z | + [[ 0 != 0 ]] |
682 | 2024-04-10T16:23:46.697Z | + CIDL_OS=solaris2.11 |
683 | 2024-04-10T16:23:46.698Z | + [[ 0 != 0 ]] |
684 | 2024-04-10T16:23:46.698Z | + configure_os solaris2.11 |
685 | 2024-04-10T16:23:46.698Z | + echo 'current directory: /work/oxidecomputer/omicron' |
686 | 2024-04-10T16:23:46.698Z | + echo 'configuring based on OS: "solaris2.11"' |
687 | 2024-04-10T16:23:46.698Z | current directory: /work/oxidecomputer/omicron |
688 | 2024-04-10T16:23:46.698Z | + case "$1" in |
689 | 2024-04-10T16:23:46.698Z | configuring based on OS: "solaris2.11" |
690 | 2024-04-10T16:23:46.698Z | + SET_BINARIES= |
691 | 2024-04-10T16:23:46.698Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
692 | 2024-04-10T16:23:46.698Z | + CIDL_SHA256FUNC=do_sha256sum |
693 | 2024-04-10T16:23:46.698Z | + ARCHIVE_FILENAME=xcvradm.gz |
694 | 2024-04-10T16:23:46.698Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
695 | 2024-04-10T16:23:46.698Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
696 | 2024-04-10T16:23:46.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
697 | 2024-04-10T16:23:46.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
698 | 2024-04-10T16:23:46.698Z | + echo 'Local file: out/downloads/xcvradm.gz' |
699 | 2024-04-10T16:23:46.698Z | Local file: out/downloads/xcvradm.gz |
700 | 2024-04-10T16:23:46.698Z | + mkdir -p out/downloads |
701 | 2024-04-10T16:23:46.698Z | + mkdir -p ./out/transceiver-control |
702 | 2024-04-10T16:23:46.698Z | + fetch_and_verify |
703 | 2024-04-10T16:23:46.698Z | + local DO_DOWNLOAD=true |
704 | 2024-04-10T16:23:46.698Z | + [[ -f out/downloads/xcvradm.gz ]] |
705 | 2024-04-10T16:23:46.698Z | + '[' true == true ']' |
706 | 2024-04-10T16:23:46.698Z | + echo Downloading... |
707 | 2024-04-10T16:23:46.699Z | Downloading... |
708 | 2024-04-10T16:23:46.699Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
709 | 2024-04-10T16:23:46.699Z | + 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 |
710 | 2024-04-10T16:23:48.455Z | ++ do_sha256sum out/downloads/xcvradm.gz |
711 | 2024-04-10T16:23:48.480Z | ++ sha256sum |
712 | 2024-04-10T16:23:48.480Z | ++ awk '{print $1}' |
713 | 2024-04-10T16:23:48.504Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
714 | 2024-04-10T16:23:48.504Z | + [[ 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 ]] |
715 | 2024-04-10T16:23:48.505Z | + do_unpack out/downloads/xcvradm.gz |
716 | 2024-04-10T16:23:48.505Z | + mkdir -p out/downloads/root//opt/oxide/bin |
717 | 2024-04-10T16:23:48.505Z | + gzip -dc out/downloads/xcvradm.gz |
718 | 2024-04-10T16:23:48.603Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
719 | 2024-04-10T16:23:48.627Z | + do_assemble |
720 | 2024-04-10T16:23:48.628Z | + rm -r ./out/transceiver-control |
721 | 2024-04-10T16:23:48.628Z | + mkdir ./out/transceiver-control |
722 | 2024-04-10T16:23:48.628Z | + cp -r out/downloads/root ./out/transceiver-control/root |
723 | 2024-04-10T16:23:48.715Z | + set -o errexit |
724 | 2024-04-10T16:23:48.741Z | +++ dirname ./tools/ci_download_thundermuffin |
725 | 2024-04-10T16:23:48.741Z | ++ cd ./tools |
726 | 2024-04-10T16:23:48.741Z | ++ pwd |
727 | 2024-04-10T16:23:48.741Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
728 | 2024-04-10T16:23:48.741Z | ++ basename ./tools/ci_download_thundermuffin |
729 | 2024-04-10T16:23:48.741Z | + ARG0=ci_download_thundermuffin |
730 | 2024-04-10T16:23:48.741Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_checksums |
731 | 2024-04-10T16:23:48.741Z | ++ CIDL_SHA256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
732 | 2024-04-10T16:23:48.741Z | + source /work/oxidecomputer/omicron/tools/thundermuffin_version |
733 | 2024-04-10T16:23:48.741Z | ++ COMMIT=a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
734 | 2024-04-10T16:23:48.742Z | + TARGET_DIR=out |
735 | 2024-04-10T16:23:48.742Z | + DOWNLOAD_DIR=out/downloads |
736 | 2024-04-10T16:23:48.742Z | + DEST_DIR=./out/thundermuffin |
737 | 2024-04-10T16:23:48.742Z | + BIN_DIR=./out/thundermuffin/root/opt/oxide/thundermuffin/bin |
738 | 2024-04-10T16:23:48.742Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
739 | 2024-04-10T16:23:48.742Z | + REPO=oxidecomputer/thundermuffin |
740 | 2024-04-10T16:23:48.742Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13 |
741 | 2024-04-10T16:23:48.742Z | + main |
742 | 2024-04-10T16:23:48.742Z | + rm -rf out/downloads/root |
743 | 2024-04-10T16:23:48.742Z | + [[ 0 != 0 ]] |
744 | 2024-04-10T16:23:48.742Z | + CIDL_OS=solaris2.11 |
745 | 2024-04-10T16:23:48.742Z | + [[ 0 != 0 ]] |
746 | 2024-04-10T16:23:48.742Z | + configure_os solaris2.11 |
747 | 2024-04-10T16:23:48.742Z | + echo 'current directory: /work/oxidecomputer/omicron' |
748 | 2024-04-10T16:23:48.742Z | + echo 'configuring based on OS: "solaris2.11"' |
749 | 2024-04-10T16:23:48.742Z | + case "$1" in |
750 | 2024-04-10T16:23:48.742Z | current directory: /work/oxidecomputer/omicron |
751 | 2024-04-10T16:23:48.742Z | configuring based on OS: "solaris2.11" |
752 | 2024-04-10T16:23:48.742Z | + SET_BINARIES= |
753 | 2024-04-10T16:23:48.742Z | + CIDL_SHA256FUNC=do_sha256sum |
754 | 2024-04-10T16:23:48.742Z | + TARBALL_FILENAME=thundermuffin.tar.gz |
755 | 2024-04-10T16:23:48.742Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
756 | 2024-04-10T16:23:48.743Z | + TARBALL_FILE=out/downloads/thundermuffin.tar.gz |
757 | 2024-04-10T16:23:48.743Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz' |
758 | 2024-04-10T16:23:48.743Z | + echo 'Local file: out/downloads/thundermuffin.tar.gz' |
759 | 2024-04-10T16:23:48.743Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz |
760 | 2024-04-10T16:23:48.743Z | + mkdir -p out/downloads |
761 | 2024-04-10T16:23:48.743Z | Local file: out/downloads/thundermuffin.tar.gz |
762 | 2024-04-10T16:23:48.743Z | + mkdir -p ./out/thundermuffin |
763 | 2024-04-10T16:23:48.743Z | + fetch_and_verify |
764 | 2024-04-10T16:23:48.743Z | + local DO_DOWNLOAD=true |
765 | 2024-04-10T16:23:48.743Z | + [[ -f out/downloads/thundermuffin.tar.gz ]] |
766 | 2024-04-10T16:23:48.743Z | + '[' true == true ']' |
767 | 2024-04-10T16:23:48.743Z | + echo Downloading... |
768 | 2024-04-10T16:23:48.743Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/thundermuffin/image/a4a6108d7c9aac2464a0b6898e88132a8f701a13/thundermuffin.tar.gz out/downloads/thundermuffin.tar.gz |
769 | 2024-04-10T16:23:48.743Z | Downloading... |
770 | 2024-04-10T16:23:48.743Z | + 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 |
771 | 2024-04-10T16:23:49.788Z | ++ do_sha256sum out/downloads/thundermuffin.tar.gz |
772 | 2024-04-10T16:23:49.814Z | ++ sha256sum |
773 | 2024-04-10T16:23:49.814Z | ++ awk '{print $1}' |
774 | 2024-04-10T16:23:49.815Z | + calculated_sha256=dc55a2accd33a347df4cbdc0026cbaccea2c004940c3fec8cadcdd633d440dfa |
775 | 2024-04-10T16:23:49.815Z | + [[ 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 ]] |
776 | 2024-04-10T16:23:49.815Z | + do_untar out/downloads/thundermuffin.tar.gz |
777 | 2024-04-10T16:23:49.815Z | + tar xzf out/downloads/thundermuffin.tar.gz -C out/downloads |
778 | 2024-04-10T16:23:49.882Z | + do_assemble |
779 | 2024-04-10T16:23:49.882Z | + rm -r ./out/thundermuffin |
780 | 2024-04-10T16:23:49.906Z | + mkdir ./out/thundermuffin |
781 | 2024-04-10T16:23:49.907Z | + cp -r out/downloads/root ./out/thundermuffin/root |
782 | 2024-04-10T16:23:49.934Z | All builder prerequisites installed successfully, and PATH looks valid |
783 | 2024-04-10T16:23:49.934Z | |
784 | 2024-04-10T16:23:49.934Z | real 2:01.927635695 |
785 | 2024-04-10T16:23:49.934Z | user 44.752182795 |
786 | 2024-04-10T16:23:49.934Z | sys 11.625400717 |
787 | 2024-04-10T16:23:49.934Z | trap 0.015068676 |
788 | 2024-04-10T16:23:49.934Z | tflt 0.009759667 |
789 | 2024-04-10T16:23:49.934Z | dflt 0.017905897 |
790 | 2024-04-10T16:23:49.935Z | kflt 0.005217229 |
791 | 2024-04-10T16:23:49.935Z | lock 2.060847319 |
792 | 2024-04-10T16:23:49.935Z | slp 4:12.091858553 |
793 | 2024-04-10T16:23:49.935Z | lat 4.942242041 |
794 | 2024-04-10T16:23:49.935Z | stop 0.068441317 |
795 | 2024-04-10T16:23:49.935Z | |
796 | 2024-04-10T16:23:49.935Z | #### # # ##### ##### # # |
797 | 2024-04-10T16:23:49.935Z | # # # # # # # # # # |
798 | 2024-04-10T16:23:49.935Z | # # # # # # # # |
799 | 2024-04-10T16:23:49.935Z | # # # ##### ##### # |
800 | 2024-04-10T16:23:49.935Z | # # # # # # # |
801 | 2024-04-10T16:23:49.935Z | #### ###### # # # # |
802 | 2024-04-10T16:23:49.935Z | |
803 | 2024-04-10T16:23:50.189Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
804 | 2024-04-10T16:23:51.055Z | Updating git repository `https://github.com/oxidecomputer/zone` |
805 | 2024-04-10T16:23:51.753Z | Updating crates.io index |
806 | 2024-04-10T16:23:51.778Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
807 | 2024-04-10T16:23:53.178Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
808 | 2024-04-10T16:23:54.337Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
809 | 2024-04-10T16:23:57.155Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
810 | 2024-04-10T16:23:57.850Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
811 | 2024-04-10T16:23:58.488Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
812 | 2024-04-10T16:24:00.166Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
813 | 2024-04-10T16:24:02.656Z | Updating git repository `https://github.com/oxidecomputer/opte` |
814 | 2024-04-10T16:24:04.401Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
815 | 2024-04-10T16:24:06.113Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
816 | 2024-04-10T16:24:06.885Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
817 | 2024-04-10T16:24:07.962Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
818 | 2024-04-10T16:24:08.763Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
819 | 2024-04-10T16:24:09.417Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
820 | 2024-04-10T16:24:10.348Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
821 | 2024-04-10T16:24:10.983Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
822 | 2024-04-10T16:24:11.836Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
823 | 2024-04-10T16:24:12.420Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
824 | 2024-04-10T16:24:13.023Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
825 | 2024-04-10T16:24:13.717Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
826 | 2024-04-10T16:24:14.411Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
827 | 2024-04-10T16:24:14.993Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
828 | 2024-04-10T16:24:16.217Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
829 | 2024-04-10T16:24:17.087Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
830 | 2024-04-10T16:24:17.719Z | Updating git repository `https://github.com/jgallagher/nix` |
831 | 2024-04-10T16:24:19.690Z | Updating git repository `https://github.com/cbiffle/hubpack` |
832 | 2024-04-10T16:24:20.534Z | Updating git repository `https://github.com/oxidecomputer/typify` |
833 | 2024-04-10T16:24:22.975Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
834 | 2024-04-10T16:24:23.917Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
835 | 2024-04-10T16:24:24.654Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
836 | 2024-04-10T16:24:25.739Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
837 | 2024-04-10T16:24:27.392Z | Downloading crates ... |
838 | 2024-04-10T16:24:27.488Z | Downloaded anyhow v1.0.82 |
839 | 2024-04-10T16:24:27.519Z | Downloaded macaddr v1.0.1 |
840 | 2024-04-10T16:24:27.519Z | Downloaded ryu v1.0.15 |
841 | 2024-04-10T16:24:27.519Z | Downloaded toml_datetime v0.6.5 |
842 | 2024-04-10T16:24:27.519Z | Downloaded proc-macro2 v1.0.79 |
843 | 2024-04-10T16:24:27.519Z | Downloaded swrite v0.1.0 |
844 | 2024-04-10T16:24:27.519Z | Downloaded semver v1.0.22 |
845 | 2024-04-10T16:24:27.545Z | Downloaded quote v1.0.36 |
846 | 2024-04-10T16:24:27.545Z | Downloaded indexmap v2.2.6 |
847 | 2024-04-10T16:24:27.545Z | Downloaded utf8parse v0.2.1 |
848 | 2024-04-10T16:24:27.545Z | Downloaded serde_derive v1.0.197 |
849 | 2024-04-10T16:24:27.545Z | Downloaded serde_spanned v0.6.5 |
850 | 2024-04-10T16:24:27.545Z | Downloaded thiserror v1.0.58 |
851 | 2024-04-10T16:24:27.545Z | Downloaded terminal_size v0.3.0 |
852 | 2024-04-10T16:24:27.546Z | Downloaded toml v0.8.12 |
853 | 2024-04-10T16:24:27.546Z | Downloaded winnow v0.6.1 |
854 | 2024-04-10T16:24:27.570Z | Downloaded serde_json v1.0.115 |
855 | 2024-04-10T16:24:27.570Z | Downloaded syn v2.0.58 |
856 | 2024-04-10T16:24:27.595Z | Downloaded rustix v0.38.31 |
857 | 2024-04-10T16:24:27.620Z | Downloaded libc v0.2.153 |
858 | 2024-04-10T16:24:27.644Z | Downloaded unicode-ident v1.0.12 |
859 | 2024-04-10T16:24:27.669Z | Downloaded toml_edit v0.22.9 |
860 | 2024-04-10T16:24:27.694Z | Downloaded clap_builder v4.5.2 |
861 | 2024-04-10T16:24:27.694Z | Downloaded serde v1.0.197 |
862 | 2024-04-10T16:24:27.694Z | Downloaded thiserror-impl v1.0.58 |
863 | 2024-04-10T16:24:27.694Z | Downloaded strsim v0.11.0 |
864 | 2024-04-10T16:24:27.694Z | Downloaded memchr v2.7.1 |
865 | 2024-04-10T16:24:27.722Z | Downloaded hashbrown v0.14.3 |
866 | 2024-04-10T16:24:27.722Z | Downloaded cargo_toml v0.19.0 |
867 | 2024-04-10T16:24:27.722Z | Downloaded camino v1.1.6 |
868 | 2024-04-10T16:24:27.722Z | Downloaded itoa v1.0.9 |
869 | 2024-04-10T16:24:27.722Z | Downloaded clap v4.5.4 |
870 | 2024-04-10T16:24:27.722Z | Downloaded cargo_metadata v0.18.1 |
871 | 2024-04-10T16:24:27.722Z | Downloaded heck v0.5.0 |
872 | 2024-04-10T16:24:27.747Z | Downloaded fs-err v2.11.0 |
873 | 2024-04-10T16:24:27.747Z | Downloaded errno v0.3.8 |
874 | 2024-04-10T16:24:27.747Z | Downloaded equivalent v1.0.1 |
875 | 2024-04-10T16:24:27.747Z | Downloaded colorchoice v1.0.0 |
876 | 2024-04-10T16:24:27.747Z | Downloaded clap_lex v0.7.0 |
877 | 2024-04-10T16:24:27.747Z | Downloaded clap_derive v4.5.4 |
878 | 2024-04-10T16:24:27.747Z | Downloaded cargo-platform v0.1.3 |
879 | 2024-04-10T16:24:27.747Z | Downloaded bitflags v2.4.2 |
880 | 2024-04-10T16:24:27.747Z | Downloaded autocfg v1.1.0 |
881 | 2024-04-10T16:24:27.747Z | Downloaded anstyle-query v1.0.0 |
882 | 2024-04-10T16:24:27.747Z | Downloaded anstyle-parse v0.2.1 |
883 | 2024-04-10T16:24:27.747Z | Downloaded anstyle v1.0.6 |
884 | 2024-04-10T16:24:27.747Z | Downloaded anstream v0.6.11 |
885 | 2024-04-10T16:24:27.846Z | Compiling proc-macro2 v1.0.79 |
886 | 2024-04-10T16:24:27.871Z | Compiling unicode-ident v1.0.12 |
887 | 2024-04-10T16:24:27.872Z | Compiling serde v1.0.197 |
888 | 2024-04-10T16:24:27.872Z | Compiling libc v0.2.153 |
889 | 2024-04-10T16:24:27.872Z | Compiling rustix v0.38.31 |
890 | 2024-04-10T16:24:27.872Z | Compiling utf8parse v0.2.1 |
891 | 2024-04-10T16:24:27.872Z | Compiling equivalent v1.0.1 |
892 | 2024-04-10T16:24:27.872Z | Compiling hashbrown v0.14.3 |
893 | 2024-04-10T16:24:28.111Z | Compiling bitflags v2.4.2 |
894 | 2024-04-10T16:24:28.136Z | Compiling anstyle-parse v0.2.1 |
895 | 2024-04-10T16:24:28.160Z | Compiling winnow v0.6.1 |
896 | 2024-04-10T16:24:28.442Z | Compiling colorchoice v1.0.0 |
897 | 2024-04-10T16:24:28.503Z | Compiling camino v1.1.6 |
898 | 2024-04-10T16:24:28.584Z | Compiling anstyle-query v1.0.0 |
899 | 2024-04-10T16:24:28.621Z | Compiling thiserror v1.0.58 |
900 | 2024-04-10T16:24:28.705Z | Compiling anstyle v1.0.6 |
901 | 2024-04-10T16:24:28.741Z | Compiling serde_json v1.0.115 |
902 | 2024-04-10T16:24:29.035Z | Compiling indexmap v2.2.6 |
903 | 2024-04-10T16:24:29.088Z | Compiling autocfg v1.1.0 |
904 | 2024-04-10T16:24:29.119Z | Compiling semver v1.0.22 |
905 | 2024-04-10T16:24:29.230Z | Compiling anstream v0.6.11 |
906 | 2024-04-10T16:24:29.256Z | Compiling itoa v1.0.9 |
907 | 2024-04-10T16:24:29.429Z | Compiling quote v1.0.36 |
908 | 2024-04-10T16:24:29.554Z | Compiling clap_lex v0.7.0 |
909 | 2024-04-10T16:24:29.812Z | Compiling syn v2.0.58 |
910 | 2024-04-10T16:24:29.838Z | Compiling errno v0.3.8 |
911 | 2024-04-10T16:24:29.895Z | Compiling fs-err v2.11.0 |
912 | 2024-04-10T16:24:30.002Z | Compiling strsim v0.11.0 |
913 | 2024-04-10T16:24:30.028Z | Compiling anyhow v1.0.82 |
914 | 2024-04-10T16:24:30.118Z | Compiling heck v0.5.0 |
915 | 2024-04-10T16:24:30.144Z | Compiling ryu v1.0.15 |
916 | 2024-04-10T16:24:30.423Z | Compiling swrite v0.1.0 |
917 | 2024-04-10T16:24:30.825Z | Compiling terminal_size v0.3.0 |
918 | 2024-04-10T16:24:30.975Z | Compiling clap_builder v4.5.2 |
919 | 2024-04-10T16:24:35.519Z | Compiling serde_derive v1.0.197 |
920 | 2024-04-10T16:24:35.519Z | Compiling thiserror-impl v1.0.58 |
921 | 2024-04-10T16:24:35.544Z | Compiling clap_derive v4.5.4 |
922 | 2024-04-10T16:24:38.579Z | Compiling clap v4.5.4 |
923 | 2024-04-10T16:24:45.158Z | Compiling toml_datetime v0.6.5 |
924 | 2024-04-10T16:24:45.184Z | Compiling serde_spanned v0.6.5 |
925 | 2024-04-10T16:24:45.184Z | Compiling cargo-platform v0.1.3 |
926 | 2024-04-10T16:24:45.184Z | Compiling macaddr v1.0.1 |
927 | 2024-04-10T16:24:45.408Z | Compiling toml_edit v0.22.9 |
928 | 2024-04-10T16:24:46.566Z | Compiling cargo_metadata v0.18.1 |
929 | 2024-04-10T16:24:47.699Z | Compiling toml v0.8.12 |
930 | 2024-04-10T16:24:48.311Z | Compiling cargo_toml v0.19.0 |
931 | 2024-04-10T16:24:52.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
932 | 2024-04-10T16:24:55.423Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 05s |
933 | 2024-04-10T16:24:55.596Z | Running `target/debug/xtask clippy` |
934 | 2024-04-10T16:24:55.649Z | running: "/home/build/.rustup/toolchains/1.77.1-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" "--warn" "clippy::iter_cloned_collect" "--warn" "clippy::iter_next_slice" "--warn" "clippy::iter_nth" "--warn" "clippy::iter_nth_zero" "--warn" "clippy::iter_skip_next" "--warn" "clippy::len_zero" "--warn" "clippy::redundant_field_names" |
935 | 2024-04-10T16:24:56.401Z | Downloading crates ... |
936 | 2024-04-10T16:24:56.496Z | Downloaded addr2line v0.21.0 |
937 | 2024-04-10T16:24:56.521Z | Downloaded async-stream v0.3.5 |
938 | 2024-04-10T16:24:56.521Z | Downloaded buf-list v1.0.3 |
939 | 2024-04-10T16:24:56.546Z | Downloaded cassowary v0.3.0 |
940 | 2024-04-10T16:24:56.546Z | Downloaded cfg_aliases v0.1.1 |
941 | 2024-04-10T16:24:56.546Z | Downloaded hubpack_derive v0.1.1 |
942 | 2024-04-10T16:24:56.546Z | Downloaded bytes v1.6.0 |
943 | 2024-04-10T16:24:56.546Z | Downloaded instant v0.1.12 |
944 | 2024-04-10T16:24:56.572Z | Downloaded iana-time-zone v0.1.57 |
945 | 2024-04-10T16:24:56.572Z | Downloaded is_ci v1.2.0 |
946 | 2024-04-10T16:24:56.572Z | Downloaded strum v0.26.2 |
947 | 2024-04-10T16:24:56.597Z | Downloaded usdt-attr-macro v0.3.5 |
948 | 2024-04-10T16:24:56.597Z | Downloaded doc-comment v0.3.3 |
949 | 2024-04-10T16:24:56.597Z | Downloaded guppy-workspace-hack v0.1.0 |
950 | 2024-04-10T16:24:56.597Z | Downloaded dof v0.1.5 |
951 | 2024-04-10T16:24:56.598Z | Downloaded phf_shared v0.10.0 |
952 | 2024-04-10T16:24:56.625Z | Downloaded pin-utils v0.1.0 |
953 | 2024-04-10T16:24:56.626Z | Downloaded plotters-backend v0.3.5 |
954 | 2024-04-10T16:24:56.626Z | Downloaded time-core v0.1.2 |
955 | 2024-04-10T16:24:56.626Z | Downloaded num-integer v0.1.46 |
956 | 2024-04-10T16:24:56.626Z | Downloaded toolchain_find v0.4.0 |
957 | 2024-04-10T16:24:56.651Z | Downloaded thread-id v4.2.0 |
958 | 2024-04-10T16:24:56.652Z | Downloaded oso-derive v0.27.3 |
959 | 2024-04-10T16:24:56.652Z | Downloaded psl-types v2.0.11 |
960 | 2024-04-10T16:24:56.652Z | Downloaded packed_struct_codegen v0.10.1 |
961 | 2024-04-10T16:24:56.652Z | Downloaded sqlparser_derive v0.2.2 |
962 | 2024-04-10T16:24:56.677Z | Downloaded pathdiff v0.2.1 |
963 | 2024-04-10T16:24:56.677Z | Downloaded peg-runtime v0.8.2 |
964 | 2024-04-10T16:24:56.678Z | Downloaded stability v0.1.1 |
965 | 2024-04-10T16:24:56.678Z | Downloaded crunchy v0.2.2 |
966 | 2024-04-10T16:24:56.704Z | Downloaded cstr-argument v0.1.2 |
967 | 2024-04-10T16:24:56.704Z | Downloaded want v0.3.1 |
968 | 2024-04-10T16:24:56.704Z | Downloaded fxhash v0.2.1 |
969 | 2024-04-10T16:24:56.704Z | Downloaded unicode-linebreak v0.1.5 |
970 | 2024-04-10T16:24:56.704Z | Downloaded take_mut v0.2.2 |
971 | 2024-04-10T16:24:56.730Z | Downloaded gethostname v0.4.3 |
972 | 2024-04-10T16:24:56.730Z | Downloaded scroll_derive v0.12.0 |
973 | 2024-04-10T16:24:56.730Z | Downloaded wyz v0.5.1 |
974 | 2024-04-10T16:24:56.730Z | Downloaded scroll v0.12.0 |
975 | 2024-04-10T16:24:56.756Z | Downloaded flagset v0.4.3 |
976 | 2024-04-10T16:24:56.756Z | Downloaded openssl-probe v0.1.5 |
977 | 2024-04-10T16:24:56.756Z | Downloaded zerocopy v0.3.0 |
978 | 2024-04-10T16:24:56.756Z | Downloaded foreign-types v0.5.0 |
979 | 2024-04-10T16:24:56.757Z | Downloaded signal-hook-tokio v0.3.1 |
980 | 2024-04-10T16:24:56.757Z | Downloaded termcolor v1.2.0 |
981 | 2024-04-10T16:24:56.783Z | Downloaded similar-asserts v1.5.0 |
982 | 2024-04-10T16:24:56.783Z | Downloaded similar v2.4.0 |
983 | 2024-04-10T16:24:56.783Z | Downloaded slog-bunyan v2.5.0 |
984 | 2024-04-10T16:24:56.808Z | Downloaded snafu v0.8.2 |
985 | 2024-04-10T16:24:56.808Z | Downloaded tabled v0.15.0 |
986 | 2024-04-10T16:24:56.834Z | Downloaded slog v2.7.0 |
987 | 2024-04-10T16:24:56.834Z | Downloaded regress v0.9.1 |
988 | 2024-04-10T16:24:56.860Z | Downloaded openapiv3 v2.0.0 |
989 | 2024-04-10T16:24:56.909Z | Downloaded zerocopy-derive v0.6.6 |
990 | 2024-04-10T16:24:56.910Z | Downloaded zerocopy v0.7.32 |
991 | 2024-04-10T16:24:56.936Z | Downloaded sled v0.34.7 |
992 | 2024-04-10T16:24:56.936Z | Downloaded curve25519-dalek v4.1.1 |
993 | 2024-04-10T16:24:56.966Z | Downloaded trust-dns-proto v0.22.0 |
994 | 2024-04-10T16:24:56.966Z | Downloaded polar-core v0.27.3 |
995 | 2024-04-10T16:24:56.991Z | Downloaded ratatui v0.26.1 |
996 | 2024-04-10T16:24:57.016Z | Downloaded encoding_rs v0.8.33 |
997 | 2024-04-10T16:24:57.041Z | Downloaded ring v0.17.8 |
998 | 2024-04-10T16:24:57.110Z | Downloaded ring v0.16.20 |
999 | 2024-04-10T16:24:57.211Z | Downloaded nix v0.28.0 |
1000 | 2024-04-10T16:24:57.236Z | Downloaded csv v1.3.0 |
1001 | 2024-04-10T16:24:57.265Z | Downloaded openssl v0.10.64 |
1002 | 2024-04-10T16:24:57.265Z | Downloaded sqlparser v0.44.0 |
1003 | 2024-04-10T16:24:57.290Z | Downloaded rayon v1.10.0 |
1004 | 2024-04-10T16:24:57.290Z | Downloaded object v0.32.1 |
1005 | 2024-04-10T16:24:57.290Z | Downloaded object v0.30.4 |
1006 | 2024-04-10T16:24:57.316Z | Downloaded lalrpop v0.19.12 |
1007 | 2024-04-10T16:24:57.317Z | Downloaded idna v0.5.0 |
1008 | 2024-04-10T16:24:57.342Z | Downloaded idna v0.3.0 |
1009 | 2024-04-10T16:24:57.342Z | Downloaded idna v0.2.3 |
1010 | 2024-04-10T16:24:57.342Z | Downloaded zerocopy-derive v0.2.0 |
1011 | 2024-04-10T16:24:57.367Z | Downloaded regex-automata v0.4.5 |
1012 | 2024-04-10T16:24:57.392Z | Downloaded reedline v0.31.0 |
1013 | 2024-04-10T16:24:57.392Z | Downloaded rustls-webpki v0.102.1 |
1014 | 2024-04-10T16:24:57.417Z | Downloaded rustls-webpki v0.101.7 |
1015 | 2024-04-10T16:24:57.442Z | Downloaded tokio v1.37.0 |
1016 | 2024-04-10T16:24:57.466Z | Downloaded sha3 v0.10.8 |
1017 | 2024-04-10T16:24:57.491Z | Downloaded pest v2.7.6 |
1018 | 2024-04-10T16:24:57.491Z | Downloaded tough v0.17.1 |
1019 | 2024-04-10T16:24:57.491Z | Downloaded rustyline v14.0.0 |
1020 | 2024-04-10T16:24:57.491Z | Downloaded num-bigint-dig v0.8.4 |
1021 | 2024-04-10T16:24:57.519Z | Downloaded hyper v0.14.28 |
1022 | 2024-04-10T16:24:57.519Z | Downloaded regex-syntax v0.8.2 |
1023 | 2024-04-10T16:24:57.519Z | Downloaded heapless v0.8.0 |
1024 | 2024-04-10T16:24:57.544Z | Downloaded heapless v0.7.16 |
1025 | 2024-04-10T16:24:57.544Z | Downloaded expectorate v1.1.0 |
1026 | 2024-04-10T16:24:57.544Z | Downloaded tower v0.4.13 |
1027 | 2024-04-10T16:24:57.545Z | Downloaded hashbrown v0.13.2 |
1028 | 2024-04-10T16:24:57.545Z | Downloaded libm v0.2.7 |
1029 | 2024-04-10T16:24:57.570Z | Downloaded itertools v0.12.1 |
1030 | 2024-04-10T16:24:57.570Z | Downloaded zerocopy v0.6.6 |
1031 | 2024-04-10T16:24:57.570Z | Downloaded flume v0.11.0 |
1032 | 2024-04-10T16:24:57.570Z | Downloaded regex-syntax v0.6.29 |
1033 | 2024-04-10T16:24:57.595Z | Downloaded regex v1.10.4 |
1034 | 2024-04-10T16:24:57.595Z | Downloaded target-spec v3.1.0 |
1035 | 2024-04-10T16:24:57.620Z | Downloaded rcgen v0.12.1 |
1036 | 2024-04-10T16:24:57.620Z | Downloaded rayon-core v1.12.1 |
1037 | 2024-04-10T16:24:57.620Z | Downloaded prettyplease v0.2.17 |
1038 | 2024-04-10T16:24:57.620Z | Downloaded pretty_assertions v1.4.0 |
1039 | 2024-04-10T16:24:57.620Z | Downloaded tracing v0.1.40 |
1040 | 2024-04-10T16:24:57.620Z | Downloaded salty v0.2.0 |
1041 | 2024-04-10T16:24:57.620Z | Downloaded typed-path v0.7.0 |
1042 | 2024-04-10T16:24:57.646Z | Downloaded num-bigint v0.4.4 |
1043 | 2024-04-10T16:24:57.646Z | Downloaded nom v7.1.3 |
1044 | 2024-04-10T16:24:57.646Z | Downloaded mio v0.8.11 |
1045 | 2024-04-10T16:24:57.646Z | Downloaded libxml v0.3.3 |
1046 | 2024-04-10T16:24:57.671Z | Downloaded itertools v0.10.5 |
1047 | 2024-04-10T16:24:57.671Z | Downloaded hyper v1.1.0 |
1048 | 2024-04-10T16:24:57.671Z | Downloaded syn v1.0.109 |
1049 | 2024-04-10T16:24:57.696Z | Downloaded webpki-roots v0.25.2 |
1050 | 2024-04-10T16:24:57.696Z | Downloaded smoltcp v0.11.0 |
1051 | 2024-04-10T16:24:57.721Z | Downloaded rustls v0.22.2 |
1052 | 2024-04-10T16:24:57.721Z | Downloaded smoltcp v0.9.1 |
1053 | 2024-04-10T16:24:57.746Z | Downloaded slog-async v2.8.0 |
1054 | 2024-04-10T16:24:57.746Z | Downloaded slab v0.4.9 |
1055 | 2024-04-10T16:24:57.746Z | Downloaded siphasher v0.3.11 |
1056 | 2024-04-10T16:24:57.746Z | Downloaded sct v0.7.0 |
1057 | 2024-04-10T16:24:57.746Z | Downloaded winnow v0.5.15 |
1058 | 2024-04-10T16:24:57.746Z | Downloaded reqwest v0.11.24 |
1059 | 2024-04-10T16:24:57.775Z | Downloaded regex-automata v0.1.10 |
1060 | 2024-04-10T16:24:57.775Z | Downloaded term v0.7.0 |
1061 | 2024-04-10T16:24:57.775Z | Downloaded tempfile v3.10.1 |
1062 | 2024-04-10T16:24:57.775Z | Downloaded once_cell v1.19.0 |
1063 | 2024-04-10T16:24:57.775Z | Downloaded getrandom v0.2.12 |
1064 | 2024-04-10T16:24:57.800Z | Downloaded futures-util v0.3.30 |
1065 | 2024-04-10T16:24:57.800Z | Downloaded pest_meta v2.7.6 |
1066 | 2024-04-10T16:24:57.800Z | Downloaded socket2 v0.5.6 |
1067 | 2024-04-10T16:24:57.800Z | Downloaded socket2 v0.4.9 |
1068 | 2024-04-10T16:24:57.800Z | Downloaded radix_trie v0.2.1 |
1069 | 2024-04-10T16:24:57.800Z | Downloaded minimal-lexical v0.2.1 |
1070 | 2024-04-10T16:24:57.826Z | Downloaded futures v0.3.30 |
1071 | 2024-04-10T16:24:57.826Z | Downloaded funty v2.0.0 |
1072 | 2024-04-10T16:24:57.826Z | Downloaded fragile v2.0.0 |
1073 | 2024-04-10T16:24:57.826Z | Downloaded form_urlencoded v1.2.1 |
1074 | 2024-04-10T16:24:57.826Z | Downloaded fnv v1.0.7 |
1075 | 2024-04-10T16:24:57.826Z | Downloaded float-cmp v0.9.0 |
1076 | 2024-04-10T16:24:57.826Z | Downloaded proc-macro-error v1.0.4 |
1077 | 2024-04-10T16:24:57.826Z | Downloaded poly1305 v0.8.0 |
1078 | 2024-04-10T16:24:57.826Z | Downloaded derive_builder v0.20.0 |
1079 | 2024-04-10T16:24:57.851Z | Downloaded vcpkg v0.2.15 |
1080 | 2024-04-10T16:24:57.880Z | Downloaded samael v0.0.15 |
1081 | 2024-04-10T16:24:57.905Z | Downloaded rustls v0.21.9 |
1082 | 2024-04-10T16:24:57.905Z | Downloaded diesel v2.1.5 |
1083 | 2024-04-10T16:24:57.930Z | Downloaded sigpipe v0.1.3 |
1084 | 2024-04-10T16:24:57.930Z | Downloaded signature v2.1.0 |
1085 | 2024-04-10T16:24:57.930Z | Downloaded signature v1.6.4 |
1086 | 2024-04-10T16:24:57.930Z | Downloaded semver v0.1.20 |
1087 | 2024-04-10T16:24:57.930Z | Downloaded secrecy v0.8.0 |
1088 | 2024-04-10T16:24:57.930Z | Downloaded sec1 v0.7.3 |
1089 | 2024-04-10T16:24:57.931Z | Downloaded parse-display-derive v0.9.0 |
1090 | 2024-04-10T16:24:57.956Z | Downloaded futures-channel v0.3.30 |
1091 | 2024-04-10T16:24:57.956Z | Downloaded slog-dtrace v0.3.0 |
1092 | 2024-04-10T16:24:57.957Z | Downloaded trust-dns-resolver v0.22.0 |
1093 | 2024-04-10T16:24:57.957Z | Downloaded flate2 v1.0.28 |
1094 | 2024-04-10T16:24:57.957Z | Downloaded fatfs v0.3.6 |
1095 | 2024-04-10T16:24:57.957Z | Downloaded schemars v0.8.16 |
1096 | 2024-04-10T16:24:57.982Z | Downloaded yansi v0.5.1 |
1097 | 2024-04-10T16:24:57.982Z | Downloaded xattr v1.0.1 |
1098 | 2024-04-10T16:24:57.982Z | Downloaded x509-cert v0.2.4 |
1099 | 2024-04-10T16:24:57.982Z | Downloaded trust-dns-server v0.22.1 |
1100 | 2024-04-10T16:24:57.982Z | Downloaded same-file v1.0.6 |
1101 | 2024-04-10T16:24:57.982Z | Downloaded portable-atomic v1.4.3 |
1102 | 2024-04-10T16:24:58.008Z | Downloaded derive-where v1.2.7 |
1103 | 2024-04-10T16:24:58.008Z | Downloaded oorandom v11.1.3 |
1104 | 2024-04-10T16:24:58.008Z | Downloaded getopts v0.2.21 |
1105 | 2024-04-10T16:24:58.008Z | Downloaded serde-big-array v0.4.1 |
1106 | 2024-04-10T16:24:58.008Z | Downloaded parse-size v1.0.0 |
1107 | 2024-04-10T16:24:58.008Z | Downloaded futures-core v0.3.30 |
1108 | 2024-04-10T16:24:58.008Z | Downloaded yasna v0.5.2 |
1109 | 2024-04-10T16:24:58.008Z | Downloaded tungstenite v0.20.1 |
1110 | 2024-04-10T16:24:58.008Z | Downloaded pest_derive v2.7.6 |
1111 | 2024-04-10T16:24:58.008Z | Downloaded parking_lot v0.12.1 |
1112 | 2024-04-10T16:24:58.033Z | Downloaded strsim v0.8.0 |
1113 | 2024-04-10T16:24:58.034Z | Downloaded strip-ansi-escapes v0.2.0 |
1114 | 2024-04-10T16:24:58.034Z | Downloaded stringprep v0.1.3 |
1115 | 2024-04-10T16:24:58.034Z | Downloaded slog-scope v4.4.0 |
1116 | 2024-04-10T16:24:58.034Z | Downloaded slog-json v2.6.1 |
1117 | 2024-04-10T16:24:58.034Z | Downloaded slog-envlogger v2.2.0 |
1118 | 2024-04-10T16:24:58.034Z | Downloaded foreign-types v0.3.2 |
1119 | 2024-04-10T16:24:58.034Z | Downloaded structmeta v0.3.0 |
1120 | 2024-04-10T16:24:58.034Z | Downloaded structmeta v0.2.0 |
1121 | 2024-04-10T16:24:58.034Z | Downloaded strsim v0.10.0 |
1122 | 2024-04-10T16:24:58.034Z | Downloaded zerocopy-derive v0.7.32 |
1123 | 2024-04-10T16:24:58.034Z | Downloaded whoami v1.5.0 |
1124 | 2024-04-10T16:24:58.034Z | Downloaded which v4.4.0 |
1125 | 2024-04-10T16:24:58.034Z | Downloaded ref-cast v1.0.20 |
1126 | 2024-04-10T16:24:58.059Z | Downloaded proc-macro-crate v1.3.1 |
1127 | 2024-04-10T16:24:58.059Z | Downloaded pretty-hex v0.4.1 |
1128 | 2024-04-10T16:24:58.060Z | Downloaded gimli v0.28.0 |
1129 | 2024-04-10T16:24:58.060Z | Downloaded opaque-debug v0.3.0 |
1130 | 2024-04-10T16:24:58.060Z | Downloaded foreign-types-shared v0.3.1 |
1131 | 2024-04-10T16:24:58.060Z | Downloaded foreign-types-shared v0.1.1 |
1132 | 2024-04-10T16:24:58.060Z | Downloaded foreign-types-macros v0.2.3 |
1133 | 2024-04-10T16:24:58.060Z | Downloaded password-hash v0.5.0 |
1134 | 2024-04-10T16:24:58.060Z | Downloaded partial-io v0.5.4 |
1135 | 2024-04-10T16:24:58.060Z | Downloaded typenum v1.16.0 |
1136 | 2024-04-10T16:24:58.060Z | Downloaded trybuild v1.0.91 |
1137 | 2024-04-10T16:24:58.085Z | Downloaded proptest v1.4.0 |
1138 | 2024-04-10T16:24:58.085Z | Downloaded fixedbitset v0.4.2 |
1139 | 2024-04-10T16:24:58.085Z | Downloaded filetime v0.2.23 |
1140 | 2024-04-10T16:24:58.085Z | Downloaded ff v0.13.0 |
1141 | 2024-04-10T16:24:58.085Z | Downloaded fd-lock v4.0.2 |
1142 | 2024-04-10T16:24:58.085Z | Downloaded zeroize v1.7.0 |
1143 | 2024-04-10T16:24:58.085Z | Downloaded der_derive v0.7.2 |
1144 | 2024-04-10T16:24:58.085Z | Downloaded spin v0.9.8 |
1145 | 2024-04-10T16:24:58.110Z | Downloaded snafu-derive v0.8.2 |
1146 | 2024-04-10T16:24:58.110Z | Downloaded quick-xml v0.31.0 |
1147 | 2024-04-10T16:24:58.110Z | Downloaded scopeguard v1.2.0 |
1148 | 2024-04-10T16:24:58.110Z | Downloaded schemars_derive v0.8.16 |
1149 | 2024-04-10T16:24:58.110Z | Downloaded scheduled-thread-pool v0.2.7 |
1150 | 2024-04-10T16:24:58.110Z | Downloaded paste v1.0.14 |
1151 | 2024-04-10T16:24:58.110Z | Downloaded tui-tree-widget v0.19.0 |
1152 | 2024-04-10T16:24:58.110Z | Downloaded relative-path v1.9.0 |
1153 | 2024-04-10T16:24:58.111Z | Downloaded tar v0.4.40 |
1154 | 2024-04-10T16:24:58.111Z | Downloaded fastrand v2.0.1 |
1155 | 2024-04-10T16:24:58.137Z | Downloaded fallible-iterator v0.2.0 |
1156 | 2024-04-10T16:24:58.137Z | Downloaded curve25519-dalek-derive v0.1.0 |
1157 | 2024-04-10T16:24:58.137Z | Downloaded csv-core v0.1.11 |
1158 | 2024-04-10T16:24:58.137Z | Downloaded steno v0.4.0 |
1159 | 2024-04-10T16:24:58.138Z | Downloaded pest_generator v2.7.6 |
1160 | 2024-04-10T16:24:58.138Z | Downloaded unicode-normalization v0.1.22 |
1161 | 2024-04-10T16:24:58.138Z | Downloaded ref-cast-impl v1.0.20 |
1162 | 2024-04-10T16:24:58.138Z | Downloaded target-lexicon v0.12.13 |
1163 | 2024-04-10T16:24:58.138Z | Downloaded tap v1.0.1 |
1164 | 2024-04-10T16:24:58.138Z | Downloaded postcard v1.0.8 |
1165 | 2024-04-10T16:24:58.138Z | Downloaded trust-dns-client v0.22.0 |
1166 | 2024-04-10T16:24:58.165Z | Downloaded string_cache v0.8.7 |
1167 | 2024-04-10T16:24:58.166Z | Downloaded signal-hook-registry v1.4.1 |
1168 | 2024-04-10T16:24:58.166Z | Downloaded parking_lot_core v0.9.8 |
1169 | 2024-04-10T16:24:58.166Z | Downloaded parking_lot_core v0.8.6 |
1170 | 2024-04-10T16:24:58.166Z | Downloaded petgraph v0.6.4 |
1171 | 2024-04-10T16:24:58.166Z | Downloaded indicatif v0.17.8 |
1172 | 2024-04-10T16:24:58.194Z | Downloaded try-lock v0.2.4 |
1173 | 2024-04-10T16:24:58.194Z | Downloaded resolv-conf v0.7.0 |
1174 | 2024-04-10T16:24:58.194Z | Downloaded tabwriter v1.4.0 |
1175 | 2024-04-10T16:24:58.195Z | Downloaded tabled_derive v0.7.0 |
1176 | 2024-04-10T16:24:58.195Z | Downloaded synstructure v0.12.6 |
1177 | 2024-04-10T16:24:58.195Z | Downloaded structmeta-derive v0.3.0 |
1178 | 2024-04-10T16:24:58.195Z | Downloaded structmeta-derive v0.2.0 |
1179 | 2024-04-10T16:24:58.195Z | Downloaded headers-core v0.2.0 |
1180 | 2024-04-10T16:24:58.195Z | Downloaded unicode-bidi v0.3.15 |
1181 | 2024-04-10T16:24:58.195Z | Downloaded ucd-trie v0.1.6 |
1182 | 2024-04-10T16:24:58.196Z | Downloaded zip v0.6.6 |
1183 | 2024-04-10T16:24:58.196Z | Downloaded pem-rfc7468 v0.7.0 |
1184 | 2024-04-10T16:24:58.196Z | Downloaded der v0.7.8 |
1185 | 2024-04-10T16:24:58.222Z | Downloaded env_logger v0.10.0 |
1186 | 2024-04-10T16:24:58.223Z | Downloaded env_logger v0.9.3 |
1187 | 2024-04-10T16:24:58.223Z | Downloaded tracing-attributes v0.1.27 |
1188 | 2024-04-10T16:24:58.223Z | Downloaded miniz_oxide v0.7.1 |
1189 | 2024-04-10T16:24:58.223Z | Downloaded log v0.4.21 |
1190 | 2024-04-10T16:24:58.224Z | Downloaded walkdir v2.5.0 |
1191 | 2024-04-10T16:24:58.224Z | Downloaded crypto-bigint v0.5.2 |
1192 | 2024-04-10T16:24:58.224Z | Downloaded tracing-core v0.1.32 |
1193 | 2024-04-10T16:24:58.254Z | Downloaded time v0.3.34 |
1194 | 2024-04-10T16:24:58.255Z | Downloaded goblin v0.8.0 |
1195 | 2024-04-10T16:24:58.255Z | Downloaded sync_wrapper v0.1.2 |
1196 | 2024-04-10T16:24:58.255Z | Downloaded generic-array v0.14.7 |
1197 | 2024-04-10T16:24:58.256Z | Downloaded futures-timer v3.0.2 |
1198 | 2024-04-10T16:24:58.256Z | Downloaded futures-task v0.3.30 |
1199 | 2024-04-10T16:24:58.256Z | Downloaded futures-macro v0.3.30 |
1200 | 2024-04-10T16:24:58.256Z | Downloaded futures-io v0.3.30 |
1201 | 2024-04-10T16:24:58.256Z | Downloaded futures-executor v0.3.30 |
1202 | 2024-04-10T16:24:58.256Z | Downloaded pretty-hex v0.2.1 |
1203 | 2024-04-10T16:24:58.256Z | Downloaded postgres-types v0.2.6 |
1204 | 2024-04-10T16:24:58.257Z | Downloaded postgres-protocol v0.6.6 |
1205 | 2024-04-10T16:24:58.302Z | Downloaded unicode-segmentation v1.10.1 |
1206 | 2024-04-10T16:24:58.302Z | Downloaded rustls-pemfile v2.1.2 |
1207 | 2024-04-10T16:24:58.302Z | Downloaded omicron-zone-package v0.11.0 |
1208 | 2024-04-10T16:24:58.302Z | Downloaded unicase v2.7.0 |
1209 | 2024-04-10T16:24:58.302Z | Downloaded unarray v0.1.4 |
1210 | 2024-04-10T16:24:58.303Z | Downloaded powerfmt v0.2.0 |
1211 | 2024-04-10T16:24:58.303Z | Downloaded textwrap v0.16.1 |
1212 | 2024-04-10T16:24:58.303Z | Downloaded test-strategy v0.3.1 |
1213 | 2024-04-10T16:24:58.303Z | Downloaded deranged v0.3.11 |
1214 | 2024-04-10T16:24:58.303Z | Downloaded wait-timeout v0.2.0 |
1215 | 2024-04-10T16:24:58.303Z | Downloaded num-traits v0.2.18 |
1216 | 2024-04-10T16:24:58.303Z | Downloaded mockall_derive v0.12.1 |
1217 | 2024-04-10T16:24:58.303Z | Downloaded futures-sink v0.3.30 |
1218 | 2024-04-10T16:24:58.303Z | Downloaded waitgroup v0.1.2 |
1219 | 2024-04-10T16:24:58.304Z | Downloaded predicates-tree v1.0.9 |
1220 | 2024-04-10T16:24:58.304Z | Downloaded predicates-core v1.0.6 |
1221 | 2024-04-10T16:24:58.336Z | Downloaded predicates v3.1.0 |
1222 | 2024-04-10T16:24:58.337Z | Downloaded ppv-lite86 v0.2.17 |
1223 | 2024-04-10T16:24:58.337Z | Downloaded slog-term v2.9.1 |
1224 | 2024-04-10T16:24:58.337Z | Downloaded darling_core v0.20.8 |
1225 | 2024-04-10T16:24:58.337Z | Downloaded sqlformat v0.2.3 |
1226 | 2024-04-10T16:24:58.338Z | Downloaded spki v0.7.2 |
1227 | 2024-04-10T16:24:58.338Z | Downloaded tokio-util v0.7.10 |
1228 | 2024-04-10T16:24:58.338Z | Downloaded plotters v0.3.5 |
1229 | 2024-04-10T16:24:58.338Z | Downloaded precomputed-hash v0.1.1 |
1230 | 2024-04-10T16:24:58.338Z | Downloaded portpicker v0.1.1 |
1231 | 2024-04-10T16:24:58.338Z | Downloaded path-slash v0.1.5 |
1232 | 2024-04-10T16:24:58.339Z | Downloaded crypto-common v0.1.6 |
1233 | 2024-04-10T16:24:58.339Z | Downloaded zone v0.1.8 |
1234 | 2024-04-10T16:24:58.339Z | Downloaded zeroize_derive v1.4.2 |
1235 | 2024-04-10T16:24:58.340Z | Downloaded rand_seeder v0.2.3 |
1236 | 2024-04-10T16:24:58.340Z | Downloaded publicsuffix v2.2.3 |
1237 | 2024-04-10T16:24:58.340Z | Downloaded h2 v0.3.26 |
1238 | 2024-04-10T16:24:58.372Z | Downloaded zone_cfg_derive v0.1.2 |
1239 | 2024-04-10T16:24:58.372Z | Downloaded thiserror-no-std v2.0.2 |
1240 | 2024-04-10T16:24:58.372Z | Downloaded thiserror-impl-no-std v2.0.2 |
1241 | 2024-04-10T16:24:58.372Z | Downloaded textwrap v0.11.0 |
1242 | 2024-04-10T16:24:58.372Z | Downloaded termios v0.3.3 |
1243 | 2024-04-10T16:24:58.372Z | Downloaded percent-encoding v2.3.1 |
1244 | 2024-04-10T16:24:58.372Z | Downloaded uuid v1.8.0 |
1245 | 2024-04-10T16:24:58.372Z | Downloaded rand v0.8.5 |
1246 | 2024-04-10T16:24:58.373Z | Downloaded erased-serde v0.3.31 |
1247 | 2024-04-10T16:24:58.373Z | Downloaded toml_edit v0.19.15 |
1248 | 2024-04-10T16:24:58.405Z | Downloaded termtree v0.4.1 |
1249 | 2024-04-10T16:24:58.405Z | Downloaded static_assertions v1.1.0 |
1250 | 2024-04-10T16:24:58.405Z | Downloaded stable_deref_trait v1.2.0 |
1251 | 2024-04-10T16:24:58.405Z | Downloaded slog-stdlog v4.1.1 |
1252 | 2024-04-10T16:24:58.405Z | Downloaded signal-hook-mio v0.2.3 |
1253 | 2024-04-10T16:24:58.406Z | Downloaded serde_arrays v0.1.0 |
1254 | 2024-04-10T16:24:58.406Z | Downloaded serde-hex v0.1.0 |
1255 | 2024-04-10T16:24:58.406Z | Downloaded darling v0.20.8 |
1256 | 2024-04-10T16:24:58.406Z | Downloaded smallvec v1.13.1 |
1257 | 2024-04-10T16:24:58.407Z | Downloaded libloading v0.7.4 |
1258 | 2024-04-10T16:24:58.407Z | Downloaded serde-big-array v0.5.1 |
1259 | 2024-04-10T16:24:58.407Z | Downloaded pem v3.0.4 |
1260 | 2024-04-10T16:24:58.407Z | Downloaded peg-macros v0.8.2 |
1261 | 2024-04-10T16:24:58.436Z | Downloaded peg v0.8.2 |
1262 | 2024-04-10T16:24:58.436Z | Downloaded openssl-macros v0.1.1 |
1263 | 2024-04-10T16:24:58.436Z | Downloaded defmt v0.3.5 |
1264 | 2024-04-10T16:24:58.437Z | Downloaded data-encoding v2.4.0 |
1265 | 2024-04-10T16:24:58.437Z | Downloaded vte v0.11.1 |
1266 | 2024-04-10T16:24:58.437Z | Downloaded vsss-rs v3.3.4 |
1267 | 2024-04-10T16:24:58.437Z | Downloaded openssl-sys v0.9.102 |
1268 | 2024-04-10T16:24:58.437Z | Downloaded elliptic-curve v0.13.8 |
1269 | 2024-04-10T16:24:58.437Z | Downloaded topological-sort v0.2.2 |
1270 | 2024-04-10T16:24:58.437Z | Downloaded rustversion v1.0.14 |
1271 | 2024-04-10T16:24:58.438Z | Downloaded rustls-pki-types v1.3.0 |
1272 | 2024-04-10T16:24:58.438Z | Downloaded guppy v0.17.5 |
1273 | 2024-04-10T16:24:58.469Z | Downloaded peeking_take_while v0.1.2 |
1274 | 2024-04-10T16:24:58.469Z | Downloaded defmt-parser v0.3.3 |
1275 | 2024-04-10T16:24:58.469Z | Downloaded defmt-macros v0.3.6 |
1276 | 2024-04-10T16:24:58.469Z | Downloaded debug-ignore v1.0.5 |
1277 | 2024-04-10T16:24:58.470Z | Downloaded datatest-stable v0.2.6 |
1278 | 2024-04-10T16:24:58.470Z | Downloaded version_check v0.9.4 |
1279 | 2024-04-10T16:24:58.470Z | Downloaded vec_map v0.8.2 |
1280 | 2024-04-10T16:24:58.470Z | Downloaded papergrid v0.11.0 |
1281 | 2024-04-10T16:24:58.470Z | Downloaded oso v0.27.3 |
1282 | 2024-04-10T16:24:58.470Z | Downloaded rusty-fork v0.3.0 |
1283 | 2024-04-10T16:24:58.470Z | Downloaded rustls-pemfile v1.0.3 |
1284 | 2024-04-10T16:24:58.470Z | Downloaded uuid v0.8.2 |
1285 | 2024-04-10T16:24:58.504Z | Downloaded num-rational v0.4.1 |
1286 | 2024-04-10T16:24:58.504Z | Downloaded num-complex v0.4.4 |
1287 | 2024-04-10T16:24:58.504Z | Downloaded native-tls v0.2.11 |
1288 | 2024-04-10T16:24:58.504Z | Downloaded nanorand v0.7.0 |
1289 | 2024-04-10T16:24:58.505Z | Downloaded darling_macro v0.20.8 |
1290 | 2024-04-10T16:24:58.505Z | Downloaded vte_generate_state_changes v0.1.1 |
1291 | 2024-04-10T16:24:58.505Z | Downloaded smf v0.2.3 |
1292 | 2024-04-10T16:24:58.505Z | Downloaded smawk v0.3.1 |
1293 | 2024-04-10T16:24:58.505Z | Downloaded smallvec v0.6.14 |
1294 | 2024-04-10T16:24:58.506Z | Downloaded proc-macro-error-attr v1.0.4 |
1295 | 2024-04-10T16:24:58.506Z | Downloaded toml v0.7.8 |
1296 | 2024-04-10T16:24:58.506Z | Downloaded rsa v0.9.2 |
1297 | 2024-04-10T16:24:58.506Z | Downloaded ron v0.8.1 |
1298 | 2024-04-10T16:24:58.507Z | Downloaded multer v3.0.0 |
1299 | 2024-04-10T16:24:58.507Z | Downloaded spin v0.5.2 |
1300 | 2024-04-10T16:24:58.539Z | Downloaded rand_xorshift v0.3.0 |
1301 | 2024-04-10T16:24:58.539Z | Downloaded rand_core v0.6.4 |
1302 | 2024-04-10T16:24:58.539Z | Downloaded rand_chacha v0.3.1 |
1303 | 2024-04-10T16:24:58.540Z | Downloaded radium v0.7.0 |
1304 | 2024-04-10T16:24:58.540Z | Downloaded r2d2 v0.8.10 |
1305 | 2024-04-10T16:24:58.540Z | Downloaded quick-error v1.2.3 |
1306 | 2024-04-10T16:24:58.540Z | Downloaded parse-display v0.9.0 |
1307 | 2024-04-10T16:24:58.540Z | Downloaded parking_lot v0.11.2 |
1308 | 2024-04-10T16:24:58.541Z | Downloaded owo-colors v4.0.0 |
1309 | 2024-04-10T16:24:58.541Z | Downloaded toml v0.5.11 |
1310 | 2024-04-10T16:24:58.541Z | Downloaded tokio-tungstenite v0.20.1 |
1311 | 2024-04-10T16:24:58.541Z | Downloaded rstest_macros v0.18.2 |
1312 | 2024-04-10T16:24:58.541Z | Downloaded hashbrown v0.12.3 |
1313 | 2024-04-10T16:24:58.542Z | Downloaded dof v0.3.0 |
1314 | 2024-04-10T16:24:58.542Z | Downloaded nu-ansi-term v0.50.0 |
1315 | 2024-04-10T16:24:58.542Z | Downloaded mime v0.3.17 |
1316 | 2024-04-10T16:24:58.542Z | Downloaded ipnet v2.9.0 |
1317 | 2024-04-10T16:24:58.568Z | Downloaded indexmap v1.9.3 |
1318 | 2024-04-10T16:24:58.568Z | Downloaded hyper-util v0.1.2 |
1319 | 2024-04-10T16:24:58.568Z | Downloaded clap v2.34.0 |
1320 | 2024-04-10T16:24:58.568Z | Downloaded packed_struct v0.10.1 |
1321 | 2024-04-10T16:24:58.568Z | Downloaded escape8259 v0.5.2 |
1322 | 2024-04-10T16:24:58.568Z | Downloaded ena v0.14.2 |
1323 | 2024-04-10T16:24:58.568Z | Downloaded embedded-io v0.4.0 |
1324 | 2024-04-10T16:24:58.568Z | Downloaded either v1.10.0 |
1325 | 2024-04-10T16:24:58.568Z | Downloaded thread_local v1.1.7 |
1326 | 2024-04-10T16:24:58.568Z | Downloaded ron v0.7.1 |
1327 | 2024-04-10T16:24:58.568Z | Downloaded mime_guess v2.0.4 |
1328 | 2024-04-10T16:24:58.568Z | Downloaded memoffset v0.7.1 |
1329 | 2024-04-10T16:24:58.594Z | Downloaded memmap2 v0.7.1 |
1330 | 2024-04-10T16:24:58.594Z | Downloaded lock_api v0.4.10 |
1331 | 2024-04-10T16:24:58.594Z | Downloaded libtest-mimic v0.7.2 |
1332 | 2024-04-10T16:24:58.594Z | Downloaded hkdf v0.12.4 |
1333 | 2024-04-10T16:24:58.594Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1334 | 2024-04-10T16:24:58.594Z | Downloaded enum-as-inner v0.5.1 |
1335 | 2024-04-10T16:24:58.594Z | Downloaded ed25519 v1.5.3 |
1336 | 2024-04-10T16:24:58.619Z | Downloaded derive_builder_core v0.20.0 |
1337 | 2024-04-10T16:24:58.619Z | Downloaded tower-service v0.3.2 |
1338 | 2024-04-10T16:24:58.619Z | Downloaded tokio-tungstenite v0.21.0 |
1339 | 2024-04-10T16:24:58.619Z | Downloaded tokio-stream v0.1.15 |
1340 | 2024-04-10T16:24:58.619Z | Downloaded tokio-rustls v0.25.0 |
1341 | 2024-04-10T16:24:58.619Z | Downloaded time-macros v0.2.17 |
1342 | 2024-04-10T16:24:58.619Z | Downloaded serde_with v3.7.0 |
1343 | 2024-04-10T16:24:58.619Z | Downloaded endian-type v0.1.2 |
1344 | 2024-04-10T16:24:58.645Z | Downloaded dyn-clone v1.0.17 |
1345 | 2024-04-10T16:24:58.645Z | Downloaded derive_builder_macro v0.20.0 |
1346 | 2024-04-10T16:24:58.645Z | Downloaded tower-layer v0.3.2 |
1347 | 2024-04-10T16:24:58.645Z | Downloaded rustls-native-certs v0.7.0 |
1348 | 2024-04-10T16:24:58.645Z | Downloaded pin-project v1.1.3 |
1349 | 2024-04-10T16:24:58.645Z | Downloaded rustc-demangle v0.1.23 |
1350 | 2024-04-10T16:24:58.645Z | Downloaded rust-argon2 v2.1.0 |
1351 | 2024-04-10T16:24:58.645Z | Downloaded rstest v0.18.2 |
1352 | 2024-04-10T16:24:58.670Z | Downloaded utf-8 v0.7.6 |
1353 | 2024-04-10T16:24:58.670Z | Downloaded tiny-keccak v2.0.2 |
1354 | 2024-04-10T16:24:58.670Z | Downloaded threadpool v1.8.1 |
1355 | 2024-04-10T16:24:58.670Z | Downloaded rustfmt-wrapper v0.2.1 |
1356 | 2024-04-10T16:24:58.671Z | Downloaded rustc_version v0.1.7 |
1357 | 2024-04-10T16:24:58.671Z | Downloaded usdt-macro v0.5.0 |
1358 | 2024-04-10T16:24:58.671Z | Downloaded unicode_categories v0.1.1 |
1359 | 2024-04-10T16:24:58.671Z | Downloaded olpc-cjson v0.1.3 |
1360 | 2024-04-10T16:24:58.671Z | Downloaded num_enum_derive v0.5.11 |
1361 | 2024-04-10T16:24:58.671Z | Downloaded num_enum v0.5.11 |
1362 | 2024-04-10T16:24:58.671Z | Downloaded num_cpus v1.16.0 |
1363 | 2024-04-10T16:24:58.671Z | Downloaded num-derive v0.4.0 |
1364 | 2024-04-10T16:24:58.696Z | Downloaded num v0.4.1 |
1365 | 2024-04-10T16:24:58.696Z | Downloaded nodrop v0.1.14 |
1366 | 2024-04-10T16:24:58.696Z | Downloaded nibble_vec v0.1.0 |
1367 | 2024-04-10T16:24:58.696Z | Downloaded rustc_version v0.4.0 |
1368 | 2024-04-10T16:24:58.696Z | Downloaded rustc-hash v1.1.0 |
1369 | 2024-04-10T16:24:58.696Z | Downloaded rtoolbox v0.0.1 |
1370 | 2024-04-10T16:24:58.697Z | Downloaded rpassword v7.3.1 |
1371 | 2024-04-10T16:24:58.697Z | Downloaded plotters-svg v0.3.5 |
1372 | 2024-04-10T16:24:58.697Z | Downloaded platforms v3.0.2 |
1373 | 2024-04-10T16:24:58.697Z | Downloaded pkcs8 v0.10.2 |
1374 | 2024-04-10T16:24:58.697Z | Downloaded pkcs1 v0.7.5 |
1375 | 2024-04-10T16:24:58.697Z | Downloaded pin-project-lite v0.2.13 |
1376 | 2024-04-10T16:24:58.697Z | Downloaded pin-project-internal v1.1.3 |
1377 | 2024-04-10T16:24:58.697Z | Downloaded dtrace-parser v0.1.14 |
1378 | 2024-04-10T16:24:58.722Z | Downloaded num-iter v0.1.44 |
1379 | 2024-04-10T16:24:58.722Z | Downloaded multimap v0.10.0 |
1380 | 2024-04-10T16:24:58.722Z | Downloaded plain v0.2.3 |
1381 | 2024-04-10T16:24:58.722Z | Downloaded pkg-config v0.3.27 |
1382 | 2024-04-10T16:24:58.722Z | Downloaded half v2.3.1 |
1383 | 2024-04-10T16:24:58.722Z | Downloaded diesel_derives v2.1.2 |
1384 | 2024-04-10T16:24:58.722Z | Downloaded unsafe-libyaml v0.2.10 |
1385 | 2024-04-10T16:24:58.722Z | Downloaded tokio-postgres v0.7.10 |
1386 | 2024-04-10T16:24:58.722Z | Downloaded newtype-uuid v1.0.1 |
1387 | 2024-04-10T16:24:58.722Z | Downloaded mockall v0.12.1 |
1388 | 2024-04-10T16:24:58.722Z | Downloaded chrono v0.4.37 |
1389 | 2024-04-10T16:24:58.748Z | Downloaded phf_shared v0.11.2 |
1390 | 2024-04-10T16:24:58.748Z | Downloaded phf v0.11.2 |
1391 | 2024-04-10T16:24:58.748Z | Downloaded dtrace-parser v0.2.0 |
1392 | 2024-04-10T16:24:58.748Z | Downloaded downcast v0.11.0 |
1393 | 2024-04-10T16:24:58.748Z | Downloaded diff v0.1.13 |
1394 | 2024-04-10T16:24:58.748Z | Downloaded derive_more v0.99.17 |
1395 | 2024-04-10T16:24:58.748Z | Downloaded url v2.5.0 |
1396 | 2024-04-10T16:24:58.773Z | Downloaded memmap v0.7.0 |
1397 | 2024-04-10T16:24:58.773Z | Downloaded maybe-uninit v2.0.0 |
1398 | 2024-04-10T16:24:58.773Z | Downloaded maplit v1.0.2 |
1399 | 2024-04-10T16:24:58.773Z | Downloaded managed v0.8.0 |
1400 | 2024-04-10T16:24:58.773Z | Downloaded lru-cache v0.1.2 |
1401 | 2024-04-10T16:24:58.773Z | Downloaded lru v0.12.1 |
1402 | 2024-04-10T16:24:58.773Z | Downloaded linear-map v1.2.0 |
1403 | 2024-04-10T16:24:58.774Z | Downloaded libsw v3.3.1 |
1404 | 2024-04-10T16:24:58.774Z | Downloaded hash32 v0.3.1 |
1405 | 2024-04-10T16:24:58.774Z | Downloaded hash32 v0.2.1 |
1406 | 2024-04-10T16:24:58.774Z | Downloaded group v0.13.0 |
1407 | 2024-04-10T16:24:58.774Z | Downloaded globset v0.4.13 |
1408 | 2024-04-10T16:24:58.774Z | Downloaded glob v0.3.1 |
1409 | 2024-04-10T16:24:58.774Z | Downloaded tungstenite v0.21.0 |
1410 | 2024-04-10T16:24:58.774Z | Downloaded structopt v0.3.26 |
1411 | 2024-04-10T16:24:58.799Z | Downloaded serde_yaml v0.9.25 |
1412 | 2024-04-10T16:24:58.799Z | Downloaded linked-hash-map v0.5.6 |
1413 | 2024-04-10T16:24:58.799Z | Downloaded libefi-sys v0.1.0 |
1414 | 2024-04-10T16:24:58.799Z | Downloaded lazycell v1.3.0 |
1415 | 2024-04-10T16:24:58.799Z | Downloaded lalrpop-util v0.19.12 |
1416 | 2024-04-10T16:24:58.799Z | Downloaded http v1.0.0 |
1417 | 2024-04-10T16:24:58.800Z | Downloaded crossterm v0.27.0 |
1418 | 2024-04-10T16:24:58.800Z | Downloaded bitvec v1.0.1 |
1419 | 2024-04-10T16:24:58.825Z | Downloaded dirs-sys-next v0.1.2 |
1420 | 2024-04-10T16:24:58.825Z | Downloaded dirs-next v2.0.0 |
1421 | 2024-04-10T16:24:58.825Z | Downloaded difflib v0.4.0 |
1422 | 2024-04-10T16:24:58.825Z | Downloaded usdt-impl v0.5.0 |
1423 | 2024-04-10T16:24:58.825Z | Downloaded tinyvec v1.6.0 |
1424 | 2024-04-10T16:24:58.854Z | Downloaded signal-hook v0.3.17 |
1425 | 2024-04-10T16:24:58.854Z | Downloaded lazy_static v1.4.0 |
1426 | 2024-04-10T16:24:58.854Z | Downloaded kstat-rs v0.2.3 |
1427 | 2024-04-10T16:24:58.854Z | Downloaded keccak v0.1.4 |
1428 | 2024-04-10T16:24:58.854Z | Downloaded is-terminal v0.4.9 |
1429 | 2024-04-10T16:24:58.854Z | Downloaded http v0.2.12 |
1430 | 2024-04-10T16:24:58.854Z | Downloaded digest v0.10.7 |
1431 | 2024-04-10T16:24:58.854Z | Downloaded usdt-macro v0.3.5 |
1432 | 2024-04-10T16:24:58.854Z | Downloaded usdt-impl v0.3.5 |
1433 | 2024-04-10T16:24:58.854Z | Downloaded usdt v0.3.5 |
1434 | 2024-04-10T16:24:58.854Z | Downloaded untrusted v0.9.0 |
1435 | 2024-04-10T16:24:58.854Z | Downloaded unicode-width v0.1.11 |
1436 | 2024-04-10T16:24:58.855Z | Downloaded tokio-rustls v0.24.1 |
1437 | 2024-04-10T16:24:58.855Z | Downloaded subprocess v0.2.9 |
1438 | 2024-04-10T16:24:58.855Z | Downloaded strum_macros v0.25.2 |
1439 | 2024-04-10T16:24:58.855Z | Downloaded number_prefix v0.4.0 |
1440 | 2024-04-10T16:24:58.880Z | Downloaded num_threads v0.1.6 |
1441 | 2024-04-10T16:24:58.880Z | Downloaded num-conv v0.1.0 |
1442 | 2024-04-10T16:24:58.880Z | Downloaded crossbeam-channel v0.5.8 |
1443 | 2024-04-10T16:24:58.880Z | Downloaded criterion v0.5.1 |
1444 | 2024-04-10T16:24:58.880Z | Downloaded display-error-chain v0.2.0 |
1445 | 2024-04-10T16:24:58.880Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1446 | 2024-04-10T16:24:58.880Z | Downloaded usdt-attr-macro v0.5.0 |
1447 | 2024-04-10T16:24:58.881Z | Downloaded usdt v0.5.0 |
1448 | 2024-04-10T16:24:58.881Z | Downloaded untrusted v0.7.1 |
1449 | 2024-04-10T16:24:58.881Z | Downloaded universal-hash v0.5.1 |
1450 | 2024-04-10T16:24:58.881Z | Downloaded unicode-xid v0.2.4 |
1451 | 2024-04-10T16:24:58.881Z | Downloaded tokio-native-tls v0.3.1 |
1452 | 2024-04-10T16:24:58.881Z | Downloaded tokio-macros v2.2.0 |
1453 | 2024-04-10T16:24:58.881Z | Downloaded tinytemplate v1.2.1 |
1454 | 2024-04-10T16:24:58.907Z | Downloaded strum_macros v0.26.1 |
1455 | 2024-04-10T16:24:58.907Z | Downloaded strum_macros v0.24.3 |
1456 | 2024-04-10T16:24:58.907Z | Downloaded structopt-derive v0.4.18 |
1457 | 2024-04-10T16:24:58.907Z | Downloaded normalize-line-endings v0.3.0 |
1458 | 2024-04-10T16:24:58.907Z | Downloaded newtype_derive v0.1.6 |
1459 | 2024-04-10T16:24:58.907Z | Downloaded newline-converter v0.3.0 |
1460 | 2024-04-10T16:24:58.907Z | Downloaded new_debug_unreachable v1.0.4 |
1461 | 2024-04-10T16:24:58.907Z | Downloaded nested v0.1.1 |
1462 | 2024-04-10T16:24:58.907Z | Downloaded md-5 v0.10.5 |
1463 | 2024-04-10T16:24:58.908Z | Downloaded hyper-rustls v0.26.0 |
1464 | 2024-04-10T16:24:58.908Z | Downloaded headers v0.3.9 |
1465 | 2024-04-10T16:24:58.908Z | Downloaded const_format v0.2.32 |
1466 | 2024-04-10T16:24:58.933Z | Downloaded tinyvec_macros v0.1.1 |
1467 | 2024-04-10T16:24:58.933Z | Downloaded supports-color v3.0.0 |
1468 | 2024-04-10T16:24:58.933Z | Downloaded subtle v2.5.0 |
1469 | 2024-04-10T16:24:58.933Z | Downloaded shlex v1.3.0 |
1470 | 2024-04-10T16:24:58.933Z | Downloaded shell-words v1.1.0 |
1471 | 2024-04-10T16:24:58.933Z | Downloaded sha2 v0.10.8 |
1472 | 2024-04-10T16:24:58.933Z | Downloaded sha1 v0.10.6 |
1473 | 2024-04-10T16:24:58.933Z | Downloaded serde_with_macros v3.7.0 |
1474 | 2024-04-10T16:24:58.933Z | Downloaded serde_tokenstream v0.2.0 |
1475 | 2024-04-10T16:24:58.933Z | Downloaded serde_tokenstream v0.1.7 |
1476 | 2024-04-10T16:24:58.933Z | Downloaded serde_repr v0.1.16 |
1477 | 2024-04-10T16:24:58.933Z | Downloaded serde_plain v1.0.2 |
1478 | 2024-04-10T16:24:58.958Z | Downloaded serde_derive_internals v0.26.0 |
1479 | 2024-04-10T16:24:58.958Z | Downloaded match_cfg v0.1.0 |
1480 | 2024-04-10T16:24:58.959Z | Downloaded ipnetwork v0.20.0 |
1481 | 2024-04-10T16:24:58.959Z | Downloaded inout v0.1.3 |
1482 | 2024-04-10T16:24:58.959Z | Downloaded indoc v2.0.3 |
1483 | 2024-04-10T16:24:58.959Z | Downloaded indoc v1.0.9 |
1484 | 2024-04-10T16:24:58.959Z | Downloaded impl-trait-for-tuples v0.2.2 |
1485 | 2024-04-10T16:24:58.959Z | Downloaded hyper-rustls v0.24.2 |
1486 | 2024-04-10T16:24:58.959Z | Downloaded httptest v0.15.5 |
1487 | 2024-04-10T16:24:58.959Z | Downloaded httpdate v1.0.3 |
1488 | 2024-04-10T16:24:58.959Z | Downloaded httparse v1.8.0 |
1489 | 2024-04-10T16:24:58.959Z | Downloaded hmac v0.12.1 |
1490 | 2024-04-10T16:24:58.959Z | Downloaded heck v0.3.3 |
1491 | 2024-04-10T16:24:58.984Z | Downloaded const_format_proc_macros v0.2.32 |
1492 | 2024-04-10T16:24:58.984Z | Downloaded compact_str v0.7.1 |
1493 | 2024-04-10T16:24:58.984Z | Downloaded serde_urlencoded v0.7.1 |
1494 | 2024-04-10T16:24:58.984Z | Downloaded serde_path_to_error v0.1.16 |
1495 | 2024-04-10T16:24:58.984Z | Downloaded matches v0.1.10 |
1496 | 2024-04-10T16:24:58.985Z | Downloaded http-body v0.4.5 |
1497 | 2024-04-10T16:24:58.985Z | Downloaded hostname v0.3.1 |
1498 | 2024-04-10T16:24:58.985Z | Downloaded home v0.5.5 |
1499 | 2024-04-10T16:24:58.985Z | Downloaded highway v1.1.0 |
1500 | 2024-04-10T16:24:58.985Z | Downloaded hex-literal v0.4.1 |
1501 | 2024-04-10T16:24:58.985Z | Downloaded hex v0.4.3 |
1502 | 2024-04-10T16:24:58.985Z | Downloaded heck v0.4.1 |
1503 | 2024-04-10T16:24:58.985Z | Downloaded crossbeam-deque v0.8.3 |
1504 | 2024-04-10T16:24:58.985Z | Downloaded crc-any v2.4.3 |
1505 | 2024-04-10T16:24:58.985Z | Downloaded console v0.15.8 |
1506 | 2024-04-10T16:24:59.012Z | Downloaded colored v2.1.0 |
1507 | 2024-04-10T16:24:59.012Z | Downloaded cobs v0.2.3 |
1508 | 2024-04-10T16:24:59.012Z | Downloaded http-range v0.1.5 |
1509 | 2024-04-10T16:24:59.012Z | Downloaded http-body v1.0.0 |
1510 | 2024-04-10T16:24:59.012Z | Downloaded crossbeam-utils v0.8.19 |
1511 | 2024-04-10T16:24:59.012Z | Downloaded crossbeam-epoch v0.9.18 |
1512 | 2024-04-10T16:24:59.012Z | Downloaded criterion-plot v0.5.0 |
1513 | 2024-04-10T16:24:59.012Z | Downloaded crc32fast v1.3.2 |
1514 | 2024-04-10T16:24:59.012Z | Downloaded convert_case v0.4.0 |
1515 | 2024-04-10T16:24:59.012Z | Downloaded constant_time_eq v0.2.6 |
1516 | 2024-04-10T16:24:59.012Z | Downloaded clang-sys v1.6.1 |
1517 | 2024-04-10T16:24:59.012Z | Downloaded cipher v0.4.4 |
1518 | 2024-04-10T16:24:59.013Z | Downloaded ciborium-ll v0.2.2 |
1519 | 2024-04-10T16:24:59.013Z | Downloaded ciborium v0.2.2 |
1520 | 2024-04-10T16:24:59.044Z | Downloaded hyper-tls v0.5.0 |
1521 | 2024-04-10T16:24:59.044Z | Downloaded hyper-staticfile v0.9.5 |
1522 | 2024-04-10T16:24:59.044Z | Downloaded humantime v2.1.0 |
1523 | 2024-04-10T16:24:59.044Z | Downloaded crc-catalog v2.2.0 |
1524 | 2024-04-10T16:24:59.044Z | Downloaded cpufeatures v0.2.12 |
1525 | 2024-04-10T16:24:59.044Z | Downloaded cookie_store v0.20.0 |
1526 | 2024-04-10T16:24:59.044Z | Downloaded cookie v0.18.1 |
1527 | 2024-04-10T16:24:59.069Z | Downloaded cookie v0.17.0 |
1528 | 2024-04-10T16:24:59.069Z | Downloaded constant_time_eq v0.3.0 |
1529 | 2024-04-10T16:24:59.069Z | Downloaded const-oid v0.9.6 |
1530 | 2024-04-10T16:24:59.069Z | Downloaded chacha20poly1305 v0.10.1 |
1531 | 2024-04-10T16:24:59.069Z | Downloaded cfg-expr v0.15.6 |
1532 | 2024-04-10T16:24:59.069Z | Downloaded cc v1.0.83 |
1533 | 2024-04-10T16:24:59.069Z | Downloaded castaway v0.2.2 |
1534 | 2024-04-10T16:24:59.094Z | Downloaded cancel-safe-futures v0.1.5 |
1535 | 2024-04-10T16:24:59.094Z | Downloaded ident_case v1.0.1 |
1536 | 2024-04-10T16:24:59.095Z | Downloaded hubpack v0.1.2 |
1537 | 2024-04-10T16:24:59.095Z | Downloaded crucible-workspace-hack v0.1.0 |
1538 | 2024-04-10T16:24:59.095Z | Downloaded crc v3.0.1 |
1539 | 2024-04-10T16:24:59.095Z | Downloaded corncobs v0.1.3 |
1540 | 2024-04-10T16:24:59.095Z | Downloaded ciborium-io v0.2.2 |
1541 | 2024-04-10T16:24:59.095Z | Downloaded chacha20 v0.9.1 |
1542 | 2024-04-10T16:24:59.095Z | Downloaded cfg-if v1.0.0 |
1543 | 2024-04-10T16:24:59.095Z | Downloaded cexpr v0.6.0 |
1544 | 2024-04-10T16:24:59.095Z | Downloaded camino-tempfile v1.1.1 |
1545 | 2024-04-10T16:24:59.095Z | Downloaded bzip2 v0.4.4 |
1546 | 2024-04-10T16:24:59.095Z | Downloaded byteorder v1.5.0 |
1547 | 2024-04-10T16:24:59.095Z | Downloaded bytecount v0.6.3 |
1548 | 2024-04-10T16:24:59.129Z | Downloaded bstr v1.9.0 |
1549 | 2024-04-10T16:24:59.129Z | Downloaded block-padding v0.3.3 |
1550 | 2024-04-10T16:24:59.129Z | Downloaded block-buffer v0.10.4 |
1551 | 2024-04-10T16:24:59.129Z | Downloaded bitflags v1.3.2 |
1552 | 2024-04-10T16:24:59.129Z | Downloaded cast v0.3.0 |
1553 | 2024-04-10T16:24:59.129Z | Downloaded blake3 v1.5.0 |
1554 | 2024-04-10T16:24:59.157Z | Downloaded blake2b_simd v1.0.1 |
1555 | 2024-04-10T16:24:59.157Z | Downloaded bitstruct v0.1.1 |
1556 | 2024-04-10T16:24:59.157Z | Downloaded bitfield v0.14.0 |
1557 | 2024-04-10T16:24:59.158Z | Downloaded backoff v0.4.0 |
1558 | 2024-04-10T16:24:59.158Z | Downloaded atty v0.2.14 |
1559 | 2024-04-10T16:24:59.158Z | Downloaded bit-vec v0.6.3 |
1560 | 2024-04-10T16:24:59.158Z | Downloaded bindgen v0.69.2 |
1561 | 2024-04-10T16:24:59.158Z | Downloaded bb8 v0.8.3 |
1562 | 2024-04-10T16:24:59.158Z | Downloaded base64ct v1.6.0 |
1563 | 2024-04-10T16:24:59.158Z | Downloaded base64 v0.22.0 |
1564 | 2024-04-10T16:24:59.183Z | Downloaded base64 v0.13.1 |
1565 | 2024-04-10T16:24:59.183Z | Downloaded backtrace v0.3.69 |
1566 | 2024-04-10T16:24:59.183Z | Downloaded async-trait v0.1.79 |
1567 | 2024-04-10T16:24:59.183Z | Downloaded bstr v0.2.17 |
1568 | 2024-04-10T16:24:59.209Z | Downloaded blake2 v0.10.6 |
1569 | 2024-04-10T16:24:59.209Z | Downloaded bitstruct_derive v0.1.0 |
1570 | 2024-04-10T16:24:59.209Z | Downloaded bit-set v0.5.3 |
1571 | 2024-04-10T16:24:59.209Z | Downloaded bcs v0.1.6 |
1572 | 2024-04-10T16:24:59.209Z | Downloaded base64 v0.21.7 |
1573 | 2024-04-10T16:24:59.210Z | Downloaded base16ct v0.2.0 |
1574 | 2024-04-10T16:24:59.210Z | Downloaded atomicwrites v0.4.3 |
1575 | 2024-04-10T16:24:59.210Z | Downloaded atomic-waker v1.1.1 |
1576 | 2024-04-10T16:24:59.210Z | Downloaded async-stream-impl v0.3.5 |
1577 | 2024-04-10T16:24:59.210Z | Downloaded assert_matches v1.5.0 |
1578 | 2024-04-10T16:24:59.210Z | Downloaded arrayvec v0.7.4 |
1579 | 2024-04-10T16:24:59.210Z | Downloaded array-init v0.0.4 |
1580 | 2024-04-10T16:24:59.210Z | Downloaded arc-swap v1.6.0 |
1581 | 2024-04-10T16:24:59.236Z | Downloaded approx v0.5.1 |
1582 | 2024-04-10T16:24:59.236Z | Downloaded async-recursion v1.1.0 |
1583 | 2024-04-10T16:24:59.236Z | Downloaded assert_cmd v2.0.14 |
1584 | 2024-04-10T16:24:59.236Z | Downloaded ascii-canvas v3.0.0 |
1585 | 2024-04-10T16:24:59.236Z | Downloaded ascii v1.1.0 |
1586 | 2024-04-10T16:24:59.236Z | Downloaded arrayref v0.3.7 |
1587 | 2024-04-10T16:24:59.236Z | Downloaded argon2 v0.5.3 |
1588 | 2024-04-10T16:24:59.237Z | Downloaded ansi_term v0.12.1 |
1589 | 2024-04-10T16:24:59.237Z | Downloaded anes v0.1.6 |
1590 | 2024-04-10T16:24:59.262Z | Downloaded allocator-api2 v0.2.16 |
1591 | 2024-04-10T16:24:59.262Z | Downloaded aho-corasick v1.1.2 |
1592 | 2024-04-10T16:24:59.262Z | Downloaded ahash v0.8.8 |
1593 | 2024-04-10T16:24:59.262Z | Downloaded aead v0.5.2 |
1594 | 2024-04-10T16:24:59.262Z | Downloaded adler v1.0.2 |
1595 | 2024-04-10T16:24:59.995Z | Compiling libc v0.2.153 |
1596 | 2024-04-10T16:24:59.995Z | Compiling serde v1.0.197 |
1597 | 2024-04-10T16:25:00.024Z | Compiling version_check v0.9.4 |
1598 | 2024-04-10T16:25:00.024Z | Checking cfg-if v1.0.0 |
1599 | 2024-04-10T16:25:00.024Z | Compiling lock_api v0.4.10 |
1600 | 2024-04-10T16:25:00.025Z | Compiling syn v1.0.109 |
1601 | 2024-04-10T16:25:00.077Z | Compiling syn v2.0.58 |
1602 | 2024-04-10T16:25:00.142Z | Compiling parking_lot_core v0.9.8 |
1603 | 2024-04-10T16:25:00.168Z | Compiling once_cell v1.19.0 |
1604 | 2024-04-10T16:25:00.405Z | Compiling libm v0.2.7 |
1605 | 2024-04-10T16:25:00.520Z | Compiling num-traits v0.2.18 |
1606 | 2024-04-10T16:25:00.582Z | Compiling memchr v2.7.1 |
1607 | 2024-04-10T16:25:00.616Z | Compiling serde_json v1.0.115 |
1608 | 2024-04-10T16:25:01.248Z | Compiling ahash v0.8.8 |
1609 | 2024-04-10T16:25:01.274Z | Compiling byteorder v1.5.0 |
1610 | 2024-04-10T16:25:01.343Z | Checking log v0.4.21 |
1611 | 2024-04-10T16:25:01.570Z | Compiling slab v0.4.9 |
1612 | 2024-04-10T16:25:01.612Z | Checking getrandom v0.2.12 |
1613 | 2024-04-10T16:25:01.638Z | Compiling typenum v1.16.0 |
1614 | 2024-04-10T16:25:01.846Z | Compiling cc v1.0.83 |
1615 | 2024-04-10T16:25:01.959Z | Checking itoa v1.0.9 |
1616 | 2024-04-10T16:25:02.075Z | Compiling generic-array v0.14.7 |
1617 | 2024-04-10T16:25:02.323Z | Checking scopeguard v1.2.0 |
1618 | 2024-04-10T16:25:02.413Z | Checking smallvec v1.13.1 |
1619 | 2024-04-10T16:25:02.439Z | Compiling heck v0.4.1 |
1620 | 2024-04-10T16:25:02.468Z | Compiling allocator-api2 v0.2.16 |
1621 | 2024-04-10T16:25:02.670Z | Compiling pkg-config v0.3.27 |
1622 | 2024-04-10T16:25:02.758Z | Compiling rustix v0.38.31 |
1623 | 2024-04-10T16:25:02.835Z | Compiling schemars v0.8.16 |
1624 | 2024-04-10T16:25:03.092Z | Compiling httparse v1.8.0 |
1625 | 2024-04-10T16:25:03.140Z | Checking pin-project-lite v0.2.13 |
1626 | 2024-04-10T16:25:03.256Z | Checking parking_lot v0.12.1 |
1627 | 2024-04-10T16:25:03.457Z | Compiling time-core v0.1.2 |
1628 | 2024-04-10T16:25:03.489Z | Compiling num-conv v0.1.0 |
1629 | 2024-04-10T16:25:03.600Z | Compiling fnv v1.0.7 |
1630 | 2024-04-10T16:25:03.714Z | Checking signal-hook-registry v1.4.1 |
1631 | 2024-04-10T16:25:03.740Z | Compiling time-macros v0.2.17 |
1632 | 2024-04-10T16:25:03.769Z | Compiling vcpkg v0.2.15 |
1633 | 2024-04-10T16:25:03.926Z | Checking mio v0.8.11 |
1634 | 2024-04-10T16:25:04.029Z | Checking ryu v1.0.15 |
1635 | 2024-04-10T16:25:04.286Z | Compiling aho-corasick v1.1.2 |
1636 | 2024-04-10T16:25:04.311Z | Compiling ring v0.17.8 |
1637 | 2024-04-10T16:25:05.391Z | Compiling regex-syntax v0.8.2 |
1638 | 2024-04-10T16:25:05.679Z | Compiling openssl-sys v0.9.102 |
1639 | 2024-04-10T16:25:06.586Z | Compiling serde_derive_internals v0.26.0 |
1640 | 2024-04-10T16:25:06.687Z | Checking rand_core v0.6.4 |
1641 | 2024-04-10T16:25:06.972Z | Checking num_cpus v1.16.0 |
1642 | 2024-04-10T16:25:07.087Z | Checking futures-core v0.3.30 |
1643 | 2024-04-10T16:25:07.242Z | Compiling ring v0.16.20 |
1644 | 2024-04-10T16:25:07.383Z | Checking socket2 v0.5.6 |
1645 | 2024-04-10T16:25:08.099Z | Compiling openssl v0.10.64 |
1646 | 2024-04-10T16:25:08.156Z | Compiling regex-automata v0.4.5 |
1647 | 2024-04-10T16:25:08.831Z | Compiling rustversion v1.0.14 |
1648 | 2024-04-10T16:25:08.947Z | Compiling slog v2.7.0 |
1649 | 2024-04-10T16:25:08.996Z | Compiling ucd-trie v0.1.6 |
1650 | 2024-04-10T16:25:09.470Z | Compiling crossbeam-utils v0.8.19 |
1651 | 2024-04-10T16:25:09.531Z | Compiling async-trait v0.1.79 |
1652 | 2024-04-10T16:25:09.969Z | Checking spin v0.5.2 |
1653 | 2024-04-10T16:25:09.994Z | Compiling native-tls v0.2.11 |
1654 | 2024-04-10T16:25:10.130Z | Compiling iana-time-zone v0.1.57 |
1655 | 2024-04-10T16:25:10.235Z | Compiling rustls v0.21.9 |
1656 | 2024-04-10T16:25:10.283Z | Compiling cookie v0.17.0 |
1657 | 2024-04-10T16:25:10.478Z | Compiling backtrace v0.3.69 |
1658 | 2024-04-10T16:25:10.502Z | Compiling unicode-xid v0.2.4 |
1659 | 2024-04-10T16:25:10.585Z | Compiling uuid v0.8.2 |
1660 | 2024-04-10T16:25:10.630Z | Compiling dyn-clone v1.0.17 |
1661 | 2024-04-10T16:25:10.825Z | Checking futures-sink v0.3.30 |
1662 | 2024-04-10T16:25:10.857Z | Compiling anyhow v1.0.82 |
1663 | 2024-04-10T16:25:10.935Z | Checking pin-utils v0.1.0 |
1664 | 2024-04-10T16:25:11.077Z | Checking futures-channel v0.3.30 |
1665 | 2024-04-10T16:25:11.460Z | Compiling tinyvec_macros v0.1.1 |
1666 | 2024-04-10T16:25:11.570Z | Checking futures-io v0.3.30 |
1667 | 2024-04-10T16:25:11.599Z | Checking futures-task v0.3.30 |
1668 | 2024-04-10T16:25:11.735Z | Compiling tinyvec v1.6.0 |
1669 | 2024-04-10T16:25:11.767Z | Compiling thread-id v4.2.0 |
1670 | 2024-04-10T16:25:11.793Z | Compiling serde_derive v1.0.197 |
1671 | 2024-04-10T16:25:11.793Z | Compiling zerocopy-derive v0.7.32 |
1672 | 2024-04-10T16:25:11.819Z | Compiling thiserror-impl v1.0.58 |
1673 | 2024-04-10T16:25:11.857Z | Compiling zeroize_derive v1.4.2 |
1674 | 2024-04-10T16:25:12.239Z | Compiling tokio-macros v2.2.0 |
1675 | 2024-04-10T16:25:12.522Z | Compiling futures-macro v0.3.30 |
1676 | 2024-04-10T16:25:12.872Z | Compiling tracing-attributes v0.1.27 |
1677 | 2024-04-10T16:25:13.179Z | Compiling schemars_derive v0.8.16 |
1678 | 2024-04-10T16:25:13.602Z | Compiling regex v1.10.4 |
1679 | 2024-04-10T16:25:13.713Z | Compiling zerocopy v0.7.32 |
1680 | 2024-04-10T16:25:14.263Z | Checking zeroize v1.7.0 |
1681 | 2024-04-10T16:25:14.481Z | Compiling openssl-macros v0.1.1 |
1682 | 2024-04-10T16:25:14.507Z | Compiling thiserror v1.0.58 |
1683 | 2024-04-10T16:25:14.622Z | Compiling pest v2.7.6 |
1684 | 2024-04-10T16:25:15.526Z | Compiling hashbrown v0.14.3 |
1685 | 2024-04-10T16:25:15.948Z | Checking futures-util v0.3.30 |
1686 | 2024-04-10T16:25:16.069Z | Compiling scroll_derive v0.12.0 |
1687 | 2024-04-10T16:25:16.525Z | Compiling pest_meta v2.7.6 |
1688 | 2024-04-10T16:25:16.664Z | Compiling unicode-normalization v0.1.22 |
1689 | 2024-04-10T16:25:16.762Z | Compiling der_derive v0.7.2 |
1690 | 2024-04-10T16:25:17.486Z | Compiling pest_generator v2.7.6 |
1691 | 2024-04-10T16:25:17.655Z | Compiling unicode-bidi v0.3.15 |
1692 | 2024-04-10T16:25:18.068Z | Compiling errno v0.3.8 |
1693 | 2024-04-10T16:25:18.251Z | Compiling either v1.10.0 |
1694 | 2024-04-10T16:25:18.802Z | Checking subtle v2.5.0 |
1695 | 2024-04-10T16:25:18.870Z | Compiling crc32fast v1.3.2 |
1696 | 2024-04-10T16:25:18.974Z | Compiling unicode-width v0.1.11 |
1697 | 2024-04-10T16:25:19.472Z | Compiling winnow v0.5.15 |
1698 | 2024-04-10T16:25:20.223Z | Compiling synstructure v0.12.6 |
1699 | 2024-04-10T16:25:20.496Z | Compiling pest_derive v2.7.6 |
1700 | 2024-04-10T16:25:20.887Z | Compiling spin v0.9.8 |
1701 | 2024-04-10T16:25:21.044Z | Compiling tracing-core v0.1.32 |
1702 | 2024-04-10T16:25:21.144Z | Compiling scroll v0.12.0 |
1703 | 2024-04-10T16:25:21.188Z | Compiling usdt-impl v0.5.0 |
1704 | 2024-04-10T16:25:21.448Z | Compiling const-oid v0.9.6 |
1705 | 2024-04-10T16:25:21.596Z | Compiling percent-encoding v2.3.1 |
1706 | 2024-04-10T16:25:21.685Z | Compiling zerocopy-derive v0.2.0 |
1707 | 2024-04-10T16:25:21.918Z | Compiling tracing v0.1.40 |
1708 | 2024-04-10T16:25:22.142Z | Checking bytes v1.6.0 |
1709 | 2024-04-10T16:25:22.236Z | Checking bitflags v2.4.2 |
1710 | 2024-04-10T16:25:22.588Z | Compiling plain v0.2.3 |
1711 | 2024-04-10T16:25:22.721Z | Compiling goblin v0.8.0 |
1712 | 2024-04-10T16:25:22.751Z | Checking chrono v0.4.37 |
1713 | 2024-04-10T16:25:22.802Z | Checking tokio v1.37.0 |
1714 | 2024-04-10T16:25:22.905Z | Compiling pretty-hex v0.4.1 |
1715 | 2024-04-10T16:25:23.295Z | Compiling indexmap v2.2.6 |
1716 | 2024-04-10T16:25:23.853Z | Compiling uuid v1.8.0 |
1717 | 2024-04-10T16:25:24.475Z | Compiling semver v1.0.22 |
1718 | 2024-04-10T16:25:24.500Z | Compiling http v0.2.12 |
1719 | 2024-04-10T16:25:24.954Z | Compiling toml_datetime v0.6.5 |
1720 | 2024-04-10T16:25:24.979Z | Compiling serde_spanned v0.6.5 |
1721 | 2024-04-10T16:25:25.081Z | Compiling rustc_version v0.4.0 |
1722 | 2024-04-10T16:25:25.615Z | Compiling toml_edit v0.19.15 |
1723 | 2024-04-10T16:25:25.694Z | Compiling openapiv3 v2.0.0 |
1724 | 2024-04-10T16:25:27.354Z | Compiling dof v0.3.0 |
1725 | 2024-04-10T16:25:27.665Z | Compiling clap_derive v4.5.4 |
1726 | 2024-04-10T16:25:28.457Z | Compiling dtrace-parser v0.2.0 |
1727 | 2024-04-10T16:25:29.039Z | Compiling signal-hook v0.3.17 |
1728 | 2024-04-10T16:25:29.153Z | Compiling untrusted v0.9.0 |
1729 | 2024-04-10T16:25:29.264Z | Compiling powerfmt v0.2.0 |
1730 | 2024-04-10T16:25:29.298Z | Compiling untrusted v0.7.1 |
1731 | 2024-04-10T16:25:29.448Z | Compiling foreign-types-shared v0.1.1 |
1732 | 2024-04-10T16:25:29.533Z | Compiling foreign-types v0.3.2 |
1733 | 2024-04-10T16:25:29.558Z | Compiling deranged v0.3.11 |
1734 | 2024-04-10T16:25:30.846Z | Compiling form_urlencoded v1.2.1 |
1735 | 2024-04-10T16:25:31.041Z | Compiling crypto-common v0.1.6 |
1736 | 2024-04-10T16:25:31.114Z | Compiling zerocopy-derive v0.6.6 |
1737 | 2024-04-10T16:25:31.289Z | Compiling usdt-impl v0.3.5 |
1738 | 2024-04-10T16:25:31.501Z | Compiling tokio-util v0.7.10 |
1739 | 2024-04-10T16:25:31.563Z | Compiling base64 v0.21.7 |
1740 | 2024-04-10T16:25:31.903Z | Compiling try-lock v0.2.4 |
1741 | 2024-04-10T16:25:32.026Z | Compiling num_threads v0.1.6 |
1742 | 2024-04-10T16:25:32.135Z | Compiling siphasher v0.3.11 |
1743 | 2024-04-10T16:25:32.189Z | Compiling time v0.3.34 |
1744 | 2024-04-10T16:25:32.427Z | Compiling h2 v0.3.26 |
1745 | 2024-04-10T16:25:32.527Z | Compiling want v0.3.1 |
1746 | 2024-04-10T16:25:32.760Z | Compiling rustls-webpki v0.101.7 |
1747 | 2024-04-10T16:25:32.785Z | Compiling sct v0.7.0 |
1748 | 2024-04-10T16:25:32.847Z | Compiling http-body v0.4.5 |
1749 | 2024-04-10T16:25:32.954Z | Compiling zerocopy v0.3.0 |
1750 | 2024-04-10T16:25:33.172Z | Compiling block-buffer v0.10.4 |
1751 | 2024-04-10T16:25:33.384Z | Compiling idna v0.5.0 |
1752 | 2024-04-10T16:25:33.489Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1753 | 2024-04-10T16:25:33.920Z | Compiling openssl-probe v0.1.5 |
1754 | 2024-04-10T16:25:34.144Z | Compiling tower-service v0.3.2 |
1755 | 2024-04-10T16:25:34.252Z | Compiling httpdate v1.0.3 |
1756 | 2024-04-10T16:25:34.284Z | Compiling url v2.5.0 |
1757 | 2024-04-10T16:25:34.656Z | Compiling dof v0.1.5 |
1758 | 2024-04-10T16:25:35.361Z | Compiling digest v0.10.7 |
1759 | 2024-04-10T16:25:35.386Z | Compiling heapless v0.7.16 |
1760 | 2024-04-10T16:25:35.804Z | Compiling dtrace-parser v0.1.14 |
1761 | 2024-04-10T16:25:35.855Z | Compiling idna v0.3.0 |
1762 | 2024-04-10T16:25:36.002Z | Compiling lazy_static v1.4.0 |
1763 | 2024-04-10T16:25:36.566Z | Compiling ppv-lite86 v0.2.17 |
1764 | 2024-04-10T16:25:37.262Z | Compiling adler v1.0.2 |
1765 | 2024-04-10T16:25:37.374Z | Compiling unicode-segmentation v1.10.1 |
1766 | 2024-04-10T16:25:37.469Z | Compiling psl-types v2.0.11 |
1767 | 2024-04-10T16:25:37.494Z | Checking equivalent v1.0.1 |
1768 | 2024-04-10T16:25:37.645Z | Compiling publicsuffix v2.2.3 |
1769 | 2024-04-10T16:25:37.786Z | Compiling tokio-native-tls v0.3.1 |
1770 | 2024-04-10T16:25:37.872Z | Compiling hyper v0.14.28 |
1771 | 2024-04-10T16:25:38.023Z | Compiling miniz_oxide v0.7.1 |
1772 | 2024-04-10T16:25:38.082Z | Compiling rand_chacha v0.3.1 |
1773 | 2024-04-10T16:25:38.636Z | Compiling tokio-rustls v0.24.1 |
1774 | 2024-04-10T16:25:38.705Z | Compiling crossbeam-epoch v0.9.18 |
1775 | 2024-04-10T16:25:39.407Z | Compiling serde_tokenstream v0.1.7 |
1776 | 2024-04-10T16:25:39.506Z | Compiling ipnet v2.9.0 |
1777 | 2024-04-10T16:25:39.539Z | Compiling bit-vec v0.6.3 |
1778 | 2024-04-10T16:25:39.849Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1779 | 2024-04-10T16:25:39.914Z | Compiling cookie_store v0.20.0 |
1780 | 2024-04-10T16:25:40.224Z | Compiling rand v0.8.5 |
1781 | 2024-04-10T16:25:40.537Z | Compiling phf_shared v0.10.0 |
1782 | 2024-04-10T16:25:40.562Z | Compiling rustls-pemfile v1.0.3 |
1783 | 2024-04-10T16:25:40.851Z | Compiling serde_urlencoded v0.7.1 |
1784 | 2024-04-10T16:25:40.938Z | Compiling encoding_rs v0.8.33 |
1785 | 2024-04-10T16:25:41.138Z | Compiling num-bigint v0.4.4 |
1786 | 2024-04-10T16:25:41.175Z | Compiling new_debug_unreachable v1.0.4 |
1787 | 2024-04-10T16:25:41.258Z | Compiling precomputed-hash v0.1.1 |
1788 | 2024-04-10T16:25:41.289Z | Compiling base64ct v1.6.0 |
1789 | 2024-04-10T16:25:41.370Z | Compiling smoltcp v0.9.1 |
1790 | 2024-04-10T16:25:41.431Z | Compiling gimli v0.28.0 |
1791 | 2024-04-10T16:25:41.784Z | Compiling mime v0.3.17 |
1792 | 2024-04-10T16:25:41.849Z | Compiling sync_wrapper v0.1.2 |
1793 | 2024-04-10T16:25:41.878Z | Compiling minimal-lexical v0.2.1 |
1794 | 2024-04-10T16:25:41.962Z | Compiling webpki-roots v0.25.2 |
1795 | 2024-04-10T16:25:41.987Z | Compiling fixedbitset v0.4.2 |
1796 | 2024-04-10T16:25:42.265Z | Compiling nom v7.1.3 |
1797 | 2024-04-10T16:25:42.303Z | Compiling petgraph v0.6.4 |
1798 | 2024-04-10T16:25:42.351Z | Compiling pem-rfc7468 v0.7.0 |
1799 | 2024-04-10T16:25:42.632Z | Compiling string_cache v0.8.7 |
1800 | 2024-04-10T16:25:42.732Z | Compiling usdt-macro v0.3.5 |
1801 | 2024-04-10T16:25:42.971Z | Compiling usdt-attr-macro v0.3.5 |
1802 | 2024-04-10T16:25:43.011Z | Compiling bit-set v0.5.3 |
1803 | 2024-04-10T16:25:43.238Z | Compiling hyper-tls v0.5.0 |
1804 | 2024-04-10T16:25:43.519Z | Compiling hyper-rustls v0.24.2 |
1805 | 2024-04-10T16:25:43.788Z | Compiling reqwest v0.11.24 |
1806 | 2024-04-10T16:25:43.813Z | Compiling hmac v0.12.1 |
1807 | 2024-04-10T16:25:44.208Z | Compiling itertools v0.10.5 |
1808 | 2024-04-10T16:25:44.342Z | Compiling hubpack_derive v0.1.1 |
1809 | 2024-04-10T16:25:44.385Z | Compiling enum-as-inner v0.5.1 |
1810 | 2024-04-10T16:25:45.067Z | Compiling addr2line v0.21.0 |
1811 | 2024-04-10T16:25:45.095Z | Compiling diesel_table_macro_syntax v0.1.0 |
1812 | 2024-04-10T16:25:45.220Z | Compiling object v0.32.1 |
1813 | 2024-04-10T16:25:45.245Z | Compiling flagset v0.4.3 |
1814 | 2024-04-10T16:25:45.399Z | Compiling rustc-demangle v0.1.23 |
1815 | 2024-04-10T16:25:45.522Z | Compiling lalrpop-util v0.19.12 |
1816 | 2024-04-10T16:25:45.804Z | Compiling diesel_derives v2.1.2 |
1817 | 2024-04-10T16:25:45.843Z | Compiling der v0.7.8 |
1818 | 2024-04-10T16:25:46.065Z | Compiling toml_edit v0.22.9 |
1819 | 2024-04-10T16:25:46.181Z | Compiling flate2 v1.0.28 |
1820 | 2024-04-10T16:25:46.285Z | Compiling futures-executor v0.3.30 |
1821 | 2024-04-10T16:25:46.556Z | Compiling cpufeatures v0.2.12 |
1822 | 2024-04-10T16:25:46.654Z | Compiling sha2 v0.10.8 |
1823 | 2024-04-10T16:25:46.787Z | Compiling futures v0.3.30 |
1824 | 2024-04-10T16:25:46.939Z | Compiling md-5 v0.10.5 |
1825 | 2024-04-10T16:25:47.144Z | Compiling toml v0.7.8 |
1826 | 2024-04-10T16:25:47.837Z | Compiling spki v0.7.2 |
1827 | 2024-04-10T16:25:48.142Z | Compiling hex v0.4.3 |
1828 | 2024-04-10T16:25:48.491Z | Compiling stringprep v0.1.3 |
1829 | 2024-04-10T16:25:48.574Z | Compiling strum_macros v0.25.2 |
1830 | 2024-04-10T16:25:48.618Z | Compiling serde_repr v0.1.16 |
1831 | 2024-04-10T16:25:49.283Z | Compiling num-integer v0.1.46 |
1832 | 2024-04-10T16:25:49.622Z | Compiling hash32 v0.2.1 |
1833 | 2024-04-10T16:25:49.909Z | Checking unicode-ident v1.0.12 |
1834 | 2024-04-10T16:25:50.042Z | Compiling stable_deref_trait v1.2.0 |
1835 | 2024-04-10T16:25:50.287Z | Compiling fallible-iterator v0.2.0 |
1836 | 2024-04-10T16:25:51.555Z | Compiling postgres-protocol v0.6.6 |
1837 | 2024-04-10T16:25:51.795Z | Compiling pkcs8 v0.10.2 |
1838 | 2024-04-10T16:25:52.382Z | Compiling phf_shared v0.11.2 |
1839 | 2024-04-10T16:25:52.660Z | Compiling terminal_size v0.3.0 |
1840 | 2024-04-10T16:25:52.691Z | Compiling ff v0.13.0 |
1841 | 2024-04-10T16:25:52.732Z | Compiling block-padding v0.3.3 |
1842 | 2024-04-10T16:25:52.757Z | Compiling scheduled-thread-pool v0.2.7 |
1843 | 2024-04-10T16:25:52.904Z | Compiling regex-automata v0.1.10 |
1844 | 2024-04-10T16:25:52.944Z | Compiling matches v0.1.10 |
1845 | 2024-04-10T16:25:53.017Z | Compiling peg-runtime v0.8.2 |
1846 | 2024-04-10T16:25:53.042Z | Compiling bitflags v1.3.2 |
1847 | 2024-04-10T16:25:53.118Z | Compiling base16ct v0.2.0 |
1848 | 2024-04-10T16:25:53.146Z | Compiling managed v0.8.0 |
1849 | 2024-04-10T16:25:53.246Z | Compiling bstr v0.2.17 |
1850 | 2024-04-10T16:25:53.321Z | Compiling sec1 v0.7.3 |
1851 | 2024-04-10T16:25:53.391Z | Compiling clap_builder v4.5.2 |
1852 | 2024-04-10T16:25:53.416Z | Compiling idna v0.2.3 |
1853 | 2024-04-10T16:25:53.575Z | Compiling r2d2 v0.8.10 |
1854 | 2024-04-10T16:25:53.786Z | Compiling inout v0.1.3 |
1855 | 2024-04-10T16:25:54.068Z | Compiling signal-hook-mio v0.2.3 |
1856 | 2024-04-10T16:25:54.203Z | Compiling group v0.13.0 |
1857 | 2024-04-10T16:25:54.228Z | Compiling phf v0.11.2 |
1858 | 2024-04-10T16:25:54.394Z | Compiling bzip2 v0.4.4 |
1859 | 2024-04-10T16:25:54.465Z | Compiling postgres-types v0.2.6 |
1860 | 2024-04-10T16:25:54.659Z | Compiling hubpack v0.1.2 |
1861 | 2024-04-10T16:25:54.725Z | Compiling hkdf v0.12.4 |
1862 | 2024-04-10T16:25:55.034Z | Compiling zerocopy v0.6.6 |
1863 | 2024-04-10T16:25:55.168Z | Compiling ipnetwork v0.20.0 |
1864 | 2024-04-10T16:25:55.198Z | Compiling crypto-bigint v0.5.2 |
1865 | 2024-04-10T16:25:55.665Z | Compiling float-cmp v0.9.0 |
1866 | 2024-04-10T16:25:55.909Z | Compiling whoami v1.5.0 |
1867 | 2024-04-10T16:25:55.993Z | Compiling difflib v0.4.0 |
1868 | 2024-04-10T16:25:56.130Z | Compiling static_assertions v1.1.0 |
1869 | 2024-04-10T16:25:56.224Z | Compiling normalize-line-endings v0.3.0 |
1870 | 2024-04-10T16:25:56.330Z | Compiling data-encoding v2.4.0 |
1871 | 2024-04-10T16:25:56.422Z | Compiling predicates-core v1.0.6 |
1872 | 2024-04-10T16:25:56.724Z | Compiling yasna v0.5.2 |
1873 | 2024-04-10T16:25:57.316Z | Compiling trust-dns-proto v0.22.0 |
1874 | 2024-04-10T16:25:57.751Z | Compiling diesel v2.1.5 |
1875 | 2024-04-10T16:25:57.793Z | Compiling elliptic-curve v0.13.8 |
1876 | 2024-04-10T16:25:58.161Z | Compiling predicates v3.1.0 |
1877 | 2024-04-10T16:25:58.230Z | Compiling clap v4.5.4 |
1878 | 2024-04-10T16:25:58.335Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1879 | 2024-04-10T16:25:58.431Z | Compiling tokio-postgres v0.7.10 |
1880 | 2024-04-10T16:26:00.357Z | Compiling zip v0.6.6 |
1881 | 2024-04-10T16:26:01.018Z | Compiling crossterm v0.27.0 |
1882 | 2024-04-10T16:26:01.150Z | Compiling cipher v0.4.4 |
1883 | 2024-04-10T16:26:01.500Z | Compiling similar v2.4.0 |
1884 | 2024-04-10T16:26:01.750Z | Checking proc-macro2 v1.0.79 |
1885 | 2024-04-10T16:26:02.286Z | Compiling num-iter v0.1.44 |
1886 | 2024-04-10T16:26:02.364Z | Compiling usdt v0.3.5 |
1887 | 2024-04-10T16:26:02.443Z | Compiling console v0.15.8 |
1888 | 2024-04-10T16:26:02.600Z | Compiling tokio-stream v0.1.15 |
1889 | 2024-04-10T16:26:02.805Z | Compiling bstr v1.9.0 |
1890 | 2024-04-10T16:26:02.840Z | Compiling base64 v0.22.0 |
1891 | 2024-04-10T16:26:03.380Z | Checking quote v1.0.36 |
1892 | 2024-04-10T16:26:07.498Z | Checking utf8parse v0.2.1 |
1893 | 2024-04-10T16:26:10.464Z | Checking anstyle v1.0.6 |
1894 | 2024-04-10T16:26:11.542Z | Checking anstyle-parse v0.2.1 |
1895 | 2024-04-10T16:26:11.667Z | Checking colorchoice v1.0.0 |
1896 | 2024-04-10T16:26:11.693Z | Checking anstyle-query v1.0.0 |
1897 | 2024-04-10T16:26:11.831Z | Checking anstream v0.6.11 |
1898 | 2024-04-10T16:26:11.946Z | Checking clap_lex v0.7.0 |
1899 | 2024-04-10T16:26:12.158Z | Checking strsim v0.11.0 |
1900 | 2024-04-10T16:26:14.318Z | Compiling serde_tokenstream v0.2.0 |
1901 | 2024-04-10T16:26:16.174Z | Checking winnow v0.6.1 |
1902 | 2024-04-10T16:26:23.152Z | Compiling regress v0.9.1 |
1903 | 2024-04-10T16:26:23.179Z | Compiling getopts v0.2.21 |
1904 | 2024-04-10T16:26:23.757Z | Compiling unsafe-libyaml v0.2.10 |
1905 | 2024-04-10T16:26:24.227Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1906 | 2024-04-10T16:26:24.758Z | Checking is-terminal v0.4.9 |
1907 | 2024-04-10T16:26:24.783Z | Compiling serde_yaml v0.9.25 |
1908 | 2024-04-10T16:26:24.869Z | Checking camino v1.1.6 |
1909 | 2024-04-10T16:26:25.140Z | Compiling strsim v0.10.0 |
1910 | 2024-04-10T16:26:25.284Z | Compiling ident_case v1.0.1 |
1911 | 2024-04-10T16:26:25.323Z | Checking sha1 v0.10.6 |
1912 | 2024-04-10T16:26:25.436Z | Compiling darling_core v0.20.8 |
1913 | 2024-04-10T16:26:25.552Z | Checking http v1.0.0 |
1914 | 2024-04-10T16:26:25.821Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1915 | 2024-04-10T16:26:26.659Z | Compiling strum_macros v0.26.1 |
1916 | 2024-04-10T16:26:26.833Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1917 | 2024-04-10T16:26:27.108Z | Checking match_cfg v0.1.0 |
1918 | 2024-04-10T16:26:27.186Z | Checking fastrand v2.0.1 |
1919 | 2024-04-10T16:26:27.231Z | Checking rustls-pki-types v1.3.0 |
1920 | 2024-04-10T16:26:27.450Z | Checking tempfile v3.10.1 |
1921 | 2024-04-10T16:26:27.557Z | Checking hostname v0.3.1 |
1922 | 2024-04-10T16:26:27.665Z | Checking dirs-sys-next v0.1.2 |
1923 | 2024-04-10T16:26:27.742Z | Checking quick-error v1.2.3 |
1924 | 2024-04-10T16:26:27.820Z | Compiling paste v1.0.14 |
1925 | 2024-04-10T16:26:27.862Z | Checking dirs-next v2.0.0 |
1926 | 2024-04-10T16:26:27.978Z | Checking crossbeam-channel v0.5.8 |
1927 | 2024-04-10T16:26:28.256Z | Checking thread_local v1.1.7 |
1928 | 2024-04-10T16:26:28.302Z | Compiling slog-async v2.8.0 |
1929 | 2024-04-10T16:26:28.494Z | Compiling rustls v0.22.2 |
1930 | 2024-04-10T16:26:28.593Z | Checking term v0.7.0 |
1931 | 2024-04-10T16:26:28.770Z | Checking rustls-webpki v0.102.1 |
1932 | 2024-04-10T16:26:28.815Z | Checking instant v0.1.12 |
1933 | 2024-04-10T16:26:28.915Z | Checking take_mut v0.2.2 |
1934 | 2024-04-10T16:26:28.946Z | Checking slog-term v2.9.1 |
1935 | 2024-04-10T16:26:29.330Z | Checking rustls-pemfile v2.1.2 |
1936 | 2024-04-10T16:26:29.380Z | Compiling multer v3.0.0 |
1937 | 2024-04-10T16:26:29.540Z | Checking debug-ignore v1.0.5 |
1938 | 2024-04-10T16:26:29.572Z | Checking toml v0.8.12 |
1939 | 2024-04-10T16:26:29.657Z | Checking slog-json v2.6.1 |
1940 | 2024-04-10T16:26:29.694Z | Compiling async-stream-impl v0.3.5 |
1941 | 2024-04-10T16:26:29.870Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1942 | 2024-04-10T16:26:30.105Z | Checking atomic-waker v1.1.1 |
1943 | 2024-04-10T16:26:30.224Z | Checking waitgroup v0.1.2 |
1944 | 2024-04-10T16:26:30.254Z | Checking slog-bunyan v2.5.0 |
1945 | 2024-04-10T16:26:30.396Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
1946 | 2024-04-10T16:26:30.663Z | Checking serde_path_to_error v0.1.16 |
1947 | 2024-04-10T16:26:30.821Z | Checking strum v0.26.2 |
1948 | 2024-04-10T16:26:30.860Z | Checking async-stream v0.3.5 |
1949 | 2024-04-10T16:26:30.959Z | Checking wait-timeout v0.2.0 |
1950 | 2024-04-10T16:26:31.017Z | Compiling structmeta-derive v0.3.0 |
1951 | 2024-04-10T16:26:31.102Z | Checking rusty-fork v0.3.0 |
1952 | 2024-04-10T16:26:31.180Z | Checking newtype-uuid v1.0.1 |
1953 | 2024-04-10T16:26:31.250Z | Compiling darling_macro v0.20.8 |
1954 | 2024-04-10T16:26:31.353Z | Compiling structmeta-derive v0.2.0 |
1955 | 2024-04-10T16:26:31.393Z | Checking rand_xorshift v0.3.0 |
1956 | 2024-04-10T16:26:31.542Z | Checking unarray v0.1.4 |
1957 | 2024-04-10T16:26:31.674Z | Checking proptest v1.4.0 |
1958 | 2024-04-10T16:26:32.146Z | Compiling darling v0.20.8 |
1959 | 2024-04-10T16:26:32.239Z | Checking backoff v0.4.0 |
1960 | 2024-04-10T16:26:32.267Z | Compiling serde_with_macros v3.7.0 |
1961 | 2024-04-10T16:26:32.463Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-04-10T16:26:32.490Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1963 | 2024-04-10T16:26:33.137Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1964 | 2024-04-10T16:26:33.260Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1965 | 2024-04-10T16:26:33.448Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1966 | 2024-04-10T16:26:33.504Z | Compiling structmeta v0.3.0 |
1967 | 2024-04-10T16:26:33.833Z | Compiling structmeta v0.2.0 |
1968 | 2024-04-10T16:26:33.876Z | Compiling parse-display-derive v0.9.0 |
1969 | 2024-04-10T16:26:34.178Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1970 | 2024-04-10T16:26:34.251Z | Compiling test-strategy v0.3.1 |
1971 | 2024-04-10T16:26:34.317Z | Checking macaddr v1.0.1 |
1972 | 2024-04-10T16:26:34.603Z | Compiling proc-macro-error-attr v1.0.4 |
1973 | 2024-04-10T16:26:34.890Z | Checking serde_with v3.7.0 |
1974 | 2024-04-10T16:26:34.916Z | Compiling proc-macro-error v1.0.4 |
1975 | 2024-04-10T16:26:35.494Z | Compiling proc-macro-crate v1.3.1 |
1976 | 2024-04-10T16:26:35.776Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1977 | 2024-04-10T16:26:36.097Z | Checking camino-tempfile v1.1.1 |
1978 | 2024-04-10T16:26:36.329Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1979 | 2024-04-10T16:26:36.408Z | Compiling num_enum_derive v0.5.11 |
1980 | 2024-04-10T16:26:36.606Z | Compiling foreign-types-macros v0.2.3 |
1981 | 2024-04-10T16:26:36.630Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1982 | 2024-04-10T16:26:36.882Z | Checking foreign-types-shared v0.3.1 |
1983 | 2024-04-10T16:26:37.280Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1984 | 2024-04-10T16:26:37.537Z | Checking cstr-argument v0.1.2 |
1985 | 2024-04-10T16:26:37.600Z | Checking pretty-hex v0.2.1 |
1986 | 2024-04-10T16:26:37.692Z | Checking tabwriter v1.4.0 |
1987 | 2024-04-10T16:26:37.719Z | Checking foreign-types v0.5.0 |
1988 | 2024-04-10T16:26:37.745Z | Checking colored v2.1.0 |
1989 | 2024-04-10T16:26:37.819Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1990 | 2024-04-10T16:26:37.846Z | Checking parse-display v0.9.0 |
1991 | 2024-04-10T16:26:37.896Z | Checking socket2 v0.4.9 |
1992 | 2024-04-10T16:26:37.987Z | Checking smf v0.2.3 |
1993 | 2024-04-10T16:26:38.028Z | Checking humantime v2.1.0 |
1994 | 2024-04-10T16:26:38.082Z | Checking termcolor v1.2.0 |
1995 | 2024-04-10T16:26:38.133Z | Compiling usdt-attr-macro v0.5.0 |
1996 | 2024-04-10T16:26:38.261Z | Compiling usdt-macro v0.5.0 |
1997 | 2024-04-10T16:26:38.289Z | Checking memmap v0.7.0 |
1998 | 2024-04-10T16:26:38.374Z | Checking arc-swap v1.6.0 |
1999 | 2024-04-10T16:26:38.409Z | Checking atty v0.2.14 |
2000 | 2024-04-10T16:26:38.456Z | Compiling heapless v0.8.0 |
2001 | 2024-04-10T16:26:38.524Z | Checking termtree v0.4.1 |
2002 | 2024-04-10T16:26:38.694Z | Checking utf-8 v0.7.6 |
2003 | 2024-04-10T16:26:38.741Z | Checking num_enum v0.5.11 |
2004 | 2024-04-10T16:26:38.767Z | Checking slog-scope v4.4.0 |
2005 | 2024-04-10T16:26:38.867Z | Checking predicates-tree v1.0.9 |
2006 | 2024-04-10T16:26:38.892Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2007 | 2024-04-10T16:26:38.933Z | Checking slog-stdlog v4.1.1 |
2008 | 2024-04-10T16:26:38.998Z | Checking hash32 v0.3.1 |
2009 | 2024-04-10T16:26:39.178Z | Compiling smoltcp v0.11.0 |
2010 | 2024-04-10T16:26:39.203Z | Checking slog-envlogger v2.2.0 |
2011 | 2024-04-10T16:26:39.229Z | Compiling heck v0.3.3 |
2012 | 2024-04-10T16:26:39.394Z | Checking filetime v0.2.23 |
2013 | 2024-04-10T16:26:39.549Z | Checking xattr v1.0.1 |
2014 | 2024-04-10T16:26:39.574Z | Checking cobs v0.2.3 |
2015 | 2024-04-10T16:26:39.599Z | Checking same-file v1.0.6 |
2016 | 2024-04-10T16:26:39.624Z | Checking usdt v0.5.0 |
2017 | 2024-04-10T16:26:39.715Z | Compiling crucible-workspace-hack v0.1.0 |
2018 | 2024-04-10T16:26:39.741Z | Checking embedded-io v0.4.0 |
2019 | 2024-04-10T16:26:39.768Z | Checking walkdir v2.5.0 |
2020 | 2024-04-10T16:26:39.813Z | Checking tar v0.4.40 |
2021 | 2024-04-10T16:26:39.840Z | Checking tungstenite v0.20.1 |
2022 | 2024-04-10T16:26:39.917Z | Checking postcard v1.0.8 |
2023 | 2024-04-10T16:26:39.982Z | Checking newline-converter v0.3.0 |
2024 | 2024-04-10T16:26:40.007Z | Checking sigpipe v0.1.3 |
2025 | 2024-04-10T16:26:40.109Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2026 | 2024-04-10T16:26:40.135Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2027 | 2024-04-10T16:26:40.263Z | Checking expectorate v1.1.0 |
2028 | 2024-04-10T16:26:40.442Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2029 | 2024-04-10T16:26:40.467Z | Compiling derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2030 | 2024-04-10T16:26:40.493Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2031 | 2024-04-10T16:26:40.518Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2032 | 2024-04-10T16:26:40.543Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2033 | 2024-04-10T16:26:40.568Z | Checking tokio-tungstenite v0.20.1 |
2034 | 2024-04-10T16:26:40.723Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2035 | 2024-04-10T16:26:40.967Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2036 | 2024-04-10T16:26:41.254Z | Compiling num-derive v0.4.0 |
2037 | 2024-04-10T16:26:41.279Z | Compiling mockall_derive v0.12.1 |
2038 | 2024-04-10T16:26:41.393Z | Checking downcast v0.11.0 |
2039 | 2024-04-10T16:26:41.566Z | Checking fragile v2.0.0 |
2040 | 2024-04-10T16:26:41.825Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2041 | 2024-04-10T16:26:41.996Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2042 | 2024-04-10T16:26:42.031Z | Checking pem v3.0.4 |
2043 | 2024-04-10T16:26:42.254Z | Checking env_logger v0.9.3 |
2044 | 2024-04-10T16:26:42.279Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2045 | 2024-04-10T16:26:42.562Z | Compiling bitstruct_derive v0.1.0 |
2046 | 2024-04-10T16:26:42.590Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2047 | 2024-04-10T16:26:42.628Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2048 | 2024-04-10T16:26:42.653Z | Checking ascii v1.1.0 |
2049 | 2024-04-10T16:26:42.746Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2050 | 2024-04-10T16:26:42.888Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2051 | 2024-04-10T16:26:42.991Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2052 | 2024-04-10T16:26:43.106Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2053 | 2024-04-10T16:26:43.131Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2054 | 2024-04-10T16:26:43.349Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2055 | 2024-04-10T16:26:43.511Z | Checking erased-serde v0.3.31 |
2056 | 2024-04-10T16:26:43.581Z | Checking serde_arrays v0.1.0 |
2057 | 2024-04-10T16:26:43.725Z | Checking bitstruct v0.1.1 |
2058 | 2024-04-10T16:26:43.751Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2059 | 2024-04-10T16:26:43.751Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
2060 | 2024-04-10T16:26:43.751Z | Compiling zone_cfg_derive v0.1.2 |
2061 | 2024-04-10T16:26:43.837Z | Checking tungstenite v0.21.0 |
2062 | 2024-04-10T16:26:44.129Z | Checking base64 v0.13.1 |
2063 | 2024-04-10T16:26:44.483Z | Checking ron v0.7.1 |
2064 | 2024-04-10T16:26:44.508Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2065 | 2024-04-10T16:26:44.658Z | Checking tokio-tungstenite v0.21.0 |
2066 | 2024-04-10T16:26:44.757Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2067 | 2024-04-10T16:26:44.889Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2068 | 2024-04-10T16:26:45.052Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2069 | 2024-04-10T16:26:45.162Z | Checking zone v0.1.8 |
2070 | 2024-04-10T16:26:45.428Z | Checking headers-core v0.2.0 |
2071 | 2024-04-10T16:26:45.561Z | Checking portpicker v0.1.1 |
2072 | 2024-04-10T16:26:45.694Z | Checking headers v0.3.9 |
2073 | 2024-04-10T16:26:45.723Z | Checking rcgen v0.12.1 |
2074 | 2024-04-10T16:26:45.774Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-04-10T16:26:46.031Z | Checking atomicwrites v0.4.3 |
2076 | 2024-04-10T16:26:46.199Z | Checking subprocess v0.2.9 |
2077 | 2024-04-10T16:26:46.235Z | Checking linked-hash-map v0.5.6 |
2078 | 2024-04-10T16:26:46.504Z | Checking lru-cache v0.1.2 |
2079 | 2024-04-10T16:26:46.639Z | Checking password-hash v0.5.0 |
2080 | 2024-04-10T16:26:46.671Z | Checking blake2 v0.10.6 |
2081 | 2024-04-10T16:26:46.699Z | Checking swrite v0.1.0 |
2082 | 2024-04-10T16:26:46.699Z | Checking itertools v0.12.1 |
2083 | 2024-04-10T16:26:46.752Z | Compiling derive-where v1.2.7 |
2084 | 2024-04-10T16:26:46.815Z | Compiling rayon-core v1.12.1 |
2085 | 2024-04-10T16:26:47.028Z | Checking half v2.3.1 |
2086 | 2024-04-10T16:26:47.080Z | Checking argon2 v0.5.3 |
2087 | 2024-04-10T16:26:47.105Z | Checking ciborium-io v0.2.2 |
2088 | 2024-04-10T16:26:47.209Z | Compiling cancel-safe-futures v0.1.5 |
2089 | 2024-04-10T16:26:47.413Z | Checking ciborium-ll v0.2.2 |
2090 | 2024-04-10T16:26:47.517Z | Checking resolv-conf v0.7.0 |
2091 | 2024-04-10T16:26:47.651Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2092 | 2024-04-10T16:26:47.676Z | Checking ciborium v0.2.2 |
2093 | 2024-04-10T16:26:47.817Z | Checking trust-dns-resolver v0.22.0 |
2094 | 2024-04-10T16:26:47.856Z | Checking mockall v0.12.1 |
2095 | 2024-04-10T16:26:48.050Z | Checking bytecount v0.6.3 |
2096 | 2024-04-10T16:26:48.166Z | Checking papergrid v0.11.0 |
2097 | 2024-04-10T16:26:48.302Z | Compiling tabled_derive v0.7.0 |
2098 | 2024-04-10T16:26:48.488Z | Compiling slog-dtrace v0.3.0 |
2099 | 2024-04-10T16:26:48.727Z | Compiling semver v0.1.20 |
2100 | 2024-04-10T16:26:48.912Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2101 | 2024-04-10T16:26:49.073Z | Compiling rustc_version v0.1.7 |
2102 | 2024-04-10T16:26:49.242Z | Checking libsw v3.3.1 |
2103 | 2024-04-10T16:26:49.319Z | Checking linear-map v1.2.0 |
2104 | 2024-04-10T16:26:49.381Z | Checking owo-colors v4.0.0 |
2105 | 2024-04-10T16:26:49.494Z | Compiling newtype_derive v0.1.6 |
2106 | 2024-04-10T16:26:49.590Z | Compiling num-rational v0.4.1 |
2107 | 2024-04-10T16:26:49.798Z | Compiling radium v0.7.0 |
2108 | 2024-04-10T16:26:49.888Z | Checking num-complex v0.4.4 |
2109 | 2024-04-10T16:26:49.922Z | Checking steno v0.4.0 |
2110 | 2024-04-10T16:26:50.205Z | Checking nibble_vec v0.1.0 |
2111 | 2024-04-10T16:26:50.373Z | Compiling maybe-uninit v2.0.0 |
2112 | 2024-04-10T16:26:50.461Z | Checking tabled v0.15.0 |
2113 | 2024-04-10T16:26:50.595Z | Checking tap v1.0.1 |
2114 | 2024-04-10T16:26:50.620Z | Checking endian-type v0.1.2 |
2115 | 2024-04-10T16:26:50.733Z | Checking wyz v0.5.1 |
2116 | 2024-04-10T16:26:50.798Z | Checking radix_trie v0.2.1 |
2117 | 2024-04-10T16:26:50.832Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2118 | 2024-04-10T16:26:50.889Z | Checking num v0.4.1 |
2119 | 2024-04-10T16:26:51.055Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2120 | 2024-04-10T16:26:51.162Z | Checking fxhash v0.2.1 |
2121 | 2024-04-10T16:26:51.297Z | Checking funty v2.0.0 |
2122 | 2024-04-10T16:26:51.322Z | Compiling num-bigint-dig v0.8.4 |
2123 | 2024-04-10T16:26:51.431Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2124 | 2024-04-10T16:26:51.574Z | Compiling packed_struct v0.10.1 |
2125 | 2024-04-10T16:26:51.780Z | Checking crc-catalog v2.2.0 |
2126 | 2024-04-10T16:26:51.870Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2127 | 2024-04-10T16:26:51.896Z | Checking crc v3.0.1 |
2128 | 2024-04-10T16:26:52.050Z | Compiling packed_struct_codegen v0.10.1 |
2129 | 2024-04-10T16:26:52.086Z | Compiling indexmap v1.9.3 |
2130 | 2024-04-10T16:26:52.111Z | Checking nodrop v0.1.14 |
2131 | 2024-04-10T16:26:52.112Z | Checking bitvec v1.0.1 |
2132 | 2024-04-10T16:26:52.136Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2133 | 2024-04-10T16:26:52.212Z | Checking array-init v0.0.4 |
2134 | 2024-04-10T16:26:52.367Z | Checking smallvec v0.6.14 |
2135 | 2024-04-10T16:26:52.669Z | Checking pkcs1 v0.7.5 |
2136 | 2024-04-10T16:26:52.958Z | Checking signature v2.1.0 |
2137 | 2024-04-10T16:26:53.013Z | Checking bitfield v0.14.0 |
2138 | 2024-04-10T16:26:53.038Z | Checking hashbrown v0.12.3 |
2139 | 2024-04-10T16:26:53.125Z | Checking serde-hex v0.1.0 |
2140 | 2024-04-10T16:26:53.225Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2141 | 2024-04-10T16:26:53.421Z | Checking env_logger v0.10.0 |
2142 | 2024-04-10T16:26:53.759Z | Checking x509-cert v0.2.4 |
2143 | 2024-04-10T16:26:54.196Z | Checking rsa v0.9.2 |
2144 | 2024-04-10T16:26:54.454Z | Checking ron v0.8.1 |
2145 | 2024-04-10T16:26:54.479Z | Checking hashbrown v0.13.2 |
2146 | 2024-04-10T16:26:54.642Z | Checking crc-any v2.4.3 |
2147 | 2024-04-10T16:26:54.927Z | Checking path-slash v0.1.5 |
2148 | 2024-04-10T16:26:54.990Z | Checking display-error-chain v0.2.0 |
2149 | 2024-04-10T16:26:55.045Z | Compiling convert_case v0.4.0 |
2150 | 2024-04-10T16:26:55.096Z | Compiling async-recursion v1.1.0 |
2151 | 2024-04-10T16:26:55.121Z | Compiling buf-list v1.0.3 |
2152 | 2024-04-10T16:26:55.311Z | Checking object v0.30.4 |
2153 | 2024-04-10T16:26:55.458Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2154 | 2024-04-10T16:26:55.676Z | Compiling blake3 v1.5.0 |
2155 | 2024-04-10T16:26:55.858Z | Compiling derive_more v0.99.17 |
2156 | 2024-04-10T16:26:55.953Z | Checking textwrap v0.11.0 |
2157 | 2024-04-10T16:26:56.140Z | Checking gethostname v0.4.3 |
2158 | 2024-04-10T16:26:56.260Z | Checking ansi_term v0.12.1 |
2159 | 2024-04-10T16:26:56.339Z | Checking vec_map v0.8.2 |
2160 | 2024-04-10T16:26:56.464Z | Compiling parking_lot_core v0.8.6 |
2161 | 2024-04-10T16:26:56.490Z | Compiling libefi-sys v0.1.0 |
2162 | 2024-04-10T16:26:56.516Z | Checking strsim v0.8.0 |
2163 | 2024-04-10T16:26:56.564Z | Compiling structopt-derive v0.4.18 |
2164 | 2024-04-10T16:26:56.690Z | Checking clap v2.34.0 |
2165 | 2024-04-10T16:26:56.768Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2166 | 2024-04-10T16:26:57.122Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2167 | 2024-04-10T16:26:57.204Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2168 | 2024-04-10T16:26:57.445Z | Compiling crossbeam-deque v0.8.3 |
2169 | 2024-04-10T16:26:57.508Z | Checking keccak v0.1.4 |
2170 | 2024-04-10T16:26:57.742Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2171 | 2024-04-10T16:26:58.785Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2172 | 2024-04-10T16:26:58.852Z | Checking sha3 v0.10.8 |
2173 | 2024-04-10T16:26:58.986Z | Checking structopt v0.3.26 |
2174 | 2024-04-10T16:26:59.143Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2175 | 2024-04-10T16:26:59.226Z | Checking parking_lot v0.11.2 |
2176 | 2024-04-10T16:26:59.348Z | Checking trust-dns-client v0.22.0 |
2177 | 2024-04-10T16:26:59.373Z | Checking toml v0.5.11 |
2178 | 2024-04-10T16:26:59.515Z | Checking secrecy v0.8.0 |
2179 | 2024-04-10T16:27:00.714Z | Compiling pin-project-internal v1.1.3 |
2180 | 2024-04-10T16:27:00.742Z | Compiling rayon v1.10.0 |
2181 | 2024-04-10T16:27:00.743Z | Checking sled v0.34.7 |
2182 | 2024-04-10T16:27:00.743Z | Checking trust-dns-server v0.22.1 |
2183 | 2024-04-10T16:27:01.964Z | Compiling memmap2 v0.7.1 |
2184 | 2024-04-10T16:27:02.180Z | Checking pin-project v1.1.3 |
2185 | 2024-04-10T16:27:02.287Z | Compiling arrayvec v0.7.4 |
2186 | 2024-04-10T16:27:02.314Z | Compiling constant_time_eq v0.3.0 |
2187 | 2024-04-10T16:27:02.472Z | Compiling arrayref v0.3.7 |
2188 | 2024-04-10T16:27:02.571Z | Compiling home v0.5.5 |
2189 | 2024-04-10T16:27:02.792Z | Compiling toolchain_find v0.4.0 |
2190 | 2024-04-10T16:27:03.020Z | Compiling vte_generate_state_changes v0.1.1 |
2191 | 2024-04-10T16:27:03.234Z | Compiling topological-sort v0.2.2 |
2192 | 2024-04-10T16:27:03.338Z | Checking fd-lock v4.0.2 |
2193 | 2024-04-10T16:27:03.416Z | Compiling rustfmt-wrapper v0.2.1 |
2194 | 2024-04-10T16:27:03.499Z | Checking glob v0.3.1 |
2195 | 2024-04-10T16:27:03.560Z | Checking vte v0.11.1 |
2196 | 2024-04-10T16:27:04.063Z | Checking nu-ansi-term v0.50.0 |
2197 | 2024-04-10T16:27:04.134Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2198 | 2024-04-10T16:27:04.393Z | Compiling omicron-zone-package v0.11.0 |
2199 | 2024-04-10T16:27:04.439Z | Compiling unicase v2.7.0 |
2200 | 2024-04-10T16:27:04.465Z | Compiling prettyplease v0.2.17 |
2201 | 2024-04-10T16:27:04.622Z | Checking strip-ansi-escapes v0.2.0 |
2202 | 2024-04-10T16:27:04.709Z | Compiling platforms v3.0.2 |
2203 | 2024-04-10T16:27:04.766Z | Checking reedline v0.31.0 |
2204 | 2024-04-10T16:27:04.793Z | Compiling snafu-derive v0.8.2 |
2205 | 2024-04-10T16:27:04.914Z | Checking globset v0.4.13 |
2206 | 2024-04-10T16:27:05.107Z | Checking olpc-cjson v0.1.3 |
2207 | 2024-04-10T16:27:05.290Z | Checking serde_plain v1.0.2 |
2208 | 2024-04-10T16:27:05.498Z | Compiling memoffset v0.7.1 |
2209 | 2024-04-10T16:27:05.526Z | Compiling crunchy v0.2.2 |
2210 | 2024-04-10T16:27:05.769Z | Checking typed-path v0.7.0 |
2211 | 2024-04-10T16:27:05.979Z | Compiling curve25519-dalek v4.1.1 |
2212 | 2024-04-10T16:27:06.102Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2213 | 2024-04-10T16:27:06.212Z | Checking fs-err v2.11.0 |
2214 | 2024-04-10T16:27:06.392Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2215 | 2024-04-10T16:27:06.613Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2216 | 2024-04-10T16:27:06.744Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2217 | 2024-04-10T16:27:06.970Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2218 | 2024-04-10T16:27:07.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2219 | 2024-04-10T16:27:07.455Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2220 | 2024-04-10T16:27:07.635Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2221 | 2024-04-10T16:27:08.039Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2222 | 2024-04-10T16:27:08.137Z | Compiling clang-sys v1.6.1 |
2223 | 2024-04-10T16:27:08.489Z | Checking parse-size v1.0.0 |
2224 | 2024-04-10T16:27:08.620Z | Compiling tiny-keccak v2.0.2 |
2225 | 2024-04-10T16:27:08.773Z | Compiling mime_guess v2.0.4 |
2226 | 2024-04-10T16:27:09.741Z | Checking snafu v0.8.2 |
2227 | 2024-04-10T16:27:09.911Z | Checking universal-hash v0.5.1 |
2228 | 2024-04-10T16:27:09.936Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2229 | 2024-04-10T16:27:09.936Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2230 | 2024-04-10T16:27:09.936Z | Compiling thiserror-impl-no-std v2.0.2 |
2231 | 2024-04-10T16:27:10.076Z | Compiling curve25519-dalek-derive v0.1.0 |
2232 | 2024-04-10T16:27:10.153Z | Checking tough v0.17.1 |
2233 | 2024-04-10T16:27:10.180Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2234 | 2024-04-10T16:27:10.360Z | Checking nanorand v0.7.0 |
2235 | 2024-04-10T16:27:10.661Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2236 | 2024-04-10T16:27:10.909Z | Compiling cfg_aliases v0.1.1 |
2237 | 2024-04-10T16:27:11.004Z | Checking opaque-debug v0.3.0 |
2238 | 2024-04-10T16:27:11.091Z | Compiling salty v0.2.0 |
2239 | 2024-04-10T16:27:11.357Z | Checking signature v1.6.4 |
2240 | 2024-04-10T16:27:11.475Z | Checking ed25519 v1.5.3 |
2241 | 2024-04-10T16:27:11.633Z | Checking poly1305 v0.8.0 |
2242 | 2024-04-10T16:27:11.996Z | Compiling nix v0.28.0 |
2243 | 2024-04-10T16:27:12.123Z | Checking flume v0.11.0 |
2244 | 2024-04-10T16:27:12.518Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2245 | 2024-04-10T16:27:12.633Z | Checking thiserror-no-std v2.0.2 |
2246 | 2024-04-10T16:27:12.659Z | Compiling ascii-canvas v3.0.0 |
2247 | 2024-04-10T16:27:12.881Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2248 | 2024-04-10T16:27:12.969Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2249 | 2024-04-10T16:27:13.051Z | Checking chacha20 v0.9.1 |
2250 | 2024-04-10T16:27:13.098Z | Checking aead v0.5.2 |
2251 | 2024-04-10T16:27:13.307Z | Checking serde-big-array v0.5.1 |
2252 | 2024-04-10T16:27:13.357Z | Checking kstat-rs v0.2.3 |
2253 | 2024-04-10T16:27:13.383Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2254 | 2024-04-10T16:27:13.383Z | Compiling ena v0.14.2 |
2255 | 2024-04-10T16:27:13.500Z | Compiling libloading v0.7.4 |
2256 | 2024-04-10T16:27:13.651Z | Compiling bindgen v0.69.2 |
2257 | 2024-04-10T16:27:13.747Z | Compiling diff v0.1.13 |
2258 | 2024-04-10T16:27:13.845Z | Compiling regex-syntax v0.6.29 |
2259 | 2024-04-10T16:27:14.173Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2260 | 2024-04-10T16:27:14.376Z | Checking chacha20poly1305 v0.10.1 |
2261 | 2024-04-10T16:27:14.461Z | Checking vsss-rs v3.3.4 |
2262 | 2024-04-10T16:27:15.028Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2263 | 2024-04-10T16:27:15.846Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2264 | 2024-04-10T16:27:16.068Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2265 | 2024-04-10T16:27:16.389Z | Compiling lalrpop v0.19.12 |
2266 | 2024-04-10T16:27:17.036Z | Checking signal-hook-tokio v0.3.1 |
2267 | 2024-04-10T16:27:17.061Z | Compiling cexpr v0.6.0 |
2268 | 2024-04-10T16:27:17.187Z | Checking serde-big-array v0.4.1 |
2269 | 2024-04-10T16:27:17.326Z | Compiling which v4.4.0 |
2270 | 2024-04-10T16:27:17.846Z | Compiling lazycell v1.3.0 |
2271 | 2024-04-10T16:27:17.941Z | Compiling ref-cast v1.0.20 |
2272 | 2024-04-10T16:27:17.993Z | Compiling rustc-hash v1.1.0 |
2273 | 2024-04-10T16:27:18.134Z | Compiling peeking_take_while v0.1.2 |
2274 | 2024-04-10T16:27:18.254Z | Checking maplit v1.0.2 |
2275 | 2024-04-10T16:27:18.354Z | Compiling shlex v1.3.0 |
2276 | 2024-04-10T16:27:18.439Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2277 | 2024-04-10T16:27:19.289Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2278 | 2024-04-10T16:27:20.065Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2279 | 2024-04-10T16:27:20.516Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2280 | 2024-04-10T16:27:21.453Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2281 | 2024-04-10T16:27:21.996Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2282 | 2024-04-10T16:27:22.686Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2283 | 2024-04-10T16:27:22.790Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2284 | 2024-04-10T16:27:24.257Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2285 | 2024-04-10T16:27:24.811Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2286 | 2024-04-10T16:27:25.095Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2287 | 2024-04-10T16:27:25.269Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-04-10T16:27:25.534Z | Compiling derive_builder_core v0.20.0 |
2289 | 2024-04-10T16:27:25.559Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2290 | 2024-04-10T16:27:26.823Z | Compiling peg-macros v0.8.2 |
2291 | 2024-04-10T16:27:27.109Z | Compiling ref-cast-impl v1.0.20 |
2292 | 2024-04-10T16:27:27.504Z | Compiling sqlparser_derive v0.2.2 |
2293 | 2024-04-10T16:27:28.085Z | Compiling libxml v0.3.3 |
2294 | 2024-04-10T16:27:28.394Z | Checking corncobs v0.1.3 |
2295 | 2024-04-10T16:27:28.434Z | Checking unicode_categories v0.1.1 |
2296 | 2024-04-10T16:27:28.693Z | Checking sqlformat v0.2.3 |
2297 | 2024-04-10T16:27:28.718Z | Checking rustyline v14.0.0 |
2298 | 2024-04-10T16:27:29.734Z | Checking peg v0.8.2 |
2299 | 2024-04-10T16:27:29.819Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2300 | 2024-04-10T16:27:29.952Z | Checking sqlparser v0.44.0 |
2301 | 2024-04-10T16:27:30.118Z | Compiling derive_builder_macro v0.20.0 |
2302 | 2024-04-10T16:27:30.186Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2303 | 2024-04-10T16:27:30.508Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2304 | 2024-04-10T16:27:30.856Z | Checking bcs v0.1.6 |
2305 | 2024-04-10T16:27:31.255Z | Compiling strum_macros v0.24.3 |
2306 | 2024-04-10T16:27:33.962Z | Compiling cookie v0.18.1 |
2307 | 2024-04-10T16:27:34.329Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2308 | 2024-04-10T16:27:34.369Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2309 | 2024-04-10T16:27:34.520Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2310 | 2024-04-10T16:27:34.643Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2311 | 2024-04-10T16:27:35.302Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2312 | 2024-04-10T16:27:35.327Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2313 | 2024-04-10T16:27:35.805Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2314 | 2024-04-10T16:27:36.283Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2315 | 2024-04-10T16:27:36.682Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2316 | 2024-04-10T16:27:37.163Z | Checking highway v1.1.0 |
2317 | 2024-04-10T16:27:37.490Z | Compiling indoc v1.0.9 |
2318 | 2024-04-10T16:27:38.447Z | Checking derive_builder v0.20.0 |
2319 | 2024-04-10T16:27:38.627Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2320 | 2024-04-10T16:27:38.747Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2321 | 2024-04-10T16:27:38.880Z | Checking bb8 v0.8.3 |
2322 | 2024-04-10T16:27:38.971Z | Checking quick-xml v0.31.0 |
2323 | 2024-04-10T16:27:39.036Z | Compiling oso-derive v0.27.3 |
2324 | 2024-04-10T16:27:39.271Z | Compiling impl-trait-for-tuples v0.2.2 |
2325 | 2024-04-10T16:27:39.905Z | Compiling const_format_proc_macros v0.2.32 |
2326 | 2024-04-10T16:27:39.939Z | Checking http-range v0.1.5 |
2327 | 2024-04-10T16:27:40.089Z | Checking hyper-staticfile v0.9.5 |
2328 | 2024-04-10T16:27:40.442Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2329 | 2024-04-10T16:27:40.627Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2330 | 2024-04-10T16:27:41.023Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2331 | 2024-04-10T16:27:41.600Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2332 | 2024-04-10T16:27:41.750Z | Checking const_format v0.2.32 |
2333 | 2024-04-10T16:27:42.143Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2334 | 2024-04-10T16:27:43.143Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2335 | 2024-04-10T16:27:43.326Z | Checking assert_matches v1.5.0 |
2336 | 2024-04-10T16:27:43.409Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2337 | 2024-04-10T16:27:43.744Z | Checking rand_seeder v0.2.3 |
2338 | 2024-04-10T16:27:43.941Z | Compiling portable-atomic v1.4.3 |
2339 | 2024-04-10T16:27:44.143Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2340 | 2024-04-10T16:27:44.336Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2341 | 2024-04-10T16:27:44.621Z | Checking number_prefix v0.4.0 |
2342 | 2024-04-10T16:27:44.801Z | Checking castaway v0.2.2 |
2343 | 2024-04-10T16:27:44.951Z | Checking compact_str v0.7.1 |
2344 | 2024-04-10T16:27:45.411Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2345 | 2024-04-10T16:27:45.553Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2346 | 2024-04-10T16:27:45.654Z | Checking lru v0.12.1 |
2347 | 2024-04-10T16:27:45.679Z | Checking indicatif v0.17.8 |
2348 | 2024-04-10T16:27:45.807Z | Compiling stability v0.1.1 |
2349 | 2024-04-10T16:27:45.893Z | Checking cassowary v0.3.0 |
2350 | 2024-04-10T16:27:46.228Z | Compiling indoc v2.0.3 |
2351 | 2024-04-10T16:27:46.348Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2352 | 2024-04-10T16:27:46.610Z | Checking smawk v0.3.1 |
2353 | 2024-04-10T16:27:46.789Z | Checking unicode-linebreak v0.1.5 |
2354 | 2024-04-10T16:27:47.112Z | Checking textwrap v0.16.1 |
2355 | 2024-04-10T16:27:47.140Z | Checking ratatui v0.26.1 |
2356 | 2024-04-10T16:27:47.453Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2357 | 2024-04-10T16:27:47.589Z | Checking is_ci v1.2.0 |
2358 | 2024-04-10T16:27:47.714Z | Checking supports-color v3.0.0 |
2359 | 2024-04-10T16:27:47.752Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2360 | 2024-04-10T16:27:47.882Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2361 | 2024-04-10T16:27:48.304Z | Checking fatfs v0.3.6 |
2362 | 2024-04-10T16:27:48.986Z | Checking rtoolbox v0.0.1 |
2363 | 2024-04-10T16:27:49.116Z | Checking shell-words v1.1.0 |
2364 | 2024-04-10T16:27:49.200Z | Checking rpassword v7.3.1 |
2365 | 2024-04-10T16:27:49.260Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2366 | 2024-04-10T16:27:49.327Z | Checking yansi v0.5.1 |
2367 | 2024-04-10T16:27:49.508Z | Checking tui-tree-widget v0.19.0 |
2368 | 2024-04-10T16:27:49.778Z | Checking pretty_assertions v1.4.0 |
2369 | 2024-04-10T16:27:49.803Z | Compiling target-lexicon v0.12.13 |
2370 | 2024-04-10T16:27:49.951Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2371 | 2024-04-10T16:27:50.150Z | Compiling doc-comment v0.3.3 |
2372 | 2024-04-10T16:27:50.620Z | Compiling guppy-workspace-hack v0.1.0 |
2373 | 2024-04-10T16:27:50.809Z | Checking plotters-backend v0.3.5 |
2374 | 2024-04-10T16:27:51.107Z | Checking http-body v1.0.0 |
2375 | 2024-04-10T16:27:51.132Z | Checking plotters-svg v0.3.5 |
2376 | 2024-04-10T16:27:51.198Z | Compiling assert_cmd v2.0.14 |
2377 | 2024-04-10T16:27:51.283Z | Checking tower-layer v0.3.2 |
2378 | 2024-04-10T16:27:51.317Z | Compiling target-spec v3.1.0 |
2379 | 2024-04-10T16:27:51.418Z | Checking cast v0.3.0 |
2380 | 2024-04-10T16:27:51.505Z | Checking tower v0.4.13 |
2381 | 2024-04-10T16:27:51.560Z | Checking plotters v0.3.5 |
2382 | 2024-04-10T16:27:51.682Z | Checking criterion-plot v0.5.0 |
2383 | 2024-04-10T16:27:51.817Z | Checking hyper v1.1.0 |
2384 | 2024-04-10T16:27:51.921Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2385 | 2024-04-10T16:27:52.161Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2386 | 2024-04-10T16:27:52.791Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2387 | 2024-04-10T16:27:52.949Z | Checking cfg-expr v0.15.6 |
2388 | 2024-04-10T16:27:53.026Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2389 | 2024-04-10T16:27:53.335Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2390 | 2024-04-10T16:27:53.580Z | Checking tinytemplate v1.2.1 |
2391 | 2024-04-10T16:27:53.906Z | Checking cargo-platform v0.1.3 |
2392 | 2024-04-10T16:27:53.978Z | Checking anes v0.1.6 |
2393 | 2024-04-10T16:27:54.128Z | Checking oorandom v11.1.3 |
2394 | 2024-04-10T16:27:54.179Z | Checking cargo_metadata v0.18.1 |
2395 | 2024-04-10T16:27:54.326Z | Checking criterion v0.5.1 |
2396 | 2024-04-10T16:27:54.936Z | Checking hyper-util v0.1.2 |
2397 | 2024-04-10T16:27:55.453Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2398 | 2024-04-10T16:27:56.127Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2399 | 2024-04-10T16:27:56.382Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2400 | 2024-04-10T16:27:56.594Z | Checking rustls-native-certs v0.7.0 |
2401 | 2024-04-10T16:27:56.726Z | Checking httptest v0.15.5 |
2402 | 2024-04-10T16:27:57.322Z | Checking pathdiff v0.2.1 |
2403 | 2024-04-10T16:27:57.464Z | Checking nested v0.1.1 |
2404 | 2024-04-10T16:27:57.637Z | Checking guppy v0.17.5 |
2405 | 2024-04-10T16:27:59.375Z | Checking hyper-rustls v0.26.0 |
2406 | 2024-04-10T16:27:59.401Z | Checking escape8259 v0.5.2 |
2407 | 2024-04-10T16:27:59.560Z | Checking threadpool v1.8.1 |
2408 | 2024-04-10T16:27:59.725Z | Checking libtest-mimic v0.7.2 |
2409 | 2024-04-10T16:28:00.124Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2410 | 2024-04-10T16:28:00.326Z | Checking similar-asserts v1.5.0 |
2411 | 2024-04-10T16:28:00.523Z | Compiling rstest_macros v0.18.2 |
2412 | 2024-04-10T16:28:01.436Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2413 | 2024-04-10T16:28:02.487Z | Checking datatest-stable v0.2.6 |
2414 | 2024-04-10T16:28:02.530Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2415 | 2024-04-10T16:28:02.566Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2416 | 2024-04-10T16:28:02.677Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2417 | 2024-04-10T16:28:02.925Z | Checking csv-core v0.1.11 |
2418 | 2024-04-10T16:28:02.955Z | Checking heck v0.5.0 |
2419 | 2024-04-10T16:28:03.126Z | Checking constant_time_eq v0.2.6 |
2420 | 2024-04-10T16:28:03.152Z | Compiling trybuild v1.0.91 |
2421 | 2024-04-10T16:28:03.216Z | Compiling relative-path v1.9.0 |
2422 | 2024-04-10T16:28:03.249Z | Checking blake2b_simd v1.0.1 |
2423 | 2024-04-10T16:28:03.514Z | Checking csv v1.3.0 |
2424 | 2024-04-10T16:28:04.002Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2425 | 2024-04-10T16:28:04.225Z | Checking multimap v0.10.0 |
2426 | 2024-04-10T16:28:04.472Z | Checking futures-timer v3.0.2 |
2427 | 2024-04-10T16:28:04.714Z | Checking rust-argon2 v2.1.0 |
2428 | 2024-04-10T16:28:06.153Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2429 | 2024-04-10T16:28:06.343Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2430 | 2024-04-10T16:28:06.865Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2431 | 2024-04-10T16:28:07.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2432 | 2024-04-10T16:28:09.675Z | Checking partial-io v0.5.4 |
2433 | 2024-04-10T16:28:09.964Z | Checking approx v0.5.1 |
2434 | 2024-04-10T16:28:10.163Z | Checking termios v0.3.3 |
2435 | 2024-04-10T16:28:10.356Z | Checking hex-literal v0.4.1 |
2436 | 2024-04-10T16:28:11.390Z | Checking rstest v0.18.2 |
2437 | 2024-04-10T16:28:12.861Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2438 | 2024-04-10T16:28:30.747Z | Compiling samael v0.0.15 |
2439 | 2024-04-10T16:28:50.713Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2440 | 2024-04-10T16:28:52.140Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2441 | 2024-04-10T16:28:55.016Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2442 | 2024-04-10T16:29:01.534Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2443 | 2024-04-10T16:29:08.844Z | Compiling polar-core v0.27.3 |
2444 | 2024-04-10T16:29:17.827Z | Checking oso v0.27.3 |
2445 | 2024-04-10T16:29:54.469Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2446 | 2024-04-10T16:29:54.470Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2447 | 2024-04-10T16:29:54.495Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2448 | 2024-04-10T16:31:10.519Z | Finished dev [unoptimized + debuginfo] target(s) in 6m 14s |
2449 | 2024-04-10T16:31:10.741Z | |
2450 | 2024-04-10T16:31:10.741Z | real 7:20.820789885 |
2451 | 2024-04-10T16:31:10.741Z | user 32:30.877189741 |
2452 | 2024-04-10T16:31:10.741Z | sys 6:17.655029177 |
2453 | 2024-04-10T16:31:10.741Z | trap 0.938435466 |
2454 | 2024-04-10T16:31:10.741Z | tflt 0.649170164 |
2455 | 2024-04-10T16:31:10.741Z | dflt 1.522465906 |
2456 | 2024-04-10T16:31:10.741Z | kflt 0.003041778 |
2457 | 2024-04-10T16:31:10.741Z | lock 49:32.349383135 |
2458 | 2024-04-10T16:31:10.767Z | slp 1:38:47.034469703 |
2459 | 2024-04-10T16:31:10.767Z | lat 1:48.799530387 |
2460 | 2024-04-10T16:31:10.767Z | stop 4:42.099324738 |
2461 | 2024-04-10T16:31:11.934Z | warning: output filename collision. |
2462 | 2024-04-10T16:31:11.934Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2463 | 2024-04-10T16:31:11.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2464 | 2024-04-10T16:31:11.934Z | The targets should have unique names. |
2465 | 2024-04-10T16:31:11.934Z | This is a known bug where multiple crates with the same name use |
2466 | 2024-04-10T16:31:11.934Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2467 | 2024-04-10T16:31:11.934Z | warning: output filename collision. |
2468 | 2024-04-10T16:31:11.934Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2469 | 2024-04-10T16:31:11.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2470 | 2024-04-10T16:31:11.935Z | The targets should have unique names. |
2471 | 2024-04-10T16:31:11.935Z | This is a known bug where multiple crates with the same name use |
2472 | 2024-04-10T16:31:11.935Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2473 | 2024-04-10T16:31:11.985Z | warning: output filename collision. |
2474 | 2024-04-10T16:31:11.985Z | 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)`. |
2475 | 2024-04-10T16:31:11.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2476 | 2024-04-10T16:31:11.985Z | The targets should have unique names. |
2477 | 2024-04-10T16:31:11.985Z | This is a known bug where multiple crates with the same name use |
2478 | 2024-04-10T16:31:11.985Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2479 | 2024-04-10T16:31:11.985Z | warning: output filename collision. |
2480 | 2024-04-10T16:31:11.985Z | 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)`. |
2481 | 2024-04-10T16:31:11.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2482 | 2024-04-10T16:31:11.985Z | The targets should have unique names. |
2483 | 2024-04-10T16:31:11.985Z | This is a known bug where multiple crates with the same name use |
2484 | 2024-04-10T16:31:11.985Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2485 | 2024-04-10T16:31:11.985Z | warning: output filename collision. |
2486 | 2024-04-10T16:31:11.985Z | The lib target `nix` in package `nix v0.28.0` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2487 | 2024-04-10T16:31:11.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2488 | 2024-04-10T16:31:11.985Z | The targets should have unique names. |
2489 | 2024-04-10T16:31:11.985Z | This is a known bug where multiple crates with the same name use |
2490 | 2024-04-10T16:31:11.985Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2491 | 2024-04-10T16:31:11.985Z | warning: output filename collision. |
2492 | 2024-04-10T16:31:11.985Z | 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)`. |
2493 | 2024-04-10T16:31:11.986Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2494 | 2024-04-10T16:31:11.986Z | The targets should have unique names. |
2495 | 2024-04-10T16:31:11.986Z | This is a known bug where multiple crates with the same name use |
2496 | 2024-04-10T16:31:11.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2497 | 2024-04-10T16:31:11.986Z | warning: output filename collision. |
2498 | 2024-04-10T16:31:11.986Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62)` 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)`. |
2499 | 2024-04-10T16:31:11.986Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2500 | 2024-04-10T16:31:11.986Z | The targets should have unique names. |
2501 | 2024-04-10T16:31:11.986Z | This is a known bug where multiple crates with the same name use |
2502 | 2024-04-10T16:31:11.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2503 | 2024-04-10T16:31:11.986Z | warning: output filename collision. |
2504 | 2024-04-10T16:31:11.986Z | 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)`. |
2505 | 2024-04-10T16:31:11.986Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2506 | 2024-04-10T16:31:11.986Z | The targets should have unique names. |
2507 | 2024-04-10T16:31:11.986Z | This is a known bug where multiple crates with the same name use |
2508 | 2024-04-10T16:31:11.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2509 | 2024-04-10T16:31:11.986Z | warning: output filename collision. |
2510 | 2024-04-10T16:31:11.986Z | 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`. |
2511 | 2024-04-10T16:31:11.986Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2512 | 2024-04-10T16:31:11.986Z | The targets should have unique names. |
2513 | 2024-04-10T16:31:11.986Z | This is a known bug where multiple crates with the same name use |
2514 | 2024-04-10T16:31:11.986Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2515 | 2024-04-10T16:31:12.574Z | Documenting libc v0.2.153 |
2516 | 2024-04-10T16:31:12.600Z | Documenting cfg-if v1.0.0 |
2517 | 2024-04-10T16:31:12.626Z | Documenting serde_derive v1.0.197 |
2518 | 2024-04-10T16:31:12.651Z | Documenting log v0.4.21 |
2519 | 2024-04-10T16:31:12.651Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2520 | 2024-04-10T16:31:12.679Z | Documenting memchr v2.7.1 |
2521 | 2024-04-10T16:31:12.704Z | Documenting byteorder v1.5.0 |
2522 | 2024-04-10T16:31:12.729Z | Documenting itoa v1.0.9 |
2523 | 2024-04-10T16:31:12.948Z | Documenting scopeguard v1.2.0 |
2524 | 2024-04-10T16:31:15.160Z | Documenting smallvec v1.13.1 |
2525 | 2024-04-10T16:31:15.464Z | Documenting libm v0.2.7 |
2526 | 2024-04-10T16:31:15.566Z | Documenting lock_api v0.4.10 |
2527 | 2024-04-10T16:31:16.395Z | Documenting once_cell v1.19.0 |
2528 | 2024-04-10T16:31:16.424Z | Documenting pin-project-lite v0.2.13 |
2529 | 2024-04-10T16:31:16.450Z | Documenting getrandom v0.2.12 |
2530 | 2024-04-10T16:31:16.985Z | Documenting signal-hook-registry v1.4.1 |
2531 | 2024-04-10T16:31:18.184Z | Documenting parking_lot_core v0.9.8 |
2532 | 2024-04-10T16:31:18.336Z | Documenting mio v0.8.11 |
2533 | 2024-04-10T16:31:18.681Z | Documenting num-traits v0.2.18 |
2534 | 2024-04-10T16:31:19.039Z | Documenting serde v1.0.197 |
2535 | 2024-04-10T16:31:19.072Z | Documenting zeroize_derive v1.4.2 |
2536 | 2024-04-10T16:31:20.466Z | Documenting thiserror-impl v1.0.58 |
2537 | 2024-04-10T16:31:20.507Z | Documenting rand_core v0.6.4 |
2538 | 2024-04-10T16:31:21.118Z | Documenting futures-core v0.3.30 |
2539 | 2024-04-10T16:31:22.329Z | Documenting parking_lot v0.12.1 |
2540 | 2024-04-10T16:31:22.726Z | Documenting ryu v1.0.15 |
2541 | 2024-04-10T16:31:23.351Z | Documenting socket2 v0.5.6 |
2542 | 2024-04-10T16:31:23.732Z | Documenting zeroize v1.7.0 |
2543 | 2024-04-10T16:31:24.415Z | Documenting num_cpus v1.16.0 |
2544 | 2024-04-10T16:31:24.833Z | Documenting tokio-macros v2.2.0 |
2545 | 2024-04-10T16:31:25.434Z | Documenting thiserror v1.0.58 |
2546 | 2024-04-10T16:31:25.459Z | Documenting zerocopy v0.7.32 |
2547 | 2024-04-10T16:31:26.337Z | Documenting futures-sink v0.3.30 |
2548 | 2024-04-10T16:31:27.612Z | Documenting typenum v1.16.0 |
2549 | 2024-04-10T16:31:27.642Z | Documenting iana-time-zone v0.1.57 |
2550 | 2024-04-10T16:31:28.237Z | Documenting pin-utils v0.1.0 |
2551 | 2024-04-10T16:31:30.767Z | Documenting subtle v2.5.0 |
2552 | 2024-04-10T16:31:31.033Z | Documenting slab v0.4.9 |
2553 | 2024-04-10T16:31:31.059Z | Documenting futures-channel v0.3.30 |
2554 | 2024-04-10T16:31:38.742Z | Documenting bytes v1.6.0 |
2555 | 2024-04-10T16:31:41.098Z | Documenting bitflags v2.4.2 |
2556 | 2024-04-10T16:31:41.371Z | Documenting serde_json v1.0.115 |
2557 | 2024-04-10T16:31:41.429Z | Documenting chrono v0.4.37 |
2558 | 2024-04-10T16:31:41.460Z | Documenting futures-macro v0.3.30 |
2559 | 2024-04-10T16:31:41.503Z | Documenting futures-task v0.3.30 |
2560 | 2024-04-10T16:31:41.813Z | Documenting futures-io v0.3.30 |
2561 | 2024-04-10T16:31:42.497Z | Documenting tokio v1.37.0 |
2562 | 2024-04-10T16:31:42.627Z | Documenting generic-array v0.14.7 |
2563 | 2024-04-10T16:31:45.420Z | Documenting uuid v1.8.0 |
2564 | 2024-04-10T16:31:45.510Z | Documenting ahash v0.8.8 |
2565 | 2024-04-10T16:31:45.783Z | Documenting allocator-api2 v0.2.16 |
2566 | 2024-04-10T16:31:46.198Z | Documenting futures-util v0.3.30 |
2567 | 2024-04-10T16:31:46.588Z | Documenting const-oid v0.9.6 |
2568 | 2024-04-10T16:31:46.948Z | Documenting crypto-common v0.1.6 |
2569 | 2024-04-10T16:31:47.066Z | Documenting tinyvec_macros v0.1.1 |
2570 | 2024-04-10T16:31:48.809Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2571 | 2024-04-10T16:31:48.967Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2572 | 2024-04-10T16:31:49.591Z | Documenting tracing-core v0.1.32 |
2573 | 2024-04-10T16:31:49.620Z | Documenting tinyvec v1.6.0 |
2574 | 2024-04-10T16:31:49.654Z | Documenting hashbrown v0.14.3 |
2575 | 2024-04-10T16:31:49.683Z | Checking serde_derive_internals v0.26.0 |
2576 | 2024-04-10T16:31:50.185Z | Documenting serde_derive_internals v0.26.0 |
2577 | 2024-04-10T16:31:51.272Z | Documenting tracing-attributes v0.1.27 |
2578 | 2024-04-10T16:31:51.297Z | Documenting dyn-clone v1.0.17 |
2579 | 2024-04-10T16:31:52.562Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2580 | 2024-04-10T16:31:52.773Z | Documenting unicode-normalization v0.1.22 |
2581 | 2024-04-10T16:31:54.309Z | Documenting lazy_static v1.4.0 |
2582 | 2024-04-10T16:31:54.968Z | Documenting ppv-lite86 v0.2.17 |
2583 | 2024-04-10T16:31:55.046Z | Documenting unicode-bidi v0.3.15 |
2584 | 2024-04-10T16:31:55.451Z | Documenting schemars_derive v0.8.16 |
2585 | 2024-04-10T16:31:56.768Z | Documenting percent-encoding v2.3.1 |
2586 | 2024-04-10T16:31:56.920Z | Documenting block-buffer v0.10.4 |
2587 | 2024-04-10T16:31:57.004Z | Documenting powerfmt v0.2.0 |
2588 | 2024-04-10T16:31:59.325Z | Documenting equivalent v1.0.1 |
2589 | 2024-04-10T16:31:59.421Z | Documenting rand_chacha v0.3.1 |
2590 | 2024-04-10T16:31:59.540Z | Documenting fnv v1.0.7 |
2591 | 2024-04-10T16:31:59.610Z | Documenting deranged v0.3.11 |
2592 | 2024-04-10T16:32:00.234Z | Documenting form_urlencoded v1.2.1 |
2593 | 2024-04-10T16:32:00.696Z | Documenting schemars v0.8.16 |
2594 | 2024-04-10T16:32:01.162Z | Documenting digest v0.10.7 |
2595 | 2024-04-10T16:32:01.995Z | Documenting indexmap v2.2.6 |
2596 | 2024-04-10T16:32:03.526Z | Documenting rand v0.8.5 |
2597 | 2024-04-10T16:32:03.589Z | Documenting time-macros v0.2.17 |
2598 | 2024-04-10T16:32:04.183Z | Documenting unicode-width v0.1.11 |
2599 | 2024-04-10T16:32:04.320Z | Documenting num_threads v0.1.6 |
2600 | 2024-04-10T16:32:06.274Z | Documenting tracing v0.1.40 |
2601 | 2024-04-10T16:32:16.135Z | Documenting time-core v0.1.2 |
2602 | 2024-04-10T16:32:16.242Z | Documenting num-conv v0.1.0 |
2603 | 2024-04-10T16:32:16.322Z | Documenting idna v0.5.0 |
2604 | 2024-04-10T16:32:16.388Z | Documenting errno v0.3.8 |
2605 | 2024-04-10T16:32:16.617Z | Documenting unicode-ident v1.0.12 |
2606 | 2024-04-10T16:32:16.645Z | Documenting adler v1.0.2 |
2607 | 2024-04-10T16:32:17.134Z | Documenting slog v2.7.0 |
2608 | 2024-04-10T16:32:18.840Z | Documenting httparse v1.8.0 |
2609 | 2024-04-10T16:32:19.003Z | Documenting time v0.3.34 |
2610 | 2024-04-10T16:32:19.292Z | Documenting proc-macro2 v1.0.79 |
2611 | 2024-04-10T16:32:19.377Z | Documenting miniz_oxide v0.7.1 |
2612 | 2024-04-10T16:32:20.556Z | Documenting url v2.5.0 |
2613 | 2024-04-10T16:32:20.587Z | Documenting rustix v0.38.31 |
2614 | 2024-04-10T16:32:21.268Z | Documenting cpufeatures v0.2.12 |
2615 | 2024-04-10T16:32:22.778Z | Documenting async-trait v0.1.79 |
2616 | 2024-04-10T16:32:22.942Z | Documenting try-lock v0.2.4 |
2617 | 2024-04-10T16:32:23.685Z | Documenting quote v1.0.36 |
2618 | 2024-04-10T16:32:23.928Z | Documenting httpdate v1.0.3 |
2619 | 2024-04-10T16:32:24.849Z | Documenting http-body v0.4.5 |
2620 | 2024-04-10T16:32:24.992Z | Documenting aho-corasick v1.1.2 |
2621 | 2024-04-10T16:32:25.287Z | Documenting tokio-util v0.7.10 |
2622 | 2024-04-10T16:32:25.768Z | Documenting want v0.3.1 |
2623 | 2024-04-10T16:32:27.366Z | Documenting openssl-sys v0.9.102 |
2624 | 2024-04-10T16:32:27.703Z | Documenting openssl-macros v0.1.1 |
2625 | 2024-04-10T16:32:27.766Z | Documenting regex-syntax v0.8.2 |
2626 | 2024-04-10T16:32:27.910Z | Documenting syn v2.0.58 |
2627 | 2024-04-10T16:32:29.331Z | Documenting gimli v0.28.0 |
2628 | 2024-04-10T16:32:29.720Z | Documenting tower-service v0.3.2 |
2629 | 2024-04-10T16:32:29.925Z | Documenting mime v0.3.17 |
2630 | 2024-04-10T16:32:31.073Z | Documenting h2 v0.3.26 |
2631 | 2024-04-10T16:32:32.397Z | Documenting object v0.32.1 |
2632 | 2024-04-10T16:32:33.095Z | Documenting openssl v0.10.64 |
2633 | 2024-04-10T16:32:33.438Z | Documenting rustc-demangle v0.1.23 |
2634 | 2024-04-10T16:32:33.622Z | Documenting openssl-probe v0.1.5 |
2635 | 2024-04-10T16:32:33.950Z | Documenting regex-automata v0.4.5 |
2636 | 2024-04-10T16:32:35.145Z | Documenting addr2line v0.21.0 |
2637 | 2024-04-10T16:32:36.336Z | Documenting ipnet v2.9.0 |
2638 | 2024-04-10T16:32:37.562Z | Documenting base64ct v1.6.0 |
2639 | 2024-04-10T16:32:38.701Z | Documenting futures-executor v0.3.30 |
2640 | 2024-04-10T16:32:40.359Z | Documenting encoding_rs v0.8.33 |
2641 | 2024-04-10T16:32:40.410Z | Documenting hyper v0.14.28 |
2642 | 2024-04-10T16:32:41.212Z | Documenting native-tls v0.2.11 |
2643 | 2024-04-10T16:32:41.435Z | Documenting psl-types v2.0.11 |
2644 | 2024-04-10T16:32:42.104Z | Documenting regex v1.10.4 |
2645 | 2024-04-10T16:32:42.576Z | Documenting backtrace v0.3.69 |
2646 | 2024-04-10T16:32:43.049Z | Documenting serde_urlencoded v0.7.1 |
2647 | 2024-04-10T16:32:43.988Z | Documenting publicsuffix v2.2.3 |
2648 | 2024-04-10T16:32:44.592Z | Documenting crossbeam-utils v0.8.19 |
2649 | 2024-04-10T16:32:46.089Z | Documenting tokio-native-tls v0.3.1 |
2650 | 2024-04-10T16:32:46.473Z | Documenting utf8parse v0.2.1 |
2651 | 2024-04-10T16:32:47.381Z | Documenting futures v0.3.30 |
2652 | 2024-04-10T16:32:47.432Z | Documenting pem-rfc7468 v0.7.0 |
2653 | 2024-04-10T16:32:47.590Z | Documenting anyhow v1.0.82 |
2654 | 2024-04-10T16:32:47.973Z | Documenting cookie_store v0.20.0 |
2655 | 2024-04-10T16:32:48.749Z | Checking pest_meta v2.7.6 |
2656 | 2024-04-10T16:32:49.301Z | Documenting der_derive v0.7.2 |
2657 | 2024-04-10T16:32:49.587Z | Documenting flagset v0.4.3 |
2658 | 2024-04-10T16:32:51.122Z | Documenting sync_wrapper v0.1.2 |
2659 | 2024-04-10T16:32:51.311Z | Documenting webpki-roots v0.25.2 |
2660 | 2024-04-10T16:32:51.428Z | Documenting num-integer v0.1.46 |
2661 | 2024-04-10T16:32:51.520Z | Documenting hyper-tls v0.5.0 |
2662 | 2024-04-10T16:32:52.342Z | Documenting hyper-rustls v0.24.2 |
2663 | 2024-04-10T16:32:52.961Z | Documenting pest_meta v2.7.6 |
2664 | 2024-04-10T16:32:53.787Z | Documenting scroll_derive v0.12.0 |
2665 | 2024-04-10T16:32:54.509Z | Documenting der v0.7.8 |
2666 | 2024-04-10T16:32:54.814Z | Checking pest_generator v2.7.6 |
2667 | 2024-04-10T16:32:55.120Z | Documenting openapiv3 v2.0.0 |
2668 | 2024-04-10T16:32:55.394Z | Documenting ucd-trie v0.1.6 |
2669 | 2024-04-10T16:32:55.434Z | Documenting plain v0.2.3 |
2670 | 2024-04-10T16:32:57.052Z | Documenting pest_generator v2.7.6 |
2671 | 2024-04-10T16:32:57.851Z | Documenting spin v0.9.8 |
2672 | 2024-04-10T16:32:58.159Z | Documenting pretty-hex v0.4.1 |
2673 | 2024-04-10T16:32:58.312Z | Documenting scroll v0.12.0 |
2674 | 2024-04-10T16:32:58.562Z | Documenting reqwest v0.11.24 |
2675 | 2024-04-10T16:32:59.291Z | Documenting pest v2.7.6 |
2676 | 2024-04-10T16:32:59.362Z | Documenting spki v0.7.2 |
2677 | 2024-04-10T16:33:00.758Z | Documenting either v1.10.0 |
2678 | 2024-04-10T16:33:01.126Z | Documenting anstyle v1.0.6 |
2679 | 2024-04-10T16:33:01.841Z | Documenting anstyle-parse v0.2.1 |
2680 | 2024-04-10T16:33:01.886Z | Documenting pest_derive v2.7.6 |
2681 | 2024-04-10T16:33:02.342Z | Documenting goblin v0.8.0 |
2682 | 2024-04-10T16:33:03.261Z | Documenting pkcs8 v0.10.2 |
2683 | 2024-04-10T16:33:04.051Z | Documenting thread-id v4.2.0 |
2684 | 2024-04-10T16:33:04.638Z | Documenting data-encoding v2.4.0 |
2685 | 2024-04-10T16:33:04.861Z | Documenting anstyle-query v1.0.0 |
2686 | 2024-04-10T16:33:05.120Z | Documenting colorchoice v1.0.0 |
2687 | 2024-04-10T16:33:06.216Z | Documenting dtrace-parser v0.2.0 |
2688 | 2024-04-10T16:33:07.102Z | Documenting crossbeam-epoch v0.9.18 |
2689 | 2024-04-10T16:33:07.865Z | Documenting terminal_size v0.3.0 |
2690 | 2024-04-10T16:33:08.026Z | Documenting sha2 v0.10.8 |
2691 | 2024-04-10T16:33:08.679Z | Documenting ipnetwork v0.20.0 |
2692 | 2024-04-10T16:33:08.991Z | Documenting anstream v0.6.11 |
2693 | 2024-04-10T16:33:09.513Z | Documenting hex v0.4.3 |
2694 | 2024-04-10T16:33:09.698Z | Documenting dof v0.3.0 |
2695 | 2024-04-10T16:33:10.189Z | Documenting crc32fast v1.3.2 |
2696 | 2024-04-10T16:33:11.246Z | Documenting strsim v0.11.0 |
2697 | 2024-04-10T16:33:12.341Z | Documenting untrusted v0.9.0 |
2698 | 2024-04-10T16:33:12.565Z | Documenting clap_lex v0.7.0 |
2699 | 2024-04-10T16:33:13.162Z | Documenting unicode-segmentation v1.10.1 |
2700 | 2024-04-10T16:33:13.718Z | Documenting clap_derive v4.5.4 |
2701 | 2024-04-10T16:33:13.938Z | Documenting num-iter v0.1.44 |
2702 | 2024-04-10T16:33:14.150Z | Documenting hmac v0.12.1 |
2703 | 2024-04-10T16:33:14.853Z | Documenting usdt-impl v0.5.0 |
2704 | 2024-04-10T16:33:15.003Z | Documenting signal-hook v0.3.17 |
2705 | 2024-04-10T16:33:15.092Z | Documenting ring v0.17.8 |
2706 | 2024-04-10T16:33:16.261Z | Documenting base64 v0.22.0 |
2707 | 2024-04-10T16:33:16.287Z | Documenting clap_builder v4.5.2 |
2708 | 2024-04-10T16:33:18.086Z | Documenting static_assertions v1.1.0 |
2709 | 2024-04-10T16:33:18.737Z | Documenting flate2 v1.0.28 |
2710 | 2024-04-10T16:33:18.907Z | Documenting managed v0.8.0 |
2711 | 2024-04-10T16:33:19.095Z | Documenting signal-hook-mio v0.2.3 |
2712 | 2024-04-10T16:33:20.381Z | Documenting block-padding v0.3.3 |
2713 | 2024-04-10T16:33:20.423Z | Documenting scheduled-thread-pool v0.2.7 |
2714 | 2024-04-10T16:33:20.698Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2715 | 2024-04-10T16:33:20.834Z | Documenting enum-as-inner v0.5.1 |
2716 | 2024-04-10T16:33:22.147Z | Documenting diesel_table_macro_syntax v0.1.0 |
2717 | 2024-04-10T16:33:22.749Z | Documenting clap v4.5.4 |
2718 | 2024-04-10T16:33:23.272Z | Checking diesel_table_macro_syntax v0.1.0 |
2719 | 2024-04-10T16:33:23.331Z | Documenting crossterm v0.27.0 |
2720 | 2024-04-10T16:33:23.440Z | Documenting md-5 v0.10.5 |
2721 | 2024-04-10T16:33:24.450Z | Documenting r2d2 v0.8.10 |
2722 | 2024-04-10T16:33:24.789Z | Documenting inout v0.1.3 |
2723 | 2024-04-10T16:33:24.891Z | Documenting bzip2 v0.4.4 |
2724 | 2024-04-10T16:33:25.161Z | Documenting trust-dns-proto v0.22.0 |
2725 | 2024-04-10T16:33:26.613Z | Documenting diesel_derives v2.1.2 |
2726 | 2024-04-10T16:33:27.782Z | Documenting stringprep v0.1.3 |
2727 | 2024-04-10T16:33:27.826Z | Documenting regress v0.9.1 |
2728 | 2024-04-10T16:33:28.275Z | Documenting ff v0.13.0 |
2729 | 2024-04-10T16:33:28.624Z | Documenting toml_datetime v0.6.5 |
2730 | 2024-04-10T16:33:28.954Z | Documenting serde_spanned v0.6.5 |
2731 | 2024-04-10T16:33:29.192Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2732 | 2024-04-10T16:33:31.984Z | Documenting fallible-iterator v0.2.0 |
2733 | 2024-04-10T16:33:32.422Z | Documenting bit-vec v0.6.3 |
2734 | 2024-04-10T16:33:32.791Z | Documenting siphasher v0.3.11 |
2735 | 2024-04-10T16:33:33.181Z | Documenting winnow v0.6.1 |
2736 | 2024-04-10T16:33:33.427Z | Documenting base16ct v0.2.0 |
2737 | 2024-04-10T16:33:33.604Z | Documenting group v0.13.0 |
2738 | 2024-04-10T16:33:33.711Z | Documenting diesel v2.1.5 |
2739 | 2024-04-10T16:33:34.121Z | Documenting cipher v0.4.4 |
2740 | 2024-04-10T16:33:35.482Z | Documenting phf_shared v0.11.2 |
2741 | 2024-04-10T16:33:36.343Z | Documenting zip v0.6.6 |
2742 | 2024-04-10T16:33:36.453Z | Documenting sec1 v0.7.3 |
2743 | 2024-04-10T16:33:36.684Z | Documenting postgres-protocol v0.6.6 |
2744 | 2024-04-10T16:33:37.616Z | Documenting hkdf v0.12.4 |
2745 | 2024-04-10T16:33:38.306Z | Documenting toml_edit v0.22.9 |
2746 | 2024-04-10T16:33:48.832Z | Documenting num-bigint v0.4.4 |
2747 | 2024-04-10T16:33:49.106Z | Documenting bstr v1.9.0 |
2748 | 2024-04-10T16:33:49.574Z | Documenting console v0.15.8 |
2749 | 2024-04-10T16:33:58.917Z | Documenting crypto-bigint v0.5.2 |
2750 | 2024-04-10T16:33:59.190Z | Documenting hubpack v0.1.2 |
2751 | 2024-04-10T16:33:59.741Z | Documenting serde_repr v0.1.16 |
2752 | 2024-04-10T16:33:59.772Z | Documenting fixedbitset v0.4.2 |
2753 | 2024-04-10T16:34:00.054Z | Checking ident_case v1.0.1 |
2754 | 2024-04-10T16:34:00.205Z | Checking unsafe-libyaml v0.2.10 |
2755 | 2024-04-10T16:34:00.259Z | Documenting precomputed-hash v0.1.1 |
2756 | 2024-04-10T16:34:00.910Z | Checking strsim v0.10.0 |
2757 | 2024-04-10T16:34:01.126Z | Documenting minimal-lexical v0.2.1 |
2758 | 2024-04-10T16:34:01.203Z | Documenting lalrpop-util v0.19.12 |
2759 | 2024-04-10T16:34:01.640Z | Documenting heck v0.4.1 |
2760 | 2024-04-10T16:34:02.795Z | Documenting new_debug_unreachable v1.0.4 |
2761 | 2024-04-10T16:34:03.160Z | Documenting petgraph v0.6.4 |
2762 | 2024-04-10T16:34:04.033Z | Documenting yasna v0.5.2 |
2763 | 2024-04-10T16:34:13.939Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2764 | 2024-04-10T16:34:14.043Z | Documenting nom v7.1.3 |
2765 | 2024-04-10T16:34:14.245Z | Documenting postgres-types v0.2.6 |
2766 | 2024-04-10T16:34:14.384Z | Documenting typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2767 | 2024-04-10T16:34:14.447Z | Documenting string_cache v0.8.7 |
2768 | 2024-04-10T16:34:14.779Z | Documenting phf v0.11.2 |
2769 | 2024-04-10T16:34:14.975Z | Documenting elliptic-curve v0.13.8 |
2770 | 2024-04-10T16:34:15.718Z | Documenting similar v2.4.0 |
2771 | 2024-04-10T16:34:18.811Z | Documenting typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2772 | 2024-04-10T16:34:18.840Z | Documenting semver v1.0.22 |
2773 | 2024-04-10T16:34:18.940Z | Documenting float-cmp v0.9.0 |
2774 | 2024-04-10T16:34:19.885Z | Documenting predicates-core v1.0.6 |
2775 | 2024-04-10T16:34:19.932Z | Documenting unsafe-libyaml v0.2.10 |
2776 | 2024-04-10T16:34:20.329Z | Documenting normalize-line-endings v0.3.0 |
2777 | 2024-04-10T16:34:31.035Z | Documenting peg-runtime v0.8.2 |
2778 | 2024-04-10T16:34:31.162Z | Documenting difflib v0.4.0 |
2779 | 2024-04-10T16:34:31.222Z | Documenting whoami v1.5.0 |
2780 | 2024-04-10T16:34:31.528Z | Documenting serde_yaml v0.9.25 |
2781 | 2024-04-10T16:34:31.553Z | Checking serde_yaml v0.9.25 |
2782 | 2024-04-10T16:34:31.661Z | Checking darling_core v0.20.8 |
2783 | 2024-04-10T16:34:31.835Z | Documenting typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
2784 | 2024-04-10T16:34:32.002Z | Documenting bit-set v0.5.3 |
2785 | 2024-04-10T16:34:33.165Z | Documenting progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2786 | 2024-04-10T16:34:33.240Z | Documenting getopts v0.2.21 |
2787 | 2024-04-10T16:34:34.806Z | Documenting tokio-stream v0.1.15 |
2788 | 2024-04-10T16:34:34.967Z | Documenting predicates v3.1.0 |
2789 | 2024-04-10T16:34:35.161Z | Documenting tokio-postgres v0.7.10 |
2790 | 2024-04-10T16:34:35.856Z | Documenting ident_case v1.0.1 |
2791 | 2024-04-10T16:34:37.139Z | Checking darling v0.20.8 |
2792 | 2024-04-10T16:34:37.259Z | Documenting is-terminal v0.4.9 |
2793 | 2024-04-10T16:34:37.663Z | Documenting progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2794 | 2024-04-10T16:34:37.834Z | Documenting progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2795 | 2024-04-10T16:34:39.665Z | Documenting darling_core v0.20.8 |
2796 | 2024-04-10T16:34:39.950Z | Documenting strum v0.26.2 |
2797 | 2024-04-10T16:34:40.110Z | Documenting dirs-sys-next v0.1.2 |
2798 | 2024-04-10T16:34:40.373Z | Documenting match_cfg v0.1.0 |
2799 | 2024-04-10T16:34:41.719Z | Documenting sha1 v0.10.6 |
2800 | 2024-04-10T16:34:43.039Z | Documenting hostname v0.3.1 |
2801 | 2024-04-10T16:34:43.765Z | Documenting http v1.0.0 |
2802 | 2024-04-10T16:34:43.920Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2803 | 2024-04-10T16:34:44.253Z | Documenting dirs-next v2.0.0 |
2804 | 2024-04-10T16:34:45.206Z | Documenting camino v1.1.6 |
2805 | 2024-04-10T16:34:45.635Z | Documenting progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
2806 | 2024-04-10T16:34:46.245Z | Documenting thread_local v1.1.7 |
2807 | 2024-04-10T16:34:46.949Z | Documenting rustls-pki-types v1.3.0 |
2808 | 2024-04-10T16:34:47.714Z | Documenting crossbeam-channel v0.5.8 |
2809 | 2024-04-10T16:34:47.788Z | Documenting darling_macro v0.20.8 |
2810 | 2024-04-10T16:34:48.125Z | Documenting term v0.7.0 |
2811 | 2024-04-10T16:34:48.937Z | Documenting paste v1.0.14 |
2812 | 2024-04-10T16:34:49.603Z | Documenting take_mut v0.2.2 |
2813 | 2024-04-10T16:34:50.184Z | Documenting slog-json v2.6.1 |
2814 | 2024-04-10T16:34:50.834Z | Documenting rustls-webpki v0.102.1 |
2815 | 2024-04-10T16:34:52.082Z | Documenting async-stream-impl v0.3.5 |
2816 | 2024-04-10T16:34:52.393Z | Documenting slog-term v2.9.1 |
2817 | 2024-04-10T16:34:52.472Z | Documenting darling v0.20.8 |
2818 | 2024-04-10T16:34:52.896Z | Documenting atomic-waker v1.1.1 |
2819 | 2024-04-10T16:34:53.434Z | Documenting slog-async v2.8.0 |
2820 | 2024-04-10T16:34:54.821Z | Documenting debug-ignore v1.0.5 |
2821 | 2024-04-10T16:34:54.880Z | Documenting slog-bunyan v2.5.0 |
2822 | 2024-04-10T16:34:55.366Z | Documenting rustls v0.22.2 |
2823 | 2024-04-10T16:34:55.674Z | Documenting waitgroup v0.1.2 |
2824 | 2024-04-10T16:34:56.502Z | Documenting async-stream v0.3.5 |
2825 | 2024-04-10T16:34:57.246Z | Documenting rustls-pemfile v2.1.2 |
2826 | 2024-04-10T16:34:57.401Z | Documenting multer v3.0.0 |
2827 | 2024-04-10T16:34:57.524Z | Documenting toml v0.8.12 |
2828 | 2024-04-10T16:34:57.878Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2829 | 2024-04-10T16:34:59.199Z | Documenting serde_path_to_error v0.1.16 |
2830 | 2024-04-10T16:34:59.337Z | Documenting serde_with_macros v3.7.0 |
2831 | 2024-04-10T16:35:00.297Z | Documenting structmeta-derive v0.3.0 |
2832 | 2024-04-10T16:35:00.804Z | Checking structmeta v0.3.0 |
2833 | 2024-04-10T16:35:01.016Z | Documenting instant v0.1.12 |
2834 | 2024-04-10T16:35:02.108Z | Documenting newtype-uuid v1.0.1 |
2835 | 2024-04-10T16:35:03.685Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2836 | 2024-04-10T16:35:03.711Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
2837 | 2024-04-10T16:35:03.737Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2838 | 2024-04-10T16:35:03.936Z | Documenting tokio-rustls v0.25.0 |
2839 | 2024-04-10T16:35:04.496Z | Documenting serde_with v3.7.0 |
2840 | 2024-04-10T16:35:04.876Z | Documenting backoff v0.4.0 |
2841 | 2024-04-10T16:35:05.331Z | Documenting structmeta v0.3.0 |
2842 | 2024-04-10T16:35:07.243Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2843 | 2024-04-10T16:35:07.342Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2844 | 2024-04-10T16:35:07.508Z | Documenting macaddr v1.0.1 |
2845 | 2024-04-10T16:35:09.170Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#29ae98d1) |
2846 | 2024-04-10T16:35:09.779Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2847 | 2024-04-10T16:35:09.926Z | Documenting parse-display-derive v0.9.0 |
2848 | 2024-04-10T16:35:10.998Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2849 | 2024-04-10T16:35:11.211Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2850 | 2024-04-10T16:35:11.236Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2851 | 2024-04-10T16:35:11.827Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2852 | 2024-04-10T16:35:12.605Z | Documenting fastrand v2.0.1 |
2853 | 2024-04-10T16:35:12.734Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2854 | 2024-04-10T16:35:12.987Z | Documenting proc-macro-crate v1.3.1 |
2855 | 2024-04-10T16:35:13.403Z | Checking proc-macro-crate v1.3.1 |
2856 | 2024-04-10T16:35:13.571Z | Documenting foreign-types-macros v0.2.3 |
2857 | 2024-04-10T16:35:13.623Z | Documenting foreign-types-shared v0.3.1 |
2858 | 2024-04-10T16:35:14.036Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2859 | 2024-04-10T16:35:14.666Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2860 | 2024-04-10T16:35:15.361Z | Documenting parse-display v0.9.0 |
2861 | 2024-04-10T16:35:16.424Z | Documenting tempfile v3.10.1 |
2862 | 2024-04-10T16:35:16.537Z | Documenting cstr-argument v0.1.2 |
2863 | 2024-04-10T16:35:17.765Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2864 | 2024-04-10T16:35:17.929Z | Documenting num_enum_derive v0.5.11 |
2865 | 2024-04-10T16:35:18.344Z | Documenting foreign-types v0.5.0 |
2866 | 2024-04-10T16:35:18.594Z | Documenting tabwriter v1.4.0 |
2867 | 2024-04-10T16:35:19.554Z | Documenting colored v2.1.0 |
2868 | 2024-04-10T16:35:20.378Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2869 | 2024-04-10T16:35:20.944Z | Documenting camino-tempfile v1.1.1 |
2870 | 2024-04-10T16:35:22.260Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2871 | 2024-04-10T16:35:22.383Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2872 | 2024-04-10T16:35:22.550Z | Documenting hash32 v0.3.1 |
2873 | 2024-04-10T16:35:22.576Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2874 | 2024-04-10T16:35:23.266Z | Documenting stable_deref_trait v1.2.0 |
2875 | 2024-04-10T16:35:24.000Z | Documenting num_enum v0.5.11 |
2876 | 2024-04-10T16:35:25.358Z | Documenting smf v0.2.3 |
2877 | 2024-04-10T16:35:25.865Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2878 | 2024-04-10T16:35:26.057Z | Documenting cobs v0.2.3 |
2879 | 2024-04-10T16:35:26.141Z | Documenting embedded-io v0.4.0 |
2880 | 2024-04-10T16:35:26.245Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2881 | 2024-04-10T16:35:26.401Z | Documenting heapless v0.8.0 |
2882 | 2024-04-10T16:35:27.859Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2883 | 2024-04-10T16:35:28.698Z | Documenting crucible-workspace-hack v0.1.0 |
2884 | 2024-04-10T16:35:29.013Z | Documenting postcard v1.0.8 |
2885 | 2024-04-10T16:35:29.200Z | Documenting derror-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2886 | 2024-04-10T16:35:29.430Z | Documenting proc-macro-error-attr v1.0.4 |
2887 | 2024-04-10T16:35:30.083Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2888 | 2024-04-10T16:35:30.949Z | Documenting smoltcp v0.11.0 |
2889 | 2024-04-10T16:35:32.323Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2890 | 2024-04-10T16:35:32.521Z | Checking proc-macro-error v1.0.4 |
2891 | 2024-04-10T16:35:32.760Z | Documenting memmap v0.7.0 |
2892 | 2024-04-10T16:35:33.158Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2893 | 2024-04-10T16:35:33.242Z | Documenting proc-macro-error v1.0.4 |
2894 | 2024-04-10T16:35:33.806Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2895 | 2024-04-10T16:35:35.994Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2896 | 2024-04-10T16:35:36.122Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2897 | 2024-04-10T16:35:36.623Z | Documenting newline-converter v0.3.0 |
2898 | 2024-04-10T16:35:36.830Z | Documenting usdt v0.5.0 |
2899 | 2024-04-10T16:35:37.196Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2900 | 2024-04-10T16:35:37.559Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2901 | 2024-04-10T16:35:38.537Z | Documenting sigpipe v0.1.3 |
2902 | 2024-04-10T16:35:38.662Z | Documenting num-derive v0.4.0 |
2903 | 2024-04-10T16:35:39.527Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2904 | 2024-04-10T16:35:40.120Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
2905 | 2024-04-10T16:35:40.330Z | Documenting expectorate v1.1.0 |
2906 | 2024-04-10T16:35:40.441Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2907 | 2024-04-10T16:35:41.915Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2908 | 2024-04-10T16:35:42.226Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2909 | 2024-04-10T16:35:42.458Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2910 | 2024-04-10T16:35:42.758Z | Documenting password-hash v0.5.0 |
2911 | 2024-04-10T16:35:43.180Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
2912 | 2024-04-10T16:35:44.324Z | Documenting blake2 v0.10.6 |
2913 | 2024-04-10T16:35:44.878Z | Documenting humantime v2.1.0 |
2914 | 2024-04-10T16:35:44.904Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2915 | 2024-04-10T16:35:47.243Z | Documenting linked-hash-map v0.5.6 |
2916 | 2024-04-10T16:35:47.471Z | Documenting bytecount v0.6.3 |
2917 | 2024-04-10T16:35:47.758Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2918 | 2024-04-10T16:35:48.005Z | Documenting tabled_derive v0.7.0 |
2919 | 2024-04-10T16:35:48.405Z | Documenting derive-where v1.2.7 |
2920 | 2024-04-10T16:35:48.683Z | Documenting argon2 v0.5.3 |
2921 | 2024-04-10T16:35:50.064Z | Documenting papergrid v0.11.0 |
2922 | 2024-04-10T16:35:51.160Z | Documenting lru-cache v0.1.2 |
2923 | 2024-04-10T16:35:52.656Z | Documenting swrite v0.1.0 |
2924 | 2024-04-10T16:35:52.729Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2925 | 2024-04-10T16:35:53.608Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2926 | 2024-04-10T16:35:53.877Z | Documenting newtype_derive v0.1.6 |
2927 | 2024-04-10T16:35:54.233Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7ee353a470ea59529ee1b34729681da887aa88ce#7ee353a4) |
2928 | 2024-04-10T16:35:54.572Z | Documenting tabled v0.15.0 |
2929 | 2024-04-10T16:35:54.860Z | Documenting itertools v0.12.1 |
2930 | 2024-04-10T16:35:54.986Z | Documenting arc-swap v1.6.0 |
2931 | 2024-04-10T16:35:55.216Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2932 | 2024-04-10T16:35:56.562Z | Documenting quick-error v1.2.3 |
2933 | 2024-04-10T16:35:57.686Z | Documenting steno v0.4.0 |
2934 | 2024-04-10T16:35:58.973Z | Documenting slog-scope v4.4.0 |
2935 | 2024-04-10T16:35:59.406Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2936 | 2024-04-10T16:36:00.327Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2937 | 2024-04-10T16:36:00.447Z | Documenting resolv-conf v0.7.0 |
2938 | 2024-04-10T16:36:00.937Z | Documenting num-rational v0.4.1 |
2939 | 2024-04-10T16:36:01.334Z | Documenting num-complex v0.4.4 |
2940 | 2024-04-10T16:36:02.820Z | Documenting slog-stdlog v4.1.1 |
2941 | 2024-04-10T16:36:04.660Z | Documenting trust-dns-resolver v0.22.0 |
2942 | 2024-04-10T16:36:05.254Z | Documenting filetime v0.2.23 |
2943 | 2024-04-10T16:36:05.555Z | Documenting xattr v1.0.1 |
2944 | 2024-04-10T16:36:05.963Z | Documenting tap v1.0.1 |
2945 | 2024-04-10T16:36:06.811Z | Documenting slog-envlogger v2.2.0 |
2946 | 2024-04-10T16:36:08.592Z | Documenting wyz v0.5.1 |
2947 | 2024-04-10T16:36:09.082Z | Documenting num v0.4.1 |
2948 | 2024-04-10T16:36:09.508Z | Documenting tar v0.4.40 |
2949 | 2024-04-10T16:36:11.479Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2950 | 2024-04-10T16:36:11.854Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2951 | 2024-04-10T16:36:12.284Z | Documenting radium v0.7.0 |
2952 | 2024-04-10T16:36:12.528Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2953 | 2024-04-10T16:36:12.568Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2954 | 2024-04-10T16:36:12.772Z | Documenting nibble_vec v0.1.0 |
2955 | 2024-04-10T16:36:12.926Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2956 | 2024-04-10T16:36:13.115Z | Documenting endian-type v0.1.2 |
2957 | 2024-04-10T16:36:13.637Z | Documenting crc-catalog v2.2.0 |
2958 | 2024-04-10T16:36:13.881Z | Documenting funty v2.0.0 |
2959 | 2024-04-10T16:36:14.844Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2960 | 2024-04-10T16:36:15.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2961 | 2024-04-10T16:36:15.586Z | Documenting cancel-safe-futures v0.1.5 |
2962 | 2024-04-10T16:36:16.375Z | Documenting crc v3.0.1 |
2963 | 2024-04-10T16:36:16.566Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2964 | 2024-04-10T16:36:16.881Z | Documenting packed_struct_codegen v0.10.1 |
2965 | 2024-04-10T16:36:16.909Z | Documenting bitvec v1.0.1 |
2966 | 2024-04-10T16:36:17.055Z | Documenting radix_trie v0.2.1 |
2967 | 2024-04-10T16:36:17.547Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2968 | 2024-04-10T16:36:18.685Z | Documenting same-file v1.0.6 |
2969 | 2024-04-10T16:36:19.224Z | Documenting nodrop v0.1.14 |
2970 | 2024-04-10T16:36:20.644Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2971 | 2024-04-10T16:36:21.418Z | Documenting num-bigint-dig v0.8.4 |
2972 | 2024-04-10T16:36:21.765Z | Documenting pkcs1 v0.7.5 |
2973 | 2024-04-10T16:36:21.890Z | Documenting packed_struct v0.10.1 |
2974 | 2024-04-10T16:36:22.025Z | Documenting array-init v0.0.4 |
2975 | 2024-04-10T16:36:22.468Z | Documenting walkdir v2.5.0 |
2976 | 2024-04-10T16:36:23.633Z | Documenting signature v2.1.0 |
2977 | 2024-04-10T16:36:25.019Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2978 | 2024-04-10T16:36:25.380Z | Documenting display-error-chain v0.2.0 |
2979 | 2024-04-10T16:36:25.809Z | Documenting bitfield v0.14.0 |
2980 | 2024-04-10T16:36:26.432Z | Documenting termcolor v1.2.0 |
2981 | 2024-04-10T16:36:27.300Z | Documenting serde-hex v0.1.0 |
2982 | 2024-04-10T16:36:28.274Z | Documenting rsa v0.9.2 |
2983 | 2024-04-10T16:36:28.589Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2984 | 2024-04-10T16:36:29.245Z | Documenting slog-dtrace v0.3.0 |
2985 | 2024-04-10T16:36:30.335Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2986 | 2024-04-10T16:36:30.464Z | Documenting env_logger v0.10.0 |
2987 | 2024-04-10T16:36:30.598Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2988 | 2024-04-10T16:36:30.859Z | Documenting pem v3.0.4 |
2989 | 2024-04-10T16:36:32.247Z | Documenting x509-cert v0.2.4 |
2990 | 2024-04-10T16:36:32.711Z | Documenting libsw v3.3.1 |
2991 | 2024-04-10T16:36:33.009Z | warning: unresolved link to `StNestedBuilder::make_subsection` |
2992 | 2024-04-10T16:36:33.010Z | --> nexus/types/src/sectioned_table.rs:145:7 |
2993 | 2024-04-10T16:36:33.010Z | | |
2994 | 2024-04-10T16:36:33.010Z | 145 | /// [`StNestedBuilder::make_subsection`]. |
2995 | 2024-04-10T16:36:33.010Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `StNestedBuilder` in scope |
2996 | 2024-04-10T16:36:33.010Z | | |
2997 | 2024-04-10T16:36:33.010Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2998 | 2024-04-10T16:36:33.010Z | |
2999 | 2024-04-10T16:36:34.795Z | Documenting ron v0.8.1 |
3000 | 2024-04-10T16:36:34.952Z | warning: `nexus-types` (lib doc) generated 1 warning |
3001 | 2024-04-10T16:36:34.979Z | Documenting half v2.3.1 |
3002 | 2024-04-10T16:36:35.070Z | Documenting owo-colors v4.0.0 |
3003 | 2024-04-10T16:36:35.505Z | Documenting linear-map v1.2.0 |
3004 | 2024-04-10T16:36:35.545Z | Documenting crc-any v2.4.3 |
3005 | 2024-04-10T16:36:37.447Z | Documenting ciborium-io v0.2.2 |
3006 | 2024-04-10T16:36:37.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3007 | 2024-04-10T16:36:38.039Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3008 | 2024-04-10T16:36:38.482Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3009 | 2024-04-10T16:36:39.317Z | Documenting headers-core v0.2.0 |
3010 | 2024-04-10T16:36:39.380Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3011 | 2024-04-10T16:36:39.516Z | Documenting path-slash v0.1.5 |
3012 | 2024-04-10T16:36:39.623Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3013 | 2024-04-10T16:36:41.278Z | Documenting ciborium-ll v0.2.2 |
3014 | 2024-04-10T16:36:43.064Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3015 | 2024-04-10T16:36:43.279Z | Documenting fxhash v0.2.1 |
3016 | 2024-04-10T16:36:43.849Z | Documenting headers v0.3.9 |
3017 | 2024-04-10T16:36:45.097Z | Documenting ciborium v0.2.2 |
3018 | 2024-04-10T16:36:46.283Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3019 | 2024-04-10T16:36:47.224Z | Documenting async-recursion v1.1.0 |
3020 | 2024-04-10T16:36:47.943Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3021 | 2024-04-10T16:36:48.659Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3022 | 2024-04-10T16:36:49.382Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3023 | 2024-04-10T16:36:49.574Z | Documenting vte_generate_state_changes v0.1.1 |
3024 | 2024-04-10T16:36:51.780Z | Checking convert_case v0.4.0 |
3025 | 2024-04-10T16:36:51.981Z | Documenting convert_case v0.4.0 |
3026 | 2024-04-10T16:36:53.422Z | Documenting vte v0.11.1 |
3027 | 2024-04-10T16:36:55.665Z | Documenting derive_more v0.99.17 |
3028 | 2024-04-10T16:36:56.001Z | Documenting buf-list v1.0.3 |
3029 | 2024-04-10T16:36:57.189Z | Documenting derive_builder_core v0.20.0 |
3030 | 2024-04-10T16:36:58.156Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3031 | 2024-04-10T16:37:00.345Z | Checking derive_builder_core v0.20.0 |
3032 | 2024-04-10T16:37:00.695Z | Documenting fd-lock v4.0.2 |
3033 | 2024-04-10T16:37:01.092Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3034 | 2024-04-10T16:37:01.342Z | Checking heck v0.3.3 |
3035 | 2024-04-10T16:37:01.497Z | Documenting bitstruct_derive v0.1.0 |
3036 | 2024-04-10T16:37:01.694Z | Documenting pin-project-internal v1.1.3 |
3037 | 2024-04-10T16:37:02.478Z | Documenting ascii v1.1.0 |
3038 | 2024-04-10T16:37:02.566Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3039 | 2024-04-10T16:37:03.594Z | Documenting derive_builder_macro v0.20.0 |
3040 | 2024-04-10T16:37:04.969Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3041 | 2024-04-10T16:37:05.162Z | Documenting structopt-derive v0.4.18 |
3042 | 2024-04-10T16:37:05.528Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3043 | 2024-04-10T16:37:06.305Z | Documenting bitstruct v0.1.1 |
3044 | 2024-04-10T16:37:06.639Z | Documenting pin-project v1.1.3 |
3045 | 2024-04-10T16:37:06.980Z | Documenting strip-ansi-escapes v0.2.0 |
3046 | 2024-04-10T16:37:07.575Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3047 | 2024-04-10T16:37:08.982Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3048 | 2024-04-10T16:37:09.076Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3049 | 2024-04-10T16:37:09.284Z | Documenting crossbeam-deque v0.8.3 |
3050 | 2024-04-10T16:37:10.246Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3051 | 2024-04-10T16:37:10.882Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3052 | 2024-04-10T16:37:10.951Z | Documenting serde_arrays v0.1.0 |
3053 | 2024-04-10T16:37:11.777Z | Documenting erased-serde v0.3.31 |
3054 | 2024-04-10T16:37:13.333Z | Documenting snafu-derive v0.8.2 |
3055 | 2024-04-10T16:37:13.358Z | Documenting ref-cast-impl v1.0.20 |
3056 | 2024-04-10T16:37:15.149Z | Checking unicode-xid v0.2.4 |
3057 | 2024-04-10T16:37:15.282Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3058 | 2024-04-10T16:37:15.351Z | Documenting unicode-xid v0.2.4 |
3059 | 2024-04-10T16:37:15.566Z | Documenting nu-ansi-term v0.50.0 |
3060 | 2024-04-10T16:37:16.809Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3061 | 2024-04-10T16:37:17.825Z | Documenting ref-cast v1.0.20 |
3062 | 2024-04-10T16:37:18.194Z | Documenting const_format_proc_macros v0.2.32 |
3063 | 2024-04-10T16:37:25.073Z | Documenting snafu v0.8.2 |
3064 | 2024-04-10T16:37:25.100Z | Documenting reedline v0.31.0 |
3065 | 2024-04-10T16:37:25.100Z | Documenting rayon-core v1.12.1 |
3066 | 2024-04-10T16:37:25.100Z | Documenting structopt v0.3.26 |
3067 | 2024-04-10T16:37:25.132Z | Documenting derive_builder v0.20.0 |
3068 | 2024-04-10T16:37:25.132Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3069 | 2024-04-10T16:37:25.132Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3070 | 2024-04-10T16:37:25.736Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3071 | 2024-04-10T16:37:26.213Z | Documenting libefi-sys v0.1.0 |
3072 | 2024-04-10T16:37:26.387Z | Documenting trust-dns-client v0.22.0 |
3073 | 2024-04-10T16:37:26.794Z | Documenting polar-core v0.27.3 |
3074 | 2024-04-10T16:37:30.375Z | Documenting libxml v0.3.3 |
3075 | 2024-04-10T16:37:31.065Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3076 | 2024-04-10T16:37:31.256Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3077 | 2024-04-10T16:37:31.282Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3078 | 2024-04-10T16:37:32.033Z | Documenting globset v0.4.13 |
3079 | 2024-04-10T16:37:33.562Z | Documenting bb8 v0.8.3 |
3080 | 2024-04-10T16:37:34.100Z | Documenting olpc-cjson v0.1.3 |
3081 | 2024-04-10T16:37:34.917Z | Documenting serde_plain v1.0.2 |
3082 | 2024-04-10T16:37:35.368Z | Documenting quick-xml v0.31.0 |
3083 | 2024-04-10T16:37:36.919Z | Documenting oso-derive v0.27.3 |
3084 | 2024-04-10T16:37:36.950Z | Documenting impl-trait-for-tuples v0.2.2 |
3085 | 2024-04-10T16:37:38.752Z | Documenting typed-path v0.7.0 |
3086 | 2024-04-10T16:37:38.920Z | Documenting maplit v1.0.2 |
3087 | 2024-04-10T16:37:39.201Z | Documenting utf-8 v0.7.6 |
3088 | 2024-04-10T16:37:40.921Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3089 | 2024-04-10T16:37:41.494Z | Documenting keccak v0.1.4 |
3090 | 2024-04-10T16:37:42.169Z | Documenting samael v0.0.15 |
3091 | 2024-04-10T16:37:42.698Z | Documenting oso v0.27.3 |
3092 | 2024-04-10T16:37:42.994Z | Documenting tungstenite v0.21.0 |
3093 | 2024-04-10T16:37:43.289Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3094 | 2024-04-10T16:37:44.037Z | Documenting tough v0.17.1 |
3095 | 2024-04-10T16:37:44.064Z | Documenting sha3 v0.10.8 |
3096 | 2024-04-10T16:37:44.731Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
3097 | 2024-04-10T16:37:48.076Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
3098 | 2024-04-10T16:37:48.537Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
3099 | 2024-04-10T16:37:48.890Z | Documenting trust-dns-server v0.22.1 |
3100 | 2024-04-10T16:37:49.073Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3101 | 2024-04-10T16:37:52.762Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3102 | 2024-04-10T16:37:52.825Z | Documenting rayon v1.10.0 |
3103 | 2024-04-10T16:37:52.850Z | Documenting const_format v0.2.32 |
3104 | 2024-04-10T16:37:53.831Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3105 | 2024-04-10T16:37:55.383Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3106 | 2024-04-10T16:37:55.774Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3107 | 2024-04-10T16:37:55.861Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3108 | 2024-04-10T16:37:55.933Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3109 | 2024-04-10T16:37:56.342Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3110 | 2024-04-10T16:37:56.685Z | Documenting sled v0.34.7 |
3111 | 2024-04-10T16:37:56.710Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3112 | 2024-04-10T16:37:56.834Z | Documenting fs-err v2.11.0 |
3113 | 2024-04-10T16:37:57.083Z | Documenting nix v0.28.0 |
3114 | 2024-04-10T16:37:57.367Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
3115 | 2024-04-10T16:38:00.051Z | Documenting cookie v0.18.1 |
3116 | 2024-04-10T16:38:00.076Z | Documenting unicase v2.7.0 |
3117 | 2024-04-10T16:38:00.680Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3118 | 2024-04-10T16:38:00.955Z | Documenting secrecy v0.8.0 |
3119 | 2024-04-10T16:38:00.980Z | Documenting gethostname v0.4.3 |
3120 | 2024-04-10T16:38:02.297Z | Documenting peg-macros v0.8.2 |
3121 | 2024-04-10T16:38:02.620Z | Documenting rustversion v1.0.14 |
3122 | 2024-04-10T16:38:03.040Z | Documenting sqlparser_derive v0.2.2 |
3123 | 2024-04-10T16:38:04.763Z | Documenting parse-size v1.0.0 |
3124 | 2024-04-10T16:38:04.951Z | Documenting home v0.5.5 |
3125 | 2024-04-10T16:38:05.089Z | Documenting unicode_categories v0.1.1 |
3126 | 2024-04-10T16:38:05.651Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3127 | 2024-04-10T16:38:06.642Z | Documenting castaway v0.2.2 |
3128 | 2024-04-10T16:38:06.839Z | Documenting peg v0.8.2 |
3129 | 2024-04-10T16:38:07.470Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3130 | 2024-04-10T16:38:07.683Z | Documenting sqlparser v0.44.0 |
3131 | 2024-04-10T16:38:08.895Z | Documenting rustyline v14.0.0 |
3132 | 2024-04-10T16:38:09.048Z | Documenting sqlformat v0.2.3 |
3133 | 2024-04-10T16:38:10.503Z | Documenting mime_guess v2.0.4 |
3134 | 2024-04-10T16:38:10.775Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3135 | 2024-04-10T16:38:13.441Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3136 | 2024-04-10T16:38:14.484Z | Documenting tokio-tungstenite v0.21.0 |
3137 | 2024-04-10T16:38:14.551Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3138 | 2024-04-10T16:38:15.139Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3139 | 2024-04-10T16:38:18.600Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3140 | 2024-04-10T16:38:19.108Z | Documenting zone v0.1.8 |
3141 | 2024-04-10T16:38:20.001Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
3142 | 2024-04-10T16:38:20.899Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
3143 | 2024-04-10T16:38:20.949Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3144 | 2024-04-10T16:38:23.308Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3145 | 2024-04-10T16:38:23.569Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3146 | 2024-04-10T16:38:23.833Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c) |
3147 | 2024-04-10T16:38:24.324Z | Documenting portpicker v0.1.1 |
3148 | 2024-04-10T16:38:25.542Z | Documenting universal-hash v0.5.1 |
3149 | 2024-04-10T16:38:26.013Z | Documenting bcs v0.1.6 |
3150 | 2024-04-10T16:38:28.534Z | Documenting kstat-rs v0.2.3 |
3151 | 2024-04-10T16:38:28.750Z | Documenting thiserror-impl-no-std v2.0.2 |
3152 | 2024-04-10T16:38:30.347Z | Documenting curve25519-dalek-derive v0.1.0 |
3153 | 2024-04-10T16:38:41.167Z | Documenting opaque-debug v0.3.0 |
3154 | 2024-04-10T16:38:41.682Z | Documenting highway v1.1.0 |
3155 | 2024-04-10T16:38:41.708Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3156 | 2024-04-10T16:38:41.961Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3157 | 2024-04-10T16:38:42.514Z | Documenting thiserror-no-std v2.0.2 |
3158 | 2024-04-10T16:38:42.600Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
3159 | 2024-04-10T16:38:42.816Z | Documenting curve25519-dalek v4.1.1 |
3160 | 2024-04-10T16:38:43.886Z | Documenting poly1305 v0.8.0 |
3161 | 2024-04-10T16:38:45.394Z | Documenting compact_str v0.7.1 |
3162 | 2024-04-10T16:38:45.824Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3163 | 2024-04-10T16:38:48.343Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3164 | 2024-04-10T16:38:48.711Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3165 | 2024-04-10T16:38:49.721Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3166 | 2024-04-10T16:38:50.417Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3167 | 2024-04-10T16:38:50.466Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3168 | 2024-04-10T16:38:51.151Z | Documenting portable-atomic v1.4.3 |
3169 | 2024-04-10T16:38:54.605Z | Documenting ed25519 v1.5.3 |
3170 | 2024-04-10T16:38:55.264Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3171 | 2024-04-10T16:38:56.984Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3172 | 2024-04-10T16:38:57.148Z | Documenting memoffset v0.7.1 |
3173 | 2024-04-10T16:38:57.402Z | Documenting rcgen v0.12.1 |
3174 | 2024-04-10T16:38:57.427Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3175 | 2024-04-10T16:38:59.556Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8ff3ab62246fa1f8b8a5bfab0a7b8e1000926361#8ff3ab62) |
3176 | 2024-04-10T16:38:59.732Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
3177 | 2024-04-10T16:39:02.695Z | Documenting atomicwrites v0.4.3 |
3178 | 2024-04-10T16:39:03.630Z | Documenting chacha20 v0.9.1 |
3179 | 2024-04-10T16:39:05.018Z | warning: could not parse code block as Rust code |
3180 | 2024-04-10T16:39:05.018Z | --> oximeter/db/src/oxql/ast/grammar.rs:244:9 |
3181 | 2024-04-10T16:39:05.018Z | | |
3182 | 2024-04-10T16:39:05.018Z | 244 | / /// Parse a string literal, either single- or double-quoted. |
3183 | 2024-04-10T16:39:05.018Z | 245 | | /// |
3184 | 2024-04-10T16:39:05.018Z | 246 | | /// Parsing string literals is pretty tricky, but we add several |
3185 | 2024-04-10T16:39:05.018Z | 247 | | /// constraints to simplify things. First strings must be quoted, either |
3186 | 2024-04-10T16:39:05.018Z | ... | |
3187 | 2024-04-10T16:39:05.018Z | 275 | | /// |
3188 | 2024-04-10T16:39:05.018Z | 276 | | /// Will be parsed as `this string has " in it`. |
3189 | 2024-04-10T16:39:05.018Z | | |________________________________________________________^ |
3190 | 2024-04-10T16:39:05.018Z | | |
3191 | 2024-04-10T16:39:05.018Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
3192 | 2024-04-10T16:39:05.018Z | = note: error from rustc: unknown start of token: \ |
3193 | 2024-04-10T16:39:05.018Z | = note: error from rustc: unknown start of token: \ |
3194 | 2024-04-10T16:39:05.018Z | = note: error from rustc: unknown start of token: \ |
3195 | 2024-04-10T16:39:05.019Z | = note: error from rustc: unknown start of token: \ |
3196 | 2024-04-10T16:39:05.019Z | = note: error from rustc: unknown start of token: \ |
3197 | 2024-04-10T16:39:05.019Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
3198 | 2024-04-10T16:39:05.019Z | |
3199 | 2024-04-10T16:39:06.343Z | warning: `oximeter-db` (lib doc) generated 1 warning |
3200 | 2024-04-10T16:39:06.370Z | Documenting lru v0.12.1 |
3201 | 2024-04-10T16:39:07.066Z | Documenting aead v0.5.2 |
3202 | 2024-04-10T16:39:08.138Z | Documenting rand_seeder v0.2.3 |
3203 | 2024-04-10T16:39:08.286Z | Documenting nanorand v0.7.0 |
3204 | 2024-04-10T16:39:08.947Z | Documenting subprocess v0.2.9 |
3205 | 2024-04-10T16:39:09.946Z | Documenting stability v0.1.1 |
3206 | 2024-04-10T16:39:10.474Z | Documenting cassowary v0.3.0 |
3207 | 2024-04-10T16:39:12.094Z | Documenting glob v0.3.1 |
3208 | 2024-04-10T16:39:22.225Z | Documenting number_prefix v0.4.0 |
3209 | 2024-04-10T16:39:22.497Z | Documenting flume v0.11.0 |
3210 | 2024-04-10T16:39:22.841Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3211 | 2024-04-10T16:39:22.893Z | Documenting chacha20poly1305 v0.10.1 |
3212 | 2024-04-10T16:39:23.015Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3213 | 2024-04-10T16:39:23.316Z | Documenting ratatui v0.26.1 |
3214 | 2024-04-10T16:39:23.596Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3215 | 2024-04-10T16:39:26.116Z | Documenting indicatif v0.17.8 |
3216 | 2024-04-10T16:39:26.950Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3217 | 2024-04-10T16:39:27.213Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3218 | 2024-04-10T16:39:38.661Z | Documenting salty v0.2.0 |
3219 | 2024-04-10T16:39:38.850Z | Documenting vsss-rs v3.3.4 |
3220 | 2024-04-10T16:39:38.878Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3221 | 2024-04-10T16:39:39.630Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3222 | 2024-04-10T16:39:39.787Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3223 | 2024-04-10T16:39:40.193Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3224 | 2024-04-10T16:39:40.530Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3225 | 2024-04-10T16:39:41.643Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3226 | 2024-04-10T16:39:41.992Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3227 | 2024-04-10T16:39:42.251Z | Documenting serde-big-array v0.5.1 |
3228 | 2024-04-10T16:39:42.822Z | Documenting rtoolbox v0.0.1 |
3229 | 2024-04-10T16:39:44.394Z | Documenting smawk v0.3.1 |
3230 | 2024-04-10T16:39:45.448Z | Documenting http-range v0.1.5 |
3231 | 2024-04-10T16:39:45.476Z | Documenting unicode-linebreak v0.1.5 |
3232 | 2024-04-10T16:39:46.318Z | Documenting is_ci v1.2.0 |
3233 | 2024-04-10T16:39:47.137Z | Documenting rpassword v7.3.1 |
3234 | 2024-04-10T16:39:48.181Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3235 | 2024-04-10T16:39:48.409Z | Documenting textwrap v0.16.1 |
3236 | 2024-04-10T16:39:49.307Z | Documenting hyper-staticfile v0.9.5 |
3237 | 2024-04-10T16:39:50.250Z | Documenting supports-color v3.0.0 |
3238 | 2024-04-10T16:39:51.208Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3239 | 2024-04-10T16:39:52.398Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3240 | 2024-04-10T16:39:54.332Z | Documenting tui-tree-widget v0.19.0 |
3241 | 2024-04-10T16:39:54.715Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3242 | 2024-04-10T16:39:54.760Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3243 | 2024-04-10T16:39:56.038Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3244 | 2024-04-10T16:39:57.974Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3245 | 2024-04-10T16:39:58.755Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3246 | 2024-04-10T16:39:58.780Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3247 | 2024-04-10T16:39:59.563Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3248 | 2024-04-10T16:39:59.606Z | warning: unresolved link to `test_sled_transitions` |
3249 | 2024-04-10T16:39:59.606Z | --> nexus/db-queries/src/db/datastore/sled.rs:591:11 |
3250 | 2024-04-10T16:39:59.606Z | | |
3251 | 2024-04-10T16:39:59.606Z | 591 | /// [`test_sled_transitions`]. |
3252 | 2024-04-10T16:39:59.606Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3253 | 2024-04-10T16:39:59.606Z | | |
3254 | 2024-04-10T16:39:59.606Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3255 | 2024-04-10T16:39:59.606Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3256 | 2024-04-10T16:39:59.606Z | |
3257 | 2024-04-10T16:39:59.632Z | warning: unresolved link to `test_sled_transitions` |
3258 | 2024-04-10T16:39:59.632Z | --> nexus/db-queries/src/db/datastore/sled.rs:627:11 |
3259 | 2024-04-10T16:39:59.632Z | | |
3260 | 2024-04-10T16:39:59.632Z | 627 | /// [`test_sled_transitions`]. |
3261 | 2024-04-10T16:39:59.632Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
3262 | 2024-04-10T16:39:59.632Z | | |
3263 | 2024-04-10T16:39:59.632Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3264 | 2024-04-10T16:39:59.632Z | |
3265 | 2024-04-10T16:39:59.632Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3266 | 2024-04-10T16:39:59.632Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3267 | 2024-04-10T16:39:59.632Z | | |
3268 | 2024-04-10T16:39:59.632Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3269 | 2024-04-10T16:39:59.632Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3270 | 2024-04-10T16:39:59.632Z | |
3271 | 2024-04-10T16:39:59.930Z | Documenting signal-hook-tokio v0.3.1 |
3272 | 2024-04-10T16:39:59.956Z | Documenting memmap2 v0.7.1 |
3273 | 2024-04-10T16:40:00.030Z | Documenting arrayvec v0.7.4 |
3274 | 2024-04-10T16:40:00.501Z | Documenting constant_time_eq v0.3.0 |
3275 | 2024-04-10T16:40:03.165Z | Documenting arrayref v0.3.7 |
3276 | 2024-04-10T16:40:03.328Z | Documenting corncobs v0.1.3 |
3277 | 2024-04-10T16:40:04.305Z | Documenting shell-words v1.1.0 |
3278 | 2024-04-10T16:40:04.811Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3279 | 2024-04-10T16:40:06.091Z | Documenting blake3 v1.5.0 |
3280 | 2024-04-10T16:40:06.310Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3281 | 2024-04-10T16:40:06.398Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3282 | 2024-04-10T16:40:08.256Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3283 | 2024-04-10T16:40:10.481Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3284 | 2024-04-10T16:40:10.800Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3285 | 2024-04-10T16:40:12.715Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3286 | 2024-04-10T16:40:14.966Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
3287 | 2024-04-10T16:40:14.991Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3288 | 2024-04-10T16:40:15.758Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3289 | 2024-04-10T16:40:23.889Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3290 | 2024-04-10T16:40:24.272Z | warning: unclosed HTML tag `usize` |
3291 | 2024-04-10T16:40:24.272Z | --> wicket/src/ui/panes/update.rs:153:19 |
3292 | 2024-04-10T16:40:24.272Z | | |
3293 | 2024-04-10T16:40:24.272Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3294 | 2024-04-10T16:40:24.272Z | | ^^^^^^^ |
3295 | 2024-04-10T16:40:24.272Z | | |
3296 | 2024-04-10T16:40:24.272Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3297 | 2024-04-10T16:40:24.273Z | |
3298 | 2024-04-10T16:40:25.492Z | warning: `wicket` (lib doc) generated 1 warning |
3299 | 2024-04-10T16:40:25.517Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3300 | 2024-04-10T16:40:26.987Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3301 | 2024-04-10T16:40:28.823Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5677c7be81b60d9ba9c30991d10376f279a1d3b7#5677c7be) |
3302 | 2024-04-10T16:40:31.186Z | Documenting fatfs v0.3.6 |
3303 | 2024-04-10T16:40:31.394Z | Documenting assert_matches v1.5.0 |
3304 | 2024-04-10T16:40:34.171Z | Documenting topological-sort v0.2.2 |
3305 | 2024-04-10T16:40:36.238Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3306 | 2024-04-10T16:40:37.617Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3307 | 2024-04-10T16:40:37.980Z | Documenting omicron-zone-package v0.11.0 |
3308 | 2024-04-10T16:40:38.384Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3309 | 2024-04-10T16:40:41.557Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3310 | 2024-04-10T16:40:44.972Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3311 | 2024-04-10T16:40:45.781Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3312 | 2024-04-10T16:40:46.782Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3313 | 2024-04-10T16:40:50.613Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3314 | 2024-04-10T16:40:50.753Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3315 | 2024-04-10T16:40:50.753Z | --> sled-agent/src/sim/instance.rs:46:7 |
3316 | 2024-04-10T16:40:50.753Z | | |
3317 | 2024-04-10T16:40:50.753Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3318 | 2024-04-10T16:40:50.753Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3319 | 2024-04-10T16:40:50.753Z | | |
3320 | 2024-04-10T16:40:50.753Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3321 | 2024-04-10T16:40:50.753Z | |
3322 | 2024-04-10T16:40:51.261Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3323 | 2024-04-10T16:40:53.862Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3324 | 2024-04-10T16:40:53.887Z | Documenting termios v0.3.3 |
3325 | 2024-04-10T16:40:55.395Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3326 | 2024-04-10T16:40:57.827Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3327 | 2024-04-10T16:40:59.893Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3328 | 2024-04-10T16:41:03.911Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3329 | 2024-04-10T16:41:10.424Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3330 | 2024-04-10T16:41:10.499Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3331 | 2024-04-10T16:41:21.748Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3332 | 2024-04-10T16:41:34.496Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3333 | 2024-04-10T16:41:35.104Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3334 | 2024-04-10T16:41:36.102Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3335 | 2024-04-10T16:41:37.641Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3336 | 2024-04-10T16:41:39.066Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3337 | 2024-04-10T16:41:41.011Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3338 | 2024-04-10T16:41:44.891Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3339 | 2024-04-10T16:42:14.810Z | warning: unresolved link to `VolumeConstructionRequest` |
3340 | 2024-04-10T16:42:14.810Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3341 | 2024-04-10T16:42:14.810Z | | |
3342 | 2024-04-10T16:42:14.810Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3343 | 2024-04-10T16:42:14.810Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3344 | 2024-04-10T16:42:14.810Z | | |
3345 | 2024-04-10T16:42:14.810Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3346 | 2024-04-10T16:42:14.810Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3347 | 2024-04-10T16:42:14.810Z | |
3348 | 2024-04-10T16:42:14.863Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3349 | 2024-04-10T16:42:14.863Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3350 | 2024-04-10T16:42:14.864Z | | |
3351 | 2024-04-10T16:42:14.864Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3352 | 2024-04-10T16:42:14.864Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3353 | 2024-04-10T16:42:14.864Z | |
3354 | 2024-04-10T16:42:14.864Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3355 | 2024-04-10T16:42:14.864Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3356 | 2024-04-10T16:42:14.864Z | | |
3357 | 2024-04-10T16:42:14.864Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3358 | 2024-04-10T16:42:14.864Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3359 | 2024-04-10T16:42:14.864Z | |
3360 | 2024-04-10T16:42:14.864Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3361 | 2024-04-10T16:42:14.864Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3362 | 2024-04-10T16:42:14.864Z | | |
3363 | 2024-04-10T16:42:14.864Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3364 | 2024-04-10T16:42:14.864Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3365 | 2024-04-10T16:42:14.864Z | |
3366 | 2024-04-10T16:42:14.864Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3367 | 2024-04-10T16:42:14.864Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3368 | 2024-04-10T16:42:14.864Z | | |
3369 | 2024-04-10T16:42:14.864Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3370 | 2024-04-10T16:42:14.865Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3371 | 2024-04-10T16:42:14.865Z | |
3372 | 2024-04-10T16:42:14.865Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3373 | 2024-04-10T16:42:14.865Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3374 | 2024-04-10T16:42:14.865Z | | |
3375 | 2024-04-10T16:42:14.865Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3376 | 2024-04-10T16:42:14.865Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3377 | 2024-04-10T16:42:14.865Z | |
3378 | 2024-04-10T16:42:14.865Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3379 | 2024-04-10T16:42:14.865Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3380 | 2024-04-10T16:42:14.865Z | | |
3381 | 2024-04-10T16:42:14.865Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3382 | 2024-04-10T16:42:14.865Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3383 | 2024-04-10T16:42:14.865Z | |
3384 | 2024-04-10T16:42:18.617Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3385 | 2024-04-10T16:42:44.267Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 33s |
3386 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html |
3387 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/bootstore/index.html |
3388 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/bootstrap_agent_client/index.html |
3389 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/caboose_util/index.html |
3390 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/crdb_seed/index.html |
3391 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/db_macros/index.html |
3392 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/dns_server/index.html |
3393 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/apigen/index.html |
3394 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/dns_db_dump/index.html |
3395 | 2024-04-10T16:42:44.349Z | Generated /work/oxidecomputer/omicron/target/doc/dnsadm/index.html |
3396 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
3397 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/dpd_client/index.html |
3398 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_cli/index.html |
3399 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_client/index.html |
3400 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/gateway_test_utils/index.html |
3401 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/illumos_utils/index.html |
3402 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/installinator/index.html |
3403 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifact_client/index.html |
3404 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_artifactd/index.html |
3405 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/installinator_common/index.html |
3406 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
3407 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/dnswait/index.html |
3408 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/ipcc/index.html |
3409 | 2024-04-10T16:42:44.442Z | Generated /work/oxidecomputer/omicron/target/doc/key_manager/index.html |
3410 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
3411 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_config/index.html |
3412 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_model/index.html |
3413 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_db_queries/index.html |
3414 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_defaults/index.html |
3415 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_inventory/index.html |
3416 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_macros_common/index.html |
3417 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_metrics_producer_gc/index.html |
3418 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_networking/index.html |
3419 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_execution/index.html |
3420 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_planning/index.html |
3421 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_reconfigurator_preparation/index.html |
3422 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/nexus_types/index.html |
3423 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_certificates/index.html |
3424 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
3425 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_ddm_admin_client/index.html |
3426 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_gateway/index.html |
3427 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_nexus/index.html |
3428 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/schema_updater/index.html |
3429 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_package/index.html |
3430 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
3431 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_rpaths/index.html |
3432 | 2024-04-10T16:42:44.443Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_sled_agent/index.html |
3433 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/services_ledger_check_migrate/index.html |
3434 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/zone_bundle/index.html |
3435 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_test_utils/index.html |
3436 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner/index.html |
3437 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/falcon_runner_cli/index.html |
3438 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/omicron_uuid_kinds/index.html |
3439 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oxide_client/index.html |
3440 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3441 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_client/index.html |
3442 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_collector/index.html |
3443 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/clickhouse_schema_updater/index.html |
3444 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
3445 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_db/index.html |
3446 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_instruments/index.html |
3447 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_macro_impl/index.html |
3448 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
3449 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/oxlog/index.html |
3450 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/sled_agent_client/index.html |
3451 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware/index.html |
3452 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/sled_hardware_types/index.html |
3453 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/sled_storage/index.html |
3454 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/sp_sim/index.html |
3455 | 2024-04-10T16:42:44.444Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous/index.html |
3456 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/tufaceous_lib/index.html |
3457 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/typed_rng/index.html |
3458 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/update_common/index.html |
3459 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/update_engine/index.html |
3460 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicket/index.html |
3461 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_common/index.html |
3462 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg/index.html |
3463 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicket_dbg_server/index.html |
3464 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd/index.html |
3465 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/wicketd_client/index.html |
3466 | 2024-04-10T16:42:44.445Z | Generated /work/oxidecomputer/omicron/target/doc/zone_networking/index.html |
3467 | 2024-04-10T16:42:44.472Z | |
3468 | 2024-04-10T16:42:44.472Z | real 11:33.620359034 |
3469 | 2024-04-10T16:42:44.472Z | user 28:51.144341688 |
3470 | 2024-04-10T16:42:44.472Z | sys 47:19.769772215 |
3471 | 2024-04-10T16:42:44.472Z | trap 0.822153288 |
3472 | 2024-04-10T16:42:44.472Z | tflt 0.165151182 |
3473 | 2024-04-10T16:42:44.472Z | dflt 1.078763468 |
3474 | 2024-04-10T16:42:44.472Z | kflt 0.000741988 |
3475 | 2024-04-10T16:42:44.472Z | lock 3:19:45.886921453 |
3476 | 2024-04-10T16:42:44.472Z | slp 3:08:04.228094752 |
3477 | 2024-04-10T16:42:44.472Z | lat 4:17.067179379 |
3478 | 2024-04-10T16:42:44.472Z | stop 1:56.839306949 |
3479 | 2024-04-10T16:42:44.473Z | process exited: duration 1268868 ms, exit code 0 |
|
3480 | 2024-04-10T16:42:44.525Z | found 0 output files |