|
|
|
1 | 2025-02-23T08:22:13.302Z | job assigned to worker 01JMRYB47NKV6FNAGJ58NQJ3JB [factory aws, i-0e4f31f8ee45f3749] (queued for 57 s) |
|
2 | 2025-02-23T08:22:21.420Z | starting task 0: "setup" |
3 | 2025-02-23T08:22:21.427Z | ++ uname -s |
4 | 2025-02-23T08:22:21.430Z | + kern=SunOS |
5 | 2025-02-23T08:22:21.430Z | + build_user=build |
6 | 2025-02-23T08:22:21.430Z | + build_uid=12345 |
7 | 2025-02-23T08:22:21.430Z | + work_dir=/work |
8 | 2025-02-23T08:22:21.430Z | + input_dir=/input |
9 | 2025-02-23T08:22:21.430Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T08:22:21.430Z | + case "$kern" in |
11 | 2025-02-23T08:22:21.430Z | + groupadd -g 12345 build |
12 | 2025-02-23T08:22:21.432Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T08:22:23.440Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T08:22:23.517Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T08:22:23.519Z | + home_fs=zfs |
16 | 2025-02-23T08:22:23.519Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T08:22:23.519Z | + mkdir -p /home/build |
18 | 2025-02-23T08:22:23.522Z | + chown build:build /home/build /work |
19 | 2025-02-23T08:22:25.524Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T08:22:25.527Z | process exited: duration 4106 ms, exit code 0 |
|
21 | 2025-02-23T08:22:25.532Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T08:22:25.538Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T08:22:25.538Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T08:22:25.538Z | * rust toolchain profile = "default" |
25 | 2025-02-23T08:22:25.538Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-23T08:22:25.538Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T08:22:25.538Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T08:22:25.540Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T08:22:25.540Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T08:22:25.661Z | info: downloading installer |
31 | 2025-02-23T08:22:26.812Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T08:22:26.813Z | warning: /opt/ooce/bin |
33 | 2025-02-23T08:22:26.813Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T08:22:26.813Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T08:22:26.813Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T08:22:26.813Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T08:22:26.813Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T08:22:26.813Z | error: cannot install while Rust is installed |
39 | 2025-02-23T08:22:26.813Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T08:22:26.828Z | info: profile set to 'default' |
41 | 2025-02-23T08:22:26.828Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T08:22:26.830Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T08:22:26.992Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T08:22:26.992Z | info: downloading component 'cargo' |
45 | 2025-02-23T08:22:27.858Z | info: downloading component 'clippy' |
46 | 2025-02-23T08:22:28.191Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T08:22:29.525Z | info: downloading component 'rust-std' |
48 | 2025-02-23T08:22:31.454Z | info: downloading component 'rustc' |
49 | 2025-02-23T08:22:38.107Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T08:22:38.356Z | info: installing component 'cargo' |
51 | 2025-02-23T08:22:39.204Z | info: installing component 'clippy' |
52 | 2025-02-23T08:22:39.589Z | info: installing component 'rust-docs' |
53 | 2025-02-23T08:22:41.364Z | info: installing component 'rust-std' |
54 | 2025-02-23T08:22:43.258Z | info: installing component 'rustc' |
55 | 2025-02-23T08:22:49.271Z | info: installing component 'rustfmt' |
56 | 2025-02-23T08:22:49.607Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T08:22:49.608Z | |
58 | 2025-02-23T08:22:49.985Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T08:22:49.985Z | |
60 | 2025-02-23T08:22:49.987Z | |
61 | 2025-02-23T08:22:49.988Z | Rust is installed now. Great! |
62 | 2025-02-23T08:22:49.988Z | |
63 | 2025-02-23T08:22:49.988Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T08:22:49.988Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T08:22:49.988Z | |
66 | 2025-02-23T08:22:49.988Z | To configure your current shell, you need to source |
67 | 2025-02-23T08:22:49.988Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T08:22:49.988Z | |
69 | 2025-02-23T08:22:49.988Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T08:22:49.988Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T08:22:49.988Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T08:22:50.066Z | + rustup --version |
73 | 2025-02-23T08:22:50.074Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T08:22:50.074Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T08:22:50.157Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T08:22:50.161Z | + cargo --version |
77 | 2025-02-23T08:22:50.222Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T08:22:50.224Z | + rustc --version |
79 | 2025-02-23T08:22:50.290Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T08:22:50.293Z | process exited: duration 24755 ms, exit code 0 |
|
81 | 2025-02-23T08:22:50.299Z | starting task 2: "authentication" |
82 | 2025-02-23T08:22:50.320Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T08:22:50.328Z | starting task 3: "clone repository" |
84 | 2025-02-23T08:22:50.331Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T08:22:50.334Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T08:22:50.379Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T08:22:58.821Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T08:22:58.821Z | + git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
89 | 2025-02-23T08:22:59.138Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T08:22:59.138Z | * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD |
91 | 2025-02-23T08:22:59.150Z | + [[ -n renovate/test-strategy-0.x ]] |
92 | 2025-02-23T08:22:59.152Z | ++ git branch --show-current |
93 | 2025-02-23T08:22:59.155Z | + current=main |
94 | 2025-02-23T08:22:59.155Z | + [[ main != renovate/test-strategy-0.x ]] |
95 | 2025-02-23T08:22:59.156Z | + git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
96 | 2025-02-23T08:22:59.161Z | + git checkout -f renovate/test-strategy-0.x |
97 | 2025-02-23T08:22:59.341Z | Switched to branch 'renovate/test-strategy-0.x' |
98 | 2025-02-23T08:22:59.344Z | + git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
99 | 2025-02-23T08:22:59.524Z | HEAD is now at fef44b322 merge main into branch |
100 | 2025-02-23T08:22:59.527Z | process exited: duration 9198 ms, exit code 0 |
|
101 | 2025-02-23T08:22:59.532Z | starting task 4: "build" |
102 | 2025-02-23T08:22:59.538Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T08:22:59.538Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T08:22:59.538Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T08:22:59.538Z | + cargo --version |
106 | 2025-02-23T08:22:59.602Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T08:22:59.604Z | + rustc --version |
108 | 2025-02-23T08:22:59.670Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T08:22:59.672Z | + source ./env.sh |
110 | 2025-02-23T08:22:59.672Z | ++ OLD_SHELL_OPTS=ehxB |
111 | 2025-02-23T08:22:59.672Z | ++ set -o xtrace |
112 | 2025-02-23T08:22:59.675Z | ++++ dirname ./env.sh |
113 | 2025-02-23T08:22:59.677Z | +++ readlink -f . |
114 | 2025-02-23T08:22:59.680Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
115 | 2025-02-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ 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-23T08:22:59.682Z | ++ case $OLD_SHELL_OPTS in |
124 | 2025-02-23T08:22:59.682Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
125 | 2025-02-23T08:22:59.683Z | + 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-23T08:22:59.683Z | + 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-23T08:22:59.683Z | + banner prerequisites |
128 | 2025-02-23T08:22:59.686Z | |
129 | 2025-02-23T08:22:59.686Z | ##### ##### ###### ##### ###### #### # # # #### # |
130 | 2025-02-23T08:22:59.686Z | # # # # # # # # # # # # # # # |
131 | 2025-02-23T08:22:59.686Z | # # # # ##### # # ##### # # # # # #### # |
132 | 2025-02-23T08:22:59.686Z | ##### ##### # ##### # # # # # # # # # |
133 | 2025-02-23T08:22:59.686Z | # # # # # # # # # # # # # # # |
134 | 2025-02-23T08:22:59.686Z | # # # ###### # # ###### ### # #### # #### # |
135 | 2025-02-23T08:22:59.686Z | |
136 | 2025-02-23T08:22:59.686Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
137 | 2025-02-23T08:23:01.330Z | pkg list: illegal option -- F |
138 | 2025-02-23T08:23:01.331Z | Usage: |
139 | 2025-02-23T08:23:01.334Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
140 | 2025-02-23T08:23:01.334Z | [pkg_fmri_pattern ...] |
141 | 2025-02-23T08:23:02.199Z | pkg list: illegal option -- F |
142 | 2025-02-23T08:23:02.199Z | Usage: |
143 | 2025-02-23T08:23:02.201Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
144 | 2025-02-23T08:23:02.201Z | [pkg_fmri_pattern ...] |
145 | 2025-02-23T08:23:11.579Z | Startup: Refreshing catalog 'helios-dev' ... Done |
146 | 2025-02-23T08:23:15.940Z | Startup: Caching catalogs ... Done |
147 | 2025-02-23T08:23:29.649Z | Planning: Solver setup ... Done (12.741s) |
148 | 2025-02-23T08:23:29.808Z | Planning: Running solver ... Done (0.159s) |
149 | 2025-02-23T08:23:29.931Z | Planning: Finding local manifests ... Done (0.005s) |
150 | 2025-02-23T08:23:29.967Z | Planning: Fetching manifests: 0/7 0% complete |
151 | 2025-02-23T08:23:30.654Z | Planning: Fetching manifests: 7/7 100% complete |
152 | 2025-02-23T08:23:30.765Z | Planning: Package planning ... Done (0.111s) |
153 | 2025-02-23T08:23:30.821Z | Planning: Merging actions ... Done (0.056s) |
154 | 2025-02-23T08:23:31.021Z | Planning: Checking for conflicting actions ... Done (0.199s) |
155 | 2025-02-23T08:23:33.071Z | Planning: Consolidating action changes ... Done (2.049s) |
156 | 2025-02-23T08:23:33.517Z | Planning: Evaluating mediators ... Done (0.447s) |
157 | 2025-02-23T08:23:33.601Z | Planning: Planning completed in 17.56 seconds |
158 | 2025-02-23T08:23:33.617Z | Packages to install: 4 |
159 | 2025-02-23T08:23:33.617Z | Packages to update: 3 |
160 | 2025-02-23T08:23:33.620Z | Mediators to change: 2 |
161 | 2025-02-23T08:23:33.620Z | Services to change: 1 |
162 | 2025-02-23T08:23:33.620Z | Estimated space available: 155.60 GB |
163 | 2025-02-23T08:23:33.620Z | Estimated space to be consumed: 1.66 GB |
164 | 2025-02-23T08:23:33.620Z | Create boot environment: No |
165 | 2025-02-23T08:23:33.620Z | Create backup boot environment: Yes |
166 | 2025-02-23T08:23:33.620Z | Rebuild boot archive: No |
167 | 2025-02-23T08:23:33.620Z | |
168 | 2025-02-23T08:23:33.620Z | Changed mediators: |
169 | 2025-02-23T08:23:33.620Z | mediator clang: |
170 | 2025-02-23T08:23:33.620Z | version: None -> 15 (system default) |
171 | 2025-02-23T08:23:33.620Z | |
172 | 2025-02-23T08:23:33.620Z | mediator llvm: |
173 | 2025-02-23T08:23:33.621Z | version: 14 (system default) -> 15 (system default) |
174 | 2025-02-23T08:23:33.622Z | |
175 | 2025-02-23T08:23:33.622Z | Changed packages: |
176 | 2025-02-23T08:23:33.622Z | helios-dev |
177 | 2025-02-23T08:23:33.622Z | developer/build-essential |
178 | 2025-02-23T08:23:33.622Z | None -> 11-2.0 |
179 | 2025-02-23T08:23:33.622Z | library/libxmlsec1 |
180 | 2025-02-23T08:23:33.622Z | None -> 1.2.35-2.0 |
181 | 2025-02-23T08:23:33.622Z | ooce/developer/clang-15 |
182 | 2025-02-23T08:23:33.622Z | None -> 15.0.7-2.0 |
183 | 2025-02-23T08:23:33.622Z | ooce/developer/llvm-15 |
184 | 2025-02-23T08:23:33.622Z | None -> 15.0.7-2.0 |
185 | 2025-02-23T08:23:33.622Z | package/pkg |
186 | 2025-02-23T08:23:33.622Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
187 | 2025-02-23T08:23:33.622Z | system/library/g++-runtime |
188 | 2025-02-23T08:23:33.622Z | 13-2.0 -> 14-2.0 |
189 | 2025-02-23T08:23:33.622Z | system/library/gcc-runtime |
190 | 2025-02-23T08:23:33.623Z | 13-2.0 -> 14-2.0 |
191 | 2025-02-23T08:23:33.623Z | |
192 | 2025-02-23T08:23:33.623Z | Services: |
193 | 2025-02-23T08:23:33.623Z | restart_fmri: |
194 | 2025-02-23T08:23:33.623Z | svc:/system/update-man-index:default |
195 | 2025-02-23T08:23:33.623Z | |
196 | 2025-02-23T08:23:33.623Z | Editable files to change: |
197 | 2025-02-23T08:23:33.623Z | Update: |
198 | 2025-02-23T08:23:33.623Z | usr/share/lib/pkg/web/config.shtml |
199 | 2025-02-23T08:23:33.702Z | |
200 | 2025-02-23T08:23:33.702Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
201 | 2025-02-23T08:23:38.704Z | Download: 332/4301 items 2.0/225.4MB 0% complete (396k/s) |
202 | 2025-02-23T08:23:43.708Z | Download: 1055/4301 items 19.4/225.4MB 8% complete (2.0M/s) |
203 | 2025-02-23T08:23:50.062Z | Download: 1193/4301 items 83.3/225.4MB 36% complete (8.8M/s) |
204 | 2025-02-23T08:24:02.875Z | Download: 1196/4301 items 83.4/225.4MB 36% complete |
205 | 2025-02-23T08:24:07.881Z | Download: 1197/4301 items 83.4/225.4MB 36% complete (3.4k/s) |
206 | 2025-02-23T08:24:14.804Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (4.5M/s) |
207 | 2025-02-23T08:24:19.806Z | Download: 3512/4301 items 215.5/225.4MB 95% complete (9.7M/s) |
208 | 2025-02-23T08:24:22.755Z | Download: Completed 225.42 MB in 49.04 seconds (4.6M/s) |
209 | 2025-02-23T08:24:24.851Z | Actions: 1/5122 actions (Removing old actions) |
210 | 2025-02-23T08:24:24.874Z | Actions: 194/5122 actions (Installing new actions) |
211 | 2025-02-23T08:24:29.542Z | Actions: 4267/5122 actions (Updating modified actions) |
212 | 2025-02-23T08:24:29.905Z | Actions: Completed 5122 actions in 5.05 seconds. |
213 | 2025-02-23T08:24:30.147Z | Done (0.234s) |
214 | 2025-02-23T08:24:30.149Z | Done (0.001s) |
215 | 2025-02-23T08:24:30.762Z | Done (0.613s) |
216 | 2025-02-23T08:24:35.496Z | Done (4.508s) |
217 | 2025-02-23T08:24:35.584Z | Done (0.017s) |
218 | 2025-02-23T08:24:35.587Z | Done (0.000s) |
219 | 2025-02-23T08:24:35.764Z | Done (0.000s) |
220 | 2025-02-23T08:24:36.489Z | Planning: Evaluating mediator changes ... Done |
221 | 2025-02-23T08:24:36.651Z | Planning: Checking for conflicting actions ... Done |
222 | 2025-02-23T08:24:36.653Z | Planning: Consolidating action changes ... Done |
223 | 2025-02-23T08:24:36.923Z | Planning: Evaluating mediators ... Done |
224 | 2025-02-23T08:24:36.925Z | Planning: Planning completed in 0.43 seconds |
225 | 2025-02-23T08:24:36.962Z | Mediators to change: 2 |
226 | 2025-02-23T08:24:36.962Z | Create boot environment: No |
227 | 2025-02-23T08:24:36.965Z | Create backup boot environment: No |
228 | 2025-02-23T08:24:37.045Z | Done |
229 | 2025-02-23T08:24:37.045Z | Done |
230 | 2025-02-23T08:24:37.504Z | Done |
231 | 2025-02-23T08:24:41.200Z | Done |
232 | 2025-02-23T08:24:41.292Z | Done |
233 | 2025-02-23T08:24:41.294Z | Done |
234 | 2025-02-23T08:24:41.416Z | Done |
235 | 2025-02-23T08:24:42.037Z | Planning: Evaluating mediator changes ... Done |
236 | 2025-02-23T08:24:42.040Z | Planning: Merging actions ... Done |
237 | 2025-02-23T08:24:42.226Z | Planning: Checking for conflicting actions ... Done |
238 | 2025-02-23T08:24:42.228Z | Planning: Consolidating action changes ... Done |
239 | 2025-02-23T08:24:42.498Z | Planning: Evaluating mediators ... Done |
240 | 2025-02-23T08:24:42.554Z | Planning: Planning completed in 0.76 seconds |
241 | 2025-02-23T08:24:42.596Z | Packages to change: 1 |
242 | 2025-02-23T08:24:42.596Z | Mediators to change: 1 |
243 | 2025-02-23T08:24:42.596Z | Services to change: 1 |
244 | 2025-02-23T08:24:42.597Z | Create boot environment: No |
245 | 2025-02-23T08:24:42.599Z | Create backup boot environment: Yes |
246 | 2025-02-23T08:24:44.808Z | Actions: 1/6 actions (Updating modified actions) |
247 | 2025-02-23T08:24:44.810Z | Actions: Completed 6 actions in 0.00 seconds. |
248 | 2025-02-23T08:24:44.810Z | Done |
249 | 2025-02-23T08:24:44.811Z | Done |
250 | 2025-02-23T08:24:44.934Z | Done |
251 | 2025-02-23T08:24:48.709Z | Done |
252 | 2025-02-23T08:24:48.801Z | Done |
253 | 2025-02-23T08:24:48.804Z | Done |
254 | 2025-02-23T08:24:48.946Z | Done |
255 | 2025-02-23T08:24:49.384Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
256 | 2025-02-23T08:24:49.384Z | clang system 15 system |
257 | 2025-02-23T08:24:49.384Z | csh system system illumos |
258 | 2025-02-23T08:24:49.384Z | ctags system system illumos |
259 | 2025-02-23T08:24:49.384Z | gcc vendor 12 vendor |
260 | 2025-02-23T08:24:49.384Z | gcc system 10 system |
261 | 2025-02-23T08:24:49.384Z | gcc system 7 system |
262 | 2025-02-23T08:24:49.384Z | go system 1.20 system |
263 | 2025-02-23T08:24:49.384Z | go system 1.19 system |
264 | 2025-02-23T08:24:49.384Z | llvm system 15 system |
265 | 2025-02-23T08:24:49.384Z | llvm system 14 system |
266 | 2025-02-23T08:24:49.384Z | mariadb system 10.6 system |
267 | 2025-02-23T08:24:49.384Z | mta vendor vendor dma |
268 | 2025-02-23T08:24:49.384Z | openjdk system 17 system |
269 | 2025-02-23T08:24:49.384Z | openjdk system 11 system |
270 | 2025-02-23T08:24:49.384Z | openjdk system 1.8 system |
271 | 2025-02-23T08:24:49.384Z | openssl vendor 3 vendor |
272 | 2025-02-23T08:24:49.384Z | perl system 5.36 system |
273 | 2025-02-23T08:24:49.384Z | postgresql system 15 system |
274 | 2025-02-23T08:24:49.384Z | postgresql system 13 system |
275 | 2025-02-23T08:24:49.384Z | python vendor 3 vendor |
276 | 2025-02-23T08:24:49.384Z | python system 2 system |
277 | 2025-02-23T08:24:49.384Z | python3 system 3.11 system |
278 | 2025-02-23T08:24:49.384Z | ruby system 3.0 system |
279 | 2025-02-23T08:24:49.384Z | words vendor vendor american-english |
280 | 2025-02-23T08:24:49.384Z | words system system australian-english |
281 | 2025-02-23T08:24:49.384Z | words system system british-english |
282 | 2025-02-23T08:24:49.384Z | words system system canadian-english |
283 | 2025-02-23T08:24:49.384Z | words system system french |
284 | 2025-02-23T08:24:49.384Z | words system system italian |
285 | 2025-02-23T08:24:49.384Z | words system system ngerman |
286 | 2025-02-23T08:24:49.384Z | words system system ogerman |
287 | 2025-02-23T08:24:49.384Z | words system system spanish |
288 | 2025-02-23T08:24:49.725Z | PUBLISHER TYPE STATUS P LOCATION |
289 | 2025-02-23T08:24:49.725Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
290 | 2025-02-23T08:24:52.798Z | FMRI IFO |
291 | 2025-02-23T08:24:52.798Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
292 | 2025-02-23T08:24:52.798Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
293 | 2025-02-23T08:24:52.798Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
294 | 2025-02-23T08:24:52.798Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
295 | 2025-02-23T08:24:52.798Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
296 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
297 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
298 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
299 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
300 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
301 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
302 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
303 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
304 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
305 | 2025-02-23T08:24:52.799Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
306 | 2025-02-23T08:24:53.593Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
307 | 2025-02-23T08:24:53.886Z | Updating crates.io index |
308 | 2025-02-23T08:24:53.889Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
309 | 2025-02-23T08:24:54.495Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
310 | 2025-02-23T08:24:54.797Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
311 | 2025-02-23T08:24:55.016Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
312 | 2025-02-23T08:24:55.999Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
313 | 2025-02-23T08:24:57.722Z | Updating git repository `https://github.com/oxidecomputer/opte` |
314 | 2025-02-23T08:24:58.372Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
315 | 2025-02-23T08:24:59.141Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
316 | 2025-02-23T08:24:59.417Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
317 | 2025-02-23T08:24:59.810Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
318 | 2025-02-23T08:25:00.363Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
319 | 2025-02-23T08:25:00.967Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
320 | 2025-02-23T08:25:01.263Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
321 | 2025-02-23T08:25:01.555Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
322 | 2025-02-23T08:25:01.820Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
323 | 2025-02-23T08:25:02.218Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
324 | 2025-02-23T08:25:02.446Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
325 | 2025-02-23T08:25:02.706Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
326 | 2025-02-23T08:25:03.016Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
327 | 2025-02-23T08:25:03.474Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
328 | 2025-02-23T08:25:03.836Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
329 | 2025-02-23T08:25:04.240Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
330 | 2025-02-23T08:25:04.520Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
331 | 2025-02-23T08:25:04.972Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
332 | 2025-02-23T08:25:05.262Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
333 | 2025-02-23T08:25:05.646Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
334 | 2025-02-23T08:25:06.055Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
335 | 2025-02-23T08:25:06.338Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
336 | 2025-02-23T08:25:06.618Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
337 | 2025-02-23T08:25:06.872Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
338 | 2025-02-23T08:25:08.128Z | Downloading crates ... |
339 | 2025-02-23T08:25:08.201Z | Downloaded anstyle-query v1.1.1 |
340 | 2025-02-23T08:25:08.208Z | Downloaded pretty-hex v0.4.1 |
341 | 2025-02-23T08:25:08.210Z | Downloaded equivalent v1.0.1 |
342 | 2025-02-23T08:25:08.215Z | Downloaded colorchoice v1.0.2 |
343 | 2025-02-23T08:25:08.218Z | Downloaded scroll_derive v0.12.0 |
344 | 2025-02-23T08:25:08.220Z | Downloaded swrite v0.1.0 |
345 | 2025-02-23T08:25:08.228Z | Downloaded usdt-macro v0.5.0 |
346 | 2025-02-23T08:25:08.230Z | Downloaded usdt-attr-macro v0.5.0 |
347 | 2025-02-23T08:25:08.230Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-02-23T08:25:08.233Z | Downloaded bytecount v0.6.8 |
349 | 2025-02-23T08:25:08.236Z | Downloaded byteorder v1.5.0 |
350 | 2025-02-23T08:25:08.238Z | Downloaded cargo-platform v0.1.8 |
351 | 2025-02-23T08:25:08.238Z | Downloaded anstyle-parse v0.2.5 |
352 | 2025-02-23T08:25:08.241Z | Downloaded block-buffer v0.10.4 |
353 | 2025-02-23T08:25:08.241Z | Downloaded anstyle v1.0.10 |
354 | 2025-02-23T08:25:08.243Z | Downloaded autocfg v1.4.0 |
355 | 2025-02-23T08:25:08.250Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2025-02-23T08:25:08.254Z | Downloaded toml_datetime v0.6.8 |
357 | 2025-02-23T08:25:08.254Z | Downloaded fastrand v2.1.1 |
358 | 2025-02-23T08:25:08.257Z | Downloaded dof v0.3.0 |
359 | 2025-02-23T08:25:08.257Z | Downloaded fnv v1.0.7 |
360 | 2025-02-23T08:25:08.262Z | Downloaded strsim v0.11.1 |
361 | 2025-02-23T08:25:08.262Z | Downloaded serde_spanned v0.6.8 |
362 | 2025-02-23T08:25:08.262Z | Downloaded fs-err v2.11.0 |
363 | 2025-02-23T08:25:08.264Z | Downloaded crypto-common v0.1.6 |
364 | 2025-02-23T08:25:08.264Z | Downloaded proc-macro-error-attr v1.0.4 |
365 | 2025-02-23T08:25:08.264Z | Downloaded memmap v0.7.0 |
366 | 2025-02-23T08:25:08.264Z | Downloaded unicode-linebreak v0.1.5 |
367 | 2025-02-23T08:25:08.267Z | Downloaded heck v0.4.1 |
368 | 2025-02-23T08:25:08.267Z | Downloaded thiserror-impl v1.0.69 |
369 | 2025-02-23T08:25:08.270Z | Downloaded plain v0.2.3 |
370 | 2025-02-23T08:25:08.270Z | Downloaded heck v0.5.0 |
371 | 2025-02-23T08:25:08.272Z | Downloaded cpufeatures v0.2.14 |
372 | 2025-02-23T08:25:08.272Z | Downloaded errno v0.3.9 |
373 | 2025-02-23T08:25:08.272Z | Downloaded usdt v0.5.0 |
374 | 2025-02-23T08:25:08.275Z | Downloaded clap_lex v0.7.4 |
375 | 2025-02-23T08:25:08.275Z | Downloaded pest_generator v2.7.14 |
376 | 2025-02-23T08:25:08.277Z | Downloaded cargo_metadata v0.18.1 |
377 | 2025-02-23T08:25:08.279Z | Downloaded smawk v0.3.2 |
378 | 2025-02-23T08:25:08.282Z | Downloaded macaddr v1.0.1 |
379 | 2025-02-23T08:25:08.282Z | Downloaded utf8parse v0.2.2 |
380 | 2025-02-23T08:25:08.284Z | Downloaded serde_tokenstream v0.2.2 |
381 | 2025-02-23T08:25:08.287Z | Downloaded cargo_toml v0.20.5 |
382 | 2025-02-23T08:25:08.289Z | Downloaded terminal_size v0.4.0 |
383 | 2025-02-23T08:25:08.289Z | Downloaded generic-array v0.14.7 |
384 | 2025-02-23T08:25:08.292Z | Downloaded anstream v0.6.15 |
385 | 2025-02-23T08:25:08.296Z | Downloaded digest v0.10.7 |
386 | 2025-02-23T08:25:08.296Z | Downloaded version_check v0.9.5 |
387 | 2025-02-23T08:25:08.299Z | Downloaded itoa v1.0.11 |
388 | 2025-02-23T08:25:08.299Z | Downloaded cfg-if v1.0.0 |
389 | 2025-02-23T08:25:08.299Z | Downloaded camino-tempfile v1.1.1 |
390 | 2025-02-23T08:25:08.303Z | Downloaded thiserror v1.0.69 |
391 | 2025-02-23T08:25:08.306Z | Downloaded thread-id v4.2.2 |
392 | 2025-02-23T08:25:08.306Z | Downloaded sha2 v0.10.8 |
393 | 2025-02-23T08:25:08.308Z | Downloaded scroll v0.12.0 |
394 | 2025-02-23T08:25:08.308Z | Downloaded quote v1.0.38 |
395 | 2025-02-23T08:25:08.310Z | Downloaded tempfile v3.13.0 |
396 | 2025-02-23T08:25:08.313Z | Downloaded pest_derive v2.7.14 |
397 | 2025-02-23T08:25:08.316Z | Downloaded once_cell v1.20.3 |
398 | 2025-02-23T08:25:08.318Z | Downloaded tabled_derive v0.7.0 |
399 | 2025-02-23T08:25:08.321Z | Downloaded camino v1.1.9 |
400 | 2025-02-23T08:25:08.323Z | Downloaded semver v1.0.25 |
401 | 2025-02-23T08:25:08.327Z | Downloaded bitflags v2.6.0 |
402 | 2025-02-23T08:25:08.330Z | Downloaded usdt-impl v0.5.0 |
403 | 2025-02-23T08:25:08.332Z | Downloaded proc-macro-error v1.0.4 |
404 | 2025-02-23T08:25:08.334Z | Downloaded textwrap v0.16.1 |
405 | 2025-02-23T08:25:08.337Z | Downloaded clap_derive v4.5.28 |
406 | 2025-02-23T08:25:08.340Z | Downloaded zerocopy-derive v0.7.35 |
407 | 2025-02-23T08:25:08.342Z | Downloaded typenum v1.17.0 |
408 | 2025-02-23T08:25:08.344Z | Downloaded proc-macro2 v1.0.92 |
409 | 2025-02-23T08:25:08.347Z | Downloaded unicode-ident v1.0.14 |
410 | 2025-02-23T08:25:08.349Z | Downloaded anyhow v1.0.96 |
411 | 2025-02-23T08:25:08.353Z | Downloaded pest_meta v2.7.14 |
412 | 2025-02-23T08:25:08.355Z | Downloaded clap v4.5.30 |
413 | 2025-02-23T08:25:08.363Z | Downloaded toml v0.8.19 |
414 | 2025-02-23T08:25:08.366Z | Downloaded log v0.4.22 |
415 | 2025-02-23T08:25:08.369Z | Downloaded serde_derive v1.0.217 |
416 | 2025-02-23T08:25:08.371Z | Downloaded papergrid v0.11.0 |
417 | 2025-02-23T08:25:08.375Z | Downloaded serde v1.0.217 |
418 | 2025-02-23T08:25:08.379Z | Downloaded ucd-trie v0.1.7 |
419 | 2025-02-23T08:25:08.384Z | Downloaded ryu v1.0.18 |
420 | 2025-02-23T08:25:08.389Z | Downloaded indexmap v2.7.1 |
421 | 2025-02-23T08:25:08.397Z | Downloaded toml_edit v0.22.22 |
422 | 2025-02-23T08:25:08.417Z | Downloaded memchr v2.7.4 |
423 | 2025-02-23T08:25:08.433Z | Downloaded pest v2.7.14 |
424 | 2025-02-23T08:25:08.439Z | Downloaded hashbrown v0.15.1 |
425 | 2025-02-23T08:25:08.444Z | Downloaded zerocopy v0.7.35 |
426 | 2025-02-23T08:25:08.459Z | Downloaded winnow v0.6.20 |
427 | 2025-02-23T08:25:08.467Z | Downloaded clap_builder v4.5.30 |
428 | 2025-02-23T08:25:08.473Z | Downloaded tabled v0.15.0 |
429 | 2025-02-23T08:25:08.488Z | Downloaded goblin v0.8.2 |
430 | 2025-02-23T08:25:08.493Z | Downloaded serde_json v1.0.139 |
431 | 2025-02-23T08:25:08.507Z | Downloaded syn v1.0.109 |
432 | 2025-02-23T08:25:08.516Z | Downloaded unicode-width v0.1.14 |
433 | 2025-02-23T08:25:08.522Z | Downloaded syn v2.0.96 |
434 | 2025-02-23T08:25:08.532Z | Downloaded rustix v0.38.37 |
435 | 2025-02-23T08:25:08.574Z | Downloaded libc v0.2.169 |
436 | 2025-02-23T08:25:08.858Z | Compiling proc-macro2 v1.0.92 |
437 | 2025-02-23T08:25:08.858Z | Compiling unicode-ident v1.0.14 |
438 | 2025-02-23T08:25:08.858Z | Compiling serde v1.0.217 |
439 | 2025-02-23T08:25:08.858Z | Compiling version_check v0.9.5 |
440 | 2025-02-23T08:25:08.858Z | Compiling thiserror v1.0.69 |
441 | 2025-02-23T08:25:08.858Z | Compiling memchr v2.7.4 |
442 | 2025-02-23T08:25:08.858Z | Compiling libc v0.2.169 |
443 | 2025-02-23T08:25:08.858Z | Compiling itoa v1.0.11 |
444 | 2025-02-23T08:25:09.143Z | Compiling ryu v1.0.18 |
445 | 2025-02-23T08:25:09.189Z | Compiling ucd-trie v0.1.7 |
446 | 2025-02-23T08:25:09.509Z | Compiling once_cell v1.20.3 |
447 | 2025-02-23T08:25:09.662Z | Compiling byteorder v1.5.0 |
448 | 2025-02-23T08:25:09.713Z | Compiling rustix v0.38.37 |
449 | 2025-02-23T08:25:09.849Z | Compiling serde_json v1.0.139 |
450 | 2025-02-23T08:25:10.102Z | Compiling bitflags v2.6.0 |
451 | 2025-02-23T08:25:10.230Z | Compiling proc-macro-error-attr v1.0.4 |
452 | 2025-02-23T08:25:10.458Z | Compiling usdt-impl v0.5.0 |
453 | 2025-02-23T08:25:10.499Z | Compiling syn v1.0.109 |
454 | 2025-02-23T08:25:10.565Z | Compiling proc-macro-error v1.0.4 |
455 | 2025-02-23T08:25:10.627Z | Compiling plain v0.2.3 |
456 | 2025-02-23T08:25:10.629Z | Compiling log v0.4.22 |
457 | 2025-02-23T08:25:10.792Z | Compiling quote v1.0.38 |
458 | 2025-02-23T08:25:10.870Z | Compiling errno v0.3.9 |
459 | 2025-02-23T08:25:10.959Z | Compiling camino v1.1.9 |
460 | 2025-02-23T08:25:11.010Z | Compiling utf8parse v0.2.2 |
461 | 2025-02-23T08:25:11.114Z | Compiling equivalent v1.0.1 |
462 | 2025-02-23T08:25:11.159Z | Compiling hashbrown v0.15.1 |
463 | 2025-02-23T08:25:11.187Z | Compiling syn v2.0.96 |
464 | 2025-02-23T08:25:11.244Z | Compiling thread-id v4.2.2 |
465 | 2025-02-23T08:25:11.353Z | Compiling anstyle-parse v0.2.5 |
466 | 2025-02-23T08:25:11.613Z | Compiling anstyle v1.0.10 |
467 | 2025-02-23T08:25:11.666Z | Compiling pretty-hex v0.4.1 |
468 | 2025-02-23T08:25:11.882Z | Compiling semver v1.0.25 |
469 | 2025-02-23T08:25:11.903Z | Compiling colorchoice v1.0.2 |
470 | 2025-02-23T08:25:12.043Z | Compiling unicode-width v0.1.14 |
471 | 2025-02-23T08:25:12.067Z | Compiling winnow v0.6.20 |
472 | 2025-02-23T08:25:12.157Z | Compiling anstyle-query v1.1.1 |
473 | 2025-02-23T08:25:12.266Z | Compiling indexmap v2.7.1 |
474 | 2025-02-23T08:25:12.308Z | Compiling autocfg v1.4.0 |
475 | 2025-02-23T08:25:12.415Z | Compiling is_terminal_polyfill v1.70.1 |
476 | 2025-02-23T08:25:12.564Z | Compiling anstream v0.6.15 |
477 | 2025-02-23T08:25:13.177Z | Compiling terminal_size v0.4.0 |
478 | 2025-02-23T08:25:13.287Z | Compiling heck v0.5.0 |
479 | 2025-02-23T08:25:13.290Z | Compiling fs-err v2.11.0 |
480 | 2025-02-23T08:25:13.416Z | Compiling cfg-if v1.0.0 |
481 | 2025-02-23T08:25:13.527Z | Compiling anyhow v1.0.96 |
482 | 2025-02-23T08:25:13.530Z | Compiling fnv v1.0.7 |
483 | 2025-02-23T08:25:13.625Z | Compiling clap_lex v0.7.4 |
484 | 2025-02-23T08:25:13.650Z | Compiling strsim v0.11.1 |
485 | 2025-02-23T08:25:13.706Z | Compiling bytecount v0.6.8 |
486 | 2025-02-23T08:25:13.762Z | Compiling heck v0.4.1 |
487 | 2025-02-23T08:25:13.969Z | Compiling fastrand v2.1.1 |
488 | 2025-02-23T08:25:14.207Z | Compiling clap_builder v4.5.30 |
489 | 2025-02-23T08:25:14.441Z | Compiling tempfile v3.13.0 |
490 | 2025-02-23T08:25:14.465Z | Compiling papergrid v0.11.0 |
491 | 2025-02-23T08:25:14.686Z | Compiling memmap v0.7.0 |
492 | 2025-02-23T08:25:14.709Z | Compiling unicode-linebreak v0.1.5 |
493 | 2025-02-23T08:25:15.005Z | Compiling smawk v0.3.2 |
494 | 2025-02-23T08:25:15.239Z | Compiling textwrap v0.16.1 |
495 | 2025-02-23T08:25:15.510Z | Compiling swrite v0.1.0 |
496 | 2025-02-23T08:25:16.144Z | Compiling tabled_derive v0.7.0 |
497 | 2025-02-23T08:25:17.483Z | Compiling tabled v0.15.0 |
498 | 2025-02-23T08:25:18.027Z | Compiling serde_derive v1.0.217 |
499 | 2025-02-23T08:25:18.049Z | Compiling thiserror-impl v1.0.69 |
500 | 2025-02-23T08:25:18.051Z | Compiling zerocopy-derive v0.7.35 |
501 | 2025-02-23T08:25:18.110Z | Compiling scroll_derive v0.12.0 |
502 | 2025-02-23T08:25:18.385Z | Compiling clap_derive v4.5.28 |
503 | 2025-02-23T08:25:19.368Z | Compiling scroll v0.12.0 |
504 | 2025-02-23T08:25:19.862Z | Compiling goblin v0.8.2 |
505 | 2025-02-23T08:25:20.036Z | Compiling zerocopy v0.7.35 |
506 | 2025-02-23T08:25:20.566Z | Compiling pest v2.7.14 |
507 | 2025-02-23T08:25:21.695Z | Compiling clap v4.5.30 |
508 | 2025-02-23T08:25:22.786Z | Compiling pest_meta v2.7.14 |
509 | 2025-02-23T08:25:23.677Z | Compiling pest_generator v2.7.14 |
510 | 2025-02-23T08:25:25.070Z | Compiling pest_derive v2.7.14 |
511 | 2025-02-23T08:25:25.750Z | Compiling dtrace-parser v0.2.0 |
512 | 2025-02-23T08:25:26.626Z | Compiling toml_datetime v0.6.8 |
513 | 2025-02-23T08:25:26.629Z | Compiling serde_spanned v0.6.8 |
514 | 2025-02-23T08:25:26.629Z | Compiling cargo-platform v0.1.8 |
515 | 2025-02-23T08:25:26.962Z | Compiling serde_tokenstream v0.2.2 |
516 | 2025-02-23T08:25:26.987Z | Compiling toml_edit v0.22.22 |
517 | 2025-02-23T08:25:27.131Z | Compiling macaddr v1.0.1 |
518 | 2025-02-23T08:25:27.251Z | Compiling camino-tempfile v1.1.1 |
519 | 2025-02-23T08:25:28.022Z | Compiling dof v0.3.0 |
520 | 2025-02-23T08:25:28.023Z | Compiling cargo_metadata v0.18.1 |
521 | 2025-02-23T08:25:29.611Z | Compiling usdt-attr-macro v0.5.0 |
522 | 2025-02-23T08:25:29.611Z | Compiling usdt-macro v0.5.0 |
523 | 2025-02-23T08:25:29.773Z | Compiling toml v0.8.19 |
524 | 2025-02-23T08:25:30.697Z | Compiling cargo_toml v0.20.5 |
525 | 2025-02-23T08:25:30.881Z | Compiling usdt v0.5.0 |
526 | 2025-02-23T08:25:33.289Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
527 | 2025-02-23T08:25:36.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.08s |
528 | 2025-02-23T08:25:36.697Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
529 | 2025-02-23T08:25:37.235Z | Downloading crates ... |
530 | 2025-02-23T08:25:37.359Z | Downloaded atty v0.2.14 |
531 | 2025-02-23T08:25:37.374Z | Downloaded async-stream-impl v0.3.6 |
532 | 2025-02-23T08:25:37.377Z | Downloaded atomicwrites v0.4.4 |
533 | 2025-02-23T08:25:37.379Z | Downloaded daft v0.1.1 |
534 | 2025-02-23T08:25:37.389Z | Downloaded ciborium-io v0.2.2 |
535 | 2025-02-23T08:25:37.392Z | Downloaded cfg_aliases v0.1.1 |
536 | 2025-02-23T08:25:37.400Z | Downloaded heapless v0.7.17 |
537 | 2025-02-23T08:25:37.405Z | Downloaded headers-core v0.3.0 |
538 | 2025-02-23T08:25:37.410Z | Downloaded cstr-argument v0.1.2 |
539 | 2025-02-23T08:25:37.412Z | Downloaded crucible-workspace-hack v0.1.0 |
540 | 2025-02-23T08:25:37.418Z | Downloaded crunchy v0.2.2 |
541 | 2025-02-23T08:25:37.421Z | Downloaded heck v0.3.3 |
542 | 2025-02-23T08:25:37.424Z | Downloaded highway v1.2.0 |
543 | 2025-02-23T08:25:37.426Z | Downloaded assert_matches v1.5.0 |
544 | 2025-02-23T08:25:37.426Z | Downloaded async-stream v0.3.6 |
545 | 2025-02-23T08:25:37.429Z | Downloaded cfg_aliases v0.2.1 |
546 | 2025-02-23T08:25:37.431Z | Downloaded async-recursion v1.1.1 |
547 | 2025-02-23T08:25:37.434Z | Downloaded ascii-canvas v3.0.0 |
548 | 2025-02-23T08:25:37.436Z | Downloaded array-init v0.0.4 |
549 | 2025-02-23T08:25:37.439Z | Downloaded icu_locid_transform_data v1.5.0 |
550 | 2025-02-23T08:25:37.441Z | Downloaded colored v2.1.0 |
551 | 2025-02-23T08:25:37.443Z | Downloaded heapless v0.8.0 |
552 | 2025-02-23T08:25:37.447Z | Downloaded icu_locid_transform v1.5.0 |
553 | 2025-02-23T08:25:37.450Z | Downloaded hickory-resolver v0.24.3 |
554 | 2025-02-23T08:25:37.456Z | Downloaded hyper-util v0.1.10 |
555 | 2025-02-23T08:25:37.460Z | Downloaded icu_normalizer v1.5.0 |
556 | 2025-02-23T08:25:37.465Z | Downloaded icu_normalizer_data v1.5.0 |
557 | 2025-02-23T08:25:37.468Z | Downloaded crc v3.2.1 |
558 | 2025-02-23T08:25:37.470Z | Downloaded crc-catalog v2.4.0 |
559 | 2025-02-23T08:25:37.475Z | Downloaded hyper-tls v0.6.0 |
560 | 2025-02-23T08:25:37.477Z | Downloaded icu_locid v1.5.0 |
561 | 2025-02-23T08:25:37.480Z | Downloaded hickory-client v0.24.3 |
562 | 2025-02-23T08:25:37.485Z | Downloaded is_ci v1.2.0 |
563 | 2025-02-23T08:25:37.488Z | Downloaded bit-vec v0.6.3 |
564 | 2025-02-23T08:25:37.491Z | Downloaded buf-list v1.0.3 |
565 | 2025-02-23T08:25:37.493Z | Downloaded ident_case v1.0.1 |
566 | 2025-02-23T08:25:37.493Z | Downloaded instant v0.1.13 |
567 | 2025-02-23T08:25:37.497Z | Downloaded backoff v0.4.0 |
568 | 2025-02-23T08:25:37.500Z | Downloaded atomic-waker v1.1.2 |
569 | 2025-02-23T08:25:37.500Z | Downloaded httpdate v1.0.3 |
570 | 2025-02-23T08:25:37.502Z | Downloaded icu_provider_macros v1.5.0 |
571 | 2025-02-23T08:25:37.503Z | Downloaded aead v0.5.2 |
572 | 2025-02-23T08:25:37.505Z | Downloaded curve25519-dalek-derive v0.1.1 |
573 | 2025-02-23T08:25:37.505Z | Downloaded ctr v0.9.2 |
574 | 2025-02-23T08:25:37.508Z | Downloaded arrayvec v0.7.6 |
575 | 2025-02-23T08:25:37.510Z | Downloaded lockfree-object-pool v0.1.6 |
576 | 2025-02-23T08:25:37.513Z | Downloaded hex-literal v0.4.1 |
577 | 2025-02-23T08:25:37.515Z | Downloaded addr2line v0.24.2 |
578 | 2025-02-23T08:25:37.518Z | Downloaded managed v0.8.0 |
579 | 2025-02-23T08:25:37.520Z | Downloaded md5 v0.7.0 |
580 | 2025-02-23T08:25:37.520Z | Downloaded hubpack_derive v0.1.1 |
581 | 2025-02-23T08:25:37.523Z | Downloaded console v0.15.10 |
582 | 2025-02-23T08:25:37.525Z | Downloaded chrono-tz-build v0.4.0 |
583 | 2025-02-23T08:25:37.528Z | Downloaded russh-cryptovec v0.7.3 |
584 | 2025-02-23T08:25:37.528Z | Downloaded match_cfg v0.1.0 |
585 | 2025-02-23T08:25:37.529Z | Downloaded hostname v0.4.0 |
586 | 2025-02-23T08:25:37.533Z | Downloaded bcs v0.1.6 |
587 | 2025-02-23T08:25:37.533Z | Downloaded bb8 v0.8.5 |
588 | 2025-02-23T08:25:37.535Z | Downloaded sqlparser_derive v0.2.2 |
589 | 2025-02-23T08:25:37.535Z | Downloaded internet-checksum v0.2.1 |
590 | 2025-02-23T08:25:37.538Z | Downloaded indoc v1.0.9 |
591 | 2025-02-23T08:25:37.541Z | Downloaded constant_time_eq v0.3.1 |
592 | 2025-02-23T08:25:37.544Z | Downloaded bzip2 v0.4.4 |
593 | 2025-02-23T08:25:37.544Z | Downloaded linked-hash-map v0.5.6 |
594 | 2025-02-23T08:25:37.546Z | Downloaded libefi-sys v0.1.0 |
595 | 2025-02-23T08:25:37.548Z | Downloaded keccak v0.1.5 |
596 | 2025-02-23T08:25:37.548Z | Downloaded instability v0.3.2 |
597 | 2025-02-23T08:25:37.551Z | Downloaded lalrpop-util v0.19.12 |
598 | 2025-02-23T08:25:37.551Z | Downloaded progenitor v0.8.0 |
599 | 2025-02-23T08:25:37.553Z | Downloaded libsw v3.3.1 |
600 | 2025-02-23T08:25:37.555Z | Downloaded crc32fast v1.4.2 |
601 | 2025-02-23T08:25:37.558Z | Downloaded csv-core v0.1.11 |
602 | 2025-02-23T08:25:37.560Z | Downloaded lazycell v1.3.0 |
603 | 2025-02-23T08:25:37.563Z | Downloaded maplit v1.0.2 |
604 | 2025-02-23T08:25:37.563Z | Downloaded lru-cache v0.1.2 |
605 | 2025-02-23T08:25:37.566Z | Downloaded impl-trait-for-tuples v0.2.2 |
606 | 2025-02-23T08:25:37.568Z | Downloaded termtree v0.4.1 |
607 | 2025-02-23T08:25:37.568Z | Downloaded tower-layer v0.3.3 |
608 | 2025-02-23T08:25:37.570Z | Downloaded tower-service v0.3.3 |
609 | 2025-02-23T08:25:37.570Z | Downloaded ssh-encoding v0.2.0 |
610 | 2025-02-23T08:25:37.573Z | Downloaded zerofrom v0.1.4 |
611 | 2025-02-23T08:25:37.575Z | Downloaded humantime v2.1.0 |
612 | 2025-02-23T08:25:37.578Z | Downloaded diesel_table_macro_syntax v0.2.0 |
613 | 2025-02-23T08:25:37.578Z | Downloaded ahash v0.8.11 |
614 | 2025-02-23T08:25:37.580Z | Downloaded mime v0.3.17 |
615 | 2025-02-23T08:25:37.583Z | Downloaded memoffset v0.9.1 |
616 | 2025-02-23T08:25:37.586Z | Downloaded md-5 v0.10.6 |
617 | 2025-02-23T08:25:37.588Z | Downloaded salsa20 v0.10.2 |
618 | 2025-02-23T08:25:37.588Z | Downloaded waitgroup v0.1.2 |
619 | 2025-02-23T08:25:37.588Z | Downloaded async-trait v0.1.86 |
620 | 2025-02-23T08:25:37.592Z | Downloaded crossbeam-epoch v0.9.18 |
621 | 2025-02-23T08:25:37.596Z | Downloaded slog-stdlog v4.1.1 |
622 | 2025-02-23T08:25:37.598Z | Downloaded ipnet v2.10.1 |
623 | 2025-02-23T08:25:37.601Z | Downloaded cookie v0.18.1 |
624 | 2025-02-23T08:25:37.603Z | Downloaded clang-sys v1.8.1 |
625 | 2025-02-23T08:25:37.606Z | Downloaded endian-type v0.1.2 |
626 | 2025-02-23T08:25:37.609Z | Downloaded sha1 v0.10.6 |
627 | 2025-02-23T08:25:37.611Z | Downloaded secrecy v0.8.0 |
628 | 2025-02-23T08:25:37.611Z | Downloaded foreign-types v0.3.2 |
629 | 2025-02-23T08:25:37.614Z | Downloaded lock_api v0.4.12 |
630 | 2025-02-23T08:25:37.616Z | Downloaded lru v0.12.5 |
631 | 2025-02-23T08:25:37.618Z | Downloaded crossbeam-utils v0.8.20 |
632 | 2025-02-23T08:25:37.621Z | Downloaded sqlformat v0.2.6 |
633 | 2025-02-23T08:25:37.623Z | Downloaded openssl-probe v0.1.5 |
634 | 2025-02-23T08:25:37.625Z | Downloaded openssl-macros v0.1.1 |
635 | 2025-02-23T08:25:37.625Z | Downloaded number_prefix v0.4.0 |
636 | 2025-02-23T08:25:37.626Z | Downloaded num_threads v0.1.7 |
637 | 2025-02-23T08:25:37.628Z | Downloaded fxhash v0.2.1 |
638 | 2025-02-23T08:25:37.628Z | Downloaded mirai-annotations v1.12.0 |
639 | 2025-02-23T08:25:37.631Z | Downloaded untrusted v0.9.0 |
640 | 2025-02-23T08:25:37.633Z | Downloaded litemap v0.7.3 |
641 | 2025-02-23T08:25:37.635Z | Downloaded wait-timeout v0.2.0 |
642 | 2025-02-23T08:25:37.638Z | Downloaded memmap2 v0.9.5 |
643 | 2025-02-23T08:25:37.640Z | Downloaded httparse v1.9.5 |
644 | 2025-02-23T08:25:37.643Z | Downloaded termios v0.3.3 |
645 | 2025-02-23T08:25:37.645Z | Downloaded pretty-hex v0.2.1 |
646 | 2025-02-23T08:25:37.645Z | Downloaded path-slash v0.1.5 |
647 | 2025-02-23T08:25:37.648Z | Downloaded allocator-api2 v0.2.18 |
648 | 2025-02-23T08:25:37.650Z | Downloaded zeroize_derive v1.4.2 |
649 | 2025-02-23T08:25:37.652Z | Downloaded data-encoding v2.6.0 |
650 | 2025-02-23T08:25:37.655Z | Downloaded zeroize v1.8.1 |
651 | 2025-02-23T08:25:37.655Z | Downloaded rustls-pemfile v2.2.0 |
652 | 2025-02-23T08:25:37.657Z | Downloaded icu_provider v1.5.0 |
653 | 2025-02-23T08:25:37.661Z | Downloaded indexmap v1.9.3 |
654 | 2025-02-23T08:25:37.665Z | Downloaded ena v0.14.3 |
655 | 2025-02-23T08:25:37.667Z | Downloaded rustc-hash v2.0.0 |
656 | 2025-02-23T08:25:37.670Z | Downloaded const-oid v0.9.6 |
657 | 2025-02-23T08:25:37.673Z | Downloaded slog-json v2.6.1 |
658 | 2025-02-23T08:25:37.675Z | Downloaded enum-as-inner v0.6.1 |
659 | 2025-02-23T08:25:37.677Z | Downloaded sync_wrapper v1.0.1 |
660 | 2025-02-23T08:25:37.678Z | Downloaded sync-ptr v0.1.1 |
661 | 2025-02-23T08:25:37.680Z | Downloaded shell-words v1.1.0 |
662 | 2025-02-23T08:25:37.680Z | Downloaded test-strategy v0.4.0 |
663 | 2025-02-23T08:25:37.684Z | Downloaded toolchain_find v0.4.0 |
664 | 2025-02-23T08:25:37.687Z | Downloaded nodrop v0.1.14 |
665 | 2025-02-23T08:25:37.689Z | Downloaded tokio-tungstenite v0.23.1 |
666 | 2025-02-23T08:25:37.691Z | Downloaded gethostname v0.5.0 |
667 | 2025-02-23T08:25:37.691Z | Downloaded fragile v2.0.0 |
668 | 2025-02-23T08:25:37.694Z | Downloaded miniz_oxide v0.8.0 |
669 | 2025-02-23T08:25:37.696Z | Downloaded mime_guess v2.0.5 |
670 | 2025-02-23T08:25:37.699Z | Downloaded pbkdf2 v0.12.2 |
671 | 2025-02-23T08:25:37.701Z | Downloaded peg v0.8.4 |
672 | 2025-02-23T08:25:37.705Z | Downloaded zone_cfg_derive v0.3.0 |
673 | 2025-02-23T08:25:37.708Z | Downloaded write16 v1.0.0 |
674 | 2025-02-23T08:25:37.708Z | Downloaded vsss-rs v3.3.4 |
675 | 2025-02-23T08:25:37.713Z | Downloaded derive_builder_core v0.20.2 |
676 | 2025-02-23T08:25:37.716Z | Downloaded downcast v0.11.0 |
677 | 2025-02-23T08:25:37.716Z | Downloaded quick-error v1.2.3 |
678 | 2025-02-23T08:25:37.720Z | Downloaded rustc-hash v1.1.0 |
679 | 2025-02-23T08:25:37.720Z | Downloaded proc-macro-crate v1.3.1 |
680 | 2025-02-23T08:25:37.720Z | Downloaded packed_struct_codegen v0.10.1 |
681 | 2025-02-23T08:25:37.724Z | Downloaded litrs v0.4.1 |
682 | 2025-02-23T08:25:37.727Z | Downloaded indicatif v0.17.11 |
683 | 2025-02-23T08:25:37.730Z | Downloaded packed_struct v0.10.1 |
684 | 2025-02-23T08:25:37.730Z | Downloaded vte v0.11.1 |
685 | 2025-02-23T08:25:37.733Z | Downloaded prettyplease v0.2.29 |
686 | 2025-02-23T08:25:37.737Z | Downloaded primeorder v0.13.6 |
687 | 2025-02-23T08:25:37.739Z | Downloaded hickory-server v0.24.3 |
688 | 2025-02-23T08:25:37.746Z | Downloaded shlex v1.3.0 |
689 | 2025-02-23T08:25:37.748Z | Downloaded normalize-line-endings v0.3.0 |
690 | 2025-02-23T08:25:37.751Z | Downloaded fs_extra v1.3.0 |
691 | 2025-02-23T08:25:37.754Z | Downloaded subtle v2.6.1 |
692 | 2025-02-23T08:25:37.754Z | Downloaded topological-sort v0.2.2 |
693 | 2025-02-23T08:25:37.756Z | Downloaded tabled_derive v0.10.0 |
694 | 2025-02-23T08:25:37.768Z | Downloaded string_cache v0.8.7 |
695 | 2025-02-23T08:25:37.770Z | Downloaded zone v0.3.0 |
696 | 2025-02-23T08:25:37.773Z | Downloaded unicode-truncate v1.1.0 |
697 | 2025-02-23T08:25:37.775Z | Downloaded backtrace v0.3.74 |
698 | 2025-02-23T08:25:37.779Z | Downloaded rustc-demangle v0.1.24 |
699 | 2025-02-23T08:25:37.781Z | Downloaded hashlink v0.9.1 |
700 | 2025-02-23T08:25:37.783Z | Downloaded unicode-properties v0.1.3 |
701 | 2025-02-23T08:25:37.786Z | Downloaded wyz v0.5.1 |
702 | 2025-02-23T08:25:37.788Z | Downloaded deranged v0.3.11 |
703 | 2025-02-23T08:25:37.790Z | Downloaded writeable v0.5.5 |
704 | 2025-02-23T08:25:37.793Z | Downloaded typify v0.3.0 |
705 | 2025-02-23T08:25:37.795Z | Downloaded foreign-types v0.5.0 |
706 | 2025-02-23T08:25:37.798Z | Downloaded glob v0.3.2 |
707 | 2025-02-23T08:25:37.800Z | Downloaded ghash v0.5.1 |
708 | 2025-02-23T08:25:37.800Z | Downloaded flagset v0.4.6 |
709 | 2025-02-23T08:25:37.802Z | Downloaded vergen v8.3.2 |
710 | 2025-02-23T08:25:37.805Z | Downloaded time-core v0.1.2 |
711 | 2025-02-23T08:25:37.808Z | Downloaded crossbeam-channel v0.5.13 |
712 | 2025-02-23T08:25:37.812Z | Downloaded supports-color v3.0.1 |
713 | 2025-02-23T08:25:37.814Z | Downloaded base64 v0.21.7 |
714 | 2025-02-23T08:25:37.817Z | Downloaded cc v1.2.15 |
715 | 2025-02-23T08:25:37.822Z | Downloaded slog-term v2.9.1 |
716 | 2025-02-23T08:25:37.825Z | Downloaded serde_derive_internals v0.29.1 |
717 | 2025-02-23T08:25:37.827Z | Downloaded percent-encoding v2.3.1 |
718 | 2025-02-23T08:25:37.830Z | Downloaded dirs-sys-next v0.1.2 |
719 | 2025-02-23T08:25:37.832Z | Downloaded crypto-bigint v0.5.5 |
720 | 2025-02-23T08:25:37.837Z | Downloaded radium v0.7.0 |
721 | 2025-02-23T08:25:37.840Z | Downloaded progenitor v0.9.1 |
722 | 2025-02-23T08:25:37.842Z | Downloaded tokio-stream v0.1.16 |
723 | 2025-02-23T08:25:37.845Z | Downloaded rusty-fork v0.3.0 |
724 | 2025-02-23T08:25:37.848Z | Downloaded rustversion v1.0.17 |
725 | 2025-02-23T08:25:37.850Z | Downloaded ref-cast-impl v1.0.23 |
726 | 2025-02-23T08:25:37.853Z | Downloaded pkcs5 v0.7.1 |
727 | 2025-02-23T08:25:37.856Z | Downloaded progenitor-client v0.8.0 |
728 | 2025-02-23T08:25:37.859Z | Downloaded phf_shared v0.10.0 |
729 | 2025-02-23T08:25:37.859Z | Downloaded thread_local v1.1.8 |
730 | 2025-02-23T08:25:37.861Z | Downloaded thiserror-impl-no-std v2.0.2 |
731 | 2025-02-23T08:25:37.863Z | Downloaded tar v0.4.42 |
732 | 2025-02-23T08:25:37.866Z | Downloaded futures-channel v0.3.31 |
733 | 2025-02-23T08:25:37.868Z | Downloaded bumpalo v3.16.0 |
734 | 2025-02-23T08:25:37.871Z | Downloaded synstructure v0.13.1 |
735 | 2025-02-23T08:25:37.873Z | Downloaded rand v0.8.5 |
736 | 2025-02-23T08:25:37.877Z | Downloaded signal-hook v0.3.17 |
737 | 2025-02-23T08:25:37.881Z | Downloaded rsa v0.9.6 |
738 | 2025-02-23T08:25:37.886Z | Downloaded progenitor-client v0.9.1 |
739 | 2025-02-23T08:25:37.889Z | Downloaded getrandom v0.2.15 |
740 | 2025-02-23T08:25:37.895Z | Downloaded dirs-next v2.0.0 |
741 | 2025-02-23T08:25:37.897Z | Downloaded which v4.4.2 |
742 | 2025-02-23T08:25:37.897Z | Downloaded untrusted v0.7.1 |
743 | 2025-02-23T08:25:37.897Z | Downloaded num-rational v0.4.2 |
744 | 2025-02-23T08:25:37.901Z | Downloaded take_mut v0.2.2 |
745 | 2025-02-23T08:25:37.901Z | Downloaded subprocess v0.2.9 |
746 | 2025-02-23T08:25:37.905Z | Downloaded serde-big-array v0.5.1 |
747 | 2025-02-23T08:25:37.911Z | Downloaded fallible-iterator v0.2.0 |
748 | 2025-02-23T08:25:37.911Z | Downloaded num-complex v0.4.6 |
749 | 2025-02-23T08:25:37.911Z | Downloaded group v0.13.0 |
750 | 2025-02-23T08:25:37.911Z | Downloaded password-hash v0.4.2 |
751 | 2025-02-23T08:25:37.915Z | Downloaded publicsuffix v2.3.0 |
752 | 2025-02-23T08:25:37.917Z | Downloaded darling_macro v0.20.10 |
753 | 2025-02-23T08:25:37.917Z | Downloaded num-derive v0.4.2 |
754 | 2025-02-23T08:25:37.920Z | Downloaded postcard v1.0.10 |
755 | 2025-02-23T08:25:37.922Z | Downloaded try-lock v0.2.5 |
756 | 2025-02-23T08:25:37.924Z | Downloaded polyval v0.6.2 |
757 | 2025-02-23T08:25:37.927Z | Downloaded foreign-types-shared v0.1.1 |
758 | 2025-02-23T08:25:37.927Z | Downloaded resolv-conf v0.7.0 |
759 | 2025-02-23T08:25:37.930Z | Downloaded phf v0.11.2 |
760 | 2025-02-23T08:25:37.932Z | Downloaded olpc-cjson v0.1.4 |
761 | 2025-02-23T08:25:37.932Z | Downloaded multimap v0.10.0 |
762 | 2025-02-23T08:25:37.935Z | Downloaded futures v0.3.31 |
763 | 2025-02-23T08:25:37.939Z | Downloaded diesel_derives v2.2.3 |
764 | 2025-02-23T08:25:37.945Z | Downloaded der v0.7.9 |
765 | 2025-02-23T08:25:37.951Z | Downloaded semver v0.1.20 |
766 | 2025-02-23T08:25:37.953Z | Downloaded tiny-keccak v2.0.2 |
767 | 2025-02-23T08:25:37.956Z | Downloaded fatfs v0.3.6 |
768 | 2025-02-23T08:25:37.959Z | Downloaded env_logger v0.11.5 |
769 | 2025-02-23T08:25:37.962Z | Downloaded slab v0.4.9 |
770 | 2025-02-23T08:25:37.965Z | Downloaded phf_shared v0.11.2 |
771 | 2025-02-23T08:25:37.968Z | Downloaded parse-display-derive v0.10.0 |
772 | 2025-02-23T08:25:37.968Z | Downloaded slog-async v2.8.0 |
773 | 2025-02-23T08:25:37.971Z | Downloaded peg-runtime v0.8.3 |
774 | 2025-02-23T08:25:37.971Z | Downloaded aes v0.8.4 |
775 | 2025-02-23T08:25:37.974Z | Downloaded darling v0.20.10 |
776 | 2025-02-23T08:25:37.979Z | Downloaded slog-dtrace v0.3.0 |
777 | 2025-02-23T08:25:37.981Z | Downloaded fallible-iterator v0.3.0 |
778 | 2025-02-23T08:25:37.983Z | Downloaded serde-hex v0.1.0 |
779 | 2025-02-23T08:25:37.986Z | Downloaded progenitor-macro v0.8.0 |
780 | 2025-02-23T08:25:37.986Z | Downloaded url v2.5.3 |
781 | 2025-02-23T08:25:37.989Z | Downloaded daft-derive v0.1.1 |
782 | 2025-02-23T08:25:37.994Z | Downloaded foreign-types-macros v0.2.3 |
783 | 2025-02-23T08:25:37.997Z | Downloaded fixedbitset v0.4.2 |
784 | 2025-02-23T08:25:37.998Z | Downloaded unicode-bidi v0.3.17 |
785 | 2025-02-23T08:25:38.001Z | Downloaded whoami v1.5.2 |
786 | 2025-02-23T08:25:38.003Z | Downloaded headers v0.4.0 |
787 | 2025-02-23T08:25:38.009Z | Downloaded defmt v0.3.8 |
788 | 2025-02-23T08:25:38.012Z | Downloaded hash32 v0.3.1 |
789 | 2025-02-23T08:25:38.015Z | Downloaded libm v0.2.8 |
790 | 2025-02-23T08:25:38.024Z | Downloaded num_enum_derive v0.5.11 |
791 | 2025-02-23T08:25:38.026Z | Downloaded slog-bunyan v2.5.0 |
792 | 2025-02-23T08:25:38.028Z | Downloaded hash32 v0.2.1 |
793 | 2025-02-23T08:25:38.031Z | Downloaded oso-derive v0.27.3 |
794 | 2025-02-23T08:25:38.031Z | Downloaded opaque-debug v0.3.1 |
795 | 2025-02-23T08:25:38.031Z | Downloaded float-ord v0.3.2 |
796 | 2025-02-23T08:25:38.033Z | Downloaded paste v1.0.15 |
797 | 2025-02-23T08:25:38.036Z | Downloaded crossterm v0.28.1 |
798 | 2025-02-23T08:25:38.043Z | Downloaded pem v3.0.4 |
799 | 2025-02-23T08:25:38.045Z | Downloaded tokio-tungstenite v0.24.0 |
800 | 2025-02-23T08:25:38.048Z | Downloaded precomputed-hash v0.1.1 |
801 | 2025-02-23T08:25:38.050Z | Downloaded samael v0.0.17 |
802 | 2025-02-23T08:25:38.055Z | Downloaded psl-types v2.0.11 |
803 | 2025-02-23T08:25:38.057Z | Downloaded rand_core v0.6.4 |
804 | 2025-02-23T08:25:38.060Z | Downloaded elliptic-curve v0.13.8 |
805 | 2025-02-23T08:25:38.062Z | Downloaded unicode-segmentation v1.12.0 |
806 | 2025-02-23T08:25:38.067Z | Downloaded smf v0.2.3 |
807 | 2025-02-23T08:25:38.069Z | Downloaded serde_repr v0.1.19 |
808 | 2025-02-23T08:25:38.072Z | Downloaded tinystr v0.7.6 |
809 | 2025-02-23T08:25:38.074Z | Downloaded new_debug_unreachable v1.0.6 |
810 | 2025-02-23T08:25:38.077Z | Downloaded openssl-sys v0.9.106 |
811 | 2025-02-23T08:25:38.081Z | Downloaded steno v0.4.1 |
812 | 2025-02-23T08:25:38.086Z | Downloaded newtype_derive v0.1.6 |
813 | 2025-02-23T08:25:38.088Z | Downloaded sigpipe v0.1.3 |
814 | 2025-02-23T08:25:38.090Z | Downloaded parse-size v1.1.0 |
815 | 2025-02-23T08:25:38.090Z | Downloaded utf8_iter v1.0.4 |
816 | 2025-02-23T08:25:38.093Z | Downloaded float-cmp v0.10.0 |
817 | 2025-02-23T08:25:38.093Z | Downloaded newline-converter v0.3.0 |
818 | 2025-02-23T08:25:38.095Z | Downloaded typify v0.2.0 |
819 | 2025-02-23T08:25:38.099Z | Downloaded flate2 v1.0.35 |
820 | 2025-02-23T08:25:38.103Z | Downloaded strum v0.26.3 |
821 | 2025-02-23T08:25:38.106Z | Downloaded difflib v0.4.0 |
822 | 2025-02-23T08:25:38.106Z | Downloaded diesel-dtrace v0.4.2 |
823 | 2025-02-23T08:25:38.108Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2025-02-23T08:25:38.111Z | Downloaded uuid v1.12.0 |
825 | 2025-02-23T08:25:38.114Z | Downloaded serde_urlencoded v0.7.1 |
826 | 2025-02-23T08:25:38.117Z | Downloaded strum_macros v0.24.3 |
827 | 2025-02-23T08:25:38.119Z | Downloaded smallvec v1.13.2 |
828 | 2025-02-23T08:25:38.122Z | Downloaded schemars_derive v0.8.21 |
829 | 2025-02-23T08:25:38.124Z | Downloaded progenitor-macro v0.9.1 |
830 | 2025-02-23T08:25:38.124Z | Downloaded num v0.4.3 |
831 | 2025-02-23T08:25:38.126Z | Downloaded tokio-native-tls v0.3.1 |
832 | 2025-02-23T08:25:38.129Z | Downloaded tokio-macros v2.5.0 |
833 | 2025-02-23T08:25:38.131Z | Downloaded rcgen v0.12.1 |
834 | 2025-02-23T08:25:38.133Z | Downloaded xattr v1.3.1 |
835 | 2025-02-23T08:25:38.136Z | Downloaded rustc_version v0.4.1 |
836 | 2025-02-23T08:25:38.138Z | Downloaded embedded-io v0.4.0 |
837 | 2025-02-23T08:25:38.140Z | Downloaded aes-gcm v0.10.3 |
838 | 2025-02-23T08:25:38.143Z | Downloaded itertools v0.13.0 |
839 | 2025-02-23T08:25:38.152Z | Downloaded newtype-uuid v1.2.1 |
840 | 2025-02-23T08:25:38.154Z | Downloaded idna v1.0.3 |
841 | 2025-02-23T08:25:38.158Z | Downloaded tinyvec_macros v0.1.1 |
842 | 2025-02-23T08:25:38.161Z | Downloaded uzers v0.12.1 |
843 | 2025-02-23T08:25:38.163Z | Downloaded scopeguard v1.2.0 |
844 | 2025-02-23T08:25:38.165Z | Downloaded r2d2 v0.8.10 |
845 | 2025-02-23T08:25:38.168Z | Downloaded pin-utils v0.1.0 |
846 | 2025-02-23T08:25:38.168Z | Downloaded proc-macro-error2 v2.0.1 |
847 | 2025-02-23T08:25:38.171Z | Downloaded yoke-derive v0.7.4 |
848 | 2025-02-23T08:25:38.173Z | Downloaded rustfmt-wrapper v0.2.1 |
849 | 2025-02-23T08:25:38.176Z | Downloaded utf16_iter v1.0.5 |
850 | 2025-02-23T08:25:38.176Z | Downloaded omicron-zone-package v0.12.0 |
851 | 2025-02-23T08:25:38.179Z | Downloaded strum_macros v0.25.3 |
852 | 2025-02-23T08:25:38.182Z | Downloaded nanorand v0.7.0 |
853 | 2025-02-23T08:25:38.185Z | Downloaded derive_builder_macro v0.20.2 |
854 | 2025-02-23T08:25:38.187Z | Downloaded nibble_vec v0.1.0 |
855 | 2025-02-23T08:25:38.189Z | Downloaded mockall v0.13.1 |
856 | 2025-02-23T08:25:38.189Z | Downloaded proc-macro-error-attr2 v2.0.0 |
857 | 2025-02-23T08:25:38.192Z | Downloaded russh-keys v0.45.0 |
858 | 2025-02-23T08:25:38.194Z | Downloaded ron v0.7.1 |
859 | 2025-02-23T08:25:38.199Z | Downloaded embedded-io v0.6.1 |
860 | 2025-02-23T08:25:38.201Z | Downloaded dyn-clone v1.0.18 |
861 | 2025-02-23T08:25:38.204Z | Downloaded num-conv v0.1.0 |
862 | 2025-02-23T08:25:38.206Z | Downloaded rand_xorshift v0.3.0 |
863 | 2025-02-23T08:25:38.206Z | Downloaded rand_chacha v0.3.1 |
864 | 2025-02-23T08:25:38.209Z | Downloaded tokio-rustls v0.25.0 |
865 | 2025-02-23T08:25:38.209Z | Downloaded foldhash v0.1.3 |
866 | 2025-02-23T08:25:38.212Z | Downloaded dunce v1.0.5 |
867 | 2025-02-23T08:25:38.212Z | Downloaded rand_seeder v0.3.0 |
868 | 2025-02-23T08:25:38.214Z | Downloaded ecdsa v0.16.9 |
869 | 2025-02-23T08:25:38.217Z | Downloaded der_derive v0.7.3 |
870 | 2025-02-23T08:25:38.219Z | Downloaded reedline v0.35.0 |
871 | 2025-02-23T08:25:38.226Z | Downloaded thiserror-impl v2.0.11 |
872 | 2025-02-23T08:25:38.228Z | Downloaded pkcs1 v0.7.5 |
873 | 2025-02-23T08:25:38.231Z | Downloaded pin-project-internal v1.1.6 |
874 | 2025-02-23T08:25:38.233Z | Downloaded tap v1.0.1 |
875 | 2025-02-23T08:25:38.235Z | Downloaded typify-macro v0.3.0 |
876 | 2025-02-23T08:25:38.235Z | Downloaded value-bag v1.9.0 |
877 | 2025-02-23T08:25:38.238Z | Downloaded futures-macro v0.3.31 |
878 | 2025-02-23T08:25:38.241Z | Downloaded futures-io v0.3.31 |
879 | 2025-02-23T08:25:38.241Z | Downloaded futures-core v0.3.31 |
880 | 2025-02-23T08:25:38.243Z | Downloaded predicates-tree v1.0.11 |
881 | 2025-02-23T08:25:38.245Z | Downloaded futures-task v0.3.31 |
882 | 2025-02-23T08:25:38.245Z | Downloaded strum_macros v0.26.4 |
883 | 2025-02-23T08:25:38.248Z | Downloaded defmt-macros v0.3.9 |
884 | 2025-02-23T08:25:38.251Z | Downloaded native-tls v0.2.12 |
885 | 2025-02-23T08:25:38.253Z | Downloaded filetime v0.2.25 |
886 | 2025-02-23T08:25:38.255Z | Downloaded x509-cert v0.2.5 |
887 | 2025-02-23T08:25:38.261Z | Downloaded typify-macro v0.2.0 |
888 | 2025-02-23T08:25:38.264Z | Downloaded predicates-core v1.0.8 |
889 | 2025-02-23T08:25:38.267Z | Downloaded hkdf v0.12.4 |
890 | 2025-02-23T08:25:38.269Z | Downloaded predicates v3.1.3 |
891 | 2025-02-23T08:25:38.271Z | Downloaded parking_lot v0.12.3 |
892 | 2025-02-23T08:25:38.273Z | Downloaded siphasher v0.3.11 |
893 | 2025-02-23T08:25:38.277Z | Downloaded toml v0.7.8 |
894 | 2025-02-23T08:25:38.277Z | Downloaded dsl_auto_type v0.1.2 |
895 | 2025-02-23T08:25:38.279Z | Downloaded zone v0.1.8 |
896 | 2025-02-23T08:25:38.280Z | Downloaded salty v0.3.0 |
897 | 2025-02-23T08:25:38.287Z | Downloaded foreign-types-shared v0.3.1 |
898 | 2025-02-23T08:25:38.290Z | Downloaded blake3 v1.5.4 |
899 | 2025-02-23T08:25:38.297Z | Downloaded unicode-xid v0.2.6 |
900 | 2025-02-23T08:25:38.299Z | Downloaded unarray v0.1.4 |
901 | 2025-02-23T08:25:38.301Z | Downloaded ppv-lite86 v0.2.20 |
902 | 2025-02-23T08:25:38.301Z | Downloaded zerovec-derive v0.10.3 |
903 | 2025-02-23T08:25:38.304Z | Downloaded oso v0.27.3 |
904 | 2025-02-23T08:25:38.306Z | Downloaded tls_codec v0.4.1 |
905 | 2025-02-23T08:25:38.309Z | Downloaded fallible-streaming-iterator v0.1.9 |
906 | 2025-02-23T08:25:38.313Z | Downloaded env_filter v0.1.2 |
907 | 2025-02-23T08:25:38.315Z | Downloaded displaydoc v0.2.5 |
908 | 2025-02-23T08:25:38.315Z | Downloaded signal-hook-mio v0.2.4 |
909 | 2025-02-23T08:25:38.317Z | Downloaded zip v0.6.6 |
910 | 2025-02-23T08:25:38.321Z | Downloaded tracing-attributes v0.1.27 |
911 | 2025-02-23T08:25:38.323Z | Downloaded expectorate v1.1.0 |
912 | 2025-02-23T08:25:38.326Z | Downloaded rtoolbox v0.0.2 |
913 | 2025-02-23T08:25:38.328Z | Downloaded rustyline v14.0.0 |
914 | 2025-02-23T08:25:38.333Z | Downloaded universal-hash v0.5.1 |
915 | 2025-02-23T08:25:38.336Z | Downloaded postgres-protocol v0.6.7 |
916 | 2025-02-23T08:25:38.338Z | Downloaded num-iter v0.1.45 |
917 | 2025-02-23T08:25:38.338Z | Downloaded funty v2.0.0 |
918 | 2025-02-23T08:25:38.341Z | Downloaded utf-8 v0.7.6 |
919 | 2025-02-23T08:25:38.341Z | Downloaded rpassword v7.3.1 |
920 | 2025-02-23T08:25:38.341Z | Downloaded postgres-types v0.2.8 |
921 | 2025-02-23T08:25:38.344Z | Downloaded ff v0.13.0 |
922 | 2025-02-23T08:25:38.346Z | Downloaded pin-project v1.1.6 |
923 | 2025-02-23T08:25:38.357Z | Downloaded fd-lock v4.0.2 |
924 | 2025-02-23T08:25:38.360Z | Downloaded unicase v2.7.0 |
925 | 2025-02-23T08:25:38.362Z | Downloaded simd-adler32 v0.3.7 |
926 | 2025-02-23T08:25:38.364Z | Downloaded env_logger v0.10.2 |
927 | 2025-02-23T08:25:38.366Z | Downloaded password-hash v0.5.0 |
928 | 2025-02-23T08:25:38.369Z | Downloaded tinyvec v1.8.0 |
929 | 2025-02-23T08:25:38.372Z | Downloaded static_assertions v1.1.0 |
930 | 2025-02-23T08:25:38.374Z | Downloaded stable_deref_trait v1.2.0 |
931 | 2025-02-23T08:25:38.374Z | Downloaded smallvec v0.6.14 |
932 | 2025-02-23T08:25:38.376Z | Downloaded poly1305 v0.8.0 |
933 | 2025-02-23T08:25:38.379Z | Downloaded des v0.8.1 |
934 | 2025-02-23T08:25:38.382Z | Downloaded parking_lot_core v0.8.6 |
935 | 2025-02-23T08:25:38.384Z | Downloaded hashbrown v0.13.2 |
936 | 2025-02-23T08:25:38.387Z | Downloaded num-integer v0.1.46 |
937 | 2025-02-23T08:25:38.390Z | Downloaded quinn v0.11.5 |
938 | 2025-02-23T08:25:38.393Z | Downloaded hashbrown v0.12.3 |
939 | 2025-02-23T08:25:38.398Z | Downloaded walkdir v2.5.0 |
940 | 2025-02-23T08:25:38.400Z | Downloaded flume v0.11.1 |
941 | 2025-02-23T08:25:38.404Z | Downloaded sqlparser v0.45.0 |
942 | 2025-02-23T08:25:38.410Z | Downloaded tokio-postgres v0.7.12 |
943 | 2025-02-23T08:25:38.415Z | Downloaded parking_lot v0.11.2 |
944 | 2025-02-23T08:25:38.418Z | Downloaded quinn-proto v0.11.8 |
945 | 2025-02-23T08:25:38.425Z | Downloaded rustls-pki-types v1.10.0 |
946 | 2025-02-23T08:25:38.428Z | Downloaded serde_yaml v0.9.34+deprecated |
947 | 2025-02-23T08:25:38.432Z | Downloaded ron v0.8.1 |
948 | 2025-02-23T08:25:38.438Z | Downloaded bitvec v1.0.1 |
949 | 2025-02-23T08:25:38.454Z | Downloaded similar v2.6.0 |
950 | 2025-02-23T08:25:38.459Z | Downloaded quick-xml v0.33.0 |
951 | 2025-02-23T08:25:38.466Z | Downloaded rusqlite v0.32.1 |
952 | 2025-02-23T08:25:38.473Z | Downloaded zip v2.1.3 |
953 | 2025-02-23T08:25:38.477Z | Downloaded typed-path v0.9.3 |
954 | 2025-02-23T08:25:38.484Z | Downloaded serde_with_macros v3.11.0 |
955 | 2025-02-23T08:25:38.487Z | Downloaded lalrpop v0.19.12 |
956 | 2025-02-23T08:25:38.498Z | Downloaded p256 v0.13.2 |
957 | 2025-02-23T08:25:38.502Z | Downloaded num-bigint v0.4.6 |
958 | 2025-02-23T08:25:38.506Z | Downloaded ssh-key v0.6.6 |
959 | 2025-02-23T08:25:38.514Z | Downloaded unicode_categories v0.1.1 |
960 | 2025-02-23T08:25:38.516Z | Downloaded tracing v0.1.40 |
961 | 2025-02-23T08:25:38.520Z | Downloaded icu_properties_data v1.5.0 |
962 | 2025-02-23T08:25:38.532Z | Downloaded proptest v1.5.0 |
963 | 2025-02-23T08:25:38.542Z | Downloaded h2 v0.4.6 |
964 | 2025-02-23T08:25:38.549Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2025-02-23T08:25:38.553Z | Downloaded winnow v0.5.40 |
966 | 2025-02-23T08:25:38.562Z | Downloaded russh v0.45.0 |
967 | 2025-02-23T08:25:38.568Z | Downloaded rustls-webpki v0.102.8 |
968 | 2025-02-23T08:25:38.588Z | Downloaded toml_edit v0.19.15 |
969 | 2025-02-23T08:25:38.603Z | Downloaded tokio-util v0.7.12 |
970 | 2025-02-23T08:25:38.610Z | Downloaded curve25519-dalek v4.1.3 |
971 | 2025-02-23T08:25:38.620Z | Downloaded serde_with v3.11.0 |
972 | 2025-02-23T08:25:38.628Z | Downloaded num-bigint-dig v0.8.4 |
973 | 2025-02-23T08:25:38.634Z | Downloaded tabled v0.18.0 |
974 | 2025-02-23T08:25:38.652Z | Downloaded tough v0.19.0 |
975 | 2025-02-23T08:25:38.659Z | Downloaded rayon v1.10.0 |
976 | 2025-02-23T08:25:38.670Z | Downloaded webpki-roots v0.26.6 |
977 | 2025-02-23T08:25:38.674Z | Downloaded zerocopy v0.8.10 |
978 | 2025-02-23T08:25:38.699Z | Downloaded p521 v0.13.3 |
979 | 2025-02-23T08:25:38.703Z | Downloaded regress v0.9.1 |
980 | 2025-02-23T08:25:38.712Z | Downloaded rustls v0.21.12 |
981 | 2025-02-23T08:25:38.725Z | Downloaded futures-util v0.3.31 |
982 | 2025-02-23T08:25:38.737Z | Downloaded object v0.30.4 |
983 | 2025-02-23T08:25:38.748Z | Downloaded hickory-proto v0.24.3 |
984 | 2025-02-23T08:25:38.763Z | Downloaded regex-syntax v0.8.5 |
985 | 2025-02-23T08:25:38.772Z | Downloaded reqwest v0.12.12 |
986 | 2025-02-23T08:25:38.780Z | Downloaded unicode-width v0.2.0 |
987 | 2025-02-23T08:25:38.787Z | Downloaded petname v2.0.2 |
988 | 2025-02-23T08:25:38.794Z | Downloaded polar-core v0.27.3 |
989 | 2025-02-23T08:25:38.803Z | Downloaded vcpkg v0.2.15 |
990 | 2025-02-23T08:25:38.842Z | Downloaded smoltcp v0.9.1 |
991 | 2025-02-23T08:25:38.870Z | Downloaded gimli v0.31.1 |
992 | 2025-02-23T08:25:38.881Z | Downloaded regex-syntax v0.6.29 |
993 | 2025-02-23T08:25:38.890Z | Downloaded typify-impl v0.2.0 |
994 | 2025-02-23T08:25:38.912Z | Downloaded typify-impl v0.3.0 |
995 | 2025-02-23T08:25:38.928Z | Downloaded nix v0.27.1 |
996 | 2025-02-23T08:25:38.938Z | Downloaded smoltcp v0.11.0 |
997 | 2025-02-23T08:25:38.951Z | Downloaded regress v0.10.1 |
998 | 2025-02-23T08:25:38.959Z | Downloaded dropshot v0.15.1 |
999 | 2025-02-23T08:25:38.981Z | Downloaded nix v0.28.0 |
1000 | 2025-02-23T08:25:38.992Z | Downloaded openapiv3 v2.0.0 |
1001 | 2025-02-23T08:25:39.003Z | Downloaded diesel v2.2.7 |
1002 | 2025-02-23T08:25:39.023Z | Downloaded rustls v0.23.19 |
1003 | 2025-02-23T08:25:39.033Z | Downloaded nix v0.29.0 |
1004 | 2025-02-23T08:25:39.045Z | Downloaded rustls v0.22.4 |
1005 | 2025-02-23T08:25:39.058Z | Downloaded regex-automata v0.4.8 |
1006 | 2025-02-23T08:25:39.075Z | Downloaded sled v0.34.7 |
1007 | 2025-02-23T08:25:39.084Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1008 | 2025-02-23T08:25:39.097Z | Downloaded ratatui v0.29.0 |
1009 | 2025-02-23T08:25:39.115Z | Downloaded object v0.36.5 |
1010 | 2025-02-23T08:25:39.127Z | Downloaded petgraph v0.6.5 |
1011 | 2025-02-23T08:25:39.143Z | Downloaded p384 v0.13.0 |
1012 | 2025-02-23T08:25:39.149Z | Downloaded radix_trie v0.2.1 |
1013 | 2025-02-23T08:25:39.154Z | Downloaded chrono-tz v0.10.1 |
1014 | 2025-02-23T08:25:39.162Z | Downloaded zerocopy-derive v0.6.6 |
1015 | 2025-02-23T08:25:39.171Z | Downloaded openssl v0.10.71 |
1016 | 2025-02-23T08:25:39.180Z | Downloaded git2 v0.19.0 |
1017 | 2025-02-23T08:25:39.189Z | Downloaded csv v1.3.1 |
1018 | 2025-02-23T08:25:39.211Z | Downloaded lzma-sys v0.1.20 |
1019 | 2025-02-23T08:25:39.236Z | Downloaded dropshot v0.12.0 |
1020 | 2025-02-23T08:25:39.257Z | Downloaded bstr v1.10.0 |
1021 | 2025-02-23T08:25:39.265Z | Downloaded tokio v1.43.0 |
1022 | 2025-02-23T08:25:39.302Z | Downloaded regex v1.11.1 |
1023 | 2025-02-23T08:25:39.314Z | Downloaded rustls-webpki v0.101.7 |
1024 | 2025-02-23T08:25:39.326Z | Downloaded chrono v0.4.39 |
1025 | 2025-02-23T08:25:39.333Z | Downloaded portable-atomic v1.9.0 |
1026 | 2025-02-23T08:25:39.339Z | Downloaded zerocopy-derive v0.8.10 |
1027 | 2025-02-23T08:25:39.345Z | Downloaded derive_more v0.99.19 |
1028 | 2025-02-23T08:25:39.350Z | Downloaded libz-sys v1.1.20 |
1029 | 2025-02-23T08:25:39.369Z | Downloaded tracing-core v0.1.32 |
1030 | 2025-02-23T08:25:39.372Z | Downloaded zerovec v0.10.4 |
1031 | 2025-02-23T08:25:39.378Z | Downloaded time v0.3.36 |
1032 | 2025-02-23T08:25:39.384Z | Downloaded bindgen v0.69.5 |
1033 | 2025-02-23T08:25:39.391Z | Downloaded unicode-normalization v0.1.24 |
1034 | 2025-02-23T08:25:39.395Z | Downloaded aws-lc-rs v1.10.0 |
1035 | 2025-02-23T08:25:39.403Z | Downloaded yoke v0.7.4 |
1036 | 2025-02-23T08:25:39.405Z | Downloaded sha3 v0.10.8 |
1037 | 2025-02-23T08:25:39.410Z | Downloaded yasna v0.5.2 |
1038 | 2025-02-23T08:25:39.412Z | Downloaded thiserror v2.0.11 |
1039 | 2025-02-23T08:25:39.417Z | Downloaded powerfmt v0.2.0 |
1040 | 2025-02-23T08:25:39.422Z | Downloaded xz2 v0.1.7 |
1041 | 2025-02-23T08:25:39.422Z | Downloaded mockall_derive v0.13.1 |
1042 | 2025-02-23T08:25:39.424Z | Downloaded diff v0.1.13 |
1043 | 2025-02-23T08:25:39.426Z | Downloaded hashbrown v0.14.5 |
1044 | 2025-02-23T08:25:39.431Z | Downloaded quinn-udp v0.5.5 |
1045 | 2025-02-23T08:25:39.434Z | Downloaded itertools v0.14.0 |
1046 | 2025-02-23T08:25:39.440Z | Downloaded tokio-rustls v0.24.1 |
1047 | 2025-02-23T08:25:39.443Z | Downloaded nom v7.1.3 |
1048 | 2025-02-23T08:25:39.448Z | Downloaded tungstenite v0.21.0 |
1049 | 2025-02-23T08:25:39.451Z | Downloaded structmeta-derive v0.3.0 |
1050 | 2025-02-23T08:25:39.454Z | Downloaded structmeta v0.3.0 |
1051 | 2025-02-23T08:25:39.454Z | Downloaded strip-ansi-escapes v0.2.0 |
1052 | 2025-02-23T08:25:39.454Z | Downloaded stringprep v0.1.5 |
1053 | 2025-02-23T08:25:39.457Z | Downloaded owo-colors v4.1.0 |
1054 | 2025-02-23T08:25:39.459Z | Downloaded itertools v0.12.1 |
1055 | 2025-02-23T08:25:39.465Z | Downloaded defmt-parser v0.3.4 |
1056 | 2025-02-23T08:25:39.467Z | Downloaded snafu v0.8.5 |
1057 | 2025-02-23T08:25:39.472Z | Downloaded progenitor-impl v0.9.1 |
1058 | 2025-02-23T08:25:39.474Z | Downloaded darling_core v0.20.10 |
1059 | 2025-02-23T08:25:39.479Z | Downloaded unsafe-libyaml v0.2.11 |
1060 | 2025-02-23T08:25:39.482Z | Downloaded tungstenite v0.24.0 |
1061 | 2025-02-23T08:25:39.485Z | Downloaded nu-ansi-term v0.50.1 |
1062 | 2025-02-23T08:25:39.488Z | Downloaded aho-corasick v1.1.3 |
1063 | 2025-02-23T08:25:39.493Z | Downloaded oxnet v0.1.0 |
1064 | 2025-02-23T08:25:39.496Z | Downloaded num_enum v0.5.11 |
1065 | 2025-02-23T08:25:39.499Z | Downloaded futures-sink v0.3.31 |
1066 | 2025-02-23T08:25:39.502Z | Downloaded schemars v0.8.21 |
1067 | 2025-02-23T08:25:39.512Z | Downloaded itertools v0.10.5 |
1068 | 2025-02-23T08:25:39.518Z | Downloaded serde_plain v1.0.2 |
1069 | 2025-02-23T08:25:39.522Z | Downloaded scrypt v0.11.0 |
1070 | 2025-02-23T08:25:39.524Z | Downloaded twox-hash v2.1.0 |
1071 | 2025-02-23T08:25:39.524Z | Downloaded tui-tree-widget v0.23.0 |
1072 | 2025-02-23T08:25:39.524Z | Downloaded libxml v0.3.3 |
1073 | 2025-02-23T08:25:39.530Z | Downloaded tungstenite v0.23.0 |
1074 | 2025-02-23T08:25:39.534Z | Downloaded tower v0.5.2 |
1075 | 2025-02-23T08:25:39.543Z | Downloaded tokio-rustls v0.26.0 |
1076 | 2025-02-23T08:25:39.545Z | Downloaded zopfli v0.8.1 |
1077 | 2025-02-23T08:25:39.549Z | Downloaded zerocopy v0.6.6 |
1078 | 2025-02-23T08:25:39.551Z | Downloaded multer v3.1.0 |
1079 | 2025-02-23T08:25:39.553Z | Downloaded slog v2.7.0 |
1080 | 2025-02-23T08:25:39.556Z | Downloaded qorb v0.2.1 |
1081 | 2025-02-23T08:25:39.559Z | Downloaded ring v0.17.11 |
1082 | 2025-02-23T08:25:39.601Z | Downloaded encoding_rs v0.8.34 |
1083 | 2025-02-23T08:25:39.621Z | Downloaded either v1.13.0 |
1084 | 2025-02-23T08:25:39.623Z | Downloaded ed25519 v2.2.3 |
1085 | 2025-02-23T08:25:39.626Z | Downloaded display-error-chain v0.2.2 |
1086 | 2025-02-23T08:25:39.626Z | Downloaded debug-ignore v1.0.5 |
1087 | 2025-02-23T08:25:39.628Z | Downloaded num-traits v0.2.19 |
1088 | 2025-02-23T08:25:39.630Z | Downloaded tls_codec_derive v0.4.1 |
1089 | 2025-02-23T08:25:39.633Z | Downloaded tabwriter v1.4.0 |
1090 | 2025-02-23T08:25:39.633Z | Downloaded globset v0.4.15 |
1091 | 2025-02-23T08:25:39.635Z | Downloaded ed25519-dalek v2.1.1 |
1092 | 2025-02-23T08:25:39.637Z | Downloaded ref-cast v1.0.23 |
1093 | 2025-02-23T08:25:39.640Z | Downloaded time-macros v0.2.18 |
1094 | 2025-02-23T08:25:39.642Z | Downloaded spin v0.9.8 |
1095 | 2025-02-23T08:25:39.645Z | Downloaded snafu-derive v0.8.5 |
1096 | 2025-02-23T08:25:39.647Z | Downloaded dropshot_endpoint v0.15.1 |
1097 | 2025-02-23T08:25:39.649Z | Downloaded dropshot_endpoint v0.12.0 |
1098 | 2025-02-23T08:25:39.652Z | Downloaded rayon-core v1.12.1 |
1099 | 2025-02-23T08:25:39.654Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1100 | 2025-02-23T08:25:39.715Z | Downloaded papergrid v0.14.0 |
1101 | 2025-02-23T08:25:39.722Z | Downloaded futures-executor v0.3.31 |
1102 | 2025-02-23T08:25:39.722Z | Downloaded phf_generator v0.11.2 |
1103 | 2025-02-23T08:25:39.722Z | Downloaded phf_codegen v0.11.2 |
1104 | 2025-02-23T08:25:39.726Z | Downloaded parse-display v0.10.0 |
1105 | 2025-02-23T08:25:39.726Z | Downloaded derive_builder v0.20.2 |
1106 | 2025-02-23T08:25:39.729Z | Downloaded derive-where v1.2.7 |
1107 | 2025-02-23T08:25:39.732Z | Downloaded thiserror-no-std v2.0.2 |
1108 | 2025-02-23T08:25:39.735Z | Downloaded mio v1.0.2 |
1109 | 2025-02-23T08:25:39.741Z | Downloaded minimal-lexical v0.2.1 |
1110 | 2025-02-23T08:25:39.745Z | Downloaded http v1.2.0 |
1111 | 2025-02-23T08:25:39.750Z | Downloaded parking_lot_core v0.9.10 |
1112 | 2025-02-23T08:25:39.752Z | Downloaded pin-project-lite v0.2.14 |
1113 | 2025-02-23T08:25:39.757Z | Downloaded half v2.4.1 |
1114 | 2025-02-23T08:25:39.760Z | Downloaded socket2 v0.5.7 |
1115 | 2025-02-23T08:25:39.762Z | Downloaded hyper v1.5.2 |
1116 | 2025-02-23T08:25:39.768Z | Downloaded document-features v0.2.10 |
1117 | 2025-02-23T08:25:39.771Z | Downloaded pkcs8 v0.10.2 |
1118 | 2025-02-23T08:25:39.776Z | Downloaded peg-macros v0.8.4 |
1119 | 2025-02-23T08:25:39.778Z | Downloaded tokio-tungstenite v0.21.0 |
1120 | 2025-02-23T08:25:39.778Z | Downloaded const_format v0.2.34 |
1121 | 2025-02-23T08:25:39.781Z | Downloaded slog-envlogger v2.2.0 |
1122 | 2025-02-23T08:25:39.784Z | Downloaded serde_path_to_error v0.1.16 |
1123 | 2025-02-23T08:25:39.787Z | Downloaded scheduled-thread-pool v0.2.7 |
1124 | 2025-02-23T08:25:39.787Z | Downloaded same-file v1.0.6 |
1125 | 2025-02-23T08:25:39.787Z | Downloaded rfc6979 v0.4.0 |
1126 | 2025-02-23T08:25:39.790Z | Downloaded base64 v0.22.1 |
1127 | 2025-02-23T08:25:39.793Z | Downloaded zone_cfg_derive v0.1.2 |
1128 | 2025-02-23T08:25:39.793Z | Downloaded want v0.3.1 |
1129 | 2025-02-23T08:25:39.793Z | Downloaded pkg-config v0.3.31 |
1130 | 2025-02-23T08:25:39.796Z | Downloaded pbkdf2 v0.11.0 |
1131 | 2025-02-23T08:25:39.799Z | Downloaded term v0.7.0 |
1132 | 2025-02-23T08:25:39.802Z | Downloaded form_urlencoded v1.2.1 |
1133 | 2025-02-23T08:25:39.802Z | Downloaded progenitor-impl v0.8.0 |
1134 | 2025-02-23T08:25:39.804Z | Downloaded crc-any v2.5.0 |
1135 | 2025-02-23T08:25:39.807Z | Downloaded compact_str v0.8.0 |
1136 | 2025-02-23T08:25:39.809Z | Downloaded icu_properties v1.5.1 |
1137 | 2025-02-23T08:25:39.811Z | Downloaded sct v0.7.1 |
1138 | 2025-02-23T08:25:39.815Z | Downloaded hmac v0.12.1 |
1139 | 2025-02-23T08:25:39.818Z | Downloaded chacha20poly1305 v0.10.1 |
1140 | 2025-02-23T08:25:39.820Z | Downloaded bytes v1.9.0 |
1141 | 2025-02-23T08:25:39.823Z | Downloaded base64 v0.13.1 |
1142 | 2025-02-23T08:25:39.826Z | Downloaded arc-swap v1.7.1 |
1143 | 2025-02-23T08:25:39.830Z | Downloaded zerofrom-derive v0.1.4 |
1144 | 2025-02-23T08:25:39.832Z | Downloaded termcolor v1.4.1 |
1145 | 2025-02-23T08:25:39.832Z | Downloaded home v0.5.9 |
1146 | 2025-02-23T08:25:39.834Z | Downloaded spki v0.7.3 |
1147 | 2025-02-23T08:25:39.834Z | Downloaded slog-scope v4.4.0 |
1148 | 2025-02-23T08:25:39.837Z | Downloaded signal-hook-tokio v0.3.1 |
1149 | 2025-02-23T08:25:39.837Z | Downloaded signal-hook-registry v1.4.2 |
1150 | 2025-02-23T08:25:39.839Z | Downloaded sec1 v0.7.3 |
1151 | 2025-02-23T08:25:39.839Z | Downloaded rustls-pemfile v1.0.4 |
1152 | 2025-02-23T08:25:39.841Z | Downloaded ssh-cipher v0.2.0 |
1153 | 2025-02-23T08:25:39.844Z | Downloaded libloading v0.8.5 |
1154 | 2025-02-23T08:25:39.846Z | Downloaded ciborium v0.2.2 |
1155 | 2025-02-23T08:25:39.848Z | Downloaded blake2 v0.10.6 |
1156 | 2025-02-23T08:25:39.851Z | Downloaded signature v2.2.0 |
1157 | 2025-02-23T08:25:39.853Z | Downloaded rustc_version v0.1.7 |
1158 | 2025-02-23T08:25:39.853Z | Downloaded jobserver v0.1.32 |
1159 | 2025-02-23T08:25:39.856Z | Downloaded indoc v2.0.5 |
1160 | 2025-02-23T08:25:39.858Z | Downloaded maybe-uninit v2.0.0 |
1161 | 2025-02-23T08:25:39.860Z | Downloaded hubpack v0.1.2 |
1162 | 2025-02-23T08:25:39.860Z | Downloaded hostname v0.3.1 |
1163 | 2025-02-23T08:25:39.864Z | Downloaded async-bb8-diesel v0.2.1 |
1164 | 2025-02-23T08:25:39.868Z | Downloaded vte_generate_state_changes v0.1.2 |
1165 | 2025-02-23T08:25:39.868Z | Downloaded http-body-util v0.1.2 |
1166 | 2025-02-23T08:25:39.868Z | Downloaded termtree v0.5.1 |
1167 | 2025-02-23T08:25:39.870Z | Downloaded argon2 v0.5.3 |
1168 | 2025-02-23T08:25:39.870Z | Downloaded cancel-safe-futures v0.1.5 |
1169 | 2025-02-23T08:25:39.872Z | Downloaded idna_adapter v1.2.0 |
1170 | 2025-02-23T08:25:39.872Z | Downloaded icu_collections v1.5.0 |
1171 | 2025-02-23T08:25:39.878Z | Downloaded linear-map v1.2.0 |
1172 | 2025-02-23T08:25:39.880Z | Downloaded lazy_static v1.5.0 |
1173 | 2025-02-23T08:25:39.883Z | Downloaded kstat-rs v0.2.4 |
1174 | 2025-02-23T08:25:39.885Z | Downloaded ipnetwork v0.21.1 |
1175 | 2025-02-23T08:25:39.885Z | Downloaded cookie_store v0.21.1 |
1176 | 2025-02-23T08:25:39.887Z | Downloaded bitfield v0.14.0 |
1177 | 2025-02-23T08:25:39.890Z | Downloaded is-terminal v0.4.13 |
1178 | 2025-02-23T08:25:39.890Z | Downloaded base64ct v1.6.0 |
1179 | 2025-02-23T08:25:39.892Z | Downloaded http-range v0.1.5 |
1180 | 2025-02-23T08:25:39.895Z | Downloaded http-body v1.0.1 |
1181 | 2025-02-23T08:25:39.895Z | Downloaded inout v0.1.3 |
1182 | 2025-02-23T08:25:39.899Z | Downloaded indent_write v2.2.0 |
1183 | 2025-02-23T08:25:39.899Z | Downloaded hyper-staticfile v0.10.1 |
1184 | 2025-02-23T08:25:39.901Z | Downloaded const_format_proc_macros v0.2.34 |
1185 | 2025-02-23T08:25:39.901Z | Downloaded castaway v0.2.3 |
1186 | 2025-02-23T08:25:39.904Z | Downloaded bit-set v0.5.3 |
1187 | 2025-02-23T08:25:39.904Z | Downloaded hex v0.4.3 |
1188 | 2025-02-23T08:25:39.906Z | Downloaded blowfish v0.9.1 |
1189 | 2025-02-23T08:25:39.906Z | Downloaded cipher v0.4.4 |
1190 | 2025-02-23T08:25:39.906Z | Downloaded block-padding v0.3.3 |
1191 | 2025-02-23T08:25:39.909Z | Downloaded ciborium-ll v0.2.2 |
1192 | 2025-02-23T08:25:39.909Z | Downloaded cmake v0.1.51 |
1193 | 2025-02-23T08:25:39.911Z | Downloaded chacha20 v0.9.1 |
1194 | 2025-02-23T08:25:39.913Z | Downloaded cassowary v0.3.0 |
1195 | 2025-02-23T08:25:39.913Z | Downloaded bitflags v1.3.2 |
1196 | 2025-02-23T08:25:39.916Z | Downloaded bcrypt-pbkdf v0.10.0 |
1197 | 2025-02-23T08:25:39.916Z | Downloaded base16ct v0.2.0 |
1198 | 2025-02-23T08:25:39.918Z | Downloaded iana-time-zone v0.1.61 |
1199 | 2025-02-23T08:25:39.921Z | Downloaded hyper-rustls v0.27.3 |
1200 | 2025-02-23T08:25:39.925Z | Downloaded crossbeam-deque v0.8.5 |
1201 | 2025-02-23T08:25:39.925Z | Downloaded convert_case v0.4.0 |
1202 | 2025-02-23T08:25:39.925Z | Downloaded bitfield-struct v0.6.2 |
1203 | 2025-02-23T08:25:39.927Z | Downloaded cobs v0.2.3 |
1204 | 2025-02-23T08:25:39.927Z | Downloaded cexpr v0.6.0 |
1205 | 2025-02-23T08:25:39.930Z | Downloaded cbc v0.1.2 |
1206 | 2025-02-23T08:25:39.930Z | Downloaded adler2 v2.0.0 |
1207 | 2025-02-23T08:25:39.932Z | Downloaded arrayref v0.3.9 |
1208 | 2025-02-23T08:25:40.043Z | Downloaded libsqlite3-sys v0.30.1 |
1209 | 2025-02-23T08:25:40.295Z | Downloaded aws-lc-sys v0.22.0 |
1210 | 2025-02-23T08:25:40.615Z | Compiling serde v1.0.217 |
1211 | 2025-02-23T08:25:40.619Z | Compiling value-bag v1.9.0 |
1212 | 2025-02-23T08:25:40.619Z | Compiling lock_api v0.4.12 |
1213 | 2025-02-23T08:25:40.619Z | Compiling scopeguard v1.2.0 |
1214 | 2025-02-23T08:25:40.767Z | Compiling typenum v1.17.0 |
1215 | 2025-02-23T08:25:40.769Z | Compiling generic-array v0.14.7 |
1216 | 2025-02-23T08:25:40.807Z | Compiling syn v2.0.96 |
1217 | 2025-02-23T08:25:40.822Z | Compiling getrandom v0.2.15 |
1218 | 2025-02-23T08:25:40.984Z | Compiling shlex v1.3.0 |
1219 | 2025-02-23T08:25:41.115Z | Compiling rand_core v0.6.4 |
1220 | 2025-02-23T08:25:41.217Z | Compiling log v0.4.22 |
1221 | 2025-02-23T08:25:41.326Z | Compiling subtle v2.6.1 |
1222 | 2025-02-23T08:25:41.345Z | Compiling jobserver v0.1.32 |
1223 | 2025-02-23T08:25:41.364Z | Compiling smallvec v1.13.2 |
1224 | 2025-02-23T08:25:41.654Z | Compiling const-oid v0.9.6 |
1225 | 2025-02-23T08:25:41.673Z | Compiling pin-project-lite v0.2.14 |
1226 | 2025-02-23T08:25:41.691Z | Compiling rustix v0.38.37 |
1227 | 2025-02-23T08:25:41.747Z | Compiling cc v1.2.15 |
1228 | 2025-02-23T08:25:41.813Z | Compiling parking_lot_core v0.9.10 |
1229 | 2025-02-23T08:25:41.938Z | Compiling futures-core v0.3.31 |
1230 | 2025-02-23T08:25:42.117Z | Compiling spin v0.9.8 |
1231 | 2025-02-23T08:25:42.181Z | Compiling signal-hook-registry v1.4.2 |
1232 | 2025-02-23T08:25:42.485Z | Compiling mio v1.0.2 |
1233 | 2025-02-23T08:25:42.517Z | Compiling either v1.13.0 |
1234 | 2025-02-23T08:25:42.834Z | Compiling parking_lot v0.12.3 |
1235 | 2025-02-23T08:25:42.887Z | Compiling aho-corasick v1.1.3 |
1236 | 2025-02-23T08:25:42.927Z | Compiling cpufeatures v0.2.14 |
1237 | 2025-02-23T08:25:43.043Z | Compiling regex-syntax v0.8.5 |
1238 | 2025-02-23T08:25:43.094Z | Compiling stable_deref_trait v1.2.0 |
1239 | 2025-02-23T08:25:43.217Z | Compiling futures-sink v0.3.31 |
1240 | 2025-02-23T08:25:43.388Z | Compiling socket2 v0.5.7 |
1241 | 2025-02-23T08:25:43.496Z | Compiling slab v0.4.9 |
1242 | 2025-02-23T08:25:43.625Z | Compiling glob v0.3.2 |
1243 | 2025-02-23T08:25:43.642Z | Compiling prettyplease v0.2.29 |
1244 | 2025-02-23T08:25:44.107Z | Compiling lazy_static v1.5.0 |
1245 | 2025-02-23T08:25:44.253Z | Compiling minimal-lexical v0.2.1 |
1246 | 2025-02-23T08:25:44.318Z | Compiling serde_json v1.0.139 |
1247 | 2025-02-23T08:25:44.368Z | Compiling futures-channel v0.3.31 |
1248 | 2025-02-23T08:25:44.582Z | Compiling clang-sys v1.8.1 |
1249 | 2025-02-23T08:25:44.697Z | Compiling nom v7.1.3 |
1250 | 2025-02-23T08:25:44.756Z | Compiling libloading v0.8.5 |
1251 | 2025-02-23T08:25:44.789Z | Compiling futures-io v0.3.31 |
1252 | 2025-02-23T08:25:45.076Z | Compiling bindgen v0.69.5 |
1253 | 2025-02-23T08:25:45.163Z | Compiling pin-utils v0.1.0 |
1254 | 2025-02-23T08:25:45.280Z | Compiling futures-task v0.3.31 |
1255 | 2025-02-23T08:25:45.356Z | Compiling home v0.5.9 |
1256 | 2025-02-23T08:25:45.617Z | Compiling itertools v0.12.1 |
1257 | 2025-02-23T08:25:45.746Z | Compiling libm v0.2.8 |
1258 | 2025-02-23T08:25:45.981Z | Compiling allocator-api2 v0.2.18 |
1259 | 2025-02-23T08:25:46.116Z | Compiling foldhash v0.1.3 |
1260 | 2025-02-23T08:25:46.458Z | Compiling rustc-hash v1.1.0 |
1261 | 2025-02-23T08:25:46.612Z | Compiling lazycell v1.3.0 |
1262 | 2025-02-23T08:25:46.763Z | Compiling regex-automata v0.4.8 |
1263 | 2025-02-23T08:25:46.810Z | Compiling hashbrown v0.15.1 |
1264 | 2025-02-23T08:25:47.577Z | Compiling cmake v0.1.51 |
1265 | 2025-02-23T08:25:48.036Z | Compiling synstructure v0.13.1 |
1266 | 2025-02-23T08:25:48.407Z | Compiling cexpr v0.6.0 |
1267 | 2025-02-23T08:25:48.515Z | Compiling num-traits v0.2.19 |
1268 | 2025-02-23T08:25:48.835Z | Compiling pkg-config v0.3.31 |
1269 | 2025-02-23T08:25:49.184Z | Compiling dunce v1.0.5 |
1270 | 2025-02-23T08:25:49.330Z | Compiling fs_extra v1.3.0 |
1271 | 2025-02-23T08:25:49.877Z | Compiling litemap v0.7.3 |
1272 | 2025-02-23T08:25:50.020Z | Compiling writeable v0.5.5 |
1273 | 2025-02-23T08:25:50.126Z | Compiling ring v0.17.11 |
1274 | 2025-02-23T08:25:50.283Z | Compiling paste v1.0.15 |
1275 | 2025-02-23T08:25:50.551Z | Compiling base64ct v1.6.0 |
1276 | 2025-02-23T08:25:50.965Z | Compiling flagset v0.4.6 |
1277 | 2025-02-23T08:25:51.020Z | Compiling aws-lc-rs v1.10.0 |
1278 | 2025-02-23T08:25:51.152Z | Compiling pem-rfc7468 v0.7.0 |
1279 | 2025-02-23T08:25:51.180Z | Compiling httparse v1.9.5 |
1280 | 2025-02-23T08:25:51.431Z | Compiling icu_locid_transform_data v1.5.0 |
1281 | 2025-02-23T08:25:51.804Z | Compiling tracing-core v0.1.32 |
1282 | 2025-02-23T08:25:51.962Z | Compiling crossbeam-utils v0.8.20 |
1283 | 2025-02-23T08:25:52.440Z | Compiling regex v1.11.1 |
1284 | 2025-02-23T08:25:52.517Z | Compiling percent-encoding v2.3.1 |
1285 | 2025-02-23T08:25:52.665Z | Compiling icu_properties_data v1.5.0 |
1286 | 2025-02-23T08:25:52.840Z | Compiling rustls-pki-types v1.10.0 |
1287 | 2025-02-23T08:25:52.954Z | Compiling utf8_iter v1.0.4 |
1288 | 2025-02-23T08:25:52.972Z | Compiling serde_derive v1.0.217 |
1289 | 2025-02-23T08:25:53.202Z | Compiling zeroize_derive v1.4.2 |
1290 | 2025-02-23T08:25:53.308Z | Compiling zerocopy-derive v0.7.35 |
1291 | 2025-02-23T08:25:53.541Z | Compiling tokio-macros v2.5.0 |
1292 | 2025-02-23T08:25:53.814Z | Compiling zerofrom-derive v0.1.4 |
1293 | 2025-02-23T08:25:54.647Z | Compiling zeroize v1.8.1 |
1294 | 2025-02-23T08:25:55.024Z | Compiling yoke-derive v0.7.4 |
1295 | 2025-02-23T08:25:55.327Z | Compiling zerocopy v0.7.35 |
1296 | 2025-02-23T08:25:55.551Z | Compiling thiserror-impl v1.0.69 |
1297 | 2025-02-23T08:25:56.319Z | Compiling crypto-common v0.1.6 |
1298 | 2025-02-23T08:25:56.578Z | Compiling block-buffer v0.10.4 |
1299 | 2025-02-23T08:25:56.599Z | Compiling zerovec-derive v0.10.3 |
1300 | 2025-02-23T08:25:56.706Z | Compiling futures-macro v0.3.31 |
1301 | 2025-02-23T08:25:56.864Z | Compiling digest v0.10.7 |
1302 | 2025-02-23T08:25:57.048Z | Compiling zerofrom v0.1.4 |
1303 | 2025-02-23T08:25:57.287Z | Compiling hmac v0.12.1 |
1304 | 2025-02-23T08:25:57.338Z | Compiling displaydoc v0.2.5 |
1305 | 2025-02-23T08:25:57.364Z | Compiling block-padding v0.3.3 |
1306 | 2025-02-23T08:25:57.543Z | Compiling sha2 v0.10.8 |
1307 | 2025-02-23T08:25:57.631Z | Compiling inout v0.1.3 |
1308 | 2025-02-23T08:25:57.715Z | Compiling yoke v0.7.4 |
1309 | 2025-02-23T08:25:57.923Z | Compiling cipher v0.4.4 |
1310 | 2025-02-23T08:25:58.082Z | Compiling icu_provider_macros v1.5.0 |
1311 | 2025-02-23T08:25:58.440Z | Compiling ppv-lite86 v0.2.20 |
1312 | 2025-02-23T08:25:58.485Z | Compiling futures-util v0.3.31 |
1313 | 2025-02-23T08:25:58.507Z | Compiling thiserror v1.0.69 |
1314 | 2025-02-23T08:25:58.667Z | Compiling der_derive v0.7.3 |
1315 | 2025-02-23T08:25:58.888Z | Compiling tracing-attributes v0.1.27 |
1316 | 2025-02-23T08:25:59.133Z | Compiling zerovec v0.10.4 |
1317 | 2025-02-23T08:25:59.158Z | Compiling rand_chacha v0.3.1 |
1318 | 2025-02-23T08:25:59.216Z | Compiling pest v2.7.14 |
1319 | 2025-02-23T08:26:01.075Z | Compiling tinystr v0.7.6 |
1320 | 2025-02-23T08:26:01.095Z | Compiling der v0.7.9 |
1321 | 2025-02-23T08:26:01.135Z | Compiling icu_collections v1.5.0 |
1322 | 2025-02-23T08:26:01.458Z | Compiling icu_locid v1.5.0 |
1323 | 2025-02-23T08:26:01.478Z | Compiling rand v0.8.5 |
1324 | 2025-02-23T08:26:02.096Z | Compiling tracing v0.1.40 |
1325 | 2025-02-23T08:26:02.259Z | Compiling salsa20 v0.10.2 |
1326 | 2025-02-23T08:26:02.419Z | Compiling pbkdf2 v0.12.2 |
1327 | 2025-02-23T08:26:02.509Z | Compiling icu_provider v1.5.0 |
1328 | 2025-02-23T08:26:02.598Z | Compiling powerfmt v0.2.0 |
1329 | 2025-02-23T08:26:02.618Z | Compiling write16 v1.0.0 |
1330 | 2025-02-23T08:26:02.762Z | Compiling time-core v0.1.2 |
1331 | 2025-02-23T08:26:02.958Z | Compiling vcpkg v0.2.15 |
1332 | 2025-02-23T08:26:02.980Z | Compiling untrusted v0.9.0 |
1333 | 2025-02-23T08:26:03.163Z | Compiling spki v0.7.3 |
1334 | 2025-02-23T08:26:03.411Z | Compiling icu_locid_transform v1.5.0 |
1335 | 2025-02-23T08:26:03.498Z | Compiling untrusted v0.7.1 |
1336 | 2025-02-23T08:26:03.538Z | Compiling icu_normalizer_data v1.5.0 |
1337 | 2025-02-23T08:26:03.577Z | Compiling num-conv v0.1.0 |
1338 | 2025-02-23T08:26:03.654Z | Compiling mirai-annotations v1.12.0 |
1339 | 2025-02-23T08:26:03.685Z | Compiling utf16_iter v1.0.5 |
1340 | 2025-02-23T08:26:03.907Z | Compiling time-macros v0.2.18 |
1341 | 2025-02-23T08:26:03.929Z | Compiling deranged v0.3.11 |
1342 | 2025-02-23T08:26:03.948Z | Compiling scrypt v0.11.0 |
1343 | 2025-02-23T08:26:04.025Z | Compiling pest_meta v2.7.14 |
1344 | 2025-02-23T08:26:04.473Z | Compiling aes v0.8.4 |
1345 | 2025-02-23T08:26:04.761Z | Compiling icu_properties v1.5.1 |
1346 | 2025-02-23T08:26:05.388Z | Compiling openssl-sys v0.9.106 |
1347 | 2025-02-23T08:26:05.760Z | Compiling bitflags v2.6.0 |
1348 | 2025-02-23T08:26:05.781Z | Compiling bytes v1.9.0 |
1349 | 2025-02-23T08:26:06.960Z | Compiling tokio v1.43.0 |
1350 | 2025-02-23T08:26:06.963Z | Compiling semver v1.0.25 |
1351 | 2025-02-23T08:26:07.256Z | Compiling indexmap v2.7.1 |
1352 | 2025-02-23T08:26:07.652Z | Compiling http v1.2.0 |
1353 | 2025-02-23T08:26:08.187Z | Compiling rustc_version v0.4.1 |
1354 | 2025-02-23T08:26:08.286Z | Compiling cbc v0.1.2 |
1355 | 2025-02-23T08:26:08.551Z | Compiling icu_normalizer v1.5.0 |
1356 | 2025-02-23T08:26:08.607Z | Compiling scroll_derive v0.12.0 |
1357 | 2025-02-23T08:26:09.234Z | Compiling atomic-waker v1.1.2 |
1358 | 2025-02-23T08:26:09.412Z | Compiling num_threads v0.1.7 |
1359 | 2025-02-23T08:26:09.436Z | Compiling tinyvec_macros v0.1.1 |
1360 | 2025-02-23T08:26:09.546Z | Compiling tinyvec v1.8.0 |
1361 | 2025-02-23T08:26:09.565Z | Compiling time v0.3.36 |
1362 | 2025-02-23T08:26:09.889Z | Compiling which v4.4.2 |
1363 | 2025-02-23T08:26:09.982Z | Compiling idna_adapter v1.2.0 |
1364 | 2025-02-23T08:26:10.055Z | Compiling scroll v0.12.0 |
1365 | 2025-02-23T08:26:10.340Z | Compiling http-body v1.0.1 |
1366 | 2025-02-23T08:26:10.418Z | Compiling pkcs5 v0.7.1 |
1367 | 2025-02-23T08:26:10.587Z | Compiling pest_generator v2.7.14 |
1368 | 2025-02-23T08:26:10.674Z | Compiling form_urlencoded v1.2.1 |
1369 | 2025-02-23T08:26:10.846Z | Compiling slog v2.7.0 |
1370 | 2025-02-23T08:26:10.987Z | Compiling try-lock v0.2.5 |
1371 | 2025-02-23T08:26:11.035Z | Compiling goblin v0.8.2 |
1372 | 2025-02-23T08:26:11.160Z | Compiling want v0.3.1 |
1373 | 2025-02-23T08:26:11.430Z | Compiling pkcs8 v0.10.2 |
1374 | 2025-02-23T08:26:11.451Z | Compiling idna v1.0.3 |
1375 | 2025-02-23T08:26:11.489Z | Compiling uuid v1.12.0 |
1376 | 2025-02-23T08:26:12.083Z | Compiling httpdate v1.0.3 |
1377 | 2025-02-23T08:26:12.370Z | Compiling pest_derive v2.7.14 |
1378 | 2025-02-23T08:26:12.538Z | Compiling iana-time-zone v0.1.61 |
1379 | 2025-02-23T08:26:12.926Z | Compiling tower-service v0.3.3 |
1380 | 2025-02-23T08:26:12.990Z | Compiling chrono v0.4.39 |
1381 | 2025-02-23T08:26:13.074Z | Compiling serde_spanned v0.6.8 |
1382 | 2025-02-23T08:26:13.175Z | Compiling dtrace-parser v0.2.0 |
1383 | 2025-02-23T08:26:13.297Z | Compiling serde_tokenstream v0.2.2 |
1384 | 2025-02-23T08:26:13.723Z | Compiling toml_datetime v0.6.8 |
1385 | 2025-02-23T08:26:13.880Z | Compiling base64 v0.22.1 |
1386 | 2025-02-23T08:26:14.094Z | Compiling match_cfg v0.1.0 |
1387 | 2025-02-23T08:26:14.208Z | Compiling foreign-types-shared v0.1.1 |
1388 | 2025-02-23T08:26:14.270Z | Compiling rustversion v1.0.17 |
1389 | 2025-02-23T08:26:14.346Z | Compiling adler2 v2.0.0 |
1390 | 2025-02-23T08:26:14.572Z | Compiling openssl v0.10.71 |
1391 | 2025-02-23T08:26:14.621Z | Compiling miniz_oxide v0.8.0 |
1392 | 2025-02-23T08:26:14.998Z | Compiling tokio-util v0.7.12 |
1393 | 2025-02-23T08:26:15.043Z | Compiling foreign-types v0.3.2 |
1394 | 2025-02-23T08:26:15.067Z | Compiling hostname v0.3.1 |
1395 | 2025-02-23T08:26:15.147Z | Compiling url v2.5.3 |
1396 | 2025-02-23T08:26:16.065Z | Compiling h2 v0.4.6 |
1397 | 2025-02-23T08:26:16.266Z | Compiling async-trait v0.1.86 |
1398 | 2025-02-23T08:26:16.300Z | Compiling openssl-macros v0.1.1 |
1399 | 2025-02-23T08:26:16.572Z | Compiling serde_derive_internals v0.29.1 |
1400 | 2025-02-23T08:26:16.914Z | Compiling dof v0.3.0 |
1401 | 2025-02-23T08:26:17.063Z | Compiling dirs-sys-next v0.1.2 |
1402 | 2025-02-23T08:26:17.616Z | Compiling schemars v0.8.21 |
1403 | 2025-02-23T08:26:17.995Z | Compiling usdt-impl v0.5.0 |
1404 | 2025-02-23T08:26:18.640Z | Compiling rustls v0.23.19 |
1405 | 2025-02-23T08:26:18.703Z | Compiling siphasher v0.3.11 |
1406 | 2025-02-23T08:26:18.846Z | Compiling native-tls v0.2.12 |
1407 | 2025-02-23T08:26:18.957Z | Compiling syn v1.0.109 |
1408 | 2025-02-23T08:26:19.125Z | Compiling rustls v0.22.4 |
1409 | 2025-02-23T08:26:19.254Z | Compiling data-encoding v2.6.0 |
1410 | 2025-02-23T08:26:19.363Z | Compiling schemars_derive v0.8.21 |
1411 | 2025-02-23T08:26:19.497Z | Compiling dirs-next v2.0.0 |
1412 | 2025-02-23T08:26:20.100Z | Compiling unicode-normalization v0.1.24 |
1413 | 2025-02-23T08:26:20.220Z | Compiling http-body-util v0.1.2 |
1414 | 2025-02-23T08:26:20.664Z | Compiling crossbeam-epoch v0.9.18 |
1415 | 2025-02-23T08:26:20.957Z | Compiling heapless v0.7.17 |
1416 | 2025-02-23T08:26:21.157Z | Compiling sha1 v0.10.6 |
1417 | 2025-02-23T08:26:21.202Z | Compiling signature v2.2.0 |
1418 | 2025-02-23T08:26:21.333Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1419 | 2025-02-23T08:26:21.426Z | Compiling thread_local v1.1.8 |
1420 | 2025-02-23T08:26:21.515Z | Compiling cookie v0.18.1 |
1421 | 2025-02-23T08:26:21.553Z | Compiling multer v3.1.0 |
1422 | 2025-02-23T08:26:21.846Z | Compiling encoding_rs v0.8.34 |
1423 | 2025-02-23T08:26:21.849Z | Compiling openssl-probe v0.1.5 |
1424 | 2025-02-23T08:26:21.880Z | Compiling unicode-bidi v0.3.17 |
1425 | 2025-02-23T08:26:21.898Z | Compiling rayon-core v1.12.1 |
1426 | 2025-02-23T08:26:22.158Z | Compiling dyn-clone v1.0.18 |
1427 | 2025-02-23T08:26:22.211Z | Compiling signal-hook v0.3.17 |
1428 | 2025-02-23T08:26:22.290Z | Compiling slog-async v2.8.0 |
1429 | 2025-02-23T08:26:22.375Z | Compiling ipnet v2.10.1 |
1430 | 2025-02-23T08:26:22.521Z | Compiling mime v0.3.17 |
1431 | 2025-02-23T08:26:22.817Z | Compiling gimli v0.31.1 |
1432 | 2025-02-23T08:26:23.068Z | Compiling unicode-properties v0.1.3 |
1433 | 2025-02-23T08:26:23.106Z | Compiling toml_edit v0.22.22 |
1434 | 2025-02-23T08:26:23.408Z | Compiling hyper v1.5.2 |
1435 | 2025-02-23T08:26:23.505Z | Compiling stringprep v0.1.5 |
1436 | 2025-02-23T08:26:25.918Z | Compiling hyper-util v0.1.10 |
1437 | 2025-02-23T08:26:27.139Z | Compiling addr2line v0.24.2 |
1438 | 2025-02-23T08:26:27.366Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2025-02-23T08:26:27.659Z | Compiling usdt-attr-macro v0.5.0 |
1440 | 2025-02-23T08:26:27.701Z | Compiling usdt-macro v0.5.0 |
1441 | 2025-02-23T08:26:27.843Z | Compiling term v0.7.0 |
1442 | 2025-02-23T08:26:28.364Z | Compiling slog-json v2.6.1 |
1443 | 2025-02-23T08:26:28.721Z | Compiling serde_urlencoded v0.7.1 |
1444 | 2025-02-23T08:26:28.777Z | Compiling crossbeam-channel v0.5.13 |
1445 | 2025-02-23T08:26:29.071Z | Compiling curve25519-dalek v4.1.3 |
1446 | 2025-02-23T08:26:29.091Z | Compiling enum-as-inner v0.6.1 |
1447 | 2025-02-23T08:26:29.143Z | Compiling futures-executor v0.3.31 |
1448 | 2025-02-23T08:26:29.228Z | Compiling md-5 v0.10.6 |
1449 | 2025-02-23T08:26:29.520Z | Compiling rustls-pemfile v2.2.0 |
1450 | 2025-02-23T08:26:29.672Z | Compiling async-stream-impl v0.3.6 |
1451 | 2025-02-23T08:26:29.789Z | Compiling num-integer v0.1.46 |
1452 | 2025-02-23T08:26:29.809Z | Compiling hash32 v0.2.1 |
1453 | 2025-02-23T08:26:29.870Z | Compiling ff v0.13.0 |
1454 | 2025-02-23T08:26:30.117Z | Compiling is-terminal v0.4.13 |
1455 | 2025-02-23T08:26:30.151Z | Compiling object v0.36.5 |
1456 | 2025-02-23T08:26:30.176Z | Compiling dropshot v0.12.0 |
1457 | 2025-02-23T08:26:30.261Z | Compiling memoffset v0.9.1 |
1458 | 2025-02-23T08:26:30.475Z | Compiling portable-atomic v1.9.0 |
1459 | 2025-02-23T08:26:30.495Z | Compiling litrs v0.4.1 |
1460 | 2025-02-23T08:26:30.512Z | Compiling num-bigint-dig v0.8.4 |
1461 | 2025-02-23T08:26:30.582Z | Compiling take_mut v0.2.2 |
1462 | 2025-02-23T08:26:30.752Z | Compiling psl-types v2.0.11 |
1463 | 2025-02-23T08:26:30.858Z | Compiling cfg_aliases v0.2.1 |
1464 | 2025-02-23T08:26:30.861Z | Compiling quick-error v1.2.3 |
1465 | 2025-02-23T08:26:30.969Z | Compiling smoltcp v0.9.1 |
1466 | 2025-02-23T08:26:30.990Z | Compiling linked-hash-map v0.5.6 |
1467 | 2025-02-23T08:26:31.029Z | Compiling rustc-demangle v0.1.24 |
1468 | 2025-02-23T08:26:31.341Z | Compiling utf-8 v0.7.6 |
1469 | 2025-02-23T08:26:31.435Z | Compiling base16ct v0.2.0 |
1470 | 2025-02-23T08:26:31.611Z | Compiling anyhow v1.0.96 |
1471 | 2025-02-23T08:26:31.631Z | Compiling fallible-iterator v0.2.0 |
1472 | 2025-02-23T08:26:31.668Z | Compiling sec1 v0.7.3 |
1473 | 2025-02-23T08:26:31.762Z | Compiling document-features v0.2.10 |
1474 | 2025-02-23T08:26:31.967Z | Compiling tungstenite v0.24.0 |
1475 | 2025-02-23T08:26:32.304Z | Compiling postgres-protocol v0.6.7 |
1476 | 2025-02-23T08:26:32.325Z | Compiling lru-cache v0.1.2 |
1477 | 2025-02-23T08:26:32.547Z | Compiling resolv-conf v0.7.0 |
1478 | 2025-02-23T08:26:32.611Z | Compiling nix v0.29.0 |
1479 | 2025-02-23T08:26:32.943Z | Compiling publicsuffix v2.3.0 |
1480 | 2025-02-23T08:26:33.238Z | Compiling async-stream v0.3.6 |
1481 | 2025-02-23T08:26:33.538Z | Compiling num-iter v0.1.45 |
1482 | 2025-02-23T08:26:33.566Z | Compiling slog-term v2.9.1 |
1483 | 2025-02-23T08:26:33.617Z | Compiling hickory-proto v0.24.3 |
1484 | 2025-02-23T08:26:33.740Z | Compiling usdt v0.5.0 |
1485 | 2025-02-23T08:26:33.898Z | Compiling group v0.13.0 |
1486 | 2025-02-23T08:26:34.345Z | Compiling futures v0.3.31 |
1487 | 2025-02-23T08:26:34.387Z | Compiling slog-bunyan v2.5.0 |
1488 | 2025-02-23T08:26:35.335Z | Compiling toml v0.8.19 |
1489 | 2025-02-23T08:26:35.627Z | Compiling tokio-native-tls v0.3.1 |
1490 | 2025-02-23T08:26:35.922Z | Compiling camino v1.1.9 |
1491 | 2025-02-23T08:26:36.137Z | Compiling phf_shared v0.11.2 |
1492 | 2025-02-23T08:26:36.500Z | Compiling dropshot_endpoint v0.12.0 |
1493 | 2025-02-23T08:26:36.653Z | Compiling terminal_size v0.4.0 |
1494 | 2025-02-23T08:26:36.781Z | Compiling backtrace v0.3.74 |
1495 | 2025-02-23T08:26:36.861Z | Compiling waitgroup v0.1.2 |
1496 | 2025-02-23T08:26:36.883Z | Compiling openapiv3 v2.0.0 |
1497 | 2025-02-23T08:26:37.099Z | Compiling serde_path_to_error v0.1.16 |
1498 | 2025-02-23T08:26:37.361Z | Compiling hkdf v0.12.4 |
1499 | 2025-02-23T08:26:37.650Z | Compiling crypto-bigint v0.5.5 |
1500 | 2025-02-23T08:26:37.839Z | Compiling webpki-roots v0.26.6 |
1501 | 2025-02-23T08:26:38.052Z | Compiling curve25519-dalek-derive v0.1.1 |
1502 | 2025-02-23T08:26:39.523Z | Compiling zerocopy-derive v0.6.6 |
1503 | 2025-02-23T08:26:39.675Z | Compiling sync_wrapper v1.0.1 |
1504 | 2025-02-23T08:26:39.861Z | Compiling hostname v0.4.0 |
1505 | 2025-02-23T08:26:39.894Z | Compiling hubpack_derive v0.1.1 |
1506 | 2025-02-23T08:26:40.087Z | Compiling fs-err v2.11.0 |
1507 | 2025-02-23T08:26:40.411Z | Compiling crc32fast v1.4.2 |
1508 | 2025-02-23T08:26:40.587Z | Compiling ahash v0.8.11 |
1509 | 2025-02-23T08:26:40.749Z | Compiling unicode-width v0.2.0 |
1510 | 2025-02-23T08:26:40.784Z | Compiling bitflags v1.3.2 |
1511 | 2025-02-23T08:26:40.901Z | Compiling newtype-uuid v1.2.1 |
1512 | 2025-02-23T08:26:40.919Z | Compiling winnow v0.5.40 |
1513 | 2025-02-23T08:26:40.955Z | Compiling tower-layer v0.3.3 |
1514 | 2025-02-23T08:26:41.216Z | Compiling managed v0.8.0 |
1515 | 2025-02-23T08:26:41.263Z | Compiling debug-ignore v1.0.5 |
1516 | 2025-02-23T08:26:41.297Z | Compiling clap_builder v4.5.30 |
1517 | 2025-02-23T08:26:41.440Z | Compiling zerocopy v0.6.6 |
1518 | 2025-02-23T08:26:41.466Z | Compiling console v0.15.10 |
1519 | 2025-02-23T08:26:42.196Z | Compiling tower v0.5.2 |
1520 | 2025-02-23T08:26:42.767Z | Compiling strum_macros v0.25.3 |
1521 | 2025-02-23T08:26:42.786Z | Compiling hubpack v0.1.2 |
1522 | 2025-02-23T08:26:42.999Z | Compiling flate2 v1.0.35 |
1523 | 2025-02-23T08:26:43.226Z | Compiling elliptic-curve v0.13.8 |
1524 | 2025-02-23T08:26:43.694Z | Compiling hickory-resolver v0.24.3 |
1525 | 2025-02-23T08:26:44.130Z | Compiling phf v0.11.2 |
1526 | 2025-02-23T08:26:44.425Z | Compiling toml_edit v0.19.15 |
1527 | 2025-02-23T08:26:44.457Z | Compiling signal-hook-mio v0.2.4 |
1528 | 2025-02-23T08:26:44.638Z | Compiling hyper-tls v0.6.0 |
1529 | 2025-02-23T08:26:44.659Z | Compiling rayon v1.10.0 |
1530 | 2025-02-23T08:26:45.051Z | Compiling cookie_store v0.21.1 |
1531 | 2025-02-23T08:26:46.445Z | Compiling bzip2 v0.4.4 |
1532 | 2025-02-23T08:26:47.028Z | Compiling postgres-types v0.2.8 |
1533 | 2025-02-23T08:26:48.336Z | Compiling tokio-tungstenite v0.24.0 |
1534 | 2025-02-23T08:26:49.153Z | Compiling ed25519 v2.2.3 |
1535 | 2025-02-23T08:26:49.293Z | Compiling phf_shared v0.10.0 |
1536 | 2025-02-23T08:26:49.313Z | Compiling tokio-stream v0.1.16 |
1537 | 2025-02-23T08:26:49.700Z | Compiling pkcs1 v0.7.5 |
1538 | 2025-02-23T08:26:50.138Z | Compiling serde-big-array v0.5.1 |
1539 | 2025-02-23T08:26:50.247Z | Compiling clap_derive v4.5.28 |
1540 | 2025-02-23T08:26:50.379Z | Compiling rfc6979 v0.4.0 |
1541 | 2025-02-23T08:26:50.585Z | Compiling derive-where v1.2.7 |
1542 | 2025-02-23T08:26:50.589Z | Compiling serde_repr v0.1.19 |
1543 | 2025-02-23T08:26:51.029Z | Compiling float-cmp v0.10.0 |
1544 | 2025-02-23T08:26:51.293Z | Compiling bstr v1.10.0 |
1545 | 2025-02-23T08:26:51.390Z | Compiling number_prefix v0.4.0 |
1546 | 2025-02-23T08:26:51.603Z | Compiling fixedbitset v0.4.2 |
1547 | 2025-02-23T08:26:51.662Z | Compiling static_assertions v1.1.0 |
1548 | 2025-02-23T08:26:51.783Z | Compiling difflib v0.4.0 |
1549 | 2025-02-23T08:26:51.802Z | Compiling whoami v1.5.2 |
1550 | 2025-02-23T08:26:52.067Z | Compiling unicode-segmentation v1.12.0 |
1551 | 2025-02-23T08:26:52.364Z | Compiling bit-vec v0.6.3 |
1552 | 2025-02-23T08:26:52.785Z | Compiling normalize-line-endings v0.3.0 |
1553 | 2025-02-23T08:26:52.788Z | Compiling new_debug_unreachable v1.0.6 |
1554 | 2025-02-23T08:26:52.919Z | Compiling predicates-core v1.0.8 |
1555 | 2025-02-23T08:26:52.942Z | Compiling precomputed-hash v0.1.1 |
1556 | 2025-02-23T08:26:52.971Z | Compiling similar v2.6.0 |
1557 | 2025-02-23T08:26:53.083Z | Compiling string_cache v0.8.7 |
1558 | 2025-02-23T08:26:53.083Z | Compiling bit-set v0.5.3 |
1559 | 2025-02-23T08:26:53.236Z | Compiling predicates v3.1.3 |
1560 | 2025-02-23T08:26:53.355Z | Compiling tokio-postgres v0.7.12 |
1561 | 2025-02-23T08:26:53.536Z | Compiling petgraph v0.6.5 |
1562 | 2025-02-23T08:26:53.664Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1563 | 2025-02-23T08:26:54.773Z | Compiling indicatif v0.17.11 |
1564 | 2025-02-23T08:26:54.860Z | Compiling clap v4.5.30 |
1565 | 2025-02-23T08:26:54.996Z | Compiling ecdsa v0.16.9 |
1566 | 2025-02-23T08:26:55.097Z | Compiling rsa v0.9.6 |
1567 | 2025-02-23T08:26:55.842Z | Compiling ed25519-dalek v2.1.1 |
1568 | 2025-02-23T08:26:56.750Z | Compiling toml v0.7.8 |
1569 | 2025-02-23T08:26:57.255Z | Compiling zip v0.6.6 |
1570 | 2025-02-23T08:26:58.246Z | Compiling crossterm v0.28.1 |
1571 | 2025-02-23T08:26:59.392Z | Compiling hex v0.4.3 |
1572 | 2025-02-23T08:26:59.520Z | Compiling x509-cert v0.2.5 |
1573 | 2025-02-23T08:26:59.560Z | Compiling itertools v0.10.5 |
1574 | 2025-02-23T08:27:00.016Z | Compiling itertools v0.14.0 |
1575 | 2025-02-23T08:27:00.037Z | Compiling unicode-xid v0.2.6 |
1576 | 2025-02-23T08:27:00.246Z | Compiling peg-runtime v0.8.3 |
1577 | 2025-02-23T08:27:00.754Z | Compiling lalrpop-util v0.19.12 |
1578 | 2025-02-23T08:27:00.818Z | Compiling strum_macros v0.26.4 |
1579 | 2025-02-23T08:27:01.131Z | Compiling xattr v1.3.1 |
1580 | 2025-02-23T08:27:01.422Z | Compiling filetime v0.2.25 |
1581 | 2025-02-23T08:27:01.746Z | Compiling tar v0.4.42 |
1582 | 2025-02-23T08:27:05.390Z | Compiling strum v0.26.3 |
1583 | 2025-02-23T08:27:08.926Z | Compiling aws-lc-sys v0.22.0 |
1584 | 2025-02-23T08:27:36.719Z | Compiling rustls-webpki v0.102.8 |
1585 | 2025-02-23T08:27:39.867Z | Compiling tokio-rustls v0.25.0 |
1586 | 2025-02-23T08:27:41.661Z | Compiling tokio-rustls v0.26.0 |
1587 | 2025-02-23T08:27:41.920Z | Compiling hyper-rustls v0.27.3 |
1588 | 2025-02-23T08:27:42.356Z | Compiling reqwest v0.12.12 |
1589 | 2025-02-23T08:27:43.602Z | Compiling qorb v0.2.1 |
1590 | 2025-02-23T08:27:46.645Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1591 | 2025-02-23T08:27:46.921Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1592 | 2025-02-23T08:27:51.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
1593 | 2025-02-23T08:27:51.602Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1594 | 2025-02-23T08:27:51.653Z | Feb 23 08:27:50.960 INFO Starting download, target: Clickhouse |
1595 | 2025-02-23T08:27:51.653Z | Feb 23 08:27:50.960 INFO Starting download, target: Cockroach |
1596 | 2025-02-23T08:27:51.653Z | Feb 23 08:27:50.960 INFO Starting download, target: Console |
1597 | 2025-02-23T08:27:51.653Z | Feb 23 08:27:50.960 INFO Starting download, target: DendriteOpenapi |
1598 | 2025-02-23T08:27:51.653Z | Feb 23 08:27:50.960 INFO Starting download, target: DendriteStub |
1599 | 2025-02-23T08:27:51.655Z | Feb 23 08:27:50.960 INFO Starting download, target: MaghemiteMgd |
1600 | 2025-02-23T08:27:51.655Z | Feb 23 08:27:50.960 INFO Starting download, target: TransceiverControl |
1601 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
1602 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1603 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1604 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1605 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1606 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1607 | 2025-02-23T08:27:51.656Z | Feb 23 08:27:50.961 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1608 | 2025-02-23T08:27:51.935Z | Feb 23 08:27:51.193 INFO Download complete, target: DendriteOpenapi |
1609 | 2025-02-23T08:27:51.975Z | Feb 23 08:27:51.249 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1610 | 2025-02-23T08:27:52.125Z | Feb 23 08:27:51.419 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1611 | 2025-02-23T08:27:52.445Z | Feb 23 08:27:51.746 INFO Download complete, target: TransceiverControl |
1612 | 2025-02-23T08:27:52.511Z | Feb 23 08:27:51.802 INFO Download complete, target: Console |
1613 | 2025-02-23T08:27:52.579Z | Feb 23 08:27:51.877 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1614 | 2025-02-23T08:27:52.662Z | Feb 23 08:27:51.966 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1615 | 2025-02-23T08:27:53.146Z | Feb 23 08:27:52.453 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1616 | 2025-02-23T08:27:53.146Z | Feb 23 08:27:52.453 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1617 | 2025-02-23T08:27:53.548Z | Feb 23 08:27:52.855 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1618 | 2025-02-23T08:27:55.564Z | Feb 23 08:27:54.871 INFO Download complete, target: DendriteStub |
1619 | 2025-02-23T08:27:55.823Z | Feb 23 08:27:55.129 INFO Download complete, target: MaghemiteMgd |
1620 | 2025-02-23T08:28:00.730Z | Feb 23 08:28:00.036 INFO Checking that binary works, target: Cockroach |
1621 | 2025-02-23T08:28:00.893Z | Feb 23 08:28:00.199 INFO Download complete, target: Cockroach |
1622 | 2025-02-23T08:28:06.274Z | Feb 23 08:28:05.578 INFO Checking that binary works, target: Clickhouse |
1623 | 2025-02-23T08:28:06.402Z | Feb 23 08:28:05.706 INFO Download complete, target: Clickhouse |
1624 | 2025-02-23T08:28:06.423Z | All builder prerequisites installed successfully, and PATH looks valid |
1625 | 2025-02-23T08:28:06.426Z | |
1626 | 2025-02-23T08:28:06.426Z | real 5:06.674906552 |
1627 | 2025-02-23T08:28:06.426Z | user 15:40.280127587 |
1628 | 2025-02-23T08:28:06.426Z | sys 2:06.457675587 |
1629 | 2025-02-23T08:28:06.426Z | trap 0.575159229 |
1630 | 2025-02-23T08:28:06.426Z | tflt 0.915078689 |
1631 | 2025-02-23T08:28:06.426Z | dflt 1.067778753 |
1632 | 2025-02-23T08:28:06.426Z | kflt 0.025563850 |
1633 | 2025-02-23T08:28:06.426Z | lock 24:02.859815997 |
1634 | 2025-02-23T08:28:06.426Z | slp 55:35.037429666 |
1635 | 2025-02-23T08:28:06.426Z | lat 1:01.958912067 |
1636 | 2025-02-23T08:28:06.426Z | stop 2:24.228536253 |
1637 | 2025-02-23T08:28:06.426Z | + banner hack-check |
1638 | 2025-02-23T08:28:06.429Z | |
1639 | 2025-02-23T08:28:06.429Z | # # ## #### # # #### # # ###### #### # # |
1640 | 2025-02-23T08:28:06.429Z | # # # # # # # # # # # # # # # # # |
1641 | 2025-02-23T08:28:06.429Z | ###### # # # #### ##### # ###### ##### # #### |
1642 | 2025-02-23T08:28:06.429Z | # # ###### # # # # # # # # # # |
1643 | 2025-02-23T08:28:06.429Z | # # # # # # # # # # # # # # # # # |
1644 | 2025-02-23T08:28:06.429Z | # # # # #### # # #### # # ###### #### # # |
1645 | 2025-02-23T08:28:06.429Z | |
1646 | 2025-02-23T08:28:06.429Z | + export CARGO_INCREMENTAL=0 |
1647 | 2025-02-23T08:28:06.429Z | + CARGO_INCREMENTAL=0 |
1648 | 2025-02-23T08:28:06.429Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1649 | 2025-02-23T08:28:06.989Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1650 | 2025-02-23T08:28:09.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
1651 | 2025-02-23T08:28:09.855Z | Running `target/debug/xtask check-features --ci` |
1652 | 2025-02-23T08:28:09.875Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1653 | 2025-02-23T08:28:09.875Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1654 | 2025-02-23T08:28:10.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1655 | 2025-02-23T08:28:10.367Z | Running `target/debug/xtask download cargo-hack` |
1656 | 2025-02-23T08:28:11.208Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1657 | 2025-02-23T08:28:11.617Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1658 | 2025-02-23T08:28:15.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.97s |
1659 | 2025-02-23T08:28:15.522Z | Running `target/debug/xtask-downloader cargo-hack` |
1660 | 2025-02-23T08:28:15.562Z | Feb 23 08:28:14.862 INFO Starting download, target: CargoHack |
1661 | 2025-02-23T08:28:15.566Z | Feb 23 08:28:14.863 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1662 | 2025-02-23T08:28:16.177Z | Feb 23 08:28:15.479 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1663 | 2025-02-23T08:28:16.269Z | Feb 23 08:28:15.571 INFO Download complete, target: CargoHack |
1664 | 2025-02-23T08:28:16.274Z | 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" |
1665 | 2025-02-23T08:28:16.289Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1666 | 2025-02-23T08:28:16.468Z | info: running `cargo check --bins` on api_identity (1/199) |
1667 | 2025-02-23T08:28:17.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2025-02-23T08:28:17.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2025-02-23T08:28:17.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2025-02-23T08:28:17.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1671 | 2025-02-23T08:28:17.090Z | |
1672 | 2025-02-23T08:28:17.090Z | info: running `cargo check --bins` on bootstore (2/199) |
1673 | 2025-02-23T08:28:17.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2025-02-23T08:28:17.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2025-02-23T08:28:17.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2025-02-23T08:28:17.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1677 | 2025-02-23T08:28:17.754Z | |
1678 | 2025-02-23T08:28:17.754Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1679 | 2025-02-23T08:28:18.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2025-02-23T08:28:18.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2025-02-23T08:28:18.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2025-02-23T08:28:18.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1683 | 2025-02-23T08:28:18.390Z | |
1684 | 2025-02-23T08:28:18.390Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1685 | 2025-02-23T08:28:18.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-02-23T08:28:18.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-02-23T08:28:18.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-02-23T08:28:18.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1689 | 2025-02-23T08:28:19.029Z | |
1690 | 2025-02-23T08:28:19.029Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1691 | 2025-02-23T08:28:19.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-02-23T08:28:19.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-02-23T08:28:19.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-02-23T08:28:19.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1695 | 2025-02-23T08:28:19.495Z | |
1696 | 2025-02-23T08:28:19.495Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1697 | 2025-02-23T08:28:19.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-02-23T08:28:19.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-02-23T08:28:19.906Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-02-23T08:28:19.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1701 | 2025-02-23T08:28:19.947Z | |
1702 | 2025-02-23T08:28:19.947Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1703 | 2025-02-23T08:28:20.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-02-23T08:28:20.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-02-23T08:28:20.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-02-23T08:28:20.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1707 | 2025-02-23T08:28:20.387Z | |
1708 | 2025-02-23T08:28:20.387Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1709 | 2025-02-23T08:28:20.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-02-23T08:28:20.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-02-23T08:28:20.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-02-23T08:28:20.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1713 | 2025-02-23T08:28:20.837Z | |
1714 | 2025-02-23T08:28:20.837Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1715 | 2025-02-23T08:28:21.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-02-23T08:28:21.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-02-23T08:28:21.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-02-23T08:28:21.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1719 | 2025-02-23T08:28:21.281Z | |
1720 | 2025-02-23T08:28:21.282Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1721 | 2025-02-23T08:28:21.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-02-23T08:28:21.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-02-23T08:28:21.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-02-23T08:28:21.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1725 | 2025-02-23T08:28:21.727Z | |
1726 | 2025-02-23T08:28:21.727Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1727 | 2025-02-23T08:28:22.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-02-23T08:28:22.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-02-23T08:28:22.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-02-23T08:28:22.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1731 | 2025-02-23T08:28:22.170Z | |
1732 | 2025-02-23T08:28:22.170Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1733 | 2025-02-23T08:28:22.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-02-23T08:28:22.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-02-23T08:28:22.572Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-02-23T08:28:22.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1737 | 2025-02-23T08:28:22.614Z | |
1738 | 2025-02-23T08:28:22.614Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1739 | 2025-02-23T08:28:23.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-02-23T08:28:23.014Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-02-23T08:28:23.014Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-02-23T08:28:23.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1743 | 2025-02-23T08:28:23.059Z | |
1744 | 2025-02-23T08:28:23.059Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1745 | 2025-02-23T08:28:23.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-02-23T08:28:23.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-02-23T08:28:23.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-02-23T08:28:23.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1749 | 2025-02-23T08:28:23.501Z | |
1750 | 2025-02-23T08:28:23.501Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1751 | 2025-02-23T08:28:23.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-02-23T08:28:23.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-02-23T08:28:23.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-02-23T08:28:23.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1755 | 2025-02-23T08:28:23.942Z | |
1756 | 2025-02-23T08:28:23.942Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1757 | 2025-02-23T08:28:24.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-02-23T08:28:24.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-02-23T08:28:24.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-02-23T08:28:24.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1761 | 2025-02-23T08:28:24.388Z | |
1762 | 2025-02-23T08:28:24.388Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1763 | 2025-02-23T08:28:24.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-02-23T08:28:24.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-02-23T08:28:24.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-02-23T08:28:24.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1767 | 2025-02-23T08:28:24.833Z | |
1768 | 2025-02-23T08:28:24.833Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1769 | 2025-02-23T08:28:25.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-02-23T08:28:25.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-02-23T08:28:25.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-02-23T08:28:25.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1773 | 2025-02-23T08:28:25.277Z | |
1774 | 2025-02-23T08:28:25.277Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1775 | 2025-02-23T08:28:25.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-02-23T08:28:25.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-02-23T08:28:25.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-02-23T08:28:25.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1779 | 2025-02-23T08:28:25.729Z | |
1780 | 2025-02-23T08:28:25.729Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1781 | 2025-02-23T08:28:26.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-02-23T08:28:26.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-02-23T08:28:26.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-02-23T08:28:26.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1785 | 2025-02-23T08:28:26.175Z | |
1786 | 2025-02-23T08:28:26.175Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1787 | 2025-02-23T08:28:26.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-02-23T08:28:26.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-02-23T08:28:26.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-02-23T08:28:26.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1791 | 2025-02-23T08:28:26.629Z | |
1792 | 2025-02-23T08:28:26.629Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1793 | 2025-02-23T08:28:27.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-02-23T08:28:27.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-02-23T08:28:27.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-02-23T08:28:27.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1797 | 2025-02-23T08:28:27.084Z | |
1798 | 2025-02-23T08:28:27.084Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1799 | 2025-02-23T08:28:27.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-02-23T08:28:27.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-02-23T08:28:27.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-02-23T08:28:27.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1803 | 2025-02-23T08:28:27.536Z | |
1804 | 2025-02-23T08:28:27.536Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1805 | 2025-02-23T08:28:27.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-02-23T08:28:27.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-02-23T08:28:27.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-02-23T08:28:27.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1809 | 2025-02-23T08:28:27.985Z | |
1810 | 2025-02-23T08:28:27.986Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1811 | 2025-02-23T08:28:28.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-02-23T08:28:28.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-02-23T08:28:28.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-02-23T08:28:28.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1815 | 2025-02-23T08:28:28.438Z | |
1816 | 2025-02-23T08:28:28.438Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1817 | 2025-02-23T08:28:28.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-02-23T08:28:28.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-02-23T08:28:28.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-02-23T08:28:28.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1821 | 2025-02-23T08:28:28.892Z | |
1822 | 2025-02-23T08:28:28.892Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1823 | 2025-02-23T08:28:29.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-02-23T08:28:29.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-02-23T08:28:29.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-02-23T08:28:29.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1827 | 2025-02-23T08:28:29.336Z | |
1828 | 2025-02-23T08:28:29.336Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1829 | 2025-02-23T08:28:29.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-02-23T08:28:29.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-02-23T08:28:29.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-02-23T08:28:29.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1833 | 2025-02-23T08:28:29.788Z | |
1834 | 2025-02-23T08:28:29.789Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1835 | 2025-02-23T08:28:30.187Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-02-23T08:28:30.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-02-23T08:28:30.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-02-23T08:28:30.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1839 | 2025-02-23T08:28:30.231Z | |
1840 | 2025-02-23T08:28:30.231Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1841 | 2025-02-23T08:28:30.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-02-23T08:28:30.635Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-02-23T08:28:30.635Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-02-23T08:28:30.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1845 | 2025-02-23T08:28:30.678Z | |
1846 | 2025-02-23T08:28:30.678Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1847 | 2025-02-23T08:28:31.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-02-23T08:28:31.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-02-23T08:28:31.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-02-23T08:28:31.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1851 | 2025-02-23T08:28:31.128Z | |
1852 | 2025-02-23T08:28:31.129Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1853 | 2025-02-23T08:28:31.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-02-23T08:28:31.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-02-23T08:28:31.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-02-23T08:28:31.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1857 | 2025-02-23T08:28:31.578Z | |
1858 | 2025-02-23T08:28:31.579Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1859 | 2025-02-23T08:28:31.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-02-23T08:28:31.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-02-23T08:28:31.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-02-23T08:28:31.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1863 | 2025-02-23T08:28:32.028Z | |
1864 | 2025-02-23T08:28:32.028Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1865 | 2025-02-23T08:28:32.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-02-23T08:28:32.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-02-23T08:28:32.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-02-23T08:28:32.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1869 | 2025-02-23T08:28:32.472Z | |
1870 | 2025-02-23T08:28:32.472Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1871 | 2025-02-23T08:28:32.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-02-23T08:28:32.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-02-23T08:28:32.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-02-23T08:28:32.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1875 | 2025-02-23T08:28:32.917Z | |
1876 | 2025-02-23T08:28:32.917Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1877 | 2025-02-23T08:28:33.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-02-23T08:28:33.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-02-23T08:28:33.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-02-23T08:28:33.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1881 | 2025-02-23T08:28:33.364Z | |
1882 | 2025-02-23T08:28:33.364Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1883 | 2025-02-23T08:28:33.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-02-23T08:28:33.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-02-23T08:28:33.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-02-23T08:28:33.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1887 | 2025-02-23T08:28:33.818Z | |
1888 | 2025-02-23T08:28:33.818Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1889 | 2025-02-23T08:28:34.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-02-23T08:28:34.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-02-23T08:28:34.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-02-23T08:28:34.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1893 | 2025-02-23T08:28:34.270Z | |
1894 | 2025-02-23T08:28:34.270Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1895 | 2025-02-23T08:28:34.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-02-23T08:28:34.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-02-23T08:28:34.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-02-23T08:28:34.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1899 | 2025-02-23T08:28:34.722Z | |
1900 | 2025-02-23T08:28:34.722Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1901 | 2025-02-23T08:28:35.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-02-23T08:28:35.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-02-23T08:28:35.135Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-02-23T08:28:35.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1905 | 2025-02-23T08:28:35.179Z | |
1906 | 2025-02-23T08:28:35.179Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1907 | 2025-02-23T08:28:35.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-02-23T08:28:35.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-02-23T08:28:35.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-02-23T08:28:35.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1911 | 2025-02-23T08:28:35.630Z | |
1912 | 2025-02-23T08:28:35.630Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1913 | 2025-02-23T08:28:36.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-02-23T08:28:36.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-02-23T08:28:36.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-02-23T08:28:36.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1917 | 2025-02-23T08:28:36.082Z | |
1918 | 2025-02-23T08:28:36.082Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1919 | 2025-02-23T08:28:36.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-02-23T08:28:36.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-02-23T08:28:36.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-02-23T08:28:36.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1923 | 2025-02-23T08:28:36.542Z | |
1924 | 2025-02-23T08:28:36.542Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1925 | 2025-02-23T08:28:36.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-02-23T08:28:36.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-02-23T08:28:36.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-02-23T08:28:36.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1929 | 2025-02-23T08:28:37.002Z | |
1930 | 2025-02-23T08:28:37.002Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1931 | 2025-02-23T08:28:37.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-02-23T08:28:37.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-02-23T08:28:37.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-02-23T08:28:37.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1935 | 2025-02-23T08:28:37.659Z | |
1936 | 2025-02-23T08:28:37.659Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1937 | 2025-02-23T08:28:38.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-02-23T08:28:38.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-02-23T08:28:38.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-02-23T08:28:38.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1941 | 2025-02-23T08:28:38.313Z | |
1942 | 2025-02-23T08:28:38.313Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1943 | 2025-02-23T08:28:38.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-02-23T08:28:38.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-02-23T08:28:38.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-02-23T08:28:38.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1947 | 2025-02-23T08:28:38.973Z | |
1948 | 2025-02-23T08:28:38.973Z | info: running `cargo check --bins` on oxlog (48/199) |
1949 | 2025-02-23T08:28:39.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-02-23T08:28:39.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-02-23T08:28:39.605Z | Checking cfg-if v1.0.0 |
1952 | 2025-02-23T08:28:39.608Z | Checking libc v0.2.169 |
1953 | 2025-02-23T08:28:39.718Z | Checking serde v1.0.217 |
1954 | 2025-02-23T08:28:39.720Z | Checking zeroize v1.8.1 |
1955 | 2025-02-23T08:28:39.736Z | Checking memchr v2.7.4 |
1956 | 2025-02-23T08:28:39.748Z | Checking typenum v1.17.0 |
1957 | 2025-02-23T08:28:39.762Z | Checking subtle v2.6.1 |
1958 | 2025-02-23T08:28:39.779Z | Checking value-bag v1.9.0 |
1959 | 2025-02-23T08:28:39.789Z | Checking scopeguard v1.2.0 |
1960 | 2025-02-23T08:28:39.938Z | Checking smallvec v1.13.2 |
1961 | 2025-02-23T08:28:39.969Z | Checking lock_api v0.4.12 |
1962 | 2025-02-23T08:28:40.033Z | Checking itoa v1.0.11 |
1963 | 2025-02-23T08:28:40.162Z | Checking log v0.4.22 |
1964 | 2025-02-23T08:28:40.292Z | Checking const-oid v0.9.6 |
1965 | 2025-02-23T08:28:40.308Z | Checking pin-project-lite v0.2.14 |
1966 | 2025-02-23T08:28:40.347Z | Checking byteorder v1.5.0 |
1967 | 2025-02-23T08:28:40.429Z | Checking once_cell v1.20.3 |
1968 | 2025-02-23T08:28:40.578Z | Checking futures-core v0.3.31 |
1969 | 2025-02-23T08:28:40.690Z | Checking stable_deref_trait v1.2.0 |
1970 | 2025-02-23T08:28:40.718Z | Checking futures-sink v0.3.31 |
1971 | 2025-02-23T08:28:40.756Z | Checking cpufeatures v0.2.14 |
1972 | 2025-02-23T08:28:40.773Z | Checking getrandom v0.2.15 |
1973 | 2025-02-23T08:28:40.776Z | Checking parking_lot_core v0.9.10 |
1974 | 2025-02-23T08:28:40.801Z | Checking generic-array v0.14.7 |
1975 | 2025-02-23T08:28:40.803Z | Checking signal-hook-registry v1.4.2 |
1976 | 2025-02-23T08:28:40.851Z | Checking mio v1.0.2 |
1977 | 2025-02-23T08:28:40.867Z | Checking socket2 v0.5.7 |
1978 | 2025-02-23T08:28:41.016Z | Checking rand_core v0.6.4 |
1979 | 2025-02-23T08:28:41.065Z | Checking zerocopy v0.7.35 |
1980 | 2025-02-23T08:28:41.111Z | Checking parking_lot v0.12.3 |
1981 | 2025-02-23T08:28:41.348Z | Checking zerofrom v0.1.4 |
1982 | 2025-02-23T08:28:41.348Z | Checking slab v0.4.9 |
1983 | 2025-02-23T08:28:41.441Z | Checking futures-channel v0.3.31 |
1984 | 2025-02-23T08:28:41.463Z | Checking futures-task v0.3.31 |
1985 | 2025-02-23T08:28:41.563Z | Checking yoke v0.7.4 |
1986 | 2025-02-23T08:28:41.627Z | Checking pin-utils v0.1.0 |
1987 | 2025-02-23T08:28:41.683Z | Checking futures-io v0.3.31 |
1988 | 2025-02-23T08:28:41.726Z | Checking allocator-api2 v0.2.18 |
1989 | 2025-02-23T08:28:41.802Z | Checking equivalent v1.0.1 |
1990 | 2025-02-23T08:28:41.872Z | Checking crypto-common v0.1.6 |
1991 | 2025-02-23T08:28:41.874Z | Checking block-buffer v0.10.4 |
1992 | 2025-02-23T08:28:41.900Z | Checking zerovec v0.10.4 |
1993 | 2025-02-23T08:28:41.920Z | Checking futures-util v0.3.31 |
1994 | 2025-02-23T08:28:42.072Z | Checking foldhash v0.1.3 |
1995 | 2025-02-23T08:28:42.107Z | Checking block-padding v0.3.3 |
1996 | 2025-02-23T08:28:42.129Z | Checking digest v0.10.7 |
1997 | 2025-02-23T08:28:42.293Z | Checking ryu v1.0.18 |
1998 | 2025-02-23T08:28:42.325Z | Checking inout v0.1.3 |
1999 | 2025-02-23T08:28:42.348Z | Checking writeable v0.5.5 |
2000 | 2025-02-23T08:28:42.363Z | Checking hashbrown v0.15.1 |
2001 | 2025-02-23T08:28:42.514Z | Checking hmac v0.12.1 |
2002 | 2025-02-23T08:28:42.531Z | Checking litemap v0.7.3 |
2003 | 2025-02-23T08:28:42.548Z | Checking fnv v1.0.7 |
2004 | 2025-02-23T08:28:42.660Z | Checking cipher v0.4.4 |
2005 | 2025-02-23T08:28:42.680Z | Checking sha2 v0.10.8 |
2006 | 2025-02-23T08:28:42.724Z | Checking libm v0.2.8 |
2007 | 2025-02-23T08:28:42.890Z | Checking base64ct v1.6.0 |
2008 | 2025-02-23T08:28:43.082Z | Checking ppv-lite86 v0.2.20 |
2009 | 2025-02-23T08:28:43.237Z | Checking flagset v0.4.6 |
2010 | 2025-02-23T08:28:43.331Z | Checking pem-rfc7468 v0.7.0 |
2011 | 2025-02-23T08:28:43.403Z | Checking icu_locid_transform_data v1.5.0 |
2012 | 2025-02-23T08:28:43.432Z | Checking tinystr v0.7.6 |
2013 | 2025-02-23T08:28:43.435Z | Checking icu_collections v1.5.0 |
2014 | 2025-02-23T08:28:43.499Z | Checking tracing-core v0.1.32 |
2015 | 2025-02-23T08:28:43.592Z | Checking num-traits v0.2.19 |
2016 | 2025-02-23T08:28:43.605Z | Checking der v0.7.9 |
2017 | 2025-02-23T08:28:43.770Z | Checking icu_locid v1.5.0 |
2018 | 2025-02-23T08:28:43.797Z | Checking rand_chacha v0.3.1 |
2019 | 2025-02-23T08:28:44.086Z | Checking thiserror v1.0.69 |
2020 | 2025-02-23T08:28:44.136Z | Checking icu_properties_data v1.5.0 |
2021 | 2025-02-23T08:28:44.161Z | Checking bytes v1.9.0 |
2022 | 2025-02-23T08:28:44.179Z | Checking indexmap v2.7.1 |
2023 | 2025-02-23T08:28:44.239Z | Checking serde_json v1.0.139 |
2024 | 2025-02-23T08:28:44.405Z | Checking bitflags v2.6.0 |
2025 | 2025-02-23T08:28:44.723Z | Checking rustls-pki-types v1.10.0 |
2026 | 2025-02-23T08:28:44.770Z | Checking icu_provider v1.5.0 |
2027 | 2025-02-23T08:28:44.984Z | Checking tokio v1.43.0 |
2028 | 2025-02-23T08:28:45.131Z | Checking http v1.2.0 |
2029 | 2025-02-23T08:28:45.279Z | Checking percent-encoding v2.3.1 |
2030 | 2025-02-23T08:28:45.386Z | Checking rand v0.8.5 |
2031 | 2025-02-23T08:28:45.404Z | Checking icu_locid_transform v1.5.0 |
2032 | 2025-02-23T08:28:45.409Z | Checking spki v0.7.3 |
2033 | 2025-02-23T08:28:45.487Z | Checking tracing v0.1.40 |
2034 | 2025-02-23T08:28:45.697Z | Checking salsa20 v0.10.2 |
2035 | 2025-02-23T08:28:45.845Z | Checking pbkdf2 v0.12.2 |
2036 | 2025-02-23T08:28:45.902Z | Checking aws-lc-sys v0.22.0 |
2037 | 2025-02-23T08:28:45.918Z | Checking httparse v1.9.5 |
2038 | 2025-02-23T08:28:46.004Z | Checking untrusted v0.9.0 |
2039 | 2025-02-23T08:28:46.169Z | Checking write16 v1.0.0 |
2040 | 2025-02-23T08:28:46.302Z | Checking utf16_iter v1.0.5 |
2041 | 2025-02-23T08:28:46.389Z | Checking icu_normalizer_data v1.5.0 |
2042 | 2025-02-23T08:28:46.431Z | Checking icu_properties v1.5.1 |
2043 | 2025-02-23T08:28:46.434Z | Checking utf8_iter v1.0.4 |
2044 | 2025-02-23T08:28:46.478Z | Checking mirai-annotations v1.12.0 |
2045 | 2025-02-23T08:28:46.496Z | Checking untrusted v0.7.1 |
2046 | 2025-02-23T08:28:46.510Z | Checking powerfmt v0.2.0 |
2047 | 2025-02-23T08:28:46.569Z | Checking ring v0.17.11 |
2048 | 2025-02-23T08:28:46.643Z | Checking scrypt v0.11.0 |
2049 | 2025-02-23T08:28:46.661Z | Checking cbc v0.1.2 |
2050 | 2025-02-23T08:28:46.661Z | Checking aes v0.8.4 |
2051 | 2025-02-23T08:28:46.768Z | Checking deranged v0.3.11 |
2052 | 2025-02-23T08:28:46.871Z | Checking crossbeam-utils v0.8.20 |
2053 | 2025-02-23T08:28:46.887Z | Checking spin v0.9.8 |
2054 | 2025-02-23T08:28:47.211Z | Checking atomic-waker v1.1.2 |
2055 | 2025-02-23T08:28:47.365Z | Checking tinyvec_macros v0.1.1 |
2056 | 2025-02-23T08:28:47.463Z | Checking time-core v0.1.2 |
2057 | 2025-02-23T08:28:47.567Z | Checking num-conv v0.1.0 |
2058 | 2025-02-23T08:28:47.611Z | Checking num_threads v0.1.7 |
2059 | 2025-02-23T08:28:47.627Z | Checking pkcs5 v0.7.1 |
2060 | 2025-02-23T08:28:47.739Z | Checking tinyvec v1.8.0 |
2061 | 2025-02-23T08:28:47.830Z | Checking http-body v1.0.1 |
2062 | 2025-02-23T08:28:48.018Z | Checking aws-lc-rs v1.10.0 |
2063 | 2025-02-23T08:28:48.053Z | Checking form_urlencoded v1.2.1 |
2064 | 2025-02-23T08:28:48.077Z | Checking time v0.3.36 |
2065 | 2025-02-23T08:28:48.116Z | Checking try-lock v0.2.5 |
2066 | 2025-02-23T08:28:48.257Z | Checking pkcs8 v0.10.2 |
2067 | 2025-02-23T08:28:48.273Z | Checking want v0.3.1 |
2068 | 2025-02-23T08:28:48.458Z | Checking uuid v1.12.0 |
2069 | 2025-02-23T08:28:48.586Z | Checking tower-service v0.3.3 |
2070 | 2025-02-23T08:28:48.724Z | Checking httpdate v1.0.3 |
2071 | 2025-02-23T08:28:48.783Z | Checking unicode-ident v1.0.14 |
2072 | 2025-02-23T08:28:48.970Z | Checking proc-macro2 v1.0.92 |
2073 | 2025-02-23T08:28:48.988Z | Checking toml_datetime v0.6.8 |
2074 | 2025-02-23T08:28:49.075Z | Checking serde_spanned v0.6.8 |
2075 | 2025-02-23T08:28:49.108Z | Checking slog v2.7.0 |
2076 | 2025-02-23T08:28:49.295Z | Checking scroll v0.12.0 |
2077 | 2025-02-23T08:28:49.313Z | Checking adler2 v2.0.0 |
2078 | 2025-02-23T08:28:49.490Z | Checking plain v0.2.3 |
2079 | 2025-02-23T08:28:49.593Z | Checking ucd-trie v0.1.7 |
2080 | 2025-02-23T08:28:49.655Z | Checking match_cfg v0.1.0 |
2081 | 2025-02-23T08:28:49.674Z | Checking foreign-types-shared v0.1.1 |
2082 | 2025-02-23T08:28:49.688Z | Checking icu_normalizer v1.5.0 |
2083 | 2025-02-23T08:28:49.706Z | Checking rustls-webpki v0.102.8 |
2084 | 2025-02-23T08:28:49.753Z | Checking iana-time-zone v0.1.61 |
2085 | 2025-02-23T08:28:49.776Z | Checking base64 v0.22.1 |
2086 | 2025-02-23T08:28:49.788Z | Checking foreign-types v0.3.2 |
2087 | 2025-02-23T08:28:49.805Z | Checking pest v2.7.14 |
2088 | 2025-02-23T08:28:49.882Z | Checking goblin v0.8.2 |
2089 | 2025-02-23T08:28:49.911Z | Checking chrono v0.4.39 |
2090 | 2025-02-23T08:28:50.242Z | Checking hostname v0.3.1 |
2091 | 2025-02-23T08:28:50.392Z | Checking quote v1.0.38 |
2092 | 2025-02-23T08:28:50.438Z | Checking miniz_oxide v0.8.0 |
2093 | 2025-02-23T08:28:50.463Z | Checking idna_adapter v1.2.0 |
2094 | 2025-02-23T08:28:50.487Z | Checking openssl-sys v0.9.106 |
2095 | 2025-02-23T08:28:50.676Z | Checking idna v1.0.3 |
2096 | 2025-02-23T08:28:50.710Z | Checking dirs-sys-next v0.1.2 |
2097 | 2025-02-23T08:28:50.891Z | Checking errno v0.3.9 |
2098 | 2025-02-23T08:28:51.075Z | Checking aho-corasick v1.1.3 |
2099 | 2025-02-23T08:28:51.158Z | Compiling newtype-uuid v1.2.1 |
2100 | 2025-02-23T08:28:51.176Z | Checking url v2.5.3 |
2101 | 2025-02-23T08:28:51.465Z | Checking siphasher v0.3.11 |
2102 | 2025-02-23T08:28:51.723Z | Checking regex-syntax v0.8.5 |
2103 | 2025-02-23T08:28:51.746Z | Checking tokio-util v0.7.12 |
2104 | 2025-02-23T08:28:51.783Z | Checking data-encoding v2.6.0 |
2105 | 2025-02-23T08:28:51.837Z | Checking pretty-hex v0.4.1 |
2106 | 2025-02-23T08:28:52.007Z | Checking either v1.13.0 |
2107 | 2025-02-23T08:28:52.038Z | Checking openssl v0.10.71 |
2108 | 2025-02-23T08:28:52.346Z | Checking dtrace-parser v0.2.0 |
2109 | 2025-02-23T08:28:52.367Z | Checking rustix v0.38.37 |
2110 | 2025-02-23T08:28:52.385Z | Checking dirs-next v2.0.0 |
2111 | 2025-02-23T08:28:52.524Z | Checking syn v2.0.96 |
2112 | 2025-02-23T08:28:52.559Z | Checking h2 v0.4.6 |
2113 | 2025-02-23T08:28:52.598Z | Checking unicode-normalization v0.1.24 |
2114 | 2025-02-23T08:28:52.808Z | Checking http-body-util v0.1.2 |
2115 | 2025-02-23T08:28:53.215Z | Checking crossbeam-epoch v0.9.18 |
2116 | 2025-02-23T08:28:53.520Z | Checking sha1 v0.10.6 |
2117 | 2025-02-23T08:28:53.656Z | Checking signature v2.2.0 |
2118 | 2025-02-23T08:28:53.804Z | Checking thread-id v4.2.2 |
2119 | 2025-02-23T08:28:53.867Z | Checking thread_local v1.1.8 |
2120 | 2025-02-23T08:28:53.930Z | Checking encoding_rs v0.8.34 |
2121 | 2025-02-23T08:28:54.170Z | Checking anstyle v1.0.10 |
2122 | 2025-02-23T08:28:54.538Z | Checking ipnet v2.10.1 |
2123 | 2025-02-23T08:28:54.791Z | Checking dof v0.3.0 |
2124 | 2025-02-23T08:28:54.930Z | Checking regex-automata v0.4.8 |
2125 | 2025-02-23T08:28:54.978Z | Checking unicode-properties v0.1.3 |
2126 | 2025-02-23T08:28:55.355Z | Checking mime v0.3.17 |
2127 | 2025-02-23T08:28:55.390Z | Checking unicode-bidi v0.3.17 |
2128 | 2025-02-23T08:28:55.642Z | Checking gimli v0.31.1 |
2129 | 2025-02-23T08:28:55.694Z | Checking utf8parse v0.2.2 |
2130 | 2025-02-23T08:28:55.844Z | Checking openssl-probe v0.1.5 |
2131 | 2025-02-23T08:28:56.019Z | Checking winnow v0.6.20 |
2132 | 2025-02-23T08:28:56.037Z | Checking stringprep v0.1.5 |
2133 | 2025-02-23T08:28:56.209Z | Checking anstyle-parse v0.2.5 |
2134 | 2025-02-23T08:28:56.319Z | Checking crossbeam-deque v0.8.5 |
2135 | 2025-02-23T08:28:56.501Z | Checking term v0.7.0 |
2136 | 2025-02-23T08:28:56.638Z | Checking rustls v0.23.19 |
2137 | 2025-02-23T08:28:56.939Z | Checking rustls v0.22.4 |
2138 | 2025-02-23T08:28:57.152Z | Checking native-tls v0.2.12 |
2139 | 2025-02-23T08:28:57.483Z | Checking slog-json v2.6.1 |
2140 | 2025-02-23T08:28:57.750Z | Checking serde_urlencoded v0.7.1 |
2141 | 2025-02-23T08:28:58.141Z | Checking crossbeam-channel v0.5.13 |
2142 | 2025-02-23T08:28:58.336Z | Checking usdt-impl v0.5.0 |
2143 | 2025-02-23T08:28:58.642Z | Checking toml_edit v0.22.22 |
2144 | 2025-02-23T08:28:58.693Z | Checking hyper v1.5.2 |
2145 | 2025-02-23T08:28:58.863Z | Checking futures-executor v0.3.31 |
2146 | 2025-02-23T08:28:58.884Z | Checking rustls-pemfile v2.2.0 |
2147 | 2025-02-23T08:28:59.115Z | Checking num-integer v0.1.46 |
2148 | 2025-02-23T08:28:59.141Z | Checking semver v1.0.25 |
2149 | 2025-02-23T08:28:59.492Z | Checking md-5 v0.10.6 |
2150 | 2025-02-23T08:28:59.521Z | Checking addr2line v0.24.2 |
2151 | 2025-02-23T08:28:59.553Z | Checking ff v0.13.0 |
2152 | 2025-02-23T08:28:59.598Z | Checking is-terminal v0.4.13 |
2153 | 2025-02-23T08:28:59.715Z | Checking memmap v0.7.0 |
2154 | 2025-02-23T08:28:59.730Z | Checking hash32 v0.2.1 |
2155 | 2025-02-23T08:28:59.772Z | Checking object v0.36.5 |
2156 | 2025-02-23T08:28:59.932Z | Checking linked-hash-map v0.5.6 |
2157 | 2025-02-23T08:29:00.029Z | Checking base16ct v0.2.0 |
2158 | 2025-02-23T08:29:00.046Z | Checking psl-types v2.0.11 |
2159 | 2025-02-23T08:29:00.236Z | Checking anstyle-query v1.1.1 |
2160 | 2025-02-23T08:29:00.238Z | Checking rustc-demangle v0.1.24 |
2161 | 2025-02-23T08:29:00.266Z | Checking quick-error v1.2.3 |
2162 | 2025-02-23T08:29:00.289Z | Checking is_terminal_polyfill v1.70.1 |
2163 | 2025-02-23T08:29:00.364Z | Checking take_mut v0.2.2 |
2164 | 2025-02-23T08:29:00.413Z | Checking dyn-clone v1.0.18 |
2165 | 2025-02-23T08:29:00.430Z | Checking fallible-iterator v0.2.0 |
2166 | 2025-02-23T08:29:00.520Z | Checking utf-8 v0.7.6 |
2167 | 2025-02-23T08:29:00.576Z | Checking colorchoice v1.0.2 |
2168 | 2025-02-23T08:29:00.680Z | Checking schemars v0.8.21 |
2169 | 2025-02-23T08:29:00.704Z | Checking hyper-util v0.1.10 |
2170 | 2025-02-23T08:29:00.726Z | Checking anstream v0.6.15 |
2171 | 2025-02-23T08:29:00.728Z | Checking tungstenite v0.24.0 |
2172 | 2025-02-23T08:29:01.008Z | Checking postgres-protocol v0.6.7 |
2173 | 2025-02-23T08:29:01.086Z | Checking slog-async v2.8.0 |
2174 | 2025-02-23T08:29:01.274Z | Checking toml v0.8.19 |
2175 | 2025-02-23T08:29:01.369Z | Checking resolv-conf v0.7.0 |
2176 | 2025-02-23T08:29:01.609Z | Checking tokio-rustls v0.25.0 |
2177 | 2025-02-23T08:29:01.699Z | Checking publicsuffix v2.3.0 |
2178 | 2025-02-23T08:29:01.718Z | Checking sec1 v0.7.3 |
2179 | 2025-02-23T08:29:01.957Z | Checking lru-cache v0.1.2 |
2180 | 2025-02-23T08:29:01.979Z | Checking heapless v0.7.17 |
2181 | 2025-02-23T08:29:01.984Z | Checking tokio-rustls v0.26.0 |
2182 | 2025-02-23T08:29:02.010Z | Checking usdt v0.5.0 |
2183 | 2025-02-23T08:29:02.116Z | Checking group v0.13.0 |
2184 | 2025-02-23T08:29:02.147Z | Checking slog-term v2.9.1 |
2185 | 2025-02-23T08:29:02.238Z | Checking num-iter v0.1.45 |
2186 | 2025-02-23T08:29:02.269Z | Checking futures v0.3.31 |
2187 | 2025-02-23T08:29:02.369Z | Checking slog-bunyan v2.5.0 |
2188 | 2025-02-23T08:29:02.369Z | Checking tokio-native-tls v0.3.1 |
2189 | 2025-02-23T08:29:02.400Z | Checking rayon-core v1.12.1 |
2190 | 2025-02-23T08:29:02.428Z | Checking multer v3.1.0 |
2191 | 2025-02-23T08:29:02.531Z | Checking terminal_size v0.4.0 |
2192 | 2025-02-23T08:29:02.642Z | Checking hickory-proto v0.24.3 |
2193 | 2025-02-23T08:29:02.681Z | Checking phf_shared v0.11.2 |
2194 | 2025-02-23T08:29:02.719Z | Checking cookie v0.18.1 |
2195 | 2025-02-23T08:29:02.831Z | Checking async-stream v0.3.6 |
2196 | 2025-02-23T08:29:02.897Z | Checking bzip2-sys v0.1.11+1.0.8 |
2197 | 2025-02-23T08:29:02.936Z | Checking signal-hook v0.3.17 |
2198 | 2025-02-23T08:29:02.963Z | Checking camino v1.1.9 |
2199 | 2025-02-23T08:29:03.021Z | Checking waitgroup v0.1.2 |
2200 | 2025-02-23T08:29:03.039Z | Checking lazy_static v1.5.0 |
2201 | 2025-02-23T08:29:03.041Z | Checking openapiv3 v2.0.0 |
2202 | 2025-02-23T08:29:03.150Z | Checking webpki-roots v0.26.6 |
2203 | 2025-02-23T08:29:03.179Z | Checking serde_path_to_error v0.1.16 |
2204 | 2025-02-23T08:29:03.182Z | Checking hkdf v0.12.4 |
2205 | 2025-02-23T08:29:03.267Z | Checking crypto-bigint v0.5.5 |
2206 | 2025-02-23T08:29:03.344Z | Checking sync_wrapper v1.0.1 |
2207 | 2025-02-23T08:29:03.386Z | Checking hostname v0.4.0 |
2208 | 2025-02-23T08:29:03.488Z | Checking crc32fast v1.4.2 |
2209 | 2025-02-23T08:29:03.508Z | Checking managed v0.8.0 |
2210 | 2025-02-23T08:29:03.533Z | Checking tower-layer v0.3.3 |
2211 | 2025-02-23T08:29:03.738Z | Checking strsim v0.11.1 |
2212 | 2025-02-23T08:29:03.786Z | Checking debug-ignore v1.0.5 |
2213 | 2025-02-23T08:29:03.803Z | Checking clap_lex v0.7.4 |
2214 | 2025-02-23T08:29:03.887Z | Checking bitflags v1.3.2 |
2215 | 2025-02-23T08:29:03.945Z | Checking unicode-width v0.2.0 |
2216 | 2025-02-23T08:29:03.993Z | Checking winnow v0.5.40 |
2217 | 2025-02-23T08:29:04.027Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2218 | 2025-02-23T08:29:04.073Z | Checking clap_builder v4.5.30 |
2219 | 2025-02-23T08:29:04.346Z | Checking smoltcp v0.9.1 |
2220 | 2025-02-23T08:29:04.469Z | Checking console v0.15.10 |
2221 | 2025-02-23T08:29:05.076Z | Checking tower v0.5.2 |
2222 | 2025-02-23T08:29:05.781Z | Checking backtrace v0.3.74 |
2223 | 2025-02-23T08:29:05.806Z | Checking flate2 v1.0.35 |
2224 | 2025-02-23T08:29:05.825Z | Checking hyper-rustls v0.27.3 |
2225 | 2025-02-23T08:29:06.006Z | Checking elliptic-curve v0.13.8 |
2226 | 2025-02-23T08:29:06.185Z | Checking signal-hook-mio v0.2.4 |
2227 | 2025-02-23T08:29:06.326Z | Checking dropshot v0.12.0 |
2228 | 2025-02-23T08:29:06.343Z | Checking num-bigint-dig v0.8.4 |
2229 | 2025-02-23T08:29:06.348Z | Checking anyhow v1.0.96 |
2230 | 2025-02-23T08:29:06.384Z | Checking cookie_store v0.21.1 |
2231 | 2025-02-23T08:29:06.637Z | Checking bzip2 v0.4.4 |
2232 | 2025-02-23T08:29:06.753Z | Checking rayon v1.10.0 |
2233 | 2025-02-23T08:29:06.864Z | Checking toml_edit v0.19.15 |
2234 | 2025-02-23T08:29:06.902Z | Checking phf v0.11.2 |
2235 | 2025-02-23T08:29:06.924Z | Checking hyper-tls v0.6.0 |
2236 | 2025-02-23T08:29:07.055Z | Checking postgres-types v0.2.8 |
2237 | 2025-02-23T08:29:07.158Z | Checking tokio-tungstenite v0.24.0 |
2238 | 2025-02-23T08:29:07.216Z | Checking hickory-resolver v0.24.3 |
2239 | 2025-02-23T08:29:07.220Z | Checking regex v1.11.1 |
2240 | 2025-02-23T08:29:07.606Z | Checking bstr v1.10.0 |
2241 | 2025-02-23T08:29:07.692Z | Checking ed25519 v2.2.3 |
2242 | 2025-02-23T08:29:07.825Z | Checking tokio-stream v0.1.16 |
2243 | 2025-02-23T08:29:08.017Z | Checking phf_shared v0.10.0 |
2244 | 2025-02-23T08:29:08.294Z | Checking zerocopy v0.6.6 |
2245 | 2025-02-23T08:29:08.404Z | Checking curve25519-dalek v4.1.3 |
2246 | 2025-02-23T08:29:08.525Z | Checking hubpack v0.1.2 |
2247 | 2025-02-23T08:29:08.631Z | Checking memoffset v0.9.1 |
2248 | 2025-02-23T08:29:08.771Z | Checking portable-atomic v1.9.0 |
2249 | 2025-02-23T08:29:08.805Z | Checking pkcs1 v0.7.5 |
2250 | 2025-02-23T08:29:08.836Z | Checking float-cmp v0.10.0 |
2251 | 2025-02-23T08:29:08.948Z | Checking serde-big-array v0.5.1 |
2252 | 2025-02-23T08:29:09.045Z | Checking rfc6979 v0.4.0 |
2253 | 2025-02-23T08:29:09.179Z | Checking whoami v1.5.2 |
2254 | 2025-02-23T08:29:09.197Z | Checking predicates-core v1.0.8 |
2255 | 2025-02-23T08:29:09.245Z | Checking new_debug_unreachable v1.0.6 |
2256 | 2025-02-23T08:29:09.345Z | Checking static_assertions v1.1.0 |
2257 | 2025-02-23T08:29:09.371Z | Checking bit-vec v0.6.3 |
2258 | 2025-02-23T08:29:09.411Z | Checking fixedbitset v0.4.2 |
2259 | 2025-02-23T08:29:09.446Z | Checking minimal-lexical v0.2.1 |
2260 | 2025-02-23T08:29:09.490Z | Checking precomputed-hash v0.1.1 |
2261 | 2025-02-23T08:29:09.620Z | Checking difflib v0.4.0 |
2262 | 2025-02-23T08:29:09.686Z | Checking unicode-segmentation v1.12.0 |
2263 | 2025-02-23T08:29:09.703Z | Checking number_prefix v0.4.0 |
2264 | 2025-02-23T08:29:09.760Z | Checking normalize-line-endings v0.3.0 |
2265 | 2025-02-23T08:29:09.777Z | Checking qorb v0.2.1 |
2266 | 2025-02-23T08:29:09.872Z | Checking nom v7.1.3 |
2267 | 2025-02-23T08:29:09.895Z | Checking bit-set v0.5.3 |
2268 | 2025-02-23T08:29:09.911Z | Checking petgraph v0.6.5 |
2269 | 2025-02-23T08:29:09.938Z | Checking predicates v3.1.3 |
2270 | 2025-02-23T08:29:10.149Z | Checking string_cache v0.8.7 |
2271 | 2025-02-23T08:29:10.182Z | Checking ed25519-dalek v2.1.1 |
2272 | 2025-02-23T08:29:10.326Z | Checking indicatif v0.17.11 |
2273 | 2025-02-23T08:29:10.351Z | Checking similar v2.6.0 |
2274 | 2025-02-23T08:29:10.435Z | Checking tokio-postgres v0.7.12 |
2275 | 2025-02-23T08:29:10.548Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2276 | 2025-02-23T08:29:10.584Z | Checking toml v0.7.8 |
2277 | 2025-02-23T08:29:11.058Z | Checking ecdsa v0.16.9 |
2278 | 2025-02-23T08:29:11.166Z | Checking rsa v0.9.6 |
2279 | 2025-02-23T08:29:11.308Z | Checking nix v0.29.0 |
2280 | 2025-02-23T08:29:11.728Z | Checking reqwest v0.12.12 |
2281 | 2025-02-23T08:29:12.167Z | Checking zip v0.6.6 |
2282 | 2025-02-23T08:29:12.284Z | Checking clap v4.5.30 |
2283 | 2025-02-23T08:29:12.404Z | Checking crossterm v0.28.1 |
2284 | 2025-02-23T08:29:12.592Z | Checking itertools v0.14.0 |
2285 | 2025-02-23T08:29:12.676Z | Checking itertools v0.10.5 |
2286 | 2025-02-23T08:29:12.853Z | Checking itertools v0.12.1 |
2287 | 2025-02-23T08:29:13.000Z | Checking fs-err v2.11.0 |
2288 | 2025-02-23T08:29:13.364Z | Checking ahash v0.8.11 |
2289 | 2025-02-23T08:29:13.639Z | Checking x509-cert v0.2.5 |
2290 | 2025-02-23T08:29:13.771Z | Checking hex v0.4.3 |
2291 | 2025-02-23T08:29:13.859Z | Checking lalrpop-util v0.19.12 |
2292 | 2025-02-23T08:29:14.126Z | Checking peg-runtime v0.8.3 |
2293 | 2025-02-23T08:29:14.174Z | Checking sigpipe v0.1.3 |
2294 | 2025-02-23T08:29:15.139Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2295 | 2025-02-23T08:29:15.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.48s |
2296 | 2025-02-23T08:29:15.636Z | |
2297 | 2025-02-23T08:29:15.636Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2298 | 2025-02-23T08:29:16.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2299 | 2025-02-23T08:29:16.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2300 | 2025-02-23T08:29:16.316Z | Compiling hashbrown v0.14.5 |
2301 | 2025-02-23T08:29:16.440Z | Checking heck v0.5.0 |
2302 | 2025-02-23T08:29:16.455Z | Compiling unsafe-libyaml v0.2.11 |
2303 | 2025-02-23T08:29:16.471Z | Checking ipnetwork v0.21.1 |
2304 | 2025-02-23T08:29:16.473Z | Compiling ident_case v1.0.1 |
2305 | 2025-02-23T08:29:16.499Z | Checking progenitor-client v0.8.0 |
2306 | 2025-02-23T08:29:16.515Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2307 | 2025-02-23T08:29:16.609Z | Checking newtype-uuid v1.2.1 |
2308 | 2025-02-23T08:29:16.672Z | Compiling darling_core v0.20.10 |
2309 | 2025-02-23T08:29:16.821Z | Checking oxnet v0.1.0 |
2310 | 2025-02-23T08:29:16.840Z | Compiling proc-macro-crate v1.3.1 |
2311 | 2025-02-23T08:29:16.870Z | Compiling structmeta-derive v0.3.0 |
2312 | 2025-02-23T08:29:16.919Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2313 | 2025-02-23T08:29:17.166Z | Compiling thiserror v2.0.11 |
2314 | 2025-02-23T08:29:17.262Z | Compiling lzma-sys v0.1.20 |
2315 | 2025-02-23T08:29:17.425Z | Checking regress v0.10.1 |
2316 | 2025-02-23T08:29:17.729Z | Compiling serde_yaml v0.9.34+deprecated |
2317 | 2025-02-23T08:29:17.996Z | Compiling num_enum_derive v0.5.11 |
2318 | 2025-02-23T08:29:18.125Z | Compiling thiserror-impl v2.0.11 |
2319 | 2025-02-23T08:29:18.232Z | Compiling foreign-types-macros v0.2.3 |
2320 | 2025-02-23T08:29:19.473Z | Compiling daft-derive v0.1.1 |
2321 | 2025-02-23T08:29:19.497Z | Compiling structmeta v0.3.0 |
2322 | 2025-02-23T08:29:19.937Z | Compiling dropshot v0.15.1 |
2323 | 2025-02-23T08:29:20.217Z | Checking foreign-types-shared v0.3.1 |
2324 | 2025-02-23T08:29:20.273Z | Checking arc-swap v1.7.1 |
2325 | 2025-02-23T08:29:20.354Z | Checking foreign-types v0.5.0 |
2326 | 2025-02-23T08:29:20.470Z | Checking num_enum v0.5.11 |
2327 | 2025-02-23T08:29:20.684Z | Checking slog-scope v4.4.0 |
2328 | 2025-02-23T08:29:20.714Z | Compiling parse-display-derive v0.10.0 |
2329 | 2025-02-23T08:29:20.919Z | Compiling proc-macro-error v1.0.4 |
2330 | 2025-02-23T08:29:21.004Z | Checking daft v0.1.1 |
2331 | 2025-02-23T08:29:21.075Z | Checking typify-impl v0.2.0 |
2332 | 2025-02-23T08:29:21.409Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2333 | 2025-02-23T08:29:21.429Z | Checking tungstenite v0.21.0 |
2334 | 2025-02-23T08:29:21.520Z | Compiling heck v0.3.3 |
2335 | 2025-02-23T08:29:21.538Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2336 | 2025-02-23T08:29:21.871Z | Compiling dropshot_endpoint v0.15.1 |
2337 | 2025-02-23T08:29:22.324Z | Checking cstr-argument v0.1.2 |
2338 | 2025-02-23T08:29:22.361Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2339 | 2025-02-23T08:29:22.383Z | Checking instant v0.1.13 |
2340 | 2025-02-23T08:29:22.417Z | Compiling darling_macro v0.20.10 |
2341 | 2025-02-23T08:29:22.499Z | Checking base64 v0.21.7 |
2342 | 2025-02-23T08:29:22.516Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2343 | 2025-02-23T08:29:22.830Z | Checking pretty-hex v0.2.1 |
2344 | 2025-02-23T08:29:22.984Z | Checking fastrand v2.1.1 |
2345 | 2025-02-23T08:29:23.114Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2346 | 2025-02-23T08:29:23.130Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2347 | 2025-02-23T08:29:23.294Z | Compiling darling v0.20.10 |
2348 | 2025-02-23T08:29:23.305Z | Checking tempfile v3.13.0 |
2349 | 2025-02-23T08:29:23.351Z | Checking backoff v0.4.0 |
2350 | 2025-02-23T08:29:23.413Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2351 | 2025-02-23T08:29:23.443Z | Compiling serde_with_macros v3.11.0 |
2352 | 2025-02-23T08:29:23.593Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2353 | 2025-02-23T08:29:23.677Z | Checking tokio-tungstenite v0.21.0 |
2354 | 2025-02-23T08:29:23.691Z | Compiling zone_cfg_derive v0.1.2 |
2355 | 2025-02-23T08:29:23.707Z | Checking strum v0.26.3 |
2356 | 2025-02-23T08:29:23.747Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2357 | 2025-02-23T08:29:23.882Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2358 | 2025-02-23T08:29:24.311Z | Checking slog-stdlog v4.1.1 |
2359 | 2025-02-23T08:29:24.329Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2360 | 2025-02-23T08:29:24.504Z | Checking regress v0.9.1 |
2361 | 2025-02-23T08:29:24.509Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2362 | 2025-02-23T08:29:24.553Z | Checking progenitor-client v0.9.1 |
2363 | 2025-02-23T08:29:24.682Z | Checking parse-display v0.10.0 |
2364 | 2025-02-23T08:29:24.818Z | Checking colored v2.1.0 |
2365 | 2025-02-23T08:29:24.925Z | Checking macaddr v1.0.1 |
2366 | 2025-02-23T08:29:24.975Z | Checking base64 v0.13.1 |
2367 | 2025-02-23T08:29:25.111Z | Checking unicode-width v0.1.14 |
2368 | 2025-02-23T08:29:25.132Z | Checking zone v0.1.8 |
2369 | 2025-02-23T08:29:25.385Z | Checking ron v0.7.1 |
2370 | 2025-02-23T08:29:25.594Z | Checking tabwriter v1.4.0 |
2371 | 2025-02-23T08:29:25.824Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2372 | 2025-02-23T08:29:25.841Z | Checking slog-envlogger v2.2.0 |
2373 | 2025-02-23T08:29:25.913Z | Checking serde_with v3.11.0 |
2374 | 2025-02-23T08:29:26.070Z | Checking xz2 v0.1.7 |
2375 | 2025-02-23T08:29:26.318Z | Checking xattr v1.3.1 |
2376 | 2025-02-23T08:29:26.389Z | Checking pem v3.0.4 |
2377 | 2025-02-23T08:29:26.480Z | Checking yasna v0.5.2 |
2378 | 2025-02-23T08:29:26.549Z | Checking headers-core v0.3.0 |
2379 | 2025-02-23T08:29:26.648Z | Checking smf v0.2.3 |
2380 | 2025-02-23T08:29:26.691Z | Checking filetime v0.2.25 |
2381 | 2025-02-23T08:29:26.916Z | Checking same-file v1.0.6 |
2382 | 2025-02-23T08:29:27.096Z | Checking tar v0.4.42 |
2383 | 2025-02-23T08:29:27.115Z | Checking walkdir v2.5.0 |
2384 | 2025-02-23T08:29:27.148Z | Checking headers v0.4.0 |
2385 | 2025-02-23T08:29:27.347Z | Checking rcgen v0.12.1 |
2386 | 2025-02-23T08:29:27.402Z | Checking camino-tempfile v1.1.1 |
2387 | 2025-02-23T08:29:27.700Z | Checking atomicwrites v0.4.4 |
2388 | 2025-02-23T08:29:27.916Z | Checking subprocess v0.2.9 |
2389 | 2025-02-23T08:29:30.431Z | Compiling typify-macro v0.2.0 |
2390 | 2025-02-23T08:29:32.050Z | Compiling typify v0.2.0 |
2391 | 2025-02-23T08:29:32.221Z | Compiling progenitor-impl v0.8.0 |
2392 | 2025-02-23T08:29:34.698Z | Compiling progenitor-macro v0.8.0 |
2393 | 2025-02-23T08:29:38.438Z | Checking progenitor v0.8.0 |
2394 | 2025-02-23T08:29:38.636Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2395 | 2025-02-23T08:29:38.636Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2396 | 2025-02-23T08:29:40.911Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2397 | 2025-02-23T08:29:41.263Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2398 | 2025-02-23T08:29:47.409Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2399 | 2025-02-23T08:29:48.938Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2400 | 2025-02-23T08:29:50.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.50s |
2401 | 2025-02-23T08:29:50.325Z | |
2402 | 2025-02-23T08:29:50.325Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2403 | 2025-02-23T08:29:50.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2025-02-23T08:29:50.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2025-02-23T08:29:50.999Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2406 | 2025-02-23T08:29:52.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
2407 | 2025-02-23T08:29:52.571Z | |
2408 | 2025-02-23T08:29:52.571Z | info: running `cargo check --bins` on nexus-config (51/199) |
2409 | 2025-02-23T08:29:53.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2025-02-23T08:29:53.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2025-02-23T08:29:53.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2025-02-23T08:29:53.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2413 | 2025-02-23T08:29:53.215Z | |
2414 | 2025-02-23T08:29:53.215Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2415 | 2025-02-23T08:29:53.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2025-02-23T08:29:53.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2025-02-23T08:29:53.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2025-02-23T08:29:53.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2419 | 2025-02-23T08:29:53.859Z | |
2420 | 2025-02-23T08:29:53.859Z | info: running `cargo check --bins` on omicron-brand-metadata (53/199) |
2421 | 2025-02-23T08:29:54.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2025-02-23T08:29:54.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2025-02-23T08:29:54.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2025-02-23T08:29:54.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2425 | 2025-02-23T08:29:54.508Z | |
2426 | 2025-02-23T08:29:54.508Z | info: running `cargo check --bins` on omicron-certificates (54/199) |
2427 | 2025-02-23T08:29:55.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2025-02-23T08:29:55.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2025-02-23T08:29:55.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2025-02-23T08:29:55.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2431 | 2025-02-23T08:29:55.157Z | |
2432 | 2025-02-23T08:29:55.157Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/199) |
2433 | 2025-02-23T08:29:55.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2025-02-23T08:29:55.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2025-02-23T08:29:55.830Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2436 | 2025-02-23T08:29:55.944Z | Compiling ipnetwork v0.21.1 |
2437 | 2025-02-23T08:29:55.948Z | Compiling zerocopy v0.8.10 |
2438 | 2025-02-23T08:29:55.948Z | Compiling progenitor-client v0.8.0 |
2439 | 2025-02-23T08:29:55.948Z | Compiling itertools v0.13.0 |
2440 | 2025-02-23T08:29:55.948Z | Compiling zerocopy-derive v0.8.10 |
2441 | 2025-02-23T08:29:55.948Z | Compiling heapless v0.8.0 |
2442 | 2025-02-23T08:29:55.948Z | Compiling thiserror v2.0.11 |
2443 | 2025-02-23T08:29:56.162Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2444 | 2025-02-23T08:29:56.284Z | Checking hash32 v0.3.1 |
2445 | 2025-02-23T08:29:56.418Z | Compiling oxnet v0.1.0 |
2446 | 2025-02-23T08:29:56.487Z | Compiling progenitor v0.8.0 |
2447 | 2025-02-23T08:29:56.691Z | Compiling instant v0.1.13 |
2448 | 2025-02-23T08:29:56.708Z | Compiling smoltcp v0.11.0 |
2449 | 2025-02-23T08:29:56.773Z | Compiling daft v0.1.1 |
2450 | 2025-02-23T08:29:56.842Z | Compiling backoff v0.4.0 |
2451 | 2025-02-23T08:29:56.888Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2452 | 2025-02-23T08:29:57.050Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
2453 | 2025-02-23T08:29:57.193Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2454 | 2025-02-23T08:29:57.232Z | Compiling dropshot v0.15.1 |
2455 | 2025-02-23T08:29:57.379Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2456 | 2025-02-23T08:29:57.581Z | Compiling serde_with v3.11.0 |
2457 | 2025-02-23T08:29:57.648Z | Compiling parse-display v0.10.0 |
2458 | 2025-02-23T08:29:57.700Z | Checking num-rational v0.4.2 |
2459 | 2025-02-23T08:29:58.262Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2460 | 2025-02-23T08:29:58.348Z | Compiling progenitor-client v0.9.1 |
2461 | 2025-02-23T08:29:58.975Z | Compiling regress v0.9.1 |
2462 | 2025-02-23T08:29:59.072Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2463 | 2025-02-23T08:29:59.951Z | Compiling phf_generator v0.11.2 |
2464 | 2025-02-23T08:30:00.156Z | Checking num-complex v0.4.6 |
2465 | 2025-02-23T08:30:01.076Z | Compiling macaddr v1.0.1 |
2466 | 2025-02-23T08:30:01.429Z | Checking cobs v0.2.3 |
2467 | 2025-02-23T08:30:01.570Z | Checking num v0.4.3 |
2468 | 2025-02-23T08:30:01.788Z | Checking postcard v1.0.10 |
2469 | 2025-02-23T08:30:01.788Z | Compiling phf_codegen v0.11.2 |
2470 | 2025-02-23T08:30:02.016Z | Compiling parse-zoneinfo v0.3.1 |
2471 | 2025-02-23T08:30:02.191Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2472 | 2025-02-23T08:30:02.506Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2473 | 2025-02-23T08:30:03.676Z | Compiling convert_case v0.4.0 |
2474 | 2025-02-23T08:30:03.807Z | Checking float-ord v0.3.2 |
2475 | 2025-02-23T08:30:04.176Z | Compiling chrono-tz-build v0.4.0 |
2476 | 2025-02-23T08:30:04.410Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2477 | 2025-02-23T08:30:04.491Z | Compiling derive_more v0.99.19 |
2478 | 2025-02-23T08:30:04.905Z | Compiling crucible-workspace-hack v0.1.0 |
2479 | 2025-02-23T08:30:05.242Z | Checking newline-converter v0.3.0 |
2480 | 2025-02-23T08:30:05.380Z | Compiling chrono-tz v0.10.1 |
2481 | 2025-02-23T08:30:05.407Z | Checking prettyplease v0.2.29 |
2482 | 2025-02-23T08:30:05.495Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2483 | 2025-02-23T08:30:06.098Z | Compiling slog-dtrace v0.3.0 |
2484 | 2025-02-23T08:30:06.128Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2485 | 2025-02-23T08:30:06.223Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2486 | 2025-02-23T08:30:06.533Z | Checking expectorate v1.1.0 |
2487 | 2025-02-23T08:30:06.575Z | Compiling zone_cfg_derive v0.3.0 |
2488 | 2025-02-23T08:30:06.783Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2489 | 2025-02-23T08:30:07.452Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2490 | 2025-02-23T08:30:07.549Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2491 | 2025-02-23T08:30:07.710Z | Compiling const_format_proc_macros v0.2.34 |
2492 | 2025-02-23T08:30:07.839Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2493 | 2025-02-23T08:30:07.893Z | Compiling num-derive v0.4.2 |
2494 | 2025-02-23T08:30:07.910Z | Checking highway v1.2.0 |
2495 | 2025-02-23T08:30:08.249Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2496 | 2025-02-23T08:30:08.348Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2497 | 2025-02-23T08:30:08.713Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2498 | 2025-02-23T08:30:08.939Z | Checking zone v0.3.0 |
2499 | 2025-02-23T08:30:08.984Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
2500 | 2025-02-23T08:30:09.623Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2501 | 2025-02-23T08:30:09.667Z | Checking const_format v0.2.34 |
2502 | 2025-02-23T08:30:10.150Z | Checking gethostname v0.5.0 |
2503 | 2025-02-23T08:30:10.179Z | Checking bcs v0.1.6 |
2504 | 2025-02-23T08:30:10.194Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
2505 | 2025-02-23T08:30:10.291Z | Checking nanorand v0.7.0 |
2506 | 2025-02-23T08:30:10.643Z | Compiling async-recursion v1.1.1 |
2507 | 2025-02-23T08:30:10.659Z | Checking termtree v0.5.1 |
2508 | 2025-02-23T08:30:10.662Z | Checking flume v0.11.1 |
2509 | 2025-02-23T08:30:10.759Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2510 | 2025-02-23T08:30:10.900Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2511 | 2025-02-23T08:30:11.041Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2512 | 2025-02-23T08:30:11.143Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2513 | 2025-02-23T08:30:11.252Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2514 | 2025-02-23T08:30:13.053Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2515 | 2025-02-23T08:30:17.813Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2516 | 2025-02-23T08:30:21.134Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2517 | 2025-02-23T08:30:23.585Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2518 | 2025-02-23T08:30:24.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.74s |
2519 | 2025-02-23T08:30:25.067Z | |
2520 | 2025-02-23T08:30:25.067Z | info: running `cargo check --bins` on clickhouse-admin-api (56/199) |
2521 | 2025-02-23T08:30:25.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2025-02-23T08:30:25.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2025-02-23T08:30:25.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2025-02-23T08:30:25.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2525 | 2025-02-23T08:30:25.739Z | |
2526 | 2025-02-23T08:30:25.739Z | info: running `cargo check --bins` on clickhouse-admin-types (57/199) |
2527 | 2025-02-23T08:30:26.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2025-02-23T08:30:26.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2025-02-23T08:30:26.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2025-02-23T08:30:26.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2531 | 2025-02-23T08:30:26.395Z | |
2532 | 2025-02-23T08:30:26.395Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/199) |
2533 | 2025-02-23T08:30:26.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2025-02-23T08:30:26.977Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2025-02-23T08:30:27.073Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2536 | 2025-02-23T08:30:27.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
2537 | 2025-02-23T08:30:27.880Z | |
2538 | 2025-02-23T08:30:27.880Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/199) |
2539 | 2025-02-23T08:30:28.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2025-02-23T08:30:28.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2025-02-23T08:30:28.573Z | Compiling cfg_aliases v0.1.1 |
2542 | 2025-02-23T08:30:28.576Z | Compiling vte_generate_state_changes v0.1.2 |
2543 | 2025-02-23T08:30:28.576Z | Checking fd-lock v4.0.2 |
2544 | 2025-02-23T08:30:28.576Z | Checking nibble_vec v0.1.0 |
2545 | 2025-02-23T08:30:28.576Z | Checking bytecount v0.6.8 |
2546 | 2025-02-23T08:30:28.576Z | Checking endian-type v0.1.2 |
2547 | 2025-02-23T08:30:28.576Z | Compiling tabled_derive v0.7.0 |
2548 | 2025-02-23T08:30:28.704Z | Compiling peg-macros v0.8.4 |
2549 | 2025-02-23T08:30:28.774Z | Compiling nix v0.28.0 |
2550 | 2025-02-23T08:30:28.838Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2551 | 2025-02-23T08:30:28.877Z | Compiling sqlparser_derive v0.2.2 |
2552 | 2025-02-23T08:30:28.912Z | Checking papergrid v0.11.0 |
2553 | 2025-02-23T08:30:28.953Z | Checking radix_trie v0.2.1 |
2554 | 2025-02-23T08:30:29.292Z | Checking vte v0.11.1 |
2555 | 2025-02-23T08:30:29.335Z | Checking home v0.5.9 |
2556 | 2025-02-23T08:30:29.508Z | Checking unicode_categories v0.1.1 |
2557 | 2025-02-23T08:30:29.827Z | Checking nu-ansi-term v0.50.1 |
2558 | 2025-02-23T08:30:29.894Z | Checking sqlformat v0.2.6 |
2559 | 2025-02-23T08:30:29.923Z | Checking sqlparser v0.45.0 |
2560 | 2025-02-23T08:30:30.236Z | Checking display-error-chain v0.2.2 |
2561 | 2025-02-23T08:30:30.711Z | Checking strip-ansi-escapes v0.2.0 |
2562 | 2025-02-23T08:30:30.886Z | Checking tabled v0.15.0 |
2563 | 2025-02-23T08:30:30.905Z | Checking reedline v0.35.0 |
2564 | 2025-02-23T08:30:31.204Z | Checking peg v0.8.4 |
2565 | 2025-02-23T08:30:31.648Z | Checking rustyline v14.0.0 |
2566 | 2025-02-23T08:30:40.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.95s |
2567 | 2025-02-23T08:30:41.025Z | |
2568 | 2025-02-23T08:30:41.025Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/199) |
2569 | 2025-02-23T08:30:41.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2025-02-23T08:30:41.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2025-02-23T08:30:41.721Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2572 | 2025-02-23T08:30:46.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
2573 | 2025-02-23T08:30:47.061Z | |
2574 | 2025-02-23T08:30:47.061Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/199) |
2575 | 2025-02-23T08:30:47.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2025-02-23T08:30:47.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2025-02-23T08:30:47.737Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2578 | 2025-02-23T08:30:51.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
2579 | 2025-02-23T08:30:51.432Z | |
2580 | 2025-02-23T08:30:51.433Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/199) |
2581 | 2025-02-23T08:30:52.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2025-02-23T08:30:52.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2025-02-23T08:30:52.121Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-02-23T08:30:56.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
2585 | 2025-02-23T08:30:57.133Z | |
2586 | 2025-02-23T08:30:57.133Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/199) |
2587 | 2025-02-23T08:30:57.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2025-02-23T08:30:57.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2025-02-23T08:30:57.824Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2590 | 2025-02-23T08:31:02.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s |
2591 | 2025-02-23T08:31:02.977Z | |
2592 | 2025-02-23T08:31:02.978Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/199) |
2593 | 2025-02-23T08:31:03.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2025-02-23T08:31:03.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2025-02-23T08:31:03.618Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2596 | 2025-02-23T08:31:07.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
2597 | 2025-02-23T08:31:07.543Z | |
2598 | 2025-02-23T08:31:07.543Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/199) |
2599 | 2025-02-23T08:31:08.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2025-02-23T08:31:08.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2025-02-23T08:31:08.227Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2602 | 2025-02-23T08:31:12.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
2603 | 2025-02-23T08:31:12.221Z | |
2604 | 2025-02-23T08:31:12.222Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/199) |
2605 | 2025-02-23T08:31:12.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-02-23T08:31:12.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-02-23T08:31:12.902Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2608 | 2025-02-23T08:31:18.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
2609 | 2025-02-23T08:31:18.276Z | |
2610 | 2025-02-23T08:31:18.276Z | info: running `cargo check --bins` on oximeter (67/199) |
2611 | 2025-02-23T08:31:18.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-02-23T08:31:18.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-02-23T08:31:18.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2614 | 2025-02-23T08:31:18.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2615 | 2025-02-23T08:31:18.924Z | |
2616 | 2025-02-23T08:31:18.924Z | info: running `cargo check --bins` on oximeter-macro-impl (68/199) |
2617 | 2025-02-23T08:31:19.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-02-23T08:31:19.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-02-23T08:31:19.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2620 | 2025-02-23T08:31:19.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2621 | 2025-02-23T08:31:19.555Z | |
2622 | 2025-02-23T08:31:19.555Z | info: running `cargo check --bins` on oximeter-schema (69/199) |
2623 | 2025-02-23T08:31:20.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-02-23T08:31:20.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-02-23T08:31:20.209Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2626 | 2025-02-23T08:31:22.278Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2627 | 2025-02-23T08:31:23.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.67s |
2628 | 2025-02-23T08:31:23.403Z | |
2629 | 2025-02-23T08:31:23.403Z | info: running `cargo check --bins` on oximeter-types (70/199) |
2630 | 2025-02-23T08:31:23.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-02-23T08:31:23.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-02-23T08:31:23.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2633 | 2025-02-23T08:31:23.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2634 | 2025-02-23T08:31:24.060Z | |
2635 | 2025-02-23T08:31:24.060Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/199) |
2636 | 2025-02-23T08:31:24.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-02-23T08:31:24.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-02-23T08:31:24.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2639 | 2025-02-23T08:31:24.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2640 | 2025-02-23T08:31:24.711Z | |
2641 | 2025-02-23T08:31:24.711Z | info: running `cargo check --bins` on oxql-types (72/199) |
2642 | 2025-02-23T08:31:25.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-02-23T08:31:25.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-02-23T08:31:25.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-02-23T08:31:25.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2646 | 2025-02-23T08:31:25.355Z | |
2647 | 2025-02-23T08:31:25.355Z | info: running `cargo check --bins` on oximeter-test-utils (73/199) |
2648 | 2025-02-23T08:31:25.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-02-23T08:31:25.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-02-23T08:31:25.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-02-23T08:31:25.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2652 | 2025-02-23T08:31:26.027Z | |
2653 | 2025-02-23T08:31:26.027Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/199) |
2654 | 2025-02-23T08:31:26.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-02-23T08:31:26.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-02-23T08:31:26.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2657 | 2025-02-23T08:31:26.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2658 | 2025-02-23T08:31:26.684Z | |
2659 | 2025-02-23T08:31:26.685Z | info: running `cargo check --bins` on bootstrap-agent-client (75/199) |
2660 | 2025-02-23T08:31:27.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-02-23T08:31:27.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-02-23T08:31:27.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-02-23T08:31:27.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2664 | 2025-02-23T08:31:27.348Z | |
2665 | 2025-02-23T08:31:27.348Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/199) |
2666 | 2025-02-23T08:31:27.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-02-23T08:31:27.920Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-02-23T08:31:27.920Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-02-23T08:31:27.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2670 | 2025-02-23T08:31:27.997Z | |
2671 | 2025-02-23T08:31:27.997Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/199) |
2672 | 2025-02-23T08:31:28.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-02-23T08:31:28.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-02-23T08:31:28.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-02-23T08:31:28.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2676 | 2025-02-23T08:31:28.651Z | |
2677 | 2025-02-23T08:31:28.651Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/199) |
2678 | 2025-02-23T08:31:29.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-02-23T08:31:29.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-02-23T08:31:29.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-02-23T08:31:29.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2682 | 2025-02-23T08:31:29.300Z | |
2683 | 2025-02-23T08:31:29.300Z | info: running `cargo check --bins` on cockroach-admin-client (79/199) |
2684 | 2025-02-23T08:31:29.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-02-23T08:31:29.853Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-02-23T08:31:29.853Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-02-23T08:31:29.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2688 | 2025-02-23T08:31:29.929Z | |
2689 | 2025-02-23T08:31:29.929Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/199) |
2690 | 2025-02-23T08:31:30.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-02-23T08:31:30.507Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-02-23T08:31:30.507Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-02-23T08:31:30.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2694 | 2025-02-23T08:31:30.590Z | |
2695 | 2025-02-23T08:31:30.590Z | info: running `cargo check --bins` on dns-service-client (81/199) |
2696 | 2025-02-23T08:31:31.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-02-23T08:31:31.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-02-23T08:31:31.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-02-23T08:31:31.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2700 | 2025-02-23T08:31:31.256Z | |
2701 | 2025-02-23T08:31:31.256Z | info: running `cargo check --bins` on internal-dns-types (82/199) |
2702 | 2025-02-23T08:31:31.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-02-23T08:31:31.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-02-23T08:31:31.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-02-23T08:31:31.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2706 | 2025-02-23T08:31:31.914Z | |
2707 | 2025-02-23T08:31:31.914Z | info: running `cargo check --bins` on dpd-client (83/199) |
2708 | 2025-02-23T08:31:32.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-02-23T08:31:32.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-02-23T08:31:32.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-02-23T08:31:32.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2712 | 2025-02-23T08:31:32.551Z | |
2713 | 2025-02-23T08:31:32.552Z | info: running `cargo check --bins` on gateway-client (84/199) |
2714 | 2025-02-23T08:31:33.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-02-23T08:31:33.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-02-23T08:31:33.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-02-23T08:31:33.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2718 | 2025-02-23T08:31:33.181Z | |
2719 | 2025-02-23T08:31:33.181Z | info: running `cargo check --bins` on installinator-client (85/199) |
2720 | 2025-02-23T08:31:33.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-02-23T08:31:33.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-02-23T08:31:33.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-02-23T08:31:33.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2724 | 2025-02-23T08:31:33.848Z | |
2725 | 2025-02-23T08:31:33.848Z | info: running `cargo check --bins` on installinator-common (86/199) |
2726 | 2025-02-23T08:31:34.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-02-23T08:31:34.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-02-23T08:31:34.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-02-23T08:31:34.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2730 | 2025-02-23T08:31:34.512Z | |
2731 | 2025-02-23T08:31:34.512Z | info: running `cargo check --bins` on update-engine (87/199) |
2732 | 2025-02-23T08:31:35.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-02-23T08:31:35.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-02-23T08:31:35.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-02-23T08:31:35.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2736 | 2025-02-23T08:31:35.144Z | |
2737 | 2025-02-23T08:31:35.144Z | info: running `cargo check --bins` on nexus-client (88/199) |
2738 | 2025-02-23T08:31:35.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-02-23T08:31:35.742Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-02-23T08:31:35.742Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-02-23T08:31:35.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2742 | 2025-02-23T08:31:35.822Z | |
2743 | 2025-02-23T08:31:35.822Z | info: running `cargo check --bins` on nexus-sled-agent-shared (89/199) |
2744 | 2025-02-23T08:31:36.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-02-23T08:31:36.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-02-23T08:31:36.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-02-23T08:31:36.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2748 | 2025-02-23T08:31:36.482Z | |
2749 | 2025-02-23T08:31:36.482Z | info: running `cargo check --bins` on omicron-passwords (90/199) |
2750 | 2025-02-23T08:31:37.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-02-23T08:31:37.035Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-02-23T08:31:37.035Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-02-23T08:31:37.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2754 | 2025-02-23T08:31:37.112Z | |
2755 | 2025-02-23T08:31:37.112Z | info: running `cargo check --bins` on nexus-types (91/199) |
2756 | 2025-02-23T08:31:37.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-02-23T08:31:37.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-02-23T08:31:37.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-02-23T08:31:37.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2760 | 2025-02-23T08:31:37.781Z | |
2761 | 2025-02-23T08:31:37.781Z | info: running `cargo check --bins` on oxide-client (92/199) |
2762 | 2025-02-23T08:31:38.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-02-23T08:31:38.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-02-23T08:31:38.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-02-23T08:31:38.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2766 | 2025-02-23T08:31:38.411Z | |
2767 | 2025-02-23T08:31:38.411Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2768 | 2025-02-23T08:31:38.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-02-23T08:31:38.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-02-23T08:31:38.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-02-23T08:31:38.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2772 | 2025-02-23T08:31:39.063Z | |
2773 | 2025-02-23T08:31:39.063Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2774 | 2025-02-23T08:31:39.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-02-23T08:31:39.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-02-23T08:31:39.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-02-23T08:31:39.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2778 | 2025-02-23T08:31:39.696Z | |
2779 | 2025-02-23T08:31:39.696Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2780 | 2025-02-23T08:31:40.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-02-23T08:31:40.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-02-23T08:31:40.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-02-23T08:31:40.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2784 | 2025-02-23T08:31:40.362Z | |
2785 | 2025-02-23T08:31:40.362Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2786 | 2025-02-23T08:31:41.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-02-23T08:31:41.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-02-23T08:31:41.080Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-02-23T08:31:41.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2790 | 2025-02-23T08:31:41.081Z | |
2791 | 2025-02-23T08:31:41.081Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2792 | 2025-02-23T08:31:41.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-02-23T08:31:41.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-02-23T08:31:41.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-02-23T08:31:41.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2796 | 2025-02-23T08:31:41.726Z | |
2797 | 2025-02-23T08:31:41.726Z | info: running `cargo check --bins` on wicket-common (98/199) |
2798 | 2025-02-23T08:31:42.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-02-23T08:31:42.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-02-23T08:31:42.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-02-23T08:31:42.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2802 | 2025-02-23T08:31:42.399Z | |
2803 | 2025-02-23T08:31:42.399Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2804 | 2025-02-23T08:31:42.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-02-23T08:31:42.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-02-23T08:31:43.082Z | Checking csv-core v0.1.11 |
2807 | 2025-02-23T08:31:43.082Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2808 | 2025-02-23T08:31:43.085Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2809 | 2025-02-23T08:31:43.085Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2810 | 2025-02-23T08:31:43.389Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2811 | 2025-02-23T08:31:43.399Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2812 | 2025-02-23T08:31:43.424Z | Checking csv v1.3.1 |
2813 | 2025-02-23T08:31:43.976Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2814 | 2025-02-23T08:31:44.355Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2815 | 2025-02-23T08:31:45.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2816 | 2025-02-23T08:31:46.155Z | |
2817 | 2025-02-23T08:31:46.156Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2818 | 2025-02-23T08:31:46.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-02-23T08:31:46.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-02-23T08:31:46.724Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-02-23T08:31:46.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2822 | 2025-02-23T08:31:46.804Z | |
2823 | 2025-02-23T08:31:46.804Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2824 | 2025-02-23T08:31:47.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-02-23T08:31:47.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-02-23T08:31:47.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-02-23T08:31:47.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2828 | 2025-02-23T08:31:47.455Z | |
2829 | 2025-02-23T08:31:47.455Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2830 | 2025-02-23T08:31:48.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-02-23T08:31:48.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-02-23T08:31:48.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-02-23T08:31:48.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2834 | 2025-02-23T08:31:48.217Z | |
2835 | 2025-02-23T08:31:48.217Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2836 | 2025-02-23T08:31:48.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-02-23T08:31:48.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-02-23T08:31:48.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-02-23T08:31:48.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2840 | 2025-02-23T08:31:48.977Z | |
2841 | 2025-02-23T08:31:48.978Z | info: running `cargo check --bins` on dns-server (104/199) |
2842 | 2025-02-23T08:31:49.550Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-02-23T08:31:49.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-02-23T08:31:49.647Z | Compiling typify-impl v0.3.0 |
2845 | 2025-02-23T08:31:49.755Z | Compiling parking_lot_core v0.8.6 |
2846 | 2025-02-23T08:31:49.757Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2847 | 2025-02-23T08:31:49.767Z | Checking fxhash v0.2.1 |
2848 | 2025-02-23T08:31:49.779Z | Checking hickory-client v0.24.3 |
2849 | 2025-02-23T08:31:49.803Z | Checking hickory-server v0.24.3 |
2850 | 2025-02-23T08:31:50.467Z | Checking parking_lot v0.11.2 |
2851 | 2025-02-23T08:31:50.514Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2852 | 2025-02-23T08:31:50.743Z | Checking sled v0.34.7 |
2853 | 2025-02-23T08:31:55.284Z | Compiling typify-macro v0.3.0 |
2854 | 2025-02-23T08:31:56.813Z | Compiling typify v0.3.0 |
2855 | 2025-02-23T08:31:56.886Z | Compiling progenitor-impl v0.9.1 |
2856 | 2025-02-23T08:31:59.327Z | Compiling progenitor-macro v0.9.1 |
2857 | 2025-02-23T08:32:02.923Z | Checking progenitor v0.9.1 |
2858 | 2025-02-23T08:32:03.058Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2859 | 2025-02-23T08:32:03.526Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2860 | 2025-02-23T08:32:04.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.86s |
2861 | 2025-02-23T08:32:05.018Z | |
2862 | 2025-02-23T08:32:05.018Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2863 | 2025-02-23T08:32:05.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2025-02-23T08:32:05.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2025-02-23T08:32:05.671Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2025-02-23T08:32:05.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2867 | 2025-02-23T08:32:05.700Z | |
2868 | 2025-02-23T08:32:05.700Z | info: running `cargo check --bins` on gateway-test-utils (106/199) |
2869 | 2025-02-23T08:32:06.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2025-02-23T08:32:06.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2025-02-23T08:32:06.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2025-02-23T08:32:06.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2873 | 2025-02-23T08:32:06.364Z | |
2874 | 2025-02-23T08:32:06.364Z | info: running `cargo check --bins` on gateway-types (107/199) |
2875 | 2025-02-23T08:32:06.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2025-02-23T08:32:07.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2025-02-23T08:32:07.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2025-02-23T08:32:07.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2879 | 2025-02-23T08:32:07.072Z | |
2880 | 2025-02-23T08:32:07.073Z | info: running `cargo check --bins` on ipcc (108/199) |
2881 | 2025-02-23T08:32:07.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2025-02-23T08:32:07.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2025-02-23T08:32:07.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2025-02-23T08:32:07.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2885 | 2025-02-23T08:32:07.659Z | |
2886 | 2025-02-23T08:32:07.659Z | info: running `cargo check --bins` on omicron-gateway (109/199) |
2887 | 2025-02-23T08:32:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2025-02-23T08:32:08.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2025-02-23T08:32:08.386Z | Compiling semver v0.1.20 |
2890 | 2025-02-23T08:32:08.386Z | Compiling radium v0.7.0 |
2891 | 2025-02-23T08:32:08.388Z | Compiling maybe-uninit v2.0.0 |
2892 | 2025-02-23T08:32:08.388Z | Checking tap v1.0.1 |
2893 | 2025-02-23T08:32:08.530Z | Checking password-hash v0.5.0 |
2894 | 2025-02-23T08:32:08.533Z | Checking blake2 v0.10.6 |
2895 | 2025-02-23T08:32:08.533Z | Checking crc-catalog v2.4.0 |
2896 | 2025-02-23T08:32:08.533Z | Compiling packed_struct v0.10.1 |
2897 | 2025-02-23T08:32:08.650Z | Checking wyz v0.5.1 |
2898 | 2025-02-23T08:32:08.690Z | Compiling owo-colors v4.1.0 |
2899 | 2025-02-23T08:32:08.963Z | Compiling rustc_version v0.1.7 |
2900 | 2025-02-23T08:32:08.999Z | Compiling cancel-safe-futures v0.1.5 |
2901 | 2025-02-23T08:32:09.010Z | Checking funty v2.0.0 |
2902 | 2025-02-23T08:32:09.034Z | Checking argon2 v0.5.3 |
2903 | 2025-02-23T08:32:09.108Z | Checking crc v3.2.1 |
2904 | 2025-02-23T08:32:09.143Z | Compiling packed_struct_codegen v0.10.1 |
2905 | 2025-02-23T08:32:09.278Z | Checking half v2.4.1 |
2906 | 2025-02-23T08:32:09.334Z | Compiling indexmap v1.9.3 |
2907 | 2025-02-23T08:32:09.353Z | Compiling newtype_derive v0.1.6 |
2908 | 2025-02-23T08:32:09.400Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2909 | 2025-02-23T08:32:09.579Z | Checking ciborium-io v0.2.2 |
2910 | 2025-02-23T08:32:09.669Z | Checking nodrop v0.1.14 |
2911 | 2025-02-23T08:32:09.763Z | Checking ciborium-ll v0.2.2 |
2912 | 2025-02-23T08:32:09.770Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2913 | 2025-02-23T08:32:09.776Z | Checking smallvec v0.6.14 |
2914 | 2025-02-23T08:32:09.824Z | Checking array-init v0.0.4 |
2915 | 2025-02-23T08:32:09.900Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2916 | 2025-02-23T08:32:09.924Z | Checking bitvec v1.0.1 |
2917 | 2025-02-23T08:32:10.045Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2918 | 2025-02-23T08:32:10.164Z | Checking libsw v3.3.1 |
2919 | 2025-02-23T08:32:10.197Z | Checking hashbrown v0.12.3 |
2920 | 2025-02-23T08:32:10.429Z | Checking termcolor v1.4.1 |
2921 | 2025-02-23T08:32:10.571Z | Checking bitfield v0.14.0 |
2922 | 2025-02-23T08:32:10.692Z | Checking linear-map v1.2.0 |
2923 | 2025-02-23T08:32:10.857Z | Checking indent_write v2.2.0 |
2924 | 2025-02-23T08:32:10.876Z | Checking swrite v0.1.0 |
2925 | 2025-02-23T08:32:10.981Z | Checking env_logger v0.10.2 |
2926 | 2025-02-23T08:32:11.012Z | Checking serde-hex v0.1.0 |
2927 | 2025-02-23T08:32:11.036Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2928 | 2025-02-23T08:32:11.076Z | Checking ron v0.8.1 |
2929 | 2025-02-23T08:32:11.425Z | Checking ciborium v0.2.2 |
2930 | 2025-02-23T08:32:11.584Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2931 | 2025-02-23T08:32:11.588Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2932 | 2025-02-23T08:32:11.863Z | Checking steno v0.4.1 |
2933 | 2025-02-23T08:32:12.332Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2934 | 2025-02-23T08:32:12.507Z | Checking hashbrown v0.13.2 |
2935 | 2025-02-23T08:32:12.591Z | Checking humantime v2.1.0 |
2936 | 2025-02-23T08:32:12.610Z | Checking crc-any v2.5.0 |
2937 | 2025-02-23T08:32:12.897Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2938 | 2025-02-23T08:32:13.007Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2939 | 2025-02-23T08:32:13.186Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2940 | 2025-02-23T08:32:13.414Z | Checking object v0.30.4 |
2941 | 2025-02-23T08:32:13.504Z | Checking path-slash v0.1.5 |
2942 | 2025-02-23T08:32:13.579Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2943 | 2025-02-23T08:32:13.738Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2944 | 2025-02-23T08:32:14.026Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2945 | 2025-02-23T08:32:14.314Z | Checking nix v0.27.1 |
2946 | 2025-02-23T08:32:14.491Z | Checking tungstenite v0.23.0 |
2947 | 2025-02-23T08:32:14.536Z | Checking kstat-rs v0.2.4 |
2948 | 2025-02-23T08:32:14.892Z | Checking signal-hook-tokio v0.3.1 |
2949 | 2025-02-23T08:32:14.909Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2950 | 2025-02-23T08:32:15.325Z | Checking tokio-tungstenite v0.23.1 |
2951 | 2025-02-23T08:32:15.909Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2952 | 2025-02-23T08:32:15.993Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2953 | 2025-02-23T08:32:16.213Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2954 | 2025-02-23T08:32:23.392Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2955 | 2025-02-23T08:32:24.729Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2956 | 2025-02-23T08:32:26.748Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2957 | 2025-02-23T08:32:32.148Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2958 | 2025-02-23T08:32:32.820Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2959 | 2025-02-23T08:32:35.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.88s |
2960 | 2025-02-23T08:32:35.724Z | |
2961 | 2025-02-23T08:32:35.724Z | info: running `cargo check --bins` on gateway-api (110/199) |
2962 | 2025-02-23T08:32:36.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2963 | 2025-02-23T08:32:36.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2964 | 2025-02-23T08:32:36.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2965 | 2025-02-23T08:32:36.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2966 | 2025-02-23T08:32:36.385Z | |
2967 | 2025-02-23T08:32:36.385Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (111/199) |
2968 | 2025-02-23T08:32:36.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2969 | 2025-02-23T08:32:36.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2970 | 2025-02-23T08:32:36.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2971 | 2025-02-23T08:32:36.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2972 | 2025-02-23T08:32:37.026Z | |
2973 | 2025-02-23T08:32:37.027Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (112/199) |
2974 | 2025-02-23T08:32:37.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2975 | 2025-02-23T08:32:37.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2976 | 2025-02-23T08:32:37.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2977 | 2025-02-23T08:32:37.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2978 | 2025-02-23T08:32:37.681Z | |
2979 | 2025-02-23T08:32:37.682Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (113/199) |
2980 | 2025-02-23T08:32:38.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2981 | 2025-02-23T08:32:38.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2982 | 2025-02-23T08:32:38.255Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2983 | 2025-02-23T08:32:38.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2984 | 2025-02-23T08:32:38.334Z | |
2985 | 2025-02-23T08:32:38.334Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (114/199) |
2986 | 2025-02-23T08:32:38.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2025-02-23T08:32:38.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2025-02-23T08:32:38.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2989 | 2025-02-23T08:32:38.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2990 | 2025-02-23T08:32:38.992Z | |
2991 | 2025-02-23T08:32:38.992Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (115/199) |
2992 | 2025-02-23T08:32:39.577Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2993 | 2025-02-23T08:32:39.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2994 | 2025-02-23T08:32:39.580Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2995 | 2025-02-23T08:32:39.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2996 | 2025-02-23T08:32:39.656Z | |
2997 | 2025-02-23T08:32:39.656Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (116/199) |
2998 | 2025-02-23T08:32:40.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2025-02-23T08:32:40.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2025-02-23T08:32:40.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3001 | 2025-02-23T08:32:40.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3002 | 2025-02-23T08:32:40.306Z | |
3003 | 2025-02-23T08:32:40.306Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (117/199) |
3004 | 2025-02-23T08:32:40.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3005 | 2025-02-23T08:32:40.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3006 | 2025-02-23T08:32:40.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3007 | 2025-02-23T08:32:40.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3008 | 2025-02-23T08:32:40.960Z | |
3009 | 2025-02-23T08:32:40.960Z | info: running `cargo check --bins` on oximeter-producer (118/199) |
3010 | 2025-02-23T08:32:41.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-02-23T08:32:41.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-02-23T08:32:41.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-02-23T08:32:41.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3014 | 2025-02-23T08:32:41.637Z | |
3015 | 2025-02-23T08:32:41.637Z | info: running `cargo check --bins` on internal-dns-resolver (119/199) |
3016 | 2025-02-23T08:32:42.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-02-23T08:32:42.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-02-23T08:32:42.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-02-23T08:32:42.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3020 | 2025-02-23T08:32:42.293Z | |
3021 | 2025-02-23T08:32:42.293Z | info: running `cargo check --bins` on sp-sim (120/199) |
3022 | 2025-02-23T08:32:42.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-02-23T08:32:42.860Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-02-23T08:32:42.950Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3025 | 2025-02-23T08:32:43.402Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3026 | 2025-02-23T08:32:45.091Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3027 | 2025-02-23T08:32:46.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.50s |
3028 | 2025-02-23T08:32:46.967Z | |
3029 | 2025-02-23T08:32:46.967Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (121/199) |
3030 | 2025-02-23T08:32:47.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-02-23T08:32:47.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-02-23T08:32:47.587Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-02-23T08:32:47.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3034 | 2025-02-23T08:32:47.671Z | |
3035 | 2025-02-23T08:32:47.671Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (122/199) |
3036 | 2025-02-23T08:32:48.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-02-23T08:32:48.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-02-23T08:32:48.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-02-23T08:32:48.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3040 | 2025-02-23T08:32:48.373Z | |
3041 | 2025-02-23T08:32:48.373Z | info: running `cargo check --bins` on db-macros (123/199) |
3042 | 2025-02-23T08:32:48.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-02-23T08:32:48.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-02-23T08:32:48.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-02-23T08:32:48.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3046 | 2025-02-23T08:32:49.004Z | |
3047 | 2025-02-23T08:32:49.004Z | info: running `cargo check --bins` on nexus-macros-common (124/199) |
3048 | 2025-02-23T08:32:49.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-02-23T08:32:49.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-02-23T08:32:49.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-02-23T08:32:49.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3052 | 2025-02-23T08:32:49.633Z | |
3053 | 2025-02-23T08:32:49.633Z | info: running `cargo check --bins` on nexus-auth (125/199) |
3054 | 2025-02-23T08:32:50.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-02-23T08:32:50.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-02-23T08:32:50.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-02-23T08:32:50.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3058 | 2025-02-23T08:32:50.344Z | |
3059 | 2025-02-23T08:32:50.345Z | info: running `cargo check --bins` on authz-macros (126/199) |
3060 | 2025-02-23T08:32:50.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-02-23T08:32:50.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-02-23T08:32:50.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-02-23T08:32:50.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3064 | 2025-02-23T08:32:50.991Z | |
3065 | 2025-02-23T08:32:50.992Z | info: running `cargo check --bins` on nexus-db-fixed-data (127/199) |
3066 | 2025-02-23T08:32:51.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-02-23T08:32:51.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-02-23T08:32:51.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-02-23T08:32:51.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3070 | 2025-02-23T08:32:52.683Z | |
3071 | 2025-02-23T08:32:52.683Z | info: running `cargo check --bins` on nexus-db-model (128/199) |
3072 | 2025-02-23T08:32:52.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-02-23T08:32:52.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-02-23T08:32:52.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-02-23T08:32:52.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3076 | 2025-02-23T08:32:52.686Z | |
3077 | 2025-02-23T08:32:52.686Z | info: running `cargo check --bins` on nexus-defaults (129/199) |
3078 | 2025-02-23T08:32:52.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-02-23T08:32:52.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-02-23T08:32:52.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-02-23T08:32:52.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3082 | 2025-02-23T08:32:53.028Z | |
3083 | 2025-02-23T08:32:53.028Z | info: running `cargo check --bins` on nexus-inventory (130/199) |
3084 | 2025-02-23T08:32:53.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-02-23T08:32:53.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-02-23T08:32:53.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-02-23T08:32:53.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3088 | 2025-02-23T08:32:53.705Z | |
3089 | 2025-02-23T08:32:53.705Z | info: running `cargo check --bins` on typed-rng (131/199) |
3090 | 2025-02-23T08:32:54.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-02-23T08:32:54.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-02-23T08:32:54.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-02-23T08:32:54.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3094 | 2025-02-23T08:32:54.335Z | |
3095 | 2025-02-23T08:32:54.335Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (132/199) |
3096 | 2025-02-23T08:32:54.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-02-23T08:32:54.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-02-23T08:32:55.104Z | Checking keccak v0.1.5 |
3099 | 2025-02-23T08:32:55.215Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3100 | 2025-02-23T08:32:55.226Z | Checking secrecy v0.8.0 |
3101 | 2025-02-23T08:32:55.226Z | Compiling unicase v2.7.0 |
3102 | 2025-02-23T08:32:55.238Z | Compiling same-file v1.0.6 |
3103 | 2025-02-23T08:32:55.248Z | Compiling tempfile v3.13.0 |
3104 | 2025-02-23T08:32:55.277Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3105 | 2025-02-23T08:32:55.280Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3106 | 2025-02-23T08:32:55.388Z | Compiling thiserror-impl-no-std v2.0.2 |
3107 | 2025-02-23T08:32:55.509Z | Checking sha3 v0.10.8 |
3108 | 2025-02-23T08:32:55.526Z | Compiling walkdir v2.5.0 |
3109 | 2025-02-23T08:32:55.563Z | Checking universal-hash v0.5.1 |
3110 | 2025-02-23T08:32:55.606Z | Compiling blake3 v1.5.4 |
3111 | 2025-02-23T08:32:55.741Z | Checking opaque-debug v0.3.1 |
3112 | 2025-02-23T08:32:55.792Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3113 | 2025-02-23T08:32:55.834Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3114 | 2025-02-23T08:32:55.850Z | Checking poly1305 v0.8.0 |
3115 | 2025-02-23T08:32:55.876Z | Checking chacha20 v0.9.1 |
3116 | 2025-02-23T08:32:56.013Z | Checking aead v0.5.2 |
3117 | 2025-02-23T08:32:56.123Z | Compiling memmap2 v0.9.5 |
3118 | 2025-02-23T08:32:56.164Z | Compiling libefi-sys v0.1.0 |
3119 | 2025-02-23T08:32:56.232Z | Compiling constant_time_eq v0.3.1 |
3120 | 2025-02-23T08:32:56.235Z | Compiling salty v0.3.0 |
3121 | 2025-02-23T08:32:56.367Z | Compiling arrayvec v0.7.6 |
3122 | 2025-02-23T08:32:56.424Z | Compiling arrayref v0.3.9 |
3123 | 2025-02-23T08:32:56.502Z | Checking chacha20poly1305 v0.10.1 |
3124 | 2025-02-23T08:32:56.548Z | Compiling toolchain_find v0.4.0 |
3125 | 2025-02-23T08:32:56.670Z | Compiling camino-tempfile v1.1.1 |
3126 | 2025-02-23T08:32:56.689Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3127 | 2025-02-23T08:32:56.735Z | Compiling bitfield-struct v0.6.2 |
3128 | 2025-02-23T08:32:56.912Z | Compiling topological-sort v0.2.2 |
3129 | 2025-02-23T08:32:57.127Z | Compiling mime_guess v2.0.5 |
3130 | 2025-02-23T08:32:57.130Z | Compiling rustfmt-wrapper v0.2.1 |
3131 | 2025-02-23T08:32:57.613Z | Compiling omicron-zone-package v0.12.0 |
3132 | 2025-02-23T08:32:57.700Z | Compiling progenitor v0.9.1 |
3133 | 2025-02-23T08:32:57.722Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3134 | 2025-02-23T08:32:57.937Z | Checking primeorder v0.13.6 |
3135 | 2025-02-23T08:32:58.010Z | Checking env_filter v0.1.2 |
3136 | 2025-02-23T08:32:58.032Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3137 | 2025-02-23T08:32:58.062Z | Checking thiserror-no-std v2.0.2 |
3138 | 2025-02-23T08:32:58.110Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3139 | 2025-02-23T08:32:58.188Z | Checking vsss-rs v3.3.4 |
3140 | 2025-02-23T08:32:58.246Z | Checking env_logger v0.11.5 |
3141 | 2025-02-23T08:32:58.345Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3142 | 2025-02-23T08:32:58.386Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3143 | 2025-02-23T08:32:58.404Z | Checking p384 v0.13.0 |
3144 | 2025-02-23T08:32:58.407Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3145 | 2025-02-23T08:32:58.647Z | Checking bumpalo v3.16.0 |
3146 | 2025-02-23T08:32:58.665Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3147 | 2025-02-23T08:32:58.848Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3148 | 2025-02-23T08:32:58.919Z | Checking simd-adler32 v0.3.7 |
3149 | 2025-02-23T08:32:58.985Z | Checking http-range v0.1.5 |
3150 | 2025-02-23T08:32:59.121Z | Checking lockfree-object-pool v0.1.6 |
3151 | 2025-02-23T08:32:59.181Z | Compiling zip v2.1.3 |
3152 | 2025-02-23T08:32:59.263Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3153 | 2025-02-23T08:32:59.380Z | Checking zopfli v0.8.1 |
3154 | 2025-02-23T08:32:59.560Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3155 | 2025-02-23T08:32:59.588Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3156 | 2025-02-23T08:32:59.886Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3157 | 2025-02-23T08:33:00.093Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3158 | 2025-02-23T08:33:00.128Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
3159 | 2025-02-23T08:33:00.192Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3160 | 2025-02-23T08:33:00.480Z | Checking atty v0.2.14 |
3161 | 2025-02-23T08:33:00.632Z | Checking glob v0.3.2 |
3162 | 2025-02-23T08:33:00.650Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
3163 | 2025-02-23T08:33:00.669Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3164 | 2025-02-23T08:33:00.713Z | Checking hyper-staticfile v0.10.1 |
3165 | 2025-02-23T08:33:00.959Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3166 | 2025-02-23T08:33:01.274Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3167 | 2025-02-23T08:33:01.989Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3168 | 2025-02-23T08:33:02.271Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3169 | 2025-02-23T08:33:02.303Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3170 | 2025-02-23T08:33:02.306Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3171 | 2025-02-23T08:33:02.618Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3172 | 2025-02-23T08:33:02.730Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3173 | 2025-02-23T08:33:02.938Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3174 | 2025-02-23T08:33:03.189Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3175 | 2025-02-23T08:33:03.446Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3176 | 2025-02-23T08:33:03.486Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3177 | 2025-02-23T08:33:03.811Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3178 | 2025-02-23T08:33:06.764Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3179 | 2025-02-23T08:33:06.766Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3180 | 2025-02-23T08:33:15.436Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3181 | 2025-02-23T08:33:28.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.49s |
3182 | 2025-02-23T08:33:29.048Z | |
3183 | 2025-02-23T08:33:29.048Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (133/199) |
3184 | 2025-02-23T08:33:29.672Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2025-02-23T08:33:29.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2025-02-23T08:33:29.812Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3187 | 2025-02-23T08:33:43.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.10s |
3188 | 2025-02-23T08:33:43.408Z | |
3189 | 2025-02-23T08:33:43.408Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (134/199) |
3190 | 2025-02-23T08:33:44.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3191 | 2025-02-23T08:33:44.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3192 | 2025-02-23T08:33:44.132Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3193 | 2025-02-23T08:33:57.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3194 | 2025-02-23T08:33:57.875Z | |
3195 | 2025-02-23T08:33:57.875Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (135/199) |
3196 | 2025-02-23T08:33:58.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3197 | 2025-02-23T08:33:58.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3198 | 2025-02-23T08:33:58.648Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3199 | 2025-02-23T08:34:12.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.39s |
3200 | 2025-02-23T08:34:12.474Z | |
3201 | 2025-02-23T08:34:12.474Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (136/199) |
3202 | 2025-02-23T08:34:13.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3203 | 2025-02-23T08:34:13.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3204 | 2025-02-23T08:34:13.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3205 | 2025-02-23T08:34:27.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s |
3206 | 2025-02-23T08:34:27.197Z | |
3207 | 2025-02-23T08:34:27.197Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (137/199) |
3208 | 2025-02-23T08:34:27.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3209 | 2025-02-23T08:34:27.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3210 | 2025-02-23T08:34:27.961Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3211 | 2025-02-23T08:34:41.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
3212 | 2025-02-23T08:34:41.639Z | |
3213 | 2025-02-23T08:34:41.639Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (138/199) |
3214 | 2025-02-23T08:34:42.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3215 | 2025-02-23T08:34:42.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3216 | 2025-02-23T08:34:42.394Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3217 | 2025-02-23T08:34:55.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.20s |
3218 | 2025-02-23T08:34:56.045Z | |
3219 | 2025-02-23T08:34:56.045Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (139/199) |
3220 | 2025-02-23T08:34:56.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3221 | 2025-02-23T08:34:56.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3222 | 2025-02-23T08:34:56.807Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3223 | 2025-02-23T08:35:10.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.42s |
3224 | 2025-02-23T08:35:10.671Z | |
3225 | 2025-02-23T08:35:10.671Z | info: running `cargo check --bins` on bootstrap-agent-api (140/199) |
3226 | 2025-02-23T08:35:11.267Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3227 | 2025-02-23T08:35:11.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3228 | 2025-02-23T08:35:11.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3229 | 2025-02-23T08:35:11.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3230 | 2025-02-23T08:35:11.353Z | |
3231 | 2025-02-23T08:35:11.353Z | info: running `cargo check --bins` on key-manager (141/199) |
3232 | 2025-02-23T08:35:11.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3233 | 2025-02-23T08:35:11.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3234 | 2025-02-23T08:35:11.921Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3235 | 2025-02-23T08:35:11.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3236 | 2025-02-23T08:35:12.001Z | |
3237 | 2025-02-23T08:35:12.001Z | info: running `cargo check --bins` on range-requests (142/199) |
3238 | 2025-02-23T08:35:12.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3239 | 2025-02-23T08:35:12.552Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3240 | 2025-02-23T08:35:12.552Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3241 | 2025-02-23T08:35:12.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3242 | 2025-02-23T08:35:12.626Z | |
3243 | 2025-02-23T08:35:12.626Z | info: running `cargo check --bins` on repo-depot-api (143/199) |
3244 | 2025-02-23T08:35:13.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3245 | 2025-02-23T08:35:13.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3246 | 2025-02-23T08:35:13.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3247 | 2025-02-23T08:35:13.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3248 | 2025-02-23T08:35:13.277Z | |
3249 | 2025-02-23T08:35:13.277Z | info: running `cargo check --bins` on sled-agent-api (144/199) |
3250 | 2025-02-23T08:35:13.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3251 | 2025-02-23T08:35:13.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3252 | 2025-02-23T08:35:13.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3253 | 2025-02-23T08:35:13.886Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3254 | 2025-02-23T08:35:13.968Z | |
3255 | 2025-02-23T08:35:13.968Z | info: running `cargo check --bins` on sled-diagnostics (145/199) |
3256 | 2025-02-23T08:35:14.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3257 | 2025-02-23T08:35:14.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3258 | 2025-02-23T08:35:14.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3259 | 2025-02-23T08:35:14.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3260 | 2025-02-23T08:35:14.599Z | |
3261 | 2025-02-23T08:35:14.599Z | info: running `cargo check --bins` on sled-hardware (146/199) |
3262 | 2025-02-23T08:35:15.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3263 | 2025-02-23T08:35:15.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3264 | 2025-02-23T08:35:15.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3265 | 2025-02-23T08:35:15.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3266 | 2025-02-23T08:35:15.262Z | |
3267 | 2025-02-23T08:35:15.262Z | info: running `cargo check --bins --no-default-features` on sled-storage (147/199) |
3268 | 2025-02-23T08:35:15.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3269 | 2025-02-23T08:35:15.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3270 | 2025-02-23T08:35:15.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3271 | 2025-02-23T08:35:15.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3272 | 2025-02-23T08:35:15.923Z | |
3273 | 2025-02-23T08:35:15.923Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (148/199) |
3274 | 2025-02-23T08:35:16.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3275 | 2025-02-23T08:35:16.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3276 | 2025-02-23T08:35:16.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3277 | 2025-02-23T08:35:16.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3278 | 2025-02-23T08:35:16.593Z | |
3279 | 2025-02-23T08:35:16.596Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (149/199) |
3280 | 2025-02-23T08:35:17.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3281 | 2025-02-23T08:35:17.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3282 | 2025-02-23T08:35:17.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3283 | 2025-02-23T08:35:17.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3284 | 2025-02-23T08:35:17.283Z | |
3285 | 2025-02-23T08:35:17.283Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (150/199) |
3286 | 2025-02-23T08:35:17.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3287 | 2025-02-23T08:35:17.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3288 | 2025-02-23T08:35:17.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3289 | 2025-02-23T08:35:17.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3290 | 2025-02-23T08:35:17.964Z | |
3291 | 2025-02-23T08:35:17.964Z | info: running `cargo check --bins` on nexus-test-interface (151/199) |
3292 | 2025-02-23T08:35:18.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-02-23T08:35:18.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-02-23T08:35:18.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-02-23T08:35:18.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3296 | 2025-02-23T08:35:18.651Z | |
3297 | 2025-02-23T08:35:18.651Z | info: running `cargo check --bins` on oximeter-collector (152/199) |
3298 | 2025-02-23T08:35:19.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-02-23T08:35:19.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-02-23T08:35:19.366Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3301 | 2025-02-23T08:35:19.367Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3302 | 2025-02-23T08:35:20.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3303 | 2025-02-23T08:35:22.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3304 | 2025-02-23T08:35:22.439Z | |
3305 | 2025-02-23T08:35:22.439Z | info: running `cargo check --bins` on oximeter-api (153/199) |
3306 | 2025-02-23T08:35:23.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-02-23T08:35:23.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-02-23T08:35:23.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-02-23T08:35:23.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3310 | 2025-02-23T08:35:23.089Z | |
3311 | 2025-02-23T08:35:23.089Z | info: running `cargo check --bins` on cert-dev (154/199) |
3312 | 2025-02-23T08:35:23.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-02-23T08:35:23.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-02-23T08:35:23.724Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3315 | 2025-02-23T08:35:24.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3316 | 2025-02-23T08:35:24.176Z | |
3317 | 2025-02-23T08:35:24.176Z | info: running `cargo check --bins` on clickana (155/199) |
3318 | 2025-02-23T08:35:24.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-02-23T08:35:24.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-02-23T08:35:24.847Z | Checking castaway v0.2.3 |
3321 | 2025-02-23T08:35:24.849Z | Checking lru v0.12.5 |
3322 | 2025-02-23T08:35:24.850Z | Compiling instability v0.3.2 |
3323 | 2025-02-23T08:35:24.850Z | Compiling indoc v2.0.5 |
3324 | 2025-02-23T08:35:24.850Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3325 | 2025-02-23T08:35:24.850Z | Checking unicode-truncate v1.1.0 |
3326 | 2025-02-23T08:35:24.850Z | Checking cassowary v0.3.0 |
3327 | 2025-02-23T08:35:25.077Z | Checking compact_str v0.8.0 |
3328 | 2025-02-23T08:35:25.730Z | Checking ratatui v0.29.0 |
3329 | 2025-02-23T08:35:26.650Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3330 | 2025-02-23T08:35:27.801Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3331 | 2025-02-23T08:35:28.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3332 | 2025-02-23T08:35:28.812Z | |
3333 | 2025-02-23T08:35:28.812Z | info: running `cargo check --bins` on clickhouse-cluster-dev (156/199) |
3334 | 2025-02-23T08:35:29.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3335 | 2025-02-23T08:35:29.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3336 | 2025-02-23T08:35:29.531Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3337 | 2025-02-23T08:35:29.531Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3338 | 2025-02-23T08:35:30.568Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3339 | 2025-02-23T08:35:31.034Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3340 | 2025-02-23T08:35:31.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.56s |
3341 | 2025-02-23T08:35:31.581Z | |
3342 | 2025-02-23T08:35:31.581Z | info: running `cargo check --bins` on ch-dev (157/199) |
3343 | 2025-02-23T08:35:32.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-02-23T08:35:32.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-02-23T08:35:32.297Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3346 | 2025-02-23T08:35:33.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3347 | 2025-02-23T08:35:33.182Z | |
3348 | 2025-02-23T08:35:33.182Z | info: running `cargo check --bins` on crdb-seed (158/199) |
3349 | 2025-02-23T08:35:33.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-02-23T08:35:33.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-02-23T08:35:33.856Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3352 | 2025-02-23T08:35:34.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.01s |
3353 | 2025-02-23T08:35:34.390Z | |
3354 | 2025-02-23T08:35:34.390Z | info: running `cargo check --bins` on db-dev (159/199) |
3355 | 2025-02-23T08:35:34.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-02-23T08:35:34.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-02-23T08:35:35.064Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3358 | 2025-02-23T08:35:35.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3359 | 2025-02-23T08:35:35.996Z | |
3360 | 2025-02-23T08:35:35.996Z | info: running `cargo check --bins` on omicron-dev-lib (160/199) |
3361 | 2025-02-23T08:35:36.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-02-23T08:35:36.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-02-23T08:35:36.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2025-02-23T08:35:36.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3365 | 2025-02-23T08:35:36.705Z | |
3366 | 2025-02-23T08:35:36.705Z | info: running `cargo check --bins` on xtask-downloader (161/199) |
3367 | 2025-02-23T08:35:37.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2025-02-23T08:35:37.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2025-02-23T08:35:37.406Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3370 | 2025-02-23T08:35:38.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.50s |
3371 | 2025-02-23T08:35:38.372Z | |
3372 | 2025-02-23T08:35:38.373Z | info: running `cargo check --bins` on omicron-ls-apis (162/199) |
3373 | 2025-02-23T08:35:38.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3374 | 2025-02-23T08:35:38.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3375 | 2025-02-23T08:35:39.005Z | Checking cargo-platform v0.1.8 |
3376 | 2025-02-23T08:35:39.280Z | Checking cargo_metadata v0.18.1 |
3377 | 2025-02-23T08:35:40.187Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3378 | 2025-02-23T08:35:41.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
3379 | 2025-02-23T08:35:41.181Z | |
3380 | 2025-02-23T08:35:41.181Z | info: running `cargo check --bins` on mgs-dev (163/199) |
3381 | 2025-02-23T08:35:41.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-02-23T08:35:41.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-02-23T08:35:41.916Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3384 | 2025-02-23T08:35:43.378Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3385 | 2025-02-23T08:35:43.935Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3386 | 2025-02-23T08:35:44.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3387 | 2025-02-23T08:35:44.676Z | |
3388 | 2025-02-23T08:35:44.676Z | info: running `cargo check --bins` on omicron-omdb (164/199) |
3389 | 2025-02-23T08:35:45.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3390 | 2025-02-23T08:35:45.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3391 | 2025-02-23T08:35:45.489Z | Compiling crunchy v0.2.2 |
3392 | 2025-02-23T08:35:45.489Z | Compiling tiny-keccak v2.0.2 |
3393 | 2025-02-23T08:35:45.491Z | Compiling dsl_auto_type v0.1.2 |
3394 | 2025-02-23T08:35:45.491Z | Checking scheduled-thread-pool v0.2.7 |
3395 | 2025-02-23T08:35:45.491Z | Compiling diesel_table_macro_syntax v0.2.0 |
3396 | 2025-02-23T08:35:45.491Z | Compiling ascii-canvas v3.0.0 |
3397 | 2025-02-23T08:35:45.606Z | Compiling ena v0.14.3 |
3398 | 2025-02-23T08:35:45.630Z | Compiling diff v0.1.13 |
3399 | 2025-02-23T08:35:45.811Z | Checking r2d2 v0.8.10 |
3400 | 2025-02-23T08:35:45.977Z | Compiling regex-syntax v0.6.29 |
3401 | 2025-02-23T08:35:46.031Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3402 | 2025-02-23T08:35:46.057Z | Compiling ref-cast v1.0.23 |
3403 | 2025-02-23T08:35:46.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3404 | 2025-02-23T08:35:46.153Z | Compiling derive_builder_core v0.20.2 |
3405 | 2025-02-23T08:35:46.211Z | Compiling libxml v0.3.3 |
3406 | 2025-02-23T08:35:46.257Z | Compiling ref-cast-impl v1.0.23 |
3407 | 2025-02-23T08:35:46.418Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3408 | 2025-02-23T08:35:46.660Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3409 | 2025-02-23T08:35:46.684Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3410 | 2025-02-23T08:35:46.921Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3411 | 2025-02-23T08:35:46.947Z | Compiling diesel_derives v2.2.3 |
3412 | 2025-02-23T08:35:46.958Z | Compiling strum_macros v0.24.3 |
3413 | 2025-02-23T08:35:46.989Z | Compiling samael v0.0.17 |
3414 | 2025-02-23T08:35:47.278Z | Compiling indoc v1.0.9 |
3415 | 2025-02-23T08:35:48.196Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3416 | 2025-02-23T08:35:48.215Z | Compiling derive_builder_macro v0.20.2 |
3417 | 2025-02-23T08:35:48.515Z | Compiling impl-trait-for-tuples v0.2.2 |
3418 | 2025-02-23T08:35:48.992Z | Compiling oso-derive v0.27.3 |
3419 | 2025-02-23T08:35:49.124Z | Checking derive_builder v0.20.2 |
3420 | 2025-02-23T08:35:49.345Z | Compiling lalrpop v0.19.12 |
3421 | 2025-02-23T08:35:49.708Z | Checking quick-xml v0.33.0 |
3422 | 2025-02-23T08:35:50.003Z | Compiling diesel-dtrace v0.4.2 |
3423 | 2025-02-23T08:35:50.099Z | Checking maplit v1.0.2 |
3424 | 2025-02-23T08:35:50.267Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3425 | 2025-02-23T08:35:50.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3426 | 2025-02-23T08:35:50.730Z | Checking bb8 v0.8.5 |
3427 | 2025-02-23T08:35:51.008Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3428 | 2025-02-23T08:35:51.198Z | Checking rand_seeder v0.3.0 |
3429 | 2025-02-23T08:35:51.255Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3430 | 2025-02-23T08:35:51.366Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3431 | 2025-02-23T08:35:51.449Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3432 | 2025-02-23T08:35:51.663Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3433 | 2025-02-23T08:35:51.788Z | Checking smawk v0.3.2 |
3434 | 2025-02-23T08:35:51.988Z | Checking unicode-linebreak v0.1.5 |
3435 | 2025-02-23T08:35:52.007Z | Checking is_ci v1.2.0 |
3436 | 2025-02-23T08:35:52.162Z | Checking supports-color v3.0.1 |
3437 | 2025-02-23T08:35:52.396Z | Checking multimap v0.10.0 |
3438 | 2025-02-23T08:35:53.418Z | Checking textwrap v0.16.1 |
3439 | 2025-02-23T08:35:53.425Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3440 | 2025-02-23T08:35:55.200Z | Checking diesel v2.2.7 |
3441 | 2025-02-23T08:36:19.723Z | Compiling polar-core v0.27.3 |
3442 | 2025-02-23T08:36:20.907Z | Checking async-bb8-diesel v0.2.1 |
3443 | 2025-02-23T08:36:27.083Z | Checking oso v0.27.3 |
3444 | 2025-02-23T08:37:32.876Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3445 | 2025-02-23T08:37:39.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 54s |
3446 | 2025-02-23T08:37:39.766Z | |
3447 | 2025-02-23T08:37:39.766Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (165/199) |
3448 | 2025-02-23T08:37:40.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3449 | 2025-02-23T08:37:40.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3450 | 2025-02-23T08:37:40.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3451 | 2025-02-23T08:37:40.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3452 | 2025-02-23T08:37:40.477Z | |
3453 | 2025-02-23T08:37:40.477Z | info: running `cargo check --bins` on nexus-saga-recovery (166/199) |
3454 | 2025-02-23T08:37:41.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3455 | 2025-02-23T08:37:41.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3456 | 2025-02-23T08:37:41.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3457 | 2025-02-23T08:37:41.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3458 | 2025-02-23T08:37:41.181Z | |
3459 | 2025-02-23T08:37:41.181Z | info: running `cargo check --bins` on nexus-test-utils-macros (167/199) |
3460 | 2025-02-23T08:37:41.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3461 | 2025-02-23T08:37:41.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3462 | 2025-02-23T08:37:41.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3463 | 2025-02-23T08:37:41.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3464 | 2025-02-23T08:37:41.815Z | |
3465 | 2025-02-23T08:37:41.816Z | info: running `cargo check --bins` on omicron-nexus (168/199) |
3466 | 2025-02-23T08:37:42.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3467 | 2025-02-23T08:37:42.471Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3468 | 2025-02-23T08:37:42.659Z | Compiling libz-sys v1.1.20 |
3469 | 2025-02-23T08:37:42.661Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3470 | 2025-02-23T08:37:42.791Z | Compiling vergen v8.3.2 |
3471 | 2025-02-23T08:37:42.793Z | Compiling cargo-platform v0.1.8 |
3472 | 2025-02-23T08:37:42.793Z | Compiling pin-project-internal v1.1.6 |
3473 | 2025-02-23T08:37:42.831Z | Compiling libsqlite3-sys v0.30.1 |
3474 | 2025-02-23T08:37:42.832Z | Compiling snafu-derive v0.8.5 |
3475 | 2025-02-23T08:37:42.836Z | Compiling rustls v0.21.12 |
3476 | 2025-02-23T08:37:43.121Z | Compiling cargo_metadata v0.18.1 |
3477 | 2025-02-23T08:37:43.148Z | Compiling buf-list v1.0.3 |
3478 | 2025-02-23T08:37:43.371Z | Checking globset v0.4.15 |
3479 | 2025-02-23T08:37:43.403Z | Checking olpc-cjson v0.1.4 |
3480 | 2025-02-23T08:37:43.508Z | Checking rustls-webpki v0.101.7 |
3481 | 2025-02-23T08:37:43.805Z | Checking sct v0.7.1 |
3482 | 2025-02-23T08:37:43.835Z | Checking serde_plain v1.0.2 |
3483 | 2025-02-23T08:37:43.854Z | Checking typed-path v0.9.3 |
3484 | 2025-02-23T08:37:44.323Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3485 | 2025-02-23T08:37:44.490Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3486 | 2025-02-23T08:37:44.651Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3487 | 2025-02-23T08:37:44.804Z | Checking hashlink v0.9.1 |
3488 | 2025-02-23T08:37:44.958Z | Checking parse-size v1.1.0 |
3489 | 2025-02-23T08:37:45.151Z | Checking fallible-iterator v0.3.0 |
3490 | 2025-02-23T08:37:45.402Z | Checking fallible-streaming-iterator v0.1.9 |
3491 | 2025-02-23T08:37:45.556Z | Checking pin-project v1.1.6 |
3492 | 2025-02-23T08:37:45.721Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3493 | 2025-02-23T08:37:45.737Z | Checking rusqlite v0.32.1 |
3494 | 2025-02-23T08:37:45.740Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3495 | 2025-02-23T08:37:45.775Z | Checking rustls-pemfile v1.0.4 |
3496 | 2025-02-23T08:37:45.997Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3497 | 2025-02-23T08:37:46.087Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3498 | 2025-02-23T08:37:46.409Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3499 | 2025-02-23T08:37:46.570Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3500 | 2025-02-23T08:37:46.676Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3501 | 2025-02-23T08:37:46.718Z | Checking twox-hash v2.1.0 |
3502 | 2025-02-23T08:37:46.758Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3503 | 2025-02-23T08:37:46.978Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3504 | 2025-02-23T08:37:47.206Z | Checking tokio-rustls v0.24.1 |
3505 | 2025-02-23T08:37:47.311Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3506 | 2025-02-23T08:37:47.463Z | Checking snafu v0.8.5 |
3507 | 2025-02-23T08:37:47.862Z | Checking tough v0.19.0 |
3508 | 2025-02-23T08:37:48.112Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3509 | 2025-02-23T08:37:48.420Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3510 | 2025-02-23T08:37:48.606Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3511 | 2025-02-23T08:37:48.792Z | Checking fatfs v0.3.6 |
3512 | 2025-02-23T08:37:49.113Z | Checking assert_matches v1.5.0 |
3513 | 2025-02-23T08:37:51.967Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3514 | 2025-02-23T08:37:53.224Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3515 | 2025-02-23T08:37:55.396Z | Compiling git2 v0.19.0 |
3516 | 2025-02-23T08:37:59.417Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3517 | 2025-02-23T08:38:58.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
3518 | 2025-02-23T08:38:58.464Z | |
3519 | 2025-02-23T08:38:58.464Z | info: running `cargo check --bins` on nexus-external-api (169/199) |
3520 | 2025-02-23T08:38:59.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3521 | 2025-02-23T08:38:59.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3522 | 2025-02-23T08:38:59.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3523 | 2025-02-23T08:38:59.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3524 | 2025-02-23T08:38:59.180Z | |
3525 | 2025-02-23T08:38:59.180Z | info: running `cargo check --bins` on openapi-manager-types (170/199) |
3526 | 2025-02-23T08:38:59.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3527 | 2025-02-23T08:38:59.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3528 | 2025-02-23T08:38:59.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3529 | 2025-02-23T08:38:59.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3530 | 2025-02-23T08:38:59.816Z | |
3531 | 2025-02-23T08:38:59.816Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3532 | 2025-02-23T08:39:00.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3533 | 2025-02-23T08:39:00.426Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3534 | 2025-02-23T08:39:00.426Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3535 | 2025-02-23T08:39:00.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3536 | 2025-02-23T08:39:00.510Z | |
3537 | 2025-02-23T08:39:00.510Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3538 | 2025-02-23T08:39:01.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3539 | 2025-02-23T08:39:01.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3540 | 2025-02-23T08:39:01.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3541 | 2025-02-23T08:39:01.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3542 | 2025-02-23T08:39:01.213Z | |
3543 | 2025-02-23T08:39:01.213Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3544 | 2025-02-23T08:39:01.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3545 | 2025-02-23T08:39:01.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3546 | 2025-02-23T08:39:01.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3547 | 2025-02-23T08:39:01.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3548 | 2025-02-23T08:39:01.903Z | |
3549 | 2025-02-23T08:39:01.903Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3550 | 2025-02-23T08:39:02.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2025-02-23T08:39:02.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2025-02-23T08:39:02.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3553 | 2025-02-23T08:39:02.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3554 | 2025-02-23T08:39:02.590Z | |
3555 | 2025-02-23T08:39:02.591Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3556 | 2025-02-23T08:39:03.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2025-02-23T08:39:03.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2025-02-23T08:39:03.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3559 | 2025-02-23T08:39:03.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3560 | 2025-02-23T08:39:03.299Z | |
3561 | 2025-02-23T08:39:03.299Z | info: running `cargo check --bins` on update-common (176/199) |
3562 | 2025-02-23T08:39:03.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2025-02-23T08:39:03.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2025-02-23T08:39:03.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3565 | 2025-02-23T08:39:03.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3566 | 2025-02-23T08:39:03.977Z | |
3567 | 2025-02-23T08:39:03.977Z | info: running `cargo check --bins` on tufaceous-lib (177/199) |
3568 | 2025-02-23T08:39:04.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3569 | 2025-02-23T08:39:04.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3570 | 2025-02-23T08:39:04.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3571 | 2025-02-23T08:39:04.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3572 | 2025-02-23T08:39:04.643Z | |
3573 | 2025-02-23T08:39:04.644Z | info: running `cargo check --bins` on tufaceous (178/199) |
3574 | 2025-02-23T08:39:05.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3575 | 2025-02-23T08:39:05.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3576 | 2025-02-23T08:39:05.344Z | Checking omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
3577 | 2025-02-23T08:39:05.635Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3578 | 2025-02-23T08:39:06.646Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3579 | 2025-02-23T08:39:07.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.79s |
3580 | 2025-02-23T08:39:07.625Z | |
3581 | 2025-02-23T08:39:07.625Z | info: running `cargo check --bins` on omicron-dev (179/199) |
3582 | 2025-02-23T08:39:08.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-02-23T08:39:08.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-02-23T08:39:08.518Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3585 | 2025-02-23T08:39:08.521Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3586 | 2025-02-23T08:39:08.660Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3587 | 2025-02-23T08:39:08.663Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3588 | 2025-02-23T08:39:09.698Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3589 | 2025-02-23T08:39:38.397Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3590 | 2025-02-23T08:39:38.397Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3591 | 2025-02-23T08:39:38.399Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3592 | 2025-02-23T08:39:38.399Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3593 | 2025-02-23T08:39:38.399Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3594 | 2025-02-23T08:39:38.399Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3595 | 2025-02-23T08:39:39.313Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3596 | 2025-02-23T08:39:40.560Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3597 | 2025-02-23T08:40:24.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
3598 | 2025-02-23T08:40:24.966Z | |
3599 | 2025-02-23T08:40:24.967Z | info: running `cargo check --bins` on openapi-manager (180/199) |
3600 | 2025-02-23T08:40:25.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-02-23T08:40:25.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-02-23T08:40:25.718Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3603 | 2025-02-23T08:40:25.721Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3604 | 2025-02-23T08:40:25.721Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3605 | 2025-02-23T08:40:25.850Z | Compiling proc-macro-error-attr2 v2.0.0 |
3606 | 2025-02-23T08:40:25.853Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3607 | 2025-02-23T08:40:25.860Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3608 | 2025-02-23T08:40:25.889Z | Checking papergrid v0.14.0 |
3609 | 2025-02-23T08:40:25.904Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3610 | 2025-02-23T08:40:26.105Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3611 | 2025-02-23T08:40:26.207Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3612 | 2025-02-23T08:40:26.494Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3613 | 2025-02-23T08:40:26.604Z | Compiling proc-macro-error2 v2.0.1 |
3614 | 2025-02-23T08:40:27.214Z | Compiling tabled_derive v0.10.0 |
3615 | 2025-02-23T08:40:27.318Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3616 | 2025-02-23T08:40:27.627Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
3617 | 2025-02-23T08:40:27.671Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3618 | 2025-02-23T08:40:28.122Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3619 | 2025-02-23T08:40:28.679Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3620 | 2025-02-23T08:40:28.740Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3621 | 2025-02-23T08:40:28.825Z | Checking heck v0.4.1 |
3622 | 2025-02-23T08:40:29.049Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3623 | 2025-02-23T08:40:29.165Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3624 | 2025-02-23T08:40:29.473Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3625 | 2025-02-23T08:40:29.773Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3626 | 2025-02-23T08:40:29.923Z | Checking tabled v0.18.0 |
3627 | 2025-02-23T08:40:29.958Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3628 | 2025-02-23T08:40:30.224Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3629 | 2025-02-23T08:40:30.244Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3630 | 2025-02-23T08:40:30.469Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3631 | 2025-02-23T08:40:32.030Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3632 | 2025-02-23T08:40:32.032Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3633 | 2025-02-23T08:40:34.950Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3634 | 2025-02-23T08:40:36.534Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3635 | 2025-02-23T08:40:41.490Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3636 | 2025-02-23T08:40:41.493Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3637 | 2025-02-23T08:40:42.784Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3638 | 2025-02-23T08:40:43.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.83s |
3639 | 2025-02-23T08:40:43.997Z | |
3640 | 2025-02-23T08:40:43.997Z | info: running `cargo check --bins` on installinator-api (181/199) |
3641 | 2025-02-23T08:40:44.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3642 | 2025-02-23T08:40:44.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3643 | 2025-02-23T08:40:44.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3644 | 2025-02-23T08:40:44.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3645 | 2025-02-23T08:40:44.671Z | |
3646 | 2025-02-23T08:40:44.671Z | info: running `cargo check --bins` on wicketd-api (182/199) |
3647 | 2025-02-23T08:40:45.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3648 | 2025-02-23T08:40:45.267Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3649 | 2025-02-23T08:40:45.267Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3650 | 2025-02-23T08:40:45.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3651 | 2025-02-23T08:40:45.350Z | |
3652 | 2025-02-23T08:40:45.350Z | info: running `cargo check --bins` on omicron-pins (183/199) |
3653 | 2025-02-23T08:40:45.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3654 | 2025-02-23T08:40:45.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3655 | 2025-02-23T08:40:45.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3656 | 2025-02-23T08:40:45.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3657 | 2025-02-23T08:40:45.982Z | |
3658 | 2025-02-23T08:40:45.982Z | info: running `cargo check --bins` on reconfigurator-cli (184/199) |
3659 | 2025-02-23T08:40:46.586Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3660 | 2025-02-23T08:40:46.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3661 | 2025-02-23T08:40:46.703Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3662 | 2025-02-23T08:40:46.703Z | Compiling petname v2.0.2 |
3663 | 2025-02-23T08:40:46.705Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3664 | 2025-02-23T08:40:46.705Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3665 | 2025-02-23T08:40:46.705Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3666 | 2025-02-23T08:40:46.705Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3667 | 2025-02-23T08:40:46.705Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3668 | 2025-02-23T08:40:46.705Z | Checking sync-ptr v0.1.1 |
3669 | 2025-02-23T08:40:52.085Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3670 | 2025-02-23T08:40:52.706Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3671 | 2025-02-23T08:40:53.929Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3672 | 2025-02-23T08:40:55.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.50s |
3673 | 2025-02-23T08:40:55.680Z | |
3674 | 2025-02-23T08:40:55.680Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (185/199) |
3675 | 2025-02-23T08:40:56.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3676 | 2025-02-23T08:40:56.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3677 | 2025-02-23T08:40:56.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3678 | 2025-02-23T08:40:56.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3679 | 2025-02-23T08:40:56.361Z | |
3680 | 2025-02-23T08:40:56.361Z | info: running `cargo check --bins` on omicron-releng (186/199) |
3681 | 2025-02-23T08:40:56.948Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3682 | 2025-02-23T08:40:56.951Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3683 | 2025-02-23T08:40:57.047Z | Checking memmap2 v0.9.5 |
3684 | 2025-02-23T08:40:57.047Z | Checking arrayref v0.3.9 |
3685 | 2025-02-23T08:40:57.050Z | Checking arrayvec v0.7.6 |
3686 | 2025-02-23T08:40:57.050Z | Checking constant_time_eq v0.3.1 |
3687 | 2025-02-23T08:40:57.050Z | Checking topological-sort v0.2.2 |
3688 | 2025-02-23T08:40:57.155Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3689 | 2025-02-23T08:40:57.168Z | Checking shell-words v1.1.0 |
3690 | 2025-02-23T08:40:57.422Z | Checking blake3 v1.5.4 |
3691 | 2025-02-23T08:40:57.760Z | Checking omicron-zone-package v0.12.0 |
3692 | 2025-02-23T08:40:58.887Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3693 | 2025-02-23T08:40:59.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.45s |
3694 | 2025-02-23T08:41:00.011Z | |
3695 | 2025-02-23T08:41:00.011Z | info: running `cargo check --bins` on xtask (187/199) |
3696 | 2025-02-23T08:41:00.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-02-23T08:41:00.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-02-23T08:41:00.461Z | Checking bitflags v2.6.0 |
3699 | 2025-02-23T08:41:00.463Z | Checking serde v1.0.217 |
3700 | 2025-02-23T08:41:00.463Z | Checking thiserror v1.0.69 |
3701 | 2025-02-23T08:41:00.555Z | Checking scroll v0.12.0 |
3702 | 2025-02-23T08:41:00.563Z | Checking log v0.4.22 |
3703 | 2025-02-23T08:41:00.566Z | Checking hashbrown v0.15.1 |
3704 | 2025-02-23T08:41:00.575Z | Checking zerocopy v0.7.35 |
3705 | 2025-02-23T08:41:00.600Z | Checking syn v2.0.96 |
3706 | 2025-02-23T08:41:00.667Z | Checking pest v2.7.14 |
3707 | 2025-02-23T08:41:00.776Z | Checking rustix v0.38.37 |
3708 | 2025-02-23T08:41:00.811Z | Checking once_cell v1.20.3 |
3709 | 2025-02-23T08:41:01.012Z | Checking goblin v0.8.2 |
3710 | 2025-02-23T08:41:01.117Z | Checking fs-err v2.11.0 |
3711 | 2025-02-23T08:41:01.412Z | Checking anyhow v1.0.96 |
3712 | 2025-02-23T08:41:01.533Z | Checking indexmap v2.7.1 |
3713 | 2025-02-23T08:41:01.817Z | Checking tabled v0.15.0 |
3714 | 2025-02-23T08:41:02.660Z | Checking terminal_size v0.4.0 |
3715 | 2025-02-23T08:41:02.660Z | Checking tempfile v3.13.0 |
3716 | 2025-02-23T08:41:02.851Z | Checking clap_builder v4.5.30 |
3717 | 2025-02-23T08:41:03.179Z | Checking dtrace-parser v0.2.0 |
3718 | 2025-02-23T08:41:04.520Z | Checking serde_json v1.0.139 |
3719 | 2025-02-23T08:41:04.520Z | Checking toml_datetime v0.6.8 |
3720 | 2025-02-23T08:41:04.523Z | Checking serde_spanned v0.6.8 |
3721 | 2025-02-23T08:41:04.523Z | Checking camino v1.1.9 |
3722 | 2025-02-23T08:41:04.523Z | Checking semver v1.0.25 |
3723 | 2025-02-23T08:41:04.730Z | Checking cargo-platform v0.1.8 |
3724 | 2025-02-23T08:41:04.813Z | Checking toml_edit v0.22.22 |
3725 | 2025-02-23T08:41:04.996Z | Checking macaddr v1.0.1 |
3726 | 2025-02-23T08:41:05.084Z | Checking camino-tempfile v1.1.1 |
3727 | 2025-02-23T08:41:05.189Z | Checking clap v4.5.30 |
3728 | 2025-02-23T08:41:05.753Z | Checking dof v0.3.0 |
3729 | 2025-02-23T08:41:05.753Z | Checking cargo_metadata v0.18.1 |
3730 | 2025-02-23T08:41:06.166Z | Checking usdt-impl v0.5.0 |
3731 | 2025-02-23T08:41:06.536Z | Checking usdt v0.5.0 |
3732 | 2025-02-23T08:41:06.666Z | Checking toml v0.8.19 |
3733 | 2025-02-23T08:41:07.119Z | Checking cargo_toml v0.20.5 |
3734 | 2025-02-23T08:41:08.558Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3735 | 2025-02-23T08:41:08.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
3736 | 2025-02-23T08:41:09.024Z | |
3737 | 2025-02-23T08:41:09.024Z | info: running `cargo check --bins` on end-to-end-tests (188/199) |
3738 | 2025-02-23T08:41:09.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3739 | 2025-02-23T08:41:09.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3740 | 2025-02-23T08:41:09.810Z | Checking polyval v0.6.2 |
3741 | 2025-02-23T08:41:09.925Z | Checking ctr v0.9.2 |
3742 | 2025-02-23T08:41:09.939Z | Checking ssh-encoding v0.2.0 |
3743 | 2025-02-23T08:41:09.942Z | Checking blowfish v0.9.1 |
3744 | 2025-02-23T08:41:09.964Z | Checking password-hash v0.4.2 |
3745 | 2025-02-23T08:41:09.979Z | Checking p256 v0.13.2 |
3746 | 2025-02-23T08:41:09.979Z | Checking p521 v0.13.3 |
3747 | 2025-02-23T08:41:09.998Z | Checking russh-cryptovec v0.7.3 |
3748 | 2025-02-23T08:41:10.155Z | Checking bcrypt-pbkdf v0.10.0 |
3749 | 2025-02-23T08:41:10.171Z | Checking ghash v0.5.1 |
3750 | 2025-02-23T08:41:10.191Z | Checking md5 v0.7.0 |
3751 | 2025-02-23T08:41:10.242Z | Checking num-bigint v0.4.6 |
3752 | 2025-02-23T08:41:10.280Z | Checking des v0.8.1 |
3753 | 2025-02-23T08:41:10.372Z | Checking pbkdf2 v0.11.0 |
3754 | 2025-02-23T08:41:10.391Z | Checking aes-gcm v0.10.3 |
3755 | 2025-02-23T08:41:10.410Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3756 | 2025-02-23T08:41:10.434Z | Checking hex-literal v0.4.1 |
3757 | 2025-02-23T08:41:10.502Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3758 | 2025-02-23T08:41:10.532Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3759 | 2025-02-23T08:41:10.573Z | Checking internet-checksum v0.2.1 |
3760 | 2025-02-23T08:41:10.641Z | Checking ssh-cipher v0.2.0 |
3761 | 2025-02-23T08:41:10.927Z | Checking ssh-key v0.6.6 |
3762 | 2025-02-23T08:41:11.085Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3763 | 2025-02-23T08:41:12.009Z | Checking russh-keys v0.45.0 |
3764 | 2025-02-23T08:41:12.873Z | Checking russh v0.45.0 |
3765 | 2025-02-23T08:41:31.405Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3766 | 2025-02-23T08:41:32.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.74s |
3767 | 2025-02-23T08:41:32.988Z | |
3768 | 2025-02-23T08:41:32.988Z | info: running `cargo check --bins` on gateway-cli (189/199) |
3769 | 2025-02-23T08:41:33.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-02-23T08:41:33.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-02-23T08:41:33.673Z | Checking termios v0.3.3 |
3772 | 2025-02-23T08:41:33.897Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3773 | 2025-02-23T08:41:34.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
3774 | 2025-02-23T08:41:34.891Z | |
3775 | 2025-02-23T08:41:34.891Z | info: running `cargo check --bins --no-default-features` on installinator (190/199) |
3776 | 2025-02-23T08:41:35.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3777 | 2025-02-23T08:41:35.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3778 | 2025-02-23T08:41:35.616Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3779 | 2025-02-23T08:41:35.616Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3780 | 2025-02-23T08:41:35.618Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3781 | 2025-02-23T08:41:35.725Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3782 | 2025-02-23T08:41:36.659Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3783 | 2025-02-23T08:41:37.889Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3784 | 2025-02-23T08:41:39.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
3785 | 2025-02-23T08:41:39.898Z | |
3786 | 2025-02-23T08:41:39.898Z | info: running `cargo check --bins` on internal-dns-cli (191/199) |
3787 | 2025-02-23T08:41:40.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3788 | 2025-02-23T08:41:40.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3789 | 2025-02-23T08:41:40.558Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3790 | 2025-02-23T08:41:41.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3791 | 2025-02-23T08:41:41.207Z | |
3792 | 2025-02-23T08:41:41.207Z | info: running `cargo check --bins` on omicron-live-tests (192/199) |
3793 | 2025-02-23T08:41:41.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3794 | 2025-02-23T08:41:41.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3795 | 2025-02-23T08:41:41.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3796 | 2025-02-23T08:41:41.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3797 | 2025-02-23T08:41:41.843Z | |
3798 | 2025-02-23T08:41:41.843Z | info: running `cargo check --bins` on live-tests-macros (193/199) |
3799 | 2025-02-23T08:41:42.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3800 | 2025-02-23T08:41:42.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3801 | 2025-02-23T08:41:42.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3802 | 2025-02-23T08:41:42.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3803 | 2025-02-23T08:41:42.476Z | |
3804 | 2025-02-23T08:41:42.476Z | info: running `cargo check --bins` on omicron-package (194/199) |
3805 | 2025-02-23T08:41:43.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-02-23T08:41:43.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-02-23T08:41:43.180Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3808 | 2025-02-23T08:41:44.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3809 | 2025-02-23T08:41:44.740Z | |
3810 | 2025-02-23T08:41:44.740Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3811 | 2025-02-23T08:41:45.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-02-23T08:41:45.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-02-23T08:41:45.475Z | Checking rtoolbox v0.0.2 |
3814 | 2025-02-23T08:41:45.477Z | Checking tui-tree-widget v0.23.0 |
3815 | 2025-02-23T08:41:45.477Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3816 | 2025-02-23T08:41:45.712Z | Checking rpassword v7.3.1 |
3817 | 2025-02-23T08:41:50.436Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3818 | 2025-02-23T08:41:53.395Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3819 | 2025-02-23T08:41:54.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.81s |
3820 | 2025-02-23T08:41:54.757Z | |
3821 | 2025-02-23T08:41:54.757Z | info: running `cargo check --bins` on wicket (196/199) |
3822 | 2025-02-23T08:41:55.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-02-23T08:41:55.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-02-23T08:41:55.490Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3825 | 2025-02-23T08:41:55.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3826 | 2025-02-23T08:41:56.103Z | |
3827 | 2025-02-23T08:41:56.103Z | info: running `cargo check --bins` on wicketd (197/199) |
3828 | 2025-02-23T08:41:56.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3829 | 2025-02-23T08:41:56.752Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3830 | 2025-02-23T08:41:56.877Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3831 | 2025-02-23T08:41:56.880Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3832 | 2025-02-23T08:41:57.742Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3833 | 2025-02-23T08:42:01.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
3834 | 2025-02-23T08:42:01.961Z | |
3835 | 2025-02-23T08:42:01.961Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3836 | 2025-02-23T08:42:02.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3837 | 2025-02-23T08:42:02.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3838 | 2025-02-23T08:42:02.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3839 | 2025-02-23T08:42:02.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3840 | 2025-02-23T08:42:02.612Z | |
3841 | 2025-02-23T08:42:02.612Z | info: running `cargo check --bins` on zone-setup (199/199) |
3842 | 2025-02-23T08:42:03.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3843 | 2025-02-23T08:42:03.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3844 | 2025-02-23T08:42:03.385Z | Checking uzers v0.12.1 |
3845 | 2025-02-23T08:42:03.737Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3846 | 2025-02-23T08:42:04.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
3847 | 2025-02-23T08:42:05.047Z | |
3848 | 2025-02-23T08:42:05.049Z | real 13:58.441573842 |
3849 | 2025-02-23T08:42:05.049Z | user 26:35.640606986 |
3850 | 2025-02-23T08:42:05.049Z | sys 4:21.962603335 |
3851 | 2025-02-23T08:42:05.049Z | trap 0.558871541 |
3852 | 2025-02-23T08:42:05.051Z | tflt 0.613026922 |
3853 | 2025-02-23T08:42:05.051Z | dflt 1.746693294 |
3854 | 2025-02-23T08:42:05.051Z | kflt 0.000896895 |
3855 | 2025-02-23T08:42:05.051Z | lock 47:13.648284198 |
3856 | 2025-02-23T08:42:05.051Z | slp 2:13:21.634249418 |
3857 | 2025-02-23T08:42:05.051Z | lat 1:05.881779990 |
3858 | 2025-02-23T08:42:05.051Z | stop 3:49.579339546 |
3859 | 2025-02-23T08:42:05.051Z | process exited: duration 1145276 ms, exit code 0 |
|
3860 | 2025-02-23T08:42:05.058Z | found 0 output files |