|
|
|
1 | 2023-12-14T23:39:18.710Z | job assigned to worker 01HHNB39WDSSQX677QFBT5NFFX (queued for 1 m 27 s) |
|
2 | 2023-12-14T23:39:19.012Z | starting task 0: "setup" |
3 | 2023-12-14T23:39:19.059Z | ++ uname -s |
4 | 2023-12-14T23:39:19.062Z | + kern=SunOS |
5 | 2023-12-14T23:39:19.063Z | + case "$kern" in |
6 | 2023-12-14T23:39:19.063Z | + groupadd -g 12345 build |
7 | 2023-12-14T23:39:19.066Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-14T23:39:21.086Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-14T23:39:21.251Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-14T23:39:21.267Z | + home_fs=zfs |
11 | 2023-12-14T23:39:21.267Z | + [[ zfs == autofs ]] |
12 | 2023-12-14T23:39:21.267Z | + mkdir -p /home/build |
13 | 2023-12-14T23:39:21.267Z | + chown build:build /home/build /work |
14 | 2023-12-14T23:39:23.388Z | + chmod 0700 /home/build /work |
15 | 2023-12-14T23:39:23.463Z | process exited: duration 4218 ms, exit code 0 |
|
16 | 2023-12-14T23:39:23.520Z | starting task 1: "rust-toolchain" |
17 | 2023-12-14T23:39:23.540Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-14T23:39:23.540Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-14T23:39:23.692Z | info: downloading installer |
20 | 2023-12-14T23:39:24.884Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-14T23:39:24.884Z | warning: /opt/ooce/bin |
22 | 2023-12-14T23:39:24.884Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-14T23:39:24.884Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-14T23:39:24.885Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-14T23:39:24.885Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-14T23:39:24.885Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-14T23:39:24.885Z | error: cannot install while Rust is installed |
28 | 2023-12-14T23:39:24.886Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-14T23:39:25.361Z | info: profile set to 'default' |
30 | 2023-12-14T23:39:25.361Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-14T23:39:25.361Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-14T23:39:25.361Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-14T23:39:25.362Z | info: downloading component 'cargo' |
34 | 2023-12-14T23:39:25.791Z | info: downloading component 'clippy' |
35 | 2023-12-14T23:39:26.008Z | info: downloading component 'rust-docs' |
36 | 2023-12-14T23:39:26.775Z | info: downloading component 'rust-std' |
37 | 2023-12-14T23:39:28.122Z | info: downloading component 'rustc' |
38 | 2023-12-14T23:39:31.419Z | info: downloading component 'rustfmt' |
39 | 2023-12-14T23:39:31.612Z | info: installing component 'cargo' |
40 | 2023-12-14T23:39:33.867Z | info: installing component 'clippy' |
41 | 2023-12-14T23:39:34.773Z | info: installing component 'rust-docs' |
42 | 2023-12-14T23:39:37.606Z | info: installing component 'rust-std' |
43 | 2023-12-14T23:39:41.735Z | info: installing component 'rustc' |
44 | 2023-12-14T23:39:52.037Z | info: installing component 'rustfmt' |
45 | 2023-12-14T23:39:52.502Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-14T23:39:52.502Z | |
47 | 2023-12-14T23:39:52.675Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-14T23:39:52.675Z | |
49 | 2023-12-14T23:39:52.675Z | |
50 | 2023-12-14T23:39:52.676Z | Rust is installed now. Great! |
51 | 2023-12-14T23:39:52.676Z | |
52 | 2023-12-14T23:39:53.121Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-14T23:39:53.121Z | environment variable. This has not been done automatically. |
54 | 2023-12-14T23:39:53.121Z | |
55 | 2023-12-14T23:39:53.122Z | To configure your current shell, run: |
56 | 2023-12-14T23:39:53.122Z | source "$HOME/.cargo/env" |
57 | 2023-12-14T23:39:53.145Z | + rustc --version |
58 | 2023-12-14T23:39:53.146Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-14T23:39:53.146Z | process exited: duration 29331 ms, exit code 0 |
|
60 | 2023-12-14T23:39:53.247Z | starting task 2: "authentication" |
61 | 2023-12-14T23:39:53.288Z | process exited: duration 45 ms, exit code 0 |
|
62 | 2023-12-14T23:39:53.724Z | starting task 3: "clone repository" |
63 | 2023-12-14T23:39:53.735Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-14T23:39:53.736Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-14T23:39:53.770Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-14T23:39:59.789Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-14T23:39:59.789Z | + [[ -n dendrite-integration ]] |
68 | 2023-12-14T23:39:59.793Z | + git fetch origin dendrite-integration |
69 | 2023-12-14T23:40:00.560Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-14T23:40:00.581Z | * branch dendrite-integration -> FETCH_HEAD |
71 | 2023-12-14T23:40:00.581Z | + git checkout -B dendrite-integration remotes/origin/dendrite-integration |
72 | 2023-12-14T23:40:00.581Z | Switched to a new branch 'dendrite-integration' |
73 | 2023-12-14T23:40:00.581Z | branch 'dendrite-integration' set up to track 'origin/dendrite-integration'. |
74 | 2023-12-14T23:40:00.581Z | + git reset --hard 7b71f6cef97dfc52124703cc95e1d5b5e05245b9 |
75 | 2023-12-14T23:40:00.581Z | HEAD is now at 7b71f6ce Update with latest version |
76 | 2023-12-14T23:40:00.582Z | process exited: duration 6651 ms, exit code 0 |
|
77 | 2023-12-14T23:40:00.602Z | starting task 4: "build" |
78 | 2023-12-14T23:40:00.607Z | + cargo --version |
79 | 2023-12-14T23:40:00.620Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-14T23:40:00.786Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-14T23:40:00.839Z | info: downloading component 'cargo' |
82 | 2023-12-14T23:40:01.440Z | info: downloading component 'clippy' |
83 | 2023-12-14T23:40:04.824Z | info: downloading component 'rust-docs' |
84 | 2023-12-14T23:40:05.010Z | info: downloading component 'rust-std' |
85 | 2023-12-14T23:40:05.010Z | info: downloading component 'rustc' |
86 | 2023-12-14T23:40:07.102Z | info: downloading component 'rustfmt' |
87 | 2023-12-14T23:40:07.290Z | info: installing component 'cargo' |
88 | 2023-12-14T23:40:08.566Z | info: installing component 'clippy' |
89 | 2023-12-14T23:40:09.062Z | info: installing component 'rust-docs' |
90 | 2023-12-14T23:40:11.987Z | info: installing component 'rust-std' |
91 | 2023-12-14T23:40:14.557Z | info: installing component 'rustc' |
92 | 2023-12-14T23:40:20.659Z | info: installing component 'rustfmt' |
93 | 2023-12-14T23:40:21.199Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-14T23:40:21.203Z | + rustc --version |
95 | 2023-12-14T23:40:21.341Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-14T23:40:21.348Z | + source ./env.sh |
97 | 2023-12-14T23:40:21.351Z | ++ set -o xtrace |
98 | 2023-12-14T23:40:21.352Z | ++++ dirname ./env.sh |
99 | 2023-12-14T23:40:21.355Z | +++ cd . |
100 | 2023-12-14T23:40:21.356Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-14T23:40:21.356Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ 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-14T23:40:21.356Z | ++ unset OMICRON_WS |
111 | 2023-12-14T23:40:21.356Z | ++ set +o xtrace |
112 | 2023-12-14T23:40:21.413Z | |
113 | 2023-12-14T23:40:21.413Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-14T23:40:21.413Z | # # # # # # # # # # # # # # # |
115 | 2023-12-14T23:40:21.413Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-14T23:40:21.413Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-14T23:40:21.413Z | # # # # # # # # # # # # # # # |
118 | 2023-12-14T23:40:21.413Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-14T23:40:21.413Z | |
120 | 2023-12-14T23:40:33.908Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-14T23:40:35.275Z | Startup: Caching catalogs ... Done |
122 | 2023-12-14T23:40:44.748Z | Planning: Solver setup ... Done (6.613s) |
123 | 2023-12-14T23:40:44.879Z | Planning: Running solver ... Done (0.154s) |
124 | 2023-12-14T23:40:44.879Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-14T23:40:44.879Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-14T23:40:44.880Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-14T23:40:44.880Z | Planning: Package planning ... Done (0.092s) |
128 | 2023-12-14T23:40:44.880Z | Planning: Merging actions ... Done (0.086s) |
129 | 2023-12-14T23:40:44.880Z | Planning: Checking for conflicting actions ... Done (0.661s) |
130 | 2023-12-14T23:40:44.880Z | Planning: Consolidating action changes ... Done (0.019s) |
131 | 2023-12-14T23:40:47.216Z | Planning: Evaluating mediators ... Done (3.627s) |
132 | 2023-12-14T23:40:47.332Z | Planning: Planning completed in 12.09 seconds |
133 | 2023-12-14T23:40:47.364Z | Packages to install: 4 |
134 | 2023-12-14T23:40:47.373Z | Packages to update: 2 |
135 | 2023-12-14T23:40:47.373Z | Mediators to change: 2 |
136 | 2023-12-14T23:40:47.373Z | Services to change: 1 |
137 | 2023-12-14T23:40:47.374Z | Estimated space available: 148.88 GB |
138 | 2023-12-14T23:40:47.374Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-14T23:40:47.374Z | Create boot environment: No |
140 | 2023-12-14T23:40:47.374Z | Create backup boot environment: Yes |
141 | 2023-12-14T23:40:47.374Z | Rebuild boot archive: No |
142 | 2023-12-14T23:40:47.374Z | |
143 | 2023-12-14T23:40:47.375Z | Changed mediators: |
144 | 2023-12-14T23:40:47.375Z | mediator clang: |
145 | 2023-12-14T23:40:47.375Z | version: None -> 15 (system default) |
146 | 2023-12-14T23:40:47.375Z | |
147 | 2023-12-14T23:40:47.375Z | mediator llvm: |
148 | 2023-12-14T23:40:47.375Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-14T23:40:47.375Z | |
150 | 2023-12-14T23:40:47.375Z | Changed packages: |
151 | 2023-12-14T23:40:47.377Z | helios-dev |
152 | 2023-12-14T23:40:47.377Z | developer/build-essential |
153 | 2023-12-14T23:40:47.377Z | None -> 11-2.0 |
154 | 2023-12-14T23:40:47.377Z | library/libxmlsec1 |
155 | 2023-12-14T23:40:47.377Z | None -> 1.2.35-2.0 |
156 | 2023-12-14T23:40:47.377Z | ooce/developer/clang-15 |
157 | 2023-12-14T23:40:47.377Z | None -> 15.0.7-2.0 |
158 | 2023-12-14T23:40:47.377Z | ooce/developer/llvm-15 |
159 | 2023-12-14T23:40:47.377Z | None -> 15.0.7-2.0 |
160 | 2023-12-14T23:40:47.377Z | system/library/g++-runtime |
161 | 2023-12-14T23:40:47.377Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-14T23:40:47.377Z | system/library/gcc-runtime |
163 | 2023-12-14T23:40:47.377Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-14T23:40:47.377Z | |
165 | 2023-12-14T23:40:47.377Z | Services: |
166 | 2023-12-14T23:40:47.377Z | restart_fmri: |
167 | 2023-12-14T23:40:47.377Z | svc:/system/update-man-index:default |
168 | 2023-12-14T23:40:47.569Z | |
169 | 2023-12-14T23:40:47.569Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-14T23:40:52.570Z | Download: 1195/3330 items 73.6/221.1MB 33% complete (15.7M/s) |
171 | 2023-12-14T23:40:57.570Z | Download: 1311/3330 items 106.8/221.1MB 48% complete (10.8M/s) |
172 | 2023-12-14T23:41:02.572Z | Download: 1882/3330 items 118.2/221.1MB 53% complete (4.5M/s) |
173 | 2023-12-14T23:41:07.573Z | Download: 2801/3330 items 121.0/221.1MB 54% complete (1.5M/s) |
174 | 2023-12-14T23:41:13.344Z | Download: 3247/3330 items 203.1/221.1MB 91% complete (8.5M/s) |
175 | 2023-12-14T23:41:24.248Z | Download: 3287/3330 items 212.4/221.1MB 96% complete (9.2M/s) |
176 | 2023-12-14T23:41:24.659Z | Download: Completed 221.11 MB in 35.00 seconds (6.3M/s) |
177 | 2023-12-14T23:41:24.659Z | Actions: 1/3766 actions (Removing old actions) |
178 | 2023-12-14T23:41:24.659Z | Actions: 5/3766 actions (Installing new actions) |
179 | 2023-12-14T23:41:28.533Z | Actions: 2727/3766 actions (Installing new actions) |
180 | 2023-12-14T23:41:31.834Z | Actions: 3729/3766 actions (Updating modified actions) |
181 | 2023-12-14T23:41:32.365Z | Actions: Completed 3766 actions in 8.83 seconds. |
182 | 2023-12-14T23:41:32.686Z | Done (0.200s) |
183 | 2023-12-14T23:41:32.736Z | Done (0.000s) |
184 | 2023-12-14T23:41:32.851Z | Done (0.273s) |
185 | 2023-12-14T23:41:40.194Z | Done (7.225s) |
186 | 2023-12-14T23:41:40.398Z | Done (0.113s) |
187 | 2023-12-14T23:41:40.408Z | Done (0.000s) |
188 | 2023-12-14T23:41:40.637Z | Done (0.000s) |
189 | 2023-12-14T23:41:41.336Z | Planning: Evaluating mediator changes ... Done |
190 | 2023-12-14T23:41:42.017Z | Planning: Checking for conflicting actions ... Done |
191 | 2023-12-14T23:41:42.048Z | Planning: Consolidating action changes ... Done |
192 | 2023-12-14T23:41:42.056Z | Planning: Evaluating mediators ... Done |
193 | 2023-12-14T23:41:42.056Z | Planning: Planning completed in 0.72 seconds |
194 | 2023-12-14T23:41:42.112Z | Mediators to change: 2 |
195 | 2023-12-14T23:41:42.118Z | Create boot environment: No |
196 | 2023-12-14T23:41:42.118Z | Create backup boot environment: No |
197 | 2023-12-14T23:41:42.240Z | Done |
198 | 2023-12-14T23:41:42.242Z | Done |
199 | 2023-12-14T23:41:42.450Z | Done |
200 | 2023-12-14T23:41:48.013Z | Done |
201 | 2023-12-14T23:41:48.130Z | Done |
202 | 2023-12-14T23:41:48.133Z | Done |
203 | 2023-12-14T23:41:48.242Z | Done |
204 | 2023-12-14T23:41:49.236Z | Planning: Evaluating mediator changes ... Done |
205 | 2023-12-14T23:41:49.241Z | Planning: Merging actions ... Done |
206 | 2023-12-14T23:41:49.567Z | Planning: Checking for conflicting actions ... Done |
207 | 2023-12-14T23:41:49.586Z | Planning: Consolidating action changes ... Done |
208 | 2023-12-14T23:41:49.997Z | Planning: Evaluating mediators ... Done |
209 | 2023-12-14T23:41:50.077Z | Planning: Planning completed in 1.28 seconds |
210 | 2023-12-14T23:41:50.148Z | Packages to change: 1 |
211 | 2023-12-14T23:41:50.148Z | Mediators to change: 1 |
212 | 2023-12-14T23:41:50.148Z | Services to change: 1 |
213 | 2023-12-14T23:41:50.161Z | Create boot environment: No |
214 | 2023-12-14T23:41:50.161Z | Create backup boot environment: Yes |
215 | 2023-12-14T23:41:52.176Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2023-12-14T23:41:52.180Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2023-12-14T23:41:52.181Z | Done |
218 | 2023-12-14T23:41:52.181Z | Done |
219 | 2023-12-14T23:41:53.048Z | Done |
220 | 2023-12-14T23:41:57.833Z | Done |
221 | 2023-12-14T23:41:57.947Z | Done |
222 | 2023-12-14T23:41:57.955Z | Done |
223 | 2023-12-14T23:41:58.063Z | Done |
224 | 2023-12-14T23:41:58.730Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2023-12-14T23:41:58.730Z | clang system 15 system |
226 | 2023-12-14T23:41:58.730Z | csh system system illumos |
227 | 2023-12-14T23:41:58.730Z | ctags system system illumos |
228 | 2023-12-14T23:41:58.730Z | gcc vendor 12 vendor |
229 | 2023-12-14T23:41:58.731Z | gcc system 10 system |
230 | 2023-12-14T23:41:58.731Z | gcc system 7 system |
231 | 2023-12-14T23:41:58.731Z | go system 1.20 system |
232 | 2023-12-14T23:41:58.731Z | go system 1.19 system |
233 | 2023-12-14T23:41:58.731Z | llvm system 15 system |
234 | 2023-12-14T23:41:58.731Z | llvm system 14 system |
235 | 2023-12-14T23:41:58.732Z | mariadb system 10.6 system |
236 | 2023-12-14T23:41:58.732Z | mta vendor vendor dma |
237 | 2023-12-14T23:41:58.732Z | openjdk system 17 system |
238 | 2023-12-14T23:41:58.732Z | openjdk system 11 system |
239 | 2023-12-14T23:41:58.732Z | openjdk system 1.8 system |
240 | 2023-12-14T23:41:58.733Z | openssl vendor 3 vendor |
241 | 2023-12-14T23:41:58.733Z | perl system 5.36 system |
242 | 2023-12-14T23:41:58.733Z | postgresql system 15 system |
243 | 2023-12-14T23:41:58.733Z | postgresql system 13 system |
244 | 2023-12-14T23:41:58.733Z | python vendor 3 vendor |
245 | 2023-12-14T23:41:58.733Z | python system 2 system |
246 | 2023-12-14T23:41:58.734Z | python3 system 3.11 system |
247 | 2023-12-14T23:41:58.734Z | ruby system 3.0 system |
248 | 2023-12-14T23:41:58.734Z | words vendor vendor american-english |
249 | 2023-12-14T23:41:58.734Z | words system system australian-english |
250 | 2023-12-14T23:41:58.734Z | words system system british-english |
251 | 2023-12-14T23:41:58.736Z | words system system canadian-english |
252 | 2023-12-14T23:41:58.737Z | words system system french |
253 | 2023-12-14T23:41:58.737Z | words system system italian |
254 | 2023-12-14T23:41:58.737Z | words system system ngerman |
255 | 2023-12-14T23:41:58.737Z | words system system ogerman |
256 | 2023-12-14T23:41:58.737Z | words system system spanish |
257 | 2023-12-14T23:41:59.252Z | FMRI IFO |
258 | 2023-12-14T23:41:59.252Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2023-12-14T23:41:59.252Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2023-12-14T23:41:59.253Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2023-12-14T23:41:59.254Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
262 | 2023-12-14T23:41:59.255Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2023-12-14T23:41:59.257Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
264 | 2023-12-14T23:41:59.257Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
265 | 2023-12-14T23:41:59.258Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
266 | 2023-12-14T23:41:59.315Z | + set -o errexit |
267 | 2023-12-14T23:41:59.338Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2023-12-14T23:41:59.338Z | ++ cd ./tools |
269 | 2023-12-14T23:41:59.338Z | ++ pwd |
270 | 2023-12-14T23:41:59.338Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2023-12-14T23:41:59.338Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2023-12-14T23:41:59.338Z | + ARG0=ci_download_cockroachdb |
273 | 2023-12-14T23:41:59.338Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2023-12-14T23:41:59.338Z | + CIDL_VERSION=v22.1.9 |
275 | 2023-12-14T23:41:59.339Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2023-12-14T23:41:59.339Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
277 | 2023-12-14T23:41:59.339Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
278 | 2023-12-14T23:41:59.339Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
279 | 2023-12-14T23:41:59.339Z | + TARGET_DIR=out |
280 | 2023-12-14T23:41:59.339Z | + DOWNLOAD_DIR=out/downloads |
281 | 2023-12-14T23:41:59.339Z | + DEST_DIR=./out/cockroachdb |
282 | 2023-12-14T23:41:59.339Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2023-12-14T23:41:59.339Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2023-12-14T23:41:59.340Z | + main |
285 | 2023-12-14T23:41:59.340Z | + [[ 0 != 0 ]] |
286 | 2023-12-14T23:41:59.340Z | + CIDL_OS=solaris2.11 |
287 | 2023-12-14T23:41:59.340Z | + [[ 0 != 0 ]] |
288 | 2023-12-14T23:41:59.340Z | + configure_os solaris2.11 |
289 | 2023-12-14T23:41:59.340Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2023-12-14T23:41:59.340Z | current directory: /work/oxidecomputer/omicron |
291 | 2023-12-14T23:41:59.340Z | + echo 'configuring based on OS: "solaris2.11"' |
292 | 2023-12-14T23:41:59.340Z | configuring based on OS: "solaris2.11" |
293 | 2023-12-14T23:41:59.340Z | + case "$1" in |
294 | 2023-12-14T23:41:59.340Z | + CIDL_BUILD=illumos |
295 | 2023-12-14T23:41:59.355Z | + CIDL_SUFFIX=tar.gz |
296 | 2023-12-14T23:41:59.355Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
297 | 2023-12-14T23:41:59.355Z | + CIDL_MD5FUNC=do_md5sum |
298 | 2023-12-14T23:41:59.355Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2023-12-14T23:41:59.355Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2023-12-14T23:41:59.355Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2023-12-14T23:41:59.355Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2023-12-14T23:41:59.355Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-14T23:41:59.356Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2023-12-14T23:41:59.356Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-14T23:41:59.356Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2023-12-14T23:41:59.356Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-14T23:41:59.356Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2023-12-14T23:41:59.356Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2023-12-14T23:41:59.356Z | + mkdir -p out/downloads |
310 | 2023-12-14T23:41:59.356Z | + mkdir -p ./out/cockroachdb |
311 | 2023-12-14T23:41:59.356Z | + local DO_DOWNLOAD=true |
312 | 2023-12-14T23:41:59.356Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2023-12-14T23:41:59.356Z | + '[' true == true ']' |
314 | 2023-12-14T23:41:59.357Z | + echo Downloading... |
315 | 2023-12-14T23:41:59.357Z | Downloading... |
316 | 2023-12-14T23:41:59.357Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2023-12-14T23:41:59.357Z | + 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 |
318 | 2023-12-14T23:42:08.099Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2023-12-14T23:42:08.113Z | ++ md5sum |
320 | 2023-12-14T23:42:08.114Z | ++ awk '{print $1}' |
321 | 2023-12-14T23:42:08.291Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
322 | 2023-12-14T23:42:08.291Z | + [[ 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 ]] |
323 | 2023-12-14T23:42:08.291Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2023-12-14T23:42:08.314Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2023-12-14T23:42:13.265Z | + do_assemble_illumos |
326 | 2023-12-14T23:42:13.265Z | + rm -r ./out/cockroachdb |
327 | 2023-12-14T23:42:13.541Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2023-12-14T23:42:13.542Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2023-12-14T23:42:13.542Z | Build Tag: v22.1.9-dirty |
330 | 2023-12-14T23:42:13.542Z | Build Time: 2022/10/26 21:17:46 |
331 | 2023-12-14T23:42:13.542Z | Distribution: OSS |
332 | 2023-12-14T23:42:13.542Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2023-12-14T23:42:13.542Z | Go Version: go1.17.13 |
334 | 2023-12-14T23:42:13.542Z | C Compiler: gcc 10.3.0 |
335 | 2023-12-14T23:42:13.542Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2023-12-14T23:42:13.542Z | Build Type: release |
337 | 2023-12-14T23:42:13.542Z | + set -o errexit |
338 | 2023-12-14T23:42:13.543Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2023-12-14T23:42:13.543Z | ++ cd ./tools |
340 | 2023-12-14T23:42:13.543Z | ++ pwd |
341 | 2023-12-14T23:42:13.543Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2023-12-14T23:42:13.543Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2023-12-14T23:42:13.543Z | + ARG0=ci_download_clickhouse |
344 | 2023-12-14T23:42:13.543Z | + TARGET_DIR=out |
345 | 2023-12-14T23:42:13.543Z | + DOWNLOAD_DIR=out/downloads |
346 | 2023-12-14T23:42:13.543Z | + DEST_DIR=./out/clickhouse |
347 | 2023-12-14T23:42:13.543Z | + CIDL_VERSION=v22.8.9.24 |
348 | 2023-12-14T23:42:13.543Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
349 | 2023-12-14T23:42:13.543Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
350 | 2023-12-14T23:42:13.543Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
351 | 2023-12-14T23:42:13.543Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
352 | 2023-12-14T23:42:13.543Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
353 | 2023-12-14T23:42:13.543Z | + main |
354 | 2023-12-14T23:42:13.543Z | + [[ 0 != 0 ]] |
355 | 2023-12-14T23:42:13.543Z | + CIDL_OS=solaris2.11 |
356 | 2023-12-14T23:42:13.543Z | + [[ 0 != 0 ]] |
357 | 2023-12-14T23:42:13.544Z | + configure_os solaris2.11 |
358 | 2023-12-14T23:42:13.544Z | + echo 'current directory: /work/oxidecomputer/omicron' |
359 | 2023-12-14T23:42:13.544Z | current directory: /work/oxidecomputer/omicron |
360 | 2023-12-14T23:42:13.544Z | configuring based on OS: "solaris2.11" |
361 | 2023-12-14T23:42:13.544Z | + echo 'configuring based on OS: "solaris2.11"' |
362 | 2023-12-14T23:42:13.544Z | + CIDL_DASHREV= |
363 | 2023-12-14T23:42:13.544Z | + case "$1" in |
364 | 2023-12-14T23:42:13.544Z | + CIDL_PLATFORM=illumos |
365 | 2023-12-14T23:42:13.544Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2023-12-14T23:42:13.545Z | + CIDL_MD5FUNC=do_md5sum |
367 | 2023-12-14T23:42:13.545Z | + CIDL_DASHREV=-1 |
368 | 2023-12-14T23:42:13.545Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
369 | 2023-12-14T23:42:13.545Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-14T23:42:13.545Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-14T23:42:13.545Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-14T23:42:13.545Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2023-12-14T23:42:13.545Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2023-12-14T23:42:13.545Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
375 | 2023-12-14T23:42:13.545Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-12-14T23:42:13.545Z | + mkdir -p out/downloads |
377 | 2023-12-14T23:42:13.545Z | + mkdir -p ./out/clickhouse |
378 | 2023-12-14T23:42:13.545Z | + local DO_DOWNLOAD=true |
379 | 2023-12-14T23:42:13.545Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
380 | 2023-12-14T23:42:13.545Z | + '[' true == true ']' |
381 | 2023-12-14T23:42:13.545Z | + echo Downloading... |
382 | 2023-12-14T23:42:13.545Z | Downloading... |
383 | 2023-12-14T23:42:13.545Z | + 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 |
384 | 2023-12-14T23:42:13.545Z | + 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 |
385 | 2023-12-14T23:42:14.369Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2023-12-14T23:42:14.447Z | ++ md5sum |
387 | 2023-12-14T23:42:14.447Z | ++ awk '{print $1}' |
388 | 2023-12-14T23:42:14.684Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
389 | 2023-12-14T23:42:14.684Z | + [[ 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 ]] |
390 | 2023-12-14T23:42:14.684Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
391 | 2023-12-14T23:42:17.393Z | + mkdir -p ./out/clickhouse |
392 | 2023-12-14T23:42:17.393Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
393 | 2023-12-14T23:42:19.589Z | + ./out/clickhouse/clickhouse server --version |
394 | 2023-12-14T23:42:19.633Z | ClickHouse server version 22.8.9.1. |
395 | 2023-12-14T23:42:19.655Z | + set -o errexit |
396 | 2023-12-14T23:42:19.665Z | +++ dirname ./tools/ci_download_console |
397 | 2023-12-14T23:42:19.665Z | ++ cd ./tools |
398 | 2023-12-14T23:42:19.665Z | ++ pwd |
399 | 2023-12-14T23:42:19.665Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2023-12-14T23:42:19.665Z | ++ basename ./tools/ci_download_console |
401 | 2023-12-14T23:42:19.665Z | + ARG0=ci_download_console |
402 | 2023-12-14T23:42:19.665Z | + TARGET_DIR=out |
403 | 2023-12-14T23:42:19.665Z | + DOWNLOAD_DIR=out/downloads |
404 | 2023-12-14T23:42:19.665Z | + DEST_DIR=./out/console-assets |
405 | 2023-12-14T23:42:19.665Z | + source /work/oxidecomputer/omicron/tools/console_version |
406 | 2023-12-14T23:42:19.665Z | ++ COMMIT=1802c2859f40712017ab89e72740e39bfd59320b |
407 | 2023-12-14T23:42:19.665Z | ++ SHA2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
408 | 2023-12-14T23:42:19.665Z | + URL=https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
409 | 2023-12-14T23:42:19.667Z | + TARBALL_FILE=out/downloads/console.tar.gz |
410 | 2023-12-14T23:42:19.667Z | + main |
411 | 2023-12-14T23:42:19.667Z | + [[ 0 != 0 ]] |
412 | 2023-12-14T23:42:19.667Z | + echo 'URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz' |
413 | 2023-12-14T23:42:19.667Z | URL: https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
414 | 2023-12-14T23:42:19.667Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2023-12-14T23:42:19.667Z | Local file: out/downloads/console.tar.gz |
416 | 2023-12-14T23:42:19.667Z | + local DO_DOWNLOAD=true |
417 | 2023-12-14T23:42:19.667Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2023-12-14T23:42:19.668Z | + mkdir -p out/downloads |
419 | 2023-12-14T23:42:19.673Z | + '[' true == true ']' |
420 | 2023-12-14T23:42:19.673Z | + echo Downloading... |
421 | 2023-12-14T23:42:19.673Z | Downloading... |
422 | 2023-12-14T23:42:19.673Z | + do_download_curl https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz out/downloads/console.tar.gz |
423 | 2023-12-14T23:42:19.673Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1802c2859f40712017ab89e72740e39bfd59320b.tar.gz |
424 | 2023-12-14T23:42:20.329Z | ++ do_sha256sum out/downloads/console.tar.gz |
425 | 2023-12-14T23:42:20.329Z | ++ case "$OSTYPE" in |
426 | 2023-12-14T23:42:20.347Z | ++ SHA=sha256sum |
427 | 2023-12-14T23:42:20.347Z | ++ sha256sum |
428 | 2023-12-14T23:42:20.347Z | ++ awk '{print $1}' |
429 | 2023-12-14T23:42:20.361Z | + calculated_sha2=34768a895f187a6ed263c0050c42084f3907c331b547362871c2ce330e9d08d1 |
430 | 2023-12-14T23:42:20.362Z | + [[ 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 ]] |
431 | 2023-12-14T23:42:20.362Z | + rm -rf ./out/console-assets |
432 | 2023-12-14T23:42:20.362Z | + mkdir -p ./out/console-assets |
433 | 2023-12-14T23:42:20.362Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
434 | 2023-12-14T23:42:20.362Z | + mkdir -p ./out/console-assets |
435 | 2023-12-14T23:42:20.362Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
436 | 2023-12-14T23:42:20.530Z | + set -o errexit |
437 | 2023-12-14T23:42:20.549Z | +++ dirname ./tools/ci_download_maghemite_openapi |
438 | 2023-12-14T23:42:20.549Z | ++ cd ./tools |
439 | 2023-12-14T23:42:20.549Z | ++ pwd |
440 | 2023-12-14T23:42:20.550Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2023-12-14T23:42:20.550Z | ++ basename ./tools/ci_download_maghemite_openapi |
442 | 2023-12-14T23:42:20.550Z | + ARG0=ci_download_maghemite_openapi |
443 | 2023-12-14T23:42:20.550Z | + TARGET_DIR=out |
444 | 2023-12-14T23:42:20.550Z | + DOWNLOAD_DIR=out/downloads |
445 | 2023-12-14T23:42:20.551Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
446 | 2023-12-14T23:42:20.551Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
447 | 2023-12-14T23:42:20.551Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
448 | 2023-12-14T23:42:20.552Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
449 | 2023-12-14T23:42:20.552Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
450 | 2023-12-14T23:42:20.552Z | + main |
451 | 2023-12-14T23:42:20.552Z | + [[ 0 != 0 ]] |
452 | 2023-12-14T23:42:20.553Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
453 | 2023-12-14T23:42:20.553Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
454 | 2023-12-14T23:42:20.553Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
455 | 2023-12-14T23:42:20.553Z | + local DO_DOWNLOAD=true |
456 | 2023-12-14T23:42:20.553Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
457 | 2023-12-14T23:42:20.553Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
458 | 2023-12-14T23:42:20.553Z | + mkdir -p out/downloads |
459 | 2023-12-14T23:42:20.553Z | + '[' true == true ']' |
460 | 2023-12-14T23:42:20.553Z | + echo Downloading... |
461 | 2023-12-14T23:42:20.554Z | Downloading... |
462 | 2023-12-14T23:42:20.554Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
463 | 2023-12-14T23:42:20.554Z | + 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 |
464 | 2023-12-14T23:42:21.219Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
465 | 2023-12-14T23:42:21.219Z | ++ case "$OSTYPE" in |
466 | 2023-12-14T23:42:21.235Z | ++ SHA=sha256sum |
467 | 2023-12-14T23:42:21.237Z | ++ sha256sum |
468 | 2023-12-14T23:42:21.237Z | ++ awk '{print $1}' |
469 | 2023-12-14T23:42:21.237Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
470 | 2023-12-14T23:42:21.237Z | + [[ 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 ]] |
471 | 2023-12-14T23:42:21.237Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2023-12-14T23:42:21.237Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
473 | 2023-12-14T23:42:21.238Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
474 | 2023-12-14T23:42:21.238Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
475 | 2023-12-14T23:42:21.238Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
476 | 2023-12-14T23:42:21.238Z | + main |
477 | 2023-12-14T23:42:21.238Z | + [[ 0 != 0 ]] |
478 | 2023-12-14T23:42:21.238Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
479 | 2023-12-14T23:42:21.238Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
480 | 2023-12-14T23:42:21.238Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
481 | 2023-12-14T23:42:21.238Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
482 | 2023-12-14T23:42:21.238Z | + local DO_DOWNLOAD=true |
483 | 2023-12-14T23:42:21.238Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
484 | 2023-12-14T23:42:21.239Z | + mkdir -p out/downloads |
485 | 2023-12-14T23:42:21.239Z | + '[' true == true ']' |
486 | 2023-12-14T23:42:21.239Z | + echo Downloading... |
487 | 2023-12-14T23:42:21.239Z | Downloading... |
488 | 2023-12-14T23:42:21.239Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
489 | 2023-12-14T23:42:21.239Z | + 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 |
490 | 2023-12-14T23:42:21.415Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
491 | 2023-12-14T23:42:21.418Z | ++ case "$OSTYPE" in |
492 | 2023-12-14T23:42:21.418Z | ++ SHA=sha256sum |
493 | 2023-12-14T23:42:21.419Z | ++ sha256sum |
494 | 2023-12-14T23:42:21.419Z | ++ awk '{print $1}' |
495 | 2023-12-14T23:42:21.422Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
496 | 2023-12-14T23:42:21.422Z | + [[ 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 ]] |
497 | 2023-12-14T23:42:21.433Z | + set -o errexit |
498 | 2023-12-14T23:42:21.446Z | +++ dirname ./tools/ci_download_dendrite_openapi |
499 | 2023-12-14T23:42:21.446Z | ++ cd ./tools |
500 | 2023-12-14T23:42:21.446Z | ++ pwd |
501 | 2023-12-14T23:42:21.447Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2023-12-14T23:42:21.447Z | ++ basename ./tools/ci_download_dendrite_openapi |
503 | 2023-12-14T23:42:21.447Z | + ARG0=ci_download_dendrite_openapi |
504 | 2023-12-14T23:42:21.447Z | + TARGET_DIR=out |
505 | 2023-12-14T23:42:21.447Z | + DOWNLOAD_DIR=out/downloads |
506 | 2023-12-14T23:42:21.447Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
507 | 2023-12-14T23:42:21.447Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
508 | 2023-12-14T23:42:21.447Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
509 | 2023-12-14T23:42:21.447Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
510 | 2023-12-14T23:42:21.448Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
511 | 2023-12-14T23:42:21.448Z | + main |
512 | 2023-12-14T23:42:21.448Z | + [[ 0 != 0 ]] |
513 | 2023-12-14T23:42:21.448Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
514 | 2023-12-14T23:42:21.448Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
515 | 2023-12-14T23:42:21.448Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
516 | 2023-12-14T23:42:21.448Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
517 | 2023-12-14T23:42:21.448Z | + local DO_DOWNLOAD=true |
518 | 2023-12-14T23:42:21.448Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
519 | 2023-12-14T23:42:21.449Z | + mkdir -p out/downloads |
520 | 2023-12-14T23:42:21.471Z | + '[' true == true ']' |
521 | 2023-12-14T23:42:21.471Z | + echo Downloading... |
522 | 2023-12-14T23:42:21.471Z | Downloading... |
523 | 2023-12-14T23:42:21.471Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
524 | 2023-12-14T23:42:21.471Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
525 | 2023-12-14T23:42:21.726Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
526 | 2023-12-14T23:42:21.727Z | ++ case "$OSTYPE" in |
527 | 2023-12-14T23:42:21.746Z | ++ SHA=sha256sum |
528 | 2023-12-14T23:42:21.747Z | ++ sha256sum |
529 | 2023-12-14T23:42:21.747Z | ++ awk '{print $1}' |
530 | 2023-12-14T23:42:21.747Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
531 | 2023-12-14T23:42:21.747Z | + [[ 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 ]] |
532 | 2023-12-14T23:42:21.747Z | + set -o errexit |
533 | 2023-12-14T23:42:21.747Z | +++ dirname ./tools/ci_download_dendrite_stub |
534 | 2023-12-14T23:42:21.747Z | ++ cd ./tools |
535 | 2023-12-14T23:42:21.747Z | ++ pwd |
536 | 2023-12-14T23:42:21.747Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
537 | 2023-12-14T23:42:21.747Z | ++ basename ./tools/ci_download_dendrite_stub |
538 | 2023-12-14T23:42:21.748Z | + ARG0=ci_download_dendrite_stub |
539 | 2023-12-14T23:42:21.748Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
540 | 2023-12-14T23:42:21.748Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
541 | 2023-12-14T23:42:21.748Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
542 | 2023-12-14T23:42:21.748Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
543 | 2023-12-14T23:42:21.748Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
544 | 2023-12-14T23:42:21.748Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
545 | 2023-12-14T23:42:21.749Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
546 | 2023-12-14T23:42:21.749Z | + TARGET_DIR=out |
547 | 2023-12-14T23:42:21.749Z | + DOWNLOAD_DIR=out/downloads |
548 | 2023-12-14T23:42:21.749Z | + DEST_DIR=./out/dendrite-stub |
549 | 2023-12-14T23:42:21.750Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
550 | 2023-12-14T23:42:21.750Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2023-12-14T23:42:21.750Z | + REPO=oxidecomputer/dendrite |
552 | 2023-12-14T23:42:21.750Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
553 | 2023-12-14T23:42:21.750Z | + main |
554 | 2023-12-14T23:42:21.750Z | + [[ 0 != 0 ]] |
555 | 2023-12-14T23:42:21.750Z | + CIDL_OS=solaris2.11 |
556 | 2023-12-14T23:42:21.750Z | + [[ 0 != 0 ]] |
557 | 2023-12-14T23:42:21.751Z | + configure_os solaris2.11 |
558 | 2023-12-14T23:42:21.751Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2023-12-14T23:42:21.751Z | current directory: /work/oxidecomputer/omicron |
560 | 2023-12-14T23:42:21.751Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2023-12-14T23:42:21.751Z | + case "$1" in |
562 | 2023-12-14T23:42:21.751Z | configuring based on OS: "solaris2.11" |
563 | 2023-12-14T23:42:21.751Z | + SET_BINARIES= |
564 | 2023-12-14T23:42:21.751Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
565 | 2023-12-14T23:42:21.751Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2023-12-14T23:42:21.751Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
567 | 2023-12-14T23:42:21.752Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
568 | 2023-12-14T23:42:21.752Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-14T23:42:21.752Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
570 | 2023-12-14T23:42:21.753Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
571 | 2023-12-14T23:42:21.753Z | Local file: out/downloads/dendrite-stub.tar.gz |
572 | 2023-12-14T23:42:21.753Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-14T23:42:21.753Z | + mkdir -p out/downloads |
574 | 2023-12-14T23:42:21.753Z | + mkdir -p ./out/dendrite-stub |
575 | 2023-12-14T23:42:21.753Z | + fetch_and_verify |
576 | 2023-12-14T23:42:21.753Z | + local DO_DOWNLOAD=true |
577 | 2023-12-14T23:42:21.753Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
578 | 2023-12-14T23:42:21.753Z | + '[' true == true ']' |
579 | 2023-12-14T23:42:21.753Z | + echo Downloading... |
580 | 2023-12-14T23:42:21.753Z | Downloading... |
581 | 2023-12-14T23:42:21.753Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
582 | 2023-12-14T23:42:21.753Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
583 | 2023-12-14T23:42:35.499Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
584 | 2023-12-14T23:42:35.503Z | ++ sha256sum |
585 | 2023-12-14T23:42:35.503Z | ++ awk '{print $1}' |
586 | 2023-12-14T23:42:35.608Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
587 | 2023-12-14T23:42:35.608Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
588 | 2023-12-14T23:42:35.608Z | + do_untar out/downloads/dendrite-stub.tar.gz |
589 | 2023-12-14T23:42:35.615Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
590 | 2023-12-14T23:42:36.770Z | + do_assemble |
591 | 2023-12-14T23:42:36.770Z | + rm -r ./out/dendrite-stub |
592 | 2023-12-14T23:42:36.859Z | + mkdir ./out/dendrite-stub |
593 | 2023-12-14T23:42:36.859Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
594 | 2023-12-14T23:42:37.111Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
595 | 2023-12-14T23:42:37.138Z | + set -o errexit |
596 | 2023-12-14T23:42:37.138Z | +++ dirname ./tools/ci_download_maghemite_mgd |
597 | 2023-12-14T23:42:37.138Z | ++ cd ./tools |
598 | 2023-12-14T23:42:37.138Z | ++ pwd |
599 | 2023-12-14T23:42:37.138Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
600 | 2023-12-14T23:42:37.139Z | ++ basename ./tools/ci_download_maghemite_mgd |
601 | 2023-12-14T23:42:37.139Z | + ARG0=ci_download_maghemite_mgd |
602 | 2023-12-14T23:42:37.139Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
603 | 2023-12-14T23:42:37.139Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
604 | 2023-12-14T23:42:37.139Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
605 | 2023-12-14T23:42:37.140Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
606 | 2023-12-14T23:42:37.140Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
607 | 2023-12-14T23:42:37.140Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
608 | 2023-12-14T23:42:37.140Z | + TARGET_DIR=out |
609 | 2023-12-14T23:42:37.140Z | + DOWNLOAD_DIR=out/downloads |
610 | 2023-12-14T23:42:37.140Z | + DEST_DIR=./out/mgd |
611 | 2023-12-14T23:42:37.140Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
612 | 2023-12-14T23:42:37.140Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
613 | 2023-12-14T23:42:37.141Z | + REPO=oxidecomputer/maghemite |
614 | 2023-12-14T23:42:37.141Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
615 | 2023-12-14T23:42:37.141Z | + main |
616 | 2023-12-14T23:42:37.141Z | + [[ 0 != 0 ]] |
617 | 2023-12-14T23:42:37.141Z | + CIDL_OS=solaris2.11 |
618 | 2023-12-14T23:42:37.141Z | + [[ 0 != 0 ]] |
619 | 2023-12-14T23:42:37.143Z | + configure_os solaris2.11 |
620 | 2023-12-14T23:42:37.143Z | + echo 'current directory: /work/oxidecomputer/omicron' |
621 | 2023-12-14T23:42:37.143Z | current directory: /work/oxidecomputer/omicron |
622 | 2023-12-14T23:42:37.143Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2023-12-14T23:42:37.143Z | + case "$1" in |
624 | 2023-12-14T23:42:37.143Z | + SET_BINARIES= |
625 | 2023-12-14T23:42:37.143Z | configuring based on OS: "solaris2.11" |
626 | 2023-12-14T23:42:37.143Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2023-12-14T23:42:37.144Z | + TARBALL_FILENAME=mgd.tar.gz |
628 | 2023-12-14T23:42:37.144Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
629 | 2023-12-14T23:42:37.144Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
630 | 2023-12-14T23:42:37.144Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
631 | 2023-12-14T23:42:37.144Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
632 | 2023-12-14T23:42:37.144Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
633 | 2023-12-14T23:42:37.145Z | Local file: out/downloads/mgd.tar.gz |
634 | 2023-12-14T23:42:37.145Z | + mkdir -p out/downloads |
635 | 2023-12-14T23:42:37.145Z | + mkdir -p ./out/mgd |
636 | 2023-12-14T23:42:37.145Z | + fetch_and_verify |
637 | 2023-12-14T23:42:37.145Z | + local DO_DOWNLOAD=true |
638 | 2023-12-14T23:42:37.146Z | + [[ -f out/downloads/mgd.tar.gz ]] |
639 | 2023-12-14T23:42:37.146Z | + '[' true == true ']' |
640 | 2023-12-14T23:42:37.146Z | + echo Downloading... |
641 | 2023-12-14T23:42:37.146Z | Downloading... |
642 | 2023-12-14T23:42:37.146Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
643 | 2023-12-14T23:42:37.146Z | + 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 |
644 | 2023-12-14T23:42:50.482Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
645 | 2023-12-14T23:42:50.485Z | ++ sha256sum |
646 | 2023-12-14T23:42:50.485Z | ++ awk '{print $1}' |
647 | 2023-12-14T23:42:50.559Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
648 | 2023-12-14T23:42:50.559Z | + [[ 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 ]] |
649 | 2023-12-14T23:42:50.564Z | + do_untar out/downloads/mgd.tar.gz |
650 | 2023-12-14T23:42:50.564Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
651 | 2023-12-14T23:42:51.246Z | + do_assemble |
652 | 2023-12-14T23:42:51.246Z | + rm -r ./out/mgd |
653 | 2023-12-14T23:42:51.266Z | + mkdir ./out/mgd |
654 | 2023-12-14T23:42:51.266Z | + cp -r out/downloads/root ./out/mgd/root |
655 | 2023-12-14T23:42:51.895Z | + set -o errexit |
656 | 2023-12-14T23:42:51.919Z | +++ dirname ./tools/ci_download_transceiver_control |
657 | 2023-12-14T23:42:51.919Z | ++ cd ./tools |
658 | 2023-12-14T23:42:51.919Z | ++ pwd |
659 | 2023-12-14T23:42:51.920Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2023-12-14T23:42:51.920Z | ++ basename ./tools/ci_download_transceiver_control |
661 | 2023-12-14T23:42:51.920Z | + ARG0=ci_download_transceiver_control |
662 | 2023-12-14T23:42:51.920Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
663 | 2023-12-14T23:42:51.920Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2023-12-14T23:42:51.920Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2023-12-14T23:42:51.920Z | + TARGET_DIR=out |
666 | 2023-12-14T23:42:51.920Z | + DOWNLOAD_DIR=out/downloads |
667 | 2023-12-14T23:42:51.920Z | + DEST_DIR=./out/transceiver-control |
668 | 2023-12-14T23:42:51.920Z | + BIN_DIR=/opt/oxide/bin |
669 | 2023-12-14T23:42:51.920Z | + BINARY=xcvradm |
670 | 2023-12-14T23:42:51.920Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2023-12-14T23:42:51.920Z | + REPO=oxidecomputer/transceiver-control |
672 | 2023-12-14T23:42:51.921Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2023-12-14T23:42:51.921Z | + main |
674 | 2023-12-14T23:42:51.921Z | + [[ 0 != 0 ]] |
675 | 2023-12-14T23:42:51.921Z | + CIDL_OS=solaris2.11 |
676 | 2023-12-14T23:42:51.921Z | + [[ 0 != 0 ]] |
677 | 2023-12-14T23:42:51.923Z | + configure_os solaris2.11 |
678 | 2023-12-14T23:42:51.923Z | + echo 'current directory: /work/oxidecomputer/omicron' |
679 | 2023-12-14T23:42:51.923Z | current directory: /work/oxidecomputer/omicron |
680 | 2023-12-14T23:42:51.924Z | + echo 'configuring based on OS: "solaris2.11"' |
681 | 2023-12-14T23:42:51.924Z | configuring based on OS: "solaris2.11" |
682 | 2023-12-14T23:42:51.924Z | + case "$1" in |
683 | 2023-12-14T23:42:51.924Z | + SET_BINARIES= |
684 | 2023-12-14T23:42:51.924Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2023-12-14T23:42:51.924Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2023-12-14T23:42:51.924Z | + ARCHIVE_FILENAME=xcvradm.gz |
687 | 2023-12-14T23:42:51.925Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2023-12-14T23:42:51.925Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
689 | 2023-12-14T23:42:51.925Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
690 | 2023-12-14T23:42:51.925Z | + echo 'Local file: out/downloads/xcvradm.gz' |
691 | 2023-12-14T23:42:51.925Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2023-12-14T23:42:51.925Z | Local file: out/downloads/xcvradm.gz |
693 | 2023-12-14T23:42:51.925Z | + mkdir -p out/downloads |
694 | 2023-12-14T23:42:51.925Z | + mkdir -p ./out/transceiver-control |
695 | 2023-12-14T23:42:51.925Z | + fetch_and_verify |
696 | 2023-12-14T23:42:51.925Z | + local DO_DOWNLOAD=true |
697 | 2023-12-14T23:42:51.926Z | + [[ -f out/downloads/xcvradm.gz ]] |
698 | 2023-12-14T23:42:51.926Z | + '[' true == true ']' |
699 | 2023-12-14T23:42:51.926Z | + echo Downloading... |
700 | 2023-12-14T23:42:51.926Z | Downloading... |
701 | 2023-12-14T23:42:51.926Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
702 | 2023-12-14T23:42:51.926Z | + 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 |
703 | 2023-12-14T23:42:54.429Z | ++ do_sha256sum out/downloads/xcvradm.gz |
704 | 2023-12-14T23:42:54.435Z | ++ sha256sum |
705 | 2023-12-14T23:42:54.436Z | ++ awk '{print $1}' |
706 | 2023-12-14T23:42:54.436Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
707 | 2023-12-14T23:42:54.436Z | + [[ 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 ]] |
708 | 2023-12-14T23:42:54.436Z | + do_unpack out/downloads/xcvradm.gz |
709 | 2023-12-14T23:42:54.437Z | + mkdir -p out/downloads/root//opt/oxide/bin |
710 | 2023-12-14T23:42:54.437Z | + gzip -dc out/downloads/xcvradm.gz |
711 | 2023-12-14T23:42:54.437Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
712 | 2023-12-14T23:42:54.437Z | + do_assemble |
713 | 2023-12-14T23:42:54.437Z | + rm -r ./out/transceiver-control |
714 | 2023-12-14T23:42:54.438Z | + mkdir ./out/transceiver-control |
715 | 2023-12-14T23:42:54.438Z | + cp -r out/downloads/root ./out/transceiver-control/root |
716 | 2023-12-14T23:42:54.442Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2023-12-14T23:42:54.446Z | |
718 | 2023-12-14T23:42:54.446Z | real 2:33.031280903 |
719 | 2023-12-14T23:42:54.446Z | user 55.291626233 |
720 | 2023-12-14T23:42:54.446Z | sys 11.079862328 |
721 | 2023-12-14T23:42:54.446Z | trap 0.019338657 |
722 | 2023-12-14T23:42:54.447Z | tflt 0.162576904 |
723 | 2023-12-14T23:42:54.447Z | dflt 0.525425027 |
724 | 2023-12-14T23:42:54.447Z | kflt 0.109437598 |
725 | 2023-12-14T23:42:54.447Z | lock 1.897109507 |
726 | 2023-12-14T23:42:54.451Z | slp 5:02.946547533 |
727 | 2023-12-14T23:42:54.451Z | lat 4.143017697 |
728 | 2023-12-14T23:42:54.451Z | stop 0.055356198 |
729 | 2023-12-14T23:42:54.451Z | |
730 | 2023-12-14T23:42:54.451Z | #### # # ##### ##### # # |
731 | 2023-12-14T23:42:54.451Z | # # # # # # # # # # |
732 | 2023-12-14T23:42:54.451Z | # # # # # # # # |
733 | 2023-12-14T23:42:54.451Z | # # # ##### ##### # |
734 | 2023-12-14T23:42:54.451Z | # # # # # # # |
735 | 2023-12-14T23:42:54.451Z | #### ###### # # # # |
736 | 2023-12-14T23:42:54.451Z | |
737 | 2023-12-14T23:42:54.794Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2023-12-14T23:42:55.176Z | Updating crates.io index |
739 | 2023-12-14T23:42:55.221Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2023-12-14T23:42:56.130Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2023-12-14T23:42:58.060Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2023-12-14T23:42:58.668Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2023-12-14T23:42:59.966Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2023-12-14T23:43:00.244Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2023-12-14T23:43:00.580Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2023-12-14T23:43:01.466Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2023-12-14T23:43:03.590Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2023-12-14T23:43:04.587Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2023-12-14T23:43:04.932Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2023-12-14T23:43:05.531Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2023-12-14T23:43:05.846Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
752 | 2023-12-14T23:43:06.154Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
753 | 2023-12-14T23:43:06.542Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
754 | 2023-12-14T23:43:06.913Z | Updating git repository `https://github.com/njaremko/samael` |
755 | 2023-12-14T23:43:07.467Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
756 | 2023-12-14T23:43:08.101Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
757 | 2023-12-14T23:43:09.459Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
758 | 2023-12-14T23:43:09.829Z | Updating git repository `https://github.com/jgallagher/nix` |
759 | 2023-12-14T23:43:11.049Z | Updating git repository `https://github.com/cbiffle/hubpack` |
760 | 2023-12-14T23:43:11.404Z | Updating git repository `https://github.com/oxidecomputer/typify` |
761 | 2023-12-14T23:43:12.427Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
762 | 2023-12-14T23:43:12.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
763 | 2023-12-14T23:43:13.092Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
764 | 2023-12-14T23:43:14.655Z | Downloading crates ... |
765 | 2023-12-14T23:43:14.904Z | Downloaded anstyle v1.0.2 |
766 | 2023-12-14T23:43:14.907Z | Downloaded bitflags v1.3.2 |
767 | 2023-12-14T23:43:14.916Z | Downloaded semver v1.0.20 |
768 | 2023-12-14T23:43:14.919Z | Downloaded toml_datetime v0.6.5 |
769 | 2023-12-14T23:43:14.923Z | Downloaded colorchoice v1.0.0 |
770 | 2023-12-14T23:43:14.927Z | Downloaded proc-macro2 v1.0.69 |
771 | 2023-12-14T23:43:14.932Z | Downloaded equivalent v1.0.1 |
772 | 2023-12-14T23:43:14.946Z | Downloaded terminal_size v0.2.6 |
773 | 2023-12-14T23:43:14.955Z | Downloaded anstyle-query v1.0.0 |
774 | 2023-12-14T23:43:14.956Z | Downloaded strsim v0.10.0 |
775 | 2023-12-14T23:43:14.956Z | Downloaded heck v0.4.1 |
776 | 2023-12-14T23:43:14.963Z | Downloaded errno v0.3.2 |
777 | 2023-12-14T23:43:14.963Z | Downloaded utf8parse v0.2.1 |
778 | 2023-12-14T23:43:14.963Z | Downloaded anstream v0.5.0 |
779 | 2023-12-14T23:43:14.963Z | Downloaded itoa v1.0.9 |
780 | 2023-12-14T23:43:14.971Z | Downloaded thiserror v1.0.49 |
781 | 2023-12-14T23:43:14.977Z | Downloaded cargo_toml v0.17.0 |
782 | 2023-12-14T23:43:14.977Z | Downloaded clap_derive v4.4.2 |
783 | 2023-12-14T23:43:14.977Z | Downloaded camino v1.1.6 |
784 | 2023-12-14T23:43:14.985Z | Downloaded thiserror-impl v1.0.49 |
785 | 2023-12-14T23:43:14.985Z | Downloaded anstyle-parse v0.2.1 |
786 | 2023-12-14T23:43:14.985Z | Downloaded quote v1.0.33 |
787 | 2023-12-14T23:43:14.992Z | Downloaded cargo-platform v0.1.3 |
788 | 2023-12-14T23:43:14.992Z | Downloaded clap_lex v0.5.1 |
789 | 2023-12-14T23:43:14.998Z | Downloaded serde_spanned v0.6.4 |
790 | 2023-12-14T23:43:14.998Z | Downloaded io-lifetimes v1.0.11 |
791 | 2023-12-14T23:43:14.998Z | Downloaded unicode-ident v1.0.12 |
792 | 2023-12-14T23:43:15.002Z | Downloaded toml v0.8.8 |
793 | 2023-12-14T23:43:15.007Z | Downloaded anyhow v1.0.75 |
794 | 2023-12-14T23:43:15.033Z | Downloaded ryu v1.0.15 |
795 | 2023-12-14T23:43:15.098Z | Downloaded serde_derive v1.0.193 |
796 | 2023-12-14T23:43:15.098Z | Downloaded indexmap v2.1.0 |
797 | 2023-12-14T23:43:15.098Z | Downloaded serde v1.0.193 |
798 | 2023-12-14T23:43:15.098Z | Downloaded memchr v2.6.3 |
799 | 2023-12-14T23:43:15.106Z | Downloaded toml_edit v0.21.0 |
800 | 2023-12-14T23:43:15.107Z | Downloaded serde_json v1.0.108 |
801 | 2023-12-14T23:43:15.107Z | Downloaded clap_builder v4.4.2 |
802 | 2023-12-14T23:43:15.110Z | Downloaded syn v2.0.32 |
803 | 2023-12-14T23:43:15.124Z | Downloaded rustix v0.37.23 |
804 | 2023-12-14T23:43:15.163Z | Downloaded winnow v0.5.15 |
805 | 2023-12-14T23:43:15.172Z | Downloaded libc v0.2.151 |
806 | 2023-12-14T23:43:15.219Z | Downloaded hashbrown v0.14.2 |
807 | 2023-12-14T23:43:15.228Z | Downloaded clap v4.4.3 |
808 | 2023-12-14T23:43:15.242Z | Downloaded cargo_metadata v0.18.1 |
809 | 2023-12-14T23:43:15.361Z | Compiling proc-macro2 v1.0.69 |
810 | 2023-12-14T23:43:15.362Z | Compiling unicode-ident v1.0.12 |
811 | 2023-12-14T23:43:15.367Z | Compiling serde v1.0.193 |
812 | 2023-12-14T23:43:15.368Z | Compiling libc v0.2.151 |
813 | 2023-12-14T23:43:15.372Z | Compiling io-lifetimes v1.0.11 |
814 | 2023-12-14T23:43:15.372Z | Compiling rustix v0.37.23 |
815 | 2023-12-14T23:43:15.372Z | Compiling bitflags v1.3.2 |
816 | 2023-12-14T23:43:15.373Z | Compiling utf8parse v0.2.1 |
817 | 2023-12-14T23:43:15.548Z | Compiling equivalent v1.0.1 |
818 | 2023-12-14T23:43:15.680Z | Compiling hashbrown v0.14.2 |
819 | 2023-12-14T23:43:15.713Z | Compiling anstyle-parse v0.2.1 |
820 | 2023-12-14T23:43:15.728Z | Compiling camino v1.1.6 |
821 | 2023-12-14T23:43:16.169Z | Compiling serde_json v1.0.108 |
822 | 2023-12-14T23:43:17.083Z | Compiling indexmap v2.1.0 |
823 | 2023-12-14T23:43:17.528Z | Compiling colorchoice v1.0.0 |
824 | 2023-12-14T23:43:17.537Z | Compiling anstyle-query v1.0.0 |
825 | 2023-12-14T23:43:17.602Z | Compiling thiserror v1.0.49 |
826 | 2023-12-14T23:43:17.685Z | Compiling winnow v0.5.15 |
827 | 2023-12-14T23:43:17.700Z | Compiling semver v1.0.20 |
828 | 2023-12-14T23:43:17.715Z | Compiling anstyle v1.0.2 |
829 | 2023-12-14T23:43:18.040Z | Compiling strsim v0.10.0 |
830 | 2023-12-14T23:43:18.391Z | Compiling anstream v0.5.0 |
831 | 2023-12-14T23:43:18.494Z | Compiling clap_lex v0.5.1 |
832 | 2023-12-14T23:43:18.527Z | Compiling heck v0.4.1 |
833 | 2023-12-14T23:43:18.935Z | Compiling quote v1.0.33 |
834 | 2023-12-14T23:43:19.219Z | Compiling itoa v1.0.9 |
835 | 2023-12-14T23:43:19.225Z | Compiling anyhow v1.0.75 |
836 | 2023-12-14T23:43:19.388Z | Compiling ryu v1.0.15 |
837 | 2023-12-14T23:43:19.507Z | Compiling syn v2.0.32 |
838 | 2023-12-14T23:43:19.677Z | Compiling errno v0.3.2 |
839 | 2023-12-14T23:43:21.291Z | Compiling terminal_size v0.2.6 |
840 | 2023-12-14T23:43:21.409Z | Compiling clap_builder v4.4.2 |
841 | 2023-12-14T23:43:28.793Z | Compiling serde_derive v1.0.193 |
842 | 2023-12-14T23:43:28.793Z | Compiling thiserror-impl v1.0.49 |
843 | 2023-12-14T23:43:29.005Z | Compiling clap_derive v4.4.2 |
844 | 2023-12-14T23:43:31.966Z | Compiling clap v4.4.3 |
845 | 2023-12-14T23:43:40.387Z | Compiling toml_datetime v0.6.5 |
846 | 2023-12-14T23:43:40.392Z | Compiling serde_spanned v0.6.4 |
847 | 2023-12-14T23:43:40.392Z | Compiling cargo-platform v0.1.3 |
848 | 2023-12-14T23:43:40.734Z | Compiling toml_edit v0.21.0 |
849 | 2023-12-14T23:43:42.336Z | Compiling cargo_metadata v0.18.1 |
850 | 2023-12-14T23:43:46.423Z | Compiling toml v0.8.8 |
851 | 2023-12-14T23:43:46.577Z | Compiling cargo_toml v0.17.0 |
852 | 2023-12-14T23:43:50.715Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
853 | 2023-12-14T23:43:52.065Z | Finished dev [unoptimized + debuginfo] target(s) in 57.53s |
854 | 2023-12-14T23:43:52.268Z | Running `target/debug/xtask clippy` |
855 | 2023-12-14T23:43:52.319Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
856 | 2023-12-14T23:43:53.144Z | Downloading crates ... |
857 | 2023-12-14T23:43:53.412Z | Downloaded crc v3.0.1 |
858 | 2023-12-14T23:43:53.909Z | Downloaded ahash v0.8.6 |
859 | 2023-12-14T23:43:53.909Z | Downloaded cstr-argument v0.1.2 |
860 | 2023-12-14T23:43:53.910Z | Downloaded crunchy v0.2.2 |
861 | 2023-12-14T23:43:53.910Z | Downloaded cexpr v0.6.0 |
862 | 2023-12-14T23:43:53.910Z | Downloaded lazycell v1.3.0 |
863 | 2023-12-14T23:43:53.910Z | Downloaded is-terminal v0.4.9 |
864 | 2023-12-14T23:43:53.910Z | Downloaded is_ci v1.1.1 |
865 | 2023-12-14T23:43:53.910Z | Downloaded hubpack_derive v0.1.1 |
866 | 2023-12-14T23:43:53.910Z | Downloaded async-stream v0.3.5 |
867 | 2023-12-14T23:43:53.910Z | Downloaded kstat-rs v0.2.3 |
868 | 2023-12-14T23:43:53.910Z | Downloaded corncobs v0.1.3 |
869 | 2023-12-14T23:43:53.910Z | Downloaded cpufeatures v0.2.9 |
870 | 2023-12-14T23:43:53.910Z | Downloaded num_enum_derive v0.5.11 |
871 | 2023-12-14T23:43:53.910Z | Downloaded ipnet v2.8.0 |
872 | 2023-12-14T23:43:53.910Z | Downloaded openssl-macros v0.1.1 |
873 | 2023-12-14T23:43:53.910Z | Downloaded atty v0.2.14 |
874 | 2023-12-14T23:43:53.910Z | Downloaded once_cell v1.19.0 |
875 | 2023-12-14T23:43:53.910Z | Downloaded itertools v0.11.0 |
876 | 2023-12-14T23:43:53.910Z | Downloaded instant v0.1.12 |
877 | 2023-12-14T23:43:53.910Z | Downloaded new_debug_unreachable v1.0.4 |
878 | 2023-12-14T23:43:53.910Z | Downloaded match_cfg v0.1.0 |
879 | 2023-12-14T23:43:53.910Z | Downloaded colored v2.0.4 |
880 | 2023-12-14T23:43:53.910Z | Downloaded nested v0.1.1 |
881 | 2023-12-14T23:43:53.911Z | Downloaded humantime v2.1.0 |
882 | 2023-12-14T23:43:53.911Z | Downloaded constant_time_eq v0.3.0 |
883 | 2023-12-14T23:43:53.911Z | Downloaded memoffset v0.7.1 |
884 | 2023-12-14T23:43:53.911Z | Downloaded macaddr v1.0.1 |
885 | 2023-12-14T23:43:53.911Z | Downloaded want v0.3.1 |
886 | 2023-12-14T23:43:53.911Z | Downloaded num-bigint v0.4.4 |
887 | 2023-12-14T23:43:53.911Z | Downloaded managed v0.8.0 |
888 | 2023-12-14T23:43:53.911Z | Downloaded linear-map v1.2.0 |
889 | 2023-12-14T23:43:53.911Z | Downloaded assert_cmd v2.0.12 |
890 | 2023-12-14T23:43:53.911Z | Downloaded bitflags v2.4.0 |
891 | 2023-12-14T23:43:53.911Z | Downloaded dtrace-parser v0.1.14 |
892 | 2023-12-14T23:43:53.911Z | Downloaded httparse v1.8.0 |
893 | 2023-12-14T23:43:53.911Z | Downloaded tempdir v0.3.7 |
894 | 2023-12-14T23:43:53.911Z | Downloaded mime_guess v2.0.4 |
895 | 2023-12-14T23:43:53.911Z | Downloaded arc-swap v1.6.0 |
896 | 2023-12-14T23:43:53.911Z | Downloaded universal-hash v0.5.1 |
897 | 2023-12-14T23:43:53.911Z | Downloaded libtest-mimic v0.6.1 |
898 | 2023-12-14T23:43:53.911Z | Downloaded native-tls v0.2.11 |
899 | 2023-12-14T23:43:53.912Z | Downloaded sqlparser_derive v0.1.1 |
900 | 2023-12-14T23:43:53.912Z | Downloaded utf-8 v0.7.6 |
901 | 2023-12-14T23:43:53.912Z | Downloaded usdt-impl v0.3.5 |
902 | 2023-12-14T23:43:53.912Z | Downloaded stable_deref_trait v1.2.0 |
903 | 2023-12-14T23:43:53.912Z | Downloaded yasna v0.5.2 |
904 | 2023-12-14T23:43:53.912Z | Downloaded getopts v0.2.21 |
905 | 2023-12-14T23:43:53.912Z | Downloaded shlex v1.1.0 |
906 | 2023-12-14T23:43:53.912Z | Downloaded lock_api v0.4.10 |
907 | 2023-12-14T23:43:53.912Z | Downloaded indexmap v1.9.3 |
908 | 2023-12-14T23:43:53.912Z | Downloaded http-range v0.1.5 |
909 | 2023-12-14T23:43:53.913Z | Downloaded rand_xorshift v0.3.0 |
910 | 2023-12-14T23:43:53.913Z | Downloaded time-macros v0.2.13 |
911 | 2023-12-14T23:43:53.913Z | Downloaded swrite v0.1.0 |
912 | 2023-12-14T23:43:53.913Z | Downloaded strum_macros v0.24.3 |
913 | 2023-12-14T23:43:53.913Z | Downloaded glob v0.3.1 |
914 | 2023-12-14T23:43:53.913Z | Downloaded futures-task v0.3.29 |
915 | 2023-12-14T23:43:53.913Z | Downloaded toml v0.5.11 |
916 | 2023-12-14T23:43:53.913Z | Downloaded sqlformat v0.2.3 |
917 | 2023-12-14T23:43:53.913Z | Downloaded display-error-chain v0.2.0 |
918 | 2023-12-14T23:43:53.913Z | Downloaded rpassword v7.3.1 |
919 | 2023-12-14T23:43:53.913Z | Downloaded signal-hook-mio v0.2.3 |
920 | 2023-12-14T23:43:53.913Z | Downloaded signature v1.6.4 |
921 | 2023-12-14T23:43:53.913Z | Downloaded phf_shared v0.11.2 |
922 | 2023-12-14T23:43:53.913Z | Downloaded endian-type v0.1.2 |
923 | 2023-12-14T23:43:53.913Z | Downloaded sha1 v0.10.6 |
924 | 2023-12-14T23:43:53.913Z | Downloaded serde_tokenstream v0.1.7 |
925 | 2023-12-14T23:43:53.913Z | Downloaded slog-stdlog v4.1.1 |
926 | 2023-12-14T23:43:53.913Z | Downloaded slog-async v2.8.0 |
927 | 2023-12-14T23:43:53.914Z | Downloaded supports-color v2.1.0 |
928 | 2023-12-14T23:43:53.914Z | Downloaded slog-bunyan v2.4.0 |
929 | 2023-12-14T23:43:53.914Z | Downloaded remove_dir_all v0.5.3 |
930 | 2023-12-14T23:43:53.914Z | Downloaded smallvec v0.6.14 |
931 | 2023-12-14T23:43:53.914Z | Downloaded home v0.5.5 |
932 | 2023-12-14T23:43:53.914Z | Downloaded slog-scope v4.4.0 |
933 | 2023-12-14T23:43:53.914Z | Downloaded heck v0.3.3 |
934 | 2023-12-14T23:43:53.914Z | Downloaded phf_shared v0.10.0 |
935 | 2023-12-14T23:43:53.914Z | Downloaded ed25519 v1.5.3 |
936 | 2023-12-14T23:43:53.914Z | Downloaded derive_builder_core v0.12.0 |
937 | 2023-12-14T23:43:53.914Z | Downloaded dyn-clone v1.0.13 |
938 | 2023-12-14T23:43:53.914Z | Downloaded smawk v0.3.1 |
939 | 2023-12-14T23:43:53.914Z | Downloaded serde_repr v0.1.16 |
940 | 2023-12-14T23:43:53.914Z | Downloaded env_logger v0.10.0 |
941 | 2023-12-14T23:43:53.915Z | Downloaded termios v0.3.3 |
942 | 2023-12-14T23:43:53.915Z | Downloaded guppy-workspace-hack v0.1.0 |
943 | 2023-12-14T23:43:53.915Z | Downloaded funty v2.0.0 |
944 | 2023-12-14T23:43:53.915Z | Downloaded fixedbitset v0.4.2 |
945 | 2023-12-14T23:43:53.915Z | Downloaded ff v0.13.0 |
946 | 2023-12-14T23:43:53.915Z | Downloaded rusty-fork v0.3.0 |
947 | 2023-12-14T23:43:53.915Z | Downloaded hash32 v0.2.1 |
948 | 2023-12-14T23:43:53.915Z | Downloaded smallvec v1.11.2 |
949 | 2023-12-14T23:43:53.915Z | Downloaded scheduled-thread-pool v0.2.7 |
950 | 2023-12-14T23:43:53.915Z | Downloaded unsafe-libyaml v0.2.9 |
951 | 2023-12-14T23:43:53.915Z | Downloaded precomputed-hash v0.1.1 |
952 | 2023-12-14T23:43:53.915Z | Downloaded zone_cfg_derive v0.3.0 |
953 | 2023-12-14T23:43:53.915Z | Downloaded unicode-linebreak v0.1.5 |
954 | 2023-12-14T23:43:53.915Z | Downloaded salty v0.2.0 |
955 | 2023-12-14T23:43:53.916Z | Downloaded digest v0.10.7 |
956 | 2023-12-14T23:43:53.916Z | Downloaded textwrap v0.16.0 |
957 | 2023-12-14T23:43:53.917Z | Downloaded term v0.7.0 |
958 | 2023-12-14T23:43:53.922Z | Downloaded oso-derive v0.27.0 |
959 | 2023-12-14T23:43:53.922Z | Downloaded filetime v0.2.23 |
960 | 2023-12-14T23:43:53.922Z | Downloaded http-body v0.4.5 |
961 | 2023-12-14T23:43:53.922Z | Downloaded slog v2.7.0 |
962 | 2023-12-14T23:43:53.923Z | Downloaded doc-comment v0.3.3 |
963 | 2023-12-14T23:43:53.923Z | Downloaded rayon-core v1.12.0 |
964 | 2023-12-14T23:43:53.923Z | Downloaded pretty-hex v0.2.1 |
965 | 2023-12-14T23:43:53.923Z | Downloaded foreign-types-shared v0.3.1 |
966 | 2023-12-14T23:43:53.923Z | Downloaded tower-service v0.3.2 |
967 | 2023-12-14T23:43:53.923Z | Downloaded rustc-demangle v0.1.23 |
968 | 2023-12-14T23:43:53.923Z | Downloaded foreign-types-shared v0.1.1 |
969 | 2023-12-14T23:43:53.923Z | Downloaded rustls-native-certs v0.6.3 |
970 | 2023-12-14T23:43:53.923Z | Downloaded predicates v3.0.4 |
971 | 2023-12-14T23:43:53.923Z | Downloaded group v0.13.0 |
972 | 2023-12-14T23:43:53.923Z | Downloaded tinyvec_macros v0.1.1 |
973 | 2023-12-14T23:43:53.923Z | Downloaded globset v0.4.13 |
974 | 2023-12-14T23:43:53.923Z | Downloaded siphasher v0.3.11 |
975 | 2023-12-14T23:43:53.923Z | Downloaded signal-hook-tokio v0.3.1 |
976 | 2023-12-14T23:43:53.923Z | Downloaded packed_struct_codegen v0.10.1 |
977 | 2023-12-14T23:43:53.923Z | Downloaded same-file v1.0.6 |
978 | 2023-12-14T23:43:53.923Z | Downloaded num-bigint-dig v0.8.4 |
979 | 2023-12-14T23:43:53.924Z | Downloaded structmeta v0.2.0 |
980 | 2023-12-14T23:43:53.924Z | Downloaded serde_with_macros v3.4.0 |
981 | 2023-12-14T23:43:53.924Z | Downloaded ron v0.8.1 |
982 | 2023-12-14T23:43:53.924Z | Downloaded downcast v0.11.0 |
983 | 2023-12-14T23:43:53.927Z | Downloaded snafu-derive v0.7.5 |
984 | 2023-12-14T23:43:53.928Z | Downloaded serde_yaml v0.9.25 |
985 | 2023-12-14T23:43:53.933Z | Downloaded time-core v0.1.1 |
986 | 2023-12-14T23:43:53.937Z | Downloaded pem-rfc7468 v0.7.0 |
987 | 2023-12-14T23:43:53.941Z | Downloaded futures-macro v0.3.29 |
988 | 2023-12-14T23:43:53.944Z | Downloaded xattr v1.0.1 |
989 | 2023-12-14T23:43:53.944Z | Downloaded wyz v0.5.1 |
990 | 2023-12-14T23:43:53.948Z | Downloaded slog-dtrace v0.2.3 |
991 | 2023-12-14T23:43:53.954Z | Downloaded headers-core v0.2.0 |
992 | 2023-12-14T23:43:53.954Z | Downloaded socket2 v0.5.5 |
993 | 2023-12-14T23:43:53.960Z | Downloaded heapless v0.7.16 |
994 | 2023-12-14T23:43:53.963Z | Downloaded serde-big-array v0.5.1 |
995 | 2023-12-14T23:43:53.967Z | Downloaded resolv-conf v0.7.0 |
996 | 2023-12-14T23:43:53.970Z | Downloaded pest_generator v2.7.2 |
997 | 2023-12-14T23:43:53.973Z | Downloaded parking_lot_core v0.9.8 |
998 | 2023-12-14T23:43:53.977Z | Downloaded vec_map v0.8.2 |
999 | 2023-12-14T23:43:53.981Z | Downloaded plotters-backend v0.3.5 |
1000 | 2023-12-14T23:43:53.981Z | Downloaded proc-macro-error-attr v1.0.4 |
1001 | 2023-12-14T23:43:53.984Z | Downloaded unicode-xid v0.2.4 |
1002 | 2023-12-14T23:43:53.984Z | Downloaded rustc_version v0.4.0 |
1003 | 2023-12-14T23:43:53.989Z | Downloaded tabled_derive v0.6.0 |
1004 | 2023-12-14T23:43:53.992Z | Downloaded nom v7.1.3 |
1005 | 2023-12-14T23:43:53.998Z | Downloaded pem v3.0.2 |
1006 | 2023-12-14T23:43:54.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
1007 | 2023-12-14T23:43:54.005Z | Downloaded futures-channel v0.3.29 |
1008 | 2023-12-14T23:43:54.008Z | Downloaded foreign-types v0.3.2 |
1009 | 2023-12-14T23:43:54.008Z | Downloaded try-lock v0.2.4 |
1010 | 2023-12-14T23:43:54.011Z | Downloaded toolchain_find v0.2.0 |
1011 | 2023-12-14T23:43:54.012Z | Downloaded parse-display v0.8.2 |
1012 | 2023-12-14T23:43:54.014Z | Downloaded serde-hex v0.1.0 |
1013 | 2023-12-14T23:43:54.019Z | Downloaded radium v0.7.0 |
1014 | 2023-12-14T23:43:54.019Z | Downloaded r2d2 v0.8.10 |
1015 | 2023-12-14T23:43:54.022Z | Downloaded parking_lot_core v0.8.6 |
1016 | 2023-12-14T23:43:54.025Z | Downloaded toml v0.7.8 |
1017 | 2023-12-14T23:43:54.031Z | Downloaded unicode-normalization v0.1.22 |
1018 | 2023-12-14T23:43:54.037Z | Downloaded packed_struct v0.10.1 |
1019 | 2023-12-14T23:43:54.041Z | Downloaded topological-sort v0.2.2 |
1020 | 2023-12-14T23:43:54.044Z | Downloaded deranged v0.3.8 |
1021 | 2023-12-14T23:43:54.050Z | Downloaded postgres-types v0.2.6 |
1022 | 2023-12-14T23:43:54.055Z | Downloaded highway v1.1.0 |
1023 | 2023-12-14T23:43:54.055Z | Downloaded der_derive v0.7.2 |
1024 | 2023-12-14T23:43:54.058Z | Downloaded unicase v2.7.0 |
1025 | 2023-12-14T23:43:54.058Z | Downloaded rstest_macros v0.18.2 |
1026 | 2023-12-14T23:43:54.063Z | Downloaded strsim v0.8.0 |
1027 | 2023-12-14T23:43:54.068Z | Downloaded derive_more v0.99.17 |
1028 | 2023-12-14T23:43:54.075Z | Downloaded signature v2.1.0 |
1029 | 2023-12-14T23:43:54.079Z | Downloaded der v0.7.8 |
1030 | 2023-12-14T23:43:54.088Z | Downloaded parking_lot v0.12.1 |
1031 | 2023-12-14T23:43:54.092Z | Downloaded similar v2.3.0 |
1032 | 2023-12-14T23:43:54.106Z | Downloaded tracing-core v0.1.31 |
1033 | 2023-12-14T23:43:54.117Z | Downloaded papergrid v0.10.0 |
1034 | 2023-12-14T23:43:54.132Z | Downloaded getrandom v0.2.10 |
1035 | 2023-12-14T23:43:54.132Z | Downloaded diesel_derives v2.1.2 |
1036 | 2023-12-14T23:43:54.132Z | Downloaded unicode_categories v0.1.1 |
1037 | 2023-12-14T23:43:54.135Z | Downloaded darling_core v0.14.4 |
1038 | 2023-12-14T23:43:54.142Z | Downloaded hashbrown v0.12.3 |
1039 | 2023-12-14T23:43:54.557Z | Downloaded subprocess v0.2.9 |
1040 | 2023-12-14T23:43:54.557Z | Downloaded hmac v0.12.1 |
1041 | 2023-12-14T23:43:54.557Z | Downloaded clap v2.34.0 |
1042 | 2023-12-14T23:43:54.557Z | Downloaded rand v0.4.6 |
1043 | 2023-12-14T23:43:54.557Z | Downloaded pin-project v1.1.3 |
1044 | 2023-12-14T23:43:54.557Z | Downloaded pest v2.7.2 |
1045 | 2023-12-14T23:43:54.557Z | Downloaded regex-automata v0.1.10 |
1046 | 2023-12-14T23:43:54.557Z | Downloaded trust-dns-server v0.22.1 |
1047 | 2023-12-14T23:43:54.557Z | Downloaded rayon v1.8.0 |
1048 | 2023-12-14T23:43:54.558Z | Downloaded guppy v0.17.4 |
1049 | 2023-12-14T23:43:54.558Z | Downloaded hashbrown v0.13.2 |
1050 | 2023-12-14T23:43:54.558Z | Downloaded reedline v0.22.0 |
1051 | 2023-12-14T23:43:54.558Z | Downloaded zerocopy v0.7.26 |
1052 | 2023-12-14T23:43:54.559Z | Downloaded futures-util v0.3.29 |
1053 | 2023-12-14T23:43:54.559Z | Downloaded sqlparser v0.36.1 |
1054 | 2023-12-14T23:43:54.559Z | Downloaded rustls v0.21.9 |
1055 | 2023-12-14T23:43:54.559Z | Downloaded object v0.32.1 |
1056 | 2023-12-14T23:43:54.559Z | Downloaded quick-xml v0.23.1 |
1057 | 2023-12-14T23:43:54.559Z | Downloaded polar-core v0.27.0 |
1058 | 2023-12-14T23:43:54.559Z | Downloaded diesel v2.1.4 |
1059 | 2023-12-14T23:43:54.559Z | Downloaded webpki-roots v0.25.2 |
1060 | 2023-12-14T23:43:54.559Z | Downloaded bstr v0.2.17 |
1061 | 2023-12-14T23:43:54.559Z | Downloaded trust-dns-proto v0.22.0 |
1062 | 2023-12-14T23:43:54.559Z | Downloaded radix_trie v0.2.1 |
1063 | 2023-12-14T23:43:54.559Z | Downloaded smoltcp v0.10.0 |
1064 | 2023-12-14T23:43:54.559Z | Downloaded zerocopy-derive v0.7.26 |
1065 | 2023-12-14T23:43:54.559Z | Downloaded regex-syntax v0.7.5 |
1066 | 2023-12-14T23:43:54.567Z | Downloaded sha3 v0.10.8 |
1067 | 2023-12-14T23:43:54.578Z | Downloaded sled v0.34.7 |
1068 | 2023-12-14T23:43:54.600Z | Downloaded gimli v0.28.0 |
1069 | 2023-12-14T23:43:54.643Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1070 | 2023-12-14T23:43:54.646Z | Downloaded regex-automata v0.4.3 |
1071 | 2023-12-14T23:43:54.674Z | Downloaded regex-automata v0.3.8 |
1072 | 2023-12-14T23:43:54.709Z | Downloaded tokio v1.35.0 |
1073 | 2023-12-14T23:43:55.185Z | Downloaded bstr v1.6.0 |
1074 | 2023-12-14T23:43:55.190Z | Downloaded regex-syntax v0.8.2 |
1075 | 2023-12-14T23:43:55.190Z | Downloaded zerocopy-derive v0.6.4 |
1076 | 2023-12-14T23:43:55.190Z | Downloaded encoding_rs v0.8.33 |
1077 | 2023-12-14T23:43:55.190Z | Downloaded zerocopy-derive v0.2.0 |
1078 | 2023-12-14T23:43:55.190Z | Downloaded regex v1.10.2 |
1079 | 2023-12-14T23:43:55.190Z | Downloaded regex-syntax v0.6.29 |
1080 | 2023-12-14T23:43:55.190Z | Downloaded regress v0.7.1 |
1081 | 2023-12-14T23:43:55.190Z | Downloaded ratatui v0.23.0 |
1082 | 2023-12-14T23:43:55.190Z | Downloaded rustix v0.38.25 |
1083 | 2023-12-14T23:43:55.190Z | Downloaded ring v0.16.20 |
1084 | 2023-12-14T23:43:55.190Z | Downloaded openapiv3 v2.0.0 |
1085 | 2023-12-14T23:43:55.201Z | Downloaded syn v1.0.109 |
1086 | 2023-12-14T23:43:55.218Z | Downloaded nix v0.26.4 |
1087 | 2023-12-14T23:43:55.239Z | Downloaded object v0.30.4 |
1088 | 2023-12-14T23:43:55.255Z | Downloaded smoltcp v0.9.1 |
1089 | 2023-12-14T23:43:55.286Z | Downloaded ring v0.17.7 |
1090 | 2023-12-14T23:43:55.413Z | Downloaded bindgen v0.65.1 |
1091 | 2023-12-14T23:43:55.428Z | Downloaded vcpkg v0.2.15 |
1092 | 2023-12-14T23:43:55.493Z | Downloaded idna v0.5.0 |
1093 | 2023-12-14T23:43:55.506Z | Downloaded bitvec v1.0.1 |
1094 | 2023-12-14T23:43:55.532Z | Downloaded reqwest v0.11.22 |
1095 | 2023-12-14T23:43:55.545Z | Downloaded proptest v1.4.0 |
1096 | 2023-12-14T23:43:55.565Z | Downloaded lalrpop v0.19.12 |
1097 | 2023-12-14T23:43:55.581Z | Downloaded chrono v0.4.31 |
1098 | 2023-12-14T23:43:55.595Z | Downloaded openssl v0.10.60 |
1099 | 2023-12-14T23:43:55.612Z | Downloaded plotters v0.3.5 |
1100 | 2023-12-14T23:43:55.677Z | Downloaded hyper v0.14.27 |
1101 | 2023-12-14T23:43:55.688Z | Downloaded curve25519-dalek v4.1.1 |
1102 | 2023-12-14T23:43:55.688Z | Downloaded petgraph v0.6.4 |
1103 | 2023-12-14T23:43:55.693Z | Downloaded openssl-sys v0.9.96 |
1104 | 2023-12-14T23:43:55.693Z | Downloaded tabled v0.14.0 |
1105 | 2023-12-14T23:43:55.716Z | Downloaded hkdf v0.12.3 |
1106 | 2023-12-14T23:43:55.724Z | Downloaded trust-dns-client v0.22.0 |
1107 | 2023-12-14T23:43:55.737Z | Downloaded typed-path v0.7.0 |
1108 | 2023-12-14T23:43:55.752Z | Downloaded h2 v0.3.21 |
1109 | 2023-12-14T23:43:55.763Z | Downloaded idna v0.2.3 |
1110 | 2023-12-14T23:43:55.772Z | Downloaded elliptic-curve v0.13.8 |
1111 | 2023-12-14T23:43:55.782Z | Downloaded zip v0.6.6 |
1112 | 2023-12-14T23:43:55.783Z | Downloaded trust-dns-resolver v0.22.0 |
1113 | 2023-12-14T23:43:55.793Z | Downloaded http v0.2.11 |
1114 | 2023-12-14T23:43:55.803Z | Downloaded toml_edit v0.19.15 |
1115 | 2023-12-14T23:43:55.823Z | Downloaded pretty_assertions v1.4.0 |
1116 | 2023-12-14T23:43:55.834Z | Downloaded rsa v0.9.2 |
1117 | 2023-12-14T23:43:55.834Z | Downloaded password-hash v0.5.0 |
1118 | 2023-12-14T23:43:55.849Z | Downloaded oso v0.27.0 |
1119 | 2023-12-14T23:43:55.849Z | Downloaded tokio-postgres v0.7.10 |
1120 | 2023-12-14T23:43:55.854Z | Downloaded serde_with v3.4.0 |
1121 | 2023-12-14T23:43:55.860Z | Downloaded serde_derive_internals v0.26.0 |
1122 | 2023-12-14T23:43:55.864Z | Downloaded prettyplease v0.2.12 |
1123 | 2023-12-14T23:43:55.869Z | Downloaded diff v0.1.13 |
1124 | 2023-12-14T23:43:55.873Z | Downloaded tracing v0.1.37 |
1125 | 2023-12-14T23:43:55.877Z | Downloaded tough v0.16.0 |
1126 | 2023-12-14T23:43:55.892Z | Downloaded spin v0.9.8 |
1127 | 2023-12-14T23:43:55.896Z | Downloaded tokio-util v0.7.10 |
1128 | 2023-12-14T23:43:55.906Z | Downloaded portable-atomic v1.4.3 |
1129 | 2023-12-14T23:43:55.918Z | Downloaded rustls-webpki v0.101.7 |
1130 | 2023-12-14T23:43:55.941Z | Downloaded strip-ansi-escapes v0.1.1 |
1131 | 2023-12-14T23:43:55.945Z | Downloaded slog-envlogger v2.2.0 |
1132 | 2023-12-14T23:43:55.948Z | Downloaded paste v1.0.14 |
1133 | 2023-12-14T23:43:55.951Z | Downloaded zeroize_derive v1.4.2 |
1134 | 2023-12-14T23:43:55.954Z | Downloaded owo-colors v3.5.0 |
1135 | 2023-12-14T23:43:55.957Z | Downloaded unicode-bidi v0.3.13 |
1136 | 2023-12-14T23:43:55.960Z | Downloaded expectorate v1.1.0 |
1137 | 2023-12-14T23:43:55.963Z | Downloaded time v0.3.27 |
1138 | 2023-12-14T23:43:55.974Z | Downloaded postgres-protocol v0.6.6 |
1139 | 2023-12-14T23:43:55.977Z | Downloaded postcard v1.0.8 |
1140 | 2023-12-14T23:43:55.982Z | Downloaded url v2.5.0 |
1141 | 2023-12-14T23:43:55.988Z | Downloaded aho-corasick v1.0.4 |
1142 | 2023-12-14T23:43:55.997Z | Downloaded snafu v0.7.5 |
1143 | 2023-12-14T23:43:56.007Z | Downloaded structopt-derive v0.4.18 |
1144 | 2023-12-14T23:43:56.010Z | Downloaded which v4.4.0 |
1145 | 2023-12-14T23:43:56.014Z | Downloaded futures-timer v3.0.2 |
1146 | 2023-12-14T23:43:56.020Z | Downloaded debug-ignore v1.0.5 |
1147 | 2023-12-14T23:43:56.020Z | Downloaded zeroize v1.7.0 |
1148 | 2023-12-14T23:43:56.023Z | Downloaded derive_builder_macro v0.12.0 |
1149 | 2023-12-14T23:43:56.023Z | Downloaded threadpool v1.8.1 |
1150 | 2023-12-14T23:43:56.023Z | Downloaded untrusted v0.7.1 |
1151 | 2023-12-14T23:43:56.023Z | Downloaded zerocopy v0.6.4 |
1152 | 2023-12-14T23:43:56.027Z | Downloaded usdt-macro v0.3.5 |
1153 | 2023-12-14T23:43:56.030Z | Downloaded dof v0.1.5 |
1154 | 2023-12-14T23:43:56.030Z | Downloaded hostname v0.3.1 |
1155 | 2023-12-14T23:43:56.034Z | Downloaded thiserror-no-std v2.0.2 |
1156 | 2023-12-14T23:43:56.038Z | Downloaded data-encoding v2.4.0 |
1157 | 2023-12-14T23:43:56.041Z | Downloaded serde_path_to_error v0.1.14 |
1158 | 2023-12-14T23:43:56.044Z | Downloaded pest_derive v2.7.2 |
1159 | 2023-12-14T23:43:56.047Z | Downloaded parking_lot v0.11.2 |
1160 | 2023-12-14T23:43:56.050Z | Downloaded semver v0.1.20 |
1161 | 2023-12-14T23:43:56.054Z | Downloaded futures v0.3.29 |
1162 | 2023-12-14T23:43:56.059Z | Downloaded rustls-pemfile v1.0.3 |
1163 | 2023-12-14T23:43:56.063Z | Downloaded rustfmt-wrapper v0.2.0 |
1164 | 2023-12-14T23:43:56.066Z | Downloaded tokio-rustls v0.24.1 |
1165 | 2023-12-14T23:43:56.070Z | Downloaded tokio-macros v2.2.0 |
1166 | 2023-12-14T23:43:56.073Z | Downloaded libxml v0.3.3 |
1167 | 2023-12-14T23:43:56.080Z | Downloaded libm v0.2.7 |
1168 | 2023-12-14T23:43:56.096Z | Downloaded sha2 v0.10.8 |
1169 | 2023-12-14T23:43:56.100Z | Downloaded structopt v0.3.26 |
1170 | 2023-12-14T23:43:56.112Z | Downloaded headers v0.3.9 |
1171 | 2023-12-14T23:43:56.122Z | Downloaded slab v0.4.9 |
1172 | 2023-12-14T23:43:56.127Z | Downloaded derive-where v1.2.6 |
1173 | 2023-12-14T23:43:56.132Z | Downloaded fatfs v0.3.6 |
1174 | 2023-12-14T23:43:56.135Z | Downloaded flate2 v1.0.28 |
1175 | 2023-12-14T23:43:56.143Z | Downloaded percent-encoding v2.3.1 |
1176 | 2023-12-14T23:43:56.146Z | Downloaded darling_macro v0.14.4 |
1177 | 2023-12-14T23:43:56.146Z | Downloaded serde_urlencoded v0.7.1 |
1178 | 2023-12-14T23:43:56.149Z | Downloaded fallible-iterator v0.2.0 |
1179 | 2023-12-14T23:43:56.153Z | Downloaded itertools v0.10.5 |
1180 | 2023-12-14T23:43:56.161Z | Downloaded pest_meta v2.7.2 |
1181 | 2023-12-14T23:43:56.165Z | Downloaded tracing-attributes v0.1.26 |
1182 | 2023-12-14T23:43:56.168Z | Downloaded ucd-trie v0.1.6 |
1183 | 2023-12-14T23:43:56.171Z | Downloaded vte_generate_state_changes v0.1.1 |
1184 | 2023-12-14T23:43:56.174Z | Downloaded plotters-svg v0.3.5 |
1185 | 2023-12-14T23:43:56.175Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1186 | 2023-12-14T23:43:56.175Z | Downloaded unarray v0.1.4 |
1187 | 2023-12-14T23:43:56.179Z | Downloaded yansi v0.5.1 |
1188 | 2023-12-14T23:43:56.183Z | Downloaded hex-literal v0.4.1 |
1189 | 2023-12-14T23:43:56.183Z | Downloaded form_urlencoded v1.2.1 |
1190 | 2023-12-14T23:43:56.183Z | Downloaded similar-asserts v1.5.0 |
1191 | 2023-12-14T23:43:56.187Z | Downloaded ppv-lite86 v0.2.17 |
1192 | 2023-12-14T23:43:56.190Z | Downloaded generic-array v0.14.7 |
1193 | 2023-12-14T23:43:56.190Z | Downloaded dirs-next v2.0.0 |
1194 | 2023-12-14T23:43:56.193Z | Downloaded tokio-native-tls v0.3.1 |
1195 | 2023-12-14T23:43:56.196Z | Downloaded signal-hook v0.3.17 |
1196 | 2023-12-14T23:43:56.199Z | Downloaded vsss-rs v3.3.2 |
1197 | 2023-12-14T23:43:56.203Z | Downloaded tar v0.4.40 |
1198 | 2023-12-14T23:43:56.207Z | Downloaded rand v0.8.5 |
1199 | 2023-12-14T23:43:56.214Z | Downloaded rustyline v12.0.0 |
1200 | 2023-12-14T23:43:56.225Z | Downloaded half v1.8.2 |
1201 | 2023-12-14T23:43:56.231Z | Downloaded schemars v0.8.13 |
1202 | 2023-12-14T23:43:56.250Z | Downloaded mio v0.8.9 |
1203 | 2023-12-14T23:43:56.260Z | Downloaded embedded-io v0.4.0 |
1204 | 2023-12-14T23:43:56.269Z | Downloaded steno v0.4.0 |
1205 | 2023-12-14T23:43:56.269Z | Downloaded fd-lock v3.0.13 |
1206 | 2023-12-14T23:43:56.281Z | Downloaded sec1 v0.7.3 |
1207 | 2023-12-14T23:43:56.281Z | Downloaded x509-cert v0.2.4 |
1208 | 2023-12-14T23:43:56.291Z | Downloaded unicode-segmentation v1.10.1 |
1209 | 2023-12-14T23:43:56.307Z | Downloaded structmeta-derive v0.2.0 |
1210 | 2023-12-14T23:43:56.307Z | Downloaded parse-display-derive v0.8.2 |
1211 | 2023-12-14T23:43:56.307Z | Downloaded predicates-tree v1.0.9 |
1212 | 2023-12-14T23:43:56.307Z | Downloaded predicates-core v1.0.6 |
1213 | 2023-12-14T23:43:56.308Z | Downloaded crossterm v0.26.1 |
1214 | 2023-12-14T23:43:56.321Z | Downloaded either v1.9.0 |
1215 | 2023-12-14T23:43:56.321Z | Downloaded version_check v0.9.4 |
1216 | 2023-12-14T23:43:56.321Z | Downloaded socket2 v0.4.9 |
1217 | 2023-12-14T23:43:56.321Z | Downloaded darling_core v0.20.3 |
1218 | 2023-12-14T23:43:56.332Z | Downloaded crossbeam-channel v0.5.8 |
1219 | 2023-12-14T23:43:56.335Z | Downloaded minimal-lexical v0.2.1 |
1220 | 2023-12-14T23:43:56.336Z | Downloaded fs-err v2.11.0 |
1221 | 2023-12-14T23:43:56.339Z | Downloaded fastrand v2.0.0 |
1222 | 2023-12-14T23:43:56.342Z | Downloaded rust-argon2 v1.0.1 |
1223 | 2023-12-14T23:43:56.345Z | Downloaded rstest v0.18.2 |
1224 | 2023-12-14T23:43:56.352Z | Downloaded tempfile v3.8.1 |
1225 | 2023-12-14T23:43:56.357Z | Downloaded target-lexicon v0.12.12 |
1226 | 2023-12-14T23:43:56.361Z | Downloaded flume v0.11.0 |
1227 | 2023-12-14T23:43:56.367Z | Downloaded shell-words v1.1.0 |
1228 | 2023-12-14T23:43:56.382Z | Downloaded foreign-types-macros v0.2.3 |
1229 | 2023-12-14T23:43:56.382Z | Downloaded foreign-types v0.5.0 |
1230 | 2023-12-14T23:43:56.382Z | Downloaded futures-executor v0.3.29 |
1231 | 2023-12-14T23:43:56.382Z | Downloaded secrecy v0.8.0 |
1232 | 2023-12-14T23:43:56.382Z | Downloaded rustc_version v0.1.7 |
1233 | 2023-12-14T23:43:56.382Z | Downloaded ref-cast v1.0.20 |
1234 | 2023-12-14T23:43:56.382Z | Downloaded futures-io v0.3.29 |
1235 | 2023-12-14T23:43:56.390Z | Downloaded flagset v0.4.3 |
1236 | 2023-12-14T23:43:56.390Z | Downloaded ena v0.14.2 |
1237 | 2023-12-14T23:43:56.390Z | Downloaded derive_builder v0.12.0 |
1238 | 2023-12-14T23:43:56.396Z | Downloaded slog-term v2.9.0 |
1239 | 2023-12-14T23:43:56.400Z | Downloaded typenum v1.16.0 |
1240 | 2023-12-14T23:43:56.405Z | Downloaded rcgen v0.11.3 |
1241 | 2023-12-14T23:43:56.410Z | Downloaded crossterm v0.27.0 |
1242 | 2023-12-14T23:43:56.417Z | Downloaded criterion v0.5.1 |
1243 | 2023-12-14T23:43:56.835Z | Downloaded ref-cast-impl v1.0.20 |
1244 | 2023-12-14T23:43:56.843Z | Downloaded uuid v1.6.1 |
1245 | 2023-12-14T23:43:56.843Z | Downloaded rustversion v1.0.14 |
1246 | 2023-12-14T23:43:56.844Z | Downloaded difflib v0.4.0 |
1247 | 2023-12-14T23:43:56.844Z | Downloaded relative-path v1.9.0 |
1248 | 2023-12-14T23:43:56.844Z | Downloaded pin-project-lite v0.2.13 |
1249 | 2023-12-14T23:43:56.844Z | Downloaded pin-project-internal v1.1.3 |
1250 | 2023-12-14T23:43:56.844Z | Downloaded partial-io v0.5.4 |
1251 | 2023-12-14T23:43:56.844Z | Downloaded rtoolbox v0.0.1 |
1252 | 2023-12-14T23:43:56.844Z | Downloaded fragile v2.0.0 |
1253 | 2023-12-14T23:43:56.845Z | Downloaded semver v0.11.0 |
1254 | 2023-12-14T23:43:56.845Z | Downloaded subtle v2.5.0 |
1255 | 2023-12-14T23:43:56.845Z | Downloaded fxhash v0.2.1 |
1256 | 2023-12-14T23:43:56.845Z | Downloaded untrusted v0.9.0 |
1257 | 2023-12-14T23:43:56.845Z | Downloaded usdt v0.3.5 |
1258 | 2023-12-14T23:43:56.845Z | Downloaded tungstenite v0.20.1 |
1259 | 2023-12-14T23:43:56.845Z | Downloaded termcolor v1.2.0 |
1260 | 2023-12-14T23:43:56.845Z | Downloaded tap v1.0.1 |
1261 | 2023-12-14T23:43:56.845Z | Downloaded schemars_derive v0.8.13 |
1262 | 2023-12-14T23:43:56.845Z | Downloaded futures-core v0.3.29 |
1263 | 2023-12-14T23:43:56.845Z | Downloaded dirs-sys-next v0.1.2 |
1264 | 2023-12-14T23:43:56.845Z | Downloaded rustc-hash v1.1.0 |
1265 | 2023-12-14T23:43:56.845Z | Downloaded hex v0.4.3 |
1266 | 2023-12-14T23:43:56.845Z | Downloaded indicatif v0.17.7 |
1267 | 2023-12-14T23:43:56.845Z | Downloaded pkcs1 v0.7.5 |
1268 | 2023-12-14T23:43:56.846Z | Downloaded base64 v0.21.5 |
1269 | 2023-12-14T23:43:56.846Z | Downloaded tinyvec v1.6.0 |
1270 | 2023-12-14T23:43:56.846Z | Downloaded defmt-parser v0.3.3 |
1271 | 2023-12-14T23:43:56.846Z | Downloaded take_mut v0.2.2 |
1272 | 2023-12-14T23:43:56.846Z | Downloaded darling v0.20.3 |
1273 | 2023-12-14T23:43:56.846Z | Downloaded poly1305 v0.8.0 |
1274 | 2023-12-14T23:43:56.846Z | Downloaded platforms v3.0.2 |
1275 | 2023-12-14T23:43:56.846Z | Downloaded futures-sink v0.3.29 |
1276 | 2023-12-14T23:43:56.846Z | Downloaded defmt-macros v0.3.6 |
1277 | 2023-12-14T23:43:56.846Z | Downloaded textwrap v0.11.0 |
1278 | 2023-12-14T23:43:56.846Z | Downloaded num-iter v0.1.43 |
1279 | 2023-12-14T23:43:56.846Z | Downloaded phf v0.11.2 |
1280 | 2023-12-14T23:43:56.846Z | Downloaded pkcs8 v0.10.2 |
1281 | 2023-12-14T23:43:56.846Z | Downloaded backtrace v0.3.69 |
1282 | 2023-12-14T23:43:56.849Z | Downloaded spki v0.7.2 |
1283 | 2023-12-14T23:43:56.849Z | Downloaded test-strategy v0.3.1 |
1284 | 2023-12-14T23:43:56.850Z | Downloaded datatest-stable v0.2.3 |
1285 | 2023-12-14T23:43:56.850Z | Downloaded proc-macro-error v1.0.4 |
1286 | 2023-12-14T23:43:56.850Z | Downloaded defmt v0.3.5 |
1287 | 2023-12-14T23:43:56.850Z | Downloaded static_assertions v1.1.0 |
1288 | 2023-12-14T23:43:56.850Z | Downloaded log v0.4.20 |
1289 | 2023-12-14T23:43:56.850Z | Downloaded chacha20poly1305 v0.10.1 |
1290 | 2023-12-14T23:43:56.850Z | Downloaded cc v1.0.83 |
1291 | 2023-12-14T23:43:56.850Z | Downloaded tokio-tungstenite v0.20.1 |
1292 | 2023-12-14T23:43:56.850Z | Downloaded tokio-stream v0.1.14 |
1293 | 2023-12-14T23:43:56.850Z | Downloaded rand_core v0.6.4 |
1294 | 2023-12-14T23:43:56.850Z | Downloaded rand_chacha v0.3.1 |
1295 | 2023-12-14T23:43:56.850Z | Downloaded quick-error v1.2.3 |
1296 | 2023-12-14T23:43:56.850Z | Downloaded peeking_take_while v0.1.2 |
1297 | 2023-12-14T23:43:56.850Z | Downloaded pathdiff v0.2.1 |
1298 | 2023-12-14T23:43:56.850Z | Downloaded path-slash v0.1.5 |
1299 | 2023-12-14T23:43:56.850Z | Downloaded pin-utils v0.1.0 |
1300 | 2023-12-14T23:43:56.850Z | Downloaded vte v0.10.1 |
1301 | 2023-12-14T23:43:56.850Z | Downloaded crypto-bigint v0.5.2 |
1302 | 2023-12-14T23:43:56.850Z | Downloaded pkg-config v0.3.27 |
1303 | 2023-12-14T23:43:56.850Z | Downloaded hyper-rustls v0.24.2 |
1304 | 2023-12-14T23:43:56.850Z | Downloaded fnv v1.0.7 |
1305 | 2023-12-14T23:43:56.850Z | Downloaded float-cmp v0.9.0 |
1306 | 2023-12-14T23:43:56.850Z | Downloaded enum-as-inner v0.5.1 |
1307 | 2023-12-14T23:43:56.850Z | Downloaded synstructure v0.12.6 |
1308 | 2023-12-14T23:43:56.851Z | Downloaded trybuild v1.0.85 |
1309 | 2023-12-14T23:43:56.851Z | Downloaded thread_local v1.1.7 |
1310 | 2023-12-14T23:43:56.852Z | Downloaded strum_macros v0.25.2 |
1311 | 2023-12-14T23:43:56.855Z | Downloaded bytes v1.5.0 |
1312 | 2023-12-14T23:43:56.855Z | Downloaded zone v0.3.0 |
1313 | 2023-12-14T23:43:56.855Z | Downloaded bzip2 v0.4.4 |
1314 | 2023-12-14T23:43:56.855Z | Downloaded backoff v0.4.0 |
1315 | 2023-12-14T23:43:56.855Z | Downloaded proc-macro-crate v1.3.1 |
1316 | 2023-12-14T23:43:56.855Z | Downloaded tinytemplate v1.2.1 |
1317 | 2023-12-14T23:43:56.855Z | Downloaded sct v0.7.0 |
1318 | 2023-12-14T23:43:56.855Z | Downloaded mockall_derive v0.12.0 |
1319 | 2023-12-14T23:43:56.855Z | Downloaded clang-sys v1.6.1 |
1320 | 2023-12-14T23:43:56.855Z | Downloaded blake2b_simd v1.0.1 |
1321 | 2023-12-14T23:43:56.855Z | Downloaded blake2 v0.10.6 |
1322 | 2023-12-14T23:43:56.855Z | Downloaded cfg-expr v0.15.5 |
1323 | 2023-12-14T23:43:56.855Z | Downloaded bcs v0.1.6 |
1324 | 2023-12-14T23:43:56.855Z | Downloaded basic-toml v0.1.4 |
1325 | 2023-12-14T23:43:56.855Z | Downloaded tui-tree-widget v0.13.0 |
1326 | 2023-12-14T23:43:56.855Z | Downloaded serde_tokenstream v0.2.0 |
1327 | 2023-12-14T23:43:56.855Z | Downloaded miniz_oxide v0.7.1 |
1328 | 2023-12-14T23:43:56.855Z | Downloaded crossbeam-epoch v0.9.15 |
1329 | 2023-12-14T23:43:56.856Z | Downloaded tiny-keccak v2.0.2 |
1330 | 2023-12-14T23:43:56.856Z | Downloaded target-spec v3.0.1 |
1331 | 2023-12-14T23:43:56.856Z | Downloaded stringprep v0.1.3 |
1332 | 2023-12-14T23:43:56.856Z | Downloaded httptest v0.15.5 |
1333 | 2023-12-14T23:43:56.856Z | Downloaded pretty-hex v0.4.0 |
1334 | 2023-12-14T23:43:56.856Z | Downloaded string_cache v0.8.7 |
1335 | 2023-12-14T23:43:56.856Z | Downloaded smf v0.2.2 |
1336 | 2023-12-14T23:43:56.856Z | Downloaded slog-json v2.6.1 |
1337 | 2023-12-14T23:43:56.856Z | Downloaded scopeguard v1.2.0 |
1338 | 2023-12-14T23:43:56.857Z | Downloaded lazy_static v1.4.0 |
1339 | 2023-12-14T23:43:56.857Z | Downloaded unicode-width v0.1.11 |
1340 | 2023-12-14T23:43:56.857Z | Downloaded num-complex v0.4.4 |
1341 | 2023-12-14T23:43:56.857Z | Downloaded async-trait v0.1.74 |
1342 | 2023-12-14T23:43:56.857Z | Downloaded zerocopy v0.3.0 |
1343 | 2023-12-14T23:43:56.857Z | Downloaded omicron-zone-package v0.9.1 |
1344 | 2023-12-14T23:43:56.865Z | Downloaded itertools v0.12.0 |
1345 | 2023-12-14T23:43:56.865Z | Downloaded waitgroup v0.1.2 |
1346 | 2023-12-14T23:43:56.865Z | Downloaded base64ct v1.6.0 |
1347 | 2023-12-14T23:43:56.865Z | Downloaded whoami v1.4.1 |
1348 | 2023-12-14T23:43:56.866Z | Downloaded walkdir v2.4.0 |
1349 | 2023-12-14T23:43:56.866Z | Downloaded wait-timeout v0.2.0 |
1350 | 2023-12-14T23:43:56.866Z | Downloaded nibble_vec v0.1.0 |
1351 | 2023-12-14T23:43:56.866Z | Downloaded libsw v3.3.0 |
1352 | 2023-12-14T23:43:56.866Z | Downloaded darling_macro v0.20.3 |
1353 | 2023-12-14T23:43:56.866Z | Downloaded cancel-safe-futures v0.1.5 |
1354 | 2023-12-14T23:43:56.866Z | Downloaded thread-id v4.2.0 |
1355 | 2023-12-14T23:43:56.866Z | Downloaded spin v0.5.2 |
1356 | 2023-12-14T23:43:56.866Z | Downloaded serde_plain v1.0.2 |
1357 | 2023-12-14T23:43:56.866Z | Downloaded nodrop v0.1.14 |
1358 | 2023-12-14T23:43:56.866Z | Downloaded hubpack v0.1.2 |
1359 | 2023-12-14T23:43:56.866Z | Downloaded darling v0.14.4 |
1360 | 2023-12-14T23:43:56.866Z | Downloaded console v0.15.7 |
1361 | 2023-12-14T23:43:56.866Z | Downloaded cipher v0.4.4 |
1362 | 2023-12-14T23:43:56.866Z | Downloaded ciborium v0.2.1 |
1363 | 2023-12-14T23:43:56.866Z | Downloaded camino-tempfile v1.1.1 |
1364 | 2023-12-14T23:43:56.866Z | Downloaded signal-hook-registry v1.4.1 |
1365 | 2023-12-14T23:43:56.866Z | Downloaded semver-parser v0.10.2 |
1366 | 2023-12-14T23:43:56.867Z | Downloaded multer v2.1.0 |
1367 | 2023-12-14T23:43:56.867Z | Downloaded lru-cache v0.1.2 |
1368 | 2023-12-14T23:43:56.867Z | Downloaded linked-hash-map v0.5.6 |
1369 | 2023-12-14T23:43:56.867Z | Downloaded arrayvec v0.5.2 |
1370 | 2023-12-14T23:43:56.867Z | Downloaded arrayvec v0.7.4 |
1371 | 2023-12-14T23:43:56.867Z | Downloaded addr2line v0.21.0 |
1372 | 2023-12-14T23:43:56.867Z | Downloaded usdt-attr-macro v0.3.5 |
1373 | 2023-12-14T23:43:56.867Z | Downloaded inout v0.1.3 |
1374 | 2023-12-14T23:43:56.867Z | Downloaded iana-time-zone v0.1.57 |
1375 | 2023-12-14T23:43:56.867Z | Downloaded hyper-tls v0.5.0 |
1376 | 2023-12-14T23:43:56.867Z | Downloaded hyper-staticfile v0.9.5 |
1377 | 2023-12-14T23:43:56.867Z | Downloaded termtree v0.4.1 |
1378 | 2023-12-14T23:43:56.867Z | Downloaded lalrpop-util v0.19.12 |
1379 | 2023-12-14T23:43:56.872Z | Downloaded cookie v0.18.0 |
1380 | 2023-12-14T23:43:56.872Z | Downloaded convert_case v0.4.0 |
1381 | 2023-12-14T23:43:56.872Z | Downloaded constant_time_eq v0.2.6 |
1382 | 2023-12-14T23:43:56.875Z | Downloaded bit-set v0.5.3 |
1383 | 2023-12-14T23:43:56.875Z | Downloaded ansi_term v0.12.1 |
1384 | 2023-12-14T23:43:56.878Z | Downloaded serde-big-array v0.4.1 |
1385 | 2023-12-14T23:43:56.881Z | Downloaded md-5 v0.10.5 |
1386 | 2023-12-14T23:43:56.887Z | Downloaded crypto-common v0.1.6 |
1387 | 2023-12-14T23:43:56.887Z | Downloaded crossbeam v0.8.2 |
1388 | 2023-12-14T23:43:56.891Z | Downloaded crc-any v2.4.3 |
1389 | 2023-12-14T23:43:56.891Z | Downloaded cassowary v0.3.0 |
1390 | 2023-12-14T23:43:56.894Z | Downloaded chacha20 v0.9.1 |
1391 | 2023-12-14T23:43:56.894Z | Downloaded base16ct v0.2.0 |
1392 | 2023-12-14T23:43:56.897Z | Downloaded strum v0.25.0 |
1393 | 2023-12-14T23:43:56.897Z | Downloaded cfg-if v1.0.0 |
1394 | 2023-12-14T23:43:56.900Z | Downloaded bytesize v1.3.0 |
1395 | 2023-12-14T23:43:56.900Z | Downloaded block-buffer v0.10.4 |
1396 | 2023-12-14T23:43:56.903Z | Downloaded ipnetwork v0.20.0 |
1397 | 2023-12-14T23:43:56.907Z | Downloaded httpdate v1.0.3 |
1398 | 2023-12-14T23:43:56.907Z | Downloaded bytecount v0.6.3 |
1399 | 2023-12-14T23:43:56.910Z | Downloaded opaque-debug v0.3.0 |
1400 | 2023-12-14T23:43:56.910Z | Downloaded libloading v0.7.4 |
1401 | 2023-12-14T23:43:56.914Z | Downloaded oorandom v11.1.3 |
1402 | 2023-12-14T23:43:56.916Z | Downloaded olpc-cjson v0.1.3 |
1403 | 2023-12-14T23:43:56.917Z | Downloaded num_enum v0.5.11 |
1404 | 2023-12-14T23:43:56.924Z | Downloaded matches v0.1.10 |
1405 | 2023-12-14T23:43:56.927Z | Downloaded cobs v0.2.3 |
1406 | 2023-12-14T23:43:56.927Z | Downloaded ciborium-ll v0.2.1 |
1407 | 2023-12-14T23:43:56.932Z | Downloaded byteorder v1.5.0 |
1408 | 2023-12-14T23:43:56.935Z | Downloaded block-padding v0.3.3 |
1409 | 2023-12-14T23:43:56.935Z | Downloaded bb8 v0.8.1 |
1410 | 2023-12-14T23:43:56.936Z | Downloaded keccak v0.1.4 |
1411 | 2023-12-14T23:43:56.940Z | Downloaded ident_case v1.0.1 |
1412 | 2023-12-14T23:43:56.940Z | Downloaded buf-list v1.0.3 |
1413 | 2023-12-14T23:43:56.943Z | Downloaded bit-vec v0.6.3 |
1414 | 2023-12-14T23:43:56.946Z | Downloaded autocfg v1.1.0 |
1415 | 2023-12-14T23:43:56.946Z | Downloaded ascii-canvas v3.0.0 |
1416 | 2023-12-14T23:43:56.949Z | Downloaded atomic-waker v1.1.1 |
1417 | 2023-12-14T23:43:56.949Z | Downloaded arrayref v0.3.7 |
1418 | 2023-12-14T23:43:56.951Z | Downloaded crossbeam-utils v0.8.16 |
1419 | 2023-12-14T23:43:56.955Z | Downloaded crc-catalog v2.2.0 |
1420 | 2023-12-14T23:43:56.958Z | Downloaded argon2 v0.5.2 |
1421 | 2023-12-14T23:43:56.961Z | Downloaded openssl-probe v0.1.5 |
1422 | 2023-12-14T23:43:56.964Z | Downloaded newtype_derive v0.1.6 |
1423 | 2023-12-14T23:43:56.967Z | Downloaded num-traits v0.2.16 |
1424 | 2023-12-14T23:43:56.970Z | Downloaded array-init v0.0.4 |
1425 | 2023-12-14T23:43:56.970Z | Downloaded num_cpus v1.16.0 |
1426 | 2023-12-14T23:43:56.977Z | Downloaded number_prefix v0.4.0 |
1427 | 2023-12-14T23:43:56.982Z | Downloaded num-rational v0.4.1 |
1428 | 2023-12-14T23:43:56.983Z | Downloaded num-integer v0.1.45 |
1429 | 2023-12-14T23:43:56.985Z | Downloaded nu-ansi-term v0.49.0 |
1430 | 2023-12-14T23:43:56.986Z | Downloaded crc32fast v1.3.2 |
1431 | 2023-12-14T23:43:56.989Z | Downloaded num-derive v0.4.0 |
1432 | 2023-12-14T23:43:56.991Z | Downloaded mime v0.3.17 |
1433 | 2023-12-14T23:43:56.995Z | Downloaded indoc v2.0.3 |
1434 | 2023-12-14T23:43:56.998Z | Downloaded ciborium-io v0.2.1 |
1435 | 2023-12-14T23:43:57.003Z | Downloaded num_threads v0.1.6 |
1436 | 2023-12-14T23:43:57.003Z | Downloaded num v0.4.1 |
1437 | 2023-12-14T23:43:57.006Z | Downloaded nanorand v0.7.0 |
1438 | 2023-12-14T23:43:57.006Z | Downloaded mockall v0.12.0 |
1439 | 2023-12-14T23:43:57.010Z | Downloaded maybe-uninit v2.0.0 |
1440 | 2023-12-14T23:43:57.010Z | Downloaded maplit v1.0.2 |
1441 | 2023-12-14T23:43:57.013Z | Downloaded criterion-plot v0.5.0 |
1442 | 2023-12-14T23:43:57.016Z | Downloaded newline-converter v0.3.0 |
1443 | 2023-12-14T23:43:57.016Z | Downloaded crucible-workspace-hack v0.1.0 |
1444 | 2023-12-14T23:43:57.016Z | Downloaded async-stream-impl v0.3.5 |
1445 | 2023-12-14T23:43:57.019Z | Downloaded normalize-line-endings v0.3.0 |
1446 | 2023-12-14T23:43:57.019Z | Downloaded assert_matches v1.5.0 |
1447 | 2023-12-14T23:43:57.022Z | Downloaded anes v0.1.6 |
1448 | 2023-12-14T23:43:57.025Z | Downloaded adler v1.0.2 |
1449 | 2023-12-14T23:43:57.028Z | Downloaded approx v0.5.1 |
1450 | 2023-12-14T23:43:57.031Z | Downloaded const-oid v0.9.5 |
1451 | 2023-12-14T23:43:57.035Z | Downloaded memoffset v0.9.0 |
1452 | 2023-12-14T23:43:57.035Z | Downloaded indoc v1.0.9 |
1453 | 2023-12-14T23:43:57.038Z | Downloaded impl-trait-for-tuples v0.2.2 |
1454 | 2023-12-14T23:43:57.043Z | Downloaded atomicwrites v0.4.2 |
1455 | 2023-12-14T23:43:57.046Z | Downloaded async-recursion v1.0.5 |
1456 | 2023-12-14T23:43:57.052Z | Downloaded aead v0.5.2 |
1457 | 2023-12-14T23:43:57.052Z | Downloaded libefi-sys v0.1.0 |
1458 | 2023-12-14T23:43:57.061Z | Downloaded curve25519-dalek-derive v0.1.0 |
1459 | 2023-12-14T23:43:57.062Z | Downloaded crossbeam-deque v0.8.3 |
1460 | 2023-12-14T23:43:57.062Z | Downloaded crossbeam-queue v0.3.8 |
1461 | 2023-12-14T23:43:57.062Z | Downloaded cast v0.3.0 |
1462 | 2023-12-14T23:43:57.062Z | Downloaded bitfield v0.14.0 |
1463 | 2023-12-14T23:43:57.797Z | Compiling serde v1.0.193 |
1464 | 2023-12-14T23:43:57.797Z | Compiling autocfg v1.1.0 |
1465 | 2023-12-14T23:43:57.800Z | Checking cfg-if v1.0.0 |
1466 | 2023-12-14T23:43:57.800Z | Compiling version_check v0.9.4 |
1467 | 2023-12-14T23:43:57.800Z | Compiling syn v1.0.109 |
1468 | 2023-12-14T23:43:57.889Z | Checking libc v0.2.151 |
1469 | 2023-12-14T23:43:57.894Z | Compiling syn v2.0.32 |
1470 | 2023-12-14T23:43:57.945Z | Compiling parking_lot_core v0.9.8 |
1471 | 2023-12-14T23:43:57.985Z | Compiling libm v0.2.7 |
1472 | 2023-12-14T23:43:58.682Z | Compiling cc v1.0.83 |
1473 | 2023-12-14T23:43:58.833Z | Compiling futures-core v0.3.29 |
1474 | 2023-12-14T23:43:58.931Z | Compiling once_cell v1.19.0 |
1475 | 2023-12-14T23:43:59.329Z | Compiling serde_json v1.0.108 |
1476 | 2023-12-14T23:43:59.346Z | Compiling lock_api v0.4.10 |
1477 | 2023-12-14T23:43:59.364Z | Compiling num-traits v0.2.16 |
1478 | 2023-12-14T23:43:59.599Z | Compiling memchr v2.6.3 |
1479 | 2023-12-14T23:43:59.847Z | Compiling typenum v1.16.0 |
1480 | 2023-12-14T23:43:59.926Z | Compiling generic-array v0.14.7 |
1481 | 2023-12-14T23:43:59.961Z | Checking getrandom v0.2.10 |
1482 | 2023-12-14T23:44:00.287Z | Compiling slab v0.4.9 |
1483 | 2023-12-14T23:44:00.466Z | Compiling futures-channel v0.3.29 |
1484 | 2023-12-14T23:44:00.711Z | Compiling futures-task v0.3.29 |
1485 | 2023-12-14T23:44:00.981Z | Checking scopeguard v1.2.0 |
1486 | 2023-12-14T23:44:01.141Z | Compiling futures-util v0.3.29 |
1487 | 2023-12-14T23:44:01.655Z | Checking log v0.4.20 |
1488 | 2023-12-14T23:44:01.683Z | Compiling pkg-config v0.3.27 |
1489 | 2023-12-14T23:44:02.535Z | Checking smallvec v1.11.2 |
1490 | 2023-12-14T23:44:02.715Z | Compiling byteorder v1.5.0 |
1491 | 2023-12-14T23:44:02.723Z | Checking itoa v1.0.9 |
1492 | 2023-12-14T23:44:02.818Z | Compiling rustix v0.38.25 |
1493 | 2023-12-14T23:44:03.090Z | Compiling indexmap v1.9.3 |
1494 | 2023-12-14T23:44:03.412Z | Compiling schemars v0.8.13 |
1495 | 2023-12-14T23:44:03.531Z | Compiling fnv v1.0.7 |
1496 | 2023-12-14T23:44:03.682Z | Compiling vcpkg v0.2.15 |
1497 | 2023-12-14T23:44:03.759Z | Compiling httparse v1.8.0 |
1498 | 2023-12-14T23:44:03.880Z | Checking rand_core v0.6.4 |
1499 | 2023-12-14T23:44:04.283Z | Compiling ring v0.16.20 |
1500 | 2023-12-14T23:44:04.396Z | Compiling ring v0.17.7 |
1501 | 2023-12-14T23:44:05.005Z | Compiling aho-corasick v1.0.4 |
1502 | 2023-12-14T23:44:06.241Z | Compiling regex-syntax v0.8.2 |
1503 | 2023-12-14T23:44:07.375Z | Compiling openssl-sys v0.9.96 |
1504 | 2023-12-14T23:44:09.223Z | Checking parking_lot v0.12.1 |
1505 | 2023-12-14T23:44:09.719Z | Compiling ahash v0.8.6 |
1506 | 2023-12-14T23:44:10.185Z | Compiling serde_derive_internals v0.26.0 |
1507 | 2023-12-14T23:44:11.417Z | Compiling regex-automata v0.4.3 |
1508 | 2023-12-14T23:44:11.986Z | Checking pin-project-lite v0.2.13 |
1509 | 2023-12-14T23:44:12.782Z | Checking spin v0.5.2 |
1510 | 2023-12-14T23:44:13.053Z | Compiling openssl v0.10.60 |
1511 | 2023-12-14T23:44:13.225Z | Checking signal-hook-registry v1.4.1 |
1512 | 2023-12-14T23:44:13.577Z | Checking mio v0.8.9 |
1513 | 2023-12-14T23:44:13.647Z | Compiling ucd-trie v0.1.6 |
1514 | 2023-12-14T23:44:14.517Z | Compiling rustls v0.21.9 |
1515 | 2023-12-14T23:44:14.756Z | Compiling iana-time-zone v0.1.57 |
1516 | 2023-12-14T23:44:14.820Z | Compiling native-tls v0.2.11 |
1517 | 2023-12-14T23:44:15.237Z | Compiling async-trait v0.1.74 |
1518 | 2023-12-14T23:44:15.301Z | Checking num_cpus v1.16.0 |
1519 | 2023-12-14T23:44:15.445Z | Compiling dyn-clone v1.0.13 |
1520 | 2023-12-14T23:44:15.469Z | Checking ryu v1.0.15 |
1521 | 2023-12-14T23:44:15.737Z | Compiling unicode-xid v0.2.4 |
1522 | 2023-12-14T23:44:15.758Z | Compiling backtrace v0.3.69 |
1523 | 2023-12-14T23:44:15.984Z | Checking socket2 v0.5.5 |
1524 | 2023-12-14T23:44:16.720Z | Compiling futures-sink v0.3.29 |
1525 | 2023-12-14T23:44:17.292Z | Compiling errno v0.3.2 |
1526 | 2023-12-14T23:44:17.296Z | Compiling crc32fast v1.3.2 |
1527 | 2023-12-14T23:44:17.296Z | Compiling crossbeam-utils v0.8.16 |
1528 | 2023-12-14T23:44:17.567Z | Compiling tinyvec_macros v0.1.1 |
1529 | 2023-12-14T23:44:17.683Z | Compiling tinyvec v1.6.0 |
1530 | 2023-12-14T23:44:17.970Z | Compiling regex v1.10.2 |
1531 | 2023-12-14T23:44:18.391Z | Compiling futures-io v0.3.29 |
1532 | 2023-12-14T23:44:18.556Z | Compiling pin-utils v0.1.0 |
1533 | 2023-12-14T23:44:18.675Z | Compiling anyhow v1.0.75 |
1534 | 2023-12-14T23:44:18.760Z | Compiling spin v0.9.8 |
1535 | 2023-12-14T23:44:19.302Z | Compiling tracing-core v0.1.31 |
1536 | 2023-12-14T23:44:19.734Z | Compiling unicode-bidi v0.3.13 |
1537 | 2023-12-14T23:44:20.276Z | Compiling unicode-normalization v0.1.22 |
1538 | 2023-12-14T23:44:20.994Z | Compiling num-integer v0.1.45 |
1539 | 2023-12-14T23:44:21.441Z | Compiling synstructure v0.12.6 |
1540 | 2023-12-14T23:44:21.617Z | Compiling serde_derive v1.0.193 |
1541 | 2023-12-14T23:44:21.631Z | Compiling thiserror-impl v1.0.49 |
1542 | 2023-12-14T23:44:22.004Z | Compiling zeroize_derive v1.4.2 |
1543 | 2023-12-14T23:44:22.022Z | Compiling tokio-macros v2.2.0 |
1544 | 2023-12-14T23:44:22.203Z | Compiling futures-macro v0.3.29 |
1545 | 2023-12-14T23:44:22.706Z | Compiling tracing-attributes v0.1.26 |
1546 | 2023-12-14T23:44:24.739Z | Compiling schemars_derive v0.8.13 |
1547 | 2023-12-14T23:44:24.753Z | Compiling zerocopy-derive v0.7.26 |
1548 | 2023-12-14T23:44:24.795Z | Checking zeroize v1.7.0 |
1549 | 2023-12-14T23:44:25.183Z | Compiling openssl-macros v0.1.1 |
1550 | 2023-12-14T23:44:27.017Z | Compiling thiserror v1.0.49 |
1551 | 2023-12-14T23:44:27.200Z | Compiling pest v2.7.2 |
1552 | 2023-12-14T23:44:28.428Z | Compiling zerocopy v0.7.26 |
1553 | 2023-12-14T23:44:29.198Z | Compiling tracing v0.1.37 |
1554 | 2023-12-14T23:44:29.428Z | Compiling der_derive v0.7.2 |
1555 | 2023-12-14T23:44:29.973Z | Compiling lazy_static v1.4.0 |
1556 | 2023-12-14T23:44:30.115Z | Compiling unicode-width v0.1.11 |
1557 | 2023-12-14T23:44:31.573Z | Compiling slog v2.7.0 |
1558 | 2023-12-14T23:44:31.667Z | Compiling base64 v0.21.5 |
1559 | 2023-12-14T23:44:31.667Z | Checking subtle v2.5.0 |
1560 | 2023-12-14T23:44:31.668Z | Compiling pest_meta v2.7.2 |
1561 | 2023-12-14T23:44:31.787Z | Compiling hashbrown v0.13.2 |
1562 | 2023-12-14T23:44:31.807Z | Compiling zerocopy-derive v0.2.0 |
1563 | 2023-12-14T23:44:31.847Z | Compiling rustversion v1.0.14 |
1564 | 2023-12-14T23:44:32.316Z | Compiling foreign-types-shared v0.1.1 |
1565 | 2023-12-14T23:44:32.941Z | Compiling hashbrown v0.12.3 |
1566 | 2023-12-14T23:44:32.956Z | Compiling percent-encoding v2.3.1 |
1567 | 2023-12-14T23:44:33.831Z | Compiling time-core v0.1.1 |
1568 | 2023-12-14T23:44:33.890Z | Compiling untrusted v0.9.0 |
1569 | 2023-12-14T23:44:33.890Z | Compiling untrusted v0.7.1 |
1570 | 2023-12-14T23:44:33.890Z | Compiling openssl-probe v0.1.5 |
1571 | 2023-12-14T23:44:34.185Z | Compiling time-macros v0.2.13 |
1572 | 2023-12-14T23:44:34.992Z | Compiling pest_generator v2.7.2 |
1573 | 2023-12-14T23:44:35.748Z | Compiling foreign-types v0.3.2 |
1574 | 2023-12-14T23:44:38.438Z | Compiling try-lock v0.2.4 |
1575 | 2023-12-14T23:44:38.626Z | Compiling want v0.3.1 |
1576 | 2023-12-14T23:44:39.121Z | Compiling rustls-webpki v0.101.7 |
1577 | 2023-12-14T23:44:39.287Z | Compiling sct v0.7.0 |
1578 | 2023-12-14T23:44:39.740Z | Compiling form_urlencoded v1.2.1 |
1579 | 2023-12-14T23:44:39.862Z | Compiling pest_derive v2.7.2 |
1580 | 2023-12-14T23:44:40.537Z | Compiling socket2 v0.4.9 |
1581 | 2023-12-14T23:44:40.833Z | Compiling httpdate v1.0.3 |
1582 | 2023-12-14T23:44:41.282Z | Compiling tower-service v0.3.2 |
1583 | 2023-12-14T23:44:41.302Z | Compiling either v1.9.0 |
1584 | 2023-12-14T23:44:41.447Z | Compiling const-oid v0.9.5 |
1585 | 2023-12-14T23:44:42.007Z | Compiling rustls-pemfile v1.0.3 |
1586 | 2023-12-14T23:44:42.173Z | Compiling idna v0.5.0 |
1587 | 2023-12-14T23:44:42.321Z | Compiling memoffset v0.9.0 |
1588 | 2023-12-14T23:44:42.610Z | Compiling usdt-impl v0.3.5 |
1589 | 2023-12-14T23:44:42.818Z | Compiling adler v1.0.2 |
1590 | 2023-12-14T23:44:43.128Z | Compiling miniz_oxide v0.7.1 |
1591 | 2023-12-14T23:44:43.481Z | Compiling rustls-native-certs v0.6.3 |
1592 | 2023-12-14T23:44:44.058Z | Compiling url v2.5.0 |
1593 | 2023-12-14T23:44:44.326Z | Checking bytes v1.5.0 |
1594 | 2023-12-14T23:44:44.601Z | Checking bitflags v2.4.0 |
1595 | 2023-12-14T23:44:45.006Z | Compiling zerocopy v0.3.0 |
1596 | 2023-12-14T23:44:45.918Z | Compiling indexmap v2.1.0 |
1597 | 2023-12-14T23:44:46.224Z | Compiling semver v1.0.20 |
1598 | 2023-12-14T23:44:47.122Z | Compiling chrono v0.4.31 |
1599 | 2023-12-14T23:44:47.425Z | Compiling uuid v1.6.1 |
1600 | 2023-12-14T23:44:47.572Z | Compiling rustc_version v0.4.0 |
1601 | 2023-12-14T23:44:47.925Z | Compiling http v0.2.11 |
1602 | 2023-12-14T23:44:48.147Z | Compiling tokio v1.35.0 |
1603 | 2023-12-14T23:44:49.936Z | Compiling serde_spanned v0.6.4 |
1604 | 2023-12-14T23:44:50.267Z | Compiling toml_datetime v0.6.5 |
1605 | 2023-12-14T23:44:50.697Z | Compiling toml_edit v0.19.15 |
1606 | 2023-12-14T23:44:51.996Z | Compiling openapiv3 v2.0.0 |
1607 | 2023-12-14T23:44:53.487Z | Compiling http-body v0.4.5 |
1608 | 2023-12-14T23:44:54.089Z | Compiling heapless v0.7.16 |
1609 | 2023-12-14T23:44:55.211Z | Checking crypto-common v0.1.6 |
1610 | 2023-12-14T23:44:55.477Z | Compiling ipnet v2.8.0 |
1611 | 2023-12-14T23:44:56.868Z | Compiling dof v0.1.5 |
1612 | 2023-12-14T23:44:57.491Z | Compiling serde_urlencoded v0.7.1 |
1613 | 2023-12-14T23:44:58.321Z | Compiling dtrace-parser v0.1.14 |
1614 | 2023-12-14T23:44:58.678Z | Compiling clap_derive v4.4.2 |
1615 | 2023-12-14T23:44:59.510Z | Compiling zerocopy-derive v0.6.4 |
1616 | 2023-12-14T23:45:00.016Z | Compiling crossbeam-epoch v0.9.15 |
1617 | 2023-12-14T23:45:00.290Z | Compiling tokio-util v0.7.10 |
1618 | 2023-12-14T23:45:00.673Z | Compiling tokio-rustls v0.24.1 |
1619 | 2023-12-14T23:45:01.241Z | Compiling encoding_rs v0.8.33 |
1620 | 2023-12-14T23:45:01.615Z | Compiling thread-id v4.2.0 |
1621 | 2023-12-14T23:45:01.763Z | Compiling gimli v0.28.0 |
1622 | 2023-12-14T23:45:02.792Z | Compiling h2 v0.3.21 |
1623 | 2023-12-14T23:45:03.249Z | Compiling webpki-roots v0.25.2 |
1624 | 2023-12-14T23:45:03.779Z | Compiling mime v0.3.17 |
1625 | 2023-12-14T23:45:03.779Z | Compiling siphasher v0.3.11 |
1626 | 2023-12-14T23:45:05.367Z | Compiling tokio-native-tls v0.3.1 |
1627 | 2023-12-14T23:45:05.917Z | Compiling serde_tokenstream v0.1.7 |
1628 | 2023-12-14T23:45:06.732Z | Compiling strum_macros v0.25.2 |
1629 | 2023-12-14T23:45:07.130Z | Compiling block-buffer v0.10.4 |
1630 | 2023-12-14T23:45:07.569Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1631 | 2023-12-14T23:45:07.864Z | Compiling object v0.32.1 |
1632 | 2023-12-14T23:45:08.246Z | Compiling num-iter v0.1.43 |
1633 | 2023-12-14T23:45:08.670Z | Compiling addr2line v0.21.0 |
1634 | 2023-12-14T23:45:08.952Z | Compiling rustc-demangle v0.1.23 |
1635 | 2023-12-14T23:45:09.863Z | Compiling flate2 v1.0.28 |
1636 | 2023-12-14T23:45:10.563Z | Compiling digest v0.10.7 |
1637 | 2023-12-14T23:45:11.001Z | Compiling doc-comment v0.3.3 |
1638 | 2023-12-14T23:45:11.273Z | Compiling ppv-lite86 v0.2.17 |
1639 | 2023-12-14T23:45:11.431Z | Compiling usdt-attr-macro v0.3.5 |
1640 | 2023-12-14T23:45:12.038Z | Compiling usdt-macro v0.3.5 |
1641 | 2023-12-14T23:45:12.589Z | Compiling rand_chacha v0.3.1 |
1642 | 2023-12-14T23:45:12.615Z | Compiling toml v0.7.8 |
1643 | 2023-12-14T23:45:12.615Z | Compiling toml_edit v0.21.0 |
1644 | 2023-12-14T23:45:13.509Z | Compiling hex v0.4.3 |
1645 | 2023-12-14T23:45:13.855Z | Compiling hyper v0.14.27 |
1646 | 2023-12-14T23:45:14.174Z | Compiling pin-project-internal v1.1.3 |
1647 | 2023-12-14T23:45:14.459Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1648 | 2023-12-14T23:45:15.501Z | Compiling bit-vec v0.6.3 |
1649 | 2023-12-14T23:45:15.682Z | Checking bitflags v1.3.2 |
1650 | 2023-12-14T23:45:16.291Z | Compiling rand v0.8.5 |
1651 | 2023-12-14T23:45:17.023Z | Compiling phf_shared v0.10.0 |
1652 | 2023-12-14T23:45:18.150Z | Compiling num-bigint v0.4.4 |
1653 | 2023-12-14T23:45:19.297Z | Compiling minimal-lexical v0.2.1 |
1654 | 2023-12-14T23:45:19.408Z | Compiling base64ct v1.6.0 |
1655 | 2023-12-14T23:45:19.956Z | Compiling smoltcp v0.9.1 |
1656 | 2023-12-14T23:45:20.130Z | Compiling fixedbitset v0.4.2 |
1657 | 2023-12-14T23:45:20.234Z | Compiling precomputed-hash v0.1.1 |
1658 | 2023-12-14T23:45:20.357Z | Compiling new_debug_unreachable v1.0.4 |
1659 | 2023-12-14T23:45:20.375Z | Compiling pem-rfc7468 v0.7.0 |
1660 | 2023-12-14T23:45:20.474Z | Compiling string_cache v0.8.7 |
1661 | 2023-12-14T23:45:20.530Z | Compiling petgraph v0.6.4 |
1662 | 2023-12-14T23:45:20.822Z | Compiling nom v7.1.3 |
1663 | 2023-12-14T23:45:21.571Z | Compiling bit-set v0.5.3 |
1664 | 2023-12-14T23:45:21.589Z | Compiling hmac v0.12.1 |
1665 | 2023-12-14T23:45:21.980Z | Compiling itertools v0.10.5 |
1666 | 2023-12-14T23:45:23.041Z | Compiling hubpack_derive v0.1.1 |
1667 | 2023-12-14T23:45:23.221Z | Compiling enum-as-inner v0.5.1 |
1668 | 2023-12-14T23:45:23.842Z | Compiling diesel_table_macro_syntax v0.1.0 |
1669 | 2023-12-14T23:45:24.862Z | Compiling hyper-rustls v0.24.2 |
1670 | 2023-12-14T23:45:24.893Z | Compiling hyper-tls v0.5.0 |
1671 | 2023-12-14T23:45:25.232Z | Compiling lalrpop-util v0.19.12 |
1672 | 2023-12-14T23:45:25.376Z | Compiling flagset v0.4.3 |
1673 | 2023-12-14T23:45:25.670Z | Compiling reqwest v0.11.22 |
1674 | 2023-12-14T23:45:25.687Z | Compiling unicode-segmentation v1.10.1 |
1675 | 2023-12-14T23:45:25.730Z | Compiling der v0.7.8 |
1676 | 2023-12-14T23:45:26.311Z | Compiling diesel_derives v2.1.2 |
1677 | 2023-12-14T23:45:26.995Z | Compiling snafu-derive v0.7.5 |
1678 | 2023-12-14T23:45:27.130Z | Compiling cpufeatures v0.2.9 |
1679 | 2023-12-14T23:45:27.256Z | Compiling sha2 v0.10.8 |
1680 | 2023-12-14T23:45:28.175Z | Compiling rustix v0.37.23 |
1681 | 2023-12-14T23:45:28.336Z | Compiling md-5 v0.10.5 |
1682 | 2023-12-14T23:45:28.712Z | Compiling stringprep v0.1.3 |
1683 | 2023-12-14T23:45:30.062Z | Compiling spki v0.7.2 |
1684 | 2023-12-14T23:45:30.231Z | Compiling serde_repr v0.1.16 |
1685 | 2023-12-14T23:45:30.633Z | Compiling hash32 v0.2.1 |
1686 | 2023-12-14T23:45:31.155Z | Compiling stable_deref_trait v1.2.0 |
1687 | 2023-12-14T23:45:31.203Z | Compiling fallible-iterator v0.2.0 |
1688 | 2023-12-14T23:45:32.026Z | Compiling pkcs8 v0.10.2 |
1689 | 2023-12-14T23:45:32.044Z | Compiling terminal_size v0.2.6 |
1690 | 2023-12-14T23:45:32.333Z | Compiling postgres-protocol v0.6.6 |
1691 | 2023-12-14T23:45:32.952Z | Compiling phf_shared v0.11.2 |
1692 | 2023-12-14T23:45:33.477Z | Compiling ff v0.13.0 |
1693 | 2023-12-14T23:45:33.531Z | Compiling block-padding v0.3.3 |
1694 | 2023-12-14T23:45:33.550Z | Compiling scheduled-thread-pool v0.2.7 |
1695 | 2023-12-14T23:45:33.799Z | Compiling deranged v0.3.8 |
1696 | 2023-12-14T23:45:33.897Z | Compiling regex-automata v0.1.10 |
1697 | 2023-12-14T23:45:34.439Z | Compiling base16ct v0.2.0 |
1698 | 2023-12-14T23:45:34.468Z | Compiling matches v0.1.10 |
1699 | 2023-12-14T23:45:34.589Z | Compiling num_threads v0.1.6 |
1700 | 2023-12-14T23:45:34.643Z | Compiling managed v0.8.0 |
1701 | 2023-12-14T23:45:34.900Z | Compiling sec1 v0.7.3 |
1702 | 2023-12-14T23:45:34.953Z | Compiling clap_builder v4.4.2 |
1703 | 2023-12-14T23:45:35.841Z | Compiling idna v0.2.3 |
1704 | 2023-12-14T23:45:36.404Z | Compiling bstr v0.2.17 |
1705 | 2023-12-14T23:45:36.851Z | Compiling time v0.3.27 |
1706 | 2023-12-14T23:45:38.472Z | Compiling r2d2 v0.8.10 |
1707 | 2023-12-14T23:45:38.854Z | Compiling inout v0.1.3 |
1708 | 2023-12-14T23:45:38.891Z | Compiling group v0.13.0 |
1709 | 2023-12-14T23:45:39.027Z | Compiling postgres-types v0.2.6 |
1710 | 2023-12-14T23:45:39.200Z | Compiling phf v0.11.2 |
1711 | 2023-12-14T23:45:39.332Z | Compiling bzip2 v0.4.4 |
1712 | 2023-12-14T23:45:39.964Z | Compiling hubpack v0.1.2 |
1713 | 2023-12-14T23:45:40.044Z | Compiling hkdf v0.12.3 |
1714 | 2023-12-14T23:45:40.284Z | Compiling pin-project v1.1.3 |
1715 | 2023-12-14T23:45:40.727Z | Compiling zerocopy v0.6.4 |
1716 | 2023-12-14T23:45:41.463Z | Compiling ipnetwork v0.20.0 |
1717 | 2023-12-14T23:45:42.227Z | Compiling crypto-bigint v0.5.2 |
1718 | 2023-12-14T23:45:42.863Z | Compiling itertools v0.11.0 |
1719 | 2023-12-14T23:45:44.261Z | Compiling futures-executor v0.3.29 |
1720 | 2023-12-14T23:45:45.706Z | Compiling float-cmp v0.9.0 |
1721 | 2023-12-14T23:45:46.033Z | Compiling regex-automata v0.3.8 |
1722 | 2023-12-14T23:45:47.008Z | Compiling static_assertions v1.1.0 |
1723 | 2023-12-14T23:45:47.137Z | Compiling predicates-core v1.0.6 |
1724 | 2023-12-14T23:45:47.703Z | Compiling normalize-line-endings v0.3.0 |
1725 | 2023-12-14T23:45:47.818Z | Compiling data-encoding v2.4.0 |
1726 | 2023-12-14T23:45:47.860Z | Compiling whoami v1.4.1 |
1727 | 2023-12-14T23:45:47.935Z | Compiling difflib v0.4.0 |
1728 | 2023-12-14T23:45:48.809Z | Compiling bstr v1.6.0 |
1729 | 2023-12-14T23:45:49.634Z | Compiling trust-dns-proto v0.22.0 |
1730 | 2023-12-14T23:45:50.043Z | Compiling predicates v3.0.4 |
1731 | 2023-12-14T23:45:50.543Z | Compiling tokio-postgres v0.7.10 |
1732 | 2023-12-14T23:45:50.850Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1733 | 2023-12-14T23:45:51.646Z | Compiling elliptic-curve v0.13.8 |
1734 | 2023-12-14T23:45:52.606Z | Compiling futures v0.3.29 |
1735 | 2023-12-14T23:45:52.737Z | Compiling yasna v0.5.2 |
1736 | 2023-12-14T23:45:52.763Z | Compiling clap v4.4.3 |
1737 | 2023-12-14T23:45:52.851Z | Compiling diesel v2.1.4 |
1738 | 2023-12-14T23:45:52.892Z | Compiling snafu v0.7.5 |
1739 | 2023-12-14T23:45:52.925Z | Compiling zip v0.6.6 |
1740 | 2023-12-14T23:45:54.243Z | Compiling cipher v0.4.4 |
1741 | 2023-12-14T23:45:54.995Z | Compiling similar v2.3.0 |
1742 | 2023-12-14T23:45:55.698Z | Compiling usdt v0.3.5 |
1743 | 2023-12-14T23:45:55.840Z | Compiling tokio-stream v0.1.14 |
1744 | 2023-12-14T23:45:57.171Z | Compiling console v0.15.7 |
1745 | 2023-12-14T23:45:57.384Z | Checking unicode-ident v1.0.12 |
1746 | 2023-12-14T23:45:57.917Z | Checking hashbrown v0.14.2 |
1747 | 2023-12-14T23:45:58.869Z | Checking equivalent v1.0.1 |
1748 | 2023-12-14T23:45:59.591Z | Checking proc-macro2 v1.0.69 |
1749 | 2023-12-14T23:46:01.181Z | Checking quote v1.0.33 |
1750 | 2023-12-14T23:46:03.385Z | Checking utf8parse v0.2.1 |
1751 | 2023-12-14T23:46:04.398Z | Checking anstyle v1.0.2 |
1752 | 2023-12-14T23:46:06.590Z | Checking io-lifetimes v1.0.11 |
1753 | 2023-12-14T23:46:11.038Z | Checking anstyle-parse v0.2.1 |
1754 | 2023-12-14T23:46:13.403Z | Checking colorchoice v1.0.0 |
1755 | 2023-12-14T23:46:13.805Z | Checking anstyle-query v1.0.0 |
1756 | 2023-12-14T23:46:14.043Z | Checking anstream v0.5.0 |
1757 | 2023-12-14T23:46:14.535Z | Checking clap_lex v0.5.1 |
1758 | 2023-12-14T23:46:14.569Z | Checking strsim v0.10.0 |
1759 | 2023-12-14T23:46:15.890Z | Checking winnow v0.5.15 |
1760 | 2023-12-14T23:46:22.177Z | Compiling serde_tokenstream v0.2.0 |
1761 | 2023-12-14T23:46:25.543Z | Compiling regress v0.7.1 |
1762 | 2023-12-14T23:46:31.123Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1763 | 2023-12-14T23:46:39.089Z | Compiling getopts v0.2.21 |
1764 | 2023-12-14T23:46:39.269Z | Compiling unsafe-libyaml v0.2.9 |
1765 | 2023-12-14T23:46:41.198Z | Checking heck v0.4.1 |
1766 | 2023-12-14T23:46:41.214Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1767 | 2023-12-14T23:46:41.523Z | Compiling serde_yaml v0.9.25 |
1768 | 2023-12-14T23:46:42.681Z | Compiling ident_case v1.0.1 |
1769 | 2023-12-14T23:46:42.790Z | Checking fastrand v2.0.0 |
1770 | 2023-12-14T23:46:42.941Z | Checking match_cfg v0.1.0 |
1771 | 2023-12-14T23:46:43.052Z | Checking hostname v0.3.1 |
1772 | 2023-12-14T23:46:43.208Z | Checking camino v1.1.6 |
1773 | 2023-12-14T23:46:43.258Z | Checking tempfile v3.8.1 |
1774 | 2023-12-14T23:46:43.750Z | Checking atty v0.2.14 |
1775 | 2023-12-14T23:46:43.754Z | Checking quick-error v1.2.3 |
1776 | 2023-12-14T23:46:44.317Z | Compiling paste v1.0.14 |
1777 | 2023-12-14T23:46:44.320Z | Checking crossbeam-channel v0.5.8 |
1778 | 2023-12-14T23:46:44.320Z | Checking sha1 v0.10.6 |
1779 | 2023-12-14T23:46:44.453Z | Checking dirs-sys-next v0.1.2 |
1780 | 2023-12-14T23:46:44.690Z | Checking dirs-next v2.0.0 |
1781 | 2023-12-14T23:46:44.855Z | Checking thread_local v1.1.7 |
1782 | 2023-12-14T23:46:45.066Z | Checking instant v0.1.12 |
1783 | 2023-12-14T23:46:45.186Z | Compiling slog-async v2.8.0 |
1784 | 2023-12-14T23:46:45.319Z | Checking term v0.7.0 |
1785 | 2023-12-14T23:46:45.866Z | Compiling multer v2.1.0 |
1786 | 2023-12-14T23:46:46.010Z | Checking take_mut v0.2.2 |
1787 | 2023-12-14T23:46:46.202Z | Checking debug-ignore v1.0.5 |
1788 | 2023-12-14T23:46:46.380Z | Checking slog-term v2.9.0 |
1789 | 2023-12-14T23:46:46.644Z | Compiling darling_core v0.20.3 |
1790 | 2023-12-14T23:46:46.785Z | Checking slog-json v2.6.1 |
1791 | 2023-12-14T23:46:47.149Z | Compiling async-stream-impl v0.3.5 |
1792 | 2023-12-14T23:46:47.156Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1793 | 2023-12-14T23:46:47.582Z | Checking atomic-waker v1.1.1 |
1794 | 2023-12-14T23:46:47.749Z | Checking waitgroup v0.1.2 |
1795 | 2023-12-14T23:46:48.003Z | Checking slog-bunyan v2.4.0 |
1796 | 2023-12-14T23:46:48.405Z | Checking toml v0.8.8 |
1797 | 2023-12-14T23:46:48.796Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1798 | 2023-12-14T23:46:49.306Z | Checking serde_path_to_error v0.1.14 |
1799 | 2023-12-14T23:46:49.353Z | Checking async-stream v0.3.5 |
1800 | 2023-12-14T23:46:49.503Z | Checking strum v0.25.0 |
1801 | 2023-12-14T23:46:49.601Z | Compiling structmeta-derive v0.2.0 |
1802 | 2023-12-14T23:46:49.706Z | Checking wait-timeout v0.2.0 |
1803 | 2023-12-14T23:46:49.944Z | Checking rusty-fork v0.3.0 |
1804 | 2023-12-14T23:46:50.280Z | Checking rand_xorshift v0.3.0 |
1805 | 2023-12-14T23:46:50.362Z | Compiling regex-syntax v0.7.5 |
1806 | 2023-12-14T23:46:50.505Z | Checking unarray v0.1.4 |
1807 | 2023-12-14T23:46:50.702Z | Checking proptest v1.4.0 |
1808 | 2023-12-14T23:46:54.560Z | Compiling structmeta v0.2.0 |
1809 | 2023-12-14T23:46:55.221Z | Checking backoff v0.4.0 |
1810 | 2023-12-14T23:46:55.650Z | Compiling test-strategy v0.3.1 |
1811 | 2023-12-14T23:47:03.039Z | Compiling darling_macro v0.20.3 |
1812 | 2023-12-14T23:47:03.686Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1813 | 2023-12-14T23:47:03.686Z | Checking macaddr v1.0.1 |
1814 | 2023-12-14T23:47:03.686Z | Compiling darling v0.20.3 |
1815 | 2023-12-14T23:47:03.686Z | Checking camino-tempfile v1.1.1 |
1816 | 2023-12-14T23:47:03.686Z | Compiling serde_with_macros v3.4.0 |
1817 | 2023-12-14T23:47:03.686Z | Checking is-terminal v0.4.9 |
1818 | 2023-12-14T23:47:03.686Z | Compiling proc-macro-error-attr v1.0.4 |
1819 | 2023-12-14T23:47:03.686Z | Compiling proc-macro-error v1.0.4 |
1820 | 2023-12-14T23:47:03.894Z | Compiling proc-macro-crate v1.3.1 |
1821 | 2023-12-14T23:47:03.894Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1822 | 2023-12-14T23:47:03.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1823 | 2023-12-14T23:47:03.894Z | Checking termtree v0.4.1 |
1824 | 2023-12-14T23:47:03.895Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1825 | 2023-12-14T23:47:03.895Z | Checking predicates-tree v1.0.9 |
1826 | 2023-12-14T23:47:03.895Z | Compiling num_enum_derive v0.5.11 |
1827 | 2023-12-14T23:47:03.895Z | Compiling smoltcp v0.10.0 |
1828 | 2023-12-14T23:47:03.895Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1829 | 2023-12-14T23:47:03.895Z | Compiling parse-display-derive v0.8.2 |
1830 | 2023-12-14T23:47:03.895Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2023-12-14T23:47:03.895Z | Checking cobs v0.2.3 |
1832 | 2023-12-14T23:47:03.895Z | Checking embedded-io v0.4.0 |
1833 | 2023-12-14T23:47:03.895Z | Compiling crucible-workspace-hack v0.1.0 |
1834 | 2023-12-14T23:47:03.895Z | Checking serde_with v3.4.0 |
1835 | 2023-12-14T23:47:03.897Z | Checking postcard v1.0.8 |
1836 | 2023-12-14T23:47:03.897Z | Compiling foreign-types-macros v0.2.3 |
1837 | 2023-12-14T23:47:04.000Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1838 | 2023-12-14T23:47:04.404Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1839 | 2023-12-14T23:47:04.589Z | Checking foreign-types-shared v0.3.1 |
1840 | 2023-12-14T23:47:04.735Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1841 | 2023-12-14T23:47:05.103Z | Checking foreign-types v0.5.0 |
1842 | 2023-12-14T23:47:05.423Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1843 | 2023-12-14T23:47:05.582Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1844 | 2023-12-14T23:47:05.927Z | Checking num_enum v0.5.11 |
1845 | 2023-12-14T23:47:06.122Z | Checking cstr-argument v0.1.2 |
1846 | 2023-12-14T23:47:06.369Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1847 | 2023-12-14T23:47:06.704Z | Checking pretty-hex v0.2.1 |
1848 | 2023-12-14T23:47:06.928Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1849 | 2023-12-14T23:47:06.959Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1850 | 2023-12-14T23:47:06.996Z | Checking colored v2.0.4 |
1851 | 2023-12-14T23:47:07.296Z | Compiling zone_cfg_derive v0.3.0 |
1852 | 2023-12-14T23:47:07.354Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1853 | 2023-12-14T23:47:07.458Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1854 | 2023-12-14T23:47:08.008Z | Compiling num-derive v0.4.0 |
1855 | 2023-12-14T23:47:08.618Z | Compiling mockall_derive v0.12.0 |
1856 | 2023-12-14T23:47:09.370Z | Checking parse-display v0.8.2 |
1857 | 2023-12-14T23:47:09.579Z | Checking fragile v2.0.0 |
1858 | 2023-12-14T23:47:09.599Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1859 | 2023-12-14T23:47:09.692Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1860 | 2023-12-14T23:47:09.877Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1861 | 2023-12-14T23:47:09.959Z | Checking downcast v0.11.0 |
1862 | 2023-12-14T23:47:10.512Z | Checking zone v0.3.0 |
1863 | 2023-12-14T23:47:10.524Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1864 | 2023-12-14T23:47:10.575Z | Checking smf v0.2.2 |
1865 | 2023-12-14T23:47:11.790Z | Checking xattr v1.0.1 |
1866 | 2023-12-14T23:47:11.812Z | Checking filetime v0.2.23 |
1867 | 2023-12-14T23:47:11.812Z | Checking pem v3.0.2 |
1868 | 2023-12-14T23:47:11.812Z | Checking tar v0.4.40 |
1869 | 2023-12-14T23:47:11.812Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1870 | 2023-12-14T23:47:11.823Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1871 | 2023-12-14T23:47:11.876Z | Checking linked-hash-map v0.5.6 |
1872 | 2023-12-14T23:47:12.096Z | Checking headers-core v0.2.0 |
1873 | 2023-12-14T23:47:12.285Z | Checking headers v0.3.9 |
1874 | 2023-12-14T23:47:12.358Z | Checking lru-cache v0.1.2 |
1875 | 2023-12-14T23:47:12.495Z | Checking itertools v0.12.0 |
1876 | 2023-12-14T23:47:12.983Z | Checking password-hash v0.5.0 |
1877 | 2023-12-14T23:47:12.983Z | Checking blake2 v0.10.6 |
1878 | 2023-12-14T23:47:12.983Z | Checking swrite v0.1.0 |
1879 | 2023-12-14T23:47:13.029Z | Checking rcgen v0.11.3 |
1880 | 2023-12-14T23:47:13.333Z | Checking atomicwrites v0.4.2 |
1881 | 2023-12-14T23:47:13.487Z | Checking argon2 v0.5.2 |
1882 | 2023-12-14T23:47:13.585Z | Checking subprocess v0.2.9 |
1883 | 2023-12-14T23:47:14.015Z | Checking half v1.8.2 |
1884 | 2023-12-14T23:47:14.099Z | Compiling cancel-safe-futures v0.1.5 |
1885 | 2023-12-14T23:47:14.376Z | Checking arc-swap v1.6.0 |
1886 | 2023-12-14T23:47:14.465Z | Checking ciborium-io v0.2.1 |
1887 | 2023-12-14T23:47:14.622Z | Checking textwrap v0.11.0 |
1888 | 2023-12-14T23:47:14.626Z | Checking ciborium-ll v0.2.1 |
1889 | 2023-12-14T23:47:14.626Z | Compiling heck v0.3.3 |
1890 | 2023-12-14T23:47:14.917Z | Checking vec_map v0.8.2 |
1891 | 2023-12-14T23:47:15.049Z | Checking slog-scope v4.4.0 |
1892 | 2023-12-14T23:47:15.081Z | Compiling libefi-sys v0.1.0 |
1893 | 2023-12-14T23:47:15.264Z | Checking strsim v0.8.0 |
1894 | 2023-12-14T23:47:15.289Z | Checking ansi_term v0.12.1 |
1895 | 2023-12-14T23:47:15.308Z | Checking slog-stdlog v4.1.1 |
1896 | 2023-12-14T23:47:15.521Z | Compiling structopt-derive v0.4.18 |
1897 | 2023-12-14T23:47:15.533Z | Checking ciborium v0.2.1 |
1898 | 2023-12-14T23:47:15.740Z | Checking clap v2.34.0 |
1899 | 2023-12-14T23:47:16.187Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1900 | 2023-12-14T23:47:16.884Z | Checking slog-envlogger v2.2.0 |
1901 | 2023-12-14T23:47:17.116Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1902 | 2023-12-14T23:47:17.191Z | Compiling signal-hook v0.3.17 |
1903 | 2023-12-14T23:47:17.208Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1904 | 2023-12-14T23:47:17.552Z | Checking libsw v3.3.0 |
1905 | 2023-12-14T23:47:17.571Z | Compiling derive-where v1.2.6 |
1906 | 2023-12-14T23:47:17.933Z | Checking owo-colors v3.5.0 |
1907 | 2023-12-14T23:47:18.149Z | Checking linear-map v1.2.0 |
1908 | 2023-12-14T23:47:18.618Z | Checking resolv-conf v0.7.0 |
1909 | 2023-12-14T23:47:19.126Z | Compiling slog-dtrace v0.2.3 |
1910 | 2023-12-14T23:47:19.622Z | Checking trust-dns-resolver v0.22.0 |
1911 | 2023-12-14T23:47:20.220Z | Compiling convert_case v0.4.0 |
1912 | 2023-12-14T23:47:20.428Z | Checking structopt v0.3.26 |
1913 | 2023-12-14T23:47:21.127Z | Checking nibble_vec v0.1.0 |
1914 | 2023-12-14T23:47:21.380Z | Checking endian-type v0.1.2 |
1915 | 2023-12-14T23:47:21.523Z | Checking fxhash v0.2.1 |
1916 | 2023-12-14T23:47:21.661Z | Compiling derive_more v0.99.17 |
1917 | 2023-12-14T23:47:21.679Z | Checking radix_trie v0.2.1 |
1918 | 2023-12-14T23:47:21.759Z | Checking termcolor v1.2.0 |
1919 | 2023-12-14T23:47:22.075Z | Compiling same-file v1.0.6 |
1920 | 2023-12-14T23:47:22.133Z | Checking mockall v0.12.0 |
1921 | 2023-12-14T23:47:22.289Z | Compiling radium v0.7.0 |
1922 | 2023-12-14T23:47:22.348Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1923 | 2023-12-14T23:47:22.773Z | Compiling walkdir v2.4.0 |
1924 | 2023-12-14T23:47:22.776Z | Compiling semver-parser v0.10.2 |
1925 | 2023-12-14T23:47:23.021Z | Checking tap v1.0.1 |
1926 | 2023-12-14T23:47:23.247Z | Compiling maybe-uninit v2.0.0 |
1927 | 2023-12-14T23:47:23.351Z | Checking wyz v0.5.1 |
1928 | 2023-12-14T23:47:23.845Z | Compiling semver v0.11.0 |
1929 | 2023-12-14T23:47:24.076Z | Compiling num-rational v0.4.1 |
1930 | 2023-12-14T23:47:24.755Z | Compiling packed_struct v0.10.1 |
1931 | 2023-12-14T23:47:24.766Z | Checking funty v2.0.0 |
1932 | 2023-12-14T23:47:24.878Z | Compiling home v0.5.5 |
1933 | 2023-12-14T23:47:25.239Z | Compiling num-bigint-dig v0.8.4 |
1934 | 2023-12-14T23:47:25.273Z | Checking crc-catalog v2.2.0 |
1935 | 2023-12-14T23:47:25.421Z | Compiling toolchain_find v0.2.0 |
1936 | 2023-12-14T23:47:25.465Z | Checking crc v3.0.1 |
1937 | 2023-12-14T23:47:26.120Z | Compiling toml v0.5.11 |
1938 | 2023-12-14T23:47:26.332Z | Compiling packed_struct_codegen v0.10.1 |
1939 | 2023-12-14T23:47:26.482Z | Checking bitvec v1.0.1 |
1940 | 2023-12-14T23:47:26.652Z | Checking nodrop v0.1.14 |
1941 | 2023-12-14T23:47:26.797Z | Checking array-init v0.0.4 |
1942 | 2023-12-14T23:47:28.526Z | Compiling omicron-zone-package v0.9.1 |
1943 | 2023-12-14T23:47:29.019Z | Compiling rustfmt-wrapper v0.2.0 |
1944 | 2023-12-14T23:47:29.058Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1945 | 2023-12-14T23:47:29.554Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1946 | 2023-12-14T23:47:30.392Z | Checking smallvec v0.6.14 |
1947 | 2023-12-14T23:47:31.639Z | Checking newline-converter v0.3.0 |
1948 | 2023-12-14T23:47:31.836Z | Checking pkcs1 v0.7.5 |
1949 | 2023-12-14T23:47:32.311Z | Checking signature v2.1.0 |
1950 | 2023-12-14T23:47:32.634Z | Checking num-complex v0.4.4 |
1951 | 2023-12-14T23:47:34.050Z | Checking keccak v0.1.4 |
1952 | 2023-12-14T23:47:34.334Z | Checking bitfield v0.14.0 |
1953 | 2023-12-14T23:47:34.497Z | Checking utf-8 v0.7.6 |
1954 | 2023-12-14T23:47:34.769Z | Checking sha3 v0.10.8 |
1955 | 2023-12-14T23:47:34.781Z | Checking tungstenite v0.20.1 |
1956 | 2023-12-14T23:47:35.191Z | Checking rsa v0.9.2 |
1957 | 2023-12-14T23:47:35.298Z | Checking num v0.4.1 |
1958 | 2023-12-14T23:47:35.324Z | Checking expectorate v1.1.0 |
1959 | 2023-12-14T23:47:35.431Z | Checking serde-hex v0.1.0 |
1960 | 2023-12-14T23:47:35.520Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1961 | 2023-12-14T23:47:35.876Z | Checking env_logger v0.10.0 |
1962 | 2023-12-14T23:47:35.920Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1963 | 2023-12-14T23:47:36.101Z | Checking x509-cert v0.2.4 |
1964 | 2023-12-14T23:47:36.507Z | Checking ron v0.8.1 |
1965 | 2023-12-14T23:47:36.644Z | Checking secrecy v0.8.0 |
1966 | 2023-12-14T23:47:36.942Z | Checking crc-any v2.4.3 |
1967 | 2023-12-14T23:47:37.212Z | Checking tokio-tungstenite v0.20.1 |
1968 | 2023-12-14T23:47:37.321Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1969 | 2023-12-14T23:47:37.524Z | Checking signal-hook-mio v0.2.3 |
1970 | 2023-12-14T23:47:37.711Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1971 | 2023-12-14T23:47:37.823Z | Checking object v0.30.4 |
1972 | 2023-12-14T23:47:37.918Z | Checking path-slash v0.1.5 |
1973 | 2023-12-14T23:47:38.222Z | Compiling buf-list v1.0.3 |
1974 | 2023-12-14T23:47:38.532Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1975 | 2023-12-14T23:47:38.644Z | Checking glob v0.3.1 |
1976 | 2023-12-14T23:47:38.712Z | Compiling parking_lot_core v0.8.6 |
1977 | 2023-12-14T23:47:39.085Z | Checking display-error-chain v0.2.0 |
1978 | 2023-12-14T23:47:39.261Z | Checking trust-dns-client v0.22.0 |
1979 | 2023-12-14T23:47:39.657Z | Checking pretty-hex v0.4.0 |
1980 | 2023-12-14T23:47:39.888Z | Checking parking_lot v0.11.2 |
1981 | 2023-12-14T23:47:39.891Z | Compiling vte_generate_state_changes v0.1.1 |
1982 | 2023-12-14T23:47:40.402Z | Checking sled v0.34.7 |
1983 | 2023-12-14T23:47:40.902Z | Checking arrayvec v0.5.2 |
1984 | 2023-12-14T23:47:41.168Z | Compiling semver v0.1.20 |
1985 | 2023-12-14T23:47:41.217Z | Checking trust-dns-server v0.22.1 |
1986 | 2023-12-14T23:47:42.053Z | Checking vte v0.10.1 |
1987 | 2023-12-14T23:47:42.089Z | Compiling rustc_version v0.1.7 |
1988 | 2023-12-14T23:47:42.285Z | Checking fd-lock v3.0.13 |
1989 | 2023-12-14T23:47:42.579Z | Checking crossterm v0.26.1 |
1990 | 2023-12-14T23:47:42.877Z | Compiling newtype_derive v0.1.6 |
1991 | 2023-12-14T23:47:43.319Z | Checking crossbeam-deque v0.8.3 |
1992 | 2023-12-14T23:47:43.814Z | Compiling unicase v2.7.0 |
1993 | 2023-12-14T23:47:43.931Z | Checking strip-ansi-escapes v0.1.1 |
1994 | 2023-12-14T23:47:44.122Z | Compiling platforms v3.0.2 |
1995 | 2023-12-14T23:47:44.279Z | Checking nu-ansi-term v0.49.0 |
1996 | 2023-12-14T23:47:44.592Z | Compiling rayon-core v1.12.0 |
1997 | 2023-12-14T23:47:45.154Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1998 | 2023-12-14T23:47:45.230Z | Checking reedline v0.22.0 |
1999 | 2023-12-14T23:47:45.450Z | Compiling memoffset v0.7.1 |
2000 | 2023-12-14T23:47:45.705Z | Checking steno v0.4.0 |
2001 | 2023-12-14T23:47:46.123Z | Compiling curve25519-dalek v4.1.1 |
2002 | 2023-12-14T23:47:46.183Z | Checking rayon v1.8.0 |
2003 | 2023-12-14T23:47:47.060Z | Checking globset v0.4.13 |
2004 | 2023-12-14T23:47:47.064Z | Checking olpc-cjson v0.1.3 |
2005 | 2023-12-14T23:47:47.301Z | Checking serde_plain v1.0.2 |
2006 | 2023-12-14T23:47:47.836Z | Compiling async-recursion v1.0.5 |
2007 | 2023-12-14T23:47:47.864Z | Checking typed-path v0.7.0 |
2008 | 2023-12-14T23:47:48.018Z | Compiling mime_guess v2.0.4 |
2009 | 2023-12-14T23:47:48.351Z | Checking universal-hash v0.5.1 |
2010 | 2023-12-14T23:47:48.598Z | Compiling thiserror-impl-no-std v2.0.2 |
2011 | 2023-12-14T23:47:49.078Z | Compiling curve25519-dalek-derive v0.1.0 |
2012 | 2023-12-14T23:47:49.385Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2013 | 2023-12-14T23:47:49.840Z | Compiling salty v0.2.0 |
2014 | 2023-12-14T23:47:50.150Z | Checking opaque-debug v0.3.0 |
2015 | 2023-12-14T23:47:50.271Z | Checking signature v1.6.4 |
2016 | 2023-12-14T23:47:50.436Z | Checking ed25519 v1.5.3 |
2017 | 2023-12-14T23:47:50.687Z | Checking poly1305 v0.8.0 |
2018 | 2023-12-14T23:47:50.796Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2019 | 2023-12-14T23:47:50.811Z | Checking tough v0.16.0 |
2020 | 2023-12-14T23:47:51.676Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2021 | 2023-12-14T23:47:52.115Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2022 | 2023-12-14T23:47:52.501Z | Checking chacha20 v0.9.1 |
2023 | 2023-12-14T23:47:52.566Z | Checking aead v0.5.2 |
2024 | 2023-12-14T23:47:52.739Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2025 | 2023-12-14T23:47:53.021Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2026 | 2023-12-14T23:47:53.039Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2027 | 2023-12-14T23:47:53.165Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2028 | 2023-12-14T23:47:53.955Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2029 | 2023-12-14T23:47:54.465Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2030 | 2023-12-14T23:47:54.719Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2031 | 2023-12-14T23:47:56.550Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2032 | 2023-12-14T23:47:56.671Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2033 | 2023-12-14T23:47:57.647Z | Checking thiserror-no-std v2.0.2 |
2034 | 2023-12-14T23:47:57.811Z | Checking serde-big-array v0.5.1 |
2035 | 2023-12-14T23:48:01.463Z | Checking kstat-rs v0.2.3 |
2036 | 2023-12-14T23:48:01.697Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2037 | 2023-12-14T23:48:01.698Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2038 | 2023-12-14T23:48:01.698Z | Checking bytecount v0.6.3 |
2039 | 2023-12-14T23:48:01.801Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2040 | 2023-12-14T23:48:01.801Z | Checking papergrid v0.10.0 |
2041 | 2023-12-14T23:48:01.801Z | Checking vsss-rs v3.3.2 |
2042 | 2023-12-14T23:48:02.069Z | Checking chacha20poly1305 v0.10.1 |
2043 | 2023-12-14T23:48:03.099Z | Checking signal-hook-tokio v0.3.1 |
2044 | 2023-12-14T23:48:03.164Z | Compiling tabled_derive v0.6.0 |
2045 | 2023-12-14T23:48:03.340Z | Checking nix v0.26.4 |
2046 | 2023-12-14T23:48:03.872Z | Checking serde-big-array v0.4.1 |
2047 | 2023-12-14T23:48:03.873Z | Compiling sqlparser_derive v0.1.1 |
2048 | 2023-12-14T23:48:05.318Z | Checking unicode_categories v0.1.1 |
2049 | 2023-12-14T23:48:05.779Z | Checking sqlformat v0.2.3 |
2050 | 2023-12-14T23:48:06.378Z | Checking sqlparser v0.36.1 |
2051 | 2023-12-14T23:48:06.468Z | Checking rustyline v12.0.0 |
2052 | 2023-12-14T23:48:07.308Z | Checking tabled v0.14.0 |
2053 | 2023-12-14T23:48:08.090Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2054 | 2023-12-14T23:48:09.093Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2055 | 2023-12-14T23:48:09.641Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2056 | 2023-12-14T23:48:10.614Z | Checking bcs v0.1.6 |
2057 | 2023-12-14T23:48:11.323Z | Checking highway v1.1.0 |
2058 | 2023-12-14T23:48:11.463Z | Checking corncobs v0.1.3 |
2059 | 2023-12-14T23:48:11.722Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2060 | 2023-12-14T23:48:11.932Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2061 | 2023-12-14T23:48:12.318Z | Compiling portable-atomic v1.4.3 |
2062 | 2023-12-14T23:48:13.024Z | Compiling crunchy v0.2.2 |
2063 | 2023-12-14T23:48:13.546Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2064 | 2023-12-14T23:48:13.762Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2065 | 2023-12-14T23:48:13.921Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2066 | 2023-12-14T23:48:16.193Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2067 | 2023-12-14T23:48:16.441Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2068 | 2023-12-14T23:48:17.497Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2069 | 2023-12-14T23:48:17.789Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2070 | 2023-12-14T23:48:18.107Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2071 | 2023-12-14T23:48:18.870Z | Checking http-range v0.1.5 |
2072 | 2023-12-14T23:48:19.090Z | Checking hyper-staticfile v0.9.5 |
2073 | 2023-12-14T23:48:19.710Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2074 | 2023-12-14T23:48:19.732Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2075 | 2023-12-14T23:48:20.719Z | Compiling clang-sys v1.6.1 |
2076 | 2023-12-14T23:48:20.801Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2077 | 2023-12-14T23:48:21.794Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2078 | 2023-12-14T23:48:21.812Z | Checking assert_matches v1.5.0 |
2079 | 2023-12-14T23:48:21.934Z | Compiling prettyplease v0.2.12 |
2080 | 2023-12-14T23:48:22.340Z | Compiling tiny-keccak v2.0.2 |
2081 | 2023-12-14T23:48:25.181Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2082 | 2023-12-14T23:48:25.508Z | Compiling darling_core v0.14.4 |
2083 | 2023-12-14T23:48:26.238Z | Checking number_prefix v0.4.0 |
2084 | 2023-12-14T23:48:26.501Z | Checking humantime v2.1.0 |
2085 | 2023-12-14T23:48:26.937Z | Checking indicatif v0.17.7 |
2086 | 2023-12-14T23:48:27.006Z | Compiling ascii-canvas v3.0.0 |
2087 | 2023-12-14T23:48:28.251Z | Compiling ena v0.14.2 |
2088 | 2023-12-14T23:48:28.848Z | Compiling libloading v0.7.4 |
2089 | 2023-12-14T23:48:28.936Z | Compiling diff v0.1.13 |
2090 | 2023-12-14T23:48:29.457Z | Compiling regex-syntax v0.6.29 |
2091 | 2023-12-14T23:48:30.010Z | Compiling bindgen v0.65.1 |
2092 | 2023-12-14T23:48:39.057Z | Compiling darling_macro v0.14.4 |
2093 | 2023-12-14T23:48:39.057Z | Compiling darling v0.14.4 |
2094 | 2023-12-14T23:48:39.057Z | Compiling lalrpop v0.19.12 |
2095 | 2023-12-14T23:48:39.057Z | Compiling cexpr v0.6.0 |
2096 | 2023-12-14T23:48:39.179Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2097 | 2023-12-14T23:48:39.393Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2098 | 2023-12-14T23:48:39.468Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2099 | 2023-12-14T23:48:40.442Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2100 | 2023-12-14T23:48:40.689Z | Compiling which v4.4.0 |
2101 | 2023-12-14T23:48:41.653Z | Compiling rustc-hash v1.1.0 |
2102 | 2023-12-14T23:48:41.725Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2103 | 2023-12-14T23:48:42.017Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2104 | 2023-12-14T23:48:48.248Z | Compiling peeking_take_while v0.1.2 |
2105 | 2023-12-14T23:48:48.328Z | Compiling lazycell v1.3.0 |
2106 | 2023-12-14T23:48:48.328Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2107 | 2023-12-14T23:48:48.328Z | Compiling shlex v1.1.0 |
2108 | 2023-12-14T23:48:48.328Z | Compiling ref-cast v1.0.20 |
2109 | 2023-12-14T23:48:48.328Z | Checking maplit v1.0.2 |
2110 | 2023-12-14T23:48:48.328Z | Compiling derive_builder_core v0.12.0 |
2111 | 2023-12-14T23:48:48.328Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2112 | 2023-12-14T23:48:48.328Z | Compiling ref-cast-impl v1.0.20 |
2113 | 2023-12-14T23:48:49.137Z | Compiling libxml v0.3.3 |
2114 | 2023-12-14T23:48:49.712Z | Compiling derive_builder_macro v0.12.0 |
2115 | 2023-12-14T23:48:49.731Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2116 | 2023-12-14T23:48:49.737Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2117 | 2023-12-14T23:48:50.733Z | Compiling strum_macros v0.24.3 |
2118 | 2023-12-14T23:48:50.965Z | Compiling fs-err v2.11.0 |
2119 | 2023-12-14T23:48:51.405Z | Compiling cookie v0.18.0 |
2120 | 2023-12-14T23:48:51.829Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2121 | 2023-12-14T23:48:52.283Z | Compiling indoc v1.0.9 |
2122 | 2023-12-14T23:48:53.115Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2123 | 2023-12-14T23:48:53.565Z | Checking derive_builder v0.12.0 |
2124 | 2023-12-14T23:48:53.944Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2125 | 2023-12-14T23:48:56.307Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2126 | 2023-12-14T23:48:56.565Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2127 | 2023-12-14T23:48:56.783Z | Checking bb8 v0.8.1 |
2128 | 2023-12-14T23:48:56.977Z | Checking quick-xml v0.23.1 |
2129 | 2023-12-14T23:48:57.433Z | Compiling impl-trait-for-tuples v0.2.2 |
2130 | 2023-12-14T23:48:57.529Z | Compiling oso-derive v0.27.0 |
2131 | 2023-12-14T23:48:57.692Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2132 | 2023-12-14T23:48:58.684Z | Checking smawk v0.3.1 |
2133 | 2023-12-14T23:48:58.877Z | Checking unicode-linebreak v0.1.5 |
2134 | 2023-12-14T23:48:58.888Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2135 | 2023-12-14T23:48:59.533Z | Checking textwrap v0.16.0 |
2136 | 2023-12-14T23:48:59.788Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2137 | 2023-12-14T23:48:59.923Z | Checking bytesize v1.3.0 |
2138 | 2023-12-14T23:48:59.964Z | Checking is_ci v1.1.1 |
2139 | 2023-12-14T23:49:00.102Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2140 | 2023-12-14T23:49:00.137Z | Checking supports-color v2.1.0 |
2141 | 2023-12-14T23:49:00.245Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2142 | 2023-12-14T23:49:00.409Z | Checking crossterm v0.27.0 |
2143 | 2023-12-14T23:49:00.814Z | Checking cassowary v0.3.0 |
2144 | 2023-12-14T23:49:01.417Z | Compiling indoc v2.0.3 |
2145 | 2023-12-14T23:49:02.372Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2146 | 2023-12-14T23:49:02.700Z | Checking rtoolbox v0.0.1 |
2147 | 2023-12-14T23:49:03.229Z | Checking rpassword v7.3.1 |
2148 | 2023-12-14T23:49:03.231Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2149 | 2023-12-14T23:49:03.231Z | Checking ratatui v0.23.0 |
2150 | 2023-12-14T23:49:04.481Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2151 | 2023-12-14T23:49:04.924Z | Checking shell-words v1.1.0 |
2152 | 2023-12-14T23:49:05.207Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2153 | 2023-12-14T23:49:06.120Z | Checking fatfs v0.3.6 |
2154 | 2023-12-14T23:49:07.060Z | Checking tui-tree-widget v0.13.0 |
2155 | 2023-12-14T23:49:07.494Z | Checking yansi v0.5.1 |
2156 | 2023-12-14T23:49:07.728Z | Compiling target-lexicon v0.12.12 |
2157 | 2023-12-14T23:49:07.759Z | Compiling guppy-workspace-hack v0.1.0 |
2158 | 2023-12-14T23:49:07.900Z | Checking pretty_assertions v1.4.0 |
2159 | 2023-12-14T23:49:08.168Z | Checking plotters-backend v0.3.5 |
2160 | 2023-12-14T23:49:08.213Z | Checking rand v0.4.6 |
2161 | 2023-12-14T23:49:08.740Z | Checking plotters-svg v0.3.5 |
2162 | 2023-12-14T23:49:09.054Z | Checking remove_dir_all v0.5.3 |
2163 | 2023-12-14T23:49:09.183Z | Checking cast v0.3.0 |
2164 | 2023-12-14T23:49:09.678Z | Compiling target-spec v3.0.1 |
2165 | 2023-12-14T23:49:09.697Z | Checking tempdir v0.3.7 |
2166 | 2023-12-14T23:49:09.913Z | Checking criterion-plot v0.5.0 |
2167 | 2023-12-14T23:49:09.986Z | Checking cfg-expr v0.15.5 |
2168 | 2023-12-14T23:49:10.529Z | Checking plotters v0.3.5 |
2169 | 2023-12-14T23:49:10.812Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2170 | 2023-12-14T23:49:11.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2171 | 2023-12-14T23:49:12.101Z | Checking tinytemplate v1.2.1 |
2172 | 2023-12-14T23:49:12.695Z | Checking cargo-platform v0.1.3 |
2173 | 2023-12-14T23:49:13.137Z | Checking anes v0.1.6 |
2174 | 2023-12-14T23:49:13.372Z | Checking oorandom v11.1.3 |
2175 | 2023-12-14T23:49:13.585Z | Checking cargo_metadata v0.18.1 |
2176 | 2023-12-14T23:49:13.685Z | Checking criterion v0.5.1 |
2177 | 2023-12-14T23:49:16.676Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2178 | 2023-12-14T23:49:16.768Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2179 | 2023-12-14T23:49:17.493Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2180 | 2023-12-14T23:49:18.273Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2181 | 2023-12-14T23:49:18.422Z | Checking assert_cmd v2.0.12 |
2182 | 2023-12-14T23:49:19.039Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2183 | 2023-12-14T23:49:21.421Z | Checking pathdiff v0.2.1 |
2184 | 2023-12-14T23:49:21.623Z | Checking nested v0.1.1 |
2185 | 2023-12-14T23:49:22.330Z | Checking guppy v0.17.4 |
2186 | 2023-12-14T23:49:25.341Z | Checking threadpool v1.8.1 |
2187 | 2023-12-14T23:49:25.610Z | Checking nanorand v0.7.0 |
2188 | 2023-12-14T23:49:26.162Z | Checking topological-sort v0.2.2 |
2189 | 2023-12-14T23:49:26.453Z | Checking flume v0.11.0 |
2190 | 2023-12-14T23:49:26.561Z | Checking libtest-mimic v0.6.1 |
2191 | 2023-12-14T23:49:27.194Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2192 | 2023-12-14T23:49:27.253Z | Checking httptest v0.15.5 |
2193 | 2023-12-14T23:49:27.543Z | Checking similar-asserts v1.5.0 |
2194 | 2023-12-14T23:49:27.851Z | Compiling rstest_macros v0.18.2 |
2195 | 2023-12-14T23:49:28.369Z | Compiling crossbeam-queue v0.3.8 |
2196 | 2023-12-14T23:49:28.764Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2197 | 2023-12-14T23:49:29.135Z | Checking datatest-stable v0.2.3 |
2198 | 2023-12-14T23:49:29.460Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2199 | 2023-12-14T23:49:30.559Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2200 | 2023-12-14T23:49:30.729Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2201 | 2023-12-14T23:49:34.470Z | Compiling trybuild v1.0.85 |
2202 | 2023-12-14T23:49:34.626Z | Compiling relative-path v1.9.0 |
2203 | 2023-12-14T23:49:34.626Z | Checking arrayref v0.3.7 |
2204 | 2023-12-14T23:49:34.626Z | Checking arrayvec v0.7.4 |
2205 | 2023-12-14T23:49:34.626Z | Checking constant_time_eq v0.2.6 |
2206 | 2023-12-14T23:49:34.626Z | Checking blake2b_simd v1.0.1 |
2207 | 2023-12-14T23:49:34.632Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2208 | 2023-12-14T23:49:34.632Z | Checking basic-toml v0.1.4 |
2209 | 2023-12-14T23:49:35.300Z | Checking constant_time_eq v0.3.0 |
2210 | 2023-12-14T23:49:35.464Z | Checking futures-timer v3.0.2 |
2211 | 2023-12-14T23:49:35.911Z | Checking rust-argon2 v1.0.1 |
2212 | 2023-12-14T23:49:38.661Z | Checking crossbeam v0.8.2 |
2213 | 2023-12-14T23:49:39.089Z | Checking partial-io v0.5.4 |
2214 | 2023-12-14T23:49:39.633Z | Checking approx v0.5.1 |
2215 | 2023-12-14T23:49:39.951Z | Checking termios v0.3.3 |
2216 | 2023-12-14T23:49:40.479Z | Checking hex-literal v0.4.1 |
2217 | 2023-12-14T23:49:50.197Z | Checking rstest v0.18.2 |
2218 | 2023-12-14T23:49:51.686Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2219 | 2023-12-14T23:49:54.598Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2220 | 2023-12-14T23:50:59.495Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2221 | 2023-12-14T23:51:00.870Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2222 | 2023-12-14T23:51:06.303Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2223 | 2023-12-14T23:51:16.549Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2224 | 2023-12-14T23:51:41.200Z | Compiling polar-core v0.27.0 |
2225 | 2023-12-14T23:51:51.940Z | Checking oso v0.27.0 |
2226 | 2023-12-14T23:52:28.169Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2227 | 2023-12-14T23:53:49.275Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 56s |
2228 | 2023-12-14T23:53:49.479Z | |
2229 | 2023-12-14T23:53:49.479Z | real 10:55.061882761 |
2230 | 2023-12-14T23:53:49.479Z | user 59:32.113377139 |
2231 | 2023-12-14T23:53:49.486Z | sys 7:43.291601377 |
2232 | 2023-12-14T23:53:49.486Z | trap 2.127736119 |
2233 | 2023-12-14T23:53:49.486Z | tflt 4.873682337 |
2234 | 2023-12-14T23:53:49.486Z | dflt 6.365144992 |
2235 | 2023-12-14T23:53:49.486Z | kflt 0.022479420 |
2236 | 2023-12-14T23:53:49.486Z | lock 1:33:55.127245062 |
2237 | 2023-12-14T23:53:49.486Z | slp 2:56:46.279140113 |
2238 | 2023-12-14T23:53:49.486Z | lat 2:07.842451975 |
2239 | 2023-12-14T23:53:49.487Z | stop 4:26.385744833 |
2240 | 2023-12-14T23:53:50.650Z | warning: output filename collision. |
2241 | 2023-12-14T23:53:50.650Z | 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)`. |
2242 | 2023-12-14T23:53:50.650Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2243 | 2023-12-14T23:53:50.650Z | The targets should have unique names. |
2244 | 2023-12-14T23:53:50.650Z | This is a known bug where multiple crates with the same name use |
2245 | 2023-12-14T23:53:50.650Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2246 | 2023-12-14T23:53:50.659Z | warning: output filename collision. |
2247 | 2023-12-14T23:53:50.659Z | 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)`. |
2248 | 2023-12-14T23:53:50.659Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2249 | 2023-12-14T23:53:50.659Z | The targets should have unique names. |
2250 | 2023-12-14T23:53:50.659Z | This is a known bug where multiple crates with the same name use |
2251 | 2023-12-14T23:53:50.659Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2252 | 2023-12-14T23:53:50.659Z | warning: output filename collision. |
2253 | 2023-12-14T23:53:50.659Z | 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)`. |
2254 | 2023-12-14T23:53:50.659Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2255 | 2023-12-14T23:53:50.659Z | The targets should have unique names. |
2256 | 2023-12-14T23:53:50.659Z | This is a known bug where multiple crates with the same name use |
2257 | 2023-12-14T23:53:50.659Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2258 | 2023-12-14T23:53:50.659Z | warning: output filename collision. |
2259 | 2023-12-14T23:53:50.659Z | 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)`. |
2260 | 2023-12-14T23:53:50.660Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2261 | 2023-12-14T23:53:50.660Z | The targets should have unique names. |
2262 | 2023-12-14T23:53:50.660Z | This is a known bug where multiple crates with the same name use |
2263 | 2023-12-14T23:53:50.660Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2264 | 2023-12-14T23:53:51.277Z | Documenting libc v0.2.151 |
2265 | 2023-12-14T23:53:51.298Z | Documenting cfg-if v1.0.0 |
2266 | 2023-12-14T23:53:51.298Z | Documenting serde_derive v1.0.193 |
2267 | 2023-12-14T23:53:51.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2268 | 2023-12-14T23:53:51.320Z | Documenting scopeguard v1.2.0 |
2269 | 2023-12-14T23:53:51.320Z | Documenting log v0.4.20 |
2270 | 2023-12-14T23:53:51.343Z | Documenting memchr v2.6.3 |
2271 | 2023-12-14T23:53:51.361Z | Documenting itoa v1.0.9 |
2272 | 2023-12-14T23:53:51.743Z | Documenting smallvec v1.11.2 |
2273 | 2023-12-14T23:53:55.159Z | Documenting zeroize_derive v1.4.2 |
2274 | 2023-12-14T23:53:55.295Z | Documenting lock_api v0.4.10 |
2275 | 2023-12-14T23:53:55.441Z | Documenting pin-project-lite v0.2.13 |
2276 | 2023-12-14T23:53:56.612Z | Documenting libm v0.2.7 |
2277 | 2023-12-14T23:53:57.454Z | Documenting futures-core v0.3.29 |
2278 | 2023-12-14T23:53:57.621Z | Documenting getrandom v0.2.10 |
2279 | 2023-12-14T23:53:58.304Z | Documenting parking_lot_core v0.9.8 |
2280 | 2023-12-14T23:53:59.650Z | Documenting signal-hook-registry v1.4.1 |
2281 | 2023-12-14T23:53:59.740Z | Documenting mio v0.8.9 |
2282 | 2023-12-14T23:54:00.920Z | Documenting serde v1.0.193 |
2283 | 2023-12-14T23:54:01.139Z | Documenting num-traits v0.2.16 |
2284 | 2023-12-14T23:54:02.802Z | Documenting zeroize v1.7.0 |
2285 | 2023-12-14T23:54:02.986Z | Documenting thiserror-impl v1.0.49 |
2286 | 2023-12-14T23:54:03.175Z | Documenting rand_core v0.6.4 |
2287 | 2023-12-14T23:54:03.831Z | Documenting parking_lot v0.12.1 |
2288 | 2023-12-14T23:54:05.769Z | Documenting socket2 v0.5.5 |
2289 | 2023-12-14T23:54:05.778Z | Documenting num_cpus v1.16.0 |
2290 | 2023-12-14T23:54:08.230Z | Documenting typenum v1.16.0 |
2291 | 2023-12-14T23:54:08.493Z | Documenting tokio-macros v2.2.0 |
2292 | 2023-12-14T23:54:08.621Z | Documenting once_cell v1.19.0 |
2293 | 2023-12-14T23:54:09.685Z | Documenting subtle v2.5.0 |
2294 | 2023-12-14T23:54:09.934Z | Documenting thiserror v1.0.49 |
2295 | 2023-12-14T23:54:11.244Z | Documenting ryu v1.0.15 |
2296 | 2023-12-14T23:54:11.663Z | Documenting byteorder v1.5.0 |
2297 | 2023-12-14T23:54:14.544Z | Documenting futures-sink v0.3.29 |
2298 | 2023-12-14T23:54:14.975Z | Documenting const-oid v0.9.5 |
2299 | 2023-12-14T23:54:15.062Z | Documenting pin-utils v0.1.0 |
2300 | 2023-12-14T23:54:15.233Z | Documenting futures-task v0.3.29 |
2301 | 2023-12-14T23:54:15.751Z | Documenting slab v0.4.9 |
2302 | 2023-12-14T23:54:17.810Z | Documenting futures-macro v0.3.29 |
2303 | 2023-12-14T23:54:19.866Z | Documenting futures-channel v0.3.29 |
2304 | 2023-12-14T23:54:20.689Z | Documenting futures-io v0.3.29 |
2305 | 2023-12-14T23:54:21.724Z | Documenting iana-time-zone v0.1.57 |
2306 | 2023-12-14T23:54:23.202Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2307 | 2023-12-14T23:54:24.077Z | Documenting tinyvec_macros v0.1.1 |
2308 | 2023-12-14T23:54:24.401Z | Documenting ppv-lite86 v0.2.17 |
2309 | 2023-12-14T23:54:25.105Z | Documenting fnv v1.0.7 |
2310 | 2023-12-14T23:54:25.996Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2023-12-14T23:54:26.484Z | Documenting futures-util v0.3.29 |
2312 | 2023-12-14T23:54:27.851Z | Documenting tracing-core v0.1.31 |
2313 | 2023-12-14T23:54:28.476Z | Documenting tinyvec v1.6.0 |
2314 | 2023-12-14T23:54:29.972Z | Documenting rand_chacha v0.3.1 |
2315 | 2023-12-14T23:54:30.848Z | Documenting tracing-attributes v0.1.26 |
2316 | 2023-12-14T23:54:34.279Z | Documenting unicode-normalization v0.1.22 |
2317 | 2023-12-14T23:54:35.655Z | Documenting bytes v1.5.0 |
2318 | 2023-12-14T23:54:36.541Z | Documenting bitflags v2.4.0 |
2319 | 2023-12-14T23:54:39.505Z | Documenting serde_json v1.0.108 |
2320 | 2023-12-14T23:54:40.659Z | Documenting chrono v0.4.31 |
2321 | 2023-12-14T23:54:40.740Z | Documenting uuid v1.6.1 |
2322 | 2023-12-14T23:54:41.669Z | Documenting rand v0.8.5 |
2323 | 2023-12-14T23:54:42.872Z | Documenting base64 v0.21.5 |
2324 | 2023-12-14T23:54:43.271Z | Documenting tokio v1.35.0 |
2325 | 2023-12-14T23:54:47.300Z | Documenting spin v0.9.8 |
2326 | 2023-12-14T23:54:48.007Z | Documenting lazy_static v1.4.0 |
2327 | 2023-12-14T23:54:48.767Z | Documenting unicode-bidi v0.3.13 |
2328 | 2023-12-14T23:54:49.762Z | Documenting http v0.2.11 |
2329 | 2023-12-14T23:54:49.848Z | Documenting percent-encoding v2.3.1 |
2330 | 2023-12-14T23:54:51.803Z | Documenting cpufeatures v0.2.9 |
2331 | 2023-12-14T23:54:51.970Z | Documenting serde_derive_internals v0.26.0 |
2332 | 2023-12-14T23:54:52.131Z | Documenting generic-array v0.14.7 |
2333 | 2023-12-14T23:54:55.035Z | Checking serde_derive_internals v0.26.0 |
2334 | 2023-12-14T23:54:55.792Z | Documenting form_urlencoded v1.2.1 |
2335 | 2023-12-14T23:54:55.968Z | Documenting dyn-clone v1.0.13 |
2336 | 2023-12-14T23:54:56.003Z | Documenting errno v0.3.2 |
2337 | 2023-12-14T23:54:57.502Z | Documenting tracing v0.1.37 |
2338 | 2023-12-14T23:54:58.280Z | Documenting idna v0.5.0 |
2339 | 2023-12-14T23:54:58.493Z | Documenting crypto-common v0.1.6 |
2340 | 2023-12-14T23:54:59.761Z | Documenting block-buffer v0.10.4 |
2341 | 2023-12-14T23:54:59.946Z | Documenting schemars_derive v0.8.13 |
2342 | 2023-12-14T23:55:00.416Z | Documenting httparse v1.8.0 |
2343 | 2023-12-14T23:55:01.672Z | Documenting rustix v0.38.25 |
2344 | 2023-12-14T23:55:01.782Z | Documenting adler v1.0.2 |
2345 | 2023-12-14T23:55:04.310Z | Documenting url v2.5.0 |
2346 | 2023-12-14T23:55:05.265Z | Documenting unicode-ident v1.0.12 |
2347 | 2023-12-14T23:55:05.773Z | Documenting miniz_oxide v0.7.1 |
2348 | 2023-12-14T23:55:06.163Z | Documenting digest v0.10.7 |
2349 | 2023-12-14T23:55:06.678Z | Documenting unicode-width v0.1.11 |
2350 | 2023-12-14T23:55:08.859Z | Documenting schemars v0.8.13 |
2351 | 2023-12-14T23:55:09.254Z | Documenting proc-macro2 v1.0.69 |
2352 | 2023-12-14T23:55:10.571Z | Documenting base64ct v1.6.0 |
2353 | 2023-12-14T23:55:10.712Z | Documenting openssl-probe v0.1.5 |
2354 | 2023-12-14T23:55:10.871Z | Documenting httpdate v1.0.3 |
2355 | 2023-12-14T23:55:11.401Z | Documenting untrusted v0.9.0 |
2356 | 2023-12-14T23:55:15.758Z | Documenting quote v1.0.33 |
2357 | 2023-12-14T23:55:15.837Z | Documenting try-lock v0.2.4 |
2358 | 2023-12-14T23:55:15.916Z | Documenting ring v0.17.7 |
2359 | 2023-12-14T23:55:16.465Z | Documenting http-body v0.4.5 |
2360 | 2023-12-14T23:55:16.573Z | Documenting openssl-sys v0.9.96 |
2361 | 2023-12-14T23:55:17.135Z | Documenting async-trait v0.1.74 |
2362 | 2023-12-14T23:55:17.640Z | Documenting openssl-macros v0.1.1 |
2363 | 2023-12-14T23:55:20.083Z | Documenting want v0.3.1 |
2364 | 2023-12-14T23:55:21.626Z | Documenting tower-service v0.3.2 |
2365 | 2023-12-14T23:55:22.798Z | Documenting mime v0.3.17 |
2366 | 2023-12-14T23:55:23.987Z | Documenting rustls-webpki v0.101.7 |
2367 | 2023-12-14T23:55:24.178Z | Documenting pem-rfc7468 v0.7.0 |
2368 | 2023-12-14T23:55:24.208Z | Documenting aho-corasick v1.0.4 |
2369 | 2023-12-14T23:55:25.641Z | Documenting sct v0.7.0 |
2370 | 2023-12-14T23:55:25.845Z | Documenting openssl v0.10.60 |
2371 | 2023-12-14T23:55:26.474Z | Documenting tokio-util v0.7.10 |
2372 | 2023-12-14T23:55:27.675Z | Documenting slog v2.7.0 |
2373 | 2023-12-14T23:55:29.257Z | Documenting der_derive v0.7.2 |
2374 | 2023-12-14T23:55:30.464Z | Documenting utf8parse v0.2.1 |
2375 | 2023-12-14T23:55:30.826Z | Documenting hashbrown v0.14.2 |
2376 | 2023-12-14T23:55:31.219Z | Documenting flagset v0.4.3 |
2377 | 2023-12-14T23:55:31.548Z | Documenting equivalent v1.0.1 |
2378 | 2023-12-14T23:55:33.621Z | Documenting ipnet v2.8.0 |
2379 | 2023-12-14T23:55:34.536Z | Documenting regex-syntax v0.8.2 |
2380 | 2023-12-14T23:55:34.938Z | Documenting h2 v0.3.21 |
2381 | 2023-12-14T23:55:35.319Z | Documenting rustls v0.21.9 |
2382 | 2023-12-14T23:55:35.516Z | Documenting rustls-pemfile v1.0.3 |
2383 | 2023-12-14T23:55:36.956Z | Documenting der v0.7.8 |
2384 | 2023-12-14T23:55:37.198Z | Documenting indexmap v2.1.0 |
2385 | 2023-12-14T23:55:38.369Z | Documenting num-integer v0.1.45 |
2386 | 2023-12-14T23:55:39.901Z | Documenting time-macros v0.2.13 |
2387 | 2023-12-14T23:55:40.958Z | Documenting time-core v0.1.1 |
2388 | 2023-12-14T23:55:44.264Z | Documenting deranged v0.3.8 |
2389 | 2023-12-14T23:55:44.342Z | Documenting gimli v0.28.0 |
2390 | 2023-12-14T23:55:44.497Z | Documenting num_threads v0.1.6 |
2391 | 2023-12-14T23:55:44.794Z | Documenting regex-automata v0.4.3 |
2392 | 2023-12-14T23:55:45.187Z | Documenting spki v0.7.2 |
2393 | 2023-12-14T23:55:47.017Z | Documenting native-tls v0.2.11 |
2394 | 2023-12-14T23:55:47.960Z | Documenting tokio-rustls v0.24.1 |
2395 | 2023-12-14T23:55:49.617Z | Documenting hyper v0.14.27 |
2396 | 2023-12-14T23:55:49.870Z | Documenting object v0.32.1 |
2397 | 2023-12-14T23:55:50.554Z | Documenting time v0.3.27 |
2398 | 2023-12-14T23:55:51.785Z | Documenting crossbeam-utils v0.8.16 |
2399 | 2023-12-14T23:55:53.808Z | Documenting addr2line v0.21.0 |
2400 | 2023-12-14T23:55:54.347Z | Documenting encoding_rs v0.8.33 |
2401 | 2023-12-14T23:55:57.167Z | Checking pest_meta v2.7.2 |
2402 | 2023-12-14T23:55:57.499Z | Documenting regex v1.10.2 |
2403 | 2023-12-14T23:55:57.943Z | Documenting rustc-demangle v0.1.23 |
2404 | 2023-12-14T23:55:58.538Z | Documenting tokio-native-tls v0.3.1 |
2405 | 2023-12-14T23:55:58.757Z | Documenting rustls-native-certs v0.6.3 |
2406 | 2023-12-14T23:55:59.295Z | Documenting serde_urlencoded v0.7.1 |
2407 | 2023-12-14T23:56:01.344Z | Documenting pest_meta v2.7.2 |
2408 | 2023-12-14T23:56:02.085Z | Checking pest_generator v2.7.2 |
2409 | 2023-12-14T23:56:03.301Z | Documenting pkcs8 v0.10.2 |
2410 | 2023-12-14T23:56:04.345Z | Documenting data-encoding v2.4.0 |
2411 | 2023-12-14T23:56:05.554Z | Documenting ucd-trie v0.1.6 |
2412 | 2023-12-14T23:56:05.774Z | Documenting anstyle v1.0.2 |
2413 | 2023-12-14T23:56:06.590Z | Documenting webpki-roots v0.25.2 |
2414 | 2023-12-14T23:56:07.247Z | Documenting pest_generator v2.7.2 |
2415 | 2023-12-14T23:56:08.373Z | Documenting hyper-rustls v0.24.2 |
2416 | 2023-12-14T23:56:08.724Z | Documenting backtrace v0.3.69 |
2417 | 2023-12-14T23:56:10.337Z | Documenting hyper-tls v0.5.0 |
2418 | 2023-12-14T23:56:10.775Z | Documenting anstyle-parse v0.2.1 |
2419 | 2023-12-14T23:56:23.425Z | Documenting syn v2.0.32 |
2420 | 2023-12-14T23:56:24.162Z | Documenting pest v2.7.2 |
2421 | 2023-12-14T23:56:24.162Z | Documenting ipnetwork v0.20.0 |
2422 | 2023-12-14T23:56:24.371Z | Documenting pest_derive v2.7.2 |
2423 | 2023-12-14T23:56:24.508Z | Documenting sha2 v0.10.8 |
2424 | 2023-12-14T23:56:24.578Z | Documenting anyhow v1.0.75 |
2425 | 2023-12-14T23:56:24.578Z | Documenting futures-executor v0.3.29 |
2426 | 2023-12-14T23:56:24.578Z | Documenting hex v0.4.3 |
2427 | 2023-12-14T23:56:24.578Z | Documenting reqwest v0.11.22 |
2428 | 2023-12-14T23:56:24.579Z | Documenting crc32fast v1.3.2 |
2429 | 2023-12-14T23:56:24.579Z | Checking serde_tokenstream v0.1.7 |
2430 | 2023-12-14T23:56:24.579Z | Documenting anstyle-query v1.0.0 |
2431 | 2023-12-14T23:56:24.579Z | Documenting colorchoice v1.0.0 |
2432 | 2023-12-14T23:56:24.838Z | Documenting dtrace-parser v0.1.14 |
2433 | 2023-12-14T23:56:25.429Z | Documenting num-iter v0.1.43 |
2434 | 2023-12-14T23:56:25.599Z | Documenting openapiv3 v2.0.0 |
2435 | 2023-12-14T23:56:25.930Z | Documenting hmac v0.12.1 |
2436 | 2023-12-14T23:56:26.640Z | Documenting dof v0.1.5 |
2437 | 2023-12-14T23:56:27.096Z | Documenting anstream v0.5.0 |
2438 | 2023-12-14T23:56:30.351Z | Documenting thread-id v4.2.0 |
2439 | 2023-12-14T23:56:31.484Z | Documenting terminal_size v0.2.6 |
2440 | 2023-12-14T23:56:32.642Z | Documenting memoffset v0.9.0 |
2441 | 2023-12-14T23:56:32.919Z | Documenting clap_lex v0.5.1 |
2442 | 2023-12-14T23:56:32.964Z | Documenting strsim v0.10.0 |
2443 | 2023-12-14T23:56:35.308Z | Documenting flate2 v1.0.28 |
2444 | 2023-12-14T23:56:35.796Z | Documenting futures v0.3.29 |
2445 | 2023-12-14T23:56:35.977Z | Documenting usdt-impl v0.3.5 |
2446 | 2023-12-14T23:56:36.670Z | Documenting crossbeam-epoch v0.9.15 |
2447 | 2023-12-14T23:56:37.626Z | Documenting usdt-attr-macro v0.3.5 |
2448 | 2023-12-14T23:56:38.964Z | Documenting usdt-macro v0.3.5 |
2449 | 2023-12-14T23:56:39.170Z | Documenting clap_builder v4.4.2 |
2450 | 2023-12-14T23:56:39.982Z | Documenting clap_derive v4.4.2 |
2451 | 2023-12-14T23:56:42.708Z | Documenting unicode-segmentation v1.10.1 |
2452 | 2023-12-14T23:56:42.711Z | Documenting managed v0.8.0 |
2453 | 2023-12-14T23:56:44.124Z | Documenting block-padding v0.3.3 |
2454 | 2023-12-14T23:56:45.084Z | Documenting scheduled-thread-pool v0.2.7 |
2455 | 2023-12-14T23:56:46.338Z | Documenting usdt v0.3.5 |
2456 | 2023-12-14T23:56:47.393Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2457 | 2023-12-14T23:56:47.764Z | Documenting enum-as-inner v0.5.1 |
2458 | 2023-12-14T23:56:47.767Z | Checking diesel_table_macro_syntax v0.1.0 |
2459 | 2023-12-14T23:56:47.810Z | Documenting diesel_table_macro_syntax v0.1.0 |
2460 | 2023-12-14T23:56:47.997Z | Documenting pin-project-internal v1.1.3 |
2461 | 2023-12-14T23:56:48.011Z | Documenting clap v4.4.3 |
2462 | 2023-12-14T23:56:50.454Z | Documenting either v1.9.0 |
2463 | 2023-12-14T23:56:50.863Z | Documenting r2d2 v0.8.10 |
2464 | 2023-12-14T23:56:53.011Z | Documenting bzip2 v0.4.4 |
2465 | 2023-12-14T23:56:53.904Z | Documenting inout v0.1.3 |
2466 | 2023-12-14T23:56:54.348Z | Documenting diesel_derives v2.1.2 |
2467 | 2023-12-14T23:56:54.756Z | Documenting trust-dns-proto v0.22.0 |
2468 | 2023-12-14T23:56:55.018Z | Documenting pin-project v1.1.3 |
2469 | 2023-12-14T23:56:55.064Z | Documenting md-5 v0.10.5 |
2470 | 2023-12-14T23:56:56.438Z | Documenting stringprep v0.1.3 |
2471 | 2023-12-14T23:56:56.853Z | Documenting toml_datetime v0.6.5 |
2472 | 2023-12-14T23:56:58.706Z | Documenting serde_spanned v0.6.4 |
2473 | 2023-12-14T23:56:59.148Z | Documenting zerocopy v0.7.26 |
2474 | 2023-12-14T23:56:59.908Z | Documenting ff v0.13.0 |
2475 | 2023-12-14T23:57:02.040Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2476 | 2023-12-14T23:57:02.137Z | Documenting doc-comment v0.3.3 |
2477 | 2023-12-14T23:57:02.622Z | Documenting snafu-derive v0.7.5 |
2478 | 2023-12-14T23:57:04.433Z | Documenting bit-vec v0.6.3 |
2479 | 2023-12-14T23:57:04.812Z | Documenting winnow v0.5.15 |
2480 | 2023-12-14T23:57:05.532Z | Documenting base16ct v0.2.0 |
2481 | 2023-12-14T23:57:06.163Z | Documenting fallible-iterator v0.2.0 |
2482 | 2023-12-14T23:57:07.747Z | Documenting siphasher v0.3.11 |
2483 | 2023-12-14T23:57:08.403Z | Documenting static_assertions v1.1.0 |
2484 | 2023-12-14T23:57:09.911Z | Documenting sec1 v0.7.3 |
2485 | 2023-12-14T23:57:10.323Z | Documenting diesel v2.1.4 |
2486 | 2023-12-14T23:57:10.444Z | Documenting group v0.13.0 |
2487 | 2023-12-14T23:57:12.086Z | Documenting phf_shared v0.11.2 |
2488 | 2023-12-14T23:57:12.266Z | Documenting toml_edit v0.21.0 |
2489 | 2023-12-14T23:57:13.016Z | Documenting cipher v0.4.4 |
2490 | 2023-12-14T23:57:13.756Z | Documenting postgres-protocol v0.6.6 |
2491 | 2023-12-14T23:57:13.838Z | Documenting snafu v0.7.5 |
2492 | 2023-12-14T23:57:17.277Z | Documenting zip v0.6.6 |
2493 | 2023-12-14T23:57:17.641Z | Documenting hkdf v0.12.3 |
2494 | 2023-12-14T23:57:18.650Z | Documenting num-bigint v0.4.4 |
2495 | 2023-12-14T23:57:20.470Z | Documenting crypto-bigint v0.5.2 |
2496 | 2023-12-14T23:57:20.631Z | Documenting hubpack v0.1.2 |
2497 | 2023-12-14T23:57:22.825Z | Documenting regress v0.7.1 |
2498 | 2023-12-14T23:57:23.042Z | Documenting bstr v1.6.0 |
2499 | 2023-12-14T23:57:23.473Z | Documenting serde_repr v0.1.16 |
2500 | 2023-12-14T23:57:25.279Z | Documenting minimal-lexical v0.2.1 |
2501 | 2023-12-14T23:57:27.303Z | Documenting fixedbitset v0.4.2 |
2502 | 2023-12-14T23:57:29.210Z | Documenting lalrpop-util v0.19.12 |
2503 | 2023-12-14T23:57:30.167Z | Documenting precomputed-hash v0.1.1 |
2504 | 2023-12-14T23:57:30.664Z | Documenting new_debug_unreachable v1.0.4 |
2505 | 2023-12-14T23:57:30.924Z | Documenting nom v7.1.3 |
2506 | 2023-12-14T23:57:31.778Z | Documenting elliptic-curve v0.13.8 |
2507 | 2023-12-14T23:57:32.266Z | Documenting petgraph v0.6.4 |
2508 | 2023-12-14T23:57:32.288Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2509 | 2023-12-14T23:57:34.903Z | Documenting yasna v0.5.2 |
2510 | 2023-12-14T23:57:35.752Z | Documenting postgres-types v0.2.6 |
2511 | 2023-12-14T23:57:35.914Z | Documenting string_cache v0.8.7 |
2512 | 2023-12-14T23:57:38.614Z | Documenting phf v0.11.2 |
2513 | 2023-12-14T23:57:42.513Z | Documenting console v0.15.7 |
2514 | 2023-12-14T23:57:42.599Z | Documenting semver v1.0.20 |
2515 | 2023-12-14T23:57:43.083Z | Documenting float-cmp v0.9.0 |
2516 | 2023-12-14T23:57:43.165Z | Documenting difflib v0.4.0 |
2517 | 2023-12-14T23:57:44.234Z | Documenting whoami v1.4.1 |
2518 | 2023-12-14T23:57:44.779Z | Checking unsafe-libyaml v0.2.9 |
2519 | 2023-12-14T23:57:46.543Z | Documenting heck v0.4.1 |
2520 | 2023-12-14T23:57:46.791Z | Documenting predicates-core v1.0.6 |
2521 | 2023-12-14T23:57:48.360Z | Documenting normalize-line-endings v0.3.0 |
2522 | 2023-12-14T23:57:48.701Z | Documenting bit-set v0.5.3 |
2523 | 2023-12-14T23:57:48.911Z | Documenting ahash v0.8.6 |
2524 | 2023-12-14T23:57:48.994Z | Documenting similar v2.3.0 |
2525 | 2023-12-14T23:57:49.884Z | Documenting tokio-postgres v0.7.10 |
2526 | 2023-12-14T23:57:50.079Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2527 | 2023-12-14T23:57:52.393Z | Documenting tokio-stream v0.1.14 |
2528 | 2023-12-14T23:57:52.694Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2529 | 2023-12-14T23:57:53.802Z | Documenting predicates v3.0.4 |
2530 | 2023-12-14T23:57:54.781Z | Checking ident_case v1.0.1 |
2531 | 2023-12-14T23:57:54.990Z | Documenting unsafe-libyaml v0.2.9 |
2532 | 2023-12-14T23:57:55.459Z | Checking serde_yaml v0.9.25 |
2533 | 2023-12-14T23:57:55.661Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2534 | 2023-12-14T23:57:58.520Z | Documenting getopts v0.2.21 |
2535 | 2023-12-14T23:58:00.055Z | Documenting match_cfg v0.1.0 |
2536 | 2023-12-14T23:58:00.242Z | Documenting sha1 v0.10.6 |
2537 | 2023-12-14T23:58:00.620Z | Documenting serde_yaml v0.9.25 |
2538 | 2023-12-14T23:58:01.356Z | Documenting dirs-sys-next v0.1.2 |
2539 | 2023-12-14T23:58:02.413Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2540 | 2023-12-14T23:58:03.827Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2541 | 2023-12-14T23:58:04.239Z | Documenting hostname v0.3.1 |
2542 | 2023-12-14T23:58:04.639Z | Documenting thread_local v1.1.7 |
2543 | 2023-12-14T23:58:06.987Z | Documenting dirs-next v2.0.0 |
2544 | 2023-12-14T23:58:07.502Z | Documenting paste v1.0.14 |
2545 | 2023-12-14T23:58:07.625Z | Documenting crossbeam-channel v0.5.8 |
2546 | 2023-12-14T23:58:07.810Z | Documenting atty v0.2.14 |
2547 | 2023-12-14T23:58:08.995Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2548 | 2023-12-14T23:58:09.843Z | Documenting take_mut v0.2.2 |
2549 | 2023-12-14T23:58:10.758Z | Documenting slog-json v2.6.1 |
2550 | 2023-12-14T23:58:12.468Z | Documenting camino v1.1.6 |
2551 | 2023-12-14T23:58:12.649Z | Documenting term v0.7.0 |
2552 | 2023-12-14T23:58:13.637Z | Documenting async-stream-impl v0.3.5 |
2553 | 2023-12-14T23:58:13.677Z | Documenting atomic-waker v1.1.1 |
2554 | 2023-12-14T23:58:13.860Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2555 | 2023-12-14T23:58:15.392Z | Documenting slog-async v2.8.0 |
2556 | 2023-12-14T23:58:17.953Z | Documenting debug-ignore v1.0.5 |
2557 | 2023-12-14T23:58:17.981Z | Documenting waitgroup v0.1.2 |
2558 | 2023-12-14T23:58:18.523Z | Documenting slog-term v2.9.0 |
2559 | 2023-12-14T23:58:19.330Z | Documenting slog-bunyan v2.4.0 |
2560 | 2023-12-14T23:58:20.227Z | Checking darling_core v0.20.3 |
2561 | 2023-12-14T23:58:20.403Z | Documenting async-stream v0.3.5 |
2562 | 2023-12-14T23:58:21.524Z | Documenting toml v0.8.8 |
2563 | 2023-12-14T23:58:21.685Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2564 | 2023-12-14T23:58:23.074Z | Documenting multer v2.1.0 |
2565 | 2023-12-14T23:58:23.357Z | Documenting serde_path_to_error v0.1.14 |
2566 | 2023-12-14T23:58:24.851Z | Documenting strum v0.25.0 |
2567 | 2023-12-14T23:58:25.392Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2568 | 2023-12-14T23:58:26.261Z | Checking darling v0.20.3 |
2569 | 2023-12-14T23:58:26.265Z | Documenting serde_with_macros v3.4.0 |
2570 | 2023-12-14T23:58:26.265Z | Documenting structmeta-derive v0.2.0 |
2571 | 2023-12-14T23:58:28.604Z | Checking structmeta v0.2.0 |
2572 | 2023-12-14T23:58:29.029Z | Documenting instant v0.1.12 |
2573 | 2023-12-14T23:58:29.457Z | Checking regex-syntax v0.7.5 |
2574 | 2023-12-14T23:58:29.582Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2575 | 2023-12-14T23:58:30.131Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2576 | 2023-12-14T23:58:30.275Z | Documenting macaddr v1.0.1 |
2577 | 2023-12-14T23:58:33.573Z | Documenting structmeta v0.2.0 |
2578 | 2023-12-14T23:58:33.982Z | Documenting serde_with v3.4.0 |
2579 | 2023-12-14T23:58:34.370Z | Documenting backoff v0.4.0 |
2580 | 2023-12-14T23:58:35.091Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2581 | 2023-12-14T23:58:36.229Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2582 | 2023-12-14T23:58:36.357Z | Documenting fastrand v2.0.0 |
2583 | 2023-12-14T23:58:39.905Z | Documenting parse-display-derive v0.8.2 |
2584 | 2023-12-14T23:58:40.333Z | Documenting proc-macro-error-attr v1.0.4 |
2585 | 2023-12-14T23:58:41.007Z | Checking proc-macro-error v1.0.4 |
2586 | 2023-12-14T23:58:41.438Z | Documenting is-terminal v0.4.9 |
2587 | 2023-12-14T23:58:41.615Z | Documenting proc-macro-crate v1.3.1 |
2588 | 2023-12-14T23:58:42.463Z | Checking proc-macro-crate v1.3.1 |
2589 | 2023-12-14T23:58:42.637Z | Documenting tempfile v3.8.1 |
2590 | 2023-12-14T23:58:42.794Z | Documenting hash32 v0.2.1 |
2591 | 2023-12-14T23:58:45.074Z | Documenting stable_deref_trait v1.2.0 |
2592 | 2023-12-14T23:58:45.842Z | Documenting proc-macro-error v1.0.4 |
2593 | 2023-12-14T23:58:48.439Z | Documenting num_enum_derive v0.5.11 |
2594 | 2023-12-14T23:58:48.443Z | Documenting cobs v0.2.3 |
2595 | 2023-12-14T23:58:48.517Z | Documenting parse-display v0.8.2 |
2596 | 2023-12-14T23:58:48.812Z | Documenting embedded-io v0.4.0 |
2597 | 2023-12-14T23:58:49.078Z | Documenting camino-tempfile v1.1.1 |
2598 | 2023-12-14T23:58:49.147Z | Documenting heapless v0.7.16 |
2599 | 2023-12-14T23:58:52.210Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2600 | 2023-12-14T23:58:52.387Z | Documenting foreign-types-macros v0.2.3 |
2601 | 2023-12-14T23:58:52.402Z | Documenting foreign-types-shared v0.3.1 |
2602 | 2023-12-14T23:58:53.361Z | Documenting postcard v1.0.8 |
2603 | 2023-12-14T23:58:54.511Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2604 | 2023-12-14T23:58:55.618Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2605 | 2023-12-14T23:58:56.347Z | Documenting num_enum v0.5.11 |
2606 | 2023-12-14T23:58:56.591Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2023-12-14T23:58:56.685Z | Documenting smoltcp v0.10.0 |
2608 | 2023-12-14T23:58:56.991Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2609 | 2023-12-14T23:58:58.523Z | Documenting crucible-workspace-hack v0.1.0 |
2610 | 2023-12-14T23:58:59.265Z | Documenting foreign-types v0.5.0 |
2611 | 2023-12-14T23:58:59.993Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2612 | 2023-12-14T23:59:00.420Z | Documenting cstr-argument v0.1.2 |
2613 | 2023-12-14T23:59:01.772Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2614 | 2023-12-14T23:59:03.045Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2615 | 2023-12-14T23:59:03.884Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2616 | 2023-12-14T23:59:05.120Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2617 | 2023-12-14T23:59:05.261Z | Documenting colored v2.0.4 |
2618 | 2023-12-14T23:59:05.524Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2619 | 2023-12-14T23:59:05.974Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2620 | 2023-12-14T23:59:06.728Z | Documenting zone_cfg_derive v0.3.0 |
2621 | 2023-12-14T23:59:08.101Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2622 | 2023-12-14T23:59:09.433Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2623 | 2023-12-14T23:59:10.730Z | Documenting num-derive v0.4.0 |
2624 | 2023-12-14T23:59:12.191Z | Documenting smf v0.2.2 |
2625 | 2023-12-14T23:59:12.470Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2626 | 2023-12-14T23:59:14.189Z | Documenting zone v0.3.0 |
2627 | 2023-12-14T23:59:14.316Z | Documenting linked-hash-map v0.5.6 |
2628 | 2023-12-14T23:59:14.358Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2629 | 2023-12-14T23:59:14.821Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2630 | 2023-12-14T23:59:15.571Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2631 | 2023-12-14T23:59:17.685Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2632 | 2023-12-14T23:59:18.049Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2633 | 2023-12-14T23:59:18.606Z | Documenting password-hash v0.5.0 |
2634 | 2023-12-14T23:59:20.636Z | Documenting lru-cache v0.1.2 |
2635 | 2023-12-14T23:59:21.485Z | Documenting blake2 v0.10.6 |
2636 | 2023-12-14T23:59:22.460Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2637 | 2023-12-14T23:59:22.935Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2638 | 2023-12-14T23:59:23.376Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2639 | 2023-12-14T23:59:23.600Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2640 | 2023-12-14T23:59:24.249Z | Checking heck v0.3.3 |
2641 | 2023-12-14T23:59:24.432Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2642 | 2023-12-14T23:59:24.509Z | Documenting structopt-derive v0.4.18 |
2643 | 2023-12-14T23:59:24.593Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2644 | 2023-12-14T23:59:24.930Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2645 | 2023-12-14T23:59:26.388Z | Documenting libefi-sys v0.1.0 |
2646 | 2023-12-14T23:59:28.986Z | Documenting argon2 v0.5.2 |
2647 | 2023-12-14T23:59:29.409Z | Documenting quick-error v1.2.3 |
2648 | 2023-12-14T23:59:32.008Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2649 | 2023-12-14T23:59:32.183Z | Documenting structopt v0.3.26 |
2650 | 2023-12-14T23:59:32.611Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2023-12-14T23:59:33.992Z | Documenting itertools v0.12.0 |
2652 | 2023-12-14T23:59:34.720Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2653 | 2023-12-14T23:59:34.890Z | Documenting resolv-conf v0.7.0 |
2654 | 2023-12-14T23:59:36.505Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2655 | 2023-12-14T23:59:38.551Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2656 | 2023-12-14T23:59:39.522Z | Documenting nibble_vec v0.1.0 |
2657 | 2023-12-14T23:59:39.980Z | Documenting endian-type v0.1.2 |
2658 | 2023-12-14T23:59:40.769Z | Documenting trust-dns-resolver v0.22.0 |
2659 | 2023-12-14T23:59:43.465Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2660 | 2023-12-14T23:59:44.344Z | Documenting cancel-safe-futures v0.1.5 |
2661 | 2023-12-14T23:59:45.093Z | Documenting convert_case v0.4.0 |
2662 | 2023-12-14T23:59:45.555Z | Checking convert_case v0.4.0 |
2663 | 2023-12-14T23:59:45.807Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2664 | 2023-12-14T23:59:45.845Z | Documenting swrite v0.1.0 |
2665 | 2023-12-14T23:59:46.081Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2023-12-14T23:59:46.238Z | Documenting radix_trie v0.2.1 |
2667 | 2023-12-14T23:59:46.560Z | Documenting tap v1.0.1 |
2668 | 2023-12-14T23:59:50.498Z | Documenting derive_more v0.99.17 |
2669 | 2023-12-14T23:59:50.789Z | Documenting arc-swap v1.6.0 |
2670 | 2023-12-14T23:59:51.287Z | Documenting wyz v0.5.1 |
2671 | 2023-12-14T23:59:51.899Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2672 | 2023-12-14T23:59:52.313Z | Documenting num-rational v0.4.1 |
2673 | 2023-12-14T23:59:53.887Z | Documenting radium v0.7.0 |
2674 | 2023-12-14T23:59:54.253Z | Documenting libsw v3.3.0 |
2675 | 2023-12-14T23:59:55.862Z | Documenting num-complex v0.4.4 |
2676 | 2023-12-14T23:59:56.655Z | Documenting slog-scope v4.4.0 |
2677 | 2023-12-14T23:59:58.188Z | Documenting derive-where v1.2.6 |
2678 | 2023-12-14T23:59:58.554Z | Documenting half v1.8.2 |
2679 | 2023-12-14T23:59:58.960Z | Documenting ciborium-io v0.2.1 |
2680 | 2023-12-15T00:00:01.467Z | Documenting linear-map v1.2.0 |
2681 | 2023-12-15T00:00:02.188Z | Documenting crc-catalog v2.2.0 |
2682 | 2023-12-15T00:00:02.253Z | Documenting funty v2.0.0 |
2683 | 2023-12-15T00:00:02.992Z | Documenting owo-colors v3.5.0 |
2684 | 2023-12-15T00:00:03.372Z | Documenting num v0.4.1 |
2685 | 2023-12-15T00:00:04.340Z | Documenting ciborium-ll v0.2.1 |
2686 | 2023-12-15T00:00:06.493Z | Documenting crc v3.0.1 |
2687 | 2023-12-15T00:00:07.026Z | Documenting bitvec v1.0.1 |
2688 | 2023-12-15T00:00:07.742Z | Documenting slog-stdlog v4.1.1 |
2689 | 2023-12-15T00:00:08.080Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2690 | 2023-12-15T00:00:09.375Z | Documenting slog-dtrace v0.2.3 |
2691 | 2023-12-15T00:00:10.370Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2692 | 2023-12-15T00:00:10.562Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2693 | 2023-12-15T00:00:10.956Z | Documenting xattr v1.0.1 |
2694 | 2023-12-15T00:00:11.994Z | Documenting filetime v0.2.23 |
2695 | 2023-12-15T00:00:13.736Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2696 | 2023-12-15T00:00:15.900Z | Documenting packed_struct_codegen v0.10.1 |
2697 | 2023-12-15T00:00:16.927Z | Documenting keccak v0.1.4 |
2698 | 2023-12-15T00:00:17.744Z | Documenting nodrop v0.1.14 |
2699 | 2023-12-15T00:00:19.387Z | Documenting tar v0.4.40 |
2700 | 2023-12-15T00:00:19.814Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2701 | 2023-12-15T00:00:20.986Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2702 | 2023-12-15T00:00:21.151Z | Documenting sha3 v0.10.8 |
2703 | 2023-12-15T00:00:22.024Z | Documenting array-init v0.0.4 |
2704 | 2023-12-15T00:00:23.892Z | Documenting packed_struct v0.10.1 |
2705 | 2023-12-15T00:00:25.262Z | Documenting slog-envlogger v2.2.0 |
2706 | 2023-12-15T00:00:25.485Z | Documenting ciborium v0.2.1 |
2707 | 2023-12-15T00:00:25.754Z | Documenting num-bigint-dig v0.8.4 |
2708 | 2023-12-15T00:00:26.623Z | Documenting pkcs1 v0.7.5 |
2709 | 2023-12-15T00:00:28.840Z | Documenting signature v2.1.0 |
2710 | 2023-12-15T00:00:31.944Z | Documenting fxhash v0.2.1 |
2711 | 2023-12-15T00:00:33.221Z | Documenting secrecy v0.8.0 |
2712 | 2023-12-15T00:00:33.618Z | Documenting bitfield v0.14.0 |
2713 | 2023-12-15T00:00:35.383Z | Documenting utf-8 v0.7.6 |
2714 | 2023-12-15T00:00:36.140Z | Documenting termcolor v1.2.0 |
2715 | 2023-12-15T00:00:36.953Z | Documenting rsa v0.9.2 |
2716 | 2023-12-15T00:00:37.543Z | Documenting serde-hex v0.1.0 |
2717 | 2023-12-15T00:00:37.922Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2718 | 2023-12-15T00:00:39.421Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2719 | 2023-12-15T00:00:41.031Z | Documenting tungstenite v0.20.1 |
2720 | 2023-12-15T00:00:42.680Z | Documenting env_logger v0.10.0 |
2721 | 2023-12-15T00:00:46.262Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2722 | 2023-12-15T00:00:48.308Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2723 | 2023-12-15T00:00:49.327Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2724 | 2023-12-15T00:00:50.338Z | Documenting newtype_derive v0.1.6 |
2725 | 2023-12-15T00:00:50.398Z | Documenting signal-hook v0.3.17 |
2726 | 2023-12-15T00:00:51.088Z | Documenting x509-cert v0.2.4 |
2727 | 2023-12-15T00:00:51.492Z | Documenting pem v3.0.2 |
2728 | 2023-12-15T00:00:52.345Z | Documenting ron v0.8.1 |
2729 | 2023-12-15T00:00:55.986Z | Documenting vte_generate_state_changes v0.1.1 |
2730 | 2023-12-15T00:00:56.693Z | Documenting crc-any v2.4.3 |
2731 | 2023-12-15T00:00:57.156Z | Documenting arrayvec v0.5.2 |
2732 | 2023-12-15T00:00:58.825Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2733 | 2023-12-15T00:00:59.669Z | Documenting steno v0.4.0 |
2734 | 2023-12-15T00:01:01.377Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2735 | 2023-12-15T00:01:01.934Z | Documenting tokio-tungstenite v0.20.1 |
2736 | 2023-12-15T00:01:01.948Z | Documenting vte v0.10.1 |
2737 | 2023-12-15T00:01:05.402Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2738 | 2023-12-15T00:01:05.664Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2739 | 2023-12-15T00:01:06.519Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2740 | 2023-12-15T00:01:12.266Z | Documenting fd-lock v3.0.13 |
2741 | 2023-12-15T00:01:12.807Z | Documenting display-error-chain v0.2.0 |
2742 | 2023-12-15T00:01:15.226Z | Documenting same-file v1.0.6 |
2743 | 2023-12-15T00:01:15.266Z | Documenting glob v0.3.1 |
2744 | 2023-12-15T00:01:16.928Z | Documenting path-slash v0.1.5 |
2745 | 2023-12-15T00:01:18.437Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2746 | 2023-12-15T00:01:18.751Z | Documenting strip-ansi-escapes v0.1.1 |
2747 | 2023-12-15T00:01:21.479Z | Documenting walkdir v2.4.0 |
2748 | 2023-12-15T00:01:21.820Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2749 | 2023-12-15T00:01:22.494Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2750 | 2023-12-15T00:01:24.611Z | Documenting buf-list v1.0.3 |
2751 | 2023-12-15T00:01:24.625Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2752 | 2023-12-15T00:01:27.836Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2753 | 2023-12-15T00:01:31.115Z | Checking darling_core v0.14.4 |
2754 | 2023-12-15T00:01:31.674Z | Documenting nu-ansi-term v0.49.0 |
2755 | 2023-12-15T00:01:34.022Z | Checking darling v0.14.4 |
2756 | 2023-12-15T00:01:34.665Z | Documenting trust-dns-client v0.22.0 |
2757 | 2023-12-15T00:01:36.895Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2758 | 2023-12-15T00:01:37.607Z | Documenting reedline v0.22.0 |
2759 | 2023-12-15T00:01:37.650Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2760 | 2023-12-15T00:01:38.061Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2761 | 2023-12-15T00:01:39.886Z | Documenting bytecount v0.6.3 |
2762 | 2023-12-15T00:01:44.243Z | Documenting papergrid v0.10.0 |
2763 | 2023-12-15T00:01:48.245Z | Documenting trust-dns-server v0.22.1 |
2764 | 2023-12-15T00:01:48.564Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2765 | 2023-12-15T00:01:48.576Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2766 | 2023-12-15T00:01:50.749Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2767 | 2023-12-15T00:01:52.674Z | Documenting sled v0.34.7 |
2768 | 2023-12-15T00:01:52.884Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2769 | 2023-12-15T00:01:53.928Z | Documenting unicase v2.7.0 |
2770 | 2023-12-15T00:01:54.060Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2771 | 2023-12-15T00:01:54.489Z | Documenting tabled_derive v0.6.0 |
2772 | 2023-12-15T00:01:57.003Z | Documenting globset v0.4.13 |
2773 | 2023-12-15T00:01:57.178Z | Documenting crossbeam-deque v0.8.3 |
2774 | 2023-12-15T00:01:57.400Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2775 | 2023-12-15T00:01:58.241Z | Documenting headers-core v0.2.0 |
2776 | 2023-12-15T00:01:58.687Z | Documenting olpc-cjson v0.1.3 |
2777 | 2023-12-15T00:02:01.124Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2778 | 2023-12-15T00:02:01.239Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2779 | 2023-12-15T00:02:01.252Z | Documenting serde_plain v1.0.2 |
2780 | 2023-12-15T00:02:01.965Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2781 | 2023-12-15T00:02:02.656Z | Documenting nix v0.26.4 |
2782 | 2023-12-15T00:02:02.906Z | Documenting sqlparser_derive v0.1.1 |
2783 | 2023-12-15T00:02:04.926Z | Documenting async-recursion v1.0.5 |
2784 | 2023-12-15T00:02:05.344Z | Documenting home v0.5.5 |
2785 | 2023-12-15T00:02:05.443Z | Documenting typed-path v0.7.0 |
2786 | 2023-12-15T00:02:07.016Z | Documenting unicode_categories v0.1.1 |
2787 | 2023-12-15T00:02:07.304Z | Documenting pretty-hex v0.4.0 |
2788 | 2023-12-15T00:02:09.770Z | Documenting sqlparser v0.36.1 |
2789 | 2023-12-15T00:02:09.874Z | Documenting headers v0.3.9 |
2790 | 2023-12-15T00:02:11.004Z | Documenting rustyline v12.0.0 |
2791 | 2023-12-15T00:02:11.374Z | Documenting rayon-core v1.12.0 |
2792 | 2023-12-15T00:02:11.820Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2793 | 2023-12-15T00:02:12.761Z | Documenting sqlformat v0.2.3 |
2794 | 2023-12-15T00:02:13.556Z | Documenting tough v0.16.0 |
2795 | 2023-12-15T00:02:17.598Z | Documenting tabled v0.14.0 |
2796 | 2023-12-15T00:02:18.936Z | Documenting mime_guess v2.0.4 |
2797 | 2023-12-15T00:02:20.042Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2798 | 2023-12-15T00:02:21.296Z | Checking derive_builder_core v0.12.0 |
2799 | 2023-12-15T00:02:22.726Z | Documenting derive_builder_core v0.12.0 |
2800 | 2023-12-15T00:02:25.771Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2801 | 2023-12-15T00:02:25.924Z | Documenting signal-hook-mio v0.2.3 |
2802 | 2023-12-15T00:02:27.431Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2803 | 2023-12-15T00:02:28.408Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2804 | 2023-12-15T00:02:28.817Z | Documenting universal-hash v0.5.1 |
2805 | 2023-12-15T00:02:30.813Z | Documenting bcs v0.1.6 |
2806 | 2023-12-15T00:02:31.400Z | Documenting kstat-rs v0.2.3 |
2807 | 2023-12-15T00:02:31.922Z | Documenting thiserror-impl-no-std v2.0.2 |
2808 | 2023-12-15T00:02:32.091Z | Documenting curve25519-dalek-derive v0.1.0 |
2809 | 2023-12-15T00:02:32.847Z | Documenting highway v1.1.0 |
2810 | 2023-12-15T00:02:36.961Z | Documenting opaque-debug v0.3.0 |
2811 | 2023-12-15T00:02:37.935Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2023-12-15T00:02:38.071Z | Documenting crossterm v0.27.0 |
2813 | 2023-12-15T00:02:38.714Z | Documenting curve25519-dalek v4.1.1 |
2814 | 2023-12-15T00:02:39.029Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2815 | 2023-12-15T00:02:39.567Z | Documenting derive_builder_macro v0.12.0 |
2816 | 2023-12-15T00:02:39.581Z | Documenting thiserror-no-std v2.0.2 |
2817 | 2023-12-15T00:02:41.108Z | Documenting poly1305 v0.8.0 |
2818 | 2023-12-15T00:02:43.768Z | Documenting rayon v1.8.0 |
2819 | 2023-12-15T00:02:46.491Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2820 | 2023-12-15T00:02:47.079Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2821 | 2023-12-15T00:02:47.125Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2822 | 2023-12-15T00:02:48.688Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2823 | 2023-12-15T00:02:55.347Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2824 | 2023-12-15T00:03:06.643Z | Documenting portable-atomic v1.4.3 |
2825 | 2023-12-15T00:03:08.071Z | Documenting ed25519 v1.5.3 |
2826 | 2023-12-15T00:03:12.041Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2827 | 2023-12-15T00:03:12.244Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2828 | 2023-12-15T00:03:12.267Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2829 | 2023-12-15T00:03:14.932Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2830 | 2023-12-15T00:03:15.992Z | Documenting chacha20 v0.9.1 |
2831 | 2023-12-15T00:03:16.090Z | Documenting aead v0.5.2 |
2832 | 2023-12-15T00:03:16.608Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2833 | 2023-12-15T00:03:18.868Z | Documenting ref-cast-impl v1.0.20 |
2834 | 2023-12-15T00:03:19.877Z | Documenting number_prefix v0.4.0 |
2835 | 2023-12-15T00:03:23.539Z | Documenting cassowary v0.3.0 |
2836 | 2023-12-15T00:03:25.468Z | Documenting chacha20poly1305 v0.10.1 |
2837 | 2023-12-15T00:03:25.629Z | Documenting indicatif v0.17.7 |
2838 | 2023-12-15T00:03:26.608Z | Documenting ref-cast v1.0.20 |
2839 | 2023-12-15T00:03:29.702Z | Documenting ratatui v0.23.0 |
2840 | 2023-12-15T00:03:30.807Z | Documenting salty v0.2.0 |
2841 | 2023-12-15T00:03:31.990Z | Documenting vsss-rs v3.3.2 |
2842 | 2023-12-15T00:03:33.045Z | Documenting derive_builder v0.12.0 |
2843 | 2023-12-15T00:03:37.558Z | Documenting fs-err v2.11.0 |
2844 | 2023-12-15T00:03:39.278Z | Documenting polar-core v0.27.0 |
2845 | 2023-12-15T00:03:40.680Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2846 | 2023-12-15T00:03:40.718Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2847 | 2023-12-15T00:03:43.363Z | Documenting libxml v0.3.3 |
2848 | 2023-12-15T00:03:43.960Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2849 | 2023-12-15T00:03:44.043Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2850 | 2023-12-15T00:03:45.086Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2851 | 2023-12-15T00:03:47.163Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2852 | 2023-12-15T00:03:51.122Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2853 | 2023-12-15T00:03:51.550Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2854 | 2023-12-15T00:03:52.528Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2855 | 2023-12-15T00:03:53.228Z | Documenting bb8 v0.8.1 |
2856 | 2023-12-15T00:03:53.306Z | Documenting serde-big-array v0.5.1 |
2857 | 2023-12-15T00:03:59.814Z | Documenting quick-xml v0.23.1 |
2858 | 2023-12-15T00:04:01.255Z | Documenting bytesize v1.3.0 |
2859 | 2023-12-15T00:04:01.603Z | Documenting rtoolbox v0.0.1 |
2860 | 2023-12-15T00:04:03.621Z | Documenting impl-trait-for-tuples v0.2.2 |
2861 | 2023-12-15T00:04:06.843Z | Documenting oso-derive v0.27.0 |
2862 | 2023-12-15T00:04:07.486Z | Documenting unicode-linebreak v0.1.5 |
2863 | 2023-12-15T00:04:08.008Z | Documenting smawk v0.3.1 |
2864 | 2023-12-15T00:04:11.958Z | Documenting humantime v2.1.0 |
2865 | 2023-12-15T00:04:12.454Z | Documenting http-range v0.1.5 |
2866 | 2023-12-15T00:04:12.945Z | Documenting maplit v1.0.2 |
2867 | 2023-12-15T00:04:13.286Z | Documenting is_ci v1.1.1 |
2868 | 2023-12-15T00:04:14.141Z | Documenting textwrap v0.16.0 |
2869 | 2023-12-15T00:04:16.558Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2870 | 2023-12-15T00:04:17.643Z | Documenting rpassword v7.3.1 |
2871 | 2023-12-15T00:04:17.937Z | Documenting hyper-staticfile v0.9.5 |
2872 | 2023-12-15T00:04:18.552Z | Documenting oso v0.27.0 |
2873 | 2023-12-15T00:04:19.039Z | Documenting supports-color v2.1.0 |
2874 | 2023-12-15T00:04:19.059Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2875 | 2023-12-15T00:04:19.317Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2876 | 2023-12-15T00:04:23.604Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2877 | 2023-12-15T00:04:26.092Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2878 | 2023-12-15T00:04:26.697Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2879 | 2023-12-15T00:04:28.184Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2880 | 2023-12-15T00:04:34.191Z | Documenting tui-tree-widget v0.13.0 |
2881 | 2023-12-15T00:04:35.977Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2882 | 2023-12-15T00:04:38.156Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2883 | 2023-12-15T00:04:40.693Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2884 | 2023-12-15T00:04:42.581Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2885 | 2023-12-15T00:04:43.226Z | Documenting cookie v0.18.0 |
2886 | 2023-12-15T00:04:46.178Z | Documenting rcgen v0.11.3 |
2887 | 2023-12-15T00:04:49.098Z | Documenting signal-hook-tokio v0.3.1 |
2888 | 2023-12-15T00:04:49.881Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2889 | 2023-12-15T00:04:50.470Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2890 | 2023-12-15T00:04:51.556Z | Documenting atomicwrites v0.4.2 |
2891 | 2023-12-15T00:04:54.799Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2892 | 2023-12-15T00:04:56.260Z | Documenting subprocess v0.2.9 |
2893 | 2023-12-15T00:04:56.403Z | Documenting corncobs v0.1.3 |
2894 | 2023-12-15T00:04:58.267Z | Documenting shell-words v1.1.0 |
2895 | 2023-12-15T00:05:00.907Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2896 | 2023-12-15T00:05:01.898Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2897 | 2023-12-15T00:05:02.413Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2898 | 2023-12-15T00:05:03.005Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2899 | 2023-12-15T00:05:03.781Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2900 | 2023-12-15T00:05:04.573Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2901 | 2023-12-15T00:05:05.032Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2902 | 2023-12-15T00:05:06.520Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2023-12-15T00:05:08.023Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2904 | 2023-12-15T00:05:10.729Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2905 | 2023-12-15T00:05:33.442Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2906 | 2023-12-15T00:05:34.288Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2907 | 2023-12-15T00:05:40.762Z | Documenting fatfs v0.3.6 |
2908 | 2023-12-15T00:05:41.916Z | Documenting nanorand v0.7.0 |
2909 | 2023-12-15T00:05:46.377Z | Documenting assert_matches v1.5.0 |
2910 | 2023-12-15T00:05:48.204Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2911 | 2023-12-15T00:05:48.314Z | Documenting flume v0.11.0 |
2912 | 2023-12-15T00:06:01.247Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2913 | 2023-12-15T00:06:02.661Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2914 | 2023-12-15T00:06:02.661Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2915 | 2023-12-15T00:06:02.661Z | Documenting omicron-zone-package v0.9.1 |
2916 | 2023-12-15T00:06:02.662Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2917 | 2023-12-15T00:06:02.662Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2918 | 2023-12-15T00:06:04.560Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2919 | 2023-12-15T00:06:13.036Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2920 | 2023-12-15T00:06:18.395Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2921 | 2023-12-15T00:06:19.481Z | Documenting termios v0.3.3 |
2922 | 2023-12-15T00:06:23.345Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2923 | 2023-12-15T00:06:23.345Z | --> sled-agent/src/sim/instance.rs:46:7 |
2924 | 2023-12-15T00:06:23.346Z | | |
2925 | 2023-12-15T00:06:23.346Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2926 | 2023-12-15T00:06:23.346Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2927 | 2023-12-15T00:06:23.346Z | | |
2928 | 2023-12-15T00:06:23.346Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2929 | 2023-12-15T00:06:23.346Z | |
2930 | 2023-12-15T00:06:25.517Z | Documenting topological-sort v0.2.2 |
2931 | 2023-12-15T00:06:28.284Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2932 | 2023-12-15T00:06:32.157Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2933 | 2023-12-15T00:06:33.249Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2934 | 2023-12-15T00:06:33.409Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2935 | 2023-12-15T00:06:37.412Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2936 | 2023-12-15T00:07:04.486Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2937 | 2023-12-15T00:07:20.385Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2938 | 2023-12-15T00:07:21.552Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2939 | 2023-12-15T00:07:40.706Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2940 | 2023-12-15T00:07:42.064Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2941 | 2023-12-15T00:07:43.165Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2942 | 2023-12-15T00:07:51.596Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2943 | 2023-12-15T00:07:52.901Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2944 | 2023-12-15T00:08:42.892Z | warning: unresolved link to `VolumeConstructionRequest` |
2945 | 2023-12-15T00:08:42.892Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2946 | 2023-12-15T00:08:42.892Z | | |
2947 | 2023-12-15T00:08:42.892Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2948 | 2023-12-15T00:08:42.892Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2949 | 2023-12-15T00:08:42.892Z | | |
2950 | 2023-12-15T00:08:42.892Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2951 | 2023-12-15T00:08:42.892Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2952 | 2023-12-15T00:08:42.892Z | |
2953 | 2023-12-15T00:08:42.902Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2954 | 2023-12-15T00:08:42.902Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2955 | 2023-12-15T00:08:42.902Z | | |
2956 | 2023-12-15T00:08:42.903Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2957 | 2023-12-15T00:08:42.903Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2958 | 2023-12-15T00:08:42.903Z | |
2959 | 2023-12-15T00:08:42.903Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2960 | 2023-12-15T00:08:42.903Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2961 | 2023-12-15T00:08:42.903Z | | |
2962 | 2023-12-15T00:08:42.903Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2963 | 2023-12-15T00:08:42.903Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2964 | 2023-12-15T00:08:42.903Z | |
2965 | 2023-12-15T00:08:42.903Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2966 | 2023-12-15T00:08:42.903Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2967 | 2023-12-15T00:08:42.903Z | | |
2968 | 2023-12-15T00:08:42.904Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2969 | 2023-12-15T00:08:42.904Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2970 | 2023-12-15T00:08:42.904Z | |
2971 | 2023-12-15T00:08:42.904Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2972 | 2023-12-15T00:08:42.904Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2973 | 2023-12-15T00:08:42.904Z | | |
2974 | 2023-12-15T00:08:42.904Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2975 | 2023-12-15T00:08:42.904Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2976 | 2023-12-15T00:08:42.904Z | |
2977 | 2023-12-15T00:08:42.904Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2978 | 2023-12-15T00:08:42.904Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2979 | 2023-12-15T00:08:42.905Z | | |
2980 | 2023-12-15T00:08:42.905Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2981 | 2023-12-15T00:08:42.905Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2982 | 2023-12-15T00:08:42.905Z | |
2983 | 2023-12-15T00:08:42.905Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2984 | 2023-12-15T00:08:42.905Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2985 | 2023-12-15T00:08:42.905Z | | |
2986 | 2023-12-15T00:08:42.905Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2987 | 2023-12-15T00:08:42.905Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2988 | 2023-12-15T00:08:42.905Z | |
2989 | 2023-12-15T00:08:46.121Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2990 | 2023-12-15T00:09:07.273Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 17s |
2991 | 2023-12-15T00:09:07.392Z | |
2992 | 2023-12-15T00:09:07.392Z | real 15:17.926299079 |
2993 | 2023-12-15T00:09:07.392Z | user 52:11.295971197 |
2994 | 2023-12-15T00:09:07.392Z | sys 1:00:00.789805963 |
2995 | 2023-12-15T00:09:07.392Z | trap 2.062276938 |
2996 | 2023-12-15T00:09:07.392Z | tflt 0.579796135 |
2997 | 2023-12-15T00:09:07.392Z | dflt 0.553533725 |
2998 | 2023-12-15T00:09:07.395Z | kflt 0.000541556 |
2999 | 2023-12-15T00:09:07.395Z | lock 3:07:17.162843970 |
3000 | 2023-12-15T00:09:07.395Z | slp 4:02:57.750130329 |
3001 | 2023-12-15T00:09:07.395Z | lat 5:35.510354199 |
3002 | 2023-12-15T00:09:07.395Z | stop 1:22.913227424 |
3003 | 2023-12-15T00:09:07.396Z | process exited: duration 1746882 ms, exit code 0 |
|
3004 | 2023-12-15T00:09:07.402Z | found 0 output files |