|
|
|
1 | 2023-12-05T04:09:16.606Z | job assigned to worker 01HGW2HJJ33HBH4160YJ1GCSQB (queued for 1 m 54 s) |
|
2 | 2023-12-05T04:09:17.303Z | starting task 0: "setup" |
3 | 2023-12-05T04:09:17.642Z | ++ uname -s |
4 | 2023-12-05T04:09:17.645Z | + kern=SunOS |
5 | 2023-12-05T04:09:17.645Z | + case "$kern" in |
6 | 2023-12-05T04:09:17.645Z | + groupadd -g 12345 build |
7 | 2023-12-05T04:09:17.645Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-05T04:09:19.641Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-05T04:09:20.015Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-05T04:09:20.018Z | + home_fs=zfs |
11 | 2023-12-05T04:09:20.018Z | + [[ zfs == autofs ]] |
12 | 2023-12-05T04:09:20.018Z | + mkdir -p /home/build |
13 | 2023-12-05T04:09:20.021Z | + chown build:build /home/build /work |
14 | 2023-12-05T04:09:21.035Z | + chmod 0700 /home/build /work |
15 | 2023-12-05T04:09:21.042Z | process exited: duration 3725 ms, exit code 0 |
|
16 | 2023-12-05T04:09:21.068Z | starting task 1: "rust-toolchain" |
17 | 2023-12-05T04:09:21.082Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-05T04:09:21.082Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-05T04:09:21.255Z | info: downloading installer |
20 | 2023-12-05T04:09:24.380Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-05T04:09:24.380Z | warning: /opt/ooce/bin |
22 | 2023-12-05T04:09:24.380Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-05T04:09:24.380Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-05T04:09:24.380Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-05T04:09:24.380Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-05T04:09:24.380Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-05T04:09:24.380Z | error: cannot install while Rust is installed |
28 | 2023-12-05T04:09:24.381Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-05T04:09:24.701Z | info: profile set to 'default' |
30 | 2023-12-05T04:09:24.701Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-05T04:09:24.707Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-05T04:09:24.905Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-05T04:09:24.905Z | info: downloading component 'cargo' |
34 | 2023-12-05T04:09:25.711Z | info: downloading component 'clippy' |
35 | 2023-12-05T04:09:26.407Z | info: downloading component 'rust-docs' |
36 | 2023-12-05T04:09:27.030Z | info: downloading component 'rust-std' |
37 | 2023-12-05T04:09:28.853Z | info: downloading component 'rustc' |
38 | 2023-12-05T04:09:33.287Z | info: downloading component 'rustfmt' |
39 | 2023-12-05T04:09:33.569Z | info: installing component 'cargo' |
40 | 2023-12-05T04:09:35.776Z | info: installing component 'clippy' |
41 | 2023-12-05T04:09:36.686Z | info: installing component 'rust-docs' |
42 | 2023-12-05T04:09:39.629Z | info: installing component 'rust-std' |
43 | 2023-12-05T04:09:43.899Z | info: installing component 'rustc' |
44 | 2023-12-05T04:09:55.023Z | info: installing component 'rustfmt' |
45 | 2023-12-05T04:09:55.526Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-05T04:09:55.527Z | |
47 | 2023-12-05T04:09:55.672Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-05T04:09:55.672Z | |
49 | 2023-12-05T04:09:55.678Z | |
50 | 2023-12-05T04:09:55.678Z | Rust is installed now. Great! |
51 | 2023-12-05T04:09:55.678Z | |
52 | 2023-12-05T04:09:55.678Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-05T04:09:55.678Z | environment variable. This has not been done automatically. |
54 | 2023-12-05T04:09:55.678Z | |
55 | 2023-12-05T04:09:55.679Z | To configure your current shell, run: |
56 | 2023-12-05T04:09:55.679Z | source "$HOME/.cargo/env" |
57 | 2023-12-05T04:09:55.786Z | + rustc --version |
58 | 2023-12-05T04:09:55.907Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-05T04:09:55.913Z | process exited: duration 34853 ms, exit code 0 |
|
60 | 2023-12-05T04:09:55.919Z | starting task 2: "authentication" |
61 | 2023-12-05T04:09:55.954Z | process exited: duration 34 ms, exit code 0 |
|
62 | 2023-12-05T04:09:55.960Z | starting task 3: "clone repository" |
63 | 2023-12-05T04:09:55.967Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-05T04:09:55.972Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-05T04:09:56.080Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-05T04:10:02.994Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-05T04:10:02.994Z | + [[ -n '' ]] |
68 | 2023-12-05T04:10:02.999Z | + git fetch origin 528a94580d2aac5cfbf313b5d46103795112c115 |
69 | 2023-12-05T04:10:03.439Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-05T04:10:03.439Z | * branch 528a94580d2aac5cfbf313b5d46103795112c115 -> FETCH_HEAD |
71 | 2023-12-05T04:10:03.449Z | + git reset --hard 528a94580d2aac5cfbf313b5d46103795112c115 |
72 | 2023-12-05T04:10:03.627Z | HEAD is now at 528a9458 Update taiki-e/install-action digest to d211c4b |
73 | 2023-12-05T04:10:03.633Z | process exited: duration 7670 ms, exit code 0 |
|
74 | 2023-12-05T04:10:03.644Z | starting task 4: "build" |
75 | 2023-12-05T04:10:03.652Z | + cargo --version |
76 | 2023-12-05T04:10:03.661Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
77 | 2023-12-05T04:10:03.871Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
78 | 2023-12-05T04:10:03.874Z | info: downloading component 'cargo' |
79 | 2023-12-05T04:10:04.731Z | info: downloading component 'clippy' |
80 | 2023-12-05T04:10:05.006Z | info: downloading component 'rust-docs' |
81 | 2023-12-05T04:10:06.079Z | info: downloading component 'rust-std' |
82 | 2023-12-05T04:10:07.866Z | info: downloading component 'rustc' |
83 | 2023-12-05T04:10:12.350Z | info: downloading component 'rustfmt' |
84 | 2023-12-05T04:10:12.672Z | info: installing component 'cargo' |
85 | 2023-12-05T04:10:14.018Z | info: installing component 'clippy' |
86 | 2023-12-05T04:10:14.491Z | info: installing component 'rust-docs' |
87 | 2023-12-05T04:10:17.472Z | info: installing component 'rust-std' |
88 | 2023-12-05T04:10:20.194Z | info: installing component 'rustc' |
89 | 2023-12-05T04:10:26.603Z | info: installing component 'rustfmt' |
90 | 2023-12-05T04:10:27.155Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
91 | 2023-12-05T04:10:27.158Z | + rustc --version |
92 | 2023-12-05T04:10:27.295Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
93 | 2023-12-05T04:10:27.305Z | + source ./env.sh |
94 | 2023-12-05T04:10:27.305Z | ++ set -o xtrace |
95 | 2023-12-05T04:10:27.310Z | ++++ dirname ./env.sh |
96 | 2023-12-05T04:10:27.313Z | +++ cd . |
97 | 2023-12-05T04:10:27.313Z | +++ echo /work/oxidecomputer/omicron |
98 | 2023-12-05T04:10:27.314Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2023-12-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ 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-05T04:10:27.314Z | ++ unset OMICRON_WS |
108 | 2023-12-05T04:10:27.314Z | ++ set +o xtrace |
109 | 2023-12-05T04:10:27.434Z | |
110 | 2023-12-05T04:10:27.434Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2023-12-05T04:10:27.434Z | # # # # # # # # # # # # # # # |
112 | 2023-12-05T04:10:27.434Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2023-12-05T04:10:27.434Z | ##### ##### # ##### # # # # # # # # # |
114 | 2023-12-05T04:10:27.434Z | # # # # # # # # # # # # # # # |
115 | 2023-12-05T04:10:27.434Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2023-12-05T04:10:27.434Z | |
117 | 2023-12-05T04:10:36.264Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2023-12-05T04:10:37.523Z | Startup: Caching catalogs ... Done |
119 | 2023-12-05T04:10:44.114Z | Planning: Solver setup ... Done (6.220s) |
120 | 2023-12-05T04:10:44.257Z | Planning: Running solver ... Done (0.144s) |
121 | 2023-12-05T04:10:44.339Z | Planning: Finding local manifests ... Done (0.005s) |
122 | 2023-12-05T04:10:44.356Z | Planning: Fetching manifests: 0/6 0% complete |
123 | 2023-12-05T04:10:44.629Z | Planning: Fetching manifests: 6/6 100% complete |
124 | 2023-12-05T04:10:44.723Z | Planning: Package planning ... Done (0.095s) |
125 | 2023-12-05T04:10:44.839Z | Planning: Merging actions ... Done (0.085s) |
126 | 2023-12-05T04:10:45.607Z | Planning: Checking for conflicting actions ... Done (0.798s) |
127 | 2023-12-05T04:10:45.626Z | Planning: Consolidating action changes ... Done (0.018s) |
128 | 2023-12-05T04:10:50.340Z | Planning: Evaluating mediators ... Done (4.714s) |
129 | 2023-12-05T04:10:50.454Z | Planning: Planning completed in 12.86 seconds |
130 | 2023-12-05T04:10:54.076Z | Packages to install: 4 |
131 | 2023-12-05T04:10:54.076Z | Packages to update: 2 |
132 | 2023-12-05T04:10:54.079Z | Mediators to change: 2 |
133 | 2023-12-05T04:10:54.079Z | Services to change: 1 |
134 | 2023-12-05T04:10:54.079Z | Estimated space available: 148.88 GB |
135 | 2023-12-05T04:10:54.079Z | Estimated space to be consumed: 1.42 GB |
136 | 2023-12-05T04:10:54.079Z | Create boot environment: No |
137 | 2023-12-05T04:10:54.079Z | Create backup boot environment: Yes |
138 | 2023-12-05T04:10:54.079Z | Rebuild boot archive: No |
139 | 2023-12-05T04:10:54.079Z | |
140 | 2023-12-05T04:10:54.079Z | Changed mediators: |
141 | 2023-12-05T04:10:54.079Z | mediator clang: |
142 | 2023-12-05T04:10:54.079Z | version: None -> 15 (system default) |
143 | 2023-12-05T04:10:54.079Z | |
144 | 2023-12-05T04:10:54.079Z | mediator llvm: |
145 | 2023-12-05T04:10:54.079Z | version: 14 (system default) -> 15 (system default) |
146 | 2023-12-05T04:10:54.079Z | |
147 | 2023-12-05T04:10:54.080Z | Changed packages: |
148 | 2023-12-05T04:10:54.080Z | helios-dev |
149 | 2023-12-05T04:10:54.080Z | developer/build-essential |
150 | 2023-12-05T04:10:54.080Z | None -> 11-2.0 |
151 | 2023-12-05T04:10:54.080Z | library/libxmlsec1 |
152 | 2023-12-05T04:10:54.080Z | None -> 1.2.35-2.0 |
153 | 2023-12-05T04:10:54.080Z | ooce/developer/clang-15 |
154 | 2023-12-05T04:10:54.082Z | None -> 15.0.7-2.0 |
155 | 2023-12-05T04:10:54.082Z | ooce/developer/llvm-15 |
156 | 2023-12-05T04:10:54.082Z | None -> 15.0.7-2.0 |
157 | 2023-12-05T04:10:54.082Z | system/library/g++-runtime |
158 | 2023-12-05T04:10:54.082Z | 12-2.0 -> 13-2.0 |
159 | 2023-12-05T04:10:54.082Z | system/library/gcc-runtime |
160 | 2023-12-05T04:10:54.082Z | 12-2.0 -> 13-2.0 |
161 | 2023-12-05T04:10:54.082Z | |
162 | 2023-12-05T04:10:54.082Z | Services: |
163 | 2023-12-05T04:10:54.082Z | restart_fmri: |
164 | 2023-12-05T04:10:54.083Z | svc:/system/update-man-index:default |
165 | 2023-12-05T04:10:54.444Z | |
166 | 2023-12-05T04:10:54.444Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
167 | 2023-12-05T04:10:59.443Z | Download: 1205/3330 items 84.4/221.1MB 38% complete (17.1M/s) |
168 | 2023-12-05T04:11:04.445Z | Download: 2752/3330 items 120.9/221.1MB 54% complete (12.2M/s) |
169 | 2023-12-05T04:11:09.672Z | Download: 3293/3330 items 215.3/221.1MB 97% complete (13.1M/s) |
170 | 2023-12-05T04:11:10.791Z | Download: Completed 221.11 MB in 16.35 seconds (13.5M/s) |
171 | 2023-12-05T04:11:11.962Z | Actions: 1/3766 actions (Removing old actions) |
172 | 2023-12-05T04:11:11.962Z | Actions: 5/3766 actions (Installing new actions) |
173 | 2023-12-05T04:11:17.170Z | Actions: 2627/3766 actions (Installing new actions) |
174 | 2023-12-05T04:11:20.390Z | Actions: 3729/3766 actions (Updating modified actions) |
175 | 2023-12-05T04:11:20.922Z | Actions: Completed 3766 actions in 8.96 seconds. |
176 | 2023-12-05T04:11:21.163Z | Done (0.231s) |
177 | 2023-12-05T04:11:21.166Z | Done (0.000s) |
178 | 2023-12-05T04:11:21.421Z | Done (0.255s) |
179 | 2023-12-05T04:11:29.899Z | Done (8.342s) |
180 | 2023-12-05T04:11:30.208Z | Done (0.184s) |
181 | 2023-12-05T04:11:30.211Z | Done (0.000s) |
182 | 2023-12-05T04:11:30.534Z | Done (0.000s) |
183 | 2023-12-05T04:11:31.327Z | Planning: Evaluating mediator changes ... Done |
184 | 2023-12-05T04:11:31.628Z | Planning: Checking for conflicting actions ... Done |
185 | 2023-12-05T04:11:31.631Z | Planning: Consolidating action changes ... Done |
186 | 2023-12-05T04:11:32.091Z | Planning: Evaluating mediators ... Done |
187 | 2023-12-05T04:11:32.095Z | Planning: Planning completed in 0.77 seconds |
188 | 2023-12-05T04:11:32.157Z | Mediators to change: 2 |
189 | 2023-12-05T04:11:32.157Z | Create boot environment: No |
190 | 2023-12-05T04:11:32.163Z | Create backup boot environment: No |
191 | 2023-12-05T04:11:32.277Z | Done |
192 | 2023-12-05T04:11:32.277Z | Done |
193 | 2023-12-05T04:11:32.439Z | Done |
194 | 2023-12-05T04:11:38.767Z | Done |
195 | 2023-12-05T04:11:38.924Z | Done |
196 | 2023-12-05T04:11:38.933Z | Done |
197 | 2023-12-05T04:11:39.043Z | Done |
198 | 2023-12-05T04:11:40.093Z | Planning: Evaluating mediator changes ... Done |
199 | 2023-12-05T04:11:40.096Z | Planning: Merging actions ... Done |
200 | 2023-12-05T04:11:40.443Z | Planning: Checking for conflicting actions ... Done |
201 | 2023-12-05T04:11:40.447Z | Planning: Consolidating action changes ... Done |
202 | 2023-12-05T04:11:40.899Z | Planning: Evaluating mediators ... Done |
203 | 2023-12-05T04:11:40.991Z | Planning: Planning completed in 1.34 seconds |
204 | 2023-12-05T04:11:41.057Z | Packages to change: 1 |
205 | 2023-12-05T04:11:41.058Z | Mediators to change: 1 |
206 | 2023-12-05T04:11:41.059Z | Services to change: 1 |
207 | 2023-12-05T04:11:41.062Z | Create boot environment: No |
208 | 2023-12-05T04:11:41.062Z | Create backup boot environment: Yes |
209 | 2023-12-05T04:11:43.251Z | Actions: 1/6 actions (Updating modified actions) |
210 | 2023-12-05T04:11:43.254Z | Actions: Completed 6 actions in 0.00 seconds. |
211 | 2023-12-05T04:11:43.254Z | Done |
212 | 2023-12-05T04:11:43.254Z | Done |
213 | 2023-12-05T04:11:43.316Z | Done |
214 | 2023-12-05T04:11:49.466Z | Done |
215 | 2023-12-05T04:11:49.611Z | Done |
216 | 2023-12-05T04:11:49.613Z | Done |
217 | 2023-12-05T04:11:49.735Z | Done |
218 | 2023-12-05T04:11:50.449Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
219 | 2023-12-05T04:11:50.449Z | clang system 15 system |
220 | 2023-12-05T04:11:50.449Z | csh system system illumos |
221 | 2023-12-05T04:11:50.449Z | ctags system system illumos |
222 | 2023-12-05T04:11:50.449Z | gcc vendor 12 vendor |
223 | 2023-12-05T04:11:50.449Z | gcc system 10 system |
224 | 2023-12-05T04:11:50.449Z | gcc system 7 system |
225 | 2023-12-05T04:11:50.449Z | go system 1.20 system |
226 | 2023-12-05T04:11:50.449Z | go system 1.19 system |
227 | 2023-12-05T04:11:50.449Z | llvm system 15 system |
228 | 2023-12-05T04:11:50.449Z | llvm system 14 system |
229 | 2023-12-05T04:11:50.449Z | mariadb system 10.6 system |
230 | 2023-12-05T04:11:50.449Z | mta vendor vendor dma |
231 | 2023-12-05T04:11:50.449Z | openjdk system 17 system |
232 | 2023-12-05T04:11:50.449Z | openjdk system 11 system |
233 | 2023-12-05T04:11:50.449Z | openjdk system 1.8 system |
234 | 2023-12-05T04:11:50.449Z | openssl vendor 3 vendor |
235 | 2023-12-05T04:11:50.449Z | perl system 5.36 system |
236 | 2023-12-05T04:11:50.449Z | postgresql system 15 system |
237 | 2023-12-05T04:11:50.449Z | postgresql system 13 system |
238 | 2023-12-05T04:11:50.449Z | python vendor 3 vendor |
239 | 2023-12-05T04:11:50.449Z | python system 2 system |
240 | 2023-12-05T04:11:50.449Z | python3 system 3.11 system |
241 | 2023-12-05T04:11:50.449Z | ruby system 3.0 system |
242 | 2023-12-05T04:11:50.449Z | words vendor vendor american-english |
243 | 2023-12-05T04:11:50.449Z | words system system australian-english |
244 | 2023-12-05T04:11:50.450Z | words system system british-english |
245 | 2023-12-05T04:11:50.450Z | words system system canadian-english |
246 | 2023-12-05T04:11:50.450Z | words system system french |
247 | 2023-12-05T04:11:50.450Z | words system system italian |
248 | 2023-12-05T04:11:50.450Z | words system system ngerman |
249 | 2023-12-05T04:11:50.450Z | words system system ogerman |
250 | 2023-12-05T04:11:50.450Z | words system system spanish |
251 | 2023-12-05T04:11:51.023Z | FMRI IFO |
252 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
256 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
257 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
258 | 2023-12-05T04:11:51.023Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
259 | 2023-12-05T04:11:51.024Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
260 | 2023-12-05T04:11:51.115Z | + set -o errexit |
261 | 2023-12-05T04:11:51.118Z | +++ dirname ./tools/ci_download_cockroachdb |
262 | 2023-12-05T04:11:51.121Z | ++ cd ./tools |
263 | 2023-12-05T04:11:51.121Z | ++ pwd |
264 | 2023-12-05T04:11:51.121Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
265 | 2023-12-05T04:11:51.121Z | ++ basename ./tools/ci_download_cockroachdb |
266 | 2023-12-05T04:11:51.124Z | + ARG0=ci_download_cockroachdb |
267 | 2023-12-05T04:11:51.125Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
268 | 2023-12-05T04:11:51.128Z | + CIDL_VERSION=v22.1.9 |
269 | 2023-12-05T04:11:51.128Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
270 | 2023-12-05T04:11:51.128Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
271 | 2023-12-05T04:11:51.128Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
272 | 2023-12-05T04:11:51.128Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
273 | 2023-12-05T04:11:51.128Z | + TARGET_DIR=out |
274 | 2023-12-05T04:11:51.128Z | + DOWNLOAD_DIR=out/downloads |
275 | 2023-12-05T04:11:51.128Z | + DEST_DIR=./out/cockroachdb |
276 | 2023-12-05T04:11:51.128Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
277 | 2023-12-05T04:11:51.128Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
278 | 2023-12-05T04:11:51.128Z | + main |
279 | 2023-12-05T04:11:51.128Z | + [[ 0 != 0 ]] |
280 | 2023-12-05T04:11:51.128Z | + CIDL_OS=solaris2.11 |
281 | 2023-12-05T04:11:51.128Z | + [[ 0 != 0 ]] |
282 | 2023-12-05T04:11:51.128Z | + configure_os solaris2.11 |
283 | 2023-12-05T04:11:51.128Z | + echo 'current directory: /work/oxidecomputer/omicron' |
284 | 2023-12-05T04:11:51.128Z | current directory: /work/oxidecomputer/omicron |
285 | 2023-12-05T04:11:51.128Z | + echo 'configuring based on OS: "solaris2.11"' |
286 | 2023-12-05T04:11:51.128Z | + case "$1" in |
287 | 2023-12-05T04:11:51.128Z | configuring based on OS: "solaris2.11" |
288 | 2023-12-05T04:11:51.128Z | + CIDL_BUILD=illumos |
289 | 2023-12-05T04:11:51.128Z | + CIDL_SUFFIX=tar.gz |
290 | 2023-12-05T04:11:51.128Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
291 | 2023-12-05T04:11:51.128Z | + CIDL_MD5FUNC=do_md5sum |
292 | 2023-12-05T04:11:51.128Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2023-12-05T04:11:51.128Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2023-12-05T04:11:51.130Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2023-12-05T04:11:51.130Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-12-05T04:11:51.130Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-12-05T04:11:51.130Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-05T04:11:51.130Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-05T04:11:51.130Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
300 | 2023-12-05T04:11:51.130Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-05T04:11:51.130Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2023-12-05T04:11:51.130Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2023-12-05T04:11:51.130Z | + mkdir -p out/downloads |
304 | 2023-12-05T04:11:51.133Z | + mkdir -p ./out/cockroachdb |
305 | 2023-12-05T04:11:51.133Z | + local DO_DOWNLOAD=true |
306 | 2023-12-05T04:11:51.133Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
307 | 2023-12-05T04:11:51.133Z | + '[' true == true ']' |
308 | 2023-12-05T04:11:51.133Z | + echo Downloading... |
309 | 2023-12-05T04:11:51.133Z | Downloading... |
310 | 2023-12-05T04:11:51.133Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-05T04:11:51.133Z | + 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 |
312 | 2023-12-05T04:11:54.207Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-05T04:11:54.210Z | ++ md5sum |
314 | 2023-12-05T04:11:54.210Z | ++ awk '{print $1}' |
315 | 2023-12-05T04:11:54.396Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
316 | 2023-12-05T04:11:54.396Z | + [[ 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 ]] |
317 | 2023-12-05T04:11:54.396Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-05T04:11:54.399Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
319 | 2023-12-05T04:11:58.536Z | + do_assemble_illumos |
320 | 2023-12-05T04:11:58.536Z | + rm -r ./out/cockroachdb |
321 | 2023-12-05T04:11:58.540Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
322 | 2023-12-05T04:11:59.251Z | + ./out/cockroachdb/bin/cockroach version |
323 | 2023-12-05T04:11:59.584Z | Build Tag: v22.1.9-dirty |
324 | 2023-12-05T04:11:59.584Z | Build Time: 2022/10/26 21:17:46 |
325 | 2023-12-05T04:11:59.584Z | Distribution: OSS |
326 | 2023-12-05T04:11:59.584Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
327 | 2023-12-05T04:11:59.584Z | Go Version: go1.17.13 |
328 | 2023-12-05T04:11:59.584Z | C Compiler: gcc 10.3.0 |
329 | 2023-12-05T04:11:59.584Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
330 | 2023-12-05T04:11:59.584Z | Build Type: release |
331 | 2023-12-05T04:11:59.617Z | + set -o errexit |
332 | 2023-12-05T04:11:59.620Z | +++ dirname ./tools/ci_download_clickhouse |
333 | 2023-12-05T04:11:59.623Z | ++ cd ./tools |
334 | 2023-12-05T04:11:59.623Z | ++ pwd |
335 | 2023-12-05T04:11:59.623Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
336 | 2023-12-05T04:11:59.627Z | ++ basename ./tools/ci_download_clickhouse |
337 | 2023-12-05T04:11:59.627Z | + ARG0=ci_download_clickhouse |
338 | 2023-12-05T04:11:59.627Z | + TARGET_DIR=out |
339 | 2023-12-05T04:11:59.627Z | + DOWNLOAD_DIR=out/downloads |
340 | 2023-12-05T04:11:59.627Z | + DEST_DIR=./out/clickhouse |
341 | 2023-12-05T04:11:59.628Z | + CIDL_VERSION=v22.8.9.24 |
342 | 2023-12-05T04:11:59.628Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
343 | 2023-12-05T04:11:59.628Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
344 | 2023-12-05T04:11:59.628Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
345 | 2023-12-05T04:11:59.628Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
346 | 2023-12-05T04:11:59.628Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
347 | 2023-12-05T04:11:59.628Z | + main |
348 | 2023-12-05T04:11:59.628Z | + [[ 0 != 0 ]] |
349 | 2023-12-05T04:11:59.628Z | + CIDL_OS=solaris2.11 |
350 | 2023-12-05T04:11:59.628Z | + [[ 0 != 0 ]] |
351 | 2023-12-05T04:11:59.628Z | + configure_os solaris2.11 |
352 | 2023-12-05T04:11:59.629Z | + echo 'current directory: /work/oxidecomputer/omicron' |
353 | 2023-12-05T04:11:59.629Z | current directory: /work/oxidecomputer/omicron |
354 | 2023-12-05T04:11:59.629Z | + echo 'configuring based on OS: "solaris2.11"' |
355 | 2023-12-05T04:11:59.629Z | + CIDL_DASHREV= |
356 | 2023-12-05T04:11:59.629Z | configuring based on OS: "solaris2.11" |
357 | 2023-12-05T04:11:59.629Z | + case "$1" in |
358 | 2023-12-05T04:11:59.633Z | + CIDL_PLATFORM=illumos |
359 | 2023-12-05T04:11:59.633Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-12-05T04:11:59.633Z | + CIDL_MD5FUNC=do_md5sum |
361 | 2023-12-05T04:11:59.633Z | + CIDL_DASHREV=-1 |
362 | 2023-12-05T04:11:59.633Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
363 | 2023-12-05T04:11:59.633Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-12-05T04:11:59.633Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2023-12-05T04:11:59.633Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-05T04:11:59.633Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2023-12-05T04:11:59.633Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-05T04:11:59.633Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-12-05T04:11:59.633Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-05T04:11:59.633Z | + mkdir -p out/downloads |
371 | 2023-12-05T04:11:59.633Z | + mkdir -p ./out/clickhouse |
372 | 2023-12-05T04:11:59.638Z | + local DO_DOWNLOAD=true |
373 | 2023-12-05T04:11:59.638Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
374 | 2023-12-05T04:11:59.638Z | + '[' true == true ']' |
375 | 2023-12-05T04:11:59.638Z | + echo Downloading... |
376 | 2023-12-05T04:11:59.638Z | Downloading... |
377 | 2023-12-05T04:11:59.638Z | + 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 |
378 | 2023-12-05T04:11:59.638Z | + 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 |
379 | 2023-12-05T04:12:01.345Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-12-05T04:12:01.348Z | ++ md5sum |
381 | 2023-12-05T04:12:01.348Z | ++ awk '{print $1}' |
382 | 2023-12-05T04:12:01.614Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
383 | 2023-12-05T04:12:01.614Z | + [[ 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 ]] |
384 | 2023-12-05T04:12:01.614Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
385 | 2023-12-05T04:12:01.614Z | + mkdir -p ./out/clickhouse |
386 | 2023-12-05T04:12:01.619Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
387 | 2023-12-05T04:12:06.823Z | + ./out/clickhouse/clickhouse server --version |
388 | 2023-12-05T04:12:06.879Z | ClickHouse server version 22.8.9.1. |
389 | 2023-12-05T04:12:06.903Z | + set -o errexit |
390 | 2023-12-05T04:12:06.906Z | +++ dirname ./tools/ci_download_console |
391 | 2023-12-05T04:12:06.909Z | ++ cd ./tools |
392 | 2023-12-05T04:12:06.909Z | ++ pwd |
393 | 2023-12-05T04:12:06.909Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
394 | 2023-12-05T04:12:06.913Z | ++ basename ./tools/ci_download_console |
395 | 2023-12-05T04:12:06.913Z | + ARG0=ci_download_console |
396 | 2023-12-05T04:12:06.913Z | + TARGET_DIR=out |
397 | 2023-12-05T04:12:06.913Z | + DOWNLOAD_DIR=out/downloads |
398 | 2023-12-05T04:12:06.913Z | + DEST_DIR=./out/console-assets |
399 | 2023-12-05T04:12:06.913Z | + source /work/oxidecomputer/omicron/tools/console_version |
400 | 2023-12-05T04:12:06.913Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
401 | 2023-12-05T04:12:06.913Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
402 | 2023-12-05T04:12:06.913Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
403 | 2023-12-05T04:12:06.916Z | + TARBALL_FILE=out/downloads/console.tar.gz |
404 | 2023-12-05T04:12:06.916Z | + main |
405 | 2023-12-05T04:12:06.916Z | + [[ 0 != 0 ]] |
406 | 2023-12-05T04:12:06.916Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
407 | 2023-12-05T04:12:06.916Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
408 | 2023-12-05T04:12:06.916Z | + echo 'Local file: out/downloads/console.tar.gz' |
409 | 2023-12-05T04:12:06.916Z | Local file: out/downloads/console.tar.gz |
410 | 2023-12-05T04:12:06.916Z | + local DO_DOWNLOAD=true |
411 | 2023-12-05T04:12:06.916Z | + [[ -f out/downloads/console.tar.gz ]] |
412 | 2023-12-05T04:12:06.916Z | + mkdir -p out/downloads |
413 | 2023-12-05T04:12:06.916Z | + '[' true == true ']' |
414 | 2023-12-05T04:12:06.918Z | + echo Downloading... |
415 | 2023-12-05T04:12:06.918Z | Downloading... |
416 | 2023-12-05T04:12:06.918Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
417 | 2023-12-05T04:12:06.918Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
418 | 2023-12-05T04:12:07.579Z | ++ do_sha256sum out/downloads/console.tar.gz |
419 | 2023-12-05T04:12:07.582Z | ++ case "$OSTYPE" in |
420 | 2023-12-05T04:12:07.582Z | ++ SHA=sha256sum |
421 | 2023-12-05T04:12:07.582Z | ++ sha256sum |
422 | 2023-12-05T04:12:07.582Z | ++ awk '{print $1}' |
423 | 2023-12-05T04:12:07.604Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
424 | 2023-12-05T04:12:07.604Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
425 | 2023-12-05T04:12:07.607Z | + rm -rf ./out/console-assets |
426 | 2023-12-05T04:12:07.610Z | + mkdir -p ./out/console-assets |
427 | 2023-12-05T04:12:07.610Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
428 | 2023-12-05T04:12:07.610Z | + mkdir -p ./out/console-assets |
429 | 2023-12-05T04:12:07.612Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
430 | 2023-12-05T04:12:07.760Z | + set -o errexit |
431 | 2023-12-05T04:12:07.763Z | +++ dirname ./tools/ci_download_maghemite_openapi |
432 | 2023-12-05T04:12:07.766Z | ++ cd ./tools |
433 | 2023-12-05T04:12:07.766Z | ++ pwd |
434 | 2023-12-05T04:12:07.767Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
435 | 2023-12-05T04:12:07.771Z | ++ basename ./tools/ci_download_maghemite_openapi |
436 | 2023-12-05T04:12:07.771Z | + ARG0=ci_download_maghemite_openapi |
437 | 2023-12-05T04:12:07.771Z | + TARGET_DIR=out |
438 | 2023-12-05T04:12:07.771Z | + DOWNLOAD_DIR=out/downloads |
439 | 2023-12-05T04:12:07.771Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
440 | 2023-12-05T04:12:07.771Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
441 | 2023-12-05T04:12:07.771Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
442 | 2023-12-05T04:12:07.771Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
443 | 2023-12-05T04:12:07.771Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
444 | 2023-12-05T04:12:07.771Z | + main |
445 | 2023-12-05T04:12:07.771Z | + [[ 0 != 0 ]] |
446 | 2023-12-05T04:12:07.771Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
447 | 2023-12-05T04:12:07.773Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
448 | 2023-12-05T04:12:07.773Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
449 | 2023-12-05T04:12:07.773Z | + local DO_DOWNLOAD=true |
450 | 2023-12-05T04:12:07.773Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-12-05T04:12:07.773Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
452 | 2023-12-05T04:12:07.773Z | + mkdir -p out/downloads |
453 | 2023-12-05T04:12:07.776Z | + '[' true == true ']' |
454 | 2023-12-05T04:12:07.776Z | + echo Downloading... |
455 | 2023-12-05T04:12:07.776Z | Downloading... |
456 | 2023-12-05T04:12:07.776Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-05T04:12:07.776Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
458 | 2023-12-05T04:12:08.197Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
459 | 2023-12-05T04:12:08.200Z | ++ case "$OSTYPE" in |
460 | 2023-12-05T04:12:08.200Z | ++ SHA=sha256sum |
461 | 2023-12-05T04:12:08.200Z | ++ sha256sum |
462 | 2023-12-05T04:12:08.200Z | ++ awk '{print $1}' |
463 | 2023-12-05T04:12:08.204Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
464 | 2023-12-05T04:12:08.204Z | + [[ 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 ]] |
465 | 2023-12-05T04:12:08.207Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
466 | 2023-12-05T04:12:08.207Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
467 | 2023-12-05T04:12:08.207Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
468 | 2023-12-05T04:12:08.207Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
469 | 2023-12-05T04:12:08.207Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
470 | 2023-12-05T04:12:08.207Z | + main |
471 | 2023-12-05T04:12:08.207Z | + [[ 0 != 0 ]] |
472 | 2023-12-05T04:12:08.207Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
473 | 2023-12-05T04:12:08.207Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
474 | 2023-12-05T04:12:08.207Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
475 | 2023-12-05T04:12:08.207Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
476 | 2023-12-05T04:12:08.207Z | + local DO_DOWNLOAD=true |
477 | 2023-12-05T04:12:08.207Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
478 | 2023-12-05T04:12:08.207Z | + mkdir -p out/downloads |
479 | 2023-12-05T04:12:08.211Z | + '[' true == true ']' |
480 | 2023-12-05T04:12:08.211Z | + echo Downloading... |
481 | 2023-12-05T04:12:08.211Z | Downloading... |
482 | 2023-12-05T04:12:08.211Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
483 | 2023-12-05T04:12:08.211Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
484 | 2023-12-05T04:12:08.343Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
485 | 2023-12-05T04:12:08.346Z | ++ case "$OSTYPE" in |
486 | 2023-12-05T04:12:08.346Z | ++ SHA=sha256sum |
487 | 2023-12-05T04:12:08.346Z | ++ sha256sum |
488 | 2023-12-05T04:12:08.346Z | ++ awk '{print $1}' |
489 | 2023-12-05T04:12:08.349Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
490 | 2023-12-05T04:12:08.349Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
491 | 2023-12-05T04:12:08.359Z | + set -o errexit |
492 | 2023-12-05T04:12:08.362Z | +++ dirname ./tools/ci_download_dendrite_openapi |
493 | 2023-12-05T04:12:08.365Z | ++ cd ./tools |
494 | 2023-12-05T04:12:08.365Z | ++ pwd |
495 | 2023-12-05T04:12:08.365Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
496 | 2023-12-05T04:12:08.368Z | ++ basename ./tools/ci_download_dendrite_openapi |
497 | 2023-12-05T04:12:08.368Z | + ARG0=ci_download_dendrite_openapi |
498 | 2023-12-05T04:12:08.368Z | + TARGET_DIR=out |
499 | 2023-12-05T04:12:08.368Z | + DOWNLOAD_DIR=out/downloads |
500 | 2023-12-05T04:12:08.368Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
501 | 2023-12-05T04:12:08.371Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
502 | 2023-12-05T04:12:08.371Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
503 | 2023-12-05T04:12:08.371Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
504 | 2023-12-05T04:12:08.371Z | + LOCAL_FILE=out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
505 | 2023-12-05T04:12:08.371Z | + main |
506 | 2023-12-05T04:12:08.371Z | + [[ 0 != 0 ]] |
507 | 2023-12-05T04:12:08.371Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json' |
508 | 2023-12-05T04:12:08.371Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
509 | 2023-12-05T04:12:08.371Z | + echo 'Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json' |
510 | 2023-12-05T04:12:08.371Z | Local file: out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
511 | 2023-12-05T04:12:08.371Z | + local DO_DOWNLOAD=true |
512 | 2023-12-05T04:12:08.371Z | + [[ -f out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json ]] |
513 | 2023-12-05T04:12:08.371Z | + mkdir -p out/downloads |
514 | 2023-12-05T04:12:08.374Z | + '[' true == true ']' |
515 | 2023-12-05T04:12:08.374Z | + echo Downloading... |
516 | 2023-12-05T04:12:08.374Z | Downloading... |
517 | 2023-12-05T04:12:08.374Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
518 | 2023-12-05T04:12:08.374Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/2af6adea85c62ac37e451148b84e5eb0ef005f36/dpd.json |
519 | 2023-12-05T04:12:08.550Z | ++ do_sha256sum out/downloads/dpd-2af6adea85c62ac37e451148b84e5eb0ef005f36.json |
520 | 2023-12-05T04:12:08.550Z | ++ case "$OSTYPE" in |
521 | 2023-12-05T04:12:08.550Z | ++ SHA=sha256sum |
522 | 2023-12-05T04:12:08.553Z | ++ sha256sum |
523 | 2023-12-05T04:12:08.553Z | ++ awk '{print $1}' |
524 | 2023-12-05T04:12:08.557Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
525 | 2023-12-05T04:12:08.557Z | + [[ 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 ]] |
526 | 2023-12-05T04:12:08.567Z | + set -o errexit |
527 | 2023-12-05T04:12:08.572Z | +++ dirname ./tools/ci_download_dendrite_stub |
528 | 2023-12-05T04:12:08.572Z | ++ cd ./tools |
529 | 2023-12-05T04:12:08.572Z | ++ pwd |
530 | 2023-12-05T04:12:08.575Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
531 | 2023-12-05T04:12:08.575Z | ++ basename ./tools/ci_download_dendrite_stub |
532 | 2023-12-05T04:12:08.578Z | + ARG0=ci_download_dendrite_stub |
533 | 2023-12-05T04:12:08.578Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
534 | 2023-12-05T04:12:08.578Z | ++ CIDL_SHA256_ILLUMOS=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
535 | 2023-12-05T04:12:08.580Z | ++ CIDL_SHA256_LINUX_DPD=b13b391a085ba6bf16fdd99774f64c9d53cd7220ad518d5839c8558fb925c40c |
536 | 2023-12-05T04:12:08.580Z | ++ CIDL_SHA256_LINUX_SWADM=6bfa4e367eb2b0be89f1588ac458026a186314597a4feb9fee6cea60101c7ebe |
537 | 2023-12-05T04:12:08.580Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
538 | 2023-12-05T04:12:08.580Z | ++ COMMIT=2af6adea85c62ac37e451148b84e5eb0ef005f36 |
539 | 2023-12-05T04:12:08.580Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
540 | 2023-12-05T04:12:08.580Z | + TARGET_DIR=out |
541 | 2023-12-05T04:12:08.580Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-12-05T04:12:08.580Z | + DEST_DIR=./out/dendrite-stub |
543 | 2023-12-05T04:12:08.580Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
544 | 2023-12-05T04:12:08.580Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
545 | 2023-12-05T04:12:08.580Z | + REPO=oxidecomputer/dendrite |
546 | 2023-12-05T04:12:08.580Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36 |
547 | 2023-12-05T04:12:08.580Z | + main |
548 | 2023-12-05T04:12:08.580Z | + [[ 0 != 0 ]] |
549 | 2023-12-05T04:12:08.580Z | + CIDL_OS=solaris2.11 |
550 | 2023-12-05T04:12:08.580Z | + [[ 0 != 0 ]] |
551 | 2023-12-05T04:12:08.580Z | + configure_os solaris2.11 |
552 | 2023-12-05T04:12:08.580Z | + echo 'current directory: /work/oxidecomputer/omicron' |
553 | 2023-12-05T04:12:08.580Z | current directory: /work/oxidecomputer/omicron |
554 | 2023-12-05T04:12:08.580Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-12-05T04:12:08.580Z | configuring based on OS: "solaris2.11" |
556 | 2023-12-05T04:12:08.580Z | + case "$1" in |
557 | 2023-12-05T04:12:08.580Z | + SET_BINARIES= |
558 | 2023-12-05T04:12:08.580Z | + CIDL_SHA256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
559 | 2023-12-05T04:12:08.580Z | + CIDL_SHA256FUNC=do_sha256sum |
560 | 2023-12-05T04:12:08.580Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
561 | 2023-12-05T04:12:08.580Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
562 | 2023-12-05T04:12:08.580Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
563 | 2023-12-05T04:12:08.580Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz' |
564 | 2023-12-05T04:12:08.580Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
565 | 2023-12-05T04:12:08.580Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
566 | 2023-12-05T04:12:08.580Z | + mkdir -p out/downloads |
567 | 2023-12-05T04:12:08.580Z | Local file: out/downloads/dendrite-stub.tar.gz |
568 | 2023-12-05T04:12:08.583Z | + mkdir -p ./out/dendrite-stub |
569 | 2023-12-05T04:12:08.583Z | + fetch_and_verify |
570 | 2023-12-05T04:12:08.583Z | + local DO_DOWNLOAD=true |
571 | 2023-12-05T04:12:08.583Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
572 | 2023-12-05T04:12:08.583Z | + '[' true == true ']' |
573 | 2023-12-05T04:12:08.583Z | + echo Downloading... |
574 | 2023-12-05T04:12:08.583Z | Downloading... |
575 | 2023-12-05T04:12:08.583Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
576 | 2023-12-05T04:12:08.583Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/2af6adea85c62ac37e451148b84e5eb0ef005f36/dendrite-stub.tar.gz |
577 | 2023-12-05T04:12:14.629Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-05T04:12:14.632Z | ++ sha256sum |
579 | 2023-12-05T04:12:14.633Z | ++ awk '{print $1}' |
580 | 2023-12-05T04:12:14.740Z | + calculated_sha256=dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 |
581 | 2023-12-05T04:12:14.740Z | + [[ dc93b671cce54e83ed55faaa267f81ba9e65abcd6714aa559d68a8783d73b1c1 != \d\c\9\3\b\6\7\1\c\c\e\5\4\e\8\3\e\d\5\5\f\a\a\a\2\6\7\f\8\1\b\a\9\e\6\5\a\b\c\d\6\7\1\4\a\a\5\5\9\d\6\8\a\8\7\8\3\d\7\3\b\1\c\1 ]] |
582 | 2023-12-05T04:12:14.744Z | + do_untar out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-05T04:12:14.747Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
584 | 2023-12-05T04:12:15.849Z | + do_assemble |
585 | 2023-12-05T04:12:15.849Z | + rm -r ./out/dendrite-stub |
586 | 2023-12-05T04:12:15.852Z | + mkdir ./out/dendrite-stub |
587 | 2023-12-05T04:12:15.855Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
588 | 2023-12-05T04:12:16.013Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
589 | 2023-12-05T04:12:16.026Z | + set -o errexit |
590 | 2023-12-05T04:12:16.029Z | +++ dirname ./tools/ci_download_maghemite_mgd |
591 | 2023-12-05T04:12:16.032Z | ++ cd ./tools |
592 | 2023-12-05T04:12:16.032Z | ++ pwd |
593 | 2023-12-05T04:12:16.032Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
594 | 2023-12-05T04:12:16.035Z | ++ basename ./tools/ci_download_maghemite_mgd |
595 | 2023-12-05T04:12:16.035Z | + ARG0=ci_download_maghemite_mgd |
596 | 2023-12-05T04:12:16.035Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
597 | 2023-12-05T04:12:16.036Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
598 | 2023-12-05T04:12:16.036Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
599 | 2023-12-05T04:12:16.036Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
600 | 2023-12-05T04:12:16.038Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
601 | 2023-12-05T04:12:16.038Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
602 | 2023-12-05T04:12:16.038Z | + TARGET_DIR=out |
603 | 2023-12-05T04:12:16.038Z | + DOWNLOAD_DIR=out/downloads |
604 | 2023-12-05T04:12:16.038Z | + DEST_DIR=./out/mgd |
605 | 2023-12-05T04:12:16.038Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
606 | 2023-12-05T04:12:16.038Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
607 | 2023-12-05T04:12:16.038Z | + REPO=oxidecomputer/maghemite |
608 | 2023-12-05T04:12:16.038Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
609 | 2023-12-05T04:12:16.041Z | + main |
610 | 2023-12-05T04:12:16.041Z | + [[ 0 != 0 ]] |
611 | 2023-12-05T04:12:16.041Z | + CIDL_OS=solaris2.11 |
612 | 2023-12-05T04:12:16.041Z | + [[ 0 != 0 ]] |
613 | 2023-12-05T04:12:16.041Z | + configure_os solaris2.11 |
614 | 2023-12-05T04:12:16.041Z | + echo 'current directory: /work/oxidecomputer/omicron' |
615 | 2023-12-05T04:12:16.041Z | current directory: /work/oxidecomputer/omicron |
616 | 2023-12-05T04:12:16.041Z | + echo 'configuring based on OS: "solaris2.11"' |
617 | 2023-12-05T04:12:16.041Z | + case "$1" in |
618 | 2023-12-05T04:12:16.041Z | + SET_BINARIES= |
619 | 2023-12-05T04:12:16.041Z | configuring based on OS: "solaris2.11" |
620 | 2023-12-05T04:12:16.041Z | + CIDL_SHA256FUNC=do_sha256sum |
621 | 2023-12-05T04:12:16.041Z | + TARBALL_FILENAME=mgd.tar.gz |
622 | 2023-12-05T04:12:16.041Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
623 | 2023-12-05T04:12:16.042Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
624 | 2023-12-05T04:12:16.042Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
625 | 2023-12-05T04:12:16.042Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
626 | 2023-12-05T04:12:16.042Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
627 | 2023-12-05T04:12:16.042Z | + mkdir -p out/downloads |
628 | 2023-12-05T04:12:16.042Z | Local file: out/downloads/mgd.tar.gz |
629 | 2023-12-05T04:12:16.042Z | + mkdir -p ./out/mgd |
630 | 2023-12-05T04:12:16.042Z | + fetch_and_verify |
631 | 2023-12-05T04:12:16.042Z | + local DO_DOWNLOAD=true |
632 | 2023-12-05T04:12:16.042Z | + [[ -f out/downloads/mgd.tar.gz ]] |
633 | 2023-12-05T04:12:16.045Z | + '[' true == true ']' |
634 | 2023-12-05T04:12:16.045Z | + echo Downloading... |
635 | 2023-12-05T04:12:16.045Z | Downloading... |
636 | 2023-12-05T04:12:16.045Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
637 | 2023-12-05T04:12:16.045Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
638 | 2023-12-05T04:12:19.704Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
639 | 2023-12-05T04:12:19.707Z | ++ sha256sum |
640 | 2023-12-05T04:12:19.707Z | ++ awk '{print $1}' |
641 | 2023-12-05T04:12:19.784Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
642 | 2023-12-05T04:12:19.784Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
643 | 2023-12-05T04:12:19.784Z | + do_untar out/downloads/mgd.tar.gz |
644 | 2023-12-05T04:12:19.787Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
645 | 2023-12-05T04:12:20.483Z | + do_assemble |
646 | 2023-12-05T04:12:20.483Z | + rm -r ./out/mgd |
647 | 2023-12-05T04:12:20.486Z | + mkdir ./out/mgd |
648 | 2023-12-05T04:12:20.489Z | + cp -r out/downloads/root ./out/mgd/root |
649 | 2023-12-05T04:12:20.732Z | + set -o errexit |
650 | 2023-12-05T04:12:20.735Z | +++ dirname ./tools/ci_download_transceiver_control |
651 | 2023-12-05T04:12:20.738Z | ++ cd ./tools |
652 | 2023-12-05T04:12:20.738Z | ++ pwd |
653 | 2023-12-05T04:12:20.738Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
654 | 2023-12-05T04:12:20.741Z | ++ basename ./tools/ci_download_transceiver_control |
655 | 2023-12-05T04:12:20.741Z | + ARG0=ci_download_transceiver_control |
656 | 2023-12-05T04:12:20.741Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
657 | 2023-12-05T04:12:20.741Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
658 | 2023-12-05T04:12:20.741Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
659 | 2023-12-05T04:12:20.741Z | + TARGET_DIR=out |
660 | 2023-12-05T04:12:20.741Z | + DOWNLOAD_DIR=out/downloads |
661 | 2023-12-05T04:12:20.741Z | + DEST_DIR=./out/transceiver-control |
662 | 2023-12-05T04:12:20.741Z | + BIN_DIR=/opt/oxide/bin |
663 | 2023-12-05T04:12:20.741Z | + BINARY=xcvradm |
664 | 2023-12-05T04:12:20.741Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
665 | 2023-12-05T04:12:20.741Z | + REPO=oxidecomputer/transceiver-control |
666 | 2023-12-05T04:12:20.744Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
667 | 2023-12-05T04:12:20.744Z | + main |
668 | 2023-12-05T04:12:20.744Z | + [[ 0 != 0 ]] |
669 | 2023-12-05T04:12:20.744Z | + CIDL_OS=solaris2.11 |
670 | 2023-12-05T04:12:20.745Z | + [[ 0 != 0 ]] |
671 | 2023-12-05T04:12:20.746Z | + configure_os solaris2.11 |
672 | 2023-12-05T04:12:20.746Z | + echo 'current directory: /work/oxidecomputer/omicron' |
673 | 2023-12-05T04:12:20.746Z | current directory: /work/oxidecomputer/omicron |
674 | 2023-12-05T04:12:20.746Z | + echo 'configuring based on OS: "solaris2.11"' |
675 | 2023-12-05T04:12:20.746Z | configuring based on OS: "solaris2.11" |
676 | 2023-12-05T04:12:20.746Z | + case "$1" in |
677 | 2023-12-05T04:12:20.746Z | + SET_BINARIES= |
678 | 2023-12-05T04:12:20.746Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
679 | 2023-12-05T04:12:20.746Z | + CIDL_SHA256FUNC=do_sha256sum |
680 | 2023-12-05T04:12:20.746Z | + ARCHIVE_FILENAME=xcvradm.gz |
681 | 2023-12-05T04:12:20.746Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
682 | 2023-12-05T04:12:20.746Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
683 | 2023-12-05T04:12:20.746Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
684 | 2023-12-05T04:12:20.746Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2023-12-05T04:12:20.746Z | + echo 'Local file: out/downloads/xcvradm.gz' |
686 | 2023-12-05T04:12:20.746Z | + mkdir -p out/downloads |
687 | 2023-12-05T04:12:20.746Z | Local file: out/downloads/xcvradm.gz |
688 | 2023-12-05T04:12:20.749Z | + mkdir -p ./out/transceiver-control |
689 | 2023-12-05T04:12:20.749Z | + fetch_and_verify |
690 | 2023-12-05T04:12:20.749Z | + local DO_DOWNLOAD=true |
691 | 2023-12-05T04:12:20.749Z | + [[ -f out/downloads/xcvradm.gz ]] |
692 | 2023-12-05T04:12:20.749Z | + '[' true == true ']' |
693 | 2023-12-05T04:12:20.749Z | + echo Downloading... |
694 | 2023-12-05T04:12:20.749Z | Downloading... |
695 | 2023-12-05T04:12:20.749Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
696 | 2023-12-05T04:12:20.749Z | + 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 |
697 | 2023-12-05T04:12:22.316Z | ++ do_sha256sum out/downloads/xcvradm.gz |
698 | 2023-12-05T04:12:22.319Z | ++ sha256sum |
699 | 2023-12-05T04:12:22.319Z | ++ awk '{print $1}' |
700 | 2023-12-05T04:12:22.342Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
701 | 2023-12-05T04:12:22.342Z | + [[ 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 ]] |
702 | 2023-12-05T04:12:22.346Z | + do_unpack out/downloads/xcvradm.gz |
703 | 2023-12-05T04:12:22.346Z | + mkdir -p out/downloads/root//opt/oxide/bin |
704 | 2023-12-05T04:12:22.346Z | + gzip -dc out/downloads/xcvradm.gz |
705 | 2023-12-05T04:12:22.529Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
706 | 2023-12-05T04:12:22.531Z | + do_assemble |
707 | 2023-12-05T04:12:22.531Z | + rm -r ./out/transceiver-control |
708 | 2023-12-05T04:12:22.534Z | + mkdir ./out/transceiver-control |
709 | 2023-12-05T04:12:22.540Z | + cp -r out/downloads/root ./out/transceiver-control/root |
710 | 2023-12-05T04:12:22.803Z | All builder prerequisites installed successfully, and PATH looks valid |
711 | 2023-12-05T04:12:22.806Z | |
712 | 2023-12-05T04:12:22.806Z | real 1:55.304221193 |
713 | 2023-12-05T04:12:22.806Z | user 57.505676577 |
714 | 2023-12-05T04:12:22.806Z | sys 11.814790706 |
715 | 2023-12-05T04:12:22.806Z | trap 0.028416872 |
716 | 2023-12-05T04:12:22.806Z | tflt 0.255804804 |
717 | 2023-12-05T04:12:22.806Z | dflt 0.769488203 |
718 | 2023-12-05T04:12:22.806Z | kflt 0.225958736 |
719 | 2023-12-05T04:12:22.806Z | lock 2.233637307 |
720 | 2023-12-05T04:12:22.806Z | slp 3:21.163193492 |
721 | 2023-12-05T04:12:22.806Z | lat 4.408606896 |
722 | 2023-12-05T04:12:22.806Z | stop 0.078381927 |
723 | 2023-12-05T04:12:22.809Z | |
724 | 2023-12-05T04:12:22.809Z | #### # # ##### ##### # # |
725 | 2023-12-05T04:12:22.809Z | # # # # # # # # # # |
726 | 2023-12-05T04:12:22.809Z | # # # # # # # # |
727 | 2023-12-05T04:12:22.809Z | # # # ##### ##### # |
728 | 2023-12-05T04:12:22.809Z | # # # # # # # |
729 | 2023-12-05T04:12:22.809Z | #### ###### # # # # |
730 | 2023-12-05T04:12:22.809Z | |
731 | 2023-12-05T04:12:23.173Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
732 | 2023-12-05T04:12:23.547Z | Updating crates.io index |
733 | 2023-12-05T04:12:23.601Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
734 | 2023-12-05T04:12:24.580Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
735 | 2023-12-05T04:12:26.511Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
736 | 2023-12-05T04:12:27.168Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
737 | 2023-12-05T04:12:27.511Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
738 | 2023-12-05T04:12:27.870Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
739 | 2023-12-05T04:12:28.232Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
740 | 2023-12-05T04:12:29.106Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
741 | 2023-12-05T04:12:31.406Z | Updating git repository `https://github.com/oxidecomputer/opte` |
742 | 2023-12-05T04:12:32.485Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
743 | 2023-12-05T04:12:32.849Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
744 | 2023-12-05T04:12:33.450Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
745 | 2023-12-05T04:12:33.913Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
746 | 2023-12-05T04:12:34.269Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
747 | 2023-12-05T04:12:34.731Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
748 | 2023-12-05T04:12:35.105Z | Updating git repository `https://github.com/njaremko/samael` |
749 | 2023-12-05T04:12:35.552Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
750 | 2023-12-05T04:12:36.252Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
751 | 2023-12-05T04:12:36.677Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
752 | 2023-12-05T04:12:37.140Z | Updating git repository `https://github.com/jgallagher/nix` |
753 | 2023-12-05T04:12:38.479Z | Updating git repository `https://github.com/cbiffle/hubpack` |
754 | 2023-12-05T04:12:39.061Z | Updating git repository `https://github.com/oxidecomputer/typify` |
755 | 2023-12-05T04:12:39.956Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
756 | 2023-12-05T04:12:40.357Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
757 | 2023-12-05T04:12:40.691Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
758 | 2023-12-05T04:12:42.279Z | Downloading crates ... |
759 | 2023-12-05T04:12:42.507Z | Downloaded anstyle-parse v0.2.1 |
760 | 2023-12-05T04:12:42.518Z | Downloaded unicode-ident v1.0.12 |
761 | 2023-12-05T04:12:42.535Z | Downloaded toml_datetime v0.6.5 |
762 | 2023-12-05T04:12:42.535Z | Downloaded colorchoice v1.0.0 |
763 | 2023-12-05T04:12:42.535Z | Downloaded equivalent v1.0.1 |
764 | 2023-12-05T04:12:43.022Z | Downloaded strsim v0.10.0 |
765 | 2023-12-05T04:12:43.022Z | Downloaded thiserror v1.0.49 |
766 | 2023-12-05T04:12:43.022Z | Downloaded terminal_size v0.2.6 |
767 | 2023-12-05T04:12:43.022Z | Downloaded cargo-platform v0.1.3 |
768 | 2023-12-05T04:12:43.022Z | Downloaded anstream v0.5.0 |
769 | 2023-12-05T04:12:43.022Z | Downloaded clap_lex v0.5.1 |
770 | 2023-12-05T04:12:43.022Z | Downloaded itoa v1.0.9 |
771 | 2023-12-05T04:12:43.022Z | Downloaded cargo_metadata v0.18.0 |
772 | 2023-12-05T04:12:43.022Z | Downloaded serde_spanned v0.6.4 |
773 | 2023-12-05T04:12:43.022Z | Downloaded clap_derive v4.4.2 |
774 | 2023-12-05T04:12:43.022Z | Downloaded semver v1.0.20 |
775 | 2023-12-05T04:12:43.022Z | Downloaded io-lifetimes v1.0.11 |
776 | 2023-12-05T04:12:43.023Z | Downloaded bitflags v1.3.2 |
777 | 2023-12-05T04:12:43.023Z | Downloaded heck v0.4.1 |
778 | 2023-12-05T04:12:43.023Z | Downloaded utf8parse v0.2.1 |
779 | 2023-12-05T04:12:43.023Z | Downloaded anstyle-query v1.0.0 |
780 | 2023-12-05T04:12:43.023Z | Downloaded proc-macro2 v1.0.69 |
781 | 2023-12-05T04:12:43.023Z | Downloaded cargo_toml v0.17.0 |
782 | 2023-12-05T04:12:43.023Z | Downloaded quote v1.0.33 |
783 | 2023-12-05T04:12:43.023Z | Downloaded anstyle v1.0.2 |
784 | 2023-12-05T04:12:43.023Z | Downloaded thiserror-impl v1.0.49 |
785 | 2023-12-05T04:12:43.023Z | Downloaded ryu v1.0.15 |
786 | 2023-12-05T04:12:43.023Z | Downloaded camino v1.1.6 |
787 | 2023-12-05T04:12:43.023Z | Downloaded clap v4.4.3 |
788 | 2023-12-05T04:12:43.023Z | Downloaded serde v1.0.192 |
789 | 2023-12-05T04:12:43.024Z | Downloaded toml v0.8.8 |
790 | 2023-12-05T04:12:43.024Z | Downloaded indexmap v2.1.0 |
791 | 2023-12-05T04:12:43.024Z | Downloaded toml_edit v0.21.0 |
792 | 2023-12-05T04:12:43.024Z | Downloaded winnow v0.5.15 |
793 | 2023-12-05T04:12:43.024Z | Downloaded clap_builder v4.4.2 |
794 | 2023-12-05T04:12:43.024Z | Downloaded syn v2.0.32 |
795 | 2023-12-05T04:12:43.024Z | Downloaded rustix v0.37.23 |
796 | 2023-12-05T04:12:43.024Z | Downloaded libc v0.2.150 |
797 | 2023-12-05T04:12:43.024Z | Downloaded serde_json v1.0.108 |
798 | 2023-12-05T04:12:43.024Z | Downloaded hashbrown v0.14.2 |
799 | 2023-12-05T04:12:43.024Z | Downloaded memchr v2.6.3 |
800 | 2023-12-05T04:12:43.024Z | Downloaded serde_derive v1.0.192 |
801 | 2023-12-05T04:12:43.024Z | Downloaded anyhow v1.0.75 |
802 | 2023-12-05T04:12:43.024Z | Downloaded errno v0.3.2 |
803 | 2023-12-05T04:12:43.024Z | Compiling proc-macro2 v1.0.69 |
804 | 2023-12-05T04:12:43.024Z | Compiling unicode-ident v1.0.12 |
805 | 2023-12-05T04:12:43.024Z | Compiling serde v1.0.192 |
806 | 2023-12-05T04:12:43.024Z | Compiling libc v0.2.150 |
807 | 2023-12-05T04:12:43.024Z | Compiling io-lifetimes v1.0.11 |
808 | 2023-12-05T04:12:43.024Z | Compiling rustix v0.37.23 |
809 | 2023-12-05T04:12:43.024Z | Compiling bitflags v1.3.2 |
810 | 2023-12-05T04:12:43.024Z | Compiling equivalent v1.0.1 |
811 | 2023-12-05T04:12:43.266Z | Compiling hashbrown v0.14.2 |
812 | 2023-12-05T04:12:43.289Z | Compiling utf8parse v0.2.1 |
813 | 2023-12-05T04:12:43.366Z | Compiling semver v1.0.20 |
814 | 2023-12-05T04:12:43.550Z | Compiling anstyle-parse v0.2.1 |
815 | 2023-12-05T04:12:43.977Z | Compiling thiserror v1.0.49 |
816 | 2023-12-05T04:12:44.903Z | Compiling indexmap v2.1.0 |
817 | 2023-12-05T04:12:45.467Z | Compiling winnow v0.5.15 |
818 | 2023-12-05T04:12:45.489Z | Compiling colorchoice v1.0.0 |
819 | 2023-12-05T04:12:45.608Z | Compiling camino v1.1.6 |
820 | 2023-12-05T04:12:45.678Z | Compiling anstyle v1.0.2 |
821 | 2023-12-05T04:12:45.703Z | Compiling anstyle-query v1.0.0 |
822 | 2023-12-05T04:12:45.944Z | Compiling serde_json v1.0.108 |
823 | 2023-12-05T04:12:46.636Z | Compiling anstream v0.5.0 |
824 | 2023-12-05T04:12:46.641Z | Compiling anyhow v1.0.75 |
825 | 2023-12-05T04:12:46.641Z | Compiling ryu v1.0.15 |
826 | 2023-12-05T04:12:47.105Z | Compiling itoa v1.0.9 |
827 | 2023-12-05T04:12:47.115Z | Compiling heck v0.4.1 |
828 | 2023-12-05T04:12:47.115Z | Compiling quote v1.0.33 |
829 | 2023-12-05T04:12:47.115Z | Compiling strsim v0.10.0 |
830 | 2023-12-05T04:12:47.328Z | Compiling clap_lex v0.5.1 |
831 | 2023-12-05T04:12:48.100Z | Compiling syn v2.0.32 |
832 | 2023-12-05T04:12:48.181Z | Compiling errno v0.3.2 |
833 | 2023-12-05T04:12:49.711Z | Compiling terminal_size v0.2.6 |
834 | 2023-12-05T04:12:49.866Z | Compiling clap_builder v4.4.2 |
835 | 2023-12-05T04:12:56.521Z | Compiling serde_derive v1.0.192 |
836 | 2023-12-05T04:12:56.521Z | Compiling thiserror-impl v1.0.49 |
837 | 2023-12-05T04:12:56.525Z | Compiling clap_derive v4.4.2 |
838 | 2023-12-05T04:13:01.377Z | Compiling clap v4.4.3 |
839 | 2023-12-05T04:13:10.535Z | Compiling serde_spanned v0.6.4 |
840 | 2023-12-05T04:13:10.535Z | Compiling toml_datetime v0.6.5 |
841 | 2023-12-05T04:13:10.538Z | Compiling cargo-platform v0.1.3 |
842 | 2023-12-05T04:13:10.969Z | Compiling toml_edit v0.21.0 |
843 | 2023-12-05T04:13:12.712Z | Compiling cargo_metadata v0.18.0 |
844 | 2023-12-05T04:13:14.223Z | Compiling toml v0.8.8 |
845 | 2023-12-05T04:13:15.252Z | Compiling cargo_toml v0.17.0 |
846 | 2023-12-05T04:13:21.741Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
847 | 2023-12-05T04:13:23.242Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
848 | 2023-12-05T04:13:23.472Z | Running `target/debug/xtask clippy` |
849 | 2023-12-05T04:13:23.534Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
850 | 2023-12-05T04:13:24.424Z | Downloading crates ... |
851 | 2023-12-05T04:13:24.729Z | Downloaded aead v0.5.2 |
852 | 2023-12-05T04:13:24.734Z | Downloaded assert_matches v1.5.0 |
853 | 2023-12-05T04:13:24.740Z | Downloaded assert_cmd v2.0.12 |
854 | 2023-12-05T04:13:24.749Z | Downloaded adler v1.0.2 |
855 | 2023-12-05T04:13:24.756Z | Downloaded argon2 v0.5.2 |
856 | 2023-12-05T04:13:24.762Z | Downloaded bit-vec v0.6.3 |
857 | 2023-12-05T04:13:24.777Z | Downloaded lazycell v1.3.0 |
858 | 2023-12-05T04:13:24.783Z | Downloaded buf-list v1.0.3 |
859 | 2023-12-05T04:13:24.790Z | Downloaded itertools v0.12.0 |
860 | 2023-12-05T04:13:24.827Z | Downloaded instant v0.1.12 |
861 | 2023-12-05T04:13:25.315Z | Downloaded openssl-probe v0.1.5 |
862 | 2023-12-05T04:13:25.315Z | Downloaded num_enum v0.5.11 |
863 | 2023-12-05T04:13:25.316Z | Downloaded num-integer v0.1.45 |
864 | 2023-12-05T04:13:25.316Z | Downloaded is-terminal v0.4.9 |
865 | 2023-12-05T04:13:25.316Z | Downloaded bitfield v0.14.0 |
866 | 2023-12-05T04:13:25.316Z | Downloaded opaque-debug v0.3.0 |
867 | 2023-12-05T04:13:25.316Z | Downloaded bitflags v2.4.0 |
868 | 2023-12-05T04:13:25.316Z | Downloaded new_debug_unreachable v1.0.4 |
869 | 2023-12-05T04:13:25.316Z | Downloaded cstr-argument v0.1.2 |
870 | 2023-12-05T04:13:25.316Z | Downloaded matches v0.1.10 |
871 | 2023-12-05T04:13:25.316Z | Downloaded cancel-safe-futures v0.1.5 |
872 | 2023-12-05T04:13:25.317Z | Downloaded nu-ansi-term v0.49.0 |
873 | 2023-12-05T04:13:25.317Z | Downloaded crc v3.0.1 |
874 | 2023-12-05T04:13:25.317Z | Downloaded tinyvec_macros v0.1.1 |
875 | 2023-12-05T04:13:25.317Z | Downloaded oso-derive v0.27.0 |
876 | 2023-12-05T04:13:25.317Z | Downloaded sha1 v0.10.6 |
877 | 2023-12-05T04:13:25.317Z | Downloaded corncobs v0.1.3 |
878 | 2023-12-05T04:13:25.317Z | Downloaded nibble_vec v0.1.0 |
879 | 2023-12-05T04:13:25.317Z | Downloaded scopeguard v1.2.0 |
880 | 2023-12-05T04:13:25.318Z | Downloaded oorandom v11.1.3 |
881 | 2023-12-05T04:13:25.318Z | Downloaded libefi-sys v0.1.0 |
882 | 2023-12-05T04:13:25.318Z | Downloaded parse-display v0.8.2 |
883 | 2023-12-05T04:13:25.318Z | Downloaded lalrpop-util v0.19.12 |
884 | 2023-12-05T04:13:25.318Z | Downloaded thread_local v1.1.7 |
885 | 2023-12-05T04:13:25.319Z | Downloaded similar-asserts v1.5.0 |
886 | 2023-12-05T04:13:25.319Z | Downloaded semver-parser v0.10.2 |
887 | 2023-12-05T04:13:25.319Z | Downloaded foreign-types v0.3.2 |
888 | 2023-12-05T04:13:25.319Z | Downloaded want v0.3.1 |
889 | 2023-12-05T04:13:25.319Z | Downloaded signal-hook-mio v0.2.3 |
890 | 2023-12-05T04:13:25.319Z | Downloaded snafu-derive v0.7.5 |
891 | 2023-12-05T04:13:25.319Z | Downloaded structopt-derive v0.4.18 |
892 | 2023-12-05T04:13:25.319Z | Downloaded tiny-keccak v2.0.2 |
893 | 2023-12-05T04:13:25.319Z | Downloaded owo-colors v3.5.0 |
894 | 2023-12-05T04:13:25.319Z | Downloaded foreign-types v0.5.0 |
895 | 2023-12-05T04:13:25.319Z | Downloaded num_cpus v1.16.0 |
896 | 2023-12-05T04:13:25.319Z | Downloaded darling_macro v0.20.3 |
897 | 2023-12-05T04:13:25.319Z | Downloaded humantime v2.1.0 |
898 | 2023-12-05T04:13:25.319Z | Downloaded pem v1.1.1 |
899 | 2023-12-05T04:13:25.319Z | Downloaded thiserror-no-std v2.0.2 |
900 | 2023-12-05T04:13:25.321Z | Downloaded rpassword v7.3.1 |
901 | 2023-12-05T04:13:25.321Z | Downloaded futures-task v0.3.29 |
902 | 2023-12-05T04:13:25.321Z | Downloaded diesel_table_macro_syntax v0.1.0 |
903 | 2023-12-05T04:13:25.321Z | Downloaded rustversion v1.0.14 |
904 | 2023-12-05T04:13:25.321Z | Downloaded tokio-native-tls v0.3.1 |
905 | 2023-12-05T04:13:25.321Z | Downloaded tinytemplate v1.2.1 |
906 | 2023-12-05T04:13:25.321Z | Downloaded structopt v0.3.26 |
907 | 2023-12-05T04:13:25.322Z | Downloaded universal-hash v0.5.1 |
908 | 2023-12-05T04:13:25.322Z | Downloaded serde_with_macros v2.3.3 |
909 | 2023-12-05T04:13:25.322Z | Downloaded sct v0.7.0 |
910 | 2023-12-05T04:13:25.322Z | Downloaded peeking_take_while v0.1.2 |
911 | 2023-12-05T04:13:25.322Z | Downloaded path-slash v0.1.5 |
912 | 2023-12-05T04:13:25.322Z | Downloaded take_mut v0.2.2 |
913 | 2023-12-05T04:13:25.322Z | Downloaded pin-utils v0.1.0 |
914 | 2023-12-05T04:13:25.322Z | Downloaded parking_lot_core v0.8.6 |
915 | 2023-12-05T04:13:25.322Z | Downloaded ucd-trie v0.1.6 |
916 | 2023-12-05T04:13:25.322Z | Downloaded ena v0.14.2 |
917 | 2023-12-05T04:13:25.322Z | Downloaded strum_macros v0.24.3 |
918 | 2023-12-05T04:13:25.322Z | Downloaded generic-array v0.14.7 |
919 | 2023-12-05T04:13:25.322Z | Downloaded vte_generate_state_changes v0.1.1 |
920 | 2023-12-05T04:13:25.322Z | Downloaded zone_cfg_derive v0.3.0 |
921 | 2023-12-05T04:13:25.322Z | Downloaded tabled_derive v0.6.0 |
922 | 2023-12-05T04:13:25.322Z | Downloaded slog-stdlog v4.1.1 |
923 | 2023-12-05T04:13:25.322Z | Downloaded postcard-cobs v0.1.5-pre |
924 | 2023-12-05T04:13:25.322Z | Downloaded synstructure v0.12.6 |
925 | 2023-12-05T04:13:25.322Z | Downloaded rand_core v0.6.4 |
926 | 2023-12-05T04:13:25.323Z | Downloaded tokio-macros v2.2.0 |
927 | 2023-12-05T04:13:25.323Z | Downloaded termcolor v1.2.0 |
928 | 2023-12-05T04:13:25.324Z | Downloaded paste v1.0.14 |
929 | 2023-12-05T04:13:25.324Z | Downloaded openssl-sys v0.9.96 |
930 | 2023-12-05T04:13:25.324Z | Downloaded darling_macro v0.14.4 |
931 | 2023-12-05T04:13:25.324Z | Downloaded serde-big-array v0.5.1 |
932 | 2023-12-05T04:13:25.324Z | Downloaded vsss-rs v3.3.1 |
933 | 2023-12-05T04:13:25.324Z | Downloaded textwrap v0.11.0 |
934 | 2023-12-05T04:13:25.324Z | Downloaded uuid v1.6.1 |
935 | 2023-12-05T04:13:25.324Z | Downloaded shlex v1.1.0 |
936 | 2023-12-05T04:13:25.324Z | Downloaded predicates-core v1.0.6 |
937 | 2023-12-05T04:13:25.324Z | Downloaded wait-timeout v0.2.0 |
938 | 2023-12-05T04:13:25.324Z | Downloaded getopts v0.2.21 |
939 | 2023-12-05T04:13:25.324Z | Downloaded rust-argon2 v1.0.1 |
940 | 2023-12-05T04:13:25.324Z | Downloaded chacha20poly1305 v0.10.1 |
941 | 2023-12-05T04:13:25.324Z | Downloaded remove_dir_all v0.5.3 |
942 | 2023-12-05T04:13:25.325Z | Downloaded rustc_version v0.1.7 |
943 | 2023-12-05T04:13:25.325Z | Downloaded zerocopy v0.3.0 |
944 | 2023-12-05T04:13:25.325Z | Downloaded pretty-hex v0.2.1 |
945 | 2023-12-05T04:13:25.325Z | Downloaded scheduled-thread-pool v0.2.7 |
946 | 2023-12-05T04:13:25.325Z | Downloaded pkcs8 v0.10.2 |
947 | 2023-12-05T04:13:25.325Z | Downloaded http-range v0.1.5 |
948 | 2023-12-05T04:13:25.325Z | Downloaded pkcs1 v0.7.5 |
949 | 2023-12-05T04:13:25.325Z | Downloaded hubpack_derive v0.1.1 |
950 | 2023-12-05T04:13:25.325Z | Downloaded nom v7.1.3 |
951 | 2023-12-05T04:13:25.325Z | Downloaded stable_deref_trait v1.2.0 |
952 | 2023-12-05T04:13:25.325Z | Downloaded rand_xorshift v0.3.0 |
953 | 2023-12-05T04:13:25.325Z | Downloaded time-macros v0.2.13 |
954 | 2023-12-05T04:13:25.325Z | Downloaded yasna v0.5.2 |
955 | 2023-12-05T04:13:25.325Z | Downloaded zeroize v1.7.0 |
956 | 2023-12-05T04:13:25.326Z | Downloaded serde_path_to_error v0.1.14 |
957 | 2023-12-05T04:13:25.327Z | Downloaded tower-service v0.3.2 |
958 | 2023-12-05T04:13:25.327Z | Downloaded relative-path v1.9.0 |
959 | 2023-12-05T04:13:25.327Z | Downloaded tokio-tungstenite v0.20.1 |
960 | 2023-12-05T04:13:25.327Z | Downloaded percent-encoding v2.3.1 |
961 | 2023-12-05T04:13:25.339Z | Downloaded diesel_derives v2.1.2 |
962 | 2023-12-05T04:13:25.339Z | Downloaded fallible-iterator v0.2.0 |
963 | 2023-12-05T04:13:25.339Z | Downloaded rustc-hash v1.1.0 |
964 | 2023-12-05T04:13:25.339Z | Downloaded futures-core v0.3.29 |
965 | 2023-12-05T04:13:25.339Z | Downloaded httptest v0.15.5 |
966 | 2023-12-05T04:13:25.339Z | Downloaded rustls-native-certs v0.6.3 |
967 | 2023-12-05T04:13:25.339Z | Downloaded fastrand v2.0.0 |
968 | 2023-12-05T04:13:25.339Z | Downloaded strum v0.25.0 |
969 | 2023-12-05T04:13:25.339Z | Downloaded spin v0.9.8 |
970 | 2023-12-05T04:13:25.339Z | Downloaded toolchain_find v0.2.0 |
971 | 2023-12-05T04:13:25.339Z | Downloaded parking_lot_core v0.9.8 |
972 | 2023-12-05T04:13:25.339Z | Downloaded termios v0.3.3 |
973 | 2023-12-05T04:13:25.340Z | Downloaded plotters-backend v0.3.5 |
974 | 2023-12-05T04:13:25.340Z | Downloaded precomputed-hash v0.1.1 |
975 | 2023-12-05T04:13:25.343Z | Downloaded serde_urlencoded v0.7.1 |
976 | 2023-12-05T04:13:25.343Z | Downloaded hostname v0.3.1 |
977 | 2023-12-05T04:13:25.343Z | Downloaded pem-rfc7468 v0.7.0 |
978 | 2023-12-05T04:13:25.343Z | Downloaded group v0.13.0 |
979 | 2023-12-05T04:13:25.343Z | Downloaded typenum v1.16.0 |
980 | 2023-12-05T04:13:25.343Z | Downloaded pest_derive v2.7.2 |
981 | 2023-12-05T04:13:25.343Z | Downloaded downcast v0.11.0 |
982 | 2023-12-05T04:13:25.343Z | Downloaded phf_shared v0.10.0 |
983 | 2023-12-05T04:13:25.343Z | Downloaded dtrace-parser v0.1.14 |
984 | 2023-12-05T04:13:25.344Z | Downloaded tokio-stream v0.1.14 |
985 | 2023-12-05T04:13:25.355Z | Downloaded serial_test v0.10.0 |
986 | 2023-12-05T04:13:25.355Z | Downloaded futures-io v0.3.29 |
987 | 2023-12-05T04:13:25.355Z | Downloaded hubpack v0.1.2 |
988 | 2023-12-05T04:13:25.366Z | Downloaded itertools v0.10.5 |
989 | 2023-12-05T04:13:25.380Z | Downloaded try-lock v0.2.4 |
990 | 2023-12-05T04:13:25.380Z | Downloaded signal-hook-tokio v0.3.1 |
991 | 2023-12-05T04:13:25.380Z | Downloaded rustc_version v0.4.0 |
992 | 2023-12-05T04:13:25.380Z | Downloaded datatest-stable v0.2.3 |
993 | 2023-12-05T04:13:25.386Z | Downloaded headers-core v0.2.0 |
994 | 2023-12-05T04:13:25.386Z | Downloaded trust-dns-resolver v0.22.0 |
995 | 2023-12-05T04:13:25.386Z | Downloaded plotters-svg v0.3.5 |
996 | 2023-12-05T04:13:25.393Z | Downloaded parse-display-derive v0.8.2 |
997 | 2023-12-05T04:13:25.393Z | Downloaded secrecy v0.8.0 |
998 | 2023-12-05T04:13:25.393Z | Downloaded x509-cert v0.2.4 |
999 | 2023-12-05T04:13:25.403Z | Downloaded predicates v3.0.4 |
1000 | 2023-12-05T04:13:25.411Z | Downloaded digest v0.10.7 |
1001 | 2023-12-05T04:13:25.425Z | Downloaded poly1305 v0.8.0 |
1002 | 2023-12-05T04:13:25.425Z | Downloaded derive_builder v0.12.0 |
1003 | 2023-12-05T04:13:25.428Z | Downloaded fd-lock v3.0.13 |
1004 | 2023-12-05T04:13:25.431Z | Downloaded futures-macro v0.3.29 |
1005 | 2023-12-05T04:13:25.434Z | Downloaded deranged v0.3.8 |
1006 | 2023-12-05T04:13:25.434Z | Downloaded smf v0.2.2 |
1007 | 2023-12-05T04:13:25.437Z | Downloaded zone v0.3.0 |
1008 | 2023-12-05T04:13:25.440Z | Downloaded display-error-chain v0.2.0 |
1009 | 2023-12-05T04:13:25.442Z | Downloaded heck v0.3.3 |
1010 | 2023-12-05T04:13:25.442Z | Downloaded ref-cast v1.0.20 |
1011 | 2023-12-05T04:13:25.449Z | Downloaded vec_map v0.8.2 |
1012 | 2023-12-05T04:13:25.452Z | Downloaded dirs-next v2.0.0 |
1013 | 2023-12-05T04:13:25.452Z | Downloaded pest_generator v2.7.2 |
1014 | 2023-12-05T04:13:25.455Z | Downloaded snafu v0.7.5 |
1015 | 2023-12-05T04:13:25.466Z | Downloaded fixedbitset v0.4.2 |
1016 | 2023-12-05T04:13:25.469Z | Downloaded tracing-attributes v0.1.26 |
1017 | 2023-12-05T04:13:25.473Z | Downloaded derive-where v1.2.5 |
1018 | 2023-12-05T04:13:25.480Z | Downloaded dashmap v5.5.1 |
1019 | 2023-12-05T04:13:25.484Z | Downloaded highway v1.1.0 |
1020 | 2023-12-05T04:13:25.489Z | Downloaded postgres-types v0.2.6 |
1021 | 2023-12-05T04:13:25.493Z | Downloaded toml v0.7.8 |
1022 | 2023-12-05T04:13:25.499Z | Downloaded slog v2.7.0 |
1023 | 2023-12-05T04:13:25.507Z | Downloaded zip v0.6.6 |
1024 | 2023-12-05T04:13:25.514Z | Downloaded rcgen v0.11.3 |
1025 | 2023-12-05T04:13:25.520Z | Downloaded toml v0.5.11 |
1026 | 2023-12-05T04:13:25.525Z | Downloaded platforms v3.0.2 |
1027 | 2023-12-05T04:13:25.529Z | Downloaded predicates v2.1.5 |
1028 | 2023-12-05T04:13:25.534Z | Downloaded clap v2.34.0 |
1029 | 2023-12-05T04:13:25.552Z | Downloaded hmac v0.12.1 |
1030 | 2023-12-05T04:13:25.559Z | Downloaded tungstenite v0.20.1 |
1031 | 2023-12-05T04:13:25.567Z | Downloaded expectorate v1.1.0 |
1032 | 2023-12-05T04:13:25.567Z | Downloaded flate2 v1.0.28 |
1033 | 2023-12-05T04:13:25.577Z | Downloaded tokio-postgres v0.7.10 |
1034 | 2023-12-05T04:13:25.588Z | Downloaded tokio-util v0.7.10 |
1035 | 2023-12-05T04:13:25.601Z | Downloaded der v0.7.8 |
1036 | 2023-12-05T04:13:25.612Z | Downloaded unicode-segmentation v1.10.1 |
1037 | 2023-12-05T04:13:25.624Z | Downloaded reqwest v0.11.22 |
1038 | 2023-12-05T04:13:25.635Z | Downloaded typed-path v0.6.0 |
1039 | 2023-12-05T04:13:25.648Z | Downloaded bindgen v0.65.1 |
1040 | 2023-12-05T04:13:25.662Z | Downloaded time v0.3.27 |
1041 | 2023-12-05T04:13:25.674Z | Downloaded hyper v0.14.27 |
1042 | 2023-12-05T04:13:25.693Z | Downloaded hashbrown v0.13.2 |
1043 | 2023-12-05T04:13:25.706Z | Downloaded petgraph v0.6.4 |
1044 | 2023-12-05T04:13:25.723Z | Downloaded portable-atomic v1.4.3 |
1045 | 2023-12-05T04:13:25.739Z | Downloaded h2 v0.3.21 |
1046 | 2023-12-05T04:13:25.759Z | Downloaded serde_with v2.3.3 |
1047 | 2023-12-05T04:13:25.781Z | Downloaded hkdf v0.12.3 |
1048 | 2023-12-05T04:13:25.797Z | Downloaded rayon v1.8.0 |
1049 | 2023-12-05T04:13:25.801Z | Downloaded rustls-webpki v0.101.7 |
1050 | 2023-12-05T04:13:25.838Z | Downloaded radix_trie v0.2.1 |
1051 | 2023-12-05T04:13:26.258Z | Downloaded ratatui v0.23.0 |
1052 | 2023-12-05T04:13:26.263Z | Downloaded vcpkg v0.2.15 |
1053 | 2023-12-05T04:13:26.263Z | Downloaded polar-core v0.27.0 |
1054 | 2023-12-05T04:13:26.263Z | Downloaded regex-syntax v0.8.2 |
1055 | 2023-12-05T04:13:26.263Z | Downloaded rustix v0.38.25 |
1056 | 2023-12-05T04:13:26.263Z | Downloaded regex-automata v0.4.3 |
1057 | 2023-12-05T04:13:26.263Z | Downloaded tokio v1.34.0 |
1058 | 2023-12-05T04:13:26.263Z | Downloaded regex-syntax v0.7.5 |
1059 | 2023-12-05T04:13:26.263Z | Downloaded bstr v1.6.0 |
1060 | 2023-12-05T04:13:26.263Z | Downloaded sled v0.34.7 |
1061 | 2023-12-05T04:13:26.263Z | Downloaded gimli v0.28.0 |
1062 | 2023-12-05T04:13:26.263Z | Downloaded regex v1.10.2 |
1063 | 2023-12-05T04:13:26.264Z | Downloaded zerocopy-derive v0.2.0 |
1064 | 2023-12-05T04:13:26.264Z | Downloaded regex-automata v0.3.8 |
1065 | 2023-12-05T04:13:26.298Z | Downloaded zerocopy-derive v0.6.4 |
1066 | 2023-12-05T04:13:26.343Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1067 | 2023-12-05T04:13:26.348Z | Downloaded regress v0.7.1 |
1068 | 2023-12-05T04:13:26.357Z | Downloaded rustls v0.21.9 |
1069 | 2023-12-05T04:13:26.384Z | Downloaded openapiv3 v2.0.0-rc.1 |
1070 | 2023-12-05T04:13:26.402Z | Downloaded sha3 v0.10.8 |
1071 | 2023-12-05T04:13:26.415Z | Downloaded diesel v2.1.4 |
1072 | 2023-12-05T04:13:26.453Z | Downloaded webpki-roots v0.25.2 |
1073 | 2023-12-05T04:13:26.458Z | Downloaded syn v1.0.109 |
1074 | 2023-12-05T04:13:26.479Z | Downloaded regex-syntax v0.6.29 |
1075 | 2023-12-05T04:13:26.493Z | Downloaded trust-dns-proto v0.22.0 |
1076 | 2023-12-05T04:13:26.522Z | Downloaded smoltcp v0.9.1 |
1077 | 2023-12-05T04:13:26.538Z | Downloaded smoltcp v0.8.2 |
1078 | 2023-12-05T04:13:26.561Z | Downloaded bstr v0.2.17 |
1079 | 2023-12-05T04:13:26.575Z | Downloaded encoding_rs v0.8.33 |
1080 | 2023-12-05T04:13:26.620Z | Downloaded tabled v0.14.0 |
1081 | 2023-12-05T04:13:26.649Z | Downloaded curve25519-dalek v4.1.0 |
1082 | 2023-12-05T04:13:26.666Z | Downloaded object v0.32.1 |
1083 | 2023-12-05T04:13:26.687Z | Downloaded object v0.30.4 |
1084 | 2023-12-05T04:13:26.706Z | Downloaded lalrpop v0.19.12 |
1085 | 2023-12-05T04:13:26.728Z | Downloaded idna v0.5.0 |
1086 | 2023-12-05T04:13:26.741Z | Downloaded idna v0.2.3 |
1087 | 2023-12-05T04:13:26.755Z | Downloaded openssl v0.10.60 |
1088 | 2023-12-05T04:13:26.774Z | Downloaded quick-xml v0.23.1 |
1089 | 2023-12-05T04:13:26.787Z | Downloaded chrono v0.4.31 |
1090 | 2023-12-05T04:13:26.803Z | Downloaded proptest v1.4.0 |
1091 | 2023-12-05T04:13:26.819Z | Downloaded bitvec v1.0.1 |
1092 | 2023-12-05T04:13:26.848Z | Downloaded unicode-normalization v0.1.22 |
1093 | 2023-12-05T04:13:26.855Z | Downloaded regex-automata v0.1.10 |
1094 | 2023-12-05T04:13:26.865Z | Downloaded futures-util v0.3.29 |
1095 | 2023-12-05T04:13:26.888Z | Downloaded http v0.2.11 |
1096 | 2023-12-05T04:13:26.894Z | Downloaded reedline v0.26.0 |
1097 | 2023-12-05T04:13:26.915Z | Downloaded pest v2.7.2 |
1098 | 2023-12-05T04:13:26.924Z | Downloaded plotters v0.3.5 |
1099 | 2023-12-05T04:13:26.942Z | Downloaded rand v0.4.6 |
1100 | 2023-12-05T04:13:26.948Z | Downloaded toml_edit v0.19.15 |
1101 | 2023-12-05T04:13:26.978Z | Downloaded trust-dns-client v0.22.0 |
1102 | 2023-12-05T04:13:26.987Z | Downloaded elliptic-curve v0.13.5 |
1103 | 2023-12-05T04:13:26.995Z | Downloaded heapless v0.7.16 |
1104 | 2023-12-05T04:13:27.002Z | Downloaded tough v0.15.0 |
1105 | 2023-12-05T04:13:27.017Z | Downloaded tracing v0.1.37 |
1106 | 2023-12-05T04:13:27.025Z | Downloaded steno v0.4.0 |
1107 | 2023-12-05T04:13:27.033Z | Downloaded futures v0.3.29 |
1108 | 2023-12-05T04:13:27.041Z | Downloaded tracing-core v0.1.31 |
1109 | 2023-12-05T04:13:27.047Z | Downloaded filetime v0.2.22 |
1110 | 2023-12-05T04:13:27.050Z | Downloaded ff v0.13.0 |
1111 | 2023-12-05T04:13:27.053Z | Downloaded version_check v0.9.4 |
1112 | 2023-12-05T04:13:27.055Z | Downloaded ref-cast-impl v1.0.20 |
1113 | 2023-12-05T04:13:27.058Z | Downloaded sha2 v0.10.8 |
1114 | 2023-12-05T04:13:27.061Z | Downloaded pin-project-internal v1.1.3 |
1115 | 2023-12-05T04:13:27.064Z | Downloaded ring v0.17.5 |
1116 | 2023-12-05T04:13:27.205Z | Downloaded rsa v0.9.2 |
1117 | 2023-12-05T04:13:27.212Z | Downloaded hashbrown v0.12.3 |
1118 | 2023-12-05T04:13:27.220Z | Downloaded glob v0.3.1 |
1119 | 2023-12-05T04:13:27.223Z | Downloaded subprocess v0.2.9 |
1120 | 2023-12-05T04:13:27.227Z | Downloaded rstest_macros v0.18.2 |
1121 | 2023-12-05T04:13:27.232Z | Downloaded trybuild v1.0.85 |
1122 | 2023-12-05T04:13:27.241Z | Downloaded serde_yaml v0.9.25 |
1123 | 2023-12-05T04:13:27.247Z | Downloaded headers v0.3.9 |
1124 | 2023-12-05T04:13:27.257Z | Downloaded ring v0.16.20 |
1125 | 2023-12-05T04:13:27.425Z | Downloaded rand v0.8.5 |
1126 | 2023-12-05T04:13:27.433Z | Downloaded itertools v0.11.0 |
1127 | 2023-12-05T04:13:27.891Z | Downloaded rayon-core v1.12.0 |
1128 | 2023-12-05T04:13:27.914Z | Downloaded rustfmt-wrapper v0.2.0 |
1129 | 2023-12-05T04:13:27.914Z | Downloaded strip-ansi-escapes v0.2.0 |
1130 | 2023-12-05T04:13:27.914Z | Downloaded zeroize_derive v1.4.2 |
1131 | 2023-12-05T04:13:27.914Z | Downloaded hex-literal v0.4.1 |
1132 | 2023-12-05T04:13:27.915Z | Downloaded hex v0.4.3 |
1133 | 2023-12-05T04:13:27.915Z | Downloaded trust-dns-server v0.22.1 |
1134 | 2023-12-05T04:13:27.915Z | Downloaded aho-corasick v1.0.4 |
1135 | 2023-12-05T04:13:27.915Z | Downloaded tap v1.0.1 |
1136 | 2023-12-05T04:13:27.915Z | Downloaded slog-dtrace v0.2.3 |
1137 | 2023-12-05T04:13:27.915Z | Downloaded dirs-sys-next v0.1.2 |
1138 | 2023-12-05T04:13:27.915Z | Downloaded ron v0.8.1 |
1139 | 2023-12-05T04:13:27.915Z | Downloaded structmeta-derive v0.2.0 |
1140 | 2023-12-05T04:13:27.915Z | Downloaded darling_core v0.20.3 |
1141 | 2023-12-05T04:13:27.915Z | Downloaded httpdate v1.0.3 |
1142 | 2023-12-05T04:13:27.915Z | Downloaded criterion v0.5.1 |
1143 | 2023-12-05T04:13:27.915Z | Downloaded flagset v0.4.3 |
1144 | 2023-12-05T04:13:27.915Z | Downloaded either v1.9.0 |
1145 | 2023-12-05T04:13:27.915Z | Downloaded dyn-clone v1.0.13 |
1146 | 2023-12-05T04:13:27.915Z | Downloaded dof v0.1.5 |
1147 | 2023-12-05T04:13:27.915Z | Downloaded futures-channel v0.3.29 |
1148 | 2023-12-05T04:13:27.915Z | Downloaded zerocopy v0.6.4 |
1149 | 2023-12-05T04:13:27.915Z | Downloaded serde_tokenstream v0.2.0 |
1150 | 2023-12-05T04:13:27.915Z | Downloaded same-file v1.0.6 |
1151 | 2023-12-05T04:13:27.915Z | Downloaded partial-io v0.5.4 |
1152 | 2023-12-05T04:13:27.915Z | Downloaded schemars v0.8.13 |
1153 | 2023-12-05T04:13:27.915Z | Downloaded pretty_assertions v1.4.0 |
1154 | 2023-12-05T04:13:27.915Z | Downloaded diff v0.1.13 |
1155 | 2023-12-05T04:13:27.915Z | Downloaded httparse v1.8.0 |
1156 | 2023-12-05T04:13:27.915Z | Downloaded futures-executor v0.3.29 |
1157 | 2023-12-05T04:13:27.915Z | Downloaded serde_derive_internals v0.26.0 |
1158 | 2023-12-05T04:13:27.915Z | Downloaded getrandom v0.2.10 |
1159 | 2023-12-05T04:13:27.915Z | Downloaded r2d2 v0.8.10 |
1160 | 2023-12-05T04:13:27.917Z | Downloaded home v0.5.5 |
1161 | 2023-12-05T04:13:27.917Z | Downloaded unicode-bidi v0.3.13 |
1162 | 2023-12-05T04:13:27.917Z | Downloaded num-bigint-dig v0.8.4 |
1163 | 2023-12-05T04:13:27.917Z | Downloaded crossterm v0.27.0 |
1164 | 2023-12-05T04:13:27.917Z | Downloaded rusty-fork v0.3.0 |
1165 | 2023-12-05T04:13:27.917Z | Downloaded strum_macros v0.25.2 |
1166 | 2023-12-05T04:13:27.917Z | Downloaded der_derive v0.7.2 |
1167 | 2023-12-05T04:13:27.917Z | Downloaded rustls-pemfile v1.0.3 |
1168 | 2023-12-05T04:13:27.917Z | Downloaded num-bigint v0.4.4 |
1169 | 2023-12-05T04:13:27.917Z | Downloaded salty v0.2.0 |
1170 | 2023-12-05T04:13:27.917Z | Downloaded textwrap v0.16.0 |
1171 | 2023-12-05T04:13:27.917Z | Downloaded flume v0.11.0 |
1172 | 2023-12-05T04:13:27.917Z | Downloaded funty v2.0.0 |
1173 | 2023-12-05T04:13:27.917Z | Downloaded topological-sort v0.2.2 |
1174 | 2023-12-05T04:13:27.917Z | Downloaded tokio-rustls v0.24.1 |
1175 | 2023-12-05T04:13:27.917Z | Downloaded pin-project-lite v0.2.13 |
1176 | 2023-12-05T04:13:27.917Z | Downloaded pin-project v1.1.3 |
1177 | 2023-12-05T04:13:27.917Z | Downloaded derive_more v0.99.17 |
1178 | 2023-12-05T04:13:27.917Z | Downloaded url v2.5.0 |
1179 | 2023-12-05T04:13:27.917Z | Downloaded futures-timer v3.0.2 |
1180 | 2023-12-05T04:13:27.917Z | Downloaded derive_builder_core v0.12.0 |
1181 | 2023-12-05T04:13:27.917Z | Downloaded structmeta v0.2.0 |
1182 | 2023-12-05T04:13:27.917Z | Downloaded static_assertions v1.1.0 |
1183 | 2023-12-05T04:13:27.917Z | Downloaded predicates-tree v1.0.9 |
1184 | 2023-12-05T04:13:27.917Z | Downloaded yansi v0.5.1 |
1185 | 2023-12-05T04:13:27.917Z | Downloaded spin v0.5.2 |
1186 | 2023-12-05T04:13:27.917Z | Downloaded walkdir v2.4.0 |
1187 | 2023-12-05T04:13:27.917Z | Downloaded unicode-linebreak v0.1.5 |
1188 | 2023-12-05T04:13:27.918Z | Downloaded vte v0.11.1 |
1189 | 2023-12-05T04:13:27.918Z | Downloaded spki v0.7.2 |
1190 | 2023-12-05T04:13:27.918Z | Downloaded shell-words v1.1.0 |
1191 | 2023-12-05T04:13:27.918Z | Downloaded signal-hook-registry v1.4.1 |
1192 | 2023-12-05T04:13:27.918Z | Downloaded ppv-lite86 v0.2.17 |
1193 | 2023-12-05T04:13:27.918Z | Downloaded rustc-demangle v0.1.23 |
1194 | 2023-12-05T04:13:27.918Z | Downloaded slog-term v2.9.0 |
1195 | 2023-12-05T04:13:27.918Z | Downloaded http-body v0.4.5 |
1196 | 2023-12-05T04:13:27.918Z | Downloaded rand_chacha v0.3.1 |
1197 | 2023-12-05T04:13:27.918Z | Downloaded slog-scope v4.4.0 |
1198 | 2023-12-05T04:13:27.918Z | Downloaded term v0.7.0 |
1199 | 2023-12-05T04:13:27.918Z | Downloaded password-hash v0.5.0 |
1200 | 2023-12-05T04:13:27.918Z | Downloaded fatfs v0.3.6 |
1201 | 2023-12-05T04:13:27.918Z | Downloaded env_logger v0.10.0 |
1202 | 2023-12-05T04:13:27.918Z | Downloaded pest_meta v2.7.2 |
1203 | 2023-12-05T04:13:27.918Z | Downloaded unsafe-libyaml v0.2.9 |
1204 | 2023-12-05T04:13:27.918Z | Downloaded crossbeam-channel v0.5.8 |
1205 | 2023-12-05T04:13:27.918Z | Downloaded postcard v0.7.3 |
1206 | 2023-12-05T04:13:27.918Z | Downloaded rstest v0.18.2 |
1207 | 2023-12-05T04:13:27.918Z | Downloaded postgres-protocol v0.6.6 |
1208 | 2023-12-05T04:13:27.918Z | Downloaded half v1.8.2 |
1209 | 2023-12-05T04:13:27.918Z | Downloaded prettyplease v0.2.12 |
1210 | 2023-12-05T04:13:27.918Z | Downloaded futures-sink v0.3.29 |
1211 | 2023-12-05T04:13:27.918Z | Downloaded wyz v0.5.1 |
1212 | 2023-12-05T04:13:27.918Z | Downloaded whoami v1.4.1 |
1213 | 2023-12-05T04:13:27.918Z | Downloaded which v4.4.0 |
1214 | 2023-12-05T04:13:27.918Z | Downloaded radium v0.7.0 |
1215 | 2023-12-05T04:13:27.918Z | Downloaded difflib v0.4.0 |
1216 | 2023-12-05T04:13:27.919Z | Downloaded unicase v2.7.0 |
1217 | 2023-12-05T04:13:27.919Z | Downloaded unarray v0.1.4 |
1218 | 2023-12-05T04:13:27.919Z | Downloaded fnv v1.0.7 |
1219 | 2023-12-05T04:13:27.919Z | Downloaded phf_shared v0.11.2 |
1220 | 2023-12-05T04:13:27.919Z | Downloaded strsim v0.8.0 |
1221 | 2023-12-05T04:13:27.919Z | Downloaded rtoolbox v0.0.1 |
1222 | 2023-12-05T04:13:27.919Z | Downloaded resolv-conf v0.7.0 |
1223 | 2023-12-05T04:13:27.919Z | Downloaded phf v0.11.2 |
1224 | 2023-12-05T04:13:27.919Z | Downloaded test-strategy v0.3.1 |
1225 | 2023-12-05T04:13:27.919Z | Downloaded enum-as-inner v0.5.1 |
1226 | 2023-12-05T04:13:27.919Z | Downloaded usdt v0.3.5 |
1227 | 2023-12-05T04:13:27.919Z | Downloaded pkg-config v0.3.27 |
1228 | 2023-12-05T04:13:27.923Z | Downloaded signature v2.1.0 |
1229 | 2023-12-05T04:13:27.923Z | Downloaded tar v0.4.40 |
1230 | 2023-12-05T04:13:27.923Z | Downloaded ed25519 v1.5.3 |
1231 | 2023-12-05T04:13:27.923Z | Downloaded cc v1.0.83 |
1232 | 2023-12-05T04:13:27.923Z | Downloaded foreign-types-macros v0.2.3 |
1233 | 2023-12-05T04:13:27.923Z | Downloaded untrusted v0.9.0 |
1234 | 2023-12-05T04:13:27.923Z | Downloaded papergrid v0.10.0 |
1235 | 2023-12-05T04:13:27.923Z | Downloaded tinyvec v1.6.0 |
1236 | 2023-12-05T04:13:27.923Z | Downloaded unicode-width v0.1.11 |
1237 | 2023-12-05T04:13:27.923Z | Downloaded hash32 v0.2.1 |
1238 | 2023-12-05T04:13:27.923Z | Downloaded data-encoding v2.4.0 |
1239 | 2023-12-05T04:13:27.923Z | Downloaded semver v0.11.0 |
1240 | 2023-12-05T04:13:27.923Z | Downloaded time-core v0.1.1 |
1241 | 2023-12-05T04:13:27.923Z | Downloaded debug-ignore v1.0.5 |
1242 | 2023-12-05T04:13:27.923Z | Downloaded smallvec v0.6.14 |
1243 | 2023-12-05T04:13:27.923Z | Downloaded slog-bunyan v2.4.0 |
1244 | 2023-12-05T04:13:27.924Z | Downloaded slog-async v2.8.0 |
1245 | 2023-12-05T04:13:27.924Z | Downloaded slab v0.4.9 |
1246 | 2023-12-05T04:13:27.924Z | Downloaded signature v1.6.4 |
1247 | 2023-12-05T04:13:27.924Z | Downloaded num-traits v0.2.16 |
1248 | 2023-12-05T04:13:27.924Z | Downloaded parking_lot v0.12.1 |
1249 | 2023-12-05T04:13:27.924Z | Downloaded oso v0.27.0 |
1250 | 2023-12-05T04:13:27.924Z | Downloaded crossbeam-epoch v0.9.15 |
1251 | 2023-12-05T04:13:27.924Z | Downloaded cookie v0.18.0 |
1252 | 2023-12-05T04:13:27.929Z | Downloaded clang-sys v1.6.1 |
1253 | 2023-12-05T04:13:27.929Z | Downloaded proc-macro-error v1.0.4 |
1254 | 2023-12-05T04:13:27.933Z | Downloaded globset v0.4.13 |
1255 | 2023-12-05T04:13:27.937Z | Downloaded indicatif v0.17.7 |
1256 | 2023-12-05T04:13:27.941Z | Downloaded backtrace v0.3.69 |
1257 | 2023-12-05T04:13:27.949Z | Downloaded arc-swap v1.6.0 |
1258 | 2023-12-05T04:13:27.955Z | Downloaded pem v3.0.2 |
1259 | 2023-12-05T04:13:27.957Z | Downloaded stringprep v0.1.3 |
1260 | 2023-12-05T04:13:27.960Z | Downloaded derive_builder_macro v0.12.0 |
1261 | 2023-12-05T04:13:27.963Z | Downloaded threadpool v1.8.1 |
1262 | 2023-12-05T04:13:27.963Z | Downloaded socket2 v0.4.9 |
1263 | 2023-12-05T04:13:27.966Z | Downloaded float-cmp v0.9.0 |
1264 | 2023-12-05T04:13:27.968Z | Downloaded unicode-xid v0.2.4 |
1265 | 2023-12-05T04:13:27.971Z | Downloaded darling_core v0.14.4 |
1266 | 2023-12-05T04:13:27.977Z | Downloaded socket2 v0.5.5 |
1267 | 2023-12-05T04:13:27.980Z | Downloaded pretty-hex v0.4.0 |
1268 | 2023-12-05T04:13:27.985Z | Downloaded xattr v1.0.1 |
1269 | 2023-12-05T04:13:27.994Z | Downloaded endian-type v0.1.2 |
1270 | 2023-12-05T04:13:27.994Z | Downloaded doc-comment v0.3.3 |
1271 | 2023-12-05T04:13:27.994Z | Downloaded mime_guess v2.0.4 |
1272 | 2023-12-05T04:13:27.994Z | Downloaded crc-any v2.4.3 |
1273 | 2023-12-05T04:13:28.003Z | Downloaded mio v0.8.9 |
1274 | 2023-12-05T04:13:28.013Z | Downloaded crossbeam-utils v0.8.16 |
1275 | 2023-12-05T04:13:28.013Z | Downloaded tempfile v3.8.1 |
1276 | 2023-12-05T04:13:28.024Z | Downloaded base64 v0.13.1 |
1277 | 2023-12-05T04:13:28.024Z | Downloaded thiserror-impl-no-std v2.0.2 |
1278 | 2023-12-05T04:13:28.034Z | Downloaded serde-hex v0.1.0 |
1279 | 2023-12-05T04:13:28.034Z | Downloaded semver v0.1.20 |
1280 | 2023-12-05T04:13:28.034Z | Downloaded quick-error v1.2.3 |
1281 | 2023-12-05T04:13:28.034Z | Downloaded proc-macro-error-attr v1.0.4 |
1282 | 2023-12-05T04:13:28.034Z | Downloaded usdt-attr-macro v0.3.5 |
1283 | 2023-12-05T04:13:28.034Z | Downloaded num-complex v0.4.4 |
1284 | 2023-12-05T04:13:28.046Z | Downloaded lock_api v0.4.10 |
1285 | 2023-12-05T04:13:28.046Z | Downloaded parking_lot v0.11.2 |
1286 | 2023-12-05T04:13:28.046Z | Downloaded proc-macro-crate v1.3.1 |
1287 | 2023-12-05T04:13:28.046Z | Downloaded smallvec v1.11.0 |
1288 | 2023-12-05T04:13:28.050Z | Downloaded indexmap v1.9.3 |
1289 | 2023-12-05T04:13:28.050Z | Downloaded utf-8 v0.7.6 |
1290 | 2023-12-05T04:13:28.050Z | Downloaded crypto-bigint v0.5.2 |
1291 | 2023-12-05T04:13:28.061Z | Downloaded thread-id v4.2.0 |
1292 | 2023-12-05T04:13:28.064Z | Downloaded fxhash v0.2.1 |
1293 | 2023-12-05T04:13:28.064Z | Downloaded foreign-types-shared v0.1.1 |
1294 | 2023-12-05T04:13:28.064Z | Downloaded arrayvec v0.7.4 |
1295 | 2023-12-05T04:13:28.068Z | Downloaded olpc-cjson v0.1.3 |
1296 | 2023-12-05T04:13:28.071Z | Downloaded libtest-mimic v0.6.1 |
1297 | 2023-12-05T04:13:28.074Z | Downloaded libsw v3.3.0 |
1298 | 2023-12-05T04:13:28.078Z | Downloaded fs-err v2.11.0 |
1299 | 2023-12-05T04:13:28.081Z | Downloaded usdt-impl v0.3.5 |
1300 | 2023-12-05T04:13:28.081Z | Downloaded smawk v0.3.1 |
1301 | 2023-12-05T04:13:28.085Z | Downloaded omicron-zone-package v0.9.1 |
1302 | 2023-12-05T04:13:28.090Z | Downloaded native-tls v0.2.11 |
1303 | 2023-12-05T04:13:28.096Z | Downloaded schemars_derive v0.8.13 |
1304 | 2023-12-05T04:13:28.096Z | Downloaded libloading v0.7.4 |
1305 | 2023-12-05T04:13:28.100Z | Downloaded bytes v1.5.0 |
1306 | 2023-12-05T04:13:28.103Z | Downloaded waitgroup v0.1.2 |
1307 | 2023-12-05T04:13:28.112Z | Downloaded fragile v2.0.0 |
1308 | 2023-12-05T04:13:28.112Z | Downloaded form_urlencoded v1.2.1 |
1309 | 2023-12-05T04:13:28.112Z | Downloaded untrusted v0.7.1 |
1310 | 2023-12-05T04:13:28.112Z | Downloaded tui-tree-widget v0.13.0 |
1311 | 2023-12-05T04:13:28.112Z | Downloaded once_cell v1.18.0 |
1312 | 2023-12-05T04:13:28.115Z | Downloaded serde_plain v1.0.2 |
1313 | 2023-12-05T04:13:28.118Z | Downloaded mime v0.3.17 |
1314 | 2023-12-05T04:13:28.121Z | Downloaded log v0.4.20 |
1315 | 2023-12-05T04:13:28.124Z | Downloaded linked-hash-map v0.5.6 |
1316 | 2023-12-05T04:13:28.128Z | Downloaded lazy_static v1.4.0 |
1317 | 2023-12-05T04:13:28.128Z | Downloaded basic-toml v0.1.4 |
1318 | 2023-12-05T04:13:28.143Z | Downloaded blake2b_simd v1.0.1 |
1319 | 2023-12-05T04:13:28.145Z | Downloaded subtle v2.5.0 |
1320 | 2023-12-05T04:13:28.148Z | Downloaded string_cache v0.8.7 |
1321 | 2023-12-05T04:13:28.152Z | Downloaded crossbeam-deque v0.8.3 |
1322 | 2023-12-05T04:13:28.154Z | Downloaded ipnet v2.8.0 |
1323 | 2023-12-05T04:13:28.157Z | Downloaded ciborium-ll v0.2.1 |
1324 | 2023-12-05T04:13:28.157Z | Downloaded ciborium v0.2.1 |
1325 | 2023-12-05T04:13:28.160Z | Downloaded ansi_term v0.12.1 |
1326 | 2023-12-05T04:13:28.163Z | Downloaded tempdir v0.3.7 |
1327 | 2023-12-05T04:13:28.166Z | Downloaded slog-json v2.6.1 |
1328 | 2023-12-05T04:13:28.169Z | Downloaded darling v0.20.3 |
1329 | 2023-12-05T04:13:28.174Z | Downloaded crossbeam-queue v0.3.8 |
1330 | 2023-12-05T04:13:28.176Z | Downloaded linear-map v1.2.0 |
1331 | 2023-12-05T04:13:28.179Z | Downloaded foreign-types-shared v0.3.1 |
1332 | 2023-12-05T04:13:28.180Z | Downloaded number_prefix v0.4.0 |
1333 | 2023-12-05T04:13:28.183Z | Downloaded packed_struct_codegen v0.10.1 |
1334 | 2023-12-05T04:13:28.183Z | Downloaded blake2 v0.10.6 |
1335 | 2023-12-05T04:13:28.187Z | Downloaded packed_struct v0.10.1 |
1336 | 2023-12-05T04:13:28.189Z | Downloaded crossbeam v0.8.2 |
1337 | 2023-12-05T04:13:28.192Z | Downloaded constant_time_eq v0.2.6 |
1338 | 2023-12-05T04:13:28.195Z | Downloaded hyper-rustls v0.24.2 |
1339 | 2023-12-05T04:13:28.198Z | Downloaded console v0.15.7 |
1340 | 2023-12-05T04:13:28.202Z | Downloaded backoff v0.4.0 |
1341 | 2023-12-05T04:13:28.205Z | Downloaded slog-envlogger v2.2.0 |
1342 | 2023-12-05T04:13:28.208Z | Downloaded crc32fast v1.3.2 |
1343 | 2023-12-05T04:13:28.211Z | Downloaded usdt-macro v0.3.5 |
1344 | 2023-12-05T04:13:28.214Z | Downloaded serde_repr v0.1.16 |
1345 | 2023-12-05T04:13:28.217Z | Downloaded macaddr v1.0.1 |
1346 | 2023-12-05T04:13:28.217Z | Downloaded lru-cache v0.1.2 |
1347 | 2023-12-05T04:13:28.220Z | Downloaded num_enum_derive v0.5.11 |
1348 | 2023-12-05T04:13:28.223Z | Downloaded num v0.4.1 |
1349 | 2023-12-05T04:13:28.223Z | Downloaded num-iter v0.1.43 |
1350 | 2023-12-05T04:13:28.226Z | Downloaded termtree v0.4.1 |
1351 | 2023-12-05T04:13:28.226Z | Downloaded colored v2.0.4 |
1352 | 2023-12-05T04:13:28.229Z | Downloaded ipnetwork v0.20.0 |
1353 | 2023-12-05T04:13:28.232Z | Downloaded indoc v1.0.9 |
1354 | 2023-12-05T04:13:28.235Z | Downloaded cexpr v0.6.0 |
1355 | 2023-12-05T04:13:28.238Z | Downloaded cassowary v0.3.0 |
1356 | 2023-12-05T04:13:28.241Z | Downloaded camino-tempfile v1.1.1 |
1357 | 2023-12-05T04:13:28.246Z | Downloaded cfg-if v0.1.10 |
1358 | 2023-12-05T04:13:28.246Z | Downloaded bcs v0.1.6 |
1359 | 2023-12-05T04:13:28.249Z | Downloaded swrite v0.1.0 |
1360 | 2023-12-05T04:13:28.252Z | Downloaded crypto-common v0.1.6 |
1361 | 2023-12-05T04:13:28.252Z | Downloaded inout v0.1.3 |
1362 | 2023-12-05T04:13:28.255Z | Downloaded cfg-if v1.0.0 |
1363 | 2023-12-05T04:13:28.255Z | Downloaded chacha20 v0.9.1 |
1364 | 2023-12-05T04:13:28.258Z | Downloaded bit-set v0.5.3 |
1365 | 2023-12-05T04:13:28.261Z | Downloaded crucible-workspace-hack v0.1.0 |
1366 | 2023-12-05T04:13:28.261Z | Downloaded impl-trait-for-tuples v0.2.2 |
1367 | 2023-12-05T04:13:28.264Z | Downloaded iana-time-zone v0.1.57 |
1368 | 2023-12-05T04:13:28.267Z | Downloaded hyper-staticfile v0.9.5 |
1369 | 2023-12-05T04:13:28.270Z | Downloaded bytesize v1.3.0 |
1370 | 2023-12-05T04:13:28.273Z | Downloaded serial_test_derive v0.10.0 |
1371 | 2023-12-05T04:13:28.273Z | Downloaded newtype_derive v0.1.6 |
1372 | 2023-12-05T04:13:28.276Z | Downloaded hyper-tls v0.5.0 |
1373 | 2023-12-05T04:13:28.279Z | Downloaded anes v0.1.6 |
1374 | 2023-12-05T04:13:28.282Z | Downloaded async-stream v0.3.5 |
1375 | 2023-12-05T04:13:28.285Z | Downloaded num-derive v0.4.0 |
1376 | 2023-12-05T04:13:28.287Z | Downloaded cpufeatures v0.2.9 |
1377 | 2023-12-05T04:13:28.290Z | Downloaded const-oid v0.9.5 |
1378 | 2023-12-05T04:13:28.294Z | Downloaded ciborium-io v0.2.1 |
1379 | 2023-12-05T04:13:28.297Z | Downloaded mockall_derive v0.11.4 |
1380 | 2023-12-05T04:13:28.297Z | Downloaded libxml v0.3.3 |
1381 | 2023-12-05T04:13:28.307Z | Downloaded similar v2.2.1 |
1382 | 2023-12-05T04:13:28.315Z | Downloaded signal-hook v0.3.17 |
1383 | 2023-12-05T04:13:28.320Z | Downloaded serde-big-array v0.4.1 |
1384 | 2023-12-05T04:13:28.335Z | Downloaded openssl-macros v0.1.1 |
1385 | 2023-12-05T04:13:28.335Z | Downloaded crc-catalog v2.2.0 |
1386 | 2023-12-05T04:13:28.335Z | Downloaded bzip2 v0.4.4 |
1387 | 2023-12-05T04:13:28.335Z | Downloaded num-rational v0.4.1 |
1388 | 2023-12-05T04:13:28.755Z | Downloaded multer v2.1.0 |
1389 | 2023-12-05T04:13:28.755Z | Downloaded managed v0.8.0 |
1390 | 2023-12-05T04:13:28.755Z | Downloaded keccak v0.1.4 |
1391 | 2023-12-05T04:13:28.755Z | Downloaded indoc v2.0.3 |
1392 | 2023-12-05T04:13:28.773Z | Downloaded byteorder v1.5.0 |
1393 | 2023-12-05T04:13:28.773Z | Downloaded block-padding v0.3.3 |
1394 | 2023-12-05T04:13:28.773Z | Downloaded autocfg v1.1.0 |
1395 | 2023-12-05T04:13:28.773Z | Downloaded atomic-waker v1.1.1 |
1396 | 2023-12-05T04:13:28.773Z | Downloaded constant_time_eq v0.3.0 |
1397 | 2023-12-05T04:13:28.773Z | Downloaded md-5 v0.10.5 |
1398 | 2023-12-05T04:13:28.773Z | Downloaded convert_case v0.4.0 |
1399 | 2023-12-05T04:13:28.773Z | Downloaded libm v0.2.7 |
1400 | 2023-12-05T04:13:28.773Z | Downloaded cipher v0.4.4 |
1401 | 2023-12-05T04:13:28.773Z | Downloaded bytecount v0.6.3 |
1402 | 2023-12-05T04:13:28.773Z | Downloaded bb8 v0.8.1 |
1403 | 2023-12-05T04:13:28.773Z | Downloaded supports-color v2.1.0 |
1404 | 2023-12-05T04:13:28.773Z | Downloaded serde_tokenstream v0.1.7 |
1405 | 2023-12-05T04:13:28.773Z | Downloaded criterion-plot v0.5.0 |
1406 | 2023-12-05T04:13:28.773Z | Downloaded num_threads v0.1.6 |
1407 | 2023-12-05T04:13:28.773Z | Downloaded normalize-line-endings v0.3.0 |
1408 | 2023-12-05T04:13:28.773Z | Downloaded newline-converter v0.3.0 |
1409 | 2023-12-05T04:13:28.773Z | Downloaded nodrop v0.1.14 |
1410 | 2023-12-05T04:13:28.773Z | Downloaded nanorand v0.7.0 |
1411 | 2023-12-05T04:13:28.773Z | Downloaded memoffset v0.9.0 |
1412 | 2023-12-05T04:13:28.773Z | Downloaded cast v0.3.0 |
1413 | 2023-12-05T04:13:28.773Z | Downloaded kstat-rs v0.2.3 |
1414 | 2023-12-05T04:13:28.773Z | Downloaded is_ci v1.1.1 |
1415 | 2023-12-05T04:13:28.773Z | Downloaded ident_case v1.0.1 |
1416 | 2023-12-05T04:13:28.773Z | Downloaded atomicwrites v0.4.2 |
1417 | 2023-12-05T04:13:28.773Z | Downloaded approx v0.5.1 |
1418 | 2023-12-05T04:13:28.773Z | Downloaded siphasher v0.3.11 |
1419 | 2023-12-05T04:13:28.773Z | Downloaded atty v0.2.14 |
1420 | 2023-12-05T04:13:28.773Z | Downloaded block-buffer v0.10.4 |
1421 | 2023-12-05T04:13:28.774Z | Downloaded base64ct v1.6.0 |
1422 | 2023-12-05T04:13:28.774Z | Downloaded base16ct v0.2.0 |
1423 | 2023-12-05T04:13:28.774Z | Downloaded array-init v0.0.4 |
1424 | 2023-12-05T04:13:28.774Z | Downloaded async-trait v0.1.74 |
1425 | 2023-12-05T04:13:28.774Z | Downloaded async-recursion v1.0.5 |
1426 | 2023-12-05T04:13:28.774Z | Downloaded base64 v0.21.5 |
1427 | 2023-12-05T04:13:28.774Z | Downloaded maplit v1.0.2 |
1428 | 2023-12-05T04:13:28.774Z | Downloaded ascii-canvas v3.0.0 |
1429 | 2023-12-05T04:13:28.774Z | Downloaded arrayref v0.3.7 |
1430 | 2023-12-05T04:13:28.774Z | Downloaded miniz_oxide v0.7.1 |
1431 | 2023-12-05T04:13:28.774Z | Downloaded minimal-lexical v0.2.1 |
1432 | 2023-12-05T04:13:28.774Z | Downloaded memoffset v0.7.1 |
1433 | 2023-12-05T04:13:28.774Z | Downloaded mockall v0.11.4 |
1434 | 2023-12-05T04:13:28.774Z | Downloaded async-stream-impl v0.3.5 |
1435 | 2023-12-05T04:13:28.774Z | Downloaded maybe-uninit v2.0.0 |
1436 | 2023-12-05T04:13:28.774Z | Downloaded addr2line v0.21.0 |
1437 | 2023-12-05T04:13:28.774Z | Downloaded match_cfg v0.1.0 |
1438 | 2023-12-05T04:13:28.774Z | Downloaded darling v0.14.4 |
1439 | 2023-12-05T04:13:28.774Z | Downloaded curve25519-dalek-derive v0.1.0 |
1440 | 2023-12-05T04:13:28.774Z | Downloaded crunchy v0.2.2 |
1441 | 2023-12-05T04:13:28.775Z | Downloaded ahash v0.8.3 |
1442 | 2023-12-05T04:13:29.205Z | Compiling serde v1.0.192 |
1443 | 2023-12-05T04:13:29.205Z | Compiling autocfg v1.1.0 |
1444 | 2023-12-05T04:13:29.205Z | Checking cfg-if v1.0.0 |
1445 | 2023-12-05T04:13:29.206Z | Compiling version_check v0.9.4 |
1446 | 2023-12-05T04:13:29.209Z | Compiling syn v1.0.109 |
1447 | 2023-12-05T04:13:29.209Z | Checking libc v0.2.150 |
1448 | 2023-12-05T04:13:29.209Z | Compiling syn v2.0.32 |
1449 | 2023-12-05T04:13:29.402Z | Compiling parking_lot_core v0.9.8 |
1450 | 2023-12-05T04:13:29.521Z | Compiling libm v0.2.7 |
1451 | 2023-12-05T04:13:30.109Z | Compiling cc v1.0.83 |
1452 | 2023-12-05T04:13:30.235Z | Compiling futures-core v0.3.29 |
1453 | 2023-12-05T04:13:30.261Z | Compiling once_cell v1.18.0 |
1454 | 2023-12-05T04:13:30.873Z | Compiling serde_json v1.0.108 |
1455 | 2023-12-05T04:13:30.965Z | Compiling memchr v2.6.3 |
1456 | 2023-12-05T04:13:31.007Z | Compiling lock_api v0.4.10 |
1457 | 2023-12-05T04:13:31.163Z | Compiling num-traits v0.2.16 |
1458 | 2023-12-05T04:13:31.513Z | Compiling slab v0.4.9 |
1459 | 2023-12-05T04:13:31.607Z | Checking getrandom v0.2.10 |
1460 | 2023-12-05T04:13:31.744Z | Compiling futures-channel v0.3.29 |
1461 | 2023-12-05T04:13:31.982Z | Compiling futures-task v0.3.29 |
1462 | 2023-12-05T04:13:32.208Z | Compiling futures-util v0.3.29 |
1463 | 2023-12-05T04:13:32.298Z | Compiling typenum v1.16.0 |
1464 | 2023-12-05T04:13:32.516Z | Compiling generic-array v0.14.7 |
1465 | 2023-12-05T04:13:32.849Z | Compiling log v0.4.20 |
1466 | 2023-12-05T04:13:33.129Z | Checking scopeguard v1.2.0 |
1467 | 2023-12-05T04:13:33.313Z | Compiling pkg-config v0.3.27 |
1468 | 2023-12-05T04:13:34.446Z | Checking smallvec v1.11.0 |
1469 | 2023-12-05T04:13:34.481Z | Checking itoa v1.0.9 |
1470 | 2023-12-05T04:13:34.794Z | Compiling rustix v0.38.25 |
1471 | 2023-12-05T04:13:35.039Z | Compiling indexmap v1.9.3 |
1472 | 2023-12-05T04:13:35.066Z | Compiling schemars v0.8.13 |
1473 | 2023-12-05T04:13:35.539Z | Compiling vcpkg v0.2.15 |
1474 | 2023-12-05T04:13:35.642Z | Compiling fnv v1.0.7 |
1475 | 2023-12-05T04:13:35.691Z | Compiling httparse v1.8.0 |
1476 | 2023-12-05T04:13:36.127Z | Checking rand_core v0.6.4 |
1477 | 2023-12-05T04:13:36.393Z | Compiling ring v0.17.5 |
1478 | 2023-12-05T04:13:36.577Z | Compiling ring v0.16.20 |
1479 | 2023-12-05T04:13:38.803Z | Compiling aho-corasick v1.0.4 |
1480 | 2023-12-05T04:13:38.810Z | Compiling regex-syntax v0.8.2 |
1481 | 2023-12-05T04:13:39.400Z | Compiling openssl-sys v0.9.96 |
1482 | 2023-12-05T04:13:41.201Z | Compiling parking_lot v0.12.1 |
1483 | 2023-12-05T04:13:42.114Z | Checking pin-project-lite v0.2.13 |
1484 | 2023-12-05T04:13:42.287Z | Compiling ahash v0.8.3 |
1485 | 2023-12-05T04:13:42.825Z | Compiling serde_derive_internals v0.26.0 |
1486 | 2023-12-05T04:13:42.958Z | Checking spin v0.5.2 |
1487 | 2023-12-05T04:13:43.322Z | Compiling openssl v0.10.60 |
1488 | 2023-12-05T04:13:44.007Z | Checking signal-hook-registry v1.4.1 |
1489 | 2023-12-05T04:13:44.423Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-12-05T04:13:44.443Z | Compiling rustls v0.21.9 |
1491 | 2023-12-05T04:13:44.875Z | Compiling regex-automata v0.4.3 |
1492 | 2023-12-05T04:13:45.421Z | Checking mio v0.8.9 |
1493 | 2023-12-05T04:13:46.065Z | Compiling iana-time-zone v0.1.57 |
1494 | 2023-12-05T04:13:46.480Z | Compiling native-tls v0.2.11 |
1495 | 2023-12-05T04:13:46.777Z | Compiling async-trait v0.1.74 |
1496 | 2023-12-05T04:13:46.882Z | Checking num_cpus v1.16.0 |
1497 | 2023-12-05T04:13:47.700Z | Compiling byteorder v1.5.0 |
1498 | 2023-12-05T04:13:47.788Z | Compiling unicode-xid v0.2.4 |
1499 | 2023-12-05T04:13:48.061Z | Compiling dyn-clone v1.0.13 |
1500 | 2023-12-05T04:13:48.499Z | Compiling backtrace v0.3.69 |
1501 | 2023-12-05T04:13:48.502Z | Checking socket2 v0.5.5 |
1502 | 2023-12-05T04:13:49.342Z | Compiling futures-sink v0.3.29 |
1503 | 2023-12-05T04:13:49.406Z | Compiling hashbrown v0.13.2 |
1504 | 2023-12-05T04:13:49.583Z | Compiling errno v0.3.2 |
1505 | 2023-12-05T04:13:49.662Z | Compiling crossbeam-utils v0.8.16 |
1506 | 2023-12-05T04:13:49.945Z | Checking ryu v1.0.15 |
1507 | 2023-12-05T04:13:50.307Z | Compiling crc32fast v1.3.2 |
1508 | 2023-12-05T04:13:50.471Z | Compiling tinyvec_macros v0.1.1 |
1509 | 2023-12-05T04:13:50.609Z | Compiling tinyvec v1.6.0 |
1510 | 2023-12-05T04:13:51.411Z | Compiling pin-utils v0.1.0 |
1511 | 2023-12-05T04:13:51.495Z | Compiling anyhow v1.0.75 |
1512 | 2023-12-05T04:13:51.545Z | Compiling futures-io v0.3.29 |
1513 | 2023-12-05T04:13:51.611Z | Compiling spin v0.9.8 |
1514 | 2023-12-05T04:13:51.733Z | Compiling tracing-core v0.1.31 |
1515 | 2023-12-05T04:13:52.025Z | Compiling unicode-bidi v0.3.13 |
1516 | 2023-12-05T04:13:52.234Z | Compiling regex v1.10.2 |
1517 | 2023-12-05T04:13:53.397Z | Compiling unicode-normalization v0.1.22 |
1518 | 2023-12-05T04:13:54.225Z | Compiling num-integer v0.1.45 |
1519 | 2023-12-05T04:13:54.763Z | Compiling synstructure v0.12.6 |
1520 | 2023-12-05T04:13:54.901Z | Compiling lazy_static v1.4.0 |
1521 | 2023-12-05T04:13:55.013Z | Compiling unicode-width v0.1.11 |
1522 | 2023-12-05T04:13:55.069Z | Compiling slog v2.7.0 |
1523 | 2023-12-05T04:13:55.096Z | Compiling serde_derive v1.0.192 |
1524 | 2023-12-05T04:13:55.175Z | Compiling thiserror-impl v1.0.49 |
1525 | 2023-12-05T04:13:55.289Z | Compiling zeroize_derive v1.4.2 |
1526 | 2023-12-05T04:13:55.440Z | Compiling tokio-macros v2.2.0 |
1527 | 2023-12-05T04:13:55.912Z | Compiling futures-macro v0.3.29 |
1528 | 2023-12-05T04:13:56.258Z | Compiling tracing-attributes v0.1.26 |
1529 | 2023-12-05T04:13:58.023Z | Compiling schemars_derive v0.8.13 |
1530 | 2023-12-05T04:13:58.201Z | Compiling openssl-macros v0.1.1 |
1531 | 2023-12-05T04:13:58.401Z | Checking zeroize v1.7.0 |
1532 | 2023-12-05T04:14:01.145Z | Compiling thiserror v1.0.49 |
1533 | 2023-12-05T04:14:01.357Z | Compiling pest v2.7.2 |
1534 | 2023-12-05T04:14:01.767Z | Compiling base64 v0.21.5 |
1535 | 2023-12-05T04:14:02.009Z | Compiling zerocopy-derive v0.2.0 |
1536 | 2023-12-05T04:14:03.355Z | Compiling tracing v0.1.37 |
1537 | 2023-12-05T04:14:04.009Z | Compiling hashbrown v0.12.3 |
1538 | 2023-12-05T04:14:04.070Z | Compiling openssl-probe v0.1.5 |
1539 | 2023-12-05T04:14:04.092Z | Compiling rustversion v1.0.14 |
1540 | 2023-12-05T04:14:04.426Z | Compiling foreign-types-shared v0.1.1 |
1541 | 2023-12-05T04:14:04.587Z | Compiling percent-encoding v2.3.1 |
1542 | 2023-12-05T04:14:04.705Z | Compiling untrusted v0.9.0 |
1543 | 2023-12-05T04:14:04.982Z | Checking subtle v2.5.0 |
1544 | 2023-12-05T04:14:05.222Z | Compiling time-core v0.1.1 |
1545 | 2023-12-05T04:14:05.282Z | Compiling untrusted v0.7.1 |
1546 | 2023-12-05T04:14:05.518Z | Compiling time-macros v0.2.13 |
1547 | 2023-12-05T04:14:05.606Z | Compiling pest_meta v2.7.2 |
1548 | 2023-12-05T04:14:06.486Z | Compiling foreign-types v0.3.2 |
1549 | 2023-12-05T04:14:07.819Z | Compiling pest_generator v2.7.2 |
1550 | 2023-12-05T04:14:11.450Z | Compiling try-lock v0.2.4 |
1551 | 2023-12-05T04:14:11.807Z | Compiling want v0.3.1 |
1552 | 2023-12-05T04:14:12.204Z | Compiling rustls-webpki v0.101.7 |
1553 | 2023-12-05T04:14:12.262Z | Compiling sct v0.7.0 |
1554 | 2023-12-05T04:14:12.748Z | Compiling form_urlencoded v1.2.1 |
1555 | 2023-12-05T04:14:13.271Z | Compiling zerocopy-derive v0.6.4 |
1556 | 2023-12-05T04:14:14.532Z | Compiling pest_derive v2.7.2 |
1557 | 2023-12-05T04:14:15.253Z | Compiling socket2 v0.4.9 |
1558 | 2023-12-05T04:14:15.602Z | Compiling tower-service v0.3.2 |
1559 | 2023-12-05T04:14:15.803Z | Compiling either v1.9.0 |
1560 | 2023-12-05T04:14:15.898Z | Compiling httpdate v1.0.3 |
1561 | 2023-12-05T04:14:16.368Z | Compiling rustls-pemfile v1.0.3 |
1562 | 2023-12-05T04:14:16.678Z | Compiling idna v0.5.0 |
1563 | 2023-12-05T04:14:16.737Z | Compiling memoffset v0.9.0 |
1564 | 2023-12-05T04:14:16.961Z | Compiling usdt-impl v0.3.5 |
1565 | 2023-12-05T04:14:17.230Z | Compiling adler v1.0.2 |
1566 | 2023-12-05T04:14:17.550Z | Compiling miniz_oxide v0.7.1 |
1567 | 2023-12-05T04:14:17.599Z | Compiling rustls-native-certs v0.6.3 |
1568 | 2023-12-05T04:14:17.733Z | Compiling zerocopy v0.3.0 |
1569 | 2023-12-05T04:14:18.315Z | Checking crypto-common v0.1.6 |
1570 | 2023-12-05T04:14:18.605Z | Compiling url v2.5.0 |
1571 | 2023-12-05T04:14:19.089Z | Compiling ipnet v2.8.0 |
1572 | 2023-12-05T04:14:19.661Z | Compiling signal-hook v0.3.17 |
1573 | 2023-12-05T04:14:20.031Z | Checking bytes v1.5.0 |
1574 | 2023-12-05T04:14:20.119Z | Checking bitflags v2.4.0 |
1575 | 2023-12-05T04:14:20.591Z | Compiling dof v0.1.5 |
1576 | 2023-12-05T04:14:21.260Z | Compiling dtrace-parser v0.1.14 |
1577 | 2023-12-05T04:14:21.284Z | Compiling clap_derive v4.4.2 |
1578 | 2023-12-05T04:14:21.332Z | Checking tokio v1.34.0 |
1579 | 2023-12-05T04:14:22.216Z | Compiling indexmap v2.1.0 |
1580 | 2023-12-05T04:14:23.208Z | Compiling chrono v0.4.31 |
1581 | 2023-12-05T04:14:24.187Z | Compiling uuid v1.6.1 |
1582 | 2023-12-05T04:14:24.471Z | Compiling semver v1.0.20 |
1583 | 2023-12-05T04:14:25.450Z | Compiling http v0.2.11 |
1584 | 2023-12-05T04:14:26.897Z | Compiling serde_spanned v0.6.4 |
1585 | 2023-12-05T04:14:27.378Z | Compiling toml_datetime v0.6.5 |
1586 | 2023-12-05T04:14:28.159Z | Compiling rustc_version v0.4.0 |
1587 | 2023-12-05T04:14:29.544Z | Compiling toml_edit v0.19.15 |
1588 | 2023-12-05T04:14:30.078Z | Compiling openapiv3 v2.0.0-rc.1 |
1589 | 2023-12-05T04:14:30.347Z | Compiling http-body v0.4.5 |
1590 | 2023-12-05T04:14:32.265Z | Compiling serde_urlencoded v0.7.1 |
1591 | 2023-12-05T04:14:33.135Z | Compiling crossbeam-epoch v0.9.15 |
1592 | 2023-12-05T04:14:33.322Z | Compiling encoding_rs v0.8.33 |
1593 | 2023-12-05T04:14:33.604Z | Compiling thread-id v4.2.0 |
1594 | 2023-12-05T04:14:33.779Z | Checking const-oid v0.9.5 |
1595 | 2023-12-05T04:14:33.874Z | Compiling gimli v0.28.0 |
1596 | 2023-12-05T04:14:34.998Z | Compiling mime v0.3.17 |
1597 | 2023-12-05T04:14:36.005Z | Compiling siphasher v0.3.11 |
1598 | 2023-12-05T04:14:36.701Z | Compiling webpki-roots v0.25.2 |
1599 | 2023-12-05T04:14:37.157Z | Compiling serde_tokenstream v0.1.7 |
1600 | 2023-12-05T04:14:38.000Z | Compiling strum_macros v0.25.2 |
1601 | 2023-12-05T04:14:39.028Z | Compiling tokio-util v0.7.10 |
1602 | 2023-12-05T04:14:40.201Z | Compiling tokio-rustls v0.24.1 |
1603 | 2023-12-05T04:14:41.119Z | Compiling h2 v0.3.21 |
1604 | 2023-12-05T04:14:41.873Z | Compiling addr2line v0.21.0 |
1605 | 2023-12-05T04:14:42.751Z | Compiling tokio-native-tls v0.3.1 |
1606 | 2023-12-05T04:14:42.959Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1607 | 2023-12-05T04:14:43.225Z | Compiling object v0.32.1 |
1608 | 2023-12-05T04:14:43.522Z | Compiling num-iter v0.1.43 |
1609 | 2023-12-05T04:14:43.833Z | Compiling rustc-demangle v0.1.23 |
1610 | 2023-12-05T04:14:45.285Z | Compiling flate2 v1.0.28 |
1611 | 2023-12-05T04:14:45.504Z | Compiling heapless v0.7.16 |
1612 | 2023-12-05T04:14:45.527Z | Compiling block-buffer v0.10.4 |
1613 | 2023-12-05T04:14:46.196Z | Compiling doc-comment v0.3.3 |
1614 | 2023-12-05T04:14:46.463Z | Compiling ppv-lite86 v0.2.17 |
1615 | 2023-12-05T04:14:47.067Z | Compiling usdt-attr-macro v0.3.5 |
1616 | 2023-12-05T04:14:47.336Z | Compiling usdt-macro v0.3.5 |
1617 | 2023-12-05T04:14:47.513Z | Compiling toml v0.7.8 |
1618 | 2023-12-05T04:14:47.792Z | Compiling rand_chacha v0.3.1 |
1619 | 2023-12-05T04:14:49.275Z | Compiling digest v0.10.7 |
1620 | 2023-12-05T04:14:49.696Z | Compiling toml_edit v0.21.0 |
1621 | 2023-12-05T04:14:49.783Z | Compiling hex v0.4.3 |
1622 | 2023-12-05T04:14:50.069Z | Compiling pin-project-internal v1.1.3 |
1623 | 2023-12-05T04:14:50.480Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1624 | 2023-12-05T04:14:50.954Z | Compiling bit-vec v0.6.3 |
1625 | 2023-12-05T04:14:51.959Z | Compiling rand v0.8.5 |
1626 | 2023-12-05T04:14:52.099Z | Compiling phf_shared v0.10.0 |
1627 | 2023-12-05T04:14:52.728Z | Compiling num-bigint v0.4.4 |
1628 | 2023-12-05T04:14:52.731Z | Compiling smoltcp v0.9.1 |
1629 | 2023-12-05T04:14:53.959Z | Compiling hyper v0.14.27 |
1630 | 2023-12-05T04:14:54.191Z | Compiling fixedbitset v0.4.2 |
1631 | 2023-12-05T04:14:54.986Z | Compiling new_debug_unreachable v1.0.4 |
1632 | 2023-12-05T04:14:55.109Z | Compiling precomputed-hash v0.1.1 |
1633 | 2023-12-05T04:14:55.133Z | Compiling petgraph v0.6.4 |
1634 | 2023-12-05T04:14:55.279Z | Compiling string_cache v0.8.7 |
1635 | 2023-12-05T04:14:56.466Z | Compiling bit-set v0.5.3 |
1636 | 2023-12-05T04:14:57.299Z | Compiling itertools v0.10.5 |
1637 | 2023-12-05T04:14:58.100Z | Compiling enum-as-inner v0.5.1 |
1638 | 2023-12-05T04:14:58.318Z | Compiling hubpack_derive v0.1.1 |
1639 | 2023-12-05T04:14:59.871Z | Compiling diesel_table_macro_syntax v0.1.0 |
1640 | 2023-12-05T04:15:00.143Z | Compiling lalrpop-util v0.19.12 |
1641 | 2023-12-05T04:15:00.531Z | Compiling unicode-segmentation v1.10.1 |
1642 | 2023-12-05T04:15:00.556Z | Compiling diesel_derives v2.1.2 |
1643 | 2023-12-05T04:15:01.588Z | Compiling snafu-derive v0.7.5 |
1644 | 2023-12-05T04:15:02.214Z | Compiling cpufeatures v0.2.9 |
1645 | 2023-12-05T04:15:02.238Z | Compiling rustix v0.37.23 |
1646 | 2023-12-05T04:15:02.380Z | Compiling sha2 v0.10.8 |
1647 | 2023-12-05T04:15:02.892Z | Compiling md-5 v0.10.5 |
1648 | 2023-12-05T04:15:03.086Z | Compiling hmac v0.12.1 |
1649 | 2023-12-05T04:15:03.335Z | Compiling stringprep v0.1.3 |
1650 | 2023-12-05T04:15:03.466Z | Compiling serde_repr v0.1.16 |
1651 | 2023-12-05T04:15:04.733Z | Compiling hash32 v0.2.1 |
1652 | 2023-12-05T04:15:05.272Z | Checking bitflags v1.3.2 |
1653 | 2023-12-05T04:15:05.421Z | Compiling stable_deref_trait v1.2.0 |
1654 | 2023-12-05T04:15:05.536Z | Compiling fallible-iterator v0.2.0 |
1655 | 2023-12-05T04:15:05.882Z | Compiling terminal_size v0.2.6 |
1656 | 2023-12-05T04:15:06.177Z | Compiling hyper-rustls v0.24.2 |
1657 | 2023-12-05T04:15:06.743Z | Compiling hyper-tls v0.5.0 |
1658 | 2023-12-05T04:15:07.092Z | Compiling postgres-protocol v0.6.6 |
1659 | 2023-12-05T04:15:07.287Z | Compiling reqwest v0.11.22 |
1660 | 2023-12-05T04:15:08.833Z | Compiling phf_shared v0.11.2 |
1661 | 2023-12-05T04:15:09.476Z | Compiling block-padding v0.3.3 |
1662 | 2023-12-05T04:15:09.882Z | Compiling scheduled-thread-pool v0.2.7 |
1663 | 2023-12-05T04:15:10.128Z | Compiling matches v0.1.10 |
1664 | 2023-12-05T04:15:10.264Z | Compiling deranged v0.3.8 |
1665 | 2023-12-05T04:15:10.892Z | Compiling managed v0.8.0 |
1666 | 2023-12-05T04:15:11.103Z | Compiling regex-automata v0.1.10 |
1667 | 2023-12-05T04:15:11.570Z | Compiling num_threads v0.1.6 |
1668 | 2023-12-05T04:15:11.669Z | Compiling clap_builder v4.4.2 |
1669 | 2023-12-05T04:15:11.805Z | Compiling bstr v0.2.17 |
1670 | 2023-12-05T04:15:11.828Z | Compiling r2d2 v0.8.10 |
1671 | 2023-12-05T04:15:11.939Z | Compiling idna v0.2.3 |
1672 | 2023-12-05T04:15:12.448Z | Compiling signal-hook-mio v0.2.3 |
1673 | 2023-12-05T04:15:12.701Z | Compiling inout v0.1.3 |
1674 | 2023-12-05T04:15:13.143Z | Compiling phf v0.11.2 |
1675 | 2023-12-05T04:15:13.420Z | Compiling time v0.3.27 |
1676 | 2023-12-05T04:15:13.607Z | Compiling postgres-types v0.2.6 |
1677 | 2023-12-05T04:15:14.349Z | Compiling bzip2 v0.4.4 |
1678 | 2023-12-05T04:15:14.972Z | Compiling hubpack v0.1.2 |
1679 | 2023-12-05T04:15:15.526Z | Compiling pin-project v1.1.3 |
1680 | 2023-12-05T04:15:15.881Z | Compiling ipnetwork v0.20.0 |
1681 | 2023-12-05T04:15:16.373Z | Compiling zerocopy v0.6.4 |
1682 | 2023-12-05T04:15:16.459Z | Compiling itertools v0.11.0 |
1683 | 2023-12-05T04:15:17.383Z | Compiling futures-executor v0.3.29 |
1684 | 2023-12-05T04:15:18.398Z | Compiling float-cmp v0.9.0 |
1685 | 2023-12-05T04:15:19.863Z | Compiling difflib v0.4.0 |
1686 | 2023-12-05T04:15:21.601Z | Compiling predicates-core v1.0.6 |
1687 | 2023-12-05T04:15:21.623Z | Compiling data-encoding v2.4.0 |
1688 | 2023-12-05T04:15:22.208Z | Compiling regex-automata v0.3.8 |
1689 | 2023-12-05T04:15:22.642Z | Compiling normalize-line-endings v0.3.0 |
1690 | 2023-12-05T04:15:22.834Z | Compiling whoami v1.4.1 |
1691 | 2023-12-05T04:15:23.084Z | Compiling static_assertions v1.1.0 |
1692 | 2023-12-05T04:15:23.240Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1693 | 2023-12-05T04:15:23.873Z | Compiling tokio-postgres v0.7.10 |
1694 | 2023-12-05T04:15:25.833Z | Compiling bstr v1.6.0 |
1695 | 2023-12-05T04:15:26.524Z | Compiling predicates v3.0.4 |
1696 | 2023-12-05T04:15:28.535Z | Compiling trust-dns-proto v0.22.0 |
1697 | 2023-12-05T04:15:29.180Z | Compiling diesel v2.1.4 |
1698 | 2023-12-05T04:15:29.438Z | Compiling yasna v0.5.2 |
1699 | 2023-12-05T04:15:32.834Z | Compiling clap v4.4.3 |
1700 | 2023-12-05T04:15:32.946Z | Compiling futures v0.3.29 |
1701 | 2023-12-05T04:15:33.001Z | Compiling snafu v0.7.5 |
1702 | 2023-12-05T04:15:33.117Z | Compiling zip v0.6.6 |
1703 | 2023-12-05T04:15:33.526Z | Compiling similar v2.2.1 |
1704 | 2023-12-05T04:15:33.782Z | Compiling cipher v0.4.4 |
1705 | 2023-12-05T04:15:34.200Z | Compiling crossterm v0.27.0 |
1706 | 2023-12-05T04:15:34.667Z | Compiling signature v2.1.0 |
1707 | 2023-12-05T04:15:34.738Z | Compiling usdt v0.3.5 |
1708 | 2023-12-05T04:15:35.044Z | Compiling tokio-stream v0.1.14 |
1709 | 2023-12-05T04:15:35.572Z | Compiling console v0.15.7 |
1710 | 2023-12-05T04:15:36.846Z | Checking hashbrown v0.14.2 |
1711 | 2023-12-05T04:15:38.336Z | Checking equivalent v1.0.1 |
1712 | 2023-12-05T04:15:38.500Z | Checking unicode-ident v1.0.12 |
1713 | 2023-12-05T04:15:38.792Z | Checking proc-macro2 v1.0.69 |
1714 | 2023-12-05T04:15:40.644Z | Checking quote v1.0.33 |
1715 | 2023-12-05T04:15:42.269Z | Checking utf8parse v0.2.1 |
1716 | 2023-12-05T04:15:43.648Z | Checking anstyle v1.0.2 |
1717 | 2023-12-05T04:15:44.787Z | Checking io-lifetimes v1.0.11 |
1718 | 2023-12-05T04:15:47.914Z | Checking anstyle-parse v0.2.1 |
1719 | 2023-12-05T04:15:52.460Z | Checking colorchoice v1.0.0 |
1720 | 2023-12-05T04:15:52.646Z | Checking anstyle-query v1.0.0 |
1721 | 2023-12-05T04:15:52.830Z | Checking anstream v0.5.0 |
1722 | 2023-12-05T04:15:53.395Z | Checking clap_lex v0.5.1 |
1723 | 2023-12-05T04:15:53.480Z | Checking strsim v0.10.0 |
1724 | 2023-12-05T04:15:54.794Z | Checking winnow v0.5.15 |
1725 | 2023-12-05T04:16:00.264Z | Compiling serde_tokenstream v0.2.0 |
1726 | 2023-12-05T04:16:05.140Z | Compiling regress v0.7.1 |
1727 | 2023-12-05T04:16:11.219Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1728 | 2023-12-05T04:16:18.607Z | Compiling getopts v0.2.21 |
1729 | 2023-12-05T04:16:19.740Z | Compiling unsafe-libyaml v0.2.9 |
1730 | 2023-12-05T04:16:20.434Z | Checking heck v0.4.1 |
1731 | 2023-12-05T04:16:21.121Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1732 | 2023-12-05T04:16:21.957Z | Compiling serde_yaml v0.9.25 |
1733 | 2023-12-05T04:16:22.154Z | Compiling ident_case v1.0.1 |
1734 | 2023-12-05T04:16:22.437Z | Checking fastrand v2.0.0 |
1735 | 2023-12-05T04:16:22.946Z | Checking tempfile v3.8.1 |
1736 | 2023-12-05T04:16:23.129Z | Checking match_cfg v0.1.0 |
1737 | 2023-12-05T04:16:23.260Z | Checking atty v0.2.14 |
1738 | 2023-12-05T04:16:23.263Z | Checking hostname v0.3.1 |
1739 | 2023-12-05T04:16:23.440Z | Compiling paste v1.0.14 |
1740 | 2023-12-05T04:16:23.465Z | Checking quick-error v1.2.3 |
1741 | 2023-12-05T04:16:23.515Z | Checking crossbeam-channel v0.5.8 |
1742 | 2023-12-05T04:16:23.665Z | Checking sha1 v0.10.6 |
1743 | 2023-12-05T04:16:24.128Z | Checking dirs-sys-next v0.1.2 |
1744 | 2023-12-05T04:16:24.409Z | Checking dirs-next v2.0.0 |
1745 | 2023-12-05T04:16:24.596Z | Checking thread_local v1.1.7 |
1746 | 2023-12-05T04:16:24.760Z | Checking instant v0.1.12 |
1747 | 2023-12-05T04:16:24.934Z | Compiling slog-async v2.8.0 |
1748 | 2023-12-05T04:16:25.061Z | Checking term v0.7.0 |
1749 | 2023-12-05T04:16:25.779Z | Checking camino v1.1.6 |
1750 | 2023-12-05T04:16:25.844Z | Compiling multer v2.1.0 |
1751 | 2023-12-05T04:16:26.313Z | Checking take_mut v0.2.2 |
1752 | 2023-12-05T04:16:26.609Z | Checking slog-term v2.9.0 |
1753 | 2023-12-05T04:16:26.734Z | Compiling darling_core v0.20.3 |
1754 | 2023-12-05T04:16:26.988Z | Checking slog-json v2.6.1 |
1755 | 2023-12-05T04:16:27.407Z | Compiling async-stream-impl v0.3.5 |
1756 | 2023-12-05T04:16:27.447Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1757 | 2023-12-05T04:16:27.940Z | Checking debug-ignore v1.0.5 |
1758 | 2023-12-05T04:16:28.145Z | Checking atomic-waker v1.1.1 |
1759 | 2023-12-05T04:16:28.340Z | Checking waitgroup v0.1.2 |
1760 | 2023-12-05T04:16:28.669Z | Checking slog-bunyan v2.4.0 |
1761 | 2023-12-05T04:16:29.265Z | Checking toml v0.8.8 |
1762 | 2023-12-05T04:16:29.621Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1763 | 2023-12-05T04:16:29.826Z | Checking serde_path_to_error v0.1.14 |
1764 | 2023-12-05T04:16:29.908Z | Checking async-stream v0.3.5 |
1765 | 2023-12-05T04:16:30.185Z | Checking strum v0.25.0 |
1766 | 2023-12-05T04:16:30.447Z | Compiling structmeta-derive v0.2.0 |
1767 | 2023-12-05T04:16:30.498Z | Checking wait-timeout v0.2.0 |
1768 | 2023-12-05T04:16:30.773Z | Checking rusty-fork v0.3.0 |
1769 | 2023-12-05T04:16:30.863Z | Checking rand_xorshift v0.3.0 |
1770 | 2023-12-05T04:16:31.128Z | Compiling regex-syntax v0.7.5 |
1771 | 2023-12-05T04:16:31.241Z | Checking unarray v0.1.4 |
1772 | 2023-12-05T04:16:31.467Z | Checking proptest v1.4.0 |
1773 | 2023-12-05T04:16:35.806Z | Compiling structmeta v0.2.0 |
1774 | 2023-12-05T04:16:36.550Z | Checking backoff v0.4.0 |
1775 | 2023-12-05T04:16:37.022Z | Compiling test-strategy v0.3.1 |
1776 | 2023-12-05T04:16:37.466Z | Compiling darling_macro v0.20.3 |
1777 | 2023-12-05T04:16:39.107Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1778 | 2023-12-05T04:16:39.283Z | Compiling darling v0.20.3 |
1779 | 2023-12-05T04:16:39.378Z | Checking macaddr v1.0.1 |
1780 | 2023-12-05T04:16:39.441Z | Compiling serde_with_macros v2.3.3 |
1781 | 2023-12-05T04:16:39.865Z | Checking camino-tempfile v1.1.1 |
1782 | 2023-12-05T04:16:39.902Z | Checking is-terminal v0.4.9 |
1783 | 2023-12-05T04:16:40.084Z | Compiling proc-macro-error-attr v1.0.4 |
1784 | 2023-12-05T04:16:40.313Z | Compiling proc-macro-error v1.0.4 |
1785 | 2023-12-05T04:16:41.049Z | Compiling proc-macro-crate v1.3.1 |
1786 | 2023-12-05T04:16:41.162Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1787 | 2023-12-05T04:16:41.880Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1788 | 2023-12-05T04:16:42.921Z | Checking termtree v0.4.1 |
1789 | 2023-12-05T04:16:43.240Z | Compiling num_enum_derive v0.5.11 |
1790 | 2023-12-05T04:16:43.263Z | Checking predicates-tree v1.0.9 |
1791 | 2023-12-05T04:16:43.328Z | Checking base64ct v1.6.0 |
1792 | 2023-12-05T04:16:43.427Z | Compiling parse-display-derive v0.8.2 |
1793 | 2023-12-05T04:16:43.482Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1794 | 2023-12-05T04:16:43.733Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1795 | 2023-12-05T04:16:44.065Z | Compiling crucible-workspace-hack v0.1.0 |
1796 | 2023-12-05T04:16:44.090Z | Checking postcard-cobs v0.1.5-pre |
1797 | 2023-12-05T04:16:44.239Z | Checking serde_with v2.3.3 |
1798 | 2023-12-05T04:16:44.270Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1799 | 2023-12-05T04:16:44.446Z | Checking postcard v0.7.3 |
1800 | 2023-12-05T04:16:44.679Z | Checking smoltcp v0.8.2 |
1801 | 2023-12-05T04:16:44.785Z | Compiling foreign-types-macros v0.2.3 |
1802 | 2023-12-05T04:16:45.118Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-12-05T04:16:45.600Z | Checking cfg-if v0.1.10 |
1804 | 2023-12-05T04:16:45.737Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1805 | 2023-12-05T04:16:46.202Z | Checking foreign-types-shared v0.3.1 |
1806 | 2023-12-05T04:16:46.367Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1807 | 2023-12-05T04:16:46.992Z | Checking foreign-types v0.5.0 |
1808 | 2023-12-05T04:16:47.152Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1809 | 2023-12-05T04:16:47.369Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1810 | 2023-12-05T04:16:48.104Z | Checking num_enum v0.5.11 |
1811 | 2023-12-05T04:16:48.340Z | Checking cstr-argument v0.1.2 |
1812 | 2023-12-05T04:16:48.581Z | Checking pretty-hex v0.2.1 |
1813 | 2023-12-05T04:16:48.617Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1814 | 2023-12-05T04:16:48.840Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1815 | 2023-12-05T04:16:48.937Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2023-12-05T04:16:49.356Z | Checking colored v2.0.4 |
1817 | 2023-12-05T04:16:49.438Z | Compiling zone_cfg_derive v0.3.0 |
1818 | 2023-12-05T04:16:49.501Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1819 | 2023-12-05T04:16:49.590Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1820 | 2023-12-05T04:16:50.074Z | Checking predicates v2.1.5 |
1821 | 2023-12-05T04:16:50.368Z | Compiling mockall_derive v0.11.4 |
1822 | 2023-12-05T04:16:51.171Z | Compiling num-derive v0.4.0 |
1823 | 2023-12-05T04:16:51.649Z | Checking parse-display v0.8.2 |
1824 | 2023-12-05T04:16:51.729Z | Checking downcast v0.11.0 |
1825 | 2023-12-05T04:16:51.907Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-12-05T04:16:52.058Z | Checking fragile v2.0.0 |
1827 | 2023-12-05T04:16:52.079Z | Checking zone v0.3.0 |
1828 | 2023-12-05T04:16:52.492Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1829 | 2023-12-05T04:16:52.826Z | Checking smf v0.2.2 |
1830 | 2023-12-05T04:16:52.916Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1831 | 2023-12-05T04:16:53.129Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1832 | 2023-12-05T04:16:53.500Z | Checking filetime v0.2.22 |
1833 | 2023-12-05T04:16:54.077Z | Checking xattr v1.0.1 |
1834 | 2023-12-05T04:16:54.100Z | Checking pem v3.0.2 |
1835 | 2023-12-05T04:16:54.413Z | Checking tar v0.4.40 |
1836 | 2023-12-05T04:16:54.592Z | Checking linked-hash-map v0.5.6 |
1837 | 2023-12-05T04:16:54.635Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1838 | 2023-12-05T04:16:55.090Z | Checking headers-core v0.2.0 |
1839 | 2023-12-05T04:16:55.115Z | Checking lru-cache v0.1.2 |
1840 | 2023-12-05T04:16:55.291Z | Checking headers v0.3.9 |
1841 | 2023-12-05T04:16:55.384Z | Checking password-hash v0.5.0 |
1842 | 2023-12-05T04:16:55.653Z | Checking blake2 v0.10.6 |
1843 | 2023-12-05T04:16:55.931Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1844 | 2023-12-05T04:16:56.116Z | Checking base64 v0.13.1 |
1845 | 2023-12-05T04:16:56.371Z | Checking argon2 v0.5.2 |
1846 | 2023-12-05T04:16:56.654Z | Checking rcgen v0.11.3 |
1847 | 2023-12-05T04:16:56.801Z | Checking pem v1.1.1 |
1848 | 2023-12-05T04:16:56.982Z | Checking atomicwrites v0.4.2 |
1849 | 2023-12-05T04:16:57.131Z | Checking subprocess v0.2.9 |
1850 | 2023-12-05T04:16:57.241Z | Checking half v1.8.2 |
1851 | 2023-12-05T04:16:57.277Z | Checking ciborium-io v0.2.1 |
1852 | 2023-12-05T04:16:57.396Z | Checking arc-swap v1.6.0 |
1853 | 2023-12-05T04:16:57.443Z | Compiling cancel-safe-futures v0.1.5 |
1854 | 2023-12-05T04:16:57.740Z | Checking textwrap v0.11.0 |
1855 | 2023-12-05T04:16:57.922Z | Checking ciborium-ll v0.2.1 |
1856 | 2023-12-05T04:16:58.018Z | Compiling heck v0.3.3 |
1857 | 2023-12-05T04:16:58.044Z | Compiling libefi-sys v0.1.0 |
1858 | 2023-12-05T04:16:58.085Z | Checking ansi_term v0.12.1 |
1859 | 2023-12-05T04:16:58.110Z | Checking slog-scope v4.4.0 |
1860 | 2023-12-05T04:16:58.410Z | Checking vec_map v0.8.2 |
1861 | 2023-12-05T04:16:58.432Z | Checking strsim v0.8.0 |
1862 | 2023-12-05T04:16:58.536Z | Checking ciborium v0.2.1 |
1863 | 2023-12-05T04:16:58.570Z | Checking slog-stdlog v4.1.1 |
1864 | 2023-12-05T04:16:58.686Z | Compiling structopt-derive v0.4.18 |
1865 | 2023-12-05T04:16:58.810Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1866 | 2023-12-05T04:16:58.859Z | Checking clap v2.34.0 |
1867 | 2023-12-05T04:16:59.439Z | Checking slog-envlogger v2.2.0 |
1868 | 2023-12-05T04:16:59.774Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1869 | 2023-12-05T04:17:00.224Z | Checking resolv-conf v0.7.0 |
1870 | 2023-12-05T04:17:00.257Z | Compiling slog-dtrace v0.2.3 |
1871 | 2023-12-05T04:17:00.310Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1872 | 2023-12-05T04:17:00.695Z | Compiling convert_case v0.4.0 |
1873 | 2023-12-05T04:17:00.810Z | Checking trust-dns-resolver v0.22.0 |
1874 | 2023-12-05T04:17:01.512Z | Checking fxhash v0.2.1 |
1875 | 2023-12-05T04:17:01.799Z | Checking itertools v0.12.0 |
1876 | 2023-12-05T04:17:02.314Z | Compiling derive_more v0.99.17 |
1877 | 2023-12-05T04:17:03.534Z | Checking pem-rfc7468 v0.7.0 |
1878 | 2023-12-05T04:17:03.786Z | Compiling der_derive v0.7.2 |
1879 | 2023-12-05T04:17:03.944Z | Checking termcolor v1.2.0 |
1880 | 2023-12-05T04:17:04.025Z | Checking structopt v0.3.26 |
1881 | 2023-12-05T04:17:04.622Z | Checking flagset v0.4.3 |
1882 | 2023-12-05T04:17:04.654Z | Compiling same-file v1.0.6 |
1883 | 2023-12-05T04:17:04.923Z | Compiling radium v0.7.0 |
1884 | 2023-12-05T04:17:05.020Z | Compiling walkdir v2.4.0 |
1885 | 2023-12-05T04:17:05.333Z | Checking mockall v0.11.4 |
1886 | 2023-12-05T04:17:05.713Z | Compiling semver-parser v0.10.2 |
1887 | 2023-12-05T04:17:05.733Z | Compiling maybe-uninit v2.0.0 |
1888 | 2023-12-05T04:17:06.330Z | Checking tap v1.0.1 |
1889 | 2023-12-05T04:17:06.584Z | Checking wyz v0.5.1 |
1890 | 2023-12-05T04:17:07.133Z | Compiling semver v0.11.0 |
1891 | 2023-12-05T04:17:07.183Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1892 | 2023-12-05T04:17:07.321Z | Compiling num-rational v0.4.1 |
1893 | 2023-12-05T04:17:08.377Z | Checking der v0.7.8 |
1894 | 2023-12-05T04:17:08.491Z | Compiling packed_struct v0.10.1 |
1895 | 2023-12-05T04:17:08.698Z | Checking crc-catalog v2.2.0 |
1896 | 2023-12-05T04:17:08.769Z | Checking funty v2.0.0 |
1897 | 2023-12-05T04:17:08.924Z | Compiling home v0.5.5 |
1898 | 2023-12-05T04:17:09.239Z | Compiling num-bigint-dig v0.8.4 |
1899 | 2023-12-05T04:17:09.522Z | Compiling toolchain_find v0.2.0 |
1900 | 2023-12-05T04:17:09.740Z | Checking crc v3.0.1 |
1901 | 2023-12-05T04:17:10.528Z | Checking hkdf v0.12.3 |
1902 | 2023-12-05T04:17:10.757Z | Checking bitvec v1.0.1 |
1903 | 2023-12-05T04:17:10.872Z | Compiling toml v0.5.11 |
1904 | 2023-12-05T04:17:11.271Z | Compiling packed_struct_codegen v0.10.1 |
1905 | 2023-12-05T04:17:11.703Z | Checking spki v0.7.2 |
1906 | 2023-12-05T04:17:12.184Z | Checking pkcs8 v0.10.2 |
1907 | 2023-12-05T04:17:12.584Z | Checking nodrop v0.1.14 |
1908 | 2023-12-05T04:17:12.757Z | Checking array-init v0.0.4 |
1909 | 2023-12-05T04:17:13.457Z | Checking pkcs1 v0.7.5 |
1910 | 2023-12-05T04:17:13.489Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1911 | 2023-12-05T04:17:14.027Z | Compiling rustfmt-wrapper v0.2.0 |
1912 | 2023-12-05T04:17:14.139Z | Compiling omicron-zone-package v0.9.1 |
1913 | 2023-12-05T04:17:14.670Z | Checking smallvec v0.6.14 |
1914 | 2023-12-05T04:17:16.313Z | Checking newline-converter v0.3.0 |
1915 | 2023-12-05T04:17:16.709Z | Checking num-complex v0.4.4 |
1916 | 2023-12-05T04:17:17.464Z | Checking utf-8 v0.7.6 |
1917 | 2023-12-05T04:17:17.493Z | Checking keccak v0.1.4 |
1918 | 2023-12-05T04:17:17.783Z | Checking bitfield v0.14.0 |
1919 | 2023-12-05T04:17:18.002Z | Checking sha3 v0.10.8 |
1920 | 2023-12-05T04:17:18.221Z | Checking tungstenite v0.20.1 |
1921 | 2023-12-05T04:17:18.267Z | Checking num v0.4.1 |
1922 | 2023-12-05T04:17:18.437Z | Checking expectorate v1.1.0 |
1923 | 2023-12-05T04:17:18.626Z | Checking serde-hex v0.1.0 |
1924 | 2023-12-05T04:17:18.687Z | Checking x509-cert v0.2.4 |
1925 | 2023-12-05T04:17:18.723Z | Checking rsa v0.9.2 |
1926 | 2023-12-05T04:17:19.644Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1927 | 2023-12-05T04:17:19.818Z | Checking env_logger v0.10.0 |
1928 | 2023-12-05T04:17:20.029Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1929 | 2023-12-05T04:17:20.323Z | Checking ron v0.8.1 |
1930 | 2023-12-05T04:17:20.542Z | Checking secrecy v0.8.0 |
1931 | 2023-12-05T04:17:20.884Z | Checking crc-any v2.4.3 |
1932 | 2023-12-05T04:17:21.454Z | Checking tokio-tungstenite v0.20.1 |
1933 | 2023-12-05T04:17:21.489Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1934 | 2023-12-05T04:17:21.632Z | Checking object v0.30.4 |
1935 | 2023-12-05T04:17:22.065Z | Checking path-slash v0.1.5 |
1936 | 2023-12-05T04:17:22.204Z | Compiling buf-list v1.0.3 |
1937 | 2023-12-05T04:17:22.270Z | Checking glob v0.3.1 |
1938 | 2023-12-05T04:17:22.273Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1939 | 2023-12-05T04:17:22.470Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1940 | 2023-12-05T04:17:22.735Z | Checking swrite v0.1.0 |
1941 | 2023-12-05T04:17:22.875Z | Compiling parking_lot_core v0.8.6 |
1942 | 2023-12-05T04:17:22.919Z | Checking nibble_vec v0.1.0 |
1943 | 2023-12-05T04:17:23.210Z | Checking endian-type v0.1.2 |
1944 | 2023-12-05T04:17:23.543Z | Checking radix_trie v0.2.1 |
1945 | 2023-12-05T04:17:23.759Z | Checking pretty-hex v0.4.0 |
1946 | 2023-12-05T04:17:24.052Z | Checking libsw v3.3.0 |
1947 | 2023-12-05T04:17:24.197Z | Checking parking_lot v0.11.2 |
1948 | 2023-12-05T04:17:24.250Z | Checking trust-dns-client v0.22.0 |
1949 | 2023-12-05T04:17:24.526Z | Compiling derive-where v1.2.5 |
1950 | 2023-12-05T04:17:24.753Z | Checking sled v0.34.7 |
1951 | 2023-12-05T04:17:25.413Z | Compiling semver v0.1.20 |
1952 | 2023-12-05T04:17:25.988Z | Checking linear-map v1.2.0 |
1953 | 2023-12-05T04:17:26.358Z | Checking trust-dns-server v0.22.1 |
1954 | 2023-12-05T04:17:26.527Z | Checking owo-colors v3.5.0 |
1955 | 2023-12-05T04:17:26.551Z | Compiling rustc_version v0.1.7 |
1956 | 2023-12-05T04:17:27.390Z | Compiling newtype_derive v0.1.6 |
1957 | 2023-12-05T04:17:27.871Z | Checking crossbeam-deque v0.8.3 |
1958 | 2023-12-05T04:17:28.387Z | Compiling unicase v2.7.0 |
1959 | 2023-12-05T04:17:28.922Z | Compiling rayon-core v1.12.0 |
1960 | 2023-12-05T04:17:29.399Z | Compiling platforms v3.0.2 |
1961 | 2023-12-05T04:17:30.255Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1962 | 2023-12-05T04:17:30.908Z | Compiling memoffset v0.7.1 |
1963 | 2023-12-05T04:17:30.989Z | Checking steno v0.4.0 |
1964 | 2023-12-05T04:17:31.092Z | Compiling curve25519-dalek v4.1.0 |
1965 | 2023-12-05T04:17:31.151Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1966 | 2023-12-05T04:17:31.252Z | Checking rayon v1.8.0 |
1967 | 2023-12-05T04:17:32.056Z | Checking globset v0.4.13 |
1968 | 2023-12-05T04:17:32.300Z | Checking olpc-cjson v0.1.3 |
1969 | 2023-12-05T04:17:32.525Z | Checking serde_plain v1.0.2 |
1970 | 2023-12-05T04:17:32.632Z | Checking ff v0.13.0 |
1971 | 2023-12-05T04:17:32.862Z | Compiling async-recursion v1.0.5 |
1972 | 2023-12-05T04:17:32.920Z | Checking typed-path v0.6.0 |
1973 | 2023-12-05T04:17:32.977Z | Checking group v0.13.0 |
1974 | 2023-12-05T04:17:33.228Z | Compiling mime_guess v2.0.4 |
1975 | 2023-12-05T04:17:35.056Z | Checking universal-hash v0.5.1 |
1976 | 2023-12-05T04:17:35.128Z | Checking crypto-bigint v0.5.2 |
1977 | 2023-12-05T04:17:35.355Z | Compiling thiserror-impl-no-std v2.0.2 |
1978 | 2023-12-05T04:17:35.647Z | Compiling curve25519-dalek-derive v0.1.0 |
1979 | 2023-12-05T04:17:36.365Z | Checking tough v0.15.0 |
1980 | 2023-12-05T04:17:38.104Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1981 | 2023-12-05T04:17:38.204Z | Checking base16ct v0.2.0 |
1982 | 2023-12-05T04:17:38.294Z | Compiling salty v0.2.0 |
1983 | 2023-12-05T04:17:38.483Z | Checking display-error-chain v0.2.0 |
1984 | 2023-12-05T04:17:38.620Z | Checking opaque-debug v0.3.0 |
1985 | 2023-12-05T04:17:38.705Z | Checking signature v1.6.4 |
1986 | 2023-12-05T04:17:38.758Z | Checking poly1305 v0.8.0 |
1987 | 2023-12-05T04:17:38.909Z | Checking ed25519 v1.5.3 |
1988 | 2023-12-05T04:17:39.216Z | Checking elliptic-curve v0.13.5 |
1989 | 2023-12-05T04:17:39.379Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
1990 | 2023-12-05T04:17:40.001Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1991 | 2023-12-05T04:17:40.042Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1992 | 2023-12-05T04:17:40.436Z | Checking chacha20 v0.9.1 |
1993 | 2023-12-05T04:17:40.497Z | Checking serde-big-array v0.5.1 |
1994 | 2023-12-05T04:17:40.550Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1995 | 2023-12-05T04:17:40.882Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1996 | 2023-12-05T04:17:41.015Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1997 | 2023-12-05T04:17:41.197Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1998 | 2023-12-05T04:17:41.278Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1999 | 2023-12-05T04:17:42.347Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2000 | 2023-12-05T04:17:42.993Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2001 | 2023-12-05T04:17:43.806Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2002 | 2023-12-05T04:17:44.785Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2003 | 2023-12-05T04:17:45.315Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2004 | 2023-12-05T04:17:45.863Z | Checking thiserror-no-std v2.0.2 |
2005 | 2023-12-05T04:17:46.037Z | Checking aead v0.5.2 |
2006 | 2023-12-05T04:17:46.258Z | Checking kstat-rs v0.2.3 |
2007 | 2023-12-05T04:17:46.355Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2008 | 2023-12-05T04:17:46.812Z | Checking chacha20poly1305 v0.10.1 |
2009 | 2023-12-05T04:17:47.886Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2010 | 2023-12-05T04:17:48.174Z | Checking vsss-rs v3.3.1 |
2011 | 2023-12-05T04:17:50.612Z | Checking signal-hook-tokio v0.3.1 |
2012 | 2023-12-05T04:17:50.646Z | Checking serde-big-array v0.4.1 |
2013 | 2023-12-05T04:17:50.900Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2014 | 2023-12-05T04:17:50.903Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2015 | 2023-12-05T04:17:51.360Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2016 | 2023-12-05T04:17:52.542Z | Checking bcs v0.1.6 |
2017 | 2023-12-05T04:17:52.602Z | Checking corncobs v0.1.3 |
2018 | 2023-12-05T04:17:52.909Z | Checking highway v1.1.0 |
2019 | 2023-12-05T04:17:53.357Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2020 | 2023-12-05T04:17:53.581Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2021 | 2023-12-05T04:17:54.021Z | Checking http-range v0.1.5 |
2022 | 2023-12-05T04:17:54.310Z | Compiling crunchy v0.2.2 |
2023 | 2023-12-05T04:17:54.523Z | Compiling portable-atomic v1.4.3 |
2024 | 2023-12-05T04:17:54.728Z | Checking hyper-staticfile v0.9.5 |
2025 | 2023-12-05T04:17:55.153Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2026 | 2023-12-05T04:17:55.713Z | Compiling clang-sys v1.6.1 |
2027 | 2023-12-05T04:17:56.324Z | Compiling prettyplease v0.2.12 |
2028 | 2023-12-05T04:17:56.823Z | Checking assert_matches v1.5.0 |
2029 | 2023-12-05T04:17:56.972Z | Compiling tiny-keccak v2.0.2 |
2030 | 2023-12-05T04:17:58.515Z | Compiling darling_core v0.14.4 |
2031 | 2023-12-05T04:17:58.942Z | Compiling minimal-lexical v0.2.1 |
2032 | 2023-12-05T04:17:59.861Z | Checking number_prefix v0.4.0 |
2033 | 2023-12-05T04:18:00.139Z | Checking humantime v2.1.0 |
2034 | 2023-12-05T04:18:00.184Z | Checking indicatif v0.17.7 |
2035 | 2023-12-05T04:18:00.624Z | Compiling nom v7.1.3 |
2036 | 2023-12-05T04:18:02.088Z | Compiling ascii-canvas v3.0.0 |
2037 | 2023-12-05T04:18:02.862Z | Compiling ena v0.14.2 |
2038 | 2023-12-05T04:18:03.050Z | Compiling libloading v0.7.4 |
2039 | 2023-12-05T04:18:03.076Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2040 | 2023-12-05T04:18:03.591Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2041 | 2023-12-05T04:18:03.697Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2042 | 2023-12-05T04:18:06.834Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2043 | 2023-12-05T04:18:07.698Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2044 | 2023-12-05T04:18:08.021Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2045 | 2023-12-05T04:18:08.956Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2046 | 2023-12-05T04:18:09.706Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2047 | 2023-12-05T04:18:09.885Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2048 | 2023-12-05T04:18:10.301Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2049 | 2023-12-05T04:18:10.801Z | Compiling darling_macro v0.14.4 |
2050 | 2023-12-05T04:18:11.170Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2051 | 2023-12-05T04:18:12.453Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2052 | 2023-12-05T04:18:12.513Z | Compiling diff v0.1.13 |
2053 | 2023-12-05T04:18:12.602Z | Compiling regex-syntax v0.6.29 |
2054 | 2023-12-05T04:18:13.699Z | Compiling bindgen v0.65.1 |
2055 | 2023-12-05T04:18:13.819Z | Compiling darling v0.14.4 |
2056 | 2023-12-05T04:18:14.018Z | Compiling cexpr v0.6.0 |
2057 | 2023-12-05T04:18:20.955Z | Compiling lalrpop v0.19.12 |
2058 | 2023-12-05T04:18:24.380Z | Compiling which v4.4.0 |
2059 | 2023-12-05T04:18:25.418Z | Compiling rustc-hash v1.1.0 |
2060 | 2023-12-05T04:18:25.670Z | Checking maplit v1.0.2 |
2061 | 2023-12-05T04:18:25.854Z | Compiling lazycell v1.3.0 |
2062 | 2023-12-05T04:18:26.142Z | Compiling shlex v1.1.0 |
2063 | 2023-12-05T04:18:26.565Z | Compiling ref-cast v1.0.20 |
2064 | 2023-12-05T04:18:26.634Z | Compiling peeking_take_while v0.1.2 |
2065 | 2023-12-05T04:18:27.518Z | Compiling derive_builder_core v0.12.0 |
2066 | 2023-12-05T04:18:31.635Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2067 | 2023-12-05T04:18:32.145Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2068 | 2023-12-05T04:18:32.425Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2069 | 2023-12-05T04:18:33.882Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2070 | 2023-12-05T04:18:34.478Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2071 | 2023-12-05T04:18:35.740Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2072 | 2023-12-05T04:18:37.434Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2073 | 2023-12-05T04:18:39.493Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2074 | 2023-12-05T04:18:39.998Z | Compiling ref-cast-impl v1.0.20 |
2075 | 2023-12-05T04:18:41.129Z | Compiling libxml v0.3.3 |
2076 | 2023-12-05T04:18:41.804Z | Compiling derive_builder_macro v0.12.0 |
2077 | 2023-12-05T04:18:41.833Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2078 | 2023-12-05T04:18:42.385Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2079 | 2023-12-05T04:18:42.484Z | Compiling strum_macros v0.24.3 |
2080 | 2023-12-05T04:18:43.310Z | Compiling fs-err v2.11.0 |
2081 | 2023-12-05T04:18:43.435Z | Compiling cookie v0.18.0 |
2082 | 2023-12-05T04:18:43.801Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2083 | 2023-12-05T04:18:43.935Z | Compiling indoc v1.0.9 |
2084 | 2023-12-05T04:18:44.777Z | Checking derive_builder v0.12.0 |
2085 | 2023-12-05T04:18:45.757Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2086 | 2023-12-05T04:18:48.136Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2087 | 2023-12-05T04:18:48.190Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2088 | 2023-12-05T04:18:49.527Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2089 | 2023-12-05T04:18:49.617Z | Checking bb8 v0.8.1 |
2090 | 2023-12-05T04:18:49.696Z | Checking quick-xml v0.23.1 |
2091 | 2023-12-05T04:18:50.018Z | Compiling oso-derive v0.27.0 |
2092 | 2023-12-05T04:18:50.415Z | Compiling impl-trait-for-tuples v0.2.2 |
2093 | 2023-12-05T04:18:50.864Z | Checking unicode-linebreak v0.1.5 |
2094 | 2023-12-05T04:18:51.625Z | Checking smawk v0.3.1 |
2095 | 2023-12-05T04:18:51.722Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2096 | 2023-12-05T04:18:51.953Z | Checking textwrap v0.16.0 |
2097 | 2023-12-05T04:18:52.613Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2098 | 2023-12-05T04:18:53.115Z | Checking bytesize v1.3.0 |
2099 | 2023-12-05T04:18:53.187Z | Checking is_ci v1.1.1 |
2100 | 2023-12-05T04:18:53.207Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2101 | 2023-12-05T04:18:53.383Z | Checking supports-color v2.1.0 |
2102 | 2023-12-05T04:18:53.508Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2103 | 2023-12-05T04:18:53.685Z | Compiling indoc v2.0.3 |
2104 | 2023-12-05T04:18:54.103Z | Checking cassowary v0.3.0 |
2105 | 2023-12-05T04:18:54.558Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2106 | 2023-12-05T04:18:54.835Z | Checking rtoolbox v0.0.1 |
2107 | 2023-12-05T04:18:55.151Z | Checking rpassword v7.3.1 |
2108 | 2023-12-05T04:18:55.356Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2109 | 2023-12-05T04:18:55.376Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2110 | 2023-12-05T04:18:55.577Z | Checking ratatui v0.23.0 |
2111 | 2023-12-05T04:18:56.711Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2112 | 2023-12-05T04:18:57.186Z | Checking shell-words v1.1.0 |
2113 | 2023-12-05T04:18:57.485Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2114 | 2023-12-05T04:18:58.402Z | Checking fatfs v0.3.6 |
2115 | 2023-12-05T04:18:59.739Z | Checking tui-tree-widget v0.13.0 |
2116 | 2023-12-05T04:19:00.048Z | Checking yansi v0.5.1 |
2117 | 2023-12-05T04:19:00.229Z | Checking plotters-backend v0.3.5 |
2118 | 2023-12-05T04:19:00.479Z | Checking rand v0.4.6 |
2119 | 2023-12-05T04:19:00.521Z | Checking pretty_assertions v1.4.0 |
2120 | 2023-12-05T04:19:00.837Z | Compiling vte_generate_state_changes v0.1.1 |
2121 | 2023-12-05T04:19:00.854Z | Checking plotters-svg v0.3.5 |
2122 | 2023-12-05T04:19:01.197Z | Checking remove_dir_all v0.5.3 |
2123 | 2023-12-05T04:19:01.352Z | Checking cast v0.3.0 |
2124 | 2023-12-05T04:19:01.929Z | Checking criterion-plot v0.5.0 |
2125 | 2023-12-05T04:19:02.006Z | Checking vte v0.11.1 |
2126 | 2023-12-05T04:19:02.186Z | Checking tempdir v0.3.7 |
2127 | 2023-12-05T04:19:02.442Z | Checking plotters v0.3.5 |
2128 | 2023-12-05T04:19:02.799Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2129 | 2023-12-05T04:19:04.362Z | Checking dashmap v5.5.1 |
2130 | 2023-12-05T04:19:04.627Z | Checking tinytemplate v1.2.1 |
2131 | 2023-12-05T04:19:04.790Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2132 | 2023-12-05T04:19:05.437Z | Compiling serial_test_derive v0.10.0 |
2133 | 2023-12-05T04:19:05.616Z | Checking oorandom v11.1.3 |
2134 | 2023-12-05T04:19:05.830Z | Checking anes v0.1.6 |
2135 | 2023-12-05T04:19:06.459Z | Checking criterion v0.5.1 |
2136 | 2023-12-05T04:19:07.485Z | Checking serial_test v0.10.0 |
2137 | 2023-12-05T04:19:07.859Z | Checking strip-ansi-escapes v0.2.0 |
2138 | 2023-12-05T04:19:08.108Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2139 | 2023-12-05T04:19:09.967Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2140 | 2023-12-05T04:19:10.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2141 | 2023-12-05T04:19:11.474Z | Checking assert_cmd v2.0.12 |
2142 | 2023-12-05T04:19:12.163Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2143 | 2023-12-05T04:19:14.163Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2144 | 2023-12-05T04:19:14.782Z | Checking fd-lock v3.0.13 |
2145 | 2023-12-05T04:19:15.099Z | Checking nu-ansi-term v0.49.0 |
2146 | 2023-12-05T04:19:15.820Z | Checking reedline v0.26.0 |
2147 | 2023-12-05T04:19:19.139Z | Checking threadpool v1.8.1 |
2148 | 2023-12-05T04:19:19.455Z | Checking nanorand v0.7.0 |
2149 | 2023-12-05T04:19:20.056Z | Checking topological-sort v0.2.2 |
2150 | 2023-12-05T04:19:20.386Z | Checking flume v0.11.0 |
2151 | 2023-12-05T04:19:20.409Z | Checking libtest-mimic v0.6.1 |
2152 | 2023-12-05T04:19:21.134Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2153 | 2023-12-05T04:19:21.184Z | Checking httptest v0.15.5 |
2154 | 2023-12-05T04:19:22.403Z | Checking similar-asserts v1.5.0 |
2155 | 2023-12-05T04:19:22.816Z | Compiling rstest_macros v0.18.2 |
2156 | 2023-12-05T04:19:23.583Z | Compiling crossbeam-queue v0.3.8 |
2157 | 2023-12-05T04:19:24.480Z | Checking bytecount v0.6.3 |
2158 | 2023-12-05T04:19:24.729Z | Checking papergrid v0.10.0 |
2159 | 2023-12-05T04:19:24.951Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2160 | 2023-12-05T04:19:26.408Z | Checking datatest-stable v0.2.3 |
2161 | 2023-12-05T04:19:26.757Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2162 | 2023-12-05T04:19:27.008Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2163 | 2023-12-05T04:19:27.062Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2164 | 2023-12-05T04:19:27.483Z | Compiling tabled_derive v0.6.0 |
2165 | 2023-12-05T04:19:28.170Z | Checking constant_time_eq v0.2.6 |
2166 | 2023-12-05T04:19:28.358Z | Compiling relative-path v1.9.0 |
2167 | 2023-12-05T04:19:29.214Z | Checking arrayvec v0.7.4 |
2168 | 2023-12-05T04:19:29.694Z | Compiling trybuild v1.0.85 |
2169 | 2023-12-05T04:19:29.847Z | Checking arrayref v0.3.7 |
2170 | 2023-12-05T04:19:30.007Z | Checking blake2b_simd v1.0.1 |
2171 | 2023-12-05T04:19:31.966Z | Checking tabled v0.14.0 |
2172 | 2023-12-05T04:19:32.435Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2173 | 2023-12-05T04:19:36.452Z | Checking basic-toml v0.1.4 |
2174 | 2023-12-05T04:19:37.847Z | Checking futures-timer v3.0.2 |
2175 | 2023-12-05T04:19:38.572Z | Checking constant_time_eq v0.3.0 |
2176 | 2023-12-05T04:19:38.766Z | Checking rust-argon2 v1.0.1 |
2177 | 2023-12-05T04:19:42.090Z | Checking crossbeam v0.8.2 |
2178 | 2023-12-05T04:19:42.260Z | Checking partial-io v0.5.4 |
2179 | 2023-12-05T04:19:42.863Z | Checking approx v0.5.1 |
2180 | 2023-12-05T04:19:43.234Z | Checking termios v0.3.3 |
2181 | 2023-12-05T04:19:43.611Z | Checking hex-literal v0.4.1 |
2182 | 2023-12-05T04:19:47.032Z | Checking rstest v0.18.2 |
2183 | 2023-12-05T04:19:56.686Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2184 | 2023-12-05T04:19:57.392Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2185 | 2023-12-05T04:20:57.139Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2186 | 2023-12-05T04:21:01.391Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2187 | 2023-12-05T04:21:03.611Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2188 | 2023-12-05T04:21:23.088Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2189 | 2023-12-05T04:21:42.897Z | Compiling polar-core v0.27.0 |
2190 | 2023-12-05T04:21:54.560Z | Checking oso v0.27.0 |
2191 | 2023-12-05T04:22:32.819Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2192 | 2023-12-05T04:24:02.828Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 39s |
2193 | 2023-12-05T04:24:03.084Z | |
2194 | 2023-12-05T04:24:03.084Z | real 11:40.323158776 |
2195 | 2023-12-05T04:24:03.088Z | user 1:03:22.908029443 |
2196 | 2023-12-05T04:24:03.088Z | sys 8:21.844050735 |
2197 | 2023-12-05T04:24:03.088Z | trap 2.370023097 |
2198 | 2023-12-05T04:24:03.088Z | tflt 3.626584206 |
2199 | 2023-12-05T04:24:03.088Z | dflt 6.693697035 |
2200 | 2023-12-05T04:24:03.088Z | kflt 0.025280446 |
2201 | 2023-12-05T04:24:03.088Z | lock 1:40:52.258023552 |
2202 | 2023-12-05T04:24:03.088Z | slp 3:08:17.565167660 |
2203 | 2023-12-05T04:24:03.088Z | lat 2:18.646046764 |
2204 | 2023-12-05T04:24:03.088Z | stop 5:25.850489724 |
2205 | 2023-12-05T04:24:04.475Z | warning: output filename collision. |
2206 | 2023-12-05T04:24:04.475Z | 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)`. |
2207 | 2023-12-05T04:24:04.475Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2208 | 2023-12-05T04:24:04.475Z | The targets should have unique names. |
2209 | 2023-12-05T04:24:04.475Z | This is a known bug where multiple crates with the same name use |
2210 | 2023-12-05T04:24:04.475Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2211 | 2023-12-05T04:24:04.479Z | warning: output filename collision. |
2212 | 2023-12-05T04:24:04.479Z | 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)`. |
2213 | 2023-12-05T04:24:04.479Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2214 | 2023-12-05T04:24:04.479Z | The targets should have unique names. |
2215 | 2023-12-05T04:24:04.479Z | This is a known bug where multiple crates with the same name use |
2216 | 2023-12-05T04:24:04.480Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2217 | 2023-12-05T04:24:04.484Z | warning: output filename collision. |
2218 | 2023-12-05T04:24:04.484Z | 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)`. |
2219 | 2023-12-05T04:24:04.484Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2220 | 2023-12-05T04:24:04.484Z | The targets should have unique names. |
2221 | 2023-12-05T04:24:04.484Z | This is a known bug where multiple crates with the same name use |
2222 | 2023-12-05T04:24:04.484Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2223 | 2023-12-05T04:24:05.146Z | Documenting libc v0.2.150 |
2224 | 2023-12-05T04:24:05.169Z | Documenting cfg-if v1.0.0 |
2225 | 2023-12-05T04:24:05.184Z | Documenting serde_derive v1.0.192 |
2226 | 2023-12-05T04:24:05.231Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2227 | 2023-12-05T04:24:05.235Z | Documenting scopeguard v1.2.0 |
2228 | 2023-12-05T04:24:05.235Z | Documenting log v0.4.20 |
2229 | 2023-12-05T04:24:05.278Z | Documenting itoa v1.0.9 |
2230 | 2023-12-05T04:24:05.278Z | Documenting smallvec v1.11.0 |
2231 | 2023-12-05T04:24:05.712Z | Documenting memchr v2.6.3 |
2232 | 2023-12-05T04:24:09.487Z | Documenting zeroize_derive v1.4.2 |
2233 | 2023-12-05T04:24:09.513Z | Documenting lock_api v0.4.10 |
2234 | 2023-12-05T04:24:09.577Z | Documenting pin-project-lite v0.2.13 |
2235 | 2023-12-05T04:24:10.619Z | Documenting libm v0.2.7 |
2236 | 2023-12-05T04:24:11.839Z | Documenting futures-core v0.3.29 |
2237 | 2023-12-05T04:24:12.070Z | Documenting getrandom v0.2.10 |
2238 | 2023-12-05T04:24:13.236Z | Documenting parking_lot_core v0.9.8 |
2239 | 2023-12-05T04:24:13.994Z | Documenting signal-hook-registry v1.4.1 |
2240 | 2023-12-05T04:24:14.200Z | Documenting mio v0.8.9 |
2241 | 2023-12-05T04:24:15.586Z | Documenting num-traits v0.2.16 |
2242 | 2023-12-05T04:24:15.630Z | Documenting serde v1.0.192 |
2243 | 2023-12-05T04:24:17.579Z | Documenting zeroize v1.7.0 |
2244 | 2023-12-05T04:24:17.748Z | Documenting thiserror-impl v1.0.49 |
2245 | 2023-12-05T04:24:18.017Z | Documenting rand_core v0.6.4 |
2246 | 2023-12-05T04:24:19.536Z | Documenting parking_lot v0.12.1 |
2247 | 2023-12-05T04:24:20.144Z | Documenting socket2 v0.5.5 |
2248 | 2023-12-05T04:24:20.687Z | Documenting num_cpus v1.16.0 |
2249 | 2023-12-05T04:24:23.046Z | Documenting tokio-macros v2.2.0 |
2250 | 2023-12-05T04:24:23.602Z | Documenting typenum v1.16.0 |
2251 | 2023-12-05T04:24:23.954Z | Documenting once_cell v1.18.0 |
2252 | 2023-12-05T04:24:25.174Z | Documenting thiserror v1.0.49 |
2253 | 2023-12-05T04:24:25.636Z | Documenting subtle v2.5.0 |
2254 | 2023-12-05T04:24:26.474Z | Documenting ryu v1.0.15 |
2255 | 2023-12-05T04:24:26.984Z | Documenting byteorder v1.5.0 |
2256 | 2023-12-05T04:24:29.941Z | Documenting futures-sink v0.3.29 |
2257 | 2023-12-05T04:24:30.171Z | Documenting pin-utils v0.1.0 |
2258 | 2023-12-05T04:24:30.761Z | Documenting const-oid v0.9.5 |
2259 | 2023-12-05T04:24:30.781Z | Documenting slab v0.4.9 |
2260 | 2023-12-05T04:24:31.752Z | Documenting futures-task v0.3.29 |
2261 | 2023-12-05T04:24:33.578Z | Documenting futures-macro v0.3.29 |
2262 | 2023-12-05T04:24:35.765Z | Documenting futures-channel v0.3.29 |
2263 | 2023-12-05T04:24:37.305Z | Documenting futures-io v0.3.29 |
2264 | 2023-12-05T04:24:37.666Z | Documenting iana-time-zone v0.1.57 |
2265 | 2023-12-05T04:24:38.392Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2266 | 2023-12-05T04:24:39.824Z | Documenting tinyvec_macros v0.1.1 |
2267 | 2023-12-05T04:24:40.762Z | Documenting ppv-lite86 v0.2.17 |
2268 | 2023-12-05T04:24:41.455Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2269 | 2023-12-05T04:24:42.313Z | Documenting tracing-core v0.1.31 |
2270 | 2023-12-05T04:24:43.467Z | Documenting futures-util v0.3.29 |
2271 | 2023-12-05T04:24:43.979Z | Documenting tracing-attributes v0.1.26 |
2272 | 2023-12-05T04:24:45.338Z | Documenting tinyvec v1.6.0 |
2273 | 2023-12-05T04:24:46.168Z | Documenting rand_chacha v0.3.1 |
2274 | 2023-12-05T04:24:50.956Z | Documenting unicode-normalization v0.1.22 |
2275 | 2023-12-05T04:24:52.721Z | Documenting rand v0.8.5 |
2276 | 2023-12-05T04:24:54.020Z | Documenting bytes v1.5.0 |
2277 | 2023-12-05T04:24:54.609Z | Documenting bitflags v2.4.0 |
2278 | 2023-12-05T04:24:57.203Z | Documenting serde_json v1.0.108 |
2279 | 2023-12-05T04:24:58.209Z | Documenting chrono v0.4.31 |
2280 | 2023-12-05T04:25:00.343Z | Documenting uuid v1.6.1 |
2281 | 2023-12-05T04:25:01.272Z | Documenting fnv v1.0.7 |
2282 | 2023-12-05T04:25:01.531Z | Documenting base64 v0.21.5 |
2283 | 2023-12-05T04:25:02.116Z | Documenting tokio v1.34.0 |
2284 | 2023-12-05T04:25:06.203Z | Documenting lazy_static v1.4.0 |
2285 | 2023-12-05T04:25:07.885Z | Documenting unicode-bidi v0.3.13 |
2286 | 2023-12-05T04:25:07.926Z | Documenting http v0.2.11 |
2287 | 2023-12-05T04:25:08.169Z | Documenting percent-encoding v2.3.1 |
2288 | 2023-12-05T04:25:08.483Z | Documenting spin v0.9.8 |
2289 | 2023-12-05T04:25:10.802Z | Documenting cpufeatures v0.2.9 |
2290 | 2023-12-05T04:25:11.867Z | Documenting generic-array v0.14.7 |
2291 | 2023-12-05T04:25:13.314Z | Documenting serde_derive_internals v0.26.0 |
2292 | 2023-12-05T04:25:14.425Z | Documenting tracing v0.1.37 |
2293 | 2023-12-05T04:25:14.676Z | Checking serde_derive_internals v0.26.0 |
2294 | 2023-12-05T04:25:14.928Z | Documenting form_urlencoded v1.2.1 |
2295 | 2023-12-05T04:25:15.068Z | Documenting dyn-clone v1.0.13 |
2296 | 2023-12-05T04:25:15.623Z | Documenting idna v0.5.0 |
2297 | 2023-12-05T04:25:16.980Z | Documenting errno v0.3.2 |
2298 | 2023-12-05T04:25:18.469Z | Documenting crypto-common v0.1.6 |
2299 | 2023-12-05T04:25:19.689Z | Documenting block-buffer v0.10.4 |
2300 | 2023-12-05T04:25:19.909Z | Documenting httparse v1.8.0 |
2301 | 2023-12-05T04:25:21.234Z | Documenting unicode-ident v1.0.12 |
2302 | 2023-12-05T04:25:21.804Z | Documenting schemars_derive v0.8.13 |
2303 | 2023-12-05T04:25:22.037Z | Documenting url v2.5.0 |
2304 | 2023-12-05T04:25:23.411Z | Documenting rustix v0.38.25 |
2305 | 2023-12-05T04:25:25.554Z | Documenting adler v1.0.2 |
2306 | 2023-12-05T04:25:25.763Z | Documenting proc-macro2 v1.0.69 |
2307 | 2023-12-05T04:25:26.345Z | Documenting untrusted v0.9.0 |
2308 | 2023-12-05T04:25:26.412Z | Documenting digest v0.10.7 |
2309 | 2023-12-05T04:25:28.750Z | Documenting try-lock v0.2.4 |
2310 | 2023-12-05T04:25:29.932Z | Documenting miniz_oxide v0.7.1 |
2311 | 2023-12-05T04:25:30.628Z | Documenting httpdate v1.0.3 |
2312 | 2023-12-05T04:25:31.141Z | Documenting schemars v0.8.13 |
2313 | 2023-12-05T04:25:32.018Z | Documenting quote v1.0.33 |
2314 | 2023-12-05T04:25:33.390Z | Documenting openssl-probe v0.1.5 |
2315 | 2023-12-05T04:25:33.852Z | Documenting want v0.3.1 |
2316 | 2023-12-05T04:25:35.600Z | Documenting ring v0.17.5 |
2317 | 2023-12-05T04:25:36.776Z | Documenting http-body v0.4.5 |
2318 | 2023-12-05T04:25:36.924Z | Documenting openssl-sys v0.9.96 |
2319 | 2023-12-05T04:25:38.550Z | Documenting async-trait v0.1.74 |
2320 | 2023-12-05T04:25:39.489Z | Documenting openssl-macros v0.1.1 |
2321 | 2023-12-05T04:25:39.991Z | Documenting tower-service v0.3.2 |
2322 | 2023-12-05T04:25:40.609Z | Documenting mime v0.3.17 |
2323 | 2023-12-05T04:25:43.489Z | Documenting aho-corasick v1.0.4 |
2324 | 2023-12-05T04:25:44.262Z | Documenting rustls-webpki v0.101.7 |
2325 | 2023-12-05T04:25:44.994Z | Documenting tokio-util v0.7.10 |
2326 | 2023-12-05T04:25:45.914Z | Documenting sct v0.7.0 |
2327 | 2023-12-05T04:25:46.202Z | Documenting slog v2.7.0 |
2328 | 2023-12-05T04:25:46.462Z | Documenting equivalent v1.0.1 |
2329 | 2023-12-05T04:25:46.497Z | Documenting openssl v0.10.60 |
2330 | 2023-12-05T04:25:47.369Z | Documenting hashbrown v0.14.2 |
2331 | 2023-12-05T04:25:50.984Z | Documenting regex-syntax v0.8.2 |
2332 | 2023-12-05T04:25:51.147Z | Documenting unicode-width v0.1.11 |
2333 | 2023-12-05T04:25:51.359Z | Documenting ipnet v2.8.0 |
2334 | 2023-12-05T04:25:52.033Z | Documenting rustls v0.21.9 |
2335 | 2023-12-05T04:25:52.828Z | Documenting rustls-pemfile v1.0.3 |
2336 | 2023-12-05T04:25:54.231Z | Documenting indexmap v2.1.0 |
2337 | 2023-12-05T04:25:54.251Z | Documenting h2 v0.3.21 |
2338 | 2023-12-05T04:25:55.503Z | Documenting num-integer v0.1.45 |
2339 | 2023-12-05T04:25:57.821Z | Documenting time-macros v0.2.13 |
2340 | 2023-12-05T04:25:58.581Z | Documenting utf8parse v0.2.1 |
2341 | 2023-12-05T04:25:59.910Z | Documenting gimli v0.28.0 |
2342 | 2023-12-05T04:26:01.646Z | Documenting num_threads v0.1.6 |
2343 | 2023-12-05T04:26:02.104Z | Documenting deranged v0.3.8 |
2344 | 2023-12-05T04:26:02.166Z | Documenting regex-automata v0.4.3 |
2345 | 2023-12-05T04:26:02.988Z | Documenting time-core v0.1.1 |
2346 | 2023-12-05T04:26:05.373Z | Documenting native-tls v0.2.11 |
2347 | 2023-12-05T04:26:05.825Z | Documenting tokio-rustls v0.24.1 |
2348 | 2023-12-05T04:26:07.305Z | Documenting zerocopy v0.6.4 |
2349 | 2023-12-05T04:26:07.482Z | Documenting object v0.32.1 |
2350 | 2023-12-05T04:26:08.983Z | Documenting time v0.3.27 |
2351 | 2023-12-05T04:26:10.270Z | Documenting addr2line v0.21.0 |
2352 | 2023-12-05T04:26:10.416Z | Documenting hyper v0.14.27 |
2353 | 2023-12-05T04:26:13.240Z | Documenting crossbeam-utils v0.8.16 |
2354 | 2023-12-05T04:26:14.624Z | Documenting encoding_rs v0.8.33 |
2355 | 2023-12-05T04:26:15.330Z | Checking pest_meta v2.7.2 |
2356 | 2023-12-05T04:26:15.941Z | Documenting regex v1.10.2 |
2357 | 2023-12-05T04:26:16.162Z | Documenting rustc-demangle v0.1.23 |
2358 | 2023-12-05T04:26:16.919Z | Documenting tokio-native-tls v0.3.1 |
2359 | 2023-12-05T04:26:17.689Z | Documenting rustls-native-certs v0.6.3 |
2360 | 2023-12-05T04:26:20.010Z | Documenting serde_urlencoded v0.7.1 |
2361 | 2023-12-05T04:26:20.647Z | Documenting pest_meta v2.7.2 |
2362 | 2023-12-05T04:26:22.243Z | Checking pest_generator v2.7.2 |
2363 | 2023-12-05T04:26:23.560Z | Documenting data-encoding v2.4.0 |
2364 | 2023-12-05T04:26:23.592Z | Documenting anstyle v1.0.2 |
2365 | 2023-12-05T04:26:24.954Z | Documenting ucd-trie v0.1.6 |
2366 | 2023-12-05T04:26:25.642Z | Documenting webpki-roots v0.25.2 |
2367 | 2023-12-05T04:26:26.962Z | Documenting anstyle-parse v0.2.1 |
2368 | 2023-12-05T04:26:27.089Z | Documenting pest_generator v2.7.2 |
2369 | 2023-12-05T04:26:27.763Z | Documenting backtrace v0.3.69 |
2370 | 2023-12-05T04:26:29.788Z | Documenting ipnetwork v0.20.0 |
2371 | 2023-12-05T04:26:30.318Z | Documenting hyper-tls v0.5.0 |
2372 | 2023-12-05T04:26:30.445Z | Documenting hyper-rustls v0.24.2 |
2373 | 2023-12-05T04:26:31.474Z | Documenting syn v2.0.32 |
2374 | 2023-12-05T04:26:31.615Z | Documenting pest v2.7.2 |
2375 | 2023-12-05T04:26:31.834Z | Documenting sha2 v0.10.8 |
2376 | 2023-12-05T04:26:34.604Z | Documenting pest_derive v2.7.2 |
2377 | 2023-12-05T04:26:36.713Z | Documenting anyhow v1.0.75 |
2378 | 2023-12-05T04:26:38.599Z | Documenting futures-executor v0.3.29 |
2379 | 2023-12-05T04:26:39.698Z | Documenting hex v0.4.3 |
2380 | 2023-12-05T04:26:40.085Z | Documenting crc32fast v1.3.2 |
2381 | 2023-12-05T04:26:40.984Z | Checking serde_tokenstream v0.1.7 |
2382 | 2023-12-05T04:26:41.227Z | Documenting reqwest v0.11.22 |
2383 | 2023-12-05T04:26:41.575Z | Documenting colorchoice v1.0.0 |
2384 | 2023-12-05T04:26:41.615Z | Documenting anstyle-query v1.0.0 |
2385 | 2023-12-05T04:26:45.114Z | Documenting dtrace-parser v0.1.14 |
2386 | 2023-12-05T04:26:45.831Z | Documenting num-iter v0.1.43 |
2387 | 2023-12-05T04:26:46.041Z | Documenting openapiv3 v2.0.0-rc.1 |
2388 | 2023-12-05T04:26:46.226Z | Documenting hmac v0.12.1 |
2389 | 2023-12-05T04:26:46.268Z | Documenting dof v0.1.5 |
2390 | 2023-12-05T04:26:47.237Z | Documenting anstream v0.5.0 |
2391 | 2023-12-05T04:26:50.982Z | Documenting signal-hook v0.3.17 |
2392 | 2023-12-05T04:26:52.354Z | Documenting thread-id v4.2.0 |
2393 | 2023-12-05T04:26:52.646Z | Documenting terminal_size v0.2.6 |
2394 | 2023-12-05T04:26:53.692Z | Documenting memoffset v0.9.0 |
2395 | 2023-12-05T04:26:53.763Z | Documenting clap_lex v0.5.1 |
2396 | 2023-12-05T04:26:56.841Z | Documenting strsim v0.10.0 |
2397 | 2023-12-05T04:26:57.339Z | Documenting futures v0.3.29 |
2398 | 2023-12-05T04:26:57.535Z | Documenting crossbeam-epoch v0.9.15 |
2399 | 2023-12-05T04:26:57.610Z | Documenting flate2 v1.0.28 |
2400 | 2023-12-05T04:26:58.262Z | Documenting usdt-impl v0.3.5 |
2401 | 2023-12-05T04:26:59.158Z | Documenting usdt-macro v0.3.5 |
2402 | 2023-12-05T04:27:00.242Z | Documenting usdt-attr-macro v0.3.5 |
2403 | 2023-12-05T04:27:02.034Z | Documenting clap_derive v4.4.2 |
2404 | 2023-12-05T04:27:03.277Z | Documenting clap_builder v4.4.2 |
2405 | 2023-12-05T04:27:03.865Z | Documenting signal-hook-mio v0.2.3 |
2406 | 2023-12-05T04:27:05.396Z | Documenting signature v2.1.0 |
2407 | 2023-12-05T04:27:06.846Z | Documenting block-padding v0.3.3 |
2408 | 2023-12-05T04:27:07.323Z | Documenting hash32 v0.2.1 |
2409 | 2023-12-05T04:27:08.237Z | Documenting usdt v0.3.5 |
2410 | 2023-12-05T04:27:10.224Z | Documenting scheduled-thread-pool v0.2.7 |
2411 | 2023-12-05T04:27:10.227Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2412 | 2023-12-05T04:27:10.487Z | Documenting enum-as-inner v0.5.1 |
2413 | 2023-12-05T04:27:12.926Z | Documenting pin-project-internal v1.1.3 |
2414 | 2023-12-05T04:27:13.531Z | Checking diesel_table_macro_syntax v0.1.0 |
2415 | 2023-12-05T04:27:13.694Z | Documenting diesel_table_macro_syntax v0.1.0 |
2416 | 2023-12-05T04:27:13.715Z | Documenting clap v4.4.3 |
2417 | 2023-12-05T04:27:13.813Z | Documenting unicode-segmentation v1.10.1 |
2418 | 2023-12-05T04:27:16.433Z | Documenting stable_deref_trait v1.2.0 |
2419 | 2023-12-05T04:27:16.646Z | Documenting r2d2 v0.8.10 |
2420 | 2023-12-05T04:27:16.787Z | Documenting bzip2 v0.4.4 |
2421 | 2023-12-05T04:27:17.359Z | Documenting trust-dns-proto v0.22.0 |
2422 | 2023-12-05T04:27:19.169Z | Documenting inout v0.1.3 |
2423 | 2023-12-05T04:27:20.616Z | Documenting pin-project v1.1.3 |
2424 | 2023-12-05T04:27:20.647Z | Documenting diesel_derives v2.1.2 |
2425 | 2023-12-05T04:27:20.916Z | Documenting heapless v0.7.16 |
2426 | 2023-12-05T04:27:21.359Z | Documenting crossterm v0.27.0 |
2427 | 2023-12-05T04:27:22.941Z | Documenting md-5 v0.10.5 |
2428 | 2023-12-05T04:27:23.091Z | Documenting stringprep v0.1.3 |
2429 | 2023-12-05T04:27:24.922Z | Documenting serde_spanned v0.6.4 |
2430 | 2023-12-05T04:27:25.794Z | Documenting toml_datetime v0.6.5 |
2431 | 2023-12-05T04:27:29.369Z | Documenting doc-comment v0.3.3 |
2432 | 2023-12-05T04:27:29.381Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2433 | 2023-12-05T04:27:30.422Z | Documenting snafu-derive v0.7.5 |
2434 | 2023-12-05T04:27:30.440Z | Documenting fallible-iterator v0.2.0 |
2435 | 2023-12-05T04:27:31.184Z | Documenting bit-vec v0.6.3 |
2436 | 2023-12-05T04:27:31.868Z | Documenting static_assertions v1.1.0 |
2437 | 2023-12-05T04:27:32.004Z | Documenting managed v0.8.0 |
2438 | 2023-12-05T04:27:32.159Z | Documenting winnow v0.5.15 |
2439 | 2023-12-05T04:27:33.311Z | Documenting siphasher v0.3.11 |
2440 | 2023-12-05T04:27:34.976Z | Documenting either v1.9.0 |
2441 | 2023-12-05T04:27:36.630Z | Documenting diesel v2.1.4 |
2442 | 2023-12-05T04:27:37.173Z | Documenting smoltcp v0.9.1 |
2443 | 2023-12-05T04:27:37.698Z | Documenting cipher v0.4.4 |
2444 | 2023-12-05T04:27:38.026Z | Documenting phf_shared v0.11.2 |
2445 | 2023-12-05T04:27:38.432Z | Documenting postgres-protocol v0.6.6 |
2446 | 2023-12-05T04:27:40.445Z | Documenting toml_edit v0.21.0 |
2447 | 2023-12-05T04:27:41.343Z | Documenting zip v0.6.6 |
2448 | 2023-12-05T04:27:42.350Z | Documenting snafu v0.7.5 |
2449 | 2023-12-05T04:27:43.948Z | Documenting num-bigint v0.4.4 |
2450 | 2023-12-05T04:27:45.034Z | Documenting hubpack v0.1.2 |
2451 | 2023-12-05T04:27:48.316Z | Documenting bstr v1.6.0 |
2452 | 2023-12-05T04:27:48.590Z | Documenting regress v0.7.1 |
2453 | 2023-12-05T04:27:48.814Z | Documenting serde_repr v0.1.16 |
2454 | 2023-12-05T04:27:49.638Z | Documenting new_debug_unreachable v1.0.4 |
2455 | 2023-12-05T04:27:49.746Z | Documenting fixedbitset v0.4.2 |
2456 | 2023-12-05T04:27:52.269Z | Documenting precomputed-hash v0.1.1 |
2457 | 2023-12-05T04:27:54.038Z | Documenting lalrpop-util v0.19.12 |
2458 | 2023-12-05T04:27:54.810Z | Documenting petgraph v0.6.4 |
2459 | 2023-12-05T04:27:55.241Z | Documenting yasna v0.5.2 |
2460 | 2023-12-05T04:27:55.957Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2461 | 2023-12-05T04:27:56.232Z | Documenting postgres-types v0.2.6 |
2462 | 2023-12-05T04:27:58.585Z | Documenting string_cache v0.8.7 |
2463 | 2023-12-05T04:27:59.895Z | Documenting phf v0.11.2 |
2464 | 2023-12-05T04:28:00.769Z | Documenting console v0.15.7 |
2465 | 2023-12-05T04:28:05.283Z | Documenting semver v1.0.20 |
2466 | 2023-12-05T04:28:05.466Z | Documenting float-cmp v0.9.0 |
2467 | 2023-12-05T04:28:05.958Z | Documenting heck v0.4.1 |
2468 | 2023-12-05T04:28:06.066Z | Documenting predicates-core v1.0.6 |
2469 | 2023-12-05T04:28:06.861Z | Documenting difflib v0.4.0 |
2470 | 2023-12-05T04:28:07.302Z | Checking unsafe-libyaml v0.2.9 |
2471 | 2023-12-05T04:28:07.662Z | Documenting normalize-line-endings v0.3.0 |
2472 | 2023-12-05T04:28:09.386Z | Documenting whoami v1.4.1 |
2473 | 2023-12-05T04:28:11.915Z | Documenting bit-set v0.5.3 |
2474 | 2023-12-05T04:28:11.990Z | Documenting similar v2.2.1 |
2475 | 2023-12-05T04:28:12.519Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2476 | 2023-12-05T04:28:12.725Z | Documenting tokio-stream v0.1.14 |
2477 | 2023-12-05T04:28:12.742Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2478 | 2023-12-05T04:28:12.908Z | Checking ident_case v1.0.1 |
2479 | 2023-12-05T04:28:13.142Z | Documenting unsafe-libyaml v0.2.9 |
2480 | 2023-12-05T04:28:13.531Z | Documenting predicates v3.0.4 |
2481 | 2023-12-05T04:28:15.274Z | Documenting tokio-postgres v0.7.10 |
2482 | 2023-12-05T04:28:18.365Z | Checking serde_yaml v0.9.25 |
2483 | 2023-12-05T04:28:18.800Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2484 | 2023-12-05T04:28:19.633Z | Documenting serde_yaml v0.9.25 |
2485 | 2023-12-05T04:28:20.768Z | Documenting getopts v0.2.21 |
2486 | 2023-12-05T04:28:21.706Z | Documenting match_cfg v0.1.0 |
2487 | 2023-12-05T04:28:22.347Z | Documenting sha1 v0.10.6 |
2488 | 2023-12-05T04:28:23.132Z | Documenting dirs-sys-next v0.1.2 |
2489 | 2023-12-05T04:28:24.484Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2490 | 2023-12-05T04:28:26.049Z | Documenting hostname v0.3.1 |
2491 | 2023-12-05T04:28:27.213Z | Documenting thread_local v1.1.7 |
2492 | 2023-12-05T04:28:28.267Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2493 | 2023-12-05T04:28:28.692Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2494 | 2023-12-05T04:28:29.120Z | Documenting dirs-next v2.0.0 |
2495 | 2023-12-05T04:28:29.419Z | Documenting paste v1.0.14 |
2496 | 2023-12-05T04:28:31.458Z | Documenting crossbeam-channel v0.5.8 |
2497 | 2023-12-05T04:28:32.071Z | Documenting atty v0.2.14 |
2498 | 2023-12-05T04:28:33.863Z | Documenting take_mut v0.2.2 |
2499 | 2023-12-05T04:28:34.479Z | Documenting slog-json v2.6.1 |
2500 | 2023-12-05T04:28:34.968Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2501 | 2023-12-05T04:28:35.135Z | Documenting term v0.7.0 |
2502 | 2023-12-05T04:28:35.886Z | Documenting camino v1.1.6 |
2503 | 2023-12-05T04:28:36.707Z | Documenting async-stream-impl v0.3.5 |
2504 | 2023-12-05T04:28:37.934Z | Documenting atomic-waker v1.1.1 |
2505 | 2023-12-05T04:28:39.970Z | Documenting slog-async v2.8.0 |
2506 | 2023-12-05T04:28:40.804Z | Documenting debug-ignore v1.0.5 |
2507 | 2023-12-05T04:28:41.280Z | Documenting slog-term v2.9.0 |
2508 | 2023-12-05T04:28:41.689Z | Documenting slog-bunyan v2.4.0 |
2509 | 2023-12-05T04:28:42.251Z | Documenting waitgroup v0.1.2 |
2510 | 2023-12-05T04:28:43.230Z | Checking darling_core v0.20.3 |
2511 | 2023-12-05T04:28:43.600Z | Documenting async-stream v0.3.5 |
2512 | 2023-12-05T04:28:44.735Z | Documenting toml v0.8.8 |
2513 | 2023-12-05T04:28:46.257Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2514 | 2023-12-05T04:28:46.378Z | Documenting multer v2.1.0 |
2515 | 2023-12-05T04:28:47.303Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2516 | 2023-12-05T04:28:47.901Z | Documenting serde_path_to_error v0.1.14 |
2517 | 2023-12-05T04:28:48.229Z | Documenting strum v0.25.0 |
2518 | 2023-12-05T04:28:48.784Z | Checking darling v0.20.3 |
2519 | 2023-12-05T04:28:48.934Z | Documenting serde_with_macros v2.3.3 |
2520 | 2023-12-05T04:28:49.503Z | Documenting structmeta-derive v0.2.0 |
2521 | 2023-12-05T04:28:52.274Z | Checking structmeta v0.2.0 |
2522 | 2023-12-05T04:28:52.629Z | Documenting instant v0.1.12 |
2523 | 2023-12-05T04:28:53.887Z | Checking regex-syntax v0.7.5 |
2524 | 2023-12-05T04:28:53.990Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2525 | 2023-12-05T04:28:54.496Z | Documenting macaddr v1.0.1 |
2526 | 2023-12-05T04:28:54.616Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2527 | 2023-12-05T04:28:57.452Z | Documenting structmeta v0.2.0 |
2528 | 2023-12-05T04:28:57.599Z | Documenting serde_with v2.3.3 |
2529 | 2023-12-05T04:28:58.414Z | Documenting backoff v0.4.0 |
2530 | 2023-12-05T04:28:59.561Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2531 | 2023-12-05T04:29:00.805Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2023-12-05T04:29:01.094Z | Documenting fastrand v2.0.0 |
2533 | 2023-12-05T04:29:04.211Z | Documenting parse-display-derive v0.8.2 |
2534 | 2023-12-05T04:29:04.524Z | Documenting is-terminal v0.4.9 |
2535 | 2023-12-05T04:29:05.420Z | Documenting base64ct v1.6.0 |
2536 | 2023-12-05T04:29:06.240Z | Documenting proc-macro-crate v1.3.1 |
2537 | 2023-12-05T04:29:07.075Z | Checking proc-macro-crate v1.3.1 |
2538 | 2023-12-05T04:29:07.456Z | Documenting proc-macro-error-attr v1.0.4 |
2539 | 2023-12-05T04:29:07.576Z | Documenting tempfile v3.8.1 |
2540 | 2023-12-05T04:29:09.642Z | Checking proc-macro-error v1.0.4 |
2541 | 2023-12-05T04:29:10.088Z | Documenting postcard-cobs v0.1.5-pre |
2542 | 2023-12-05T04:29:11.988Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2543 | 2023-12-05T04:29:12.023Z | Documenting foreign-types-macros v0.2.3 |
2544 | 2023-12-05T04:29:13.065Z | Documenting num_enum_derive v0.5.11 |
2545 | 2023-12-05T04:29:13.393Z | Documenting parse-display v0.8.2 |
2546 | 2023-12-05T04:29:13.512Z | Documenting proc-macro-error v1.0.4 |
2547 | 2023-12-05T04:29:14.520Z | Documenting camino-tempfile v1.1.1 |
2548 | 2023-12-05T04:29:14.626Z | Documenting postcard v0.7.3 |
2549 | 2023-12-05T04:29:18.772Z | Documenting foreign-types-shared v0.3.1 |
2550 | 2023-12-05T04:29:18.790Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2551 | 2023-12-05T04:29:19.074Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2552 | 2023-12-05T04:29:19.559Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2553 | 2023-12-05T04:29:19.839Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2554 | 2023-12-05T04:29:20.447Z | Documenting crucible-workspace-hack v0.1.0 |
2555 | 2023-12-05T04:29:21.477Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2556 | 2023-12-05T04:29:21.716Z | Documenting cstr-argument v0.1.2 |
2557 | 2023-12-05T04:29:22.301Z | Documenting num_enum v0.5.11 |
2558 | 2023-12-05T04:29:23.635Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2559 | 2023-12-05T04:29:23.639Z | Documenting foreign-types v0.5.0 |
2560 | 2023-12-05T04:29:25.772Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2561 | 2023-12-05T04:29:26.185Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2562 | 2023-12-05T04:29:27.191Z | Documenting colored v2.0.4 |
2563 | 2023-12-05T04:29:28.063Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2564 | 2023-12-05T04:29:28.308Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2565 | 2023-12-05T04:29:29.665Z | Documenting zone_cfg_derive v0.3.0 |
2566 | 2023-12-05T04:29:29.756Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2567 | 2023-12-05T04:29:32.435Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2568 | 2023-12-05T04:29:33.025Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2569 | 2023-12-05T04:29:33.055Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2570 | 2023-12-05T04:29:34.669Z | Documenting num-derive v0.4.0 |
2571 | 2023-12-05T04:29:35.420Z | Documenting smf v0.2.2 |
2572 | 2023-12-05T04:29:36.289Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2573 | 2023-12-05T04:29:37.646Z | Documenting zone v0.3.0 |
2574 | 2023-12-05T04:29:38.764Z | Documenting linked-hash-map v0.5.6 |
2575 | 2023-12-05T04:29:39.152Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2576 | 2023-12-05T04:29:39.614Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2577 | 2023-12-05T04:29:41.600Z | Documenting password-hash v0.5.0 |
2578 | 2023-12-05T04:29:41.905Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2579 | 2023-12-05T04:29:42.891Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2580 | 2023-12-05T04:29:45.059Z | Documenting lru-cache v0.1.2 |
2581 | 2023-12-05T04:29:45.411Z | Documenting blake2 v0.10.6 |
2582 | 2023-12-05T04:29:46.044Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2583 | 2023-12-05T04:29:47.974Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2584 | 2023-12-05T04:29:48.075Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2585 | 2023-12-05T04:29:48.467Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2586 | 2023-12-05T04:29:49.276Z | Checking heck v0.3.3 |
2587 | 2023-12-05T04:29:49.349Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2588 | 2023-12-05T04:29:49.527Z | Documenting structopt-derive v0.4.18 |
2589 | 2023-12-05T04:29:50.990Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2590 | 2023-12-05T04:29:53.457Z | Documenting argon2 v0.5.2 |
2591 | 2023-12-05T04:29:53.490Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2592 | 2023-12-05T04:29:53.778Z | Documenting libefi-sys v0.1.0 |
2593 | 2023-12-05T04:29:55.091Z | Documenting quick-error v1.2.3 |
2594 | 2023-12-05T04:29:57.647Z | Documenting structopt v0.3.26 |
2595 | 2023-12-05T04:29:58.630Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2596 | 2023-12-05T04:30:00.085Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2597 | 2023-12-05T04:30:00.804Z | Documenting resolv-conf v0.7.0 |
2598 | 2023-12-05T04:30:01.380Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2599 | 2023-12-05T04:30:04.127Z | Documenting pem-rfc7468 v0.7.0 |
2600 | 2023-12-05T04:30:04.667Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2601 | 2023-12-05T04:30:05.398Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2602 | 2023-12-05T04:30:05.509Z | Documenting der_derive v0.7.2 |
2603 | 2023-12-05T04:30:05.920Z | Documenting flagset v0.4.3 |
2604 | 2023-12-05T04:30:07.025Z | Documenting trust-dns-resolver v0.22.0 |
2605 | 2023-12-05T04:30:07.296Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2606 | 2023-12-05T04:30:08.209Z | Documenting cancel-safe-futures v0.1.5 |
2607 | 2023-12-05T04:30:10.360Z | Documenting convert_case v0.4.0 |
2608 | 2023-12-05T04:30:10.695Z | Checking convert_case v0.4.0 |
2609 | 2023-12-05T04:30:11.031Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2610 | 2023-12-05T04:30:11.873Z | Documenting tap v1.0.1 |
2611 | 2023-12-05T04:30:12.070Z | Documenting arc-swap v1.6.0 |
2612 | 2023-12-05T04:30:14.130Z | Documenting der v0.7.8 |
2613 | 2023-12-05T04:30:16.227Z | Documenting derive_more v0.99.17 |
2614 | 2023-12-05T04:30:16.645Z | Documenting wyz v0.5.1 |
2615 | 2023-12-05T04:30:16.656Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2616 | 2023-12-05T04:30:18.585Z | Documenting slog-scope v4.4.0 |
2617 | 2023-12-05T04:30:18.733Z | Documenting num-rational v0.4.1 |
2618 | 2023-12-05T04:30:21.417Z | Documenting radium v0.7.0 |
2619 | 2023-12-05T04:30:21.420Z | Documenting hkdf v0.12.3 |
2620 | 2023-12-05T04:30:21.848Z | Documenting spki v0.7.2 |
2621 | 2023-12-05T04:30:24.301Z | Documenting num-complex v0.4.4 |
2622 | 2023-12-05T04:30:25.894Z | Documenting half v1.8.2 |
2623 | 2023-12-05T04:30:25.905Z | Documenting crc-catalog v2.2.0 |
2624 | 2023-12-05T04:30:26.075Z | Documenting funty v2.0.0 |
2625 | 2023-12-05T04:30:28.539Z | Documenting ciborium-io v0.2.1 |
2626 | 2023-12-05T04:30:29.207Z | Documenting pkcs8 v0.10.2 |
2627 | 2023-12-05T04:30:29.439Z | Documenting slog-stdlog v4.1.1 |
2628 | 2023-12-05T04:30:29.690Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2629 | 2023-12-05T04:30:30.034Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2630 | 2023-12-05T04:30:30.199Z | Documenting crc v3.0.1 |
2631 | 2023-12-05T04:30:31.024Z | Documenting bitvec v1.0.1 |
2632 | 2023-12-05T04:30:31.858Z | Documenting num v0.4.1 |
2633 | 2023-12-05T04:30:32.050Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2634 | 2023-12-05T04:30:33.413Z | Documenting slog-dtrace v0.2.3 |
2635 | 2023-12-05T04:30:34.488Z | Documenting ciborium-ll v0.2.1 |
2636 | 2023-12-05T04:30:34.823Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2637 | 2023-12-05T04:30:36.119Z | Documenting xattr v1.0.1 |
2638 | 2023-12-05T04:30:36.455Z | Documenting filetime v0.2.22 |
2639 | 2023-12-05T04:30:39.661Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2640 | 2023-12-05T04:30:40.872Z | Documenting packed_struct_codegen v0.10.1 |
2641 | 2023-12-05T04:30:41.004Z | Documenting keccak v0.1.4 |
2642 | 2023-12-05T04:30:42.325Z | Documenting nodrop v0.1.14 |
2643 | 2023-12-05T04:30:42.567Z | Documenting tar v0.4.40 |
2644 | 2023-12-05T04:30:44.082Z | Documenting ciborium v0.2.1 |
2645 | 2023-12-05T04:30:45.332Z | Documenting sha3 v0.10.8 |
2646 | 2023-12-05T04:30:46.823Z | Documenting array-init v0.0.4 |
2647 | 2023-12-05T04:30:47.526Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2648 | 2023-12-05T04:30:49.166Z | Documenting pkcs1 v0.7.5 |
2649 | 2023-12-05T04:30:49.669Z | Documenting packed_struct v0.10.1 |
2650 | 2023-12-05T04:30:50.434Z | Documenting slog-envlogger v2.2.0 |
2651 | 2023-12-05T04:30:51.133Z | Documenting num-bigint-dig v0.8.4 |
2652 | 2023-12-05T04:30:51.817Z | Documenting fxhash v0.2.1 |
2653 | 2023-12-05T04:30:53.326Z | Documenting secrecy v0.8.0 |
2654 | 2023-12-05T04:30:56.481Z | Documenting bitfield v0.14.0 |
2655 | 2023-12-05T04:30:57.571Z | Documenting utf-8 v0.7.6 |
2656 | 2023-12-05T04:30:58.868Z | Documenting swrite v0.1.0 |
2657 | 2023-12-05T04:30:59.761Z | Documenting termcolor v1.2.0 |
2658 | 2023-12-05T04:31:00.994Z | Documenting serde-hex v0.1.0 |
2659 | 2023-12-05T04:31:01.441Z | Documenting rsa v0.9.2 |
2660 | 2023-12-05T04:31:01.706Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2661 | 2023-12-05T04:31:03.506Z | Documenting tungstenite v0.20.1 |
2662 | 2023-12-05T04:31:03.968Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2663 | 2023-12-05T04:31:04.766Z | Documenting x509-cert v0.2.4 |
2664 | 2023-12-05T04:31:06.622Z | Documenting env_logger v0.10.0 |
2665 | 2023-12-05T04:31:07.859Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2666 | 2023-12-05T04:31:10.393Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2667 | 2023-12-05T04:31:13.311Z | Documenting newtype_derive v0.1.6 |
2668 | 2023-12-05T04:31:13.704Z | Documenting libsw v3.3.0 |
2669 | 2023-12-05T04:31:13.719Z | Documenting pem v3.0.2 |
2670 | 2023-12-05T04:31:14.153Z | Documenting ron v0.8.1 |
2671 | 2023-12-05T04:31:17.177Z | Documenting derive-where v1.2.5 |
2672 | 2023-12-05T04:31:19.031Z | Documenting linear-map v1.2.0 |
2673 | 2023-12-05T04:31:19.073Z | Documenting crc-any v2.4.3 |
2674 | 2023-12-05T04:31:19.606Z | Documenting owo-colors v3.5.0 |
2675 | 2023-12-05T04:31:21.337Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2676 | 2023-12-05T04:31:21.488Z | Documenting steno v0.4.0 |
2677 | 2023-12-05T04:31:24.333Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2678 | 2023-12-05T04:31:25.081Z | Documenting tokio-tungstenite v0.20.1 |
2679 | 2023-12-05T04:31:26.364Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2680 | 2023-12-05T04:31:27.443Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2681 | 2023-12-05T04:31:27.790Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2682 | 2023-12-05T04:31:28.652Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2683 | 2023-12-05T04:31:36.970Z | Documenting itertools v0.12.0 |
2684 | 2023-12-05T04:31:37.703Z | Documenting nibble_vec v0.1.0 |
2685 | 2023-12-05T04:31:37.994Z | Documenting path-slash v0.1.5 |
2686 | 2023-12-05T04:31:40.507Z | Documenting same-file v1.0.6 |
2687 | 2023-12-05T04:31:43.957Z | Documenting endian-type v0.1.2 |
2688 | 2023-12-05T04:31:44.355Z | Documenting glob v0.3.1 |
2689 | 2023-12-05T04:31:44.658Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2690 | 2023-12-05T04:31:47.139Z | Documenting walkdir v2.4.0 |
2691 | 2023-12-05T04:31:48.760Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2692 | 2023-12-05T04:31:49.916Z | Documenting radix_trie v0.2.1 |
2693 | 2023-12-05T04:31:51.328Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2694 | 2023-12-05T04:31:54.262Z | Documenting buf-list v1.0.3 |
2695 | 2023-12-05T04:31:54.968Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2696 | 2023-12-05T04:31:55.581Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2697 | 2023-12-05T04:31:56.168Z | Checking darling_core v0.14.4 |
2698 | 2023-12-05T04:31:57.687Z | Documenting trust-dns-client v0.22.0 |
2699 | 2023-12-05T04:31:59.233Z | Checking darling v0.14.4 |
2700 | 2023-12-05T04:31:59.427Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2701 | 2023-12-05T04:32:01.831Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2702 | 2023-12-05T04:32:02.681Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2703 | 2023-12-05T04:32:04.642Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2704 | 2023-12-05T04:32:05.130Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2705 | 2023-12-05T04:32:07.446Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2706 | 2023-12-05T04:32:12.756Z | Documenting trust-dns-server v0.22.1 |
2707 | 2023-12-05T04:32:16.307Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2708 | 2023-12-05T04:32:18.314Z | Documenting sled v0.34.7 |
2709 | 2023-12-05T04:32:19.156Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2710 | 2023-12-05T04:32:20.298Z | Documenting unicase v2.7.0 |
2711 | 2023-12-05T04:32:22.304Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2712 | 2023-12-05T04:32:22.793Z | Documenting globset v0.4.13 |
2713 | 2023-12-05T04:32:25.387Z | Documenting crossbeam-deque v0.8.3 |
2714 | 2023-12-05T04:32:26.103Z | Documenting headers-core v0.2.0 |
2715 | 2023-12-05T04:32:27.443Z | Documenting olpc-cjson v0.1.3 |
2716 | 2023-12-05T04:32:28.716Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2717 | 2023-12-05T04:32:29.766Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2718 | 2023-12-05T04:32:30.384Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2719 | 2023-12-05T04:32:30.525Z | Documenting serde_plain v1.0.2 |
2720 | 2023-12-05T04:32:31.496Z | Documenting ff v0.13.0 |
2721 | 2023-12-05T04:32:31.690Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2722 | 2023-12-05T04:32:32.061Z | Documenting async-recursion v1.0.5 |
2723 | 2023-12-05T04:32:33.242Z | Documenting typed-path v0.6.0 |
2724 | 2023-12-05T04:32:34.921Z | Documenting display-error-chain v0.2.0 |
2725 | 2023-12-05T04:32:34.924Z | Documenting pretty-hex v0.4.0 |
2726 | 2023-12-05T04:32:37.005Z | Documenting headers v0.3.9 |
2727 | 2023-12-05T04:32:37.348Z | Documenting rayon-core v1.12.0 |
2728 | 2023-12-05T04:32:37.550Z | Documenting group v0.13.0 |
2729 | 2023-12-05T04:32:39.079Z | Documenting mime_guess v2.0.4 |
2730 | 2023-12-05T04:32:39.895Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2731 | 2023-12-05T04:32:41.516Z | Documenting tough v0.15.0 |
2732 | 2023-12-05T04:32:42.684Z | Checking derive_builder_core v0.12.0 |
2733 | 2023-12-05T04:32:44.006Z | Documenting derive_builder_core v0.12.0 |
2734 | 2023-12-05T04:32:44.034Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2735 | 2023-12-05T04:32:44.273Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2736 | 2023-12-05T04:32:45.276Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2737 | 2023-12-05T04:32:45.725Z | Documenting universal-hash v0.5.1 |
2738 | 2023-12-05T04:32:46.206Z | Documenting crypto-bigint v0.5.2 |
2739 | 2023-12-05T04:32:47.522Z | Documenting bcs v0.1.6 |
2740 | 2023-12-05T04:32:53.749Z | Documenting kstat-rs v0.2.3 |
2741 | 2023-12-05T04:32:54.029Z | Documenting thiserror-impl-no-std v2.0.2 |
2742 | 2023-12-05T04:32:55.727Z | Documenting curve25519-dalek-derive v0.1.0 |
2743 | 2023-12-05T04:32:56.177Z | Documenting base16ct v0.2.0 |
2744 | 2023-12-05T04:32:58.168Z | Documenting opaque-debug v0.3.0 |
2745 | 2023-12-05T04:33:00.691Z | Documenting highway v1.1.0 |
2746 | 2023-12-05T04:33:00.983Z | Documenting elliptic-curve v0.13.5 |
2747 | 2023-12-05T04:33:02.381Z | Documenting thiserror-no-std v2.0.2 |
2748 | 2023-12-05T04:33:02.801Z | Documenting curve25519-dalek v4.1.0 |
2749 | 2023-12-05T04:33:02.948Z | Documenting poly1305 v0.8.0 |
2750 | 2023-12-05T04:33:04.503Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2751 | 2023-12-05T04:33:04.555Z | Documenting derive_builder_macro v0.12.0 |
2752 | 2023-12-05T04:33:06.792Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2753 | 2023-12-05T04:33:06.927Z | Documenting rayon v1.8.0 |
2754 | 2023-12-05T04:33:09.122Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2755 | 2023-12-05T04:33:11.382Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2023-12-05T04:33:12.011Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2757 | 2023-12-05T04:33:17.129Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2758 | 2023-12-05T04:33:19.866Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2759 | 2023-12-05T04:33:29.577Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2760 | 2023-12-05T04:33:35.417Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2761 | 2023-12-05T04:33:38.988Z | Documenting portable-atomic v1.4.3 |
2762 | 2023-12-05T04:33:40.660Z | Documenting ed25519 v1.5.3 |
2763 | 2023-12-05T04:33:43.500Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2764 | 2023-12-05T04:33:44.879Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2765 | 2023-12-05T04:33:45.348Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2766 | 2023-12-05T04:33:46.751Z | Documenting chacha20 v0.9.1 |
2767 | 2023-12-05T04:33:49.330Z | Documenting aead v0.5.2 |
2768 | 2023-12-05T04:33:50.800Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2769 | 2023-12-05T04:33:53.267Z | Documenting ref-cast-impl v1.0.20 |
2770 | 2023-12-05T04:33:54.768Z | Documenting vte_generate_state_changes v0.1.1 |
2771 | 2023-12-05T04:33:58.574Z | Documenting number_prefix v0.4.0 |
2772 | 2023-12-05T04:34:00.901Z | Documenting cassowary v0.3.0 |
2773 | 2023-12-05T04:34:01.237Z | Documenting vte v0.11.1 |
2774 | 2023-12-05T04:34:01.567Z | Documenting ref-cast v1.0.20 |
2775 | 2023-12-05T04:34:01.741Z | Documenting chacha20poly1305 v0.10.1 |
2776 | 2023-12-05T04:34:03.303Z | Documenting salty v0.2.0 |
2777 | 2023-12-05T04:34:04.540Z | Documenting indicatif v0.17.7 |
2778 | 2023-12-05T04:34:06.338Z | Documenting vsss-rs v3.3.1 |
2779 | 2023-12-05T04:34:07.053Z | Documenting ratatui v0.23.0 |
2780 | 2023-12-05T04:34:08.059Z | Documenting derive_builder v0.12.0 |
2781 | 2023-12-05T04:34:12.726Z | Documenting fs-err v2.11.0 |
2782 | 2023-12-05T04:34:12.727Z | Documenting polar-core v0.27.0 |
2783 | 2023-12-05T04:34:12.750Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2784 | 2023-12-05T04:34:14.570Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2785 | 2023-12-05T04:34:17.743Z | Documenting libxml v0.3.3 |
2786 | 2023-12-05T04:34:18.644Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2787 | 2023-12-05T04:34:18.677Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2788 | 2023-12-05T04:34:19.743Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2789 | 2023-12-05T04:34:21.153Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2790 | 2023-12-05T04:34:24.994Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2791 | 2023-12-05T04:34:25.446Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2792 | 2023-12-05T04:34:26.110Z | Documenting bb8 v0.8.1 |
2793 | 2023-12-05T04:34:27.007Z | Documenting bytesize v1.3.0 |
2794 | 2023-12-05T04:34:28.423Z | Documenting serde-big-array v0.5.1 |
2795 | 2023-12-05T04:34:34.427Z | Documenting quick-xml v0.23.1 |
2796 | 2023-12-05T04:34:34.514Z | Documenting rtoolbox v0.0.1 |
2797 | 2023-12-05T04:34:34.829Z | Documenting oso-derive v0.27.0 |
2798 | 2023-12-05T04:34:35.377Z | Documenting impl-trait-for-tuples v0.2.2 |
2799 | 2023-12-05T04:34:35.714Z | Documenting maplit v1.0.2 |
2800 | 2023-12-05T04:34:40.624Z | Documenting smawk v0.3.1 |
2801 | 2023-12-05T04:34:41.894Z | Documenting unicode-linebreak v0.1.5 |
2802 | 2023-12-05T04:34:41.911Z | Documenting http-range v0.1.5 |
2803 | 2023-12-05T04:34:42.241Z | Documenting is_ci v1.1.1 |
2804 | 2023-12-05T04:34:44.652Z | Documenting humantime v2.1.0 |
2805 | 2023-12-05T04:34:46.526Z | Documenting oso v0.27.0 |
2806 | 2023-12-05T04:34:47.180Z | Documenting textwrap v0.16.0 |
2807 | 2023-12-05T04:34:47.878Z | Documenting hyper-staticfile v0.9.5 |
2808 | 2023-12-05T04:34:47.906Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2809 | 2023-12-05T04:34:48.486Z | Documenting supports-color v2.1.0 |
2810 | 2023-12-05T04:34:50.211Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2811 | 2023-12-05T04:34:50.741Z | Documenting rpassword v7.3.1 |
2812 | 2023-12-05T04:34:52.700Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2813 | 2023-12-05T04:34:53.849Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2814 | 2023-12-05T04:34:55.403Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2815 | 2023-12-05T04:34:57.473Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2816 | 2023-12-05T04:34:58.623Z | Documenting tui-tree-widget v0.13.0 |
2817 | 2023-12-05T04:35:05.303Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2818 | 2023-12-05T04:35:06.870Z | Documenting strip-ansi-escapes v0.2.0 |
2819 | 2023-12-05T04:35:08.113Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2820 | 2023-12-05T04:35:08.163Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2821 | 2023-12-05T04:35:13.336Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2822 | 2023-12-05T04:35:13.730Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2823 | 2023-12-05T04:35:15.460Z | Documenting cookie v0.18.0 |
2824 | 2023-12-05T04:35:16.224Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2825 | 2023-12-05T04:35:22.280Z | Documenting rcgen v0.11.3 |
2826 | 2023-12-05T04:35:23.084Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2827 | 2023-12-05T04:35:23.680Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2828 | 2023-12-05T04:35:24.930Z | Documenting atomicwrites v0.4.2 |
2829 | 2023-12-05T04:35:29.577Z | Documenting signal-hook-tokio v0.3.1 |
2830 | 2023-12-05T04:35:32.821Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2831 | 2023-12-05T04:35:33.431Z | Documenting fd-lock v3.0.13 |
2832 | 2023-12-05T04:35:37.051Z | Documenting subprocess v0.2.9 |
2833 | 2023-12-05T04:35:40.452Z | Documenting shell-words v1.1.0 |
2834 | 2023-12-05T04:35:41.184Z | Documenting nu-ansi-term v0.49.0 |
2835 | 2023-12-05T04:35:41.380Z | Documenting corncobs v0.1.3 |
2836 | 2023-12-05T04:35:41.593Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2837 | 2023-12-05T04:35:43.765Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2838 | 2023-12-05T04:35:46.189Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2839 | 2023-12-05T04:35:46.266Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2840 | 2023-12-05T04:35:47.005Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2841 | 2023-12-05T04:35:47.045Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2842 | 2023-12-05T04:35:47.915Z | Documenting reedline v0.26.0 |
2843 | 2023-12-05T04:35:49.525Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2844 | 2023-12-05T04:35:54.007Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2845 | 2023-12-05T04:35:59.242Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2846 | 2023-12-05T04:36:02.146Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2847 | 2023-12-05T04:36:14.357Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2848 | 2023-12-05T04:36:16.378Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2849 | 2023-12-05T04:36:21.132Z | Documenting fatfs v0.3.6 |
2850 | 2023-12-05T04:36:29.106Z | Documenting nanorand v0.7.0 |
2851 | 2023-12-05T04:36:30.194Z | Documenting assert_matches v1.5.0 |
2852 | 2023-12-05T04:36:31.235Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2853 | 2023-12-05T04:36:34.505Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2854 | 2023-12-05T04:36:35.387Z | Documenting flume v0.11.0 |
2855 | 2023-12-05T04:36:36.064Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2856 | 2023-12-05T04:36:36.234Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2857 | 2023-12-05T04:36:37.819Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2858 | 2023-12-05T04:36:39.543Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2859 | 2023-12-05T04:36:42.823Z | Documenting omicron-zone-package v0.9.1 |
2860 | 2023-12-05T04:36:56.732Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2861 | 2023-12-05T04:36:59.776Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2862 | 2023-12-05T04:37:02.046Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2863 | 2023-12-05T04:37:02.105Z | Documenting termios v0.3.3 |
2864 | 2023-12-05T04:37:02.850Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2865 | 2023-12-05T04:37:02.850Z | --> sled-agent/src/sim/instance.rs:46:7 |
2866 | 2023-12-05T04:37:02.852Z | | |
2867 | 2023-12-05T04:37:02.852Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2868 | 2023-12-05T04:37:02.852Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2869 | 2023-12-05T04:37:02.852Z | | |
2870 | 2023-12-05T04:37:02.852Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2871 | 2023-12-05T04:37:02.852Z | |
2872 | 2023-12-05T04:37:03.339Z | Documenting topological-sort v0.2.2 |
2873 | 2023-12-05T04:37:05.184Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2874 | 2023-12-05T04:37:07.367Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2875 | 2023-12-05T04:37:08.462Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2876 | 2023-12-05T04:37:09.902Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2877 | 2023-12-05T04:37:13.306Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2878 | 2023-12-05T04:37:15.014Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2879 | 2023-12-05T04:37:58.404Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2880 | 2023-12-05T04:38:01.547Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2881 | 2023-12-05T04:38:17.751Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2882 | 2023-12-05T04:38:26.143Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2883 | 2023-12-05T04:38:26.357Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2884 | 2023-12-05T04:38:29.973Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2885 | 2023-12-05T04:38:41.854Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2886 | 2023-12-05T04:39:36.345Z | warning: unresolved link to `VolumeConstructionRequest` |
2887 | 2023-12-05T04:39:36.346Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2888 | 2023-12-05T04:39:36.346Z | | |
2889 | 2023-12-05T04:39:36.346Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2890 | 2023-12-05T04:39:36.346Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2891 | 2023-12-05T04:39:36.346Z | | |
2892 | 2023-12-05T04:39:36.346Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2893 | 2023-12-05T04:39:36.346Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2894 | 2023-12-05T04:39:36.346Z | |
2895 | 2023-12-05T04:39:36.373Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2896 | 2023-12-05T04:39:36.373Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2897 | 2023-12-05T04:39:36.373Z | | |
2898 | 2023-12-05T04:39:36.373Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2899 | 2023-12-05T04:39:36.373Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2900 | 2023-12-05T04:39:36.374Z | |
2901 | 2023-12-05T04:39:36.377Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2902 | 2023-12-05T04:39:36.377Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2903 | 2023-12-05T04:39:36.377Z | | |
2904 | 2023-12-05T04:39:36.377Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2905 | 2023-12-05T04:39:36.377Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2906 | 2023-12-05T04:39:36.377Z | |
2907 | 2023-12-05T04:39:36.377Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2908 | 2023-12-05T04:39:36.377Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2909 | 2023-12-05T04:39:36.378Z | | |
2910 | 2023-12-05T04:39:36.378Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2911 | 2023-12-05T04:39:36.378Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2912 | 2023-12-05T04:39:36.378Z | |
2913 | 2023-12-05T04:39:36.378Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2914 | 2023-12-05T04:39:36.378Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2915 | 2023-12-05T04:39:36.378Z | | |
2916 | 2023-12-05T04:39:36.378Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2917 | 2023-12-05T04:39:36.378Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2918 | 2023-12-05T04:39:36.378Z | |
2919 | 2023-12-05T04:39:36.378Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2920 | 2023-12-05T04:39:36.378Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2921 | 2023-12-05T04:39:36.378Z | | |
2922 | 2023-12-05T04:39:36.378Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2923 | 2023-12-05T04:39:36.378Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2924 | 2023-12-05T04:39:36.378Z | |
2925 | 2023-12-05T04:39:36.378Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2926 | 2023-12-05T04:39:36.378Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2927 | 2023-12-05T04:39:36.378Z | | |
2928 | 2023-12-05T04:39:36.378Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2929 | 2023-12-05T04:39:36.378Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2930 | 2023-12-05T04:39:36.378Z | |
2931 | 2023-12-05T04:39:39.786Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2932 | 2023-12-05T04:40:12.701Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 09s |
2933 | 2023-12-05T04:40:12.825Z | |
2934 | 2023-12-05T04:40:12.825Z | real 16:09.772515314 |
2935 | 2023-12-05T04:40:12.825Z | user 55:18.477829884 |
2936 | 2023-12-05T04:40:12.825Z | sys 1:00:28.858156789 |
2937 | 2023-12-05T04:40:12.825Z | trap 2.080441456 |
2938 | 2023-12-05T04:40:12.825Z | tflt 0.733862988 |
2939 | 2023-12-05T04:40:12.826Z | dflt 0.632235265 |
2940 | 2023-12-05T04:40:12.826Z | kflt 0.000430331 |
2941 | 2023-12-05T04:40:12.836Z | lock 3:17:13.578888484 |
2942 | 2023-12-05T04:40:12.836Z | slp 4:10:40.403639475 |
2943 | 2023-12-05T04:40:12.836Z | lat 5:39.917773862 |
2944 | 2023-12-05T04:40:12.836Z | stop 1:56.755181755 |
2945 | 2023-12-05T04:40:12.836Z | process exited: duration 1809315 ms, exit code 0 |
|
2946 | 2023-12-05T04:40:12.868Z | found 0 output files |