|
|
|
1 | 2023-12-09T05:54:24.475Z | job assigned to worker 01HH6J4NEAG6YJD6B7WS1SM2W2 (queued for 1 m 56 s) |
|
2 | 2023-12-09T05:54:25.285Z | starting task 0: "setup" |
3 | 2023-12-09T05:54:25.383Z | ++ uname -s |
4 | 2023-12-09T05:54:25.407Z | + kern=SunOS |
5 | 2023-12-09T05:54:25.407Z | + case "$kern" in |
6 | 2023-12-09T05:54:25.408Z | + groupadd -g 12345 build |
7 | 2023-12-09T05:54:25.408Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-09T05:54:27.746Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-09T05:54:28.599Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-09T05:54:28.599Z | + home_fs=zfs |
11 | 2023-12-09T05:54:28.599Z | + [[ zfs == autofs ]] |
12 | 2023-12-09T05:54:28.599Z | + mkdir -p /home/build |
13 | 2023-12-09T05:54:28.600Z | + chown build:build /home/build /work |
14 | 2023-12-09T05:54:31.017Z | + chmod 0700 /home/build /work |
15 | 2023-12-09T05:54:32.801Z | process exited: duration 4238 ms, exit code 0 |
|
16 | 2023-12-09T05:54:54.191Z | starting task 1: "rust-toolchain" |
17 | 2023-12-09T05:54:54.525Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-09T05:54:54.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-09T05:54:54.525Z | info: downloading installer |
20 | 2023-12-09T05:54:54.525Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-09T05:54:54.525Z | warning: /opt/ooce/bin |
22 | 2023-12-09T05:54:54.525Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-09T05:54:54.526Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-09T05:54:54.526Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-09T05:54:54.526Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-09T05:54:54.526Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-09T05:54:54.527Z | error: cannot install while Rust is installed |
28 | 2023-12-09T05:54:54.527Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-09T05:54:54.527Z | info: profile set to 'default' |
30 | 2023-12-09T05:54:54.527Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-09T05:54:54.528Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-09T05:54:54.528Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-09T05:54:54.528Z | info: downloading component 'cargo' |
34 | 2023-12-09T05:54:54.528Z | info: downloading component 'clippy' |
35 | 2023-12-09T05:54:54.528Z | info: downloading component 'rust-docs' |
36 | 2023-12-09T05:54:54.528Z | info: downloading component 'rust-std' |
37 | 2023-12-09T05:54:54.528Z | info: downloading component 'rustc' |
38 | 2023-12-09T05:54:54.529Z | info: downloading component 'rustfmt' |
39 | 2023-12-09T05:54:54.529Z | info: installing component 'cargo' |
40 | 2023-12-09T05:54:54.529Z | info: installing component 'clippy' |
41 | 2023-12-09T05:54:54.529Z | info: installing component 'rust-docs' |
42 | 2023-12-09T05:54:54.529Z | info: installing component 'rust-std' |
43 | 2023-12-09T05:54:54.530Z | info: installing component 'rustc' |
44 | 2023-12-09T05:55:01.769Z | info: installing component 'rustfmt' |
45 | 2023-12-09T05:55:02.364Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-09T05:55:02.364Z | |
47 | 2023-12-09T05:55:02.527Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-09T05:55:02.528Z | |
49 | 2023-12-09T05:55:02.551Z | |
50 | 2023-12-09T05:55:02.552Z | Rust is installed now. Great! |
51 | 2023-12-09T05:55:02.552Z | |
52 | 2023-12-09T05:55:02.552Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-09T05:55:02.552Z | environment variable. This has not been done automatically. |
54 | 2023-12-09T05:55:02.552Z | |
55 | 2023-12-09T05:55:02.552Z | To configure your current shell, run: |
56 | 2023-12-09T05:55:02.553Z | source "$HOME/.cargo/env" |
57 | 2023-12-09T05:55:03.055Z | + rustc --version |
58 | 2023-12-09T05:55:03.068Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-09T05:55:03.069Z | process exited: duration 28314 ms, exit code 0 |
|
60 | 2023-12-09T05:55:03.102Z | starting task 2: "authentication" |
61 | 2023-12-09T05:55:04.428Z | process exited: duration 1334 ms, exit code 0 |
|
62 | 2023-12-09T05:55:05.711Z | starting task 3: "clone repository" |
63 | 2023-12-09T05:55:05.725Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-09T05:55:05.725Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-09T05:55:05.725Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-09T05:55:11.363Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-09T05:55:11.363Z | + [[ -n renovate/openapiv3-2.x ]] |
68 | 2023-12-09T05:55:11.394Z | + git fetch origin renovate/openapiv3-2.x |
69 | 2023-12-09T05:55:11.730Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-09T05:55:11.731Z | * branch renovate/openapiv3-2.x -> FETCH_HEAD |
71 | 2023-12-09T05:55:11.747Z | + git checkout -B renovate/openapiv3-2.x remotes/origin/renovate/openapiv3-2.x |
72 | 2023-12-09T05:55:11.935Z | Switched to a new branch 'renovate/openapiv3-2.x' |
73 | 2023-12-09T05:55:11.971Z | branch 'renovate/openapiv3-2.x' set up to track 'origin/renovate/openapiv3-2.x'. |
74 | 2023-12-09T05:55:11.973Z | + git reset --hard 6897883d0685203ebb835213cc736590df67b6c4 |
75 | 2023-12-09T05:55:11.973Z | HEAD is now at 6897883d Update Rust crate openapiv3 to 2.0.0 |
76 | 2023-12-09T05:55:11.973Z | process exited: duration 7394 ms, exit code 0 |
|
77 | 2023-12-09T05:55:12.031Z | starting task 4: "build" |
78 | 2023-12-09T05:55:12.050Z | + cargo --version |
79 | 2023-12-09T05:55:12.050Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-09T05:55:12.275Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-09T05:55:12.276Z | info: downloading component 'cargo' |
82 | 2023-12-09T05:55:13.250Z | info: downloading component 'clippy' |
83 | 2023-12-09T05:55:13.554Z | info: downloading component 'rust-docs' |
84 | 2023-12-09T05:55:14.776Z | info: downloading component 'rust-std' |
85 | 2023-12-09T05:55:16.736Z | info: downloading component 'rustc' |
86 | 2023-12-09T05:55:21.670Z | info: downloading component 'rustfmt' |
87 | 2023-12-09T05:55:21.960Z | info: installing component 'cargo' |
88 | 2023-12-09T05:55:23.721Z | info: installing component 'clippy' |
89 | 2023-12-09T05:55:24.348Z | info: installing component 'rust-docs' |
90 | 2023-12-09T05:55:27.309Z | info: installing component 'rust-std' |
91 | 2023-12-09T05:55:29.963Z | info: installing component 'rustc' |
92 | 2023-12-09T05:55:35.894Z | info: installing component 'rustfmt' |
93 | 2023-12-09T05:55:36.441Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-09T05:55:36.445Z | + rustc --version |
95 | 2023-12-09T05:55:36.566Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-09T05:55:36.586Z | + source ./env.sh |
97 | 2023-12-09T05:55:36.587Z | ++ set -o xtrace |
98 | 2023-12-09T05:55:36.587Z | ++++ dirname ./env.sh |
99 | 2023-12-09T05:55:36.587Z | +++ cd . |
100 | 2023-12-09T05:55:36.587Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-09T05:55:36.587Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-09T05:55:36.603Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-09T05:55:36.603Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-09T05:55:36.604Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-09T05:55:36.605Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-09T05:55:36.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-09T05:55:36.605Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-09T05:55:36.605Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-09T05:55:36.606Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-09T05:55:36.606Z | ++ unset OMICRON_WS |
111 | 2023-12-09T05:55:36.606Z | ++ set +o xtrace |
112 | 2023-12-09T05:55:36.747Z | |
113 | 2023-12-09T05:55:36.747Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-09T05:55:36.748Z | # # # # # # # # # # # # # # # |
115 | 2023-12-09T05:55:36.748Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-09T05:55:36.748Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-09T05:55:36.748Z | # # # # # # # # # # # # # # # |
118 | 2023-12-09T05:55:36.748Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-09T05:55:36.748Z | |
120 | 2023-12-09T05:55:50.186Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-09T05:55:50.610Z | Startup: Caching catalogs ... Done |
122 | 2023-12-09T05:55:53.289Z | Planning: Solver setup ... Done (6.666s) |
123 | 2023-12-09T05:55:53.437Z | Planning: Running solver ... Done (0.153s) |
124 | 2023-12-09T05:55:53.511Z | Planning: Finding local manifests ... Done (0.005s) |
125 | 2023-12-09T05:55:53.530Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-09T05:55:53.788Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-09T05:55:54.225Z | Planning: Package planning ... Done (0.094s) |
128 | 2023-12-09T05:55:54.225Z | Planning: Merging actions ... Done (0.087s) |
129 | 2023-12-09T05:55:54.715Z | Planning: Checking for conflicting actions ... Done (0.624s) |
130 | 2023-12-09T05:55:54.745Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-09T05:55:57.365Z | Planning: Evaluating mediators ... Done (2.753s) |
132 | 2023-12-09T05:55:57.477Z | Planning: Planning completed in 11.21 seconds |
133 | 2023-12-09T05:55:57.501Z | Packages to install: 4 |
134 | 2023-12-09T05:55:57.515Z | Packages to update: 2 |
135 | 2023-12-09T05:55:57.516Z | Mediators to change: 2 |
136 | 2023-12-09T05:55:57.516Z | Services to change: 1 |
137 | 2023-12-09T05:55:57.516Z | Estimated space available: 148.88 GB |
138 | 2023-12-09T05:55:57.517Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-09T05:55:57.517Z | Create boot environment: No |
140 | 2023-12-09T05:55:57.517Z | Create backup boot environment: Yes |
141 | 2023-12-09T05:55:57.517Z | Rebuild boot archive: No |
142 | 2023-12-09T05:55:57.518Z | |
143 | 2023-12-09T05:55:57.518Z | Changed mediators: |
144 | 2023-12-09T05:55:57.518Z | mediator clang: |
145 | 2023-12-09T05:55:57.518Z | version: None -> 15 (system default) |
146 | 2023-12-09T05:55:57.518Z | |
147 | 2023-12-09T05:55:57.519Z | mediator llvm: |
148 | 2023-12-09T05:55:57.519Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-09T05:55:57.519Z | |
150 | 2023-12-09T05:55:57.519Z | Changed packages: |
151 | 2023-12-09T05:55:57.523Z | helios-dev |
152 | 2023-12-09T05:55:57.523Z | developer/build-essential |
153 | 2023-12-09T05:55:57.523Z | None -> 11-2.0 |
154 | 2023-12-09T05:55:57.523Z | library/libxmlsec1 |
155 | 2023-12-09T05:55:57.524Z | None -> 1.2.35-2.0 |
156 | 2023-12-09T05:55:57.524Z | ooce/developer/clang-15 |
157 | 2023-12-09T05:55:57.524Z | None -> 15.0.7-2.0 |
158 | 2023-12-09T05:55:57.524Z | ooce/developer/llvm-15 |
159 | 2023-12-09T05:55:57.524Z | None -> 15.0.7-2.0 |
160 | 2023-12-09T05:55:57.525Z | system/library/g++-runtime |
161 | 2023-12-09T05:55:57.525Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-09T05:55:57.525Z | system/library/gcc-runtime |
163 | 2023-12-09T05:55:57.525Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-09T05:55:57.526Z | |
165 | 2023-12-09T05:55:57.526Z | Services: |
166 | 2023-12-09T05:55:57.534Z | restart_fmri: |
167 | 2023-12-09T05:55:57.534Z | svc:/system/update-man-index:default |
168 | 2023-12-09T05:55:58.087Z | |
169 | 2023-12-09T05:55:58.087Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-09T05:56:02.688Z | Download: 287/3330 items 15.7/221.1MB 7% complete (3.3M/s) |
171 | 2023-12-09T05:56:07.802Z | Download: 692/3330 items 18.0/221.1MB 8% complete (1.9M/s) |
172 | 2023-12-09T05:56:12.851Z | Download: 954/3330 items 19.3/221.1MB 8% complete (741k/s) |
173 | 2023-12-09T05:56:18.060Z | Download: 1193/3330 items 83.5/221.1MB 37% complete (6.5M/s) |
174 | 2023-12-09T05:56:23.054Z | Download: 1217/3330 items 87.2/221.1MB 39% complete (6.7M/s) |
175 | 2023-12-09T05:56:28.058Z | Download: 1651/3330 items 117.7/221.1MB 53% complete (3.5M/s) |
176 | 2023-12-09T05:56:33.180Z | Download: 2218/3330 items 119.2/221.1MB 53% complete (3.6M/s) |
177 | 2023-12-09T05:56:38.170Z | Download: 2252/3330 items 119.4/221.1MB 53% complete (168k/s) |
178 | 2023-12-09T05:56:43.182Z | Download: 2434/3330 items 120.1/221.1MB 54% complete (100k/s) |
179 | 2023-12-09T05:56:48.254Z | Download: 2748/3330 items 120.9/221.1MB 54% complete (160k/s) |
180 | 2023-12-09T05:56:53.269Z | Download: 3088/3330 items 121.5/221.1MB 54% complete (137k/s) |
181 | 2023-12-09T05:56:58.310Z | Download: 3206/3330 items 191.4/221.1MB 86% complete (6.9M/s) |
182 | 2023-12-09T05:57:06.301Z | Download: 3244/3330 items 201.6/221.1MB 91% complete (7.9M/s) |
183 | 2023-12-09T05:57:19.487Z | Download: 3247/3330 items 202.0/221.1MB 91% complete (5.7M/s) |
184 | 2023-12-09T05:57:23.504Z | Download: 3247/3330 items 202.0/221.1MB 91% complete |
185 | 2023-12-09T05:57:28.503Z | Download: 3288/3330 items 212.6/221.1MB 96% complete (2.8M/s) |
186 | 2023-12-09T05:57:37.791Z | Download: 3297/3330 items 218.0/221.1MB 98% complete (1.6M/s) |
187 | 2023-12-09T05:57:43.920Z | Download: 3328/3330 items 221.0/221.1MB 99% complete (945k/s) |
188 | 2023-12-09T05:57:44.574Z | Download: Completed 221.11 MB in 106.91 seconds (2.1M/s) |
189 | 2023-12-09T05:57:46.753Z | Actions: 1/3766 actions (Removing old actions) |
190 | 2023-12-09T05:57:46.753Z | Actions: 5/3766 actions (Installing new actions) |
191 | 2023-12-09T05:57:51.783Z | Actions: 2297/3766 actions (Installing new actions) |
192 | 2023-12-09T05:57:55.119Z | Actions: 3729/3766 actions (Updating modified actions) |
193 | 2023-12-09T05:57:55.641Z | Actions: Completed 3766 actions in 8.88 seconds. |
194 | 2023-12-09T05:57:55.745Z | Done (0.108s) |
195 | 2023-12-09T05:57:55.749Z | Done (0.000s) |
196 | 2023-12-09T05:57:56.023Z | Done (0.273s) |
197 | 2023-12-09T05:58:03.635Z | Done (7.493s) |
198 | 2023-12-09T05:58:03.827Z | Done (0.090s) |
199 | 2023-12-09T05:58:03.831Z | Done (0.000s) |
200 | 2023-12-09T05:58:04.052Z | Done (0.000s) |
201 | 2023-12-09T05:58:04.754Z | Planning: Evaluating mediator changes ... Done |
202 | 2023-12-09T05:58:05.051Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-12-09T05:58:05.061Z | Planning: Consolidating action changes ... Done |
204 | 2023-12-09T05:58:05.500Z | Planning: Evaluating mediators ... Done |
205 | 2023-12-09T05:58:05.504Z | Planning: Planning completed in 0.75 seconds |
206 | 2023-12-09T05:58:05.565Z | Mediators to change: 2 |
207 | 2023-12-09T05:58:05.568Z | Create boot environment: No |
208 | 2023-12-09T05:58:05.568Z | Create backup boot environment: No |
209 | 2023-12-09T05:58:05.664Z | Done |
210 | 2023-12-09T05:58:05.665Z | Done |
211 | 2023-12-09T05:58:05.832Z | Done |
212 | 2023-12-09T05:58:11.734Z | Done |
213 | 2023-12-09T05:58:11.855Z | Done |
214 | 2023-12-09T05:58:11.880Z | Done |
215 | 2023-12-09T05:58:11.960Z | Done |
216 | 2023-12-09T05:58:22.008Z | Planning: Evaluating mediator changes ... Done |
217 | 2023-12-09T05:58:22.386Z | Planning: Merging actions ... Done |
218 | 2023-12-09T05:58:22.386Z | Planning: Checking for conflicting actions ... Done |
219 | 2023-12-09T05:58:22.386Z | Planning: Consolidating action changes ... Done |
220 | 2023-12-09T05:58:22.386Z | Planning: Evaluating mediators ... Done |
221 | 2023-12-09T05:58:22.386Z | Planning: Planning completed in 1.28 seconds |
222 | 2023-12-09T05:58:22.386Z | Packages to change: 1 |
223 | 2023-12-09T05:58:22.386Z | Mediators to change: 1 |
224 | 2023-12-09T05:58:22.387Z | Services to change: 1 |
225 | 2023-12-09T05:58:22.387Z | Create boot environment: No |
226 | 2023-12-09T05:58:22.387Z | Create backup boot environment: Yes |
227 | 2023-12-09T05:58:22.904Z | Actions: 1/6 actions (Updating modified actions) |
228 | 2023-12-09T05:58:22.904Z | Actions: Completed 6 actions in 0.00 seconds. |
229 | 2023-12-09T05:58:22.904Z | Done |
230 | 2023-12-09T05:58:22.904Z | Done |
231 | 2023-12-09T05:58:22.904Z | Done |
232 | 2023-12-09T05:58:22.904Z | Done |
233 | 2023-12-09T05:58:22.904Z | Done |
234 | 2023-12-09T05:58:22.904Z | Done |
235 | 2023-12-09T05:58:22.904Z | Done |
236 | 2023-12-09T05:58:23.202Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
237 | 2023-12-09T05:58:23.202Z | clang system 15 system |
238 | 2023-12-09T05:58:23.202Z | csh system system illumos |
239 | 2023-12-09T05:58:23.202Z | ctags system system illumos |
240 | 2023-12-09T05:58:23.202Z | gcc vendor 12 vendor |
241 | 2023-12-09T05:58:23.202Z | gcc system 10 system |
242 | 2023-12-09T05:58:23.202Z | gcc system 7 system |
243 | 2023-12-09T05:58:23.202Z | go system 1.20 system |
244 | 2023-12-09T05:58:23.203Z | go system 1.19 system |
245 | 2023-12-09T05:58:23.203Z | llvm system 15 system |
246 | 2023-12-09T05:58:23.203Z | llvm system 14 system |
247 | 2023-12-09T05:58:23.203Z | mariadb system 10.6 system |
248 | 2023-12-09T05:58:23.203Z | mta vendor vendor dma |
249 | 2023-12-09T05:58:23.203Z | openjdk system 17 system |
250 | 2023-12-09T05:58:23.203Z | openjdk system 11 system |
251 | 2023-12-09T05:58:23.203Z | openjdk system 1.8 system |
252 | 2023-12-09T05:58:23.204Z | openssl vendor 3 vendor |
253 | 2023-12-09T05:58:23.204Z | perl system 5.36 system |
254 | 2023-12-09T05:58:23.204Z | postgresql system 15 system |
255 | 2023-12-09T05:58:23.204Z | postgresql system 13 system |
256 | 2023-12-09T05:58:23.204Z | python vendor 3 vendor |
257 | 2023-12-09T05:58:23.204Z | python system 2 system |
258 | 2023-12-09T05:58:23.204Z | python3 system 3.11 system |
259 | 2023-12-09T05:58:23.204Z | ruby system 3.0 system |
260 | 2023-12-09T05:58:23.204Z | words vendor vendor american-english |
261 | 2023-12-09T05:58:23.205Z | words system system australian-english |
262 | 2023-12-09T05:58:23.205Z | words system system british-english |
263 | 2023-12-09T05:58:23.205Z | words system system canadian-english |
264 | 2023-12-09T05:58:23.205Z | words system system french |
265 | 2023-12-09T05:58:23.205Z | words system system italian |
266 | 2023-12-09T05:58:23.205Z | words system system ngerman |
267 | 2023-12-09T05:58:23.205Z | words system system ogerman |
268 | 2023-12-09T05:58:23.205Z | words system system spanish |
269 | 2023-12-09T05:58:23.345Z | FMRI IFO |
270 | 2023-12-09T05:58:23.345Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
271 | 2023-12-09T05:58:23.345Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
272 | 2023-12-09T05:58:23.345Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
273 | 2023-12-09T05:58:23.346Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
274 | 2023-12-09T05:58:23.346Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
275 | 2023-12-09T05:58:23.346Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
276 | 2023-12-09T05:58:23.346Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
277 | 2023-12-09T05:58:23.346Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
278 | 2023-12-09T05:58:23.346Z | + set -o errexit |
279 | 2023-12-09T05:58:23.348Z | +++ dirname ./tools/ci_download_cockroachdb |
280 | 2023-12-09T05:58:23.348Z | ++ cd ./tools |
281 | 2023-12-09T05:58:23.348Z | ++ pwd |
282 | 2023-12-09T05:58:23.348Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
283 | 2023-12-09T05:58:23.349Z | ++ basename ./tools/ci_download_cockroachdb |
284 | 2023-12-09T05:58:23.349Z | + ARG0=ci_download_cockroachdb |
285 | 2023-12-09T05:58:23.349Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
286 | 2023-12-09T05:58:23.349Z | + CIDL_VERSION=v22.1.9 |
287 | 2023-12-09T05:58:23.349Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
288 | 2023-12-09T05:58:23.349Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
289 | 2023-12-09T05:58:23.349Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
290 | 2023-12-09T05:58:23.350Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-12-09T05:58:23.350Z | + TARGET_DIR=out |
292 | 2023-12-09T05:58:23.350Z | + DOWNLOAD_DIR=out/downloads |
293 | 2023-12-09T05:58:23.350Z | + DEST_DIR=./out/cockroachdb |
294 | 2023-12-09T05:58:23.350Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
295 | 2023-12-09T05:58:23.350Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
296 | 2023-12-09T05:58:23.350Z | + main |
297 | 2023-12-09T05:58:23.350Z | + [[ 0 != 0 ]] |
298 | 2023-12-09T05:58:23.350Z | + CIDL_OS=solaris2.11 |
299 | 2023-12-09T05:58:23.350Z | + [[ 0 != 0 ]] |
300 | 2023-12-09T05:58:23.351Z | + configure_os solaris2.11 |
301 | 2023-12-09T05:58:23.351Z | + echo 'current directory: /work/oxidecomputer/omicron' |
302 | 2023-12-09T05:58:23.351Z | current directory: /work/oxidecomputer/omicron |
303 | 2023-12-09T05:58:23.351Z | + echo 'configuring based on OS: "solaris2.11"' |
304 | 2023-12-09T05:58:23.351Z | + case "$1" in |
305 | 2023-12-09T05:58:23.351Z | configuring based on OS: "solaris2.11" |
306 | 2023-12-09T05:58:23.351Z | + CIDL_BUILD=illumos |
307 | 2023-12-09T05:58:23.351Z | + CIDL_SUFFIX=tar.gz |
308 | 2023-12-09T05:58:23.351Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
309 | 2023-12-09T05:58:23.352Z | + CIDL_MD5FUNC=do_md5sum |
310 | 2023-12-09T05:58:23.352Z | + CIDL_URL_BASE=https://illumos.org/downloads |
311 | 2023-12-09T05:58:23.352Z | + CIDL_ASSEMBLE=do_assemble_illumos |
312 | 2023-12-09T05:58:23.352Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
313 | 2023-12-09T05:58:23.352Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-09T05:58:23.352Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-09T05:58:23.352Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
316 | 2023-12-09T05:58:23.352Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-09T05:58:23.352Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
318 | 2023-12-09T05:58:23.352Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-09T05:58:23.352Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
320 | 2023-12-09T05:58:23.353Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2023-12-09T05:58:23.353Z | + mkdir -p out/downloads |
322 | 2023-12-09T05:58:23.353Z | + mkdir -p ./out/cockroachdb |
323 | 2023-12-09T05:58:23.353Z | + local DO_DOWNLOAD=true |
324 | 2023-12-09T05:58:23.353Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
325 | 2023-12-09T05:58:23.353Z | + '[' true == true ']' |
326 | 2023-12-09T05:58:23.353Z | + echo Downloading... |
327 | 2023-12-09T05:58:23.354Z | Downloading... |
328 | 2023-12-09T05:58:23.354Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
329 | 2023-12-09T05:58:23.355Z | + 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 |
330 | 2023-12-09T05:58:31.340Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
331 | 2023-12-09T05:58:31.344Z | ++ md5sum |
332 | 2023-12-09T05:58:31.344Z | ++ awk '{print $1}' |
333 | 2023-12-09T05:58:31.524Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
334 | 2023-12-09T05:58:31.524Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
335 | 2023-12-09T05:58:31.524Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
336 | 2023-12-09T05:58:31.528Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
337 | 2023-12-09T05:58:35.089Z | + do_assemble_illumos |
338 | 2023-12-09T05:58:35.089Z | + rm -r ./out/cockroachdb |
339 | 2023-12-09T05:58:35.094Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
340 | 2023-12-09T05:58:35.757Z | + ./out/cockroachdb/bin/cockroach version |
341 | 2023-12-09T05:58:36.491Z | Build Tag: v22.1.9-dirty |
342 | 2023-12-09T05:58:36.491Z | Build Time: 2022/10/26 21:17:46 |
343 | 2023-12-09T05:58:36.491Z | Distribution: OSS |
344 | 2023-12-09T05:58:36.492Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
345 | 2023-12-09T05:58:36.492Z | Go Version: go1.17.13 |
346 | 2023-12-09T05:58:36.492Z | C Compiler: gcc 10.3.0 |
347 | 2023-12-09T05:58:36.492Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
348 | 2023-12-09T05:58:36.492Z | Build Type: release |
349 | 2023-12-09T05:58:36.514Z | + set -o errexit |
350 | 2023-12-09T05:58:36.514Z | +++ dirname ./tools/ci_download_clickhouse |
351 | 2023-12-09T05:58:36.514Z | ++ cd ./tools |
352 | 2023-12-09T05:58:36.514Z | ++ pwd |
353 | 2023-12-09T05:58:36.514Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
354 | 2023-12-09T05:58:36.514Z | ++ basename ./tools/ci_download_clickhouse |
355 | 2023-12-09T05:58:36.515Z | + ARG0=ci_download_clickhouse |
356 | 2023-12-09T05:58:36.515Z | + TARGET_DIR=out |
357 | 2023-12-09T05:58:36.515Z | + DOWNLOAD_DIR=out/downloads |
358 | 2023-12-09T05:58:36.515Z | + DEST_DIR=./out/clickhouse |
359 | 2023-12-09T05:58:36.515Z | + CIDL_VERSION=v22.8.9.24 |
360 | 2023-12-09T05:58:36.515Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
361 | 2023-12-09T05:58:36.515Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
362 | 2023-12-09T05:58:36.515Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
363 | 2023-12-09T05:58:36.515Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
364 | 2023-12-09T05:58:36.515Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
365 | 2023-12-09T05:58:36.516Z | + main |
366 | 2023-12-09T05:58:36.516Z | + [[ 0 != 0 ]] |
367 | 2023-12-09T05:58:36.516Z | + CIDL_OS=solaris2.11 |
368 | 2023-12-09T05:58:36.516Z | + [[ 0 != 0 ]] |
369 | 2023-12-09T05:58:36.516Z | + configure_os solaris2.11 |
370 | 2023-12-09T05:58:36.516Z | + echo 'current directory: /work/oxidecomputer/omicron' |
371 | 2023-12-09T05:58:36.516Z | current directory: /work/oxidecomputer/omicron |
372 | 2023-12-09T05:58:36.518Z | configuring based on OS: "solaris2.11" |
373 | 2023-12-09T05:58:36.518Z | + echo 'configuring based on OS: "solaris2.11"' |
374 | 2023-12-09T05:58:36.518Z | + CIDL_DASHREV= |
375 | 2023-12-09T05:58:36.519Z | + case "$1" in |
376 | 2023-12-09T05:58:36.519Z | + CIDL_PLATFORM=illumos |
377 | 2023-12-09T05:58:36.519Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
378 | 2023-12-09T05:58:36.520Z | + CIDL_MD5FUNC=do_md5sum |
379 | 2023-12-09T05:58:36.520Z | + CIDL_DASHREV=-1 |
380 | 2023-12-09T05:58:36.520Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
381 | 2023-12-09T05:58:36.520Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-09T05:58:36.520Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2023-12-09T05:58:36.521Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
384 | 2023-12-09T05:58:36.521Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
385 | 2023-12-09T05:58:36.521Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2023-12-09T05:58:36.521Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
387 | 2023-12-09T05:58:36.521Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
388 | 2023-12-09T05:58:36.521Z | + mkdir -p out/downloads |
389 | 2023-12-09T05:58:36.522Z | + mkdir -p ./out/clickhouse |
390 | 2023-12-09T05:58:36.522Z | + local DO_DOWNLOAD=true |
391 | 2023-12-09T05:58:36.522Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
392 | 2023-12-09T05:58:36.522Z | + '[' true == true ']' |
393 | 2023-12-09T05:58:36.522Z | + echo Downloading... |
394 | 2023-12-09T05:58:36.522Z | Downloading... |
395 | 2023-12-09T05:58:36.523Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
396 | 2023-12-09T05:58:36.523Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
397 | 2023-12-09T05:58:37.548Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
398 | 2023-12-09T05:58:38.007Z | ++ md5sum |
399 | 2023-12-09T05:58:38.007Z | ++ awk '{print $1}' |
400 | 2023-12-09T05:58:38.007Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
401 | 2023-12-09T05:58:38.007Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
402 | 2023-12-09T05:58:38.007Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
403 | 2023-12-09T05:58:38.007Z | + mkdir -p ./out/clickhouse |
404 | 2023-12-09T05:58:38.007Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
405 | 2023-12-09T05:58:43.015Z | + ./out/clickhouse/clickhouse server --version |
406 | 2023-12-09T05:58:54.151Z | ClickHouse server version 22.8.9.1. |
407 | 2023-12-09T05:58:54.151Z | + set -o errexit |
408 | 2023-12-09T05:58:54.151Z | +++ dirname ./tools/ci_download_console |
409 | 2023-12-09T05:58:54.151Z | ++ cd ./tools |
410 | 2023-12-09T05:58:54.151Z | ++ pwd |
411 | 2023-12-09T05:58:54.151Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-12-09T05:58:54.152Z | ++ basename ./tools/ci_download_console |
413 | 2023-12-09T05:58:54.152Z | + ARG0=ci_download_console |
414 | 2023-12-09T05:58:54.152Z | + TARGET_DIR=out |
415 | 2023-12-09T05:58:54.152Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-12-09T05:58:54.155Z | + DEST_DIR=./out/console-assets |
417 | 2023-12-09T05:58:54.155Z | + source /work/oxidecomputer/omicron/tools/console_version |
418 | 2023-12-09T05:58:54.155Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
419 | 2023-12-09T05:58:54.155Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
420 | 2023-12-09T05:58:54.155Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
421 | 2023-12-09T05:58:54.155Z | + TARBALL_FILE=out/downloads/console.tar.gz |
422 | 2023-12-09T05:58:54.155Z | + main |
423 | 2023-12-09T05:58:54.155Z | + [[ 0 != 0 ]] |
424 | 2023-12-09T05:58:54.155Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
425 | 2023-12-09T05:58:54.156Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
426 | 2023-12-09T05:58:54.156Z | + echo 'Local file: out/downloads/console.tar.gz' |
427 | 2023-12-09T05:58:54.156Z | Local file: out/downloads/console.tar.gz |
428 | 2023-12-09T05:58:54.156Z | + local DO_DOWNLOAD=true |
429 | 2023-12-09T05:58:54.156Z | + [[ -f out/downloads/console.tar.gz ]] |
430 | 2023-12-09T05:58:54.156Z | + mkdir -p out/downloads |
431 | 2023-12-09T05:58:54.156Z | + '[' true == true ']' |
432 | 2023-12-09T05:58:54.156Z | + echo Downloading... |
433 | 2023-12-09T05:58:54.156Z | Downloading... |
434 | 2023-12-09T05:58:54.156Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
435 | 2023-12-09T05:58:54.156Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
436 | 2023-12-09T05:58:54.405Z | ++ do_sha256sum out/downloads/console.tar.gz |
437 | 2023-12-09T05:58:54.405Z | ++ case "$OSTYPE" in |
438 | 2023-12-09T05:58:54.405Z | ++ SHA=sha256sum |
439 | 2023-12-09T05:58:54.405Z | ++ sha256sum |
440 | 2023-12-09T05:58:54.405Z | ++ awk '{print $1}' |
441 | 2023-12-09T05:58:54.405Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
442 | 2023-12-09T05:58:54.405Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
443 | 2023-12-09T05:58:54.405Z | + rm -rf ./out/console-assets |
444 | 2023-12-09T05:58:54.405Z | + mkdir -p ./out/console-assets |
445 | 2023-12-09T05:58:54.405Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
446 | 2023-12-09T05:58:54.405Z | + mkdir -p ./out/console-assets |
447 | 2023-12-09T05:58:54.406Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
448 | 2023-12-09T05:58:54.406Z | + set -o errexit |
449 | 2023-12-09T05:58:54.406Z | +++ dirname ./tools/ci_download_maghemite_openapi |
450 | 2023-12-09T05:58:54.406Z | ++ cd ./tools |
451 | 2023-12-09T05:58:54.406Z | ++ pwd |
452 | 2023-12-09T05:58:54.406Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
453 | 2023-12-09T05:58:54.406Z | ++ basename ./tools/ci_download_maghemite_openapi |
454 | 2023-12-09T05:58:54.406Z | + ARG0=ci_download_maghemite_openapi |
455 | 2023-12-09T05:58:54.406Z | + TARGET_DIR=out |
456 | 2023-12-09T05:58:54.406Z | + DOWNLOAD_DIR=out/downloads |
457 | 2023-12-09T05:58:54.406Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
458 | 2023-12-09T05:58:54.406Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
459 | 2023-12-09T05:58:54.406Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-12-09T05:58:54.406Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
461 | 2023-12-09T05:58:54.408Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-09T05:58:54.408Z | + main |
463 | 2023-12-09T05:58:54.408Z | + [[ 0 != 0 ]] |
464 | 2023-12-09T05:58:54.408Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
465 | 2023-12-09T05:58:54.408Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
466 | 2023-12-09T05:58:54.408Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
467 | 2023-12-09T05:58:54.408Z | + local DO_DOWNLOAD=true |
468 | 2023-12-09T05:58:54.408Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
469 | 2023-12-09T05:58:54.408Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
470 | 2023-12-09T05:58:54.408Z | + mkdir -p out/downloads |
471 | 2023-12-09T05:58:54.410Z | + '[' true == true ']' |
472 | 2023-12-09T05:58:54.410Z | + echo Downloading... |
473 | 2023-12-09T05:58:54.410Z | Downloading... |
474 | 2023-12-09T05:58:54.410Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
475 | 2023-12-09T05:58:54.410Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
476 | 2023-12-09T05:58:56.731Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
477 | 2023-12-09T05:58:56.731Z | ++ case "$OSTYPE" in |
478 | 2023-12-09T05:58:56.750Z | ++ SHA=sha256sum |
479 | 2023-12-09T05:58:56.750Z | ++ sha256sum |
480 | 2023-12-09T05:58:56.750Z | ++ awk '{print $1}' |
481 | 2023-12-09T05:58:56.750Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
482 | 2023-12-09T05:58:56.750Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
483 | 2023-12-09T05:58:56.750Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
484 | 2023-12-09T05:58:56.750Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
485 | 2023-12-09T05:58:56.750Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
486 | 2023-12-09T05:58:56.750Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
487 | 2023-12-09T05:58:56.750Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
488 | 2023-12-09T05:58:56.751Z | + main |
489 | 2023-12-09T05:58:56.751Z | + [[ 0 != 0 ]] |
490 | 2023-12-09T05:58:56.751Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
491 | 2023-12-09T05:58:56.751Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
492 | 2023-12-09T05:58:56.751Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
493 | 2023-12-09T05:58:56.751Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
494 | 2023-12-09T05:58:56.751Z | + local DO_DOWNLOAD=true |
495 | 2023-12-09T05:58:56.752Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
496 | 2023-12-09T05:58:56.752Z | + mkdir -p out/downloads |
497 | 2023-12-09T05:58:56.752Z | + '[' true == true ']' |
498 | 2023-12-09T05:58:56.752Z | + echo Downloading... |
499 | 2023-12-09T05:58:56.752Z | Downloading... |
500 | 2023-12-09T05:58:56.752Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
501 | 2023-12-09T05:58:56.752Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
502 | 2023-12-09T05:58:56.928Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
503 | 2023-12-09T05:58:56.944Z | ++ case "$OSTYPE" in |
504 | 2023-12-09T05:58:56.945Z | ++ SHA=sha256sum |
505 | 2023-12-09T05:58:56.945Z | ++ sha256sum |
506 | 2023-12-09T05:58:56.945Z | ++ awk '{print $1}' |
507 | 2023-12-09T05:58:56.945Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
508 | 2023-12-09T05:58:56.945Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
509 | 2023-12-09T05:58:56.945Z | + set -o errexit |
510 | 2023-12-09T05:58:56.945Z | +++ dirname ./tools/ci_download_dendrite_openapi |
511 | 2023-12-09T05:58:56.945Z | ++ cd ./tools |
512 | 2023-12-09T05:58:56.945Z | ++ pwd |
513 | 2023-12-09T05:58:56.945Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
514 | 2023-12-09T05:58:56.946Z | ++ basename ./tools/ci_download_dendrite_openapi |
515 | 2023-12-09T05:58:56.946Z | + ARG0=ci_download_dendrite_openapi |
516 | 2023-12-09T05:58:56.946Z | + TARGET_DIR=out |
517 | 2023-12-09T05:58:56.946Z | + DOWNLOAD_DIR=out/downloads |
518 | 2023-12-09T05:58:56.947Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
519 | 2023-12-09T05:58:56.947Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
520 | 2023-12-09T05:58:56.947Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-12-09T05:58:56.947Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
522 | 2023-12-09T05:58:56.947Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
523 | 2023-12-09T05:58:56.947Z | + main |
524 | 2023-12-09T05:58:56.947Z | + [[ 0 != 0 ]] |
525 | 2023-12-09T05:58:56.947Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
526 | 2023-12-09T05:58:56.947Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
527 | 2023-12-09T05:58:56.949Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
528 | 2023-12-09T05:58:56.949Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
529 | 2023-12-09T05:58:56.949Z | + local DO_DOWNLOAD=true |
530 | 2023-12-09T05:58:56.949Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
531 | 2023-12-09T05:58:56.949Z | + mkdir -p out/downloads |
532 | 2023-12-09T05:58:56.949Z | + '[' true == true ']' |
533 | 2023-12-09T05:58:56.949Z | + echo Downloading... |
534 | 2023-12-09T05:58:56.949Z | Downloading... |
535 | 2023-12-09T05:58:56.949Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
536 | 2023-12-09T05:58:56.949Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
537 | 2023-12-09T05:58:57.206Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
538 | 2023-12-09T05:58:57.206Z | ++ case "$OSTYPE" in |
539 | 2023-12-09T05:58:57.206Z | ++ SHA=sha256sum |
540 | 2023-12-09T05:58:57.225Z | ++ sha256sum |
541 | 2023-12-09T05:58:57.225Z | ++ awk '{print $1}' |
542 | 2023-12-09T05:58:57.225Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
543 | 2023-12-09T05:58:57.225Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
544 | 2023-12-09T05:58:57.225Z | + set -o errexit |
545 | 2023-12-09T05:58:57.239Z | +++ dirname ./tools/ci_download_dendrite_stub |
546 | 2023-12-09T05:58:57.240Z | ++ cd ./tools |
547 | 2023-12-09T05:58:57.240Z | ++ pwd |
548 | 2023-12-09T05:58:57.240Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
549 | 2023-12-09T05:58:57.240Z | ++ basename ./tools/ci_download_dendrite_stub |
550 | 2023-12-09T05:58:57.240Z | + ARG0=ci_download_dendrite_stub |
551 | 2023-12-09T05:58:57.241Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
552 | 2023-12-09T05:58:57.241Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
553 | 2023-12-09T05:58:57.241Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
554 | 2023-12-09T05:58:57.241Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
555 | 2023-12-09T05:58:57.241Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
556 | 2023-12-09T05:58:57.241Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
557 | 2023-12-09T05:58:57.242Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
558 | 2023-12-09T05:58:57.242Z | + TARGET_DIR=out |
559 | 2023-12-09T05:58:57.242Z | + DOWNLOAD_DIR=out/downloads |
560 | 2023-12-09T05:58:57.242Z | + DEST_DIR=./out/dendrite-stub |
561 | 2023-12-09T05:58:57.242Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
562 | 2023-12-09T05:58:57.243Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
563 | 2023-12-09T05:58:57.243Z | + REPO=oxidecomputer/dendrite |
564 | 2023-12-09T05:58:57.243Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
565 | 2023-12-09T05:58:57.243Z | + main |
566 | 2023-12-09T05:58:57.243Z | + [[ 0 != 0 ]] |
567 | 2023-12-09T05:58:57.244Z | + CIDL_OS=solaris2.11 |
568 | 2023-12-09T05:58:57.244Z | + [[ 0 != 0 ]] |
569 | 2023-12-09T05:58:57.244Z | + configure_os solaris2.11 |
570 | 2023-12-09T05:58:57.245Z | + echo 'current directory: /work/oxidecomputer/omicron' |
571 | 2023-12-09T05:58:57.245Z | current directory: /work/oxidecomputer/omicron |
572 | 2023-12-09T05:58:57.245Z | + echo 'configuring based on OS: "solaris2.11"' |
573 | 2023-12-09T05:58:57.246Z | configuring based on OS: "solaris2.11" |
574 | 2023-12-09T05:58:57.246Z | + case "$1" in |
575 | 2023-12-09T05:58:57.246Z | + SET_BINARIES= |
576 | 2023-12-09T05:58:57.246Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
577 | 2023-12-09T05:58:57.247Z | + CIDL_SHA256FUNC=do_sha256sum |
578 | 2023-12-09T05:58:57.247Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
579 | 2023-12-09T05:58:57.247Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
580 | 2023-12-09T05:58:57.248Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
581 | 2023-12-09T05:58:57.248Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
582 | 2023-12-09T05:58:57.249Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
583 | 2023-12-09T05:58:57.249Z | Local file: out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-09T05:58:57.250Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
585 | 2023-12-09T05:58:57.250Z | + mkdir -p out/downloads |
586 | 2023-12-09T05:58:57.250Z | + mkdir -p ./out/dendrite-stub |
587 | 2023-12-09T05:58:57.250Z | + fetch_and_verify |
588 | 2023-12-09T05:58:57.250Z | + local DO_DOWNLOAD=true |
589 | 2023-12-09T05:58:57.250Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
590 | 2023-12-09T05:58:57.250Z | + '[' true == true ']' |
591 | 2023-12-09T05:58:57.250Z | + echo Downloading... |
592 | 2023-12-09T05:58:57.250Z | Downloading... |
593 | 2023-12-09T05:58:57.250Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
594 | 2023-12-09T05:58:57.250Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
595 | 2023-12-09T05:59:07.149Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
596 | 2023-12-09T05:59:07.184Z | ++ sha256sum |
597 | 2023-12-09T05:59:07.184Z | ++ awk '{print $1}' |
598 | 2023-12-09T05:59:07.220Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
599 | 2023-12-09T05:59:07.222Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
600 | 2023-12-09T05:59:07.636Z | + do_untar out/downloads/dendrite-stub.tar.gz |
601 | 2023-12-09T05:59:07.637Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
602 | 2023-12-09T05:59:08.394Z | + do_assemble |
603 | 2023-12-09T05:59:08.394Z | + rm -r ./out/dendrite-stub |
604 | 2023-12-09T05:59:08.402Z | + mkdir ./out/dendrite-stub |
605 | 2023-12-09T05:59:08.402Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
606 | 2023-12-09T05:59:08.574Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
607 | 2023-12-09T05:59:08.594Z | + set -o errexit |
608 | 2023-12-09T05:59:08.604Z | +++ dirname ./tools/ci_download_maghemite_mgd |
609 | 2023-12-09T05:59:08.604Z | ++ cd ./tools |
610 | 2023-12-09T05:59:08.604Z | ++ pwd |
611 | 2023-12-09T05:59:08.604Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
612 | 2023-12-09T05:59:08.604Z | ++ basename ./tools/ci_download_maghemite_mgd |
613 | 2023-12-09T05:59:08.605Z | + ARG0=ci_download_maghemite_mgd |
614 | 2023-12-09T05:59:08.605Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
615 | 2023-12-09T05:59:08.605Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
616 | 2023-12-09T05:59:08.605Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
617 | 2023-12-09T05:59:08.605Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
618 | 2023-12-09T05:59:08.605Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
619 | 2023-12-09T05:59:08.605Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
620 | 2023-12-09T05:59:08.606Z | + TARGET_DIR=out |
621 | 2023-12-09T05:59:08.606Z | + DOWNLOAD_DIR=out/downloads |
622 | 2023-12-09T05:59:08.606Z | + DEST_DIR=./out/mgd |
623 | 2023-12-09T05:59:08.606Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
624 | 2023-12-09T05:59:08.606Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
625 | 2023-12-09T05:59:08.606Z | + REPO=oxidecomputer/maghemite |
626 | 2023-12-09T05:59:08.607Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
627 | 2023-12-09T05:59:08.607Z | + main |
628 | 2023-12-09T05:59:08.607Z | + [[ 0 != 0 ]] |
629 | 2023-12-09T05:59:08.607Z | + CIDL_OS=solaris2.11 |
630 | 2023-12-09T05:59:08.607Z | + [[ 0 != 0 ]] |
631 | 2023-12-09T05:59:08.607Z | + configure_os solaris2.11 |
632 | 2023-12-09T05:59:08.608Z | + echo 'current directory: /work/oxidecomputer/omicron' |
633 | 2023-12-09T05:59:08.608Z | current directory: /work/oxidecomputer/omicron |
634 | 2023-12-09T05:59:08.609Z | + echo 'configuring based on OS: "solaris2.11"' |
635 | 2023-12-09T05:59:08.609Z | + case "$1" in |
636 | 2023-12-09T05:59:08.609Z | configuring based on OS: "solaris2.11" |
637 | 2023-12-09T05:59:08.610Z | + SET_BINARIES= |
638 | 2023-12-09T05:59:08.610Z | + CIDL_SHA256FUNC=do_sha256sum |
639 | 2023-12-09T05:59:08.610Z | + TARBALL_FILENAME=mgd.tar.gz |
640 | 2023-12-09T05:59:08.610Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
641 | 2023-12-09T05:59:08.610Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
642 | 2023-12-09T05:59:08.610Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
643 | 2023-12-09T05:59:08.610Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
644 | 2023-12-09T05:59:08.610Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
645 | 2023-12-09T05:59:08.610Z | Local file: out/downloads/mgd.tar.gz |
646 | 2023-12-09T05:59:08.611Z | + mkdir -p out/downloads |
647 | 2023-12-09T05:59:08.626Z | + mkdir -p ./out/mgd |
648 | 2023-12-09T05:59:08.627Z | + fetch_and_verify |
649 | 2023-12-09T05:59:08.627Z | + local DO_DOWNLOAD=true |
650 | 2023-12-09T05:59:08.627Z | + [[ -f out/downloads/mgd.tar.gz ]] |
651 | 2023-12-09T05:59:08.627Z | + '[' true == true ']' |
652 | 2023-12-09T05:59:08.627Z | + echo Downloading... |
653 | 2023-12-09T05:59:08.627Z | Downloading... |
654 | 2023-12-09T05:59:08.627Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
655 | 2023-12-09T05:59:08.627Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
656 | 2023-12-09T05:59:13.669Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
657 | 2023-12-09T05:59:13.690Z | ++ sha256sum |
658 | 2023-12-09T05:59:13.690Z | ++ awk '{print $1}' |
659 | 2023-12-09T05:59:13.741Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
660 | 2023-12-09T05:59:13.744Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
661 | 2023-12-09T05:59:13.744Z | + do_untar out/downloads/mgd.tar.gz |
662 | 2023-12-09T05:59:13.744Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
663 | 2023-12-09T05:59:14.428Z | + do_assemble |
664 | 2023-12-09T05:59:14.428Z | + rm -r ./out/mgd |
665 | 2023-12-09T05:59:14.431Z | + mkdir ./out/mgd |
666 | 2023-12-09T05:59:14.436Z | + cp -r out/downloads/root ./out/mgd/root |
667 | 2023-12-09T05:59:14.668Z | + set -o errexit |
668 | 2023-12-09T05:59:14.672Z | +++ dirname ./tools/ci_download_transceiver_control |
669 | 2023-12-09T05:59:14.675Z | ++ cd ./tools |
670 | 2023-12-09T05:59:14.675Z | ++ pwd |
671 | 2023-12-09T05:59:14.675Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
672 | 2023-12-09T05:59:14.692Z | ++ basename ./tools/ci_download_transceiver_control |
673 | 2023-12-09T05:59:14.693Z | + ARG0=ci_download_transceiver_control |
674 | 2023-12-09T05:59:14.693Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
675 | 2023-12-09T05:59:14.693Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
676 | 2023-12-09T05:59:14.693Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2023-12-09T05:59:14.693Z | + TARGET_DIR=out |
678 | 2023-12-09T05:59:14.693Z | + DOWNLOAD_DIR=out/downloads |
679 | 2023-12-09T05:59:14.694Z | + DEST_DIR=./out/transceiver-control |
680 | 2023-12-09T05:59:14.694Z | + BIN_DIR=/opt/oxide/bin |
681 | 2023-12-09T05:59:14.694Z | + BINARY=xcvradm |
682 | 2023-12-09T05:59:14.694Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
683 | 2023-12-09T05:59:14.694Z | + REPO=oxidecomputer/transceiver-control |
684 | 2023-12-09T05:59:14.694Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
685 | 2023-12-09T05:59:14.694Z | + main |
686 | 2023-12-09T05:59:14.694Z | + [[ 0 != 0 ]] |
687 | 2023-12-09T05:59:14.695Z | + CIDL_OS=solaris2.11 |
688 | 2023-12-09T05:59:14.695Z | + [[ 0 != 0 ]] |
689 | 2023-12-09T05:59:14.695Z | + configure_os solaris2.11 |
690 | 2023-12-09T05:59:14.695Z | + echo 'current directory: /work/oxidecomputer/omicron' |
691 | 2023-12-09T05:59:14.695Z | current directory: /work/oxidecomputer/omicron |
692 | 2023-12-09T05:59:14.695Z | + echo 'configuring based on OS: "solaris2.11"' |
693 | 2023-12-09T05:59:14.695Z | configuring based on OS: "solaris2.11" |
694 | 2023-12-09T05:59:14.695Z | + case "$1" in |
695 | 2023-12-09T05:59:14.695Z | + SET_BINARIES= |
696 | 2023-12-09T05:59:14.696Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-12-09T05:59:14.696Z | + CIDL_SHA256FUNC=do_sha256sum |
698 | 2023-12-09T05:59:14.698Z | + ARCHIVE_FILENAME=xcvradm.gz |
699 | 2023-12-09T05:59:14.698Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
700 | 2023-12-09T05:59:14.698Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
701 | 2023-12-09T05:59:14.698Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
702 | 2023-12-09T05:59:14.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
703 | 2023-12-09T05:59:14.699Z | Local file: out/downloads/xcvradm.gz |
704 | 2023-12-09T05:59:14.699Z | + echo 'Local file: out/downloads/xcvradm.gz' |
705 | 2023-12-09T05:59:14.699Z | + mkdir -p out/downloads |
706 | 2023-12-09T05:59:14.699Z | + mkdir -p ./out/transceiver-control |
707 | 2023-12-09T05:59:14.699Z | + fetch_and_verify |
708 | 2023-12-09T05:59:14.699Z | + local DO_DOWNLOAD=true |
709 | 2023-12-09T05:59:14.699Z | + [[ -f out/downloads/xcvradm.gz ]] |
710 | 2023-12-09T05:59:14.699Z | + '[' true == true ']' |
711 | 2023-12-09T05:59:14.700Z | + echo Downloading... |
712 | 2023-12-09T05:59:14.700Z | Downloading... |
713 | 2023-12-09T05:59:14.700Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
714 | 2023-12-09T05:59:14.700Z | + 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 |
715 | 2023-12-09T05:59:17.322Z | ++ do_sha256sum out/downloads/xcvradm.gz |
716 | 2023-12-09T05:59:17.893Z | ++ sha256sum |
717 | 2023-12-09T05:59:17.893Z | ++ awk '{print $1}' |
718 | 2023-12-09T05:59:17.893Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
719 | 2023-12-09T05:59:17.894Z | + [[ 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 ]] |
720 | 2023-12-09T05:59:17.894Z | + do_unpack out/downloads/xcvradm.gz |
721 | 2023-12-09T05:59:17.894Z | + mkdir -p out/downloads/root//opt/oxide/bin |
722 | 2023-12-09T05:59:17.894Z | + gzip -dc out/downloads/xcvradm.gz |
723 | 2023-12-09T05:59:17.894Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
724 | 2023-12-09T05:59:17.894Z | + do_assemble |
725 | 2023-12-09T05:59:17.894Z | + rm -r ./out/transceiver-control |
726 | 2023-12-09T05:59:17.894Z | + mkdir ./out/transceiver-control |
727 | 2023-12-09T05:59:17.894Z | + cp -r out/downloads/root ./out/transceiver-control/root |
728 | 2023-12-09T05:59:17.899Z | All builder prerequisites installed successfully, and PATH looks valid |
729 | 2023-12-09T05:59:17.899Z | |
730 | 2023-12-09T05:59:17.899Z | real 3:40.597224150 |
731 | 2023-12-09T05:59:17.899Z | user 56.438360408 |
732 | 2023-12-09T05:59:17.899Z | sys 11.329318780 |
733 | 2023-12-09T05:59:17.900Z | trap 0.024326581 |
734 | 2023-12-09T05:59:17.900Z | tflt 0.152343672 |
735 | 2023-12-09T05:59:17.900Z | dflt 0.483507925 |
736 | 2023-12-09T05:59:17.900Z | kflt 0.121129677 |
737 | 2023-12-09T05:59:17.900Z | lock 2.026382240 |
738 | 2023-12-09T05:59:17.900Z | slp 7:15.598054324 |
739 | 2023-12-09T05:59:17.900Z | lat 4.330508747 |
740 | 2023-12-09T05:59:17.900Z | stop 0.086832367 |
741 | 2023-12-09T05:59:17.900Z | |
742 | 2023-12-09T05:59:17.900Z | #### # # ##### ##### # # |
743 | 2023-12-09T05:59:17.901Z | # # # # # # # # # # |
744 | 2023-12-09T05:59:17.901Z | # # # # # # # # |
745 | 2023-12-09T05:59:17.901Z | # # # ##### ##### # |
746 | 2023-12-09T05:59:17.901Z | # # # # # # # |
747 | 2023-12-09T05:59:17.901Z | #### ###### # # # # |
748 | 2023-12-09T05:59:17.901Z | |
749 | 2023-12-09T05:59:17.901Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
750 | 2023-12-09T05:59:18.043Z | Updating crates.io index |
751 | 2023-12-09T05:59:18.055Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
752 | 2023-12-09T05:59:18.932Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
753 | 2023-12-09T05:59:20.999Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
754 | 2023-12-09T05:59:21.589Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
755 | 2023-12-09T05:59:21.950Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
756 | 2023-12-09T05:59:22.650Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
757 | 2023-12-09T05:59:23.126Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
758 | 2023-12-09T05:59:23.347Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
759 | 2023-12-09T05:59:25.444Z | Updating git repository `https://github.com/oxidecomputer/opte` |
760 | 2023-12-09T05:59:26.461Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
761 | 2023-12-09T05:59:26.798Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
762 | 2023-12-09T05:59:27.392Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
763 | 2023-12-09T05:59:27.880Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
764 | 2023-12-09T05:59:28.174Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
765 | 2023-12-09T05:59:28.980Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
766 | 2023-12-09T05:59:28.997Z | Updating git repository `https://github.com/njaremko/samael` |
767 | 2023-12-09T05:59:29.386Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
768 | 2023-12-09T05:59:29.994Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
769 | 2023-12-09T05:59:30.821Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
770 | 2023-12-09T05:59:30.841Z | Updating git repository `https://github.com/jgallagher/nix` |
771 | 2023-12-09T05:59:32.108Z | Updating git repository `https://github.com/cbiffle/hubpack` |
772 | 2023-12-09T05:59:32.619Z | Updating git repository `https://github.com/oxidecomputer/typify` |
773 | 2023-12-09T05:59:33.464Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2023-12-09T05:59:33.808Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
775 | 2023-12-09T05:59:34.198Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
776 | 2023-12-09T05:59:35.878Z | Downloading crates ... |
777 | 2023-12-09T05:59:36.123Z | Downloaded io-lifetimes v1.0.11 |
778 | 2023-12-09T05:59:36.127Z | Downloaded anstream v0.5.0 |
779 | 2023-12-09T05:59:36.131Z | Downloaded equivalent v1.0.1 |
780 | 2023-12-09T05:59:36.137Z | Downloaded colorchoice v1.0.0 |
781 | 2023-12-09T05:59:36.140Z | Downloaded anyhow v1.0.75 |
782 | 2023-12-09T05:59:36.160Z | Downloaded thiserror v1.0.49 |
783 | 2023-12-09T05:59:36.167Z | Downloaded anstyle v1.0.2 |
784 | 2023-12-09T05:59:36.171Z | Downloaded errno v0.3.2 |
785 | 2023-12-09T05:59:36.171Z | Downloaded terminal_size v0.2.6 |
786 | 2023-12-09T05:59:36.175Z | Downloaded itoa v1.0.9 |
787 | 2023-12-09T05:59:36.178Z | Downloaded bitflags v1.3.2 |
788 | 2023-12-09T05:59:36.183Z | Downloaded toml_datetime v0.6.5 |
789 | 2023-12-09T05:59:36.183Z | Downloaded clap_lex v0.5.1 |
790 | 2023-12-09T05:59:36.183Z | Downloaded anstyle-parse v0.2.1 |
791 | 2023-12-09T05:59:36.186Z | Downloaded cargo_metadata v0.18.0 |
792 | 2023-12-09T05:59:36.189Z | Downloaded anstyle-query v1.0.0 |
793 | 2023-12-09T05:59:36.213Z | Downloaded cargo_toml v0.17.0 |
794 | 2023-12-09T05:59:36.213Z | Downloaded camino v1.1.6 |
795 | 2023-12-09T05:59:36.641Z | Downloaded cargo-platform v0.1.3 |
796 | 2023-12-09T05:59:36.641Z | Downloaded strsim v0.10.0 |
797 | 2023-12-09T05:59:36.641Z | Downloaded utf8parse v0.2.1 |
798 | 2023-12-09T05:59:36.642Z | Downloaded thiserror-impl v1.0.49 |
799 | 2023-12-09T05:59:36.642Z | Downloaded serde_spanned v0.6.4 |
800 | 2023-12-09T05:59:36.642Z | Downloaded heck v0.4.1 |
801 | 2023-12-09T05:59:36.642Z | Downloaded quote v1.0.33 |
802 | 2023-12-09T05:59:36.642Z | Downloaded clap_derive v4.4.2 |
803 | 2023-12-09T05:59:36.643Z | Downloaded proc-macro2 v1.0.69 |
804 | 2023-12-09T05:59:36.643Z | Downloaded ryu v1.0.15 |
805 | 2023-12-09T05:59:36.643Z | Downloaded clap v4.4.3 |
806 | 2023-12-09T05:59:36.643Z | Downloaded indexmap v2.1.0 |
807 | 2023-12-09T05:59:36.643Z | Downloaded unicode-ident v1.0.12 |
808 | 2023-12-09T05:59:36.643Z | Downloaded serde v1.0.192 |
809 | 2023-12-09T05:59:36.643Z | Downloaded memchr v2.6.3 |
810 | 2023-12-09T05:59:36.644Z | Downloaded toml_edit v0.21.0 |
811 | 2023-12-09T05:59:36.644Z | Downloaded winnow v0.5.15 |
812 | 2023-12-09T05:59:36.644Z | Downloaded hashbrown v0.14.2 |
813 | 2023-12-09T05:59:36.644Z | Downloaded syn v2.0.32 |
814 | 2023-12-09T05:59:36.644Z | Downloaded rustix v0.37.23 |
815 | 2023-12-09T05:59:36.646Z | Downloaded libc v0.2.150 |
816 | 2023-12-09T05:59:36.646Z | Downloaded clap_builder v4.4.2 |
817 | 2023-12-09T05:59:36.646Z | Downloaded serde_json v1.0.108 |
818 | 2023-12-09T05:59:36.646Z | Downloaded toml v0.8.8 |
819 | 2023-12-09T05:59:36.646Z | Downloaded serde_derive v1.0.192 |
820 | 2023-12-09T05:59:36.646Z | Downloaded semver v1.0.20 |
821 | 2023-12-09T05:59:36.647Z | Compiling proc-macro2 v1.0.69 |
822 | 2023-12-09T05:59:36.647Z | Compiling unicode-ident v1.0.12 |
823 | 2023-12-09T05:59:36.647Z | Compiling serde v1.0.192 |
824 | 2023-12-09T05:59:36.647Z | Compiling libc v0.2.150 |
825 | 2023-12-09T05:59:36.647Z | Compiling io-lifetimes v1.0.11 |
826 | 2023-12-09T05:59:36.648Z | Compiling rustix v0.37.23 |
827 | 2023-12-09T05:59:36.648Z | Compiling hashbrown v0.14.2 |
828 | 2023-12-09T05:59:36.648Z | Compiling utf8parse v0.2.1 |
829 | 2023-12-09T05:59:36.926Z | Compiling equivalent v1.0.1 |
830 | 2023-12-09T05:59:36.940Z | Compiling bitflags v1.3.2 |
831 | 2023-12-09T05:59:37.054Z | Compiling anstyle-parse v0.2.1 |
832 | 2023-12-09T05:59:37.081Z | Compiling camino v1.1.6 |
833 | 2023-12-09T05:59:37.485Z | Compiling anstyle v1.0.2 |
834 | 2023-12-09T05:59:37.953Z | Compiling serde_json v1.0.108 |
835 | 2023-12-09T05:59:38.593Z | Compiling indexmap v2.1.0 |
836 | 2023-12-09T05:59:39.029Z | Compiling anstyle-query v1.0.0 |
837 | 2023-12-09T05:59:39.046Z | Compiling semver v1.0.20 |
838 | 2023-12-09T05:59:39.144Z | Compiling thiserror v1.0.49 |
839 | 2023-12-09T05:59:39.192Z | Compiling colorchoice v1.0.0 |
840 | 2023-12-09T05:59:39.234Z | Compiling winnow v0.5.15 |
841 | 2023-12-09T05:59:39.360Z | Compiling anstream v0.5.0 |
842 | 2023-12-09T05:59:39.798Z | Compiling clap_lex v0.5.1 |
843 | 2023-12-09T05:59:39.799Z | Compiling heck v0.4.1 |
844 | 2023-12-09T05:59:39.897Z | Compiling strsim v0.10.0 |
845 | 2023-12-09T05:59:40.054Z | Compiling itoa v1.0.9 |
846 | 2023-12-09T05:59:40.764Z | Compiling ryu v1.0.15 |
847 | 2023-12-09T05:59:40.816Z | Compiling quote v1.0.33 |
848 | 2023-12-09T05:59:40.832Z | Compiling anyhow v1.0.75 |
849 | 2023-12-09T05:59:41.106Z | Compiling syn v2.0.32 |
850 | 2023-12-09T05:59:41.302Z | Compiling errno v0.3.2 |
851 | 2023-12-09T05:59:42.738Z | Compiling terminal_size v0.2.6 |
852 | 2023-12-09T05:59:42.853Z | Compiling clap_builder v4.4.2 |
853 | 2023-12-09T05:59:48.988Z | Compiling serde_derive v1.0.192 |
854 | 2023-12-09T05:59:48.988Z | Compiling thiserror-impl v1.0.49 |
855 | 2023-12-09T05:59:48.997Z | Compiling clap_derive v4.4.2 |
856 | 2023-12-09T05:59:53.779Z | Compiling clap v4.4.3 |
857 | 2023-12-09T06:00:02.309Z | Compiling serde_spanned v0.6.4 |
858 | 2023-12-09T06:00:02.318Z | Compiling toml_datetime v0.6.5 |
859 | 2023-12-09T06:00:02.320Z | Compiling cargo-platform v0.1.3 |
860 | 2023-12-09T06:00:02.766Z | Compiling toml_edit v0.21.0 |
861 | 2023-12-09T06:00:04.385Z | Compiling cargo_metadata v0.18.0 |
862 | 2023-12-09T06:00:05.981Z | Compiling toml v0.8.8 |
863 | 2023-12-09T06:00:07.017Z | Compiling cargo_toml v0.17.0 |
864 | 2023-12-09T06:00:13.098Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
865 | 2023-12-09T06:00:14.382Z | Finished dev [unoptimized + debuginfo] target(s) in 56.93s |
866 | 2023-12-09T06:00:14.562Z | Running `target/debug/xtask clippy` |
867 | 2023-12-09T06:00:14.620Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
868 | 2023-12-09T06:00:16.646Z | Downloading crates ... |
869 | 2023-12-09T06:00:16.664Z | Downloaded arrayref v0.3.7 |
870 | 2023-12-09T06:00:16.664Z | Downloaded cc v1.0.83 |
871 | 2023-12-09T06:00:16.664Z | Downloaded match_cfg v0.1.0 |
872 | 2023-12-09T06:00:16.664Z | Downloaded lazy_static v1.4.0 |
873 | 2023-12-09T06:00:16.664Z | Downloaded kstat-rs v0.2.3 |
874 | 2023-12-09T06:00:16.664Z | Downloaded cexpr v0.6.0 |
875 | 2023-12-09T06:00:16.664Z | Downloaded num v0.4.1 |
876 | 2023-12-09T06:00:16.664Z | Downloaded num-integer v0.1.45 |
877 | 2023-12-09T06:00:16.665Z | Downloaded newtype_derive v0.1.6 |
878 | 2023-12-09T06:00:16.665Z | Downloaded maplit v1.0.2 |
879 | 2023-12-09T06:00:16.665Z | Downloaded num_threads v0.1.6 |
880 | 2023-12-09T06:00:16.665Z | Downloaded omicron-zone-package v0.9.1 |
881 | 2023-12-09T06:00:16.665Z | Downloaded openssl-macros v0.1.1 |
882 | 2023-12-09T06:00:16.665Z | Downloaded linear-map v1.2.0 |
883 | 2023-12-09T06:00:16.665Z | Downloaded hyper-rustls v0.24.2 |
884 | 2023-12-09T06:00:16.665Z | Downloaded impl-trait-for-tuples v0.2.2 |
885 | 2023-12-09T06:00:16.665Z | Downloaded ident_case v1.0.1 |
886 | 2023-12-09T06:00:16.665Z | Downloaded cfg-if v1.0.0 |
887 | 2023-12-09T06:00:16.665Z | Downloaded cobs v0.2.3 |
888 | 2023-12-09T06:00:16.665Z | Downloaded num-traits v0.2.16 |
889 | 2023-12-09T06:00:16.665Z | Downloaded serde-big-array v0.5.1 |
890 | 2023-12-09T06:00:16.665Z | Downloaded iana-time-zone v0.1.57 |
891 | 2023-12-09T06:00:16.665Z | Downloaded block-padding v0.3.3 |
892 | 2023-12-09T06:00:16.665Z | Downloaded number_prefix v0.4.0 |
893 | 2023-12-09T06:00:16.665Z | Downloaded aead v0.5.2 |
894 | 2023-12-09T06:00:16.665Z | Downloaded is_ci v1.1.1 |
895 | 2023-12-09T06:00:16.666Z | Downloaded macaddr v1.0.1 |
896 | 2023-12-09T06:00:16.666Z | Downloaded anes v0.1.6 |
897 | 2023-12-09T06:00:16.668Z | Downloaded darling_macro v0.20.3 |
898 | 2023-12-09T06:00:16.668Z | Downloaded constant_time_eq v0.3.0 |
899 | 2023-12-09T06:00:16.668Z | Downloaded num-derive v0.4.0 |
900 | 2023-12-09T06:00:16.668Z | Downloaded crc v3.0.1 |
901 | 2023-12-09T06:00:16.668Z | Downloaded libsw v3.3.0 |
902 | 2023-12-09T06:00:16.668Z | Downloaded num_enum v0.5.11 |
903 | 2023-12-09T06:00:16.668Z | Downloaded md-5 v0.10.5 |
904 | 2023-12-09T06:00:16.668Z | Downloaded hyper-staticfile v0.9.5 |
905 | 2023-12-09T06:00:16.668Z | Downloaded darling v0.14.4 |
906 | 2023-12-09T06:00:16.668Z | Downloaded zone_cfg_derive v0.3.0 |
907 | 2023-12-09T06:00:16.668Z | Downloaded stringprep v0.1.3 |
908 | 2023-12-09T06:00:16.669Z | Downloaded linked-hash-map v0.5.6 |
909 | 2023-12-09T06:00:16.669Z | Downloaded foreign-types v0.3.2 |
910 | 2023-12-09T06:00:16.669Z | Downloaded base64ct v1.6.0 |
911 | 2023-12-09T06:00:16.669Z | Downloaded zerocopy v0.3.0 |
912 | 2023-12-09T06:00:16.669Z | Downloaded async-trait v0.1.74 |
913 | 2023-12-09T06:00:16.669Z | Downloaded phf_shared v0.10.0 |
914 | 2023-12-09T06:00:16.669Z | Downloaded mockall_derive v0.11.4 |
915 | 2023-12-09T06:00:16.669Z | Downloaded assert_cmd v2.0.12 |
916 | 2023-12-09T06:00:16.669Z | Downloaded pest_generator v2.7.2 |
917 | 2023-12-09T06:00:16.669Z | Downloaded debug-ignore v1.0.5 |
918 | 2023-12-09T06:00:16.669Z | Downloaded hex v0.4.3 |
919 | 2023-12-09T06:00:16.669Z | Downloaded libloading v0.7.4 |
920 | 2023-12-09T06:00:16.669Z | Downloaded toolchain_find v0.2.0 |
921 | 2023-12-09T06:00:16.669Z | Downloaded miniz_oxide v0.7.1 |
922 | 2023-12-09T06:00:16.669Z | Downloaded thiserror-no-std v2.0.2 |
923 | 2023-12-09T06:00:16.669Z | Downloaded typenum v1.16.0 |
924 | 2023-12-09T06:00:16.669Z | Downloaded textwrap v0.11.0 |
925 | 2023-12-09T06:00:16.670Z | Downloaded datatest-stable v0.2.3 |
926 | 2023-12-09T06:00:16.670Z | Downloaded futures-executor v0.3.29 |
927 | 2023-12-09T06:00:16.670Z | Downloaded quick-error v1.2.3 |
928 | 2023-12-09T06:00:16.670Z | Downloaded group v0.13.0 |
929 | 2023-12-09T06:00:16.670Z | Downloaded r2d2 v0.8.10 |
930 | 2023-12-09T06:00:16.670Z | Downloaded proc-macro-crate v1.3.1 |
931 | 2023-12-09T06:00:16.670Z | Downloaded basic-toml v0.1.4 |
932 | 2023-12-09T06:00:16.670Z | Downloaded diff v0.1.13 |
933 | 2023-12-09T06:00:16.671Z | Downloaded proc-macro-error v1.0.4 |
934 | 2023-12-09T06:00:16.671Z | Downloaded display-error-chain v0.2.0 |
935 | 2023-12-09T06:00:16.671Z | Downloaded want v0.3.1 |
936 | 2023-12-09T06:00:16.671Z | Downloaded plotters-backend v0.3.5 |
937 | 2023-12-09T06:00:16.671Z | Downloaded dtrace-parser v0.1.14 |
938 | 2023-12-09T06:00:16.671Z | Downloaded fragile v2.0.0 |
939 | 2023-12-09T06:00:16.671Z | Downloaded hostname v0.3.1 |
940 | 2023-12-09T06:00:16.671Z | Downloaded endian-type v0.1.2 |
941 | 2023-12-09T06:00:16.671Z | Downloaded wait-timeout v0.2.0 |
942 | 2023-12-09T06:00:16.671Z | Downloaded half v1.8.2 |
943 | 2023-12-09T06:00:16.671Z | Downloaded walkdir v2.4.0 |
944 | 2023-12-09T06:00:16.671Z | Downloaded ref-cast-impl v1.0.20 |
945 | 2023-12-09T06:00:16.671Z | Downloaded thread_local v1.1.7 |
946 | 2023-12-09T06:00:16.671Z | Downloaded futures-timer v3.0.2 |
947 | 2023-12-09T06:00:16.671Z | Downloaded downcast v0.11.0 |
948 | 2023-12-09T06:00:16.671Z | Downloaded derive_builder_macro v0.12.0 |
949 | 2023-12-09T06:00:16.671Z | Downloaded serde_derive_internals v0.26.0 |
950 | 2023-12-09T06:00:16.672Z | Downloaded smallvec v0.6.14 |
951 | 2023-12-09T06:00:16.672Z | Downloaded waitgroup v0.1.2 |
952 | 2023-12-09T06:00:16.673Z | Downloaded poly1305 v0.8.0 |
953 | 2023-12-09T06:00:16.673Z | Downloaded stable_deref_trait v1.2.0 |
954 | 2023-12-09T06:00:16.673Z | Downloaded pest_meta v2.7.2 |
955 | 2023-12-09T06:00:16.673Z | Downloaded difflib v0.4.0 |
956 | 2023-12-09T06:00:16.673Z | Downloaded rand_chacha v0.3.1 |
957 | 2023-12-09T06:00:16.673Z | Downloaded dirs-sys-next v0.1.2 |
958 | 2023-12-09T06:00:16.673Z | Downloaded pem-rfc7468 v0.7.0 |
959 | 2023-12-09T06:00:16.673Z | Downloaded ref-cast v1.0.20 |
960 | 2023-12-09T06:00:16.673Z | Downloaded usdt-macro v0.3.5 |
961 | 2023-12-09T06:00:16.673Z | Downloaded strum v0.25.0 |
962 | 2023-12-09T06:00:16.673Z | Downloaded hmac v0.12.1 |
963 | 2023-12-09T06:00:16.673Z | Downloaded ena v0.14.2 |
964 | 2023-12-09T06:00:16.673Z | Downloaded embedded-io v0.4.0 |
965 | 2023-12-09T06:00:16.673Z | Downloaded slog-envlogger v2.2.0 |
966 | 2023-12-09T06:00:16.673Z | Downloaded smawk v0.3.1 |
967 | 2023-12-09T06:00:16.674Z | Downloaded tokio-postgres v0.7.10 |
968 | 2023-12-09T06:00:16.674Z | Downloaded vec_map v0.8.2 |
969 | 2023-12-09T06:00:16.682Z | Downloaded foreign-types-macros v0.2.3 |
970 | 2023-12-09T06:00:16.682Z | Downloaded platforms v3.0.2 |
971 | 2023-12-09T06:00:16.682Z | Downloaded subprocess v0.2.9 |
972 | 2023-12-09T06:00:16.682Z | Downloaded rtoolbox v0.0.1 |
973 | 2023-12-09T06:00:16.682Z | Downloaded trust-dns-client v0.22.0 |
974 | 2023-12-09T06:00:16.682Z | Downloaded take_mut v0.2.2 |
975 | 2023-12-09T06:00:16.682Z | Downloaded foreign-types-shared v0.3.1 |
976 | 2023-12-09T06:00:16.682Z | Downloaded structmeta v0.2.0 |
977 | 2023-12-09T06:00:16.682Z | Downloaded termtree v0.4.1 |
978 | 2023-12-09T06:00:16.682Z | Downloaded rustversion v1.0.14 |
979 | 2023-12-09T06:00:16.683Z | Downloaded unicode-xid v0.2.4 |
980 | 2023-12-09T06:00:16.683Z | Downloaded tinytemplate v1.2.1 |
981 | 2023-12-09T06:00:16.683Z | Downloaded headers v0.3.9 |
982 | 2023-12-09T06:00:16.683Z | Downloaded slab v0.4.9 |
983 | 2023-12-09T06:00:16.683Z | Downloaded diesel_derives v2.1.2 |
984 | 2023-12-09T06:00:16.683Z | Downloaded semver v0.1.20 |
985 | 2023-12-09T06:00:16.683Z | Downloaded itertools v0.11.0 |
986 | 2023-12-09T06:00:16.683Z | Downloaded fxhash v0.2.1 |
987 | 2023-12-09T06:00:16.683Z | Downloaded http-range v0.1.5 |
988 | 2023-12-09T06:00:16.683Z | Downloaded fastrand v2.0.0 |
989 | 2023-12-09T06:00:16.683Z | Downloaded dyn-clone v1.0.13 |
990 | 2023-12-09T06:00:16.683Z | Downloaded serde_repr v0.1.16 |
991 | 2023-12-09T06:00:16.683Z | Downloaded filetime v0.2.23 |
992 | 2023-12-09T06:00:16.683Z | Downloaded highway v1.1.0 |
993 | 2023-12-09T06:00:16.683Z | Downloaded phf v0.11.2 |
994 | 2023-12-09T06:00:16.683Z | Downloaded rstest v0.18.2 |
995 | 2023-12-09T06:00:16.683Z | Downloaded sct v0.7.0 |
996 | 2023-12-09T06:00:16.684Z | Downloaded signal-hook-tokio v0.3.1 |
997 | 2023-12-09T06:00:16.684Z | Downloaded data-encoding v2.4.0 |
998 | 2023-12-09T06:00:16.684Z | Downloaded rpassword v7.3.1 |
999 | 2023-12-09T06:00:16.684Z | Downloaded expectorate v1.1.0 |
1000 | 2023-12-09T06:00:16.684Z | Downloaded vte_generate_state_changes v0.1.1 |
1001 | 2023-12-09T06:00:16.684Z | Downloaded precomputed-hash v0.1.1 |
1002 | 2023-12-09T06:00:16.684Z | Downloaded digest v0.10.7 |
1003 | 2023-12-09T06:00:16.684Z | Downloaded dirs-next v2.0.0 |
1004 | 2023-12-09T06:00:16.684Z | Downloaded peeking_take_while v0.1.2 |
1005 | 2023-12-09T06:00:16.684Z | Downloaded serde_path_to_error v0.1.14 |
1006 | 2023-12-09T06:00:16.684Z | Downloaded pem v3.0.2 |
1007 | 2023-12-09T06:00:16.684Z | Downloaded either v1.9.0 |
1008 | 2023-12-09T06:00:16.684Z | Downloaded structopt-derive v0.4.18 |
1009 | 2023-12-09T06:00:16.684Z | Downloaded http-body v0.4.5 |
1010 | 2023-12-09T06:00:16.684Z | Downloaded supports-color v2.1.0 |
1011 | 2023-12-09T06:00:16.684Z | Downloaded vte v0.11.1 |
1012 | 2023-12-09T06:00:16.684Z | Downloaded path-slash v0.1.5 |
1013 | 2023-12-09T06:00:16.684Z | Downloaded signal-hook-registry v1.4.1 |
1014 | 2023-12-09T06:00:16.685Z | Downloaded uuid v1.6.1 |
1015 | 2023-12-09T06:00:16.685Z | Downloaded doc-comment v0.3.3 |
1016 | 2023-12-09T06:00:16.685Z | Downloaded http v0.2.11 |
1017 | 2023-12-09T06:00:16.685Z | Downloaded pretty-hex v0.2.1 |
1018 | 2023-12-09T06:00:16.685Z | Downloaded trybuild v1.0.85 |
1019 | 2023-12-09T06:00:16.685Z | Downloaded resolv-conf v0.7.0 |
1020 | 2023-12-09T06:00:16.685Z | Downloaded termcolor v1.2.0 |
1021 | 2023-12-09T06:00:16.685Z | Downloaded slog-bunyan v2.4.0 |
1022 | 2023-12-09T06:00:16.685Z | Downloaded ff v0.13.0 |
1023 | 2023-12-09T06:00:16.685Z | Downloaded yansi v0.5.1 |
1024 | 2023-12-09T06:00:16.685Z | Downloaded pretty_assertions v1.4.0 |
1025 | 2023-12-09T06:00:16.685Z | Downloaded parse-display v0.8.2 |
1026 | 2023-12-09T06:00:16.685Z | Downloaded smallvec v1.11.0 |
1027 | 2023-12-09T06:00:16.685Z | Downloaded hashbrown v0.13.2 |
1028 | 2023-12-09T06:00:16.685Z | Downloaded version_check v0.9.4 |
1029 | 2023-12-09T06:00:16.685Z | Downloaded paste v1.0.14 |
1030 | 2023-12-09T06:00:16.685Z | Downloaded toml_edit v0.19.15 |
1031 | 2023-12-09T06:00:16.686Z | Downloaded untrusted v0.9.0 |
1032 | 2023-12-09T06:00:16.686Z | Downloaded radium v0.7.0 |
1033 | 2023-12-09T06:00:16.686Z | Downloaded rand v0.4.6 |
1034 | 2023-12-09T06:00:16.686Z | Downloaded hubpack v0.1.2 |
1035 | 2023-12-09T06:00:16.686Z | Downloaded typed-path v0.7.0 |
1036 | 2023-12-09T06:00:16.686Z | Downloaded tokio-tungstenite v0.20.1 |
1037 | 2023-12-09T06:00:16.686Z | Downloaded similar v2.2.1 |
1038 | 2023-12-09T06:00:16.686Z | Downloaded futures-channel v0.3.29 |
1039 | 2023-12-09T06:00:16.686Z | Downloaded parse-display-derive v0.8.2 |
1040 | 2023-12-09T06:00:16.686Z | Downloaded toml v0.5.11 |
1041 | 2023-12-09T06:00:16.686Z | Downloaded tinyvec v1.6.0 |
1042 | 2023-12-09T06:00:16.686Z | Downloaded aho-corasick v1.0.4 |
1043 | 2023-12-09T06:00:16.686Z | Downloaded tar v0.4.40 |
1044 | 2023-12-09T06:00:16.686Z | Downloaded untrusted v0.7.1 |
1045 | 2023-12-09T06:00:16.687Z | Downloaded pkcs8 v0.10.2 |
1046 | 2023-12-09T06:00:16.687Z | Downloaded rayon-core v1.12.0 |
1047 | 2023-12-09T06:00:16.687Z | Downloaded textwrap v0.16.0 |
1048 | 2023-12-09T06:00:16.687Z | Downloaded reedline v0.26.0 |
1049 | 2023-12-09T06:00:16.687Z | Downloaded snafu v0.7.5 |
1050 | 2023-12-09T06:00:16.687Z | Downloaded pin-project v1.1.3 |
1051 | 2023-12-09T06:00:16.687Z | Downloaded flate2 v1.0.28 |
1052 | 2023-12-09T06:00:16.688Z | Downloaded unsafe-libyaml v0.2.9 |
1053 | 2023-12-09T06:00:16.688Z | Downloaded rayon v1.8.0 |
1054 | 2023-12-09T06:00:16.688Z | Downloaded url v2.5.0 |
1055 | 2023-12-09T06:00:16.688Z | Downloaded serde_with v3.4.0 |
1056 | 2023-12-09T06:00:16.688Z | Downloaded tracing-core v0.1.31 |
1057 | 2023-12-09T06:00:16.688Z | Downloaded rustls-webpki v0.101.7 |
1058 | 2023-12-09T06:00:16.688Z | Downloaded pest v2.7.2 |
1059 | 2023-12-09T06:00:16.688Z | Downloaded tabled v0.14.0 |
1060 | 2023-12-09T06:00:16.689Z | Downloaded tokio-util v0.7.10 |
1061 | 2023-12-09T06:00:16.689Z | Downloaded proptest v1.4.0 |
1062 | 2023-12-09T06:00:16.689Z | Downloaded reqwest v0.11.22 |
1063 | 2023-12-09T06:00:16.701Z | Downloaded radix_trie v0.2.1 |
1064 | 2023-12-09T06:00:16.708Z | Downloaded regex v1.10.2 |
1065 | 2023-12-09T06:00:17.158Z | Downloaded openapiv3 v2.0.0 |
1066 | 2023-12-09T06:00:17.236Z | Downloaded trust-dns-proto v0.22.0 |
1067 | 2023-12-09T06:00:17.237Z | Downloaded ratatui v0.23.0 |
1068 | 2023-12-09T06:00:17.237Z | Downloaded regress v0.7.1 |
1069 | 2023-12-09T06:00:17.237Z | Downloaded gimli v0.28.0 |
1070 | 2023-12-09T06:00:17.237Z | Downloaded vcpkg v0.2.15 |
1071 | 2023-12-09T06:00:17.237Z | Downloaded rustix v0.38.25 |
1072 | 2023-12-09T06:00:17.237Z | Downloaded zerocopy-derive v0.2.0 |
1073 | 2023-12-09T06:00:17.238Z | Downloaded syn v1.0.109 |
1074 | 2023-12-09T06:00:17.238Z | Downloaded zerocopy-derive v0.6.4 |
1075 | 2023-12-09T06:00:17.238Z | Downloaded zerocopy-derive v0.7.26 |
1076 | 2023-12-09T06:00:17.238Z | Downloaded tokio v1.35.0 |
1077 | 2023-12-09T06:00:17.238Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1078 | 2023-12-09T06:00:17.240Z | Downloaded encoding_rs v0.8.33 |
1079 | 2023-12-09T06:00:18.485Z | Downloaded sha3 v0.10.8 |
1080 | 2023-12-09T06:00:18.485Z | Downloaded regex-automata v0.4.3 |
1081 | 2023-12-09T06:00:18.486Z | Downloaded regex-automata v0.3.8 |
1082 | 2023-12-09T06:00:18.486Z | Downloaded bstr v1.6.0 |
1083 | 2023-12-09T06:00:18.507Z | Downloaded sled v0.34.7 |
1084 | 2023-12-09T06:00:18.507Z | Downloaded regex-syntax v0.6.29 |
1085 | 2023-12-09T06:00:18.507Z | Downloaded bstr v0.2.17 |
1086 | 2023-12-09T06:00:18.507Z | Downloaded diesel v2.1.4 |
1087 | 2023-12-09T06:00:18.508Z | Downloaded regex-syntax v0.8.2 |
1088 | 2023-12-09T06:00:18.508Z | Downloaded regex-syntax v0.7.5 |
1089 | 2023-12-09T06:00:18.508Z | Downloaded webpki-roots v0.25.2 |
1090 | 2023-12-09T06:00:18.508Z | Downloaded smoltcp v0.9.1 |
1091 | 2023-12-09T06:00:18.508Z | Downloaded smoltcp v0.10.0 |
1092 | 2023-12-09T06:00:18.509Z | Downloaded rustls v0.21.9 |
1093 | 2023-12-09T06:00:18.509Z | Downloaded polar-core v0.27.0 |
1094 | 2023-12-09T06:00:18.509Z | Downloaded idna v0.2.3 |
1095 | 2023-12-09T06:00:18.509Z | Downloaded curve25519-dalek v4.1.0 |
1096 | 2023-12-09T06:00:18.512Z | Downloaded hkdf v0.12.3 |
1097 | 2023-12-09T06:00:18.512Z | Downloaded bitvec v1.0.1 |
1098 | 2023-12-09T06:00:18.512Z | Downloaded futures-util v0.3.29 |
1099 | 2023-12-09T06:00:18.513Z | Downloaded bindgen v0.65.1 |
1100 | 2023-12-09T06:00:18.513Z | Downloaded petgraph v0.6.4 |
1101 | 2023-12-09T06:00:18.514Z | Downloaded plotters v0.3.5 |
1102 | 2023-12-09T06:00:18.514Z | Downloaded idna v0.5.0 |
1103 | 2023-12-09T06:00:18.514Z | Downloaded hashbrown v0.12.3 |
1104 | 2023-12-09T06:00:18.514Z | Downloaded lalrpop v0.19.12 |
1105 | 2023-12-09T06:00:18.514Z | Downloaded openssl v0.10.60 |
1106 | 2023-12-09T06:00:18.515Z | Downloaded unicode-normalization v0.1.22 |
1107 | 2023-12-09T06:00:18.515Z | Downloaded portable-atomic v1.4.3 |
1108 | 2023-12-09T06:00:18.515Z | Downloaded hyper v0.14.27 |
1109 | 2023-12-09T06:00:18.516Z | Downloaded quick-xml v0.23.1 |
1110 | 2023-12-09T06:00:18.516Z | Downloaded ring v0.17.7 |
1111 | 2023-12-09T06:00:18.516Z | Downloaded derive_more v0.99.17 |
1112 | 2023-12-09T06:00:18.516Z | Downloaded derive-where v1.2.6 |
1113 | 2023-12-09T06:00:18.517Z | Downloaded tracing v0.1.37 |
1114 | 2023-12-09T06:00:18.517Z | Downloaded toml v0.7.8 |
1115 | 2023-12-09T06:00:18.517Z | Downloaded trust-dns-server v0.22.1 |
1116 | 2023-12-09T06:00:18.517Z | Downloaded ring v0.16.20 |
1117 | 2023-12-09T06:00:18.518Z | Downloaded trust-dns-resolver v0.22.0 |
1118 | 2023-12-09T06:00:18.518Z | Downloaded heapless v0.7.16 |
1119 | 2023-12-09T06:00:18.518Z | Downloaded der v0.7.8 |
1120 | 2023-12-09T06:00:18.518Z | Downloaded unicode-segmentation v1.10.1 |
1121 | 2023-12-09T06:00:18.519Z | Downloaded x509-cert v0.2.4 |
1122 | 2023-12-09T06:00:18.519Z | Downloaded ron v0.8.1 |
1123 | 2023-12-09T06:00:18.519Z | Downloaded clap v2.34.0 |
1124 | 2023-12-09T06:00:18.521Z | Downloaded chrono v0.4.31 |
1125 | 2023-12-09T06:00:18.521Z | Downloaded h2 v0.3.21 |
1126 | 2023-12-09T06:00:18.521Z | Downloaded rand v0.8.5 |
1127 | 2023-12-09T06:00:18.521Z | Downloaded tough v0.16.0 |
1128 | 2023-12-09T06:00:18.521Z | Downloaded vsss-rs v3.3.1 |
1129 | 2023-12-09T06:00:18.522Z | Downloaded prettyplease v0.2.12 |
1130 | 2023-12-09T06:00:18.522Z | Downloaded zerocopy v0.7.26 |
1131 | 2023-12-09T06:00:18.522Z | Downloaded derive_builder v0.12.0 |
1132 | 2023-12-09T06:00:18.523Z | Downloaded generic-array v0.14.7 |
1133 | 2023-12-09T06:00:18.523Z | Downloaded httparse v1.8.0 |
1134 | 2023-12-09T06:00:18.523Z | Downloaded regex-automata v0.1.10 |
1135 | 2023-12-09T06:00:18.523Z | Downloaded steno v0.4.0 |
1136 | 2023-12-09T06:00:18.523Z | Downloaded rustc_version v0.1.7 |
1137 | 2023-12-09T06:00:18.524Z | Downloaded tabled_derive v0.6.0 |
1138 | 2023-12-09T06:00:18.524Z | Downloaded signal-hook v0.3.17 |
1139 | 2023-12-09T06:00:18.524Z | Downloaded time v0.3.27 |
1140 | 2023-12-09T06:00:18.524Z | Downloaded object v0.32.1 |
1141 | 2023-12-09T06:00:18.524Z | Downloaded remove_dir_all v0.5.3 |
1142 | 2023-12-09T06:00:18.524Z | Downloaded libxml v0.3.3 |
1143 | 2023-12-09T06:00:18.524Z | Downloaded unicode-bidi v0.3.13 |
1144 | 2023-12-09T06:00:18.524Z | Downloaded rcgen v0.11.3 |
1145 | 2023-12-09T06:00:18.525Z | Downloaded elliptic-curve v0.13.8 |
1146 | 2023-12-09T06:00:18.525Z | Downloaded hubpack_derive v0.1.1 |
1147 | 2023-12-09T06:00:18.525Z | Downloaded same-file v1.0.6 |
1148 | 2023-12-09T06:00:18.525Z | Downloaded rustc_version v0.4.0 |
1149 | 2023-12-09T06:00:18.525Z | Downloaded tap v1.0.1 |
1150 | 2023-12-09T06:00:18.525Z | Downloaded deranged v0.3.8 |
1151 | 2023-12-09T06:00:18.525Z | Downloaded defmt-macros v0.3.6 |
1152 | 2023-12-09T06:00:18.527Z | Downloaded fd-lock v3.0.13 |
1153 | 2023-12-09T06:00:18.527Z | Downloaded xattr v1.0.1 |
1154 | 2023-12-09T06:00:18.527Z | Downloaded tokio-native-tls v0.3.1 |
1155 | 2023-12-09T06:00:18.527Z | Downloaded rand_core v0.6.4 |
1156 | 2023-12-09T06:00:18.527Z | Downloaded password-hash v0.5.0 |
1157 | 2023-12-09T06:00:18.527Z | Downloaded partial-io v0.5.4 |
1158 | 2023-12-09T06:00:18.527Z | Downloaded derive_builder_core v0.12.0 |
1159 | 2023-12-09T06:00:18.528Z | Downloaded relative-path v1.9.0 |
1160 | 2023-12-09T06:00:18.528Z | Downloaded rustls-pemfile v1.0.3 |
1161 | 2023-12-09T06:00:18.528Z | Downloaded zerocopy v0.6.4 |
1162 | 2023-12-09T06:00:18.528Z | Downloaded synstructure v0.12.6 |
1163 | 2023-12-09T06:00:18.528Z | Downloaded predicates-core v1.0.6 |
1164 | 2023-12-09T06:00:18.528Z | Downloaded serde_with_macros v3.4.0 |
1165 | 2023-12-09T06:00:18.528Z | Downloaded rstest_macros v0.18.2 |
1166 | 2023-12-09T06:00:18.529Z | Downloaded rsa v0.9.2 |
1167 | 2023-12-09T06:00:18.529Z | Downloaded structmeta-derive v0.2.0 |
1168 | 2023-12-09T06:00:18.529Z | Downloaded similar-asserts v1.5.0 |
1169 | 2023-12-09T06:00:18.529Z | Downloaded sha1 v0.10.6 |
1170 | 2023-12-09T06:00:18.529Z | Downloaded getrandom v0.2.10 |
1171 | 2023-12-09T06:00:18.530Z | Downloaded libm v0.2.7 |
1172 | 2023-12-09T06:00:18.530Z | Downloaded spin v0.9.8 |
1173 | 2023-12-09T06:00:18.530Z | Downloaded fatfs v0.3.6 |
1174 | 2023-12-09T06:00:18.530Z | Downloaded itertools v0.12.0 |
1175 | 2023-12-09T06:00:18.530Z | Downloaded headers-core v0.2.0 |
1176 | 2023-12-09T06:00:18.530Z | Downloaded futures v0.3.29 |
1177 | 2023-12-09T06:00:18.531Z | Downloaded futures-core v0.3.29 |
1178 | 2023-12-09T06:00:18.531Z | Downloaded rustls-native-certs v0.6.3 |
1179 | 2023-12-09T06:00:18.531Z | Downloaded scheduled-thread-pool v0.2.7 |
1180 | 2023-12-09T06:00:18.535Z | Downloaded heck v0.3.3 |
1181 | 2023-12-09T06:00:18.536Z | Downloaded signal-hook-mio v0.2.3 |
1182 | 2023-12-09T06:00:18.536Z | Downloaded unicode-linebreak v0.1.5 |
1183 | 2023-12-09T06:00:18.551Z | Downloaded sha2 v0.10.8 |
1184 | 2023-12-09T06:00:18.551Z | Downloaded snafu-derive v0.7.5 |
1185 | 2023-12-09T06:00:18.551Z | Downloaded httptest v0.15.5 |
1186 | 2023-12-09T06:00:18.551Z | Downloaded schemars v0.8.13 |
1187 | 2023-12-09T06:00:18.552Z | Downloaded flume v0.11.0 |
1188 | 2023-12-09T06:00:18.552Z | Downloaded num-bigint-dig v0.8.4 |
1189 | 2023-12-09T06:00:18.552Z | Downloaded minimal-lexical v0.2.1 |
1190 | 2023-12-09T06:00:18.552Z | Downloaded thread-id v4.2.0 |
1191 | 2023-12-09T06:00:18.552Z | Downloaded rusty-fork v0.3.0 |
1192 | 2023-12-09T06:00:18.552Z | Downloaded rustc-hash v1.1.0 |
1193 | 2023-12-09T06:00:18.552Z | Downloaded glob v0.3.1 |
1194 | 2023-12-09T06:00:18.553Z | Downloaded getopts v0.2.21 |
1195 | 2023-12-09T06:00:18.553Z | Downloaded ed25519 v1.5.3 |
1196 | 2023-12-09T06:00:18.553Z | Downloaded slog-async v2.8.0 |
1197 | 2023-12-09T06:00:18.553Z | Downloaded siphasher v0.3.11 |
1198 | 2023-12-09T06:00:18.553Z | Downloaded parking_lot v0.12.1 |
1199 | 2023-12-09T06:00:18.553Z | Downloaded nom v7.1.3 |
1200 | 2023-12-09T06:00:18.553Z | Downloaded zip v0.6.6 |
1201 | 2023-12-09T06:00:18.554Z | Downloaded serde_yaml v0.9.25 |
1202 | 2023-12-09T06:00:18.554Z | Downloaded structopt v0.3.26 |
1203 | 2023-12-09T06:00:18.554Z | Downloaded flagset v0.4.3 |
1204 | 2023-12-09T06:00:18.554Z | Downloaded fixedbitset v0.4.2 |
1205 | 2023-12-09T06:00:18.554Z | Downloaded static_assertions v1.1.0 |
1206 | 2023-12-09T06:00:18.554Z | Downloaded spki v0.7.2 |
1207 | 2023-12-09T06:00:18.554Z | Downloaded rustc-demangle v0.1.23 |
1208 | 2023-12-09T06:00:18.554Z | Downloaded smf v0.2.2 |
1209 | 2023-12-09T06:00:18.554Z | Downloaded env_logger v0.10.0 |
1210 | 2023-12-09T06:00:18.554Z | Downloaded parking_lot_core v0.8.6 |
1211 | 2023-12-09T06:00:18.567Z | Downloaded backtrace v0.3.69 |
1212 | 2023-12-09T06:00:18.567Z | Downloaded base64 v0.21.5 |
1213 | 2023-12-09T06:00:18.568Z | Downloaded unicode-width v0.1.11 |
1214 | 2023-12-09T06:00:19.808Z | Downloaded mio v0.8.9 |
1215 | 2023-12-09T06:00:19.808Z | Downloaded yasna v0.5.2 |
1216 | 2023-12-09T06:00:19.808Z | Downloaded pkcs1 v0.7.5 |
1217 | 2023-12-09T06:00:19.843Z | Downloaded pin-project-lite v0.2.13 |
1218 | 2023-12-09T06:00:19.843Z | Downloaded strsim v0.8.0 |
1219 | 2023-12-09T06:00:19.843Z | Downloaded string_cache v0.8.7 |
1220 | 2023-12-09T06:00:19.844Z | Downloaded foreign-types v0.5.0 |
1221 | 2023-12-09T06:00:19.844Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1222 | 2023-12-09T06:00:19.844Z | Downloaded serde_plain v1.0.2 |
1223 | 2023-12-09T06:00:19.844Z | Downloaded utf-8 v0.7.6 |
1224 | 2023-12-09T06:00:19.844Z | Downloaded strum_macros v0.24.3 |
1225 | 2023-12-09T06:00:19.844Z | Downloaded globset v0.4.13 |
1226 | 2023-12-09T06:00:19.844Z | Downloaded fallible-iterator v0.2.0 |
1227 | 2023-12-09T06:00:19.844Z | Downloaded funty v2.0.0 |
1228 | 2023-12-09T06:00:19.844Z | Downloaded parking_lot_core v0.9.8 |
1229 | 2023-12-09T06:00:19.845Z | Downloaded fs-err v2.11.0 |
1230 | 2023-12-09T06:00:19.845Z | Downloaded float-cmp v0.9.0 |
1231 | 2023-12-09T06:00:19.847Z | Downloaded hex-literal v0.4.1 |
1232 | 2023-12-09T06:00:19.847Z | Downloaded itertools v0.10.5 |
1233 | 2023-12-09T06:00:19.847Z | Downloaded crossterm v0.27.0 |
1234 | 2023-12-09T06:00:19.847Z | Downloaded pkg-config v0.3.27 |
1235 | 2023-12-09T06:00:19.848Z | Downloaded slog-dtrace v0.2.3 |
1236 | 2023-12-09T06:00:19.848Z | Downloaded threadpool v1.8.1 |
1237 | 2023-12-09T06:00:19.848Z | Downloaded dof v0.1.5 |
1238 | 2023-12-09T06:00:19.848Z | Downloaded rand_xorshift v0.3.0 |
1239 | 2023-12-09T06:00:19.848Z | Downloaded criterion v0.5.1 |
1240 | 2023-12-09T06:00:19.848Z | Downloaded which v4.4.0 |
1241 | 2023-12-09T06:00:19.848Z | Downloaded pin-project-internal v1.1.3 |
1242 | 2023-12-09T06:00:19.849Z | Downloaded enum-as-inner v0.5.1 |
1243 | 2023-12-09T06:00:19.849Z | Downloaded percent-encoding v2.3.1 |
1244 | 2023-12-09T06:00:19.849Z | Downloaded parking_lot v0.11.2 |
1245 | 2023-12-09T06:00:19.849Z | Downloaded predicates v2.1.5 |
1246 | 2023-12-09T06:00:19.849Z | Downloaded hash32 v0.2.1 |
1247 | 2023-12-09T06:00:19.849Z | Downloaded foreign-types-shared v0.1.1 |
1248 | 2023-12-09T06:00:19.850Z | Downloaded wyz v0.5.1 |
1249 | 2023-12-09T06:00:19.850Z | Downloaded postcard v1.0.8 |
1250 | 2023-12-09T06:00:19.851Z | Downloaded test-strategy v0.3.1 |
1251 | 2023-12-09T06:00:19.851Z | Downloaded ucd-trie v0.1.6 |
1252 | 2023-12-09T06:00:19.851Z | Downloaded futures-task v0.3.29 |
1253 | 2023-12-09T06:00:19.851Z | Downloaded futures-sink v0.3.29 |
1254 | 2023-12-09T06:00:19.852Z | Downloaded futures-macro v0.3.29 |
1255 | 2023-12-09T06:00:19.852Z | Downloaded httpdate v1.0.3 |
1256 | 2023-12-09T06:00:19.852Z | Downloaded ppv-lite86 v0.2.17 |
1257 | 2023-12-09T06:00:19.852Z | Downloaded crossbeam-channel v0.5.8 |
1258 | 2023-12-09T06:00:19.852Z | Downloaded bytes v1.5.0 |
1259 | 2023-12-09T06:00:19.852Z | Downloaded pin-utils v0.1.0 |
1260 | 2023-12-09T06:00:19.853Z | Downloaded tungstenite v0.20.1 |
1261 | 2023-12-09T06:00:19.853Z | Downloaded semver v0.11.0 |
1262 | 2023-12-09T06:00:19.853Z | Downloaded form_urlencoded v1.2.1 |
1263 | 2023-12-09T06:00:19.853Z | Downloaded defmt v0.3.5 |
1264 | 2023-12-09T06:00:19.853Z | Downloaded semver-parser v0.10.2 |
1265 | 2023-12-09T06:00:19.854Z | Downloaded scopeguard v1.2.0 |
1266 | 2023-12-09T06:00:19.854Z | Downloaded unicase v2.7.0 |
1267 | 2023-12-09T06:00:19.854Z | Downloaded der_derive v0.7.2 |
1268 | 2023-12-09T06:00:19.854Z | Downloaded whoami v1.4.1 |
1269 | 2023-12-09T06:00:19.854Z | Downloaded zone v0.3.0 |
1270 | 2023-12-09T06:00:19.854Z | Downloaded tracing-attributes v0.1.26 |
1271 | 2023-12-09T06:00:19.854Z | Downloaded usdt-impl v0.3.5 |
1272 | 2023-12-09T06:00:19.854Z | Downloaded universal-hash v0.5.1 |
1273 | 2023-12-09T06:00:19.854Z | Downloaded usdt v0.3.5 |
1274 | 2023-12-09T06:00:19.854Z | Downloaded slog-term v2.9.0 |
1275 | 2023-12-09T06:00:19.854Z | Downloaded postgres-types v0.2.6 |
1276 | 2023-12-09T06:00:19.854Z | Downloaded postgres-protocol v0.6.6 |
1277 | 2023-12-09T06:00:19.855Z | Downloaded termios v0.3.3 |
1278 | 2023-12-09T06:00:19.856Z | Downloaded subtle v2.5.0 |
1279 | 2023-12-09T06:00:19.856Z | Downloaded strum_macros v0.25.2 |
1280 | 2023-12-09T06:00:19.856Z | Downloaded predicates-tree v1.0.9 |
1281 | 2023-12-09T06:00:19.856Z | Downloaded rustfmt-wrapper v0.2.0 |
1282 | 2023-12-09T06:00:19.856Z | Downloaded slog v2.7.0 |
1283 | 2023-12-09T06:00:19.856Z | Downloaded salty v0.2.0 |
1284 | 2023-12-09T06:00:19.857Z | Downloaded crypto-bigint v0.5.2 |
1285 | 2023-12-09T06:00:19.857Z | Downloaded crc32fast v1.3.2 |
1286 | 2023-12-09T06:00:19.857Z | Downloaded proc-macro-error-attr v1.0.4 |
1287 | 2023-12-09T06:00:19.857Z | Downloaded home v0.5.5 |
1288 | 2023-12-09T06:00:19.857Z | Downloaded rust-argon2 v1.0.1 |
1289 | 2023-12-09T06:00:19.857Z | Downloaded pest_derive v2.7.2 |
1290 | 2023-12-09T06:00:19.857Z | Downloaded zeroize_derive v1.4.2 |
1291 | 2023-12-09T06:00:19.857Z | Downloaded phf_shared v0.11.2 |
1292 | 2023-12-09T06:00:19.857Z | Downloaded serde-big-array v0.4.1 |
1293 | 2023-12-09T06:00:19.857Z | Downloaded socket2 v0.4.9 |
1294 | 2023-12-09T06:00:19.857Z | Downloaded darling_core v0.20.3 |
1295 | 2023-12-09T06:00:19.858Z | Downloaded futures-io v0.3.29 |
1296 | 2023-12-09T06:00:19.858Z | Downloaded plotters-svg v0.3.5 |
1297 | 2023-12-09T06:00:19.858Z | Downloaded blake2 v0.10.6 |
1298 | 2023-12-09T06:00:19.858Z | Downloaded ahash v0.8.3 |
1299 | 2023-12-09T06:00:19.858Z | Downloaded tokio-stream v0.1.14 |
1300 | 2023-12-09T06:00:19.858Z | Downloaded tempfile v3.8.1 |
1301 | 2023-12-09T06:00:19.858Z | Downloaded arrayvec v0.7.4 |
1302 | 2023-12-09T06:00:19.859Z | Downloaded thiserror-impl-no-std v2.0.2 |
1303 | 2023-12-09T06:00:19.859Z | Downloaded serde-hex v0.1.0 |
1304 | 2023-12-09T06:00:19.859Z | Downloaded mime_guess v2.0.4 |
1305 | 2023-12-09T06:00:19.859Z | Downloaded socket2 v0.5.5 |
1306 | 2023-12-09T06:00:19.861Z | Downloaded native-tls v0.2.11 |
1307 | 2023-12-09T06:00:19.861Z | Downloaded usdt-attr-macro v0.3.5 |
1308 | 2023-12-09T06:00:19.861Z | Downloaded zeroize v1.7.0 |
1309 | 2023-12-09T06:00:19.861Z | Downloaded tokio-macros v2.2.0 |
1310 | 2023-12-09T06:00:19.862Z | Downloaded predicates v3.0.4 |
1311 | 2023-12-09T06:00:19.862Z | Downloaded arc-swap v1.6.0 |
1312 | 2023-12-09T06:00:19.862Z | Downloaded time-macros v0.2.13 |
1313 | 2023-12-09T06:00:19.862Z | Downloaded multer v2.1.0 |
1314 | 2023-12-09T06:00:19.863Z | Downloaded log v0.4.20 |
1315 | 2023-12-09T06:00:19.863Z | Downloaded swrite v0.1.0 |
1316 | 2023-12-09T06:00:19.863Z | Downloaded tui-tree-widget v0.13.0 |
1317 | 2023-12-09T06:00:19.906Z | Downloaded bitflags v2.4.0 |
1318 | 2023-12-09T06:00:19.906Z | Downloaded chacha20poly1305 v0.10.1 |
1319 | 2023-12-09T06:00:19.906Z | Downloaded blake2b_simd v1.0.1 |
1320 | 2023-12-09T06:00:19.906Z | Downloaded bcs v0.1.6 |
1321 | 2023-12-09T06:00:19.906Z | Downloaded tiny-keccak v2.0.2 |
1322 | 2023-12-09T06:00:19.906Z | Downloaded tempdir v0.3.7 |
1323 | 2023-12-09T06:00:19.906Z | Downloaded ansi_term v0.12.1 |
1324 | 2023-12-09T06:00:19.907Z | Downloaded tokio-rustls v0.24.1 |
1325 | 2023-12-09T06:00:19.907Z | Downloaded term v0.7.0 |
1326 | 2023-12-09T06:00:19.907Z | Downloaded indicatif v0.17.7 |
1327 | 2023-12-09T06:00:19.908Z | Downloaded num-rational v0.4.1 |
1328 | 2023-12-09T06:00:19.908Z | Downloaded num-complex v0.4.4 |
1329 | 2023-12-09T06:00:19.908Z | Downloaded darling_macro v0.14.4 |
1330 | 2023-12-09T06:00:19.909Z | Downloaded camino-tempfile v1.1.1 |
1331 | 2023-12-09T06:00:19.909Z | Downloaded async-stream v0.3.5 |
1332 | 2023-12-09T06:00:19.909Z | Downloaded backoff v0.4.0 |
1333 | 2023-12-09T06:00:19.909Z | Downloaded argon2 v0.5.2 |
1334 | 2023-12-09T06:00:19.910Z | Downloaded darling_core v0.14.4 |
1335 | 2023-12-09T06:00:19.910Z | Downloaded fnv v1.0.7 |
1336 | 2023-12-09T06:00:19.910Z | Downloaded serde_tokenstream v0.2.0 |
1337 | 2023-12-09T06:00:19.910Z | Downloaded strip-ansi-escapes v0.2.0 |
1338 | 2023-12-09T06:00:19.910Z | Downloaded slog-stdlog v4.1.1 |
1339 | 2023-12-09T06:00:19.910Z | Downloaded slog-json v2.6.1 |
1340 | 2023-12-09T06:00:19.910Z | Downloaded serde_tokenstream v0.1.7 |
1341 | 2023-12-09T06:00:19.910Z | Downloaded secrecy v0.8.0 |
1342 | 2023-12-09T06:00:19.910Z | Downloaded ipnet v2.8.0 |
1343 | 2023-12-09T06:00:19.911Z | Downloaded darling v0.20.3 |
1344 | 2023-12-09T06:00:19.911Z | Downloaded tinyvec_macros v0.1.1 |
1345 | 2023-12-09T06:00:19.911Z | Downloaded pretty-hex v0.4.0 |
1346 | 2023-12-09T06:00:19.911Z | Downloaded topological-sort v0.2.2 |
1347 | 2023-12-09T06:00:19.911Z | Downloaded mockall v0.11.4 |
1348 | 2023-12-09T06:00:19.911Z | Downloaded maybe-uninit v2.0.0 |
1349 | 2023-12-09T06:00:19.911Z | Downloaded bzip2 v0.4.4 |
1350 | 2023-12-09T06:00:19.912Z | Downloaded mime v0.3.17 |
1351 | 2023-12-09T06:00:19.912Z | Downloaded memoffset v0.7.1 |
1352 | 2023-12-09T06:00:19.912Z | Downloaded addr2line v0.21.0 |
1353 | 2023-12-09T06:00:19.912Z | Downloaded unarray v0.1.4 |
1354 | 2023-12-09T06:00:19.912Z | Downloaded tower-service v0.3.2 |
1355 | 2023-12-09T06:00:19.912Z | Downloaded papergrid v0.10.0 |
1356 | 2023-12-09T06:00:19.912Z | Downloaded openssl-sys v0.9.96 |
1357 | 2023-12-09T06:00:19.912Z | Downloaded lock_api v0.4.10 |
1358 | 2023-12-09T06:00:19.913Z | Downloaded bytesize v1.3.0 |
1359 | 2023-12-09T06:00:19.913Z | Downloaded spin v0.5.2 |
1360 | 2023-12-09T06:00:19.914Z | Downloaded oso v0.27.0 |
1361 | 2023-12-09T06:00:19.914Z | Downloaded crossbeam-utils v0.8.16 |
1362 | 2023-12-09T06:00:19.914Z | Downloaded nodrop v0.1.14 |
1363 | 2023-12-09T06:00:19.914Z | Downloaded corncobs v0.1.3 |
1364 | 2023-12-09T06:00:19.915Z | Downloaded cast v0.3.0 |
1365 | 2023-12-09T06:00:19.915Z | Downloaded buf-list v1.0.3 |
1366 | 2023-12-09T06:00:19.915Z | Downloaded bit-vec v0.6.3 |
1367 | 2023-12-09T06:00:19.915Z | Downloaded defmt-parser v0.3.3 |
1368 | 2023-12-09T06:00:19.915Z | Downloaded slog-scope v4.4.0 |
1369 | 2023-12-09T06:00:19.915Z | Downloaded bitfield v0.14.0 |
1370 | 2023-12-09T06:00:19.915Z | Downloaded ciborium-ll v0.2.1 |
1371 | 2023-12-09T06:00:19.915Z | Downloaded chacha20 v0.9.1 |
1372 | 2023-12-09T06:00:19.915Z | Downloaded bytecount v0.6.3 |
1373 | 2023-12-09T06:00:19.916Z | Downloaded bit-set v0.5.3 |
1374 | 2023-12-09T06:00:19.916Z | Downloaded shell-words v1.1.0 |
1375 | 2023-12-09T06:00:19.916Z | Downloaded nu-ansi-term v0.49.0 |
1376 | 2023-12-09T06:00:19.916Z | Downloaded indoc v1.0.9 |
1377 | 2023-12-09T06:00:19.916Z | Downloaded keccak v0.1.4 |
1378 | 2023-12-09T06:00:19.916Z | Downloaded cassowary v0.3.0 |
1379 | 2023-12-09T06:00:19.916Z | Downloaded bb8 v0.8.1 |
1380 | 2023-12-09T06:00:19.916Z | Downloaded signature v1.6.4 |
1381 | 2023-12-09T06:00:19.916Z | Downloaded serde_urlencoded v0.7.1 |
1382 | 2023-12-09T06:00:19.916Z | Downloaded humantime v2.1.0 |
1383 | 2023-12-09T06:00:19.917Z | Downloaded byteorder v1.5.0 |
1384 | 2023-12-09T06:00:19.917Z | Downloaded schemars_derive v0.8.13 |
1385 | 2023-12-09T06:00:19.917Z | Downloaded cancel-safe-futures v0.1.5 |
1386 | 2023-12-09T06:00:19.917Z | Downloaded memoffset v0.9.0 |
1387 | 2023-12-09T06:00:19.917Z | Downloaded inout v0.1.3 |
1388 | 2023-12-09T06:00:19.918Z | Downloaded autocfg v1.1.0 |
1389 | 2023-12-09T06:00:19.918Z | Downloaded block-buffer v0.10.4 |
1390 | 2023-12-09T06:00:19.918Z | Downloaded base16ct v0.2.0 |
1391 | 2023-12-09T06:00:19.918Z | Downloaded async-recursion v1.0.5 |
1392 | 2023-12-09T06:00:19.918Z | Downloaded approx v0.5.1 |
1393 | 2023-12-09T06:00:19.918Z | Downloaded atomic-waker v1.1.1 |
1394 | 2023-12-09T06:00:19.918Z | Downloaded try-lock v0.2.4 |
1395 | 2023-12-09T06:00:19.918Z | Downloaded adler v1.0.2 |
1396 | 2023-12-09T06:00:19.919Z | Downloaded owo-colors v3.5.0 |
1397 | 2023-12-09T06:00:19.919Z | Downloaded nanorand v0.7.0 |
1398 | 2023-12-09T06:00:19.919Z | Downloaded const-oid v0.9.5 |
1399 | 2023-12-09T06:00:19.919Z | Downloaded crossbeam-queue v0.3.8 |
1400 | 2023-12-09T06:00:19.919Z | Downloaded ciborium v0.2.1 |
1401 | 2023-12-09T06:00:19.919Z | Downloaded array-init v0.0.4 |
1402 | 2023-12-09T06:00:19.919Z | Downloaded time-core v0.1.1 |
1403 | 2023-12-09T06:00:19.919Z | Downloaded opaque-debug v0.3.0 |
1404 | 2023-12-09T06:00:19.920Z | Downloaded shlex v1.1.0 |
1405 | 2023-12-09T06:00:19.920Z | Downloaded new_debug_unreachable v1.0.4 |
1406 | 2023-12-09T06:00:19.920Z | Downloaded libefi-sys v0.1.0 |
1407 | 2023-12-09T06:00:19.920Z | Downloaded assert_matches v1.5.0 |
1408 | 2023-12-09T06:00:19.920Z | Downloaded managed v0.8.0 |
1409 | 2023-12-09T06:00:19.921Z | Downloaded lru-cache v0.1.2 |
1410 | 2023-12-09T06:00:19.921Z | Downloaded normalize-line-endings v0.3.0 |
1411 | 2023-12-09T06:00:19.921Z | Downloaded matches v0.1.10 |
1412 | 2023-12-09T06:00:19.921Z | Downloaded lazycell v1.3.0 |
1413 | 2023-12-09T06:00:19.921Z | Downloaded signature v2.1.0 |
1414 | 2023-12-09T06:00:19.922Z | Downloaded oso-derive v0.27.0 |
1415 | 2023-12-09T06:00:19.922Z | Downloaded crc-catalog v2.2.0 |
1416 | 2023-12-09T06:00:19.922Z | Downloaded colored v2.0.4 |
1417 | 2023-12-09T06:00:20.512Z | Downloaded sec1 v0.7.3 |
1418 | 2023-12-09T06:00:20.513Z | Downloaded crc-any v2.4.3 |
1419 | 2023-12-09T06:00:20.513Z | Downloaded indoc v2.0.3 |
1420 | 2023-12-09T06:00:20.513Z | Downloaded indexmap v1.9.3 |
1421 | 2023-12-09T06:00:20.513Z | Downloaded cookie v0.18.0 |
1422 | 2023-12-09T06:00:20.513Z | Downloaded console v0.15.7 |
1423 | 2023-12-09T06:00:20.513Z | Downloaded packed_struct_codegen v0.10.1 |
1424 | 2023-12-09T06:00:20.513Z | Downloaded packed_struct v0.10.1 |
1425 | 2023-12-09T06:00:20.513Z | Downloaded once_cell v1.19.0 |
1426 | 2023-12-09T06:00:20.513Z | Downloaded cipher v0.4.4 |
1427 | 2023-12-09T06:00:20.513Z | Downloaded atomicwrites v0.4.2 |
1428 | 2023-12-09T06:00:20.514Z | Downloaded async-stream-impl v0.3.5 |
1429 | 2023-12-09T06:00:20.514Z | Downloaded openssl-probe v0.1.5 |
1430 | 2023-12-09T06:00:20.514Z | Downloaded olpc-cjson v0.1.3 |
1431 | 2023-12-09T06:00:20.514Z | Downloaded atty v0.2.14 |
1432 | 2023-12-09T06:00:20.514Z | Downloaded libtest-mimic v0.6.1 |
1433 | 2023-12-09T06:00:20.514Z | Downloaded ascii-canvas v3.0.0 |
1434 | 2023-12-09T06:00:20.514Z | Downloaded oorandom v11.1.3 |
1435 | 2023-12-09T06:00:20.514Z | Downloaded object v0.30.4 |
1436 | 2023-12-09T06:00:20.515Z | Downloaded num_enum_derive v0.5.11 |
1437 | 2023-12-09T06:00:20.515Z | Downloaded crossbeam-epoch v0.9.15 |
1438 | 2023-12-09T06:00:20.515Z | Downloaded crypto-common v0.1.6 |
1439 | 2023-12-09T06:00:20.515Z | Downloaded criterion-plot v0.5.0 |
1440 | 2023-12-09T06:00:20.515Z | Downloaded num_cpus v1.16.0 |
1441 | 2023-12-09T06:00:20.515Z | Downloaded num-iter v0.1.43 |
1442 | 2023-12-09T06:00:20.515Z | Downloaded num-bigint v0.4.4 |
1443 | 2023-12-09T06:00:20.515Z | Downloaded nibble_vec v0.1.0 |
1444 | 2023-12-09T06:00:20.515Z | Downloaded instant v0.1.12 |
1445 | 2023-12-09T06:00:20.515Z | Downloaded curve25519-dalek-derive v0.1.0 |
1446 | 2023-12-09T06:00:20.515Z | Downloaded crossbeam-deque v0.8.3 |
1447 | 2023-12-09T06:00:20.516Z | Downloaded crossbeam v0.8.2 |
1448 | 2023-12-09T06:00:20.516Z | Downloaded newline-converter v0.3.0 |
1449 | 2023-12-09T06:00:20.516Z | Downloaded ipnetwork v0.20.0 |
1450 | 2023-12-09T06:00:20.516Z | Downloaded cpufeatures v0.2.9 |
1451 | 2023-12-09T06:00:20.516Z | Downloaded hyper-tls v0.5.0 |
1452 | 2023-12-09T06:00:20.516Z | Downloaded constant_time_eq v0.2.6 |
1453 | 2023-12-09T06:00:20.516Z | Downloaded lalrpop-util v0.19.12 |
1454 | 2023-12-09T06:00:20.516Z | Downloaded is-terminal v0.4.9 |
1455 | 2023-12-09T06:00:20.516Z | Downloaded cstr-argument v0.1.2 |
1456 | 2023-12-09T06:00:20.516Z | Downloaded crunchy v0.2.2 |
1457 | 2023-12-09T06:00:20.516Z | Downloaded crucible-workspace-hack v0.1.0 |
1458 | 2023-12-09T06:00:20.516Z | Downloaded convert_case v0.4.0 |
1459 | 2023-12-09T06:00:20.517Z | Downloaded clang-sys v1.6.1 |
1460 | 2023-12-09T06:00:20.517Z | Downloaded ciborium-io v0.2.1 |
1461 | 2023-12-09T06:00:20.517Z | Compiling serde v1.0.192 |
1462 | 2023-12-09T06:00:20.517Z | Compiling autocfg v1.1.0 |
1463 | 2023-12-09T06:00:20.517Z | Checking cfg-if v1.0.0 |
1464 | 2023-12-09T06:00:20.517Z | Compiling version_check v0.9.4 |
1465 | 2023-12-09T06:00:20.532Z | Compiling syn v1.0.109 |
1466 | 2023-12-09T06:00:20.532Z | Checking libc v0.2.150 |
1467 | 2023-12-09T06:00:20.533Z | Compiling syn v2.0.32 |
1468 | 2023-12-09T06:00:20.533Z | Compiling parking_lot_core v0.9.8 |
1469 | 2023-12-09T06:00:20.533Z | Compiling libm v0.2.7 |
1470 | 2023-12-09T06:00:20.612Z | Compiling cc v1.0.83 |
1471 | 2023-12-09T06:00:20.886Z | Compiling futures-core v0.3.29 |
1472 | 2023-12-09T06:00:20.924Z | Compiling once_cell v1.19.0 |
1473 | 2023-12-09T06:00:21.480Z | Compiling serde_json v1.0.108 |
1474 | 2023-12-09T06:00:21.512Z | Compiling memchr v2.6.3 |
1475 | 2023-12-09T06:00:22.027Z | Compiling lock_api v0.4.10 |
1476 | 2023-12-09T06:00:22.050Z | Compiling num-traits v0.2.16 |
1477 | 2023-12-09T06:00:22.073Z | Compiling typenum v1.16.0 |
1478 | 2023-12-09T06:00:22.279Z | Checking getrandom v0.2.10 |
1479 | 2023-12-09T06:00:22.320Z | Compiling generic-array v0.14.7 |
1480 | 2023-12-09T06:00:22.611Z | Compiling slab v0.4.9 |
1481 | 2023-12-09T06:00:22.871Z | Compiling futures-task v0.3.29 |
1482 | 2023-12-09T06:00:23.147Z | Compiling futures-channel v0.3.29 |
1483 | 2023-12-09T06:00:23.504Z | Compiling futures-util v0.3.29 |
1484 | 2023-12-09T06:00:23.589Z | Checking scopeguard v1.2.0 |
1485 | 2023-12-09T06:00:23.783Z | Compiling log v0.4.20 |
1486 | 2023-12-09T06:00:24.142Z | Compiling pkg-config v0.3.27 |
1487 | 2023-12-09T06:00:24.747Z | Checking itoa v1.0.9 |
1488 | 2023-12-09T06:00:24.931Z | Checking smallvec v1.11.0 |
1489 | 2023-12-09T06:00:25.152Z | Compiling rustix v0.38.25 |
1490 | 2023-12-09T06:00:25.416Z | Compiling indexmap v1.9.3 |
1491 | 2023-12-09T06:00:25.493Z | Compiling schemars v0.8.13 |
1492 | 2023-12-09T06:00:25.990Z | Compiling vcpkg v0.2.15 |
1493 | 2023-12-09T06:00:26.050Z | Compiling fnv v1.0.7 |
1494 | 2023-12-09T06:00:26.173Z | Compiling httparse v1.8.0 |
1495 | 2023-12-09T06:00:26.219Z | Checking rand_core v0.6.4 |
1496 | 2023-12-09T06:00:26.662Z | Compiling ring v0.16.20 |
1497 | 2023-12-09T06:00:26.818Z | Compiling ring v0.17.7 |
1498 | 2023-12-09T06:00:28.434Z | Compiling aho-corasick v1.0.4 |
1499 | 2023-12-09T06:00:28.748Z | Compiling regex-syntax v0.8.2 |
1500 | 2023-12-09T06:00:29.654Z | Compiling openssl-sys v0.9.96 |
1501 | 2023-12-09T06:00:31.381Z | Compiling parking_lot v0.12.1 |
1502 | 2023-12-09T06:00:32.426Z | Compiling serde_derive_internals v0.26.0 |
1503 | 2023-12-09T06:00:33.740Z | Compiling regex-automata v0.4.3 |
1504 | 2023-12-09T06:00:35.414Z | Compiling ahash v0.8.3 |
1505 | 2023-12-09T06:00:35.905Z | Checking pin-project-lite v0.2.13 |
1506 | 2023-12-09T06:00:36.085Z | Checking spin v0.5.2 |
1507 | 2023-12-09T06:00:36.209Z | Compiling openssl v0.10.60 |
1508 | 2023-12-09T06:00:36.365Z | Checking signal-hook-registry v1.4.1 |
1509 | 2023-12-09T06:00:36.742Z | Compiling rustls v0.21.9 |
1510 | 2023-12-09T06:00:36.823Z | Compiling ucd-trie v0.1.6 |
1511 | 2023-12-09T06:00:37.047Z | Checking mio v0.8.9 |
1512 | 2023-12-09T06:00:37.570Z | Compiling native-tls v0.2.11 |
1513 | 2023-12-09T06:00:38.021Z | Compiling iana-time-zone v0.1.57 |
1514 | 2023-12-09T06:00:38.066Z | Compiling async-trait v0.1.74 |
1515 | 2023-12-09T06:00:38.135Z | Checking num_cpus v1.16.0 |
1516 | 2023-12-09T06:00:38.678Z | Compiling unicode-xid v0.2.4 |
1517 | 2023-12-09T06:00:38.887Z | Compiling byteorder v1.5.0 |
1518 | 2023-12-09T06:00:38.925Z | Compiling dyn-clone v1.0.13 |
1519 | 2023-12-09T06:00:39.505Z | Compiling backtrace v0.3.69 |
1520 | 2023-12-09T06:00:39.613Z | Checking socket2 v0.5.5 |
1521 | 2023-12-09T06:00:40.050Z | Compiling futures-sink v0.3.29 |
1522 | 2023-12-09T06:00:40.218Z | Compiling hashbrown v0.13.2 |
1523 | 2023-12-09T06:00:40.258Z | Compiling errno v0.3.2 |
1524 | 2023-12-09T06:00:40.361Z | Compiling regex v1.10.2 |
1525 | 2023-12-09T06:00:40.590Z | Checking ryu v1.0.15 |
1526 | 2023-12-09T06:00:40.741Z | Compiling crossbeam-utils v0.8.16 |
1527 | 2023-12-09T06:00:40.980Z | Compiling tinyvec_macros v0.1.1 |
1528 | 2023-12-09T06:00:41.104Z | Compiling crc32fast v1.3.2 |
1529 | 2023-12-09T06:00:41.354Z | Compiling tinyvec v1.6.0 |
1530 | 2023-12-09T06:00:42.251Z | Compiling anyhow v1.0.75 |
1531 | 2023-12-09T06:00:42.492Z | Compiling pin-utils v0.1.0 |
1532 | 2023-12-09T06:00:42.614Z | Compiling futures-io v0.3.29 |
1533 | 2023-12-09T06:00:42.685Z | Compiling spin v0.9.8 |
1534 | 2023-12-09T06:00:43.092Z | Compiling tracing-core v0.1.31 |
1535 | 2023-12-09T06:00:43.280Z | Compiling unicode-bidi v0.3.13 |
1536 | 2023-12-09T06:00:43.981Z | Compiling unicode-normalization v0.1.22 |
1537 | 2023-12-09T06:00:44.388Z | Compiling serde_derive v1.0.192 |
1538 | 2023-12-09T06:00:44.924Z | Compiling thiserror-impl v1.0.49 |
1539 | 2023-12-09T06:00:45.254Z | Compiling zeroize_derive v1.4.2 |
1540 | 2023-12-09T06:00:45.553Z | Compiling tokio-macros v2.2.0 |
1541 | 2023-12-09T06:00:45.827Z | Compiling futures-macro v0.3.29 |
1542 | 2023-12-09T06:00:45.839Z | Compiling tracing-attributes v0.1.26 |
1543 | 2023-12-09T06:00:46.691Z | Compiling schemars_derive v0.8.13 |
1544 | 2023-12-09T06:00:48.006Z | Checking zeroize v1.7.0 |
1545 | 2023-12-09T06:00:48.376Z | Compiling openssl-macros v0.1.1 |
1546 | 2023-12-09T06:00:49.914Z | Compiling der_derive v0.7.2 |
1547 | 2023-12-09T06:00:50.410Z | Compiling thiserror v1.0.49 |
1548 | 2023-12-09T06:00:50.589Z | Compiling pest v2.7.2 |
1549 | 2023-12-09T06:00:51.953Z | Compiling num-integer v0.1.45 |
1550 | 2023-12-09T06:00:52.388Z | Compiling synstructure v0.12.6 |
1551 | 2023-12-09T06:00:52.436Z | Compiling tracing v0.1.37 |
1552 | 2023-12-09T06:00:53.145Z | Compiling lazy_static v1.4.0 |
1553 | 2023-12-09T06:00:53.212Z | Compiling unicode-width v0.1.11 |
1554 | 2023-12-09T06:00:53.300Z | Compiling base64 v0.21.5 |
1555 | 2023-12-09T06:00:53.438Z | Checking subtle v2.5.0 |
1556 | 2023-12-09T06:00:53.822Z | Compiling slog v2.7.0 |
1557 | 2023-12-09T06:00:54.388Z | Compiling rustversion v1.0.14 |
1558 | 2023-12-09T06:00:54.476Z | Compiling percent-encoding v2.3.1 |
1559 | 2023-12-09T06:00:54.524Z | Compiling pest_meta v2.7.2 |
1560 | 2023-12-09T06:00:54.684Z | Compiling openssl-probe v0.1.5 |
1561 | 2023-12-09T06:00:55.056Z | Compiling time-core v0.1.1 |
1562 | 2023-12-09T06:00:55.185Z | Compiling hashbrown v0.12.3 |
1563 | 2023-12-09T06:00:55.317Z | Compiling untrusted v0.7.1 |
1564 | 2023-12-09T06:00:55.369Z | Compiling zerocopy-derive v0.2.0 |
1565 | 2023-12-09T06:00:55.382Z | Compiling foreign-types-shared v0.1.1 |
1566 | 2023-12-09T06:00:55.418Z | Compiling untrusted v0.9.0 |
1567 | 2023-12-09T06:00:55.522Z | Compiling foreign-types v0.3.2 |
1568 | 2023-12-09T06:00:55.837Z | Compiling time-macros v0.2.13 |
1569 | 2023-12-09T06:00:58.464Z | Compiling pest_generator v2.7.2 |
1570 | 2023-12-09T06:01:01.203Z | Compiling try-lock v0.2.4 |
1571 | 2023-12-09T06:01:01.402Z | Compiling want v0.3.1 |
1572 | 2023-12-09T06:01:01.505Z | Compiling rustls-webpki v0.101.7 |
1573 | 2023-12-09T06:01:01.838Z | Compiling sct v0.7.0 |
1574 | 2023-12-09T06:01:01.936Z | Compiling form_urlencoded v1.2.1 |
1575 | 2023-12-09T06:01:02.818Z | Compiling socket2 v0.4.9 |
1576 | 2023-12-09T06:01:02.973Z | Compiling pest_derive v2.7.2 |
1577 | 2023-12-09T06:01:03.135Z | Compiling tower-service v0.3.2 |
1578 | 2023-12-09T06:01:03.301Z | Compiling const-oid v0.9.5 |
1579 | 2023-12-09T06:01:03.462Z | Compiling either v1.9.0 |
1580 | 2023-12-09T06:01:04.170Z | Compiling httpdate v1.0.3 |
1581 | 2023-12-09T06:01:04.706Z | Compiling rustls-pemfile v1.0.3 |
1582 | 2023-12-09T06:01:04.733Z | Compiling idna v0.5.0 |
1583 | 2023-12-09T06:01:05.021Z | Compiling memoffset v0.9.0 |
1584 | 2023-12-09T06:01:05.263Z | Compiling usdt-impl v0.3.5 |
1585 | 2023-12-09T06:01:05.468Z | Compiling adler v1.0.2 |
1586 | 2023-12-09T06:01:05.839Z | Compiling miniz_oxide v0.7.1 |
1587 | 2023-12-09T06:01:06.202Z | Compiling rustls-native-certs v0.6.3 |
1588 | 2023-12-09T06:01:06.591Z | Compiling url v2.5.0 |
1589 | 2023-12-09T06:01:06.844Z | Compiling zerocopy v0.3.0 |
1590 | 2023-12-09T06:01:07.561Z | Checking crypto-common v0.1.6 |
1591 | 2023-12-09T06:01:07.740Z | Checking bytes v1.5.0 |
1592 | 2023-12-09T06:01:07.850Z | Checking bitflags v2.4.0 |
1593 | 2023-12-09T06:01:08.479Z | Compiling signal-hook v0.3.17 |
1594 | 2023-12-09T06:01:08.877Z | Compiling ipnet v2.8.0 |
1595 | 2023-12-09T06:01:08.981Z | Checking tokio v1.35.0 |
1596 | 2023-12-09T06:01:10.983Z | Compiling indexmap v2.1.0 |
1597 | 2023-12-09T06:01:11.006Z | Compiling semver v1.0.20 |
1598 | 2023-12-09T06:01:11.263Z | Compiling uuid v1.6.1 |
1599 | 2023-12-09T06:01:11.803Z | Compiling chrono v0.4.31 |
1600 | 2023-12-09T06:01:12.867Z | Compiling rustc_version v0.4.0 |
1601 | 2023-12-09T06:01:13.025Z | Compiling http v0.2.11 |
1602 | 2023-12-09T06:01:13.842Z | Compiling toml_datetime v0.6.5 |
1603 | 2023-12-09T06:01:14.075Z | Compiling serde_spanned v0.6.4 |
1604 | 2023-12-09T06:01:14.435Z | Compiling toml_edit v0.19.15 |
1605 | 2023-12-09T06:01:15.040Z | Compiling openapiv3 v2.0.0 |
1606 | 2023-12-09T06:01:18.477Z | Compiling http-body v0.4.5 |
1607 | 2023-12-09T06:01:19.088Z | Compiling heapless v0.7.16 |
1608 | 2023-12-09T06:01:19.524Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2023-12-09T06:01:19.810Z | Compiling dof v0.1.5 |
1610 | 2023-12-09T06:01:20.051Z | Compiling dtrace-parser v0.1.14 |
1611 | 2023-12-09T06:01:20.672Z | Compiling clap_derive v4.4.2 |
1612 | 2023-12-09T06:01:21.449Z | Compiling zerocopy-derive v0.6.4 |
1613 | 2023-12-09T06:01:23.181Z | Compiling crossbeam-epoch v0.9.15 |
1614 | 2023-12-09T06:01:23.410Z | Compiling encoding_rs v0.8.33 |
1615 | 2023-12-09T06:01:23.544Z | Compiling thread-id v4.2.0 |
1616 | 2023-12-09T06:01:23.709Z | Compiling siphasher v0.3.11 |
1617 | 2023-12-09T06:01:23.847Z | Compiling mime v0.3.17 |
1618 | 2023-12-09T06:01:24.402Z | Compiling gimli v0.28.0 |
1619 | 2023-12-09T06:01:24.823Z | Compiling webpki-roots v0.25.2 |
1620 | 2023-12-09T06:01:25.223Z | Compiling serde_tokenstream v0.1.7 |
1621 | 2023-12-09T06:01:26.112Z | Compiling tokio-util v0.7.10 |
1622 | 2023-12-09T06:01:27.798Z | Compiling tokio-rustls v0.24.1 |
1623 | 2023-12-09T06:01:28.063Z | Compiling h2 v0.3.21 |
1624 | 2023-12-09T06:01:28.392Z | Compiling strum_macros v0.25.2 |
1625 | 2023-12-09T06:01:28.572Z | Compiling block-buffer v0.10.4 |
1626 | 2023-12-09T06:01:29.448Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1627 | 2023-12-09T06:01:30.100Z | Compiling tokio-native-tls v0.3.1 |
1628 | 2023-12-09T06:01:30.181Z | Compiling object v0.32.1 |
1629 | 2023-12-09T06:01:30.734Z | Compiling num-iter v0.1.43 |
1630 | 2023-12-09T06:01:31.338Z | Compiling addr2line v0.21.0 |
1631 | 2023-12-09T06:01:31.604Z | Compiling rustc-demangle v0.1.23 |
1632 | 2023-12-09T06:01:33.013Z | Compiling flate2 v1.0.28 |
1633 | 2023-12-09T06:01:33.773Z | Compiling digest v0.10.7 |
1634 | 2023-12-09T06:01:34.021Z | Compiling doc-comment v0.3.3 |
1635 | 2023-12-09T06:01:34.484Z | Compiling ppv-lite86 v0.2.17 |
1636 | 2023-12-09T06:01:34.617Z | Compiling usdt-attr-macro v0.3.5 |
1637 | 2023-12-09T06:01:35.082Z | Compiling usdt-macro v0.3.5 |
1638 | 2023-12-09T06:01:35.366Z | Compiling toml v0.7.8 |
1639 | 2023-12-09T06:01:35.686Z | Compiling toml_edit v0.21.0 |
1640 | 2023-12-09T06:01:35.826Z | Compiling rand_chacha v0.3.1 |
1641 | 2023-12-09T06:01:37.013Z | Compiling hex v0.4.3 |
1642 | 2023-12-09T06:01:37.210Z | Compiling pin-project-internal v1.1.3 |
1643 | 2023-12-09T06:01:38.006Z | Compiling bit-vec v0.6.3 |
1644 | 2023-12-09T06:01:38.370Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2023-12-09T06:01:38.754Z | Compiling rand v0.8.5 |
1646 | 2023-12-09T06:01:39.548Z | Compiling hyper v0.14.27 |
1647 | 2023-12-09T06:01:41.561Z | Compiling phf_shared v0.10.0 |
1648 | 2023-12-09T06:01:42.178Z | Compiling num-bigint v0.4.4 |
1649 | 2023-12-09T06:01:42.389Z | Compiling base64ct v1.6.0 |
1650 | 2023-12-09T06:01:42.473Z | Compiling smoltcp v0.9.1 |
1651 | 2023-12-09T06:01:43.012Z | Compiling fixedbitset v0.4.2 |
1652 | 2023-12-09T06:01:43.368Z | Compiling precomputed-hash v0.1.1 |
1653 | 2023-12-09T06:01:43.466Z | Compiling new_debug_unreachable v1.0.4 |
1654 | 2023-12-09T06:01:43.591Z | Compiling string_cache v0.8.7 |
1655 | 2023-12-09T06:01:43.641Z | Compiling petgraph v0.6.4 |
1656 | 2023-12-09T06:01:43.697Z | Compiling pem-rfc7468 v0.7.0 |
1657 | 2023-12-09T06:01:44.372Z | Compiling bit-set v0.5.3 |
1658 | 2023-12-09T06:01:44.820Z | Compiling hmac v0.12.1 |
1659 | 2023-12-09T06:01:45.180Z | Compiling itertools v0.10.5 |
1660 | 2023-12-09T06:01:45.728Z | Compiling hubpack_derive v0.1.1 |
1661 | 2023-12-09T06:01:45.989Z | Compiling enum-as-inner v0.5.1 |
1662 | 2023-12-09T06:01:46.188Z | Compiling diesel_table_macro_syntax v0.1.0 |
1663 | 2023-12-09T06:01:47.123Z | Compiling flagset v0.4.3 |
1664 | 2023-12-09T06:01:47.280Z | Compiling lalrpop-util v0.19.12 |
1665 | 2023-12-09T06:01:47.315Z | Compiling unicode-segmentation v1.10.1 |
1666 | 2023-12-09T06:01:47.433Z | Compiling der v0.7.8 |
1667 | 2023-12-09T06:01:47.814Z | Compiling diesel_derives v2.1.2 |
1668 | 2023-12-09T06:01:48.750Z | Compiling snafu-derive v0.7.5 |
1669 | 2023-12-09T06:01:49.660Z | Compiling cpufeatures v0.2.9 |
1670 | 2023-12-09T06:01:49.786Z | Compiling sha2 v0.10.8 |
1671 | 2023-12-09T06:01:49.805Z | Compiling rustix v0.37.23 |
1672 | 2023-12-09T06:01:50.189Z | Compiling md-5 v0.10.5 |
1673 | 2023-12-09T06:01:50.560Z | Compiling stringprep v0.1.3 |
1674 | 2023-12-09T06:01:51.630Z | Compiling hyper-tls v0.5.0 |
1675 | 2023-12-09T06:01:52.111Z | Compiling hyper-rustls v0.24.2 |
1676 | 2023-12-09T06:01:52.149Z | Compiling spki v0.7.2 |
1677 | 2023-12-09T06:01:52.237Z | Compiling serde_repr v0.1.16 |
1678 | 2023-12-09T06:01:52.720Z | Compiling reqwest v0.11.22 |
1679 | 2023-12-09T06:01:52.954Z | Compiling hash32 v0.2.1 |
1680 | 2023-12-09T06:01:52.958Z | Compiling fallible-iterator v0.2.0 |
1681 | 2023-12-09T06:01:53.555Z | Compiling stable_deref_trait v1.2.0 |
1682 | 2023-12-09T06:01:53.694Z | Checking bitflags v1.3.2 |
1683 | 2023-12-09T06:01:54.114Z | Compiling postgres-protocol v0.6.6 |
1684 | 2023-12-09T06:01:56.244Z | Compiling pkcs8 v0.10.2 |
1685 | 2023-12-09T06:01:56.312Z | Compiling terminal_size v0.2.6 |
1686 | 2023-12-09T06:01:56.582Z | Compiling phf_shared v0.11.2 |
1687 | 2023-12-09T06:01:57.124Z | Compiling ff v0.13.0 |
1688 | 2023-12-09T06:01:57.146Z | Compiling block-padding v0.3.3 |
1689 | 2023-12-09T06:01:57.471Z | Compiling scheduled-thread-pool v0.2.7 |
1690 | 2023-12-09T06:01:57.528Z | Compiling managed v0.8.0 |
1691 | 2023-12-09T06:01:58.266Z | Compiling regex-automata v0.1.10 |
1692 | 2023-12-09T06:01:58.375Z | Compiling base16ct v0.2.0 |
1693 | 2023-12-09T06:01:58.393Z | Compiling matches v0.1.10 |
1694 | 2023-12-09T06:01:58.527Z | Compiling num_threads v0.1.6 |
1695 | 2023-12-09T06:01:58.690Z | Compiling deranged v0.3.8 |
1696 | 2023-12-09T06:01:58.801Z | Compiling sec1 v0.7.3 |
1697 | 2023-12-09T06:01:58.821Z | Compiling clap_builder v4.4.2 |
1698 | 2023-12-09T06:01:58.878Z | Compiling idna v0.2.3 |
1699 | 2023-12-09T06:01:59.015Z | Compiling bstr v0.2.17 |
1700 | 2023-12-09T06:01:59.693Z | Compiling r2d2 v0.8.10 |
1701 | 2023-12-09T06:02:00.250Z | Compiling inout v0.1.3 |
1702 | 2023-12-09T06:02:00.695Z | Compiling group v0.13.0 |
1703 | 2023-12-09T06:02:01.187Z | Compiling signal-hook-mio v0.2.3 |
1704 | 2023-12-09T06:02:01.405Z | Compiling phf v0.11.2 |
1705 | 2023-12-09T06:02:01.428Z | Compiling bzip2 v0.4.4 |
1706 | 2023-12-09T06:02:01.666Z | Compiling time v0.3.27 |
1707 | 2023-12-09T06:02:01.679Z | Compiling postgres-types v0.2.6 |
1708 | 2023-12-09T06:02:02.024Z | Compiling hubpack v0.1.2 |
1709 | 2023-12-09T06:02:02.711Z | Compiling hkdf v0.12.3 |
1710 | 2023-12-09T06:02:03.406Z | Compiling pin-project v1.1.3 |
1711 | 2023-12-09T06:02:03.409Z | Compiling zerocopy v0.6.4 |
1712 | 2023-12-09T06:02:03.621Z | Compiling ipnetwork v0.20.0 |
1713 | 2023-12-09T06:02:04.414Z | Compiling crypto-bigint v0.5.2 |
1714 | 2023-12-09T06:02:04.670Z | Compiling itertools v0.11.0 |
1715 | 2023-12-09T06:02:05.058Z | Compiling futures-executor v0.3.29 |
1716 | 2023-12-09T06:02:07.898Z | Compiling float-cmp v0.9.0 |
1717 | 2023-12-09T06:02:09.556Z | Compiling normalize-line-endings v0.3.0 |
1718 | 2023-12-09T06:02:09.728Z | Compiling predicates-core v1.0.6 |
1719 | 2023-12-09T06:02:10.286Z | Compiling difflib v0.4.0 |
1720 | 2023-12-09T06:02:10.341Z | Compiling whoami v1.4.1 |
1721 | 2023-12-09T06:02:10.820Z | Compiling data-encoding v2.4.0 |
1722 | 2023-12-09T06:02:10.899Z | Compiling regex-automata v0.3.8 |
1723 | 2023-12-09T06:02:11.371Z | Compiling static_assertions v1.1.0 |
1724 | 2023-12-09T06:02:11.553Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1725 | 2023-12-09T06:02:13.003Z | Compiling trust-dns-proto v0.22.0 |
1726 | 2023-12-09T06:02:14.768Z | Compiling bstr v1.6.0 |
1727 | 2023-12-09T06:02:15.062Z | Compiling predicates v3.0.4 |
1728 | 2023-12-09T06:02:15.193Z | Compiling diesel v2.1.4 |
1729 | 2023-12-09T06:02:17.331Z | Compiling tokio-postgres v0.7.10 |
1730 | 2023-12-09T06:02:17.784Z | Compiling elliptic-curve v0.13.8 |
1731 | 2023-12-09T06:02:19.432Z | Compiling yasna v0.5.2 |
1732 | 2023-12-09T06:02:19.435Z | Compiling futures v0.3.29 |
1733 | 2023-12-09T06:02:19.435Z | Compiling clap v4.4.3 |
1734 | 2023-12-09T06:02:19.435Z | Compiling snafu v0.7.5 |
1735 | 2023-12-09T06:02:19.833Z | Compiling zip v0.6.6 |
1736 | 2023-12-09T06:02:20.760Z | Compiling crossterm v0.27.0 |
1737 | 2023-12-09T06:02:20.951Z | Compiling cipher v0.4.4 |
1738 | 2023-12-09T06:02:21.467Z | Compiling similar v2.2.1 |
1739 | 2023-12-09T06:02:22.227Z | Compiling usdt v0.3.5 |
1740 | 2023-12-09T06:02:22.312Z | Compiling tokio-stream v0.1.14 |
1741 | 2023-12-09T06:02:23.883Z | Compiling console v0.15.7 |
1742 | 2023-12-09T06:02:25.762Z | Checking hashbrown v0.14.2 |
1743 | 2023-12-09T06:02:25.769Z | Checking equivalent v1.0.1 |
1744 | 2023-12-09T06:02:25.871Z | Checking unicode-ident v1.0.12 |
1745 | 2023-12-09T06:02:26.110Z | Checking proc-macro2 v1.0.69 |
1746 | 2023-12-09T06:02:27.157Z | Checking quote v1.0.33 |
1747 | 2023-12-09T06:02:29.284Z | Checking utf8parse v0.2.1 |
1748 | 2023-12-09T06:02:30.331Z | Checking anstyle v1.0.2 |
1749 | 2023-12-09T06:02:31.785Z | Checking io-lifetimes v1.0.11 |
1750 | 2023-12-09T06:02:35.823Z | Checking anstyle-parse v0.2.1 |
1751 | 2023-12-09T06:02:43.037Z | Checking colorchoice v1.0.0 |
1752 | 2023-12-09T06:03:03.992Z | Checking anstyle-query v1.0.0 |
1753 | 2023-12-09T06:03:03.992Z | Checking anstream v0.5.0 |
1754 | 2023-12-09T06:03:03.992Z | Checking strsim v0.10.0 |
1755 | 2023-12-09T06:03:03.993Z | Checking clap_lex v0.5.1 |
1756 | 2023-12-09T06:03:03.993Z | Checking winnow v0.5.15 |
1757 | 2023-12-09T06:03:05.233Z | Compiling serde_tokenstream v0.2.0 |
1758 | 2023-12-09T06:03:05.465Z | Compiling regress v0.7.1 |
1759 | 2023-12-09T06:03:05.465Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1760 | 2023-12-09T06:03:05.466Z | Compiling getopts v0.2.21 |
1761 | 2023-12-09T06:03:06.085Z | Compiling unsafe-libyaml v0.2.9 |
1762 | 2023-12-09T06:03:06.525Z | Checking heck v0.4.1 |
1763 | 2023-12-09T06:03:06.723Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1764 | 2023-12-09T06:03:07.703Z | Compiling serde_yaml v0.9.25 |
1765 | 2023-12-09T06:03:08.814Z | Compiling ident_case v1.0.1 |
1766 | 2023-12-09T06:03:09.070Z | Checking fastrand v2.0.0 |
1767 | 2023-12-09T06:03:09.239Z | Checking match_cfg v0.1.0 |
1768 | 2023-12-09T06:03:09.390Z | Checking hostname v0.3.1 |
1769 | 2023-12-09T06:03:09.525Z | Checking atty v0.2.14 |
1770 | 2023-12-09T06:03:09.564Z | Checking tempfile v3.8.1 |
1771 | 2023-12-09T06:03:09.673Z | Checking quick-error v1.2.3 |
1772 | 2023-12-09T06:03:09.697Z | Compiling paste v1.0.14 |
1773 | 2023-12-09T06:03:09.849Z | Checking crossbeam-channel v0.5.8 |
1774 | 2023-12-09T06:03:10.110Z | Checking sha1 v0.10.6 |
1775 | 2023-12-09T06:03:10.521Z | Checking dirs-sys-next v0.1.2 |
1776 | 2023-12-09T06:03:10.787Z | Checking dirs-next v2.0.0 |
1777 | 2023-12-09T06:03:11.000Z | Checking thread_local v1.1.7 |
1778 | 2023-12-09T06:03:11.051Z | Checking instant v0.1.12 |
1779 | 2023-12-09T06:03:11.198Z | Compiling slog-async v2.8.0 |
1780 | 2023-12-09T06:03:11.385Z | Checking term v0.7.0 |
1781 | 2023-12-09T06:03:12.088Z | Checking camino v1.1.6 |
1782 | 2023-12-09T06:03:12.095Z | Compiling multer v2.1.0 |
1783 | 2023-12-09T06:03:12.520Z | Checking take_mut v0.2.2 |
1784 | 2023-12-09T06:03:12.635Z | Checking slog-term v2.9.0 |
1785 | 2023-12-09T06:03:12.939Z | Compiling darling_core v0.20.3 |
1786 | 2023-12-09T06:03:13.170Z | Checking slog-json v2.6.1 |
1787 | 2023-12-09T06:03:13.417Z | Compiling async-stream-impl v0.3.5 |
1788 | 2023-12-09T06:03:13.541Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1789 | 2023-12-09T06:03:13.993Z | Checking debug-ignore v1.0.5 |
1790 | 2023-12-09T06:03:14.167Z | Checking atomic-waker v1.1.1 |
1791 | 2023-12-09T06:03:14.367Z | Checking waitgroup v0.1.2 |
1792 | 2023-12-09T06:03:14.625Z | Checking slog-bunyan v2.4.0 |
1793 | 2023-12-09T06:03:14.848Z | Checking toml v0.8.8 |
1794 | 2023-12-09T06:03:15.288Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1795 | 2023-12-09T06:03:15.339Z | Checking serde_path_to_error v0.1.14 |
1796 | 2023-12-09T06:03:15.651Z | Checking async-stream v0.3.5 |
1797 | 2023-12-09T06:03:15.967Z | Checking strum v0.25.0 |
1798 | 2023-12-09T06:03:16.495Z | Compiling structmeta-derive v0.2.0 |
1799 | 2023-12-09T06:03:16.509Z | Checking wait-timeout v0.2.0 |
1800 | 2023-12-09T06:03:16.509Z | Checking rand_xorshift v0.3.0 |
1801 | 2023-12-09T06:03:16.509Z | Checking rusty-fork v0.3.0 |
1802 | 2023-12-09T06:03:16.635Z | Compiling regex-syntax v0.7.5 |
1803 | 2023-12-09T06:03:16.849Z | Checking unarray v0.1.4 |
1804 | 2023-12-09T06:03:17.067Z | Checking proptest v1.4.0 |
1805 | 2023-12-09T06:03:21.242Z | Compiling structmeta v0.2.0 |
1806 | 2023-12-09T06:03:21.915Z | Checking backoff v0.4.0 |
1807 | 2023-12-09T06:03:22.347Z | Compiling test-strategy v0.3.1 |
1808 | 2023-12-09T06:03:23.131Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1809 | 2023-12-09T06:03:23.208Z | Compiling darling_macro v0.20.3 |
1810 | 2023-12-09T06:03:23.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1811 | 2023-12-09T06:03:24.288Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1812 | 2023-12-09T06:03:24.520Z | Checking macaddr v1.0.1 |
1813 | 2023-12-09T06:03:24.778Z | Compiling darling v0.20.3 |
1814 | 2023-12-09T06:03:24.936Z | Compiling serde_with_macros v3.4.0 |
1815 | 2023-12-09T06:03:24.981Z | Checking camino-tempfile v1.1.1 |
1816 | 2023-12-09T06:03:24.992Z | Checking is-terminal v0.4.9 |
1817 | 2023-12-09T06:03:25.039Z | Compiling proc-macro-error-attr v1.0.4 |
1818 | 2023-12-09T06:03:25.149Z | Compiling proc-macro-error v1.0.4 |
1819 | 2023-12-09T06:03:25.378Z | Compiling proc-macro-crate v1.3.1 |
1820 | 2023-12-09T06:03:25.839Z | Checking termtree v0.4.1 |
1821 | 2023-12-09T06:03:26.131Z | Checking predicates-tree v1.0.9 |
1822 | 2023-12-09T06:03:26.341Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1823 | 2023-12-09T06:03:26.844Z | Compiling smoltcp v0.10.0 |
1824 | 2023-12-09T06:03:27.244Z | Compiling num_enum_derive v0.5.11 |
1825 | 2023-12-09T06:03:28.015Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1826 | 2023-12-09T06:03:28.054Z | Checking embedded-io v0.4.0 |
1827 | 2023-12-09T06:03:28.183Z | Compiling parse-display-derive v0.8.2 |
1828 | 2023-12-09T06:03:28.217Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1829 | 2023-12-09T06:03:28.394Z | Compiling crucible-workspace-hack v0.1.0 |
1830 | 2023-12-09T06:03:28.424Z | Checking cobs v0.2.3 |
1831 | 2023-12-09T06:03:28.705Z | Checking postcard v1.0.8 |
1832 | 2023-12-09T06:03:29.157Z | Compiling foreign-types-macros v0.2.3 |
1833 | 2023-12-09T06:03:29.656Z | Checking serde_with v3.4.0 |
1834 | 2023-12-09T06:03:29.861Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1835 | 2023-12-09T06:03:30.301Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1836 | 2023-12-09T06:03:30.777Z | Checking foreign-types-shared v0.3.1 |
1837 | 2023-12-09T06:03:31.349Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1838 | 2023-12-09T06:03:31.353Z | Checking foreign-types v0.5.0 |
1839 | 2023-12-09T06:03:31.590Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1840 | 2023-12-09T06:03:31.710Z | Compiling zerocopy-derive v0.7.26 |
1841 | 2023-12-09T06:03:31.797Z | Checking num_enum v0.5.11 |
1842 | 2023-12-09T06:03:31.993Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1843 | 2023-12-09T06:03:33.712Z | Checking cstr-argument v0.1.2 |
1844 | 2023-12-09T06:03:33.831Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1845 | 2023-12-09T06:03:33.831Z | Checking pretty-hex v0.2.1 |
1846 | 2023-12-09T06:03:33.831Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1847 | 2023-12-09T06:03:33.831Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1848 | 2023-12-09T06:03:33.832Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1849 | 2023-12-09T06:03:34.067Z | Checking colored v2.0.4 |
1850 | 2023-12-09T06:03:34.214Z | Compiling zone_cfg_derive v0.3.0 |
1851 | 2023-12-09T06:03:35.393Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1852 | 2023-12-09T06:03:35.413Z | Checking zerocopy v0.7.26 |
1853 | 2023-12-09T06:03:35.808Z | Checking parse-display v0.8.2 |
1854 | 2023-12-09T06:03:35.957Z | Checking predicates v2.1.5 |
1855 | 2023-12-09T06:03:36.039Z | Compiling mockall_derive v0.11.4 |
1856 | 2023-12-09T06:03:36.048Z | Compiling num-derive v0.4.0 |
1857 | 2023-12-09T06:03:36.680Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1858 | 2023-12-09T06:03:36.872Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1859 | 2023-12-09T06:03:36.935Z | Checking downcast v0.11.0 |
1860 | 2023-12-09T06:03:37.236Z | Checking fragile v2.0.0 |
1861 | 2023-12-09T06:03:37.329Z | Checking zone v0.3.0 |
1862 | 2023-12-09T06:03:37.612Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1863 | 2023-12-09T06:03:37.630Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1864 | 2023-12-09T06:03:37.975Z | Checking smf v0.2.2 |
1865 | 2023-12-09T06:03:38.514Z | Checking filetime v0.2.23 |
1866 | 2023-12-09T06:03:38.653Z | Checking xattr v1.0.1 |
1867 | 2023-12-09T06:03:38.798Z | Checking pem v3.0.2 |
1868 | 2023-12-09T06:03:38.913Z | Checking tar v0.4.40 |
1869 | 2023-12-09T06:03:39.416Z | Checking linked-hash-map v0.5.6 |
1870 | 2023-12-09T06:03:39.665Z | Checking lru-cache v0.1.2 |
1871 | 2023-12-09T06:03:39.824Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1872 | 2023-12-09T06:03:39.844Z | Checking headers-core v0.2.0 |
1873 | 2023-12-09T06:03:39.870Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1874 | 2023-12-09T06:03:39.914Z | Checking password-hash v0.5.0 |
1875 | 2023-12-09T06:03:40.029Z | Checking headers v0.3.9 |
1876 | 2023-12-09T06:03:40.083Z | Checking blake2 v0.10.6 |
1877 | 2023-12-09T06:03:40.231Z | Checking swrite v0.1.0 |
1878 | 2023-12-09T06:03:40.383Z | Checking rcgen v0.11.3 |
1879 | 2023-12-09T06:03:40.551Z | Checking atomicwrites v0.4.2 |
1880 | 2023-12-09T06:03:40.583Z | Checking subprocess v0.2.9 |
1881 | 2023-12-09T06:03:40.778Z | Checking argon2 v0.5.2 |
1882 | 2023-12-09T06:03:41.235Z | Checking half v1.8.2 |
1883 | 2023-12-09T06:03:41.454Z | Checking arc-swap v1.6.0 |
1884 | 2023-12-09T06:03:41.549Z | Checking ciborium-io v0.2.1 |
1885 | 2023-12-09T06:03:41.563Z | Compiling cancel-safe-futures v0.1.5 |
1886 | 2023-12-09T06:03:41.703Z | Checking ciborium-ll v0.2.1 |
1887 | 2023-12-09T06:03:41.731Z | Checking textwrap v0.11.0 |
1888 | 2023-12-09T06:03:41.865Z | Compiling heck v0.3.3 |
1889 | 2023-12-09T06:03:42.051Z | Checking ansi_term v0.12.1 |
1890 | 2023-12-09T06:03:42.104Z | Checking vec_map v0.8.2 |
1891 | 2023-12-09T06:03:42.136Z | Checking slog-scope v4.4.0 |
1892 | 2023-12-09T06:03:42.186Z | Checking strsim v0.8.0 |
1893 | 2023-12-09T06:03:42.420Z | Compiling libefi-sys v0.1.0 |
1894 | 2023-12-09T06:03:42.452Z | Checking slog-stdlog v4.1.1 |
1895 | 2023-12-09T06:03:42.477Z | Checking ciborium v0.2.1 |
1896 | 2023-12-09T06:03:42.495Z | Checking clap v2.34.0 |
1897 | 2023-12-09T06:03:42.495Z | Compiling structopt-derive v0.4.18 |
1898 | 2023-12-09T06:03:42.861Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1899 | 2023-12-09T06:03:43.604Z | Checking slog-envlogger v2.2.0 |
1900 | 2023-12-09T06:03:43.877Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1901 | 2023-12-09T06:03:43.932Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1902 | 2023-12-09T06:03:44.140Z | Checking libsw v3.3.0 |
1903 | 2023-12-09T06:03:44.254Z | Compiling derive-where v1.2.6 |
1904 | 2023-12-09T06:03:44.388Z | Checking linear-map v1.2.0 |
1905 | 2023-12-09T06:03:44.917Z | Checking owo-colors v3.5.0 |
1906 | 2023-12-09T06:03:44.928Z | Checking resolv-conf v0.7.0 |
1907 | 2023-12-09T06:03:45.376Z | Compiling slog-dtrace v0.2.3 |
1908 | 2023-12-09T06:03:45.932Z | Checking trust-dns-resolver v0.22.0 |
1909 | 2023-12-09T06:03:47.123Z | Compiling convert_case v0.4.0 |
1910 | 2023-12-09T06:03:47.496Z | Checking structopt v0.3.26 |
1911 | 2023-12-09T06:03:48.047Z | Checking fxhash v0.2.1 |
1912 | 2023-12-09T06:03:48.294Z | Checking itertools v0.12.0 |
1913 | 2023-12-09T06:03:48.396Z | Checking termcolor v1.2.0 |
1914 | 2023-12-09T06:03:48.418Z | Compiling same-file v1.0.6 |
1915 | 2023-12-09T06:03:48.630Z | Compiling derive_more v0.99.17 |
1916 | 2023-12-09T06:03:48.752Z | Compiling radium v0.7.0 |
1917 | 2023-12-09T06:03:48.986Z | Compiling walkdir v2.4.0 |
1918 | 2023-12-09T06:03:49.368Z | Checking mockall v0.11.4 |
1919 | 2023-12-09T06:03:49.463Z | Compiling semver-parser v0.10.2 |
1920 | 2023-12-09T06:03:49.834Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1921 | 2023-12-09T06:03:50.241Z | Compiling maybe-uninit v2.0.0 |
1922 | 2023-12-09T06:03:50.308Z | Checking tap v1.0.1 |
1923 | 2023-12-09T06:03:50.557Z | Checking wyz v0.5.1 |
1924 | 2023-12-09T06:03:51.043Z | Compiling semver v0.11.0 |
1925 | 2023-12-09T06:03:51.823Z | Compiling num-rational v0.4.1 |
1926 | 2023-12-09T06:03:52.317Z | Compiling home v0.5.5 |
1927 | 2023-12-09T06:03:52.416Z | Checking crc-catalog v2.2.0 |
1928 | 2023-12-09T06:03:52.538Z | Compiling packed_struct v0.10.1 |
1929 | 2023-12-09T06:03:52.619Z | Checking funty v2.0.0 |
1930 | 2023-12-09T06:03:52.630Z | Compiling num-bigint-dig v0.8.4 |
1931 | 2023-12-09T06:03:52.677Z | Checking crc v3.0.1 |
1932 | 2023-12-09T06:03:52.998Z | Compiling toolchain_find v0.2.0 |
1933 | 2023-12-09T06:03:53.614Z | Compiling toml v0.5.11 |
1934 | 2023-12-09T06:03:53.933Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2023-12-09T06:03:53.968Z | Checking nodrop v0.1.14 |
1936 | 2023-12-09T06:03:54.124Z | Checking array-init v0.0.4 |
1937 | 2023-12-09T06:03:54.391Z | Checking bitvec v1.0.1 |
1938 | 2023-12-09T06:03:55.886Z | Compiling omicron-zone-package v0.9.1 |
1939 | 2023-12-09T06:03:56.078Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1940 | 2023-12-09T06:03:56.586Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1941 | 2023-12-09T06:03:56.628Z | Compiling rustfmt-wrapper v0.2.0 |
1942 | 2023-12-09T06:03:58.685Z | Checking smallvec v0.6.14 |
1943 | 2023-12-09T06:03:59.277Z | Checking newline-converter v0.3.0 |
1944 | 2023-12-09T06:03:59.488Z | Checking pkcs1 v0.7.5 |
1945 | 2023-12-09T06:03:59.872Z | Checking signature v2.1.0 |
1946 | 2023-12-09T06:04:00.116Z | Checking num-complex v0.4.4 |
1947 | 2023-12-09T06:04:01.616Z | Checking bitfield v0.14.0 |
1948 | 2023-12-09T06:04:02.051Z | Checking keccak v0.1.4 |
1949 | 2023-12-09T06:04:02.249Z | Checking utf-8 v0.7.6 |
1950 | 2023-12-09T06:04:02.514Z | Checking sha3 v0.10.8 |
1951 | 2023-12-09T06:04:02.539Z | Checking tungstenite v0.20.1 |
1952 | 2023-12-09T06:04:02.905Z | Checking rsa v0.9.2 |
1953 | 2023-12-09T06:04:03.027Z | Checking num v0.4.1 |
1954 | 2023-12-09T06:04:03.087Z | Checking expectorate v1.1.0 |
1955 | 2023-12-09T06:04:03.100Z | Checking serde-hex v0.1.0 |
1956 | 2023-12-09T06:04:03.188Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1957 | 2023-12-09T06:04:03.299Z | Checking env_logger v0.10.0 |
1958 | 2023-12-09T06:04:03.557Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1959 | 2023-12-09T06:04:03.945Z | Checking x509-cert v0.2.4 |
1960 | 2023-12-09T06:04:03.964Z | Checking ron v0.8.1 |
1961 | 2023-12-09T06:04:04.387Z | Checking secrecy v0.8.0 |
1962 | 2023-12-09T06:04:04.412Z | Checking crc-any v2.4.3 |
1963 | 2023-12-09T06:04:04.705Z | Checking tokio-tungstenite v0.20.1 |
1964 | 2023-12-09T06:04:04.981Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1965 | 2023-12-09T06:04:05.395Z | Checking object v0.30.4 |
1966 | 2023-12-09T06:04:05.555Z | Checking path-slash v0.1.5 |
1967 | 2023-12-09T06:04:05.622Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1968 | 2023-12-09T06:04:05.781Z | Compiling buf-list v1.0.3 |
1969 | 2023-12-09T06:04:06.026Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1970 | 2023-12-09T06:04:06.212Z | Checking glob v0.3.1 |
1971 | 2023-12-09T06:04:06.413Z | Compiling parking_lot_core v0.8.6 |
1972 | 2023-12-09T06:04:06.680Z | Checking nibble_vec v0.1.0 |
1973 | 2023-12-09T06:04:06.948Z | Checking endian-type v0.1.2 |
1974 | 2023-12-09T06:04:07.093Z | Checking display-error-chain v0.2.0 |
1975 | 2023-12-09T06:04:07.243Z | Checking radix_trie v0.2.1 |
1976 | 2023-12-09T06:04:08.672Z | Checking pretty-hex v0.4.0 |
1977 | 2023-12-09T06:04:08.862Z | Compiling semver v0.1.20 |
1978 | 2023-12-09T06:04:08.862Z | Checking parking_lot v0.11.2 |
1979 | 2023-12-09T06:04:08.862Z | Checking trust-dns-client v0.22.0 |
1980 | 2023-12-09T06:04:08.863Z | Checking sled v0.34.7 |
1981 | 2023-12-09T06:04:08.864Z | Compiling rustc_version v0.1.7 |
1982 | 2023-12-09T06:04:09.013Z | Checking crossbeam-deque v0.8.3 |
1983 | 2023-12-09T06:04:09.343Z | Compiling newtype_derive v0.1.6 |
1984 | 2023-12-09T06:04:09.494Z | Compiling unicase v2.7.0 |
1985 | 2023-12-09T06:04:09.924Z | Compiling rayon-core v1.12.0 |
1986 | 2023-12-09T06:04:09.931Z | Checking trust-dns-server v0.22.1 |
1987 | 2023-12-09T06:04:09.947Z | Compiling platforms v3.0.2 |
1988 | 2023-12-09T06:04:10.447Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1989 | 2023-12-09T06:04:11.126Z | Compiling memoffset v0.7.1 |
1990 | 2023-12-09T06:04:11.444Z | Checking rayon v1.8.0 |
1991 | 2023-12-09T06:04:11.506Z | Compiling curve25519-dalek v4.1.0 |
1992 | 2023-12-09T06:04:11.816Z | Checking steno v0.4.0 |
1993 | 2023-12-09T06:04:12.974Z | Checking globset v0.4.13 |
1994 | 2023-12-09T06:04:12.982Z | Checking olpc-cjson v0.1.3 |
1995 | 2023-12-09T06:04:13.301Z | Checking serde_plain v1.0.2 |
1996 | 2023-12-09T06:04:13.666Z | Compiling async-recursion v1.0.5 |
1997 | 2023-12-09T06:04:13.730Z | Checking typed-path v0.7.0 |
1998 | 2023-12-09T06:04:14.250Z | Compiling mime_guess v2.0.4 |
1999 | 2023-12-09T06:04:15.600Z | Checking universal-hash v0.5.1 |
2000 | 2023-12-09T06:04:15.762Z | Compiling thiserror-impl-no-std v2.0.2 |
2001 | 2023-12-09T06:04:15.905Z | Compiling curve25519-dalek-derive v0.1.0 |
2002 | 2023-12-09T06:04:15.978Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2003 | 2023-12-09T06:04:16.348Z | Checking signature v1.6.4 |
2004 | 2023-12-09T06:04:16.375Z | Checking opaque-debug v0.3.0 |
2005 | 2023-12-09T06:04:16.497Z | Compiling salty v0.2.0 |
2006 | 2023-12-09T06:04:16.521Z | Checking ed25519 v1.5.3 |
2007 | 2023-12-09T06:04:16.762Z | Checking poly1305 v0.8.0 |
2008 | 2023-12-09T06:04:16.894Z | Checking tough v0.16.0 |
2009 | 2023-12-09T06:04:17.423Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2010 | 2023-12-09T06:04:17.901Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2011 | 2023-12-09T06:04:17.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2012 | 2023-12-09T06:04:18.269Z | Checking chacha20 v0.9.1 |
2013 | 2023-12-09T06:04:18.354Z | Checking aead v0.5.2 |
2014 | 2023-12-09T06:04:18.660Z | Checking serde-big-array v0.5.1 |
2015 | 2023-12-09T06:04:18.838Z | Checking kstat-rs v0.2.3 |
2016 | 2023-12-09T06:04:18.976Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2017 | 2023-12-09T06:04:20.483Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2018 | 2023-12-09T06:04:21.018Z | Checking chacha20poly1305 v0.10.1 |
2019 | 2023-12-09T06:04:21.203Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2020 | 2023-12-09T06:04:21.373Z | Checking thiserror-no-std v2.0.2 |
2021 | 2023-12-09T06:04:21.418Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2022 | 2023-12-09T06:04:21.463Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2023 | 2023-12-09T06:04:21.530Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2024 | 2023-12-09T06:04:22.226Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2025 | 2023-12-09T06:04:22.345Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2026 | 2023-12-09T06:04:23.145Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2027 | 2023-12-09T06:04:23.426Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2028 | 2023-12-09T06:04:25.513Z | Checking vsss-rs v3.3.1 |
2029 | 2023-12-09T06:04:27.570Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2030 | 2023-12-09T06:04:30.286Z | Checking signal-hook-tokio v0.3.1 |
2031 | 2023-12-09T06:04:30.287Z | Checking serde-big-array v0.4.1 |
2032 | 2023-12-09T06:04:30.287Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2033 | 2023-12-09T06:04:30.287Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2034 | 2023-12-09T06:04:30.428Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2035 | 2023-12-09T06:04:52.546Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2036 | 2023-12-09T06:04:53.283Z | Checking bcs v0.1.6 |
2037 | 2023-12-09T06:04:53.284Z | Checking highway v1.1.0 |
2038 | 2023-12-09T06:04:53.284Z | Checking corncobs v0.1.3 |
2039 | 2023-12-09T06:04:53.284Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2040 | 2023-12-09T06:04:53.284Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2041 | 2023-12-09T06:04:53.284Z | Compiling portable-atomic v1.4.3 |
2042 | 2023-12-09T06:04:53.284Z | Checking http-range v0.1.5 |
2043 | 2023-12-09T06:04:53.284Z | Compiling crunchy v0.2.2 |
2044 | 2023-12-09T06:04:53.284Z | Checking hyper-staticfile v0.9.5 |
2045 | 2023-12-09T06:04:53.284Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2046 | 2023-12-09T06:04:53.284Z | Compiling clang-sys v1.6.1 |
2047 | 2023-12-09T06:04:53.284Z | Compiling tiny-keccak v2.0.2 |
2048 | 2023-12-09T06:04:53.284Z | Compiling prettyplease v0.2.12 |
2049 | 2023-12-09T06:04:53.284Z | Checking assert_matches v1.5.0 |
2050 | 2023-12-09T06:04:53.289Z | Compiling darling_core v0.14.4 |
2051 | 2023-12-09T06:04:53.289Z | Checking number_prefix v0.4.0 |
2052 | 2023-12-09T06:04:53.289Z | Compiling minimal-lexical v0.2.1 |
2053 | 2023-12-09T06:04:53.289Z | Checking humantime v2.1.0 |
2054 | 2023-12-09T06:04:53.289Z | Compiling nom v7.1.3 |
2055 | 2023-12-09T06:04:53.289Z | Checking indicatif v0.17.7 |
2056 | 2023-12-09T06:04:53.289Z | Compiling ascii-canvas v3.0.0 |
2057 | 2023-12-09T06:04:53.289Z | Compiling ena v0.14.2 |
2058 | 2023-12-09T06:04:53.289Z | Compiling libloading v0.7.4 |
2059 | 2023-12-09T06:04:53.289Z | Compiling diff v0.1.13 |
2060 | 2023-12-09T06:04:53.289Z | Compiling regex-syntax v0.6.29 |
2061 | 2023-12-09T06:04:53.289Z | Compiling bindgen v0.65.1 |
2062 | 2023-12-09T06:04:53.289Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2063 | 2023-12-09T06:04:53.289Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2064 | 2023-12-09T06:04:53.290Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2065 | 2023-12-09T06:04:53.290Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2066 | 2023-12-09T06:04:53.290Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2067 | 2023-12-09T06:04:53.290Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2068 | 2023-12-09T06:04:53.290Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2069 | 2023-12-09T06:04:53.291Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2070 | 2023-12-09T06:04:53.291Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2071 | 2023-12-09T06:04:53.291Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2072 | 2023-12-09T06:04:53.291Z | Compiling darling_macro v0.14.4 |
2073 | 2023-12-09T06:04:53.291Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2074 | 2023-12-09T06:04:53.292Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2075 | 2023-12-09T06:04:53.292Z | Compiling darling v0.14.4 |
2076 | 2023-12-09T06:04:53.292Z | Compiling lalrpop v0.19.12 |
2077 | 2023-12-09T06:04:53.292Z | Compiling cexpr v0.6.0 |
2078 | 2023-12-09T06:04:58.755Z | Compiling which v4.4.0 |
2079 | 2023-12-09T06:04:59.676Z | Compiling ref-cast v1.0.20 |
2080 | 2023-12-09T06:05:00.470Z | Checking maplit v1.0.2 |
2081 | 2023-12-09T06:05:00.605Z | Compiling shlex v1.1.0 |
2082 | 2023-12-09T06:05:01.062Z | Compiling lazycell v1.3.0 |
2083 | 2023-12-09T06:05:01.311Z | Compiling rustc-hash v1.1.0 |
2084 | 2023-12-09T06:05:01.525Z | Compiling peeking_take_while v0.1.2 |
2085 | 2023-12-09T06:05:03.582Z | Compiling derive_builder_core v0.12.0 |
2086 | 2023-12-09T06:05:07.841Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2087 | 2023-12-09T06:05:08.262Z | Compiling ref-cast-impl v1.0.20 |
2088 | 2023-12-09T06:05:08.872Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2089 | 2023-12-09T06:05:09.077Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2090 | 2023-12-09T06:05:10.110Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2091 | 2023-12-09T06:05:10.200Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2092 | 2023-12-09T06:05:11.707Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2093 | 2023-12-09T06:05:12.836Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2094 | 2023-12-09T06:05:14.180Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2095 | 2023-12-09T06:05:16.518Z | Compiling libxml v0.3.3 |
2096 | 2023-12-09T06:05:17.255Z | Compiling derive_builder_macro v0.12.0 |
2097 | 2023-12-09T06:05:17.823Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2098 | 2023-12-09T06:05:18.246Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2099 | 2023-12-09T06:05:18.456Z | Compiling strum_macros v0.24.3 |
2100 | 2023-12-09T06:05:18.638Z | Compiling fs-err v2.11.0 |
2101 | 2023-12-09T06:05:19.040Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2102 | 2023-12-09T06:05:19.495Z | Compiling cookie v0.18.0 |
2103 | 2023-12-09T06:05:19.805Z | Compiling indoc v1.0.9 |
2104 | 2023-12-09T06:05:20.342Z | Checking derive_builder v0.12.0 |
2105 | 2023-12-09T06:05:21.472Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2106 | 2023-12-09T06:05:23.151Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2107 | 2023-12-09T06:05:23.311Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2108 | 2023-12-09T06:05:26.065Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2109 | 2023-12-09T06:05:27.989Z | Checking bb8 v0.8.1 |
2110 | 2023-12-09T06:05:27.989Z | Checking quick-xml v0.23.1 |
2111 | 2023-12-09T06:05:43.435Z | Compiling oso-derive v0.27.0 |
2112 | 2023-12-09T06:05:43.435Z | Compiling impl-trait-for-tuples v0.2.2 |
2113 | 2023-12-09T06:05:43.435Z | Checking unicode-linebreak v0.1.5 |
2114 | 2023-12-09T06:05:43.435Z | Checking smawk v0.3.1 |
2115 | 2023-12-09T06:05:43.435Z | Checking textwrap v0.16.0 |
2116 | 2023-12-09T06:05:43.435Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2117 | 2023-12-09T06:05:43.435Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2118 | 2023-12-09T06:05:43.437Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2119 | 2023-12-09T06:05:43.437Z | Checking bytesize v1.3.0 |
2120 | 2023-12-09T06:05:44.598Z | Checking is_ci v1.1.1 |
2121 | 2023-12-09T06:05:44.598Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2122 | 2023-12-09T06:05:44.598Z | Checking supports-color v2.1.0 |
2123 | 2023-12-09T06:05:44.598Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2124 | 2023-12-09T06:05:44.598Z | Compiling indoc v2.0.3 |
2125 | 2023-12-09T06:05:44.598Z | Checking cassowary v0.3.0 |
2126 | 2023-12-09T06:05:44.598Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2127 | 2023-12-09T06:05:44.904Z | Checking rtoolbox v0.0.1 |
2128 | 2023-12-09T06:05:45.151Z | Checking rpassword v7.3.1 |
2129 | 2023-12-09T06:05:45.151Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2130 | 2023-12-09T06:05:45.152Z | Checking ratatui v0.23.0 |
2131 | 2023-12-09T06:05:45.152Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2132 | 2023-12-09T06:05:45.153Z | Checking shell-words v1.1.0 |
2133 | 2023-12-09T06:05:45.153Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2134 | 2023-12-09T06:05:45.153Z | Checking fatfs v0.3.6 |
2135 | 2023-12-09T06:05:45.153Z | Checking tui-tree-widget v0.13.0 |
2136 | 2023-12-09T06:05:45.153Z | Checking yansi v0.5.1 |
2137 | 2023-12-09T06:05:45.153Z | Checking plotters-backend v0.3.5 |
2138 | 2023-12-09T06:05:45.153Z | Checking rand v0.4.6 |
2139 | 2023-12-09T06:05:45.153Z | Checking pretty_assertions v1.4.0 |
2140 | 2023-12-09T06:05:45.153Z | Compiling vte_generate_state_changes v0.1.1 |
2141 | 2023-12-09T06:05:45.153Z | Checking plotters-svg v0.3.5 |
2142 | 2023-12-09T06:05:45.153Z | Checking remove_dir_all v0.5.3 |
2143 | 2023-12-09T06:05:45.153Z | Checking cast v0.3.0 |
2144 | 2023-12-09T06:05:45.153Z | Checking vte v0.11.1 |
2145 | 2023-12-09T06:05:45.154Z | Checking criterion-plot v0.5.0 |
2146 | 2023-12-09T06:05:45.154Z | Checking tempdir v0.3.7 |
2147 | 2023-12-09T06:05:45.154Z | Checking plotters v0.3.5 |
2148 | 2023-12-09T06:05:45.154Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2149 | 2023-12-09T06:05:45.154Z | Checking tinytemplate v1.2.1 |
2150 | 2023-12-09T06:05:45.154Z | Checking anes v0.1.6 |
2151 | 2023-12-09T06:05:45.154Z | Checking oorandom v11.1.3 |
2152 | 2023-12-09T06:05:45.154Z | Checking strip-ansi-escapes v0.2.0 |
2153 | 2023-12-09T06:05:45.154Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2154 | 2023-12-09T06:05:45.154Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2155 | 2023-12-09T06:05:45.159Z | Checking criterion v0.5.1 |
2156 | 2023-12-09T06:05:45.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2157 | 2023-12-09T06:05:45.160Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2158 | 2023-12-09T06:05:45.160Z | Checking assert_cmd v2.0.12 |
2159 | 2023-12-09T06:05:45.457Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2160 | 2023-12-09T06:05:45.916Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2161 | 2023-12-09T06:05:47.754Z | Checking fd-lock v3.0.13 |
2162 | 2023-12-09T06:05:47.857Z | Checking nu-ansi-term v0.49.0 |
2163 | 2023-12-09T06:05:48.481Z | Checking reedline v0.26.0 |
2164 | 2023-12-09T06:05:49.922Z | Checking threadpool v1.8.1 |
2165 | 2023-12-09T06:05:50.182Z | Checking nanorand v0.7.0 |
2166 | 2023-12-09T06:05:50.764Z | Checking topological-sort v0.2.2 |
2167 | 2023-12-09T06:05:51.075Z | Checking flume v0.11.0 |
2168 | 2023-12-09T06:05:51.693Z | Checking libtest-mimic v0.6.1 |
2169 | 2023-12-09T06:05:51.835Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2170 | 2023-12-09T06:05:52.324Z | Checking httptest v0.15.5 |
2171 | 2023-12-09T06:06:02.680Z | Checking similar-asserts v1.5.0 |
2172 | 2023-12-09T06:06:02.794Z | Compiling rstest_macros v0.18.2 |
2173 | 2023-12-09T06:06:02.794Z | Compiling crossbeam-queue v0.3.8 |
2174 | 2023-12-09T06:06:02.986Z | Checking bytecount v0.6.3 |
2175 | 2023-12-09T06:06:03.208Z | Checking papergrid v0.10.0 |
2176 | 2023-12-09T06:06:03.208Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2177 | 2023-12-09T06:06:03.209Z | Checking datatest-stable v0.2.3 |
2178 | 2023-12-09T06:06:03.209Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2179 | 2023-12-09T06:06:03.209Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2180 | 2023-12-09T06:06:03.209Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2181 | 2023-12-09T06:06:03.209Z | Compiling tabled_derive v0.6.0 |
2182 | 2023-12-09T06:06:03.209Z | Checking constant_time_eq v0.2.6 |
2183 | 2023-12-09T06:06:03.209Z | Compiling relative-path v1.9.0 |
2184 | 2023-12-09T06:06:03.209Z | Checking arrayref v0.3.7 |
2185 | 2023-12-09T06:06:03.209Z | Compiling trybuild v1.0.85 |
2186 | 2023-12-09T06:06:03.209Z | Checking arrayvec v0.7.4 |
2187 | 2023-12-09T06:06:03.210Z | Checking blake2b_simd v1.0.1 |
2188 | 2023-12-09T06:06:03.210Z | Checking tabled v0.14.0 |
2189 | 2023-12-09T06:06:03.250Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2190 | 2023-12-09T06:06:06.694Z | Checking basic-toml v0.1.4 |
2191 | 2023-12-09T06:06:08.092Z | Checking constant_time_eq v0.3.0 |
2192 | 2023-12-09T06:06:08.255Z | Checking futures-timer v3.0.2 |
2193 | 2023-12-09T06:06:09.201Z | Checking rust-argon2 v1.0.1 |
2194 | 2023-12-09T06:06:12.047Z | Checking crossbeam v0.8.2 |
2195 | 2023-12-09T06:06:12.193Z | Checking partial-io v0.5.4 |
2196 | 2023-12-09T06:06:12.770Z | Checking approx v0.5.1 |
2197 | 2023-12-09T06:06:13.103Z | Checking termios v0.3.3 |
2198 | 2023-12-09T06:06:13.439Z | Checking hex-literal v0.4.1 |
2199 | 2023-12-09T06:06:16.029Z | Checking rstest v0.18.2 |
2200 | 2023-12-09T06:06:21.855Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2201 | 2023-12-09T06:06:24.814Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2202 | 2023-12-09T06:07:33.320Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2203 | 2023-12-09T06:07:33.320Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2204 | 2023-12-09T06:07:33.320Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2205 | 2023-12-09T06:07:45.088Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2206 | 2023-12-09T06:08:09.790Z | Compiling polar-core v0.27.0 |
2207 | 2023-12-09T06:08:25.253Z | Checking oso v0.27.0 |
2208 | 2023-12-09T06:08:57.823Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2209 | 2023-12-09T06:10:21.974Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 07s |
2210 | 2023-12-09T06:10:22.189Z | |
2211 | 2023-12-09T06:10:22.189Z | real 11:04.869184662 |
2212 | 2023-12-09T06:10:22.189Z | user 1:00:19.436427478 |
2213 | 2023-12-09T06:10:22.189Z | sys 7:46.616692185 |
2214 | 2023-12-09T06:10:22.189Z | trap 2.210923287 |
2215 | 2023-12-09T06:10:22.189Z | tflt 6.597982750 |
2216 | 2023-12-09T06:10:22.195Z | dflt 6.418108553 |
2217 | 2023-12-09T06:10:22.195Z | kflt 0.020944729 |
2218 | 2023-12-09T06:10:22.195Z | lock 1:36:18.426248692 |
2219 | 2023-12-09T06:10:22.195Z | slp 2:59:56.254617477 |
2220 | 2023-12-09T06:10:22.195Z | lat 2:10.990720001 |
2221 | 2023-12-09T06:10:22.195Z | stop 4:30.691588054 |
2222 | 2023-12-09T06:10:23.361Z | warning: output filename collision. |
2223 | 2023-12-09T06:10:23.361Z | 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)`. |
2224 | 2023-12-09T06:10:23.361Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2225 | 2023-12-09T06:10:23.361Z | The targets should have unique names. |
2226 | 2023-12-09T06:10:23.362Z | This is a known bug where multiple crates with the same name use |
2227 | 2023-12-09T06:10:23.362Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2228 | 2023-12-09T06:10:23.367Z | warning: output filename collision. |
2229 | 2023-12-09T06:10:23.367Z | 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)`. |
2230 | 2023-12-09T06:10:23.367Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2231 | 2023-12-09T06:10:23.367Z | The targets should have unique names. |
2232 | 2023-12-09T06:10:23.367Z | This is a known bug where multiple crates with the same name use |
2233 | 2023-12-09T06:10:23.367Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2234 | 2023-12-09T06:10:23.367Z | warning: output filename collision. |
2235 | 2023-12-09T06:10:23.368Z | 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)`. |
2236 | 2023-12-09T06:10:23.368Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2237 | 2023-12-09T06:10:23.368Z | The targets should have unique names. |
2238 | 2023-12-09T06:10:23.368Z | This is a known bug where multiple crates with the same name use |
2239 | 2023-12-09T06:10:23.368Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2240 | 2023-12-09T06:10:23.952Z | Documenting libc v0.2.150 |
2241 | 2023-12-09T06:10:23.972Z | Documenting cfg-if v1.0.0 |
2242 | 2023-12-09T06:10:23.981Z | Documenting serde_derive v1.0.192 |
2243 | 2023-12-09T06:10:24.014Z | Documenting scopeguard v1.2.0 |
2244 | 2023-12-09T06:10:24.018Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2245 | 2023-12-09T06:10:24.018Z | Documenting log v0.4.20 |
2246 | 2023-12-09T06:10:24.050Z | Documenting smallvec v1.11.0 |
2247 | 2023-12-09T06:10:24.050Z | Documenting itoa v1.0.9 |
2248 | 2023-12-09T06:10:24.431Z | Documenting memchr v2.6.3 |
2249 | 2023-12-09T06:10:27.944Z | Documenting lock_api v0.4.10 |
2250 | 2023-12-09T06:10:27.953Z | Documenting zeroize_derive v1.4.2 |
2251 | 2023-12-09T06:10:28.112Z | Documenting pin-project-lite v0.2.13 |
2252 | 2023-12-09T06:10:28.537Z | Documenting libm v0.2.7 |
2253 | 2023-12-09T06:10:30.150Z | Documenting futures-core v0.3.29 |
2254 | 2023-12-09T06:10:30.479Z | Documenting getrandom v0.2.10 |
2255 | 2023-12-09T06:10:31.535Z | Documenting parking_lot_core v0.9.8 |
2256 | 2023-12-09T06:10:32.239Z | Documenting signal-hook-registry v1.4.1 |
2257 | 2023-12-09T06:10:32.551Z | Documenting mio v0.8.9 |
2258 | 2023-12-09T06:10:33.578Z | Documenting num-traits v0.2.16 |
2259 | 2023-12-09T06:10:33.851Z | Documenting serde v1.0.192 |
2260 | 2023-12-09T06:10:35.739Z | Documenting thiserror-impl v1.0.49 |
2261 | 2023-12-09T06:10:35.754Z | Documenting zeroize v1.7.0 |
2262 | 2023-12-09T06:10:36.098Z | Documenting rand_core v0.6.4 |
2263 | 2023-12-09T06:10:37.366Z | Documenting parking_lot v0.12.1 |
2264 | 2023-12-09T06:10:38.321Z | Documenting num_cpus v1.16.0 |
2265 | 2023-12-09T06:10:38.617Z | Documenting socket2 v0.5.5 |
2266 | 2023-12-09T06:10:40.606Z | Documenting typenum v1.16.0 |
2267 | 2023-12-09T06:10:41.570Z | Documenting tokio-macros v2.2.0 |
2268 | 2023-12-09T06:10:41.621Z | Documenting once_cell v1.19.0 |
2269 | 2023-12-09T06:10:42.764Z | Documenting thiserror v1.0.49 |
2270 | 2023-12-09T06:10:43.247Z | Documenting subtle v2.5.0 |
2271 | 2023-12-09T06:10:43.925Z | Documenting ryu v1.0.15 |
2272 | 2023-12-09T06:10:44.570Z | Documenting byteorder v1.5.0 |
2273 | 2023-12-09T06:10:47.718Z | Documenting futures-sink v0.3.29 |
2274 | 2023-12-09T06:10:47.916Z | Documenting const-oid v0.9.5 |
2275 | 2023-12-09T06:10:48.045Z | Documenting pin-utils v0.1.0 |
2276 | 2023-12-09T06:10:48.059Z | Documenting futures-task v0.3.29 |
2277 | 2023-12-09T06:10:49.049Z | Documenting slab v0.4.9 |
2278 | 2023-12-09T06:10:50.593Z | Documenting futures-macro v0.3.29 |
2279 | 2023-12-09T06:10:53.090Z | Documenting futures-channel v0.3.29 |
2280 | 2023-12-09T06:10:53.459Z | Documenting futures-io v0.3.29 |
2281 | 2023-12-09T06:10:55.425Z | Documenting iana-time-zone v0.1.57 |
2282 | 2023-12-09T06:10:55.940Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2283 | 2023-12-09T06:10:57.183Z | Documenting tinyvec_macros v0.1.1 |
2284 | 2023-12-09T06:10:57.284Z | Documenting ppv-lite86 v0.2.17 |
2285 | 2023-12-09T06:10:57.907Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2286 | 2023-12-09T06:10:59.324Z | Documenting tracing-core v0.1.31 |
2287 | 2023-12-09T06:10:59.443Z | Documenting futures-util v0.3.29 |
2288 | 2023-12-09T06:11:01.677Z | Documenting tracing-attributes v0.1.26 |
2289 | 2023-12-09T06:11:01.855Z | Documenting tinyvec v1.6.0 |
2290 | 2023-12-09T06:11:02.684Z | Documenting rand_chacha v0.3.1 |
2291 | 2023-12-09T06:11:07.454Z | Documenting unicode-normalization v0.1.22 |
2292 | 2023-12-09T06:11:09.141Z | Documenting bytes v1.5.0 |
2293 | 2023-12-09T06:11:09.400Z | Documenting bitflags v2.4.0 |
2294 | 2023-12-09T06:11:11.408Z | Documenting serde_json v1.0.108 |
2295 | 2023-12-09T06:11:11.841Z | Documenting chrono v0.4.31 |
2296 | 2023-12-09T06:11:14.331Z | Documenting uuid v1.6.1 |
2297 | 2023-12-09T06:11:14.951Z | Documenting rand v0.8.5 |
2298 | 2023-12-09T06:11:15.699Z | Documenting base64 v0.21.5 |
2299 | 2023-12-09T06:11:16.610Z | Documenting tokio v1.35.0 |
2300 | 2023-12-09T06:11:19.592Z | Documenting fnv v1.0.7 |
2301 | 2023-12-09T06:11:20.920Z | Documenting spin v0.9.8 |
2302 | 2023-12-09T06:11:21.181Z | Documenting lazy_static v1.4.0 |
2303 | 2023-12-09T06:11:21.925Z | Documenting unicode-bidi v0.3.13 |
2304 | 2023-12-09T06:11:22.874Z | Documenting percent-encoding v2.3.1 |
2305 | 2023-12-09T06:11:25.240Z | Documenting http v0.2.11 |
2306 | 2023-12-09T06:11:25.437Z | Documenting cpufeatures v0.2.9 |
2307 | 2023-12-09T06:11:25.836Z | Checking serde_derive_internals v0.26.0 |
2308 | 2023-12-09T06:11:26.313Z | Documenting generic-array v0.14.7 |
2309 | 2023-12-09T06:11:26.825Z | Documenting serde_derive_internals v0.26.0 |
2310 | 2023-12-09T06:11:28.228Z | Documenting dyn-clone v1.0.13 |
2311 | 2023-12-09T06:11:29.148Z | Documenting form_urlencoded v1.2.1 |
2312 | 2023-12-09T06:11:29.763Z | Documenting idna v0.5.0 |
2313 | 2023-12-09T06:11:31.112Z | Documenting tracing v0.1.37 |
2314 | 2023-12-09T06:11:33.291Z | Documenting crypto-common v0.1.6 |
2315 | 2023-12-09T06:11:34.300Z | Documenting block-buffer v0.10.4 |
2316 | 2023-12-09T06:11:34.300Z | Documenting errno v0.3.2 |
2317 | 2023-12-09T06:11:35.750Z | Documenting httparse v1.8.0 |
2318 | 2023-12-09T06:11:56.187Z | Documenting schemars_derive v0.8.13 |
2319 | 2023-12-09T06:11:56.187Z | Documenting adler v1.0.2 |
2320 | 2023-12-09T06:11:56.877Z | Documenting url v2.5.0 |
2321 | 2023-12-09T06:11:57.456Z | Documenting unicode-ident v1.0.12 |
2322 | 2023-12-09T06:11:57.456Z | Documenting rustix v0.38.25 |
2323 | 2023-12-09T06:11:57.456Z | Documenting miniz_oxide v0.7.1 |
2324 | 2023-12-09T06:11:57.456Z | Documenting digest v0.10.7 |
2325 | 2023-12-09T06:11:57.456Z | Documenting base64ct v1.6.0 |
2326 | 2023-12-09T06:11:57.456Z | Documenting openssl-probe v0.1.5 |
2327 | 2023-12-09T06:11:57.457Z | Documenting proc-macro2 v1.0.69 |
2328 | 2023-12-09T06:11:57.457Z | Documenting schemars v0.8.13 |
2329 | 2023-12-09T06:11:57.457Z | Documenting try-lock v0.2.4 |
2330 | 2023-12-09T06:11:57.457Z | Documenting untrusted v0.9.0 |
2331 | 2023-12-09T06:11:57.457Z | Documenting httpdate v1.0.3 |
2332 | 2023-12-09T06:11:57.457Z | Documenting want v0.3.1 |
2333 | 2023-12-09T06:11:57.457Z | Documenting http-body v0.4.5 |
2334 | 2023-12-09T06:11:57.457Z | Documenting openssl-sys v0.9.96 |
2335 | 2023-12-09T06:11:57.457Z | Documenting quote v1.0.33 |
2336 | 2023-12-09T06:11:57.457Z | Documenting ring v0.17.7 |
2337 | 2023-12-09T06:11:57.457Z | Documenting async-trait v0.1.74 |
2338 | 2023-12-09T06:11:57.457Z | Documenting openssl-macros v0.1.1 |
2339 | 2023-12-09T06:11:57.458Z | Documenting mime v0.3.17 |
2340 | 2023-12-09T06:11:57.458Z | Documenting tower-service v0.3.2 |
2341 | 2023-12-09T06:11:57.458Z | Documenting pem-rfc7468 v0.7.0 |
2342 | 2023-12-09T06:11:58.897Z | Documenting aho-corasick v1.0.4 |
2343 | 2023-12-09T06:11:59.091Z | Documenting rustls-webpki v0.101.7 |
2344 | 2023-12-09T06:11:59.618Z | Documenting tokio-util v0.7.10 |
2345 | 2023-12-09T06:11:59.643Z | Documenting sct v0.7.0 |
2346 | 2023-12-09T06:12:00.374Z | Documenting openssl v0.10.60 |
2347 | 2023-12-09T06:12:00.970Z | Documenting slog v2.7.0 |
2348 | 2023-12-09T06:12:01.287Z | Documenting der_derive v0.7.2 |
2349 | 2023-12-09T06:12:02.008Z | Documenting regex-syntax v0.8.2 |
2350 | 2023-12-09T06:12:05.198Z | Documenting hashbrown v0.14.2 |
2351 | 2023-12-09T06:12:05.791Z | Documenting equivalent v1.0.1 |
2352 | 2023-12-09T06:12:06.278Z | Documenting ipnet v2.8.0 |
2353 | 2023-12-09T06:12:07.252Z | Documenting unicode-width v0.1.11 |
2354 | 2023-12-09T06:12:08.404Z | Documenting h2 v0.3.21 |
2355 | 2023-12-09T06:12:09.110Z | Documenting flagset v0.4.3 |
2356 | 2023-12-09T06:12:09.763Z | Documenting rustls v0.21.9 |
2357 | 2023-12-09T06:12:11.534Z | Documenting rustls-pemfile v1.0.3 |
2358 | 2023-12-09T06:12:11.645Z | Documenting indexmap v2.1.0 |
2359 | 2023-12-09T06:12:12.514Z | Documenting regex-automata v0.4.3 |
2360 | 2023-12-09T06:12:12.551Z | Documenting num-integer v0.1.45 |
2361 | 2023-12-09T06:12:12.974Z | Documenting time-macros v0.2.13 |
2362 | 2023-12-09T06:12:13.364Z | Documenting der v0.7.8 |
2363 | 2023-12-09T06:12:17.113Z | Documenting deranged v0.3.8 |
2364 | 2023-12-09T06:12:18.719Z | Documenting time-core v0.1.1 |
2365 | 2023-12-09T06:12:18.889Z | Documenting gimli v0.28.0 |
2366 | 2023-12-09T06:12:20.231Z | Documenting utf8parse v0.2.1 |
2367 | 2023-12-09T06:12:21.007Z | Documenting num_threads v0.1.6 |
2368 | 2023-12-09T06:12:22.599Z | Documenting tokio-rustls v0.24.1 |
2369 | 2023-12-09T06:12:22.876Z | Documenting spki v0.7.2 |
2370 | 2023-12-09T06:12:23.550Z | Documenting hyper v0.14.27 |
2371 | 2023-12-09T06:12:23.743Z | Documenting native-tls v0.2.11 |
2372 | 2023-12-09T06:12:24.242Z | Documenting object v0.32.1 |
2373 | 2023-12-09T06:12:25.337Z | Documenting regex v1.10.2 |
2374 | 2023-12-09T06:12:26.554Z | Documenting time v0.3.27 |
2375 | 2023-12-09T06:12:28.645Z | Documenting addr2line v0.21.0 |
2376 | 2023-12-09T06:12:29.586Z | Documenting crossbeam-utils v0.8.16 |
2377 | 2023-12-09T06:12:31.368Z | Documenting encoding_rs v0.8.33 |
2378 | 2023-12-09T06:12:31.991Z | Checking pest_meta v2.7.2 |
2379 | 2023-12-09T06:12:33.538Z | Documenting rustc-demangle v0.1.23 |
2380 | 2023-12-09T06:12:33.976Z | Documenting tokio-native-tls v0.3.1 |
2381 | 2023-12-09T06:12:34.280Z | Documenting rustls-native-certs v0.6.3 |
2382 | 2023-12-09T06:12:34.685Z | Documenting serde_urlencoded v0.7.1 |
2383 | 2023-12-09T06:12:35.786Z | Documenting pest_meta v2.7.2 |
2384 | 2023-12-09T06:12:37.851Z | Checking pest_generator v2.7.2 |
2385 | 2023-12-09T06:12:38.413Z | Documenting pkcs8 v0.10.2 |
2386 | 2023-12-09T06:12:39.135Z | Documenting ucd-trie v0.1.6 |
2387 | 2023-12-09T06:12:39.909Z | Documenting data-encoding v2.4.0 |
2388 | 2023-12-09T06:12:41.149Z | Documenting webpki-roots v0.25.2 |
2389 | 2023-12-09T06:12:41.895Z | Documenting pest_generator v2.7.2 |
2390 | 2023-12-09T06:12:42.214Z | Documenting anstyle v1.0.2 |
2391 | 2023-12-09T06:12:42.376Z | Documenting hyper-rustls v0.24.2 |
2392 | 2023-12-09T06:12:43.325Z | Documenting backtrace v0.3.69 |
2393 | 2023-12-09T06:12:45.461Z | Documenting hyper-tls v0.5.0 |
2394 | 2023-12-09T06:12:45.533Z | Documenting pest v2.7.2 |
2395 | 2023-12-09T06:12:46.389Z | Documenting anstyle-parse v0.2.1 |
2396 | 2023-12-09T06:12:46.762Z | Documenting syn v2.0.32 |
2397 | 2023-12-09T06:12:47.905Z | Documenting ipnetwork v0.20.0 |
2398 | 2023-12-09T06:12:48.838Z | Documenting pest_derive v2.7.2 |
2399 | 2023-12-09T06:12:51.065Z | Documenting sha2 v0.10.8 |
2400 | 2023-12-09T06:12:51.681Z | Documenting anyhow v1.0.75 |
2401 | 2023-12-09T06:12:52.680Z | Documenting futures-executor v0.3.29 |
2402 | 2023-12-09T06:12:53.664Z | Documenting hex v0.4.3 |
2403 | 2023-12-09T06:12:55.511Z | Documenting crc32fast v1.3.2 |
2404 | 2023-12-09T06:12:55.804Z | Documenting reqwest v0.11.22 |
2405 | 2023-12-09T06:12:56.395Z | Checking serde_tokenstream v0.1.7 |
2406 | 2023-12-09T06:12:56.956Z | Documenting anstyle-query v1.0.0 |
2407 | 2023-12-09T06:12:58.202Z | Documenting colorchoice v1.0.0 |
2408 | 2023-12-09T06:12:58.801Z | Documenting dtrace-parser v0.1.14 |
2409 | 2023-12-09T06:12:59.797Z | Documenting num-iter v0.1.43 |
2410 | 2023-12-09T06:13:00.530Z | Documenting openapiv3 v2.0.0 |
2411 | 2023-12-09T06:13:01.892Z | Documenting hmac v0.12.1 |
2412 | 2023-12-09T06:13:15.841Z | Documenting dof v0.1.5 |
2413 | 2023-12-09T06:13:16.467Z | Documenting anstream v0.5.0 |
2414 | 2023-12-09T06:13:16.467Z | Documenting signal-hook v0.3.17 |
2415 | 2023-12-09T06:13:17.141Z | Documenting thread-id v4.2.0 |
2416 | 2023-12-09T06:13:17.286Z | Documenting terminal_size v0.2.6 |
2417 | 2023-12-09T06:13:17.286Z | Documenting memoffset v0.9.0 |
2418 | 2023-12-09T06:13:17.286Z | Documenting clap_lex v0.5.1 |
2419 | 2023-12-09T06:13:17.286Z | Documenting strsim v0.10.0 |
2420 | 2023-12-09T06:13:17.286Z | Documenting flate2 v1.0.28 |
2421 | 2023-12-09T06:13:17.286Z | Documenting futures v0.3.29 |
2422 | 2023-12-09T06:13:17.286Z | Documenting usdt-impl v0.3.5 |
2423 | 2023-12-09T06:13:17.286Z | Documenting crossbeam-epoch v0.9.15 |
2424 | 2023-12-09T06:13:17.286Z | Documenting usdt-macro v0.3.5 |
2425 | 2023-12-09T06:13:17.286Z | Documenting usdt-attr-macro v0.3.5 |
2426 | 2023-12-09T06:13:17.286Z | Documenting clap_derive v4.4.2 |
2427 | 2023-12-09T06:13:17.286Z | Documenting clap_builder v4.4.2 |
2428 | 2023-12-09T06:13:17.862Z | Documenting managed v0.8.0 |
2429 | 2023-12-09T06:13:18.447Z | Documenting signal-hook-mio v0.2.3 |
2430 | 2023-12-09T06:13:19.577Z | Documenting block-padding v0.3.3 |
2431 | 2023-12-09T06:13:21.927Z | Documenting scheduled-thread-pool v0.2.7 |
2432 | 2023-12-09T06:13:22.845Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2433 | 2023-12-09T06:13:22.951Z | Documenting usdt v0.3.5 |
2434 | 2023-12-09T06:13:23.482Z | Documenting enum-as-inner v0.5.1 |
2435 | 2023-12-09T06:13:23.886Z | Documenting pin-project-internal v1.1.3 |
2436 | 2023-12-09T06:13:24.397Z | Checking diesel_table_macro_syntax v0.1.0 |
2437 | 2023-12-09T06:13:24.650Z | Documenting diesel_table_macro_syntax v0.1.0 |
2438 | 2023-12-09T06:13:25.732Z | Documenting unicode-segmentation v1.10.1 |
2439 | 2023-12-09T06:13:26.134Z | Documenting clap v4.4.3 |
2440 | 2023-12-09T06:13:27.845Z | Documenting r2d2 v0.8.10 |
2441 | 2023-12-09T06:13:28.714Z | Documenting bzip2 v0.4.4 |
2442 | 2023-12-09T06:13:30.384Z | Documenting inout v0.1.3 |
2443 | 2023-12-09T06:13:30.895Z | Documenting trust-dns-proto v0.22.0 |
2444 | 2023-12-09T06:13:30.896Z | Documenting crossterm v0.27.0 |
2445 | 2023-12-09T06:13:31.155Z | Documenting pin-project v1.1.3 |
2446 | 2023-12-09T06:13:31.354Z | Documenting diesel_derives v2.1.2 |
2447 | 2023-12-09T06:13:33.315Z | Documenting md-5 v0.10.5 |
2448 | 2023-12-09T06:13:33.985Z | Documenting stringprep v0.1.3 |
2449 | 2023-12-09T06:13:34.430Z | Documenting serde_spanned v0.6.4 |
2450 | 2023-12-09T06:13:35.303Z | Documenting toml_datetime v0.6.5 |
2451 | 2023-12-09T06:13:36.656Z | Documenting ff v0.13.0 |
2452 | 2023-12-09T06:13:39.104Z | Documenting doc-comment v0.3.3 |
2453 | 2023-12-09T06:13:39.694Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2454 | 2023-12-09T06:13:40.303Z | Documenting snafu-derive v0.7.5 |
2455 | 2023-12-09T06:13:40.476Z | Documenting either v1.9.0 |
2456 | 2023-12-09T06:13:41.205Z | Documenting bit-vec v0.6.3 |
2457 | 2023-12-09T06:13:41.791Z | Documenting winnow v0.5.15 |
2458 | 2023-12-09T06:13:42.431Z | Documenting siphasher v0.3.11 |
2459 | 2023-12-09T06:13:43.190Z | Documenting fallible-iterator v0.2.0 |
2460 | 2023-12-09T06:13:44.339Z | Documenting static_assertions v1.1.0 |
2461 | 2023-12-09T06:13:45.395Z | Documenting base16ct v0.2.0 |
2462 | 2023-12-09T06:13:46.422Z | Documenting diesel v2.1.4 |
2463 | 2023-12-09T06:13:46.899Z | Documenting phf_shared v0.11.2 |
2464 | 2023-12-09T06:13:47.260Z | Documenting group v0.13.0 |
2465 | 2023-12-09T06:13:48.926Z | Documenting cipher v0.4.4 |
2466 | 2023-12-09T06:13:49.399Z | Documenting toml_edit v0.21.0 |
2467 | 2023-12-09T06:13:50.003Z | Documenting sec1 v0.7.3 |
2468 | 2023-12-09T06:13:50.776Z | Documenting postgres-protocol v0.6.6 |
2469 | 2023-12-09T06:13:51.975Z | Documenting snafu v0.7.5 |
2470 | 2023-12-09T06:13:52.451Z | Documenting zip v0.6.6 |
2471 | 2023-12-09T06:13:52.999Z | Documenting hkdf v0.12.3 |
2472 | 2023-12-09T06:13:57.811Z | Documenting num-bigint v0.4.4 |
2473 | 2023-12-09T06:13:58.633Z | Documenting crypto-bigint v0.5.2 |
2474 | 2023-12-09T06:13:58.850Z | Documenting hubpack v0.1.2 |
2475 | 2023-12-09T06:13:59.171Z | Documenting regress v0.7.1 |
2476 | 2023-12-09T06:14:00.186Z | Documenting bstr v1.6.0 |
2477 | 2023-12-09T06:14:00.968Z | Documenting serde_repr v0.1.16 |
2478 | 2023-12-09T06:14:00.977Z | Documenting lalrpop-util v0.19.12 |
2479 | 2023-12-09T06:14:06.072Z | Documenting new_debug_unreachable v1.0.4 |
2480 | 2023-12-09T06:14:07.678Z | Documenting fixedbitset v0.4.2 |
2481 | 2023-12-09T06:14:07.820Z | Documenting precomputed-hash v0.1.1 |
2482 | 2023-12-09T06:14:08.195Z | Documenting yasna v0.5.2 |
2483 | 2023-12-09T06:14:08.244Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2484 | 2023-12-09T06:14:08.901Z | Documenting postgres-types v0.2.6 |
2485 | 2023-12-09T06:14:09.819Z | Documenting phf v0.11.2 |
2486 | 2023-12-09T06:14:28.966Z | Documenting elliptic-curve v0.13.8 |
2487 | 2023-12-09T06:14:28.966Z | Documenting petgraph v0.6.4 |
2488 | 2023-12-09T06:14:28.966Z | Documenting string_cache v0.8.7 |
2489 | 2023-12-09T06:14:28.966Z | Documenting console v0.15.7 |
2490 | 2023-12-09T06:14:29.159Z | Documenting semver v1.0.20 |
2491 | 2023-12-09T06:14:29.159Z | Documenting float-cmp v0.9.0 |
2492 | 2023-12-09T06:14:29.159Z | Documenting normalize-line-endings v0.3.0 |
2493 | 2023-12-09T06:14:29.159Z | Documenting heck v0.4.1 |
2494 | 2023-12-09T06:14:29.159Z | Checking unsafe-libyaml v0.2.9 |
2495 | 2023-12-09T06:14:29.160Z | Documenting whoami v1.4.1 |
2496 | 2023-12-09T06:14:29.160Z | Documenting predicates-core v1.0.6 |
2497 | 2023-12-09T06:14:29.160Z | Documenting difflib v0.4.0 |
2498 | 2023-12-09T06:14:29.160Z | Documenting bit-set v0.5.3 |
2499 | 2023-12-09T06:14:29.160Z | Documenting similar v2.2.1 |
2500 | 2023-12-09T06:14:29.160Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2501 | 2023-12-09T06:14:29.161Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2502 | 2023-12-09T06:14:29.302Z | Documenting tokio-postgres v0.7.10 |
2503 | 2023-12-09T06:14:29.303Z | Documenting tokio-stream v0.1.14 |
2504 | 2023-12-09T06:14:29.303Z | Checking ident_case v1.0.1 |
2505 | 2023-12-09T06:14:29.303Z | Documenting unsafe-libyaml v0.2.9 |
2506 | 2023-12-09T06:14:29.303Z | Documenting predicates v3.0.4 |
2507 | 2023-12-09T06:14:30.657Z | Checking serde_yaml v0.9.25 |
2508 | 2023-12-09T06:14:31.852Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2509 | 2023-12-09T06:14:33.746Z | Documenting getopts v0.2.21 |
2510 | 2023-12-09T06:14:42.833Z | Documenting serde_yaml v0.9.25 |
2511 | 2023-12-09T06:14:43.096Z | Documenting match_cfg v0.1.0 |
2512 | 2023-12-09T06:14:43.096Z | Documenting sha1 v0.10.6 |
2513 | 2023-12-09T06:14:43.157Z | Documenting dirs-sys-next v0.1.2 |
2514 | 2023-12-09T06:14:43.158Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2515 | 2023-12-09T06:14:43.158Z | Documenting hostname v0.3.1 |
2516 | 2023-12-09T06:14:43.158Z | Documenting thread_local v1.1.7 |
2517 | 2023-12-09T06:14:43.166Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2518 | 2023-12-09T06:14:43.166Z | Documenting dirs-next v2.0.0 |
2519 | 2023-12-09T06:14:43.211Z | Documenting paste v1.0.14 |
2520 | 2023-12-09T06:14:43.236Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2521 | 2023-12-09T06:14:43.827Z | Documenting crossbeam-channel v0.5.8 |
2522 | 2023-12-09T06:14:45.480Z | Documenting atty v0.2.14 |
2523 | 2023-12-09T06:14:45.684Z | Documenting take_mut v0.2.2 |
2524 | 2023-12-09T06:14:46.406Z | Documenting slog-json v2.6.1 |
2525 | 2023-12-09T06:14:47.525Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2526 | 2023-12-09T06:14:48.077Z | Documenting term v0.7.0 |
2527 | 2023-12-09T06:14:49.284Z | Documenting camino v1.1.6 |
2528 | 2023-12-09T06:14:49.939Z | Documenting async-stream-impl v0.3.5 |
2529 | 2023-12-09T06:14:49.987Z | Documenting atomic-waker v1.1.1 |
2530 | 2023-12-09T06:14:51.284Z | Documenting slog-async v2.8.0 |
2531 | 2023-12-09T06:14:53.099Z | Documenting debug-ignore v1.0.5 |
2532 | 2023-12-09T06:14:53.832Z | Documenting slog-term v2.9.0 |
2533 | 2023-12-09T06:14:54.220Z | Documenting waitgroup v0.1.2 |
2534 | 2023-12-09T06:14:54.680Z | Documenting slog-bunyan v2.4.0 |
2535 | 2023-12-09T06:14:56.151Z | Checking darling_core v0.20.3 |
2536 | 2023-12-09T06:14:56.595Z | Documenting async-stream v0.3.5 |
2537 | 2023-12-09T06:14:56.920Z | Documenting toml v0.8.8 |
2538 | 2023-12-09T06:14:57.235Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2539 | 2023-12-09T06:14:59.122Z | Documenting multer v2.1.0 |
2540 | 2023-12-09T06:14:59.291Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2541 | 2023-12-09T06:14:59.811Z | Documenting serde_path_to_error v0.1.14 |
2542 | 2023-12-09T06:15:00.328Z | Documenting strum v0.25.0 |
2543 | 2023-12-09T06:15:01.399Z | Checking darling v0.20.3 |
2544 | 2023-12-09T06:15:01.548Z | Documenting serde_with_macros v3.4.0 |
2545 | 2023-12-09T06:15:02.256Z | Documenting structmeta-derive v0.2.0 |
2546 | 2023-12-09T06:15:04.222Z | Checking structmeta v0.2.0 |
2547 | 2023-12-09T06:15:04.573Z | Documenting instant v0.1.12 |
2548 | 2023-12-09T06:15:05.257Z | Checking regex-syntax v0.7.5 |
2549 | 2023-12-09T06:15:05.735Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2550 | 2023-12-09T06:15:06.073Z | Documenting macaddr v1.0.1 |
2551 | 2023-12-09T06:15:06.264Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2552 | 2023-12-09T06:15:08.669Z | Documenting serde_with v3.4.0 |
2553 | 2023-12-09T06:15:09.808Z | Documenting structmeta v0.2.0 |
2554 | 2023-12-09T06:15:10.473Z | Documenting backoff v0.4.0 |
2555 | 2023-12-09T06:15:10.517Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2556 | 2023-12-09T06:15:12.151Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2557 | 2023-12-09T06:15:12.288Z | Documenting fastrand v2.0.0 |
2558 | 2023-12-09T06:15:15.675Z | Documenting is-terminal v0.4.9 |
2559 | 2023-12-09T06:15:16.176Z | Documenting parse-display-derive v0.8.2 |
2560 | 2023-12-09T06:15:16.495Z | Checking proc-macro-crate v1.3.1 |
2561 | 2023-12-09T06:15:16.827Z | Documenting proc-macro-crate v1.3.1 |
2562 | 2023-12-09T06:15:16.840Z | Documenting proc-macro-error-attr v1.0.4 |
2563 | 2023-12-09T06:15:18.389Z | Documenting tempfile v3.8.1 |
2564 | 2023-12-09T06:15:18.654Z | Documenting hash32 v0.2.1 |
2565 | 2023-12-09T06:15:20.548Z | Documenting stable_deref_trait v1.2.0 |
2566 | 2023-12-09T06:15:22.587Z | Documenting proc-macro-error v1.0.4 |
2567 | 2023-12-09T06:15:22.750Z | Checking proc-macro-error v1.0.4 |
2568 | 2023-12-09T06:15:23.140Z | Documenting embedded-io v0.4.0 |
2569 | 2023-12-09T06:15:23.210Z | Documenting num_enum_derive v0.5.11 |
2570 | 2023-12-09T06:15:24.578Z | Documenting parse-display v0.8.2 |
2571 | 2023-12-09T06:15:24.748Z | Documenting cobs v0.2.3 |
2572 | 2023-12-09T06:15:24.836Z | Documenting heapless v0.7.16 |
2573 | 2023-12-09T06:15:25.208Z | Documenting camino-tempfile v1.1.1 |
2574 | 2023-12-09T06:15:28.399Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2575 | 2023-12-09T06:15:29.009Z | Documenting foreign-types-macros v0.2.3 |
2576 | 2023-12-09T06:15:29.179Z | Documenting postcard v1.0.8 |
2577 | 2023-12-09T06:15:29.513Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2578 | 2023-12-09T06:15:30.591Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2579 | 2023-12-09T06:15:31.483Z | Documenting num_enum v0.5.11 |
2580 | 2023-12-09T06:15:31.983Z | Documenting foreign-types-shared v0.3.1 |
2581 | 2023-12-09T06:15:32.243Z | Documenting smoltcp v0.10.0 |
2582 | 2023-12-09T06:15:33.878Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2583 | 2023-12-09T06:15:33.919Z | Documenting crucible-workspace-hack v0.1.0 |
2584 | 2023-12-09T06:15:34.279Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2585 | 2023-12-09T06:15:35.788Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2586 | 2023-12-09T06:15:36.256Z | Documenting cstr-argument v0.1.2 |
2587 | 2023-12-09T06:15:36.290Z | Documenting foreign-types v0.5.0 |
2588 | 2023-12-09T06:15:36.911Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2589 | 2023-12-09T06:15:46.553Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2590 | 2023-12-09T06:15:46.838Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2591 | 2023-12-09T06:15:46.838Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2592 | 2023-12-09T06:15:46.838Z | Documenting colored v2.0.4 |
2593 | 2023-12-09T06:15:46.838Z | Documenting zerocopy v0.7.26 |
2594 | 2023-12-09T06:15:46.838Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2595 | 2023-12-09T06:15:46.838Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2596 | 2023-12-09T06:15:46.838Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2597 | 2023-12-09T06:15:46.887Z | Documenting zone_cfg_derive v0.3.0 |
2598 | 2023-12-09T06:15:47.441Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2599 | 2023-12-09T06:15:48.388Z | Documenting num-derive v0.4.0 |
2600 | 2023-12-09T06:15:48.798Z | Documenting smf v0.2.2 |
2601 | 2023-12-09T06:15:49.500Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2602 | 2023-12-09T06:15:50.334Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2603 | 2023-12-09T06:15:53.716Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2604 | 2023-12-09T06:15:53.812Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2605 | 2023-12-09T06:15:54.349Z | Documenting zone v0.3.0 |
2606 | 2023-12-09T06:15:54.686Z | Documenting linked-hash-map v0.5.6 |
2607 | 2023-12-09T06:15:54.963Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2608 | 2023-12-09T06:15:55.293Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2609 | 2023-12-09T06:15:55.812Z | Documenting blake2 v0.10.6 |
2610 | 2023-12-09T06:15:58.917Z | Documenting password-hash v0.5.0 |
2611 | 2023-12-09T06:15:59.990Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2612 | 2023-12-09T06:16:00.087Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2613 | 2023-12-09T06:16:00.628Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2614 | 2023-12-09T06:16:01.106Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2615 | 2023-12-09T06:16:01.238Z | Documenting lru-cache v0.1.2 |
2616 | 2023-12-09T06:16:01.944Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2617 | 2023-12-09T06:16:02.881Z | Checking heck v0.3.3 |
2618 | 2023-12-09T06:16:02.881Z | Documenting structopt-derive v0.4.18 |
2619 | 2023-12-09T06:16:02.881Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2620 | 2023-12-09T06:16:03.241Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2621 | 2023-12-09T06:16:05.017Z | Documenting argon2 v0.5.2 |
2622 | 2023-12-09T06:16:06.837Z | Documenting libefi-sys v0.1.0 |
2623 | 2023-12-09T06:16:07.121Z | Documenting quick-error v1.2.3 |
2624 | 2023-12-09T06:16:09.740Z | Documenting structopt v0.3.26 |
2625 | 2023-12-09T06:16:10.415Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2626 | 2023-12-09T06:16:10.434Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2627 | 2023-12-09T06:16:12.458Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2628 | 2023-12-09T06:16:12.521Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2629 | 2023-12-09T06:16:12.659Z | Documenting resolv-conf v0.7.0 |
2630 | 2023-12-09T06:16:13.061Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2631 | 2023-12-09T06:16:13.298Z | Documenting cancel-safe-futures v0.1.5 |
2632 | 2023-12-09T06:16:16.241Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2633 | 2023-12-09T06:16:16.904Z | Checking convert_case v0.4.0 |
2634 | 2023-12-09T06:16:17.224Z | Documenting convert_case v0.4.0 |
2635 | 2023-12-09T06:16:18.469Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2636 | 2023-12-09T06:16:18.586Z | Documenting trust-dns-resolver v0.22.0 |
2637 | 2023-12-09T06:16:19.387Z | Documenting arc-swap v1.6.0 |
2638 | 2023-12-09T06:16:21.093Z | Documenting tap v1.0.1 |
2639 | 2023-12-09T06:16:21.685Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2640 | 2023-12-09T06:16:22.277Z | Documenting swrite v0.1.0 |
2641 | 2023-12-09T06:16:22.859Z | Documenting derive_more v0.99.17 |
2642 | 2023-12-09T06:16:23.417Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2643 | 2023-12-09T06:16:25.224Z | Documenting slog-scope v4.4.0 |
2644 | 2023-12-09T06:16:25.333Z | Documenting num-rational v0.4.1 |
2645 | 2023-12-09T06:16:25.429Z | Documenting wyz v0.5.1 |
2646 | 2023-12-09T06:16:27.822Z | Documenting radium v0.7.0 |
2647 | 2023-12-09T06:16:30.022Z | Documenting libsw v3.3.0 |
2648 | 2023-12-09T06:16:31.101Z | Documenting num-complex v0.4.4 |
2649 | 2023-12-09T06:16:31.431Z | Documenting derive-where v1.2.6 |
2650 | 2023-12-09T06:16:32.018Z | Documenting crc-catalog v2.2.0 |
2651 | 2023-12-09T06:16:32.190Z | Documenting funty v2.0.0 |
2652 | 2023-12-09T06:16:32.274Z | Documenting half v1.8.2 |
2653 | 2023-12-09T06:16:42.402Z | Documenting linear-map v1.2.0 |
2654 | 2023-12-09T06:16:42.402Z | Documenting ciborium-io v0.2.1 |
2655 | 2023-12-09T06:16:42.402Z | Documenting owo-colors v3.5.0 |
2656 | 2023-12-09T06:16:42.403Z | Documenting bitvec v1.0.1 |
2657 | 2023-12-09T06:16:42.576Z | Documenting crc v3.0.1 |
2658 | 2023-12-09T06:16:42.576Z | Documenting num v0.4.1 |
2659 | 2023-12-09T06:16:42.576Z | Documenting slog-stdlog v4.1.1 |
2660 | 2023-12-09T06:16:42.576Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2661 | 2023-12-09T06:16:42.577Z | Documenting slog-dtrace v0.2.3 |
2662 | 2023-12-09T06:16:42.577Z | Documenting ciborium-ll v0.2.1 |
2663 | 2023-12-09T06:16:43.371Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2664 | 2023-12-09T06:16:44.289Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2665 | 2023-12-09T06:16:45.483Z | Documenting xattr v1.0.1 |
2666 | 2023-12-09T06:16:48.174Z | Documenting filetime v0.2.23 |
2667 | 2023-12-09T06:16:48.181Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2668 | 2023-12-09T06:16:48.264Z | Documenting packed_struct_codegen v0.10.1 |
2669 | 2023-12-09T06:16:51.730Z | Documenting nodrop v0.1.14 |
2670 | 2023-12-09T06:16:51.952Z | Documenting keccak v0.1.4 |
2671 | 2023-12-09T06:16:52.572Z | Documenting tar v0.4.40 |
2672 | 2023-12-09T06:16:54.543Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2673 | 2023-12-09T06:16:55.676Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2674 | 2023-12-09T06:16:56.186Z | Documenting array-init v0.0.4 |
2675 | 2023-12-09T06:16:56.372Z | Documenting sha3 v0.10.8 |
2676 | 2023-12-09T06:16:56.798Z | Documenting packed_struct v0.10.1 |
2677 | 2023-12-09T06:16:57.424Z | Documenting ciborium v0.2.1 |
2678 | 2023-12-09T06:16:59.017Z | Documenting slog-envlogger v2.2.0 |
2679 | 2023-12-09T06:16:59.827Z | Documenting num-bigint-dig v0.8.4 |
2680 | 2023-12-09T06:17:00.973Z | Documenting pkcs1 v0.7.5 |
2681 | 2023-12-09T06:17:03.953Z | Documenting signature v2.1.0 |
2682 | 2023-12-09T06:17:04.107Z | Documenting fxhash v0.2.1 |
2683 | 2023-12-09T06:17:07.338Z | Documenting secrecy v0.8.0 |
2684 | 2023-12-09T06:17:07.814Z | Documenting utf-8 v0.7.6 |
2685 | 2023-12-09T06:17:09.702Z | Documenting termcolor v1.2.0 |
2686 | 2023-12-09T06:17:09.714Z | Documenting bitfield v0.14.0 |
2687 | 2023-12-09T06:17:10.779Z | Documenting serde-hex v0.1.0 |
2688 | 2023-12-09T06:17:11.822Z | Documenting rsa v0.9.2 |
2689 | 2023-12-09T06:17:13.601Z | Documenting tungstenite v0.20.1 |
2690 | 2023-12-09T06:17:13.703Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2691 | 2023-12-09T06:17:14.025Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2692 | 2023-12-09T06:17:16.243Z | Documenting env_logger v0.10.0 |
2693 | 2023-12-09T06:17:19.241Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2694 | 2023-12-09T06:17:22.715Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2695 | 2023-12-09T06:17:22.923Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2696 | 2023-12-09T06:17:23.331Z | Documenting newtype_derive v0.1.6 |
2697 | 2023-12-09T06:17:24.319Z | Documenting x509-cert v0.2.4 |
2698 | 2023-12-09T06:17:24.957Z | Documenting pem v3.0.2 |
2699 | 2023-12-09T06:17:26.486Z | Documenting ron v0.8.1 |
2700 | 2023-12-09T06:17:27.152Z | Documenting crc-any v2.4.3 |
2701 | 2023-12-09T06:17:28.831Z | Documenting steno v0.4.0 |
2702 | 2023-12-09T06:17:30.874Z | Documenting tokio-tungstenite v0.20.1 |
2703 | 2023-12-09T06:17:31.684Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2704 | 2023-12-09T06:17:33.074Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2705 | 2023-12-09T06:17:33.367Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2706 | 2023-12-09T06:17:41.117Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2707 | 2023-12-09T06:17:41.117Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2708 | 2023-12-09T06:17:41.500Z | Documenting itertools v0.12.0 |
2709 | 2023-12-09T06:17:44.693Z | Documenting nibble_vec v0.1.0 |
2710 | 2023-12-09T06:17:47.862Z | Documenting glob v0.3.1 |
2711 | 2023-12-09T06:17:49.104Z | Documenting endian-type v0.1.2 |
2712 | 2023-12-09T06:17:49.411Z | Documenting same-file v1.0.6 |
2713 | 2023-12-09T06:17:51.050Z | Documenting path-slash v0.1.5 |
2714 | 2023-12-09T06:17:53.290Z | Documenting display-error-chain v0.2.0 |
2715 | 2023-12-09T06:17:54.370Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2716 | 2023-12-09T06:17:54.977Z | Documenting radix_trie v0.2.1 |
2717 | 2023-12-09T06:17:55.905Z | Documenting walkdir v2.4.0 |
2718 | 2023-12-09T06:17:56.731Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2719 | 2023-12-09T06:17:58.791Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2720 | 2023-12-09T06:17:59.977Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2721 | 2023-12-09T06:18:01.534Z | Documenting buf-list v1.0.3 |
2722 | 2023-12-09T06:18:02.712Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2723 | 2023-12-09T06:18:05.885Z | Checking darling_core v0.14.4 |
2724 | 2023-12-09T06:18:08.759Z | Checking darling v0.14.4 |
2725 | 2023-12-09T06:18:08.917Z | Documenting trust-dns-client v0.22.0 |
2726 | 2023-12-09T06:18:09.646Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2727 | 2023-12-09T06:18:10.355Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2728 | 2023-12-09T06:18:10.830Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2023-12-09T06:18:11.316Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2730 | 2023-12-09T06:18:12.675Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2731 | 2023-12-09T06:18:13.603Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2732 | 2023-12-09T06:18:18.109Z | Documenting sled v0.34.7 |
2733 | 2023-12-09T06:18:21.437Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2734 | 2023-12-09T06:18:22.280Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2735 | 2023-12-09T06:18:22.463Z | Documenting trust-dns-server v0.22.1 |
2736 | 2023-12-09T06:18:22.529Z | Documenting unicase v2.7.0 |
2737 | 2023-12-09T06:18:23.829Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2738 | 2023-12-09T06:18:24.177Z | Documenting globset v0.4.13 |
2739 | 2023-12-09T06:18:24.272Z | Documenting crossbeam-deque v0.8.3 |
2740 | 2023-12-09T06:18:26.952Z | Documenting headers-core v0.2.0 |
2741 | 2023-12-09T06:18:27.535Z | Documenting olpc-cjson v0.1.3 |
2742 | 2023-12-09T06:18:27.566Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2743 | 2023-12-09T06:18:29.064Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2744 | 2023-12-09T06:18:29.622Z | Documenting serde_plain v1.0.2 |
2745 | 2023-12-09T06:18:29.891Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2746 | 2023-12-09T06:18:32.117Z | Documenting async-recursion v1.0.5 |
2747 | 2023-12-09T06:18:33.633Z | Documenting typed-path v0.7.0 |
2748 | 2023-12-09T06:18:34.207Z | Documenting pretty-hex v0.4.0 |
2749 | 2023-12-09T06:18:34.582Z | Documenting headers v0.3.9 |
2750 | 2023-12-09T06:18:35.261Z | Documenting rayon-core v1.12.0 |
2751 | 2023-12-09T06:18:35.966Z | Documenting mime_guess v2.0.4 |
2752 | 2023-12-09T06:18:36.989Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2753 | 2023-12-09T06:18:38.807Z | Documenting derive_builder_core v0.12.0 |
2754 | 2023-12-09T06:18:39.069Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2755 | 2023-12-09T06:18:41.399Z | Checking derive_builder_core v0.12.0 |
2756 | 2023-12-09T06:18:41.994Z | Documenting tough v0.16.0 |
2757 | 2023-12-09T06:18:42.630Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2758 | 2023-12-09T06:18:42.774Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2759 | 2023-12-09T06:18:43.698Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2760 | 2023-12-09T06:18:44.107Z | Documenting universal-hash v0.5.1 |
2761 | 2023-12-09T06:18:44.583Z | Documenting bcs v0.1.6 |
2762 | 2023-12-09T06:18:48.453Z | Documenting kstat-rs v0.2.3 |
2763 | 2023-12-09T06:18:48.658Z | Documenting thiserror-impl-no-std v2.0.2 |
2764 | 2023-12-09T06:18:48.762Z | Documenting curve25519-dalek-derive v0.1.0 |
2765 | 2023-12-09T06:18:50.745Z | Documenting highway v1.1.0 |
2766 | 2023-12-09T06:18:53.665Z | Documenting opaque-debug v0.3.0 |
2767 | 2023-12-09T06:18:54.689Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2768 | 2023-12-09T06:18:55.380Z | Documenting curve25519-dalek v4.1.0 |
2769 | 2023-12-09T06:18:56.314Z | Documenting thiserror-no-std v2.0.2 |
2770 | 2023-12-09T06:18:56.671Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2771 | 2023-12-09T06:18:57.949Z | Documenting poly1305 v0.8.0 |
2772 | 2023-12-09T06:19:00.455Z | Documenting derive_builder_macro v0.12.0 |
2773 | 2023-12-09T06:19:01.829Z | Documenting rayon v1.8.0 |
2774 | 2023-12-09T06:19:04.322Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2023-12-09T06:19:05.456Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2776 | 2023-12-09T06:19:06.743Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2777 | 2023-12-09T06:19:07.182Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2778 | 2023-12-09T06:19:13.377Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2779 | 2023-12-09T06:19:24.209Z | Documenting portable-atomic v1.4.3 |
2780 | 2023-12-09T06:19:26.553Z | Documenting ed25519 v1.5.3 |
2781 | 2023-12-09T06:19:29.975Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2782 | 2023-12-09T06:19:30.044Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2783 | 2023-12-09T06:19:31.040Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2784 | 2023-12-09T06:19:33.847Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2785 | 2023-12-09T06:19:34.333Z | Documenting chacha20 v0.9.1 |
2786 | 2023-12-09T06:19:35.322Z | Documenting aead v0.5.2 |
2787 | 2023-12-09T06:19:36.342Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2788 | 2023-12-09T06:19:37.615Z | Documenting ref-cast-impl v1.0.20 |
2789 | 2023-12-09T06:19:38.694Z | Documenting vte_generate_state_changes v0.1.1 |
2790 | 2023-12-09T06:19:41.816Z | Documenting number_prefix v0.4.0 |
2791 | 2023-12-09T06:19:44.513Z | Documenting cassowary v0.3.0 |
2792 | 2023-12-09T06:19:44.761Z | Documenting chacha20poly1305 v0.10.1 |
2793 | 2023-12-09T06:19:45.711Z | Documenting ref-cast v1.0.20 |
2794 | 2023-12-09T06:19:47.557Z | Documenting indicatif v0.17.7 |
2795 | 2023-12-09T06:19:50.020Z | Documenting vte v0.11.1 |
2796 | 2023-12-09T06:19:50.461Z | Documenting ratatui v0.23.0 |
2797 | 2023-12-09T06:19:51.058Z | Documenting salty v0.2.0 |
2798 | 2023-12-09T06:19:54.964Z | Documenting derive_builder v0.12.0 |
2799 | 2023-12-09T06:19:55.240Z | Documenting vsss-rs v3.3.1 |
2800 | 2023-12-09T06:19:58.036Z | Documenting fs-err v2.11.0 |
2801 | 2023-12-09T06:19:59.610Z | Documenting polar-core v0.27.0 |
2802 | 2023-12-09T06:20:01.094Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2803 | 2023-12-09T06:20:01.891Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2804 | 2023-12-09T06:20:02.277Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2805 | 2023-12-09T06:20:03.698Z | Documenting libxml v0.3.3 |
2806 | 2023-12-09T06:20:06.592Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2807 | 2023-12-09T06:20:07.084Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2808 | 2023-12-09T06:20:07.676Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2809 | 2023-12-09T06:20:12.209Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2810 | 2023-12-09T06:20:12.769Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2811 | 2023-12-09T06:20:13.562Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2812 | 2023-12-09T06:20:13.823Z | Documenting bb8 v0.8.1 |
2813 | 2023-12-09T06:20:13.886Z | Documenting bytesize v1.3.0 |
2814 | 2023-12-09T06:20:20.666Z | Documenting serde-big-array v0.5.1 |
2815 | 2023-12-09T06:20:21.886Z | Documenting quick-xml v0.23.1 |
2816 | 2023-12-09T06:20:22.966Z | Documenting rtoolbox v0.0.1 |
2817 | 2023-12-09T06:20:23.493Z | Documenting oso-derive v0.27.0 |
2818 | 2023-12-09T06:20:26.649Z | Documenting impl-trait-for-tuples v0.2.2 |
2819 | 2023-12-09T06:20:27.146Z | Documenting maplit v1.0.2 |
2820 | 2023-12-09T06:20:29.048Z | Documenting http-range v0.1.5 |
2821 | 2023-12-09T06:20:29.181Z | Documenting humantime v2.1.0 |
2822 | 2023-12-09T06:20:29.903Z | Documenting is_ci v1.1.1 |
2823 | 2023-12-09T06:20:32.598Z | Documenting unicode-linebreak v0.1.5 |
2824 | 2023-12-09T06:20:34.569Z | Documenting smawk v0.3.1 |
2825 | 2023-12-09T06:20:34.916Z | Documenting hyper-staticfile v0.9.5 |
2826 | 2023-12-09T06:20:35.463Z | Documenting oso v0.27.0 |
2827 | 2023-12-09T06:20:35.510Z | Documenting supports-color v2.1.0 |
2828 | 2023-12-09T06:20:37.372Z | Documenting rpassword v7.3.1 |
2829 | 2023-12-09T06:20:38.049Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2830 | 2023-12-09T06:20:40.031Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2831 | 2023-12-09T06:20:40.532Z | Documenting textwrap v0.16.0 |
2832 | 2023-12-09T06:20:41.080Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2833 | 2023-12-09T06:20:43.481Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2834 | 2023-12-09T06:20:43.538Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2835 | 2023-12-09T06:20:45.549Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2836 | 2023-12-09T06:20:47.003Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2837 | 2023-12-09T06:20:52.928Z | Documenting tui-tree-widget v0.13.0 |
2838 | 2023-12-09T06:20:55.808Z | Documenting strip-ansi-escapes v0.2.0 |
2839 | 2023-12-09T06:20:57.577Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2840 | 2023-12-09T06:21:00.126Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2841 | 2023-12-09T06:21:01.787Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2842 | 2023-12-09T06:21:02.041Z | Documenting cookie v0.18.0 |
2843 | 2023-12-09T06:21:02.846Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2844 | 2023-12-09T06:21:04.192Z | Documenting rcgen v0.11.3 |
2845 | 2023-12-09T06:21:08.933Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2846 | 2023-12-09T06:21:09.479Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2847 | 2023-12-09T06:21:10.500Z | Documenting atomicwrites v0.4.2 |
2848 | 2023-12-09T06:21:10.612Z | Documenting signal-hook-tokio v0.3.1 |
2849 | 2023-12-09T06:21:14.690Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2850 | 2023-12-09T06:21:15.639Z | Documenting fd-lock v3.0.13 |
2851 | 2023-12-09T06:21:17.385Z | Documenting subprocess v0.2.9 |
2852 | 2023-12-09T06:21:17.892Z | Documenting corncobs v0.1.3 |
2853 | 2023-12-09T06:21:22.128Z | Documenting shell-words v1.1.0 |
2854 | 2023-12-09T06:21:22.494Z | Documenting nu-ansi-term v0.49.0 |
2855 | 2023-12-09T06:21:22.767Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2856 | 2023-12-09T06:21:23.478Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2857 | 2023-12-09T06:21:25.406Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2023-12-09T06:21:27.555Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2859 | 2023-12-09T06:21:28.490Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2860 | 2023-12-09T06:21:28.946Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2861 | 2023-12-09T06:21:28.955Z | Documenting reedline v0.26.0 |
2862 | 2023-12-09T06:21:30.031Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2023-12-09T06:21:30.820Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2864 | 2023-12-09T06:21:40.601Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2865 | 2023-12-09T06:21:43.207Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2866 | 2023-12-09T06:21:55.335Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2867 | 2023-12-09T06:21:59.503Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2868 | 2023-12-09T06:22:06.042Z | Documenting fatfs v0.3.6 |
2869 | 2023-12-09T06:22:10.648Z | Documenting nanorand v0.7.0 |
2870 | 2023-12-09T06:22:10.974Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2871 | 2023-12-09T06:22:10.974Z | --> sled-agent/src/sim/instance.rs:46:7 |
2872 | 2023-12-09T06:22:10.974Z | | |
2873 | 2023-12-09T06:22:10.974Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2874 | 2023-12-09T06:22:10.974Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2875 | 2023-12-09T06:22:10.974Z | | |
2876 | 2023-12-09T06:22:10.974Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2877 | 2023-12-09T06:22:10.975Z | |
2878 | 2023-12-09T06:22:13.556Z | Documenting assert_matches v1.5.0 |
2879 | 2023-12-09T06:22:14.003Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2880 | 2023-12-09T06:22:15.334Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2881 | 2023-12-09T06:22:15.414Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2882 | 2023-12-09T06:22:16.936Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2883 | 2023-12-09T06:22:17.106Z | Documenting flume v0.11.0 |
2884 | 2023-12-09T06:22:18.196Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2885 | 2023-12-09T06:22:19.647Z | Documenting omicron-zone-package v0.9.1 |
2886 | 2023-12-09T06:22:20.342Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2887 | 2023-12-09T06:22:24.379Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2888 | 2023-12-09T06:22:25.327Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2889 | 2023-12-09T06:22:27.496Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2890 | 2023-12-09T06:22:28.644Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2891 | 2023-12-09T06:22:34.135Z | Documenting termios v0.3.3 |
2892 | 2023-12-09T06:22:38.055Z | Documenting topological-sort v0.2.2 |
2893 | 2023-12-09T06:22:40.190Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2894 | 2023-12-09T06:22:44.498Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2895 | 2023-12-09T06:22:54.082Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2896 | 2023-12-09T06:23:00.190Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2897 | 2023-12-09T06:23:01.046Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2898 | 2023-12-09T06:23:31.263Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2899 | 2023-12-09T06:23:42.392Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2900 | 2023-12-09T06:23:53.552Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2901 | 2023-12-09T06:23:56.154Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2902 | 2023-12-09T06:23:59.919Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2903 | 2023-12-09T06:24:02.041Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2904 | 2023-12-09T06:24:06.280Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2905 | 2023-12-09T06:25:01.914Z | warning: unresolved link to `VolumeConstructionRequest` |
2906 | 2023-12-09T06:25:01.915Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2907 | 2023-12-09T06:25:01.915Z | | |
2908 | 2023-12-09T06:25:01.915Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2909 | 2023-12-09T06:25:01.915Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2910 | 2023-12-09T06:25:01.915Z | | |
2911 | 2023-12-09T06:25:01.915Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2912 | 2023-12-09T06:25:01.915Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2913 | 2023-12-09T06:25:01.915Z | |
2914 | 2023-12-09T06:25:01.919Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2915 | 2023-12-09T06:25:01.919Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2916 | 2023-12-09T06:25:01.919Z | | |
2917 | 2023-12-09T06:25:01.919Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2918 | 2023-12-09T06:25:01.919Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2919 | 2023-12-09T06:25:01.920Z | |
2920 | 2023-12-09T06:25:01.920Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2921 | 2023-12-09T06:25:01.920Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2922 | 2023-12-09T06:25:01.920Z | | |
2923 | 2023-12-09T06:25:01.920Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2924 | 2023-12-09T06:25:01.920Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2925 | 2023-12-09T06:25:01.920Z | |
2926 | 2023-12-09T06:25:01.922Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2927 | 2023-12-09T06:25:01.922Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2928 | 2023-12-09T06:25:01.922Z | | |
2929 | 2023-12-09T06:25:01.922Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2930 | 2023-12-09T06:25:01.922Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2931 | 2023-12-09T06:25:01.922Z | |
2932 | 2023-12-09T06:25:01.922Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2933 | 2023-12-09T06:25:01.922Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2934 | 2023-12-09T06:25:01.922Z | | |
2935 | 2023-12-09T06:25:01.922Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2936 | 2023-12-09T06:25:01.922Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2937 | 2023-12-09T06:25:01.922Z | |
2938 | 2023-12-09T06:25:01.922Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2939 | 2023-12-09T06:25:01.922Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2940 | 2023-12-09T06:25:01.922Z | | |
2941 | 2023-12-09T06:25:01.922Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2942 | 2023-12-09T06:25:01.923Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2943 | 2023-12-09T06:25:01.923Z | |
2944 | 2023-12-09T06:25:01.923Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2945 | 2023-12-09T06:25:01.923Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2946 | 2023-12-09T06:25:01.923Z | | |
2947 | 2023-12-09T06:25:01.923Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2948 | 2023-12-09T06:25:01.923Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2949 | 2023-12-09T06:25:01.923Z | |
2950 | 2023-12-09T06:25:05.135Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2951 | 2023-12-09T06:25:37.131Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 14s |
2952 | 2023-12-09T06:25:37.237Z | |
2953 | 2023-12-09T06:25:37.238Z | real 15:15.056132340 |
2954 | 2023-12-09T06:25:37.238Z | user 52:18.235459290 |
2955 | 2023-12-09T06:25:37.238Z | sys 57:53.192415520 |
2956 | 2023-12-09T06:25:37.238Z | trap 2.072002533 |
2957 | 2023-12-09T06:25:37.238Z | tflt 0.611368857 |
2958 | 2023-12-09T06:25:37.238Z | dflt 0.637301105 |
2959 | 2023-12-09T06:25:37.241Z | kflt 0.000283183 |
2960 | 2023-12-09T06:25:37.241Z | lock 3:03:30.508737048 |
2961 | 2023-12-09T06:25:37.241Z | slp 3:58:36.088272975 |
2962 | 2023-12-09T06:25:37.241Z | lat 5:35.477625238 |
2963 | 2023-12-09T06:25:37.241Z | stop 1:25.362445281 |
2964 | 2023-12-09T06:25:37.241Z | process exited: duration 1825301 ms, exit code 0 |
|
2965 | 2023-12-09T06:25:37.276Z | found 0 output files |