|
|
|
1 | 2025-02-22T20:22:26.809Z | job assigned to worker 01JMQN529QYJKWJEDZ4JGP0RC2 [factory aws, i-03749296246fc9c65] (queued for 1 m 1 s) |
|
2 | 2025-02-22T20:22:35.091Z | starting task 0: "setup" |
3 | 2025-02-22T20:22:35.099Z | ++ uname -s |
4 | 2025-02-22T20:22:35.102Z | + kern=SunOS |
5 | 2025-02-22T20:22:35.102Z | + build_user=build |
6 | 2025-02-22T20:22:35.102Z | + build_uid=12345 |
7 | 2025-02-22T20:22:35.102Z | + work_dir=/work |
8 | 2025-02-22T20:22:35.102Z | + input_dir=/input |
9 | 2025-02-22T20:22:35.102Z | + [[ 0 == 12345 ]] |
10 | 2025-02-22T20:22:35.102Z | + case "$kern" in |
11 | 2025-02-22T20:22:35.102Z | + groupadd -g 12345 build |
12 | 2025-02-22T20:22:35.105Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-22T20:22:37.112Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-22T20:22:37.188Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-22T20:22:37.191Z | + home_fs=zfs |
16 | 2025-02-22T20:22:37.191Z | + [[ zfs == autofs ]] |
17 | 2025-02-22T20:22:37.191Z | + mkdir -p /home/build |
18 | 2025-02-22T20:22:37.193Z | + chown build:build /home/build /work |
19 | 2025-02-22T20:22:39.195Z | + chmod 0700 /home/build /work |
20 | 2025-02-22T20:22:39.198Z | process exited: duration 4105 ms, exit code 0 |
|
21 | 2025-02-22T20:22:39.203Z | starting task 1: "rust-toolchain" |
22 | 2025-02-22T20:22:39.209Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-22T20:22:39.209Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-22T20:22:39.209Z | * rust toolchain channel = "1.85.0" |
25 | 2025-02-22T20:22:39.209Z | * rust toolchain profile = "default" |
26 | 2025-02-22T20:22:39.209Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-22T20:22:39.209Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-22T20:22:39.212Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-22T20:22:39.212Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-22T20:22:39.331Z | info: downloading installer |
31 | 2025-02-22T20:22:40.493Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-22T20:22:40.493Z | warning: /opt/ooce/bin |
33 | 2025-02-22T20:22:40.493Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-22T20:22:40.493Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-22T20:22:40.493Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-22T20:22:40.493Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-22T20:22:40.493Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-22T20:22:40.493Z | error: cannot install while Rust is installed |
39 | 2025-02-22T20:22:40.493Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-22T20:22:40.509Z | info: profile set to 'default' |
41 | 2025-02-22T20:22:40.509Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-22T20:22:40.512Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-22T20:22:40.674Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-22T20:22:40.674Z | info: downloading component 'cargo' |
45 | 2025-02-22T20:22:41.566Z | info: downloading component 'clippy' |
46 | 2025-02-22T20:22:41.912Z | info: downloading component 'rust-docs' |
47 | 2025-02-22T20:22:43.267Z | info: downloading component 'rust-std' |
48 | 2025-02-22T20:22:45.258Z | info: downloading component 'rustc' |
49 | 2025-02-22T20:22:52.109Z | info: downloading component 'rustfmt' |
50 | 2025-02-22T20:22:52.365Z | info: installing component 'cargo' |
51 | 2025-02-22T20:22:53.191Z | info: installing component 'clippy' |
52 | 2025-02-22T20:22:53.571Z | info: installing component 'rust-docs' |
53 | 2025-02-22T20:22:55.327Z | info: installing component 'rust-std' |
54 | 2025-02-22T20:22:57.202Z | info: installing component 'rustc' |
55 | 2025-02-22T20:23:03.104Z | info: installing component 'rustfmt' |
56 | 2025-02-22T20:23:03.436Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-22T20:23:03.436Z | |
58 | 2025-02-22T20:23:03.802Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-22T20:23:03.802Z | |
60 | 2025-02-22T20:23:03.804Z | |
61 | 2025-02-22T20:23:03.805Z | Rust is installed now. Great! |
62 | 2025-02-22T20:23:03.805Z | |
63 | 2025-02-22T20:23:03.805Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-22T20:23:03.805Z | environment variable. This has not been done automatically. |
65 | 2025-02-22T20:23:03.805Z | |
66 | 2025-02-22T20:23:03.805Z | To configure your current shell, you need to source |
67 | 2025-02-22T20:23:03.805Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-22T20:23:03.805Z | |
69 | 2025-02-22T20:23:03.805Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-22T20:23:03.805Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-22T20:23:03.805Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-22T20:23:03.873Z | + rustup --version |
73 | 2025-02-22T20:23:03.880Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-22T20:23:03.880Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-22T20:23:03.960Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-22T20:23:03.963Z | + cargo --version |
77 | 2025-02-22T20:23:04.019Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-22T20:23:04.022Z | + rustc --version |
79 | 2025-02-22T20:23:04.084Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-22T20:23:04.088Z | process exited: duration 24879 ms, exit code 0 |
|
81 | 2025-02-22T20:23:04.093Z | starting task 2: "authentication" |
82 | 2025-02-22T20:23:04.114Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-22T20:23:04.119Z | starting task 3: "clone repository" |
84 | 2025-02-22T20:23:04.124Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-22T20:23:04.126Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-22T20:23:04.166Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-22T20:23:11.427Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-22T20:23:11.431Z | + git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93 |
89 | 2025-02-22T20:23:11.715Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-22T20:23:11.715Z | * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD |
91 | 2025-02-22T20:23:11.725Z | + [[ -n expunge-and-decommission-disks-in-planner ]] |
92 | 2025-02-22T20:23:11.727Z | ++ git branch --show-current |
93 | 2025-02-22T20:23:11.730Z | + current=main |
94 | 2025-02-22T20:23:11.730Z | + [[ main != expunge-and-decommission-disks-in-planner ]] |
95 | 2025-02-22T20:23:11.730Z | + git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93 |
96 | 2025-02-22T20:23:11.733Z | + git checkout -f expunge-and-decommission-disks-in-planner |
97 | 2025-02-22T20:23:11.916Z | Switched to branch 'expunge-and-decommission-disks-in-planner' |
98 | 2025-02-22T20:23:11.919Z | + git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93 |
99 | 2025-02-22T20:23:11.947Z | HEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner |
100 | 2025-02-22T20:23:11.950Z | process exited: duration 7828 ms, exit code 0 |
|
101 | 2025-02-22T20:23:11.956Z | starting task 4: "build" |
102 | 2025-02-22T20:23:11.961Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-22T20:23:11.961Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-22T20:23:11.961Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-22T20:23:11.964Z | + cargo --version |
106 | 2025-02-22T20:23:12.013Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-22T20:23:12.016Z | + rustc --version |
108 | 2025-02-22T20:23:12.079Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-22T20:23:12.082Z | + source ./env.sh |
110 | 2025-02-22T20:23:12.082Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-22T20:23:12.082Z | ++ set -o xtrace |
112 | 2025-02-22T20:23:12.085Z | ++++ dirname ./env.sh |
113 | 2025-02-22T20:23:12.087Z | +++ readlink -f . |
114 | 2025-02-22T20:23:12.090Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-22T20:23:12.090Z | ++ export PATH=/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.090Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
117 | 2025-02-22T20:23:12.090Z | ++ 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 |
118 | 2025-02-22T20:23:12.090Z | ++ 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 |
119 | 2025-02-22T20:23:12.090Z | ++ 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 |
120 | 2025-02-22T20:23:12.090Z | ++ 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 |
121 | 2025-02-22T20:23:12.090Z | ++ 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 |
122 | 2025-02-22T20:23:12.090Z | ++ 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 |
123 | 2025-02-22T20:23:12.090Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-22T20:23:12.090Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-22T20:23:12.090Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
126 | 2025-02-22T20:23:12.090Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
127 | 2025-02-22T20:23:12.090Z | + banner prerequisites |
128 | 2025-02-22T20:23:12.093Z | |
129 | 2025-02-22T20:23:12.093Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-22T20:23:12.093Z | # # # # # # # # # # # # # # # |
131 | 2025-02-22T20:23:12.093Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-22T20:23:12.093Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-22T20:23:12.094Z | # # # # # # # # # # # # # # # |
134 | 2025-02-22T20:23:12.094Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-22T20:23:12.094Z | |
136 | 2025-02-22T20:23:12.094Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-22T20:23:13.747Z | pkg list: illegal option -- F |
138 | 2025-02-22T20:23:13.747Z | Usage: |
139 | 2025-02-22T20:23:13.750Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-22T20:23:13.750Z | [pkg_fmri_pattern ...] |
141 | 2025-02-22T20:23:14.574Z | pkg list: illegal option -- F |
142 | 2025-02-22T20:23:14.574Z | Usage: |
143 | 2025-02-22T20:23:14.577Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-22T20:23:14.577Z | [pkg_fmri_pattern ...] |
145 | 2025-02-22T20:23:22.983Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-22T20:23:27.298Z | Startup: Caching catalogs ... Done |
147 | 2025-02-22T20:23:40.538Z | Planning: Solver setup ... Done (12.301s) |
148 | 2025-02-22T20:23:40.696Z | Planning: Running solver ... Done (0.158s) |
149 | 2025-02-22T20:23:40.822Z | Planning: Finding local manifests ... Done (0.006s) |
150 | 2025-02-22T20:23:40.835Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-22T20:23:41.064Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-22T20:23:41.174Z | Planning: Package planning ... Done (0.111s) |
153 | 2025-02-22T20:23:41.231Z | Planning: Merging actions ... Done (0.057s) |
154 | 2025-02-22T20:23:41.432Z | Planning: Checking for conflicting actions ... Done (0.200s) |
155 | 2025-02-22T20:23:43.571Z | Planning: Consolidating action changes ... Done (2.139s) |
156 | 2025-02-22T20:23:44.020Z | Planning: Evaluating mediators ... Done (0.449s) |
157 | 2025-02-22T20:23:44.099Z | Planning: Planning completed in 16.70 seconds |
158 | 2025-02-22T20:23:44.115Z | Packages to install: 4 |
159 | 2025-02-22T20:23:44.115Z | Packages to update: 3 |
160 | 2025-02-22T20:23:44.117Z | Mediators to change: 2 |
161 | 2025-02-22T20:23:44.117Z | Services to change: 1 |
162 | 2025-02-22T20:23:44.117Z | Estimated space available: 155.61 GB |
163 | 2025-02-22T20:23:44.117Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-22T20:23:44.117Z | Create boot environment: No |
165 | 2025-02-22T20:23:44.117Z | Create backup boot environment: Yes |
166 | 2025-02-22T20:23:44.118Z | Rebuild boot archive: No |
167 | 2025-02-22T20:23:44.118Z | |
168 | 2025-02-22T20:23:44.118Z | Changed mediators: |
169 | 2025-02-22T20:23:44.118Z | mediator clang: |
170 | 2025-02-22T20:23:44.118Z | version: None -> 15 (system default) |
171 | 2025-02-22T20:23:44.118Z | |
172 | 2025-02-22T20:23:44.118Z | mediator llvm: |
173 | 2025-02-22T20:23:44.118Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-22T20:23:44.118Z | |
175 | 2025-02-22T20:23:44.118Z | Changed packages: |
176 | 2025-02-22T20:23:44.118Z | helios-dev |
177 | 2025-02-22T20:23:44.118Z | developer/build-essential |
178 | 2025-02-22T20:23:44.118Z | None -> 11-2.0 |
179 | 2025-02-22T20:23:44.118Z | library/libxmlsec1 |
180 | 2025-02-22T20:23:44.118Z | None -> 1.2.35-2.0 |
181 | 2025-02-22T20:23:44.118Z | ooce/developer/clang-15 |
182 | 2025-02-22T20:23:44.118Z | None -> 15.0.7-2.0 |
183 | 2025-02-22T20:23:44.118Z | ooce/developer/llvm-15 |
184 | 2025-02-22T20:23:44.118Z | None -> 15.0.7-2.0 |
185 | 2025-02-22T20:23:44.118Z | package/pkg |
186 | 2025-02-22T20:23:44.118Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-22T20:23:44.118Z | system/library/g++-runtime |
188 | 2025-02-22T20:23:44.118Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-22T20:23:44.118Z | system/library/gcc-runtime |
190 | 2025-02-22T20:23:44.118Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-22T20:23:44.118Z | |
192 | 2025-02-22T20:23:44.118Z | Services: |
193 | 2025-02-22T20:23:44.118Z | restart_fmri: |
194 | 2025-02-22T20:23:44.118Z | svc:/system/update-man-index:default |
195 | 2025-02-22T20:23:44.118Z | |
196 | 2025-02-22T20:23:44.118Z | Editable files to change: |
197 | 2025-02-22T20:23:44.118Z | Update: |
198 | 2025-02-22T20:23:44.118Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-22T20:23:44.199Z | |
200 | 2025-02-22T20:23:44.199Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-22T20:23:49.209Z | Download: 724/4301 items 18.2/225.4MB 8% complete (3.8M/s) |
202 | 2025-02-22T20:23:54.830Z | Download: 1194/4301 items 83.5/225.4MB 37% complete (9.6M/s) |
203 | 2025-02-22T20:24:01.229Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (9.3M/s) |
204 | 2025-02-22T20:24:06.234Z | Download: 1791/4301 items 116.9/225.4MB 51% complete (4.7M/s) |
205 | 2025-02-22T20:24:13.975Z | Download: 2222/4301 items 118.6/225.4MB 52% complete (3.6M/s) |
206 | 2025-02-22T20:24:18.986Z | Download: 3042/4301 items 121.4/225.4MB 53% complete (366k/s) |
207 | 2025-02-22T20:24:23.994Z | Download: 3499/4301 items 215.5/225.4MB 95% complete (9.7M/s) |
208 | 2025-02-22T20:24:29.005Z | Download: 3994/4301 items 218.7/225.4MB 97% complete (9.7M/s) |
209 | 2025-02-22T20:24:34.762Z | Download: 4205/4301 items 220.5/225.4MB 97% complete (4.2M/s) |
210 | 2025-02-22T20:24:36.332Z | Download: Completed 225.42 MB in 52.12 seconds (4.3M/s) |
211 | 2025-02-22T20:24:38.335Z | Actions: 1/5122 actions (Removing old actions) |
212 | 2025-02-22T20:24:38.358Z | Actions: 194/5122 actions (Installing new actions) |
213 | 2025-02-22T20:24:43.053Z | Actions: 4267/5122 actions (Updating modified actions) |
214 | 2025-02-22T20:24:43.414Z | Actions: Completed 5122 actions in 5.08 seconds. |
215 | 2025-02-22T20:24:43.649Z | Done (0.227s) |
216 | 2025-02-22T20:24:43.651Z | Done (0.001s) |
217 | 2025-02-22T20:24:44.266Z | Done (0.615s) |
218 | 2025-02-22T20:24:48.632Z | Done (4.141s) |
219 | 2025-02-22T20:24:48.716Z | Done (0.017s) |
220 | 2025-02-22T20:24:48.719Z | Done (0.000s) |
221 | 2025-02-22T20:24:48.878Z | Done (0.000s) |
222 | 2025-02-22T20:24:49.585Z | Planning: Evaluating mediator changes ... Done |
223 | 2025-02-22T20:24:49.750Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-02-22T20:24:49.753Z | Planning: Consolidating action changes ... Done |
225 | 2025-02-22T20:24:50.026Z | Planning: Evaluating mediators ... Done |
226 | 2025-02-22T20:24:50.028Z | Planning: Planning completed in 0.44 seconds |
227 | 2025-02-22T20:24:50.066Z | Mediators to change: 2 |
228 | 2025-02-22T20:24:50.066Z | Create boot environment: No |
229 | 2025-02-22T20:24:50.066Z | Create backup boot environment: No |
230 | 2025-02-22T20:24:50.149Z | Done |
231 | 2025-02-22T20:24:50.149Z | Done |
232 | 2025-02-22T20:24:50.566Z | Done |
233 | 2025-02-22T20:24:54.171Z | Done |
234 | 2025-02-22T20:24:54.262Z | Done |
235 | 2025-02-22T20:24:54.264Z | Done |
236 | 2025-02-22T20:24:54.392Z | Done |
237 | 2025-02-22T20:24:54.999Z | Planning: Evaluating mediator changes ... Done |
238 | 2025-02-22T20:24:55.002Z | Planning: Merging actions ... Done |
239 | 2025-02-22T20:24:55.192Z | Planning: Checking for conflicting actions ... Done |
240 | 2025-02-22T20:24:55.194Z | Planning: Consolidating action changes ... Done |
241 | 2025-02-22T20:24:55.454Z | Planning: Evaluating mediators ... Done |
242 | 2025-02-22T20:24:55.508Z | Planning: Planning completed in 0.75 seconds |
243 | 2025-02-22T20:24:55.549Z | Packages to change: 1 |
244 | 2025-02-22T20:24:55.549Z | Mediators to change: 1 |
245 | 2025-02-22T20:24:55.552Z | Services to change: 1 |
246 | 2025-02-22T20:24:55.552Z | Create boot environment: No |
247 | 2025-02-22T20:24:55.552Z | Create backup boot environment: Yes |
248 | 2025-02-22T20:24:57.762Z | Actions: 1/6 actions (Updating modified actions) |
249 | 2025-02-22T20:24:57.764Z | Actions: Completed 6 actions in 0.00 seconds. |
250 | 2025-02-22T20:24:57.764Z | Done |
251 | 2025-02-22T20:24:57.764Z | Done |
252 | 2025-02-22T20:24:57.887Z | Done |
253 | 2025-02-22T20:25:01.583Z | Done |
254 | 2025-02-22T20:25:01.675Z | Done |
255 | 2025-02-22T20:25:01.678Z | Done |
256 | 2025-02-22T20:25:01.821Z | Done |
257 | 2025-02-22T20:25:02.255Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
258 | 2025-02-22T20:25:02.255Z | clang system 15 system |
259 | 2025-02-22T20:25:02.255Z | csh system system illumos |
260 | 2025-02-22T20:25:02.255Z | ctags system system illumos |
261 | 2025-02-22T20:25:02.255Z | gcc vendor 12 vendor |
262 | 2025-02-22T20:25:02.255Z | gcc system 10 system |
263 | 2025-02-22T20:25:02.255Z | gcc system 7 system |
264 | 2025-02-22T20:25:02.256Z | go system 1.20 system |
265 | 2025-02-22T20:25:02.256Z | go system 1.19 system |
266 | 2025-02-22T20:25:02.256Z | llvm system 15 system |
267 | 2025-02-22T20:25:02.256Z | llvm system 14 system |
268 | 2025-02-22T20:25:02.256Z | mariadb system 10.6 system |
269 | 2025-02-22T20:25:02.256Z | mta vendor vendor dma |
270 | 2025-02-22T20:25:02.256Z | openjdk system 17 system |
271 | 2025-02-22T20:25:02.256Z | openjdk system 11 system |
272 | 2025-02-22T20:25:02.256Z | openjdk system 1.8 system |
273 | 2025-02-22T20:25:02.256Z | openssl vendor 3 vendor |
274 | 2025-02-22T20:25:02.256Z | perl system 5.36 system |
275 | 2025-02-22T20:25:02.256Z | postgresql system 15 system |
276 | 2025-02-22T20:25:02.256Z | postgresql system 13 system |
277 | 2025-02-22T20:25:02.256Z | python vendor 3 vendor |
278 | 2025-02-22T20:25:02.256Z | python system 2 system |
279 | 2025-02-22T20:25:02.256Z | python3 system 3.11 system |
280 | 2025-02-22T20:25:02.256Z | ruby system 3.0 system |
281 | 2025-02-22T20:25:02.256Z | words vendor vendor american-english |
282 | 2025-02-22T20:25:02.256Z | words system system australian-english |
283 | 2025-02-22T20:25:02.256Z | words system system british-english |
284 | 2025-02-22T20:25:02.256Z | words system system canadian-english |
285 | 2025-02-22T20:25:02.256Z | words system system french |
286 | 2025-02-22T20:25:02.256Z | words system system italian |
287 | 2025-02-22T20:25:02.256Z | words system system ngerman |
288 | 2025-02-22T20:25:02.256Z | words system system ogerman |
289 | 2025-02-22T20:25:02.256Z | words system system spanish |
290 | 2025-02-22T20:25:02.585Z | PUBLISHER TYPE STATUS P LOCATION |
291 | 2025-02-22T20:25:02.585Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
292 | 2025-02-22T20:25:05.629Z | FMRI IFO |
293 | 2025-02-22T20:25:05.629Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
294 | 2025-02-22T20:25:05.629Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
295 | 2025-02-22T20:25:05.629Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
296 | 2025-02-22T20:25:05.629Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
297 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
298 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
299 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
300 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
301 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
302 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
303 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
304 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
305 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
306 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
307 | 2025-02-22T20:25:05.630Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
308 | 2025-02-22T20:25:06.404Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
309 | 2025-02-22T20:25:06.679Z | Updating crates.io index |
310 | 2025-02-22T20:25:06.733Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
311 | 2025-02-22T20:25:07.296Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-02-22T20:25:07.539Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-02-22T20:25:07.781Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
314 | 2025-02-22T20:25:08.818Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
315 | 2025-02-22T20:25:10.668Z | Updating git repository `https://github.com/oxidecomputer/opte` |
316 | 2025-02-22T20:25:11.393Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
317 | 2025-02-22T20:25:12.159Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
318 | 2025-02-22T20:25:12.423Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
319 | 2025-02-22T20:25:12.788Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
320 | 2025-02-22T20:25:13.323Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
321 | 2025-02-22T20:25:13.924Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
322 | 2025-02-22T20:25:14.214Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
323 | 2025-02-22T20:25:14.543Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
324 | 2025-02-22T20:25:14.838Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
325 | 2025-02-22T20:25:15.079Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
326 | 2025-02-22T20:25:15.330Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
327 | 2025-02-22T20:25:15.644Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
328 | 2025-02-22T20:25:15.961Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
329 | 2025-02-22T20:25:16.344Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
330 | 2025-02-22T20:25:16.679Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
331 | 2025-02-22T20:25:17.104Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
332 | 2025-02-22T20:25:17.351Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
333 | 2025-02-22T20:25:17.850Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
334 | 2025-02-22T20:25:18.154Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
335 | 2025-02-22T20:25:18.531Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
336 | 2025-02-22T20:25:18.930Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
337 | 2025-02-22T20:25:19.234Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
338 | 2025-02-22T20:25:19.491Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
339 | 2025-02-22T20:25:19.752Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
340 | 2025-02-22T20:25:21.016Z | Downloading crates ... |
341 | 2025-02-22T20:25:21.187Z | Downloaded camino v1.1.9 |
342 | 2025-02-22T20:25:21.261Z | Downloaded camino-tempfile v1.1.1 |
343 | 2025-02-22T20:25:21.264Z | Downloaded cargo-platform v0.1.8 |
344 | 2025-02-22T20:25:21.266Z | Downloaded clap_lex v0.7.4 |
345 | 2025-02-22T20:25:21.266Z | Downloaded digest v0.10.7 |
346 | 2025-02-22T20:25:21.281Z | Downloaded equivalent v1.0.1 |
347 | 2025-02-22T20:25:21.284Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-02-22T20:25:21.288Z | Downloaded cpufeatures v0.2.14 |
349 | 2025-02-22T20:25:21.292Z | Downloaded dof v0.3.0 |
350 | 2025-02-22T20:25:21.297Z | Downloaded cfg-if v1.0.0 |
351 | 2025-02-22T20:25:21.300Z | Downloaded fnv v1.0.7 |
352 | 2025-02-22T20:25:21.303Z | Downloaded crypto-common v0.1.6 |
353 | 2025-02-22T20:25:21.308Z | Downloaded macaddr v1.0.1 |
354 | 2025-02-22T20:25:21.311Z | Downloaded cargo_metadata v0.18.1 |
355 | 2025-02-22T20:25:21.314Z | Downloaded itoa v1.0.11 |
356 | 2025-02-22T20:25:21.314Z | Downloaded is_terminal_polyfill v1.70.1 |
357 | 2025-02-22T20:25:21.316Z | Downloaded heck v0.4.1 |
358 | 2025-02-22T20:25:21.316Z | Downloaded fs-err v2.11.0 |
359 | 2025-02-22T20:25:21.319Z | Downloaded colorchoice v1.0.2 |
360 | 2025-02-22T20:25:21.327Z | Downloaded smawk v0.3.2 |
361 | 2025-02-22T20:25:21.330Z | Downloaded unicode-linebreak v0.1.5 |
362 | 2025-02-22T20:25:21.330Z | Downloaded fastrand v2.1.1 |
363 | 2025-02-22T20:25:21.332Z | Downloaded errno v0.3.9 |
364 | 2025-02-22T20:25:21.332Z | Downloaded clap_derive v4.5.28 |
365 | 2025-02-22T20:25:21.335Z | Downloaded proc-macro-error-attr v1.0.4 |
366 | 2025-02-22T20:25:21.337Z | Downloaded generic-array v0.14.7 |
367 | 2025-02-22T20:25:21.337Z | Downloaded cargo_toml v0.20.5 |
368 | 2025-02-22T20:25:21.341Z | Downloaded swrite v0.1.0 |
369 | 2025-02-22T20:25:21.343Z | Downloaded pretty-hex v0.4.1 |
370 | 2025-02-22T20:25:21.346Z | Downloaded pest_generator v2.7.14 |
371 | 2025-02-22T20:25:21.350Z | Downloaded scroll_derive v0.12.0 |
372 | 2025-02-22T20:25:21.358Z | Downloaded pest_meta v2.7.14 |
373 | 2025-02-22T20:25:21.362Z | Downloaded quote v1.0.38 |
374 | 2025-02-22T20:25:21.367Z | Downloaded usdt-attr-macro v0.5.0 |
375 | 2025-02-22T20:25:21.370Z | Downloaded plain v0.2.3 |
376 | 2025-02-22T20:25:21.372Z | Downloaded usdt-macro v0.5.0 |
377 | 2025-02-22T20:25:21.372Z | Downloaded terminal_size v0.4.0 |
378 | 2025-02-22T20:25:21.372Z | Downloaded clap v4.5.30 |
379 | 2025-02-22T20:25:21.380Z | Downloaded thiserror-impl v1.0.69 |
380 | 2025-02-22T20:25:21.382Z | Downloaded heck v0.5.0 |
381 | 2025-02-22T20:25:21.385Z | Downloaded log v0.4.22 |
382 | 2025-02-22T20:25:21.388Z | Downloaded serde_spanned v0.6.8 |
383 | 2025-02-22T20:25:21.390Z | Downloaded version_check v0.9.5 |
384 | 2025-02-22T20:25:21.390Z | Downloaded anstyle-parse v0.2.5 |
385 | 2025-02-22T20:25:21.393Z | Downloaded memmap v0.7.0 |
386 | 2025-02-22T20:25:21.396Z | Downloaded autocfg v1.4.0 |
387 | 2025-02-22T20:25:21.398Z | Downloaded serde_tokenstream v0.2.2 |
388 | 2025-02-22T20:25:21.399Z | Downloaded anstyle-query v1.1.1 |
389 | 2025-02-22T20:25:21.402Z | Downloaded thread-id v4.2.2 |
390 | 2025-02-22T20:25:21.420Z | Downloaded byteorder v1.5.0 |
391 | 2025-02-22T20:25:21.420Z | Downloaded anstyle v1.0.10 |
392 | 2025-02-22T20:25:21.420Z | Downloaded usdt v0.5.0 |
393 | 2025-02-22T20:25:21.420Z | Downloaded tabled_derive v0.7.0 |
394 | 2025-02-22T20:25:21.420Z | Downloaded strsim v0.11.1 |
395 | 2025-02-22T20:25:21.420Z | Downloaded bytecount v0.6.8 |
396 | 2025-02-22T20:25:21.420Z | Downloaded utf8parse v0.2.2 |
397 | 2025-02-22T20:25:21.420Z | Downloaded usdt-impl v0.5.0 |
398 | 2025-02-22T20:25:21.420Z | Downloaded toml_datetime v0.6.8 |
399 | 2025-02-22T20:25:21.423Z | Downloaded once_cell v1.20.3 |
400 | 2025-02-22T20:25:21.423Z | Downloaded thiserror v1.0.69 |
401 | 2025-02-22T20:25:21.427Z | Downloaded unicode-ident v1.0.14 |
402 | 2025-02-22T20:25:21.429Z | Downloaded scroll v0.12.0 |
403 | 2025-02-22T20:25:21.432Z | Downloaded proc-macro-error v1.0.4 |
404 | 2025-02-22T20:25:21.435Z | Downloaded semver v1.0.25 |
405 | 2025-02-22T20:25:21.437Z | Downloaded tempfile v3.13.0 |
406 | 2025-02-22T20:25:21.440Z | Downloaded pest_derive v2.7.14 |
407 | 2025-02-22T20:25:21.443Z | Downloaded zerocopy-derive v0.7.35 |
408 | 2025-02-22T20:25:21.446Z | Downloaded anstream v0.6.15 |
409 | 2025-02-22T20:25:21.449Z | Downloaded ucd-trie v0.1.7 |
410 | 2025-02-22T20:25:21.452Z | Downloaded block-buffer v0.10.4 |
411 | 2025-02-22T20:25:21.454Z | Downloaded textwrap v0.16.1 |
412 | 2025-02-22T20:25:21.457Z | Downloaded ryu v1.0.18 |
413 | 2025-02-22T20:25:21.460Z | Downloaded serde_derive v1.0.217 |
414 | 2025-02-22T20:25:21.462Z | Downloaded indexmap v2.7.1 |
415 | 2025-02-22T20:25:21.465Z | Downloaded typenum v1.17.0 |
416 | 2025-02-22T20:25:21.468Z | Downloaded toml v0.8.19 |
417 | 2025-02-22T20:25:21.471Z | Downloaded proc-macro2 v1.0.92 |
418 | 2025-02-22T20:25:21.473Z | Downloaded anyhow v1.0.96 |
419 | 2025-02-22T20:25:21.477Z | Downloaded bitflags v2.6.0 |
420 | 2025-02-22T20:25:21.480Z | Downloaded papergrid v0.11.0 |
421 | 2025-02-22T20:25:21.485Z | Downloaded sha2 v0.10.8 |
422 | 2025-02-22T20:25:21.488Z | Downloaded memchr v2.7.4 |
423 | 2025-02-22T20:25:21.492Z | Downloaded serde v1.0.217 |
424 | 2025-02-22T20:25:21.496Z | Downloaded clap_builder v4.5.30 |
425 | 2025-02-22T20:25:21.519Z | Downloaded toml_edit v0.22.22 |
426 | 2025-02-22T20:25:21.541Z | Downloaded pest v2.7.14 |
427 | 2025-02-22T20:25:21.546Z | Downloaded hashbrown v0.15.1 |
428 | 2025-02-22T20:25:21.563Z | Downloaded serde_json v1.0.139 |
429 | 2025-02-22T20:25:21.570Z | Downloaded goblin v0.8.2 |
430 | 2025-02-22T20:25:21.576Z | Downloaded zerocopy v0.7.35 |
431 | 2025-02-22T20:25:21.591Z | Downloaded winnow v0.6.20 |
432 | 2025-02-22T20:25:21.599Z | Downloaded tabled v0.15.0 |
433 | 2025-02-22T20:25:21.623Z | Downloaded syn v1.0.109 |
434 | 2025-02-22T20:25:21.640Z | Downloaded unicode-width v0.1.14 |
435 | 2025-02-22T20:25:21.645Z | Downloaded syn v2.0.96 |
436 | 2025-02-22T20:25:21.656Z | Downloaded rustix v0.38.37 |
437 | 2025-02-22T20:25:21.696Z | Downloaded libc v0.2.169 |
438 | 2025-02-22T20:25:21.987Z | Compiling proc-macro2 v1.0.92 |
439 | 2025-02-22T20:25:21.987Z | Compiling unicode-ident v1.0.14 |
440 | 2025-02-22T20:25:21.990Z | Compiling version_check v0.9.5 |
441 | 2025-02-22T20:25:21.990Z | Compiling serde v1.0.217 |
442 | 2025-02-22T20:25:21.990Z | Compiling memchr v2.7.4 |
443 | 2025-02-22T20:25:21.990Z | Compiling thiserror v1.0.69 |
444 | 2025-02-22T20:25:21.990Z | Compiling libc v0.2.169 |
445 | 2025-02-22T20:25:22.022Z | Compiling itoa v1.0.11 |
446 | 2025-02-22T20:25:22.280Z | Compiling ucd-trie v0.1.7 |
447 | 2025-02-22T20:25:22.303Z | Compiling ryu v1.0.18 |
448 | 2025-02-22T20:25:22.649Z | Compiling once_cell v1.20.3 |
449 | 2025-02-22T20:25:22.782Z | Compiling byteorder v1.5.0 |
450 | 2025-02-22T20:25:22.825Z | Compiling rustix v0.38.37 |
451 | 2025-02-22T20:25:22.974Z | Compiling serde_json v1.0.139 |
452 | 2025-02-22T20:25:23.243Z | Compiling bitflags v2.6.0 |
453 | 2025-02-22T20:25:23.341Z | Compiling usdt-impl v0.5.0 |
454 | 2025-02-22T20:25:23.531Z | Compiling proc-macro-error-attr v1.0.4 |
455 | 2025-02-22T20:25:23.633Z | Compiling syn v1.0.109 |
456 | 2025-02-22T20:25:23.636Z | Compiling proc-macro-error v1.0.4 |
457 | 2025-02-22T20:25:23.740Z | Compiling utf8parse v0.2.2 |
458 | 2025-02-22T20:25:23.857Z | Compiling quote v1.0.38 |
459 | 2025-02-22T20:25:23.898Z | Compiling plain v0.2.3 |
460 | 2025-02-22T20:25:23.921Z | Compiling errno v0.3.9 |
461 | 2025-02-22T20:25:23.943Z | Compiling log v0.4.22 |
462 | 2025-02-22T20:25:24.074Z | Compiling camino v1.1.9 |
463 | 2025-02-22T20:25:24.148Z | Compiling equivalent v1.0.1 |
464 | 2025-02-22T20:25:24.254Z | Compiling syn v2.0.96 |
465 | 2025-02-22T20:25:24.278Z | Compiling hashbrown v0.15.1 |
466 | 2025-02-22T20:25:24.419Z | Compiling thread-id v4.2.2 |
467 | 2025-02-22T20:25:24.546Z | Compiling anstyle-parse v0.2.5 |
468 | 2025-02-22T20:25:24.727Z | Compiling is_terminal_polyfill v1.70.1 |
469 | 2025-02-22T20:25:24.867Z | Compiling colorchoice v1.0.2 |
470 | 2025-02-22T20:25:24.890Z | Compiling anstyle-query v1.1.1 |
471 | 2025-02-22T20:25:24.977Z | Compiling anstyle v1.0.10 |
472 | 2025-02-22T20:25:25.048Z | Compiling pretty-hex v0.4.1 |
473 | 2025-02-22T20:25:25.073Z | Compiling unicode-width v0.1.14 |
474 | 2025-02-22T20:25:25.271Z | Compiling indexmap v2.7.1 |
475 | 2025-02-22T20:25:25.293Z | Compiling winnow v0.6.20 |
476 | 2025-02-22T20:25:25.320Z | Compiling semver v1.0.25 |
477 | 2025-02-22T20:25:25.367Z | Compiling autocfg v1.4.0 |
478 | 2025-02-22T20:25:25.587Z | Compiling anstream v0.6.15 |
479 | 2025-02-22T20:25:26.082Z | Compiling terminal_size v0.4.0 |
480 | 2025-02-22T20:25:26.313Z | Compiling clap_lex v0.7.4 |
481 | 2025-02-22T20:25:26.332Z | Compiling fs-err v2.11.0 |
482 | 2025-02-22T20:25:26.561Z | Compiling strsim v0.11.1 |
483 | 2025-02-22T20:25:26.585Z | Compiling heck v0.5.0 |
484 | 2025-02-22T20:25:26.653Z | Compiling fnv v1.0.7 |
485 | 2025-02-22T20:25:26.676Z | Compiling cfg-if v1.0.0 |
486 | 2025-02-22T20:25:26.735Z | Compiling bytecount v0.6.8 |
487 | 2025-02-22T20:25:26.826Z | Compiling heck v0.4.1 |
488 | 2025-02-22T20:25:26.850Z | Compiling anyhow v1.0.96 |
489 | 2025-02-22T20:25:27.104Z | Compiling fastrand v2.1.1 |
490 | 2025-02-22T20:25:27.236Z | Compiling clap_builder v4.5.30 |
491 | 2025-02-22T20:25:27.328Z | Compiling papergrid v0.11.0 |
492 | 2025-02-22T20:25:27.636Z | Compiling tempfile v3.13.0 |
493 | 2025-02-22T20:25:27.798Z | Compiling memmap v0.7.0 |
494 | 2025-02-22T20:25:27.840Z | Compiling unicode-linebreak v0.1.5 |
495 | 2025-02-22T20:25:28.119Z | Compiling smawk v0.3.2 |
496 | 2025-02-22T20:25:28.340Z | Compiling textwrap v0.16.1 |
497 | 2025-02-22T20:25:28.675Z | Compiling swrite v0.1.0 |
498 | 2025-02-22T20:25:29.154Z | Compiling tabled_derive v0.7.0 |
499 | 2025-02-22T20:25:30.389Z | Compiling tabled v0.15.0 |
500 | 2025-02-22T20:25:31.114Z | Compiling serde_derive v1.0.217 |
501 | 2025-02-22T20:25:31.114Z | Compiling thiserror-impl v1.0.69 |
502 | 2025-02-22T20:25:31.262Z | Compiling zerocopy-derive v0.7.35 |
503 | 2025-02-22T20:25:31.283Z | Compiling scroll_derive v0.12.0 |
504 | 2025-02-22T20:25:31.438Z | Compiling clap_derive v4.5.28 |
505 | 2025-02-22T20:25:32.500Z | Compiling scroll v0.12.0 |
506 | 2025-02-22T20:25:32.785Z | Compiling zerocopy v0.7.35 |
507 | 2025-02-22T20:25:32.898Z | Compiling goblin v0.8.2 |
508 | 2025-02-22T20:25:33.365Z | Compiling pest v2.7.14 |
509 | 2025-02-22T20:25:34.755Z | Compiling clap v4.5.30 |
510 | 2025-02-22T20:25:35.583Z | Compiling pest_meta v2.7.14 |
511 | 2025-02-22T20:25:36.472Z | Compiling pest_generator v2.7.14 |
512 | 2025-02-22T20:25:37.762Z | Compiling pest_derive v2.7.14 |
513 | 2025-02-22T20:25:38.460Z | Compiling dtrace-parser v0.2.0 |
514 | 2025-02-22T20:25:39.497Z | Compiling serde_tokenstream v0.2.2 |
515 | 2025-02-22T20:25:39.560Z | Compiling toml_datetime v0.6.8 |
516 | 2025-02-22T20:25:39.560Z | Compiling serde_spanned v0.6.8 |
517 | 2025-02-22T20:25:39.871Z | Compiling toml_edit v0.22.22 |
518 | 2025-02-22T20:25:39.892Z | Compiling cargo-platform v0.1.8 |
519 | 2025-02-22T20:25:40.017Z | Compiling macaddr v1.0.1 |
520 | 2025-02-22T20:25:40.193Z | Compiling camino-tempfile v1.1.1 |
521 | 2025-02-22T20:25:40.858Z | Compiling dof v0.3.0 |
522 | 2025-02-22T20:25:40.935Z | Compiling cargo_metadata v0.18.1 |
523 | 2025-02-22T20:25:42.175Z | Compiling usdt-attr-macro v0.5.0 |
524 | 2025-02-22T20:25:42.175Z | Compiling usdt-macro v0.5.0 |
525 | 2025-02-22T20:25:42.695Z | Compiling toml v0.8.19 |
526 | 2025-02-22T20:25:43.219Z | Compiling usdt v0.5.0 |
527 | 2025-02-22T20:25:43.469Z | Compiling cargo_toml v0.20.5 |
528 | 2025-02-22T20:25:45.989Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
529 | 2025-02-22T20:25:49.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.92s |
530 | 2025-02-22T20:25:49.336Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
531 | 2025-02-22T20:25:49.872Z | Downloading crates ... |
532 | 2025-02-22T20:25:49.990Z | Downloaded adler2 v2.0.0 |
533 | 2025-02-22T20:25:49.996Z | Downloaded async-stream-impl v0.3.6 |
534 | 2025-02-22T20:25:49.998Z | Downloaded atty v0.2.14 |
535 | 2025-02-22T20:25:50.007Z | Downloaded assert_matches v1.5.0 |
536 | 2025-02-22T20:25:50.010Z | Downloaded atomicwrites v0.4.4 |
537 | 2025-02-22T20:25:50.017Z | Downloaded ciborium-io v0.2.2 |
538 | 2025-02-22T20:25:50.023Z | Downloaded cstr-argument v0.1.2 |
539 | 2025-02-22T20:25:50.026Z | Downloaded cfg_aliases v0.1.1 |
540 | 2025-02-22T20:25:50.040Z | Downloaded crucible-workspace-hack v0.1.0 |
541 | 2025-02-22T20:25:50.043Z | Downloaded crunchy v0.2.2 |
542 | 2025-02-22T20:25:50.050Z | Downloaded cfg_aliases v0.2.1 |
543 | 2025-02-22T20:25:50.053Z | Downloaded base16ct v0.2.0 |
544 | 2025-02-22T20:25:50.055Z | Downloaded async-stream v0.3.6 |
545 | 2025-02-22T20:25:50.058Z | Downloaded aead v0.5.2 |
546 | 2025-02-22T20:25:50.058Z | Downloaded addr2line v0.24.2 |
547 | 2025-02-22T20:25:50.061Z | Downloaded atomic-waker v1.1.2 |
548 | 2025-02-22T20:25:50.065Z | Downloaded ascii-canvas v3.0.0 |
549 | 2025-02-22T20:25:50.068Z | Downloaded array-init v0.0.4 |
550 | 2025-02-22T20:25:50.068Z | Downloaded cobs v0.2.3 |
551 | 2025-02-22T20:25:50.070Z | Downloaded bitflags v1.3.2 |
552 | 2025-02-22T20:25:50.073Z | Downloaded cmake v0.1.51 |
553 | 2025-02-22T20:25:50.076Z | Downloaded block-padding v0.3.3 |
554 | 2025-02-22T20:25:50.076Z | Downloaded arrayref v0.3.9 |
555 | 2025-02-22T20:25:50.079Z | Downloaded ciborium-ll v0.2.2 |
556 | 2025-02-22T20:25:50.079Z | Downloaded chrono-tz-build v0.4.0 |
557 | 2025-02-22T20:25:50.079Z | Downloaded castaway v0.2.3 |
558 | 2025-02-22T20:25:50.082Z | Downloaded constant_time_eq v0.3.1 |
559 | 2025-02-22T20:25:50.082Z | Downloaded cexpr v0.6.0 |
560 | 2025-02-22T20:25:50.084Z | Downloaded blowfish v0.9.1 |
561 | 2025-02-22T20:25:50.087Z | Downloaded home v0.5.9 |
562 | 2025-02-22T20:25:50.087Z | Downloaded crossbeam-deque v0.8.5 |
563 | 2025-02-22T20:25:50.090Z | Downloaded crc-catalog v2.4.0 |
564 | 2025-02-22T20:25:50.090Z | Downloaded crc v3.2.1 |
565 | 2025-02-22T20:25:50.092Z | Downloaded bit-set v0.5.3 |
566 | 2025-02-22T20:25:50.095Z | Downloaded httpdate v1.0.3 |
567 | 2025-02-22T20:25:50.095Z | Downloaded cbc v0.1.2 |
568 | 2025-02-22T20:25:50.098Z | Downloaded http-body-util v0.1.2 |
569 | 2025-02-22T20:25:50.101Z | Downloaded cipher v0.4.4 |
570 | 2025-02-22T20:25:50.101Z | Downloaded async-recursion v1.1.1 |
571 | 2025-02-22T20:25:50.103Z | Downloaded convert_case v0.4.0 |
572 | 2025-02-22T20:25:50.106Z | Downloaded daft v0.1.1 |
573 | 2025-02-22T20:25:50.109Z | Downloaded chacha20 v0.9.1 |
574 | 2025-02-22T20:25:50.111Z | Downloaded buf-list v1.0.3 |
575 | 2025-02-22T20:25:50.114Z | Downloaded http-body v1.0.1 |
576 | 2025-02-22T20:25:50.114Z | Downloaded hostname v0.3.1 |
577 | 2025-02-22T20:25:50.116Z | Downloaded curve25519-dalek-derive v0.1.1 |
578 | 2025-02-22T20:25:50.117Z | Downloaded cassowary v0.3.0 |
579 | 2025-02-22T20:25:50.119Z | Downloaded bcrypt-pbkdf v0.10.0 |
580 | 2025-02-22T20:25:50.119Z | Downloaded hmac v0.12.1 |
581 | 2025-02-22T20:25:50.122Z | Downloaded hkdf v0.12.4 |
582 | 2025-02-22T20:25:50.124Z | Downloaded http-range v0.1.5 |
583 | 2025-02-22T20:25:50.131Z | Downloaded arrayvec v0.7.6 |
584 | 2025-02-22T20:25:50.134Z | Downloaded ahash v0.8.11 |
585 | 2025-02-22T20:25:50.134Z | Downloaded hubpack v0.1.2 |
586 | 2025-02-22T20:25:50.134Z | Downloaded async-bb8-diesel v0.2.1 |
587 | 2025-02-22T20:25:50.137Z | Downloaded backoff v0.4.0 |
588 | 2025-02-22T20:25:50.139Z | Downloaded argon2 v0.5.3 |
589 | 2025-02-22T20:25:50.139Z | Downloaded httparse v1.9.5 |
590 | 2025-02-22T20:25:50.142Z | Downloaded ciborium v0.2.2 |
591 | 2025-02-22T20:25:50.145Z | Downloaded bcs v0.1.6 |
592 | 2025-02-22T20:25:50.147Z | Downloaded csv-core v0.1.11 |
593 | 2025-02-22T20:25:50.150Z | Downloaded hyper-util v0.1.10 |
594 | 2025-02-22T20:25:50.153Z | Downloaded hyper-tls v0.6.0 |
595 | 2025-02-22T20:25:50.156Z | Downloaded crc32fast v1.4.2 |
596 | 2025-02-22T20:25:50.158Z | Downloaded const_format_proc_macros v0.2.34 |
597 | 2025-02-22T20:25:50.161Z | Downloaded icu_locid v1.5.0 |
598 | 2025-02-22T20:25:50.165Z | Downloaded idna_adapter v1.2.0 |
599 | 2025-02-22T20:25:50.168Z | Downloaded clang-sys v1.8.1 |
600 | 2025-02-22T20:25:50.171Z | Downloaded icu_provider v1.5.0 |
601 | 2025-02-22T20:25:50.177Z | Downloaded console v0.15.10 |
602 | 2025-02-22T20:25:50.180Z | Downloaded ident_case v1.0.1 |
603 | 2025-02-22T20:25:50.180Z | Downloaded icu_normalizer v1.5.0 |
604 | 2025-02-22T20:25:50.182Z | Downloaded hyper-rustls v0.27.3 |
605 | 2025-02-22T20:25:50.186Z | Downloaded sqlparser_derive v0.2.2 |
606 | 2025-02-22T20:25:50.188Z | Downloaded instant v0.1.13 |
607 | 2025-02-22T20:25:50.188Z | Downloaded iana-time-zone v0.1.61 |
608 | 2025-02-22T20:25:50.191Z | Downloaded sync-ptr v0.1.1 |
609 | 2025-02-22T20:25:50.193Z | Downloaded colored v2.1.0 |
610 | 2025-02-22T20:25:50.196Z | Downloaded icu_provider_macros v1.5.0 |
611 | 2025-02-22T20:25:50.196Z | Downloaded cancel-safe-futures v0.1.5 |
612 | 2025-02-22T20:25:50.199Z | Downloaded bitfield v0.14.0 |
613 | 2025-02-22T20:25:50.202Z | Downloaded hyper-staticfile v0.10.1 |
614 | 2025-02-22T20:25:50.205Z | Downloaded crossbeam-epoch v0.9.18 |
615 | 2025-02-22T20:25:50.207Z | Downloaded async-trait v0.1.86 |
616 | 2025-02-22T20:25:50.211Z | Downloaded is_ci v1.2.0 |
617 | 2025-02-22T20:25:50.214Z | Downloaded const-oid v0.9.6 |
618 | 2025-02-22T20:25:50.216Z | Downloaded cookie_store v0.21.1 |
619 | 2025-02-22T20:25:50.219Z | Downloaded internet-checksum v0.2.1 |
620 | 2025-02-22T20:25:50.221Z | Downloaded crc-any v2.5.0 |
621 | 2025-02-22T20:25:50.224Z | Downloaded inout v0.1.3 |
622 | 2025-02-22T20:25:50.224Z | Downloaded allocator-api2 v0.2.18 |
623 | 2025-02-22T20:25:50.227Z | Downloaded indoc v2.0.5 |
624 | 2025-02-22T20:25:50.230Z | Downloaded rfc6979 v0.4.0 |
625 | 2025-02-22T20:25:50.233Z | Downloaded match_cfg v0.1.0 |
626 | 2025-02-22T20:25:50.233Z | Downloaded crossbeam-utils v0.8.20 |
627 | 2025-02-22T20:25:50.236Z | Downloaded md5 v0.7.0 |
628 | 2025-02-22T20:25:50.238Z | Downloaded indoc v1.0.9 |
629 | 2025-02-22T20:25:50.248Z | Downloaded serde_repr v0.1.19 |
630 | 2025-02-22T20:25:50.249Z | Downloaded waitgroup v0.1.2 |
631 | 2025-02-22T20:25:50.249Z | Downloaded wait-timeout v0.2.0 |
632 | 2025-02-22T20:25:50.249Z | Downloaded endian-type v0.1.2 |
633 | 2025-02-22T20:25:50.249Z | Downloaded downcast v0.11.0 |
634 | 2025-02-22T20:25:50.252Z | Downloaded lazycell v1.3.0 |
635 | 2025-02-22T20:25:50.252Z | Downloaded keccak v0.1.5 |
636 | 2025-02-22T20:25:50.252Z | Downloaded is-terminal v0.4.13 |
637 | 2025-02-22T20:25:50.255Z | Downloaded ipnetwork v0.21.1 |
638 | 2025-02-22T20:25:50.257Z | Downloaded ssh-cipher v0.2.0 |
639 | 2025-02-22T20:25:50.257Z | Downloaded lazy_static v1.5.0 |
640 | 2025-02-22T20:25:50.260Z | Downloaded supports-color v3.0.1 |
641 | 2025-02-22T20:25:50.263Z | Downloaded chacha20poly1305 v0.10.1 |
642 | 2025-02-22T20:25:50.263Z | Downloaded ipnet v2.10.1 |
643 | 2025-02-22T20:25:50.265Z | Downloaded libefi-sys v0.1.0 |
644 | 2025-02-22T20:25:50.268Z | Downloaded yoke-derive v0.7.4 |
645 | 2025-02-22T20:25:50.268Z | Downloaded jobserver v0.1.32 |
646 | 2025-02-22T20:25:50.270Z | Downloaded base64 v0.13.1 |
647 | 2025-02-22T20:25:50.273Z | Downloaded darling_macro v0.20.10 |
648 | 2025-02-22T20:25:50.276Z | Downloaded lalrpop-util v0.19.12 |
649 | 2025-02-22T20:25:50.276Z | Downloaded itertools v0.12.1 |
650 | 2025-02-22T20:25:50.283Z | Downloaded sync_wrapper v1.0.1 |
651 | 2025-02-22T20:25:50.286Z | Downloaded hex v0.4.3 |
652 | 2025-02-22T20:25:50.288Z | Downloaded bytes v1.9.0 |
653 | 2025-02-22T20:25:50.291Z | Downloaded number_prefix v0.4.0 |
654 | 2025-02-22T20:25:50.294Z | Downloaded num_threads v0.1.7 |
655 | 2025-02-22T20:25:50.294Z | Downloaded newtype_derive v0.1.6 |
656 | 2025-02-22T20:25:50.296Z | Downloaded blake2 v0.10.6 |
657 | 2025-02-22T20:25:50.299Z | Downloaded maybe-uninit v2.0.0 |
658 | 2025-02-22T20:25:50.299Z | Downloaded newline-converter v0.3.0 |
659 | 2025-02-22T20:25:50.302Z | Downloaded mockall v0.13.1 |
660 | 2025-02-22T20:25:50.305Z | Downloaded mime v0.3.17 |
661 | 2025-02-22T20:25:50.305Z | Downloaded dirs-next v2.0.0 |
662 | 2025-02-22T20:25:50.307Z | Downloaded diesel-dtrace v0.4.2 |
663 | 2025-02-22T20:25:50.310Z | Downloaded dyn-clone v1.0.18 |
664 | 2025-02-22T20:25:50.310Z | Downloaded dunce v1.0.5 |
665 | 2025-02-22T20:25:50.313Z | Downloaded arc-swap v1.7.1 |
666 | 2025-02-22T20:25:50.315Z | Downloaded kstat-rs v0.2.4 |
667 | 2025-02-22T20:25:50.318Z | Downloaded sqlformat v0.2.6 |
668 | 2025-02-22T20:25:50.321Z | Downloaded libloading v0.8.5 |
669 | 2025-02-22T20:25:50.324Z | Downloaded cookie v0.18.1 |
670 | 2025-02-22T20:25:50.327Z | Downloaded psl-types v2.0.11 |
671 | 2025-02-22T20:25:50.327Z | Downloaded tokio-macros v2.5.0 |
672 | 2025-02-22T20:25:50.329Z | Downloaded utf8_iter v1.0.4 |
673 | 2025-02-22T20:25:50.330Z | Downloaded indexmap v1.9.3 |
674 | 2025-02-22T20:25:50.333Z | Downloaded data-encoding v2.6.0 |
675 | 2025-02-22T20:25:50.336Z | Downloaded zeroize v1.8.1 |
676 | 2025-02-22T20:25:50.338Z | Downloaded foldhash v0.1.3 |
677 | 2025-02-22T20:25:50.338Z | Downloaded progenitor-client v0.8.0 |
678 | 2025-02-22T20:25:50.341Z | Downloaded futures-executor v0.3.31 |
679 | 2025-02-22T20:25:50.341Z | Downloaded float-ord v0.3.2 |
680 | 2025-02-22T20:25:50.344Z | Downloaded tokio-stream v0.1.16 |
681 | 2025-02-22T20:25:50.347Z | Downloaded rpassword v7.3.1 |
682 | 2025-02-22T20:25:50.350Z | Downloaded tokio-rustls v0.26.0 |
683 | 2025-02-22T20:25:50.352Z | Downloaded newtype-uuid v1.2.1 |
684 | 2025-02-22T20:25:50.355Z | Downloaded num_enum_derive v0.5.11 |
685 | 2025-02-22T20:25:50.355Z | Downloaded glob v0.3.2 |
686 | 2025-02-22T20:25:50.358Z | Downloaded slog-scope v4.4.0 |
687 | 2025-02-22T20:25:50.358Z | Downloaded samael v0.0.17 |
688 | 2025-02-22T20:25:50.364Z | Downloaded multer v3.1.0 |
689 | 2025-02-22T20:25:50.367Z | Downloaded mime_guess v2.0.5 |
690 | 2025-02-22T20:25:50.370Z | Downloaded memmap2 v0.9.5 |
691 | 2025-02-22T20:25:50.372Z | Downloaded peg-macros v0.8.4 |
692 | 2025-02-22T20:25:50.375Z | Downloaded pbkdf2 v0.12.2 |
693 | 2025-02-22T20:25:50.375Z | Downloaded futures-core v0.3.31 |
694 | 2025-02-22T20:25:50.378Z | Downloaded write16 v1.0.0 |
695 | 2025-02-22T20:25:50.381Z | Downloaded want v0.3.1 |
696 | 2025-02-22T20:25:50.381Z | Downloaded oxnet v0.1.0 |
697 | 2025-02-22T20:25:50.383Z | Downloaded synstructure v0.13.1 |
698 | 2025-02-22T20:25:50.383Z | Downloaded crossbeam-channel v0.5.13 |
699 | 2025-02-22T20:25:50.389Z | Downloaded zone v0.1.8 |
700 | 2025-02-22T20:25:50.401Z | Downloaded diesel_table_macro_syntax v0.2.0 |
701 | 2025-02-22T20:25:50.404Z | Downloaded toolchain_find v0.4.0 |
702 | 2025-02-22T20:25:50.404Z | Downloaded quick-error v1.2.3 |
703 | 2025-02-22T20:25:50.406Z | Downloaded pkg-config v0.3.31 |
704 | 2025-02-22T20:25:50.406Z | Downloaded futures-channel v0.3.31 |
705 | 2025-02-22T20:25:50.409Z | Downloaded foreign-types-shared v0.1.1 |
706 | 2025-02-22T20:25:50.412Z | Downloaded aes v0.8.4 |
707 | 2025-02-22T20:25:50.414Z | Downloaded termtree v0.5.1 |
708 | 2025-02-22T20:25:50.417Z | Downloaded scrypt v0.11.0 |
709 | 2025-02-22T20:25:50.417Z | Downloaded derive_builder_macro v0.20.2 |
710 | 2025-02-22T20:25:50.420Z | Downloaded simd-adler32 v0.3.7 |
711 | 2025-02-22T20:25:50.422Z | Downloaded highway v1.2.0 |
712 | 2025-02-22T20:25:50.425Z | Downloaded slog-async v2.8.0 |
713 | 2025-02-22T20:25:50.425Z | Downloaded siphasher v0.3.11 |
714 | 2025-02-22T20:25:50.427Z | Downloaded slog-bunyan v2.5.0 |
715 | 2025-02-22T20:25:50.427Z | Downloaded mockall_derive v0.13.1 |
716 | 2025-02-22T20:25:50.430Z | Downloaded precomputed-hash v0.1.1 |
717 | 2025-02-22T20:25:50.432Z | Downloaded miniz_oxide v0.8.0 |
718 | 2025-02-22T20:25:50.435Z | Downloaded hickory-client v0.24.3 |
719 | 2025-02-22T20:25:50.437Z | Downloaded postgres-protocol v0.6.7 |
720 | 2025-02-22T20:25:50.440Z | Downloaded untrusted v0.7.1 |
721 | 2025-02-22T20:25:50.443Z | Downloaded topological-sort v0.2.2 |
722 | 2025-02-22T20:25:50.443Z | Downloaded pin-project-lite v0.2.14 |
723 | 2025-02-22T20:25:50.447Z | Downloaded take_mut v0.2.2 |
724 | 2025-02-22T20:25:50.450Z | Downloaded writeable v0.5.5 |
725 | 2025-02-22T20:25:50.452Z | Downloaded rand v0.8.5 |
726 | 2025-02-22T20:25:50.455Z | Downloaded postcard v1.0.10 |
727 | 2025-02-22T20:25:50.458Z | Downloaded uuid v1.12.0 |
728 | 2025-02-22T20:25:50.461Z | Downloaded tower-layer v0.3.3 |
729 | 2025-02-22T20:25:50.463Z | Downloaded tungstenite v0.21.0 |
730 | 2025-02-22T20:25:50.466Z | Downloaded foreign-types-macros v0.2.3 |
731 | 2025-02-22T20:25:50.469Z | Downloaded difflib v0.4.0 |
732 | 2025-02-22T20:25:50.469Z | Downloaded num-complex v0.4.6 |
733 | 2025-02-22T20:25:50.471Z | Downloaded tower-service v0.3.3 |
734 | 2025-02-22T20:25:50.474Z | Downloaded tabled_derive v0.10.0 |
735 | 2025-02-22T20:25:50.474Z | Downloaded strum_macros v0.25.3 |
736 | 2025-02-22T20:25:50.477Z | Downloaded thiserror v2.0.11 |
737 | 2025-02-22T20:25:50.482Z | Downloaded zone_cfg_derive v0.3.0 |
738 | 2025-02-22T20:25:50.485Z | Downloaded num_enum v0.5.11 |
739 | 2025-02-22T20:25:50.488Z | Downloaded num-integer v0.1.46 |
740 | 2025-02-22T20:25:50.491Z | Downloaded progenitor-macro v0.8.0 |
741 | 2025-02-22T20:25:50.494Z | Downloaded powerfmt v0.2.0 |
742 | 2025-02-22T20:25:50.494Z | Downloaded indicatif v0.17.11 |
743 | 2025-02-22T20:25:50.498Z | Downloaded tokio-tungstenite v0.21.0 |
744 | 2025-02-22T20:25:50.501Z | Downloaded rand_core v0.6.4 |
745 | 2025-02-22T20:25:50.504Z | Downloaded num-iter v0.1.45 |
746 | 2025-02-22T20:25:50.506Z | Downloaded zone_cfg_derive v0.1.2 |
747 | 2025-02-22T20:25:50.506Z | Downloaded fatfs v0.3.6 |
748 | 2025-02-22T20:25:50.508Z | Downloaded rustc-hash v2.0.0 |
749 | 2025-02-22T20:25:50.511Z | Downloaded rusty-fork v0.3.0 |
750 | 2025-02-22T20:25:50.514Z | Downloaded rustc-hash v1.1.0 |
751 | 2025-02-22T20:25:50.514Z | Downloaded typify v0.2.0 |
752 | 2025-02-22T20:25:50.516Z | Downloaded foreign-types-shared v0.3.1 |
753 | 2025-02-22T20:25:50.519Z | Downloaded sha1 v0.10.6 |
754 | 2025-02-22T20:25:50.521Z | Downloaded tabwriter v1.4.0 |
755 | 2025-02-22T20:25:50.521Z | Downloaded darling v0.20.10 |
756 | 2025-02-22T20:25:50.525Z | Downloaded derive_builder_core v0.20.2 |
757 | 2025-02-22T20:25:50.528Z | Downloaded strum_macros v0.24.3 |
758 | 2025-02-22T20:25:50.530Z | Downloaded hickory-resolver v0.24.3 |
759 | 2025-02-22T20:25:50.537Z | Downloaded universal-hash v0.5.1 |
760 | 2025-02-22T20:25:50.540Z | Downloaded num-rational v0.4.2 |
761 | 2025-02-22T20:25:50.540Z | Downloaded subprocess v0.2.9 |
762 | 2025-02-22T20:25:50.543Z | Downloaded pretty-hex v0.2.1 |
763 | 2025-02-22T20:25:50.543Z | Downloaded parse-size v1.1.0 |
764 | 2025-02-22T20:25:50.545Z | Downloaded sigpipe v0.1.3 |
765 | 2025-02-22T20:25:50.545Z | Downloaded hash32 v0.3.1 |
766 | 2025-02-22T20:25:50.548Z | Downloaded rustls-pki-types v1.10.0 |
767 | 2025-02-22T20:25:50.550Z | Downloaded percent-encoding v2.3.1 |
768 | 2025-02-22T20:25:50.553Z | Downloaded slog v2.7.0 |
769 | 2025-02-22T20:25:50.556Z | Downloaded test-strategy v0.3.1 |
770 | 2025-02-22T20:25:50.559Z | Downloaded p256 v0.13.2 |
771 | 2025-02-22T20:25:50.562Z | Downloaded flume v0.11.1 |
772 | 2025-02-22T20:25:50.566Z | Downloaded ppv-lite86 v0.2.20 |
773 | 2025-02-22T20:25:50.569Z | Downloaded similar v2.6.0 |
774 | 2025-02-22T20:25:50.573Z | Downloaded dirs-sys-next v0.1.2 |
775 | 2025-02-22T20:25:50.576Z | Downloaded ron v0.7.1 |
776 | 2025-02-22T20:25:50.580Z | Downloaded display-error-chain v0.2.2 |
777 | 2025-02-22T20:25:50.584Z | Downloaded daft-derive v0.1.1 |
778 | 2025-02-22T20:25:50.587Z | Downloaded fragile v2.0.0 |
779 | 2025-02-22T20:25:50.589Z | Downloaded hash32 v0.2.1 |
780 | 2025-02-22T20:25:50.592Z | Downloaded tokio-rustls v0.24.1 |
781 | 2025-02-22T20:25:50.594Z | Downloaded group v0.13.0 |
782 | 2025-02-22T20:25:50.595Z | Downloaded darling_core v0.20.10 |
783 | 2025-02-22T20:25:50.599Z | Downloaded subtle v2.6.1 |
784 | 2025-02-22T20:25:50.603Z | Downloaded snafu-derive v0.8.5 |
785 | 2025-02-22T20:25:50.606Z | Downloaded new_debug_unreachable v1.0.6 |
786 | 2025-02-22T20:25:50.606Z | Downloaded des v0.8.1 |
787 | 2025-02-22T20:25:50.609Z | Downloaded radium v0.7.0 |
788 | 2025-02-22T20:25:50.609Z | Downloaded progenitor v0.9.1 |
789 | 2025-02-22T20:25:50.612Z | Downloaded pin-utils v0.1.0 |
790 | 2025-02-22T20:25:50.612Z | Downloaded rustversion v1.0.17 |
791 | 2025-02-22T20:25:50.614Z | Downloaded rtoolbox v0.0.2 |
792 | 2025-02-22T20:25:50.617Z | Downloaded vsss-rs v3.3.4 |
793 | 2025-02-22T20:25:50.620Z | Downloaded num-traits v0.2.19 |
794 | 2025-02-22T20:25:50.622Z | Downloaded progenitor-impl v0.8.0 |
795 | 2025-02-22T20:25:50.625Z | Downloaded aes-gcm v0.10.3 |
796 | 2025-02-22T20:25:50.628Z | Downloaded minimal-lexical v0.2.1 |
797 | 2025-02-22T20:25:50.634Z | Downloaded string_cache v0.8.7 |
798 | 2025-02-22T20:25:50.636Z | Downloaded smf v0.2.3 |
799 | 2025-02-22T20:25:50.639Z | Downloaded termtree v0.4.1 |
800 | 2025-02-22T20:25:50.639Z | Downloaded strum v0.26.3 |
801 | 2025-02-22T20:25:50.641Z | Downloaded env_logger v0.11.5 |
802 | 2025-02-22T20:25:50.644Z | Downloaded unarray v0.1.4 |
803 | 2025-02-22T20:25:50.644Z | Downloaded displaydoc v0.2.5 |
804 | 2025-02-22T20:25:50.647Z | Downloaded termcolor v1.4.1 |
805 | 2025-02-22T20:25:50.650Z | Downloaded termios v0.3.3 |
806 | 2025-02-22T20:25:50.652Z | Downloaded tap v1.0.1 |
807 | 2025-02-22T20:25:50.652Z | Downloaded derive_builder v0.20.2 |
808 | 2025-02-22T20:25:50.657Z | Downloaded dsl_auto_type v0.1.2 |
809 | 2025-02-22T20:25:50.660Z | Downloaded zerovec-derive v0.10.3 |
810 | 2025-02-22T20:25:50.662Z | Downloaded xattr v1.3.1 |
811 | 2025-02-22T20:25:50.665Z | Downloaded typify v0.3.0 |
812 | 2025-02-22T20:25:50.667Z | Downloaded multimap v0.10.0 |
813 | 2025-02-22T20:25:50.670Z | Downloaded qorb v0.2.1 |
814 | 2025-02-22T20:25:50.674Z | Downloaded num-conv v0.1.0 |
815 | 2025-02-22T20:25:50.676Z | Downloaded vte_generate_state_changes v0.1.2 |
816 | 2025-02-22T20:25:50.676Z | Downloaded predicates-tree v1.0.11 |
817 | 2025-02-22T20:25:50.679Z | Downloaded float-cmp v0.10.0 |
818 | 2025-02-22T20:25:50.679Z | Downloaded nanorand v0.7.0 |
819 | 2025-02-22T20:25:50.682Z | Downloaded heck v0.3.3 |
820 | 2025-02-22T20:25:50.684Z | Downloaded phf v0.11.2 |
821 | 2025-02-22T20:25:50.687Z | Downloaded path-slash v0.1.5 |
822 | 2025-02-22T20:25:50.687Z | Downloaded idna v1.0.3 |
823 | 2025-02-22T20:25:50.691Z | Downloaded semver v0.1.20 |
824 | 2025-02-22T20:25:50.694Z | Downloaded libm v0.2.8 |
825 | 2025-02-22T20:25:50.701Z | Downloaded thiserror-impl-no-std v2.0.2 |
826 | 2025-02-22T20:25:50.704Z | Downloaded tracing-attributes v0.1.27 |
827 | 2025-02-22T20:25:50.706Z | Downloaded structmeta-derive v0.3.0 |
828 | 2025-02-22T20:25:50.709Z | Downloaded polyval v0.6.2 |
829 | 2025-02-22T20:25:50.709Z | Downloaded env_logger v0.10.2 |
830 | 2025-02-22T20:25:50.712Z | Downloaded either v1.13.0 |
831 | 2025-02-22T20:25:50.715Z | Downloaded vte v0.11.1 |
832 | 2025-02-22T20:25:50.717Z | Downloaded secrecy v0.8.0 |
833 | 2025-02-22T20:25:50.720Z | Downloaded sec1 v0.7.3 |
834 | 2025-02-22T20:25:50.720Z | Downloaded serde_yaml v0.9.34+deprecated |
835 | 2025-02-22T20:25:50.723Z | Downloaded half v2.4.1 |
836 | 2025-02-22T20:25:50.727Z | Downloaded smallvec v0.6.14 |
837 | 2025-02-22T20:25:50.729Z | Downloaded libxml v0.3.3 |
838 | 2025-02-22T20:25:50.735Z | Downloaded value-bag v1.9.0 |
839 | 2025-02-22T20:25:50.738Z | Downloaded phf_codegen v0.11.2 |
840 | 2025-02-22T20:25:50.741Z | Downloaded snafu v0.8.5 |
841 | 2025-02-22T20:25:50.746Z | Downloaded packed_struct_codegen v0.10.1 |
842 | 2025-02-22T20:25:50.749Z | Downloaded serde-big-array v0.5.1 |
843 | 2025-02-22T20:25:50.752Z | Downloaded num v0.4.3 |
844 | 2025-02-22T20:25:50.752Z | Downloaded openssl-probe v0.1.5 |
845 | 2025-02-22T20:25:50.755Z | Downloaded utf-8 v0.7.6 |
846 | 2025-02-22T20:25:50.755Z | Downloaded unicode-bidi v0.3.17 |
847 | 2025-02-22T20:25:50.758Z | Downloaded heapless v0.7.17 |
848 | 2025-02-22T20:25:50.761Z | Downloaded tinyvec_macros v0.1.1 |
849 | 2025-02-22T20:25:50.764Z | Downloaded nibble_vec v0.1.0 |
850 | 2025-02-22T20:25:50.764Z | Downloaded predicates v3.1.3 |
851 | 2025-02-22T20:25:50.767Z | Downloaded time v0.3.36 |
852 | 2025-02-22T20:25:50.775Z | Downloaded oso-derive v0.27.3 |
853 | 2025-02-22T20:25:50.777Z | Downloaded ssh-encoding v0.2.0 |
854 | 2025-02-22T20:25:50.780Z | Downloaded which v4.4.2 |
855 | 2025-02-22T20:25:50.780Z | Downloaded dropshot_endpoint v0.15.1 |
856 | 2025-02-22T20:25:50.783Z | Downloaded tough v0.19.0 |
857 | 2025-02-22T20:25:50.792Z | Downloaded gethostname v0.5.0 |
858 | 2025-02-22T20:25:50.795Z | Downloaded foreign-types v0.3.2 |
859 | 2025-02-22T20:25:50.795Z | Downloaded toml v0.7.8 |
860 | 2025-02-22T20:25:50.798Z | Downloaded slog-term v2.9.1 |
861 | 2025-02-22T20:25:50.800Z | Downloaded parking_lot v0.12.3 |
862 | 2025-02-22T20:25:50.803Z | Downloaded tokio-tungstenite v0.24.0 |
863 | 2025-02-22T20:25:50.806Z | Downloaded rand_seeder v0.3.0 |
864 | 2025-02-22T20:25:50.808Z | Downloaded tracing v0.1.40 |
865 | 2025-02-22T20:25:50.813Z | Downloaded ed25519 v2.2.3 |
866 | 2025-02-22T20:25:50.815Z | Downloaded openssl-macros v0.1.1 |
867 | 2025-02-22T20:25:50.818Z | Downloaded slog-stdlog v4.1.1 |
868 | 2025-02-22T20:25:50.818Z | Downloaded itertools v0.13.0 |
869 | 2025-02-22T20:25:50.826Z | Downloaded shlex v1.3.0 |
870 | 2025-02-22T20:25:50.828Z | Downloaded rand_chacha v0.3.1 |
871 | 2025-02-22T20:25:50.831Z | Downloaded ecdsa v0.16.9 |
872 | 2025-02-22T20:25:50.834Z | Downloaded tinystr v0.7.6 |
873 | 2025-02-22T20:25:50.834Z | Downloaded time-macros v0.2.18 |
874 | 2025-02-22T20:25:50.837Z | Downloaded toml_edit v0.19.15 |
875 | 2025-02-22T20:25:50.853Z | Downloaded ena v0.14.3 |
876 | 2025-02-22T20:25:50.855Z | Downloaded itertools v0.14.0 |
877 | 2025-02-22T20:25:50.861Z | Downloaded structmeta v0.3.0 |
878 | 2025-02-22T20:25:50.864Z | Downloaded hashbrown v0.14.5 |
879 | 2025-02-22T20:25:50.868Z | Downloaded resolv-conf v0.7.0 |
880 | 2025-02-22T20:25:50.871Z | Downloaded aws-lc-rs v1.10.0 |
881 | 2025-02-22T20:25:50.881Z | Downloaded zeroize_derive v1.4.2 |
882 | 2025-02-22T20:25:50.884Z | Downloaded env_filter v0.1.2 |
883 | 2025-02-22T20:25:50.884Z | Downloaded stringprep v0.1.5 |
884 | 2025-02-22T20:25:50.886Z | Downloaded pkcs8 v0.10.2 |
885 | 2025-02-22T20:25:50.887Z | Downloaded static_assertions v1.1.0 |
886 | 2025-02-22T20:25:50.889Z | Downloaded peg-runtime v0.8.3 |
887 | 2025-02-22T20:25:50.892Z | Downloaded stable_deref_trait v1.2.0 |
888 | 2025-02-22T20:25:50.892Z | Downloaded foreign-types v0.5.0 |
889 | 2025-02-22T20:25:50.892Z | Downloaded filetime v0.2.25 |
890 | 2025-02-22T20:25:50.895Z | Downloaded embedded-io v0.6.1 |
891 | 2025-02-22T20:25:50.895Z | Downloaded zone v0.3.0 |
892 | 2025-02-22T20:25:50.897Z | Downloaded spin v0.9.8 |
893 | 2025-02-22T20:25:50.900Z | Downloaded fxhash v0.2.1 |
894 | 2025-02-22T20:25:50.900Z | Downloaded pbkdf2 v0.11.0 |
895 | 2025-02-22T20:25:50.902Z | Downloaded paste v1.0.15 |
896 | 2025-02-22T20:25:50.905Z | Downloaded papergrid v0.14.0 |
897 | 2025-02-22T20:25:50.910Z | Downloaded progenitor-client v0.9.1 |
898 | 2025-02-22T20:25:50.912Z | Downloaded normalize-line-endings v0.3.0 |
899 | 2025-02-22T20:25:50.912Z | Downloaded try-lock v0.2.5 |
900 | 2025-02-22T20:25:50.912Z | Downloaded tls_codec_derive v0.4.1 |
901 | 2025-02-22T20:25:50.915Z | Downloaded signal-hook-mio v0.2.4 |
902 | 2025-02-22T20:25:50.918Z | Downloaded r2d2 v0.8.10 |
903 | 2025-02-22T20:25:50.920Z | Downloaded getrandom v0.2.15 |
904 | 2025-02-22T20:25:50.923Z | Downloaded tokio-tungstenite v0.23.1 |
905 | 2025-02-22T20:25:50.923Z | Downloaded serde_path_to_error v0.1.16 |
906 | 2025-02-22T20:25:50.925Z | Downloaded expectorate v1.1.0 |
907 | 2025-02-22T20:25:50.928Z | Downloaded aho-corasick v1.1.3 |
908 | 2025-02-22T20:25:50.933Z | Downloaded enum-as-inner v0.6.1 |
909 | 2025-02-22T20:25:50.935Z | Downloaded time-core v0.1.2 |
910 | 2025-02-22T20:25:50.936Z | Downloaded parking_lot_core v0.9.10 |
911 | 2025-02-22T20:25:50.938Z | Downloaded parking_lot_core v0.8.6 |
912 | 2025-02-22T20:25:50.942Z | Downloaded whoami v1.5.2 |
913 | 2025-02-22T20:25:50.944Z | Downloaded tui-tree-widget v0.23.0 |
914 | 2025-02-22T20:25:50.944Z | Downloaded rustls-pemfile v1.0.4 |
915 | 2025-02-22T20:25:50.947Z | Downloaded pkcs5 v0.7.1 |
916 | 2025-02-22T20:25:50.950Z | Downloaded phf_shared v0.10.0 |
917 | 2025-02-22T20:25:50.952Z | Downloaded serde-hex v0.1.0 |
918 | 2025-02-22T20:25:50.952Z | Downloaded tungstenite v0.24.0 |
919 | 2025-02-22T20:25:50.955Z | Downloaded tar v0.4.42 |
920 | 2025-02-22T20:25:50.958Z | Downloaded futures-io v0.3.31 |
921 | 2025-02-22T20:25:50.961Z | Downloaded fd-lock v4.0.2 |
922 | 2025-02-22T20:25:50.964Z | Downloaded rand_xorshift v0.3.0 |
923 | 2025-02-22T20:25:50.964Z | Downloaded fs_extra v1.3.0 |
924 | 2025-02-22T20:25:50.967Z | Downloaded signal-hook-registry v1.4.2 |
925 | 2025-02-22T20:25:50.967Z | Downloaded derive-where v1.2.7 |
926 | 2025-02-22T20:25:50.970Z | Downloaded russh-cryptovec v0.7.3 |
927 | 2025-02-22T20:25:50.973Z | Downloaded opaque-debug v0.3.1 |
928 | 2025-02-22T20:25:50.973Z | Downloaded structmeta v0.2.0 |
929 | 2025-02-22T20:25:50.973Z | Downloaded strip-ansi-escapes v0.2.0 |
930 | 2025-02-22T20:25:50.975Z | Downloaded serde_derive_internals v0.29.1 |
931 | 2025-02-22T20:25:50.979Z | Downloaded ff v0.13.0 |
932 | 2025-02-22T20:25:50.979Z | Downloaded chrono v0.4.39 |
933 | 2025-02-22T20:25:50.985Z | Downloaded thiserror-no-std v2.0.2 |
934 | 2025-02-22T20:25:50.989Z | Downloaded bindgen v0.69.5 |
935 | 2025-02-22T20:25:50.997Z | Downloaded tokio-native-tls v0.3.1 |
936 | 2025-02-22T20:25:51.000Z | Downloaded fallible-iterator v0.3.0 |
937 | 2025-02-22T20:25:51.002Z | Downloaded sct v0.7.1 |
938 | 2025-02-22T20:25:51.005Z | Downloaded structmeta-derive v0.2.0 |
939 | 2025-02-22T20:25:51.005Z | Downloaded oso v0.27.3 |
940 | 2025-02-22T20:25:51.008Z | Downloaded socket2 v0.5.7 |
941 | 2025-02-22T20:25:51.011Z | Downloaded progenitor-macro v0.9.1 |
942 | 2025-02-22T20:25:51.013Z | Downloaded predicates-core v1.0.8 |
943 | 2025-02-22T20:25:51.013Z | Downloaded ref-cast-impl v1.0.23 |
944 | 2025-02-22T20:25:51.016Z | Downloaded quinn-udp v0.5.5 |
945 | 2025-02-22T20:25:51.016Z | Downloaded defmt v0.3.8 |
946 | 2025-02-22T20:25:51.018Z | Downloaded steno v0.4.1 |
947 | 2025-02-22T20:25:51.023Z | Downloaded thread_local v1.1.8 |
948 | 2025-02-22T20:25:51.026Z | Downloaded embedded-io v0.4.0 |
949 | 2025-02-22T20:25:51.028Z | Downloaded yoke v0.7.4 |
950 | 2025-02-22T20:25:51.031Z | Downloaded sqlparser v0.45.0 |
951 | 2025-02-22T20:25:51.034Z | Downloaded unicase v2.7.0 |
952 | 2025-02-22T20:25:51.037Z | Downloaded tls_codec v0.4.1 |
953 | 2025-02-22T20:25:51.039Z | Downloaded twox-hash v2.1.0 |
954 | 2025-02-22T20:25:51.042Z | Downloaded pin-project-internal v1.1.6 |
955 | 2025-02-22T20:25:51.045Z | Downloaded flate2 v1.0.35 |
956 | 2025-02-22T20:25:51.048Z | Downloaded rustc-demangle v0.1.24 |
957 | 2025-02-22T20:25:51.051Z | Downloaded signal-hook v0.3.17 |
958 | 2025-02-22T20:25:51.054Z | Downloaded hashbrown v0.13.2 |
959 | 2025-02-22T20:25:51.057Z | Downloaded defmt-parser v0.3.4 |
960 | 2025-02-22T20:25:51.060Z | Downloaded elliptic-curve v0.13.8 |
961 | 2025-02-22T20:25:51.062Z | Downloaded url v2.5.3 |
962 | 2025-02-22T20:25:51.066Z | Downloaded defmt-macros v0.3.9 |
963 | 2025-02-22T20:25:51.069Z | Downloaded tokio-rustls v0.25.0 |
964 | 2025-02-22T20:25:51.073Z | Downloaded yasna v0.5.2 |
965 | 2025-02-22T20:25:51.073Z | Downloaded poly1305 v0.8.0 |
966 | 2025-02-22T20:25:51.076Z | Downloaded pem-rfc7468 v0.7.0 |
967 | 2025-02-22T20:25:51.079Z | Downloaded ed25519-dalek v2.1.1 |
968 | 2025-02-22T20:25:51.081Z | Downloaded salty v0.3.0 |
969 | 2025-02-22T20:25:51.088Z | Downloaded hashbrown v0.12.3 |
970 | 2025-02-22T20:25:51.093Z | Downloaded rustyline v14.0.0 |
971 | 2025-02-22T20:25:51.099Z | Downloaded rayon-core v1.12.1 |
972 | 2025-02-22T20:25:51.102Z | Downloaded num-bigint v0.4.6 |
973 | 2025-02-22T20:25:51.107Z | Downloaded bitvec v1.0.1 |
974 | 2025-02-22T20:25:51.122Z | Downloaded zopfli v0.8.1 |
975 | 2025-02-22T20:25:51.125Z | Downloaded futures v0.3.31 |
976 | 2025-02-22T20:25:51.129Z | Downloaded openssl-sys v0.9.106 |
977 | 2025-02-22T20:25:51.135Z | Downloaded pin-project v1.1.6 |
978 | 2025-02-22T20:25:51.146Z | Downloaded unicode-segmentation v1.12.0 |
979 | 2025-02-22T20:25:51.149Z | Downloaded unicode-properties v0.1.3 |
980 | 2025-02-22T20:25:51.153Z | Downloaded icu_properties_data v1.5.0 |
981 | 2025-02-22T20:25:51.163Z | Downloaded zip v2.1.3 |
982 | 2025-02-22T20:25:51.167Z | Downloaded omicron-zone-package v0.12.0 |
983 | 2025-02-22T20:25:51.171Z | Downloaded rusqlite v0.32.1 |
984 | 2025-02-22T20:25:51.178Z | Downloaded tokio-postgres v0.7.12 |
985 | 2025-02-22T20:25:51.182Z | Downloaded nom v7.1.3 |
986 | 2025-02-22T20:25:51.189Z | Downloaded quick-xml v0.33.0 |
987 | 2025-02-22T20:25:51.196Z | Downloaded ssh-key v0.6.6 |
988 | 2025-02-22T20:25:51.203Z | Downloaded quinn v0.11.5 |
989 | 2025-02-22T20:25:51.206Z | Downloaded typed-path v0.9.3 |
990 | 2025-02-22T20:25:51.213Z | Downloaded der v0.7.9 |
991 | 2025-02-22T20:25:51.217Z | Downloaded rustls-webpki v0.101.7 |
992 | 2025-02-22T20:25:51.232Z | Downloaded zerocopy-derive v0.8.10 |
993 | 2025-02-22T20:25:51.238Z | Downloaded russh v0.45.0 |
994 | 2025-02-22T20:25:51.244Z | Downloaded reedline v0.35.0 |
995 | 2025-02-22T20:25:51.251Z | Downloaded p521 v0.13.3 |
996 | 2025-02-22T20:25:51.256Z | Downloaded rayon v1.10.0 |
997 | 2025-02-22T20:25:51.265Z | Downloaded curve25519-dalek v4.1.3 |
998 | 2025-02-22T20:25:51.274Z | Downloaded petname v2.0.2 |
999 | 2025-02-22T20:25:51.280Z | Downloaded x509-cert v0.2.5 |
1000 | 2025-02-22T20:25:51.286Z | Downloaded tabled v0.18.0 |
1001 | 2025-02-22T20:25:51.305Z | Downloaded rustls-webpki v0.102.8 |
1002 | 2025-02-22T20:25:51.324Z | Downloaded futures-util v0.3.31 |
1003 | 2025-02-22T20:25:51.336Z | Downloaded winnow v0.5.40 |
1004 | 2025-02-22T20:25:51.344Z | Downloaded portable-atomic v1.9.0 |
1005 | 2025-02-22T20:25:51.351Z | Downloaded reqwest v0.12.12 |
1006 | 2025-02-22T20:25:51.359Z | Downloaded nix v0.28.0 |
1007 | 2025-02-22T20:25:51.371Z | Downloaded nix v0.27.1 |
1008 | 2025-02-22T20:25:51.383Z | Downloaded git2 v0.19.0 |
1009 | 2025-02-22T20:25:51.391Z | Downloaded smoltcp v0.9.1 |
1010 | 2025-02-22T20:25:51.403Z | Downloaded p384 v0.13.0 |
1011 | 2025-02-22T20:25:51.409Z | Downloaded regex-syntax v0.8.5 |
1012 | 2025-02-22T20:25:51.417Z | Downloaded regress v0.10.1 |
1013 | 2025-02-22T20:25:51.426Z | Downloaded rustls v0.21.12 |
1014 | 2025-02-22T20:25:51.438Z | Downloaded dropshot v0.12.0 |
1015 | 2025-02-22T20:25:51.458Z | Downloaded webpki-roots v0.26.6 |
1016 | 2025-02-22T20:25:51.461Z | Downloaded regex v1.11.1 |
1017 | 2025-02-22T20:25:51.474Z | Downloaded unicode-width v0.2.0 |
1018 | 2025-02-22T20:25:51.480Z | Downloaded smoltcp v0.11.0 |
1019 | 2025-02-22T20:25:51.493Z | Downloaded nix v0.29.0 |
1020 | 2025-02-22T20:25:51.505Z | Downloaded radix_trie v0.2.1 |
1021 | 2025-02-22T20:25:51.511Z | Downloaded typify-impl v0.2.0 |
1022 | 2025-02-22T20:25:51.527Z | Downloaded gimli v0.31.1 |
1023 | 2025-02-22T20:25:51.536Z | Downloaded object v0.36.5 |
1024 | 2025-02-22T20:25:51.548Z | Downloaded openssl v0.10.71 |
1025 | 2025-02-22T20:25:51.557Z | Downloaded zerocopy-derive v0.6.6 |
1026 | 2025-02-22T20:25:51.567Z | Downloaded diesel v2.2.7 |
1027 | 2025-02-22T20:25:51.587Z | Downloaded rustls v0.23.19 |
1028 | 2025-02-22T20:25:51.598Z | Downloaded rustls v0.22.4 |
1029 | 2025-02-22T20:25:51.611Z | Downloaded dropshot v0.15.1 |
1030 | 2025-02-22T20:25:51.632Z | Downloaded polar-core v0.27.3 |
1031 | 2025-02-22T20:25:51.640Z | Downloaded chrono-tz v0.10.1 |
1032 | 2025-02-22T20:25:51.647Z | Downloaded bstr v1.10.0 |
1033 | 2025-02-22T20:25:51.658Z | Downloaded openapiv3 v2.0.0 |
1034 | 2025-02-22T20:25:51.670Z | Downloaded sled v0.34.7 |
1035 | 2025-02-22T20:25:51.680Z | Downloaded ratatui v0.29.0 |
1036 | 2025-02-22T20:25:51.701Z | Downloaded hickory-proto v0.24.3 |
1037 | 2025-02-22T20:25:51.715Z | Downloaded lzma-sys v0.1.20 |
1038 | 2025-02-22T20:25:51.763Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1039 | 2025-02-22T20:25:51.778Z | Downloaded typify-impl v0.3.0 |
1040 | 2025-02-22T20:25:51.798Z | Downloaded regress v0.9.1 |
1041 | 2025-02-22T20:25:51.809Z | Downloaded object v0.30.4 |
1042 | 2025-02-22T20:25:51.818Z | Downloaded regex-syntax v0.6.29 |
1043 | 2025-02-22T20:25:51.825Z | Downloaded zerocopy v0.8.10 |
1044 | 2025-02-22T20:25:51.848Z | Downloaded libz-sys v1.1.20 |
1045 | 2025-02-22T20:25:51.869Z | Downloaded vcpkg v0.2.15 |
1046 | 2025-02-22T20:25:51.903Z | Downloaded tokio v1.43.0 |
1047 | 2025-02-22T20:25:51.938Z | Downloaded tokio-util v0.7.12 |
1048 | 2025-02-22T20:25:51.944Z | Downloaded regex-automata v0.4.8 |
1049 | 2025-02-22T20:25:51.960Z | Downloaded h2 v0.4.6 |
1050 | 2025-02-22T20:25:51.967Z | Downloaded lalrpop v0.19.12 |
1051 | 2025-02-22T20:25:51.977Z | Downloaded petgraph v0.6.5 |
1052 | 2025-02-22T20:25:51.993Z | Downloaded nu-ansi-term v0.50.1 |
1053 | 2025-02-22T20:25:51.995Z | Downloaded tracing-core v0.1.32 |
1054 | 2025-02-22T20:25:51.998Z | Downloaded unicode-normalization v0.1.24 |
1055 | 2025-02-22T20:25:52.001Z | Downloaded serde_with v3.11.0 |
1056 | 2025-02-22T20:25:52.009Z | Downloaded proptest v1.5.0 |
1057 | 2025-02-22T20:25:52.017Z | Downloaded zerovec v0.10.4 |
1058 | 2025-02-22T20:25:52.022Z | Downloaded csv v1.3.1 |
1059 | 2025-02-22T20:25:52.040Z | Downloaded password-hash v0.5.0 |
1060 | 2025-02-22T20:25:52.043Z | Downloaded password-hash v0.4.2 |
1061 | 2025-02-22T20:25:52.045Z | Downloaded quinn-proto v0.11.8 |
1062 | 2025-02-22T20:25:52.051Z | Downloaded fallible-iterator v0.2.0 |
1063 | 2025-02-22T20:25:52.054Z | Downloaded xz2 v0.1.7 |
1064 | 2025-02-22T20:25:52.054Z | Downloaded der_derive v0.7.3 |
1065 | 2025-02-22T20:25:52.057Z | Downloaded num-bigint-dig v0.8.4 |
1066 | 2025-02-22T20:25:52.059Z | Downloaded zip v0.6.6 |
1067 | 2025-02-22T20:25:52.064Z | Downloaded heapless v0.8.0 |
1068 | 2025-02-22T20:25:52.067Z | Downloaded blake3 v1.5.4 |
1069 | 2025-02-22T20:25:52.075Z | Downloaded tiny-keccak v2.0.2 |
1070 | 2025-02-22T20:25:52.078Z | Downloaded postgres-types v0.2.8 |
1071 | 2025-02-22T20:25:52.080Z | Downloaded parking_lot v0.11.2 |
1072 | 2025-02-22T20:25:52.083Z | Downloaded sha3 v0.10.8 |
1073 | 2025-02-22T20:25:52.086Z | Downloaded pem v3.0.4 |
1074 | 2025-02-22T20:25:52.089Z | Downloaded packed_struct v0.10.1 |
1075 | 2025-02-22T20:25:52.094Z | Downloaded document-features v0.2.10 |
1076 | 2025-02-22T20:25:52.094Z | Downloaded deranged v0.3.11 |
1077 | 2025-02-22T20:25:52.094Z | Downloaded slog-dtrace v0.3.0 |
1078 | 2025-02-22T20:25:52.097Z | Downloaded phf_shared v0.11.2 |
1079 | 2025-02-22T20:25:52.097Z | Downloaded dropshot_endpoint v0.12.0 |
1080 | 2025-02-22T20:25:52.100Z | Downloaded utf16_iter v1.0.5 |
1081 | 2025-02-22T20:25:52.100Z | Downloaded walkdir v2.5.0 |
1082 | 2025-02-22T20:25:52.100Z | Downloaded uzers v0.12.1 |
1083 | 2025-02-22T20:25:52.102Z | Downloaded prettyplease v0.2.29 |
1084 | 2025-02-22T20:25:52.105Z | Downloaded nodrop v0.1.14 |
1085 | 2025-02-22T20:25:52.108Z | Downloaded native-tls v0.2.12 |
1086 | 2025-02-22T20:25:52.108Z | Downloaded term v0.7.0 |
1087 | 2025-02-22T20:25:52.111Z | Downloaded unicode-truncate v1.1.0 |
1088 | 2025-02-22T20:25:52.114Z | Downloaded shell-words v1.1.0 |
1089 | 2025-02-22T20:25:52.114Z | Downloaded funty v2.0.0 |
1090 | 2025-02-22T20:25:52.116Z | Downloaded smallvec v1.13.2 |
1091 | 2025-02-22T20:25:52.116Z | Downloaded headers v0.4.0 |
1092 | 2025-02-22T20:25:52.120Z | Downloaded parse-zoneinfo v0.3.1 |
1093 | 2025-02-22T20:25:52.123Z | Downloaded diesel_derives v2.2.3 |
1094 | 2025-02-22T20:25:52.127Z | Downloaded rcgen v0.12.1 |
1095 | 2025-02-22T20:25:52.130Z | Downloaded itertools v0.10.5 |
1096 | 2025-02-22T20:25:52.136Z | Downloaded encoding_rs v0.8.34 |
1097 | 2025-02-22T20:25:52.156Z | Downloaded mio v1.0.2 |
1098 | 2025-02-22T20:25:52.161Z | Downloaded rustls-pemfile v2.2.0 |
1099 | 2025-02-22T20:25:52.165Z | Downloaded ghash v0.5.1 |
1100 | 2025-02-22T20:25:52.167Z | Downloaded fixedbitset v0.4.2 |
1101 | 2025-02-22T20:25:52.167Z | Downloaded zerocopy v0.6.6 |
1102 | 2025-02-22T20:25:52.170Z | Downloaded vergen v8.3.2 |
1103 | 2025-02-22T20:25:52.173Z | Downloaded proc-macro-error2 v2.0.1 |
1104 | 2025-02-22T20:25:52.175Z | Downloaded pkcs1 v0.7.5 |
1105 | 2025-02-22T20:25:52.178Z | Downloaded parse-display-derive v0.10.0 |
1106 | 2025-02-22T20:25:52.180Z | Downloaded unicode_categories v0.1.1 |
1107 | 2025-02-22T20:25:52.180Z | Downloaded tower v0.5.2 |
1108 | 2025-02-22T20:25:52.188Z | Downloaded ring v0.17.9 |
1109 | 2025-02-22T20:25:52.228Z | Downloaded hickory-server v0.24.3 |
1110 | 2025-02-22T20:25:52.233Z | Downloaded unsafe-libyaml v0.2.11 |
1111 | 2025-02-22T20:25:52.236Z | Downloaded serde_with_macros v3.11.0 |
1112 | 2025-02-22T20:25:52.238Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1113 | 2025-02-22T20:25:52.238Z | Downloaded proc-macro-crate v1.3.1 |
1114 | 2025-02-22T20:25:52.241Z | Downloaded phf_generator v0.11.2 |
1115 | 2025-02-22T20:25:52.241Z | Downloaded parse-display v0.10.0 |
1116 | 2025-02-22T20:25:52.244Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1117 | 2025-02-22T20:25:52.298Z | Downloaded thiserror-impl v2.0.11 |
1118 | 2025-02-22T20:25:52.301Z | Downloaded diff v0.1.13 |
1119 | 2025-02-22T20:25:52.303Z | Downloaded derive_more v0.99.19 |
1120 | 2025-02-22T20:25:52.307Z | Downloaded schemars v0.8.21 |
1121 | 2025-02-22T20:25:52.318Z | Downloaded ron v0.8.1 |
1122 | 2025-02-22T20:25:52.323Z | Downloaded crossterm v0.28.1 |
1123 | 2025-02-22T20:25:52.329Z | Downloaded form_urlencoded v1.2.1 |
1124 | 2025-02-22T20:25:52.332Z | Downloaded rsa v0.9.6 |
1125 | 2025-02-22T20:25:52.335Z | Downloaded tungstenite v0.23.0 |
1126 | 2025-02-22T20:25:52.338Z | Downloaded untrusted v0.9.0 |
1127 | 2025-02-22T20:25:52.341Z | Downloaded olpc-cjson v0.1.4 |
1128 | 2025-02-22T20:25:52.341Z | Downloaded num-derive v0.4.2 |
1129 | 2025-02-22T20:25:52.343Z | Downloaded futures-task v0.3.31 |
1130 | 2025-02-22T20:25:52.343Z | Downloaded futures-sink v0.3.31 |
1131 | 2025-02-22T20:25:52.346Z | Downloaded futures-macro v0.3.31 |
1132 | 2025-02-22T20:25:52.346Z | Downloaded flagset v0.4.6 |
1133 | 2025-02-22T20:25:52.346Z | Downloaded strum_macros v0.26.4 |
1134 | 2025-02-22T20:25:52.349Z | Downloaded icu_normalizer_data v1.5.0 |
1135 | 2025-02-22T20:25:52.351Z | Downloaded slab v0.4.9 |
1136 | 2025-02-22T20:25:52.351Z | Downloaded peg v0.8.4 |
1137 | 2025-02-22T20:25:52.355Z | Downloaded owo-colors v4.1.0 |
1138 | 2025-02-22T20:25:52.357Z | Downloaded publicsuffix v2.3.0 |
1139 | 2025-02-22T20:25:52.360Z | Downloaded scopeguard v1.2.0 |
1140 | 2025-02-22T20:25:52.363Z | Downloaded schemars_derive v0.8.21 |
1141 | 2025-02-22T20:25:52.363Z | Downloaded salsa20 v0.10.2 |
1142 | 2025-02-22T20:25:52.366Z | Downloaded hashlink v0.9.1 |
1143 | 2025-02-22T20:25:52.366Z | Downloaded globset v0.4.15 |
1144 | 2025-02-22T20:25:52.368Z | Downloaded russh-keys v0.45.0 |
1145 | 2025-02-22T20:25:52.368Z | Downloaded tinyvec v1.8.0 |
1146 | 2025-02-22T20:25:52.371Z | Downloaded litrs v0.4.1 |
1147 | 2025-02-22T20:25:52.373Z | Downloaded const_format v0.2.34 |
1148 | 2025-02-22T20:25:52.377Z | Downloaded base64 v0.22.1 |
1149 | 2025-02-22T20:25:52.380Z | Downloaded primeorder v0.13.6 |
1150 | 2025-02-22T20:25:52.383Z | Downloaded crypto-bigint v0.5.5 |
1151 | 2025-02-22T20:25:52.386Z | Downloaded cc v1.1.30 |
1152 | 2025-02-22T20:25:52.390Z | Downloaded bumpalo v3.16.0 |
1153 | 2025-02-22T20:25:52.393Z | Downloaded icu_properties v1.5.1 |
1154 | 2025-02-22T20:25:52.395Z | Downloaded md-5 v0.10.6 |
1155 | 2025-02-22T20:25:52.398Z | Downloaded lock_api v0.4.12 |
1156 | 2025-02-22T20:25:52.398Z | Downloaded litemap v0.7.3 |
1157 | 2025-02-22T20:25:52.401Z | Downloaded libsw v3.3.1 |
1158 | 2025-02-22T20:25:52.404Z | Downloaded progenitor-impl v0.9.1 |
1159 | 2025-02-22T20:25:52.404Z | Downloaded fallible-streaming-iterator v0.1.9 |
1160 | 2025-02-22T20:25:52.406Z | Downloaded debug-ignore v1.0.5 |
1161 | 2025-02-22T20:25:52.406Z | Downloaded linear-map v1.2.0 |
1162 | 2025-02-22T20:25:52.409Z | Downloaded backtrace v0.3.74 |
1163 | 2025-02-22T20:25:52.411Z | Downloaded icu_locid_transform_data v1.5.0 |
1164 | 2025-02-22T20:25:52.414Z | Downloaded hyper v1.5.2 |
1165 | 2025-02-22T20:25:52.420Z | Downloaded memoffset v0.9.1 |
1166 | 2025-02-22T20:25:52.422Z | Downloaded zerofrom-derive v0.1.4 |
1167 | 2025-02-22T20:25:52.422Z | Downloaded wyz v0.5.1 |
1168 | 2025-02-22T20:25:52.425Z | Downloaded unicode-xid v0.2.6 |
1169 | 2025-02-22T20:25:52.425Z | Downloaded typify-macro v0.3.0 |
1170 | 2025-02-22T20:25:52.428Z | Downloaded typify-macro v0.2.0 |
1171 | 2025-02-22T20:25:52.428Z | Downloaded slog-envlogger v2.2.0 |
1172 | 2025-02-22T20:25:52.430Z | Downloaded progenitor v0.8.0 |
1173 | 2025-02-22T20:25:52.430Z | Downloaded base64 v0.21.7 |
1174 | 2025-02-22T20:25:52.433Z | Downloaded maplit v1.0.2 |
1175 | 2025-02-22T20:25:52.436Z | Downloaded managed v0.8.0 |
1176 | 2025-02-22T20:25:52.436Z | Downloaded lru-cache v0.1.2 |
1177 | 2025-02-22T20:25:52.438Z | Downloaded lru v0.12.5 |
1178 | 2025-02-22T20:25:52.438Z | Downloaded lockfree-object-pool v0.1.6 |
1179 | 2025-02-22T20:25:52.441Z | Downloaded linked-hash-map v0.5.6 |
1180 | 2025-02-22T20:25:52.441Z | Downloaded compact_str v0.8.0 |
1181 | 2025-02-22T20:25:52.444Z | Downloaded icu_locid_transform v1.5.0 |
1182 | 2025-02-22T20:25:52.446Z | Downloaded hex-literal v0.4.1 |
1183 | 2025-02-22T20:25:52.446Z | Downloaded spki v0.7.3 |
1184 | 2025-02-22T20:25:52.450Z | Downloaded ref-cast v1.0.23 |
1185 | 2025-02-22T20:25:52.453Z | Downloaded instability v0.3.2 |
1186 | 2025-02-22T20:25:52.453Z | Downloaded zerofrom v0.1.4 |
1187 | 2025-02-22T20:25:52.453Z | Downloaded slog-json v2.6.1 |
1188 | 2025-02-22T20:25:52.455Z | Downloaded signature v2.2.0 |
1189 | 2025-02-22T20:25:52.458Z | Downloaded signal-hook-tokio v0.3.1 |
1190 | 2025-02-22T20:25:52.458Z | Downloaded serde_urlencoded v0.7.1 |
1191 | 2025-02-22T20:25:52.461Z | Downloaded serde_plain v1.0.2 |
1192 | 2025-02-22T20:25:52.461Z | Downloaded scheduled-thread-pool v0.2.7 |
1193 | 2025-02-22T20:25:52.461Z | Downloaded same-file v1.0.6 |
1194 | 2025-02-22T20:25:52.464Z | Downloaded rustfmt-wrapper v0.2.1 |
1195 | 2025-02-22T20:25:52.464Z | Downloaded rustc_version v0.4.1 |
1196 | 2025-02-22T20:25:52.464Z | Downloaded rustc_version v0.1.7 |
1197 | 2025-02-22T20:25:52.467Z | Downloaded mirai-annotations v1.12.0 |
1198 | 2025-02-22T20:25:52.467Z | Downloaded indent_write v2.2.0 |
1199 | 2025-02-22T20:25:52.467Z | Downloaded impl-trait-for-tuples v0.2.2 |
1200 | 2025-02-22T20:25:52.469Z | Downloaded icu_collections v1.5.0 |
1201 | 2025-02-22T20:25:52.476Z | Downloaded bitfield-struct v0.6.2 |
1202 | 2025-02-22T20:25:52.478Z | Downloaded hubpack_derive v0.1.1 |
1203 | 2025-02-22T20:25:52.478Z | Downloaded bzip2 v0.4.4 |
1204 | 2025-02-22T20:25:52.481Z | Downloaded humantime v2.1.0 |
1205 | 2025-02-22T20:25:52.481Z | Downloaded base64ct v1.6.0 |
1206 | 2025-02-22T20:25:52.483Z | Downloaded http v1.2.0 |
1207 | 2025-02-22T20:25:52.488Z | Downloaded hostname v0.4.0 |
1208 | 2025-02-22T20:25:52.490Z | Downloaded headers-core v0.3.0 |
1209 | 2025-02-22T20:25:52.490Z | Downloaded ctr v0.9.2 |
1210 | 2025-02-22T20:25:52.493Z | Downloaded bit-vec v0.6.3 |
1211 | 2025-02-22T20:25:52.493Z | Downloaded bb8 v0.8.5 |
1212 | 2025-02-22T20:25:52.623Z | Downloaded libsqlite3-sys v0.30.1 |
1213 | 2025-02-22T20:25:52.898Z | Downloaded aws-lc-sys v0.22.0 |
1214 | 2025-02-22T20:25:53.212Z | Compiling serde v1.0.217 |
1215 | 2025-02-22T20:25:53.215Z | Compiling value-bag v1.9.0 |
1216 | 2025-02-22T20:25:53.215Z | Compiling lock_api v0.4.12 |
1217 | 2025-02-22T20:25:53.215Z | Compiling scopeguard v1.2.0 |
1218 | 2025-02-22T20:25:53.215Z | Compiling typenum v1.17.0 |
1219 | 2025-02-22T20:25:53.215Z | Compiling generic-array v0.14.7 |
1220 | 2025-02-22T20:25:53.215Z | Compiling syn v2.0.96 |
1221 | 2025-02-22T20:25:53.215Z | Compiling getrandom v0.2.15 |
1222 | 2025-02-22T20:25:53.546Z | Compiling shlex v1.3.0 |
1223 | 2025-02-22T20:25:53.782Z | Compiling rand_core v0.6.4 |
1224 | 2025-02-22T20:25:53.826Z | Compiling log v0.4.22 |
1225 | 2025-02-22T20:25:53.924Z | Compiling subtle v2.6.1 |
1226 | 2025-02-22T20:25:53.943Z | Compiling jobserver v0.1.32 |
1227 | 2025-02-22T20:25:53.974Z | Compiling smallvec v1.13.2 |
1228 | 2025-02-22T20:25:54.263Z | Compiling const-oid v0.9.6 |
1229 | 2025-02-22T20:25:54.290Z | Compiling cc v1.1.30 |
1230 | 2025-02-22T20:25:54.310Z | Compiling pin-project-lite v0.2.14 |
1231 | 2025-02-22T20:25:54.363Z | Compiling rustix v0.38.37 |
1232 | 2025-02-22T20:25:54.448Z | Compiling parking_lot_core v0.9.10 |
1233 | 2025-02-22T20:25:54.558Z | Compiling futures-core v0.3.31 |
1234 | 2025-02-22T20:25:54.671Z | Compiling spin v0.9.8 |
1235 | 2025-02-22T20:25:54.795Z | Compiling signal-hook-registry v1.4.2 |
1236 | 2025-02-22T20:25:55.049Z | Compiling mio v1.0.2 |
1237 | 2025-02-22T20:25:55.162Z | Compiling aho-corasick v1.1.3 |
1238 | 2025-02-22T20:25:55.436Z | Compiling parking_lot v0.12.3 |
1239 | 2025-02-22T20:25:55.439Z | Compiling futures-sink v0.3.31 |
1240 | 2025-02-22T20:25:55.620Z | Compiling regex-syntax v0.8.5 |
1241 | 2025-02-22T20:25:55.722Z | Compiling stable_deref_trait v1.2.0 |
1242 | 2025-02-22T20:25:55.843Z | Compiling cpufeatures v0.2.14 |
1243 | 2025-02-22T20:25:55.951Z | Compiling socket2 v0.5.7 |
1244 | 2025-02-22T20:25:56.027Z | Compiling slab v0.4.9 |
1245 | 2025-02-22T20:25:56.167Z | Compiling either v1.13.0 |
1246 | 2025-02-22T20:25:56.264Z | Compiling glob v0.3.2 |
1247 | 2025-02-22T20:25:56.503Z | Compiling prettyplease v0.2.29 |
1248 | 2025-02-22T20:25:56.844Z | Compiling lazy_static v1.5.0 |
1249 | 2025-02-22T20:25:56.892Z | Compiling minimal-lexical v0.2.1 |
1250 | 2025-02-22T20:25:56.911Z | Compiling serde_json v1.0.139 |
1251 | 2025-02-22T20:25:56.977Z | Compiling futures-channel v0.3.31 |
1252 | 2025-02-22T20:25:57.165Z | Compiling clang-sys v1.8.1 |
1253 | 2025-02-22T20:25:57.268Z | Compiling libloading v0.8.5 |
1254 | 2025-02-22T20:25:57.396Z | Compiling nom v7.1.3 |
1255 | 2025-02-22T20:25:57.399Z | Compiling futures-task v0.3.31 |
1256 | 2025-02-22T20:25:57.653Z | Compiling bindgen v0.69.5 |
1257 | 2025-02-22T20:25:57.716Z | Compiling home v0.5.9 |
1258 | 2025-02-22T20:25:57.776Z | Compiling futures-io v0.3.31 |
1259 | 2025-02-22T20:25:57.911Z | Compiling pin-utils v0.1.0 |
1260 | 2025-02-22T20:25:58.019Z | Compiling itertools v0.10.5 |
1261 | 2025-02-22T20:25:58.040Z | Compiling lazycell v1.3.0 |
1262 | 2025-02-22T20:25:58.226Z | Compiling allocator-api2 v0.2.18 |
1263 | 2025-02-22T20:25:58.529Z | Compiling rustc-hash v1.1.0 |
1264 | 2025-02-22T20:25:58.699Z | Compiling foldhash v0.1.3 |
1265 | 2025-02-22T20:25:58.962Z | Compiling libm v0.2.8 |
1266 | 2025-02-22T20:25:58.997Z | Compiling hashbrown v0.15.1 |
1267 | 2025-02-22T20:25:59.329Z | Compiling cmake v0.1.51 |
1268 | 2025-02-22T20:25:59.717Z | Compiling regex-automata v0.4.8 |
1269 | 2025-02-22T20:26:00.172Z | Compiling num-traits v0.2.19 |
1270 | 2025-02-22T20:26:00.194Z | Compiling dunce v1.0.5 |
1271 | 2025-02-22T20:26:00.323Z | Compiling pkg-config v0.3.31 |
1272 | 2025-02-22T20:26:00.479Z | Compiling cexpr v0.6.0 |
1273 | 2025-02-22T20:26:00.538Z | Compiling fs_extra v1.3.0 |
1274 | 2025-02-22T20:26:00.719Z | Compiling synstructure v0.13.1 |
1275 | 2025-02-22T20:26:01.824Z | Compiling litemap v0.7.3 |
1276 | 2025-02-22T20:26:02.060Z | Compiling writeable v0.5.5 |
1277 | 2025-02-22T20:26:02.146Z | Compiling ring v0.17.9 |
1278 | 2025-02-22T20:26:02.204Z | Compiling base64ct v1.6.0 |
1279 | 2025-02-22T20:26:02.583Z | Compiling paste v1.0.15 |
1280 | 2025-02-22T20:26:03.023Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2025-02-22T20:26:03.137Z | Compiling httparse v1.9.5 |
1282 | 2025-02-22T20:26:03.646Z | Compiling icu_locid_transform_data v1.5.0 |
1283 | 2025-02-22T20:26:03.763Z | Compiling flagset v0.4.6 |
1284 | 2025-02-22T20:26:03.801Z | Compiling aws-lc-rs v1.10.0 |
1285 | 2025-02-22T20:26:03.980Z | Compiling tracing-core v0.1.32 |
1286 | 2025-02-22T20:26:04.157Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2025-02-22T20:26:04.337Z | Compiling rustls-pki-types v1.10.0 |
1288 | 2025-02-22T20:26:04.696Z | Compiling percent-encoding v2.3.1 |
1289 | 2025-02-22T20:26:04.956Z | Compiling icu_properties_data v1.5.0 |
1290 | 2025-02-22T20:26:05.051Z | Compiling regex v1.11.1 |
1291 | 2025-02-22T20:26:05.193Z | Compiling time-core v0.1.2 |
1292 | 2025-02-22T20:26:05.264Z | Compiling powerfmt v0.2.0 |
1293 | 2025-02-22T20:26:05.362Z | Compiling num-conv v0.1.0 |
1294 | 2025-02-22T20:26:05.601Z | Compiling mirai-annotations v1.12.0 |
1295 | 2025-02-22T20:26:05.604Z | Compiling utf16_iter v1.0.5 |
1296 | 2025-02-22T20:26:05.681Z | Compiling serde_derive v1.0.217 |
1297 | 2025-02-22T20:26:05.787Z | Compiling zeroize_derive v1.4.2 |
1298 | 2025-02-22T20:26:05.808Z | Compiling zerocopy-derive v0.7.35 |
1299 | 2025-02-22T20:26:05.808Z | Compiling tokio-macros v2.5.0 |
1300 | 2025-02-22T20:26:05.968Z | Compiling zerofrom-derive v0.1.4 |
1301 | 2025-02-22T20:26:07.181Z | Compiling zeroize v1.8.1 |
1302 | 2025-02-22T20:26:07.254Z | Compiling yoke-derive v0.7.4 |
1303 | 2025-02-22T20:26:07.672Z | Compiling zerocopy v0.7.35 |
1304 | 2025-02-22T20:26:07.787Z | Compiling zerovec-derive v0.10.3 |
1305 | 2025-02-22T20:26:08.631Z | Compiling futures-macro v0.3.31 |
1306 | 2025-02-22T20:26:08.791Z | Compiling crypto-common v0.1.6 |
1307 | 2025-02-22T20:26:08.995Z | Compiling block-buffer v0.10.4 |
1308 | 2025-02-22T20:26:09.037Z | Compiling thiserror-impl v1.0.69 |
1309 | 2025-02-22T20:26:09.272Z | Compiling digest v0.10.7 |
1310 | 2025-02-22T20:26:09.341Z | Compiling zerofrom v0.1.4 |
1311 | 2025-02-22T20:26:09.577Z | Compiling displaydoc v0.2.5 |
1312 | 2025-02-22T20:26:09.741Z | Compiling hmac v0.12.1 |
1313 | 2025-02-22T20:26:09.769Z | Compiling yoke v0.7.4 |
1314 | 2025-02-22T20:26:10.006Z | Compiling block-padding v0.3.3 |
1315 | 2025-02-22T20:26:10.111Z | Compiling sha2 v0.10.8 |
1316 | 2025-02-22T20:26:10.133Z | Compiling icu_provider_macros v1.5.0 |
1317 | 2025-02-22T20:26:10.151Z | Compiling zerovec v0.10.4 |
1318 | 2025-02-22T20:26:10.244Z | Compiling inout v0.1.3 |
1319 | 2025-02-22T20:26:10.436Z | Compiling futures-util v0.3.31 |
1320 | 2025-02-22T20:26:10.521Z | Compiling cipher v0.4.4 |
1321 | 2025-02-22T20:26:11.028Z | Compiling ppv-lite86 v0.2.20 |
1322 | 2025-02-22T20:26:11.086Z | Compiling der_derive v0.7.3 |
1323 | 2025-02-22T20:26:11.152Z | Compiling tracing-attributes v0.1.27 |
1324 | 2025-02-22T20:26:11.845Z | Compiling rand_chacha v0.3.1 |
1325 | 2025-02-22T20:26:11.935Z | Compiling thiserror v1.0.69 |
1326 | 2025-02-22T20:26:12.094Z | Compiling tinystr v0.7.6 |
1327 | 2025-02-22T20:26:12.208Z | Compiling icu_collections v1.5.0 |
1328 | 2025-02-22T20:26:12.482Z | Compiling icu_locid v1.5.0 |
1329 | 2025-02-22T20:26:13.376Z | Compiling der v0.7.9 |
1330 | 2025-02-22T20:26:13.471Z | Compiling rand v0.8.5 |
1331 | 2025-02-22T20:26:13.775Z | Compiling icu_provider v1.5.0 |
1332 | 2025-02-22T20:26:14.159Z | Compiling pest v2.7.14 |
1333 | 2025-02-22T20:26:14.208Z | Compiling tracing v0.1.40 |
1334 | 2025-02-22T20:26:14.451Z | Compiling icu_locid_transform v1.5.0 |
1335 | 2025-02-22T20:26:14.729Z | Compiling salsa20 v0.10.2 |
1336 | 2025-02-22T20:26:14.750Z | Compiling pbkdf2 v0.12.2 |
1337 | 2025-02-22T20:26:14.929Z | Compiling utf8_iter v1.0.4 |
1338 | 2025-02-22T20:26:14.972Z | Compiling untrusted v0.7.1 |
1339 | 2025-02-22T20:26:15.167Z | Compiling untrusted v0.9.0 |
1340 | 2025-02-22T20:26:15.185Z | Compiling write16 v1.0.0 |
1341 | 2025-02-22T20:26:15.322Z | Compiling spki v0.7.3 |
1342 | 2025-02-22T20:26:15.343Z | Compiling icu_normalizer_data v1.5.0 |
1343 | 2025-02-22T20:26:15.404Z | Compiling vcpkg v0.2.15 |
1344 | 2025-02-22T20:26:15.664Z | Compiling scrypt v0.11.0 |
1345 | 2025-02-22T20:26:15.790Z | Compiling icu_properties v1.5.1 |
1346 | 2025-02-22T20:26:16.138Z | Compiling cbc v0.1.2 |
1347 | 2025-02-22T20:26:16.286Z | Compiling aes v0.8.4 |
1348 | 2025-02-22T20:26:16.389Z | Compiling scroll_derive v0.12.0 |
1349 | 2025-02-22T20:26:16.718Z | Compiling time-macros v0.2.18 |
1350 | 2025-02-22T20:26:17.109Z | Compiling openssl-sys v0.9.106 |
1351 | 2025-02-22T20:26:17.256Z | Compiling pest_meta v2.7.14 |
1352 | 2025-02-22T20:26:17.809Z | Compiling deranged v0.3.11 |
1353 | 2025-02-22T20:26:18.199Z | Compiling bitflags v2.6.0 |
1354 | 2025-02-22T20:26:18.371Z | Compiling bytes v1.9.0 |
1355 | 2025-02-22T20:26:19.228Z | Compiling tokio v1.43.0 |
1356 | 2025-02-22T20:26:19.522Z | Compiling semver v1.0.25 |
1357 | 2025-02-22T20:26:19.703Z | Compiling indexmap v2.7.1 |
1358 | 2025-02-22T20:26:19.725Z | Compiling http v1.2.0 |
1359 | 2025-02-22T20:26:20.204Z | Compiling rustc_version v0.4.1 |
1360 | 2025-02-22T20:26:20.269Z | Compiling icu_normalizer v1.5.0 |
1361 | 2025-02-22T20:26:21.056Z | Compiling tinyvec_macros v0.1.1 |
1362 | 2025-02-22T20:26:21.162Z | Compiling atomic-waker v1.1.2 |
1363 | 2025-02-22T20:26:21.362Z | Compiling num_threads v0.1.7 |
1364 | 2025-02-22T20:26:21.423Z | Compiling idna_adapter v1.2.0 |
1365 | 2025-02-22T20:26:21.507Z | Compiling time v0.3.36 |
1366 | 2025-02-22T20:26:21.653Z | Compiling tinyvec v1.8.0 |
1367 | 2025-02-22T20:26:21.765Z | Compiling http-body v1.0.1 |
1368 | 2025-02-22T20:26:21.825Z | Compiling pest_generator v2.7.14 |
1369 | 2025-02-22T20:26:22.023Z | Compiling scroll v0.12.0 |
1370 | 2025-02-22T20:26:22.065Z | Compiling pkcs5 v0.7.1 |
1371 | 2025-02-22T20:26:22.152Z | Compiling which v4.4.2 |
1372 | 2025-02-22T20:26:22.691Z | Compiling form_urlencoded v1.2.1 |
1373 | 2025-02-22T20:26:23.013Z | Compiling slog v2.7.0 |
1374 | 2025-02-22T20:26:23.082Z | Compiling try-lock v0.2.5 |
1375 | 2025-02-22T20:26:23.133Z | Compiling goblin v0.8.2 |
1376 | 2025-02-22T20:26:23.231Z | Compiling want v0.3.1 |
1377 | 2025-02-22T20:26:23.251Z | Compiling pkcs8 v0.10.2 |
1378 | 2025-02-22T20:26:23.507Z | Compiling idna v1.0.3 |
1379 | 2025-02-22T20:26:23.579Z | Compiling uuid v1.12.0 |
1380 | 2025-02-22T20:26:23.642Z | Compiling pest_derive v2.7.14 |
1381 | 2025-02-22T20:26:23.889Z | Compiling tower-service v0.3.3 |
1382 | 2025-02-22T20:26:24.032Z | Compiling iana-time-zone v0.1.61 |
1383 | 2025-02-22T20:26:24.385Z | Compiling httpdate v1.0.3 |
1384 | 2025-02-22T20:26:24.449Z | Compiling dtrace-parser v0.2.0 |
1385 | 2025-02-22T20:26:24.841Z | Compiling chrono v0.4.39 |
1386 | 2025-02-22T20:26:25.090Z | Compiling toml_datetime v0.6.8 |
1387 | 2025-02-22T20:26:25.545Z | Compiling serde_spanned v0.6.8 |
1388 | 2025-02-22T20:26:25.732Z | Compiling serde_tokenstream v0.2.2 |
1389 | 2025-02-22T20:26:25.776Z | Compiling openssl v0.10.71 |
1390 | 2025-02-22T20:26:25.958Z | Compiling rustversion v1.0.17 |
1391 | 2025-02-22T20:26:26.223Z | Compiling match_cfg v0.1.0 |
1392 | 2025-02-22T20:26:26.277Z | Compiling base64 v0.22.1 |
1393 | 2025-02-22T20:26:26.306Z | Compiling adler2 v2.0.0 |
1394 | 2025-02-22T20:26:26.327Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2025-02-22T20:26:26.444Z | Compiling foreign-types v0.3.2 |
1396 | 2025-02-22T20:26:26.518Z | Compiling miniz_oxide v0.8.0 |
1397 | 2025-02-22T20:26:26.546Z | Compiling hostname v0.3.1 |
1398 | 2025-02-22T20:26:26.693Z | Compiling url v2.5.3 |
1399 | 2025-02-22T20:26:26.972Z | Compiling async-trait v0.1.86 |
1400 | 2025-02-22T20:26:27.940Z | Compiling tokio-util v0.7.12 |
1401 | 2025-02-22T20:26:28.048Z | Compiling openssl-macros v0.1.1 |
1402 | 2025-02-22T20:26:28.074Z | Compiling serde_derive_internals v0.29.1 |
1403 | 2025-02-22T20:26:28.407Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2025-02-22T20:26:28.787Z | Compiling dof v0.3.0 |
1405 | 2025-02-22T20:26:28.945Z | Compiling h2 v0.4.6 |
1406 | 2025-02-22T20:26:29.153Z | Compiling rustls v0.23.19 |
1407 | 2025-02-22T20:26:29.327Z | Compiling native-tls v0.2.12 |
1408 | 2025-02-22T20:26:29.458Z | Compiling data-encoding v2.6.0 |
1409 | 2025-02-22T20:26:29.685Z | Compiling usdt-impl v0.5.0 |
1410 | 2025-02-22T20:26:30.236Z | Compiling syn v1.0.109 |
1411 | 2025-02-22T20:26:30.506Z | Compiling rustls v0.22.4 |
1412 | 2025-02-22T20:26:30.794Z | Compiling schemars v0.8.21 |
1413 | 2025-02-22T20:26:30.834Z | Compiling siphasher v0.3.11 |
1414 | 2025-02-22T20:26:31.138Z | Compiling schemars_derive v0.8.21 |
1415 | 2025-02-22T20:26:31.243Z | Compiling dirs-next v2.0.0 |
1416 | 2025-02-22T20:26:31.436Z | Compiling unicode-normalization v0.1.24 |
1417 | 2025-02-22T20:26:31.963Z | Compiling http-body-util v0.1.2 |
1418 | 2025-02-22T20:26:32.018Z | Compiling crossbeam-epoch v0.9.18 |
1419 | 2025-02-22T20:26:32.437Z | Compiling heapless v0.7.17 |
1420 | 2025-02-22T20:26:32.550Z | Compiling signature v2.2.0 |
1421 | 2025-02-22T20:26:32.666Z | Compiling sha1 v0.10.6 |
1422 | 2025-02-22T20:26:32.692Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1423 | 2025-02-22T20:26:32.832Z | Compiling thread_local v1.1.8 |
1424 | 2025-02-22T20:26:32.881Z | Compiling cookie v0.18.1 |
1425 | 2025-02-22T20:26:33.095Z | Compiling multer v3.1.0 |
1426 | 2025-02-22T20:26:33.171Z | Compiling encoding_rs v0.8.34 |
1427 | 2025-02-22T20:26:33.195Z | Compiling signal-hook v0.3.17 |
1428 | 2025-02-22T20:26:33.271Z | Compiling ipnet v2.10.1 |
1429 | 2025-02-22T20:26:33.397Z | Compiling gimli v0.31.1 |
1430 | 2025-02-22T20:26:33.499Z | Compiling openssl-probe v0.1.5 |
1431 | 2025-02-22T20:26:33.795Z | Compiling rayon-core v1.12.1 |
1432 | 2025-02-22T20:26:34.096Z | Compiling slog-async v2.8.0 |
1433 | 2025-02-22T20:26:34.119Z | Compiling dyn-clone v1.0.18 |
1434 | 2025-02-22T20:26:34.286Z | Compiling unicode-properties v0.1.3 |
1435 | 2025-02-22T20:26:34.336Z | Compiling unicode-bidi v0.3.17 |
1436 | 2025-02-22T20:26:34.611Z | Compiling mime v0.3.17 |
1437 | 2025-02-22T20:26:35.120Z | Compiling stringprep v0.1.5 |
1438 | 2025-02-22T20:26:35.614Z | Compiling toml_edit v0.22.22 |
1439 | 2025-02-22T20:26:36.120Z | Compiling hyper v1.5.2 |
1440 | 2025-02-22T20:26:37.715Z | Compiling addr2line v0.24.2 |
1441 | 2025-02-22T20:26:38.254Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2025-02-22T20:26:38.388Z | Compiling usdt-attr-macro v0.5.0 |
1443 | 2025-02-22T20:26:38.601Z | Compiling hyper-util v0.1.10 |
1444 | 2025-02-22T20:26:38.622Z | Compiling usdt-macro v0.5.0 |
1445 | 2025-02-22T20:26:38.934Z | Compiling term v0.7.0 |
1446 | 2025-02-22T20:26:39.719Z | Compiling slog-json v2.6.1 |
1447 | 2025-02-22T20:26:39.810Z | Compiling serde_urlencoded v0.7.1 |
1448 | 2025-02-22T20:26:39.996Z | Compiling crossbeam-channel v0.5.13 |
1449 | 2025-02-22T20:26:40.057Z | Compiling curve25519-dalek v4.1.3 |
1450 | 2025-02-22T20:26:40.111Z | Compiling futures-executor v0.3.31 |
1451 | 2025-02-22T20:26:40.323Z | Compiling md-5 v0.10.6 |
1452 | 2025-02-22T20:26:40.606Z | Compiling async-stream-impl v0.3.6 |
1453 | 2025-02-22T20:26:40.609Z | Compiling enum-as-inner v0.6.1 |
1454 | 2025-02-22T20:26:40.724Z | Compiling rustls-pemfile v2.2.0 |
1455 | 2025-02-22T20:26:40.955Z | Compiling num-integer v0.1.46 |
1456 | 2025-02-22T20:26:41.061Z | Compiling hash32 v0.2.1 |
1457 | 2025-02-22T20:26:41.247Z | Compiling ff v0.13.0 |
1458 | 2025-02-22T20:26:41.413Z | Compiling is-terminal v0.4.13 |
1459 | 2025-02-22T20:26:41.490Z | Compiling object v0.36.5 |
1460 | 2025-02-22T20:26:41.551Z | Compiling memoffset v0.9.1 |
1461 | 2025-02-22T20:26:41.654Z | Compiling dropshot v0.12.0 |
1462 | 2025-02-22T20:26:41.657Z | Compiling linked-hash-map v0.5.6 |
1463 | 2025-02-22T20:26:41.846Z | Compiling portable-atomic v1.9.0 |
1464 | 2025-02-22T20:26:41.942Z | Compiling litrs v0.4.1 |
1465 | 2025-02-22T20:26:42.015Z | Compiling psl-types v2.0.11 |
1466 | 2025-02-22T20:26:42.042Z | Compiling quick-error v1.2.3 |
1467 | 2025-02-22T20:26:42.203Z | Compiling take_mut v0.2.2 |
1468 | 2025-02-22T20:26:42.222Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2025-02-22T20:26:42.378Z | Compiling smoltcp v0.9.1 |
1470 | 2025-02-22T20:26:42.545Z | Compiling rustc-demangle v0.1.24 |
1471 | 2025-02-22T20:26:42.792Z | Compiling cfg_aliases v0.2.1 |
1472 | 2025-02-22T20:26:42.795Z | Compiling utf-8 v0.7.6 |
1473 | 2025-02-22T20:26:42.897Z | Compiling base16ct v0.2.0 |
1474 | 2025-02-22T20:26:42.996Z | Compiling fallible-iterator v0.2.0 |
1475 | 2025-02-22T20:26:43.016Z | Compiling anyhow v1.0.96 |
1476 | 2025-02-22T20:26:43.115Z | Compiling sec1 v0.7.3 |
1477 | 2025-02-22T20:26:43.238Z | Compiling tungstenite v0.24.0 |
1478 | 2025-02-22T20:26:43.409Z | Compiling document-features v0.2.10 |
1479 | 2025-02-22T20:26:43.655Z | Compiling postgres-protocol v0.6.7 |
1480 | 2025-02-22T20:26:43.673Z | Compiling nix v0.29.0 |
1481 | 2025-02-22T20:26:44.503Z | Compiling publicsuffix v2.3.0 |
1482 | 2025-02-22T20:26:44.524Z | Compiling resolv-conf v0.7.0 |
1483 | 2025-02-22T20:26:44.828Z | Compiling lru-cache v0.1.2 |
1484 | 2025-02-22T20:26:45.026Z | Compiling async-stream v0.3.6 |
1485 | 2025-02-22T20:26:45.045Z | Compiling hickory-proto v0.24.3 |
1486 | 2025-02-22T20:26:45.079Z | Compiling slog-term v2.9.1 |
1487 | 2025-02-22T20:26:45.127Z | Compiling usdt v0.5.0 |
1488 | 2025-02-22T20:26:45.216Z | Compiling group v0.13.0 |
1489 | 2025-02-22T20:26:45.301Z | Compiling num-iter v0.1.45 |
1490 | 2025-02-22T20:26:45.596Z | Compiling futures v0.3.31 |
1491 | 2025-02-22T20:26:45.641Z | Compiling slog-bunyan v2.5.0 |
1492 | 2025-02-22T20:26:45.865Z | Compiling toml v0.8.19 |
1493 | 2025-02-22T20:26:46.501Z | Compiling camino v1.1.9 |
1494 | 2025-02-22T20:26:47.385Z | Compiling tokio-native-tls v0.3.1 |
1495 | 2025-02-22T20:26:47.419Z | Compiling phf_shared v0.11.2 |
1496 | 2025-02-22T20:26:47.661Z | Compiling dropshot_endpoint v0.12.0 |
1497 | 2025-02-22T20:26:47.785Z | Compiling terminal_size v0.4.0 |
1498 | 2025-02-22T20:26:48.017Z | Compiling backtrace v0.3.74 |
1499 | 2025-02-22T20:26:48.103Z | Compiling waitgroup v0.1.2 |
1500 | 2025-02-22T20:26:48.188Z | Compiling openapiv3 v2.0.0 |
1501 | 2025-02-22T20:26:48.324Z | Compiling serde_path_to_error v0.1.16 |
1502 | 2025-02-22T20:26:48.438Z | Compiling hkdf v0.12.4 |
1503 | 2025-02-22T20:26:48.703Z | Compiling crypto-bigint v0.5.5 |
1504 | 2025-02-22T20:26:49.086Z | Compiling curve25519-dalek-derive v0.1.1 |
1505 | 2025-02-22T20:26:50.521Z | Compiling zerocopy-derive v0.6.6 |
1506 | 2025-02-22T20:26:50.841Z | Compiling webpki-roots v0.26.6 |
1507 | 2025-02-22T20:26:51.066Z | Compiling sync_wrapper v1.0.1 |
1508 | 2025-02-22T20:26:51.238Z | Compiling hostname v0.4.0 |
1509 | 2025-02-22T20:26:51.464Z | Compiling ahash v0.8.11 |
1510 | 2025-02-22T20:26:51.503Z | Compiling hubpack_derive v0.1.1 |
1511 | 2025-02-22T20:26:51.692Z | Compiling crc32fast v1.4.2 |
1512 | 2025-02-22T20:26:51.864Z | Compiling fs-err v2.11.0 |
1513 | 2025-02-22T20:26:52.053Z | Compiling tower-layer v0.3.3 |
1514 | 2025-02-22T20:26:52.149Z | Compiling managed v0.8.0 |
1515 | 2025-02-22T20:26:52.184Z | Compiling unicode-width v0.2.0 |
1516 | 2025-02-22T20:26:52.369Z | Compiling debug-ignore v1.0.5 |
1517 | 2025-02-22T20:26:52.388Z | Compiling newtype-uuid v1.2.1 |
1518 | 2025-02-22T20:26:52.408Z | Compiling bitflags v1.3.2 |
1519 | 2025-02-22T20:26:52.522Z | Compiling winnow v0.5.40 |
1520 | 2025-02-22T20:26:52.542Z | Compiling clap_builder v4.5.30 |
1521 | 2025-02-22T20:26:52.572Z | Compiling strum_macros v0.25.3 |
1522 | 2025-02-22T20:26:52.699Z | Compiling console v0.15.10 |
1523 | 2025-02-22T20:26:53.690Z | Compiling zerocopy v0.6.6 |
1524 | 2025-02-22T20:26:54.040Z | Compiling hubpack v0.1.2 |
1525 | 2025-02-22T20:26:54.423Z | Compiling tower v0.5.2 |
1526 | 2025-02-22T20:26:54.570Z | Compiling flate2 v1.0.35 |
1527 | 2025-02-22T20:26:54.656Z | Compiling elliptic-curve v0.13.8 |
1528 | 2025-02-22T20:26:55.222Z | Compiling hickory-resolver v0.24.3 |
1529 | 2025-02-22T20:26:55.473Z | Compiling signal-hook-mio v0.2.4 |
1530 | 2025-02-22T20:26:55.636Z | Compiling toml_edit v0.19.15 |
1531 | 2025-02-22T20:26:55.851Z | Compiling phf v0.11.2 |
1532 | 2025-02-22T20:26:56.139Z | Compiling hyper-tls v0.6.0 |
1533 | 2025-02-22T20:26:56.159Z | Compiling cookie_store v0.21.1 |
1534 | 2025-02-22T20:26:56.159Z | Compiling rayon v1.10.0 |
1535 | 2025-02-22T20:26:56.547Z | Compiling bzip2 v0.4.4 |
1536 | 2025-02-22T20:26:57.744Z | Compiling postgres-types v0.2.8 |
1537 | 2025-02-22T20:26:59.003Z | Compiling tokio-tungstenite v0.24.0 |
1538 | 2025-02-22T20:27:00.287Z | Compiling ed25519 v2.2.3 |
1539 | 2025-02-22T20:27:00.479Z | Compiling phf_shared v0.10.0 |
1540 | 2025-02-22T20:27:00.714Z | Compiling tokio-stream v0.1.16 |
1541 | 2025-02-22T20:27:00.783Z | Compiling pkcs1 v0.7.5 |
1542 | 2025-02-22T20:27:00.864Z | Compiling serde-big-array v0.5.1 |
1543 | 2025-02-22T20:27:01.110Z | Compiling rfc6979 v0.4.0 |
1544 | 2025-02-22T20:27:01.312Z | Compiling clap_derive v4.5.28 |
1545 | 2025-02-22T20:27:01.663Z | Compiling derive-where v1.2.7 |
1546 | 2025-02-22T20:27:01.685Z | Compiling serde_repr v0.1.19 |
1547 | 2025-02-22T20:27:02.103Z | Compiling bstr v1.10.0 |
1548 | 2025-02-22T20:27:02.644Z | Compiling float-cmp v0.10.0 |
1549 | 2025-02-22T20:27:02.676Z | Compiling unicode-segmentation v1.12.0 |
1550 | 2025-02-22T20:27:02.769Z | Compiling whoami v1.5.2 |
1551 | 2025-02-22T20:27:02.885Z | Compiling new_debug_unreachable v1.0.6 |
1552 | 2025-02-22T20:27:02.992Z | Compiling static_assertions v1.1.0 |
1553 | 2025-02-22T20:27:03.107Z | Compiling normalize-line-endings v0.3.0 |
1554 | 2025-02-22T20:27:03.251Z | Compiling bit-vec v0.6.3 |
1555 | 2025-02-22T20:27:03.310Z | Compiling number_prefix v0.4.0 |
1556 | 2025-02-22T20:27:03.531Z | Compiling difflib v0.4.0 |
1557 | 2025-02-22T20:27:03.551Z | Compiling fixedbitset v0.4.2 |
1558 | 2025-02-22T20:27:03.653Z | Compiling predicates-core v1.0.8 |
1559 | 2025-02-22T20:27:03.686Z | Compiling precomputed-hash v0.1.1 |
1560 | 2025-02-22T20:27:03.828Z | Compiling string_cache v0.8.7 |
1561 | 2025-02-22T20:27:03.995Z | Compiling predicates v3.1.3 |
1562 | 2025-02-22T20:27:04.015Z | Compiling petgraph v0.6.5 |
1563 | 2025-02-22T20:27:04.253Z | Compiling bit-set v0.5.3 |
1564 | 2025-02-22T20:27:04.550Z | Compiling indicatif v0.17.11 |
1565 | 2025-02-22T20:27:04.809Z | Compiling similar v2.6.0 |
1566 | 2025-02-22T20:27:04.831Z | Compiling tokio-postgres v0.7.12 |
1567 | 2025-02-22T20:27:05.440Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1568 | 2025-02-22T20:27:05.647Z | Compiling clap v4.5.30 |
1569 | 2025-02-22T20:27:05.772Z | Compiling ecdsa v0.16.9 |
1570 | 2025-02-22T20:27:06.487Z | Compiling rsa v0.9.6 |
1571 | 2025-02-22T20:27:06.607Z | Compiling ed25519-dalek v2.1.1 |
1572 | 2025-02-22T20:27:06.839Z | Compiling toml v0.7.8 |
1573 | 2025-02-22T20:27:07.900Z | Compiling zip v0.6.6 |
1574 | 2025-02-22T20:27:08.265Z | Compiling crossterm v0.28.1 |
1575 | 2025-02-22T20:27:10.047Z | Compiling hex v0.4.3 |
1576 | 2025-02-22T20:27:10.352Z | Compiling x509-cert v0.2.5 |
1577 | 2025-02-22T20:27:10.386Z | Compiling lalrpop-util v0.19.12 |
1578 | 2025-02-22T20:27:10.629Z | Compiling unicode-xid v0.2.6 |
1579 | 2025-02-22T20:27:10.755Z | Compiling peg-runtime v0.8.3 |
1580 | 2025-02-22T20:27:10.781Z | Compiling strum_macros v0.26.4 |
1581 | 2025-02-22T20:27:10.850Z | Compiling xattr v1.3.1 |
1582 | 2025-02-22T20:27:11.121Z | Compiling filetime v0.2.25 |
1583 | 2025-02-22T20:27:11.424Z | Compiling tar v0.4.42 |
1584 | 2025-02-22T20:27:15.170Z | Compiling strum v0.26.3 |
1585 | 2025-02-22T20:27:18.323Z | Compiling aws-lc-sys v0.22.0 |
1586 | 2025-02-22T20:27:45.711Z | Compiling rustls-webpki v0.102.8 |
1587 | 2025-02-22T20:27:48.824Z | Compiling tokio-rustls v0.25.0 |
1588 | 2025-02-22T20:27:50.568Z | Compiling tokio-rustls v0.26.0 |
1589 | 2025-02-22T20:27:50.826Z | Compiling hyper-rustls v0.27.3 |
1590 | 2025-02-22T20:27:51.164Z | Compiling reqwest v0.12.12 |
1591 | 2025-02-22T20:27:52.492Z | Compiling qorb v0.2.1 |
1592 | 2025-02-22T20:27:55.422Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1593 | 2025-02-22T20:27:55.683Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1594 | 2025-02-22T20:28:00.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s |
1595 | 2025-02-22T20:28:00.182Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1596 | 2025-02-22T20:28:00.233Z | Feb 22 20:27:58.561 INFO Starting download, target: Cockroach |
1597 | 2025-02-22T20:28:00.233Z | Feb 22 20:27:58.561 INFO Starting download, target: Clickhouse |
1598 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.561 INFO Starting download, target: DendriteOpenapi |
1599 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.561 INFO Starting download, target: Console |
1600 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.561 INFO Starting download, target: DendriteStub |
1601 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.561 INFO Starting download, target: MaghemiteMgd |
1602 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.561 INFO Starting download, target: TransceiverControl |
1603 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1604 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1605 | 2025-02-22T20:28:00.235Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1606 | 2025-02-22T20:28:00.236Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1607 | 2025-02-22T20:28:00.236Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1608 | 2025-02-22T20:28:00.236Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1609 | 2025-02-22T20:28:00.236Z | Feb 22 20:27:58.562 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1610 | 2025-02-22T20:28:00.396Z | Feb 22 20:27:58.722 INFO Download complete, target: DendriteOpenapi |
1611 | 2025-02-22T20:28:00.564Z | Feb 22 20:27:58.878 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1612 | 2025-02-22T20:28:00.724Z | Feb 22 20:27:59.034 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1613 | 2025-02-22T20:28:01.040Z | Feb 22 20:27:59.366 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1614 | 2025-02-22T20:28:01.049Z | Feb 22 20:27:59.375 INFO Download complete, target: TransceiverControl |
1615 | 2025-02-22T20:28:01.097Z | Feb 22 20:27:59.410 INFO Download complete, target: Console |
1616 | 2025-02-22T20:28:01.184Z | Feb 22 20:27:59.506 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1617 | 2025-02-22T20:28:02.009Z | Feb 22 20:28:00.337 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1618 | 2025-02-22T20:28:02.009Z | Feb 22 20:28:00.337 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1619 | 2025-02-22T20:28:02.266Z | Feb 22 20:28:00.594 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1620 | 2025-02-22T20:28:04.061Z | Feb 22 20:28:02.388 INFO Download complete, target: DendriteStub |
1621 | 2025-02-22T20:28:04.374Z | Feb 22 20:28:02.702 INFO Download complete, target: MaghemiteMgd |
1622 | 2025-02-22T20:28:09.713Z | Feb 22 20:28:08.040 INFO Checking that binary works, target: Cockroach |
1623 | 2025-02-22T20:28:09.872Z | Feb 22 20:28:08.198 INFO Download complete, target: Cockroach |
1624 | 2025-02-22T20:28:15.189Z | Feb 22 20:28:13.514 INFO Checking that binary works, target: Clickhouse |
1625 | 2025-02-22T20:28:15.332Z | Feb 22 20:28:13.657 INFO Download complete, target: Clickhouse |
1626 | 2025-02-22T20:28:15.352Z | All builder prerequisites installed successfully, and PATH looks valid |
1627 | 2025-02-22T20:28:15.355Z | |
1628 | 2025-02-22T20:28:15.355Z | real 5:03.201629486 |
1629 | 2025-02-22T20:28:15.355Z | user 15:19.990952409 |
1630 | 2025-02-22T20:28:15.355Z | sys 2:03.126802960 |
1631 | 2025-02-22T20:28:15.355Z | trap 0.535313357 |
1632 | 2025-02-22T20:28:15.355Z | tflt 0.927853471 |
1633 | 2025-02-22T20:28:15.355Z | dflt 1.326209968 |
1634 | 2025-02-22T20:28:15.355Z | kflt 0.031802384 |
1635 | 2025-02-22T20:28:15.355Z | lock 23:35.943269518 |
1636 | 2025-02-22T20:28:15.355Z | slp 54:01.782412793 |
1637 | 2025-02-22T20:28:15.355Z | lat 1:00.236140456 |
1638 | 2025-02-22T20:28:15.355Z | stop 2:23.384943480 |
1639 | 2025-02-22T20:28:15.355Z | + banner hack-check |
1640 | 2025-02-22T20:28:15.358Z | |
1641 | 2025-02-22T20:28:15.358Z | # # ## #### # # #### # # ###### #### # # |
1642 | 2025-02-22T20:28:15.358Z | # # # # # # # # # # # # # # # # # |
1643 | 2025-02-22T20:28:15.358Z | ###### # # # #### ##### # ###### ##### # #### |
1644 | 2025-02-22T20:28:15.358Z | # # ###### # # # # # # # # # # |
1645 | 2025-02-22T20:28:15.358Z | # # # # # # # # # # # # # # # # # |
1646 | 2025-02-22T20:28:15.358Z | # # # # #### # # #### # # ###### #### # # |
1647 | 2025-02-22T20:28:15.358Z | |
1648 | 2025-02-22T20:28:15.358Z | + export CARGO_INCREMENTAL=0 |
1649 | 2025-02-22T20:28:15.358Z | + CARGO_INCREMENTAL=0 |
1650 | 2025-02-22T20:28:15.358Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1651 | 2025-02-22T20:28:15.891Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1652 | 2025-02-22T20:28:18.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
1653 | 2025-02-22T20:28:18.757Z | Running `target/debug/xtask check-features --ci` |
1654 | 2025-02-22T20:28:18.779Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1655 | 2025-02-22T20:28:18.779Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1656 | 2025-02-22T20:28:19.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1657 | 2025-02-22T20:28:19.260Z | Running `target/debug/xtask download cargo-hack` |
1658 | 2025-02-22T20:28:20.120Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1659 | 2025-02-22T20:28:20.510Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1660 | 2025-02-22T20:28:24.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.10s |
1661 | 2025-02-22T20:28:24.551Z | Running `target/debug/xtask-downloader cargo-hack` |
1662 | 2025-02-22T20:28:24.588Z | Feb 22 20:28:22.912 INFO Starting download, target: CargoHack |
1663 | 2025-02-22T20:28:24.591Z | Feb 22 20:28:22.913 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1664 | 2025-02-22T20:28:25.262Z | Feb 22 20:28:23.586 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1665 | 2025-02-22T20:28:25.354Z | Feb 22 20:28:23.677 INFO Download complete, target: CargoHack |
1666 | 2025-02-22T20:28:25.357Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1667 | 2025-02-22T20:28:25.373Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1668 | 2025-02-22T20:28:25.542Z | info: running `cargo check --bins` on api_identity (1/199) |
1669 | 2025-02-22T20:28:26.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-02-22T20:28:26.071Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-02-22T20:28:26.072Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-02-22T20:28:26.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1673 | 2025-02-22T20:28:26.137Z | |
1674 | 2025-02-22T20:28:26.137Z | info: running `cargo check --bins` on bootstore (2/199) |
1675 | 2025-02-22T20:28:26.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-02-22T20:28:26.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-02-22T20:28:26.723Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-02-22T20:28:26.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1679 | 2025-02-22T20:28:26.796Z | |
1680 | 2025-02-22T20:28:26.796Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1681 | 2025-02-22T20:28:27.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-02-22T20:28:27.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-02-22T20:28:27.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-02-22T20:28:27.343Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1685 | 2025-02-22T20:28:27.409Z | |
1686 | 2025-02-22T20:28:27.409Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1687 | 2025-02-22T20:28:27.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-02-22T20:28:27.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-02-22T20:28:27.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-02-22T20:28:27.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1691 | 2025-02-22T20:28:28.030Z | |
1692 | 2025-02-22T20:28:28.030Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1693 | 2025-02-22T20:28:28.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-02-22T20:28:28.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-02-22T20:28:28.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-02-22T20:28:28.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1697 | 2025-02-22T20:28:28.460Z | |
1698 | 2025-02-22T20:28:28.460Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1699 | 2025-02-22T20:28:28.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-02-22T20:28:28.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-02-22T20:28:28.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-02-22T20:28:28.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1703 | 2025-02-22T20:28:28.892Z | |
1704 | 2025-02-22T20:28:28.892Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1705 | 2025-02-22T20:28:29.274Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-02-22T20:28:29.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-02-22T20:28:29.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-02-22T20:28:29.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1709 | 2025-02-22T20:28:29.315Z | |
1710 | 2025-02-22T20:28:29.315Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1711 | 2025-02-22T20:28:29.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-02-22T20:28:29.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-02-22T20:28:29.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-02-22T20:28:29.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1715 | 2025-02-22T20:28:29.752Z | |
1716 | 2025-02-22T20:28:29.752Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1717 | 2025-02-22T20:28:30.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-02-22T20:28:30.144Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-02-22T20:28:30.144Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-02-22T20:28:30.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-02-22T20:28:30.185Z | |
1722 | 2025-02-22T20:28:30.185Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1723 | 2025-02-22T20:28:30.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-02-22T20:28:30.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-02-22T20:28:30.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-02-22T20:28:30.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1727 | 2025-02-22T20:28:30.620Z | |
1728 | 2025-02-22T20:28:30.620Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1729 | 2025-02-22T20:28:31.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-02-22T20:28:31.016Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-02-22T20:28:31.016Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-02-22T20:28:31.018Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1733 | 2025-02-22T20:28:31.056Z | |
1734 | 2025-02-22T20:28:31.056Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1735 | 2025-02-22T20:28:31.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-02-22T20:28:31.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-02-22T20:28:31.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-02-22T20:28:31.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2025-02-22T20:28:31.484Z | |
1740 | 2025-02-22T20:28:31.484Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1741 | 2025-02-22T20:28:31.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-02-22T20:28:31.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-02-22T20:28:31.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-02-22T20:28:31.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1745 | 2025-02-22T20:28:31.921Z | |
1746 | 2025-02-22T20:28:31.921Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1747 | 2025-02-22T20:28:32.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-02-22T20:28:32.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-02-22T20:28:32.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-02-22T20:28:32.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2025-02-22T20:28:32.353Z | |
1752 | 2025-02-22T20:28:32.353Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1753 | 2025-02-22T20:28:32.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-02-22T20:28:32.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-02-22T20:28:32.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-02-22T20:28:32.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1757 | 2025-02-22T20:28:32.790Z | |
1758 | 2025-02-22T20:28:32.790Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1759 | 2025-02-22T20:28:33.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-02-22T20:28:33.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-02-22T20:28:33.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-02-22T20:28:33.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1763 | 2025-02-22T20:28:33.228Z | |
1764 | 2025-02-22T20:28:33.228Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1765 | 2025-02-22T20:28:33.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-02-22T20:28:33.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-02-22T20:28:33.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-02-22T20:28:33.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1769 | 2025-02-22T20:28:33.670Z | |
1770 | 2025-02-22T20:28:33.670Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1771 | 2025-02-22T20:28:34.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-02-22T20:28:34.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-02-22T20:28:34.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-02-22T20:28:34.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1775 | 2025-02-22T20:28:34.109Z | |
1776 | 2025-02-22T20:28:34.109Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1777 | 2025-02-22T20:28:34.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-02-22T20:28:34.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-02-22T20:28:34.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-02-22T20:28:34.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1781 | 2025-02-22T20:28:34.544Z | |
1782 | 2025-02-22T20:28:34.544Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1783 | 2025-02-22T20:28:34.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-02-22T20:28:34.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-02-22T20:28:34.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-02-22T20:28:34.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1787 | 2025-02-22T20:28:34.979Z | |
1788 | 2025-02-22T20:28:34.979Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1789 | 2025-02-22T20:28:35.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-02-22T20:28:35.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-02-22T20:28:35.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-02-22T20:28:35.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1793 | 2025-02-22T20:28:35.414Z | |
1794 | 2025-02-22T20:28:35.414Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1795 | 2025-02-22T20:28:35.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-02-22T20:28:35.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-02-22T20:28:35.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-02-22T20:28:35.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1799 | 2025-02-22T20:28:35.847Z | |
1800 | 2025-02-22T20:28:35.847Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1801 | 2025-02-22T20:28:36.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-02-22T20:28:36.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-02-22T20:28:36.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1804 | 2025-02-22T20:28:36.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1805 | 2025-02-22T20:28:36.279Z | |
1806 | 2025-02-22T20:28:36.279Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1807 | 2025-02-22T20:28:36.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1808 | 2025-02-22T20:28:36.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1809 | 2025-02-22T20:28:36.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1810 | 2025-02-22T20:28:36.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1811 | 2025-02-22T20:28:36.717Z | |
1812 | 2025-02-22T20:28:36.717Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1813 | 2025-02-22T20:28:37.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1814 | 2025-02-22T20:28:37.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1815 | 2025-02-22T20:28:37.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1816 | 2025-02-22T20:28:37.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1817 | 2025-02-22T20:28:37.153Z | |
1818 | 2025-02-22T20:28:37.153Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1819 | 2025-02-22T20:28:37.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1820 | 2025-02-22T20:28:37.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1821 | 2025-02-22T20:28:37.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1822 | 2025-02-22T20:28:37.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1823 | 2025-02-22T20:28:37.678Z | |
1824 | 2025-02-22T20:28:37.678Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1825 | 2025-02-22T20:28:37.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1826 | 2025-02-22T20:28:38.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1827 | 2025-02-22T20:28:38.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1828 | 2025-02-22T20:28:38.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1829 | 2025-02-22T20:28:38.035Z | |
1830 | 2025-02-22T20:28:38.035Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1831 | 2025-02-22T20:28:38.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1832 | 2025-02-22T20:28:38.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1833 | 2025-02-22T20:28:38.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1834 | 2025-02-22T20:28:38.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1835 | 2025-02-22T20:28:38.454Z | |
1836 | 2025-02-22T20:28:38.454Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1837 | 2025-02-22T20:28:38.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2025-02-22T20:28:38.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2025-02-22T20:28:38.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1840 | 2025-02-22T20:28:38.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1841 | 2025-02-22T20:28:38.890Z | |
1842 | 2025-02-22T20:28:38.890Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1843 | 2025-02-22T20:28:39.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2025-02-22T20:28:39.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2025-02-22T20:28:39.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1846 | 2025-02-22T20:28:39.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1847 | 2025-02-22T20:28:39.322Z | |
1848 | 2025-02-22T20:28:39.322Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1849 | 2025-02-22T20:28:39.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1850 | 2025-02-22T20:28:39.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1851 | 2025-02-22T20:28:39.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1852 | 2025-02-22T20:28:39.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1853 | 2025-02-22T20:28:39.758Z | |
1854 | 2025-02-22T20:28:39.758Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1855 | 2025-02-22T20:28:40.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1856 | 2025-02-22T20:28:40.150Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1857 | 2025-02-22T20:28:40.150Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1858 | 2025-02-22T20:28:40.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1859 | 2025-02-22T20:28:40.193Z | |
1860 | 2025-02-22T20:28:40.193Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1861 | 2025-02-22T20:28:40.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1862 | 2025-02-22T20:28:40.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1863 | 2025-02-22T20:28:40.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1864 | 2025-02-22T20:28:40.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1865 | 2025-02-22T20:28:40.635Z | |
1866 | 2025-02-22T20:28:40.635Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1867 | 2025-02-22T20:28:41.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1868 | 2025-02-22T20:28:41.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1869 | 2025-02-22T20:28:41.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1870 | 2025-02-22T20:28:41.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1871 | 2025-02-22T20:28:41.074Z | |
1872 | 2025-02-22T20:28:41.074Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1873 | 2025-02-22T20:28:41.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1874 | 2025-02-22T20:28:41.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1875 | 2025-02-22T20:28:41.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1876 | 2025-02-22T20:28:41.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1877 | 2025-02-22T20:28:41.515Z | |
1878 | 2025-02-22T20:28:41.515Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1879 | 2025-02-22T20:28:41.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1880 | 2025-02-22T20:28:41.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1881 | 2025-02-22T20:28:41.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1882 | 2025-02-22T20:28:41.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1883 | 2025-02-22T20:28:41.949Z | |
1884 | 2025-02-22T20:28:41.949Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1885 | 2025-02-22T20:28:42.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1886 | 2025-02-22T20:28:42.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1887 | 2025-02-22T20:28:42.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1888 | 2025-02-22T20:28:42.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1889 | 2025-02-22T20:28:42.384Z | |
1890 | 2025-02-22T20:28:42.384Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1891 | 2025-02-22T20:28:42.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1892 | 2025-02-22T20:28:42.784Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1893 | 2025-02-22T20:28:42.784Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1894 | 2025-02-22T20:28:42.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1895 | 2025-02-22T20:28:42.825Z | |
1896 | 2025-02-22T20:28:42.825Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1897 | 2025-02-22T20:28:43.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1898 | 2025-02-22T20:28:43.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1899 | 2025-02-22T20:28:43.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1900 | 2025-02-22T20:28:43.221Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1901 | 2025-02-22T20:28:43.259Z | |
1902 | 2025-02-22T20:28:43.259Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1903 | 2025-02-22T20:28:43.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1904 | 2025-02-22T20:28:43.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1905 | 2025-02-22T20:28:43.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1906 | 2025-02-22T20:28:43.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1907 | 2025-02-22T20:28:43.700Z | |
1908 | 2025-02-22T20:28:43.700Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1909 | 2025-02-22T20:28:44.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1910 | 2025-02-22T20:28:44.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1911 | 2025-02-22T20:28:44.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1912 | 2025-02-22T20:28:44.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1913 | 2025-02-22T20:28:44.146Z | |
1914 | 2025-02-22T20:28:44.146Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1915 | 2025-02-22T20:28:44.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1916 | 2025-02-22T20:28:44.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1917 | 2025-02-22T20:28:44.547Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1918 | 2025-02-22T20:28:44.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1919 | 2025-02-22T20:28:44.587Z | |
1920 | 2025-02-22T20:28:44.587Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1921 | 2025-02-22T20:28:44.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1922 | 2025-02-22T20:28:44.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1923 | 2025-02-22T20:28:44.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1924 | 2025-02-22T20:28:44.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1925 | 2025-02-22T20:28:45.032Z | |
1926 | 2025-02-22T20:28:45.032Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1927 | 2025-02-22T20:28:45.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1928 | 2025-02-22T20:28:45.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1929 | 2025-02-22T20:28:45.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1930 | 2025-02-22T20:28:45.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1931 | 2025-02-22T20:28:45.463Z | |
1932 | 2025-02-22T20:28:45.464Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1933 | 2025-02-22T20:28:46.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1934 | 2025-02-22T20:28:46.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1935 | 2025-02-22T20:28:46.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1936 | 2025-02-22T20:28:46.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1937 | 2025-02-22T20:28:46.099Z | |
1938 | 2025-02-22T20:28:46.099Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1939 | 2025-02-22T20:28:46.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1940 | 2025-02-22T20:28:46.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1941 | 2025-02-22T20:28:46.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1942 | 2025-02-22T20:28:46.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1943 | 2025-02-22T20:28:46.731Z | |
1944 | 2025-02-22T20:28:46.731Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1945 | 2025-02-22T20:28:47.292Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1946 | 2025-02-22T20:28:47.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1947 | 2025-02-22T20:28:47.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1948 | 2025-02-22T20:28:47.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1949 | 2025-02-22T20:28:47.367Z | |
1950 | 2025-02-22T20:28:47.367Z | info: running `cargo check --bins` on oxlog (48/199) |
1951 | 2025-02-22T20:28:47.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1952 | 2025-02-22T20:28:47.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1953 | 2025-02-22T20:28:47.988Z | Checking cfg-if v1.0.0 |
1954 | 2025-02-22T20:28:47.991Z | Checking libc v0.2.169 |
1955 | 2025-02-22T20:28:48.099Z | Checking serde v1.0.217 |
1956 | 2025-02-22T20:28:48.102Z | Checking zeroize v1.8.1 |
1957 | 2025-02-22T20:28:48.118Z | Checking memchr v2.7.4 |
1958 | 2025-02-22T20:28:48.128Z | Checking typenum v1.17.0 |
1959 | 2025-02-22T20:28:48.138Z | Checking subtle v2.6.1 |
1960 | 2025-02-22T20:28:48.149Z | Checking value-bag v1.9.0 |
1961 | 2025-02-22T20:28:48.164Z | Checking smallvec v1.13.2 |
1962 | 2025-02-22T20:28:48.333Z | Checking scopeguard v1.2.0 |
1963 | 2025-02-22T20:28:48.397Z | Checking itoa v1.0.11 |
1964 | 2025-02-22T20:28:48.485Z | Checking const-oid v0.9.6 |
1965 | 2025-02-22T20:28:48.488Z | Checking lock_api v0.4.12 |
1966 | 2025-02-22T20:28:48.521Z | Checking log v0.4.22 |
1967 | 2025-02-22T20:28:48.613Z | Checking pin-project-lite v0.2.14 |
1968 | 2025-02-22T20:28:48.744Z | Checking byteorder v1.5.0 |
1969 | 2025-02-22T20:28:48.869Z | Checking futures-core v0.3.31 |
1970 | 2025-02-22T20:28:48.913Z | Checking once_cell v1.20.3 |
1971 | 2025-02-22T20:28:49.020Z | Checking stable_deref_trait v1.2.0 |
1972 | 2025-02-22T20:28:49.050Z | Checking cpufeatures v0.2.14 |
1973 | 2025-02-22T20:28:49.076Z | Checking getrandom v0.2.15 |
1974 | 2025-02-22T20:28:49.121Z | Checking signal-hook-registry v1.4.2 |
1975 | 2025-02-22T20:28:49.123Z | Checking parking_lot_core v0.9.10 |
1976 | 2025-02-22T20:28:49.136Z | Checking generic-array v0.14.7 |
1977 | 2025-02-22T20:28:49.161Z | Checking mio v1.0.2 |
1978 | 2025-02-22T20:28:49.198Z | Checking futures-sink v0.3.31 |
1979 | 2025-02-22T20:28:49.284Z | Checking rand_core v0.6.4 |
1980 | 2025-02-22T20:28:49.339Z | Checking socket2 v0.5.7 |
1981 | 2025-02-22T20:28:49.367Z | Checking zerocopy v0.7.35 |
1982 | 2025-02-22T20:28:49.456Z | Checking parking_lot v0.12.3 |
1983 | 2025-02-22T20:28:49.601Z | Checking slab v0.4.9 |
1984 | 2025-02-22T20:28:49.750Z | Checking zerofrom v0.1.4 |
1985 | 2025-02-22T20:28:49.796Z | Checking futures-channel v0.3.31 |
1986 | 2025-02-22T20:28:49.812Z | Checking pin-utils v0.1.0 |
1987 | 2025-02-22T20:28:49.862Z | Checking futures-task v0.3.31 |
1988 | 2025-02-22T20:28:49.900Z | Checking futures-io v0.3.31 |
1989 | 2025-02-22T20:28:49.945Z | Checking yoke v0.7.4 |
1990 | 2025-02-22T20:28:50.078Z | Checking foldhash v0.1.3 |
1991 | 2025-02-22T20:28:50.081Z | Checking allocator-api2 v0.2.18 |
1992 | 2025-02-22T20:28:50.125Z | Checking futures-util v0.3.31 |
1993 | 2025-02-22T20:28:50.211Z | Checking crypto-common v0.1.6 |
1994 | 2025-02-22T20:28:50.270Z | Checking block-buffer v0.10.4 |
1995 | 2025-02-22T20:28:50.286Z | Checking zerovec v0.10.4 |
1996 | 2025-02-22T20:28:50.382Z | Checking equivalent v1.0.1 |
1997 | 2025-02-22T20:28:50.424Z | Checking block-padding v0.3.3 |
1998 | 2025-02-22T20:28:50.480Z | Checking digest v0.10.7 |
1999 | 2025-02-22T20:28:50.500Z | Checking ryu v1.0.18 |
2000 | 2025-02-22T20:28:50.591Z | Checking writeable v0.5.5 |
2001 | 2025-02-22T20:28:50.615Z | Checking inout v0.1.3 |
2002 | 2025-02-22T20:28:50.700Z | Checking hashbrown v0.15.1 |
2003 | 2025-02-22T20:28:50.747Z | Checking fnv v1.0.7 |
2004 | 2025-02-22T20:28:50.830Z | Checking litemap v0.7.3 |
2005 | 2025-02-22T20:28:50.833Z | Checking hmac v0.12.1 |
2006 | 2025-02-22T20:28:50.872Z | Checking sha2 v0.10.8 |
2007 | 2025-02-22T20:28:50.893Z | Checking cipher v0.4.4 |
2008 | 2025-02-22T20:28:51.035Z | Checking libm v0.2.8 |
2009 | 2025-02-22T20:28:51.179Z | Checking base64ct v1.6.0 |
2010 | 2025-02-22T20:28:51.293Z | Checking ppv-lite86 v0.2.20 |
2011 | 2025-02-22T20:28:51.463Z | Checking flagset v0.4.6 |
2012 | 2025-02-22T20:28:51.660Z | Checking pem-rfc7468 v0.7.0 |
2013 | 2025-02-22T20:28:51.675Z | Checking icu_locid_transform_data v1.5.0 |
2014 | 2025-02-22T20:28:51.751Z | Checking tracing-core v0.1.32 |
2015 | 2025-02-22T20:28:51.780Z | Checking thiserror v1.0.69 |
2016 | 2025-02-22T20:28:51.795Z | Checking tinystr v0.7.6 |
2017 | 2025-02-22T20:28:51.914Z | Checking der v0.7.9 |
2018 | 2025-02-22T20:28:51.930Z | Checking icu_collections v1.5.0 |
2019 | 2025-02-22T20:28:51.961Z | Checking num-traits v0.2.19 |
2020 | 2025-02-22T20:28:51.986Z | Checking rand_chacha v0.3.1 |
2021 | 2025-02-22T20:28:52.103Z | Checking icu_locid v1.5.0 |
2022 | 2025-02-22T20:28:52.385Z | Checking rustls-pki-types v1.10.0 |
2023 | 2025-02-22T20:28:52.401Z | Checking percent-encoding v2.3.1 |
2024 | 2025-02-22T20:28:52.577Z | Checking icu_properties_data v1.5.0 |
2025 | 2025-02-22T20:28:52.617Z | Checking tracing v0.1.40 |
2026 | 2025-02-22T20:28:52.644Z | Checking bytes v1.9.0 |
2027 | 2025-02-22T20:28:52.820Z | Checking indexmap v2.7.1 |
2028 | 2025-02-22T20:28:52.928Z | Checking serde_json v1.0.139 |
2029 | 2025-02-22T20:28:52.953Z | Checking bitflags v2.6.0 |
2030 | 2025-02-22T20:28:52.999Z | Checking icu_provider v1.5.0 |
2031 | 2025-02-22T20:28:53.262Z | Checking rand v0.8.5 |
2032 | 2025-02-22T20:28:53.433Z | Checking tokio v1.43.0 |
2033 | 2025-02-22T20:28:53.436Z | Checking http v1.2.0 |
2034 | 2025-02-22T20:28:53.589Z | Checking spki v0.7.3 |
2035 | 2025-02-22T20:28:53.614Z | Checking icu_locid_transform v1.5.0 |
2036 | 2025-02-22T20:28:53.871Z | Checking salsa20 v0.10.2 |
2037 | 2025-02-22T20:28:54.041Z | Checking pbkdf2 v0.12.2 |
2038 | 2025-02-22T20:28:54.081Z | Checking aws-lc-sys v0.22.0 |
2039 | 2025-02-22T20:28:54.206Z | Checking httparse v1.9.5 |
2040 | 2025-02-22T20:28:54.492Z | Checking utf16_iter v1.0.5 |
2041 | 2025-02-22T20:28:54.525Z | Checking mirai-annotations v1.12.0 |
2042 | 2025-02-22T20:28:54.581Z | Checking icu_properties v1.5.1 |
2043 | 2025-02-22T20:28:54.620Z | Checking utf8_iter v1.0.4 |
2044 | 2025-02-22T20:28:54.636Z | Checking icu_normalizer_data v1.5.0 |
2045 | 2025-02-22T20:28:54.638Z | Checking powerfmt v0.2.0 |
2046 | 2025-02-22T20:28:54.665Z | Checking untrusted v0.9.0 |
2047 | 2025-02-22T20:28:54.684Z | Checking untrusted v0.7.1 |
2048 | 2025-02-22T20:28:54.730Z | Checking write16 v1.0.0 |
2049 | 2025-02-22T20:28:54.806Z | Checking scrypt v0.11.0 |
2050 | 2025-02-22T20:28:54.822Z | Checking ring v0.17.9 |
2051 | 2025-02-22T20:28:54.844Z | Checking aes v0.8.4 |
2052 | 2025-02-22T20:28:54.862Z | Checking cbc v0.1.2 |
2053 | 2025-02-22T20:28:54.890Z | Checking deranged v0.3.11 |
2054 | 2025-02-22T20:28:55.016Z | Checking crossbeam-utils v0.8.20 |
2055 | 2025-02-22T20:28:55.050Z | Checking spin v0.9.8 |
2056 | 2025-02-22T20:28:55.370Z | Checking atomic-waker v1.1.2 |
2057 | 2025-02-22T20:28:55.513Z | Checking tinyvec_macros v0.1.1 |
2058 | 2025-02-22T20:28:55.607Z | Checking num-conv v0.1.0 |
2059 | 2025-02-22T20:28:55.716Z | Checking time-core v0.1.2 |
2060 | 2025-02-22T20:28:55.779Z | Checking num_threads v0.1.7 |
2061 | 2025-02-22T20:28:55.847Z | Checking pkcs5 v0.7.1 |
2062 | 2025-02-22T20:28:55.886Z | Checking tinyvec v1.8.0 |
2063 | 2025-02-22T20:28:55.902Z | Checking http-body v1.0.1 |
2064 | 2025-02-22T20:28:56.102Z | Checking form_urlencoded v1.2.1 |
2065 | 2025-02-22T20:28:56.120Z | Checking aws-lc-rs v1.10.0 |
2066 | 2025-02-22T20:28:56.171Z | Checking time v0.3.36 |
2067 | 2025-02-22T20:28:56.329Z | Checking try-lock v0.2.5 |
2068 | 2025-02-22T20:28:56.344Z | Checking pkcs8 v0.10.2 |
2069 | 2025-02-22T20:28:56.469Z | Checking want v0.3.1 |
2070 | 2025-02-22T20:28:56.661Z | Checking uuid v1.12.0 |
2071 | 2025-02-22T20:28:56.679Z | Checking tower-service v0.3.3 |
2072 | 2025-02-22T20:28:56.812Z | Checking httpdate v1.0.3 |
2073 | 2025-02-22T20:28:57.071Z | Checking unicode-ident v1.0.14 |
2074 | 2025-02-22T20:28:57.089Z | Checking serde_spanned v0.6.8 |
2075 | 2025-02-22T20:28:57.153Z | Checking toml_datetime v0.6.8 |
2076 | 2025-02-22T20:28:57.258Z | Checking proc-macro2 v1.0.92 |
2077 | 2025-02-22T20:28:57.282Z | Checking slog v2.7.0 |
2078 | 2025-02-22T20:28:57.298Z | Checking scroll v0.12.0 |
2079 | 2025-02-22T20:28:57.436Z | Checking match_cfg v0.1.0 |
2080 | 2025-02-22T20:28:57.531Z | Checking base64 v0.22.1 |
2081 | 2025-02-22T20:28:57.730Z | Checking foreign-types-shared v0.1.1 |
2082 | 2025-02-22T20:28:57.752Z | Checking ucd-trie v0.1.7 |
2083 | 2025-02-22T20:28:57.848Z | Checking icu_normalizer v1.5.0 |
2084 | 2025-02-22T20:28:57.848Z | Checking iana-time-zone v0.1.61 |
2085 | 2025-02-22T20:28:57.880Z | Checking rustls-webpki v0.102.8 |
2086 | 2025-02-22T20:28:57.918Z | Checking plain v0.2.3 |
2087 | 2025-02-22T20:28:57.938Z | Checking adler2 v2.0.0 |
2088 | 2025-02-22T20:28:57.971Z | Checking pest v2.7.14 |
2089 | 2025-02-22T20:28:57.995Z | Checking chrono v0.4.39 |
2090 | 2025-02-22T20:28:58.059Z | Checking goblin v0.8.2 |
2091 | 2025-02-22T20:28:58.101Z | Checking miniz_oxide v0.8.0 |
2092 | 2025-02-22T20:28:58.586Z | Checking idna_adapter v1.2.0 |
2093 | 2025-02-22T20:28:58.589Z | Checking quote v1.0.38 |
2094 | 2025-02-22T20:28:58.628Z | Checking foreign-types v0.3.2 |
2095 | 2025-02-22T20:28:58.721Z | Checking hostname v0.3.1 |
2096 | 2025-02-22T20:28:58.761Z | Checking idna v1.0.3 |
2097 | 2025-02-22T20:28:58.825Z | Checking openssl-sys v0.9.106 |
2098 | 2025-02-22T20:28:58.856Z | Checking errno v0.3.9 |
2099 | 2025-02-22T20:28:58.940Z | Checking dirs-sys-next v0.1.2 |
2100 | 2025-02-22T20:28:59.023Z | Checking aho-corasick v1.1.3 |
2101 | 2025-02-22T20:28:59.116Z | Checking siphasher v0.3.11 |
2102 | 2025-02-22T20:28:59.233Z | Checking url v2.5.3 |
2103 | 2025-02-22T20:28:59.414Z | Checking pretty-hex v0.4.1 |
2104 | 2025-02-22T20:28:59.593Z | Checking regex-syntax v0.8.5 |
2105 | 2025-02-22T20:28:59.936Z | Compiling newtype-uuid v1.2.1 |
2106 | 2025-02-22T20:28:59.957Z | Checking data-encoding v2.6.0 |
2107 | 2025-02-22T20:29:00.036Z | Checking tokio-util v0.7.12 |
2108 | 2025-02-22T20:29:00.075Z | Checking openssl v0.10.71 |
2109 | 2025-02-22T20:29:00.269Z | Checking dirs-next v2.0.0 |
2110 | 2025-02-22T20:29:00.412Z | Checking rustix v0.38.37 |
2111 | 2025-02-22T20:29:00.477Z | Checking syn v2.0.96 |
2112 | 2025-02-22T20:29:00.571Z | Checking unicode-normalization v0.1.24 |
2113 | 2025-02-22T20:29:00.586Z | Checking dtrace-parser v0.2.0 |
2114 | 2025-02-22T20:29:00.879Z | Checking h2 v0.4.6 |
2115 | 2025-02-22T20:29:01.061Z | Checking http-body-util v0.1.2 |
2116 | 2025-02-22T20:29:01.506Z | Checking crossbeam-epoch v0.9.18 |
2117 | 2025-02-22T20:29:01.541Z | Checking signature v2.2.0 |
2118 | 2025-02-22T20:29:01.757Z | Checking sha1 v0.10.6 |
2119 | 2025-02-22T20:29:01.903Z | Checking thread_local v1.1.8 |
2120 | 2025-02-22T20:29:02.051Z | Checking thread-id v4.2.2 |
2121 | 2025-02-22T20:29:02.169Z | Checking encoding_rs v0.8.34 |
2122 | 2025-02-22T20:29:02.184Z | Checking utf8parse v0.2.2 |
2123 | 2025-02-22T20:29:02.319Z | Checking unicode-bidi v0.3.17 |
2124 | 2025-02-22T20:29:02.674Z | Checking regex-automata v0.4.8 |
2125 | 2025-02-22T20:29:02.764Z | Checking dof v0.3.0 |
2126 | 2025-02-22T20:29:02.886Z | Checking openssl-probe v0.1.5 |
2127 | 2025-02-22T20:29:03.058Z | Checking winnow v0.6.20 |
2128 | 2025-02-22T20:29:03.332Z | Checking ipnet v2.10.1 |
2129 | 2025-02-22T20:29:03.596Z | Checking anstyle v1.0.10 |
2130 | 2025-02-22T20:29:03.757Z | Checking mime v0.3.17 |
2131 | 2025-02-22T20:29:03.951Z | Checking gimli v0.31.1 |
2132 | 2025-02-22T20:29:04.082Z | Checking unicode-properties v0.1.3 |
2133 | 2025-02-22T20:29:04.469Z | Checking stringprep v0.1.5 |
2134 | 2025-02-22T20:29:04.488Z | Checking anstyle-parse v0.2.5 |
2135 | 2025-02-22T20:29:04.755Z | Checking crossbeam-deque v0.8.5 |
2136 | 2025-02-22T20:29:04.771Z | Checking term v0.7.0 |
2137 | 2025-02-22T20:29:05.075Z | Checking rustls v0.23.19 |
2138 | 2025-02-22T20:29:05.186Z | Checking rustls v0.22.4 |
2139 | 2025-02-22T20:29:05.242Z | Checking native-tls v0.2.12 |
2140 | 2025-02-22T20:29:05.553Z | Checking slog-json v2.6.1 |
2141 | 2025-02-22T20:29:05.785Z | Checking toml_edit v0.22.22 |
2142 | 2025-02-22T20:29:05.818Z | Checking serde_urlencoded v0.7.1 |
2143 | 2025-02-22T20:29:06.213Z | Checking crossbeam-channel v0.5.13 |
2144 | 2025-02-22T20:29:06.499Z | Checking usdt-impl v0.5.0 |
2145 | 2025-02-22T20:29:06.932Z | Checking futures-executor v0.3.31 |
2146 | 2025-02-22T20:29:06.952Z | Checking num-integer v0.1.46 |
2147 | 2025-02-22T20:29:06.993Z | Checking rustls-pemfile v2.2.0 |
2148 | 2025-02-22T20:29:07.131Z | Checking hyper v1.5.2 |
2149 | 2025-02-22T20:29:07.145Z | Checking semver v1.0.25 |
2150 | 2025-02-22T20:29:07.214Z | Checking md-5 v0.10.6 |
2151 | 2025-02-22T20:29:07.430Z | Checking ff v0.13.0 |
2152 | 2025-02-22T20:29:07.445Z | Checking hash32 v0.2.1 |
2153 | 2025-02-22T20:29:07.562Z | Checking memmap v0.7.0 |
2154 | 2025-02-22T20:29:07.644Z | Checking addr2line v0.24.2 |
2155 | 2025-02-22T20:29:07.658Z | Checking is-terminal v0.4.13 |
2156 | 2025-02-22T20:29:07.716Z | Checking object v0.36.5 |
2157 | 2025-02-22T20:29:07.777Z | Checking dyn-clone v1.0.18 |
2158 | 2025-02-22T20:29:07.780Z | Checking linked-hash-map v0.5.6 |
2159 | 2025-02-22T20:29:07.935Z | Checking is_terminal_polyfill v1.70.1 |
2160 | 2025-02-22T20:29:08.062Z | Checking either v1.13.0 |
2161 | 2025-02-22T20:29:08.100Z | Checking anstyle-query v1.1.1 |
2162 | 2025-02-22T20:29:08.152Z | Checking utf-8 v0.7.6 |
2163 | 2025-02-22T20:29:08.233Z | Checking psl-types v2.0.11 |
2164 | 2025-02-22T20:29:08.368Z | Checking base16ct v0.2.0 |
2165 | 2025-02-22T20:29:08.371Z | Checking quick-error v1.2.3 |
2166 | 2025-02-22T20:29:08.413Z | Checking colorchoice v1.0.2 |
2167 | 2025-02-22T20:29:08.416Z | Checking rustc-demangle v0.1.24 |
2168 | 2025-02-22T20:29:08.519Z | Checking take_mut v0.2.2 |
2169 | 2025-02-22T20:29:08.550Z | Checking fallible-iterator v0.2.0 |
2170 | 2025-02-22T20:29:08.566Z | Checking sec1 v0.7.3 |
2171 | 2025-02-22T20:29:08.570Z | Checking anstream v0.6.15 |
2172 | 2025-02-22T20:29:08.673Z | Checking slog-async v2.8.0 |
2173 | 2025-02-22T20:29:08.857Z | Checking tokio-rustls v0.25.0 |
2174 | 2025-02-22T20:29:08.931Z | Checking resolv-conf v0.7.0 |
2175 | 2025-02-22T20:29:08.954Z | Checking publicsuffix v2.3.0 |
2176 | 2025-02-22T20:29:08.968Z | Checking toml v0.8.19 |
2177 | 2025-02-22T20:29:09.068Z | Checking hyper-util v0.1.10 |
2178 | 2025-02-22T20:29:09.110Z | Checking postgres-protocol v0.6.7 |
2179 | 2025-02-22T20:29:09.206Z | Checking tungstenite v0.24.0 |
2180 | 2025-02-22T20:29:09.222Z | Checking lru-cache v0.1.2 |
2181 | 2025-02-22T20:29:09.276Z | Checking schemars v0.8.21 |
2182 | 2025-02-22T20:29:09.388Z | Checking usdt v0.5.0 |
2183 | 2025-02-22T20:29:09.636Z | Checking slog-term v2.9.1 |
2184 | 2025-02-22T20:29:09.660Z | Checking heapless v0.7.17 |
2185 | 2025-02-22T20:29:09.729Z | Checking group v0.13.0 |
2186 | 2025-02-22T20:29:09.984Z | Checking num-iter v0.1.45 |
2187 | 2025-02-22T20:29:10.062Z | Checking futures v0.3.31 |
2188 | 2025-02-22T20:29:10.144Z | Checking slog-bunyan v2.5.0 |
2189 | 2025-02-22T20:29:10.161Z | Checking tokio-rustls v0.26.0 |
2190 | 2025-02-22T20:29:10.176Z | Checking tokio-native-tls v0.3.1 |
2191 | 2025-02-22T20:29:10.179Z | Checking rayon-core v1.12.1 |
2192 | 2025-02-22T20:29:10.318Z | Checking multer v3.1.0 |
2193 | 2025-02-22T20:29:10.432Z | Checking hickory-proto v0.24.3 |
2194 | 2025-02-22T20:29:10.533Z | Checking terminal_size v0.4.0 |
2195 | 2025-02-22T20:29:10.710Z | Checking phf_shared v0.11.2 |
2196 | 2025-02-22T20:29:10.727Z | Checking cookie v0.18.1 |
2197 | 2025-02-22T20:29:10.780Z | Checking async-stream v0.3.6 |
2198 | 2025-02-22T20:29:10.797Z | Checking bzip2-sys v0.1.11+1.0.8 |
2199 | 2025-02-22T20:29:10.852Z | Checking camino v1.1.9 |
2200 | 2025-02-22T20:29:10.926Z | Checking signal-hook v0.3.17 |
2201 | 2025-02-22T20:29:10.966Z | Checking waitgroup v0.1.2 |
2202 | 2025-02-22T20:29:10.985Z | Checking lazy_static v1.5.0 |
2203 | 2025-02-22T20:29:11.021Z | Checking openapiv3 v2.0.0 |
2204 | 2025-02-22T20:29:11.101Z | Checking webpki-roots v0.26.6 |
2205 | 2025-02-22T20:29:11.116Z | Checking serde_path_to_error v0.1.16 |
2206 | 2025-02-22T20:29:11.147Z | Checking hkdf v0.12.4 |
2207 | 2025-02-22T20:29:11.274Z | Checking crypto-bigint v0.5.5 |
2208 | 2025-02-22T20:29:11.313Z | Checking hostname v0.4.0 |
2209 | 2025-02-22T20:29:11.379Z | Checking sync_wrapper v1.0.1 |
2210 | 2025-02-22T20:29:11.397Z | Checking crc32fast v1.4.2 |
2211 | 2025-02-22T20:29:11.441Z | Checking managed v0.8.0 |
2212 | 2025-02-22T20:29:11.536Z | Checking strsim v0.11.1 |
2213 | 2025-02-22T20:29:11.627Z | Checking bitflags v1.3.2 |
2214 | 2025-02-22T20:29:11.697Z | Checking unicode-width v0.2.0 |
2215 | 2025-02-22T20:29:11.731Z | Checking tower-layer v0.3.3 |
2216 | 2025-02-22T20:29:11.800Z | Checking clap_lex v0.7.4 |
2217 | 2025-02-22T20:29:11.817Z | Checking winnow v0.5.40 |
2218 | 2025-02-22T20:29:11.972Z | Checking debug-ignore v1.0.5 |
2219 | 2025-02-22T20:29:12.058Z | Checking clap_builder v4.5.30 |
2220 | 2025-02-22T20:29:12.111Z | Checking tower v0.5.2 |
2221 | 2025-02-22T20:29:12.194Z | Checking console v0.15.10 |
2222 | 2025-02-22T20:29:12.717Z | Checking smoltcp v0.9.1 |
2223 | 2025-02-22T20:29:12.845Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2224 | 2025-02-22T20:29:13.147Z | Checking flate2 v1.0.35 |
2225 | 2025-02-22T20:29:13.555Z | Checking backtrace v0.3.74 |
2226 | 2025-02-22T20:29:13.760Z | Checking hyper-rustls v0.27.3 |
2227 | 2025-02-22T20:29:14.041Z | Checking elliptic-curve v0.13.8 |
2228 | 2025-02-22T20:29:14.109Z | Checking signal-hook-mio v0.2.4 |
2229 | 2025-02-22T20:29:14.111Z | Checking anyhow v1.0.96 |
2230 | 2025-02-22T20:29:14.138Z | Checking cookie_store v0.21.1 |
2231 | 2025-02-22T20:29:14.181Z | Checking dropshot v0.12.0 |
2232 | 2025-02-22T20:29:14.251Z | Checking num-bigint-dig v0.8.4 |
2233 | 2025-02-22T20:29:14.490Z | Checking hyper-tls v0.6.0 |
2234 | 2025-02-22T20:29:14.571Z | Checking toml_edit v0.19.15 |
2235 | 2025-02-22T20:29:14.642Z | Checking phf v0.11.2 |
2236 | 2025-02-22T20:29:14.762Z | Checking bzip2 v0.4.4 |
2237 | 2025-02-22T20:29:14.826Z | Checking rayon v1.10.0 |
2238 | 2025-02-22T20:29:14.882Z | Checking tokio-tungstenite v0.24.0 |
2239 | 2025-02-22T20:29:14.897Z | Checking postgres-types v0.2.8 |
2240 | 2025-02-22T20:29:14.971Z | Checking hickory-resolver v0.24.3 |
2241 | 2025-02-22T20:29:15.014Z | Checking bstr v1.10.0 |
2242 | 2025-02-22T20:29:15.322Z | Checking regex v1.11.1 |
2243 | 2025-02-22T20:29:15.550Z | Checking ed25519 v2.2.3 |
2244 | 2025-02-22T20:29:15.860Z | Checking tokio-stream v0.1.16 |
2245 | 2025-02-22T20:29:15.875Z | Checking phf_shared v0.10.0 |
2246 | 2025-02-22T20:29:15.935Z | Checking zerocopy v0.6.6 |
2247 | 2025-02-22T20:29:16.135Z | Checking curve25519-dalek v4.1.3 |
2248 | 2025-02-22T20:29:16.228Z | Checking hubpack v0.1.2 |
2249 | 2025-02-22T20:29:16.545Z | Checking memoffset v0.9.1 |
2250 | 2025-02-22T20:29:16.560Z | Checking portable-atomic v1.9.0 |
2251 | 2025-02-22T20:29:16.609Z | Checking pkcs1 v0.7.5 |
2252 | 2025-02-22T20:29:16.634Z | Checking float-cmp v0.10.0 |
2253 | 2025-02-22T20:29:16.654Z | Checking serde-big-array v0.5.1 |
2254 | 2025-02-22T20:29:16.836Z | Checking rfc6979 v0.4.0 |
2255 | 2025-02-22T20:29:16.871Z | Checking unicode-segmentation v1.12.0 |
2256 | 2025-02-22T20:29:16.990Z | Checking predicates-core v1.0.8 |
2257 | 2025-02-22T20:29:17.014Z | Checking fixedbitset v0.4.2 |
2258 | 2025-02-22T20:29:17.017Z | Checking difflib v0.4.0 |
2259 | 2025-02-22T20:29:17.173Z | Checking number_prefix v0.4.0 |
2260 | 2025-02-22T20:29:17.283Z | Checking new_debug_unreachable v1.0.6 |
2261 | 2025-02-22T20:29:17.338Z | Checking bit-vec v0.6.3 |
2262 | 2025-02-22T20:29:17.365Z | Checking static_assertions v1.1.0 |
2263 | 2025-02-22T20:29:17.383Z | Checking minimal-lexical v0.2.1 |
2264 | 2025-02-22T20:29:17.465Z | Checking whoami v1.5.2 |
2265 | 2025-02-22T20:29:17.528Z | Checking normalize-line-endings v0.3.0 |
2266 | 2025-02-22T20:29:17.546Z | Checking precomputed-hash v0.1.1 |
2267 | 2025-02-22T20:29:17.621Z | Checking qorb v0.2.1 |
2268 | 2025-02-22T20:29:17.651Z | Checking predicates v3.1.3 |
2269 | 2025-02-22T20:29:17.667Z | Checking bit-set v0.5.3 |
2270 | 2025-02-22T20:29:17.670Z | Checking string_cache v0.8.7 |
2271 | 2025-02-22T20:29:17.741Z | Checking tokio-postgres v0.7.12 |
2272 | 2025-02-22T20:29:17.756Z | Checking nom v7.1.3 |
2273 | 2025-02-22T20:29:17.906Z | Checking similar v2.6.0 |
2274 | 2025-02-22T20:29:17.952Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2275 | 2025-02-22T20:29:17.973Z | Checking ed25519-dalek v2.1.1 |
2276 | 2025-02-22T20:29:18.263Z | Checking petgraph v0.6.5 |
2277 | 2025-02-22T20:29:18.345Z | Checking indicatif v0.17.11 |
2278 | 2025-02-22T20:29:18.388Z | Checking rsa v0.9.6 |
2279 | 2025-02-22T20:29:18.729Z | Checking ecdsa v0.16.9 |
2280 | 2025-02-22T20:29:19.065Z | Checking toml v0.7.8 |
2281 | 2025-02-22T20:29:19.351Z | Checking nix v0.29.0 |
2282 | 2025-02-22T20:29:19.435Z | Checking zip v0.6.6 |
2283 | 2025-02-22T20:29:19.770Z | Checking clap v4.5.30 |
2284 | 2025-02-22T20:29:19.891Z | Checking reqwest v0.12.12 |
2285 | 2025-02-22T20:29:20.061Z | Checking crossterm v0.28.1 |
2286 | 2025-02-22T20:29:20.147Z | Checking itertools v0.10.5 |
2287 | 2025-02-22T20:29:20.372Z | Checking ahash v0.8.11 |
2288 | 2025-02-22T20:29:20.574Z | Checking fs-err v2.11.0 |
2289 | 2025-02-22T20:29:20.823Z | Checking x509-cert v0.2.5 |
2290 | 2025-02-22T20:29:20.956Z | Checking hex v0.4.3 |
2291 | 2025-02-22T20:29:21.129Z | Checking lalrpop-util v0.19.12 |
2292 | 2025-02-22T20:29:21.272Z | Checking peg-runtime v0.8.3 |
2293 | 2025-02-22T20:29:21.430Z | Checking sigpipe v0.1.3 |
2294 | 2025-02-22T20:29:22.507Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2295 | 2025-02-22T20:29:22.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.45s |
2296 | 2025-02-22T20:29:22.984Z | |
2297 | 2025-02-22T20:29:22.984Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2298 | 2025-02-22T20:29:23.549Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2025-02-22T20:29:23.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2025-02-22T20:29:23.649Z | Compiling hashbrown v0.14.5 |
2301 | 2025-02-22T20:29:23.771Z | Checking heck v0.5.0 |
2302 | 2025-02-22T20:29:23.783Z | Compiling unsafe-libyaml v0.2.11 |
2303 | 2025-02-22T20:29:23.798Z | Checking ipnetwork v0.21.1 |
2304 | 2025-02-22T20:29:23.801Z | Compiling ident_case v1.0.1 |
2305 | 2025-02-22T20:29:23.827Z | Checking progenitor-client v0.8.0 |
2306 | 2025-02-22T20:29:23.841Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2307 | 2025-02-22T20:29:23.937Z | Checking newtype-uuid v1.2.1 |
2308 | 2025-02-22T20:29:23.984Z | Compiling darling_core v0.20.10 |
2309 | 2025-02-22T20:29:24.140Z | Checking oxnet v0.1.0 |
2310 | 2025-02-22T20:29:24.154Z | Compiling proc-macro-crate v1.3.1 |
2311 | 2025-02-22T20:29:24.202Z | Compiling structmeta-derive v0.3.0 |
2312 | 2025-02-22T20:29:24.242Z | Compiling thiserror v2.0.11 |
2313 | 2025-02-22T20:29:24.467Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2314 | 2025-02-22T20:29:24.743Z | Compiling regress v0.10.1 |
2315 | 2025-02-22T20:29:24.831Z | Compiling lzma-sys v0.1.20 |
2316 | 2025-02-22T20:29:25.068Z | Compiling serde_yaml v0.9.34+deprecated |
2317 | 2025-02-22T20:29:25.208Z | Compiling num_enum_derive v0.5.11 |
2318 | 2025-02-22T20:29:25.510Z | Compiling foreign-types-macros v0.2.3 |
2319 | 2025-02-22T20:29:25.581Z | Compiling thiserror-impl v2.0.11 |
2320 | 2025-02-22T20:29:26.746Z | Compiling daft-derive v0.1.1 |
2321 | 2025-02-22T20:29:26.773Z | Compiling structmeta v0.3.0 |
2322 | 2025-02-22T20:29:27.151Z | Compiling dropshot v0.15.1 |
2323 | 2025-02-22T20:29:27.408Z | Checking foreign-types-shared v0.3.1 |
2324 | 2025-02-22T20:29:27.473Z | Checking arc-swap v1.7.1 |
2325 | 2025-02-22T20:29:27.535Z | Checking foreign-types v0.5.0 |
2326 | 2025-02-22T20:29:27.713Z | Checking num_enum v0.5.11 |
2327 | 2025-02-22T20:29:27.866Z | Checking slog-scope v4.4.0 |
2328 | 2025-02-22T20:29:27.883Z | Compiling parse-display-derive v0.10.0 |
2329 | 2025-02-22T20:29:28.111Z | Compiling proc-macro-error v1.0.4 |
2330 | 2025-02-22T20:29:28.205Z | Checking daft v0.1.1 |
2331 | 2025-02-22T20:29:28.326Z | Compiling typify-impl v0.2.0 |
2332 | 2025-02-22T20:29:28.760Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2333 | 2025-02-22T20:29:28.814Z | Checking tungstenite v0.21.0 |
2334 | 2025-02-22T20:29:28.830Z | Compiling heck v0.3.3 |
2335 | 2025-02-22T20:29:28.866Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2336 | 2025-02-22T20:29:29.171Z | Compiling dropshot_endpoint v0.15.1 |
2337 | 2025-02-22T20:29:29.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2338 | 2025-02-22T20:29:29.624Z | Compiling darling_macro v0.20.10 |
2339 | 2025-02-22T20:29:29.676Z | Checking cstr-argument v0.1.2 |
2340 | 2025-02-22T20:29:29.706Z | Checking instant v0.1.13 |
2341 | 2025-02-22T20:29:29.834Z | Checking fastrand v2.1.1 |
2342 | 2025-02-22T20:29:29.863Z | Checking base64 v0.21.7 |
2343 | 2025-02-22T20:29:30.088Z | Checking pretty-hex v0.2.1 |
2344 | 2025-02-22T20:29:30.165Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2345 | 2025-02-22T20:29:30.311Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2346 | 2025-02-22T20:29:30.367Z | Checking tempfile v3.13.0 |
2347 | 2025-02-22T20:29:30.486Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2348 | 2025-02-22T20:29:30.519Z | Compiling darling v0.20.10 |
2349 | 2025-02-22T20:29:30.580Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2350 | 2025-02-22T20:29:30.636Z | Checking backoff v0.4.0 |
2351 | 2025-02-22T20:29:30.653Z | Compiling serde_with_macros v3.11.0 |
2352 | 2025-02-22T20:29:30.726Z | Checking tokio-tungstenite v0.21.0 |
2353 | 2025-02-22T20:29:30.813Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2354 | 2025-02-22T20:29:30.864Z | Compiling zone_cfg_derive v0.1.2 |
2355 | 2025-02-22T20:29:30.924Z | Checking strum v0.26.3 |
2356 | 2025-02-22T20:29:30.976Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2357 | 2025-02-22T20:29:31.083Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2358 | 2025-02-22T20:29:31.401Z | Checking slog-stdlog v4.1.1 |
2359 | 2025-02-22T20:29:31.483Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2360 | 2025-02-22T20:29:31.570Z | Checking regress v0.9.1 |
2361 | 2025-02-22T20:29:31.645Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2362 | 2025-02-22T20:29:31.712Z | Checking parse-display v0.10.0 |
2363 | 2025-02-22T20:29:31.748Z | Checking progenitor-client v0.9.1 |
2364 | 2025-02-22T20:29:31.930Z | Checking colored v2.1.0 |
2365 | 2025-02-22T20:29:31.956Z | Checking macaddr v1.0.1 |
2366 | 2025-02-22T20:29:32.122Z | Checking base64 v0.13.1 |
2367 | 2025-02-22T20:29:32.229Z | Checking unicode-width v0.1.14 |
2368 | 2025-02-22T20:29:32.279Z | Checking zone v0.1.8 |
2369 | 2025-02-22T20:29:32.543Z | Checking ron v0.7.1 |
2370 | 2025-02-22T20:29:32.682Z | Checking tabwriter v1.4.0 |
2371 | 2025-02-22T20:29:32.915Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2372 | 2025-02-22T20:29:32.932Z | Checking slog-envlogger v2.2.0 |
2373 | 2025-02-22T20:29:33.116Z | Checking serde_with v3.11.0 |
2374 | 2025-02-22T20:29:33.155Z | Checking xz2 v0.1.7 |
2375 | 2025-02-22T20:29:33.350Z | Checking xattr v1.3.1 |
2376 | 2025-02-22T20:29:33.474Z | Checking pem v3.0.4 |
2377 | 2025-02-22T20:29:33.553Z | Checking yasna v0.5.2 |
2378 | 2025-02-22T20:29:33.595Z | Checking headers-core v0.3.0 |
2379 | 2025-02-22T20:29:33.727Z | Checking smf v0.2.3 |
2380 | 2025-02-22T20:29:33.744Z | Checking filetime v0.2.25 |
2381 | 2025-02-22T20:29:33.949Z | Checking same-file v1.0.6 |
2382 | 2025-02-22T20:29:34.112Z | Checking tar v0.4.42 |
2383 | 2025-02-22T20:29:34.134Z | Checking walkdir v2.5.0 |
2384 | 2025-02-22T20:29:34.186Z | Checking headers v0.4.0 |
2385 | 2025-02-22T20:29:34.381Z | Checking rcgen v0.12.1 |
2386 | 2025-02-22T20:29:34.406Z | Checking camino-tempfile v1.1.1 |
2387 | 2025-02-22T20:29:34.672Z | Checking atomicwrites v0.4.4 |
2388 | 2025-02-22T20:29:34.879Z | Checking subprocess v0.2.9 |
2389 | 2025-02-22T20:29:37.273Z | Compiling typify-macro v0.2.0 |
2390 | 2025-02-22T20:29:38.772Z | Compiling typify v0.2.0 |
2391 | 2025-02-22T20:29:38.841Z | Compiling progenitor-impl v0.8.0 |
2392 | 2025-02-22T20:29:41.228Z | Compiling progenitor-macro v0.8.0 |
2393 | 2025-02-22T20:29:44.724Z | Checking progenitor v0.8.0 |
2394 | 2025-02-22T20:29:44.850Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2395 | 2025-02-22T20:29:44.852Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2396 | 2025-02-22T20:29:47.352Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2397 | 2025-02-22T20:29:47.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2398 | 2025-02-22T20:29:53.759Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2399 | 2025-02-22T20:29:55.271Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2400 | 2025-02-22T20:29:56.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.46s |
2401 | 2025-02-22T20:29:56.633Z | |
2402 | 2025-02-22T20:29:56.633Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2403 | 2025-02-22T20:29:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2025-02-22T20:29:57.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2025-02-22T20:29:57.300Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2406 | 2025-02-22T20:29:58.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2407 | 2025-02-22T20:29:58.811Z | |
2408 | 2025-02-22T20:29:58.811Z | info: running `cargo check --bins` on nexus-config (51/199) |
2409 | 2025-02-22T20:29:59.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2025-02-22T20:29:59.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2025-02-22T20:29:59.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2025-02-22T20:29:59.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2413 | 2025-02-22T20:29:59.437Z | |
2414 | 2025-02-22T20:29:59.437Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2415 | 2025-02-22T20:29:59.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-02-22T20:29:59.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-02-22T20:29:59.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2025-02-22T20:29:59.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2419 | 2025-02-22T20:30:00.062Z | |
2420 | 2025-02-22T20:30:00.062Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2421 | 2025-02-22T20:30:00.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-02-22T20:30:00.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-02-22T20:30:00.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2025-02-22T20:30:00.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2425 | 2025-02-22T20:30:00.673Z | |
2426 | 2025-02-22T20:30:00.673Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2427 | 2025-02-22T20:30:01.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-02-22T20:30:01.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-02-22T20:30:01.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2025-02-22T20:30:01.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2431 | 2025-02-22T20:30:01.307Z | |
2432 | 2025-02-22T20:30:01.307Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2433 | 2025-02-22T20:30:01.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-02-22T20:30:01.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-02-22T20:30:02.002Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2436 | 2025-02-22T20:30:02.112Z | Compiling ipnetwork v0.21.1 |
2437 | 2025-02-22T20:30:02.114Z | Compiling zerocopy v0.8.10 |
2438 | 2025-02-22T20:30:02.114Z | Compiling progenitor-client v0.8.0 |
2439 | 2025-02-22T20:30:02.114Z | Compiling itertools v0.13.0 |
2440 | 2025-02-22T20:30:02.114Z | Compiling zerocopy-derive v0.8.10 |
2441 | 2025-02-22T20:30:02.114Z | Compiling heapless v0.8.0 |
2442 | 2025-02-22T20:30:02.115Z | Compiling thiserror v2.0.11 |
2443 | 2025-02-22T20:30:02.290Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2444 | 2025-02-22T20:30:02.421Z | Checking hash32 v0.3.1 |
2445 | 2025-02-22T20:30:02.553Z | Compiling oxnet v0.1.0 |
2446 | 2025-02-22T20:30:02.605Z | Compiling progenitor v0.8.0 |
2447 | 2025-02-22T20:30:02.805Z | Compiling instant v0.1.13 |
2448 | 2025-02-22T20:30:02.880Z | Compiling smoltcp v0.11.0 |
2449 | 2025-02-22T20:30:02.925Z | Compiling backoff v0.4.0 |
2450 | 2025-02-22T20:30:02.941Z | Compiling daft v0.1.1 |
2451 | 2025-02-22T20:30:02.989Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2452 | 2025-02-22T20:30:03.226Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2453 | 2025-02-22T20:30:03.267Z | Compiling dropshot v0.15.1 |
2454 | 2025-02-22T20:30:03.384Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2455 | 2025-02-22T20:30:03.533Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2456 | 2025-02-22T20:30:03.720Z | Compiling serde_with v3.11.0 |
2457 | 2025-02-22T20:30:03.786Z | Compiling parse-display v0.10.0 |
2458 | 2025-02-22T20:30:03.826Z | Checking num-rational v0.4.2 |
2459 | 2025-02-22T20:30:04.366Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2460 | 2025-02-22T20:30:04.458Z | Compiling progenitor-client v0.9.1 |
2461 | 2025-02-22T20:30:04.959Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2462 | 2025-02-22T20:30:04.975Z | Compiling regress v0.9.1 |
2463 | 2025-02-22T20:30:05.969Z | Compiling phf_generator v0.11.2 |
2464 | 2025-02-22T20:30:06.167Z | Checking num-complex v0.4.6 |
2465 | 2025-02-22T20:30:07.134Z | Compiling macaddr v1.0.1 |
2466 | 2025-02-22T20:30:07.467Z | Checking cobs v0.2.3 |
2467 | 2025-02-22T20:30:07.536Z | Checking num v0.4.3 |
2468 | 2025-02-22T20:30:07.647Z | Compiling phf_codegen v0.11.2 |
2469 | 2025-02-22T20:30:07.673Z | Checking postcard v1.0.10 |
2470 | 2025-02-22T20:30:08.082Z | Compiling parse-zoneinfo v0.3.1 |
2471 | 2025-02-22T20:30:08.232Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2472 | 2025-02-22T20:30:08.552Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2473 | 2025-02-22T20:30:09.724Z | Compiling float-ord v0.3.2 |
2474 | 2025-02-22T20:30:09.900Z | Compiling convert_case v0.4.0 |
2475 | 2025-02-22T20:30:09.951Z | Compiling chrono-tz-build v0.4.0 |
2476 | 2025-02-22T20:30:10.595Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2477 | 2025-02-22T20:30:10.673Z | Compiling derive_more v0.99.19 |
2478 | 2025-02-22T20:30:10.738Z | Compiling crucible-workspace-hack v0.1.0 |
2479 | 2025-02-22T20:30:11.061Z | Checking newline-converter v0.3.0 |
2480 | 2025-02-22T20:30:11.111Z | Compiling chrono-tz v0.10.1 |
2481 | 2025-02-22T20:30:11.480Z | Checking prettyplease v0.2.29 |
2482 | 2025-02-22T20:30:11.544Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2483 | 2025-02-22T20:30:11.743Z | Compiling slog-dtrace v0.3.0 |
2484 | 2025-02-22T20:30:11.830Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2485 | 2025-02-22T20:30:12.143Z | Checking expectorate v1.1.0 |
2486 | 2025-02-22T20:30:12.231Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2487 | 2025-02-22T20:30:12.313Z | Compiling zone_cfg_derive v0.3.0 |
2488 | 2025-02-22T20:30:12.752Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2489 | 2025-02-22T20:30:13.210Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2490 | 2025-02-22T20:30:13.485Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2491 | 2025-02-22T20:30:13.553Z | Compiling const_format_proc_macros v0.2.34 |
2492 | 2025-02-22T20:30:13.675Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2493 | 2025-02-22T20:30:13.723Z | Compiling num-derive v0.4.2 |
2494 | 2025-02-22T20:30:13.780Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2495 | 2025-02-22T20:30:14.093Z | Checking highway v1.2.0 |
2496 | 2025-02-22T20:30:14.293Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2497 | 2025-02-22T20:30:14.546Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2498 | 2025-02-22T20:30:14.734Z | Checking zone v0.3.0 |
2499 | 2025-02-22T20:30:14.789Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2500 | 2025-02-22T20:30:15.439Z | Checking const_format v0.2.34 |
2501 | 2025-02-22T20:30:15.613Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2502 | 2025-02-22T20:30:15.895Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2503 | 2025-02-22T20:30:15.898Z | Checking gethostname v0.5.0 |
2504 | 2025-02-22T20:30:15.924Z | Checking bcs v0.1.6 |
2505 | 2025-02-22T20:30:16.025Z | Compiling async-recursion v1.1.1 |
2506 | 2025-02-22T20:30:16.421Z | Checking nanorand v0.7.0 |
2507 | 2025-02-22T20:30:16.445Z | Checking termtree v0.5.1 |
2508 | 2025-02-22T20:30:16.742Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2509 | 2025-02-22T20:30:16.761Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2510 | 2025-02-22T20:30:16.811Z | Checking flume v0.11.1 |
2511 | 2025-02-22T20:30:17.152Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2512 | 2025-02-22T20:30:17.308Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2513 | 2025-02-22T20:30:17.311Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2514 | 2025-02-22T20:30:18.975Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2515 | 2025-02-22T20:30:23.361Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2516 | 2025-02-22T20:30:26.600Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2517 | 2025-02-22T20:30:29.045Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2518 | 2025-02-22T20:30:30.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.96s |
2519 | 2025-02-22T20:30:30.466Z | |
2520 | 2025-02-22T20:30:30.466Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2521 | 2025-02-22T20:30:31.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-02-22T20:30:31.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-02-22T20:30:31.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2025-02-22T20:30:31.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2525 | 2025-02-22T20:30:31.115Z | |
2526 | 2025-02-22T20:30:31.115Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2527 | 2025-02-22T20:30:31.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2025-02-22T20:30:31.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2025-02-22T20:30:31.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2025-02-22T20:30:31.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2531 | 2025-02-22T20:30:31.758Z | |
2532 | 2025-02-22T20:30:31.758Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2533 | 2025-02-22T20:30:32.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-02-22T20:30:32.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-02-22T20:30:32.427Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2536 | 2025-02-22T20:30:33.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2537 | 2025-02-22T20:30:33.223Z | |
2538 | 2025-02-22T20:30:33.223Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2539 | 2025-02-22T20:30:33.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-02-22T20:30:33.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-02-22T20:30:33.907Z | Compiling cfg_aliases v0.1.1 |
2542 | 2025-02-22T20:30:33.907Z | Compiling vte_generate_state_changes v0.1.2 |
2543 | 2025-02-22T20:30:33.910Z | Checking fd-lock v4.0.2 |
2544 | 2025-02-22T20:30:33.910Z | Checking nibble_vec v0.1.0 |
2545 | 2025-02-22T20:30:34.013Z | Checking bytecount v0.6.8 |
2546 | 2025-02-22T20:30:34.023Z | Checking endian-type v0.1.2 |
2547 | 2025-02-22T20:30:34.045Z | Compiling tabled_derive v0.7.0 |
2548 | 2025-02-22T20:30:34.057Z | Checking itertools v0.12.1 |
2549 | 2025-02-22T20:30:34.102Z | Compiling nix v0.28.0 |
2550 | 2025-02-22T20:30:34.161Z | Checking papergrid v0.11.0 |
2551 | 2025-02-22T20:30:34.181Z | Compiling peg-macros v0.8.4 |
2552 | 2025-02-22T20:30:34.226Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2553 | 2025-02-22T20:30:34.253Z | Checking radix_trie v0.2.1 |
2554 | 2025-02-22T20:30:34.583Z | Checking vte v0.11.1 |
2555 | 2025-02-22T20:30:34.663Z | Compiling sqlparser_derive v0.2.2 |
2556 | 2025-02-22T20:30:35.261Z | Checking home v0.5.9 |
2557 | 2025-02-22T20:30:35.414Z | Checking unicode_categories v0.1.1 |
2558 | 2025-02-22T20:30:35.556Z | Checking nu-ansi-term v0.50.1 |
2559 | 2025-02-22T20:30:35.668Z | Checking sqlparser v0.45.0 |
2560 | 2025-02-22T20:30:35.694Z | Checking sqlformat v0.2.6 |
2561 | 2025-02-22T20:30:36.005Z | Checking display-error-chain v0.2.2 |
2562 | 2025-02-22T20:30:36.046Z | Checking strip-ansi-escapes v0.2.0 |
2563 | 2025-02-22T20:30:36.185Z | Checking tabled v0.15.0 |
2564 | 2025-02-22T20:30:36.423Z | Checking reedline v0.35.0 |
2565 | 2025-02-22T20:30:36.929Z | Checking peg v0.8.4 |
2566 | 2025-02-22T20:30:37.058Z | Checking rustyline v14.0.0 |
2567 | 2025-02-22T20:30:46.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.80s |
2568 | 2025-02-22T20:30:46.210Z | |
2569 | 2025-02-22T20:30:46.210Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2570 | 2025-02-22T20:30:46.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-02-22T20:30:46.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-02-22T20:30:46.891Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2573 | 2025-02-22T20:30:51.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.76s |
2574 | 2025-02-22T20:30:52.163Z | |
2575 | 2025-02-22T20:30:52.163Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2576 | 2025-02-22T20:30:52.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2025-02-22T20:30:52.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2025-02-22T20:30:52.851Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2579 | 2025-02-22T20:30:56.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
2580 | 2025-02-22T20:30:56.562Z | |
2581 | 2025-02-22T20:30:56.562Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2582 | 2025-02-22T20:30:57.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2025-02-22T20:30:57.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2025-02-22T20:30:57.234Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2585 | 2025-02-22T20:31:02.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2586 | 2025-02-22T20:31:02.231Z | |
2587 | 2025-02-22T20:31:02.231Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2588 | 2025-02-22T20:31:02.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2025-02-22T20:31:02.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2025-02-22T20:31:02.912Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2591 | 2025-02-22T20:31:07.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.49s |
2592 | 2025-02-22T20:31:07.911Z | |
2593 | 2025-02-22T20:31:07.911Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2594 | 2025-02-22T20:31:08.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2025-02-22T20:31:08.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2025-02-22T20:31:08.580Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2597 | 2025-02-22T20:31:12.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
2598 | 2025-02-22T20:31:12.427Z | |
2599 | 2025-02-22T20:31:12.427Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2600 | 2025-02-22T20:31:13.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-02-22T20:31:13.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-02-22T20:31:13.110Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2603 | 2025-02-22T20:31:16.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2604 | 2025-02-22T20:31:16.995Z | |
2605 | 2025-02-22T20:31:16.995Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2606 | 2025-02-22T20:31:17.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-02-22T20:31:17.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-02-22T20:31:17.676Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2609 | 2025-02-22T20:31:22.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2610 | 2025-02-22T20:31:22.871Z | |
2611 | 2025-02-22T20:31:22.871Z | info: running `cargo check --bins` on oximeter (67/199) |
2612 | 2025-02-22T20:31:23.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-02-22T20:31:23.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-02-22T20:31:23.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2025-02-22T20:31:23.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2616 | 2025-02-22T20:31:23.507Z | |
2617 | 2025-02-22T20:31:23.507Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2618 | 2025-02-22T20:31:24.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-02-22T20:31:24.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-02-22T20:31:24.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2025-02-22T20:31:24.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2622 | 2025-02-22T20:31:24.129Z | |
2623 | 2025-02-22T20:31:24.129Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2624 | 2025-02-22T20:31:24.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-02-22T20:31:24.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-02-22T20:31:24.773Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2627 | 2025-02-22T20:31:26.768Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2628 | 2025-02-22T20:31:27.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.55s |
2629 | 2025-02-22T20:31:27.860Z | |
2630 | 2025-02-22T20:31:27.860Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2631 | 2025-02-22T20:31:28.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-02-22T20:31:28.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-02-22T20:31:28.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2025-02-22T20:31:28.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2635 | 2025-02-22T20:31:28.491Z | |
2636 | 2025-02-22T20:31:28.491Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2637 | 2025-02-22T20:31:29.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-02-22T20:31:29.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-02-22T20:31:29.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2640 | 2025-02-22T20:31:29.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2641 | 2025-02-22T20:31:29.123Z | |
2642 | 2025-02-22T20:31:29.123Z | info: running `cargo check --bins` on oxql-types (72/199) |
2643 | 2025-02-22T20:31:29.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-02-22T20:31:29.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-02-22T20:31:29.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-02-22T20:31:29.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2647 | 2025-02-22T20:31:29.762Z | |
2648 | 2025-02-22T20:31:29.762Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2649 | 2025-02-22T20:31:30.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-02-22T20:31:30.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-02-22T20:31:30.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-02-22T20:31:30.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2653 | 2025-02-22T20:31:30.423Z | |
2654 | 2025-02-22T20:31:30.423Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2655 | 2025-02-22T20:31:30.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-02-22T20:31:30.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-02-22T20:31:30.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2658 | 2025-02-22T20:31:31.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2659 | 2025-02-22T20:31:31.073Z | |
2660 | 2025-02-22T20:31:31.073Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2661 | 2025-02-22T20:31:31.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-02-22T20:31:31.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-02-22T20:31:31.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-02-22T20:31:31.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2665 | 2025-02-22T20:31:31.727Z | |
2666 | 2025-02-22T20:31:31.727Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2667 | 2025-02-22T20:31:32.286Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-02-22T20:31:32.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-02-22T20:31:32.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2025-02-22T20:31:32.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2671 | 2025-02-22T20:31:32.364Z | |
2672 | 2025-02-22T20:31:32.364Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2673 | 2025-02-22T20:31:32.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-02-22T20:31:32.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-02-22T20:31:32.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2025-02-22T20:31:32.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2677 | 2025-02-22T20:31:33.001Z | |
2678 | 2025-02-22T20:31:33.001Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2679 | 2025-02-22T20:31:33.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-02-22T20:31:33.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-02-22T20:31:33.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-02-22T20:31:33.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2683 | 2025-02-22T20:31:33.639Z | |
2684 | 2025-02-22T20:31:33.640Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2685 | 2025-02-22T20:31:34.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-02-22T20:31:34.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-02-22T20:31:34.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-02-22T20:31:34.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2689 | 2025-02-22T20:31:34.256Z | |
2690 | 2025-02-22T20:31:34.256Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2691 | 2025-02-22T20:31:34.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-02-22T20:31:34.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-02-22T20:31:34.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-02-22T20:31:34.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2695 | 2025-02-22T20:31:34.901Z | |
2696 | 2025-02-22T20:31:34.901Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2697 | 2025-02-22T20:31:35.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-02-22T20:31:35.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-02-22T20:31:35.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-02-22T20:31:35.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2701 | 2025-02-22T20:31:35.537Z | |
2702 | 2025-02-22T20:31:35.537Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2703 | 2025-02-22T20:31:36.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-02-22T20:31:36.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-02-22T20:31:36.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-02-22T20:31:36.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2707 | 2025-02-22T20:31:36.167Z | |
2708 | 2025-02-22T20:31:36.167Z | info: running `cargo check --bins` on dpd-client (83/199) |
2709 | 2025-02-22T20:31:36.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-02-22T20:31:36.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-02-22T20:31:36.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-02-22T20:31:36.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2713 | 2025-02-22T20:31:36.798Z | |
2714 | 2025-02-22T20:31:36.798Z | info: running `cargo check --bins` on gateway-client (84/199) |
2715 | 2025-02-22T20:31:37.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-02-22T20:31:37.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-02-22T20:31:37.340Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-02-22T20:31:37.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2719 | 2025-02-22T20:31:37.414Z | |
2720 | 2025-02-22T20:31:37.414Z | info: running `cargo check --bins` on installinator-client (85/199) |
2721 | 2025-02-22T20:31:37.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-02-22T20:31:37.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-02-22T20:31:37.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-02-22T20:31:37.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2725 | 2025-02-22T20:31:38.068Z | |
2726 | 2025-02-22T20:31:38.068Z | info: running `cargo check --bins` on installinator-common (86/199) |
2727 | 2025-02-22T20:31:38.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-02-22T20:31:38.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-02-22T20:31:38.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-02-22T20:31:38.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2731 | 2025-02-22T20:31:38.720Z | |
2732 | 2025-02-22T20:31:38.720Z | info: running `cargo check --bins` on update-engine (87/199) |
2733 | 2025-02-22T20:31:39.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-02-22T20:31:39.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-02-22T20:31:39.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-02-22T20:31:39.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2737 | 2025-02-22T20:31:39.339Z | |
2738 | 2025-02-22T20:31:39.340Z | info: running `cargo check --bins` on nexus-client (88/199) |
2739 | 2025-02-22T20:31:39.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-02-22T20:31:39.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-02-22T20:31:39.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-02-22T20:31:39.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2743 | 2025-02-22T20:31:40.004Z | |
2744 | 2025-02-22T20:31:40.004Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2745 | 2025-02-22T20:31:40.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-02-22T20:31:40.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-02-22T20:31:40.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2025-02-22T20:31:40.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2749 | 2025-02-22T20:31:40.668Z | |
2750 | 2025-02-22T20:31:40.668Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2751 | 2025-02-22T20:31:41.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2025-02-22T20:31:41.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2025-02-22T20:31:41.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2025-02-22T20:31:41.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2755 | 2025-02-22T20:31:41.289Z | |
2756 | 2025-02-22T20:31:41.289Z | info: running `cargo check --bins` on nexus-types (91/199) |
2757 | 2025-02-22T20:31:41.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2025-02-22T20:31:41.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2025-02-22T20:31:41.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2025-02-22T20:31:41.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2761 | 2025-02-22T20:31:41.951Z | |
2762 | 2025-02-22T20:31:41.951Z | info: running `cargo check --bins` on oxide-client (92/199) |
2763 | 2025-02-22T20:31:42.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2025-02-22T20:31:42.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2025-02-22T20:31:42.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2025-02-22T20:31:42.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2767 | 2025-02-22T20:31:42.566Z | |
2768 | 2025-02-22T20:31:42.566Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2769 | 2025-02-22T20:31:43.125Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2025-02-22T20:31:43.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2025-02-22T20:31:43.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2025-02-22T20:31:43.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2773 | 2025-02-22T20:31:43.203Z | |
2774 | 2025-02-22T20:31:43.204Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2775 | 2025-02-22T20:31:43.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-02-22T20:31:43.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-02-22T20:31:43.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-02-22T20:31:43.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2779 | 2025-02-22T20:31:43.818Z | |
2780 | 2025-02-22T20:31:43.818Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2781 | 2025-02-22T20:31:44.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-02-22T20:31:44.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-02-22T20:31:44.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-02-22T20:31:44.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2785 | 2025-02-22T20:31:44.475Z | |
2786 | 2025-02-22T20:31:44.475Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2787 | 2025-02-22T20:31:45.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-02-22T20:31:45.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-02-22T20:31:45.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-02-22T20:31:45.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2791 | 2025-02-22T20:31:45.160Z | |
2792 | 2025-02-22T20:31:45.160Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2793 | 2025-02-22T20:31:45.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-02-22T20:31:45.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-02-22T20:31:45.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-02-22T20:31:45.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2797 | 2025-02-22T20:31:45.830Z | |
2798 | 2025-02-22T20:31:45.830Z | info: running `cargo check --bins` on wicket-common (98/199) |
2799 | 2025-02-22T20:31:46.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-02-22T20:31:46.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-02-22T20:31:46.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-02-22T20:31:46.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2803 | 2025-02-22T20:31:46.494Z | |
2804 | 2025-02-22T20:31:46.494Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2805 | 2025-02-22T20:31:47.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-02-22T20:31:47.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-02-22T20:31:47.171Z | Checking csv-core v0.1.11 |
2808 | 2025-02-22T20:31:47.171Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2809 | 2025-02-22T20:31:47.174Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2810 | 2025-02-22T20:31:47.174Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2811 | 2025-02-22T20:31:47.457Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2812 | 2025-02-22T20:31:47.476Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2813 | 2025-02-22T20:31:47.511Z | Checking csv v1.3.1 |
2814 | 2025-02-22T20:31:48.065Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2815 | 2025-02-22T20:31:48.406Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2816 | 2025-02-22T20:31:49.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
2817 | 2025-02-22T20:31:50.112Z | |
2818 | 2025-02-22T20:31:50.112Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2819 | 2025-02-22T20:31:50.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2820 | 2025-02-22T20:31:50.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2821 | 2025-02-22T20:31:50.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2822 | 2025-02-22T20:31:50.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2823 | 2025-02-22T20:31:50.774Z | |
2824 | 2025-02-22T20:31:50.774Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2825 | 2025-02-22T20:31:51.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2826 | 2025-02-22T20:31:51.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2827 | 2025-02-22T20:31:51.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2828 | 2025-02-22T20:31:51.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2829 | 2025-02-22T20:31:51.431Z | |
2830 | 2025-02-22T20:31:51.431Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2831 | 2025-02-22T20:31:52.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2832 | 2025-02-22T20:31:52.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2833 | 2025-02-22T20:31:52.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2834 | 2025-02-22T20:31:52.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2835 | 2025-02-22T20:31:52.186Z | |
2836 | 2025-02-22T20:31:52.187Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2837 | 2025-02-22T20:31:52.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2838 | 2025-02-22T20:31:52.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2839 | 2025-02-22T20:31:52.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2840 | 2025-02-22T20:31:52.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2841 | 2025-02-22T20:31:52.934Z | |
2842 | 2025-02-22T20:31:52.934Z | info: running `cargo check --bins` on dns-server (104/199) |
2843 | 2025-02-22T20:31:53.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2844 | 2025-02-22T20:31:53.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2845 | 2025-02-22T20:31:53.592Z | Compiling typify-impl v0.3.0 |
2846 | 2025-02-22T20:31:53.701Z | Compiling parking_lot_core v0.8.6 |
2847 | 2025-02-22T20:31:53.720Z | Checking fxhash v0.2.1 |
2848 | 2025-02-22T20:31:53.723Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2849 | 2025-02-22T20:31:53.723Z | Checking hickory-client v0.24.3 |
2850 | 2025-02-22T20:31:53.731Z | Checking hickory-server v0.24.3 |
2851 | 2025-02-22T20:31:54.450Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2852 | 2025-02-22T20:31:54.481Z | Checking parking_lot v0.11.2 |
2853 | 2025-02-22T20:31:54.737Z | Checking sled v0.34.7 |
2854 | 2025-02-22T20:31:59.199Z | Compiling typify-macro v0.3.0 |
2855 | 2025-02-22T20:32:00.694Z | Compiling typify v0.3.0 |
2856 | 2025-02-22T20:32:00.769Z | Compiling progenitor-impl v0.9.1 |
2857 | 2025-02-22T20:32:03.136Z | Compiling progenitor-macro v0.9.1 |
2858 | 2025-02-22T20:32:06.657Z | Checking progenitor v0.9.1 |
2859 | 2025-02-22T20:32:06.788Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2860 | 2025-02-22T20:32:07.238Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2861 | 2025-02-22T20:32:08.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.56s |
2862 | 2025-02-22T20:32:08.672Z | |
2863 | 2025-02-22T20:32:08.672Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2864 | 2025-02-22T20:32:09.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2025-02-22T20:32:09.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2025-02-22T20:32:09.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2025-02-22T20:32:09.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2868 | 2025-02-22T20:32:09.318Z | |
2869 | 2025-02-22T20:32:09.318Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2870 | 2025-02-22T20:32:09.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2025-02-22T20:32:09.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2025-02-22T20:32:09.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2025-02-22T20:32:09.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2874 | 2025-02-22T20:32:10.022Z | |
2875 | 2025-02-22T20:32:10.022Z | info: running `cargo check --bins` on gateway-types (107/199) |
2876 | 2025-02-22T20:32:10.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2025-02-22T20:32:10.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2025-02-22T20:32:10.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2025-02-22T20:32:10.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2880 | 2025-02-22T20:32:10.685Z | |
2881 | 2025-02-22T20:32:10.685Z | info: running `cargo check --bins` on ipcc (108/199) |
2882 | 2025-02-22T20:32:11.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2025-02-22T20:32:11.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2025-02-22T20:32:11.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2025-02-22T20:32:11.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2886 | 2025-02-22T20:32:11.338Z | |
2887 | 2025-02-22T20:32:11.338Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2888 | 2025-02-22T20:32:11.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2025-02-22T20:32:11.935Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2025-02-22T20:32:12.051Z | Compiling semver v0.1.20 |
2891 | 2025-02-22T20:32:12.051Z | Compiling radium v0.7.0 |
2892 | 2025-02-22T20:32:12.169Z | Compiling maybe-uninit v2.0.0 |
2893 | 2025-02-22T20:32:12.172Z | Checking tap v1.0.1 |
2894 | 2025-02-22T20:32:12.193Z | Checking password-hash v0.5.0 |
2895 | 2025-02-22T20:32:12.193Z | Checking blake2 v0.10.6 |
2896 | 2025-02-22T20:32:12.196Z | Compiling cancel-safe-futures v0.1.5 |
2897 | 2025-02-22T20:32:12.196Z | Checking crc-catalog v2.4.0 |
2898 | 2025-02-22T20:32:12.331Z | Checking wyz v0.5.1 |
2899 | 2025-02-22T20:32:12.391Z | Compiling owo-colors v4.1.0 |
2900 | 2025-02-22T20:32:12.556Z | Compiling rustc_version v0.1.7 |
2901 | 2025-02-22T20:32:12.613Z | Checking funty v2.0.0 |
2902 | 2025-02-22T20:32:12.640Z | Compiling packed_struct v0.10.1 |
2903 | 2025-02-22T20:32:12.642Z | Checking argon2 v0.5.3 |
2904 | 2025-02-22T20:32:12.717Z | Checking crc v3.2.1 |
2905 | 2025-02-22T20:32:12.759Z | Compiling packed_struct_codegen v0.10.1 |
2906 | 2025-02-22T20:32:12.867Z | Checking half v2.4.1 |
2907 | 2025-02-22T20:32:12.973Z | Compiling newtype_derive v0.1.6 |
2908 | 2025-02-22T20:32:12.992Z | Compiling indexmap v1.9.3 |
2909 | 2025-02-22T20:32:13.134Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2910 | 2025-02-22T20:32:13.157Z | Checking ciborium-io v0.2.2 |
2911 | 2025-02-22T20:32:13.286Z | Checking nodrop v0.1.14 |
2912 | 2025-02-22T20:32:13.305Z | Checking ciborium-ll v0.2.2 |
2913 | 2025-02-22T20:32:13.333Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2914 | 2025-02-22T20:32:13.380Z | Checking bitvec v1.0.1 |
2915 | 2025-02-22T20:32:13.396Z | Checking smallvec v0.6.14 |
2916 | 2025-02-22T20:32:13.412Z | Checking array-init v0.0.4 |
2917 | 2025-02-22T20:32:13.465Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2918 | 2025-02-22T20:32:13.609Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2919 | 2025-02-22T20:32:13.745Z | Checking libsw v3.3.1 |
2920 | 2025-02-22T20:32:14.008Z | Checking linear-map v1.2.0 |
2921 | 2025-02-22T20:32:14.011Z | Checking bitfield v0.14.0 |
2922 | 2025-02-22T20:32:14.135Z | Checking indent_write v2.2.0 |
2923 | 2025-02-22T20:32:14.271Z | Checking hashbrown v0.12.3 |
2924 | 2025-02-22T20:32:14.302Z | Checking swrite v0.1.0 |
2925 | 2025-02-22T20:32:14.332Z | Checking termcolor v1.4.1 |
2926 | 2025-02-22T20:32:14.349Z | Checking serde-hex v0.1.0 |
2927 | 2025-02-22T20:32:14.422Z | Checking ron v0.8.1 |
2928 | 2025-02-22T20:32:14.587Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2929 | 2025-02-22T20:32:14.724Z | Checking env_logger v0.10.2 |
2930 | 2025-02-22T20:32:14.967Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2931 | 2025-02-22T20:32:15.137Z | Checking ciborium v0.2.2 |
2932 | 2025-02-22T20:32:15.200Z | Checking steno v0.4.1 |
2933 | 2025-02-22T20:32:15.612Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2934 | 2025-02-22T20:32:16.067Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2935 | 2025-02-22T20:32:16.085Z | Checking hashbrown v0.13.2 |
2936 | 2025-02-22T20:32:16.088Z | Checking humantime v2.1.0 |
2937 | 2025-02-22T20:32:16.353Z | Checking crc-any v2.5.0 |
2938 | 2025-02-22T20:32:16.413Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2939 | 2025-02-22T20:32:16.689Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2940 | 2025-02-22T20:32:16.735Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2941 | 2025-02-22T20:32:16.999Z | Checking object v0.30.4 |
2942 | 2025-02-22T20:32:17.054Z | Checking path-slash v0.1.5 |
2943 | 2025-02-22T20:32:17.263Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2944 | 2025-02-22T20:32:17.266Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2945 | 2025-02-22T20:32:17.292Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2946 | 2025-02-22T20:32:17.556Z | Checking nix v0.27.1 |
2947 | 2025-02-22T20:32:17.881Z | Checking tungstenite v0.23.0 |
2948 | 2025-02-22T20:32:17.921Z | Checking kstat-rs v0.2.4 |
2949 | 2025-02-22T20:32:18.170Z | Checking signal-hook-tokio v0.3.1 |
2950 | 2025-02-22T20:32:18.244Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2951 | 2025-02-22T20:32:18.784Z | Checking tokio-tungstenite v0.23.1 |
2952 | 2025-02-22T20:32:19.349Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2953 | 2025-02-22T20:32:19.643Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2954 | 2025-02-22T20:32:19.837Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2955 | 2025-02-22T20:32:26.628Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2956 | 2025-02-22T20:32:27.944Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2957 | 2025-02-22T20:32:30.407Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2958 | 2025-02-22T20:32:35.648Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2959 | 2025-02-22T20:32:36.302Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2960 | 2025-02-22T20:32:38.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.59s |
2961 | 2025-02-22T20:32:39.122Z | |
2962 | 2025-02-22T20:32:39.122Z | info: running `cargo check --bins` on gateway-api (110/199) |
2963 | 2025-02-22T20:32:39.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2964 | 2025-02-22T20:32:39.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2965 | 2025-02-22T20:32:39.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2966 | 2025-02-22T20:32:39.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2967 | 2025-02-22T20:32:39.772Z | |
2968 | 2025-02-22T20:32:39.772Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2969 | 2025-02-22T20:32:40.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2970 | 2025-02-22T20:32:40.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2971 | 2025-02-22T20:32:40.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2972 | 2025-02-22T20:32:40.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2973 | 2025-02-22T20:32:40.407Z | |
2974 | 2025-02-22T20:32:40.407Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2975 | 2025-02-22T20:32:40.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2976 | 2025-02-22T20:32:40.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2977 | 2025-02-22T20:32:40.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2978 | 2025-02-22T20:32:40.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2979 | 2025-02-22T20:32:41.057Z | |
2980 | 2025-02-22T20:32:41.057Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2981 | 2025-02-22T20:32:41.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2982 | 2025-02-22T20:32:41.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2983 | 2025-02-22T20:32:41.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2984 | 2025-02-22T20:32:41.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2985 | 2025-02-22T20:32:41.697Z | |
2986 | 2025-02-22T20:32:41.697Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2987 | 2025-02-22T20:32:42.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2988 | 2025-02-22T20:32:42.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2989 | 2025-02-22T20:32:42.253Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2990 | 2025-02-22T20:32:42.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2991 | 2025-02-22T20:32:42.330Z | |
2992 | 2025-02-22T20:32:42.330Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2993 | 2025-02-22T20:32:42.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2994 | 2025-02-22T20:32:42.887Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2995 | 2025-02-22T20:32:42.887Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2996 | 2025-02-22T20:32:42.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2997 | 2025-02-22T20:32:42.964Z | |
2998 | 2025-02-22T20:32:42.964Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2999 | 2025-02-22T20:32:43.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3000 | 2025-02-22T20:32:43.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3001 | 2025-02-22T20:32:43.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3002 | 2025-02-22T20:32:43.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3003 | 2025-02-22T20:32:43.603Z | |
3004 | 2025-02-22T20:32:43.603Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3005 | 2025-02-22T20:32:44.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2025-02-22T20:32:44.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2025-02-22T20:32:44.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2025-02-22T20:32:44.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3009 | 2025-02-22T20:32:44.241Z | |
3010 | 2025-02-22T20:32:44.241Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3011 | 2025-02-22T20:32:44.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-02-22T20:32:44.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-02-22T20:32:44.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-02-22T20:32:44.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3015 | 2025-02-22T20:32:44.908Z | |
3016 | 2025-02-22T20:32:44.908Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3017 | 2025-02-22T20:32:45.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-02-22T20:32:45.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-02-22T20:32:45.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-02-22T20:32:45.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3021 | 2025-02-22T20:32:45.545Z | |
3022 | 2025-02-22T20:32:45.545Z | info: running `cargo check --bins` on sp-sim (120/199) |
3023 | 2025-02-22T20:32:46.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-02-22T20:32:46.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-02-22T20:32:46.195Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3026 | 2025-02-22T20:32:46.632Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3027 | 2025-02-22T20:32:48.276Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3028 | 2025-02-22T20:32:49.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
3029 | 2025-02-22T20:32:50.122Z | |
3030 | 2025-02-22T20:32:50.122Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3031 | 2025-02-22T20:32:50.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2025-02-22T20:32:50.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2025-02-22T20:32:50.737Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2025-02-22T20:32:50.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3035 | 2025-02-22T20:32:50.821Z | |
3036 | 2025-02-22T20:32:50.821Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3037 | 2025-02-22T20:32:51.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2025-02-22T20:32:51.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2025-02-22T20:32:51.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3040 | 2025-02-22T20:32:51.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3041 | 2025-02-22T20:32:51.523Z | |
3042 | 2025-02-22T20:32:51.523Z | info: running `cargo check --bins` on db-macros (123/199) |
3043 | 2025-02-22T20:32:52.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2025-02-22T20:32:52.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2025-02-22T20:32:52.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3046 | 2025-02-22T20:32:52.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3047 | 2025-02-22T20:32:52.146Z | |
3048 | 2025-02-22T20:32:52.146Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3049 | 2025-02-22T20:32:52.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2025-02-22T20:32:52.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2025-02-22T20:32:52.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3052 | 2025-02-22T20:32:52.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3053 | 2025-02-22T20:32:52.779Z | |
3054 | 2025-02-22T20:32:52.779Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3055 | 2025-02-22T20:32:53.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3056 | 2025-02-22T20:32:53.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3057 | 2025-02-22T20:32:53.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3058 | 2025-02-22T20:32:53.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3059 | 2025-02-22T20:32:53.462Z | |
3060 | 2025-02-22T20:32:53.462Z | info: running `cargo check --bins` on authz-macros (126/199) |
3061 | 2025-02-22T20:32:54.008Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3062 | 2025-02-22T20:32:54.011Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3063 | 2025-02-22T20:32:54.011Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3064 | 2025-02-22T20:32:54.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3065 | 2025-02-22T20:32:54.084Z | |
3066 | 2025-02-22T20:32:54.084Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3067 | 2025-02-22T20:32:54.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3068 | 2025-02-22T20:32:54.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3069 | 2025-02-22T20:32:54.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3070 | 2025-02-22T20:32:54.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3071 | 2025-02-22T20:32:54.745Z | |
3072 | 2025-02-22T20:32:54.745Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3073 | 2025-02-22T20:32:55.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3074 | 2025-02-22T20:32:55.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3075 | 2025-02-22T20:32:55.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3076 | 2025-02-22T20:32:55.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3077 | 2025-02-22T20:32:55.418Z | |
3078 | 2025-02-22T20:32:55.419Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3079 | 2025-02-22T20:32:55.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-02-22T20:32:55.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-02-22T20:32:55.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-02-22T20:32:55.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3083 | 2025-02-22T20:32:56.050Z | |
3084 | 2025-02-22T20:32:56.050Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3085 | 2025-02-22T20:32:56.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-02-22T20:32:56.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-02-22T20:32:56.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-02-22T20:32:56.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3089 | 2025-02-22T20:32:56.711Z | |
3090 | 2025-02-22T20:32:56.712Z | info: running `cargo check --bins` on typed-rng (131/199) |
3091 | 2025-02-22T20:32:57.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-02-22T20:32:57.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-02-22T20:32:57.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-02-22T20:32:57.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3095 | 2025-02-22T20:32:57.332Z | |
3096 | 2025-02-22T20:32:57.332Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3097 | 2025-02-22T20:32:57.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-02-22T20:32:57.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-02-22T20:32:58.087Z | Checking keccak v0.1.5 |
3100 | 2025-02-22T20:32:58.200Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3101 | 2025-02-22T20:32:58.203Z | Checking secrecy v0.8.0 |
3102 | 2025-02-22T20:32:58.203Z | Compiling unicase v2.7.0 |
3103 | 2025-02-22T20:32:58.211Z | Compiling same-file v1.0.6 |
3104 | 2025-02-22T20:32:58.233Z | Compiling tempfile v3.13.0 |
3105 | 2025-02-22T20:32:58.264Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3106 | 2025-02-22T20:32:58.264Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3107 | 2025-02-22T20:32:58.390Z | Compiling walkdir v2.5.0 |
3108 | 2025-02-22T20:32:58.480Z | Checking sha3 v0.10.8 |
3109 | 2025-02-22T20:32:58.503Z | Compiling thiserror-impl-no-std v2.0.2 |
3110 | 2025-02-22T20:32:58.537Z | Checking universal-hash v0.5.1 |
3111 | 2025-02-22T20:32:58.561Z | Compiling blake3 v1.5.4 |
3112 | 2025-02-22T20:32:58.710Z | Checking opaque-debug v0.3.1 |
3113 | 2025-02-22T20:32:58.731Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3114 | 2025-02-22T20:32:58.816Z | Checking poly1305 v0.8.0 |
3115 | 2025-02-22T20:32:58.834Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3116 | 2025-02-22T20:32:58.893Z | Checking chacha20 v0.9.1 |
3117 | 2025-02-22T20:32:58.962Z | Checking aead v0.5.2 |
3118 | 2025-02-22T20:32:59.007Z | Compiling memmap2 v0.9.5 |
3119 | 2025-02-22T20:32:59.042Z | Compiling constant_time_eq v0.3.1 |
3120 | 2025-02-22T20:32:59.170Z | Compiling libefi-sys v0.1.0 |
3121 | 2025-02-22T20:32:59.230Z | Compiling arrayref v0.3.9 |
3122 | 2025-02-22T20:32:59.248Z | Compiling arrayvec v0.7.6 |
3123 | 2025-02-22T20:32:59.320Z | Compiling salty v0.3.0 |
3124 | 2025-02-22T20:32:59.342Z | Checking chacha20poly1305 v0.10.1 |
3125 | 2025-02-22T20:32:59.511Z | Compiling toolchain_find v0.4.0 |
3126 | 2025-02-22T20:32:59.529Z | Compiling camino-tempfile v1.1.1 |
3127 | 2025-02-22T20:32:59.605Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3128 | 2025-02-22T20:32:59.720Z | Compiling bitfield-struct v0.6.2 |
3129 | 2025-02-22T20:32:59.765Z | Compiling topological-sort v0.2.2 |
3130 | 2025-02-22T20:32:59.944Z | Compiling rustfmt-wrapper v0.2.1 |
3131 | 2025-02-22T20:33:00.071Z | Compiling mime_guess v2.0.5 |
3132 | 2025-02-22T20:33:00.466Z | Compiling omicron-zone-package v0.12.0 |
3133 | 2025-02-22T20:33:00.493Z | Compiling progenitor v0.9.1 |
3134 | 2025-02-22T20:33:00.555Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3135 | 2025-02-22T20:33:00.722Z | Checking primeorder v0.13.6 |
3136 | 2025-02-22T20:33:00.837Z | Checking env_filter v0.1.2 |
3137 | 2025-02-22T20:33:00.857Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3138 | 2025-02-22T20:33:01.031Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3139 | 2025-02-22T20:33:01.071Z | Checking env_logger v0.11.5 |
3140 | 2025-02-22T20:33:01.140Z | Checking thiserror-no-std v2.0.2 |
3141 | 2025-02-22T20:33:01.187Z | Checking p384 v0.13.0 |
3142 | 2025-02-22T20:33:01.220Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3143 | 2025-02-22T20:33:01.246Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3144 | 2025-02-22T20:33:01.264Z | Checking vsss-rs v3.3.4 |
3145 | 2025-02-22T20:33:01.433Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3146 | 2025-02-22T20:33:01.516Z | Checking simd-adler32 v0.3.7 |
3147 | 2025-02-22T20:33:01.594Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3148 | 2025-02-22T20:33:01.658Z | Checking bumpalo v3.16.0 |
3149 | 2025-02-22T20:33:01.819Z | Compiling zip v2.1.3 |
3150 | 2025-02-22T20:33:01.866Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3151 | 2025-02-22T20:33:01.984Z | Checking http-range v0.1.5 |
3152 | 2025-02-22T20:33:02.069Z | Checking lockfree-object-pool v0.1.6 |
3153 | 2025-02-22T20:33:02.162Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3154 | 2025-02-22T20:33:02.219Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3155 | 2025-02-22T20:33:02.287Z | Checking zopfli v0.8.1 |
3156 | 2025-02-22T20:33:02.365Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3157 | 2025-02-22T20:33:02.651Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3158 | 2025-02-22T20:33:02.804Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3159 | 2025-02-22T20:33:02.896Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3160 | 2025-02-22T20:33:02.950Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3161 | 2025-02-22T20:33:03.191Z | Checking atty v0.2.14 |
3162 | 2025-02-22T20:33:03.341Z | Checking glob v0.3.2 |
3163 | 2025-02-22T20:33:03.388Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3164 | 2025-02-22T20:33:03.451Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3165 | 2025-02-22T20:33:03.652Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3166 | 2025-02-22T20:33:04.055Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3167 | 2025-02-22T20:33:04.602Z | Checking hyper-staticfile v0.10.1 |
3168 | 2025-02-22T20:33:04.745Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3169 | 2025-02-22T20:33:05.061Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3170 | 2025-02-22T20:33:05.112Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3171 | 2025-02-22T20:33:05.260Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3172 | 2025-02-22T20:33:05.337Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3173 | 2025-02-22T20:33:05.460Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3174 | 2025-02-22T20:33:05.603Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3175 | 2025-02-22T20:33:05.978Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3176 | 2025-02-22T20:33:06.029Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3177 | 2025-02-22T20:33:06.234Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3178 | 2025-02-22T20:33:06.735Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3179 | 2025-02-22T20:33:09.530Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3180 | 2025-02-22T20:33:09.530Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3181 | 2025-02-22T20:33:17.987Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3182 | 2025-02-22T20:33:30.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.64s |
3183 | 2025-02-22T20:33:31.174Z | |
3184 | 2025-02-22T20:33:31.174Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3185 | 2025-02-22T20:33:31.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3186 | 2025-02-22T20:33:31.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3187 | 2025-02-22T20:33:31.925Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3188 | 2025-02-22T20:33:45.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3189 | 2025-02-22T20:33:45.356Z | |
3190 | 2025-02-22T20:33:45.356Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3191 | 2025-02-22T20:33:45.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3192 | 2025-02-22T20:33:45.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3193 | 2025-02-22T20:33:46.102Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3194 | 2025-02-22T20:33:59.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.99s |
3195 | 2025-02-22T20:33:59.547Z | |
3196 | 2025-02-22T20:33:59.547Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3197 | 2025-02-22T20:34:00.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3198 | 2025-02-22T20:34:00.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3199 | 2025-02-22T20:34:00.318Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3200 | 2025-02-22T20:34:13.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.03s |
3201 | 2025-02-22T20:34:13.778Z | |
3202 | 2025-02-22T20:34:13.779Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3203 | 2025-02-22T20:34:14.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3204 | 2025-02-22T20:34:14.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3205 | 2025-02-22T20:34:14.532Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3206 | 2025-02-22T20:34:27.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3207 | 2025-02-22T20:34:27.880Z | |
3208 | 2025-02-22T20:34:27.880Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3209 | 2025-02-22T20:34:28.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3210 | 2025-02-22T20:34:28.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3211 | 2025-02-22T20:34:28.616Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3212 | 2025-02-22T20:34:41.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.96s |
3213 | 2025-02-22T20:34:42.041Z | |
3214 | 2025-02-22T20:34:42.041Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3215 | 2025-02-22T20:34:42.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3216 | 2025-02-22T20:34:42.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3217 | 2025-02-22T20:34:42.781Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3218 | 2025-02-22T20:34:55.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3219 | 2025-02-22T20:34:56.152Z | |
3220 | 2025-02-22T20:34:56.152Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3221 | 2025-02-22T20:34:56.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3222 | 2025-02-22T20:34:56.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3223 | 2025-02-22T20:34:56.889Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3224 | 2025-02-22T20:35:10.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.04s |
3225 | 2025-02-22T20:35:10.398Z | |
3226 | 2025-02-22T20:35:10.398Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3227 | 2025-02-22T20:35:10.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-02-22T20:35:10.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-02-22T20:35:10.997Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3230 | 2025-02-22T20:35:11.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3231 | 2025-02-22T20:35:11.078Z | |
3232 | 2025-02-22T20:35:11.078Z | info: running `cargo check --bins` on key-manager (141/199) |
3233 | 2025-02-22T20:35:11.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-02-22T20:35:11.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-02-22T20:35:11.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3236 | 2025-02-22T20:35:11.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3237 | 2025-02-22T20:35:11.727Z | |
3238 | 2025-02-22T20:35:11.727Z | info: running `cargo check --bins` on range-requests (142/199) |
3239 | 2025-02-22T20:35:12.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-02-22T20:35:12.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-02-22T20:35:12.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3242 | 2025-02-22T20:35:12.283Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3243 | 2025-02-22T20:35:12.354Z | |
3244 | 2025-02-22T20:35:12.354Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3245 | 2025-02-22T20:35:12.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-02-22T20:35:12.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-02-22T20:35:12.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3248 | 2025-02-22T20:35:12.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3249 | 2025-02-22T20:35:12.990Z | |
3250 | 2025-02-22T20:35:12.990Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3251 | 2025-02-22T20:35:13.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-02-22T20:35:13.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-02-22T20:35:13.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3254 | 2025-02-22T20:35:13.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3255 | 2025-02-22T20:35:13.666Z | |
3256 | 2025-02-22T20:35:13.666Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3257 | 2025-02-22T20:35:14.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-02-22T20:35:14.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-02-22T20:35:14.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3260 | 2025-02-22T20:35:14.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3261 | 2025-02-22T20:35:14.286Z | |
3262 | 2025-02-22T20:35:14.287Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3263 | 2025-02-22T20:35:14.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-02-22T20:35:14.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-02-22T20:35:14.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3266 | 2025-02-22T20:35:14.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3267 | 2025-02-22T20:35:14.945Z | |
3268 | 2025-02-22T20:35:14.945Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3269 | 2025-02-22T20:35:15.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-02-22T20:35:15.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-02-22T20:35:15.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2025-02-22T20:35:15.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3273 | 2025-02-22T20:35:15.598Z | |
3274 | 2025-02-22T20:35:15.598Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3275 | 2025-02-22T20:35:16.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-02-22T20:35:16.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-02-22T20:35:16.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2025-02-22T20:35:16.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3279 | 2025-02-22T20:35:16.249Z | |
3280 | 2025-02-22T20:35:16.249Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3281 | 2025-02-22T20:35:16.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-02-22T20:35:16.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-02-22T20:35:16.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-02-22T20:35:16.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3285 | 2025-02-22T20:35:16.910Z | |
3286 | 2025-02-22T20:35:16.910Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3287 | 2025-02-22T20:35:17.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-02-22T20:35:17.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-02-22T20:35:17.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-02-22T20:35:17.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3291 | 2025-02-22T20:35:17.576Z | |
3292 | 2025-02-22T20:35:17.576Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3293 | 2025-02-22T20:35:18.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-02-22T20:35:18.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-02-22T20:35:18.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-02-22T20:35:18.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3297 | 2025-02-22T20:35:18.237Z | |
3298 | 2025-02-22T20:35:18.237Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3299 | 2025-02-22T20:35:18.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-02-22T20:35:18.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-02-22T20:35:18.944Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3302 | 2025-02-22T20:35:18.947Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3303 | 2025-02-22T20:35:19.840Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3304 | 2025-02-22T20:35:21.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3305 | 2025-02-22T20:35:22.021Z | |
3306 | 2025-02-22T20:35:22.021Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3307 | 2025-02-22T20:35:22.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-02-22T20:35:22.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-02-22T20:35:22.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-02-22T20:35:22.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3311 | 2025-02-22T20:35:22.669Z | |
3312 | 2025-02-22T20:35:22.669Z | info: running `cargo check --bins` on cert-dev (154/199) |
3313 | 2025-02-22T20:35:23.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-02-22T20:35:23.223Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-02-22T20:35:23.303Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3316 | 2025-02-22T20:35:23.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3317 | 2025-02-22T20:35:23.750Z | |
3318 | 2025-02-22T20:35:23.750Z | info: running `cargo check --bins` on clickana (155/199) |
3319 | 2025-02-22T20:35:24.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-02-22T20:35:24.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-02-22T20:35:24.419Z | Checking castaway v0.2.3 |
3322 | 2025-02-22T20:35:24.422Z | Checking unicode-truncate v1.1.0 |
3323 | 2025-02-22T20:35:24.422Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3324 | 2025-02-22T20:35:24.422Z | Checking lru v0.12.5 |
3325 | 2025-02-22T20:35:24.422Z | Compiling instability v0.3.2 |
3326 | 2025-02-22T20:35:24.422Z | Compiling indoc v2.0.5 |
3327 | 2025-02-22T20:35:24.422Z | Checking cassowary v0.3.0 |
3328 | 2025-02-22T20:35:24.653Z | Checking compact_str v0.8.0 |
3329 | 2025-02-22T20:35:25.292Z | Checking ratatui v0.29.0 |
3330 | 2025-02-22T20:35:26.184Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3331 | 2025-02-22T20:35:27.329Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3332 | 2025-02-22T20:35:28.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
3333 | 2025-02-22T20:35:28.312Z | |
3334 | 2025-02-22T20:35:28.312Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3335 | 2025-02-22T20:35:28.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-02-22T20:35:28.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-02-22T20:35:29.003Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3338 | 2025-02-22T20:35:29.003Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3339 | 2025-02-22T20:35:30.027Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3340 | 2025-02-22T20:35:30.486Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3341 | 2025-02-22T20:35:30.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3342 | 2025-02-22T20:35:31.014Z | |
3343 | 2025-02-22T20:35:31.015Z | info: running `cargo check --bins` on ch-dev (157/199) |
3344 | 2025-02-22T20:35:31.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3345 | 2025-02-22T20:35:31.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3346 | 2025-02-22T20:35:31.696Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3347 | 2025-02-22T20:35:32.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3348 | 2025-02-22T20:35:32.609Z | |
3349 | 2025-02-22T20:35:32.609Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3350 | 2025-02-22T20:35:33.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2025-02-22T20:35:33.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2025-02-22T20:35:33.291Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3353 | 2025-02-22T20:35:33.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3354 | 2025-02-22T20:35:33.815Z | |
3355 | 2025-02-22T20:35:33.815Z | info: running `cargo check --bins` on db-dev (159/199) |
3356 | 2025-02-22T20:35:34.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-02-22T20:35:34.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-02-22T20:35:34.499Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3359 | 2025-02-22T20:35:35.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3360 | 2025-02-22T20:35:35.407Z | |
3361 | 2025-02-22T20:35:35.407Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3362 | 2025-02-22T20:35:35.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-02-22T20:35:35.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-02-22T20:35:35.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3365 | 2025-02-22T20:35:35.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3366 | 2025-02-22T20:35:36.074Z | |
3367 | 2025-02-22T20:35:36.074Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3368 | 2025-02-22T20:35:36.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3369 | 2025-02-22T20:35:36.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3370 | 2025-02-22T20:35:36.711Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3371 | 2025-02-22T20:35:37.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
3372 | 2025-02-22T20:35:37.716Z | |
3373 | 2025-02-22T20:35:37.717Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3374 | 2025-02-22T20:35:38.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3375 | 2025-02-22T20:35:38.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3376 | 2025-02-22T20:35:38.355Z | Checking cargo-platform v0.1.8 |
3377 | 2025-02-22T20:35:38.628Z | Checking cargo_metadata v0.18.1 |
3378 | 2025-02-22T20:35:39.533Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3379 | 2025-02-22T20:35:40.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
3380 | 2025-02-22T20:35:40.540Z | |
3381 | 2025-02-22T20:35:40.540Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3382 | 2025-02-22T20:35:41.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3383 | 2025-02-22T20:35:41.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3384 | 2025-02-22T20:35:41.290Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3385 | 2025-02-22T20:35:42.743Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3386 | 2025-02-22T20:35:43.291Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3387 | 2025-02-22T20:35:43.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
3388 | 2025-02-22T20:35:44.002Z | |
3389 | 2025-02-22T20:35:44.003Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3390 | 2025-02-22T20:35:44.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3391 | 2025-02-22T20:35:44.649Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3392 | 2025-02-22T20:35:44.810Z | Compiling crunchy v0.2.2 |
3393 | 2025-02-22T20:35:44.810Z | Compiling tiny-keccak v2.0.2 |
3394 | 2025-02-22T20:35:44.813Z | Compiling dsl_auto_type v0.1.2 |
3395 | 2025-02-22T20:35:44.813Z | Checking scheduled-thread-pool v0.2.7 |
3396 | 2025-02-22T20:35:44.813Z | Compiling diesel_table_macro_syntax v0.2.0 |
3397 | 2025-02-22T20:35:44.813Z | Compiling ascii-canvas v3.0.0 |
3398 | 2025-02-22T20:35:44.927Z | Compiling ena v0.14.3 |
3399 | 2025-02-22T20:35:44.930Z | Compiling regex-syntax v0.6.29 |
3400 | 2025-02-22T20:35:45.134Z | Checking r2d2 v0.8.10 |
3401 | 2025-02-22T20:35:45.251Z | Compiling diff v0.1.13 |
3402 | 2025-02-22T20:35:45.360Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3403 | 2025-02-22T20:35:45.362Z | Compiling ref-cast v1.0.23 |
3404 | 2025-02-22T20:35:45.404Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3405 | 2025-02-22T20:35:45.448Z | Compiling derive_builder_core v0.20.2 |
3406 | 2025-02-22T20:35:45.586Z | Compiling libxml v0.3.3 |
3407 | 2025-02-22T20:35:45.692Z | Compiling ref-cast-impl v1.0.23 |
3408 | 2025-02-22T20:35:45.774Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3409 | 2025-02-22T20:35:45.954Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3410 | 2025-02-22T20:35:45.979Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3411 | 2025-02-22T20:35:46.181Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3412 | 2025-02-22T20:35:46.263Z | Compiling diesel_derives v2.2.3 |
3413 | 2025-02-22T20:35:46.281Z | Compiling strum_macros v0.24.3 |
3414 | 2025-02-22T20:35:46.298Z | Compiling samael v0.0.17 |
3415 | 2025-02-22T20:35:46.541Z | Compiling indoc v1.0.9 |
3416 | 2025-02-22T20:35:47.422Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3417 | 2025-02-22T20:35:47.575Z | Compiling derive_builder_macro v0.20.2 |
3418 | 2025-02-22T20:35:47.738Z | Compiling impl-trait-for-tuples v0.2.2 |
3419 | 2025-02-22T20:35:48.330Z | Compiling lalrpop v0.19.12 |
3420 | 2025-02-22T20:35:48.455Z | Checking derive_builder v0.20.2 |
3421 | 2025-02-22T20:35:48.620Z | Compiling oso-derive v0.27.3 |
3422 | 2025-02-22T20:35:48.909Z | Checking quick-xml v0.33.0 |
3423 | 2025-02-22T20:35:49.430Z | Compiling diesel-dtrace v0.4.2 |
3424 | 2025-02-22T20:35:49.599Z | Checking maplit v1.0.2 |
3425 | 2025-02-22T20:35:49.776Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3426 | 2025-02-22T20:35:49.822Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3427 | 2025-02-22T20:35:50.128Z | Checking bb8 v0.8.5 |
3428 | 2025-02-22T20:35:50.166Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3429 | 2025-02-22T20:35:50.194Z | Checking rand_seeder v0.3.0 |
3430 | 2025-02-22T20:35:50.454Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3431 | 2025-02-22T20:35:51.509Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3432 | 2025-02-22T20:35:51.512Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3433 | 2025-02-22T20:35:51.512Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3434 | 2025-02-22T20:35:51.512Z | Checking unicode-linebreak v0.1.5 |
3435 | 2025-02-22T20:35:51.512Z | Checking smawk v0.3.2 |
3436 | 2025-02-22T20:35:51.512Z | Checking is_ci v1.2.0 |
3437 | 2025-02-22T20:35:51.574Z | Checking textwrap v0.16.1 |
3438 | 2025-02-22T20:35:51.648Z | Checking supports-color v3.0.1 |
3439 | 2025-02-22T20:35:51.912Z | Checking multimap v0.10.0 |
3440 | 2025-02-22T20:35:52.739Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3441 | 2025-02-22T20:35:54.301Z | Checking diesel v2.2.7 |
3442 | 2025-02-22T20:36:18.384Z | Compiling polar-core v0.27.3 |
3443 | 2025-02-22T20:36:19.621Z | Checking async-bb8-diesel v0.2.1 |
3444 | 2025-02-22T20:36:25.594Z | Checking oso v0.27.3 |
3445 | 2025-02-22T20:37:30.013Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3446 | 2025-02-22T20:37:36.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
3447 | 2025-02-22T20:37:36.728Z | |
3448 | 2025-02-22T20:37:36.728Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3449 | 2025-02-22T20:37:37.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3450 | 2025-02-22T20:37:37.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3451 | 2025-02-22T20:37:37.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3452 | 2025-02-22T20:37:37.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3453 | 2025-02-22T20:37:37.418Z | |
3454 | 2025-02-22T20:37:37.418Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3455 | 2025-02-22T20:37:38.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2025-02-22T20:37:38.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2025-02-22T20:37:38.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3458 | 2025-02-22T20:37:38.035Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3459 | 2025-02-22T20:37:38.111Z | |
3460 | 2025-02-22T20:37:38.111Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3461 | 2025-02-22T20:37:38.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2025-02-22T20:37:38.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2025-02-22T20:37:38.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3464 | 2025-02-22T20:37:38.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3465 | 2025-02-22T20:37:38.735Z | |
3466 | 2025-02-22T20:37:38.735Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3467 | 2025-02-22T20:37:39.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-02-22T20:37:39.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-02-22T20:37:39.567Z | Compiling libz-sys v1.1.20 |
3470 | 2025-02-22T20:37:39.570Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3471 | 2025-02-22T20:37:39.698Z | Compiling vergen v8.3.2 |
3472 | 2025-02-22T20:37:39.701Z | Compiling cargo-platform v0.1.8 |
3473 | 2025-02-22T20:37:39.701Z | Compiling pin-project-internal v1.1.6 |
3474 | 2025-02-22T20:37:39.736Z | Compiling libsqlite3-sys v0.30.1 |
3475 | 2025-02-22T20:37:39.738Z | Compiling snafu-derive v0.8.5 |
3476 | 2025-02-22T20:37:39.738Z | Compiling rustls v0.21.12 |
3477 | 2025-02-22T20:37:39.998Z | Compiling buf-list v1.0.3 |
3478 | 2025-02-22T20:37:40.057Z | Compiling cargo_metadata v0.18.1 |
3479 | 2025-02-22T20:37:40.269Z | Checking globset v0.4.15 |
3480 | 2025-02-22T20:37:40.282Z | Checking olpc-cjson v0.1.4 |
3481 | 2025-02-22T20:37:40.409Z | Checking rustls-webpki v0.101.7 |
3482 | 2025-02-22T20:37:40.620Z | Checking sct v0.7.1 |
3483 | 2025-02-22T20:37:40.636Z | Checking serde_plain v1.0.2 |
3484 | 2025-02-22T20:37:40.726Z | Checking typed-path v0.9.3 |
3485 | 2025-02-22T20:37:41.144Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3486 | 2025-02-22T20:37:41.262Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3487 | 2025-02-22T20:37:41.483Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3488 | 2025-02-22T20:37:41.573Z | Checking hashlink v0.9.1 |
3489 | 2025-02-22T20:37:41.787Z | Checking fallible-iterator v0.3.0 |
3490 | 2025-02-22T20:37:42.135Z | Checking fallible-streaming-iterator v0.1.9 |
3491 | 2025-02-22T20:37:42.342Z | Checking pin-project v1.1.6 |
3492 | 2025-02-22T20:37:42.373Z | Checking parse-size v1.1.0 |
3493 | 2025-02-22T20:37:42.393Z | Checking rusqlite v0.32.1 |
3494 | 2025-02-22T20:37:42.550Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3495 | 2025-02-22T20:37:42.574Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3496 | 2025-02-22T20:37:42.594Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3497 | 2025-02-22T20:37:42.984Z | Checking rustls-pemfile v1.0.4 |
3498 | 2025-02-22T20:37:43.187Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3499 | 2025-02-22T20:37:43.271Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3500 | 2025-02-22T20:37:43.407Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3501 | 2025-02-22T20:37:43.491Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3502 | 2025-02-22T20:37:43.556Z | Checking twox-hash v2.1.0 |
3503 | 2025-02-22T20:37:43.577Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3504 | 2025-02-22T20:37:43.820Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3505 | 2025-02-22T20:37:43.996Z | Checking tokio-rustls v0.24.1 |
3506 | 2025-02-22T20:37:44.168Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3507 | 2025-02-22T20:37:44.306Z | Checking snafu v0.8.5 |
3508 | 2025-02-22T20:37:44.639Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3509 | 2025-02-22T20:37:44.689Z | Checking tough v0.19.0 |
3510 | 2025-02-22T20:37:45.020Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3511 | 2025-02-22T20:37:45.142Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3512 | 2025-02-22T20:37:45.539Z | Checking fatfs v0.3.6 |
3513 | 2025-02-22T20:37:45.990Z | Checking assert_matches v1.5.0 |
3514 | 2025-02-22T20:37:48.719Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3515 | 2025-02-22T20:37:49.977Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3516 | 2025-02-22T20:37:51.885Z | Compiling git2 v0.19.0 |
3517 | 2025-02-22T20:37:55.843Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3518 | 2025-02-22T20:38:52.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3519 | 2025-02-22T20:38:53.178Z | |
3520 | 2025-02-22T20:38:53.178Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3521 | 2025-02-22T20:38:53.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-02-22T20:38:53.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-02-22T20:38:53.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-02-22T20:38:53.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3525 | 2025-02-22T20:38:53.885Z | |
3526 | 2025-02-22T20:38:53.885Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3527 | 2025-02-22T20:38:54.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-02-22T20:38:54.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-02-22T20:38:54.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-02-22T20:38:54.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3531 | 2025-02-22T20:38:54.507Z | |
3532 | 2025-02-22T20:38:54.507Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3533 | 2025-02-22T20:38:55.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-02-22T20:38:55.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-02-22T20:38:55.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-02-22T20:38:55.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3537 | 2025-02-22T20:38:55.185Z | |
3538 | 2025-02-22T20:38:55.185Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3539 | 2025-02-22T20:38:55.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-02-22T20:38:55.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-02-22T20:38:55.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3542 | 2025-02-22T20:38:55.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3543 | 2025-02-22T20:38:55.875Z | |
3544 | 2025-02-22T20:38:55.875Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3545 | 2025-02-22T20:38:56.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3546 | 2025-02-22T20:38:56.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3547 | 2025-02-22T20:38:56.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3548 | 2025-02-22T20:38:56.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3549 | 2025-02-22T20:38:56.567Z | |
3550 | 2025-02-22T20:38:56.567Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3551 | 2025-02-22T20:38:57.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3552 | 2025-02-22T20:38:57.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3553 | 2025-02-22T20:38:57.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3554 | 2025-02-22T20:38:57.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3555 | 2025-02-22T20:38:57.256Z | |
3556 | 2025-02-22T20:38:57.256Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3557 | 2025-02-22T20:38:57.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-02-22T20:38:57.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-02-22T20:38:57.860Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3560 | 2025-02-22T20:38:57.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3561 | 2025-02-22T20:38:57.942Z | |
3562 | 2025-02-22T20:38:57.942Z | info: running `cargo check --bins` on update-common (176/199) |
3563 | 2025-02-22T20:38:58.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3564 | 2025-02-22T20:38:58.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3565 | 2025-02-22T20:38:58.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3566 | 2025-02-22T20:38:58.528Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3567 | 2025-02-22T20:38:58.606Z | |
3568 | 2025-02-22T20:38:58.606Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3569 | 2025-02-22T20:38:59.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3570 | 2025-02-22T20:38:59.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3571 | 2025-02-22T20:38:59.189Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3572 | 2025-02-22T20:38:59.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3573 | 2025-02-22T20:38:59.270Z | |
3574 | 2025-02-22T20:38:59.271Z | info: running `cargo check --bins` on tufaceous (178/199) |
3575 | 2025-02-22T20:38:59.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-02-22T20:38:59.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-02-22T20:38:59.961Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3578 | 2025-02-22T20:39:00.250Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3579 | 2025-02-22T20:39:01.242Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3580 | 2025-02-22T20:39:02.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
3581 | 2025-02-22T20:39:02.190Z | |
3582 | 2025-02-22T20:39:02.190Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3583 | 2025-02-22T20:39:02.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-02-22T20:39:02.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-02-22T20:39:03.060Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3586 | 2025-02-22T20:39:03.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3587 | 2025-02-22T20:39:03.200Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3588 | 2025-02-22T20:39:03.202Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3589 | 2025-02-22T20:39:04.178Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3590 | 2025-02-22T20:39:31.470Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3591 | 2025-02-22T20:39:31.470Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3592 | 2025-02-22T20:39:31.472Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3593 | 2025-02-22T20:39:31.472Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3594 | 2025-02-22T20:39:31.472Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3595 | 2025-02-22T20:39:31.472Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3596 | 2025-02-22T20:39:32.340Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3597 | 2025-02-22T20:39:33.540Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3598 | 2025-02-22T20:40:15.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3599 | 2025-02-22T20:40:15.427Z | |
3600 | 2025-02-22T20:40:15.428Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3601 | 2025-02-22T20:40:16.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-02-22T20:40:16.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-02-22T20:40:16.155Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3604 | 2025-02-22T20:40:16.156Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3605 | 2025-02-22T20:40:16.158Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3606 | 2025-02-22T20:40:16.286Z | Compiling proc-macro-error-attr2 v2.0.0 |
3607 | 2025-02-22T20:40:16.289Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3608 | 2025-02-22T20:40:16.299Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3609 | 2025-02-22T20:40:16.327Z | Checking papergrid v0.14.0 |
3610 | 2025-02-22T20:40:16.340Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3611 | 2025-02-22T20:40:16.520Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3612 | 2025-02-22T20:40:16.622Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3613 | 2025-02-22T20:40:16.891Z | Checking itertools v0.14.0 |
3614 | 2025-02-22T20:40:16.912Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3615 | 2025-02-22T20:40:17.017Z | Compiling proc-macro-error2 v2.0.1 |
3616 | 2025-02-22T20:40:17.604Z | Compiling tabled_derive v0.10.0 |
3617 | 2025-02-22T20:40:17.991Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3618 | 2025-02-22T20:40:18.083Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3619 | 2025-02-22T20:40:18.503Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3620 | 2025-02-22T20:40:19.137Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3621 | 2025-02-22T20:40:19.378Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3622 | 2025-02-22T20:40:19.527Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3623 | 2025-02-22T20:40:20.073Z | Checking heck v0.4.1 |
3624 | 2025-02-22T20:40:20.198Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3625 | 2025-02-22T20:40:20.287Z | Checking tabled v0.18.0 |
3626 | 2025-02-22T20:40:20.316Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3627 | 2025-02-22T20:40:20.335Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3628 | 2025-02-22T20:40:20.415Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3629 | 2025-02-22T20:40:20.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3630 | 2025-02-22T20:40:20.726Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3631 | 2025-02-22T20:40:20.984Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3632 | 2025-02-22T20:40:21.120Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3633 | 2025-02-22T20:40:23.185Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3634 | 2025-02-22T20:40:23.185Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3635 | 2025-02-22T20:40:25.574Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3636 | 2025-02-22T20:40:27.126Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3637 | 2025-02-22T20:40:31.998Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3638 | 2025-02-22T20:40:31.998Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3639 | 2025-02-22T20:40:33.242Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3640 | 2025-02-22T20:40:34.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.80s |
3641 | 2025-02-22T20:40:34.425Z | |
3642 | 2025-02-22T20:40:34.425Z | info: running `cargo check --bins` on installinator-api (181/199) |
3643 | 2025-02-22T20:40:35.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3644 | 2025-02-22T20:40:35.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3645 | 2025-02-22T20:40:35.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3646 | 2025-02-22T20:40:35.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3647 | 2025-02-22T20:40:35.090Z | |
3648 | 2025-02-22T20:40:35.090Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3649 | 2025-02-22T20:40:35.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3650 | 2025-02-22T20:40:35.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3651 | 2025-02-22T20:40:35.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3652 | 2025-02-22T20:40:35.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3653 | 2025-02-22T20:40:35.760Z | |
3654 | 2025-02-22T20:40:35.760Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3655 | 2025-02-22T20:40:36.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3656 | 2025-02-22T20:40:36.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3657 | 2025-02-22T20:40:36.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3658 | 2025-02-22T20:40:36.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3659 | 2025-02-22T20:40:36.389Z | |
3660 | 2025-02-22T20:40:36.389Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3661 | 2025-02-22T20:40:36.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3662 | 2025-02-22T20:40:36.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3663 | 2025-02-22T20:40:37.099Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3664 | 2025-02-22T20:40:37.099Z | Compiling petname v2.0.2 |
3665 | 2025-02-22T20:40:37.101Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3666 | 2025-02-22T20:40:37.101Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3667 | 2025-02-22T20:40:37.101Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3668 | 2025-02-22T20:40:37.101Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3669 | 2025-02-22T20:40:37.228Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3670 | 2025-02-22T20:40:37.250Z | Checking sync-ptr v0.1.1 |
3671 | 2025-02-22T20:40:42.395Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3672 | 2025-02-22T20:40:43.008Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3673 | 2025-02-22T20:40:44.217Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3674 | 2025-02-22T20:40:45.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
3675 | 2025-02-22T20:40:45.939Z | |
3676 | 2025-02-22T20:40:45.939Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3677 | 2025-02-22T20:40:46.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3678 | 2025-02-22T20:40:46.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3679 | 2025-02-22T20:40:46.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3680 | 2025-02-22T20:40:46.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3681 | 2025-02-22T20:40:46.619Z | |
3682 | 2025-02-22T20:40:46.619Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3683 | 2025-02-22T20:40:47.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3684 | 2025-02-22T20:40:47.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3685 | 2025-02-22T20:40:47.314Z | Checking memmap2 v0.9.5 |
3686 | 2025-02-22T20:40:47.314Z | Checking constant_time_eq v0.3.1 |
3687 | 2025-02-22T20:40:47.316Z | Checking arrayvec v0.7.6 |
3688 | 2025-02-22T20:40:47.316Z | Checking arrayref v0.3.9 |
3689 | 2025-02-22T20:40:47.316Z | Checking topological-sort v0.2.2 |
3690 | 2025-02-22T20:40:47.316Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3691 | 2025-02-22T20:40:47.316Z | Checking shell-words v1.1.0 |
3692 | 2025-02-22T20:40:47.700Z | Checking blake3 v1.5.4 |
3693 | 2025-02-22T20:40:48.043Z | Checking omicron-zone-package v0.12.0 |
3694 | 2025-02-22T20:40:49.157Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3695 | 2025-02-22T20:40:50.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
3696 | 2025-02-22T20:40:50.270Z | |
3697 | 2025-02-22T20:40:50.270Z | info: running `cargo check --bins` on xtask (187/199) |
3698 | 2025-02-22T20:40:50.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3699 | 2025-02-22T20:40:50.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3700 | 2025-02-22T20:40:50.719Z | Checking bitflags v2.6.0 |
3701 | 2025-02-22T20:40:50.721Z | Checking serde v1.0.217 |
3702 | 2025-02-22T20:40:50.721Z | Checking thiserror v1.0.69 |
3703 | 2025-02-22T20:40:50.816Z | Checking scroll v0.12.0 |
3704 | 2025-02-22T20:40:50.826Z | Checking hashbrown v0.15.1 |
3705 | 2025-02-22T20:40:50.829Z | Checking log v0.4.22 |
3706 | 2025-02-22T20:40:50.829Z | Checking zerocopy v0.7.35 |
3707 | 2025-02-22T20:40:50.860Z | Checking syn v2.0.96 |
3708 | 2025-02-22T20:40:50.914Z | Checking pest v2.7.14 |
3709 | 2025-02-22T20:40:51.049Z | Checking rustix v0.38.37 |
3710 | 2025-02-22T20:40:51.074Z | Checking once_cell v1.20.3 |
3711 | 2025-02-22T20:40:51.237Z | Checking goblin v0.8.2 |
3712 | 2025-02-22T20:40:51.362Z | Checking fs-err v2.11.0 |
3713 | 2025-02-22T20:40:51.652Z | Checking tabled v0.15.0 |
3714 | 2025-02-22T20:40:51.797Z | Checking indexmap v2.7.1 |
3715 | 2025-02-22T20:40:52.044Z | Checking anyhow v1.0.96 |
3716 | 2025-02-22T20:40:52.845Z | Checking terminal_size v0.4.0 |
3717 | 2025-02-22T20:40:52.845Z | Checking tempfile v3.13.0 |
3718 | 2025-02-22T20:40:52.995Z | Checking clap_builder v4.5.30 |
3719 | 2025-02-22T20:40:53.487Z | Checking dtrace-parser v0.2.0 |
3720 | 2025-02-22T20:40:54.799Z | Checking serde_json v1.0.139 |
3721 | 2025-02-22T20:40:54.799Z | Checking toml_datetime v0.6.8 |
3722 | 2025-02-22T20:40:54.801Z | Checking serde_spanned v0.6.8 |
3723 | 2025-02-22T20:40:54.801Z | Checking camino v1.1.9 |
3724 | 2025-02-22T20:40:54.801Z | Checking cargo-platform v0.1.8 |
3725 | 2025-02-22T20:40:54.948Z | Checking semver v1.0.25 |
3726 | 2025-02-22T20:40:55.034Z | Checking macaddr v1.0.1 |
3727 | 2025-02-22T20:40:55.089Z | Checking toml_edit v0.22.22 |
3728 | 2025-02-22T20:40:55.225Z | Checking clap v4.5.30 |
3729 | 2025-02-22T20:40:55.318Z | Checking camino-tempfile v1.1.1 |
3730 | 2025-02-22T20:40:55.973Z | Checking dof v0.3.0 |
3731 | 2025-02-22T20:40:55.973Z | Checking cargo_metadata v0.18.1 |
3732 | 2025-02-22T20:40:56.366Z | Checking usdt-impl v0.5.0 |
3733 | 2025-02-22T20:40:56.720Z | Checking usdt v0.5.0 |
3734 | 2025-02-22T20:40:56.872Z | Checking toml v0.8.19 |
3735 | 2025-02-22T20:40:57.311Z | Checking cargo_toml v0.20.5 |
3736 | 2025-02-22T20:40:58.456Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3737 | 2025-02-22T20:40:59.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
3738 | 2025-02-22T20:40:59.187Z | |
3739 | 2025-02-22T20:40:59.187Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3740 | 2025-02-22T20:40:59.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3741 | 2025-02-22T20:40:59.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3742 | 2025-02-22T20:40:59.981Z | Checking polyval v0.6.2 |
3743 | 2025-02-22T20:41:00.096Z | Checking ctr v0.9.2 |
3744 | 2025-02-22T20:41:00.109Z | Checking ssh-encoding v0.2.0 |
3745 | 2025-02-22T20:41:00.112Z | Checking blowfish v0.9.1 |
3746 | 2025-02-22T20:41:00.134Z | Checking password-hash v0.4.2 |
3747 | 2025-02-22T20:41:00.152Z | Checking p521 v0.13.3 |
3748 | 2025-02-22T20:41:00.152Z | Checking p256 v0.13.2 |
3749 | 2025-02-22T20:41:00.188Z | Checking russh-cryptovec v0.7.3 |
3750 | 2025-02-22T20:41:00.325Z | Checking ghash v0.5.1 |
3751 | 2025-02-22T20:41:00.344Z | Checking bcrypt-pbkdf v0.10.0 |
3752 | 2025-02-22T20:41:00.371Z | Checking md5 v0.7.0 |
3753 | 2025-02-22T20:41:00.423Z | Checking num-bigint v0.4.6 |
3754 | 2025-02-22T20:41:00.423Z | Checking des v0.8.1 |
3755 | 2025-02-22T20:41:00.491Z | Checking aes-gcm v0.10.3 |
3756 | 2025-02-22T20:41:00.557Z | Checking pbkdf2 v0.11.0 |
3757 | 2025-02-22T20:41:00.593Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3758 | 2025-02-22T20:41:00.622Z | Checking hex-literal v0.4.1 |
3759 | 2025-02-22T20:41:00.684Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3760 | 2025-02-22T20:41:00.703Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3761 | 2025-02-22T20:41:00.737Z | Checking ssh-cipher v0.2.0 |
3762 | 2025-02-22T20:41:00.757Z | Checking internet-checksum v0.2.1 |
3763 | 2025-02-22T20:41:01.018Z | Checking ssh-key v0.6.6 |
3764 | 2025-02-22T20:41:01.282Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3765 | 2025-02-22T20:41:02.101Z | Checking russh-keys v0.45.0 |
3766 | 2025-02-22T20:41:02.935Z | Checking russh v0.45.0 |
3767 | 2025-02-22T20:41:21.035Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3768 | 2025-02-22T20:41:22.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.18s |
3769 | 2025-02-22T20:41:22.584Z | |
3770 | 2025-02-22T20:41:22.584Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3771 | 2025-02-22T20:41:23.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3772 | 2025-02-22T20:41:23.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3773 | 2025-02-22T20:41:23.240Z | Checking termios v0.3.3 |
3774 | 2025-02-22T20:41:23.460Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3775 | 2025-02-22T20:41:24.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3776 | 2025-02-22T20:41:24.444Z | |
3777 | 2025-02-22T20:41:24.444Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3778 | 2025-02-22T20:41:25.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3779 | 2025-02-22T20:41:25.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3780 | 2025-02-22T20:41:25.148Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3781 | 2025-02-22T20:41:25.148Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3782 | 2025-02-22T20:41:25.151Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3783 | 2025-02-22T20:41:25.151Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3784 | 2025-02-22T20:41:26.154Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3785 | 2025-02-22T20:41:27.351Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3786 | 2025-02-22T20:41:29.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s |
3787 | 2025-02-22T20:41:29.279Z | |
3788 | 2025-02-22T20:41:29.279Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3789 | 2025-02-22T20:41:29.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3790 | 2025-02-22T20:41:29.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3791 | 2025-02-22T20:41:29.927Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3792 | 2025-02-22T20:41:30.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3793 | 2025-02-22T20:41:30.569Z | |
3794 | 2025-02-22T20:41:30.569Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3795 | 2025-02-22T20:41:31.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3796 | 2025-02-22T20:41:31.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3797 | 2025-02-22T20:41:31.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3798 | 2025-02-22T20:41:31.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3799 | 2025-02-22T20:41:31.193Z | |
3800 | 2025-02-22T20:41:31.193Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3801 | 2025-02-22T20:41:31.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3802 | 2025-02-22T20:41:31.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3803 | 2025-02-22T20:41:31.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3804 | 2025-02-22T20:41:31.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3805 | 2025-02-22T20:41:31.807Z | |
3806 | 2025-02-22T20:41:31.807Z | info: running `cargo check --bins` on omicron-package (194/199) |
3807 | 2025-02-22T20:41:32.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3808 | 2025-02-22T20:41:32.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3809 | 2025-02-22T20:41:32.478Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3810 | 2025-02-22T20:41:33.796Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.98s |
3811 | 2025-02-22T20:41:33.974Z | |
3812 | 2025-02-22T20:41:33.975Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3813 | 2025-02-22T20:41:34.574Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3814 | 2025-02-22T20:41:34.577Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3815 | 2025-02-22T20:41:34.688Z | Checking rtoolbox v0.0.2 |
3816 | 2025-02-22T20:41:34.690Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3817 | 2025-02-22T20:41:34.690Z | Checking tui-tree-widget v0.23.0 |
3818 | 2025-02-22T20:41:34.923Z | Checking rpassword v7.3.1 |
3819 | 2025-02-22T20:41:39.520Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3820 | 2025-02-22T20:41:42.427Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3821 | 2025-02-22T20:41:43.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.57s |
3822 | 2025-02-22T20:41:43.740Z | |
3823 | 2025-02-22T20:41:43.740Z | info: running `cargo check --bins` on wicket (196/199) |
3824 | 2025-02-22T20:41:44.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3825 | 2025-02-22T20:41:44.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3826 | 2025-02-22T20:41:44.465Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3827 | 2025-02-22T20:41:44.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3828 | 2025-02-22T20:41:45.072Z | |
3829 | 2025-02-22T20:41:45.072Z | info: running `cargo check --bins` on wicketd (197/199) |
3830 | 2025-02-22T20:41:45.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3831 | 2025-02-22T20:41:45.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3832 | 2025-02-22T20:41:45.797Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3833 | 2025-02-22T20:41:45.797Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3834 | 2025-02-22T20:41:46.619Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3835 | 2025-02-22T20:41:50.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.38s |
3836 | 2025-02-22T20:41:50.647Z | |
3837 | 2025-02-22T20:41:50.647Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3838 | 2025-02-22T20:41:51.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3839 | 2025-02-22T20:41:51.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3840 | 2025-02-22T20:41:51.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3841 | 2025-02-22T20:41:51.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3842 | 2025-02-22T20:41:51.285Z | |
3843 | 2025-02-22T20:41:51.285Z | info: running `cargo check --bins` on zone-setup (199/199) |
3844 | 2025-02-22T20:41:51.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3845 | 2025-02-22T20:41:51.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3846 | 2025-02-22T20:41:52.036Z | Checking uzers v0.12.1 |
3847 | 2025-02-22T20:41:52.379Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3848 | 2025-02-22T20:41:53.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
3849 | 2025-02-22T20:41:53.653Z | |
3850 | 2025-02-22T20:41:53.653Z | real 13:38.148657483 |
3851 | 2025-02-22T20:41:53.653Z | user 26:06.475283574 |
3852 | 2025-02-22T20:41:53.653Z | sys 4:11.433788919 |
3853 | 2025-02-22T20:41:53.653Z | trap 0.525774562 |
3854 | 2025-02-22T20:41:53.653Z | tflt 0.571151186 |
3855 | 2025-02-22T20:41:53.653Z | dflt 1.998142944 |
3856 | 2025-02-22T20:41:53.653Z | kflt 0.001025411 |
3857 | 2025-02-22T20:41:53.653Z | lock 46:12.181567263 |
3858 | 2025-02-22T20:41:53.653Z | slp 2:10:15.590363735 |
3859 | 2025-02-22T20:41:53.656Z | lat 1:06.866728715 |
3860 | 2025-02-22T20:41:53.656Z | stop 3:48.814673934 |
3861 | 2025-02-22T20:41:53.656Z | process exited: duration 1121497 ms, exit code 0 |
|
3862 | 2025-02-22T20:41:53.661Z | found 0 output files |