|
|
|
1 | 2023-11-20T17:32:28.157Z | job assigned to worker 01HFPWJZTV97N4H5CRYQATZCAW (queued for 1 m 7 s) |
|
2 | 2023-11-20T17:32:29.069Z | starting task 0: "setup" |
3 | 2023-11-20T17:32:29.147Z | ++ uname -s |
4 | 2023-11-20T17:32:29.151Z | + kern=SunOS |
5 | 2023-11-20T17:32:29.154Z | + case "$kern" in |
6 | 2023-11-20T17:32:29.200Z | + groupadd -g 12345 build |
7 | 2023-11-20T17:32:29.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-20T17:32:31.171Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-20T17:32:31.267Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-20T17:32:31.270Z | + home_fs=zfs |
11 | 2023-11-20T17:32:31.273Z | + [[ zfs == autofs ]] |
12 | 2023-11-20T17:32:31.275Z | + mkdir -p /home/build |
13 | 2023-11-20T17:32:31.278Z | + chown build:build /home/build /work |
14 | 2023-11-20T17:32:33.275Z | + chmod 0700 /home/build /work |
15 | 2023-11-20T17:32:33.299Z | process exited: duration 4191 ms, exit code 0 |
|
16 | 2023-11-20T17:32:33.314Z | starting task 1: "rust-toolchain" |
17 | 2023-11-20T17:32:33.348Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-20T17:32:33.351Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-20T17:32:33.693Z | info: downloading installer |
20 | 2023-11-20T17:32:35.420Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-20T17:32:35.430Z | warning: /opt/ooce/bin |
22 | 2023-11-20T17:32:35.433Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-20T17:32:35.436Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-20T17:32:35.438Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-20T17:32:35.441Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-20T17:32:35.443Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-20T17:32:35.446Z | error: cannot install while Rust is installed |
28 | 2023-11-20T17:32:35.449Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-20T17:32:35.535Z | info: profile set to 'default' |
30 | 2023-11-20T17:32:35.540Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-20T17:32:35.953Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-20T17:32:35.956Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-20T17:32:35.959Z | info: downloading component 'cargo' |
34 | 2023-11-20T17:32:36.537Z | info: downloading component 'clippy' |
35 | 2023-11-20T17:32:36.821Z | info: downloading component 'rust-docs' |
36 | 2023-11-20T17:32:37.836Z | info: downloading component 'rust-std' |
37 | 2023-11-20T17:32:39.707Z | info: downloading component 'rustc' |
38 | 2023-11-20T17:32:44.031Z | info: downloading component 'rustfmt' |
39 | 2023-11-20T17:32:44.343Z | info: installing component 'cargo' |
40 | 2023-11-20T17:32:45.755Z | info: installing component 'clippy' |
41 | 2023-11-20T17:32:46.361Z | info: installing component 'rust-docs' |
42 | 2023-11-20T17:32:49.117Z | info: installing component 'rust-std' |
43 | 2023-11-20T17:32:52.141Z | info: installing component 'rustc' |
44 | 2023-11-20T17:32:58.929Z | info: installing component 'rustfmt' |
45 | 2023-11-20T17:32:59.422Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-20T17:32:59.425Z | |
47 | 2023-11-20T17:32:59.559Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-20T17:32:59.562Z | |
49 | 2023-11-20T17:32:59.565Z | |
50 | 2023-11-20T17:32:59.568Z | Rust is installed now. Great! |
51 | 2023-11-20T17:32:59.571Z | |
52 | 2023-11-20T17:32:59.574Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-20T17:32:59.576Z | environment variable. This has not been done automatically. |
54 | 2023-11-20T17:32:59.579Z | |
55 | 2023-11-20T17:32:59.583Z | To configure your current shell, run: |
56 | 2023-11-20T17:32:59.590Z | source "$HOME/.cargo/env" |
57 | 2023-11-20T17:32:59.649Z | + rustc --version |
58 | 2023-11-20T17:32:59.762Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-20T17:32:59.768Z | process exited: duration 26470 ms, exit code 0 |
|
60 | 2023-11-20T17:32:59.773Z | starting task 2: "authentication" |
61 | 2023-11-20T17:32:59.809Z | process exited: duration 31 ms, exit code 0 |
|
62 | 2023-11-20T17:32:59.815Z | starting task 3: "clone repository" |
63 | 2023-11-20T17:32:59.824Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-20T17:32:59.829Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-20T17:32:59.992Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-20T17:33:05.754Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-20T17:33:05.757Z | + [[ -n ry-ntwk-fixes ]] |
68 | 2023-11-20T17:33:05.760Z | + git fetch origin ry-ntwk-fixes |
69 | 2023-11-20T17:33:06.137Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-20T17:33:06.140Z | * branch ry-ntwk-fixes -> FETCH_HEAD |
71 | 2023-11-20T17:33:06.148Z | + git checkout -B ry-ntwk-fixes remotes/origin/ry-ntwk-fixes |
72 | 2023-11-20T17:33:06.251Z | Switched to a new branch 'ry-ntwk-fixes' |
73 | 2023-11-20T17:33:06.254Z | branch 'ry-ntwk-fixes' set up to track 'origin/ry-ntwk-fixes'. |
74 | 2023-11-20T17:33:06.258Z | + git reset --hard 7e476ee8bd342794d08ac7d9ab7a91655bb20719 |
75 | 2023-11-20T17:33:06.280Z | HEAD is now at 7e476ee8 clean up after boundary switches test |
76 | 2023-11-20T17:33:06.283Z | process exited: duration 6469 ms, exit code 0 |
|
77 | 2023-11-20T17:33:06.290Z | starting task 4: "build" |
78 | 2023-11-20T17:33:06.301Z | + cargo --version |
79 | 2023-11-20T17:33:06.307Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
80 | 2023-11-20T17:33:06.577Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
81 | 2023-11-20T17:33:06.581Z | info: downloading component 'cargo' |
82 | 2023-11-20T17:33:07.304Z | info: downloading component 'clippy' |
83 | 2023-11-20T17:33:07.582Z | info: downloading component 'rust-docs' |
84 | 2023-11-20T17:33:08.591Z | info: downloading component 'rust-std' |
85 | 2023-11-20T17:33:10.209Z | info: downloading component 'rustc' |
86 | 2023-11-20T17:33:14.695Z | info: downloading component 'rustfmt' |
87 | 2023-11-20T17:33:14.938Z | info: installing component 'cargo' |
88 | 2023-11-20T17:33:16.136Z | info: installing component 'clippy' |
89 | 2023-11-20T17:33:16.635Z | info: installing component 'rust-docs' |
90 | 2023-11-20T17:33:19.363Z | info: installing component 'rust-std' |
91 | 2023-11-20T17:33:21.803Z | info: installing component 'rustc' |
92 | 2023-11-20T17:33:28.114Z | info: installing component 'rustfmt' |
93 | 2023-11-20T17:33:28.658Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
94 | 2023-11-20T17:33:28.662Z | + rustc --version |
95 | 2023-11-20T17:33:28.782Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
96 | 2023-11-20T17:33:28.789Z | + source ./env.sh |
97 | 2023-11-20T17:33:28.792Z | ++ set -o xtrace |
98 | 2023-11-20T17:33:28.795Z | ++++ dirname ./env.sh |
99 | 2023-11-20T17:33:28.798Z | +++ cd . |
100 | 2023-11-20T17:33:28.800Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-11-20T17:33:28.803Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-11-20T17:33:28.806Z | ++ 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-11-20T17:33:28.808Z | ++ 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-11-20T17:33:28.811Z | ++ 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-11-20T17:33:28.816Z | ++ 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-11-20T17:33:28.820Z | ++ 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-11-20T17:33:28.822Z | ++ 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-11-20T17:33:28.827Z | ++ 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-11-20T17:33:28.830Z | ++ 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-11-20T17:33:28.833Z | ++ unset OMICRON_WS |
111 | 2023-11-20T17:33:28.835Z | ++ set +o xtrace |
112 | 2023-11-20T17:33:28.907Z | |
113 | 2023-11-20T17:33:28.910Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-11-20T17:33:28.913Z | # # # # # # # # # # # # # # # |
115 | 2023-11-20T17:33:28.916Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-11-20T17:33:28.918Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-11-20T17:33:28.921Z | # # # # # # # # # # # # # # # |
118 | 2023-11-20T17:33:28.926Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-11-20T17:33:28.936Z | |
120 | 2023-11-20T17:33:38.406Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-11-20T17:33:39.429Z | Startup: Caching catalogs ... Done |
122 | 2023-11-20T17:33:44.971Z | Planning: Solver setup ... Done (5.175s) |
123 | 2023-11-20T17:33:45.100Z | Planning: Running solver ... Done (0.128s) |
124 | 2023-11-20T17:33:45.160Z | Planning: Finding local manifests ... Done (0.003s) |
125 | 2023-11-20T17:33:45.176Z | Planning: Fetching manifests: 0/4 0% complete |
126 | 2023-11-20T17:33:45.494Z | Planning: Fetching manifests: 4/4 100% complete |
127 | 2023-11-20T17:33:45.575Z | Planning: Package planning ... Done (0.081s) |
128 | 2023-11-20T17:33:45.659Z | Planning: Merging actions ... Done (0.084s) |
129 | 2023-11-20T17:33:46.518Z | Planning: Checking for conflicting actions ... Done (0.854s) |
130 | 2023-11-20T17:33:46.939Z | Planning: Consolidating action changes ... Done (0.017s) |
131 | 2023-11-20T17:33:52.111Z | Planning: Evaluating mediators ... Done (5.585s) |
132 | 2023-11-20T17:33:52.128Z | Planning: Planning completed in 12.65 seconds |
133 | 2023-11-20T17:33:52.152Z | Packages to install: 4 |
134 | 2023-11-20T17:33:52.154Z | Mediators to change: 2 |
135 | 2023-11-20T17:33:52.157Z | Services to change: 1 |
136 | 2023-11-20T17:33:52.160Z | Estimated space available: 148.90 GB |
137 | 2023-11-20T17:33:52.162Z | Estimated space to be consumed: 1.37 GB |
138 | 2023-11-20T17:33:52.165Z | Create boot environment: No |
139 | 2023-11-20T17:33:52.168Z | Create backup boot environment: No |
140 | 2023-11-20T17:33:52.171Z | Rebuild boot archive: No |
141 | 2023-11-20T17:33:52.173Z | |
142 | 2023-11-20T17:33:52.176Z | Changed mediators: |
143 | 2023-11-20T17:33:52.179Z | mediator clang: |
144 | 2023-11-20T17:33:52.181Z | version: None -> 15 (system default) |
145 | 2023-11-20T17:33:52.186Z | |
146 | 2023-11-20T17:33:52.190Z | mediator llvm: |
147 | 2023-11-20T17:33:52.194Z | version: 14 (system default) -> 15 (system default) |
148 | 2023-11-20T17:33:52.199Z | |
149 | 2023-11-20T17:33:52.203Z | Changed packages: |
150 | 2023-11-20T17:33:52.206Z | helios-dev |
151 | 2023-11-20T17:33:52.215Z | developer/build-essential |
152 | 2023-11-20T17:33:52.223Z | None -> 11-2.0 |
153 | 2023-11-20T17:33:52.225Z | library/libxmlsec1 |
154 | 2023-11-20T17:33:52.228Z | None -> 1.2.35-2.0 |
155 | 2023-11-20T17:33:52.230Z | ooce/developer/clang-15 |
156 | 2023-11-20T17:33:52.233Z | None -> 15.0.7-2.0 |
157 | 2023-11-20T17:33:52.236Z | ooce/developer/llvm-15 |
158 | 2023-11-20T17:33:52.238Z | None -> 15.0.7-2.0 |
159 | 2023-11-20T17:33:52.241Z | |
160 | 2023-11-20T17:33:52.244Z | Services: |
161 | 2023-11-20T17:33:52.246Z | restart_fmri: |
162 | 2023-11-20T17:33:52.249Z | svc:/system/update-man-index:default |
163 | 2023-11-20T17:33:52.460Z | |
164 | 2023-11-20T17:33:52.463Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
165 | 2023-11-20T17:33:57.464Z | Download: 1000/3290 items 19.5/212.6MB 9% complete (4.1M/s) |
166 | 2023-11-20T17:34:03.309Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (11.4M/s) |
167 | 2023-11-20T17:34:08.291Z | Download: 2137/3290 items 118.9/212.6MB 55% complete (9.9M/s) |
168 | 2023-11-20T17:34:13.287Z | Download: 2762/3290 items 120.9/212.6MB 56% complete (3.8M/s) |
169 | 2023-11-20T17:34:18.337Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
170 | 2023-11-20T17:34:19.318Z | Download: Completed 212.60 MB in 26.88 seconds (7.9M/s) |
171 | 2023-11-20T17:34:20.060Z | Actions: 1/3687 actions (Installing new actions) |
172 | 2023-11-20T17:34:25.057Z | Actions: 3233/3687 actions (Installing new actions) |
173 | 2023-11-20T17:34:28.319Z | Actions: Completed 3687 actions in 8.26 seconds. |
174 | 2023-11-20T17:34:28.414Z | Done (0.088s) |
175 | 2023-11-20T17:34:28.417Z | Done (0.000s) |
176 | 2023-11-20T17:34:28.636Z | Done (0.222s) |
177 | 2023-11-20T17:34:36.213Z | Done (7.467s) |
178 | 2023-11-20T17:34:36.470Z | Done (0.157s) |
179 | 2023-11-20T17:34:36.473Z | Done (0.000s) |
180 | 2023-11-20T17:34:36.692Z | Done (0.000s) |
181 | 2023-11-20T17:34:37.400Z | Planning: Evaluating mediator changes ... Done |
182 | 2023-11-20T17:34:37.685Z | Planning: Checking for conflicting actions ... Done |
183 | 2023-11-20T17:34:37.688Z | Planning: Consolidating action changes ... Done |
184 | 2023-11-20T17:34:38.131Z | Planning: Evaluating mediators ... Done |
185 | 2023-11-20T17:34:38.133Z | Planning: Planning completed in 0.73 seconds |
186 | 2023-11-20T17:34:38.185Z | Mediators to change: 2 |
187 | 2023-11-20T17:34:38.189Z | Create boot environment: No |
188 | 2023-11-20T17:34:38.192Z | Create backup boot environment: No |
189 | 2023-11-20T17:34:38.284Z | Done |
190 | 2023-11-20T17:34:38.287Z | Done |
191 | 2023-11-20T17:34:38.427Z | Done |
192 | 2023-11-20T17:34:44.478Z | Done |
193 | 2023-11-20T17:34:44.600Z | Done |
194 | 2023-11-20T17:34:44.603Z | Done |
195 | 2023-11-20T17:34:44.700Z | Done |
196 | 2023-11-20T17:34:45.742Z | Planning: Evaluating mediator changes ... Done |
197 | 2023-11-20T17:34:45.744Z | Planning: Merging actions ... Done |
198 | 2023-11-20T17:34:46.080Z | Planning: Checking for conflicting actions ... Done |
199 | 2023-11-20T17:34:46.083Z | Planning: Consolidating action changes ... Done |
200 | 2023-11-20T17:34:46.520Z | Planning: Evaluating mediators ... Done |
201 | 2023-11-20T17:34:46.614Z | Planning: Planning completed in 1.32 seconds |
202 | 2023-11-20T17:34:46.672Z | Packages to change: 1 |
203 | 2023-11-20T17:34:46.675Z | Mediators to change: 1 |
204 | 2023-11-20T17:34:46.678Z | Services to change: 1 |
205 | 2023-11-20T17:34:46.681Z | Create boot environment: No |
206 | 2023-11-20T17:34:46.684Z | Create backup boot environment: Yes |
207 | 2023-11-20T17:34:48.724Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2023-11-20T17:34:48.727Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2023-11-20T17:34:48.729Z | Done |
210 | 2023-11-20T17:34:48.732Z | Done |
211 | 2023-11-20T17:34:48.781Z | Done |
212 | 2023-11-20T17:34:54.703Z | Done |
213 | 2023-11-20T17:34:54.830Z | Done |
214 | 2023-11-20T17:34:54.833Z | Done |
215 | 2023-11-20T17:34:54.975Z | Done |
216 | 2023-11-20T17:34:55.665Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2023-11-20T17:34:55.668Z | clang system 15 system |
218 | 2023-11-20T17:34:55.671Z | csh system system illumos |
219 | 2023-11-20T17:34:55.673Z | ctags system system illumos |
220 | 2023-11-20T17:34:55.676Z | gcc vendor 12 vendor |
221 | 2023-11-20T17:34:55.678Z | gcc system 10 system |
222 | 2023-11-20T17:34:55.683Z | gcc system 7 system |
223 | 2023-11-20T17:34:55.685Z | go system 1.20 system |
224 | 2023-11-20T17:34:55.688Z | go system 1.19 system |
225 | 2023-11-20T17:34:55.690Z | llvm system 15 system |
226 | 2023-11-20T17:34:55.693Z | llvm system 14 system |
227 | 2023-11-20T17:34:55.695Z | mariadb system 10.6 system |
228 | 2023-11-20T17:34:55.698Z | mta vendor vendor dma |
229 | 2023-11-20T17:34:55.701Z | openjdk system 17 system |
230 | 2023-11-20T17:34:55.703Z | openjdk system 11 system |
231 | 2023-11-20T17:34:55.706Z | openjdk system 1.8 system |
232 | 2023-11-20T17:34:55.709Z | openssl vendor 3 vendor |
233 | 2023-11-20T17:34:55.712Z | perl system 5.36 system |
234 | 2023-11-20T17:34:55.714Z | postgresql system 15 system |
235 | 2023-11-20T17:34:55.717Z | postgresql system 13 system |
236 | 2023-11-20T17:34:55.719Z | python vendor 3 vendor |
237 | 2023-11-20T17:34:55.722Z | python system 2 system |
238 | 2023-11-20T17:34:55.725Z | python3 system 3.11 system |
239 | 2023-11-20T17:34:55.727Z | ruby system 3.0 system |
240 | 2023-11-20T17:34:55.730Z | words vendor vendor american-english |
241 | 2023-11-20T17:34:55.733Z | words system system australian-english |
242 | 2023-11-20T17:34:55.735Z | words system system british-english |
243 | 2023-11-20T17:34:55.738Z | words system system canadian-english |
244 | 2023-11-20T17:34:55.740Z | words system system french |
245 | 2023-11-20T17:34:55.743Z | words system system italian |
246 | 2023-11-20T17:34:55.745Z | words system system ngerman |
247 | 2023-11-20T17:34:55.747Z | words system system ogerman |
248 | 2023-11-20T17:34:55.752Z | words system system spanish |
249 | 2023-11-20T17:34:56.213Z | FMRI IFO |
250 | 2023-11-20T17:34:56.216Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2023-11-20T17:34:56.219Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2023-11-20T17:34:56.221Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2023-11-20T17:34:56.224Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
254 | 2023-11-20T17:34:56.227Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2023-11-20T17:34:56.229Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
256 | 2023-11-20T17:34:56.290Z | + set -o errexit |
257 | 2023-11-20T17:34:56.293Z | +++ dirname ./tools/ci_download_cockroachdb |
258 | 2023-11-20T17:34:56.296Z | ++ cd ./tools |
259 | 2023-11-20T17:34:56.299Z | ++ pwd |
260 | 2023-11-20T17:34:56.301Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
261 | 2023-11-20T17:34:56.304Z | ++ basename ./tools/ci_download_cockroachdb |
262 | 2023-11-20T17:34:56.307Z | + ARG0=ci_download_cockroachdb |
263 | 2023-11-20T17:34:56.310Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
264 | 2023-11-20T17:34:56.312Z | + CIDL_VERSION=v22.1.9 |
265 | 2023-11-20T17:34:56.315Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
266 | 2023-11-20T17:34:56.318Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
267 | 2023-11-20T17:34:56.320Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
268 | 2023-11-20T17:34:56.323Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
269 | 2023-11-20T17:34:56.326Z | + TARGET_DIR=out |
270 | 2023-11-20T17:34:56.328Z | + DOWNLOAD_DIR=out/downloads |
271 | 2023-11-20T17:34:56.331Z | + DEST_DIR=./out/cockroachdb |
272 | 2023-11-20T17:34:56.334Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
273 | 2023-11-20T17:34:56.337Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
274 | 2023-11-20T17:34:56.339Z | + main |
275 | 2023-11-20T17:34:56.342Z | + [[ 0 != 0 ]] |
276 | 2023-11-20T17:34:56.344Z | + CIDL_OS=solaris2.11 |
277 | 2023-11-20T17:34:56.347Z | + [[ 0 != 0 ]] |
278 | 2023-11-20T17:34:56.350Z | + configure_os solaris2.11 |
279 | 2023-11-20T17:34:56.352Z | + echo 'current directory: /work/oxidecomputer/omicron' |
280 | 2023-11-20T17:34:56.356Z | current directory: /work/oxidecomputer/omicron |
281 | 2023-11-20T17:34:56.358Z | + echo 'configuring based on OS: "solaris2.11"' |
282 | 2023-11-20T17:34:56.361Z | configuring based on OS: "solaris2.11" |
283 | 2023-11-20T17:34:56.364Z | + case "$1" in |
284 | 2023-11-20T17:34:56.366Z | + CIDL_BUILD=illumos |
285 | 2023-11-20T17:34:56.369Z | + CIDL_SUFFIX=tar.gz |
286 | 2023-11-20T17:34:56.372Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
287 | 2023-11-20T17:34:56.374Z | + CIDL_MD5FUNC=do_md5sum |
288 | 2023-11-20T17:34:56.377Z | + CIDL_URL_BASE=https://illumos.org/downloads |
289 | 2023-11-20T17:34:56.383Z | + CIDL_ASSEMBLE=do_assemble_illumos |
290 | 2023-11-20T17:34:56.385Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
291 | 2023-11-20T17:34:56.388Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-20T17:34:56.391Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2023-11-20T17:34:56.394Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
294 | 2023-11-20T17:34:56.397Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-20T17:34:56.400Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2023-11-20T17:34:56.402Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2023-11-20T17:34:56.405Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2023-11-20T17:34:56.407Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-11-20T17:34:56.410Z | + mkdir -p out/downloads |
300 | 2023-11-20T17:34:56.412Z | + mkdir -p ./out/cockroachdb |
301 | 2023-11-20T17:34:56.415Z | + local DO_DOWNLOAD=true |
302 | 2023-11-20T17:34:56.417Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
303 | 2023-11-20T17:34:56.420Z | + '[' true == true ']' |
304 | 2023-11-20T17:34:56.422Z | + echo Downloading... |
305 | 2023-11-20T17:34:56.425Z | Downloading... |
306 | 2023-11-20T17:34:56.427Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-11-20T17:34:56.431Z | + 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 |
308 | 2023-11-20T17:35:00.218Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2023-11-20T17:35:00.221Z | ++ md5sum |
310 | 2023-11-20T17:35:00.224Z | ++ awk '{print $1}' |
311 | 2023-11-20T17:35:00.403Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
312 | 2023-11-20T17:35:00.405Z | + [[ 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 ]] |
313 | 2023-11-20T17:35:00.408Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-11-20T17:35:00.411Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
315 | 2023-11-20T17:35:03.790Z | + do_assemble_illumos |
316 | 2023-11-20T17:35:03.793Z | + rm -r ./out/cockroachdb |
317 | 2023-11-20T17:35:03.797Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
318 | 2023-11-20T17:35:04.466Z | + ./out/cockroachdb/bin/cockroach version |
319 | 2023-11-20T17:35:04.767Z | Build Tag: v22.1.9-dirty |
320 | 2023-11-20T17:35:04.770Z | Build Time: 2022/10/26 21:17:46 |
321 | 2023-11-20T17:35:04.773Z | Distribution: OSS |
322 | 2023-11-20T17:35:04.775Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
323 | 2023-11-20T17:35:04.778Z | Go Version: go1.17.13 |
324 | 2023-11-20T17:35:04.781Z | C Compiler: gcc 10.3.0 |
325 | 2023-11-20T17:35:04.784Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
326 | 2023-11-20T17:35:04.786Z | Build Type: release |
327 | 2023-11-20T17:35:04.793Z | + set -o errexit |
328 | 2023-11-20T17:35:04.797Z | +++ dirname ./tools/ci_download_clickhouse |
329 | 2023-11-20T17:35:04.800Z | ++ cd ./tools |
330 | 2023-11-20T17:35:04.803Z | ++ pwd |
331 | 2023-11-20T17:35:04.806Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
332 | 2023-11-20T17:35:04.809Z | ++ basename ./tools/ci_download_clickhouse |
333 | 2023-11-20T17:35:04.811Z | + ARG0=ci_download_clickhouse |
334 | 2023-11-20T17:35:04.814Z | + TARGET_DIR=out |
335 | 2023-11-20T17:35:04.816Z | + DOWNLOAD_DIR=out/downloads |
336 | 2023-11-20T17:35:04.819Z | + DEST_DIR=./out/clickhouse |
337 | 2023-11-20T17:35:04.822Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2023-11-20T17:35:04.827Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2023-11-20T17:35:04.829Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2023-11-20T17:35:04.832Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2023-11-20T17:35:04.835Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2023-11-20T17:35:04.838Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2023-11-20T17:35:04.841Z | + main |
344 | 2023-11-20T17:35:04.844Z | + [[ 0 != 0 ]] |
345 | 2023-11-20T17:35:04.847Z | + CIDL_OS=solaris2.11 |
346 | 2023-11-20T17:35:04.849Z | + [[ 0 != 0 ]] |
347 | 2023-11-20T17:35:04.853Z | + configure_os solaris2.11 |
348 | 2023-11-20T17:35:04.857Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2023-11-20T17:35:04.859Z | current directory: /work/oxidecomputer/omicron |
350 | 2023-11-20T17:35:04.862Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2023-11-20T17:35:04.865Z | configuring based on OS: "solaris2.11" |
352 | 2023-11-20T17:35:04.868Z | + CIDL_DASHREV= |
353 | 2023-11-20T17:35:04.871Z | + case "$1" in |
354 | 2023-11-20T17:35:04.874Z | + CIDL_PLATFORM=illumos |
355 | 2023-11-20T17:35:04.877Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2023-11-20T17:35:04.880Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2023-11-20T17:35:04.883Z | + CIDL_DASHREV=-1 |
358 | 2023-11-20T17:35:04.888Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2023-11-20T17:35:04.890Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2023-11-20T17:35:04.894Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-20T17:35:04.897Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2023-11-20T17:35:04.899Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2023-11-20T17:35:04.903Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2023-11-20T17:35:04.908Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2023-11-20T17:35:04.910Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-11-20T17:35:04.914Z | + mkdir -p out/downloads |
367 | 2023-11-20T17:35:04.917Z | + mkdir -p ./out/clickhouse |
368 | 2023-11-20T17:35:04.920Z | + local DO_DOWNLOAD=true |
369 | 2023-11-20T17:35:04.923Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2023-11-20T17:35:04.926Z | + '[' true == true ']' |
371 | 2023-11-20T17:35:04.929Z | + echo Downloading... |
372 | 2023-11-20T17:35:04.932Z | Downloading... |
373 | 2023-11-20T17:35:04.935Z | + 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 |
374 | 2023-11-20T17:35:04.937Z | + 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 |
375 | 2023-11-20T17:35:06.862Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2023-11-20T17:35:06.865Z | ++ md5sum |
377 | 2023-11-20T17:35:06.868Z | ++ awk '{print $1}' |
378 | 2023-11-20T17:35:07.122Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2023-11-20T17:35:07.125Z | + [[ 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 ]] |
380 | 2023-11-20T17:35:07.128Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2023-11-20T17:35:07.130Z | + mkdir -p ./out/clickhouse |
382 | 2023-11-20T17:35:07.133Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2023-11-20T17:35:12.008Z | + ./out/clickhouse/clickhouse server --version |
384 | 2023-11-20T17:35:12.061Z | ClickHouse server version 22.8.9.1. |
385 | 2023-11-20T17:35:12.087Z | + set -o errexit |
386 | 2023-11-20T17:35:12.089Z | +++ dirname ./tools/ci_download_console |
387 | 2023-11-20T17:35:12.092Z | ++ cd ./tools |
388 | 2023-11-20T17:35:12.095Z | ++ pwd |
389 | 2023-11-20T17:35:12.097Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2023-11-20T17:35:12.100Z | ++ basename ./tools/ci_download_console |
391 | 2023-11-20T17:35:12.103Z | + ARG0=ci_download_console |
392 | 2023-11-20T17:35:12.106Z | + TARGET_DIR=out |
393 | 2023-11-20T17:35:12.108Z | + DOWNLOAD_DIR=out/downloads |
394 | 2023-11-20T17:35:12.112Z | + DEST_DIR=./out/console-assets |
395 | 2023-11-20T17:35:12.114Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2023-11-20T17:35:12.120Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
397 | 2023-11-20T17:35:12.123Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
398 | 2023-11-20T17:35:12.125Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
399 | 2023-11-20T17:35:12.129Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2023-11-20T17:35:12.131Z | + main |
401 | 2023-11-20T17:35:12.134Z | + [[ 0 != 0 ]] |
402 | 2023-11-20T17:35:12.138Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
403 | 2023-11-20T17:35:12.141Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
404 | 2023-11-20T17:35:12.143Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2023-11-20T17:35:12.146Z | Local file: out/downloads/console.tar.gz |
406 | 2023-11-20T17:35:12.151Z | + local DO_DOWNLOAD=true |
407 | 2023-11-20T17:35:12.154Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2023-11-20T17:35:12.157Z | + mkdir -p out/downloads |
409 | 2023-11-20T17:35:12.160Z | + '[' true == true ']' |
410 | 2023-11-20T17:35:12.163Z | + echo Downloading... |
411 | 2023-11-20T17:35:12.166Z | Downloading... |
412 | 2023-11-20T17:35:12.169Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
413 | 2023-11-20T17:35:12.172Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
414 | 2023-11-20T17:35:12.830Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2023-11-20T17:35:12.836Z | ++ case "$OSTYPE" in |
416 | 2023-11-20T17:35:12.845Z | ++ SHA=sha256sum |
417 | 2023-11-20T17:35:12.856Z | ++ sha256sum |
418 | 2023-11-20T17:35:12.864Z | ++ awk '{print $1}' |
419 | 2023-11-20T17:35:12.870Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
420 | 2023-11-20T17:35:12.878Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
421 | 2023-11-20T17:35:12.887Z | + rm -rf ./out/console-assets |
422 | 2023-11-20T17:35:12.892Z | + mkdir -p ./out/console-assets |
423 | 2023-11-20T17:35:12.897Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2023-11-20T17:35:12.907Z | + mkdir -p ./out/console-assets |
425 | 2023-11-20T17:35:12.911Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2023-11-20T17:35:12.999Z | + set -o errexit |
427 | 2023-11-20T17:35:13.006Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2023-11-20T17:35:13.011Z | ++ cd ./tools |
429 | 2023-11-20T17:35:13.016Z | ++ pwd |
430 | 2023-11-20T17:35:13.021Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2023-11-20T17:35:13.030Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2023-11-20T17:35:13.037Z | + ARG0=ci_download_maghemite_openapi |
433 | 2023-11-20T17:35:13.041Z | + TARGET_DIR=out |
434 | 2023-11-20T17:35:13.045Z | + DOWNLOAD_DIR=out/downloads |
435 | 2023-11-20T17:35:13.048Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2023-11-20T17:35:13.054Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
437 | 2023-11-20T17:35:13.067Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
438 | 2023-11-20T17:35:13.074Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
439 | 2023-11-20T17:35:13.083Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
440 | 2023-11-20T17:35:13.088Z | + main |
441 | 2023-11-20T17:35:13.095Z | + [[ 0 != 0 ]] |
442 | 2023-11-20T17:35:13.098Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
443 | 2023-11-20T17:35:13.106Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
444 | 2023-11-20T17:35:13.110Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
445 | 2023-11-20T17:35:13.114Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
446 | 2023-11-20T17:35:13.118Z | + local DO_DOWNLOAD=true |
447 | 2023-11-20T17:35:13.124Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
448 | 2023-11-20T17:35:13.129Z | + mkdir -p out/downloads |
449 | 2023-11-20T17:35:13.138Z | + '[' true == true ']' |
450 | 2023-11-20T17:35:13.144Z | + echo Downloading... |
451 | 2023-11-20T17:35:13.152Z | Downloading... |
452 | 2023-11-20T17:35:13.162Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
453 | 2023-11-20T17:35:13.169Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
454 | 2023-11-20T17:35:13.320Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
455 | 2023-11-20T17:35:13.327Z | ++ case "$OSTYPE" in |
456 | 2023-11-20T17:35:13.386Z | ++ SHA=sha256sum |
457 | 2023-11-20T17:35:13.400Z | ++ sha256sum |
458 | 2023-11-20T17:35:13.412Z | ++ awk '{print $1}' |
459 | 2023-11-20T17:35:13.417Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
460 | 2023-11-20T17:35:13.422Z | + [[ 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 ]] |
461 | 2023-11-20T17:35:13.432Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2023-11-20T17:35:13.459Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
463 | 2023-11-20T17:35:13.474Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
464 | 2023-11-20T17:35:13.896Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
465 | 2023-11-20T17:35:13.901Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
466 | 2023-11-20T17:35:13.905Z | + main |
467 | 2023-11-20T17:35:13.915Z | + [[ 0 != 0 ]] |
468 | 2023-11-20T17:35:14.335Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
469 | 2023-11-20T17:35:14.347Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
470 | 2023-11-20T17:35:14.355Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
471 | 2023-11-20T17:35:14.376Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
472 | 2023-11-20T17:35:14.461Z | + local DO_DOWNLOAD=true |
473 | 2023-11-20T17:35:14.467Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
474 | 2023-11-20T17:35:14.472Z | + mkdir -p out/downloads |
475 | 2023-11-20T17:35:14.475Z | + '[' true == true ']' |
476 | 2023-11-20T17:35:14.480Z | + echo Downloading... |
477 | 2023-11-20T17:35:14.492Z | Downloading... |
478 | 2023-11-20T17:35:14.495Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
479 | 2023-11-20T17:35:14.500Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
480 | 2023-11-20T17:35:14.505Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
481 | 2023-11-20T17:35:14.509Z | ++ case "$OSTYPE" in |
482 | 2023-11-20T17:35:14.515Z | ++ SHA=sha256sum |
483 | 2023-11-20T17:35:14.518Z | ++ sha256sum |
484 | 2023-11-20T17:35:14.522Z | ++ awk '{print $1}' |
485 | 2023-11-20T17:35:14.526Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
486 | 2023-11-20T17:35:14.529Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
487 | 2023-11-20T17:35:14.533Z | + set -o errexit |
488 | 2023-11-20T17:35:14.536Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2023-11-20T17:35:14.540Z | ++ cd ./tools |
490 | 2023-11-20T17:35:14.545Z | ++ pwd |
491 | 2023-11-20T17:35:14.548Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2023-11-20T17:35:14.553Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2023-11-20T17:35:14.557Z | + ARG0=ci_download_dendrite_openapi |
494 | 2023-11-20T17:35:14.560Z | + TARGET_DIR=out |
495 | 2023-11-20T17:35:14.563Z | + DOWNLOAD_DIR=out/downloads |
496 | 2023-11-20T17:35:14.566Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2023-11-20T17:35:14.571Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
498 | 2023-11-20T17:35:14.575Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
499 | 2023-11-20T17:35:14.580Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
500 | 2023-11-20T17:35:14.584Z | + LOCAL_FILE=out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
501 | 2023-11-20T17:35:14.588Z | + main |
502 | 2023-11-20T17:35:14.592Z | + [[ 0 != 0 ]] |
503 | 2023-11-20T17:35:14.596Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json' |
504 | 2023-11-20T17:35:14.600Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
505 | 2023-11-20T17:35:14.604Z | + echo 'Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json' |
506 | 2023-11-20T17:35:14.607Z | Local file: out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
507 | 2023-11-20T17:35:14.612Z | + local DO_DOWNLOAD=true |
508 | 2023-11-20T17:35:14.616Z | + [[ -f out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json ]] |
509 | 2023-11-20T17:35:14.618Z | + mkdir -p out/downloads |
510 | 2023-11-20T17:35:14.621Z | + '[' true == true ']' |
511 | 2023-11-20T17:35:14.624Z | + echo Downloading... |
512 | 2023-11-20T17:35:14.627Z | Downloading... |
513 | 2023-11-20T17:35:14.630Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
514 | 2023-11-20T17:35:14.633Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dpd.json |
515 | 2023-11-20T17:35:14.636Z | ++ do_sha256sum out/downloads/dpd-8ff834e7d0a6adb263240edd40537f2c0768f1a4.json |
516 | 2023-11-20T17:35:14.638Z | ++ case "$OSTYPE" in |
517 | 2023-11-20T17:35:14.641Z | ++ SHA=sha256sum |
518 | 2023-11-20T17:35:14.644Z | ++ sha256sum |
519 | 2023-11-20T17:35:14.647Z | ++ awk '{print $1}' |
520 | 2023-11-20T17:35:14.650Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
521 | 2023-11-20T17:35:14.652Z | + [[ 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 ]] |
522 | 2023-11-20T17:35:14.655Z | + set -o errexit |
523 | 2023-11-20T17:35:14.658Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2023-11-20T17:35:14.660Z | ++ cd ./tools |
525 | 2023-11-20T17:35:14.663Z | ++ pwd |
526 | 2023-11-20T17:35:14.666Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2023-11-20T17:35:14.669Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2023-11-20T17:35:14.671Z | + ARG0=ci_download_dendrite_stub |
529 | 2023-11-20T17:35:14.674Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2023-11-20T17:35:14.677Z | ++ CIDL_SHA256_ILLUMOS=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
531 | 2023-11-20T17:35:14.680Z | ++ CIDL_SHA256_LINUX_DPD=b5d829b4628759ac374106f3c56c29074b29577fd0ff72f61c3b8289fea430fe |
532 | 2023-11-20T17:35:14.682Z | ++ CIDL_SHA256_LINUX_SWADM=afc68828f54dc57b32dc1556fc588baeab12341c30e96cc0fadb49f401b4b48f |
533 | 2023-11-20T17:35:14.685Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2023-11-20T17:35:14.688Z | current directory: /work/oxidecomputer/omicron |
535 | 2023-11-20T17:35:14.690Z | ++ COMMIT=8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
536 | 2023-11-20T17:35:14.693Z | configuring based on OS: "solaris2.11" |
537 | 2023-11-20T17:35:14.695Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
538 | 2023-11-20T17:35:14.698Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
539 | 2023-11-20T17:35:14.700Z | + TARGET_DIR=out |
540 | 2023-11-20T17:35:14.704Z | Local file: out/downloads/dendrite-stub.tar.gz |
541 | 2023-11-20T17:35:14.706Z | + DOWNLOAD_DIR=out/downloads |
542 | 2023-11-20T17:35:14.709Z | Downloading... |
543 | 2023-11-20T17:35:14.712Z | + DEST_DIR=./out/dendrite-stub |
544 | 2023-11-20T17:35:14.714Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
545 | 2023-11-20T17:35:14.717Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
546 | 2023-11-20T17:35:14.719Z | + REPO=oxidecomputer/dendrite |
547 | 2023-11-20T17:35:14.722Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4 |
548 | 2023-11-20T17:35:14.725Z | + main |
549 | 2023-11-20T17:35:14.727Z | + [[ 0 != 0 ]] |
550 | 2023-11-20T17:35:14.730Z | + CIDL_OS=solaris2.11 |
551 | 2023-11-20T17:35:14.733Z | + [[ 0 != 0 ]] |
552 | 2023-11-20T17:35:14.735Z | + configure_os solaris2.11 |
553 | 2023-11-20T17:35:14.738Z | + echo 'current directory: /work/oxidecomputer/omicron' |
554 | 2023-11-20T17:35:14.741Z | + echo 'configuring based on OS: "solaris2.11"' |
555 | 2023-11-20T17:35:14.743Z | + case "$1" in |
556 | 2023-11-20T17:35:14.746Z | + SET_BINARIES= |
557 | 2023-11-20T17:35:14.749Z | + CIDL_SHA256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
558 | 2023-11-20T17:35:14.751Z | + CIDL_SHA256FUNC=do_sha256sum |
559 | 2023-11-20T17:35:14.754Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
560 | 2023-11-20T17:35:14.756Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
561 | 2023-11-20T17:35:14.759Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
562 | 2023-11-20T17:35:14.762Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz' |
563 | 2023-11-20T17:35:14.766Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
564 | 2023-11-20T17:35:15.180Z | + mkdir -p out/downloads |
565 | 2023-11-20T17:35:15.183Z | + mkdir -p ./out/dendrite-stub |
566 | 2023-11-20T17:35:15.187Z | + fetch_and_verify |
567 | 2023-11-20T17:35:15.190Z | + local DO_DOWNLOAD=true |
568 | 2023-11-20T17:35:15.195Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
569 | 2023-11-20T17:35:15.210Z | + '[' true == true ']' |
570 | 2023-11-20T17:35:15.232Z | + echo Downloading... |
571 | 2023-11-20T17:35:15.242Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2023-11-20T17:35:15.246Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/8ff834e7d0a6adb263240edd40537f2c0768f1a4/dendrite-stub.tar.gz |
573 | 2023-11-20T17:35:22.024Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2023-11-20T17:35:22.027Z | ++ sha256sum |
575 | 2023-11-20T17:35:22.030Z | ++ awk '{print $1}' |
576 | 2023-11-20T17:35:22.163Z | + calculated_sha256=c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd |
577 | 2023-11-20T17:35:22.166Z | + [[ c00e79f55e0bdf048069b2d18a4d009ddfef46e7e5d846887cf96e843a8884bd != \c\0\0\e\7\9\f\5\5\e\0\b\d\f\0\4\8\0\6\9\b\2\d\1\8\a\4\d\0\0\9\d\d\f\e\f\4\6\e\7\e\5\d\8\4\6\8\8\7\c\f\9\6\e\8\4\3\a\8\8\8\4\b\d ]] |
578 | 2023-11-20T17:35:22.169Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2023-11-20T17:35:22.171Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2023-11-20T17:35:23.193Z | + do_assemble |
581 | 2023-11-20T17:35:23.201Z | + rm -r ./out/dendrite-stub |
582 | 2023-11-20T17:35:23.209Z | + mkdir ./out/dendrite-stub |
583 | 2023-11-20T17:35:23.218Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2023-11-20T17:35:23.350Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2023-11-20T17:35:23.368Z | + set -o errexit |
586 | 2023-11-20T17:35:23.380Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2023-11-20T17:35:23.391Z | ++ cd ./tools |
588 | 2023-11-20T17:35:23.407Z | ++ pwd |
589 | 2023-11-20T17:35:23.421Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2023-11-20T17:35:23.438Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2023-11-20T17:35:23.450Z | + ARG0=ci_download_maghemite_mgd |
592 | 2023-11-20T17:35:23.457Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2023-11-20T17:35:23.465Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
594 | 2023-11-20T17:35:23.477Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
595 | 2023-11-20T17:35:23.490Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2023-11-20T17:35:23.500Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
597 | 2023-11-20T17:35:23.513Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
598 | 2023-11-20T17:35:23.523Z | + TARGET_DIR=out |
599 | 2023-11-20T17:35:23.527Z | + DOWNLOAD_DIR=out/downloads |
600 | 2023-11-20T17:35:23.531Z | + DEST_DIR=./out/mgd |
601 | 2023-11-20T17:35:23.535Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2023-11-20T17:35:23.538Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2023-11-20T17:35:23.542Z | + REPO=oxidecomputer/maghemite |
604 | 2023-11-20T17:35:23.545Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
605 | 2023-11-20T17:35:23.552Z | + main |
606 | 2023-11-20T17:35:23.562Z | + [[ 0 != 0 ]] |
607 | 2023-11-20T17:35:23.576Z | + CIDL_OS=solaris2.11 |
608 | 2023-11-20T17:35:23.593Z | + [[ 0 != 0 ]] |
609 | 2023-11-20T17:35:23.606Z | + configure_os solaris2.11 |
610 | 2023-11-20T17:35:23.617Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2023-11-20T17:35:23.623Z | current directory: /work/oxidecomputer/omicron |
612 | 2023-11-20T17:35:23.630Z | configuring based on OS: "solaris2.11" |
613 | 2023-11-20T17:35:23.636Z | + echo 'configuring based on OS: "solaris2.11"' |
614 | 2023-11-20T17:35:23.641Z | + case "$1" in |
615 | 2023-11-20T17:35:23.647Z | + SET_BINARIES= |
616 | 2023-11-20T17:35:23.653Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2023-11-20T17:35:23.659Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2023-11-20T17:35:23.665Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-20T17:35:23.670Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2023-11-20T17:35:23.675Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
621 | 2023-11-20T17:35:23.680Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
622 | 2023-11-20T17:35:23.686Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
623 | 2023-11-20T17:35:23.691Z | Local file: out/downloads/mgd.tar.gz |
624 | 2023-11-20T17:35:23.697Z | + mkdir -p out/downloads |
625 | 2023-11-20T17:35:23.703Z | + mkdir -p ./out/mgd |
626 | 2023-11-20T17:35:23.709Z | + fetch_and_verify |
627 | 2023-11-20T17:35:23.717Z | + local DO_DOWNLOAD=true |
628 | 2023-11-20T17:35:23.724Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2023-11-20T17:35:23.731Z | + '[' true == true ']' |
630 | 2023-11-20T17:35:23.739Z | + echo Downloading... |
631 | 2023-11-20T17:35:23.747Z | Downloading... |
632 | 2023-11-20T17:35:23.754Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2023-11-20T17:35:23.762Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
634 | 2023-11-20T17:35:27.270Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2023-11-20T17:35:27.275Z | ++ sha256sum |
636 | 2023-11-20T17:35:27.279Z | ++ awk '{print $1}' |
637 | 2023-11-20T17:35:27.342Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
638 | 2023-11-20T17:35:27.345Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
639 | 2023-11-20T17:35:27.348Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2023-11-20T17:35:27.350Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2023-11-20T17:35:28.004Z | + do_assemble |
642 | 2023-11-20T17:35:28.422Z | + rm -r ./out/mgd |
643 | 2023-11-20T17:35:28.437Z | + mkdir ./out/mgd |
644 | 2023-11-20T17:35:28.447Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2023-11-20T17:35:28.460Z | + set -o errexit |
646 | 2023-11-20T17:35:28.467Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2023-11-20T17:35:28.473Z | ++ cd ./tools |
648 | 2023-11-20T17:35:28.478Z | ++ pwd |
649 | 2023-11-20T17:35:28.483Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2023-11-20T17:35:28.486Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2023-11-20T17:35:28.489Z | + ARG0=ci_download_transceiver_control |
652 | 2023-11-20T17:35:28.494Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2023-11-20T17:35:28.497Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2023-11-20T17:35:28.500Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2023-11-20T17:35:28.505Z | + TARGET_DIR=out |
656 | 2023-11-20T17:35:28.516Z | + DOWNLOAD_DIR=out/downloads |
657 | 2023-11-20T17:35:28.520Z | + DEST_DIR=./out/transceiver-control |
658 | 2023-11-20T17:35:28.523Z | + BIN_DIR=/opt/oxide/bin |
659 | 2023-11-20T17:35:28.526Z | + BINARY=xcvradm |
660 | 2023-11-20T17:35:28.529Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2023-11-20T17:35:28.532Z | + REPO=oxidecomputer/transceiver-control |
662 | 2023-11-20T17:35:28.534Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2023-11-20T17:35:28.538Z | + main |
664 | 2023-11-20T17:35:28.541Z | + [[ 0 != 0 ]] |
665 | 2023-11-20T17:35:28.544Z | + CIDL_OS=solaris2.11 |
666 | 2023-11-20T17:35:28.552Z | + [[ 0 != 0 ]] |
667 | 2023-11-20T17:35:28.560Z | + configure_os solaris2.11 |
668 | 2023-11-20T17:35:28.569Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2023-11-20T17:35:28.571Z | current directory: /work/oxidecomputer/omicron |
670 | 2023-11-20T17:35:28.574Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2023-11-20T17:35:28.576Z | configuring based on OS: "solaris2.11" |
672 | 2023-11-20T17:35:28.579Z | + case "$1" in |
673 | 2023-11-20T17:35:28.581Z | + SET_BINARIES= |
674 | 2023-11-20T17:35:28.584Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2023-11-20T17:35:28.586Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2023-11-20T17:35:28.589Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2023-11-20T17:35:28.592Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-20T17:35:28.596Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2023-11-20T17:35:28.599Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2023-11-20T17:35:28.601Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2023-11-20T17:35:28.604Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2023-11-20T17:35:28.606Z | Local file: out/downloads/xcvradm.gz |
683 | 2023-11-20T17:35:28.609Z | + mkdir -p out/downloads |
684 | 2023-11-20T17:35:28.611Z | + mkdir -p ./out/transceiver-control |
685 | 2023-11-20T17:35:28.614Z | + fetch_and_verify |
686 | 2023-11-20T17:35:28.617Z | + local DO_DOWNLOAD=true |
687 | 2023-11-20T17:35:28.619Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2023-11-20T17:35:28.622Z | + '[' true == true ']' |
689 | 2023-11-20T17:35:28.624Z | + echo Downloading... |
690 | 2023-11-20T17:35:28.627Z | Downloading... |
691 | 2023-11-20T17:35:28.630Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2023-11-20T17:35:28.632Z | + 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 |
693 | 2023-11-20T17:35:29.468Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2023-11-20T17:35:29.471Z | ++ sha256sum |
695 | 2023-11-20T17:35:29.476Z | ++ awk '{print $1}' |
696 | 2023-11-20T17:35:29.496Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2023-11-20T17:35:29.499Z | + [[ 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 ]] |
698 | 2023-11-20T17:35:29.504Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2023-11-20T17:35:29.511Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2023-11-20T17:35:29.514Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2023-11-20T17:35:29.677Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2023-11-20T17:35:29.680Z | + do_assemble |
703 | 2023-11-20T17:35:29.682Z | + rm -r ./out/transceiver-control |
704 | 2023-11-20T17:35:29.685Z | + mkdir ./out/transceiver-control |
705 | 2023-11-20T17:35:29.689Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2023-11-20T17:35:29.900Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2023-11-20T17:35:29.903Z | |
708 | 2023-11-20T17:35:29.906Z | real 2:01.076228052 |
709 | 2023-11-20T17:35:29.908Z | user 54.028147676 |
710 | 2023-11-20T17:35:29.911Z | sys 10.186447243 |
711 | 2023-11-20T17:35:29.913Z | trap 0.021633046 |
712 | 2023-11-20T17:35:29.916Z | tflt 0.220426500 |
713 | 2023-11-20T17:35:29.919Z | dflt 0.683823539 |
714 | 2023-11-20T17:35:29.922Z | kflt 0.213942688 |
715 | 2023-11-20T17:35:29.924Z | lock 2.052856611 |
716 | 2023-11-20T17:35:29.927Z | slp 3:39.203301956 |
717 | 2023-11-20T17:35:29.929Z | lat 3.657838387 |
718 | 2023-11-20T17:35:29.932Z | stop 0.079919805 |
719 | 2023-11-20T17:35:29.934Z | |
720 | 2023-11-20T17:35:29.937Z | #### # # ##### ##### # # |
721 | 2023-11-20T17:35:29.939Z | # # # # # # # # # # |
722 | 2023-11-20T17:35:29.942Z | # # # # # # # # |
723 | 2023-11-20T17:35:29.944Z | # # # ##### ##### # |
724 | 2023-11-20T17:35:29.947Z | # # # # # # # |
725 | 2023-11-20T17:35:29.949Z | #### ###### # # # # |
726 | 2023-11-20T17:35:29.952Z | |
727 | 2023-11-20T17:35:30.262Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2023-11-20T17:35:30.646Z | Updating crates.io index |
729 | 2023-11-20T17:35:30.713Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
730 | 2023-11-20T17:35:31.474Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
731 | 2023-11-20T17:35:33.342Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
732 | 2023-11-20T17:35:34.087Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
733 | 2023-11-20T17:35:34.431Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
734 | 2023-11-20T17:35:34.734Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
735 | 2023-11-20T17:35:35.035Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
736 | 2023-11-20T17:35:36.033Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
737 | 2023-11-20T17:35:37.829Z | Updating git repository `https://github.com/oxidecomputer/opte` |
738 | 2023-11-20T17:35:38.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
739 | 2023-11-20T17:35:39.226Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
740 | 2023-11-20T17:35:39.845Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
741 | 2023-11-20T17:35:40.197Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
742 | 2023-11-20T17:35:40.536Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
743 | 2023-11-20T17:35:40.989Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
744 | 2023-11-20T17:35:41.320Z | Updating git repository `https://github.com/njaremko/samael` |
745 | 2023-11-20T17:35:42.133Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
746 | 2023-11-20T17:35:42.751Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
747 | 2023-11-20T17:35:43.126Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
748 | 2023-11-20T17:35:43.472Z | Updating git repository `https://github.com/jgallagher/nix` |
749 | 2023-11-20T17:35:44.830Z | Updating git repository `https://github.com/cbiffle/hubpack` |
750 | 2023-11-20T17:35:45.336Z | Updating git repository `https://github.com/oxidecomputer/typify` |
751 | 2023-11-20T17:35:46.376Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
752 | 2023-11-20T17:35:46.760Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
753 | 2023-11-20T17:35:47.096Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
754 | 2023-11-20T17:35:48.426Z | Downloading crates ... |
755 | 2023-11-20T17:35:48.639Z | Downloaded anstyle v1.0.2 |
756 | 2023-11-20T17:35:48.652Z | Downloaded heck v0.4.1 |
757 | 2023-11-20T17:35:48.654Z | Downloaded toml_datetime v0.6.5 |
758 | 2023-11-20T17:35:48.657Z | Downloaded colorchoice v1.0.0 |
759 | 2023-11-20T17:35:48.664Z | Downloaded equivalent v1.0.1 |
760 | 2023-11-20T17:35:48.679Z | Downloaded serde_spanned v0.6.4 |
761 | 2023-11-20T17:35:48.688Z | Downloaded errno v0.3.2 |
762 | 2023-11-20T17:35:48.699Z | Downloaded anstream v0.5.0 |
763 | 2023-11-20T17:35:48.706Z | Downloaded cargo-platform v0.1.3 |
764 | 2023-11-20T17:35:48.713Z | Downloaded thiserror-impl v1.0.49 |
765 | 2023-11-20T17:35:48.719Z | Downloaded strsim v0.10.0 |
766 | 2023-11-20T17:35:48.723Z | Downloaded thiserror v1.0.49 |
767 | 2023-11-20T17:35:48.729Z | Downloaded cargo_metadata v0.18.0 |
768 | 2023-11-20T17:35:48.736Z | Downloaded utf8parse v0.2.1 |
769 | 2023-11-20T17:35:48.742Z | Downloaded bitflags v1.3.2 |
770 | 2023-11-20T17:35:48.748Z | Downloaded terminal_size v0.2.6 |
771 | 2023-11-20T17:35:48.753Z | Downloaded anstyle-parse v0.2.1 |
772 | 2023-11-20T17:35:48.756Z | Downloaded itoa v1.0.9 |
773 | 2023-11-20T17:35:48.759Z | Downloaded clap_lex v0.5.1 |
774 | 2023-11-20T17:35:48.761Z | Downloaded io-lifetimes v1.0.11 |
775 | 2023-11-20T17:35:48.764Z | Downloaded clap_derive v4.4.2 |
776 | 2023-11-20T17:35:48.767Z | Downloaded quote v1.0.33 |
777 | 2023-11-20T17:35:48.769Z | Downloaded camino v1.1.6 |
778 | 2023-11-20T17:35:48.772Z | Downloaded cargo_toml v0.17.0 |
779 | 2023-11-20T17:35:48.774Z | Downloaded anstyle-query v1.0.0 |
780 | 2023-11-20T17:35:48.777Z | Downloaded serde_derive v1.0.192 |
781 | 2023-11-20T17:35:48.780Z | Downloaded semver v1.0.20 |
782 | 2023-11-20T17:35:48.782Z | Downloaded ryu v1.0.15 |
783 | 2023-11-20T17:35:48.785Z | Downloaded clap v4.4.3 |
784 | 2023-11-20T17:35:48.787Z | Downloaded unicode-ident v1.0.12 |
785 | 2023-11-20T17:35:48.790Z | Downloaded anyhow v1.0.75 |
786 | 2023-11-20T17:35:48.793Z | Downloaded indexmap v2.1.0 |
787 | 2023-11-20T17:35:48.796Z | Downloaded serde v1.0.192 |
788 | 2023-11-20T17:35:48.799Z | Downloaded toml_edit v0.21.0 |
789 | 2023-11-20T17:35:48.819Z | Downloaded clap_builder v4.4.2 |
790 | 2023-11-20T17:35:48.830Z | Downloaded serde_json v1.0.108 |
791 | 2023-11-20T17:35:48.842Z | Downloaded hashbrown v0.14.2 |
792 | 2023-11-20T17:35:48.851Z | Downloaded winnow v0.5.15 |
793 | 2023-11-20T17:35:48.866Z | Downloaded syn v2.0.32 |
794 | 2023-11-20T17:35:48.883Z | Downloaded rustix v0.37.23 |
795 | 2023-11-20T17:35:48.929Z | Downloaded libc v0.2.150 |
796 | 2023-11-20T17:35:48.962Z | Downloaded memchr v2.6.3 |
797 | 2023-11-20T17:35:48.971Z | Downloaded toml v0.8.8 |
798 | 2023-11-20T17:35:48.977Z | Downloaded proc-macro2 v1.0.69 |
799 | 2023-11-20T17:35:49.088Z | Compiling proc-macro2 v1.0.69 |
800 | 2023-11-20T17:35:49.091Z | Compiling unicode-ident v1.0.12 |
801 | 2023-11-20T17:35:49.095Z | Compiling serde v1.0.192 |
802 | 2023-11-20T17:35:49.098Z | Compiling libc v0.2.150 |
803 | 2023-11-20T17:35:49.107Z | Compiling io-lifetimes v1.0.11 |
804 | 2023-11-20T17:35:49.118Z | Compiling rustix v0.37.23 |
805 | 2023-11-20T17:35:49.135Z | Compiling bitflags v1.3.2 |
806 | 2023-11-20T17:35:49.547Z | Compiling hashbrown v0.14.2 |
807 | 2023-11-20T17:35:49.550Z | Compiling equivalent v1.0.1 |
808 | 2023-11-20T17:35:49.553Z | Compiling utf8parse v0.2.1 |
809 | 2023-11-20T17:35:49.556Z | Compiling anstyle-query v1.0.0 |
810 | 2023-11-20T17:35:49.698Z | Compiling anstyle-parse v0.2.1 |
811 | 2023-11-20T17:35:49.718Z | Compiling winnow v0.5.15 |
812 | 2023-11-20T17:35:50.058Z | Compiling colorchoice v1.0.0 |
813 | 2023-11-20T17:35:50.213Z | Compiling anstyle v1.0.2 |
814 | 2023-11-20T17:35:50.679Z | Compiling indexmap v2.1.0 |
815 | 2023-11-20T17:35:50.765Z | Compiling thiserror v1.0.49 |
816 | 2023-11-20T17:35:51.944Z | Compiling serde_json v1.0.108 |
817 | 2023-11-20T17:35:52.404Z | Compiling semver v1.0.20 |
818 | 2023-11-20T17:35:52.424Z | Compiling camino v1.1.6 |
819 | 2023-11-20T17:35:52.734Z | Compiling anstream v0.5.0 |
820 | 2023-11-20T17:35:52.787Z | Compiling ryu v1.0.15 |
821 | 2023-11-20T17:35:52.807Z | Compiling strsim v0.10.0 |
822 | 2023-11-20T17:35:53.113Z | Compiling itoa v1.0.9 |
823 | 2023-11-20T17:35:53.363Z | Compiling clap_lex v0.5.1 |
824 | 2023-11-20T17:35:53.415Z | Compiling heck v0.4.1 |
825 | 2023-11-20T17:35:53.440Z | Compiling anyhow v1.0.75 |
826 | 2023-11-20T17:35:53.822Z | Compiling quote v1.0.33 |
827 | 2023-11-20T17:35:54.409Z | Compiling syn v2.0.32 |
828 | 2023-11-20T17:35:54.517Z | Compiling errno v0.3.2 |
829 | 2023-11-20T17:35:56.002Z | Compiling terminal_size v0.2.6 |
830 | 2023-11-20T17:35:56.139Z | Compiling clap_builder v4.4.2 |
831 | 2023-11-20T17:36:01.619Z | Compiling serde_derive v1.0.192 |
832 | 2023-11-20T17:36:02.097Z | Compiling thiserror-impl v1.0.49 |
833 | 2023-11-20T17:36:02.101Z | Compiling clap_derive v4.4.2 |
834 | 2023-11-20T17:36:05.584Z | Compiling clap v4.4.3 |
835 | 2023-11-20T17:36:13.453Z | Compiling toml_datetime v0.6.5 |
836 | 2023-11-20T17:36:13.455Z | Compiling serde_spanned v0.6.4 |
837 | 2023-11-20T17:36:13.458Z | Compiling cargo-platform v0.1.3 |
838 | 2023-11-20T17:36:13.828Z | Compiling toml_edit v0.21.0 |
839 | 2023-11-20T17:36:15.468Z | Compiling cargo_metadata v0.18.0 |
840 | 2023-11-20T17:36:17.077Z | Compiling toml v0.8.8 |
841 | 2023-11-20T17:36:18.081Z | Compiling cargo_toml v0.17.0 |
842 | 2023-11-20T17:36:23.141Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2023-11-20T17:36:24.345Z | Finished dev [unoptimized + debuginfo] target(s) in 54.39s |
844 | 2023-11-20T17:36:24.577Z | Running `target/debug/xtask clippy` |
845 | 2023-11-20T17:36:24.600Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
846 | 2023-11-20T17:36:25.410Z | Downloading crates ... |
847 | 2023-11-20T17:36:25.640Z | Downloaded instant v0.1.12 |
848 | 2023-11-20T17:36:25.644Z | Downloaded array-init v0.0.4 |
849 | 2023-11-20T17:36:25.650Z | Downloaded approx v0.5.1 |
850 | 2023-11-20T17:36:25.653Z | Downloaded ipnet v2.8.0 |
851 | 2023-11-20T17:36:25.656Z | Downloaded cfg-if v1.0.0 |
852 | 2023-11-20T17:36:25.660Z | Downloaded blake2b_simd v1.0.1 |
853 | 2023-11-20T17:36:25.666Z | Downloaded indoc v1.0.9 |
854 | 2023-11-20T17:36:25.671Z | Downloaded is-terminal v0.4.9 |
855 | 2023-11-20T17:36:25.678Z | Downloaded indexmap v1.9.3 |
856 | 2023-11-20T17:36:25.687Z | Downloaded ipnetwork v0.20.0 |
857 | 2023-11-20T17:36:25.693Z | Downloaded multer v2.1.0 |
858 | 2023-11-20T17:36:25.712Z | Downloaded convert_case v0.4.0 |
859 | 2023-11-20T17:36:25.725Z | Downloaded num-complex v0.4.4 |
860 | 2023-11-20T17:36:25.748Z | Downloaded match_cfg v0.1.0 |
861 | 2023-11-20T17:36:25.751Z | Downloaded console v0.15.7 |
862 | 2023-11-20T17:36:25.754Z | Downloaded lru-cache v0.1.2 |
863 | 2023-11-20T17:36:25.757Z | Downloaded log v0.4.20 |
864 | 2023-11-20T17:36:25.762Z | Downloaded cstr-argument v0.1.2 |
865 | 2023-11-20T17:36:25.765Z | Downloaded number_prefix v0.4.0 |
866 | 2023-11-20T17:36:25.768Z | Downloaded openssl-probe v0.1.5 |
867 | 2023-11-20T17:36:25.771Z | Downloaded matches v0.1.10 |
868 | 2023-11-20T17:36:25.774Z | Downloaded colored v2.0.4 |
869 | 2023-11-20T17:36:25.777Z | Downloaded slog-envlogger v2.2.0 |
870 | 2023-11-20T17:36:25.784Z | Downloaded async-stream-impl v0.3.5 |
871 | 2023-11-20T17:36:25.787Z | Downloaded slog-dtrace v0.2.3 |
872 | 2023-11-20T17:36:25.791Z | Downloaded ciborium-io v0.2.1 |
873 | 2023-11-20T17:36:25.794Z | Downloaded openssl-macros v0.1.1 |
874 | 2023-11-20T17:36:25.797Z | Downloaded num_threads v0.1.6 |
875 | 2023-11-20T17:36:25.801Z | Downloaded bit-vec v0.6.3 |
876 | 2023-11-20T17:36:25.811Z | Downloaded semver v0.11.0 |
877 | 2023-11-20T17:36:25.821Z | Downloaded oso-derive v0.27.0 |
878 | 2023-11-20T17:36:25.829Z | Downloaded semver-parser v0.10.2 |
879 | 2023-11-20T17:36:25.835Z | Downloaded maybe-uninit v2.0.0 |
880 | 2023-11-20T17:36:25.842Z | Downloaded hyper-tls v0.5.0 |
881 | 2023-11-20T17:36:25.847Z | Downloaded foreign-types-shared v0.1.1 |
882 | 2023-11-20T17:36:25.854Z | Downloaded num_enum_derive v0.5.11 |
883 | 2023-11-20T17:36:25.860Z | Downloaded bytesize v1.3.0 |
884 | 2023-11-20T17:36:25.871Z | Downloaded packed_struct_codegen v0.10.1 |
885 | 2023-11-20T17:36:25.878Z | Downloaded cassowary v0.3.0 |
886 | 2023-11-20T17:36:25.883Z | Downloaded precomputed-hash v0.1.1 |
887 | 2023-11-20T17:36:25.891Z | Downloaded buf-list v1.0.3 |
888 | 2023-11-20T17:36:25.903Z | Downloaded atomic-waker v1.1.1 |
889 | 2023-11-20T17:36:25.909Z | Downloaded linear-map v1.2.0 |
890 | 2023-11-20T17:36:25.912Z | Downloaded schemars_derive v0.8.13 |
891 | 2023-11-20T17:36:25.917Z | Downloaded oso v0.27.0 |
892 | 2023-11-20T17:36:25.921Z | Downloaded mime_guess v2.0.4 |
893 | 2023-11-20T17:36:25.927Z | Downloaded argon2 v0.5.2 |
894 | 2023-11-20T17:36:25.932Z | Downloaded crc32fast v1.3.2 |
895 | 2023-11-20T17:36:25.937Z | Downloaded time-core v0.1.1 |
896 | 2023-11-20T17:36:25.942Z | Downloaded sha1 v0.10.6 |
897 | 2023-11-20T17:36:25.948Z | Downloaded serde_path_to_error v0.1.14 |
898 | 2023-11-20T17:36:25.953Z | Downloaded slog-bunyan v2.4.0 |
899 | 2023-11-20T17:36:25.958Z | Downloaded rusty-fork v0.3.0 |
900 | 2023-11-20T17:36:25.963Z | Downloaded smallvec v1.11.0 |
901 | 2023-11-20T17:36:25.971Z | Downloaded bitflags v2.4.0 |
902 | 2023-11-20T17:36:25.977Z | Downloaded byteorder v1.5.0 |
903 | 2023-11-20T17:36:25.981Z | Downloaded tinyvec_macros v0.1.1 |
904 | 2023-11-20T17:36:25.996Z | Downloaded dtrace-parser v0.1.14 |
905 | 2023-11-20T17:36:26.011Z | Downloaded crossbeam-epoch v0.9.15 |
906 | 2023-11-20T17:36:26.021Z | Downloaded signal-hook-mio v0.2.3 |
907 | 2023-11-20T17:36:26.028Z | Downloaded usdt-macro v0.3.5 |
908 | 2023-11-20T17:36:26.043Z | Downloaded time-macros v0.2.13 |
909 | 2023-11-20T17:36:26.061Z | Downloaded serial_test_derive v0.10.0 |
910 | 2023-11-20T17:36:26.084Z | Downloaded serial_test v0.10.0 |
911 | 2023-11-20T17:36:26.098Z | Downloaded similar-asserts v1.5.0 |
912 | 2023-11-20T17:36:26.111Z | Downloaded tower-service v0.3.2 |
913 | 2023-11-20T17:36:26.528Z | Downloaded once_cell v1.18.0 |
914 | 2023-11-20T17:36:26.533Z | Downloaded predicates-core v1.0.6 |
915 | 2023-11-20T17:36:26.539Z | Downloaded swrite v0.1.0 |
916 | 2023-11-20T17:36:26.546Z | Downloaded secrecy v0.8.0 |
917 | 2023-11-20T17:36:26.559Z | Downloaded stable_deref_trait v1.2.0 |
918 | 2023-11-20T17:36:26.971Z | Downloaded spki v0.7.2 |
919 | 2023-11-20T17:36:26.974Z | Downloaded try-lock v0.2.4 |
920 | 2023-11-20T17:36:26.977Z | Downloaded blake2 v0.10.6 |
921 | 2023-11-20T17:36:26.980Z | Downloaded dof v0.1.5 |
922 | 2023-11-20T17:36:26.983Z | Downloaded quick-error v1.2.3 |
923 | 2023-11-20T17:36:26.987Z | Downloaded thiserror-no-std v2.0.2 |
924 | 2023-11-20T17:36:26.990Z | Downloaded utf-8 v0.7.6 |
925 | 2023-11-20T17:36:26.993Z | Downloaded usdt-impl v0.3.5 |
926 | 2023-11-20T17:36:26.998Z | Downloaded http-range v0.1.5 |
927 | 2023-11-20T17:36:27.001Z | Downloaded strum v0.25.0 |
928 | 2023-11-20T17:36:27.004Z | Downloaded usdt v0.3.5 |
929 | 2023-11-20T17:36:27.007Z | Downloaded deranged v0.3.8 |
930 | 2023-11-20T17:36:27.010Z | Downloaded zeroize v1.6.0 |
931 | 2023-11-20T17:36:27.014Z | Downloaded pkg-config v0.3.27 |
932 | 2023-11-20T17:36:27.018Z | Downloaded slog-term v2.9.0 |
933 | 2023-11-20T17:36:27.020Z | Downloaded sct v0.7.0 |
934 | 2023-11-20T17:36:27.023Z | Downloaded untrusted v0.7.1 |
935 | 2023-11-20T17:36:27.026Z | Downloaded fixedbitset v0.4.2 |
936 | 2023-11-20T17:36:27.029Z | Downloaded globset v0.4.13 |
937 | 2023-11-20T17:36:27.032Z | Downloaded signal-hook v0.3.17 |
938 | 2023-11-20T17:36:27.035Z | Downloaded textwrap v0.16.0 |
939 | 2023-11-20T17:36:27.039Z | Downloaded same-file v1.0.6 |
940 | 2023-11-20T17:36:27.043Z | Downloaded http-body v0.4.5 |
941 | 2023-11-20T17:36:27.046Z | Downloaded rustversion v1.0.14 |
942 | 2023-11-20T17:36:27.049Z | Downloaded strum_macros v0.24.3 |
943 | 2023-11-20T17:36:27.052Z | Downloaded yansi v0.5.1 |
944 | 2023-11-20T17:36:27.054Z | Downloaded proc-macro-error-attr v1.0.4 |
945 | 2023-11-20T17:36:27.058Z | Downloaded foreign-types v0.3.2 |
946 | 2023-11-20T17:36:27.061Z | Downloaded foreign-types-macros v0.2.3 |
947 | 2023-11-20T17:36:27.072Z | Downloaded darling_core v0.20.3 |
948 | 2023-11-20T17:36:27.075Z | Downloaded tiny-keccak v2.0.2 |
949 | 2023-11-20T17:36:27.078Z | Downloaded vte_generate_state_changes v0.1.1 |
950 | 2023-11-20T17:36:27.082Z | Downloaded nom v7.1.3 |
951 | 2023-11-20T17:36:27.085Z | Downloaded peeking_take_while v0.1.2 |
952 | 2023-11-20T17:36:27.090Z | Downloaded heck v0.3.3 |
953 | 2023-11-20T17:36:27.093Z | Downloaded group v0.13.0 |
954 | 2023-11-20T17:36:27.096Z | Downloaded highway v1.1.0 |
955 | 2023-11-20T17:36:27.099Z | Downloaded crypto-bigint v0.5.2 |
956 | 2023-11-20T17:36:27.102Z | Downloaded fd-lock v3.0.13 |
957 | 2023-11-20T17:36:27.105Z | Downloaded unarray v0.1.4 |
958 | 2023-11-20T17:36:27.108Z | Downloaded display-error-chain v0.2.0 |
959 | 2023-11-20T17:36:27.111Z | Downloaded num-bigint-dig v0.8.4 |
960 | 2023-11-20T17:36:27.114Z | Downloaded fxhash v0.2.1 |
961 | 2023-11-20T17:36:27.117Z | Downloaded darling_macro v0.14.4 |
962 | 2023-11-20T17:36:27.120Z | Downloaded ff v0.13.0 |
963 | 2023-11-20T17:36:27.122Z | Downloaded futures-sink v0.3.29 |
964 | 2023-11-20T17:36:27.125Z | Downloaded httpdate v1.0.3 |
965 | 2023-11-20T17:36:27.128Z | Downloaded rustc-demangle v0.1.23 |
966 | 2023-11-20T17:36:27.131Z | Downloaded float-cmp v0.9.0 |
967 | 2023-11-20T17:36:27.135Z | Downloaded ref-cast v1.0.20 |
968 | 2023-11-20T17:36:27.140Z | Downloaded endian-type v0.1.2 |
969 | 2023-11-20T17:36:27.143Z | Downloaded either v1.9.0 |
970 | 2023-11-20T17:36:27.146Z | Downloaded strip-ansi-escapes v0.2.0 |
971 | 2023-11-20T17:36:27.148Z | Downloaded slog-stdlog v4.1.1 |
972 | 2023-11-20T17:36:27.152Z | Downloaded futures-executor v0.3.29 |
973 | 2023-11-20T17:36:27.156Z | Downloaded derive_builder_macro v0.12.0 |
974 | 2023-11-20T17:36:27.160Z | Downloaded httparse v1.8.0 |
975 | 2023-11-20T17:36:27.165Z | Downloaded parse-display-derive v0.8.2 |
976 | 2023-11-20T17:36:27.173Z | Downloaded trust-dns-client v0.22.0 |
977 | 2023-11-20T17:36:27.184Z | Downloaded r2d2 v0.8.10 |
978 | 2023-11-20T17:36:27.186Z | Downloaded rustc_version v0.1.7 |
979 | 2023-11-20T17:36:27.189Z | Downloaded zerocopy v0.6.4 |
980 | 2023-11-20T17:36:27.192Z | Downloaded plotters-svg v0.3.5 |
981 | 2023-11-20T17:36:27.195Z | Downloaded toml v0.7.8 |
982 | 2023-11-20T17:36:27.197Z | Downloaded whoami v1.4.1 |
983 | 2023-11-20T17:36:27.200Z | Downloaded rand_xorshift v0.3.0 |
984 | 2023-11-20T17:36:27.203Z | Downloaded rand_core v0.6.4 |
985 | 2023-11-20T17:36:27.205Z | Downloaded serde-big-array v0.5.1 |
986 | 2023-11-20T17:36:27.208Z | Downloaded serde-big-array v0.4.1 |
987 | 2023-11-20T17:36:27.211Z | Downloaded phf_shared v0.10.0 |
988 | 2023-11-20T17:36:27.214Z | Downloaded httptest v0.15.5 |
989 | 2023-11-20T17:36:27.217Z | Downloaded glob v0.3.1 |
990 | 2023-11-20T17:36:27.219Z | Downloaded pem v3.0.2 |
991 | 2023-11-20T17:36:27.222Z | Downloaded datatest-stable v0.2.3 |
992 | 2023-11-20T17:36:27.228Z | Downloaded dashmap v5.5.1 |
993 | 2023-11-20T17:36:27.237Z | Downloaded thiserror-impl-no-std v2.0.2 |
994 | 2023-11-20T17:36:27.259Z | Downloaded derive_builder_core v0.12.0 |
995 | 2023-11-20T17:36:27.274Z | Downloaded path-absolutize v3.1.0 |
996 | 2023-11-20T17:36:27.287Z | Downloaded slog-scope v4.4.0 |
997 | 2023-11-20T17:36:27.294Z | Downloaded generic-array v0.14.7 |
998 | 2023-11-20T17:36:27.702Z | Downloaded smf v0.2.2 |
999 | 2023-11-20T17:36:27.706Z | Downloaded heapless v0.7.16 |
1000 | 2023-11-20T17:36:27.709Z | Downloaded zeroize_derive v1.4.2 |
1001 | 2023-11-20T17:36:27.712Z | Downloaded phf_shared v0.11.2 |
1002 | 2023-11-20T17:36:27.723Z | Downloaded fnv v1.0.7 |
1003 | 2023-11-20T17:36:27.739Z | Downloaded smawk v0.3.1 |
1004 | 2023-11-20T17:36:28.152Z | Downloaded unsafe-libyaml v0.2.9 |
1005 | 2023-11-20T17:36:28.160Z | Downloaded string_cache v0.8.7 |
1006 | 2023-11-20T17:36:28.165Z | Downloaded radium v0.7.0 |
1007 | 2023-11-20T17:36:28.169Z | Downloaded supports-color v2.1.0 |
1008 | 2023-11-20T17:36:28.172Z | Downloaded proc-macro-crate v1.3.1 |
1009 | 2023-11-20T17:36:28.175Z | Downloaded futures-timer v3.0.2 |
1010 | 2023-11-20T17:36:28.180Z | Downloaded ron v0.8.1 |
1011 | 2023-11-20T17:36:28.183Z | Downloaded percent-encoding v2.3.0 |
1012 | 2023-11-20T17:36:28.189Z | Downloaded pem v1.1.1 |
1013 | 2023-11-20T17:36:28.194Z | Downloaded semver v0.1.20 |
1014 | 2023-11-20T17:36:28.200Z | Downloaded rstest v0.18.2 |
1015 | 2023-11-20T17:36:28.204Z | Downloaded zerocopy v0.3.0 |
1016 | 2023-11-20T17:36:28.208Z | Downloaded xattr v1.0.1 |
1017 | 2023-11-20T17:36:28.214Z | Downloaded tar v0.4.40 |
1018 | 2023-11-20T17:36:28.220Z | Downloaded tabled_derive v0.6.0 |
1019 | 2023-11-20T17:36:28.229Z | Downloaded postgres-types v0.2.6 |
1020 | 2023-11-20T17:36:28.239Z | Downloaded paste v1.0.14 |
1021 | 2023-11-20T17:36:28.247Z | Downloaded rayon-core v1.12.0 |
1022 | 2023-11-20T17:36:28.263Z | Downloaded typenum v1.16.0 |
1023 | 2023-11-20T17:36:28.297Z | Downloaded toml_edit v0.19.15 |
1024 | 2023-11-20T17:36:28.315Z | Downloaded fastrand v2.0.0 |
1025 | 2023-11-20T17:36:28.324Z | Downloaded fallible-iterator v0.2.0 |
1026 | 2023-11-20T17:36:28.327Z | Downloaded parking_lot_core v0.9.8 |
1027 | 2023-11-20T17:36:28.331Z | Downloaded tungstenite v0.18.0 |
1028 | 2023-11-20T17:36:28.335Z | Downloaded tungstenite v0.20.1 |
1029 | 2023-11-20T17:36:28.339Z | Downloaded rcgen v0.11.3 |
1030 | 2023-11-20T17:36:28.343Z | Downloaded pest v2.7.2 |
1031 | 2023-11-20T17:36:28.345Z | Downloaded x509-cert v0.2.4 |
1032 | 2023-11-20T17:36:28.349Z | Downloaded derive-where v1.2.5 |
1033 | 2023-11-20T17:36:28.352Z | Downloaded uuid v1.5.0 |
1034 | 2023-11-20T17:36:28.355Z | Downloaded salty v0.2.0 |
1035 | 2023-11-20T17:36:28.358Z | Downloaded similar v2.2.1 |
1036 | 2023-11-20T17:36:28.361Z | Downloaded h2 v0.3.21 |
1037 | 2023-11-20T17:36:28.364Z | Downloaded tokio-util v0.7.10 |
1038 | 2023-11-20T17:36:28.366Z | Downloaded http v0.2.11 |
1039 | 2023-11-20T17:36:28.371Z | Downloaded hashbrown v0.12.3 |
1040 | 2023-11-20T17:36:28.374Z | Downloaded zip v0.6.6 |
1041 | 2023-11-20T17:36:28.378Z | Downloaded petgraph v0.6.4 |
1042 | 2023-11-20T17:36:28.381Z | Downloaded elliptic-curve v0.13.5 |
1043 | 2023-11-20T17:36:28.384Z | Downloaded idna v0.2.3 |
1044 | 2023-11-20T17:36:28.387Z | Downloaded reqwest v0.11.22 |
1045 | 2023-11-20T17:36:28.391Z | Downloaded hkdf v0.12.3 |
1046 | 2023-11-20T17:36:28.394Z | Downloaded regex v1.10.2 |
1047 | 2023-11-20T17:36:28.397Z | Downloaded hyper v0.14.27 |
1048 | 2023-11-20T17:36:28.400Z | Downloaded regress v0.7.1 |
1049 | 2023-11-20T17:36:28.403Z | Downloaded webpki-roots v0.25.2 |
1050 | 2023-11-20T17:36:28.406Z | Downloaded radix_trie v0.2.1 |
1051 | 2023-11-20T17:36:28.409Z | Downloaded smoltcp v0.9.1 |
1052 | 2023-11-20T17:36:28.413Z | Downloaded smoltcp v0.8.2 |
1053 | 2023-11-20T17:36:28.416Z | Downloaded diesel v2.1.4 |
1054 | 2023-11-20T17:36:28.419Z | Downloaded regex-syntax v0.8.2 |
1055 | 2023-11-20T17:36:28.422Z | Downloaded regex-syntax v0.7.5 |
1056 | 2023-11-20T17:36:28.425Z | Downloaded zerocopy-derive v0.6.4 |
1057 | 2023-11-20T17:36:28.428Z | Downloaded vcpkg v0.2.15 |
1058 | 2023-11-20T17:36:28.431Z | Downloaded rustls v0.21.9 |
1059 | 2023-11-20T17:36:28.434Z | Downloaded encoding_rs v0.8.33 |
1060 | 2023-11-20T17:36:28.437Z | Downloaded bstr v1.6.0 |
1061 | 2023-11-20T17:36:28.440Z | Downloaded rustix v0.38.9 |
1062 | 2023-11-20T17:36:28.443Z | Downloaded ratatui v0.23.0 |
1063 | 2023-11-20T17:36:28.446Z | Downloaded bstr v0.2.17 |
1064 | 2023-11-20T17:36:28.451Z | Downloaded regex-automata v0.4.3 |
1065 | 2023-11-20T17:36:28.455Z | Downloaded syn v1.0.109 |
1066 | 2023-11-20T17:36:28.458Z | Downloaded polar-core v0.27.0 |
1067 | 2023-11-20T17:36:28.461Z | Downloaded object v0.30.4 |
1068 | 2023-11-20T17:36:28.464Z | Downloaded sled v0.34.7 |
1069 | 2023-11-20T17:36:28.466Z | Downloaded zerocopy-derive v0.2.0 |
1070 | 2023-11-20T17:36:28.469Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1071 | 2023-11-20T17:36:28.473Z | Downloaded regex-automata v0.3.8 |
1072 | 2023-11-20T17:36:28.476Z | Downloaded tokio v1.33.0 |
1073 | 2023-11-20T17:36:28.479Z | Downloaded regex-syntax v0.6.29 |
1074 | 2023-11-20T17:36:28.481Z | Downloaded sha3 v0.10.8 |
1075 | 2023-11-20T17:36:28.484Z | Downloaded curve25519-dalek v4.1.0 |
1076 | 2023-11-20T17:36:28.487Z | Downloaded openapiv3 v2.0.0-rc.1 |
1077 | 2023-11-20T17:36:28.490Z | Downloaded openapiv3 v1.0.3 |
1078 | 2023-11-20T17:36:28.493Z | Downloaded gimli v0.28.0 |
1079 | 2023-11-20T17:36:28.496Z | Downloaded proptest v1.3.1 |
1080 | 2023-11-20T17:36:28.498Z | Downloaded lalrpop v0.19.12 |
1081 | 2023-11-20T17:36:28.501Z | Downloaded trust-dns-proto v0.22.0 |
1082 | 2023-11-20T17:36:28.504Z | Downloaded chrono v0.4.31 |
1083 | 2023-11-20T17:36:28.507Z | Downloaded bitvec v1.0.1 |
1084 | 2023-11-20T17:36:28.511Z | Downloaded rayon v1.8.0 |
1085 | 2023-11-20T17:36:28.514Z | Downloaded reedline v0.25.0 |
1086 | 2023-11-20T17:36:28.517Z | Downloaded openssl v0.10.57 |
1087 | 2023-11-20T17:36:28.520Z | Downloaded object v0.32.1 |
1088 | 2023-11-20T17:36:28.524Z | Downloaded regex-automata v0.1.10 |
1089 | 2023-11-20T17:36:28.526Z | Downloaded expectorate v1.1.0 |
1090 | 2023-11-20T17:36:28.529Z | Downloaded rand v0.8.5 |
1091 | 2023-11-20T17:36:28.532Z | Downloaded hashbrown v0.13.2 |
1092 | 2023-11-20T17:36:28.535Z | Downloaded portable-atomic v1.4.3 |
1093 | 2023-11-20T17:36:28.540Z | Downloaded clap v2.34.0 |
1094 | 2023-11-20T17:36:28.543Z | Downloaded futures-util v0.3.29 |
1095 | 2023-11-20T17:36:28.547Z | Downloaded rustls-webpki v0.101.7 |
1096 | 2023-11-20T17:36:28.550Z | Downloaded bindgen v0.65.1 |
1097 | 2023-11-20T17:36:28.554Z | Downloaded quick-xml v0.23.1 |
1098 | 2023-11-20T17:36:28.558Z | Downloaded time v0.3.27 |
1099 | 2023-11-20T17:36:28.562Z | Downloaded tabled v0.14.0 |
1100 | 2023-11-20T17:36:28.566Z | Downloaded rand v0.4.6 |
1101 | 2023-11-20T17:36:28.569Z | Downloaded der v0.7.8 |
1102 | 2023-11-20T17:36:28.572Z | Downloaded plotters v0.3.5 |
1103 | 2023-11-20T17:36:28.577Z | Downloaded tough v0.14.0 |
1104 | 2023-11-20T17:36:28.991Z | Downloaded pin-project v1.1.3 |
1105 | 2023-11-20T17:36:28.994Z | Downloaded test-strategy v0.3.1 |
1106 | 2023-11-20T17:36:28.997Z | Downloaded subprocess v0.2.9 |
1107 | 2023-11-20T17:36:29.000Z | Downloaded derive_builder v0.12.0 |
1108 | 2023-11-20T17:36:29.003Z | Downloaded flume v0.11.0 |
1109 | 2023-11-20T17:36:29.024Z | Downloaded ed25519 v1.5.3 |
1110 | 2023-11-20T17:36:29.433Z | Downloaded proc-macro-error v1.0.4 |
1111 | 2023-11-20T17:36:29.436Z | Downloaded rsa v0.9.2 |
1112 | 2023-11-20T17:36:29.439Z | Downloaded pretty_assertions v1.4.0 |
1113 | 2023-11-20T17:36:29.442Z | Downloaded libm v0.2.7 |
1114 | 2023-11-20T17:36:29.444Z | Downloaded idna v0.4.0 |
1115 | 2023-11-20T17:36:29.448Z | Downloaded slog-async v2.8.0 |
1116 | 2023-11-20T17:36:29.450Z | Downloaded tinyvec v1.6.0 |
1117 | 2023-11-20T17:36:29.455Z | Downloaded ucd-trie v0.1.6 |
1118 | 2023-11-20T17:36:29.461Z | Downloaded synstructure v0.12.6 |
1119 | 2023-11-20T17:36:29.466Z | Downloaded resolv-conf v0.7.0 |
1120 | 2023-11-20T17:36:29.471Z | Downloaded futures v0.3.29 |
1121 | 2023-11-20T17:36:29.485Z | Downloaded vec_map v0.8.2 |
1122 | 2023-11-20T17:36:29.487Z | Downloaded pkcs1 v0.7.5 |
1123 | 2023-11-20T17:36:29.500Z | Downloaded pin-project-internal v1.1.3 |
1124 | 2023-11-20T17:36:29.503Z | Downloaded tracing v0.1.37 |
1125 | 2023-11-20T17:36:29.506Z | Downloaded derive_more v0.99.17 |
1126 | 2023-11-20T17:36:29.509Z | Downloaded steno v0.4.0 |
1127 | 2023-11-20T17:36:29.512Z | Downloaded textwrap v0.11.0 |
1128 | 2023-11-20T17:36:29.515Z | Downloaded prettyplease v0.2.12 |
1129 | 2023-11-20T17:36:29.519Z | Downloaded serde_urlencoded v0.7.1 |
1130 | 2023-11-20T17:36:29.523Z | Downloaded rstest_macros v0.18.2 |
1131 | 2023-11-20T17:36:29.526Z | Downloaded ring v0.17.5 |
1132 | 2023-11-20T17:36:29.529Z | Downloaded unicode-normalization v0.1.22 |
1133 | 2023-11-20T17:36:29.532Z | Downloaded futures-task v0.3.29 |
1134 | 2023-11-20T17:36:29.535Z | Downloaded futures-channel v0.3.29 |
1135 | 2023-11-20T17:36:29.538Z | Downloaded partial-io v0.5.4 |
1136 | 2023-11-20T17:36:29.541Z | Downloaded static_assertions v1.1.0 |
1137 | 2023-11-20T17:36:29.544Z | Downloaded subtle v2.5.0 |
1138 | 2023-11-20T17:36:29.549Z | Downloaded tokio-tungstenite v0.20.1 |
1139 | 2023-11-20T17:36:29.554Z | Downloaded tokio-stream v0.1.14 |
1140 | 2023-11-20T17:36:29.557Z | Downloaded tui-tree-widget v0.13.0 |
1141 | 2023-11-20T17:36:29.559Z | Downloaded dyn-clone v1.0.13 |
1142 | 2023-11-20T17:36:29.562Z | Downloaded env_logger v0.10.0 |
1143 | 2023-11-20T17:36:29.565Z | Downloaded serde_derive_internals v0.26.0 |
1144 | 2023-11-20T17:36:29.568Z | Downloaded serde-hex v0.1.0 |
1145 | 2023-11-20T17:36:29.571Z | Downloaded term v0.7.0 |
1146 | 2023-11-20T17:36:29.575Z | Downloaded data-encoding v2.4.0 |
1147 | 2023-11-20T17:36:29.579Z | Downloaded predicates-tree v1.0.9 |
1148 | 2023-11-20T17:36:29.584Z | Downloaded pkcs8 v0.10.2 |
1149 | 2023-11-20T17:36:29.587Z | Downloaded rand_chacha v0.3.1 |
1150 | 2023-11-20T17:36:29.590Z | Downloaded ring v0.16.20 |
1151 | 2023-11-20T17:36:29.592Z | Downloaded rust-argon2 v1.0.1 |
1152 | 2023-11-20T17:36:29.595Z | Downloaded flate2 v1.0.28 |
1153 | 2023-11-20T17:36:29.598Z | Downloaded serde_tokenstream v0.2.0 |
1154 | 2023-11-20T17:36:29.601Z | Downloaded doc-comment v0.3.3 |
1155 | 2023-11-20T17:36:29.604Z | Downloaded path-slash v0.1.5 |
1156 | 2023-11-20T17:36:29.608Z | Downloaded unicode-segmentation v1.10.1 |
1157 | 2023-11-20T17:36:29.611Z | Downloaded pest_meta v2.7.2 |
1158 | 2023-11-20T17:36:29.614Z | Downloaded criterion v0.5.1 |
1159 | 2023-11-20T17:36:29.617Z | Downloaded headers v0.3.9 |
1160 | 2023-11-20T17:36:29.622Z | Downloaded slog-json v2.6.1 |
1161 | 2023-11-20T17:36:29.626Z | Downloaded walkdir v2.4.0 |
1162 | 2023-11-20T17:36:29.629Z | Downloaded tokio-postgres v0.7.10 |
1163 | 2023-11-20T17:36:29.632Z | Downloaded which v4.4.0 |
1164 | 2023-11-20T17:36:29.634Z | Downloaded fatfs v0.3.6 |
1165 | 2023-11-20T17:36:29.637Z | Downloaded structopt v0.3.26 |
1166 | 2023-11-20T17:36:29.640Z | Downloaded trust-dns-server v0.22.1 |
1167 | 2023-11-20T17:36:29.643Z | Downloaded libxml v0.3.3 |
1168 | 2023-11-20T17:36:29.646Z | Downloaded url v2.4.1 |
1169 | 2023-11-20T17:36:29.648Z | Downloaded serde_with v2.3.3 |
1170 | 2023-11-20T17:36:29.652Z | Downloaded rpassword v7.2.0 |
1171 | 2023-11-20T17:36:29.654Z | Downloaded ref-cast-impl v1.0.20 |
1172 | 2023-11-20T17:36:29.657Z | Downloaded enum-as-inner v0.5.1 |
1173 | 2023-11-20T17:36:29.660Z | Downloaded pem-rfc7468 v0.7.0 |
1174 | 2023-11-20T17:36:29.664Z | Downloaded termios v0.3.3 |
1175 | 2023-11-20T17:36:29.666Z | Downloaded termcolor v1.2.0 |
1176 | 2023-11-20T17:36:29.669Z | Downloaded stringprep v0.1.3 |
1177 | 2023-11-20T17:36:29.672Z | Downloaded strum_macros v0.25.2 |
1178 | 2023-11-20T17:36:29.675Z | Downloaded password-hash v0.5.0 |
1179 | 2023-11-20T17:36:29.678Z | Downloaded topological-sort v0.2.2 |
1180 | 2023-11-20T17:36:29.681Z | Downloaded wyz v0.5.1 |
1181 | 2023-11-20T17:36:29.684Z | Downloaded relative-path v1.9.0 |
1182 | 2023-11-20T17:36:29.687Z | Downloaded hyper-rustls v0.24.2 |
1183 | 2023-11-20T17:36:29.690Z | Downloaded fs-err v2.9.0 |
1184 | 2023-11-20T17:36:29.693Z | Downloaded form_urlencoded v1.2.0 |
1185 | 2023-11-20T17:36:29.696Z | Downloaded futures-core v0.3.29 |
1186 | 2023-11-20T17:36:29.699Z | Downloaded ena v0.14.2 |
1187 | 2023-11-20T17:36:29.702Z | Downloaded itertools v0.11.0 |
1188 | 2023-11-20T17:36:29.705Z | Downloaded crossterm v0.27.0 |
1189 | 2023-11-20T17:36:29.707Z | Downloaded tokio-native-tls v0.3.1 |
1190 | 2023-11-20T17:36:29.710Z | Downloaded tap v1.0.1 |
1191 | 2023-11-20T17:36:29.713Z | Downloaded unicode-bidi v0.3.13 |
1192 | 2023-11-20T17:36:29.716Z | Downloaded universal-hash v0.5.1 |
1193 | 2023-11-20T17:36:29.719Z | Downloaded unicode-xid v0.2.4 |
1194 | 2023-11-20T17:36:29.722Z | Downloaded unicase v2.7.0 |
1195 | 2023-11-20T17:36:29.726Z | Downloaded futures-macro v0.3.29 |
1196 | 2023-11-20T17:36:29.729Z | Downloaded yasna v0.5.2 |
1197 | 2023-11-20T17:36:29.761Z | Downloaded structopt-derive v0.4.18 |
1198 | 2023-11-20T17:36:29.764Z | Downloaded trybuild v1.0.85 |
1199 | 2023-11-20T17:36:29.767Z | Downloaded hmac v0.12.1 |
1200 | 2023-11-20T17:36:29.769Z | Downloaded base64 v0.21.5 |
1201 | 2023-11-20T17:36:29.773Z | Downloaded backtrace v0.3.69 |
1202 | 2023-11-20T17:36:29.776Z | Downloaded rustfmt-wrapper v0.2.0 |
1203 | 2023-11-20T17:36:29.779Z | Downloaded serde_yaml v0.9.25 |
1204 | 2023-11-20T17:36:29.782Z | Downloaded platforms v3.0.2 |
1205 | 2023-11-20T17:36:29.785Z | Downloaded hubpack_derive v0.1.1 |
1206 | 2023-11-20T17:36:29.788Z | Downloaded hubpack v0.1.2 |
1207 | 2023-11-20T17:36:29.791Z | Downloaded pretty-hex v0.2.1 |
1208 | 2023-11-20T17:36:29.794Z | Downloaded rustc_version v0.4.0 |
1209 | 2023-11-20T17:36:29.797Z | Downloaded remove_dir_all v0.5.3 |
1210 | 2023-11-20T17:36:29.800Z | Downloaded unicode-width v0.1.11 |
1211 | 2023-11-20T17:36:29.804Z | Downloaded tokio-tungstenite v0.18.0 |
1212 | 2023-11-20T17:36:29.816Z | Downloaded tracing-core v0.1.31 |
1213 | 2023-11-20T17:36:29.829Z | Downloaded rustls-pemfile v1.0.3 |
1214 | 2023-11-20T17:36:29.840Z | Downloaded rustls-native-certs v0.6.3 |
1215 | 2023-11-20T17:36:29.846Z | Downloaded zone v0.3.0 |
1216 | 2023-11-20T17:36:29.849Z | Downloaded rtoolbox v0.0.1 |
1217 | 2023-11-20T17:36:29.852Z | Downloaded pin-project-lite v0.2.13 |
1218 | 2023-11-20T17:36:29.855Z | Downloaded minimal-lexical v0.2.1 |
1219 | 2023-11-20T17:36:29.858Z | Downloaded threadpool v1.8.1 |
1220 | 2023-11-20T17:36:29.861Z | Downloaded thread_local v1.1.7 |
1221 | 2023-11-20T17:36:29.863Z | Downloaded unicode-linebreak v0.1.5 |
1222 | 2023-11-20T17:36:29.866Z | Downloaded futures-io v0.3.29 |
1223 | 2023-11-20T17:36:29.874Z | Downloaded structmeta-derive v0.2.0 |
1224 | 2023-11-20T17:36:29.877Z | Downloaded structmeta v0.2.0 |
1225 | 2023-11-20T17:36:29.881Z | Downloaded strsim v0.8.0 |
1226 | 2023-11-20T17:36:29.884Z | Downloaded const-oid v0.9.5 |
1227 | 2023-11-20T17:36:29.892Z | Downloaded getrandom v0.2.10 |
1228 | 2023-11-20T17:36:29.900Z | Downloaded der_derive v0.7.2 |
1229 | 2023-11-20T17:36:29.908Z | Downloaded num-bigint v0.4.4 |
1230 | 2023-11-20T17:36:29.913Z | Downloaded flagset v0.4.3 |
1231 | 2023-11-20T17:36:29.922Z | Downloaded filetime v0.2.22 |
1232 | 2023-11-20T17:36:29.927Z | Downloaded vte v0.11.1 |
1233 | 2023-11-20T17:36:29.937Z | Downloaded vsss-rs v3.3.1 |
1234 | 2023-11-20T17:36:29.940Z | Downloaded trust-dns-resolver v0.22.0 |
1235 | 2023-11-20T17:36:29.944Z | Downloaded base64 v0.13.1 |
1236 | 2023-11-20T17:36:29.947Z | Downloaded openssl-sys v0.9.93 |
1237 | 2023-11-20T17:36:29.951Z | Downloaded socket2 v0.4.9 |
1238 | 2023-11-20T17:36:29.953Z | Downloaded indicatif v0.17.7 |
1239 | 2023-11-20T17:36:29.956Z | Downloaded rustc-hash v1.1.0 |
1240 | 2023-11-20T17:36:29.960Z | Downloaded termtree v0.4.1 |
1241 | 2023-11-20T17:36:29.963Z | Downloaded pin-utils v0.1.0 |
1242 | 2023-11-20T17:36:29.966Z | Downloaded phf v0.11.2 |
1243 | 2023-11-20T17:36:29.969Z | Downloaded predicates v3.0.4 |
1244 | 2023-11-20T17:36:29.972Z | Downloaded pretty-hex v0.3.0 |
1245 | 2023-11-20T17:36:29.976Z | Downloaded take_mut v0.2.2 |
1246 | 2023-11-20T17:36:29.978Z | Downloaded zone_cfg_derive v0.3.0 |
1247 | 2023-11-20T17:36:29.982Z | Downloaded half v1.8.2 |
1248 | 2023-11-20T17:36:29.985Z | Downloaded diesel_derives v2.1.1 |
1249 | 2023-11-20T17:36:29.988Z | Downloaded tracing-attributes v0.1.26 |
1250 | 2023-11-20T17:36:29.991Z | Downloaded pest_derive v2.7.2 |
1251 | 2023-11-20T17:36:29.999Z | Downloaded hash32 v0.2.1 |
1252 | 2023-11-20T17:36:30.002Z | Downloaded getopts v0.2.21 |
1253 | 2023-11-20T17:36:30.006Z | Downloaded debug-ignore v1.0.5 |
1254 | 2023-11-20T17:36:30.009Z | Downloaded postcard v0.7.3 |
1255 | 2023-11-20T17:36:30.012Z | Downloaded humantime v2.1.0 |
1256 | 2023-11-20T17:36:30.015Z | Downloaded tokio-rustls v0.24.1 |
1257 | 2023-11-20T17:36:30.019Z | Downloaded darling_macro v0.20.3 |
1258 | 2023-11-20T17:36:30.021Z | Downloaded tinytemplate v1.2.1 |
1259 | 2023-11-20T17:36:30.024Z | Downloaded scheduled-thread-pool v0.2.7 |
1260 | 2023-11-20T17:36:30.027Z | Downloaded slog v2.7.0 |
1261 | 2023-11-20T17:36:30.030Z | Downloaded predicates v2.1.5 |
1262 | 2023-11-20T17:36:30.035Z | Downloaded snafu v0.7.5 |
1263 | 2023-11-20T17:36:30.038Z | Downloaded tempdir v0.3.7 |
1264 | 2023-11-20T17:36:30.042Z | Downloaded tokio-macros v2.1.0 |
1265 | 2023-11-20T17:36:30.045Z | Downloaded thread-id v4.2.0 |
1266 | 2023-11-20T17:36:30.048Z | Downloaded mockall_derive v0.11.4 |
1267 | 2023-11-20T17:36:30.051Z | Downloaded async-trait v0.1.74 |
1268 | 2023-11-20T17:36:30.054Z | Downloaded diff v0.1.13 |
1269 | 2023-11-20T17:36:30.057Z | Downloaded clang-sys v1.6.1 |
1270 | 2023-11-20T17:36:30.060Z | Downloaded basic-toml v0.1.4 |
1271 | 2023-11-20T17:36:30.064Z | Downloaded hex-literal v0.4.1 |
1272 | 2023-11-20T17:36:30.067Z | Downloaded base64ct v1.6.0 |
1273 | 2023-11-20T17:36:30.070Z | Downloaded postgres-protocol v0.6.6 |
1274 | 2023-11-20T17:36:30.072Z | Downloaded mio v0.8.8 |
1275 | 2023-11-20T17:36:30.075Z | Downloaded darling_core v0.14.4 |
1276 | 2023-11-20T17:36:30.078Z | Downloaded plotters-backend v0.3.5 |
1277 | 2023-11-20T17:36:30.081Z | Downloaded pest_generator v2.7.2 |
1278 | 2023-11-20T17:36:30.084Z | Downloaded socket2 v0.5.4 |
1279 | 2023-11-20T17:36:30.086Z | Downloaded toolchain_find v0.2.0 |
1280 | 2023-11-20T17:36:30.089Z | Downloaded schemars v0.8.13 |
1281 | 2023-11-20T17:36:30.092Z | Downloaded hostname v0.3.1 |
1282 | 2023-11-20T17:36:30.095Z | Downloaded home v0.5.5 |
1283 | 2023-11-20T17:36:30.098Z | Downloaded hex v0.4.3 |
1284 | 2023-11-20T17:36:30.101Z | Downloaded toml v0.5.11 |
1285 | 2023-11-20T17:36:30.104Z | Downloaded sha2 v0.10.8 |
1286 | 2023-11-20T17:36:30.108Z | Downloaded fragile v2.0.0 |
1287 | 2023-11-20T17:36:30.111Z | Downloaded bytes v1.5.0 |
1288 | 2023-11-20T17:36:30.114Z | Downloaded scopeguard v1.2.0 |
1289 | 2023-11-20T17:36:30.117Z | Downloaded ppv-lite86 v0.2.17 |
1290 | 2023-11-20T17:36:30.120Z | Downloaded usdt-attr-macro v0.3.5 |
1291 | 2023-11-20T17:36:30.123Z | Downloaded aho-corasick v1.0.4 |
1292 | 2023-11-20T17:36:30.126Z | Downloaded shell-words v1.1.0 |
1293 | 2023-11-20T17:36:30.129Z | Downloaded num-traits v0.2.16 |
1294 | 2023-11-20T17:36:30.133Z | Downloaded cookie v0.18.0 |
1295 | 2023-11-20T17:36:30.136Z | Downloaded crc-any v2.4.3 |
1296 | 2023-11-20T17:36:30.138Z | Downloaded cc v1.0.83 |
1297 | 2023-11-20T17:36:30.141Z | Downloaded parking_lot_core v0.8.6 |
1298 | 2023-11-20T17:36:30.144Z | Downloaded owo-colors v3.5.0 |
1299 | 2023-11-20T17:36:30.147Z | Downloaded downcast v0.11.0 |
1300 | 2023-11-20T17:36:30.150Z | Downloaded postcard-cobs v0.1.5-pre |
1301 | 2023-11-20T17:36:30.153Z | Downloaded serde_with_macros v2.3.3 |
1302 | 2023-11-20T17:36:30.156Z | Downloaded miniz_oxide v0.7.1 |
1303 | 2023-11-20T17:36:30.158Z | Downloaded crossbeam-channel v0.5.8 |
1304 | 2023-11-20T17:36:30.162Z | Downloaded serde_tokenstream v0.1.7 |
1305 | 2023-11-20T17:36:30.165Z | Downloaded version_check v0.9.4 |
1306 | 2023-11-20T17:36:30.168Z | Downloaded untrusted v0.9.0 |
1307 | 2023-11-20T17:36:30.171Z | Downloaded parking_lot v0.12.1 |
1308 | 2023-11-20T17:36:30.174Z | Downloaded papergrid v0.10.0 |
1309 | 2023-11-20T17:36:30.177Z | Downloaded backoff v0.4.0 |
1310 | 2023-11-20T17:36:30.179Z | Downloaded ahash v0.8.3 |
1311 | 2023-11-20T17:36:30.183Z | Downloaded serde_repr v0.1.16 |
1312 | 2023-11-20T17:36:30.185Z | Downloaded funty v2.0.0 |
1313 | 2023-11-20T17:36:30.188Z | Downloaded dirs-sys-next v0.1.2 |
1314 | 2023-11-20T17:36:30.191Z | Downloaded lock_api v0.4.10 |
1315 | 2023-11-20T17:36:30.194Z | Downloaded autocfg v1.1.0 |
1316 | 2023-11-20T17:36:30.197Z | Downloaded smallvec v0.6.14 |
1317 | 2023-11-20T17:36:30.200Z | Downloaded wait-timeout v0.2.0 |
1318 | 2023-11-20T17:36:30.203Z | Downloaded spin v0.9.8 |
1319 | 2023-11-20T17:36:30.206Z | Downloaded snafu-derive v0.7.5 |
1320 | 2023-11-20T17:36:30.210Z | Downloaded nu-ansi-term v0.49.0 |
1321 | 2023-11-20T17:36:30.213Z | Downloaded num-rational v0.4.1 |
1322 | 2023-11-20T17:36:30.216Z | Downloaded impl-trait-for-tuples v0.2.2 |
1323 | 2023-11-20T17:36:30.219Z | Downloaded poly1305 v0.8.0 |
1324 | 2023-11-20T17:36:30.222Z | Downloaded signature v1.6.4 |
1325 | 2023-11-20T17:36:30.227Z | Downloaded path-dedot v3.1.0 |
1326 | 2023-11-20T17:36:30.230Z | Downloaded parse-display v0.8.2 |
1327 | 2023-11-20T17:36:30.235Z | Downloaded headers-core v0.2.0 |
1328 | 2023-11-20T17:36:30.241Z | Downloaded signal-hook-tokio v0.3.1 |
1329 | 2023-11-20T17:36:30.653Z | Downloaded serde_plain v1.0.2 |
1330 | 2023-11-20T17:36:30.657Z | Downloaded num-derive v0.4.0 |
1331 | 2023-11-20T17:36:30.667Z | Downloaded libloading v0.7.4 |
1332 | 2023-11-20T17:36:30.675Z | Downloaded crossbeam-deque v0.8.3 |
1333 | 2023-11-20T17:36:30.683Z | Downloaded dirs-next v2.0.0 |
1334 | 2023-11-20T17:36:30.690Z | Downloaded digest v0.10.7 |
1335 | 2023-11-20T17:36:30.699Z | Downloaded difflib v0.4.0 |
1336 | 2023-11-20T17:36:30.706Z | Downloaded assert_cmd v2.0.12 |
1337 | 2023-11-20T17:36:30.714Z | Downloaded arrayvec v0.7.4 |
1338 | 2023-11-20T17:36:30.717Z | Downloaded num-iter v0.1.43 |
1339 | 2023-11-20T17:36:30.720Z | Downloaded omicron-zone-package v0.9.1 |
1340 | 2023-11-20T17:36:30.724Z | Downloaded libtest-mimic v0.6.1 |
1341 | 2023-11-20T17:36:30.727Z | Downloaded constant_time_eq v0.3.0 |
1342 | 2023-11-20T17:36:30.730Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1343 | 2023-11-20T17:36:30.734Z | Downloaded bitfield v0.14.0 |
1344 | 2023-11-20T17:36:30.738Z | Downloaded want v0.3.1 |
1345 | 2023-11-20T17:36:30.741Z | Downloaded waitgroup v0.1.2 |
1346 | 2023-11-20T17:36:30.744Z | Downloaded spin v0.5.2 |
1347 | 2023-11-20T17:36:30.747Z | Downloaded signal-hook-registry v1.4.1 |
1348 | 2023-11-20T17:36:30.751Z | Downloaded oorandom v11.1.3 |
1349 | 2023-11-20T17:36:30.755Z | Downloaded num_enum v0.5.11 |
1350 | 2023-11-20T17:36:30.759Z | Downloaded native-tls v0.2.11 |
1351 | 2023-11-20T17:36:30.788Z | Downloaded crypto-common v0.1.6 |
1352 | 2023-11-20T17:36:30.792Z | Downloaded crossbeam-utils v0.8.16 |
1353 | 2023-11-20T17:36:30.796Z | Downloaded chacha20poly1305 v0.10.1 |
1354 | 2023-11-20T17:36:30.799Z | Downloaded ciborium-ll v0.2.1 |
1355 | 2023-11-20T17:36:30.802Z | Downloaded block-buffer v0.10.4 |
1356 | 2023-11-20T17:36:30.805Z | Downloaded bb8 v0.8.1 |
1357 | 2023-11-20T17:36:30.808Z | Downloaded bit-set v0.5.3 |
1358 | 2023-11-20T17:36:30.817Z | Downloaded tempfile v3.8.0 |
1359 | 2023-11-20T17:36:30.820Z | Downloaded block-padding v0.3.3 |
1360 | 2023-11-20T17:36:30.825Z | Downloaded ascii-canvas v3.0.0 |
1361 | 2023-11-20T17:36:30.828Z | Downloaded num_cpus v1.16.0 |
1362 | 2023-11-20T17:36:30.831Z | Downloaded corncobs v0.1.3 |
1363 | 2023-11-20T17:36:30.834Z | Downloaded foreign-types-shared v0.3.1 |
1364 | 2023-11-20T17:36:30.837Z | Downloaded foreign-types v0.5.0 |
1365 | 2023-11-20T17:36:30.840Z | Downloaded packed_struct v0.10.1 |
1366 | 2023-11-20T17:36:30.846Z | Downloaded libsw v3.3.0 |
1367 | 2023-11-20T17:36:30.850Z | Downloaded kstat-rs v0.2.3 |
1368 | 2023-11-20T17:36:30.853Z | Downloaded bzip2 v0.4.4 |
1369 | 2023-11-20T17:36:30.856Z | Downloaded nanorand v0.7.0 |
1370 | 2023-11-20T17:36:30.865Z | Downloaded memoffset v0.7.1 |
1371 | 2023-11-20T17:36:30.868Z | Downloaded cpufeatures v0.2.9 |
1372 | 2023-11-20T17:36:30.871Z | Downloaded slab v0.4.9 |
1373 | 2023-11-20T17:36:30.875Z | Downloaded shlex v1.1.0 |
1374 | 2023-11-20T17:36:30.878Z | Downloaded newline-converter v0.3.0 |
1375 | 2023-11-20T17:36:30.881Z | Downloaded mime v0.3.17 |
1376 | 2023-11-20T17:36:30.884Z | Downloaded lazy_static v1.4.0 |
1377 | 2023-11-20T17:36:30.887Z | Downloaded signature v2.1.0 |
1378 | 2023-11-20T17:36:30.890Z | Downloaded parking_lot v0.11.2 |
1379 | 2023-11-20T17:36:30.893Z | Downloaded opaque-debug v0.3.0 |
1380 | 2023-11-20T17:36:30.897Z | Downloaded async-stream v0.3.5 |
1381 | 2023-11-20T17:36:30.900Z | Downloaded adler v1.0.2 |
1382 | 2023-11-20T17:36:30.903Z | Downloaded linked-hash-map v0.5.6 |
1383 | 2023-11-20T17:36:30.906Z | Downloaded indoc v2.0.3 |
1384 | 2023-11-20T17:36:30.909Z | Downloaded hyper-staticfile v0.9.5 |
1385 | 2023-11-20T17:36:30.912Z | Downloaded crossbeam-queue v0.3.8 |
1386 | 2023-11-20T17:36:30.915Z | Downloaded crc-catalog v2.2.0 |
1387 | 2023-11-20T17:36:30.918Z | Downloaded camino-tempfile v1.0.2 |
1388 | 2023-11-20T17:36:30.921Z | Downloaded ansi_term v0.12.1 |
1389 | 2023-11-20T17:36:30.924Z | Downloaded num-integer v0.1.45 |
1390 | 2023-11-20T17:36:30.927Z | Downloaded nibble_vec v0.1.0 |
1391 | 2023-11-20T17:36:30.930Z | Downloaded md-5 v0.10.5 |
1392 | 2023-11-20T17:36:30.933Z | Downloaded maplit v1.0.2 |
1393 | 2023-11-20T17:36:30.936Z | Downloaded ciborium v0.2.1 |
1394 | 2023-11-20T17:36:30.939Z | Downloaded bcs v0.1.6 |
1395 | 2023-11-20T17:36:30.943Z | Downloaded managed v0.8.0 |
1396 | 2023-11-20T17:36:30.946Z | Downloaded lalrpop-util v0.19.12 |
1397 | 2023-11-20T17:36:30.949Z | Downloaded atomicwrites v0.4.2 |
1398 | 2023-11-20T17:36:30.952Z | Downloaded siphasher v0.3.11 |
1399 | 2023-11-20T17:36:30.956Z | Downloaded olpc-cjson v0.1.3 |
1400 | 2023-11-20T17:36:30.958Z | Downloaded normalize-line-endings v0.3.0 |
1401 | 2023-11-20T17:36:30.961Z | Downloaded nodrop v0.1.14 |
1402 | 2023-11-20T17:36:30.964Z | Downloaded inout v0.1.3 |
1403 | 2023-11-20T17:36:30.968Z | Downloaded crc v3.0.1 |
1404 | 2023-11-20T17:36:30.971Z | Downloaded constant_time_eq v0.2.6 |
1405 | 2023-11-20T17:36:30.974Z | Downloaded memoffset v0.9.0 |
1406 | 2023-11-20T17:36:30.979Z | Downloaded iana-time-zone v0.1.57 |
1407 | 2023-11-20T17:36:30.982Z | Downloaded crossbeam v0.8.2 |
1408 | 2023-11-20T17:36:30.985Z | Downloaded addr2line v0.21.0 |
1409 | 2023-11-20T17:36:30.990Z | Downloaded cancel-safe-futures v0.1.5 |
1410 | 2023-11-20T17:36:30.993Z | Downloaded curve25519-dalek-derive v0.1.0 |
1411 | 2023-11-20T17:36:30.996Z | Downloaded aead v0.5.2 |
1412 | 2023-11-20T17:36:30.999Z | Downloaded num v0.4.1 |
1413 | 2023-11-20T17:36:31.003Z | Downloaded newtype_derive v0.1.6 |
1414 | 2023-11-20T17:36:31.006Z | Downloaded new_debug_unreachable v1.0.4 |
1415 | 2023-11-20T17:36:31.009Z | Downloaded macaddr v1.0.1 |
1416 | 2023-11-20T17:36:31.012Z | Downloaded lazycell v1.3.0 |
1417 | 2023-11-20T17:36:31.015Z | Downloaded ident_case v1.0.1 |
1418 | 2023-11-20T17:36:31.018Z | Downloaded cast v0.3.0 |
1419 | 2023-11-20T17:36:31.021Z | Downloaded crucible-workspace-hack v0.1.0 |
1420 | 2023-11-20T17:36:31.024Z | Downloaded keccak v0.1.4 |
1421 | 2023-11-20T17:36:31.037Z | Downloaded itertools v0.10.5 |
1422 | 2023-11-20T17:36:31.046Z | Downloaded criterion-plot v0.5.0 |
1423 | 2023-11-20T17:36:31.049Z | Downloaded cfg-if v0.1.10 |
1424 | 2023-11-20T17:36:31.052Z | Downloaded base16ct v0.2.0 |
1425 | 2023-11-20T17:36:31.055Z | Downloaded arrayref v0.3.7 |
1426 | 2023-11-20T17:36:31.059Z | Downloaded is_ci v1.1.1 |
1427 | 2023-11-20T17:36:31.062Z | Downloaded darling v0.14.4 |
1428 | 2023-11-20T17:36:31.076Z | Downloaded crunchy v0.2.2 |
1429 | 2023-11-20T17:36:31.079Z | Downloaded atty v0.2.14 |
1430 | 2023-11-20T17:36:31.082Z | Downloaded libefi-sys v0.1.0 |
1431 | 2023-11-20T17:36:31.085Z | Downloaded mockall v0.11.4 |
1432 | 2023-11-20T17:36:31.094Z | Downloaded cexpr v0.6.0 |
1433 | 2023-11-20T17:36:31.104Z | Downloaded cipher v0.4.4 |
1434 | 2023-11-20T17:36:31.117Z | Downloaded arc-swap v1.6.0 |
1435 | 2023-11-20T17:36:31.537Z | Downloaded darling v0.20.3 |
1436 | 2023-11-20T17:36:31.543Z | Downloaded chacha20 v0.9.1 |
1437 | 2023-11-20T17:36:31.552Z | Downloaded bytecount v0.6.3 |
1438 | 2023-11-20T17:36:31.562Z | Downloaded assert_matches v1.5.0 |
1439 | 2023-11-20T17:36:31.571Z | Downloaded anes v0.1.6 |
1440 | 2023-11-20T17:36:31.577Z | Compiling proc-macro2 v1.0.69 |
1441 | 2023-11-20T17:36:31.581Z | Compiling serde v1.0.192 |
1442 | 2023-11-20T17:36:31.585Z | Compiling autocfg v1.1.0 |
1443 | 2023-11-20T17:36:31.588Z | Compiling version_check v0.9.4 |
1444 | 2023-11-20T17:36:31.591Z | Compiling syn v1.0.109 |
1445 | 2023-11-20T17:36:31.594Z | Compiling parking_lot_core v0.9.8 |
1446 | 2023-11-20T17:36:31.598Z | Compiling libm v0.2.7 |
1447 | 2023-11-20T17:36:31.601Z | Compiling libc v0.2.150 |
1448 | 2023-11-20T17:36:31.610Z | Compiling futures-core v0.3.29 |
1449 | 2023-11-20T17:36:31.613Z | Compiling cfg-if v1.0.0 |
1450 | 2023-11-20T17:36:31.616Z | Compiling typenum v1.16.0 |
1451 | 2023-11-20T17:36:31.619Z | Compiling once_cell v1.18.0 |
1452 | 2023-11-20T17:36:31.622Z | Compiling futures-task v0.3.29 |
1453 | 2023-11-20T17:36:31.628Z | Compiling generic-array v0.14.7 |
1454 | 2023-11-20T17:36:31.632Z | Compiling lock_api v0.4.10 |
1455 | 2023-11-20T17:36:31.785Z | Compiling quote v1.0.33 |
1456 | 2023-11-20T17:36:31.789Z | Compiling num-traits v0.2.16 |
1457 | 2023-11-20T17:36:31.898Z | Compiling slab v0.4.9 |
1458 | 2023-11-20T17:36:32.040Z | Compiling futures-channel v0.3.29 |
1459 | 2023-11-20T17:36:32.355Z | Compiling cc v1.0.83 |
1460 | 2023-11-20T17:36:32.517Z | Compiling syn v2.0.32 |
1461 | 2023-11-20T17:36:32.914Z | Compiling futures-util v0.3.29 |
1462 | 2023-11-20T17:36:32.939Z | Compiling memchr v2.6.3 |
1463 | 2023-11-20T17:36:33.052Z | Compiling pkg-config v0.3.27 |
1464 | 2023-11-20T17:36:33.210Z | Compiling serde_json v1.0.108 |
1465 | 2023-11-20T17:36:33.281Z | Compiling itoa v1.0.9 |
1466 | 2023-11-20T17:36:33.407Z | Compiling log v0.4.20 |
1467 | 2023-11-20T17:36:33.606Z | Compiling rustix v0.38.9 |
1468 | 2023-11-20T17:36:33.695Z | Compiling schemars v0.8.13 |
1469 | 2023-11-20T17:36:34.081Z | Compiling httparse v1.8.0 |
1470 | 2023-11-20T17:36:34.218Z | Compiling indexmap v1.9.3 |
1471 | 2023-11-20T17:36:34.726Z | Compiling getrandom v0.2.10 |
1472 | 2023-11-20T17:36:34.779Z | Compiling ryu v1.0.15 |
1473 | 2023-11-20T17:36:34.845Z | Compiling vcpkg v0.2.15 |
1474 | 2023-11-20T17:36:35.261Z | Compiling equivalent v1.0.1 |
1475 | 2023-11-20T17:36:35.311Z | Compiling hashbrown v0.14.2 |
1476 | 2023-11-20T17:36:35.356Z | Compiling ahash v0.8.3 |
1477 | 2023-11-20T17:36:35.402Z | Compiling openssl v0.10.57 |
1478 | 2023-11-20T17:36:35.802Z | Compiling scopeguard v1.2.0 |
1479 | 2023-11-20T17:36:35.990Z | Compiling fnv v1.0.7 |
1480 | 2023-11-20T17:36:36.485Z | Compiling aho-corasick v1.0.4 |
1481 | 2023-11-20T17:36:36.492Z | Compiling regex-syntax v0.8.2 |
1482 | 2023-11-20T17:36:36.500Z | Compiling ring v0.16.20 |
1483 | 2023-11-20T17:36:36.742Z | Compiling ring v0.17.5 |
1484 | 2023-11-20T17:36:37.373Z | Compiling rustls v0.21.9 |
1485 | 2023-11-20T17:36:37.721Z | Compiling openssl-sys v0.9.93 |
1486 | 2023-11-20T17:36:40.519Z | Compiling native-tls v0.2.11 |
1487 | 2023-11-20T17:36:40.988Z | Compiling async-trait v0.1.74 |
1488 | 2023-11-20T17:36:41.627Z | Compiling regex-automata v0.4.3 |
1489 | 2023-11-20T17:36:42.186Z | Compiling ucd-trie v0.1.6 |
1490 | 2023-11-20T17:36:42.928Z | Compiling unicode-xid v0.2.4 |
1491 | 2023-11-20T17:36:42.961Z | Compiling smallvec v1.11.0 |
1492 | 2023-11-20T17:36:43.184Z | Compiling backtrace v0.3.69 |
1493 | 2023-11-20T17:36:43.737Z | Compiling crossbeam-utils v0.8.16 |
1494 | 2023-11-20T17:36:43.841Z | Compiling iana-time-zone v0.1.57 |
1495 | 2023-11-20T17:36:44.386Z | Compiling serde_derive_internals v0.26.0 |
1496 | 2023-11-20T17:36:44.486Z | Compiling parking_lot v0.12.1 |
1497 | 2023-11-20T17:36:44.599Z | Compiling anyhow v1.0.75 |
1498 | 2023-11-20T17:36:45.519Z | Compiling slog v2.7.0 |
1499 | 2023-11-20T17:36:45.604Z | Compiling num-integer v0.1.45 |
1500 | 2023-11-20T17:36:45.821Z | Compiling dyn-clone v1.0.13 |
1501 | 2023-11-20T17:36:45.938Z | Compiling byteorder v1.5.0 |
1502 | 2023-11-20T17:36:46.031Z | Compiling crc32fast v1.3.2 |
1503 | 2023-11-20T17:36:46.276Z | Compiling synstructure v0.12.6 |
1504 | 2023-11-20T17:36:46.697Z | Compiling hashbrown v0.13.2 |
1505 | 2023-11-20T17:36:46.735Z | Compiling time-core v0.1.1 |
1506 | 2023-11-20T17:36:46.738Z | Compiling spin v0.5.2 |
1507 | 2023-11-20T17:36:46.967Z | Compiling time-macros v0.2.13 |
1508 | 2023-11-20T17:36:47.093Z | Compiling pin-project-lite v0.2.13 |
1509 | 2023-11-20T17:36:47.263Z | Compiling winnow v0.5.15 |
1510 | 2023-11-20T17:36:48.274Z | Compiling regex v1.10.2 |
1511 | 2023-11-20T17:36:48.576Z | Compiling rustversion v1.0.14 |
1512 | 2023-11-20T17:36:48.773Z | Compiling signal-hook-registry v1.4.1 |
1513 | 2023-11-20T17:36:49.850Z | Compiling mio v0.8.8 |
1514 | 2023-11-20T17:36:50.339Z | Compiling errno v0.3.2 |
1515 | 2023-11-20T17:36:50.609Z | Compiling num_cpus v1.16.0 |
1516 | 2023-11-20T17:36:50.766Z | Compiling socket2 v0.5.4 |
1517 | 2023-11-20T17:36:51.664Z | Compiling usdt-impl v0.3.5 |
1518 | 2023-11-20T17:36:51.696Z | Compiling futures-sink v0.3.29 |
1519 | 2023-11-20T17:36:51.903Z | Compiling unicode-width v0.1.11 |
1520 | 2023-11-20T17:36:52.051Z | Compiling memoffset v0.9.0 |
1521 | 2023-11-20T17:36:52.132Z | Compiling tinyvec_macros v0.1.1 |
1522 | 2023-11-20T17:36:52.248Z | Compiling tinyvec v1.6.0 |
1523 | 2023-11-20T17:36:52.797Z | Compiling futures-io v0.3.29 |
1524 | 2023-11-20T17:36:52.800Z | Compiling pin-utils v0.1.0 |
1525 | 2023-11-20T17:36:52.915Z | Compiling spin v0.9.8 |
1526 | 2023-11-20T17:36:53.094Z | Compiling tracing-core v0.1.31 |
1527 | 2023-11-20T17:36:53.215Z | Compiling unicode-bidi v0.3.13 |
1528 | 2023-11-20T17:36:53.481Z | Compiling signal-hook v0.3.17 |
1529 | 2023-11-20T17:36:53.485Z | Compiling lazy_static v1.4.0 |
1530 | 2023-11-20T17:36:53.628Z | Compiling thread-id v4.2.0 |
1531 | 2023-11-20T17:36:53.778Z | Compiling crossbeam-epoch v0.9.15 |
1532 | 2023-11-20T17:36:53.911Z | Compiling strsim v0.10.0 |
1533 | 2023-11-20T17:36:54.145Z | Compiling serde_derive v1.0.192 |
1534 | 2023-11-20T17:36:54.451Z | Compiling thiserror-impl v1.0.49 |
1535 | 2023-11-20T17:36:54.722Z | Compiling zeroize_derive v1.4.2 |
1536 | 2023-11-20T17:36:54.919Z | Compiling tokio-macros v2.1.0 |
1537 | 2023-11-20T17:36:54.967Z | Compiling futures-macro v0.3.29 |
1538 | 2023-11-20T17:36:55.327Z | Compiling tracing-attributes v0.1.26 |
1539 | 2023-11-20T17:36:55.346Z | Compiling schemars_derive v0.8.13 |
1540 | 2023-11-20T17:36:55.435Z | Compiling openssl-macros v0.1.1 |
1541 | 2023-11-20T17:36:57.002Z | Compiling zerocopy-derive v0.2.0 |
1542 | 2023-11-20T17:36:57.332Z | Compiling zerocopy-derive v0.6.4 |
1543 | 2023-11-20T17:36:58.901Z | Compiling thiserror v1.0.49 |
1544 | 2023-11-20T17:36:59.088Z | Compiling pest v2.7.2 |
1545 | 2023-11-20T17:36:59.878Z | Compiling zerocopy v0.3.0 |
1546 | 2023-11-20T17:37:00.215Z | Compiling unicode-normalization v0.1.22 |
1547 | 2023-11-20T17:37:00.373Z | Compiling clap_derive v4.4.2 |
1548 | 2023-11-20T17:37:00.487Z | Compiling strum_macros v0.25.2 |
1549 | 2023-11-20T17:37:00.766Z | Compiling tracing v0.1.37 |
1550 | 2023-11-20T17:37:01.155Z | Compiling dof v0.1.5 |
1551 | 2023-11-20T17:37:01.717Z | Compiling num-iter v0.1.43 |
1552 | 2023-11-20T17:37:02.058Z | Compiling base64 v0.21.5 |
1553 | 2023-11-20T17:37:02.146Z | Compiling either v1.9.0 |
1554 | 2023-11-20T17:37:02.660Z | Compiling rand_core v0.6.4 |
1555 | 2023-11-20T17:37:02.677Z | Compiling foreign-types-shared v0.1.1 |
1556 | 2023-11-20T17:37:02.814Z | Compiling percent-encoding v2.3.0 |
1557 | 2023-11-20T17:37:03.226Z | Compiling pest_meta v2.7.2 |
1558 | 2023-11-20T17:37:03.274Z | Compiling hashbrown v0.12.3 |
1559 | 2023-11-20T17:37:03.330Z | Compiling openssl-probe v0.1.5 |
1560 | 2023-11-20T17:37:03.743Z | Compiling untrusted v0.7.1 |
1561 | 2023-11-20T17:37:03.847Z | Compiling untrusted v0.9.0 |
1562 | 2023-11-20T17:37:06.603Z | Compiling pest_generator v2.7.2 |
1563 | 2023-11-20T17:37:06.678Z | Compiling foreign-types v0.3.2 |
1564 | 2023-11-20T17:37:06.798Z | Compiling zeroize v1.6.0 |
1565 | 2023-11-20T17:37:08.300Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1566 | 2023-11-20T17:37:09.618Z | Compiling try-lock v0.2.4 |
1567 | 2023-11-20T17:37:09.812Z | Compiling want v0.3.1 |
1568 | 2023-11-20T17:37:10.074Z | Compiling rustls-webpki v0.101.7 |
1569 | 2023-11-20T17:37:10.212Z | Compiling sct v0.7.0 |
1570 | 2023-11-20T17:37:10.477Z | Compiling pest_derive v2.7.2 |
1571 | 2023-11-20T17:37:10.613Z | Compiling form_urlencoded v1.2.0 |
1572 | 2023-11-20T17:37:10.915Z | Compiling socket2 v0.4.9 |
1573 | 2023-11-20T17:37:11.050Z | Compiling httpdate v1.0.3 |
1574 | 2023-11-20T17:37:11.557Z | Compiling dtrace-parser v0.1.14 |
1575 | 2023-11-20T17:37:11.665Z | Compiling tower-service v0.3.2 |
1576 | 2023-11-20T17:37:11.828Z | Compiling rustls-pemfile v1.0.3 |
1577 | 2023-11-20T17:37:12.209Z | Compiling idna v0.4.0 |
1578 | 2023-11-20T17:37:12.322Z | Compiling siphasher v0.3.11 |
1579 | 2023-11-20T17:37:12.921Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1580 | 2023-11-20T17:37:12.924Z | Compiling adler v1.0.2 |
1581 | 2023-11-20T17:37:13.248Z | Compiling miniz_oxide v0.7.1 |
1582 | 2023-11-20T17:37:13.578Z | Compiling rustls-native-certs v0.6.3 |
1583 | 2023-11-20T17:37:14.021Z | Compiling url v2.4.1 |
1584 | 2023-11-20T17:37:14.093Z | Compiling bitflags v1.3.2 |
1585 | 2023-11-20T17:37:14.270Z | Compiling ipnet v2.8.0 |
1586 | 2023-11-20T17:37:14.474Z | Compiling encoding_rs v0.8.33 |
1587 | 2023-11-20T17:37:14.654Z | Compiling webpki-roots v0.25.2 |
1588 | 2023-11-20T17:37:14.882Z | Compiling mime v0.3.17 |
1589 | 2023-11-20T17:37:15.637Z | Compiling gimli v0.28.0 |
1590 | 2023-11-20T17:37:15.704Z | Compiling crypto-common v0.1.6 |
1591 | 2023-11-20T17:37:15.978Z | Compiling enum-as-inner v0.5.1 |
1592 | 2023-11-20T17:37:16.040Z | Compiling diesel_table_macro_syntax v0.1.0 |
1593 | 2023-11-20T17:37:16.462Z | Compiling object v0.32.1 |
1594 | 2023-11-20T17:37:16.581Z | Compiling num-bigint v0.4.4 |
1595 | 2023-11-20T17:37:16.908Z | Compiling smoltcp v0.9.1 |
1596 | 2023-11-20T17:37:17.424Z | Compiling indexmap v2.1.0 |
1597 | 2023-11-20T17:37:17.499Z | Compiling bytes v1.5.0 |
1598 | 2023-11-20T17:37:17.812Z | Compiling chrono v0.4.31 |
1599 | 2023-11-20T17:37:19.415Z | Compiling uuid v1.5.0 |
1600 | 2023-11-20T17:37:19.516Z | Compiling semver v1.0.20 |
1601 | 2023-11-20T17:37:20.532Z | Compiling http v0.2.11 |
1602 | 2023-11-20T17:37:20.607Z | Compiling bitflags v2.4.0 |
1603 | 2023-11-20T17:37:21.216Z | Compiling serde_spanned v0.6.4 |
1604 | 2023-11-20T17:37:21.540Z | Compiling toml_datetime v0.6.5 |
1605 | 2023-11-20T17:37:22.091Z | Compiling rustc_version v0.4.0 |
1606 | 2023-11-20T17:37:22.196Z | Compiling toml_edit v0.19.15 |
1607 | 2023-11-20T17:37:23.090Z | Compiling tokio v1.33.0 |
1608 | 2023-11-20T17:37:23.772Z | Compiling openapiv3 v2.0.0-rc.1 |
1609 | 2023-11-20T17:37:25.043Z | Compiling serde_tokenstream v0.1.7 |
1610 | 2023-11-20T17:37:25.821Z | Compiling http-body v0.4.5 |
1611 | 2023-11-20T17:37:26.821Z | Compiling usdt-macro v0.3.5 |
1612 | 2023-11-20T17:37:27.061Z | Compiling usdt-attr-macro v0.3.5 |
1613 | 2023-11-20T17:37:27.941Z | Compiling heapless v0.7.16 |
1614 | 2023-11-20T17:37:28.641Z | Compiling serde_urlencoded v0.7.1 |
1615 | 2023-11-20T17:37:28.660Z | Compiling addr2line v0.21.0 |
1616 | 2023-11-20T17:37:28.685Z | Compiling rustc-demangle v0.1.23 |
1617 | 2023-11-20T17:37:29.211Z | Compiling bit-vec v0.6.3 |
1618 | 2023-11-20T17:37:29.892Z | Compiling diesel_derives v2.1.1 |
1619 | 2023-11-20T17:37:30.172Z | Compiling flate2 v1.0.28 |
1620 | 2023-11-20T17:37:30.191Z | Compiling block-buffer v0.10.4 |
1621 | 2023-11-20T17:37:30.542Z | Compiling phf_shared v0.10.0 |
1622 | 2023-11-20T17:37:31.125Z | Compiling hubpack_derive v0.1.1 |
1623 | 2023-11-20T17:37:31.675Z | Compiling precomputed-hash v0.1.1 |
1624 | 2023-11-20T17:37:31.826Z | Compiling ppv-lite86 v0.2.17 |
1625 | 2023-11-20T17:37:32.056Z | Compiling subtle v2.5.0 |
1626 | 2023-11-20T17:37:32.354Z | Compiling const-oid v0.9.5 |
1627 | 2023-11-20T17:37:32.496Z | Compiling fixedbitset v0.4.2 |
1628 | 2023-11-20T17:37:33.066Z | Compiling new_debug_unreachable v1.0.4 |
1629 | 2023-11-20T17:37:33.134Z | Compiling rand_chacha v0.3.1 |
1630 | 2023-11-20T17:37:33.186Z | Compiling string_cache v0.8.7 |
1631 | 2023-11-20T17:37:33.840Z | Compiling petgraph v0.6.4 |
1632 | 2023-11-20T17:37:34.471Z | Compiling bit-set v0.5.3 |
1633 | 2023-11-20T17:37:34.677Z | Compiling toml v0.7.8 |
1634 | 2023-11-20T17:37:34.873Z | Compiling toml_edit v0.21.0 |
1635 | 2023-11-20T17:37:35.346Z | Compiling hex v0.4.3 |
1636 | 2023-11-20T17:37:35.592Z | Compiling digest v0.10.7 |
1637 | 2023-11-20T17:37:36.226Z | Compiling tokio-util v0.7.10 |
1638 | 2023-11-20T17:37:36.299Z | Compiling tokio-rustls v0.24.1 |
1639 | 2023-11-20T17:37:37.136Z | Compiling itertools v0.10.5 |
1640 | 2023-11-20T17:37:37.796Z | Compiling tokio-native-tls v0.3.1 |
1641 | 2023-11-20T17:37:38.190Z | Compiling h2 v0.3.21 |
1642 | 2023-11-20T17:37:38.566Z | Compiling unicode-segmentation v1.10.1 |
1643 | 2023-11-20T17:37:40.011Z | Compiling lalrpop-util v0.19.12 |
1644 | 2023-11-20T17:37:40.429Z | Compiling rand v0.8.5 |
1645 | 2023-11-20T17:37:40.553Z | Compiling serde_repr v0.1.16 |
1646 | 2023-11-20T17:37:41.841Z | Compiling io-lifetimes v1.0.11 |
1647 | 2023-11-20T17:37:42.115Z | Compiling cpufeatures v0.2.9 |
1648 | 2023-11-20T17:37:42.191Z | Compiling anstyle v1.0.2 |
1649 | 2023-11-20T17:37:42.236Z | Compiling utf8parse v0.2.1 |
1650 | 2023-11-20T17:37:42.403Z | Compiling sha2 v0.10.8 |
1651 | 2023-11-20T17:37:42.462Z | Compiling anstyle-parse v0.2.1 |
1652 | 2023-11-20T17:37:42.870Z | Compiling rustix v0.37.23 |
1653 | 2023-11-20T17:37:42.942Z | Compiling md-5 v0.10.5 |
1654 | 2023-11-20T17:37:42.976Z | Compiling hmac v0.12.1 |
1655 | 2023-11-20T17:37:43.273Z | Compiling stringprep v0.1.3 |
1656 | 2023-11-20T17:37:43.296Z | Compiling hash32 v0.2.1 |
1657 | 2023-11-20T17:37:43.839Z | Compiling fallible-iterator v0.2.0 |
1658 | 2023-11-20T17:37:44.692Z | Compiling colorchoice v1.0.0 |
1659 | 2023-11-20T17:37:44.912Z | Compiling anstyle-query v1.0.0 |
1660 | 2023-11-20T17:37:44.931Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2023-11-20T17:37:45.059Z | Compiling anstream v0.5.0 |
1662 | 2023-11-20T17:37:45.095Z | Compiling postgres-protocol v0.6.6 |
1663 | 2023-11-20T17:37:45.332Z | Compiling terminal_size v0.2.6 |
1664 | 2023-11-20T17:37:45.499Z | Compiling block-padding v0.3.3 |
1665 | 2023-11-20T17:37:45.587Z | Compiling phf_shared v0.11.2 |
1666 | 2023-11-20T17:37:46.035Z | Compiling scheduled-thread-pool v0.2.7 |
1667 | 2023-11-20T17:37:46.123Z | Compiling num_threads v0.1.6 |
1668 | 2023-11-20T17:37:46.286Z | Compiling regex-automata v0.1.10 |
1669 | 2023-11-20T17:37:46.633Z | Compiling matches v0.1.10 |
1670 | 2023-11-20T17:37:46.757Z | Compiling managed v0.8.0 |
1671 | 2023-11-20T17:37:46.776Z | Compiling deranged v0.3.8 |
1672 | 2023-11-20T17:37:47.009Z | Compiling clap_lex v0.5.1 |
1673 | 2023-11-20T17:37:47.063Z | Compiling bstr v0.2.17 |
1674 | 2023-11-20T17:37:47.098Z | Compiling idna v0.2.3 |
1675 | 2023-11-20T17:37:47.367Z | Compiling signal-hook-mio v0.2.3 |
1676 | 2023-11-20T17:37:47.585Z | Compiling clap_builder v4.4.2 |
1677 | 2023-11-20T17:37:47.673Z | Compiling r2d2 v0.8.10 |
1678 | 2023-11-20T17:37:48.203Z | Compiling postgres-types v0.2.6 |
1679 | 2023-11-20T17:37:49.266Z | Compiling phf v0.11.2 |
1680 | 2023-11-20T17:37:49.561Z | Compiling bzip2 v0.4.4 |
1681 | 2023-11-20T17:37:49.701Z | Compiling inout v0.1.3 |
1682 | 2023-11-20T17:37:49.845Z | Compiling time v0.3.27 |
1683 | 2023-11-20T17:37:50.062Z | Compiling hyper v0.14.27 |
1684 | 2023-11-20T17:37:50.528Z | Compiling hubpack v0.1.2 |
1685 | 2023-11-20T17:37:51.022Z | Compiling ipnetwork v0.20.0 |
1686 | 2023-11-20T17:37:51.710Z | Compiling futures-executor v0.3.29 |
1687 | 2023-11-20T17:37:52.252Z | Compiling itertools v0.11.0 |
1688 | 2023-11-20T17:37:52.512Z | Compiling zerocopy v0.6.4 |
1689 | 2023-11-20T17:37:53.875Z | Compiling float-cmp v0.9.0 |
1690 | 2023-11-20T17:37:54.204Z | Compiling regex-automata v0.3.8 |
1691 | 2023-11-20T17:37:55.297Z | Compiling static_assertions v1.1.0 |
1692 | 2023-11-20T17:37:55.421Z | Compiling whoami v1.4.1 |
1693 | 2023-11-20T17:37:55.440Z | Compiling predicates-core v1.0.6 |
1694 | 2023-11-20T17:37:55.903Z | Compiling normalize-line-endings v0.3.0 |
1695 | 2023-11-20T17:37:55.952Z | Compiling data-encoding v2.4.0 |
1696 | 2023-11-20T17:37:56.060Z | Compiling difflib v0.4.0 |
1697 | 2023-11-20T17:37:56.244Z | Compiling tokio-postgres v0.7.10 |
1698 | 2023-11-20T17:37:57.079Z | Compiling bstr v1.6.0 |
1699 | 2023-11-20T17:37:58.087Z | Compiling trust-dns-proto v0.22.0 |
1700 | 2023-11-20T17:37:58.203Z | Compiling predicates v3.0.4 |
1701 | 2023-11-20T17:37:58.255Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1702 | 2023-11-20T17:37:59.611Z | Compiling yasna v0.5.2 |
1703 | 2023-11-20T17:38:00.457Z | Compiling clap v4.4.3 |
1704 | 2023-11-20T17:38:00.607Z | Compiling diesel v2.1.4 |
1705 | 2023-11-20T17:38:00.649Z | Compiling futures v0.3.29 |
1706 | 2023-11-20T17:38:00.806Z | Compiling cipher v0.4.4 |
1707 | 2023-11-20T17:38:01.510Z | Compiling zip v0.6.6 |
1708 | 2023-11-20T17:38:01.702Z | Compiling similar v2.2.1 |
1709 | 2023-11-20T17:38:02.457Z | Compiling hyper-tls v0.5.0 |
1710 | 2023-11-20T17:38:02.947Z | Compiling hyper-rustls v0.24.2 |
1711 | 2023-11-20T17:38:03.574Z | Compiling reqwest v0.11.22 |
1712 | 2023-11-20T17:38:03.728Z | Compiling crossterm v0.27.0 |
1713 | 2023-11-20T17:38:04.644Z | Compiling signature v2.1.0 |
1714 | 2023-11-20T17:38:04.956Z | Compiling tokio-stream v0.1.14 |
1715 | 2023-11-20T17:38:05.164Z | Compiling usdt v0.3.5 |
1716 | 2023-11-20T17:38:05.539Z | Compiling console v0.15.7 |
1717 | 2023-11-20T17:38:06.438Z | Compiling serde_tokenstream v0.2.0 |
1718 | 2023-11-20T17:38:07.390Z | Compiling regress v0.7.1 |
1719 | 2023-11-20T17:38:07.658Z | Compiling getopts v0.2.21 |
1720 | 2023-11-20T17:38:07.708Z | Compiling unsafe-libyaml v0.2.9 |
1721 | 2023-11-20T17:38:09.540Z | Compiling ident_case v1.0.1 |
1722 | 2023-11-20T17:38:10.180Z | Compiling serde_yaml v0.9.25 |
1723 | 2023-11-20T17:38:10.633Z | Compiling paste v1.0.14 |
1724 | 2023-11-20T17:38:10.883Z | Compiling slog-async v2.8.0 |
1725 | 2023-11-20T17:38:11.039Z | Compiling multer v2.1.0 |
1726 | 2023-11-20T17:38:11.568Z | Compiling async-stream-impl v0.3.5 |
1727 | 2023-11-20T17:38:11.635Z | Compiling darling_core v0.20.3 |
1728 | 2023-11-20T17:38:13.057Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1729 | 2023-11-20T17:38:13.507Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1730 | 2023-11-20T17:38:15.974Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1731 | 2023-11-20T17:38:18.113Z | Compiling structmeta-derive v0.2.0 |
1732 | 2023-11-20T17:38:19.224Z | Compiling regex-syntax v0.7.5 |
1733 | 2023-11-20T17:38:20.734Z | Compiling darling_macro v0.20.3 |
1734 | 2023-11-20T17:38:22.148Z | Compiling darling v0.20.3 |
1735 | 2023-11-20T17:38:22.301Z | Compiling serde_with_macros v2.3.3 |
1736 | 2023-11-20T17:38:22.515Z | Compiling structmeta v0.2.0 |
1737 | 2023-11-20T17:38:23.103Z | Compiling test-strategy v0.3.1 |
1738 | 2023-11-20T17:38:29.681Z | Compiling parse-display-derive v0.8.2 |
1739 | 2023-11-20T17:38:36.812Z | Checking unicode-ident v1.0.12 |
1740 | 2023-11-20T17:38:37.845Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1741 | 2023-11-20T17:38:45.078Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1742 | 2023-11-20T17:38:45.261Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1743 | 2023-11-20T17:38:56.020Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1744 | 2023-11-20T17:39:08.467Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1745 | 2023-11-20T17:39:09.164Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1746 | 2023-11-20T17:39:15.358Z | Checking heck v0.4.1 |
1747 | 2023-11-20T17:39:17.701Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1748 | 2023-11-20T17:39:19.505Z | Checking fastrand v2.0.0 |
1749 | 2023-11-20T17:39:19.968Z | Checking tempfile v3.8.0 |
1750 | 2023-11-20T17:39:20.367Z | Checking sha1 v0.10.6 |
1751 | 2023-11-20T17:39:20.464Z | Checking match_cfg v0.1.0 |
1752 | 2023-11-20T17:39:20.577Z | Checking hostname v0.3.1 |
1753 | 2023-11-20T17:39:20.766Z | Checking atty v0.2.14 |
1754 | 2023-11-20T17:39:20.793Z | Checking quick-error v1.2.3 |
1755 | 2023-11-20T17:39:20.841Z | Checking crossbeam-channel v0.5.8 |
1756 | 2023-11-20T17:39:20.897Z | Checking camino v1.1.6 |
1757 | 2023-11-20T17:39:20.975Z | Checking dirs-sys-next v0.1.2 |
1758 | 2023-11-20T17:39:21.103Z | Checking thread_local v1.1.7 |
1759 | 2023-11-20T17:39:21.213Z | Checking dirs-next v2.0.0 |
1760 | 2023-11-20T17:39:21.396Z | Checking instant v0.1.12 |
1761 | 2023-11-20T17:39:21.530Z | Checking term v0.7.0 |
1762 | 2023-11-20T17:39:21.548Z | Checking toml v0.8.8 |
1763 | 2023-11-20T17:39:21.843Z | Checking strum v0.25.0 |
1764 | 2023-11-20T17:39:21.893Z | Checking take_mut v0.2.2 |
1765 | 2023-11-20T17:39:22.038Z | Checking slog-json v2.6.1 |
1766 | 2023-11-20T17:39:22.055Z | Checking serde_with v2.3.3 |
1767 | 2023-11-20T17:39:22.171Z | Checking slog-term v2.9.0 |
1768 | 2023-11-20T17:39:22.189Z | Checking wait-timeout v0.2.0 |
1769 | 2023-11-20T17:39:22.403Z | Checking atomic-waker v1.1.1 |
1770 | 2023-11-20T17:39:22.437Z | Checking debug-ignore v1.0.5 |
1771 | 2023-11-20T17:39:22.527Z | Checking slog-bunyan v2.4.0 |
1772 | 2023-11-20T17:39:22.571Z | Checking waitgroup v0.1.2 |
1773 | 2023-11-20T17:39:22.711Z | Checking async-stream v0.3.5 |
1774 | 2023-11-20T17:39:22.738Z | Checking serde_path_to_error v0.1.14 |
1775 | 2023-11-20T17:39:22.757Z | Checking rusty-fork v0.3.0 |
1776 | 2023-11-20T17:39:22.938Z | Checking rand_xorshift v0.3.0 |
1777 | 2023-11-20T17:39:22.967Z | Checking unarray v0.1.4 |
1778 | 2023-11-20T17:39:23.194Z | Checking backoff v0.4.0 |
1779 | 2023-11-20T17:39:23.608Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1780 | 2023-11-20T17:39:23.636Z | Checking parse-display v0.8.2 |
1781 | 2023-11-20T17:39:23.721Z | Checking macaddr v1.0.1 |
1782 | 2023-11-20T17:39:24.265Z | Compiling proc-macro-error-attr v1.0.4 |
1783 | 2023-11-20T17:39:24.882Z | Compiling proc-macro-crate v1.3.1 |
1784 | 2023-11-20T17:39:24.886Z | Compiling proc-macro-error v1.0.4 |
1785 | 2023-11-20T17:39:26.236Z | Compiling num_enum_derive v0.5.11 |
1786 | 2023-11-20T17:39:28.025Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1787 | 2023-11-20T17:39:28.336Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1788 | 2023-11-20T17:39:28.549Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1789 | 2023-11-20T17:39:28.612Z | Compiling crucible-workspace-hack v0.1.0 |
1790 | 2023-11-20T17:39:28.688Z | Checking proptest v1.3.1 |
1791 | 2023-11-20T17:39:28.730Z | Compiling foreign-types-macros v0.2.3 |
1792 | 2023-11-20T17:39:29.014Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1793 | 2023-11-20T17:39:29.057Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1794 | 2023-11-20T17:39:29.592Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1795 | 2023-11-20T17:39:29.701Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1796 | 2023-11-20T17:39:30.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1797 | 2023-11-20T17:39:30.994Z | Compiling zone_cfg_derive v0.3.0 |
1798 | 2023-11-20T17:39:31.164Z | Compiling mockall_derive v0.11.4 |
1799 | 2023-11-20T17:39:31.268Z | Compiling num-derive v0.4.0 |
1800 | 2023-11-20T17:39:49.638Z | Checking is-terminal v0.4.9 |
1801 | 2023-11-20T17:40:16.028Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1802 | 2023-11-20T17:40:21.814Z | Checking termtree v0.4.1 |
1803 | 2023-11-20T17:40:22.103Z | Checking predicates-tree v1.0.9 |
1804 | 2023-11-20T17:40:22.486Z | Checking num_enum v0.5.11 |
1805 | 2023-11-20T17:40:22.693Z | Checking postcard-cobs v0.1.5-pre |
1806 | 2023-11-20T17:40:22.928Z | Checking postcard v0.7.3 |
1807 | 2023-11-20T17:40:23.541Z | Checking smoltcp v0.8.2 |
1808 | 2023-11-20T17:40:24.028Z | Checking base64ct v1.6.0 |
1809 | 2023-11-20T17:40:24.249Z | Checking foreign-types-shared v0.3.1 |
1810 | 2023-11-20T17:40:24.399Z | Checking cfg-if v0.1.10 |
1811 | 2023-11-20T17:40:24.440Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1812 | 2023-11-20T17:40:24.508Z | Checking foreign-types v0.5.0 |
1813 | 2023-11-20T17:40:24.771Z | Checking cstr-argument v0.1.2 |
1814 | 2023-11-20T17:40:24.859Z | Checking pretty-hex v0.2.1 |
1815 | 2023-11-20T17:40:25.010Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1816 | 2023-11-20T17:40:25.079Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1817 | 2023-11-20T17:40:25.466Z | Checking colored v2.0.4 |
1818 | 2023-11-20T17:40:26.038Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1819 | 2023-11-20T17:40:26.230Z | Checking predicates v2.1.5 |
1820 | 2023-11-20T17:40:26.522Z | Compiling heck v0.3.3 |
1821 | 2023-11-20T17:40:26.564Z | Checking fragile v2.0.0 |
1822 | 2023-11-20T17:40:26.958Z | Checking downcast v0.11.0 |
1823 | 2023-11-20T17:40:27.069Z | Compiling libefi-sys v0.1.0 |
1824 | 2023-11-20T17:40:27.242Z | Compiling structopt-derive v0.4.18 |
1825 | 2023-11-20T17:40:27.295Z | Checking mockall v0.11.4 |
1826 | 2023-11-20T17:40:27.515Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1827 | 2023-11-20T17:40:27.619Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1828 | 2023-11-20T17:40:27.851Z | Checking zone v0.3.0 |
1829 | 2023-11-20T17:40:28.065Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1830 | 2023-11-20T17:40:28.296Z | Checking smf v0.2.2 |
1831 | 2023-11-20T17:40:28.984Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1832 | 2023-11-20T17:40:29.095Z | Compiling cancel-safe-futures v0.1.5 |
1833 | 2023-11-20T17:40:29.737Z | Checking base64 v0.13.1 |
1834 | 2023-11-20T17:40:30.301Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1835 | 2023-11-20T17:40:31.648Z | Checking filetime v0.2.22 |
1836 | 2023-11-20T17:40:31.767Z | Checking xattr v1.0.1 |
1837 | 2023-11-20T17:40:31.920Z | Compiling der_derive v0.7.2 |
1838 | 2023-11-20T17:40:32.024Z | Checking tar v0.4.40 |
1839 | 2023-11-20T17:40:32.439Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1840 | 2023-11-20T17:40:32.883Z | Compiling convert_case v0.4.0 |
1841 | 2023-11-20T17:40:33.115Z | Compiling slog-dtrace v0.2.3 |
1842 | 2023-11-20T17:40:33.275Z | Compiling radium v0.7.0 |
1843 | 2023-11-20T17:40:33.640Z | Checking pem v1.1.1 |
1844 | 2023-11-20T17:40:33.947Z | Checking camino-tempfile v1.0.2 |
1845 | 2023-11-20T17:40:33.975Z | Compiling maybe-uninit v2.0.0 |
1846 | 2023-11-20T17:40:34.131Z | Compiling derive_more v0.99.17 |
1847 | 2023-11-20T17:40:34.391Z | Checking headers-core v0.2.0 |
1848 | 2023-11-20T17:40:34.604Z | Compiling num-bigint-dig v0.8.4 |
1849 | 2023-11-20T17:40:34.776Z | Compiling packed_struct v0.10.1 |
1850 | 2023-11-20T17:40:35.000Z | Checking headers v0.3.9 |
1851 | 2023-11-20T17:40:35.066Z | Compiling packed_struct_codegen v0.10.1 |
1852 | 2023-11-20T17:40:35.402Z | Checking pem v3.0.2 |
1853 | 2023-11-20T17:40:35.778Z | Checking atomicwrites v0.4.2 |
1854 | 2023-11-20T17:40:35.795Z | Checking rcgen v0.11.3 |
1855 | 2023-11-20T17:40:35.934Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1856 | 2023-11-20T17:40:36.047Z | Checking subprocess v0.2.9 |
1857 | 2023-11-20T17:40:36.849Z | Compiling num-rational v0.4.1 |
1858 | 2023-11-20T17:40:36.866Z | Compiling same-file v1.0.6 |
1859 | 2023-11-20T17:40:36.890Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1860 | 2023-11-20T17:40:37.185Z | Compiling walkdir v2.4.0 |
1861 | 2023-11-20T17:40:37.650Z | Compiling semver-parser v0.10.2 |
1862 | 2023-11-20T17:40:39.060Z | Compiling semver v0.11.0 |
1863 | 2023-11-20T17:40:40.277Z | Compiling home v0.5.5 |
1864 | 2023-11-20T17:40:40.538Z | Compiling toolchain_find v0.2.0 |
1865 | 2023-11-20T17:40:40.616Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1866 | 2023-11-20T17:40:41.327Z | Compiling toml v0.5.11 |
1867 | 2023-11-20T17:40:41.577Z | Checking linked-hash-map v0.5.6 |
1868 | 2023-11-20T17:40:42.084Z | Compiling doc-comment v0.3.3 |
1869 | 2023-11-20T17:40:42.371Z | Checking lru-cache v0.1.2 |
1870 | 2023-11-20T17:40:42.641Z | Compiling omicron-zone-package v0.9.1 |
1871 | 2023-11-20T17:40:43.471Z | Checking ciborium-io v0.2.1 |
1872 | 2023-11-20T17:40:43.627Z | Checking half v1.8.2 |
1873 | 2023-11-20T17:40:44.318Z | Compiling rustfmt-wrapper v0.2.0 |
1874 | 2023-11-20T17:40:44.488Z | Checking ciborium-ll v0.2.1 |
1875 | 2023-11-20T17:40:44.957Z | Checking password-hash v0.5.0 |
1876 | 2023-11-20T17:40:45.326Z | Checking textwrap v0.11.0 |
1877 | 2023-11-20T17:40:45.651Z | Checking blake2 v0.10.6 |
1878 | 2023-11-20T17:40:45.670Z | Checking strsim v0.8.0 |
1879 | 2023-11-20T17:40:45.893Z | Checking ansi_term v0.12.1 |
1880 | 2023-11-20T17:40:45.936Z | Checking vec_map v0.8.2 |
1881 | 2023-11-20T17:40:46.267Z | Checking ciborium v0.2.1 |
1882 | 2023-11-20T17:40:46.332Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1883 | 2023-11-20T17:40:46.350Z | Checking argon2 v0.5.2 |
1884 | 2023-11-20T17:40:46.365Z | Checking clap v2.34.0 |
1885 | 2023-11-20T17:40:46.847Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1886 | 2023-11-20T17:40:47.298Z | Checking arc-swap v1.6.0 |
1887 | 2023-11-20T17:40:47.312Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1888 | 2023-11-20T17:40:47.343Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1889 | 2023-11-20T17:40:47.683Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1890 | 2023-11-20T17:40:47.897Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1891 | 2023-11-20T17:40:47.990Z | Checking slog-scope v4.4.0 |
1892 | 2023-11-20T17:40:48.270Z | Checking slog-stdlog v4.1.1 |
1893 | 2023-11-20T17:40:48.512Z | Compiling snafu-derive v0.7.5 |
1894 | 2023-11-20T17:40:48.700Z | Checking slog-envlogger v2.2.0 |
1895 | 2023-11-20T17:40:49.491Z | Checking newline-converter v0.3.0 |
1896 | 2023-11-20T17:40:49.601Z | Compiling derive-where v1.2.5 |
1897 | 2023-11-20T17:40:49.817Z | Compiling semver v0.1.20 |
1898 | 2023-11-20T17:40:51.152Z | Checking structopt v0.3.26 |
1899 | 2023-11-20T17:40:51.281Z | Compiling rustc_version v0.1.7 |
1900 | 2023-11-20T17:40:51.716Z | Checking expectorate v1.1.0 |
1901 | 2023-11-20T17:40:51.919Z | Checking pem-rfc7468 v0.7.0 |
1902 | 2023-11-20T17:40:52.514Z | Compiling parking_lot_core v0.8.6 |
1903 | 2023-11-20T17:40:52.577Z | Checking flagset v0.4.3 |
1904 | 2023-11-20T17:40:53.091Z | Checking termcolor v1.2.0 |
1905 | 2023-11-20T17:40:53.565Z | Checking der v0.7.8 |
1906 | 2023-11-20T17:40:54.214Z | Compiling newtype_derive v0.1.6 |
1907 | 2023-11-20T17:40:56.642Z | Checking tap v1.0.1 |
1908 | 2023-11-20T17:40:56.743Z | Checking spki v0.7.2 |
1909 | 2023-11-20T17:40:57.188Z | Checking wyz v0.5.1 |
1910 | 2023-11-20T17:40:58.300Z | Checking resolv-conf v0.7.0 |
1911 | 2023-11-20T17:40:58.427Z | Checking fxhash v0.2.1 |
1912 | 2023-11-20T17:40:58.448Z | Checking crc-catalog v2.2.0 |
1913 | 2023-11-20T17:40:58.462Z | Checking funty v2.0.0 |
1914 | 2023-11-20T17:40:58.627Z | Checking pkcs8 v0.10.2 |
1915 | 2023-11-20T17:40:58.643Z | Checking crc v3.0.1 |
1916 | 2023-11-20T17:40:58.777Z | Checking nodrop v0.1.14 |
1917 | 2023-11-20T17:40:58.878Z | Checking trust-dns-resolver v0.22.0 |
1918 | 2023-11-20T17:40:58.933Z | Checking array-init v0.0.4 |
1919 | 2023-11-20T17:40:58.936Z | Checking smallvec v0.6.14 |
1920 | 2023-11-20T17:40:59.001Z | Checking pkcs1 v0.7.5 |
1921 | 2023-11-20T17:40:59.567Z | Compiling rayon-core v1.12.0 |
1922 | 2023-11-20T17:40:59.651Z | Checking bitfield v0.14.0 |
1923 | 2023-11-20T17:41:00.003Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1924 | 2023-11-20T17:41:00.059Z | Checking x509-cert v0.2.4 |
1925 | 2023-11-20T17:41:00.279Z | Checking bitvec v1.0.1 |
1926 | 2023-11-20T17:41:00.363Z | Checking env_logger v0.10.0 |
1927 | 2023-11-20T17:41:00.680Z | Checking serde-hex v0.1.0 |
1928 | 2023-11-20T17:41:01.018Z | Checking hkdf v0.12.3 |
1929 | 2023-11-20T17:41:01.326Z | Checking ron v0.8.1 |
1930 | 2023-11-20T17:41:01.396Z | Compiling memoffset v0.7.1 |
1931 | 2023-11-20T17:41:01.831Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1932 | 2023-11-20T17:41:01.851Z | Checking crc-any v2.4.3 |
1933 | 2023-11-20T17:41:02.229Z | Checking rsa v0.9.2 |
1934 | 2023-11-20T17:41:02.440Z | Compiling buf-list v1.0.3 |
1935 | 2023-11-20T17:41:02.890Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1936 | 2023-11-20T17:41:03.334Z | Checking object v0.30.4 |
1937 | 2023-11-20T17:41:03.357Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1938 | 2023-11-20T17:41:03.770Z | Checking utf-8 v0.7.6 |
1939 | 2023-11-20T17:41:03.923Z | Checking path-slash v0.1.5 |
1940 | 2023-11-20T17:41:04.024Z | Checking keccak v0.1.4 |
1941 | 2023-11-20T17:41:04.348Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1942 | 2023-11-20T17:41:04.502Z | Checking sha3 v0.10.8 |
1943 | 2023-11-20T17:41:04.526Z | Checking secrecy v0.8.0 |
1944 | 2023-11-20T17:41:04.834Z | Compiling unicase v2.7.0 |
1945 | 2023-11-20T17:41:05.077Z | Compiling platforms v3.0.2 |
1946 | 2023-11-20T17:41:05.531Z | Compiling salty v0.2.0 |
1947 | 2023-11-20T17:41:06.141Z | Checking num-complex v0.4.4 |
1948 | 2023-11-20T17:41:06.685Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1949 | 2023-11-20T17:41:07.552Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1950 | 2023-11-20T17:41:07.658Z | Checking num v0.4.1 |
1951 | 2023-11-20T17:41:08.054Z | Checking glob v0.3.1 |
1952 | 2023-11-20T17:41:08.494Z | Checking openapiv3 v1.0.3 |
1953 | 2023-11-20T17:41:08.718Z | Compiling curve25519-dalek v4.1.0 |
1954 | 2023-11-20T17:41:09.334Z | Checking swrite v0.1.0 |
1955 | 2023-11-20T17:41:09.629Z | Compiling mime_guess v2.0.4 |
1956 | 2023-11-20T17:41:10.094Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1957 | 2023-11-20T17:41:11.466Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1958 | 2023-11-20T17:41:11.489Z | Compiling thiserror-impl-no-std v2.0.2 |
1959 | 2023-11-20T17:41:13.788Z | Compiling curve25519-dalek-derive v0.1.0 |
1960 | 2023-11-20T17:41:14.080Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1961 | 2023-11-20T17:41:14.708Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1962 | 2023-11-20T17:41:15.653Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1963 | 2023-11-20T17:41:16.618Z | Checking nibble_vec v0.1.0 |
1964 | 2023-11-20T17:41:17.182Z | Checking endian-type v0.1.2 |
1965 | 2023-11-20T17:41:17.494Z | Compiling crunchy v0.2.2 |
1966 | 2023-11-20T17:41:17.701Z | Compiling portable-atomic v1.4.3 |
1967 | 2023-11-20T17:41:18.210Z | Checking radix_trie v0.2.1 |
1968 | 2023-11-20T17:41:19.171Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1969 | 2023-11-20T17:41:19.174Z | Checking snafu v0.7.5 |
1970 | 2023-11-20T17:41:20.120Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1971 | 2023-11-20T17:41:20.519Z | Checking libsw v3.3.0 |
1972 | 2023-11-20T17:41:20.941Z | Compiling tiny-keccak v2.0.2 |
1973 | 2023-11-20T17:41:21.381Z | Checking owo-colors v3.5.0 |
1974 | 2023-11-20T17:41:21.832Z | Checking linear-map v1.2.0 |
1975 | 2023-11-20T17:41:22.419Z | Checking parking_lot v0.11.2 |
1976 | 2023-11-20T17:41:25.057Z | Checking trust-dns-client v0.22.0 |
1977 | 2023-11-20T17:41:25.837Z | Compiling clang-sys v1.6.1 |
1978 | 2023-11-20T17:41:26.625Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1979 | 2023-11-20T17:41:26.864Z | Checking crossbeam-deque v0.8.3 |
1980 | 2023-11-20T17:41:27.137Z | Compiling darling_core v0.14.4 |
1981 | 2023-11-20T17:41:27.191Z | Compiling prettyplease v0.2.12 |
1982 | 2023-11-20T17:41:27.343Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-11-20T17:41:28.239Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1984 | 2023-11-20T17:41:28.733Z | Compiling ascii-canvas v3.0.0 |
1985 | 2023-11-20T17:41:29.629Z | Checking sled v0.34.7 |
1986 | 2023-11-20T17:41:31.984Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1987 | 2023-11-20T17:41:33.358Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1988 | 2023-11-20T17:41:33.922Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1989 | 2023-11-20T17:41:34.631Z | Compiling ena v0.14.2 |
1990 | 2023-11-20T17:41:34.851Z | Checking pretty-hex v0.3.0 |
1991 | 2023-11-20T17:41:35.007Z | Compiling regex-syntax v0.6.29 |
1992 | 2023-11-20T17:41:35.093Z | Compiling minimal-lexical v0.2.1 |
1993 | 2023-11-20T17:41:35.259Z | Compiling diff v0.1.13 |
1994 | 2023-11-20T17:41:35.868Z | Checking signature v1.6.4 |
1995 | 2023-11-20T17:41:35.930Z | Compiling darling_macro v0.14.4 |
1996 | 2023-11-20T17:41:36.008Z | Compiling nom v7.1.3 |
1997 | 2023-11-20T17:41:36.034Z | Checking ed25519 v1.5.3 |
1998 | 2023-11-20T17:41:36.465Z | Checking tungstenite v0.18.0 |
1999 | 2023-11-20T17:41:37.350Z | Compiling darling v0.14.4 |
2000 | 2023-11-20T17:41:37.381Z | Checking path-dedot v3.1.0 |
2001 | 2023-11-20T17:41:37.525Z | Compiling libloading v0.7.4 |
2002 | 2023-11-20T17:41:37.606Z | Compiling bindgen v0.65.1 |
2003 | 2023-11-20T17:41:37.797Z | Compiling ref-cast v1.0.20 |
2004 | 2023-11-20T17:41:37.841Z | Checking tokio-tungstenite v0.18.0 |
2005 | 2023-11-20T17:41:38.182Z | Checking path-absolutize v3.1.0 |
2006 | 2023-11-20T17:41:38.419Z | Compiling derive_builder_core v0.12.0 |
2007 | 2023-11-20T17:41:38.536Z | Checking rayon v1.8.0 |
2008 | 2023-11-20T17:41:38.555Z | Checking steno v0.4.0 |
2009 | 2023-11-20T17:41:38.638Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2010 | 2023-11-20T17:41:42.187Z | Compiling lalrpop v0.19.12 |
2011 | 2023-11-20T17:41:42.269Z | Compiling cexpr v0.6.0 |
2012 | 2023-11-20T17:41:43.284Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2013 | 2023-11-20T17:41:44.708Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2014 | 2023-11-20T17:41:44.801Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2015 | 2023-11-20T17:41:45.126Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2016 | 2023-11-20T17:41:45.203Z | Checking globset v0.4.13 |
2017 | 2023-11-20T17:41:45.565Z | Checking olpc-cjson v0.1.3 |
2018 | 2023-11-20T17:41:45.944Z | Checking serde-big-array v0.4.1 |
2019 | 2023-11-20T17:41:45.947Z | Checking serde_plain v1.0.2 |
2020 | 2023-11-20T17:41:46.108Z | Checking serde-big-array v0.5.1 |
2021 | 2023-11-20T17:41:46.296Z | Compiling which v4.4.0 |
2022 | 2023-11-20T17:41:46.426Z | Compiling ref-cast-impl v1.0.20 |
2023 | 2023-11-20T17:41:46.443Z | Compiling libxml v0.3.3 |
2024 | 2023-11-20T17:41:46.962Z | Compiling shlex v1.1.0 |
2025 | 2023-11-20T17:41:47.126Z | Compiling peeking_take_while v0.1.2 |
2026 | 2023-11-20T17:41:47.316Z | Compiling rustc-hash v1.1.0 |
2027 | 2023-11-20T17:41:47.347Z | Compiling lazycell v1.3.0 |
2028 | 2023-11-20T17:41:48.221Z | Checking tough v0.14.0 |
2029 | 2023-11-20T17:41:50.736Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2030 | 2023-11-20T17:41:50.868Z | Compiling derive_builder_macro v0.12.0 |
2031 | 2023-11-20T17:41:52.387Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2032 | 2023-11-20T17:41:53.372Z | Checking signal-hook-tokio v0.3.1 |
2033 | 2023-11-20T17:41:53.616Z | Checking ff v0.13.0 |
2034 | 2023-11-20T17:41:53.925Z | Compiling strum_macros v0.24.3 |
2035 | 2023-11-20T17:41:54.302Z | Checking display-error-chain v0.2.0 |
2036 | 2023-11-20T17:41:54.394Z | Checking corncobs v0.1.3 |
2037 | 2023-11-20T17:41:54.496Z | Compiling indoc v1.0.9 |
2038 | 2023-11-20T17:41:54.670Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2039 | 2023-11-20T17:41:54.945Z | Checking group v0.13.0 |
2040 | 2023-11-20T17:41:55.184Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2041 | 2023-11-20T17:41:58.251Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2042 | 2023-11-20T17:41:58.413Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2043 | 2023-11-20T17:42:00.715Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2044 | 2023-11-20T17:42:00.988Z | Checking universal-hash v0.5.1 |
2045 | 2023-11-20T17:42:01.262Z | Checking crypto-bigint v0.5.2 |
2046 | 2023-11-20T17:42:02.779Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2047 | 2023-11-20T17:42:03.239Z | Compiling cookie v0.18.0 |
2048 | 2023-11-20T17:42:04.067Z | Checking opaque-debug v0.3.0 |
2049 | 2023-11-20T17:42:04.375Z | Checking base16ct v0.2.0 |
2050 | 2023-11-20T17:42:05.342Z | Checking elliptic-curve v0.13.5 |
2051 | 2023-11-20T17:42:06.006Z | Checking poly1305 v0.8.0 |
2052 | 2023-11-20T17:42:06.858Z | Checking thiserror-no-std v2.0.2 |
2053 | 2023-11-20T17:42:07.558Z | Checking chacha20 v0.9.1 |
2054 | 2023-11-20T17:42:07.661Z | Checking aead v0.5.2 |
2055 | 2023-11-20T17:42:07.986Z | Compiling oso-derive v0.27.0 |
2056 | 2023-11-20T17:42:08.052Z | Compiling impl-trait-for-tuples v0.2.2 |
2057 | 2023-11-20T17:42:09.776Z | Checking vsss-rs v3.3.1 |
2058 | 2023-11-20T17:42:10.207Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2059 | 2023-11-20T17:42:14.989Z | Checking chacha20poly1305 v0.10.1 |
2060 | 2023-11-20T17:42:16.047Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2061 | 2023-11-20T17:42:16.235Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2062 | 2023-11-20T17:42:16.872Z | Checking tungstenite v0.20.1 |
2063 | 2023-11-20T17:42:18.407Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2064 | 2023-11-20T17:42:22.414Z | Checking tokio-tungstenite v0.20.1 |
2065 | 2023-11-20T17:42:24.510Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2066 | 2023-11-20T17:42:24.626Z | Checking kstat-rs v0.2.3 |
2067 | 2023-11-20T17:42:25.146Z | Checking bcs v0.1.6 |
2068 | 2023-11-20T17:42:26.874Z | Checking highway v1.1.0 |
2069 | 2023-11-20T17:42:27.126Z | Compiling indoc v2.0.3 |
2070 | 2023-11-20T17:42:27.157Z | Checking assert_matches v1.5.0 |
2071 | 2023-11-20T17:42:32.510Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2072 | 2023-11-20T17:42:35.734Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2073 | 2023-11-20T17:42:35.825Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2074 | 2023-11-20T17:42:36.139Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2075 | 2023-11-20T17:42:36.326Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2076 | 2023-11-20T17:42:37.647Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2077 | 2023-11-20T17:42:38.854Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2078 | 2023-11-20T17:42:40.802Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2079 | 2023-11-20T17:42:41.421Z | Checking humantime v2.1.0 |
2080 | 2023-11-20T17:42:41.894Z | Checking http-range v0.1.5 |
2081 | 2023-11-20T17:42:42.150Z | Checking hyper-staticfile v0.9.5 |
2082 | 2023-11-20T17:42:42.271Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2083 | 2023-11-20T17:42:42.867Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2084 | 2023-11-20T17:42:45.124Z | Checking number_prefix v0.4.0 |
2085 | 2023-11-20T17:42:45.914Z | Checking maplit v1.0.2 |
2086 | 2023-11-20T17:42:46.066Z | Checking indicatif v0.17.7 |
2087 | 2023-11-20T17:42:49.659Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2088 | 2023-11-20T17:42:51.437Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2089 | 2023-11-20T17:42:51.453Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2090 | 2023-11-20T17:42:52.090Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2091 | 2023-11-20T17:42:52.246Z | Checking derive_builder v0.12.0 |
2092 | 2023-11-20T17:42:55.346Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2093 | 2023-11-20T17:42:55.661Z | Checking bb8 v0.8.1 |
2094 | 2023-11-20T17:42:55.696Z | Checking quick-xml v0.23.1 |
2095 | 2023-11-20T17:42:55.912Z | Checking bytesize v1.3.0 |
2096 | 2023-11-20T17:42:56.391Z | Checking fs-err v2.9.0 |
2097 | 2023-11-20T17:42:56.616Z | Checking unicode-linebreak v0.1.5 |
2098 | 2023-11-20T17:42:56.894Z | Checking smawk v0.3.1 |
2099 | 2023-11-20T17:42:57.314Z | Checking textwrap v0.16.0 |
2100 | 2023-11-20T17:42:57.658Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2101 | 2023-11-20T17:43:00.937Z | Compiling vte_generate_state_changes v0.1.1 |
2102 | 2023-11-20T17:43:01.010Z | Checking is_ci v1.1.1 |
2103 | 2023-11-20T17:43:01.398Z | Checking cassowary v0.3.0 |
2104 | 2023-11-20T17:43:01.860Z | Checking supports-color v2.1.0 |
2105 | 2023-11-20T17:43:02.037Z | Checking ratatui v0.23.0 |
2106 | 2023-11-20T17:43:04.983Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2107 | 2023-11-20T17:43:08.333Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2108 | 2023-11-20T17:43:11.845Z | Checking rtoolbox v0.0.1 |
2109 | 2023-11-20T17:43:12.127Z | Checking rpassword v7.2.0 |
2110 | 2023-11-20T17:43:19.061Z | Checking tui-tree-widget v0.13.0 |
2111 | 2023-11-20T17:43:21.239Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2112 | 2023-11-20T17:43:23.122Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2113 | 2023-11-20T17:43:25.083Z | Checking shell-words v1.1.0 |
2114 | 2023-11-20T17:43:25.332Z | Checking yansi v0.5.1 |
2115 | 2023-11-20T17:43:27.327Z | Checking pretty_assertions v1.4.0 |
2116 | 2023-11-20T17:43:34.815Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2117 | 2023-11-20T17:43:35.972Z | Checking fatfs v0.3.6 |
2118 | 2023-11-20T17:43:37.093Z | Checking plotters-backend v0.3.5 |
2119 | 2023-11-20T17:43:37.652Z | Checking plotters-svg v0.3.5 |
2120 | 2023-11-20T17:43:38.864Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2121 | 2023-11-20T17:43:49.495Z | Checking rand v0.4.6 |
2122 | 2023-11-20T17:43:50.016Z | Checking cast v0.3.0 |
2123 | 2023-11-20T17:43:50.191Z | Checking remove_dir_all v0.5.3 |
2124 | 2023-11-20T17:43:50.523Z | Checking criterion-plot v0.5.0 |
2125 | 2023-11-20T17:43:51.064Z | Checking tempdir v0.3.7 |
2126 | 2023-11-20T17:43:51.285Z | Checking plotters v0.3.5 |
2127 | 2023-11-20T17:43:56.242Z | Checking tinytemplate v1.2.1 |
2128 | 2023-11-20T17:43:57.084Z | Checking anes v0.1.6 |
2129 | 2023-11-20T17:43:57.184Z | Checking oorandom v11.1.3 |
2130 | 2023-11-20T17:43:57.694Z | Checking criterion v0.5.1 |
2131 | 2023-11-20T17:44:01.804Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2132 | 2023-11-20T17:44:09.203Z | Checking assert_cmd v2.0.12 |
2133 | 2023-11-20T17:44:09.862Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2134 | 2023-11-20T17:44:12.495Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2135 | 2023-11-20T17:44:14.563Z | Checking dashmap v5.5.1 |
2136 | 2023-11-20T17:44:16.895Z | Compiling serial_test_derive v0.10.0 |
2137 | 2023-11-20T17:44:18.651Z | Compiling crossbeam-queue v0.3.8 |
2138 | 2023-11-20T17:44:20.500Z | Checking serial_test v0.10.0 |
2139 | 2023-11-20T17:44:24.951Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2140 | 2023-11-20T17:44:25.499Z | Checking vte v0.11.1 |
2141 | 2023-11-20T17:44:27.985Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2142 | 2023-11-20T17:44:29.087Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2143 | 2023-11-20T17:44:29.316Z | Checking threadpool v1.8.1 |
2144 | 2023-11-20T17:44:29.621Z | Checking libtest-mimic v0.6.1 |
2145 | 2023-11-20T17:44:30.285Z | Checking strip-ansi-escapes v0.2.0 |
2146 | 2023-11-20T17:44:40.400Z | Compiling tabled_derive v0.6.0 |
2147 | 2023-11-20T17:44:44.030Z | Checking httptest v0.15.5 |
2148 | 2023-11-20T17:44:45.167Z | Checking similar-asserts v1.5.0 |
2149 | 2023-11-20T17:44:45.515Z | Checking fd-lock v3.0.13 |
2150 | 2023-11-20T17:44:45.723Z | Checking nanorand v0.7.0 |
2151 | 2023-11-20T17:44:45.792Z | Compiling rstest_macros v0.18.2 |
2152 | 2023-11-20T17:44:46.314Z | Checking nu-ansi-term v0.49.0 |
2153 | 2023-11-20T17:44:46.916Z | Checking flume v0.11.0 |
2154 | 2023-11-20T17:44:46.967Z | Checking reedline v0.25.0 |
2155 | 2023-11-20T17:44:47.925Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2156 | 2023-11-20T17:44:50.202Z | Checking datatest-stable v0.2.3 |
2157 | 2023-11-20T17:44:55.868Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2158 | 2023-11-20T17:44:56.289Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2159 | 2023-11-20T17:44:58.319Z | Compiling pin-project-internal v1.1.3 |
2160 | 2023-11-20T17:44:59.042Z | Checking topological-sort v0.2.2 |
2161 | 2023-11-20T17:44:59.476Z | Compiling trybuild v1.0.85 |
2162 | 2023-11-20T17:45:00.087Z | Checking arrayvec v0.7.4 |
2163 | 2023-11-20T17:45:00.679Z | Checking bytecount v0.6.3 |
2164 | 2023-11-20T17:45:00.890Z | Checking constant_time_eq v0.2.6 |
2165 | 2023-11-20T17:45:01.074Z | Checking arrayref v0.3.7 |
2166 | 2023-11-20T17:45:01.205Z | Compiling relative-path v1.9.0 |
2167 | 2023-11-20T17:45:02.830Z | Checking pin-project v1.1.3 |
2168 | 2023-11-20T17:45:03.011Z | Checking blake2b_simd v1.0.1 |
2169 | 2023-11-20T17:45:03.030Z | Checking papergrid v0.10.0 |
2170 | 2023-11-20T17:45:05.782Z | Checking basic-toml v0.1.4 |
2171 | 2023-11-20T17:45:06.644Z | Checking futures-timer v3.0.2 |
2172 | 2023-11-20T17:45:06.884Z | Checking constant_time_eq v0.3.0 |
2173 | 2023-11-20T17:45:07.055Z | Checking rust-argon2 v1.0.1 |
2174 | 2023-11-20T17:45:07.110Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2175 | 2023-11-20T17:45:07.660Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2176 | 2023-11-20T17:45:09.167Z | Checking tabled v0.14.0 |
2177 | 2023-11-20T17:45:09.403Z | Checking partial-io v0.5.4 |
2178 | 2023-11-20T17:45:09.969Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2179 | 2023-11-20T17:45:11.747Z | Checking cargo-platform v0.1.3 |
2180 | 2023-11-20T17:45:11.850Z | Checking approx v0.5.1 |
2181 | 2023-11-20T17:45:12.210Z | Checking hex-literal v0.4.1 |
2182 | 2023-11-20T17:45:12.387Z | Checking cargo_metadata v0.18.0 |
2183 | 2023-11-20T17:45:13.571Z | Checking crossbeam v0.8.2 |
2184 | 2023-11-20T17:45:15.276Z | Checking rstest v0.18.2 |
2185 | 2023-11-20T17:45:15.907Z | Compiling polar-core v0.27.0 |
2186 | 2023-11-20T17:45:16.417Z | Checking cargo_toml v0.17.0 |
2187 | 2023-11-20T17:45:18.174Z | Checking termios v0.3.3 |
2188 | 2023-11-20T17:45:18.796Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2189 | 2023-11-20T17:45:19.453Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2190 | 2023-11-20T17:45:25.483Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2191 | 2023-11-20T17:45:32.985Z | Checking oso v0.27.0 |
2192 | 2023-11-20T17:45:36.968Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2193 | 2023-11-20T17:45:50.457Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2194 | 2023-11-20T17:45:50.787Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2195 | 2023-11-20T17:46:34.458Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2196 | 2023-11-20T17:48:30.590Z | Finished dev [unoptimized + debuginfo] target(s) in 12m 06s |
2197 | 2023-11-20T17:48:30.808Z | |
2198 | 2023-11-20T17:48:30.895Z | real 13:01.467402858 |
2199 | 2023-11-20T17:48:30.898Z | user 1:20:20.427697746 |
2200 | 2023-11-20T17:48:30.901Z | sys 10:40.060510888 |
2201 | 2023-11-20T17:48:30.904Z | trap 2.793431820 |
2202 | 2023-11-20T17:48:30.906Z | tflt 6.933551795 |
2203 | 2023-11-20T17:48:30.909Z | dflt 7.435172155 |
2204 | 2023-11-20T17:48:30.912Z | kflt 0.019444078 |
2205 | 2023-11-20T17:48:30.915Z | lock 1:49:08.659883384 |
2206 | 2023-11-20T17:48:30.917Z | slp 3:49:05.737335781 |
2207 | 2023-11-20T17:48:30.920Z | lat 2:45.626683232 |
2208 | 2023-11-20T17:48:30.923Z | stop 6:23.019208943 |
2209 | 2023-11-20T17:48:31.960Z | warning: output filename collision. |
2210 | 2023-11-20T17:48:31.963Z | 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)`. |
2211 | 2023-11-20T17:48:31.967Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2212 | 2023-11-20T17:48:31.970Z | The targets should have unique names. |
2213 | 2023-11-20T17:48:31.973Z | This is a known bug where multiple crates with the same name use |
2214 | 2023-11-20T17:48:31.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2215 | 2023-11-20T17:48:31.979Z | warning: output filename collision. |
2216 | 2023-11-20T17:48:31.982Z | 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)`. |
2217 | 2023-11-20T17:48:31.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2218 | 2023-11-20T17:48:31.988Z | The targets should have unique names. |
2219 | 2023-11-20T17:48:31.991Z | This is a known bug where multiple crates with the same name use |
2220 | 2023-11-20T17:48:31.994Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2221 | 2023-11-20T17:48:31.996Z | warning: output filename collision. |
2222 | 2023-11-20T17:48:31.999Z | 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)`. |
2223 | 2023-11-20T17:48:32.002Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2224 | 2023-11-20T17:48:32.006Z | The targets should have unique names. |
2225 | 2023-11-20T17:48:32.008Z | This is a known bug where multiple crates with the same name use |
2226 | 2023-11-20T17:48:32.011Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2227 | 2023-11-20T17:48:32.583Z | Checking unicode-ident v1.0.12 |
2228 | 2023-11-20T17:48:32.605Z | Documenting libc v0.2.150 |
2229 | 2023-11-20T17:48:32.615Z | Documenting cfg-if v1.0.0 |
2230 | 2023-11-20T17:48:32.636Z | Checking libc v0.2.150 |
2231 | 2023-11-20T17:48:32.656Z | Checking serde v1.0.192 |
2232 | 2023-11-20T17:48:32.683Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2233 | 2023-11-20T17:48:32.690Z | Checking cfg-if v1.0.0 |
2234 | 2023-11-20T17:48:32.702Z | Documenting log v0.4.20 |
2235 | 2023-11-20T17:48:32.792Z | Checking proc-macro2 v1.0.69 |
2236 | 2023-11-20T17:48:32.808Z | Documenting scopeguard v1.2.0 |
2237 | 2023-11-20T17:48:33.104Z | Checking once_cell v1.18.0 |
2238 | 2023-11-20T17:48:33.556Z | Documenting itoa v1.0.9 |
2239 | 2023-11-20T17:48:33.811Z | Checking quote v1.0.33 |
2240 | 2023-11-20T17:48:34.352Z | Checking syn v2.0.32 |
2241 | 2023-11-20T17:48:34.559Z | Checking syn v1.0.109 |
2242 | 2023-11-20T17:48:36.820Z | Documenting lock_api v0.4.10 |
2243 | 2023-11-20T17:48:36.881Z | Documenting smallvec v1.11.0 |
2244 | 2023-11-20T17:48:37.507Z | Documenting memchr v2.6.3 |
2245 | 2023-11-20T17:48:39.129Z | Documenting getrandom v0.2.10 |
2246 | 2023-11-20T17:48:39.730Z | Documenting pin-project-lite v0.2.13 |
2247 | 2023-11-20T17:48:41.482Z | Documenting libm v0.2.7 |
2248 | 2023-11-20T17:48:41.717Z | Documenting parking_lot_core v0.9.8 |
2249 | 2023-11-20T17:48:41.739Z | Documenting signal-hook-registry v1.4.1 |
2250 | 2023-11-20T17:48:43.658Z | Checking itoa v1.0.9 |
2251 | 2023-11-20T17:48:44.033Z | Documenting mio v0.8.8 |
2252 | 2023-11-20T17:48:44.541Z | Documenting futures-core v0.3.29 |
2253 | 2023-11-20T17:48:44.660Z | Documenting rand_core v0.6.4 |
2254 | 2023-11-20T17:48:44.685Z | Documenting num_cpus v1.16.0 |
2255 | 2023-11-20T17:48:44.916Z | Documenting serde_derive v1.0.192 |
2256 | 2023-11-20T17:48:46.394Z | Documenting zeroize_derive v1.4.2 |
2257 | 2023-11-20T17:48:47.763Z | Documenting parking_lot v0.12.1 |
2258 | 2023-11-20T17:48:47.790Z | Documenting num-traits v0.2.16 |
2259 | 2023-11-20T17:48:50.043Z | Documenting thiserror-impl v1.0.49 |
2260 | 2023-11-20T17:48:50.366Z | Documenting tokio-macros v2.1.0 |
2261 | 2023-11-20T17:48:50.510Z | Documenting socket2 v0.5.4 |
2262 | 2023-11-20T17:48:50.623Z | Documenting once_cell v1.18.0 |
2263 | 2023-11-20T17:48:53.701Z | Documenting zeroize v1.6.0 |
2264 | 2023-11-20T17:48:54.073Z | Checking getrandom v0.2.10 |
2265 | 2023-11-20T17:48:54.422Z | Documenting typenum v1.16.0 |
2266 | 2023-11-20T17:48:55.071Z | Checking thiserror v1.0.49 |
2267 | 2023-11-20T17:48:55.252Z | Checking ryu v1.0.15 |
2268 | 2023-11-20T17:48:55.580Z | Documenting serde v1.0.192 |
2269 | 2023-11-20T17:48:55.599Z | Documenting ryu v1.0.15 |
2270 | 2023-11-20T17:48:56.506Z | Checking memchr v2.6.3 |
2271 | 2023-11-20T17:48:56.559Z | Documenting subtle v2.5.0 |
2272 | 2023-11-20T17:48:57.328Z | Documenting thiserror v1.0.49 |
2273 | 2023-11-20T17:48:57.704Z | Documenting byteorder v1.5.0 |
2274 | 2023-11-20T17:48:57.889Z | Checking serde_json v1.0.108 |
2275 | 2023-11-20T17:48:59.514Z | Documenting futures-sink v0.3.29 |
2276 | 2023-11-20T17:48:59.621Z | Checking heck v0.4.1 |
2277 | 2023-11-20T17:48:59.914Z | Documenting pin-utils v0.1.0 |
2278 | 2023-11-20T17:49:00.570Z | Documenting const-oid v0.9.5 |
2279 | 2023-11-20T17:49:01.992Z | Documenting generic-array v0.14.7 |
2280 | 2023-11-20T17:49:02.094Z | Checking log v0.4.20 |
2281 | 2023-11-20T17:49:02.535Z | Documenting futures-macro v0.3.29 |
2282 | 2023-11-20T17:49:02.811Z | Checking bytes v1.5.0 |
2283 | 2023-11-20T17:49:03.918Z | Documenting futures-task v0.3.29 |
2284 | 2023-11-20T17:49:04.135Z | Documenting slab v0.4.9 |
2285 | 2023-11-20T17:49:05.717Z | Documenting futures-channel v0.3.29 |
2286 | 2023-11-20T17:49:08.140Z | Documenting futures-io v0.3.29 |
2287 | 2023-11-20T17:49:08.376Z | Documenting crypto-common v0.1.6 |
2288 | 2023-11-20T17:49:09.201Z | Documenting iana-time-zone v0.1.57 |
2289 | 2023-11-20T17:49:09.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2290 | 2023-11-20T17:49:09.609Z | Documenting tinyvec_macros v0.1.1 |
2291 | 2023-11-20T17:49:10.153Z | Checking byteorder v1.5.0 |
2292 | 2023-11-20T17:49:10.468Z | Documenting block-buffer v0.10.4 |
2293 | 2023-11-20T17:49:10.803Z | Documenting ppv-lite86 v0.2.17 |
2294 | 2023-11-20T17:49:11.580Z | Checking fnv v1.0.7 |
2295 | 2023-11-20T17:49:11.754Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2296 | 2023-11-20T17:49:13.279Z | Documenting futures-util v0.3.29 |
2297 | 2023-11-20T17:49:13.585Z | Documenting tinyvec v1.6.0 |
2298 | 2023-11-20T17:49:14.680Z | Documenting tracing-core v0.1.31 |
2299 | 2023-11-20T17:49:15.563Z | Documenting rand_chacha v0.3.1 |
2300 | 2023-11-20T17:49:15.942Z | Documenting tracing-attributes v0.1.26 |
2301 | 2023-11-20T17:49:16.362Z | Documenting digest v0.10.7 |
2302 | 2023-11-20T17:49:18.980Z | Documenting unicode-normalization v0.1.22 |
2303 | 2023-11-20T17:49:21.449Z | Documenting rand v0.8.5 |
2304 | 2023-11-20T17:49:25.587Z | Checking libm v0.2.7 |
2305 | 2023-11-20T17:49:26.013Z | Checking ucd-trie v0.1.6 |
2306 | 2023-11-20T17:49:26.025Z | Documenting base64 v0.21.5 |
2307 | 2023-11-20T17:49:26.040Z | Documenting fnv v1.0.7 |
2308 | 2023-11-20T17:49:26.310Z | Checking pest v2.7.2 |
2309 | 2023-11-20T17:49:27.109Z | Checking num-traits v0.2.16 |
2310 | 2023-11-20T17:49:27.381Z | Documenting lazy_static v1.4.0 |
2311 | 2023-11-20T17:49:28.951Z | Documenting bytes v1.5.0 |
2312 | 2023-11-20T17:49:29.548Z | Documenting bitflags v2.4.0 |
2313 | 2023-11-20T17:49:29.978Z | Documenting serde_json v1.0.108 |
2314 | 2023-11-20T17:49:30.482Z | Documenting chrono v0.4.31 |
2315 | 2023-11-20T17:49:31.662Z | Documenting uuid v1.5.0 |
2316 | 2023-11-20T17:49:32.061Z | Checking equivalent v1.0.1 |
2317 | 2023-11-20T17:49:32.202Z | Documenting unicode-bidi v0.3.13 |
2318 | 2023-11-20T17:49:32.332Z | Checking hashbrown v0.14.2 |
2319 | 2023-11-20T17:49:34.118Z | Checking indexmap v2.1.0 |
2320 | 2023-11-20T17:49:36.008Z | Documenting percent-encoding v2.3.0 |
2321 | 2023-11-20T17:49:36.416Z | Documenting spin v0.9.8 |
2322 | 2023-11-20T17:49:36.697Z | Documenting tokio v1.33.0 |
2323 | 2023-11-20T17:49:37.793Z | Documenting http v0.2.11 |
2324 | 2023-11-20T17:49:38.455Z | Documenting cpufeatures v0.2.9 |
2325 | 2023-11-20T17:49:38.877Z | Checking serde_derive_internals v0.26.0 |
2326 | 2023-11-20T17:49:39.929Z | Documenting serde_derive_internals v0.26.0 |
2327 | 2023-11-20T17:49:40.021Z | Checking time-core v0.1.1 |
2328 | 2023-11-20T17:49:40.230Z | Checking scopeguard v1.2.0 |
2329 | 2023-11-20T17:49:40.402Z | Documenting dyn-clone v1.0.13 |
2330 | 2023-11-20T17:49:41.013Z | Checking lock_api v0.4.10 |
2331 | 2023-11-20T17:49:41.636Z | Documenting idna v0.4.0 |
2332 | 2023-11-20T17:49:42.073Z | Documenting form_urlencoded v1.2.0 |
2333 | 2023-11-20T17:49:42.205Z | Documenting tracing v0.1.37 |
2334 | 2023-11-20T17:49:42.826Z | Documenting errno v0.3.2 |
2335 | 2023-11-20T17:49:44.874Z | Documenting adler v1.0.2 |
2336 | 2023-11-20T17:49:46.451Z | Checking uuid v1.5.0 |
2337 | 2023-11-20T17:49:47.229Z | Documenting httparse v1.8.0 |
2338 | 2023-11-20T17:49:47.471Z | Documenting unicode-ident v1.0.12 |
2339 | 2023-11-20T17:49:47.515Z | Documenting rustix v0.38.9 |
2340 | 2023-11-20T17:49:48.359Z | Documenting url v2.4.1 |
2341 | 2023-11-20T17:49:48.787Z | Documenting schemars_derive v0.8.13 |
2342 | 2023-11-20T17:49:48.951Z | Documenting miniz_oxide v0.7.1 |
2343 | 2023-11-20T17:49:51.662Z | Checking iana-time-zone v0.1.57 |
2344 | 2023-11-20T17:49:51.875Z | Checking chrono v0.4.31 |
2345 | 2023-11-20T17:49:52.680Z | Documenting proc-macro2 v1.0.69 |
2346 | 2023-11-20T17:49:53.450Z | Checking zerocopy v0.3.0 |
2347 | 2023-11-20T17:49:54.032Z | Checking dtrace-parser v0.1.14 |
2348 | 2023-11-20T17:49:54.491Z | Checking thread-id v4.2.0 |
2349 | 2023-11-20T17:49:54.589Z | Checking dof v0.1.5 |
2350 | 2023-11-20T17:49:54.640Z | Documenting untrusted v0.9.0 |
2351 | 2023-11-20T17:49:54.808Z | Documenting openssl-probe v0.1.5 |
2352 | 2023-11-20T17:49:55.290Z | Documenting hashbrown v0.14.2 |
2353 | 2023-11-20T17:49:55.372Z | Documenting httpdate v1.0.3 |
2354 | 2023-11-20T17:49:57.275Z | Documenting schemars v0.8.13 |
2355 | 2023-11-20T17:50:02.046Z | Documenting equivalent v1.0.1 |
2356 | 2023-11-20T17:50:02.050Z | Documenting try-lock v0.2.4 |
2357 | 2023-11-20T17:50:02.053Z | Documenting quote v1.0.33 |
2358 | 2023-11-20T17:50:02.058Z | Documenting ring v0.17.5 |
2359 | 2023-11-20T17:50:02.062Z | Checking usdt-impl v0.3.5 |
2360 | 2023-11-20T17:50:02.113Z | Documenting http-body v0.4.5 |
2361 | 2023-11-20T17:50:02.261Z | Documenting openssl-macros v0.1.1 |
2362 | 2023-11-20T17:50:02.687Z | Documenting indexmap v2.1.0 |
2363 | 2023-11-20T17:50:03.329Z | Documenting want v0.3.1 |
2364 | 2023-11-20T17:50:05.806Z | Documenting openssl-sys v0.9.93 |
2365 | 2023-11-20T17:50:07.063Z | Checking dyn-clone v1.0.13 |
2366 | 2023-11-20T17:50:07.210Z | Documenting tokio-util v0.7.10 |
2367 | 2023-11-20T17:50:07.254Z | Documenting tower-service v0.3.2 |
2368 | 2023-11-20T17:50:08.848Z | Documenting mime v0.3.17 |
2369 | 2023-11-20T17:50:09.029Z | Checking schemars v0.8.13 |
2370 | 2023-11-20T17:50:09.203Z | Documenting rustls-webpki v0.101.7 |
2371 | 2023-11-20T17:50:09.451Z | Documenting async-trait v0.1.74 |
2372 | 2023-11-20T17:50:10.647Z | Documenting aho-corasick v1.0.4 |
2373 | 2023-11-20T17:50:11.539Z | Checking ahash v0.8.3 |
2374 | 2023-11-20T17:50:12.080Z | Documenting sct v0.7.0 |
2375 | 2023-11-20T17:50:12.798Z | Documenting slog v2.7.0 |
2376 | 2023-11-20T17:50:14.952Z | Documenting regex-syntax v0.8.2 |
2377 | 2023-11-20T17:50:15.530Z | Documenting ipnet v2.8.0 |
2378 | 2023-11-20T17:50:17.123Z | Documenting h2 v0.3.21 |
2379 | 2023-11-20T17:50:17.267Z | Documenting openssl v0.10.57 |
2380 | 2023-11-20T17:50:17.444Z | Documenting unicode-width v0.1.11 |
2381 | 2023-11-20T17:50:18.095Z | Documenting utf8parse v0.2.1 |
2382 | 2023-11-20T17:50:18.561Z | Documenting gimli v0.28.0 |
2383 | 2023-11-20T17:50:19.767Z | Documenting rustls v0.21.9 |
2384 | 2023-11-20T17:50:21.744Z | Checking hashbrown v0.13.2 |
2385 | 2023-11-20T17:50:21.809Z | Documenting time-macros v0.2.13 |
2386 | 2023-11-20T17:50:22.373Z | Documenting rustls-pemfile v1.0.3 |
2387 | 2023-11-20T17:50:23.404Z | Checking http v0.2.11 |
2388 | 2023-11-20T17:50:25.547Z | Documenting num-integer v0.1.45 |
2389 | 2023-11-20T17:50:25.559Z | Documenting regex-automata v0.4.3 |
2390 | 2023-11-20T17:50:28.350Z | Documenting object v0.32.1 |
2391 | 2023-11-20T17:50:28.419Z | Documenting addr2line v0.21.0 |
2392 | 2023-11-20T17:50:29.136Z | Checking smallvec v1.11.0 |
2393 | 2023-11-20T17:50:29.725Z | Documenting deranged v0.3.8 |
2394 | 2023-11-20T17:50:31.050Z | Documenting num_threads v0.1.6 |
2395 | 2023-11-20T17:50:31.761Z | Documenting rustc-demangle v0.1.23 |
2396 | 2023-11-20T17:50:32.671Z | Documenting hyper v0.14.27 |
2397 | 2023-11-20T17:50:33.205Z | Documenting time-core v0.1.1 |
2398 | 2023-11-20T17:50:34.073Z | Documenting tokio-rustls v0.24.1 |
2399 | 2023-11-20T17:50:36.048Z | Documenting native-tls v0.2.11 |
2400 | 2023-11-20T17:50:36.289Z | Checking parking_lot_core v0.9.8 |
2401 | 2023-11-20T17:50:36.802Z | Checking pest_meta v2.7.2 |
2402 | 2023-11-20T17:50:37.405Z | Documenting zerocopy v0.6.4 |
2403 | 2023-11-20T17:50:37.490Z | Documenting time v0.3.27 |
2404 | 2023-11-20T17:50:38.363Z | Checking aho-corasick v1.0.4 |
2405 | 2023-11-20T17:50:38.424Z | Documenting regex v1.10.2 |
2406 | 2023-11-20T17:50:40.874Z | Documenting crossbeam-utils v0.8.16 |
2407 | 2023-11-20T17:50:45.131Z | Documenting encoding_rs v0.8.33 |
2408 | 2023-11-20T17:50:45.148Z | Checking regex-syntax v0.8.2 |
2409 | 2023-11-20T17:50:45.187Z | Documenting tokio-native-tls v0.3.1 |
2410 | 2023-11-20T17:50:46.205Z | Checking parking_lot v0.12.1 |
2411 | 2023-11-20T17:50:46.752Z | Documenting rustls-native-certs v0.6.3 |
2412 | 2023-11-20T17:50:47.269Z | Documenting serde_urlencoded v0.7.1 |
2413 | 2023-11-20T17:50:47.305Z | Documenting backtrace v0.3.69 |
2414 | 2023-11-20T17:50:48.024Z | Documenting pest_meta v2.7.2 |
2415 | 2023-11-20T17:50:49.363Z | Checking regex-automata v0.4.3 |
2416 | 2023-11-20T17:50:51.140Z | Documenting anstyle v1.0.2 |
2417 | 2023-11-20T17:50:51.852Z | Checking pin-project-lite v0.2.13 |
2418 | 2023-11-20T17:50:52.019Z | Checking pest_generator v2.7.2 |
2419 | 2023-11-20T17:50:52.089Z | Documenting hyper-tls v0.5.0 |
2420 | 2023-11-20T17:50:52.484Z | Documenting hyper-rustls v0.24.2 |
2421 | 2023-11-20T17:50:53.250Z | Documenting anstyle-parse v0.2.1 |
2422 | 2023-11-20T17:50:53.808Z | Documenting colorchoice v1.0.0 |
2423 | 2023-11-20T17:50:54.715Z | Documenting anyhow v1.0.75 |
2424 | 2023-11-20T17:50:54.818Z | Documenting pest_generator v2.7.2 |
2425 | 2023-11-20T17:50:55.122Z | Checking regex v1.10.2 |
2426 | 2023-11-20T17:50:56.083Z | Documenting webpki-roots v0.25.2 |
2427 | 2023-11-20T17:50:56.783Z | Documenting ucd-trie v0.1.6 |
2428 | 2023-11-20T17:50:57.931Z | Documenting data-encoding v2.4.0 |
2429 | 2023-11-20T17:50:57.992Z | Documenting anstyle-query v1.0.0 |
2430 | 2023-11-20T17:51:01.930Z | Documenting pest_derive v2.7.2 |
2431 | 2023-11-20T17:51:02.160Z | Documenting ipnetwork v0.20.0 |
2432 | 2023-11-20T17:51:02.211Z | Documenting syn v2.0.32 |
2433 | 2023-11-20T17:51:02.890Z | Documenting sha2 v0.10.8 |
2434 | 2023-11-20T17:51:02.939Z | Documenting pest v2.7.2 |
2435 | 2023-11-20T17:51:03.169Z | Documenting reqwest v0.11.22 |
2436 | 2023-11-20T17:51:03.405Z | Documenting anstream v0.5.0 |
2437 | 2023-11-20T17:51:04.105Z | Documenting hex v0.4.3 |
2438 | 2023-11-20T17:51:09.005Z | Checking rand_core v0.6.4 |
2439 | 2023-11-20T17:51:09.344Z | Checking serde_tokenstream v0.1.7 |
2440 | 2023-11-20T17:51:09.451Z | Documenting crc32fast v1.3.2 |
2441 | 2023-11-20T17:51:09.903Z | Checking signal-hook-registry v1.4.1 |
2442 | 2023-11-20T17:51:10.254Z | Documenting terminal_size v0.2.6 |
2443 | 2023-11-20T17:51:10.390Z | Checking strsim v0.10.0 |
2444 | 2023-11-20T17:51:10.527Z | Documenting clap_lex v0.5.1 |
2445 | 2023-11-20T17:51:10.674Z | Checking unicode-width v0.1.11 |
2446 | 2023-11-20T17:51:10.763Z | Documenting strsim v0.10.0 |
2447 | 2023-11-20T17:51:10.898Z | Documenting num-iter v0.1.43 |
2448 | 2023-11-20T17:51:11.127Z | Documenting dtrace-parser v0.1.14 |
2449 | 2023-11-20T17:51:15.625Z | Documenting openapiv3 v2.0.0-rc.1 |
2450 | 2023-11-20T17:51:16.474Z | Documenting futures-executor v0.3.29 |
2451 | 2023-11-20T17:51:16.669Z | Documenting hmac v0.12.1 |
2452 | 2023-11-20T17:51:16.789Z | Documenting dof v0.1.5 |
2453 | 2023-11-20T17:51:16.888Z | Documenting clap_builder v4.4.2 |
2454 | 2023-11-20T17:51:17.105Z | Checking mio v0.8.8 |
2455 | 2023-11-20T17:51:18.095Z | Documenting clap_derive v4.4.2 |
2456 | 2023-11-20T17:51:18.526Z | Documenting signal-hook v0.3.17 |
2457 | 2023-11-20T17:51:22.650Z | Checking serde_tokenstream v0.2.0 |
2458 | 2023-11-20T17:51:23.226Z | Documenting thread-id v4.2.0 |
2459 | 2023-11-20T17:51:23.630Z | Documenting memoffset v0.9.0 |
2460 | 2023-11-20T17:51:24.072Z | Checking typenum v1.16.0 |
2461 | 2023-11-20T17:51:24.709Z | Checking futures-core v0.3.29 |
2462 | 2023-11-20T17:51:24.984Z | Checking zeroize v1.6.0 |
2463 | 2023-11-20T17:51:25.241Z | Documenting either v1.9.0 |
2464 | 2023-11-20T17:51:25.357Z | Documenting flate2 v1.0.28 |
2465 | 2023-11-20T17:51:25.911Z | Documenting usdt-macro v0.3.5 |
2466 | 2023-11-20T17:51:26.337Z | Checking generic-array v0.14.7 |
2467 | 2023-11-20T17:51:26.380Z | Documenting clap v4.4.3 |
2468 | 2023-11-20T17:51:27.808Z | Documenting crossbeam-epoch v0.9.15 |
2469 | 2023-11-20T17:51:28.279Z | Documenting usdt-attr-macro v0.3.5 |
2470 | 2023-11-20T17:51:29.058Z | Documenting usdt-impl v0.3.5 |
2471 | 2023-11-20T17:51:31.060Z | Checking regress v0.7.1 |
2472 | 2023-11-20T17:51:32.715Z | Checking openapiv3 v2.0.0-rc.1 |
2473 | 2023-11-20T17:51:33.862Z | Documenting toml_datetime v0.6.5 |
2474 | 2023-11-20T17:51:34.679Z | Documenting serde_spanned v0.6.4 |
2475 | 2023-11-20T17:51:34.820Z | Documenting winnow v0.5.15 |
2476 | 2023-11-20T17:51:35.041Z | Documenting signal-hook-mio v0.2.3 |
2477 | 2023-11-20T17:51:36.261Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2478 | 2023-11-20T17:51:37.185Z | Documenting futures v0.3.29 |
2479 | 2023-11-20T17:51:38.378Z | Documenting usdt v0.3.5 |
2480 | 2023-11-20T17:51:38.812Z | Documenting signature v2.1.0 |
2481 | 2023-11-20T17:51:39.816Z | Documenting block-padding v0.3.3 |
2482 | 2023-11-20T17:51:40.009Z | Documenting hash32 v0.2.1 |
2483 | 2023-11-20T17:51:41.079Z | Documenting enum-as-inner v0.5.1 |
2484 | 2023-11-20T17:51:41.561Z | Documenting scheduled-thread-pool v0.2.7 |
2485 | 2023-11-20T17:51:42.772Z | Documenting toml_edit v0.21.0 |
2486 | 2023-11-20T17:51:45.836Z | Documenting diesel_table_macro_syntax v0.1.0 |
2487 | 2023-11-20T17:51:46.198Z | Checking diesel_table_macro_syntax v0.1.0 |
2488 | 2023-11-20T17:51:46.460Z | Checking serde_spanned v0.6.4 |
2489 | 2023-11-20T17:51:46.474Z | Checking toml_datetime v0.6.5 |
2490 | 2023-11-20T17:51:46.716Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2491 | 2023-11-20T17:51:46.877Z | Checking socket2 v0.5.4 |
2492 | 2023-11-20T17:51:47.351Z | Checking num_cpus v1.16.0 |
2493 | 2023-11-20T17:51:47.503Z | Documenting unicode-segmentation v1.10.1 |
2494 | 2023-11-20T17:51:47.551Z | Checking futures-sink v0.3.29 |
2495 | 2023-11-20T17:51:47.638Z | Checking winnow v0.5.15 |
2496 | 2023-11-20T17:51:47.755Z | Documenting stable_deref_trait v1.2.0 |
2497 | 2023-11-20T17:51:48.063Z | Documenting r2d2 v0.8.10 |
2498 | 2023-11-20T17:51:48.830Z | Checking tokio v1.33.0 |
2499 | 2023-11-20T17:51:51.929Z | Documenting trust-dns-proto v0.22.0 |
2500 | 2023-11-20T17:51:52.092Z | Documenting heapless v0.7.16 |
2501 | 2023-11-20T17:51:52.489Z | Documenting inout v0.1.3 |
2502 | 2023-11-20T17:51:52.755Z | Documenting crossterm v0.27.0 |
2503 | 2023-11-20T17:51:53.135Z | Documenting bzip2 v0.4.4 |
2504 | 2023-11-20T17:51:53.584Z | Documenting diesel_derives v2.1.1 |
2505 | 2023-11-20T17:51:55.082Z | Documenting itertools v0.11.0 |
2506 | 2023-11-20T17:51:58.957Z | Documenting stringprep v0.1.3 |
2507 | 2023-11-20T17:51:59.642Z | Documenting semver v1.0.20 |
2508 | 2023-11-20T17:51:59.806Z | Documenting md-5 v0.10.5 |
2509 | 2023-11-20T17:51:59.849Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2510 | 2023-11-20T17:52:00.895Z | Documenting fallible-iterator v0.2.0 |
2511 | 2023-11-20T17:52:04.547Z | Checking spin v0.5.2 |
2512 | 2023-11-20T17:52:04.847Z | Documenting static_assertions v1.1.0 |
2513 | 2023-11-20T17:52:05.272Z | Documenting managed v0.8.0 |
2514 | 2023-11-20T17:52:05.677Z | Checking tinyvec_macros v0.1.1 |
2515 | 2023-11-20T17:52:05.797Z | Documenting siphasher v0.3.11 |
2516 | 2023-11-20T17:52:05.927Z | Documenting bit-vec v0.6.3 |
2517 | 2023-11-20T17:52:06.194Z | Documenting diesel v2.1.4 |
2518 | 2023-11-20T17:52:06.943Z | Checking tinyvec v1.6.0 |
2519 | 2023-11-20T17:52:07.297Z | Documenting cipher v0.4.4 |
2520 | 2023-11-20T17:52:08.001Z | Documenting postgres-protocol v0.6.6 |
2521 | 2023-11-20T17:52:09.269Z | Documenting zip v0.6.6 |
2522 | 2023-11-20T17:52:09.432Z | Checking toml_edit v0.19.15 |
2523 | 2023-11-20T17:52:10.248Z | Documenting smoltcp v0.9.1 |
2524 | 2023-11-20T17:52:10.283Z | Documenting phf_shared v0.11.2 |
2525 | 2023-11-20T17:52:12.046Z | Checking futures-channel v0.3.29 |
2526 | 2023-11-20T17:52:12.598Z | Documenting num-bigint v0.4.4 |
2527 | 2023-11-20T17:52:13.383Z | Documenting hubpack v0.1.2 |
2528 | 2023-11-20T17:52:15.834Z | Documenting serde_repr v0.1.16 |
2529 | 2023-11-20T17:52:16.184Z | Documenting bstr v1.6.0 |
2530 | 2023-11-20T17:52:16.216Z | Documenting regress v0.7.1 |
2531 | 2023-11-20T17:52:17.652Z | Checking futures-task v0.3.29 |
2532 | 2023-11-20T17:52:17.691Z | Checking slab v0.4.9 |
2533 | 2023-11-20T17:52:18.006Z | Documenting precomputed-hash v0.1.1 |
2534 | 2023-11-20T17:52:18.074Z | Checking pin-utils v0.1.0 |
2535 | 2023-11-20T17:52:18.195Z | Documenting lalrpop-util v0.19.12 |
2536 | 2023-11-20T17:52:19.674Z | Documenting new_debug_unreachable v1.0.4 |
2537 | 2023-11-20T17:52:22.413Z | Documenting fixedbitset v0.4.2 |
2538 | 2023-11-20T17:52:22.777Z | Checking futures-io v0.3.29 |
2539 | 2023-11-20T17:52:23.059Z | Checking futures-util v0.3.29 |
2540 | 2023-11-20T17:52:23.685Z | Documenting yasna v0.5.2 |
2541 | 2023-11-20T17:52:23.819Z | Documenting string_cache v0.8.7 |
2542 | 2023-11-20T17:52:23.932Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2543 | 2023-11-20T17:52:24.516Z | Documenting postgres-types v0.2.6 |
2544 | 2023-11-20T17:52:25.697Z | Documenting phf v0.11.2 |
2545 | 2023-11-20T17:52:27.186Z | Documenting petgraph v0.6.4 |
2546 | 2023-11-20T17:52:31.387Z | Checking unicode-normalization v0.1.22 |
2547 | 2023-11-20T17:52:31.510Z | Checking crypto-common v0.1.6 |
2548 | 2023-11-20T17:52:31.770Z | Documenting console v0.15.7 |
2549 | 2023-11-20T17:52:32.025Z | Checking spin v0.9.8 |
2550 | 2023-11-20T17:52:32.549Z | Documenting float-cmp v0.9.0 |
2551 | 2023-11-20T17:52:33.346Z | Checking tracing-core v0.1.31 |
2552 | 2023-11-20T17:52:33.361Z | Documenting difflib v0.4.0 |
2553 | 2023-11-20T17:52:34.061Z | Documenting normalize-line-endings v0.3.0 |
2554 | 2023-11-20T17:52:34.493Z | Checking unsafe-libyaml v0.2.9 |
2555 | 2023-11-20T17:52:35.265Z | Documenting whoami v1.4.1 |
2556 | 2023-11-20T17:52:36.486Z | Checking unicode-bidi v0.3.13 |
2557 | 2023-11-20T17:52:37.266Z | Documenting predicates-core v1.0.6 |
2558 | 2023-11-20T17:52:38.683Z | Documenting heck v0.4.1 |
2559 | 2023-11-20T17:52:38.689Z | Checking tracing v0.1.37 |
2560 | 2023-11-20T17:52:38.695Z | Documenting bit-set v0.5.3 |
2561 | 2023-11-20T17:52:38.809Z | Documenting similar v2.2.1 |
2562 | 2023-11-20T17:52:39.482Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2563 | 2023-11-20T17:52:39.676Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2564 | 2023-11-20T17:52:39.682Z | Checking block-buffer v0.10.4 |
2565 | 2023-11-20T17:52:40.267Z | Checking getopts v0.2.21 |
2566 | 2023-11-20T17:52:40.271Z | Documenting tokio-stream v0.1.14 |
2567 | 2023-11-20T17:52:40.360Z | Checking bitflags v2.4.0 |
2568 | 2023-11-20T17:52:41.208Z | Checking ident_case v1.0.1 |
2569 | 2023-11-20T17:52:41.218Z | Checking const-oid v0.9.5 |
2570 | 2023-11-20T17:52:41.542Z | Documenting tokio-postgres v0.7.10 |
2571 | 2023-11-20T17:52:43.465Z | Documenting predicates v3.0.4 |
2572 | 2023-11-20T17:52:43.900Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2573 | 2023-11-20T17:52:44.397Z | Checking subtle v2.5.0 |
2574 | 2023-11-20T17:52:44.402Z | Checking ppv-lite86 v0.2.17 |
2575 | 2023-11-20T17:52:45.168Z | Documenting unsafe-libyaml v0.2.9 |
2576 | 2023-11-20T17:52:45.254Z | Checking digest v0.10.7 |
2577 | 2023-11-20T17:52:45.515Z | Checking rand_chacha v0.3.1 |
2578 | 2023-11-20T17:52:45.836Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2579 | 2023-11-20T17:52:46.074Z | Checking serde_yaml v0.9.25 |
2580 | 2023-11-20T17:52:47.427Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2581 | 2023-11-20T17:52:48.913Z | Documenting getopts v0.2.21 |
2582 | 2023-11-20T17:52:49.250Z | Checking base64 v0.21.5 |
2583 | 2023-11-20T17:52:49.965Z | Checking rand v0.8.5 |
2584 | 2023-11-20T17:52:50.326Z | Checking tokio-util v0.7.10 |
2585 | 2023-11-20T17:52:50.970Z | Documenting serde_yaml v0.9.25 |
2586 | 2023-11-20T17:52:51.900Z | Checking hashbrown v0.12.3 |
2587 | 2023-11-20T17:52:51.987Z | Checking openssl-probe v0.1.5 |
2588 | 2023-11-20T17:52:52.190Z | Checking foreign-types-shared v0.1.1 |
2589 | 2023-11-20T17:52:52.292Z | Checking bitflags v1.3.2 |
2590 | 2023-11-20T17:52:52.323Z | Checking percent-encoding v2.3.0 |
2591 | 2023-11-20T17:52:52.424Z | Checking untrusted v0.7.1 |
2592 | 2023-11-20T17:52:52.634Z | Checking untrusted v0.9.0 |
2593 | 2023-11-20T17:52:52.660Z | Checking ring v0.16.20 |
2594 | 2023-11-20T17:52:52.859Z | Checking ring v0.17.5 |
2595 | 2023-11-20T17:52:53.508Z | Checking indexmap v1.9.3 |
2596 | 2023-11-20T17:52:54.289Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2597 | 2023-11-20T17:52:54.772Z | Checking foreign-types v0.3.2 |
2598 | 2023-11-20T17:52:54.900Z | Checking openssl-sys v0.9.93 |
2599 | 2023-11-20T17:52:55.330Z | Checking errno v0.3.2 |
2600 | 2023-11-20T17:52:55.345Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2601 | 2023-11-20T17:52:55.530Z | Checking siphasher v0.3.11 |
2602 | 2023-11-20T17:52:55.593Z | Checking try-lock v0.2.4 |
2603 | 2023-11-20T17:52:55.775Z | Checking unicode-segmentation v1.10.1 |
2604 | 2023-11-20T17:52:55.928Z | Documenting match_cfg v0.1.0 |
2605 | 2023-11-20T17:52:55.994Z | Checking adler v1.0.2 |
2606 | 2023-11-20T17:52:56.208Z | Checking miniz_oxide v0.7.1 |
2607 | 2023-11-20T17:52:56.852Z | Checking rustls-webpki v0.101.7 |
2608 | 2023-11-20T17:52:57.045Z | Checking openssl v0.10.57 |
2609 | 2023-11-20T17:52:57.361Z | Checking want v0.3.1 |
2610 | 2023-11-20T17:52:57.490Z | Checking sct v0.7.0 |
2611 | 2023-11-20T17:52:57.616Z | Checking h2 v0.3.21 |
2612 | 2023-11-20T17:52:57.773Z | Checking form_urlencoded v1.2.0 |
2613 | 2023-11-20T17:52:57.954Z | Checking lazy_static v1.4.0 |
2614 | 2023-11-20T17:52:58.049Z | Checking http-body v0.4.5 |
2615 | 2023-11-20T17:52:58.100Z | Documenting sha1 v0.10.6 |
2616 | 2023-11-20T17:52:58.583Z | Documenting dirs-sys-next v0.1.2 |
2617 | 2023-11-20T17:53:00.088Z | Documenting hostname v0.3.1 |
2618 | 2023-11-20T17:53:00.414Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2619 | 2023-11-20T17:53:01.075Z | Checking socket2 v0.4.9 |
2620 | 2023-11-20T17:53:01.195Z | Checking io-lifetimes v1.0.11 |
2621 | 2023-11-20T17:53:01.464Z | Checking httparse v1.8.0 |
2622 | 2023-11-20T17:53:02.113Z | Checking utf8parse v0.2.1 |
2623 | 2023-11-20T17:53:02.323Z | Checking httpdate v1.0.3 |
2624 | 2023-11-20T17:53:02.675Z | Checking cpufeatures v0.2.9 |
2625 | 2023-11-20T17:53:02.793Z | Checking anstyle v1.0.2 |
2626 | 2023-11-20T17:53:03.310Z | Checking tower-service v0.3.2 |
2627 | 2023-11-20T17:53:03.470Z | Checking sha2 v0.10.8 |
2628 | 2023-11-20T17:53:04.350Z | Checking anstyle-parse v0.2.1 |
2629 | 2023-11-20T17:53:04.641Z | Documenting dirs-next v2.0.0 |
2630 | 2023-11-20T17:53:04.742Z | Checking rustix v0.37.23 |
2631 | 2023-11-20T17:53:05.738Z | Checking rustls v0.21.9 |
2632 | 2023-11-20T17:53:05.942Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2633 | 2023-11-20T17:53:05.979Z | Checking rustls-pemfile v1.0.3 |
2634 | 2023-11-20T17:53:06.034Z | Checking native-tls v0.2.11 |
2635 | 2023-11-20T17:53:06.246Z | Checking hmac v0.12.1 |
2636 | 2023-11-20T17:53:06.512Z | Checking md-5 v0.10.5 |
2637 | 2023-11-20T17:53:06.548Z | Checking stringprep v0.1.3 |
2638 | 2023-11-20T17:53:06.555Z | Checking idna v0.4.0 |
2639 | 2023-11-20T17:53:06.828Z | Checking num-integer v0.1.45 |
2640 | 2023-11-20T17:53:06.915Z | Documenting camino v1.1.6 |
2641 | 2023-11-20T17:53:07.605Z | Checking hash32 v0.2.1 |
2642 | 2023-11-20T17:53:07.828Z | Checking hyper v0.14.27 |
2643 | 2023-11-20T17:53:07.998Z | Documenting thread_local v1.1.7 |
2644 | 2023-11-20T17:53:08.065Z | Documenting paste v1.0.14 |
2645 | 2023-11-20T17:53:10.839Z | Checking colorchoice v1.0.0 |
2646 | 2023-11-20T17:53:11.009Z | Checking anstyle-query v1.0.0 |
2647 | 2023-11-20T17:53:11.136Z | Checking stable_deref_trait v1.2.0 |
2648 | 2023-11-20T17:53:11.181Z | Checking either v1.9.0 |
2649 | 2023-11-20T17:53:11.270Z | Checking fallible-iterator v0.2.0 |
2650 | 2023-11-20T17:53:11.638Z | Checking gimli v0.28.0 |
2651 | 2023-11-20T17:53:12.248Z | Checking heapless v0.7.16 |
2652 | 2023-11-20T17:53:12.672Z | Checking postgres-protocol v0.6.6 |
2653 | 2023-11-20T17:53:13.319Z | Checking anstream v0.5.0 |
2654 | 2023-11-20T17:53:13.854Z | Checking tokio-rustls v0.24.1 |
2655 | 2023-11-20T17:53:13.979Z | Documenting term v0.7.0 |
2656 | 2023-11-20T17:53:14.365Z | Checking url v2.4.1 |
2657 | 2023-11-20T17:53:14.399Z | Checking terminal_size v0.2.6 |
2658 | 2023-11-20T17:53:14.499Z | Checking tokio-native-tls v0.3.1 |
2659 | 2023-11-20T17:53:14.569Z | Checking rustls-native-certs v0.6.3 |
2660 | 2023-11-20T17:53:14.611Z | Checking phf_shared v0.11.2 |
2661 | 2023-11-20T17:53:14.767Z | Documenting toml v0.8.8 |
2662 | 2023-11-20T17:53:14.886Z | Checking block-padding v0.3.3 |
2663 | 2023-11-20T17:53:15.038Z | Checking signal-hook v0.3.17 |
2664 | 2023-11-20T17:53:15.173Z | Documenting crossbeam-channel v0.5.8 |
2665 | 2023-11-20T17:53:15.558Z | Checking scheduled-thread-pool v0.2.7 |
2666 | 2023-11-20T17:53:15.642Z | Checking object v0.32.1 |
2667 | 2023-11-20T17:53:15.879Z | Documenting atty v0.2.14 |
2668 | 2023-11-20T17:53:17.907Z | Checking bzip2-sys v0.1.11+1.0.8 |
2669 | 2023-11-20T17:53:17.979Z | Checking addr2line v0.21.0 |
2670 | 2023-11-20T17:53:18.083Z | Checking crc32fast v1.3.2 |
2671 | 2023-11-20T17:53:18.424Z | Checking bit-vec v0.6.3 |
2672 | 2023-11-20T17:53:18.695Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2673 | 2023-11-20T17:53:18.793Z | Checking regex-automata v0.1.10 |
2674 | 2023-11-20T17:53:18.946Z | Checking num_threads v0.1.6 |
2675 | 2023-11-20T17:53:19.095Z | Checking clap_lex v0.5.1 |
2676 | 2023-11-20T17:53:19.432Z | Documenting take_mut v0.2.2 |
2677 | 2023-11-20T17:53:19.455Z | Checking rustc-demangle v0.1.23 |
2678 | 2023-11-20T17:53:19.937Z | Checking ipnet v2.8.0 |
2679 | 2023-11-20T17:53:20.140Z | Checking deranged v0.3.8 |
2680 | 2023-11-20T17:53:20.296Z | Checking matches v0.1.10 |
2681 | 2023-11-20T17:53:20.415Z | Checking managed v0.8.0 |
2682 | 2023-11-20T17:53:20.670Z | Checking idna v0.2.3 |
2683 | 2023-11-20T17:53:21.023Z | Checking smoltcp v0.9.1 |
2684 | 2023-11-20T17:53:21.603Z | Documenting slog-term v2.9.0 |
2685 | 2023-11-20T17:53:22.170Z | Checking clap_builder v4.4.2 |
2686 | 2023-11-20T17:53:22.800Z | Checking time v0.3.27 |
2687 | 2023-11-20T17:53:23.259Z | Checking bstr v0.2.17 |
2688 | 2023-11-20T17:53:23.529Z | Checking flate2 v1.0.28 |
2689 | 2023-11-20T17:53:24.599Z | Checking bzip2 v0.4.4 |
2690 | 2023-11-20T17:53:24.639Z | Checking hyper-tls v0.5.0 |
2691 | 2023-11-20T17:53:24.673Z | Checking backtrace v0.3.69 |
2692 | 2023-11-20T17:53:25.041Z | Checking hyper-rustls v0.24.2 |
2693 | 2023-11-20T17:53:25.056Z | Checking r2d2 v0.8.10 |
2694 | 2023-11-20T17:53:25.498Z | Documenting slog-async v2.8.0 |
2695 | 2023-11-20T17:53:25.529Z | Checking signal-hook-mio v0.2.3 |
2696 | 2023-11-20T17:53:25.564Z | Checking inout v0.1.3 |
2697 | 2023-11-20T17:53:25.595Z | Checking phf v0.11.2 |
2698 | 2023-11-20T17:53:25.724Z | Checking postgres-types v0.2.6 |
2699 | 2023-11-20T17:53:25.893Z | Checking itertools v0.11.0 |
2700 | 2023-11-20T17:53:26.003Z | Checking num-bigint v0.4.4 |
2701 | 2023-11-20T17:53:26.858Z | Checking serde_urlencoded v0.7.1 |
2702 | 2023-11-20T17:53:26.904Z | Checking phf_shared v0.10.0 |
2703 | 2023-11-20T17:53:27.213Z | Checking futures-executor v0.3.29 |
2704 | 2023-11-20T17:53:27.316Z | Documenting slog-json v2.6.1 |
2705 | 2023-11-20T17:53:27.529Z | Checking ipnetwork v0.20.0 |
2706 | 2023-11-20T17:53:27.542Z | Checking float-cmp v0.9.0 |
2707 | 2023-11-20T17:53:27.802Z | Checking zerocopy v0.6.4 |
2708 | 2023-11-20T17:53:28.081Z | Documenting async-stream-impl v0.3.5 |
2709 | 2023-11-20T17:53:28.994Z | Checking hubpack v0.1.2 |
2710 | 2023-11-20T17:53:29.254Z | Checking encoding_rs v0.8.33 |
2711 | 2023-11-20T17:53:29.495Z | Checking crossbeam-utils v0.8.16 |
2712 | 2023-11-20T17:53:29.693Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2713 | 2023-11-20T17:53:29.731Z | Checking memoffset v0.9.0 |
2714 | 2023-11-20T17:53:29.869Z | Checking fixedbitset v0.4.2 |
2715 | 2023-11-20T17:53:30.058Z | Checking normalize-line-endings v0.3.0 |
2716 | 2023-11-20T17:53:30.210Z | Checking whoami v1.4.1 |
2717 | 2023-11-20T17:53:30.254Z | Checking static_assertions v1.1.0 |
2718 | 2023-11-20T17:53:30.372Z | Checking difflib v0.4.0 |
2719 | 2023-11-20T17:53:30.386Z | Checking webpki-roots v0.25.2 |
2720 | 2023-11-20T17:53:30.589Z | Checking precomputed-hash v0.1.1 |
2721 | 2023-11-20T17:53:30.613Z | Documenting atomic-waker v1.1.1 |
2722 | 2023-11-20T17:53:30.737Z | Checking mime v0.3.17 |
2723 | 2023-11-20T17:53:30.862Z | Checking new_debug_unreachable v1.0.4 |
2724 | 2023-11-20T17:53:30.987Z | Checking predicates-core v1.0.6 |
2725 | 2023-11-20T17:53:31.207Z | Checking data-encoding v2.4.0 |
2726 | 2023-11-20T17:53:31.265Z | Checking regex-automata v0.3.8 |
2727 | 2023-11-20T17:53:31.509Z | Documenting debug-ignore v1.0.5 |
2728 | 2023-11-20T17:53:32.069Z | Checking trust-dns-proto v0.22.0 |
2729 | 2023-11-20T17:53:33.140Z | Checking reqwest v0.11.22 |
2730 | 2023-11-20T17:53:34.227Z | Checking bstr v1.6.0 |
2731 | 2023-11-20T17:53:34.308Z | Documenting slog-bunyan v2.4.0 |
2732 | 2023-11-20T17:53:34.799Z | Documenting waitgroup v0.1.2 |
2733 | 2023-11-20T17:53:35.281Z | Checking predicates v3.0.4 |
2734 | 2023-11-20T17:53:35.568Z | Documenting async-stream v0.3.5 |
2735 | 2023-11-20T17:53:35.665Z | Checking string_cache v0.8.7 |
2736 | 2023-11-20T17:53:35.899Z | Checking tokio-postgres v0.7.10 |
2737 | 2023-11-20T17:53:35.950Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2738 | 2023-11-20T17:53:36.077Z | Checking crossbeam-epoch v0.9.15 |
2739 | 2023-11-20T17:53:36.331Z | Checking petgraph v0.6.4 |
2740 | 2023-11-20T17:53:36.786Z | Checking diesel v2.1.4 |
2741 | 2023-11-20T17:53:38.603Z | Checking yasna v0.5.2 |
2742 | 2023-11-20T17:53:40.140Z | Checking futures v0.3.29 |
2743 | 2023-11-20T17:53:40.297Z | Checking clap v4.4.3 |
2744 | 2023-11-20T17:53:40.446Z | Checking cipher v0.4.4 |
2745 | 2023-11-20T17:53:40.611Z | Checking crossterm v0.27.0 |
2746 | 2023-11-20T17:53:41.039Z | Checking anyhow v1.0.75 |
2747 | 2023-11-20T17:53:41.081Z | Checking zip v0.6.6 |
2748 | 2023-11-20T17:53:41.197Z | Checking similar v2.2.1 |
2749 | 2023-11-20T17:53:41.391Z | Checking bit-set v0.5.3 |
2750 | 2023-11-20T17:53:41.741Z | Checking itertools v0.10.5 |
2751 | 2023-11-20T17:53:41.766Z | Checking num-iter v0.1.43 |
2752 | 2023-11-20T17:53:41.920Z | Checking console v0.15.7 |
2753 | 2023-11-20T17:53:42.013Z | Checking rustix v0.38.9 |
2754 | 2023-11-20T17:53:42.176Z | Checking signature v2.1.0 |
2755 | 2023-11-20T17:53:42.443Z | Checking darling_core v0.20.3 |
2756 | 2023-11-20T17:53:42.545Z | Checking toml v0.7.8 |
2757 | 2023-11-20T17:53:42.833Z | Checking tokio-stream v0.1.14 |
2758 | 2023-11-20T17:53:43.446Z | Checking toml_edit v0.21.0 |
2759 | 2023-11-20T17:53:43.546Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2760 | 2023-11-20T17:53:43.769Z | Documenting multer v2.1.0 |
2761 | 2023-11-20T17:53:44.105Z | Checking usdt v0.3.5 |
2762 | 2023-11-20T17:53:44.413Z | Documenting serde_path_to_error v0.1.14 |
2763 | 2023-11-20T17:53:45.397Z | Checking hex v0.4.3 |
2764 | 2023-11-20T17:53:45.436Z | Checking semver v1.0.20 |
2765 | 2023-11-20T17:53:45.578Z | Documenting strum v0.25.0 |
2766 | 2023-11-20T17:53:46.048Z | Checking slog v2.7.0 |
2767 | 2023-11-20T17:53:46.239Z | Checking lalrpop-util v0.19.12 |
2768 | 2023-11-20T17:53:46.665Z | Checking darling v0.20.3 |
2769 | 2023-11-20T17:53:46.802Z | Documenting structmeta-derive v0.2.0 |
2770 | 2023-11-20T17:53:46.821Z | Documenting serde_with_macros v2.3.3 |
2771 | 2023-11-20T17:53:47.253Z | Checking structmeta v0.2.0 |
2772 | 2023-11-20T17:53:47.605Z | Documenting instant v0.1.12 |
2773 | 2023-11-20T17:53:50.908Z | Checking regex-syntax v0.7.5 |
2774 | 2023-11-20T17:53:51.512Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2775 | 2023-11-20T17:53:51.805Z | Documenting macaddr v1.0.1 |
2776 | 2023-11-20T17:53:52.021Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2777 | 2023-11-20T17:53:53.806Z | Documenting backoff v0.4.0 |
2778 | 2023-11-20T17:53:54.284Z | Documenting serde_with v2.3.3 |
2779 | 2023-11-20T17:53:54.590Z | Documenting structmeta v0.2.0 |
2780 | 2023-11-20T17:53:56.425Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2781 | 2023-11-20T17:53:58.096Z | Documenting is-terminal v0.4.9 |
2782 | 2023-11-20T17:53:58.396Z | Documenting base64ct v1.6.0 |
2783 | 2023-11-20T17:54:00.569Z | Checking proc-macro-crate v1.3.1 |
2784 | 2023-11-20T17:54:00.917Z | Documenting proc-macro-crate v1.3.1 |
2785 | 2023-11-20T17:54:01.862Z | Documenting parse-display-derive v0.8.2 |
2786 | 2023-11-20T17:54:02.228Z | Documenting proc-macro-error-attr v1.0.4 |
2787 | 2023-11-20T17:54:05.097Z | Checking proc-macro-error v1.0.4 |
2788 | 2023-11-20T17:54:05.279Z | Documenting postcard-cobs v0.1.5-pre |
2789 | 2023-11-20T17:54:05.690Z | Documenting foreign-types-macros v0.2.3 |
2790 | 2023-11-20T17:54:05.694Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2791 | 2023-11-20T17:54:08.112Z | Documenting proc-macro-error v1.0.4 |
2792 | 2023-11-20T17:54:08.339Z | Documenting num_enum_derive v0.5.11 |
2793 | 2023-11-20T17:54:09.508Z | Documenting postcard v0.7.3 |
2794 | 2023-11-20T17:54:10.755Z | Documenting parse-display v0.8.2 |
2795 | 2023-11-20T17:54:11.084Z | Documenting foreign-types-shared v0.3.1 |
2796 | 2023-11-20T17:54:12.194Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2797 | 2023-11-20T17:54:13.543Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2798 | 2023-11-20T17:54:13.978Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2799 | 2023-11-20T17:54:15.286Z | Documenting foreign-types v0.5.0 |
2800 | 2023-11-20T17:54:15.559Z | Documenting crucible-workspace-hack v0.1.0 |
2801 | 2023-11-20T17:54:16.456Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2802 | 2023-11-20T17:54:16.742Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2803 | 2023-11-20T17:54:16.932Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2804 | 2023-11-20T17:54:17.906Z | Documenting num_enum v0.5.11 |
2805 | 2023-11-20T17:54:20.140Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2806 | 2023-11-20T17:54:20.827Z | Documenting cstr-argument v0.1.2 |
2807 | 2023-11-20T17:54:20.954Z | Documenting colored v2.0.4 |
2808 | 2023-11-20T17:54:22.074Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2809 | 2023-11-20T17:54:23.325Z | Documenting zone_cfg_derive v0.3.0 |
2810 | 2023-11-20T17:54:23.598Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2811 | 2023-11-20T17:54:24.115Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2812 | 2023-11-20T17:54:26.224Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2813 | 2023-11-20T17:54:26.442Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2814 | 2023-11-20T17:54:27.232Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2815 | 2023-11-20T17:54:27.732Z | Documenting num-derive v0.4.0 |
2816 | 2023-11-20T17:54:30.490Z | Documenting smf v0.2.2 |
2817 | 2023-11-20T17:54:30.903Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2818 | 2023-11-20T17:54:30.906Z | Documenting zone v0.3.0 |
2819 | 2023-11-20T17:54:32.731Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2820 | 2023-11-20T17:54:33.443Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2821 | 2023-11-20T17:54:34.706Z | Documenting fastrand v2.0.0 |
2822 | 2023-11-20T17:54:34.719Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2823 | 2023-11-20T17:54:35.307Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2824 | 2023-11-20T17:54:35.647Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2825 | 2023-11-20T17:54:37.014Z | Documenting linked-hash-map v0.5.6 |
2826 | 2023-11-20T17:54:37.350Z | Documenting password-hash v0.5.0 |
2827 | 2023-11-20T17:54:39.548Z | Documenting blake2 v0.10.6 |
2828 | 2023-11-20T17:54:40.896Z | Documenting tempfile v3.8.0 |
2829 | 2023-11-20T17:54:41.692Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2830 | 2023-11-20T17:54:41.717Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2831 | 2023-11-20T17:54:43.371Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2832 | 2023-11-20T17:54:43.383Z | Documenting lru-cache v0.1.2 |
2833 | 2023-11-20T17:54:43.807Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2023-11-20T17:54:44.139Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2835 | 2023-11-20T17:54:44.169Z | Checking heck v0.3.3 |
2836 | 2023-11-20T17:54:44.418Z | Documenting structopt-derive v0.4.18 |
2837 | 2023-11-20T17:54:45.961Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2838 | 2023-11-20T17:54:47.388Z | Documenting argon2 v0.5.2 |
2839 | 2023-11-20T17:54:48.292Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2840 | 2023-11-20T17:54:49.743Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2841 | 2023-11-20T17:54:52.453Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2842 | 2023-11-20T17:54:52.604Z | Documenting structopt v0.3.26 |
2843 | 2023-11-20T17:54:54.638Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2844 | 2023-11-20T17:54:54.936Z | Documenting libefi-sys v0.1.0 |
2845 | 2023-11-20T17:54:57.423Z | Documenting pem-rfc7468 v0.7.0 |
2846 | 2023-11-20T17:54:58.487Z | Documenting der_derive v0.7.2 |
2847 | 2023-11-20T17:54:59.516Z | Documenting quick-error v1.2.3 |
2848 | 2023-11-20T17:55:01.104Z | Documenting flagset v0.4.3 |
2849 | 2023-11-20T17:55:01.305Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2850 | 2023-11-20T17:55:03.873Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2851 | 2023-11-20T17:55:04.031Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2852 | 2023-11-20T17:55:04.485Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2853 | 2023-11-20T17:55:05.274Z | Documenting cancel-safe-futures v0.1.5 |
2854 | 2023-11-20T17:55:05.349Z | Documenting tap v1.0.1 |
2855 | 2023-11-20T17:55:05.741Z | Documenting resolv-conf v0.7.0 |
2856 | 2023-11-20T17:55:06.526Z | Documenting der v0.7.8 |
2857 | 2023-11-20T17:55:07.873Z | Documenting convert_case v0.4.0 |
2858 | 2023-11-20T17:55:09.477Z | Checking convert_case v0.4.0 |
2859 | 2023-11-20T17:55:09.808Z | Documenting wyz v0.5.1 |
2860 | 2023-11-20T17:55:10.829Z | Documenting radium v0.7.0 |
2861 | 2023-11-20T17:55:12.094Z | Documenting trust-dns-resolver v0.22.0 |
2862 | 2023-11-20T17:55:13.976Z | Documenting derive_more v0.99.17 |
2863 | 2023-11-20T17:55:14.215Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2864 | 2023-11-20T17:55:14.635Z | Documenting funty v2.0.0 |
2865 | 2023-11-20T17:55:14.832Z | Documenting crc-catalog v2.2.0 |
2866 | 2023-11-20T17:55:14.993Z | Documenting spki v0.7.2 |
2867 | 2023-11-20T17:55:15.225Z | Documenting arc-swap v1.6.0 |
2868 | 2023-11-20T17:55:19.084Z | Documenting crc v3.0.1 |
2869 | 2023-11-20T17:55:19.376Z | Documenting bitvec v1.0.1 |
2870 | 2023-11-20T17:55:20.648Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2871 | 2023-11-20T17:55:21.060Z | Documenting slog-scope v4.4.0 |
2872 | 2023-11-20T17:55:21.813Z | Documenting pkcs8 v0.10.2 |
2873 | 2023-11-20T17:55:22.585Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2874 | 2023-11-20T17:55:22.678Z | Documenting num-rational v0.4.1 |
2875 | 2023-11-20T17:55:23.671Z | Documenting hkdf v0.12.3 |
2876 | 2023-11-20T17:55:24.060Z | Documenting num-complex v0.4.4 |
2877 | 2023-11-20T17:55:24.543Z | Documenting packed_struct_codegen v0.10.1 |
2878 | 2023-11-20T17:55:26.929Z | Documenting nodrop v0.1.14 |
2879 | 2023-11-20T17:55:27.688Z | Documenting half v1.8.2 |
2880 | 2023-11-20T17:55:28.500Z | Documenting ciborium-io v0.2.1 |
2881 | 2023-11-20T17:55:29.153Z | Documenting pkcs1 v0.7.5 |
2882 | 2023-11-20T17:55:31.098Z | Documenting slog-stdlog v4.1.1 |
2883 | 2023-11-20T17:55:31.481Z | Documenting array-init v0.0.4 |
2884 | 2023-11-20T17:55:31.505Z | Documenting num v0.4.1 |
2885 | 2023-11-20T17:55:32.066Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2886 | 2023-11-20T17:55:32.803Z | Documenting packed_struct v0.10.1 |
2887 | 2023-11-20T17:55:33.377Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2888 | 2023-11-20T17:55:34.529Z | Documenting ciborium-ll v0.2.1 |
2889 | 2023-11-20T17:55:35.443Z | Documenting slog-dtrace v0.2.3 |
2890 | 2023-11-20T17:55:36.350Z | Documenting num-bigint-dig v0.8.4 |
2891 | 2023-11-20T17:55:36.485Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2892 | 2023-11-20T17:55:36.825Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2893 | 2023-11-20T17:55:39.960Z | Documenting xattr v1.0.1 |
2894 | 2023-11-20T17:55:40.628Z | Documenting filetime v0.2.22 |
2895 | 2023-11-20T17:55:40.929Z | Documenting bitfield v0.14.0 |
2896 | 2023-11-20T17:55:44.251Z | Documenting swrite v0.1.0 |
2897 | 2023-11-20T17:55:45.443Z | Documenting keccak v0.1.4 |
2898 | 2023-11-20T17:55:46.128Z | Documenting termcolor v1.2.0 |
2899 | 2023-11-20T17:55:46.547Z | Documenting rsa v0.9.2 |
2900 | 2023-11-20T17:55:46.717Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2901 | 2023-11-20T17:55:47.168Z | Documenting tar v0.4.40 |
2902 | 2023-11-20T17:55:49.948Z | Documenting sha3 v0.10.8 |
2903 | 2023-11-20T17:55:50.416Z | Documenting ciborium v0.2.1 |
2904 | 2023-11-20T17:55:51.447Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2905 | 2023-11-20T17:55:52.672Z | Documenting env_logger v0.10.0 |
2906 | 2023-11-20T17:55:53.754Z | Documenting slog-envlogger v2.2.0 |
2907 | 2023-11-20T17:55:57.102Z | Documenting serde-hex v0.1.0 |
2908 | 2023-11-20T17:55:57.651Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2909 | 2023-11-20T17:55:57.821Z | Documenting x509-cert v0.2.4 |
2910 | 2023-11-20T17:55:59.047Z | Documenting newtype_derive v0.1.6 |
2911 | 2023-11-20T17:56:00.033Z | Documenting libsw v3.3.0 |
2912 | 2023-11-20T17:56:02.043Z | Documenting ron v0.8.1 |
2913 | 2023-11-20T17:56:03.309Z | Documenting fxhash v0.2.1 |
2914 | 2023-11-20T17:56:05.194Z | Documenting secrecy v0.8.0 |
2915 | 2023-11-20T17:56:06.253Z | Documenting derive-where v1.2.5 |
2916 | 2023-11-20T17:56:06.489Z | Documenting crc-any v2.4.3 |
2917 | 2023-11-20T17:56:06.665Z | Documenting owo-colors v3.5.0 |
2918 | 2023-11-20T17:56:06.918Z | Documenting linear-map v1.2.0 |
2919 | 2023-11-20T17:56:08.783Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2920 | 2023-11-20T17:56:09.063Z | Documenting steno v0.4.0 |
2921 | 2023-11-20T17:56:10.748Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2922 | 2023-11-20T17:56:11.031Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2923 | 2023-11-20T17:56:12.071Z | Documenting doc-comment v0.3.3 |
2924 | 2023-11-20T17:56:13.441Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2925 | 2023-11-20T17:56:14.254Z | Documenting snafu-derive v0.7.5 |
2926 | 2023-11-20T17:56:15.184Z | Documenting path-slash v0.1.5 |
2927 | 2023-11-20T17:56:16.179Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2928 | 2023-11-20T17:56:16.457Z | Documenting same-file v1.0.6 |
2929 | 2023-11-20T17:56:21.555Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2930 | 2023-11-20T17:56:22.667Z | Documenting walkdir v2.4.0 |
2931 | 2023-11-20T17:56:24.762Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2932 | 2023-11-20T17:56:25.411Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2933 | 2023-11-20T17:56:26.146Z | Documenting snafu v0.7.5 |
2934 | 2023-11-20T17:56:26.849Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2935 | 2023-11-20T17:56:29.140Z | Documenting camino-tempfile v1.0.2 |
2936 | 2023-11-20T17:56:32.632Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2937 | 2023-11-20T17:56:34.624Z | Checking darling_core v0.14.4 |
2938 | 2023-11-20T17:56:35.736Z | Documenting nibble_vec v0.1.0 |
2939 | 2023-11-20T17:56:36.583Z | Documenting endian-type v0.1.2 |
2940 | 2023-11-20T17:56:37.623Z | Documenting glob v0.3.1 |
2941 | 2023-11-20T17:56:42.134Z | Checking darling v0.14.4 |
2942 | 2023-11-20T17:56:42.296Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2943 | 2023-11-20T17:56:43.066Z | Documenting radix_trie v0.2.1 |
2944 | 2023-11-20T17:56:43.904Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2945 | 2023-11-20T17:56:44.662Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2946 | 2023-11-20T17:56:46.202Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2947 | 2023-11-20T17:56:47.963Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2948 | 2023-11-20T17:56:50.039Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2949 | 2023-11-20T17:56:50.482Z | Documenting path-dedot v3.1.0 |
2950 | 2023-11-20T17:56:50.511Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2951 | 2023-11-20T17:56:54.512Z | Documenting trust-dns-client v0.22.0 |
2952 | 2023-11-20T17:56:54.612Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2953 | 2023-11-20T17:56:56.485Z | Documenting path-absolutize v3.1.0 |
2954 | 2023-11-20T17:57:03.217Z | Documenting buf-list v1.0.3 |
2955 | 2023-11-20T17:57:04.566Z | Documenting globset v0.4.13 |
2956 | 2023-11-20T17:57:08.502Z | Documenting crossbeam-deque v0.8.3 |
2957 | 2023-11-20T17:57:09.793Z | Documenting headers-core v0.2.0 |
2958 | 2023-11-20T17:57:10.281Z | Documenting olpc-cjson v0.1.3 |
2959 | 2023-11-20T17:57:11.470Z | Documenting serde_plain v1.0.2 |
2960 | 2023-11-20T17:57:11.701Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2961 | 2023-11-20T17:57:12.291Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2962 | 2023-11-20T17:57:13.804Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2963 | 2023-11-20T17:57:14.981Z | Documenting display-error-chain v0.2.0 |
2964 | 2023-11-20T17:57:15.055Z | Documenting utf-8 v0.7.6 |
2965 | 2023-11-20T17:57:16.760Z | Documenting headers v0.3.9 |
2966 | 2023-11-20T17:57:17.279Z | Documenting rayon-core v1.12.0 |
2967 | 2023-11-20T17:57:17.403Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2968 | 2023-11-20T17:57:17.912Z | Documenting tough v0.14.0 |
2969 | 2023-11-20T17:57:18.739Z | Documenting trust-dns-server v0.22.1 |
2970 | 2023-11-20T17:57:19.699Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2971 | 2023-11-20T17:57:20.781Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2972 | 2023-11-20T17:57:21.410Z | Documenting tungstenite v0.20.1 |
2973 | 2023-11-20T17:57:22.714Z | Documenting derive_builder_core v0.12.0 |
2974 | 2023-11-20T17:57:24.267Z | Checking derive_builder_core v0.12.0 |
2975 | 2023-11-20T17:57:24.533Z | Documenting sled v0.34.7 |
2976 | 2023-11-20T17:57:25.684Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2977 | 2023-11-20T17:57:26.774Z | Documenting unicase v2.7.0 |
2978 | 2023-11-20T17:57:27.346Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2979 | 2023-11-20T17:57:28.227Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2980 | 2023-11-20T17:57:28.664Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2981 | 2023-11-20T17:57:29.119Z | Documenting bcs v0.1.6 |
2982 | 2023-11-20T17:57:31.287Z | Documenting ff v0.13.0 |
2983 | 2023-11-20T17:57:31.480Z | Documenting highway v1.1.0 |
2984 | 2023-11-20T17:57:31.562Z | Documenting pretty-hex v0.3.0 |
2985 | 2023-11-20T17:57:32.826Z | Documenting derive_builder_macro v0.12.0 |
2986 | 2023-11-20T17:57:32.965Z | Documenting mime_guess v2.0.4 |
2987 | 2023-11-20T17:57:36.084Z | Documenting tokio-tungstenite v0.20.1 |
2988 | 2023-11-20T17:57:36.276Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2989 | 2023-11-20T17:57:37.992Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2990 | 2023-11-20T17:57:38.157Z | Documenting group v0.13.0 |
2991 | 2023-11-20T17:57:38.614Z | Documenting rayon v1.8.0 |
2992 | 2023-11-20T17:57:39.616Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2993 | 2023-11-20T17:57:44.751Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2994 | 2023-11-20T17:57:45.247Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2995 | 2023-11-20T17:57:45.879Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2996 | 2023-11-20T17:57:50.569Z | Documenting portable-atomic v1.4.3 |
2997 | 2023-11-20T17:57:56.374Z | Documenting ed25519 v1.5.3 |
2998 | 2023-11-20T17:57:56.600Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2999 | 2023-11-20T17:58:00.731Z | Documenting universal-hash v0.5.1 |
3000 | 2023-11-20T17:58:04.822Z | Documenting crypto-bigint v0.5.2 |
3001 | 2023-11-20T17:58:05.463Z | Documenting kstat-rs v0.2.3 |
3002 | 2023-11-20T17:58:07.792Z | Documenting curve25519-dalek-derive v0.1.0 |
3003 | 2023-11-20T17:58:08.909Z | Documenting ref-cast-impl v1.0.20 |
3004 | 2023-11-20T17:58:09.613Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3005 | 2023-11-20T17:58:11.709Z | Documenting thiserror-impl-no-std v2.0.2 |
3006 | 2023-11-20T17:58:11.880Z | Documenting vte_generate_state_changes v0.1.1 |
3007 | 2023-11-20T17:58:14.144Z | Documenting opaque-debug v0.3.0 |
3008 | 2023-11-20T17:58:14.911Z | Documenting base16ct v0.2.0 |
3009 | 2023-11-20T17:58:17.196Z | Documenting cassowary v0.3.0 |
3010 | 2023-11-20T17:58:17.348Z | Documenting number_prefix v0.4.0 |
3011 | 2023-11-20T17:58:18.252Z | Documenting poly1305 v0.8.0 |
3012 | 2023-11-20T17:58:18.453Z | Documenting vte v0.11.1 |
3013 | 2023-11-20T17:58:19.203Z | Documenting elliptic-curve v0.13.5 |
3014 | 2023-11-20T17:58:19.545Z | Documenting thiserror-no-std v2.0.2 |
3015 | 2023-11-20T17:58:22.938Z | Documenting indicatif v0.17.7 |
3016 | 2023-11-20T17:58:23.283Z | Documenting ratatui v0.23.0 |
3017 | 2023-11-20T17:58:23.945Z | Documenting ref-cast v1.0.20 |
3018 | 2023-11-20T17:58:24.556Z | Documenting curve25519-dalek v4.1.0 |
3019 | 2023-11-20T17:58:25.436Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3020 | 2023-11-20T17:58:25.727Z | Documenting salty v0.2.0 |
3021 | 2023-11-20T17:58:28.227Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3022 | 2023-11-20T17:58:28.240Z | Documenting derive_builder v0.12.0 |
3023 | 2023-11-20T17:58:30.745Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3024 | 2023-11-20T17:58:32.869Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3025 | 2023-11-20T17:58:34.028Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3026 | 2023-11-20T17:58:34.742Z | Documenting polar-core v0.27.0 |
3027 | 2023-11-20T17:58:40.297Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3028 | 2023-11-20T17:58:47.289Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3029 | 2023-11-20T17:58:49.581Z | Documenting libxml v0.3.3 |
3030 | 2023-11-20T17:58:52.856Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3031 | 2023-11-20T17:58:55.402Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3032 | 2023-11-20T17:58:56.931Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3033 | 2023-11-20T17:58:59.682Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3034 | 2023-11-20T17:59:00.113Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3035 | 2023-11-20T17:59:01.748Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3036 | 2023-11-20T17:59:01.758Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3037 | 2023-11-20T17:59:02.534Z | Documenting chacha20 v0.9.1 |
3038 | 2023-11-20T17:59:04.307Z | Documenting bb8 v0.8.1 |
3039 | 2023-11-20T17:59:04.846Z | Documenting pem v3.0.2 |
3040 | 2023-11-20T17:59:05.605Z | Documenting bytesize v1.3.0 |
3041 | 2023-11-20T17:59:09.261Z | Documenting quick-xml v0.23.1 |
3042 | 2023-11-20T17:59:10.047Z | Documenting serde-big-array v0.5.1 |
3043 | 2023-11-20T17:59:10.661Z | Documenting aead v0.5.2 |
3044 | 2023-11-20T17:59:12.369Z | Documenting oso-derive v0.27.0 |
3045 | 2023-11-20T17:59:13.452Z | Documenting impl-trait-for-tuples v0.2.2 |
3046 | 2023-11-20T17:59:16.264Z | Documenting rtoolbox v0.0.1 |
3047 | 2023-11-20T17:59:16.791Z | Documenting unicode-linebreak v0.1.5 |
3048 | 2023-11-20T17:59:18.791Z | Documenting maplit v1.0.2 |
3049 | 2023-11-20T17:59:19.942Z | Documenting fs-err v2.9.0 |
3050 | 2023-11-20T17:59:20.024Z | Documenting is_ci v1.1.1 |
3051 | 2023-11-20T17:59:20.052Z | Documenting smawk v0.3.1 |
3052 | 2023-11-20T17:59:21.359Z | Documenting humantime v2.1.0 |
3053 | 2023-11-20T17:59:22.334Z | Documenting chacha20poly1305 v0.10.1 |
3054 | 2023-11-20T17:59:22.725Z | Documenting rpassword v7.2.0 |
3055 | 2023-11-20T17:59:24.016Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3056 | 2023-11-20T17:59:25.088Z | Documenting oso v0.27.0 |
3057 | 2023-11-20T17:59:25.801Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3058 | 2023-11-20T17:59:26.227Z | Documenting supports-color v2.1.0 |
3059 | 2023-11-20T17:59:26.419Z | Documenting textwrap v0.16.0 |
3060 | 2023-11-20T17:59:27.902Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3061 | 2023-11-20T17:59:29.105Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3062 | 2023-11-20T17:59:31.713Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3063 | 2023-11-20T17:59:32.440Z | Documenting rcgen v0.11.3 |
3064 | 2023-11-20T17:59:33.863Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3065 | 2023-11-20T17:59:40.670Z | Documenting tui-tree-widget v0.13.0 |
3066 | 2023-11-20T17:59:42.377Z | Documenting vsss-rs v3.3.1 |
3067 | 2023-11-20T17:59:44.701Z | Documenting strip-ansi-escapes v0.2.0 |
3068 | 2023-11-20T17:59:48.236Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3069 | 2023-11-20T17:59:48.277Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3070 | 2023-11-20T17:59:49.415Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3071 | 2023-11-20T17:59:50.747Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3072 | 2023-11-20T17:59:54.111Z | Documenting cookie v0.18.0 |
3073 | 2023-11-20T17:59:54.889Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3074 | 2023-11-20T17:59:55.351Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3075 | 2023-11-20T17:59:59.763Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3076 | 2023-11-20T18:00:00.305Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3077 | 2023-11-20T18:00:01.294Z | Documenting atomicwrites v0.4.2 |
3078 | 2023-11-20T18:00:01.698Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3079 | 2023-11-20T18:00:07.454Z | Documenting signal-hook-tokio v0.3.1 |
3080 | 2023-11-20T18:00:08.341Z | Documenting fd-lock v3.0.13 |
3081 | 2023-11-20T18:00:08.392Z | Documenting subprocess v0.2.9 |
3082 | 2023-11-20T18:00:09.945Z | Documenting corncobs v0.1.3 |
3083 | 2023-11-20T18:00:14.477Z | Documenting shell-words v1.1.0 |
3084 | 2023-11-20T18:00:14.793Z | Documenting nu-ansi-term v0.49.0 |
3085 | 2023-11-20T18:00:15.114Z | Documenting http-range v0.1.5 |
3086 | 2023-11-20T18:00:15.402Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3087 | 2023-11-20T18:00:15.574Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3088 | 2023-11-20T18:00:15.611Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3089 | 2023-11-20T18:00:20.672Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3090 | 2023-11-20T18:00:21.208Z | Documenting reedline v0.25.0 |
3091 | 2023-11-20T18:00:21.451Z | Documenting hyper-staticfile v0.9.5 |
3092 | 2023-11-20T18:00:22.265Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3093 | 2023-11-20T18:00:28.352Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3094 | 2023-11-20T18:00:30.288Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3095 | 2023-11-20T18:00:31.695Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3096 | 2023-11-20T18:00:32.684Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3097 | 2023-11-20T18:00:34.459Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3098 | 2023-11-20T18:00:45.994Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3099 | 2023-11-20T18:00:53.026Z | Documenting fatfs v0.3.6 |
3100 | 2023-11-20T18:00:53.201Z | Documenting cargo-platform v0.1.3 |
3101 | 2023-11-20T18:00:59.238Z | Documenting nanorand v0.7.0 |
3102 | 2023-11-20T18:00:59.455Z | Documenting assert_matches v1.5.0 |
3103 | 2023-11-20T18:01:00.677Z | Documenting cargo_metadata v0.18.0 |
3104 | 2023-11-20T18:01:02.092Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3105 | 2023-11-20T18:01:02.326Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3106 | 2023-11-20T18:01:03.920Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3107 | 2023-11-20T18:01:05.913Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3108 | 2023-11-20T18:01:05.970Z | Documenting flume v0.11.0 |
3109 | 2023-11-20T18:01:08.210Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3110 | 2023-11-20T18:01:09.331Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3111 | 2023-11-20T18:01:10.153Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3112 | 2023-11-20T18:01:13.161Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3113 | 2023-11-20T18:01:31.054Z | Documenting omicron-zone-package v0.9.1 |
3114 | 2023-11-20T18:01:31.403Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3115 | 2023-11-20T18:01:35.664Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3116 | 2023-11-20T18:01:40.098Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3117 | 2023-11-20T18:01:41.139Z | Documenting cargo_toml v0.17.0 |
3118 | 2023-11-20T18:01:41.232Z | Documenting termios v0.3.3 |
3119 | 2023-11-20T18:01:41.784Z | Documenting topological-sort v0.2.2 |
3120 | 2023-11-20T18:01:45.694Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3121 | 2023-11-20T18:01:47.364Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3122 | 2023-11-20T18:01:49.118Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3123 | 2023-11-20T18:01:50.149Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3124 | 2023-11-20T18:02:01.255Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3125 | 2023-11-20T18:02:08.628Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3126 | 2023-11-20T18:02:15.378Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3127 | 2023-11-20T18:02:15.381Z | --> sled-agent/src/sim/instance.rs:46:7 |
3128 | 2023-11-20T18:02:15.384Z | | |
3129 | 2023-11-20T18:02:15.387Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3130 | 2023-11-20T18:02:15.389Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3131 | 2023-11-20T18:02:15.392Z | | |
3132 | 2023-11-20T18:02:15.395Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3133 | 2023-11-20T18:02:15.398Z | |
3134 | 2023-11-20T18:02:19.035Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3135 | 2023-11-20T18:02:31.633Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3136 | 2023-11-20T18:02:37.096Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3137 | 2023-11-20T18:02:51.816Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3138 | 2023-11-20T18:02:56.475Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3139 | 2023-11-20T18:03:00.917Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3140 | 2023-11-20T18:03:02.095Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3141 | 2023-11-20T18:03:13.273Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3142 | 2023-11-20T18:04:36.754Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 06s |
3143 | 2023-11-20T18:04:36.867Z | |
3144 | 2023-11-20T18:04:36.871Z | real 16:06.727714323 |
3145 | 2023-11-20T18:04:36.874Z | user 57:01.478464238 |
3146 | 2023-11-20T18:04:36.876Z | sys 59:50.480231306 |
3147 | 2023-11-20T18:04:36.879Z | trap 2.024757557 |
3148 | 2023-11-20T18:04:36.882Z | tflt 0.291389600 |
3149 | 2023-11-20T18:04:36.885Z | dflt 0.503994660 |
3150 | 2023-11-20T18:04:36.888Z | kflt 0.000486639 |
3151 | 2023-11-20T18:04:36.891Z | lock 3:01:24.016721824 |
3152 | 2023-11-20T18:04:36.894Z | slp 4:11:36.261787842 |
3153 | 2023-11-20T18:04:36.896Z | lat 5:27.316106081 |
3154 | 2023-11-20T18:04:36.899Z | stop 1:59.175236595 |
3155 | 2023-11-20T18:04:36.902Z | process exited: duration 1891951 ms, exit code 0 |
|
3156 | 2023-11-20T18:04:36.908Z | found 0 output files |