|
|
|
1 | 2023-12-19T16:16:16.965Z | job assigned to worker 01HJ1DQG6184VG70MQSN04GC73 (queued for 2 m 46 s) |
|
2 | 2023-12-19T16:16:17.162Z | starting task 0: "setup" |
3 | 2023-12-19T16:16:17.235Z | ++ uname -s |
4 | 2023-12-19T16:16:17.244Z | + kern=SunOS |
5 | 2023-12-19T16:16:17.244Z | + case "$kern" in |
6 | 2023-12-19T16:16:17.245Z | + groupadd -g 12345 build |
7 | 2023-12-19T16:16:17.245Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-19T16:16:19.252Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-19T16:16:19.359Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-19T16:16:19.368Z | + home_fs=zfs |
11 | 2023-12-19T16:16:19.369Z | + [[ zfs == autofs ]] |
12 | 2023-12-19T16:16:19.369Z | + mkdir -p /home/build |
13 | 2023-12-19T16:16:19.369Z | + chown build:build /home/build /work |
14 | 2023-12-19T16:16:20.364Z | + chmod 0700 /home/build /work |
15 | 2023-12-19T16:16:20.368Z | process exited: duration 3206 ms, exit code 0 |
|
16 | 2023-12-19T16:16:20.374Z | starting task 1: "rust-toolchain" |
17 | 2023-12-19T16:16:20.384Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-19T16:16:20.387Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-19T16:16:20.635Z | info: downloading installer |
20 | 2023-12-19T16:16:22.513Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-19T16:16:22.514Z | warning: /opt/ooce/bin |
22 | 2023-12-19T16:16:22.514Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-19T16:16:22.514Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-19T16:16:22.514Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-19T16:16:22.514Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-19T16:16:22.515Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-19T16:16:22.515Z | error: cannot install while Rust is installed |
28 | 2023-12-19T16:16:22.515Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-19T16:16:22.751Z | info: profile set to 'default' |
30 | 2023-12-19T16:16:22.752Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-19T16:16:22.762Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-19T16:16:22.945Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-19T16:16:22.945Z | info: downloading component 'cargo' |
34 | 2023-12-19T16:16:23.535Z | info: downloading component 'clippy' |
35 | 2023-12-19T16:16:23.761Z | info: downloading component 'rust-docs' |
36 | 2023-12-19T16:16:24.542Z | info: downloading component 'rust-std' |
37 | 2023-12-19T16:16:25.937Z | info: downloading component 'rustc' |
38 | 2023-12-19T16:16:29.398Z | info: downloading component 'rustfmt' |
39 | 2023-12-19T16:16:29.595Z | info: installing component 'cargo' |
40 | 2023-12-19T16:16:31.540Z | info: installing component 'clippy' |
41 | 2023-12-19T16:16:32.383Z | info: installing component 'rust-docs' |
42 | 2023-12-19T16:16:35.226Z | info: installing component 'rust-std' |
43 | 2023-12-19T16:16:39.163Z | info: installing component 'rustc' |
44 | 2023-12-19T16:16:47.967Z | info: installing component 'rustfmt' |
45 | 2023-12-19T16:16:48.424Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-19T16:16:48.424Z | |
47 | 2023-12-19T16:16:48.562Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-19T16:16:48.562Z | |
49 | 2023-12-19T16:16:48.563Z | |
50 | 2023-12-19T16:16:48.563Z | Rust is installed now. Great! |
51 | 2023-12-19T16:16:48.563Z | |
52 | 2023-12-19T16:16:48.563Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-19T16:16:48.564Z | environment variable. This has not been done automatically. |
54 | 2023-12-19T16:16:48.564Z | |
55 | 2023-12-19T16:16:48.564Z | To configure your current shell, run: |
56 | 2023-12-19T16:16:48.564Z | source "$HOME/.cargo/env" |
57 | 2023-12-19T16:16:48.678Z | + rustc --version |
58 | 2023-12-19T16:16:48.771Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-19T16:16:48.776Z | process exited: duration 28404 ms, exit code 0 |
|
60 | 2023-12-19T16:16:48.783Z | starting task 2: "authentication" |
61 | 2023-12-19T16:16:48.845Z | process exited: duration 35 ms, exit code 0 |
|
62 | 2023-12-19T16:16:48.854Z | starting task 3: "clone repository" |
63 | 2023-12-19T16:16:48.862Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-19T16:16:48.866Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-19T16:16:48.909Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-19T16:16:56.144Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-19T16:16:56.144Z | + [[ -n mgs-slog-error-chain ]] |
68 | 2023-12-19T16:16:56.147Z | + git fetch origin mgs-slog-error-chain |
69 | 2023-12-19T16:16:56.522Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-19T16:16:56.522Z | * branch mgs-slog-error-chain -> FETCH_HEAD |
71 | 2023-12-19T16:16:56.531Z | + git checkout -B mgs-slog-error-chain remotes/origin/mgs-slog-error-chain |
72 | 2023-12-19T16:16:56.625Z | Switched to a new branch 'mgs-slog-error-chain' |
73 | 2023-12-19T16:16:56.629Z | branch 'mgs-slog-error-chain' set up to track 'origin/mgs-slog-error-chain'. |
74 | 2023-12-19T16:16:56.629Z | + git reset --hard 1893c27cde67c97ce868aa1251ba6ab50ab29dea |
75 | 2023-12-19T16:16:56.646Z | HEAD is now at 1893c27c [mgs] Clean up logs via InlineErrorChain |
76 | 2023-12-19T16:16:56.652Z | process exited: duration 7794 ms, exit code 0 |
|
77 | 2023-12-19T16:16:56.662Z | starting task 4: "build" |
78 | 2023-12-19T16:16:56.670Z | + cargo --version |
79 | 2023-12-19T16:16:56.678Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-19T16:16:56.849Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-19T16:16:56.853Z | info: downloading component 'cargo' |
82 | 2023-12-19T16:16:57.501Z | info: downloading component 'clippy' |
83 | 2023-12-19T16:16:57.709Z | info: downloading component 'rust-docs' |
84 | 2023-12-19T16:16:58.517Z | info: downloading component 'rust-std' |
85 | 2023-12-19T16:16:59.838Z | info: downloading component 'rustc' |
86 | 2023-12-19T16:17:03.203Z | info: downloading component 'rustfmt' |
87 | 2023-12-19T16:17:03.409Z | info: installing component 'cargo' |
88 | 2023-12-19T16:17:04.719Z | info: installing component 'clippy' |
89 | 2023-12-19T16:17:05.192Z | info: installing component 'rust-docs' |
90 | 2023-12-19T16:17:08.186Z | info: installing component 'rust-std' |
91 | 2023-12-19T16:17:10.824Z | info: installing component 'rustc' |
92 | 2023-12-19T16:17:17.042Z | info: installing component 'rustfmt' |
93 | 2023-12-19T16:17:17.607Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-19T16:17:17.626Z | + rustc --version |
95 | 2023-12-19T16:17:17.730Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-19T16:17:18.147Z | + source ./env.sh |
97 | 2023-12-19T16:17:18.147Z | ++ set -o xtrace |
98 | 2023-12-19T16:17:18.147Z | ++++ dirname ./env.sh |
99 | 2023-12-19T16:17:18.147Z | +++ cd . |
100 | 2023-12-19T16:17:18.147Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-19T16:17:18.147Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-19T16:17:18.147Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-19T16:17:18.147Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-19T16:17:18.147Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
105 | 2023-12-19T16:17:18.147Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2023-12-19T16:17:18.148Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2023-12-19T16:17:18.148Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2023-12-19T16:17:18.148Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2023-12-19T16:17:18.148Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2023-12-19T16:17:18.150Z | ++ unset OMICRON_WS |
111 | 2023-12-19T16:17:18.150Z | ++ set +o xtrace |
112 | 2023-12-19T16:17:18.150Z | |
113 | 2023-12-19T16:17:18.150Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-19T16:17:18.150Z | # # # # # # # # # # # # # # # |
115 | 2023-12-19T16:17:18.150Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-19T16:17:18.150Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-19T16:17:18.150Z | # # # # # # # # # # # # # # # |
118 | 2023-12-19T16:17:18.150Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-19T16:17:18.150Z | |
120 | 2023-12-19T16:17:28.084Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-19T16:17:29.555Z | Startup: Caching catalogs ... Done |
122 | 2023-12-19T16:17:37.249Z | Planning: Solver setup ... Done (7.226s) |
123 | 2023-12-19T16:17:37.421Z | Planning: Running solver ... Done (0.162s) |
124 | 2023-12-19T16:17:37.592Z | Planning: Finding local manifests ... Done (0.102s) |
125 | 2023-12-19T16:17:37.626Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-19T16:17:38.194Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-19T16:17:38.523Z | Planning: Package planning ... Done (0.324s) |
128 | 2023-12-19T16:17:38.617Z | Planning: Merging actions ... Done (0.089s) |
129 | 2023-12-19T16:17:40.036Z | Planning: Checking for conflicting actions ... Done (1.430s) |
130 | 2023-12-19T16:17:40.054Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-19T16:17:48.072Z | Planning: Evaluating mediators ... Done (8.007s) |
132 | 2023-12-19T16:17:48.189Z | Planning: Planning completed in 18.56 seconds |
133 | 2023-12-19T16:17:50.254Z | Packages to install: 4 |
134 | 2023-12-19T16:17:50.254Z | Packages to update: 2 |
135 | 2023-12-19T16:17:50.254Z | Mediators to change: 2 |
136 | 2023-12-19T16:17:50.254Z | Services to change: 1 |
137 | 2023-12-19T16:17:50.258Z | Estimated space available: 148.88 GB |
138 | 2023-12-19T16:17:50.258Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-19T16:17:50.258Z | Create boot environment: No |
140 | 2023-12-19T16:17:50.258Z | Create backup boot environment: Yes |
141 | 2023-12-19T16:17:50.258Z | Rebuild boot archive: No |
142 | 2023-12-19T16:17:50.258Z | |
143 | 2023-12-19T16:17:50.258Z | Changed mediators: |
144 | 2023-12-19T16:17:50.258Z | mediator clang: |
145 | 2023-12-19T16:17:50.258Z | version: None -> 15 (system default) |
146 | 2023-12-19T16:17:50.258Z | |
147 | 2023-12-19T16:17:50.258Z | mediator llvm: |
148 | 2023-12-19T16:17:50.258Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-19T16:17:50.258Z | |
150 | 2023-12-19T16:17:50.258Z | Changed packages: |
151 | 2023-12-19T16:17:50.258Z | helios-dev |
152 | 2023-12-19T16:17:50.258Z | developer/build-essential |
153 | 2023-12-19T16:17:50.258Z | None -> 11-2.0 |
154 | 2023-12-19T16:17:50.258Z | library/libxmlsec1 |
155 | 2023-12-19T16:17:50.259Z | None -> 1.2.35-2.0 |
156 | 2023-12-19T16:17:50.259Z | ooce/developer/clang-15 |
157 | 2023-12-19T16:17:50.259Z | None -> 15.0.7-2.0 |
158 | 2023-12-19T16:17:50.259Z | ooce/developer/llvm-15 |
159 | 2023-12-19T16:17:50.259Z | None -> 15.0.7-2.0 |
160 | 2023-12-19T16:17:50.259Z | system/library/g++-runtime |
161 | 2023-12-19T16:17:50.259Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-19T16:17:50.259Z | system/library/gcc-runtime |
163 | 2023-12-19T16:17:50.260Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-19T16:17:50.260Z | |
165 | 2023-12-19T16:17:50.260Z | Services: |
166 | 2023-12-19T16:17:50.260Z | restart_fmri: |
167 | 2023-12-19T16:17:50.260Z | svc:/system/update-man-index:default |
168 | 2023-12-19T16:17:50.438Z | |
169 | 2023-12-19T16:17:50.438Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-19T16:17:55.428Z | Download: 1326/3330 items 111.4/221.1MB 50% complete (22.7M/s) |
171 | 2023-12-19T16:18:00.428Z | Download: 3131/3330 items 143.6/221.1MB 64% complete (14.4M/s) |
172 | 2023-12-19T16:18:04.749Z | Download: Completed 221.11 MB in 14.32 seconds (15.4M/s) |
173 | 2023-12-19T16:18:07.565Z | Actions: 1/3766 actions (Removing old actions) |
174 | 2023-12-19T16:18:07.566Z | Actions: 5/3766 actions (Installing new actions) |
175 | 2023-12-19T16:18:12.277Z | Actions: 3091/3766 actions (Installing new actions) |
176 | 2023-12-19T16:18:15.313Z | Actions: 3729/3766 actions (Updating modified actions) |
177 | 2023-12-19T16:18:15.957Z | Actions: Completed 3766 actions in 8.68 seconds. |
178 | 2023-12-19T16:18:16.179Z | Done (0.216s) |
179 | 2023-12-19T16:18:16.183Z | Done (0.000s) |
180 | 2023-12-19T16:18:16.468Z | Done (0.287s) |
181 | 2023-12-19T16:18:24.348Z | Done (7.749s) |
182 | 2023-12-19T16:18:24.665Z | Done (0.216s) |
183 | 2023-12-19T16:18:24.668Z | Done (0.000s) |
184 | 2023-12-19T16:18:25.017Z | Done (0.000s) |
185 | 2023-12-19T16:18:25.782Z | Planning: Evaluating mediator changes ... Done |
186 | 2023-12-19T16:18:26.074Z | Planning: Checking for conflicting actions ... Done |
187 | 2023-12-19T16:18:26.078Z | Planning: Consolidating action changes ... Done |
188 | 2023-12-19T16:18:26.523Z | Planning: Evaluating mediators ... Done |
189 | 2023-12-19T16:18:26.526Z | Planning: Planning completed in 0.74 seconds |
190 | 2023-12-19T16:18:26.587Z | Mediators to change: 2 |
191 | 2023-12-19T16:18:26.587Z | Create boot environment: No |
192 | 2023-12-19T16:18:26.587Z | Create backup boot environment: No |
193 | 2023-12-19T16:18:26.690Z | Done |
194 | 2023-12-19T16:18:26.690Z | Done |
195 | 2023-12-19T16:18:26.903Z | Done |
196 | 2023-12-19T16:18:33.139Z | Done |
197 | 2023-12-19T16:18:33.276Z | Done |
198 | 2023-12-19T16:18:33.289Z | Done |
199 | 2023-12-19T16:18:33.392Z | Done |
200 | 2023-12-19T16:18:34.454Z | Planning: Evaluating mediator changes ... Done |
201 | 2023-12-19T16:18:34.457Z | Planning: Merging actions ... Done |
202 | 2023-12-19T16:18:34.805Z | Planning: Checking for conflicting actions ... Done |
203 | 2023-12-19T16:18:34.810Z | Planning: Consolidating action changes ... Done |
204 | 2023-12-19T16:18:35.263Z | Planning: Evaluating mediators ... Done |
205 | 2023-12-19T16:18:35.361Z | Planning: Planning completed in 1.36 seconds |
206 | 2023-12-19T16:18:35.429Z | Packages to change: 1 |
207 | 2023-12-19T16:18:35.429Z | Mediators to change: 1 |
208 | 2023-12-19T16:18:35.429Z | Services to change: 1 |
209 | 2023-12-19T16:18:35.432Z | Create boot environment: No |
210 | 2023-12-19T16:18:35.432Z | Create backup boot environment: Yes |
211 | 2023-12-19T16:18:37.872Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2023-12-19T16:18:37.881Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2023-12-19T16:18:37.881Z | Done |
214 | 2023-12-19T16:18:37.881Z | Done |
215 | 2023-12-19T16:18:37.942Z | Done |
216 | 2023-12-19T16:18:44.103Z | Done |
217 | 2023-12-19T16:18:44.246Z | Done |
218 | 2023-12-19T16:18:44.250Z | Done |
219 | 2023-12-19T16:18:44.391Z | Done |
220 | 2023-12-19T16:18:45.087Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2023-12-19T16:18:45.088Z | clang system 15 system |
222 | 2023-12-19T16:18:45.088Z | csh system system illumos |
223 | 2023-12-19T16:18:45.088Z | ctags system system illumos |
224 | 2023-12-19T16:18:45.088Z | gcc vendor 12 vendor |
225 | 2023-12-19T16:18:45.088Z | gcc system 10 system |
226 | 2023-12-19T16:18:45.089Z | gcc system 7 system |
227 | 2023-12-19T16:18:45.089Z | go system 1.20 system |
228 | 2023-12-19T16:18:45.089Z | go system 1.19 system |
229 | 2023-12-19T16:18:45.089Z | llvm system 15 system |
230 | 2023-12-19T16:18:45.089Z | llvm system 14 system |
231 | 2023-12-19T16:18:45.089Z | mariadb system 10.6 system |
232 | 2023-12-19T16:18:45.089Z | mta vendor vendor dma |
233 | 2023-12-19T16:18:45.089Z | openjdk system 17 system |
234 | 2023-12-19T16:18:45.090Z | openjdk system 11 system |
235 | 2023-12-19T16:18:45.090Z | openjdk system 1.8 system |
236 | 2023-12-19T16:18:45.090Z | openssl vendor 3 vendor |
237 | 2023-12-19T16:18:45.090Z | perl system 5.36 system |
238 | 2023-12-19T16:18:45.090Z | postgresql system 15 system |
239 | 2023-12-19T16:18:45.090Z | postgresql system 13 system |
240 | 2023-12-19T16:18:45.090Z | python vendor 3 vendor |
241 | 2023-12-19T16:18:45.090Z | python system 2 system |
242 | 2023-12-19T16:18:45.091Z | python3 system 3.11 system |
243 | 2023-12-19T16:18:45.091Z | ruby system 3.0 system |
244 | 2023-12-19T16:18:45.091Z | words vendor vendor american-english |
245 | 2023-12-19T16:18:45.091Z | words system system australian-english |
246 | 2023-12-19T16:18:45.091Z | words system system british-english |
247 | 2023-12-19T16:18:45.091Z | words system system canadian-english |
248 | 2023-12-19T16:18:45.091Z | words system system french |
249 | 2023-12-19T16:18:45.091Z | words system system italian |
250 | 2023-12-19T16:18:45.091Z | words system system ngerman |
251 | 2023-12-19T16:18:45.091Z | words system system ogerman |
252 | 2023-12-19T16:18:45.091Z | words system system spanish |
253 | 2023-12-19T16:18:45.638Z | FMRI IFO |
254 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
255 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
256 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
257 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
258 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2023-12-19T16:18:45.638Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
260 | 2023-12-19T16:18:45.639Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
261 | 2023-12-19T16:18:45.639Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
262 | 2023-12-19T16:18:45.720Z | + set -o errexit |
263 | 2023-12-19T16:18:45.723Z | +++ dirname ./tools/ci_download_cockroachdb |
264 | 2023-12-19T16:18:45.726Z | ++ cd ./tools |
265 | 2023-12-19T16:18:45.726Z | ++ pwd |
266 | 2023-12-19T16:18:45.726Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
267 | 2023-12-19T16:18:45.726Z | ++ basename ./tools/ci_download_cockroachdb |
268 | 2023-12-19T16:18:45.729Z | + ARG0=ci_download_cockroachdb |
269 | 2023-12-19T16:18:45.729Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
270 | 2023-12-19T16:18:45.733Z | + CIDL_VERSION=v22.1.9 |
271 | 2023-12-19T16:18:45.733Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
272 | 2023-12-19T16:18:45.733Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
273 | 2023-12-19T16:18:45.733Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
274 | 2023-12-19T16:18:45.733Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
275 | 2023-12-19T16:18:45.734Z | + TARGET_DIR=out |
276 | 2023-12-19T16:18:45.735Z | + DOWNLOAD_DIR=out/downloads |
277 | 2023-12-19T16:18:45.735Z | + DEST_DIR=./out/cockroachdb |
278 | 2023-12-19T16:18:45.735Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
279 | 2023-12-19T16:18:45.735Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
280 | 2023-12-19T16:18:45.735Z | + main |
281 | 2023-12-19T16:18:45.735Z | + [[ 0 != 0 ]] |
282 | 2023-12-19T16:18:45.735Z | + CIDL_OS=solaris2.11 |
283 | 2023-12-19T16:18:45.735Z | + [[ 0 != 0 ]] |
284 | 2023-12-19T16:18:45.735Z | + configure_os solaris2.11 |
285 | 2023-12-19T16:18:45.736Z | + echo 'current directory: /work/oxidecomputer/omicron' |
286 | 2023-12-19T16:18:45.736Z | current directory: /work/oxidecomputer/omicron |
287 | 2023-12-19T16:18:45.736Z | + echo 'configuring based on OS: "solaris2.11"' |
288 | 2023-12-19T16:18:45.736Z | + case "$1" in |
289 | 2023-12-19T16:18:45.736Z | configuring based on OS: "solaris2.11" |
290 | 2023-12-19T16:18:45.736Z | + CIDL_BUILD=illumos |
291 | 2023-12-19T16:18:45.736Z | + CIDL_SUFFIX=tar.gz |
292 | 2023-12-19T16:18:45.736Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-12-19T16:18:45.736Z | + CIDL_MD5FUNC=do_md5sum |
294 | 2023-12-19T16:18:45.736Z | + CIDL_URL_BASE=https://illumos.org/downloads |
295 | 2023-12-19T16:18:45.736Z | + CIDL_ASSEMBLE=do_assemble_illumos |
296 | 2023-12-19T16:18:45.736Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
297 | 2023-12-19T16:18:45.736Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
298 | 2023-12-19T16:18:45.736Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2023-12-19T16:18:45.736Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
300 | 2023-12-19T16:18:45.736Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2023-12-19T16:18:45.736Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2023-12-19T16:18:45.736Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
303 | 2023-12-19T16:18:45.737Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-19T16:18:45.737Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2023-12-19T16:18:45.737Z | + mkdir -p out/downloads |
306 | 2023-12-19T16:18:45.741Z | + mkdir -p ./out/cockroachdb |
307 | 2023-12-19T16:18:45.741Z | + local DO_DOWNLOAD=true |
308 | 2023-12-19T16:18:45.741Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
309 | 2023-12-19T16:18:45.741Z | + '[' true == true ']' |
310 | 2023-12-19T16:18:45.741Z | + echo Downloading... |
311 | 2023-12-19T16:18:45.741Z | Downloading... |
312 | 2023-12-19T16:18:45.741Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2023-12-19T16:18:45.741Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2023-12-19T16:18:48.337Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
315 | 2023-12-19T16:18:48.341Z | ++ md5sum |
316 | 2023-12-19T16:18:48.341Z | ++ awk '{print $1}' |
317 | 2023-12-19T16:18:48.533Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
318 | 2023-12-19T16:18:48.533Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
319 | 2023-12-19T16:18:48.535Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-19T16:18:48.540Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
321 | 2023-12-19T16:18:52.120Z | + do_assemble_illumos |
322 | 2023-12-19T16:18:52.120Z | + rm -r ./out/cockroachdb |
323 | 2023-12-19T16:18:52.124Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
324 | 2023-12-19T16:18:52.777Z | + ./out/cockroachdb/bin/cockroach version |
325 | 2023-12-19T16:18:53.004Z | Build Tag: v22.1.9-dirty |
326 | 2023-12-19T16:18:53.004Z | Build Time: 2022/10/26 21:17:46 |
327 | 2023-12-19T16:18:53.005Z | Distribution: OSS |
328 | 2023-12-19T16:18:53.005Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
329 | 2023-12-19T16:18:53.005Z | Go Version: go1.17.13 |
330 | 2023-12-19T16:18:53.005Z | C Compiler: gcc 10.3.0 |
331 | 2023-12-19T16:18:53.005Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
332 | 2023-12-19T16:18:53.005Z | Build Type: release |
333 | 2023-12-19T16:18:53.026Z | + set -o errexit |
334 | 2023-12-19T16:18:53.030Z | +++ dirname ./tools/ci_download_clickhouse |
335 | 2023-12-19T16:18:53.033Z | ++ cd ./tools |
336 | 2023-12-19T16:18:53.033Z | ++ pwd |
337 | 2023-12-19T16:18:53.033Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
338 | 2023-12-19T16:18:53.033Z | ++ basename ./tools/ci_download_clickhouse |
339 | 2023-12-19T16:18:53.036Z | + ARG0=ci_download_clickhouse |
340 | 2023-12-19T16:18:53.036Z | + TARGET_DIR=out |
341 | 2023-12-19T16:18:53.036Z | + DOWNLOAD_DIR=out/downloads |
342 | 2023-12-19T16:18:53.036Z | + DEST_DIR=./out/clickhouse |
343 | 2023-12-19T16:18:53.036Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2023-12-19T16:18:53.037Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2023-12-19T16:18:53.037Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2023-12-19T16:18:53.037Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2023-12-19T16:18:53.037Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2023-12-19T16:18:53.037Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2023-12-19T16:18:53.037Z | + main |
350 | 2023-12-19T16:18:53.037Z | + [[ 0 != 0 ]] |
351 | 2023-12-19T16:18:53.037Z | + CIDL_OS=solaris2.11 |
352 | 2023-12-19T16:18:53.037Z | + [[ 0 != 0 ]] |
353 | 2023-12-19T16:18:53.037Z | + configure_os solaris2.11 |
354 | 2023-12-19T16:18:53.037Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2023-12-19T16:18:53.037Z | current directory: /work/oxidecomputer/omicron |
356 | 2023-12-19T16:18:53.038Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2023-12-19T16:18:53.038Z | + CIDL_DASHREV= |
358 | 2023-12-19T16:18:53.038Z | + case "$1" in |
359 | 2023-12-19T16:18:53.038Z | configuring based on OS: "solaris2.11" |
360 | 2023-12-19T16:18:53.038Z | + CIDL_PLATFORM=illumos |
361 | 2023-12-19T16:18:53.038Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2023-12-19T16:18:53.038Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2023-12-19T16:18:53.038Z | + CIDL_DASHREV=-1 |
364 | 2023-12-19T16:18:53.038Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2023-12-19T16:18:53.038Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2023-12-19T16:18:53.039Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2023-12-19T16:18:53.039Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2023-12-19T16:18:53.039Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2023-12-19T16:18:53.039Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2023-12-19T16:18:53.039Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
371 | 2023-12-19T16:18:53.039Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-19T16:18:53.039Z | + mkdir -p out/downloads |
373 | 2023-12-19T16:18:53.042Z | + mkdir -p ./out/clickhouse |
374 | 2023-12-19T16:18:53.043Z | + local DO_DOWNLOAD=true |
375 | 2023-12-19T16:18:53.043Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2023-12-19T16:18:53.043Z | + '[' true == true ']' |
377 | 2023-12-19T16:18:53.043Z | + echo Downloading... |
378 | 2023-12-19T16:18:53.043Z | Downloading... |
379 | 2023-12-19T16:18:53.043Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
380 | 2023-12-19T16:18:53.043Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
381 | 2023-12-19T16:18:54.513Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2023-12-19T16:18:54.519Z | ++ md5sum |
383 | 2023-12-19T16:18:54.519Z | ++ awk '{print $1}' |
384 | 2023-12-19T16:18:54.772Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2023-12-19T16:18:54.772Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
386 | 2023-12-19T16:18:54.772Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2023-12-19T16:18:54.775Z | + mkdir -p ./out/clickhouse |
388 | 2023-12-19T16:18:54.775Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2023-12-19T16:18:59.880Z | + ./out/clickhouse/clickhouse server --version |
390 | 2023-12-19T16:18:59.934Z | ClickHouse server version 22.8.9.1. |
391 | 2023-12-19T16:18:59.966Z | + set -o errexit |
392 | 2023-12-19T16:19:00.028Z | +++ dirname ./tools/ci_download_console |
393 | 2023-12-19T16:19:00.029Z | ++ cd ./tools |
394 | 2023-12-19T16:19:00.031Z | ++ pwd |
395 | 2023-12-19T16:19:00.031Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2023-12-19T16:19:00.031Z | ++ basename ./tools/ci_download_console |
397 | 2023-12-19T16:19:00.031Z | + ARG0=ci_download_console |
398 | 2023-12-19T16:19:00.031Z | + TARGET_DIR=out |
399 | 2023-12-19T16:19:00.031Z | + DOWNLOAD_DIR=out/downloads |
400 | 2023-12-19T16:19:00.031Z | + DEST_DIR=./out/console-assets |
401 | 2023-12-19T16:19:00.031Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2023-12-19T16:19:00.031Z | ++ COMMIT=02c6ce747fd5dd05e9d454ecb1bf70392c9d954e |
403 | 2023-12-19T16:19:00.031Z | ++ SHA2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
404 | 2023-12-19T16:19:00.031Z | + URL=https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
405 | 2023-12-19T16:19:00.031Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2023-12-19T16:19:00.031Z | + main |
407 | 2023-12-19T16:19:00.031Z | + [[ 0 != 0 ]] |
408 | 2023-12-19T16:19:00.031Z | + echo 'URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz' |
409 | 2023-12-19T16:19:00.032Z | URL: https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
410 | 2023-12-19T16:19:00.032Z | + echo 'Local file: out/downloads/console.tar.gz' |
411 | 2023-12-19T16:19:00.032Z | + local DO_DOWNLOAD=true |
412 | 2023-12-19T16:19:00.032Z | Local file: out/downloads/console.tar.gz |
413 | 2023-12-19T16:19:00.032Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2023-12-19T16:19:00.032Z | + mkdir -p out/downloads |
415 | 2023-12-19T16:19:00.033Z | + '[' true == true ']' |
416 | 2023-12-19T16:19:00.033Z | + echo Downloading... |
417 | 2023-12-19T16:19:00.033Z | Downloading... |
418 | 2023-12-19T16:19:00.033Z | + do_download_curl https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz out/downloads/console.tar.gz |
419 | 2023-12-19T16:19:00.033Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/02c6ce747fd5dd05e9d454ecb1bf70392c9d954e.tar.gz |
420 | 2023-12-19T16:19:00.748Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2023-12-19T16:19:00.749Z | ++ case "$OSTYPE" in |
422 | 2023-12-19T16:19:00.749Z | ++ SHA=sha256sum |
423 | 2023-12-19T16:19:00.752Z | ++ sha256sum |
424 | 2023-12-19T16:19:00.752Z | ++ awk '{print $1}' |
425 | 2023-12-19T16:19:00.774Z | + calculated_sha2=39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 |
426 | 2023-12-19T16:19:00.774Z | + [[ 39fd191993e147a569e28df86414e3d0f33963b7675474d7c522c3f685d4d4f0 != \3\9\f\d\1\9\1\9\9\3\e\1\4\7\a\5\6\9\e\2\8\d\f\8\6\4\1\4\e\3\d\0\f\3\3\9\6\3\b\7\6\7\5\4\7\4\d\7\c\5\2\2\c\3\f\6\8\5\d\4\d\4\f\0 ]] |
427 | 2023-12-19T16:19:00.774Z | + rm -rf ./out/console-assets |
428 | 2023-12-19T16:19:00.778Z | + mkdir -p ./out/console-assets |
429 | 2023-12-19T16:19:00.781Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2023-12-19T16:19:00.781Z | + mkdir -p ./out/console-assets |
431 | 2023-12-19T16:19:00.785Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2023-12-19T16:19:00.927Z | + set -o errexit |
433 | 2023-12-19T16:19:00.932Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2023-12-19T16:19:00.932Z | ++ cd ./tools |
435 | 2023-12-19T16:19:00.932Z | ++ pwd |
436 | 2023-12-19T16:19:00.932Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2023-12-19T16:19:00.932Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2023-12-19T16:19:00.936Z | + ARG0=ci_download_maghemite_openapi |
439 | 2023-12-19T16:19:00.936Z | + TARGET_DIR=out |
440 | 2023-12-19T16:19:00.938Z | + DOWNLOAD_DIR=out/downloads |
441 | 2023-12-19T16:19:00.938Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2023-12-19T16:19:00.938Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
443 | 2023-12-19T16:19:00.938Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
444 | 2023-12-19T16:19:00.938Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
445 | 2023-12-19T16:19:00.938Z | + LOCAL_FILE=out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
446 | 2023-12-19T16:19:00.938Z | + main |
447 | 2023-12-19T16:19:00.938Z | + [[ 0 != 0 ]] |
448 | 2023-12-19T16:19:00.938Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json' |
449 | 2023-12-19T16:19:00.938Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
450 | 2023-12-19T16:19:00.938Z | + echo 'Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
451 | 2023-12-19T16:19:00.938Z | Local file: out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
452 | 2023-12-19T16:19:00.938Z | + local DO_DOWNLOAD=true |
453 | 2023-12-19T16:19:00.938Z | + [[ -f out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
454 | 2023-12-19T16:19:00.938Z | + mkdir -p out/downloads |
455 | 2023-12-19T16:19:00.938Z | + '[' true == true ']' |
456 | 2023-12-19T16:19:00.938Z | + echo Downloading... |
457 | 2023-12-19T16:19:00.938Z | Downloading... |
458 | 2023-12-19T16:19:00.938Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
459 | 2023-12-19T16:19:00.938Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/ddm-admin.json |
460 | 2023-12-19T16:19:01.275Z | ++ do_sha256sum out/downloads/ddm-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
461 | 2023-12-19T16:19:01.275Z | ++ case "$OSTYPE" in |
462 | 2023-12-19T16:19:01.281Z | ++ SHA=sha256sum |
463 | 2023-12-19T16:19:01.281Z | ++ sha256sum |
464 | 2023-12-19T16:19:01.281Z | ++ awk '{print $1}' |
465 | 2023-12-19T16:19:01.285Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
466 | 2023-12-19T16:19:01.285Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
467 | 2023-12-19T16:19:01.285Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2023-12-19T16:19:01.285Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
469 | 2023-12-19T16:19:01.285Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
470 | 2023-12-19T16:19:01.285Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
471 | 2023-12-19T16:19:01.285Z | + LOCAL_FILE=out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
472 | 2023-12-19T16:19:01.286Z | + main |
473 | 2023-12-19T16:19:01.286Z | + [[ 0 != 0 ]] |
474 | 2023-12-19T16:19:01.286Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json' |
475 | 2023-12-19T16:19:01.286Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
476 | 2023-12-19T16:19:01.286Z | + echo 'Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json' |
477 | 2023-12-19T16:19:01.286Z | Local file: out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
478 | 2023-12-19T16:19:01.286Z | + local DO_DOWNLOAD=true |
479 | 2023-12-19T16:19:01.286Z | + [[ -f out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json ]] |
480 | 2023-12-19T16:19:01.286Z | + mkdir -p out/downloads |
481 | 2023-12-19T16:19:01.286Z | + '[' true == true ']' |
482 | 2023-12-19T16:19:01.287Z | + echo Downloading... |
483 | 2023-12-19T16:19:01.287Z | Downloading... |
484 | 2023-12-19T16:19:01.287Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
485 | 2023-12-19T16:19:01.287Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mg-admin.json |
486 | 2023-12-19T16:19:01.438Z | ++ do_sha256sum out/downloads/mg-admin-2fd39b75df696961e5ea190c7d74dd91f4849cd3.json |
487 | 2023-12-19T16:19:01.441Z | ++ case "$OSTYPE" in |
488 | 2023-12-19T16:19:01.441Z | ++ SHA=sha256sum |
489 | 2023-12-19T16:19:01.441Z | ++ sha256sum |
490 | 2023-12-19T16:19:01.441Z | ++ awk '{print $1}' |
491 | 2023-12-19T16:19:01.445Z | + calculated_sha2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
492 | 2023-12-19T16:19:01.445Z | + [[ 931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c != \9\3\1\e\f\a\3\1\0\d\9\7\2\b\1\f\8\a\f\b\a\2\3\0\8\7\5\1\f\c\6\a\2\0\3\5\a\f\b\a\e\b\b\a\7\7\b\3\a\4\0\a\8\3\5\8\c\1\2\3\b\a\3\c ]] |
493 | 2023-12-19T16:19:01.455Z | + set -o errexit |
494 | 2023-12-19T16:19:01.459Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2023-12-19T16:19:01.462Z | ++ cd ./tools |
496 | 2023-12-19T16:19:01.462Z | ++ pwd |
497 | 2023-12-19T16:19:01.462Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2023-12-19T16:19:01.462Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2023-12-19T16:19:01.466Z | + ARG0=ci_download_dendrite_openapi |
500 | 2023-12-19T16:19:01.467Z | + TARGET_DIR=out |
501 | 2023-12-19T16:19:01.467Z | + DOWNLOAD_DIR=out/downloads |
502 | 2023-12-19T16:19:01.467Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2023-12-19T16:19:01.467Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
504 | 2023-12-19T16:19:01.467Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
505 | 2023-12-19T16:19:01.467Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
506 | 2023-12-19T16:19:01.467Z | + LOCAL_FILE=out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
507 | 2023-12-19T16:19:01.468Z | + main |
508 | 2023-12-19T16:19:01.468Z | + [[ 0 != 0 ]] |
509 | 2023-12-19T16:19:01.468Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json' |
510 | 2023-12-19T16:19:01.468Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
511 | 2023-12-19T16:19:01.468Z | + echo 'Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json' |
512 | 2023-12-19T16:19:01.468Z | Local file: out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
513 | 2023-12-19T16:19:01.468Z | + local DO_DOWNLOAD=true |
514 | 2023-12-19T16:19:01.468Z | + [[ -f out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json ]] |
515 | 2023-12-19T16:19:01.468Z | + mkdir -p out/downloads |
516 | 2023-12-19T16:19:01.472Z | + '[' true == true ']' |
517 | 2023-12-19T16:19:01.472Z | + echo Downloading... |
518 | 2023-12-19T16:19:01.472Z | Downloading... |
519 | 2023-12-19T16:19:01.472Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
520 | 2023-12-19T16:19:01.472Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dpd.json |
521 | 2023-12-19T16:19:02.092Z | ++ do_sha256sum out/downloads/dpd-1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7.json |
522 | 2023-12-19T16:19:02.092Z | ++ case "$OSTYPE" in |
523 | 2023-12-19T16:19:02.099Z | ++ SHA=sha256sum |
524 | 2023-12-19T16:19:02.099Z | ++ sha256sum |
525 | 2023-12-19T16:19:02.099Z | ++ awk '{print $1}' |
526 | 2023-12-19T16:19:02.099Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
527 | 2023-12-19T16:19:02.099Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
528 | 2023-12-19T16:19:02.099Z | + set -o errexit |
529 | 2023-12-19T16:19:02.099Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2023-12-19T16:19:02.099Z | ++ cd ./tools |
531 | 2023-12-19T16:19:02.099Z | ++ pwd |
532 | 2023-12-19T16:19:02.099Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2023-12-19T16:19:02.099Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2023-12-19T16:19:02.099Z | + ARG0=ci_download_dendrite_stub |
535 | 2023-12-19T16:19:02.099Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2023-12-19T16:19:02.099Z | ++ CIDL_SHA256_ILLUMOS=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
537 | 2023-12-19T16:19:02.099Z | ++ CIDL_SHA256_LINUX_DPD=5c8bc252818897bc552a039f2423eb668d99e19ef54374644412c7aca533f94e |
538 | 2023-12-19T16:19:02.099Z | ++ CIDL_SHA256_LINUX_SWADM=9d549fc3ebaf392961404b50e802ccb5e81e41e779ecc46166d49e5fb44b524f |
539 | 2023-12-19T16:19:02.100Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2023-12-19T16:19:02.100Z | ++ COMMIT=1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
541 | 2023-12-19T16:19:02.100Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
542 | 2023-12-19T16:19:02.100Z | + TARGET_DIR=out |
543 | 2023-12-19T16:19:02.100Z | + DOWNLOAD_DIR=out/downloads |
544 | 2023-12-19T16:19:02.100Z | + DEST_DIR=./out/dendrite-stub |
545 | 2023-12-19T16:19:02.100Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2023-12-19T16:19:02.101Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2023-12-19T16:19:02.101Z | + REPO=oxidecomputer/dendrite |
548 | 2023-12-19T16:19:02.101Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7 |
549 | 2023-12-19T16:19:02.101Z | + main |
550 | 2023-12-19T16:19:02.101Z | + [[ 0 != 0 ]] |
551 | 2023-12-19T16:19:02.101Z | + CIDL_OS=solaris2.11 |
552 | 2023-12-19T16:19:02.101Z | + [[ 0 != 0 ]] |
553 | 2023-12-19T16:19:02.101Z | + configure_os solaris2.11 |
554 | 2023-12-19T16:19:02.101Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2023-12-19T16:19:02.101Z | current directory: /work/oxidecomputer/omicron |
556 | 2023-12-19T16:19:02.101Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2023-12-19T16:19:02.102Z | + case "$1" in |
558 | 2023-12-19T16:19:02.102Z | configuring based on OS: "solaris2.11" |
559 | 2023-12-19T16:19:02.102Z | + SET_BINARIES= |
560 | 2023-12-19T16:19:02.102Z | + CIDL_SHA256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
561 | 2023-12-19T16:19:02.102Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2023-12-19T16:19:02.102Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2023-12-19T16:19:02.102Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
564 | 2023-12-19T16:19:02.102Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2023-12-19T16:19:02.102Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz' |
566 | 2023-12-19T16:19:02.102Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
567 | 2023-12-19T16:19:02.102Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2023-12-19T16:19:02.102Z | Local file: out/downloads/dendrite-stub.tar.gz |
569 | 2023-12-19T16:19:02.102Z | + mkdir -p out/downloads |
570 | 2023-12-19T16:19:02.103Z | + mkdir -p ./out/dendrite-stub |
571 | 2023-12-19T16:19:02.103Z | + fetch_and_verify |
572 | 2023-12-19T16:19:02.103Z | + local DO_DOWNLOAD=true |
573 | 2023-12-19T16:19:02.103Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2023-12-19T16:19:02.103Z | + '[' true == true ']' |
575 | 2023-12-19T16:19:02.104Z | + echo Downloading... |
576 | 2023-12-19T16:19:02.104Z | Downloading... |
577 | 2023-12-19T16:19:02.104Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2023-12-19T16:19:02.104Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/1c2f91a493c8b3c5fb7b853c570b2901ac3c22a7/dendrite-stub.tar.gz |
579 | 2023-12-19T16:19:10.181Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2023-12-19T16:19:10.188Z | ++ sha256sum |
581 | 2023-12-19T16:19:10.188Z | ++ awk '{print $1}' |
582 | 2023-12-19T16:19:10.277Z | + calculated_sha256=052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 |
583 | 2023-12-19T16:19:10.280Z | + [[ 052d97370515189465e4e835edb4a2d7e1e0b55ace0230ba18f045a03d975e80 != \0\5\2\d\9\7\3\7\0\5\1\5\1\8\9\4\6\5\e\4\e\8\3\5\e\d\b\4\a\2\d\7\e\1\e\0\b\5\5\a\c\e\0\2\3\0\b\a\1\8\f\0\4\5\a\0\3\d\9\7\5\e\8\0 ]] |
584 | 2023-12-19T16:19:10.280Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-19T16:19:10.280Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2023-12-19T16:19:11.445Z | + do_assemble |
587 | 2023-12-19T16:19:11.445Z | + rm -r ./out/dendrite-stub |
588 | 2023-12-19T16:19:11.448Z | + mkdir ./out/dendrite-stub |
589 | 2023-12-19T16:19:11.452Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2023-12-19T16:19:11.649Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2023-12-19T16:19:11.662Z | + set -o errexit |
592 | 2023-12-19T16:19:11.671Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2023-12-19T16:19:11.675Z | ++ cd ./tools |
594 | 2023-12-19T16:19:11.676Z | ++ pwd |
595 | 2023-12-19T16:19:11.676Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2023-12-19T16:19:11.676Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2023-12-19T16:19:11.676Z | + ARG0=ci_download_maghemite_mgd |
598 | 2023-12-19T16:19:11.676Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2023-12-19T16:19:11.676Z | ++ CIDL_SHA256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
600 | 2023-12-19T16:19:11.676Z | ++ MGD_LINUX_SHA256=1bcadfd700902e3640843e0bb53d3defdbcd8d86c3279efa0953ae8d6437e2b0 |
601 | 2023-12-19T16:19:11.676Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2023-12-19T16:19:11.676Z | ++ COMMIT=2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
603 | 2023-12-19T16:19:11.676Z | ++ SHA2=931efa310d972b1f8afba2308751fc6a2035afbaebba77b3a40a8358c123ba3c |
604 | 2023-12-19T16:19:11.676Z | + TARGET_DIR=out |
605 | 2023-12-19T16:19:11.676Z | + DOWNLOAD_DIR=out/downloads |
606 | 2023-12-19T16:19:11.676Z | + DEST_DIR=./out/mgd |
607 | 2023-12-19T16:19:11.676Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2023-12-19T16:19:11.676Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2023-12-19T16:19:11.676Z | + REPO=oxidecomputer/maghemite |
610 | 2023-12-19T16:19:11.676Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3 |
611 | 2023-12-19T16:19:11.676Z | + main |
612 | 2023-12-19T16:19:11.676Z | + [[ 0 != 0 ]] |
613 | 2023-12-19T16:19:11.676Z | + CIDL_OS=solaris2.11 |
614 | 2023-12-19T16:19:11.677Z | + [[ 0 != 0 ]] |
615 | 2023-12-19T16:19:11.677Z | + configure_os solaris2.11 |
616 | 2023-12-19T16:19:11.677Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2023-12-19T16:19:11.677Z | current directory: /work/oxidecomputer/omicron |
618 | 2023-12-19T16:19:11.679Z | + echo 'configuring based on OS: "solaris2.11"' |
619 | 2023-12-19T16:19:11.679Z | + case "$1" in |
620 | 2023-12-19T16:19:11.679Z | + SET_BINARIES= |
621 | 2023-12-19T16:19:11.679Z | configuring based on OS: "solaris2.11" |
622 | 2023-12-19T16:19:11.679Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2023-12-19T16:19:11.679Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2023-12-19T16:19:11.679Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
625 | 2023-12-19T16:19:11.680Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2023-12-19T16:19:11.680Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz' |
627 | 2023-12-19T16:19:11.680Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
628 | 2023-12-19T16:19:11.680Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2023-12-19T16:19:11.680Z | Local file: out/downloads/mgd.tar.gz |
630 | 2023-12-19T16:19:11.680Z | + mkdir -p out/downloads |
631 | 2023-12-19T16:19:11.685Z | + mkdir -p ./out/mgd |
632 | 2023-12-19T16:19:11.685Z | + fetch_and_verify |
633 | 2023-12-19T16:19:11.685Z | + local DO_DOWNLOAD=true |
634 | 2023-12-19T16:19:11.685Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2023-12-19T16:19:11.685Z | + '[' true == true ']' |
636 | 2023-12-19T16:19:11.686Z | + echo Downloading... |
637 | 2023-12-19T16:19:11.686Z | Downloading... |
638 | 2023-12-19T16:19:11.686Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2023-12-19T16:19:11.686Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/2fd39b75df696961e5ea190c7d74dd91f4849cd3/mgd.tar.gz |
640 | 2023-12-19T16:19:20.398Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2023-12-19T16:19:20.402Z | ++ sha256sum |
642 | 2023-12-19T16:19:20.402Z | ++ awk '{print $1}' |
643 | 2023-12-19T16:19:20.476Z | + calculated_sha256=802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 |
644 | 2023-12-19T16:19:20.476Z | + [[ 802636775fa77dc6eec193e65fde87e403f6a11531745d47ef5e7ff13b242890 != \8\0\2\6\3\6\7\7\5\f\a\7\7\d\c\6\e\e\c\1\9\3\e\6\5\f\d\e\8\7\e\4\0\3\f\6\a\1\1\5\3\1\7\4\5\d\4\7\e\f\5\e\7\f\f\1\3\b\2\4\2\8\9\0 ]] |
645 | 2023-12-19T16:19:20.476Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2023-12-19T16:19:20.476Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2023-12-19T16:19:21.161Z | + do_assemble |
648 | 2023-12-19T16:19:21.161Z | + rm -r ./out/mgd |
649 | 2023-12-19T16:19:21.165Z | + mkdir ./out/mgd |
650 | 2023-12-19T16:19:21.168Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2023-12-19T16:19:21.391Z | + set -o errexit |
652 | 2023-12-19T16:19:21.395Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2023-12-19T16:19:21.399Z | ++ cd ./tools |
654 | 2023-12-19T16:19:21.399Z | ++ pwd |
655 | 2023-12-19T16:19:21.399Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2023-12-19T16:19:21.399Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2023-12-19T16:19:21.403Z | + ARG0=ci_download_transceiver_control |
658 | 2023-12-19T16:19:21.403Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2023-12-19T16:19:21.403Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2023-12-19T16:19:21.403Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2023-12-19T16:19:21.403Z | + TARGET_DIR=out |
662 | 2023-12-19T16:19:21.403Z | + DOWNLOAD_DIR=out/downloads |
663 | 2023-12-19T16:19:21.404Z | + DEST_DIR=./out/transceiver-control |
664 | 2023-12-19T16:19:21.404Z | + BIN_DIR=/opt/oxide/bin |
665 | 2023-12-19T16:19:21.404Z | + BINARY=xcvradm |
666 | 2023-12-19T16:19:21.404Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2023-12-19T16:19:21.404Z | + REPO=oxidecomputer/transceiver-control |
668 | 2023-12-19T16:19:21.404Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2023-12-19T16:19:21.404Z | + main |
670 | 2023-12-19T16:19:21.404Z | + [[ 0 != 0 ]] |
671 | 2023-12-19T16:19:21.404Z | + CIDL_OS=solaris2.11 |
672 | 2023-12-19T16:19:21.404Z | + [[ 0 != 0 ]] |
673 | 2023-12-19T16:19:21.404Z | + configure_os solaris2.11 |
674 | 2023-12-19T16:19:21.404Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2023-12-19T16:19:21.404Z | current directory: /work/oxidecomputer/omicron |
676 | 2023-12-19T16:19:21.404Z | + echo 'configuring based on OS: "solaris2.11"' |
677 | 2023-12-19T16:19:21.404Z | + case "$1" in |
678 | 2023-12-19T16:19:21.404Z | + SET_BINARIES= |
679 | 2023-12-19T16:19:21.404Z | configuring based on OS: "solaris2.11" |
680 | 2023-12-19T16:19:21.405Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2023-12-19T16:19:21.405Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2023-12-19T16:19:21.405Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2023-12-19T16:19:21.405Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2023-12-19T16:19:21.405Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2023-12-19T16:19:21.405Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2023-12-19T16:19:21.405Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2023-12-19T16:19:21.405Z | + echo 'Local file: out/downloads/xcvradm.gz' |
688 | 2023-12-19T16:19:21.405Z | Local file: out/downloads/xcvradm.gz |
689 | 2023-12-19T16:19:21.405Z | + mkdir -p out/downloads |
690 | 2023-12-19T16:19:21.412Z | + mkdir -p ./out/transceiver-control |
691 | 2023-12-19T16:19:21.413Z | + fetch_and_verify |
692 | 2023-12-19T16:19:21.413Z | + local DO_DOWNLOAD=true |
693 | 2023-12-19T16:19:21.413Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2023-12-19T16:19:21.413Z | + '[' true == true ']' |
695 | 2023-12-19T16:19:21.413Z | + echo Downloading... |
696 | 2023-12-19T16:19:21.413Z | Downloading... |
697 | 2023-12-19T16:19:21.413Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2023-12-19T16:19:21.413Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
699 | 2023-12-19T16:19:22.489Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2023-12-19T16:19:22.492Z | ++ sha256sum |
701 | 2023-12-19T16:19:22.492Z | ++ awk '{print $1}' |
702 | 2023-12-19T16:19:22.515Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2023-12-19T16:19:22.515Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
704 | 2023-12-19T16:19:22.515Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2023-12-19T16:19:22.522Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2023-12-19T16:19:22.522Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2023-12-19T16:19:22.702Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2023-12-19T16:19:22.707Z | + do_assemble |
709 | 2023-12-19T16:19:22.707Z | + rm -r ./out/transceiver-control |
710 | 2023-12-19T16:19:22.711Z | + mkdir ./out/transceiver-control |
711 | 2023-12-19T16:19:22.711Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2023-12-19T16:19:22.978Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2023-12-19T16:19:22.981Z | |
714 | 2023-12-19T16:19:22.981Z | real 2:05.082316217 |
715 | 2023-12-19T16:19:22.982Z | user 57.765863909 |
716 | 2023-12-19T16:19:22.982Z | sys 11.131783928 |
717 | 2023-12-19T16:19:22.982Z | trap 0.026405567 |
718 | 2023-12-19T16:19:22.983Z | tflt 0.194043611 |
719 | 2023-12-19T16:19:22.983Z | dflt 0.663064346 |
720 | 2023-12-19T16:19:22.983Z | kflt 0.151598723 |
721 | 2023-12-19T16:19:22.983Z | lock 1.664911728 |
722 | 2023-12-19T16:19:22.983Z | slp 3:46.408962933 |
723 | 2023-12-19T16:19:22.983Z | lat 4.024433609 |
724 | 2023-12-19T16:19:22.983Z | stop 0.076836832 |
725 | 2023-12-19T16:19:22.989Z | |
726 | 2023-12-19T16:19:22.989Z | #### # # ##### ##### # # |
727 | 2023-12-19T16:19:22.989Z | # # # # # # # # # # |
728 | 2023-12-19T16:19:22.989Z | # # # # # # # # |
729 | 2023-12-19T16:19:22.989Z | # # # ##### ##### # |
730 | 2023-12-19T16:19:22.989Z | # # # # # # # |
731 | 2023-12-19T16:19:22.989Z | #### ###### # # # # |
732 | 2023-12-19T16:19:22.989Z | |
733 | 2023-12-19T16:19:23.406Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2023-12-19T16:19:24.166Z | Updating crates.io index |
735 | 2023-12-19T16:19:24.230Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
736 | 2023-12-19T16:19:25.026Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
737 | 2023-12-19T16:19:27.041Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
738 | 2023-12-19T16:19:27.642Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
739 | 2023-12-19T16:19:27.978Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
740 | 2023-12-19T16:19:28.281Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
741 | 2023-12-19T16:19:28.569Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
742 | 2023-12-19T16:19:29.545Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
743 | 2023-12-19T16:19:31.777Z | Updating git repository `https://github.com/oxidecomputer/opte` |
744 | 2023-12-19T16:19:32.791Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
745 | 2023-12-19T16:19:33.179Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
746 | 2023-12-19T16:19:33.767Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
747 | 2023-12-19T16:19:34.135Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
748 | 2023-12-19T16:19:34.441Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
749 | 2023-12-19T16:19:34.763Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
750 | 2023-12-19T16:19:35.211Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
751 | 2023-12-19T16:19:35.506Z | Updating git repository `https://github.com/njaremko/samael` |
752 | 2023-12-19T16:19:36.066Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
753 | 2023-12-19T16:19:36.604Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
754 | 2023-12-19T16:19:37.035Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
755 | 2023-12-19T16:19:37.426Z | Updating git repository `https://github.com/jgallagher/nix` |
756 | 2023-12-19T16:19:38.712Z | Updating git repository `https://github.com/cbiffle/hubpack` |
757 | 2023-12-19T16:19:39.220Z | Updating git repository `https://github.com/oxidecomputer/typify` |
758 | 2023-12-19T16:19:42.364Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
759 | 2023-12-19T16:19:42.784Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
760 | 2023-12-19T16:19:43.085Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
761 | 2023-12-19T16:19:45.154Z | Downloading crates ... |
762 | 2023-12-19T16:19:45.361Z | Downloaded toml_edit v0.21.0 |
763 | 2023-12-19T16:19:45.401Z | Downloaded colorchoice v1.0.0 |
764 | 2023-12-19T16:19:45.404Z | Downloaded equivalent v1.0.1 |
765 | 2023-12-19T16:19:45.404Z | Downloaded anstyle v1.0.2 |
766 | 2023-12-19T16:19:45.408Z | Downloaded anstyle-query v1.0.0 |
767 | 2023-12-19T16:19:45.411Z | Downloaded clap_lex v0.5.1 |
768 | 2023-12-19T16:19:45.411Z | Downloaded anstream v0.5.0 |
769 | 2023-12-19T16:19:45.416Z | Downloaded thiserror v1.0.49 |
770 | 2023-12-19T16:19:45.423Z | Downloaded anstyle-parse v0.2.1 |
771 | 2023-12-19T16:19:45.426Z | Downloaded thiserror-impl v1.0.49 |
772 | 2023-12-19T16:19:45.430Z | Downloaded cargo-platform v0.1.3 |
773 | 2023-12-19T16:19:45.433Z | Downloaded cargo_toml v0.17.0 |
774 | 2023-12-19T16:19:45.438Z | Downloaded camino v1.1.6 |
775 | 2023-12-19T16:19:45.438Z | Downloaded proc-macro2 v1.0.69 |
776 | 2023-12-19T16:19:45.443Z | Downloaded io-lifetimes v1.0.11 |
777 | 2023-12-19T16:19:45.446Z | Downloaded unicode-ident v1.0.12 |
778 | 2023-12-19T16:19:45.449Z | Downloaded toml v0.8.8 |
779 | 2023-12-19T16:19:45.454Z | Downloaded indexmap v2.1.0 |
780 | 2023-12-19T16:19:45.462Z | Downloaded clap_derive v4.4.2 |
781 | 2023-12-19T16:19:45.474Z | Downloaded bitflags v1.3.2 |
782 | 2023-12-19T16:19:45.490Z | Downloaded serde v1.0.193 |
783 | 2023-12-19T16:19:45.490Z | Downloaded itoa v1.0.9 |
784 | 2023-12-19T16:19:45.490Z | Downloaded memchr v2.6.3 |
785 | 2023-12-19T16:19:45.499Z | Downloaded toml_datetime v0.6.5 |
786 | 2023-12-19T16:19:45.499Z | Downloaded ryu v1.0.15 |
787 | 2023-12-19T16:19:45.499Z | Downloaded hashbrown v0.14.2 |
788 | 2023-12-19T16:19:45.505Z | Downloaded serde_derive v1.0.193 |
789 | 2023-12-19T16:19:45.510Z | Downloaded utf8parse v0.2.1 |
790 | 2023-12-19T16:19:45.510Z | Downloaded serde_spanned v0.6.4 |
791 | 2023-12-19T16:19:45.515Z | Downloaded errno v0.3.2 |
792 | 2023-12-19T16:19:45.515Z | Downloaded clap_builder v4.4.2 |
793 | 2023-12-19T16:19:45.525Z | Downloaded winnow v0.5.15 |
794 | 2023-12-19T16:19:45.539Z | Downloaded syn v2.0.32 |
795 | 2023-12-19T16:19:45.557Z | Downloaded serde_json v1.0.108 |
796 | 2023-12-19T16:19:45.571Z | Downloaded strsim v0.10.0 |
797 | 2023-12-19T16:19:45.574Z | Downloaded rustix v0.37.23 |
798 | 2023-12-19T16:19:45.606Z | Downloaded cargo_metadata v0.18.1 |
799 | 2023-12-19T16:19:45.613Z | Downloaded semver v1.0.20 |
800 | 2023-12-19T16:19:45.618Z | Downloaded heck v0.4.1 |
801 | 2023-12-19T16:19:45.618Z | Downloaded terminal_size v0.2.6 |
802 | 2023-12-19T16:19:45.618Z | Downloaded libc v0.2.151 |
803 | 2023-12-19T16:19:45.664Z | Downloaded clap v4.4.3 |
804 | 2023-12-19T16:19:45.678Z | Downloaded anyhow v1.0.75 |
805 | 2023-12-19T16:19:45.683Z | Downloaded quote v1.0.33 |
806 | 2023-12-19T16:19:45.806Z | Compiling proc-macro2 v1.0.69 |
807 | 2023-12-19T16:19:45.806Z | Compiling unicode-ident v1.0.12 |
808 | 2023-12-19T16:19:45.816Z | Compiling serde v1.0.193 |
809 | 2023-12-19T16:19:45.816Z | Compiling libc v0.2.151 |
810 | 2023-12-19T16:19:45.825Z | Compiling io-lifetimes v1.0.11 |
811 | 2023-12-19T16:19:45.825Z | Compiling rustix v0.37.23 |
812 | 2023-12-19T16:19:45.825Z | Compiling hashbrown v0.14.2 |
813 | 2023-12-19T16:19:45.825Z | Compiling utf8parse v0.2.1 |
814 | 2023-12-19T16:19:46.175Z | Compiling equivalent v1.0.1 |
815 | 2023-12-19T16:19:46.206Z | Compiling bitflags v1.3.2 |
816 | 2023-12-19T16:19:46.330Z | Compiling anstyle-parse v0.2.1 |
817 | 2023-12-19T16:19:46.349Z | Compiling anstyle v1.0.2 |
818 | 2023-12-19T16:19:46.799Z | Compiling colorchoice v1.0.0 |
819 | 2023-12-19T16:19:46.926Z | Compiling anstyle-query v1.0.0 |
820 | 2023-12-19T16:19:46.966Z | Compiling thiserror v1.0.49 |
821 | 2023-12-19T16:19:47.056Z | Compiling camino v1.1.6 |
822 | 2023-12-19T16:19:47.522Z | Compiling indexmap v2.1.0 |
823 | 2023-12-19T16:19:47.974Z | Compiling serde_json v1.0.108 |
824 | 2023-12-19T16:19:47.978Z | Compiling winnow v0.5.15 |
825 | 2023-12-19T16:19:48.092Z | Compiling semver v1.0.20 |
826 | 2023-12-19T16:19:48.371Z | Compiling anstream v0.5.0 |
827 | 2023-12-19T16:19:48.448Z | Compiling ryu v1.0.15 |
828 | 2023-12-19T16:19:48.579Z | Compiling anyhow v1.0.75 |
829 | 2023-12-19T16:19:49.002Z | Compiling strsim v0.10.0 |
830 | 2023-12-19T16:19:49.035Z | Compiling clap_lex v0.5.1 |
831 | 2023-12-19T16:19:49.400Z | Compiling heck v0.4.1 |
832 | 2023-12-19T16:19:49.445Z | Compiling quote v1.0.33 |
833 | 2023-12-19T16:19:49.487Z | Compiling itoa v1.0.9 |
834 | 2023-12-19T16:19:50.017Z | Compiling syn v2.0.32 |
835 | 2023-12-19T16:19:50.363Z | Compiling errno v0.3.2 |
836 | 2023-12-19T16:19:51.869Z | Compiling terminal_size v0.2.6 |
837 | 2023-12-19T16:19:51.989Z | Compiling clap_builder v4.4.2 |
838 | 2023-12-19T16:19:58.493Z | Compiling serde_derive v1.0.193 |
839 | 2023-12-19T16:19:58.501Z | Compiling thiserror-impl v1.0.49 |
840 | 2023-12-19T16:19:58.501Z | Compiling clap_derive v4.4.2 |
841 | 2023-12-19T16:20:03.218Z | Compiling clap v4.4.3 |
842 | 2023-12-19T16:20:12.273Z | Compiling serde_spanned v0.6.4 |
843 | 2023-12-19T16:20:12.278Z | Compiling toml_datetime v0.6.5 |
844 | 2023-12-19T16:20:12.278Z | Compiling cargo-platform v0.1.3 |
845 | 2023-12-19T16:20:12.655Z | Compiling toml_edit v0.21.0 |
846 | 2023-12-19T16:20:14.325Z | Compiling cargo_metadata v0.18.1 |
847 | 2023-12-19T16:20:16.011Z | Compiling toml v0.8.8 |
848 | 2023-12-19T16:20:17.228Z | Compiling cargo_toml v0.17.0 |
849 | 2023-12-19T16:20:23.470Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
850 | 2023-12-19T16:20:24.938Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 01s |
851 | 2023-12-19T16:20:25.152Z | Running `target/debug/xtask clippy` |
852 | 2023-12-19T16:20:25.210Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
853 | 2023-12-19T16:20:26.108Z | Downloading crates ... |
854 | 2023-12-19T16:20:26.357Z | Downloaded ansi_term v0.12.1 |
855 | 2023-12-19T16:20:26.364Z | Downloaded bzip2 v0.4.4 |
856 | 2023-12-19T16:20:26.370Z | Downloaded hyper-tls v0.5.0 |
857 | 2023-12-19T16:20:26.375Z | Downloaded hubpack v0.1.2 |
858 | 2023-12-19T16:20:26.383Z | Downloaded cipher v0.4.4 |
859 | 2023-12-19T16:20:26.394Z | Downloaded httptest v0.15.5 |
860 | 2023-12-19T16:20:26.407Z | Downloaded cfg-if v1.0.0 |
861 | 2023-12-19T16:20:26.407Z | Downloaded bb8 v0.8.1 |
862 | 2023-12-19T16:20:26.412Z | Downloaded hyper-staticfile v0.9.5 |
863 | 2023-12-19T16:20:26.412Z | Downloaded lalrpop-util v0.19.12 |
864 | 2023-12-19T16:20:26.416Z | Downloaded indoc v1.0.9 |
865 | 2023-12-19T16:20:26.442Z | Downloaded match_cfg v0.1.0 |
866 | 2023-12-19T16:20:26.450Z | Downloaded macaddr v1.0.1 |
867 | 2023-12-19T16:20:26.459Z | Downloaded crypto-common v0.1.6 |
868 | 2023-12-19T16:20:26.466Z | Downloaded memoffset v0.9.0 |
869 | 2023-12-19T16:20:26.473Z | Downloaded array-init v0.0.4 |
870 | 2023-12-19T16:20:26.480Z | Downloaded atty v0.2.14 |
871 | 2023-12-19T16:20:26.484Z | Downloaded nu-ansi-term v0.49.0 |
872 | 2023-12-19T16:20:26.493Z | Downloaded convert_case v0.4.0 |
873 | 2023-12-19T16:20:26.504Z | Downloaded newline-converter v0.3.0 |
874 | 2023-12-19T16:20:26.507Z | Downloaded opaque-debug v0.3.0 |
875 | 2023-12-19T16:20:26.511Z | Downloaded num-derive v0.4.0 |
876 | 2023-12-19T16:20:26.522Z | Downloaded stable_deref_trait v1.2.0 |
877 | 2023-12-19T16:20:26.530Z | Downloaded nodrop v0.1.14 |
878 | 2023-12-19T16:20:26.537Z | Downloaded nibble_vec v0.1.0 |
879 | 2023-12-19T16:20:26.548Z | Downloaded crucible-workspace-hack v0.1.0 |
880 | 2023-12-19T16:20:26.555Z | Downloaded assert_cmd v2.0.12 |
881 | 2023-12-19T16:20:26.565Z | Downloaded impl-trait-for-tuples v0.2.2 |
882 | 2023-12-19T16:20:26.577Z | Downloaded serde_plain v1.0.2 |
883 | 2023-12-19T16:20:26.583Z | Downloaded curve25519-dalek-derive v0.1.0 |
884 | 2023-12-19T16:20:26.587Z | Downloaded blake2b_simd v1.0.1 |
885 | 2023-12-19T16:20:26.592Z | Downloaded iana-time-zone v0.1.57 |
886 | 2023-12-19T16:20:26.600Z | Downloaded md-5 v0.10.5 |
887 | 2023-12-19T16:20:26.606Z | Downloaded termtree v0.4.1 |
888 | 2023-12-19T16:20:26.610Z | Downloaded oorandom v11.1.3 |
889 | 2023-12-19T16:20:26.613Z | Downloaded foreign-types-shared v0.3.1 |
890 | 2023-12-19T16:20:26.617Z | Downloaded try-lock v0.2.4 |
891 | 2023-12-19T16:20:26.620Z | Downloaded native-tls v0.2.11 |
892 | 2023-12-19T16:20:26.627Z | Downloaded phf_shared v0.10.0 |
893 | 2023-12-19T16:20:26.632Z | Downloaded wyz v0.5.1 |
894 | 2023-12-19T16:20:26.640Z | Downloaded serde_with_macros v3.4.0 |
895 | 2023-12-19T16:20:26.644Z | Downloaded indexmap v1.9.3 |
896 | 2023-12-19T16:20:26.655Z | Downloaded zone_cfg_derive v0.3.0 |
897 | 2023-12-19T16:20:26.662Z | Downloaded headers-core v0.2.0 |
898 | 2023-12-19T16:20:26.665Z | Downloaded omicron-zone-package v0.9.1 |
899 | 2023-12-19T16:20:26.670Z | Downloaded darling_macro v0.14.4 |
900 | 2023-12-19T16:20:26.676Z | Downloaded diesel_table_macro_syntax v0.1.0 |
901 | 2023-12-19T16:20:26.680Z | Downloaded tempdir v0.3.7 |
902 | 2023-12-19T16:20:26.686Z | Downloaded hex v0.4.3 |
903 | 2023-12-19T16:20:26.703Z | Downloaded rpassword v7.3.1 |
904 | 2023-12-19T16:20:26.703Z | Downloaded mockall_derive v0.12.0 |
905 | 2023-12-19T16:20:26.703Z | Downloaded semver v0.1.20 |
906 | 2023-12-19T16:20:26.707Z | Downloaded xattr v1.0.1 |
907 | 2023-12-19T16:20:26.711Z | Downloaded bytes v1.5.0 |
908 | 2023-12-19T16:20:26.717Z | Downloaded remove_dir_all v0.5.3 |
909 | 2023-12-19T16:20:26.722Z | Downloaded funty v2.0.0 |
910 | 2023-12-19T16:20:26.726Z | Downloaded slog v2.7.0 |
911 | 2023-12-19T16:20:26.733Z | Downloaded phf_shared v0.11.2 |
912 | 2023-12-19T16:20:26.736Z | Downloaded hex-literal v0.4.1 |
913 | 2023-12-19T16:20:26.740Z | Downloaded swrite v0.1.0 |
914 | 2023-12-19T16:20:26.743Z | Downloaded rustls-pemfile v1.0.3 |
915 | 2023-12-19T16:20:26.747Z | Downloaded same-file v1.0.6 |
916 | 2023-12-19T16:20:26.751Z | Downloaded rustc_version v0.4.0 |
917 | 2023-12-19T16:20:26.757Z | Downloaded rusty-fork v0.3.0 |
918 | 2023-12-19T16:20:26.757Z | Downloaded strum v0.25.0 |
919 | 2023-12-19T16:20:26.762Z | Downloaded parse-display v0.8.2 |
920 | 2023-12-19T16:20:26.762Z | Downloaded debug-ignore v1.0.5 |
921 | 2023-12-19T16:20:26.775Z | Downloaded semver v0.11.0 |
922 | 2023-12-19T16:20:26.775Z | Downloaded pin-project-lite v0.2.13 |
923 | 2023-12-19T16:20:26.780Z | Downloaded supports-color v2.1.0 |
924 | 2023-12-19T16:20:26.783Z | Downloaded radium v0.7.0 |
925 | 2023-12-19T16:20:26.784Z | Downloaded zerocopy v0.6.4 |
926 | 2023-12-19T16:20:26.788Z | Downloaded pest_meta v2.7.2 |
927 | 2023-12-19T16:20:26.792Z | Downloaded ena v0.14.2 |
928 | 2023-12-19T16:20:26.797Z | Downloaded signal-hook-tokio v0.3.1 |
929 | 2023-12-19T16:20:26.808Z | Downloaded vte_generate_state_changes v0.1.1 |
930 | 2023-12-19T16:20:26.814Z | Downloaded rand_core v0.6.4 |
931 | 2023-12-19T16:20:26.814Z | Downloaded test-strategy v0.3.1 |
932 | 2023-12-19T16:20:26.814Z | Downloaded rustc_version v0.1.7 |
933 | 2023-12-19T16:20:26.826Z | Downloaded derive_builder v0.12.0 |
934 | 2023-12-19T16:20:26.839Z | Downloaded proc-macro-error-attr v1.0.4 |
935 | 2023-12-19T16:20:26.839Z | Downloaded pretty-hex v0.2.1 |
936 | 2023-12-19T16:20:26.842Z | Downloaded rayon-core v1.12.0 |
937 | 2023-12-19T16:20:26.857Z | Downloaded want v0.3.1 |
938 | 2023-12-19T16:20:26.858Z | Downloaded slog-bunyan v2.4.0 |
939 | 2023-12-19T16:20:26.858Z | Downloaded darling v0.20.3 |
940 | 2023-12-19T16:20:26.858Z | Downloaded glob v0.3.1 |
941 | 2023-12-19T16:20:26.864Z | Downloaded steno v0.4.0 |
942 | 2023-12-19T16:20:26.864Z | Downloaded derive_builder_macro v0.12.0 |
943 | 2023-12-19T16:20:26.870Z | Downloaded doc-comment v0.3.3 |
944 | 2023-12-19T16:20:26.871Z | Downloaded fxhash v0.2.1 |
945 | 2023-12-19T16:20:26.871Z | Downloaded wait-timeout v0.2.0 |
946 | 2023-12-19T16:20:26.876Z | Downloaded predicates v3.0.4 |
947 | 2023-12-19T16:20:26.876Z | Downloaded password-hash v0.5.0 |
948 | 2023-12-19T16:20:26.887Z | Downloaded owo-colors v3.5.0 |
949 | 2023-12-19T16:20:26.896Z | Downloaded parking_lot_core v0.8.6 |
950 | 2023-12-19T16:20:26.896Z | Downloaded getopts v0.2.21 |
951 | 2023-12-19T16:20:26.897Z | Downloaded parking_lot_core v0.9.8 |
952 | 2023-12-19T16:20:26.902Z | Downloaded waitgroup v0.1.2 |
953 | 2023-12-19T16:20:26.902Z | Downloaded enum-as-inner v0.5.1 |
954 | 2023-12-19T16:20:26.906Z | Downloaded universal-hash v0.5.1 |
955 | 2023-12-19T16:20:26.906Z | Downloaded tabled_derive v0.6.0 |
956 | 2023-12-19T16:20:26.910Z | Downloaded threadpool v1.8.1 |
957 | 2023-12-19T16:20:26.910Z | Downloaded diesel_derives v2.1.2 |
958 | 2023-12-19T16:20:26.923Z | Downloaded pin-project v1.1.3 |
959 | 2023-12-19T16:20:26.939Z | Downloaded http-range v0.1.5 |
960 | 2023-12-19T16:20:26.945Z | Downloaded tap v1.0.1 |
961 | 2023-12-19T16:20:26.945Z | Downloaded siphasher v0.3.11 |
962 | 2023-12-19T16:20:26.948Z | Downloaded toolchain_find v0.2.0 |
963 | 2023-12-19T16:20:26.948Z | Downloaded derive_more v0.99.17 |
964 | 2023-12-19T16:20:26.957Z | Downloaded pathdiff v0.2.1 |
965 | 2023-12-19T16:20:26.967Z | Downloaded time-core v0.1.1 |
966 | 2023-12-19T16:20:26.967Z | Downloaded poly1305 v0.8.0 |
967 | 2023-12-19T16:20:26.971Z | Downloaded signal-hook-mio v0.2.3 |
968 | 2023-12-19T16:20:26.972Z | Downloaded hostname v0.3.1 |
969 | 2023-12-19T16:20:26.972Z | Downloaded oso-derive v0.27.0 |
970 | 2023-12-19T16:20:26.980Z | Downloaded predicates-tree v1.0.9 |
971 | 2023-12-19T16:20:26.980Z | Downloaded futures-io v0.3.29 |
972 | 2023-12-19T16:20:26.983Z | Downloaded float-cmp v0.9.0 |
973 | 2023-12-19T16:20:26.983Z | Downloaded structmeta v0.2.0 |
974 | 2023-12-19T16:20:26.983Z | Downloaded display-error-chain v0.2.0 |
975 | 2023-12-19T16:20:26.983Z | Downloaded der_derive v0.7.2 |
976 | 2023-12-19T16:20:26.987Z | Downloaded num-bigint-dig v0.8.4 |
977 | 2023-12-19T16:20:26.997Z | Downloaded tower-service v0.3.2 |
978 | 2023-12-19T16:20:27.002Z | Downloaded paste v1.0.14 |
979 | 2023-12-19T16:20:27.015Z | Downloaded tinyvec_macros v0.1.1 |
980 | 2023-12-19T16:20:27.015Z | Downloaded take_mut v0.2.2 |
981 | 2023-12-19T16:20:27.015Z | Downloaded x509-cert v0.2.4 |
982 | 2023-12-19T16:20:27.018Z | Downloaded group v0.13.0 |
983 | 2023-12-19T16:20:27.021Z | Downloaded signal-hook v0.3.17 |
984 | 2023-12-19T16:20:27.028Z | Downloaded pretty-hex v0.4.0 |
985 | 2023-12-19T16:20:27.032Z | Downloaded heapless v0.7.16 |
986 | 2023-12-19T16:20:27.035Z | Downloaded precomputed-hash v0.1.1 |
987 | 2023-12-19T16:20:27.036Z | Downloaded synstructure v0.12.6 |
988 | 2023-12-19T16:20:27.039Z | Downloaded snafu-derive v0.7.5 |
989 | 2023-12-19T16:20:27.043Z | Downloaded hashbrown v0.12.3 |
990 | 2023-12-19T16:20:27.049Z | Downloaded predicates-core v1.0.6 |
991 | 2023-12-19T16:20:27.059Z | Downloaded dof v0.1.5 |
992 | 2023-12-19T16:20:27.059Z | Downloaded unicode-xid v0.2.4 |
993 | 2023-12-19T16:20:27.063Z | Downloaded crossterm v0.27.0 |
994 | 2023-12-19T16:20:27.067Z | Downloaded parse-display-derive v0.8.2 |
995 | 2023-12-19T16:20:27.071Z | Downloaded unarray v0.1.4 |
996 | 2023-12-19T16:20:27.075Z | Downloaded vsss-rs v3.3.2 |
997 | 2023-12-19T16:20:27.079Z | Downloaded tokio-macros v2.2.0 |
998 | 2023-12-19T16:20:27.079Z | Downloaded env_logger v0.10.0 |
999 | 2023-12-19T16:20:27.084Z | Downloaded postcard v1.0.8 |
1000 | 2023-12-19T16:20:27.092Z | Downloaded untrusted v0.9.0 |
1001 | 2023-12-19T16:20:27.151Z | Downloaded structmeta-derive v0.2.0 |
1002 | 2023-12-19T16:20:27.151Z | Downloaded socket2 v0.4.9 |
1003 | 2023-12-19T16:20:27.157Z | Downloaded rand_chacha v0.3.1 |
1004 | 2023-12-19T16:20:27.157Z | Downloaded postgres-types v0.2.6 |
1005 | 2023-12-19T16:20:27.157Z | Downloaded target-lexicon v0.12.12 |
1006 | 2023-12-19T16:20:27.157Z | Downloaded hashbrown v0.13.2 |
1007 | 2023-12-19T16:20:27.157Z | Downloaded unicode-normalization v0.1.22 |
1008 | 2023-12-19T16:20:27.157Z | Downloaded tracing-attributes v0.1.26 |
1009 | 2023-12-19T16:20:27.157Z | Downloaded getrandom v0.2.10 |
1010 | 2023-12-19T16:20:27.157Z | Downloaded oso v0.27.0 |
1011 | 2023-12-19T16:20:27.162Z | Downloaded pest v2.7.2 |
1012 | 2023-12-19T16:20:27.162Z | Downloaded structopt v0.3.26 |
1013 | 2023-12-19T16:20:27.162Z | Downloaded parking_lot v0.12.1 |
1014 | 2023-12-19T16:20:27.170Z | Downloaded unicode-bidi v0.3.13 |
1015 | 2023-12-19T16:20:27.170Z | Downloaded trust-dns-resolver v0.22.0 |
1016 | 2023-12-19T16:20:27.178Z | Downloaded typenum v1.16.0 |
1017 | 2023-12-19T16:20:27.183Z | Downloaded expectorate v1.1.0 |
1018 | 2023-12-19T16:20:27.187Z | Downloaded zerocopy v0.7.31 |
1019 | 2023-12-19T16:20:27.218Z | Downloaded ucd-trie v0.1.6 |
1020 | 2023-12-19T16:20:27.222Z | Downloaded tokio-util v0.7.10 |
1021 | 2023-12-19T16:20:27.234Z | Downloaded elliptic-curve v0.13.8 |
1022 | 2023-12-19T16:20:27.243Z | Downloaded typed-path v0.7.0 |
1023 | 2023-12-19T16:20:27.252Z | Downloaded flume v0.11.0 |
1024 | 2023-12-19T16:20:27.272Z | Downloaded reqwest v0.11.22 |
1025 | 2023-12-19T16:20:27.300Z | Downloaded tracing v0.1.37 |
1026 | 2023-12-19T16:20:27.306Z | Downloaded time v0.3.27 |
1027 | 2023-12-19T16:20:27.306Z | Downloaded pretty_assertions v1.4.0 |
1028 | 2023-12-19T16:20:27.306Z | Downloaded trust-dns-server v0.22.1 |
1029 | 2023-12-19T16:20:27.310Z | Downloaded tough v0.16.0 |
1030 | 2023-12-19T16:20:27.322Z | Downloaded portable-atomic v1.4.3 |
1031 | 2023-12-19T16:20:27.333Z | Downloaded lalrpop v0.19.12 |
1032 | 2023-12-19T16:20:27.354Z | Downloaded tabled v0.14.0 |
1033 | 2023-12-19T16:20:27.384Z | Downloaded proptest v1.4.0 |
1034 | 2023-12-19T16:20:27.404Z | Downloaded object v0.32.1 |
1035 | 2023-12-19T16:20:27.425Z | Downloaded webpki-roots v0.25.2 |
1036 | 2023-12-19T16:20:27.434Z | Downloaded openssl v0.10.60 |
1037 | 2023-12-19T16:20:27.519Z | Downloaded gimli v0.28.0 |
1038 | 2023-12-19T16:20:27.524Z | Downloaded regex-syntax v0.8.2 |
1039 | 2023-12-19T16:20:27.524Z | Downloaded regress v0.7.1 |
1040 | 2023-12-19T16:20:27.524Z | Downloaded rayon v1.8.0 |
1041 | 2023-12-19T16:20:27.552Z | Downloaded ratatui v0.23.0 |
1042 | 2023-12-19T16:20:27.561Z | Downloaded syn v1.0.109 |
1043 | 2023-12-19T16:20:27.578Z | Downloaded regex-automata v0.3.8 |
1044 | 2023-12-19T16:20:27.606Z | Downloaded smoltcp v0.9.1 |
1045 | 2023-12-19T16:20:27.634Z | Downloaded trust-dns-proto v0.22.0 |
1046 | 2023-12-19T16:20:27.657Z | Downloaded regex-syntax v0.7.5 |
1047 | 2023-12-19T16:20:27.676Z | Downloaded regex-syntax v0.6.29 |
1048 | 2023-12-19T16:20:27.694Z | Downloaded smoltcp v0.10.0 |
1049 | 2023-12-19T16:20:27.720Z | Downloaded encoding_rs v0.8.33 |
1050 | 2023-12-19T16:20:27.770Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1051 | 2023-12-19T16:20:27.798Z | Downloaded sled v0.34.7 |
1052 | 2023-12-19T16:20:27.822Z | Downloaded tokio v1.35.0 |
1053 | 2023-12-19T16:20:27.895Z | Downloaded sha3 v0.10.8 |
1054 | 2023-12-19T16:20:27.911Z | Downloaded zerocopy-derive v0.7.31 |
1055 | 2023-12-19T16:20:27.938Z | Downloaded diesel v2.1.4 |
1056 | 2023-12-19T16:20:27.981Z | Downloaded rustix v0.38.25 |
1057 | 2023-12-19T16:20:28.433Z | Downloaded radix_trie v0.2.1 |
1058 | 2023-12-19T16:20:28.441Z | Downloaded regex-automata v0.4.3 |
1059 | 2023-12-19T16:20:28.441Z | Downloaded zerocopy-derive v0.6.4 |
1060 | 2023-12-19T16:20:28.441Z | Downloaded rustls v0.21.9 |
1061 | 2023-12-19T16:20:28.441Z | Downloaded zerocopy-derive v0.2.0 |
1062 | 2023-12-19T16:20:28.441Z | Downloaded regex v1.10.2 |
1063 | 2023-12-19T16:20:28.441Z | Downloaded futures-util v0.3.29 |
1064 | 2023-12-19T16:20:28.441Z | Downloaded ring v0.16.20 |
1065 | 2023-12-19T16:20:28.441Z | Downloaded bstr v1.6.0 |
1066 | 2023-12-19T16:20:28.441Z | Downloaded openapiv3 v2.0.0 |
1067 | 2023-12-19T16:20:28.474Z | Downloaded ring v0.17.7 |
1068 | 2023-12-19T16:20:28.584Z | Downloaded idna v0.2.3 |
1069 | 2023-12-19T16:20:28.594Z | Downloaded polar-core v0.27.0 |
1070 | 2023-12-19T16:20:28.611Z | Downloaded idna v0.5.0 |
1071 | 2023-12-19T16:20:28.624Z | Downloaded curve25519-dalek v4.1.1 |
1072 | 2023-12-19T16:20:28.639Z | Downloaded object v0.30.4 |
1073 | 2023-12-19T16:20:28.658Z | Downloaded h2 v0.3.21 |
1074 | 2023-12-19T16:20:28.670Z | Downloaded guppy v0.17.4 |
1075 | 2023-12-19T16:20:28.680Z | Downloaded vcpkg v0.2.15 |
1076 | 2023-12-19T16:20:28.759Z | Downloaded petgraph v0.6.4 |
1077 | 2023-12-19T16:20:28.784Z | Downloaded nix v0.26.4 |
1078 | 2023-12-19T16:20:28.805Z | Downloaded clap v2.34.0 |
1079 | 2023-12-19T16:20:28.818Z | Downloaded serde_with v3.4.0 |
1080 | 2023-12-19T16:20:28.831Z | Downloaded flate2 v1.0.28 |
1081 | 2023-12-19T16:20:28.840Z | Downloaded hkdf v0.12.3 |
1082 | 2023-12-19T16:20:28.845Z | Downloaded bindgen v0.65.1 |
1083 | 2023-12-19T16:20:28.858Z | Downloaded openssl-sys v0.9.96 |
1084 | 2023-12-19T16:20:28.867Z | Downloaded http v0.2.11 |
1085 | 2023-12-19T16:20:28.874Z | Downloaded quick-xml v0.23.1 |
1086 | 2023-12-19T16:20:28.887Z | Downloaded bitvec v1.0.1 |
1087 | 2023-12-19T16:20:29.323Z | Downloaded plotters v0.3.5 |
1088 | 2023-12-19T16:20:29.327Z | Downloaded hyper v0.14.27 |
1089 | 2023-12-19T16:20:29.327Z | Downloaded rustls-webpki v0.101.7 |
1090 | 2023-12-19T16:20:29.327Z | Downloaded rustyline v12.0.0 |
1091 | 2023-12-19T16:20:29.327Z | Downloaded regex-automata v0.1.10 |
1092 | 2023-12-19T16:20:29.327Z | Downloaded fatfs v0.3.6 |
1093 | 2023-12-19T16:20:29.327Z | Downloaded toml_edit v0.19.15 |
1094 | 2023-12-19T16:20:29.327Z | Downloaded trust-dns-client v0.22.0 |
1095 | 2023-12-19T16:20:29.327Z | Downloaded sqlparser v0.36.1 |
1096 | 2023-12-19T16:20:29.327Z | Downloaded rand v0.8.5 |
1097 | 2023-12-19T16:20:29.328Z | Downloaded chrono v0.4.31 |
1098 | 2023-12-19T16:20:29.328Z | Downloaded resolv-conf v0.7.0 |
1099 | 2023-12-19T16:20:29.328Z | Downloaded reedline v0.22.0 |
1100 | 2023-12-19T16:20:29.328Z | Downloaded serde_yaml v0.9.25 |
1101 | 2023-12-19T16:20:29.328Z | Downloaded darling_core v0.14.4 |
1102 | 2023-12-19T16:20:29.328Z | Downloaded hmac v0.12.1 |
1103 | 2023-12-19T16:20:29.328Z | Downloaded unicode_categories v0.1.1 |
1104 | 2023-12-19T16:20:29.328Z | Downloaded sha1 v0.10.6 |
1105 | 2023-12-19T16:20:29.328Z | Downloaded globset v0.4.13 |
1106 | 2023-12-19T16:20:29.328Z | Downloaded rand v0.4.6 |
1107 | 2023-12-19T16:20:29.331Z | Downloaded salty v0.2.0 |
1108 | 2023-12-19T16:20:29.331Z | Downloaded tungstenite v0.20.1 |
1109 | 2023-12-19T16:20:29.331Z | Downloaded tokio-stream v0.1.14 |
1110 | 2023-12-19T16:20:29.331Z | Downloaded rstest v0.18.2 |
1111 | 2023-12-19T16:20:29.331Z | Downloaded tokio-tungstenite v0.20.1 |
1112 | 2023-12-19T16:20:29.331Z | Downloaded vte v0.10.1 |
1113 | 2023-12-19T16:20:29.331Z | Downloaded tar v0.4.40 |
1114 | 2023-12-19T16:20:29.331Z | Downloaded libxml v0.3.3 |
1115 | 2023-12-19T16:20:29.331Z | Downloaded url v2.5.0 |
1116 | 2023-12-19T16:20:29.331Z | Downloaded aho-corasick v1.0.4 |
1117 | 2023-12-19T16:20:29.331Z | Downloaded strsim v0.8.0 |
1118 | 2023-12-19T16:20:29.331Z | Downloaded slog-term v2.9.0 |
1119 | 2023-12-19T16:20:29.332Z | Downloaded postgres-protocol v0.6.6 |
1120 | 2023-12-19T16:20:29.332Z | Downloaded tinyvec v1.6.0 |
1121 | 2023-12-19T16:20:29.332Z | Downloaded smallvec v1.11.2 |
1122 | 2023-12-19T16:20:29.332Z | Downloaded structopt-derive v0.4.18 |
1123 | 2023-12-19T16:20:29.332Z | Downloaded vec_map v0.8.2 |
1124 | 2023-12-19T16:20:29.332Z | Downloaded smawk v0.3.1 |
1125 | 2023-12-19T16:20:29.332Z | Downloaded unicode-width v0.1.11 |
1126 | 2023-12-19T16:20:29.332Z | Downloaded topological-sort v0.2.2 |
1127 | 2023-12-19T16:20:29.332Z | Downloaded serde_tokenstream v0.1.7 |
1128 | 2023-12-19T16:20:29.332Z | Downloaded smallvec v0.6.14 |
1129 | 2023-12-19T16:20:29.332Z | Downloaded prettyplease v0.2.12 |
1130 | 2023-12-19T16:20:29.332Z | Downloaded rsa v0.9.2 |
1131 | 2023-12-19T16:20:29.332Z | Downloaded darling_core v0.20.3 |
1132 | 2023-12-19T16:20:29.332Z | Downloaded tokio-postgres v0.7.10 |
1133 | 2023-12-19T16:20:29.332Z | Downloaded fallible-iterator v0.2.0 |
1134 | 2023-12-19T16:20:29.332Z | Downloaded percent-encoding v2.3.1 |
1135 | 2023-12-19T16:20:29.334Z | Downloaded futures-timer v3.0.2 |
1136 | 2023-12-19T16:20:29.334Z | Downloaded home v0.5.5 |
1137 | 2023-12-19T16:20:29.334Z | Downloaded serde_tokenstream v0.2.0 |
1138 | 2023-12-19T16:20:29.334Z | Downloaded proc-macro-error v1.0.4 |
1139 | 2023-12-19T16:20:29.334Z | Downloaded downcast v0.11.0 |
1140 | 2023-12-19T16:20:29.334Z | Downloaded slog-dtrace v0.2.3 |
1141 | 2023-12-19T16:20:29.334Z | Downloaded version_check v0.9.4 |
1142 | 2023-12-19T16:20:29.334Z | Downloaded fastrand v2.0.0 |
1143 | 2023-12-19T16:20:29.334Z | Downloaded partial-io v0.5.4 |
1144 | 2023-12-19T16:20:29.335Z | Downloaded generic-array v0.14.7 |
1145 | 2023-12-19T16:20:29.335Z | Downloaded dirs-sys-next v0.1.2 |
1146 | 2023-12-19T16:20:29.335Z | Downloaded libm v0.2.7 |
1147 | 2023-12-19T16:20:29.335Z | Downloaded itertools v0.11.0 |
1148 | 2023-12-19T16:20:29.335Z | Downloaded criterion v0.5.1 |
1149 | 2023-12-19T16:20:29.335Z | Downloaded serde_path_to_error v0.1.14 |
1150 | 2023-12-19T16:20:29.341Z | Downloaded r2d2 v0.8.10 |
1151 | 2023-12-19T16:20:29.341Z | Downloaded rustfmt-wrapper v0.2.0 |
1152 | 2023-12-19T16:20:29.342Z | Downloaded fd-lock v3.0.13 |
1153 | 2023-12-19T16:20:29.342Z | Downloaded papergrid v0.10.0 |
1154 | 2023-12-19T16:20:29.371Z | Downloaded unsafe-libyaml v0.2.9 |
1155 | 2023-12-19T16:20:29.384Z | Downloaded subprocess v0.2.9 |
1156 | 2023-12-19T16:20:29.385Z | Downloaded der v0.7.8 |
1157 | 2023-12-19T16:20:29.385Z | Downloaded guppy-workspace-hack v0.1.0 |
1158 | 2023-12-19T16:20:29.385Z | Downloaded time-macros v0.2.13 |
1159 | 2023-12-19T16:20:29.385Z | Downloaded futures-task v0.3.29 |
1160 | 2023-12-19T16:20:29.385Z | Downloaded similar-asserts v1.5.0 |
1161 | 2023-12-19T16:20:29.385Z | Downloaded serde_urlencoded v0.7.1 |
1162 | 2023-12-19T16:20:29.386Z | Downloaded headers v0.3.9 |
1163 | 2023-12-19T16:20:29.395Z | Downloaded unicode-segmentation v1.10.1 |
1164 | 2023-12-19T16:20:29.395Z | Downloaded crossterm v0.26.1 |
1165 | 2023-12-19T16:20:29.405Z | Downloaded derive_builder_core v0.12.0 |
1166 | 2023-12-19T16:20:29.412Z | Downloaded snafu v0.7.5 |
1167 | 2023-12-19T16:20:29.423Z | Downloaded thread_local v1.1.7 |
1168 | 2023-12-19T16:20:29.423Z | Downloaded ppv-lite86 v0.2.17 |
1169 | 2023-12-19T16:20:29.441Z | Downloaded ff v0.13.0 |
1170 | 2023-12-19T16:20:29.441Z | Downloaded unicase v2.7.0 |
1171 | 2023-12-19T16:20:29.441Z | Downloaded filetime v0.2.23 |
1172 | 2023-12-19T16:20:29.441Z | Downloaded serde_derive_internals v0.26.0 |
1173 | 2023-12-19T16:20:29.450Z | Downloaded strum_macros v0.24.3 |
1174 | 2023-12-19T16:20:29.450Z | Downloaded shell-words v1.1.0 |
1175 | 2023-12-19T16:20:29.450Z | Downloaded rcgen v0.11.3 |
1176 | 2023-12-19T16:20:29.451Z | Downloaded slog-envlogger v2.2.0 |
1177 | 2023-12-19T16:20:29.451Z | Downloaded ron v0.8.1 |
1178 | 2023-12-19T16:20:29.462Z | Downloaded rstest_macros v0.18.2 |
1179 | 2023-12-19T16:20:29.462Z | Downloaded rust-argon2 v1.0.1 |
1180 | 2023-12-19T16:20:29.469Z | Downloaded strip-ansi-escapes v0.1.1 |
1181 | 2023-12-19T16:20:29.470Z | Downloaded tui-tree-widget v0.13.0 |
1182 | 2023-12-19T16:20:29.471Z | Downloaded tokio-rustls v0.24.1 |
1183 | 2023-12-19T16:20:29.477Z | Downloaded serde-big-array v0.5.1 |
1184 | 2023-12-19T16:20:29.477Z | Downloaded fnv v1.0.7 |
1185 | 2023-12-19T16:20:29.478Z | Downloaded either v1.9.0 |
1186 | 2023-12-19T16:20:29.478Z | Downloaded subtle v2.5.0 |
1187 | 2023-12-19T16:20:29.478Z | Downloaded signature v1.6.4 |
1188 | 2023-12-19T16:20:29.483Z | Downloaded embedded-io v0.4.0 |
1189 | 2023-12-19T16:20:29.483Z | Downloaded itertools v0.10.5 |
1190 | 2023-12-19T16:20:29.492Z | Downloaded flagset v0.4.3 |
1191 | 2023-12-19T16:20:29.496Z | Downloaded http-body v0.4.5 |
1192 | 2023-12-19T16:20:29.496Z | Downloaded slab v0.4.9 |
1193 | 2023-12-19T16:20:29.500Z | Downloaded data-encoding v2.4.0 |
1194 | 2023-12-19T16:20:29.501Z | Downloaded futures-sink v0.3.29 |
1195 | 2023-12-19T16:20:29.506Z | Downloaded fixedbitset v0.4.2 |
1196 | 2023-12-19T16:20:29.506Z | Downloaded derive-where v1.2.6 |
1197 | 2023-12-19T16:20:29.515Z | Downloaded num-bigint v0.4.4 |
1198 | 2023-12-19T16:20:29.524Z | Downloaded mio v0.8.9 |
1199 | 2023-12-19T16:20:29.529Z | Downloaded minimal-lexical v0.2.1 |
1200 | 2023-12-19T16:20:29.535Z | Downloaded zip v0.6.6 |
1201 | 2023-12-19T16:20:29.542Z | Downloaded rustc-hash v1.1.0 |
1202 | 2023-12-19T16:20:29.545Z | Downloaded parking_lot v0.11.2 |
1203 | 2023-12-19T16:20:29.548Z | Downloaded usdt-attr-macro v0.3.5 |
1204 | 2023-12-19T16:20:29.552Z | Downloaded serde-big-array v0.4.1 |
1205 | 2023-12-19T16:20:29.552Z | Downloaded usdt v0.3.5 |
1206 | 2023-12-19T16:20:29.552Z | Downloaded defmt v0.3.5 |
1207 | 2023-12-19T16:20:29.557Z | Downloaded relative-path v1.9.0 |
1208 | 2023-12-19T16:20:29.561Z | Downloaded dirs-next v2.0.0 |
1209 | 2023-12-19T16:20:29.564Z | Downloaded toml v0.5.11 |
1210 | 2023-12-19T16:20:29.568Z | Downloaded futures-macro v0.3.29 |
1211 | 2023-12-19T16:20:29.574Z | Downloaded path-slash v0.1.5 |
1212 | 2023-12-19T16:20:29.575Z | Downloaded usdt-impl v0.3.5 |
1213 | 2023-12-19T16:20:29.575Z | Downloaded rustls-native-certs v0.6.3 |
1214 | 2023-12-19T16:20:29.578Z | Downloaded ref-cast v1.0.20 |
1215 | 2023-12-19T16:20:29.582Z | Downloaded futures v0.3.29 |
1216 | 2023-12-19T16:20:29.588Z | Downloaded stringprep v0.1.3 |
1217 | 2023-12-19T16:20:29.591Z | Downloaded rustc-demangle v0.1.23 |
1218 | 2023-12-19T16:20:29.597Z | Downloaded slog-json v2.6.1 |
1219 | 2023-12-19T16:20:29.598Z | Downloaded shlex v1.1.0 |
1220 | 2023-12-19T16:20:29.603Z | Downloaded packed_struct_codegen v0.10.1 |
1221 | 2023-12-19T16:20:29.603Z | Downloaded proc-macro-crate v1.3.1 |
1222 | 2023-12-19T16:20:29.603Z | Downloaded packed_struct v0.10.1 |
1223 | 2023-12-19T16:20:29.606Z | Downloaded usdt-macro v0.3.5 |
1224 | 2023-12-19T16:20:29.607Z | Downloaded untrusted v0.7.1 |
1225 | 2023-12-19T16:20:29.607Z | Downloaded uuid v1.6.1 |
1226 | 2023-12-19T16:20:29.612Z | Downloaded thiserror-impl-no-std v2.0.2 |
1227 | 2023-12-19T16:20:29.617Z | Downloaded socket2 v0.5.5 |
1228 | 2023-12-19T16:20:29.621Z | Downloaded similar v2.3.0 |
1229 | 2023-12-19T16:20:29.629Z | Downloaded pest_derive v2.7.2 |
1230 | 2023-12-19T16:20:29.633Z | Downloaded half v1.8.2 |
1231 | 2023-12-19T16:20:29.637Z | Downloaded trybuild v1.0.85 |
1232 | 2023-12-19T16:20:29.641Z | Downloaded tracing-core v0.1.31 |
1233 | 2023-12-19T16:20:29.646Z | Downloaded pin-utils v0.1.0 |
1234 | 2023-12-19T16:20:29.650Z | Downloaded phf v0.11.2 |
1235 | 2023-12-19T16:20:29.654Z | Downloaded pest_generator v2.7.2 |
1236 | 2023-12-19T16:20:29.654Z | Downloaded termios v0.3.3 |
1237 | 2023-12-19T16:20:29.660Z | Downloaded schemars_derive v0.8.13 |
1238 | 2023-12-19T16:20:29.660Z | Downloaded pkcs8 v0.10.2 |
1239 | 2023-12-19T16:20:29.664Z | Downloaded term v0.7.0 |
1240 | 2023-12-19T16:20:29.668Z | Downloaded static_assertions v1.1.0 |
1241 | 2023-12-19T16:20:29.671Z | Downloaded pin-project-internal v1.1.3 |
1242 | 2023-12-19T16:20:29.675Z | Downloaded rand_xorshift v0.3.0 |
1243 | 2023-12-19T16:20:29.675Z | Downloaded highway v1.1.0 |
1244 | 2023-12-19T16:20:29.679Z | Downloaded sct v0.7.0 |
1245 | 2023-12-19T16:20:29.684Z | Downloaded ref-cast-impl v1.0.20 |
1246 | 2023-12-19T16:20:29.689Z | Downloaded crc-any v2.4.3 |
1247 | 2023-12-19T16:20:29.696Z | Downloaded strum_macros v0.25.2 |
1248 | 2023-12-19T16:20:29.696Z | Downloaded digest v0.10.7 |
1249 | 2023-12-19T16:20:29.701Z | Downloaded yasna v0.5.2 |
1250 | 2023-12-19T16:20:29.701Z | Downloaded rtoolbox v0.0.1 |
1251 | 2023-12-19T16:20:29.706Z | Downloaded tempfile v3.8.1 |
1252 | 2023-12-19T16:20:29.706Z | Downloaded backtrace v0.3.69 |
1253 | 2023-12-19T16:20:29.713Z | Downloaded pem-rfc7468 v0.7.0 |
1254 | 2023-12-19T16:20:29.717Z | Downloaded diff v0.1.13 |
1255 | 2023-12-19T16:20:29.723Z | Downloaded unicode-linebreak v0.1.5 |
1256 | 2023-12-19T16:20:29.728Z | Downloaded toml v0.7.8 |
1257 | 2023-12-19T16:20:29.731Z | Downloaded endian-type v0.1.2 |
1258 | 2023-12-19T16:20:29.731Z | Downloaded hash32 v0.2.1 |
1259 | 2023-12-19T16:20:29.736Z | Downloaded platforms v3.0.2 |
1260 | 2023-12-19T16:20:29.736Z | Downloaded textwrap v0.16.0 |
1261 | 2023-12-19T16:20:29.740Z | Downloaded dtrace-parser v0.1.14 |
1262 | 2023-12-19T16:20:29.743Z | Downloaded quick-error v1.2.3 |
1263 | 2023-12-19T16:20:29.743Z | Downloaded crossbeam-epoch v0.9.15 |
1264 | 2023-12-19T16:20:29.747Z | Downloaded deranged v0.3.8 |
1265 | 2023-12-19T16:20:29.751Z | Downloaded heck v0.3.3 |
1266 | 2023-12-19T16:20:29.756Z | Downloaded yansi v0.5.1 |
1267 | 2023-12-19T16:20:29.756Z | Downloaded target-spec v3.0.1 |
1268 | 2023-12-19T16:20:29.759Z | Downloaded base64 v0.21.5 |
1269 | 2023-12-19T16:20:29.763Z | Downloaded spin v0.5.2 |
1270 | 2023-12-19T16:20:29.767Z | Downloaded schemars v0.8.13 |
1271 | 2023-12-19T16:20:29.785Z | Downloaded defmt-parser v0.3.3 |
1272 | 2023-12-19T16:20:29.791Z | Downloaded datatest-stable v0.2.3 |
1273 | 2023-12-19T16:20:29.795Z | Downloaded pkcs1 v0.7.5 |
1274 | 2023-12-19T16:20:29.795Z | Downloaded chacha20poly1305 v0.10.1 |
1275 | 2023-12-19T16:20:29.799Z | Downloaded dyn-clone v1.0.13 |
1276 | 2023-12-19T16:20:29.803Z | Downloaded thiserror-no-std v2.0.2 |
1277 | 2023-12-19T16:20:29.806Z | Downloaded spin v0.9.8 |
1278 | 2023-12-19T16:20:29.812Z | Downloaded futures-channel v0.3.29 |
1279 | 2023-12-19T16:20:29.815Z | Downloaded olpc-cjson v0.1.3 |
1280 | 2023-12-19T16:20:29.818Z | Downloaded arc-swap v1.6.0 |
1281 | 2023-12-19T16:20:29.824Z | Downloaded which v4.4.0 |
1282 | 2023-12-19T16:20:29.828Z | Downloaded thread-id v4.2.0 |
1283 | 2023-12-19T16:20:29.828Z | Downloaded textwrap v0.11.0 |
1284 | 2023-12-19T16:20:29.831Z | Downloaded zeroize v1.7.0 |
1285 | 2023-12-19T16:20:29.831Z | Downloaded utf-8 v0.7.6 |
1286 | 2023-12-19T16:20:29.835Z | Downloaded tinytemplate v1.2.1 |
1287 | 2023-12-19T16:20:29.838Z | Downloaded libloading v0.7.4 |
1288 | 2023-12-19T16:20:29.842Z | Downloaded defmt-macros v0.3.6 |
1289 | 2023-12-19T16:20:29.847Z | Downloaded signal-hook-registry v1.4.1 |
1290 | 2023-12-19T16:20:29.850Z | Downloaded num-complex v0.4.4 |
1291 | 2023-12-19T16:20:29.850Z | Downloaded mime_guess v2.0.4 |
1292 | 2023-12-19T16:20:29.853Z | Downloaded zone v0.3.0 |
1293 | 2023-12-19T16:20:29.855Z | Downloaded zeroize_derive v1.4.2 |
1294 | 2023-12-19T16:20:29.858Z | Downloaded whoami v1.4.1 |
1295 | 2023-12-19T16:20:29.858Z | Downloaded slog-scope v4.4.0 |
1296 | 2023-12-19T16:20:29.862Z | Downloaded num_enum v0.5.11 |
1297 | 2023-12-19T16:20:29.872Z | Downloaded string_cache v0.8.7 |
1298 | 2023-12-19T16:20:30.285Z | Downloaded cookie v0.18.0 |
1299 | 2023-12-19T16:20:30.285Z | Downloaded scopeguard v1.2.0 |
1300 | 2023-12-19T16:20:30.286Z | Downloaded serde-hex v0.1.0 |
1301 | 2023-12-19T16:20:30.292Z | Downloaded clang-sys v1.6.1 |
1302 | 2023-12-19T16:20:30.293Z | Downloaded nom v7.1.3 |
1303 | 2023-12-19T16:20:30.293Z | Downloaded inout v0.1.3 |
1304 | 2023-12-19T16:20:30.293Z | Downloaded basic-toml v0.1.4 |
1305 | 2023-12-19T16:20:30.293Z | Downloaded cfg-expr v0.15.5 |
1306 | 2023-12-19T16:20:30.293Z | Downloaded addr2line v0.21.0 |
1307 | 2023-12-19T16:20:30.293Z | Downloaded bitflags v2.4.0 |
1308 | 2023-12-19T16:20:30.293Z | Downloaded pem v3.0.2 |
1309 | 2023-12-19T16:20:30.293Z | Downloaded form_urlencoded v1.2.1 |
1310 | 2023-12-19T16:20:30.293Z | Downloaded foreign-types-macros v0.2.3 |
1311 | 2023-12-19T16:20:30.293Z | Downloaded once_cell v1.19.0 |
1312 | 2023-12-19T16:20:30.293Z | Downloaded miniz_oxide v0.7.1 |
1313 | 2023-12-19T16:20:30.293Z | Downloaded sec1 v0.7.3 |
1314 | 2023-12-19T16:20:30.293Z | Downloaded plotters-backend v0.3.5 |
1315 | 2023-12-19T16:20:30.293Z | Downloaded pkg-config v0.3.27 |
1316 | 2023-12-19T16:20:30.293Z | Downloaded foreign-types v0.5.0 |
1317 | 2023-12-19T16:20:30.293Z | Downloaded difflib v0.4.0 |
1318 | 2023-12-19T16:20:30.293Z | Downloaded zerocopy v0.3.0 |
1319 | 2023-12-19T16:20:30.294Z | Downloaded termcolor v1.2.0 |
1320 | 2023-12-19T16:20:30.294Z | Downloaded sqlformat v0.2.3 |
1321 | 2023-12-19T16:20:30.294Z | Downloaded signature v2.1.0 |
1322 | 2023-12-19T16:20:30.294Z | Downloaded criterion-plot v0.5.0 |
1323 | 2023-12-19T16:20:30.294Z | Downloaded ciborium v0.2.1 |
1324 | 2023-12-19T16:20:30.294Z | Downloaded backoff v0.4.0 |
1325 | 2023-12-19T16:20:30.294Z | Downloaded peeking_take_while v0.1.2 |
1326 | 2023-12-19T16:20:30.294Z | Downloaded fs-err v2.11.0 |
1327 | 2023-12-19T16:20:30.294Z | Downloaded spki v0.7.2 |
1328 | 2023-12-19T16:20:30.295Z | Downloaded maybe-uninit v2.0.0 |
1329 | 2023-12-19T16:20:30.295Z | Downloaded is-terminal v0.4.9 |
1330 | 2023-12-19T16:20:30.295Z | Downloaded crossbeam-queue v0.3.8 |
1331 | 2023-12-19T16:20:30.295Z | Downloaded plotters-svg v0.3.5 |
1332 | 2023-12-19T16:20:30.295Z | Downloaded num_cpus v1.16.0 |
1333 | 2023-12-19T16:20:30.295Z | Downloaded num-traits v0.2.16 |
1334 | 2023-12-19T16:20:30.295Z | Downloaded linked-hash-map v0.5.6 |
1335 | 2023-12-19T16:20:30.295Z | Downloaded cancel-safe-futures v0.1.5 |
1336 | 2023-12-19T16:20:30.295Z | Downloaded ahash v0.8.6 |
1337 | 2023-12-19T16:20:30.295Z | Downloaded futures-executor v0.3.29 |
1338 | 2023-12-19T16:20:30.295Z | Downloaded fragile v2.0.0 |
1339 | 2023-12-19T16:20:30.295Z | Downloaded ed25519 v1.5.3 |
1340 | 2023-12-19T16:20:30.295Z | Downloaded walkdir v2.4.0 |
1341 | 2023-12-19T16:20:30.295Z | Downloaded slog-stdlog v4.1.1 |
1342 | 2023-12-19T16:20:30.295Z | Downloaded semver-parser v0.10.2 |
1343 | 2023-12-19T16:20:30.295Z | Downloaded num_enum_derive v0.5.11 |
1344 | 2023-12-19T16:20:30.295Z | Downloaded multer v2.1.0 |
1345 | 2023-12-19T16:20:30.295Z | Downloaded tokio-native-tls v0.3.1 |
1346 | 2023-12-19T16:20:30.296Z | Downloaded tiny-keccak v2.0.2 |
1347 | 2023-12-19T16:20:30.296Z | Downloaded smf v0.2.2 |
1348 | 2023-12-19T16:20:30.296Z | Downloaded num-integer v0.1.45 |
1349 | 2023-12-19T16:20:30.296Z | Downloaded corncobs v0.1.3 |
1350 | 2023-12-19T16:20:30.296Z | Downloaded console v0.15.7 |
1351 | 2023-12-19T16:20:30.296Z | Downloaded num-rational v0.4.1 |
1352 | 2023-12-19T16:20:30.296Z | Downloaded colored v2.0.4 |
1353 | 2023-12-19T16:20:30.296Z | Downloaded base64ct v1.6.0 |
1354 | 2023-12-19T16:20:30.296Z | Downloaded arrayvec v0.5.2 |
1355 | 2023-12-19T16:20:30.298Z | Downloaded futures-core v0.3.29 |
1356 | 2023-12-19T16:20:30.298Z | Downloaded darling_macro v0.20.3 |
1357 | 2023-12-19T16:20:30.298Z | Downloaded slog-async v2.8.0 |
1358 | 2023-12-19T16:20:30.298Z | Downloaded openssl-probe v0.1.5 |
1359 | 2023-12-19T16:20:30.298Z | Downloaded memoffset v0.7.1 |
1360 | 2023-12-19T16:20:30.299Z | Downloaded ident_case v1.0.1 |
1361 | 2023-12-19T16:20:30.299Z | Downloaded secrecy v0.8.0 |
1362 | 2023-12-19T16:20:30.299Z | Downloaded scheduled-thread-pool v0.2.7 |
1363 | 2023-12-19T16:20:30.299Z | Downloaded rustversion v1.0.14 |
1364 | 2023-12-19T16:20:30.299Z | Downloaded num-iter v0.1.43 |
1365 | 2023-12-19T16:20:30.299Z | Downloaded bitfield v0.14.0 |
1366 | 2023-12-19T16:20:30.299Z | Downloaded maplit v1.0.2 |
1367 | 2023-12-19T16:20:30.299Z | Downloaded lru-cache v0.1.2 |
1368 | 2023-12-19T16:20:30.299Z | Downloaded normalize-line-endings v0.3.0 |
1369 | 2023-12-19T16:20:30.299Z | Downloaded foreign-types-shared v0.1.1 |
1370 | 2023-12-19T16:20:30.299Z | Downloaded foreign-types v0.3.2 |
1371 | 2023-12-19T16:20:30.299Z | Downloaded openssl-macros v0.1.1 |
1372 | 2023-12-19T16:20:30.299Z | Downloaded nested v0.1.1 |
1373 | 2023-12-19T16:20:30.299Z | Downloaded linear-map v1.2.0 |
1374 | 2023-12-19T16:20:30.299Z | Downloaded libtest-mimic v0.6.1 |
1375 | 2023-12-19T16:20:30.299Z | Downloaded libefi-sys v0.1.0 |
1376 | 2023-12-19T16:20:30.299Z | Downloaded lazycell v1.3.0 |
1377 | 2023-12-19T16:20:30.299Z | Downloaded indoc v2.0.3 |
1378 | 2023-12-19T16:20:30.299Z | Downloaded indicatif v0.17.7 |
1379 | 2023-12-19T16:20:30.300Z | Downloaded ciborium-io v0.2.1 |
1380 | 2023-12-19T16:20:30.300Z | Downloaded base16ct v0.2.0 |
1381 | 2023-12-19T16:20:30.300Z | Downloaded bcs v0.1.6 |
1382 | 2023-12-19T16:20:30.300Z | Downloaded num v0.4.1 |
1383 | 2023-12-19T16:20:30.301Z | Downloaded crossbeam-utils v0.8.16 |
1384 | 2023-12-19T16:20:30.301Z | Downloaded cc v1.0.83 |
1385 | 2023-12-19T16:20:30.301Z | Downloaded ciborium-ll v0.2.1 |
1386 | 2023-12-19T16:20:30.302Z | Downloaded byteorder v1.5.0 |
1387 | 2023-12-19T16:20:30.302Z | Downloaded block-padding v0.3.3 |
1388 | 2023-12-19T16:20:30.302Z | Downloaded bytecount v0.6.3 |
1389 | 2023-12-19T16:20:30.302Z | Downloaded async-trait v0.1.74 |
1390 | 2023-12-19T16:20:30.302Z | Downloaded matches v0.1.10 |
1391 | 2023-12-19T16:20:30.302Z | Downloaded ipnet v2.8.0 |
1392 | 2023-12-19T16:20:30.302Z | Downloaded darling v0.14.4 |
1393 | 2023-12-19T16:20:30.302Z | Downloaded crc v3.0.1 |
1394 | 2023-12-19T16:20:30.302Z | Downloaded chacha20 v0.9.1 |
1395 | 2023-12-19T16:20:30.302Z | Downloaded bit-vec v0.6.3 |
1396 | 2023-12-19T16:20:30.302Z | Downloaded cexpr v0.6.0 |
1397 | 2023-12-19T16:20:30.302Z | Downloaded cassowary v0.3.0 |
1398 | 2023-12-19T16:20:30.302Z | Downloaded bytesize v1.3.0 |
1399 | 2023-12-19T16:20:30.302Z | Downloaded aead v0.5.2 |
1400 | 2023-12-19T16:20:30.302Z | Downloaded ipnetwork v0.20.0 |
1401 | 2023-12-19T16:20:30.321Z | Downloaded constant_time_eq v0.2.6 |
1402 | 2023-12-19T16:20:30.321Z | Downloaded nanorand v0.7.0 |
1403 | 2023-12-19T16:20:30.321Z | Downloaded mime v0.3.17 |
1404 | 2023-12-19T16:20:30.321Z | Downloaded sqlparser_derive v0.1.1 |
1405 | 2023-12-19T16:20:30.321Z | Downloaded num_threads v0.1.6 |
1406 | 2023-12-19T16:20:30.321Z | Downloaded ascii-canvas v3.0.0 |
1407 | 2023-12-19T16:20:30.321Z | Downloaded sha2 v0.10.8 |
1408 | 2023-12-19T16:20:30.321Z | Downloaded new_debug_unreachable v1.0.4 |
1409 | 2023-12-19T16:20:30.322Z | Downloaded autocfg v1.1.0 |
1410 | 2023-12-19T16:20:30.323Z | Downloaded managed v0.8.0 |
1411 | 2023-12-19T16:20:30.323Z | Downloaded arrayref v0.3.7 |
1412 | 2023-12-19T16:20:30.323Z | Downloaded approx v0.5.1 |
1413 | 2023-12-19T16:20:30.323Z | Downloaded log v0.4.20 |
1414 | 2023-12-19T16:20:30.323Z | Downloaded const-oid v0.9.5 |
1415 | 2023-12-19T16:20:30.323Z | Downloaded newtype_derive v0.1.6 |
1416 | 2023-12-19T16:20:30.324Z | Downloaded number_prefix v0.4.0 |
1417 | 2023-12-19T16:20:30.324Z | Downloaded is_ci v1.1.1 |
1418 | 2023-12-19T16:20:30.324Z | Downloaded hubpack_derive v0.1.1 |
1419 | 2023-12-19T16:20:30.324Z | Downloaded cobs v0.2.3 |
1420 | 2023-12-19T16:20:30.324Z | Downloaded atomic-waker v1.1.1 |
1421 | 2023-12-19T16:20:30.324Z | Downloaded bit-set v0.5.3 |
1422 | 2023-12-19T16:20:30.324Z | Downloaded async-recursion v1.0.5 |
1423 | 2023-12-19T16:20:30.324Z | Downloaded anes v0.1.6 |
1424 | 2023-12-19T16:20:30.324Z | Downloaded async-stream v0.3.5 |
1425 | 2023-12-19T16:20:30.324Z | Downloaded adler v1.0.2 |
1426 | 2023-12-19T16:20:30.324Z | Downloaded mockall v0.12.0 |
1427 | 2023-12-19T16:20:30.324Z | Downloaded humantime v2.1.0 |
1428 | 2023-12-19T16:20:30.324Z | Downloaded async-stream-impl v0.3.5 |
1429 | 2023-12-19T16:20:30.324Z | Downloaded assert_matches v1.5.0 |
1430 | 2023-12-19T16:20:30.324Z | Downloaded serde_repr v0.1.16 |
1431 | 2023-12-19T16:20:30.325Z | Downloaded lock_api v0.4.10 |
1432 | 2023-12-19T16:20:30.325Z | Downloaded hyper-rustls v0.24.2 |
1433 | 2023-12-19T16:20:30.325Z | Downloaded crc32fast v1.3.2 |
1434 | 2023-12-19T16:20:30.325Z | Downloaded bstr v0.2.17 |
1435 | 2023-12-19T16:20:30.325Z | Downloaded crossbeam-deque v0.8.3 |
1436 | 2023-12-19T16:20:30.325Z | Downloaded crc-catalog v2.2.0 |
1437 | 2023-12-19T16:20:30.325Z | Downloaded buf-list v1.0.3 |
1438 | 2023-12-19T16:20:30.330Z | Downloaded libsw v3.3.0 |
1439 | 2023-12-19T16:20:30.330Z | Downloaded lazy_static v1.4.0 |
1440 | 2023-12-19T16:20:30.330Z | Downloaded kstat-rs v0.2.3 |
1441 | 2023-12-19T16:20:30.330Z | Downloaded keccak v0.1.4 |
1442 | 2023-12-19T16:20:30.330Z | Downloaded itertools v0.12.0 |
1443 | 2023-12-19T16:20:30.330Z | Downloaded instant v0.1.12 |
1444 | 2023-12-19T16:20:30.330Z | Downloaded httpdate v1.0.3 |
1445 | 2023-12-19T16:20:30.330Z | Downloaded cstr-argument v0.1.2 |
1446 | 2023-12-19T16:20:30.330Z | Downloaded crossbeam v0.8.2 |
1447 | 2023-12-19T16:20:30.330Z | Downloaded cpufeatures v0.2.9 |
1448 | 2023-12-19T16:20:30.341Z | Downloaded constant_time_eq v0.3.0 |
1449 | 2023-12-19T16:20:30.341Z | Downloaded cast v0.3.0 |
1450 | 2023-12-19T16:20:30.341Z | Downloaded atomicwrites v0.4.2 |
1451 | 2023-12-19T16:20:30.341Z | Downloaded crunchy v0.2.2 |
1452 | 2023-12-19T16:20:30.342Z | Downloaded crossbeam-channel v0.5.8 |
1453 | 2023-12-19T16:20:30.342Z | Downloaded camino-tempfile v1.1.1 |
1454 | 2023-12-19T16:20:30.342Z | Downloaded blake2 v0.10.6 |
1455 | 2023-12-19T16:20:30.342Z | Downloaded httparse v1.8.0 |
1456 | 2023-12-19T16:20:30.342Z | Downloaded crypto-bigint v0.5.2 |
1457 | 2023-12-19T16:20:30.351Z | Downloaded arrayvec v0.7.4 |
1458 | 2023-12-19T16:20:30.351Z | Downloaded argon2 v0.5.2 |
1459 | 2023-12-19T16:20:30.356Z | Downloaded block-buffer v0.10.4 |
1460 | 2023-12-19T16:20:31.040Z | Compiling serde v1.0.193 |
1461 | 2023-12-19T16:20:31.040Z | Compiling autocfg v1.1.0 |
1462 | 2023-12-19T16:20:31.048Z | Checking cfg-if v1.0.0 |
1463 | 2023-12-19T16:20:31.048Z | Compiling version_check v0.9.4 |
1464 | 2023-12-19T16:20:31.048Z | Compiling syn v1.0.109 |
1465 | 2023-12-19T16:20:31.107Z | Checking libc v0.2.151 |
1466 | 2023-12-19T16:20:31.124Z | Compiling syn v2.0.32 |
1467 | 2023-12-19T16:20:31.167Z | Compiling parking_lot_core v0.9.8 |
1468 | 2023-12-19T16:20:31.233Z | Compiling libm v0.2.7 |
1469 | 2023-12-19T16:20:31.745Z | Compiling cc v1.0.83 |
1470 | 2023-12-19T16:20:31.858Z | Compiling once_cell v1.19.0 |
1471 | 2023-12-19T16:20:31.895Z | Compiling futures-core v0.3.29 |
1472 | 2023-12-19T16:20:32.351Z | Compiling serde_json v1.0.108 |
1473 | 2023-12-19T16:20:32.422Z | Compiling lock_api v0.4.10 |
1474 | 2023-12-19T16:20:32.440Z | Compiling num-traits v0.2.16 |
1475 | 2023-12-19T16:20:32.482Z | Compiling memchr v2.6.3 |
1476 | 2023-12-19T16:20:32.895Z | Compiling typenum v1.16.0 |
1477 | 2023-12-19T16:20:32.977Z | Checking getrandom v0.2.10 |
1478 | 2023-12-19T16:20:33.031Z | Compiling generic-array v0.14.7 |
1479 | 2023-12-19T16:20:33.408Z | Compiling slab v0.4.9 |
1480 | 2023-12-19T16:20:33.748Z | Compiling futures-task v0.3.29 |
1481 | 2023-12-19T16:20:33.973Z | Compiling futures-channel v0.3.29 |
1482 | 2023-12-19T16:20:34.389Z | Checking scopeguard v1.2.0 |
1483 | 2023-12-19T16:20:34.554Z | Compiling futures-util v0.3.29 |
1484 | 2023-12-19T16:20:35.090Z | Checking log v0.4.20 |
1485 | 2023-12-19T16:20:35.132Z | Compiling pkg-config v0.3.27 |
1486 | 2023-12-19T16:20:35.899Z | Checking smallvec v1.11.2 |
1487 | 2023-12-19T16:20:35.955Z | Compiling byteorder v1.5.0 |
1488 | 2023-12-19T16:20:36.112Z | Checking itoa v1.0.9 |
1489 | 2023-12-19T16:20:36.216Z | Compiling rustix v0.38.25 |
1490 | 2023-12-19T16:20:36.496Z | Compiling indexmap v1.9.3 |
1491 | 2023-12-19T16:20:36.701Z | Compiling schemars v0.8.13 |
1492 | 2023-12-19T16:20:36.963Z | Compiling vcpkg v0.2.15 |
1493 | 2023-12-19T16:20:37.219Z | Compiling fnv v1.0.7 |
1494 | 2023-12-19T16:20:37.277Z | Compiling httparse v1.8.0 |
1495 | 2023-12-19T16:20:37.367Z | Checking rand_core v0.6.4 |
1496 | 2023-12-19T16:20:37.796Z | Compiling ring v0.16.20 |
1497 | 2023-12-19T16:20:37.930Z | Compiling ring v0.17.7 |
1498 | 2023-12-19T16:20:38.637Z | Compiling aho-corasick v1.0.4 |
1499 | 2023-12-19T16:20:39.799Z | Compiling regex-syntax v0.8.2 |
1500 | 2023-12-19T16:20:40.740Z | Compiling openssl-sys v0.9.96 |
1501 | 2023-12-19T16:20:42.849Z | Checking parking_lot v0.12.1 |
1502 | 2023-12-19T16:20:43.248Z | Compiling ahash v0.8.6 |
1503 | 2023-12-19T16:20:43.694Z | Compiling serde_derive_internals v0.26.0 |
1504 | 2023-12-19T16:20:45.878Z | Compiling regex-automata v0.4.3 |
1505 | 2023-12-19T16:20:46.046Z | Checking pin-project-lite v0.2.13 |
1506 | 2023-12-19T16:20:46.208Z | Checking spin v0.5.2 |
1507 | 2023-12-19T16:20:47.142Z | Compiling openssl v0.10.60 |
1508 | 2023-12-19T16:20:47.774Z | Checking signal-hook-registry v1.4.1 |
1509 | 2023-12-19T16:20:47.926Z | Checking mio v0.8.9 |
1510 | 2023-12-19T16:20:48.137Z | Compiling ucd-trie v0.1.6 |
1511 | 2023-12-19T16:20:48.276Z | Compiling rustls v0.21.9 |
1512 | 2023-12-19T16:20:48.711Z | Compiling native-tls v0.2.11 |
1513 | 2023-12-19T16:20:49.173Z | Compiling iana-time-zone v0.1.57 |
1514 | 2023-12-19T16:20:49.498Z | Compiling async-trait v0.1.74 |
1515 | 2023-12-19T16:20:49.517Z | Checking num_cpus v1.16.0 |
1516 | 2023-12-19T16:20:49.831Z | Compiling dyn-clone v1.0.13 |
1517 | 2023-12-19T16:20:50.020Z | Compiling unicode-xid v0.2.4 |
1518 | 2023-12-19T16:20:50.112Z | Checking ryu v1.0.15 |
1519 | 2023-12-19T16:20:50.163Z | Compiling backtrace v0.3.69 |
1520 | 2023-12-19T16:20:50.339Z | Checking socket2 v0.5.5 |
1521 | 2023-12-19T16:20:50.992Z | Compiling futures-sink v0.3.29 |
1522 | 2023-12-19T16:20:51.082Z | Compiling errno v0.3.2 |
1523 | 2023-12-19T16:20:51.227Z | Compiling tinyvec_macros v0.1.1 |
1524 | 2023-12-19T16:20:51.340Z | Compiling crossbeam-utils v0.8.16 |
1525 | 2023-12-19T16:20:51.404Z | Compiling crc32fast v1.3.2 |
1526 | 2023-12-19T16:20:51.968Z | Compiling tinyvec v1.6.0 |
1527 | 2023-12-19T16:20:52.632Z | Compiling futures-io v0.3.29 |
1528 | 2023-12-19T16:20:52.664Z | Compiling anyhow v1.0.75 |
1529 | 2023-12-19T16:20:52.826Z | Compiling regex v1.10.2 |
1530 | 2023-12-19T16:20:52.950Z | Compiling pin-utils v0.1.0 |
1531 | 2023-12-19T16:20:53.077Z | Compiling spin v0.9.8 |
1532 | 2023-12-19T16:20:53.713Z | Compiling tracing-core v0.1.31 |
1533 | 2023-12-19T16:20:53.782Z | Compiling unicode-bidi v0.3.13 |
1534 | 2023-12-19T16:20:54.655Z | Compiling unicode-normalization v0.1.22 |
1535 | 2023-12-19T16:20:55.431Z | Compiling num-integer v0.1.45 |
1536 | 2023-12-19T16:20:55.450Z | Compiling serde_derive v1.0.193 |
1537 | 2023-12-19T16:20:55.871Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-12-19T16:20:56.169Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-12-19T16:20:56.387Z | Compiling tokio-macros v2.2.0 |
1540 | 2023-12-19T16:20:56.532Z | Compiling futures-macro v0.3.29 |
1541 | 2023-12-19T16:20:56.628Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-12-19T16:20:57.156Z | Compiling schemars_derive v0.8.13 |
1543 | 2023-12-19T16:20:58.946Z | Compiling zerocopy-derive v0.7.31 |
1544 | 2023-12-19T16:20:59.289Z | Checking zeroize v1.7.0 |
1545 | 2023-12-19T16:20:59.689Z | Compiling openssl-macros v0.1.1 |
1546 | 2023-12-19T16:21:01.647Z | Compiling thiserror v1.0.49 |
1547 | 2023-12-19T16:21:01.840Z | Compiling pest v2.7.2 |
1548 | 2023-12-19T16:21:02.899Z | Compiling zerocopy v0.7.31 |
1549 | 2023-12-19T16:21:02.987Z | Compiling der_derive v0.7.2 |
1550 | 2023-12-19T16:21:03.375Z | Compiling tracing v0.1.37 |
1551 | 2023-12-19T16:21:04.184Z | Compiling slog v2.7.0 |
1552 | 2023-12-19T16:21:05.091Z | Compiling synstructure v0.12.6 |
1553 | 2023-12-19T16:21:05.150Z | Compiling lazy_static v1.4.0 |
1554 | 2023-12-19T16:21:05.301Z | Compiling unicode-width v0.1.11 |
1555 | 2023-12-19T16:21:05.747Z | Checking subtle v2.5.0 |
1556 | 2023-12-19T16:21:06.132Z | Compiling base64 v0.21.5 |
1557 | 2023-12-19T16:21:06.731Z | Compiling hashbrown v0.13.2 |
1558 | 2023-12-19T16:21:06.804Z | Compiling pest_meta v2.7.2 |
1559 | 2023-12-19T16:21:07.280Z | Compiling hashbrown v0.12.3 |
1560 | 2023-12-19T16:21:07.369Z | Compiling openssl-probe v0.1.5 |
1561 | 2023-12-19T16:21:07.508Z | Compiling foreign-types-shared v0.1.1 |
1562 | 2023-12-19T16:21:07.654Z | Compiling percent-encoding v2.3.1 |
1563 | 2023-12-19T16:21:07.880Z | Compiling untrusted v0.7.1 |
1564 | 2023-12-19T16:21:08.188Z | Compiling rustversion v1.0.14 |
1565 | 2023-12-19T16:21:08.192Z | Compiling zerocopy-derive v0.2.0 |
1566 | 2023-12-19T16:21:08.234Z | Compiling untrusted v0.9.0 |
1567 | 2023-12-19T16:21:08.548Z | Compiling time-core v0.1.1 |
1568 | 2023-12-19T16:21:08.807Z | Compiling time-macros v0.2.13 |
1569 | 2023-12-19T16:21:09.365Z | Compiling pest_generator v2.7.2 |
1570 | 2023-12-19T16:21:11.837Z | Compiling foreign-types v0.3.2 |
1571 | 2023-12-19T16:21:12.890Z | Compiling try-lock v0.2.4 |
1572 | 2023-12-19T16:21:13.099Z | Compiling want v0.3.1 |
1573 | 2023-12-19T16:21:13.604Z | Compiling rustls-webpki v0.101.7 |
1574 | 2023-12-19T16:21:14.498Z | Compiling form_urlencoded v1.2.1 |
1575 | 2023-12-19T16:21:15.008Z | Compiling sct v0.7.0 |
1576 | 2023-12-19T16:21:15.423Z | Compiling pest_derive v2.7.2 |
1577 | 2023-12-19T16:21:16.653Z | Compiling socket2 v0.4.9 |
1578 | 2023-12-19T16:21:16.688Z | Compiling either v1.9.0 |
1579 | 2023-12-19T16:21:16.972Z | Compiling httpdate v1.0.3 |
1580 | 2023-12-19T16:21:17.154Z | Compiling const-oid v0.9.5 |
1581 | 2023-12-19T16:21:17.175Z | Compiling tower-service v0.3.2 |
1582 | 2023-12-19T16:21:17.694Z | Compiling rustls-pemfile v1.0.3 |
1583 | 2023-12-19T16:21:18.058Z | Compiling idna v0.5.0 |
1584 | 2023-12-19T16:21:18.218Z | Compiling memoffset v0.9.0 |
1585 | 2023-12-19T16:21:18.277Z | Compiling usdt-impl v0.3.5 |
1586 | 2023-12-19T16:21:18.724Z | Compiling adler v1.0.2 |
1587 | 2023-12-19T16:21:19.023Z | Compiling miniz_oxide v0.7.1 |
1588 | 2023-12-19T16:21:19.240Z | Compiling rustls-native-certs v0.6.3 |
1589 | 2023-12-19T16:21:19.512Z | Checking bytes v1.5.0 |
1590 | 2023-12-19T16:21:19.862Z | Checking bitflags v2.4.0 |
1591 | 2023-12-19T16:21:20.476Z | Compiling url v2.5.0 |
1592 | 2023-12-19T16:21:21.236Z | Compiling indexmap v2.1.0 |
1593 | 2023-12-19T16:21:21.673Z | Compiling semver v1.0.20 |
1594 | 2023-12-19T16:21:22.901Z | Compiling uuid v1.6.1 |
1595 | 2023-12-19T16:21:22.954Z | Compiling chrono v0.4.31 |
1596 | 2023-12-19T16:21:23.344Z | Compiling rustc_version v0.4.0 |
1597 | 2023-12-19T16:21:23.709Z | Compiling http v0.2.11 |
1598 | 2023-12-19T16:21:23.874Z | Compiling tokio v1.35.0 |
1599 | 2023-12-19T16:21:25.530Z | Compiling serde_spanned v0.6.4 |
1600 | 2023-12-19T16:21:25.916Z | Compiling toml_datetime v0.6.5 |
1601 | 2023-12-19T16:21:26.158Z | Compiling openapiv3 v2.0.0 |
1602 | 2023-12-19T16:21:26.616Z | Compiling toml_edit v0.19.15 |
1603 | 2023-12-19T16:21:29.737Z | Compiling http-body v0.4.5 |
1604 | 2023-12-19T16:21:30.386Z | Compiling heapless v0.7.16 |
1605 | 2023-12-19T16:21:31.379Z | Compiling zerocopy v0.3.0 |
1606 | 2023-12-19T16:21:32.730Z | Checking crypto-common v0.1.6 |
1607 | 2023-12-19T16:21:32.996Z | Compiling ipnet v2.8.0 |
1608 | 2023-12-19T16:21:34.102Z | Compiling dof v0.1.5 |
1609 | 2023-12-19T16:21:34.805Z | Compiling serde_urlencoded v0.7.1 |
1610 | 2023-12-19T16:21:35.126Z | Compiling dtrace-parser v0.1.14 |
1611 | 2023-12-19T16:21:35.706Z | Compiling clap_derive v4.4.2 |
1612 | 2023-12-19T16:21:35.855Z | Compiling zerocopy-derive v0.6.4 |
1613 | 2023-12-19T16:21:36.008Z | Compiling crossbeam-epoch v0.9.15 |
1614 | 2023-12-19T16:21:36.163Z | Compiling encoding_rs v0.8.33 |
1615 | 2023-12-19T16:21:36.694Z | Compiling tokio-util v0.7.10 |
1616 | 2023-12-19T16:21:38.537Z | Compiling tokio-rustls v0.24.1 |
1617 | 2023-12-19T16:21:39.157Z | Compiling h2 v0.3.21 |
1618 | 2023-12-19T16:21:39.328Z | Compiling thread-id v4.2.0 |
1619 | 2023-12-19T16:21:39.478Z | Compiling mime v0.3.17 |
1620 | 2023-12-19T16:21:39.779Z | Compiling webpki-roots v0.25.2 |
1621 | 2023-12-19T16:21:40.015Z | Compiling siphasher v0.3.11 |
1622 | 2023-12-19T16:21:40.145Z | Compiling gimli v0.28.0 |
1623 | 2023-12-19T16:21:40.839Z | Compiling serde_tokenstream v0.1.7 |
1624 | 2023-12-19T16:21:42.640Z | Compiling tokio-native-tls v0.3.1 |
1625 | 2023-12-19T16:21:43.041Z | Compiling strum_macros v0.25.2 |
1626 | 2023-12-19T16:21:43.473Z | Compiling block-buffer v0.10.4 |
1627 | 2023-12-19T16:21:44.374Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1628 | 2023-12-19T16:21:44.504Z | Compiling object v0.32.1 |
1629 | 2023-12-19T16:21:44.636Z | Compiling num-iter v0.1.43 |
1630 | 2023-12-19T16:21:45.083Z | Compiling rustc-demangle v0.1.23 |
1631 | 2023-12-19T16:21:46.739Z | Compiling flate2 v1.0.28 |
1632 | 2023-12-19T16:21:47.210Z | Compiling digest v0.10.7 |
1633 | 2023-12-19T16:21:47.968Z | Compiling addr2line v0.21.0 |
1634 | 2023-12-19T16:21:48.400Z | Compiling doc-comment v0.3.3 |
1635 | 2023-12-19T16:21:48.815Z | Compiling ppv-lite86 v0.2.17 |
1636 | 2023-12-19T16:21:48.955Z | Compiling usdt-macro v0.3.5 |
1637 | 2023-12-19T16:21:49.065Z | Compiling usdt-attr-macro v0.3.5 |
1638 | 2023-12-19T16:21:49.516Z | Compiling toml v0.7.8 |
1639 | 2023-12-19T16:21:49.569Z | Compiling toml_edit v0.21.0 |
1640 | 2023-12-19T16:21:50.031Z | Compiling rand_chacha v0.3.1 |
1641 | 2023-12-19T16:21:50.070Z | Compiling hex v0.4.3 |
1642 | 2023-12-19T16:21:51.041Z | Compiling hyper v0.14.27 |
1643 | 2023-12-19T16:21:51.165Z | Compiling pin-project-internal v1.1.3 |
1644 | 2023-12-19T16:21:51.550Z | Compiling bit-vec v0.6.3 |
1645 | 2023-12-19T16:21:52.267Z | Checking bitflags v1.3.2 |
1646 | 2023-12-19T16:21:52.396Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1647 | 2023-12-19T16:21:53.845Z | Compiling rand v0.8.5 |
1648 | 2023-12-19T16:21:54.206Z | Compiling phf_shared v0.10.0 |
1649 | 2023-12-19T16:21:55.332Z | Compiling num-bigint v0.4.4 |
1650 | 2023-12-19T16:21:56.501Z | Compiling fixedbitset v0.4.2 |
1651 | 2023-12-19T16:21:56.689Z | Compiling base64ct v1.6.0 |
1652 | 2023-12-19T16:21:57.220Z | Compiling minimal-lexical v0.2.1 |
1653 | 2023-12-19T16:21:57.468Z | Compiling new_debug_unreachable v1.0.4 |
1654 | 2023-12-19T16:21:57.545Z | Compiling smoltcp v0.9.1 |
1655 | 2023-12-19T16:21:57.590Z | Compiling precomputed-hash v0.1.1 |
1656 | 2023-12-19T16:21:57.664Z | Compiling pem-rfc7468 v0.7.0 |
1657 | 2023-12-19T16:21:57.746Z | Compiling string_cache v0.8.7 |
1658 | 2023-12-19T16:21:57.954Z | Compiling nom v7.1.3 |
1659 | 2023-12-19T16:21:58.059Z | Compiling petgraph v0.6.4 |
1660 | 2023-12-19T16:21:58.968Z | Compiling bit-set v0.5.3 |
1661 | 2023-12-19T16:21:59.128Z | Compiling hmac v0.12.1 |
1662 | 2023-12-19T16:21:59.480Z | Compiling itertools v0.10.5 |
1663 | 2023-12-19T16:22:00.535Z | Compiling enum-as-inner v0.5.1 |
1664 | 2023-12-19T16:22:00.778Z | Compiling hubpack_derive v0.1.1 |
1665 | 2023-12-19T16:22:01.051Z | Compiling diesel_table_macro_syntax v0.1.0 |
1666 | 2023-12-19T16:22:02.329Z | Compiling flagset v0.4.3 |
1667 | 2023-12-19T16:22:02.652Z | Compiling hyper-tls v0.5.0 |
1668 | 2023-12-19T16:22:02.791Z | Compiling hyper-rustls v0.24.2 |
1669 | 2023-12-19T16:22:02.796Z | Compiling unicode-segmentation v1.10.1 |
1670 | 2023-12-19T16:22:03.166Z | Compiling lalrpop-util v0.19.12 |
1671 | 2023-12-19T16:22:03.441Z | Compiling reqwest v0.11.22 |
1672 | 2023-12-19T16:22:03.788Z | Compiling der v0.7.8 |
1673 | 2023-12-19T16:22:04.222Z | Compiling diesel_derives v2.1.2 |
1674 | 2023-12-19T16:22:04.356Z | Compiling snafu-derive v0.7.5 |
1675 | 2023-12-19T16:22:04.873Z | Compiling cpufeatures v0.2.9 |
1676 | 2023-12-19T16:22:05.019Z | Compiling sha2 v0.10.8 |
1677 | 2023-12-19T16:22:05.689Z | Compiling rustix v0.37.23 |
1678 | 2023-12-19T16:22:05.854Z | Compiling md-5 v0.10.5 |
1679 | 2023-12-19T16:22:07.590Z | Compiling spki v0.7.2 |
1680 | 2023-12-19T16:22:08.070Z | Compiling stringprep v0.1.3 |
1681 | 2023-12-19T16:22:08.177Z | Compiling serde_repr v0.1.16 |
1682 | 2023-12-19T16:22:08.251Z | Compiling hash32 v0.2.1 |
1683 | 2023-12-19T16:22:08.873Z | Compiling fallible-iterator v0.2.0 |
1684 | 2023-12-19T16:22:09.788Z | Compiling stable_deref_trait v1.2.0 |
1685 | 2023-12-19T16:22:10.035Z | Compiling postgres-protocol v0.6.6 |
1686 | 2023-12-19T16:22:10.173Z | Compiling pkcs8 v0.10.2 |
1687 | 2023-12-19T16:22:10.200Z | Compiling terminal_size v0.2.6 |
1688 | 2023-12-19T16:22:11.068Z | Compiling phf_shared v0.11.2 |
1689 | 2023-12-19T16:22:11.491Z | Compiling ff v0.13.0 |
1690 | 2023-12-19T16:22:11.655Z | Compiling block-padding v0.3.3 |
1691 | 2023-12-19T16:22:11.828Z | Compiling scheduled-thread-pool v0.2.7 |
1692 | 2023-12-19T16:22:11.852Z | Compiling matches v0.1.10 |
1693 | 2023-12-19T16:22:12.029Z | Compiling regex-automata v0.1.10 |
1694 | 2023-12-19T16:22:12.260Z | Compiling num_threads v0.1.6 |
1695 | 2023-12-19T16:22:12.434Z | Compiling deranged v0.3.8 |
1696 | 2023-12-19T16:22:12.806Z | Compiling base16ct v0.2.0 |
1697 | 2023-12-19T16:22:13.031Z | Compiling managed v0.8.0 |
1698 | 2023-12-19T16:22:13.048Z | Compiling clap_builder v4.4.2 |
1699 | 2023-12-19T16:22:13.329Z | Compiling sec1 v0.7.3 |
1700 | 2023-12-19T16:22:14.237Z | Compiling bstr v0.2.17 |
1701 | 2023-12-19T16:22:14.258Z | Compiling r2d2 v0.8.10 |
1702 | 2023-12-19T16:22:14.836Z | Compiling idna v0.2.3 |
1703 | 2023-12-19T16:22:15.404Z | Compiling time v0.3.27 |
1704 | 2023-12-19T16:22:16.625Z | Compiling inout v0.1.3 |
1705 | 2023-12-19T16:22:17.049Z | Compiling group v0.13.0 |
1706 | 2023-12-19T16:22:17.474Z | Compiling phf v0.11.2 |
1707 | 2023-12-19T16:22:17.526Z | Compiling postgres-types v0.2.6 |
1708 | 2023-12-19T16:22:17.547Z | Compiling bzip2 v0.4.4 |
1709 | 2023-12-19T16:22:17.907Z | Compiling hubpack v0.1.2 |
1710 | 2023-12-19T16:22:18.136Z | Compiling hkdf v0.12.3 |
1711 | 2023-12-19T16:22:18.578Z | Compiling pin-project v1.1.3 |
1712 | 2023-12-19T16:22:18.910Z | Compiling zerocopy v0.6.4 |
1713 | 2023-12-19T16:22:20.174Z | Compiling ipnetwork v0.20.0 |
1714 | 2023-12-19T16:22:20.434Z | Compiling itertools v0.11.0 |
1715 | 2023-12-19T16:22:21.596Z | Compiling crypto-bigint v0.5.2 |
1716 | 2023-12-19T16:22:22.711Z | Compiling futures-executor v0.3.29 |
1717 | 2023-12-19T16:22:24.824Z | Compiling float-cmp v0.9.0 |
1718 | 2023-12-19T16:22:25.162Z | Compiling data-encoding v2.4.0 |
1719 | 2023-12-19T16:22:25.328Z | Compiling predicates-core v1.0.6 |
1720 | 2023-12-19T16:22:25.543Z | Compiling difflib v0.4.0 |
1721 | 2023-12-19T16:22:25.885Z | Compiling whoami v1.4.1 |
1722 | 2023-12-19T16:22:27.112Z | Compiling regex-automata v0.3.8 |
1723 | 2023-12-19T16:22:27.651Z | Compiling static_assertions v1.1.0 |
1724 | 2023-12-19T16:22:27.792Z | Compiling normalize-line-endings v0.3.0 |
1725 | 2023-12-19T16:22:27.973Z | Compiling predicates v3.0.4 |
1726 | 2023-12-19T16:22:28.244Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1727 | 2023-12-19T16:22:28.551Z | Compiling tokio-postgres v0.7.10 |
1728 | 2023-12-19T16:22:29.294Z | Compiling trust-dns-proto v0.22.0 |
1729 | 2023-12-19T16:22:29.830Z | Compiling elliptic-curve v0.13.8 |
1730 | 2023-12-19T16:22:30.847Z | Compiling bstr v1.6.0 |
1731 | 2023-12-19T16:22:31.393Z | Compiling futures v0.3.29 |
1732 | 2023-12-19T16:22:31.555Z | Compiling yasna v0.5.2 |
1733 | 2023-12-19T16:22:32.143Z | Compiling diesel v2.1.4 |
1734 | 2023-12-19T16:22:32.408Z | Compiling clap v4.4.3 |
1735 | 2023-12-19T16:22:32.562Z | Compiling snafu v0.7.5 |
1736 | 2023-12-19T16:22:33.508Z | Compiling zip v0.6.6 |
1737 | 2023-12-19T16:22:34.016Z | Compiling cipher v0.4.4 |
1738 | 2023-12-19T16:22:34.818Z | Compiling similar v2.3.0 |
1739 | 2023-12-19T16:22:35.439Z | Compiling usdt v0.3.5 |
1740 | 2023-12-19T16:22:35.845Z | Compiling tokio-stream v0.1.14 |
1741 | 2023-12-19T16:22:35.867Z | Compiling console v0.15.7 |
1742 | 2023-12-19T16:22:37.416Z | Checking unicode-ident v1.0.12 |
1743 | 2023-12-19T16:22:37.694Z | Checking equivalent v1.0.1 |
1744 | 2023-12-19T16:22:37.830Z | Checking hashbrown v0.14.2 |
1745 | 2023-12-19T16:22:38.502Z | Checking proc-macro2 v1.0.69 |
1746 | 2023-12-19T16:22:40.203Z | Checking quote v1.0.33 |
1747 | 2023-12-19T16:22:42.029Z | Checking utf8parse v0.2.1 |
1748 | 2023-12-19T16:22:45.081Z | Checking anstyle v1.0.2 |
1749 | 2023-12-19T16:22:46.541Z | Checking io-lifetimes v1.0.11 |
1750 | 2023-12-19T16:22:50.899Z | Checking anstyle-parse v0.2.1 |
1751 | 2023-12-19T16:22:53.899Z | Checking anstyle-query v1.0.0 |
1752 | 2023-12-19T16:22:54.066Z | Checking colorchoice v1.0.0 |
1753 | 2023-12-19T16:22:54.242Z | Checking anstream v0.5.0 |
1754 | 2023-12-19T16:22:54.707Z | Checking strsim v0.10.0 |
1755 | 2023-12-19T16:22:54.739Z | Checking clap_lex v0.5.1 |
1756 | 2023-12-19T16:22:56.185Z | Checking winnow v0.5.15 |
1757 | 2023-12-19T16:23:02.689Z | Compiling serde_tokenstream v0.2.0 |
1758 | 2023-12-19T16:23:06.139Z | Compiling regress v0.7.1 |
1759 | 2023-12-19T16:23:11.992Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1760 | 2023-12-19T16:23:20.465Z | Compiling getopts v0.2.21 |
1761 | 2023-12-19T16:23:20.620Z | Compiling unsafe-libyaml v0.2.9 |
1762 | 2023-12-19T16:23:22.136Z | Checking heck v0.4.1 |
1763 | 2023-12-19T16:23:22.438Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1764 | 2023-12-19T16:23:22.924Z | Compiling serde_yaml v0.9.25 |
1765 | 2023-12-19T16:23:24.237Z | Compiling ident_case v1.0.1 |
1766 | 2023-12-19T16:23:24.308Z | Checking fastrand v2.0.0 |
1767 | 2023-12-19T16:23:24.489Z | Checking match_cfg v0.1.0 |
1768 | 2023-12-19T16:23:24.606Z | Checking hostname v0.3.1 |
1769 | 2023-12-19T16:23:24.783Z | Checking camino v1.1.6 |
1770 | 2023-12-19T16:23:24.805Z | Checking tempfile v3.8.1 |
1771 | 2023-12-19T16:23:25.334Z | Checking atty v0.2.14 |
1772 | 2023-12-19T16:23:25.495Z | Checking quick-error v1.2.3 |
1773 | 2023-12-19T16:23:25.543Z | Compiling paste v1.0.14 |
1774 | 2023-12-19T16:23:25.674Z | Checking crossbeam-channel v0.5.8 |
1775 | 2023-12-19T16:23:25.695Z | Checking sha1 v0.10.6 |
1776 | 2023-12-19T16:23:26.119Z | Checking dirs-sys-next v0.1.2 |
1777 | 2023-12-19T16:23:26.367Z | Checking dirs-next v2.0.0 |
1778 | 2023-12-19T16:23:26.544Z | Checking thread_local v1.1.7 |
1779 | 2023-12-19T16:23:26.837Z | Checking instant v0.1.12 |
1780 | 2023-12-19T16:23:26.985Z | Compiling slog-async v2.8.0 |
1781 | 2023-12-19T16:23:27.005Z | Checking term v0.7.0 |
1782 | 2023-12-19T16:23:27.690Z | Compiling multer v2.1.0 |
1783 | 2023-12-19T16:23:27.857Z | Checking take_mut v0.2.2 |
1784 | 2023-12-19T16:23:28.042Z | Checking debug-ignore v1.0.5 |
1785 | 2023-12-19T16:23:28.258Z | Checking slog-term v2.9.0 |
1786 | 2023-12-19T16:23:28.480Z | Compiling darling_core v0.20.3 |
1787 | 2023-12-19T16:23:29.097Z | Checking slog-json v2.6.1 |
1788 | 2023-12-19T16:23:29.211Z | Compiling async-stream-impl v0.3.5 |
1789 | 2023-12-19T16:23:29.211Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1790 | 2023-12-19T16:23:29.515Z | Checking atomic-waker v1.1.1 |
1791 | 2023-12-19T16:23:29.708Z | Checking waitgroup v0.1.2 |
1792 | 2023-12-19T16:23:29.975Z | Checking slog-bunyan v2.4.0 |
1793 | 2023-12-19T16:23:30.212Z | Checking toml v0.8.8 |
1794 | 2023-12-19T16:23:30.666Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1795 | 2023-12-19T16:23:31.001Z | Checking serde_path_to_error v0.1.14 |
1796 | 2023-12-19T16:23:31.308Z | Checking async-stream v0.3.5 |
1797 | 2023-12-19T16:23:31.349Z | Checking strum v0.25.0 |
1798 | 2023-12-19T16:23:31.579Z | Compiling structmeta-derive v0.2.0 |
1799 | 2023-12-19T16:23:31.605Z | Checking wait-timeout v0.2.0 |
1800 | 2023-12-19T16:23:31.846Z | Checking rusty-fork v0.3.0 |
1801 | 2023-12-19T16:23:32.054Z | Checking rand_xorshift v0.3.0 |
1802 | 2023-12-19T16:23:32.280Z | Compiling regex-syntax v0.7.5 |
1803 | 2023-12-19T16:23:32.305Z | Checking unarray v0.1.4 |
1804 | 2023-12-19T16:23:32.500Z | Checking proptest v1.4.0 |
1805 | 2023-12-19T16:23:36.854Z | Compiling structmeta v0.2.0 |
1806 | 2023-12-19T16:23:37.544Z | Checking backoff v0.4.0 |
1807 | 2023-12-19T16:23:37.992Z | Compiling test-strategy v0.3.1 |
1808 | 2023-12-19T16:23:39.148Z | Compiling darling_macro v0.20.3 |
1809 | 2023-12-19T16:23:39.840Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1810 | 2023-12-19T16:23:40.061Z | Checking macaddr v1.0.1 |
1811 | 2023-12-19T16:23:40.595Z | Checking camino-tempfile v1.1.1 |
1812 | 2023-12-19T16:23:40.812Z | Compiling darling v0.20.3 |
1813 | 2023-12-19T16:23:40.851Z | Checking is-terminal v0.4.9 |
1814 | 2023-12-19T16:23:40.977Z | Compiling serde_with_macros v3.4.0 |
1815 | 2023-12-19T16:23:41.018Z | Compiling proc-macro-error-attr v1.0.4 |
1816 | 2023-12-19T16:23:41.037Z | Compiling proc-macro-error v1.0.4 |
1817 | 2023-12-19T16:23:41.710Z | Compiling proc-macro-crate v1.3.1 |
1818 | 2023-12-19T16:23:41.941Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1819 | 2023-12-19T16:23:42.599Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1820 | 2023-12-19T16:23:43.615Z | Checking termtree v0.4.1 |
1821 | 2023-12-19T16:23:43.753Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1822 | 2023-12-19T16:23:43.906Z | Checking predicates-tree v1.0.9 |
1823 | 2023-12-19T16:23:43.930Z | Compiling num_enum_derive v0.5.11 |
1824 | 2023-12-19T16:23:44.069Z | Compiling parse-display-derive v0.8.2 |
1825 | 2023-12-19T16:23:44.127Z | Compiling smoltcp v0.10.0 |
1826 | 2023-12-19T16:23:44.281Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1827 | 2023-12-19T16:23:44.839Z | Checking cobs v0.2.3 |
1828 | 2023-12-19T16:23:45.012Z | Compiling crucible-workspace-hack v0.1.0 |
1829 | 2023-12-19T16:23:45.091Z | Checking embedded-io v0.4.0 |
1830 | 2023-12-19T16:23:45.296Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1831 | 2023-12-19T16:23:45.397Z | Checking postcard v1.0.8 |
1832 | 2023-12-19T16:23:45.561Z | Checking serde_with v3.4.0 |
1833 | 2023-12-19T16:23:45.753Z | Compiling foreign-types-macros v0.2.3 |
1834 | 2023-12-19T16:23:46.577Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1835 | 2023-12-19T16:23:47.635Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1836 | 2023-12-19T16:23:47.661Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1837 | 2023-12-19T16:23:47.677Z | Checking foreign-types-shared v0.3.1 |
1838 | 2023-12-19T16:23:47.882Z | Checking foreign-types v0.5.0 |
1839 | 2023-12-19T16:23:48.167Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1840 | 2023-12-19T16:23:48.479Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1841 | 2023-12-19T16:23:48.499Z | Checking num_enum v0.5.11 |
1842 | 2023-12-19T16:23:48.714Z | Checking cstr-argument v0.1.2 |
1843 | 2023-12-19T16:23:48.972Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1844 | 2023-12-19T16:23:49.402Z | Checking pretty-hex v0.2.1 |
1845 | 2023-12-19T16:23:49.634Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1846 | 2023-12-19T16:23:49.850Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1847 | 2023-12-19T16:23:49.923Z | Checking colored v2.0.4 |
1848 | 2023-12-19T16:23:50.012Z | Compiling zone_cfg_derive v0.3.0 |
1849 | 2023-12-19T16:23:50.324Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1850 | 2023-12-19T16:23:50.490Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1851 | 2023-12-19T16:23:50.827Z | Compiling num-derive v0.4.0 |
1852 | 2023-12-19T16:23:51.640Z | Compiling mockall_derive v0.12.0 |
1853 | 2023-12-19T16:23:51.915Z | Checking parse-display v0.8.2 |
1854 | 2023-12-19T16:23:52.156Z | Checking downcast v0.11.0 |
1855 | 2023-12-19T16:23:52.437Z | Checking fragile v2.0.0 |
1856 | 2023-12-19T16:23:52.553Z | Checking zone v0.3.0 |
1857 | 2023-12-19T16:23:52.573Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1858 | 2023-12-19T16:23:52.760Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1859 | 2023-12-19T16:23:52.843Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1860 | 2023-12-19T16:23:53.268Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
1861 | 2023-12-19T16:23:53.681Z | Checking smf v0.2.2 |
1862 | 2023-12-19T16:23:53.834Z | Checking filetime v0.2.23 |
1863 | 2023-12-19T16:23:54.132Z | Checking xattr v1.0.1 |
1864 | 2023-12-19T16:23:54.364Z | Checking pem v3.0.2 |
1865 | 2023-12-19T16:23:54.398Z | Checking tar v0.4.40 |
1866 | 2023-12-19T16:23:54.760Z | Checking linked-hash-map v0.5.6 |
1867 | 2023-12-19T16:23:54.934Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
1868 | 2023-12-19T16:23:55.247Z | Checking lru-cache v0.1.2 |
1869 | 2023-12-19T16:23:55.284Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
1870 | 2023-12-19T16:23:55.504Z | Checking headers-core v0.2.0 |
1871 | 2023-12-19T16:23:55.601Z | Checking itertools v0.12.0 |
1872 | 2023-12-19T16:23:55.629Z | Checking password-hash v0.5.0 |
1873 | 2023-12-19T16:23:55.692Z | Checking headers v0.3.9 |
1874 | 2023-12-19T16:23:55.695Z | Checking blake2 v0.10.6 |
1875 | 2023-12-19T16:23:56.022Z | Checking swrite v0.1.0 |
1876 | 2023-12-19T16:23:56.180Z | Checking rcgen v0.11.3 |
1877 | 2023-12-19T16:23:56.330Z | Checking atomicwrites v0.4.2 |
1878 | 2023-12-19T16:23:56.391Z | Checking argon2 v0.5.2 |
1879 | 2023-12-19T16:23:56.600Z | Checking subprocess v0.2.9 |
1880 | 2023-12-19T16:23:57.224Z | Checking arc-swap v1.6.0 |
1881 | 2023-12-19T16:23:57.394Z | Compiling cancel-safe-futures v0.1.5 |
1882 | 2023-12-19T16:23:57.455Z | Checking half v1.8.2 |
1883 | 2023-12-19T16:23:57.544Z | Checking ciborium-io v0.2.1 |
1884 | 2023-12-19T16:23:57.706Z | Checking textwrap v0.11.0 |
1885 | 2023-12-19T16:23:57.907Z | Checking slog-scope v4.4.0 |
1886 | 2023-12-19T16:23:57.957Z | Compiling heck v0.3.3 |
1887 | 2023-12-19T16:23:58.002Z | Checking strsim v0.8.0 |
1888 | 2023-12-19T16:23:58.099Z | Checking ciborium-ll v0.2.1 |
1889 | 2023-12-19T16:23:58.190Z | Compiling libefi-sys v0.1.0 |
1890 | 2023-12-19T16:23:58.302Z | Checking ansi_term v0.12.1 |
1891 | 2023-12-19T16:23:58.627Z | Checking vec_map v0.8.2 |
1892 | 2023-12-19T16:23:58.631Z | Checking ciborium v0.2.1 |
1893 | 2023-12-19T16:23:58.662Z | Compiling structopt-derive v0.4.18 |
1894 | 2023-12-19T16:23:58.771Z | Checking slog-stdlog v4.1.1 |
1895 | 2023-12-19T16:23:58.994Z | Checking clap v2.34.0 |
1896 | 2023-12-19T16:23:59.687Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1897 | 2023-12-19T16:23:59.946Z | Checking slog-envlogger v2.2.0 |
1898 | 2023-12-19T16:24:00.287Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1899 | 2023-12-19T16:24:00.463Z | Compiling signal-hook v0.3.17 |
1900 | 2023-12-19T16:24:00.760Z | Checking libsw v3.3.0 |
1901 | 2023-12-19T16:24:00.808Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1902 | 2023-12-19T16:24:01.155Z | Compiling derive-where v1.2.6 |
1903 | 2023-12-19T16:24:01.173Z | Checking owo-colors v3.5.0 |
1904 | 2023-12-19T16:24:01.474Z | Checking linear-map v1.2.0 |
1905 | 2023-12-19T16:24:01.995Z | Checking resolv-conf v0.7.0 |
1906 | 2023-12-19T16:24:02.539Z | Compiling slog-dtrace v0.2.3 |
1907 | 2023-12-19T16:24:03.123Z | Checking trust-dns-resolver v0.22.0 |
1908 | 2023-12-19T16:24:03.819Z | Compiling convert_case v0.4.0 |
1909 | 2023-12-19T16:24:03.882Z | Checking structopt v0.3.26 |
1910 | 2023-12-19T16:24:04.513Z | Checking nibble_vec v0.1.0 |
1911 | 2023-12-19T16:24:04.787Z | Checking endian-type v0.1.2 |
1912 | 2023-12-19T16:24:05.075Z | Checking fxhash v0.2.1 |
1913 | 2023-12-19T16:24:05.095Z | Checking radix_trie v0.2.1 |
1914 | 2023-12-19T16:24:05.324Z | Checking termcolor v1.2.0 |
1915 | 2023-12-19T16:24:05.396Z | Compiling derive_more v0.99.17 |
1916 | 2023-12-19T16:24:05.740Z | Compiling radium v0.7.0 |
1917 | 2023-12-19T16:24:05.804Z | Compiling same-file v1.0.6 |
1918 | 2023-12-19T16:24:05.940Z | Compiling semver-parser v0.10.2 |
1919 | 2023-12-19T16:24:06.025Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1920 | 2023-12-19T16:24:06.070Z | Checking mockall v0.12.0 |
1921 | 2023-12-19T16:24:06.143Z | Compiling walkdir v2.4.0 |
1922 | 2023-12-19T16:24:06.404Z | Checking tap v1.0.1 |
1923 | 2023-12-19T16:24:06.463Z | Compiling maybe-uninit v2.0.0 |
1924 | 2023-12-19T16:24:07.396Z | Compiling semver v0.11.0 |
1925 | 2023-12-19T16:24:07.423Z | Checking wyz v0.5.1 |
1926 | 2023-12-19T16:24:08.031Z | Compiling num-rational v0.4.1 |
1927 | 2023-12-19T16:24:08.714Z | Compiling packed_struct v0.10.1 |
1928 | 2023-12-19T16:24:08.733Z | Checking crc-catalog v2.2.0 |
1929 | 2023-12-19T16:24:08.761Z | Checking funty v2.0.0 |
1930 | 2023-12-19T16:24:08.908Z | Compiling num-bigint-dig v0.8.4 |
1931 | 2023-12-19T16:24:08.935Z | Compiling home v0.5.5 |
1932 | 2023-12-19T16:24:09.343Z | Compiling toolchain_find v0.2.0 |
1933 | 2023-12-19T16:24:09.408Z | Checking crc v3.0.1 |
1934 | 2023-12-19T16:24:10.078Z | Compiling toml v0.5.11 |
1935 | 2023-12-19T16:24:10.288Z | Compiling packed_struct_codegen v0.10.1 |
1936 | 2023-12-19T16:24:10.481Z | Checking nodrop v0.1.14 |
1937 | 2023-12-19T16:24:10.597Z | Checking bitvec v1.0.1 |
1938 | 2023-12-19T16:24:10.639Z | Checking array-init v0.0.4 |
1939 | 2023-12-19T16:24:12.376Z | Compiling omicron-zone-package v0.9.1 |
1940 | 2023-12-19T16:24:12.906Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1941 | 2023-12-19T16:24:12.972Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1942 | 2023-12-19T16:24:13.499Z | Compiling rustfmt-wrapper v0.2.0 |
1943 | 2023-12-19T16:24:15.474Z | Checking smallvec v0.6.14 |
1944 | 2023-12-19T16:24:16.137Z | Checking newline-converter v0.3.0 |
1945 | 2023-12-19T16:24:16.344Z | Checking pkcs1 v0.7.5 |
1946 | 2023-12-19T16:24:16.482Z | Checking signature v2.1.0 |
1947 | 2023-12-19T16:24:16.999Z | Checking num-complex v0.4.4 |
1948 | 2023-12-19T16:24:18.607Z | Checking bitfield v0.14.0 |
1949 | 2023-12-19T16:24:18.931Z | Checking utf-8 v0.7.6 |
1950 | 2023-12-19T16:24:19.064Z | Checking keccak v0.1.4 |
1951 | 2023-12-19T16:24:19.237Z | Checking tungstenite v0.20.1 |
1952 | 2023-12-19T16:24:19.474Z | Checking rsa v0.9.2 |
1953 | 2023-12-19T16:24:19.533Z | Checking sha3 v0.10.8 |
1954 | 2023-12-19T16:24:19.759Z | Checking num v0.4.1 |
1955 | 2023-12-19T16:24:19.897Z | Checking expectorate v1.1.0 |
1956 | 2023-12-19T16:24:20.114Z | Checking serde-hex v0.1.0 |
1957 | 2023-12-19T16:24:20.134Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1958 | 2023-12-19T16:24:20.306Z | Checking env_logger v0.10.0 |
1959 | 2023-12-19T16:24:20.501Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1960 | 2023-12-19T16:24:20.671Z | Checking x509-cert v0.2.4 |
1961 | 2023-12-19T16:24:20.982Z | Checking ron v0.8.1 |
1962 | 2023-12-19T16:24:21.002Z | Checking secrecy v0.8.0 |
1963 | 2023-12-19T16:24:21.069Z | Checking crc-any v2.4.3 |
1964 | 2023-12-19T16:24:21.323Z | Checking tokio-tungstenite v0.20.1 |
1965 | 2023-12-19T16:24:21.665Z | Checking signal-hook-mio v0.2.3 |
1966 | 2023-12-19T16:24:21.859Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1967 | 2023-12-19T16:24:22.016Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1968 | 2023-12-19T16:24:22.060Z | Checking object v0.30.4 |
1969 | 2023-12-19T16:24:22.364Z | Checking path-slash v0.1.5 |
1970 | 2023-12-19T16:24:22.551Z | Compiling buf-list v1.0.3 |
1971 | 2023-12-19T16:24:23.044Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1972 | 2023-12-19T16:24:23.156Z | Checking glob v0.3.1 |
1973 | 2023-12-19T16:24:23.383Z | Compiling parking_lot_core v0.8.6 |
1974 | 2023-12-19T16:24:23.690Z | Checking display-error-chain v0.2.0 |
1975 | 2023-12-19T16:24:23.889Z | Checking trust-dns-client v0.22.0 |
1976 | 2023-12-19T16:24:24.067Z | Checking pretty-hex v0.4.0 |
1977 | 2023-12-19T16:24:24.330Z | Compiling vte_generate_state_changes v0.1.1 |
1978 | 2023-12-19T16:24:24.666Z | Checking parking_lot v0.11.2 |
1979 | 2023-12-19T16:24:25.226Z | Checking sled v0.34.7 |
1980 | 2023-12-19T16:24:25.386Z | Compiling semver v0.1.20 |
1981 | 2023-12-19T16:24:25.854Z | Checking arrayvec v0.5.2 |
1982 | 2023-12-19T16:24:25.907Z | Checking trust-dns-server v0.22.1 |
1983 | 2023-12-19T16:24:26.514Z | Compiling rustc_version v0.1.7 |
1984 | 2023-12-19T16:24:26.602Z | Checking vte v0.10.1 |
1985 | 2023-12-19T16:24:27.293Z | Checking fd-lock v3.0.13 |
1986 | 2023-12-19T16:24:27.384Z | Compiling newtype_derive v0.1.6 |
1987 | 2023-12-19T16:24:27.567Z | Checking crossterm v0.26.1 |
1988 | 2023-12-19T16:24:27.871Z | Checking crossbeam-deque v0.8.3 |
1989 | 2023-12-19T16:24:28.402Z | Compiling unicase v2.7.0 |
1990 | 2023-12-19T16:24:28.864Z | Compiling rayon-core v1.12.0 |
1991 | 2023-12-19T16:24:29.142Z | Checking strip-ansi-escapes v0.1.1 |
1992 | 2023-12-19T16:24:29.287Z | Compiling platforms v3.0.2 |
1993 | 2023-12-19T16:24:29.353Z | Checking nu-ansi-term v0.49.0 |
1994 | 2023-12-19T16:24:30.176Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1995 | 2023-12-19T16:24:30.412Z | Checking reedline v0.22.0 |
1996 | 2023-12-19T16:24:30.543Z | Compiling memoffset v0.7.1 |
1997 | 2023-12-19T16:24:30.801Z | Checking steno v0.4.0 |
1998 | 2023-12-19T16:24:31.059Z | Checking rayon v1.8.0 |
1999 | 2023-12-19T16:24:31.137Z | Compiling curve25519-dalek v4.1.1 |
2000 | 2023-12-19T16:24:31.805Z | Checking globset v0.4.13 |
2001 | 2023-12-19T16:24:32.011Z | Checking olpc-cjson v0.1.3 |
2002 | 2023-12-19T16:24:32.296Z | Checking serde_plain v1.0.2 |
2003 | 2023-12-19T16:24:32.386Z | Compiling async-recursion v1.0.5 |
2004 | 2023-12-19T16:24:32.661Z | Checking typed-path v0.7.0 |
2005 | 2023-12-19T16:24:32.909Z | Compiling mime_guess v2.0.4 |
2006 | 2023-12-19T16:24:33.813Z | Checking universal-hash v0.5.1 |
2007 | 2023-12-19T16:24:34.113Z | Compiling thiserror-impl-no-std v2.0.2 |
2008 | 2023-12-19T16:24:34.181Z | Compiling curve25519-dalek-derive v0.1.0 |
2009 | 2023-12-19T16:24:34.882Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2010 | 2023-12-19T16:24:35.168Z | Checking opaque-debug v0.3.0 |
2011 | 2023-12-19T16:24:35.295Z | Checking signature v1.6.4 |
2012 | 2023-12-19T16:24:35.346Z | Compiling salty v0.2.0 |
2013 | 2023-12-19T16:24:35.481Z | Checking ed25519 v1.5.3 |
2014 | 2023-12-19T16:24:35.821Z | Checking poly1305 v0.8.0 |
2015 | 2023-12-19T16:24:35.895Z | Checking tough v0.16.0 |
2016 | 2023-12-19T16:24:36.241Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2017 | 2023-12-19T16:24:36.971Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2018 | 2023-12-19T16:24:37.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2019 | 2023-12-19T16:24:37.439Z | Checking chacha20 v0.9.1 |
2020 | 2023-12-19T16:24:37.696Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2021 | 2023-12-19T16:24:37.999Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2022 | 2023-12-19T16:24:38.003Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2023 | 2023-12-19T16:24:38.064Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2024 | 2023-12-19T16:24:39.752Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2025 | 2023-12-19T16:24:39.775Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2026 | 2023-12-19T16:24:39.859Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2027 | 2023-12-19T16:24:42.309Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2028 | 2023-12-19T16:24:42.543Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2029 | 2023-12-19T16:24:42.946Z | Checking thiserror-no-std v2.0.2 |
2030 | 2023-12-19T16:24:43.103Z | Checking aead v0.5.2 |
2031 | 2023-12-19T16:24:43.448Z | Checking serde-big-array v0.5.1 |
2032 | 2023-12-19T16:24:43.839Z | Checking kstat-rs v0.2.3 |
2033 | 2023-12-19T16:24:43.843Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2034 | 2023-12-19T16:24:44.000Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2035 | 2023-12-19T16:24:44.306Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2023-12-19T16:24:44.873Z | Checking bytecount v0.6.3 |
2037 | 2023-12-19T16:24:45.210Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2038 | 2023-12-19T16:24:45.594Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2039 | 2023-12-19T16:24:45.698Z | Checking papergrid v0.10.0 |
2040 | 2023-12-19T16:24:46.791Z | Checking chacha20poly1305 v0.10.1 |
2041 | 2023-12-19T16:24:47.059Z | Checking vsss-rs v3.3.2 |
2042 | 2023-12-19T16:24:49.143Z | Checking signal-hook-tokio v0.3.1 |
2043 | 2023-12-19T16:24:49.223Z | Compiling tabled_derive v0.6.0 |
2044 | 2023-12-19T16:24:49.358Z | Checking nix v0.26.4 |
2045 | 2023-12-19T16:24:49.394Z | Checking serde-big-array v0.4.1 |
2046 | 2023-12-19T16:24:49.625Z | Compiling sqlparser_derive v0.1.1 |
2047 | 2023-12-19T16:24:51.508Z | Checking unicode_categories v0.1.1 |
2048 | 2023-12-19T16:24:52.022Z | Checking sqlformat v0.2.3 |
2049 | 2023-12-19T16:24:52.812Z | Checking rustyline v12.0.0 |
2050 | 2023-12-19T16:24:53.269Z | Checking sqlparser v0.36.1 |
2051 | 2023-12-19T16:24:53.546Z | Checking tabled v0.14.0 |
2052 | 2023-12-19T16:24:55.740Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2053 | 2023-12-19T16:24:55.750Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2054 | 2023-12-19T16:24:56.106Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2055 | 2023-12-19T16:24:57.117Z | Checking bcs v0.1.6 |
2056 | 2023-12-19T16:24:57.836Z | Checking highway v1.1.0 |
2057 | 2023-12-19T16:24:57.842Z | Checking corncobs v0.1.3 |
2058 | 2023-12-19T16:24:58.128Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2059 | 2023-12-19T16:24:58.450Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2060 | 2023-12-19T16:24:58.908Z | Checking http-range v0.1.5 |
2061 | 2023-12-19T16:24:59.120Z | Compiling portable-atomic v1.4.3 |
2062 | 2023-12-19T16:24:59.567Z | Compiling crunchy v0.2.2 |
2063 | 2023-12-19T16:24:59.808Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2064 | 2023-12-19T16:25:00.336Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2065 | 2023-12-19T16:25:00.764Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2066 | 2023-12-19T16:25:02.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2067 | 2023-12-19T16:25:03.365Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2068 | 2023-12-19T16:25:03.945Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2069 | 2023-12-19T16:25:05.115Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2070 | 2023-12-19T16:25:05.905Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2071 | 2023-12-19T16:25:06.216Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2072 | 2023-12-19T16:25:06.241Z | Checking hyper-staticfile v0.9.5 |
2073 | 2023-12-19T16:25:06.889Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2074 | 2023-12-19T16:25:07.400Z | Compiling clang-sys v1.6.1 |
2075 | 2023-12-19T16:25:08.669Z | Compiling prettyplease v0.2.12 |
2076 | 2023-12-19T16:25:08.698Z | Checking assert_matches v1.5.0 |
2077 | 2023-12-19T16:25:08.838Z | Compiling tiny-keccak v2.0.2 |
2078 | 2023-12-19T16:25:09.097Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2079 | 2023-12-19T16:25:09.140Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2080 | 2023-12-19T16:25:11.998Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2081 | 2023-12-19T16:25:14.285Z | Compiling darling_core v0.14.4 |
2082 | 2023-12-19T16:25:14.313Z | Checking humantime v2.1.0 |
2083 | 2023-12-19T16:25:14.314Z | Checking number_prefix v0.4.0 |
2084 | 2023-12-19T16:25:14.314Z | Checking indicatif v0.17.7 |
2085 | 2023-12-19T16:25:15.460Z | Compiling ascii-canvas v3.0.0 |
2086 | 2023-12-19T16:25:15.688Z | Compiling ena v0.14.2 |
2087 | 2023-12-19T16:25:16.316Z | Compiling libloading v0.7.4 |
2088 | 2023-12-19T16:25:16.332Z | Compiling bindgen v0.65.1 |
2089 | 2023-12-19T16:25:16.964Z | Compiling diff v0.1.13 |
2090 | 2023-12-19T16:25:17.447Z | Compiling regex-syntax v0.6.29 |
2091 | 2023-12-19T16:25:23.802Z | Compiling darling_macro v0.14.4 |
2092 | 2023-12-19T16:25:25.303Z | Compiling lalrpop v0.19.12 |
2093 | 2023-12-19T16:25:25.465Z | Compiling darling v0.14.4 |
2094 | 2023-12-19T16:25:25.644Z | Compiling cexpr v0.6.0 |
2095 | 2023-12-19T16:25:26.518Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2096 | 2023-12-19T16:25:27.236Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2097 | 2023-12-19T16:25:27.903Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2098 | 2023-12-19T16:25:28.412Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2099 | 2023-12-19T16:25:29.243Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2100 | 2023-12-19T16:25:30.097Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2101 | 2023-12-19T16:25:31.843Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2102 | 2023-12-19T16:25:33.078Z | Compiling which v4.4.0 |
2103 | 2023-12-19T16:25:33.790Z | Compiling ref-cast v1.0.20 |
2104 | 2023-12-19T16:25:34.087Z | Compiling rustc-hash v1.1.0 |
2105 | 2023-12-19T16:25:34.312Z | Compiling shlex v1.1.0 |
2106 | 2023-12-19T16:25:34.590Z | Checking maplit v1.0.2 |
2107 | 2023-12-19T16:25:34.721Z | Compiling lazycell v1.3.0 |
2108 | 2023-12-19T16:25:34.738Z | Compiling peeking_take_while v0.1.2 |
2109 | 2023-12-19T16:25:35.076Z | Compiling derive_builder_core v0.12.0 |
2110 | 2023-12-19T16:25:35.699Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2111 | 2023-12-19T16:25:36.134Z | Compiling ref-cast-impl v1.0.20 |
2112 | 2023-12-19T16:25:37.210Z | Compiling libxml v0.3.3 |
2113 | 2023-12-19T16:25:37.832Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2114 | 2023-12-19T16:25:38.413Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2115 | 2023-12-19T16:25:38.470Z | Compiling strum_macros v0.24.3 |
2116 | 2023-12-19T16:25:39.351Z | Compiling derive_builder_macro v0.12.0 |
2117 | 2023-12-19T16:25:40.704Z | Compiling fs-err v2.11.0 |
2118 | 2023-12-19T16:25:40.750Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2119 | 2023-12-19T16:25:41.068Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2120 | 2023-12-19T16:25:41.145Z | Compiling cookie v0.18.0 |
2121 | 2023-12-19T16:25:41.205Z | Compiling indoc v1.0.9 |
2122 | 2023-12-19T16:25:41.977Z | Checking derive_builder v0.12.0 |
2123 | 2023-12-19T16:25:42.914Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2124 | 2023-12-19T16:25:45.187Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2125 | 2023-12-19T16:25:45.264Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2126 | 2023-12-19T16:25:45.267Z | Checking bb8 v0.8.1 |
2127 | 2023-12-19T16:25:45.691Z | Checking quick-xml v0.23.1 |
2128 | 2023-12-19T16:25:45.973Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2129 | 2023-12-19T16:25:46.030Z | Compiling oso-derive v0.27.0 |
2130 | 2023-12-19T16:25:46.625Z | Compiling impl-trait-for-tuples v0.2.2 |
2131 | 2023-12-19T16:25:47.224Z | Checking smawk v0.3.1 |
2132 | 2023-12-19T16:25:47.517Z | Checking unicode-linebreak v0.1.5 |
2133 | 2023-12-19T16:25:47.574Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2134 | 2023-12-19T16:25:48.230Z | Checking textwrap v0.16.0 |
2135 | 2023-12-19T16:25:48.322Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2136 | 2023-12-19T16:25:48.576Z | Checking bytesize v1.3.0 |
2137 | 2023-12-19T16:25:48.879Z | Checking is_ci v1.1.1 |
2138 | 2023-12-19T16:25:48.882Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2139 | 2023-12-19T16:25:48.963Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2140 | 2023-12-19T16:25:49.065Z | Checking supports-color v2.1.0 |
2141 | 2023-12-19T16:25:49.351Z | Checking crossterm v0.27.0 |
2142 | 2023-12-19T16:25:49.589Z | Checking cassowary v0.3.0 |
2143 | 2023-12-19T16:25:50.251Z | Compiling indoc v2.0.3 |
2144 | 2023-12-19T16:25:50.885Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2145 | 2023-12-19T16:25:51.572Z | Checking rtoolbox v0.0.1 |
2146 | 2023-12-19T16:25:51.845Z | Checking rpassword v7.3.1 |
2147 | 2023-12-19T16:25:51.985Z | Checking ratatui v0.23.0 |
2148 | 2023-12-19T16:25:52.056Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2149 | 2023-12-19T16:25:53.490Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2150 | 2023-12-19T16:25:53.932Z | Checking shell-words v1.1.0 |
2151 | 2023-12-19T16:25:54.219Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2152 | 2023-12-19T16:25:54.694Z | Checking fatfs v0.3.6 |
2153 | 2023-12-19T16:25:55.964Z | Checking tui-tree-widget v0.13.0 |
2154 | 2023-12-19T16:25:56.365Z | Checking yansi v0.5.1 |
2155 | 2023-12-19T16:25:56.593Z | Compiling target-lexicon v0.12.12 |
2156 | 2023-12-19T16:25:56.728Z | Checking plotters-backend v0.3.5 |
2157 | 2023-12-19T16:25:56.791Z | Checking pretty_assertions v1.4.0 |
2158 | 2023-12-19T16:25:57.076Z | Compiling guppy-workspace-hack v0.1.0 |
2159 | 2023-12-19T16:25:57.323Z | Checking plotters-svg v0.3.5 |
2160 | 2023-12-19T16:25:57.538Z | Checking rand v0.4.6 |
2161 | 2023-12-19T16:25:57.685Z | Checking cast v0.3.0 |
2162 | 2023-12-19T16:25:58.205Z | Compiling target-spec v3.0.1 |
2163 | 2023-12-19T16:25:59.038Z | Checking remove_dir_all v0.5.3 |
2164 | 2023-12-19T16:25:59.135Z | Checking cfg-expr v0.15.5 |
2165 | 2023-12-19T16:25:59.159Z | Checking criterion-plot v0.5.0 |
2166 | 2023-12-19T16:25:59.180Z | Checking tempdir v0.3.7 |
2167 | 2023-12-19T16:25:59.410Z | Checking plotters v0.3.5 |
2168 | 2023-12-19T16:25:59.668Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2169 | 2023-12-19T16:26:00.677Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2170 | 2023-12-19T16:26:02.091Z | Checking tinytemplate v1.2.1 |
2171 | 2023-12-19T16:26:02.512Z | Checking cargo-platform v0.1.3 |
2172 | 2023-12-19T16:26:02.714Z | Checking oorandom v11.1.3 |
2173 | 2023-12-19T16:26:02.942Z | Checking anes v0.1.6 |
2174 | 2023-12-19T16:26:02.984Z | Checking cargo_metadata v0.18.1 |
2175 | 2023-12-19T16:26:03.560Z | Checking criterion v0.5.1 |
2176 | 2023-12-19T16:26:06.507Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2177 | 2023-12-19T16:26:06.627Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2178 | 2023-12-19T16:26:07.538Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2179 | 2023-12-19T16:26:08.235Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2180 | 2023-12-19T16:26:08.511Z | Checking assert_cmd v2.0.12 |
2181 | 2023-12-19T16:26:09.200Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2182 | 2023-12-19T16:26:11.720Z | Checking pathdiff v0.2.1 |
2183 | 2023-12-19T16:26:11.941Z | Checking nested v0.1.1 |
2184 | 2023-12-19T16:26:12.254Z | Checking guppy v0.17.4 |
2185 | 2023-12-19T16:26:15.753Z | Checking threadpool v1.8.1 |
2186 | 2023-12-19T16:26:16.042Z | Checking nanorand v0.7.0 |
2187 | 2023-12-19T16:26:16.616Z | Checking topological-sort v0.2.2 |
2188 | 2023-12-19T16:26:16.911Z | Checking flume v0.11.0 |
2189 | 2023-12-19T16:26:16.964Z | Checking libtest-mimic v0.6.1 |
2190 | 2023-12-19T16:26:17.640Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2191 | 2023-12-19T16:26:17.713Z | Checking httptest v0.15.5 |
2192 | 2023-12-19T16:26:17.970Z | Checking similar-asserts v1.5.0 |
2193 | 2023-12-19T16:26:18.322Z | Compiling rstest_macros v0.18.2 |
2194 | 2023-12-19T16:26:18.924Z | Compiling crossbeam-queue v0.3.8 |
2195 | 2023-12-19T16:26:19.279Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2196 | 2023-12-19T16:26:19.742Z | Checking datatest-stable v0.2.3 |
2197 | 2023-12-19T16:26:20.075Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2198 | 2023-12-19T16:26:21.239Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2199 | 2023-12-19T16:26:21.421Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2200 | 2023-12-19T16:26:22.277Z | Compiling trybuild v1.0.85 |
2201 | 2023-12-19T16:26:22.410Z | Checking arrayref v0.3.7 |
2202 | 2023-12-19T16:26:22.546Z | Checking arrayvec v0.7.4 |
2203 | 2023-12-19T16:26:22.879Z | Checking constant_time_eq v0.2.6 |
2204 | 2023-12-19T16:26:22.896Z | Compiling relative-path v1.9.0 |
2205 | 2023-12-19T16:26:23.114Z | Checking blake2b_simd v1.0.1 |
2206 | 2023-12-19T16:26:24.067Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2207 | 2023-12-19T16:26:24.447Z | Checking basic-toml v0.1.4 |
2208 | 2023-12-19T16:26:25.897Z | Checking constant_time_eq v0.3.0 |
2209 | 2023-12-19T16:26:26.070Z | Checking futures-timer v3.0.2 |
2210 | 2023-12-19T16:26:26.515Z | Checking rust-argon2 v1.0.1 |
2211 | 2023-12-19T16:26:29.518Z | Checking crossbeam v0.8.2 |
2212 | 2023-12-19T16:26:29.979Z | Checking partial-io v0.5.4 |
2213 | 2023-12-19T16:26:30.550Z | Checking approx v0.5.1 |
2214 | 2023-12-19T16:26:30.882Z | Checking termios v0.3.3 |
2215 | 2023-12-19T16:26:31.186Z | Checking hex-literal v0.4.1 |
2216 | 2023-12-19T16:26:40.352Z | Checking rstest v0.18.2 |
2217 | 2023-12-19T16:26:43.630Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2218 | 2023-12-19T16:26:46.686Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2219 | 2023-12-19T16:27:55.627Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2220 | 2023-12-19T16:27:57.331Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2221 | 2023-12-19T16:28:04.077Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2222 | 2023-12-19T16:28:10.075Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2223 | 2023-12-19T16:28:39.470Z | Compiling polar-core v0.27.0 |
2224 | 2023-12-19T16:28:50.873Z | Checking oso v0.27.0 |
2225 | 2023-12-19T16:29:30.360Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2226 | 2023-12-19T16:31:02.332Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 36s |
2227 | 2023-12-19T16:31:02.555Z | |
2228 | 2023-12-19T16:31:02.558Z | real 11:39.637205761 |
2229 | 2023-12-19T16:31:02.558Z | user 1:03:04.591451377 |
2230 | 2023-12-19T16:31:02.558Z | sys 8:02.765410322 |
2231 | 2023-12-19T16:31:02.559Z | trap 2.476708254 |
2232 | 2023-12-19T16:31:02.559Z | tflt 6.303302734 |
2233 | 2023-12-19T16:31:02.559Z | dflt 6.364329053 |
2234 | 2023-12-19T16:31:02.559Z | kflt 0.024548228 |
2235 | 2023-12-19T16:31:02.559Z | lock 1:39:37.144717549 |
2236 | 2023-12-19T16:31:02.560Z | slp 3:06:36.753311648 |
2237 | 2023-12-19T16:31:02.560Z | lat 2:19.706599539 |
2238 | 2023-12-19T16:31:02.560Z | stop 4:56.618235457 |
2239 | 2023-12-19T16:31:03.816Z | warning: output filename collision. |
2240 | 2023-12-19T16:31:03.816Z | 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)`. |
2241 | 2023-12-19T16:31:03.816Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2242 | 2023-12-19T16:31:03.816Z | The targets should have unique names. |
2243 | 2023-12-19T16:31:03.816Z | This is a known bug where multiple crates with the same name use |
2244 | 2023-12-19T16:31:03.816Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2245 | 2023-12-19T16:31:03.821Z | warning: output filename collision. |
2246 | 2023-12-19T16:31:03.821Z | The lib target `nix` in package `nix v0.26.4` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2247 | 2023-12-19T16:31:03.821Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2248 | 2023-12-19T16:31:03.821Z | The targets should have unique names. |
2249 | 2023-12-19T16:31:03.821Z | This is a known bug where multiple crates with the same name use |
2250 | 2023-12-19T16:31:03.821Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2251 | 2023-12-19T16:31:03.821Z | warning: output filename collision. |
2252 | 2023-12-19T16:31:03.821Z | 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)`. |
2253 | 2023-12-19T16:31:03.821Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2254 | 2023-12-19T16:31:03.821Z | The targets should have unique names. |
2255 | 2023-12-19T16:31:03.821Z | This is a known bug where multiple crates with the same name use |
2256 | 2023-12-19T16:31:03.822Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2257 | 2023-12-19T16:31:03.822Z | warning: output filename collision. |
2258 | 2023-12-19T16:31:03.822Z | 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)`. |
2259 | 2023-12-19T16:31:03.822Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2260 | 2023-12-19T16:31:03.822Z | The targets should have unique names. |
2261 | 2023-12-19T16:31:03.822Z | This is a known bug where multiple crates with the same name use |
2262 | 2023-12-19T16:31:03.822Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2263 | 2023-12-19T16:31:04.443Z | Documenting libc v0.2.151 |
2264 | 2023-12-19T16:31:04.463Z | Documenting cfg-if v1.0.0 |
2265 | 2023-12-19T16:31:04.477Z | Documenting serde_derive v1.0.193 |
2266 | 2023-12-19T16:31:04.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2267 | 2023-12-19T16:31:04.518Z | Documenting log v0.4.20 |
2268 | 2023-12-19T16:31:04.519Z | Documenting scopeguard v1.2.0 |
2269 | 2023-12-19T16:31:04.555Z | Documenting memchr v2.6.3 |
2270 | 2023-12-19T16:31:04.569Z | Documenting itoa v1.0.9 |
2271 | 2023-12-19T16:31:04.984Z | Documenting smallvec v1.11.2 |
2272 | 2023-12-19T16:31:08.435Z | Documenting zeroize_derive v1.4.2 |
2273 | 2023-12-19T16:31:08.487Z | Documenting lock_api v0.4.10 |
2274 | 2023-12-19T16:31:08.746Z | Documenting pin-project-lite v0.2.13 |
2275 | 2023-12-19T16:31:09.471Z | Documenting libm v0.2.7 |
2276 | 2023-12-19T16:31:10.454Z | Documenting futures-core v0.3.29 |
2277 | 2023-12-19T16:31:11.015Z | Documenting getrandom v0.2.10 |
2278 | 2023-12-19T16:31:11.440Z | Documenting parking_lot_core v0.9.8 |
2279 | 2023-12-19T16:31:12.896Z | Documenting signal-hook-registry v1.4.1 |
2280 | 2023-12-19T16:31:12.909Z | Documenting mio v0.8.9 |
2281 | 2023-12-19T16:31:14.484Z | Documenting serde v1.0.193 |
2282 | 2023-12-19T16:31:14.759Z | Documenting num-traits v0.2.16 |
2283 | 2023-12-19T16:31:16.032Z | Documenting thiserror-impl v1.0.49 |
2284 | 2023-12-19T16:31:16.080Z | Documenting zeroize v1.7.0 |
2285 | 2023-12-19T16:31:16.654Z | Documenting rand_core v0.6.4 |
2286 | 2023-12-19T16:31:17.337Z | Documenting parking_lot v0.12.1 |
2287 | 2023-12-19T16:31:18.725Z | Documenting socket2 v0.5.5 |
2288 | 2023-12-19T16:31:19.306Z | Documenting num_cpus v1.16.0 |
2289 | 2023-12-19T16:31:21.883Z | Documenting typenum v1.16.0 |
2290 | 2023-12-19T16:31:21.947Z | Documenting tokio-macros v2.2.0 |
2291 | 2023-12-19T16:31:22.272Z | Documenting once_cell v1.19.0 |
2292 | 2023-12-19T16:31:23.223Z | Documenting subtle v2.5.0 |
2293 | 2023-12-19T16:31:23.282Z | Documenting thiserror v1.0.49 |
2294 | 2023-12-19T16:31:24.651Z | Documenting byteorder v1.5.0 |
2295 | 2023-12-19T16:31:25.013Z | Documenting ryu v1.0.15 |
2296 | 2023-12-19T16:31:28.197Z | Documenting futures-sink v0.3.29 |
2297 | 2023-12-19T16:31:28.538Z | Documenting const-oid v0.9.5 |
2298 | 2023-12-19T16:31:28.574Z | Documenting pin-utils v0.1.0 |
2299 | 2023-12-19T16:31:29.028Z | Documenting futures-task v0.3.29 |
2300 | 2023-12-19T16:31:29.159Z | Documenting slab v0.4.9 |
2301 | 2023-12-19T16:31:30.744Z | Documenting futures-macro v0.3.29 |
2302 | 2023-12-19T16:31:33.797Z | Documenting futures-channel v0.3.29 |
2303 | 2023-12-19T16:31:34.663Z | Documenting futures-io v0.3.29 |
2304 | 2023-12-19T16:31:35.655Z | Documenting iana-time-zone v0.1.57 |
2305 | 2023-12-19T16:31:36.518Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2306 | 2023-12-19T16:31:37.800Z | Documenting tinyvec_macros v0.1.1 |
2307 | 2023-12-19T16:31:38.054Z | Documenting fnv v1.0.7 |
2308 | 2023-12-19T16:31:38.109Z | Documenting ppv-lite86 v0.2.17 |
2309 | 2023-12-19T16:31:39.939Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2310 | 2023-12-19T16:31:40.649Z | Documenting futures-util v0.3.29 |
2311 | 2023-12-19T16:31:41.827Z | Documenting tracing-core v0.1.31 |
2312 | 2023-12-19T16:31:42.454Z | Documenting tinyvec v1.6.0 |
2313 | 2023-12-19T16:31:43.228Z | Documenting rand_chacha v0.3.1 |
2314 | 2023-12-19T16:31:44.095Z | Documenting tracing-attributes v0.1.26 |
2315 | 2023-12-19T16:31:48.543Z | Documenting unicode-normalization v0.1.22 |
2316 | 2023-12-19T16:31:50.238Z | Documenting rand v0.8.5 |
2317 | 2023-12-19T16:31:50.712Z | Documenting bytes v1.5.0 |
2318 | 2023-12-19T16:31:53.917Z | Documenting bitflags v2.4.0 |
2319 | 2023-12-19T16:31:54.758Z | Documenting serde_json v1.0.108 |
2320 | 2023-12-19T16:31:55.714Z | Documenting chrono v0.4.31 |
2321 | 2023-12-19T16:31:56.928Z | Documenting uuid v1.6.1 |
2322 | 2023-12-19T16:31:57.944Z | Documenting tokio v1.35.0 |
2323 | 2023-12-19T16:31:58.087Z | Documenting base64 v0.21.5 |
2324 | 2023-12-19T16:32:00.412Z | Documenting spin v0.9.8 |
2325 | 2023-12-19T16:32:02.987Z | Documenting lazy_static v1.4.0 |
2326 | 2023-12-19T16:32:03.732Z | Documenting unicode-bidi v0.3.13 |
2327 | 2023-12-19T16:32:04.521Z | Documenting http v0.2.11 |
2328 | 2023-12-19T16:32:04.961Z | Documenting percent-encoding v2.3.1 |
2329 | 2023-12-19T16:32:05.146Z | Documenting cpufeatures v0.2.9 |
2330 | 2023-12-19T16:32:07.417Z | Checking serde_derive_internals v0.26.0 |
2331 | 2023-12-19T16:32:08.254Z | Documenting generic-array v0.14.7 |
2332 | 2023-12-19T16:32:08.548Z | Documenting serde_derive_internals v0.26.0 |
2333 | 2023-12-19T16:32:09.672Z | Documenting dyn-clone v1.0.13 |
2334 | 2023-12-19T16:32:10.129Z | Documenting errno v0.3.2 |
2335 | 2023-12-19T16:32:10.949Z | Documenting form_urlencoded v1.2.1 |
2336 | 2023-12-19T16:32:12.814Z | Documenting tracing v0.1.37 |
2337 | 2023-12-19T16:32:13.474Z | Documenting idna v0.5.0 |
2338 | 2023-12-19T16:32:14.175Z | Documenting httparse v1.8.0 |
2339 | 2023-12-19T16:32:14.862Z | Documenting crypto-common v0.1.6 |
2340 | 2023-12-19T16:32:15.352Z | Documenting block-buffer v0.10.4 |
2341 | 2023-12-19T16:32:16.082Z | Documenting rustix v0.38.25 |
2342 | 2023-12-19T16:32:16.383Z | Documenting schemars_derive v0.8.13 |
2343 | 2023-12-19T16:32:17.292Z | Documenting adler v1.0.2 |
2344 | 2023-12-19T16:32:19.560Z | Documenting url v2.5.0 |
2345 | 2023-12-19T16:32:20.441Z | Documenting unicode-ident v1.0.12 |
2346 | 2023-12-19T16:32:21.388Z | Documenting miniz_oxide v0.7.1 |
2347 | 2023-12-19T16:32:21.748Z | Documenting base64ct v1.6.0 |
2348 | 2023-12-19T16:32:22.070Z | Documenting digest v0.10.7 |
2349 | 2023-12-19T16:32:24.558Z | Documenting proc-macro2 v1.0.69 |
2350 | 2023-12-19T16:32:25.417Z | Documenting schemars v0.8.13 |
2351 | 2023-12-19T16:32:26.122Z | Documenting unicode-width v0.1.11 |
2352 | 2023-12-19T16:32:26.134Z | Documenting untrusted v0.9.0 |
2353 | 2023-12-19T16:32:26.433Z | Documenting httpdate v1.0.3 |
2354 | 2023-12-19T16:32:28.014Z | Documenting openssl-probe v0.1.5 |
2355 | 2023-12-19T16:32:30.255Z | Documenting try-lock v0.2.4 |
2356 | 2023-12-19T16:32:30.376Z | Documenting ring v0.17.7 |
2357 | 2023-12-19T16:32:30.994Z | Documenting quote v1.0.33 |
2358 | 2023-12-19T16:32:32.081Z | Documenting http-body v0.4.5 |
2359 | 2023-12-19T16:32:32.143Z | Documenting openssl-sys v0.9.96 |
2360 | 2023-12-19T16:32:33.926Z | Documenting slog v2.7.0 |
2361 | 2023-12-19T16:32:34.313Z | Documenting async-trait v0.1.74 |
2362 | 2023-12-19T16:32:34.904Z | Documenting want v0.3.1 |
2363 | 2023-12-19T16:32:36.895Z | Documenting openssl-macros v0.1.1 |
2364 | 2023-12-19T16:32:38.653Z | Documenting mime v0.3.17 |
2365 | 2023-12-19T16:32:38.894Z | Documenting tower-service v0.3.2 |
2366 | 2023-12-19T16:32:40.306Z | Documenting rustls-webpki v0.101.7 |
2367 | 2023-12-19T16:32:40.417Z | Documenting pem-rfc7468 v0.7.0 |
2368 | 2023-12-19T16:32:41.575Z | Documenting aho-corasick v1.0.4 |
2369 | 2023-12-19T16:32:41.865Z | Documenting sct v0.7.0 |
2370 | 2023-12-19T16:32:42.978Z | Documenting tokio-util v0.7.10 |
2371 | 2023-12-19T16:32:43.642Z | Documenting openssl v0.10.60 |
2372 | 2023-12-19T16:32:44.767Z | Documenting der_derive v0.7.2 |
2373 | 2023-12-19T16:32:45.301Z | Documenting hashbrown v0.14.2 |
2374 | 2023-12-19T16:32:46.902Z | Documenting ipnet v2.8.0 |
2375 | 2023-12-19T16:32:46.914Z | Documenting flagset v0.4.3 |
2376 | 2023-12-19T16:32:47.610Z | Documenting equivalent v1.0.1 |
2377 | 2023-12-19T16:32:48.960Z | Documenting utf8parse v0.2.1 |
2378 | 2023-12-19T16:32:51.087Z | Documenting regex-syntax v0.8.2 |
2379 | 2023-12-19T16:32:51.631Z | Documenting rustls v0.21.9 |
2380 | 2023-12-19T16:32:51.651Z | Documenting indexmap v2.1.0 |
2381 | 2023-12-19T16:32:51.944Z | Documenting h2 v0.3.21 |
2382 | 2023-12-19T16:32:52.499Z | Documenting der v0.7.8 |
2383 | 2023-12-19T16:32:53.059Z | Documenting rustls-pemfile v1.0.3 |
2384 | 2023-12-19T16:32:53.190Z | Documenting num-integer v0.1.45 |
2385 | 2023-12-19T16:32:56.250Z | Documenting time-macros v0.2.13 |
2386 | 2023-12-19T16:32:58.721Z | Documenting num_threads v0.1.6 |
2387 | 2023-12-19T16:32:58.874Z | Documenting gimli v0.28.0 |
2388 | 2023-12-19T16:32:59.436Z | Documenting time-core v0.1.1 |
2389 | 2023-12-19T16:33:00.235Z | Documenting deranged v0.3.8 |
2390 | 2023-12-19T16:33:01.573Z | Documenting regex-automata v0.4.3 |
2391 | 2023-12-19T16:33:03.565Z | Documenting spki v0.7.2 |
2392 | 2023-12-19T16:33:03.698Z | Documenting native-tls v0.2.11 |
2393 | 2023-12-19T16:33:04.143Z | Documenting object v0.32.1 |
2394 | 2023-12-19T16:33:04.587Z | Documenting tokio-rustls v0.24.1 |
2395 | 2023-12-19T16:33:06.890Z | Documenting time v0.3.27 |
2396 | 2023-12-19T16:33:06.999Z | Documenting hyper v0.14.27 |
2397 | 2023-12-19T16:33:08.906Z | Documenting addr2line v0.21.0 |
2398 | 2023-12-19T16:33:10.433Z | Documenting encoding_rs v0.8.33 |
2399 | 2023-12-19T16:33:11.210Z | Documenting crossbeam-utils v0.8.16 |
2400 | 2023-12-19T16:33:13.948Z | Checking pest_meta v2.7.2 |
2401 | 2023-12-19T16:33:14.677Z | Documenting rustc-demangle v0.1.23 |
2402 | 2023-12-19T16:33:15.117Z | Documenting regex v1.10.2 |
2403 | 2023-12-19T16:33:15.135Z | Documenting tokio-native-tls v0.3.1 |
2404 | 2023-12-19T16:33:15.519Z | Documenting rustls-native-certs v0.6.3 |
2405 | 2023-12-19T16:33:17.463Z | Documenting serde_urlencoded v0.7.1 |
2406 | 2023-12-19T16:33:17.661Z | Documenting pest_meta v2.7.2 |
2407 | 2023-12-19T16:33:19.036Z | Checking pest_generator v2.7.2 |
2408 | 2023-12-19T16:33:20.328Z | Documenting pkcs8 v0.10.2 |
2409 | 2023-12-19T16:33:21.422Z | Documenting ucd-trie v0.1.6 |
2410 | 2023-12-19T16:33:23.262Z | Documenting anstyle v1.0.2 |
2411 | 2023-12-19T16:33:23.940Z | Documenting pest_generator v2.7.2 |
2412 | 2023-12-19T16:33:24.003Z | Documenting backtrace v0.3.69 |
2413 | 2023-12-19T16:33:24.034Z | Documenting webpki-roots v0.25.2 |
2414 | 2023-12-19T16:33:24.122Z | Documenting data-encoding v2.4.0 |
2415 | 2023-12-19T16:33:26.110Z | Documenting hyper-tls v0.5.0 |
2416 | 2023-12-19T16:33:27.192Z | Documenting hyper-rustls v0.24.2 |
2417 | 2023-12-19T16:33:27.736Z | Documenting pest v2.7.2 |
2418 | 2023-12-19T16:33:28.934Z | Documenting anstyle-parse v0.2.1 |
2419 | 2023-12-19T16:33:29.707Z | Documenting syn v2.0.32 |
2420 | 2023-12-19T16:33:30.400Z | Documenting ipnetwork v0.20.0 |
2421 | 2023-12-19T16:33:31.031Z | Documenting pest_derive v2.7.2 |
2422 | 2023-12-19T16:33:32.432Z | Documenting anyhow v1.0.75 |
2423 | 2023-12-19T16:33:33.648Z | Documenting sha2 v0.10.8 |
2424 | 2023-12-19T16:33:35.962Z | Documenting futures-executor v0.3.29 |
2425 | 2023-12-19T16:33:36.404Z | Documenting hex v0.4.3 |
2426 | 2023-12-19T16:33:37.838Z | Documenting reqwest v0.11.22 |
2427 | 2023-12-19T16:33:38.393Z | Documenting crc32fast v1.3.2 |
2428 | 2023-12-19T16:33:38.711Z | Checking serde_tokenstream v0.1.7 |
2429 | 2023-12-19T16:33:39.282Z | Documenting colorchoice v1.0.0 |
2430 | 2023-12-19T16:33:40.479Z | Documenting anstyle-query v1.0.0 |
2431 | 2023-12-19T16:33:41.051Z | Documenting dtrace-parser v0.1.14 |
2432 | 2023-12-19T16:33:42.301Z | Documenting num-iter v0.1.43 |
2433 | 2023-12-19T16:33:42.466Z | Documenting openapiv3 v2.0.0 |
2434 | 2023-12-19T16:33:43.539Z | Documenting hmac v0.12.1 |
2435 | 2023-12-19T16:33:43.956Z | Documenting dof v0.1.5 |
2436 | 2023-12-19T16:33:46.021Z | Documenting anstream v0.5.0 |
2437 | 2023-12-19T16:33:46.707Z | Documenting thread-id v4.2.0 |
2438 | 2023-12-19T16:33:48.624Z | Documenting terminal_size v0.2.6 |
2439 | 2023-12-19T16:33:50.028Z | Documenting memoffset v0.9.0 |
2440 | 2023-12-19T16:33:50.807Z | Documenting clap_lex v0.5.1 |
2441 | 2023-12-19T16:33:51.779Z | Documenting strsim v0.10.0 |
2442 | 2023-12-19T16:33:52.486Z | Documenting usdt-impl v0.3.5 |
2443 | 2023-12-19T16:33:52.966Z | Documenting flate2 v1.0.28 |
2444 | 2023-12-19T16:33:53.229Z | Documenting futures v0.3.29 |
2445 | 2023-12-19T16:33:54.268Z | Documenting crossbeam-epoch v0.9.15 |
2446 | 2023-12-19T16:33:54.850Z | Documenting usdt-macro v0.3.5 |
2447 | 2023-12-19T16:33:56.864Z | Documenting usdt-attr-macro v0.3.5 |
2448 | 2023-12-19T16:33:58.127Z | Documenting clap_builder v4.4.2 |
2449 | 2023-12-19T16:33:58.896Z | Documenting clap_derive v4.4.2 |
2450 | 2023-12-19T16:34:00.574Z | Documenting unicode-segmentation v1.10.1 |
2451 | 2023-12-19T16:34:00.587Z | Documenting managed v0.8.0 |
2452 | 2023-12-19T16:34:00.711Z | Documenting block-padding v0.3.3 |
2453 | 2023-12-19T16:34:02.472Z | Documenting scheduled-thread-pool v0.2.7 |
2454 | 2023-12-19T16:34:04.580Z | Documenting usdt v0.3.5 |
2455 | 2023-12-19T16:34:05.386Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2456 | 2023-12-19T16:34:05.671Z | Documenting enum-as-inner v0.5.1 |
2457 | 2023-12-19T16:34:05.793Z | Documenting pin-project-internal v1.1.3 |
2458 | 2023-12-19T16:34:06.856Z | Documenting diesel_table_macro_syntax v0.1.0 |
2459 | 2023-12-19T16:34:07.201Z | Checking diesel_table_macro_syntax v0.1.0 |
2460 | 2023-12-19T16:34:07.454Z | Documenting either v1.9.0 |
2461 | 2023-12-19T16:34:07.931Z | Documenting clap v4.4.3 |
2462 | 2023-12-19T16:34:08.434Z | Documenting r2d2 v0.8.10 |
2463 | 2023-12-19T16:34:11.262Z | Documenting bzip2 v0.4.4 |
2464 | 2023-12-19T16:34:12.042Z | Documenting trust-dns-proto v0.22.0 |
2465 | 2023-12-19T16:34:12.328Z | Documenting inout v0.1.3 |
2466 | 2023-12-19T16:34:13.070Z | Documenting pin-project v1.1.3 |
2467 | 2023-12-19T16:34:13.518Z | Documenting md-5 v0.10.5 |
2468 | 2023-12-19T16:34:13.637Z | Documenting diesel_derives v2.1.2 |
2469 | 2023-12-19T16:34:14.692Z | Documenting stringprep v0.1.3 |
2470 | 2023-12-19T16:34:15.306Z | Documenting toml_datetime v0.6.5 |
2471 | 2023-12-19T16:34:17.106Z | Documenting serde_spanned v0.6.4 |
2472 | 2023-12-19T16:34:17.361Z | Documenting zerocopy v0.7.31 |
2473 | 2023-12-19T16:34:18.586Z | Documenting ff v0.13.0 |
2474 | 2023-12-19T16:34:20.478Z | Documenting doc-comment v0.3.3 |
2475 | 2023-12-19T16:34:20.715Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2476 | 2023-12-19T16:34:21.320Z | Documenting snafu-derive v0.7.5 |
2477 | 2023-12-19T16:34:22.969Z | Documenting base16ct v0.2.0 |
2478 | 2023-12-19T16:34:24.407Z | Documenting fallible-iterator v0.2.0 |
2479 | 2023-12-19T16:34:24.410Z | Documenting bit-vec v0.6.3 |
2480 | 2023-12-19T16:34:24.507Z | Documenting static_assertions v1.1.0 |
2481 | 2023-12-19T16:34:25.893Z | Documenting winnow v0.5.15 |
2482 | 2023-12-19T16:34:26.462Z | Documenting siphasher v0.3.11 |
2483 | 2023-12-19T16:34:27.545Z | Documenting sec1 v0.7.3 |
2484 | 2023-12-19T16:34:29.029Z | Documenting diesel v2.1.4 |
2485 | 2023-12-19T16:34:29.117Z | Documenting group v0.13.0 |
2486 | 2023-12-19T16:34:30.863Z | Documenting cipher v0.4.4 |
2487 | 2023-12-19T16:34:30.994Z | Documenting phf_shared v0.11.2 |
2488 | 2023-12-19T16:34:32.183Z | Documenting postgres-protocol v0.6.6 |
2489 | 2023-12-19T16:34:32.767Z | Documenting snafu v0.7.5 |
2490 | 2023-12-19T16:34:33.501Z | Documenting toml_edit v0.21.0 |
2491 | 2023-12-19T16:34:35.148Z | Documenting zip v0.6.6 |
2492 | 2023-12-19T16:34:36.203Z | Documenting hkdf v0.12.3 |
2493 | 2023-12-19T16:34:36.792Z | Documenting num-bigint v0.4.4 |
2494 | 2023-12-19T16:34:40.013Z | Documenting crypto-bigint v0.5.2 |
2495 | 2023-12-19T16:34:41.006Z | Documenting hubpack v0.1.2 |
2496 | 2023-12-19T16:34:42.299Z | Documenting bstr v1.6.0 |
2497 | 2023-12-19T16:34:42.433Z | Documenting regress v0.7.1 |
2498 | 2023-12-19T16:34:42.592Z | Documenting serde_repr v0.1.16 |
2499 | 2023-12-19T16:34:43.844Z | Documenting minimal-lexical v0.2.1 |
2500 | 2023-12-19T16:34:47.471Z | Documenting new_debug_unreachable v1.0.4 |
2501 | 2023-12-19T16:34:47.695Z | Documenting precomputed-hash v0.1.1 |
2502 | 2023-12-19T16:34:49.432Z | Documenting fixedbitset v0.4.2 |
2503 | 2023-12-19T16:34:49.580Z | Documenting lalrpop-util v0.19.12 |
2504 | 2023-12-19T16:34:50.134Z | Documenting nom v7.1.3 |
2505 | 2023-12-19T16:34:51.443Z | Documenting elliptic-curve v0.13.8 |
2506 | 2023-12-19T16:34:51.972Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2507 | 2023-12-19T16:34:52.030Z | Documenting yasna v0.5.2 |
2508 | 2023-12-19T16:34:53.380Z | Documenting string_cache v0.8.7 |
2509 | 2023-12-19T16:34:54.498Z | Documenting petgraph v0.6.4 |
2510 | 2023-12-19T16:34:56.127Z | Documenting postgres-types v0.2.6 |
2511 | 2023-12-19T16:34:57.758Z | Documenting phf v0.11.2 |
2512 | 2023-12-19T16:35:00.742Z | Documenting console v0.15.7 |
2513 | 2023-12-19T16:35:01.590Z | Documenting semver v1.0.20 |
2514 | 2023-12-19T16:35:02.398Z | Documenting float-cmp v0.9.0 |
2515 | 2023-12-19T16:35:03.345Z | Documenting whoami v1.4.1 |
2516 | 2023-12-19T16:35:03.942Z | Checking unsafe-libyaml v0.2.9 |
2517 | 2023-12-19T16:35:05.730Z | Documenting heck v0.4.1 |
2518 | 2023-12-19T16:35:05.970Z | Documenting normalize-line-endings v0.3.0 |
2519 | 2023-12-19T16:35:07.110Z | Documenting difflib v0.4.0 |
2520 | 2023-12-19T16:35:07.394Z | Documenting predicates-core v1.0.6 |
2521 | 2023-12-19T16:35:08.422Z | Documenting bit-set v0.5.3 |
2522 | 2023-12-19T16:35:08.468Z | Documenting ahash v0.8.6 |
2523 | 2023-12-19T16:35:09.397Z | Documenting tokio-postgres v0.7.10 |
2524 | 2023-12-19T16:35:09.793Z | Documenting similar v2.3.0 |
2525 | 2023-12-19T16:35:11.741Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2526 | 2023-12-19T16:35:12.179Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2527 | 2023-12-19T16:35:12.745Z | Documenting tokio-stream v0.1.14 |
2528 | 2023-12-19T16:35:13.012Z | Documenting predicates v3.0.4 |
2529 | 2023-12-19T16:35:14.719Z | Checking ident_case v1.0.1 |
2530 | 2023-12-19T16:35:14.940Z | Documenting unsafe-libyaml v0.2.9 |
2531 | 2023-12-19T16:35:15.442Z | Checking serde_yaml v0.9.25 |
2532 | 2023-12-19T16:35:16.245Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2533 | 2023-12-19T16:35:18.592Z | Documenting getopts v0.2.21 |
2534 | 2023-12-19T16:35:20.580Z | Documenting match_cfg v0.1.0 |
2535 | 2023-12-19T16:35:20.843Z | Documenting sha1 v0.10.6 |
2536 | 2023-12-19T16:35:20.988Z | Documenting serde_yaml v0.9.25 |
2537 | 2023-12-19T16:35:21.999Z | Documenting dirs-sys-next v0.1.2 |
2538 | 2023-12-19T16:35:22.069Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2539 | 2023-12-19T16:35:23.603Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2540 | 2023-12-19T16:35:24.690Z | Documenting hostname v0.3.1 |
2541 | 2023-12-19T16:35:25.084Z | Documenting thread_local v1.1.7 |
2542 | 2023-12-19T16:35:27.506Z | Documenting paste v1.0.14 |
2543 | 2023-12-19T16:35:27.698Z | Documenting dirs-next v2.0.0 |
2544 | 2023-12-19T16:35:28.155Z | Documenting crossbeam-channel v0.5.8 |
2545 | 2023-12-19T16:35:28.535Z | Documenting atty v0.2.14 |
2546 | 2023-12-19T16:35:29.609Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2547 | 2023-12-19T16:35:30.455Z | Documenting take_mut v0.2.2 |
2548 | 2023-12-19T16:35:31.465Z | Documenting slog-json v2.6.1 |
2549 | 2023-12-19T16:35:32.880Z | Documenting camino v1.1.6 |
2550 | 2023-12-19T16:35:33.417Z | Documenting term v0.7.0 |
2551 | 2023-12-19T16:35:33.817Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2552 | 2023-12-19T16:35:33.936Z | Documenting async-stream-impl v0.3.5 |
2553 | 2023-12-19T16:35:34.404Z | Documenting atomic-waker v1.1.1 |
2554 | 2023-12-19T16:35:35.888Z | Documenting slog-async v2.8.0 |
2555 | 2023-12-19T16:35:38.324Z | Documenting debug-ignore v1.0.5 |
2556 | 2023-12-19T16:35:38.612Z | Documenting waitgroup v0.1.2 |
2557 | 2023-12-19T16:35:39.403Z | Documenting slog-term v2.9.0 |
2558 | 2023-12-19T16:35:39.916Z | Documenting slog-bunyan v2.4.0 |
2559 | 2023-12-19T16:35:40.746Z | Documenting async-stream v0.3.5 |
2560 | 2023-12-19T16:35:41.441Z | Checking darling_core v0.20.3 |
2561 | 2023-12-19T16:35:41.628Z | Documenting toml v0.8.8 |
2562 | 2023-12-19T16:35:42.578Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2563 | 2023-12-19T16:35:44.256Z | Documenting multer v2.1.0 |
2564 | 2023-12-19T16:35:44.471Z | Documenting serde_path_to_error v0.1.14 |
2565 | 2023-12-19T16:35:45.626Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2566 | 2023-12-19T16:35:46.033Z | Documenting strum v0.25.0 |
2567 | 2023-12-19T16:35:46.397Z | Checking darling v0.20.3 |
2568 | 2023-12-19T16:35:46.551Z | Documenting serde_with_macros v3.4.0 |
2569 | 2023-12-19T16:35:46.754Z | Documenting structmeta-derive v0.2.0 |
2570 | 2023-12-19T16:35:49.091Z | Checking structmeta v0.2.0 |
2571 | 2023-12-19T16:35:49.431Z | Documenting instant v0.1.12 |
2572 | 2023-12-19T16:35:50.810Z | Checking regex-syntax v0.7.5 |
2573 | 2023-12-19T16:35:51.337Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2574 | 2023-12-19T16:35:51.436Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2575 | 2023-12-19T16:35:51.585Z | Documenting macaddr v1.0.1 |
2576 | 2023-12-19T16:35:53.961Z | Documenting serde_with v3.4.0 |
2577 | 2023-12-19T16:35:54.443Z | Documenting structmeta v0.2.0 |
2578 | 2023-12-19T16:35:54.976Z | Documenting backoff v0.4.0 |
2579 | 2023-12-19T16:35:56.227Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2580 | 2023-12-19T16:35:57.406Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2581 | 2023-12-19T16:35:57.674Z | Documenting fastrand v2.0.0 |
2582 | 2023-12-19T16:36:00.998Z | Documenting parse-display-derive v0.8.2 |
2583 | 2023-12-19T16:36:01.801Z | Documenting proc-macro-error-attr v1.0.4 |
2584 | 2023-12-19T16:36:02.237Z | Checking proc-macro-error v1.0.4 |
2585 | 2023-12-19T16:36:02.468Z | Documenting is-terminal v0.4.9 |
2586 | 2023-12-19T16:36:02.661Z | Documenting proc-macro-crate v1.3.1 |
2587 | 2023-12-19T16:36:03.751Z | Checking proc-macro-crate v1.3.1 |
2588 | 2023-12-19T16:36:04.115Z | Documenting hash32 v0.2.1 |
2589 | 2023-12-19T16:36:04.194Z | Documenting tempfile v3.8.1 |
2590 | 2023-12-19T16:36:05.705Z | Documenting stable_deref_trait v1.2.0 |
2591 | 2023-12-19T16:36:07.556Z | Documenting proc-macro-error v1.0.4 |
2592 | 2023-12-19T16:36:09.192Z | Documenting num_enum_derive v0.5.11 |
2593 | 2023-12-19T16:36:09.704Z | Documenting parse-display v0.8.2 |
2594 | 2023-12-19T16:36:09.776Z | Documenting embedded-io v0.4.0 |
2595 | 2023-12-19T16:36:09.932Z | Documenting cobs v0.2.3 |
2596 | 2023-12-19T16:36:10.231Z | Documenting heapless v0.7.16 |
2597 | 2023-12-19T16:36:11.184Z | Documenting camino-tempfile v1.1.1 |
2598 | 2023-12-19T16:36:14.245Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2599 | 2023-12-19T16:36:14.483Z | Documenting foreign-types-macros v0.2.3 |
2600 | 2023-12-19T16:36:27.664Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2601 | 2023-12-19T16:36:27.664Z | Documenting postcard v1.0.8 |
2602 | 2023-12-19T16:36:27.664Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2603 | 2023-12-19T16:36:28.076Z | Documenting num_enum v0.5.11 |
2604 | 2023-12-19T16:36:28.076Z | Documenting foreign-types-shared v0.3.1 |
2605 | 2023-12-19T16:36:28.076Z | Documenting smoltcp v0.10.0 |
2606 | 2023-12-19T16:36:28.076Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2607 | 2023-12-19T16:36:28.076Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2608 | 2023-12-19T16:36:28.076Z | Documenting crucible-workspace-hack v0.1.0 |
2609 | 2023-12-19T16:36:28.076Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2610 | 2023-12-19T16:36:28.076Z | Documenting cstr-argument v0.1.2 |
2611 | 2023-12-19T16:36:28.076Z | Documenting foreign-types v0.5.0 |
2612 | 2023-12-19T16:36:28.076Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2613 | 2023-12-19T16:36:28.076Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2614 | 2023-12-19T16:36:32.409Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2615 | 2023-12-19T16:36:32.423Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2616 | 2023-12-19T16:36:32.423Z | Documenting colored v2.0.4 |
2617 | 2023-12-19T16:36:32.423Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2618 | 2023-12-19T16:36:32.817Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2619 | 2023-12-19T16:36:32.817Z | Documenting zone_cfg_derive v0.3.0 |
2620 | 2023-12-19T16:36:32.817Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2621 | 2023-12-19T16:36:32.951Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2622 | 2023-12-19T16:36:33.458Z | Documenting num-derive v0.4.0 |
2623 | 2023-12-19T16:36:33.901Z | Documenting smf v0.2.2 |
2624 | 2023-12-19T16:36:34.090Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2625 | 2023-12-19T16:36:35.686Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2626 | 2023-12-19T16:36:36.059Z | Documenting linked-hash-map v0.5.6 |
2627 | 2023-12-19T16:36:36.302Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2628 | 2023-12-19T16:36:36.787Z | Documenting zone v0.3.0 |
2629 | 2023-12-19T16:36:38.702Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2630 | 2023-12-19T16:36:39.986Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2631 | 2023-12-19T16:36:40.414Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2632 | 2023-12-19T16:36:42.337Z | Documenting lru-cache v0.1.2 |
2633 | 2023-12-19T16:36:44.402Z | Documenting blake2 v0.10.6 |
2634 | 2023-12-19T16:36:45.059Z | Documenting password-hash v0.5.0 |
2635 | 2023-12-19T16:36:45.236Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2636 | 2023-12-19T16:36:45.442Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2637 | 2023-12-19T16:36:45.925Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2638 | 2023-12-19T16:36:46.469Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2639 | 2023-12-19T16:36:47.090Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2640 | 2023-12-19T16:36:47.527Z | Checking heck v0.3.3 |
2641 | 2023-12-19T16:36:47.778Z | Documenting structopt-derive v0.4.18 |
2642 | 2023-12-19T16:36:48.006Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2643 | 2023-12-19T16:36:49.662Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2644 | 2023-12-19T16:36:51.219Z | Documenting libefi-sys v0.1.0 |
2645 | 2023-12-19T16:36:52.034Z | Documenting argon2 v0.5.2 |
2646 | 2023-12-19T16:36:53.058Z | Documenting quick-error v1.2.3 |
2647 | 2023-12-19T16:36:55.571Z | Documenting structopt v0.3.26 |
2648 | 2023-12-19T16:36:57.204Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=4e6e6ab6379fa4bc40f5d0c7340b9f35c45ad6e4#4e6e6ab6) |
2649 | 2023-12-19T16:36:57.222Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2650 | 2023-12-19T16:36:57.558Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2023-12-19T16:36:58.753Z | Documenting resolv-conf v0.7.0 |
2652 | 2023-12-19T16:36:59.310Z | Documenting itertools v0.12.0 |
2653 | 2023-12-19T16:36:59.794Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2654 | 2023-12-19T16:37:02.135Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2655 | 2023-12-19T16:37:02.712Z | Documenting nibble_vec v0.1.0 |
2656 | 2023-12-19T16:37:04.784Z | Documenting endian-type v0.1.2 |
2657 | 2023-12-19T16:37:04.952Z | Documenting trust-dns-resolver v0.22.0 |
2658 | 2023-12-19T16:37:07.743Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2659 | 2023-12-19T16:37:08.566Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2023-12-19T16:37:08.691Z | Documenting cancel-safe-futures v0.1.5 |
2661 | 2023-12-19T16:37:08.890Z | Checking convert_case v0.4.0 |
2662 | 2023-12-19T16:37:09.167Z | Documenting convert_case v0.4.0 |
2663 | 2023-12-19T16:37:09.221Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2664 | 2023-12-19T16:37:10.024Z | Documenting tap v1.0.1 |
2665 | 2023-12-19T16:37:10.415Z | Documenting radix_trie v0.2.1 |
2666 | 2023-12-19T16:37:10.591Z | Documenting arc-swap v1.6.0 |
2667 | 2023-12-19T16:37:14.923Z | Documenting swrite v0.1.0 |
2668 | 2023-12-19T16:37:14.941Z | Documenting derive_more v0.99.17 |
2669 | 2023-12-19T16:37:16.281Z | Documenting wyz v0.5.1 |
2670 | 2023-12-19T16:37:16.485Z | Documenting slog-scope v4.4.0 |
2671 | 2023-12-19T16:37:16.832Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2672 | 2023-12-19T16:37:18.893Z | Documenting num-rational v0.4.1 |
2673 | 2023-12-19T16:37:18.934Z | Documenting radium v0.7.0 |
2674 | 2023-12-19T16:37:20.157Z | Documenting libsw v3.3.0 |
2675 | 2023-12-19T16:37:21.131Z | Documenting num-complex v0.4.4 |
2676 | 2023-12-19T16:37:22.379Z | Documenting derive-where v1.2.6 |
2677 | 2023-12-19T16:37:23.435Z | Documenting linear-map v1.2.0 |
2678 | 2023-12-19T16:37:23.949Z | Documenting half v1.8.2 |
2679 | 2023-12-19T16:37:25.531Z | Documenting owo-colors v3.5.0 |
2680 | 2023-12-19T16:37:27.209Z | Documenting funty v2.0.0 |
2681 | 2023-12-19T16:37:27.286Z | Documenting ciborium-io v0.2.1 |
2682 | 2023-12-19T16:37:28.478Z | Documenting crc-catalog v2.2.0 |
2683 | 2023-12-19T16:37:28.643Z | Documenting num v0.4.1 |
2684 | 2023-12-19T16:37:30.086Z | Documenting slog-stdlog v4.1.1 |
2685 | 2023-12-19T16:37:32.067Z | Documenting bitvec v1.0.1 |
2686 | 2023-12-19T16:37:32.262Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2687 | 2023-12-19T16:37:32.881Z | Documenting ciborium-ll v0.2.1 |
2688 | 2023-12-19T16:37:33.038Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2689 | 2023-12-19T16:37:33.129Z | Documenting crc v3.0.1 |
2690 | 2023-12-19T16:37:33.718Z | Documenting slog-dtrace v0.2.3 |
2691 | 2023-12-19T16:37:36.109Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2692 | 2023-12-19T16:37:37.527Z | Documenting filetime v0.2.23 |
2693 | 2023-12-19T16:37:37.573Z | Documenting xattr v1.0.1 |
2694 | 2023-12-19T16:37:39.340Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2695 | 2023-12-19T16:37:40.539Z | Documenting packed_struct_codegen v0.10.1 |
2696 | 2023-12-19T16:37:43.205Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2697 | 2023-12-19T16:37:43.286Z | Documenting nodrop v0.1.14 |
2698 | 2023-12-19T16:37:43.622Z | Documenting keccak v0.1.4 |
2699 | 2023-12-19T16:37:43.912Z | Documenting tar v0.4.40 |
2700 | 2023-12-19T16:37:46.866Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2701 | 2023-12-19T16:37:47.568Z | Documenting array-init v0.0.4 |
2702 | 2023-12-19T16:37:47.840Z | Documenting sha3 v0.10.8 |
2703 | 2023-12-19T16:37:49.109Z | Documenting ciborium v0.2.1 |
2704 | 2023-12-19T16:37:49.214Z | Documenting packed_struct v0.10.1 |
2705 | 2023-12-19T16:37:50.115Z | Documenting slog-envlogger v2.2.0 |
2706 | 2023-12-19T16:37:50.623Z | Documenting num-bigint-dig v0.8.4 |
2707 | 2023-12-19T16:37:52.334Z | Documenting pkcs1 v0.7.5 |
2708 | 2023-12-19T16:37:55.569Z | Documenting signature v2.1.0 |
2709 | 2023-12-19T16:37:55.927Z | Documenting fxhash v0.2.1 |
2710 | 2023-12-19T16:37:58.137Z | Documenting secrecy v0.8.0 |
2711 | 2023-12-19T16:37:59.285Z | Documenting bitfield v0.14.0 |
2712 | 2023-12-19T16:38:00.525Z | Documenting utf-8 v0.7.6 |
2713 | 2023-12-19T16:38:01.572Z | Documenting termcolor v1.2.0 |
2714 | 2023-12-19T16:38:02.979Z | Documenting rsa v0.9.2 |
2715 | 2023-12-19T16:38:03.038Z | Documenting serde-hex v0.1.0 |
2716 | 2023-12-19T16:38:03.701Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2717 | 2023-12-19T16:38:04.405Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2718 | 2023-12-19T16:38:06.174Z | Documenting tungstenite v0.20.1 |
2719 | 2023-12-19T16:38:07.747Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2720 | 2023-12-19T16:38:07.988Z | Documenting env_logger v0.10.0 |
2721 | 2023-12-19T16:38:12.197Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2722 | 2023-12-19T16:38:13.779Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2723 | 2023-12-19T16:38:14.680Z | Documenting newtype_derive v0.1.6 |
2724 | 2023-12-19T16:38:14.945Z | Documenting signal-hook v0.3.17 |
2725 | 2023-12-19T16:38:15.461Z | Documenting x509-cert v0.2.4 |
2726 | 2023-12-19T16:38:16.083Z | Documenting ron v0.8.1 |
2727 | 2023-12-19T16:38:16.560Z | Documenting pem v3.0.2 |
2728 | 2023-12-19T16:38:20.283Z | Documenting vte_generate_state_changes v0.1.1 |
2729 | 2023-12-19T16:38:21.082Z | Documenting arrayvec v0.5.2 |
2730 | 2023-12-19T16:38:22.641Z | Documenting crc-any v2.4.3 |
2731 | 2023-12-19T16:38:23.410Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2732 | 2023-12-19T16:38:24.441Z | Documenting steno v0.4.0 |
2733 | 2023-12-19T16:38:25.902Z | Documenting tokio-tungstenite v0.20.1 |
2734 | 2023-12-19T16:38:26.060Z | Documenting vte v0.10.1 |
2735 | 2023-12-19T16:38:27.526Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2736 | 2023-12-19T16:38:30.478Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2737 | 2023-12-19T16:38:30.665Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2738 | 2023-12-19T16:38:30.944Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2739 | 2023-12-19T16:38:37.183Z | Documenting fd-lock v3.0.13 |
2740 | 2023-12-19T16:38:37.810Z | Documenting display-error-chain v0.2.0 |
2741 | 2023-12-19T16:38:40.497Z | Documenting glob v0.3.1 |
2742 | 2023-12-19T16:38:40.821Z | Documenting path-slash v0.1.5 |
2743 | 2023-12-19T16:38:43.452Z | Documenting same-file v1.0.6 |
2744 | 2023-12-19T16:38:43.577Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2745 | 2023-12-19T16:38:44.151Z | Documenting strip-ansi-escapes v0.1.1 |
2746 | 2023-12-19T16:38:46.556Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2747 | 2023-12-19T16:38:46.908Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2748 | 2023-12-19T16:38:50.011Z | Documenting walkdir v2.4.0 |
2749 | 2023-12-19T16:38:50.276Z | Documenting buf-list v1.0.3 |
2750 | 2023-12-19T16:38:56.695Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2023-12-19T16:38:56.738Z | Checking darling_core v0.14.4 |
2752 | 2023-12-19T16:38:57.743Z | Documenting nu-ansi-term v0.49.0 |
2753 | 2023-12-19T16:38:58.597Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2754 | 2023-12-19T16:38:59.886Z | Checking darling v0.14.4 |
2755 | 2023-12-19T16:39:00.042Z | Documenting trust-dns-client v0.22.0 |
2756 | 2023-12-19T16:39:01.260Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2757 | 2023-12-19T16:39:02.066Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2758 | 2023-12-19T16:39:02.493Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2759 | 2023-12-19T16:39:03.735Z | Documenting reedline v0.22.0 |
2760 | 2023-12-19T16:39:04.346Z | Documenting bytecount v0.6.3 |
2761 | 2023-12-19T16:39:08.643Z | Documenting papergrid v0.10.0 |
2762 | 2023-12-19T16:39:13.111Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2763 | 2023-12-19T16:39:13.676Z | Documenting trust-dns-server v0.22.1 |
2764 | 2023-12-19T16:39:14.904Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2765 | 2023-12-19T16:39:15.469Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2766 | 2023-12-19T16:39:15.624Z | Documenting sled v0.34.7 |
2767 | 2023-12-19T16:39:17.502Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2768 | 2023-12-19T16:39:18.193Z | Documenting unicase v2.7.0 |
2769 | 2023-12-19T16:39:18.685Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2770 | 2023-12-19T16:39:19.150Z | Documenting tabled_derive v0.6.0 |
2771 | 2023-12-19T16:39:22.782Z | Documenting globset v0.4.13 |
2772 | 2023-12-19T16:39:23.069Z | Documenting crossbeam-deque v0.8.3 |
2773 | 2023-12-19T16:39:24.034Z | Documenting headers-core v0.2.0 |
2774 | 2023-12-19T16:39:24.902Z | Documenting olpc-cjson v0.1.3 |
2775 | 2023-12-19T16:39:25.331Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2776 | 2023-12-19T16:39:26.091Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2777 | 2023-12-19T16:39:26.716Z | Documenting serde_plain v1.0.2 |
2778 | 2023-12-19T16:39:26.939Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2779 | 2023-12-19T16:39:27.020Z | Documenting nix v0.26.4 |
2780 | 2023-12-19T16:39:29.168Z | Documenting sqlparser_derive v0.1.1 |
2781 | 2023-12-19T16:39:30.869Z | Documenting async-recursion v1.0.5 |
2782 | 2023-12-19T16:39:31.002Z | Documenting home v0.5.5 |
2783 | 2023-12-19T16:39:31.586Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2784 | 2023-12-19T16:39:31.979Z | Documenting typed-path v0.7.0 |
2785 | 2023-12-19T16:39:32.491Z | Documenting unicode_categories v0.1.1 |
2786 | 2023-12-19T16:39:32.965Z | Documenting pretty-hex v0.4.0 |
2787 | 2023-12-19T16:39:34.658Z | Documenting headers v0.3.9 |
2788 | 2023-12-19T16:39:35.734Z | Documenting sqlparser v0.36.1 |
2789 | 2023-12-19T16:39:36.715Z | Documenting rustyline v12.0.0 |
2790 | 2023-12-19T16:39:37.637Z | Documenting rayon-core v1.12.0 |
2791 | 2023-12-19T16:39:37.899Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2792 | 2023-12-19T16:39:38.171Z | Documenting sqlformat v0.2.3 |
2793 | 2023-12-19T16:39:40.245Z | Documenting tough v0.16.0 |
2794 | 2023-12-19T16:39:44.130Z | Documenting tabled v0.14.0 |
2795 | 2023-12-19T16:39:44.621Z | Documenting mime_guess v2.0.4 |
2796 | 2023-12-19T16:39:46.299Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2797 | 2023-12-19T16:39:46.605Z | Documenting derive_builder_core v0.12.0 |
2798 | 2023-12-19T16:39:51.452Z | Checking derive_builder_core v0.12.0 |
2799 | 2023-12-19T16:39:52.331Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2800 | 2023-12-19T16:39:52.926Z | Documenting signal-hook-mio v0.2.3 |
2801 | 2023-12-19T16:39:54.248Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2802 | 2023-12-19T16:39:55.151Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2803 | 2023-12-19T16:39:55.575Z | Documenting universal-hash v0.5.1 |
2804 | 2023-12-19T16:39:56.325Z | Documenting bcs v0.1.6 |
2805 | 2023-12-19T16:39:57.965Z | Documenting kstat-rs v0.2.3 |
2806 | 2023-12-19T16:39:58.375Z | Documenting thiserror-impl-no-std v2.0.2 |
2807 | 2023-12-19T16:39:59.265Z | Documenting curve25519-dalek-derive v0.1.0 |
2808 | 2023-12-19T16:40:02.471Z | Documenting opaque-debug v0.3.0 |
2809 | 2023-12-19T16:40:04.282Z | Documenting highway v1.1.0 |
2810 | 2023-12-19T16:40:05.254Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2023-12-19T16:40:06.322Z | Documenting crossterm v0.27.0 |
2812 | 2023-12-19T16:40:06.413Z | Documenting thiserror-no-std v2.0.2 |
2813 | 2023-12-19T16:40:06.659Z | Documenting curve25519-dalek v4.1.1 |
2814 | 2023-12-19T16:40:07.198Z | Documenting poly1305 v0.8.0 |
2815 | 2023-12-19T16:40:08.288Z | Documenting derive_builder_macro v0.12.0 |
2816 | 2023-12-19T16:40:10.262Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2817 | 2023-12-19T16:40:10.735Z | Documenting rayon v1.8.0 |
2818 | 2023-12-19T16:40:15.188Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2819 | 2023-12-19T16:40:15.205Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2820 | 2023-12-19T16:40:15.598Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2821 | 2023-12-19T16:40:15.690Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2822 | 2023-12-19T16:40:22.581Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f1571ce141421cff3d3328f43e7722f5df96fdda#f1571ce1) |
2823 | 2023-12-19T16:40:35.173Z | Documenting portable-atomic v1.4.3 |
2824 | 2023-12-19T16:40:40.926Z | Documenting ed25519 v1.5.3 |
2825 | 2023-12-19T16:40:44.175Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2826 | 2023-12-19T16:40:45.435Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2827 | 2023-12-19T16:40:45.444Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2828 | 2023-12-19T16:40:45.444Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2829 | 2023-12-19T16:40:46.188Z | Documenting chacha20 v0.9.1 |
2830 | 2023-12-19T16:40:47.442Z | Documenting aead v0.5.2 |
2831 | 2023-12-19T16:40:48.315Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2832 | 2023-12-19T16:40:49.000Z | Documenting ref-cast-impl v1.0.20 |
2833 | 2023-12-19T16:40:50.644Z | Documenting cassowary v0.3.0 |
2834 | 2023-12-19T16:40:53.912Z | Documenting number_prefix v0.4.0 |
2835 | 2023-12-19T16:40:56.651Z | Documenting ratatui v0.23.0 |
2836 | 2023-12-19T16:40:56.713Z | Documenting chacha20poly1305 v0.10.1 |
2837 | 2023-12-19T16:40:56.893Z | Documenting ref-cast v1.0.20 |
2838 | 2023-12-19T16:40:59.715Z | Documenting indicatif v0.17.7 |
2839 | 2023-12-19T16:41:01.335Z | Documenting salty v0.2.0 |
2840 | 2023-12-19T16:41:02.915Z | Documenting vsss-rs v3.3.2 |
2841 | 2023-12-19T16:41:06.815Z | Documenting derive_builder v0.12.0 |
2842 | 2023-12-19T16:41:08.104Z | Documenting fs-err v2.11.0 |
2843 | 2023-12-19T16:41:08.405Z | Documenting polar-core v0.27.0 |
2844 | 2023-12-19T16:41:11.690Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2845 | 2023-12-19T16:41:13.515Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2846 | 2023-12-19T16:41:13.960Z | Documenting libxml v0.3.3 |
2847 | 2023-12-19T16:41:15.102Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2848 | 2023-12-19T16:41:16.383Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2849 | 2023-12-19T16:41:18.899Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2850 | 2023-12-19T16:41:18.926Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2851 | 2023-12-19T16:41:22.124Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2852 | 2023-12-19T16:41:24.123Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2853 | 2023-12-19T16:41:24.159Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2854 | 2023-12-19T16:41:24.547Z | Documenting bb8 v0.8.1 |
2855 | 2023-12-19T16:41:25.316Z | Documenting serde-big-array v0.5.1 |
2856 | 2023-12-19T16:41:32.061Z | Documenting bytesize v1.3.0 |
2857 | 2023-12-19T16:41:32.571Z | Documenting quick-xml v0.23.1 |
2858 | 2023-12-19T16:41:33.505Z | Documenting rtoolbox v0.0.1 |
2859 | 2023-12-19T16:41:38.445Z | Documenting oso-derive v0.27.0 |
2860 | 2023-12-19T16:41:38.902Z | Documenting impl-trait-for-tuples v0.2.2 |
2861 | 2023-12-19T16:41:39.719Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2862 | 2023-12-19T16:41:39.870Z | Documenting http-range v0.1.5 |
2863 | 2023-12-19T16:41:40.943Z | Documenting is_ci v1.1.1 |
2864 | 2023-12-19T16:41:45.013Z | Documenting humantime v2.1.0 |
2865 | 2023-12-19T16:41:45.482Z | Documenting unicode-linebreak v0.1.5 |
2866 | 2023-12-19T16:41:46.159Z | Documenting smawk v0.3.1 |
2867 | 2023-12-19T16:41:46.553Z | Documenting maplit v1.0.2 |
2868 | 2023-12-19T16:41:47.698Z | Documenting supports-color v2.1.0 |
2869 | 2023-12-19T16:41:49.451Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2870 | 2023-12-19T16:41:50.004Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2871 | 2023-12-19T16:41:50.082Z | Documenting hyper-staticfile v0.9.5 |
2872 | 2023-12-19T16:41:52.108Z | Documenting oso v0.27.0 |
2873 | 2023-12-19T16:41:52.421Z | Documenting textwrap v0.16.0 |
2874 | 2023-12-19T16:41:52.934Z | Documenting rpassword v7.3.1 |
2875 | 2023-12-19T16:41:54.995Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2876 | 2023-12-19T16:41:55.284Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2877 | 2023-12-19T16:41:58.951Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2878 | 2023-12-19T16:42:00.271Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2879 | 2023-12-19T16:42:00.310Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2880 | 2023-12-19T16:42:01.009Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2881 | 2023-12-19T16:42:07.808Z | Documenting tui-tree-widget v0.13.0 |
2882 | 2023-12-19T16:42:11.328Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2883 | 2023-12-19T16:42:14.247Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2884 | 2023-12-19T16:42:16.685Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2885 | 2023-12-19T16:42:16.915Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2886 | 2023-12-19T16:42:18.099Z | Documenting cookie v0.18.0 |
2887 | 2023-12-19T16:42:25.318Z | Documenting rcgen v0.11.3 |
2888 | 2023-12-19T16:42:26.041Z | Documenting signal-hook-tokio v0.3.1 |
2889 | 2023-12-19T16:42:27.741Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2890 | 2023-12-19T16:42:28.350Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2891 | 2023-12-19T16:42:29.498Z | Documenting atomicwrites v0.4.2 |
2892 | 2023-12-19T16:42:29.520Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2893 | 2023-12-19T16:42:33.714Z | Documenting subprocess v0.2.9 |
2894 | 2023-12-19T16:42:35.200Z | Documenting shell-words v1.1.0 |
2895 | 2023-12-19T16:42:36.149Z | Documenting corncobs v0.1.3 |
2896 | 2023-12-19T16:42:37.845Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2897 | 2023-12-19T16:42:37.938Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2898 | 2023-12-19T16:42:40.059Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2899 | 2023-12-19T16:42:40.199Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2900 | 2023-12-19T16:42:40.382Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2901 | 2023-12-19T16:42:40.797Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2902 | 2023-12-19T16:42:41.065Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2023-12-19T16:42:41.626Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2904 | 2023-12-19T16:42:47.972Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2905 | 2023-12-19T16:42:50.673Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2906 | 2023-12-19T16:43:09.620Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2907 | 2023-12-19T16:43:12.011Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=fab27994d0bd12725c17d6b478a9bfc2673ad6f4#fab27994) |
2908 | 2023-12-19T16:43:12.151Z | Documenting fatfs v0.3.6 |
2909 | 2023-12-19T16:43:13.768Z | Documenting nanorand v0.7.0 |
2910 | 2023-12-19T16:43:17.287Z | Documenting assert_matches v1.5.0 |
2911 | 2023-12-19T16:43:19.783Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2912 | 2023-12-19T16:43:19.909Z | Documenting flume v0.11.0 |
2913 | 2023-12-19T16:43:26.696Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2914 | 2023-12-19T16:43:27.303Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2915 | 2023-12-19T16:43:29.633Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2916 | 2023-12-19T16:43:30.791Z | Documenting omicron-zone-package v0.9.1 |
2917 | 2023-12-19T16:43:31.160Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2918 | 2023-12-19T16:43:40.904Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2919 | 2023-12-19T16:43:48.621Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2920 | 2023-12-19T16:43:49.884Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2921 | 2023-12-19T16:43:55.389Z | Documenting termios v0.3.3 |
2922 | 2023-12-19T16:43:58.558Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2923 | 2023-12-19T16:43:59.048Z | Documenting topological-sort v0.2.2 |
2924 | 2023-12-19T16:44:00.726Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2925 | 2023-12-19T16:44:00.726Z | --> sled-agent/src/sim/instance.rs:46:7 |
2926 | 2023-12-19T16:44:00.726Z | | |
2927 | 2023-12-19T16:44:00.726Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2928 | 2023-12-19T16:44:00.726Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2929 | 2023-12-19T16:44:00.726Z | | |
2930 | 2023-12-19T16:44:00.726Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2931 | 2023-12-19T16:44:00.726Z | |
2932 | 2023-12-19T16:44:01.439Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2933 | 2023-12-19T16:44:05.478Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2934 | 2023-12-19T16:44:05.858Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2935 | 2023-12-19T16:44:08.280Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2936 | 2023-12-19T16:44:13.367Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2937 | 2023-12-19T16:44:15.231Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2938 | 2023-12-19T16:45:01.224Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2939 | 2023-12-19T16:45:02.010Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2940 | 2023-12-19T16:45:27.765Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2941 | 2023-12-19T16:45:27.765Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2942 | 2023-12-19T16:45:27.947Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2943 | 2023-12-19T16:45:27.947Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2944 | 2023-12-19T16:45:57.565Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2945 | 2023-12-19T16:46:36.832Z | warning: unresolved link to `VolumeConstructionRequest` |
2946 | 2023-12-19T16:46:36.842Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2947 | 2023-12-19T16:46:36.843Z | | |
2948 | 2023-12-19T16:46:36.843Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2949 | 2023-12-19T16:46:36.843Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2950 | 2023-12-19T16:46:36.843Z | | |
2951 | 2023-12-19T16:46:36.843Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2952 | 2023-12-19T16:46:36.843Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2953 | 2023-12-19T16:46:36.843Z | |
2954 | 2023-12-19T16:46:36.852Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2955 | 2023-12-19T16:46:36.852Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2956 | 2023-12-19T16:46:36.852Z | | |
2957 | 2023-12-19T16:46:36.852Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2958 | 2023-12-19T16:46:36.852Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2959 | 2023-12-19T16:46:36.853Z | |
2960 | 2023-12-19T16:46:36.853Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2961 | 2023-12-19T16:46:36.853Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2962 | 2023-12-19T16:46:36.853Z | | |
2963 | 2023-12-19T16:46:36.853Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2964 | 2023-12-19T16:46:36.853Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2965 | 2023-12-19T16:46:36.853Z | |
2966 | 2023-12-19T16:46:36.853Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2967 | 2023-12-19T16:46:36.854Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2968 | 2023-12-19T16:46:36.854Z | | |
2969 | 2023-12-19T16:46:36.854Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2970 | 2023-12-19T16:46:36.854Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2971 | 2023-12-19T16:46:36.856Z | |
2972 | 2023-12-19T16:46:36.856Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2973 | 2023-12-19T16:46:36.856Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2974 | 2023-12-19T16:46:36.856Z | | |
2975 | 2023-12-19T16:46:36.856Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2976 | 2023-12-19T16:46:36.857Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2977 | 2023-12-19T16:46:36.857Z | |
2978 | 2023-12-19T16:46:36.857Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2979 | 2023-12-19T16:46:36.857Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2980 | 2023-12-19T16:46:36.857Z | | |
2981 | 2023-12-19T16:46:36.857Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2982 | 2023-12-19T16:46:36.857Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2983 | 2023-12-19T16:46:36.858Z | |
2984 | 2023-12-19T16:46:36.858Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2985 | 2023-12-19T16:46:36.859Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2986 | 2023-12-19T16:46:36.859Z | | |
2987 | 2023-12-19T16:46:36.859Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2988 | 2023-12-19T16:46:36.859Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2989 | 2023-12-19T16:46:36.859Z | |
2990 | 2023-12-19T16:46:39.821Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2991 | 2023-12-19T16:47:12.549Z | Finished dev [unoptimized + debuginfo] target(s) in 16m 09s |
2992 | 2023-12-19T16:47:12.664Z | |
2993 | 2023-12-19T16:47:12.664Z | real 16:10.167880816 |
2994 | 2023-12-19T16:47:12.665Z | user 54:36.344607053 |
2995 | 2023-12-19T16:47:12.665Z | sys 1:00:53.699312418 |
2996 | 2023-12-19T16:47:12.665Z | trap 2.178182325 |
2997 | 2023-12-19T16:47:12.665Z | tflt 0.588483336 |
2998 | 2023-12-19T16:47:12.665Z | dflt 0.571028298 |
2999 | 2023-12-19T16:47:12.665Z | kflt 0.000863823 |
3000 | 2023-12-19T16:47:12.665Z | lock 3:12:54.513669158 |
3001 | 2023-12-19T16:47:12.665Z | slp 4:09:56.813160199 |
3002 | 2023-12-19T16:47:12.665Z | lat 5:29.024896469 |
3003 | 2023-12-19T16:47:12.668Z | stop 1:37.190364178 |
3004 | 2023-12-19T16:47:12.668Z | process exited: duration 1816185 ms, exit code 0 |
|
3005 | 2023-12-19T16:47:12.676Z | found 0 output files |