|
|
|
1 | 2025-02-22T20:22:27.813Z | job assigned to worker 01JMQN54AY2KTWK2WSVXNCPF44 [factory aws, i-046263866a00307d1] (queued for 1 m 2 s) |
|
2 | 2025-02-22T20:22:36.199Z | starting task 0: "setup" |
3 | 2025-02-22T20:22:36.207Z | ++ uname -s |
4 | 2025-02-22T20:22:36.209Z | + kern=SunOS |
5 | 2025-02-22T20:22:36.209Z | + build_user=build |
6 | 2025-02-22T20:22:36.209Z | + build_uid=12345 |
7 | 2025-02-22T20:22:36.209Z | + work_dir=/work |
8 | 2025-02-22T20:22:36.209Z | + input_dir=/input |
9 | 2025-02-22T20:22:36.209Z | + [[ 0 == 12345 ]] |
10 | 2025-02-22T20:22:36.209Z | + case "$kern" in |
11 | 2025-02-22T20:22:36.209Z | + groupadd -g 12345 build |
12 | 2025-02-22T20:22:36.212Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-22T20:22:38.220Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-22T20:22:38.345Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-22T20:22:38.348Z | + home_fs=zfs |
16 | 2025-02-22T20:22:38.348Z | + [[ zfs == autofs ]] |
17 | 2025-02-22T20:22:38.348Z | + mkdir -p /home/build |
18 | 2025-02-22T20:22:38.350Z | + chown build:build /home/build /work |
19 | 2025-02-22T20:22:40.352Z | + chmod 0700 /home/build /work |
20 | 2025-02-22T20:22:40.354Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-02-22T20:22:40.360Z | starting task 1: "rust-toolchain" |
22 | 2025-02-22T20:22:40.365Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-22T20:22:40.365Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-22T20:22:40.365Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-22T20:22:40.365Z | * rust toolchain profile = "default" |
26 | 2025-02-22T20:22:40.365Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-22T20:22:40.365Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-22T20:22:40.368Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-22T20:22:40.368Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-22T20:22:40.483Z | info: downloading installer |
31 | 2025-02-22T20:22:41.782Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-22T20:22:41.783Z | warning: /opt/ooce/bin |
33 | 2025-02-22T20:22:41.783Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-22T20:22:41.783Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-22T20:22:41.783Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-22T20:22:41.783Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-22T20:22:41.783Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-22T20:22:41.783Z | error: cannot install while Rust is installed |
39 | 2025-02-22T20:22:41.783Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-22T20:22:41.795Z | info: profile set to 'default' |
41 | 2025-02-22T20:22:41.795Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-22T20:22:41.798Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-22T20:22:41.958Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-22T20:22:41.958Z | info: downloading component 'cargo' |
45 | 2025-02-22T20:22:42.827Z | info: downloading component 'clippy' |
46 | 2025-02-22T20:22:43.163Z | info: downloading component 'rust-docs' |
47 | 2025-02-22T20:22:44.499Z | info: downloading component 'rust-std' |
48 | 2025-02-22T20:22:46.442Z | info: downloading component 'rustc' |
49 | 2025-02-22T20:22:53.114Z | info: downloading component 'rustfmt' |
50 | 2025-02-22T20:22:53.362Z | info: installing component 'cargo' |
51 | 2025-02-22T20:22:54.191Z | info: installing component 'clippy' |
52 | 2025-02-22T20:22:54.573Z | info: installing component 'rust-docs' |
53 | 2025-02-22T20:22:56.347Z | info: installing component 'rust-std' |
54 | 2025-02-22T20:22:58.223Z | info: installing component 'rustc' |
55 | 2025-02-22T20:23:04.073Z | info: installing component 'rustfmt' |
56 | 2025-02-22T20:23:04.406Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-22T20:23:04.406Z | |
58 | 2025-02-22T20:23:04.770Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-22T20:23:04.770Z | |
60 | 2025-02-22T20:23:04.773Z | |
61 | 2025-02-22T20:23:04.773Z | Rust is installed now. Great! |
62 | 2025-02-22T20:23:04.773Z | |
63 | 2025-02-22T20:23:04.773Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-22T20:23:04.773Z | environment variable. This has not been done automatically. |
65 | 2025-02-22T20:23:04.773Z | |
66 | 2025-02-22T20:23:04.773Z | To configure your current shell, you need to source |
67 | 2025-02-22T20:23:04.773Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-22T20:23:04.773Z | |
69 | 2025-02-22T20:23:04.773Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-22T20:23:04.773Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-22T20:23:04.773Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-22T20:23:04.846Z | + rustup --version |
73 | 2025-02-22T20:23:04.854Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-22T20:23:04.854Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-22T20:23:04.935Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-22T20:23:04.939Z | + cargo --version |
77 | 2025-02-22T20:23:04.996Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-22T20:23:04.999Z | + rustc --version |
79 | 2025-02-22T20:23:05.062Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-22T20:23:05.066Z | process exited: duration 24703 ms, exit code 0 |
|
81 | 2025-02-22T20:23:05.072Z | starting task 2: "authentication" |
82 | 2025-02-22T20:23:05.093Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-22T20:23:05.100Z | starting task 3: "clone repository" |
84 | 2025-02-22T20:23:05.103Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-22T20:23:05.106Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-22T20:23:05.147Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-22T20:23:12.240Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-22T20:23:12.242Z | + git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93 |
89 | 2025-02-22T20:23:12.576Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-22T20:23:12.576Z | * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD |
91 | 2025-02-22T20:23:12.585Z | + [[ -n expunge-and-decommission-disks-in-planner ]] |
92 | 2025-02-22T20:23:12.588Z | ++ git branch --show-current |
93 | 2025-02-22T20:23:12.590Z | + current=main |
94 | 2025-02-22T20:23:12.590Z | + [[ main != expunge-and-decommission-disks-in-planner ]] |
95 | 2025-02-22T20:23:12.590Z | + git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93 |
96 | 2025-02-22T20:23:12.593Z | + git checkout -f expunge-and-decommission-disks-in-planner |
97 | 2025-02-22T20:23:12.775Z | Switched to branch 'expunge-and-decommission-disks-in-planner' |
98 | 2025-02-22T20:23:12.778Z | + git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93 |
99 | 2025-02-22T20:23:12.955Z | HEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner |
100 | 2025-02-22T20:23:12.958Z | process exited: duration 7857 ms, exit code 0 |
|
101 | 2025-02-22T20:23:12.963Z | starting task 4: "build" |
102 | 2025-02-22T20:23:12.969Z | + source ./env.sh |
103 | 2025-02-22T20:23:12.969Z | ++ OLD_SHELL_OPTS=ehxB |
104 | 2025-02-22T20:23:12.969Z | ++ set -o xtrace |
105 | 2025-02-22T20:23:12.971Z | ++++ dirname ./env.sh |
106 | 2025-02-22T20:23:12.974Z | +++ readlink -f . |
107 | 2025-02-22T20:23:12.977Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
108 | 2025-02-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ 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-22T20:23:12.977Z | ++ case $OLD_SHELL_OPTS in |
117 | 2025-02-22T20:23:12.977Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
118 | 2025-02-22T20:23:12.977Z | + source .github/buildomat/ci-env.sh |
119 | 2025-02-22T20:23:12.977Z | ++ export CARGO_TERM_COLOR=always |
120 | 2025-02-22T20:23:12.977Z | ++ CARGO_TERM_COLOR=always |
121 | 2025-02-22T20:23:12.977Z | + cargo --version |
122 | 2025-02-22T20:23:13.028Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
123 | 2025-02-22T20:23:13.031Z | + rustc --version |
124 | 2025-02-22T20:23:13.094Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
125 | 2025-02-22T20:23:13.096Z | + banner prerequisites |
126 | 2025-02-22T20:23:13.099Z | |
127 | 2025-02-22T20:23:13.099Z | ##### ##### ###### ##### ###### #### # # # #### # |
128 | 2025-02-22T20:23:13.099Z | # # # # # # # # # # # # # # # |
129 | 2025-02-22T20:23:13.099Z | # # # # ##### # # ##### # # # # # #### # |
130 | 2025-02-22T20:23:13.099Z | ##### ##### # ##### # # # # # # # # # |
131 | 2025-02-22T20:23:13.099Z | # # # # # # # # # # # # # # # |
132 | 2025-02-22T20:23:13.099Z | # # # ###### # # ###### ### # #### # #### # |
133 | 2025-02-22T20:23:13.099Z | |
134 | 2025-02-22T20:23:13.102Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
135 | 2025-02-22T20:23:14.765Z | pkg list: illegal option -- F |
136 | 2025-02-22T20:23:14.765Z | Usage: |
137 | 2025-02-22T20:23:14.768Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
138 | 2025-02-22T20:23:14.768Z | [pkg_fmri_pattern ...] |
139 | 2025-02-22T20:23:15.596Z | pkg list: illegal option -- F |
140 | 2025-02-22T20:23:15.596Z | Usage: |
141 | 2025-02-22T20:23:15.598Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
142 | 2025-02-22T20:23:15.598Z | [pkg_fmri_pattern ...] |
143 | 2025-02-22T20:23:23.335Z | Startup: Refreshing catalog 'helios-dev' ... Done |
144 | 2025-02-22T20:23:27.643Z | Startup: Caching catalogs ... Done |
145 | 2025-02-22T20:23:40.662Z | Planning: Solver setup ... Done (12.077s) |
146 | 2025-02-22T20:23:40.814Z | Planning: Running solver ... Done (0.153s) |
147 | 2025-02-22T20:23:40.934Z | Planning: Finding local manifests ... Done (0.006s) |
148 | 2025-02-22T20:23:40.947Z | Planning: Fetching manifests: 0/7 0% complete |
149 | 2025-02-22T20:23:41.178Z | Planning: Fetching manifests: 7/7 100% complete |
150 | 2025-02-22T20:23:41.287Z | Planning: Package planning ... Done (0.109s) |
151 | 2025-02-22T20:23:41.345Z | Planning: Merging actions ... Done (0.057s) |
152 | 2025-02-22T20:23:41.543Z | Planning: Checking for conflicting actions ... Done (0.198s) |
153 | 2025-02-22T20:23:43.701Z | Planning: Consolidating action changes ... Done (2.157s) |
154 | 2025-02-22T20:23:44.136Z | Planning: Evaluating mediators ... Done (0.435s) |
155 | 2025-02-22T20:23:44.215Z | Planning: Planning completed in 16.47 seconds |
156 | 2025-02-22T20:23:44.232Z | Packages to install: 4 |
157 | 2025-02-22T20:23:44.232Z | Packages to update: 3 |
158 | 2025-02-22T20:23:44.235Z | Mediators to change: 2 |
159 | 2025-02-22T20:23:44.235Z | Services to change: 1 |
160 | 2025-02-22T20:23:44.235Z | Estimated space available: 155.61 GB |
161 | 2025-02-22T20:23:44.235Z | Estimated space to be consumed: 1.66 GB |
162 | 2025-02-22T20:23:44.235Z | Create boot environment: No |
163 | 2025-02-22T20:23:44.235Z | Create backup boot environment: Yes |
164 | 2025-02-22T20:23:44.235Z | Rebuild boot archive: No |
165 | 2025-02-22T20:23:44.235Z | |
166 | 2025-02-22T20:23:44.235Z | Changed mediators: |
167 | 2025-02-22T20:23:44.235Z | mediator clang: |
168 | 2025-02-22T20:23:44.235Z | version: None -> 15 (system default) |
169 | 2025-02-22T20:23:44.235Z | |
170 | 2025-02-22T20:23:44.235Z | mediator llvm: |
171 | 2025-02-22T20:23:44.235Z | version: 14 (system default) -> 15 (system default) |
172 | 2025-02-22T20:23:44.235Z | |
173 | 2025-02-22T20:23:44.235Z | Changed packages: |
174 | 2025-02-22T20:23:44.235Z | helios-dev |
175 | 2025-02-22T20:23:44.235Z | developer/build-essential |
176 | 2025-02-22T20:23:44.235Z | None -> 11-2.0 |
177 | 2025-02-22T20:23:44.235Z | library/libxmlsec1 |
178 | 2025-02-22T20:23:44.235Z | None -> 1.2.35-2.0 |
179 | 2025-02-22T20:23:44.235Z | ooce/developer/clang-15 |
180 | 2025-02-22T20:23:44.235Z | None -> 15.0.7-2.0 |
181 | 2025-02-22T20:23:44.235Z | ooce/developer/llvm-15 |
182 | 2025-02-22T20:23:44.235Z | None -> 15.0.7-2.0 |
183 | 2025-02-22T20:23:44.235Z | package/pkg |
184 | 2025-02-22T20:23:44.235Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
185 | 2025-02-22T20:23:44.235Z | system/library/g++-runtime |
186 | 2025-02-22T20:23:44.236Z | 13-2.0 -> 14-2.0 |
187 | 2025-02-22T20:23:44.236Z | system/library/gcc-runtime |
188 | 2025-02-22T20:23:44.236Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-22T20:23:44.236Z | |
190 | 2025-02-22T20:23:44.236Z | Services: |
191 | 2025-02-22T20:23:44.236Z | restart_fmri: |
192 | 2025-02-22T20:23:44.236Z | svc:/system/update-man-index:default |
193 | 2025-02-22T20:23:44.236Z | |
194 | 2025-02-22T20:23:44.236Z | Editable files to change: |
195 | 2025-02-22T20:23:44.236Z | Update: |
196 | 2025-02-22T20:23:44.236Z | usr/share/lib/pkg/web/config.shtml |
197 | 2025-02-22T20:23:44.315Z | |
198 | 2025-02-22T20:23:44.315Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
199 | 2025-02-22T20:23:49.322Z | Download: 944/4301 items 19.0/225.4MB 8% complete (4.1M/s) |
200 | 2025-02-22T20:23:54.828Z | Download: 1192/4301 items 83.5/225.4MB 37% complete (10.7M/s) |
201 | 2025-02-22T20:24:01.228Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.7M/s) |
202 | 2025-02-22T20:24:06.236Z | Download: 1376/4301 items 113.8/225.4MB 50% complete (4.2M/s) |
203 | 2025-02-22T20:24:13.992Z | Download: 2211/4301 items 116.0/225.4MB 51% complete (3.8M/s) |
204 | 2025-02-22T20:24:31.545Z | Download: 2223/4301 items 118.3/225.4MB 52% complete |
205 | 2025-02-22T20:24:36.884Z | Download: 3248/4301 items 202.6/225.4MB 89% complete (17.6M/s) |
206 | 2025-02-22T20:24:43.196Z | Download: 3285/4301 items 211.5/225.4MB 93% complete (15.0M/s) |
207 | 2025-02-22T20:24:50.061Z | Download: 4208/4301 items 220.5/225.4MB 97% complete (4.1M/s) |
208 | 2025-02-22T20:24:51.045Z | Download: Completed 225.42 MB in 66.72 seconds (3.4M/s) |
209 | 2025-02-22T20:24:53.163Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-02-22T20:24:53.185Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-02-22T20:24:57.910Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-02-22T20:24:58.268Z | Actions: Completed 5122 actions in 5.10 seconds. |
213 | 2025-02-22T20:24:58.501Z | Done (0.225s) |
214 | 2025-02-22T20:24:58.504Z | Done (0.002s) |
215 | 2025-02-22T20:24:59.113Z | Done (0.609s) |
216 | 2025-02-22T20:25:03.734Z | Done (4.398s) |
217 | 2025-02-22T20:25:03.822Z | Done (0.018s) |
218 | 2025-02-22T20:25:03.824Z | Done (0.000s) |
219 | 2025-02-22T20:25:04.007Z | Done (0.000s) |
220 | 2025-02-22T20:25:04.712Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-02-22T20:25:04.874Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-02-22T20:25:04.878Z | Planning: Consolidating action changes ... Done |
223 | 2025-02-22T20:25:05.141Z | Planning: Evaluating mediators ... Done |
224 | 2025-02-22T20:25:05.144Z | Planning: Planning completed in 0.43 seconds |
225 | 2025-02-22T20:25:05.181Z | Mediators to change: 2 |
226 | 2025-02-22T20:25:05.181Z | Create boot environment: No |
227 | 2025-02-22T20:25:05.183Z | Create backup boot environment: No |
228 | 2025-02-22T20:25:05.265Z | Done |
229 | 2025-02-22T20:25:05.265Z | Done |
230 | 2025-02-22T20:25:05.680Z | Done |
231 | 2025-02-22T20:25:09.267Z | Done |
232 | 2025-02-22T20:25:09.364Z | Done |
233 | 2025-02-22T20:25:09.367Z | Done |
234 | 2025-02-22T20:25:09.512Z | Done |
235 | 2025-02-22T20:25:10.112Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-02-22T20:25:10.115Z | Planning: Merging actions ... Done |
237 | 2025-02-22T20:25:10.299Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-22T20:25:10.302Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-22T20:25:10.561Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-22T20:25:10.613Z | Planning: Planning completed in 0.74 seconds |
241 | 2025-02-22T20:25:10.655Z | Packages to change: 1 |
242 | 2025-02-22T20:25:10.655Z | Mediators to change: 1 |
243 | 2025-02-22T20:25:10.658Z | Services to change: 1 |
244 | 2025-02-22T20:25:10.658Z | Create boot environment: No |
245 | 2025-02-22T20:25:10.658Z | Create backup boot environment: Yes |
246 | 2025-02-22T20:25:12.892Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-02-22T20:25:12.895Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-02-22T20:25:12.895Z | Done |
249 | 2025-02-22T20:25:12.895Z | Done |
250 | 2025-02-22T20:25:13.020Z | Done |
251 | 2025-02-22T20:25:16.569Z | Done |
252 | 2025-02-22T20:25:16.658Z | Done |
253 | 2025-02-22T20:25:16.660Z | Done |
254 | 2025-02-22T20:25:16.800Z | Done |
255 | 2025-02-22T20:25:17.230Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-02-22T20:25:17.230Z | clang system 15 system |
257 | 2025-02-22T20:25:17.230Z | csh system system illumos |
258 | 2025-02-22T20:25:17.230Z | ctags system system illumos |
259 | 2025-02-22T20:25:17.230Z | gcc vendor 12 vendor |
260 | 2025-02-22T20:25:17.230Z | gcc system 10 system |
261 | 2025-02-22T20:25:17.230Z | gcc system 7 system |
262 | 2025-02-22T20:25:17.230Z | go system 1.20 system |
263 | 2025-02-22T20:25:17.230Z | go system 1.19 system |
264 | 2025-02-22T20:25:17.230Z | llvm system 15 system |
265 | 2025-02-22T20:25:17.230Z | llvm system 14 system |
266 | 2025-02-22T20:25:17.231Z | mariadb system 10.6 system |
267 | 2025-02-22T20:25:17.231Z | mta vendor vendor dma |
268 | 2025-02-22T20:25:17.231Z | openjdk system 17 system |
269 | 2025-02-22T20:25:17.231Z | openjdk system 11 system |
270 | 2025-02-22T20:25:17.231Z | openjdk system 1.8 system |
271 | 2025-02-22T20:25:17.231Z | openssl vendor 3 vendor |
272 | 2025-02-22T20:25:17.231Z | perl system 5.36 system |
273 | 2025-02-22T20:25:17.231Z | postgresql system 15 system |
274 | 2025-02-22T20:25:17.231Z | postgresql system 13 system |
275 | 2025-02-22T20:25:17.231Z | python vendor 3 vendor |
276 | 2025-02-22T20:25:17.231Z | python system 2 system |
277 | 2025-02-22T20:25:17.231Z | python3 system 3.11 system |
278 | 2025-02-22T20:25:17.231Z | ruby system 3.0 system |
279 | 2025-02-22T20:25:17.231Z | words vendor vendor american-english |
280 | 2025-02-22T20:25:17.231Z | words system system australian-english |
281 | 2025-02-22T20:25:17.231Z | words system system british-english |
282 | 2025-02-22T20:25:17.231Z | words system system canadian-english |
283 | 2025-02-22T20:25:17.231Z | words system system french |
284 | 2025-02-22T20:25:17.231Z | words system system italian |
285 | 2025-02-22T20:25:17.231Z | words system system ngerman |
286 | 2025-02-22T20:25:17.231Z | words system system ogerman |
287 | 2025-02-22T20:25:17.231Z | words system system spanish |
288 | 2025-02-22T20:25:17.556Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-02-22T20:25:17.556Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-02-22T20:25:20.567Z | FMRI IFO |
291 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-02-22T20:25:20.568Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-02-22T20:25:21.347Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-02-22T20:25:21.639Z | Updating crates.io index |
308 | 2025-02-22T20:25:21.642Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-02-22T20:25:22.178Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-02-22T20:25:22.707Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-02-22T20:25:22.925Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-02-22T20:25:23.865Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-02-22T20:25:25.508Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-02-22T20:25:26.173Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-02-22T20:25:26.936Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-02-22T20:25:27.176Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-02-22T20:25:27.450Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-02-22T20:25:28.030Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
319 | 2025-02-22T20:25:28.543Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
320 | 2025-02-22T20:25:28.845Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-02-22T20:25:29.171Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-02-22T20:25:29.443Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-02-22T20:25:29.715Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-02-22T20:25:29.968Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-02-22T20:25:30.251Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-02-22T20:25:30.597Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-02-22T20:25:30.844Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-02-22T20:25:31.153Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-02-22T20:25:31.472Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-02-22T20:25:31.878Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-02-22T20:25:32.369Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-02-22T20:25:32.651Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-02-22T20:25:32.993Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-02-22T20:25:33.433Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-02-22T20:25:33.779Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-02-22T20:25:34.039Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-02-22T20:25:34.313Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-02-22T20:25:35.452Z | Downloading crates ... |
339 | 2025-02-22T20:25:35.519Z | Downloaded bitflags v2.6.0 |
340 | 2025-02-22T20:25:35.523Z | Downloaded anstyle-parse v0.2.5 |
341 | 2025-02-22T20:25:35.527Z | Downloaded anyhow v1.0.96 |
342 | 2025-02-22T20:25:35.530Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2025-02-22T20:25:35.541Z | Downloaded pretty-hex v0.4.1 |
344 | 2025-02-22T20:25:35.545Z | Downloaded dtrace-parser v0.2.0 |
345 | 2025-02-22T20:25:35.545Z | Downloaded usdt-attr-macro v0.5.0 |
346 | 2025-02-22T20:25:35.545Z | Downloaded usdt-macro v0.5.0 |
347 | 2025-02-22T20:25:35.545Z | Downloaded equivalent v1.0.1 |
348 | 2025-02-22T20:25:35.548Z | Downloaded swrite v0.1.0 |
349 | 2025-02-22T20:25:35.555Z | Downloaded anstyle v1.0.10 |
350 | 2025-02-22T20:25:35.563Z | Downloaded version_check v0.9.5 |
351 | 2025-02-22T20:25:35.566Z | Downloaded colorchoice v1.0.2 |
352 | 2025-02-22T20:25:35.568Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2025-02-22T20:25:35.571Z | Downloaded cargo-platform v0.1.8 |
354 | 2025-02-22T20:25:35.573Z | Downloaded camino-tempfile v1.1.1 |
355 | 2025-02-22T20:25:35.573Z | Downloaded smawk v0.3.2 |
356 | 2025-02-22T20:25:35.576Z | Downloaded cargo_metadata v0.18.1 |
357 | 2025-02-22T20:25:35.579Z | Downloaded toml_datetime v0.6.8 |
358 | 2025-02-22T20:25:35.579Z | Downloaded anstyle-query v1.1.1 |
359 | 2025-02-22T20:25:35.579Z | Downloaded digest v0.10.7 |
360 | 2025-02-22T20:25:35.581Z | Downloaded autocfg v1.4.0 |
361 | 2025-02-22T20:25:35.581Z | Downloaded thiserror v1.0.69 |
362 | 2025-02-22T20:25:35.585Z | Downloaded usdt v0.5.0 |
363 | 2025-02-22T20:25:35.588Z | Downloaded unicode-linebreak v0.1.5 |
364 | 2025-02-22T20:25:35.588Z | Downloaded cpufeatures v0.2.14 |
365 | 2025-02-22T20:25:35.590Z | Downloaded thread-id v4.2.2 |
366 | 2025-02-22T20:25:35.590Z | Downloaded terminal_size v0.4.0 |
367 | 2025-02-22T20:25:35.590Z | Downloaded scroll_derive v0.12.0 |
368 | 2025-02-22T20:25:35.593Z | Downloaded macaddr v1.0.1 |
369 | 2025-02-22T20:25:35.593Z | Downloaded utf8parse v0.2.2 |
370 | 2025-02-22T20:25:35.596Z | Downloaded plain v0.2.3 |
371 | 2025-02-22T20:25:35.596Z | Downloaded memmap v0.7.0 |
372 | 2025-02-22T20:25:35.596Z | Downloaded serde_tokenstream v0.2.2 |
373 | 2025-02-22T20:25:35.598Z | Downloaded pest_generator v2.7.14 |
374 | 2025-02-22T20:25:35.598Z | Downloaded dof v0.3.0 |
375 | 2025-02-22T20:25:35.601Z | Downloaded camino v1.1.9 |
376 | 2025-02-22T20:25:35.601Z | Downloaded fnv v1.0.7 |
377 | 2025-02-22T20:25:35.603Z | Downloaded itoa v1.0.11 |
378 | 2025-02-22T20:25:35.603Z | Downloaded strsim v0.11.1 |
379 | 2025-02-22T20:25:35.606Z | Downloaded generic-array v0.14.7 |
380 | 2025-02-22T20:25:35.606Z | Downloaded thiserror-impl v1.0.69 |
381 | 2025-02-22T20:25:35.606Z | Downloaded crypto-common v0.1.6 |
382 | 2025-02-22T20:25:35.609Z | Downloaded fastrand v2.1.1 |
383 | 2025-02-22T20:25:35.609Z | Downloaded clap_lex v0.7.4 |
384 | 2025-02-22T20:25:35.611Z | Downloaded usdt-impl v0.5.0 |
385 | 2025-02-22T20:25:35.611Z | Downloaded errno v0.3.9 |
386 | 2025-02-22T20:25:35.614Z | Downloaded bytecount v0.6.8 |
387 | 2025-02-22T20:25:35.614Z | Downloaded fs-err v2.11.0 |
388 | 2025-02-22T20:25:35.616Z | Downloaded scroll v0.12.0 |
389 | 2025-02-22T20:25:35.616Z | Downloaded tabled_derive v0.7.0 |
390 | 2025-02-22T20:25:35.619Z | Downloaded heck v0.4.1 |
391 | 2025-02-22T20:25:35.619Z | Downloaded cargo_toml v0.20.5 |
392 | 2025-02-22T20:25:35.619Z | Downloaded heck v0.5.0 |
393 | 2025-02-22T20:25:35.622Z | Downloaded byteorder v1.5.0 |
394 | 2025-02-22T20:25:35.622Z | Downloaded block-buffer v0.10.4 |
395 | 2025-02-22T20:25:35.624Z | Downloaded zerocopy-derive v0.7.35 |
396 | 2025-02-22T20:25:35.627Z | Downloaded proc-macro-error v1.0.4 |
397 | 2025-02-22T20:25:35.629Z | Downloaded sha2 v0.10.8 |
398 | 2025-02-22T20:25:35.632Z | Downloaded tempfile v3.13.0 |
399 | 2025-02-22T20:25:35.635Z | Downloaded clap_derive v4.5.28 |
400 | 2025-02-22T20:25:35.642Z | Downloaded serde_spanned v0.6.8 |
401 | 2025-02-22T20:25:35.645Z | Downloaded semver v1.0.25 |
402 | 2025-02-22T20:25:35.647Z | Downloaded typenum v1.17.0 |
403 | 2025-02-22T20:25:35.650Z | Downloaded once_cell v1.20.3 |
404 | 2025-02-22T20:25:35.652Z | Downloaded pest_derive v2.7.14 |
405 | 2025-02-22T20:25:35.655Z | Downloaded unicode-ident v1.0.14 |
406 | 2025-02-22T20:25:35.657Z | Downloaded quote v1.0.38 |
407 | 2025-02-22T20:25:35.660Z | Downloaded log v0.4.22 |
408 | 2025-02-22T20:25:35.662Z | Downloaded ucd-trie v0.1.7 |
409 | 2025-02-22T20:25:35.662Z | Downloaded clap v4.5.30 |
410 | 2025-02-22T20:25:35.669Z | Downloaded proc-macro2 v1.0.92 |
411 | 2025-02-22T20:25:35.672Z | Downloaded textwrap v0.16.1 |
412 | 2025-02-22T20:25:35.674Z | Downloaded toml v0.8.19 |
413 | 2025-02-22T20:25:35.677Z | Downloaded serde_derive v1.0.217 |
414 | 2025-02-22T20:25:35.679Z | Downloaded cfg-if v1.0.0 |
415 | 2025-02-22T20:25:35.682Z | Downloaded ryu v1.0.18 |
416 | 2025-02-22T20:25:35.684Z | Downloaded papergrid v0.11.0 |
417 | 2025-02-22T20:25:35.687Z | Downloaded serde v1.0.217 |
418 | 2025-02-22T20:25:35.690Z | Downloaded pest_meta v2.7.14 |
419 | 2025-02-22T20:25:35.700Z | Downloaded memchr v2.7.4 |
420 | 2025-02-22T20:25:35.705Z | Downloaded indexmap v2.7.1 |
421 | 2025-02-22T20:25:35.709Z | Downloaded anstream v0.6.15 |
422 | 2025-02-22T20:25:35.722Z | Downloaded toml_edit v0.22.22 |
423 | 2025-02-22T20:25:35.749Z | Downloaded serde_json v1.0.139 |
424 | 2025-02-22T20:25:35.756Z | Downloaded hashbrown v0.15.1 |
425 | 2025-02-22T20:25:35.771Z | Downloaded clap_builder v4.5.30 |
426 | 2025-02-22T20:25:35.777Z | Downloaded zerocopy v0.7.35 |
427 | 2025-02-22T20:25:35.791Z | Downloaded winnow v0.6.20 |
428 | 2025-02-22T20:25:35.798Z | Downloaded pest v2.7.14 |
429 | 2025-02-22T20:25:35.803Z | Downloaded goblin v0.8.2 |
430 | 2025-02-22T20:25:35.808Z | Downloaded syn v1.0.109 |
431 | 2025-02-22T20:25:35.817Z | Downloaded unicode-width v0.1.14 |
432 | 2025-02-22T20:25:35.822Z | Downloaded tabled v0.15.0 |
433 | 2025-02-22T20:25:35.836Z | Downloaded syn v2.0.96 |
434 | 2025-02-22T20:25:35.846Z | Downloaded rustix v0.38.37 |
435 | 2025-02-22T20:25:35.888Z | Downloaded libc v0.2.169 |
436 | 2025-02-22T20:25:36.166Z | Compiling proc-macro2 v1.0.92 |
437 | 2025-02-22T20:25:36.166Z | Compiling unicode-ident v1.0.14 |
438 | 2025-02-22T20:25:36.168Z | Compiling version_check v0.9.5 |
439 | 2025-02-22T20:25:36.168Z | Compiling serde v1.0.217 |
440 | 2025-02-22T20:25:36.168Z | Compiling memchr v2.7.4 |
441 | 2025-02-22T20:25:36.168Z | Compiling thiserror v1.0.69 |
442 | 2025-02-22T20:25:36.200Z | Compiling libc v0.2.169 |
443 | 2025-02-22T20:25:36.203Z | Compiling itoa v1.0.11 |
444 | 2025-02-22T20:25:36.442Z | Compiling ryu v1.0.18 |
445 | 2025-02-22T20:25:36.547Z | Compiling ucd-trie v0.1.7 |
446 | 2025-02-22T20:25:36.936Z | Compiling once_cell v1.20.3 |
447 | 2025-02-22T20:25:36.960Z | Compiling byteorder v1.5.0 |
448 | 2025-02-22T20:25:37.252Z | Compiling rustix v0.38.37 |
449 | 2025-02-22T20:25:37.348Z | Compiling serde_json v1.0.139 |
450 | 2025-02-22T20:25:37.403Z | Compiling bitflags v2.6.0 |
451 | 2025-02-22T20:25:37.700Z | Compiling proc-macro-error-attr v1.0.4 |
452 | 2025-02-22T20:25:37.728Z | Compiling usdt-impl v0.5.0 |
453 | 2025-02-22T20:25:37.803Z | Compiling syn v1.0.109 |
454 | 2025-02-22T20:25:37.830Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-02-22T20:25:38.055Z | Compiling quote v1.0.38 |
456 | 2025-02-22T20:25:38.079Z | Compiling errno v0.3.9 |
457 | 2025-02-22T20:25:38.152Z | Compiling camino v1.1.9 |
458 | 2025-02-22T20:25:38.284Z | Compiling plain v0.2.3 |
459 | 2025-02-22T20:25:38.315Z | Compiling log v0.4.22 |
460 | 2025-02-22T20:25:38.445Z | Compiling thread-id v4.2.2 |
461 | 2025-02-22T20:25:38.468Z | Compiling syn v2.0.96 |
462 | 2025-02-22T20:25:38.500Z | Compiling utf8parse v0.2.2 |
463 | 2025-02-22T20:25:38.577Z | Compiling equivalent v1.0.1 |
464 | 2025-02-22T20:25:38.634Z | Compiling hashbrown v0.15.1 |
465 | 2025-02-22T20:25:38.672Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-02-22T20:25:38.861Z | Compiling anstyle-query v1.1.1 |
467 | 2025-02-22T20:25:39.000Z | Compiling unicode-width v0.1.14 |
468 | 2025-02-22T20:25:39.023Z | Compiling semver v1.0.25 |
469 | 2025-02-22T20:25:39.201Z | Compiling autocfg v1.4.0 |
470 | 2025-02-22T20:25:39.463Z | Compiling pretty-hex v0.4.1 |
471 | 2025-02-22T20:25:39.535Z | Compiling anstyle v1.0.10 |
472 | 2025-02-22T20:25:39.564Z | Compiling is_terminal_polyfill v1.70.1 |
473 | 2025-02-22T20:25:39.704Z | Compiling indexmap v2.7.1 |
474 | 2025-02-22T20:25:39.726Z | Compiling winnow v0.6.20 |
475 | 2025-02-22T20:25:39.729Z | Compiling colorchoice v1.0.2 |
476 | 2025-02-22T20:25:39.929Z | Compiling anstream v0.6.15 |
477 | 2025-02-22T20:25:40.092Z | Compiling fs-err v2.11.0 |
478 | 2025-02-22T20:25:40.223Z | Compiling terminal_size v0.4.0 |
479 | 2025-02-22T20:25:40.453Z | Compiling anyhow v1.0.96 |
480 | 2025-02-22T20:25:40.531Z | Compiling bytecount v0.6.8 |
481 | 2025-02-22T20:25:40.559Z | Compiling fnv v1.0.7 |
482 | 2025-02-22T20:25:40.706Z | Compiling strsim v0.11.1 |
483 | 2025-02-22T20:25:40.732Z | Compiling fastrand v2.1.1 |
484 | 2025-02-22T20:25:40.757Z | Compiling heck v0.4.1 |
485 | 2025-02-22T20:25:40.914Z | Compiling heck v0.5.0 |
486 | 2025-02-22T20:25:41.167Z | Compiling clap_lex v0.7.4 |
487 | 2025-02-22T20:25:41.392Z | Compiling cfg-if v1.0.0 |
488 | 2025-02-22T20:25:41.450Z | Compiling clap_builder v4.5.30 |
489 | 2025-02-22T20:25:41.501Z | Compiling tempfile v3.13.0 |
490 | 2025-02-22T20:25:41.604Z | Compiling papergrid v0.11.0 |
491 | 2025-02-22T20:25:41.886Z | Compiling memmap v0.7.0 |
492 | 2025-02-22T20:25:42.014Z | Compiling smawk v0.3.2 |
493 | 2025-02-22T20:25:42.217Z | Compiling unicode-linebreak v0.1.5 |
494 | 2025-02-22T20:25:42.714Z | Compiling textwrap v0.16.1 |
495 | 2025-02-22T20:25:42.818Z | Compiling swrite v0.1.0 |
496 | 2025-02-22T20:25:43.321Z | Compiling tabled_derive v0.7.0 |
497 | 2025-02-22T20:25:44.599Z | Compiling tabled v0.15.0 |
498 | 2025-02-22T20:25:45.230Z | Compiling serde_derive v1.0.217 |
499 | 2025-02-22T20:25:45.232Z | Compiling thiserror-impl v1.0.69 |
500 | 2025-02-22T20:25:45.270Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-02-22T20:25:45.369Z | Compiling scroll_derive v0.12.0 |
502 | 2025-02-22T20:25:45.620Z | Compiling clap_derive v4.5.28 |
503 | 2025-02-22T20:25:46.783Z | Compiling scroll v0.12.0 |
504 | 2025-02-22T20:25:47.144Z | Compiling zerocopy v0.7.35 |
505 | 2025-02-22T20:25:47.219Z | Compiling goblin v0.8.2 |
506 | 2025-02-22T20:25:47.620Z | Compiling pest v2.7.14 |
507 | 2025-02-22T20:25:48.851Z | Compiling clap v4.5.30 |
508 | 2025-02-22T20:25:49.877Z | Compiling pest_meta v2.7.14 |
509 | 2025-02-22T20:25:50.772Z | Compiling pest_generator v2.7.14 |
510 | 2025-02-22T20:25:52.020Z | Compiling pest_derive v2.7.14 |
511 | 2025-02-22T20:25:52.764Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-02-22T20:25:53.663Z | Compiling serde_spanned v0.6.8 |
513 | 2025-02-22T20:25:53.666Z | Compiling toml_datetime v0.6.8 |
514 | 2025-02-22T20:25:53.666Z | Compiling cargo-platform v0.1.8 |
515 | 2025-02-22T20:25:53.968Z | Compiling serde_tokenstream v0.2.2 |
516 | 2025-02-22T20:25:54.090Z | Compiling toml_edit v0.22.22 |
517 | 2025-02-22T20:25:54.148Z | Compiling macaddr v1.0.1 |
518 | 2025-02-22T20:25:54.221Z | Compiling camino-tempfile v1.1.1 |
519 | 2025-02-22T20:25:55.036Z | Compiling dof v0.3.0 |
520 | 2025-02-22T20:25:55.036Z | Compiling cargo_metadata v0.18.1 |
521 | 2025-02-22T20:25:56.648Z | Compiling usdt-macro v0.5.0 |
522 | 2025-02-22T20:25:56.648Z | Compiling usdt-attr-macro v0.5.0 |
523 | 2025-02-22T20:25:56.684Z | Compiling toml v0.8.19 |
524 | 2025-02-22T20:25:57.498Z | Compiling cargo_toml v0.20.5 |
525 | 2025-02-22T20:25:57.957Z | Compiling usdt v0.5.0 |
526 | 2025-02-22T20:26:00.096Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-02-22T20:26:03.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.13s |
528 | 2025-02-22T20:26:03.486Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-02-22T20:26:04.014Z | Downloading crates ... |
530 | 2025-02-22T20:26:04.125Z | Downloaded adler2 v2.0.0 |
531 | 2025-02-22T20:26:04.137Z | Downloaded aead v0.5.2 |
532 | 2025-02-22T20:26:04.145Z | Downloaded atty v0.2.14 |
533 | 2025-02-22T20:26:04.148Z | Downloaded atomicwrites v0.4.4 |
534 | 2025-02-22T20:26:04.153Z | Downloaded cfg_aliases v0.2.1 |
535 | 2025-02-22T20:26:04.156Z | Downloaded assert_matches v1.5.0 |
536 | 2025-02-22T20:26:04.159Z | Downloaded cfg_aliases v0.1.1 |
537 | 2025-02-22T20:26:04.171Z | Downloaded cstr-argument v0.1.2 |
538 | 2025-02-22T20:26:04.173Z | Downloaded daft v0.1.1 |
539 | 2025-02-22T20:26:04.176Z | Downloaded hex-literal v0.4.1 |
540 | 2025-02-22T20:26:04.178Z | Downloaded crucible-workspace-hack v0.1.0 |
541 | 2025-02-22T20:26:04.180Z | Downloaded crunchy v0.2.2 |
542 | 2025-02-22T20:26:04.183Z | Downloaded hickory-client v0.24.3 |
543 | 2025-02-22T20:26:04.186Z | Downloaded ciborium-io v0.2.2 |
544 | 2025-02-22T20:26:04.188Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2025-02-22T20:26:04.188Z | Downloaded async-stream-impl v0.3.6 |
546 | 2025-02-22T20:26:04.191Z | Downloaded ascii-canvas v3.0.0 |
547 | 2025-02-22T20:26:04.194Z | Downloaded async-stream v0.3.6 |
548 | 2025-02-22T20:26:04.197Z | Downloaded arrayref v0.3.9 |
549 | 2025-02-22T20:26:04.199Z | Downloaded bit-vec v0.6.3 |
550 | 2025-02-22T20:26:04.202Z | Downloaded base16ct v0.2.0 |
551 | 2025-02-22T20:26:04.202Z | Downloaded hickory-proto v0.24.3 |
552 | 2025-02-22T20:26:04.218Z | Downloaded headers-core v0.3.0 |
553 | 2025-02-22T20:26:04.221Z | Downloaded addr2line v0.24.2 |
554 | 2025-02-22T20:26:04.223Z | Downloaded crossbeam-deque v0.8.5 |
555 | 2025-02-22T20:26:04.223Z | Downloaded cassowary v0.3.0 |
556 | 2025-02-22T20:26:04.226Z | Downloaded bitflags v1.3.2 |
557 | 2025-02-22T20:26:04.229Z | Downloaded convert_case v0.4.0 |
558 | 2025-02-22T20:26:04.232Z | Downloaded ahash v0.8.11 |
559 | 2025-02-22T20:26:04.234Z | Downloaded colored v2.1.0 |
560 | 2025-02-22T20:26:04.234Z | Downloaded cmake v0.1.51 |
561 | 2025-02-22T20:26:04.237Z | Downloaded ciborium-ll v0.2.2 |
562 | 2025-02-22T20:26:04.239Z | Downloaded const_format_proc_macros v0.2.34 |
563 | 2025-02-22T20:26:04.239Z | Downloaded castaway v0.2.3 |
564 | 2025-02-22T20:26:04.242Z | Downloaded block-padding v0.3.3 |
565 | 2025-02-22T20:26:04.242Z | Downloaded cbc v0.1.2 |
566 | 2025-02-22T20:26:04.245Z | Downloaded bitfield v0.14.0 |
567 | 2025-02-22T20:26:04.247Z | Downloaded chacha20 v0.9.1 |
568 | 2025-02-22T20:26:04.250Z | Downloaded ctr v0.9.2 |
569 | 2025-02-22T20:26:04.250Z | Downloaded atomic-waker v1.1.2 |
570 | 2025-02-22T20:26:04.252Z | Downloaded buf-list v1.0.3 |
571 | 2025-02-22T20:26:04.255Z | Downloaded bb8 v0.8.5 |
572 | 2025-02-22T20:26:04.255Z | Downloaded cobs v0.2.3 |
573 | 2025-02-22T20:26:04.257Z | Downloaded bit-set v0.5.3 |
574 | 2025-02-22T20:26:04.260Z | Downloaded crc v3.2.1 |
575 | 2025-02-22T20:26:04.260Z | Downloaded cexpr v0.6.0 |
576 | 2025-02-22T20:26:04.262Z | Downloaded bcrypt-pbkdf v0.10.0 |
577 | 2025-02-22T20:26:04.265Z | Downloaded constant_time_eq v0.3.1 |
578 | 2025-02-22T20:26:04.265Z | Downloaded cipher v0.4.4 |
579 | 2025-02-22T20:26:04.267Z | Downloaded array-init v0.0.4 |
580 | 2025-02-22T20:26:04.272Z | Downloaded crc-catalog v2.4.0 |
581 | 2025-02-22T20:26:04.274Z | Downloaded backoff v0.4.0 |
582 | 2025-02-22T20:26:04.277Z | Downloaded async-recursion v1.1.1 |
583 | 2025-02-22T20:26:04.280Z | Downloaded base64ct v1.6.0 |
584 | 2025-02-22T20:26:04.282Z | Downloaded bzip2 v0.4.4 |
585 | 2025-02-22T20:26:04.285Z | Downloaded bitfield-struct v0.6.2 |
586 | 2025-02-22T20:26:04.287Z | Downloaded async-bb8-diesel v0.2.1 |
587 | 2025-02-22T20:26:04.287Z | Downloaded argon2 v0.5.3 |
588 | 2025-02-22T20:26:04.290Z | Downloaded crc32fast v1.4.2 |
589 | 2025-02-22T20:26:04.292Z | Downloaded serde-big-array v0.5.1 |
590 | 2025-02-22T20:26:04.295Z | Downloaded ciborium v0.2.2 |
591 | 2025-02-22T20:26:04.297Z | Downloaded blowfish v0.9.1 |
592 | 2025-02-22T20:26:04.297Z | Downloaded arrayvec v0.7.6 |
593 | 2025-02-22T20:26:04.300Z | Downloaded progenitor v0.8.0 |
594 | 2025-02-22T20:26:04.302Z | Downloaded cancel-safe-futures v0.1.5 |
595 | 2025-02-22T20:26:04.306Z | Downloaded async-trait v0.1.86 |
596 | 2025-02-22T20:26:04.310Z | Downloaded curve25519-dalek-derive v0.1.1 |
597 | 2025-02-22T20:26:04.315Z | Downloaded hyper-rustls v0.27.3 |
598 | 2025-02-22T20:26:04.318Z | Downloaded hyper-util v0.1.10 |
599 | 2025-02-22T20:26:04.322Z | Downloaded hyper-tls v0.6.0 |
600 | 2025-02-22T20:26:04.325Z | Downloaded hyper-staticfile v0.10.1 |
601 | 2025-02-22T20:26:04.327Z | Downloaded csv-core v0.1.11 |
602 | 2025-02-22T20:26:04.330Z | Downloaded console v0.15.10 |
603 | 2025-02-22T20:26:04.332Z | Downloaded quinn-udp v0.5.5 |
604 | 2025-02-22T20:26:04.335Z | Downloaded cookie_store v0.21.1 |
605 | 2025-02-22T20:26:04.339Z | Downloaded bcs v0.1.6 |
606 | 2025-02-22T20:26:04.341Z | Downloaded icu_collections v1.5.0 |
607 | 2025-02-22T20:26:04.346Z | Downloaded sync-ptr v0.1.1 |
608 | 2025-02-22T20:26:04.349Z | Downloaded indoc v1.0.9 |
609 | 2025-02-22T20:26:04.351Z | Downloaded try-lock v0.2.5 |
610 | 2025-02-22T20:26:04.354Z | Downloaded toolchain_find v0.4.0 |
611 | 2025-02-22T20:26:04.354Z | Downloaded iana-time-zone v0.1.61 |
612 | 2025-02-22T20:26:04.356Z | Downloaded cookie v0.18.1 |
613 | 2025-02-22T20:26:04.360Z | Downloaded write16 v1.0.0 |
614 | 2025-02-22T20:26:04.362Z | Downloaded semver v0.1.20 |
615 | 2025-02-22T20:26:04.362Z | Downloaded scopeguard v1.2.0 |
616 | 2025-02-22T20:26:04.365Z | Downloaded rustc-hash v1.1.0 |
617 | 2025-02-22T20:26:04.365Z | Downloaded icu_locid_transform_data v1.5.0 |
618 | 2025-02-22T20:26:04.367Z | Downloaded instability v0.3.2 |
619 | 2025-02-22T20:26:04.370Z | Downloaded crossbeam-epoch v0.9.18 |
620 | 2025-02-22T20:26:04.372Z | Downloaded clang-sys v1.8.1 |
621 | 2025-02-22T20:26:04.375Z | Downloaded is_ci v1.2.0 |
622 | 2025-02-22T20:26:04.378Z | Downloaded crossbeam-utils v0.8.20 |
623 | 2025-02-22T20:26:04.381Z | Downloaded crc-any v2.5.0 |
624 | 2025-02-22T20:26:04.383Z | Downloaded icu_provider_macros v1.5.0 |
625 | 2025-02-22T20:26:04.386Z | Downloaded indicatif v0.17.11 |
626 | 2025-02-22T20:26:04.389Z | Downloaded icu_normalizer_data v1.5.0 |
627 | 2025-02-22T20:26:04.392Z | Downloaded const-oid v0.9.6 |
628 | 2025-02-22T20:26:04.395Z | Downloaded subtle v2.6.1 |
629 | 2025-02-22T20:26:04.398Z | Downloaded structmeta v0.2.0 |
630 | 2025-02-22T20:26:04.400Z | Downloaded slog-json v2.6.1 |
631 | 2025-02-22T20:26:04.400Z | Downloaded slog-envlogger v2.2.0 |
632 | 2025-02-22T20:26:04.403Z | Downloaded indent_write v2.2.0 |
633 | 2025-02-22T20:26:04.406Z | Downloaded slog-dtrace v0.3.0 |
634 | 2025-02-22T20:26:04.409Z | Downloaded slog-bunyan v2.5.0 |
635 | 2025-02-22T20:26:04.409Z | Downloaded indoc v2.0.5 |
636 | 2025-02-22T20:26:04.412Z | Downloaded match_cfg v0.1.0 |
637 | 2025-02-22T20:26:04.414Z | Downloaded derive_builder_macro v0.20.2 |
638 | 2025-02-22T20:26:04.414Z | Downloaded tiny-keccak v2.0.2 |
639 | 2025-02-22T20:26:04.417Z | Downloaded supports-color v3.0.1 |
640 | 2025-02-22T20:26:04.419Z | Downloaded lru-cache v0.1.2 |
641 | 2025-02-22T20:26:04.420Z | Downloaded md5 v0.7.0 |
642 | 2025-02-22T20:26:04.422Z | Downloaded hubpack_derive v0.1.1 |
643 | 2025-02-22T20:26:04.422Z | Downloaded typify-macro v0.2.0 |
644 | 2025-02-22T20:26:04.425Z | Downloaded topological-sort v0.2.2 |
645 | 2025-02-22T20:26:04.425Z | Downloaded kstat-rs v0.2.4 |
646 | 2025-02-22T20:26:04.427Z | Downloaded is-terminal v0.4.13 |
647 | 2025-02-22T20:26:04.427Z | Downloaded maplit v1.0.2 |
648 | 2025-02-22T20:26:04.430Z | Downloaded universal-hash v0.5.1 |
649 | 2025-02-22T20:26:04.430Z | Downloaded serde_with_macros v3.11.0 |
650 | 2025-02-22T20:26:04.432Z | Downloaded linked-hash-map v0.5.6 |
651 | 2025-02-22T20:26:04.435Z | Downloaded ipnetwork v0.21.1 |
652 | 2025-02-22T20:26:04.437Z | Downloaded mirai-annotations v1.12.0 |
653 | 2025-02-22T20:26:04.437Z | Downloaded lalrpop-util v0.19.12 |
654 | 2025-02-22T20:26:04.440Z | Downloaded chacha20poly1305 v0.10.1 |
655 | 2025-02-22T20:26:04.443Z | Downloaded http-range v0.1.5 |
656 | 2025-02-22T20:26:04.443Z | Downloaded http-body v1.0.1 |
657 | 2025-02-22T20:26:04.446Z | Downloaded bytes v1.9.0 |
658 | 2025-02-22T20:26:04.450Z | Downloaded whoami v1.5.2 |
659 | 2025-02-22T20:26:04.452Z | Downloaded slab v0.4.9 |
660 | 2025-02-22T20:26:04.452Z | Downloaded managed v0.8.0 |
661 | 2025-02-22T20:26:04.455Z | Downloaded number_prefix v0.4.0 |
662 | 2025-02-22T20:26:04.455Z | Downloaded highway v1.2.0 |
663 | 2025-02-22T20:26:04.457Z | Downloaded num_threads v0.1.7 |
664 | 2025-02-22T20:26:04.460Z | Downloaded zeroize_derive v1.4.2 |
665 | 2025-02-22T20:26:04.462Z | Downloaded lockfree-object-pool v0.1.6 |
666 | 2025-02-22T20:26:04.465Z | Downloaded md-5 v0.10.6 |
667 | 2025-02-22T20:26:04.467Z | Downloaded cc v1.1.30 |
668 | 2025-02-22T20:26:04.470Z | Downloaded libefi-sys v0.1.0 |
669 | 2025-02-22T20:26:04.472Z | Downloaded lock_api v0.4.12 |
670 | 2025-02-22T20:26:04.475Z | Downloaded parse-size v1.1.0 |
671 | 2025-02-22T20:26:04.475Z | Downloaded document-features v0.2.10 |
672 | 2025-02-22T20:26:04.477Z | Downloaded time-macros v0.2.18 |
673 | 2025-02-22T20:26:04.480Z | Downloaded tokio-native-tls v0.3.1 |
674 | 2025-02-22T20:26:04.482Z | Downloaded precomputed-hash v0.1.1 |
675 | 2025-02-22T20:26:04.482Z | Downloaded multimap v0.10.0 |
676 | 2025-02-22T20:26:04.485Z | Downloaded memoffset v0.9.1 |
677 | 2025-02-22T20:26:04.485Z | Downloaded lazy_static v1.5.0 |
678 | 2025-02-22T20:26:04.487Z | Downloaded humantime v2.1.0 |
679 | 2025-02-22T20:26:04.490Z | Downloaded allocator-api2 v0.2.18 |
680 | 2025-02-22T20:26:04.492Z | Downloaded fragile v2.0.0 |
681 | 2025-02-22T20:26:04.495Z | Downloaded mockall v0.13.1 |
682 | 2025-02-22T20:26:04.498Z | Downloaded foreign-types v0.3.2 |
683 | 2025-02-22T20:26:04.500Z | Downloaded sigpipe v0.1.3 |
684 | 2025-02-22T20:26:04.501Z | Downloaded value-bag v1.9.0 |
685 | 2025-02-22T20:26:04.503Z | Downloaded memmap2 v0.9.5 |
686 | 2025-02-22T20:26:04.505Z | Downloaded num-conv v0.1.0 |
687 | 2025-02-22T20:26:04.508Z | Downloaded newline-converter v0.3.0 |
688 | 2025-02-22T20:26:04.508Z | Downloaded resolv-conf v0.7.0 |
689 | 2025-02-22T20:26:04.511Z | Downloaded base64 v0.22.1 |
690 | 2025-02-22T20:26:04.514Z | Downloaded psl-types v2.0.11 |
691 | 2025-02-22T20:26:04.517Z | Downloaded httparse v1.9.5 |
692 | 2025-02-22T20:26:04.519Z | Downloaded writeable v0.5.5 |
693 | 2025-02-22T20:26:04.521Z | Downloaded lru v0.12.5 |
694 | 2025-02-22T20:26:04.524Z | Downloaded indexmap v1.9.3 |
695 | 2025-02-22T20:26:04.526Z | Downloaded tinyvec_macros v0.1.1 |
696 | 2025-02-22T20:26:04.529Z | Downloaded slog v2.7.0 |
697 | 2025-02-22T20:26:04.531Z | Downloaded multer v3.1.0 |
698 | 2025-02-22T20:26:04.534Z | Downloaded darling v0.20.10 |
699 | 2025-02-22T20:26:04.539Z | Downloaded tower-service v0.3.3 |
700 | 2025-02-22T20:26:04.551Z | Downloaded want v0.3.1 |
701 | 2025-02-22T20:26:04.554Z | Downloaded secrecy v0.8.0 |
702 | 2025-02-22T20:26:04.556Z | Downloaded jobserver v0.1.32 |
703 | 2025-02-22T20:26:04.558Z | Downloaded downcast v0.11.0 |
704 | 2025-02-22T20:26:04.559Z | Downloaded darling_macro v0.20.10 |
705 | 2025-02-22T20:26:04.561Z | Downloaded normalize-line-endings v0.3.0 |
706 | 2025-02-22T20:26:04.561Z | Downloaded quick-error v1.2.3 |
707 | 2025-02-22T20:26:04.564Z | Downloaded getrandom v0.2.15 |
708 | 2025-02-22T20:26:04.566Z | Downloaded progenitor-macro v0.9.1 |
709 | 2025-02-22T20:26:04.569Z | Downloaded pkg-config v0.3.31 |
710 | 2025-02-22T20:26:04.571Z | Downloaded serde-hex v0.1.0 |
711 | 2025-02-22T20:26:04.574Z | Downloaded serde_yaml v0.9.34+deprecated |
712 | 2025-02-22T20:26:04.576Z | Downloaded debug-ignore v1.0.5 |
713 | 2025-02-22T20:26:04.579Z | Downloaded crossbeam-channel v0.5.13 |
714 | 2025-02-22T20:26:04.583Z | Downloaded stable_deref_trait v1.2.0 |
715 | 2025-02-22T20:26:04.586Z | Downloaded rustfmt-wrapper v0.2.1 |
716 | 2025-02-22T20:26:04.588Z | Downloaded sct v0.7.1 |
717 | 2025-02-22T20:26:04.591Z | Downloaded strip-ansi-escapes v0.2.0 |
718 | 2025-02-22T20:26:04.593Z | Downloaded sqlformat v0.2.6 |
719 | 2025-02-22T20:26:04.593Z | Downloaded hashlink v0.9.1 |
720 | 2025-02-22T20:26:04.596Z | Downloaded mockall_derive v0.13.1 |
721 | 2025-02-22T20:26:04.598Z | Downloaded idna v1.0.3 |
722 | 2025-02-22T20:26:04.603Z | Downloaded untrusted v0.7.1 |
723 | 2025-02-22T20:26:04.605Z | Downloaded compact_str v0.8.0 |
724 | 2025-02-22T20:26:04.609Z | Downloaded phf_shared v0.10.0 |
725 | 2025-02-22T20:26:04.611Z | Downloaded futures-io v0.3.31 |
726 | 2025-02-22T20:26:04.611Z | Downloaded zeroize v1.8.1 |
727 | 2025-02-22T20:26:04.614Z | Downloaded parking_lot_core v0.9.10 |
728 | 2025-02-22T20:26:04.616Z | Downloaded russh-cryptovec v0.7.3 |
729 | 2025-02-22T20:26:04.619Z | Downloaded xz2 v0.1.7 |
730 | 2025-02-22T20:26:04.621Z | Downloaded float-ord v0.3.2 |
731 | 2025-02-22T20:26:04.621Z | Downloaded float-cmp v0.10.0 |
732 | 2025-02-22T20:26:04.624Z | Downloaded take_mut v0.2.2 |
733 | 2025-02-22T20:26:04.624Z | Downloaded rustls-pemfile v2.2.0 |
734 | 2025-02-22T20:26:04.627Z | Downloaded password-hash v0.4.2 |
735 | 2025-02-22T20:26:04.629Z | Downloaded rsa v0.9.6 |
736 | 2025-02-22T20:26:04.634Z | Downloaded termtree v0.4.1 |
737 | 2025-02-22T20:26:04.637Z | Downloaded signal-hook-tokio v0.3.1 |
738 | 2025-02-22T20:26:04.637Z | Downloaded salsa20 v0.10.2 |
739 | 2025-02-22T20:26:04.639Z | Downloaded packed_struct v0.10.1 |
740 | 2025-02-22T20:26:04.642Z | Downloaded hash32 v0.2.1 |
741 | 2025-02-22T20:26:04.644Z | Downloaded fallible-streaming-iterator v0.1.9 |
742 | 2025-02-22T20:26:04.644Z | Downloaded packed_struct_codegen v0.10.1 |
743 | 2025-02-22T20:26:04.647Z | Downloaded defmt v0.3.8 |
744 | 2025-02-22T20:26:04.649Z | Downloaded phf_codegen v0.11.2 |
745 | 2025-02-22T20:26:04.652Z | Downloaded termtree v0.5.1 |
746 | 2025-02-22T20:26:04.654Z | Downloaded pem v3.0.4 |
747 | 2025-02-22T20:26:04.654Z | Downloaded thiserror v2.0.11 |
748 | 2025-02-22T20:26:04.661Z | Downloaded endian-type v0.1.2 |
749 | 2025-02-22T20:26:04.664Z | Downloaded zone_cfg_derive v0.3.0 |
750 | 2025-02-22T20:26:04.664Z | Downloaded zone_cfg_derive v0.1.2 |
751 | 2025-02-22T20:26:04.664Z | Downloaded rand_chacha v0.3.1 |
752 | 2025-02-22T20:26:04.667Z | Downloaded radium v0.7.0 |
753 | 2025-02-22T20:26:04.667Z | Downloaded opaque-debug v0.3.1 |
754 | 2025-02-22T20:26:04.669Z | Downloaded vte v0.11.1 |
755 | 2025-02-22T20:26:04.672Z | Downloaded derive_more v0.99.19 |
756 | 2025-02-22T20:26:04.677Z | Downloaded proc-macro-error-attr2 v2.0.0 |
757 | 2025-02-22T20:26:04.679Z | Downloaded simd-adler32 v0.3.7 |
758 | 2025-02-22T20:26:04.682Z | Downloaded signature v2.2.0 |
759 | 2025-02-22T20:26:04.682Z | Downloaded rusty-fork v0.3.0 |
760 | 2025-02-22T20:26:04.684Z | Downloaded spki v0.7.3 |
761 | 2025-02-22T20:26:04.687Z | Downloaded untrusted v0.9.0 |
762 | 2025-02-22T20:26:04.689Z | Downloaded new_debug_unreachable v1.0.6 |
763 | 2025-02-22T20:26:04.689Z | Downloaded unicode-xid v0.2.6 |
764 | 2025-02-22T20:26:04.692Z | Downloaded displaydoc v0.2.5 |
765 | 2025-02-22T20:26:04.695Z | Downloaded termios v0.3.3 |
766 | 2025-02-22T20:26:04.699Z | Downloaded stringprep v0.1.5 |
767 | 2025-02-22T20:26:04.699Z | Downloaded string_cache v0.8.7 |
768 | 2025-02-22T20:26:04.702Z | Downloaded futures-sink v0.3.31 |
769 | 2025-02-22T20:26:04.702Z | Downloaded thiserror-impl v2.0.11 |
770 | 2025-02-22T20:26:04.704Z | Downloaded elliptic-curve v0.13.8 |
771 | 2025-02-22T20:26:04.707Z | Downloaded postcard v1.0.10 |
772 | 2025-02-22T20:26:04.710Z | Downloaded progenitor-client v0.8.0 |
773 | 2025-02-22T20:26:04.712Z | Downloaded progenitor-client v0.9.1 |
774 | 2025-02-22T20:26:04.715Z | Downloaded zopfli v0.8.1 |
775 | 2025-02-22T20:26:04.717Z | Downloaded hickory-resolver v0.24.3 |
776 | 2025-02-22T20:26:04.721Z | Downloaded wyz v0.5.1 |
777 | 2025-02-22T20:26:04.723Z | Downloaded hickory-server v0.24.3 |
778 | 2025-02-22T20:26:04.729Z | Downloaded yoke-derive v0.7.4 |
779 | 2025-02-22T20:26:04.732Z | Downloaded zone v0.3.0 |
780 | 2025-02-22T20:26:04.734Z | Downloaded defmt-macros v0.3.9 |
781 | 2025-02-22T20:26:04.737Z | Downloaded num_enum_derive v0.5.11 |
782 | 2025-02-22T20:26:04.737Z | Downloaded hex v0.4.3 |
783 | 2025-02-22T20:26:04.740Z | Downloaded env_filter v0.1.2 |
784 | 2025-02-22T20:26:04.742Z | Downloaded embedded-io v0.6.1 |
785 | 2025-02-22T20:26:04.745Z | Downloaded zone v0.1.8 |
786 | 2025-02-22T20:26:04.745Z | Downloaded sync_wrapper v1.0.1 |
787 | 2025-02-22T20:26:04.747Z | Downloaded ppv-lite86 v0.2.20 |
788 | 2025-02-22T20:26:04.747Z | Downloaded phf v0.11.2 |
789 | 2025-02-22T20:26:04.750Z | Downloaded path-slash v0.1.5 |
790 | 2025-02-22T20:26:04.750Z | Downloaded nodrop v0.1.14 |
791 | 2025-02-22T20:26:04.753Z | Downloaded spin v0.9.8 |
792 | 2025-02-22T20:26:04.756Z | Downloaded foreign-types-shared v0.3.1 |
793 | 2025-02-22T20:26:04.756Z | Downloaded foreign-types-shared v0.1.1 |
794 | 2025-02-22T20:26:04.758Z | Downloaded polyval v0.6.2 |
795 | 2025-02-22T20:26:04.758Z | Downloaded paste v1.0.15 |
796 | 2025-02-22T20:26:04.761Z | Downloaded snafu v0.8.5 |
797 | 2025-02-22T20:26:04.768Z | Downloaded which v4.4.2 |
798 | 2025-02-22T20:26:04.771Z | Downloaded progenitor v0.9.1 |
799 | 2025-02-22T20:26:04.773Z | Downloaded walkdir v2.5.0 |
800 | 2025-02-22T20:26:04.776Z | Downloaded tracing-attributes v0.1.27 |
801 | 2025-02-22T20:26:04.778Z | Downloaded aes-gcm v0.10.3 |
802 | 2025-02-22T20:26:04.781Z | Downloaded signal-hook-mio v0.2.4 |
803 | 2025-02-22T20:26:04.784Z | Downloaded http v1.2.0 |
804 | 2025-02-22T20:26:04.787Z | Downloaded unicode-truncate v1.1.0 |
805 | 2025-02-22T20:26:04.790Z | Downloaded synstructure v0.13.1 |
806 | 2025-02-22T20:26:04.792Z | Downloaded pin-project v1.1.6 |
807 | 2025-02-22T20:26:04.804Z | Downloaded waitgroup v0.1.2 |
808 | 2025-02-22T20:26:04.808Z | Downloaded foreign-types-macros v0.2.3 |
809 | 2025-02-22T20:26:04.811Z | Downloaded dirs-sys-next v0.1.2 |
810 | 2025-02-22T20:26:04.811Z | Downloaded env_logger v0.11.5 |
811 | 2025-02-22T20:26:04.813Z | Downloaded foreign-types v0.5.0 |
812 | 2025-02-22T20:26:04.814Z | Downloaded pin-project-internal v1.1.6 |
813 | 2025-02-22T20:26:04.816Z | Downloaded newtype_derive v0.1.6 |
814 | 2025-02-22T20:26:04.819Z | Downloaded tracing v0.1.40 |
815 | 2025-02-22T20:26:04.821Z | Downloaded foldhash v0.1.3 |
816 | 2025-02-22T20:26:04.824Z | Downloaded num v0.4.3 |
817 | 2025-02-22T20:26:04.824Z | Downloaded percent-encoding v2.3.1 |
818 | 2025-02-22T20:26:04.827Z | Downloaded display-error-chain v0.2.2 |
819 | 2025-02-22T20:26:04.829Z | Downloaded rustyline v14.0.0 |
820 | 2025-02-22T20:26:04.833Z | Downloaded proc-macro-error2 v2.0.1 |
821 | 2025-02-22T20:26:04.836Z | Downloaded rpassword v7.3.1 |
822 | 2025-02-22T20:26:04.839Z | Downloaded nanorand v0.7.0 |
823 | 2025-02-22T20:26:04.841Z | Downloaded ref-cast-impl v1.0.23 |
824 | 2025-02-22T20:26:04.844Z | Downloaded proc-macro-crate v1.3.1 |
825 | 2025-02-22T20:26:04.844Z | Downloaded prettyplease v0.2.29 |
826 | 2025-02-22T20:26:04.848Z | Downloaded rand_core v0.6.4 |
827 | 2025-02-22T20:26:04.850Z | Downloaded primeorder v0.13.6 |
828 | 2025-02-22T20:26:04.853Z | Downloaded uzers v0.12.1 |
829 | 2025-02-22T20:26:04.856Z | Downloaded native-tls v0.2.12 |
830 | 2025-02-22T20:26:04.858Z | Downloaded static_assertions v1.1.0 |
831 | 2025-02-22T20:26:04.858Z | Downloaded omicron-zone-package v0.12.0 |
832 | 2025-02-22T20:26:04.862Z | Downloaded wait-timeout v0.2.0 |
833 | 2025-02-22T20:26:04.864Z | Downloaded fallible-iterator v0.3.0 |
834 | 2025-02-22T20:26:04.867Z | Downloaded termcolor v1.4.1 |
835 | 2025-02-22T20:26:04.869Z | Downloaded strum_macros v0.26.4 |
836 | 2025-02-22T20:26:04.872Z | Downloaded tungstenite v0.23.0 |
837 | 2025-02-22T20:26:04.876Z | Downloaded newtype-uuid v1.2.1 |
838 | 2025-02-22T20:26:04.879Z | Downloaded diesel_table_macro_syntax v0.2.0 |
839 | 2025-02-22T20:26:04.879Z | Downloaded dirs-next v2.0.0 |
840 | 2025-02-22T20:26:04.879Z | Downloaded yoke v0.7.4 |
841 | 2025-02-22T20:26:04.881Z | Downloaded itertools v0.12.1 |
842 | 2025-02-22T20:26:04.888Z | Downloaded pem-rfc7468 v0.7.0 |
843 | 2025-02-22T20:26:04.891Z | Downloaded embedded-io v0.4.0 |
844 | 2025-02-22T20:26:04.894Z | Downloaded rand_seeder v0.3.0 |
845 | 2025-02-22T20:26:04.896Z | Downloaded darling_core v0.20.10 |
846 | 2025-02-22T20:26:04.901Z | Downloaded uuid v1.12.0 |
847 | 2025-02-22T20:26:04.904Z | Downloaded dunce v1.0.5 |
848 | 2025-02-22T20:26:04.907Z | Downloaded poly1305 v0.8.0 |
849 | 2025-02-22T20:26:04.909Z | Downloaded time-core v0.1.2 |
850 | 2025-02-22T20:26:04.912Z | Downloaded nu-ansi-term v0.50.1 |
851 | 2025-02-22T20:26:04.914Z | Downloaded unsafe-libyaml v0.2.11 |
852 | 2025-02-22T20:26:04.917Z | Downloaded tinystr v0.7.6 |
853 | 2025-02-22T20:26:04.919Z | Downloaded rustc_version v0.4.1 |
854 | 2025-02-22T20:26:04.922Z | Downloaded ed25519-dalek v2.1.1 |
855 | 2025-02-22T20:26:04.924Z | Downloaded fxhash v0.2.1 |
856 | 2025-02-22T20:26:04.927Z | Downloaded serde_urlencoded v0.7.1 |
857 | 2025-02-22T20:26:04.929Z | Downloaded serde_repr v0.1.19 |
858 | 2025-02-22T20:26:04.932Z | Downloaded heck v0.3.3 |
859 | 2025-02-22T20:26:04.932Z | Downloaded aho-corasick v1.1.3 |
860 | 2025-02-22T20:26:04.938Z | Downloaded nibble_vec v0.1.0 |
861 | 2025-02-22T20:26:04.947Z | Downloaded difflib v0.4.0 |
862 | 2025-02-22T20:26:04.947Z | Downloaded signal-hook v0.3.17 |
863 | 2025-02-22T20:26:04.947Z | Downloaded zerovec-derive v0.10.3 |
864 | 2025-02-22T20:26:04.951Z | Downloaded term v0.7.0 |
865 | 2025-02-22T20:26:04.951Z | Downloaded rustls-pemfile v1.0.4 |
866 | 2025-02-22T20:26:04.955Z | Downloaded gethostname v0.5.0 |
867 | 2025-02-22T20:26:04.957Z | Downloaded glob v0.3.2 |
868 | 2025-02-22T20:26:04.958Z | Downloaded ecdsa v0.16.9 |
869 | 2025-02-22T20:26:04.960Z | Downloaded zerocopy v0.6.6 |
870 | 2025-02-22T20:26:04.963Z | Downloaded quinn v0.11.5 |
871 | 2025-02-22T20:26:04.966Z | Downloaded itertools v0.13.0 |
872 | 2025-02-22T20:26:04.974Z | Downloaded openssl-macros v0.1.1 |
873 | 2025-02-22T20:26:04.977Z | Downloaded typify-macro v0.3.0 |
874 | 2025-02-22T20:26:04.977Z | Downloaded toml v0.7.8 |
875 | 2025-02-22T20:26:04.980Z | Downloaded tap v1.0.1 |
876 | 2025-02-22T20:26:04.983Z | Downloaded rustc_version v0.1.7 |
877 | 2025-02-22T20:26:04.985Z | Downloaded rtoolbox v0.0.2 |
878 | 2025-02-22T20:26:04.985Z | Downloaded parking_lot v0.11.2 |
879 | 2025-02-22T20:26:04.988Z | Downloaded zerofrom v0.1.4 |
880 | 2025-02-22T20:26:04.990Z | Downloaded oso-derive v0.27.3 |
881 | 2025-02-22T20:26:04.990Z | Downloaded tungstenite v0.21.0 |
882 | 2025-02-22T20:26:04.993Z | Downloaded zerovec v0.10.4 |
883 | 2025-02-22T20:26:05.000Z | Downloaded futures-task v0.3.31 |
884 | 2025-02-22T20:26:05.003Z | Downloaded progenitor-impl v0.8.0 |
885 | 2025-02-22T20:26:05.006Z | Downloaded peg-macros v0.8.4 |
886 | 2025-02-22T20:26:05.008Z | Downloaded siphasher v0.3.11 |
887 | 2025-02-22T20:26:05.008Z | Downloaded futures-executor v0.3.31 |
888 | 2025-02-22T20:26:05.011Z | Downloaded twox-hash v2.1.0 |
889 | 2025-02-22T20:26:05.013Z | Downloaded thiserror-impl-no-std v2.0.2 |
890 | 2025-02-22T20:26:05.017Z | Downloaded pin-utils v0.1.0 |
891 | 2025-02-22T20:26:05.017Z | Downloaded tungstenite v0.24.0 |
892 | 2025-02-22T20:26:05.020Z | Downloaded snafu-derive v0.8.5 |
893 | 2025-02-22T20:26:05.023Z | Downloaded ron v0.7.1 |
894 | 2025-02-22T20:26:05.026Z | Downloaded deranged v0.3.11 |
895 | 2025-02-22T20:26:05.029Z | Downloaded thiserror-no-std v2.0.2 |
896 | 2025-02-22T20:26:05.032Z | Downloaded flume v0.11.1 |
897 | 2025-02-22T20:26:05.037Z | Downloaded num_enum v0.5.11 |
898 | 2025-02-22T20:26:05.042Z | Downloaded num-iter v0.1.45 |
899 | 2025-02-22T20:26:05.044Z | Downloaded filetime v0.2.25 |
900 | 2025-02-22T20:26:05.047Z | Downloaded hashbrown v0.12.3 |
901 | 2025-02-22T20:26:05.050Z | Downloaded openssl-probe v0.1.5 |
902 | 2025-02-22T20:26:05.053Z | Downloaded hashbrown v0.14.5 |
903 | 2025-02-22T20:26:05.057Z | Downloaded dsl_auto_type v0.1.2 |
904 | 2025-02-22T20:26:05.060Z | Downloaded aws-lc-rs v1.10.0 |
905 | 2025-02-22T20:26:05.068Z | Downloaded pin-project-lite v0.2.14 |
906 | 2025-02-22T20:26:05.074Z | Downloaded utf-8 v0.7.6 |
907 | 2025-02-22T20:26:05.076Z | Downloaded oxnet v0.1.0 |
908 | 2025-02-22T20:26:05.079Z | Downloaded ssh-cipher v0.2.0 |
909 | 2025-02-22T20:26:05.079Z | Downloaded futures-channel v0.3.31 |
910 | 2025-02-22T20:26:05.082Z | Downloaded slog-stdlog v4.1.1 |
911 | 2025-02-22T20:26:05.085Z | Downloaded fd-lock v4.0.2 |
912 | 2025-02-22T20:26:05.085Z | Downloaded ssh-encoding v0.2.0 |
913 | 2025-02-22T20:26:05.087Z | Downloaded diff v0.1.13 |
914 | 2025-02-22T20:26:05.090Z | Downloaded predicates-tree v1.0.11 |
915 | 2025-02-22T20:26:05.092Z | Downloaded tar v0.4.42 |
916 | 2025-02-22T20:26:05.095Z | Downloaded tokio-tungstenite v0.23.1 |
917 | 2025-02-22T20:26:05.098Z | Downloaded sqlparser_derive v0.2.2 |
918 | 2025-02-22T20:26:05.100Z | Downloaded utf16_iter v1.0.5 |
919 | 2025-02-22T20:26:05.100Z | Downloaded diesel-dtrace v0.4.2 |
920 | 2025-02-22T20:26:05.103Z | Downloaded unicode-properties v0.1.3 |
921 | 2025-02-22T20:26:05.105Z | Downloaded thread_local v1.1.8 |
922 | 2025-02-22T20:26:05.105Z | Downloaded dropshot_endpoint v0.12.0 |
923 | 2025-02-22T20:26:05.108Z | Downloaded pretty-hex v0.2.1 |
924 | 2025-02-22T20:26:05.110Z | Downloaded funty v2.0.0 |
925 | 2025-02-22T20:26:05.110Z | Downloaded num-integer v0.1.46 |
926 | 2025-02-22T20:26:05.113Z | Downloaded typify v0.3.0 |
927 | 2025-02-22T20:26:05.116Z | Downloaded rfc6979 v0.4.0 |
928 | 2025-02-22T20:26:05.118Z | Downloaded serde_path_to_error v0.1.16 |
929 | 2025-02-22T20:26:05.121Z | Downloaded smf v0.2.3 |
930 | 2025-02-22T20:26:05.121Z | Downloaded winnow v0.5.40 |
931 | 2025-02-22T20:26:05.130Z | Downloaded headers v0.4.0 |
932 | 2025-02-22T20:26:05.135Z | Downloaded blake3 v1.5.4 |
933 | 2025-02-22T20:26:05.144Z | Downloaded num-derive v0.4.2 |
934 | 2025-02-22T20:26:05.146Z | Downloaded peg v0.8.4 |
935 | 2025-02-22T20:26:05.150Z | Downloaded slog-term v2.9.1 |
936 | 2025-02-22T20:26:05.152Z | Downloaded derive_builder_core v0.20.2 |
937 | 2025-02-22T20:26:05.155Z | Downloaded dropshot_endpoint v0.15.1 |
938 | 2025-02-22T20:26:05.158Z | Downloaded strum_macros v0.25.3 |
939 | 2025-02-22T20:26:05.161Z | Downloaded tls_codec_derive v0.4.1 |
940 | 2025-02-22T20:26:05.163Z | Downloaded tls_codec v0.4.1 |
941 | 2025-02-22T20:26:05.166Z | Downloaded expectorate v1.1.0 |
942 | 2025-02-22T20:26:05.168Z | Downloaded rustls-webpki v0.101.7 |
943 | 2025-02-22T20:26:05.182Z | Downloaded pbkdf2 v0.12.2 |
944 | 2025-02-22T20:26:05.185Z | Downloaded lalrpop v0.19.12 |
945 | 2025-02-22T20:26:05.195Z | Downloaded der_derive v0.7.3 |
946 | 2025-02-22T20:26:05.198Z | Downloaded typify v0.2.0 |
947 | 2025-02-22T20:26:05.200Z | Downloaded unicode-bidi v0.3.17 |
948 | 2025-02-22T20:26:05.204Z | Downloaded similar v2.6.0 |
949 | 2025-02-22T20:26:05.208Z | Downloaded x509-cert v0.2.5 |
950 | 2025-02-22T20:26:05.215Z | Downloaded postgres-protocol v0.6.7 |
951 | 2025-02-22T20:26:05.217Z | Downloaded parking_lot v0.12.3 |
952 | 2025-02-22T20:26:05.221Z | Downloaded pbkdf2 v0.11.0 |
953 | 2025-02-22T20:26:05.224Z | Downloaded derive-where v1.2.7 |
954 | 2025-02-22T20:26:05.227Z | Downloaded p256 v0.13.2 |
955 | 2025-02-22T20:26:05.229Z | Downloaded socket2 v0.5.7 |
956 | 2025-02-22T20:26:05.232Z | Downloaded owo-colors v4.1.0 |
957 | 2025-02-22T20:26:05.235Z | Downloaded vergen v8.3.2 |
958 | 2025-02-22T20:26:05.238Z | Downloaded fatfs v0.3.6 |
959 | 2025-02-22T20:26:05.240Z | Downloaded num-bigint-dig v0.8.4 |
960 | 2025-02-22T20:26:05.246Z | Downloaded oso v0.27.3 |
961 | 2025-02-22T20:26:05.249Z | Downloaded tokio-util v0.7.12 |
962 | 2025-02-22T20:26:05.257Z | Downloaded smallvec v1.13.2 |
963 | 2025-02-22T20:26:05.260Z | Downloaded zerocopy-derive v0.8.10 |
964 | 2025-02-22T20:26:05.266Z | Downloaded url v2.5.3 |
965 | 2025-02-22T20:26:05.269Z | Downloaded reedline v0.35.0 |
966 | 2025-02-22T20:26:05.278Z | Downloaded tinyvec v1.8.0 |
967 | 2025-02-22T20:26:05.281Z | Downloaded chrono v0.4.39 |
968 | 2025-02-22T20:26:05.289Z | Downloaded bitvec v1.0.1 |
969 | 2025-02-22T20:26:05.306Z | Downloaded typed-path v0.9.3 |
970 | 2025-02-22T20:26:05.312Z | Downloaded steno v0.4.1 |
971 | 2025-02-22T20:26:05.316Z | Downloaded ssh-key v0.6.6 |
972 | 2025-02-22T20:26:05.324Z | Downloaded reqwest v0.12.12 |
973 | 2025-02-22T20:26:05.333Z | Downloaded nom v7.1.3 |
974 | 2025-02-22T20:26:05.338Z | Downloaded serde_with v3.11.0 |
975 | 2025-02-22T20:26:05.347Z | Downloaded vcpkg v0.2.15 |
976 | 2025-02-22T20:26:05.386Z | Downloaded zip v2.1.3 |
977 | 2025-02-22T20:26:05.390Z | Downloaded time v0.3.36 |
978 | 2025-02-22T20:26:05.397Z | Downloaded unicode-segmentation v1.12.0 |
979 | 2025-02-22T20:26:05.400Z | Downloaded rayon v1.10.0 |
980 | 2025-02-22T20:26:05.410Z | Downloaded h2 v0.4.6 |
981 | 2025-02-22T20:26:05.418Z | Downloaded p521 v0.13.3 |
982 | 2025-02-22T20:26:05.423Z | Downloaded sqlparser v0.45.0 |
983 | 2025-02-22T20:26:05.428Z | Downloaded futures-util v0.3.31 |
984 | 2025-02-22T20:26:05.442Z | Downloaded openssl-sys v0.9.106 |
985 | 2025-02-22T20:26:05.447Z | Downloaded regex-syntax v0.6.29 |
986 | 2025-02-22T20:26:05.454Z | Downloaded gimli v0.31.1 |
987 | 2025-02-22T20:26:05.463Z | Downloaded git2 v0.19.0 |
988 | 2025-02-22T20:26:05.473Z | Downloaded openssl v0.10.71 |
989 | 2025-02-22T20:26:05.483Z | Downloaded quick-xml v0.33.0 |
990 | 2025-02-22T20:26:05.490Z | Downloaded tabled v0.18.0 |
991 | 2025-02-22T20:26:05.509Z | Downloaded petname v2.0.2 |
992 | 2025-02-22T20:26:05.514Z | Downloaded nix v0.29.0 |
993 | 2025-02-22T20:26:05.527Z | Downloaded object v0.30.4 |
994 | 2025-02-22T20:26:05.536Z | Downloaded curve25519-dalek v4.1.3 |
995 | 2025-02-22T20:26:05.546Z | Downloaded salty v0.3.0 |
996 | 2025-02-22T20:26:05.553Z | Downloaded dropshot v0.12.0 |
997 | 2025-02-22T20:26:05.575Z | Downloaded smoltcp v0.9.1 |
998 | 2025-02-22T20:26:05.586Z | Downloaded zerocopy v0.8.10 |
999 | 2025-02-22T20:26:05.611Z | Downloaded openapiv3 v2.0.0 |
1000 | 2025-02-22T20:26:05.623Z | Downloaded webpki-roots v0.26.6 |
1001 | 2025-02-22T20:26:05.626Z | Downloaded chrono-tz v0.10.1 |
1002 | 2025-02-22T20:26:05.634Z | Downloaded p384 v0.13.0 |
1003 | 2025-02-22T20:26:05.642Z | Downloaded rustls v0.23.19 |
1004 | 2025-02-22T20:26:05.654Z | Downloaded diesel v2.2.7 |
1005 | 2025-02-22T20:26:05.674Z | Downloaded regex-syntax v0.8.5 |
1006 | 2025-02-22T20:26:05.683Z | Downloaded smoltcp v0.11.0 |
1007 | 2025-02-22T20:26:05.695Z | Downloaded regex v1.11.1 |
1008 | 2025-02-22T20:26:05.708Z | Downloaded object v0.36.5 |
1009 | 2025-02-22T20:26:05.720Z | Downloaded typify-impl v0.2.0 |
1010 | 2025-02-22T20:26:05.736Z | Downloaded regress v0.10.1 |
1011 | 2025-02-22T20:26:05.745Z | Downloaded typify-impl v0.3.0 |
1012 | 2025-02-22T20:26:05.760Z | Downloaded polar-core v0.27.3 |
1013 | 2025-02-22T20:26:05.769Z | Downloaded unicode-width v0.2.0 |
1014 | 2025-02-22T20:26:05.775Z | Downloaded rustls-webpki v0.102.8 |
1015 | 2025-02-22T20:26:05.793Z | Downloaded rustls v0.22.4 |
1016 | 2025-02-22T20:26:05.806Z | Downloaded rustls v0.21.12 |
1017 | 2025-02-22T20:26:05.817Z | Downloaded dropshot v0.15.1 |
1018 | 2025-02-22T20:26:05.840Z | Downloaded regress v0.9.1 |
1019 | 2025-02-22T20:26:05.847Z | Downloaded sled v0.34.7 |
1020 | 2025-02-22T20:26:05.858Z | Downloaded nix v0.28.0 |
1021 | 2025-02-22T20:26:05.868Z | Downloaded bstr v1.10.0 |
1022 | 2025-02-22T20:26:05.879Z | Downloaded ratatui v0.29.0 |
1023 | 2025-02-22T20:26:05.899Z | Downloaded libz-sys v1.1.20 |
1024 | 2025-02-22T20:26:05.919Z | Downloaded lzma-sys v0.1.20 |
1025 | 2025-02-22T20:26:05.948Z | Downloaded radix_trie v0.2.1 |
1026 | 2025-02-22T20:26:05.953Z | Downloaded portable-atomic v1.9.0 |
1027 | 2025-02-22T20:26:05.960Z | Downloaded nix v0.27.1 |
1028 | 2025-02-22T20:26:05.970Z | Downloaded rusqlite v0.32.1 |
1029 | 2025-02-22T20:26:05.977Z | Downloaded proptest v1.5.0 |
1030 | 2025-02-22T20:26:05.986Z | Downloaded tough v0.19.0 |
1031 | 2025-02-22T20:26:05.995Z | Downloaded toml_edit v0.19.15 |
1032 | 2025-02-22T20:26:06.010Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1033 | 2025-02-22T20:26:06.021Z | Downloaded num-bigint v0.4.6 |
1034 | 2025-02-22T20:26:06.027Z | Downloaded password-hash v0.5.0 |
1035 | 2025-02-22T20:26:06.030Z | Downloaded derive_builder v0.20.2 |
1036 | 2025-02-22T20:26:06.033Z | Downloaded zerocopy-derive v0.6.6 |
1037 | 2025-02-22T20:26:06.042Z | Downloaded schemars v0.8.21 |
1038 | 2025-02-22T20:26:06.053Z | Downloaded tower v0.5.2 |
1039 | 2025-02-22T20:26:06.062Z | Downloaded fixedbitset v0.4.2 |
1040 | 2025-02-22T20:26:06.065Z | Downloaded futures v0.3.31 |
1041 | 2025-02-22T20:26:06.068Z | Downloaded heapless v0.7.17 |
1042 | 2025-02-22T20:26:06.071Z | Downloaded heapless v0.8.0 |
1043 | 2025-02-22T20:26:06.075Z | Downloaded num-traits v0.2.19 |
1044 | 2025-02-22T20:26:06.078Z | Downloaded diesel_derives v2.2.3 |
1045 | 2025-02-22T20:26:06.082Z | Downloaded zip v0.6.6 |
1046 | 2025-02-22T20:26:06.086Z | Downloaded quinn-proto v0.11.8 |
1047 | 2025-02-22T20:26:06.093Z | Downloaded regex-automata v0.4.8 |
1048 | 2025-02-22T20:26:06.110Z | Downloaded bindgen v0.69.5 |
1049 | 2025-02-22T20:26:06.117Z | Downloaded rayon-core v1.12.1 |
1050 | 2025-02-22T20:26:06.120Z | Downloaded zerofrom-derive v0.1.4 |
1051 | 2025-02-22T20:26:06.123Z | Downloaded xattr v1.3.1 |
1052 | 2025-02-22T20:26:06.123Z | Downloaded smallvec v0.6.14 |
1053 | 2025-02-22T20:26:06.125Z | Downloaded pkcs1 v0.7.5 |
1054 | 2025-02-22T20:26:06.128Z | Downloaded csv v1.3.1 |
1055 | 2025-02-22T20:26:06.146Z | Downloaded slog-scope v4.4.0 |
1056 | 2025-02-22T20:26:06.149Z | Downloaded petgraph v0.6.5 |
1057 | 2025-02-22T20:26:06.165Z | Downloaded scheduled-thread-pool v0.2.7 |
1058 | 2025-02-22T20:26:06.167Z | Downloaded same-file v1.0.6 |
1059 | 2025-02-22T20:26:06.167Z | Downloaded hkdf v0.12.4 |
1060 | 2025-02-22T20:26:06.170Z | Downloaded unicode-normalization v0.1.24 |
1061 | 2025-02-22T20:26:06.172Z | Downloaded samael v0.0.17 |
1062 | 2025-02-22T20:26:06.178Z | Downloaded ron v0.8.1 |
1063 | 2025-02-22T20:26:06.183Z | Downloaded der v0.7.9 |
1064 | 2025-02-22T20:26:06.188Z | Downloaded sha3 v0.10.8 |
1065 | 2025-02-22T20:26:06.193Z | Downloaded russh v0.45.0 |
1066 | 2025-02-22T20:26:06.198Z | Downloaded globset v0.4.15 |
1067 | 2025-02-22T20:26:06.201Z | Downloaded rcgen v0.12.1 |
1068 | 2025-02-22T20:26:06.204Z | Downloaded postgres-types v0.2.8 |
1069 | 2025-02-22T20:26:06.206Z | Downloaded tokio v1.43.0 |
1070 | 2025-02-22T20:26:06.244Z | Downloaded pkcs5 v0.7.1 |
1071 | 2025-02-22T20:26:06.248Z | Downloaded itertools v0.14.0 |
1072 | 2025-02-22T20:26:06.254Z | Downloaded tokio-macros v2.5.0 |
1073 | 2025-02-22T20:26:06.256Z | Downloaded strum_macros v0.24.3 |
1074 | 2025-02-22T20:26:06.259Z | Downloaded hyper v1.5.2 |
1075 | 2025-02-22T20:26:06.263Z | Downloaded serde_plain v1.0.2 |
1076 | 2025-02-22T20:26:06.265Z | Downloaded futures-core v0.3.31 |
1077 | 2025-02-22T20:26:06.265Z | Downloaded powerfmt v0.2.0 |
1078 | 2025-02-22T20:26:06.268Z | Downloaded group v0.13.0 |
1079 | 2025-02-22T20:26:06.268Z | Downloaded vsss-rs v3.3.4 |
1080 | 2025-02-22T20:26:06.272Z | Downloaded tokio-tungstenite v0.21.0 |
1081 | 2025-02-22T20:26:06.274Z | Downloaded pkcs8 v0.10.2 |
1082 | 2025-02-22T20:26:06.276Z | Downloaded hashbrown v0.13.2 |
1083 | 2025-02-22T20:26:06.279Z | Downloaded rand v0.8.5 |
1084 | 2025-02-22T20:26:06.282Z | Downloaded sha1 v0.10.6 |
1085 | 2025-02-22T20:26:06.285Z | Downloaded tokio-tungstenite v0.24.0 |
1086 | 2025-02-22T20:26:06.287Z | Downloaded flate2 v1.0.35 |
1087 | 2025-02-22T20:26:06.291Z | Downloaded tracing-core v0.1.32 |
1088 | 2025-02-22T20:26:06.294Z | Downloaded libxml v0.3.3 |
1089 | 2025-02-22T20:26:06.299Z | Downloaded publicsuffix v2.3.0 |
1090 | 2025-02-22T20:26:06.302Z | Downloaded parse-zoneinfo v0.3.1 |
1091 | 2025-02-22T20:26:06.305Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1092 | 2025-02-22T20:26:06.361Z | Downloaded libm v0.2.8 |
1093 | 2025-02-22T20:26:06.368Z | Downloaded rand_xorshift v0.3.0 |
1094 | 2025-02-22T20:26:06.371Z | Downloaded half v2.4.1 |
1095 | 2025-02-22T20:26:06.374Z | Downloaded papergrid v0.14.0 |
1096 | 2025-02-22T20:26:06.376Z | Downloaded vte_generate_state_changes v0.1.2 |
1097 | 2025-02-22T20:26:06.379Z | Downloaded env_logger v0.10.2 |
1098 | 2025-02-22T20:26:06.381Z | Downloaded ena v0.14.3 |
1099 | 2025-02-22T20:26:06.381Z | Downloaded qorb v0.2.1 |
1100 | 2025-02-22T20:26:06.385Z | Downloaded itertools v0.10.5 |
1101 | 2025-02-22T20:26:06.391Z | Downloaded tabwriter v1.4.0 |
1102 | 2025-02-22T20:26:06.393Z | Downloaded tabled_derive v0.10.0 |
1103 | 2025-02-22T20:26:06.393Z | Downloaded signal-hook-registry v1.4.2 |
1104 | 2025-02-22T20:26:06.396Z | Downloaded shlex v1.3.0 |
1105 | 2025-02-22T20:26:06.396Z | Downloaded shell-words v1.1.0 |
1106 | 2025-02-22T20:26:06.398Z | Downloaded crossterm v0.28.1 |
1107 | 2025-02-22T20:26:06.402Z | Downloaded mio v1.0.2 |
1108 | 2025-02-22T20:26:06.408Z | Downloaded encoding_rs v0.8.34 |
1109 | 2025-02-22T20:26:06.430Z | Downloaded tokio-rustls v0.25.0 |
1110 | 2025-02-22T20:26:06.433Z | Downloaded tokio-rustls v0.24.1 |
1111 | 2025-02-22T20:26:06.433Z | Downloaded unicode_categories v0.1.1 |
1112 | 2025-02-22T20:26:06.435Z | Downloaded ring v0.17.9 |
1113 | 2025-02-22T20:26:06.475Z | Downloaded minimal-lexical v0.2.1 |
1114 | 2025-02-22T20:26:06.479Z | Downloaded serde_derive_internals v0.29.1 |
1115 | 2025-02-22T20:26:06.482Z | Downloaded defmt-parser v0.3.4 |
1116 | 2025-02-22T20:26:06.482Z | Downloaded r2d2 v0.8.10 |
1117 | 2025-02-22T20:26:06.484Z | Downloaded yasna v0.5.2 |
1118 | 2025-02-22T20:26:06.487Z | Downloaded num-rational v0.4.2 |
1119 | 2025-02-22T20:26:06.487Z | Downloaded aes v0.8.4 |
1120 | 2025-02-22T20:26:06.489Z | Downloaded peg-runtime v0.8.3 |
1121 | 2025-02-22T20:26:06.492Z | Downloaded rustversion v1.0.17 |
1122 | 2025-02-22T20:26:06.492Z | Downloaded rustc-hash v2.0.0 |
1123 | 2025-02-22T20:26:06.495Z | Downloaded phf_shared v0.11.2 |
1124 | 2025-02-22T20:26:06.495Z | Downloaded tokio-postgres v0.7.12 |
1125 | 2025-02-22T20:26:06.500Z | Downloaded phf_generator v0.11.2 |
1126 | 2025-02-22T20:26:06.502Z | Downloaded hash32 v0.3.1 |
1127 | 2025-02-22T20:26:06.502Z | Downloaded futures-macro v0.3.31 |
1128 | 2025-02-22T20:26:06.502Z | Downloaded unicase v2.7.0 |
1129 | 2025-02-22T20:26:06.505Z | Downloaded tokio-stream v0.1.16 |
1130 | 2025-02-22T20:26:06.507Z | Downloaded tokio-rustls v0.26.0 |
1131 | 2025-02-22T20:26:06.510Z | Downloaded rustls-pki-types v1.10.0 |
1132 | 2025-02-22T20:26:06.512Z | Downloaded miniz_oxide v0.8.0 |
1133 | 2025-02-22T20:26:06.515Z | Downloaded either v1.13.0 |
1134 | 2025-02-22T20:26:06.519Z | Downloaded data-encoding v2.6.0 |
1135 | 2025-02-22T20:26:06.519Z | Downloaded flagset v0.4.6 |
1136 | 2025-02-22T20:26:06.521Z | Downloaded ed25519 v2.2.3 |
1137 | 2025-02-22T20:26:06.521Z | Downloaded num-complex v0.4.6 |
1138 | 2025-02-22T20:26:06.521Z | Downloaded parking_lot_core v0.8.6 |
1139 | 2025-02-22T20:26:06.524Z | Downloaded rustc-demangle v0.1.24 |
1140 | 2025-02-22T20:26:06.526Z | Downloaded utf8_iter v1.0.4 |
1141 | 2025-02-22T20:26:06.526Z | Downloaded fs_extra v1.3.0 |
1142 | 2025-02-22T20:26:06.529Z | Downloaded subprocess v0.2.9 |
1143 | 2025-02-22T20:26:06.532Z | Downloaded unarray v0.1.4 |
1144 | 2025-02-22T20:26:06.532Z | Downloaded structmeta-derive v0.3.0 |
1145 | 2025-02-22T20:26:06.534Z | Downloaded structmeta-derive v0.2.0 |
1146 | 2025-02-22T20:26:06.534Z | Downloaded structmeta v0.3.0 |
1147 | 2025-02-22T20:26:06.534Z | Downloaded bumpalo v3.16.0 |
1148 | 2025-02-22T20:26:06.537Z | Downloaded hmac v0.12.1 |
1149 | 2025-02-22T20:26:06.539Z | Downloaded olpc-cjson v0.1.4 |
1150 | 2025-02-22T20:26:06.539Z | Downloaded sec1 v0.7.3 |
1151 | 2025-02-22T20:26:06.542Z | Downloaded scrypt v0.11.0 |
1152 | 2025-02-22T20:26:06.542Z | Downloaded schemars_derive v0.8.21 |
1153 | 2025-02-22T20:26:06.545Z | Downloaded predicates-core v1.0.8 |
1154 | 2025-02-22T20:26:06.545Z | Downloaded predicates v3.1.3 |
1155 | 2025-02-22T20:26:06.547Z | Downloaded ghash v0.5.1 |
1156 | 2025-02-22T20:26:06.550Z | Downloaded dyn-clone v1.0.18 |
1157 | 2025-02-22T20:26:06.550Z | Downloaded parse-display-derive v0.10.0 |
1158 | 2025-02-22T20:26:06.552Z | Downloaded parse-display v0.10.0 |
1159 | 2025-02-22T20:26:06.552Z | Downloaded ff v0.13.0 |
1160 | 2025-02-22T20:26:06.555Z | Downloaded des v0.8.1 |
1161 | 2025-02-22T20:26:06.555Z | Downloaded daft-derive v0.1.1 |
1162 | 2025-02-22T20:26:06.558Z | Downloaded internet-checksum v0.2.1 |
1163 | 2025-02-22T20:26:06.561Z | Downloaded tower-layer v0.3.3 |
1164 | 2025-02-22T20:26:06.563Z | Downloaded strum v0.26.3 |
1165 | 2025-02-22T20:26:06.563Z | Downloaded const_format v0.2.34 |
1166 | 2025-02-22T20:26:06.567Z | Downloaded test-strategy v0.3.1 |
1167 | 2025-02-22T20:26:06.570Z | Downloaded crypto-bigint v0.5.5 |
1168 | 2025-02-22T20:26:06.576Z | Downloaded mime_guess v2.0.5 |
1169 | 2025-02-22T20:26:06.578Z | Downloaded mime v0.3.17 |
1170 | 2025-02-22T20:26:06.581Z | Downloaded litrs v0.4.1 |
1171 | 2025-02-22T20:26:06.581Z | Downloaded icu_normalizer v1.5.0 |
1172 | 2025-02-22T20:26:06.584Z | Downloaded base64 v0.21.7 |
1173 | 2025-02-22T20:26:06.588Z | Downloaded libsw v3.3.1 |
1174 | 2025-02-22T20:26:06.590Z | Downloaded form_urlencoded v1.2.1 |
1175 | 2025-02-22T20:26:06.590Z | Downloaded fallible-iterator v0.2.0 |
1176 | 2025-02-22T20:26:06.593Z | Downloaded enum-as-inner v0.6.1 |
1177 | 2025-02-22T20:26:06.593Z | Downloaded tui-tree-widget v0.23.0 |
1178 | 2025-02-22T20:26:06.596Z | Downloaded russh-keys v0.45.0 |
1179 | 2025-02-22T20:26:06.598Z | Downloaded libloading v0.8.5 |
1180 | 2025-02-22T20:26:06.598Z | Downloaded ipnet v2.10.1 |
1181 | 2025-02-22T20:26:06.601Z | Downloaded backtrace v0.3.74 |
1182 | 2025-02-22T20:26:06.604Z | Downloaded maybe-uninit v2.0.0 |
1183 | 2025-02-22T20:26:06.607Z | Downloaded httpdate v1.0.3 |
1184 | 2025-02-22T20:26:06.607Z | Downloaded http-body-util v0.1.2 |
1185 | 2025-02-22T20:26:06.609Z | Downloaded lazycell v1.3.0 |
1186 | 2025-02-22T20:26:06.609Z | Downloaded hubpack v0.1.2 |
1187 | 2025-02-22T20:26:06.612Z | Downloaded progenitor-impl v0.9.1 |
1188 | 2025-02-22T20:26:06.612Z | Downloaded litemap v0.7.3 |
1189 | 2025-02-22T20:26:06.615Z | Downloaded linear-map v1.2.0 |
1190 | 2025-02-22T20:26:06.617Z | Downloaded home v0.5.9 |
1191 | 2025-02-22T20:26:06.617Z | Downloaded keccak v0.1.5 |
1192 | 2025-02-22T20:26:06.620Z | Downloaded hostname v0.4.0 |
1193 | 2025-02-22T20:26:06.620Z | Downloaded hostname v0.3.1 |
1194 | 2025-02-22T20:26:06.622Z | Downloaded slog-async v2.8.0 |
1195 | 2025-02-22T20:26:06.623Z | Downloaded base64 v0.13.1 |
1196 | 2025-02-22T20:26:06.625Z | Downloaded instant v0.1.13 |
1197 | 2025-02-22T20:26:06.628Z | Downloaded inout v0.1.3 |
1198 | 2025-02-22T20:26:06.628Z | Downloaded idna_adapter v1.2.0 |
1199 | 2025-02-22T20:26:06.628Z | Downloaded ident_case v1.0.1 |
1200 | 2025-02-22T20:26:06.630Z | Downloaded icu_properties v1.5.1 |
1201 | 2025-02-22T20:26:06.633Z | Downloaded blake2 v0.10.6 |
1202 | 2025-02-22T20:26:06.635Z | Downloaded ref-cast v1.0.23 |
1203 | 2025-02-22T20:26:06.636Z | Downloaded icu_properties_data v1.5.0 |
1204 | 2025-02-22T20:26:06.646Z | Downloaded icu_locid_transform v1.5.0 |
1205 | 2025-02-22T20:26:06.648Z | Downloaded arc-swap v1.7.1 |
1206 | 2025-02-22T20:26:06.652Z | Downloaded impl-trait-for-tuples v0.2.2 |
1207 | 2025-02-22T20:26:06.654Z | Downloaded icu_provider v1.5.0 |
1208 | 2025-02-22T20:26:06.657Z | Downloaded progenitor-macro v0.8.0 |
1209 | 2025-02-22T20:26:06.659Z | Downloaded icu_locid v1.5.0 |
1210 | 2025-02-22T20:26:06.769Z | Downloaded libsqlite3-sys v0.30.1 |
1211 | 2025-02-22T20:26:07.113Z | Downloaded aws-lc-sys v0.22.0 |
1212 | 2025-02-22T20:26:07.417Z | Compiling serde v1.0.217 |
1213 | 2025-02-22T20:26:07.419Z | Compiling value-bag v1.9.0 |
1214 | 2025-02-22T20:26:07.419Z | Compiling lock_api v0.4.12 |
1215 | 2025-02-22T20:26:07.419Z | Compiling scopeguard v1.2.0 |
1216 | 2025-02-22T20:26:07.419Z | Compiling typenum v1.17.0 |
1217 | 2025-02-22T20:26:07.419Z | Compiling generic-array v0.14.7 |
1218 | 2025-02-22T20:26:07.585Z | Compiling syn v2.0.96 |
1219 | 2025-02-22T20:26:07.597Z | Compiling getrandom v0.2.15 |
1220 | 2025-02-22T20:26:07.759Z | Compiling subtle v2.6.1 |
1221 | 2025-02-22T20:26:07.986Z | Compiling log v0.4.22 |
1222 | 2025-02-22T20:26:08.045Z | Compiling rand_core v0.6.4 |
1223 | 2025-02-22T20:26:08.155Z | Compiling shlex v1.3.0 |
1224 | 2025-02-22T20:26:08.173Z | Compiling jobserver v0.1.32 |
1225 | 2025-02-22T20:26:08.211Z | Compiling smallvec v1.13.2 |
1226 | 2025-02-22T20:26:08.555Z | Compiling const-oid v0.9.6 |
1227 | 2025-02-22T20:26:08.557Z | Compiling pin-project-lite v0.2.14 |
1228 | 2025-02-22T20:26:08.591Z | Compiling cc v1.1.30 |
1229 | 2025-02-22T20:26:08.627Z | Compiling parking_lot_core v0.9.10 |
1230 | 2025-02-22T20:26:08.705Z | Compiling rustix v0.38.37 |
1231 | 2025-02-22T20:26:08.782Z | Compiling futures-core v0.3.31 |
1232 | 2025-02-22T20:26:08.975Z | Compiling spin v0.9.8 |
1233 | 2025-02-22T20:26:09.028Z | Compiling signal-hook-registry v1.4.2 |
1234 | 2025-02-22T20:26:09.351Z | Compiling mio v1.0.2 |
1235 | 2025-02-22T20:26:09.522Z | Compiling parking_lot v0.12.3 |
1236 | 2025-02-22T20:26:09.657Z | Compiling aho-corasick v1.1.3 |
1237 | 2025-02-22T20:26:09.778Z | Compiling cpufeatures v0.2.14 |
1238 | 2025-02-22T20:26:09.896Z | Compiling futures-sink v0.3.31 |
1239 | 2025-02-22T20:26:09.964Z | Compiling regex-syntax v0.8.5 |
1240 | 2025-02-22T20:26:10.077Z | Compiling stable_deref_trait v1.2.0 |
1241 | 2025-02-22T20:26:10.201Z | Compiling socket2 v0.5.7 |
1242 | 2025-02-22T20:26:10.325Z | Compiling slab v0.4.9 |
1243 | 2025-02-22T20:26:10.443Z | Compiling either v1.13.0 |
1244 | 2025-02-22T20:26:10.636Z | Compiling glob v0.3.2 |
1245 | 2025-02-22T20:26:10.818Z | Compiling prettyplease v0.2.29 |
1246 | 2025-02-22T20:26:11.018Z | Compiling lazy_static v1.5.0 |
1247 | 2025-02-22T20:26:11.122Z | Compiling minimal-lexical v0.2.1 |
1248 | 2025-02-22T20:26:11.153Z | Compiling serde_json v1.0.139 |
1249 | 2025-02-22T20:26:11.200Z | Compiling futures-channel v0.3.31 |
1250 | 2025-02-22T20:26:11.435Z | Compiling clang-sys v1.8.1 |
1251 | 2025-02-22T20:26:11.506Z | Compiling libloading v0.8.5 |
1252 | 2025-02-22T20:26:11.594Z | Compiling nom v7.1.3 |
1253 | 2025-02-22T20:26:11.617Z | Compiling pin-utils v0.1.0 |
1254 | 2025-02-22T20:26:11.782Z | Compiling bindgen v0.69.5 |
1255 | 2025-02-22T20:26:11.949Z | Compiling futures-task v0.3.31 |
1256 | 2025-02-22T20:26:12.151Z | Compiling home v0.5.9 |
1257 | 2025-02-22T20:26:12.172Z | Compiling futures-io v0.3.31 |
1258 | 2025-02-22T20:26:12.366Z | Compiling itertools v0.10.5 |
1259 | 2025-02-22T20:26:12.462Z | Compiling foldhash v0.1.3 |
1260 | 2025-02-22T20:26:12.644Z | Compiling allocator-api2 v0.2.18 |
1261 | 2025-02-22T20:26:12.753Z | Compiling libm v0.2.8 |
1262 | 2025-02-22T20:26:13.283Z | Compiling rustc-hash v1.1.0 |
1263 | 2025-02-22T20:26:13.373Z | Compiling lazycell v1.3.0 |
1264 | 2025-02-22T20:26:13.496Z | Compiling hashbrown v0.15.1 |
1265 | 2025-02-22T20:26:13.583Z | Compiling cmake v0.1.51 |
1266 | 2025-02-22T20:26:14.403Z | Compiling regex-automata v0.4.8 |
1267 | 2025-02-22T20:26:14.477Z | Compiling num-traits v0.2.19 |
1268 | 2025-02-22T20:26:14.734Z | Compiling cexpr v0.6.0 |
1269 | 2025-02-22T20:26:14.808Z | Compiling fs_extra v1.3.0 |
1270 | 2025-02-22T20:26:14.991Z | Compiling synstructure v0.13.1 |
1271 | 2025-02-22T20:26:15.332Z | Compiling pkg-config v0.3.31 |
1272 | 2025-02-22T20:26:16.095Z | Compiling dunce v1.0.5 |
1273 | 2025-02-22T20:26:16.351Z | Compiling writeable v0.5.5 |
1274 | 2025-02-22T20:26:16.489Z | Compiling litemap v0.7.3 |
1275 | 2025-02-22T20:26:16.569Z | Compiling ring v0.17.9 |
1276 | 2025-02-22T20:26:16.906Z | Compiling paste v1.0.15 |
1277 | 2025-02-22T20:26:16.924Z | Compiling base64ct v1.6.0 |
1278 | 2025-02-22T20:26:17.597Z | Compiling pem-rfc7468 v0.7.0 |
1279 | 2025-02-22T20:26:17.618Z | Compiling httparse v1.9.5 |
1280 | 2025-02-22T20:26:17.922Z | Compiling aws-lc-rs v1.10.0 |
1281 | 2025-02-22T20:26:18.211Z | Compiling icu_locid_transform_data v1.5.0 |
1282 | 2025-02-22T20:26:18.229Z | Compiling flagset v0.4.6 |
1283 | 2025-02-22T20:26:18.379Z | Compiling tracing-core v0.1.32 |
1284 | 2025-02-22T20:26:18.452Z | Compiling rustls-pki-types v1.10.0 |
1285 | 2025-02-22T20:26:19.072Z | Compiling crossbeam-utils v0.8.20 |
1286 | 2025-02-22T20:26:19.403Z | Compiling icu_properties_data v1.5.0 |
1287 | 2025-02-22T20:26:19.406Z | Compiling percent-encoding v2.3.1 |
1288 | 2025-02-22T20:26:19.582Z | Compiling regex v1.11.1 |
1289 | 2025-02-22T20:26:19.686Z | Compiling num-conv v0.1.0 |
1290 | 2025-02-22T20:26:19.737Z | Compiling mirai-annotations v1.12.0 |
1291 | 2025-02-22T20:26:19.936Z | Compiling utf16_iter v1.0.5 |
1292 | 2025-02-22T20:26:19.969Z | Compiling time-core v0.1.2 |
1293 | 2025-02-22T20:26:20.031Z | Compiling serde_derive v1.0.217 |
1294 | 2025-02-22T20:26:20.079Z | Compiling zeroize_derive v1.4.2 |
1295 | 2025-02-22T20:26:20.146Z | Compiling zerocopy-derive v0.7.35 |
1296 | 2025-02-22T20:26:20.148Z | Compiling tokio-macros v2.5.0 |
1297 | 2025-02-22T20:26:20.489Z | Compiling zerofrom-derive v0.1.4 |
1298 | 2025-02-22T20:26:21.447Z | Compiling zeroize v1.8.1 |
1299 | 2025-02-22T20:26:21.564Z | Compiling yoke-derive v0.7.4 |
1300 | 2025-02-22T20:26:22.096Z | Compiling zerocopy v0.7.35 |
1301 | 2025-02-22T20:26:22.207Z | Compiling futures-macro v0.3.31 |
1302 | 2025-02-22T20:26:23.097Z | Compiling crypto-common v0.1.6 |
1303 | 2025-02-22T20:26:23.172Z | Compiling block-buffer v0.10.4 |
1304 | 2025-02-22T20:26:23.354Z | Compiling zerovec-derive v0.10.3 |
1305 | 2025-02-22T20:26:23.429Z | Compiling digest v0.10.7 |
1306 | 2025-02-22T20:26:23.458Z | Compiling thiserror-impl v1.0.69 |
1307 | 2025-02-22T20:26:23.862Z | Compiling zerofrom v0.1.4 |
1308 | 2025-02-22T20:26:23.910Z | Compiling hmac v0.12.1 |
1309 | 2025-02-22T20:26:24.021Z | Compiling futures-util v0.3.31 |
1310 | 2025-02-22T20:26:24.089Z | Compiling displaydoc v0.2.5 |
1311 | 2025-02-22T20:26:24.146Z | Compiling yoke v0.7.4 |
1312 | 2025-02-22T20:26:24.169Z | Compiling block-padding v0.3.3 |
1313 | 2025-02-22T20:26:24.428Z | Compiling inout v0.1.3 |
1314 | 2025-02-22T20:26:24.507Z | Compiling sha2 v0.10.8 |
1315 | 2025-02-22T20:26:24.707Z | Compiling cipher v0.4.4 |
1316 | 2025-02-22T20:26:24.729Z | Compiling icu_provider_macros v1.5.0 |
1317 | 2025-02-22T20:26:25.224Z | Compiling ppv-lite86 v0.2.20 |
1318 | 2025-02-22T20:26:25.614Z | Compiling der_derive v0.7.3 |
1319 | 2025-02-22T20:26:25.713Z | Compiling zerovec v0.10.4 |
1320 | 2025-02-22T20:26:25.798Z | Compiling tracing-attributes v0.1.27 |
1321 | 2025-02-22T20:26:25.992Z | Compiling rand_chacha v0.3.1 |
1322 | 2025-02-22T20:26:26.378Z | Compiling thiserror v1.0.69 |
1323 | 2025-02-22T20:26:26.532Z | Compiling pest v2.7.14 |
1324 | 2025-02-22T20:26:27.697Z | Compiling tinystr v0.7.6 |
1325 | 2025-02-22T20:26:27.851Z | Compiling der v0.7.9 |
1326 | 2025-02-22T20:26:28.076Z | Compiling icu_locid v1.5.0 |
1327 | 2025-02-22T20:26:28.222Z | Compiling icu_collections v1.5.0 |
1328 | 2025-02-22T20:26:28.326Z | Compiling rand v0.8.5 |
1329 | 2025-02-22T20:26:28.953Z | Compiling tracing v0.1.40 |
1330 | 2025-02-22T20:26:29.333Z | Compiling icu_provider v1.5.0 |
1331 | 2025-02-22T20:26:29.379Z | Compiling salsa20 v0.10.2 |
1332 | 2025-02-22T20:26:29.455Z | Compiling pbkdf2 v0.12.2 |
1333 | 2025-02-22T20:26:29.573Z | Compiling icu_normalizer_data v1.5.0 |
1334 | 2025-02-22T20:26:29.620Z | Compiling untrusted v0.9.0 |
1335 | 2025-02-22T20:26:29.623Z | Compiling vcpkg v0.2.15 |
1336 | 2025-02-22T20:26:29.688Z | Compiling utf8_iter v1.0.4 |
1337 | 2025-02-22T20:26:29.820Z | Compiling spki v0.7.3 |
1338 | 2025-02-22T20:26:29.941Z | Compiling write16 v1.0.0 |
1339 | 2025-02-22T20:26:29.992Z | Compiling untrusted v0.7.1 |
1340 | 2025-02-22T20:26:30.089Z | Compiling icu_locid_transform v1.5.0 |
1341 | 2025-02-22T20:26:30.186Z | Compiling powerfmt v0.2.0 |
1342 | 2025-02-22T20:26:30.295Z | Compiling scrypt v0.11.0 |
1343 | 2025-02-22T20:26:30.339Z | Compiling pest_meta v2.7.14 |
1344 | 2025-02-22T20:26:30.544Z | Compiling deranged v0.3.11 |
1345 | 2025-02-22T20:26:30.708Z | Compiling aes v0.8.4 |
1346 | 2025-02-22T20:26:30.785Z | Compiling cbc v0.1.2 |
1347 | 2025-02-22T20:26:31.036Z | Compiling time-macros v0.2.18 |
1348 | 2025-02-22T20:26:31.373Z | Compiling icu_properties v1.5.1 |
1349 | 2025-02-22T20:26:31.974Z | Compiling openssl-sys v0.9.106 |
1350 | 2025-02-22T20:26:32.433Z | Compiling bitflags v2.6.0 |
1351 | 2025-02-22T20:26:32.732Z | Compiling bytes v1.9.0 |
1352 | 2025-02-22T20:26:33.535Z | Compiling semver v1.0.25 |
1353 | 2025-02-22T20:26:33.885Z | Compiling tokio v1.43.0 |
1354 | 2025-02-22T20:26:34.015Z | Compiling indexmap v2.7.1 |
1355 | 2025-02-22T20:26:34.249Z | Compiling http v1.2.0 |
1356 | 2025-02-22T20:26:34.495Z | Compiling rustc_version v0.4.1 |
1357 | 2025-02-22T20:26:34.554Z | Compiling scroll_derive v0.12.0 |
1358 | 2025-02-22T20:26:35.191Z | Compiling icu_normalizer v1.5.0 |
1359 | 2025-02-22T20:26:35.797Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-02-22T20:26:35.902Z | Compiling num_threads v0.1.7 |
1361 | 2025-02-22T20:26:35.922Z | Compiling atomic-waker v1.1.2 |
1362 | 2025-02-22T20:26:35.993Z | Compiling scroll v0.12.0 |
1363 | 2025-02-22T20:26:36.046Z | Compiling time v0.3.36 |
1364 | 2025-02-22T20:26:36.117Z | Compiling idna_adapter v1.2.0 |
1365 | 2025-02-22T20:26:36.352Z | Compiling tinyvec v1.8.0 |
1366 | 2025-02-22T20:26:36.393Z | Compiling which v4.4.2 |
1367 | 2025-02-22T20:26:36.426Z | Compiling http-body v1.0.1 |
1368 | 2025-02-22T20:26:36.622Z | Compiling pest_generator v2.7.14 |
1369 | 2025-02-22T20:26:36.667Z | Compiling pkcs5 v0.7.1 |
1370 | 2025-02-22T20:26:36.950Z | Compiling form_urlencoded v1.2.1 |
1371 | 2025-02-22T20:26:37.272Z | Compiling slog v2.7.0 |
1372 | 2025-02-22T20:26:37.447Z | Compiling try-lock v0.2.5 |
1373 | 2025-02-22T20:26:37.615Z | Compiling want v0.3.1 |
1374 | 2025-02-22T20:26:37.788Z | Compiling goblin v0.8.2 |
1375 | 2025-02-22T20:26:37.838Z | Compiling pkcs8 v0.10.2 |
1376 | 2025-02-22T20:26:37.868Z | Compiling idna v1.0.3 |
1377 | 2025-02-22T20:26:37.893Z | Compiling uuid v1.12.0 |
1378 | 2025-02-22T20:26:38.468Z | Compiling httpdate v1.0.3 |
1379 | 2025-02-22T20:26:38.488Z | Compiling pest_derive v2.7.14 |
1380 | 2025-02-22T20:26:38.879Z | Compiling iana-time-zone v0.1.61 |
1381 | 2025-02-22T20:26:39.252Z | Compiling tower-service v0.3.3 |
1382 | 2025-02-22T20:26:39.274Z | Compiling dtrace-parser v0.2.0 |
1383 | 2025-02-22T20:26:39.366Z | Compiling chrono v0.4.39 |
1384 | 2025-02-22T20:26:39.413Z | Compiling serde_tokenstream v0.2.2 |
1385 | 2025-02-22T20:26:39.998Z | Compiling toml_datetime v0.6.8 |
1386 | 2025-02-22T20:26:40.125Z | Compiling serde_spanned v0.6.8 |
1387 | 2025-02-22T20:26:40.378Z | Compiling openssl v0.10.71 |
1388 | 2025-02-22T20:26:40.471Z | Compiling rustversion v1.0.17 |
1389 | 2025-02-22T20:26:40.680Z | Compiling match_cfg v0.1.0 |
1390 | 2025-02-22T20:26:40.791Z | Compiling adler2 v2.0.0 |
1391 | 2025-02-22T20:26:40.817Z | Compiling base64 v0.22.1 |
1392 | 2025-02-22T20:26:41.009Z | Compiling foreign-types-shared v0.1.1 |
1393 | 2025-02-22T20:26:41.028Z | Compiling miniz_oxide v0.8.0 |
1394 | 2025-02-22T20:26:41.135Z | Compiling foreign-types v0.3.2 |
1395 | 2025-02-22T20:26:41.252Z | Compiling hostname v0.3.1 |
1396 | 2025-02-22T20:26:41.278Z | Compiling url v2.5.3 |
1397 | 2025-02-22T20:26:41.501Z | Compiling async-trait v0.1.86 |
1398 | 2025-02-22T20:26:42.467Z | Compiling tokio-util v0.7.12 |
1399 | 2025-02-22T20:26:42.603Z | Compiling openssl-macros v0.1.1 |
1400 | 2025-02-22T20:26:42.706Z | Compiling serde_derive_internals v0.29.1 |
1401 | 2025-02-22T20:26:43.069Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-02-22T20:26:43.354Z | Compiling syn v1.0.109 |
1403 | 2025-02-22T20:26:43.615Z | Compiling h2 v0.4.6 |
1404 | 2025-02-22T20:26:43.714Z | Compiling dof v0.3.0 |
1405 | 2025-02-22T20:26:43.922Z | Compiling rustls v0.22.4 |
1406 | 2025-02-22T20:26:43.943Z | Compiling data-encoding v2.6.0 |
1407 | 2025-02-22T20:26:44.216Z | Compiling rustls v0.23.19 |
1408 | 2025-02-22T20:26:44.531Z | Compiling usdt-impl v0.5.0 |
1409 | 2025-02-22T20:26:44.906Z | Compiling native-tls v0.2.12 |
1410 | 2025-02-22T20:26:45.278Z | Compiling siphasher v0.3.11 |
1411 | 2025-02-22T20:26:45.443Z | Compiling schemars v0.8.21 |
1412 | 2025-02-22T20:26:45.686Z | Compiling schemars_derive v0.8.21 |
1413 | 2025-02-22T20:26:45.903Z | Compiling dirs-next v2.0.0 |
1414 | 2025-02-22T20:26:46.113Z | Compiling unicode-normalization v0.1.24 |
1415 | 2025-02-22T20:26:46.631Z | Compiling http-body-util v0.1.2 |
1416 | 2025-02-22T20:26:46.755Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2025-02-22T20:26:47.170Z | Compiling heapless v0.7.17 |
1418 | 2025-02-22T20:26:47.245Z | Compiling signature v2.2.0 |
1419 | 2025-02-22T20:26:47.265Z | Compiling sha1 v0.10.6 |
1420 | 2025-02-22T20:26:47.460Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1421 | 2025-02-22T20:26:47.553Z | Compiling thread_local v1.1.8 |
1422 | 2025-02-22T20:26:47.609Z | Compiling multer v3.1.0 |
1423 | 2025-02-22T20:26:47.676Z | Compiling encoding_rs v0.8.34 |
1424 | 2025-02-22T20:26:47.912Z | Compiling cookie v0.18.1 |
1425 | 2025-02-22T20:26:47.942Z | Compiling dyn-clone v1.0.18 |
1426 | 2025-02-22T20:26:48.019Z | Compiling slog-async v2.8.0 |
1427 | 2025-02-22T20:26:48.156Z | Compiling ipnet v2.10.1 |
1428 | 2025-02-22T20:26:48.232Z | Compiling gimli v0.31.1 |
1429 | 2025-02-22T20:26:48.513Z | Compiling rayon-core v1.12.1 |
1430 | 2025-02-22T20:26:48.637Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-02-22T20:26:48.826Z | Compiling signal-hook v0.3.17 |
1432 | 2025-02-22T20:26:48.941Z | Compiling unicode-bidi v0.3.17 |
1433 | 2025-02-22T20:26:49.138Z | Compiling unicode-properties v0.1.3 |
1434 | 2025-02-22T20:26:49.181Z | Compiling mime v0.3.17 |
1435 | 2025-02-22T20:26:49.698Z | Compiling stringprep v0.1.5 |
1436 | 2025-02-22T20:26:50.288Z | Compiling toml_edit v0.22.22 |
1437 | 2025-02-22T20:26:50.755Z | Compiling hyper v1.5.2 |
1438 | 2025-02-22T20:26:52.899Z | Compiling addr2line v0.24.2 |
1439 | 2025-02-22T20:26:53.061Z | Compiling crossbeam-deque v0.8.5 |
1440 | 2025-02-22T20:26:53.410Z | Compiling hyper-util v0.1.10 |
1441 | 2025-02-22T20:26:53.441Z | Compiling usdt-macro v0.5.0 |
1442 | 2025-02-22T20:26:53.473Z | Compiling usdt-attr-macro v0.5.0 |
1443 | 2025-02-22T20:26:53.505Z | Compiling term v0.7.0 |
1444 | 2025-02-22T20:26:54.353Z | Compiling slog-json v2.6.1 |
1445 | 2025-02-22T20:26:54.717Z | Compiling serde_urlencoded v0.7.1 |
1446 | 2025-02-22T20:26:54.744Z | Compiling crossbeam-channel v0.5.13 |
1447 | 2025-02-22T20:26:54.849Z | Compiling curve25519-dalek v4.1.3 |
1448 | 2025-02-22T20:26:54.968Z | Compiling futures-executor v0.3.31 |
1449 | 2025-02-22T20:26:55.210Z | Compiling md-5 v0.10.6 |
1450 | 2025-02-22T20:26:55.472Z | Compiling enum-as-inner v0.6.1 |
1451 | 2025-02-22T20:26:55.504Z | Compiling async-stream-impl v0.3.6 |
1452 | 2025-02-22T20:26:55.546Z | Compiling rustls-pemfile v2.2.0 |
1453 | 2025-02-22T20:26:55.732Z | Compiling num-integer v0.1.46 |
1454 | 2025-02-22T20:26:55.886Z | Compiling hash32 v0.2.1 |
1455 | 2025-02-22T20:26:56.244Z | Compiling ff v0.13.0 |
1456 | 2025-02-22T20:26:56.248Z | Compiling is-terminal v0.4.13 |
1457 | 2025-02-22T20:26:56.402Z | Compiling object v0.36.5 |
1458 | 2025-02-22T20:26:56.455Z | Compiling memoffset v0.9.1 |
1459 | 2025-02-22T20:26:56.475Z | Compiling dropshot v0.12.0 |
1460 | 2025-02-22T20:26:56.519Z | Compiling anyhow v1.0.96 |
1461 | 2025-02-22T20:26:56.800Z | Compiling linked-hash-map v0.5.6 |
1462 | 2025-02-22T20:26:56.820Z | Compiling litrs v0.4.1 |
1463 | 2025-02-22T20:26:56.838Z | Compiling take_mut v0.2.2 |
1464 | 2025-02-22T20:26:57.016Z | Compiling quick-error v1.2.3 |
1465 | 2025-02-22T20:26:57.135Z | Compiling psl-types v2.0.11 |
1466 | 2025-02-22T20:26:57.138Z | Compiling num-bigint-dig v0.8.4 |
1467 | 2025-02-22T20:26:57.184Z | Compiling utf-8 v0.7.6 |
1468 | 2025-02-22T20:26:57.286Z | Compiling cfg_aliases v0.2.1 |
1469 | 2025-02-22T20:26:57.330Z | Compiling smoltcp v0.9.1 |
1470 | 2025-02-22T20:26:57.403Z | Compiling base16ct v0.2.0 |
1471 | 2025-02-22T20:26:57.502Z | Compiling rustc-demangle v0.1.24 |
1472 | 2025-02-22T20:26:57.504Z | Compiling portable-atomic v1.9.0 |
1473 | 2025-02-22T20:26:57.724Z | Compiling fallible-iterator v0.2.0 |
1474 | 2025-02-22T20:26:57.885Z | Compiling document-features v0.2.10 |
1475 | 2025-02-22T20:26:58.018Z | Compiling sec1 v0.7.3 |
1476 | 2025-02-22T20:26:58.339Z | Compiling postgres-protocol v0.6.7 |
1477 | 2025-02-22T20:26:58.390Z | Compiling nix v0.29.0 |
1478 | 2025-02-22T20:26:58.543Z | Compiling tungstenite v0.24.0 |
1479 | 2025-02-22T20:26:58.572Z | Compiling publicsuffix v2.3.0 |
1480 | 2025-02-22T20:26:58.873Z | Compiling resolv-conf v0.7.0 |
1481 | 2025-02-22T20:26:59.299Z | Compiling lru-cache v0.1.2 |
1482 | 2025-02-22T20:26:59.586Z | Compiling async-stream v0.3.6 |
1483 | 2025-02-22T20:26:59.604Z | Compiling hickory-proto v0.24.3 |
1484 | 2025-02-22T20:26:59.647Z | Compiling group v0.13.0 |
1485 | 2025-02-22T20:26:59.861Z | Compiling slog-term v2.9.1 |
1486 | 2025-02-22T20:26:59.977Z | Compiling usdt v0.5.0 |
1487 | 2025-02-22T20:27:00.409Z | Compiling num-iter v0.1.45 |
1488 | 2025-02-22T20:27:00.591Z | Compiling futures v0.3.31 |
1489 | 2025-02-22T20:27:00.610Z | Compiling slog-bunyan v2.5.0 |
1490 | 2025-02-22T20:27:00.717Z | Compiling toml v0.8.19 |
1491 | 2025-02-22T20:27:01.457Z | Compiling camino v1.1.9 |
1492 | 2025-02-22T20:27:01.995Z | Compiling tokio-native-tls v0.3.1 |
1493 | 2025-02-22T20:27:02.338Z | Compiling phf_shared v0.11.2 |
1494 | 2025-02-22T20:27:02.478Z | Compiling dropshot_endpoint v0.12.0 |
1495 | 2025-02-22T20:27:02.706Z | Compiling terminal_size v0.4.0 |
1496 | 2025-02-22T20:27:02.937Z | Compiling backtrace v0.3.74 |
1497 | 2025-02-22T20:27:03.123Z | Compiling waitgroup v0.1.2 |
1498 | 2025-02-22T20:27:03.241Z | Compiling openapiv3 v2.0.0 |
1499 | 2025-02-22T20:27:03.351Z | Compiling serde_path_to_error v0.1.16 |
1500 | 2025-02-22T20:27:03.499Z | Compiling hkdf v0.12.4 |
1501 | 2025-02-22T20:27:03.768Z | Compiling crypto-bigint v0.5.5 |
1502 | 2025-02-22T20:27:04.111Z | Compiling zerocopy-derive v0.6.6 |
1503 | 2025-02-22T20:27:05.283Z | Compiling hubpack_derive v0.1.1 |
1504 | 2025-02-22T20:27:05.853Z | Compiling curve25519-dalek-derive v0.1.1 |
1505 | 2025-02-22T20:27:06.023Z | Compiling webpki-roots v0.26.6 |
1506 | 2025-02-22T20:27:06.172Z | Compiling sync_wrapper v1.0.1 |
1507 | 2025-02-22T20:27:06.259Z | Compiling hostname v0.4.0 |
1508 | 2025-02-22T20:27:06.348Z | Compiling ahash v0.8.11 |
1509 | 2025-02-22T20:27:06.484Z | Compiling fs-err v2.11.0 |
1510 | 2025-02-22T20:27:06.518Z | Compiling crc32fast v1.4.2 |
1511 | 2025-02-22T20:27:06.709Z | Compiling winnow v0.5.40 |
1512 | 2025-02-22T20:27:06.830Z | Compiling bitflags v1.3.2 |
1513 | 2025-02-22T20:27:06.902Z | Compiling newtype-uuid v1.2.1 |
1514 | 2025-02-22T20:27:06.945Z | Compiling debug-ignore v1.0.5 |
1515 | 2025-02-22T20:27:07.104Z | Compiling unicode-width v0.2.0 |
1516 | 2025-02-22T20:27:07.197Z | Compiling managed v0.8.0 |
1517 | 2025-02-22T20:27:07.197Z | Compiling tower-layer v0.3.3 |
1518 | 2025-02-22T20:27:07.517Z | Compiling tower v0.5.2 |
1519 | 2025-02-22T20:27:07.629Z | Compiling console v0.15.10 |
1520 | 2025-02-22T20:27:08.397Z | Compiling clap_builder v4.5.30 |
1521 | 2025-02-22T20:27:08.446Z | Compiling strum_macros v0.25.3 |
1522 | 2025-02-22T20:27:09.091Z | Compiling flate2 v1.0.35 |
1523 | 2025-02-22T20:27:09.602Z | Compiling elliptic-curve v0.13.8 |
1524 | 2025-02-22T20:27:09.647Z | Compiling hubpack v0.1.2 |
1525 | 2025-02-22T20:27:09.927Z | Compiling toml_edit v0.19.15 |
1526 | 2025-02-22T20:27:10.057Z | Compiling zerocopy v0.6.6 |
1527 | 2025-02-22T20:27:10.158Z | Compiling hickory-resolver v0.24.3 |
1528 | 2025-02-22T20:27:10.772Z | Compiling cookie_store v0.21.1 |
1529 | 2025-02-22T20:27:11.179Z | Compiling signal-hook-mio v0.2.4 |
1530 | 2025-02-22T20:27:11.363Z | Compiling phf v0.11.2 |
1531 | 2025-02-22T20:27:11.644Z | Compiling hyper-tls v0.6.0 |
1532 | 2025-02-22T20:27:12.048Z | Compiling rayon v1.10.0 |
1533 | 2025-02-22T20:27:12.110Z | Compiling bzip2 v0.4.4 |
1534 | 2025-02-22T20:27:12.633Z | Compiling tokio-tungstenite v0.24.0 |
1535 | 2025-02-22T20:27:13.211Z | Compiling postgres-types v0.2.8 |
1536 | 2025-02-22T20:27:15.243Z | Compiling ed25519 v2.2.3 |
1537 | 2025-02-22T20:27:15.709Z | Compiling phf_shared v0.10.0 |
1538 | 2025-02-22T20:27:15.743Z | Compiling tokio-stream v0.1.16 |
1539 | 2025-02-22T20:27:16.107Z | Compiling pkcs1 v0.7.5 |
1540 | 2025-02-22T20:27:16.245Z | Compiling serde-big-array v0.5.1 |
1541 | 2025-02-22T20:27:16.266Z | Compiling rfc6979 v0.4.0 |
1542 | 2025-02-22T20:27:16.478Z | Compiling serde_repr v0.1.19 |
1543 | 2025-02-22T20:27:16.496Z | Compiling clap_derive v4.5.28 |
1544 | 2025-02-22T20:27:16.677Z | Compiling derive-where v1.2.7 |
1545 | 2025-02-22T20:27:16.849Z | Compiling bstr v1.10.0 |
1546 | 2025-02-22T20:27:16.992Z | Compiling float-cmp v0.10.0 |
1547 | 2025-02-22T20:27:17.064Z | Compiling normalize-line-endings v0.3.0 |
1548 | 2025-02-22T20:27:17.214Z | Compiling whoami v1.5.2 |
1549 | 2025-02-22T20:27:17.250Z | Compiling difflib v0.4.0 |
1550 | 2025-02-22T20:27:17.590Z | Compiling static_assertions v1.1.0 |
1551 | 2025-02-22T20:27:17.706Z | Compiling bit-vec v0.6.3 |
1552 | 2025-02-22T20:27:17.789Z | Compiling precomputed-hash v0.1.1 |
1553 | 2025-02-22T20:27:17.930Z | Compiling number_prefix v0.4.0 |
1554 | 2025-02-22T20:27:18.145Z | Compiling new_debug_unreachable v1.0.6 |
1555 | 2025-02-22T20:27:18.165Z | Compiling predicates-core v1.0.8 |
1556 | 2025-02-22T20:27:18.250Z | Compiling unicode-segmentation v1.12.0 |
1557 | 2025-02-22T20:27:18.365Z | Compiling fixedbitset v0.4.2 |
1558 | 2025-02-22T20:27:18.483Z | Compiling predicates v3.1.3 |
1559 | 2025-02-22T20:27:18.509Z | Compiling string_cache v0.8.7 |
1560 | 2025-02-22T20:27:18.815Z | Compiling petgraph v0.6.5 |
1561 | 2025-02-22T20:27:18.943Z | Compiling indicatif v0.17.11 |
1562 | 2025-02-22T20:27:19.129Z | Compiling similar v2.6.0 |
1563 | 2025-02-22T20:27:19.861Z | Compiling bit-set v0.5.3 |
1564 | 2025-02-22T20:27:19.985Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1565 | 2025-02-22T20:27:20.158Z | Compiling tokio-postgres v0.7.12 |
1566 | 2025-02-22T20:27:20.902Z | Compiling rsa v0.9.6 |
1567 | 2025-02-22T20:27:20.983Z | Compiling clap v4.5.30 |
1568 | 2025-02-22T20:27:21.115Z | Compiling ecdsa v0.16.9 |
1569 | 2025-02-22T20:27:21.174Z | Compiling ed25519-dalek v2.1.1 |
1570 | 2025-02-22T20:27:22.459Z | Compiling toml v0.7.8 |
1571 | 2025-02-22T20:27:22.530Z | Compiling zip v0.6.6 |
1572 | 2025-02-22T20:27:23.809Z | Compiling crossterm v0.28.1 |
1573 | 2025-02-22T20:27:24.787Z | Compiling hex v0.4.3 |
1574 | 2025-02-22T20:27:24.814Z | Compiling x509-cert v0.2.5 |
1575 | 2025-02-22T20:27:25.361Z | Compiling peg-runtime v0.8.3 |
1576 | 2025-02-22T20:27:25.753Z | Compiling unicode-xid v0.2.6 |
1577 | 2025-02-22T20:27:25.920Z | Compiling lalrpop-util v0.19.12 |
1578 | 2025-02-22T20:27:25.949Z | Compiling strum_macros v0.26.4 |
1579 | 2025-02-22T20:27:26.017Z | Compiling xattr v1.3.1 |
1580 | 2025-02-22T20:27:26.179Z | Compiling filetime v0.2.25 |
1581 | 2025-02-22T20:27:26.478Z | Compiling tar v0.4.42 |
1582 | 2025-02-22T20:27:30.436Z | Compiling strum v0.26.3 |
1583 | 2025-02-22T20:27:33.442Z | Compiling aws-lc-sys v0.22.0 |
1584 | 2025-02-22T20:28:00.943Z | Compiling rustls-webpki v0.102.8 |
1585 | 2025-02-22T20:28:04.100Z | Compiling tokio-rustls v0.25.0 |
1586 | 2025-02-22T20:28:05.812Z | Compiling tokio-rustls v0.26.0 |
1587 | 2025-02-22T20:28:06.083Z | Compiling hyper-rustls v0.27.3 |
1588 | 2025-02-22T20:28:06.436Z | Compiling reqwest v0.12.12 |
1589 | 2025-02-22T20:28:07.781Z | Compiling qorb v0.2.1 |
1590 | 2025-02-22T20:28:10.646Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1591 | 2025-02-22T20:28:10.910Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1592 | 2025-02-22T20:28:15.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1593 | 2025-02-22T20:28:15.391Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1594 | 2025-02-22T20:28:15.439Z | Feb 22 20:28:14.482 INFO Starting download, target: Cockroach |
1595 | 2025-02-22T20:28:15.439Z | Feb 22 20:28:14.482 INFO Starting download, target: Clickhouse |
1596 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.482 INFO Starting download, target: Console |
1597 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.482 INFO Starting download, target: DendriteOpenapi |
1598 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.482 INFO Starting download, target: DendriteStub |
1599 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.482 INFO Starting download, target: MaghemiteMgd |
1600 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.482 INFO Starting download, target: TransceiverControl |
1601 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1602 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1603 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1604 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1605 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1606 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1607 | 2025-02-22T20:28:15.442Z | Feb 22 20:28:14.483 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1608 | 2025-02-22T20:28:15.595Z | Feb 22 20:28:14.637 INFO Download complete, target: DendriteOpenapi |
1609 | 2025-02-22T20:28:15.704Z | Feb 22 20:28:14.743 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1610 | 2025-02-22T20:28:15.984Z | Feb 22 20:28:15.022 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2025-02-22T20:28:16.231Z | Feb 22 20:28:15.264 INFO Download complete, target: TransceiverControl |
1612 | 2025-02-22T20:28:16.297Z | Feb 22 20:28:15.338 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1613 | 2025-02-22T20:28:16.352Z | Feb 22 20:28:15.393 INFO Download complete, target: Console |
1614 | 2025-02-22T20:28:16.682Z | Feb 22 20:28:15.723 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1615 | 2025-02-22T20:28:17.105Z | Feb 22 20:28:16.148 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1616 | 2025-02-22T20:28:17.105Z | Feb 22 20:28:16.148 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1617 | 2025-02-22T20:28:17.492Z | Feb 22 20:28:16.535 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1618 | 2025-02-22T20:28:19.407Z | Feb 22 20:28:18.450 INFO Download complete, target: MaghemiteMgd |
1619 | 2025-02-22T20:28:19.633Z | Feb 22 20:28:18.676 INFO Download complete, target: DendriteStub |
1620 | 2025-02-22T20:28:24.602Z | Feb 22 20:28:23.644 INFO Checking that binary works, target: Cockroach |
1621 | 2025-02-22T20:28:24.758Z | Feb 22 20:28:23.800 INFO Download complete, target: Cockroach |
1622 | 2025-02-22T20:28:30.017Z | Feb 22 20:28:29.056 INFO Checking that binary works, target: Clickhouse |
1623 | 2025-02-22T20:28:30.166Z | Feb 22 20:28:29.208 INFO Download complete, target: Clickhouse |
1624 | 2025-02-22T20:28:30.188Z | All builder prerequisites installed successfully, and PATH looks valid |
1625 | 2025-02-22T20:28:30.191Z | |
1626 | 2025-02-22T20:28:30.191Z | real 5:17.053376968 |
1627 | 2025-02-22T20:28:30.191Z | user 15:22.077190039 |
1628 | 2025-02-22T20:28:30.191Z | sys 2:05.312705258 |
1629 | 2025-02-22T20:28:30.191Z | trap 0.555184393 |
1630 | 2025-02-22T20:28:30.191Z | tflt 0.984474411 |
1631 | 2025-02-22T20:28:30.191Z | dflt 1.203287625 |
1632 | 2025-02-22T20:28:30.191Z | kflt 0.024581137 |
1633 | 2025-02-22T20:28:30.191Z | lock 23:47.397299607 |
1634 | 2025-02-22T20:28:30.191Z | slp 55:00.408275270 |
1635 | 2025-02-22T20:28:30.191Z | lat 1:00.850382849 |
1636 | 2025-02-22T20:28:30.191Z | stop 2:20.111659875 |
1637 | 2025-02-22T20:28:30.191Z | + banner clippy |
1638 | 2025-02-22T20:28:30.194Z | |
1639 | 2025-02-22T20:28:30.194Z | #### # # ##### ##### # # |
1640 | 2025-02-22T20:28:30.194Z | # # # # # # # # # # |
1641 | 2025-02-22T20:28:30.194Z | # # # # # # # # |
1642 | 2025-02-22T20:28:30.194Z | # # # ##### ##### # |
1643 | 2025-02-22T20:28:30.194Z | # # # # # # # |
1644 | 2025-02-22T20:28:30.194Z | #### ###### # # # # |
1645 | 2025-02-22T20:28:30.194Z | |
1646 | 2025-02-22T20:28:30.194Z | + export CARGO_INCREMENTAL=0 |
1647 | 2025-02-22T20:28:30.194Z | + CARGO_INCREMENTAL=0 |
1648 | 2025-02-22T20:28:30.194Z | + ptime -m cargo xtask clippy |
1649 | 2025-02-22T20:28:30.716Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1650 | 2025-02-22T20:28:33.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
1651 | 2025-02-22T20:28:33.590Z | Running `target/debug/xtask clippy` |
1652 | 2025-02-22T20:28:33.612Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1653 | 2025-02-22T20:28:34.255Z | Downloading crates ... |
1654 | 2025-02-22T20:28:34.556Z | Downloaded anes v0.1.6 |
1655 | 2025-02-22T20:28:34.561Z | Downloaded async-channel v2.3.1 |
1656 | 2025-02-22T20:28:34.563Z | Downloaded async-channel v1.9.0 |
1657 | 2025-02-22T20:28:34.563Z | Downloaded assert_cmd v2.0.16 |
1658 | 2025-02-22T20:28:34.566Z | Downloaded async-attributes v1.1.2 |
1659 | 2025-02-22T20:28:34.568Z | Downloaded approx v0.5.1 |
1660 | 2025-02-22T20:28:34.571Z | Downloaded doc-comment v0.3.3 |
1661 | 2025-02-22T20:28:34.577Z | Downloaded async-object-pool v0.1.5 |
1662 | 2025-02-22T20:28:34.580Z | Downloaded escape8259 v0.5.3 |
1663 | 2025-02-22T20:28:34.590Z | Downloaded plotters-svg v0.3.7 |
1664 | 2025-02-22T20:28:34.592Z | Downloaded nested v0.1.1 |
1665 | 2025-02-22T20:28:34.592Z | Downloaded target-triple v0.1.3 |
1666 | 2025-02-22T20:28:34.595Z | Downloaded pathdiff v0.2.3 |
1667 | 2025-02-22T20:28:34.595Z | Downloaded guppy-workspace-hack v0.1.0 |
1668 | 2025-02-22T20:28:34.599Z | Downloaded blocking v1.6.1 |
1669 | 2025-02-22T20:28:34.601Z | Downloaded async-global-executor v2.4.1 |
1670 | 2025-02-22T20:28:34.604Z | Downloaded event-listener v2.5.3 |
1671 | 2025-02-22T20:28:34.604Z | Downloaded assert-json-diff v2.0.2 |
1672 | 2025-02-22T20:28:34.606Z | Downloaded datatest-stable v0.2.9 |
1673 | 2025-02-22T20:28:34.609Z | Downloaded futures-timer v3.0.3 |
1674 | 2025-02-22T20:28:34.609Z | Downloaded criterion-plot v0.5.0 |
1675 | 2025-02-22T20:28:34.617Z | Downloaded event-listener-strategy v0.5.2 |
1676 | 2025-02-22T20:28:34.622Z | Downloaded stringmetrics v2.2.2 |
1677 | 2025-02-22T20:28:34.625Z | Downloaded piper v0.2.4 |
1678 | 2025-02-22T20:28:34.627Z | Downloaded kv-log-macro v1.0.7 |
1679 | 2025-02-22T20:28:34.627Z | Downloaded num_cpus v1.16.0 |
1680 | 2025-02-22T20:28:34.630Z | Downloaded serde_regex v1.1.0 |
1681 | 2025-02-22T20:28:34.632Z | Downloaded relative-path v1.9.3 |
1682 | 2025-02-22T20:28:34.633Z | Downloaded parking v2.2.1 |
1683 | 2025-02-22T20:28:34.635Z | Downloaded oorandom v11.1.4 |
1684 | 2025-02-22T20:28:34.635Z | Downloaded concurrent-queue v2.5.0 |
1685 | 2025-02-22T20:28:34.637Z | Downloaded similar-asserts v1.6.0 |
1686 | 2025-02-22T20:28:34.640Z | Downloaded httptest v0.16.3 |
1687 | 2025-02-22T20:28:34.640Z | Downloaded async-task v4.7.1 |
1688 | 2025-02-22T20:28:34.642Z | Downloaded cast v0.3.0 |
1689 | 2025-02-22T20:28:34.644Z | Downloaded rustls-native-certs v0.7.3 |
1690 | 2025-02-22T20:28:34.647Z | Downloaded rust-argon2 v2.1.0 |
1691 | 2025-02-22T20:28:34.647Z | Downloaded partial-io v0.5.4 |
1692 | 2025-02-22T20:28:34.650Z | Downloaded target-spec v3.4.2 |
1693 | 2025-02-22T20:28:34.652Z | Downloaded target-lexicon v0.13.2 |
1694 | 2025-02-22T20:28:34.654Z | Downloaded tinytemplate v1.2.1 |
1695 | 2025-02-22T20:28:34.654Z | Downloaded threadpool v1.8.1 |
1696 | 2025-02-22T20:28:34.657Z | Downloaded path-tree v0.8.1 |
1697 | 2025-02-22T20:28:34.657Z | Downloaded libtest-mimic v0.7.3 |
1698 | 2025-02-22T20:28:34.660Z | Downloaded hyper-rustls v0.26.0 |
1699 | 2025-02-22T20:28:34.662Z | Downloaded event-listener v5.3.1 |
1700 | 2025-02-22T20:28:34.664Z | Downloaded async-io v2.3.4 |
1701 | 2025-02-22T20:28:34.667Z | Downloaded trybuild v1.0.101 |
1702 | 2025-02-22T20:28:34.670Z | Downloaded async-lock v3.4.0 |
1703 | 2025-02-22T20:28:34.672Z | Downloaded cfg-expr v0.18.0 |
1704 | 2025-02-22T20:28:34.675Z | Downloaded rand_distr v0.4.3 |
1705 | 2025-02-22T20:28:34.678Z | Downloaded blake2b_simd v1.0.2 |
1706 | 2025-02-22T20:28:34.680Z | Downloaded polling v3.7.3 |
1707 | 2025-02-22T20:28:34.682Z | Downloaded rstest v0.23.0 |
1708 | 2025-02-22T20:28:34.688Z | Downloaded yansi v1.0.1 |
1709 | 2025-02-22T20:28:34.690Z | Downloaded rstest_macros v0.23.0 |
1710 | 2025-02-22T20:28:34.693Z | Downloaded pretty_assertions v1.4.1 |
1711 | 2025-02-22T20:28:34.696Z | Downloaded fancy-regex v0.13.0 |
1712 | 2025-02-22T20:28:34.698Z | Downloaded criterion v0.5.1 |
1713 | 2025-02-22T20:28:34.720Z | Downloaded futures-lite v2.3.0 |
1714 | 2025-02-22T20:28:34.722Z | Downloaded plotters v0.3.7 |
1715 | 2025-02-22T20:28:34.729Z | Downloaded guppy v0.17.16 |
1716 | 2025-02-22T20:28:34.735Z | Downloaded fixedbitset v0.5.7 |
1717 | 2025-02-22T20:28:34.737Z | Downloaded cargo_metadata v0.19.1 |
1718 | 2025-02-22T20:28:34.740Z | Downloaded async-process v2.3.0 |
1719 | 2025-02-22T20:28:34.740Z | Downloaded async-executor v1.13.1 |
1720 | 2025-02-22T20:28:34.742Z | Downloaded proc-macro-crate v3.2.0 |
1721 | 2025-02-22T20:28:34.742Z | Downloaded plotters-backend v0.3.7 |
1722 | 2025-02-22T20:28:34.745Z | Downloaded async-signal v0.2.10 |
1723 | 2025-02-22T20:28:34.745Z | Downloaded async-std v1.13.0 |
1724 | 2025-02-22T20:28:34.817Z | Downloaded petgraph v0.7.1 |
1725 | 2025-02-22T20:28:34.849Z | Downloaded httpmock v0.8.0-alpha.1 |
1726 | 2025-02-22T20:28:35.626Z | Checking cfg-if v1.0.0 |
1727 | 2025-02-22T20:28:35.705Z | Checking libc v0.2.169 |
1728 | 2025-02-22T20:28:35.727Z | Checking serde v1.0.217 |
1729 | 2025-02-22T20:28:35.748Z | Checking memchr v2.7.4 |
1730 | 2025-02-22T20:28:35.771Z | Checking value-bag v1.9.0 |
1731 | 2025-02-22T20:28:35.798Z | Checking itoa v1.0.11 |
1732 | 2025-02-22T20:28:35.820Z | Checking zeroize v1.8.1 |
1733 | 2025-02-22T20:28:35.849Z | Checking smallvec v1.13.2 |
1734 | 2025-02-22T20:28:35.872Z | Checking scopeguard v1.2.0 |
1735 | 2025-02-22T20:28:36.013Z | Checking byteorder v1.5.0 |
1736 | 2025-02-22T20:28:36.067Z | Checking lock_api v0.4.12 |
1737 | 2025-02-22T20:28:36.125Z | Checking once_cell v1.20.3 |
1738 | 2025-02-22T20:28:36.163Z | Checking log v0.4.22 |
1739 | 2025-02-22T20:28:36.211Z | Checking pin-project-lite v0.2.14 |
1740 | 2025-02-22T20:28:36.363Z | Checking subtle v2.6.1 |
1741 | 2025-02-22T20:28:36.424Z | Checking typenum v1.17.0 |
1742 | 2025-02-22T20:28:36.454Z | Checking libm v0.2.8 |
1743 | 2025-02-22T20:28:36.481Z | Checking ryu v1.0.18 |
1744 | 2025-02-22T20:28:36.578Z | Checking futures-core v0.3.31 |
1745 | 2025-02-22T20:28:36.653Z | Checking zerocopy v0.7.35 |
1746 | 2025-02-22T20:28:36.712Z | Checking thiserror v1.0.69 |
1747 | 2025-02-22T20:28:36.754Z | Checking allocator-api2 v0.2.18 |
1748 | 2025-02-22T20:28:36.795Z | Checking const-oid v0.9.6 |
1749 | 2025-02-22T20:28:36.825Z | Checking getrandom v0.2.15 |
1750 | 2025-02-22T20:28:36.860Z | Checking parking_lot_core v0.9.10 |
1751 | 2025-02-22T20:28:37.085Z | Checking rand_core v0.6.4 |
1752 | 2025-02-22T20:28:37.231Z | Checking signal-hook-registry v1.4.2 |
1753 | 2025-02-22T20:28:37.373Z | Checking num-traits v0.2.19 |
1754 | 2025-02-22T20:28:37.408Z | Checking parking_lot v0.12.3 |
1755 | 2025-02-22T20:28:37.461Z | Checking mio v1.0.2 |
1756 | 2025-02-22T20:28:37.495Z | Checking socket2 v0.5.7 |
1757 | 2025-02-22T20:28:37.609Z | Checking generic-array v0.14.7 |
1758 | 2025-02-22T20:28:37.774Z | Checking futures-io v0.3.31 |
1759 | 2025-02-22T20:28:37.969Z | Checking slab v0.4.9 |
1760 | 2025-02-22T20:28:38.008Z | Checking cpufeatures v0.2.14 |
1761 | 2025-02-22T20:28:38.008Z | Checking futures-sink v0.3.31 |
1762 | 2025-02-22T20:28:38.067Z | Checking foldhash v0.1.3 |
1763 | 2025-02-22T20:28:38.132Z | Checking equivalent v1.0.1 |
1764 | 2025-02-22T20:28:38.166Z | Checking pin-utils v0.1.0 |
1765 | 2025-02-22T20:28:38.206Z | Checking iana-time-zone v0.1.61 |
1766 | 2025-02-22T20:28:38.274Z | Checking hashbrown v0.15.1 |
1767 | 2025-02-22T20:28:38.288Z | Checking futures-channel v0.3.31 |
1768 | 2025-02-22T20:28:38.325Z | Checking futures-task v0.3.31 |
1769 | 2025-02-22T20:28:38.369Z | Checking fnv v1.0.7 |
1770 | 2025-02-22T20:28:38.530Z | Checking stable_deref_trait v1.2.0 |
1771 | 2025-02-22T20:28:38.558Z | Checking crypto-common v0.1.6 |
1772 | 2025-02-22T20:28:38.561Z | Checking block-buffer v0.10.4 |
1773 | 2025-02-22T20:28:38.632Z | Checking futures-util v0.3.31 |
1774 | 2025-02-22T20:28:38.666Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1775 | 2025-02-22T20:28:38.707Z | Checking errno v0.3.9 |
1776 | 2025-02-22T20:28:38.759Z | Checking dyn-clone v1.0.18 |
1777 | 2025-02-22T20:28:38.785Z | Checking tracing-core v0.1.32 |
1778 | 2025-02-22T20:28:38.830Z | Checking digest v0.10.7 |
1779 | 2025-02-22T20:28:38.892Z | Checking ppv-lite86 v0.2.20 |
1780 | 2025-02-22T20:28:38.924Z | Checking zerofrom v0.1.4 |
1781 | 2025-02-22T20:28:39.036Z | Checking crossbeam-utils v0.8.20 |
1782 | 2025-02-22T20:28:39.156Z | Checking yoke v0.7.4 |
1783 | 2025-02-22T20:28:39.220Z | Checking percent-encoding v2.3.1 |
1784 | 2025-02-22T20:28:39.275Z | Checking litemap v0.7.3 |
1785 | 2025-02-22T20:28:39.377Z | Checking tracing v0.1.40 |
1786 | 2025-02-22T20:28:39.436Z | Checking writeable v0.5.5 |
1787 | 2025-02-22T20:28:39.502Z | Checking zerovec v0.10.4 |
1788 | 2025-02-22T20:28:39.600Z | Checking rand_chacha v0.3.1 |
1789 | 2025-02-22T20:28:39.626Z | Checking block-padding v0.3.3 |
1790 | 2025-02-22T20:28:39.720Z | Checking httparse v1.9.5 |
1791 | 2025-02-22T20:28:39.750Z | Checking icu_locid_transform_data v1.5.0 |
1792 | 2025-02-22T20:28:39.777Z | Checking regex-syntax v0.8.5 |
1793 | 2025-02-22T20:28:39.835Z | Checking inout v0.1.3 |
1794 | 2025-02-22T20:28:39.868Z | Checking atomic-waker v1.1.2 |
1795 | 2025-02-22T20:28:39.983Z | Checking rand v0.8.5 |
1796 | 2025-02-22T20:28:40.019Z | Checking form_urlencoded v1.2.1 |
1797 | 2025-02-22T20:28:40.081Z | Checking cipher v0.4.4 |
1798 | 2025-02-22T20:28:40.154Z | Checking bytes v1.9.0 |
1799 | 2025-02-22T20:28:40.179Z | Checking bitflags v2.6.0 |
1800 | 2025-02-22T20:28:40.218Z | Checking serde_json v1.0.139 |
1801 | 2025-02-22T20:28:40.491Z | Checking chrono v0.4.39 |
1802 | 2025-02-22T20:28:40.520Z | Checking uuid v1.12.0 |
1803 | 2025-02-22T20:28:40.977Z | Checking tokio v1.43.0 |
1804 | 2025-02-22T20:28:41.032Z | Checking semver v1.0.25 |
1805 | 2025-02-22T20:28:41.157Z | Checking indexmap v2.7.1 |
1806 | 2025-02-22T20:28:41.205Z | Checking rustix v0.38.37 |
1807 | 2025-02-22T20:28:41.460Z | Checking http v1.2.0 |
1808 | 2025-02-22T20:28:41.883Z | Checking tinystr v0.7.6 |
1809 | 2025-02-22T20:28:42.220Z | Checking icu_locid v1.5.0 |
1810 | 2025-02-22T20:28:42.309Z | Checking icu_collections v1.5.0 |
1811 | 2025-02-22T20:28:42.477Z | Checking schemars v0.8.21 |
1812 | 2025-02-22T20:28:42.729Z | Checking unicode-ident v1.0.14 |
1813 | 2025-02-22T20:28:42.931Z | Checking untrusted v0.9.0 |
1814 | 2025-02-22T20:28:42.960Z | Checking icu_properties_data v1.5.0 |
1815 | 2025-02-22T20:28:43.098Z | Checking powerfmt v0.2.0 |
1816 | 2025-02-22T20:28:43.130Z | Checking ring v0.17.9 |
1817 | 2025-02-22T20:28:43.132Z | Checking proc-macro2 v1.0.92 |
1818 | 2025-02-22T20:28:43.185Z | Checking icu_provider v1.5.0 |
1819 | 2025-02-22T20:28:43.188Z | Checking aho-corasick v1.1.3 |
1820 | 2025-02-22T20:28:43.380Z | Checking deranged v0.3.11 |
1821 | 2025-02-22T20:28:43.802Z | Checking icu_locid_transform v1.5.0 |
1822 | 2025-02-22T20:28:43.805Z | Checking spin v0.9.8 |
1823 | 2025-02-22T20:28:43.965Z | Checking write16 v1.0.0 |
1824 | 2025-02-22T20:28:44.118Z | Checking time-core v0.1.2 |
1825 | 2025-02-22T20:28:44.183Z | Checking num-conv v0.1.0 |
1826 | 2025-02-22T20:28:44.309Z | Checking icu_normalizer_data v1.5.0 |
1827 | 2025-02-22T20:28:44.427Z | Checking utf8_iter v1.0.4 |
1828 | 2025-02-22T20:28:44.455Z | Checking utf16_iter v1.0.5 |
1829 | 2025-02-22T20:28:44.525Z | Checking num_threads v0.1.7 |
1830 | 2025-02-22T20:28:44.651Z | Checking quote v1.0.38 |
1831 | 2025-02-22T20:28:44.653Z | Checking base64ct v1.6.0 |
1832 | 2025-02-22T20:28:44.699Z | Checking hmac v0.12.1 |
1833 | 2025-02-22T20:28:44.726Z | Checking time v0.3.36 |
1834 | 2025-02-22T20:28:44.767Z | Checking icu_properties v1.5.1 |
1835 | 2025-02-22T20:28:44.843Z | Checking regex-automata v0.4.8 |
1836 | 2025-02-22T20:28:44.913Z | Checking sha2 v0.10.8 |
1837 | 2025-02-22T20:28:44.979Z | Checking syn v2.0.96 |
1838 | 2025-02-22T20:28:45.113Z | Checking adler2 v2.0.0 |
1839 | 2025-02-22T20:28:45.303Z | Checking rustls-pki-types v1.10.0 |
1840 | 2025-02-22T20:28:45.333Z | Checking miniz_oxide v0.8.0 |
1841 | 2025-02-22T20:28:45.487Z | Checking http-body v1.0.1 |
1842 | 2025-02-22T20:28:45.727Z | Checking aws-lc-sys v0.22.0 |
1843 | 2025-02-22T20:28:45.856Z | Checking base64 v0.22.1 |
1844 | 2025-02-22T20:28:46.003Z | Checking untrusted v0.7.1 |
1845 | 2025-02-22T20:28:46.216Z | Checking mirai-annotations v1.12.0 |
1846 | 2025-02-22T20:28:46.329Z | Checking try-lock v0.2.5 |
1847 | 2025-02-22T20:28:46.419Z | Checking httpdate v1.0.3 |
1848 | 2025-02-22T20:28:46.495Z | Checking want v0.3.1 |
1849 | 2025-02-22T20:28:46.687Z | Checking ahash v0.8.11 |
1850 | 2025-02-22T20:28:46.714Z | Checking pem-rfc7468 v0.7.0 |
1851 | 2025-02-22T20:28:47.010Z | Checking tower-service v0.3.3 |
1852 | 2025-02-22T20:28:47.159Z | Checking slog v2.7.0 |
1853 | 2025-02-22T20:28:47.186Z | Checking mime v0.3.17 |
1854 | 2025-02-22T20:28:47.189Z | Checking flagset v0.4.6 |
1855 | 2025-02-22T20:28:47.425Z | Checking der v0.7.9 |
1856 | 2025-02-22T20:28:47.532Z | Checking pbkdf2 v0.12.2 |
1857 | 2025-02-22T20:28:47.594Z | Checking aes v0.8.4 |
1858 | 2025-02-22T20:28:47.689Z | Checking tokio-util v0.7.12 |
1859 | 2025-02-22T20:28:47.720Z | Checking utf8parse v0.2.2 |
1860 | 2025-02-22T20:28:47.834Z | Checking aws-lc-rs v1.10.0 |
1861 | 2025-02-22T20:28:47.895Z | Checking gimli v0.31.1 |
1862 | 2025-02-22T20:28:47.965Z | Checking icu_normalizer v1.5.0 |
1863 | 2025-02-22T20:28:48.463Z | Checking http-body-util v0.1.2 |
1864 | 2025-02-22T20:28:48.495Z | Checking h2 v0.4.6 |
1865 | 2025-02-22T20:28:48.733Z | Checking idna_adapter v1.2.0 |
1866 | 2025-02-22T20:28:48.896Z | Checking cbc v0.1.2 |
1867 | 2025-02-22T20:28:48.944Z | Checking idna v1.0.3 |
1868 | 2025-02-22T20:28:49.105Z | Checking salsa20 v0.10.2 |
1869 | 2025-02-22T20:28:49.108Z | Checking spki v0.7.3 |
1870 | 2025-02-22T20:28:49.213Z | Checking regex v1.11.1 |
1871 | 2025-02-22T20:28:49.345Z | Checking object v0.36.5 |
1872 | 2025-02-22T20:28:49.409Z | Checking url v2.5.3 |
1873 | 2025-02-22T20:28:49.412Z | Checking rustc-demangle v0.1.24 |
1874 | 2025-02-22T20:28:49.555Z | Checking rustls-webpki v0.102.8 |
1875 | 2025-02-22T20:28:49.818Z | Checking scrypt v0.11.0 |
1876 | 2025-02-22T20:28:49.863Z | Checking rustls-pemfile v2.2.0 |
1877 | 2025-02-22T20:28:50.072Z | Checking lazy_static v1.5.0 |
1878 | 2025-02-22T20:28:50.101Z | Checking openssl-probe v0.1.5 |
1879 | 2025-02-22T20:28:50.212Z | Checking ipnet v2.10.1 |
1880 | 2025-02-22T20:28:50.215Z | Checking foreign-types-shared v0.1.1 |
1881 | 2025-02-22T20:28:50.274Z | Checking anstyle v1.0.10 |
1882 | 2025-02-22T20:28:50.348Z | Checking pkcs5 v0.7.1 |
1883 | 2025-02-22T20:28:50.374Z | Checking foreign-types v0.3.2 |
1884 | 2025-02-22T20:28:50.489Z | Checking futures-executor v0.3.31 |
1885 | 2025-02-22T20:28:50.640Z | Checking serde_urlencoded v0.7.1 |
1886 | 2025-02-22T20:28:50.670Z | Checking openssl-sys v0.9.106 |
1887 | 2025-02-22T20:28:50.726Z | Checking encoding_rs v0.8.34 |
1888 | 2025-02-22T20:28:50.853Z | Checking pkcs8 v0.10.2 |
1889 | 2025-02-22T20:28:50.936Z | Checking futures v0.3.31 |
1890 | 2025-02-22T20:28:51.057Z | Checking serde_spanned v0.6.8 |
1891 | 2025-02-22T20:28:51.086Z | Checking toml_datetime v0.6.8 |
1892 | 2025-02-22T20:28:51.198Z | Checking rustls v0.23.19 |
1893 | 2025-02-22T20:28:51.267Z | Checking anstyle-parse v0.2.5 |
1894 | 2025-02-22T20:28:51.401Z | Checking data-encoding v2.6.0 |
1895 | 2025-02-22T20:28:51.540Z | Checking anstyle-query v1.1.1 |
1896 | 2025-02-22T20:28:51.686Z | Checking addr2line v0.24.2 |
1897 | 2025-02-22T20:28:51.689Z | Checking is_terminal_polyfill v1.70.1 |
1898 | 2025-02-22T20:28:51.759Z | Checking openssl v0.10.71 |
1899 | 2025-02-22T20:28:51.846Z | Checking colorchoice v1.0.2 |
1900 | 2025-02-22T20:28:52.000Z | Checking anstream v0.6.15 |
1901 | 2025-02-22T20:28:52.030Z | Checking terminal_size v0.4.0 |
1902 | 2025-02-22T20:28:52.210Z | Checking openapiv3 v2.0.0 |
1903 | 2025-02-22T20:28:52.237Z | Checking sha1 v0.10.6 |
1904 | 2025-02-22T20:28:52.396Z | Checking psl-types v2.0.11 |
1905 | 2025-02-22T20:28:52.546Z | Checking strsim v0.11.1 |
1906 | 2025-02-22T20:28:52.606Z | Checking clap_lex v0.7.4 |
1907 | 2025-02-22T20:28:52.833Z | Checking either v1.13.0 |
1908 | 2025-02-22T20:28:52.877Z | Checking clap_builder v4.5.30 |
1909 | 2025-02-22T20:28:53.061Z | Checking publicsuffix v2.3.0 |
1910 | 2025-02-22T20:28:53.191Z | Checking cookie v0.18.1 |
1911 | 2025-02-22T20:28:53.350Z | Checking webpki-roots v0.26.6 |
1912 | 2025-02-22T20:28:53.568Z | Checking camino v1.1.9 |
1913 | 2025-02-22T20:28:53.667Z | Checking is-terminal v0.4.13 |
1914 | 2025-02-22T20:28:53.817Z | Checking sync_wrapper v1.0.1 |
1915 | 2025-02-22T20:28:53.999Z | Checking tower-layer v0.3.3 |
1916 | 2025-02-22T20:28:54.122Z | Checking cookie_store v0.21.1 |
1917 | 2025-02-22T20:28:54.290Z | Checking tower v0.5.2 |
1918 | 2025-02-22T20:28:54.740Z | Checking hyper v1.5.2 |
1919 | 2025-02-22T20:28:54.840Z | Checking signature v2.2.0 |
1920 | 2025-02-22T20:28:55.019Z | Checking scroll v0.12.0 |
1921 | 2025-02-22T20:28:55.062Z | Checking winnow v0.6.20 |
1922 | 2025-02-22T20:28:55.093Z | Checking backtrace v0.3.74 |
1923 | 2025-02-22T20:28:55.335Z | Checking plain v0.2.3 |
1924 | 2025-02-22T20:28:55.480Z | Checking ucd-trie v0.1.7 |
1925 | 2025-02-22T20:28:55.516Z | Checking goblin v0.8.2 |
1926 | 2025-02-22T20:28:55.636Z | Checking anyhow v1.0.96 |
1927 | 2025-02-22T20:28:55.705Z | Checking pest v2.7.14 |
1928 | 2025-02-22T20:28:55.787Z | Checking clap v4.5.30 |
1929 | 2025-02-22T20:28:55.925Z | Checking dirs-sys-next v0.1.2 |
1930 | 2025-02-22T20:28:56.029Z | Checking pretty-hex v0.4.1 |
1931 | 2025-02-22T20:28:56.129Z | Checking tinyvec_macros v0.1.1 |
1932 | 2025-02-22T20:28:56.232Z | Checking dirs-next v2.0.0 |
1933 | 2025-02-22T20:28:56.260Z | Checking tinyvec v1.8.0 |
1934 | 2025-02-22T20:28:56.345Z | Checking tokio-rustls v0.26.0 |
1935 | 2025-02-22T20:28:56.387Z | Checking crossbeam-channel v0.5.13 |
1936 | 2025-02-22T20:28:56.685Z | Checking hyper-util v0.1.10 |
1937 | 2025-02-22T20:28:56.741Z | Checking thread-id v4.2.2 |
1938 | 2025-02-22T20:28:56.882Z | Checking thread_local v1.1.8 |
1939 | 2025-02-22T20:28:56.991Z | Checking native-tls v0.2.12 |
1940 | 2025-02-22T20:28:57.116Z | Checking base16ct v0.2.0 |
1941 | 2025-02-22T20:28:57.198Z | Checking term v0.7.0 |
1942 | 2025-02-22T20:28:57.294Z | Checking tokio-native-tls v0.3.1 |
1943 | 2025-02-22T20:28:57.338Z | Checking sec1 v0.7.3 |
1944 | 2025-02-22T20:28:57.544Z | Checking num-integer v0.1.46 |
1945 | 2025-02-22T20:28:57.576Z | Checking ff v0.13.0 |
1946 | 2025-02-22T20:28:57.623Z | Checking memmap v0.7.0 |
1947 | 2025-02-22T20:28:57.743Z | Checking take_mut v0.2.2 |
1948 | 2025-02-22T20:28:57.791Z | Checking group v0.13.0 |
1949 | 2025-02-22T20:28:57.794Z | Checking toml_edit v0.22.22 |
1950 | 2025-02-22T20:28:57.852Z | Checking slog-term v2.9.1 |
1951 | 2025-02-22T20:28:57.920Z | Checking slog-async v2.8.0 |
1952 | 2025-02-22T20:28:58.021Z | Checking hkdf v0.12.4 |
1953 | 2025-02-22T20:28:58.054Z | Checking crypto-bigint v0.5.5 |
1954 | 2025-02-22T20:28:58.233Z | Checking dtrace-parser v0.2.0 |
1955 | 2025-02-22T20:28:58.285Z | Checking crc32fast v1.4.2 |
1956 | 2025-02-22T20:28:58.288Z | Checking match_cfg v0.1.0 |
1957 | 2025-02-22T20:28:58.350Z | Checking bitflags v1.3.2 |
1958 | 2025-02-22T20:28:58.421Z | Checking utf-8 v0.7.6 |
1959 | 2025-02-22T20:28:58.469Z | Checking static_assertions v1.1.0 |
1960 | 2025-02-22T20:28:58.538Z | Checking hostname v0.3.1 |
1961 | 2025-02-22T20:28:58.592Z | Checking unicode-segmentation v1.12.0 |
1962 | 2025-02-22T20:28:58.624Z | Checking hyper-tls v0.6.0 |
1963 | 2025-02-22T20:28:58.657Z | Checking hyper-rustls v0.27.3 |
1964 | 2025-02-22T20:28:58.686Z | Checking unicode-width v0.2.0 |
1965 | 2025-02-22T20:28:58.725Z | Checking num-iter v0.1.45 |
1966 | 2025-02-22T20:28:58.907Z | Checking crossbeam-epoch v0.9.18 |
1967 | 2025-02-22T20:28:58.934Z | Checking bstr v1.10.0 |
1968 | 2025-02-22T20:28:59.014Z | Checking reqwest v0.12.12 |
1969 | 2025-02-22T20:28:59.169Z | Checking slog-json v2.6.1 |
1970 | 2025-02-22T20:28:59.287Z | Checking rfc6979 v0.4.0 |
1971 | 2025-02-22T20:28:59.357Z | Checking hubpack v0.1.2 |
1972 | 2025-02-22T20:28:59.437Z | Checking hex v0.4.3 |
1973 | 2025-02-22T20:28:59.486Z | Checking managed v0.8.0 |
1974 | 2025-02-22T20:28:59.672Z | Checking winnow v0.5.40 |
1975 | 2025-02-22T20:28:59.794Z | Checking slog-bunyan v2.5.0 |
1976 | 2025-02-22T20:28:59.867Z | Checking crossbeam-deque v0.8.5 |
1977 | 2025-02-22T20:28:59.902Z | Checking num-bigint-dig v0.8.4 |
1978 | 2025-02-22T20:28:59.968Z | Checking flate2 v1.0.35 |
1979 | 2025-02-22T20:29:00.219Z | Checking pkcs1 v0.7.5 |
1980 | 2025-02-22T20:29:00.332Z | Checking toml v0.8.19 |
1981 | 2025-02-22T20:29:00.362Z | Checking dof v0.3.0 |
1982 | 2025-02-22T20:29:00.591Z | Checking rustls v0.22.4 |
1983 | 2025-02-22T20:29:00.643Z | Checking curve25519-dalek v4.1.3 |
1984 | 2025-02-22T20:29:00.722Z | Checking elliptic-curve v0.13.8 |
1985 | 2025-02-22T20:29:00.804Z | Checking zerocopy v0.6.6 |
1986 | 2025-02-22T20:29:00.964Z | Checking usdt-impl v0.5.0 |
1987 | 2025-02-22T20:29:01.057Z | Checking siphasher v0.3.11 |
1988 | 2025-02-22T20:29:01.353Z | Checking ecdsa v0.16.9 |
1989 | 2025-02-22T20:29:01.384Z | Checking rayon-core v1.12.1 |
1990 | 2025-02-22T20:29:01.465Z | Checking unicode-normalization v0.1.24 |
1991 | 2025-02-22T20:29:01.532Z | Checking usdt v0.5.0 |
1992 | 2025-02-22T20:29:01.808Z | Checking ed25519 v2.2.3 |
1993 | 2025-02-22T20:29:01.891Z | Checking rsa v0.9.6 |
1994 | 2025-02-22T20:29:02.018Z | Checking signal-hook v0.3.17 |
1995 | 2025-02-22T20:29:02.053Z | Checking quick-error v1.2.3 |
1996 | 2025-02-22T20:29:02.125Z | Checking debug-ignore v1.0.5 |
1997 | 2025-02-22T20:29:02.218Z | Checking hickory-proto v0.24.3 |
1998 | 2025-02-22T20:29:02.297Z | Checking itertools v0.10.5 |
1999 | 2025-02-22T20:29:02.361Z | Checking multer v3.1.0 |
2000 | 2025-02-22T20:29:02.424Z | Checking x509-cert v0.2.5 |
2001 | 2025-02-22T20:29:02.455Z | Checking toml_edit v0.19.15 |
2002 | 2025-02-22T20:29:02.484Z | Checking ed25519-dalek v2.1.1 |
2003 | 2025-02-22T20:29:02.756Z | Checking serde_path_to_error v0.1.16 |
2004 | 2025-02-22T20:29:02.880Z | Checking waitgroup v0.1.2 |
2005 | 2025-02-22T20:29:02.908Z | Checking memoffset v0.9.1 |
2006 | 2025-02-22T20:29:03.042Z | Checking bzip2-sys v0.1.11+1.0.8 |
2007 | 2025-02-22T20:29:03.069Z | Checking async-stream v0.3.6 |
2008 | 2025-02-22T20:29:03.195Z | Checking hostname v0.4.0 |
2009 | 2025-02-22T20:29:03.291Z | Checking bit-vec v0.6.3 |
2010 | 2025-02-22T20:29:03.320Z | Checking bzip2 v0.4.4 |
2011 | 2025-02-22T20:29:03.356Z | Checking signal-hook-mio v0.2.4 |
2012 | 2025-02-22T20:29:03.529Z | Checking console v0.15.10 |
2013 | 2025-02-22T20:29:03.621Z | Checking hash32 v0.2.1 |
2014 | 2025-02-22T20:29:03.650Z | Checking bit-set v0.5.3 |
2015 | 2025-02-22T20:29:03.901Z | Checking unicode-bidi v0.3.17 |
2016 | 2025-02-22T20:29:03.904Z | Checking tokio-rustls v0.25.0 |
2017 | 2025-02-22T20:29:03.944Z | Checking linked-hash-map v0.5.6 |
2018 | 2025-02-22T20:29:03.947Z | Checking unicode-properties v0.1.3 |
2019 | 2025-02-22T20:29:04.075Z | Checking predicates-core v1.0.8 |
2020 | 2025-02-22T20:29:04.262Z | Checking lru-cache v0.1.2 |
2021 | 2025-02-22T20:29:04.264Z | Checking dropshot v0.12.0 |
2022 | 2025-02-22T20:29:04.307Z | Checking heapless v0.7.17 |
2023 | 2025-02-22T20:29:04.337Z | Checking crossterm v0.28.1 |
2024 | 2025-02-22T20:29:04.366Z | Checking rayon v1.10.0 |
2025 | 2025-02-22T20:29:04.452Z | Checking phf_shared v0.11.2 |
2026 | 2025-02-22T20:29:04.505Z | Checking stringprep v0.1.5 |
2027 | 2025-02-22T20:29:04.733Z | Checking similar v2.6.0 |
2028 | 2025-02-22T20:29:04.797Z | Checking tokio-stream v0.1.16 |
2029 | 2025-02-22T20:29:04.897Z | Checking toml v0.7.8 |
2030 | 2025-02-22T20:29:05.230Z | Checking newtype-uuid v1.2.1 |
2031 | 2025-02-22T20:29:05.510Z | Checking md-5 v0.10.6 |
2032 | 2025-02-22T20:29:05.574Z | Checking float-cmp v0.10.0 |
2033 | 2025-02-22T20:29:05.603Z | Checking normalize-line-endings v0.3.0 |
2034 | 2025-02-22T20:29:05.632Z | Checking fallible-iterator v0.2.0 |
2035 | 2025-02-22T20:29:05.743Z | Checking difflib v0.4.0 |
2036 | 2025-02-22T20:29:05.801Z | Checking smoltcp v0.9.1 |
2037 | 2025-02-22T20:29:05.829Z | Checking phf v0.11.2 |
2038 | 2025-02-22T20:29:05.965Z | Checking zip v0.6.6 |
2039 | 2025-02-22T20:29:06.110Z | Checking predicates v3.1.3 |
2040 | 2025-02-22T20:29:06.135Z | Checking nix v0.29.0 |
2041 | 2025-02-22T20:29:06.211Z | Checking postgres-protocol v0.6.7 |
2042 | 2025-02-22T20:29:06.684Z | Checking resolv-conf v0.7.0 |
2043 | 2025-02-22T20:29:06.742Z | Checking phf_shared v0.10.0 |
2044 | 2025-02-22T20:29:06.770Z | Checking tungstenite v0.24.0 |
2045 | 2025-02-22T20:29:06.878Z | Checking fs-err v2.11.0 |
2046 | 2025-02-22T20:29:07.038Z | Checking serde-big-array v0.5.1 |
2047 | 2025-02-22T20:29:07.073Z | Checking portable-atomic v1.9.0 |
2048 | 2025-02-22T20:29:07.172Z | Checking lalrpop-util v0.19.12 |
2049 | 2025-02-22T20:29:07.281Z | Checking number_prefix v0.4.0 |
2050 | 2025-02-22T20:29:07.403Z | Checking precomputed-hash v0.1.1 |
2051 | 2025-02-22T20:29:07.483Z | Checking minimal-lexical v0.2.1 |
2052 | 2025-02-22T20:29:07.486Z | Checking fixedbitset v0.4.2 |
2053 | 2025-02-22T20:29:07.531Z | Checking new_debug_unreachable v1.0.6 |
2054 | 2025-02-22T20:29:07.558Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2055 | 2025-02-22T20:29:07.610Z | Checking tokio-tungstenite v0.24.0 |
2056 | 2025-02-22T20:29:07.640Z | Checking string_cache v0.8.7 |
2057 | 2025-02-22T20:29:07.642Z | Checking hickory-resolver v0.24.3 |
2058 | 2025-02-22T20:29:07.756Z | Checking petgraph v0.6.5 |
2059 | 2025-02-22T20:29:07.844Z | Checking postgres-types v0.2.8 |
2060 | 2025-02-22T20:29:07.872Z | Checking nom v7.1.3 |
2061 | 2025-02-22T20:29:07.946Z | Checking whoami v1.5.2 |
2062 | 2025-02-22T20:29:08.060Z | Checking indicatif v0.17.11 |
2063 | 2025-02-22T20:29:08.086Z | Checking peg-runtime v0.8.3 |
2064 | 2025-02-22T20:29:08.328Z | Compiling hashbrown v0.14.5 |
2065 | 2025-02-22T20:29:08.403Z | Compiling thiserror v2.0.11 |
2066 | 2025-02-22T20:29:08.503Z | Checking tokio-postgres v0.7.12 |
2067 | 2025-02-22T20:29:08.812Z | Compiling thiserror-impl v2.0.11 |
2068 | 2025-02-22T20:29:09.204Z | Checking qorb v0.2.1 |
2069 | 2025-02-22T20:29:09.392Z | Compiling ident_case v1.0.1 |
2070 | 2025-02-22T20:29:09.529Z | Compiling regress v0.10.1 |
2071 | 2025-02-22T20:29:09.599Z | Compiling darling_core v0.20.10 |
2072 | 2025-02-22T20:29:10.434Z | Compiling unsafe-libyaml v0.2.11 |
2073 | 2025-02-22T20:29:11.346Z | Checking heck v0.5.0 |
2074 | 2025-02-22T20:29:11.565Z | Checking fastrand v2.1.1 |
2075 | 2025-02-22T20:29:11.718Z | Compiling serde_yaml v0.9.34+deprecated |
2076 | 2025-02-22T20:29:11.896Z | Checking ipnetwork v0.21.1 |
2077 | 2025-02-22T20:29:12.190Z | Checking progenitor-client v0.9.1 |
2078 | 2025-02-22T20:29:12.192Z | Compiling daft-derive v0.1.1 |
2079 | 2025-02-22T20:29:12.257Z | Compiling structmeta-derive v0.3.0 |
2080 | 2025-02-22T20:29:12.514Z | Checking oxnet v0.1.0 |
2081 | 2025-02-22T20:29:12.582Z | Checking strum v0.26.3 |
2082 | 2025-02-22T20:29:12.766Z | Compiling dropshot v0.15.1 |
2083 | 2025-02-22T20:29:12.893Z | Checking macaddr v1.0.1 |
2084 | 2025-02-22T20:29:13.192Z | Compiling typify-impl v0.2.0 |
2085 | 2025-02-22T20:29:13.247Z | Compiling dropshot_endpoint v0.15.1 |
2086 | 2025-02-22T20:29:13.795Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2025-02-22T20:29:14.203Z | Checking tempfile v3.13.0 |
2088 | 2025-02-22T20:29:14.530Z | Checking progenitor-client v0.8.0 |
2089 | 2025-02-22T20:29:14.609Z | Checking instant v0.1.13 |
2090 | 2025-02-22T20:29:14.738Z | Compiling structmeta v0.3.0 |
2091 | 2025-02-22T20:29:14.765Z | Checking daft v0.1.1 |
2092 | 2025-02-22T20:29:14.887Z | Checking regress v0.9.1 |
2093 | 2025-02-22T20:29:15.157Z | Compiling parse-display-derive v0.10.0 |
2094 | 2025-02-22T20:29:15.186Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2095 | 2025-02-22T20:29:15.215Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2096 | 2025-02-22T20:29:15.361Z | Compiling darling_macro v0.20.10 |
2097 | 2025-02-22T20:29:15.644Z | Checking backoff v0.4.0 |
2098 | 2025-02-22T20:29:15.947Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2099 | 2025-02-22T20:29:15.981Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2100 | 2025-02-22T20:29:16.142Z | Checking wait-timeout v0.2.0 |
2101 | 2025-02-22T20:29:16.209Z | Checking rand_xorshift v0.3.0 |
2102 | 2025-02-22T20:29:16.272Z | Compiling darling v0.20.10 |
2103 | 2025-02-22T20:29:16.363Z | Checking rusty-fork v0.3.0 |
2104 | 2025-02-22T20:29:16.408Z | Compiling serde_with_macros v3.11.0 |
2105 | 2025-02-22T20:29:16.436Z | Checking unarray v0.1.4 |
2106 | 2025-02-22T20:29:16.619Z | Compiling structmeta-derive v0.2.0 |
2107 | 2025-02-22T20:29:16.678Z | Checking proptest v1.5.0 |
2108 | 2025-02-22T20:29:17.749Z | Checking camino-tempfile v1.1.1 |
2109 | 2025-02-22T20:29:18.062Z | Checking unicode-width v0.1.14 |
2110 | 2025-02-22T20:29:18.375Z | Compiling proc-macro-error v1.0.4 |
2111 | 2025-02-22T20:29:18.585Z | Compiling proc-macro-crate v1.3.1 |
2112 | 2025-02-22T20:29:18.876Z | Checking serde_with v3.11.0 |
2113 | 2025-02-22T20:29:18.991Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2114 | 2025-02-22T20:29:19.031Z | Checking parse-display v0.10.0 |
2115 | 2025-02-22T20:29:19.088Z | Compiling structmeta v0.2.0 |
2116 | 2025-02-22T20:29:19.281Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2117 | 2025-02-22T20:29:19.406Z | Checking tabwriter v1.4.0 |
2118 | 2025-02-22T20:29:19.484Z | Compiling test-strategy v0.3.1 |
2119 | 2025-02-22T20:29:19.511Z | Compiling num_enum_derive v0.5.11 |
2120 | 2025-02-22T20:29:19.637Z | Compiling foreign-types-macros v0.2.3 |
2121 | 2025-02-22T20:29:19.662Z | Checking foreign-types-shared v0.3.1 |
2122 | 2025-02-22T20:29:20.163Z | Checking cstr-argument v0.1.2 |
2123 | 2025-02-22T20:29:20.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2124 | 2025-02-22T20:29:20.894Z | Checking foreign-types v0.5.0 |
2125 | 2025-02-22T20:29:21.016Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2126 | 2025-02-22T20:29:21.238Z | Checking pretty-hex v0.2.1 |
2127 | 2025-02-22T20:29:21.265Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2128 | 2025-02-22T20:29:21.298Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2129 | 2025-02-22T20:29:21.421Z | Checking colored v2.1.0 |
2130 | 2025-02-22T20:29:21.450Z | Checking smf v0.2.3 |
2131 | 2025-02-22T20:29:21.596Z | Checking itertools v0.13.0 |
2132 | 2025-02-22T20:29:21.648Z | Checking base64 v0.21.7 |
2133 | 2025-02-22T20:29:21.717Z | Compiling typify-impl v0.3.0 |
2134 | 2025-02-22T20:29:21.782Z | Checking num_enum v0.5.11 |
2135 | 2025-02-22T20:29:21.811Z | Compiling crucible-workspace-hack v0.1.0 |
2136 | 2025-02-22T20:29:21.919Z | Checking atomicwrites v0.4.4 |
2137 | 2025-02-22T20:29:21.970Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2138 | 2025-02-22T20:29:22.102Z | Compiling zerocopy v0.8.10 |
2139 | 2025-02-22T20:29:22.803Z | Compiling zerocopy-derive v0.8.10 |
2140 | 2025-02-22T20:29:22.981Z | Compiling heapless v0.8.0 |
2141 | 2025-02-22T20:29:23.559Z | Checking termtree v0.4.1 |
2142 | 2025-02-22T20:29:23.804Z | Checking predicates-tree v1.0.11 |
2143 | 2025-02-22T20:29:24.034Z | Checking hash32 v0.3.1 |
2144 | 2025-02-22T20:29:24.083Z | Compiling smoltcp v0.11.0 |
2145 | 2025-02-22T20:29:24.234Z | Checking cobs v0.2.3 |
2146 | 2025-02-22T20:29:24.439Z | Checking postcard v1.0.10 |
2147 | 2025-02-22T20:29:24.750Z | Checking sigpipe v0.1.3 |
2148 | 2025-02-22T20:29:24.810Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2149 | 2025-02-22T20:29:24.887Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2150 | 2025-02-22T20:29:25.018Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2151 | 2025-02-22T20:29:25.048Z | Compiling mockall_derive v0.13.1 |
2152 | 2025-02-22T20:29:25.212Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2153 | 2025-02-22T20:29:25.238Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2154 | 2025-02-22T20:29:25.410Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2155 | 2025-02-22T20:29:25.663Z | Compiling zone_cfg_derive v0.3.0 |
2156 | 2025-02-22T20:29:25.859Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2157 | 2025-02-22T20:29:26.242Z | Compiling num-derive v0.4.2 |
2158 | 2025-02-22T20:29:27.128Z | Checking fragile v2.0.0 |
2159 | 2025-02-22T20:29:27.288Z | Compiling typify-macro v0.2.0 |
2160 | 2025-02-22T20:29:27.406Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2161 | 2025-02-22T20:29:27.743Z | Checking downcast v0.11.0 |
2162 | 2025-02-22T20:29:28.004Z | Checking zone v0.3.0 |
2163 | 2025-02-22T20:29:28.029Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2164 | 2025-02-22T20:29:28.164Z | Checking tungstenite v0.21.0 |
2165 | 2025-02-22T20:29:28.292Z | Compiling convert_case v0.4.0 |
2166 | 2025-02-22T20:29:28.386Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2167 | 2025-02-22T20:29:28.746Z | Checking newline-converter v0.3.0 |
2168 | 2025-02-22T20:29:28.845Z | Checking same-file v1.0.6 |
2169 | 2025-02-22T20:29:28.923Z | Checking expectorate v1.1.0 |
2170 | 2025-02-22T20:29:29.032Z | Checking walkdir v2.5.0 |
2171 | 2025-02-22T20:29:29.070Z | Checking tokio-tungstenite v0.21.0 |
2172 | 2025-02-22T20:29:29.094Z | Compiling derive_more v0.99.19 |
2173 | 2025-02-22T20:29:29.119Z | Checking arc-swap v1.7.1 |
2174 | 2025-02-22T20:29:29.340Z | Checking xattr v1.3.1 |
2175 | 2025-02-22T20:29:29.537Z | Checking slog-scope v4.4.0 |
2176 | 2025-02-22T20:29:29.565Z | Checking filetime v0.2.25 |
2177 | 2025-02-22T20:29:29.590Z | Checking num-rational v0.4.2 |
2178 | 2025-02-22T20:29:29.754Z | Checking slog-stdlog v4.1.1 |
2179 | 2025-02-22T20:29:29.797Z | Checking tar v0.4.42 |
2180 | 2025-02-22T20:29:29.951Z | Checking slog-envlogger v2.2.0 |
2181 | 2025-02-22T20:29:30.187Z | Checking num-complex v0.4.6 |
2182 | 2025-02-22T20:29:30.225Z | Checking float-ord v0.3.2 |
2183 | 2025-02-22T20:29:30.399Z | Checking indent_write v2.2.0 |
2184 | 2025-02-22T20:29:30.609Z | Compiling owo-colors v4.1.0 |
2185 | 2025-02-22T20:29:30.638Z | Checking swrite v0.1.0 |
2186 | 2025-02-22T20:29:30.790Z | Compiling cancel-safe-futures v0.1.5 |
2187 | 2025-02-22T20:29:30.860Z | Compiling typify v0.2.0 |
2188 | 2025-02-22T20:29:31.018Z | Compiling progenitor-impl v0.8.0 |
2189 | 2025-02-22T20:29:31.085Z | Checking num v0.4.3 |
2190 | 2025-02-22T20:29:31.644Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2191 | 2025-02-22T20:29:31.704Z | Checking libsw v3.3.1 |
2192 | 2025-02-22T20:29:31.992Z | Checking pem v3.0.4 |
2193 | 2025-02-22T20:29:32.278Z | Checking password-hash v0.5.0 |
2194 | 2025-02-22T20:29:32.329Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2195 | 2025-02-22T20:29:32.527Z | Checking mockall v0.13.1 |
2196 | 2025-02-22T20:29:32.730Z | Checking blake2 v0.10.6 |
2197 | 2025-02-22T20:29:32.756Z | Checking linear-map v1.2.0 |
2198 | 2025-02-22T20:29:32.781Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2199 | 2025-02-22T20:29:33.084Z | Compiling lzma-sys v0.1.20 |
2200 | 2025-02-22T20:29:33.109Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2201 | 2025-02-22T20:29:33.183Z | Checking argon2 v0.5.3 |
2202 | 2025-02-22T20:29:33.610Z | Checking headers-core v0.3.0 |
2203 | 2025-02-22T20:29:33.785Z | Compiling heck v0.3.3 |
2204 | 2025-02-22T20:29:33.925Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2205 | 2025-02-22T20:29:34.093Z | Checking headers v0.4.0 |
2206 | 2025-02-22T20:29:34.158Z | Compiling zone_cfg_derive v0.1.2 |
2207 | 2025-02-22T20:29:34.266Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2208 | 2025-02-22T20:29:34.363Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2209 | 2025-02-22T20:29:34.568Z | Checking yasna v0.5.2 |
2210 | 2025-02-22T20:29:35.155Z | Checking highway v1.2.0 |
2211 | 2025-02-22T20:29:35.404Z | Checking base64 v0.13.1 |
2212 | 2025-02-22T20:29:35.546Z | Checking rcgen v0.12.1 |
2213 | 2025-02-22T20:29:35.599Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2025-02-22T20:29:35.618Z | Checking zone v0.1.8 |
2215 | 2025-02-22T20:29:35.771Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2216 | 2025-02-22T20:29:35.822Z | Compiling typify-macro v0.3.0 |
2217 | 2025-02-22T20:29:35.847Z | Checking ron v0.7.1 |
2218 | 2025-02-22T20:29:36.067Z | Checking xz2 v0.1.7 |
2219 | 2025-02-22T20:29:36.246Z | Checking subprocess v0.2.9 |
2220 | 2025-02-22T20:29:36.289Z | Checking humantime v2.1.0 |
2221 | 2025-02-22T20:29:36.403Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2222 | 2025-02-22T20:29:36.629Z | Compiling semver v0.1.20 |
2223 | 2025-02-22T20:29:36.802Z | Checking prettyplease v0.2.29 |
2224 | 2025-02-22T20:29:36.825Z | Checking half v2.4.1 |
2225 | 2025-02-22T20:29:37.018Z | Compiling rustc_version v0.1.7 |
2226 | 2025-02-22T20:29:37.210Z | Checking ciborium-io v0.2.2 |
2227 | 2025-02-22T20:29:37.353Z | Checking ciborium-ll v0.2.2 |
2228 | 2025-02-22T20:29:37.442Z | Compiling newtype_derive v0.1.6 |
2229 | 2025-02-22T20:29:37.464Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2230 | 2025-02-22T20:29:37.550Z | Compiling progenitor-macro v0.8.0 |
2231 | 2025-02-22T20:29:37.667Z | Checking ciborium v0.2.2 |
2232 | 2025-02-22T20:29:37.982Z | Checking steno v0.4.1 |
2233 | 2025-02-22T20:29:39.523Z | Compiling typify v0.3.0 |
2234 | 2025-02-22T20:29:39.683Z | Compiling progenitor-impl v0.9.1 |
2235 | 2025-02-22T20:29:40.715Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2236 | 2025-02-22T20:29:40.938Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2237 | 2025-02-22T20:29:41.410Z | Compiling slog-dtrace v0.3.0 |
2238 | 2025-02-22T20:29:41.837Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2239 | 2025-02-22T20:29:41.863Z | Checking display-error-chain v0.2.2 |
2240 | 2025-02-22T20:29:42.060Z | Checking gethostname v0.5.0 |
2241 | 2025-02-22T20:29:42.210Z | Checking nibble_vec v0.1.0 |
2242 | 2025-02-22T20:29:42.243Z | Compiling blake3 v1.5.4 |
2243 | 2025-02-22T20:29:42.294Z | Checking endian-type v0.1.2 |
2244 | 2025-02-22T20:29:42.360Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2245 | 2025-02-22T20:29:42.427Z | Checking keccak v0.1.5 |
2246 | 2025-02-22T20:29:42.532Z | Checking radix_trie v0.2.1 |
2247 | 2025-02-22T20:29:42.748Z | Checking sha3 v0.10.8 |
2248 | 2025-02-22T20:29:42.957Z | Checking bytecount v0.6.8 |
2249 | 2025-02-22T20:29:43.134Z | Checking universal-hash v0.5.1 |
2250 | 2025-02-22T20:29:43.159Z | Checking secrecy v0.8.0 |
2251 | 2025-02-22T20:29:43.340Z | Checking opaque-debug v0.3.1 |
2252 | 2025-02-22T20:29:43.363Z | Checking aead v0.5.2 |
2253 | 2025-02-22T20:29:43.456Z | Checking poly1305 v0.8.0 |
2254 | 2025-02-22T20:29:43.484Z | Checking chacha20 v0.9.1 |
2255 | 2025-02-22T20:29:43.852Z | Compiling memmap2 v0.9.5 |
2256 | 2025-02-22T20:29:43.975Z | Compiling constant_time_eq v0.3.1 |
2257 | 2025-02-22T20:29:44.183Z | Compiling arrayvec v0.7.6 |
2258 | 2025-02-22T20:29:44.230Z | Compiling arrayref v0.3.9 |
2259 | 2025-02-22T20:29:44.359Z | Compiling toolchain_find v0.4.0 |
2260 | 2025-02-22T20:29:44.456Z | Compiling thiserror-impl-no-std v2.0.2 |
2261 | 2025-02-22T20:29:44.848Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2262 | 2025-02-22T20:29:44.946Z | Compiling topological-sort v0.2.2 |
2263 | 2025-02-22T20:29:45.013Z | Compiling rustfmt-wrapper v0.2.1 |
2264 | 2025-02-22T20:29:45.205Z | Compiling omicron-zone-package v0.12.0 |
2265 | 2025-02-22T20:29:45.237Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2266 | 2025-02-22T20:29:45.647Z | Checking chacha20poly1305 v0.10.1 |
2267 | 2025-02-22T20:29:45.712Z | Compiling async-recursion v1.1.1 |
2268 | 2025-02-22T20:29:45.842Z | Checking fxhash v0.2.1 |
2269 | 2025-02-22T20:29:45.867Z | Checking bumpalo v3.16.0 |
2270 | 2025-02-22T20:29:46.049Z | Checking lockfree-object-pool v0.1.6 |
2271 | 2025-02-22T20:29:46.264Z | Checking simd-adler32 v0.3.7 |
2272 | 2025-02-22T20:29:46.359Z | Compiling zip v2.1.3 |
2273 | 2025-02-22T20:29:46.404Z | Compiling progenitor-macro v0.9.1 |
2274 | 2025-02-22T20:29:46.495Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2275 | 2025-02-22T20:29:46.651Z | Checking zopfli v0.8.1 |
2276 | 2025-02-22T20:29:46.720Z | Checking maplit v1.0.2 |
2277 | 2025-02-22T20:29:46.841Z | Checking termcolor v1.4.1 |
2278 | 2025-02-22T20:29:46.877Z | Compiling radium v0.7.0 |
2279 | 2025-02-22T20:29:47.182Z | Compiling const_format_proc_macros v0.2.34 |
2280 | 2025-02-22T20:29:47.253Z | Checking tap v1.0.1 |
2281 | 2025-02-22T20:29:47.256Z | Checking thiserror-no-std v2.0.2 |
2282 | 2025-02-22T20:29:47.402Z | Checking vsss-rs v3.3.4 |
2283 | 2025-02-22T20:29:47.428Z | Compiling maybe-uninit v2.0.0 |
2284 | 2025-02-22T20:29:47.431Z | Checking wyz v0.5.1 |
2285 | 2025-02-22T20:29:48.029Z | Checking crc-catalog v2.4.0 |
2286 | 2025-02-22T20:29:48.209Z | Checking home v0.5.9 |
2287 | 2025-02-22T20:29:48.270Z | Checking funty v2.0.0 |
2288 | 2025-02-22T20:29:48.381Z | Compiling packed_struct v0.10.1 |
2289 | 2025-02-22T20:29:48.473Z | Checking crc v3.2.1 |
2290 | 2025-02-22T20:29:48.968Z | Checking kstat-rs v0.2.4 |
2291 | 2025-02-22T20:29:49.013Z | Checking const_format v0.2.34 |
2292 | 2025-02-22T20:29:49.036Z | Compiling packed_struct_codegen v0.10.1 |
2293 | 2025-02-22T20:29:49.172Z | Checking bitvec v1.0.1 |
2294 | 2025-02-22T20:29:49.336Z | Compiling vte_generate_state_changes v0.1.2 |
2295 | 2025-02-22T20:29:49.417Z | Checking progenitor v0.8.0 |
2296 | 2025-02-22T20:29:49.657Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2297 | 2025-02-22T20:29:49.709Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2025-02-22T20:29:50.308Z | Compiling indexmap v1.9.3 |
2299 | 2025-02-22T20:29:50.661Z | Checking nodrop v0.1.14 |
2300 | 2025-02-22T20:29:50.711Z | Compiling libefi-sys v0.1.0 |
2301 | 2025-02-22T20:29:50.810Z | Checking array-init v0.0.4 |
2302 | 2025-02-22T20:29:51.137Z | Checking vte v0.11.1 |
2303 | 2025-02-22T20:29:51.546Z | Checking smallvec v0.6.14 |
2304 | 2025-02-22T20:29:51.746Z | Checking fd-lock v4.0.2 |
2305 | 2025-02-22T20:29:51.954Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2306 | 2025-02-22T20:29:51.979Z | Compiling bitfield-struct v0.6.2 |
2307 | 2025-02-22T20:29:52.407Z | Checking bitfield v0.14.0 |
2308 | 2025-02-22T20:29:52.606Z | Checking hashbrown v0.12.3 |
2309 | 2025-02-22T20:29:52.717Z | Checking strip-ansi-escapes v0.2.0 |
2310 | 2025-02-22T20:29:53.012Z | Checking serde-hex v0.1.0 |
2311 | 2025-02-22T20:29:53.361Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2312 | 2025-02-22T20:29:53.902Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2313 | 2025-02-22T20:29:54.272Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2314 | 2025-02-22T20:29:54.328Z | Checking env_logger v0.10.2 |
2315 | 2025-02-22T20:29:54.388Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2316 | 2025-02-22T20:29:54.539Z | Checking ron v0.8.1 |
2317 | 2025-02-22T20:29:54.763Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2318 | 2025-02-22T20:29:55.241Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2319 | 2025-02-22T20:29:55.747Z | Checking itertools v0.12.1 |
2320 | 2025-02-22T20:29:56.328Z | Checking hashbrown v0.13.2 |
2321 | 2025-02-22T20:29:56.901Z | Checking nu-ansi-term v0.50.1 |
2322 | 2025-02-22T20:29:57.216Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2323 | 2025-02-22T20:29:57.247Z | Checking crc-any v2.5.0 |
2324 | 2025-02-22T20:29:57.282Z | Checking object v0.30.4 |
2325 | 2025-02-22T20:29:57.338Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2326 | 2025-02-22T20:29:57.645Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2327 | 2025-02-22T20:29:57.934Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2328 | 2025-02-22T20:29:58.021Z | Checking nanorand v0.7.0 |
2329 | 2025-02-22T20:29:58.151Z | Checking reedline v0.35.0 |
2330 | 2025-02-22T20:29:58.182Z | Compiling parking_lot_core v0.8.6 |
2331 | 2025-02-22T20:29:58.295Z | Checking progenitor v0.9.1 |
2332 | 2025-02-22T20:29:58.514Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2025-02-22T20:29:58.625Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2334 | 2025-02-22T20:29:58.654Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2335 | 2025-02-22T20:30:00.747Z | Checking path-slash v0.1.5 |
2336 | 2025-02-22T20:30:00.971Z | Checking flume v0.11.1 |
2337 | 2025-02-22T20:30:01.917Z | Compiling phf_generator v0.11.2 |
2338 | 2025-02-22T20:30:02.141Z | Checking glob v0.3.2 |
2339 | 2025-02-22T20:30:02.503Z | Compiling phf_codegen v0.11.2 |
2340 | 2025-02-22T20:30:02.529Z | Checking parking_lot v0.11.2 |
2341 | 2025-02-22T20:30:02.743Z | Checking papergrid v0.11.0 |
2342 | 2025-02-22T20:30:02.892Z | Compiling tabled_derive v0.7.0 |
2343 | 2025-02-22T20:30:02.953Z | Compiling parse-zoneinfo v0.3.1 |
2344 | 2025-02-22T20:30:04.075Z | Compiling cfg_aliases v0.1.1 |
2345 | 2025-02-22T20:30:04.194Z | Compiling chrono-tz-build v0.4.0 |
2346 | 2025-02-22T20:30:04.219Z | Compiling nix v0.28.0 |
2347 | 2025-02-22T20:30:04.625Z | Checking sled v0.34.7 |
2348 | 2025-02-22T20:30:05.016Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2349 | 2025-02-22T20:30:05.087Z | Checking tabled v0.15.0 |
2350 | 2025-02-22T20:30:05.302Z | Checking hickory-client v0.24.3 |
2351 | 2025-02-22T20:30:05.964Z | Checking hickory-server v0.24.3 |
2352 | 2025-02-22T20:30:06.206Z | Compiling chrono-tz v0.10.1 |
2353 | 2025-02-22T20:30:06.953Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2354 | 2025-02-22T20:30:07.042Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2355 | 2025-02-22T20:30:07.419Z | Compiling unicase v2.7.0 |
2356 | 2025-02-22T20:30:07.678Z | Compiling buf-list v1.0.3 |
2357 | 2025-02-22T20:30:07.965Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2358 | 2025-02-22T20:30:07.989Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2359 | 2025-02-22T20:30:08.323Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2360 | 2025-02-22T20:30:08.442Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2361 | 2025-02-22T20:30:09.719Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2362 | 2025-02-22T20:30:10.495Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2363 | 2025-02-22T20:30:10.867Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2025-02-22T20:30:11.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2025-02-22T20:30:11.499Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2366 | 2025-02-22T20:30:11.773Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2367 | 2025-02-22T20:30:12.240Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2368 | 2025-02-22T20:30:12.657Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2369 | 2025-02-22T20:30:12.936Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2025-02-22T20:30:14.323Z | Compiling peg-macros v0.8.4 |
2371 | 2025-02-22T20:30:14.406Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2372 | 2025-02-22T20:30:15.496Z | Compiling sqlparser_derive v0.2.2 |
2373 | 2025-02-22T20:30:15.566Z | Checking unicode_categories v0.1.1 |
2374 | 2025-02-22T20:30:15.910Z | Checking sqlformat v0.2.6 |
2375 | 2025-02-22T20:30:16.588Z | Checking sqlparser v0.45.0 |
2376 | 2025-02-22T20:30:16.836Z | Checking rustyline v14.0.0 |
2377 | 2025-02-22T20:30:17.700Z | Checking peg v0.8.4 |
2378 | 2025-02-22T20:30:18.035Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2379 | 2025-02-22T20:30:18.129Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2380 | 2025-02-22T20:30:18.355Z | Checking bcs v0.1.6 |
2381 | 2025-02-22T20:30:18.783Z | Checking termtree v0.5.1 |
2382 | 2025-02-22T20:30:19.005Z | Checking primeorder v0.13.6 |
2383 | 2025-02-22T20:30:19.228Z | Compiling mime_guess v2.0.5 |
2384 | 2025-02-22T20:30:19.467Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2385 | 2025-02-22T20:30:19.834Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2386 | 2025-02-22T20:30:20.036Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2387 | 2025-02-22T20:30:20.315Z | Checking http-range v0.1.5 |
2388 | 2025-02-22T20:30:20.569Z | Checking atty v0.2.14 |
2389 | 2025-02-22T20:30:20.594Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2390 | 2025-02-22T20:30:20.827Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2025-02-22T20:30:21.414Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2025-02-22T20:30:22.413Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2393 | 2025-02-22T20:30:22.605Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2025-02-22T20:30:22.831Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2395 | 2025-02-22T20:30:23.283Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2396 | 2025-02-22T20:30:23.565Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2397 | 2025-02-22T20:30:23.590Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2025-02-22T20:30:24.397Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2399 | 2025-02-22T20:30:24.857Z | Compiling salty v0.3.0 |
2400 | 2025-02-22T20:30:25.234Z | Checking p384 v0.13.0 |
2401 | 2025-02-22T20:30:25.324Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2402 | 2025-02-22T20:30:25.629Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2403 | 2025-02-22T20:30:25.919Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2404 | 2025-02-22T20:30:26.299Z | Checking hyper-staticfile v0.10.1 |
2405 | 2025-02-22T20:30:26.842Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2406 | 2025-02-22T20:30:26.866Z | Compiling dsl_auto_type v0.1.2 |
2407 | 2025-02-22T20:30:26.922Z | Checking scheduled-thread-pool v0.2.7 |
2408 | 2025-02-22T20:30:27.054Z | Checking env_filter v0.1.2 |
2409 | 2025-02-22T20:30:27.175Z | Compiling diesel_table_macro_syntax v0.2.0 |
2410 | 2025-02-22T20:30:27.292Z | Compiling crunchy v0.2.2 |
2411 | 2025-02-22T20:30:27.317Z | Checking env_logger v0.11.5 |
2412 | 2025-02-22T20:30:27.585Z | Checking r2d2 v0.8.10 |
2413 | 2025-02-22T20:30:27.672Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2025-02-22T20:30:27.823Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2415 | 2025-02-22T20:30:27.940Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2416 | 2025-02-22T20:30:28.093Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2417 | 2025-02-22T20:30:28.140Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2418 | 2025-02-22T20:30:28.263Z | Compiling diesel_derives v2.2.3 |
2419 | 2025-02-22T20:30:28.289Z | Compiling tiny-keccak v2.0.2 |
2420 | 2025-02-22T20:30:28.643Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2421 | 2025-02-22T20:30:28.954Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2422 | 2025-02-22T20:30:29.017Z | Compiling ref-cast v1.0.23 |
2423 | 2025-02-22T20:30:29.876Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2424 | 2025-02-22T20:30:29.879Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2425 | 2025-02-22T20:30:30.321Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2426 | 2025-02-22T20:30:30.520Z | Compiling ascii-canvas v3.0.0 |
2427 | 2025-02-22T20:30:30.663Z | Compiling ena v0.14.3 |
2428 | 2025-02-22T20:30:31.001Z | Compiling ref-cast-impl v1.0.23 |
2429 | 2025-02-22T20:30:31.103Z | Compiling regex-syntax v0.6.29 |
2430 | 2025-02-22T20:30:31.469Z | Compiling diff v0.1.13 |
2431 | 2025-02-22T20:30:32.134Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2432 | 2025-02-22T20:30:32.391Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2433 | 2025-02-22T20:30:32.813Z | Compiling pin-project-internal v1.1.6 |
2434 | 2025-02-22T20:30:32.856Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2435 | 2025-02-22T20:30:33.190Z | Compiling derive_builder_core v0.20.2 |
2436 | 2025-02-22T20:30:33.632Z | Compiling libxml v0.3.3 |
2437 | 2025-02-22T20:30:34.123Z | Checking signal-hook-tokio v0.3.1 |
2438 | 2025-02-22T20:30:34.338Z | Compiling lalrpop v0.19.12 |
2439 | 2025-02-22T20:30:35.355Z | Compiling derive_builder_macro v0.20.2 |
2440 | 2025-02-22T20:30:35.380Z | Compiling strum_macros v0.24.3 |
2441 | 2025-02-22T20:30:35.510Z | Checking pin-project v1.1.6 |
2442 | 2025-02-22T20:30:35.670Z | Compiling samael v0.0.17 |
2443 | 2025-02-22T20:30:36.219Z | Compiling snafu-derive v0.8.5 |
2444 | 2025-02-22T20:30:36.241Z | Compiling indoc v1.0.9 |
2445 | 2025-02-22T20:30:36.433Z | Checking derive_builder v0.20.2 |
2446 | 2025-02-22T20:30:37.133Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2447 | 2025-02-22T20:30:38.128Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2448 | 2025-02-22T20:30:38.300Z | Checking olpc-cjson v0.1.4 |
2449 | 2025-02-22T20:30:38.461Z | Checking globset v0.4.15 |
2450 | 2025-02-22T20:30:38.527Z | Checking serde_plain v1.0.2 |
2451 | 2025-02-22T20:30:38.600Z | Checking quick-xml v0.33.0 |
2452 | 2025-02-22T20:30:38.803Z | Compiling oso-derive v0.27.3 |
2453 | 2025-02-22T20:30:38.934Z | Compiling impl-trait-for-tuples v0.2.2 |
2454 | 2025-02-22T20:30:39.369Z | Checking diesel v2.2.7 |
2455 | 2025-02-22T20:30:39.549Z | Checking typed-path v0.9.3 |
2456 | 2025-02-22T20:30:39.854Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2457 | 2025-02-22T20:30:40.993Z | Checking snafu v0.8.5 |
2458 | 2025-02-22T20:30:41.446Z | Checking tungstenite v0.23.0 |
2459 | 2025-02-22T20:30:41.476Z | Checking tough v0.19.0 |
2460 | 2025-02-22T20:30:41.552Z | Compiling diesel-dtrace v0.4.2 |
2461 | 2025-02-22T20:30:41.906Z | Checking parse-size v1.1.0 |
2462 | 2025-02-22T20:30:42.208Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2463 | 2025-02-22T20:30:42.314Z | Checking tokio-tungstenite v0.23.1 |
2464 | 2025-02-22T20:30:42.529Z | Checking bb8 v0.8.5 |
2465 | 2025-02-22T20:30:42.840Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2466 | 2025-02-22T20:30:43.080Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2467 | 2025-02-22T20:30:43.285Z | Checking nix v0.27.1 |
2468 | 2025-02-22T20:30:43.365Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2469 | 2025-02-22T20:30:44.833Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2025-02-22T20:30:45.555Z | Checking itertools v0.14.0 |
2471 | 2025-02-22T20:30:45.949Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2472 | 2025-02-22T20:30:46.089Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2473 | 2025-02-22T20:30:46.167Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2474 | 2025-02-22T20:30:46.549Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2475 | 2025-02-22T20:30:47.557Z | Compiling proc-macro-error-attr2 v2.0.0 |
2476 | 2025-02-22T20:30:47.582Z | Checking heck v0.4.1 |
2477 | 2025-02-22T20:30:47.804Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2478 | 2025-02-22T20:30:47.960Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2479 | 2025-02-22T20:30:48.006Z | Checking rand_seeder v0.3.0 |
2480 | 2025-02-22T20:30:48.224Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2481 | 2025-02-22T20:30:48.276Z | Checking papergrid v0.14.0 |
2482 | 2025-02-22T20:30:48.361Z | Compiling proc-macro-error2 v2.0.1 |
2483 | 2025-02-22T20:30:48.471Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2484 | 2025-02-22T20:30:48.976Z | Compiling tabled_derive v0.10.0 |
2485 | 2025-02-22T20:30:49.012Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2486 | 2025-02-22T20:30:49.353Z | Checking assert_matches v1.5.0 |
2487 | 2025-02-22T20:30:49.554Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2488 | 2025-02-22T20:30:49.747Z | Compiling libz-sys v1.1.20 |
2489 | 2025-02-22T20:30:49.819Z | Compiling indoc v2.0.5 |
2490 | 2025-02-22T20:30:50.200Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
2491 | 2025-02-22T20:30:50.576Z | Checking castaway v0.2.3 |
2492 | 2025-02-22T20:30:50.735Z | Checking is_ci v1.2.0 |
2493 | 2025-02-22T20:30:50.757Z | Checking compact_str v0.8.0 |
2494 | 2025-02-22T20:30:50.889Z | Checking supports-color v3.0.1 |
2495 | 2025-02-22T20:30:50.913Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2496 | 2025-02-22T20:30:51.136Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2497 | 2025-02-22T20:30:51.588Z | Checking unicode-truncate v1.1.0 |
2498 | 2025-02-22T20:30:51.642Z | Checking cargo-platform v0.1.8 |
2499 | 2025-02-22T20:30:51.664Z | Checking tabled v0.18.0 |
2500 | 2025-02-22T20:30:51.843Z | Checking lru v0.12.5 |
2501 | 2025-02-22T20:30:51.948Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2502 | 2025-02-22T20:30:52.135Z | Compiling instability v0.3.2 |
2503 | 2025-02-22T20:30:52.159Z | Checking cassowary v0.3.0 |
2504 | 2025-02-22T20:30:52.336Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2505 | 2025-02-22T20:30:52.780Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2506 | 2025-02-22T20:30:52.960Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2507 | 2025-02-22T20:30:53.156Z | Checking ratatui v0.29.0 |
2508 | 2025-02-22T20:30:54.274Z | Compiling vergen v8.3.2 |
2509 | 2025-02-22T20:30:54.791Z | Checking smawk v0.3.2 |
2510 | 2025-02-22T20:30:55.016Z | Checking unicode-linebreak v0.1.5 |
2511 | 2025-02-22T20:30:55.146Z | Compiling cargo_metadata v0.18.1 |
2512 | 2025-02-22T20:30:55.400Z | Checking textwrap v0.16.1 |
2513 | 2025-02-22T20:30:55.823Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2514 | 2025-02-22T20:30:55.848Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2515 | 2025-02-22T20:30:56.317Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2025-02-22T20:30:56.392Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2517 | 2025-02-22T20:30:57.043Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2518 | 2025-02-22T20:30:58.198Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2519 | 2025-02-22T20:30:58.224Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2520 | 2025-02-22T20:30:59.098Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2521 | 2025-02-22T20:30:59.428Z | Compiling libsqlite3-sys v0.30.1 |
2522 | 2025-02-22T20:30:59.431Z | Compiling rustls v0.21.12 |
2523 | 2025-02-22T20:30:59.756Z | Checking shell-words v1.1.0 |
2524 | 2025-02-22T20:30:59.848Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2525 | 2025-02-22T20:30:59.950Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2526 | 2025-02-22T20:31:00.030Z | Checking sct v0.7.1 |
2527 | 2025-02-22T20:31:00.187Z | Checking rustls-webpki v0.101.7 |
2528 | 2025-02-22T20:31:00.351Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2529 | 2025-02-22T20:31:00.702Z | Checking hashlink v0.9.1 |
2530 | 2025-02-22T20:31:00.727Z | Checking concurrent-queue v2.5.0 |
2531 | 2025-02-22T20:31:01.075Z | Checking fallible-iterator v0.3.0 |
2532 | 2025-02-22T20:31:01.333Z | Checking parking v2.2.1 |
2533 | 2025-02-22T20:31:01.611Z | Checking fallible-streaming-iterator v0.1.9 |
2534 | 2025-02-22T20:31:01.683Z | Checking plotters-backend v0.3.7 |
2535 | 2025-02-22T20:31:01.858Z | Checking rusqlite v0.32.1 |
2536 | 2025-02-22T20:31:02.084Z | Checking plotters-svg v0.3.7 |
2537 | 2025-02-22T20:31:02.106Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2538 | 2025-02-22T20:31:02.361Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2539 | 2025-02-22T20:31:03.133Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2540 | 2025-02-22T20:31:03.155Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2541 | 2025-02-22T20:31:03.287Z | Checking rustls-pemfile v1.0.4 |
2542 | 2025-02-22T20:31:03.495Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2543 | 2025-02-22T20:31:03.529Z | Checking twox-hash v2.1.0 |
2544 | 2025-02-22T20:31:03.785Z | Checking tokio-rustls v0.24.1 |
2545 | 2025-02-22T20:31:03.859Z | Checking cast v0.3.0 |
2546 | 2025-02-22T20:31:04.113Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2547 | 2025-02-22T20:31:04.150Z | Checking criterion-plot v0.5.0 |
2548 | 2025-02-22T20:31:04.208Z | Checking plotters v0.3.7 |
2549 | 2025-02-22T20:31:04.229Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2550 | 2025-02-22T20:31:04.600Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2551 | 2025-02-22T20:31:05.916Z | Checking fatfs v0.3.6 |
2552 | 2025-02-22T20:31:06.126Z | Checking tinytemplate v1.2.1 |
2553 | 2025-02-22T20:31:06.294Z | Checking csv-core v0.1.11 |
2554 | 2025-02-22T20:31:06.482Z | Checking anes v0.1.6 |
2555 | 2025-02-22T20:31:06.666Z | Checking hex-literal v0.4.1 |
2556 | 2025-02-22T20:31:06.801Z | Checking oorandom v11.1.4 |
2557 | 2025-02-22T20:31:06.837Z | Checking csv v1.3.1 |
2558 | 2025-02-22T20:31:06.948Z | Checking event-listener v5.3.1 |
2559 | 2025-02-22T20:31:06.990Z | Checking criterion v0.5.1 |
2560 | 2025-02-22T20:31:07.650Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2561 | 2025-02-22T20:31:08.904Z | Checking rtoolbox v0.0.2 |
2562 | 2025-02-22T20:31:09.120Z | Checking async-bb8-diesel v0.2.1 |
2563 | 2025-02-22T20:31:09.752Z | Checking rpassword v7.3.1 |
2564 | 2025-02-22T20:31:09.936Z | Checking event-listener-strategy v0.5.2 |
2565 | 2025-02-22T20:31:10.069Z | Checking tui-tree-widget v0.23.0 |
2566 | 2025-02-22T20:31:10.169Z | Checking polyval v0.6.2 |
2567 | 2025-02-22T20:31:10.384Z | Checking futures-lite v2.3.0 |
2568 | 2025-02-22T20:31:10.442Z | Checking ghash v0.5.1 |
2569 | 2025-02-22T20:31:10.646Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2570 | 2025-02-22T20:31:11.701Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2571 | 2025-02-22T20:31:11.721Z | Checking ctr v0.9.2 |
2572 | 2025-02-22T20:31:12.223Z | Checking yansi v1.0.1 |
2573 | 2025-02-22T20:31:12.763Z | Checking aes-gcm v0.10.3 |
2574 | 2025-02-22T20:31:12.924Z | Checking pretty_assertions v1.4.1 |
2575 | 2025-02-22T20:31:13.001Z | Checking ssh-encoding v0.2.0 |
2576 | 2025-02-22T20:31:13.142Z | Checking blowfish v0.9.1 |
2577 | 2025-02-22T20:31:13.327Z | Checking ssh-cipher v0.2.0 |
2578 | 2025-02-22T20:31:13.405Z | Checking bcrypt-pbkdf v0.10.0 |
2579 | 2025-02-22T20:31:13.622Z | Checking async-lock v3.4.0 |
2580 | 2025-02-22T20:31:13.648Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2581 | 2025-02-22T20:31:14.029Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2582 | 2025-02-22T20:31:14.320Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2583 | 2025-02-22T20:31:14.562Z | Checking password-hash v0.4.2 |
2584 | 2025-02-22T20:31:15.042Z | Checking polling v3.7.3 |
2585 | 2025-02-22T20:31:15.429Z | Checking async-io v2.3.4 |
2586 | 2025-02-22T20:31:15.579Z | Checking pbkdf2 v0.11.0 |
2587 | 2025-02-22T20:31:15.840Z | Checking ssh-key v0.6.6 |
2588 | 2025-02-22T20:31:16.333Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2589 | 2025-02-22T20:31:17.074Z | Checking p521 v0.13.3 |
2590 | 2025-02-22T20:31:17.507Z | Checking p256 v0.13.2 |
2591 | 2025-02-22T20:31:17.989Z | Checking russh-cryptovec v0.7.3 |
2592 | 2025-02-22T20:31:18.224Z | Compiling doc-comment v0.3.3 |
2593 | 2025-02-22T20:31:18.477Z | Checking md5 v0.7.0 |
2594 | 2025-02-22T20:31:18.757Z | Compiling target-lexicon v0.13.2 |
2595 | 2025-02-22T20:31:18.781Z | Checking async-task v4.7.1 |
2596 | 2025-02-22T20:31:19.165Z | Checking russh-keys v0.45.0 |
2597 | 2025-02-22T20:31:20.017Z | Checking async-channel v2.3.1 |
2598 | 2025-02-22T20:31:20.079Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2599 | 2025-02-22T20:31:20.331Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2600 | 2025-02-22T20:31:20.356Z | Checking piper v0.2.4 |
2601 | 2025-02-22T20:31:20.604Z | Checking num-bigint v0.4.6 |
2602 | 2025-02-22T20:31:21.009Z | Checking des v0.8.1 |
2603 | 2025-02-22T20:31:21.099Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2604 | 2025-02-22T20:31:21.281Z | Compiling guppy-workspace-hack v0.1.0 |
2605 | 2025-02-22T20:31:21.566Z | Checking futures-timer v3.0.3 |
2606 | 2025-02-22T20:31:21.627Z | Compiling assert_cmd v2.0.16 |
2607 | 2025-02-22T20:31:21.940Z | Checking blocking v1.6.1 |
2608 | 2025-02-22T20:31:21.962Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2609 | 2025-02-22T20:31:22.259Z | Checking async-executor v1.13.1 |
2610 | 2025-02-22T20:31:22.618Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2611 | 2025-02-22T20:31:22.645Z | Checking async-signal v0.2.10 |
2612 | 2025-02-22T20:31:22.790Z | Checking russh v0.45.0 |
2613 | 2025-02-22T20:31:22.922Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2614 | 2025-02-22T20:31:23.312Z | Checking event-listener v2.5.3 |
2615 | 2025-02-22T20:31:23.336Z | Checking internet-checksum v0.2.1 |
2616 | 2025-02-22T20:31:23.446Z | Compiling target-spec v3.4.2 |
2617 | 2025-02-22T20:31:23.555Z | Checking async-channel v1.9.0 |
2618 | 2025-02-22T20:31:23.848Z | Checking async-process v2.3.0 |
2619 | 2025-02-22T20:31:23.995Z | Checking cfg-expr v0.18.0 |
2620 | 2025-02-22T20:31:24.029Z | Checking async-global-executor v2.4.1 |
2621 | 2025-02-22T20:31:24.449Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2622 | 2025-02-22T20:31:24.710Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2623 | 2025-02-22T20:31:24.804Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2624 | 2025-02-22T20:31:25.229Z | Checking httptest v0.16.3 |
2625 | 2025-02-22T20:31:25.863Z | Checking rustls-native-certs v0.7.3 |
2626 | 2025-02-22T20:31:25.937Z | Compiling petname v2.0.2 |
2627 | 2025-02-22T20:31:26.056Z | Checking num_cpus v1.16.0 |
2628 | 2025-02-22T20:31:26.222Z | Checking kv-log-macro v1.0.7 |
2629 | 2025-02-22T20:31:26.376Z | Compiling async-attributes v1.1.2 |
2630 | 2025-02-22T20:31:26.823Z | Checking fixedbitset v0.5.7 |
2631 | 2025-02-22T20:31:27.209Z | Checking async-std v1.13.0 |
2632 | 2025-02-22T20:31:27.230Z | Checking petgraph v0.7.1 |
2633 | 2025-02-22T20:31:28.775Z | Checking threadpool v1.8.1 |
2634 | 2025-02-22T20:31:29.007Z | Checking hyper-rustls v0.26.0 |
2635 | 2025-02-22T20:31:29.351Z | Checking cargo_metadata v0.19.1 |
2636 | 2025-02-22T20:31:29.372Z | Checking pathdiff v0.2.3 |
2637 | 2025-02-22T20:31:29.423Z | Compiling rstest_macros v0.23.0 |
2638 | 2025-02-22T20:31:29.557Z | Checking nested v0.1.1 |
2639 | 2025-02-22T20:31:29.809Z | Checking escape8259 v0.5.3 |
2640 | 2025-02-22T20:31:29.920Z | Compiling target-triple v0.1.3 |
2641 | 2025-02-22T20:31:30.018Z | Checking libtest-mimic v0.7.3 |
2642 | 2025-02-22T20:31:30.578Z | Checking async-object-pool v0.1.5 |
2643 | 2025-02-22T20:31:30.614Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2644 | 2025-02-22T20:31:30.785Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2645 | 2025-02-22T20:31:31.071Z | Checking guppy v0.17.16 |
2646 | 2025-02-22T20:31:31.149Z | Checking similar-asserts v1.6.0 |
2647 | 2025-02-22T20:31:31.349Z | Checking fancy-regex v0.13.0 |
2648 | 2025-02-22T20:31:31.409Z | Checking serde_regex v1.1.0 |
2649 | 2025-02-22T20:31:31.696Z | Checking assert-json-diff v2.0.2 |
2650 | 2025-02-22T20:31:32.001Z | Compiling proc-macro-crate v3.2.0 |
2651 | 2025-02-22T20:31:32.119Z | Checking path-tree v0.8.1 |
2652 | 2025-02-22T20:31:32.481Z | Checking sync-ptr v0.1.1 |
2653 | 2025-02-22T20:31:32.703Z | Checking stringmetrics v2.2.2 |
2654 | 2025-02-22T20:31:32.975Z | Compiling relative-path v1.9.3 |
2655 | 2025-02-22T20:31:33.095Z | Checking httpmock v0.8.0-alpha.1 |
2656 | 2025-02-22T20:31:33.146Z | Checking datatest-stable v0.2.9 |
2657 | 2025-02-22T20:31:33.447Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2658 | 2025-02-22T20:31:33.547Z | Checking blake2b_simd v1.0.2 |
2659 | 2025-02-22T20:31:34.388Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2660 | 2025-02-22T20:31:34.776Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2661 | 2025-02-22T20:31:35.109Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2662 | 2025-02-22T20:31:35.461Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2663 | 2025-02-22T20:31:35.807Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2664 | 2025-02-22T20:31:36.371Z | Checking serde_tokenstream v0.2.2 |
2665 | 2025-02-22T20:31:36.788Z | Checking uzers v0.12.1 |
2666 | 2025-02-22T20:31:37.369Z | Checking rust-argon2 v2.1.0 |
2667 | 2025-02-22T20:31:37.824Z | Checking trybuild v1.0.101 |
2668 | 2025-02-22T20:31:37.867Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2669 | 2025-02-22T20:31:39.117Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2670 | 2025-02-22T20:31:39.198Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2025-02-22T20:31:40.351Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2672 | 2025-02-22T20:31:40.694Z | Checking rand_distr v0.4.3 |
2673 | 2025-02-22T20:31:41.445Z | Checking multimap v0.10.0 |
2674 | 2025-02-22T20:31:41.744Z | Checking approx v0.5.1 |
2675 | 2025-02-22T20:31:41.812Z | Checking rstest v0.23.0 |
2676 | 2025-02-22T20:31:42.038Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2677 | 2025-02-22T20:31:42.626Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2678 | 2025-02-22T20:31:43.049Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2679 | 2025-02-22T20:31:43.954Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2680 | 2025-02-22T20:31:44.269Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2681 | 2025-02-22T20:31:44.469Z | Checking partial-io v0.5.4 |
2682 | 2025-02-22T20:31:44.861Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2683 | 2025-02-22T20:31:45.151Z | Compiling git2 v0.19.0 |
2684 | 2025-02-22T20:31:45.214Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2685 | 2025-02-22T20:31:45.238Z | Checking cargo_toml v0.20.5 |
2686 | 2025-02-22T20:31:45.513Z | Checking termios v0.3.3 |
2687 | 2025-02-22T20:31:45.779Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2688 | 2025-02-22T20:31:46.778Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2689 | 2025-02-22T20:31:47.154Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2690 | 2025-02-22T20:31:49.626Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2691 | 2025-02-22T20:31:53.445Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2692 | 2025-02-22T20:31:53.765Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2693 | 2025-02-22T20:32:06.540Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2694 | 2025-02-22T20:32:16.447Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2695 | 2025-02-22T20:32:44.287Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2696 | 2025-02-22T20:32:44.897Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2697 | 2025-02-22T20:32:48.987Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2698 | 2025-02-22T20:32:56.802Z | Compiling polar-core v0.27.3 |
2699 | 2025-02-22T20:33:05.598Z | Checking oso v0.27.3 |
2700 | 2025-02-22T20:33:40.620Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2701 | 2025-02-22T20:33:40.620Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2702 | 2025-02-22T20:33:40.623Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2703 | 2025-02-22T20:34:52.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2704 | 2025-02-22T20:34:53.220Z | |
2705 | 2025-02-22T20:34:53.223Z | real 6:22.985334172 |
2706 | 2025-02-22T20:34:53.223Z | user 34:03.967581351 |
2707 | 2025-02-22T20:34:53.223Z | sys 5:09.934006668 |
2708 | 2025-02-22T20:34:53.223Z | trap 1.018999508 |
2709 | 2025-02-22T20:34:53.223Z | tflt 0.471718510 |
2710 | 2025-02-22T20:34:53.223Z | dflt 0.261395396 |
2711 | 2025-02-22T20:34:53.223Z | kflt 0.000953439 |
2712 | 2025-02-22T20:34:53.223Z | lock 46:48.647349204 |
2713 | 2025-02-22T20:34:53.223Z | slp 1:55:05.117514967 |
2714 | 2025-02-22T20:34:53.223Z | lat 1:44.626399542 |
2715 | 2025-02-22T20:34:53.223Z | stop 6:51.126363852 |
2716 | 2025-02-22T20:34:53.223Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2717 | 2025-02-22T20:34:53.223Z | + ptime -m cargo doc --workspace --no-deps |
2718 | 2025-02-22T20:34:54.420Z | warning: output filename collision. |
2719 | 2025-02-22T20:34:54.420Z | 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)`. |
2720 | 2025-02-22T20:34:54.420Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2721 | 2025-02-22T20:34:54.420Z | The targets should have unique names. |
2722 | 2025-02-22T20:34:54.420Z | This is a known bug where multiple crates with the same name use |
2723 | 2025-02-22T20:34:54.420Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2724 | 2025-02-22T20:34:54.888Z | Compiling ring v0.17.9 |
2725 | 2025-02-22T20:34:54.973Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2726 | 2025-02-22T20:34:54.994Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2727 | 2025-02-22T20:34:55.037Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2728 | 2025-02-22T20:34:55.069Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2729 | 2025-02-22T20:34:55.071Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2730 | 2025-02-22T20:34:56.508Z | Compiling rustls v0.23.19 |
2731 | 2025-02-22T20:34:56.511Z | Compiling rustls v0.22.4 |
2732 | 2025-02-22T20:34:56.511Z | Compiling rustls v0.21.12 |
2733 | 2025-02-22T20:34:57.973Z | Checking rustls-webpki v0.102.8 |
2734 | 2025-02-22T20:34:57.973Z | Checking rcgen v0.12.1 |
2735 | 2025-02-22T20:34:57.976Z | Checking sct v0.7.1 |
2736 | 2025-02-22T20:34:57.976Z | Checking rustls-webpki v0.101.7 |
2737 | 2025-02-22T20:35:00.700Z | Checking tokio-rustls v0.24.1 |
2738 | 2025-02-22T20:35:01.635Z | Checking tokio-rustls v0.25.0 |
2739 | 2025-02-22T20:35:01.921Z | Checking dropshot v0.12.0 |
2740 | 2025-02-22T20:35:01.924Z | Checking dropshot v0.15.1 |
2741 | 2025-02-22T20:35:02.430Z | Checking tokio-rustls v0.26.0 |
2742 | 2025-02-22T20:35:02.892Z | Checking hyper-rustls v0.27.3 |
2743 | 2025-02-22T20:35:03.231Z | Checking reqwest v0.12.12 |
2744 | 2025-02-22T20:35:03.357Z | Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2745 | 2025-02-22T20:35:05.161Z | Checking progenitor-client v0.9.1 |
2746 | 2025-02-22T20:35:05.406Z | Checking qorb v0.2.1 |
2747 | 2025-02-22T20:35:05.591Z | Checking progenitor-client v0.8.0 |
2748 | 2025-02-22T20:35:05.618Z | Checking progenitor v0.9.1 |
2749 | 2025-02-22T20:35:05.621Z | Checking tough v0.19.0 |
2750 | 2025-02-22T20:35:05.848Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2751 | 2025-02-22T20:35:05.978Z | Checking progenitor v0.8.0 |
2752 | 2025-02-22T20:35:06.225Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2753 | 2025-02-22T20:35:10.230Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2754 | 2025-02-22T20:35:10.635Z | Compiling omicron-zone-package v0.12.0 |
2755 | 2025-02-22T20:35:10.977Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2756 | 2025-02-22T20:35:11.154Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2757 | 2025-02-22T20:35:11.653Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2758 | 2025-02-22T20:35:12.161Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2759 | 2025-02-22T20:35:12.222Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2760 | 2025-02-22T20:35:13.570Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2761 | 2025-02-22T20:35:14.470Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2762 | 2025-02-22T20:35:15.264Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2763 | 2025-02-22T20:35:15.450Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2764 | 2025-02-22T20:35:15.574Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2765 | 2025-02-22T20:35:15.677Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2766 | 2025-02-22T20:35:15.677Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2767 | 2025-02-22T20:35:15.722Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2768 | 2025-02-22T20:35:15.746Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2769 | 2025-02-22T20:35:15.968Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2770 | 2025-02-22T20:35:16.026Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2771 | 2025-02-22T20:35:16.028Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2772 | 2025-02-22T20:35:16.463Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2773 | 2025-02-22T20:35:16.535Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2774 | 2025-02-22T20:35:16.863Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2775 | 2025-02-22T20:35:17.063Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2776 | 2025-02-22T20:35:17.131Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2777 | 2025-02-22T20:35:17.437Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2778 | 2025-02-22T20:35:17.807Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2779 | 2025-02-22T20:35:17.993Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2780 | 2025-02-22T20:35:18.161Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2781 | 2025-02-22T20:35:18.338Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2782 | 2025-02-22T20:35:18.696Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2783 | 2025-02-22T20:35:18.836Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2784 | 2025-02-22T20:35:19.217Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2785 | 2025-02-22T20:35:19.240Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2786 | 2025-02-22T20:35:19.466Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2787 | 2025-02-22T20:35:19.706Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2788 | 2025-02-22T20:35:19.770Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2789 | 2025-02-22T20:35:19.801Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2790 | 2025-02-22T20:35:20.039Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2791 | 2025-02-22T20:35:20.196Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2792 | 2025-02-22T20:35:20.238Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2793 | 2025-02-22T20:35:20.241Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2794 | 2025-02-22T20:35:20.285Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2795 | 2025-02-22T20:35:20.568Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2796 | 2025-02-22T20:35:20.651Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2797 | 2025-02-22T20:35:20.673Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2798 | 2025-02-22T20:35:21.076Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2799 | 2025-02-22T20:35:21.096Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2800 | 2025-02-22T20:35:21.140Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2801 | 2025-02-22T20:35:21.164Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2802 | 2025-02-22T20:35:21.344Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2803 | 2025-02-22T20:35:22.052Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2804 | 2025-02-22T20:35:22.595Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2805 | 2025-02-22T20:35:22.629Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2806 | 2025-02-22T20:35:23.688Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2807 | 2025-02-22T20:35:23.915Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2808 | 2025-02-22T20:35:24.184Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2809 | 2025-02-22T20:35:26.088Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2810 | 2025-02-22T20:35:27.358Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2811 | 2025-02-22T20:35:27.630Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2812 | 2025-02-22T20:35:28.473Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2813 | 2025-02-22T20:35:29.051Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2814 | 2025-02-22T20:35:29.810Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2815 | 2025-02-22T20:35:29.857Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2816 | 2025-02-22T20:35:30.028Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2817 | 2025-02-22T20:35:30.507Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2818 | 2025-02-22T20:35:30.746Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2819 | 2025-02-22T20:35:31.374Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2820 | 2025-02-22T20:35:32.027Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2821 | 2025-02-22T20:35:32.407Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2822 | 2025-02-22T20:35:36.397Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2823 | 2025-02-22T20:35:36.941Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2824 | 2025-02-22T20:35:37.454Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2825 | 2025-02-22T20:35:38.124Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2826 | 2025-02-22T20:35:38.542Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2827 | 2025-02-22T20:35:38.713Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2828 | 2025-02-22T20:35:39.332Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2829 | 2025-02-22T20:35:39.689Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2830 | 2025-02-22T20:35:39.754Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2831 | 2025-02-22T20:35:41.210Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2832 | 2025-02-22T20:35:41.606Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2833 | 2025-02-22T20:35:41.844Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2834 | 2025-02-22T20:35:42.167Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2835 | 2025-02-22T20:35:42.261Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2836 | 2025-02-22T20:35:42.571Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2837 | 2025-02-22T20:35:42.625Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2838 | 2025-02-22T20:35:42.911Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2839 | 2025-02-22T20:35:42.997Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2840 | 2025-02-22T20:35:43.286Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2841 | 2025-02-22T20:35:43.345Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2842 | 2025-02-22T20:35:43.923Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2843 | 2025-02-22T20:35:44.195Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2844 | 2025-02-22T20:35:44.373Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-02-22T20:35:44.438Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2846 | 2025-02-22T20:35:45.460Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2847 | 2025-02-22T20:35:45.803Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2848 | 2025-02-22T20:35:46.198Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2849 | 2025-02-22T20:35:46.627Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2850 | 2025-02-22T20:35:46.726Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2851 | 2025-02-22T20:35:47.071Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2852 | 2025-02-22T20:35:47.196Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2853 | 2025-02-22T20:35:47.226Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2854 | 2025-02-22T20:35:47.289Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2855 | 2025-02-22T20:35:47.819Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2856 | 2025-02-22T20:35:47.923Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2857 | 2025-02-22T20:35:48.355Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2858 | 2025-02-22T20:35:48.550Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2859 | 2025-02-22T20:35:48.859Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2860 | 2025-02-22T20:35:49.271Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2861 | 2025-02-22T20:35:49.465Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2862 | 2025-02-22T20:35:49.701Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2863 | 2025-02-22T20:35:52.226Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2864 | 2025-02-22T20:35:52.664Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2865 | 2025-02-22T20:35:53.136Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2866 | 2025-02-22T20:35:53.474Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2867 | 2025-02-22T20:35:53.671Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2868 | 2025-02-22T20:35:53.693Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2869 | 2025-02-22T20:35:53.930Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2870 | 2025-02-22T20:35:54.417Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2871 | 2025-02-22T20:35:55.055Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2872 | 2025-02-22T20:35:55.231Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2873 | 2025-02-22T20:35:55.253Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2874 | 2025-02-22T20:35:55.525Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2875 | 2025-02-22T20:35:55.568Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2876 | 2025-02-22T20:35:55.597Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2877 | 2025-02-22T20:35:58.111Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2878 | 2025-02-22T20:35:58.504Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2879 | 2025-02-22T20:35:59.661Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2880 | 2025-02-22T20:35:59.663Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2881 | 2025-02-22T20:35:59.720Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2882 | 2025-02-22T20:35:59.940Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2883 | 2025-02-22T20:36:00.572Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2884 | 2025-02-22T20:36:00.923Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2885 | 2025-02-22T20:36:02.044Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2886 | 2025-02-22T20:36:02.095Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2887 | 2025-02-22T20:36:03.351Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2888 | 2025-02-22T20:36:03.748Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2889 | 2025-02-22T20:36:04.301Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2890 | 2025-02-22T20:36:09.990Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2891 | 2025-02-22T20:36:11.214Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2892 | 2025-02-22T20:36:13.701Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2893 | 2025-02-22T20:36:14.751Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2894 | 2025-02-22T20:36:20.288Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2895 | 2025-02-22T20:36:20.331Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2896 | 2025-02-22T20:36:20.640Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2897 | 2025-02-22T20:36:21.538Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2898 | 2025-02-22T20:36:21.885Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2899 | 2025-02-22T20:36:22.175Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2900 | 2025-02-22T20:36:23.026Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2901 | 2025-02-22T20:36:24.949Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2902 | 2025-02-22T20:36:25.365Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2903 | 2025-02-22T20:36:25.544Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2904 | 2025-02-22T20:36:25.970Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2905 | 2025-02-22T20:36:30.094Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2906 | 2025-02-22T20:36:30.495Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2907 | 2025-02-22T20:36:31.171Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2908 | 2025-02-22T20:36:31.327Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2909 | 2025-02-22T20:36:32.056Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2910 | 2025-02-22T20:36:32.474Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2911 | 2025-02-22T20:36:34.870Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2912 | 2025-02-22T20:36:35.124Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2913 | 2025-02-22T20:36:35.837Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2914 | 2025-02-22T20:36:35.910Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2915 | 2025-02-22T20:36:37.325Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2916 | 2025-02-22T20:36:38.458Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2917 | 2025-02-22T20:36:39.066Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2918 | 2025-02-22T20:36:39.628Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2919 | 2025-02-22T20:36:39.860Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2920 | 2025-02-22T20:36:40.292Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2921 | 2025-02-22T20:36:42.138Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2922 | 2025-02-22T20:36:43.371Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2923 | 2025-02-22T20:36:43.536Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2924 | 2025-02-22T20:36:43.978Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2925 | 2025-02-22T20:36:44.251Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2926 | 2025-02-22T20:36:44.709Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2927 | 2025-02-22T20:36:46.365Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2928 | 2025-02-22T20:36:47.595Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2929 | 2025-02-22T20:36:47.904Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2930 | 2025-02-22T20:36:48.190Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2931 | 2025-02-22T20:36:48.861Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2932 | 2025-02-22T20:36:49.247Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2933 | 2025-02-22T20:36:49.910Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2934 | 2025-02-22T20:36:50.817Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2935 | 2025-02-22T20:36:51.112Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2936 | 2025-02-22T20:36:52.384Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2937 | 2025-02-22T20:36:53.470Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2938 | 2025-02-22T20:36:54.581Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2939 | 2025-02-22T20:36:54.955Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2940 | 2025-02-22T20:36:55.197Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2941 | 2025-02-22T20:36:56.265Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2942 | 2025-02-22T20:36:56.804Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2943 | 2025-02-22T20:36:57.866Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2944 | 2025-02-22T20:36:59.220Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2945 | 2025-02-22T20:36:59.280Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2946 | 2025-02-22T20:37:00.214Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2947 | 2025-02-22T20:37:01.597Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2948 | 2025-02-22T20:37:01.681Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2949 | 2025-02-22T20:37:01.749Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2950 | 2025-02-22T20:37:03.401Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2951 | 2025-02-22T20:37:03.901Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2952 | 2025-02-22T20:37:05.021Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2953 | 2025-02-22T20:37:05.233Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2954 | 2025-02-22T20:37:06.766Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2955 | 2025-02-22T20:37:07.558Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2956 | 2025-02-22T20:37:07.994Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2957 | 2025-02-22T20:37:09.067Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2958 | 2025-02-22T20:37:10.346Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2959 | 2025-02-22T20:37:10.830Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2960 | 2025-02-22T20:37:11.473Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2961 | 2025-02-22T20:37:11.790Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2962 | 2025-02-22T20:37:13.168Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2963 | 2025-02-22T20:37:13.671Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2964 | 2025-02-22T20:37:14.946Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2965 | 2025-02-22T20:37:15.129Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2966 | 2025-02-22T20:37:15.830Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2967 | 2025-02-22T20:37:16.545Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2968 | 2025-02-22T20:37:18.037Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2969 | 2025-02-22T20:37:18.434Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2970 | 2025-02-22T20:37:18.436Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2971 | 2025-02-22T20:37:19.317Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2972 | 2025-02-22T20:37:20.338Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2973 | 2025-02-22T20:37:20.739Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2974 | 2025-02-22T20:37:20.833Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2975 | 2025-02-22T20:37:21.381Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2976 | 2025-02-22T20:37:21.744Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
2977 | 2025-02-22T20:37:21.886Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2978 | 2025-02-22T20:37:21.909Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2979 | 2025-02-22T20:37:22.068Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2980 | 2025-02-22T20:37:22.366Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2981 | 2025-02-22T20:37:22.805Z | Documenting omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
2982 | 2025-02-22T20:37:23.103Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2983 | 2025-02-22T20:37:23.372Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2984 | 2025-02-22T20:37:23.572Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2985 | 2025-02-22T20:37:41.585Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2986 | 2025-02-22T20:37:41.587Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2987 | 2025-02-22T20:37:41.587Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2988 | 2025-02-22T20:37:41.587Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2989 | 2025-02-22T20:37:42.508Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2990 | 2025-02-22T20:37:42.614Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2991 | 2025-02-22T20:37:42.683Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2992 | 2025-02-22T20:37:42.729Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2993 | 2025-02-22T20:37:44.588Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2994 | 2025-02-22T20:37:50.323Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2995 | 2025-02-22T20:37:50.988Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2996 | 2025-02-22T20:38:30.517Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2997 | 2025-02-22T20:38:37.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
2998 | 2025-02-22T20:38:37.253Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 146 other files |
2999 | 2025-02-22T20:38:37.321Z | |
3000 | 2025-02-22T20:38:37.324Z | real 3:44.032538060 |
3001 | 2025-02-22T20:38:37.324Z | user 19:49.989353819 |
3002 | 2025-02-22T20:38:37.324Z | sys 2:45.150853774 |
3003 | 2025-02-22T20:38:37.324Z | trap 0.542027260 |
3004 | 2025-02-22T20:38:37.324Z | tflt 0.098839082 |
3005 | 2025-02-22T20:38:37.324Z | dflt 0.162235559 |
3006 | 2025-02-22T20:38:37.324Z | kflt 0.000160334 |
3007 | 2025-02-22T20:38:37.324Z | lock 31:42.648484540 |
3008 | 2025-02-22T20:38:37.324Z | slp 57:13.695357711 |
3009 | 2025-02-22T20:38:37.324Z | lat 1:17.184325821 |
3010 | 2025-02-22T20:38:37.324Z | stop 1:29.014437959 |
3011 | 2025-02-22T20:38:37.324Z | process exited: duration 924263 ms, exit code 0 |
|
3012 | 2025-02-22T20:38:37.330Z | found 0 output files |