|
|
|
1 | 2025-02-21T19:35:59.764Z | job assigned to worker 01JMN036CPYA8KBR3Z179GA41N [factory aws, i-0f8baa7fd973843b4] (queued for 1 m 6 s) |
|
2 | 2025-02-21T19:36:07.612Z | starting task 0: "setup" |
3 | 2025-02-21T19:36:07.617Z | ++ uname -s |
4 | 2025-02-21T19:36:07.619Z | + kern=SunOS |
5 | 2025-02-21T19:36:07.619Z | + build_user=build |
6 | 2025-02-21T19:36:07.619Z | + build_uid=12345 |
7 | 2025-02-21T19:36:07.619Z | + work_dir=/work |
8 | 2025-02-21T19:36:07.620Z | + input_dir=/input |
9 | 2025-02-21T19:36:07.620Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T19:36:07.620Z | + case "$kern" in |
11 | 2025-02-21T19:36:07.620Z | + groupadd -g 12345 build |
12 | 2025-02-21T19:36:07.622Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T19:36:09.630Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T19:36:09.758Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T19:36:09.762Z | + home_fs=zfs |
16 | 2025-02-21T19:36:09.762Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T19:36:09.762Z | + mkdir -p /home/build |
18 | 2025-02-21T19:36:09.768Z | + chown build:build /home/build /work |
19 | 2025-02-21T19:36:11.765Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T19:36:11.768Z | process exited: duration 4158 ms, exit code 0 |
|
21 | 2025-02-21T19:36:11.774Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T19:36:11.779Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T19:36:11.779Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-21T19:36:11.779Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-21T19:36:11.779Z | * rust toolchain profile = "default" |
26 | 2025-02-21T19:36:11.782Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T19:36:11.782Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T19:36:11.782Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T19:36:11.782Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T19:36:11.890Z | info: downloading installer |
31 | 2025-02-21T19:36:13.387Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T19:36:13.387Z | warning: /opt/ooce/bin |
33 | 2025-02-21T19:36:13.387Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T19:36:13.387Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T19:36:13.387Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T19:36:13.388Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T19:36:13.388Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T19:36:13.388Z | error: cannot install while Rust is installed |
39 | 2025-02-21T19:36:13.388Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T19:36:13.406Z | info: profile set to 'default' |
41 | 2025-02-21T19:36:13.406Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T19:36:13.409Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T19:36:13.557Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T19:36:13.557Z | info: downloading component 'cargo' |
45 | 2025-02-21T19:36:14.344Z | info: downloading component 'clippy' |
46 | 2025-02-21T19:36:14.647Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T19:36:15.850Z | info: downloading component 'rust-std' |
48 | 2025-02-21T19:36:17.617Z | info: downloading component 'rustc' |
49 | 2025-02-21T19:36:23.671Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T19:36:23.896Z | info: installing component 'cargo' |
51 | 2025-02-21T19:36:24.764Z | info: installing component 'clippy' |
52 | 2025-02-21T19:36:25.154Z | info: installing component 'rust-docs' |
53 | 2025-02-21T19:36:26.988Z | info: installing component 'rust-std' |
54 | 2025-02-21T19:36:28.928Z | info: installing component 'rustc' |
55 | 2025-02-21T19:36:35.047Z | info: installing component 'rustfmt' |
56 | 2025-02-21T19:36:35.396Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T19:36:35.398Z | |
58 | 2025-02-21T19:36:35.770Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T19:36:35.770Z | |
60 | 2025-02-21T19:36:35.773Z | |
61 | 2025-02-21T19:36:35.773Z | Rust is installed now. Great! |
62 | 2025-02-21T19:36:35.773Z | |
63 | 2025-02-21T19:36:35.773Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T19:36:35.773Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T19:36:35.773Z | |
66 | 2025-02-21T19:36:35.773Z | To configure your current shell, you need to source |
67 | 2025-02-21T19:36:35.773Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T19:36:35.773Z | |
69 | 2025-02-21T19:36:35.773Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T19:36:35.773Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T19:36:35.773Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T19:36:35.857Z | + rustup --version |
73 | 2025-02-21T19:36:35.864Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T19:36:35.864Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T19:36:35.951Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T19:36:35.955Z | + cargo --version |
77 | 2025-02-21T19:36:36.023Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T19:36:36.027Z | + rustc --version |
79 | 2025-02-21T19:36:36.098Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T19:36:36.104Z | process exited: duration 24325 ms, exit code 0 |
|
81 | 2025-02-21T19:36:36.110Z | starting task 2: "authentication" |
82 | 2025-02-21T19:36:36.136Z | process exited: duration 24 ms, exit code 0 |
|
83 | 2025-02-21T19:36:36.141Z | starting task 3: "clone repository" |
84 | 2025-02-21T19:36:36.150Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T19:36:36.152Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T19:36:36.191Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T19:36:43.996Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T19:36:43.996Z | + git fetch origin 9190d809eca076a02bbbf43198be33902f59249d |
89 | 2025-02-21T19:36:44.257Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T19:36:44.257Z | * branch 9190d809eca076a02bbbf43198be33902f59249d -> FETCH_HEAD |
91 | 2025-02-21T19:36:44.356Z | + [[ -n affinity-db-crud ]] |
92 | 2025-02-21T19:36:44.356Z | ++ git branch --show-current |
93 | 2025-02-21T19:36:44.356Z | + current=main |
94 | 2025-02-21T19:36:44.356Z | + [[ main != affinity-db-crud ]] |
95 | 2025-02-21T19:36:44.356Z | + git branch -f affinity-db-crud 9190d809eca076a02bbbf43198be33902f59249d |
96 | 2025-02-21T19:36:44.356Z | + git checkout -f affinity-db-crud |
97 | 2025-02-21T19:36:44.521Z | Switched to branch 'affinity-db-crud' |
98 | 2025-02-21T19:36:44.558Z | + git reset --hard 9190d809eca076a02bbbf43198be33902f59249d |
99 | 2025-02-21T19:36:44.558Z | HEAD is now at 9190d809e Merge branch 'affinity-db-model' into affinity-db-crud |
100 | 2025-02-21T19:36:44.559Z | process exited: duration 8314 ms, exit code 0 |
|
101 | 2025-02-21T19:36:44.652Z | starting task 4: "build" |
102 | 2025-02-21T19:36:44.692Z | + source ./env.sh |
103 | 2025-02-21T19:36:44.693Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-21T19:36:44.693Z | ++ set -o xtrace |
105 | 2025-02-21T19:36:44.693Z | ++++ dirname ./env.sh |
106 | 2025-02-21T19:36:44.693Z | +++ readlink -f . |
107 | 2025-02-21T19:36:44.693Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-21T19:36:44.693Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2025-02-21T19:36:44.693Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2025-02-21T19:36:44.693Z | ++ 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 |
111 | 2025-02-21T19:36:44.693Z | ++ 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 |
112 | 2025-02-21T19:36:44.694Z | ++ 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 |
113 | 2025-02-21T19:36:44.694Z | ++ 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 |
114 | 2025-02-21T19:36:44.695Z | ++ 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 |
115 | 2025-02-21T19:36:44.695Z | ++ 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 |
116 | 2025-02-21T19:36:44.696Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-21T19:36:44.696Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-21T19:36:44.696Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-21T19:36:44.696Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-21T19:36:44.696Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-21T19:36:44.696Z | + cargo --version |
122 | 2025-02-21T19:36:44.718Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-21T19:36:44.718Z | + rustc --version |
124 | 2025-02-21T19:36:44.763Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-21T19:36:44.774Z | + banner prerequisites |
126 | 2025-02-21T19:36:44.774Z | |
127 | 2025-02-21T19:36:44.774Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-21T19:36:44.775Z | # # # # # # # # # # # # # # # |
129 | 2025-02-21T19:36:44.775Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-21T19:36:44.775Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-21T19:36:44.775Z | # # # # # # # # # # # # # # # |
132 | 2025-02-21T19:36:44.775Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-21T19:36:44.777Z | |
134 | 2025-02-21T19:36:44.777Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-21T19:36:46.492Z | pkg list: illegal option -- F |
136 | 2025-02-21T19:36:46.492Z | Usage: |
137 | 2025-02-21T19:36:46.498Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-21T19:36:46.498Z | [pkg_fmri_pattern ...] |
139 | 2025-02-21T19:36:47.491Z | pkg list: illegal option -- F |
140 | 2025-02-21T19:36:47.491Z | Usage: |
141 | 2025-02-21T19:36:47.571Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-21T19:36:47.571Z | [pkg_fmri_pattern ...] |
143 | 2025-02-21T19:36:54.264Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-21T19:36:58.731Z | Startup: Caching catalogs ... Done |
145 | 2025-02-21T19:37:13.250Z | Planning: Solver setup ... Done (13.081s) |
146 | 2025-02-21T19:37:13.250Z | Planning: Running solver ... Done (0.156s) |
147 | 2025-02-21T19:37:13.548Z | Planning: Finding local manifests ... Done (0.006s) |
148 | 2025-02-21T19:37:13.548Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-21T19:37:16.303Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-21T19:37:16.431Z | Planning: Package planning ... Done (0.114s) |
151 | 2025-02-21T19:37:16.476Z | Planning: Merging actions ... Done (0.059s) |
152 | 2025-02-21T19:37:16.679Z | Planning: Checking for conflicting actions ... Done (0.206s) |
153 | 2025-02-21T19:37:18.882Z | Planning: Consolidating action changes ... Done (2.009s) |
154 | 2025-02-21T19:37:19.506Z | Planning: Evaluating mediators ... Done (0.443s) |
155 | 2025-02-21T19:37:20.196Z | Planning: Planning completed in 20.42 seconds |
156 | 2025-02-21T19:37:20.197Z | Packages to install: 4 |
157 | 2025-02-21T19:37:20.197Z | Packages to update: 3 |
158 | 2025-02-21T19:37:20.197Z | Mediators to change: 2 |
159 | 2025-02-21T19:37:20.197Z | Services to change: 1 |
160 | 2025-02-21T19:37:20.197Z | Estimated space available: 155.61 GB |
161 | 2025-02-21T19:37:20.197Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-21T19:37:20.197Z | Create boot environment: No |
163 | 2025-02-21T19:37:20.197Z | Create backup boot environment: Yes |
164 | 2025-02-21T19:37:20.197Z | Rebuild boot archive: No |
165 | 2025-02-21T19:37:20.198Z | |
166 | 2025-02-21T19:37:20.198Z | Changed mediators: |
167 | 2025-02-21T19:37:20.198Z | mediator clang: |
168 | 2025-02-21T19:37:20.198Z | version: None -> 15 (system default) |
169 | 2025-02-21T19:37:20.198Z | |
170 | 2025-02-21T19:37:20.198Z | mediator llvm: |
171 | 2025-02-21T19:37:20.198Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-21T19:37:20.200Z | |
173 | 2025-02-21T19:37:20.201Z | Changed packages: |
174 | 2025-02-21T19:37:20.201Z | helios-dev |
175 | 2025-02-21T19:37:20.201Z | developer/build-essential |
176 | 2025-02-21T19:37:20.202Z | None -> 11-2.0 |
177 | 2025-02-21T19:37:20.202Z | library/libxmlsec1 |
178 | 2025-02-21T19:37:20.202Z | None -> 1.2.35-2.0 |
179 | 2025-02-21T19:37:20.202Z | ooce/developer/clang-15 |
180 | 2025-02-21T19:37:20.202Z | None -> 15.0.7-2.0 |
181 | 2025-02-21T19:37:20.202Z | ooce/developer/llvm-15 |
182 | 2025-02-21T19:37:20.202Z | None -> 15.0.7-2.0 |
183 | 2025-02-21T19:37:20.202Z | package/pkg |
184 | 2025-02-21T19:37:20.203Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-21T19:37:20.203Z | system/library/g++-runtime |
186 | 2025-02-21T19:37:20.203Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-21T19:37:20.203Z | system/library/gcc-runtime |
188 | 2025-02-21T19:37:20.203Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-21T19:37:20.203Z | |
190 | 2025-02-21T19:37:20.203Z | Services: |
191 | 2025-02-21T19:37:20.203Z | restart_fmri: |
192 | 2025-02-21T19:37:20.203Z | svc:/system/update-man-index:default |
193 | 2025-02-21T19:37:20.203Z | |
194 | 2025-02-21T19:37:20.203Z | Editable files to change: |
195 | 2025-02-21T19:37:20.203Z | Update: |
196 | 2025-02-21T19:37:20.204Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-21T19:37:20.204Z | |
198 | 2025-02-21T19:37:20.204Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-21T19:37:25.248Z | Download: 212/4301 items 1.3/225.4MB 0% complete (313k/s) |
200 | 2025-02-21T19:37:33.697Z | Download: 213/4301 items 1.3/225.4MB 0% complete |
201 | 2025-02-21T19:37:38.862Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (18.9M/s) |
202 | 2025-02-21T19:37:43.866Z | Download: 1257/4301 items 103.8/225.4MB 46% complete (9.6M/s) |
203 | 2025-02-21T19:37:48.902Z | Download: 2382/4301 items 119.8/225.4MB 53% complete (4.2M/s) |
204 | 2025-02-21T19:37:53.909Z | Download: 2577/4301 items 120.4/225.4MB 53% complete (3.2M/s) |
205 | 2025-02-21T19:37:58.920Z | Download: 2752/4301 items 120.8/225.4MB 53% complete (111k/s) |
206 | 2025-02-21T19:38:03.923Z | Download: 3083/4301 items 121.4/225.4MB 53% complete (101k/s) |
207 | 2025-02-21T19:38:09.165Z | Download: 3260/4301 items 206.7/225.4MB 91% complete (8.5M/s) |
208 | 2025-02-21T19:38:14.770Z | Download: 3288/4301 items 212.6/225.4MB 94% complete (9.1M/s) |
209 | 2025-02-21T19:38:20.113Z | Download: 4199/4301 items 220.5/225.4MB 97% complete (1.3M/s) |
210 | 2025-02-21T19:38:29.752Z | Download: 4206/4301 items 220.6/225.4MB 97% complete (1.2M/s) |
211 | 2025-02-21T19:38:42.540Z | Download: 4208/4301 items 220.6/225.4MB 97% complete |
212 | 2025-02-21T19:38:44.290Z | Download: Completed 225.42 MB in 84.96 seconds (2.6M/s) |
213 | 2025-02-21T19:38:46.594Z | Actions: 1/5122 actions (Removing old actions) |
214 | 2025-02-21T19:38:46.616Z | Actions: 194/5122 actions (Installing new actions) |
215 | 2025-02-21T19:38:51.497Z | Actions: 4267/5122 actions (Updating modified actions) |
216 | 2025-02-21T19:38:51.867Z | Actions: Completed 5122 actions in 5.27 seconds. |
217 | 2025-02-21T19:38:52.111Z | Done (0.235s) |
218 | 2025-02-21T19:38:52.114Z | Done (0.001s) |
219 | 2025-02-21T19:38:52.730Z | Done (0.616s) |
220 | 2025-02-21T19:38:57.875Z | Done (4.904s) |
221 | 2025-02-21T19:38:57.964Z | Done (0.019s) |
222 | 2025-02-21T19:38:57.967Z | Done (0.000s) |
223 | 2025-02-21T19:38:58.206Z | Done (0.000s) |
224 | 2025-02-21T19:38:58.986Z | Planning: Evaluating mediator changes ... Done |
225 | 2025-02-21T19:38:59.170Z | Planning: Checking for conflicting actions ... Done |
226 | 2025-02-21T19:38:59.184Z | Planning: Consolidating action changes ... Done |
227 | 2025-02-21T19:38:59.469Z | Planning: Evaluating mediators ... Done |
228 | 2025-02-21T19:38:59.478Z | Planning: Planning completed in 0.48 seconds |
229 | 2025-02-21T19:38:59.510Z | Mediators to change: 2 |
230 | 2025-02-21T19:38:59.510Z | Create boot environment: No |
231 | 2025-02-21T19:38:59.510Z | Create backup boot environment: No |
232 | 2025-02-21T19:38:59.609Z | Done |
233 | 2025-02-21T19:38:59.610Z | Done |
234 | 2025-02-21T19:39:00.063Z | Done |
235 | 2025-02-21T19:39:04.348Z | Done |
236 | 2025-02-21T19:39:04.451Z | Done |
237 | 2025-02-21T19:39:04.455Z | Done |
238 | 2025-02-21T19:39:04.660Z | Done |
239 | 2025-02-21T19:39:05.356Z | Planning: Evaluating mediator changes ... Done |
240 | 2025-02-21T19:39:05.359Z | Planning: Merging actions ... Done |
241 | 2025-02-21T19:39:05.556Z | Planning: Checking for conflicting actions ... Done |
242 | 2025-02-21T19:39:05.559Z | Planning: Consolidating action changes ... Done |
243 | 2025-02-21T19:39:05.845Z | Planning: Evaluating mediators ... Done |
244 | 2025-02-21T19:39:05.906Z | Planning: Planning completed in 0.81 seconds |
245 | 2025-02-21T19:39:05.950Z | Packages to change: 1 |
246 | 2025-02-21T19:39:05.950Z | Mediators to change: 1 |
247 | 2025-02-21T19:39:05.950Z | Services to change: 1 |
248 | 2025-02-21T19:39:05.953Z | Create boot environment: No |
249 | 2025-02-21T19:39:05.953Z | Create backup boot environment: Yes |
250 | 2025-02-21T19:39:08.485Z | Actions: 1/6 actions (Updating modified actions) |
251 | 2025-02-21T19:39:08.487Z | Actions: Completed 6 actions in 0.00 seconds. |
252 | 2025-02-21T19:39:08.487Z | Done |
253 | 2025-02-21T19:39:08.487Z | Done |
254 | 2025-02-21T19:39:08.614Z | Done |
255 | 2025-02-21T19:39:12.830Z | Done |
256 | 2025-02-21T19:39:12.936Z | Done |
257 | 2025-02-21T19:39:12.941Z | Done |
258 | 2025-02-21T19:39:13.085Z | Done |
259 | 2025-02-21T19:39:13.597Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
260 | 2025-02-21T19:39:13.597Z | clang system 15 system |
261 | 2025-02-21T19:39:13.597Z | csh system system illumos |
262 | 2025-02-21T19:39:13.597Z | ctags system system illumos |
263 | 2025-02-21T19:39:13.597Z | gcc vendor 12 vendor |
264 | 2025-02-21T19:39:13.597Z | gcc system 10 system |
265 | 2025-02-21T19:39:13.598Z | gcc system 7 system |
266 | 2025-02-21T19:39:13.598Z | go system 1.20 system |
267 | 2025-02-21T19:39:13.598Z | go system 1.19 system |
268 | 2025-02-21T19:39:13.598Z | llvm system 15 system |
269 | 2025-02-21T19:39:13.598Z | llvm system 14 system |
270 | 2025-02-21T19:39:13.598Z | mariadb system 10.6 system |
271 | 2025-02-21T19:39:13.598Z | mta vendor vendor dma |
272 | 2025-02-21T19:39:13.598Z | openjdk system 17 system |
273 | 2025-02-21T19:39:13.598Z | openjdk system 11 system |
274 | 2025-02-21T19:39:13.598Z | openjdk system 1.8 system |
275 | 2025-02-21T19:39:13.598Z | openssl vendor 3 vendor |
276 | 2025-02-21T19:39:13.598Z | perl system 5.36 system |
277 | 2025-02-21T19:39:13.598Z | postgresql system 15 system |
278 | 2025-02-21T19:39:13.598Z | postgresql system 13 system |
279 | 2025-02-21T19:39:13.598Z | python vendor 3 vendor |
280 | 2025-02-21T19:39:13.598Z | python system 2 system |
281 | 2025-02-21T19:39:13.598Z | python3 system 3.11 system |
282 | 2025-02-21T19:39:13.598Z | ruby system 3.0 system |
283 | 2025-02-21T19:39:13.598Z | words vendor vendor american-english |
284 | 2025-02-21T19:39:13.598Z | words system system australian-english |
285 | 2025-02-21T19:39:13.598Z | words system system british-english |
286 | 2025-02-21T19:39:13.598Z | words system system canadian-english |
287 | 2025-02-21T19:39:13.598Z | words system system french |
288 | 2025-02-21T19:39:13.598Z | words system system italian |
289 | 2025-02-21T19:39:13.598Z | words system system ngerman |
290 | 2025-02-21T19:39:13.598Z | words system system ogerman |
291 | 2025-02-21T19:39:13.598Z | words system system spanish |
292 | 2025-02-21T19:39:13.982Z | PUBLISHER TYPE STATUS P LOCATION |
293 | 2025-02-21T19:39:13.982Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
294 | 2025-02-21T19:39:17.175Z | FMRI IFO |
295 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
296 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
297 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
298 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
299 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
300 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
301 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
302 | 2025-02-21T19:39:17.175Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
303 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
304 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
305 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
306 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
307 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
308 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
309 | 2025-02-21T19:39:17.176Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
310 | 2025-02-21T19:39:18.059Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
311 | 2025-02-21T19:39:18.367Z | Updating crates.io index |
312 | 2025-02-21T19:39:18.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
313 | 2025-02-21T19:39:19.005Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
314 | 2025-02-21T19:39:19.294Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
315 | 2025-02-21T19:39:19.581Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
316 | 2025-02-21T19:39:20.541Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
317 | 2025-02-21T19:39:22.326Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2025-02-21T19:39:23.111Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
319 | 2025-02-21T19:39:23.989Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
320 | 2025-02-21T19:39:24.242Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
321 | 2025-02-21T19:39:24.598Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
322 | 2025-02-21T19:39:25.216Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
323 | 2025-02-21T19:39:25.543Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
324 | 2025-02-21T19:39:25.879Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
325 | 2025-02-21T19:39:26.167Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
326 | 2025-02-21T19:39:26.462Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
327 | 2025-02-21T19:39:26.740Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
328 | 2025-02-21T19:39:27.033Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
329 | 2025-02-21T19:39:27.331Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
330 | 2025-02-21T19:39:27.639Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
331 | 2025-02-21T19:39:27.951Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
332 | 2025-02-21T19:39:28.229Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
333 | 2025-02-21T19:39:28.610Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
334 | 2025-02-21T19:39:29.115Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
335 | 2025-02-21T19:39:29.394Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
336 | 2025-02-21T19:39:29.782Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
337 | 2025-02-21T19:39:30.164Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
338 | 2025-02-21T19:39:30.503Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2025-02-21T19:39:30.757Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2025-02-21T19:39:31.040Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2025-02-21T19:39:32.401Z | Downloading crates ... |
342 | 2025-02-21T19:39:32.482Z | Downloaded fnv v1.0.7 |
343 | 2025-02-21T19:39:32.487Z | Downloaded anstyle-query v1.1.1 |
344 | 2025-02-21T19:39:32.487Z | Downloaded smawk v0.3.2 |
345 | 2025-02-21T19:39:32.491Z | Downloaded serde_tokenstream v0.2.2 |
346 | 2025-02-21T19:39:32.493Z | Downloaded byteorder v1.5.0 |
347 | 2025-02-21T19:39:32.501Z | Downloaded anyhow v1.0.96 |
348 | 2025-02-21T19:39:32.523Z | Downloaded bytecount v0.6.8 |
349 | 2025-02-21T19:39:32.536Z | Downloaded autocfg v1.4.0 |
350 | 2025-02-21T19:39:32.543Z | Downloaded anstream v0.6.15 |
351 | 2025-02-21T19:39:32.573Z | Downloaded clap_derive v4.5.28 |
352 | 2025-02-21T19:39:32.576Z | Downloaded cpufeatures v0.2.14 |
353 | 2025-02-21T19:39:32.578Z | Downloaded clap_lex v0.7.4 |
354 | 2025-02-21T19:39:32.580Z | Downloaded errno v0.3.9 |
355 | 2025-02-21T19:39:32.589Z | Downloaded dtrace-parser v0.2.0 |
356 | 2025-02-21T19:39:32.589Z | Downloaded camino-tempfile v1.1.1 |
357 | 2025-02-21T19:39:32.594Z | Downloaded hashbrown v0.15.1 |
358 | 2025-02-21T19:39:32.600Z | Downloaded crypto-common v0.1.6 |
359 | 2025-02-21T19:39:32.600Z | Downloaded memchr v2.7.4 |
360 | 2025-02-21T19:39:32.606Z | Downloaded pest_derive v2.7.14 |
361 | 2025-02-21T19:39:32.606Z | Downloaded generic-array v0.14.7 |
362 | 2025-02-21T19:39:32.606Z | Downloaded proc-macro-error v1.0.4 |
363 | 2025-02-21T19:39:32.611Z | Downloaded cfg-if v1.0.0 |
364 | 2025-02-21T19:39:32.611Z | Downloaded camino v1.1.9 |
365 | 2025-02-21T19:39:32.615Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2025-02-21T19:39:32.626Z | Downloaded clap v4.5.30 |
367 | 2025-02-21T19:39:32.645Z | Downloaded pretty-hex v0.4.1 |
368 | 2025-02-21T19:39:32.651Z | Downloaded equivalent v1.0.1 |
369 | 2025-02-21T19:39:32.651Z | Downloaded log v0.4.22 |
370 | 2025-02-21T19:39:32.651Z | Downloaded scroll v0.12.0 |
371 | 2025-02-21T19:39:32.651Z | Downloaded itoa v1.0.11 |
372 | 2025-02-21T19:39:32.651Z | Downloaded scroll_derive v0.12.0 |
373 | 2025-02-21T19:39:32.651Z | Downloaded dof v0.3.0 |
374 | 2025-02-21T19:39:32.651Z | Downloaded colorchoice v1.0.2 |
375 | 2025-02-21T19:39:32.653Z | Downloaded swrite v0.1.0 |
376 | 2025-02-21T19:39:32.655Z | Downloaded cargo-platform v0.1.8 |
377 | 2025-02-21T19:39:32.659Z | Downloaded is_terminal_polyfill v1.70.1 |
378 | 2025-02-21T19:39:32.663Z | Downloaded pest_generator v2.7.14 |
379 | 2025-02-21T19:39:32.663Z | Downloaded anstyle v1.0.10 |
380 | 2025-02-21T19:39:32.663Z | Downloaded usdt-macro v0.5.0 |
381 | 2025-02-21T19:39:32.663Z | Downloaded usdt-attr-macro v0.5.0 |
382 | 2025-02-21T19:39:32.667Z | Downloaded fs-err v2.11.0 |
383 | 2025-02-21T19:39:32.667Z | Downloaded fastrand v2.1.1 |
384 | 2025-02-21T19:39:32.669Z | Downloaded heck v0.5.0 |
385 | 2025-02-21T19:39:32.669Z | Downloaded block-buffer v0.10.4 |
386 | 2025-02-21T19:39:32.671Z | Downloaded macaddr v1.0.1 |
387 | 2025-02-21T19:39:32.671Z | Downloaded digest v0.10.7 |
388 | 2025-02-21T19:39:32.673Z | Downloaded plain v0.2.3 |
389 | 2025-02-21T19:39:32.675Z | Downloaded clap_builder v4.5.30 |
390 | 2025-02-21T19:39:32.681Z | Downloaded memmap v0.7.0 |
391 | 2025-02-21T19:39:32.683Z | Downloaded unicode-linebreak v0.1.5 |
392 | 2025-02-21T19:39:32.683Z | Downloaded anstyle-parse v0.2.5 |
393 | 2025-02-21T19:39:32.685Z | Downloaded heck v0.4.1 |
394 | 2025-02-21T19:39:32.687Z | Downloaded thiserror-impl v1.0.69 |
395 | 2025-02-21T19:39:32.690Z | Downloaded cargo_toml v0.20.5 |
396 | 2025-02-21T19:39:32.692Z | Downloaded thread-id v4.2.2 |
397 | 2025-02-21T19:39:32.693Z | Downloaded toml_datetime v0.6.8 |
398 | 2025-02-21T19:39:32.693Z | Downloaded thiserror v1.0.69 |
399 | 2025-02-21T19:39:32.697Z | Downloaded usdt v0.5.0 |
400 | 2025-02-21T19:39:32.699Z | Downloaded terminal_size v0.4.0 |
401 | 2025-02-21T19:39:32.701Z | Downloaded serde_spanned v0.6.8 |
402 | 2025-02-21T19:39:32.702Z | Downloaded tabled_derive v0.7.0 |
403 | 2025-02-21T19:39:32.704Z | Downloaded version_check v0.9.5 |
404 | 2025-02-21T19:39:32.704Z | Downloaded usdt-impl v0.5.0 |
405 | 2025-02-21T19:39:32.706Z | Downloaded pest_meta v2.7.14 |
406 | 2025-02-21T19:39:32.708Z | Downloaded strsim v0.11.1 |
407 | 2025-02-21T19:39:32.708Z | Downloaded once_cell v1.20.3 |
408 | 2025-02-21T19:39:32.711Z | Downloaded quote v1.0.38 |
409 | 2025-02-21T19:39:32.718Z | Downloaded tempfile v3.13.0 |
410 | 2025-02-21T19:39:32.726Z | Downloaded bitflags v2.6.0 |
411 | 2025-02-21T19:39:32.730Z | Downloaded sha2 v0.10.8 |
412 | 2025-02-21T19:39:32.733Z | Downloaded utf8parse v0.2.2 |
413 | 2025-02-21T19:39:32.741Z | Downloaded zerocopy-derive v0.7.35 |
414 | 2025-02-21T19:39:32.741Z | Downloaded semver v1.0.25 |
415 | 2025-02-21T19:39:32.744Z | Downloaded unicode-ident v1.0.14 |
416 | 2025-02-21T19:39:32.747Z | Downloaded ucd-trie v0.1.7 |
417 | 2025-02-21T19:39:32.747Z | Downloaded toml v0.8.19 |
418 | 2025-02-21T19:39:32.751Z | Downloaded typenum v1.17.0 |
419 | 2025-02-21T19:39:32.759Z | Downloaded serde_derive v1.0.217 |
420 | 2025-02-21T19:39:32.761Z | Downloaded textwrap v0.16.1 |
421 | 2025-02-21T19:39:32.761Z | Downloaded ryu v1.0.18 |
422 | 2025-02-21T19:39:32.761Z | Downloaded proc-macro2 v1.0.92 |
423 | 2025-02-21T19:39:32.764Z | Downloaded papergrid v0.11.0 |
424 | 2025-02-21T19:39:32.767Z | Downloaded indexmap v2.7.1 |
425 | 2025-02-21T19:39:32.771Z | Downloaded serde v1.0.217 |
426 | 2025-02-21T19:39:32.775Z | Downloaded pest v2.7.14 |
427 | 2025-02-21T19:39:32.780Z | Downloaded cargo_metadata v0.18.1 |
428 | 2025-02-21T19:39:32.786Z | Downloaded toml_edit v0.22.22 |
429 | 2025-02-21T19:39:32.824Z | Downloaded zerocopy v0.7.35 |
430 | 2025-02-21T19:39:32.840Z | Downloaded winnow v0.6.20 |
431 | 2025-02-21T19:39:32.849Z | Downloaded serde_json v1.0.139 |
432 | 2025-02-21T19:39:32.856Z | Downloaded goblin v0.8.2 |
433 | 2025-02-21T19:39:32.863Z | Downloaded tabled v0.15.0 |
434 | 2025-02-21T19:39:32.878Z | Downloaded syn v1.0.109 |
435 | 2025-02-21T19:39:32.888Z | Downloaded unicode-width v0.1.14 |
436 | 2025-02-21T19:39:32.893Z | Downloaded syn v2.0.96 |
437 | 2025-02-21T19:39:32.905Z | Downloaded rustix v0.38.37 |
438 | 2025-02-21T19:39:32.943Z | Downloaded libc v0.2.169 |
439 | 2025-02-21T19:39:33.246Z | Compiling proc-macro2 v1.0.92 |
440 | 2025-02-21T19:39:33.246Z | Compiling unicode-ident v1.0.14 |
441 | 2025-02-21T19:39:33.246Z | Compiling version_check v0.9.5 |
442 | 2025-02-21T19:39:33.246Z | Compiling serde v1.0.217 |
443 | 2025-02-21T19:39:33.246Z | Compiling memchr v2.7.4 |
444 | 2025-02-21T19:39:33.249Z | Compiling thiserror v1.0.69 |
445 | 2025-02-21T19:39:33.249Z | Compiling libc v0.2.169 |
446 | 2025-02-21T19:39:33.249Z | Compiling itoa v1.0.11 |
447 | 2025-02-21T19:39:33.634Z | Compiling ryu v1.0.18 |
448 | 2025-02-21T19:39:33.659Z | Compiling ucd-trie v0.1.7 |
449 | 2025-02-21T19:39:34.045Z | Compiling once_cell v1.20.3 |
450 | 2025-02-21T19:39:34.091Z | Compiling byteorder v1.5.0 |
451 | 2025-02-21T19:39:34.320Z | Compiling rustix v0.38.37 |
452 | 2025-02-21T19:39:34.469Z | Compiling serde_json v1.0.139 |
453 | 2025-02-21T19:39:34.753Z | Compiling bitflags v2.6.0 |
454 | 2025-02-21T19:39:34.856Z | Compiling proc-macro-error-attr v1.0.4 |
455 | 2025-02-21T19:39:34.904Z | Compiling usdt-impl v0.5.0 |
456 | 2025-02-21T19:39:35.066Z | Compiling syn v1.0.109 |
457 | 2025-02-21T19:39:35.156Z | Compiling proc-macro-error v1.0.4 |
458 | 2025-02-21T19:39:35.185Z | Compiling camino v1.1.9 |
459 | 2025-02-21T19:39:35.270Z | Compiling quote v1.0.38 |
460 | 2025-02-21T19:39:35.468Z | Compiling errno v0.3.9 |
461 | 2025-02-21T19:39:35.502Z | Compiling plain v0.2.3 |
462 | 2025-02-21T19:39:35.610Z | Compiling equivalent v1.0.1 |
463 | 2025-02-21T19:39:35.692Z | Compiling syn v2.0.96 |
464 | 2025-02-21T19:39:35.743Z | Compiling thread-id v4.2.2 |
465 | 2025-02-21T19:39:35.765Z | Compiling log v0.4.22 |
466 | 2025-02-21T19:39:35.791Z | Compiling hashbrown v0.15.1 |
467 | 2025-02-21T19:39:35.841Z | Compiling utf8parse v0.2.2 |
468 | 2025-02-21T19:39:36.016Z | Compiling anstyle-parse v0.2.5 |
469 | 2025-02-21T19:39:36.135Z | Compiling winnow v0.6.20 |
470 | 2025-02-21T19:39:36.364Z | Compiling semver v1.0.25 |
471 | 2025-02-21T19:39:36.494Z | Compiling colorchoice v1.0.2 |
472 | 2025-02-21T19:39:36.687Z | Compiling pretty-hex v0.4.1 |
473 | 2025-02-21T19:39:36.773Z | Compiling autocfg v1.4.0 |
474 | 2025-02-21T19:39:36.901Z | Compiling indexmap v2.7.1 |
475 | 2025-02-21T19:39:36.927Z | Compiling anstyle-query v1.1.1 |
476 | 2025-02-21T19:39:36.951Z | Compiling unicode-width v0.1.14 |
477 | 2025-02-21T19:39:37.108Z | Compiling anstyle v1.0.10 |
478 | 2025-02-21T19:39:37.525Z | Compiling is_terminal_polyfill v1.70.1 |
479 | 2025-02-21T19:39:37.673Z | Compiling anstream v0.6.15 |
480 | 2025-02-21T19:39:37.768Z | Compiling fs-err v2.11.0 |
481 | 2025-02-21T19:39:37.873Z | Compiling terminal_size v0.4.0 |
482 | 2025-02-21T19:39:38.163Z | Compiling anyhow v1.0.96 |
483 | 2025-02-21T19:39:38.282Z | Compiling strsim v0.11.1 |
484 | 2025-02-21T19:39:38.304Z | Compiling fastrand v2.1.1 |
485 | 2025-02-21T19:39:38.375Z | Compiling heck v0.4.1 |
486 | 2025-02-21T19:39:38.426Z | Compiling heck v0.5.0 |
487 | 2025-02-21T19:39:38.785Z | Compiling cfg-if v1.0.0 |
488 | 2025-02-21T19:39:38.836Z | Compiling fnv v1.0.7 |
489 | 2025-02-21T19:39:38.873Z | Compiling clap_lex v0.7.4 |
490 | 2025-02-21T19:39:38.994Z | Compiling bytecount v0.6.8 |
491 | 2025-02-21T19:39:39.227Z | Compiling tempfile v3.13.0 |
492 | 2025-02-21T19:39:39.285Z | Compiling clap_builder v4.5.30 |
493 | 2025-02-21T19:39:39.325Z | Compiling papergrid v0.11.0 |
494 | 2025-02-21T19:39:39.443Z | Compiling memmap v0.7.0 |
495 | 2025-02-21T19:39:39.544Z | Compiling smawk v0.3.2 |
496 | 2025-02-21T19:39:39.580Z | Compiling unicode-linebreak v0.1.5 |
497 | 2025-02-21T19:39:39.992Z | Compiling swrite v0.1.0 |
498 | 2025-02-21T19:39:40.115Z | Compiling textwrap v0.16.1 |
499 | 2025-02-21T19:39:40.798Z | Compiling tabled_derive v0.7.0 |
500 | 2025-02-21T19:39:42.197Z | Compiling tabled v0.15.0 |
501 | 2025-02-21T19:39:42.966Z | Compiling serde_derive v1.0.217 |
502 | 2025-02-21T19:39:42.966Z | Compiling thiserror-impl v1.0.69 |
503 | 2025-02-21T19:39:42.969Z | Compiling zerocopy-derive v0.7.35 |
504 | 2025-02-21T19:39:42.969Z | Compiling scroll_derive v0.12.0 |
505 | 2025-02-21T19:39:42.969Z | Compiling clap_derive v4.5.28 |
506 | 2025-02-21T19:39:44.509Z | Compiling scroll v0.12.0 |
507 | 2025-02-21T19:39:45.088Z | Compiling goblin v0.8.2 |
508 | 2025-02-21T19:39:45.143Z | Compiling zerocopy v0.7.35 |
509 | 2025-02-21T19:39:45.839Z | Compiling pest v2.7.14 |
510 | 2025-02-21T19:39:46.886Z | Compiling clap v4.5.30 |
511 | 2025-02-21T19:39:48.129Z | Compiling pest_meta v2.7.14 |
512 | 2025-02-21T19:39:49.182Z | Compiling pest_generator v2.7.14 |
513 | 2025-02-21T19:39:50.721Z | Compiling pest_derive v2.7.14 |
514 | 2025-02-21T19:39:51.476Z | Compiling dtrace-parser v0.2.0 |
515 | 2025-02-21T19:39:52.342Z | Compiling serde_tokenstream v0.2.2 |
516 | 2025-02-21T19:39:52.410Z | Compiling toml_datetime v0.6.8 |
517 | 2025-02-21T19:39:52.410Z | Compiling serde_spanned v0.6.8 |
518 | 2025-02-21T19:39:52.688Z | Compiling cargo-platform v0.1.8 |
519 | 2025-02-21T19:39:52.750Z | Compiling macaddr v1.0.1 |
520 | 2025-02-21T19:39:52.925Z | Compiling toml_edit v0.22.22 |
521 | 2025-02-21T19:39:53.055Z | Compiling camino-tempfile v1.1.1 |
522 | 2025-02-21T19:39:53.902Z | Compiling dof v0.3.0 |
523 | 2025-02-21T19:39:53.974Z | Compiling cargo_metadata v0.18.1 |
524 | 2025-02-21T19:39:55.320Z | Compiling usdt-attr-macro v0.5.0 |
525 | 2025-02-21T19:39:55.320Z | Compiling usdt-macro v0.5.0 |
526 | 2025-02-21T19:39:56.002Z | Compiling toml v0.8.19 |
527 | 2025-02-21T19:39:56.441Z | Compiling usdt v0.5.0 |
528 | 2025-02-21T19:39:56.834Z | Compiling cargo_toml v0.20.5 |
529 | 2025-02-21T19:39:59.758Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
530 | 2025-02-21T19:40:03.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.38s |
531 | 2025-02-21T19:40:03.462Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
532 | 2025-02-21T19:40:04.138Z | Downloading crates ... |
533 | 2025-02-21T19:40:04.272Z | Downloaded assert_matches v1.5.0 |
534 | 2025-02-21T19:40:04.276Z | Downloaded adler2 v2.0.0 |
535 | 2025-02-21T19:40:04.281Z | Downloaded async-stream-impl v0.3.6 |
536 | 2025-02-21T19:40:04.285Z | Downloaded addr2line v0.24.2 |
537 | 2025-02-21T19:40:04.290Z | Downloaded atomicwrites v0.4.4 |
538 | 2025-02-21T19:40:04.297Z | Downloaded httpdate v1.0.3 |
539 | 2025-02-21T19:40:04.304Z | Downloaded crunchy v0.2.2 |
540 | 2025-02-21T19:40:04.307Z | Downloaded hmac v0.12.1 |
541 | 2025-02-21T19:40:04.310Z | Downloaded hubpack_derive v0.1.1 |
542 | 2025-02-21T19:40:04.313Z | Downloaded hubpack v0.1.2 |
543 | 2025-02-21T19:40:04.316Z | Downloaded atty v0.2.14 |
544 | 2025-02-21T19:40:04.316Z | Downloaded instant v0.1.13 |
545 | 2025-02-21T19:40:04.318Z | Downloaded icu_provider_macros v1.5.0 |
546 | 2025-02-21T19:40:04.321Z | Downloaded http-range v0.1.5 |
547 | 2025-02-21T19:40:04.324Z | Downloaded http-body-util v0.1.2 |
548 | 2025-02-21T19:40:04.324Z | Downloaded cstr-argument v0.1.2 |
549 | 2025-02-21T19:40:04.326Z | Downloaded ident_case v1.0.1 |
550 | 2025-02-21T19:40:04.332Z | Downloaded ciborium-io v0.2.2 |
551 | 2025-02-21T19:40:04.332Z | Downloaded cfg_aliases v0.1.1 |
552 | 2025-02-21T19:40:04.336Z | Downloaded cfg_aliases v0.2.1 |
553 | 2025-02-21T19:40:04.336Z | Downloaded match_cfg v0.1.0 |
554 | 2025-02-21T19:40:04.336Z | Downloaded http-body v1.0.1 |
555 | 2025-02-21T19:40:04.336Z | Downloaded ascii-canvas v3.0.0 |
556 | 2025-02-21T19:40:04.339Z | Downloaded atomic-waker v1.1.2 |
557 | 2025-02-21T19:40:04.339Z | Downloaded mirai-annotations v1.12.0 |
558 | 2025-02-21T19:40:04.342Z | Downloaded md5 v0.7.0 |
559 | 2025-02-21T19:40:04.350Z | Downloaded is_ci v1.2.0 |
560 | 2025-02-21T19:40:04.352Z | Downloaded crucible-workspace-hack v0.1.0 |
561 | 2025-02-21T19:40:04.352Z | Downloaded async-recursion v1.1.1 |
562 | 2025-02-21T19:40:04.358Z | Downloaded newline-converter v0.3.0 |
563 | 2025-02-21T19:40:04.361Z | Downloaded cipher v0.4.4 |
564 | 2025-02-21T19:40:04.364Z | Downloaded castaway v0.2.3 |
565 | 2025-02-21T19:40:04.366Z | Downloaded bcrypt-pbkdf v0.10.0 |
566 | 2025-02-21T19:40:04.366Z | Downloaded newtype_derive v0.1.6 |
567 | 2025-02-21T19:40:04.369Z | Downloaded new_debug_unreachable v1.0.6 |
568 | 2025-02-21T19:40:04.372Z | Downloaded bit-vec v0.6.3 |
569 | 2025-02-21T19:40:04.374Z | Downloaded idna_adapter v1.2.0 |
570 | 2025-02-21T19:40:04.374Z | Downloaded humantime v2.1.0 |
571 | 2025-02-21T19:40:04.377Z | Downloaded crc v3.2.1 |
572 | 2025-02-21T19:40:04.380Z | Downloaded keccak v0.1.5 |
573 | 2025-02-21T19:40:04.383Z | Downloaded internet-checksum v0.2.1 |
574 | 2025-02-21T19:40:04.383Z | Downloaded instability v0.3.2 |
575 | 2025-02-21T19:40:04.388Z | Downloaded inout v0.1.3 |
576 | 2025-02-21T19:40:04.393Z | Downloaded curve25519-dalek-derive v0.1.1 |
577 | 2025-02-21T19:40:04.393Z | Downloaded indoc v2.0.5 |
578 | 2025-02-21T19:40:04.397Z | Downloaded mime v0.3.17 |
579 | 2025-02-21T19:40:04.397Z | Downloaded lru v0.12.5 |
580 | 2025-02-21T19:40:04.400Z | Downloaded ipnetwork v0.21.1 |
581 | 2025-02-21T19:40:04.400Z | Downloaded nanorand v0.7.0 |
582 | 2025-02-21T19:40:04.404Z | Downloaded constant_time_eq v0.3.1 |
583 | 2025-02-21T19:40:04.407Z | Downloaded block-padding v0.3.3 |
584 | 2025-02-21T19:40:04.407Z | Downloaded multimap v0.10.0 |
585 | 2025-02-21T19:40:04.410Z | Downloaded maybe-uninit v2.0.0 |
586 | 2025-02-21T19:40:04.413Z | Downloaded lru-cache v0.1.2 |
587 | 2025-02-21T19:40:04.418Z | Downloaded md-5 v0.10.6 |
588 | 2025-02-21T19:40:04.418Z | Downloaded daft v0.1.1 |
589 | 2025-02-21T19:40:04.421Z | Downloaded libsw v3.3.1 |
590 | 2025-02-21T19:40:04.421Z | Downloaded multer v3.1.0 |
591 | 2025-02-21T19:40:04.424Z | Downloaded crc-catalog v2.4.0 |
592 | 2025-02-21T19:40:04.426Z | Downloaded bb8 v0.8.5 |
593 | 2025-02-21T19:40:04.429Z | Downloaded lazy_static v1.5.0 |
594 | 2025-02-21T19:40:04.433Z | Downloaded linear-map v1.2.0 |
595 | 2025-02-21T19:40:04.433Z | Downloaded signal-hook-tokio v0.3.1 |
596 | 2025-02-21T19:40:04.436Z | Downloaded is-terminal v0.4.13 |
597 | 2025-02-21T19:40:04.436Z | Downloaded cbc v0.1.2 |
598 | 2025-02-21T19:40:04.438Z | Downloaded memoffset v0.9.1 |
599 | 2025-02-21T19:40:04.441Z | Downloaded blowfish v0.9.1 |
600 | 2025-02-21T19:40:04.443Z | Downloaded colored v2.1.0 |
601 | 2025-02-21T19:40:04.446Z | Downloaded newtype-uuid v1.2.1 |
602 | 2025-02-21T19:40:04.449Z | Downloaded ctr v0.9.2 |
603 | 2025-02-21T19:40:04.452Z | Downloaded ipnet v2.10.1 |
604 | 2025-02-21T19:40:04.454Z | Downloaded mime_guess v2.0.5 |
605 | 2025-02-21T19:40:04.454Z | Downloaded hyper-staticfile v0.10.1 |
606 | 2025-02-21T19:40:04.457Z | Downloaded linked-hash-map v0.5.6 |
607 | 2025-02-21T19:40:04.461Z | Downloaded async-bb8-diesel v0.2.1 |
608 | 2025-02-21T19:40:04.463Z | Downloaded litemap v0.7.3 |
609 | 2025-02-21T19:40:04.466Z | Downloaded const_format_proc_macros v0.2.34 |
610 | 2025-02-21T19:40:04.469Z | Downloaded cmake v0.1.51 |
611 | 2025-02-21T19:40:04.472Z | Downloaded icu_locid_transform v1.5.0 |
612 | 2025-02-21T19:40:04.475Z | Downloaded argon2 v0.5.3 |
613 | 2025-02-21T19:40:04.478Z | Downloaded rand_xorshift v0.3.0 |
614 | 2025-02-21T19:40:04.482Z | Downloaded managed v0.8.0 |
615 | 2025-02-21T19:40:04.490Z | Downloaded crc32fast v1.4.2 |
616 | 2025-02-21T19:40:04.490Z | Downloaded console v0.15.10 |
617 | 2025-02-21T19:40:04.493Z | Downloaded lock_api v0.4.12 |
618 | 2025-02-21T19:40:04.493Z | Downloaded csv-core v0.1.11 |
619 | 2025-02-21T19:40:04.493Z | Downloaded rpassword v7.3.1 |
620 | 2025-02-21T19:40:04.494Z | Downloaded memmap2 v0.9.5 |
621 | 2025-02-21T19:40:04.496Z | Downloaded derive_builder_macro v0.20.2 |
622 | 2025-02-21T19:40:04.499Z | Downloaded write16 v1.0.0 |
623 | 2025-02-21T19:40:04.499Z | Downloaded try-lock v0.2.5 |
624 | 2025-02-21T19:40:04.507Z | Downloaded psl-types v2.0.11 |
625 | 2025-02-21T19:40:04.507Z | Downloaded cexpr v0.6.0 |
626 | 2025-02-21T19:40:04.517Z | Downloaded mockall v0.13.0 |
627 | 2025-02-21T19:40:04.517Z | Downloaded rusty-fork v0.3.0 |
628 | 2025-02-21T19:40:04.517Z | Downloaded base64ct v1.6.0 |
629 | 2025-02-21T19:40:04.517Z | Downloaded spki v0.7.3 |
630 | 2025-02-21T19:40:04.523Z | Downloaded signature v2.2.0 |
631 | 2025-02-21T19:40:04.523Z | Downloaded native-tls v0.2.12 |
632 | 2025-02-21T19:40:04.523Z | Downloaded indexmap v1.9.3 |
633 | 2025-02-21T19:40:04.525Z | Downloaded icu_normalizer_data v1.5.0 |
634 | 2025-02-21T19:40:04.525Z | Downloaded icu_locid v1.5.0 |
635 | 2025-02-21T19:40:04.532Z | Downloaded foldhash v0.1.3 |
636 | 2025-02-21T19:40:04.542Z | Downloaded subtle v2.6.1 |
637 | 2025-02-21T19:40:04.551Z | Downloaded openssl-macros v0.1.1 |
638 | 2025-02-21T19:40:04.553Z | Downloaded const-oid v0.9.6 |
639 | 2025-02-21T19:40:04.555Z | Downloaded ahash v0.8.11 |
640 | 2025-02-21T19:40:04.557Z | Downloaded miniz_oxide v0.8.0 |
641 | 2025-02-21T19:40:04.560Z | Downloaded crossbeam-epoch v0.9.18 |
642 | 2025-02-21T19:40:04.563Z | Downloaded peg-runtime v0.8.3 |
643 | 2025-02-21T19:40:04.566Z | Downloaded blake2 v0.10.6 |
644 | 2025-02-21T19:40:04.568Z | Downloaded pretty-hex v0.2.1 |
645 | 2025-02-21T19:40:04.570Z | Downloaded opaque-debug v0.3.1 |
646 | 2025-02-21T19:40:04.575Z | Downloaded allocator-api2 v0.2.18 |
647 | 2025-02-21T19:40:04.577Z | Downloaded russh-cryptovec v0.7.3 |
648 | 2025-02-21T19:40:04.577Z | Downloaded thiserror-impl-no-std v2.0.2 |
649 | 2025-02-21T19:40:04.580Z | Downloaded writeable v0.5.5 |
650 | 2025-02-21T19:40:04.584Z | Downloaded float-ord v0.3.2 |
651 | 2025-02-21T19:40:04.584Z | Downloaded float-cmp v0.10.0 |
652 | 2025-02-21T19:40:04.597Z | Downloaded clang-sys v1.8.1 |
653 | 2025-02-21T19:40:04.597Z | Downloaded cancel-safe-futures v0.1.5 |
654 | 2025-02-21T19:40:04.597Z | Downloaded icu_provider v1.5.0 |
655 | 2025-02-21T19:40:04.600Z | Downloaded untrusted v0.9.0 |
656 | 2025-02-21T19:40:04.600Z | Downloaded structmeta-derive v0.2.0 |
657 | 2025-02-21T19:40:04.602Z | Downloaded icu_normalizer v1.5.0 |
658 | 2025-02-21T19:40:04.605Z | Downloaded env_filter v0.1.2 |
659 | 2025-02-21T19:40:04.610Z | Downloaded progenitor-macro v0.9.1 |
660 | 2025-02-21T19:40:04.612Z | Downloaded tokio-stream v0.1.16 |
661 | 2025-02-21T19:40:04.614Z | Downloaded wyz v0.5.1 |
662 | 2025-02-21T19:40:04.617Z | Downloaded whoami v1.5.2 |
663 | 2025-02-21T19:40:04.619Z | Downloaded glob v0.3.2 |
664 | 2025-02-21T19:40:04.621Z | Downloaded time-core v0.1.2 |
665 | 2025-02-21T19:40:04.624Z | Downloaded sct v0.7.1 |
666 | 2025-02-21T19:40:04.626Z | Downloaded num_enum v0.5.11 |
667 | 2025-02-21T19:40:04.632Z | Downloaded num v0.4.3 |
668 | 2025-02-21T19:40:04.635Z | Downloaded slog-term v2.9.1 |
669 | 2025-02-21T19:40:04.637Z | Downloaded icu_properties v1.5.1 |
670 | 2025-02-21T19:40:04.641Z | Downloaded quick-error v1.2.3 |
671 | 2025-02-21T19:40:04.645Z | Downloaded percent-encoding v2.3.1 |
672 | 2025-02-21T19:40:04.648Z | Downloaded base64 v0.13.1 |
673 | 2025-02-21T19:40:04.653Z | Downloaded predicates-tree v1.0.11 |
674 | 2025-02-21T19:40:04.653Z | Downloaded typify-macro v0.2.0 |
675 | 2025-02-21T19:40:04.655Z | Downloaded predicates-core v1.0.8 |
676 | 2025-02-21T19:40:04.655Z | Downloaded pem-rfc7468 v0.7.0 |
677 | 2025-02-21T19:40:04.655Z | Downloaded pem v3.0.4 |
678 | 2025-02-21T19:40:04.661Z | Downloaded zerofrom v0.1.4 |
679 | 2025-02-21T19:40:04.661Z | Downloaded thiserror-impl v2.0.11 |
680 | 2025-02-21T19:40:04.661Z | Downloaded derive_builder_core v0.20.2 |
681 | 2025-02-21T19:40:04.664Z | Downloaded strum_macros v0.26.4 |
682 | 2025-02-21T19:40:04.667Z | Downloaded polyval v0.6.2 |
683 | 2025-02-21T19:40:04.670Z | Downloaded tokio-rustls v0.25.0 |
684 | 2025-02-21T19:40:04.672Z | Downloaded tokio-rustls v0.24.1 |
685 | 2025-02-21T19:40:04.675Z | Downloaded derive_builder v0.20.2 |
686 | 2025-02-21T19:40:04.682Z | Downloaded typify v0.3.0 |
687 | 2025-02-21T19:40:04.685Z | Downloaded signal-hook-registry v1.4.2 |
688 | 2025-02-21T19:40:04.688Z | Downloaded signal-hook-mio v0.2.4 |
689 | 2025-02-21T19:40:04.691Z | Downloaded env_logger v0.10.2 |
690 | 2025-02-21T19:40:04.694Z | Downloaded rustls-pemfile v1.0.4 |
691 | 2025-02-21T19:40:04.698Z | Downloaded time-macros v0.2.18 |
692 | 2025-02-21T19:40:04.700Z | Downloaded ghash v0.5.1 |
693 | 2025-02-21T19:40:04.700Z | Downloaded oso-derive v0.27.3 |
694 | 2025-02-21T19:40:04.703Z | Downloaded number_prefix v0.4.0 |
695 | 2025-02-21T19:40:04.703Z | Downloaded num_threads v0.1.7 |
696 | 2025-02-21T19:40:04.712Z | Downloaded stringprep v0.1.5 |
697 | 2025-02-21T19:40:04.712Z | Downloaded structmeta v0.2.0 |
698 | 2025-02-21T19:40:04.717Z | Downloaded strip-ansi-escapes v0.2.0 |
699 | 2025-02-21T19:40:04.717Z | Downloaded password-hash v0.5.0 |
700 | 2025-02-21T19:40:04.717Z | Downloaded tokio-native-tls v0.3.1 |
701 | 2025-02-21T19:40:04.717Z | Downloaded compact_str v0.8.0 |
702 | 2025-02-21T19:40:04.721Z | Downloaded parking_lot_core v0.8.6 |
703 | 2025-02-21T19:40:04.725Z | Downloaded shlex v1.3.0 |
704 | 2025-02-21T19:40:04.725Z | Downloaded nu-ansi-term v0.50.1 |
705 | 2025-02-21T19:40:04.729Z | Downloaded ron v0.7.1 |
706 | 2025-02-21T19:40:04.731Z | Downloaded xattr v1.3.1 |
707 | 2025-02-21T19:40:04.738Z | Downloaded serde-big-array v0.5.1 |
708 | 2025-02-21T19:40:04.741Z | Downloaded const_format v0.2.34 |
709 | 2025-02-21T19:40:04.741Z | Downloaded progenitor-client v0.8.0 |
710 | 2025-02-21T19:40:04.744Z | Downloaded progenitor-client v0.9.1 |
711 | 2025-02-21T19:40:04.744Z | Downloaded thiserror v2.0.11 |
712 | 2025-02-21T19:40:04.751Z | Downloaded simd-adler32 v0.3.7 |
713 | 2025-02-21T19:40:04.754Z | Downloaded take_mut v0.2.2 |
714 | 2025-02-21T19:40:04.757Z | Downloaded zerofrom-derive v0.1.4 |
715 | 2025-02-21T19:40:04.757Z | Downloaded tinyvec_macros v0.1.1 |
716 | 2025-02-21T19:40:04.757Z | Downloaded cc v1.1.30 |
717 | 2025-02-21T19:40:04.763Z | Downloaded document-features v0.2.10 |
718 | 2025-02-21T19:40:04.768Z | Downloaded funty v2.0.0 |
719 | 2025-02-21T19:40:04.768Z | Downloaded serde_derive_internals v0.29.1 |
720 | 2025-02-21T19:40:04.768Z | Downloaded snafu-derive v0.8.5 |
721 | 2025-02-21T19:40:04.772Z | Downloaded sigpipe v0.1.3 |
722 | 2025-02-21T19:40:04.772Z | Downloaded icu_collections v1.5.0 |
723 | 2025-02-21T19:40:04.776Z | Downloaded zone_cfg_derive v0.3.0 |
724 | 2025-02-21T19:40:04.779Z | Downloaded oxnet v0.1.0 |
725 | 2025-02-21T19:40:04.779Z | Downloaded nodrop v0.1.14 |
726 | 2025-02-21T19:40:04.783Z | Downloaded unarray v0.1.4 |
727 | 2025-02-21T19:40:04.783Z | Downloaded ron v0.8.1 |
728 | 2025-02-21T19:40:04.788Z | Downloaded rand_seeder v0.3.0 |
729 | 2025-02-21T19:40:04.791Z | Downloaded hash32 v0.2.1 |
730 | 2025-02-21T19:40:04.795Z | Downloaded crypto-bigint v0.5.5 |
731 | 2025-02-21T19:40:04.799Z | Downloaded hash32 v0.3.1 |
732 | 2025-02-21T19:40:04.803Z | Downloaded zeroize v1.8.1 |
733 | 2025-02-21T19:40:04.810Z | Downloaded base64 v0.22.1 |
734 | 2025-02-21T19:40:04.813Z | Downloaded num-traits v0.2.19 |
735 | 2025-02-21T19:40:04.813Z | Downloaded heapless v0.7.17 |
736 | 2025-02-21T19:40:04.816Z | Downloaded typify v0.2.0 |
737 | 2025-02-21T19:40:04.820Z | Downloaded serde-hex v0.1.0 |
738 | 2025-02-21T19:40:04.828Z | Downloaded phf_shared v0.11.2 |
739 | 2025-02-21T19:40:04.828Z | Downloaded endian-type v0.1.2 |
740 | 2025-02-21T19:40:04.828Z | Downloaded diesel-dtrace v0.4.2 |
741 | 2025-02-21T19:40:04.828Z | Downloaded russh-keys v0.45.0 |
742 | 2025-02-21T19:40:04.832Z | Downloaded pbkdf2 v0.12.2 |
743 | 2025-02-21T19:40:04.832Z | Downloaded quinn v0.11.5 |
744 | 2025-02-21T19:40:04.839Z | Downloaded smf v0.2.3 |
745 | 2025-02-21T19:40:04.842Z | Downloaded salsa20 v0.10.2 |
746 | 2025-02-21T19:40:04.842Z | Downloaded tls_codec v0.4.1 |
747 | 2025-02-21T19:40:04.842Z | Downloaded tinystr v0.7.6 |
748 | 2025-02-21T19:40:04.845Z | Downloaded tabwriter v1.4.0 |
749 | 2025-02-21T19:40:04.845Z | Downloaded sqlformat v0.2.6 |
750 | 2025-02-21T19:40:04.852Z | Downloaded slog-envlogger v2.2.0 |
751 | 2025-02-21T19:40:04.852Z | Downloaded rtoolbox v0.0.2 |
752 | 2025-02-21T19:40:04.852Z | Downloaded tracing-core v0.1.32 |
753 | 2025-02-21T19:40:04.857Z | Downloaded owo-colors v4.1.0 |
754 | 2025-02-21T19:40:04.860Z | Downloaded tower-layer v0.3.3 |
755 | 2025-02-21T19:40:04.860Z | Downloaded unicode-truncate v1.1.0 |
756 | 2025-02-21T19:40:04.863Z | Downloaded rustls-pki-types v1.10.0 |
757 | 2025-02-21T19:40:04.866Z | Downloaded http v1.2.0 |
758 | 2025-02-21T19:40:04.872Z | Downloaded want v0.3.1 |
759 | 2025-02-21T19:40:04.876Z | Downloaded poly1305 v0.8.0 |
760 | 2025-02-21T19:40:04.876Z | Downloaded xz2 v0.1.7 |
761 | 2025-02-21T19:40:04.883Z | Downloaded vergen v8.3.2 |
762 | 2025-02-21T19:40:04.886Z | Downloaded hex-literal v0.4.1 |
763 | 2025-02-21T19:40:04.886Z | Downloaded env_logger v0.11.5 |
764 | 2025-02-21T19:40:04.887Z | Downloaded defmt-macros v0.3.9 |
765 | 2025-02-21T19:40:04.889Z | Downloaded normalize-line-endings v0.3.0 |
766 | 2025-02-21T19:40:04.890Z | Downloaded fallible-iterator v0.3.0 |
767 | 2025-02-21T19:40:04.893Z | Downloaded fallible-iterator v0.2.0 |
768 | 2025-02-21T19:40:04.894Z | Downloaded darling_macro v0.20.10 |
769 | 2025-02-21T19:40:04.894Z | Downloaded enum-as-inner v0.6.1 |
770 | 2025-02-21T19:40:04.897Z | Downloaded either v1.13.0 |
771 | 2025-02-21T19:40:04.900Z | Downloaded packed_struct v0.10.1 |
772 | 2025-02-21T19:40:04.900Z | Downloaded base64 v0.21.7 |
773 | 2025-02-21T19:40:04.903Z | Downloaded debug-ignore v1.0.5 |
774 | 2025-02-21T19:40:04.906Z | Downloaded difflib v0.4.0 |
775 | 2025-02-21T19:40:04.911Z | Downloaded rand_core v0.6.4 |
776 | 2025-02-21T19:40:04.911Z | Downloaded path-slash v0.1.5 |
777 | 2025-02-21T19:40:04.911Z | Downloaded progenitor v0.9.1 |
778 | 2025-02-21T19:40:04.915Z | Downloaded futures-task v0.3.31 |
779 | 2025-02-21T19:40:04.915Z | Downloaded foreign-types-macros v0.2.3 |
780 | 2025-02-21T19:40:04.919Z | Downloaded radium v0.7.0 |
781 | 2025-02-21T19:40:04.919Z | Downloaded nibble_vec v0.1.0 |
782 | 2025-02-21T19:40:04.919Z | Downloaded futures-sink v0.3.31 |
783 | 2025-02-21T19:40:04.919Z | Downloaded r2d2 v0.8.10 |
784 | 2025-02-21T19:40:04.923Z | Downloaded primeorder v0.13.6 |
785 | 2025-02-21T19:40:04.927Z | Downloaded fs_extra v1.3.0 |
786 | 2025-02-21T19:40:04.930Z | Downloaded spin v0.9.8 |
787 | 2025-02-21T19:40:04.930Z | Downloaded tar v0.4.42 |
788 | 2025-02-21T19:40:04.934Z | Downloaded snafu v0.8.5 |
789 | 2025-02-21T19:40:04.941Z | Downloaded slog-stdlog v4.1.1 |
790 | 2025-02-21T19:40:04.945Z | Downloaded slog-scope v4.4.0 |
791 | 2025-02-21T19:40:04.948Z | Downloaded zeroize_derive v1.4.2 |
792 | 2025-02-21T19:40:04.948Z | Downloaded signal-hook v0.3.17 |
793 | 2025-02-21T19:40:04.951Z | Downloaded tiny-keccak v2.0.2 |
794 | 2025-02-21T19:40:04.955Z | Downloaded libm v0.2.8 |
795 | 2025-02-21T19:40:04.964Z | Downloaded topological-sort v0.2.2 |
796 | 2025-02-21T19:40:04.968Z | Downloaded termcolor v1.4.1 |
797 | 2025-02-21T19:40:04.972Z | Downloaded synstructure v0.13.1 |
798 | 2025-02-21T19:40:04.972Z | Downloaded slog-dtrace v0.3.0 |
799 | 2025-02-21T19:40:04.975Z | Downloaded slog-async v2.8.0 |
800 | 2025-02-21T19:40:04.975Z | Downloaded serde_urlencoded v0.7.1 |
801 | 2025-02-21T19:40:04.978Z | Downloaded steno v0.4.1 |
802 | 2025-02-21T19:40:04.982Z | Downloaded postcard v1.0.10 |
803 | 2025-02-21T19:40:04.985Z | Downloaded qorb v0.2.1 |
804 | 2025-02-21T19:40:04.994Z | Downloaded ed25519 v2.2.3 |
805 | 2025-02-21T19:40:04.997Z | Downloaded hex v0.4.3 |
806 | 2025-02-21T19:40:04.997Z | Downloaded fxhash v0.2.1 |
807 | 2025-02-21T19:40:04.998Z | Downloaded gethostname v0.5.0 |
808 | 2025-02-21T19:40:05.002Z | Downloaded pbkdf2 v0.11.0 |
809 | 2025-02-21T19:40:05.005Z | Downloaded proc-macro-crate v1.3.1 |
810 | 2025-02-21T19:40:05.005Z | Downloaded phf_codegen v0.11.2 |
811 | 2025-02-21T19:40:05.005Z | Downloaded peg-macros v0.8.4 |
812 | 2025-02-21T19:40:05.009Z | Downloaded socket2 v0.5.7 |
813 | 2025-02-21T19:40:05.013Z | Downloaded openssl-probe v0.1.5 |
814 | 2025-02-21T19:40:05.013Z | Downloaded zerocopy v0.6.6 |
815 | 2025-02-21T19:40:05.016Z | Downloaded rand_chacha v0.3.1 |
816 | 2025-02-21T19:40:05.016Z | Downloaded termios v0.3.3 |
817 | 2025-02-21T19:40:05.019Z | Downloaded rustc-hash v1.1.0 |
818 | 2025-02-21T19:40:05.022Z | Downloaded crossbeam-channel v0.5.13 |
819 | 2025-02-21T19:40:05.027Z | Downloaded dropshot_endpoint v0.12.0 |
820 | 2025-02-21T19:40:05.030Z | Downloaded libxml v0.3.3 |
821 | 2025-02-21T19:40:05.037Z | Downloaded rustversion v1.0.17 |
822 | 2025-02-21T19:40:05.041Z | Downloaded siphasher v0.3.11 |
823 | 2025-02-21T19:40:05.044Z | Downloaded serde_path_to_error v0.1.16 |
824 | 2025-02-21T19:40:05.047Z | Downloaded tokio-postgres v0.7.12 |
825 | 2025-02-21T19:40:05.051Z | Downloaded tokio-macros v2.5.0 |
826 | 2025-02-21T19:40:05.054Z | Downloaded des v0.8.1 |
827 | 2025-02-21T19:40:05.057Z | Downloaded tower-service v0.3.3 |
828 | 2025-02-21T19:40:05.059Z | Downloaded toolchain_find v0.4.0 |
829 | 2025-02-21T19:40:05.059Z | Downloaded waitgroup v0.1.2 |
830 | 2025-02-21T19:40:05.062Z | Downloaded aes v0.8.4 |
831 | 2025-02-21T19:40:05.064Z | Downloaded slab v0.4.9 |
832 | 2025-02-21T19:40:05.067Z | Downloaded string_cache v0.8.7 |
833 | 2025-02-21T19:40:05.070Z | Downloaded zone v0.1.8 |
834 | 2025-02-21T19:40:05.070Z | Downloaded static_assertions v1.1.0 |
835 | 2025-02-21T19:40:05.073Z | Downloaded tls_codec_derive v0.4.1 |
836 | 2025-02-21T19:40:05.075Z | Downloaded stable_deref_trait v1.2.0 |
837 | 2025-02-21T19:40:05.075Z | Downloaded futures-core v0.3.31 |
838 | 2025-02-21T19:40:05.078Z | Downloaded parse-size v1.1.0 |
839 | 2025-02-21T19:40:05.080Z | Downloaded display-error-chain v0.2.2 |
840 | 2025-02-21T19:40:05.080Z | Downloaded embedded-io v0.4.0 |
841 | 2025-02-21T19:40:05.083Z | Downloaded precomputed-hash v0.1.1 |
842 | 2025-02-21T19:40:05.083Z | Downloaded getrandom v0.2.15 |
843 | 2025-02-21T19:40:05.088Z | Downloaded embedded-io v0.6.1 |
844 | 2025-02-21T19:40:05.091Z | Downloaded vsss-rs v3.3.4 |
845 | 2025-02-21T19:40:05.094Z | Downloaded displaydoc v0.2.5 |
846 | 2025-02-21T19:40:05.098Z | Downloaded dirs-sys-next v0.1.2 |
847 | 2025-02-21T19:40:05.102Z | Downloaded olpc-cjson v0.1.4 |
848 | 2025-02-21T19:40:05.102Z | Downloaded zerocopy-derive v0.8.10 |
849 | 2025-02-21T19:40:05.107Z | Downloaded powerfmt v0.2.0 |
850 | 2025-02-21T19:40:05.110Z | Downloaded packed_struct_codegen v0.10.1 |
851 | 2025-02-21T19:40:05.112Z | Downloaded rustc-demangle v0.1.24 |
852 | 2025-02-21T19:40:05.115Z | Downloaded postgres-types v0.2.8 |
853 | 2025-02-21T19:40:05.118Z | Downloaded hyper v1.5.2 |
854 | 2025-02-21T19:40:05.123Z | Downloaded progenitor-macro v0.8.0 |
855 | 2025-02-21T19:40:05.126Z | Downloaded tokio-tungstenite v0.23.1 |
856 | 2025-02-21T19:40:05.129Z | Downloaded crossterm v0.28.1 |
857 | 2025-02-21T19:40:05.137Z | Downloaded num-conv v0.1.0 |
858 | 2025-02-21T19:40:05.141Z | Downloaded yoke-derive v0.7.4 |
859 | 2025-02-21T19:40:05.141Z | Downloaded unicode-properties v0.1.3 |
860 | 2025-02-21T19:40:05.144Z | Downloaded serde_repr v0.1.19 |
861 | 2025-02-21T19:40:05.148Z | Downloaded supports-color v3.0.1 |
862 | 2025-02-21T19:40:05.148Z | Downloaded yasna v0.5.2 |
863 | 2025-02-21T19:40:05.153Z | Downloaded rustyline v14.0.0 |
864 | 2025-02-21T19:40:05.156Z | Downloaded value-bag v1.9.0 |
865 | 2025-02-21T19:40:05.160Z | Downloaded ena v0.14.3 |
866 | 2025-02-21T19:40:05.163Z | Downloaded wait-timeout v0.2.0 |
867 | 2025-02-21T19:40:05.166Z | Downloaded fallible-streaming-iterator v0.1.9 |
868 | 2025-02-21T19:40:05.166Z | Downloaded hickory-client v0.24.3 |
869 | 2025-02-21T19:40:05.169Z | Downloaded ppv-lite86 v0.2.20 |
870 | 2025-02-21T19:40:05.172Z | Downloaded dropshot_endpoint v0.15.1 |
871 | 2025-02-21T19:40:05.176Z | Downloaded termtree v0.5.1 |
872 | 2025-02-21T19:40:05.178Z | Downloaded predicates v3.1.3 |
873 | 2025-02-21T19:40:05.181Z | Downloaded pkg-config v0.3.31 |
874 | 2025-02-21T19:40:05.184Z | Downloaded progenitor v0.8.0 |
875 | 2025-02-21T19:40:05.186Z | Downloaded samael v0.0.17 |
876 | 2025-02-21T19:40:05.192Z | Downloaded reedline v0.35.0 |
877 | 2025-02-21T19:40:05.202Z | Downloaded rustc-hash v2.0.0 |
878 | 2025-02-21T19:40:05.205Z | Downloaded aes-gcm v0.10.3 |
879 | 2025-02-21T19:40:05.208Z | Downloaded tokio-tungstenite v0.21.0 |
880 | 2025-02-21T19:40:05.210Z | Downloaded expectorate v1.1.0 |
881 | 2025-02-21T19:40:05.213Z | Downloaded rfc6979 v0.4.0 |
882 | 2025-02-21T19:40:05.216Z | Downloaded itertools v0.13.0 |
883 | 2025-02-21T19:40:05.224Z | Downloaded sqlparser_derive v0.2.2 |
884 | 2025-02-21T19:40:05.226Z | Downloaded vte_generate_state_changes v0.1.2 |
885 | 2025-02-21T19:40:05.226Z | Downloaded tower v0.5.2 |
886 | 2025-02-21T19:40:05.238Z | Downloaded same-file v1.0.6 |
887 | 2025-02-21T19:40:05.240Z | Downloaded rustc_version v0.4.1 |
888 | 2025-02-21T19:40:05.243Z | Downloaded ref-cast-impl v1.0.23 |
889 | 2025-02-21T19:40:05.243Z | Downloaded num-derive v0.4.2 |
890 | 2025-02-21T19:40:05.246Z | Downloaded termtree v0.4.1 |
891 | 2025-02-21T19:40:05.246Z | Downloaded futures-executor v0.3.31 |
892 | 2025-02-21T19:40:05.249Z | Downloaded ssh-cipher v0.2.0 |
893 | 2025-02-21T19:40:05.256Z | Downloaded strum_macros v0.24.3 |
894 | 2025-02-21T19:40:05.257Z | Downloaded futures-channel v0.3.31 |
895 | 2025-02-21T19:40:05.261Z | Downloaded group v0.13.0 |
896 | 2025-02-21T19:40:05.261Z | Downloaded hashlink v0.9.1 |
897 | 2025-02-21T19:40:05.261Z | Downloaded flate2 v1.0.35 |
898 | 2025-02-21T19:40:05.265Z | Downloaded omicron-zone-package v0.12.0 |
899 | 2025-02-21T19:40:05.269Z | Downloaded smallvec v0.6.14 |
900 | 2025-02-21T19:40:05.272Z | Downloaded prettyplease v0.2.29 |
901 | 2025-02-21T19:40:05.276Z | Downloaded winnow v0.5.40 |
902 | 2025-02-21T19:40:05.288Z | Downloaded rustc_version v0.1.7 |
903 | 2025-02-21T19:40:05.291Z | Downloaded hashbrown v0.13.2 |
904 | 2025-02-21T19:40:05.294Z | Downloaded resolv-conf v0.7.0 |
905 | 2025-02-21T19:40:05.296Z | Downloaded tracing-attributes v0.1.27 |
906 | 2025-02-21T19:40:05.299Z | Downloaded zone_cfg_derive v0.1.2 |
907 | 2025-02-21T19:40:05.301Z | Downloaded foreign-types v0.5.0 |
908 | 2025-02-21T19:40:05.301Z | Downloaded utf-8 v0.7.6 |
909 | 2025-02-21T19:40:05.304Z | Downloaded openssl-sys v0.9.106 |
910 | 2025-02-21T19:40:05.308Z | Downloaded strum v0.26.3 |
911 | 2025-02-21T19:40:05.311Z | Downloaded aho-corasick v1.1.3 |
912 | 2025-02-21T19:40:05.317Z | Downloaded parse-display v0.10.0 |
913 | 2025-02-21T19:40:05.320Z | Downloaded der_derive v0.7.3 |
914 | 2025-02-21T19:40:05.322Z | Downloaded blake3 v1.5.4 |
915 | 2025-02-21T19:40:05.330Z | Downloaded sync_wrapper v1.0.1 |
916 | 2025-02-21T19:40:05.332Z | Downloaded thiserror-no-std v2.0.2 |
917 | 2025-02-21T19:40:05.336Z | Downloaded foreign-types v0.3.2 |
918 | 2025-02-21T19:40:05.338Z | Downloaded futures v0.3.31 |
919 | 2025-02-21T19:40:05.342Z | Downloaded hickory-resolver v0.24.3 |
920 | 2025-02-21T19:40:05.348Z | Downloaded filetime v0.2.25 |
921 | 2025-02-21T19:40:05.350Z | Downloaded paste v1.0.15 |
922 | 2025-02-21T19:40:05.357Z | Downloaded progenitor-impl v0.9.1 |
923 | 2025-02-21T19:40:05.361Z | Downloaded rand v0.8.5 |
924 | 2025-02-21T19:40:05.361Z | Downloaded unicode-segmentation v1.12.0 |
925 | 2025-02-21T19:40:05.365Z | Downloaded foreign-types-shared v0.3.1 |
926 | 2025-02-21T19:40:05.367Z | Downloaded x509-cert v0.2.5 |
927 | 2025-02-21T19:40:05.373Z | Downloaded shell-words v1.1.0 |
928 | 2025-02-21T19:40:05.376Z | Downloaded utf16_iter v1.0.5 |
929 | 2025-02-21T19:40:05.376Z | Downloaded aws-lc-rs v1.10.0 |
930 | 2025-02-21T19:40:05.386Z | Downloaded diesel_table_macro_syntax v0.2.0 |
931 | 2025-02-21T19:40:05.388Z | Downloaded ed25519-dalek v2.1.1 |
932 | 2025-02-21T19:40:05.391Z | Downloaded scheduled-thread-pool v0.2.7 |
933 | 2025-02-21T19:40:05.395Z | Downloaded hickory-server v0.24.3 |
934 | 2025-02-21T19:40:05.402Z | Downloaded pin-project-lite v0.2.14 |
935 | 2025-02-21T19:40:05.405Z | Downloaded num-integer v0.1.46 |
936 | 2025-02-21T19:40:05.408Z | Downloaded pin-project-internal v1.1.6 |
937 | 2025-02-21T19:40:05.408Z | Downloaded fragile v2.0.0 |
938 | 2025-02-21T19:40:05.410Z | Downloaded progenitor-impl v0.8.0 |
939 | 2025-02-21T19:40:05.413Z | Downloaded zip v0.6.6 |
940 | 2025-02-21T19:40:05.418Z | Downloaded num-iter v0.1.45 |
941 | 2025-02-21T19:40:05.421Z | Downloaded pin-project v1.1.6 |
942 | 2025-02-21T19:40:05.431Z | Downloaded scopeguard v1.2.0 |
943 | 2025-02-21T19:40:05.434Z | Downloaded time v0.3.36 |
944 | 2025-02-21T19:40:05.440Z | Downloaded slog v2.7.0 |
945 | 2025-02-21T19:40:05.448Z | Downloaded data-encoding v2.6.0 |
946 | 2025-02-21T19:40:05.450Z | Downloaded serde_plain v1.0.2 |
947 | 2025-02-21T19:40:05.451Z | Downloaded semver v0.1.20 |
948 | 2025-02-21T19:40:05.451Z | Downloaded zip v2.1.3 |
949 | 2025-02-21T19:40:05.455Z | Downloaded tungstenite v0.24.0 |
950 | 2025-02-21T19:40:05.458Z | Downloaded nom v7.1.3 |
951 | 2025-02-21T19:40:05.462Z | Downloaded schemars_derive v0.8.21 |
952 | 2025-02-21T19:40:05.465Z | Downloaded similar v2.6.0 |
953 | 2025-02-21T19:40:05.470Z | Downloaded ff v0.13.0 |
954 | 2025-02-21T19:40:05.472Z | Downloaded num-rational v0.4.2 |
955 | 2025-02-21T19:40:05.475Z | Downloaded p521 v0.13.3 |
956 | 2025-02-21T19:40:05.478Z | Downloaded headers v0.4.0 |
957 | 2025-02-21T19:40:05.484Z | Downloaded tungstenite v0.21.0 |
958 | 2025-02-21T19:40:05.487Z | Downloaded darling v0.20.10 |
959 | 2025-02-21T19:40:05.493Z | Downloaded portable-atomic v1.9.0 |
960 | 2025-02-21T19:40:05.501Z | Downloaded toml v0.7.8 |
961 | 2025-02-21T19:40:05.504Z | Downloaded rustls-webpki v0.101.7 |
962 | 2025-02-21T19:40:05.520Z | Downloaded uuid v1.12.0 |
963 | 2025-02-21T19:40:05.524Z | Downloaded salty v0.3.0 |
964 | 2025-02-21T19:40:05.531Z | Downloaded rusqlite v0.32.1 |
965 | 2025-02-21T19:40:05.538Z | Downloaded darling_core v0.20.10 |
966 | 2025-02-21T19:40:05.543Z | Downloaded half v2.4.1 |
967 | 2025-02-21T19:40:05.547Z | Downloaded rcgen v0.12.1 |
968 | 2025-02-21T19:40:05.551Z | Downloaded bitvec v1.0.1 |
969 | 2025-02-21T19:40:05.567Z | Downloaded unicode-normalization v0.1.24 |
970 | 2025-02-21T19:40:05.572Z | Downloaded bindgen v0.69.5 |
971 | 2025-02-21T19:40:05.581Z | Downloaded url v2.5.3 |
972 | 2025-02-21T19:40:05.586Z | Downloaded hashbrown v0.14.5 |
973 | 2025-02-21T19:40:05.590Z | Downloaded tough v0.19.0 |
974 | 2025-02-21T19:40:05.599Z | Downloaded chrono v0.4.39 |
975 | 2025-02-21T19:40:05.607Z | Downloaded der v0.7.9 |
976 | 2025-02-21T19:40:05.632Z | Downloaded proptest v1.5.0 |
977 | 2025-02-21T19:40:05.643Z | Downloaded git2 v0.19.0 |
978 | 2025-02-21T19:40:05.643Z | Downloaded tungstenite v0.23.0 |
979 | 2025-02-21T19:40:05.646Z | Downloaded rayon-core v1.12.1 |
980 | 2025-02-21T19:40:05.646Z | Downloaded russh v0.45.0 |
981 | 2025-02-21T19:40:05.651Z | Downloaded webpki-roots v0.26.6 |
982 | 2025-02-21T19:40:05.654Z | Downloaded tokio-util v0.7.12 |
983 | 2025-02-21T19:40:05.660Z | Downloaded parse-zoneinfo v0.3.1 |
984 | 2025-02-21T19:40:05.663Z | Downloaded hashbrown v0.12.3 |
985 | 2025-02-21T19:40:05.667Z | Downloaded p384 v0.13.0 |
986 | 2025-02-21T19:40:05.675Z | Downloaded quick-xml v0.33.0 |
987 | 2025-02-21T19:40:05.683Z | Downloaded num-bigint-dig v0.8.4 |
988 | 2025-02-21T19:40:05.688Z | Downloaded sqlparser v0.45.0 |
989 | 2025-02-21T19:40:05.694Z | Downloaded vcpkg v0.2.15 |
990 | 2025-02-21T19:40:05.738Z | Downloaded toml_edit v0.19.15 |
991 | 2025-02-21T19:40:05.755Z | Downloaded polar-core v0.27.3 |
992 | 2025-02-21T19:40:05.765Z | Downloaded zerovec v0.10.4 |
993 | 2025-02-21T19:40:05.772Z | Downloaded rustls-webpki v0.102.8 |
994 | 2025-02-21T19:40:05.792Z | Downloaded dropshot v0.12.0 |
995 | 2025-02-21T19:40:05.814Z | Downloaded ssh-key v0.6.6 |
996 | 2025-02-21T19:40:05.821Z | Downloaded zerocopy v0.8.10 |
997 | 2025-02-21T19:40:05.848Z | Downloaded unicode-width v0.2.0 |
998 | 2025-02-21T19:40:05.854Z | Downloaded curve25519-dalek v4.1.3 |
999 | 2025-02-21T19:40:05.863Z | Downloaded regress v0.9.1 |
1000 | 2025-02-21T19:40:05.874Z | Downloaded futures-util v0.3.31 |
1001 | 2025-02-21T19:40:05.887Z | Downloaded reqwest v0.12.12 |
1002 | 2025-02-21T19:40:05.896Z | Downloaded rustls v0.21.12 |
1003 | 2025-02-21T19:40:05.909Z | Downloaded smoltcp v0.9.1 |
1004 | 2025-02-21T19:40:05.921Z | Downloaded h2 v0.4.6 |
1005 | 2025-02-21T19:40:05.928Z | Downloaded hickory-proto v0.24.3 |
1006 | 2025-02-21T19:40:05.947Z | Downloaded rustls v0.22.4 |
1007 | 2025-02-21T19:40:05.960Z | Downloaded gimli v0.31.1 |
1008 | 2025-02-21T19:40:05.970Z | Downloaded rayon v1.10.0 |
1009 | 2025-02-21T19:40:05.980Z | Downloaded nix v0.27.1 |
1010 | 2025-02-21T19:40:05.993Z | Downloaded object v0.30.4 |
1011 | 2025-02-21T19:40:06.004Z | Downloaded regex-syntax v0.6.29 |
1012 | 2025-02-21T19:40:06.013Z | Downloaded nix v0.29.0 |
1013 | 2025-02-21T19:40:06.026Z | Downloaded ratatui v0.29.0 |
1014 | 2025-02-21T19:40:06.049Z | Downloaded rustls v0.23.19 |
1015 | 2025-02-21T19:40:06.061Z | Downloaded regex v1.11.1 |
1016 | 2025-02-21T19:40:06.075Z | Downloaded openapiv3 v2.0.0 |
1017 | 2025-02-21T19:40:06.088Z | Downloaded bstr v1.10.0 |
1018 | 2025-02-21T19:40:06.100Z | Downloaded chrono-tz v0.10.1 |
1019 | 2025-02-21T19:40:06.108Z | Downloaded regex-syntax v0.8.5 |
1020 | 2025-02-21T19:40:06.117Z | Downloaded quinn-proto v0.11.8 |
1021 | 2025-02-21T19:40:06.125Z | Downloaded petgraph v0.6.5 |
1022 | 2025-02-21T19:40:06.144Z | Downloaded lzma-sys v0.1.20 |
1023 | 2025-02-21T19:40:06.177Z | Downloaded typify-impl v0.2.0 |
1024 | 2025-02-21T19:40:06.193Z | Downloaded object v0.36.5 |
1025 | 2025-02-21T19:40:06.205Z | Downloaded diesel v2.2.7 |
1026 | 2025-02-21T19:40:06.226Z | Downloaded typify-impl v0.3.0 |
1027 | 2025-02-21T19:40:06.243Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2025-02-21T19:40:06.253Z | Downloaded libz-sys v1.1.20 |
1029 | 2025-02-21T19:40:06.276Z | Downloaded dropshot v0.15.1 |
1030 | 2025-02-21T19:40:06.300Z | Downloaded sled v0.34.7 |
1031 | 2025-02-21T19:40:06.311Z | Downloaded tokio v1.43.0 |
1032 | 2025-02-21T19:40:06.353Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1033 | 2025-02-21T19:40:06.367Z | Downloaded regress v0.10.1 |
1034 | 2025-02-21T19:40:06.380Z | Downloaded nix v0.28.0 |
1035 | 2025-02-21T19:40:06.389Z | Downloaded regex-automata v0.4.8 |
1036 | 2025-02-21T19:40:06.409Z | Downloaded radix_trie v0.2.1 |
1037 | 2025-02-21T19:40:06.415Z | Downloaded petname v2.0.2 |
1038 | 2025-02-21T19:40:06.421Z | Downloaded smoltcp v0.11.0 |
1039 | 2025-02-21T19:40:06.435Z | Downloaded openssl v0.10.71 |
1040 | 2025-02-21T19:40:06.447Z | Downloaded lalrpop v0.19.12 |
1041 | 2025-02-21T19:40:06.459Z | Downloaded icu_properties_data v1.5.0 |
1042 | 2025-02-21T19:40:06.471Z | Downloaded tracing v0.1.40 |
1043 | 2025-02-21T19:40:06.475Z | Downloaded serde_with v3.11.0 |
1044 | 2025-02-21T19:40:06.485Z | Downloaded futures-io v0.3.31 |
1045 | 2025-02-21T19:40:06.487Z | Downloaded form_urlencoded v1.2.1 |
1046 | 2025-02-21T19:40:06.487Z | Downloaded sha1 v0.10.6 |
1047 | 2025-02-21T19:40:06.490Z | Downloaded daft-derive v0.1.1 |
1048 | 2025-02-21T19:40:06.494Z | Downloaded parking_lot v0.12.3 |
1049 | 2025-02-21T19:40:06.498Z | Downloaded fatfs v0.3.6 |
1050 | 2025-02-21T19:40:06.500Z | Downloaded diff v0.1.13 |
1051 | 2025-02-21T19:40:06.503Z | Downloaded pkcs5 v0.7.1 |
1052 | 2025-02-21T19:40:06.506Z | Downloaded csv v1.3.1 |
1053 | 2025-02-21T19:40:06.528Z | Downloaded password-hash v0.4.2 |
1054 | 2025-02-21T19:40:06.531Z | Downloaded structmeta-derive v0.3.0 |
1055 | 2025-02-21T19:40:06.534Z | Downloaded structmeta v0.3.0 |
1056 | 2025-02-21T19:40:06.534Z | Downloaded utf8_iter v1.0.4 |
1057 | 2025-02-21T19:40:06.534Z | Downloaded unicode-xid v0.2.6 |
1058 | 2025-02-21T19:40:06.537Z | Downloaded unicode-bidi v0.3.17 |
1059 | 2025-02-21T19:40:06.539Z | Downloaded num-bigint v0.4.6 |
1060 | 2025-02-21T19:40:06.544Z | Downloaded scrypt v0.11.0 |
1061 | 2025-02-21T19:40:06.547Z | Downloaded sha3 v0.10.8 |
1062 | 2025-02-21T19:40:06.551Z | Downloaded typed-path v0.9.3 |
1063 | 2025-02-21T19:40:06.559Z | Downloaded parking_lot_core v0.9.10 |
1064 | 2025-02-21T19:40:06.562Z | Downloaded parking_lot v0.11.2 |
1065 | 2025-02-21T19:40:06.565Z | Downloaded rsa v0.9.6 |
1066 | 2025-02-21T19:40:06.569Z | Downloaded pin-utils v0.1.0 |
1067 | 2025-02-21T19:40:06.572Z | Downloaded phf_generator v0.11.2 |
1068 | 2025-02-21T19:40:06.572Z | Downloaded foreign-types-shared v0.1.1 |
1069 | 2025-02-21T19:40:06.575Z | Downloaded zerovec-derive v0.10.3 |
1070 | 2025-02-21T19:40:06.575Z | Downloaded twox-hash v2.1.0 |
1071 | 2025-02-21T19:40:06.578Z | Downloaded tokio-tungstenite v0.24.0 |
1072 | 2025-02-21T19:40:06.580Z | Downloaded pkcs1 v0.7.5 |
1073 | 2025-02-21T19:40:06.583Z | Downloaded hkdf v0.12.4 |
1074 | 2025-02-21T19:40:06.586Z | Downloaded futures-macro v0.3.31 |
1075 | 2025-02-21T19:40:06.590Z | Downloaded unicase v2.7.0 |
1076 | 2025-02-21T19:40:06.590Z | Downloaded thread_local v1.1.8 |
1077 | 2025-02-21T19:40:06.593Z | Downloaded smallvec v1.13.2 |
1078 | 2025-02-21T19:40:06.593Z | Downloaded num_enum_derive v0.5.11 |
1079 | 2025-02-21T19:40:06.593Z | Downloaded schemars v0.8.21 |
1080 | 2025-02-21T19:40:06.605Z | Downloaded fd-lock v4.0.2 |
1081 | 2025-02-21T19:40:06.610Z | Downloaded postgres-protocol v0.6.7 |
1082 | 2025-02-21T19:40:06.613Z | Downloaded pkcs8 v0.10.2 |
1083 | 2025-02-21T19:40:06.615Z | Downloaded dirs-next v2.0.0 |
1084 | 2025-02-21T19:40:06.615Z | Downloaded deranged v0.3.11 |
1085 | 2025-02-21T19:40:06.618Z | Downloaded defmt-parser v0.3.4 |
1086 | 2025-02-21T19:40:06.618Z | Downloaded yoke v0.7.4 |
1087 | 2025-02-21T19:40:06.621Z | Downloaded walkdir v2.5.0 |
1088 | 2025-02-21T19:40:06.624Z | Downloaded elliptic-curve v0.13.8 |
1089 | 2025-02-21T19:40:06.626Z | Downloaded num-complex v0.4.6 |
1090 | 2025-02-21T19:40:06.629Z | Downloaded heck v0.3.3 |
1091 | 2025-02-21T19:40:06.629Z | Downloaded vte v0.11.1 |
1092 | 2025-02-21T19:40:06.632Z | Downloaded oso v0.27.3 |
1093 | 2025-02-21T19:40:06.635Z | Downloaded sync-ptr v0.1.1 |
1094 | 2025-02-21T19:40:06.635Z | Downloaded term v0.7.0 |
1095 | 2025-02-21T19:40:06.639Z | Downloaded diesel_derives v2.2.3 |
1096 | 2025-02-21T19:40:06.644Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1097 | 2025-02-21T19:40:06.707Z | Downloaded quinn-udp v0.5.5 |
1098 | 2025-02-21T19:40:06.709Z | Downloaded p256 v0.13.2 |
1099 | 2025-02-21T19:40:06.712Z | Downloaded idna v1.0.3 |
1100 | 2025-02-21T19:40:06.717Z | Downloaded encoding_rs v0.8.34 |
1101 | 2025-02-21T19:40:06.740Z | Downloaded serde_with_macros v3.11.0 |
1102 | 2025-02-21T19:40:06.743Z | Downloaded tinyvec v1.8.0 |
1103 | 2025-02-21T19:40:06.748Z | Downloaded parse-display-derive v0.10.0 |
1104 | 2025-02-21T19:40:06.750Z | Downloaded zone v0.3.0 |
1105 | 2025-02-21T19:40:06.751Z | Downloaded phf v0.11.2 |
1106 | 2025-02-21T19:40:06.753Z | Downloaded dsl_auto_type v0.1.2 |
1107 | 2025-02-21T19:40:06.753Z | Downloaded itertools v0.12.1 |
1108 | 2025-02-21T19:40:06.760Z | Downloaded publicsuffix v2.3.0 |
1109 | 2025-02-21T19:40:06.765Z | Downloaded itertools v0.10.5 |
1110 | 2025-02-21T19:40:06.771Z | Downloaded uzers v0.12.1 |
1111 | 2025-02-21T19:40:06.774Z | Downloaded slog-json v2.6.1 |
1112 | 2025-02-21T19:40:06.777Z | Downloaded unsafe-libyaml v0.2.11 |
1113 | 2025-02-21T19:40:06.781Z | Downloaded unicode_categories v0.1.1 |
1114 | 2025-02-21T19:40:06.784Z | Downloaded heapless v0.8.0 |
1115 | 2025-02-21T19:40:06.786Z | Downloaded flume v0.11.1 |
1116 | 2025-02-21T19:40:06.791Z | Downloaded ring v0.17.9 |
1117 | 2025-02-21T19:40:06.837Z | Downloaded peg v0.8.4 |
1118 | 2025-02-21T19:40:06.844Z | Downloaded minimal-lexical v0.2.1 |
1119 | 2025-02-21T19:40:06.847Z | Downloaded mio v1.0.2 |
1120 | 2025-02-21T19:40:06.852Z | Downloaded derive-where v1.2.7 |
1121 | 2025-02-21T19:40:06.856Z | Downloaded test-strategy v0.3.1 |
1122 | 2025-02-21T19:40:06.860Z | Downloaded subprocess v0.2.9 |
1123 | 2025-02-21T19:40:06.863Z | Downloaded serde_yaml v0.9.34+deprecated |
1124 | 2025-02-21T19:40:06.868Z | Downloaded phf_shared v0.10.0 |
1125 | 2025-02-21T19:40:06.868Z | Downloaded ecdsa v0.16.9 |
1126 | 2025-02-21T19:40:06.871Z | Downloaded derive_more v0.99.19 |
1127 | 2025-02-21T19:40:06.876Z | Downloaded zopfli v0.8.1 |
1128 | 2025-02-21T19:40:06.879Z | Downloaded bumpalo v3.16.0 |
1129 | 2025-02-21T19:40:06.882Z | Downloaded backtrace v0.3.74 |
1130 | 2025-02-21T19:40:06.886Z | Downloaded indicatif v0.17.11 |
1131 | 2025-02-21T19:40:06.890Z | Downloaded downcast v0.11.0 |
1132 | 2025-02-21T19:40:06.893Z | Downloaded typify-macro v0.3.0 |
1133 | 2025-02-21T19:40:06.894Z | Downloaded tui-tree-widget v0.23.0 |
1134 | 2025-02-21T19:40:06.894Z | Downloaded tap v1.0.1 |
1135 | 2025-02-21T19:40:06.900Z | Downloaded globset v0.4.15 |
1136 | 2025-02-21T19:40:06.900Z | Downloaded fixedbitset v0.4.2 |
1137 | 2025-02-21T19:40:06.903Z | Downloaded defmt v0.3.8 |
1138 | 2025-02-21T19:40:06.903Z | Downloaded crc-any v2.5.0 |
1139 | 2025-02-21T19:40:06.907Z | Downloaded chacha20poly1305 v0.10.1 |
1140 | 2025-02-21T19:40:06.907Z | Downloaded bytes v1.9.0 |
1141 | 2025-02-21T19:40:06.910Z | Downloaded crossbeam-utils v0.8.20 |
1142 | 2025-02-21T19:40:06.915Z | Downloaded dunce v1.0.5 |
1143 | 2025-02-21T19:40:06.915Z | Downloaded tokio-rustls v0.26.0 |
1144 | 2025-02-21T19:40:06.918Z | Downloaded icu_locid_transform_data v1.5.0 |
1145 | 2025-02-21T19:40:06.921Z | Downloaded untrusted v0.7.1 |
1146 | 2025-02-21T19:40:06.921Z | Downloaded universal-hash v0.5.1 |
1147 | 2025-02-21T19:40:06.921Z | Downloaded iana-time-zone v0.1.61 |
1148 | 2025-02-21T19:40:06.924Z | Downloaded hyper-util v0.1.10 |
1149 | 2025-02-21T19:40:06.928Z | Downloaded flagset v0.4.6 |
1150 | 2025-02-21T19:40:06.933Z | Downloaded dyn-clone v1.0.18 |
1151 | 2025-02-21T19:40:06.937Z | Downloaded rustls-pemfile v2.2.0 |
1152 | 2025-02-21T19:40:06.937Z | Downloaded mockall_derive v0.13.0 |
1153 | 2025-02-21T19:40:06.943Z | Downloaded which v4.4.2 |
1154 | 2025-02-21T19:40:06.943Z | Downloaded strum_macros v0.25.3 |
1155 | 2025-02-21T19:40:06.943Z | Downloaded arc-swap v1.7.1 |
1156 | 2025-02-21T19:40:06.946Z | Downloaded litrs v0.4.1 |
1157 | 2025-02-21T19:40:06.951Z | Downloaded crossbeam-deque v0.8.5 |
1158 | 2025-02-21T19:40:06.954Z | Downloaded cookie v0.18.1 |
1159 | 2025-02-21T19:40:06.954Z | Downloaded ssh-encoding v0.2.0 |
1160 | 2025-02-21T19:40:06.957Z | Downloaded slog-bunyan v2.5.0 |
1161 | 2025-02-21T19:40:06.957Z | Downloaded secrecy v0.8.0 |
1162 | 2025-02-21T19:40:06.957Z | Downloaded sec1 v0.7.3 |
1163 | 2025-02-21T19:40:06.960Z | Downloaded rustfmt-wrapper v0.2.1 |
1164 | 2025-02-21T19:40:06.960Z | Downloaded ref-cast v1.0.23 |
1165 | 2025-02-21T19:40:06.965Z | Downloaded cookie_store v0.21.1 |
1166 | 2025-02-21T19:40:06.968Z | Downloaded ciborium v0.2.2 |
1167 | 2025-02-21T19:40:06.968Z | Downloaded jobserver v0.1.32 |
1168 | 2025-02-21T19:40:06.971Z | Downloaded async-trait v0.1.86 |
1169 | 2025-02-21T19:40:06.974Z | Downloaded bcs v0.1.6 |
1170 | 2025-02-21T19:40:06.974Z | Downloaded backoff v0.4.0 |
1171 | 2025-02-21T19:40:06.978Z | Downloaded libloading v0.8.5 |
1172 | 2025-02-21T19:40:06.981Z | Downloaded highway v1.2.0 |
1173 | 2025-02-21T19:40:06.984Z | Downloaded bzip2 v0.4.4 |
1174 | 2025-02-21T19:40:06.989Z | Downloaded arrayvec v0.7.6 |
1175 | 2025-02-21T19:40:06.989Z | Downloaded hyper-tls v0.6.0 |
1176 | 2025-02-21T19:40:06.989Z | Downloaded hyper-rustls v0.27.3 |
1177 | 2025-02-21T19:40:06.993Z | Downloaded bitfield v0.14.0 |
1178 | 2025-02-21T19:40:06.993Z | Downloaded maplit v1.0.2 |
1179 | 2025-02-21T19:40:06.996Z | Downloaded libefi-sys v0.1.0 |
1180 | 2025-02-21T19:40:06.996Z | Downloaded lazycell v1.3.0 |
1181 | 2025-02-21T19:40:07.001Z | Downloaded kstat-rs v0.2.4 |
1182 | 2025-02-21T19:40:07.002Z | Downloaded convert_case v0.4.0 |
1183 | 2025-02-21T19:40:07.002Z | Downloaded cassowary v0.3.0 |
1184 | 2025-02-21T19:40:07.006Z | Downloaded lockfree-object-pool v0.1.6 |
1185 | 2025-02-21T19:40:07.006Z | Downloaded lalrpop-util v0.19.12 |
1186 | 2025-02-21T19:40:07.006Z | Downloaded indent_write v2.2.0 |
1187 | 2025-02-21T19:40:07.006Z | Downloaded httparse v1.9.5 |
1188 | 2025-02-21T19:40:07.009Z | Downloaded chacha20 v0.9.1 |
1189 | 2025-02-21T19:40:07.009Z | Downloaded cobs v0.2.3 |
1190 | 2025-02-21T19:40:07.015Z | Downloaded impl-trait-for-tuples v0.2.2 |
1191 | 2025-02-21T19:40:07.015Z | Downloaded bitflags v1.3.2 |
1192 | 2025-02-21T19:40:07.018Z | Downloaded indoc v1.0.9 |
1193 | 2025-02-21T19:40:07.021Z | Downloaded hostname v0.4.0 |
1194 | 2025-02-21T19:40:07.021Z | Downloaded hostname v0.3.1 |
1195 | 2025-02-21T19:40:07.024Z | Downloaded ciborium-ll v0.2.2 |
1196 | 2025-02-21T19:40:07.024Z | Downloaded buf-list v1.0.3 |
1197 | 2025-02-21T19:40:07.026Z | Downloaded bitfield-struct v0.6.2 |
1198 | 2025-02-21T19:40:07.027Z | Downloaded base16ct v0.2.0 |
1199 | 2025-02-21T19:40:07.032Z | Downloaded home v0.5.9 |
1200 | 2025-02-21T19:40:07.032Z | Downloaded bit-set v0.5.3 |
1201 | 2025-02-21T19:40:07.036Z | Downloaded chrono-tz-build v0.4.0 |
1202 | 2025-02-21T19:40:07.036Z | Downloaded async-stream v0.3.6 |
1203 | 2025-02-21T19:40:07.036Z | Downloaded array-init v0.0.4 |
1204 | 2025-02-21T19:40:07.036Z | Downloaded headers-core v0.3.0 |
1205 | 2025-02-21T19:40:07.037Z | Downloaded arrayref v0.3.9 |
1206 | 2025-02-21T19:40:07.041Z | Downloaded aead v0.5.2 |
1207 | 2025-02-21T19:40:07.477Z | Downloaded libsqlite3-sys v0.30.1 |
1208 | 2025-02-21T19:40:07.511Z | Downloaded aws-lc-sys v0.22.0 |
1209 | 2025-02-21T19:40:07.851Z | Compiling serde v1.0.217 |
1210 | 2025-02-21T19:40:07.854Z | Compiling value-bag v1.9.0 |
1211 | 2025-02-21T19:40:07.854Z | Compiling lock_api v0.4.12 |
1212 | 2025-02-21T19:40:07.854Z | Compiling scopeguard v1.2.0 |
1213 | 2025-02-21T19:40:07.854Z | Compiling typenum v1.17.0 |
1214 | 2025-02-21T19:40:07.854Z | Compiling generic-array v0.14.7 |
1215 | 2025-02-21T19:40:08.119Z | Compiling syn v2.0.96 |
1216 | 2025-02-21T19:40:08.119Z | Compiling getrandom v0.2.15 |
1217 | 2025-02-21T19:40:08.308Z | Compiling shlex v1.3.0 |
1218 | 2025-02-21T19:40:08.570Z | Compiling log v0.4.22 |
1219 | 2025-02-21T19:40:08.594Z | Compiling rand_core v0.6.4 |
1220 | 2025-02-21T19:40:08.635Z | Compiling subtle v2.6.1 |
1221 | 2025-02-21T19:40:08.687Z | Compiling jobserver v0.1.32 |
1222 | 2025-02-21T19:40:08.721Z | Compiling smallvec v1.13.2 |
1223 | 2025-02-21T19:40:09.047Z | Compiling const-oid v0.9.6 |
1224 | 2025-02-21T19:40:09.091Z | Compiling pin-project-lite v0.2.14 |
1225 | 2025-02-21T19:40:09.181Z | Compiling cc v1.1.30 |
1226 | 2025-02-21T19:40:09.222Z | Compiling rustix v0.38.37 |
1227 | 2025-02-21T19:40:09.239Z | Compiling parking_lot_core v0.9.10 |
1228 | 2025-02-21T19:40:09.399Z | Compiling futures-core v0.3.31 |
1229 | 2025-02-21T19:40:09.558Z | Compiling spin v0.9.8 |
1230 | 2025-02-21T19:40:09.659Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2025-02-21T19:40:10.008Z | Compiling mio v1.0.2 |
1232 | 2025-02-21T19:40:10.155Z | Compiling aho-corasick v1.1.3 |
1233 | 2025-02-21T19:40:10.507Z | Compiling parking_lot v0.12.3 |
1234 | 2025-02-21T19:40:10.507Z | Compiling futures-sink v0.3.31 |
1235 | 2025-02-21T19:40:10.712Z | Compiling cpufeatures v0.2.14 |
1236 | 2025-02-21T19:40:10.833Z | Compiling stable_deref_trait v1.2.0 |
1237 | 2025-02-21T19:40:10.855Z | Compiling regex-syntax v0.8.5 |
1238 | 2025-02-21T19:40:10.961Z | Compiling socket2 v0.5.7 |
1239 | 2025-02-21T19:40:11.197Z | Compiling slab v0.4.9 |
1240 | 2025-02-21T19:40:11.251Z | Compiling either v1.13.0 |
1241 | 2025-02-21T19:40:11.430Z | Compiling glob v0.3.2 |
1242 | 2025-02-21T19:40:11.703Z | Compiling prettyplease v0.2.29 |
1243 | 2025-02-21T19:40:11.943Z | Compiling lazy_static v1.5.0 |
1244 | 2025-02-21T19:40:12.051Z | Compiling serde_json v1.0.139 |
1245 | 2025-02-21T19:40:12.096Z | Compiling minimal-lexical v0.2.1 |
1246 | 2025-02-21T19:40:12.124Z | Compiling futures-channel v0.3.31 |
1247 | 2025-02-21T19:40:12.324Z | Compiling clang-sys v1.8.1 |
1248 | 2025-02-21T19:40:12.424Z | Compiling libloading v0.8.5 |
1249 | 2025-02-21T19:40:12.565Z | Compiling nom v7.1.3 |
1250 | 2025-02-21T19:40:12.603Z | Compiling futures-task v0.3.31 |
1251 | 2025-02-21T19:40:12.819Z | Compiling pin-utils v0.1.0 |
1252 | 2025-02-21T19:40:12.920Z | Compiling bindgen v0.69.5 |
1253 | 2025-02-21T19:40:12.939Z | Compiling futures-io v0.3.31 |
1254 | 2025-02-21T19:40:13.085Z | Compiling home v0.5.9 |
1255 | 2025-02-21T19:40:13.276Z | Compiling itertools v0.10.5 |
1256 | 2025-02-21T19:40:13.354Z | Compiling rustc-hash v1.1.0 |
1257 | 2025-02-21T19:40:13.534Z | Compiling lazycell v1.3.0 |
1258 | 2025-02-21T19:40:13.730Z | Compiling libm v0.2.8 |
1259 | 2025-02-21T19:40:13.879Z | Compiling allocator-api2 v0.2.18 |
1260 | 2025-02-21T19:40:14.120Z | Compiling foldhash v0.1.3 |
1261 | 2025-02-21T19:40:14.492Z | Compiling cmake v0.1.51 |
1262 | 2025-02-21T19:40:14.692Z | Compiling hashbrown v0.15.1 |
1263 | 2025-02-21T19:40:15.120Z | Compiling regex-automata v0.4.8 |
1264 | 2025-02-21T19:40:15.405Z | Compiling num-traits v0.2.19 |
1265 | 2025-02-21T19:40:15.756Z | Compiling fs_extra v1.3.0 |
1266 | 2025-02-21T19:40:15.909Z | Compiling cexpr v0.6.0 |
1267 | 2025-02-21T19:40:15.932Z | Compiling dunce v1.0.5 |
1268 | 2025-02-21T19:40:16.085Z | Compiling synstructure v0.13.1 |
1269 | 2025-02-21T19:40:16.359Z | Compiling pkg-config v0.3.31 |
1270 | 2025-02-21T19:40:17.554Z | Compiling writeable v0.5.5 |
1271 | 2025-02-21T19:40:17.654Z | Compiling litemap v0.7.3 |
1272 | 2025-02-21T19:40:17.696Z | Compiling ring v0.17.9 |
1273 | 2025-02-21T19:40:18.074Z | Compiling paste v1.0.15 |
1274 | 2025-02-21T19:40:18.184Z | Compiling base64ct v1.6.0 |
1275 | 2025-02-21T19:40:18.828Z | Compiling pem-rfc7468 v0.7.0 |
1276 | 2025-02-21T19:40:18.938Z | Compiling flagset v0.4.6 |
1277 | 2025-02-21T19:40:19.141Z | Compiling icu_locid_transform_data v1.5.0 |
1278 | 2025-02-21T19:40:19.193Z | Compiling httparse v1.9.5 |
1279 | 2025-02-21T19:40:19.266Z | Compiling aws-lc-rs v1.10.0 |
1280 | 2025-02-21T19:40:19.744Z | Compiling tracing-core v0.1.32 |
1281 | 2025-02-21T19:40:19.985Z | Compiling rustls-pki-types v1.10.0 |
1282 | 2025-02-21T19:40:20.345Z | Compiling icu_properties_data v1.5.0 |
1283 | 2025-02-21T19:40:20.621Z | Compiling crossbeam-utils v0.8.20 |
1284 | 2025-02-21T19:40:20.642Z | Compiling percent-encoding v2.3.1 |
1285 | 2025-02-21T19:40:20.963Z | Compiling regex v1.11.1 |
1286 | 2025-02-21T19:40:21.050Z | Compiling write16 v1.0.0 |
1287 | 2025-02-21T19:40:21.216Z | Compiling untrusted v0.7.1 |
1288 | 2025-02-21T19:40:21.219Z | Compiling vcpkg v0.2.15 |
1289 | 2025-02-21T19:40:21.392Z | Compiling serde_derive v1.0.217 |
1290 | 2025-02-21T19:40:21.430Z | Compiling zeroize_derive v1.4.2 |
1291 | 2025-02-21T19:40:21.713Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2025-02-21T19:40:21.958Z | Compiling tokio-macros v2.5.0 |
1293 | 2025-02-21T19:40:22.884Z | Compiling zeroize v1.8.1 |
1294 | 2025-02-21T19:40:23.071Z | Compiling zerofrom-derive v0.1.4 |
1295 | 2025-02-21T19:40:23.437Z | Compiling yoke-derive v0.7.4 |
1296 | 2025-02-21T19:40:23.525Z | Compiling futures-macro v0.3.31 |
1297 | 2025-02-21T19:40:23.768Z | Compiling zerocopy v0.7.35 |
1298 | 2025-02-21T19:40:24.570Z | Compiling zerovec-derive v0.10.3 |
1299 | 2025-02-21T19:40:24.665Z | Compiling crypto-common v0.1.6 |
1300 | 2025-02-21T19:40:24.934Z | Compiling block-buffer v0.10.4 |
1301 | 2025-02-21T19:40:25.184Z | Compiling digest v0.10.7 |
1302 | 2025-02-21T19:40:25.213Z | Compiling thiserror-impl v1.0.69 |
1303 | 2025-02-21T19:40:25.465Z | Compiling futures-util v0.3.31 |
1304 | 2025-02-21T19:40:25.708Z | Compiling hmac v0.12.1 |
1305 | 2025-02-21T19:40:26.034Z | Compiling displaydoc v0.2.5 |
1306 | 2025-02-21T19:40:26.225Z | Compiling block-padding v0.3.3 |
1307 | 2025-02-21T19:40:26.251Z | Compiling sha2 v0.10.8 |
1308 | 2025-02-21T19:40:26.518Z | Compiling inout v0.1.3 |
1309 | 2025-02-21T19:40:26.711Z | Compiling zerofrom v0.1.4 |
1310 | 2025-02-21T19:40:26.842Z | Compiling cipher v0.4.4 |
1311 | 2025-02-21T19:40:26.943Z | Compiling yoke v0.7.4 |
1312 | 2025-02-21T19:40:27.204Z | Compiling icu_provider_macros v1.5.0 |
1313 | 2025-02-21T19:40:27.336Z | Compiling zerovec v0.10.4 |
1314 | 2025-02-21T19:40:27.418Z | Compiling ppv-lite86 v0.2.20 |
1315 | 2025-02-21T19:40:27.709Z | Compiling der_derive v0.7.3 |
1316 | 2025-02-21T19:40:28.297Z | Compiling rand_chacha v0.3.1 |
1317 | 2025-02-21T19:40:28.419Z | Compiling thiserror v1.0.69 |
1318 | 2025-02-21T19:40:28.440Z | Compiling tracing-attributes v0.1.27 |
1319 | 2025-02-21T19:40:28.598Z | Compiling pest v2.7.14 |
1320 | 2025-02-21T19:40:29.496Z | Compiling tinystr v0.7.6 |
1321 | 2025-02-21T19:40:29.929Z | Compiling icu_locid v1.5.0 |
1322 | 2025-02-21T19:40:30.010Z | Compiling icu_collections v1.5.0 |
1323 | 2025-02-21T19:40:30.204Z | Compiling der v0.7.9 |
1324 | 2025-02-21T19:40:30.885Z | Compiling rand v0.8.5 |
1325 | 2025-02-21T19:40:31.277Z | Compiling icu_provider v1.5.0 |
1326 | 2025-02-21T19:40:31.376Z | Compiling salsa20 v0.10.2 |
1327 | 2025-02-21T19:40:31.623Z | Compiling pbkdf2 v0.12.2 |
1328 | 2025-02-21T19:40:31.766Z | Compiling time-core v0.1.2 |
1329 | 2025-02-21T19:40:31.792Z | Compiling tracing v0.1.40 |
1330 | 2025-02-21T19:40:31.807Z | Compiling untrusted v0.9.0 |
1331 | 2025-02-21T19:40:31.945Z | Compiling icu_locid_transform v1.5.0 |
1332 | 2025-02-21T19:40:31.975Z | Compiling icu_normalizer_data v1.5.0 |
1333 | 2025-02-21T19:40:32.014Z | Compiling num-conv v0.1.0 |
1334 | 2025-02-21T19:40:32.090Z | Compiling powerfmt v0.2.0 |
1335 | 2025-02-21T19:40:32.202Z | Compiling utf8_iter v1.0.4 |
1336 | 2025-02-21T19:40:32.310Z | Compiling spki v0.7.3 |
1337 | 2025-02-21T19:40:32.331Z | Compiling utf16_iter v1.0.5 |
1338 | 2025-02-21T19:40:32.477Z | Compiling mirai-annotations v1.12.0 |
1339 | 2025-02-21T19:40:32.532Z | Compiling deranged v0.3.11 |
1340 | 2025-02-21T19:40:32.578Z | Compiling time-macros v0.2.18 |
1341 | 2025-02-21T19:40:32.734Z | Compiling scrypt v0.11.0 |
1342 | 2025-02-21T19:40:32.998Z | Compiling pest_meta v2.7.14 |
1343 | 2025-02-21T19:40:33.334Z | Compiling cbc v0.1.2 |
1344 | 2025-02-21T19:40:33.367Z | Compiling aes v0.8.4 |
1345 | 2025-02-21T19:40:33.577Z | Compiling icu_properties v1.5.1 |
1346 | 2025-02-21T19:40:34.104Z | Compiling openssl-sys v0.9.106 |
1347 | 2025-02-21T19:40:34.496Z | Compiling scroll_derive v0.12.0 |
1348 | 2025-02-21T19:40:35.195Z | Compiling bitflags v2.6.0 |
1349 | 2025-02-21T19:40:35.224Z | Compiling bytes v1.9.0 |
1350 | 2025-02-21T19:40:35.918Z | Compiling indexmap v2.7.1 |
1351 | 2025-02-21T19:40:36.262Z | Compiling tokio v1.43.0 |
1352 | 2025-02-21T19:40:36.535Z | Compiling http v1.2.0 |
1353 | 2025-02-21T19:40:37.283Z | Compiling semver v1.0.25 |
1354 | 2025-02-21T19:40:37.497Z | Compiling icu_normalizer v1.5.0 |
1355 | 2025-02-21T19:40:38.057Z | Compiling rustc_version v0.4.1 |
1356 | 2025-02-21T19:40:38.450Z | Compiling num_threads v0.1.7 |
1357 | 2025-02-21T19:40:38.610Z | Compiling atomic-waker v1.1.2 |
1358 | 2025-02-21T19:40:38.633Z | Compiling tinyvec_macros v0.1.1 |
1359 | 2025-02-21T19:40:38.754Z | Compiling tinyvec v1.8.0 |
1360 | 2025-02-21T19:40:38.774Z | Compiling time v0.3.36 |
1361 | 2025-02-21T19:40:38.777Z | Compiling idna_adapter v1.2.0 |
1362 | 2025-02-21T19:40:38.829Z | Compiling http-body v1.0.1 |
1363 | 2025-02-21T19:40:38.920Z | Compiling scroll v0.12.0 |
1364 | 2025-02-21T19:40:39.095Z | Compiling pest_generator v2.7.14 |
1365 | 2025-02-21T19:40:39.123Z | Compiling pkcs5 v0.7.1 |
1366 | 2025-02-21T19:40:39.300Z | Compiling form_urlencoded v1.2.1 |
1367 | 2025-02-21T19:40:39.461Z | Compiling slog v2.7.0 |
1368 | 2025-02-21T19:40:39.647Z | Compiling which v4.4.2 |
1369 | 2025-02-21T19:40:40.219Z | Compiling try-lock v0.2.5 |
1370 | 2025-02-21T19:40:40.245Z | Compiling pkcs8 v0.10.2 |
1371 | 2025-02-21T19:40:40.336Z | Compiling goblin v0.8.2 |
1372 | 2025-02-21T19:40:40.411Z | Compiling want v0.3.1 |
1373 | 2025-02-21T19:40:40.684Z | Compiling idna v1.0.3 |
1374 | 2025-02-21T19:40:40.736Z | Compiling uuid v1.12.0 |
1375 | 2025-02-21T19:40:40.974Z | Compiling tower-service v0.3.3 |
1376 | 2025-02-21T19:40:41.077Z | Compiling pest_derive v2.7.14 |
1377 | 2025-02-21T19:40:41.123Z | Compiling iana-time-zone v0.1.61 |
1378 | 2025-02-21T19:40:41.529Z | Compiling httpdate v1.0.3 |
1379 | 2025-02-21T19:40:41.963Z | Compiling dtrace-parser v0.2.0 |
1380 | 2025-02-21T19:40:42.029Z | Compiling chrono v0.4.39 |
1381 | 2025-02-21T19:40:42.414Z | Compiling serde_spanned v0.6.8 |
1382 | 2025-02-21T19:40:42.676Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2025-02-21T19:40:43.149Z | Compiling toml_datetime v0.6.8 |
1384 | 2025-02-21T19:40:43.286Z | Compiling base64 v0.22.1 |
1385 | 2025-02-21T19:40:43.667Z | Compiling rustversion v1.0.17 |
1386 | 2025-02-21T19:40:43.670Z | Compiling foreign-types-shared v0.1.1 |
1387 | 2025-02-21T19:40:43.830Z | Compiling match_cfg v0.1.0 |
1388 | 2025-02-21T19:40:43.946Z | Compiling openssl v0.10.71 |
1389 | 2025-02-21T19:40:43.988Z | Compiling adler2 v2.0.0 |
1390 | 2025-02-21T19:40:44.028Z | Compiling hostname v0.3.1 |
1391 | 2025-02-21T19:40:44.223Z | Compiling miniz_oxide v0.8.0 |
1392 | 2025-02-21T19:40:44.256Z | Compiling foreign-types v0.3.2 |
1393 | 2025-02-21T19:40:44.382Z | Compiling url v2.5.3 |
1394 | 2025-02-21T19:40:44.458Z | Compiling async-trait v0.1.86 |
1395 | 2025-02-21T19:40:45.520Z | Compiling tokio-util v0.7.12 |
1396 | 2025-02-21T19:40:45.727Z | Compiling openssl-macros v0.1.1 |
1397 | 2025-02-21T19:40:45.870Z | Compiling serde_derive_internals v0.29.1 |
1398 | 2025-02-21T19:40:46.271Z | Compiling dirs-sys-next v0.1.2 |
1399 | 2025-02-21T19:40:46.529Z | Compiling dof v0.3.0 |
1400 | 2025-02-21T19:40:46.861Z | Compiling h2 v0.4.6 |
1401 | 2025-02-21T19:40:46.948Z | Compiling native-tls v0.2.12 |
1402 | 2025-02-21T19:40:47.016Z | Compiling siphasher v0.3.11 |
1403 | 2025-02-21T19:40:47.341Z | Compiling syn v1.0.109 |
1404 | 2025-02-21T19:40:47.408Z | Compiling usdt-impl v0.5.0 |
1405 | 2025-02-21T19:40:47.983Z | Compiling schemars v0.8.21 |
1406 | 2025-02-21T19:40:48.374Z | Compiling rustls v0.22.4 |
1407 | 2025-02-21T19:40:48.397Z | Compiling data-encoding v2.6.0 |
1408 | 2025-02-21T19:40:48.441Z | Compiling rustls v0.23.19 |
1409 | 2025-02-21T19:40:48.734Z | Compiling schemars_derive v0.8.21 |
1410 | 2025-02-21T19:40:48.910Z | Compiling dirs-next v2.0.0 |
1411 | 2025-02-21T19:40:50.152Z | Compiling unicode-normalization v0.1.24 |
1412 | 2025-02-21T19:40:50.443Z | Compiling http-body-util v0.1.2 |
1413 | 2025-02-21T19:40:50.511Z | Compiling heapless v0.7.17 |
1414 | 2025-02-21T19:40:50.570Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2025-02-21T19:40:50.892Z | Compiling signature v2.2.0 |
1416 | 2025-02-21T19:40:50.983Z | Compiling sha1 v0.10.6 |
1417 | 2025-02-21T19:40:51.198Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1418 | 2025-02-21T19:40:51.227Z | Compiling thread_local v1.1.8 |
1419 | 2025-02-21T19:40:51.252Z | Compiling encoding_rs v0.8.34 |
1420 | 2025-02-21T19:40:51.314Z | Compiling multer v3.1.0 |
1421 | 2025-02-21T19:40:51.659Z | Compiling cookie v0.18.1 |
1422 | 2025-02-21T19:40:51.681Z | Compiling dyn-clone v1.0.18 |
1423 | 2025-02-21T19:40:51.728Z | Compiling openssl-probe v0.1.5 |
1424 | 2025-02-21T19:40:51.919Z | Compiling unicode-bidi v0.3.17 |
1425 | 2025-02-21T19:40:51.959Z | Compiling signal-hook v0.3.17 |
1426 | 2025-02-21T19:40:52.051Z | Compiling ipnet v2.10.1 |
1427 | 2025-02-21T19:40:52.098Z | Compiling unicode-properties v0.1.3 |
1428 | 2025-02-21T19:40:52.259Z | Compiling rayon-core v1.12.1 |
1429 | 2025-02-21T19:40:52.527Z | Compiling slog-async v2.8.0 |
1430 | 2025-02-21T19:40:52.591Z | Compiling mime v0.3.17 |
1431 | 2025-02-21T19:40:53.138Z | Compiling gimli v0.31.1 |
1432 | 2025-02-21T19:40:53.199Z | Compiling toml_edit v0.22.22 |
1433 | 2025-02-21T19:40:53.247Z | Compiling stringprep v0.1.5 |
1434 | 2025-02-21T19:40:55.486Z | Compiling hyper v1.5.2 |
1435 | 2025-02-21T19:40:56.559Z | Compiling crossbeam-deque v0.8.5 |
1436 | 2025-02-21T19:40:56.913Z | Compiling usdt-attr-macro v0.5.0 |
1437 | 2025-02-21T19:40:56.984Z | Compiling usdt-macro v0.5.0 |
1438 | 2025-02-21T19:40:57.170Z | Compiling term v0.7.0 |
1439 | 2025-02-21T19:40:57.441Z | Compiling addr2line v0.24.2 |
1440 | 2025-02-21T19:40:58.015Z | Compiling hyper-util v0.1.10 |
1441 | 2025-02-21T19:40:58.456Z | Compiling slog-json v2.6.1 |
1442 | 2025-02-21T19:40:58.525Z | Compiling serde_urlencoded v0.7.1 |
1443 | 2025-02-21T19:40:58.541Z | Compiling curve25519-dalek v4.1.3 |
1444 | 2025-02-21T19:40:58.855Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2025-02-21T19:40:59.071Z | Compiling enum-as-inner v0.6.1 |
1446 | 2025-02-21T19:40:59.303Z | Compiling futures-executor v0.3.31 |
1447 | 2025-02-21T19:40:59.321Z | Compiling md-5 v0.10.6 |
1448 | 2025-02-21T19:40:59.627Z | Compiling async-stream-impl v0.3.6 |
1449 | 2025-02-21T19:40:59.867Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2025-02-21T19:40:59.978Z | Compiling num-integer v0.1.46 |
1451 | 2025-02-21T19:41:00.151Z | Compiling hash32 v0.2.1 |
1452 | 2025-02-21T19:41:00.240Z | Compiling ff v0.13.0 |
1453 | 2025-02-21T19:41:00.508Z | Compiling is-terminal v0.4.13 |
1454 | 2025-02-21T19:41:00.519Z | Compiling dropshot v0.12.0 |
1455 | 2025-02-21T19:41:00.662Z | Compiling memoffset v0.9.1 |
1456 | 2025-02-21T19:41:00.792Z | Compiling object v0.36.5 |
1457 | 2025-02-21T19:41:00.876Z | Compiling utf-8 v0.7.6 |
1458 | 2025-02-21T19:41:00.911Z | Compiling psl-types v2.0.11 |
1459 | 2025-02-21T19:41:00.942Z | Compiling rustc-demangle v0.1.24 |
1460 | 2025-02-21T19:41:00.997Z | Compiling portable-atomic v1.9.0 |
1461 | 2025-02-21T19:41:01.094Z | Compiling quick-error v1.2.3 |
1462 | 2025-02-21T19:41:01.173Z | Compiling litrs v0.4.1 |
1463 | 2025-02-21T19:41:01.260Z | Compiling num-bigint-dig v0.8.4 |
1464 | 2025-02-21T19:41:01.383Z | Compiling smoltcp v0.9.1 |
1465 | 2025-02-21T19:41:01.554Z | Compiling take_mut v0.2.2 |
1466 | 2025-02-21T19:41:01.759Z | Compiling base16ct v0.2.0 |
1467 | 2025-02-21T19:41:01.849Z | Compiling linked-hash-map v0.5.6 |
1468 | 2025-02-21T19:41:01.950Z | Compiling fallible-iterator v0.2.0 |
1469 | 2025-02-21T19:41:01.993Z | Compiling cfg_aliases v0.2.1 |
1470 | 2025-02-21T19:41:02.129Z | Compiling anyhow v1.0.96 |
1471 | 2025-02-21T19:41:02.150Z | Compiling nix v0.29.0 |
1472 | 2025-02-21T19:41:02.205Z | Compiling lru-cache v0.1.2 |
1473 | 2025-02-21T19:41:02.393Z | Compiling document-features v0.2.10 |
1474 | 2025-02-21T19:41:02.523Z | Compiling sec1 v0.7.3 |
1475 | 2025-02-21T19:41:02.813Z | Compiling postgres-protocol v0.6.7 |
1476 | 2025-02-21T19:41:03.261Z | Compiling resolv-conf v0.7.0 |
1477 | 2025-02-21T19:41:03.294Z | Compiling tungstenite v0.24.0 |
1478 | 2025-02-21T19:41:03.600Z | Compiling publicsuffix v2.3.0 |
1479 | 2025-02-21T19:41:03.959Z | Compiling async-stream v0.3.6 |
1480 | 2025-02-21T19:41:04.069Z | Compiling slog-term v2.9.1 |
1481 | 2025-02-21T19:41:04.094Z | Compiling num-iter v0.1.45 |
1482 | 2025-02-21T19:41:04.265Z | Compiling usdt v0.5.0 |
1483 | 2025-02-21T19:41:04.294Z | Compiling group v0.13.0 |
1484 | 2025-02-21T19:41:04.614Z | Compiling hickory-proto v0.24.3 |
1485 | 2025-02-21T19:41:04.771Z | Compiling futures v0.3.31 |
1486 | 2025-02-21T19:41:05.045Z | Compiling slog-bunyan v2.5.0 |
1487 | 2025-02-21T19:41:05.258Z | Compiling toml v0.8.19 |
1488 | 2025-02-21T19:41:05.278Z | Compiling tokio-native-tls v0.3.1 |
1489 | 2025-02-21T19:41:06.744Z | Compiling camino v1.1.9 |
1490 | 2025-02-21T19:41:06.900Z | Compiling phf_shared v0.11.2 |
1491 | 2025-02-21T19:41:07.112Z | Compiling dropshot_endpoint v0.12.0 |
1492 | 2025-02-21T19:41:07.287Z | Compiling terminal_size v0.4.0 |
1493 | 2025-02-21T19:41:07.508Z | Compiling waitgroup v0.1.2 |
1494 | 2025-02-21T19:41:07.644Z | Compiling openapiv3 v2.0.0 |
1495 | 2025-02-21T19:41:07.644Z | Compiling serde_path_to_error v0.1.16 |
1496 | 2025-02-21T19:41:07.754Z | Compiling hkdf v0.12.4 |
1497 | 2025-02-21T19:41:08.106Z | Compiling backtrace v0.3.74 |
1498 | 2025-02-21T19:41:08.403Z | Compiling crypto-bigint v0.5.5 |
1499 | 2025-02-21T19:41:08.409Z | Compiling curve25519-dalek-derive v0.1.1 |
1500 | 2025-02-21T19:41:09.917Z | Compiling zerocopy-derive v0.6.6 |
1501 | 2025-02-21T19:41:11.080Z | Compiling hubpack_derive v0.1.1 |
1502 | 2025-02-21T19:41:11.139Z | Compiling webpki-roots v0.26.6 |
1503 | 2025-02-21T19:41:11.213Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-02-21T19:41:11.385Z | Compiling hostname v0.4.0 |
1505 | 2025-02-21T19:41:11.407Z | Compiling fs-err v2.11.0 |
1506 | 2025-02-21T19:41:11.635Z | Compiling crc32fast v1.4.2 |
1507 | 2025-02-21T19:41:11.753Z | Compiling ahash v0.8.11 |
1508 | 2025-02-21T19:41:11.916Z | Compiling managed v0.8.0 |
1509 | 2025-02-21T19:41:11.952Z | Compiling unicode-width v0.2.0 |
1510 | 2025-02-21T19:41:11.983Z | Compiling winnow v0.5.40 |
1511 | 2025-02-21T19:41:12.032Z | Compiling bitflags v1.3.2 |
1512 | 2025-02-21T19:41:12.185Z | Compiling debug-ignore v1.0.5 |
1513 | 2025-02-21T19:41:12.278Z | Compiling tower-layer v0.3.3 |
1514 | 2025-02-21T19:41:12.303Z | Compiling newtype-uuid v1.2.1 |
1515 | 2025-02-21T19:41:12.466Z | Compiling tower v0.5.2 |
1516 | 2025-02-21T19:41:12.501Z | Compiling console v0.15.10 |
1517 | 2025-02-21T19:41:12.630Z | Compiling clap_builder v4.5.30 |
1518 | 2025-02-21T19:41:13.345Z | Compiling strum_macros v0.25.3 |
1519 | 2025-02-21T19:41:14.099Z | Compiling hubpack v0.1.2 |
1520 | 2025-02-21T19:41:14.503Z | Compiling zerocopy v0.6.6 |
1521 | 2025-02-21T19:41:14.680Z | Compiling flate2 v1.0.35 |
1522 | 2025-02-21T19:41:14.850Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-02-21T19:41:15.044Z | Compiling hickory-resolver v0.24.3 |
1524 | 2025-02-21T19:41:15.479Z | Compiling toml_edit v0.19.15 |
1525 | 2025-02-21T19:41:15.745Z | Compiling phf v0.11.2 |
1526 | 2025-02-21T19:41:16.135Z | Compiling signal-hook-mio v0.2.4 |
1527 | 2025-02-21T19:41:16.327Z | Compiling cookie_store v0.21.1 |
1528 | 2025-02-21T19:41:16.568Z | Compiling rayon v1.10.0 |
1529 | 2025-02-21T19:41:17.339Z | Compiling hyper-tls v0.6.0 |
1530 | 2025-02-21T19:41:17.787Z | Compiling bzip2 v0.4.4 |
1531 | 2025-02-21T19:41:17.820Z | Compiling tokio-tungstenite v0.24.0 |
1532 | 2025-02-21T19:41:18.623Z | Compiling postgres-types v0.2.8 |
1533 | 2025-02-21T19:41:20.963Z | Compiling ed25519 v2.2.3 |
1534 | 2025-02-21T19:41:21.152Z | Compiling phf_shared v0.10.0 |
1535 | 2025-02-21T19:41:21.250Z | Compiling tokio-stream v0.1.16 |
1536 | 2025-02-21T19:41:21.447Z | Compiling pkcs1 v0.7.5 |
1537 | 2025-02-21T19:41:21.600Z | Compiling serde-big-array v0.5.1 |
1538 | 2025-02-21T19:41:21.870Z | Compiling clap_derive v4.5.28 |
1539 | 2025-02-21T19:41:22.341Z | Compiling rfc6979 v0.4.0 |
1540 | 2025-02-21T19:41:22.419Z | Compiling serde_repr v0.1.19 |
1541 | 2025-02-21T19:41:22.550Z | Compiling derive-where v1.2.7 |
1542 | 2025-02-21T19:41:23.005Z | Compiling bstr v1.10.0 |
1543 | 2025-02-21T19:41:23.059Z | Compiling float-cmp v0.10.0 |
1544 | 2025-02-21T19:41:23.343Z | Compiling fixedbitset v0.4.2 |
1545 | 2025-02-21T19:41:23.635Z | Compiling normalize-line-endings v0.3.0 |
1546 | 2025-02-21T19:41:23.653Z | Compiling whoami v1.5.2 |
1547 | 2025-02-21T19:41:23.793Z | Compiling unicode-segmentation v1.12.0 |
1548 | 2025-02-21T19:41:23.828Z | Compiling precomputed-hash v0.1.1 |
1549 | 2025-02-21T19:41:23.979Z | Compiling difflib v0.4.0 |
1550 | 2025-02-21T19:41:24.256Z | Compiling new_debug_unreachable v1.0.6 |
1551 | 2025-02-21T19:41:24.384Z | Compiling static_assertions v1.1.0 |
1552 | 2025-02-21T19:41:24.514Z | Compiling predicates-core v1.0.8 |
1553 | 2025-02-21T19:41:24.721Z | Compiling bit-vec v0.6.3 |
1554 | 2025-02-21T19:41:24.762Z | Compiling number_prefix v0.4.0 |
1555 | 2025-02-21T19:41:24.869Z | Compiling predicates v3.1.3 |
1556 | 2025-02-21T19:41:25.007Z | Compiling indicatif v0.17.11 |
1557 | 2025-02-21T19:41:25.183Z | Compiling bit-set v0.5.3 |
1558 | 2025-02-21T19:41:25.395Z | Compiling similar v2.6.0 |
1559 | 2025-02-21T19:41:25.547Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1560 | 2025-02-21T19:41:26.015Z | Compiling string_cache v0.8.7 |
1561 | 2025-02-21T19:41:26.474Z | Compiling tokio-postgres v0.7.12 |
1562 | 2025-02-21T19:41:26.493Z | Compiling petgraph v0.6.5 |
1563 | 2025-02-21T19:41:26.761Z | Compiling clap v4.5.30 |
1564 | 2025-02-21T19:41:26.923Z | Compiling ecdsa v0.16.9 |
1565 | 2025-02-21T19:41:27.190Z | Compiling rsa v0.9.6 |
1566 | 2025-02-21T19:41:27.660Z | Compiling ed25519-dalek v2.1.1 |
1567 | 2025-02-21T19:41:29.117Z | Compiling toml v0.7.8 |
1568 | 2025-02-21T19:41:30.018Z | Compiling zip v0.6.6 |
1569 | 2025-02-21T19:41:30.389Z | Compiling crossterm v0.28.1 |
1570 | 2025-02-21T19:41:32.102Z | Compiling hex v0.4.3 |
1571 | 2025-02-21T19:41:32.153Z | Compiling x509-cert v0.2.5 |
1572 | 2025-02-21T19:41:32.478Z | Compiling lalrpop-util v0.19.12 |
1573 | 2025-02-21T19:41:32.546Z | Compiling peg-runtime v0.8.3 |
1574 | 2025-02-21T19:41:32.681Z | Compiling unicode-xid v0.2.6 |
1575 | 2025-02-21T19:41:32.882Z | Compiling strum_macros v0.26.4 |
1576 | 2025-02-21T19:41:32.999Z | Compiling xattr v1.3.1 |
1577 | 2025-02-21T19:41:33.259Z | Compiling filetime v0.2.25 |
1578 | 2025-02-21T19:41:33.579Z | Compiling tar v0.4.42 |
1579 | 2025-02-21T19:41:37.740Z | Compiling strum v0.26.3 |
1580 | 2025-02-21T19:41:41.516Z | Compiling aws-lc-sys v0.22.0 |
1581 | 2025-02-21T19:42:12.004Z | Compiling rustls-webpki v0.102.8 |
1582 | 2025-02-21T19:42:15.630Z | Compiling tokio-rustls v0.25.0 |
1583 | 2025-02-21T19:42:17.687Z | Compiling tokio-rustls v0.26.0 |
1584 | 2025-02-21T19:42:18.066Z | Compiling hyper-rustls v0.27.3 |
1585 | 2025-02-21T19:42:18.479Z | Compiling reqwest v0.12.12 |
1586 | 2025-02-21T19:42:19.814Z | Compiling qorb v0.2.1 |
1587 | 2025-02-21T19:42:23.148Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1588 | 2025-02-21T19:42:23.451Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1589 | 2025-02-21T19:42:28.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1590 | 2025-02-21T19:42:28.792Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1591 | 2025-02-21T19:42:28.850Z | Feb 21 19:42:27.831 INFO Starting download, target: Clickhouse |
1592 | 2025-02-21T19:42:28.850Z | Feb 21 19:42:27.831 INFO Starting download, target: Console |
1593 | 2025-02-21T19:42:28.850Z | Feb 21 19:42:27.831 INFO Starting download, target: Cockroach |
1594 | 2025-02-21T19:42:28.850Z | Feb 21 19:42:27.831 INFO Starting download, target: DendriteOpenapi |
1595 | 2025-02-21T19:42:28.850Z | Feb 21 19:42:27.831 INFO Starting download, target: DendriteStub |
1596 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.831 INFO Starting download, target: MaghemiteMgd |
1597 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.831 INFO Starting download, target: TransceiverControl |
1598 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1599 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1600 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1601 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1602 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1603 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1604 | 2025-02-21T19:42:28.853Z | Feb 21 19:42:27.832 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1605 | 2025-02-21T19:42:29.082Z | Feb 21 19:42:28.049 INFO Download complete, target: DendriteOpenapi |
1606 | 2025-02-21T19:42:29.161Z | Feb 21 19:42:28.135 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1607 | 2025-02-21T19:42:29.362Z | Feb 21 19:42:28.323 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1608 | 2025-02-21T19:42:29.881Z | Feb 21 19:42:28.626 INFO Download complete, target: TransceiverControl |
1609 | 2025-02-21T19:42:30.049Z | Feb 21 19:42:28.671 INFO Download complete, target: Console |
1610 | 2025-02-21T19:42:30.592Z | Feb 21 19:42:29.487 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1611 | 2025-02-21T19:42:30.625Z | Feb 21 19:42:29.583 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1612 | 2025-02-21T19:42:30.748Z | Feb 21 19:42:29.716 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1613 | 2025-02-21T19:42:31.615Z | Feb 21 19:42:30.587 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1614 | 2025-02-21T19:42:31.615Z | Feb 21 19:42:30.587 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1615 | 2025-02-21T19:42:33.527Z | Feb 21 19:42:32.507 INFO Download complete, target: MaghemiteMgd |
1616 | 2025-02-21T19:42:33.531Z | Feb 21 19:42:32.508 INFO Download complete, target: DendriteStub |
1617 | 2025-02-21T19:42:39.122Z | Feb 21 19:42:38.099 INFO Checking that binary works, target: Cockroach |
1618 | 2025-02-21T19:42:39.294Z | Feb 21 19:42:38.273 INFO Download complete, target: Cockroach |
1619 | 2025-02-21T19:42:43.520Z | Feb 21 19:42:42.494 INFO Checking that binary works, target: Clickhouse |
1620 | 2025-02-21T19:42:43.662Z | Feb 21 19:42:42.636 INFO Download complete, target: Clickhouse |
1621 | 2025-02-21T19:42:43.699Z | All builder prerequisites installed successfully, and PATH looks valid |
1622 | 2025-02-21T19:42:43.704Z | |
1623 | 2025-02-21T19:42:43.704Z | real 5:58.850441943 |
1624 | 2025-02-21T19:42:43.704Z | user 16:38.043160474 |
1625 | 2025-02-21T19:42:43.704Z | sys 2:16.425370310 |
1626 | 2025-02-21T19:42:43.705Z | trap 0.681302563 |
1627 | 2025-02-21T19:42:43.705Z | tflt 0.880973225 |
1628 | 2025-02-21T19:42:43.705Z | dflt 1.285435171 |
1629 | 2025-02-21T19:42:43.705Z | kflt 0.026769815 |
1630 | 2025-02-21T19:42:43.705Z | lock 25:31.647581940 |
1631 | 2025-02-21T19:42:43.705Z | slp 1:00:07.965962413 |
1632 | 2025-02-21T19:42:43.705Z | lat 1:02.277427853 |
1633 | 2025-02-21T19:42:43.705Z | stop 2:30.559489671 |
1634 | 2025-02-21T19:42:43.705Z | + banner clippy |
1635 | 2025-02-21T19:42:43.705Z | |
1636 | 2025-02-21T19:42:43.705Z | #### # # ##### ##### # # |
1637 | 2025-02-21T19:42:43.705Z | # # # # # # # # # # |
1638 | 2025-02-21T19:42:43.705Z | # # # # # # # # |
1639 | 2025-02-21T19:42:43.705Z | # # # ##### ##### # |
1640 | 2025-02-21T19:42:43.705Z | # # # # # # # |
1641 | 2025-02-21T19:42:43.705Z | #### ###### # # # # |
1642 | 2025-02-21T19:42:43.705Z | |
1643 | 2025-02-21T19:42:43.705Z | + export CARGO_INCREMENTAL=0 |
1644 | 2025-02-21T19:42:43.705Z | + CARGO_INCREMENTAL=0 |
1645 | 2025-02-21T19:42:43.705Z | + ptime -m cargo xtask clippy |
1646 | 2025-02-21T19:42:44.287Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1647 | 2025-02-21T19:42:47.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
1648 | 2025-02-21T19:42:47.588Z | Running `target/debug/xtask clippy` |
1649 | 2025-02-21T19:42:47.615Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1650 | 2025-02-21T19:42:48.356Z | Downloading crates ... |
1651 | 2025-02-21T19:42:48.716Z | Downloaded async-channel v1.9.0 |
1652 | 2025-02-21T19:42:48.741Z | Downloaded anes v0.1.6 |
1653 | 2025-02-21T19:42:48.741Z | Downloaded async-task v4.7.1 |
1654 | 2025-02-21T19:42:48.750Z | Downloaded target-triple v0.1.3 |
1655 | 2025-02-21T19:42:48.750Z | Downloaded nested v0.1.1 |
1656 | 2025-02-21T19:42:48.750Z | Downloaded guppy-workspace-hack v0.1.0 |
1657 | 2025-02-21T19:42:48.750Z | Downloaded async-object-pool v0.1.5 |
1658 | 2025-02-21T19:42:48.751Z | Downloaded assert-json-diff v2.0.2 |
1659 | 2025-02-21T19:42:48.760Z | Downloaded async-signal v0.2.10 |
1660 | 2025-02-21T19:42:48.760Z | Downloaded doc-comment v0.3.3 |
1661 | 2025-02-21T19:42:48.760Z | Downloaded approx v0.5.1 |
1662 | 2025-02-21T19:42:48.760Z | Downloaded async-lock v3.4.0 |
1663 | 2025-02-21T19:42:48.760Z | Downloaded async-channel v2.3.1 |
1664 | 2025-02-21T19:42:48.760Z | Downloaded escape8259 v0.5.3 |
1665 | 2025-02-21T19:42:48.796Z | Downloaded async-attributes v1.1.2 |
1666 | 2025-02-21T19:42:48.796Z | Downloaded serde_regex v1.1.0 |
1667 | 2025-02-21T19:42:48.796Z | Downloaded futures-timer v3.0.3 |
1668 | 2025-02-21T19:42:48.808Z | Downloaded event-listener v2.5.3 |
1669 | 2025-02-21T19:42:48.808Z | Downloaded cast v0.3.0 |
1670 | 2025-02-21T19:42:48.808Z | Downloaded plotters-svg v0.3.7 |
1671 | 2025-02-21T19:42:48.808Z | Downloaded async-global-executor v2.4.1 |
1672 | 2025-02-21T19:42:48.808Z | Downloaded similar-asserts v1.6.0 |
1673 | 2025-02-21T19:42:48.808Z | Downloaded path-tree v0.8.1 |
1674 | 2025-02-21T19:42:48.808Z | Downloaded datatest-stable v0.2.9 |
1675 | 2025-02-21T19:42:48.808Z | Downloaded proc-macro-crate v3.2.0 |
1676 | 2025-02-21T19:42:48.808Z | Downloaded threadpool v1.8.1 |
1677 | 2025-02-21T19:42:48.808Z | Downloaded event-listener-strategy v0.5.2 |
1678 | 2025-02-21T19:42:48.808Z | Downloaded piper v0.2.4 |
1679 | 2025-02-21T19:42:48.808Z | Downloaded criterion-plot v0.5.0 |
1680 | 2025-02-21T19:42:48.808Z | Downloaded async-executor v1.13.1 |
1681 | 2025-02-21T19:42:48.808Z | Downloaded pathdiff v0.2.3 |
1682 | 2025-02-21T19:42:48.808Z | Downloaded blocking v1.6.1 |
1683 | 2025-02-21T19:42:48.808Z | Downloaded num_cpus v1.16.0 |
1684 | 2025-02-21T19:42:48.808Z | Downloaded assert_cmd v2.0.16 |
1685 | 2025-02-21T19:42:48.808Z | Downloaded plotters-backend v0.3.7 |
1686 | 2025-02-21T19:42:48.808Z | Downloaded parking v2.2.1 |
1687 | 2025-02-21T19:42:48.808Z | Downloaded oorandom v11.1.4 |
1688 | 2025-02-21T19:42:48.808Z | Downloaded async-process v2.3.0 |
1689 | 2025-02-21T19:42:48.818Z | Downloaded target-lexicon v0.13.2 |
1690 | 2025-02-21T19:42:48.818Z | Downloaded concurrent-queue v2.5.0 |
1691 | 2025-02-21T19:42:48.818Z | Downloaded rust-argon2 v2.1.0 |
1692 | 2025-02-21T19:42:48.818Z | Downloaded stringmetrics v2.2.2 |
1693 | 2025-02-21T19:42:48.818Z | Downloaded relative-path v1.9.3 |
1694 | 2025-02-21T19:42:48.819Z | Downloaded partial-io v0.5.4 |
1695 | 2025-02-21T19:42:48.819Z | Downloaded kv-log-macro v1.0.7 |
1696 | 2025-02-21T19:42:48.829Z | Downloaded fixedbitset v0.5.7 |
1697 | 2025-02-21T19:42:48.829Z | Downloaded libtest-mimic v0.7.3 |
1698 | 2025-02-21T19:42:48.829Z | Downloaded hyper-rustls v0.26.0 |
1699 | 2025-02-21T19:42:48.829Z | Downloaded tinytemplate v1.2.1 |
1700 | 2025-02-21T19:42:48.829Z | Downloaded target-spec v3.4.2 |
1701 | 2025-02-21T19:42:48.829Z | Downloaded rustls-native-certs v0.7.3 |
1702 | 2025-02-21T19:42:48.836Z | Downloaded httptest v0.16.3 |
1703 | 2025-02-21T19:42:48.837Z | Downloaded cargo_metadata v0.19.1 |
1704 | 2025-02-21T19:42:48.837Z | Downloaded trybuild v1.0.101 |
1705 | 2025-02-21T19:42:48.837Z | Downloaded rstest v0.23.0 |
1706 | 2025-02-21T19:42:48.854Z | Downloaded cfg-expr v0.18.0 |
1707 | 2025-02-21T19:42:48.854Z | Downloaded yansi v1.0.1 |
1708 | 2025-02-21T19:42:48.854Z | Downloaded polling v3.7.3 |
1709 | 2025-02-21T19:42:48.854Z | Downloaded rand_distr v0.4.3 |
1710 | 2025-02-21T19:42:48.859Z | Downloaded rstest_macros v0.23.0 |
1711 | 2025-02-21T19:42:48.860Z | Downloaded futures-lite v2.3.0 |
1712 | 2025-02-21T19:42:48.863Z | Downloaded pretty_assertions v1.4.1 |
1713 | 2025-02-21T19:42:48.864Z | Downloaded fancy-regex v0.13.0 |
1714 | 2025-02-21T19:42:48.891Z | Downloaded event-listener v5.3.1 |
1715 | 2025-02-21T19:42:48.891Z | Downloaded criterion v0.5.1 |
1716 | 2025-02-21T19:42:48.891Z | Downloaded guppy v0.17.16 |
1717 | 2025-02-21T19:42:48.891Z | Downloaded plotters v0.3.7 |
1718 | 2025-02-21T19:42:48.891Z | Downloaded itertools v0.14.0 |
1719 | 2025-02-21T19:42:48.936Z | Downloaded async-io v2.3.4 |
1720 | 2025-02-21T19:42:48.936Z | Downloaded blake2b_simd v1.0.2 |
1721 | 2025-02-21T19:42:48.936Z | Downloaded async-std v1.13.0 |
1722 | 2025-02-21T19:42:48.982Z | Downloaded petgraph v0.7.1 |
1723 | 2025-02-21T19:42:49.028Z | Downloaded httpmock v0.8.0-alpha.1 |
1724 | 2025-02-21T19:42:49.954Z | Checking cfg-if v1.0.0 |
1725 | 2025-02-21T19:42:50.034Z | Checking libc v0.2.169 |
1726 | 2025-02-21T19:42:50.060Z | Checking serde v1.0.217 |
1727 | 2025-02-21T19:42:50.084Z | Checking memchr v2.7.4 |
1728 | 2025-02-21T19:42:50.115Z | Checking value-bag v1.9.0 |
1729 | 2025-02-21T19:42:50.159Z | Checking zeroize v1.8.1 |
1730 | 2025-02-21T19:42:50.186Z | Checking itoa v1.0.11 |
1731 | 2025-02-21T19:42:50.213Z | Checking smallvec v1.13.2 |
1732 | 2025-02-21T19:42:50.242Z | Checking scopeguard v1.2.0 |
1733 | 2025-02-21T19:42:50.418Z | Checking lock_api v0.4.12 |
1734 | 2025-02-21T19:42:50.459Z | Checking byteorder v1.5.0 |
1735 | 2025-02-21T19:42:50.489Z | Checking once_cell v1.20.3 |
1736 | 2025-02-21T19:42:50.528Z | Checking log v0.4.22 |
1737 | 2025-02-21T19:42:50.607Z | Checking pin-project-lite v0.2.14 |
1738 | 2025-02-21T19:42:50.780Z | Checking subtle v2.6.1 |
1739 | 2025-02-21T19:42:50.818Z | Checking typenum v1.17.0 |
1740 | 2025-02-21T19:42:50.864Z | Checking libm v0.2.8 |
1741 | 2025-02-21T19:42:50.899Z | Checking futures-core v0.3.31 |
1742 | 2025-02-21T19:42:50.966Z | Checking ryu v1.0.18 |
1743 | 2025-02-21T19:42:51.072Z | Checking zerocopy v0.7.35 |
1744 | 2025-02-21T19:42:51.104Z | Checking getrandom v0.2.15 |
1745 | 2025-02-21T19:42:51.104Z | Checking signal-hook-registry v1.4.2 |
1746 | 2025-02-21T19:42:51.161Z | Checking parking_lot_core v0.9.10 |
1747 | 2025-02-21T19:42:51.226Z | Checking mio v1.0.2 |
1748 | 2025-02-21T19:42:51.386Z | Checking rand_core v0.6.4 |
1749 | 2025-02-21T19:42:51.427Z | Checking thiserror v1.0.69 |
1750 | 2025-02-21T19:42:51.565Z | Checking parking_lot v0.12.3 |
1751 | 2025-02-21T19:42:51.600Z | Checking socket2 v0.5.7 |
1752 | 2025-02-21T19:42:51.734Z | Checking allocator-api2 v0.2.18 |
1753 | 2025-02-21T19:42:51.815Z | Checking num-traits v0.2.19 |
1754 | 2025-02-21T19:42:51.844Z | Checking const-oid v0.9.6 |
1755 | 2025-02-21T19:42:51.919Z | Checking generic-array v0.14.7 |
1756 | 2025-02-21T19:42:51.951Z | Checking futures-io v0.3.31 |
1757 | 2025-02-21T19:42:52.144Z | Checking slab v0.4.9 |
1758 | 2025-02-21T19:42:52.186Z | Checking cpufeatures v0.2.14 |
1759 | 2025-02-21T19:42:52.317Z | Checking futures-sink v0.3.31 |
1760 | 2025-02-21T19:42:52.402Z | Checking equivalent v1.0.1 |
1761 | 2025-02-21T19:42:52.402Z | Checking foldhash v0.1.3 |
1762 | 2025-02-21T19:42:52.459Z | Checking pin-utils v0.1.0 |
1763 | 2025-02-21T19:42:52.502Z | Checking futures-channel v0.3.31 |
1764 | 2025-02-21T19:42:52.552Z | Checking futures-task v0.3.31 |
1765 | 2025-02-21T19:42:52.584Z | Checking iana-time-zone v0.1.61 |
1766 | 2025-02-21T19:42:52.668Z | Checking hashbrown v0.15.1 |
1767 | 2025-02-21T19:42:52.791Z | Checking stable_deref_trait v1.2.0 |
1768 | 2025-02-21T19:42:52.858Z | Checking fnv v1.0.7 |
1769 | 2025-02-21T19:42:52.918Z | Checking futures-util v0.3.31 |
1770 | 2025-02-21T19:42:52.951Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1771 | 2025-02-21T19:42:52.983Z | Checking tracing-core v0.1.32 |
1772 | 2025-02-21T19:42:53.145Z | Checking crypto-common v0.1.6 |
1773 | 2025-02-21T19:42:53.312Z | Checking block-buffer v0.10.4 |
1774 | 2025-02-21T19:42:53.433Z | Checking errno v0.3.9 |
1775 | 2025-02-21T19:42:53.458Z | Checking dyn-clone v1.0.18 |
1776 | 2025-02-21T19:42:53.590Z | Checking ppv-lite86 v0.2.20 |
1777 | 2025-02-21T19:42:53.638Z | Checking zerofrom v0.1.4 |
1778 | 2025-02-21T19:42:53.644Z | Checking crossbeam-utils v0.8.20 |
1779 | 2025-02-21T19:42:53.702Z | Checking tracing v0.1.40 |
1780 | 2025-02-21T19:42:53.857Z | Checking digest v0.10.7 |
1781 | 2025-02-21T19:42:53.886Z | Checking yoke v0.7.4 |
1782 | 2025-02-21T19:42:53.896Z | Checking writeable v0.5.5 |
1783 | 2025-02-21T19:42:54.063Z | Checking litemap v0.7.3 |
1784 | 2025-02-21T19:42:54.226Z | Checking percent-encoding v2.3.1 |
1785 | 2025-02-21T19:42:54.253Z | Checking block-padding v0.3.3 |
1786 | 2025-02-21T19:42:54.310Z | Checking zerovec v0.10.4 |
1787 | 2025-02-21T19:42:54.357Z | Checking rand_chacha v0.3.1 |
1788 | 2025-02-21T19:42:54.456Z | Checking httparse v1.9.5 |
1789 | 2025-02-21T19:42:54.459Z | Checking icu_locid_transform_data v1.5.0 |
1790 | 2025-02-21T19:42:54.489Z | Checking inout v0.1.3 |
1791 | 2025-02-21T19:42:54.493Z | Checking regex-syntax v0.8.5 |
1792 | 2025-02-21T19:42:54.580Z | Checking atomic-waker v1.1.2 |
1793 | 2025-02-21T19:42:54.756Z | Checking cipher v0.4.4 |
1794 | 2025-02-21T19:42:54.775Z | Checking form_urlencoded v1.2.1 |
1795 | 2025-02-21T19:42:54.790Z | Checking rand v0.8.5 |
1796 | 2025-02-21T19:42:54.883Z | Checking bytes v1.9.0 |
1797 | 2025-02-21T19:42:54.937Z | Checking bitflags v2.6.0 |
1798 | 2025-02-21T19:42:55.012Z | Checking serde_json v1.0.139 |
1799 | 2025-02-21T19:42:55.183Z | Checking chrono v0.4.39 |
1800 | 2025-02-21T19:42:55.270Z | Checking indexmap v2.7.1 |
1801 | 2025-02-21T19:42:55.797Z | Checking tokio v1.43.0 |
1802 | 2025-02-21T19:42:55.918Z | Checking uuid v1.12.0 |
1803 | 2025-02-21T19:42:56.077Z | Checking http v1.2.0 |
1804 | 2025-02-21T19:42:56.603Z | Checking rustix v0.38.37 |
1805 | 2025-02-21T19:42:56.608Z | Checking tinystr v0.7.6 |
1806 | 2025-02-21T19:42:56.776Z | Checking icu_collections v1.5.0 |
1807 | 2025-02-21T19:42:56.991Z | Checking icu_locid v1.5.0 |
1808 | 2025-02-21T19:42:57.351Z | Checking schemars v0.8.21 |
1809 | 2025-02-21T19:42:57.519Z | Checking untrusted v0.9.0 |
1810 | 2025-02-21T19:42:57.523Z | Checking icu_properties_data v1.5.0 |
1811 | 2025-02-21T19:42:57.705Z | Checking aho-corasick v1.1.3 |
1812 | 2025-02-21T19:42:57.717Z | Checking ring v0.17.9 |
1813 | 2025-02-21T19:42:57.821Z | Checking spin v0.9.8 |
1814 | 2025-02-21T19:42:57.997Z | Checking utf16_iter v1.0.5 |
1815 | 2025-02-21T19:42:58.032Z | Checking icu_provider v1.5.0 |
1816 | 2025-02-21T19:42:58.188Z | Checking write16 v1.0.0 |
1817 | 2025-02-21T19:42:58.221Z | Checking utf8_iter v1.0.4 |
1818 | 2025-02-21T19:42:58.370Z | Checking powerfmt v0.2.0 |
1819 | 2025-02-21T19:42:58.465Z | Checking unicode-ident v1.0.14 |
1820 | 2025-02-21T19:42:58.680Z | Checking icu_normalizer_data v1.5.0 |
1821 | 2025-02-21T19:42:58.713Z | Checking deranged v0.3.11 |
1822 | 2025-02-21T19:42:58.765Z | Checking icu_locid_transform v1.5.0 |
1823 | 2025-02-21T19:42:58.788Z | Checking proc-macro2 v1.0.92 |
1824 | 2025-02-21T19:42:58.986Z | Checking num_threads v0.1.7 |
1825 | 2025-02-21T19:42:59.167Z | Checking time-core v0.1.2 |
1826 | 2025-02-21T19:42:59.344Z | Checking num-conv v0.1.0 |
1827 | 2025-02-21T19:42:59.406Z | Checking regex-automata v0.4.8 |
1828 | 2025-02-21T19:42:59.562Z | Checking base64ct v1.6.0 |
1829 | 2025-02-21T19:42:59.642Z | Checking quote v1.0.38 |
1830 | 2025-02-21T19:42:59.854Z | Checking icu_properties v1.5.1 |
1831 | 2025-02-21T19:43:00.019Z | Checking hmac v0.12.1 |
1832 | 2025-02-21T19:43:00.048Z | Checking sha2 v0.10.8 |
1833 | 2025-02-21T19:43:00.078Z | Checking rustls-pki-types v1.10.0 |
1834 | 2025-02-21T19:43:00.110Z | Checking time v0.3.36 |
1835 | 2025-02-21T19:43:00.195Z | Checking syn v2.0.96 |
1836 | 2025-02-21T19:43:00.267Z | Checking adler2 v2.0.0 |
1837 | 2025-02-21T19:43:00.445Z | Checking miniz_oxide v0.8.0 |
1838 | 2025-02-21T19:43:00.653Z | Checking http-body v1.0.1 |
1839 | 2025-02-21T19:43:00.689Z | Checking aws-lc-sys v0.22.0 |
1840 | 2025-02-21T19:43:00.929Z | Checking try-lock v0.2.5 |
1841 | 2025-02-21T19:43:01.150Z | Checking base64 v0.22.1 |
1842 | 2025-02-21T19:43:01.316Z | Checking mirai-annotations v1.12.0 |
1843 | 2025-02-21T19:43:01.528Z | Checking httpdate v1.0.3 |
1844 | 2025-02-21T19:43:01.602Z | Checking untrusted v0.7.1 |
1845 | 2025-02-21T19:43:01.813Z | Checking want v0.3.1 |
1846 | 2025-02-21T19:43:01.818Z | Checking ahash v0.8.11 |
1847 | 2025-02-21T19:43:02.037Z | Checking pem-rfc7468 v0.7.0 |
1848 | 2025-02-21T19:43:02.365Z | Checking tower-service v0.3.3 |
1849 | 2025-02-21T19:43:02.374Z | Checking slog v2.7.0 |
1850 | 2025-02-21T19:43:02.523Z | Checking flagset v0.4.6 |
1851 | 2025-02-21T19:43:02.693Z | Checking mime v0.3.17 |
1852 | 2025-02-21T19:43:02.795Z | Checking der v0.7.9 |
1853 | 2025-02-21T19:43:02.936Z | Checking pbkdf2 v0.12.2 |
1854 | 2025-02-21T19:43:02.978Z | Checking aws-lc-rs v1.10.0 |
1855 | 2025-02-21T19:43:03.069Z | Checking aes v0.8.4 |
1856 | 2025-02-21T19:43:03.125Z | Checking tokio-util v0.7.12 |
1857 | 2025-02-21T19:43:03.159Z | Checking semver v1.0.25 |
1858 | 2025-02-21T19:43:03.326Z | Checking icu_normalizer v1.5.0 |
1859 | 2025-02-21T19:43:03.631Z | Checking http-body-util v0.1.2 |
1860 | 2025-02-21T19:43:04.082Z | Checking h2 v0.4.6 |
1861 | 2025-02-21T19:43:04.119Z | Checking salsa20 v0.10.2 |
1862 | 2025-02-21T19:43:04.144Z | Checking cbc v0.1.2 |
1863 | 2025-02-21T19:43:04.199Z | Checking idna_adapter v1.2.0 |
1864 | 2025-02-21T19:43:04.231Z | Checking regex v1.11.1 |
1865 | 2025-02-21T19:43:04.359Z | Checking gimli v0.31.1 |
1866 | 2025-02-21T19:43:04.393Z | Checking scrypt v0.11.0 |
1867 | 2025-02-21T19:43:04.429Z | Checking idna v1.0.3 |
1868 | 2025-02-21T19:43:04.623Z | Checking spki v0.7.3 |
1869 | 2025-02-21T19:43:04.654Z | Checking rustls-pemfile v2.2.0 |
1870 | 2025-02-21T19:43:04.851Z | Checking rustls-webpki v0.102.8 |
1871 | 2025-02-21T19:43:04.885Z | Checking lazy_static v1.5.0 |
1872 | 2025-02-21T19:43:04.924Z | Checking object v0.36.5 |
1873 | 2025-02-21T19:43:04.953Z | Checking rustc-demangle v0.1.24 |
1874 | 2025-02-21T19:43:04.986Z | Checking url v2.5.3 |
1875 | 2025-02-21T19:43:05.031Z | Checking foreign-types-shared v0.1.1 |
1876 | 2025-02-21T19:43:05.179Z | Checking ipnet v2.10.1 |
1877 | 2025-02-21T19:43:05.455Z | Checking openssl-probe v0.1.5 |
1878 | 2025-02-21T19:43:05.658Z | Checking foreign-types v0.3.2 |
1879 | 2025-02-21T19:43:05.688Z | Checking pkcs5 v0.7.1 |
1880 | 2025-02-21T19:43:05.724Z | Checking futures-executor v0.3.31 |
1881 | 2025-02-21T19:43:05.778Z | Checking serde_urlencoded v0.7.1 |
1882 | 2025-02-21T19:43:05.914Z | Checking openssl-sys v0.9.106 |
1883 | 2025-02-21T19:43:06.022Z | Checking encoding_rs v0.8.34 |
1884 | 2025-02-21T19:43:06.238Z | Checking utf8parse v0.2.2 |
1885 | 2025-02-21T19:43:06.270Z | Checking pkcs8 v0.10.2 |
1886 | 2025-02-21T19:43:06.409Z | Checking futures v0.3.31 |
1887 | 2025-02-21T19:43:06.549Z | Checking serde_spanned v0.6.8 |
1888 | 2025-02-21T19:43:06.605Z | Checking toml_datetime v0.6.8 |
1889 | 2025-02-21T19:43:06.643Z | Checking rustls v0.23.19 |
1890 | 2025-02-21T19:43:06.773Z | Checking data-encoding v2.6.0 |
1891 | 2025-02-21T19:43:06.958Z | Checking anstyle v1.0.10 |
1892 | 2025-02-21T19:43:08.090Z | Checking openssl v0.10.71 |
1893 | 2025-02-21T19:43:08.212Z | Checking openapiv3 v2.0.0 |
1894 | 2025-02-21T19:43:08.212Z | Checking sha1 v0.10.6 |
1895 | 2025-02-21T19:43:08.212Z | Checking psl-types v2.0.11 |
1896 | 2025-02-21T19:43:08.212Z | Checking publicsuffix v2.3.0 |
1897 | 2025-02-21T19:43:08.250Z | Checking cookie v0.18.1 |
1898 | 2025-02-21T19:43:08.541Z | Checking addr2line v0.24.2 |
1899 | 2025-02-21T19:43:09.081Z | Checking webpki-roots v0.26.6 |
1900 | 2025-02-21T19:43:09.148Z | Checking camino v1.1.9 |
1901 | 2025-02-21T19:43:09.149Z | Checking sync_wrapper v1.0.1 |
1902 | 2025-02-21T19:43:09.149Z | Checking either v1.13.0 |
1903 | 2025-02-21T19:43:09.149Z | Checking tower-layer v0.3.3 |
1904 | 2025-02-21T19:43:09.267Z | Checking cookie_store v0.21.1 |
1905 | 2025-02-21T19:43:09.285Z | Checking tower v0.5.2 |
1906 | 2025-02-21T19:43:09.322Z | Checking anstyle-parse v0.2.5 |
1907 | 2025-02-21T19:43:09.632Z | Checking is-terminal v0.4.13 |
1908 | 2025-02-21T19:43:09.801Z | Checking is_terminal_polyfill v1.70.1 |
1909 | 2025-02-21T19:43:09.946Z | Checking colorchoice v1.0.2 |
1910 | 2025-02-21T19:43:10.026Z | Checking anstyle-query v1.1.1 |
1911 | 2025-02-21T19:43:10.060Z | Checking terminal_size v0.4.0 |
1912 | 2025-02-21T19:43:10.148Z | Checking signature v2.2.0 |
1913 | 2025-02-21T19:43:10.190Z | Checking anstream v0.6.15 |
1914 | 2025-02-21T19:43:10.271Z | Checking winnow v0.6.20 |
1915 | 2025-02-21T19:43:10.380Z | Checking clap_lex v0.7.4 |
1916 | 2025-02-21T19:43:10.578Z | Checking strsim v0.11.1 |
1917 | 2025-02-21T19:43:10.682Z | Checking scroll v0.12.0 |
1918 | 2025-02-21T19:43:10.710Z | Checking hyper v1.5.2 |
1919 | 2025-02-21T19:43:10.819Z | Checking tinyvec_macros v0.1.1 |
1920 | 2025-02-21T19:43:10.872Z | Checking clap_builder v4.5.30 |
1921 | 2025-02-21T19:43:10.955Z | Checking plain v0.2.3 |
1922 | 2025-02-21T19:43:11.135Z | Checking ucd-trie v0.1.7 |
1923 | 2025-02-21T19:43:11.171Z | Checking goblin v0.8.2 |
1924 | 2025-02-21T19:43:11.201Z | Checking backtrace v0.3.74 |
1925 | 2025-02-21T19:43:11.338Z | Checking pest v2.7.14 |
1926 | 2025-02-21T19:43:11.812Z | Checking anyhow v1.0.96 |
1927 | 2025-02-21T19:43:12.085Z | Checking tokio-rustls v0.26.0 |
1928 | 2025-02-21T19:43:12.290Z | Checking tinyvec v1.8.0 |
1929 | 2025-02-21T19:43:12.522Z | Checking dirs-sys-next v0.1.2 |
1930 | 2025-02-21T19:43:12.757Z | Checking base16ct v0.2.0 |
1931 | 2025-02-21T19:43:12.781Z | Checking hyper-util v0.1.10 |
1932 | 2025-02-21T19:43:12.891Z | Checking native-tls v0.2.12 |
1933 | 2025-02-21T19:43:13.003Z | Checking pretty-hex v0.4.1 |
1934 | 2025-02-21T19:43:16.640Z | Checking sec1 v0.7.3 |
1935 | 2025-02-21T19:43:16.640Z | Checking dirs-next v2.0.0 |
1936 | 2025-02-21T19:43:16.640Z | Checking tokio-native-tls v0.3.1 |
1937 | 2025-02-21T19:43:16.640Z | Checking crossbeam-channel v0.5.13 |
1938 | 2025-02-21T19:43:16.640Z | Checking num-integer v0.1.46 |
1939 | 2025-02-21T19:43:16.640Z | Checking ff v0.13.0 |
1940 | 2025-02-21T19:43:16.640Z | Checking thread-id v4.2.2 |
1941 | 2025-02-21T19:43:16.640Z | Checking thread_local v1.1.8 |
1942 | 2025-02-21T19:43:16.640Z | Checking group v0.13.0 |
1943 | 2025-02-21T19:43:16.640Z | Checking clap v4.5.30 |
1944 | 2025-02-21T19:43:16.640Z | Checking dtrace-parser v0.2.0 |
1945 | 2025-02-21T19:43:16.640Z | Checking term v0.7.0 |
1946 | 2025-02-21T19:43:16.640Z | Checking toml_edit v0.22.22 |
1947 | 2025-02-21T19:43:16.640Z | Checking hkdf v0.12.4 |
1948 | 2025-02-21T19:43:16.640Z | Checking crypto-bigint v0.5.5 |
1949 | 2025-02-21T19:43:16.640Z | Checking memmap v0.7.0 |
1950 | 2025-02-21T19:43:16.640Z | Checking crc32fast v1.4.2 |
1951 | 2025-02-21T19:43:16.640Z | Checking utf-8 v0.7.6 |
1952 | 2025-02-21T19:43:16.640Z | Checking take_mut v0.2.2 |
1953 | 2025-02-21T19:43:16.640Z | Checking match_cfg v0.1.0 |
1954 | 2025-02-21T19:43:16.640Z | Checking bitflags v1.3.2 |
1955 | 2025-02-21T19:43:16.640Z | Checking slog-term v2.9.1 |
1956 | 2025-02-21T19:43:16.640Z | Checking hostname v0.3.1 |
1957 | 2025-02-21T19:43:16.640Z | Checking slog-async v2.8.0 |
1958 | 2025-02-21T19:43:16.640Z | Checking unicode-segmentation v1.12.0 |
1959 | 2025-02-21T19:43:16.640Z | Checking num-iter v0.1.45 |
1960 | 2025-02-21T19:43:16.640Z | Checking hyper-rustls v0.27.3 |
1961 | 2025-02-21T19:43:16.640Z | Checking hyper-tls v0.6.0 |
1962 | 2025-02-21T19:43:16.640Z | Checking crossbeam-epoch v0.9.18 |
1963 | 2025-02-21T19:43:16.640Z | Checking static_assertions v1.1.0 |
1964 | 2025-02-21T19:43:16.640Z | Checking bstr v1.10.0 |
1965 | 2025-02-21T19:43:16.641Z | Checking slog-json v2.6.1 |
1966 | 2025-02-21T19:43:16.641Z | Checking reqwest v0.12.12 |
1967 | 2025-02-21T19:43:16.641Z | Checking rfc6979 v0.4.0 |
1968 | 2025-02-21T19:43:16.641Z | Checking hex v0.4.3 |
1969 | 2025-02-21T19:43:16.641Z | Checking winnow v0.5.40 |
1970 | 2025-02-21T19:43:16.641Z | Checking managed v0.8.0 |
1971 | 2025-02-21T19:43:16.641Z | Checking slog-bunyan v2.5.0 |
1972 | 2025-02-21T19:43:16.641Z | Checking crossbeam-deque v0.8.5 |
1973 | 2025-02-21T19:43:16.641Z | Checking num-bigint-dig v0.8.4 |
1974 | 2025-02-21T19:43:16.641Z | Checking flate2 v1.0.35 |
1975 | 2025-02-21T19:43:16.641Z | Checking dof v0.3.0 |
1976 | 2025-02-21T19:43:16.641Z | Checking pkcs1 v0.7.5 |
1977 | 2025-02-21T19:43:16.859Z | Checking toml v0.8.19 |
1978 | 2025-02-21T19:43:16.890Z | Checking rustls v0.22.4 |
1979 | 2025-02-21T19:43:16.931Z | Checking curve25519-dalek v4.1.3 |
1980 | 2025-02-21T19:43:16.985Z | Checking usdt-impl v0.5.0 |
1981 | 2025-02-21T19:43:18.129Z | Checking elliptic-curve v0.13.8 |
1982 | 2025-02-21T19:43:18.145Z | Checking zerocopy v0.6.6 |
1983 | 2025-02-21T19:43:18.145Z | Checking usdt v0.5.0 |
1984 | 2025-02-21T19:43:18.145Z | Checking unicode-width v0.2.0 |
1985 | 2025-02-21T19:43:18.178Z | Checking ecdsa v0.16.9 |
1986 | 2025-02-21T19:43:18.178Z | Checking siphasher v0.3.11 |
1987 | 2025-02-21T19:43:18.178Z | Checking rayon-core v1.12.1 |
1988 | 2025-02-21T19:43:18.200Z | Checking unicode-normalization v0.1.24 |
1989 | 2025-02-21T19:43:18.289Z | Checking ed25519 v2.2.3 |
1990 | 2025-02-21T19:43:18.433Z | Checking rsa v0.9.6 |
1991 | 2025-02-21T19:43:18.568Z | Checking toml_edit v0.19.15 |
1992 | 2025-02-21T19:43:18.645Z | Checking signal-hook v0.3.17 |
1993 | 2025-02-21T19:43:18.675Z | Checking debug-ignore v1.0.5 |
1994 | 2025-02-21T19:43:18.792Z | Checking quick-error v1.2.3 |
1995 | 2025-02-21T19:43:18.864Z | Checking hickory-proto v0.24.3 |
1996 | 2025-02-21T19:43:18.970Z | Checking itertools v0.10.5 |
1997 | 2025-02-21T19:43:19.004Z | Checking ed25519-dalek v2.1.1 |
1998 | 2025-02-21T19:43:19.048Z | Checking multer v3.1.0 |
1999 | 2025-02-21T19:43:19.324Z | Checking x509-cert v0.2.5 |
2000 | 2025-02-21T19:43:19.529Z | Checking serde_path_to_error v0.1.16 |
2001 | 2025-02-21T19:43:19.535Z | Checking hubpack v0.1.2 |
2002 | 2025-02-21T19:43:19.582Z | Checking waitgroup v0.1.2 |
2003 | 2025-02-21T19:43:19.763Z | Checking bzip2-sys v0.1.11+1.0.8 |
2004 | 2025-02-21T19:43:19.872Z | Checking async-stream v0.3.6 |
2005 | 2025-02-21T19:43:19.922Z | Checking hostname v0.4.0 |
2006 | 2025-02-21T19:43:20.103Z | Checking bit-vec v0.6.3 |
2007 | 2025-02-21T19:43:20.130Z | Checking bzip2 v0.4.4 |
2008 | 2025-02-21T19:43:20.262Z | Checking signal-hook-mio v0.2.4 |
2009 | 2025-02-21T19:43:20.451Z | Checking console v0.15.10 |
2010 | 2025-02-21T19:43:20.482Z | Checking memoffset v0.9.1 |
2011 | 2025-02-21T19:43:20.512Z | Checking bit-set v0.5.3 |
2012 | 2025-02-21T19:43:20.629Z | Checking hash32 v0.2.1 |
2013 | 2025-02-21T19:43:20.762Z | Checking tokio-rustls v0.25.0 |
2014 | 2025-02-21T19:43:20.807Z | Checking predicates-core v1.0.8 |
2015 | 2025-02-21T19:43:20.927Z | Checking linked-hash-map v0.5.6 |
2016 | 2025-02-21T19:43:21.030Z | Checking unicode-bidi v0.3.17 |
2017 | 2025-02-21T19:43:21.061Z | Checking unicode-properties v0.1.3 |
2018 | 2025-02-21T19:43:21.091Z | Checking heapless v0.7.17 |
2019 | 2025-02-21T19:43:21.152Z | Checking dropshot v0.12.0 |
2020 | 2025-02-21T19:43:21.200Z | Checking crossterm v0.28.1 |
2021 | 2025-02-21T19:43:21.245Z | Checking lru-cache v0.1.2 |
2022 | 2025-02-21T19:43:21.319Z | Checking toml v0.7.8 |
2023 | 2025-02-21T19:43:21.441Z | Checking rayon v1.10.0 |
2024 | 2025-02-21T19:43:21.472Z | Checking phf_shared v0.11.2 |
2025 | 2025-02-21T19:43:21.692Z | Checking stringprep v0.1.5 |
2026 | 2025-02-21T19:43:21.767Z | Checking similar v2.6.0 |
2027 | 2025-02-21T19:43:22.022Z | Checking tokio-stream v0.1.16 |
2028 | 2025-02-21T19:43:22.024Z | Checking newtype-uuid v1.2.1 |
2029 | 2025-02-21T19:43:22.079Z | Checking md-5 v0.10.6 |
2030 | 2025-02-21T19:43:22.339Z | Checking float-cmp v0.10.0 |
2031 | 2025-02-21T19:43:22.342Z | Checking difflib v0.4.0 |
2032 | 2025-02-21T19:43:22.581Z | Checking fallible-iterator v0.2.0 |
2033 | 2025-02-21T19:43:22.687Z | Checking normalize-line-endings v0.3.0 |
2034 | 2025-02-21T19:43:22.727Z | Checking smoltcp v0.9.1 |
2035 | 2025-02-21T19:43:22.852Z | Checking predicates v3.1.3 |
2036 | 2025-02-21T19:43:22.911Z | Checking phf v0.11.2 |
2037 | 2025-02-21T19:43:22.942Z | Checking zip v0.6.6 |
2038 | 2025-02-21T19:43:23.218Z | Checking postgres-protocol v0.6.7 |
2039 | 2025-02-21T19:43:23.246Z | Checking resolv-conf v0.7.0 |
2040 | 2025-02-21T19:43:23.572Z | Checking phf_shared v0.10.0 |
2041 | 2025-02-21T19:43:23.662Z | Checking tungstenite v0.24.0 |
2042 | 2025-02-21T19:43:23.693Z | Checking fs-err v2.11.0 |
2043 | 2025-02-21T19:43:23.898Z | Checking serde-big-array v0.5.1 |
2044 | 2025-02-21T19:43:23.937Z | Checking portable-atomic v1.9.0 |
2045 | 2025-02-21T19:43:23.974Z | Checking lalrpop-util v0.19.12 |
2046 | 2025-02-21T19:43:24.138Z | Checking minimal-lexical v0.2.1 |
2047 | 2025-02-21T19:43:24.208Z | Checking fixedbitset v0.4.2 |
2048 | 2025-02-21T19:43:24.308Z | Checking new_debug_unreachable v1.0.6 |
2049 | 2025-02-21T19:43:24.312Z | Checking number_prefix v0.4.0 |
2050 | 2025-02-21T19:43:24.445Z | Checking precomputed-hash v0.1.1 |
2051 | 2025-02-21T19:43:24.490Z | Checking petgraph v0.6.5 |
2052 | 2025-02-21T19:43:24.536Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2053 | 2025-02-21T19:43:24.562Z | Checking nom v7.1.3 |
2054 | 2025-02-21T19:43:24.593Z | Checking string_cache v0.8.7 |
2055 | 2025-02-21T19:43:24.596Z | Checking tokio-tungstenite v0.24.0 |
2056 | 2025-02-21T19:43:24.777Z | Checking postgres-types v0.2.8 |
2057 | 2025-02-21T19:43:24.922Z | Checking hickory-resolver v0.24.3 |
2058 | 2025-02-21T19:43:24.951Z | Checking nix v0.29.0 |
2059 | 2025-02-21T19:43:25.063Z | Checking whoami v1.5.2 |
2060 | 2025-02-21T19:43:25.138Z | Checking indicatif v0.17.11 |
2061 | 2025-02-21T19:43:25.388Z | Checking peg-runtime v0.8.3 |
2062 | 2025-02-21T19:43:25.494Z | Checking tokio-postgres v0.7.12 |
2063 | 2025-02-21T19:43:25.825Z | Compiling hashbrown v0.14.5 |
2064 | 2025-02-21T19:43:25.948Z | Compiling thiserror v2.0.11 |
2065 | 2025-02-21T19:43:26.440Z | Compiling thiserror-impl v2.0.11 |
2066 | 2025-02-21T19:43:26.650Z | Checking qorb v0.2.1 |
2067 | 2025-02-21T19:43:27.076Z | Compiling ident_case v1.0.1 |
2068 | 2025-02-21T19:43:27.223Z | Compiling regress v0.10.1 |
2069 | 2025-02-21T19:43:27.310Z | Compiling darling_core v0.20.10 |
2070 | 2025-02-21T19:43:27.359Z | Compiling unsafe-libyaml v0.2.11 |
2071 | 2025-02-21T19:43:28.725Z | Checking heck v0.5.0 |
2072 | 2025-02-21T19:43:28.956Z | Compiling serde_yaml v0.9.34+deprecated |
2073 | 2025-02-21T19:43:29.397Z | Checking fastrand v2.1.1 |
2074 | 2025-02-21T19:43:29.579Z | Checking ipnetwork v0.21.1 |
2075 | 2025-02-21T19:43:29.769Z | Checking progenitor-client v0.9.1 |
2076 | 2025-02-21T19:43:29.984Z | Compiling daft-derive v0.1.1 |
2077 | 2025-02-21T19:43:30.108Z | Compiling structmeta-derive v0.3.0 |
2078 | 2025-02-21T19:43:30.169Z | Checking strum v0.26.3 |
2079 | 2025-02-21T19:43:30.218Z | Checking oxnet v0.1.0 |
2080 | 2025-02-21T19:43:30.374Z | Compiling dropshot v0.15.1 |
2081 | 2025-02-21T19:43:30.651Z | Checking macaddr v1.0.1 |
2082 | 2025-02-21T19:43:30.862Z | Compiling dropshot_endpoint v0.15.1 |
2083 | 2025-02-21T19:43:31.025Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2025-02-21T19:43:31.679Z | Compiling typify-impl v0.2.0 |
2085 | 2025-02-21T19:43:31.855Z | Checking tempfile v3.13.0 |
2086 | 2025-02-21T19:43:32.255Z | Checking progenitor-client v0.8.0 |
2087 | 2025-02-21T19:43:32.287Z | Checking instant v0.1.13 |
2088 | 2025-02-21T19:43:32.437Z | Checking daft v0.1.1 |
2089 | 2025-02-21T19:43:32.640Z | Checking regress v0.9.1 |
2090 | 2025-02-21T19:43:32.672Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2091 | 2025-02-21T19:43:32.867Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2092 | 2025-02-21T19:43:32.896Z | Compiling structmeta v0.3.0 |
2093 | 2025-02-21T19:43:33.334Z | Checking backoff v0.4.0 |
2094 | 2025-02-21T19:43:33.386Z | Compiling parse-display-derive v0.10.0 |
2095 | 2025-02-21T19:43:33.578Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2096 | 2025-02-21T19:43:33.627Z | Compiling darling_macro v0.20.10 |
2097 | 2025-02-21T19:43:33.689Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2098 | 2025-02-21T19:43:33.764Z | Checking wait-timeout v0.2.0 |
2099 | 2025-02-21T19:43:33.896Z | Checking rand_xorshift v0.3.0 |
2100 | 2025-02-21T19:43:34.016Z | Checking rusty-fork v0.3.0 |
2101 | 2025-02-21T19:43:34.141Z | Checking unarray v0.1.4 |
2102 | 2025-02-21T19:43:34.345Z | Compiling structmeta-derive v0.2.0 |
2103 | 2025-02-21T19:43:34.374Z | Checking proptest v1.5.0 |
2104 | 2025-02-21T19:43:34.659Z | Compiling darling v0.20.10 |
2105 | 2025-02-21T19:43:34.817Z | Compiling serde_with_macros v3.11.0 |
2106 | 2025-02-21T19:43:35.576Z | Checking camino-tempfile v1.1.1 |
2107 | 2025-02-21T19:43:35.898Z | Checking unicode-width v0.1.14 |
2108 | 2025-02-21T19:43:36.448Z | Compiling proc-macro-error v1.0.4 |
2109 | 2025-02-21T19:43:36.487Z | Compiling proc-macro-crate v1.3.1 |
2110 | 2025-02-21T19:43:37.097Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2111 | 2025-02-21T19:43:37.128Z | Compiling structmeta v0.2.0 |
2112 | 2025-02-21T19:43:37.433Z | Compiling num_enum_derive v0.5.11 |
2113 | 2025-02-21T19:43:37.530Z | Checking serde_with v3.11.0 |
2114 | 2025-02-21T19:43:37.533Z | Compiling test-strategy v0.3.1 |
2115 | 2025-02-21T19:43:37.581Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2116 | 2025-02-21T19:43:37.687Z | Checking parse-display v0.10.0 |
2117 | 2025-02-21T19:43:37.961Z | Checking tabwriter v1.4.0 |
2118 | 2025-02-21T19:43:37.965Z | Compiling foreign-types-macros v0.2.3 |
2119 | 2025-02-21T19:43:38.294Z | Checking foreign-types-shared v0.3.1 |
2120 | 2025-02-21T19:43:38.852Z | Checking cstr-argument v0.1.2 |
2121 | 2025-02-21T19:43:39.063Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2122 | 2025-02-21T19:43:39.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2123 | 2025-02-21T19:43:39.346Z | Checking foreign-types v0.5.0 |
2124 | 2025-02-21T19:43:39.481Z | Checking pretty-hex v0.2.1 |
2125 | 2025-02-21T19:43:39.539Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2126 | 2025-02-21T19:43:39.641Z | Checking colored v2.1.0 |
2127 | 2025-02-21T19:43:39.777Z | Checking num_enum v0.5.11 |
2128 | 2025-02-21T19:43:39.836Z | Checking smf v0.2.3 |
2129 | 2025-02-21T19:43:39.860Z | Checking itertools v0.13.0 |
2130 | 2025-02-21T19:43:39.938Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2131 | 2025-02-21T19:43:39.963Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2132 | 2025-02-21T19:43:39.987Z | Checking base64 v0.21.7 |
2133 | 2025-02-21T19:43:40.122Z | Compiling typify-impl v0.3.0 |
2134 | 2025-02-21T19:43:40.313Z | Compiling crucible-workspace-hack v0.1.0 |
2135 | 2025-02-21T19:43:40.540Z | Checking atomicwrites v0.4.4 |
2136 | 2025-02-21T19:43:40.692Z | Compiling zerocopy v0.8.10 |
2137 | 2025-02-21T19:43:41.167Z | Compiling zerocopy-derive v0.8.10 |
2138 | 2025-02-21T19:43:41.647Z | Compiling heapless v0.8.0 |
2139 | 2025-02-21T19:43:42.260Z | Checking termtree v0.4.1 |
2140 | 2025-02-21T19:43:42.471Z | Checking hash32 v0.3.1 |
2141 | 2025-02-21T19:43:42.508Z | Checking predicates-tree v1.0.11 |
2142 | 2025-02-21T19:43:42.659Z | Compiling smoltcp v0.11.0 |
2143 | 2025-02-21T19:43:42.704Z | Checking cobs v0.2.3 |
2144 | 2025-02-21T19:43:42.931Z | Checking postcard v1.0.10 |
2145 | 2025-02-21T19:43:43.471Z | Checking sigpipe v0.1.3 |
2146 | 2025-02-21T19:43:43.575Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2147 | 2025-02-21T19:43:43.617Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2148 | 2025-02-21T19:43:43.705Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2149 | 2025-02-21T19:43:43.789Z | Compiling mockall_derive v0.13.0 |
2150 | 2025-02-21T19:43:44.037Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2151 | 2025-02-21T19:43:44.106Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2152 | 2025-02-21T19:43:44.173Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2153 | 2025-02-21T19:43:44.462Z | Compiling zone_cfg_derive v0.3.0 |
2154 | 2025-02-21T19:43:44.635Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2155 | 2025-02-21T19:43:45.049Z | Compiling num-derive v0.4.2 |
2156 | 2025-02-21T19:43:46.024Z | Checking downcast v0.11.0 |
2157 | 2025-02-21T19:43:46.286Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2158 | 2025-02-21T19:43:46.656Z | Checking fragile v2.0.0 |
2159 | 2025-02-21T19:43:46.781Z | Checking zone v0.3.0 |
2160 | 2025-02-21T19:43:46.831Z | Compiling typify-macro v0.2.0 |
2161 | 2025-02-21T19:43:46.834Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2162 | 2025-02-21T19:43:46.967Z | Checking tungstenite v0.21.0 |
2163 | 2025-02-21T19:43:47.147Z | Compiling convert_case v0.4.0 |
2164 | 2025-02-21T19:43:47.412Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2165 | 2025-02-21T19:43:47.629Z | Checking newline-converter v0.3.0 |
2166 | 2025-02-21T19:43:47.835Z | Checking expectorate v1.1.0 |
2167 | 2025-02-21T19:43:47.896Z | Checking same-file v1.0.6 |
2168 | 2025-02-21T19:43:47.944Z | Checking tokio-tungstenite v0.21.0 |
2169 | 2025-02-21T19:43:48.012Z | Compiling derive_more v0.99.19 |
2170 | 2025-02-21T19:43:48.040Z | Checking arc-swap v1.7.1 |
2171 | 2025-02-21T19:43:48.099Z | Checking walkdir v2.5.0 |
2172 | 2025-02-21T19:43:48.460Z | Checking xattr v1.3.1 |
2173 | 2025-02-21T19:43:48.529Z | Checking filetime v0.2.25 |
2174 | 2025-02-21T19:43:48.573Z | Checking slog-scope v4.4.0 |
2175 | 2025-02-21T19:43:48.720Z | Checking num-rational v0.4.2 |
2176 | 2025-02-21T19:43:48.808Z | Checking tar v0.4.42 |
2177 | 2025-02-21T19:43:48.850Z | Checking slog-stdlog v4.1.1 |
2178 | 2025-02-21T19:43:49.077Z | Checking slog-envlogger v2.2.0 |
2179 | 2025-02-21T19:43:49.349Z | Checking num-complex v0.4.6 |
2180 | 2025-02-21T19:43:49.459Z | Checking float-ord v0.3.2 |
2181 | 2025-02-21T19:43:49.646Z | Checking indent_write v2.2.0 |
2182 | 2025-02-21T19:43:49.774Z | Compiling cancel-safe-futures v0.1.5 |
2183 | 2025-02-21T19:43:49.895Z | Checking swrite v0.1.0 |
2184 | 2025-02-21T19:43:50.054Z | Compiling owo-colors v4.1.0 |
2185 | 2025-02-21T19:43:50.245Z | Checking num v0.4.3 |
2186 | 2025-02-21T19:43:50.368Z | Checking libsw v3.3.1 |
2187 | 2025-02-21T19:43:50.657Z | Checking pem v3.0.4 |
2188 | 2025-02-21T19:43:50.686Z | Compiling typify v0.2.0 |
2189 | 2025-02-21T19:43:50.844Z | Compiling progenitor-impl v0.8.0 |
2190 | 2025-02-21T19:43:50.976Z | Checking password-hash v0.5.0 |
2191 | 2025-02-21T19:43:51.050Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2192 | 2025-02-21T19:43:51.489Z | Checking blake2 v0.10.6 |
2193 | 2025-02-21T19:43:51.843Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2194 | 2025-02-21T19:43:52.007Z | Checking linear-map v1.2.0 |
2195 | 2025-02-21T19:43:52.085Z | Checking mockall v0.13.0 |
2196 | 2025-02-21T19:43:52.127Z | Checking argon2 v0.5.3 |
2197 | 2025-02-21T19:43:52.349Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2198 | 2025-02-21T19:43:52.376Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2199 | 2025-02-21T19:43:52.930Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2200 | 2025-02-21T19:43:53.065Z | Compiling lzma-sys v0.1.20 |
2201 | 2025-02-21T19:43:53.333Z | Checking headers-core v0.3.0 |
2202 | 2025-02-21T19:43:53.362Z | Compiling heck v0.3.3 |
2203 | 2025-02-21T19:43:53.535Z | Checking headers v0.4.0 |
2204 | 2025-02-21T19:43:53.774Z | Compiling zone_cfg_derive v0.1.2 |
2205 | 2025-02-21T19:43:54.170Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2206 | 2025-02-21T19:43:54.212Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2207 | 2025-02-21T19:43:54.510Z | Checking yasna v0.5.2 |
2208 | 2025-02-21T19:43:54.759Z | Checking base64 v0.13.1 |
2209 | 2025-02-21T19:43:55.059Z | Checking highway v1.2.0 |
2210 | 2025-02-21T19:43:55.218Z | Checking ron v0.7.1 |
2211 | 2025-02-21T19:43:55.268Z | Checking zone v0.1.8 |
2212 | 2025-02-21T19:43:55.361Z | Compiling typify-macro v0.3.0 |
2213 | 2025-02-21T19:43:55.433Z | Checking rcgen v0.12.1 |
2214 | 2025-02-21T19:43:55.534Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2215 | 2025-02-21T19:43:55.710Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2216 | 2025-02-21T19:43:56.056Z | Checking xz2 v0.1.7 |
2217 | 2025-02-21T19:43:56.099Z | Checking subprocess v0.2.9 |
2218 | 2025-02-21T19:43:56.182Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2219 | 2025-02-21T19:43:56.413Z | Checking humantime v2.1.0 |
2220 | 2025-02-21T19:43:56.475Z | Compiling semver v0.1.20 |
2221 | 2025-02-21T19:43:56.569Z | Checking prettyplease v0.2.29 |
2222 | 2025-02-21T19:43:56.763Z | Checking half v2.4.1 |
2223 | 2025-02-21T19:43:56.786Z | Checking ciborium-io v0.2.2 |
2224 | 2025-02-21T19:43:56.947Z | Compiling rustc_version v0.1.7 |
2225 | 2025-02-21T19:43:57.250Z | Checking ciborium-ll v0.2.2 |
2226 | 2025-02-21T19:43:57.422Z | Compiling newtype_derive v0.1.6 |
2227 | 2025-02-21T19:43:57.566Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2228 | 2025-02-21T19:43:57.591Z | Checking ciborium v0.2.2 |
2229 | 2025-02-21T19:43:57.956Z | Checking steno v0.4.1 |
2230 | 2025-02-21T19:43:59.014Z | Compiling progenitor-macro v0.8.0 |
2231 | 2025-02-21T19:43:59.293Z | Compiling typify v0.3.0 |
2232 | 2025-02-21T19:43:59.447Z | Compiling progenitor-impl v0.9.1 |
2233 | 2025-02-21T19:44:00.800Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2234 | 2025-02-21T19:44:01.090Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2235 | 2025-02-21T19:44:01.520Z | Compiling slog-dtrace v0.3.0 |
2236 | 2025-02-21T19:44:01.976Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2237 | 2025-02-21T19:44:02.003Z | Checking display-error-chain v0.2.2 |
2238 | 2025-02-21T19:44:02.214Z | Checking gethostname v0.5.0 |
2239 | 2025-02-21T19:44:02.372Z | Checking nibble_vec v0.1.0 |
2240 | 2025-02-21T19:44:02.512Z | Compiling blake3 v1.5.4 |
2241 | 2025-02-21T19:44:02.604Z | Checking keccak v0.1.5 |
2242 | 2025-02-21T19:44:02.622Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2243 | 2025-02-21T19:44:02.622Z | Checking endian-type v0.1.2 |
2244 | 2025-02-21T19:44:02.871Z | Checking radix_trie v0.2.1 |
2245 | 2025-02-21T19:44:02.987Z | Checking sha3 v0.10.8 |
2246 | 2025-02-21T19:44:03.392Z | Checking universal-hash v0.5.1 |
2247 | 2025-02-21T19:44:03.439Z | Checking secrecy v0.8.0 |
2248 | 2025-02-21T19:44:03.634Z | Checking opaque-debug v0.3.1 |
2249 | 2025-02-21T19:44:03.678Z | Checking aead v0.5.2 |
2250 | 2025-02-21T19:44:03.756Z | Checking poly1305 v0.8.0 |
2251 | 2025-02-21T19:44:03.920Z | Checking chacha20 v0.9.1 |
2252 | 2025-02-21T19:44:04.317Z | Compiling memmap2 v0.9.5 |
2253 | 2025-02-21T19:44:04.342Z | Compiling constant_time_eq v0.3.1 |
2254 | 2025-02-21T19:44:04.565Z | Compiling arrayref v0.3.9 |
2255 | 2025-02-21T19:44:04.700Z | Compiling arrayvec v0.7.6 |
2256 | 2025-02-21T19:44:04.753Z | Compiling toolchain_find v0.4.0 |
2257 | 2025-02-21T19:44:04.952Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2025-02-21T19:44:05.557Z | Compiling topological-sort v0.2.2 |
2259 | 2025-02-21T19:44:05.615Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2260 | 2025-02-21T19:44:05.619Z | Compiling rustfmt-wrapper v0.2.1 |
2261 | 2025-02-21T19:44:05.646Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2262 | 2025-02-21T19:44:06.013Z | Compiling omicron-zone-package v0.12.0 |
2263 | 2025-02-21T19:44:06.114Z | Checking chacha20poly1305 v0.10.1 |
2264 | 2025-02-21T19:44:06.192Z | Compiling async-recursion v1.1.1 |
2265 | 2025-02-21T19:44:06.331Z | Checking fxhash v0.2.1 |
2266 | 2025-02-21T19:44:06.359Z | Checking bumpalo v3.16.0 |
2267 | 2025-02-21T19:44:06.541Z | Compiling zip v2.1.3 |
2268 | 2025-02-21T19:44:06.638Z | Compiling progenitor-macro v0.9.1 |
2269 | 2025-02-21T19:44:06.755Z | Checking lockfree-object-pool v0.1.6 |
2270 | 2025-02-21T19:44:06.914Z | Checking simd-adler32 v0.3.7 |
2271 | 2025-02-21T19:44:07.101Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2272 | 2025-02-21T19:44:07.320Z | Checking zopfli v0.8.1 |
2273 | 2025-02-21T19:44:07.347Z | Checking maplit v1.0.2 |
2274 | 2025-02-21T19:44:07.490Z | Checking termcolor v1.4.1 |
2275 | 2025-02-21T19:44:07.517Z | Compiling radium v0.7.0 |
2276 | 2025-02-21T19:44:07.739Z | Compiling const_format_proc_macros v0.2.34 |
2277 | 2025-02-21T19:44:07.909Z | Checking thiserror-no-std v2.0.2 |
2278 | 2025-02-21T19:44:07.933Z | Checking tap v1.0.1 |
2279 | 2025-02-21T19:44:08.064Z | Checking vsss-rs v3.3.4 |
2280 | 2025-02-21T19:44:08.089Z | Compiling maybe-uninit v2.0.0 |
2281 | 2025-02-21T19:44:08.115Z | Checking wyz v0.5.1 |
2282 | 2025-02-21T19:44:08.769Z | Compiling packed_struct v0.10.1 |
2283 | 2025-02-21T19:44:08.984Z | Checking crc-catalog v2.4.0 |
2284 | 2025-02-21T19:44:09.190Z | Checking funty v2.0.0 |
2285 | 2025-02-21T19:44:09.313Z | Checking home v0.5.9 |
2286 | 2025-02-21T19:44:09.384Z | Checking crc v3.2.1 |
2287 | 2025-02-21T19:44:09.645Z | Checking kstat-rs v0.2.4 |
2288 | 2025-02-21T19:44:09.905Z | Compiling packed_struct_codegen v0.10.1 |
2289 | 2025-02-21T19:44:09.908Z | Checking const_format v0.2.34 |
2290 | 2025-02-21T19:44:10.070Z | Checking bitvec v1.0.1 |
2291 | 2025-02-21T19:44:10.094Z | Compiling vte_generate_state_changes v0.1.2 |
2292 | 2025-02-21T19:44:10.399Z | Checking progenitor v0.8.0 |
2293 | 2025-02-21T19:44:10.658Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2294 | 2025-02-21T19:44:10.751Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2295 | 2025-02-21T19:44:11.384Z | Compiling indexmap v1.9.3 |
2296 | 2025-02-21T19:44:11.758Z | Checking nodrop v0.1.14 |
2297 | 2025-02-21T19:44:11.911Z | Compiling libefi-sys v0.1.0 |
2298 | 2025-02-21T19:44:12.148Z | Checking array-init v0.0.4 |
2299 | 2025-02-21T19:44:12.342Z | Checking vte v0.11.1 |
2300 | 2025-02-21T19:44:12.542Z | Checking smallvec v0.6.14 |
2301 | 2025-02-21T19:44:12.950Z | Checking fd-lock v4.0.2 |
2302 | 2025-02-21T19:44:13.117Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2303 | 2025-02-21T19:44:13.177Z | Compiling bitfield-struct v0.6.2 |
2304 | 2025-02-21T19:44:13.617Z | Checking hashbrown v0.12.3 |
2305 | 2025-02-21T19:44:13.897Z | Checking bitfield v0.14.0 |
2306 | 2025-02-21T19:44:14.225Z | Checking strip-ansi-escapes v0.2.0 |
2307 | 2025-02-21T19:44:14.567Z | Checking serde-hex v0.1.0 |
2308 | 2025-02-21T19:44:14.606Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2309 | 2025-02-21T19:44:15.261Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2310 | 2025-02-21T19:44:15.296Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2311 | 2025-02-21T19:44:15.569Z | Checking env_logger v0.10.2 |
2312 | 2025-02-21T19:44:15.573Z | Checking ron v0.8.1 |
2313 | 2025-02-21T19:44:15.754Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2314 | 2025-02-21T19:44:16.015Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2315 | 2025-02-21T19:44:16.552Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2025-02-21T19:44:16.941Z | Checking itertools v0.12.1 |
2317 | 2025-02-21T19:44:17.852Z | Checking hashbrown v0.13.2 |
2318 | 2025-02-21T19:44:18.567Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2319 | 2025-02-21T19:44:18.716Z | Checking nu-ansi-term v0.50.1 |
2320 | 2025-02-21T19:44:18.875Z | Checking crc-any v2.5.0 |
2321 | 2025-02-21T19:44:18.908Z | Checking object v0.30.4 |
2322 | 2025-02-21T19:44:19.137Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2323 | 2025-02-21T19:44:19.227Z | Checking progenitor v0.9.1 |
2324 | 2025-02-21T19:44:19.416Z | Checking reedline v0.35.0 |
2325 | 2025-02-21T19:44:19.454Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2326 | 2025-02-21T19:44:19.545Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2327 | 2025-02-21T19:44:19.625Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2328 | 2025-02-21T19:44:22.053Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2025-02-21T19:44:22.691Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2330 | 2025-02-21T19:44:22.984Z | Checking nanorand v0.7.0 |
2331 | 2025-02-21T19:44:23.460Z | Checking path-slash v0.1.5 |
2332 | 2025-02-21T19:44:23.666Z | Compiling parking_lot_core v0.8.6 |
2333 | 2025-02-21T19:44:23.769Z | Checking flume v0.11.1 |
2334 | 2025-02-21T19:44:24.305Z | Compiling phf_generator v0.11.2 |
2335 | 2025-02-21T19:44:24.539Z | Checking glob v0.3.2 |
2336 | 2025-02-21T19:44:24.645Z | Checking bytecount v0.6.8 |
2337 | 2025-02-21T19:44:24.835Z | Checking papergrid v0.11.0 |
2338 | 2025-02-21T19:44:24.905Z | Checking parking_lot v0.11.2 |
2339 | 2025-02-21T19:44:24.928Z | Compiling phf_codegen v0.11.2 |
2340 | 2025-02-21T19:44:25.176Z | Compiling tabled_derive v0.7.0 |
2341 | 2025-02-21T19:44:25.292Z | Compiling parse-zoneinfo v0.3.1 |
2342 | 2025-02-21T19:44:25.445Z | Compiling cfg_aliases v0.1.1 |
2343 | 2025-02-21T19:44:25.578Z | Compiling nix v0.28.0 |
2344 | 2025-02-21T19:44:26.364Z | Compiling chrono-tz-build v0.4.0 |
2345 | 2025-02-21T19:44:26.389Z | Checking sled v0.34.7 |
2346 | 2025-02-21T19:44:26.990Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2347 | 2025-02-21T19:44:27.428Z | Checking tabled v0.15.0 |
2348 | 2025-02-21T19:44:27.558Z | Checking hickory-client v0.24.3 |
2349 | 2025-02-21T19:44:28.215Z | Checking hickory-server v0.24.3 |
2350 | 2025-02-21T19:44:28.311Z | Compiling chrono-tz v0.10.1 |
2351 | 2025-02-21T19:44:28.841Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2352 | 2025-02-21T19:44:29.047Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2353 | 2025-02-21T19:44:29.462Z | Compiling unicase v2.7.0 |
2354 | 2025-02-21T19:44:29.831Z | Compiling buf-list v1.0.3 |
2355 | 2025-02-21T19:44:30.441Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2356 | 2025-02-21T19:44:30.464Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2357 | 2025-02-21T19:44:30.604Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2358 | 2025-02-21T19:44:31.036Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2359 | 2025-02-21T19:44:32.339Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2360 | 2025-02-21T19:44:33.231Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2361 | 2025-02-21T19:44:33.683Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2362 | 2025-02-21T19:44:33.957Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2363 | 2025-02-21T19:44:34.040Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2025-02-21T19:44:34.768Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2365 | 2025-02-21T19:44:34.796Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2366 | 2025-02-21T19:44:35.105Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2367 | 2025-02-21T19:44:35.539Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2368 | 2025-02-21T19:44:36.908Z | Compiling peg-macros v0.8.4 |
2369 | 2025-02-21T19:44:37.000Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2370 | 2025-02-21T19:44:37.469Z | Compiling sqlparser_derive v0.2.2 |
2371 | 2025-02-21T19:44:38.174Z | Checking unicode_categories v0.1.1 |
2372 | 2025-02-21T19:44:38.532Z | Checking sqlformat v0.2.6 |
2373 | 2025-02-21T19:44:38.612Z | Checking sqlparser v0.45.0 |
2374 | 2025-02-21T19:44:40.025Z | Checking rustyline v14.0.0 |
2375 | 2025-02-21T19:44:40.152Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2376 | 2025-02-21T19:44:40.443Z | Checking peg v0.8.4 |
2377 | 2025-02-21T19:44:40.566Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2025-02-21T19:44:41.431Z | Checking bcs v0.1.6 |
2379 | 2025-02-21T19:44:41.888Z | Checking termtree v0.5.1 |
2380 | 2025-02-21T19:44:42.137Z | Checking primeorder v0.13.6 |
2381 | 2025-02-21T19:44:42.395Z | Compiling mime_guess v2.0.5 |
2382 | 2025-02-21T19:44:42.690Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2383 | 2025-02-21T19:44:43.424Z | Checking http-range v0.1.5 |
2384 | 2025-02-21T19:44:43.537Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2385 | 2025-02-21T19:44:43.676Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2386 | 2025-02-21T19:44:43.909Z | Checking atty v0.2.14 |
2387 | 2025-02-21T19:44:44.090Z | Compiling salty v0.3.0 |
2388 | 2025-02-21T19:44:44.430Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2389 | 2025-02-21T19:44:45.031Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2390 | 2025-02-21T19:44:45.190Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2025-02-21T19:44:45.565Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2025-02-21T19:44:46.034Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2393 | 2025-02-21T19:44:46.620Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2394 | 2025-02-21T19:44:46.862Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2395 | 2025-02-21T19:44:47.730Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2396 | 2025-02-21T19:44:47.883Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2025-02-21T19:44:48.120Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2398 | 2025-02-21T19:44:48.365Z | Checking p384 v0.13.0 |
2399 | 2025-02-21T19:44:48.819Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2400 | 2025-02-21T19:44:49.011Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2401 | 2025-02-21T19:44:49.493Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2402 | 2025-02-21T19:44:49.659Z | Checking hyper-staticfile v0.10.1 |
2403 | 2025-02-21T19:44:50.229Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2404 | 2025-02-21T19:44:50.266Z | Compiling dsl_auto_type v0.1.2 |
2405 | 2025-02-21T19:44:50.580Z | Checking scheduled-thread-pool v0.2.7 |
2406 | 2025-02-21T19:44:50.723Z | Checking env_filter v0.1.2 |
2407 | 2025-02-21T19:44:50.821Z | Compiling diesel_table_macro_syntax v0.2.0 |
2408 | 2025-02-21T19:44:50.847Z | Compiling crunchy v0.2.2 |
2409 | 2025-02-21T19:44:51.013Z | Checking env_logger v0.11.5 |
2410 | 2025-02-21T19:44:51.237Z | Checking r2d2 v0.8.10 |
2411 | 2025-02-21T19:44:51.375Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2025-02-21T19:44:51.440Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2025-02-21T19:44:51.625Z | Compiling tiny-keccak v2.0.2 |
2414 | 2025-02-21T19:44:51.731Z | Compiling diesel_derives v2.2.3 |
2415 | 2025-02-21T19:44:51.990Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2416 | 2025-02-21T19:44:52.057Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2417 | 2025-02-21T19:44:52.403Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2418 | 2025-02-21T19:44:52.497Z | Compiling ref-cast v1.0.23 |
2419 | 2025-02-21T19:44:52.559Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2420 | 2025-02-21T19:44:53.067Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2421 | 2025-02-21T19:44:53.919Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2422 | 2025-02-21T19:44:54.301Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2423 | 2025-02-21T19:44:54.304Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2424 | 2025-02-21T19:44:54.657Z | Compiling ascii-canvas v3.0.0 |
2425 | 2025-02-21T19:44:54.902Z | Compiling ena v0.14.3 |
2426 | 2025-02-21T19:44:55.150Z | Compiling ref-cast-impl v1.0.23 |
2427 | 2025-02-21T19:44:55.262Z | Compiling regex-syntax v0.6.29 |
2428 | 2025-02-21T19:44:55.325Z | Compiling diff v0.1.13 |
2429 | 2025-02-21T19:44:55.970Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2430 | 2025-02-21T19:44:56.578Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2431 | 2025-02-21T19:44:57.038Z | Compiling pin-project-internal v1.1.6 |
2432 | 2025-02-21T19:44:57.960Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2433 | 2025-02-21T19:44:58.038Z | Compiling derive_builder_core v0.20.2 |
2434 | 2025-02-21T19:44:58.346Z | Compiling libxml v0.3.3 |
2435 | 2025-02-21T19:44:58.784Z | Compiling lalrpop v0.19.12 |
2436 | 2025-02-21T19:44:59.776Z | Checking signal-hook-tokio v0.3.1 |
2437 | 2025-02-21T19:44:59.801Z | Checking pin-project v1.1.6 |
2438 | 2025-02-21T19:44:59.955Z | Compiling strum_macros v0.24.3 |
2439 | 2025-02-21T19:44:59.979Z | Compiling samael v0.0.17 |
2440 | 2025-02-21T19:45:00.355Z | Compiling derive_builder_macro v0.20.2 |
2441 | 2025-02-21T19:45:00.749Z | Compiling snafu-derive v0.8.5 |
2442 | 2025-02-21T19:45:00.909Z | Compiling indoc v1.0.9 |
2443 | 2025-02-21T19:45:01.276Z | Checking derive_builder v0.20.2 |
2444 | 2025-02-21T19:45:01.899Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2445 | 2025-02-21T19:45:03.093Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2446 | 2025-02-21T19:45:03.128Z | Checking olpc-cjson v0.1.4 |
2447 | 2025-02-21T19:45:03.451Z | Checking globset v0.4.15 |
2448 | 2025-02-21T19:45:03.478Z | Checking quick-xml v0.33.0 |
2449 | 2025-02-21T19:45:03.481Z | Checking serde_plain v1.0.2 |
2450 | 2025-02-21T19:45:03.803Z | Compiling oso-derive v0.27.3 |
2451 | 2025-02-21T19:45:03.829Z | Checking diesel v2.2.7 |
2452 | 2025-02-21T19:45:03.910Z | Compiling impl-trait-for-tuples v0.2.2 |
2453 | 2025-02-21T19:45:03.979Z | Checking typed-path v0.9.3 |
2454 | 2025-02-21T19:45:04.893Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2455 | 2025-02-21T19:45:05.741Z | Checking snafu v0.8.5 |
2456 | 2025-02-21T19:45:05.970Z | Checking tungstenite v0.23.0 |
2457 | 2025-02-21T19:45:06.227Z | Checking tough v0.19.0 |
2458 | 2025-02-21T19:45:06.600Z | Compiling diesel-dtrace v0.4.2 |
2459 | 2025-02-21T19:45:06.949Z | Checking parse-size v1.1.0 |
2460 | 2025-02-21T19:45:06.976Z | Checking tokio-tungstenite v0.23.1 |
2461 | 2025-02-21T19:45:07.251Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2462 | 2025-02-21T19:45:07.505Z | Checking bb8 v0.8.5 |
2463 | 2025-02-21T19:45:07.606Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2464 | 2025-02-21T19:45:08.073Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2465 | 2025-02-21T19:45:08.115Z | Checking nix v0.27.1 |
2466 | 2025-02-21T19:45:08.448Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2467 | 2025-02-21T19:45:10.883Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2468 | 2025-02-21T19:45:11.140Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2469 | 2025-02-21T19:45:11.396Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2025-02-21T19:45:11.527Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2471 | 2025-02-21T19:45:11.757Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2472 | 2025-02-21T19:45:11.796Z | Checking heck v0.4.1 |
2473 | 2025-02-21T19:45:12.041Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2474 | 2025-02-21T19:45:12.522Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2475 | 2025-02-21T19:45:12.829Z | Checking rand_seeder v0.3.0 |
2476 | 2025-02-21T19:45:13.117Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2477 | 2025-02-21T19:45:13.140Z | Checking assert_matches v1.5.0 |
2478 | 2025-02-21T19:45:13.202Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2479 | 2025-02-21T19:45:13.275Z | Compiling libz-sys v1.1.20 |
2480 | 2025-02-21T19:45:13.365Z | Compiling indoc v2.0.5 |
2481 | 2025-02-21T19:45:13.482Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2482 | 2025-02-21T19:45:13.750Z | Checking castaway v0.2.3 |
2483 | 2025-02-21T19:45:13.941Z | Checking is_ci v1.2.0 |
2484 | 2025-02-21T19:45:14.123Z | Checking supports-color v3.0.1 |
2485 | 2025-02-21T19:45:14.172Z | Checking compact_str v0.8.0 |
2486 | 2025-02-21T19:45:14.368Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2025-02-21T19:45:14.413Z | Checking unicode-truncate v1.1.0 |
2488 | 2025-02-21T19:45:14.708Z | Checking cargo-platform v0.1.8 |
2489 | 2025-02-21T19:45:14.998Z | Checking lru v0.12.5 |
2490 | 2025-02-21T19:45:15.052Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2491 | 2025-02-21T19:45:15.076Z | Compiling instability v0.3.2 |
2492 | 2025-02-21T19:45:15.339Z | Checking cassowary v0.3.0 |
2493 | 2025-02-21T19:45:15.880Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2494 | 2025-02-21T19:45:16.014Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2495 | 2025-02-21T19:45:16.189Z | Checking ratatui v0.29.0 |
2496 | 2025-02-21T19:45:16.213Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2497 | 2025-02-21T19:45:16.623Z | Compiling vergen v8.3.2 |
2498 | 2025-02-21T19:45:17.084Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2499 | 2025-02-21T19:45:17.586Z | Checking unicode-linebreak v0.1.5 |
2500 | 2025-02-21T19:45:17.711Z | Checking smawk v0.3.2 |
2501 | 2025-02-21T19:45:17.968Z | Compiling cargo_metadata v0.18.1 |
2502 | 2025-02-21T19:45:18.070Z | Checking textwrap v0.16.1 |
2503 | 2025-02-21T19:45:18.553Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2504 | 2025-02-21T19:45:19.427Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2505 | 2025-02-21T19:45:19.825Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2506 | 2025-02-21T19:45:20.184Z | Compiling libsqlite3-sys v0.30.1 |
2507 | 2025-02-21T19:45:20.746Z | Checking shell-words v1.1.0 |
2508 | 2025-02-21T19:45:20.942Z | Compiling rustls v0.21.12 |
2509 | 2025-02-21T19:45:21.112Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2510 | 2025-02-21T19:45:21.224Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2511 | 2025-02-21T19:45:21.273Z | Checking rustls-webpki v0.101.7 |
2512 | 2025-02-21T19:45:21.322Z | Checking sct v0.7.1 |
2513 | 2025-02-21T19:45:21.551Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2514 | 2025-02-21T19:45:21.587Z | Checking hashlink v0.9.1 |
2515 | 2025-02-21T19:45:21.875Z | Checking concurrent-queue v2.5.0 |
2516 | 2025-02-21T19:45:21.945Z | Checking plotters-backend v0.3.7 |
2517 | 2025-02-21T19:45:22.194Z | Checking fallible-iterator v0.3.0 |
2518 | 2025-02-21T19:45:22.236Z | Checking parking v2.2.1 |
2519 | 2025-02-21T19:45:22.373Z | Checking fallible-streaming-iterator v0.1.9 |
2520 | 2025-02-21T19:45:22.427Z | Checking plotters-svg v0.3.7 |
2521 | 2025-02-21T19:45:22.662Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2522 | 2025-02-21T19:45:22.688Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2523 | 2025-02-21T19:45:22.799Z | Checking rusqlite v0.32.1 |
2524 | 2025-02-21T19:45:23.135Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2525 | 2025-02-21T19:45:23.518Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2526 | 2025-02-21T19:45:23.890Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2527 | 2025-02-21T19:45:24.231Z | Checking rustls-pemfile v1.0.4 |
2528 | 2025-02-21T19:45:24.333Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2529 | 2025-02-21T19:45:24.364Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2530 | 2025-02-21T19:45:24.441Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2531 | 2025-02-21T19:45:24.704Z | Checking twox-hash v2.1.0 |
2532 | 2025-02-21T19:45:24.990Z | Checking tokio-rustls v0.24.1 |
2533 | 2025-02-21T19:45:25.346Z | Checking cast v0.3.0 |
2534 | 2025-02-21T19:45:25.412Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2535 | 2025-02-21T19:45:25.677Z | Checking criterion-plot v0.5.0 |
2536 | 2025-02-21T19:45:26.250Z | Checking plotters v0.3.7 |
2537 | 2025-02-21T19:45:26.366Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2538 | 2025-02-21T19:45:27.644Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2539 | 2025-02-21T19:45:28.192Z | Checking fatfs v0.3.6 |
2540 | 2025-02-21T19:45:28.842Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2541 | 2025-02-21T19:45:29.303Z | Checking tinytemplate v1.2.1 |
2542 | 2025-02-21T19:45:29.451Z | Checking csv-core v0.1.11 |
2543 | 2025-02-21T19:45:29.716Z | Checking oorandom v11.1.4 |
2544 | 2025-02-21T19:45:29.849Z | Checking hex-literal v0.4.1 |
2545 | 2025-02-21T19:45:29.922Z | Checking anes v0.1.6 |
2546 | 2025-02-21T19:45:29.965Z | Checking csv v1.3.1 |
2547 | 2025-02-21T19:45:30.009Z | Checking event-listener v5.3.1 |
2548 | 2025-02-21T19:45:30.297Z | Checking criterion v0.5.1 |
2549 | 2025-02-21T19:45:30.873Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2550 | 2025-02-21T19:45:32.175Z | Checking rtoolbox v0.0.2 |
2551 | 2025-02-21T19:45:32.418Z | Checking rpassword v7.3.1 |
2552 | 2025-02-21T19:45:32.614Z | Checking event-listener-strategy v0.5.2 |
2553 | 2025-02-21T19:45:32.851Z | Checking tui-tree-widget v0.23.0 |
2554 | 2025-02-21T19:45:33.199Z | Checking polyval v0.6.2 |
2555 | 2025-02-21T19:45:33.352Z | Checking futures-lite v2.3.0 |
2556 | 2025-02-21T19:45:33.528Z | Checking ghash v0.5.1 |
2557 | 2025-02-21T19:45:33.765Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2558 | 2025-02-21T19:45:34.766Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2559 | 2025-02-21T19:45:34.915Z | Checking ctr v0.9.2 |
2560 | 2025-02-21T19:45:35.275Z | Checking yansi v1.0.1 |
2561 | 2025-02-21T19:45:35.442Z | Checking aes-gcm v0.10.3 |
2562 | 2025-02-21T19:45:35.718Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2563 | 2025-02-21T19:45:35.785Z | Checking ssh-encoding v0.2.0 |
2564 | 2025-02-21T19:45:35.834Z | Checking pretty_assertions v1.4.1 |
2565 | 2025-02-21T19:45:36.046Z | Checking blowfish v0.9.1 |
2566 | 2025-02-21T19:45:36.332Z | Checking async-bb8-diesel v0.2.1 |
2567 | 2025-02-21T19:45:36.646Z | Checking bcrypt-pbkdf v0.10.0 |
2568 | 2025-02-21T19:45:36.968Z | Checking ssh-cipher v0.2.0 |
2569 | 2025-02-21T19:45:37.035Z | Checking async-lock v3.4.0 |
2570 | 2025-02-21T19:45:37.292Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2571 | 2025-02-21T19:45:37.992Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2572 | 2025-02-21T19:45:38.350Z | Checking polling v3.7.3 |
2573 | 2025-02-21T19:45:38.796Z | Checking password-hash v0.4.2 |
2574 | 2025-02-21T19:45:39.256Z | Checking pbkdf2 v0.11.0 |
2575 | 2025-02-21T19:45:39.440Z | Checking async-io v2.3.4 |
2576 | 2025-02-21T19:45:39.569Z | Checking ssh-key v0.6.6 |
2577 | 2025-02-21T19:45:40.780Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2578 | 2025-02-21T19:45:41.220Z | Checking p256 v0.13.2 |
2579 | 2025-02-21T19:45:41.331Z | Checking p521 v0.13.3 |
2580 | 2025-02-21T19:45:41.786Z | Checking russh-cryptovec v0.7.3 |
2581 | 2025-02-21T19:45:42.040Z | Compiling doc-comment v0.3.3 |
2582 | 2025-02-21T19:45:42.241Z | Checking md5 v0.7.0 |
2583 | 2025-02-21T19:45:42.579Z | Checking async-task v4.7.1 |
2584 | 2025-02-21T19:45:42.616Z | Compiling target-lexicon v0.13.2 |
2585 | 2025-02-21T19:45:42.913Z | Checking russh-keys v0.45.0 |
2586 | 2025-02-21T19:45:43.184Z | Checking async-channel v2.3.1 |
2587 | 2025-02-21T19:45:43.541Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2588 | 2025-02-21T19:45:43.780Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2589 | 2025-02-21T19:45:44.423Z | Checking piper v0.2.4 |
2590 | 2025-02-21T19:45:44.685Z | Checking num-bigint v0.4.6 |
2591 | 2025-02-21T19:45:44.710Z | Checking des v0.8.1 |
2592 | 2025-02-21T19:45:45.022Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2593 | 2025-02-21T19:45:45.403Z | Compiling assert_cmd v2.0.16 |
2594 | 2025-02-21T19:45:45.893Z | Checking futures-timer v3.0.3 |
2595 | 2025-02-21T19:45:45.948Z | Compiling guppy-workspace-hack v0.1.0 |
2596 | 2025-02-21T19:45:46.252Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2597 | 2025-02-21T19:45:46.354Z | Checking blocking v1.6.1 |
2598 | 2025-02-21T19:45:47.176Z | Checking russh v0.45.0 |
2599 | 2025-02-21T19:45:47.326Z | Checking async-executor v1.13.1 |
2600 | 2025-02-21T19:45:47.699Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2601 | 2025-02-21T19:45:47.731Z | Checking async-signal v0.2.10 |
2602 | 2025-02-21T19:45:48.070Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2603 | 2025-02-21T19:45:48.539Z | Checking event-listener v2.5.3 |
2604 | 2025-02-21T19:45:48.710Z | Checking internet-checksum v0.2.1 |
2605 | 2025-02-21T19:45:48.821Z | Compiling target-spec v3.4.2 |
2606 | 2025-02-21T19:45:48.918Z | Checking async-channel v1.9.0 |
2607 | 2025-02-21T19:45:49.411Z | Checking async-process v2.3.0 |
2608 | 2025-02-21T19:45:49.831Z | Checking async-global-executor v2.4.1 |
2609 | 2025-02-21T19:45:50.206Z | Checking cfg-expr v0.18.0 |
2610 | 2025-02-21T19:45:50.523Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2611 | 2025-02-21T19:45:51.150Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2612 | 2025-02-21T19:45:51.828Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2613 | 2025-02-21T19:45:52.245Z | Checking httptest v0.16.3 |
2614 | 2025-02-21T19:45:52.272Z | Checking rustls-native-certs v0.7.3 |
2615 | 2025-02-21T19:45:52.466Z | Compiling petname v2.0.2 |
2616 | 2025-02-21T19:45:52.985Z | Checking num_cpus v1.16.0 |
2617 | 2025-02-21T19:45:53.010Z | Checking kv-log-macro v1.0.7 |
2618 | 2025-02-21T19:45:53.128Z | Compiling async-attributes v1.1.2 |
2619 | 2025-02-21T19:45:53.391Z | Checking fixedbitset v0.5.7 |
2620 | 2025-02-21T19:45:53.811Z | Checking petgraph v0.7.1 |
2621 | 2025-02-21T19:45:54.017Z | Checking async-std v1.13.0 |
2622 | 2025-02-21T19:45:55.327Z | Checking threadpool v1.8.1 |
2623 | 2025-02-21T19:45:55.585Z | Checking hyper-rustls v0.26.0 |
2624 | 2025-02-21T19:45:55.966Z | Checking cargo_metadata v0.19.1 |
2625 | 2025-02-21T19:45:56.123Z | Checking itertools v0.14.0 |
2626 | 2025-02-21T19:45:56.155Z | Checking pathdiff v0.2.3 |
2627 | 2025-02-21T19:45:56.343Z | Compiling rstest_macros v0.23.0 |
2628 | 2025-02-21T19:45:56.819Z | Checking escape8259 v0.5.3 |
2629 | 2025-02-21T19:45:57.054Z | Compiling target-triple v0.1.3 |
2630 | 2025-02-21T19:45:57.561Z | Checking nested v0.1.1 |
2631 | 2025-02-21T19:45:57.667Z | Checking async-object-pool v0.1.5 |
2632 | 2025-02-21T19:45:57.801Z | Checking libtest-mimic v0.7.3 |
2633 | 2025-02-21T19:45:57.874Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2634 | 2025-02-21T19:45:58.357Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2635 | 2025-02-21T19:45:58.626Z | Checking guppy v0.17.16 |
2636 | 2025-02-21T19:45:58.696Z | Checking similar-asserts v1.6.0 |
2637 | 2025-02-21T19:45:58.821Z | Checking fancy-regex v0.13.0 |
2638 | 2025-02-21T19:45:58.974Z | Checking serde_regex v1.1.0 |
2639 | 2025-02-21T19:45:59.270Z | Checking assert-json-diff v2.0.2 |
2640 | 2025-02-21T19:45:59.596Z | Compiling proc-macro-crate v3.2.0 |
2641 | 2025-02-21T19:45:59.600Z | Checking path-tree v0.8.1 |
2642 | 2025-02-21T19:45:59.994Z | Checking sync-ptr v0.1.1 |
2643 | 2025-02-21T19:46:00.218Z | Compiling relative-path v1.9.3 |
2644 | 2025-02-21T19:46:00.611Z | Checking stringmetrics v2.2.2 |
2645 | 2025-02-21T19:46:00.729Z | Checking datatest-stable v0.2.9 |
2646 | 2025-02-21T19:46:00.882Z | Checking httpmock v0.8.0-alpha.1 |
2647 | 2025-02-21T19:46:00.968Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2648 | 2025-02-21T19:46:01.038Z | Checking blake2b_simd v1.0.2 |
2649 | 2025-02-21T19:46:01.944Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2650 | 2025-02-21T19:46:02.395Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2651 | 2025-02-21T19:46:02.731Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2652 | 2025-02-21T19:46:03.080Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2653 | 2025-02-21T19:46:03.430Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2654 | 2025-02-21T19:46:04.020Z | Checking serde_tokenstream v0.2.2 |
2655 | 2025-02-21T19:46:04.414Z | Checking uzers v0.12.1 |
2656 | 2025-02-21T19:46:04.952Z | Checking rust-argon2 v2.1.0 |
2657 | 2025-02-21T19:46:05.432Z | Checking trybuild v1.0.101 |
2658 | 2025-02-21T19:46:06.246Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2659 | 2025-02-21T19:46:06.883Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2660 | 2025-02-21T19:46:07.459Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2661 | 2025-02-21T19:46:08.722Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2662 | 2025-02-21T19:46:09.088Z | Checking rand_distr v0.4.3 |
2663 | 2025-02-21T19:46:09.473Z | Checking rstest v0.23.0 |
2664 | 2025-02-21T19:46:09.742Z | Checking multimap v0.10.0 |
2665 | 2025-02-21T19:46:09.889Z | Checking approx v0.5.1 |
2666 | 2025-02-21T19:46:10.103Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2667 | 2025-02-21T19:46:10.452Z | Compiling git2 v0.19.0 |
2668 | 2025-02-21T19:46:10.750Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2669 | 2025-02-21T19:46:11.245Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2670 | 2025-02-21T19:46:12.103Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2671 | 2025-02-21T19:46:12.464Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2672 | 2025-02-21T19:46:12.786Z | Checking partial-io v0.5.4 |
2673 | 2025-02-21T19:46:13.170Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2674 | 2025-02-21T19:46:13.404Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2675 | 2025-02-21T19:46:13.549Z | Checking cargo_toml v0.20.5 |
2676 | 2025-02-21T19:46:13.633Z | Checking termios v0.3.3 |
2677 | 2025-02-21T19:46:13.933Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2678 | 2025-02-21T19:46:14.813Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2679 | 2025-02-21T19:46:15.661Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2680 | 2025-02-21T19:46:16.006Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2681 | 2025-02-21T19:46:19.398Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2682 | 2025-02-21T19:46:22.139Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2683 | 2025-02-21T19:46:37.759Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2684 | 2025-02-21T19:46:45.834Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2685 | 2025-02-21T19:47:19.414Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2686 | 2025-02-21T19:47:19.778Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2687 | 2025-02-21T19:47:25.088Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2688 | 2025-02-21T19:47:33.974Z | Compiling polar-core v0.27.3 |
2689 | 2025-02-21T19:47:42.654Z | Checking oso v0.27.3 |
2690 | 2025-02-21T19:48:24.486Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2691 | 2025-02-21T19:48:24.489Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2692 | 2025-02-21T19:48:24.489Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2693 | 2025-02-21T19:49:52.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s |
2694 | 2025-02-21T19:49:53.284Z | |
2695 | 2025-02-21T19:49:53.284Z | real 7:09.515989053 |
2696 | 2025-02-21T19:49:53.284Z | user 37:23.962528956 |
2697 | 2025-02-21T19:49:53.284Z | sys 5:32.207294507 |
2698 | 2025-02-21T19:49:53.288Z | trap 1.194524993 |
2699 | 2025-02-21T19:49:53.288Z | tflt 0.526336240 |
2700 | 2025-02-21T19:49:53.288Z | dflt 0.254450277 |
2701 | 2025-02-21T19:49:53.288Z | kflt 0.000948028 |
2702 | 2025-02-21T19:49:53.288Z | lock 52:33.832880096 |
2703 | 2025-02-21T19:49:53.288Z | slp 2:05:53.101262276 |
2704 | 2025-02-21T19:49:53.288Z | lat 1:44.867484724 |
2705 | 2025-02-21T19:49:53.288Z | stop 7:11.671593886 |
2706 | 2025-02-21T19:49:53.288Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2707 | 2025-02-21T19:49:53.288Z | + ptime -m cargo doc --workspace --no-deps |
2708 | 2025-02-21T19:49:54.574Z | warning: output filename collision. |
2709 | 2025-02-21T19:49:54.574Z | 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)`. |
2710 | 2025-02-21T19:49:54.574Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2711 | 2025-02-21T19:49:54.574Z | The targets should have unique names. |
2712 | 2025-02-21T19:49:54.574Z | This is a known bug where multiple crates with the same name use |
2713 | 2025-02-21T19:49:54.574Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2714 | 2025-02-21T19:49:55.066Z | Compiling ring v0.17.9 |
2715 | 2025-02-21T19:49:55.159Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2716 | 2025-02-21T19:49:55.187Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2717 | 2025-02-21T19:49:55.231Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2718 | 2025-02-21T19:49:55.261Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2719 | 2025-02-21T19:49:55.262Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2720 | 2025-02-21T19:49:56.658Z | Compiling rustls v0.23.19 |
2721 | 2025-02-21T19:49:56.661Z | Compiling rustls v0.22.4 |
2722 | 2025-02-21T19:49:56.661Z | Compiling rustls v0.21.12 |
2723 | 2025-02-21T19:49:58.377Z | Checking rustls-webpki v0.102.8 |
2724 | 2025-02-21T19:49:58.380Z | Checking rcgen v0.12.1 |
2725 | 2025-02-21T19:49:58.380Z | Checking sct v0.7.1 |
2726 | 2025-02-21T19:49:58.380Z | Checking rustls-webpki v0.101.7 |
2727 | 2025-02-21T19:50:01.545Z | Checking tokio-rustls v0.24.1 |
2728 | 2025-02-21T19:50:02.008Z | Checking tokio-rustls v0.25.0 |
2729 | 2025-02-21T19:50:02.337Z | Checking dropshot v0.12.0 |
2730 | 2025-02-21T19:50:02.339Z | Checking dropshot v0.15.1 |
2731 | 2025-02-21T19:50:04.179Z | Checking tokio-rustls v0.26.0 |
2732 | 2025-02-21T19:50:04.660Z | Checking hyper-rustls v0.27.3 |
2733 | 2025-02-21T19:50:05.071Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2734 | 2025-02-21T19:50:05.099Z | Checking reqwest v0.12.12 |
2735 | 2025-02-21T19:50:06.245Z | Checking qorb v0.2.1 |
2736 | 2025-02-21T19:50:06.248Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2737 | 2025-02-21T19:50:06.915Z | Checking progenitor-client v0.9.1 |
2738 | 2025-02-21T19:50:07.267Z | Checking progenitor-client v0.8.0 |
2739 | 2025-02-21T19:50:07.411Z | Checking progenitor v0.9.1 |
2740 | 2025-02-21T19:50:07.569Z | Checking tough v0.19.0 |
2741 | 2025-02-21T19:50:07.674Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2742 | 2025-02-21T19:50:07.699Z | Checking progenitor v0.8.0 |
2743 | 2025-02-21T19:50:07.947Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2744 | 2025-02-21T19:50:12.118Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2745 | 2025-02-21T19:50:12.631Z | Compiling omicron-zone-package v0.12.0 |
2746 | 2025-02-21T19:50:12.833Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2747 | 2025-02-21T19:50:12.876Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2748 | 2025-02-21T19:50:13.249Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2749 | 2025-02-21T19:50:14.011Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2750 | 2025-02-21T19:50:14.173Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2751 | 2025-02-21T19:50:16.668Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2752 | 2025-02-21T19:50:17.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2753 | 2025-02-21T19:50:17.484Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2754 | 2025-02-21T19:50:17.700Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2755 | 2025-02-21T19:50:17.797Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2756 | 2025-02-21T19:50:17.800Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2757 | 2025-02-21T19:50:17.842Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2758 | 2025-02-21T19:50:17.866Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2759 | 2025-02-21T19:50:18.092Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2760 | 2025-02-21T19:50:18.117Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2761 | 2025-02-21T19:50:18.159Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2762 | 2025-02-21T19:50:18.438Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2763 | 2025-02-21T19:50:18.674Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2764 | 2025-02-21T19:50:19.054Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2765 | 2025-02-21T19:50:19.484Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2766 | 2025-02-21T19:50:19.583Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2767 | 2025-02-21T19:50:19.871Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2768 | 2025-02-21T19:50:20.216Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2769 | 2025-02-21T19:50:20.277Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2770 | 2025-02-21T19:50:20.593Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2771 | 2025-02-21T19:50:20.638Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2025-02-21T19:50:21.028Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2773 | 2025-02-21T19:50:21.258Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2774 | 2025-02-21T19:50:21.480Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2775 | 2025-02-21T19:50:21.855Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2776 | 2025-02-21T19:50:22.081Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2777 | 2025-02-21T19:50:22.102Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2778 | 2025-02-21T19:50:22.128Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2779 | 2025-02-21T19:50:22.426Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2780 | 2025-02-21T19:50:22.429Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2781 | 2025-02-21T19:50:22.579Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2782 | 2025-02-21T19:50:22.612Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2783 | 2025-02-21T19:50:22.662Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2784 | 2025-02-21T19:50:22.826Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2785 | 2025-02-21T19:50:22.900Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2786 | 2025-02-21T19:50:22.999Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2787 | 2025-02-21T19:50:23.209Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2788 | 2025-02-21T19:50:23.482Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2789 | 2025-02-21T19:50:23.529Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2790 | 2025-02-21T19:50:23.592Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2791 | 2025-02-21T19:50:23.655Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2792 | 2025-02-21T19:50:23.787Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2793 | 2025-02-21T19:50:24.624Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2794 | 2025-02-21T19:50:24.873Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2795 | 2025-02-21T19:50:25.211Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2796 | 2025-02-21T19:50:26.842Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2797 | 2025-02-21T19:50:27.505Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2798 | 2025-02-21T19:50:27.936Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2799 | 2025-02-21T19:50:28.070Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2800 | 2025-02-21T19:50:28.833Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2801 | 2025-02-21T19:50:29.958Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2802 | 2025-02-21T19:50:30.026Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2803 | 2025-02-21T19:50:30.303Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2804 | 2025-02-21T19:50:30.638Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2805 | 2025-02-21T19:50:32.105Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2806 | 2025-02-21T19:50:32.635Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2807 | 2025-02-21T19:50:32.899Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2808 | 2025-02-21T19:50:33.510Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2809 | 2025-02-21T19:50:33.569Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2810 | 2025-02-21T19:50:34.755Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2811 | 2025-02-21T19:50:35.144Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2812 | 2025-02-21T19:50:35.209Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2813 | 2025-02-21T19:50:36.324Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2814 | 2025-02-21T19:50:36.969Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2815 | 2025-02-21T19:50:38.336Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2816 | 2025-02-21T19:50:38.677Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2817 | 2025-02-21T19:50:38.843Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2818 | 2025-02-21T19:50:39.343Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2819 | 2025-02-21T19:50:39.688Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2820 | 2025-02-21T19:50:39.772Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2821 | 2025-02-21T19:50:39.795Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2822 | 2025-02-21T19:50:41.304Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2823 | 2025-02-21T19:50:41.992Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2824 | 2025-02-21T19:50:42.648Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2825 | 2025-02-21T19:50:42.705Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2826 | 2025-02-21T19:50:42.928Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2827 | 2025-02-21T19:50:43.581Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2828 | 2025-02-21T19:50:43.727Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2829 | 2025-02-21T19:50:44.000Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2830 | 2025-02-21T19:50:44.267Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2831 | 2025-02-21T19:50:44.376Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2832 | 2025-02-21T19:50:44.826Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2833 | 2025-02-21T19:50:44.977Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2834 | 2025-02-21T19:50:45.063Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2835 | 2025-02-21T19:50:45.273Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2836 | 2025-02-21T19:50:45.366Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2837 | 2025-02-21T19:50:46.258Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2838 | 2025-02-21T19:50:46.841Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2839 | 2025-02-21T19:50:46.941Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2840 | 2025-02-21T19:50:47.481Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2841 | 2025-02-21T19:50:47.532Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2842 | 2025-02-21T19:50:47.670Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2843 | 2025-02-21T19:50:47.989Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2844 | 2025-02-21T19:50:48.026Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2845 | 2025-02-21T19:50:48.461Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2846 | 2025-02-21T19:50:48.619Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2847 | 2025-02-21T19:50:48.652Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2848 | 2025-02-21T19:50:49.177Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2849 | 2025-02-21T19:50:49.796Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2850 | 2025-02-21T19:50:50.006Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2851 | 2025-02-21T19:50:50.044Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2852 | 2025-02-21T19:50:51.685Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2853 | 2025-02-21T19:50:53.290Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2854 | 2025-02-21T19:50:53.316Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2855 | 2025-02-21T19:50:53.543Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2856 | 2025-02-21T19:50:54.378Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2857 | 2025-02-21T19:50:54.480Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2858 | 2025-02-21T19:50:54.684Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2859 | 2025-02-21T19:50:55.128Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2860 | 2025-02-21T19:50:55.285Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2861 | 2025-02-21T19:50:55.396Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2862 | 2025-02-21T19:50:55.609Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2863 | 2025-02-21T19:50:56.678Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2864 | 2025-02-21T19:50:57.362Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2865 | 2025-02-21T19:50:57.538Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2866 | 2025-02-21T19:50:57.725Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2867 | 2025-02-21T19:50:57.760Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2868 | 2025-02-21T19:50:58.111Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2869 | 2025-02-21T19:51:00.199Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2870 | 2025-02-21T19:51:01.503Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2871 | 2025-02-21T19:51:02.788Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2872 | 2025-02-21T19:51:03.029Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2873 | 2025-02-21T19:51:03.178Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2874 | 2025-02-21T19:51:03.591Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2875 | 2025-02-21T19:51:04.009Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2876 | 2025-02-21T19:51:04.072Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2877 | 2025-02-21T19:51:05.501Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2878 | 2025-02-21T19:51:06.984Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2879 | 2025-02-21T19:51:07.869Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2880 | 2025-02-21T19:51:08.744Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2881 | 2025-02-21T19:51:08.932Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2882 | 2025-02-21T19:51:15.449Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2883 | 2025-02-21T19:51:18.836Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2884 | 2025-02-21T19:51:19.856Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2885 | 2025-02-21T19:51:20.024Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2886 | 2025-02-21T19:51:20.253Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2887 | 2025-02-21T19:51:21.633Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2888 | 2025-02-21T19:51:26.875Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2889 | 2025-02-21T19:51:27.908Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2890 | 2025-02-21T19:51:27.991Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2891 | 2025-02-21T19:51:28.186Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2892 | 2025-02-21T19:51:28.204Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2893 | 2025-02-21T19:51:29.460Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2894 | 2025-02-21T19:51:32.261Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2895 | 2025-02-21T19:51:33.358Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2896 | 2025-02-21T19:51:36.552Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2897 | 2025-02-21T19:51:37.593Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2898 | 2025-02-21T19:51:37.927Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2899 | 2025-02-21T19:51:38.879Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2900 | 2025-02-21T19:51:39.116Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2901 | 2025-02-21T19:51:39.203Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2902 | 2025-02-21T19:51:39.448Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2903 | 2025-02-21T19:51:42.822Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2904 | 2025-02-21T19:51:43.094Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2905 | 2025-02-21T19:51:43.961Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2906 | 2025-02-21T19:51:44.120Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2907 | 2025-02-21T19:51:44.153Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2908 | 2025-02-21T19:51:46.713Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2909 | 2025-02-21T19:51:47.128Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2910 | 2025-02-21T19:51:47.218Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2911 | 2025-02-21T19:51:47.985Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2912 | 2025-02-21T19:51:48.144Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2913 | 2025-02-21T19:51:51.047Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2914 | 2025-02-21T19:51:51.789Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2915 | 2025-02-21T19:51:52.027Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2916 | 2025-02-21T19:51:52.477Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2917 | 2025-02-21T19:51:52.943Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2918 | 2025-02-21T19:51:52.966Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2919 | 2025-02-21T19:51:54.324Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2920 | 2025-02-21T19:51:56.142Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2921 | 2025-02-21T19:51:56.520Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2922 | 2025-02-21T19:51:57.265Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2923 | 2025-02-21T19:51:57.665Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2924 | 2025-02-21T19:51:57.944Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2925 | 2025-02-21T19:51:58.668Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2926 | 2025-02-21T19:52:00.002Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2927 | 2025-02-21T19:52:00.030Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2928 | 2025-02-21T19:52:01.923Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2929 | 2025-02-21T19:52:02.645Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2930 | 2025-02-21T19:52:03.880Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2931 | 2025-02-21T19:52:05.491Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2932 | 2025-02-21T19:52:06.039Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2933 | 2025-02-21T19:52:06.481Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2934 | 2025-02-21T19:52:07.490Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2935 | 2025-02-21T19:52:08.719Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2936 | 2025-02-21T19:52:10.713Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2937 | 2025-02-21T19:52:10.891Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2938 | 2025-02-21T19:52:10.913Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2939 | 2025-02-21T19:52:10.944Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2940 | 2025-02-21T19:52:11.437Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2941 | 2025-02-21T19:52:12.210Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2942 | 2025-02-21T19:52:14.059Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2943 | 2025-02-21T19:52:14.291Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2944 | 2025-02-21T19:52:14.898Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2945 | 2025-02-21T19:52:15.000Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2946 | 2025-02-21T19:52:15.489Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2947 | 2025-02-21T19:52:18.263Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2948 | 2025-02-21T19:52:19.242Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2949 | 2025-02-21T19:52:20.275Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2950 | 2025-02-21T19:52:20.460Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2951 | 2025-02-21T19:52:20.504Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2952 | 2025-02-21T19:52:22.929Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2953 | 2025-02-21T19:52:24.217Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2954 | 2025-02-21T19:52:24.254Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2955 | 2025-02-21T19:52:25.021Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2956 | 2025-02-21T19:52:25.435Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2957 | 2025-02-21T19:52:25.595Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2958 | 2025-02-21T19:52:26.708Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2959 | 2025-02-21T19:52:28.866Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2960 | 2025-02-21T19:52:29.004Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2961 | 2025-02-21T19:52:29.026Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2962 | 2025-02-21T19:52:29.064Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2963 | 2025-02-21T19:52:29.968Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2964 | 2025-02-21T19:52:29.990Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2965 | 2025-02-21T19:52:30.587Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2966 | 2025-02-21T19:52:30.955Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2967 | 2025-02-21T19:52:31.596Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2968 | 2025-02-21T19:52:32.307Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2969 | 2025-02-21T19:52:33.031Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2970 | 2025-02-21T19:52:33.589Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2971 | 2025-02-21T19:52:33.913Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2972 | 2025-02-21T19:52:34.166Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2973 | 2025-02-21T19:52:34.355Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2974 | 2025-02-21T19:52:34.713Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2975 | 2025-02-21T19:52:58.998Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2976 | 2025-02-21T19:52:59.007Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2977 | 2025-02-21T19:52:59.007Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2978 | 2025-02-21T19:52:59.007Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2979 | 2025-02-21T19:53:00.002Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2980 | 2025-02-21T19:53:00.084Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2981 | 2025-02-21T19:53:00.109Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2982 | 2025-02-21T19:53:00.262Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2983 | 2025-02-21T19:53:02.488Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2984 | 2025-02-21T19:53:08.704Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2985 | 2025-02-21T19:53:08.766Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2986 | 2025-02-21T19:54:02.062Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2987 | 2025-02-21T19:54:09.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s |
2988 | 2025-02-21T19:54:09.566Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2989 | 2025-02-21T19:54:09.637Z | |
2990 | 2025-02-21T19:54:09.640Z | real 4:16.259508722 |
2991 | 2025-02-21T19:54:09.640Z | user 22:01.975828545 |
2992 | 2025-02-21T19:54:09.640Z | sys 2:56.102432005 |
2993 | 2025-02-21T19:54:09.640Z | trap 0.653727221 |
2994 | 2025-02-21T19:54:09.640Z | tflt 0.144358294 |
2995 | 2025-02-21T19:54:09.640Z | dflt 0.087065715 |
2996 | 2025-02-21T19:54:09.640Z | kflt 0.000048612 |
2997 | 2025-02-21T19:54:09.640Z | lock 36:00.492925682 |
2998 | 2025-02-21T19:54:09.640Z | slp 1:02:54.074471532 |
2999 | 2025-02-21T19:54:09.640Z | lat 1:14.855194374 |
3000 | 2025-02-21T19:54:09.640Z | stop 1:34.587544404 |
3001 | 2025-02-21T19:54:09.640Z | process exited: duration 1044843 ms, exit code 0 |
|
3002 | 2025-02-21T19:54:09.646Z | found 0 output files |