|
|
|
1 | 2023-12-13T05:38:23.345Z | job assigned to worker 01HHGTTE7RZ1HGN33X6Z21F8NY (queued for 1 m 52 s) |
|
2 | 2023-12-13T05:38:23.801Z | starting task 0: "setup" |
3 | 2023-12-13T05:38:24.100Z | ++ uname -s |
4 | 2023-12-13T05:38:24.114Z | + kern=SunOS |
5 | 2023-12-13T05:38:24.115Z | + case "$kern" in |
6 | 2023-12-13T05:38:24.115Z | + groupadd -g 12345 build |
7 | 2023-12-13T05:38:24.115Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-13T05:38:26.099Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-13T05:38:26.290Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-13T05:38:26.298Z | + home_fs=zfs |
11 | 2023-12-13T05:38:26.298Z | + [[ zfs == autofs ]] |
12 | 2023-12-13T05:38:26.298Z | + mkdir -p /home/build |
13 | 2023-12-13T05:38:26.299Z | + chown build:build /home/build /work |
14 | 2023-12-13T05:38:28.330Z | + chmod 0700 /home/build /work |
15 | 2023-12-13T05:38:28.334Z | process exited: duration 4500 ms, exit code 0 |
|
16 | 2023-12-13T05:38:28.341Z | starting task 1: "rust-toolchain" |
17 | 2023-12-13T05:38:28.351Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-13T05:38:28.354Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-13T05:38:28.543Z | info: downloading installer |
20 | 2023-12-13T05:38:31.511Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-13T05:38:31.512Z | warning: /opt/ooce/bin |
22 | 2023-12-13T05:38:31.512Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-13T05:38:31.512Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-13T05:38:31.512Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-13T05:38:31.512Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-13T05:38:31.512Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-13T05:38:31.512Z | error: cannot install while Rust is installed |
28 | 2023-12-13T05:38:31.512Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-13T05:38:31.694Z | info: profile set to 'default' |
30 | 2023-12-13T05:38:31.694Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-13T05:38:31.706Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-13T05:38:31.880Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-13T05:38:31.881Z | info: downloading component 'cargo' |
34 | 2023-12-13T05:38:32.685Z | info: downloading component 'clippy' |
35 | 2023-12-13T05:38:32.967Z | info: downloading component 'rust-docs' |
36 | 2023-12-13T05:38:33.979Z | info: downloading component 'rust-std' |
37 | 2023-12-13T05:38:35.777Z | info: downloading component 'rustc' |
38 | 2023-12-13T05:38:40.221Z | info: downloading component 'rustfmt' |
39 | 2023-12-13T05:38:40.465Z | info: installing component 'cargo' |
40 | 2023-12-13T05:38:42.545Z | info: installing component 'clippy' |
41 | 2023-12-13T05:38:43.631Z | info: installing component 'rust-docs' |
42 | 2023-12-13T05:38:46.419Z | info: installing component 'rust-std' |
43 | 2023-12-13T05:38:51.481Z | info: installing component 'rustc' |
44 | 2023-12-13T05:39:00.188Z | info: installing component 'rustfmt' |
45 | 2023-12-13T05:39:00.634Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-13T05:39:00.634Z | |
47 | 2023-12-13T05:39:00.775Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-13T05:39:00.776Z | |
49 | 2023-12-13T05:39:00.777Z | |
50 | 2023-12-13T05:39:00.777Z | Rust is installed now. Great! |
51 | 2023-12-13T05:39:00.777Z | |
52 | 2023-12-13T05:39:00.788Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-13T05:39:00.788Z | environment variable. This has not been done automatically. |
54 | 2023-12-13T05:39:00.788Z | |
55 | 2023-12-13T05:39:00.789Z | To configure your current shell, run: |
56 | 2023-12-13T05:39:00.789Z | source "$HOME/.cargo/env" |
57 | 2023-12-13T05:39:00.855Z | + rustc --version |
58 | 2023-12-13T05:39:00.968Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-13T05:39:00.973Z | process exited: duration 32630 ms, exit code 0 |
|
60 | 2023-12-13T05:39:01.017Z | starting task 2: "authentication" |
61 | 2023-12-13T05:39:01.050Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-12-13T05:39:01.069Z | starting task 3: "clone repository" |
63 | 2023-12-13T05:39:01.077Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-13T05:39:01.085Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-13T05:39:01.171Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-13T05:39:09.198Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-13T05:39:09.198Z | + [[ -n renovate/russh-monorepo ]] |
68 | 2023-12-13T05:39:09.271Z | + git fetch origin renovate/russh-monorepo |
69 | 2023-12-13T05:39:09.271Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-13T05:39:09.272Z | * branch renovate/russh-monorepo -> FETCH_HEAD |
71 | 2023-12-13T05:39:09.272Z | + git checkout -B renovate/russh-monorepo remotes/origin/renovate/russh-monorepo |
72 | 2023-12-13T05:39:09.272Z | Switched to a new branch 'renovate/russh-monorepo' |
73 | 2023-12-13T05:39:09.272Z | branch 'renovate/russh-monorepo' set up to track 'origin/renovate/russh-monorepo'. |
74 | 2023-12-13T05:39:09.273Z | + git reset --hard 02238756702c56bb05c4e099c22b8000a469a56a |
75 | 2023-12-13T05:39:09.273Z | HEAD is now at 02238756 Update russh monorepo to 0.40.1 |
76 | 2023-12-13T05:39:09.273Z | process exited: duration 7377 ms, exit code 0 |
|
77 | 2023-12-13T05:39:09.316Z | starting task 4: "build" |
78 | 2023-12-13T05:39:09.348Z | + cargo --version |
79 | 2023-12-13T05:39:09.348Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-13T05:39:09.508Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-13T05:39:09.514Z | info: downloading component 'cargo' |
82 | 2023-12-13T05:39:10.249Z | info: downloading component 'clippy' |
83 | 2023-12-13T05:39:10.429Z | info: downloading component 'rust-docs' |
84 | 2023-12-13T05:39:11.347Z | info: downloading component 'rust-std' |
85 | 2023-12-13T05:39:12.704Z | info: downloading component 'rustc' |
86 | 2023-12-13T05:39:16.243Z | info: downloading component 'rustfmt' |
87 | 2023-12-13T05:39:16.460Z | info: installing component 'cargo' |
88 | 2023-12-13T05:39:19.451Z | info: installing component 'clippy' |
89 | 2023-12-13T05:39:19.571Z | info: installing component 'rust-docs' |
90 | 2023-12-13T05:39:21.092Z | info: installing component 'rust-std' |
91 | 2023-12-13T05:39:23.731Z | info: installing component 'rustc' |
92 | 2023-12-13T05:39:29.917Z | info: installing component 'rustfmt' |
93 | 2023-12-13T05:39:30.460Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-13T05:39:30.463Z | + rustc --version |
95 | 2023-12-13T05:39:30.620Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-13T05:39:30.627Z | + source ./env.sh |
97 | 2023-12-13T05:39:30.631Z | ++ set -o xtrace |
98 | 2023-12-13T05:39:30.631Z | ++++ dirname ./env.sh |
99 | 2023-12-13T05:39:30.635Z | +++ cd . |
100 | 2023-12-13T05:39:30.635Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-13T05:39:30.635Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-13T05:39:30.635Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-13T05:39:30.636Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-13T05:39:30.636Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-13T05:39:30.636Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-13T05:39:30.636Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-13T05:39:30.636Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-13T05:39:30.636Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-13T05:39:30.637Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-13T05:39:30.637Z | ++ unset OMICRON_WS |
111 | 2023-12-13T05:39:30.637Z | ++ set +o xtrace |
112 | 2023-12-13T05:39:30.743Z | |
113 | 2023-12-13T05:39:30.743Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-13T05:39:30.743Z | # # # # # # # # # # # # # # # |
115 | 2023-12-13T05:39:30.744Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-13T05:39:30.744Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-13T05:39:30.744Z | # # # # # # # # # # # # # # # |
118 | 2023-12-13T05:39:30.744Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-13T05:39:30.744Z | |
120 | 2023-12-13T05:39:39.686Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-13T05:39:40.986Z | Startup: Caching catalogs ... Done |
122 | 2023-12-13T05:39:47.999Z | Planning: Solver setup ... Done (6.598s) |
123 | 2023-12-13T05:39:48.146Z | Planning: Running solver ... Done (0.150s) |
124 | 2023-12-13T05:39:48.217Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-13T05:39:48.233Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-13T05:39:48.480Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-13T05:39:48.569Z | Planning: Package planning ... Done (0.089s) |
128 | 2023-12-13T05:39:48.655Z | Planning: Merging actions ... Done (0.087s) |
129 | 2023-12-13T05:39:49.290Z | Planning: Checking for conflicting actions ... Done (0.636s) |
130 | 2023-12-13T05:39:49.316Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-12-13T05:39:52.549Z | Planning: Evaluating mediators ... Done (3.237s) |
132 | 2023-12-13T05:39:52.667Z | Planning: Planning completed in 11.62 seconds |
133 | 2023-12-13T05:39:52.693Z | Packages to install: 4 |
134 | 2023-12-13T05:39:52.710Z | Packages to update: 2 |
135 | 2023-12-13T05:39:52.710Z | Mediators to change: 2 |
136 | 2023-12-13T05:39:52.710Z | Services to change: 1 |
137 | 2023-12-13T05:39:52.711Z | Estimated space available: 148.88 GB |
138 | 2023-12-13T05:39:52.711Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-13T05:39:52.711Z | Create boot environment: No |
140 | 2023-12-13T05:39:52.711Z | Create backup boot environment: Yes |
141 | 2023-12-13T05:39:52.711Z | Rebuild boot archive: No |
142 | 2023-12-13T05:39:52.711Z | |
143 | 2023-12-13T05:39:52.711Z | Changed mediators: |
144 | 2023-12-13T05:39:52.711Z | mediator clang: |
145 | 2023-12-13T05:39:52.711Z | version: None -> 15 (system default) |
146 | 2023-12-13T05:39:52.711Z | |
147 | 2023-12-13T05:39:52.711Z | mediator llvm: |
148 | 2023-12-13T05:39:52.712Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-13T05:39:52.712Z | |
150 | 2023-12-13T05:39:52.712Z | Changed packages: |
151 | 2023-12-13T05:39:52.712Z | helios-dev |
152 | 2023-12-13T05:39:52.712Z | developer/build-essential |
153 | 2023-12-13T05:39:52.712Z | None -> 11-2.0 |
154 | 2023-12-13T05:39:52.712Z | library/libxmlsec1 |
155 | 2023-12-13T05:39:52.712Z | None -> 1.2.35-2.0 |
156 | 2023-12-13T05:39:52.712Z | ooce/developer/clang-15 |
157 | 2023-12-13T05:39:52.712Z | None -> 15.0.7-2.0 |
158 | 2023-12-13T05:39:52.712Z | ooce/developer/llvm-15 |
159 | 2023-12-13T05:39:52.713Z | None -> 15.0.7-2.0 |
160 | 2023-12-13T05:39:52.713Z | system/library/g++-runtime |
161 | 2023-12-13T05:39:52.713Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-13T05:39:52.713Z | system/library/gcc-runtime |
163 | 2023-12-13T05:39:52.713Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-13T05:39:52.713Z | |
165 | 2023-12-13T05:39:52.713Z | Services: |
166 | 2023-12-13T05:39:52.713Z | restart_fmri: |
167 | 2023-12-13T05:39:52.714Z | svc:/system/update-man-index:default |
168 | 2023-12-13T05:39:52.844Z | |
169 | 2023-12-13T05:39:52.844Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-13T05:39:57.846Z | Download: 1392/3330 items 100.7/221.1MB 45% complete (20.4M/s) |
171 | 2023-12-13T05:40:02.844Z | Download: 3116/3330 items 132.6/221.1MB 59% complete (13.2M/s) |
172 | 2023-12-13T05:40:07.880Z | Download: 3293/3330 items 217.4/221.1MB 98% complete (12.2M/s) |
173 | 2023-12-13T05:40:09.126Z | Download: Completed 221.11 MB in 16.29 seconds (13.6M/s) |
174 | 2023-12-13T05:40:11.211Z | Actions: 1/3766 actions (Removing old actions) |
175 | 2023-12-13T05:40:11.211Z | Actions: 5/3766 actions (Installing new actions) |
176 | 2023-12-13T05:40:16.295Z | Actions: 2344/3766 actions (Installing new actions) |
177 | 2023-12-13T05:40:19.471Z | Actions: 3729/3766 actions (Updating modified actions) |
178 | 2023-12-13T05:40:20.503Z | Actions: Completed 3766 actions in 8.87 seconds. |
179 | 2023-12-13T05:40:20.526Z | Done (0.110s) |
180 | 2023-12-13T05:40:20.526Z | Done (0.000s) |
181 | 2023-12-13T05:40:20.526Z | Done (0.277s) |
182 | 2023-12-13T05:40:27.995Z | Done (7.374s) |
183 | 2023-12-13T05:40:28.206Z | Done (0.120s) |
184 | 2023-12-13T05:40:28.224Z | Done (0.000s) |
185 | 2023-12-13T05:40:28.455Z | Done (0.000s) |
186 | 2023-12-13T05:40:29.160Z | Planning: Evaluating mediator changes ... Done |
187 | 2023-12-13T05:40:29.457Z | Planning: Checking for conflicting actions ... Done |
188 | 2023-12-13T05:40:29.472Z | Planning: Consolidating action changes ... Done |
189 | 2023-12-13T05:40:29.894Z | Planning: Evaluating mediators ... Done |
190 | 2023-12-13T05:40:29.922Z | Planning: Planning completed in 0.73 seconds |
191 | 2023-12-13T05:40:29.953Z | Mediators to change: 2 |
192 | 2023-12-13T05:40:29.953Z | Create boot environment: No |
193 | 2023-12-13T05:40:29.986Z | Create backup boot environment: No |
194 | 2023-12-13T05:40:30.067Z | Done |
195 | 2023-12-13T05:40:30.067Z | Done |
196 | 2023-12-13T05:40:30.233Z | Done |
197 | 2023-12-13T05:40:36.060Z | Done |
198 | 2023-12-13T05:40:36.178Z | Done |
199 | 2023-12-13T05:40:36.201Z | Done |
200 | 2023-12-13T05:40:36.281Z | Done |
201 | 2023-12-13T05:40:37.299Z | Planning: Evaluating mediator changes ... Done |
202 | 2023-12-13T05:40:37.316Z | Planning: Merging actions ... Done |
203 | 2023-12-13T05:40:37.635Z | Planning: Checking for conflicting actions ... Done |
204 | 2023-12-13T05:40:37.651Z | Planning: Consolidating action changes ... Done |
205 | 2023-12-13T05:40:38.065Z | Planning: Evaluating mediators ... Done |
206 | 2023-12-13T05:40:38.155Z | Planning: Planning completed in 1.30 seconds |
207 | 2023-12-13T05:40:38.220Z | Packages to change: 1 |
208 | 2023-12-13T05:40:38.220Z | Mediators to change: 1 |
209 | 2023-12-13T05:40:38.227Z | Services to change: 1 |
210 | 2023-12-13T05:40:38.228Z | Create boot environment: No |
211 | 2023-12-13T05:40:38.228Z | Create backup boot environment: Yes |
212 | 2023-12-13T05:40:40.120Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2023-12-13T05:40:40.123Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2023-12-13T05:40:40.123Z | Done |
215 | 2023-12-13T05:40:40.123Z | Done |
216 | 2023-12-13T05:40:40.186Z | Done |
217 | 2023-12-13T05:40:46.009Z | Done |
218 | 2023-12-13T05:40:46.128Z | Done |
219 | 2023-12-13T05:40:46.136Z | Done |
220 | 2023-12-13T05:40:46.224Z | Done |
221 | 2023-12-13T05:40:46.901Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2023-12-13T05:40:46.904Z | clang system 15 system |
223 | 2023-12-13T05:40:46.904Z | csh system system illumos |
224 | 2023-12-13T05:40:46.904Z | ctags system system illumos |
225 | 2023-12-13T05:40:46.905Z | gcc vendor 12 vendor |
226 | 2023-12-13T05:40:46.905Z | gcc system 10 system |
227 | 2023-12-13T05:40:46.906Z | gcc system 7 system |
228 | 2023-12-13T05:40:46.906Z | go system 1.20 system |
229 | 2023-12-13T05:40:46.906Z | go system 1.19 system |
230 | 2023-12-13T05:40:46.907Z | llvm system 15 system |
231 | 2023-12-13T05:40:46.907Z | llvm system 14 system |
232 | 2023-12-13T05:40:46.907Z | mariadb system 10.6 system |
233 | 2023-12-13T05:40:46.908Z | mta vendor vendor dma |
234 | 2023-12-13T05:40:46.908Z | openjdk system 17 system |
235 | 2023-12-13T05:40:46.908Z | openjdk system 11 system |
236 | 2023-12-13T05:40:46.908Z | openjdk system 1.8 system |
237 | 2023-12-13T05:40:46.909Z | openssl vendor 3 vendor |
238 | 2023-12-13T05:40:46.909Z | perl system 5.36 system |
239 | 2023-12-13T05:40:46.909Z | postgresql system 15 system |
240 | 2023-12-13T05:40:46.910Z | postgresql system 13 system |
241 | 2023-12-13T05:40:46.910Z | python vendor 3 vendor |
242 | 2023-12-13T05:40:46.910Z | python system 2 system |
243 | 2023-12-13T05:40:46.910Z | python3 system 3.11 system |
244 | 2023-12-13T05:40:46.911Z | ruby system 3.0 system |
245 | 2023-12-13T05:40:46.911Z | words vendor vendor american-english |
246 | 2023-12-13T05:40:46.911Z | words system system australian-english |
247 | 2023-12-13T05:40:46.912Z | words system system british-english |
248 | 2023-12-13T05:40:46.912Z | words system system canadian-english |
249 | 2023-12-13T05:40:46.912Z | words system system french |
250 | 2023-12-13T05:40:46.912Z | words system system italian |
251 | 2023-12-13T05:40:46.912Z | words system system ngerman |
252 | 2023-12-13T05:40:46.913Z | words system system ogerman |
253 | 2023-12-13T05:40:46.913Z | words system system spanish |
254 | 2023-12-13T05:40:47.453Z | FMRI IFO |
255 | 2023-12-13T05:40:47.453Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2023-12-13T05:40:47.454Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2023-12-13T05:40:47.454Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2023-12-13T05:40:47.454Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
259 | 2023-12-13T05:40:47.455Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
260 | 2023-12-13T05:40:47.455Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
261 | 2023-12-13T05:40:47.455Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
262 | 2023-12-13T05:40:47.455Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
263 | 2023-12-13T05:40:47.518Z | + set -o errexit |
264 | 2023-12-13T05:40:47.538Z | +++ dirname ./tools/ci_download_cockroachdb |
265 | 2023-12-13T05:40:47.539Z | ++ cd ./tools |
266 | 2023-12-13T05:40:47.539Z | ++ pwd |
267 | 2023-12-13T05:40:47.539Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
268 | 2023-12-13T05:40:47.540Z | ++ basename ./tools/ci_download_cockroachdb |
269 | 2023-12-13T05:40:47.540Z | + ARG0=ci_download_cockroachdb |
270 | 2023-12-13T05:40:47.543Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
271 | 2023-12-13T05:40:47.544Z | + CIDL_VERSION=v22.1.9 |
272 | 2023-12-13T05:40:47.544Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
273 | 2023-12-13T05:40:47.544Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
274 | 2023-12-13T05:40:47.544Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
275 | 2023-12-13T05:40:47.545Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
276 | 2023-12-13T05:40:47.545Z | + TARGET_DIR=out |
277 | 2023-12-13T05:40:47.545Z | + DOWNLOAD_DIR=out/downloads |
278 | 2023-12-13T05:40:47.545Z | + DEST_DIR=./out/cockroachdb |
279 | 2023-12-13T05:40:47.545Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
280 | 2023-12-13T05:40:47.545Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
281 | 2023-12-13T05:40:47.545Z | + main |
282 | 2023-12-13T05:40:47.545Z | + [[ 0 != 0 ]] |
283 | 2023-12-13T05:40:47.546Z | + CIDL_OS=solaris2.11 |
284 | 2023-12-13T05:40:47.546Z | + [[ 0 != 0 ]] |
285 | 2023-12-13T05:40:47.546Z | + configure_os solaris2.11 |
286 | 2023-12-13T05:40:47.546Z | + echo 'current directory: /work/oxidecomputer/omicron' |
287 | 2023-12-13T05:40:47.546Z | current directory: /work/oxidecomputer/omicron |
288 | 2023-12-13T05:40:47.546Z | + echo 'configuring based on OS: "solaris2.11"' |
289 | 2023-12-13T05:40:47.546Z | + case "$1" in |
290 | 2023-12-13T05:40:47.547Z | configuring based on OS: "solaris2.11" |
291 | 2023-12-13T05:40:47.547Z | + CIDL_BUILD=illumos |
292 | 2023-12-13T05:40:47.547Z | + CIDL_SUFFIX=tar.gz |
293 | 2023-12-13T05:40:47.547Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
294 | 2023-12-13T05:40:47.547Z | + CIDL_MD5FUNC=do_md5sum |
295 | 2023-12-13T05:40:47.548Z | + CIDL_URL_BASE=https://illumos.org/downloads |
296 | 2023-12-13T05:40:47.548Z | + CIDL_ASSEMBLE=do_assemble_illumos |
297 | 2023-12-13T05:40:47.550Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
298 | 2023-12-13T05:40:47.550Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-13T05:40:47.550Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
300 | 2023-12-13T05:40:47.550Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
301 | 2023-12-13T05:40:47.551Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-13T05:40:47.551Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2023-12-13T05:40:47.551Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
304 | 2023-12-13T05:40:47.551Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-13T05:40:47.552Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-13T05:40:47.552Z | + mkdir -p out/downloads |
307 | 2023-12-13T05:40:47.552Z | + mkdir -p ./out/cockroachdb |
308 | 2023-12-13T05:40:47.587Z | + local DO_DOWNLOAD=true |
309 | 2023-12-13T05:40:47.588Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
310 | 2023-12-13T05:40:47.588Z | + '[' true == true ']' |
311 | 2023-12-13T05:40:47.588Z | + echo Downloading... |
312 | 2023-12-13T05:40:47.588Z | Downloading... |
313 | 2023-12-13T05:40:47.588Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-13T05:40:47.588Z | + 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 |
315 | 2023-12-13T05:40:50.702Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2023-12-13T05:40:51.128Z | ++ md5sum |
317 | 2023-12-13T05:40:51.129Z | ++ awk '{print $1}' |
318 | 2023-12-13T05:40:51.135Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
319 | 2023-12-13T05:40:51.136Z | + [[ 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 ]] |
320 | 2023-12-13T05:40:51.136Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
321 | 2023-12-13T05:40:51.136Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
322 | 2023-12-13T05:40:54.483Z | + do_assemble_illumos |
323 | 2023-12-13T05:40:54.483Z | + rm -r ./out/cockroachdb |
324 | 2023-12-13T05:40:54.502Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
325 | 2023-12-13T05:40:55.087Z | + ./out/cockroachdb/bin/cockroach version |
326 | 2023-12-13T05:40:55.425Z | Build Tag: v22.1.9-dirty |
327 | 2023-12-13T05:40:55.425Z | Build Time: 2022/10/26 21:17:46 |
328 | 2023-12-13T05:40:55.426Z | Distribution: OSS |
329 | 2023-12-13T05:40:55.426Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
330 | 2023-12-13T05:40:55.426Z | Go Version: go1.17.13 |
331 | 2023-12-13T05:40:55.426Z | C Compiler: gcc 10.3.0 |
332 | 2023-12-13T05:40:55.426Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
333 | 2023-12-13T05:40:55.426Z | Build Type: release |
334 | 2023-12-13T05:40:55.453Z | + set -o errexit |
335 | 2023-12-13T05:40:55.457Z | +++ dirname ./tools/ci_download_clickhouse |
336 | 2023-12-13T05:40:55.457Z | ++ cd ./tools |
337 | 2023-12-13T05:40:55.457Z | ++ pwd |
338 | 2023-12-13T05:40:55.457Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
339 | 2023-12-13T05:40:55.463Z | ++ basename ./tools/ci_download_clickhouse |
340 | 2023-12-13T05:40:55.463Z | + ARG0=ci_download_clickhouse |
341 | 2023-12-13T05:40:55.463Z | + TARGET_DIR=out |
342 | 2023-12-13T05:40:55.464Z | + DOWNLOAD_DIR=out/downloads |
343 | 2023-12-13T05:40:55.464Z | + DEST_DIR=./out/clickhouse |
344 | 2023-12-13T05:40:55.464Z | + CIDL_VERSION=v22.8.9.24 |
345 | 2023-12-13T05:40:55.464Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
346 | 2023-12-13T05:40:55.464Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
347 | 2023-12-13T05:40:55.464Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
348 | 2023-12-13T05:40:55.464Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
349 | 2023-12-13T05:40:55.464Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
350 | 2023-12-13T05:40:55.464Z | + main |
351 | 2023-12-13T05:40:55.465Z | + [[ 0 != 0 ]] |
352 | 2023-12-13T05:40:55.465Z | + CIDL_OS=solaris2.11 |
353 | 2023-12-13T05:40:55.465Z | + [[ 0 != 0 ]] |
354 | 2023-12-13T05:40:55.465Z | + configure_os solaris2.11 |
355 | 2023-12-13T05:40:55.465Z | + echo 'current directory: /work/oxidecomputer/omicron' |
356 | 2023-12-13T05:40:55.465Z | current directory: /work/oxidecomputer/omicron |
357 | 2023-12-13T05:40:55.465Z | + echo 'configuring based on OS: "solaris2.11"' |
358 | 2023-12-13T05:40:55.465Z | + CIDL_DASHREV= |
359 | 2023-12-13T05:40:55.465Z | configuring based on OS: "solaris2.11" |
360 | 2023-12-13T05:40:55.465Z | + case "$1" in |
361 | 2023-12-13T05:40:55.465Z | + CIDL_PLATFORM=illumos |
362 | 2023-12-13T05:40:55.465Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
363 | 2023-12-13T05:40:55.466Z | + CIDL_MD5FUNC=do_md5sum |
364 | 2023-12-13T05:40:55.466Z | + CIDL_DASHREV=-1 |
365 | 2023-12-13T05:40:55.466Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
366 | 2023-12-13T05:40:55.466Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-13T05:40:55.466Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-13T05:40:55.466Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
369 | 2023-12-13T05:40:55.466Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
370 | 2023-12-13T05:40:55.466Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2023-12-13T05:40:55.466Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-13T05:40:55.466Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-13T05:40:55.466Z | + mkdir -p out/downloads |
374 | 2023-12-13T05:40:55.476Z | + mkdir -p ./out/clickhouse |
375 | 2023-12-13T05:40:55.476Z | + local DO_DOWNLOAD=true |
376 | 2023-12-13T05:40:55.476Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
377 | 2023-12-13T05:40:55.476Z | + '[' true == true ']' |
378 | 2023-12-13T05:40:55.476Z | + echo Downloading... |
379 | 2023-12-13T05:40:55.476Z | Downloading... |
380 | 2023-12-13T05:40:55.476Z | + 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 |
381 | 2023-12-13T05:40:55.476Z | + 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 |
382 | 2023-12-13T05:40:57.003Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
383 | 2023-12-13T05:40:57.022Z | ++ md5sum |
384 | 2023-12-13T05:40:57.022Z | ++ awk '{print $1}' |
385 | 2023-12-13T05:40:57.267Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
386 | 2023-12-13T05:40:57.267Z | + [[ 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 ]] |
387 | 2023-12-13T05:40:57.267Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
388 | 2023-12-13T05:40:57.267Z | + mkdir -p ./out/clickhouse |
389 | 2023-12-13T05:40:57.273Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
390 | 2023-12-13T05:41:02.314Z | + ./out/clickhouse/clickhouse server --version |
391 | 2023-12-13T05:41:02.369Z | ClickHouse server version 22.8.9.1. |
392 | 2023-12-13T05:41:02.409Z | + set -o errexit |
393 | 2023-12-13T05:41:02.426Z | +++ dirname ./tools/ci_download_console |
394 | 2023-12-13T05:41:02.426Z | ++ cd ./tools |
395 | 2023-12-13T05:41:02.426Z | ++ pwd |
396 | 2023-12-13T05:41:02.426Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
397 | 2023-12-13T05:41:02.427Z | ++ basename ./tools/ci_download_console |
398 | 2023-12-13T05:41:02.427Z | + ARG0=ci_download_console |
399 | 2023-12-13T05:41:02.428Z | + TARGET_DIR=out |
400 | 2023-12-13T05:41:02.429Z | + DOWNLOAD_DIR=out/downloads |
401 | 2023-12-13T05:41:02.429Z | + DEST_DIR=./out/console-assets |
402 | 2023-12-13T05:41:02.429Z | + source /work/oxidecomputer/omicron/tools/console_version |
403 | 2023-12-13T05:41:02.429Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
404 | 2023-12-13T05:41:02.429Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
405 | 2023-12-13T05:41:02.429Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
406 | 2023-12-13T05:41:02.429Z | + TARBALL_FILE=out/downloads/console.tar.gz |
407 | 2023-12-13T05:41:02.430Z | + main |
408 | 2023-12-13T05:41:02.430Z | + [[ 0 != 0 ]] |
409 | 2023-12-13T05:41:02.430Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
410 | 2023-12-13T05:41:02.430Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
411 | 2023-12-13T05:41:02.431Z | + echo 'Local file: out/downloads/console.tar.gz' |
412 | 2023-12-13T05:41:02.431Z | Local file: out/downloads/console.tar.gz |
413 | 2023-12-13T05:41:02.431Z | + local DO_DOWNLOAD=true |
414 | 2023-12-13T05:41:02.431Z | + [[ -f out/downloads/console.tar.gz ]] |
415 | 2023-12-13T05:41:02.431Z | + mkdir -p out/downloads |
416 | 2023-12-13T05:41:02.431Z | + '[' true == true ']' |
417 | 2023-12-13T05:41:02.432Z | + echo Downloading... |
418 | 2023-12-13T05:41:02.432Z | Downloading... |
419 | 2023-12-13T05:41:02.432Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
420 | 2023-12-13T05:41:02.432Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
421 | 2023-12-13T05:41:02.960Z | ++ do_sha256sum out/downloads/console.tar.gz |
422 | 2023-12-13T05:41:02.960Z | ++ case "$OSTYPE" in |
423 | 2023-12-13T05:41:02.960Z | ++ SHA=sha256sum |
424 | 2023-12-13T05:41:02.964Z | ++ sha256sum |
425 | 2023-12-13T05:41:02.964Z | ++ awk '{print $1}' |
426 | 2023-12-13T05:41:02.988Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
427 | 2023-12-13T05:41:02.988Z | + [[ 34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 != \3\4\7\6\8\a\8\9\5\f\1\8\7\a\6\e\d\2\6\3\c\0\0\5\0\c\4\2\0\8\4\f\3\9\0\7\c\3\3\1\b\5\4\7\3\6\2\8\7\1\c\2\c\e\3\3\0\e\9\d\0\8\d\1 ]] |
428 | 2023-12-13T05:41:02.996Z | + rm -rf ./out/console-assets |
429 | 2023-12-13T05:41:02.996Z | + mkdir -p ./out/console-assets |
430 | 2023-12-13T05:41:02.996Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
431 | 2023-12-13T05:41:02.996Z | + mkdir -p ./out/console-assets |
432 | 2023-12-13T05:41:02.996Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
433 | 2023-12-13T05:41:03.144Z | + set -o errexit |
434 | 2023-12-13T05:41:03.154Z | +++ dirname ./tools/ci_download_maghemite_openapi |
435 | 2023-12-13T05:41:03.154Z | ++ cd ./tools |
436 | 2023-12-13T05:41:03.155Z | ++ pwd |
437 | 2023-12-13T05:41:03.155Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
438 | 2023-12-13T05:41:03.155Z | ++ basename ./tools/ci_download_maghemite_openapi |
439 | 2023-12-13T05:41:03.164Z | + ARG0=ci_download_maghemite_openapi |
440 | 2023-12-13T05:41:03.165Z | + TARGET_DIR=out |
441 | 2023-12-13T05:41:03.165Z | + DOWNLOAD_DIR=out/downloads |
442 | 2023-12-13T05:41:03.165Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
443 | 2023-12-13T05:41:03.165Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
444 | 2023-12-13T05:41:03.165Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
445 | 2023-12-13T05:41:03.166Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
446 | 2023-12-13T05:41:03.166Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
447 | 2023-12-13T05:41:03.166Z | + main |
448 | 2023-12-13T05:41:03.166Z | + [[ 0 != 0 ]] |
449 | 2023-12-13T05:41:03.166Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
450 | 2023-12-13T05:41:03.167Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
451 | 2023-12-13T05:41:03.167Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
452 | 2023-12-13T05:41:03.167Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
453 | 2023-12-13T05:41:03.167Z | + local DO_DOWNLOAD=true |
454 | 2023-12-13T05:41:03.167Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
455 | 2023-12-13T05:41:03.167Z | + mkdir -p out/downloads |
456 | 2023-12-13T05:41:03.168Z | + '[' true == true ']' |
457 | 2023-12-13T05:41:03.168Z | + echo Downloading... |
458 | 2023-12-13T05:41:03.168Z | Downloading... |
459 | 2023-12-13T05:41:03.168Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
460 | 2023-12-13T05:41:03.168Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
461 | 2023-12-13T05:41:04.217Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
462 | 2023-12-13T05:41:04.217Z | ++ case "$OSTYPE" in |
463 | 2023-12-13T05:41:04.217Z | ++ SHA=sha256sum |
464 | 2023-12-13T05:41:04.217Z | ++ sha256sum |
465 | 2023-12-13T05:41:04.218Z | ++ awk '{print $1}' |
466 | 2023-12-13T05:41:04.218Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
467 | 2023-12-13T05:41:04.218Z | + [[ 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 ]] |
468 | 2023-12-13T05:41:04.218Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
469 | 2023-12-13T05:41:04.218Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
470 | 2023-12-13T05:41:04.218Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
471 | 2023-12-13T05:41:04.218Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
472 | 2023-12-13T05:41:04.218Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
473 | 2023-12-13T05:41:04.218Z | + main |
474 | 2023-12-13T05:41:04.218Z | + [[ 0 != 0 ]] |
475 | 2023-12-13T05:41:04.227Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
476 | 2023-12-13T05:41:04.228Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
477 | 2023-12-13T05:41:04.228Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
478 | 2023-12-13T05:41:04.229Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
479 | 2023-12-13T05:41:04.229Z | + local DO_DOWNLOAD=true |
480 | 2023-12-13T05:41:04.229Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
481 | 2023-12-13T05:41:04.229Z | + mkdir -p out/downloads |
482 | 2023-12-13T05:41:04.229Z | + '[' true == true ']' |
483 | 2023-12-13T05:41:04.229Z | + echo Downloading... |
484 | 2023-12-13T05:41:04.229Z | Downloading... |
485 | 2023-12-13T05:41:04.229Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
486 | 2023-12-13T05:41:04.233Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
487 | 2023-12-13T05:41:04.736Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
488 | 2023-12-13T05:41:04.747Z | ++ case "$OSTYPE" in |
489 | 2023-12-13T05:41:04.747Z | ++ SHA=sha256sum |
490 | 2023-12-13T05:41:04.747Z | ++ sha256sum |
491 | 2023-12-13T05:41:04.747Z | ++ awk '{print $1}' |
492 | 2023-12-13T05:41:04.747Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
493 | 2023-12-13T05:41:04.748Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
494 | 2023-12-13T05:41:04.761Z | + set -o errexit |
495 | 2023-12-13T05:41:04.761Z | +++ dirname ./tools/ci_download_dendrite_openapi |
496 | 2023-12-13T05:41:04.761Z | ++ cd ./tools |
497 | 2023-12-13T05:41:04.761Z | ++ pwd |
498 | 2023-12-13T05:41:04.761Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
499 | 2023-12-13T05:41:04.761Z | ++ basename ./tools/ci_download_dendrite_openapi |
500 | 2023-12-13T05:41:04.762Z | + ARG0=ci_download_dendrite_openapi |
501 | 2023-12-13T05:41:04.762Z | + TARGET_DIR=out |
502 | 2023-12-13T05:41:04.762Z | + DOWNLOAD_DIR=out/downloads |
503 | 2023-12-13T05:41:04.762Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
504 | 2023-12-13T05:41:04.762Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
505 | 2023-12-13T05:41:04.762Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
506 | 2023-12-13T05:41:04.762Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
507 | 2023-12-13T05:41:04.762Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
508 | 2023-12-13T05:41:04.762Z | + main |
509 | 2023-12-13T05:41:04.762Z | + [[ 0 != 0 ]] |
510 | 2023-12-13T05:41:04.763Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
511 | 2023-12-13T05:41:04.763Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
512 | 2023-12-13T05:41:04.764Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
513 | 2023-12-13T05:41:04.764Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
514 | 2023-12-13T05:41:04.764Z | + local DO_DOWNLOAD=true |
515 | 2023-12-13T05:41:04.764Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
516 | 2023-12-13T05:41:04.764Z | + mkdir -p out/downloads |
517 | 2023-12-13T05:41:04.783Z | + '[' true == true ']' |
518 | 2023-12-13T05:41:04.783Z | + echo Downloading... |
519 | 2023-12-13T05:41:04.783Z | Downloading... |
520 | 2023-12-13T05:41:04.784Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
521 | 2023-12-13T05:41:04.784Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
522 | 2023-12-13T05:41:05.471Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
523 | 2023-12-13T05:41:05.471Z | ++ case "$OSTYPE" in |
524 | 2023-12-13T05:41:05.501Z | ++ SHA=sha256sum |
525 | 2023-12-13T05:41:05.501Z | ++ sha256sum |
526 | 2023-12-13T05:41:05.501Z | ++ awk '{print $1}' |
527 | 2023-12-13T05:41:05.501Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
528 | 2023-12-13T05:41:05.501Z | + [[ 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 ]] |
529 | 2023-12-13T05:41:05.522Z | + set -o errexit |
530 | 2023-12-13T05:41:05.522Z | +++ dirname ./tools/ci_download_dendrite_stub |
531 | 2023-12-13T05:41:05.522Z | ++ cd ./tools |
532 | 2023-12-13T05:41:05.522Z | ++ pwd |
533 | 2023-12-13T05:41:05.522Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
534 | 2023-12-13T05:41:05.522Z | ++ basename ./tools/ci_download_dendrite_stub |
535 | 2023-12-13T05:41:05.522Z | + ARG0=ci_download_dendrite_stub |
536 | 2023-12-13T05:41:05.523Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
537 | 2023-12-13T05:41:05.523Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
538 | 2023-12-13T05:41:05.523Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
539 | 2023-12-13T05:41:05.523Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
540 | 2023-12-13T05:41:05.524Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
541 | 2023-12-13T05:41:05.524Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
542 | 2023-12-13T05:41:05.524Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
543 | 2023-12-13T05:41:05.524Z | + TARGET_DIR=out |
544 | 2023-12-13T05:41:05.525Z | + DOWNLOAD_DIR=out/downloads |
545 | 2023-12-13T05:41:05.525Z | + DEST_DIR=./out/dendrite-stub |
546 | 2023-12-13T05:41:05.525Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
547 | 2023-12-13T05:41:05.525Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
548 | 2023-12-13T05:41:05.525Z | + REPO=oxidecomputer/dendrite |
549 | 2023-12-13T05:41:05.526Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
550 | 2023-12-13T05:41:05.526Z | + main |
551 | 2023-12-13T05:41:05.526Z | + [[ 0 != 0 ]] |
552 | 2023-12-13T05:41:05.529Z | + CIDL_OS=solaris2.11 |
553 | 2023-12-13T05:41:05.529Z | + [[ 0 != 0 ]] |
554 | 2023-12-13T05:41:05.529Z | + configure_os solaris2.11 |
555 | 2023-12-13T05:41:05.529Z | + echo 'current directory: /work/oxidecomputer/omicron' |
556 | 2023-12-13T05:41:05.529Z | current directory: /work/oxidecomputer/omicron |
557 | 2023-12-13T05:41:05.529Z | + echo 'configuring based on OS: "solaris2.11"' |
558 | 2023-12-13T05:41:05.530Z | + case "$1" in |
559 | 2023-12-13T05:41:05.530Z | configuring based on OS: "solaris2.11" |
560 | 2023-12-13T05:41:05.530Z | + SET_BINARIES= |
561 | 2023-12-13T05:41:05.530Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
562 | 2023-12-13T05:41:05.530Z | + CIDL_SHA256FUNC=do_sha256sum |
563 | 2023-12-13T05:41:05.530Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
564 | 2023-12-13T05:41:05.531Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
565 | 2023-12-13T05:41:05.531Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
566 | 2023-12-13T05:41:05.531Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
567 | 2023-12-13T05:41:05.531Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2023-12-13T05:41:05.531Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
569 | 2023-12-13T05:41:05.531Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-13T05:41:05.531Z | + mkdir -p out/downloads |
571 | 2023-12-13T05:41:05.531Z | + mkdir -p ./out/dendrite-stub |
572 | 2023-12-13T05:41:05.532Z | + fetch_and_verify |
573 | 2023-12-13T05:41:05.532Z | + local DO_DOWNLOAD=true |
574 | 2023-12-13T05:41:05.532Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
575 | 2023-12-13T05:41:05.532Z | + '[' true == true ']' |
576 | 2023-12-13T05:41:05.532Z | + echo Downloading... |
577 | 2023-12-13T05:41:05.532Z | Downloading... |
578 | 2023-12-13T05:41:05.533Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
579 | 2023-12-13T05:41:05.533Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
580 | 2023-12-13T05:41:17.746Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
581 | 2023-12-13T05:41:17.760Z | ++ sha256sum |
582 | 2023-12-13T05:41:17.760Z | ++ awk '{print $1}' |
583 | 2023-12-13T05:41:17.850Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
584 | 2023-12-13T05:41:17.850Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
585 | 2023-12-13T05:41:17.850Z | + do_untar out/downloads/dendrite-stub.tar.gz |
586 | 2023-12-13T05:41:17.850Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
587 | 2023-12-13T05:41:18.997Z | + do_assemble |
588 | 2023-12-13T05:41:18.998Z | + rm -r ./out/dendrite-stub |
589 | 2023-12-13T05:41:19.005Z | + mkdir ./out/dendrite-stub |
590 | 2023-12-13T05:41:19.005Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
591 | 2023-12-13T05:41:19.196Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
592 | 2023-12-13T05:41:19.216Z | + set -o errexit |
593 | 2023-12-13T05:41:19.227Z | +++ dirname ./tools/ci_download_maghemite_mgd |
594 | 2023-12-13T05:41:19.227Z | ++ cd ./tools |
595 | 2023-12-13T05:41:19.227Z | ++ pwd |
596 | 2023-12-13T05:41:19.227Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
597 | 2023-12-13T05:41:19.227Z | ++ basename ./tools/ci_download_maghemite_mgd |
598 | 2023-12-13T05:41:19.228Z | + ARG0=ci_download_maghemite_mgd |
599 | 2023-12-13T05:41:19.229Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
600 | 2023-12-13T05:41:19.229Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
601 | 2023-12-13T05:41:19.229Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
602 | 2023-12-13T05:41:19.229Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
603 | 2023-12-13T05:41:19.229Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
604 | 2023-12-13T05:41:19.229Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
605 | 2023-12-13T05:41:19.229Z | + TARGET_DIR=out |
606 | 2023-12-13T05:41:19.229Z | + DOWNLOAD_DIR=out/downloads |
607 | 2023-12-13T05:41:19.229Z | + DEST_DIR=./out/mgd |
608 | 2023-12-13T05:41:19.229Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
609 | 2023-12-13T05:41:19.230Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
610 | 2023-12-13T05:41:19.230Z | + REPO=oxidecomputer/maghemite |
611 | 2023-12-13T05:41:19.230Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
612 | 2023-12-13T05:41:19.230Z | + main |
613 | 2023-12-13T05:41:19.230Z | + [[ 0 != 0 ]] |
614 | 2023-12-13T05:41:19.230Z | + CIDL_OS=solaris2.11 |
615 | 2023-12-13T05:41:19.230Z | + [[ 0 != 0 ]] |
616 | 2023-12-13T05:41:19.231Z | + configure_os solaris2.11 |
617 | 2023-12-13T05:41:19.231Z | + echo 'current directory: /work/oxidecomputer/omicron' |
618 | 2023-12-13T05:41:19.231Z | current directory: /work/oxidecomputer/omicron |
619 | 2023-12-13T05:41:19.231Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2023-12-13T05:41:19.231Z | + case "$1" in |
621 | 2023-12-13T05:41:19.231Z | + SET_BINARIES= |
622 | 2023-12-13T05:41:19.231Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2023-12-13T05:41:19.232Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2023-12-13T05:41:19.233Z | configuring based on OS: "solaris2.11" |
625 | 2023-12-13T05:41:19.233Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
626 | 2023-12-13T05:41:19.234Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
627 | 2023-12-13T05:41:19.234Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
628 | 2023-12-13T05:41:19.234Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
629 | 2023-12-13T05:41:19.234Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
630 | 2023-12-13T05:41:19.234Z | Local file: out/downloads/mgd.tar.gz |
631 | 2023-12-13T05:41:19.234Z | + mkdir -p out/downloads |
632 | 2023-12-13T05:41:19.234Z | + mkdir -p ./out/mgd |
633 | 2023-12-13T05:41:19.234Z | + fetch_and_verify |
634 | 2023-12-13T05:41:19.234Z | + local DO_DOWNLOAD=true |
635 | 2023-12-13T05:41:19.234Z | + [[ -f out/downloads/mgd.tar.gz ]] |
636 | 2023-12-13T05:41:19.235Z | + '[' true == true ']' |
637 | 2023-12-13T05:41:19.235Z | + echo Downloading... |
638 | 2023-12-13T05:41:19.235Z | Downloading... |
639 | 2023-12-13T05:41:19.235Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
640 | 2023-12-13T05:41:19.235Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
641 | 2023-12-13T05:41:28.533Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
642 | 2023-12-13T05:41:28.553Z | ++ sha256sum |
643 | 2023-12-13T05:41:28.553Z | ++ awk '{print $1}' |
644 | 2023-12-13T05:41:29.014Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
645 | 2023-12-13T05:41:29.015Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
646 | 2023-12-13T05:41:29.015Z | + do_untar out/downloads/mgd.tar.gz |
647 | 2023-12-13T05:41:29.015Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
648 | 2023-12-13T05:41:29.286Z | + do_assemble |
649 | 2023-12-13T05:41:29.287Z | + rm -r ./out/mgd |
650 | 2023-12-13T05:41:29.291Z | + mkdir ./out/mgd |
651 | 2023-12-13T05:41:29.291Z | + cp -r out/downloads/root ./out/mgd/root |
652 | 2023-12-13T05:41:29.516Z | + set -o errexit |
653 | 2023-12-13T05:41:29.520Z | +++ dirname ./tools/ci_download_transceiver_control |
654 | 2023-12-13T05:41:29.520Z | ++ cd ./tools |
655 | 2023-12-13T05:41:29.520Z | ++ pwd |
656 | 2023-12-13T05:41:29.520Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
657 | 2023-12-13T05:41:29.521Z | ++ basename ./tools/ci_download_transceiver_control |
658 | 2023-12-13T05:41:29.526Z | + ARG0=ci_download_transceiver_control |
659 | 2023-12-13T05:41:29.526Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
660 | 2023-12-13T05:41:29.527Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
661 | 2023-12-13T05:41:29.527Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
662 | 2023-12-13T05:41:29.527Z | + TARGET_DIR=out |
663 | 2023-12-13T05:41:29.527Z | + DOWNLOAD_DIR=out/downloads |
664 | 2023-12-13T05:41:29.527Z | + DEST_DIR=./out/transceiver-control |
665 | 2023-12-13T05:41:29.528Z | + BIN_DIR=/opt/oxide/bin |
666 | 2023-12-13T05:41:29.528Z | + BINARY=xcvradm |
667 | 2023-12-13T05:41:29.529Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
668 | 2023-12-13T05:41:29.529Z | + REPO=oxidecomputer/transceiver-control |
669 | 2023-12-13T05:41:29.530Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
670 | 2023-12-13T05:41:29.530Z | + main |
671 | 2023-12-13T05:41:29.530Z | + [[ 0 != 0 ]] |
672 | 2023-12-13T05:41:29.530Z | + CIDL_OS=solaris2.11 |
673 | 2023-12-13T05:41:29.530Z | + [[ 0 != 0 ]] |
674 | 2023-12-13T05:41:29.531Z | + configure_os solaris2.11 |
675 | 2023-12-13T05:41:29.531Z | + echo 'current directory: /work/oxidecomputer/omicron' |
676 | 2023-12-13T05:41:29.531Z | current directory: /work/oxidecomputer/omicron |
677 | 2023-12-13T05:41:29.531Z | + echo 'configuring based on OS: "solaris2.11"' |
678 | 2023-12-13T05:41:29.531Z | configuring based on OS: "solaris2.11" |
679 | 2023-12-13T05:41:29.531Z | + case "$1" in |
680 | 2023-12-13T05:41:29.531Z | + SET_BINARIES= |
681 | 2023-12-13T05:41:29.531Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
682 | 2023-12-13T05:41:29.531Z | + CIDL_SHA256FUNC=do_sha256sum |
683 | 2023-12-13T05:41:29.531Z | + ARCHIVE_FILENAME=xcvradm.gz |
684 | 2023-12-13T05:41:29.531Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
685 | 2023-12-13T05:41:29.532Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
686 | 2023-12-13T05:41:29.532Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
687 | 2023-12-13T05:41:29.532Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-13T05:41:29.532Z | + echo 'Local file: out/downloads/xcvradm.gz' |
689 | 2023-12-13T05:41:29.532Z | Local file: out/downloads/xcvradm.gz |
690 | 2023-12-13T05:41:29.532Z | + mkdir -p out/downloads |
691 | 2023-12-13T05:41:29.533Z | + mkdir -p ./out/transceiver-control |
692 | 2023-12-13T05:41:29.538Z | + fetch_and_verify |
693 | 2023-12-13T05:41:29.538Z | + local DO_DOWNLOAD=true |
694 | 2023-12-13T05:41:29.538Z | + [[ -f out/downloads/xcvradm.gz ]] |
695 | 2023-12-13T05:41:29.539Z | + '[' true == true ']' |
696 | 2023-12-13T05:41:29.539Z | + echo Downloading... |
697 | 2023-12-13T05:41:29.539Z | Downloading... |
698 | 2023-12-13T05:41:29.539Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
699 | 2023-12-13T05:41:29.540Z | + 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 |
700 | 2023-12-13T05:41:31.818Z | ++ do_sha256sum out/downloads/xcvradm.gz |
701 | 2023-12-13T05:41:31.838Z | ++ sha256sum |
702 | 2023-12-13T05:41:31.838Z | ++ awk '{print $1}' |
703 | 2023-12-13T05:41:31.838Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
704 | 2023-12-13T05:41:31.839Z | + [[ 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 ]] |
705 | 2023-12-13T05:41:31.839Z | + do_unpack out/downloads/xcvradm.gz |
706 | 2023-12-13T05:41:31.839Z | + mkdir -p out/downloads/root//opt/oxide/bin |
707 | 2023-12-13T05:41:31.840Z | + gzip -dc out/downloads/xcvradm.gz |
708 | 2023-12-13T05:41:32.004Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
709 | 2023-12-13T05:41:32.445Z | + do_assemble |
710 | 2023-12-13T05:41:32.446Z | + rm -r ./out/transceiver-control |
711 | 2023-12-13T05:41:32.446Z | + mkdir ./out/transceiver-control |
712 | 2023-12-13T05:41:32.449Z | + cp -r out/downloads/root ./out/transceiver-control/root |
713 | 2023-12-13T05:41:32.477Z | All builder prerequisites installed successfully, and PATH looks valid |
714 | 2023-12-13T05:41:32.477Z | |
715 | 2023-12-13T05:41:32.477Z | real 2:01.495995161 |
716 | 2023-12-13T05:41:32.477Z | user 55.834622723 |
717 | 2023-12-13T05:41:32.477Z | sys 11.064790582 |
718 | 2023-12-13T05:41:32.477Z | trap 0.025044653 |
719 | 2023-12-13T05:41:32.477Z | tflt 0.287032255 |
720 | 2023-12-13T05:41:32.478Z | dflt 0.392209738 |
721 | 2023-12-13T05:41:32.478Z | kflt 0.126778864 |
722 | 2023-12-13T05:41:32.478Z | lock 2.156200253 |
723 | 2023-12-13T05:41:32.478Z | slp 3:48.926048189 |
724 | 2023-12-13T05:41:32.478Z | lat 4.128423607 |
725 | 2023-12-13T05:41:32.478Z | stop 0.090115037 |
726 | 2023-12-13T05:41:32.478Z | |
727 | 2023-12-13T05:41:32.478Z | #### # # ##### ##### # # |
728 | 2023-12-13T05:41:32.478Z | # # # # # # # # # # |
729 | 2023-12-13T05:41:32.478Z | # # # # # # # # |
730 | 2023-12-13T05:41:32.480Z | # # # ##### ##### # |
731 | 2023-12-13T05:41:32.480Z | # # # # # # # |
732 | 2023-12-13T05:41:32.480Z | #### ###### # # # # |
733 | 2023-12-13T05:41:32.480Z | |
734 | 2023-12-13T05:41:32.943Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
735 | 2023-12-13T05:41:32.968Z | Updating crates.io index |
736 | 2023-12-13T05:41:32.968Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2023-12-13T05:41:33.816Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2023-12-13T05:41:35.698Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2023-12-13T05:41:36.306Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2023-12-13T05:41:36.633Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2023-12-13T05:41:36.905Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2023-12-13T05:41:37.209Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2023-12-13T05:41:38.090Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2023-12-13T05:41:40.343Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2023-12-13T05:41:41.244Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2023-12-13T05:41:41.702Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2023-12-13T05:41:42.153Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2023-12-13T05:41:42.568Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
749 | 2023-12-13T05:41:42.869Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
750 | 2023-12-13T05:41:43.250Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
751 | 2023-12-13T05:41:43.572Z | Updating git repository `https://github.com/njaremko/samael` |
752 | 2023-12-13T05:41:44.198Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2023-12-13T05:41:44.831Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2023-12-13T05:41:45.235Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2023-12-13T05:41:45.614Z | Updating git repository `https://github.com/jgallagher/nix` |
756 | 2023-12-13T05:41:46.839Z | Updating git repository `https://github.com/cbiffle/hubpack` |
757 | 2023-12-13T05:41:47.272Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2023-12-13T05:41:48.280Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2023-12-13T05:41:48.720Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2023-12-13T05:41:49.030Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2023-12-13T05:41:50.527Z | Downloading crates ... |
762 | 2023-12-13T05:41:50.748Z | Downloaded io-lifetimes v1.0.11 |
763 | 2023-12-13T05:41:50.760Z | Downloaded indexmap v2.1.0 |
764 | 2023-12-13T05:41:50.761Z | Downloaded cargo_metadata v0.18.1 |
765 | 2023-12-13T05:41:50.761Z | Downloaded colorchoice v1.0.0 |
766 | 2023-12-13T05:41:50.773Z | Downloaded equivalent v1.0.1 |
767 | 2023-12-13T05:41:50.783Z | Downloaded serde_spanned v0.6.4 |
768 | 2023-12-13T05:41:50.784Z | Downloaded cargo-platform v0.1.3 |
769 | 2023-12-13T05:41:50.792Z | Downloaded errno v0.3.2 |
770 | 2023-12-13T05:41:50.792Z | Downloaded heck v0.4.1 |
771 | 2023-12-13T05:41:50.792Z | Downloaded clap_lex v0.5.1 |
772 | 2023-12-13T05:41:50.792Z | Downloaded anstyle-query v1.0.0 |
773 | 2023-12-13T05:41:50.793Z | Downloaded terminal_size v0.2.6 |
774 | 2023-12-13T05:41:50.805Z | Downloaded toml_datetime v0.6.5 |
775 | 2023-12-13T05:41:50.805Z | Downloaded anstream v0.5.0 |
776 | 2023-12-13T05:41:50.805Z | Downloaded bitflags v1.3.2 |
777 | 2023-12-13T05:41:50.812Z | Downloaded utf8parse v0.2.1 |
778 | 2023-12-13T05:41:50.812Z | Downloaded strsim v0.10.0 |
779 | 2023-12-13T05:41:50.812Z | Downloaded clap_derive v4.4.2 |
780 | 2023-12-13T05:41:50.812Z | Downloaded thiserror-impl v1.0.49 |
781 | 2023-12-13T05:41:50.813Z | Downloaded thiserror v1.0.49 |
782 | 2023-12-13T05:41:50.830Z | Downloaded camino v1.1.6 |
783 | 2023-12-13T05:41:50.831Z | Downloaded anstyle-parse v0.2.1 |
784 | 2023-12-13T05:41:50.832Z | Downloaded cargo_toml v0.17.0 |
785 | 2023-12-13T05:41:50.840Z | Downloaded itoa v1.0.9 |
786 | 2023-12-13T05:41:50.841Z | Downloaded serde v1.0.193 |
787 | 2023-12-13T05:41:50.841Z | Downloaded quote v1.0.33 |
788 | 2023-12-13T05:41:50.856Z | Downloaded toml v0.8.8 |
789 | 2023-12-13T05:41:50.857Z | Downloaded semver v1.0.20 |
790 | 2023-12-13T05:41:50.857Z | Downloaded anyhow v1.0.75 |
791 | 2023-12-13T05:41:50.870Z | Downloaded proc-macro2 v1.0.69 |
792 | 2023-12-13T05:41:50.870Z | Downloaded clap v4.4.3 |
793 | 2023-12-13T05:41:50.879Z | Downloaded toml_edit v0.21.0 |
794 | 2023-12-13T05:41:50.915Z | Downloaded memchr v2.6.3 |
795 | 2023-12-13T05:41:50.925Z | Downloaded serde_json v1.0.108 |
796 | 2023-12-13T05:41:50.940Z | Downloaded winnow v0.5.15 |
797 | 2023-12-13T05:41:50.957Z | Downloaded hashbrown v0.14.2 |
798 | 2023-12-13T05:41:50.968Z | Downloaded clap_builder v4.4.2 |
799 | 2023-12-13T05:41:50.978Z | Downloaded syn v2.0.32 |
800 | 2023-12-13T05:41:50.995Z | Downloaded rustix v0.37.23 |
801 | 2023-12-13T05:41:51.040Z | Downloaded libc v0.2.151 |
802 | 2023-12-13T05:41:51.083Z | Downloaded serde_derive v1.0.193 |
803 | 2023-12-13T05:41:51.093Z | Downloaded unicode-ident v1.0.12 |
804 | 2023-12-13T05:41:51.094Z | Downloaded ryu v1.0.15 |
805 | 2023-12-13T05:41:51.094Z | Downloaded anstyle v1.0.2 |
806 | 2023-12-13T05:41:51.613Z | Compiling proc-macro2 v1.0.69 |
807 | 2023-12-13T05:41:51.614Z | Compiling unicode-ident v1.0.12 |
808 | 2023-12-13T05:41:51.618Z | Compiling serde v1.0.193 |
809 | 2023-12-13T05:41:51.618Z | Compiling libc v0.2.151 |
810 | 2023-12-13T05:41:51.618Z | Compiling io-lifetimes v1.0.11 |
811 | 2023-12-13T05:41:51.618Z | Compiling rustix v0.37.23 |
812 | 2023-12-13T05:41:51.618Z | Compiling hashbrown v0.14.2 |
813 | 2023-12-13T05:41:51.619Z | Compiling utf8parse v0.2.1 |
814 | 2023-12-13T05:41:51.619Z | Compiling bitflags v1.3.2 |
815 | 2023-12-13T05:41:51.619Z | Compiling equivalent v1.0.1 |
816 | 2023-12-13T05:41:52.098Z | Compiling anstyle-parse v0.2.1 |
817 | 2023-12-13T05:41:52.103Z | Compiling thiserror v1.0.49 |
818 | 2023-12-13T05:41:52.107Z | Compiling anstyle-query v1.0.0 |
819 | 2023-12-13T05:41:52.241Z | Compiling winnow v0.5.15 |
820 | 2023-12-13T05:41:52.884Z | Compiling indexmap v2.1.0 |
821 | 2023-12-13T05:41:53.190Z | Compiling colorchoice v1.0.0 |
822 | 2023-12-13T05:41:53.333Z | Compiling camino v1.1.6 |
823 | 2023-12-13T05:41:53.351Z | Compiling anstyle v1.0.2 |
824 | 2023-12-13T05:41:53.428Z | Compiling serde_json v1.0.108 |
825 | 2023-12-13T05:41:54.002Z | Compiling semver v1.0.20 |
826 | 2023-12-13T05:41:54.894Z | Compiling anstream v0.5.0 |
827 | 2023-12-13T05:41:54.894Z | Compiling heck v0.4.1 |
828 | 2023-12-13T05:41:54.894Z | Compiling clap_lex v0.5.1 |
829 | 2023-12-13T05:41:54.894Z | Compiling ryu v1.0.15 |
830 | 2023-12-13T05:41:54.927Z | Compiling quote v1.0.33 |
831 | 2023-12-13T05:41:54.953Z | Compiling itoa v1.0.9 |
832 | 2023-12-13T05:41:54.985Z | Compiling strsim v0.10.0 |
833 | 2023-12-13T05:41:55.017Z | Compiling anyhow v1.0.75 |
834 | 2023-12-13T05:41:55.386Z | Compiling syn v2.0.32 |
835 | 2023-12-13T05:41:55.436Z | Compiling errno v0.3.2 |
836 | 2023-12-13T05:41:57.213Z | Compiling terminal_size v0.2.6 |
837 | 2023-12-13T05:41:57.330Z | Compiling clap_builder v4.4.2 |
838 | 2023-12-13T05:42:03.372Z | Compiling serde_derive v1.0.193 |
839 | 2023-12-13T05:42:03.372Z | Compiling thiserror-impl v1.0.49 |
840 | 2023-12-13T05:42:03.378Z | Compiling clap_derive v4.4.2 |
841 | 2023-12-13T05:42:07.885Z | Compiling clap v4.4.3 |
842 | 2023-12-13T05:42:16.616Z | Compiling serde_spanned v0.6.4 |
843 | 2023-12-13T05:42:16.633Z | Compiling toml_datetime v0.6.5 |
844 | 2023-12-13T05:42:16.633Z | Compiling cargo-platform v0.1.3 |
845 | 2023-12-13T05:42:17.017Z | Compiling toml_edit v0.21.0 |
846 | 2023-12-13T05:42:18.592Z | Compiling cargo_metadata v0.18.1 |
847 | 2023-12-13T05:42:20.228Z | Compiling toml v0.8.8 |
848 | 2023-12-13T05:42:21.343Z | Compiling cargo_toml v0.17.0 |
849 | 2023-12-13T05:42:27.244Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
850 | 2023-12-13T05:42:28.626Z | Finished dev [unoptimized + debuginfo] target(s) in 56.30s |
851 | 2023-12-13T05:42:28.838Z | Running `target/debug/xtask clippy` |
852 | 2023-12-13T05:42:29.298Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
853 | 2023-12-13T05:42:29.705Z | Downloading crates ... |
854 | 2023-12-13T05:42:29.967Z | Downloaded managed v0.8.0 |
855 | 2023-12-13T05:42:29.971Z | Downloaded crucible-workspace-hack v0.1.0 |
856 | 2023-12-13T05:42:29.977Z | Downloaded crossbeam-deque v0.8.3 |
857 | 2023-12-13T05:42:29.980Z | Downloaded linear-map v1.2.0 |
858 | 2023-12-13T05:42:29.984Z | Downloaded corncobs v0.1.3 |
859 | 2023-12-13T05:42:29.994Z | Downloaded curve25519-dalek-derive v0.1.0 |
860 | 2023-12-13T05:42:30.009Z | Downloaded async-stream-impl v0.3.5 |
861 | 2023-12-13T05:42:30.015Z | Downloaded async-recursion v1.0.5 |
862 | 2023-12-13T05:42:30.021Z | Downloaded autocfg v1.1.0 |
863 | 2023-12-13T05:42:30.031Z | Downloaded async-trait v0.1.74 |
864 | 2023-12-13T05:42:30.054Z | Downloaded hubpack_derive v0.1.1 |
865 | 2023-12-13T05:42:30.062Z | Downloaded matches v0.1.10 |
866 | 2023-12-13T05:42:30.067Z | Downloaded cstr-argument v0.1.2 |
867 | 2023-12-13T05:42:30.073Z | Downloaded kstat-rs v0.2.3 |
868 | 2023-12-13T05:42:30.081Z | Downloaded inout v0.1.3 |
869 | 2023-12-13T05:42:30.093Z | Downloaded crc-catalog v2.2.0 |
870 | 2023-12-13T05:42:30.119Z | Downloaded newtype_derive v0.1.6 |
871 | 2023-12-13T05:42:30.132Z | Downloaded num_threads v0.1.6 |
872 | 2023-12-13T05:42:30.132Z | Downloaded crossbeam-queue v0.3.8 |
873 | 2023-12-13T05:42:30.132Z | Downloaded waitgroup v0.1.2 |
874 | 2023-12-13T05:42:30.132Z | Downloaded bzip2 v0.4.4 |
875 | 2023-12-13T05:42:30.140Z | Downloaded linked-hash-map v0.5.6 |
876 | 2023-12-13T05:42:30.150Z | Downloaded try-lock v0.2.4 |
877 | 2023-12-13T05:42:30.151Z | Downloaded httptest v0.15.5 |
878 | 2023-12-13T05:42:30.157Z | Downloaded zone_cfg_derive v0.3.0 |
879 | 2023-12-13T05:42:30.157Z | Downloaded camino-tempfile v1.1.1 |
880 | 2023-12-13T05:42:30.162Z | Downloaded native-tls v0.2.11 |
881 | 2023-12-13T05:42:30.169Z | Downloaded number_prefix v0.4.0 |
882 | 2023-12-13T05:42:30.173Z | Downloaded foreign-types v0.3.2 |
883 | 2023-12-13T05:42:30.176Z | Downloaded tui-tree-widget v0.13.0 |
884 | 2023-12-13T05:42:30.179Z | Downloaded multer v2.1.0 |
885 | 2023-12-13T05:42:30.190Z | Downloaded hex-literal v0.4.1 |
886 | 2023-12-13T05:42:30.200Z | Downloaded highway v1.1.0 |
887 | 2023-12-13T05:42:30.213Z | Downloaded untrusted v0.9.0 |
888 | 2023-12-13T05:42:30.223Z | Downloaded tower-service v0.3.2 |
889 | 2023-12-13T05:42:30.223Z | Downloaded num-rational v0.4.1 |
890 | 2023-12-13T05:42:30.223Z | Downloaded darling_macro v0.20.3 |
891 | 2023-12-13T05:42:30.223Z | Downloaded num-complex v0.4.4 |
892 | 2023-12-13T05:42:30.229Z | Downloaded fragile v2.0.0 |
893 | 2023-12-13T05:42:30.230Z | Downloaded fnv v1.0.7 |
894 | 2023-12-13T05:42:30.235Z | Downloaded home v0.5.5 |
895 | 2023-12-13T05:42:30.235Z | Downloaded signature v2.1.0 |
896 | 2023-12-13T05:42:30.255Z | Downloaded untrusted v0.7.1 |
897 | 2023-12-13T05:42:30.255Z | Downloaded swrite v0.1.0 |
898 | 2023-12-13T05:42:30.262Z | Downloaded strsim v0.8.0 |
899 | 2023-12-13T05:42:30.262Z | Downloaded snafu v0.7.5 |
900 | 2023-12-13T05:42:30.267Z | Downloaded trybuild v1.0.85 |
901 | 2023-12-13T05:42:30.272Z | Downloaded data-encoding v2.4.0 |
902 | 2023-12-13T05:42:30.278Z | Downloaded stringprep v0.1.3 |
903 | 2023-12-13T05:42:30.284Z | Downloaded datatest-stable v0.2.3 |
904 | 2023-12-13T05:42:30.284Z | Downloaded diesel_table_macro_syntax v0.1.0 |
905 | 2023-12-13T05:42:30.293Z | Downloaded serde_path_to_error v0.1.14 |
906 | 2023-12-13T05:42:30.293Z | Downloaded zeroize_derive v1.4.2 |
907 | 2023-12-13T05:42:30.300Z | Downloaded hmac v0.12.1 |
908 | 2023-12-13T05:42:30.300Z | Downloaded headers-core v0.2.0 |
909 | 2023-12-13T05:42:30.300Z | Downloaded vte_generate_state_changes v0.1.1 |
910 | 2023-12-13T05:42:30.314Z | Downloaded foreign-types-macros v0.2.3 |
911 | 2023-12-13T05:42:30.314Z | Downloaded foreign-types v0.5.0 |
912 | 2023-12-13T05:42:30.314Z | Downloaded vec_map v0.8.2 |
913 | 2023-12-13T05:42:30.323Z | Downloaded tiny-keccak v2.0.2 |
914 | 2023-12-13T05:42:30.323Z | Downloaded darling_macro v0.14.4 |
915 | 2023-12-13T05:42:30.323Z | Downloaded once_cell v1.19.0 |
916 | 2023-12-13T05:42:30.333Z | Downloaded predicates-tree v1.0.9 |
917 | 2023-12-13T05:42:30.333Z | Downloaded string_cache v0.8.7 |
918 | 2023-12-13T05:42:30.334Z | Downloaded dtrace-parser v0.1.14 |
919 | 2023-12-13T05:42:30.343Z | Downloaded rustversion v1.0.14 |
920 | 2023-12-13T05:42:30.343Z | Downloaded guppy-workspace-hack v0.1.0 |
921 | 2023-12-13T05:42:30.354Z | Downloaded darling_core v0.14.4 |
922 | 2023-12-13T05:42:30.368Z | Downloaded zip v0.6.6 |
923 | 2023-12-13T05:42:30.380Z | Downloaded phf_shared v0.10.0 |
924 | 2023-12-13T05:42:30.381Z | Downloaded usdt-attr-macro v0.3.5 |
925 | 2023-12-13T05:42:30.381Z | Downloaded ref-cast-impl v1.0.20 |
926 | 2023-12-13T05:42:30.381Z | Downloaded unsafe-libyaml v0.2.9 |
927 | 2023-12-13T05:42:30.388Z | Downloaded endian-type v0.1.2 |
928 | 2023-12-13T05:42:30.389Z | Downloaded predicates v3.0.4 |
929 | 2023-12-13T05:42:30.389Z | Downloaded path-slash v0.1.5 |
930 | 2023-12-13T05:42:30.396Z | Downloaded ed25519 v1.5.3 |
931 | 2023-12-13T05:42:30.396Z | Downloaded snafu-derive v0.7.5 |
932 | 2023-12-13T05:42:30.404Z | Downloaded pathdiff v0.2.1 |
933 | 2023-12-13T05:42:30.404Z | Downloaded rustls-pemfile v1.0.3 |
934 | 2023-12-13T05:42:30.409Z | Downloaded unicode-width v0.1.11 |
935 | 2023-12-13T05:42:30.409Z | Downloaded rustc_version v0.4.0 |
936 | 2023-12-13T05:42:30.420Z | Downloaded signal-hook-tokio v0.3.1 |
937 | 2023-12-13T05:42:30.427Z | Downloaded rustls-native-certs v0.6.3 |
938 | 2023-12-13T05:42:30.427Z | Downloaded precomputed-hash v0.1.1 |
939 | 2023-12-13T05:42:30.427Z | Downloaded percent-encoding v2.3.1 |
940 | 2023-12-13T05:42:30.427Z | Downloaded fatfs v0.3.6 |
941 | 2023-12-13T05:42:30.433Z | Downloaded parse-display v0.8.2 |
942 | 2023-12-13T05:42:30.444Z | Downloaded usdt-macro v0.3.5 |
943 | 2023-12-13T05:42:30.444Z | Downloaded minimal-lexical v0.2.1 |
944 | 2023-12-13T05:42:30.460Z | Downloaded want v0.3.1 |
945 | 2023-12-13T05:42:30.460Z | Downloaded paste v1.0.14 |
946 | 2023-12-13T05:42:30.464Z | Downloaded sec1 v0.7.3 |
947 | 2023-12-13T05:42:30.464Z | Downloaded defmt v0.3.5 |
948 | 2023-12-13T05:42:30.468Z | Downloaded time-core v0.1.1 |
949 | 2023-12-13T05:42:30.472Z | Downloaded pretty-hex v0.4.0 |
950 | 2023-12-13T05:42:30.476Z | Downloaded proc-macro-crate v1.3.1 |
951 | 2023-12-13T05:42:30.476Z | Downloaded rcgen v0.11.3 |
952 | 2023-12-13T05:42:30.482Z | Downloaded pem v3.0.2 |
953 | 2023-12-13T05:42:30.486Z | Downloaded parse-display-derive v0.8.2 |
954 | 2023-12-13T05:42:30.490Z | Downloaded target-lexicon v0.12.12 |
955 | 2023-12-13T05:42:30.494Z | Downloaded x509-cert v0.2.4 |
956 | 2023-12-13T05:42:30.506Z | Downloaded fxhash v0.2.1 |
957 | 2023-12-13T05:42:30.510Z | Downloaded opaque-debug v0.3.0 |
958 | 2023-12-13T05:42:30.510Z | Downloaded smf v0.2.2 |
959 | 2023-12-13T05:42:30.513Z | Downloaded enum-as-inner v0.5.1 |
960 | 2023-12-13T05:42:30.518Z | Downloaded sct v0.7.0 |
961 | 2023-12-13T05:42:30.522Z | Downloaded defmt-macros v0.3.6 |
962 | 2023-12-13T05:42:30.528Z | Downloaded tokio-native-tls v0.3.1 |
963 | 2023-12-13T05:42:30.531Z | Downloaded xattr v1.0.1 |
964 | 2023-12-13T05:42:30.544Z | Downloaded stable_deref_trait v1.2.0 |
965 | 2023-12-13T05:42:30.544Z | Downloaded time-macros v0.2.13 |
966 | 2023-12-13T05:42:30.553Z | Downloaded rpassword v7.3.1 |
967 | 2023-12-13T05:42:30.553Z | Downloaded same-file v1.0.6 |
968 | 2023-12-13T05:42:30.553Z | Downloaded pin-utils v0.1.0 |
969 | 2023-12-13T05:42:30.554Z | Downloaded slog-async v2.8.0 |
970 | 2023-12-13T05:42:30.554Z | Downloaded partial-io v0.5.4 |
971 | 2023-12-13T05:42:30.569Z | Downloaded getrandom v0.2.10 |
972 | 2023-12-13T05:42:30.569Z | Downloaded threadpool v1.8.1 |
973 | 2023-12-13T05:42:30.569Z | Downloaded shlex v1.1.0 |
974 | 2023-12-13T05:42:30.570Z | Downloaded float-cmp v0.9.0 |
975 | 2023-12-13T05:42:30.577Z | Downloaded serde_urlencoded v0.7.1 |
976 | 2023-12-13T05:42:30.577Z | Downloaded signal-hook v0.3.17 |
977 | 2023-12-13T05:42:30.577Z | Downloaded serde_yaml v0.9.25 |
978 | 2023-12-13T05:42:30.582Z | Downloaded prettyplease v0.2.12 |
979 | 2023-12-13T05:42:30.588Z | Downloaded which v4.4.0 |
980 | 2023-12-13T05:42:30.592Z | Downloaded textwrap v0.11.0 |
981 | 2023-12-13T05:42:30.592Z | Downloaded tokio-tungstenite v0.20.1 |
982 | 2023-12-13T05:42:30.599Z | Downloaded unicode-xid v0.2.4 |
983 | 2023-12-13T05:42:30.599Z | Downloaded dirs-sys-next v0.1.2 |
984 | 2023-12-13T05:42:30.603Z | Downloaded dyn-clone v1.0.13 |
985 | 2023-12-13T05:42:30.603Z | Downloaded structopt v0.3.26 |
986 | 2023-12-13T05:42:30.614Z | Downloaded fs-err v2.11.0 |
987 | 2023-12-13T05:42:30.621Z | Downloaded futures-timer v3.0.2 |
988 | 2023-12-13T05:42:30.625Z | Downloaded deranged v0.3.8 |
989 | 2023-12-13T05:42:30.625Z | Downloaded difflib v0.4.0 |
990 | 2023-12-13T05:42:30.629Z | Downloaded rustc-demangle v0.1.23 |
991 | 2023-12-13T05:42:30.629Z | Downloaded derive_builder v0.12.0 |
992 | 2023-12-13T05:42:30.636Z | Downloaded rustc-hash v1.1.0 |
993 | 2023-12-13T05:42:30.644Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2023-12-13T05:42:30.644Z | Downloaded expectorate v1.1.0 |
995 | 2023-12-13T05:42:31.055Z | Downloaded vte v0.10.1 |
996 | 2023-12-13T05:42:31.056Z | Downloaded typenum v1.16.0 |
997 | 2023-12-13T05:42:31.069Z | Downloaded platforms v3.0.2 |
998 | 2023-12-13T05:42:31.070Z | Downloaded pretty_assertions v1.4.0 |
999 | 2023-12-13T05:42:31.070Z | Downloaded pem-rfc7468 v0.7.0 |
1000 | 2023-12-13T05:42:31.070Z | Downloaded schemars v0.8.13 |
1001 | 2023-12-13T05:42:31.071Z | Downloaded relative-path v1.9.0 |
1002 | 2023-12-13T05:42:31.071Z | Downloaded socket2 v0.5.5 |
1003 | 2023-12-13T05:42:31.071Z | Downloaded rsa v0.9.2 |
1004 | 2023-12-13T05:42:31.071Z | Downloaded flate2 v1.0.28 |
1005 | 2023-12-13T05:42:31.072Z | Downloaded salty v0.2.0 |
1006 | 2023-12-13T05:42:31.072Z | Downloaded textwrap v0.16.0 |
1007 | 2023-12-13T05:42:31.072Z | Downloaded reedline v0.22.0 |
1008 | 2023-12-13T05:42:31.072Z | Downloaded rayon-core v1.12.0 |
1009 | 2023-12-13T05:42:31.072Z | Downloaded unicode-segmentation v1.10.1 |
1010 | 2023-12-13T05:42:31.072Z | Downloaded typed-path v0.7.0 |
1011 | 2023-12-13T05:42:31.072Z | Downloaded idna v0.2.3 |
1012 | 2023-12-13T05:42:31.072Z | Downloaded pest v2.7.2 |
1013 | 2023-12-13T05:42:31.073Z | Downloaded idna v0.5.0 |
1014 | 2023-12-13T05:42:31.073Z | Downloaded tokio-util v0.7.10 |
1015 | 2023-12-13T05:42:31.073Z | Downloaded bindgen v0.65.1 |
1016 | 2023-12-13T05:42:31.073Z | Downloaded h2 v0.3.21 |
1017 | 2023-12-13T05:42:31.073Z | Downloaded plotters v0.3.5 |
1018 | 2023-12-13T05:42:31.073Z | Downloaded time v0.3.27 |
1019 | 2023-12-13T05:42:31.073Z | Downloaded ratatui v0.23.0 |
1020 | 2023-12-13T05:42:31.074Z | Downloaded syn v1.0.109 |
1021 | 2023-12-13T05:42:31.074Z | Downloaded reqwest v0.11.22 |
1022 | 2023-12-13T05:42:31.074Z | Downloaded regress v0.7.1 |
1023 | 2023-12-13T05:42:31.074Z | Downloaded curve25519-dalek v4.1.1 |
1024 | 2023-12-13T05:42:31.074Z | Downloaded futures-util v0.3.29 |
1025 | 2023-12-13T05:42:31.074Z | Downloaded regex-syntax v0.8.2 |
1026 | 2023-12-13T05:42:31.074Z | Downloaded regex-syntax v0.7.5 |
1027 | 2023-12-13T05:42:31.075Z | Downloaded webpki-roots v0.25.2 |
1028 | 2023-12-13T05:42:31.075Z | Downloaded gimli v0.28.0 |
1029 | 2023-12-13T05:42:31.075Z | Downloaded polar-core v0.27.0 |
1030 | 2023-12-13T05:42:31.075Z | Downloaded zerocopy-derive v0.7.26 |
1031 | 2023-12-13T05:42:31.086Z | Downloaded regex-syntax v0.6.29 |
1032 | 2023-12-13T05:42:31.093Z | Downloaded zerocopy-derive v0.6.4 |
1033 | 2023-12-13T05:42:31.109Z | Downloaded sha3 v0.10.8 |
1034 | 2023-12-13T05:42:31.122Z | Downloaded sled v0.34.7 |
1035 | 2023-12-13T05:42:31.144Z | Downloaded encoding_rs v0.8.33 |
1036 | 2023-12-13T05:42:31.184Z | Downloaded zerocopy-derive v0.2.0 |
1037 | 2023-12-13T05:42:31.204Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1038 | 2023-12-13T05:42:31.230Z | Downloaded tokio v1.35.0 |
1039 | 2023-12-13T05:42:31.297Z | Downloaded regex-automata v0.4.3 |
1040 | 2023-12-13T05:42:31.330Z | Downloaded regex-automata v0.3.8 |
1041 | 2023-12-13T05:42:31.359Z | Downloaded diesel v2.1.4 |
1042 | 2023-12-13T05:42:31.392Z | Downloaded bstr v1.6.0 |
1043 | 2023-12-13T05:42:31.413Z | Downloaded regex v1.10.2 |
1044 | 2023-12-13T05:42:31.432Z | Downloaded radix_trie v0.2.1 |
1045 | 2023-12-13T05:42:31.452Z | Downloaded bstr v0.2.17 |
1046 | 2023-12-13T05:42:31.466Z | Downloaded trust-dns-proto v0.22.0 |
1047 | 2023-12-13T05:42:31.489Z | Downloaded smoltcp v0.9.1 |
1048 | 2023-12-13T05:42:31.512Z | Downloaded petgraph v0.6.4 |
1049 | 2023-12-13T05:42:31.540Z | Downloaded rustix v0.38.25 |
1050 | 2023-12-13T05:42:31.575Z | Downloaded rustls v0.21.9 |
1051 | 2023-12-13T05:42:31.600Z | Downloaded openapiv3 v2.0.0 |
1052 | 2023-12-13T05:42:31.618Z | Downloaded proptest v1.4.0 |
1053 | 2023-12-13T05:42:31.628Z | Downloaded tabled v0.14.0 |
1054 | 2023-12-13T05:42:31.655Z | Downloaded guppy v0.17.4 |
1055 | 2023-12-13T05:42:31.665Z | Downloaded smoltcp v0.10.0 |
1056 | 2023-12-13T05:42:31.744Z | Downloaded rustls-webpki v0.101.7 |
1057 | 2023-12-13T05:42:31.762Z | Downloaded object v0.30.4 |
1058 | 2023-12-13T05:42:31.762Z | Downloaded chrono v0.4.31 |
1059 | 2023-12-13T05:42:31.762Z | Downloaded bitvec v1.0.1 |
1060 | 2023-12-13T05:42:31.781Z | Downloaded quick-xml v0.23.1 |
1061 | 2023-12-13T05:42:31.796Z | Downloaded object v0.32.1 |
1062 | 2023-12-13T05:42:31.806Z | Downloaded nix v0.26.4 |
1063 | 2023-12-13T05:42:31.827Z | Downloaded serde_with v3.4.0 |
1064 | 2023-12-13T05:42:31.839Z | Downloaded rayon v1.8.0 |
1065 | 2023-12-13T05:42:31.871Z | Downloaded portable-atomic v1.4.3 |
1066 | 2023-12-13T05:42:31.897Z | Downloaded lalrpop v0.19.12 |
1067 | 2023-12-13T05:42:31.897Z | Downloaded vcpkg v0.2.15 |
1068 | 2023-12-13T05:42:31.957Z | Downloaded sqlparser v0.36.1 |
1069 | 2023-12-13T05:42:31.967Z | Downloaded hashbrown v0.12.3 |
1070 | 2023-12-13T05:42:31.977Z | Downloaded tokio-postgres v0.7.10 |
1071 | 2023-12-13T05:42:31.985Z | Downloaded regex-automata v0.1.10 |
1072 | 2023-12-13T05:42:32.002Z | Downloaded ring v0.17.7 |
1073 | 2023-12-13T05:42:32.122Z | Downloaded hashbrown v0.13.2 |
1074 | 2023-12-13T05:42:32.141Z | Downloaded tough v0.16.0 |
1075 | 2023-12-13T05:42:32.152Z | Downloaded ron v0.8.1 |
1076 | 2023-12-13T05:42:32.173Z | Downloaded hkdf v0.12.3 |
1077 | 2023-12-13T05:42:32.175Z | Downloaded openssl v0.10.60 |
1078 | 2023-12-13T05:42:32.194Z | Downloaded ring v0.16.20 |
1079 | 2023-12-13T05:42:32.334Z | Downloaded socket2 v0.4.9 |
1080 | 2023-12-13T05:42:32.341Z | Downloaded half v1.8.2 |
1081 | 2023-12-13T05:42:32.368Z | Downloaded parking_lot v0.12.1 |
1082 | 2023-12-13T05:42:32.368Z | Downloaded zerocopy v0.7.26 |
1083 | 2023-12-13T05:42:32.380Z | Downloaded unicode-normalization v0.1.22 |
1084 | 2023-12-13T05:42:32.385Z | Downloaded rust-argon2 v1.0.1 |
1085 | 2023-12-13T05:42:32.385Z | Downloaded ref-cast v1.0.20 |
1086 | 2023-12-13T05:42:32.385Z | Downloaded tokio-rustls v0.24.1 |
1087 | 2023-12-13T05:42:32.390Z | Downloaded tokio-stream v0.1.14 |
1088 | 2023-12-13T05:42:32.400Z | Downloaded tinytemplate v1.2.1 |
1089 | 2023-12-13T05:42:32.405Z | Downloaded tungstenite v0.20.1 |
1090 | 2023-12-13T05:42:32.405Z | Downloaded test-strategy v0.3.1 |
1091 | 2023-12-13T05:42:32.409Z | Downloaded http v0.2.11 |
1092 | 2023-12-13T05:42:32.415Z | Downloaded rand v0.8.5 |
1093 | 2023-12-13T05:42:32.425Z | Downloaded rand v0.4.6 |
1094 | 2023-12-13T05:42:32.428Z | Downloaded hyper v0.14.27 |
1095 | 2023-12-13T05:42:32.440Z | Downloaded rustfmt-wrapper v0.2.0 |
1096 | 2023-12-13T05:42:32.444Z | Downloaded sqlformat v0.2.3 |
1097 | 2023-12-13T05:42:32.448Z | Downloaded remove_dir_all v0.5.3 |
1098 | 2023-12-13T05:42:32.448Z | Downloaded tar v0.4.40 |
1099 | 2023-12-13T05:42:32.452Z | Downloaded slog v2.7.0 |
1100 | 2023-12-13T05:42:32.457Z | Downloaded heapless v0.7.16 |
1101 | 2023-12-13T05:42:32.462Z | Downloaded derive-where v1.2.6 |
1102 | 2023-12-13T05:42:32.468Z | Downloaded diff v0.1.13 |
1103 | 2023-12-13T05:42:32.473Z | Downloaded aho-corasick v1.0.4 |
1104 | 2023-12-13T05:42:32.483Z | Downloaded pest_meta v2.7.2 |
1105 | 2023-12-13T05:42:32.486Z | Downloaded papergrid v0.10.0 |
1106 | 2023-12-13T05:42:32.494Z | Downloaded pin-project v1.1.3 |
1107 | 2023-12-13T05:42:32.513Z | Downloaded ucd-trie v0.1.6 |
1108 | 2023-12-13T05:42:32.516Z | Downloaded openssl-sys v0.9.96 |
1109 | 2023-12-13T05:42:32.524Z | Downloaded rstest v0.18.2 |
1110 | 2023-12-13T05:42:32.532Z | Downloaded flagset v0.4.3 |
1111 | 2023-12-13T05:42:32.536Z | Downloaded strip-ansi-escapes v0.1.1 |
1112 | 2023-12-13T05:42:32.539Z | Downloaded spin v0.5.2 |
1113 | 2023-12-13T05:42:32.539Z | Downloaded either v1.9.0 |
1114 | 2023-12-13T05:42:32.542Z | Downloaded postgres-types v0.2.6 |
1115 | 2023-12-13T05:42:32.545Z | Downloaded headers v0.3.9 |
1116 | 2023-12-13T05:42:32.552Z | Downloaded flume v0.11.0 |
1117 | 2023-12-13T05:42:32.558Z | Downloaded slog-envlogger v2.2.0 |
1118 | 2023-12-13T05:42:32.561Z | Downloaded group v0.13.0 |
1119 | 2023-12-13T05:42:32.564Z | Downloaded derive_builder_core v0.12.0 |
1120 | 2023-12-13T05:42:32.567Z | Downloaded parking_lot_core v0.9.8 |
1121 | 2023-12-13T05:42:32.570Z | Downloaded env_logger v0.10.0 |
1122 | 2023-12-13T05:42:32.575Z | Downloaded futures v0.3.29 |
1123 | 2023-12-13T05:42:32.583Z | Downloaded elliptic-curve v0.13.8 |
1124 | 2023-12-13T05:42:32.589Z | Downloaded derive_more v0.99.17 |
1125 | 2023-12-13T05:42:33.009Z | Downloaded tempdir v0.3.7 |
1126 | 2023-12-13T05:42:33.026Z | Downloaded hash32 v0.2.1 |
1127 | 2023-12-13T05:42:33.026Z | Downloaded rstest_macros v0.18.2 |
1128 | 2023-12-13T05:42:33.027Z | Downloaded yasna v0.5.2 |
1129 | 2023-12-13T05:42:33.027Z | Downloaded trust-dns-client v0.22.0 |
1130 | 2023-12-13T05:42:33.027Z | Downloaded criterion v0.5.1 |
1131 | 2023-12-13T05:42:33.027Z | Downloaded itertools v0.12.0 |
1132 | 2023-12-13T05:42:33.027Z | Downloaded rustc_version v0.1.7 |
1133 | 2023-12-13T05:42:33.027Z | Downloaded password-hash v0.5.0 |
1134 | 2023-12-13T05:42:33.027Z | Downloaded uuid v1.6.1 |
1135 | 2023-12-13T05:42:33.027Z | Downloaded itertools v0.10.5 |
1136 | 2023-12-13T05:42:33.028Z | Downloaded num-bigint-dig v0.8.4 |
1137 | 2023-12-13T05:42:33.028Z | Downloaded nom v7.1.3 |
1138 | 2023-12-13T05:42:33.028Z | Downloaded trust-dns-resolver v0.22.0 |
1139 | 2023-12-13T05:42:33.028Z | Downloaded toml_edit v0.19.15 |
1140 | 2023-12-13T05:42:33.028Z | Downloaded serde-hex v0.1.0 |
1141 | 2023-12-13T05:42:33.028Z | Downloaded parking_lot_core v0.8.6 |
1142 | 2023-12-13T05:42:33.028Z | Downloaded peeking_take_while v0.1.2 |
1143 | 2023-12-13T05:42:33.028Z | Downloaded debug-ignore v1.0.5 |
1144 | 2023-12-13T05:42:33.029Z | Downloaded strum_macros v0.24.3 |
1145 | 2023-12-13T05:42:33.029Z | Downloaded futures-task v0.3.29 |
1146 | 2023-12-13T05:42:33.029Z | Downloaded ena v0.14.2 |
1147 | 2023-12-13T05:42:33.029Z | Downloaded embedded-io v0.4.0 |
1148 | 2023-12-13T05:42:33.029Z | Downloaded mio v0.8.9 |
1149 | 2023-12-13T05:42:33.029Z | Downloaded globset v0.4.13 |
1150 | 2023-12-13T05:42:33.029Z | Downloaded glob v0.3.1 |
1151 | 2023-12-13T05:42:33.030Z | Downloaded slab v0.4.9 |
1152 | 2023-12-13T05:42:33.030Z | Downloaded diesel_derives v2.1.2 |
1153 | 2023-12-13T05:42:33.030Z | Downloaded der v0.7.8 |
1154 | 2023-12-13T05:42:33.030Z | Downloaded pin-project-lite v0.2.13 |
1155 | 2023-12-13T05:42:33.030Z | Downloaded pin-project-internal v1.1.3 |
1156 | 2023-12-13T05:42:33.030Z | Downloaded tracing v0.1.37 |
1157 | 2023-12-13T05:42:33.030Z | Downloaded wait-timeout v0.2.0 |
1158 | 2023-12-13T05:42:33.030Z | Downloaded scheduled-thread-pool v0.2.7 |
1159 | 2023-12-13T05:42:33.030Z | Downloaded zone v0.3.0 |
1160 | 2023-12-13T05:42:33.030Z | Downloaded whoami v1.4.1 |
1161 | 2023-12-13T05:42:33.030Z | Downloaded utf-8 v0.7.6 |
1162 | 2023-12-13T05:42:33.030Z | Downloaded postcard v1.0.8 |
1163 | 2023-12-13T05:42:33.031Z | Downloaded pest_derive v2.7.2 |
1164 | 2023-12-13T05:42:33.031Z | Downloaded parking_lot v0.11.2 |
1165 | 2023-12-13T05:42:33.031Z | Downloaded unicode_categories v0.1.1 |
1166 | 2023-12-13T05:42:33.031Z | Downloaded usdt v0.3.5 |
1167 | 2023-12-13T05:42:33.031Z | Downloaded target-spec v3.0.1 |
1168 | 2023-12-13T05:42:33.031Z | Downloaded packed_struct_codegen v0.10.1 |
1169 | 2023-12-13T05:42:33.031Z | Downloaded phf_shared v0.11.2 |
1170 | 2023-12-13T05:42:33.031Z | Downloaded phf v0.11.2 |
1171 | 2023-12-13T05:42:33.031Z | Downloaded darling v0.20.3 |
1172 | 2023-12-13T05:42:33.031Z | Downloaded libxml v0.3.3 |
1173 | 2023-12-13T05:42:33.031Z | Downloaded itertools v0.11.0 |
1174 | 2023-12-13T05:42:33.031Z | Downloaded similar v2.3.0 |
1175 | 2023-12-13T05:42:33.031Z | Downloaded oso v0.27.0 |
1176 | 2023-12-13T05:42:33.031Z | Downloaded futures-sink v0.3.29 |
1177 | 2023-12-13T05:42:33.031Z | Downloaded shell-words v1.1.0 |
1178 | 2023-12-13T05:42:33.031Z | Downloaded url v2.5.0 |
1179 | 2023-12-13T05:42:33.031Z | Downloaded steno v0.4.0 |
1180 | 2023-12-13T05:42:33.031Z | Downloaded unicode-bidi v0.3.13 |
1181 | 2023-12-13T05:42:33.031Z | Downloaded smallvec v1.11.2 |
1182 | 2023-12-13T05:42:33.031Z | Downloaded synstructure v0.12.6 |
1183 | 2023-12-13T05:42:33.031Z | Downloaded rand_xorshift v0.3.0 |
1184 | 2023-12-13T05:42:33.031Z | Downloaded predicates-core v1.0.6 |
1185 | 2023-12-13T05:42:33.031Z | Downloaded rtoolbox v0.0.1 |
1186 | 2023-12-13T05:42:33.031Z | Downloaded tracing-core v0.1.31 |
1187 | 2023-12-13T05:42:33.031Z | Downloaded toml v0.7.8 |
1188 | 2023-12-13T05:42:33.032Z | Downloaded plotters-backend v0.3.5 |
1189 | 2023-12-13T05:42:33.032Z | Downloaded toml v0.5.11 |
1190 | 2023-12-13T05:42:33.032Z | Downloaded signature v1.6.4 |
1191 | 2023-12-13T05:42:33.032Z | Downloaded dof v0.1.5 |
1192 | 2023-12-13T05:42:33.032Z | Downloaded serde_derive_internals v0.26.0 |
1193 | 2023-12-13T05:42:33.032Z | Downloaded crossbeam-channel v0.5.8 |
1194 | 2023-12-13T05:42:33.032Z | Downloaded resolv-conf v0.7.0 |
1195 | 2023-12-13T05:42:33.032Z | Downloaded num-traits v0.2.16 |
1196 | 2023-12-13T05:42:33.032Z | Downloaded trust-dns-server v0.22.1 |
1197 | 2023-12-13T05:42:33.032Z | Downloaded plotters-svg v0.3.5 |
1198 | 2023-12-13T05:42:33.032Z | Downloaded derive_builder_macro v0.12.0 |
1199 | 2023-12-13T05:42:33.034Z | Downloaded zeroize v1.7.0 |
1200 | 2023-12-13T05:42:33.034Z | Downloaded hex v0.4.3 |
1201 | 2023-12-13T05:42:33.035Z | Downloaded heck v0.3.3 |
1202 | 2023-12-13T05:42:33.035Z | Downloaded pkcs1 v0.7.5 |
1203 | 2023-12-13T05:42:33.035Z | Downloaded digest v0.10.7 |
1204 | 2023-12-13T05:42:33.035Z | Downloaded chacha20poly1305 v0.10.1 |
1205 | 2023-12-13T05:42:33.035Z | Downloaded rand_core v0.6.4 |
1206 | 2023-12-13T05:42:33.035Z | Downloaded rand_chacha v0.3.1 |
1207 | 2023-12-13T05:42:33.035Z | Downloaded poly1305 v0.8.0 |
1208 | 2023-12-13T05:42:33.035Z | Downloaded pest_generator v2.7.2 |
1209 | 2023-12-13T05:42:33.036Z | Downloaded zerocopy v0.6.4 |
1210 | 2023-12-13T05:42:33.036Z | Downloaded dirs-next v2.0.0 |
1211 | 2023-12-13T05:42:33.036Z | Downloaded serde_repr v0.1.16 |
1212 | 2023-12-13T05:42:33.036Z | Downloaded fixedbitset v0.4.2 |
1213 | 2023-12-13T05:42:33.036Z | Downloaded fd-lock v3.0.13 |
1214 | 2023-12-13T05:42:33.036Z | Downloaded fastrand v2.0.0 |
1215 | 2023-12-13T05:42:33.036Z | Downloaded fallible-iterator v0.2.0 |
1216 | 2023-12-13T05:42:33.036Z | Downloaded termios v0.3.3 |
1217 | 2023-12-13T05:42:33.036Z | Downloaded tabled_derive v0.6.0 |
1218 | 2023-12-13T05:42:33.036Z | Downloaded supports-color v2.1.0 |
1219 | 2023-12-13T05:42:33.036Z | Downloaded base64 v0.21.5 |
1220 | 2023-12-13T05:42:33.036Z | Downloaded darling_core v0.20.3 |
1221 | 2023-12-13T05:42:33.036Z | Downloaded radium v0.7.0 |
1222 | 2023-12-13T05:42:33.036Z | Downloaded r2d2 v0.8.10 |
1223 | 2023-12-13T05:42:33.036Z | Downloaded quick-error v1.2.3 |
1224 | 2023-12-13T05:42:33.036Z | Downloaded unicode-linebreak v0.1.5 |
1225 | 2023-12-13T05:42:33.036Z | Downloaded unicase v2.7.0 |
1226 | 2023-12-13T05:42:33.047Z | Downloaded futures-channel v0.3.29 |
1227 | 2023-12-13T05:42:33.047Z | Downloaded tinyvec v1.6.0 |
1228 | 2023-12-13T05:42:33.047Z | Downloaded tracing-attributes v0.1.26 |
1229 | 2023-12-13T05:42:33.047Z | Downloaded postgres-protocol v0.6.6 |
1230 | 2023-12-13T05:42:33.047Z | Downloaded pkcs8 v0.10.2 |
1231 | 2023-12-13T05:42:33.047Z | Downloaded secrecy v0.8.0 |
1232 | 2023-12-13T05:42:33.047Z | Downloaded owo-colors v3.5.0 |
1233 | 2023-12-13T05:42:33.047Z | Downloaded futures-core v0.3.29 |
1234 | 2023-12-13T05:42:33.049Z | Downloaded miniz_oxide v0.7.1 |
1235 | 2023-12-13T05:42:33.055Z | Downloaded serde_plain v1.0.2 |
1236 | 2023-12-13T05:42:33.055Z | Downloaded semver v0.1.20 |
1237 | 2023-12-13T05:42:33.055Z | Downloaded filetime v0.2.23 |
1238 | 2023-12-13T05:42:33.055Z | Downloaded der_derive v0.7.2 |
1239 | 2023-12-13T05:42:33.061Z | Downloaded yansi v0.5.1 |
1240 | 2023-12-13T05:42:33.062Z | Downloaded downcast v0.11.0 |
1241 | 2023-12-13T05:42:33.062Z | Downloaded doc-comment v0.3.3 |
1242 | 2023-12-13T05:42:33.074Z | Downloaded display-error-chain v0.2.0 |
1243 | 2023-12-13T05:42:33.074Z | Downloaded termtree v0.4.1 |
1244 | 2023-12-13T05:42:33.074Z | Downloaded getopts v0.2.21 |
1245 | 2023-12-13T05:42:33.074Z | Downloaded smawk v0.3.1 |
1246 | 2023-12-13T05:42:33.074Z | Downloaded slog-stdlog v4.1.1 |
1247 | 2023-12-13T05:42:33.074Z | Downloaded slog-scope v4.4.0 |
1248 | 2023-12-13T05:42:33.080Z | Downloaded slog-json v2.6.1 |
1249 | 2023-12-13T05:42:33.080Z | Downloaded bitflags v2.4.0 |
1250 | 2023-12-13T05:42:33.086Z | Downloaded subprocess v0.2.9 |
1251 | 2023-12-13T05:42:33.091Z | Downloaded topological-sort v0.2.2 |
1252 | 2023-12-13T05:42:33.091Z | Downloaded generic-array v0.14.7 |
1253 | 2023-12-13T05:42:33.091Z | Downloaded ppv-lite86 v0.2.17 |
1254 | 2023-12-13T05:42:33.096Z | Downloaded packed_struct v0.10.1 |
1255 | 2023-12-13T05:42:33.097Z | Downloaded cc v1.0.83 |
1256 | 2023-12-13T05:42:33.104Z | Downloaded serde_with_macros v3.4.0 |
1257 | 2023-12-13T05:42:33.104Z | Downloaded oorandom v11.1.3 |
1258 | 2023-12-13T05:42:33.107Z | Downloaded olpc-cjson v0.1.3 |
1259 | 2023-12-13T05:42:33.107Z | Downloaded backtrace v0.3.69 |
1260 | 2023-12-13T05:42:33.113Z | Downloaded http-body v0.4.5 |
1261 | 2023-12-13T05:42:33.116Z | Downloaded proc-macro-error v1.0.4 |
1262 | 2023-12-13T05:42:33.121Z | Downloaded vsss-rs v3.3.2 |
1263 | 2023-12-13T05:42:33.129Z | Downloaded term v0.7.0 |
1264 | 2023-12-13T05:42:33.133Z | Downloaded arc-swap v1.6.0 |
1265 | 2023-12-13T05:42:33.137Z | Downloaded form_urlencoded v1.2.1 |
1266 | 2023-12-13T05:42:33.144Z | Downloaded wyz v0.5.1 |
1267 | 2023-12-13T05:42:33.144Z | Downloaded pretty-hex v0.2.1 |
1268 | 2023-12-13T05:42:33.144Z | Downloaded structopt-derive v0.4.18 |
1269 | 2023-12-13T05:42:33.144Z | Downloaded futures-macro v0.3.29 |
1270 | 2023-12-13T05:42:33.148Z | Downloaded futures-io v0.3.29 |
1271 | 2023-12-13T05:42:33.148Z | Downloaded futures-executor v0.3.29 |
1272 | 2023-12-13T05:42:33.151Z | Downloaded ff v0.13.0 |
1273 | 2023-12-13T05:42:33.154Z | Downloaded sqlparser_derive v0.1.1 |
1274 | 2023-12-13T05:42:33.154Z | Downloaded serde-big-array v0.5.1 |
1275 | 2023-12-13T05:42:33.157Z | Downloaded unarray v0.1.4 |
1276 | 2023-12-13T05:42:33.157Z | Downloaded defmt-parser v0.3.3 |
1277 | 2023-12-13T05:42:33.161Z | Downloaded cancel-safe-futures v0.1.5 |
1278 | 2023-12-13T05:42:33.164Z | Downloaded crossterm v0.27.0 |
1279 | 2023-12-13T05:42:33.186Z | Downloaded num-integer v0.1.45 |
1280 | 2023-12-13T05:42:33.196Z | Downloaded mockall_derive v0.12.0 |
1281 | 2023-12-13T05:42:33.196Z | Downloaded blake2 v0.10.6 |
1282 | 2023-12-13T05:42:33.198Z | Downloaded crossbeam-utils v0.8.16 |
1283 | 2023-12-13T05:42:33.198Z | Downloaded strum v0.25.0 |
1284 | 2023-12-13T05:42:33.210Z | Downloaded clang-sys v1.6.1 |
1285 | 2023-12-13T05:42:33.210Z | Downloaded darling v0.14.4 |
1286 | 2023-12-13T05:42:33.211Z | Downloaded cfg-expr v0.15.5 |
1287 | 2023-12-13T05:42:33.211Z | Downloaded ciborium v0.2.1 |
1288 | 2023-12-13T05:42:33.226Z | Downloaded basic-toml v0.1.4 |
1289 | 2023-12-13T05:42:33.239Z | Downloaded hostname v0.3.1 |
1290 | 2023-12-13T05:42:33.239Z | Downloaded log v0.4.20 |
1291 | 2023-12-13T05:42:33.239Z | Downloaded mime_guess v2.0.4 |
1292 | 2023-12-13T05:42:33.251Z | Downloaded indicatif v0.17.7 |
1293 | 2023-12-13T05:42:33.251Z | Downloaded indexmap v1.9.3 |
1294 | 2023-12-13T05:42:33.260Z | Downloaded pkg-config v0.3.27 |
1295 | 2023-12-13T05:42:33.261Z | Downloaded universal-hash v0.5.1 |
1296 | 2023-12-13T05:42:33.261Z | Downloaded omicron-zone-package v0.9.1 |
1297 | 2023-12-13T05:42:33.261Z | Downloaded proc-macro-error-attr v1.0.4 |
1298 | 2023-12-13T05:42:33.262Z | Downloaded usdt-impl v0.3.5 |
1299 | 2023-12-13T05:42:33.274Z | Downloaded tokio-macros v2.2.0 |
1300 | 2023-12-13T05:42:33.274Z | Downloaded libloading v0.7.4 |
1301 | 2023-12-13T05:42:33.276Z | Downloaded oso-derive v0.27.0 |
1302 | 2023-12-13T05:42:33.276Z | Downloaded http-range v0.1.5 |
1303 | 2023-12-13T05:42:33.276Z | Downloaded funty v2.0.0 |
1304 | 2023-12-13T05:42:33.276Z | Downloaded blake2b_simd v1.0.1 |
1305 | 2023-12-13T05:42:33.294Z | Downloaded tempfile v3.8.1 |
1306 | 2023-12-13T05:42:33.294Z | Downloaded libtest-mimic v0.6.1 |
1307 | 2023-12-13T05:42:33.294Z | Downloaded mime v0.3.17 |
1308 | 2023-12-13T05:42:33.294Z | Downloaded zerocopy v0.3.0 |
1309 | 2023-12-13T05:42:33.295Z | Downloaded libm v0.2.7 |
1310 | 2023-12-13T05:42:33.311Z | Downloaded strum_macros v0.25.2 |
1311 | 2023-12-13T05:42:33.311Z | Downloaded num v0.4.1 |
1312 | 2023-12-13T05:42:33.329Z | Downloaded foreign-types-shared v0.3.1 |
1313 | 2023-12-13T05:42:33.329Z | Downloaded foreign-types-shared v0.1.1 |
1314 | 2023-12-13T05:42:33.329Z | Downloaded walkdir v2.4.0 |
1315 | 2023-12-13T05:42:33.329Z | Downloaded version_check v0.9.4 |
1316 | 2023-12-13T05:42:33.330Z | Downloaded subtle v2.5.0 |
1317 | 2023-12-13T05:42:33.330Z | Downloaded structmeta-derive v0.2.0 |
1318 | 2023-12-13T05:42:33.330Z | Downloaded structmeta v0.2.0 |
1319 | 2023-12-13T05:42:33.330Z | Downloaded maybe-uninit v2.0.0 |
1320 | 2023-12-13T05:42:33.331Z | Downloaded crypto-bigint v0.5.2 |
1321 | 2023-12-13T05:42:33.343Z | Downloaded httparse v1.8.0 |
1322 | 2023-12-13T05:42:33.344Z | Downloaded termcolor v1.2.0 |
1323 | 2023-12-13T05:42:33.344Z | Downloaded spin v0.9.8 |
1324 | 2023-12-13T05:42:33.344Z | Downloaded static_assertions v1.1.0 |
1325 | 2023-12-13T05:42:33.344Z | Downloaded slog-term v2.9.0 |
1326 | 2023-12-13T05:42:33.356Z | Downloaded memoffset v0.7.1 |
1327 | 2023-12-13T05:42:33.356Z | Downloaded base64ct v1.6.0 |
1328 | 2023-12-13T05:42:33.356Z | Downloaded thread_local v1.1.7 |
1329 | 2023-12-13T05:42:33.356Z | Downloaded thread-id v4.2.0 |
1330 | 2023-12-13T05:42:33.376Z | Downloaded thiserror-no-std v2.0.2 |
1331 | 2023-12-13T05:42:33.376Z | Downloaded tap v1.0.1 |
1332 | 2023-12-13T05:42:33.376Z | Downloaded lalrpop-util v0.19.12 |
1333 | 2023-12-13T05:42:33.376Z | Downloaded ipnetwork v0.20.0 |
1334 | 2023-12-13T05:42:33.376Z | Downloaded num_enum_derive v0.5.11 |
1335 | 2023-12-13T05:42:33.833Z | Downloaded nodrop v0.1.14 |
1336 | 2023-12-13T05:42:33.833Z | Downloaded lazycell v1.3.0 |
1337 | 2023-12-13T05:42:33.833Z | Downloaded libefi-sys v0.1.0 |
1338 | 2023-12-13T05:42:33.833Z | Downloaded is-terminal v0.4.9 |
1339 | 2023-12-13T05:42:33.833Z | Downloaded num_cpus v1.16.0 |
1340 | 2023-12-13T05:42:33.833Z | Downloaded libsw v3.3.0 |
1341 | 2023-12-13T05:42:33.833Z | Downloaded bit-set v0.5.3 |
1342 | 2023-12-13T05:42:33.833Z | Downloaded toolchain_find v0.2.0 |
1343 | 2023-12-13T05:42:33.833Z | Downloaded tinyvec_macros v0.1.1 |
1344 | 2023-12-13T05:42:33.833Z | Downloaded nibble_vec v0.1.0 |
1345 | 2023-12-13T05:42:33.834Z | Downloaded macaddr v1.0.1 |
1346 | 2023-12-13T05:42:33.834Z | Downloaded indoc v2.0.3 |
1347 | 2023-12-13T05:42:33.834Z | Downloaded bytes v1.5.0 |
1348 | 2023-12-13T05:42:33.834Z | Downloaded crossbeam v0.8.2 |
1349 | 2023-12-13T05:42:33.834Z | Downloaded cpufeatures v0.2.9 |
1350 | 2023-12-13T05:42:33.834Z | Downloaded nanorand v0.7.0 |
1351 | 2023-12-13T05:42:33.835Z | Downloaded cookie v0.18.0 |
1352 | 2023-12-13T05:42:33.835Z | Downloaded ciborium-ll v0.2.1 |
1353 | 2023-12-13T05:42:33.835Z | Downloaded cexpr v0.6.0 |
1354 | 2023-12-13T05:42:33.835Z | Downloaded bit-vec v0.6.3 |
1355 | 2023-12-13T05:42:33.835Z | Downloaded bb8 v0.8.1 |
1356 | 2023-12-13T05:42:33.835Z | Downloaded indoc v1.0.9 |
1357 | 2023-12-13T05:42:33.836Z | Downloaded cassowary v0.3.0 |
1358 | 2023-12-13T05:42:33.836Z | Downloaded chacha20 v0.9.1 |
1359 | 2023-12-13T05:42:33.836Z | Downloaded take_mut v0.2.2 |
1360 | 2023-12-13T05:42:33.836Z | Downloaded spki v0.7.2 |
1361 | 2023-12-13T05:42:33.836Z | Downloaded smallvec v0.6.14 |
1362 | 2023-12-13T05:42:33.836Z | Downloaded slog-dtrace v0.2.3 |
1363 | 2023-12-13T05:42:33.836Z | Downloaded slog-bunyan v2.4.0 |
1364 | 2023-12-13T05:42:33.836Z | Downloaded siphasher v0.3.11 |
1365 | 2023-12-13T05:42:33.837Z | Downloaded memoffset v0.9.0 |
1366 | 2023-12-13T05:42:33.837Z | Downloaded lru-cache v0.1.2 |
1367 | 2023-12-13T05:42:33.837Z | Downloaded criterion-plot v0.5.0 |
1368 | 2023-12-13T05:42:33.837Z | Downloaded crunchy v0.2.2 |
1369 | 2023-12-13T05:42:33.837Z | Downloaded is_ci v1.1.1 |
1370 | 2023-12-13T05:42:33.837Z | Downloaded nested v0.1.1 |
1371 | 2023-12-13T05:42:33.837Z | Downloaded mockall v0.12.0 |
1372 | 2023-12-13T05:42:33.838Z | Downloaded ipnet v2.8.0 |
1373 | 2023-12-13T05:42:33.838Z | Downloaded crc-any v2.4.3 |
1374 | 2023-12-13T05:42:33.838Z | Downloaded cipher v0.4.4 |
1375 | 2023-12-13T05:42:33.838Z | Downloaded block-padding v0.3.3 |
1376 | 2023-12-13T05:42:33.838Z | Downloaded atomic-waker v1.1.1 |
1377 | 2023-12-13T05:42:33.838Z | Downloaded httpdate v1.0.3 |
1378 | 2023-12-13T05:42:33.839Z | Downloaded cfg-if v1.0.0 |
1379 | 2023-12-13T05:42:33.840Z | Downloaded crc v3.0.1 |
1380 | 2023-12-13T05:42:33.840Z | Downloaded colored v2.0.4 |
1381 | 2023-12-13T05:42:33.840Z | Downloaded keccak v0.1.4 |
1382 | 2023-12-13T05:42:33.840Z | Downloaded hyper-rustls v0.24.2 |
1383 | 2023-12-13T05:42:33.840Z | Downloaded array-init v0.0.4 |
1384 | 2023-12-13T05:42:33.840Z | Downloaded bytecount v0.6.3 |
1385 | 2023-12-13T05:42:33.840Z | Downloaded bytesize v1.3.0 |
1386 | 2023-12-13T05:42:33.840Z | Downloaded base16ct v0.2.0 |
1387 | 2023-12-13T05:42:33.840Z | Downloaded new_debug_unreachable v1.0.4 |
1388 | 2023-12-13T05:42:33.840Z | Downloaded bitfield v0.14.0 |
1389 | 2023-12-13T05:42:33.840Z | Downloaded impl-trait-for-tuples v0.2.2 |
1390 | 2023-12-13T05:42:33.841Z | Downloaded block-buffer v0.10.4 |
1391 | 2023-12-13T05:42:33.841Z | Downloaded byteorder v1.5.0 |
1392 | 2023-12-13T05:42:33.841Z | Downloaded bcs v0.1.6 |
1393 | 2023-12-13T05:42:33.841Z | Downloaded backoff v0.4.0 |
1394 | 2023-12-13T05:42:33.841Z | Downloaded arrayvec v0.5.2 |
1395 | 2023-12-13T05:42:33.841Z | Downloaded similar-asserts v1.5.0 |
1396 | 2023-12-13T05:42:33.841Z | Downloaded buf-list v1.0.3 |
1397 | 2023-12-13T05:42:33.841Z | Downloaded async-stream v0.3.5 |
1398 | 2023-12-13T05:42:33.841Z | Downloaded ahash v0.8.6 |
1399 | 2023-12-13T05:42:33.842Z | Downloaded openssl-probe v0.1.5 |
1400 | 2023-12-13T05:42:33.842Z | Downloaded instant v0.1.12 |
1401 | 2023-12-13T05:42:33.842Z | Downloaded iana-time-zone v0.1.57 |
1402 | 2023-12-13T05:42:33.842Z | Downloaded hyper-tls v0.5.0 |
1403 | 2023-12-13T05:42:33.842Z | Downloaded humantime v2.1.0 |
1404 | 2023-12-13T05:42:33.842Z | Downloaded signal-hook-mio v0.2.3 |
1405 | 2023-12-13T05:42:33.842Z | Downloaded rustyline v12.0.0 |
1406 | 2023-12-13T05:42:33.843Z | Downloaded num-bigint v0.4.4 |
1407 | 2023-12-13T05:42:33.843Z | Downloaded newline-converter v0.3.0 |
1408 | 2023-12-13T05:42:33.843Z | Downloaded match_cfg v0.1.0 |
1409 | 2023-12-13T05:42:33.843Z | Downloaded lock_api v0.4.10 |
1410 | 2023-12-13T05:42:33.843Z | Downloaded ident_case v1.0.1 |
1411 | 2023-12-13T05:42:33.843Z | Downloaded hyper-staticfile v0.9.5 |
1412 | 2023-12-13T05:42:33.843Z | Downloaded constant_time_eq v0.2.6 |
1413 | 2023-12-13T05:42:33.843Z | Downloaded const-oid v0.9.5 |
1414 | 2023-12-13T05:42:33.844Z | Downloaded console v0.15.7 |
1415 | 2023-12-13T05:42:33.844Z | Downloaded convert_case v0.4.0 |
1416 | 2023-12-13T05:42:33.844Z | Downloaded constant_time_eq v0.3.0 |
1417 | 2023-12-13T05:42:33.844Z | Downloaded cobs v0.2.3 |
1418 | 2023-12-13T05:42:33.844Z | Downloaded clap v2.34.0 |
1419 | 2023-12-13T05:42:33.844Z | Downloaded ciborium-io v0.2.1 |
1420 | 2023-12-13T05:42:33.844Z | Downloaded assert_matches v1.5.0 |
1421 | 2023-12-13T05:42:33.844Z | Downloaded semver-parser v0.10.2 |
1422 | 2023-12-13T05:42:33.844Z | Downloaded semver v0.11.0 |
1423 | 2023-12-13T05:42:33.844Z | Downloaded rusty-fork v0.3.0 |
1424 | 2023-12-13T05:42:33.844Z | Downloaded num_enum v0.5.11 |
1425 | 2023-12-13T05:42:33.844Z | Downloaded num-iter v0.1.43 |
1426 | 2023-12-13T05:42:33.844Z | Downloaded nu-ansi-term v0.49.0 |
1427 | 2023-12-13T05:42:33.844Z | Downloaded crossbeam-epoch v0.9.15 |
1428 | 2023-12-13T05:42:33.844Z | Downloaded crc32fast v1.3.2 |
1429 | 2023-12-13T05:42:33.844Z | Downloaded cast v0.3.0 |
1430 | 2023-12-13T05:42:33.844Z | Downloaded ascii-canvas v3.0.0 |
1431 | 2023-12-13T05:42:33.844Z | Downloaded assert_cmd v2.0.12 |
1432 | 2023-12-13T05:42:33.845Z | Downloaded arrayvec v0.7.4 |
1433 | 2023-12-13T05:42:33.845Z | Downloaded argon2 v0.5.2 |
1434 | 2023-12-13T05:42:33.846Z | Downloaded ansi_term v0.12.1 |
1435 | 2023-12-13T05:42:33.874Z | Downloaded anes v0.1.6 |
1436 | 2023-12-13T05:42:33.875Z | Downloaded signal-hook-registry v1.4.1 |
1437 | 2023-12-13T05:42:33.875Z | Downloaded scopeguard v1.2.0 |
1438 | 2023-12-13T05:42:33.875Z | Downloaded atty v0.2.14 |
1439 | 2023-12-13T05:42:33.875Z | Downloaded sha2 v0.10.8 |
1440 | 2023-12-13T05:42:33.875Z | Downloaded serde_tokenstream v0.1.7 |
1441 | 2023-12-13T05:42:33.875Z | Downloaded serde-big-array v0.4.1 |
1442 | 2023-12-13T05:42:33.875Z | Downloaded schemars_derive v0.8.13 |
1443 | 2023-12-13T05:42:33.876Z | Downloaded openssl-macros v0.1.1 |
1444 | 2023-12-13T05:42:33.876Z | Downloaded maplit v1.0.2 |
1445 | 2023-12-13T05:42:33.876Z | Downloaded approx v0.5.1 |
1446 | 2023-12-13T05:42:33.876Z | Downloaded aead v0.5.2 |
1447 | 2023-12-13T05:42:33.876Z | Downloaded sha1 v0.10.6 |
1448 | 2023-12-13T05:42:33.876Z | Downloaded serde_tokenstream v0.2.0 |
1449 | 2023-12-13T05:42:33.876Z | Downloaded num-derive v0.4.0 |
1450 | 2023-12-13T05:42:33.876Z | Downloaded normalize-line-endings v0.3.0 |
1451 | 2023-12-13T05:42:33.876Z | Downloaded lazy_static v1.4.0 |
1452 | 2023-12-13T05:42:33.876Z | Downloaded hubpack v0.1.2 |
1453 | 2023-12-13T05:42:33.876Z | Downloaded crossterm v0.26.1 |
1454 | 2023-12-13T05:42:33.876Z | Downloaded arrayref v0.3.7 |
1455 | 2023-12-13T05:42:33.876Z | Downloaded atomicwrites v0.4.2 |
1456 | 2023-12-13T05:42:33.876Z | Downloaded adler v1.0.2 |
1457 | 2023-12-13T05:42:33.876Z | Downloaded md-5 v0.10.5 |
1458 | 2023-12-13T05:42:33.876Z | Downloaded crypto-common v0.1.6 |
1459 | 2023-12-13T05:42:33.877Z | Downloaded addr2line v0.21.0 |
1460 | 2023-12-13T05:42:34.354Z | Compiling serde v1.0.193 |
1461 | 2023-12-13T05:42:34.354Z | Compiling autocfg v1.1.0 |
1462 | 2023-12-13T05:42:34.357Z | Checking cfg-if v1.0.0 |
1463 | 2023-12-13T05:42:34.357Z | Compiling version_check v0.9.4 |
1464 | 2023-12-13T05:42:34.357Z | Compiling syn v1.0.109 |
1465 | 2023-12-13T05:42:34.421Z | Checking libc v0.2.151 |
1466 | 2023-12-13T05:42:34.438Z | Compiling syn v2.0.32 |
1467 | 2023-12-13T05:42:34.474Z | Compiling parking_lot_core v0.9.8 |
1468 | 2023-12-13T05:42:34.527Z | Compiling libm v0.2.7 |
1469 | 2023-12-13T05:42:35.145Z | Compiling cc v1.0.83 |
1470 | 2023-12-13T05:42:35.284Z | Compiling once_cell v1.19.0 |
1471 | 2023-12-13T05:42:35.305Z | Compiling futures-core v0.3.29 |
1472 | 2023-12-13T05:42:35.771Z | Compiling serde_json v1.0.108 |
1473 | 2023-12-13T05:42:35.906Z | Compiling memchr v2.6.3 |
1474 | 2023-12-13T05:42:35.987Z | Compiling lock_api v0.4.10 |
1475 | 2023-12-13T05:42:36.020Z | Compiling num-traits v0.2.16 |
1476 | 2023-12-13T05:42:36.362Z | Compiling typenum v1.16.0 |
1477 | 2023-12-13T05:42:36.661Z | Checking getrandom v0.2.10 |
1478 | 2023-12-13T05:42:36.681Z | Compiling generic-array v0.14.7 |
1479 | 2023-12-13T05:42:37.029Z | Compiling slab v0.4.9 |
1480 | 2023-12-13T05:42:37.248Z | Compiling futures-channel v0.3.29 |
1481 | 2023-12-13T05:42:37.462Z | Compiling futures-task v0.3.29 |
1482 | 2023-12-13T05:42:37.855Z | Checking scopeguard v1.2.0 |
1483 | 2023-12-13T05:42:38.020Z | Compiling futures-util v0.3.29 |
1484 | 2023-12-13T05:42:38.474Z | Checking log v0.4.20 |
1485 | 2023-12-13T05:42:38.530Z | Compiling pkg-config v0.3.27 |
1486 | 2023-12-13T05:42:39.143Z | Checking smallvec v1.11.2 |
1487 | 2023-12-13T05:42:39.297Z | Compiling byteorder v1.5.0 |
1488 | 2023-12-13T05:42:39.496Z | Checking itoa v1.0.9 |
1489 | 2023-12-13T05:42:39.518Z | Compiling rustix v0.38.25 |
1490 | 2023-12-13T05:42:39.788Z | Compiling indexmap v1.9.3 |
1491 | 2023-12-13T05:42:40.121Z | Compiling schemars v0.8.13 |
1492 | 2023-12-13T05:42:40.324Z | Compiling fnv v1.0.7 |
1493 | 2023-12-13T05:42:40.485Z | Compiling vcpkg v0.2.15 |
1494 | 2023-12-13T05:42:40.583Z | Compiling httparse v1.8.0 |
1495 | 2023-12-13T05:42:40.601Z | Checking rand_core v0.6.4 |
1496 | 2023-12-13T05:42:41.013Z | Compiling ring v0.17.7 |
1497 | 2023-12-13T05:42:41.221Z | Compiling ring v0.16.20 |
1498 | 2023-12-13T05:42:41.809Z | Compiling aho-corasick v1.0.4 |
1499 | 2023-12-13T05:42:43.083Z | Compiling regex-syntax v0.8.2 |
1500 | 2023-12-13T05:42:44.198Z | Compiling openssl-sys v0.9.96 |
1501 | 2023-12-13T05:42:45.979Z | Checking parking_lot v0.12.1 |
1502 | 2023-12-13T05:42:46.358Z | Compiling ahash v0.8.6 |
1503 | 2023-12-13T05:42:46.802Z | Compiling serde_derive_internals v0.26.0 |
1504 | 2023-12-13T05:42:48.558Z | Compiling regex-automata v0.4.3 |
1505 | 2023-12-13T05:42:48.931Z | Checking pin-project-lite v0.2.13 |
1506 | 2023-12-13T05:42:49.085Z | Compiling openssl v0.10.60 |
1507 | 2023-12-13T05:42:50.172Z | Checking spin v0.5.2 |
1508 | 2023-12-13T05:42:50.388Z | Checking signal-hook-registry v1.4.1 |
1509 | 2023-12-13T05:42:50.447Z | Checking mio v0.8.9 |
1510 | 2023-12-13T05:42:50.741Z | Compiling rustls v0.21.9 |
1511 | 2023-12-13T05:42:51.139Z | Compiling ucd-trie v0.1.6 |
1512 | 2023-12-13T05:42:51.451Z | Compiling iana-time-zone v0.1.57 |
1513 | 2023-12-13T05:42:52.010Z | Compiling native-tls v0.2.11 |
1514 | 2023-12-13T05:42:52.106Z | Compiling async-trait v0.1.74 |
1515 | 2023-12-13T05:42:52.340Z | Checking num_cpus v1.16.0 |
1516 | 2023-12-13T05:42:52.479Z | Compiling unicode-xid v0.2.4 |
1517 | 2023-12-13T05:42:52.500Z | Compiling dyn-clone v1.0.13 |
1518 | 2023-12-13T05:42:52.736Z | Checking ryu v1.0.15 |
1519 | 2023-12-13T05:42:53.162Z | Compiling backtrace v0.3.69 |
1520 | 2023-12-13T05:42:53.173Z | Checking socket2 v0.5.5 |
1521 | 2023-12-13T05:42:53.672Z | Compiling futures-sink v0.3.29 |
1522 | 2023-12-13T05:42:53.894Z | Compiling errno v0.3.2 |
1523 | 2023-12-13T05:42:54.158Z | Compiling crc32fast v1.3.2 |
1524 | 2023-12-13T05:42:54.578Z | Compiling tinyvec_macros v0.1.1 |
1525 | 2023-12-13T05:42:54.578Z | Compiling crossbeam-utils v0.8.16 |
1526 | 2023-12-13T05:42:54.578Z | Compiling tinyvec v1.6.0 |
1527 | 2023-12-13T05:42:55.495Z | Compiling regex v1.10.2 |
1528 | 2023-12-13T05:42:55.518Z | Compiling pin-utils v0.1.0 |
1529 | 2023-12-13T05:42:55.591Z | Compiling anyhow v1.0.75 |
1530 | 2023-12-13T05:42:55.644Z | Compiling futures-io v0.3.29 |
1531 | 2023-12-13T05:42:55.786Z | Compiling spin v0.9.8 |
1532 | 2023-12-13T05:42:56.781Z | Compiling tracing-core v0.1.31 |
1533 | 2023-12-13T05:42:56.785Z | Compiling unicode-bidi v0.3.13 |
1534 | 2023-12-13T05:42:57.052Z | Compiling unicode-normalization v0.1.22 |
1535 | 2023-12-13T05:42:58.305Z | Compiling num-integer v0.1.45 |
1536 | 2023-12-13T05:42:58.466Z | Compiling serde_derive v1.0.193 |
1537 | 2023-12-13T05:42:58.735Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-12-13T05:42:58.792Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-12-13T05:42:58.903Z | Compiling tokio-macros v2.2.0 |
1540 | 2023-12-13T05:42:59.131Z | Compiling futures-macro v0.3.29 |
1541 | 2023-12-13T05:42:59.619Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-12-13T05:42:59.633Z | Compiling schemars_derive v0.8.13 |
1543 | 2023-12-13T05:43:01.561Z | Compiling zerocopy-derive v0.7.26 |
1544 | 2023-12-13T05:43:01.788Z | Checking zeroize v1.7.0 |
1545 | 2023-12-13T05:43:02.192Z | Compiling openssl-macros v0.1.1 |
1546 | 2023-12-13T05:43:04.405Z | Compiling thiserror v1.0.49 |
1547 | 2023-12-13T05:43:04.488Z | Compiling pest v2.7.2 |
1548 | 2023-12-13T05:43:05.288Z | Compiling der_derive v0.7.2 |
1549 | 2023-12-13T05:43:05.324Z | Compiling zerocopy v0.7.26 |
1550 | 2023-12-13T05:43:06.379Z | Compiling tracing v0.1.37 |
1551 | 2023-12-13T05:43:07.203Z | Compiling synstructure v0.12.6 |
1552 | 2023-12-13T05:43:07.502Z | Compiling lazy_static v1.4.0 |
1553 | 2023-12-13T05:43:07.675Z | Checking subtle v2.5.0 |
1554 | 2023-12-13T05:43:08.050Z | Compiling base64 v0.21.5 |
1555 | 2023-12-13T05:43:08.671Z | Compiling hashbrown v0.13.2 |
1556 | 2023-12-13T05:43:09.159Z | Compiling unicode-width v0.1.11 |
1557 | 2023-12-13T05:43:09.246Z | Compiling slog v2.7.0 |
1558 | 2023-12-13T05:43:09.394Z | Compiling pest_meta v2.7.2 |
1559 | 2023-12-13T05:43:09.426Z | Compiling untrusted v0.9.0 |
1560 | 2023-12-13T05:43:09.590Z | Compiling rustversion v1.0.14 |
1561 | 2023-12-13T05:43:09.667Z | Compiling time-core v0.1.1 |
1562 | 2023-12-13T05:43:09.919Z | Compiling percent-encoding v2.3.1 |
1563 | 2023-12-13T05:43:10.130Z | Compiling hashbrown v0.12.3 |
1564 | 2023-12-13T05:43:10.310Z | Compiling zerocopy-derive v0.2.0 |
1565 | 2023-12-13T05:43:10.557Z | Compiling openssl-probe v0.1.5 |
1566 | 2023-12-13T05:43:10.610Z | Compiling untrusted v0.7.1 |
1567 | 2023-12-13T05:43:10.675Z | Compiling foreign-types-shared v0.1.1 |
1568 | 2023-12-13T05:43:10.811Z | Compiling foreign-types v0.3.2 |
1569 | 2023-12-13T05:43:11.041Z | Compiling time-macros v0.2.13 |
1570 | 2023-12-13T05:43:13.678Z | Compiling pest_generator v2.7.2 |
1571 | 2023-12-13T05:43:16.521Z | Compiling try-lock v0.2.4 |
1572 | 2023-12-13T05:43:16.727Z | Compiling want v0.3.1 |
1573 | 2023-12-13T05:43:17.239Z | Compiling rustls-webpki v0.101.7 |
1574 | 2023-12-13T05:43:17.250Z | Compiling sct v0.7.0 |
1575 | 2023-12-13T05:43:17.250Z | Compiling form_urlencoded v1.2.1 |
1576 | 2023-12-13T05:43:17.890Z | Compiling pest_derive v2.7.2 |
1577 | 2023-12-13T05:43:17.955Z | Compiling socket2 v0.4.9 |
1578 | 2023-12-13T05:43:18.320Z | Compiling httpdate v1.0.3 |
1579 | 2023-12-13T05:43:18.609Z | Compiling either v1.9.0 |
1580 | 2023-12-13T05:43:19.026Z | Compiling tower-service v0.3.2 |
1581 | 2023-12-13T05:43:19.191Z | Compiling const-oid v0.9.5 |
1582 | 2023-12-13T05:43:19.655Z | Compiling rustls-pemfile v1.0.3 |
1583 | 2023-12-13T05:43:19.674Z | Compiling idna v0.5.0 |
1584 | 2023-12-13T05:43:20.161Z | Compiling memoffset v0.9.0 |
1585 | 2023-12-13T05:43:20.334Z | Compiling usdt-impl v0.3.5 |
1586 | 2023-12-13T05:43:20.604Z | Compiling adler v1.0.2 |
1587 | 2023-12-13T05:43:20.912Z | Compiling miniz_oxide v0.7.1 |
1588 | 2023-12-13T05:43:21.206Z | Compiling url v2.5.0 |
1589 | 2023-12-13T05:43:21.749Z | Checking bytes v1.5.0 |
1590 | 2023-12-13T05:43:22.387Z | Checking bitflags v2.4.0 |
1591 | 2023-12-13T05:43:22.799Z | Compiling rustls-native-certs v0.6.3 |
1592 | 2023-12-13T05:43:23.040Z | Checking tokio v1.35.0 |
1593 | 2023-12-13T05:43:23.641Z | Compiling indexmap v2.1.0 |
1594 | 2023-12-13T05:43:24.359Z | Compiling semver v1.0.20 |
1595 | 2023-12-13T05:43:25.237Z | Compiling uuid v1.6.1 |
1596 | 2023-12-13T05:43:25.531Z | Compiling chrono v0.4.31 |
1597 | 2023-12-13T05:43:26.066Z | Compiling rustc_version v0.4.0 |
1598 | 2023-12-13T05:43:26.244Z | Compiling http v0.2.11 |
1599 | 2023-12-13T05:43:27.750Z | Compiling toml_datetime v0.6.5 |
1600 | 2023-12-13T05:43:27.980Z | Compiling serde_spanned v0.6.4 |
1601 | 2023-12-13T05:43:28.317Z | Compiling toml_edit v0.19.15 |
1602 | 2023-12-13T05:43:28.585Z | Compiling openapiv3 v2.0.0 |
1603 | 2023-12-13T05:43:31.961Z | Compiling http-body v0.4.5 |
1604 | 2023-12-13T05:43:32.582Z | Compiling heapless v0.7.16 |
1605 | 2023-12-13T05:43:33.531Z | Compiling zerocopy v0.3.0 |
1606 | 2023-12-13T05:43:34.040Z | Checking crypto-common v0.1.6 |
1607 | 2023-12-13T05:43:34.379Z | Compiling ipnet v2.8.0 |
1608 | 2023-12-13T05:43:34.685Z | Compiling dof v0.1.5 |
1609 | 2023-12-13T05:43:36.247Z | Compiling serde_urlencoded v0.7.1 |
1610 | 2023-12-13T05:43:36.359Z | Compiling dtrace-parser v0.1.14 |
1611 | 2023-12-13T05:43:36.888Z | Compiling zerocopy-derive v0.6.4 |
1612 | 2023-12-13T05:43:36.974Z | Compiling clap_derive v4.4.2 |
1613 | 2023-12-13T05:43:37.266Z | Compiling crossbeam-epoch v0.9.15 |
1614 | 2023-12-13T05:43:37.379Z | Compiling encoding_rs v0.8.33 |
1615 | 2023-12-13T05:43:37.925Z | Compiling thread-id v4.2.0 |
1616 | 2023-12-13T05:43:38.084Z | Compiling siphasher v0.3.11 |
1617 | 2023-12-13T05:43:38.709Z | Compiling gimli v0.28.0 |
1618 | 2023-12-13T05:43:39.692Z | Compiling tokio-util v0.7.10 |
1619 | 2023-12-13T05:43:40.489Z | Compiling tokio-rustls v0.24.1 |
1620 | 2023-12-13T05:43:41.102Z | Compiling mime v0.3.17 |
1621 | 2023-12-13T05:43:41.728Z | Compiling h2 v0.3.21 |
1622 | 2023-12-13T05:43:42.074Z | Compiling webpki-roots v0.25.2 |
1623 | 2023-12-13T05:43:42.477Z | Compiling serde_tokenstream v0.1.7 |
1624 | 2023-12-13T05:43:44.590Z | Compiling tokio-native-tls v0.3.1 |
1625 | 2023-12-13T05:43:44.644Z | Compiling strum_macros v0.25.2 |
1626 | 2023-12-13T05:43:45.071Z | Compiling block-buffer v0.10.4 |
1627 | 2023-12-13T05:43:45.472Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1628 | 2023-12-13T05:43:45.562Z | Compiling object v0.32.1 |
1629 | 2023-12-13T05:43:45.748Z | Compiling num-iter v0.1.43 |
1630 | 2023-12-13T05:43:46.158Z | Compiling addr2line v0.21.0 |
1631 | 2023-12-13T05:43:46.533Z | Compiling rustc-demangle v0.1.23 |
1632 | 2023-12-13T05:43:47.669Z | Compiling flate2 v1.0.28 |
1633 | 2023-12-13T05:43:48.157Z | Compiling digest v0.10.7 |
1634 | 2023-12-13T05:43:48.511Z | Compiling ppv-lite86 v0.2.17 |
1635 | 2023-12-13T05:43:48.901Z | Compiling doc-comment v0.3.3 |
1636 | 2023-12-13T05:43:49.278Z | Compiling usdt-attr-macro v0.3.5 |
1637 | 2023-12-13T05:43:49.755Z | Compiling rand_chacha v0.3.1 |
1638 | 2023-12-13T05:43:50.009Z | Compiling usdt-macro v0.3.5 |
1639 | 2023-12-13T05:43:50.502Z | Compiling toml v0.7.8 |
1640 | 2023-12-13T05:43:51.705Z | Compiling toml_edit v0.21.0 |
1641 | 2023-12-13T05:43:51.772Z | Compiling hex v0.4.3 |
1642 | 2023-12-13T05:43:52.064Z | Compiling pin-project-internal v1.1.3 |
1643 | 2023-12-13T05:43:52.156Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1644 | 2023-12-13T05:43:52.746Z | Compiling bit-vec v0.6.3 |
1645 | 2023-12-13T05:43:52.876Z | Compiling hyper v0.14.27 |
1646 | 2023-12-13T05:43:53.397Z | Checking bitflags v1.3.2 |
1647 | 2023-12-13T05:43:53.562Z | Compiling rand v0.8.5 |
1648 | 2023-12-13T05:43:54.994Z | Compiling phf_shared v0.10.0 |
1649 | 2023-12-13T05:43:55.819Z | Compiling num-bigint v0.4.4 |
1650 | 2023-12-13T05:43:56.894Z | Compiling minimal-lexical v0.2.1 |
1651 | 2023-12-13T05:43:57.248Z | Compiling smoltcp v0.9.1 |
1652 | 2023-12-13T05:43:57.289Z | Compiling base64ct v1.6.0 |
1653 | 2023-12-13T05:43:57.720Z | Compiling precomputed-hash v0.1.1 |
1654 | 2023-12-13T05:43:57.877Z | Compiling new_debug_unreachable v1.0.4 |
1655 | 2023-12-13T05:43:57.993Z | Compiling fixedbitset v0.4.2 |
1656 | 2023-12-13T05:43:58.291Z | Compiling pem-rfc7468 v0.7.0 |
1657 | 2023-12-13T05:43:58.393Z | Compiling petgraph v0.6.4 |
1658 | 2023-12-13T05:43:58.682Z | Compiling string_cache v0.8.7 |
1659 | 2023-12-13T05:43:58.732Z | Compiling nom v7.1.3 |
1660 | 2023-12-13T05:43:59.508Z | Compiling bit-set v0.5.3 |
1661 | 2023-12-13T05:43:59.916Z | Compiling hmac v0.12.1 |
1662 | 2023-12-13T05:44:00.333Z | Compiling itertools v0.10.5 |
1663 | 2023-12-13T05:44:01.116Z | Compiling hubpack_derive v0.1.1 |
1664 | 2023-12-13T05:44:01.552Z | Compiling enum-as-inner v0.5.1 |
1665 | 2023-12-13T05:44:01.977Z | Compiling diesel_table_macro_syntax v0.1.0 |
1666 | 2023-12-13T05:44:03.024Z | Compiling unicode-segmentation v1.10.1 |
1667 | 2023-12-13T05:44:03.181Z | Compiling flagset v0.4.3 |
1668 | 2023-12-13T05:44:03.485Z | Compiling lalrpop-util v0.19.12 |
1669 | 2023-12-13T05:44:03.994Z | Compiling der v0.7.8 |
1670 | 2023-12-13T05:44:04.015Z | Compiling diesel_derives v2.1.2 |
1671 | 2023-12-13T05:44:04.382Z | Compiling hyper-rustls v0.24.2 |
1672 | 2023-12-13T05:44:04.825Z | Compiling hyper-tls v0.5.0 |
1673 | 2023-12-13T05:44:05.202Z | Compiling snafu-derive v0.7.5 |
1674 | 2023-12-13T05:44:05.261Z | Compiling reqwest v0.11.22 |
1675 | 2023-12-13T05:44:05.352Z | Compiling cpufeatures v0.2.9 |
1676 | 2023-12-13T05:44:05.578Z | Compiling sha2 v0.10.8 |
1677 | 2023-12-13T05:44:06.225Z | Compiling rustix v0.37.23 |
1678 | 2023-12-13T05:44:06.661Z | Compiling md-5 v0.10.5 |
1679 | 2023-12-13T05:44:08.315Z | Compiling spki v0.7.2 |
1680 | 2023-12-13T05:44:08.393Z | Compiling stringprep v0.1.3 |
1681 | 2023-12-13T05:44:08.882Z | Compiling serde_repr v0.1.16 |
1682 | 2023-12-13T05:44:09.519Z | Compiling hash32 v0.2.1 |
1683 | 2023-12-13T05:44:09.543Z | Compiling fallible-iterator v0.2.0 |
1684 | 2023-12-13T05:44:10.002Z | Compiling stable_deref_trait v1.2.0 |
1685 | 2023-12-13T05:44:10.738Z | Compiling postgres-protocol v0.6.6 |
1686 | 2023-12-13T05:44:10.780Z | Compiling pkcs8 v0.10.2 |
1687 | 2023-12-13T05:44:10.850Z | Compiling terminal_size v0.2.6 |
1688 | 2023-12-13T05:44:11.657Z | Compiling phf_shared v0.11.2 |
1689 | 2023-12-13T05:44:11.910Z | Compiling ff v0.13.0 |
1690 | 2023-12-13T05:44:11.982Z | Compiling block-padding v0.3.3 |
1691 | 2023-12-13T05:44:12.211Z | Compiling scheduled-thread-pool v0.2.7 |
1692 | 2023-12-13T05:44:12.622Z | Compiling deranged v0.3.8 |
1693 | 2023-12-13T05:44:12.943Z | Compiling managed v0.8.0 |
1694 | 2023-12-13T05:44:13.125Z | Compiling regex-automata v0.1.10 |
1695 | 2023-12-13T05:44:13.531Z | Compiling base16ct v0.2.0 |
1696 | 2023-12-13T05:44:13.653Z | Compiling matches v0.1.10 |
1697 | 2023-12-13T05:44:13.773Z | Compiling num_threads v0.1.6 |
1698 | 2023-12-13T05:44:13.899Z | Compiling sec1 v0.7.3 |
1699 | 2023-12-13T05:44:14.023Z | Compiling bstr v0.2.17 |
1700 | 2023-12-13T05:44:14.445Z | Compiling idna v0.2.3 |
1701 | 2023-12-13T05:44:14.782Z | Compiling r2d2 v0.8.10 |
1702 | 2023-12-13T05:44:15.433Z | Compiling time v0.3.27 |
1703 | 2023-12-13T05:44:15.536Z | Compiling clap_builder v4.4.2 |
1704 | 2023-12-13T05:44:16.347Z | Compiling inout v0.1.3 |
1705 | 2023-12-13T05:44:16.718Z | Compiling group v0.13.0 |
1706 | 2023-12-13T05:44:16.738Z | Compiling phf v0.11.2 |
1707 | 2023-12-13T05:44:17.143Z | Compiling postgres-types v0.2.6 |
1708 | 2023-12-13T05:44:17.181Z | Compiling bzip2 v0.4.4 |
1709 | 2023-12-13T05:44:17.775Z | Compiling hubpack v0.1.2 |
1710 | 2023-12-13T05:44:18.454Z | Compiling hkdf v0.12.3 |
1711 | 2023-12-13T05:44:18.488Z | Compiling pin-project v1.1.3 |
1712 | 2023-12-13T05:44:18.936Z | Compiling zerocopy v0.6.4 |
1713 | 2023-12-13T05:44:19.693Z | Compiling ipnetwork v0.20.0 |
1714 | 2023-12-13T05:44:20.447Z | Compiling crypto-bigint v0.5.2 |
1715 | 2023-12-13T05:44:21.146Z | Compiling itertools v0.11.0 |
1716 | 2023-12-13T05:44:22.477Z | Compiling futures-executor v0.3.29 |
1717 | 2023-12-13T05:44:24.425Z | Compiling float-cmp v0.9.0 |
1718 | 2023-12-13T05:44:24.704Z | Compiling difflib v0.4.0 |
1719 | 2023-12-13T05:44:25.330Z | Compiling predicates-core v1.0.6 |
1720 | 2023-12-13T05:44:25.853Z | Compiling normalize-line-endings v0.3.0 |
1721 | 2023-12-13T05:44:26.007Z | Compiling static_assertions v1.1.0 |
1722 | 2023-12-13T05:44:26.053Z | Compiling regex-automata v0.3.8 |
1723 | 2023-12-13T05:44:26.146Z | Compiling whoami v1.4.1 |
1724 | 2023-12-13T05:44:26.516Z | Compiling data-encoding v2.4.0 |
1725 | 2023-12-13T05:44:27.140Z | Compiling tokio-postgres v0.7.10 |
1726 | 2023-12-13T05:44:27.377Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1727 | 2023-12-13T05:44:29.789Z | Compiling bstr v1.6.0 |
1728 | 2023-12-13T05:44:30.091Z | Compiling trust-dns-proto v0.22.0 |
1729 | 2023-12-13T05:44:30.484Z | Compiling predicates v3.0.4 |
1730 | 2023-12-13T05:44:30.888Z | Compiling diesel v2.1.4 |
1731 | 2023-12-13T05:44:32.375Z | Compiling elliptic-curve v0.13.8 |
1732 | 2023-12-13T05:44:33.086Z | Compiling futures v0.3.29 |
1733 | 2023-12-13T05:44:33.220Z | Compiling yasna v0.5.2 |
1734 | 2023-12-13T05:44:33.247Z | Compiling clap v4.4.3 |
1735 | 2023-12-13T05:44:33.392Z | Compiling snafu v0.7.5 |
1736 | 2023-12-13T05:44:33.606Z | Compiling zip v0.6.6 |
1737 | 2023-12-13T05:44:34.753Z | Compiling cipher v0.4.4 |
1738 | 2023-12-13T05:44:35.620Z | Compiling similar v2.3.0 |
1739 | 2023-12-13T05:44:35.921Z | Compiling usdt v0.3.5 |
1740 | 2023-12-13T05:44:35.934Z | Compiling tokio-stream v0.1.14 |
1741 | 2023-12-13T05:44:36.300Z | Compiling console v0.15.7 |
1742 | 2023-12-13T05:44:37.273Z | Checking unicode-ident v1.0.12 |
1743 | 2023-12-13T05:44:37.782Z | Checking equivalent v1.0.1 |
1744 | 2023-12-13T05:44:37.782Z | Checking hashbrown v0.14.2 |
1745 | 2023-12-13T05:44:38.718Z | Checking proc-macro2 v1.0.69 |
1746 | 2023-12-13T05:44:39.947Z | Checking quote v1.0.33 |
1747 | 2023-12-13T05:44:41.777Z | Checking utf8parse v0.2.1 |
1748 | 2023-12-13T05:44:44.321Z | Checking anstyle v1.0.2 |
1749 | 2023-12-13T05:44:45.951Z | Checking io-lifetimes v1.0.11 |
1750 | 2023-12-13T05:44:50.216Z | Checking anstyle-parse v0.2.1 |
1751 | 2023-12-13T05:44:52.770Z | Checking anstyle-query v1.0.0 |
1752 | 2023-12-13T05:44:53.346Z | Checking colorchoice v1.0.0 |
1753 | 2023-12-13T05:44:53.355Z | Checking anstream v0.5.0 |
1754 | 2023-12-13T05:44:53.882Z | Checking clap_lex v0.5.1 |
1755 | 2023-12-13T05:44:53.969Z | Checking strsim v0.10.0 |
1756 | 2023-12-13T05:44:55.388Z | Checking winnow v0.5.15 |
1757 | 2023-12-13T05:45:01.910Z | Compiling serde_tokenstream v0.2.0 |
1758 | 2023-12-13T05:45:05.233Z | Compiling regress v0.7.1 |
1759 | 2023-12-13T05:45:10.800Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1760 | 2023-12-13T05:45:19.069Z | Compiling getopts v0.2.21 |
1761 | 2023-12-13T05:45:19.369Z | Compiling unsafe-libyaml v0.2.9 |
1762 | 2023-12-13T05:45:20.723Z | Checking heck v0.4.1 |
1763 | 2023-12-13T05:45:21.016Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1764 | 2023-12-13T05:45:21.925Z | Compiling serde_yaml v0.9.25 |
1765 | 2023-12-13T05:45:22.551Z | Compiling ident_case v1.0.1 |
1766 | 2023-12-13T05:45:22.716Z | Checking fastrand v2.0.0 |
1767 | 2023-12-13T05:45:22.797Z | Checking match_cfg v0.1.0 |
1768 | 2023-12-13T05:45:22.924Z | Checking hostname v0.3.1 |
1769 | 2023-12-13T05:45:23.106Z | Checking camino v1.1.6 |
1770 | 2023-12-13T05:45:23.180Z | Checking tempfile v3.8.1 |
1771 | 2023-12-13T05:45:23.709Z | Checking atty v0.2.14 |
1772 | 2023-12-13T05:45:23.851Z | Compiling paste v1.0.14 |
1773 | 2023-12-13T05:45:23.964Z | Checking quick-error v1.2.3 |
1774 | 2023-12-13T05:45:24.042Z | Checking crossbeam-channel v0.5.8 |
1775 | 2023-12-13T05:45:24.152Z | Checking sha1 v0.10.6 |
1776 | 2023-12-13T05:45:24.566Z | Checking dirs-sys-next v0.1.2 |
1777 | 2023-12-13T05:45:24.818Z | Checking dirs-next v2.0.0 |
1778 | 2023-12-13T05:45:24.992Z | Checking thread_local v1.1.7 |
1779 | 2023-12-13T05:45:25.192Z | Checking instant v0.1.12 |
1780 | 2023-12-13T05:45:25.339Z | Compiling slog-async v2.8.0 |
1781 | 2023-12-13T05:45:25.414Z | Checking term v0.7.0 |
1782 | 2023-12-13T05:45:26.060Z | Compiling multer v2.1.0 |
1783 | 2023-12-13T05:45:26.176Z | Checking debug-ignore v1.0.5 |
1784 | 2023-12-13T05:45:26.355Z | Checking take_mut v0.2.2 |
1785 | 2023-12-13T05:45:26.553Z | Checking slog-term v2.9.0 |
1786 | 2023-12-13T05:45:26.671Z | Compiling darling_core v0.20.3 |
1787 | 2023-12-13T05:45:26.993Z | Checking slog-json v2.6.1 |
1788 | 2023-12-13T05:45:27.326Z | Compiling async-stream-impl v0.3.5 |
1789 | 2023-12-13T05:45:27.371Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1790 | 2023-12-13T05:45:27.850Z | Checking atomic-waker v1.1.1 |
1791 | 2023-12-13T05:45:28.018Z | Checking waitgroup v0.1.2 |
1792 | 2023-12-13T05:45:28.283Z | Checking slog-bunyan v2.4.0 |
1793 | 2023-12-13T05:45:28.943Z | Checking toml v0.8.8 |
1794 | 2023-12-13T05:45:29.089Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1795 | 2023-12-13T05:45:29.318Z | Checking serde_path_to_error v0.1.14 |
1796 | 2023-12-13T05:45:29.632Z | Checking async-stream v0.3.5 |
1797 | 2023-12-13T05:45:29.899Z | Checking strum v0.25.0 |
1798 | 2023-12-13T05:45:30.154Z | Compiling structmeta-derive v0.2.0 |
1799 | 2023-12-13T05:45:30.172Z | Checking wait-timeout v0.2.0 |
1800 | 2023-12-13T05:45:30.369Z | Checking rand_xorshift v0.3.0 |
1801 | 2023-12-13T05:45:30.414Z | Checking rusty-fork v0.3.0 |
1802 | 2023-12-13T05:45:30.607Z | Compiling regex-syntax v0.7.5 |
1803 | 2023-12-13T05:45:30.856Z | Checking unarray v0.1.4 |
1804 | 2023-12-13T05:45:31.055Z | Checking proptest v1.4.0 |
1805 | 2023-12-13T05:45:35.250Z | Compiling structmeta v0.2.0 |
1806 | 2023-12-13T05:45:35.926Z | Checking backoff v0.4.0 |
1807 | 2023-12-13T05:45:36.361Z | Compiling test-strategy v0.3.1 |
1808 | 2023-12-13T05:45:37.158Z | Compiling darling_macro v0.20.3 |
1809 | 2023-12-13T05:45:38.272Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1810 | 2023-12-13T05:45:38.488Z | Checking macaddr v1.0.1 |
1811 | 2023-12-13T05:45:38.734Z | Checking camino-tempfile v1.1.1 |
1812 | 2023-12-13T05:45:38.758Z | Compiling darling v0.20.3 |
1813 | 2023-12-13T05:45:38.962Z | Compiling serde_with_macros v3.4.0 |
1814 | 2023-12-13T05:45:38.977Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1815 | 2023-12-13T05:45:39.014Z | Checking is-terminal v0.4.9 |
1816 | 2023-12-13T05:45:39.118Z | Compiling proc-macro-error-attr v1.0.4 |
1817 | 2023-12-13T05:45:39.155Z | Compiling proc-macro-error v1.0.4 |
1818 | 2023-12-13T05:45:39.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1819 | 2023-12-13T05:45:39.789Z | Compiling proc-macro-crate v1.3.1 |
1820 | 2023-12-13T05:45:40.828Z | Checking termtree v0.4.1 |
1821 | 2023-12-13T05:45:41.113Z | Checking predicates-tree v1.0.9 |
1822 | 2023-12-13T05:45:41.304Z | Compiling smoltcp v0.10.0 |
1823 | 2023-12-13T05:45:41.559Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1824 | 2023-12-13T05:45:41.674Z | Compiling num_enum_derive v0.5.11 |
1825 | 2023-12-13T05:45:42.137Z | Compiling parse-display-derive v0.8.2 |
1826 | 2023-12-13T05:45:42.228Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2023-12-13T05:45:42.462Z | Checking cobs v0.2.3 |
1828 | 2023-12-13T05:45:42.720Z | Checking embedded-io v0.4.0 |
1829 | 2023-12-13T05:45:42.786Z | Compiling crucible-workspace-hack v0.1.0 |
1830 | 2023-12-13T05:45:43.000Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2023-12-13T05:45:43.182Z | Checking postcard v1.0.8 |
1832 | 2023-12-13T05:45:43.404Z | Checking serde_with v3.4.0 |
1833 | 2023-12-13T05:45:43.467Z | Compiling foreign-types-macros v0.2.3 |
1834 | 2023-12-13T05:45:44.293Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1835 | 2023-12-13T05:45:44.739Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1836 | 2023-12-13T05:45:45.240Z | Checking foreign-types-shared v0.3.1 |
1837 | 2023-12-13T05:45:45.389Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1838 | 2023-12-13T05:45:45.616Z | Checking foreign-types v0.5.0 |
1839 | 2023-12-13T05:45:45.923Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1840 | 2023-12-13T05:45:46.108Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1841 | 2023-12-13T05:45:46.127Z | Checking num_enum v0.5.11 |
1842 | 2023-12-13T05:45:46.331Z | Checking cstr-argument v0.1.2 |
1843 | 2023-12-13T05:45:46.578Z | Checking pretty-hex v0.2.1 |
1844 | 2023-12-13T05:45:46.802Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1845 | 2023-12-13T05:45:47.277Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1846 | 2023-12-13T05:45:47.423Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1847 | 2023-12-13T05:45:47.933Z | Checking colored v2.0.4 |
1848 | 2023-12-13T05:45:47.948Z | Compiling zone_cfg_derive v0.3.0 |
1849 | 2023-12-13T05:45:47.948Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1850 | 2023-12-13T05:45:48.094Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1851 | 2023-12-13T05:45:48.405Z | Compiling mockall_derive v0.12.0 |
1852 | 2023-12-13T05:45:49.424Z | Compiling num-derive v0.4.0 |
1853 | 2023-12-13T05:45:49.741Z | Checking parse-display v0.8.2 |
1854 | 2023-12-13T05:45:49.987Z | Checking fragile v2.0.0 |
1855 | 2023-12-13T05:45:50.177Z | Checking downcast v0.11.0 |
1856 | 2023-12-13T05:45:50.235Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1857 | 2023-12-13T05:45:50.410Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1858 | 2023-12-13T05:45:50.439Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1859 | 2023-12-13T05:45:50.465Z | Checking zone v0.3.0 |
1860 | 2023-12-13T05:45:50.930Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1861 | 2023-12-13T05:45:51.278Z | Checking smf v0.2.2 |
1862 | 2023-12-13T05:45:51.601Z | Checking filetime v0.2.23 |
1863 | 2023-12-13T05:45:51.882Z | Checking xattr v1.0.1 |
1864 | 2023-12-13T05:45:51.962Z | Checking pem v3.0.2 |
1865 | 2023-12-13T05:45:52.137Z | Checking tar v0.4.40 |
1866 | 2023-12-13T05:45:52.341Z | Checking linked-hash-map v0.5.6 |
1867 | 2023-12-13T05:45:52.708Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1868 | 2023-12-13T05:45:52.823Z | Checking lru-cache v0.1.2 |
1869 | 2023-12-13T05:45:53.075Z | Checking headers-core v0.2.0 |
1870 | 2023-12-13T05:45:53.101Z | Checking itertools v0.12.0 |
1871 | 2023-12-13T05:45:53.261Z | Checking headers v0.3.9 |
1872 | 2023-12-13T05:45:53.319Z | Checking password-hash v0.5.0 |
1873 | 2023-12-13T05:45:53.478Z | Checking blake2 v0.10.6 |
1874 | 2023-12-13T05:45:53.522Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1875 | 2023-12-13T05:45:54.010Z | Checking swrite v0.1.0 |
1876 | 2023-12-13T05:45:54.119Z | Checking argon2 v0.5.2 |
1877 | 2023-12-13T05:45:54.160Z | Checking rcgen v0.11.3 |
1878 | 2023-12-13T05:45:54.179Z | Checking atomicwrites v0.4.2 |
1879 | 2023-12-13T05:45:54.433Z | Checking subprocess v0.2.9 |
1880 | 2023-12-13T05:45:55.111Z | Checking ciborium-io v0.2.1 |
1881 | 2023-12-13T05:45:55.129Z | Checking half v1.8.2 |
1882 | 2023-12-13T05:45:55.273Z | Checking arc-swap v1.6.0 |
1883 | 2023-12-13T05:45:55.289Z | Compiling cancel-safe-futures v0.1.5 |
1884 | 2023-12-13T05:45:55.308Z | Checking textwrap v0.11.0 |
1885 | 2023-12-13T05:45:55.610Z | Compiling heck v0.3.3 |
1886 | 2023-12-13T05:45:55.770Z | Checking ciborium-ll v0.2.1 |
1887 | 2023-12-13T05:45:55.829Z | Checking vec_map v0.8.2 |
1888 | 2023-12-13T05:45:55.936Z | Checking slog-scope v4.4.0 |
1889 | 2023-12-13T05:45:56.217Z | Compiling libefi-sys v0.1.0 |
1890 | 2023-12-13T05:45:56.220Z | Checking strsim v0.8.0 |
1891 | 2023-12-13T05:45:56.247Z | Checking ansi_term v0.12.1 |
1892 | 2023-12-13T05:45:56.265Z | Checking ciborium v0.2.1 |
1893 | 2023-12-13T05:45:56.486Z | Compiling structopt-derive v0.4.18 |
1894 | 2023-12-13T05:45:56.647Z | Checking slog-stdlog v4.1.1 |
1895 | 2023-12-13T05:45:56.706Z | Checking clap v2.34.0 |
1896 | 2023-12-13T05:45:57.317Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1897 | 2023-12-13T05:45:57.500Z | Checking slog-envlogger v2.2.0 |
1898 | 2023-12-13T05:45:57.864Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1899 | 2023-12-13T05:45:58.101Z | Compiling signal-hook v0.3.17 |
1900 | 2023-12-13T05:45:58.320Z | Checking libsw v3.3.0 |
1901 | 2023-12-13T05:45:58.386Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1902 | 2023-12-13T05:45:58.702Z | Compiling derive-where v1.2.6 |
1903 | 2023-12-13T05:45:58.740Z | Checking linear-map v1.2.0 |
1904 | 2023-12-13T05:45:59.063Z | Checking owo-colors v3.5.0 |
1905 | 2023-12-13T05:45:59.238Z | Checking resolv-conf v0.7.0 |
1906 | 2023-12-13T05:45:59.765Z | Compiling slog-dtrace v0.2.3 |
1907 | 2023-12-13T05:46:00.321Z | Checking trust-dns-resolver v0.22.0 |
1908 | 2023-12-13T05:46:01.306Z | Compiling convert_case v0.4.0 |
1909 | 2023-12-13T05:46:01.458Z | Checking structopt v0.3.26 |
1910 | 2023-12-13T05:46:02.364Z | Checking mockall v0.12.0 |
1911 | 2023-12-13T05:46:02.409Z | Checking nibble_vec v0.1.0 |
1912 | 2023-12-13T05:46:02.601Z | Checking endian-type v0.1.2 |
1913 | 2023-12-13T05:46:02.690Z | Checking fxhash v0.2.1 |
1914 | 2023-12-13T05:46:02.706Z | Checking termcolor v1.2.0 |
1915 | 2023-12-13T05:46:02.785Z | Compiling derive_more v0.99.17 |
1916 | 2023-12-13T05:46:02.894Z | Checking radix_trie v0.2.1 |
1917 | 2023-12-13T05:46:02.915Z | Compiling same-file v1.0.6 |
1918 | 2023-12-13T05:46:02.930Z | Compiling radium v0.7.0 |
1919 | 2023-12-13T05:46:03.156Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1920 | 2023-12-13T05:46:03.253Z | Compiling walkdir v2.4.0 |
1921 | 2023-12-13T05:46:03.331Z | Compiling semver-parser v0.10.2 |
1922 | 2023-12-13T05:46:03.516Z | Compiling maybe-uninit v2.0.0 |
1923 | 2023-12-13T05:46:03.630Z | Checking tap v1.0.1 |
1924 | 2023-12-13T05:46:04.362Z | Checking wyz v0.5.1 |
1925 | 2023-12-13T05:46:04.540Z | Compiling semver v0.11.0 |
1926 | 2023-12-13T05:46:05.015Z | Compiling num-rational v0.4.1 |
1927 | 2023-12-13T05:46:05.779Z | Compiling num-bigint-dig v0.8.4 |
1928 | 2023-12-13T05:46:05.869Z | Compiling home v0.5.5 |
1929 | 2023-12-13T05:46:05.959Z | Checking funty v2.0.0 |
1930 | 2023-12-13T05:46:06.154Z | Checking crc-catalog v2.2.0 |
1931 | 2023-12-13T05:46:06.238Z | Compiling packed_struct v0.10.1 |
1932 | 2023-12-13T05:46:06.242Z | Checking crc v3.0.1 |
1933 | 2023-12-13T05:46:06.259Z | Compiling toolchain_find v0.2.0 |
1934 | 2023-12-13T05:46:07.190Z | Compiling toml v0.5.11 |
1935 | 2023-12-13T05:46:07.220Z | Compiling packed_struct_codegen v0.10.1 |
1936 | 2023-12-13T05:46:07.705Z | Checking nodrop v0.1.14 |
1937 | 2023-12-13T05:46:07.739Z | Checking bitvec v1.0.1 |
1938 | 2023-12-13T05:46:07.866Z | Checking array-init v0.0.4 |
1939 | 2023-12-13T05:46:09.583Z | Compiling omicron-zone-package v0.9.1 |
1940 | 2023-12-13T05:46:09.998Z | Compiling rustfmt-wrapper v0.2.0 |
1941 | 2023-12-13T05:46:10.504Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1942 | 2023-12-13T05:46:10.998Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1943 | 2023-12-13T05:46:12.060Z | Checking smallvec v0.6.14 |
1944 | 2023-12-13T05:46:12.640Z | Checking newline-converter v0.3.0 |
1945 | 2023-12-13T05:46:12.847Z | Checking pkcs1 v0.7.5 |
1946 | 2023-12-13T05:46:13.330Z | Checking signature v2.1.0 |
1947 | 2023-12-13T05:46:13.583Z | Checking num-complex v0.4.4 |
1948 | 2023-12-13T05:46:15.134Z | Checking bitfield v0.14.0 |
1949 | 2023-12-13T05:46:15.303Z | Checking utf-8 v0.7.6 |
1950 | 2023-12-13T05:46:15.566Z | Checking keccak v0.1.4 |
1951 | 2023-12-13T05:46:15.599Z | Checking tungstenite v0.20.1 |
1952 | 2023-12-13T05:46:16.024Z | Checking sha3 v0.10.8 |
1953 | 2023-12-13T05:46:16.389Z | Checking rsa v0.9.2 |
1954 | 2023-12-13T05:46:16.481Z | Checking num v0.4.1 |
1955 | 2023-12-13T05:46:16.602Z | Checking expectorate v1.1.0 |
1956 | 2023-12-13T05:46:16.620Z | Checking serde-hex v0.1.0 |
1957 | 2023-12-13T05:46:16.814Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1958 | 2023-12-13T05:46:17.022Z | Checking env_logger v0.10.0 |
1959 | 2023-12-13T05:46:17.183Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1960 | 2023-12-13T05:46:17.261Z | Checking x509-cert v0.2.4 |
1961 | 2023-12-13T05:46:17.708Z | Checking ron v0.8.1 |
1962 | 2023-12-13T05:46:17.777Z | Checking secrecy v0.8.0 |
1963 | 2023-12-13T05:46:18.095Z | Checking crc-any v2.4.3 |
1964 | 2023-12-13T05:46:18.665Z | Checking tokio-tungstenite v0.20.1 |
1965 | 2023-12-13T05:46:18.714Z | Checking signal-hook-mio v0.2.3 |
1966 | 2023-12-13T05:46:18.870Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1967 | 2023-12-13T05:46:18.900Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1968 | 2023-12-13T05:46:19.144Z | Checking object v0.30.4 |
1969 | 2023-12-13T05:46:19.393Z | Checking path-slash v0.1.5 |
1970 | 2023-12-13T05:46:19.583Z | Compiling buf-list v1.0.3 |
1971 | 2023-12-13T05:46:19.716Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1972 | 2023-12-13T05:46:19.872Z | Checking glob v0.3.1 |
1973 | 2023-12-13T05:46:19.960Z | Compiling parking_lot_core v0.8.6 |
1974 | 2023-12-13T05:46:20.375Z | Checking display-error-chain v0.2.0 |
1975 | 2023-12-13T05:46:20.559Z | Checking trust-dns-client v0.22.0 |
1976 | 2023-12-13T05:46:21.101Z | Checking pretty-hex v0.4.0 |
1977 | 2023-12-13T05:46:21.197Z | Checking parking_lot v0.11.2 |
1978 | 2023-12-13T05:46:21.342Z | Compiling vte_generate_state_changes v0.1.1 |
1979 | 2023-12-13T05:46:21.801Z | Checking sled v0.34.7 |
1980 | 2023-12-13T05:46:22.352Z | Compiling semver v0.1.20 |
1981 | 2023-12-13T05:46:22.408Z | Checking arrayvec v0.5.2 |
1982 | 2023-12-13T05:46:22.482Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-12-13T05:46:23.108Z | Checking vte v0.10.1 |
1984 | 2023-12-13T05:46:23.423Z | Compiling rustc_version v0.1.7 |
1985 | 2023-12-13T05:46:23.634Z | Checking fd-lock v3.0.13 |
1986 | 2023-12-13T05:46:23.891Z | Checking crossterm v0.26.1 |
1987 | 2023-12-13T05:46:24.175Z | Compiling newtype_derive v0.1.6 |
1988 | 2023-12-13T05:46:24.603Z | Checking crossbeam-deque v0.8.3 |
1989 | 2023-12-13T05:46:25.166Z | Compiling unicase v2.7.0 |
1990 | 2023-12-13T05:46:25.540Z | Checking strip-ansi-escapes v0.1.1 |
1991 | 2023-12-13T05:46:25.613Z | Checking nu-ansi-term v0.49.0 |
1992 | 2023-12-13T05:46:25.748Z | Compiling rayon-core v1.12.0 |
1993 | 2023-12-13T05:46:26.172Z | Compiling platforms v3.0.2 |
1994 | 2023-12-13T05:46:26.586Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1995 | 2023-12-13T05:46:26.736Z | Checking reedline v0.22.0 |
1996 | 2023-12-13T05:46:26.754Z | Compiling memoffset v0.7.1 |
1997 | 2023-12-13T05:46:27.550Z | Checking steno v0.4.0 |
1998 | 2023-12-13T05:46:27.563Z | Checking rayon v1.8.0 |
1999 | 2023-12-13T05:46:27.663Z | Compiling curve25519-dalek v4.1.1 |
2000 | 2023-12-13T05:46:28.016Z | Checking globset v0.4.13 |
2001 | 2023-12-13T05:46:28.949Z | Checking olpc-cjson v0.1.3 |
2002 | 2023-12-13T05:46:28.961Z | Checking serde_plain v1.0.2 |
2003 | 2023-12-13T05:46:28.961Z | Compiling async-recursion v1.0.5 |
2004 | 2023-12-13T05:46:29.275Z | Checking typed-path v0.7.0 |
2005 | 2023-12-13T05:46:29.547Z | Compiling mime_guess v2.0.4 |
2006 | 2023-12-13T05:46:30.011Z | Checking universal-hash v0.5.1 |
2007 | 2023-12-13T05:46:30.273Z | Compiling thiserror-impl-no-std v2.0.2 |
2008 | 2023-12-13T05:46:30.580Z | Compiling curve25519-dalek-derive v0.1.0 |
2009 | 2023-12-13T05:46:30.887Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2010 | 2023-12-13T05:46:31.324Z | Checking opaque-debug v0.3.0 |
2011 | 2023-12-13T05:46:31.448Z | Compiling salty v0.2.0 |
2012 | 2023-12-13T05:46:31.728Z | Checking signature v1.6.4 |
2013 | 2023-12-13T05:46:31.906Z | Checking ed25519 v1.5.3 |
2014 | 2023-12-13T05:46:32.188Z | Checking poly1305 v0.8.0 |
2015 | 2023-12-13T05:46:32.329Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2016 | 2023-12-13T05:46:32.419Z | Checking tough v0.16.0 |
2017 | 2023-12-13T05:46:33.323Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2018 | 2023-12-13T05:46:33.762Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2019 | 2023-12-13T05:46:33.927Z | Checking chacha20 v0.9.1 |
2020 | 2023-12-13T05:46:34.114Z | Checking aead v0.5.2 |
2021 | 2023-12-13T05:46:34.413Z | Checking serde-big-array v0.5.1 |
2022 | 2023-12-13T05:46:34.433Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2023 | 2023-12-13T05:46:34.726Z | Checking kstat-rs v0.2.3 |
2024 | 2023-12-13T05:46:34.747Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2025 | 2023-12-13T05:46:34.751Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2026 | 2023-12-13T05:46:35.292Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2027 | 2023-12-13T05:46:35.793Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2028 | 2023-12-13T05:46:36.172Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2029 | 2023-12-13T05:46:36.488Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2030 | 2023-12-13T05:46:38.361Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2031 | 2023-12-13T05:46:38.712Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2032 | 2023-12-13T05:46:39.613Z | Checking thiserror-no-std v2.0.2 |
2033 | 2023-12-13T05:46:39.766Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2034 | 2023-12-13T05:46:40.058Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2035 | 2023-12-13T05:46:40.931Z | Checking bytecount v0.6.3 |
2036 | 2023-12-13T05:46:41.142Z | Checking papergrid v0.10.0 |
2037 | 2023-12-13T05:46:41.189Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2038 | 2023-12-13T05:46:41.690Z | Checking vsss-rs v3.3.2 |
2039 | 2023-12-13T05:46:43.332Z | Checking chacha20poly1305 v0.10.1 |
2040 | 2023-12-13T05:46:44.930Z | Checking signal-hook-tokio v0.3.1 |
2041 | 2023-12-13T05:46:45.202Z | Compiling tabled_derive v0.6.0 |
2042 | 2023-12-13T05:46:45.292Z | Checking nix v0.26.4 |
2043 | 2023-12-13T05:46:45.581Z | Checking serde-big-array v0.4.1 |
2044 | 2023-12-13T05:46:45.804Z | Compiling sqlparser_derive v0.1.1 |
2045 | 2023-12-13T05:46:47.661Z | Checking unicode_categories v0.1.1 |
2046 | 2023-12-13T05:46:47.836Z | Checking sqlparser v0.36.1 |
2047 | 2023-12-13T05:46:48.139Z | Checking sqlformat v0.2.3 |
2048 | 2023-12-13T05:46:48.540Z | Checking rustyline v12.0.0 |
2049 | 2023-12-13T05:46:49.399Z | Checking tabled v0.14.0 |
2050 | 2023-12-13T05:46:50.467Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2051 | 2023-12-13T05:46:51.151Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2052 | 2023-12-13T05:46:52.064Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2053 | 2023-12-13T05:46:52.772Z | Checking bcs v0.1.6 |
2054 | 2023-12-13T05:46:53.494Z | Checking corncobs v0.1.3 |
2055 | 2023-12-13T05:46:53.745Z | Checking highway v1.1.0 |
2056 | 2023-12-13T05:46:53.788Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2057 | 2023-12-13T05:46:54.023Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2058 | 2023-12-13T05:46:54.406Z | Checking http-range v0.1.5 |
2059 | 2023-12-13T05:46:54.649Z | Compiling portable-atomic v1.4.3 |
2060 | 2023-12-13T05:46:55.442Z | Compiling crunchy v0.2.2 |
2061 | 2023-12-13T05:46:55.938Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2062 | 2023-12-13T05:46:56.194Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2063 | 2023-12-13T05:46:56.646Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2064 | 2023-12-13T05:46:58.875Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2065 | 2023-12-13T05:46:58.977Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2066 | 2023-12-13T05:46:59.762Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2067 | 2023-12-13T05:46:59.880Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2068 | 2023-12-13T05:47:00.988Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2069 | 2023-12-13T05:47:01.323Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2070 | 2023-12-13T05:47:01.741Z | Checking hyper-staticfile v0.9.5 |
2071 | 2023-12-13T05:47:02.098Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2072 | 2023-12-13T05:47:02.380Z | Compiling clang-sys v1.6.1 |
2073 | 2023-12-13T05:47:03.525Z | Compiling prettyplease v0.2.12 |
2074 | 2023-12-13T05:47:03.579Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2075 | 2023-12-13T05:47:03.949Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2076 | 2023-12-13T05:47:04.217Z | Checking assert_matches v1.5.0 |
2077 | 2023-12-13T05:47:04.341Z | Compiling tiny-keccak v2.0.2 |
2078 | 2023-12-13T05:47:07.688Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2079 | 2023-12-13T05:47:08.276Z | Compiling darling_core v0.14.4 |
2080 | 2023-12-13T05:47:08.572Z | Checking humantime v2.1.0 |
2081 | 2023-12-13T05:47:09.006Z | Checking number_prefix v0.4.0 |
2082 | 2023-12-13T05:47:09.315Z | Checking indicatif v0.17.7 |
2083 | 2023-12-13T05:47:10.456Z | Compiling ascii-canvas v3.0.0 |
2084 | 2023-12-13T05:47:10.780Z | Compiling ena v0.14.2 |
2085 | 2023-12-13T05:47:11.295Z | Compiling libloading v0.7.4 |
2086 | 2023-12-13T05:47:11.408Z | Compiling diff v0.1.13 |
2087 | 2023-12-13T05:47:12.295Z | Compiling bindgen v0.65.1 |
2088 | 2023-12-13T05:47:12.485Z | Compiling regex-syntax v0.6.29 |
2089 | 2023-12-13T05:47:18.343Z | Compiling darling_macro v0.14.4 |
2090 | 2023-12-13T05:47:19.981Z | Compiling darling v0.14.4 |
2091 | 2023-12-13T05:47:20.156Z | Compiling lalrpop v0.19.12 |
2092 | 2023-12-13T05:47:20.360Z | Compiling cexpr v0.6.0 |
2093 | 2023-12-13T05:47:21.501Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2094 | 2023-12-13T05:47:22.771Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2095 | 2023-12-13T05:47:22.778Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2096 | 2023-12-13T05:47:23.090Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2097 | 2023-12-13T05:47:23.986Z | Compiling which v4.4.0 |
2098 | 2023-12-13T05:47:24.040Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2099 | 2023-12-13T05:47:25.022Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2100 | 2023-12-13T05:47:26.566Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2101 | 2023-12-13T05:47:27.163Z | Compiling peeking_take_while v0.1.2 |
2102 | 2023-12-13T05:47:27.347Z | Checking maplit v1.0.2 |
2103 | 2023-12-13T05:47:27.492Z | Compiling shlex v1.1.0 |
2104 | 2023-12-13T05:47:27.938Z | Compiling lazycell v1.3.0 |
2105 | 2023-12-13T05:47:28.172Z | Compiling ref-cast v1.0.20 |
2106 | 2023-12-13T05:47:28.950Z | Compiling rustc-hash v1.1.0 |
2107 | 2023-12-13T05:47:29.144Z | Compiling derive_builder_core v0.12.0 |
2108 | 2023-12-13T05:47:30.255Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2109 | 2023-12-13T05:47:30.677Z | Compiling ref-cast-impl v1.0.20 |
2110 | 2023-12-13T05:47:32.319Z | Compiling libxml v0.3.3 |
2111 | 2023-12-13T05:47:32.328Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2112 | 2023-12-13T05:47:32.720Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2113 | 2023-12-13T05:47:32.766Z | Compiling strum_macros v0.24.3 |
2114 | 2023-12-13T05:47:33.221Z | Compiling derive_builder_macro v0.12.0 |
2115 | 2023-12-13T05:47:34.539Z | Compiling fs-err v2.11.0 |
2116 | 2023-12-13T05:47:34.961Z | Compiling cookie v0.18.0 |
2117 | 2023-12-13T05:47:35.370Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2118 | 2023-12-13T05:47:35.449Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2119 | 2023-12-13T05:47:35.756Z | Compiling indoc v1.0.9 |
2120 | 2023-12-13T05:47:36.236Z | Checking derive_builder v0.12.0 |
2121 | 2023-12-13T05:47:37.401Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2122 | 2023-12-13T05:47:39.264Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2123 | 2023-12-13T05:47:39.301Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2124 | 2023-12-13T05:47:39.447Z | Checking bb8 v0.8.1 |
2125 | 2023-12-13T05:47:39.720Z | Checking quick-xml v0.23.1 |
2126 | 2023-12-13T05:47:40.011Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2127 | 2023-12-13T05:47:40.185Z | Compiling oso-derive v0.27.0 |
2128 | 2023-12-13T05:47:40.944Z | Compiling impl-trait-for-tuples v0.2.2 |
2129 | 2023-12-13T05:47:41.332Z | Checking unicode-linebreak v0.1.5 |
2130 | 2023-12-13T05:47:41.624Z | Checking smawk v0.3.1 |
2131 | 2023-12-13T05:47:41.763Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2132 | 2023-12-13T05:47:42.041Z | Checking textwrap v0.16.0 |
2133 | 2023-12-13T05:47:42.619Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2134 | 2023-12-13T05:47:42.653Z | Checking bytesize v1.3.0 |
2135 | 2023-12-13T05:47:42.674Z | Checking is_ci v1.1.1 |
2136 | 2023-12-13T05:47:42.843Z | Checking supports-color v2.1.0 |
2137 | 2023-12-13T05:47:42.900Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2138 | 2023-12-13T05:47:42.986Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2139 | 2023-12-13T05:47:43.109Z | Checking crossterm v0.27.0 |
2140 | 2023-12-13T05:47:43.533Z | Compiling indoc v2.0.3 |
2141 | 2023-12-13T05:47:45.177Z | Checking cassowary v0.3.0 |
2142 | 2023-12-13T05:47:45.683Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2143 | 2023-12-13T05:47:45.684Z | Checking rtoolbox v0.0.1 |
2144 | 2023-12-13T05:47:45.684Z | Checking rpassword v7.3.1 |
2145 | 2023-12-13T05:47:45.782Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2146 | 2023-12-13T05:47:45.801Z | Checking ratatui v0.23.0 |
2147 | 2023-12-13T05:47:47.088Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2148 | 2023-12-13T05:47:47.512Z | Checking shell-words v1.1.0 |
2149 | 2023-12-13T05:47:47.808Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2150 | 2023-12-13T05:47:49.021Z | Checking fatfs v0.3.6 |
2151 | 2023-12-13T05:47:49.694Z | Checking tui-tree-widget v0.13.0 |
2152 | 2023-12-13T05:47:50.059Z | Checking yansi v0.5.1 |
2153 | 2023-12-13T05:47:50.420Z | Compiling target-lexicon v0.12.12 |
2154 | 2023-12-13T05:47:50.454Z | Checking pretty_assertions v1.4.0 |
2155 | 2023-12-13T05:47:50.701Z | Compiling guppy-workspace-hack v0.1.0 |
2156 | 2023-12-13T05:47:50.721Z | Checking plotters-backend v0.3.5 |
2157 | 2023-12-13T05:47:51.153Z | Checking rand v0.4.6 |
2158 | 2023-12-13T05:47:51.266Z | Checking plotters-svg v0.3.5 |
2159 | 2023-12-13T05:47:51.579Z | Checking cast v0.3.0 |
2160 | 2023-12-13T05:47:52.089Z | Checking remove_dir_all v0.5.3 |
2161 | 2023-12-13T05:47:52.306Z | Compiling target-spec v3.0.1 |
2162 | 2023-12-13T05:47:52.645Z | Checking tempdir v0.3.7 |
2163 | 2023-12-13T05:47:52.726Z | Checking cfg-expr v0.15.5 |
2164 | 2023-12-13T05:47:52.878Z | Checking criterion-plot v0.5.0 |
2165 | 2023-12-13T05:47:53.043Z | Checking plotters v0.3.5 |
2166 | 2023-12-13T05:47:53.773Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2167 | 2023-12-13T05:47:54.028Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2168 | 2023-12-13T05:47:55.142Z | Checking tinytemplate v1.2.1 |
2169 | 2023-12-13T05:47:55.740Z | Checking cargo-platform v0.1.3 |
2170 | 2023-12-13T05:47:55.977Z | Checking anes v0.1.6 |
2171 | 2023-12-13T05:47:56.193Z | Checking oorandom v11.1.3 |
2172 | 2023-12-13T05:47:56.417Z | Checking cargo_metadata v0.18.1 |
2173 | 2023-12-13T05:47:56.552Z | Checking criterion v0.5.1 |
2174 | 2023-12-13T05:47:59.685Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2175 | 2023-12-13T05:48:00.350Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2176 | 2023-12-13T05:48:00.893Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2177 | 2023-12-13T05:48:01.359Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2178 | 2023-12-13T05:48:01.469Z | Checking assert_cmd v2.0.12 |
2179 | 2023-12-13T05:48:02.122Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2180 | 2023-12-13T05:48:04.576Z | Checking pathdiff v0.2.1 |
2181 | 2023-12-13T05:48:04.784Z | Checking nested v0.1.1 |
2182 | 2023-12-13T05:48:05.106Z | Checking guppy v0.17.4 |
2183 | 2023-12-13T05:48:08.524Z | Checking threadpool v1.8.1 |
2184 | 2023-12-13T05:48:08.824Z | Checking nanorand v0.7.0 |
2185 | 2023-12-13T05:48:09.350Z | Checking topological-sort v0.2.2 |
2186 | 2023-12-13T05:48:09.647Z | Checking flume v0.11.0 |
2187 | 2023-12-13T05:48:10.338Z | Checking libtest-mimic v0.6.1 |
2188 | 2023-12-13T05:48:10.431Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2189 | 2023-12-13T05:48:10.898Z | Checking httptest v0.15.5 |
2190 | 2023-12-13T05:48:11.012Z | Checking similar-asserts v1.5.0 |
2191 | 2023-12-13T05:48:11.272Z | Compiling rstest_macros v0.18.2 |
2192 | 2023-12-13T05:48:11.994Z | Compiling crossbeam-queue v0.3.8 |
2193 | 2023-12-13T05:48:12.197Z | Checking datatest-stable v0.2.3 |
2194 | 2023-12-13T05:48:12.511Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2195 | 2023-12-13T05:48:12.780Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2196 | 2023-12-13T05:48:14.067Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2197 | 2023-12-13T05:48:14.357Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2198 | 2023-12-13T05:48:15.111Z | Checking constant_time_eq v0.2.6 |
2199 | 2023-12-13T05:48:15.267Z | Checking arrayref v0.3.7 |
2200 | 2023-12-13T05:48:15.347Z | Compiling trybuild v1.0.85 |
2201 | 2023-12-13T05:48:15.397Z | Compiling relative-path v1.9.0 |
2202 | 2023-12-13T05:48:15.794Z | Checking arrayvec v0.7.4 |
2203 | 2023-12-13T05:48:16.360Z | Checking blake2b_simd v1.0.1 |
2204 | 2023-12-13T05:48:16.839Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2205 | 2023-12-13T05:48:17.665Z | Checking basic-toml v0.1.4 |
2206 | 2023-12-13T05:48:19.007Z | Checking futures-timer v3.0.2 |
2207 | 2023-12-13T05:48:19.434Z | Checking constant_time_eq v0.3.0 |
2208 | 2023-12-13T05:48:19.610Z | Checking rust-argon2 v1.0.1 |
2209 | 2023-12-13T05:48:22.384Z | Checking crossbeam v0.8.2 |
2210 | 2023-12-13T05:48:22.852Z | Checking partial-io v0.5.4 |
2211 | 2023-12-13T05:48:23.433Z | Checking approx v0.5.1 |
2212 | 2023-12-13T05:48:23.765Z | Checking termios v0.3.3 |
2213 | 2023-12-13T05:48:24.065Z | Checking hex-literal v0.4.1 |
2214 | 2023-12-13T05:48:32.540Z | Checking rstest v0.18.2 |
2215 | 2023-12-13T05:48:35.560Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2216 | 2023-12-13T05:48:38.465Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2217 | 2023-12-13T05:49:43.371Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2218 | 2023-12-13T05:49:44.341Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2219 | 2023-12-13T05:49:52.333Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2220 | 2023-12-13T05:49:58.229Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2221 | 2023-12-13T05:50:26.801Z | Compiling polar-core v0.27.0 |
2222 | 2023-12-13T05:50:56.474Z | Checking oso v0.27.0 |
2223 | 2023-12-13T05:51:14.016Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2224 | 2023-12-13T05:52:35.524Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 06s |
2225 | 2023-12-13T05:52:35.739Z | |
2226 | 2023-12-13T05:52:35.739Z | real 11:03.550245699 |
2227 | 2023-12-13T05:52:35.739Z | user 1:00:44.082922129 |
2228 | 2023-12-13T05:52:35.739Z | sys 7:45.091630827 |
2229 | 2023-12-13T05:52:35.739Z | trap 2.199609106 |
2230 | 2023-12-13T05:52:35.739Z | tflt 4.560372115 |
2231 | 2023-12-13T05:52:35.739Z | dflt 5.944389064 |
2232 | 2023-12-13T05:52:35.743Z | kflt 0.020453097 |
2233 | 2023-12-13T05:52:35.743Z | lock 1:35:35.778128369 |
2234 | 2023-12-13T05:52:35.743Z | slp 2:59:47.046093969 |
2235 | 2023-12-13T05:52:35.743Z | lat 2:10.646333716 |
2236 | 2023-12-13T05:52:35.743Z | stop 4:40.026706811 |
2237 | 2023-12-13T05:52:36.917Z | warning: output filename collision. |
2238 | 2023-12-13T05:52:36.917Z | 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)`. |
2239 | 2023-12-13T05:52:36.917Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2240 | 2023-12-13T05:52:36.917Z | The targets should have unique names. |
2241 | 2023-12-13T05:52:36.917Z | This is a known bug where multiple crates with the same name use |
2242 | 2023-12-13T05:52:36.917Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2243 | 2023-12-13T05:52:36.921Z | warning: output filename collision. |
2244 | 2023-12-13T05:52:36.921Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2245 | 2023-12-13T05:52:36.921Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2246 | 2023-12-13T05:52:36.921Z | The targets should have unique names. |
2247 | 2023-12-13T05:52:36.921Z | This is a known bug where multiple crates with the same name use |
2248 | 2023-12-13T05:52:36.921Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2249 | 2023-12-13T05:52:36.921Z | warning: output filename collision. |
2250 | 2023-12-13T05:52:36.921Z | 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)`. |
2251 | 2023-12-13T05:52:36.921Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2252 | 2023-12-13T05:52:36.921Z | The targets should have unique names. |
2253 | 2023-12-13T05:52:36.921Z | This is a known bug where multiple crates with the same name use |
2254 | 2023-12-13T05:52:36.921Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2255 | 2023-12-13T05:52:36.921Z | warning: output filename collision. |
2256 | 2023-12-13T05:52:36.921Z | 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)`. |
2257 | 2023-12-13T05:52:36.921Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2258 | 2023-12-13T05:52:36.921Z | The targets should have unique names. |
2259 | 2023-12-13T05:52:36.921Z | This is a known bug where multiple crates with the same name use |
2260 | 2023-12-13T05:52:36.921Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2261 | 2023-12-13T05:52:37.520Z | Documenting libc v0.2.151 |
2262 | 2023-12-13T05:52:37.558Z | Documenting cfg-if v1.0.0 |
2263 | 2023-12-13T05:52:37.569Z | Documenting serde_derive v1.0.193 |
2264 | 2023-12-13T05:52:37.584Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2265 | 2023-12-13T05:52:37.590Z | Documenting scopeguard v1.2.0 |
2266 | 2023-12-13T05:52:37.590Z | Documenting log v0.4.20 |
2267 | 2023-12-13T05:52:38.024Z | Documenting memchr v2.6.3 |
2268 | 2023-12-13T05:52:38.037Z | Documenting smallvec v1.11.2 |
2269 | 2023-12-13T05:52:38.038Z | Documenting itoa v1.0.9 |
2270 | 2023-12-13T05:52:41.466Z | Documenting zeroize_derive v1.4.2 |
2271 | 2023-12-13T05:52:41.573Z | Documenting lock_api v0.4.10 |
2272 | 2023-12-13T05:52:42.052Z | Documenting pin-project-lite v0.2.13 |
2273 | 2023-12-13T05:52:42.104Z | Documenting libm v0.2.7 |
2274 | 2023-12-13T05:52:43.579Z | Documenting futures-core v0.3.29 |
2275 | 2023-12-13T05:52:43.888Z | Documenting getrandom v0.2.10 |
2276 | 2023-12-13T05:52:44.593Z | Documenting parking_lot_core v0.9.8 |
2277 | 2023-12-13T05:52:46.139Z | Documenting signal-hook-registry v1.4.1 |
2278 | 2023-12-13T05:52:46.373Z | Documenting mio v0.8.9 |
2279 | 2023-12-13T05:52:47.244Z | Documenting serde v1.0.193 |
2280 | 2023-12-13T05:52:47.287Z | Documenting num-traits v0.2.16 |
2281 | 2023-12-13T05:52:57.316Z | Documenting zeroize v1.7.0 |
2282 | 2023-12-13T05:52:57.317Z | Documenting thiserror-impl v1.0.49 |
2283 | 2023-12-13T05:52:57.420Z | Documenting rand_core v0.6.4 |
2284 | 2023-12-13T05:52:57.421Z | Documenting parking_lot v0.12.1 |
2285 | 2023-12-13T05:52:57.421Z | Documenting socket2 v0.5.5 |
2286 | 2023-12-13T05:52:57.421Z | Documenting num_cpus v1.16.0 |
2287 | 2023-12-13T05:52:57.421Z | Documenting typenum v1.16.0 |
2288 | 2023-12-13T05:52:57.422Z | Documenting tokio-macros v2.2.0 |
2289 | 2023-12-13T05:52:57.422Z | Documenting once_cell v1.19.0 |
2290 | 2023-12-13T05:52:57.422Z | Documenting thiserror v1.0.49 |
2291 | 2023-12-13T05:52:57.422Z | Documenting subtle v2.5.0 |
2292 | 2023-12-13T05:52:58.113Z | Documenting byteorder v1.5.0 |
2293 | 2023-12-13T05:52:58.357Z | Documenting ryu v1.0.15 |
2294 | 2023-12-13T05:53:01.050Z | Documenting futures-sink v0.3.29 |
2295 | 2023-12-13T05:53:01.195Z | Documenting const-oid v0.9.5 |
2296 | 2023-12-13T05:53:01.412Z | Documenting pin-utils v0.1.0 |
2297 | 2023-12-13T05:53:01.926Z | Documenting futures-task v0.3.29 |
2298 | 2023-12-13T05:53:02.492Z | Documenting slab v0.4.9 |
2299 | 2023-12-13T05:53:04.310Z | Documenting futures-macro v0.3.29 |
2300 | 2023-12-13T05:53:06.647Z | Documenting futures-channel v0.3.29 |
2301 | 2023-12-13T05:53:07.408Z | Documenting futures-io v0.3.29 |
2302 | 2023-12-13T05:53:08.723Z | Documenting iana-time-zone v0.1.57 |
2303 | 2023-12-13T05:53:09.303Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2304 | 2023-12-13T05:53:10.530Z | Documenting tinyvec_macros v0.1.1 |
2305 | 2023-12-13T05:53:10.680Z | Documenting ppv-lite86 v0.2.17 |
2306 | 2023-12-13T05:53:11.780Z | Documenting fnv v1.0.7 |
2307 | 2023-12-13T05:53:12.724Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2023-12-13T05:53:13.256Z | Documenting futures-util v0.3.29 |
2309 | 2023-12-13T05:53:14.473Z | Documenting tracing-core v0.1.31 |
2310 | 2023-12-13T05:53:14.841Z | Documenting tinyvec v1.6.0 |
2311 | 2023-12-13T05:53:15.779Z | Documenting rand_chacha v0.3.1 |
2312 | 2023-12-13T05:53:17.486Z | Documenting tracing-attributes v0.1.26 |
2313 | 2023-12-13T05:53:20.685Z | Documenting unicode-normalization v0.1.22 |
2314 | 2023-12-13T05:53:22.485Z | Documenting bytes v1.5.0 |
2315 | 2023-12-13T05:53:22.602Z | Documenting bitflags v2.4.0 |
2316 | 2023-12-13T05:53:26.178Z | Documenting serde_json v1.0.108 |
2317 | 2023-12-13T05:53:27.269Z | Documenting chrono v0.4.31 |
2318 | 2023-12-13T05:53:27.446Z | Documenting uuid v1.6.1 |
2319 | 2023-12-13T05:53:28.797Z | Documenting rand v0.8.5 |
2320 | 2023-12-13T05:53:28.967Z | Documenting base64 v0.21.5 |
2321 | 2023-12-13T05:53:30.001Z | Documenting tokio v1.35.0 |
2322 | 2023-12-13T05:53:34.112Z | Documenting spin v0.9.8 |
2323 | 2023-12-13T05:53:34.597Z | Documenting lazy_static v1.4.0 |
2324 | 2023-12-13T05:53:35.246Z | Documenting unicode-bidi v0.3.13 |
2325 | 2023-12-13T05:53:36.443Z | Documenting http v0.2.11 |
2326 | 2023-12-13T05:53:37.261Z | Documenting percent-encoding v2.3.1 |
2327 | 2023-12-13T05:53:38.584Z | Documenting cpufeatures v0.2.9 |
2328 | 2023-12-13T05:53:38.943Z | Checking serde_derive_internals v0.26.0 |
2329 | 2023-12-13T05:53:38.983Z | Documenting generic-array v0.14.7 |
2330 | 2023-12-13T05:53:39.862Z | Documenting serde_derive_internals v0.26.0 |
2331 | 2023-12-13T05:53:41.730Z | Documenting dyn-clone v1.0.13 |
2332 | 2023-12-13T05:53:42.661Z | Documenting errno v0.3.2 |
2333 | 2023-12-13T05:53:43.288Z | Documenting form_urlencoded v1.2.1 |
2334 | 2023-12-13T05:53:44.476Z | Documenting tracing v0.1.37 |
2335 | 2023-12-13T05:53:44.991Z | Documenting idna v0.5.0 |
2336 | 2023-12-13T05:53:45.513Z | Documenting crypto-common v0.1.6 |
2337 | 2023-12-13T05:53:46.658Z | Documenting block-buffer v0.10.4 |
2338 | 2023-12-13T05:53:46.730Z | Documenting httparse v1.8.0 |
2339 | 2023-12-13T05:53:47.983Z | Documenting schemars_derive v0.8.13 |
2340 | 2023-12-13T05:53:48.795Z | Documenting rustix v0.38.25 |
2341 | 2023-12-13T05:53:49.217Z | Documenting adler v1.0.2 |
2342 | 2023-12-13T05:53:51.112Z | Documenting url v2.5.0 |
2343 | 2023-12-13T05:53:52.884Z | Documenting unicode-ident v1.0.12 |
2344 | 2023-12-13T05:53:53.392Z | Documenting digest v0.10.7 |
2345 | 2023-12-13T05:53:53.392Z | Documenting base64ct v1.6.0 |
2346 | 2023-12-13T05:53:53.393Z | Documenting miniz_oxide v0.7.1 |
2347 | 2023-12-13T05:53:56.496Z | Documenting proc-macro2 v1.0.69 |
2348 | 2023-12-13T05:53:56.874Z | Documenting schemars v0.8.13 |
2349 | 2023-12-13T05:53:57.532Z | Documenting unicode-width v0.1.11 |
2350 | 2023-12-13T05:53:58.233Z | Documenting try-lock v0.2.4 |
2351 | 2023-12-13T05:53:58.486Z | Documenting openssl-probe v0.1.5 |
2352 | 2023-12-13T05:53:59.089Z | Documenting httpdate v1.0.3 |
2353 | 2023-12-13T05:54:02.299Z | Documenting untrusted v0.9.0 |
2354 | 2023-12-13T05:54:02.309Z | Documenting http-body v0.4.5 |
2355 | 2023-12-13T05:54:02.831Z | Documenting want v0.3.1 |
2356 | 2023-12-13T05:54:02.844Z | Documenting quote v1.0.33 |
2357 | 2023-12-13T05:54:04.156Z | Documenting openssl-sys v0.9.96 |
2358 | 2023-12-13T05:54:04.916Z | Documenting async-trait v0.1.74 |
2359 | 2023-12-13T05:54:05.834Z | Documenting openssl-macros v0.1.1 |
2360 | 2023-12-13T05:54:06.468Z | Documenting ring v0.17.7 |
2361 | 2023-12-13T05:54:08.277Z | Documenting mime v0.3.17 |
2362 | 2023-12-13T05:54:08.664Z | Documenting tower-service v0.3.2 |
2363 | 2023-12-13T05:54:08.685Z | Documenting pem-rfc7468 v0.7.0 |
2364 | 2023-12-13T05:54:12.038Z | Documenting aho-corasick v1.0.4 |
2365 | 2023-12-13T05:54:12.127Z | Documenting sct v0.7.0 |
2366 | 2023-12-13T05:54:13.390Z | Documenting openssl v0.10.60 |
2367 | 2023-12-13T05:54:13.830Z | Documenting tokio-util v0.7.10 |
2368 | 2023-12-13T05:54:14.162Z | Documenting slog v2.7.0 |
2369 | 2023-12-13T05:54:14.543Z | Documenting der_derive v0.7.2 |
2370 | 2023-12-13T05:54:14.629Z | Documenting rustls-webpki v0.101.7 |
2371 | 2023-12-13T05:54:14.870Z | Documenting flagset v0.4.3 |
2372 | 2023-12-13T05:54:18.085Z | Documenting regex-syntax v0.8.2 |
2373 | 2023-12-13T05:54:19.080Z | Documenting utf8parse v0.2.1 |
2374 | 2023-12-13T05:54:19.410Z | Documenting equivalent v1.0.1 |
2375 | 2023-12-13T05:54:20.577Z | Documenting ipnet v2.8.0 |
2376 | 2023-12-13T05:54:21.133Z | Documenting hashbrown v0.14.2 |
2377 | 2023-12-13T05:54:22.233Z | Documenting der v0.7.8 |
2378 | 2023-12-13T05:54:22.448Z | Documenting h2 v0.3.21 |
2379 | 2023-12-13T05:54:23.282Z | Documenting rustls v0.21.9 |
2380 | 2023-12-13T05:54:23.455Z | Documenting rustls-pemfile v1.0.3 |
2381 | 2023-12-13T05:54:26.000Z | Documenting num-integer v0.1.45 |
2382 | 2023-12-13T05:54:26.731Z | Documenting time-macros v0.2.13 |
2383 | 2023-12-13T05:54:27.681Z | Documenting indexmap v2.1.0 |
2384 | 2023-12-13T05:54:28.413Z | Documenting regex-automata v0.4.3 |
2385 | 2023-12-13T05:54:29.348Z | Documenting deranged v0.3.8 |
2386 | 2023-12-13T05:54:30.158Z | Documenting time-core v0.1.1 |
2387 | 2023-12-13T05:54:32.195Z | Documenting num_threads v0.1.6 |
2388 | 2023-12-13T05:54:33.927Z | Documenting gimli v0.28.0 |
2389 | 2023-12-13T05:54:33.965Z | Documenting spki v0.7.2 |
2390 | 2023-12-13T05:54:34.564Z | Documenting native-tls v0.2.11 |
2391 | 2023-12-13T05:54:35.587Z | Documenting object v0.32.1 |
2392 | 2023-12-13T05:54:35.990Z | Documenting tokio-rustls v0.24.1 |
2393 | 2023-12-13T05:54:37.529Z | Documenting hyper v0.14.27 |
2394 | 2023-12-13T05:54:37.705Z | Documenting time v0.3.27 |
2395 | 2023-12-13T05:54:40.521Z | Documenting encoding_rs v0.8.33 |
2396 | 2023-12-13T05:54:41.320Z | Documenting regex v1.10.2 |
2397 | 2023-12-13T05:54:41.796Z | Documenting crossbeam-utils v0.8.16 |
2398 | 2023-12-13T05:54:44.242Z | Documenting addr2line v0.21.0 |
2399 | 2023-12-13T05:54:45.691Z | Checking pest_meta v2.7.2 |
2400 | 2023-12-13T05:54:45.937Z | Documenting rustc-demangle v0.1.23 |
2401 | 2023-12-13T05:54:46.856Z | Documenting tokio-native-tls v0.3.1 |
2402 | 2023-12-13T05:54:47.738Z | Documenting rustls-native-certs v0.6.3 |
2403 | 2023-12-13T05:54:48.011Z | Documenting serde_urlencoded v0.7.1 |
2404 | 2023-12-13T05:55:08.218Z | Documenting pest_meta v2.7.2 |
2405 | 2023-12-13T05:55:08.688Z | Checking pest_generator v2.7.2 |
2406 | 2023-12-13T05:55:08.688Z | Documenting pkcs8 v0.10.2 |
2407 | 2023-12-13T05:55:08.688Z | Documenting anstyle v1.0.2 |
2408 | 2023-12-13T05:55:08.688Z | Documenting webpki-roots v0.25.2 |
2409 | 2023-12-13T05:55:08.764Z | Documenting ucd-trie v0.1.6 |
2410 | 2023-12-13T05:55:08.764Z | Documenting backtrace v0.3.69 |
2411 | 2023-12-13T05:55:08.997Z | Documenting data-encoding v2.4.0 |
2412 | 2023-12-13T05:55:09.194Z | Documenting pest_generator v2.7.2 |
2413 | 2023-12-13T05:55:09.194Z | Documenting hyper-rustls v0.24.2 |
2414 | 2023-12-13T05:55:09.194Z | Documenting hyper-tls v0.5.0 |
2415 | 2023-12-13T05:55:09.194Z | Documenting anstyle-parse v0.2.1 |
2416 | 2023-12-13T05:55:09.194Z | Documenting syn v2.0.32 |
2417 | 2023-12-13T05:55:09.194Z | Documenting pest v2.7.2 |
2418 | 2023-12-13T05:55:09.194Z | Documenting ipnetwork v0.20.0 |
2419 | 2023-12-13T05:55:09.194Z | Documenting sha2 v0.10.8 |
2420 | 2023-12-13T05:55:09.194Z | Documenting pest_derive v2.7.2 |
2421 | 2023-12-13T05:55:09.194Z | Documenting anyhow v1.0.75 |
2422 | 2023-12-13T05:55:09.194Z | Documenting futures-executor v0.3.29 |
2423 | 2023-12-13T05:55:09.194Z | Documenting reqwest v0.11.22 |
2424 | 2023-12-13T05:55:09.194Z | Documenting hex v0.4.3 |
2425 | 2023-12-13T05:55:09.195Z | Documenting crc32fast v1.3.2 |
2426 | 2023-12-13T05:55:09.595Z | Checking serde_tokenstream v0.1.7 |
2427 | 2023-12-13T05:55:09.819Z | Documenting colorchoice v1.0.0 |
2428 | 2023-12-13T05:55:10.145Z | Documenting anstyle-query v1.0.0 |
2429 | 2023-12-13T05:55:11.283Z | Documenting dtrace-parser v0.1.14 |
2430 | 2023-12-13T05:55:13.811Z | Documenting openapiv3 v2.0.0 |
2431 | 2023-12-13T05:55:13.938Z | Documenting num-iter v0.1.43 |
2432 | 2023-12-13T05:55:14.402Z | Documenting hmac v0.12.1 |
2433 | 2023-12-13T05:55:14.596Z | Documenting dof v0.1.5 |
2434 | 2023-12-13T05:55:15.576Z | Documenting anstream v0.5.0 |
2435 | 2023-12-13T05:55:16.795Z | Documenting thread-id v4.2.0 |
2436 | 2023-12-13T05:55:20.006Z | Documenting terminal_size v0.2.6 |
2437 | 2023-12-13T05:55:20.673Z | Documenting memoffset v0.9.0 |
2438 | 2023-12-13T05:55:21.352Z | Documenting clap_lex v0.5.1 |
2439 | 2023-12-13T05:55:21.497Z | Documenting strsim v0.10.0 |
2440 | 2023-12-13T05:55:22.524Z | Documenting usdt-impl v0.3.5 |
2441 | 2023-12-13T05:55:22.760Z | Documenting flate2 v1.0.28 |
2442 | 2023-12-13T05:55:24.041Z | Documenting futures v0.3.29 |
2443 | 2023-12-13T05:55:24.792Z | Documenting crossbeam-epoch v0.9.15 |
2444 | 2023-12-13T05:55:25.775Z | Documenting usdt-attr-macro v0.3.5 |
2445 | 2023-12-13T05:55:27.390Z | Documenting usdt-macro v0.3.5 |
2446 | 2023-12-13T05:55:27.722Z | Documenting clap_derive v4.4.2 |
2447 | 2023-12-13T05:55:27.850Z | Documenting clap_builder v4.4.2 |
2448 | 2023-12-13T05:55:29.941Z | Documenting unicode-segmentation v1.10.1 |
2449 | 2023-12-13T05:55:30.693Z | Documenting managed v0.8.0 |
2450 | 2023-12-13T05:55:30.988Z | Documenting block-padding v0.3.3 |
2451 | 2023-12-13T05:55:33.399Z | Documenting scheduled-thread-pool v0.2.7 |
2452 | 2023-12-13T05:55:48.931Z | Documenting usdt v0.3.5 |
2453 | 2023-12-13T05:55:48.931Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2454 | 2023-12-13T05:55:48.931Z | Documenting enum-as-inner v0.5.1 |
2455 | 2023-12-13T05:55:48.931Z | Documenting pin-project-internal v1.1.3 |
2456 | 2023-12-13T05:55:48.932Z | Checking diesel_table_macro_syntax v0.1.0 |
2457 | 2023-12-13T05:55:48.932Z | Documenting diesel_table_macro_syntax v0.1.0 |
2458 | 2023-12-13T05:55:48.932Z | Documenting either v1.9.0 |
2459 | 2023-12-13T05:55:48.932Z | Documenting clap v4.4.3 |
2460 | 2023-12-13T05:55:48.932Z | Documenting r2d2 v0.8.10 |
2461 | 2023-12-13T05:55:48.932Z | Documenting bzip2 v0.4.4 |
2462 | 2023-12-13T05:55:48.932Z | Documenting inout v0.1.3 |
2463 | 2023-12-13T05:55:48.932Z | Documenting trust-dns-proto v0.22.0 |
2464 | 2023-12-13T05:55:48.933Z | Documenting pin-project v1.1.3 |
2465 | 2023-12-13T05:55:48.933Z | Documenting md-5 v0.10.5 |
2466 | 2023-12-13T05:55:48.933Z | Documenting diesel_derives v2.1.2 |
2467 | 2023-12-13T05:55:48.934Z | Documenting stringprep v0.1.3 |
2468 | 2023-12-13T05:55:48.934Z | Documenting serde_spanned v0.6.4 |
2469 | 2023-12-13T05:55:48.934Z | Documenting toml_datetime v0.6.5 |
2470 | 2023-12-13T05:55:48.934Z | Documenting zerocopy v0.7.26 |
2471 | 2023-12-13T05:55:49.253Z | Documenting ff v0.13.0 |
2472 | 2023-12-13T05:55:50.190Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2473 | 2023-12-13T05:55:50.426Z | Documenting doc-comment v0.3.3 |
2474 | 2023-12-13T05:55:51.207Z | Documenting snafu-derive v0.7.5 |
2475 | 2023-12-13T05:55:52.399Z | Documenting winnow v0.5.15 |
2476 | 2023-12-13T05:55:54.262Z | Documenting bit-vec v0.6.3 |
2477 | 2023-12-13T05:55:54.387Z | Documenting static_assertions v1.1.0 |
2478 | 2023-12-13T05:55:54.492Z | Documenting siphasher v0.3.11 |
2479 | 2023-12-13T05:55:55.908Z | Documenting fallible-iterator v0.2.0 |
2480 | 2023-12-13T05:55:56.583Z | Documenting base16ct v0.2.0 |
2481 | 2023-12-13T05:55:58.336Z | Documenting diesel v2.1.4 |
2482 | 2023-12-13T05:55:58.897Z | Documenting phf_shared v0.11.2 |
2483 | 2023-12-13T05:55:58.977Z | Documenting group v0.13.0 |
2484 | 2023-12-13T05:56:00.115Z | Documenting toml_edit v0.21.0 |
2485 | 2023-12-13T05:56:00.258Z | Documenting cipher v0.4.4 |
2486 | 2023-12-13T05:56:01.194Z | Documenting sec1 v0.7.3 |
2487 | 2023-12-13T05:56:02.447Z | Documenting snafu v0.7.5 |
2488 | 2023-12-13T05:56:03.440Z | Documenting postgres-protocol v0.6.6 |
2489 | 2023-12-13T05:56:04.469Z | Documenting zip v0.6.6 |
2490 | 2023-12-13T05:56:04.833Z | Documenting hkdf v0.12.3 |
2491 | 2023-12-13T05:56:08.343Z | Documenting num-bigint v0.4.4 |
2492 | 2023-12-13T05:56:09.122Z | Documenting crypto-bigint v0.5.2 |
2493 | 2023-12-13T05:56:10.209Z | Documenting hubpack v0.1.2 |
2494 | 2023-12-13T05:56:10.569Z | Documenting regress v0.7.1 |
2495 | 2023-12-13T05:56:11.827Z | Documenting bstr v1.6.0 |
2496 | 2023-12-13T05:56:12.650Z | Documenting serde_repr v0.1.16 |
2497 | 2023-12-13T05:56:13.382Z | Documenting precomputed-hash v0.1.1 |
2498 | 2023-12-13T05:56:16.944Z | Documenting lalrpop-util v0.19.12 |
2499 | 2023-12-13T05:56:18.932Z | Documenting fixedbitset v0.4.2 |
2500 | 2023-12-13T05:56:18.949Z | Documenting new_debug_unreachable v1.0.4 |
2501 | 2023-12-13T05:56:19.188Z | Documenting minimal-lexical v0.2.1 |
2502 | 2023-12-13T05:56:19.653Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2503 | 2023-12-13T05:56:20.145Z | Documenting yasna v0.5.2 |
2504 | 2023-12-13T05:56:20.765Z | Documenting elliptic-curve v0.13.8 |
2505 | 2023-12-13T05:56:23.424Z | Documenting postgres-types v0.2.6 |
2506 | 2023-12-13T05:56:23.489Z | Documenting string_cache v0.8.7 |
2507 | 2023-12-13T05:56:23.790Z | Documenting petgraph v0.6.4 |
2508 | 2023-12-13T05:56:24.928Z | Documenting nom v7.1.3 |
2509 | 2023-12-13T05:56:29.212Z | Documenting phf v0.11.2 |
2510 | 2023-12-13T05:56:29.999Z | Documenting console v0.15.7 |
2511 | 2023-12-13T05:56:31.653Z | Documenting semver v1.0.20 |
2512 | 2023-12-13T05:56:31.657Z | Documenting float-cmp v0.9.0 |
2513 | 2023-12-13T05:56:32.541Z | Documenting heck v0.4.1 |
2514 | 2023-12-13T05:56:34.265Z | Documenting whoami v1.4.1 |
2515 | 2023-12-13T05:56:34.337Z | Documenting difflib v0.4.0 |
2516 | 2023-12-13T05:56:35.364Z | Checking unsafe-libyaml v0.2.9 |
2517 | 2023-12-13T05:56:36.451Z | Documenting normalize-line-endings v0.3.0 |
2518 | 2023-12-13T05:56:37.093Z | Documenting predicates-core v1.0.6 |
2519 | 2023-12-13T05:56:37.341Z | Documenting bit-set v0.5.3 |
2520 | 2023-12-13T05:56:37.638Z | Documenting ahash v0.8.6 |
2521 | 2023-12-13T05:56:38.716Z | Documenting similar v2.3.0 |
2522 | 2023-12-13T05:56:39.079Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2523 | 2023-12-13T05:56:39.960Z | Documenting tokio-postgres v0.7.10 |
2524 | 2023-12-13T05:56:40.155Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2525 | 2023-12-13T05:56:41.907Z | Documenting tokio-stream v0.1.14 |
2526 | 2023-12-13T05:56:42.622Z | Documenting predicates v3.0.4 |
2527 | 2023-12-13T05:56:43.611Z | Checking ident_case v1.0.1 |
2528 | 2023-12-13T05:56:43.820Z | Documenting unsafe-libyaml v0.2.9 |
2529 | 2023-12-13T05:56:44.488Z | Checking serde_yaml v0.9.25 |
2530 | 2023-12-13T05:56:45.115Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2531 | 2023-12-13T05:56:47.585Z | Documenting getopts v0.2.21 |
2532 | 2023-12-13T05:56:49.463Z | Documenting serde_yaml v0.9.25 |
2533 | 2023-12-13T05:56:49.672Z | Documenting match_cfg v0.1.0 |
2534 | 2023-12-13T05:56:50.308Z | Documenting sha1 v0.10.6 |
2535 | 2023-12-13T05:56:50.419Z | Documenting dirs-sys-next v0.1.2 |
2536 | 2023-12-13T05:56:50.457Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2537 | 2023-12-13T05:56:52.366Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2538 | 2023-12-13T05:56:53.777Z | Documenting thread_local v1.1.7 |
2539 | 2023-12-13T05:56:53.850Z | Documenting hostname v0.3.1 |
2540 | 2023-12-13T05:56:56.049Z | Documenting dirs-next v2.0.0 |
2541 | 2023-12-13T05:56:56.990Z | Documenting paste v1.0.14 |
2542 | 2023-12-13T05:56:57.654Z | Documenting crossbeam-channel v0.5.8 |
2543 | 2023-12-13T05:56:58.166Z | Documenting atty v0.2.14 |
2544 | 2023-12-13T05:56:58.170Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2545 | 2023-12-13T05:56:59.472Z | Documenting take_mut v0.2.2 |
2546 | 2023-12-13T05:56:59.980Z | Documenting slog-json v2.6.1 |
2547 | 2023-12-13T05:57:00.575Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2548 | 2023-12-13T05:57:01.650Z | Documenting term v0.7.0 |
2549 | 2023-12-13T05:57:02.257Z | Documenting camino v1.1.6 |
2550 | 2023-12-13T05:57:03.210Z | Documenting async-stream-impl v0.3.5 |
2551 | 2023-12-13T05:57:03.872Z | Documenting atomic-waker v1.1.1 |
2552 | 2023-12-13T05:57:05.078Z | Documenting slog-async v2.8.0 |
2553 | 2023-12-13T05:57:06.804Z | Documenting debug-ignore v1.0.5 |
2554 | 2023-12-13T05:57:07.443Z | Documenting slog-term v2.9.0 |
2555 | 2023-12-13T05:57:08.060Z | Documenting waitgroup v0.1.2 |
2556 | 2023-12-13T05:57:09.175Z | Documenting slog-bunyan v2.4.0 |
2557 | 2023-12-13T05:57:09.201Z | Checking darling_core v0.20.3 |
2558 | 2023-12-13T05:57:09.912Z | Documenting async-stream v0.3.5 |
2559 | 2023-12-13T05:57:10.990Z | Documenting toml v0.8.8 |
2560 | 2023-12-13T05:57:11.394Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2561 | 2023-12-13T05:57:12.173Z | Documenting multer v2.1.0 |
2562 | 2023-12-13T05:57:12.195Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2563 | 2023-12-13T05:57:13.516Z | Documenting serde_path_to_error v0.1.14 |
2564 | 2023-12-13T05:57:13.859Z | Documenting strum v0.25.0 |
2565 | 2023-12-13T05:57:15.544Z | Checking darling v0.20.3 |
2566 | 2023-12-13T05:57:15.687Z | Documenting serde_with_macros v3.4.0 |
2567 | 2023-12-13T05:57:15.973Z | Documenting structmeta-derive v0.2.0 |
2568 | 2023-12-13T05:57:18.151Z | Checking structmeta v0.2.0 |
2569 | 2023-12-13T05:57:18.492Z | Documenting instant v0.1.12 |
2570 | 2023-12-13T05:57:19.197Z | Checking regex-syntax v0.7.5 |
2571 | 2023-12-13T05:57:19.739Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2572 | 2023-12-13T05:57:19.746Z | Documenting macaddr v1.0.1 |
2573 | 2023-12-13T05:57:19.862Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2574 | 2023-12-13T05:57:22.800Z | Documenting serde_with v3.4.0 |
2575 | 2023-12-13T05:57:23.390Z | Documenting structmeta v0.2.0 |
2576 | 2023-12-13T05:57:24.272Z | Documenting backoff v0.4.0 |
2577 | 2023-12-13T05:57:24.376Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2578 | 2023-12-13T05:57:25.561Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2579 | 2023-12-13T05:57:25.822Z | Documenting fastrand v2.0.0 |
2580 | 2023-12-13T05:57:28.430Z | Documenting proc-macro-error-attr v1.0.4 |
2581 | 2023-12-13T05:57:29.880Z | Checking proc-macro-error v1.0.4 |
2582 | 2023-12-13T05:57:30.236Z | Documenting parse-display-derive v0.8.2 |
2583 | 2023-12-13T05:57:30.251Z | Documenting is-terminal v0.4.9 |
2584 | 2023-12-13T05:57:30.797Z | Checking proc-macro-crate v1.3.1 |
2585 | 2023-12-13T05:57:31.126Z | Documenting proc-macro-crate v1.3.1 |
2586 | 2023-12-13T05:57:31.807Z | Documenting tempfile v3.8.1 |
2587 | 2023-12-13T05:57:32.655Z | Documenting hash32 v0.2.1 |
2588 | 2023-12-13T05:57:34.240Z | Documenting stable_deref_trait v1.2.0 |
2589 | 2023-12-13T05:57:34.253Z | Documenting proc-macro-error v1.0.4 |
2590 | 2023-12-13T05:57:37.379Z | Documenting cobs v0.2.3 |
2591 | 2023-12-13T05:57:37.568Z | Documenting num_enum_derive v0.5.11 |
2592 | 2023-12-13T05:57:38.300Z | Documenting embedded-io v0.4.0 |
2593 | 2023-12-13T05:57:38.320Z | Documenting camino-tempfile v1.1.1 |
2594 | 2023-12-13T05:57:38.781Z | Documenting heapless v0.7.16 |
2595 | 2023-12-13T05:57:39.077Z | Documenting parse-display v0.8.2 |
2596 | 2023-12-13T05:57:40.534Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2597 | 2023-12-13T05:57:41.488Z | Documenting foreign-types-macros v0.2.3 |
2598 | 2023-12-13T05:57:42.533Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2599 | 2023-12-13T05:57:42.983Z | Documenting postcard v1.0.8 |
2600 | 2023-12-13T05:57:45.000Z | Documenting foreign-types-shared v0.3.1 |
2601 | 2023-12-13T05:57:45.210Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2602 | 2023-12-13T05:57:46.114Z | Documenting num_enum v0.5.11 |
2603 | 2023-12-13T05:57:46.420Z | Documenting smoltcp v0.10.0 |
2604 | 2023-12-13T05:57:47.306Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2605 | 2023-12-13T05:57:47.315Z | Documenting crucible-workspace-hack v0.1.0 |
2606 | 2023-12-13T05:57:47.316Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2607 | 2023-12-13T05:57:48.355Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2608 | 2023-12-13T05:57:49.230Z | Documenting foreign-types v0.5.0 |
2609 | 2023-12-13T05:57:49.849Z | Documenting cstr-argument v0.1.2 |
2610 | 2023-12-13T05:57:59.584Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2611 | 2023-12-13T05:57:59.736Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2612 | 2023-12-13T05:57:59.736Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2613 | 2023-12-13T05:57:59.970Z | Documenting colored v2.0.4 |
2614 | 2023-12-13T05:58:00.014Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2615 | 2023-12-13T05:58:00.014Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2616 | 2023-12-13T05:58:00.014Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2617 | 2023-12-13T05:58:00.014Z | Documenting zone_cfg_derive v0.3.0 |
2618 | 2023-12-13T05:58:00.014Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2619 | 2023-12-13T05:58:00.014Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2620 | 2023-12-13T05:58:00.367Z | Documenting num-derive v0.4.0 |
2621 | 2023-12-13T05:58:00.844Z | Documenting smf v0.2.2 |
2622 | 2023-12-13T05:58:02.255Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2623 | 2023-12-13T05:58:04.056Z | Documenting zone v0.3.0 |
2624 | 2023-12-13T05:58:04.131Z | Documenting linked-hash-map v0.5.6 |
2625 | 2023-12-13T05:58:04.315Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2626 | 2023-12-13T05:58:04.820Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2627 | 2023-12-13T05:58:05.081Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2628 | 2023-12-13T05:58:06.625Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2629 | 2023-12-13T05:58:07.146Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2630 | 2023-12-13T05:58:09.976Z | Documenting blake2 v0.10.6 |
2631 | 2023-12-13T05:58:10.498Z | Documenting lru-cache v0.1.2 |
2632 | 2023-12-13T05:58:11.541Z | Documenting password-hash v0.5.0 |
2633 | 2023-12-13T05:58:11.582Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2634 | 2023-12-13T05:58:21.376Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2635 | 2023-12-13T05:58:21.380Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2636 | 2023-12-13T05:58:21.380Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2637 | 2023-12-13T05:58:21.380Z | Checking heck v0.3.3 |
2638 | 2023-12-13T05:58:22.060Z | Documenting structopt-derive v0.4.18 |
2639 | 2023-12-13T05:58:22.131Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2640 | 2023-12-13T05:58:22.131Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2641 | 2023-12-13T05:58:22.131Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2642 | 2023-12-13T05:58:22.132Z | Documenting libefi-sys v0.1.0 |
2643 | 2023-12-13T05:58:22.132Z | Documenting argon2 v0.5.2 |
2644 | 2023-12-13T05:58:22.132Z | Documenting quick-error v1.2.3 |
2645 | 2023-12-13T05:58:22.132Z | Documenting structopt v0.3.26 |
2646 | 2023-12-13T05:58:23.348Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2647 | 2023-12-13T05:58:23.483Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2648 | 2023-12-13T05:58:24.255Z | Documenting resolv-conf v0.7.0 |
2649 | 2023-12-13T05:58:24.875Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2650 | 2023-12-13T05:58:25.352Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2651 | 2023-12-13T05:58:25.525Z | Documenting itertools v0.12.0 |
2652 | 2023-12-13T05:58:28.074Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2653 | 2023-12-13T05:58:30.044Z | Documenting nibble_vec v0.1.0 |
2654 | 2023-12-13T05:58:30.392Z | Documenting endian-type v0.1.2 |
2655 | 2023-12-13T05:58:30.481Z | Documenting trust-dns-resolver v0.22.0 |
2656 | 2023-12-13T05:58:32.490Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2657 | 2023-12-13T05:58:33.351Z | Documenting cancel-safe-futures v0.1.5 |
2658 | 2023-12-13T05:58:35.029Z | Checking convert_case v0.4.0 |
2659 | 2023-12-13T05:58:35.275Z | Documenting convert_case v0.4.0 |
2660 | 2023-12-13T05:58:35.345Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2661 | 2023-12-13T05:58:35.967Z | Documenting swrite v0.1.0 |
2662 | 2023-12-13T05:58:36.220Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2663 | 2023-12-13T05:58:36.378Z | Documenting radix_trie v0.2.1 |
2664 | 2023-12-13T05:58:36.553Z | Documenting arc-swap v1.6.0 |
2665 | 2023-12-13T05:58:40.791Z | Documenting derive_more v0.99.17 |
2666 | 2023-12-13T05:58:41.220Z | Documenting tap v1.0.1 |
2667 | 2023-12-13T05:58:41.861Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2668 | 2023-12-13T05:58:42.192Z | Documenting num-rational v0.4.1 |
2669 | 2023-12-13T05:58:42.402Z | Documenting slog-scope v4.4.0 |
2670 | 2023-12-13T05:58:43.297Z | Documenting radium v0.7.0 |
2671 | 2023-12-13T05:58:44.489Z | Documenting libsw v3.3.0 |
2672 | 2023-12-13T05:58:45.552Z | Documenting wyz v0.5.1 |
2673 | 2023-12-13T05:58:47.750Z | Documenting num-complex v0.4.4 |
2674 | 2023-12-13T05:58:48.097Z | Documenting derive-where v1.2.6 |
2675 | 2023-12-13T05:58:48.500Z | Documenting linear-map v1.2.0 |
2676 | 2023-12-13T05:58:49.317Z | Documenting crc-catalog v2.2.0 |
2677 | 2023-12-13T05:58:50.417Z | Documenting half v1.8.2 |
2678 | 2023-12-13T05:58:51.627Z | Documenting funty v2.0.0 |
2679 | 2023-12-13T05:58:52.004Z | Documenting ciborium-io v0.2.1 |
2680 | 2023-12-13T05:58:53.655Z | Documenting owo-colors v3.5.0 |
2681 | 2023-12-13T05:58:54.706Z | Documenting crc v3.0.1 |
2682 | 2023-12-13T05:58:55.122Z | Documenting slog-stdlog v4.1.1 |
2683 | 2023-12-13T05:58:55.433Z | Documenting num v0.4.1 |
2684 | 2023-12-13T05:58:56.395Z | Documenting bitvec v1.0.1 |
2685 | 2023-12-13T05:58:57.371Z | Documenting ciborium-ll v0.2.1 |
2686 | 2023-12-13T05:58:57.771Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2687 | 2023-12-13T05:58:59.021Z | Documenting slog-dtrace v0.2.3 |
2688 | 2023-12-13T05:58:59.150Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2689 | 2023-12-13T05:59:01.269Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2690 | 2023-12-13T05:59:01.911Z | Documenting filetime v0.2.23 |
2691 | 2023-12-13T05:59:03.541Z | Documenting xattr v1.0.1 |
2692 | 2023-12-13T05:59:03.956Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2693 | 2023-12-13T05:59:04.547Z | Documenting packed_struct_codegen v0.10.1 |
2694 | 2023-12-13T05:59:07.288Z | Documenting keccak v0.1.4 |
2695 | 2023-12-13T05:59:09.385Z | Documenting nodrop v0.1.14 |
2696 | 2023-12-13T05:59:09.654Z | Documenting tar v0.4.40 |
2697 | 2023-12-13T05:59:09.831Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2698 | 2023-12-13T05:59:11.491Z | Documenting sha3 v0.10.8 |
2699 | 2023-12-13T05:59:11.760Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2700 | 2023-12-13T05:59:12.871Z | Documenting packed_struct v0.10.1 |
2701 | 2023-12-13T05:59:13.524Z | Documenting array-init v0.0.4 |
2702 | 2023-12-13T05:59:14.479Z | Documenting ciborium v0.2.1 |
2703 | 2023-12-13T05:59:15.991Z | Documenting slog-envlogger v2.2.0 |
2704 | 2023-12-13T05:59:16.720Z | Documenting num-bigint-dig v0.8.4 |
2705 | 2023-12-13T05:59:18.182Z | Documenting pkcs1 v0.7.5 |
2706 | 2023-12-13T05:59:18.978Z | Documenting signature v2.1.0 |
2707 | 2023-12-13T05:59:21.070Z | Documenting fxhash v0.2.1 |
2708 | 2023-12-13T05:59:23.956Z | Documenting secrecy v0.8.0 |
2709 | 2023-12-13T05:59:25.058Z | Documenting utf-8 v0.7.6 |
2710 | 2023-12-13T05:59:26.223Z | Documenting termcolor v1.2.0 |
2711 | 2023-12-13T05:59:26.287Z | Documenting bitfield v0.14.0 |
2712 | 2023-12-13T05:59:26.596Z | Documenting rsa v0.9.2 |
2713 | 2023-12-13T05:59:26.754Z | Documenting serde-hex v0.1.0 |
2714 | 2023-12-13T05:59:30.249Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2715 | 2023-12-13T05:59:30.523Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2716 | 2023-12-13T05:59:30.812Z | Documenting tungstenite v0.20.1 |
2717 | 2023-12-13T05:59:32.574Z | Documenting env_logger v0.10.0 |
2718 | 2023-12-13T05:59:35.749Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2719 | 2023-12-13T05:59:37.665Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2720 | 2023-12-13T05:59:39.408Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2721 | 2023-12-13T05:59:40.656Z | Documenting newtype_derive v0.1.6 |
2722 | 2023-12-13T05:59:41.134Z | Documenting signal-hook v0.3.17 |
2723 | 2023-12-13T05:59:41.763Z | Documenting x509-cert v0.2.4 |
2724 | 2023-12-13T05:59:41.918Z | Documenting ron v0.8.1 |
2725 | 2023-12-13T05:59:42.756Z | Documenting pem v3.0.2 |
2726 | 2023-12-13T05:59:59.555Z | Documenting vte_generate_state_changes v0.1.1 |
2727 | 2023-12-13T05:59:59.556Z | Documenting arrayvec v0.5.2 |
2728 | 2023-12-13T05:59:59.556Z | Documenting crc-any v2.4.3 |
2729 | 2023-12-13T05:59:59.556Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2730 | 2023-12-13T05:59:59.556Z | Documenting steno v0.4.0 |
2731 | 2023-12-13T05:59:59.556Z | Documenting tokio-tungstenite v0.20.1 |
2732 | 2023-12-13T05:59:59.556Z | Documenting vte v0.10.1 |
2733 | 2023-12-13T05:59:59.556Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2734 | 2023-12-13T05:59:59.556Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2735 | 2023-12-13T05:59:59.556Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2736 | 2023-12-13T05:59:59.556Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2737 | 2023-12-13T06:00:04.250Z | Documenting fd-lock v3.0.13 |
2738 | 2023-12-13T06:00:04.429Z | Documenting display-error-chain v0.2.0 |
2739 | 2023-12-13T06:00:05.392Z | Documenting same-file v1.0.6 |
2740 | 2023-12-13T06:00:05.576Z | Documenting path-slash v0.1.5 |
2741 | 2023-12-13T06:00:09.004Z | Documenting glob v0.3.1 |
2742 | 2023-12-13T06:00:09.397Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2743 | 2023-12-13T06:00:09.705Z | Documenting strip-ansi-escapes v0.1.1 |
2744 | 2023-12-13T06:00:11.020Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2745 | 2023-12-13T06:00:11.785Z | Documenting walkdir v2.4.0 |
2746 | 2023-12-13T06:00:14.552Z | Documenting buf-list v1.0.3 |
2747 | 2023-12-13T06:00:15.320Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2748 | 2023-12-13T06:00:15.654Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2749 | 2023-12-13T06:00:18.221Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2750 | 2023-12-13T06:00:21.867Z | Checking darling_core v0.14.4 |
2751 | 2023-12-13T06:00:21.977Z | Documenting nu-ansi-term v0.49.0 |
2752 | 2023-12-13T06:00:24.669Z | Checking darling v0.14.4 |
2753 | 2023-12-13T06:00:24.814Z | Documenting trust-dns-client v0.22.0 |
2754 | 2023-12-13T06:00:26.159Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2755 | 2023-12-13T06:00:26.866Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2756 | 2023-12-13T06:00:27.283Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2757 | 2023-12-13T06:00:27.900Z | Documenting reedline v0.22.0 |
2758 | 2023-12-13T06:00:29.158Z | Documenting bytecount v0.6.3 |
2759 | 2023-12-13T06:00:33.457Z | Documenting papergrid v0.10.0 |
2760 | 2023-12-13T06:00:37.082Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2761 | 2023-12-13T06:00:38.081Z | Documenting trust-dns-server v0.22.1 |
2762 | 2023-12-13T06:00:38.390Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2763 | 2023-12-13T06:00:38.812Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2764 | 2023-12-13T06:00:40.389Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2765 | 2023-12-13T06:00:42.234Z | Documenting sled v0.34.7 |
2766 | 2023-12-13T06:00:43.305Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2767 | 2023-12-13T06:00:43.537Z | Documenting unicase v2.7.0 |
2768 | 2023-12-13T06:00:44.386Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2769 | 2023-12-13T06:00:44.826Z | Documenting tabled_derive v0.6.0 |
2770 | 2023-12-13T06:00:47.679Z | Documenting globset v0.4.13 |
2771 | 2023-12-13T06:00:48.328Z | Documenting crossbeam-deque v0.8.3 |
2772 | 2023-12-13T06:00:50.152Z | Documenting headers-core v0.2.0 |
2773 | 2023-12-13T06:00:50.672Z | Documenting olpc-cjson v0.1.3 |
2774 | 2023-12-13T06:00:50.926Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2775 | 2023-12-13T06:00:51.717Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2776 | 2023-12-13T06:00:52.127Z | Documenting serde_plain v1.0.2 |
2777 | 2023-12-13T06:00:52.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2778 | 2023-12-13T06:00:52.836Z | Documenting nix v0.26.4 |
2779 | 2023-12-13T06:00:54.045Z | Documenting sqlparser_derive v0.1.1 |
2780 | 2023-12-13T06:00:55.695Z | Documenting async-recursion v1.0.5 |
2781 | 2023-12-13T06:00:57.618Z | Documenting home v0.5.5 |
2782 | 2023-12-13T06:00:57.867Z | Documenting unicode_categories v0.1.1 |
2783 | 2023-12-13T06:00:57.922Z | Documenting pretty-hex v0.4.0 |
2784 | 2023-12-13T06:00:58.228Z | Documenting typed-path v0.7.0 |
2785 | 2023-12-13T06:01:00.910Z | Documenting headers v0.3.9 |
2786 | 2023-12-13T06:01:01.312Z | Documenting sqlparser v0.36.1 |
2787 | 2023-12-13T06:01:02.575Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2788 | 2023-12-13T06:01:02.897Z | Documenting rayon-core v1.12.0 |
2789 | 2023-12-13T06:01:03.321Z | Documenting rustyline v12.0.0 |
2790 | 2023-12-13T06:01:03.583Z | Documenting sqlformat v0.2.3 |
2791 | 2023-12-13T06:01:06.473Z | Documenting tough v0.16.0 |
2792 | 2023-12-13T06:01:09.161Z | Documenting tabled v0.14.0 |
2793 | 2023-12-13T06:01:09.900Z | Documenting mime_guess v2.0.4 |
2794 | 2023-12-13T06:01:23.154Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2795 | 2023-12-13T06:01:23.398Z | Checking derive_builder_core v0.12.0 |
2796 | 2023-12-13T06:01:23.398Z | Documenting derive_builder_core v0.12.0 |
2797 | 2023-12-13T06:01:24.821Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2798 | 2023-12-13T06:01:24.821Z | Documenting signal-hook-mio v0.2.3 |
2799 | 2023-12-13T06:01:24.821Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2800 | 2023-12-13T06:01:24.822Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2801 | 2023-12-13T06:01:24.822Z | Documenting universal-hash v0.5.1 |
2802 | 2023-12-13T06:01:24.822Z | Documenting bcs v0.1.6 |
2803 | 2023-12-13T06:01:24.822Z | Documenting kstat-rs v0.2.3 |
2804 | 2023-12-13T06:01:24.840Z | Documenting thiserror-impl-no-std v2.0.2 |
2805 | 2023-12-13T06:01:24.840Z | Documenting curve25519-dalek-derive v0.1.0 |
2806 | 2023-12-13T06:01:24.840Z | Documenting opaque-debug v0.3.0 |
2807 | 2023-12-13T06:01:25.349Z | Documenting highway v1.1.0 |
2808 | 2023-12-13T06:01:27.354Z | Documenting derive_builder_macro v0.12.0 |
2809 | 2023-12-13T06:01:28.328Z | Documenting crossterm v0.27.0 |
2810 | 2023-12-13T06:01:28.433Z | Documenting poly1305 v0.8.0 |
2811 | 2023-12-13T06:01:29.072Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2023-12-13T06:01:30.128Z | Documenting curve25519-dalek v4.1.1 |
2813 | 2023-12-13T06:01:30.524Z | Documenting thiserror-no-std v2.0.2 |
2814 | 2023-12-13T06:01:31.662Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2815 | 2023-12-13T06:01:32.871Z | Documenting rayon v1.8.0 |
2816 | 2023-12-13T06:01:35.180Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2817 | 2023-12-13T06:01:36.044Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2818 | 2023-12-13T06:01:36.782Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2819 | 2023-12-13T06:01:39.077Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2820 | 2023-12-13T06:01:44.468Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2821 | 2023-12-13T06:01:49.126Z | Documenting portable-atomic v1.4.3 |
2822 | 2023-12-13T06:01:54.781Z | Documenting ed25519 v1.5.3 |
2823 | 2023-12-13T06:01:59.501Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2824 | 2023-12-13T06:02:05.003Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2825 | 2023-12-13T06:02:05.706Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2826 | 2023-12-13T06:02:05.750Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2827 | 2023-12-13T06:02:07.217Z | Documenting chacha20 v0.9.1 |
2828 | 2023-12-13T06:02:08.714Z | Documenting aead v0.5.2 |
2829 | 2023-12-13T06:02:08.729Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2830 | 2023-12-13T06:02:11.711Z | Documenting ref-cast-impl v1.0.20 |
2831 | 2023-12-13T06:02:11.794Z | Documenting cassowary v0.3.0 |
2832 | 2023-12-13T06:02:15.099Z | Documenting number_prefix v0.4.0 |
2833 | 2023-12-13T06:02:17.049Z | Documenting ratatui v0.23.0 |
2834 | 2023-12-13T06:02:17.298Z | Documenting ref-cast v1.0.20 |
2835 | 2023-12-13T06:02:17.958Z | Documenting chacha20poly1305 v0.10.1 |
2836 | 2023-12-13T06:02:20.788Z | Documenting indicatif v0.17.7 |
2837 | 2023-12-13T06:02:21.783Z | Documenting salty v0.2.0 |
2838 | 2023-12-13T06:02:23.257Z | Documenting vsss-rs v3.3.2 |
2839 | 2023-12-13T06:02:27.557Z | Documenting derive_builder v0.12.0 |
2840 | 2023-12-13T06:02:37.018Z | Documenting fs-err v2.11.0 |
2841 | 2023-12-13T06:02:37.160Z | Documenting polar-core v0.27.0 |
2842 | 2023-12-13T06:02:37.255Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2843 | 2023-12-13T06:02:37.299Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2844 | 2023-12-13T06:02:37.300Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2845 | 2023-12-13T06:02:37.300Z | Documenting libxml v0.3.3 |
2846 | 2023-12-13T06:02:37.301Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2847 | 2023-12-13T06:02:38.896Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2848 | 2023-12-13T06:02:39.713Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2849 | 2023-12-13T06:02:42.108Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2850 | 2023-12-13T06:02:42.539Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2851 | 2023-12-13T06:02:44.111Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2852 | 2023-12-13T06:02:44.517Z | Documenting bb8 v0.8.1 |
2853 | 2023-12-13T06:02:46.105Z | Documenting bytesize v1.3.0 |
2854 | 2023-12-13T06:02:52.557Z | Documenting quick-xml v0.23.1 |
2855 | 2023-12-13T06:02:52.836Z | Documenting serde-big-array v0.5.1 |
2856 | 2023-12-13T06:02:53.319Z | Documenting rtoolbox v0.0.1 |
2857 | 2023-12-13T06:02:59.203Z | Documenting oso-derive v0.27.0 |
2858 | 2023-12-13T06:02:59.501Z | Documenting impl-trait-for-tuples v0.2.2 |
2859 | 2023-12-13T06:03:00.171Z | Documenting unicode-linebreak v0.1.5 |
2860 | 2023-12-13T06:03:00.176Z | Documenting smawk v0.3.1 |
2861 | 2023-12-13T06:03:04.955Z | Documenting humantime v2.1.0 |
2862 | 2023-12-13T06:03:05.684Z | Documenting maplit v1.0.2 |
2863 | 2023-12-13T06:03:06.393Z | Documenting http-range v0.1.5 |
2864 | 2023-12-13T06:03:07.056Z | Documenting is_ci v1.1.1 |
2865 | 2023-12-13T06:03:07.175Z | Documenting textwrap v0.16.0 |
2866 | 2023-12-13T06:03:08.192Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2867 | 2023-12-13T06:03:10.276Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2868 | 2023-12-13T06:03:10.459Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2869 | 2023-12-13T06:03:11.139Z | Documenting oso v0.27.0 |
2870 | 2023-12-13T06:03:12.306Z | Documenting hyper-staticfile v0.9.5 |
2871 | 2023-12-13T06:03:12.525Z | Documenting supports-color v2.1.0 |
2872 | 2023-12-13T06:03:13.592Z | Documenting rpassword v7.3.1 |
2873 | 2023-12-13T06:03:19.394Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2874 | 2023-12-13T06:03:19.901Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2875 | 2023-12-13T06:03:20.633Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2876 | 2023-12-13T06:03:22.581Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2877 | 2023-12-13T06:03:27.323Z | Documenting tui-tree-widget v0.13.0 |
2878 | 2023-12-13T06:03:27.950Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2879 | 2023-12-13T06:03:30.365Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2880 | 2023-12-13T06:03:32.767Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2881 | 2023-12-13T06:03:32.957Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2882 | 2023-12-13T06:03:34.699Z | Documenting cookie v0.18.0 |
2883 | 2023-12-13T06:03:35.864Z | Documenting rcgen v0.11.3 |
2884 | 2023-12-13T06:03:41.326Z | Documenting signal-hook-tokio v0.3.1 |
2885 | 2023-12-13T06:03:41.701Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2886 | 2023-12-13T06:03:42.242Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2887 | 2023-12-13T06:03:43.329Z | Documenting atomicwrites v0.4.2 |
2888 | 2023-12-13T06:03:44.939Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2889 | 2023-12-13T06:03:46.888Z | Documenting subprocess v0.2.9 |
2890 | 2023-12-13T06:03:48.594Z | Documenting shell-words v1.1.0 |
2891 | 2023-12-13T06:03:49.962Z | Documenting corncobs v0.1.3 |
2892 | 2023-12-13T06:03:52.386Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2893 | 2023-12-13T06:03:53.153Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2894 | 2023-12-13T06:03:53.396Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2895 | 2023-12-13T06:03:54.304Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2896 | 2023-12-13T06:03:54.663Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2897 | 2023-12-13T06:03:55.377Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2898 | 2023-12-13T06:04:01.432Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2899 | 2023-12-13T06:04:02.401Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2900 | 2023-12-13T06:04:03.322Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2901 | 2023-12-13T06:04:05.952Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2902 | 2023-12-13T06:04:25.432Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2903 | 2023-12-13T06:04:31.755Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2904 | 2023-12-13T06:04:33.114Z | Documenting fatfs v0.3.6 |
2905 | 2023-12-13T06:04:37.177Z | Documenting nanorand v0.7.0 |
2906 | 2023-12-13T06:04:37.958Z | Documenting assert_matches v1.5.0 |
2907 | 2023-12-13T06:04:40.697Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2908 | 2023-12-13T06:04:40.781Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2909 | 2023-12-13T06:04:43.205Z | Documenting flume v0.11.0 |
2910 | 2023-12-13T06:04:48.880Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2911 | 2023-12-13T06:05:08.770Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2912 | 2023-12-13T06:05:09.033Z | Documenting omicron-zone-package v0.9.1 |
2913 | 2023-12-13T06:05:09.034Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2914 | 2023-12-13T06:05:09.104Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2915 | 2023-12-13T06:05:09.891Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2916 | 2023-12-13T06:05:11.121Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2917 | 2023-12-13T06:05:12.132Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2918 | 2023-12-13T06:05:16.590Z | Documenting termios v0.3.3 |
2919 | 2023-12-13T06:05:19.433Z | Documenting topological-sort v0.2.2 |
2920 | 2023-12-13T06:05:22.398Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2921 | 2023-12-13T06:05:22.398Z | --> sled-agent/src/sim/instance.rs:46:7 |
2922 | 2023-12-13T06:05:22.398Z | | |
2923 | 2023-12-13T06:05:22.398Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2924 | 2023-12-13T06:05:22.398Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2925 | 2023-12-13T06:05:22.398Z | | |
2926 | 2023-12-13T06:05:22.398Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2927 | 2023-12-13T06:05:22.398Z | |
2928 | 2023-12-13T06:05:22.463Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2929 | 2023-12-13T06:05:25.782Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2930 | 2023-12-13T06:05:26.895Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2931 | 2023-12-13T06:05:27.750Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2932 | 2023-12-13T06:05:28.734Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2933 | 2023-12-13T06:05:47.262Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2934 | 2023-12-13T06:05:57.571Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2935 | 2023-12-13T06:06:05.898Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2936 | 2023-12-13T06:06:27.017Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2937 | 2023-12-13T06:06:29.332Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2938 | 2023-12-13T06:06:29.859Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2939 | 2023-12-13T06:06:34.174Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2940 | 2023-12-13T06:07:08.504Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2941 | 2023-12-13T06:07:45.672Z | warning: unresolved link to `VolumeConstructionRequest` |
2942 | 2023-12-13T06:07:45.672Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2943 | 2023-12-13T06:07:45.672Z | | |
2944 | 2023-12-13T06:07:45.672Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2945 | 2023-12-13T06:07:45.672Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2946 | 2023-12-13T06:07:45.672Z | | |
2947 | 2023-12-13T06:07:45.672Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2948 | 2023-12-13T06:07:45.672Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2949 | 2023-12-13T06:07:45.672Z | |
2950 | 2023-12-13T06:07:45.676Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2951 | 2023-12-13T06:07:45.676Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2952 | 2023-12-13T06:07:45.676Z | | |
2953 | 2023-12-13T06:07:45.676Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2954 | 2023-12-13T06:07:45.679Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2955 | 2023-12-13T06:07:45.679Z | |
2956 | 2023-12-13T06:07:45.679Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2957 | 2023-12-13T06:07:45.679Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2958 | 2023-12-13T06:07:45.679Z | | |
2959 | 2023-12-13T06:07:45.680Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2960 | 2023-12-13T06:07:45.680Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2961 | 2023-12-13T06:07:45.680Z | |
2962 | 2023-12-13T06:07:45.680Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2963 | 2023-12-13T06:07:45.680Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2964 | 2023-12-13T06:07:45.680Z | | |
2965 | 2023-12-13T06:07:45.680Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2966 | 2023-12-13T06:07:45.680Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2967 | 2023-12-13T06:07:45.680Z | |
2968 | 2023-12-13T06:07:45.680Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2969 | 2023-12-13T06:07:45.680Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2970 | 2023-12-13T06:07:45.680Z | | |
2971 | 2023-12-13T06:07:45.680Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2972 | 2023-12-13T06:07:45.680Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2973 | 2023-12-13T06:07:45.680Z | |
2974 | 2023-12-13T06:07:45.680Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2975 | 2023-12-13T06:07:45.680Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2976 | 2023-12-13T06:07:45.680Z | | |
2977 | 2023-12-13T06:07:45.680Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2978 | 2023-12-13T06:07:45.680Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2979 | 2023-12-13T06:07:45.680Z | |
2980 | 2023-12-13T06:07:45.683Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2981 | 2023-12-13T06:07:45.683Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2982 | 2023-12-13T06:07:45.683Z | | |
2983 | 2023-12-13T06:07:45.683Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2984 | 2023-12-13T06:07:45.684Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2985 | 2023-12-13T06:07:45.684Z | |
2986 | 2023-12-13T06:07:48.490Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2987 | 2023-12-13T06:08:24.677Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 45s |
2988 | 2023-12-13T06:08:24.677Z | |
2989 | 2023-12-13T06:08:24.692Z | real 15:45.500394864 |
2990 | 2023-12-13T06:08:24.692Z | user 53:02.257374264 |
2991 | 2023-12-13T06:08:24.692Z | sys 59:27.707587185 |
2992 | 2023-12-13T06:08:24.693Z | trap 2.085500480 |
2993 | 2023-12-13T06:08:24.693Z | tflt 0.609532670 |
2994 | 2023-12-13T06:08:24.693Z | dflt 0.522884398 |
2995 | 2023-12-13T06:08:24.693Z | kflt 0.000129705 |
2996 | 2023-12-13T06:08:24.693Z | lock 3:10:34.836499488 |
2997 | 2023-12-13T06:08:24.693Z | slp 4:03:38.520156019 |
2998 | 2023-12-13T06:08:24.693Z | lat 5:41.453467291 |
2999 | 2023-12-13T06:08:24.693Z | stop 1:28.367335189 |
3000 | 2023-12-13T06:08:24.693Z | process exited: duration 1752027 ms, exit code 0 |
|
3001 | 2023-12-13T06:08:24.726Z | found 0 output files |