|
|
|
1 | 2023-12-18T19:36:29.390Z | job assigned to worker 01HHZ6SQ9FDTBH13NBMWQMHBJ4 (queued for 1 m 21 s) |
|
2 | 2023-12-18T19:36:29.555Z | starting task 0: "setup" |
3 | 2023-12-18T19:36:29.612Z | ++ uname -s |
4 | 2023-12-18T19:36:29.615Z | + kern=SunOS |
5 | 2023-12-18T19:36:29.615Z | + case "$kern" in |
6 | 2023-12-18T19:36:29.615Z | + groupadd -g 12345 build |
7 | 2023-12-18T19:36:29.619Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-18T19:36:31.629Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-18T19:36:31.738Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-18T19:36:31.742Z | + home_fs=zfs |
11 | 2023-12-18T19:36:31.742Z | + [[ zfs == autofs ]] |
12 | 2023-12-18T19:36:31.742Z | + mkdir -p /home/build |
13 | 2023-12-18T19:36:31.746Z | + chown build:build /home/build /work |
14 | 2023-12-18T19:36:33.747Z | + chmod 0700 /home/build /work |
15 | 2023-12-18T19:36:33.750Z | process exited: duration 4195 ms, exit code 0 |
|
16 | 2023-12-18T19:36:33.761Z | starting task 1: "rust-toolchain" |
17 | 2023-12-18T19:36:33.770Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-18T19:36:33.774Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-18T19:36:33.940Z | info: downloading installer |
20 | 2023-12-18T19:36:35.664Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-18T19:36:35.664Z | warning: /opt/ooce/bin |
22 | 2023-12-18T19:36:35.664Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-18T19:36:35.665Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-18T19:36:35.665Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-18T19:36:35.665Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-18T19:36:35.665Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-18T19:36:35.665Z | error: cannot install while Rust is installed |
28 | 2023-12-18T19:36:35.665Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-18T19:36:35.790Z | info: profile set to 'default' |
30 | 2023-12-18T19:36:35.790Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-18T19:36:35.794Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-18T19:36:35.955Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-18T19:36:35.959Z | info: downloading component 'cargo' |
34 | 2023-12-18T19:36:36.607Z | info: downloading component 'clippy' |
35 | 2023-12-18T19:36:36.855Z | info: downloading component 'rust-docs' |
36 | 2023-12-18T19:36:37.678Z | info: downloading component 'rust-std' |
37 | 2023-12-18T19:36:39.148Z | info: downloading component 'rustc' |
38 | 2023-12-18T19:36:42.700Z | info: downloading component 'rustfmt' |
39 | 2023-12-18T19:36:42.962Z | info: installing component 'cargo' |
40 | 2023-12-18T19:36:44.382Z | info: installing component 'clippy' |
41 | 2023-12-18T19:36:44.999Z | info: installing component 'rust-docs' |
42 | 2023-12-18T19:36:47.693Z | info: installing component 'rust-std' |
43 | 2023-12-18T19:36:52.092Z | info: installing component 'rustc' |
44 | 2023-12-18T19:37:02.127Z | info: installing component 'rustfmt' |
45 | 2023-12-18T19:37:02.381Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-18T19:37:02.971Z | |
47 | 2023-12-18T19:37:03.012Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-18T19:37:03.012Z | |
49 | 2023-12-18T19:37:03.012Z | |
50 | 2023-12-18T19:37:03.012Z | Rust is installed now. Great! |
51 | 2023-12-18T19:37:03.013Z | |
52 | 2023-12-18T19:37:03.013Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-18T19:37:03.013Z | environment variable. This has not been done automatically. |
54 | 2023-12-18T19:37:03.013Z | |
55 | 2023-12-18T19:37:03.013Z | To configure your current shell, run: |
56 | 2023-12-18T19:37:03.013Z | source "$HOME/.cargo/env" |
57 | 2023-12-18T19:37:03.013Z | + rustc --version |
58 | 2023-12-18T19:37:03.013Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-18T19:37:03.013Z | process exited: duration 28962 ms, exit code 0 |
|
60 | 2023-12-18T19:37:03.053Z | starting task 2: "authentication" |
61 | 2023-12-18T19:37:03.515Z | process exited: duration 472 ms, exit code 0 |
|
62 | 2023-12-18T19:37:03.613Z | starting task 3: "clone repository" |
63 | 2023-12-18T19:37:03.652Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-18T19:37:03.652Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-18T19:37:03.668Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-18T19:37:12.190Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-18T19:37:12.191Z | + [[ -n '' ]] |
68 | 2023-12-18T19:37:12.202Z | + git fetch origin d18a5d83e6bee69a41e3c1e9e9bddf181ee44d14 |
69 | 2023-12-18T19:37:12.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-18T19:37:12.605Z | * branch d18a5d83e6bee69a41e3c1e9e9bddf181ee44d14 -> FETCH_HEAD |
71 | 2023-12-18T19:37:12.611Z | + git reset --hard d18a5d83e6bee69a41e3c1e9e9bddf181ee44d14 |
72 | 2023-12-18T19:37:12.710Z | HEAD is now at d18a5d83 Bump russh from 0.40.1 to 0.40.2 |
73 | 2023-12-18T19:37:12.716Z | process exited: duration 9102 ms, exit code 0 |
|
74 | 2023-12-18T19:37:12.726Z | starting task 4: "build" |
75 | 2023-12-18T19:37:12.733Z | + cargo --version |
76 | 2023-12-18T19:37:12.741Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-12-18T19:37:12.960Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-12-18T19:37:12.964Z | info: downloading component 'cargo' |
79 | 2023-12-18T19:37:13.943Z | info: downloading component 'clippy' |
80 | 2023-12-18T19:37:14.242Z | info: downloading component 'rust-docs' |
81 | 2023-12-18T19:37:15.436Z | info: downloading component 'rust-std' |
82 | 2023-12-18T19:37:17.418Z | info: downloading component 'rustc' |
83 | 2023-12-18T19:37:22.271Z | info: downloading component 'rustfmt' |
84 | 2023-12-18T19:37:22.549Z | info: installing component 'cargo' |
85 | 2023-12-18T19:37:23.828Z | info: installing component 'clippy' |
86 | 2023-12-18T19:37:24.286Z | info: installing component 'rust-docs' |
87 | 2023-12-18T19:37:27.235Z | info: installing component 'rust-std' |
88 | 2023-12-18T19:37:29.793Z | info: installing component 'rustc' |
89 | 2023-12-18T19:37:36.025Z | info: installing component 'rustfmt' |
90 | 2023-12-18T19:37:36.557Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-12-18T19:37:36.564Z | + rustc --version |
92 | 2023-12-18T19:37:36.709Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-12-18T19:37:36.716Z | + source ./env.sh |
94 | 2023-12-18T19:37:36.720Z | ++ set -o xtrace |
95 | 2023-12-18T19:37:36.720Z | ++++ dirname ./env.sh |
96 | 2023-12-18T19:37:36.723Z | +++ cd . |
97 | 2023-12-18T19:37:36.723Z | +++ echo /work/oxidecomputer/omicron |
98 | 2023-12-18T19:37:36.723Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2023-12-18T19:37:36.723Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2023-12-18T19:37:36.723Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2023-12-18T19:37:36.723Z | ++ 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 |
102 | 2023-12-18T19:37:36.733Z | ++ 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 |
103 | 2023-12-18T19:37:36.734Z | ++ 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 |
104 | 2023-12-18T19:37:36.734Z | ++ 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 |
105 | 2023-12-18T19:37:36.734Z | ++ 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 |
106 | 2023-12-18T19:37:36.734Z | ++ 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 |
107 | 2023-12-18T19:37:36.734Z | ++ unset OMICRON_WS |
108 | 2023-12-18T19:37:36.734Z | ++ set +o xtrace |
109 | 2023-12-18T19:37:36.768Z | |
110 | 2023-12-18T19:37:36.768Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2023-12-18T19:37:36.768Z | # # # # # # # # # # # # # # # |
112 | 2023-12-18T19:37:36.768Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2023-12-18T19:37:36.768Z | ##### ##### # ##### # # # # # # # # # |
114 | 2023-12-18T19:37:36.769Z | # # # # # # # # # # # # # # # |
115 | 2023-12-18T19:37:36.769Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2023-12-18T19:37:36.769Z | |
117 | 2023-12-18T19:37:45.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2023-12-18T19:37:47.004Z | Startup: Caching catalogs ... Done |
119 | 2023-12-18T19:37:54.272Z | Planning: Solver setup ... Done (6.867s) |
120 | 2023-12-18T19:37:54.378Z | Planning: Running solver ... Done (0.155s) |
121 | 2023-12-18T19:37:54.463Z | Planning: Finding local manifests ... Done (0.012s) |
122 | 2023-12-18T19:37:54.886Z | Planning: Fetching manifests: 0/6 0% complete |
123 | 2023-12-18T19:37:54.901Z | Planning: Fetching manifests: 6/6 100% complete |
124 | 2023-12-18T19:37:55.314Z | Planning: Package planning ... Done (0.087s) |
125 | 2023-12-18T19:37:55.314Z | Planning: Merging actions ... Done (0.086s) |
126 | 2023-12-18T19:37:55.690Z | Planning: Checking for conflicting actions ... Done (0.704s) |
127 | 2023-12-18T19:37:55.706Z | Planning: Consolidating action changes ... Done (0.019s) |
128 | 2023-12-18T19:37:58.817Z | Planning: Evaluating mediators ... Done (3.110s) |
129 | 2023-12-18T19:37:58.930Z | Planning: Planning completed in 11.87 seconds |
130 | 2023-12-18T19:37:58.954Z | Packages to install: 4 |
131 | 2023-12-18T19:37:58.958Z | Packages to update: 2 |
132 | 2023-12-18T19:37:58.958Z | Mediators to change: 2 |
133 | 2023-12-18T19:37:58.958Z | Services to change: 1 |
134 | 2023-12-18T19:37:58.958Z | Estimated space available: 148.88 GB |
135 | 2023-12-18T19:37:58.958Z | Estimated space to be consumed: 1.43 GB |
136 | 2023-12-18T19:37:58.958Z | Create boot environment: No |
137 | 2023-12-18T19:37:58.958Z | Create backup boot environment: Yes |
138 | 2023-12-18T19:37:58.958Z | Rebuild boot archive: No |
139 | 2023-12-18T19:37:58.958Z | |
140 | 2023-12-18T19:37:58.958Z | Changed mediators: |
141 | 2023-12-18T19:37:58.958Z | mediator clang: |
142 | 2023-12-18T19:37:58.958Z | version: None -> 15 (system default) |
143 | 2023-12-18T19:37:58.958Z | |
144 | 2023-12-18T19:37:58.958Z | mediator llvm: |
145 | 2023-12-18T19:37:58.958Z | version: 14 (system default) -> 15 (system default) |
146 | 2023-12-18T19:37:58.959Z | |
147 | 2023-12-18T19:37:58.959Z | Changed packages: |
148 | 2023-12-18T19:37:58.959Z | helios-dev |
149 | 2023-12-18T19:37:58.959Z | developer/build-essential |
150 | 2023-12-18T19:37:58.960Z | None -> 11-2.0 |
151 | 2023-12-18T19:37:58.960Z | library/libxmlsec1 |
152 | 2023-12-18T19:37:58.960Z | None -> 1.2.35-2.0 |
153 | 2023-12-18T19:37:58.960Z | ooce/developer/clang-15 |
154 | 2023-12-18T19:37:58.960Z | None -> 15.0.7-2.0 |
155 | 2023-12-18T19:37:58.960Z | ooce/developer/llvm-15 |
156 | 2023-12-18T19:37:58.960Z | None -> 15.0.7-2.0 |
157 | 2023-12-18T19:37:58.960Z | system/library/g++-runtime |
158 | 2023-12-18T19:37:58.960Z | 12-2.0 -> 13-2.0 |
159 | 2023-12-18T19:37:58.960Z | system/library/gcc-runtime |
160 | 2023-12-18T19:37:58.960Z | 12-2.0 -> 13-2.0 |
161 | 2023-12-18T19:37:58.960Z | |
162 | 2023-12-18T19:37:58.960Z | Services: |
163 | 2023-12-18T19:37:58.960Z | restart_fmri: |
164 | 2023-12-18T19:37:58.960Z | svc:/system/update-man-index:default |
165 | 2023-12-18T19:37:59.146Z | |
166 | 2023-12-18T19:37:59.146Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
167 | 2023-12-18T19:38:04.149Z | Download: 1198/3330 items 72.6/221.1MB 32% complete (14.6M/s) |
168 | 2023-12-18T19:38:09.160Z | Download: 2217/3330 items 117.7/221.1MB 53% complete (11.8M/s) |
169 | 2023-12-18T19:38:14.809Z | Download: 2224/3330 items 119.2/221.1MB 53% complete (11.7M/s) |
170 | 2023-12-18T19:38:19.805Z | Download: 3242/3330 items 183.6/221.1MB 83% complete (6.5M/s) |
171 | 2023-12-18T19:38:25.869Z | Download: 3285/3330 items 212.0/221.1MB 95% complete (9.6M/s) |
172 | 2023-12-18T19:38:28.287Z | Download: Completed 221.11 MB in 28.32 seconds (7.8M/s) |
173 | 2023-12-18T19:38:29.434Z | Actions: 1/3766 actions (Removing old actions) |
174 | 2023-12-18T19:38:29.434Z | Actions: 5/3766 actions (Installing new actions) |
175 | 2023-12-18T19:38:34.432Z | Actions: 3029/3766 actions (Installing new actions) |
176 | 2023-12-18T19:38:37.692Z | Actions: 3729/3766 actions (Updating modified actions) |
177 | 2023-12-18T19:38:38.246Z | Actions: Completed 3766 actions in 8.82 seconds. |
178 | 2023-12-18T19:38:38.363Z | Done (0.109s) |
179 | 2023-12-18T19:38:38.366Z | Done (0.000s) |
180 | 2023-12-18T19:38:38.642Z | Done (0.278s) |
181 | 2023-12-18T19:38:46.135Z | Done (7.370s) |
182 | 2023-12-18T19:38:46.339Z | Done (0.098s) |
183 | 2023-12-18T19:38:46.342Z | Done (0.000s) |
184 | 2023-12-18T19:38:46.564Z | Done (0.000s) |
185 | 2023-12-18T19:38:47.265Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-12-18T19:38:47.550Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-12-18T19:38:47.565Z | Planning: Consolidating action changes ... Done |
188 | 2023-12-18T19:38:47.977Z | Planning: Evaluating mediators ... Done |
189 | 2023-12-18T19:38:47.989Z | Planning: Planning completed in 0.71 seconds |
190 | 2023-12-18T19:38:48.037Z | Mediators to change: 2 |
191 | 2023-12-18T19:38:48.043Z | Create boot environment: No |
192 | 2023-12-18T19:38:48.043Z | Create backup boot environment: No |
193 | 2023-12-18T19:38:48.127Z | Done |
194 | 2023-12-18T19:38:48.128Z | Done |
195 | 2023-12-18T19:38:48.296Z | Done |
196 | 2023-12-18T19:38:54.013Z | Done |
197 | 2023-12-18T19:38:54.137Z | Done |
198 | 2023-12-18T19:38:54.143Z | Done |
199 | 2023-12-18T19:38:54.243Z | Done |
200 | 2023-12-18T19:38:55.250Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-12-18T19:38:55.253Z | Planning: Merging actions ... Done |
202 | 2023-12-18T19:38:55.584Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-12-18T19:38:55.589Z | Planning: Consolidating action changes ... Done |
204 | 2023-12-18T19:38:56.017Z | Planning: Evaluating mediators ... Done |
205 | 2023-12-18T19:38:56.109Z | Planning: Planning completed in 1.30 seconds |
206 | 2023-12-18T19:38:56.173Z | Packages to change: 1 |
207 | 2023-12-18T19:38:56.173Z | Mediators to change: 1 |
208 | 2023-12-18T19:38:56.182Z | Services to change: 1 |
209 | 2023-12-18T19:38:56.182Z | Create boot environment: No |
210 | 2023-12-18T19:38:56.183Z | Create backup boot environment: Yes |
211 | 2023-12-18T19:38:58.208Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-12-18T19:38:58.211Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-12-18T19:38:58.211Z | Done |
214 | 2023-12-18T19:38:58.211Z | Done |
215 | 2023-12-18T19:38:58.274Z | Done |
216 | 2023-12-18T19:39:03.964Z | Done |
217 | 2023-12-18T19:39:04.088Z | Done |
218 | 2023-12-18T19:39:04.105Z | Done |
219 | 2023-12-18T19:39:04.585Z | Done |
220 | 2023-12-18T19:39:05.147Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-12-18T19:39:05.147Z | clang system 15 system |
222 | 2023-12-18T19:39:05.147Z | csh system system illumos |
223 | 2023-12-18T19:39:05.147Z | ctags system system illumos |
224 | 2023-12-18T19:39:05.148Z | gcc vendor 12 vendor |
225 | 2023-12-18T19:39:05.148Z | gcc system 10 system |
226 | 2023-12-18T19:39:05.148Z | gcc system 7 system |
227 | 2023-12-18T19:39:05.148Z | go system 1.20 system |
228 | 2023-12-18T19:39:05.148Z | go system 1.19 system |
229 | 2023-12-18T19:39:05.148Z | llvm system 15 system |
230 | 2023-12-18T19:39:05.148Z | llvm system 14 system |
231 | 2023-12-18T19:39:05.148Z | mariadb system 10.6 system |
232 | 2023-12-18T19:39:05.148Z | mta vendor vendor dma |
233 | 2023-12-18T19:39:05.149Z | openjdk system 17 system |
234 | 2023-12-18T19:39:05.149Z | openjdk system 11 system |
235 | 2023-12-18T19:39:05.149Z | openjdk system 1.8 system |
236 | 2023-12-18T19:39:05.149Z | openssl vendor 3 vendor |
237 | 2023-12-18T19:39:05.149Z | perl system 5.36 system |
238 | 2023-12-18T19:39:05.150Z | postgresql system 15 system |
239 | 2023-12-18T19:39:05.150Z | postgresql system 13 system |
240 | 2023-12-18T19:39:05.150Z | python vendor 3 vendor |
241 | 2023-12-18T19:39:05.150Z | python system 2 system |
242 | 2023-12-18T19:39:05.151Z | python3 system 3.11 system |
243 | 2023-12-18T19:39:05.151Z | ruby system 3.0 system |
244 | 2023-12-18T19:39:05.151Z | words vendor vendor american-english |
245 | 2023-12-18T19:39:05.151Z | words system system australian-english |
246 | 2023-12-18T19:39:05.151Z | words system system british-english |
247 | 2023-12-18T19:39:05.151Z | words system system canadian-english |
248 | 2023-12-18T19:39:05.151Z | words system system french |
249 | 2023-12-18T19:39:05.151Z | words system system italian |
250 | 2023-12-18T19:39:05.152Z | words system system ngerman |
251 | 2023-12-18T19:39:05.152Z | words system system ogerman |
252 | 2023-12-18T19:39:05.153Z | words system system spanish |
253 | 2023-12-18T19:39:05.397Z | FMRI IFO |
254 | 2023-12-18T19:39:05.397Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-12-18T19:39:05.397Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-12-18T19:39:05.397Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-12-18T19:39:05.398Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-12-18T19:39:05.398Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-12-18T19:39:05.398Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-12-18T19:39:05.398Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
261 | 2023-12-18T19:39:05.399Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
262 | 2023-12-18T19:39:05.458Z | + set -o errexit |
263 | 2023-12-18T19:39:05.467Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2023-12-18T19:39:05.470Z | ++ cd ./tools |
265 | 2023-12-18T19:39:05.470Z | ++ pwd |
266 | 2023-12-18T19:39:05.470Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2023-12-18T19:39:05.470Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2023-12-18T19:39:05.470Z | + ARG0=ci_download_cockroachdb |
269 | 2023-12-18T19:39:05.470Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2023-12-18T19:39:05.476Z | + CIDL_VERSION=v22.1.9 |
271 | 2023-12-18T19:39:05.476Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2023-12-18T19:39:05.476Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
273 | 2023-12-18T19:39:05.476Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
274 | 2023-12-18T19:39:05.476Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-18T19:39:05.476Z | + TARGET_DIR=out |
276 | 2023-12-18T19:39:05.476Z | + DOWNLOAD_DIR=out/downloads |
277 | 2023-12-18T19:39:05.476Z | + DEST_DIR=./out/cockroachdb |
278 | 2023-12-18T19:39:05.476Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2023-12-18T19:39:05.476Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2023-12-18T19:39:05.476Z | + main |
281 | 2023-12-18T19:39:05.476Z | + [[ 0 != 0 ]] |
282 | 2023-12-18T19:39:05.476Z | + CIDL_OS=solaris2.11 |
283 | 2023-12-18T19:39:05.476Z | + [[ 0 != 0 ]] |
284 | 2023-12-18T19:39:05.476Z | + configure_os solaris2.11 |
285 | 2023-12-18T19:39:05.476Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2023-12-18T19:39:05.476Z | current directory: /work/oxidecomputer/omicron |
287 | 2023-12-18T19:39:05.477Z | configuring based on OS: "solaris2.11" |
288 | 2023-12-18T19:39:05.477Z | + echo 'configuring based on OS: "solaris2.11"' |
289 | 2023-12-18T19:39:05.477Z | + case "$1" in |
290 | 2023-12-18T19:39:05.477Z | + CIDL_BUILD=illumos |
291 | 2023-12-18T19:39:05.478Z | + CIDL_SUFFIX=tar.gz |
292 | 2023-12-18T19:39:05.478Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-12-18T19:39:05.478Z | + CIDL_MD5FUNC=do_md5sum |
294 | 2023-12-18T19:39:05.478Z | + CIDL_URL_BASE=https://illumos.org/downloads |
295 | 2023-12-18T19:39:05.478Z | + CIDL_ASSEMBLE=do_assemble_illumos |
296 | 2023-12-18T19:39:05.478Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
297 | 2023-12-18T19:39:05.478Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-18T19:39:05.479Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-18T19:39:05.479Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
300 | 2023-12-18T19:39:05.479Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-18T19:39:05.479Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-18T19:39:05.479Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2023-12-18T19:39:05.479Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2023-12-18T19:39:05.479Z | + mkdir -p out/downloads |
305 | 2023-12-18T19:39:05.479Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-18T19:39:05.479Z | + mkdir -p ./out/cockroachdb |
307 | 2023-12-18T19:39:05.479Z | + local DO_DOWNLOAD=true |
308 | 2023-12-18T19:39:05.479Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2023-12-18T19:39:05.479Z | + '[' true == true ']' |
310 | 2023-12-18T19:39:05.479Z | + echo Downloading... |
311 | 2023-12-18T19:39:05.480Z | Downloading... |
312 | 2023-12-18T19:39:05.480Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-18T19:39:05.480Z | + 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 |
314 | 2023-12-18T19:39:13.705Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-18T19:39:13.722Z | ++ md5sum |
316 | 2023-12-18T19:39:13.722Z | ++ awk '{print $1}' |
317 | 2023-12-18T19:39:13.899Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
318 | 2023-12-18T19:39:13.899Z | + [[ 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 ]] |
319 | 2023-12-18T19:39:13.899Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-18T19:39:13.905Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2023-12-18T19:39:18.002Z | + do_assemble_illumos |
322 | 2023-12-18T19:39:18.002Z | + rm -r ./out/cockroachdb |
323 | 2023-12-18T19:39:18.019Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2023-12-18T19:39:18.090Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2023-12-18T19:39:18.417Z | Build Tag: v22.1.9-dirty |
326 | 2023-12-18T19:39:18.417Z | Build Time: 2022/10/26 21:17:46 |
327 | 2023-12-18T19:39:18.417Z | Distribution: OSS |
328 | 2023-12-18T19:39:18.418Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2023-12-18T19:39:18.418Z | Go Version: go1.17.13 |
330 | 2023-12-18T19:39:18.418Z | C Compiler: gcc 10.3.0 |
331 | 2023-12-18T19:39:18.418Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2023-12-18T19:39:18.418Z | Build Type: release |
333 | 2023-12-18T19:39:18.443Z | + set -o errexit |
334 | 2023-12-18T19:39:18.447Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2023-12-18T19:39:18.447Z | ++ cd ./tools |
336 | 2023-12-18T19:39:18.447Z | ++ pwd |
337 | 2023-12-18T19:39:18.447Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2023-12-18T19:39:18.451Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2023-12-18T19:39:18.451Z | + ARG0=ci_download_clickhouse |
340 | 2023-12-18T19:39:18.451Z | + TARGET_DIR=out |
341 | 2023-12-18T19:39:18.451Z | + DOWNLOAD_DIR=out/downloads |
342 | 2023-12-18T19:39:18.451Z | + DEST_DIR=./out/clickhouse |
343 | 2023-12-18T19:39:18.452Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2023-12-18T19:39:18.452Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2023-12-18T19:39:18.452Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2023-12-18T19:39:18.452Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2023-12-18T19:39:18.452Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-12-18T19:39:18.452Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2023-12-18T19:39:18.452Z | + main |
350 | 2023-12-18T19:39:18.452Z | + [[ 0 != 0 ]] |
351 | 2023-12-18T19:39:18.452Z | + CIDL_OS=solaris2.11 |
352 | 2023-12-18T19:39:18.453Z | + [[ 0 != 0 ]] |
353 | 2023-12-18T19:39:18.453Z | + configure_os solaris2.11 |
354 | 2023-12-18T19:39:18.453Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2023-12-18T19:39:18.454Z | current directory: /work/oxidecomputer/omicron |
356 | 2023-12-18T19:39:18.454Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2023-12-18T19:39:18.454Z | + CIDL_DASHREV= |
358 | 2023-12-18T19:39:18.454Z | + case "$1" in |
359 | 2023-12-18T19:39:18.454Z | configuring based on OS: "solaris2.11" |
360 | 2023-12-18T19:39:18.454Z | + CIDL_PLATFORM=illumos |
361 | 2023-12-18T19:39:18.454Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-12-18T19:39:18.454Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2023-12-18T19:39:18.454Z | + CIDL_DASHREV=-1 |
364 | 2023-12-18T19:39:18.454Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2023-12-18T19:39:18.454Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-18T19:39:18.454Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-18T19:39:18.454Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-18T19:39:18.454Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-12-18T19:39:18.454Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-18T19:39:18.454Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-18T19:39:18.454Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2023-12-18T19:39:18.454Z | + mkdir -p out/downloads |
373 | 2023-12-18T19:39:18.458Z | + mkdir -p ./out/clickhouse |
374 | 2023-12-18T19:39:18.458Z | + local DO_DOWNLOAD=true |
375 | 2023-12-18T19:39:18.458Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2023-12-18T19:39:18.458Z | + '[' true == true ']' |
377 | 2023-12-18T19:39:18.458Z | + echo Downloading... |
378 | 2023-12-18T19:39:18.458Z | Downloading... |
379 | 2023-12-18T19:39:18.458Z | + 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 |
380 | 2023-12-18T19:39:18.458Z | + 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 |
381 | 2023-12-18T19:39:19.829Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-18T19:39:19.832Z | ++ md5sum |
383 | 2023-12-18T19:39:19.832Z | ++ awk '{print $1}' |
384 | 2023-12-18T19:39:20.091Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2023-12-18T19:39:20.097Z | + [[ 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 ]] |
386 | 2023-12-18T19:39:20.097Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2023-12-18T19:39:20.101Z | + mkdir -p ./out/clickhouse |
388 | 2023-12-18T19:39:20.101Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2023-12-18T19:39:25.206Z | + ./out/clickhouse/clickhouse server --version |
390 | 2023-12-18T19:39:25.224Z | ClickHouse server version 22.8.9.1. |
391 | 2023-12-18T19:39:25.248Z | + set -o errexit |
392 | 2023-12-18T19:39:25.262Z | +++ dirname ./tools/ci_download_console |
393 | 2023-12-18T19:39:25.262Z | ++ cd ./tools |
394 | 2023-12-18T19:39:25.262Z | ++ pwd |
395 | 2023-12-18T19:39:25.263Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-12-18T19:39:25.264Z | ++ basename ./tools/ci_download_console |
397 | 2023-12-18T19:39:25.264Z | + ARG0=ci_download_console |
398 | 2023-12-18T19:39:25.264Z | + TARGET_DIR=out |
399 | 2023-12-18T19:39:25.265Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-12-18T19:39:25.265Z | + DEST_DIR=./out/console-assets |
401 | 2023-12-18T19:39:25.265Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2023-12-18T19:39:25.265Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
403 | 2023-12-18T19:39:25.266Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
404 | 2023-12-18T19:39:25.266Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
405 | 2023-12-18T19:39:25.266Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2023-12-18T19:39:25.266Z | + main |
407 | 2023-12-18T19:39:25.266Z | + [[ 0 != 0 ]] |
408 | 2023-12-18T19:39:25.266Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
409 | 2023-12-18T19:39:25.266Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
410 | 2023-12-18T19:39:25.266Z | + echo 'Local file: out/downloads/console.tar.gz' |
411 | 2023-12-18T19:39:25.267Z | Local file: out/downloads/console.tar.gz |
412 | 2023-12-18T19:39:25.267Z | + local DO_DOWNLOAD=true |
413 | 2023-12-18T19:39:25.267Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2023-12-18T19:39:25.267Z | + mkdir -p out/downloads |
415 | 2023-12-18T19:39:25.267Z | + '[' true == true ']' |
416 | 2023-12-18T19:39:25.268Z | + echo Downloading... |
417 | 2023-12-18T19:39:25.268Z | Downloading... |
418 | 2023-12-18T19:39:25.268Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
419 | 2023-12-18T19:39:25.268Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
420 | 2023-12-18T19:39:25.870Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2023-12-18T19:39:25.870Z | ++ case "$OSTYPE" in |
422 | 2023-12-18T19:39:25.871Z | ++ SHA=sha256sum |
423 | 2023-12-18T19:39:25.875Z | ++ sha256sum |
424 | 2023-12-18T19:39:25.875Z | ++ awk '{print $1}' |
425 | 2023-12-18T19:39:25.895Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
426 | 2023-12-18T19:39:25.895Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
427 | 2023-12-18T19:39:25.899Z | + rm -rf ./out/console-assets |
428 | 2023-12-18T19:39:25.899Z | + mkdir -p ./out/console-assets |
429 | 2023-12-18T19:39:25.904Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2023-12-18T19:39:25.904Z | + mkdir -p ./out/console-assets |
431 | 2023-12-18T19:39:25.904Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2023-12-18T19:39:26.075Z | + set -o errexit |
433 | 2023-12-18T19:39:26.105Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2023-12-18T19:39:26.106Z | ++ cd ./tools |
435 | 2023-12-18T19:39:26.106Z | ++ pwd |
436 | 2023-12-18T19:39:26.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-12-18T19:39:26.106Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2023-12-18T19:39:26.106Z | + ARG0=ci_download_maghemite_openapi |
439 | 2023-12-18T19:39:26.107Z | + TARGET_DIR=out |
440 | 2023-12-18T19:39:26.107Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-12-18T19:39:26.107Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2023-12-18T19:39:26.107Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2023-12-18T19:39:26.107Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-12-18T19:39:26.107Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
445 | 2023-12-18T19:39:26.107Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2023-12-18T19:39:26.107Z | + main |
447 | 2023-12-18T19:39:26.107Z | + [[ 0 != 0 ]] |
448 | 2023-12-18T19:39:26.107Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
449 | 2023-12-18T19:39:26.108Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
450 | 2023-12-18T19:39:26.108Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
451 | 2023-12-18T19:39:26.108Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-18T19:39:26.108Z | + local DO_DOWNLOAD=true |
453 | 2023-12-18T19:39:26.108Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
454 | 2023-12-18T19:39:26.108Z | + mkdir -p out/downloads |
455 | 2023-12-18T19:39:26.110Z | + '[' true == true ']' |
456 | 2023-12-18T19:39:26.110Z | + echo Downloading... |
457 | 2023-12-18T19:39:26.110Z | Downloading... |
458 | 2023-12-18T19:39:26.110Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-18T19:39:26.110Z | + 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 |
460 | 2023-12-18T19:39:26.270Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2023-12-18T19:39:26.273Z | ++ case "$OSTYPE" in |
462 | 2023-12-18T19:39:26.273Z | ++ SHA=sha256sum |
463 | 2023-12-18T19:39:26.273Z | ++ sha256sum |
464 | 2023-12-18T19:39:26.273Z | ++ awk '{print $1}' |
465 | 2023-12-18T19:39:26.277Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
466 | 2023-12-18T19:39:26.277Z | + [[ 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 ]] |
467 | 2023-12-18T19:39:26.277Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2023-12-18T19:39:26.278Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
469 | 2023-12-18T19:39:26.278Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
470 | 2023-12-18T19:39:26.278Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
471 | 2023-12-18T19:39:26.278Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-18T19:39:26.278Z | + main |
473 | 2023-12-18T19:39:26.278Z | + [[ 0 != 0 ]] |
474 | 2023-12-18T19:39:26.278Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
475 | 2023-12-18T19:39:26.278Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
476 | 2023-12-18T19:39:26.278Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
477 | 2023-12-18T19:39:26.278Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2023-12-18T19:39:26.278Z | + local DO_DOWNLOAD=true |
479 | 2023-12-18T19:39:26.278Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
480 | 2023-12-18T19:39:26.278Z | + mkdir -p out/downloads |
481 | 2023-12-18T19:39:26.279Z | + '[' true == true ']' |
482 | 2023-12-18T19:39:26.279Z | + echo Downloading... |
483 | 2023-12-18T19:39:26.279Z | Downloading... |
484 | 2023-12-18T19:39:26.279Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
485 | 2023-12-18T19:39:26.279Z | + 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 |
486 | 2023-12-18T19:39:26.459Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
487 | 2023-12-18T19:39:26.466Z | ++ case "$OSTYPE" in |
488 | 2023-12-18T19:39:26.466Z | ++ SHA=sha256sum |
489 | 2023-12-18T19:39:26.469Z | ++ sha256sum |
490 | 2023-12-18T19:39:26.469Z | ++ awk '{print $1}' |
491 | 2023-12-18T19:39:26.469Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
492 | 2023-12-18T19:39:26.470Z | + [[ 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 ]] |
493 | 2023-12-18T19:39:26.478Z | + set -o errexit |
494 | 2023-12-18T19:39:26.486Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2023-12-18T19:39:26.487Z | ++ cd ./tools |
496 | 2023-12-18T19:39:26.487Z | ++ pwd |
497 | 2023-12-18T19:39:26.487Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2023-12-18T19:39:26.487Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2023-12-18T19:39:26.487Z | + ARG0=ci_download_dendrite_openapi |
500 | 2023-12-18T19:39:26.487Z | + TARGET_DIR=out |
501 | 2023-12-18T19:39:26.488Z | + DOWNLOAD_DIR=out/downloads |
502 | 2023-12-18T19:39:26.488Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2023-12-18T19:39:26.488Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
504 | 2023-12-18T19:39:26.488Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-12-18T19:39:26.488Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
506 | 2023-12-18T19:39:26.488Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
507 | 2023-12-18T19:39:26.488Z | + main |
508 | 2023-12-18T19:39:26.488Z | + [[ 0 != 0 ]] |
509 | 2023-12-18T19:39:26.489Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
510 | 2023-12-18T19:39:26.489Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
511 | 2023-12-18T19:39:26.489Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
512 | 2023-12-18T19:39:26.489Z | + local DO_DOWNLOAD=true |
513 | 2023-12-18T19:39:26.490Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
514 | 2023-12-18T19:39:26.490Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
515 | 2023-12-18T19:39:26.491Z | + mkdir -p out/downloads |
516 | 2023-12-18T19:39:26.498Z | + '[' true == true ']' |
517 | 2023-12-18T19:39:26.499Z | Downloading... |
518 | 2023-12-18T19:39:26.499Z | + echo Downloading... |
519 | 2023-12-18T19:39:26.499Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
520 | 2023-12-18T19:39:26.499Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
521 | 2023-12-18T19:39:26.698Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
522 | 2023-12-18T19:39:26.703Z | ++ case "$OSTYPE" in |
523 | 2023-12-18T19:39:26.703Z | ++ SHA=sha256sum |
524 | 2023-12-18T19:39:26.703Z | ++ sha256sum |
525 | 2023-12-18T19:39:26.703Z | ++ awk '{print $1}' |
526 | 2023-12-18T19:39:26.708Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
527 | 2023-12-18T19:39:26.708Z | + [[ 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 ]] |
528 | 2023-12-18T19:39:26.719Z | + set -o errexit |
529 | 2023-12-18T19:39:26.726Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2023-12-18T19:39:26.727Z | ++ cd ./tools |
531 | 2023-12-18T19:39:26.727Z | ++ pwd |
532 | 2023-12-18T19:39:26.727Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2023-12-18T19:39:26.727Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2023-12-18T19:39:26.727Z | + ARG0=ci_download_dendrite_stub |
535 | 2023-12-18T19:39:26.727Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2023-12-18T19:39:26.727Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
537 | 2023-12-18T19:39:26.727Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
538 | 2023-12-18T19:39:26.728Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
539 | 2023-12-18T19:39:26.728Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2023-12-18T19:39:26.728Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
541 | 2023-12-18T19:39:26.728Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
542 | 2023-12-18T19:39:26.728Z | + TARGET_DIR=out |
543 | 2023-12-18T19:39:26.728Z | + DOWNLOAD_DIR=out/downloads |
544 | 2023-12-18T19:39:26.728Z | + DEST_DIR=./out/dendrite-stub |
545 | 2023-12-18T19:39:26.728Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2023-12-18T19:39:26.728Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-12-18T19:39:26.729Z | + REPO=oxidecomputer/dendrite |
548 | 2023-12-18T19:39:26.729Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
549 | 2023-12-18T19:39:26.730Z | + main |
550 | 2023-12-18T19:39:26.730Z | + [[ 0 != 0 ]] |
551 | 2023-12-18T19:39:26.730Z | + CIDL_OS=solaris2.11 |
552 | 2023-12-18T19:39:26.730Z | + [[ 0 != 0 ]] |
553 | 2023-12-18T19:39:26.730Z | + configure_os solaris2.11 |
554 | 2023-12-18T19:39:26.730Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-12-18T19:39:26.731Z | current directory: /work/oxidecomputer/omicron |
556 | 2023-12-18T19:39:26.731Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-12-18T19:39:26.731Z | configuring based on OS: "solaris2.11" |
558 | 2023-12-18T19:39:26.731Z | + case "$1" in |
559 | 2023-12-18T19:39:26.731Z | + SET_BINARIES= |
560 | 2023-12-18T19:39:26.731Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
561 | 2023-12-18T19:39:26.731Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2023-12-18T19:39:26.731Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2023-12-18T19:39:26.731Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
564 | 2023-12-18T19:39:26.731Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-18T19:39:26.731Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
566 | 2023-12-18T19:39:26.731Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
567 | 2023-12-18T19:39:26.732Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
568 | 2023-12-18T19:39:26.732Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-18T19:39:26.732Z | + mkdir -p out/downloads |
570 | 2023-12-18T19:39:26.743Z | + mkdir -p ./out/dendrite-stub |
571 | 2023-12-18T19:39:26.744Z | + fetch_and_verify |
572 | 2023-12-18T19:39:26.744Z | + local DO_DOWNLOAD=true |
573 | 2023-12-18T19:39:26.744Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2023-12-18T19:39:26.745Z | + '[' true == true ']' |
575 | 2023-12-18T19:39:26.746Z | + echo Downloading... |
576 | 2023-12-18T19:39:26.746Z | Downloading... |
577 | 2023-12-18T19:39:26.746Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-18T19:39:26.746Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
579 | 2023-12-18T19:39:37.428Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2023-12-18T19:39:37.432Z | ++ sha256sum |
581 | 2023-12-18T19:39:37.432Z | ++ awk '{print $1}' |
582 | 2023-12-18T19:39:37.534Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
583 | 2023-12-18T19:39:37.534Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
584 | 2023-12-18T19:39:37.537Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-18T19:39:37.537Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2023-12-18T19:39:38.706Z | + do_assemble |
587 | 2023-12-18T19:39:38.706Z | + rm -r ./out/dendrite-stub |
588 | 2023-12-18T19:39:38.709Z | + mkdir ./out/dendrite-stub |
589 | 2023-12-18T19:39:38.713Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2023-12-18T19:39:38.888Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2023-12-18T19:39:38.901Z | + set -o errexit |
592 | 2023-12-18T19:39:38.905Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2023-12-18T19:39:38.906Z | ++ cd ./tools |
594 | 2023-12-18T19:39:38.906Z | ++ pwd |
595 | 2023-12-18T19:39:38.911Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2023-12-18T19:39:38.911Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2023-12-18T19:39:38.911Z | + ARG0=ci_download_maghemite_mgd |
598 | 2023-12-18T19:39:38.911Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2023-12-18T19:39:38.911Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
600 | 2023-12-18T19:39:38.911Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
601 | 2023-12-18T19:39:38.912Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2023-12-18T19:39:38.912Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
603 | 2023-12-18T19:39:38.912Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
604 | 2023-12-18T19:39:38.912Z | + TARGET_DIR=out |
605 | 2023-12-18T19:39:38.912Z | + DOWNLOAD_DIR=out/downloads |
606 | 2023-12-18T19:39:38.912Z | + DEST_DIR=./out/mgd |
607 | 2023-12-18T19:39:38.912Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2023-12-18T19:39:38.912Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2023-12-18T19:39:38.912Z | + REPO=oxidecomputer/maghemite |
610 | 2023-12-18T19:39:38.913Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
611 | 2023-12-18T19:39:38.913Z | + main |
612 | 2023-12-18T19:39:38.913Z | + [[ 0 != 0 ]] |
613 | 2023-12-18T19:39:38.913Z | + CIDL_OS=solaris2.11 |
614 | 2023-12-18T19:39:38.913Z | + [[ 0 != 0 ]] |
615 | 2023-12-18T19:39:38.913Z | + configure_os solaris2.11 |
616 | 2023-12-18T19:39:38.913Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2023-12-18T19:39:38.913Z | current directory: /work/oxidecomputer/omicron |
618 | 2023-12-18T19:39:38.913Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2023-12-18T19:39:38.913Z | + case "$1" in |
620 | 2023-12-18T19:39:38.913Z | + SET_BINARIES= |
621 | 2023-12-18T19:39:38.914Z | configuring based on OS: "solaris2.11" |
622 | 2023-12-18T19:39:38.914Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2023-12-18T19:39:38.914Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2023-12-18T19:39:38.914Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
625 | 2023-12-18T19:39:38.914Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2023-12-18T19:39:38.914Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
627 | 2023-12-18T19:39:38.914Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
628 | 2023-12-18T19:39:38.914Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2023-12-18T19:39:38.915Z | + mkdir -p out/downloads |
630 | 2023-12-18T19:39:38.915Z | Local file: out/downloads/mgd.tar.gz |
631 | 2023-12-18T19:39:38.930Z | + mkdir -p ./out/mgd |
632 | 2023-12-18T19:39:38.930Z | + fetch_and_verify |
633 | 2023-12-18T19:39:38.930Z | + local DO_DOWNLOAD=true |
634 | 2023-12-18T19:39:38.930Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2023-12-18T19:39:38.931Z | + '[' true == true ']' |
636 | 2023-12-18T19:39:38.931Z | Downloading... |
637 | 2023-12-18T19:39:38.931Z | + echo Downloading... |
638 | 2023-12-18T19:39:38.931Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2023-12-18T19:39:38.931Z | + 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 |
640 | 2023-12-18T19:39:47.609Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2023-12-18T19:39:47.612Z | ++ sha256sum |
642 | 2023-12-18T19:39:47.612Z | ++ awk '{print $1}' |
643 | 2023-12-18T19:39:47.685Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
644 | 2023-12-18T19:39:47.685Z | + [[ 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 ]] |
645 | 2023-12-18T19:39:47.689Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2023-12-18T19:39:47.689Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2023-12-18T19:39:48.382Z | + do_assemble |
648 | 2023-12-18T19:39:48.383Z | + rm -r ./out/mgd |
649 | 2023-12-18T19:39:48.390Z | + mkdir ./out/mgd |
650 | 2023-12-18T19:39:48.390Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2023-12-18T19:39:48.601Z | + set -o errexit |
652 | 2023-12-18T19:39:48.605Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2023-12-18T19:39:48.609Z | ++ cd ./tools |
654 | 2023-12-18T19:39:48.609Z | ++ pwd |
655 | 2023-12-18T19:39:48.609Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2023-12-18T19:39:48.609Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2023-12-18T19:39:48.613Z | + ARG0=ci_download_transceiver_control |
658 | 2023-12-18T19:39:48.613Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2023-12-18T19:39:48.614Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2023-12-18T19:39:48.614Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-18T19:39:48.614Z | + TARGET_DIR=out |
662 | 2023-12-18T19:39:48.614Z | + DOWNLOAD_DIR=out/downloads |
663 | 2023-12-18T19:39:48.614Z | + DEST_DIR=./out/transceiver-control |
664 | 2023-12-18T19:39:48.614Z | + BIN_DIR=/opt/oxide/bin |
665 | 2023-12-18T19:39:48.614Z | + BINARY=xcvradm |
666 | 2023-12-18T19:39:48.614Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2023-12-18T19:39:48.615Z | + REPO=oxidecomputer/transceiver-control |
668 | 2023-12-18T19:39:48.615Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2023-12-18T19:39:48.615Z | + main |
670 | 2023-12-18T19:39:48.615Z | + [[ 0 != 0 ]] |
671 | 2023-12-18T19:39:48.615Z | + CIDL_OS=solaris2.11 |
672 | 2023-12-18T19:39:48.615Z | + [[ 0 != 0 ]] |
673 | 2023-12-18T19:39:48.615Z | + configure_os solaris2.11 |
674 | 2023-12-18T19:39:48.615Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2023-12-18T19:39:48.615Z | current directory: /work/oxidecomputer/omicron |
676 | 2023-12-18T19:39:48.616Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2023-12-18T19:39:48.616Z | + case "$1" in |
678 | 2023-12-18T19:39:48.616Z | configuring based on OS: "solaris2.11" |
679 | 2023-12-18T19:39:48.616Z | + SET_BINARIES= |
680 | 2023-12-18T19:39:48.616Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-12-18T19:39:48.616Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2023-12-18T19:39:48.616Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2023-12-18T19:39:48.616Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2023-12-18T19:39:48.616Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2023-12-18T19:39:48.616Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2023-12-18T19:39:48.618Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2023-12-18T19:39:48.618Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2023-12-18T19:39:48.618Z | + mkdir -p out/downloads |
689 | 2023-12-18T19:39:48.618Z | Local file: out/downloads/xcvradm.gz |
690 | 2023-12-18T19:39:48.622Z | + mkdir -p ./out/transceiver-control |
691 | 2023-12-18T19:39:48.622Z | + fetch_and_verify |
692 | 2023-12-18T19:39:48.622Z | + local DO_DOWNLOAD=true |
693 | 2023-12-18T19:39:48.623Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2023-12-18T19:39:48.623Z | + '[' true == true ']' |
695 | 2023-12-18T19:39:48.623Z | + echo Downloading... |
696 | 2023-12-18T19:39:48.623Z | Downloading... |
697 | 2023-12-18T19:39:48.623Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2023-12-18T19:39:48.623Z | + 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 |
699 | 2023-12-18T19:39:52.058Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2023-12-18T19:39:52.062Z | ++ sha256sum |
701 | 2023-12-18T19:39:52.062Z | ++ awk '{print $1}' |
702 | 2023-12-18T19:39:52.083Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2023-12-18T19:39:52.083Z | + [[ 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 ]] |
704 | 2023-12-18T19:39:52.088Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2023-12-18T19:39:52.088Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2023-12-18T19:39:52.089Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2023-12-18T19:39:52.274Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2023-12-18T19:39:52.285Z | + do_assemble |
709 | 2023-12-18T19:39:52.285Z | + rm -r ./out/transceiver-control |
710 | 2023-12-18T19:39:52.285Z | + mkdir ./out/transceiver-control |
711 | 2023-12-18T19:39:52.285Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2023-12-18T19:39:52.536Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2023-12-18T19:39:52.540Z | |
714 | 2023-12-18T19:39:52.540Z | real 2:15.772560195 |
715 | 2023-12-18T19:39:52.540Z | user 55.645016375 |
716 | 2023-12-18T19:39:52.540Z | sys 11.053033271 |
717 | 2023-12-18T19:39:52.540Z | trap 0.022904238 |
718 | 2023-12-18T19:39:52.540Z | tflt 0.132129310 |
719 | 2023-12-18T19:39:52.540Z | dflt 0.637511621 |
720 | 2023-12-18T19:39:52.540Z | kflt 0.123150151 |
721 | 2023-12-18T19:39:52.540Z | lock 2.170256444 |
722 | 2023-12-18T19:39:52.540Z | slp 4:19.608946333 |
723 | 2023-12-18T19:39:52.540Z | lat 4.325618013 |
724 | 2023-12-18T19:39:52.540Z | stop 0.079299279 |
725 | 2023-12-18T19:39:52.541Z | |
726 | 2023-12-18T19:39:52.541Z | #### # # ##### ##### # # |
727 | 2023-12-18T19:39:52.541Z | # # # # # # # # # # |
728 | 2023-12-18T19:39:52.541Z | # # # # # # # # |
729 | 2023-12-18T19:39:52.541Z | # # # ##### ##### # |
730 | 2023-12-18T19:39:52.541Z | # # # # # # # |
731 | 2023-12-18T19:39:52.541Z | #### ###### # # # # |
732 | 2023-12-18T19:39:52.541Z | |
733 | 2023-12-18T19:39:52.883Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2023-12-18T19:39:53.255Z | Updating crates.io index |
735 | 2023-12-18T19:39:53.260Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
736 | 2023-12-18T19:39:54.124Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2023-12-18T19:39:56.093Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2023-12-18T19:39:56.717Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2023-12-18T19:39:57.050Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2023-12-18T19:39:57.357Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2023-12-18T19:39:57.601Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2023-12-18T19:39:58.876Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2023-12-18T19:40:01.296Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2023-12-18T19:40:02.310Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2023-12-18T19:40:02.679Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2023-12-18T19:40:03.707Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2023-12-18T19:40:04.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
748 | 2023-12-18T19:40:04.408Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
749 | 2023-12-18T19:40:05.197Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
750 | 2023-12-18T19:40:05.204Z | Updating git repository `https://github.com/njaremko/samael` |
751 | 2023-12-18T19:40:05.976Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
752 | 2023-12-18T19:40:06.258Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
753 | 2023-12-18T19:40:06.651Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
754 | 2023-12-18T19:40:06.980Z | Updating git repository `https://github.com/jgallagher/nix` |
755 | 2023-12-18T19:40:08.254Z | Updating git repository `https://github.com/cbiffle/hubpack` |
756 | 2023-12-18T19:40:08.724Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2023-12-18T19:40:23.491Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
758 | 2023-12-18T19:40:23.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
759 | 2023-12-18T19:40:23.491Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
760 | 2023-12-18T19:40:23.491Z | Downloading crates ... |
761 | 2023-12-18T19:40:24.528Z | Downloaded bitflags v1.3.2 |
762 | 2023-12-18T19:40:24.528Z | Downloaded cargo_metadata v0.18.1 |
763 | 2023-12-18T19:40:24.528Z | Downloaded anstyle-query v1.0.0 |
764 | 2023-12-18T19:40:24.528Z | Downloaded colorchoice v1.0.0 |
765 | 2023-12-18T19:40:24.528Z | Downloaded equivalent v1.0.1 |
766 | 2023-12-18T19:40:24.528Z | Downloaded serde_spanned v0.6.4 |
767 | 2023-12-18T19:40:24.528Z | Downloaded cargo_toml v0.17.0 |
768 | 2023-12-18T19:40:24.530Z | Downloaded errno v0.3.2 |
769 | 2023-12-18T19:40:24.530Z | Downloaded strsim v0.10.0 |
770 | 2023-12-18T19:40:24.530Z | Downloaded heck v0.4.1 |
771 | 2023-12-18T19:40:24.530Z | Downloaded utf8parse v0.2.1 |
772 | 2023-12-18T19:40:24.530Z | Downloaded anstream v0.5.0 |
773 | 2023-12-18T19:40:24.530Z | Downloaded itoa v1.0.9 |
774 | 2023-12-18T19:40:24.530Z | Downloaded quote v1.0.33 |
775 | 2023-12-18T19:40:24.530Z | Downloaded clap_lex v0.5.1 |
776 | 2023-12-18T19:40:24.530Z | Downloaded terminal_size v0.2.6 |
777 | 2023-12-18T19:40:24.531Z | Downloaded io-lifetimes v1.0.11 |
778 | 2023-12-18T19:40:24.531Z | Downloaded clap_derive v4.4.2 |
779 | 2023-12-18T19:40:24.531Z | Downloaded serde v1.0.193 |
780 | 2023-12-18T19:40:24.531Z | Downloaded anstyle-parse v0.2.1 |
781 | 2023-12-18T19:40:24.531Z | Downloaded serde_derive v1.0.193 |
782 | 2023-12-18T19:40:24.531Z | Downloaded clap v4.4.3 |
783 | 2023-12-18T19:40:24.531Z | Downloaded indexmap v2.1.0 |
784 | 2023-12-18T19:40:24.531Z | Downloaded ryu v1.0.15 |
785 | 2023-12-18T19:40:24.531Z | Downloaded semver v1.0.20 |
786 | 2023-12-18T19:40:24.531Z | Downloaded toml v0.8.8 |
787 | 2023-12-18T19:40:24.531Z | Downloaded memchr v2.6.3 |
788 | 2023-12-18T19:40:24.531Z | Downloaded toml_edit v0.21.0 |
789 | 2023-12-18T19:40:24.531Z | Downloaded serde_json v1.0.108 |
790 | 2023-12-18T19:40:24.531Z | Downloaded winnow v0.5.15 |
791 | 2023-12-18T19:40:24.531Z | Downloaded syn v2.0.32 |
792 | 2023-12-18T19:40:24.531Z | Downloaded rustix v0.37.23 |
793 | 2023-12-18T19:40:24.532Z | Downloaded libc v0.2.151 |
794 | 2023-12-18T19:40:24.532Z | Downloaded clap_builder v4.4.2 |
795 | 2023-12-18T19:40:24.532Z | Downloaded hashbrown v0.14.2 |
796 | 2023-12-18T19:40:24.532Z | Downloaded unicode-ident v1.0.12 |
797 | 2023-12-18T19:40:24.532Z | Downloaded camino v1.1.6 |
798 | 2023-12-18T19:40:24.532Z | Downloaded thiserror v1.0.49 |
799 | 2023-12-18T19:40:24.532Z | Downloaded proc-macro2 v1.0.69 |
800 | 2023-12-18T19:40:24.532Z | Downloaded anyhow v1.0.75 |
801 | 2023-12-18T19:40:24.532Z | Downloaded toml_datetime v0.6.5 |
802 | 2023-12-18T19:40:24.532Z | Downloaded thiserror-impl v1.0.49 |
803 | 2023-12-18T19:40:24.532Z | Downloaded cargo-platform v0.1.3 |
804 | 2023-12-18T19:40:24.532Z | Downloaded anstyle v1.0.2 |
805 | 2023-12-18T19:40:24.534Z | Compiling proc-macro2 v1.0.69 |
806 | 2023-12-18T19:40:24.534Z | Compiling unicode-ident v1.0.12 |
807 | 2023-12-18T19:40:24.535Z | Compiling serde v1.0.193 |
808 | 2023-12-18T19:40:24.535Z | Compiling libc v0.2.151 |
809 | 2023-12-18T19:40:24.535Z | Compiling io-lifetimes v1.0.11 |
810 | 2023-12-18T19:40:24.535Z | Compiling rustix v0.37.23 |
811 | 2023-12-18T19:40:24.535Z | Compiling hashbrown v0.14.2 |
812 | 2023-12-18T19:40:24.535Z | Compiling utf8parse v0.2.1 |
813 | 2023-12-18T19:40:24.535Z | Compiling bitflags v1.3.2 |
814 | 2023-12-18T19:40:24.535Z | Compiling equivalent v1.0.1 |
815 | 2023-12-18T19:40:24.535Z | Compiling anstyle-parse v0.2.1 |
816 | 2023-12-18T19:40:24.535Z | Compiling camino v1.1.6 |
817 | 2023-12-18T19:40:24.535Z | Compiling semver v1.0.20 |
818 | 2023-12-18T19:40:24.535Z | Compiling indexmap v2.1.0 |
819 | 2023-12-18T19:40:24.535Z | Compiling anstyle v1.0.2 |
820 | 2023-12-18T19:40:24.535Z | Compiling serde_json v1.0.108 |
821 | 2023-12-18T19:40:24.535Z | Compiling winnow v0.5.15 |
822 | 2023-12-18T19:40:24.535Z | Compiling anstyle-query v1.0.0 |
823 | 2023-12-18T19:40:24.535Z | Compiling thiserror v1.0.49 |
824 | 2023-12-18T19:40:24.535Z | Compiling colorchoice v1.0.0 |
825 | 2023-12-18T19:40:24.535Z | Compiling anstream v0.5.0 |
826 | 2023-12-18T19:40:24.535Z | Compiling itoa v1.0.9 |
827 | 2023-12-18T19:40:24.535Z | Compiling ryu v1.0.15 |
828 | 2023-12-18T19:40:24.535Z | Compiling anyhow v1.0.75 |
829 | 2023-12-18T19:40:24.535Z | Compiling heck v0.4.1 |
830 | 2023-12-18T19:40:24.535Z | Compiling strsim v0.10.0 |
831 | 2023-12-18T19:40:24.536Z | Compiling quote v1.0.33 |
832 | 2023-12-18T19:40:24.536Z | Compiling clap_lex v0.5.1 |
833 | 2023-12-18T19:40:24.536Z | Compiling syn v2.0.32 |
834 | 2023-12-18T19:40:24.553Z | Compiling errno v0.3.2 |
835 | 2023-12-18T19:40:24.553Z | Compiling terminal_size v0.2.6 |
836 | 2023-12-18T19:40:24.553Z | Compiling clap_builder v4.4.2 |
837 | 2023-12-18T19:40:25.767Z | Compiling serde_derive v1.0.193 |
838 | 2023-12-18T19:40:25.819Z | Compiling thiserror-impl v1.0.49 |
839 | 2023-12-18T19:40:25.821Z | Compiling clap_derive v4.4.2 |
840 | 2023-12-18T19:40:30.476Z | Compiling clap v4.4.3 |
841 | 2023-12-18T19:40:38.752Z | Compiling toml_datetime v0.6.5 |
842 | 2023-12-18T19:40:38.755Z | Compiling serde_spanned v0.6.4 |
843 | 2023-12-18T19:40:38.755Z | Compiling cargo-platform v0.1.3 |
844 | 2023-12-18T19:40:39.162Z | Compiling toml_edit v0.21.0 |
845 | 2023-12-18T19:40:40.663Z | Compiling cargo_metadata v0.18.1 |
846 | 2023-12-18T19:40:42.226Z | Compiling toml v0.8.8 |
847 | 2023-12-18T19:40:43.177Z | Compiling cargo_toml v0.17.0 |
848 | 2023-12-18T19:40:49.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
849 | 2023-12-18T19:40:50.472Z | Finished dev [unoptimized + debuginfo] target(s) in 57.85s |
850 | 2023-12-18T19:40:50.677Z | Running `target/debug/xtask clippy` |
851 | 2023-12-18T19:40:50.731Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
852 | 2023-12-18T19:40:51.547Z | Downloading crates ... |
853 | 2023-12-18T19:40:51.808Z | Downloaded ipnet v2.8.0 |
854 | 2023-12-18T19:40:51.815Z | Downloaded is_ci v1.1.1 |
855 | 2023-12-18T19:40:51.820Z | Downloaded maplit v1.0.2 |
856 | 2023-12-18T19:40:51.824Z | Downloaded lock_api v0.4.10 |
857 | 2023-12-18T19:40:51.828Z | Downloaded bytes v1.5.0 |
858 | 2023-12-18T19:40:51.841Z | Downloaded cpufeatures v0.2.9 |
859 | 2023-12-18T19:40:51.852Z | Downloaded crossbeam-utils v0.8.16 |
860 | 2023-12-18T19:40:51.932Z | Downloaded cassowary v0.3.0 |
861 | 2023-12-18T19:40:51.939Z | Downloaded nested v0.1.1 |
862 | 2023-12-18T19:40:51.939Z | Downloaded matches v0.1.10 |
863 | 2023-12-18T19:40:51.939Z | Downloaded maybe-uninit v2.0.0 |
864 | 2023-12-18T19:40:51.939Z | Downloaded mime v0.3.17 |
865 | 2023-12-18T19:40:51.939Z | Downloaded constant_time_eq v0.2.6 |
866 | 2023-12-18T19:40:51.939Z | Downloaded ident_case v1.0.1 |
867 | 2023-12-18T19:40:51.939Z | Downloaded hyper-tls v0.5.0 |
868 | 2023-12-18T19:40:51.939Z | Downloaded num_threads v0.1.6 |
869 | 2023-12-18T19:40:51.939Z | Downloaded memoffset v0.9.0 |
870 | 2023-12-18T19:40:51.942Z | Downloaded opaque-debug v0.3.0 |
871 | 2023-12-18T19:40:51.946Z | Downloaded hubpack v0.1.2 |
872 | 2023-12-18T19:40:51.949Z | Downloaded openssl-probe v0.1.5 |
873 | 2023-12-18T19:40:51.952Z | Downloaded arrayvec v0.7.4 |
874 | 2023-12-18T19:40:51.957Z | Downloaded num_enum_derive v0.5.11 |
875 | 2023-12-18T19:40:51.961Z | Downloaded num_cpus v1.16.0 |
876 | 2023-12-18T19:40:51.970Z | Downloaded linked-hash-map v0.5.6 |
877 | 2023-12-18T19:40:51.973Z | Downloaded newtype_derive v0.1.6 |
878 | 2023-12-18T19:40:51.977Z | Downloaded impl-trait-for-tuples v0.2.2 |
879 | 2023-12-18T19:40:51.985Z | Downloaded tower-service v0.3.2 |
880 | 2023-12-18T19:40:51.989Z | Downloaded crc-any v2.4.3 |
881 | 2023-12-18T19:40:51.993Z | Downloaded olpc-cjson v0.1.3 |
882 | 2023-12-18T19:40:51.998Z | Downloaded waitgroup v0.1.2 |
883 | 2023-12-18T19:40:52.001Z | Downloaded bzip2 v0.4.4 |
884 | 2023-12-18T19:40:52.010Z | Downloaded num-rational v0.4.1 |
885 | 2023-12-18T19:40:52.020Z | Downloaded plotters-svg v0.3.5 |
886 | 2023-12-18T19:40:52.028Z | Downloaded cookie v0.18.0 |
887 | 2023-12-18T19:40:52.028Z | Downloaded tempdir v0.3.7 |
888 | 2023-12-18T19:40:52.028Z | Downloaded peeking_take_while v0.1.2 |
889 | 2023-12-18T19:40:52.034Z | Downloaded form_urlencoded v1.2.1 |
890 | 2023-12-18T19:40:52.034Z | Downloaded omicron-zone-package v0.9.1 |
891 | 2023-12-18T19:40:52.039Z | Downloaded thread-id v4.2.0 |
892 | 2023-12-18T19:40:52.039Z | Downloaded serde-big-array v0.5.1 |
893 | 2023-12-18T19:40:52.042Z | Downloaded wait-timeout v0.2.0 |
894 | 2023-12-18T19:40:52.056Z | Downloaded fs-err v2.11.0 |
895 | 2023-12-18T19:40:52.062Z | Downloaded cancel-safe-futures v0.1.5 |
896 | 2023-12-18T19:40:52.062Z | Downloaded unarray v0.1.4 |
897 | 2023-12-18T19:40:52.062Z | Downloaded serde_plain v1.0.2 |
898 | 2023-12-18T19:40:52.071Z | Downloaded blake2 v0.10.6 |
899 | 2023-12-18T19:40:52.071Z | Downloaded toolchain_find v0.2.0 |
900 | 2023-12-18T19:40:52.487Z | Downloaded difflib v0.4.0 |
901 | 2023-12-18T19:40:52.487Z | Downloaded plotters-backend v0.3.5 |
902 | 2023-12-18T19:40:52.487Z | Downloaded foreign-types-macros v0.2.3 |
903 | 2023-12-18T19:40:52.487Z | Downloaded foreign-types v0.3.2 |
904 | 2023-12-18T19:40:52.487Z | Downloaded target-spec v3.0.1 |
905 | 2023-12-18T19:40:52.488Z | Downloaded thiserror-no-std v2.0.2 |
906 | 2023-12-18T19:40:52.488Z | Downloaded http-range v0.1.5 |
907 | 2023-12-18T19:40:52.488Z | Downloaded rand_core v0.6.4 |
908 | 2023-12-18T19:40:52.488Z | Downloaded radium v0.7.0 |
909 | 2023-12-18T19:40:52.488Z | Downloaded serde_path_to_error v0.1.14 |
910 | 2023-12-18T19:40:52.488Z | Downloaded typenum v1.16.0 |
911 | 2023-12-18T19:40:52.488Z | Downloaded percent-encoding v2.3.1 |
912 | 2023-12-18T19:40:52.488Z | Downloaded parse-display v0.8.2 |
913 | 2023-12-18T19:40:52.488Z | Downloaded curve25519-dalek v4.1.1 |
914 | 2023-12-18T19:40:52.488Z | Downloaded try-lock v0.2.4 |
915 | 2023-12-18T19:40:52.488Z | Downloaded oso-derive v0.27.0 |
916 | 2023-12-18T19:40:52.488Z | Downloaded flagset v0.4.3 |
917 | 2023-12-18T19:40:52.488Z | Downloaded pin-project-internal v1.1.3 |
918 | 2023-12-18T19:40:52.488Z | Downloaded time-core v0.1.1 |
919 | 2023-12-18T19:40:52.488Z | Downloaded filetime v0.2.23 |
920 | 2023-12-18T19:40:52.488Z | Downloaded pretty-hex v0.2.1 |
921 | 2023-12-18T19:40:52.488Z | Downloaded tokio-macros v2.2.0 |
922 | 2023-12-18T19:40:52.488Z | Downloaded fnv v1.0.7 |
923 | 2023-12-18T19:40:52.488Z | Downloaded headers-core v0.2.0 |
924 | 2023-12-18T19:40:52.488Z | Downloaded wyz v0.5.1 |
925 | 2023-12-18T19:40:52.489Z | Downloaded ena v0.14.2 |
926 | 2023-12-18T19:40:52.489Z | Downloaded slog-json v2.6.1 |
927 | 2023-12-18T19:40:52.489Z | Downloaded normalize-line-endings v0.3.0 |
928 | 2023-12-18T19:40:52.489Z | Downloaded http-body v0.4.5 |
929 | 2023-12-18T19:40:52.489Z | Downloaded strsim v0.8.0 |
930 | 2023-12-18T19:40:52.489Z | Downloaded derive_builder_macro v0.12.0 |
931 | 2023-12-18T19:40:52.491Z | Downloaded num-traits v0.2.16 |
932 | 2023-12-18T19:40:52.491Z | Downloaded signal-hook-mio v0.2.3 |
933 | 2023-12-18T19:40:52.491Z | Downloaded packed_struct_codegen v0.10.1 |
934 | 2023-12-18T19:40:52.491Z | Downloaded take_mut v0.2.2 |
935 | 2023-12-18T19:40:52.491Z | Downloaded diff v0.1.13 |
936 | 2023-12-18T19:40:52.491Z | Downloaded slog-dtrace v0.2.3 |
937 | 2023-12-18T19:40:52.491Z | Downloaded tracing-attributes v0.1.26 |
938 | 2023-12-18T19:40:52.491Z | Downloaded pretty-hex v0.4.0 |
939 | 2023-12-18T19:40:52.491Z | Downloaded predicates-core v1.0.6 |
940 | 2023-12-18T19:40:52.491Z | Downloaded hex-literal v0.4.1 |
941 | 2023-12-18T19:40:52.491Z | Downloaded time-macros v0.2.13 |
942 | 2023-12-18T19:40:52.491Z | Downloaded parking_lot_core v0.9.8 |
943 | 2023-12-18T19:40:52.491Z | Downloaded pathdiff v0.2.1 |
944 | 2023-12-18T19:40:52.491Z | Downloaded strum_macros v0.25.2 |
945 | 2023-12-18T19:40:52.491Z | Downloaded zerocopy v0.3.0 |
946 | 2023-12-18T19:40:52.491Z | Downloaded slog-async v2.8.0 |
947 | 2023-12-18T19:40:52.491Z | Downloaded typed-path v0.7.0 |
948 | 2023-12-18T19:40:52.491Z | Downloaded shlex v1.1.0 |
949 | 2023-12-18T19:40:52.491Z | Downloaded foreign-types-shared v0.3.1 |
950 | 2023-12-18T19:40:52.491Z | Downloaded foreign-types-shared v0.1.1 |
951 | 2023-12-18T19:40:52.491Z | Downloaded num_enum v0.5.11 |
952 | 2023-12-18T19:40:52.491Z | Downloaded hash32 v0.2.1 |
953 | 2023-12-18T19:40:52.492Z | Downloaded synstructure v0.12.6 |
954 | 2023-12-18T19:40:52.492Z | Downloaded phf_shared v0.11.2 |
955 | 2023-12-18T19:40:52.492Z | Downloaded rustc_version v0.1.7 |
956 | 2023-12-18T19:40:52.492Z | Downloaded endian-type v0.1.2 |
957 | 2023-12-18T19:40:52.492Z | Downloaded secrecy v0.8.0 |
958 | 2023-12-18T19:40:52.492Z | Downloaded phf_shared v0.10.0 |
959 | 2023-12-18T19:40:52.492Z | Downloaded tinyvec v1.6.0 |
960 | 2023-12-18T19:40:52.492Z | Downloaded rusty-fork v0.3.0 |
961 | 2023-12-18T19:40:52.492Z | Downloaded trust-dns-resolver v0.22.0 |
962 | 2023-12-18T19:40:52.492Z | Downloaded rpassword v7.3.1 |
963 | 2023-12-18T19:40:52.492Z | Downloaded predicates v3.0.4 |
964 | 2023-12-18T19:40:52.492Z | Downloaded display-error-chain v0.2.0 |
965 | 2023-12-18T19:40:52.492Z | Downloaded getopts v0.2.21 |
966 | 2023-12-18T19:40:52.492Z | Downloaded tracing-core v0.1.31 |
967 | 2023-12-18T19:40:52.492Z | Downloaded ff v0.13.0 |
968 | 2023-12-18T19:40:52.492Z | Downloaded url v2.5.0 |
969 | 2023-12-18T19:40:52.492Z | Downloaded rustls-pemfile v1.0.3 |
970 | 2023-12-18T19:40:52.492Z | Downloaded swrite v0.1.0 |
971 | 2023-12-18T19:40:52.492Z | Downloaded dof v0.1.5 |
972 | 2023-12-18T19:40:52.492Z | Downloaded dirs-sys-next v0.1.2 |
973 | 2023-12-18T19:40:52.492Z | Downloaded phf v0.11.2 |
974 | 2023-12-18T19:40:52.492Z | Downloaded guppy-workspace-hack v0.1.0 |
975 | 2023-12-18T19:40:52.492Z | Downloaded similar v2.3.0 |
976 | 2023-12-18T19:40:52.492Z | Downloaded downcast v0.11.0 |
977 | 2023-12-18T19:40:52.493Z | Downloaded doc-comment v0.3.3 |
978 | 2023-12-18T19:40:52.493Z | Downloaded hex v0.4.3 |
979 | 2023-12-18T19:40:52.493Z | Downloaded topological-sort v0.2.2 |
980 | 2023-12-18T19:40:52.493Z | Downloaded fxhash v0.2.1 |
981 | 2023-12-18T19:40:52.493Z | Downloaded heck v0.3.3 |
982 | 2023-12-18T19:40:52.493Z | Downloaded tinytemplate v1.2.1 |
983 | 2023-12-18T19:40:52.493Z | Downloaded fixedbitset v0.4.2 |
984 | 2023-12-18T19:40:52.493Z | Downloaded futures-timer v3.0.2 |
985 | 2023-12-18T19:40:52.493Z | Downloaded rustc_version v0.4.0 |
986 | 2023-12-18T19:40:52.493Z | Downloaded scheduled-thread-pool v0.2.7 |
987 | 2023-12-18T19:40:52.494Z | Downloaded pkg-config v0.3.27 |
988 | 2023-12-18T19:40:52.495Z | Downloaded precomputed-hash v0.1.1 |
989 | 2023-12-18T19:40:52.495Z | Downloaded pin-utils v0.1.0 |
990 | 2023-12-18T19:40:52.495Z | Downloaded datatest-stable v0.2.3 |
991 | 2023-12-18T19:40:52.495Z | Downloaded resolv-conf v0.7.0 |
992 | 2023-12-18T19:40:52.495Z | Downloaded tui-tree-widget v0.13.0 |
993 | 2023-12-18T19:40:52.495Z | Downloaded target-lexicon v0.12.12 |
994 | 2023-12-18T19:40:52.495Z | Downloaded postgres-protocol v0.6.6 |
995 | 2023-12-18T19:40:52.495Z | Downloaded funty v2.0.0 |
996 | 2023-12-18T19:40:52.495Z | Downloaded foreign-types v0.5.0 |
997 | 2023-12-18T19:40:52.495Z | Downloaded futures-channel v0.3.29 |
998 | 2023-12-18T19:40:52.495Z | Downloaded trust-dns-client v0.22.0 |
999 | 2023-12-18T19:40:52.495Z | Downloaded termtree v0.4.1 |
1000 | 2023-12-18T19:40:52.505Z | Downloaded pin-project-lite v0.2.13 |
1001 | 2023-12-18T19:40:52.505Z | Downloaded dtrace-parser v0.1.14 |
1002 | 2023-12-18T19:40:52.505Z | Downloaded slog-term v2.9.0 |
1003 | 2023-12-18T19:40:52.505Z | Downloaded schemars_derive v0.8.13 |
1004 | 2023-12-18T19:40:52.505Z | Downloaded serde_tokenstream v0.1.7 |
1005 | 2023-12-18T19:40:52.506Z | Downloaded platforms v3.0.2 |
1006 | 2023-12-18T19:40:52.506Z | Downloaded either v1.9.0 |
1007 | 2023-12-18T19:40:52.506Z | Downloaded der_derive v0.7.2 |
1008 | 2023-12-18T19:40:52.506Z | Downloaded semver v0.11.0 |
1009 | 2023-12-18T19:40:52.506Z | Downloaded group v0.13.0 |
1010 | 2023-12-18T19:40:52.506Z | Downloaded utf-8 v0.7.6 |
1011 | 2023-12-18T19:40:52.506Z | Downloaded rtoolbox v0.0.1 |
1012 | 2023-12-18T19:40:52.506Z | Downloaded zeroize v1.7.0 |
1013 | 2023-12-18T19:40:52.507Z | Downloaded serde_derive_internals v0.26.0 |
1014 | 2023-12-18T19:40:52.507Z | Downloaded semver-parser v0.10.2 |
1015 | 2023-12-18T19:40:52.507Z | Downloaded similar-asserts v1.5.0 |
1016 | 2023-12-18T19:40:52.507Z | Downloaded getrandom v0.2.10 |
1017 | 2023-12-18T19:40:52.507Z | Downloaded poly1305 v0.8.0 |
1018 | 2023-12-18T19:40:52.507Z | Downloaded sct v0.7.0 |
1019 | 2023-12-18T19:40:52.507Z | Downloaded signature v1.6.4 |
1020 | 2023-12-18T19:40:52.507Z | Downloaded darling_core v0.14.4 |
1021 | 2023-12-18T19:40:52.507Z | Downloaded rustls-webpki v0.101.7 |
1022 | 2023-12-18T19:40:52.526Z | Downloaded rust-argon2 v1.0.1 |
1023 | 2023-12-18T19:40:52.530Z | Downloaded pest_meta v2.7.2 |
1024 | 2023-12-18T19:40:52.530Z | Downloaded zerocopy v0.6.4 |
1025 | 2023-12-18T19:40:52.534Z | Downloaded papergrid v0.10.0 |
1026 | 2023-12-18T19:40:52.543Z | Downloaded pkcs8 v0.10.2 |
1027 | 2023-12-18T19:40:52.549Z | Downloaded derive_more v0.99.17 |
1028 | 2023-12-18T19:40:52.557Z | Downloaded rstest_macros v0.18.2 |
1029 | 2023-12-18T19:40:52.563Z | Downloaded der v0.7.8 |
1030 | 2023-12-18T19:40:52.572Z | Downloaded reedline v0.22.0 |
1031 | 2023-12-18T19:40:52.584Z | Downloaded rand v0.4.6 |
1032 | 2023-12-18T19:40:52.590Z | Downloaded hashbrown v0.12.3 |
1033 | 2023-12-18T19:40:52.598Z | Downloaded parking_lot v0.11.2 |
1034 | 2023-12-18T19:40:52.616Z | Downloaded rayon-core v1.12.0 |
1035 | 2023-12-18T19:40:52.628Z | Downloaded time v0.3.27 |
1036 | 2023-12-18T19:40:52.628Z | Downloaded zip v0.6.6 |
1037 | 2023-12-18T19:40:52.628Z | Downloaded ron v0.8.1 |
1038 | 2023-12-18T19:40:52.639Z | Downloaded socket2 v0.5.5 |
1039 | 2023-12-18T19:40:52.644Z | Downloaded openssl v0.10.60 |
1040 | 2023-12-18T19:40:52.658Z | Downloaded serde_with v3.4.0 |
1041 | 2023-12-18T19:40:52.671Z | Downloaded reqwest v0.11.22 |
1042 | 2023-12-18T19:40:52.691Z | Downloaded rayon v1.8.0 |
1043 | 2023-12-18T19:40:52.729Z | Downloaded regex v1.10.2 |
1044 | 2023-12-18T19:40:52.732Z | Downloaded openapiv3 v2.0.0 |
1045 | 2023-12-18T19:40:52.747Z | Downloaded trust-dns-proto v0.22.0 |
1046 | 2023-12-18T19:40:52.769Z | Downloaded h2 v0.3.21 |
1047 | 2023-12-18T19:40:52.781Z | Downloaded zerocopy v0.7.31 |
1048 | 2023-12-18T19:40:52.810Z | Downloaded quick-xml v0.23.1 |
1049 | 2023-12-18T19:40:52.822Z | Downloaded petgraph v0.6.4 |
1050 | 2023-12-18T19:40:52.848Z | Downloaded regex-automata v0.3.8 |
1051 | 2023-12-18T19:40:52.880Z | Downloaded encoding_rs v0.8.33 |
1052 | 2023-12-18T19:40:52.924Z | Downloaded syn v1.0.109 |
1053 | 2023-12-18T19:40:52.945Z | Downloaded radix_trie v0.2.1 |
1054 | 2023-12-18T19:40:52.954Z | Downloaded gimli v0.28.0 |
1055 | 2023-12-18T19:40:52.969Z | Downloaded regex-syntax v0.7.5 |
1056 | 2023-12-18T19:40:52.994Z | Downloaded polar-core v0.27.0 |
1057 | 2023-12-18T19:40:53.024Z | Downloaded bstr v1.6.0 |
1058 | 2023-12-18T19:40:53.048Z | Downloaded rustls v0.21.9 |
1059 | 2023-12-18T19:40:53.069Z | Downloaded diesel v2.1.4 |
1060 | 2023-12-18T19:40:53.102Z | Downloaded bstr v0.2.17 |
1061 | 2023-12-18T19:40:53.123Z | Downloaded idna v0.2.3 |
1062 | 2023-12-18T19:40:53.136Z | Downloaded rustix v0.38.25 |
1063 | 2023-12-18T19:40:53.179Z | Downloaded sled v0.34.7 |
1064 | 2023-12-18T19:40:53.199Z | Downloaded regex-syntax v0.8.2 |
1065 | 2023-12-18T19:40:53.215Z | Downloaded bitvec v1.0.1 |
1066 | 2023-12-18T19:40:53.247Z | Downloaded zerocopy-derive v0.2.0 |
1067 | 2023-12-18T19:40:53.265Z | Downloaded zerocopy-derive v0.7.31 |
1068 | 2023-12-18T19:40:53.291Z | Downloaded zerocopy-derive v0.6.4 |
1069 | 2023-12-18T19:40:53.310Z | Downloaded tokio v1.35.0 |
1070 | 2023-12-18T19:40:53.387Z | Downloaded sha3 v0.10.8 |
1071 | 2023-12-18T19:40:53.401Z | Downloaded regex-automata v0.4.3 |
1072 | 2023-12-18T19:40:53.436Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1073 | 2023-12-18T19:40:53.460Z | Downloaded object v0.32.1 |
1074 | 2023-12-18T19:40:53.476Z | Downloaded regex-syntax v0.6.29 |
1075 | 2023-12-18T19:40:53.489Z | Downloaded chrono v0.4.31 |
1076 | 2023-12-18T19:40:53.503Z | Downloaded bindgen v0.65.1 |
1077 | 2023-12-18T19:40:53.515Z | Downloaded smoltcp v0.10.0 |
1078 | 2023-12-18T19:40:53.536Z | Downloaded portable-atomic v1.4.3 |
1079 | 2023-12-18T19:40:53.546Z | Downloaded hkdf v0.12.3 |
1080 | 2023-12-18T19:40:53.550Z | Downloaded regex-automata v0.1.10 |
1081 | 2023-12-18T19:40:53.560Z | Downloaded ratatui v0.23.0 |
1082 | 2023-12-18T19:40:53.581Z | Downloaded nix v0.26.4 |
1083 | 2023-12-18T19:40:53.600Z | Downloaded unicode-segmentation v1.10.1 |
1084 | 2023-12-18T19:40:53.606Z | Downloaded toml_edit v0.19.15 |
1085 | 2023-12-18T19:40:53.637Z | Downloaded plotters v0.3.5 |
1086 | 2023-12-18T19:40:53.650Z | Downloaded vcpkg v0.2.15 |
1087 | 2023-12-18T19:40:53.724Z | Downloaded regress v0.7.1 |
1088 | 2023-12-18T19:40:53.758Z | Downloaded webpki-roots v0.25.2 |
1089 | 2023-12-18T19:40:53.761Z | Downloaded clap v2.34.0 |
1090 | 2023-12-18T19:40:53.764Z | Downloaded smoltcp v0.9.1 |
1091 | 2023-12-18T19:40:53.776Z | Downloaded object v0.30.4 |
1092 | 2023-12-18T19:40:53.794Z | Downloaded http v0.2.11 |
1093 | 2023-12-18T19:40:53.801Z | Downloaded steno v0.4.0 |
1094 | 2023-12-18T19:40:53.808Z | Downloaded futures-util v0.3.29 |
1095 | 2023-12-18T19:40:53.829Z | Downloaded proptest v1.4.0 |
1096 | 2023-12-18T19:40:53.847Z | Downloaded hyper v0.14.27 |
1097 | 2023-12-18T19:40:53.873Z | Downloaded tough v0.16.0 |
1098 | 2023-12-18T19:40:53.882Z | Downloaded guppy v0.17.4 |
1099 | 2023-12-18T19:40:53.893Z | Downloaded unicode_categories v0.1.1 |
1100 | 2023-12-18T19:40:53.897Z | Downloaded fatfs v0.3.6 |
1101 | 2023-12-18T19:40:53.900Z | Downloaded flate2 v1.0.28 |
1102 | 2023-12-18T19:40:53.909Z | Downloaded sqlparser v0.36.1 |
1103 | 2023-12-18T19:40:53.916Z | Downloaded tungstenite v0.20.1 |
1104 | 2023-12-18T19:40:53.922Z | Downloaded tabled v0.14.0 |
1105 | 2023-12-18T19:40:53.952Z | Downloaded aho-corasick v1.0.4 |
1106 | 2023-12-18T19:40:53.962Z | Downloaded ed25519 v1.5.3 |
1107 | 2023-12-18T19:40:53.966Z | Downloaded futures v0.3.29 |
1108 | 2023-12-18T19:40:53.970Z | Downloaded socket2 v0.4.9 |
1109 | 2023-12-18T19:40:53.973Z | Downloaded slog v2.7.0 |
1110 | 2023-12-18T19:40:53.978Z | Downloaded rsa v0.9.2 |
1111 | 2023-12-18T19:40:53.990Z | Downloaded headers v0.3.9 |
1112 | 2023-12-18T19:40:54.001Z | Downloaded tiny-keccak v2.0.2 |
1113 | 2023-12-18T19:40:54.005Z | Downloaded supports-color v2.1.0 |
1114 | 2023-12-18T19:40:54.005Z | Downloaded deranged v0.3.8 |
1115 | 2023-12-18T19:40:54.005Z | Downloaded ring v0.17.7 |
1116 | 2023-12-18T19:40:54.139Z | Downloaded hostname v0.3.1 |
1117 | 2023-12-18T19:40:54.144Z | Downloaded futures-executor v0.3.29 |
1118 | 2023-12-18T19:40:54.149Z | Downloaded zeroize_derive v1.4.2 |
1119 | 2023-12-18T19:40:54.149Z | Downloaded yansi v0.5.1 |
1120 | 2023-12-18T19:40:54.153Z | Downloaded pretty_assertions v1.4.0 |
1121 | 2023-12-18T19:40:54.153Z | Downloaded heapless v0.7.16 |
1122 | 2023-12-18T19:40:54.157Z | Downloaded tokio-postgres v0.7.10 |
1123 | 2023-12-18T19:40:54.166Z | Downloaded pkcs1 v0.7.5 |
1124 | 2023-12-18T19:40:54.170Z | Downloaded elliptic-curve v0.13.8 |
1125 | 2023-12-18T19:40:54.178Z | Downloaded remove_dir_all v0.5.3 |
1126 | 2023-12-18T19:40:54.181Z | Downloaded salty v0.2.0 |
1127 | 2023-12-18T19:40:54.187Z | Downloaded futures-io v0.3.29 |
1128 | 2023-12-18T19:40:54.191Z | Downloaded unicode-width v0.1.11 |
1129 | 2023-12-18T19:40:54.194Z | Downloaded ring v0.16.20 |
1130 | 2023-12-18T19:40:54.355Z | Downloaded tokio-util v0.7.10 |
1131 | 2023-12-18T19:40:54.364Z | Downloaded pest_generator v2.7.2 |
1132 | 2023-12-18T19:40:54.370Z | Downloaded signature v2.1.0 |
1133 | 2023-12-18T19:40:54.370Z | Downloaded fragile v2.0.0 |
1134 | 2023-12-18T19:40:54.373Z | Downloaded pest v2.7.2 |
1135 | 2023-12-18T19:40:54.380Z | Downloaded openssl-sys v0.9.96 |
1136 | 2023-12-18T19:40:54.389Z | Downloaded pin-project v1.1.3 |
1137 | 2023-12-18T19:40:54.414Z | Downloaded unicode-normalization v0.1.22 |
1138 | 2023-12-18T19:40:54.431Z | Downloaded postcard v1.0.8 |
1139 | 2023-12-18T19:40:54.431Z | Downloaded rustversion v1.0.14 |
1140 | 2023-12-18T19:40:54.433Z | Downloaded nom v7.1.3 |
1141 | 2023-12-18T19:40:54.443Z | Downloaded scopeguard v1.2.0 |
1142 | 2023-12-18T19:40:54.443Z | Downloaded paste v1.0.14 |
1143 | 2023-12-18T19:40:54.443Z | Downloaded zone v0.3.0 |
1144 | 2023-12-18T19:40:54.450Z | Downloaded zone_cfg_derive v0.3.0 |
1145 | 2023-12-18T19:40:54.451Z | Downloaded futures-macro v0.3.29 |
1146 | 2023-12-18T19:40:54.451Z | Downloaded futures-core v0.3.29 |
1147 | 2023-12-18T19:40:54.451Z | Downloaded trust-dns-server v0.22.1 |
1148 | 2023-12-18T19:40:54.455Z | Downloaded string_cache v0.8.7 |
1149 | 2023-12-18T19:40:54.458Z | Downloaded expectorate v1.1.0 |
1150 | 2023-12-18T19:40:54.462Z | Downloaded rustyline v12.0.0 |
1151 | 2023-12-18T19:40:54.471Z | Downloaded itertools v0.12.0 |
1152 | 2023-12-18T19:40:54.482Z | Downloaded itertools v0.11.0 |
1153 | 2023-12-18T19:40:54.494Z | Downloaded num-bigint-dig v0.8.4 |
1154 | 2023-12-18T19:40:54.502Z | Downloaded rcgen v0.11.3 |
1155 | 2023-12-18T19:40:54.507Z | Downloaded serde_yaml v0.9.25 |
1156 | 2023-12-18T19:40:54.513Z | Downloaded rand v0.8.5 |
1157 | 2023-12-18T19:40:54.519Z | Downloaded shell-words v1.1.0 |
1158 | 2023-12-18T19:40:54.523Z | Downloaded pem-rfc7468 v0.7.0 |
1159 | 2023-12-18T19:40:54.528Z | Downloaded test-strategy v0.3.1 |
1160 | 2023-12-18T19:40:54.531Z | Downloaded subprocess v0.2.9 |
1161 | 2023-12-18T19:40:54.535Z | Downloaded whoami v1.4.1 |
1162 | 2023-12-18T19:40:54.540Z | Downloaded rustls-native-certs v0.6.3 |
1163 | 2023-12-18T19:40:54.543Z | Downloaded darling_core v0.20.3 |
1164 | 2023-12-18T19:40:54.549Z | Downloaded derive-where v1.2.6 |
1165 | 2023-12-18T19:40:54.553Z | Downloaded spki v0.7.2 |
1166 | 2023-12-18T19:40:54.556Z | Downloaded rstest v0.18.2 |
1167 | 2023-12-18T19:40:54.564Z | Downloaded hashbrown v0.13.2 |
1168 | 2023-12-18T19:40:54.574Z | Downloaded prettyplease v0.2.12 |
1169 | 2023-12-18T19:40:54.577Z | Downloaded itertools v0.10.5 |
1170 | 2023-12-18T19:40:54.588Z | Downloaded crossterm v0.26.1 |
1171 | 2023-12-18T19:40:54.598Z | Downloaded libxml v0.3.3 |
1172 | 2023-12-18T19:40:54.609Z | Downloaded crossterm v0.27.0 |
1173 | 2023-12-18T19:40:54.620Z | Downloaded dirs-next v2.0.0 |
1174 | 2023-12-18T19:40:54.623Z | Downloaded digest v0.10.7 |
1175 | 2023-12-18T19:40:54.626Z | Downloaded proc-macro-crate v1.3.1 |
1176 | 2023-12-18T19:40:54.626Z | Downloaded ref-cast-impl v1.0.20 |
1177 | 2023-12-18T19:40:54.629Z | Downloaded subtle v2.5.0 |
1178 | 2023-12-18T19:40:54.629Z | Downloaded fastrand v2.0.0 |
1179 | 2023-12-18T19:40:54.632Z | Downloaded fallible-iterator v0.2.0 |
1180 | 2023-12-18T19:40:54.635Z | Downloaded ref-cast v1.0.20 |
1181 | 2023-12-18T19:40:54.638Z | Downloaded parking_lot v0.12.1 |
1182 | 2023-12-18T19:40:54.643Z | Downloaded toml v0.7.8 |
1183 | 2023-12-18T19:40:54.647Z | Downloaded criterion v0.5.1 |
1184 | 2023-12-18T19:40:54.659Z | Downloaded x509-cert v0.2.4 |
1185 | 2023-12-18T19:40:54.668Z | Downloaded unicode-xid v0.2.4 |
1186 | 2023-12-18T19:40:54.671Z | Downloaded universal-hash v0.5.1 |
1187 | 2023-12-18T19:40:54.674Z | Downloaded parse-display-derive v0.8.2 |
1188 | 2023-12-18T19:40:54.674Z | Downloaded flume v0.11.0 |
1189 | 2023-12-18T19:40:54.680Z | Downloaded oso v0.27.0 |
1190 | 2023-12-18T19:40:54.685Z | Downloaded uuid v1.6.1 |
1191 | 2023-12-18T19:40:54.693Z | Downloaded textwrap v0.11.0 |
1192 | 2023-12-18T19:40:54.697Z | Downloaded termcolor v1.2.0 |
1193 | 2023-12-18T19:40:54.700Z | Downloaded spin v0.5.2 |
1194 | 2023-12-18T19:40:54.700Z | Downloaded futures-task v0.3.29 |
1195 | 2023-12-18T19:40:54.706Z | Downloaded pem v3.0.2 |
1196 | 2023-12-18T19:40:54.706Z | Downloaded glob v0.3.1 |
1197 | 2023-12-18T19:40:54.709Z | Downloaded rustc-demangle v0.1.23 |
1198 | 2023-12-18T19:40:54.709Z | Downloaded ppv-lite86 v0.2.17 |
1199 | 2023-12-18T19:40:54.712Z | Downloaded defmt-parser v0.3.3 |
1200 | 2023-12-18T19:40:54.712Z | Downloaded hmac v0.12.1 |
1201 | 2023-12-18T19:40:54.716Z | Downloaded signal-hook v0.3.17 |
1202 | 2023-12-18T19:40:54.721Z | Downloaded defmt-macros v0.3.6 |
1203 | 2023-12-18T19:40:54.726Z | Downloaded rustfmt-wrapper v0.2.0 |
1204 | 2023-12-18T19:40:54.729Z | Downloaded snafu-derive v0.7.5 |
1205 | 2023-12-18T19:40:54.729Z | Downloaded smallvec v0.6.14 |
1206 | 2023-12-18T19:40:54.732Z | Downloaded trybuild v1.0.85 |
1207 | 2023-12-18T19:40:54.739Z | Downloaded owo-colors v3.5.0 |
1208 | 2023-12-18T19:40:54.745Z | Downloaded num-bigint v0.4.4 |
1209 | 2023-12-18T19:40:54.750Z | Downloaded quick-error v1.2.3 |
1210 | 2023-12-18T19:40:54.753Z | Downloaded rand_xorshift v0.3.0 |
1211 | 2023-12-18T19:40:54.756Z | Downloaded generic-array v0.14.7 |
1212 | 2023-12-18T19:40:54.756Z | Downloaded smallvec v1.11.2 |
1213 | 2023-12-18T19:40:54.791Z | Downloaded tracing v0.1.37 |
1214 | 2023-12-18T19:40:54.795Z | Downloaded minimal-lexical v0.2.1 |
1215 | 2023-12-18T19:40:54.795Z | Downloaded sec1 v0.7.3 |
1216 | 2023-12-18T19:40:54.795Z | Downloaded unsafe-libyaml v0.2.9 |
1217 | 2023-12-18T19:40:54.795Z | Downloaded termios v0.3.3 |
1218 | 2023-12-18T19:40:54.795Z | Downloaded derive_builder_core v0.12.0 |
1219 | 2023-12-18T19:40:54.796Z | Downloaded spin v0.9.8 |
1220 | 2023-12-18T19:40:54.796Z | Downloaded password-hash v0.5.0 |
1221 | 2023-12-18T19:40:54.800Z | Downloaded partial-io v0.5.4 |
1222 | 2023-12-18T19:40:54.800Z | Downloaded toml v0.5.11 |
1223 | 2023-12-18T19:40:54.804Z | Downloaded slog-envlogger v2.2.0 |
1224 | 2023-12-18T19:40:54.807Z | Downloaded smawk v0.3.1 |
1225 | 2023-12-18T19:40:54.810Z | Downloaded globset v0.4.13 |
1226 | 2023-12-18T19:40:54.814Z | Downloaded tap v1.0.1 |
1227 | 2023-12-18T19:40:54.814Z | Downloaded proc-macro-error v1.0.4 |
1228 | 2023-12-18T19:40:54.821Z | Downloaded parking_lot_core v0.8.6 |
1229 | 2023-12-18T19:40:54.827Z | Downloaded idna v0.5.0 |
1230 | 2023-12-18T19:40:54.842Z | Downloaded schemars v0.8.13 |
1231 | 2023-12-18T19:40:54.852Z | Downloaded slog-bunyan v2.4.0 |
1232 | 2023-12-18T19:40:54.855Z | Downloaded sha1 v0.10.6 |
1233 | 2023-12-18T19:40:54.860Z | Downloaded tar v0.4.40 |
1234 | 2023-12-18T19:40:54.864Z | Downloaded tokio-rustls v0.24.1 |
1235 | 2023-12-18T19:40:54.867Z | Downloaded threadpool v1.8.1 |
1236 | 2023-12-18T19:40:54.867Z | Downloaded thread_local v1.1.7 |
1237 | 2023-12-18T19:40:54.870Z | Downloaded chacha20poly1305 v0.10.1 |
1238 | 2023-12-18T19:40:54.873Z | Downloaded relative-path v1.9.0 |
1239 | 2023-12-18T19:40:54.873Z | Downloaded term v0.7.0 |
1240 | 2023-12-18T19:40:54.879Z | Downloaded strum_macros v0.24.3 |
1241 | 2023-12-18T19:40:54.882Z | Downloaded sqlformat v0.2.3 |
1242 | 2023-12-18T19:40:54.885Z | Downloaded diesel_derives v2.1.2 |
1243 | 2023-12-18T19:40:54.890Z | Downloaded snafu v0.7.5 |
1244 | 2023-12-18T19:40:54.900Z | Downloaded predicates-tree v1.0.9 |
1245 | 2023-12-18T19:40:54.903Z | Downloaded env_logger v0.10.0 |
1246 | 2023-12-18T19:40:54.906Z | Downloaded postgres-types v0.2.6 |
1247 | 2023-12-18T19:40:54.910Z | Downloaded unicode-bidi v0.3.13 |
1248 | 2023-12-18T19:40:54.914Z | Downloaded strip-ansi-escapes v0.1.1 |
1249 | 2023-12-18T19:40:54.916Z | Downloaded stringprep v0.1.3 |
1250 | 2023-12-18T19:40:54.921Z | Downloaded textwrap v0.16.0 |
1251 | 2023-12-18T19:40:54.924Z | Downloaded ucd-trie v0.1.6 |
1252 | 2023-12-18T19:40:54.924Z | Downloaded serde_with_macros v3.4.0 |
1253 | 2023-12-18T19:40:54.928Z | Downloaded derive_builder v0.12.0 |
1254 | 2023-12-18T19:40:54.937Z | Downloaded base64 v0.21.5 |
1255 | 2023-12-18T19:40:54.941Z | Downloaded half v1.8.2 |
1256 | 2023-12-18T19:40:54.945Z | Downloaded proc-macro-error-attr v1.0.4 |
1257 | 2023-12-18T19:40:54.948Z | Downloaded packed_struct v0.10.1 |
1258 | 2023-12-18T19:40:54.951Z | Downloaded structmeta v0.2.0 |
1259 | 2023-12-18T19:40:54.951Z | Downloaded rand_chacha v0.3.1 |
1260 | 2023-12-18T19:40:54.955Z | Downloaded yasna v0.5.2 |
1261 | 2023-12-18T19:40:54.958Z | Downloaded embedded-io v0.4.0 |
1262 | 2023-12-18T19:40:54.961Z | Downloaded tokio-native-tls v0.3.1 |
1263 | 2023-12-18T19:40:54.967Z | Downloaded darling v0.20.3 |
1264 | 2023-12-18T19:40:54.967Z | Downloaded pest_derive v2.7.2 |
1265 | 2023-12-18T19:40:54.970Z | Downloaded dyn-clone v1.0.13 |
1266 | 2023-12-18T19:40:54.973Z | Downloaded usdt v0.3.5 |
1267 | 2023-12-18T19:40:54.976Z | Downloaded untrusted v0.9.0 |
1268 | 2023-12-18T19:40:54.977Z | Downloaded cc v1.0.83 |
1269 | 2023-12-18T19:40:54.981Z | Downloaded fd-lock v3.0.13 |
1270 | 2023-12-18T19:40:54.985Z | Downloaded defmt v0.3.5 |
1271 | 2023-12-18T19:40:54.990Z | Downloaded debug-ignore v1.0.5 |
1272 | 2023-12-18T19:40:54.994Z | Downloaded usdt-impl v0.3.5 |
1273 | 2023-12-18T19:40:54.998Z | Downloaded untrusted v0.7.1 |
1274 | 2023-12-18T19:40:54.998Z | Downloaded semver v0.1.20 |
1275 | 2023-12-18T19:40:55.002Z | Downloaded backtrace v0.3.69 |
1276 | 2023-12-18T19:40:55.007Z | Downloaded structopt v0.3.26 |
1277 | 2023-12-18T19:40:55.019Z | Downloaded serde_repr v0.1.16 |
1278 | 2023-12-18T19:40:55.022Z | Downloaded same-file v1.0.6 |
1279 | 2023-12-18T19:40:55.026Z | Downloaded arc-swap v1.6.0 |
1280 | 2023-12-18T19:40:55.036Z | Downloaded r2d2 v0.8.10 |
1281 | 2023-12-18T19:40:55.055Z | Downloaded data-encoding v2.4.0 |
1282 | 2023-12-18T19:40:55.055Z | Downloaded home v0.5.5 |
1283 | 2023-12-18T19:40:55.056Z | Downloaded futures-sink v0.3.29 |
1284 | 2023-12-18T19:40:55.056Z | Downloaded float-cmp v0.9.0 |
1285 | 2023-12-18T19:40:55.056Z | Downloaded unicode-linebreak v0.1.5 |
1286 | 2023-12-18T19:40:55.071Z | Downloaded miniz_oxide v0.7.1 |
1287 | 2023-12-18T19:40:55.077Z | Downloaded bitflags v2.4.0 |
1288 | 2023-12-18T19:40:55.077Z | Downloaded darling_macro v0.20.3 |
1289 | 2023-12-18T19:40:55.078Z | Downloaded darling_macro v0.14.4 |
1290 | 2023-12-18T19:40:55.078Z | Downloaded usdt-attr-macro v0.3.5 |
1291 | 2023-12-18T19:40:55.078Z | Downloaded iana-time-zone v0.1.57 |
1292 | 2023-12-18T19:40:55.078Z | Downloaded crossbeam-channel v0.5.8 |
1293 | 2023-12-18T19:40:55.078Z | Downloaded enum-as-inner v0.5.1 |
1294 | 2023-12-18T19:40:55.078Z | Downloaded rustc-hash v1.1.0 |
1295 | 2023-12-18T19:40:55.078Z | Downloaded highway v1.1.0 |
1296 | 2023-12-18T19:40:55.078Z | Downloaded tempfile v3.8.1 |
1297 | 2023-12-18T19:40:55.078Z | Downloaded mockall_derive v0.12.0 |
1298 | 2023-12-18T19:40:55.083Z | Downloaded basic-toml v0.1.4 |
1299 | 2023-12-18T19:40:55.093Z | Downloaded serde-big-array v0.4.1 |
1300 | 2023-12-18T19:40:55.097Z | Downloaded walkdir v2.4.0 |
1301 | 2023-12-18T19:40:55.097Z | Downloaded vte v0.10.1 |
1302 | 2023-12-18T19:40:55.102Z | Downloaded vsss-rs v3.3.2 |
1303 | 2023-12-18T19:40:55.107Z | Downloaded usdt-macro v0.3.5 |
1304 | 2023-12-18T19:40:55.107Z | Downloaded cfg-expr v0.15.5 |
1305 | 2023-12-18T19:40:55.111Z | Downloaded crypto-bigint v0.5.2 |
1306 | 2023-12-18T19:40:55.120Z | Downloaded unicase v2.7.0 |
1307 | 2023-12-18T19:40:55.124Z | Downloaded sha2 v0.10.8 |
1308 | 2023-12-18T19:40:55.130Z | Downloaded num-integer v0.1.45 |
1309 | 2023-12-18T19:40:55.136Z | Downloaded tokio-tungstenite v0.20.1 |
1310 | 2023-12-18T19:40:55.136Z | Downloaded tokio-stream v0.1.14 |
1311 | 2023-12-18T19:40:55.141Z | Downloaded num-complex v0.4.4 |
1312 | 2023-12-18T19:40:55.144Z | Downloaded mime_guess v2.0.4 |
1313 | 2023-12-18T19:40:55.151Z | Downloaded tabled_derive v0.6.0 |
1314 | 2023-12-18T19:40:55.151Z | Downloaded nu-ansi-term v0.49.0 |
1315 | 2023-12-18T19:40:55.154Z | Downloaded libtest-mimic v0.6.1 |
1316 | 2023-12-18T19:40:55.154Z | Downloaded crossbeam-epoch v0.9.15 |
1317 | 2023-12-18T19:40:55.163Z | Downloaded console v0.15.7 |
1318 | 2023-12-18T19:40:55.169Z | Downloaded camino-tempfile v1.1.1 |
1319 | 2023-12-18T19:40:55.169Z | Downloaded slab v0.4.9 |
1320 | 2023-12-18T19:40:55.173Z | Downloaded base64ct v1.6.0 |
1321 | 2023-12-18T19:40:55.173Z | Downloaded vec_map v0.8.2 |
1322 | 2023-12-18T19:40:55.176Z | Downloaded thiserror-impl-no-std v2.0.2 |
1323 | 2023-12-18T19:40:55.177Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1324 | 2023-12-18T19:40:55.196Z | Downloaded log v0.4.20 |
1325 | 2023-12-18T19:40:55.196Z | Downloaded argon2 v0.5.2 |
1326 | 2023-12-18T19:40:55.205Z | Downloaded which v4.4.0 |
1327 | 2023-12-18T19:40:55.205Z | Downloaded bcs v0.1.6 |
1328 | 2023-12-18T19:40:55.205Z | Downloaded addr2line v0.21.0 |
1329 | 2023-12-18T19:40:55.205Z | Downloaded num v0.4.1 |
1330 | 2023-12-18T19:40:55.205Z | Downloaded native-tls v0.2.11 |
1331 | 2023-12-18T19:40:55.205Z | Downloaded path-slash v0.1.5 |
1332 | 2023-12-18T19:40:55.205Z | Downloaded xattr v1.0.1 |
1333 | 2023-12-18T19:40:55.205Z | Downloaded once_cell v1.19.0 |
1334 | 2023-12-18T19:40:55.209Z | Downloaded libm v0.2.7 |
1335 | 2023-12-18T19:40:55.222Z | Downloaded ciborium v0.2.1 |
1336 | 2023-12-18T19:40:55.226Z | Downloaded assert_cmd v2.0.12 |
1337 | 2023-12-18T19:40:55.230Z | Downloaded version_check v0.9.4 |
1338 | 2023-12-18T19:40:55.234Z | Downloaded static_assertions v1.1.0 |
1339 | 2023-12-18T19:40:55.234Z | Downloaded const-oid v0.9.5 |
1340 | 2023-12-18T19:40:55.237Z | Downloaded httparse v1.8.0 |
1341 | 2023-12-18T19:40:55.241Z | Downloaded tinyvec_macros v0.1.1 |
1342 | 2023-12-18T19:40:55.241Z | Downloaded oorandom v11.1.3 |
1343 | 2023-12-18T19:40:55.245Z | Downloaded structopt-derive v0.4.18 |
1344 | 2023-12-18T19:40:55.245Z | Downloaded structmeta-derive v0.2.0 |
1345 | 2023-12-18T19:40:55.248Z | Downloaded smf v0.2.2 |
1346 | 2023-12-18T19:40:55.249Z | Downloaded serde_tokenstream v0.2.0 |
1347 | 2023-12-18T19:40:55.254Z | Downloaded serde-hex v0.1.0 |
1348 | 2023-12-18T19:40:55.264Z | Downloaded num-iter v0.1.43 |
1349 | 2023-12-18T19:40:55.264Z | Downloaded libefi-sys v0.1.0 |
1350 | 2023-12-18T19:40:55.264Z | Downloaded multer v2.1.0 |
1351 | 2023-12-18T19:40:55.267Z | Downloaded stable_deref_trait v1.2.0 |
1352 | 2023-12-18T19:40:55.267Z | Downloaded siphasher v0.3.11 |
1353 | 2023-12-18T19:40:55.267Z | Downloaded num-derive v0.4.0 |
1354 | 2023-12-18T19:40:55.274Z | Downloaded hyper-staticfile v0.9.5 |
1355 | 2023-12-18T19:40:55.274Z | Downloaded corncobs v0.1.3 |
1356 | 2023-12-18T19:40:55.277Z | Downloaded want v0.3.1 |
1357 | 2023-12-18T19:40:55.277Z | Downloaded slog-scope v4.4.0 |
1358 | 2023-12-18T19:40:55.278Z | Downloaded signal-hook-registry v1.4.1 |
1359 | 2023-12-18T19:40:55.281Z | Downloaded is-terminal v0.4.9 |
1360 | 2023-12-18T19:40:55.281Z | Downloaded convert_case v0.4.0 |
1361 | 2023-12-18T19:40:55.285Z | Downloaded chacha20 v0.9.1 |
1362 | 2023-12-18T19:40:55.285Z | Downloaded buf-list v1.0.3 |
1363 | 2023-12-18T19:40:55.289Z | Downloaded bit-vec v0.6.3 |
1364 | 2023-12-18T19:40:55.292Z | Downloaded nibble_vec v0.1.0 |
1365 | 2023-12-18T19:40:55.296Z | Downloaded kstat-rs v0.2.3 |
1366 | 2023-12-18T19:40:55.297Z | Downloaded cobs v0.2.3 |
1367 | 2023-12-18T19:40:55.301Z | Downloaded cfg-if v1.0.0 |
1368 | 2023-12-18T19:40:55.301Z | Downloaded blake2b_simd v1.0.1 |
1369 | 2023-12-18T19:40:55.301Z | Downloaded nanorand v0.7.0 |
1370 | 2023-12-18T19:40:55.305Z | Downloaded crc v3.0.1 |
1371 | 2023-12-18T19:40:55.310Z | Downloaded ansi_term v0.12.1 |
1372 | 2023-12-18T19:40:55.314Z | Downloaded openssl-macros v0.1.1 |
1373 | 2023-12-18T19:40:55.314Z | Downloaded vte_generate_state_changes v0.1.1 |
1374 | 2023-12-18T19:40:55.314Z | Downloaded ipnetwork v0.20.0 |
1375 | 2023-12-18T19:40:55.314Z | Downloaded backoff v0.4.0 |
1376 | 2023-12-18T19:40:55.317Z | Downloaded sqlparser_derive v0.1.1 |
1377 | 2023-12-18T19:40:55.321Z | Downloaded number_prefix v0.4.0 |
1378 | 2023-12-18T19:40:55.321Z | Downloaded crunchy v0.2.2 |
1379 | 2023-12-18T19:40:55.321Z | Downloaded mio v0.8.9 |
1380 | 2023-12-18T19:40:55.330Z | Downloaded bitfield v0.14.0 |
1381 | 2023-12-18T19:40:55.333Z | Downloaded cipher v0.4.4 |
1382 | 2023-12-18T19:40:55.349Z | Downloaded cexpr v0.6.0 |
1383 | 2023-12-18T19:40:55.354Z | Downloaded bytesize v1.3.0 |
1384 | 2023-12-18T19:40:55.354Z | Downloaded bit-set v0.5.3 |
1385 | 2023-12-18T19:40:55.354Z | Downloaded array-init v0.0.4 |
1386 | 2023-12-18T19:40:55.355Z | Downloaded async-recursion v1.0.5 |
1387 | 2023-12-18T19:40:55.355Z | Downloaded strum v0.25.0 |
1388 | 2023-12-18T19:40:55.356Z | Downloaded linear-map v1.2.0 |
1389 | 2023-12-18T19:40:55.356Z | Downloaded crossbeam-deque v0.8.3 |
1390 | 2023-12-18T19:40:55.356Z | Downloaded mockall v0.12.0 |
1391 | 2023-12-18T19:40:55.363Z | Downloaded keccak v0.1.4 |
1392 | 2023-12-18T19:40:55.363Z | Downloaded macaddr v1.0.1 |
1393 | 2023-12-18T19:40:55.364Z | Downloaded ciborium-ll v0.2.1 |
1394 | 2023-12-18T19:40:55.364Z | Downloaded nodrop v0.1.14 |
1395 | 2023-12-18T19:40:55.364Z | Downloaded cstr-argument v0.1.2 |
1396 | 2023-12-18T19:40:55.774Z | Downloaded block-padding v0.3.3 |
1397 | 2023-12-18T19:40:55.774Z | Downloaded async-trait v0.1.74 |
1398 | 2023-12-18T19:40:55.774Z | Downloaded assert_matches v1.5.0 |
1399 | 2023-12-18T19:40:55.774Z | Downloaded arrayvec v0.5.2 |
1400 | 2023-12-18T19:40:55.775Z | Downloaded newline-converter v0.3.0 |
1401 | 2023-12-18T19:40:55.776Z | Downloaded new_debug_unreachable v1.0.4 |
1402 | 2023-12-18T19:40:55.776Z | Downloaded match_cfg v0.1.0 |
1403 | 2023-12-18T19:40:55.776Z | Downloaded aead v0.5.2 |
1404 | 2023-12-18T19:40:55.777Z | Downloaded atomic-waker v1.1.1 |
1405 | 2023-12-18T19:40:55.777Z | Downloaded libsw v3.3.0 |
1406 | 2023-12-18T19:40:55.777Z | Downloaded lalrpop-util v0.19.12 |
1407 | 2023-12-18T19:40:55.777Z | Downloaded clang-sys v1.6.1 |
1408 | 2023-12-18T19:40:55.777Z | Downloaded bytecount v0.6.3 |
1409 | 2023-12-18T19:40:55.778Z | Downloaded byteorder v1.5.0 |
1410 | 2023-12-18T19:40:55.778Z | Downloaded block-buffer v0.10.4 |
1411 | 2023-12-18T19:40:55.778Z | Downloaded lazycell v1.3.0 |
1412 | 2023-12-18T19:40:55.778Z | Downloaded lru-cache v0.1.2 |
1413 | 2023-12-18T19:40:55.778Z | Downloaded inout v0.1.3 |
1414 | 2023-12-18T19:40:55.778Z | Downloaded md-5 v0.10.5 |
1415 | 2023-12-18T19:40:55.779Z | Downloaded managed v0.8.0 |
1416 | 2023-12-18T19:40:55.779Z | Downloaded memoffset v0.7.1 |
1417 | 2023-12-18T19:40:55.779Z | Downloaded libloading v0.7.4 |
1418 | 2023-12-18T19:40:55.779Z | Downloaded indicatif v0.17.7 |
1419 | 2023-12-18T19:40:55.781Z | Downloaded ciborium-io v0.2.1 |
1420 | 2023-12-18T19:40:55.781Z | Downloaded async-stream v0.3.5 |
1421 | 2023-12-18T19:40:55.782Z | Downloaded base16ct v0.2.0 |
1422 | 2023-12-18T19:40:55.782Z | Downloaded approx v0.5.1 |
1423 | 2023-12-18T19:40:55.782Z | Downloaded bb8 v0.8.1 |
1424 | 2023-12-18T19:40:55.782Z | Downloaded ascii-canvas v3.0.0 |
1425 | 2023-12-18T19:40:55.782Z | Downloaded arrayref v0.3.7 |
1426 | 2023-12-18T19:40:55.782Z | Downloaded anes v0.1.6 |
1427 | 2023-12-18T19:40:55.782Z | Downloaded slog-stdlog v4.1.1 |
1428 | 2023-12-18T19:40:55.782Z | Downloaded serde_urlencoded v0.7.1 |
1429 | 2023-12-18T19:40:55.783Z | Downloaded lazy_static v1.4.0 |
1430 | 2023-12-18T19:40:55.783Z | Downloaded crucible-workspace-hack v0.1.0 |
1431 | 2023-12-18T19:40:55.783Z | Downloaded crc-catalog v2.2.0 |
1432 | 2023-12-18T19:40:55.783Z | Downloaded indexmap v1.9.3 |
1433 | 2023-12-18T19:40:55.783Z | Downloaded hyper-rustls v0.24.2 |
1434 | 2023-12-18T19:40:55.783Z | Downloaded httptest v0.15.5 |
1435 | 2023-12-18T19:40:55.783Z | Downloaded signal-hook-tokio v0.3.1 |
1436 | 2023-12-18T19:40:55.783Z | Downloaded constant_time_eq v0.3.0 |
1437 | 2023-12-18T19:40:55.783Z | Downloaded indoc v1.0.9 |
1438 | 2023-12-18T19:40:55.783Z | Downloaded humantime v2.1.0 |
1439 | 2023-12-18T19:40:55.783Z | Downloaded hubpack_derive v0.1.1 |
1440 | 2023-12-18T19:40:55.783Z | Downloaded httpdate v1.0.3 |
1441 | 2023-12-18T19:40:55.783Z | Downloaded darling v0.14.4 |
1442 | 2023-12-18T19:40:55.783Z | Downloaded atomicwrites v0.4.2 |
1443 | 2023-12-18T19:40:55.783Z | Downloaded atty v0.2.14 |
1444 | 2023-12-18T19:40:55.784Z | Downloaded adler v1.0.2 |
1445 | 2023-12-18T19:40:55.784Z | Downloaded lalrpop v0.19.12 |
1446 | 2023-12-18T19:40:55.784Z | Downloaded autocfg v1.1.0 |
1447 | 2023-12-18T19:40:55.784Z | Downloaded async-stream-impl v0.3.5 |
1448 | 2023-12-18T19:40:55.784Z | Downloaded indoc v2.0.3 |
1449 | 2023-12-18T19:40:55.784Z | Downloaded criterion-plot v0.5.0 |
1450 | 2023-12-18T19:40:55.784Z | Downloaded curve25519-dalek-derive v0.1.0 |
1451 | 2023-12-18T19:40:55.784Z | Downloaded crypto-common v0.1.6 |
1452 | 2023-12-18T19:40:55.784Z | Downloaded crc32fast v1.3.2 |
1453 | 2023-12-18T19:40:55.784Z | Downloaded instant v0.1.12 |
1454 | 2023-12-18T19:40:55.784Z | Downloaded colored v2.0.4 |
1455 | 2023-12-18T19:40:55.784Z | Downloaded crossbeam-queue v0.3.8 |
1456 | 2023-12-18T19:40:55.786Z | Downloaded crossbeam v0.8.2 |
1457 | 2023-12-18T19:40:55.786Z | Downloaded cast v0.3.0 |
1458 | 2023-12-18T19:40:55.787Z | Downloaded ahash v0.8.6 |
1459 | 2023-12-18T19:40:56.170Z | Compiling serde v1.0.193 |
1460 | 2023-12-18T19:40:56.170Z | Compiling autocfg v1.1.0 |
1461 | 2023-12-18T19:40:56.175Z | Checking cfg-if v1.0.0 |
1462 | 2023-12-18T19:40:56.175Z | Compiling version_check v0.9.4 |
1463 | 2023-12-18T19:40:56.175Z | Compiling syn v1.0.109 |
1464 | 2023-12-18T19:40:56.211Z | Checking libc v0.2.151 |
1465 | 2023-12-18T19:40:56.234Z | Compiling syn v2.0.32 |
1466 | 2023-12-18T19:40:56.296Z | Compiling parking_lot_core v0.9.8 |
1467 | 2023-12-18T19:40:56.343Z | Compiling libm v0.2.7 |
1468 | 2023-12-18T19:40:56.824Z | Compiling cc v1.0.83 |
1469 | 2023-12-18T19:40:56.941Z | Compiling once_cell v1.19.0 |
1470 | 2023-12-18T19:40:57.005Z | Compiling futures-core v0.3.29 |
1471 | 2023-12-18T19:40:57.397Z | Compiling serde_json v1.0.108 |
1472 | 2023-12-18T19:40:57.531Z | Compiling lock_api v0.4.10 |
1473 | 2023-12-18T19:40:57.537Z | Compiling num-traits v0.2.16 |
1474 | 2023-12-18T19:40:57.589Z | Compiling memchr v2.6.3 |
1475 | 2023-12-18T19:40:57.948Z | Compiling typenum v1.16.0 |
1476 | 2023-12-18T19:40:58.319Z | Checking getrandom v0.2.10 |
1477 | 2023-12-18T19:40:58.333Z | Compiling generic-array v0.14.7 |
1478 | 2023-12-18T19:40:58.503Z | Compiling slab v0.4.9 |
1479 | 2023-12-18T19:40:58.927Z | Compiling futures-channel v0.3.29 |
1480 | 2023-12-18T19:40:59.037Z | Compiling futures-task v0.3.29 |
1481 | 2023-12-18T19:40:59.532Z | Checking scopeguard v1.2.0 |
1482 | 2023-12-18T19:40:59.597Z | Compiling futures-util v0.3.29 |
1483 | 2023-12-18T19:41:00.100Z | Checking log v0.4.20 |
1484 | 2023-12-18T19:41:00.656Z | Compiling pkg-config v0.3.27 |
1485 | 2023-12-18T19:41:01.003Z | Checking smallvec v1.11.2 |
1486 | 2023-12-18T19:41:01.062Z | Compiling byteorder v1.5.0 |
1487 | 2023-12-18T19:41:01.121Z | Checking itoa v1.0.9 |
1488 | 2023-12-18T19:41:01.351Z | Compiling rustix v0.38.25 |
1489 | 2023-12-18T19:41:01.550Z | Compiling indexmap v1.9.3 |
1490 | 2023-12-18T19:41:01.746Z | Compiling schemars v0.8.13 |
1491 | 2023-12-18T19:41:01.992Z | Compiling fnv v1.0.7 |
1492 | 2023-12-18T19:41:02.092Z | Compiling vcpkg v0.2.15 |
1493 | 2023-12-18T19:41:02.109Z | Compiling httparse v1.8.0 |
1494 | 2023-12-18T19:41:02.157Z | Checking rand_core v0.6.4 |
1495 | 2023-12-18T19:41:02.633Z | Compiling ring v0.16.20 |
1496 | 2023-12-18T19:41:02.748Z | Compiling ring v0.17.7 |
1497 | 2023-12-18T19:41:03.542Z | Compiling aho-corasick v1.0.4 |
1498 | 2023-12-18T19:41:04.720Z | Compiling regex-syntax v0.8.2 |
1499 | 2023-12-18T19:41:05.857Z | Compiling openssl-sys v0.9.96 |
1500 | 2023-12-18T19:41:08.280Z | Checking parking_lot v0.12.1 |
1501 | 2023-12-18T19:41:08.438Z | Compiling ahash v0.8.6 |
1502 | 2023-12-18T19:41:08.608Z | Compiling serde_derive_internals v0.26.0 |
1503 | 2023-12-18T19:41:10.027Z | Compiling regex-automata v0.4.3 |
1504 | 2023-12-18T19:41:10.671Z | Checking pin-project-lite v0.2.13 |
1505 | 2023-12-18T19:41:10.822Z | Compiling openssl v0.10.60 |
1506 | 2023-12-18T19:41:11.631Z | Checking spin v0.5.2 |
1507 | 2023-12-18T19:41:11.905Z | Checking signal-hook-registry v1.4.1 |
1508 | 2023-12-18T19:41:12.026Z | Checking mio v0.8.9 |
1509 | 2023-12-18T19:41:12.247Z | Compiling ucd-trie v0.1.6 |
1510 | 2023-12-18T19:41:12.964Z | Compiling rustls v0.21.9 |
1511 | 2023-12-18T19:41:13.227Z | Compiling native-tls v0.2.11 |
1512 | 2023-12-18T19:41:13.415Z | Compiling iana-time-zone v0.1.57 |
1513 | 2023-12-18T19:41:14.130Z | Compiling async-trait v0.1.74 |
1514 | 2023-12-18T19:41:14.138Z | Checking num_cpus v1.16.0 |
1515 | 2023-12-18T19:41:14.138Z | Compiling unicode-xid v0.2.4 |
1516 | 2023-12-18T19:41:14.138Z | Checking ryu v1.0.15 |
1517 | 2023-12-18T19:41:14.171Z | Compiling dyn-clone v1.0.13 |
1518 | 2023-12-18T19:41:14.285Z | Compiling backtrace v0.3.69 |
1519 | 2023-12-18T19:41:14.486Z | Checking socket2 v0.5.5 |
1520 | 2023-12-18T19:41:15.195Z | Compiling futures-sink v0.3.29 |
1521 | 2023-12-18T19:41:15.424Z | Compiling errno v0.3.2 |
1522 | 2023-12-18T19:41:15.604Z | Compiling crc32fast v1.3.2 |
1523 | 2023-12-18T19:41:15.733Z | Compiling tinyvec_macros v0.1.1 |
1524 | 2023-12-18T19:41:15.918Z | Compiling crossbeam-utils v0.8.16 |
1525 | 2023-12-18T19:41:16.014Z | Compiling tinyvec v1.6.0 |
1526 | 2023-12-18T19:41:16.860Z | Compiling regex v1.10.2 |
1527 | 2023-12-18T19:41:16.991Z | Compiling pin-utils v0.1.0 |
1528 | 2023-12-18T19:41:17.007Z | Compiling anyhow v1.0.75 |
1529 | 2023-12-18T19:41:17.094Z | Compiling futures-io v0.3.29 |
1530 | 2023-12-18T19:41:17.179Z | Compiling spin v0.9.8 |
1531 | 2023-12-18T19:41:17.723Z | Compiling tracing-core v0.1.31 |
1532 | 2023-12-18T19:41:18.050Z | Compiling unicode-bidi v0.3.13 |
1533 | 2023-12-18T19:41:18.666Z | Compiling unicode-normalization v0.1.22 |
1534 | 2023-12-18T19:41:19.850Z | Compiling num-integer v0.1.45 |
1535 | 2023-12-18T19:41:19.925Z | Compiling serde_derive v1.0.193 |
1536 | 2023-12-18T19:41:20.426Z | Compiling thiserror-impl v1.0.49 |
1537 | 2023-12-18T19:41:20.434Z | Compiling zeroize_derive v1.4.2 |
1538 | 2023-12-18T19:41:20.448Z | Compiling tokio-macros v2.2.0 |
1539 | 2023-12-18T19:41:20.501Z | Compiling futures-macro v0.3.29 |
1540 | 2023-12-18T19:41:21.047Z | Compiling tracing-attributes v0.1.26 |
1541 | 2023-12-18T19:41:21.502Z | Compiling schemars_derive v0.8.13 |
1542 | 2023-12-18T19:41:22.869Z | Compiling zerocopy-derive v0.7.31 |
1543 | 2023-12-18T19:41:23.168Z | Checking zeroize v1.7.0 |
1544 | 2023-12-18T19:41:23.555Z | Compiling openssl-macros v0.1.1 |
1545 | 2023-12-18T19:41:25.621Z | Compiling thiserror v1.0.49 |
1546 | 2023-12-18T19:41:25.827Z | Compiling pest v2.7.2 |
1547 | 2023-12-18T19:41:26.833Z | Compiling zerocopy v0.7.31 |
1548 | 2023-12-18T19:41:26.986Z | Compiling der_derive v0.7.2 |
1549 | 2023-12-18T19:41:27.575Z | Compiling tracing v0.1.37 |
1550 | 2023-12-18T19:41:28.443Z | Compiling synstructure v0.12.6 |
1551 | 2023-12-18T19:41:28.739Z | Compiling lazy_static v1.4.0 |
1552 | 2023-12-18T19:41:29.101Z | Compiling slog v2.7.0 |
1553 | 2023-12-18T19:41:29.808Z | Compiling unicode-width v0.1.11 |
1554 | 2023-12-18T19:41:30.051Z | Checking subtle v2.5.0 |
1555 | 2023-12-18T19:41:30.434Z | Compiling hashbrown v0.13.2 |
1556 | 2023-12-18T19:41:30.461Z | Compiling base64 v0.21.5 |
1557 | 2023-12-18T19:41:30.599Z | Compiling pest_meta v2.7.2 |
1558 | 2023-12-18T19:41:30.619Z | Compiling rustversion v1.0.14 |
1559 | 2023-12-18T19:41:31.283Z | Compiling untrusted v0.7.1 |
1560 | 2023-12-18T19:41:31.424Z | Compiling zerocopy-derive v0.2.0 |
1561 | 2023-12-18T19:41:31.562Z | Compiling percent-encoding v2.3.1 |
1562 | 2023-12-18T19:41:31.620Z | Compiling foreign-types-shared v0.1.1 |
1563 | 2023-12-18T19:41:31.643Z | Compiling untrusted v0.9.0 |
1564 | 2023-12-18T19:41:31.756Z | Compiling openssl-probe v0.1.5 |
1565 | 2023-12-18T19:41:31.874Z | Compiling hashbrown v0.12.3 |
1566 | 2023-12-18T19:41:32.112Z | Compiling time-core v0.1.1 |
1567 | 2023-12-18T19:41:32.308Z | Compiling foreign-types v0.3.2 |
1568 | 2023-12-18T19:41:32.350Z | Compiling time-macros v0.2.13 |
1569 | 2023-12-18T19:41:35.158Z | Compiling pest_generator v2.7.2 |
1570 | 2023-12-18T19:41:37.555Z | Compiling try-lock v0.2.4 |
1571 | 2023-12-18T19:41:37.857Z | Compiling want v0.3.1 |
1572 | 2023-12-18T19:41:38.063Z | Compiling sct v0.7.0 |
1573 | 2023-12-18T19:41:38.326Z | Compiling rustls-webpki v0.101.7 |
1574 | 2023-12-18T19:41:38.521Z | Compiling form_urlencoded v1.2.1 |
1575 | 2023-12-18T19:41:39.103Z | Compiling pest_derive v2.7.2 |
1576 | 2023-12-18T19:41:39.316Z | Compiling socket2 v0.4.9 |
1577 | 2023-12-18T19:41:39.838Z | Compiling httpdate v1.0.3 |
1578 | 2023-12-18T19:41:40.281Z | Compiling tower-service v0.3.2 |
1579 | 2023-12-18T19:41:40.331Z | Compiling const-oid v0.9.5 |
1580 | 2023-12-18T19:41:40.446Z | Compiling either v1.9.0 |
1581 | 2023-12-18T19:41:40.952Z | Compiling rustls-pemfile v1.0.3 |
1582 | 2023-12-18T19:41:40.976Z | Compiling idna v0.5.0 |
1583 | 2023-12-18T19:41:41.494Z | Compiling memoffset v0.9.0 |
1584 | 2023-12-18T19:41:41.605Z | Compiling usdt-impl v0.3.5 |
1585 | 2023-12-18T19:41:41.916Z | Compiling adler v1.0.2 |
1586 | 2023-12-18T19:41:42.233Z | Compiling miniz_oxide v0.7.1 |
1587 | 2023-12-18T19:41:42.437Z | Compiling url v2.5.0 |
1588 | 2023-12-18T19:41:42.969Z | Checking bytes v1.5.0 |
1589 | 2023-12-18T19:41:43.981Z | Checking bitflags v2.4.0 |
1590 | 2023-12-18T19:41:43.987Z | Compiling rustls-native-certs v0.6.3 |
1591 | 2023-12-18T19:41:44.237Z | Checking tokio v1.35.0 |
1592 | 2023-12-18T19:41:45.544Z | Compiling indexmap v2.1.0 |
1593 | 2023-12-18T19:41:45.742Z | Compiling semver v1.0.20 |
1594 | 2023-12-18T19:41:46.397Z | Compiling uuid v1.6.1 |
1595 | 2023-12-18T19:41:46.623Z | Compiling chrono v0.4.31 |
1596 | 2023-12-18T19:41:46.942Z | Compiling rustc_version v0.4.0 |
1597 | 2023-12-18T19:41:47.505Z | Compiling http v0.2.11 |
1598 | 2023-12-18T19:41:49.084Z | Compiling serde_spanned v0.6.4 |
1599 | 2023-12-18T19:41:49.244Z | Compiling toml_datetime v0.6.5 |
1600 | 2023-12-18T19:41:49.945Z | Compiling toml_edit v0.19.15 |
1601 | 2023-12-18T19:41:49.958Z | Compiling openapiv3 v2.0.0 |
1602 | 2023-12-18T19:41:53.006Z | Compiling http-body v0.4.5 |
1603 | 2023-12-18T19:41:53.676Z | Compiling heapless v0.7.16 |
1604 | 2023-12-18T19:41:54.337Z | Compiling zerocopy v0.3.0 |
1605 | 2023-12-18T19:41:55.064Z | Checking crypto-common v0.1.6 |
1606 | 2023-12-18T19:41:55.340Z | Compiling ipnet v2.8.0 |
1607 | 2023-12-18T19:41:55.694Z | Compiling dof v0.1.5 |
1608 | 2023-12-18T19:41:57.168Z | Compiling serde_urlencoded v0.7.1 |
1609 | 2023-12-18T19:41:57.419Z | Compiling dtrace-parser v0.1.14 |
1610 | 2023-12-18T19:41:57.945Z | Compiling clap_derive v4.4.2 |
1611 | 2023-12-18T19:41:57.967Z | Compiling zerocopy-derive v0.6.4 |
1612 | 2023-12-18T19:41:58.566Z | Compiling crossbeam-epoch v0.9.15 |
1613 | 2023-12-18T19:41:58.642Z | Compiling encoding_rs v0.8.33 |
1614 | 2023-12-18T19:41:59.236Z | Compiling thread-id v4.2.0 |
1615 | 2023-12-18T19:41:59.378Z | Compiling gimli v0.28.0 |
1616 | 2023-12-18T19:42:00.782Z | Compiling tokio-util v0.7.10 |
1617 | 2023-12-18T19:42:01.602Z | Compiling tokio-rustls v0.24.1 |
1618 | 2023-12-18T19:42:02.242Z | Compiling mime v0.3.17 |
1619 | 2023-12-18T19:42:03.213Z | Compiling h2 v0.3.21 |
1620 | 2023-12-18T19:42:03.237Z | Compiling siphasher v0.3.11 |
1621 | 2023-12-18T19:42:03.241Z | Compiling webpki-roots v0.25.2 |
1622 | 2023-12-18T19:42:04.838Z | Compiling tokio-native-tls v0.3.1 |
1623 | 2023-12-18T19:42:05.411Z | Compiling serde_tokenstream v0.1.7 |
1624 | 2023-12-18T19:42:06.224Z | Compiling strum_macros v0.25.2 |
1625 | 2023-12-18T19:42:06.385Z | Compiling addr2line v0.21.0 |
1626 | 2023-12-18T19:42:06.485Z | Compiling block-buffer v0.10.4 |
1627 | 2023-12-18T19:42:06.871Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1628 | 2023-12-18T19:42:07.011Z | Compiling object v0.32.1 |
1629 | 2023-12-18T19:42:07.401Z | Compiling num-iter v0.1.43 |
1630 | 2023-12-18T19:42:07.566Z | Compiling rustc-demangle v0.1.23 |
1631 | 2023-12-18T19:42:08.424Z | Compiling flate2 v1.0.28 |
1632 | 2023-12-18T19:42:09.240Z | Compiling digest v0.10.7 |
1633 | 2023-12-18T19:42:09.341Z | Compiling doc-comment v0.3.3 |
1634 | 2023-12-18T19:42:09.993Z | Compiling ppv-lite86 v0.2.17 |
1635 | 2023-12-18T19:42:10.024Z | Compiling usdt-attr-macro v0.3.5 |
1636 | 2023-12-18T19:42:10.411Z | Compiling usdt-macro v0.3.5 |
1637 | 2023-12-18T19:42:11.250Z | Compiling rand_chacha v0.3.1 |
1638 | 2023-12-18T19:42:11.296Z | Compiling toml v0.7.8 |
1639 | 2023-12-18T19:42:12.324Z | Compiling toml_edit v0.21.0 |
1640 | 2023-12-18T19:42:12.461Z | Compiling hex v0.4.3 |
1641 | 2023-12-18T19:42:13.231Z | Compiling pin-project-internal v1.1.3 |
1642 | 2023-12-18T19:42:13.357Z | Compiling bit-vec v0.6.3 |
1643 | 2023-12-18T19:42:13.439Z | Checking bitflags v1.3.2 |
1644 | 2023-12-18T19:42:14.130Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1645 | 2023-12-18T19:42:14.208Z | Compiling rand v0.8.5 |
1646 | 2023-12-18T19:42:14.720Z | Compiling hyper v0.14.27 |
1647 | 2023-12-18T19:42:16.129Z | Compiling phf_shared v0.10.0 |
1648 | 2023-12-18T19:42:16.333Z | Compiling num-bigint v0.4.4 |
1649 | 2023-12-18T19:42:16.733Z | Compiling precomputed-hash v0.1.1 |
1650 | 2023-12-18T19:42:17.582Z | Compiling base64ct v1.6.0 |
1651 | 2023-12-18T19:42:17.792Z | Compiling minimal-lexical v0.2.1 |
1652 | 2023-12-18T19:42:18.342Z | Compiling new_debug_unreachable v1.0.4 |
1653 | 2023-12-18T19:42:18.456Z | Compiling smoltcp v0.9.1 |
1654 | 2023-12-18T19:42:18.610Z | Compiling fixedbitset v0.4.2 |
1655 | 2023-12-18T19:42:18.663Z | Compiling nom v7.1.3 |
1656 | 2023-12-18T19:42:19.299Z | Compiling petgraph v0.6.4 |
1657 | 2023-12-18T19:42:19.565Z | Compiling string_cache v0.8.7 |
1658 | 2023-12-18T19:42:19.899Z | Compiling pem-rfc7468 v0.7.0 |
1659 | 2023-12-18T19:42:20.820Z | Compiling bit-set v0.5.3 |
1660 | 2023-12-18T19:42:21.128Z | Compiling hmac v0.12.1 |
1661 | 2023-12-18T19:42:21.488Z | Compiling itertools v0.10.5 |
1662 | 2023-12-18T19:42:22.355Z | Compiling enum-as-inner v0.5.1 |
1663 | 2023-12-18T19:42:22.752Z | Compiling hubpack_derive v0.1.1 |
1664 | 2023-12-18T19:42:23.023Z | Compiling diesel_table_macro_syntax v0.1.0 |
1665 | 2023-12-18T19:42:24.209Z | Compiling lalrpop-util v0.19.12 |
1666 | 2023-12-18T19:42:24.504Z | Compiling flagset v0.4.3 |
1667 | 2023-12-18T19:42:24.679Z | Compiling unicode-segmentation v1.10.1 |
1668 | 2023-12-18T19:42:24.762Z | Compiling der v0.7.8 |
1669 | 2023-12-18T19:42:24.807Z | Compiling diesel_derives v2.1.2 |
1670 | 2023-12-18T19:42:25.791Z | Compiling hyper-rustls v0.24.2 |
1671 | 2023-12-18T19:42:25.943Z | Compiling hyper-tls v0.5.0 |
1672 | 2023-12-18T19:42:26.074Z | Compiling snafu-derive v0.7.5 |
1673 | 2023-12-18T19:42:26.136Z | Compiling cpufeatures v0.2.9 |
1674 | 2023-12-18T19:42:26.424Z | Compiling reqwest v0.11.22 |
1675 | 2023-12-18T19:42:26.607Z | Compiling sha2 v0.10.8 |
1676 | 2023-12-18T19:42:26.964Z | Compiling rustix v0.37.23 |
1677 | 2023-12-18T19:42:27.079Z | Compiling md-5 v0.10.5 |
1678 | 2023-12-18T19:42:28.798Z | Compiling spki v0.7.2 |
1679 | 2023-12-18T19:42:29.318Z | Compiling stringprep v0.1.3 |
1680 | 2023-12-18T19:42:29.394Z | Compiling serde_repr v0.1.16 |
1681 | 2023-12-18T19:42:30.240Z | Compiling hash32 v0.2.1 |
1682 | 2023-12-18T19:42:30.813Z | Compiling fallible-iterator v0.2.0 |
1683 | 2023-12-18T19:42:31.319Z | Compiling stable_deref_trait v1.2.0 |
1684 | 2023-12-18T19:42:31.319Z | Compiling pkcs8 v0.10.2 |
1685 | 2023-12-18T19:42:31.786Z | Compiling terminal_size v0.2.6 |
1686 | 2023-12-18T19:42:31.922Z | Compiling postgres-protocol v0.6.6 |
1687 | 2023-12-18T19:42:32.219Z | Compiling phf_shared v0.11.2 |
1688 | 2023-12-18T19:42:32.758Z | Compiling ff v0.13.0 |
1689 | 2023-12-18T19:42:32.929Z | Compiling block-padding v0.3.3 |
1690 | 2023-12-18T19:42:32.963Z | Compiling scheduled-thread-pool v0.2.7 |
1691 | 2023-12-18T19:42:33.144Z | Compiling regex-automata v0.1.10 |
1692 | 2023-12-18T19:42:33.933Z | Compiling num_threads v0.1.6 |
1693 | 2023-12-18T19:42:34.092Z | Compiling base16ct v0.2.0 |
1694 | 2023-12-18T19:42:34.111Z | Compiling deranged v0.3.8 |
1695 | 2023-12-18T19:42:34.189Z | Compiling managed v0.8.0 |
1696 | 2023-12-18T19:42:34.206Z | Compiling matches v0.1.10 |
1697 | 2023-12-18T19:42:34.321Z | Compiling idna v0.2.3 |
1698 | 2023-12-18T19:42:34.607Z | Compiling sec1 v0.7.3 |
1699 | 2023-12-18T19:42:35.445Z | Compiling clap_builder v4.4.2 |
1700 | 2023-12-18T19:42:35.589Z | Compiling bstr v0.2.17 |
1701 | 2023-12-18T19:42:36.978Z | Compiling time v0.3.27 |
1702 | 2023-12-18T19:42:37.011Z | Compiling r2d2 v0.8.10 |
1703 | 2023-12-18T19:42:37.555Z | Compiling inout v0.1.3 |
1704 | 2023-12-18T19:42:37.949Z | Compiling postgres-types v0.2.6 |
1705 | 2023-12-18T19:42:37.971Z | Compiling group v0.13.0 |
1706 | 2023-12-18T19:42:38.481Z | Compiling phf v0.11.2 |
1707 | 2023-12-18T19:42:38.525Z | Compiling bzip2 v0.4.4 |
1708 | 2023-12-18T19:42:38.892Z | Compiling hubpack v0.1.2 |
1709 | 2023-12-18T19:42:39.086Z | Compiling hkdf v0.12.3 |
1710 | 2023-12-18T19:42:39.460Z | Compiling pin-project v1.1.3 |
1711 | 2023-12-18T19:42:39.720Z | Compiling zerocopy v0.6.4 |
1712 | 2023-12-18T19:42:40.443Z | Compiling ipnetwork v0.20.0 |
1713 | 2023-12-18T19:42:41.234Z | Compiling itertools v0.11.0 |
1714 | 2023-12-18T19:42:41.846Z | Compiling crypto-bigint v0.5.2 |
1715 | 2023-12-18T19:42:43.415Z | Compiling futures-executor v0.3.29 |
1716 | 2023-12-18T19:42:45.970Z | Compiling float-cmp v0.9.0 |
1717 | 2023-12-18T19:42:46.030Z | Compiling whoami v1.4.1 |
1718 | 2023-12-18T19:42:46.304Z | Compiling static_assertions v1.1.0 |
1719 | 2023-12-18T19:42:46.358Z | Compiling data-encoding v2.4.0 |
1720 | 2023-12-18T19:42:46.428Z | Compiling normalize-line-endings v0.3.0 |
1721 | 2023-12-18T19:42:46.581Z | Compiling predicates-core v1.0.6 |
1722 | 2023-12-18T19:42:46.954Z | Compiling difflib v0.4.0 |
1723 | 2023-12-18T19:42:47.140Z | Compiling regex-automata v0.3.8 |
1724 | 2023-12-18T19:42:47.666Z | Compiling predicates v3.0.4 |
1725 | 2023-12-18T19:42:49.970Z | Compiling trust-dns-proto v0.22.0 |
1726 | 2023-12-18T19:42:50.365Z | Compiling bstr v1.6.0 |
1727 | 2023-12-18T19:42:50.437Z | Compiling tokio-postgres v0.7.10 |
1728 | 2023-12-18T19:42:50.828Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1729 | 2023-12-18T19:42:51.394Z | Compiling diesel v2.1.4 |
1730 | 2023-12-18T19:42:51.698Z | Compiling elliptic-curve v0.13.8 |
1731 | 2023-12-18T19:42:52.472Z | Compiling futures v0.3.29 |
1732 | 2023-12-18T19:42:52.627Z | Compiling yasna v0.5.2 |
1733 | 2023-12-18T19:42:52.877Z | Compiling clap v4.4.3 |
1734 | 2023-12-18T19:42:52.983Z | Compiling snafu v0.7.5 |
1735 | 2023-12-18T19:42:53.079Z | Compiling zip v0.6.6 |
1736 | 2023-12-18T19:42:54.378Z | Compiling cipher v0.4.4 |
1737 | 2023-12-18T19:42:55.150Z | Compiling similar v2.3.0 |
1738 | 2023-12-18T19:42:55.850Z | Compiling usdt v0.3.5 |
1739 | 2023-12-18T19:42:55.945Z | Compiling tokio-stream v0.1.14 |
1740 | 2023-12-18T19:42:56.357Z | Compiling console v0.15.7 |
1741 | 2023-12-18T19:42:57.833Z | Checking unicode-ident v1.0.12 |
1742 | 2023-12-18T19:42:58.097Z | Checking hashbrown v0.14.2 |
1743 | 2023-12-18T19:42:58.746Z | Checking equivalent v1.0.1 |
1744 | 2023-12-18T19:42:59.197Z | Checking proc-macro2 v1.0.69 |
1745 | 2023-12-18T19:43:01.022Z | Checking quote v1.0.33 |
1746 | 2023-12-18T19:43:02.929Z | Checking utf8parse v0.2.1 |
1747 | 2023-12-18T19:43:04.679Z | Checking anstyle v1.0.2 |
1748 | 2023-12-18T19:43:06.788Z | Checking io-lifetimes v1.0.11 |
1749 | 2023-12-18T19:43:11.094Z | Checking anstyle-parse v0.2.1 |
1750 | 2023-12-18T19:43:13.772Z | Checking colorchoice v1.0.0 |
1751 | 2023-12-18T19:43:13.977Z | Checking anstyle-query v1.0.0 |
1752 | 2023-12-18T19:43:14.092Z | Checking anstream v0.5.0 |
1753 | 2023-12-18T19:43:14.574Z | Checking clap_lex v0.5.1 |
1754 | 2023-12-18T19:43:14.634Z | Checking strsim v0.10.0 |
1755 | 2023-12-18T19:43:15.687Z | Checking winnow v0.5.15 |
1756 | 2023-12-18T19:43:26.028Z | Compiling serde_tokenstream v0.2.0 |
1757 | 2023-12-18T19:43:26.213Z | Compiling regress v0.7.1 |
1758 | 2023-12-18T19:43:31.081Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1759 | 2023-12-18T19:43:39.412Z | Compiling getopts v0.2.21 |
1760 | 2023-12-18T19:43:39.586Z | Compiling unsafe-libyaml v0.2.9 |
1761 | 2023-12-18T19:43:41.096Z | Checking heck v0.4.1 |
1762 | 2023-12-18T19:43:41.401Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1763 | 2023-12-18T19:43:41.837Z | Compiling serde_yaml v0.9.25 |
1764 | 2023-12-18T19:43:43.075Z | Compiling ident_case v1.0.1 |
1765 | 2023-12-18T19:43:43.279Z | Checking fastrand v2.0.0 |
1766 | 2023-12-18T19:43:43.322Z | Checking match_cfg v0.1.0 |
1767 | 2023-12-18T19:43:43.432Z | Checking hostname v0.3.1 |
1768 | 2023-12-18T19:43:43.600Z | Checking camino v1.1.6 |
1769 | 2023-12-18T19:43:43.744Z | Checking tempfile v3.8.1 |
1770 | 2023-12-18T19:43:44.028Z | Checking atty v0.2.14 |
1771 | 2023-12-18T19:43:44.173Z | Compiling paste v1.0.14 |
1772 | 2023-12-18T19:43:44.289Z | Checking quick-error v1.2.3 |
1773 | 2023-12-18T19:43:44.440Z | Checking crossbeam-channel v0.5.8 |
1774 | 2023-12-18T19:43:44.460Z | Checking sha1 v0.10.6 |
1775 | 2023-12-18T19:43:44.857Z | Checking dirs-sys-next v0.1.2 |
1776 | 2023-12-18T19:43:45.106Z | Checking dirs-next v2.0.0 |
1777 | 2023-12-18T19:43:45.261Z | Checking thread_local v1.1.7 |
1778 | 2023-12-18T19:43:45.592Z | Checking instant v0.1.12 |
1779 | 2023-12-18T19:43:45.708Z | Compiling slog-async v2.8.0 |
1780 | 2023-12-18T19:43:45.735Z | Checking term v0.7.0 |
1781 | 2023-12-18T19:43:46.409Z | Compiling multer v2.1.0 |
1782 | 2023-12-18T19:43:46.500Z | Checking debug-ignore v1.0.5 |
1783 | 2023-12-18T19:43:46.673Z | Checking take_mut v0.2.2 |
1784 | 2023-12-18T19:43:46.906Z | Checking slog-term v2.9.0 |
1785 | 2023-12-18T19:43:46.922Z | Compiling darling_core v0.20.3 |
1786 | 2023-12-18T19:43:47.286Z | Checking slog-json v2.6.1 |
1787 | 2023-12-18T19:43:47.642Z | Compiling async-stream-impl v0.3.5 |
1788 | 2023-12-18T19:43:47.662Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1789 | 2023-12-18T19:43:48.126Z | Checking atomic-waker v1.1.1 |
1790 | 2023-12-18T19:43:48.298Z | Checking waitgroup v0.1.2 |
1791 | 2023-12-18T19:43:48.559Z | Checking slog-bunyan v2.4.0 |
1792 | 2023-12-18T19:43:48.770Z | Checking toml v0.8.8 |
1793 | 2023-12-18T19:43:49.343Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1794 | 2023-12-18T19:43:50.273Z | Checking serde_path_to_error v0.1.14 |
1795 | 2023-12-18T19:43:50.281Z | Checking async-stream v0.3.5 |
1796 | 2023-12-18T19:43:50.281Z | Checking strum v0.25.0 |
1797 | 2023-12-18T19:43:50.281Z | Compiling structmeta-derive v0.2.0 |
1798 | 2023-12-18T19:43:50.281Z | Checking wait-timeout v0.2.0 |
1799 | 2023-12-18T19:43:50.398Z | Checking rusty-fork v0.3.0 |
1800 | 2023-12-18T19:43:50.821Z | Checking rand_xorshift v0.3.0 |
1801 | 2023-12-18T19:43:50.885Z | Compiling regex-syntax v0.7.5 |
1802 | 2023-12-18T19:43:51.049Z | Checking unarray v0.1.4 |
1803 | 2023-12-18T19:43:51.249Z | Checking proptest v1.4.0 |
1804 | 2023-12-18T19:43:55.210Z | Compiling structmeta v0.2.0 |
1805 | 2023-12-18T19:43:55.874Z | Checking backoff v0.4.0 |
1806 | 2023-12-18T19:43:56.309Z | Compiling test-strategy v0.3.1 |
1807 | 2023-12-18T19:43:57.032Z | Compiling darling_macro v0.20.3 |
1808 | 2023-12-18T19:43:58.522Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1809 | 2023-12-18T19:43:58.664Z | Compiling darling v0.20.3 |
1810 | 2023-12-18T19:43:58.720Z | Checking macaddr v1.0.1 |
1811 | 2023-12-18T19:43:58.828Z | Compiling serde_with_macros v3.4.0 |
1812 | 2023-12-18T19:43:58.928Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1813 | 2023-12-18T19:43:59.018Z | Checking camino-tempfile v1.1.1 |
1814 | 2023-12-18T19:43:59.188Z | Checking is-terminal v0.4.9 |
1815 | 2023-12-18T19:43:59.341Z | Compiling proc-macro-error-attr v1.0.4 |
1816 | 2023-12-18T19:43:59.409Z | Compiling proc-macro-error v1.0.4 |
1817 | 2023-12-18T19:43:59.529Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1818 | 2023-12-18T19:44:00.033Z | Compiling proc-macro-crate v1.3.1 |
1819 | 2023-12-18T19:44:00.721Z | Checking termtree v0.4.1 |
1820 | 2023-12-18T19:44:01.006Z | Checking predicates-tree v1.0.9 |
1821 | 2023-12-18T19:44:01.201Z | Compiling smoltcp v0.10.0 |
1822 | 2023-12-18T19:44:01.502Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1823 | 2023-12-18T19:44:01.820Z | Compiling num_enum_derive v0.5.11 |
1824 | 2023-12-18T19:44:02.302Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1825 | 2023-12-18T19:44:02.324Z | Compiling parse-display-derive v0.8.2 |
1826 | 2023-12-18T19:44:02.371Z | Checking cobs v0.2.3 |
1827 | 2023-12-18T19:44:02.625Z | Compiling crucible-workspace-hack v0.1.0 |
1828 | 2023-12-18T19:44:02.831Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1829 | 2023-12-18T19:44:03.020Z | Checking embedded-io v0.4.0 |
1830 | 2023-12-18T19:44:03.345Z | Checking serde_with v3.4.0 |
1831 | 2023-12-18T19:44:03.370Z | Checking postcard v1.0.8 |
1832 | 2023-12-18T19:44:03.415Z | Compiling foreign-types-macros v0.2.3 |
1833 | 2023-12-18T19:44:04.514Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1834 | 2023-12-18T19:44:04.951Z | Checking foreign-types-shared v0.3.1 |
1835 | 2023-12-18T19:44:05.103Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1836 | 2023-12-18T19:44:05.301Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1837 | 2023-12-18T19:44:05.483Z | Checking foreign-types v0.5.0 |
1838 | 2023-12-18T19:44:05.915Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1839 | 2023-12-18T19:44:06.103Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1840 | 2023-12-18T19:44:06.297Z | Checking num_enum v0.5.11 |
1841 | 2023-12-18T19:44:06.490Z | Checking cstr-argument v0.1.2 |
1842 | 2023-12-18T19:44:06.733Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1843 | 2023-12-18T19:44:07.172Z | Checking pretty-hex v0.2.1 |
1844 | 2023-12-18T19:44:07.392Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1845 | 2023-12-18T19:44:07.414Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1846 | 2023-12-18T19:44:07.531Z | Checking colored v2.0.4 |
1847 | 2023-12-18T19:44:07.783Z | Compiling zone_cfg_derive v0.3.0 |
1848 | 2023-12-18T19:44:07.850Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1849 | 2023-12-18T19:44:08.029Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1850 | 2023-12-18T19:44:08.396Z | Compiling num-derive v0.4.0 |
1851 | 2023-12-18T19:44:09.278Z | Compiling mockall_derive v0.12.0 |
1852 | 2023-12-18T19:44:09.937Z | Checking parse-display v0.8.2 |
1853 | 2023-12-18T19:44:10.031Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1854 | 2023-12-18T19:44:10.225Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1855 | 2023-12-18T19:44:10.264Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1856 | 2023-12-18T19:44:10.320Z | Checking downcast v0.11.0 |
1857 | 2023-12-18T19:44:10.604Z | Checking fragile v2.0.0 |
1858 | 2023-12-18T19:44:10.818Z | Checking zone v0.3.0 |
1859 | 2023-12-18T19:44:11.044Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1860 | 2023-12-18T19:44:11.395Z | Checking smf v0.2.2 |
1861 | 2023-12-18T19:44:12.071Z | Checking xattr v1.0.1 |
1862 | 2023-12-18T19:44:12.089Z | Checking filetime v0.2.23 |
1863 | 2023-12-18T19:44:12.328Z | Checking pem v3.0.2 |
1864 | 2023-12-18T19:44:12.331Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1865 | 2023-12-18T19:44:12.363Z | Checking tar v0.4.40 |
1866 | 2023-12-18T19:44:12.470Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1867 | 2023-12-18T19:44:12.698Z | Checking linked-hash-map v0.5.6 |
1868 | 2023-12-18T19:44:12.876Z | Checking headers-core v0.2.0 |
1869 | 2023-12-18T19:44:13.080Z | Checking itertools v0.12.0 |
1870 | 2023-12-18T19:44:13.100Z | Checking headers v0.3.9 |
1871 | 2023-12-18T19:44:13.281Z | Checking lru-cache v0.1.2 |
1872 | 2023-12-18T19:44:13.345Z | Checking password-hash v0.5.0 |
1873 | 2023-12-18T19:44:13.523Z | Checking blake2 v0.10.6 |
1874 | 2023-12-18T19:44:13.601Z | Checking swrite v0.1.0 |
1875 | 2023-12-18T19:44:13.748Z | Checking rcgen v0.11.3 |
1876 | 2023-12-18T19:44:14.028Z | Checking atomicwrites v0.4.2 |
1877 | 2023-12-18T19:44:14.179Z | Checking argon2 v0.5.2 |
1878 | 2023-12-18T19:44:14.280Z | Checking subprocess v0.2.9 |
1879 | 2023-12-18T19:44:14.782Z | Checking arc-swap v1.6.0 |
1880 | 2023-12-18T19:44:14.830Z | Compiling cancel-safe-futures v0.1.5 |
1881 | 2023-12-18T19:44:15.084Z | Checking half v1.8.2 |
1882 | 2023-12-18T19:44:15.112Z | Checking ciborium-io v0.2.1 |
1883 | 2023-12-18T19:44:15.265Z | Checking textwrap v0.11.0 |
1884 | 2023-12-18T19:44:15.343Z | Compiling heck v0.3.3 |
1885 | 2023-12-18T19:44:15.465Z | Checking slog-scope v4.4.0 |
1886 | 2023-12-18T19:44:15.579Z | Checking vec_map v0.8.2 |
1887 | 2023-12-18T19:44:16.110Z | Checking ciborium-ll v0.2.1 |
1888 | 2023-12-18T19:44:16.117Z | Compiling libefi-sys v0.1.0 |
1889 | 2023-12-18T19:44:16.117Z | Checking ansi_term v0.12.1 |
1890 | 2023-12-18T19:44:16.117Z | Checking strsim v0.8.0 |
1891 | 2023-12-18T19:44:16.157Z | Checking ciborium v0.2.1 |
1892 | 2023-12-18T19:44:16.177Z | Compiling structopt-derive v0.4.18 |
1893 | 2023-12-18T19:44:16.255Z | Checking slog-stdlog v4.1.1 |
1894 | 2023-12-18T19:44:16.432Z | Checking clap v2.34.0 |
1895 | 2023-12-18T19:44:17.132Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1896 | 2023-12-18T19:44:17.244Z | Checking slog-envlogger v2.2.0 |
1897 | 2023-12-18T19:44:17.753Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1898 | 2023-12-18T19:44:17.884Z | Compiling signal-hook v0.3.17 |
1899 | 2023-12-18T19:44:18.191Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1900 | 2023-12-18T19:44:18.214Z | Checking libsw v3.3.0 |
1901 | 2023-12-18T19:44:18.504Z | Compiling derive-where v1.2.6 |
1902 | 2023-12-18T19:44:18.576Z | Checking owo-colors v3.5.0 |
1903 | 2023-12-18T19:44:18.791Z | Checking linear-map v1.2.0 |
1904 | 2023-12-18T19:44:19.300Z | Checking resolv-conf v0.7.0 |
1905 | 2023-12-18T19:44:19.846Z | Compiling slog-dtrace v0.2.3 |
1906 | 2023-12-18T19:44:20.349Z | Checking trust-dns-resolver v0.22.0 |
1907 | 2023-12-18T19:44:21.023Z | Compiling convert_case v0.4.0 |
1908 | 2023-12-18T19:44:21.095Z | Checking structopt v0.3.26 |
1909 | 2023-12-18T19:44:21.855Z | Checking nibble_vec v0.1.0 |
1910 | 2023-12-18T19:44:22.105Z | Checking endian-type v0.1.2 |
1911 | 2023-12-18T19:44:22.236Z | Checking fxhash v0.2.1 |
1912 | 2023-12-18T19:44:22.424Z | Checking radix_trie v0.2.1 |
1913 | 2023-12-18T19:44:22.474Z | Checking termcolor v1.2.0 |
1914 | 2023-12-18T19:44:22.525Z | Compiling derive_more v0.99.17 |
1915 | 2023-12-18T19:44:22.801Z | Compiling same-file v1.0.6 |
1916 | 2023-12-18T19:44:23.062Z | Checking mockall v0.12.0 |
1917 | 2023-12-18T19:44:23.067Z | Compiling radium v0.7.0 |
1918 | 2023-12-18T19:44:23.108Z | Compiling walkdir v2.4.0 |
1919 | 2023-12-18T19:44:23.150Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1920 | 2023-12-18T19:44:23.190Z | Compiling semver-parser v0.10.2 |
1921 | 2023-12-18T19:44:26.301Z | Checking tap v1.0.1 |
1922 | 2023-12-18T19:44:26.385Z | Compiling maybe-uninit v2.0.0 |
1923 | 2023-12-18T19:44:26.385Z | Checking wyz v0.5.1 |
1924 | 2023-12-18T19:44:26.385Z | Compiling semver v0.11.0 |
1925 | 2023-12-18T19:44:26.385Z | Compiling num-rational v0.4.1 |
1926 | 2023-12-18T19:44:26.385Z | Compiling home v0.5.5 |
1927 | 2023-12-18T19:44:26.385Z | Checking crc-catalog v2.2.0 |
1928 | 2023-12-18T19:44:26.385Z | Compiling num-bigint-dig v0.8.4 |
1929 | 2023-12-18T19:44:26.386Z | Checking funty v2.0.0 |
1930 | 2023-12-18T19:44:26.386Z | Compiling packed_struct v0.10.1 |
1931 | 2023-12-18T19:44:26.386Z | Checking crc v3.0.1 |
1932 | 2023-12-18T19:44:26.386Z | Compiling toolchain_find v0.2.0 |
1933 | 2023-12-18T19:44:26.936Z | Compiling toml v0.5.11 |
1934 | 2023-12-18T19:44:27.155Z | Compiling packed_struct_codegen v0.10.1 |
1935 | 2023-12-18T19:44:27.510Z | Checking nodrop v0.1.14 |
1936 | 2023-12-18T19:44:27.599Z | Checking bitvec v1.0.1 |
1937 | 2023-12-18T19:44:27.658Z | Checking array-init v0.0.4 |
1938 | 2023-12-18T19:44:29.430Z | Compiling omicron-zone-package v0.9.1 |
1939 | 2023-12-18T19:44:30.222Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1940 | 2023-12-18T19:44:30.727Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1941 | 2023-12-18T19:44:30.745Z | Compiling rustfmt-wrapper v0.2.0 |
1942 | 2023-12-18T19:44:31.718Z | Checking smallvec v0.6.14 |
1943 | 2023-12-18T19:44:32.302Z | Checking newline-converter v0.3.0 |
1944 | 2023-12-18T19:44:32.542Z | Checking pkcs1 v0.7.5 |
1945 | 2023-12-18T19:44:33.158Z | Checking signature v2.1.0 |
1946 | 2023-12-18T19:44:33.411Z | Checking num-complex v0.4.4 |
1947 | 2023-12-18T19:44:34.937Z | Checking keccak v0.1.4 |
1948 | 2023-12-18T19:44:35.314Z | Checking bitfield v0.14.0 |
1949 | 2023-12-18T19:44:35.381Z | Checking utf-8 v0.7.6 |
1950 | 2023-12-18T19:44:35.661Z | Checking tungstenite v0.20.1 |
1951 | 2023-12-18T19:44:35.745Z | Checking sha3 v0.10.8 |
1952 | 2023-12-18T19:44:36.049Z | Checking rsa v0.9.2 |
1953 | 2023-12-18T19:44:36.321Z | Checking num v0.4.1 |
1954 | 2023-12-18T19:44:36.325Z | Checking expectorate v1.1.0 |
1955 | 2023-12-18T19:44:36.459Z | Checking serde-hex v0.1.0 |
1956 | 2023-12-18T19:44:36.557Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1957 | 2023-12-18T19:44:36.849Z | Checking env_logger v0.10.0 |
1958 | 2023-12-18T19:44:36.896Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1959 | 2023-12-18T19:44:37.069Z | Checking x509-cert v0.2.4 |
1960 | 2023-12-18T19:44:37.460Z | Checking ron v0.8.1 |
1961 | 2023-12-18T19:44:37.486Z | Checking secrecy v0.8.0 |
1962 | 2023-12-18T19:44:37.792Z | Checking crc-any v2.4.3 |
1963 | 2023-12-18T19:44:38.399Z | Checking tokio-tungstenite v0.20.1 |
1964 | 2023-12-18T19:44:38.489Z | Checking signal-hook-mio v0.2.3 |
1965 | 2023-12-18T19:44:38.503Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1966 | 2023-12-18T19:44:38.672Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1967 | 2023-12-18T19:44:38.856Z | Checking object v0.30.4 |
1968 | 2023-12-18T19:44:39.162Z | Checking path-slash v0.1.5 |
1969 | 2023-12-18T19:44:39.333Z | Compiling buf-list v1.0.3 |
1970 | 2023-12-18T19:44:39.423Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1971 | 2023-12-18T19:44:39.737Z | Checking glob v0.3.1 |
1972 | 2023-12-18T19:44:39.741Z | Compiling parking_lot_core v0.8.6 |
1973 | 2023-12-18T19:44:40.128Z | Checking display-error-chain v0.2.0 |
1974 | 2023-12-18T19:44:40.308Z | Checking trust-dns-client v0.22.0 |
1975 | 2023-12-18T19:44:40.772Z | Checking pretty-hex v0.4.0 |
1976 | 2023-12-18T19:44:40.848Z | Checking parking_lot v0.11.2 |
1977 | 2023-12-18T19:44:41.001Z | Compiling vte_generate_state_changes v0.1.1 |
1978 | 2023-12-18T19:44:41.344Z | Checking sled v0.34.7 |
1979 | 2023-12-18T19:44:42.025Z | Checking arrayvec v0.5.2 |
1980 | 2023-12-18T19:44:42.218Z | Compiling semver v0.1.20 |
1981 | 2023-12-18T19:44:42.288Z | Checking trust-dns-server v0.22.1 |
1982 | 2023-12-18T19:44:42.711Z | Checking vte v0.10.1 |
1983 | 2023-12-18T19:44:43.362Z | Compiling rustc_version v0.1.7 |
1984 | 2023-12-18T19:44:43.444Z | Checking fd-lock v3.0.13 |
1985 | 2023-12-18T19:44:43.881Z | Checking crossterm v0.26.1 |
1986 | 2023-12-18T19:44:44.148Z | Compiling newtype_derive v0.1.6 |
1987 | 2023-12-18T19:44:44.547Z | Checking crossbeam-deque v0.8.3 |
1988 | 2023-12-18T19:44:45.009Z | Compiling unicase v2.7.0 |
1989 | 2023-12-18T19:44:45.038Z | Checking strip-ansi-escapes v0.1.1 |
1990 | 2023-12-18T19:44:45.226Z | Compiling rayon-core v1.12.0 |
1991 | 2023-12-18T19:44:45.437Z | Compiling platforms v3.0.2 |
1992 | 2023-12-18T19:44:45.641Z | Checking nu-ansi-term v0.49.0 |
1993 | 2023-12-18T19:44:46.257Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1994 | 2023-12-18T19:44:46.496Z | Checking reedline v0.22.0 |
1995 | 2023-12-18T19:44:46.656Z | Compiling memoffset v0.7.1 |
1996 | 2023-12-18T19:44:46.809Z | Checking steno v0.4.0 |
1997 | 2023-12-18T19:44:47.114Z | Compiling curve25519-dalek v4.1.1 |
1998 | 2023-12-18T19:44:47.273Z | Checking rayon v1.8.0 |
1999 | 2023-12-18T19:44:47.834Z | Checking globset v0.4.13 |
2000 | 2023-12-18T19:44:47.954Z | Checking olpc-cjson v0.1.3 |
2001 | 2023-12-18T19:44:48.302Z | Checking serde_plain v1.0.2 |
2002 | 2023-12-18T19:44:48.640Z | Compiling async-recursion v1.0.5 |
2003 | 2023-12-18T19:44:48.644Z | Checking typed-path v0.7.0 |
2004 | 2023-12-18T19:44:49.016Z | Compiling mime_guess v2.0.4 |
2005 | 2023-12-18T19:44:49.742Z | Checking universal-hash v0.5.1 |
2006 | 2023-12-18T19:44:49.990Z | Compiling thiserror-impl-no-std v2.0.2 |
2007 | 2023-12-18T19:44:50.358Z | Compiling curve25519-dalek-derive v0.1.0 |
2008 | 2023-12-18T19:44:50.569Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2009 | 2023-12-18T19:44:50.989Z | Checking signature v1.6.4 |
2010 | 2023-12-18T19:44:51.135Z | Checking opaque-debug v0.3.0 |
2011 | 2023-12-18T19:44:51.149Z | Compiling salty v0.2.0 |
2012 | 2023-12-18T19:44:51.240Z | Checking poly1305 v0.8.0 |
2013 | 2023-12-18T19:44:51.657Z | Checking tough v0.16.0 |
2014 | 2023-12-18T19:44:51.941Z | Checking ed25519 v1.5.3 |
2015 | 2023-12-18T19:44:52.089Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2016 | 2023-12-18T19:44:52.583Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2017 | 2023-12-18T19:44:53.044Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2018 | 2023-12-18T19:44:53.406Z | Checking chacha20 v0.9.1 |
2019 | 2023-12-18T19:44:53.564Z | Checking aead v0.5.2 |
2020 | 2023-12-18T19:44:53.811Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2021 | 2023-12-18T19:44:53.932Z | Checking serde-big-array v0.5.1 |
2022 | 2023-12-18T19:44:54.079Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2023 | 2023-12-18T19:44:54.109Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2024 | 2023-12-18T19:44:54.237Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2025 | 2023-12-18T19:44:55.556Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2026 | 2023-12-18T19:44:55.767Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2027 | 2023-12-18T19:44:55.784Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2028 | 2023-12-18T19:44:58.003Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2029 | 2023-12-18T19:44:58.367Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2030 | 2023-12-18T19:44:58.872Z | Checking thiserror-no-std v2.0.2 |
2031 | 2023-12-18T19:44:59.017Z | Checking kstat-rs v0.2.3 |
2032 | 2023-12-18T19:44:59.195Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2033 | 2023-12-18T19:44:59.644Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2034 | 2023-12-18T19:45:00.538Z | Checking bytecount v0.6.3 |
2035 | 2023-12-18T19:45:00.583Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2036 | 2023-12-18T19:45:00.717Z | Checking papergrid v0.10.0 |
2037 | 2023-12-18T19:45:01.164Z | Checking vsss-rs v3.3.2 |
2038 | 2023-12-18T19:45:02.933Z | Checking chacha20poly1305 v0.10.1 |
2039 | 2023-12-18T19:45:04.203Z | Checking signal-hook-tokio v0.3.1 |
2040 | 2023-12-18T19:45:04.350Z | Compiling tabled_derive v0.6.0 |
2041 | 2023-12-18T19:45:04.434Z | Checking nix v0.26.4 |
2042 | 2023-12-18T19:45:04.996Z | Checking serde-big-array v0.4.1 |
2043 | 2023-12-18T19:45:05.227Z | Compiling sqlparser_derive v0.1.1 |
2044 | 2023-12-18T19:45:07.047Z | Checking unicode_categories v0.1.1 |
2045 | 2023-12-18T19:45:07.276Z | Checking sqlparser v0.36.1 |
2046 | 2023-12-18T19:45:07.533Z | Checking sqlformat v0.2.3 |
2047 | 2023-12-18T19:45:07.647Z | Checking rustyline v12.0.0 |
2048 | 2023-12-18T19:45:08.639Z | Checking tabled v0.14.0 |
2049 | 2023-12-18T19:45:09.822Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2050 | 2023-12-18T19:45:10.362Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2051 | 2023-12-18T19:45:11.459Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2052 | 2023-12-18T19:45:12.836Z | Checking bcs v0.1.6 |
2053 | 2023-12-18T19:45:13.069Z | Checking highway v1.1.0 |
2054 | 2023-12-18T19:45:13.606Z | Checking corncobs v0.1.3 |
2055 | 2023-12-18T19:45:13.718Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2056 | 2023-12-18T19:45:13.871Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2057 | 2023-12-18T19:45:14.144Z | Checking http-range v0.1.5 |
2058 | 2023-12-18T19:45:14.402Z | Compiling portable-atomic v1.4.3 |
2059 | 2023-12-18T19:45:14.778Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2060 | 2023-12-18T19:45:15.135Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2061 | 2023-12-18T19:45:15.924Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2062 | 2023-12-18T19:45:16.882Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2063 | 2023-12-18T19:45:17.867Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2064 | 2023-12-18T19:45:18.499Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2065 | 2023-12-18T19:45:18.900Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2066 | 2023-12-18T19:45:19.121Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2067 | 2023-12-18T19:45:19.983Z | Compiling crunchy v0.2.2 |
2068 | 2023-12-18T19:45:20.795Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2069 | 2023-12-18T19:45:21.585Z | Checking hyper-staticfile v0.9.5 |
2070 | 2023-12-18T19:45:21.756Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2071 | 2023-12-18T19:45:22.129Z | Compiling clang-sys v1.6.1 |
2072 | 2023-12-18T19:45:23.237Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2073 | 2023-12-18T19:45:23.349Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2074 | 2023-12-18T19:45:23.410Z | Compiling tiny-keccak v2.0.2 |
2075 | 2023-12-18T19:45:23.894Z | Compiling prettyplease v0.2.12 |
2076 | 2023-12-18T19:45:24.303Z | Checking assert_matches v1.5.0 |
2077 | 2023-12-18T19:45:27.207Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2078 | 2023-12-18T19:45:27.388Z | Compiling darling_core v0.14.4 |
2079 | 2023-12-18T19:45:28.131Z | Checking humantime v2.1.0 |
2080 | 2023-12-18T19:45:28.563Z | Checking number_prefix v0.4.0 |
2081 | 2023-12-18T19:45:28.830Z | Checking indicatif v0.17.7 |
2082 | 2023-12-18T19:45:29.992Z | Compiling ascii-canvas v3.0.0 |
2083 | 2023-12-18T19:45:30.279Z | Compiling ena v0.14.2 |
2084 | 2023-12-18T19:45:30.844Z | Compiling libloading v0.7.4 |
2085 | 2023-12-18T19:45:31.046Z | Compiling regex-syntax v0.6.29 |
2086 | 2023-12-18T19:45:31.850Z | Compiling diff v0.1.13 |
2087 | 2023-12-18T19:45:32.551Z | Compiling bindgen v0.65.1 |
2088 | 2023-12-18T19:45:37.419Z | Compiling darling_macro v0.14.4 |
2089 | 2023-12-18T19:45:39.045Z | Compiling darling v0.14.4 |
2090 | 2023-12-18T19:45:39.182Z | Compiling lalrpop v0.19.12 |
2091 | 2023-12-18T19:45:39.199Z | Compiling cexpr v0.6.0 |
2092 | 2023-12-18T19:45:41.002Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2093 | 2023-12-18T19:45:41.006Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2094 | 2023-12-18T19:45:41.114Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2095 | 2023-12-18T19:45:41.945Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2096 | 2023-12-18T19:45:42.296Z | Compiling which v4.4.0 |
2097 | 2023-12-18T19:45:43.261Z | Checking maplit v1.0.2 |
2098 | 2023-12-18T19:45:43.398Z | Compiling peeking_take_while v0.1.2 |
2099 | 2023-12-18T19:45:43.464Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2100 | 2023-12-18T19:45:43.682Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2101 | 2023-12-18T19:45:45.714Z | Compiling shlex v1.1.0 |
2102 | 2023-12-18T19:45:46.081Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2103 | 2023-12-18T19:45:46.148Z | Compiling lazycell v1.3.0 |
2104 | 2023-12-18T19:45:46.385Z | Compiling ref-cast v1.0.20 |
2105 | 2023-12-18T19:45:47.123Z | Compiling rustc-hash v1.1.0 |
2106 | 2023-12-18T19:45:47.974Z | Compiling derive_builder_core v0.12.0 |
2107 | 2023-12-18T19:45:48.964Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2108 | 2023-12-18T19:45:49.379Z | Compiling ref-cast-impl v1.0.20 |
2109 | 2023-12-18T19:45:50.341Z | Compiling libxml v0.3.3 |
2110 | 2023-12-18T19:45:50.928Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2111 | 2023-12-18T19:45:51.563Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2112 | 2023-12-18T19:45:51.568Z | Compiling strum_macros v0.24.3 |
2113 | 2023-12-18T19:45:52.051Z | Compiling derive_builder_macro v0.12.0 |
2114 | 2023-12-18T19:45:53.418Z | Compiling fs-err v2.11.0 |
2115 | 2023-12-18T19:45:53.826Z | Compiling cookie v0.18.0 |
2116 | 2023-12-18T19:45:54.060Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2117 | 2023-12-18T19:45:54.275Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2118 | 2023-12-18T19:45:54.705Z | Compiling indoc v1.0.9 |
2119 | 2023-12-18T19:45:56.106Z | Checking derive_builder v0.12.0 |
2120 | 2023-12-18T19:45:56.349Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2121 | 2023-12-18T19:45:57.997Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2122 | 2023-12-18T19:45:58.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2123 | 2023-12-18T19:45:58.480Z | Checking bb8 v0.8.1 |
2124 | 2023-12-18T19:45:58.760Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2125 | 2023-12-18T19:45:59.120Z | Checking quick-xml v0.23.1 |
2126 | 2023-12-18T19:45:59.157Z | Compiling impl-trait-for-tuples v0.2.2 |
2127 | 2023-12-18T19:45:59.835Z | Compiling oso-derive v0.27.0 |
2128 | 2023-12-18T19:46:00.080Z | Checking smawk v0.3.1 |
2129 | 2023-12-18T19:46:00.266Z | Checking unicode-linebreak v0.1.5 |
2130 | 2023-12-18T19:46:00.365Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2131 | 2023-12-18T19:46:00.983Z | Checking textwrap v0.16.0 |
2132 | 2023-12-18T19:46:01.571Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2133 | 2023-12-18T19:46:01.577Z | Checking bytesize v1.3.0 |
2134 | 2023-12-18T19:46:01.974Z | Checking is_ci v1.1.1 |
2135 | 2023-12-18T19:46:02.120Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2136 | 2023-12-18T19:46:02.129Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2137 | 2023-12-18T19:46:02.129Z | Checking supports-color v2.1.0 |
2138 | 2023-12-18T19:46:02.394Z | Checking crossterm v0.27.0 |
2139 | 2023-12-18T19:46:02.598Z | Compiling indoc v2.0.3 |
2140 | 2023-12-18T19:46:04.262Z | Checking cassowary v0.3.0 |
2141 | 2023-12-18T19:46:04.425Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2142 | 2023-12-18T19:46:04.606Z | Checking rtoolbox v0.0.1 |
2143 | 2023-12-18T19:46:04.777Z | Checking ratatui v0.23.0 |
2144 | 2023-12-18T19:46:04.873Z | Checking rpassword v7.3.1 |
2145 | 2023-12-18T19:46:05.091Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2146 | 2023-12-18T19:46:06.430Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2147 | 2023-12-18T19:46:06.842Z | Checking shell-words v1.1.0 |
2148 | 2023-12-18T19:46:07.108Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2149 | 2023-12-18T19:46:08.164Z | Checking fatfs v0.3.6 |
2150 | 2023-12-18T19:46:08.628Z | Checking tui-tree-widget v0.13.0 |
2151 | 2023-12-18T19:46:09.016Z | Checking yansi v0.5.1 |
2152 | 2023-12-18T19:46:09.423Z | Compiling target-lexicon v0.12.12 |
2153 | 2023-12-18T19:46:09.715Z | Checking pretty_assertions v1.4.0 |
2154 | 2023-12-18T19:46:09.821Z | Checking plotters-backend v0.3.5 |
2155 | 2023-12-18T19:46:09.978Z | Compiling guppy-workspace-hack v0.1.0 |
2156 | 2023-12-18T19:46:10.386Z | Checking plotters-svg v0.3.5 |
2157 | 2023-12-18T19:46:10.459Z | Checking rand v0.4.6 |
2158 | 2023-12-18T19:46:10.699Z | Checking cast v0.3.0 |
2159 | 2023-12-18T19:46:11.204Z | Compiling target-spec v3.0.1 |
2160 | 2023-12-18T19:46:11.777Z | Checking remove_dir_all v0.5.3 |
2161 | 2023-12-18T19:46:11.907Z | Checking cfg-expr v0.15.5 |
2162 | 2023-12-18T19:46:11.922Z | Checking tempdir v0.3.7 |
2163 | 2023-12-18T19:46:12.428Z | Checking criterion-plot v0.5.0 |
2164 | 2023-12-18T19:46:12.428Z | Checking plotters v0.3.5 |
2165 | 2023-12-18T19:46:12.944Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2166 | 2023-12-18T19:46:13.054Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2167 | 2023-12-18T19:46:14.247Z | Checking tinytemplate v1.2.1 |
2168 | 2023-12-18T19:46:14.828Z | Checking cargo-platform v0.1.3 |
2169 | 2023-12-18T19:46:14.981Z | Checking anes v0.1.6 |
2170 | 2023-12-18T19:46:15.272Z | Checking oorandom v11.1.3 |
2171 | 2023-12-18T19:46:15.482Z | Checking cargo_metadata v0.18.1 |
2172 | 2023-12-18T19:46:15.585Z | Checking criterion v0.5.1 |
2173 | 2023-12-18T19:46:18.654Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2174 | 2023-12-18T19:46:18.823Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2175 | 2023-12-18T19:46:19.680Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2176 | 2023-12-18T19:46:20.235Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2177 | 2023-12-18T19:46:20.263Z | Checking assert_cmd v2.0.12 |
2178 | 2023-12-18T19:46:20.893Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2179 | 2023-12-18T19:46:23.236Z | Checking pathdiff v0.2.1 |
2180 | 2023-12-18T19:46:23.444Z | Checking nested v0.1.1 |
2181 | 2023-12-18T19:46:23.743Z | Checking guppy v0.17.4 |
2182 | 2023-12-18T19:46:27.149Z | Checking threadpool v1.8.1 |
2183 | 2023-12-18T19:46:27.433Z | Checking nanorand v0.7.0 |
2184 | 2023-12-18T19:46:27.955Z | Checking topological-sort v0.2.2 |
2185 | 2023-12-18T19:46:28.227Z | Checking flume v0.11.0 |
2186 | 2023-12-18T19:46:28.648Z | Checking libtest-mimic v0.6.1 |
2187 | 2023-12-18T19:46:28.989Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2188 | 2023-12-18T19:46:29.292Z | Checking httptest v0.15.5 |
2189 | 2023-12-18T19:46:29.754Z | Checking similar-asserts v1.5.0 |
2190 | 2023-12-18T19:46:30.086Z | Compiling rstest_macros v0.18.2 |
2191 | 2023-12-18T19:46:30.483Z | Compiling crossbeam-queue v0.3.8 |
2192 | 2023-12-18T19:46:30.989Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2193 | 2023-12-18T19:46:31.271Z | Checking datatest-stable v0.2.3 |
2194 | 2023-12-18T19:46:31.584Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2195 | 2023-12-18T19:46:32.820Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2196 | 2023-12-18T19:46:32.848Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2197 | 2023-12-18T19:46:33.563Z | Checking arrayref v0.3.7 |
2198 | 2023-12-18T19:46:33.685Z | Checking constant_time_eq v0.2.6 |
2199 | 2023-12-18T19:46:33.850Z | Compiling trybuild v1.0.85 |
2200 | 2023-12-18T19:46:33.861Z | Compiling relative-path v1.9.0 |
2201 | 2023-12-18T19:46:34.226Z | Checking arrayvec v0.7.4 |
2202 | 2023-12-18T19:46:34.793Z | Checking blake2b_simd v1.0.1 |
2203 | 2023-12-18T19:46:35.354Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2204 | 2023-12-18T19:46:36.093Z | Checking basic-toml v0.1.4 |
2205 | 2023-12-18T19:46:37.446Z | Checking futures-timer v3.0.2 |
2206 | 2023-12-18T19:46:37.869Z | Checking constant_time_eq v0.3.0 |
2207 | 2023-12-18T19:46:38.059Z | Checking rust-argon2 v1.0.1 |
2208 | 2023-12-18T19:46:41.166Z | Checking crossbeam v0.8.2 |
2209 | 2023-12-18T19:46:41.195Z | Checking partial-io v0.5.4 |
2210 | 2023-12-18T19:46:41.742Z | Checking approx v0.5.1 |
2211 | 2023-12-18T19:46:42.086Z | Checking termios v0.3.3 |
2212 | 2023-12-18T19:46:42.375Z | Checking hex-literal v0.4.1 |
2213 | 2023-12-18T19:46:50.757Z | Checking rstest v0.18.2 |
2214 | 2023-12-18T19:46:54.220Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2215 | 2023-12-18T19:46:57.189Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2216 | 2023-12-18T19:48:02.051Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2217 | 2023-12-18T19:48:04.082Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2218 | 2023-12-18T19:48:08.331Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2219 | 2023-12-18T19:48:20.453Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2220 | 2023-12-18T19:48:43.819Z | Compiling polar-core v0.27.0 |
2221 | 2023-12-18T19:48:54.465Z | Checking oso v0.27.0 |
2222 | 2023-12-18T19:49:31.519Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2223 | 2023-12-18T19:50:53.954Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 03s |
2224 | 2023-12-18T19:50:54.165Z | |
2225 | 2023-12-18T19:50:54.166Z | real 11:01.665795577 |
2226 | 2023-12-18T19:50:54.166Z | user 1:00:19.319085419 |
2227 | 2023-12-18T19:50:54.166Z | sys 7:41.870585451 |
2228 | 2023-12-18T19:50:54.172Z | trap 2.213840419 |
2229 | 2023-12-18T19:50:54.172Z | tflt 4.719557299 |
2230 | 2023-12-18T19:50:54.173Z | dflt 6.437562871 |
2231 | 2023-12-18T19:50:54.173Z | kflt 0.025758257 |
2232 | 2023-12-18T19:50:54.173Z | lock 1:34:59.555349545 |
2233 | 2023-12-18T19:50:54.173Z | slp 2:58:57.437842828 |
2234 | 2023-12-18T19:50:54.173Z | lat 2:07.303159695 |
2235 | 2023-12-18T19:50:54.173Z | stop 4:13.740667610 |
2236 | 2023-12-18T19:50:55.340Z | warning: output filename collision. |
2237 | 2023-12-18T19:50:55.340Z | 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)`. |
2238 | 2023-12-18T19:50:55.341Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2239 | 2023-12-18T19:50:55.341Z | The targets should have unique names. |
2240 | 2023-12-18T19:50:55.341Z | This is a known bug where multiple crates with the same name use |
2241 | 2023-12-18T19:50:55.341Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2242 | 2023-12-18T19:50:55.344Z | warning: output filename collision. |
2243 | 2023-12-18T19:50:55.344Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2244 | 2023-12-18T19:50:55.344Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2245 | 2023-12-18T19:50:55.344Z | The targets should have unique names. |
2246 | 2023-12-18T19:50:55.344Z | This is a known bug where multiple crates with the same name use |
2247 | 2023-12-18T19:50:55.344Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2248 | 2023-12-18T19:50:55.344Z | warning: output filename collision. |
2249 | 2023-12-18T19:50:55.345Z | 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)`. |
2250 | 2023-12-18T19:50:55.345Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2251 | 2023-12-18T19:50:55.345Z | The targets should have unique names. |
2252 | 2023-12-18T19:50:55.345Z | This is a known bug where multiple crates with the same name use |
2253 | 2023-12-18T19:50:55.345Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2254 | 2023-12-18T19:50:55.345Z | warning: output filename collision. |
2255 | 2023-12-18T19:50:55.345Z | 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)`. |
2256 | 2023-12-18T19:50:55.346Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2257 | 2023-12-18T19:50:55.348Z | The targets should have unique names. |
2258 | 2023-12-18T19:50:55.348Z | This is a known bug where multiple crates with the same name use |
2259 | 2023-12-18T19:50:55.348Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2260 | 2023-12-18T19:50:55.946Z | Documenting libc v0.2.151 |
2261 | 2023-12-18T19:50:55.967Z | Documenting cfg-if v1.0.0 |
2262 | 2023-12-18T19:50:55.975Z | Documenting serde_derive v1.0.193 |
2263 | 2023-12-18T19:50:56.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2264 | 2023-12-18T19:50:56.011Z | Documenting log v0.4.20 |
2265 | 2023-12-18T19:50:56.011Z | Documenting scopeguard v1.2.0 |
2266 | 2023-12-18T19:50:56.040Z | Documenting memchr v2.6.3 |
2267 | 2023-12-18T19:50:56.053Z | Documenting itoa v1.0.9 |
2268 | 2023-12-18T19:50:56.417Z | Documenting smallvec v1.11.2 |
2269 | 2023-12-18T19:50:59.983Z | Documenting lock_api v0.4.10 |
2270 | 2023-12-18T19:51:00.031Z | Documenting zeroize_derive v1.4.2 |
2271 | 2023-12-18T19:51:00.161Z | Documenting pin-project-lite v0.2.13 |
2272 | 2023-12-18T19:51:00.872Z | Documenting libm v0.2.7 |
2273 | 2023-12-18T19:51:01.926Z | Documenting futures-core v0.3.29 |
2274 | 2023-12-18T19:51:02.256Z | Documenting getrandom v0.2.10 |
2275 | 2023-12-18T19:51:02.739Z | Documenting parking_lot_core v0.9.8 |
2276 | 2023-12-18T19:51:04.311Z | Documenting signal-hook-registry v1.4.1 |
2277 | 2023-12-18T19:51:04.929Z | Documenting mio v0.8.9 |
2278 | 2023-12-18T19:51:05.709Z | Documenting serde v1.0.193 |
2279 | 2023-12-18T19:51:05.805Z | Documenting num-traits v0.2.16 |
2280 | 2023-12-18T19:51:07.479Z | Documenting thiserror-impl v1.0.49 |
2281 | 2023-12-18T19:51:07.713Z | Documenting zeroize v1.7.0 |
2282 | 2023-12-18T19:51:08.035Z | Documenting rand_core v0.6.4 |
2283 | 2023-12-18T19:51:08.724Z | Documenting parking_lot v0.12.1 |
2284 | 2023-12-18T19:51:09.849Z | Documenting num_cpus v1.16.0 |
2285 | 2023-12-18T19:51:10.552Z | Documenting socket2 v0.5.5 |
2286 | 2023-12-18T19:51:12.853Z | Documenting typenum v1.16.0 |
2287 | 2023-12-18T19:51:13.448Z | Documenting tokio-macros v2.2.0 |
2288 | 2023-12-18T19:51:13.568Z | Documenting once_cell v1.19.0 |
2289 | 2023-12-18T19:51:15.192Z | Documenting subtle v2.5.0 |
2290 | 2023-12-18T19:51:15.224Z | Documenting thiserror v1.0.49 |
2291 | 2023-12-18T19:51:15.442Z | Documenting byteorder v1.5.0 |
2292 | 2023-12-18T19:51:16.442Z | Documenting ryu v1.0.15 |
2293 | 2023-12-18T19:51:19.499Z | Documenting futures-sink v0.3.29 |
2294 | 2023-12-18T19:51:19.701Z | Documenting const-oid v0.9.5 |
2295 | 2023-12-18T19:51:19.919Z | Documenting pin-utils v0.1.0 |
2296 | 2023-12-18T19:51:19.974Z | Documenting futures-task v0.3.29 |
2297 | 2023-12-18T19:51:20.586Z | Documenting slab v0.4.9 |
2298 | 2023-12-18T19:51:21.398Z | Documenting futures-macro v0.3.29 |
2299 | 2023-12-18T19:51:25.252Z | Documenting futures-channel v0.3.29 |
2300 | 2023-12-18T19:51:25.337Z | Documenting futures-io v0.3.29 |
2301 | 2023-12-18T19:51:26.832Z | Documenting iana-time-zone v0.1.57 |
2302 | 2023-12-18T19:51:27.613Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2303 | 2023-12-18T19:51:28.619Z | Documenting tinyvec_macros v0.1.1 |
2304 | 2023-12-18T19:51:28.979Z | Documenting fnv v1.0.7 |
2305 | 2023-12-18T19:51:28.983Z | Documenting ppv-lite86 v0.2.17 |
2306 | 2023-12-18T19:51:31.118Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2307 | 2023-12-18T19:51:31.525Z | Documenting futures-util v0.3.29 |
2308 | 2023-12-18T19:51:32.507Z | Documenting tracing-core v0.1.31 |
2309 | 2023-12-18T19:51:33.272Z | Documenting tinyvec v1.6.0 |
2310 | 2023-12-18T19:51:34.282Z | Documenting rand_chacha v0.3.1 |
2311 | 2023-12-18T19:51:34.779Z | Documenting tracing-attributes v0.1.26 |
2312 | 2023-12-18T19:51:39.081Z | Documenting unicode-normalization v0.1.22 |
2313 | 2023-12-18T19:51:41.091Z | Documenting rand v0.8.5 |
2314 | 2023-12-18T19:51:41.183Z | Documenting bytes v1.5.0 |
2315 | 2023-12-18T19:51:44.402Z | Documenting bitflags v2.4.0 |
2316 | 2023-12-18T19:51:44.814Z | Documenting serde_json v1.0.108 |
2317 | 2023-12-18T19:51:45.709Z | Documenting chrono v0.4.31 |
2318 | 2023-12-18T19:51:47.125Z | Documenting uuid v1.6.1 |
2319 | 2023-12-18T19:51:48.739Z | Documenting tokio v1.35.0 |
2320 | 2023-12-18T19:51:48.841Z | Documenting base64 v0.21.5 |
2321 | 2023-12-18T19:51:50.921Z | Documenting spin v0.9.8 |
2322 | 2023-12-18T19:51:52.894Z | Documenting lazy_static v1.4.0 |
2323 | 2023-12-18T19:51:54.139Z | Documenting unicode-bidi v0.3.13 |
2324 | 2023-12-18T19:51:55.094Z | Documenting http v0.2.11 |
2325 | 2023-12-18T19:51:55.098Z | Documenting percent-encoding v2.3.1 |
2326 | 2023-12-18T19:51:55.512Z | Documenting cpufeatures v0.2.9 |
2327 | 2023-12-18T19:51:57.163Z | Documenting serde_derive_internals v0.26.0 |
2328 | 2023-12-18T19:51:57.175Z | Documenting generic-array v0.14.7 |
2329 | 2023-12-18T19:51:59.730Z | Checking serde_derive_internals v0.26.0 |
2330 | 2023-12-18T19:52:00.420Z | Documenting dyn-clone v1.0.13 |
2331 | 2023-12-18T19:52:00.654Z | Documenting errno v0.3.2 |
2332 | 2023-12-18T19:52:01.154Z | Documenting form_urlencoded v1.2.1 |
2333 | 2023-12-18T19:52:02.114Z | Documenting tracing v0.1.37 |
2334 | 2023-12-18T19:52:03.574Z | Documenting crypto-common v0.1.6 |
2335 | 2023-12-18T19:52:03.741Z | Documenting block-buffer v0.10.4 |
2336 | 2023-12-18T19:52:05.007Z | Documenting idna v0.5.0 |
2337 | 2023-12-18T19:52:05.028Z | Documenting httparse v1.8.0 |
2338 | 2023-12-18T19:52:05.193Z | Documenting schemars_derive v0.8.13 |
2339 | 2023-12-18T19:52:06.751Z | Documenting rustix v0.38.25 |
2340 | 2023-12-18T19:52:07.037Z | Documenting adler v1.0.2 |
2341 | 2023-12-18T19:52:10.421Z | Documenting unicode-ident v1.0.12 |
2342 | 2023-12-18T19:52:10.466Z | Documenting digest v0.10.7 |
2343 | 2023-12-18T19:52:11.073Z | Documenting url v2.5.0 |
2344 | 2023-12-18T19:52:11.094Z | Documenting miniz_oxide v0.7.1 |
2345 | 2023-12-18T19:52:11.258Z | Documenting base64ct v1.6.0 |
2346 | 2023-12-18T19:52:14.030Z | Documenting schemars v0.8.13 |
2347 | 2023-12-18T19:52:14.432Z | Documenting proc-macro2 v1.0.69 |
2348 | 2023-12-18T19:52:16.016Z | Documenting unicode-width v0.1.11 |
2349 | 2023-12-18T19:52:16.559Z | Documenting untrusted v0.9.0 |
2350 | 2023-12-18T19:52:17.518Z | Documenting try-lock v0.2.4 |
2351 | 2023-12-18T19:52:17.587Z | Documenting openssl-probe v0.1.5 |
2352 | 2023-12-18T19:52:20.267Z | Documenting httpdate v1.0.3 |
2353 | 2023-12-18T19:52:20.669Z | Documenting http-body v0.4.5 |
2354 | 2023-12-18T19:52:20.962Z | Documenting quote v1.0.33 |
2355 | 2023-12-18T19:52:21.136Z | Documenting ring v0.17.7 |
2356 | 2023-12-18T19:52:21.985Z | Documenting want v0.3.1 |
2357 | 2023-12-18T19:52:22.801Z | Documenting openssl-sys v0.9.96 |
2358 | 2023-12-18T19:52:23.668Z | Documenting async-trait v0.1.74 |
2359 | 2023-12-18T19:52:25.975Z | Documenting openssl-macros v0.1.1 |
2360 | 2023-12-18T19:52:26.724Z | Documenting tower-service v0.3.2 |
2361 | 2023-12-18T19:52:26.987Z | Documenting mime v0.3.17 |
2362 | 2023-12-18T19:52:27.494Z | Documenting pem-rfc7468 v0.7.0 |
2363 | 2023-12-18T19:52:29.025Z | Documenting rustls-webpki v0.101.7 |
2364 | 2023-12-18T19:52:30.697Z | Documenting aho-corasick v1.0.4 |
2365 | 2023-12-18T19:52:31.406Z | Documenting tokio-util v0.7.10 |
2366 | 2023-12-18T19:52:31.852Z | Documenting sct v0.7.0 |
2367 | 2023-12-18T19:52:32.324Z | Documenting slog v2.7.0 |
2368 | 2023-12-18T19:52:32.455Z | Documenting openssl v0.10.60 |
2369 | 2023-12-18T19:52:33.318Z | Documenting der_derive v0.7.2 |
2370 | 2023-12-18T19:52:34.000Z | Documenting regex-syntax v0.8.2 |
2371 | 2023-12-18T19:52:35.625Z | Documenting utf8parse v0.2.1 |
2372 | 2023-12-18T19:52:37.601Z | Documenting equivalent v1.0.1 |
2373 | 2023-12-18T19:52:38.068Z | Documenting ipnet v2.8.0 |
2374 | 2023-12-18T19:52:38.895Z | Documenting hashbrown v0.14.2 |
2375 | 2023-12-18T19:52:39.719Z | Documenting flagset v0.4.3 |
2376 | 2023-12-18T19:52:40.145Z | Documenting h2 v0.3.21 |
2377 | 2023-12-18T19:52:40.988Z | Documenting rustls v0.21.9 |
2378 | 2023-12-18T19:52:41.577Z | Documenting rustls-pemfile v1.0.3 |
2379 | 2023-12-18T19:52:43.841Z | Documenting der v0.7.8 |
2380 | 2023-12-18T19:52:44.265Z | Documenting regex-automata v0.4.3 |
2381 | 2023-12-18T19:52:44.516Z | Documenting num-integer v0.1.45 |
2382 | 2023-12-18T19:52:44.912Z | Documenting time-macros v0.2.13 |
2383 | 2023-12-18T19:52:45.424Z | Documenting indexmap v2.1.0 |
2384 | 2023-12-18T19:52:47.055Z | Documenting deranged v0.3.8 |
2385 | 2023-12-18T19:52:50.740Z | Documenting time-core v0.1.1 |
2386 | 2023-12-18T19:52:51.283Z | Documenting gimli v0.28.0 |
2387 | 2023-12-18T19:52:52.122Z | Documenting num_threads v0.1.6 |
2388 | 2023-12-18T19:52:52.309Z | Documenting spki v0.7.2 |
2389 | 2023-12-18T19:52:53.580Z | Documenting native-tls v0.2.11 |
2390 | 2023-12-18T19:52:53.659Z | Documenting tokio-rustls v0.24.1 |
2391 | 2023-12-18T19:52:54.964Z | Documenting object v0.32.1 |
2392 | 2023-12-18T19:52:55.115Z | Documenting hyper v0.14.27 |
2393 | 2023-12-18T19:52:57.078Z | Documenting regex v1.10.2 |
2394 | 2023-12-18T19:52:57.545Z | Documenting time v0.3.27 |
2395 | 2023-12-18T19:52:59.101Z | Documenting encoding_rs v0.8.33 |
2396 | 2023-12-18T19:53:00.967Z | Documenting addr2line v0.21.0 |
2397 | 2023-12-18T19:53:00.971Z | Documenting crossbeam-utils v0.8.16 |
2398 | 2023-12-18T19:53:02.926Z | Checking pest_meta v2.7.2 |
2399 | 2023-12-18T19:53:04.511Z | Documenting rustc-demangle v0.1.23 |
2400 | 2023-12-18T19:53:05.583Z | Documenting tokio-native-tls v0.3.1 |
2401 | 2023-12-18T19:53:05.652Z | Documenting rustls-native-certs v0.6.3 |
2402 | 2023-12-18T19:53:06.270Z | Documenting serde_urlencoded v0.7.1 |
2403 | 2023-12-18T19:53:06.661Z | Documenting pest_meta v2.7.2 |
2404 | 2023-12-18T19:53:07.061Z | Checking pest_generator v2.7.2 |
2405 | 2023-12-18T19:53:08.364Z | Documenting pkcs8 v0.10.2 |
2406 | 2023-12-18T19:53:08.807Z | Documenting anstyle v1.0.2 |
2407 | 2023-12-18T19:53:11.397Z | Documenting webpki-roots v0.25.2 |
2408 | 2023-12-18T19:53:12.599Z | Documenting ucd-trie v0.1.6 |
2409 | 2023-12-18T19:53:12.702Z | Documenting pest_generator v2.7.2 |
2410 | 2023-12-18T19:53:13.883Z | Documenting hyper-rustls v0.24.2 |
2411 | 2023-12-18T19:53:14.004Z | Documenting hyper-tls v0.5.0 |
2412 | 2023-12-18T19:53:14.553Z | Documenting backtrace v0.3.69 |
2413 | 2023-12-18T19:53:14.740Z | Documenting data-encoding v2.4.0 |
2414 | 2023-12-18T19:53:15.160Z | Documenting anstyle-parse v0.2.1 |
2415 | 2023-12-18T19:53:17.210Z | Documenting syn v2.0.32 |
2416 | 2023-12-18T19:53:18.672Z | Documenting pest v2.7.2 |
2417 | 2023-12-18T19:53:19.780Z | Documenting ipnetwork v0.20.0 |
2418 | 2023-12-18T19:53:19.893Z | Documenting pest_derive v2.7.2 |
2419 | 2023-12-18T19:53:20.843Z | Documenting sha2 v0.10.8 |
2420 | 2023-12-18T19:53:22.841Z | Documenting anyhow v1.0.75 |
2421 | 2023-12-18T19:53:24.134Z | Documenting futures-executor v0.3.29 |
2422 | 2023-12-18T19:53:24.295Z | Documenting reqwest v0.11.22 |
2423 | 2023-12-18T19:53:26.600Z | Documenting hex v0.4.3 |
2424 | 2023-12-18T19:53:27.096Z | Documenting crc32fast v1.3.2 |
2425 | 2023-12-18T19:53:28.050Z | Checking serde_tokenstream v0.1.7 |
2426 | 2023-12-18T19:53:28.268Z | Documenting colorchoice v1.0.0 |
2427 | 2023-12-18T19:53:28.600Z | Documenting anstyle-query v1.0.0 |
2428 | 2023-12-18T19:53:30.770Z | Documenting dtrace-parser v0.1.14 |
2429 | 2023-12-18T19:53:30.952Z | Documenting openapiv3 v2.0.0 |
2430 | 2023-12-18T19:53:32.352Z | Documenting num-iter v0.1.43 |
2431 | 2023-12-18T19:53:32.469Z | Documenting hmac v0.12.1 |
2432 | 2023-12-18T19:53:32.661Z | Documenting dof v0.1.5 |
2433 | 2023-12-18T19:53:33.933Z | Documenting anstream v0.5.0 |
2434 | 2023-12-18T19:53:36.324Z | Documenting thread-id v4.2.0 |
2435 | 2023-12-18T19:53:38.421Z | Documenting terminal_size v0.2.6 |
2436 | 2023-12-18T19:53:38.690Z | Documenting memoffset v0.9.0 |
2437 | 2023-12-18T19:53:39.598Z | Documenting clap_lex v0.5.1 |
2438 | 2023-12-18T19:53:39.652Z | Documenting strsim v0.10.0 |
2439 | 2023-12-18T19:53:39.669Z | Documenting flate2 v1.0.28 |
2440 | 2023-12-18T19:53:41.110Z | Documenting futures v0.3.29 |
2441 | 2023-12-18T19:53:41.910Z | Documenting usdt-impl v0.3.5 |
2442 | 2023-12-18T19:53:42.810Z | Documenting crossbeam-epoch v0.9.15 |
2443 | 2023-12-18T19:53:44.649Z | Documenting usdt-macro v0.3.5 |
2444 | 2023-12-18T19:53:45.703Z | Documenting usdt-attr-macro v0.3.5 |
2445 | 2023-12-18T19:53:45.850Z | Documenting clap_derive v4.4.2 |
2446 | 2023-12-18T19:53:45.932Z | Documenting clap_builder v4.4.2 |
2447 | 2023-12-18T19:53:46.878Z | Documenting managed v0.8.0 |
2448 | 2023-12-18T19:53:48.792Z | Documenting unicode-segmentation v1.10.1 |
2449 | 2023-12-18T19:53:50.013Z | Documenting block-padding v0.3.3 |
2450 | 2023-12-18T19:53:51.625Z | Documenting scheduled-thread-pool v0.2.7 |
2451 | 2023-12-18T19:53:51.935Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2452 | 2023-12-18T19:53:52.978Z | Documenting enum-as-inner v0.5.1 |
2453 | 2023-12-18T19:53:53.317Z | Documenting usdt v0.3.5 |
2454 | 2023-12-18T19:53:53.550Z | Checking diesel_table_macro_syntax v0.1.0 |
2455 | 2023-12-18T19:53:53.798Z | Documenting pin-project-internal v1.1.3 |
2456 | 2023-12-18T19:53:54.067Z | Documenting diesel_table_macro_syntax v0.1.0 |
2457 | 2023-12-18T19:53:55.679Z | Documenting clap v4.4.3 |
2458 | 2023-12-18T19:53:56.315Z | Documenting either v1.9.0 |
2459 | 2023-12-18T19:53:57.483Z | Documenting r2d2 v0.8.10 |
2460 | 2023-12-18T19:53:57.742Z | Documenting bzip2 v0.4.4 |
2461 | 2023-12-18T19:53:59.374Z | Documenting trust-dns-proto v0.22.0 |
2462 | 2023-12-18T19:54:00.586Z | Documenting diesel_derives v2.1.2 |
2463 | 2023-12-18T19:54:01.029Z | Documenting pin-project v1.1.3 |
2464 | 2023-12-18T19:54:01.136Z | Documenting inout v0.1.3 |
2465 | 2023-12-18T19:54:02.156Z | Documenting md-5 v0.10.5 |
2466 | 2023-12-18T19:54:02.834Z | Documenting stringprep v0.1.3 |
2467 | 2023-12-18T19:54:03.575Z | Documenting serde_spanned v0.6.4 |
2468 | 2023-12-18T19:54:03.717Z | Documenting toml_datetime v0.6.5 |
2469 | 2023-12-18T19:54:05.116Z | Documenting zerocopy v0.7.31 |
2470 | 2023-12-18T19:54:07.324Z | Documenting ff v0.13.0 |
2471 | 2023-12-18T19:54:08.458Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2472 | 2023-12-18T19:54:09.285Z | Documenting doc-comment v0.3.3 |
2473 | 2023-12-18T19:54:09.436Z | Documenting snafu-derive v0.7.5 |
2474 | 2023-12-18T19:54:09.617Z | Documenting base16ct v0.2.0 |
2475 | 2023-12-18T19:54:11.111Z | Documenting fallible-iterator v0.2.0 |
2476 | 2023-12-18T19:54:12.960Z | Documenting bit-vec v0.6.3 |
2477 | 2023-12-18T19:54:13.009Z | Documenting winnow v0.5.15 |
2478 | 2023-12-18T19:54:13.454Z | Documenting siphasher v0.3.11 |
2479 | 2023-12-18T19:54:14.055Z | Documenting static_assertions v1.1.0 |
2480 | 2023-12-18T19:54:14.195Z | Documenting sec1 v0.7.3 |
2481 | 2023-12-18T19:54:16.297Z | Documenting diesel v2.1.4 |
2482 | 2023-12-18T19:54:17.875Z | Documenting phf_shared v0.11.2 |
2483 | 2023-12-18T19:54:18.476Z | Documenting group v0.13.0 |
2484 | 2023-12-18T19:54:18.682Z | Documenting postgres-protocol v0.6.6 |
2485 | 2023-12-18T19:54:19.168Z | Documenting cipher v0.4.4 |
2486 | 2023-12-18T19:54:20.680Z | Documenting toml_edit v0.21.0 |
2487 | 2023-12-18T19:54:20.728Z | Documenting snafu v0.7.5 |
2488 | 2023-12-18T19:54:22.894Z | Documenting zip v0.6.6 |
2489 | 2023-12-18T19:54:23.678Z | Documenting hkdf v0.12.3 |
2490 | 2023-12-18T19:54:24.500Z | Documenting num-bigint v0.4.4 |
2491 | 2023-12-18T19:54:27.677Z | Documenting crypto-bigint v0.5.2 |
2492 | 2023-12-18T19:54:28.342Z | Documenting hubpack v0.1.2 |
2493 | 2023-12-18T19:54:29.227Z | Documenting bstr v1.6.0 |
2494 | 2023-12-18T19:54:29.267Z | Documenting regress v0.7.1 |
2495 | 2023-12-18T19:54:30.342Z | Documenting serde_repr v0.1.16 |
2496 | 2023-12-18T19:54:31.173Z | Documenting lalrpop-util v0.19.12 |
2497 | 2023-12-18T19:54:35.049Z | Documenting new_debug_unreachable v1.0.4 |
2498 | 2023-12-18T19:54:35.060Z | Documenting minimal-lexical v0.2.1 |
2499 | 2023-12-18T19:54:36.797Z | Documenting fixedbitset v0.4.2 |
2500 | 2023-12-18T19:54:36.817Z | Documenting precomputed-hash v0.1.1 |
2501 | 2023-12-18T19:54:37.796Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2502 | 2023-12-18T19:54:38.885Z | Documenting yasna v0.5.2 |
2503 | 2023-12-18T19:54:39.017Z | Documenting elliptic-curve v0.13.8 |
2504 | 2023-12-18T19:54:39.534Z | Documenting postgres-types v0.2.6 |
2505 | 2023-12-18T19:54:40.973Z | Documenting nom v7.1.3 |
2506 | 2023-12-18T19:54:41.793Z | Documenting petgraph v0.6.4 |
2507 | 2023-12-18T19:54:42.475Z | Documenting string_cache v0.8.7 |
2508 | 2023-12-18T19:54:47.844Z | Documenting phf v0.11.2 |
2509 | 2023-12-18T19:54:48.026Z | Documenting console v0.15.7 |
2510 | 2023-12-18T19:54:48.700Z | Documenting semver v1.0.20 |
2511 | 2023-12-18T19:54:49.241Z | Documenting float-cmp v0.9.0 |
2512 | 2023-12-18T19:54:49.588Z | Documenting difflib v0.4.0 |
2513 | 2023-12-18T19:54:50.149Z | Checking unsafe-libyaml v0.2.9 |
2514 | 2023-12-18T19:54:52.101Z | Documenting normalize-line-endings v0.3.0 |
2515 | 2023-12-18T19:54:52.411Z | Documenting whoami v1.4.1 |
2516 | 2023-12-18T19:54:54.258Z | Documenting predicates-core v1.0.6 |
2517 | 2023-12-18T19:54:54.527Z | Documenting heck v0.4.1 |
2518 | 2023-12-18T19:54:55.112Z | Documenting bit-set v0.5.3 |
2519 | 2023-12-18T19:54:55.250Z | Documenting ahash v0.8.6 |
2520 | 2023-12-18T19:54:55.692Z | Documenting similar v2.3.0 |
2521 | 2023-12-18T19:54:56.282Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2522 | 2023-12-18T19:54:57.624Z | Documenting tokio-stream v0.1.14 |
2523 | 2023-12-18T19:54:58.069Z | Documenting tokio-postgres v0.7.10 |
2524 | 2023-12-18T19:54:59.779Z | Documenting predicates v3.0.4 |
2525 | 2023-12-18T19:55:00.683Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2526 | 2023-12-18T19:55:01.255Z | Documenting unsafe-libyaml v0.2.9 |
2527 | 2023-12-18T19:55:02.231Z | Checking ident_case v1.0.1 |
2528 | 2023-12-18T19:55:02.386Z | Checking serde_yaml v0.9.25 |
2529 | 2023-12-18T19:55:02.448Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2530 | 2023-12-18T19:55:05.518Z | Documenting getopts v0.2.21 |
2531 | 2023-12-18T19:55:05.535Z | Documenting match_cfg v0.1.0 |
2532 | 2023-12-18T19:55:06.207Z | Documenting sha1 v0.10.6 |
2533 | 2023-12-18T19:55:06.987Z | Documenting serde_yaml v0.9.25 |
2534 | 2023-12-18T19:55:07.436Z | Documenting dirs-sys-next v0.1.2 |
2535 | 2023-12-18T19:55:09.722Z | Documenting hostname v0.3.1 |
2536 | 2023-12-18T19:55:10.759Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2537 | 2023-12-18T19:55:11.776Z | Documenting thread_local v1.1.7 |
2538 | 2023-12-18T19:55:12.193Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2539 | 2023-12-18T19:55:13.086Z | Documenting dirs-next v2.0.0 |
2540 | 2023-12-18T19:55:13.438Z | Documenting paste v1.0.14 |
2541 | 2023-12-18T19:55:14.513Z | Documenting crossbeam-channel v0.5.8 |
2542 | 2023-12-18T19:55:15.396Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2543 | 2023-12-18T19:55:15.411Z | Documenting atty v0.2.14 |
2544 | 2023-12-18T19:55:16.192Z | Documenting take_mut v0.2.2 |
2545 | 2023-12-18T19:55:17.936Z | Documenting slog-json v2.6.1 |
2546 | 2023-12-18T19:55:18.801Z | Documenting term v0.7.0 |
2547 | 2023-12-18T19:55:19.629Z | Documenting camino v1.1.6 |
2548 | 2023-12-18T19:55:20.058Z | Documenting async-stream-impl v0.3.5 |
2549 | 2023-12-18T19:55:20.607Z | Documenting debug-ignore v1.0.5 |
2550 | 2023-12-18T19:55:21.693Z | Documenting slog-async v2.8.0 |
2551 | 2023-12-18T19:55:22.053Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2552 | 2023-12-18T19:55:24.631Z | Documenting slog-term v2.9.0 |
2553 | 2023-12-18T19:55:24.771Z | Documenting atomic-waker v1.1.1 |
2554 | 2023-12-18T19:55:25.011Z | Documenting slog-bunyan v2.4.0 |
2555 | 2023-12-18T19:55:26.433Z | Checking darling_core v0.20.3 |
2556 | 2023-12-18T19:55:26.635Z | Documenting async-stream v0.3.5 |
2557 | 2023-12-18T19:55:26.862Z | Documenting toml v0.8.8 |
2558 | 2023-12-18T19:55:27.275Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2559 | 2023-12-18T19:55:28.893Z | Documenting waitgroup v0.1.2 |
2560 | 2023-12-18T19:55:29.333Z | Documenting multer v2.1.0 |
2561 | 2023-12-18T19:55:31.104Z | Documenting serde_path_to_error v0.1.14 |
2562 | 2023-12-18T19:55:31.747Z | Documenting strum v0.25.0 |
2563 | 2023-12-18T19:55:32.061Z | Checking darling v0.20.3 |
2564 | 2023-12-18T19:55:32.212Z | Documenting serde_with_macros v3.4.0 |
2565 | 2023-12-18T19:55:33.762Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2566 | 2023-12-18T19:55:34.133Z | Documenting structmeta-derive v0.2.0 |
2567 | 2023-12-18T19:55:34.302Z | Checking structmeta v0.2.0 |
2568 | 2023-12-18T19:55:34.627Z | Documenting instant v0.1.12 |
2569 | 2023-12-18T19:55:35.225Z | Checking regex-syntax v0.7.5 |
2570 | 2023-12-18T19:55:36.432Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2571 | 2023-12-18T19:55:37.081Z | Documenting macaddr v1.0.1 |
2572 | 2023-12-18T19:55:37.388Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2573 | 2023-12-18T19:55:39.233Z | Documenting serde_with v3.4.0 |
2574 | 2023-12-18T19:55:40.099Z | Documenting backoff v0.4.0 |
2575 | 2023-12-18T19:55:40.321Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2576 | 2023-12-18T19:55:41.872Z | Documenting structmeta v0.2.0 |
2577 | 2023-12-18T19:55:42.972Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2578 | 2023-12-18T19:55:43.175Z | Documenting fastrand v2.0.0 |
2579 | 2023-12-18T19:55:46.944Z | Documenting proc-macro-error-attr v1.0.4 |
2580 | 2023-12-18T19:55:47.111Z | Checking proc-macro-error v1.0.4 |
2581 | 2023-12-18T19:55:47.500Z | Documenting is-terminal v0.4.9 |
2582 | 2023-12-18T19:55:48.259Z | Checking proc-macro-crate v1.3.1 |
2583 | 2023-12-18T19:55:48.424Z | Documenting parse-display-derive v0.8.2 |
2584 | 2023-12-18T19:55:48.588Z | Documenting proc-macro-crate v1.3.1 |
2585 | 2023-12-18T19:55:49.253Z | Documenting tempfile v3.8.1 |
2586 | 2023-12-18T19:55:50.162Z | Documenting hash32 v0.2.1 |
2587 | 2023-12-18T19:55:50.441Z | Documenting stable_deref_trait v1.2.0 |
2588 | 2023-12-18T19:55:52.560Z | Documenting proc-macro-error v1.0.4 |
2589 | 2023-12-18T19:55:54.479Z | Documenting embedded-io v0.4.0 |
2590 | 2023-12-18T19:55:54.591Z | Documenting cobs v0.2.3 |
2591 | 2023-12-18T19:55:54.914Z | Documenting num_enum_derive v0.5.11 |
2592 | 2023-12-18T19:55:55.675Z | Documenting camino-tempfile v1.1.1 |
2593 | 2023-12-18T19:55:56.241Z | Documenting heapless v0.7.16 |
2594 | 2023-12-18T19:55:57.009Z | Documenting parse-display v0.8.2 |
2595 | 2023-12-18T19:55:58.782Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2596 | 2023-12-18T19:55:59.003Z | Documenting foreign-types-macros v0.2.3 |
2597 | 2023-12-18T19:55:59.192Z | Documenting postcard v1.0.8 |
2598 | 2023-12-18T19:56:00.090Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2599 | 2023-12-18T19:56:14.404Z | Documenting foreign-types-shared v0.3.1 |
2600 | 2023-12-18T19:56:14.872Z | Documenting num_enum v0.5.11 |
2601 | 2023-12-18T19:56:14.873Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2602 | 2023-12-18T19:56:14.873Z | Documenting smoltcp v0.10.0 |
2603 | 2023-12-18T19:56:14.873Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2604 | 2023-12-18T19:56:15.370Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2605 | 2023-12-18T19:56:15.450Z | Documenting crucible-workspace-hack v0.1.0 |
2606 | 2023-12-18T19:56:15.450Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2607 | 2023-12-18T19:56:15.451Z | Documenting foreign-types v0.5.0 |
2608 | 2023-12-18T19:56:15.451Z | Documenting cstr-argument v0.1.2 |
2609 | 2023-12-18T19:56:15.451Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2610 | 2023-12-18T19:56:15.451Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2611 | 2023-12-18T19:56:15.451Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2612 | 2023-12-18T19:56:15.451Z | Documenting colored v2.0.4 |
2613 | 2023-12-18T19:56:15.451Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2614 | 2023-12-18T19:56:15.452Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2615 | 2023-12-18T19:56:15.452Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2616 | 2023-12-18T19:56:15.452Z | Documenting zone_cfg_derive v0.3.0 |
2617 | 2023-12-18T19:56:15.452Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2618 | 2023-12-18T19:56:16.933Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2619 | 2023-12-18T19:56:18.100Z | Documenting num-derive v0.4.0 |
2620 | 2023-12-18T19:56:18.395Z | Documenting smf v0.2.2 |
2621 | 2023-12-18T19:56:18.989Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2622 | 2023-12-18T19:56:20.846Z | Documenting linked-hash-map v0.5.6 |
2623 | 2023-12-18T19:56:21.229Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2624 | 2023-12-18T19:56:21.467Z | Documenting zone v0.3.0 |
2625 | 2023-12-18T19:56:21.984Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2626 | 2023-12-18T19:56:23.175Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2627 | 2023-12-18T19:56:24.212Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2628 | 2023-12-18T19:56:25.130Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2629 | 2023-12-18T19:56:27.350Z | Documenting lru-cache v0.1.2 |
2630 | 2023-12-18T19:56:27.683Z | Documenting blake2 v0.10.6 |
2631 | 2023-12-18T19:56:29.229Z | Documenting password-hash v0.5.0 |
2632 | 2023-12-18T19:56:29.327Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2633 | 2023-12-18T19:56:29.941Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2634 | 2023-12-18T19:56:30.454Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2635 | 2023-12-18T19:56:30.537Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2636 | 2023-12-18T19:56:31.155Z | Checking heck v0.3.3 |
2637 | 2023-12-18T19:56:31.823Z | Documenting structopt-derive v0.4.18 |
2638 | 2023-12-18T19:56:31.830Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2639 | 2023-12-18T19:56:32.059Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2640 | 2023-12-18T19:56:32.944Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2641 | 2023-12-18T19:56:35.284Z | Documenting libefi-sys v0.1.0 |
2642 | 2023-12-18T19:56:35.447Z | Documenting argon2 v0.5.2 |
2643 | 2023-12-18T19:56:36.833Z | Documenting quick-error v1.2.3 |
2644 | 2023-12-18T19:56:39.074Z | Documenting structopt v0.3.26 |
2645 | 2023-12-18T19:56:40.134Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2646 | 2023-12-18T19:56:41.241Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2023-12-18T19:56:42.330Z | Documenting itertools v0.12.0 |
2648 | 2023-12-18T19:56:42.557Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2649 | 2023-12-18T19:56:42.678Z | Documenting resolv-conf v0.7.0 |
2650 | 2023-12-18T19:56:43.006Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2651 | 2023-12-18T19:56:45.751Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2652 | 2023-12-18T19:56:47.408Z | Documenting nibble_vec v0.1.0 |
2653 | 2023-12-18T19:56:47.773Z | Documenting endian-type v0.1.2 |
2654 | 2023-12-18T19:56:48.508Z | Documenting trust-dns-resolver v0.22.0 |
2655 | 2023-12-18T19:56:51.080Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2656 | 2023-12-18T19:57:10.900Z | Documenting cancel-safe-futures v0.1.5 |
2657 | 2023-12-18T19:57:11.939Z | Documenting convert_case v0.4.0 |
2658 | 2023-12-18T19:57:11.939Z | Checking convert_case v0.4.0 |
2659 | 2023-12-18T19:57:11.941Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2660 | 2023-12-18T19:57:11.941Z | Documenting swrite v0.1.0 |
2661 | 2023-12-18T19:57:11.941Z | Documenting arc-swap v1.6.0 |
2662 | 2023-12-18T19:57:11.941Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2023-12-18T19:57:11.941Z | Documenting radix_trie v0.2.1 |
2664 | 2023-12-18T19:57:12.569Z | Documenting derive_more v0.99.17 |
2665 | 2023-12-18T19:57:12.664Z | Documenting tap v1.0.1 |
2666 | 2023-12-18T19:57:12.664Z | Documenting slog-scope v4.4.0 |
2667 | 2023-12-18T19:57:12.665Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2668 | 2023-12-18T19:57:12.666Z | Documenting num-rational v0.4.1 |
2669 | 2023-12-18T19:57:12.667Z | Documenting radium v0.7.0 |
2670 | 2023-12-18T19:57:12.667Z | Documenting libsw v3.3.0 |
2671 | 2023-12-18T19:57:12.667Z | Documenting wyz v0.5.1 |
2672 | 2023-12-18T19:57:12.667Z | Documenting num-complex v0.4.4 |
2673 | 2023-12-18T19:57:12.667Z | Documenting derive-where v1.2.6 |
2674 | 2023-12-18T19:57:12.667Z | Documenting owo-colors v3.5.0 |
2675 | 2023-12-18T19:57:12.667Z | Documenting funty v2.0.0 |
2676 | 2023-12-18T19:57:12.667Z | Documenting linear-map v1.2.0 |
2677 | 2023-12-18T19:57:12.667Z | Documenting half v1.8.2 |
2678 | 2023-12-18T19:57:12.667Z | Documenting crc-catalog v2.2.0 |
2679 | 2023-12-18T19:57:12.667Z | Documenting ciborium-io v0.2.1 |
2680 | 2023-12-18T19:57:12.667Z | Documenting num v0.4.1 |
2681 | 2023-12-18T19:57:12.954Z | Documenting bitvec v1.0.1 |
2682 | 2023-12-18T19:57:13.877Z | Documenting slog-stdlog v4.1.1 |
2683 | 2023-12-18T19:57:14.151Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2684 | 2023-12-18T19:57:14.654Z | Documenting crc v3.0.1 |
2685 | 2023-12-18T19:57:15.284Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2686 | 2023-12-18T19:57:15.389Z | Documenting slog-dtrace v0.2.3 |
2687 | 2023-12-18T19:57:17.259Z | Documenting ciborium-ll v0.2.1 |
2688 | 2023-12-18T19:57:19.309Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2689 | 2023-12-18T19:57:20.529Z | Documenting xattr v1.0.1 |
2690 | 2023-12-18T19:57:20.695Z | Documenting filetime v0.2.23 |
2691 | 2023-12-18T19:57:21.189Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2692 | 2023-12-18T19:57:23.581Z | Documenting packed_struct_codegen v0.10.1 |
2693 | 2023-12-18T19:57:25.295Z | Documenting keccak v0.1.4 |
2694 | 2023-12-18T19:57:26.452Z | Documenting nodrop v0.1.14 |
2695 | 2023-12-18T19:57:26.749Z | Documenting tar v0.4.40 |
2696 | 2023-12-18T19:57:29.504Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2697 | 2023-12-18T19:57:29.618Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2698 | 2023-12-18T19:57:29.898Z | Documenting sha3 v0.10.8 |
2699 | 2023-12-18T19:57:30.482Z | Documenting ciborium v0.2.1 |
2700 | 2023-12-18T19:57:30.796Z | Documenting array-init v0.0.4 |
2701 | 2023-12-18T19:57:31.763Z | Documenting packed_struct v0.10.1 |
2702 | 2023-12-18T19:57:32.801Z | Documenting slog-envlogger v2.2.0 |
2703 | 2023-12-18T19:57:33.326Z | Documenting num-bigint-dig v0.8.4 |
2704 | 2023-12-18T19:57:35.497Z | Documenting pkcs1 v0.7.5 |
2705 | 2023-12-18T19:57:37.021Z | Documenting signature v2.1.0 |
2706 | 2023-12-18T19:57:37.453Z | Documenting fxhash v0.2.1 |
2707 | 2023-12-18T19:57:40.795Z | Documenting secrecy v0.8.0 |
2708 | 2023-12-18T19:57:42.162Z | Documenting termcolor v1.2.0 |
2709 | 2023-12-18T19:57:43.356Z | Documenting utf-8 v0.7.6 |
2710 | 2023-12-18T19:57:43.436Z | Documenting bitfield v0.14.0 |
2711 | 2023-12-18T19:57:44.442Z | Documenting rsa v0.9.2 |
2712 | 2023-12-18T19:57:45.558Z | Documenting serde-hex v0.1.0 |
2713 | 2023-12-18T19:57:46.974Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2714 | 2023-12-18T19:57:47.421Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2715 | 2023-12-18T19:57:48.400Z | Documenting tungstenite v0.20.1 |
2716 | 2023-12-18T19:57:48.705Z | Documenting env_logger v0.10.0 |
2717 | 2023-12-18T19:57:49.461Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2718 | 2023-12-18T19:57:54.411Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2023-12-18T19:57:55.283Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2720 | 2023-12-18T19:57:55.307Z | Documenting newtype_derive v0.1.6 |
2721 | 2023-12-18T19:57:55.573Z | Documenting signal-hook v0.3.17 |
2722 | 2023-12-18T19:57:58.258Z | Documenting x509-cert v0.2.4 |
2723 | 2023-12-18T19:57:59.407Z | Documenting pem v3.0.2 |
2724 | 2023-12-18T19:57:59.708Z | Documenting ron v0.8.1 |
2725 | 2023-12-18T19:58:01.031Z | Documenting vte_generate_state_changes v0.1.1 |
2726 | 2023-12-18T19:58:02.059Z | Documenting crc-any v2.4.3 |
2727 | 2023-12-18T19:58:05.176Z | Documenting arrayvec v0.5.2 |
2728 | 2023-12-18T19:58:07.690Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2729 | 2023-12-18T19:58:07.694Z | Documenting steno v0.4.0 |
2730 | 2023-12-18T19:58:07.694Z | Documenting tokio-tungstenite v0.20.1 |
2731 | 2023-12-18T19:58:07.694Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2732 | 2023-12-18T19:58:09.878Z | Documenting vte v0.10.1 |
2733 | 2023-12-18T19:58:12.035Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2734 | 2023-12-18T19:58:13.274Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2735 | 2023-12-18T19:58:14.811Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2736 | 2023-12-18T19:58:18.036Z | Documenting fd-lock v3.0.13 |
2737 | 2023-12-18T19:58:20.182Z | Documenting path-slash v0.1.5 |
2738 | 2023-12-18T19:58:21.292Z | Documenting same-file v1.0.6 |
2739 | 2023-12-18T19:58:22.895Z | Documenting display-error-chain v0.2.0 |
2740 | 2023-12-18T19:58:22.963Z | Documenting glob v0.3.1 |
2741 | 2023-12-18T19:58:24.685Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2742 | 2023-12-18T19:58:25.745Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2743 | 2023-12-18T19:58:27.204Z | Documenting walkdir v2.4.0 |
2744 | 2023-12-18T19:58:28.614Z | Documenting strip-ansi-escapes v0.1.1 |
2745 | 2023-12-18T19:58:29.326Z | Documenting buf-list v1.0.3 |
2746 | 2023-12-18T19:58:33.816Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2747 | 2023-12-18T19:58:34.233Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2748 | 2023-12-18T19:58:36.403Z | Checking darling_core v0.14.4 |
2749 | 2023-12-18T19:58:39.245Z | Documenting nu-ansi-term v0.49.0 |
2750 | 2023-12-18T19:58:39.470Z | Checking darling v0.14.4 |
2751 | 2023-12-18T19:58:40.250Z | Documenting trust-dns-client v0.22.0 |
2752 | 2023-12-18T19:58:41.400Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2753 | 2023-12-18T19:58:41.410Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2754 | 2023-12-18T19:58:41.944Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2755 | 2023-12-18T19:58:42.349Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2756 | 2023-12-18T19:58:44.235Z | Documenting bytecount v0.6.3 |
2757 | 2023-12-18T19:58:45.375Z | Documenting reedline v0.22.0 |
2758 | 2023-12-18T19:58:48.546Z | Documenting papergrid v0.10.0 |
2759 | 2023-12-18T19:58:53.934Z | Documenting trust-dns-server v0.22.1 |
2760 | 2023-12-18T19:58:54.223Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2023-12-18T19:58:56.637Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2762 | 2023-12-18T19:58:57.845Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2763 | 2023-12-18T19:58:58.909Z | Documenting sled v0.34.7 |
2764 | 2023-12-18T19:58:59.201Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2023-12-18T19:58:59.708Z | Documenting unicase v2.7.0 |
2766 | 2023-12-18T19:59:00.250Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2767 | 2023-12-18T19:59:00.686Z | Documenting tabled_derive v0.6.0 |
2768 | 2023-12-18T19:59:02.316Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2769 | 2023-12-18T19:59:02.644Z | Documenting globset v0.4.13 |
2770 | 2023-12-18T19:59:04.594Z | Documenting crossbeam-deque v0.8.3 |
2771 | 2023-12-18T19:59:05.292Z | Documenting headers-core v0.2.0 |
2772 | 2023-12-18T19:59:07.181Z | Documenting olpc-cjson v0.1.3 |
2773 | 2023-12-18T19:59:07.554Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2774 | 2023-12-18T19:59:07.807Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2775 | 2023-12-18T19:59:08.425Z | Documenting serde_plain v1.0.2 |
2776 | 2023-12-18T19:59:09.155Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2777 | 2023-12-18T19:59:09.270Z | Documenting nix v0.26.4 |
2778 | 2023-12-18T19:59:10.231Z | Documenting sqlparser_derive v0.1.1 |
2779 | 2023-12-18T19:59:10.605Z | Documenting async-recursion v1.0.5 |
2780 | 2023-12-18T19:59:12.280Z | Documenting pretty-hex v0.4.0 |
2781 | 2023-12-18T19:59:14.272Z | Documenting typed-path v0.7.0 |
2782 | 2023-12-18T19:59:14.449Z | Documenting home v0.5.5 |
2783 | 2023-12-18T19:59:14.539Z | Documenting unicode_categories v0.1.1 |
2784 | 2023-12-18T19:59:16.705Z | Documenting sqlparser v0.36.1 |
2785 | 2023-12-18T19:59:16.846Z | Documenting headers v0.3.9 |
2786 | 2023-12-18T19:59:16.913Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2787 | 2023-12-18T19:59:17.209Z | Documenting rayon-core v1.12.0 |
2788 | 2023-12-18T19:59:20.042Z | Documenting rustyline v12.0.0 |
2789 | 2023-12-18T19:59:20.214Z | Documenting sqlformat v0.2.3 |
2790 | 2023-12-18T19:59:22.344Z | Documenting tough v0.16.0 |
2791 | 2023-12-18T19:59:23.688Z | Documenting tabled v0.14.0 |
2792 | 2023-12-18T19:59:26.480Z | Documenting mime_guess v2.0.4 |
2793 | 2023-12-18T19:59:28.391Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2794 | 2023-12-18T19:59:29.367Z | Documenting derive_builder_core v0.12.0 |
2795 | 2023-12-18T19:59:32.833Z | Checking derive_builder_core v0.12.0 |
2796 | 2023-12-18T19:59:33.335Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2797 | 2023-12-18T19:59:33.407Z | Documenting signal-hook-mio v0.2.3 |
2798 | 2023-12-18T19:59:34.303Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2799 | 2023-12-18T19:59:35.200Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2800 | 2023-12-18T19:59:35.588Z | Documenting universal-hash v0.5.1 |
2801 | 2023-12-18T19:59:38.941Z | Documenting bcs v0.1.6 |
2802 | 2023-12-18T19:59:38.957Z | Documenting kstat-rs v0.2.3 |
2803 | 2023-12-18T19:59:39.466Z | Documenting thiserror-impl-no-std v2.0.2 |
2804 | 2023-12-18T19:59:39.786Z | Documenting curve25519-dalek-derive v0.1.0 |
2805 | 2023-12-18T19:59:43.390Z | Documenting highway v1.1.0 |
2806 | 2023-12-18T19:59:44.636Z | Documenting opaque-debug v0.3.0 |
2807 | 2023-12-18T19:59:44.658Z | Documenting crossterm v0.27.0 |
2808 | 2023-12-18T19:59:45.129Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2809 | 2023-12-18T19:59:45.189Z | Documenting derive_builder_macro v0.12.0 |
2810 | 2023-12-18T19:59:46.400Z | Documenting curve25519-dalek v4.1.1 |
2811 | 2023-12-18T19:59:46.939Z | Documenting thiserror-no-std v2.0.2 |
2812 | 2023-12-18T19:59:49.016Z | Documenting poly1305 v0.8.0 |
2813 | 2023-12-18T19:59:49.443Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2814 | 2023-12-18T19:59:51.202Z | Documenting rayon v1.8.0 |
2815 | 2023-12-18T20:00:00.749Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2816 | 2023-12-18T20:00:00.823Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2817 | 2023-12-18T20:00:00.934Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2818 | 2023-12-18T20:00:00.934Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2819 | 2023-12-18T20:00:02.813Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2820 | 2023-12-18T20:00:05.399Z | Documenting portable-atomic v1.4.3 |
2821 | 2023-12-18T20:00:11.139Z | Documenting ed25519 v1.5.3 |
2822 | 2023-12-18T20:00:15.604Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2823 | 2023-12-18T20:00:23.117Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2824 | 2023-12-18T20:00:23.548Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2825 | 2023-12-18T20:00:24.285Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2826 | 2023-12-18T20:00:24.510Z | Documenting chacha20 v0.9.1 |
2827 | 2023-12-18T20:00:26.207Z | Documenting aead v0.5.2 |
2828 | 2023-12-18T20:00:26.846Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2829 | 2023-12-18T20:00:27.128Z | Documenting ref-cast-impl v1.0.20 |
2830 | 2023-12-18T20:00:29.122Z | Documenting cassowary v0.3.0 |
2831 | 2023-12-18T20:00:32.130Z | Documenting number_prefix v0.4.0 |
2832 | 2023-12-18T20:00:34.889Z | Documenting ratatui v0.23.0 |
2833 | 2023-12-18T20:00:35.157Z | Documenting ref-cast v1.0.20 |
2834 | 2023-12-18T20:00:35.797Z | Documenting chacha20poly1305 v0.10.1 |
2835 | 2023-12-18T20:00:37.797Z | Documenting indicatif v0.17.7 |
2836 | 2023-12-18T20:00:39.521Z | Documenting salty v0.2.0 |
2837 | 2023-12-18T20:00:41.994Z | Documenting vsss-rs v3.3.2 |
2838 | 2023-12-18T20:00:45.493Z | Documenting derive_builder v0.12.0 |
2839 | 2023-12-18T20:00:46.311Z | Documenting fs-err v2.11.0 |
2840 | 2023-12-18T20:00:46.449Z | Documenting polar-core v0.27.0 |
2841 | 2023-12-18T20:00:47.674Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2842 | 2023-12-18T20:00:49.641Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2843 | 2023-12-18T20:00:51.478Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2844 | 2023-12-18T20:00:52.204Z | Documenting libxml v0.3.3 |
2845 | 2023-12-18T20:00:53.569Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2846 | 2023-12-18T20:00:56.141Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2847 | 2023-12-18T20:00:57.386Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2848 | 2023-12-18T20:00:59.848Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2849 | 2023-12-18T20:01:00.267Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2023-12-18T20:01:01.930Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2023-12-18T20:01:02.071Z | Documenting bb8 v0.8.1 |
2852 | 2023-12-18T20:01:03.717Z | Documenting quick-xml v0.23.1 |
2853 | 2023-12-18T20:01:10.100Z | Documenting serde-big-array v0.5.1 |
2854 | 2023-12-18T20:01:10.780Z | Documenting bytesize v1.3.0 |
2855 | 2023-12-18T20:01:11.138Z | Documenting rtoolbox v0.0.1 |
2856 | 2023-12-18T20:01:16.666Z | Documenting impl-trait-for-tuples v0.2.2 |
2857 | 2023-12-18T20:01:17.051Z | Documenting oso-derive v0.27.0 |
2858 | 2023-12-18T20:01:17.562Z | Documenting smawk v0.3.1 |
2859 | 2023-12-18T20:01:17.973Z | Documenting http-range v0.1.5 |
2860 | 2023-12-18T20:01:23.661Z | Documenting is_ci v1.1.1 |
2861 | 2023-12-18T20:01:23.991Z | Documenting maplit v1.0.2 |
2862 | 2023-12-18T20:01:24.115Z | Documenting humantime v2.1.0 |
2863 | 2023-12-18T20:01:24.194Z | Documenting unicode-linebreak v0.1.5 |
2864 | 2023-12-18T20:01:24.827Z | Documenting hyper-staticfile v0.9.5 |
2865 | 2023-12-18T20:01:27.354Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2866 | 2023-12-18T20:01:28.132Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2867 | 2023-12-18T20:01:28.689Z | Documenting textwrap v0.16.0 |
2868 | 2023-12-18T20:01:29.020Z | Documenting supports-color v2.1.0 |
2869 | 2023-12-18T20:01:29.485Z | Documenting oso v0.27.0 |
2870 | 2023-12-18T20:01:29.902Z | Documenting rpassword v7.3.1 |
2871 | 2023-12-18T20:01:35.158Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2872 | 2023-12-18T20:01:35.546Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2873 | 2023-12-18T20:01:36.165Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2874 | 2023-12-18T20:01:36.533Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2875 | 2023-12-18T20:01:37.664Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2876 | 2023-12-18T20:01:43.670Z | Documenting tui-tree-widget v0.13.0 |
2877 | 2023-12-18T20:01:48.905Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2878 | 2023-12-18T20:01:52.642Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2879 | 2023-12-18T20:01:54.940Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2880 | 2023-12-18T20:01:55.424Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2881 | 2023-12-18T20:01:55.851Z | Documenting cookie v0.18.0 |
2882 | 2023-12-18T20:01:55.858Z | Documenting rcgen v0.11.3 |
2883 | 2023-12-18T20:02:02.068Z | Documenting signal-hook-tokio v0.3.1 |
2884 | 2023-12-18T20:02:03.646Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2885 | 2023-12-18T20:02:04.677Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2886 | 2023-12-18T20:02:05.222Z | Documenting atomicwrites v0.4.2 |
2887 | 2023-12-18T20:02:06.304Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2888 | 2023-12-18T20:02:07.797Z | Documenting subprocess v0.2.9 |
2889 | 2023-12-18T20:02:09.297Z | Documenting shell-words v1.1.0 |
2890 | 2023-12-18T20:02:09.824Z | Documenting corncobs v0.1.3 |
2891 | 2023-12-18T20:02:11.778Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2892 | 2023-12-18T20:02:11.834Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2893 | 2023-12-18T20:02:13.822Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2894 | 2023-12-18T20:02:14.221Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2895 | 2023-12-18T20:02:14.395Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2896 | 2023-12-18T20:02:14.740Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2897 | 2023-12-18T20:02:15.332Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2898 | 2023-12-18T20:02:18.366Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2899 | 2023-12-18T20:02:21.873Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2900 | 2023-12-18T20:02:24.479Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2901 | 2023-12-18T20:02:45.939Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2902 | 2023-12-18T20:02:45.995Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2903 | 2023-12-18T20:02:50.644Z | Documenting fatfs v0.3.6 |
2904 | 2023-12-18T20:02:56.075Z | Documenting nanorand v0.7.0 |
2905 | 2023-12-18T20:02:57.802Z | Documenting assert_matches v1.5.0 |
2906 | 2023-12-18T20:02:58.167Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2907 | 2023-12-18T20:02:59.554Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2908 | 2023-12-18T20:03:02.140Z | Documenting flume v0.11.0 |
2909 | 2023-12-18T20:03:03.442Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2910 | 2023-12-18T20:03:06.809Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2911 | 2023-12-18T20:03:08.289Z | Documenting omicron-zone-package v0.9.1 |
2912 | 2023-12-18T20:03:08.981Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2913 | 2023-12-18T20:03:18.102Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2914 | 2023-12-18T20:03:26.884Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2915 | 2023-12-18T20:03:28.054Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2916 | 2023-12-18T20:03:32.600Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2917 | 2023-12-18T20:03:33.250Z | Documenting termios v0.3.3 |
2918 | 2023-12-18T20:03:36.829Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2919 | 2023-12-18T20:03:36.829Z | --> sled-agent/src/sim/instance.rs:46:7 |
2920 | 2023-12-18T20:03:36.829Z | | |
2921 | 2023-12-18T20:03:36.829Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2922 | 2023-12-18T20:03:36.829Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2923 | 2023-12-18T20:03:36.829Z | | |
2924 | 2023-12-18T20:03:36.829Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2925 | 2023-12-18T20:03:36.830Z | |
2926 | 2023-12-18T20:03:37.108Z | Documenting topological-sort v0.2.2 |
2927 | 2023-12-18T20:03:39.214Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2928 | 2023-12-18T20:03:41.749Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2929 | 2023-12-18T20:03:42.642Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2930 | 2023-12-18T20:03:43.572Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2931 | 2023-12-18T20:03:45.305Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2932 | 2023-12-18T20:03:53.872Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2933 | 2023-12-18T20:04:17.090Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2934 | 2023-12-18T20:04:19.258Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2935 | 2023-12-18T20:04:47.034Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2936 | 2023-12-18T20:04:47.311Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2937 | 2023-12-18T20:04:48.243Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2938 | 2023-12-18T20:04:51.310Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2939 | 2023-12-18T20:05:28.625Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2940 | 2023-12-18T20:06:04.054Z | warning: unresolved link to `VolumeConstructionRequest` |
2941 | 2023-12-18T20:06:04.054Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2942 | 2023-12-18T20:06:04.054Z | | |
2943 | 2023-12-18T20:06:04.054Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2944 | 2023-12-18T20:06:04.054Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2945 | 2023-12-18T20:06:04.055Z | | |
2946 | 2023-12-18T20:06:04.055Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2947 | 2023-12-18T20:06:04.055Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2948 | 2023-12-18T20:06:04.055Z | |
2949 | 2023-12-18T20:06:04.073Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2950 | 2023-12-18T20:06:04.074Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2951 | 2023-12-18T20:06:04.074Z | | |
2952 | 2023-12-18T20:06:04.074Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2953 | 2023-12-18T20:06:04.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2954 | 2023-12-18T20:06:04.074Z | |
2955 | 2023-12-18T20:06:04.074Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2956 | 2023-12-18T20:06:04.074Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2957 | 2023-12-18T20:06:04.074Z | | |
2958 | 2023-12-18T20:06:04.074Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2959 | 2023-12-18T20:06:04.074Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2960 | 2023-12-18T20:06:04.075Z | |
2961 | 2023-12-18T20:06:04.075Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2962 | 2023-12-18T20:06:04.075Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2963 | 2023-12-18T20:06:04.075Z | | |
2964 | 2023-12-18T20:06:04.075Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2965 | 2023-12-18T20:06:04.075Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2966 | 2023-12-18T20:06:04.075Z | |
2967 | 2023-12-18T20:06:04.075Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2968 | 2023-12-18T20:06:04.075Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2969 | 2023-12-18T20:06:04.075Z | | |
2970 | 2023-12-18T20:06:04.075Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2971 | 2023-12-18T20:06:04.075Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2972 | 2023-12-18T20:06:04.075Z | |
2973 | 2023-12-18T20:06:04.075Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2974 | 2023-12-18T20:06:04.075Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2975 | 2023-12-18T20:06:04.075Z | | |
2976 | 2023-12-18T20:06:04.076Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2977 | 2023-12-18T20:06:04.076Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2978 | 2023-12-18T20:06:04.076Z | |
2979 | 2023-12-18T20:06:04.076Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2980 | 2023-12-18T20:06:04.076Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2981 | 2023-12-18T20:06:04.076Z | | |
2982 | 2023-12-18T20:06:04.076Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2983 | 2023-12-18T20:06:04.076Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2984 | 2023-12-18T20:06:04.076Z | |
2985 | 2023-12-18T20:06:06.926Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2986 | 2023-12-18T20:06:39.634Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 45s |
2987 | 2023-12-18T20:06:39.739Z | |
2988 | 2023-12-18T20:06:39.742Z | real 15:45.610122116 |
2989 | 2023-12-18T20:06:39.742Z | user 52:30.111756003 |
2990 | 2023-12-18T20:06:39.742Z | sys 59:54.348346582 |
2991 | 2023-12-18T20:06:39.742Z | trap 2.058814499 |
2992 | 2023-12-18T20:06:39.742Z | tflt 0.656102015 |
2993 | 2023-12-18T20:06:39.742Z | dflt 0.569680691 |
2994 | 2023-12-18T20:06:39.742Z | kflt 0.000152983 |
2995 | 2023-12-18T20:06:39.743Z | lock 3:05:45.126134037 |
2996 | 2023-12-18T20:06:39.743Z | slp 4:03:23.497682611 |
2997 | 2023-12-18T20:06:39.743Z | lat 5:17.377468553 |
2998 | 2023-12-18T20:06:39.743Z | stop 1:25.285965464 |
2999 | 2023-12-18T20:06:39.743Z | process exited: duration 1767140 ms, exit code 0 |
|
3000 | 2023-12-18T20:06:39.751Z | found 0 output files |