|
|
|
1 | 2025-04-18T23:34:17.656Z | job assigned to worker 01JS5M0SEANKDCV6KZPKQ3TWDQ [factory gimlet-EVT22200007-propolis, EVT22200007/25033] (queued for 24 s) |
|
2 | 2025-04-18T23:34:25.394Z | starting task 0: "setup" |
3 | 2025-04-18T23:34:25.419Z | ++ uname -s |
4 | 2025-04-18T23:34:25.419Z | + kern=SunOS |
5 | 2025-04-18T23:34:25.419Z | + build_user=build |
6 | 2025-04-18T23:34:25.419Z | + build_uid=12345 |
7 | 2025-04-18T23:34:25.419Z | + work_dir=/work |
8 | 2025-04-18T23:34:25.419Z | + input_dir=/input |
9 | 2025-04-18T23:34:25.419Z | + [[ 0 == 12345 ]] |
10 | 2025-04-18T23:34:25.419Z | + case "$kern" in |
11 | 2025-04-18T23:34:25.419Z | + groupadd -g 12345 build |
12 | 2025-04-18T23:34:25.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-04-18T23:34:27.417Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-04-18T23:34:27.452Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-04-18T23:34:27.478Z | + home_fs=zfs |
16 | 2025-04-18T23:34:27.478Z | + [[ zfs == autofs ]] |
17 | 2025-04-18T23:34:27.478Z | + mkdir -p /home/build |
18 | 2025-04-18T23:34:27.478Z | + chown build:build /home/build /work |
19 | 2025-04-18T23:34:29.461Z | + chmod 0700 /home/build /work |
20 | 2025-04-18T23:34:29.487Z | process exited: duration 4073 ms, exit code 0 |
|
21 | 2025-04-18T23:34:29.538Z | starting task 1: "rust-toolchain" |
22 | 2025-04-18T23:34:29.564Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-04-18T23:34:29.564Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-04-18T23:34:29.564Z | * rust toolchain channel = "1.85.0" |
25 | 2025-04-18T23:34:29.564Z | * rust toolchain profile = "default" |
26 | 2025-04-18T23:34:29.564Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-04-18T23:34:29.564Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-04-18T23:34:29.564Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-04-18T23:34:29.564Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-04-18T23:34:29.692Z | info: downloading installer |
31 | 2025-04-18T23:34:30.320Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-04-18T23:34:30.320Z | warn: /opt/ooce/bin |
33 | 2025-04-18T23:34:30.320Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-04-18T23:34:30.320Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-04-18T23:34:30.320Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-04-18T23:34:30.320Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-04-18T23:34:30.320Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-04-18T23:34:30.320Z | error: cannot install while Rust is installed |
39 | 2025-04-18T23:34:30.320Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-04-18T23:34:30.346Z | info: profile set to 'default' |
41 | 2025-04-18T23:34:30.346Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-04-18T23:34:30.346Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-04-18T23:34:30.489Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-04-18T23:34:30.489Z | info: downloading component 'cargo' |
45 | 2025-04-18T23:34:30.701Z | info: downloading component 'clippy' |
46 | 2025-04-18T23:34:30.763Z | info: downloading component 'rust-docs' |
47 | 2025-04-18T23:34:30.984Z | info: downloading component 'rust-std' |
48 | 2025-04-18T23:34:31.710Z | info: downloading component 'rustc' |
49 | 2025-04-18T23:34:33.019Z | info: downloading component 'rustfmt' |
50 | 2025-04-18T23:34:33.086Z | info: installing component 'cargo' |
51 | 2025-04-18T23:34:34.179Z | info: installing component 'clippy' |
52 | 2025-04-18T23:34:34.664Z | info: installing component 'rust-docs' |
53 | 2025-04-18T23:34:37.595Z | info: installing component 'rust-std' |
54 | 2025-04-18T23:34:39.708Z | info: installing component 'rustc' |
55 | 2025-04-18T23:34:46.974Z | info: installing component 'rustfmt' |
56 | 2025-04-18T23:34:47.347Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-04-18T23:34:47.348Z | |
58 | 2025-04-18T23:34:47.495Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-04-18T23:34:47.495Z | |
60 | 2025-04-18T23:34:47.521Z | |
61 | 2025-04-18T23:34:47.521Z | Rust is installed now. Great! |
62 | 2025-04-18T23:34:47.521Z | |
63 | 2025-04-18T23:34:47.521Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-04-18T23:34:47.521Z | environment variable. This has not been done automatically. |
65 | 2025-04-18T23:34:47.521Z | |
66 | 2025-04-18T23:34:47.521Z | To configure your current shell, you need to source |
67 | 2025-04-18T23:34:47.521Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-04-18T23:34:47.521Z | |
69 | 2025-04-18T23:34:47.521Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-04-18T23:34:47.521Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-04-18T23:34:47.521Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-04-18T23:34:47.521Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-04-18T23:34:47.595Z | + rustup --version |
74 | 2025-04-18T23:34:47.621Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-04-18T23:34:47.621Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-04-18T23:34:47.667Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-04-18T23:34:47.692Z | + cargo --version |
78 | 2025-04-18T23:34:47.718Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-04-18T23:34:47.718Z | + rustc --version |
80 | 2025-04-18T23:34:47.755Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-04-18T23:34:47.782Z | process exited: duration 18222 ms, exit code 0 |
|
82 | 2025-04-18T23:34:47.836Z | starting task 2: "authentication" |
83 | 2025-04-18T23:34:47.895Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-04-18T23:34:47.948Z | starting task 3: "clone repository" |
85 | 2025-04-18T23:34:47.974Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-04-18T23:34:47.974Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-04-18T23:34:47.999Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-04-18T23:34:56.353Z | + cd /work/oxidecomputer/omicron |
89 | 2025-04-18T23:34:56.353Z | + git fetch origin 0ee1106251fa733c77112c686978cbc5db878f0a |
90 | 2025-04-18T23:34:56.797Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-04-18T23:34:56.797Z | * branch 0ee1106251fa733c77112c686978cbc5db878f0a -> FETCH_HEAD |
92 | 2025-04-18T23:34:56.823Z | + [[ -n ajs/shamir ]] |
93 | 2025-04-18T23:34:56.823Z | ++ git branch --show-current |
94 | 2025-04-18T23:34:56.823Z | + current=main |
95 | 2025-04-18T23:34:56.823Z | + [[ main != ajs/shamir ]] |
96 | 2025-04-18T23:34:56.823Z | + git branch -f ajs/shamir 0ee1106251fa733c77112c686978cbc5db878f0a |
97 | 2025-04-18T23:34:56.849Z | + git checkout -f ajs/shamir |
98 | 2025-04-18T23:34:57.073Z | Switched to branch 'ajs/shamir' |
99 | 2025-04-18T23:34:57.098Z | + git reset --hard 0ee1106251fa733c77112c686978cbc5db878f0a |
100 | 2025-04-18T23:34:57.203Z | HEAD is now at 0ee110625 review feedback |
101 | 2025-04-18T23:34:57.228Z | process exited: duration 9259 ms, exit code 0 |
|
102 | 2025-04-18T23:34:57.279Z | starting task 4: "build" |
103 | 2025-04-18T23:34:57.305Z | + source .github/buildomat/ci-env.sh |
104 | 2025-04-18T23:34:57.305Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-04-18T23:34:57.305Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-04-18T23:34:57.305Z | + cargo --version |
107 | 2025-04-18T23:34:57.371Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-04-18T23:34:57.396Z | + rustc --version |
109 | 2025-04-18T23:34:57.477Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-04-18T23:34:57.503Z | + source ./env.sh |
111 | 2025-04-18T23:34:57.503Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-04-18T23:34:57.503Z | ++ set -o xtrace |
113 | 2025-04-18T23:34:57.503Z | ++++ dirname ./env.sh |
114 | 2025-04-18T23:34:57.503Z | +++ readlink -f . |
115 | 2025-04-18T23:34:57.503Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-04-18T23:34:57.503Z | ++ export 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-04-18T23:34:57.503Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
118 | 2025-04-18T23:34:57.503Z | ++ 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 |
119 | 2025-04-18T23:34:57.503Z | ++ 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 |
120 | 2025-04-18T23:34:57.503Z | ++ 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 |
121 | 2025-04-18T23:34:57.503Z | ++ 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 |
122 | 2025-04-18T23:34:57.503Z | ++ 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 |
123 | 2025-04-18T23:34:57.503Z | ++ 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 |
124 | 2025-04-18T23:34:57.503Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-04-18T23:34:57.503Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-04-18T23:34:57.503Z | + 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 |
127 | 2025-04-18T23:34:57.504Z | + 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 |
128 | 2025-04-18T23:34:57.504Z | + banner prerequisites |
129 | 2025-04-18T23:34:57.504Z | |
130 | 2025-04-18T23:34:57.504Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-04-18T23:34:57.504Z | # # # # # # # # # # # # # # # |
132 | 2025-04-18T23:34:57.504Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-04-18T23:34:57.504Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-04-18T23:34:57.504Z | # # # # # # # # # # # # # # # |
135 | 2025-04-18T23:34:57.504Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-04-18T23:34:57.504Z | |
137 | 2025-04-18T23:34:57.504Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-04-18T23:34:58.924Z | pkg list: illegal option -- F |
139 | 2025-04-18T23:34:58.925Z | Usage: |
140 | 2025-04-18T23:34:58.925Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-04-18T23:34:58.925Z | [pkg_fmri_pattern ...] |
142 | 2025-04-18T23:34:59.960Z | pkg list: illegal option -- F |
143 | 2025-04-18T23:34:59.960Z | Usage: |
144 | 2025-04-18T23:34:59.960Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-04-18T23:34:59.960Z | [pkg_fmri_pattern ...] |
146 | 2025-04-18T23:35:15.222Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-04-18T23:35:21.331Z | Startup: Caching catalogs ... Done |
148 | 2025-04-18T23:35:44.091Z | Planning: Solver setup ... Done (21.469s) |
149 | 2025-04-18T23:35:44.317Z | Planning: Running solver ... Done (0.226s) |
150 | 2025-04-18T23:35:44.467Z | Planning: Finding local manifests ... Done (0.003s) |
151 | 2025-04-18T23:35:44.546Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-04-18T23:35:45.018Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-04-18T23:35:45.143Z | Planning: Package planning ... Done (0.125s) |
154 | 2025-04-18T23:35:45.210Z | Planning: Merging actions ... Done (0.068s) |
155 | 2025-04-18T23:35:45.435Z | Planning: Checking for conflicting actions ... Done (0.225s) |
156 | 2025-04-18T23:35:46.494Z | Planning: Consolidating action changes ... Done (1.059s) |
157 | 2025-04-18T23:35:46.892Z | Planning: Evaluating mediators ... Done (0.397s) |
158 | 2025-04-18T23:35:46.987Z | Planning: Planning completed in 25.56 seconds |
159 | 2025-04-18T23:35:47.013Z | Packages to install: 4 |
160 | 2025-04-18T23:35:47.013Z | Packages to update: 3 |
161 | 2025-04-18T23:35:47.013Z | Mediators to change: 2 |
162 | 2025-04-18T23:35:47.013Z | Services to change: 1 |
163 | 2025-04-18T23:35:47.013Z | Estimated space available: 155.11 GB |
164 | 2025-04-18T23:35:47.013Z | Estimated space to be consumed: 1.69 GB |
165 | 2025-04-18T23:35:47.013Z | Create boot environment: No |
166 | 2025-04-18T23:35:47.013Z | Create backup boot environment: Yes |
167 | 2025-04-18T23:35:47.013Z | Rebuild boot archive: No |
168 | 2025-04-18T23:35:47.013Z | |
169 | 2025-04-18T23:35:47.013Z | Changed mediators: |
170 | 2025-04-18T23:35:47.013Z | mediator clang: |
171 | 2025-04-18T23:35:47.013Z | version: None -> 15 (system default) |
172 | 2025-04-18T23:35:47.013Z | |
173 | 2025-04-18T23:35:47.013Z | mediator llvm: |
174 | 2025-04-18T23:35:47.013Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-04-18T23:35:47.013Z | |
176 | 2025-04-18T23:35:47.013Z | Changed packages: |
177 | 2025-04-18T23:35:47.013Z | helios-dev |
178 | 2025-04-18T23:35:47.013Z | developer/build-essential |
179 | 2025-04-18T23:35:47.013Z | None -> 11-2.0 |
180 | 2025-04-18T23:35:47.013Z | library/libxmlsec1 |
181 | 2025-04-18T23:35:47.013Z | None -> 1.2.35-2.0 |
182 | 2025-04-18T23:35:47.013Z | ooce/developer/clang-15 |
183 | 2025-04-18T23:35:47.014Z | None -> 15.0.7-2.0 |
184 | 2025-04-18T23:35:47.014Z | ooce/developer/llvm-15 |
185 | 2025-04-18T23:35:47.014Z | None -> 15.0.7-2.0 |
186 | 2025-04-18T23:35:47.014Z | package/pkg |
187 | 2025-04-18T23:35:47.014Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-04-18T23:35:47.014Z | system/library/g++-runtime |
189 | 2025-04-18T23:35:47.014Z | 13-2.0 -> 14-2.0 |
190 | 2025-04-18T23:35:47.014Z | system/library/gcc-runtime |
191 | 2025-04-18T23:35:47.014Z | 13-2.0 -> 14-2.0 |
192 | 2025-04-18T23:35:47.014Z | |
193 | 2025-04-18T23:35:47.014Z | Services: |
194 | 2025-04-18T23:35:47.014Z | restart_fmri: |
195 | 2025-04-18T23:35:47.014Z | svc:/system/update-man-index:default |
196 | 2025-04-18T23:35:47.014Z | |
197 | 2025-04-18T23:35:47.014Z | Editable files to change: |
198 | 2025-04-18T23:35:47.014Z | Update: |
199 | 2025-04-18T23:35:47.014Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-04-18T23:35:47.081Z | |
201 | 2025-04-18T23:35:47.081Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-04-18T23:35:52.082Z | Download: 933/4301 items 19.0/225.4MB 8% complete (4.0M/s) |
203 | 2025-04-18T23:35:57.086Z | Download: 1334/4301 items 103.6/225.4MB 45% complete (10.5M/s) |
204 | 2025-04-18T23:36:02.086Z | Download: 1707/4301 items 118.1/225.4MB 52% complete (9.9M/s) |
205 | 2025-04-18T23:36:07.096Z | Download: 2157/4301 items 119.0/225.4MB 52% complete (1.6M/s) |
206 | 2025-04-18T23:36:13.790Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (1.2M/s) |
207 | 2025-04-18T23:36:18.802Z | Download: 2536/4301 items 120.3/225.4MB 53% complete (135k/s) |
208 | 2025-04-18T23:36:23.792Z | Download: 3201/4301 items 181.7/225.4MB 80% complete (6.2M/s) |
209 | 2025-04-18T23:36:29.297Z | Download: 3246/4301 items 202.8/225.4MB 89% complete (8.2M/s) |
210 | 2025-04-18T23:36:34.302Z | Download: 3255/4301 items 203.7/225.4MB 90% complete (1.1M/s) |
211 | 2025-04-18T23:36:40.106Z | Download: 3284/4301 items 210.0/225.4MB 93% complete (745k/s) |
212 | 2025-04-18T23:36:45.109Z | Download: 3766/4301 items 217.0/225.4MB 96% complete (1.2M/s) |
213 | 2025-04-18T23:36:50.288Z | Download: 4202/4301 items 220.5/225.4MB 97% complete (1.1M/s) |
214 | 2025-04-18T23:36:52.577Z | Download: Completed 225.42 MB in 65.50 seconds (3.4M/s) |
215 | 2025-04-18T23:36:54.048Z | Actions: 1/5122 actions (Removing old actions) |
216 | 2025-04-18T23:36:54.075Z | Actions: 194/5122 actions (Installing new actions) |
217 | 2025-04-18T23:36:59.094Z | Actions: 3305/5122 actions (Installing new actions) |
218 | 2025-04-18T23:36:59.940Z | Actions: 4267/5122 actions (Updating modified actions) |
219 | 2025-04-18T23:37:00.362Z | Actions: Completed 5122 actions in 6.31 seconds. |
220 | 2025-04-18T23:37:00.726Z | Done (0.355s) |
221 | 2025-04-18T23:37:00.752Z | Done (0.002s) |
222 | 2025-04-18T23:37:01.640Z | Done (0.911s) |
223 | 2025-04-18T23:37:06.618Z | Done (4.769s) |
224 | 2025-04-18T23:37:06.715Z | Done (0.020s) |
225 | 2025-04-18T23:37:06.741Z | Done (0.000s) |
226 | 2025-04-18T23:37:06.899Z | Done (0.000s) |
227 | 2025-04-18T23:37:07.749Z | Planning: Evaluating mediator changes ... Done |
228 | 2025-04-18T23:37:08.017Z | Planning: Checking for conflicting actions ... Done |
229 | 2025-04-18T23:37:08.042Z | Planning: Consolidating action changes ... Done |
230 | 2025-04-18T23:37:08.363Z | Planning: Evaluating mediators ... Done |
231 | 2025-04-18T23:37:08.391Z | Planning: Planning completed in 0.61 seconds |
232 | 2025-04-18T23:37:08.416Z | Mediators to change: 2 |
233 | 2025-04-18T23:37:08.416Z | Create boot environment: No |
234 | 2025-04-18T23:37:08.416Z | Create backup boot environment: No |
235 | 2025-04-18T23:37:08.475Z | Done |
236 | 2025-04-18T23:37:08.476Z | Done |
237 | 2025-04-18T23:37:09.102Z | Done |
238 | 2025-04-18T23:37:13.468Z | Done |
239 | 2025-04-18T23:37:13.574Z | Done |
240 | 2025-04-18T23:37:13.599Z | Done |
241 | 2025-04-18T23:37:13.624Z | Done |
242 | 2025-04-18T23:37:14.410Z | Planning: Evaluating mediator changes ... Done |
243 | 2025-04-18T23:37:14.435Z | Planning: Merging actions ... Done |
244 | 2025-04-18T23:37:14.708Z | Planning: Checking for conflicting actions ... Done |
245 | 2025-04-18T23:37:14.733Z | Planning: Consolidating action changes ... Done |
246 | 2025-04-18T23:37:15.033Z | Planning: Evaluating mediators ... Done |
247 | 2025-04-18T23:37:15.100Z | Planning: Planning completed in 1.00 seconds |
248 | 2025-04-18T23:37:15.147Z | Packages to change: 1 |
249 | 2025-04-18T23:37:15.147Z | Mediators to change: 1 |
250 | 2025-04-18T23:37:15.147Z | Services to change: 1 |
251 | 2025-04-18T23:37:15.147Z | Create boot environment: No |
252 | 2025-04-18T23:37:15.172Z | Create backup boot environment: Yes |
253 | 2025-04-18T23:37:16.915Z | Actions: 1/6 actions (Updating modified actions) |
254 | 2025-04-18T23:37:16.940Z | Actions: Completed 6 actions in 0.00 seconds. |
255 | 2025-04-18T23:37:16.940Z | Done |
256 | 2025-04-18T23:37:16.940Z | Done |
257 | 2025-04-18T23:37:17.078Z | Done |
258 | 2025-04-18T23:37:21.208Z | Done |
259 | 2025-04-18T23:37:21.317Z | Done |
260 | 2025-04-18T23:37:21.343Z | Done |
261 | 2025-04-18T23:37:21.416Z | Done |
262 | 2025-04-18T23:37:21.934Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
263 | 2025-04-18T23:37:21.934Z | clang system 15 system |
264 | 2025-04-18T23:37:21.934Z | csh system system illumos |
265 | 2025-04-18T23:37:21.934Z | ctags system system illumos |
266 | 2025-04-18T23:37:21.934Z | gcc vendor 12 vendor |
267 | 2025-04-18T23:37:21.934Z | gcc system 10 system |
268 | 2025-04-18T23:37:21.934Z | gcc system 7 system |
269 | 2025-04-18T23:37:21.934Z | go system 1.20 system |
270 | 2025-04-18T23:37:21.934Z | go system 1.19 system |
271 | 2025-04-18T23:37:21.934Z | llvm system 15 system |
272 | 2025-04-18T23:37:21.934Z | llvm system 14 system |
273 | 2025-04-18T23:37:21.934Z | mariadb system 10.6 system |
274 | 2025-04-18T23:37:21.934Z | mta vendor vendor dma |
275 | 2025-04-18T23:37:21.934Z | openjdk system 17 system |
276 | 2025-04-18T23:37:21.934Z | openjdk system 11 system |
277 | 2025-04-18T23:37:21.934Z | openjdk system 1.8 system |
278 | 2025-04-18T23:37:21.934Z | openssl vendor 3 vendor |
279 | 2025-04-18T23:37:21.934Z | perl system 5.36 system |
280 | 2025-04-18T23:37:21.934Z | postgresql system 15 system |
281 | 2025-04-18T23:37:21.934Z | postgresql system 13 system |
282 | 2025-04-18T23:37:21.934Z | python vendor 3 vendor |
283 | 2025-04-18T23:37:21.934Z | python system 2 system |
284 | 2025-04-18T23:37:21.934Z | python3 system 3.11 system |
285 | 2025-04-18T23:37:21.934Z | ruby system 3.0 system |
286 | 2025-04-18T23:37:21.934Z | words vendor vendor american-english |
287 | 2025-04-18T23:37:21.934Z | words system system australian-english |
288 | 2025-04-18T23:37:21.934Z | words system system british-english |
289 | 2025-04-18T23:37:21.934Z | words system system canadian-english |
290 | 2025-04-18T23:37:21.934Z | words system system french |
291 | 2025-04-18T23:37:21.934Z | words system system italian |
292 | 2025-04-18T23:37:21.934Z | words system system ngerman |
293 | 2025-04-18T23:37:21.935Z | words system system ogerman |
294 | 2025-04-18T23:37:21.935Z | words system system spanish |
295 | 2025-04-18T23:37:22.342Z | PUBLISHER TYPE STATUS P LOCATION |
296 | 2025-04-18T23:37:22.342Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
297 | 2025-04-18T23:37:26.490Z | FMRI IFO |
298 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
299 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
300 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
301 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
302 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
303 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
304 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
305 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
306 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
307 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
308 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
309 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
310 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
311 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
312 | 2025-04-18T23:37:26.490Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
313 | 2025-04-18T23:37:27.405Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
314 | 2025-04-18T23:37:27.803Z | Updating crates.io index |
315 | 2025-04-18T23:37:27.829Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
316 | 2025-04-18T23:37:28.549Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
317 | 2025-04-18T23:37:28.940Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
318 | 2025-04-18T23:37:29.240Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
319 | 2025-04-18T23:37:29.631Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
320 | 2025-04-18T23:37:30.730Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
321 | 2025-04-18T23:37:32.869Z | Updating git repository `https://github.com/oxidecomputer/opte` |
322 | 2025-04-18T23:37:33.644Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
323 | 2025-04-18T23:37:34.373Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
324 | 2025-04-18T23:37:34.717Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
325 | 2025-04-18T23:37:35.067Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
326 | 2025-04-18T23:37:35.764Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
327 | 2025-04-18T23:37:36.373Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
328 | 2025-04-18T23:37:36.743Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
329 | 2025-04-18T23:37:37.165Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
330 | 2025-04-18T23:37:37.534Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
331 | 2025-04-18T23:37:37.864Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
332 | 2025-04-18T23:37:38.157Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
333 | 2025-04-18T23:37:38.518Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
334 | 2025-04-18T23:37:38.939Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
335 | 2025-04-18T23:37:39.297Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
336 | 2025-04-18T23:37:39.751Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
337 | 2025-04-18T23:37:40.122Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
338 | 2025-04-18T23:37:40.501Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
339 | 2025-04-18T23:37:41.083Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
340 | 2025-04-18T23:37:41.449Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
341 | 2025-04-18T23:37:41.887Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
342 | 2025-04-18T23:37:42.367Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
343 | 2025-04-18T23:37:42.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
344 | 2025-04-18T23:37:43.062Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
345 | 2025-04-18T23:37:43.431Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
346 | 2025-04-18T23:37:44.919Z | Downloading crates ... |
347 | 2025-04-18T23:37:44.983Z | Downloaded equivalent v1.0.1 |
348 | 2025-04-18T23:37:45.009Z | Downloaded scroll_derive v0.12.0 |
349 | 2025-04-18T23:37:45.009Z | Downloaded usdt-macro v0.5.0 |
350 | 2025-04-18T23:37:45.009Z | Downloaded colorchoice v1.0.2 |
351 | 2025-04-18T23:37:45.009Z | Downloaded zerocopy-derive v0.7.35 |
352 | 2025-04-18T23:37:45.009Z | Downloaded version_check v0.9.5 |
353 | 2025-04-18T23:37:45.035Z | Downloaded utf8parse v0.2.2 |
354 | 2025-04-18T23:37:45.035Z | Downloaded scroll v0.12.0 |
355 | 2025-04-18T23:37:45.035Z | Downloaded proc-macro-error v1.0.4 |
356 | 2025-04-18T23:37:45.035Z | Downloaded pest_derive v2.7.14 |
357 | 2025-04-18T23:37:45.035Z | Downloaded once_cell v1.20.3 |
358 | 2025-04-18T23:37:45.035Z | Downloaded bitflags v2.6.0 |
359 | 2025-04-18T23:37:45.035Z | Downloaded usdt-impl v0.5.0 |
360 | 2025-04-18T23:37:45.061Z | Downloaded ucd-trie v0.1.7 |
361 | 2025-04-18T23:37:45.061Z | Downloaded serde_derive v1.0.219 |
362 | 2025-04-18T23:37:45.061Z | Downloaded winnow v0.7.3 |
363 | 2025-04-18T23:37:45.061Z | Downloaded toml_edit v0.22.24 |
364 | 2025-04-18T23:37:45.086Z | Downloaded memchr v2.7.4 |
365 | 2025-04-18T23:37:45.112Z | Downloaded indexmap v2.7.1 |
366 | 2025-04-18T23:37:45.112Z | Downloaded serde_json v1.0.140 |
367 | 2025-04-18T23:37:45.112Z | Downloaded pest v2.7.14 |
368 | 2025-04-18T23:37:45.137Z | Downloaded hashbrown v0.15.1 |
369 | 2025-04-18T23:37:45.137Z | Downloaded clap_builder v4.5.32 |
370 | 2025-04-18T23:37:45.137Z | Downloaded typenum v1.17.0 |
371 | 2025-04-18T23:37:45.137Z | Downloaded serde v1.0.219 |
372 | 2025-04-18T23:37:45.137Z | Downloaded clap v4.5.32 |
373 | 2025-04-18T23:37:45.162Z | Downloaded toml v0.8.20 |
374 | 2025-04-18T23:37:45.162Z | Downloaded textwrap v0.16.1 |
375 | 2025-04-18T23:37:45.162Z | Downloaded quote v1.0.39 |
376 | 2025-04-18T23:37:45.162Z | Downloaded proc-macro2 v1.0.94 |
377 | 2025-04-18T23:37:45.162Z | Downloaded plain v0.2.3 |
378 | 2025-04-18T23:37:45.162Z | Downloaded papergrid v0.11.0 |
379 | 2025-04-18T23:37:45.162Z | Downloaded log v0.4.22 |
380 | 2025-04-18T23:37:45.162Z | Downloaded clap_derive v4.5.32 |
381 | 2025-04-18T23:37:45.188Z | Downloaded camino v1.1.9 |
382 | 2025-04-18T23:37:45.188Z | Downloaded unicode-ident v1.0.14 |
383 | 2025-04-18T23:37:45.188Z | Downloaded zerocopy v0.7.35 |
384 | 2025-04-18T23:37:45.213Z | Downloaded tabled v0.15.0 |
385 | 2025-04-18T23:37:45.213Z | Downloaded goblin v0.8.2 |
386 | 2025-04-18T23:37:45.239Z | Downloaded thiserror-impl v2.0.12 |
387 | 2025-04-18T23:37:45.239Z | Downloaded unicode-width v0.1.14 |
388 | 2025-04-18T23:37:45.239Z | Downloaded syn v1.0.109 |
389 | 2025-04-18T23:37:45.239Z | Downloaded thiserror v2.0.12 |
390 | 2025-04-18T23:37:45.265Z | Downloaded syn v2.0.98 |
391 | 2025-04-18T23:37:45.265Z | Downloaded rustix v0.37.28 |
392 | 2025-04-18T23:37:45.290Z | Downloaded tempfile v3.13.0 |
393 | 2025-04-18T23:37:45.290Z | Downloaded strsim v0.11.1 |
394 | 2025-04-18T23:37:45.290Z | Downloaded rustix v0.38.37 |
395 | 2025-04-18T23:37:45.316Z | Downloaded sha2 v0.10.8 |
396 | 2025-04-18T23:37:45.316Z | Downloaded ryu v1.0.18 |
397 | 2025-04-18T23:37:45.316Z | Downloaded pest_meta v2.7.14 |
398 | 2025-04-18T23:37:45.316Z | Downloaded heck v0.4.1 |
399 | 2025-04-18T23:37:45.316Z | Downloaded anyhow v1.0.97 |
400 | 2025-04-18T23:37:45.342Z | Downloaded anstream v0.6.15 |
401 | 2025-04-18T23:37:45.342Z | Downloaded semver v1.0.25 |
402 | 2025-04-18T23:37:45.342Z | Downloaded macaddr v1.0.1 |
403 | 2025-04-18T23:37:45.342Z | Downloaded io-lifetimes v1.0.11 |
404 | 2025-04-18T23:37:45.342Z | Downloaded heck v0.5.0 |
405 | 2025-04-18T23:37:45.342Z | Downloaded generic-array v0.14.7 |
406 | 2025-04-18T23:37:45.342Z | Downloaded fnv v1.0.7 |
407 | 2025-04-18T23:37:45.342Z | Downloaded fastrand v2.1.1 |
408 | 2025-04-18T23:37:45.342Z | Downloaded cargo_toml v0.21.0 |
409 | 2025-04-18T23:37:45.342Z | Downloaded cargo_metadata v0.19.2 |
410 | 2025-04-18T23:37:45.342Z | Downloaded bitflags v1.3.2 |
411 | 2025-04-18T23:37:45.342Z | Downloaded usdt-attr-macro v0.5.0 |
412 | 2025-04-18T23:37:45.342Z | Downloaded usdt v0.5.0 |
413 | 2025-04-18T23:37:45.342Z | Downloaded unicode-linebreak v0.1.5 |
414 | 2025-04-18T23:37:45.367Z | Downloaded toml_datetime v0.6.8 |
415 | 2025-04-18T23:37:45.367Z | Downloaded thread-id v4.2.2 |
416 | 2025-04-18T23:37:45.368Z | Downloaded thiserror-impl v1.0.69 |
417 | 2025-04-18T23:37:45.368Z | Downloaded libc v0.2.170 |
418 | 2025-04-18T23:37:45.393Z | Downloaded thiserror v1.0.69 |
419 | 2025-04-18T23:37:45.393Z | Downloaded terminal_size v0.4.0 |
420 | 2025-04-18T23:37:45.393Z | Downloaded terminal_size v0.2.6 |
421 | 2025-04-18T23:37:45.393Z | Downloaded tabled_derive v0.7.0 |
422 | 2025-04-18T23:37:45.393Z | Downloaded smawk v0.3.2 |
423 | 2025-04-18T23:37:45.393Z | Downloaded serde_tokenstream v0.2.2 |
424 | 2025-04-18T23:37:45.393Z | Downloaded serde_spanned v0.6.8 |
425 | 2025-04-18T23:37:45.419Z | Downloaded proc-macro-error-attr v1.0.4 |
426 | 2025-04-18T23:37:45.419Z | Downloaded pest_generator v2.7.14 |
427 | 2025-04-18T23:37:45.419Z | Downloaded memmap v0.7.0 |
428 | 2025-04-18T23:37:45.419Z | Downloaded itoa v1.0.11 |
429 | 2025-04-18T23:37:45.419Z | Downloaded is_terminal_polyfill v1.70.1 |
430 | 2025-04-18T23:37:45.419Z | Downloaded fs-err v2.11.0 |
431 | 2025-04-18T23:37:45.419Z | Downloaded errno v0.3.9 |
432 | 2025-04-18T23:37:45.419Z | Downloaded autocfg v1.4.0 |
433 | 2025-04-18T23:37:45.419Z | Downloaded anstyle-query v1.1.1 |
434 | 2025-04-18T23:37:45.419Z | Downloaded anstyle-parse v0.2.5 |
435 | 2025-04-18T23:37:45.419Z | Downloaded dof v0.3.0 |
436 | 2025-04-18T23:37:45.419Z | Downloaded digest v0.10.7 |
437 | 2025-04-18T23:37:45.419Z | Downloaded crypto-common v0.1.6 |
438 | 2025-04-18T23:37:45.420Z | Downloaded cpufeatures v0.2.14 |
439 | 2025-04-18T23:37:45.420Z | Downloaded clap_lex v0.7.4 |
440 | 2025-04-18T23:37:45.420Z | Downloaded byteorder v1.5.0 |
441 | 2025-04-18T23:37:45.420Z | Downloaded block-buffer v0.10.4 |
442 | 2025-04-18T23:37:45.420Z | Downloaded anstyle v1.0.10 |
443 | 2025-04-18T23:37:45.420Z | Downloaded cfg-if v1.0.0 |
444 | 2025-04-18T23:37:45.420Z | Downloaded cargo-platform v0.1.8 |
445 | 2025-04-18T23:37:45.420Z | Downloaded camino-tempfile v1.1.1 |
446 | 2025-04-18T23:37:45.420Z | Downloaded bytecount v0.6.8 |
447 | 2025-04-18T23:37:45.420Z | Downloaded swrite v0.1.0 |
448 | 2025-04-18T23:37:45.445Z | Downloaded pretty-hex v0.4.1 |
449 | 2025-04-18T23:37:45.445Z | Downloaded dtrace-parser v0.2.0 |
450 | 2025-04-18T23:37:45.536Z | Compiling proc-macro2 v1.0.94 |
451 | 2025-04-18T23:37:45.536Z | Compiling unicode-ident v1.0.14 |
452 | 2025-04-18T23:37:45.562Z | Compiling libc v0.2.170 |
453 | 2025-04-18T23:37:45.562Z | Compiling serde v1.0.219 |
454 | 2025-04-18T23:37:45.562Z | Compiling version_check v0.9.5 |
455 | 2025-04-18T23:37:45.562Z | Compiling memchr v2.7.4 |
456 | 2025-04-18T23:37:45.562Z | Compiling thiserror v1.0.69 |
457 | 2025-04-18T23:37:45.562Z | Compiling itoa v1.0.11 |
458 | 2025-04-18T23:37:45.851Z | Compiling ryu v1.0.18 |
459 | 2025-04-18T23:37:45.939Z | Compiling ucd-trie v0.1.7 |
460 | 2025-04-18T23:37:46.193Z | Compiling once_cell v1.20.3 |
461 | 2025-04-18T23:37:46.244Z | Compiling byteorder v1.5.0 |
462 | 2025-04-18T23:37:46.591Z | Compiling serde_json v1.0.140 |
463 | 2025-04-18T23:37:46.621Z | Compiling rustix v0.38.37 |
464 | 2025-04-18T23:37:46.863Z | Compiling bitflags v2.6.0 |
465 | 2025-04-18T23:37:46.922Z | Compiling usdt-impl v0.5.0 |
466 | 2025-04-18T23:37:47.052Z | Compiling proc-macro-error-attr v1.0.4 |
467 | 2025-04-18T23:37:47.187Z | Compiling syn v1.0.109 |
468 | 2025-04-18T23:37:47.285Z | Compiling quote v1.0.39 |
469 | 2025-04-18T23:37:47.311Z | Compiling io-lifetimes v1.0.11 |
470 | 2025-04-18T23:37:47.377Z | Compiling errno v0.3.9 |
471 | 2025-04-18T23:37:47.597Z | Compiling proc-macro-error v1.0.4 |
472 | 2025-04-18T23:37:47.626Z | Compiling syn v2.0.98 |
473 | 2025-04-18T23:37:47.770Z | Compiling rustix v0.37.28 |
474 | 2025-04-18T23:37:47.856Z | Compiling thread-id v4.2.2 |
475 | 2025-04-18T23:37:47.887Z | Compiling log v0.4.22 |
476 | 2025-04-18T23:37:47.912Z | Compiling hashbrown v0.15.1 |
477 | 2025-04-18T23:37:47.940Z | Compiling equivalent v1.0.1 |
478 | 2025-04-18T23:37:47.991Z | Compiling utf8parse v0.2.2 |
479 | 2025-04-18T23:37:48.076Z | Compiling plain v0.2.3 |
480 | 2025-04-18T23:37:48.166Z | Compiling camino v1.1.9 |
481 | 2025-04-18T23:37:48.231Z | Compiling anstyle-parse v0.2.5 |
482 | 2025-04-18T23:37:48.643Z | Compiling unicode-width v0.1.14 |
483 | 2025-04-18T23:37:48.747Z | Compiling is_terminal_polyfill v1.70.1 |
484 | 2025-04-18T23:37:48.877Z | Compiling indexmap v2.7.1 |
485 | 2025-04-18T23:37:48.902Z | Compiling bitflags v1.3.2 |
486 | 2025-04-18T23:37:48.928Z | Compiling anstyle-query v1.1.1 |
487 | 2025-04-18T23:37:48.953Z | Compiling pretty-hex v0.4.1 |
488 | 2025-04-18T23:37:49.011Z | Compiling anstyle v1.0.10 |
489 | 2025-04-18T23:37:49.080Z | Compiling winnow v0.7.3 |
490 | 2025-04-18T23:37:49.110Z | Compiling semver v1.0.25 |
491 | 2025-04-18T23:37:49.168Z | Compiling thiserror v2.0.12 |
492 | 2025-04-18T23:37:49.377Z | Compiling autocfg v1.4.0 |
493 | 2025-04-18T23:37:49.544Z | Compiling colorchoice v1.0.2 |
494 | 2025-04-18T23:37:49.721Z | Compiling anstream v0.6.15 |
495 | 2025-04-18T23:37:49.826Z | Compiling terminal_size v0.4.0 |
496 | 2025-04-18T23:37:50.187Z | Compiling heck v0.5.0 |
497 | 2025-04-18T23:37:50.213Z | Compiling bytecount v0.6.8 |
498 | 2025-04-18T23:37:50.244Z | Compiling fs-err v2.11.0 |
499 | 2025-04-18T23:37:50.302Z | Compiling fnv v1.0.7 |
500 | 2025-04-18T23:37:50.438Z | Compiling fastrand v2.1.1 |
501 | 2025-04-18T23:37:50.463Z | Compiling strsim v0.11.1 |
502 | 2025-04-18T23:37:50.520Z | Compiling clap_lex v0.7.4 |
503 | 2025-04-18T23:37:50.621Z | Compiling anyhow v1.0.97 |
504 | 2025-04-18T23:37:50.939Z | Compiling cfg-if v1.0.0 |
505 | 2025-04-18T23:37:51.084Z | Compiling heck v0.4.1 |
506 | 2025-04-18T23:37:51.138Z | Compiling terminal_size v0.2.6 |
507 | 2025-04-18T23:37:51.332Z | Compiling clap_builder v4.5.32 |
508 | 2025-04-18T23:37:51.465Z | Compiling tempfile v3.13.0 |
509 | 2025-04-18T23:37:51.494Z | Compiling papergrid v0.11.0 |
510 | 2025-04-18T23:37:51.543Z | Compiling memmap v0.7.0 |
511 | 2025-04-18T23:37:51.647Z | Compiling unicode-linebreak v0.1.5 |
512 | 2025-04-18T23:37:51.860Z | Compiling smawk v0.3.2 |
513 | 2025-04-18T23:37:52.066Z | Compiling textwrap v0.16.1 |
514 | 2025-04-18T23:37:52.249Z | Compiling swrite v0.1.0 |
515 | 2025-04-18T23:37:52.762Z | Compiling tabled_derive v0.7.0 |
516 | 2025-04-18T23:37:53.951Z | Compiling serde_derive v1.0.219 |
517 | 2025-04-18T23:37:53.951Z | Compiling thiserror-impl v1.0.69 |
518 | 2025-04-18T23:37:53.951Z | Compiling zerocopy-derive v0.7.35 |
519 | 2025-04-18T23:37:53.977Z | Compiling scroll_derive v0.12.0 |
520 | 2025-04-18T23:37:53.977Z | Compiling thiserror-impl v2.0.12 |
521 | 2025-04-18T23:37:53.977Z | Compiling clap_derive v4.5.32 |
522 | 2025-04-18T23:37:54.109Z | Compiling tabled v0.15.0 |
523 | 2025-04-18T23:37:55.015Z | Compiling scroll v0.12.0 |
524 | 2025-04-18T23:37:55.510Z | Compiling goblin v0.8.2 |
525 | 2025-04-18T23:37:55.674Z | Compiling zerocopy v0.7.35 |
526 | 2025-04-18T23:37:56.790Z | Compiling pest v2.7.14 |
527 | 2025-04-18T23:37:57.581Z | Compiling clap v4.5.32 |
528 | 2025-04-18T23:37:58.829Z | Compiling pest_meta v2.7.14 |
529 | 2025-04-18T23:37:59.913Z | Compiling pest_generator v2.7.14 |
530 | 2025-04-18T23:38:01.111Z | Compiling pest_derive v2.7.14 |
531 | 2025-04-18T23:38:01.714Z | Compiling dtrace-parser v0.2.0 |
532 | 2025-04-18T23:38:02.251Z | Compiling serde_tokenstream v0.2.2 |
533 | 2025-04-18T23:38:02.446Z | Compiling toml_datetime v0.6.8 |
534 | 2025-04-18T23:38:02.475Z | Compiling serde_spanned v0.6.8 |
535 | 2025-04-18T23:38:02.610Z | Compiling cargo-platform v0.1.8 |
536 | 2025-04-18T23:38:02.767Z | Compiling toml_edit v0.22.24 |
537 | 2025-04-18T23:38:02.797Z | Compiling macaddr v1.0.1 |
538 | 2025-04-18T23:38:03.038Z | Compiling camino-tempfile v1.1.1 |
539 | 2025-04-18T23:38:03.661Z | Compiling dof v0.3.0 |
540 | 2025-04-18T23:38:03.866Z | Compiling cargo_metadata v0.19.2 |
541 | 2025-04-18T23:38:05.003Z | Compiling usdt-attr-macro v0.5.0 |
542 | 2025-04-18T23:38:05.003Z | Compiling usdt-macro v0.5.0 |
543 | 2025-04-18T23:38:05.592Z | Compiling toml v0.8.20 |
544 | 2025-04-18T23:38:05.980Z | Compiling usdt v0.5.0 |
545 | 2025-04-18T23:38:06.345Z | Compiling cargo_toml v0.21.0 |
546 | 2025-04-18T23:38:09.497Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
547 | 2025-04-18T23:38:13.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.27s |
548 | 2025-04-18T23:38:13.665Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
549 | 2025-04-18T23:38:14.389Z | Downloading crates ... |
550 | 2025-04-18T23:38:14.526Z | Downloaded atomicwrites v0.4.4 |
551 | 2025-04-18T23:38:14.552Z | Downloaded assert_matches v1.5.0 |
552 | 2025-04-18T23:38:14.552Z | Downloaded async-stream-impl v0.3.6 |
553 | 2025-04-18T23:38:14.552Z | Downloaded cstr-argument v0.1.2 |
554 | 2025-04-18T23:38:14.578Z | Downloaded crunchy v0.2.2 |
555 | 2025-04-18T23:38:14.578Z | Downloaded ciborium-io v0.2.2 |
556 | 2025-04-18T23:38:14.578Z | Downloaded crucible-workspace-hack v0.1.0 |
557 | 2025-04-18T23:38:14.578Z | Downloaded cfg_aliases v0.2.1 |
558 | 2025-04-18T23:38:14.578Z | Downloaded async-stream v0.3.6 |
559 | 2025-04-18T23:38:14.578Z | Downloaded bb8 v0.8.5 |
560 | 2025-04-18T23:38:14.578Z | Downloaded atomic-waker v1.1.2 |
561 | 2025-04-18T23:38:14.578Z | Downloaded array-init v0.0.4 |
562 | 2025-04-18T23:38:14.578Z | Downloaded atty v0.2.14 |
563 | 2025-04-18T23:38:14.578Z | Downloaded ascii-canvas v3.0.0 |
564 | 2025-04-18T23:38:14.578Z | Downloaded bcrypt-pbkdf v0.10.0 |
565 | 2025-04-18T23:38:14.578Z | Downloaded aead v0.5.2 |
566 | 2025-04-18T23:38:14.604Z | Downloaded async-recursion v1.1.1 |
567 | 2025-04-18T23:38:14.604Z | Downloaded crc v3.2.1 |
568 | 2025-04-18T23:38:14.604Z | Downloaded const_format_proc_macros v0.2.34 |
569 | 2025-04-18T23:38:14.604Z | Downloaded crc-catalog v2.4.0 |
570 | 2025-04-18T23:38:14.604Z | Downloaded bit-vec v0.6.3 |
571 | 2025-04-18T23:38:14.604Z | Downloaded cipher v0.4.4 |
572 | 2025-04-18T23:38:14.604Z | Downloaded bitfield v0.14.0 |
573 | 2025-04-18T23:38:14.604Z | Downloaded cexpr v0.6.0 |
574 | 2025-04-18T23:38:14.604Z | Downloaded constant_time_eq v0.3.1 |
575 | 2025-04-18T23:38:14.630Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2025-04-18T23:38:14.630Z | Downloaded castaway v0.2.3 |
577 | 2025-04-18T23:38:14.630Z | Downloaded hostname v0.3.1 |
578 | 2025-04-18T23:38:14.630Z | Downloaded async-bb8-diesel v0.2.1 |
579 | 2025-04-18T23:38:14.630Z | Downloaded arrayvec v0.7.6 |
580 | 2025-04-18T23:38:14.630Z | Downloaded bitfield-struct v0.6.2 |
581 | 2025-04-18T23:38:14.630Z | Downloaded http-range v0.1.5 |
582 | 2025-04-18T23:38:14.631Z | Downloaded base16ct v0.2.0 |
583 | 2025-04-18T23:38:14.631Z | Downloaded backoff v0.4.0 |
584 | 2025-04-18T23:38:14.631Z | Downloaded instant v0.1.13 |
585 | 2025-04-18T23:38:14.631Z | Downloaded argon2 v0.5.3 |
586 | 2025-04-18T23:38:14.631Z | Downloaded match_cfg v0.1.0 |
587 | 2025-04-18T23:38:14.656Z | Downloaded bcs v0.1.6 |
588 | 2025-04-18T23:38:14.656Z | Downloaded hex v0.4.3 |
589 | 2025-04-18T23:38:14.656Z | Downloaded cassowary v0.3.0 |
590 | 2025-04-18T23:38:14.656Z | Downloaded adler2 v2.0.0 |
591 | 2025-04-18T23:38:14.656Z | Downloaded base64ct v1.6.0 |
592 | 2025-04-18T23:38:14.656Z | Downloaded console v0.15.10 |
593 | 2025-04-18T23:38:14.656Z | Downloaded csv-core v0.1.11 |
594 | 2025-04-18T23:38:14.656Z | Downloaded cancel-safe-futures v0.1.5 |
595 | 2025-04-18T23:38:14.656Z | Downloaded cookie_store v0.21.1 |
596 | 2025-04-18T23:38:14.683Z | Downloaded bzip2 v0.4.4 |
597 | 2025-04-18T23:38:14.683Z | Downloaded number_prefix v0.4.0 |
598 | 2025-04-18T23:38:14.683Z | Downloaded num_threads v0.1.7 |
599 | 2025-04-18T23:38:14.683Z | Downloaded newline-converter v0.3.0 |
600 | 2025-04-18T23:38:14.683Z | Downloaded crc32fast v1.4.2 |
601 | 2025-04-18T23:38:14.683Z | Downloaded colored v2.2.0 |
602 | 2025-04-18T23:38:14.683Z | Downloaded phf_shared v0.10.0 |
603 | 2025-04-18T23:38:14.683Z | Downloaded peg-runtime v0.8.5 |
604 | 2025-04-18T23:38:14.683Z | Downloaded humantime v2.1.0 |
605 | 2025-04-18T23:38:14.683Z | Downloaded jobserver v0.1.32 |
606 | 2025-04-18T23:38:14.683Z | Downloaded path-slash v0.1.5 |
607 | 2025-04-18T23:38:14.683Z | Downloaded parse-size v1.1.0 |
608 | 2025-04-18T23:38:14.683Z | Downloaded new_debug_unreachable v1.0.6 |
609 | 2025-04-18T23:38:14.709Z | Downloaded keccak v0.1.5 |
610 | 2025-04-18T23:38:14.709Z | Downloaded maplit v1.0.2 |
611 | 2025-04-18T23:38:14.709Z | Downloaded async-trait v0.1.88 |
612 | 2025-04-18T23:38:14.709Z | Downloaded lockfree-object-pool v0.1.6 |
613 | 2025-04-18T23:38:14.709Z | Downloaded crossbeam-utils v0.8.20 |
614 | 2025-04-18T23:38:14.709Z | Downloaded nanorand v0.7.0 |
615 | 2025-04-18T23:38:14.710Z | Downloaded rustfmt-wrapper v0.2.1 |
616 | 2025-04-18T23:38:14.710Z | Downloaded blake2 v0.10.6 |
617 | 2025-04-18T23:38:14.710Z | Downloaded base64 v0.13.1 |
618 | 2025-04-18T23:38:14.735Z | Downloaded phf_shared v0.11.2 |
619 | 2025-04-18T23:38:14.735Z | Downloaded phf_generator v0.11.2 |
620 | 2025-04-18T23:38:14.735Z | Downloaded polyval v0.6.2 |
621 | 2025-04-18T23:38:14.736Z | Downloaded proc-macro-error2 v2.0.1 |
622 | 2025-04-18T23:38:14.736Z | Downloaded take_mut v0.2.2 |
623 | 2025-04-18T23:38:14.736Z | Downloaded rand_xorshift v0.3.0 |
624 | 2025-04-18T23:38:14.736Z | Downloaded progenitor v0.8.0 |
625 | 2025-04-18T23:38:14.736Z | Downloaded proc-macro-error-attr2 v2.0.0 |
626 | 2025-04-18T23:38:14.736Z | Downloaded clang-sys v1.8.1 |
627 | 2025-04-18T23:38:14.736Z | Downloaded cookie v0.18.1 |
628 | 2025-04-18T23:38:14.762Z | Downloaded crc-any v2.5.0 |
629 | 2025-04-18T23:38:14.762Z | Downloaded tinyvec_macros v0.1.1 |
630 | 2025-04-18T23:38:14.762Z | Downloaded multer v3.1.0 |
631 | 2025-04-18T23:38:14.762Z | Downloaded try-lock v0.2.5 |
632 | 2025-04-18T23:38:14.762Z | Downloaded want v0.3.1 |
633 | 2025-04-18T23:38:14.787Z | Downloaded waitgroup v0.1.2 |
634 | 2025-04-18T23:38:14.787Z | Downloaded slog-dtrace v0.3.0 |
635 | 2025-04-18T23:38:14.787Z | Downloaded tap v1.0.1 |
636 | 2025-04-18T23:38:14.787Z | Downloaded tabwriter v1.4.0 |
637 | 2025-04-18T23:38:14.787Z | Downloaded rustc-demangle v0.1.24 |
638 | 2025-04-18T23:38:14.787Z | Downloaded headers v0.4.0 |
639 | 2025-04-18T23:38:14.787Z | Downloaded zone_cfg_derive v0.1.2 |
640 | 2025-04-18T23:38:14.813Z | Downloaded downcast v0.11.0 |
641 | 2025-04-18T23:38:14.813Z | Downloaded const_format v0.2.34 |
642 | 2025-04-18T23:38:14.813Z | Downloaded foreign-types-shared v0.3.1 |
643 | 2025-04-18T23:38:14.813Z | Downloaded form_urlencoded v1.2.1 |
644 | 2025-04-18T23:38:14.813Z | Downloaded walkdir v2.5.0 |
645 | 2025-04-18T23:38:14.813Z | Downloaded is_ci v1.2.0 |
646 | 2025-04-18T23:38:14.813Z | Downloaded ident_case v1.0.1 |
647 | 2025-04-18T23:38:14.813Z | Downloaded icu_provider_macros v1.5.0 |
648 | 2025-04-18T23:38:14.813Z | Downloaded bumpalo v3.16.0 |
649 | 2025-04-18T23:38:14.839Z | Downloaded zone v0.3.0 |
650 | 2025-04-18T23:38:14.839Z | Downloaded dirs-next v2.0.0 |
651 | 2025-04-18T23:38:14.839Z | Downloaded icu_locid_transform_data v1.5.0 |
652 | 2025-04-18T23:38:14.839Z | Downloaded openssl-probe v0.1.5 |
653 | 2025-04-18T23:38:14.839Z | Downloaded serde_urlencoded v0.7.1 |
654 | 2025-04-18T23:38:14.839Z | Downloaded tower-layer v0.3.3 |
655 | 2025-04-18T23:38:14.839Z | Downloaded md5 v0.7.0 |
656 | 2025-04-18T23:38:14.839Z | Downloaded normalize-line-endings v0.3.0 |
657 | 2025-04-18T23:38:14.865Z | Downloaded opaque-debug v0.3.1 |
658 | 2025-04-18T23:38:14.865Z | Downloaded hickory-resolver v0.24.4 |
659 | 2025-04-18T23:38:14.865Z | Downloaded oso-derive v0.27.3 |
660 | 2025-04-18T23:38:14.865Z | Downloaded hyper-tls v0.6.0 |
661 | 2025-04-18T23:38:14.865Z | Downloaded is-terminal v0.4.13 |
662 | 2025-04-18T23:38:14.865Z | Downloaded signal-hook-tokio v0.3.1 |
663 | 2025-04-18T23:38:14.865Z | Downloaded stable_deref_trait v1.2.0 |
664 | 2025-04-18T23:38:14.865Z | Downloaded unicode-truncate v1.1.0 |
665 | 2025-04-18T23:38:14.891Z | Downloaded nodrop v0.1.14 |
666 | 2025-04-18T23:38:14.891Z | Downloaded diesel_table_macro_syntax v0.2.0 |
667 | 2025-04-18T23:38:14.891Z | Downloaded difflib v0.4.0 |
668 | 2025-04-18T23:38:14.891Z | Downloaded fxhash v0.2.1 |
669 | 2025-04-18T23:38:14.891Z | Downloaded packed_struct v0.10.1 |
670 | 2025-04-18T23:38:14.891Z | Downloaded pretty-hex v0.2.1 |
671 | 2025-04-18T23:38:14.919Z | Downloaded serde-big-array v0.5.1 |
672 | 2025-04-18T23:38:14.919Z | Downloaded hex-literal v0.4.1 |
673 | 2025-04-18T23:38:14.919Z | Downloaded parking_lot_core v0.9.10 |
674 | 2025-04-18T23:38:14.920Z | Downloaded rustc_version v0.1.7 |
675 | 2025-04-18T23:38:14.920Z | Downloaded debug-ignore v1.0.5 |
676 | 2025-04-18T23:38:14.949Z | Downloaded serde_plain v1.0.2 |
677 | 2025-04-18T23:38:14.949Z | Downloaded derive_builder v0.20.2 |
678 | 2025-04-18T23:38:14.949Z | Downloaded hubpack_derive v0.1.1 |
679 | 2025-04-18T23:38:14.949Z | Downloaded progenitor-client v0.9.1 |
680 | 2025-04-18T23:38:14.949Z | Downloaded http-body v1.0.1 |
681 | 2025-04-18T23:38:14.975Z | Downloaded funty v2.0.0 |
682 | 2025-04-18T23:38:14.975Z | Downloaded ed25519-dalek v2.1.1 |
683 | 2025-04-18T23:38:14.975Z | Downloaded sqlparser_derive v0.2.2 |
684 | 2025-04-18T23:38:14.975Z | Downloaded unarray v0.1.4 |
685 | 2025-04-18T23:38:14.975Z | Downloaded foreign-types v0.5.0 |
686 | 2025-04-18T23:38:14.975Z | Downloaded stringprep v0.1.5 |
687 | 2025-04-18T23:38:14.975Z | Downloaded rustc_version v0.4.1 |
688 | 2025-04-18T23:38:14.975Z | Downloaded rustls-pemfile v1.0.4 |
689 | 2025-04-18T23:38:15.002Z | Downloaded diff v0.1.13 |
690 | 2025-04-18T23:38:15.002Z | Downloaded headers-core v0.3.0 |
691 | 2025-04-18T23:38:15.002Z | Downloaded scheduled-thread-pool v0.2.7 |
692 | 2025-04-18T23:38:15.028Z | Downloaded dyn-clone v1.0.19 |
693 | 2025-04-18T23:38:15.028Z | Downloaded zerofrom v0.1.4 |
694 | 2025-04-18T23:38:15.028Z | Downloaded tokio-tungstenite v0.23.1 |
695 | 2025-04-18T23:38:15.028Z | Downloaded time-core v0.1.2 |
696 | 2025-04-18T23:38:15.028Z | Downloaded defmt-parser v0.3.4 |
697 | 2025-04-18T23:38:15.028Z | Downloaded derive_builder_macro v0.20.2 |
698 | 2025-04-18T23:38:15.028Z | Downloaded powerfmt v0.2.0 |
699 | 2025-04-18T23:38:15.053Z | Downloaded rand_chacha v0.9.0 |
700 | 2025-04-18T23:38:15.053Z | Downloaded rand_core v0.6.4 |
701 | 2025-04-18T23:38:15.053Z | Downloaded slab v0.4.9 |
702 | 2025-04-18T23:38:15.053Z | Downloaded thread_local v1.1.8 |
703 | 2025-04-18T23:38:15.053Z | Downloaded vte_generate_state_changes v0.1.2 |
704 | 2025-04-18T23:38:15.053Z | Downloaded ppv-lite86 v0.2.20 |
705 | 2025-04-18T23:38:15.053Z | Downloaded pkcs8 v0.10.2 |
706 | 2025-04-18T23:38:15.079Z | Downloaded pkg-config v0.3.31 |
707 | 2025-04-18T23:38:15.079Z | Downloaded wyz v0.5.1 |
708 | 2025-04-18T23:38:15.079Z | Downloaded scopeguard v1.2.0 |
709 | 2025-04-18T23:38:15.079Z | Downloaded which v4.4.2 |
710 | 2025-04-18T23:38:15.079Z | Downloaded phf_codegen v0.11.2 |
711 | 2025-04-18T23:38:15.079Z | Downloaded yoke v0.7.4 |
712 | 2025-04-18T23:38:15.079Z | Downloaded signature v2.2.0 |
713 | 2025-04-18T23:38:15.079Z | Downloaded rfc6979 v0.4.0 |
714 | 2025-04-18T23:38:15.106Z | Downloaded tower-service v0.3.3 |
715 | 2025-04-18T23:38:15.106Z | Downloaded slog-scope v4.4.0 |
716 | 2025-04-18T23:38:15.106Z | Downloaded slog-async v2.8.0 |
717 | 2025-04-18T23:38:15.106Z | Downloaded strum v0.26.3 |
718 | 2025-04-18T23:38:15.106Z | Downloaded pbkdf2 v0.11.0 |
719 | 2025-04-18T23:38:15.106Z | Downloaded displaydoc v0.2.5 |
720 | 2025-04-18T23:38:15.106Z | Downloaded peg-macros v0.8.5 |
721 | 2025-04-18T23:38:15.106Z | Downloaded endian-type v0.1.2 |
722 | 2025-04-18T23:38:15.106Z | Downloaded resolv-conf v0.7.0 |
723 | 2025-04-18T23:38:15.132Z | Downloaded slog-stdlog v4.1.1 |
724 | 2025-04-18T23:38:15.132Z | Downloaded utf-8 v0.7.6 |
725 | 2025-04-18T23:38:15.132Z | Downloaded ed25519 v2.2.3 |
726 | 2025-04-18T23:38:15.132Z | Downloaded ff v0.13.0 |
727 | 2025-04-18T23:38:15.132Z | Downloaded rand_core v0.9.2 |
728 | 2025-04-18T23:38:15.132Z | Downloaded radium v0.7.0 |
729 | 2025-04-18T23:38:15.132Z | Downloaded pbkdf2 v0.12.2 |
730 | 2025-04-18T23:38:15.132Z | Downloaded whoami v1.5.2 |
731 | 2025-04-18T23:38:15.158Z | Downloaded ecdsa v0.16.9 |
732 | 2025-04-18T23:38:15.158Z | Downloaded env_logger v0.10.2 |
733 | 2025-04-18T23:38:15.158Z | Downloaded socket2 v0.5.8 |
734 | 2025-04-18T23:38:15.158Z | Downloaded unicode-normalization v0.1.24 |
735 | 2025-04-18T23:38:15.158Z | Downloaded peg v0.8.5 |
736 | 2025-04-18T23:38:15.158Z | Downloaded derive_more v0.99.19 |
737 | 2025-04-18T23:38:15.184Z | Downloaded url v2.5.3 |
738 | 2025-04-18T23:38:15.184Z | Downloaded qorb v0.2.1 |
739 | 2025-04-18T23:38:15.184Z | Downloaded typed-path v0.9.3 |
740 | 2025-04-18T23:38:15.210Z | Downloaded x509-cert v0.2.5 |
741 | 2025-04-18T23:38:15.210Z | Downloaded publicsuffix v2.3.0 |
742 | 2025-04-18T23:38:15.210Z | Downloaded zerovec v0.10.4 |
743 | 2025-04-18T23:38:15.235Z | Downloaded rustls-webpki v0.102.8 |
744 | 2025-04-18T23:38:15.235Z | Downloaded winnow v0.6.20 |
745 | 2025-04-18T23:38:15.261Z | Downloaded git2 v0.19.0 |
746 | 2025-04-18T23:38:15.262Z | Downloaded quick-xml v0.37.2 |
747 | 2025-04-18T23:38:15.287Z | Downloaded radix_trie v0.2.1 |
748 | 2025-04-18T23:38:15.287Z | Downloaded reqwest v0.12.12 |
749 | 2025-04-18T23:38:15.313Z | Downloaded regex-syntax v0.8.5 |
750 | 2025-04-18T23:38:15.313Z | Downloaded petname v2.0.2 |
751 | 2025-04-18T23:38:15.313Z | Downloaded regex v1.11.1 |
752 | 2025-04-18T23:38:15.342Z | Downloaded gimli v0.31.1 |
753 | 2025-04-18T23:38:15.342Z | Downloaded polar-core v0.27.3 |
754 | 2025-04-18T23:38:15.369Z | Downloaded rustls v0.23.19 |
755 | 2025-04-18T23:38:15.369Z | Downloaded dropshot v0.16.0 |
756 | 2025-04-18T23:38:15.412Z | Downloaded curve25519-dalek v4.1.3 |
757 | 2025-04-18T23:38:15.412Z | Downloaded openapiv3 v2.0.0 |
758 | 2025-04-18T23:38:15.438Z | Downloaded vcpkg v0.2.15 |
759 | 2025-04-18T23:38:15.465Z | Downloaded diesel v2.2.8 |
760 | 2025-04-18T23:38:15.491Z | Downloaded typify-impl v0.3.0 |
761 | 2025-04-18T23:38:15.517Z | Downloaded sled v0.34.7 |
762 | 2025-04-18T23:38:15.543Z | Downloaded typify-impl v0.2.0 |
763 | 2025-04-18T23:38:15.543Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
764 | 2025-04-18T23:38:15.570Z | Downloaded zerocopy-derive v0.6.6 |
765 | 2025-04-18T23:38:15.570Z | Downloaded rustls v0.22.4 |
766 | 2025-04-18T23:38:15.595Z | Downloaded hickory-proto v0.24.4 |
767 | 2025-04-18T23:38:15.621Z | Downloaded ratatui v0.29.0 |
768 | 2025-04-18T23:38:15.646Z | Downloaded nix v0.29.0 |
769 | 2025-04-18T23:38:15.646Z | Downloaded dropshot v0.12.0 |
770 | 2025-04-18T23:38:15.672Z | Downloaded smoltcp v0.11.0 |
771 | 2025-04-18T23:38:15.698Z | Downloaded regex-automata v0.4.8 |
772 | 2025-04-18T23:38:15.723Z | Downloaded lzma-sys v0.1.20 |
773 | 2025-04-18T23:38:15.749Z | Downloaded rustls v0.21.12 |
774 | 2025-04-18T23:38:15.774Z | Downloaded petgraph v0.6.5 |
775 | 2025-04-18T23:38:15.800Z | Downloaded regress v0.10.3 |
776 | 2025-04-18T23:38:15.800Z | Downloaded libz-sys v1.1.20 |
777 | 2025-04-18T23:38:15.825Z | Downloaded chrono-tz v0.10.1 |
778 | 2025-04-18T23:38:15.825Z | Downloaded sha3 v0.10.8 |
779 | 2025-04-18T23:38:15.851Z | Downloaded tokio v1.43.0 |
780 | 2025-04-18T23:38:15.877Z | Downloaded petgraph v0.7.1 |
781 | 2025-04-18T23:38:15.903Z | Downloaded csv v1.3.1 |
782 | 2025-04-18T23:38:15.928Z | Downloaded bstr v1.10.0 |
783 | 2025-04-18T23:38:15.953Z | Downloaded quinn-proto v0.11.8 |
784 | 2025-04-18T23:38:15.954Z | Downloaded nix v0.28.0 |
785 | 2025-04-18T23:38:15.981Z | Downloaded smoltcp v0.9.1 |
786 | 2025-04-18T23:38:15.981Z | Downloaded object v0.36.5 |
787 | 2025-04-18T23:38:16.006Z | Downloaded unicode-width v0.2.0 |
788 | 2025-04-18T23:38:16.006Z | Downloaded openssl v0.10.71 |
789 | 2025-04-18T23:38:16.006Z | Downloaded regex-syntax v0.6.29 |
790 | 2025-04-18T23:38:16.033Z | Downloaded winnow v0.5.40 |
791 | 2025-04-18T23:38:16.033Z | Downloaded h2 v0.4.6 |
792 | 2025-04-18T23:38:16.033Z | Downloaded sqlparser v0.45.0 |
793 | 2025-04-18T23:38:16.058Z | Downloaded zerocopy v0.8.10 |
794 | 2025-04-18T23:38:16.084Z | Downloaded webpki-roots v0.26.6 |
795 | 2025-04-18T23:38:16.084Z | Downloaded nix v0.27.1 |
796 | 2025-04-18T23:38:16.084Z | Downloaded rayon v1.10.0 |
797 | 2025-04-18T23:38:16.110Z | Downloaded icu_properties_data v1.5.0 |
798 | 2025-04-18T23:38:16.110Z | Downloaded object v0.30.4 |
799 | 2025-04-18T23:38:16.135Z | Downloaded lalrpop v0.19.12 |
800 | 2025-04-18T23:38:16.135Z | Downloaded bindgen v0.71.1 |
801 | 2025-04-18T23:38:16.161Z | Downloaded tabled v0.18.0 |
802 | 2025-04-18T23:38:16.161Z | Downloaded time v0.3.36 |
803 | 2025-04-18T23:38:16.186Z | Downloaded salty v0.3.0 |
804 | 2025-04-18T23:38:16.186Z | Downloaded proptest v1.6.0 |
805 | 2025-04-18T23:38:16.186Z | Downloaded hyper v1.6.0 |
806 | 2025-04-18T23:38:16.219Z | Downloaded tracing v0.1.40 |
807 | 2025-04-18T23:38:16.219Z | Downloaded russh v0.45.0 |
808 | 2025-04-18T23:38:16.219Z | Downloaded encoding_rs v0.8.34 |
809 | 2025-04-18T23:38:16.246Z | Downloaded futures-util v0.3.31 |
810 | 2025-04-18T23:38:16.246Z | Downloaded p384 v0.13.0 |
811 | 2025-04-18T23:38:16.272Z | Downloaded fatfs v0.3.6 |
812 | 2025-04-18T23:38:16.272Z | Downloaded uuid v1.15.1 |
813 | 2025-04-18T23:38:16.272Z | Downloaded rustls-webpki v0.101.7 |
814 | 2025-04-18T23:38:16.272Z | Downloaded serde_with v3.12.0 |
815 | 2025-04-18T23:38:16.298Z | Downloaded rand v0.8.5 |
816 | 2025-04-18T23:38:16.298Z | Downloaded hkdf v0.12.4 |
817 | 2025-04-18T23:38:16.298Z | Downloaded futures v0.3.31 |
818 | 2025-04-18T23:38:16.298Z | Downloaded ring v0.17.11 |
819 | 2025-04-18T23:38:16.344Z | Downloaded itertools v0.14.0 |
820 | 2025-04-18T23:38:16.370Z | Downloaded slog v2.7.0 |
821 | 2025-04-18T23:38:16.400Z | Downloaded value-bag v1.9.0 |
822 | 2025-04-18T23:38:16.400Z | Downloaded der v0.7.9 |
823 | 2025-04-18T23:38:16.400Z | Downloaded yansi v1.0.1 |
824 | 2025-04-18T23:38:16.400Z | Downloaded fallible-iterator v0.2.0 |
825 | 2025-04-18T23:38:16.400Z | Downloaded enum-as-inner v0.6.1 |
826 | 2025-04-18T23:38:16.400Z | Downloaded ron v0.8.1 |
827 | 2025-04-18T23:38:16.426Z | Downloaded http v1.2.0 |
828 | 2025-04-18T23:38:16.426Z | Downloaded quick-error v1.2.3 |
829 | 2025-04-18T23:38:16.426Z | Downloaded percent-encoding v2.3.1 |
830 | 2025-04-18T23:38:16.426Z | Downloaded des v0.8.1 |
831 | 2025-04-18T23:38:16.426Z | Downloaded hickory-server v0.24.4 |
832 | 2025-04-18T23:38:16.452Z | Downloaded hashbrown v0.13.2 |
833 | 2025-04-18T23:38:16.452Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
834 | 2025-04-18T23:38:16.525Z | Downloaded chrono v0.4.40 |
835 | 2025-04-18T23:38:16.551Z | Downloaded env_logger v0.11.5 |
836 | 2025-04-18T23:38:16.551Z | Downloaded env_filter v0.1.2 |
837 | 2025-04-18T23:38:16.551Z | Downloaded phf v0.11.2 |
838 | 2025-04-18T23:38:16.577Z | Downloaded fd-lock v4.0.2 |
839 | 2025-04-18T23:38:16.577Z | Downloaded poly1305 v0.8.0 |
840 | 2025-04-18T23:38:16.577Z | Downloaded vte v0.11.1 |
841 | 2025-04-18T23:38:16.578Z | Downloaded sct v0.7.1 |
842 | 2025-04-18T23:38:16.578Z | Downloaded ron v0.7.1 |
843 | 2025-04-18T23:38:16.603Z | Downloaded structmeta-derive v0.3.0 |
844 | 2025-04-18T23:38:16.604Z | Downloaded ssh-encoding v0.2.0 |
845 | 2025-04-18T23:38:16.604Z | Downloaded futures-channel v0.3.31 |
846 | 2025-04-18T23:38:16.604Z | Downloaded smf v0.2.3 |
847 | 2025-04-18T23:38:16.604Z | Downloaded smallvec v1.14.0 |
848 | 2025-04-18T23:38:16.604Z | Downloaded rsa v0.9.6 |
849 | 2025-04-18T23:38:16.604Z | Downloaded bindgen v0.69.5 |
850 | 2025-04-18T23:38:16.630Z | Downloaded slog-envlogger v2.2.0 |
851 | 2025-04-18T23:38:16.630Z | Downloaded uzers v0.12.1 |
852 | 2025-04-18T23:38:16.630Z | Downloaded similar v2.7.0 |
853 | 2025-04-18T23:38:16.630Z | Downloaded heapless v0.8.0 |
854 | 2025-04-18T23:38:16.630Z | Downloaded heapless v0.7.17 |
855 | 2025-04-18T23:38:16.630Z | Downloaded ssh-key v0.6.6 |
856 | 2025-04-18T23:38:16.655Z | Downloaded p521 v0.13.3 |
857 | 2025-04-18T23:38:16.655Z | Downloaded time-macros v0.2.18 |
858 | 2025-04-18T23:38:16.655Z | Downloaded r2d2 v0.8.10 |
859 | 2025-04-18T23:38:16.655Z | Downloaded slog-term v2.9.1 |
860 | 2025-04-18T23:38:16.655Z | Downloaded postgres-protocol v0.6.8 |
861 | 2025-04-18T23:38:16.655Z | Downloaded toml_edit v0.19.15 |
862 | 2025-04-18T23:38:16.681Z | Downloaded rand_seeder v0.3.0 |
863 | 2025-04-18T23:38:16.681Z | Downloaded termios v0.3.3 |
864 | 2025-04-18T23:38:16.681Z | Downloaded termcolor v1.4.1 |
865 | 2025-04-18T23:38:16.681Z | Downloaded strum_macros v0.24.3 |
866 | 2025-04-18T23:38:16.681Z | Downloaded quinn-udp v0.5.5 |
867 | 2025-04-18T23:38:16.681Z | Downloaded pem-rfc7468 v0.7.0 |
868 | 2025-04-18T23:38:16.681Z | Downloaded postgres-types v0.2.9 |
869 | 2025-04-18T23:38:16.706Z | Downloaded itertools v0.13.0 |
870 | 2025-04-18T23:38:16.706Z | Downloaded bitvec v1.0.1 |
871 | 2025-04-18T23:38:16.706Z | Downloaded display-error-chain v0.2.2 |
872 | 2025-04-18T23:38:16.732Z | Downloaded ssh-cipher v0.2.0 |
873 | 2025-04-18T23:38:16.732Z | Downloaded vsss-rs v3.3.4 |
874 | 2025-04-18T23:38:16.732Z | Downloaded scrypt v0.11.0 |
875 | 2025-04-18T23:38:16.732Z | Downloaded getrandom v0.2.15 |
876 | 2025-04-18T23:38:16.732Z | Downloaded expectorate v1.1.0 |
877 | 2025-04-18T23:38:16.732Z | Downloaded futures-executor v0.3.31 |
878 | 2025-04-18T23:38:16.732Z | Downloaded derive-where v1.2.7 |
879 | 2025-04-18T23:38:16.732Z | Downloaded tough v0.19.0 |
880 | 2025-04-18T23:38:16.758Z | Downloaded futures-io v0.3.31 |
881 | 2025-04-18T23:38:16.758Z | Downloaded futures-core v0.3.31 |
882 | 2025-04-18T23:38:16.758Z | Downloaded float-cmp v0.10.0 |
883 | 2025-04-18T23:38:16.758Z | Downloaded smallvec v0.6.14 |
884 | 2025-04-18T23:38:16.758Z | Downloaded pkcs5 v0.7.1 |
885 | 2025-04-18T23:38:16.758Z | Downloaded unsafe-libyaml v0.2.11 |
886 | 2025-04-18T23:38:16.758Z | Downloaded test-strategy v0.4.0 |
887 | 2025-04-18T23:38:16.783Z | Downloaded half v2.4.1 |
888 | 2025-04-18T23:38:16.783Z | Downloaded pkcs1 v0.7.5 |
889 | 2025-04-18T23:38:16.783Z | Downloaded slog-json v2.6.1 |
890 | 2025-04-18T23:38:16.784Z | Downloaded utf8_iter v1.0.4 |
891 | 2025-04-18T23:38:16.784Z | Downloaded termtree v0.4.1 |
892 | 2025-04-18T23:38:16.784Z | Downloaded utf16_iter v1.0.5 |
893 | 2025-04-18T23:38:16.784Z | Downloaded dropshot_endpoint v0.16.0 |
894 | 2025-04-18T23:38:16.784Z | Downloaded dropshot_endpoint v0.12.0 |
895 | 2025-04-18T23:38:16.784Z | Downloaded flume v0.11.1 |
896 | 2025-04-18T23:38:16.784Z | Downloaded flate2 v1.1.0 |
897 | 2025-04-18T23:38:16.809Z | Downloaded zopfli v0.8.1 |
898 | 2025-04-18T23:38:16.809Z | Downloaded rcgen v0.12.1 |
899 | 2025-04-18T23:38:16.809Z | Downloaded idna v1.0.3 |
900 | 2025-04-18T23:38:16.809Z | Downloaded portable-atomic v1.9.0 |
901 | 2025-04-18T23:38:16.810Z | Downloaded aws-lc-rs v1.12.4 |
902 | 2025-04-18T23:38:16.835Z | Downloaded schemars_derive v0.8.22 |
903 | 2025-04-18T23:38:16.835Z | Downloaded yasna v0.5.2 |
904 | 2025-04-18T23:38:16.835Z | Downloaded pretty_assertions v1.4.1 |
905 | 2025-04-18T23:38:16.835Z | Downloaded unicode_categories v0.1.1 |
906 | 2025-04-18T23:38:16.835Z | Downloaded hashbrown v0.12.3 |
907 | 2025-04-18T23:38:16.835Z | Downloaded termtree v0.5.1 |
908 | 2025-04-18T23:38:16.835Z | Downloaded typify v0.3.0 |
909 | 2025-04-18T23:38:16.835Z | Downloaded schemars v0.8.22 |
910 | 2025-04-18T23:38:16.861Z | Downloaded russh-keys v0.45.0 |
911 | 2025-04-18T23:38:16.861Z | Downloaded globset v0.4.15 |
912 | 2025-04-18T23:38:16.861Z | Downloaded glob v0.3.2 |
913 | 2025-04-18T23:38:16.861Z | Downloaded tokio-postgres v0.7.13 |
914 | 2025-04-18T23:38:16.861Z | Downloaded steno v0.4.1 |
915 | 2025-04-18T23:38:16.886Z | Downloaded itertools v0.12.1 |
916 | 2025-04-18T23:38:16.886Z | Downloaded itertools v0.10.5 |
917 | 2025-04-18T23:38:16.886Z | Downloaded thiserror-no-std v2.0.2 |
918 | 2025-04-18T23:38:16.886Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2025-04-18T23:38:16.912Z | Downloaded nom v7.1.3 |
920 | 2025-04-18T23:38:16.912Z | Downloaded libxml v0.3.3 |
921 | 2025-04-18T23:38:16.912Z | Downloaded rustls-pki-types v1.10.0 |
922 | 2025-04-18T23:38:16.912Z | Downloaded unicode-segmentation v1.12.0 |
923 | 2025-04-18T23:38:16.912Z | Downloaded defmt-macros v0.3.9 |
924 | 2025-04-18T23:38:16.912Z | Downloaded rayon-core v1.12.1 |
925 | 2025-04-18T23:38:16.938Z | Downloaded tokio-util v0.7.13 |
926 | 2025-04-18T23:38:16.938Z | Downloaded zeroize_derive v1.4.2 |
927 | 2025-04-18T23:38:16.938Z | Downloaded zeroize v1.8.1 |
928 | 2025-04-18T23:38:16.938Z | Downloaded writeable v0.5.5 |
929 | 2025-04-18T23:38:16.938Z | Downloaded typify v0.2.0 |
930 | 2025-04-18T23:38:16.938Z | Downloaded tokio-rustls v0.25.0 |
931 | 2025-04-18T23:38:16.938Z | Downloaded tokio-rustls v0.24.1 |
932 | 2025-04-18T23:38:16.938Z | Downloaded samael v0.0.18 |
933 | 2025-04-18T23:38:16.964Z | Downloaded prettyplease v0.2.30 |
934 | 2025-04-18T23:38:16.964Z | Downloaded siphasher v0.3.11 |
935 | 2025-04-18T23:38:16.964Z | Downloaded simd-adler32 v0.3.7 |
936 | 2025-04-18T23:38:16.964Z | Downloaded rand_chacha v0.3.1 |
937 | 2025-04-18T23:38:16.964Z | Downloaded tracing-attributes v0.1.27 |
938 | 2025-04-18T23:38:16.964Z | Downloaded toml v0.7.8 |
939 | 2025-04-18T23:38:16.964Z | Downloaded spin v0.9.8 |
940 | 2025-04-18T23:38:16.964Z | Downloaded blake3 v1.5.4 |
941 | 2025-04-18T23:38:16.990Z | Downloaded highway v1.3.0 |
942 | 2025-04-18T23:38:16.990Z | Downloaded parse-zoneinfo v0.3.1 |
943 | 2025-04-18T23:38:16.990Z | Downloaded zerocopy-derive v0.8.10 |
944 | 2025-04-18T23:38:16.990Z | Downloaded paste v1.0.15 |
945 | 2025-04-18T23:38:17.016Z | Downloaded group v0.13.0 |
946 | 2025-04-18T23:38:17.016Z | Downloaded tinyvec v1.8.0 |
947 | 2025-04-18T23:38:17.016Z | Downloaded write16 v1.0.0 |
948 | 2025-04-18T23:38:17.016Z | Downloaded sigpipe v0.1.3 |
949 | 2025-04-18T23:38:17.016Z | Downloaded reedline v0.38.0 |
950 | 2025-04-18T23:38:17.016Z | Downloaded home v0.5.9 |
951 | 2025-04-18T23:38:17.016Z | Downloaded dsl_auto_type v0.1.2 |
952 | 2025-04-18T23:38:17.016Z | Downloaded document-features v0.2.10 |
953 | 2025-04-18T23:38:17.041Z | Downloaded der_derive v0.7.3 |
954 | 2025-04-18T23:38:17.041Z | Downloaded progenitor-impl v0.8.0 |
955 | 2025-04-18T23:38:17.041Z | Downloaded httparse v1.9.5 |
956 | 2025-04-18T23:38:17.042Z | Downloaded futures-sink v0.3.31 |
957 | 2025-04-18T23:38:17.042Z | Downloaded futures-macro v0.3.31 |
958 | 2025-04-18T23:38:17.042Z | Downloaded thiserror-impl-no-std v2.0.2 |
959 | 2025-04-18T23:38:17.042Z | Downloaded same-file v1.0.6 |
960 | 2025-04-18T23:38:17.042Z | Downloaded rustc-hash v1.1.0 |
961 | 2025-04-18T23:38:17.042Z | Downloaded rtoolbox v0.0.2 |
962 | 2025-04-18T23:38:17.042Z | Downloaded rpassword v7.3.1 |
963 | 2025-04-18T23:38:17.042Z | Downloaded tiny-keccak v2.0.2 |
964 | 2025-04-18T23:38:17.042Z | Downloaded tower v0.5.2 |
965 | 2025-04-18T23:38:17.067Z | Downloaded tokio-tungstenite v0.21.0 |
966 | 2025-04-18T23:38:17.067Z | Downloaded tokio-stream v0.1.17 |
967 | 2025-04-18T23:38:17.067Z | Downloaded tokio-rustls v0.26.0 |
968 | 2025-04-18T23:38:17.067Z | Downloaded diesel_derives v2.2.3 |
969 | 2025-04-18T23:38:17.067Z | Downloaded yoke-derive v0.7.4 |
970 | 2025-04-18T23:38:17.067Z | Downloaded heck v0.3.3 |
971 | 2025-04-18T23:38:17.067Z | Downloaded tinystr v0.7.6 |
972 | 2025-04-18T23:38:17.093Z | Downloaded spki v0.7.3 |
973 | 2025-04-18T23:38:17.093Z | Downloaded num-bigint v0.4.6 |
974 | 2025-04-18T23:38:17.093Z | Downloaded mio v1.0.2 |
975 | 2025-04-18T23:38:17.119Z | Downloaded minimal-lexical v0.2.1 |
976 | 2025-04-18T23:38:17.119Z | Downloaded zip v2.1.3 |
977 | 2025-04-18T23:38:17.119Z | Downloaded aho-corasick v1.1.3 |
978 | 2025-04-18T23:38:17.145Z | Downloaded dunce v1.0.5 |
979 | 2025-04-18T23:38:17.145Z | Downloaded deranged v0.3.11 |
980 | 2025-04-18T23:38:17.145Z | Downloaded sqlformat v0.2.6 |
981 | 2025-04-18T23:38:17.145Z | Downloaded rustc-hash v2.1.1 |
982 | 2025-04-18T23:38:17.145Z | Downloaded password-hash v0.5.0 |
983 | 2025-04-18T23:38:17.172Z | Downloaded password-hash v0.4.2 |
984 | 2025-04-18T23:38:17.172Z | Downloaded litrs v0.4.1 |
985 | 2025-04-18T23:38:17.172Z | Downloaded russh-cryptovec v0.7.3 |
986 | 2025-04-18T23:38:17.172Z | Downloaded hostname v0.4.0 |
987 | 2025-04-18T23:38:17.172Z | Downloaded toolchain_find v0.4.0 |
988 | 2025-04-18T23:38:17.172Z | Downloaded pin-project v1.1.6 |
989 | 2025-04-18T23:38:17.197Z | Downloaded hyper-rustls v0.27.3 |
990 | 2025-04-18T23:38:17.197Z | Downloaded topological-sort v0.2.2 |
991 | 2025-04-18T23:38:17.197Z | Downloaded http-body-util v0.1.2 |
992 | 2025-04-18T23:38:17.197Z | Downloaded fs_extra v1.3.0 |
993 | 2025-04-18T23:38:17.197Z | Downloaded float-ord v0.3.2 |
994 | 2025-04-18T23:38:17.197Z | Downloaded rustls-pemfile v2.2.0 |
995 | 2025-04-18T23:38:17.198Z | Downloaded hickory-client v0.24.4 |
996 | 2025-04-18T23:38:17.198Z | Downloaded unicode-bidi v0.3.17 |
997 | 2025-04-18T23:38:17.198Z | Downloaded openssl-sys v0.9.106 |
998 | 2025-04-18T23:38:17.223Z | Downloaded rustyline v14.0.0 |
999 | 2025-04-18T23:38:17.223Z | Downloaded darling_core v0.20.10 |
1000 | 2025-04-18T23:38:17.223Z | Downloaded unicode-properties v0.1.3 |
1001 | 2025-04-18T23:38:17.223Z | Downloaded miniz_oxide v0.8.5 |
1002 | 2025-04-18T23:38:17.223Z | Downloaded icu_collections v1.5.0 |
1003 | 2025-04-18T23:38:17.249Z | Downloaded progenitor v0.9.1 |
1004 | 2025-04-18T23:38:17.249Z | Downloaded primeorder v0.13.6 |
1005 | 2025-04-18T23:38:17.249Z | Downloaded predicates-core v1.0.8 |
1006 | 2025-04-18T23:38:17.249Z | Downloaded predicates v3.1.3 |
1007 | 2025-04-18T23:38:17.249Z | Downloaded zerovec-derive v0.10.3 |
1008 | 2025-04-18T23:38:17.249Z | Downloaded httpdate v1.0.3 |
1009 | 2025-04-18T23:38:17.249Z | Downloaded curve25519-dalek-derive v0.1.1 |
1010 | 2025-04-18T23:38:17.249Z | Downloaded string_cache v0.8.7 |
1011 | 2025-04-18T23:38:17.249Z | Downloaded progenitor-impl v0.9.1 |
1012 | 2025-04-18T23:38:17.249Z | Downloaded typify-macro v0.3.0 |
1013 | 2025-04-18T23:38:17.249Z | Downloaded typify-macro v0.2.0 |
1014 | 2025-04-18T23:38:17.249Z | Downloaded tar v0.4.44 |
1015 | 2025-04-18T23:38:17.275Z | Downloaded papergrid v0.14.0 |
1016 | 2025-04-18T23:38:17.275Z | Downloaded p256 v0.13.2 |
1017 | 2025-04-18T23:38:17.275Z | Downloaded precomputed-hash v0.1.1 |
1018 | 2025-04-18T23:38:17.275Z | Downloaded tokio-macros v2.5.0 |
1019 | 2025-04-18T23:38:17.275Z | Downloaded static_assertions v1.1.0 |
1020 | 2025-04-18T23:38:17.275Z | Downloaded secrecy v0.8.0 |
1021 | 2025-04-18T23:38:17.275Z | Downloaded sec1 v0.7.3 |
1022 | 2025-04-18T23:38:17.275Z | Downloaded pin-project-internal v1.1.6 |
1023 | 2025-04-18T23:38:17.275Z | Downloaded oso v0.27.3 |
1024 | 2025-04-18T23:38:17.300Z | Downloaded foldhash v0.1.3 |
1025 | 2025-04-18T23:38:17.300Z | Downloaded semver v0.1.20 |
1026 | 2025-04-18T23:38:17.300Z | Downloaded hyper-staticfile v0.10.1 |
1027 | 2025-04-18T23:38:17.300Z | Downloaded fixedbitset v0.5.7 |
1028 | 2025-04-18T23:38:17.300Z | Downloaded pin-project-lite v0.2.14 |
1029 | 2025-04-18T23:38:17.301Z | Downloaded progenitor-client v0.8.0 |
1030 | 2025-04-18T23:38:17.301Z | Downloaded defmt v0.3.8 |
1031 | 2025-04-18T23:38:17.301Z | Downloaded daft v0.1.2 |
1032 | 2025-04-18T23:38:17.301Z | Downloaded universal-hash v0.5.1 |
1033 | 2025-04-18T23:38:17.301Z | Downloaded unicode-xid v0.2.6 |
1034 | 2025-04-18T23:38:17.301Z | Downloaded unicase v2.7.0 |
1035 | 2025-04-18T23:38:17.301Z | Downloaded indicatif v0.17.11 |
1036 | 2025-04-18T23:38:17.326Z | Downloaded icu_properties v1.5.1 |
1037 | 2025-04-18T23:38:17.326Z | Downloaded icu_normalizer_data v1.5.0 |
1038 | 2025-04-18T23:38:17.326Z | Downloaded foreign-types-macros v0.2.3 |
1039 | 2025-04-18T23:38:17.327Z | Downloaded foreign-types v0.3.2 |
1040 | 2025-04-18T23:38:17.327Z | Downloaded data-encoding v2.6.0 |
1041 | 2025-04-18T23:38:17.327Z | Downloaded zone_cfg_derive v0.3.0 |
1042 | 2025-04-18T23:38:17.327Z | Downloaded tokio-native-tls v0.3.1 |
1043 | 2025-04-18T23:38:17.327Z | Downloaded structmeta v0.3.0 |
1044 | 2025-04-18T23:38:17.327Z | Downloaded serde_repr v0.1.19 |
1045 | 2025-04-18T23:38:17.327Z | Downloaded serde-hex v0.1.0 |
1046 | 2025-04-18T23:38:17.327Z | Downloaded ref-cast-impl v1.0.23 |
1047 | 2025-04-18T23:38:17.327Z | Downloaded ref-cast v1.0.23 |
1048 | 2025-04-18T23:38:17.327Z | Downloaded omicron-zone-package v0.12.0 |
1049 | 2025-04-18T23:38:17.327Z | Downloaded num-traits v0.2.19 |
1050 | 2025-04-18T23:38:17.352Z | Downloaded rand v0.9.0 |
1051 | 2025-04-18T23:38:17.352Z | Downloaded libm v0.2.8 |
1052 | 2025-04-18T23:38:17.352Z | Downloaded darling v0.20.10 |
1053 | 2025-04-18T23:38:17.352Z | Downloaded daft-derive v0.1.2 |
1054 | 2025-04-18T23:38:17.352Z | Downloaded subprocess v0.2.9 |
1055 | 2025-04-18T23:38:17.378Z | Downloaded mime_guess v2.0.5 |
1056 | 2025-04-18T23:38:17.378Z | Downloaded indexmap v1.9.3 |
1057 | 2025-04-18T23:38:17.378Z | Downloaded vergen v8.3.2 |
1058 | 2025-04-18T23:38:17.378Z | Downloaded serde_path_to_error v0.1.16 |
1059 | 2025-04-18T23:38:17.378Z | Downloaded darling_macro v0.20.10 |
1060 | 2025-04-18T23:38:17.378Z | Downloaded psl-types v2.0.11 |
1061 | 2025-04-18T23:38:17.378Z | Downloaded progenitor-macro v0.9.1 |
1062 | 2025-04-18T23:38:17.378Z | Downloaded progenitor-macro v0.8.0 |
1063 | 2025-04-18T23:38:17.378Z | Downloaded predicates-tree v1.0.11 |
1064 | 2025-04-18T23:38:17.378Z | Downloaded pin-utils v0.1.0 |
1065 | 2025-04-18T23:38:17.378Z | Downloaded signal-hook v0.3.17 |
1066 | 2025-04-18T23:38:17.378Z | Downloaded icu_normalizer v1.5.0 |
1067 | 2025-04-18T23:38:17.378Z | Downloaded icu_locid v1.5.0 |
1068 | 2025-04-18T23:38:17.404Z | Downloaded elliptic-curve v0.13.8 |
1069 | 2025-04-18T23:38:17.404Z | Downloaded aes-gcm v0.10.3 |
1070 | 2025-04-18T23:38:17.404Z | Downloaded flagset v0.4.6 |
1071 | 2025-04-18T23:38:17.404Z | Downloaded fixedbitset v0.4.2 |
1072 | 2025-04-18T23:38:17.404Z | Downloaded filetime v0.2.25 |
1073 | 2025-04-18T23:38:17.404Z | Downloaded xattr v1.3.1 |
1074 | 2025-04-18T23:38:17.404Z | Downloaded owo-colors v4.2.0 |
1075 | 2025-04-18T23:38:17.404Z | Downloaded num-rational v0.4.2 |
1076 | 2025-04-18T23:38:17.404Z | Downloaded num-integer v0.1.46 |
1077 | 2025-04-18T23:38:17.404Z | Downloaded nibble_vec v0.1.0 |
1078 | 2025-04-18T23:38:17.430Z | Downloaded memmap2 v0.9.5 |
1079 | 2025-04-18T23:38:17.430Z | Downloaded lock_api v0.4.12 |
1080 | 2025-04-18T23:38:17.430Z | Downloaded crossterm v0.28.1 |
1081 | 2025-04-18T23:38:17.430Z | Downloaded gethostname v0.5.0 |
1082 | 2025-04-18T23:38:17.430Z | Downloaded parking_lot_core v0.8.6 |
1083 | 2025-04-18T23:38:17.430Z | Downloaded parking_lot v0.11.2 |
1084 | 2025-04-18T23:38:17.430Z | Downloaded num-complex v0.4.6 |
1085 | 2025-04-18T23:38:17.456Z | Downloaded nu-ansi-term v0.50.1 |
1086 | 2025-04-18T23:38:17.456Z | Downloaded lru v0.12.5 |
1087 | 2025-04-18T23:38:17.456Z | Downloaded litemap v0.7.3 |
1088 | 2025-04-18T23:38:17.456Z | Downloaded libloading v0.8.5 |
1089 | 2025-04-18T23:38:17.456Z | Downloaded zip v0.6.6 |
1090 | 2025-04-18T23:38:17.456Z | Downloaded dirs-sys-next v0.1.2 |
1091 | 2025-04-18T23:38:17.456Z | Downloaded wait-timeout v0.2.0 |
1092 | 2025-04-18T23:38:17.456Z | Downloaded strum_macros v0.26.4 |
1093 | 2025-04-18T23:38:17.456Z | Downloaded icu_locid_transform v1.5.0 |
1094 | 2025-04-18T23:38:17.456Z | Downloaded hmac v0.12.1 |
1095 | 2025-04-18T23:38:17.456Z | Downloaded getrandom v0.3.1 |
1096 | 2025-04-18T23:38:17.481Z | Downloaded term v0.7.0 |
1097 | 2025-04-18T23:38:17.481Z | Downloaded parse-display-derive v0.10.0 |
1098 | 2025-04-18T23:38:17.481Z | Downloaded parse-display v0.10.0 |
1099 | 2025-04-18T23:38:17.481Z | Downloaded oxnet v0.1.1 |
1100 | 2025-04-18T23:38:17.482Z | Downloaded num_enum v0.5.11 |
1101 | 2025-04-18T23:38:17.482Z | Downloaded num-derive v0.4.2 |
1102 | 2025-04-18T23:38:17.482Z | Downloaded ipnet v2.11.0 |
1103 | 2025-04-18T23:38:17.482Z | Downloaded mockall v0.13.1 |
1104 | 2025-04-18T23:38:17.482Z | Downloaded mime v0.3.17 |
1105 | 2025-04-18T23:38:17.482Z | Downloaded managed v0.8.0 |
1106 | 2025-04-18T23:38:17.482Z | Downloaded lru-cache v0.1.2 |
1107 | 2025-04-18T23:38:17.482Z | Downloaded lazycell v1.3.0 |
1108 | 2025-04-18T23:38:17.482Z | Downloaded fragile v2.0.0 |
1109 | 2025-04-18T23:38:17.507Z | Downloaded tungstenite v0.23.0 |
1110 | 2025-04-18T23:38:17.507Z | Downloaded tungstenite v0.21.0 |
1111 | 2025-04-18T23:38:17.507Z | Downloaded aes v0.8.4 |
1112 | 2025-04-18T23:38:17.507Z | Downloaded futures-task v0.3.31 |
1113 | 2025-04-18T23:38:17.507Z | Downloaded subtle v2.6.1 |
1114 | 2025-04-18T23:38:17.507Z | Downloaded num_enum_derive v0.5.11 |
1115 | 2025-04-18T23:38:17.507Z | Downloaded num v0.4.3 |
1116 | 2025-04-18T23:38:17.507Z | Downloaded newtype-uuid v1.2.1 |
1117 | 2025-04-18T23:38:17.507Z | Downloaded linked-hash-map v0.5.6 |
1118 | 2025-04-18T23:38:17.507Z | Downloaded libsw-core v0.3.1 |
1119 | 2025-04-18T23:38:17.507Z | Downloaded tracing-core v0.1.32 |
1120 | 2025-04-18T23:38:17.507Z | Downloaded olpc-cjson v0.1.4 |
1121 | 2025-04-18T23:38:17.533Z | Downloaded num-iter v0.1.45 |
1122 | 2025-04-18T23:38:17.533Z | Downloaded iana-time-zone v0.1.61 |
1123 | 2025-04-18T23:38:17.533Z | Downloaded derive_builder_core v0.20.2 |
1124 | 2025-04-18T23:38:17.533Z | Downloaded packed_struct_codegen v0.10.1 |
1125 | 2025-04-18T23:38:17.533Z | Downloaded memoffset v0.9.1 |
1126 | 2025-04-18T23:38:17.533Z | Downloaded linear-map v1.2.0 |
1127 | 2025-04-18T23:38:17.533Z | Downloaded libefi-sys v0.1.0 |
1128 | 2025-04-18T23:38:17.533Z | Downloaded md-5 v0.10.6 |
1129 | 2025-04-18T23:38:17.533Z | Downloaded lazy_static v1.5.0 |
1130 | 2025-04-18T23:38:17.533Z | Downloaded lalrpop-util v0.19.12 |
1131 | 2025-04-18T23:38:17.533Z | Downloaded instability v0.3.2 |
1132 | 2025-04-18T23:38:17.533Z | Downloaded indoc v2.0.6 |
1133 | 2025-04-18T23:38:17.533Z | Downloaded snafu v0.8.5 |
1134 | 2025-04-18T23:38:17.559Z | Downloaded quinn v0.11.5 |
1135 | 2025-04-18T23:38:17.559Z | Downloaded synstructure v0.13.1 |
1136 | 2025-04-18T23:38:17.559Z | Downloaded supports-color v3.0.2 |
1137 | 2025-04-18T23:38:17.559Z | Downloaded signal-hook-registry v1.4.2 |
1138 | 2025-04-18T23:38:17.559Z | Downloaded signal-hook-mio v0.2.4 |
1139 | 2025-04-18T23:38:17.559Z | Downloaded shlex v1.3.0 |
1140 | 2025-04-18T23:38:17.559Z | Downloaded shell-words v1.1.0 |
1141 | 2025-04-18T23:38:17.559Z | Downloaded ipnetwork v0.21.1 |
1142 | 2025-04-18T23:38:17.559Z | Downloaded inout v0.1.3 |
1143 | 2025-04-18T23:38:17.559Z | Downloaded indoc v1.0.9 |
1144 | 2025-04-18T23:38:17.559Z | Downloaded indent_write v2.2.0 |
1145 | 2025-04-18T23:38:17.559Z | Downloaded serde_yaml v0.9.34+deprecated |
1146 | 2025-04-18T23:38:17.585Z | Downloaded openssl-macros v0.1.1 |
1147 | 2025-04-18T23:38:17.585Z | Downloaded hubpack v0.1.2 |
1148 | 2025-04-18T23:38:17.585Z | Downloaded diesel-dtrace v0.4.2 |
1149 | 2025-04-18T23:38:17.585Z | Downloaded crossbeam-channel v0.5.13 |
1150 | 2025-04-18T23:38:17.585Z | Downloaded cc v1.2.15 |
1151 | 2025-04-18T23:38:17.585Z | Downloaded newtype_derive v0.1.6 |
1152 | 2025-04-18T23:38:17.585Z | Downloaded kstat-rs v0.2.4 |
1153 | 2025-04-18T23:38:17.585Z | Downloaded hash32 v0.3.1 |
1154 | 2025-04-18T23:38:17.585Z | Downloaded hash32 v0.2.1 |
1155 | 2025-04-18T23:38:17.585Z | Downloaded ghash v0.5.1 |
1156 | 2025-04-18T23:38:17.610Z | Downloaded sync_wrapper v1.0.1 |
1157 | 2025-04-18T23:38:17.610Z | Downloaded sync-ptr v0.1.1 |
1158 | 2025-04-18T23:38:17.610Z | Downloaded num-conv v0.1.0 |
1159 | 2025-04-18T23:38:17.610Z | Downloaded base64 v0.21.7 |
1160 | 2025-04-18T23:38:17.610Z | Downloaded ena v0.14.3 |
1161 | 2025-04-18T23:38:17.610Z | Downloaded embedded-io v0.4.0 |
1162 | 2025-04-18T23:38:17.611Z | Downloaded either v1.14.0 |
1163 | 2025-04-18T23:38:17.611Z | Downloaded zerocopy v0.6.6 |
1164 | 2025-04-18T23:38:17.611Z | Downloaded twox-hash v2.1.0 |
1165 | 2025-04-18T23:38:17.611Z | Downloaded ctr v0.9.2 |
1166 | 2025-04-18T23:38:17.611Z | Downloaded crypto-bigint v0.5.5 |
1167 | 2025-04-18T23:38:17.636Z | Downloaded chacha20poly1305 v0.10.1 |
1168 | 2025-04-18T23:38:17.636Z | Downloaded zone v0.1.8 |
1169 | 2025-04-18T23:38:17.636Z | Downloaded zerofrom-derive v0.1.4 |
1170 | 2025-04-18T23:38:17.636Z | Downloaded xz2 v0.1.7 |
1171 | 2025-04-18T23:38:17.636Z | Downloaded snafu-derive v0.8.5 |
1172 | 2025-04-18T23:38:17.636Z | Downloaded embedded-io v0.6.1 |
1173 | 2025-04-18T23:38:17.636Z | Downloaded foreign-types-shared v0.1.1 |
1174 | 2025-04-18T23:38:17.636Z | Downloaded untrusted v0.9.0 |
1175 | 2025-04-18T23:38:17.636Z | Downloaded untrusted v0.7.1 |
1176 | 2025-04-18T23:38:17.636Z | Downloaded tui-tree-widget v0.23.0 |
1177 | 2025-04-18T23:38:17.636Z | Downloaded serde_with_macros v3.12.0 |
1178 | 2025-04-18T23:38:17.637Z | Downloaded serde_derive_internals v0.29.1 |
1179 | 2025-04-18T23:38:17.637Z | Downloaded postcard v1.0.10 |
1180 | 2025-04-18T23:38:17.637Z | Downloaded hyper-util v0.1.10 |
1181 | 2025-04-18T23:38:17.637Z | Downloaded tls_codec_derive v0.4.1 |
1182 | 2025-04-18T23:38:17.663Z | Downloaded tls_codec v0.4.1 |
1183 | 2025-04-18T23:38:17.663Z | Downloaded parking_lot v0.12.3 |
1184 | 2025-04-18T23:38:17.663Z | Downloaded native-tls v0.2.12 |
1185 | 2025-04-18T23:38:17.663Z | Downloaded mockall_derive v0.13.1 |
1186 | 2025-04-18T23:38:17.663Z | Downloaded bytes v1.10.1 |
1187 | 2025-04-18T23:38:17.663Z | Downloaded backtrace v0.3.74 |
1188 | 2025-04-18T23:38:17.663Z | Downloaded arc-swap v1.7.1 |
1189 | 2025-04-18T23:38:17.663Z | Downloaded tabled_derive v0.10.0 |
1190 | 2025-04-18T23:38:17.663Z | Downloaded strum_macros v0.25.3 |
1191 | 2025-04-18T23:38:17.688Z | Downloaded strip-ansi-escapes v0.2.0 |
1192 | 2025-04-18T23:38:17.688Z | Downloaded slog-bunyan v2.5.0 |
1193 | 2025-04-18T23:38:17.688Z | Downloaded base64 v0.22.1 |
1194 | 2025-04-18T23:38:17.688Z | Downloaded addr2line v0.24.2 |
1195 | 2025-04-18T23:38:17.688Z | Downloaded sha1 v0.10.6 |
1196 | 2025-04-18T23:38:17.688Z | Downloaded salsa20 v0.10.2 |
1197 | 2025-04-18T23:38:17.688Z | Downloaded rusty-fork v0.3.0 |
1198 | 2025-04-18T23:38:17.688Z | Downloaded rustversion v1.0.17 |
1199 | 2025-04-18T23:38:17.688Z | Downloaded icu_provider v1.5.0 |
1200 | 2025-04-18T23:38:17.688Z | Downloaded compact_str v0.8.0 |
1201 | 2025-04-18T23:38:17.688Z | Downloaded proc-macro-crate v1.3.1 |
1202 | 2025-04-18T23:38:17.714Z | Downloaded pem v3.0.5 |
1203 | 2025-04-18T23:38:17.714Z | Downloaded allocator-api2 v0.2.18 |
1204 | 2025-04-18T23:38:17.714Z | Downloaded multimap v0.10.0 |
1205 | 2025-04-18T23:38:17.714Z | Downloaded maybe-uninit v2.0.0 |
1206 | 2025-04-18T23:38:17.714Z | Downloaded crossbeam-epoch v0.9.18 |
1207 | 2025-04-18T23:38:17.714Z | Downloaded const-oid v0.9.6 |
1208 | 2025-04-18T23:38:17.714Z | Downloaded ciborium v0.2.2 |
1209 | 2025-04-18T23:38:17.714Z | Downloaded libsw v3.4.0 |
1210 | 2025-04-18T23:38:17.714Z | Downloaded internet-checksum v0.2.1 |
1211 | 2025-04-18T23:38:17.714Z | Downloaded impl-trait-for-tuples v0.2.2 |
1212 | 2025-04-18T23:38:17.714Z | Downloaded idna_adapter v1.2.0 |
1213 | 2025-04-18T23:38:17.714Z | Downloaded ahash v0.8.11 |
1214 | 2025-04-18T23:38:17.740Z | Downloaded bit-vec v0.8.0 |
1215 | 2025-04-18T23:38:17.740Z | Downloaded ciborium-ll v0.2.2 |
1216 | 2025-04-18T23:38:17.740Z | Downloaded buf-list v1.0.3 |
1217 | 2025-04-18T23:38:17.740Z | Downloaded bit-set v0.8.0 |
1218 | 2025-04-18T23:38:17.740Z | Downloaded chacha20 v0.9.1 |
1219 | 2025-04-18T23:38:17.740Z | Downloaded aws-lc-sys v0.26.0 |
1220 | 2025-04-18T23:38:17.984Z | Downloaded chrono-tz-build v0.4.0 |
1221 | 2025-04-18T23:38:18.009Z | Downloaded bit-set v0.5.3 |
1222 | 2025-04-18T23:38:18.009Z | Downloaded cobs v0.2.3 |
1223 | 2025-04-18T23:38:18.009Z | Downloaded cfg_aliases v0.1.1 |
1224 | 2025-04-18T23:38:18.009Z | Downloaded cbc v0.1.2 |
1225 | 2025-04-18T23:38:18.009Z | Downloaded cargo_metadata v0.18.1 |
1226 | 2025-04-18T23:38:18.009Z | Downloaded blowfish v0.9.1 |
1227 | 2025-04-18T23:38:18.010Z | Downloaded block-padding v0.3.3 |
1228 | 2025-04-18T23:38:18.010Z | Downloaded convert_case v0.4.0 |
1229 | 2025-04-18T23:38:18.010Z | Downloaded cmake v0.1.51 |
1230 | 2025-04-18T23:38:18.010Z | Downloaded arrayref v0.3.9 |
1231 | 2025-04-18T23:38:18.131Z | Compiling serde v1.0.219 |
1232 | 2025-04-18T23:38:18.157Z | Compiling value-bag v1.9.0 |
1233 | 2025-04-18T23:38:18.157Z | Compiling lock_api v0.4.12 |
1234 | 2025-04-18T23:38:18.157Z | Compiling scopeguard v1.2.0 |
1235 | 2025-04-18T23:38:18.157Z | Compiling typenum v1.17.0 |
1236 | 2025-04-18T23:38:18.157Z | Compiling generic-array v0.14.7 |
1237 | 2025-04-18T23:38:18.186Z | Compiling syn v2.0.98 |
1238 | 2025-04-18T23:38:18.211Z | Compiling getrandom v0.2.15 |
1239 | 2025-04-18T23:38:18.314Z | Compiling shlex v1.3.0 |
1240 | 2025-04-18T23:38:18.568Z | Compiling rand_core v0.6.4 |
1241 | 2025-04-18T23:38:18.641Z | Compiling log v0.4.22 |
1242 | 2025-04-18T23:38:18.712Z | Compiling jobserver v0.1.32 |
1243 | 2025-04-18T23:38:18.738Z | Compiling subtle v2.6.1 |
1244 | 2025-04-18T23:38:18.766Z | Compiling smallvec v1.14.0 |
1245 | 2025-04-18T23:38:19.048Z | Compiling const-oid v0.9.6 |
1246 | 2025-04-18T23:38:19.073Z | Compiling cc v1.2.15 |
1247 | 2025-04-18T23:38:19.073Z | Compiling parking_lot_core v0.9.10 |
1248 | 2025-04-18T23:38:19.141Z | Compiling rustix v0.38.37 |
1249 | 2025-04-18T23:38:19.323Z | Compiling pin-project-lite v0.2.14 |
1250 | 2025-04-18T23:38:19.417Z | Compiling signal-hook-registry v1.4.2 |
1251 | 2025-04-18T23:38:19.472Z | Compiling stable_deref_trait v1.2.0 |
1252 | 2025-04-18T23:38:19.602Z | Compiling mio v1.0.2 |
1253 | 2025-04-18T23:38:19.917Z | Compiling parking_lot v0.12.3 |
1254 | 2025-04-18T23:38:20.067Z | Compiling spin v0.9.8 |
1255 | 2025-04-18T23:38:20.092Z | Compiling futures-core v0.3.31 |
1256 | 2025-04-18T23:38:20.241Z | Compiling aho-corasick v1.1.3 |
1257 | 2025-04-18T23:38:20.323Z | Compiling libm v0.2.8 |
1258 | 2025-04-18T23:38:20.424Z | Compiling cpufeatures v0.2.14 |
1259 | 2025-04-18T23:38:20.547Z | Compiling regex-syntax v0.8.5 |
1260 | 2025-04-18T23:38:20.587Z | Compiling serde_json v1.0.140 |
1261 | 2025-04-18T23:38:20.713Z | Compiling socket2 v0.5.8 |
1262 | 2025-04-18T23:38:20.713Z | Compiling num-traits v0.2.19 |
1263 | 2025-04-18T23:38:20.757Z | Compiling glob v0.3.2 |
1264 | 2025-04-18T23:38:20.923Z | Compiling pkg-config v0.3.31 |
1265 | 2025-04-18T23:38:21.034Z | Compiling either v1.14.0 |
1266 | 2025-04-18T23:38:21.571Z | Compiling futures-sink v0.3.31 |
1267 | 2025-04-18T23:38:21.749Z | Compiling clang-sys v1.8.1 |
1268 | 2025-04-18T23:38:22.032Z | Compiling slab v0.4.9 |
1269 | 2025-04-18T23:38:22.344Z | Compiling prettyplease v0.2.30 |
1270 | 2025-04-18T23:38:22.374Z | Compiling getrandom v0.3.1 |
1271 | 2025-04-18T23:38:22.666Z | Compiling lazy_static v1.5.0 |
1272 | 2025-04-18T23:38:22.804Z | Compiling minimal-lexical v0.2.1 |
1273 | 2025-04-18T23:38:22.829Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-04-18T23:38:22.887Z | Compiling foldhash v0.1.3 |
1275 | 2025-04-18T23:38:23.260Z | Compiling nom v7.1.3 |
1276 | 2025-04-18T23:38:23.335Z | Compiling libloading v0.8.5 |
1277 | 2025-04-18T23:38:23.418Z | Compiling hashbrown v0.15.1 |
1278 | 2025-04-18T23:38:23.496Z | Compiling bindgen v0.69.5 |
1279 | 2025-04-18T23:38:23.683Z | Compiling base64ct v1.6.0 |
1280 | 2025-04-18T23:38:24.012Z | Compiling regex-automata v0.4.8 |
1281 | 2025-04-18T23:38:24.202Z | Compiling home v0.5.9 |
1282 | 2025-04-18T23:38:24.244Z | Compiling pem-rfc7468 v0.7.0 |
1283 | 2025-04-18T23:38:24.413Z | Compiling futures-channel v0.3.31 |
1284 | 2025-04-18T23:38:24.482Z | Compiling itertools v0.10.5 |
1285 | 2025-04-18T23:38:24.805Z | Compiling synstructure v0.13.1 |
1286 | 2025-04-18T23:38:25.940Z | Compiling cexpr v0.6.0 |
1287 | 2025-04-18T23:38:26.125Z | Compiling flagset v0.4.6 |
1288 | 2025-04-18T23:38:26.150Z | Compiling rustc-hash v1.1.0 |
1289 | 2025-04-18T23:38:26.327Z | Compiling pin-utils v0.1.0 |
1290 | 2025-04-18T23:38:26.373Z | Compiling futures-io v0.3.31 |
1291 | 2025-04-18T23:38:26.498Z | Compiling litemap v0.7.3 |
1292 | 2025-04-18T23:38:26.701Z | Compiling futures-task v0.3.31 |
1293 | 2025-04-18T23:38:26.869Z | Compiling lazycell v1.3.0 |
1294 | 2025-04-18T23:38:26.913Z | Compiling writeable v0.5.5 |
1295 | 2025-04-18T23:38:27.075Z | Compiling cmake v0.1.51 |
1296 | 2025-04-18T23:38:27.101Z | Compiling dunce v1.0.5 |
1297 | 2025-04-18T23:38:27.242Z | Compiling fs_extra v1.3.0 |
1298 | 2025-04-18T23:38:27.468Z | Compiling vcpkg v0.2.15 |
1299 | 2025-04-18T23:38:27.496Z | Compiling icu_locid_transform_data v1.5.0 |
1300 | 2025-04-18T23:38:27.540Z | Compiling paste v1.0.15 |
1301 | 2025-04-18T23:38:27.603Z | Compiling crossbeam-utils v0.8.20 |
1302 | 2025-04-18T23:38:27.762Z | Compiling icu_properties_data v1.5.0 |
1303 | 2025-04-18T23:38:27.840Z | Compiling ring v0.17.11 |
1304 | 2025-04-18T23:38:28.040Z | Compiling tracing-core v0.1.32 |
1305 | 2025-04-18T23:38:28.175Z | Compiling percent-encoding v2.3.1 |
1306 | 2025-04-18T23:38:28.474Z | Compiling regex v1.11.1 |
1307 | 2025-04-18T23:38:28.777Z | Compiling iana-time-zone v0.1.61 |
1308 | 2025-04-18T23:38:29.043Z | Compiling openssl-sys v0.9.106 |
1309 | 2025-04-18T23:38:29.074Z | Compiling aws-lc-rs v1.12.4 |
1310 | 2025-04-18T23:38:29.123Z | Compiling zerocopy v0.8.10 |
1311 | 2025-04-18T23:38:29.148Z | Compiling utf8_iter v1.0.4 |
1312 | 2025-04-18T23:38:29.174Z | Compiling serde_derive v1.0.219 |
1313 | 2025-04-18T23:38:29.294Z | Compiling zeroize_derive v1.4.2 |
1314 | 2025-04-18T23:38:29.380Z | Compiling zerocopy-derive v0.7.35 |
1315 | 2025-04-18T23:38:29.478Z | Compiling zerofrom-derive v0.1.4 |
1316 | 2025-04-18T23:38:29.827Z | Compiling tokio-macros v2.5.0 |
1317 | 2025-04-18T23:38:29.926Z | Compiling yoke-derive v0.7.4 |
1318 | 2025-04-18T23:38:30.528Z | Compiling zeroize v1.8.1 |
1319 | 2025-04-18T23:38:31.060Z | Compiling zerocopy v0.7.35 |
1320 | 2025-04-18T23:38:31.115Z | Compiling displaydoc v0.2.5 |
1321 | 2025-04-18T23:38:31.889Z | Compiling zerovec-derive v0.10.3 |
1322 | 2025-04-18T23:38:32.105Z | Compiling crypto-common v0.1.6 |
1323 | 2025-04-18T23:38:32.138Z | Compiling block-buffer v0.10.4 |
1324 | 2025-04-18T23:38:32.332Z | Compiling block-padding v0.3.3 |
1325 | 2025-04-18T23:38:32.358Z | Compiling digest v0.10.7 |
1326 | 2025-04-18T23:38:32.410Z | Compiling thiserror-impl v1.0.69 |
1327 | 2025-04-18T23:38:32.463Z | Compiling zerofrom v0.1.4 |
1328 | 2025-04-18T23:38:32.521Z | Compiling der_derive v0.7.3 |
1329 | 2025-04-18T23:38:32.586Z | Compiling inout v0.1.3 |
1330 | 2025-04-18T23:38:32.682Z | Compiling yoke v0.7.4 |
1331 | 2025-04-18T23:38:32.813Z | Compiling hmac v0.12.1 |
1332 | 2025-04-18T23:38:32.848Z | Compiling cipher v0.4.4 |
1333 | 2025-04-18T23:38:33.006Z | Compiling sha2 v0.10.8 |
1334 | 2025-04-18T23:38:33.068Z | Compiling futures-macro v0.3.31 |
1335 | 2025-04-18T23:38:33.324Z | Compiling icu_provider_macros v1.5.0 |
1336 | 2025-04-18T23:38:33.426Z | Compiling salsa20 v0.10.2 |
1337 | 2025-04-18T23:38:33.647Z | Compiling pbkdf2 v0.12.2 |
1338 | 2025-04-18T23:38:33.813Z | Compiling ppv-lite86 v0.2.20 |
1339 | 2025-04-18T23:38:33.877Z | Compiling zerovec v0.10.4 |
1340 | 2025-04-18T23:38:34.247Z | Compiling scrypt v0.11.0 |
1341 | 2025-04-18T23:38:34.360Z | Compiling der v0.7.9 |
1342 | 2025-04-18T23:38:34.476Z | Compiling cbc v0.1.2 |
1343 | 2025-04-18T23:38:34.600Z | Compiling futures-util v0.3.31 |
1344 | 2025-04-18T23:38:34.713Z | Compiling aes v0.8.4 |
1345 | 2025-04-18T23:38:34.921Z | Compiling tracing-attributes v0.1.27 |
1346 | 2025-04-18T23:38:34.947Z | Compiling thiserror v1.0.69 |
1347 | 2025-04-18T23:38:35.098Z | Compiling pest v2.7.14 |
1348 | 2025-04-18T23:38:35.705Z | Compiling tinystr v0.7.6 |
1349 | 2025-04-18T23:38:35.793Z | Compiling icu_collections v1.5.0 |
1350 | 2025-04-18T23:38:36.076Z | Compiling icu_locid v1.5.0 |
1351 | 2025-04-18T23:38:37.001Z | Compiling spki v0.7.3 |
1352 | 2025-04-18T23:38:37.055Z | Compiling icu_normalizer_data v1.5.0 |
1353 | 2025-04-18T23:38:37.081Z | Compiling utf16_iter v1.0.5 |
1354 | 2025-04-18T23:38:37.176Z | Compiling icu_provider v1.5.0 |
1355 | 2025-04-18T23:38:37.283Z | Compiling pkcs5 v0.7.1 |
1356 | 2025-04-18T23:38:37.367Z | Compiling write16 v1.0.0 |
1357 | 2025-04-18T23:38:37.510Z | Compiling pest_meta v2.7.14 |
1358 | 2025-04-18T23:38:37.648Z | Compiling tracing v0.1.40 |
1359 | 2025-04-18T23:38:37.836Z | Compiling icu_locid_transform v1.5.0 |
1360 | 2025-04-18T23:38:37.874Z | Compiling pkcs8 v0.10.2 |
1361 | 2025-04-18T23:38:38.094Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-04-18T23:38:38.119Z | Compiling zerocopy-derive v0.8.10 |
1363 | 2025-04-18T23:38:39.210Z | Compiling icu_properties v1.5.1 |
1364 | 2025-04-18T23:38:39.430Z | Compiling httparse v1.9.5 |
1365 | 2025-04-18T23:38:39.537Z | Compiling tinyvec_macros v0.1.1 |
1366 | 2025-04-18T23:38:39.654Z | Compiling rustls-pki-types v1.10.0 |
1367 | 2025-04-18T23:38:39.854Z | Compiling bytes v1.10.1 |
1368 | 2025-04-18T23:38:40.083Z | Compiling bitflags v2.6.0 |
1369 | 2025-04-18T23:38:40.356Z | Compiling semver v1.0.25 |
1370 | 2025-04-18T23:38:40.602Z | Compiling indexmap v2.7.1 |
1371 | 2025-04-18T23:38:40.992Z | Compiling tokio v1.43.0 |
1372 | 2025-04-18T23:38:41.158Z | Compiling rustc_version v0.4.1 |
1373 | 2025-04-18T23:38:41.204Z | Compiling http v1.2.0 |
1374 | 2025-04-18T23:38:41.799Z | Compiling uuid v1.15.1 |
1375 | 2025-04-18T23:38:41.831Z | Compiling chrono v0.4.40 |
1376 | 2025-04-18T23:38:42.497Z | Compiling icu_normalizer v1.5.0 |
1377 | 2025-04-18T23:38:42.682Z | Compiling http-body v1.0.1 |
1378 | 2025-04-18T23:38:43.137Z | Compiling tinyvec v1.8.0 |
1379 | 2025-04-18T23:38:43.180Z | Compiling scroll v0.12.0 |
1380 | 2025-04-18T23:38:43.275Z | Compiling pest_generator v2.7.14 |
1381 | 2025-04-18T23:38:43.664Z | Compiling which v4.4.2 |
1382 | 2025-04-18T23:38:44.131Z | Compiling idna_adapter v1.2.0 |
1383 | 2025-04-18T23:38:44.341Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-04-18T23:38:44.368Z | Compiling rustversion v1.0.17 |
1385 | 2025-04-18T23:38:44.587Z | Compiling atomic-waker v1.1.2 |
1386 | 2025-04-18T23:38:44.622Z | Compiling schemars v0.8.22 |
1387 | 2025-04-18T23:38:44.729Z | Compiling powerfmt v0.2.0 |
1388 | 2025-04-18T23:38:44.799Z | Compiling time-core v0.1.2 |
1389 | 2025-04-18T23:38:44.947Z | Compiling openssl v0.10.71 |
1390 | 2025-04-18T23:38:44.984Z | Compiling untrusted v0.9.0 |
1391 | 2025-04-18T23:38:45.010Z | Compiling adler2 v2.0.0 |
1392 | 2025-04-18T23:38:45.106Z | Compiling untrusted v0.7.1 |
1393 | 2025-04-18T23:38:45.205Z | Compiling try-lock v0.2.5 |
1394 | 2025-04-18T23:38:45.230Z | Compiling foreign-types-shared v0.1.1 |
1395 | 2025-04-18T23:38:45.314Z | Compiling num-conv v0.1.0 |
1396 | 2025-04-18T23:38:45.374Z | Compiling foreign-types v0.3.2 |
1397 | 2025-04-18T23:38:45.399Z | Compiling want v0.3.1 |
1398 | 2025-04-18T23:38:45.428Z | Compiling miniz_oxide v0.8.5 |
1399 | 2025-04-18T23:38:45.500Z | Compiling rand_core v0.9.2 |
1400 | 2025-04-18T23:38:45.593Z | Compiling time-macros v0.2.18 |
1401 | 2025-04-18T23:38:45.685Z | Compiling deranged v0.3.11 |
1402 | 2025-04-18T23:38:46.007Z | Compiling pest_derive v2.7.14 |
1403 | 2025-04-18T23:38:46.339Z | Compiling schemars_derive v0.8.22 |
1404 | 2025-04-18T23:38:46.716Z | Compiling goblin v0.8.2 |
1405 | 2025-04-18T23:38:46.741Z | Compiling idna v1.0.3 |
1406 | 2025-04-18T23:38:47.979Z | Compiling openssl-macros v0.1.1 |
1407 | 2025-04-18T23:38:48.060Z | Compiling form_urlencoded v1.2.1 |
1408 | 2025-04-18T23:38:48.363Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1409 | 2025-04-18T23:38:48.624Z | Compiling tokio-util v0.7.13 |
1410 | 2025-04-18T23:38:48.649Z | Compiling dyn-clone v1.0.19 |
1411 | 2025-04-18T23:38:48.784Z | Compiling rustls v0.23.19 |
1412 | 2025-04-18T23:38:48.809Z | Compiling num_threads v0.1.7 |
1413 | 2025-04-18T23:38:48.868Z | Compiling tower-service v0.3.3 |
1414 | 2025-04-18T23:38:48.955Z | Compiling native-tls v0.2.12 |
1415 | 2025-04-18T23:38:49.011Z | Compiling httpdate v1.0.3 |
1416 | 2025-04-18T23:38:49.061Z | Compiling syn v1.0.109 |
1417 | 2025-04-18T23:38:49.266Z | Compiling siphasher v0.3.11 |
1418 | 2025-04-18T23:38:49.365Z | Compiling time v0.3.36 |
1419 | 2025-04-18T23:38:49.594Z | Compiling h2 v0.4.6 |
1420 | 2025-04-18T23:38:51.300Z | Compiling dtrace-parser v0.2.0 |
1421 | 2025-04-18T23:38:52.237Z | Compiling dof v0.3.0 |
1422 | 2025-04-18T23:38:52.964Z | Compiling rand_chacha v0.9.0 |
1423 | 2025-04-18T23:38:53.383Z | Compiling unicode-normalization v0.1.24 |
1424 | 2025-04-18T23:38:53.841Z | Compiling heapless v0.7.17 |
1425 | 2025-04-18T23:38:53.875Z | Compiling crossbeam-epoch v0.9.18 |
1426 | 2025-04-18T23:38:54.296Z | Compiling rand_chacha v0.3.1 |
1427 | 2025-04-18T23:38:54.347Z | Compiling signature v2.2.0 |
1428 | 2025-04-18T23:38:54.561Z | Compiling cookie v0.18.1 |
1429 | 2025-04-18T23:38:54.648Z | Compiling crc32fast v1.4.2 |
1430 | 2025-04-18T23:38:54.673Z | Compiling unicode-properties v0.1.3 |
1431 | 2025-04-18T23:38:54.698Z | Compiling openssl-probe v0.1.5 |
1432 | 2025-04-18T23:38:54.844Z | Compiling signal-hook v0.3.17 |
1433 | 2025-04-18T23:38:54.972Z | Compiling slog v2.7.0 |
1434 | 2025-04-18T23:38:55.009Z | Compiling base64 v0.22.1 |
1435 | 2025-04-18T23:38:55.055Z | Compiling unicode-bidi v0.3.17 |
1436 | 2025-04-18T23:38:55.128Z | Compiling rayon-core v1.12.1 |
1437 | 2025-04-18T23:38:55.581Z | Compiling rand v0.8.5 |
1438 | 2025-04-18T23:38:55.657Z | Compiling usdt-impl v0.5.0 |
1439 | 2025-04-18T23:38:55.991Z | Compiling hyper v1.6.0 |
1440 | 2025-04-18T23:38:56.188Z | Compiling stringprep v0.1.5 |
1441 | 2025-04-18T23:38:56.227Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2025-04-18T23:38:56.647Z | Compiling rand v0.9.0 |
1443 | 2025-04-18T23:38:56.869Z | Compiling url v2.5.3 |
1444 | 2025-04-18T23:38:57.137Z | Compiling curve25519-dalek v4.1.3 |
1445 | 2025-04-18T23:38:57.428Z | Compiling toml_datetime v0.6.8 |
1446 | 2025-04-18T23:38:57.730Z | Compiling serde_spanned v0.6.8 |
1447 | 2025-04-18T23:38:57.852Z | Compiling serde_tokenstream v0.2.2 |
1448 | 2025-04-18T23:38:57.958Z | Compiling md-5 v0.10.6 |
1449 | 2025-04-18T23:38:58.207Z | Compiling hyper-util v0.1.10 |
1450 | 2025-04-18T23:38:58.233Z | Compiling num-integer v0.1.46 |
1451 | 2025-04-18T23:38:58.325Z | Compiling hash32 v0.2.1 |
1452 | 2025-04-18T23:38:58.403Z | Compiling ff v0.13.0 |
1453 | 2025-04-18T23:38:58.429Z | Compiling memoffset v0.9.1 |
1454 | 2025-04-18T23:38:58.627Z | Compiling cfg_aliases v0.2.1 |
1455 | 2025-04-18T23:38:58.664Z | Compiling gimli v0.31.1 |
1456 | 2025-04-18T23:38:58.727Z | Compiling num-bigint-dig v0.8.4 |
1457 | 2025-04-18T23:38:58.753Z | Compiling litrs v0.4.1 |
1458 | 2025-04-18T23:38:58.874Z | Compiling smoltcp v0.9.1 |
1459 | 2025-04-18T23:38:59.009Z | Compiling newtype-uuid v1.2.1 |
1460 | 2025-04-18T23:38:59.220Z | Compiling portable-atomic v1.9.0 |
1461 | 2025-04-18T23:38:59.273Z | Compiling psl-types v2.0.11 |
1462 | 2025-04-18T23:38:59.436Z | Compiling fallible-iterator v0.2.0 |
1463 | 2025-04-18T23:38:59.481Z | Compiling base16ct v0.2.0 |
1464 | 2025-04-18T23:38:59.704Z | Compiling document-features v0.2.10 |
1465 | 2025-04-18T23:38:59.800Z | Compiling sec1 v0.7.3 |
1466 | 2025-04-18T23:39:00.068Z | Compiling postgres-protocol v0.6.8 |
1467 | 2025-04-18T23:39:00.170Z | Compiling publicsuffix v2.3.0 |
1468 | 2025-04-18T23:39:00.424Z | Compiling nix v0.29.0 |
1469 | 2025-04-18T23:39:00.610Z | Compiling num-iter v0.1.45 |
1470 | 2025-04-18T23:39:00.771Z | Compiling group v0.13.0 |
1471 | 2025-04-18T23:39:00.921Z | Compiling bzip2 v0.4.4 |
1472 | 2025-04-18T23:39:01.153Z | Compiling tokio-native-tls v0.3.1 |
1473 | 2025-04-18T23:39:01.629Z | Compiling flate2 v1.1.0 |
1474 | 2025-04-18T23:39:01.964Z | Compiling ipnetwork v0.21.1 |
1475 | 2025-04-18T23:39:02.100Z | Compiling phf_shared v0.11.2 |
1476 | 2025-04-18T23:39:02.217Z | Compiling terminal_size v0.4.0 |
1477 | 2025-04-18T23:39:02.419Z | Compiling addr2line v0.24.2 |
1478 | 2025-04-18T23:39:02.453Z | Compiling http-body-util v0.1.2 |
1479 | 2025-04-18T23:39:02.478Z | Compiling webpki-roots v0.26.6 |
1480 | 2025-04-18T23:39:02.504Z | Compiling hkdf v0.12.4 |
1481 | 2025-04-18T23:39:02.663Z | Compiling crypto-bigint v0.5.5 |
1482 | 2025-04-18T23:39:02.688Z | Compiling curve25519-dalek-derive v0.1.1 |
1483 | 2025-04-18T23:39:02.758Z | Compiling async-trait v0.1.88 |
1484 | 2025-04-18T23:39:02.783Z | Compiling zerocopy-derive v0.6.6 |
1485 | 2025-04-18T23:39:02.908Z | Compiling sync_wrapper v1.0.1 |
1486 | 2025-04-18T23:39:03.043Z | Compiling object v0.36.5 |
1487 | 2025-04-18T23:39:03.078Z | Compiling fs-err v2.11.0 |
1488 | 2025-04-18T23:39:03.359Z | Compiling ahash v0.8.11 |
1489 | 2025-04-18T23:39:03.666Z | Compiling rustc-demangle v0.1.24 |
1490 | 2025-04-18T23:39:03.857Z | Compiling managed v0.8.0 |
1491 | 2025-04-18T23:39:04.252Z | Compiling ipnet v2.11.0 |
1492 | 2025-04-18T23:39:04.403Z | Compiling bumpalo v3.16.0 |
1493 | 2025-04-18T23:39:04.461Z | Compiling tower-layer v0.3.3 |
1494 | 2025-04-18T23:39:04.765Z | Compiling anyhow v1.0.97 |
1495 | 2025-04-18T23:39:04.850Z | Compiling unicode-width v0.2.0 |
1496 | 2025-04-18T23:39:04.876Z | Compiling winnow v0.5.40 |
1497 | 2025-04-18T23:39:05.257Z | Compiling buf-list v1.0.3 |
1498 | 2025-04-18T23:39:05.320Z | Compiling simd-adler32 v0.3.7 |
1499 | 2025-04-18T23:39:05.355Z | Compiling zip v2.1.3 |
1500 | 2025-04-18T23:39:05.630Z | Compiling lockfree-object-pool v0.1.6 |
1501 | 2025-04-18T23:39:05.853Z | Compiling clap_builder v4.5.32 |
1502 | 2025-04-18T23:39:05.878Z | Compiling zopfli v0.8.1 |
1503 | 2025-04-18T23:39:06.266Z | Compiling console v0.15.10 |
1504 | 2025-04-18T23:39:07.121Z | Compiling hubpack_derive v0.1.1 |
1505 | 2025-04-18T23:39:07.249Z | Compiling elliptic-curve v0.13.8 |
1506 | 2025-04-18T23:39:07.439Z | Compiling strum_macros v0.25.3 |
1507 | 2025-04-18T23:39:07.846Z | Compiling hubpack v0.1.2 |
1508 | 2025-04-18T23:39:08.007Z | Compiling toml_edit v0.19.15 |
1509 | 2025-04-18T23:39:08.033Z | Compiling tower v0.5.2 |
1510 | 2025-04-18T23:39:08.243Z | Compiling zerocopy v0.6.6 |
1511 | 2025-04-18T23:39:08.744Z | Compiling backtrace v0.3.74 |
1512 | 2025-04-18T23:39:09.310Z | Compiling hyper-tls v0.6.0 |
1513 | 2025-04-18T23:39:09.413Z | Compiling phf v0.11.2 |
1514 | 2025-04-18T23:39:09.677Z | Compiling oxnet v0.1.1 |
1515 | 2025-04-18T23:39:09.702Z | Compiling signal-hook-mio v0.2.4 |
1516 | 2025-04-18T23:39:09.874Z | Compiling rayon v1.10.0 |
1517 | 2025-04-18T23:39:10.349Z | Compiling cookie_store v0.21.1 |
1518 | 2025-04-18T23:39:11.269Z | Compiling postgres-types v0.2.9 |
1519 | 2025-04-18T23:39:12.409Z | Compiling usdt-macro v0.5.0 |
1520 | 2025-04-18T23:39:12.674Z | Compiling usdt-attr-macro v0.5.0 |
1521 | 2025-04-18T23:39:13.135Z | Compiling ed25519 v2.2.3 |
1522 | 2025-04-18T23:39:13.572Z | Compiling phf_shared v0.10.0 |
1523 | 2025-04-18T23:39:13.729Z | Compiling serde_urlencoded v0.7.1 |
1524 | 2025-04-18T23:39:13.925Z | Compiling clap_derive v4.5.32 |
1525 | 2025-04-18T23:39:14.003Z | Compiling enum-as-inner v0.6.1 |
1526 | 2025-04-18T23:39:14.028Z | Compiling rustls-pemfile v2.2.0 |
1527 | 2025-04-18T23:39:14.171Z | Compiling serde-big-array v0.5.1 |
1528 | 2025-04-18T23:39:14.332Z | Compiling futures-executor v0.3.31 |
1529 | 2025-04-18T23:39:14.399Z | Compiling pkcs1 v0.7.5 |
1530 | 2025-04-18T23:39:14.700Z | Compiling rfc6979 v0.4.0 |
1531 | 2025-04-18T23:39:14.802Z | Compiling daft-derive v0.1.2 |
1532 | 2025-04-18T23:39:14.890Z | Compiling serde_repr v0.1.19 |
1533 | 2025-04-18T23:39:14.915Z | Compiling bstr v1.10.0 |
1534 | 2025-04-18T23:39:15.273Z | Compiling float-cmp v0.10.0 |
1535 | 2025-04-18T23:39:15.313Z | Compiling encoding_rs v0.8.34 |
1536 | 2025-04-18T23:39:15.502Z | Compiling difflib v0.4.0 |
1537 | 2025-04-18T23:39:15.881Z | Compiling fixedbitset v0.4.2 |
1538 | 2025-04-18T23:39:16.132Z | Compiling normalize-line-endings v0.3.0 |
1539 | 2025-04-18T23:39:16.267Z | Compiling static_assertions v1.1.0 |
1540 | 2025-04-18T23:39:16.292Z | Compiling unicode-segmentation v1.12.0 |
1541 | 2025-04-18T23:39:16.318Z | Compiling whoami v1.5.2 |
1542 | 2025-04-18T23:39:16.424Z | Compiling mime v0.3.17 |
1543 | 2025-04-18T23:39:16.695Z | Compiling predicates-core v1.0.8 |
1544 | 2025-04-18T23:39:16.851Z | Compiling new_debug_unreachable v1.0.6 |
1545 | 2025-04-18T23:39:16.876Z | Compiling precomputed-hash v0.1.1 |
1546 | 2025-04-18T23:39:16.964Z | Compiling number_prefix v0.4.0 |
1547 | 2025-04-18T23:39:16.989Z | Compiling data-encoding v2.6.0 |
1548 | 2025-04-18T23:39:17.015Z | Compiling string_cache v0.8.7 |
1549 | 2025-04-18T23:39:17.064Z | Compiling predicates v3.1.3 |
1550 | 2025-04-18T23:39:17.170Z | Compiling indicatif v0.17.11 |
1551 | 2025-04-18T23:39:17.391Z | Compiling similar v2.7.0 |
1552 | 2025-04-18T23:39:17.527Z | Compiling clap v4.5.32 |
1553 | 2025-04-18T23:39:17.638Z | Compiling hickory-proto v0.24.4 |
1554 | 2025-04-18T23:39:18.313Z | Compiling tokio-postgres v0.7.13 |
1555 | 2025-04-18T23:39:18.529Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1556 | 2025-04-18T23:39:18.554Z | Compiling daft v0.1.2 |
1557 | 2025-04-18T23:39:18.831Z | Compiling petgraph v0.6.5 |
1558 | 2025-04-18T23:39:18.962Z | Compiling toml_edit v0.22.24 |
1559 | 2025-04-18T23:39:19.113Z | Compiling usdt v0.5.0 |
1560 | 2025-04-18T23:39:19.534Z | Compiling ecdsa v0.16.9 |
1561 | 2025-04-18T23:39:20.236Z | Compiling rsa v0.9.6 |
1562 | 2025-04-18T23:39:21.944Z | Compiling futures v0.3.31 |
1563 | 2025-04-18T23:39:21.989Z | Compiling ed25519-dalek v2.1.1 |
1564 | 2025-04-18T23:39:22.782Z | Compiling toml v0.7.8 |
1565 | 2025-04-18T23:39:23.074Z | Compiling crossterm v0.28.1 |
1566 | 2025-04-18T23:39:24.469Z | Compiling zip v0.6.6 |
1567 | 2025-04-18T23:39:24.887Z | Compiling tokio-stream v0.1.17 |
1568 | 2025-04-18T23:39:25.019Z | Compiling openapiv3 v2.0.0 |
1569 | 2025-04-18T23:39:25.117Z | Compiling hex v0.4.3 |
1570 | 2025-04-18T23:39:25.573Z | Compiling x509-cert v0.2.5 |
1571 | 2025-04-18T23:39:25.607Z | Compiling sha1 v0.10.6 |
1572 | 2025-04-18T23:39:25.697Z | Compiling dirs-sys-next v0.1.2 |
1573 | 2025-04-18T23:39:25.746Z | Compiling unicode-xid v0.2.6 |
1574 | 2025-04-18T23:39:25.829Z | Compiling peg-runtime v0.8.5 |
1575 | 2025-04-18T23:39:25.927Z | Compiling lalrpop-util v0.19.12 |
1576 | 2025-04-18T23:39:25.988Z | Compiling dirs-next v2.0.0 |
1577 | 2025-04-18T23:39:26.169Z | Compiling thread_local v1.1.8 |
1578 | 2025-04-18T23:39:26.195Z | Compiling slog-async v2.8.0 |
1579 | 2025-04-18T23:39:26.241Z | Compiling term v0.7.0 |
1580 | 2025-04-18T23:39:26.348Z | Compiling strum_macros v0.26.4 |
1581 | 2025-04-18T23:39:26.576Z | Compiling xattr v1.3.1 |
1582 | 2025-04-18T23:39:26.650Z | Compiling crossbeam-channel v0.5.13 |
1583 | 2025-04-18T23:39:26.750Z | Compiling is-terminal v0.4.13 |
1584 | 2025-04-18T23:39:26.831Z | Compiling filetime v0.2.25 |
1585 | 2025-04-18T23:39:26.888Z | Compiling take_mut v0.2.2 |
1586 | 2025-04-18T23:39:27.059Z | Compiling tar v0.4.44 |
1587 | 2025-04-18T23:39:27.113Z | Compiling slog-term v2.9.1 |
1588 | 2025-04-18T23:39:27.511Z | Compiling camino v1.1.9 |
1589 | 2025-04-18T23:39:29.851Z | Compiling strum v0.26.3 |
1590 | 2025-04-18T23:39:33.698Z | Compiling aws-lc-sys v0.26.0 |
1591 | 2025-04-18T23:40:05.535Z | Compiling rustls-webpki v0.102.8 |
1592 | 2025-04-18T23:40:11.321Z | Compiling tokio-rustls v0.26.0 |
1593 | 2025-04-18T23:40:11.637Z | Compiling hyper-rustls v0.27.3 |
1594 | 2025-04-18T23:40:11.947Z | Compiling reqwest v0.12.12 |
1595 | 2025-04-18T23:40:16.105Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1596 | 2025-04-18T23:40:16.447Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1597 | 2025-04-18T23:40:21.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 08s |
1598 | 2025-04-18T23:40:21.958Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1599 | 2025-04-18T23:40:22.025Z | Apr 18 23:40:21.317 INFO Starting download, target: Cockroach |
1600 | 2025-04-18T23:40:22.025Z | Apr 18 23:40:21.317 INFO Starting download, target: Clickhouse |
1601 | 2025-04-18T23:40:22.025Z | Apr 18 23:40:21.317 INFO Starting download, target: Console |
1602 | 2025-04-18T23:40:22.026Z | Apr 18 23:40:21.317 INFO Starting download, target: DendriteOpenapi |
1603 | 2025-04-18T23:40:22.026Z | Apr 18 23:40:21.317 INFO Starting download, target: DendriteStub |
1604 | 2025-04-18T23:40:22.026Z | Apr 18 23:40:21.317 INFO Starting download, target: MaghemiteMgd |
1605 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.317 INFO Starting download, target: TransceiverControl |
1606 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.319 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1607 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.319 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi |
1608 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.319 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1609 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.320 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1610 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.320 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1611 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.320 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1612 | 2025-04-18T23:40:22.051Z | Apr 18 23:40:21.320 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1613 | 2025-04-18T23:40:22.324Z | Apr 18 23:40:21.614 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1614 | 2025-04-18T23:40:22.578Z | Apr 18 23:40:21.847 INFO Download complete, target: DendriteOpenapi |
1615 | 2025-04-18T23:40:22.743Z | Apr 18 23:40:21.978 INFO Download complete, target: Console |
1616 | 2025-04-18T23:40:22.942Z | Apr 18 23:40:22.192 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1617 | 2025-04-18T23:40:23.324Z | Apr 18 23:40:22.573 INFO Download complete, target: TransceiverControl |
1618 | 2025-04-18T23:40:24.998Z | Apr 18 23:40:24.208 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1619 | 2025-04-18T23:40:26.118Z | Apr 18 23:40:25.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1620 | 2025-04-18T23:40:27.622Z | Apr 18 23:40:26.909 INFO Download complete, target: MaghemiteMgd |
1621 | 2025-04-18T23:40:29.167Z | Apr 18 23:40:28.435 INFO Download complete, target: DendriteStub |
1622 | 2025-04-18T23:40:32.004Z | Apr 18 23:40:31.297 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1623 | 2025-04-18T23:40:32.004Z | Apr 18 23:40:31.297 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1624 | 2025-04-18T23:40:39.653Z | Apr 18 23:40:38.942 INFO Checking that binary works, target: Cockroach |
1625 | 2025-04-18T23:40:39.973Z | Apr 18 23:40:39.265 INFO Download complete, target: Cockroach |
1626 | 2025-04-18T23:40:45.093Z | Apr 18 23:40:44.386 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1627 | 2025-04-18T23:40:57.266Z | Apr 18 23:40:56.559 INFO Checking that binary works, target: Clickhouse |
1628 | 2025-04-18T23:40:57.466Z | Apr 18 23:40:56.759 INFO Download complete, target: Clickhouse |
1629 | 2025-04-18T23:40:57.492Z | All builder prerequisites installed successfully, and PATH looks valid |
1630 | 2025-04-18T23:40:57.518Z | |
1631 | 2025-04-18T23:40:57.518Z | real 6:00.007762972 |
1632 | 2025-04-18T23:40:57.518Z | user 13:47.721148922 |
1633 | 2025-04-18T23:40:57.518Z | sys 2:17.743667606 |
1634 | 2025-04-18T23:40:57.518Z | trap 0.494520252 |
1635 | 2025-04-18T23:40:57.518Z | tflt 0.394007647 |
1636 | 2025-04-18T23:40:57.518Z | dflt 1.133009865 |
1637 | 2025-04-18T23:40:57.518Z | kflt 0.009219005 |
1638 | 2025-04-18T23:40:57.518Z | lock 29:02.148873368 |
1639 | 2025-04-18T23:40:57.518Z | slp 51:08.633152199 |
1640 | 2025-04-18T23:40:57.518Z | lat 1:01.438431183 |
1641 | 2025-04-18T23:40:57.518Z | stop 2:12.576095378 |
1642 | 2025-04-18T23:40:57.518Z | + banner hack-check |
1643 | 2025-04-18T23:40:57.518Z | |
1644 | 2025-04-18T23:40:57.518Z | # # ## #### # # #### # # ###### #### # # |
1645 | 2025-04-18T23:40:57.518Z | # # # # # # # # # # # # # # # # # |
1646 | 2025-04-18T23:40:57.518Z | ###### # # # #### ##### # ###### ##### # #### |
1647 | 2025-04-18T23:40:57.518Z | # # ###### # # # # # # # # # # |
1648 | 2025-04-18T23:40:57.518Z | # # # # # # # # # # # # # # # # # |
1649 | 2025-04-18T23:40:57.518Z | # # # # #### # # #### # # ###### #### # # |
1650 | 2025-04-18T23:40:57.519Z | |
1651 | 2025-04-18T23:40:57.519Z | + export CARGO_INCREMENTAL=0 |
1652 | 2025-04-18T23:40:57.519Z | + CARGO_INCREMENTAL=0 |
1653 | 2025-04-18T23:40:57.519Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1654 | 2025-04-18T23:40:58.337Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1655 | 2025-04-18T23:41:01.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
1656 | 2025-04-18T23:41:02.021Z | Running `target/debug/xtask check-features --ci` |
1657 | 2025-04-18T23:41:02.049Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1658 | 2025-04-18T23:41:02.049Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1659 | 2025-04-18T23:41:02.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
1660 | 2025-04-18T23:41:02.690Z | Running `target/debug/xtask download cargo-hack` |
1661 | 2025-04-18T23:41:03.775Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1662 | 2025-04-18T23:41:04.125Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1663 | 2025-04-18T23:41:08.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.01s |
1664 | 2025-04-18T23:41:08.867Z | Running `target/debug/xtask-downloader cargo-hack` |
1665 | 2025-04-18T23:41:08.920Z | Apr 18 23:41:08.213 INFO Starting download, target: CargoHack |
1666 | 2025-04-18T23:41:08.945Z | Apr 18 23:41:08.215 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1667 | 2025-04-18T23:41:09.569Z | Apr 18 23:41:08.863 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1668 | 2025-04-18T23:41:09.662Z | Apr 18 23:41:08.956 INFO Download complete, target: CargoHack |
1669 | 2025-04-18T23:41:09.688Z | 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" |
1670 | 2025-04-18T23:41:09.713Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1671 | 2025-04-18T23:41:09.987Z | info: running `cargo check --bins` on api_identity (1/203) |
1672 | 2025-04-18T23:41:10.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1673 | 2025-04-18T23:41:10.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1674 | 2025-04-18T23:41:10.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1675 | 2025-04-18T23:41:10.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
1676 | 2025-04-18T23:41:10.934Z | |
1677 | 2025-04-18T23:41:10.934Z | info: running `cargo check --bins` on bootstore (2/203) |
1678 | 2025-04-18T23:41:11.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1679 | 2025-04-18T23:41:11.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1680 | 2025-04-18T23:41:11.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1681 | 2025-04-18T23:41:11.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
1682 | 2025-04-18T23:41:11.916Z | |
1683 | 2025-04-18T23:41:11.916Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/203) |
1684 | 2025-04-18T23:41:12.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-04-18T23:41:12.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-04-18T23:41:12.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-04-18T23:41:12.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1688 | 2025-04-18T23:41:12.722Z | |
1689 | 2025-04-18T23:41:12.722Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/203) |
1690 | 2025-04-18T23:41:13.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-04-18T23:41:13.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-04-18T23:41:13.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-04-18T23:41:13.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1694 | 2025-04-18T23:41:13.566Z | |
1695 | 2025-04-18T23:41:13.566Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/203) |
1696 | 2025-04-18T23:41:14.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-04-18T23:41:14.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-04-18T23:41:14.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-04-18T23:41:14.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1700 | 2025-04-18T23:41:14.133Z | |
1701 | 2025-04-18T23:41:14.133Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/203) |
1702 | 2025-04-18T23:41:14.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-04-18T23:41:14.678Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-04-18T23:41:14.678Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-04-18T23:41:14.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1706 | 2025-04-18T23:41:14.712Z | |
1707 | 2025-04-18T23:41:14.712Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/203) |
1708 | 2025-04-18T23:41:15.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-04-18T23:41:15.245Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-04-18T23:41:15.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-04-18T23:41:15.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1712 | 2025-04-18T23:41:15.275Z | |
1713 | 2025-04-18T23:41:15.275Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/203) |
1714 | 2025-04-18T23:41:15.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-04-18T23:41:15.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-04-18T23:41:15.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-04-18T23:41:15.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1718 | 2025-04-18T23:41:15.848Z | |
1719 | 2025-04-18T23:41:15.848Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/203) |
1720 | 2025-04-18T23:41:16.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-04-18T23:41:16.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-04-18T23:41:16.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-04-18T23:41:16.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1724 | 2025-04-18T23:41:16.420Z | |
1725 | 2025-04-18T23:41:16.420Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/203) |
1726 | 2025-04-18T23:41:16.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-04-18T23:41:16.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-04-18T23:41:16.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-04-18T23:41:16.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1730 | 2025-04-18T23:41:17.005Z | |
1731 | 2025-04-18T23:41:17.005Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/203) |
1732 | 2025-04-18T23:41:17.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-04-18T23:41:17.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-04-18T23:41:17.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-04-18T23:41:17.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1736 | 2025-04-18T23:41:17.585Z | |
1737 | 2025-04-18T23:41:17.585Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/203) |
1738 | 2025-04-18T23:41:18.123Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-04-18T23:41:18.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-04-18T23:41:18.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-04-18T23:41:18.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1742 | 2025-04-18T23:41:18.190Z | |
1743 | 2025-04-18T23:41:18.190Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/203) |
1744 | 2025-04-18T23:41:18.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-04-18T23:41:18.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-04-18T23:41:18.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-04-18T23:41:18.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1748 | 2025-04-18T23:41:18.791Z | |
1749 | 2025-04-18T23:41:18.791Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/203) |
1750 | 2025-04-18T23:41:19.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-04-18T23:41:19.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-04-18T23:41:19.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-04-18T23:41:19.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1754 | 2025-04-18T23:41:19.365Z | |
1755 | 2025-04-18T23:41:19.365Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/203) |
1756 | 2025-04-18T23:41:19.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-04-18T23:41:19.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-04-18T23:41:19.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-04-18T23:41:19.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1760 | 2025-04-18T23:41:19.920Z | |
1761 | 2025-04-18T23:41:19.920Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/203) |
1762 | 2025-04-18T23:41:20.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-04-18T23:41:20.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-04-18T23:41:20.465Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-04-18T23:41:20.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1766 | 2025-04-18T23:41:20.498Z | |
1767 | 2025-04-18T23:41:20.498Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/203) |
1768 | 2025-04-18T23:41:21.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-04-18T23:41:21.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-04-18T23:41:21.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-04-18T23:41:21.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1772 | 2025-04-18T23:41:21.142Z | |
1773 | 2025-04-18T23:41:21.143Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/203) |
1774 | 2025-04-18T23:41:21.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-04-18T23:41:21.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-04-18T23:41:21.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-04-18T23:41:21.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1778 | 2025-04-18T23:41:21.670Z | |
1779 | 2025-04-18T23:41:21.671Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/203) |
1780 | 2025-04-18T23:41:22.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-04-18T23:41:22.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-04-18T23:41:22.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-04-18T23:41:22.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1784 | 2025-04-18T23:41:22.245Z | |
1785 | 2025-04-18T23:41:22.245Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/203) |
1786 | 2025-04-18T23:41:22.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-04-18T23:41:22.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-04-18T23:41:22.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-04-18T23:41:22.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1790 | 2025-04-18T23:41:22.884Z | |
1791 | 2025-04-18T23:41:22.884Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/203) |
1792 | 2025-04-18T23:41:23.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-04-18T23:41:23.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-04-18T23:41:23.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-04-18T23:41:23.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1796 | 2025-04-18T23:41:23.505Z | |
1797 | 2025-04-18T23:41:23.505Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/203) |
1798 | 2025-04-18T23:41:24.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-04-18T23:41:24.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-04-18T23:41:24.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-04-18T23:41:24.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1802 | 2025-04-18T23:41:24.097Z | |
1803 | 2025-04-18T23:41:24.097Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/203) |
1804 | 2025-04-18T23:41:24.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-04-18T23:41:24.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-04-18T23:41:24.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-04-18T23:41:24.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1808 | 2025-04-18T23:41:24.671Z | |
1809 | 2025-04-18T23:41:24.671Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/203) |
1810 | 2025-04-18T23:41:25.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-04-18T23:41:25.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-04-18T23:41:25.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-04-18T23:41:25.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1814 | 2025-04-18T23:41:25.271Z | |
1815 | 2025-04-18T23:41:25.271Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/203) |
1816 | 2025-04-18T23:41:25.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-04-18T23:41:25.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-04-18T23:41:25.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-04-18T23:41:25.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1820 | 2025-04-18T23:41:25.841Z | |
1821 | 2025-04-18T23:41:25.841Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/203) |
1822 | 2025-04-18T23:41:26.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-04-18T23:41:26.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-04-18T23:41:26.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-04-18T23:41:26.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1826 | 2025-04-18T23:41:26.412Z | |
1827 | 2025-04-18T23:41:26.412Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/203) |
1828 | 2025-04-18T23:41:26.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-04-18T23:41:26.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-04-18T23:41:26.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-04-18T23:41:26.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1832 | 2025-04-18T23:41:26.977Z | |
1833 | 2025-04-18T23:41:26.977Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/203) |
1834 | 2025-04-18T23:41:27.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-04-18T23:41:27.519Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-04-18T23:41:27.519Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-04-18T23:41:27.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1838 | 2025-04-18T23:41:27.554Z | |
1839 | 2025-04-18T23:41:27.554Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/203) |
1840 | 2025-04-18T23:41:28.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-04-18T23:41:28.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-04-18T23:41:28.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-04-18T23:41:28.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1844 | 2025-04-18T23:41:28.144Z | |
1845 | 2025-04-18T23:41:28.144Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/203) |
1846 | 2025-04-18T23:41:28.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-04-18T23:41:28.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-04-18T23:41:28.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-04-18T23:41:28.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1850 | 2025-04-18T23:41:28.735Z | |
1851 | 2025-04-18T23:41:28.735Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/203) |
1852 | 2025-04-18T23:41:29.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-04-18T23:41:29.277Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-04-18T23:41:29.277Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-04-18T23:41:29.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1856 | 2025-04-18T23:41:29.308Z | |
1857 | 2025-04-18T23:41:29.308Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/203) |
1858 | 2025-04-18T23:41:29.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-04-18T23:41:29.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-04-18T23:41:29.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-04-18T23:41:29.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1862 | 2025-04-18T23:41:29.902Z | |
1863 | 2025-04-18T23:41:29.902Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/203) |
1864 | 2025-04-18T23:41:30.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-04-18T23:41:30.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-04-18T23:41:30.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-04-18T23:41:30.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1868 | 2025-04-18T23:41:30.491Z | |
1869 | 2025-04-18T23:41:30.491Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/203) |
1870 | 2025-04-18T23:41:31.019Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-04-18T23:41:31.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-04-18T23:41:31.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-04-18T23:41:31.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1874 | 2025-04-18T23:41:31.081Z | |
1875 | 2025-04-18T23:41:31.081Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/203) |
1876 | 2025-04-18T23:41:31.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-04-18T23:41:31.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-04-18T23:41:31.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-04-18T23:41:31.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1880 | 2025-04-18T23:41:31.673Z | |
1881 | 2025-04-18T23:41:31.673Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/203) |
1882 | 2025-04-18T23:41:32.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-04-18T23:41:32.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-04-18T23:41:32.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-04-18T23:41:32.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1886 | 2025-04-18T23:41:32.273Z | |
1887 | 2025-04-18T23:41:32.273Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/203) |
1888 | 2025-04-18T23:41:32.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-04-18T23:41:32.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-04-18T23:41:32.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-04-18T23:41:32.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1892 | 2025-04-18T23:41:32.861Z | |
1893 | 2025-04-18T23:41:32.861Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/203) |
1894 | 2025-04-18T23:41:33.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-04-18T23:41:33.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-04-18T23:41:33.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-04-18T23:41:33.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1898 | 2025-04-18T23:41:33.445Z | |
1899 | 2025-04-18T23:41:33.445Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/203) |
1900 | 2025-04-18T23:41:33.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-04-18T23:41:34.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-04-18T23:41:34.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-04-18T23:41:34.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1904 | 2025-04-18T23:41:34.040Z | |
1905 | 2025-04-18T23:41:34.040Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/203) |
1906 | 2025-04-18T23:41:34.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-04-18T23:41:34.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-04-18T23:41:34.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-04-18T23:41:34.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1910 | 2025-04-18T23:41:34.614Z | |
1911 | 2025-04-18T23:41:34.614Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/203) |
1912 | 2025-04-18T23:41:35.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-04-18T23:41:35.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-04-18T23:41:35.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-04-18T23:41:35.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1916 | 2025-04-18T23:41:35.200Z | |
1917 | 2025-04-18T23:41:35.200Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/203) |
1918 | 2025-04-18T23:41:35.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-04-18T23:41:35.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-04-18T23:41:35.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-04-18T23:41:35.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1922 | 2025-04-18T23:41:35.785Z | |
1923 | 2025-04-18T23:41:35.785Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/203) |
1924 | 2025-04-18T23:41:36.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-04-18T23:41:36.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-04-18T23:41:36.348Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-04-18T23:41:36.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1928 | 2025-04-18T23:41:36.386Z | |
1929 | 2025-04-18T23:41:36.386Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/203) |
1930 | 2025-04-18T23:41:36.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-04-18T23:41:36.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-04-18T23:41:36.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-04-18T23:41:36.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1934 | 2025-04-18T23:41:36.983Z | |
1935 | 2025-04-18T23:41:36.983Z | info: running `cargo check --bins` on sled-hardware-types (45/203) |
1936 | 2025-04-18T23:41:37.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-04-18T23:41:37.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-04-18T23:41:37.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-04-18T23:41:37.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1940 | 2025-04-18T23:41:37.829Z | |
1941 | 2025-04-18T23:41:37.829Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/203) |
1942 | 2025-04-18T23:41:38.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-04-18T23:41:38.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-04-18T23:41:38.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-04-18T23:41:38.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1946 | 2025-04-18T23:41:38.719Z | |
1947 | 2025-04-18T23:41:38.719Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/203) |
1948 | 2025-04-18T23:41:39.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-04-18T23:41:39.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-04-18T23:41:39.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-04-18T23:41:39.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1952 | 2025-04-18T23:41:39.592Z | |
1953 | 2025-04-18T23:41:39.592Z | info: running `cargo check --bins` on oxlog (48/203) |
1954 | 2025-04-18T23:41:40.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-04-18T23:41:40.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-04-18T23:41:40.406Z | Checking cfg-if v1.0.0 |
1957 | 2025-04-18T23:41:40.406Z | Checking libc v0.2.170 |
1958 | 2025-04-18T23:41:40.406Z | Checking serde v1.0.219 |
1959 | 2025-04-18T23:41:40.406Z | Checking zeroize v1.8.1 |
1960 | 2025-04-18T23:41:40.432Z | Checking memchr v2.7.4 |
1961 | 2025-04-18T23:41:40.465Z | Checking typenum v1.17.0 |
1962 | 2025-04-18T23:41:40.499Z | Checking subtle v2.6.1 |
1963 | 2025-04-18T23:41:40.499Z | Checking value-bag v1.9.0 |
1964 | 2025-04-18T23:41:40.533Z | Checking smallvec v1.14.0 |
1965 | 2025-04-18T23:41:40.702Z | Checking scopeguard v1.2.0 |
1966 | 2025-04-18T23:41:40.752Z | Checking const-oid v0.9.6 |
1967 | 2025-04-18T23:41:40.847Z | Checking lock_api v0.4.12 |
1968 | 2025-04-18T23:41:40.872Z | Checking itoa v1.0.11 |
1969 | 2025-04-18T23:41:40.898Z | Checking log v0.4.22 |
1970 | 2025-04-18T23:41:41.068Z | Checking byteorder v1.5.0 |
1971 | 2025-04-18T23:41:41.203Z | Checking pin-project-lite v0.2.14 |
1972 | 2025-04-18T23:41:41.229Z | Checking once_cell v1.20.3 |
1973 | 2025-04-18T23:41:41.302Z | Checking getrandom v0.2.15 |
1974 | 2025-04-18T23:41:41.341Z | Checking signal-hook-registry v1.4.2 |
1975 | 2025-04-18T23:41:41.367Z | Checking parking_lot_core v0.9.10 |
1976 | 2025-04-18T23:41:41.392Z | Checking generic-array v0.14.7 |
1977 | 2025-04-18T23:41:41.426Z | Checking stable_deref_trait v1.2.0 |
1978 | 2025-04-18T23:41:41.505Z | Checking mio v1.0.2 |
1979 | 2025-04-18T23:41:41.534Z | Checking futures-core v0.3.31 |
1980 | 2025-04-18T23:41:41.560Z | Checking rand_core v0.6.4 |
1981 | 2025-04-18T23:41:41.587Z | Checking cpufeatures v0.2.14 |
1982 | 2025-04-18T23:41:41.686Z | Checking socket2 v0.5.8 |
1983 | 2025-04-18T23:41:41.711Z | Checking parking_lot v0.12.3 |
1984 | 2025-04-18T23:41:41.741Z | Checking zerofrom v0.1.4 |
1985 | 2025-04-18T23:41:41.850Z | Checking futures-sink v0.3.31 |
1986 | 2025-04-18T23:41:41.907Z | Checking yoke v0.7.4 |
1987 | 2025-04-18T23:41:41.990Z | Checking zerocopy v0.7.35 |
1988 | 2025-04-18T23:41:42.016Z | Checking libm v0.2.8 |
1989 | 2025-04-18T23:41:42.042Z | Checking ryu v1.0.18 |
1990 | 2025-04-18T23:41:42.104Z | Checking allocator-api2 v0.2.18 |
1991 | 2025-04-18T23:41:42.192Z | Checking zerovec v0.10.4 |
1992 | 2025-04-18T23:41:42.233Z | Checking foldhash v0.1.3 |
1993 | 2025-04-18T23:41:42.258Z | Checking equivalent v1.0.1 |
1994 | 2025-04-18T23:41:42.285Z | Checking crypto-common v0.1.6 |
1995 | 2025-04-18T23:41:42.382Z | Checking block-buffer v0.10.4 |
1996 | 2025-04-18T23:41:42.429Z | Checking block-padding v0.3.3 |
1997 | 2025-04-18T23:41:42.460Z | Checking getrandom v0.3.1 |
1998 | 2025-04-18T23:41:42.589Z | Checking digest v0.10.7 |
1999 | 2025-04-18T23:41:42.618Z | Checking inout v0.1.3 |
2000 | 2025-04-18T23:41:42.660Z | Checking hashbrown v0.15.1 |
2001 | 2025-04-18T23:41:42.690Z | Checking slab v0.4.9 |
2002 | 2025-04-18T23:41:42.772Z | Checking num-traits v0.2.19 |
2003 | 2025-04-18T23:41:42.851Z | Checking cipher v0.4.4 |
2004 | 2025-04-18T23:41:42.925Z | Checking hmac v0.12.1 |
2005 | 2025-04-18T23:41:42.959Z | Checking sha2 v0.10.8 |
2006 | 2025-04-18T23:41:43.082Z | Checking base64ct v1.6.0 |
2007 | 2025-04-18T23:41:43.140Z | Checking futures-channel v0.3.31 |
2008 | 2025-04-18T23:41:43.219Z | Checking litemap v0.7.3 |
2009 | 2025-04-18T23:41:43.467Z | Checking futures-task v0.3.31 |
2010 | 2025-04-18T23:41:43.492Z | Checking flagset v0.4.6 |
2011 | 2025-04-18T23:41:43.518Z | Checking pem-rfc7468 v0.7.0 |
2012 | 2025-04-18T23:41:43.543Z | Checking futures-io v0.3.31 |
2013 | 2025-04-18T23:41:43.603Z | Checking writeable v0.5.5 |
2014 | 2025-04-18T23:41:43.628Z | Checking tinystr v0.7.6 |
2015 | 2025-04-18T23:41:43.685Z | Checking pin-utils v0.1.0 |
2016 | 2025-04-18T23:41:43.710Z | Checking salsa20 v0.10.2 |
2017 | 2025-04-18T23:41:43.735Z | Checking pbkdf2 v0.12.2 |
2018 | 2025-04-18T23:41:43.767Z | Checking der v0.7.9 |
2019 | 2025-04-18T23:41:43.793Z | Checking futures-util v0.3.31 |
2020 | 2025-04-18T23:41:43.889Z | Checking ppv-lite86 v0.2.20 |
2021 | 2025-04-18T23:41:43.920Z | Checking icu_locid_transform_data v1.5.0 |
2022 | 2025-04-18T23:41:43.946Z | Checking scrypt v0.11.0 |
2023 | 2025-04-18T23:41:43.971Z | Checking icu_locid v1.5.0 |
2024 | 2025-04-18T23:41:44.028Z | Checking icu_collections v1.5.0 |
2025 | 2025-04-18T23:41:44.055Z | Checking cbc v0.1.2 |
2026 | 2025-04-18T23:41:44.180Z | Checking aes v0.8.4 |
2027 | 2025-04-18T23:41:44.271Z | Checking icu_properties_data v1.5.0 |
2028 | 2025-04-18T23:41:44.296Z | Checking bytes v1.10.1 |
2029 | 2025-04-18T23:41:44.488Z | Checking serde_json v1.0.140 |
2030 | 2025-04-18T23:41:44.514Z | Checking indexmap v2.7.1 |
2031 | 2025-04-18T23:41:44.619Z | Checking bitflags v2.6.0 |
2032 | 2025-04-18T23:41:44.826Z | Checking icu_provider v1.5.0 |
2033 | 2025-04-18T23:41:44.924Z | Checking fnv v1.0.7 |
2034 | 2025-04-18T23:41:44.949Z | Checking uuid v1.15.1 |
2035 | 2025-04-18T23:41:45.052Z | Checking tracing-core v0.1.32 |
2036 | 2025-04-18T23:41:45.181Z | Checking tokio v1.43.0 |
2037 | 2025-04-18T23:41:45.273Z | Checking spki v0.7.3 |
2038 | 2025-04-18T23:41:45.406Z | Checking icu_locid_transform v1.5.0 |
2039 | 2025-04-18T23:41:45.524Z | Checking http v1.2.0 |
2040 | 2025-04-18T23:41:45.549Z | Checking pkcs5 v0.7.1 |
2041 | 2025-04-18T23:41:45.574Z | Checking percent-encoding v2.3.1 |
2042 | 2025-04-18T23:41:45.624Z | Checking icu_normalizer_data v1.5.0 |
2043 | 2025-04-18T23:41:45.739Z | Checking write16 v1.0.0 |
2044 | 2025-04-18T23:41:45.779Z | Checking utf8_iter v1.0.4 |
2045 | 2025-04-18T23:41:45.882Z | Checking utf16_iter v1.0.5 |
2046 | 2025-04-18T23:41:45.907Z | Checking tracing v0.1.40 |
2047 | 2025-04-18T23:41:45.987Z | Checking thiserror v1.0.69 |
2048 | 2025-04-18T23:41:46.012Z | Checking pkcs8 v0.10.2 |
2049 | 2025-04-18T23:41:46.050Z | Checking iana-time-zone v0.1.61 |
2050 | 2025-04-18T23:41:46.138Z | Checking tinyvec_macros v0.1.1 |
2051 | 2025-04-18T23:41:46.209Z | Compiling newtype-uuid v1.2.1 |
2052 | 2025-04-18T23:41:46.234Z | Checking rustls-pki-types v1.10.0 |
2053 | 2025-04-18T23:41:46.262Z | Checking tinyvec v1.8.0 |
2054 | 2025-04-18T23:41:46.288Z | Checking icu_properties v1.5.1 |
2055 | 2025-04-18T23:41:46.313Z | Checking chrono v0.4.40 |
2056 | 2025-04-18T23:41:46.520Z | Checking zerocopy v0.8.10 |
2057 | 2025-04-18T23:41:46.671Z | Checking http-body v1.0.1 |
2058 | 2025-04-18T23:41:46.739Z | Checking aws-lc-sys v0.26.0 |
2059 | 2025-04-18T23:41:46.855Z | Checking spin v0.9.8 |
2060 | 2025-04-18T23:41:47.163Z | Checking try-lock v0.2.5 |
2061 | 2025-04-18T23:41:47.305Z | Checking adler2 v2.0.0 |
2062 | 2025-04-18T23:41:47.357Z | Checking atomic-waker v1.1.2 |
2063 | 2025-04-18T23:41:47.455Z | Checking untrusted v0.7.1 |
2064 | 2025-04-18T23:41:47.485Z | Checking untrusted v0.9.0 |
2065 | 2025-04-18T23:41:47.634Z | Checking foreign-types-shared v0.1.1 |
2066 | 2025-04-18T23:41:47.659Z | Checking ring v0.17.11 |
2067 | 2025-04-18T23:41:47.757Z | Checking foreign-types v0.3.2 |
2068 | 2025-04-18T23:41:47.809Z | Checking miniz_oxide v0.8.5 |
2069 | 2025-04-18T23:41:47.856Z | Checking want v0.3.1 |
2070 | 2025-04-18T23:41:48.012Z | Checking form_urlencoded v1.2.1 |
2071 | 2025-04-18T23:41:48.048Z | Checking httparse v1.9.5 |
2072 | 2025-04-18T23:41:48.221Z | Checking crossbeam-utils v0.8.20 |
2073 | 2025-04-18T23:41:48.448Z | Checking openssl-sys v0.9.106 |
2074 | 2025-04-18T23:41:48.487Z | Checking errno v0.3.9 |
2075 | 2025-04-18T23:41:48.544Z | Checking aws-lc-rs v1.12.4 |
2076 | 2025-04-18T23:41:48.675Z | Checking aho-corasick v1.1.3 |
2077 | 2025-04-18T23:41:48.841Z | Checking regex-syntax v0.8.5 |
2078 | 2025-04-18T23:41:48.899Z | Checking rand_core v0.9.2 |
2079 | 2025-04-18T23:41:49.147Z | Checking icu_normalizer v1.5.0 |
2080 | 2025-04-18T23:41:49.208Z | Checking httpdate v1.0.3 |
2081 | 2025-04-18T23:41:49.408Z | Checking siphasher v0.3.11 |
2082 | 2025-04-18T23:41:49.434Z | Checking unicode-ident v1.0.14 |
2083 | 2025-04-18T23:41:49.605Z | Checking tower-service v0.3.3 |
2084 | 2025-04-18T23:41:49.634Z | Checking powerfmt v0.2.0 |
2085 | 2025-04-18T23:41:49.676Z | Checking proc-macro2 v1.0.94 |
2086 | 2025-04-18T23:41:49.729Z | Checking openssl v0.10.71 |
2087 | 2025-04-18T23:41:49.829Z | Checking idna_adapter v1.2.0 |
2088 | 2025-04-18T23:41:49.879Z | Checking deranged v0.3.11 |
2089 | 2025-04-18T23:41:50.021Z | Checking idna v1.0.3 |
2090 | 2025-04-18T23:41:50.047Z | Checking rand_chacha v0.9.0 |
2091 | 2025-04-18T23:41:50.172Z | Checking rustls-webpki v0.102.8 |
2092 | 2025-04-18T23:41:50.256Z | Checking crossbeam-epoch v0.9.18 |
2093 | 2025-04-18T23:41:50.440Z | Checking rustix v0.38.37 |
2094 | 2025-04-18T23:41:50.466Z | Checking unicode-normalization v0.1.24 |
2095 | 2025-04-18T23:41:50.653Z | Checking rand_chacha v0.3.1 |
2096 | 2025-04-18T23:41:50.837Z | Checking semver v1.0.25 |
2097 | 2025-04-18T23:41:50.993Z | Checking signature v2.2.0 |
2098 | 2025-04-18T23:41:51.018Z | Checking scroll v0.12.0 |
2099 | 2025-04-18T23:41:51.157Z | Checking tokio-util v0.7.13 |
2100 | 2025-04-18T23:41:51.200Z | Checking crc32fast v1.4.2 |
2101 | 2025-04-18T23:41:51.225Z | Checking ucd-trie v0.1.7 |
2102 | 2025-04-18T23:41:51.250Z | Checking openssl-probe v0.1.5 |
2103 | 2025-04-18T23:41:51.416Z | Checking time-core v0.1.2 |
2104 | 2025-04-18T23:41:51.446Z | Checking unicode-properties v0.1.3 |
2105 | 2025-04-18T23:41:51.473Z | Checking unicode-bidi v0.3.17 |
2106 | 2025-04-18T23:41:51.498Z | Checking num-conv v0.1.0 |
2107 | 2025-04-18T23:41:51.523Z | Checking regex-automata v0.4.8 |
2108 | 2025-04-18T23:41:51.580Z | Checking base64 v0.22.1 |
2109 | 2025-04-18T23:41:51.712Z | Checking plain v0.2.3 |
2110 | 2025-04-18T23:41:51.761Z | Checking num_threads v0.1.7 |
2111 | 2025-04-18T23:41:51.856Z | Checking dyn-clone v1.0.19 |
2112 | 2025-04-18T23:41:51.882Z | Checking anstyle v1.0.10 |
2113 | 2025-04-18T23:41:51.939Z | Checking h2 v0.4.6 |
2114 | 2025-04-18T23:41:52.008Z | Checking utf8parse v0.2.2 |
2115 | 2025-04-18T23:41:52.033Z | Checking schemars v0.8.22 |
2116 | 2025-04-18T23:41:52.033Z | Checking stringprep v0.1.5 |
2117 | 2025-04-18T23:41:52.168Z | Checking anstyle-parse v0.2.5 |
2118 | 2025-04-18T23:41:52.196Z | Checking time v0.3.36 |
2119 | 2025-04-18T23:41:52.305Z | Checking goblin v0.8.2 |
2120 | 2025-04-18T23:41:52.414Z | Checking pest v2.7.14 |
2121 | 2025-04-18T23:41:53.278Z | Checking rand v0.8.5 |
2122 | 2025-04-18T23:41:53.375Z | Checking rustls v0.23.19 |
2123 | 2025-04-18T23:41:54.225Z | Checking crossbeam-deque v0.8.5 |
2124 | 2025-04-18T23:41:54.251Z | Checking native-tls v0.2.12 |
2125 | 2025-04-18T23:41:54.313Z | Checking url v2.5.3 |
2126 | 2025-04-18T23:41:54.514Z | Checking rand v0.9.0 |
2127 | 2025-04-18T23:41:54.548Z | Checking quote v1.0.39 |
2128 | 2025-04-18T23:41:54.874Z | Checking serde_spanned v0.6.8 |
2129 | 2025-04-18T23:41:54.912Z | Checking toml_datetime v0.6.8 |
2130 | 2025-04-18T23:41:55.045Z | Checking num-integer v0.1.46 |
2131 | 2025-04-18T23:41:55.075Z | Checking bzip2-sys v0.1.11+1.0.8 |
2132 | 2025-04-18T23:41:55.127Z | Checking md-5 v0.10.6 |
2133 | 2025-04-18T23:41:55.180Z | Checking ff v0.13.0 |
2134 | 2025-04-18T23:41:55.207Z | Checking hash32 v0.2.1 |
2135 | 2025-04-18T23:41:55.339Z | Checking base16ct v0.2.0 |
2136 | 2025-04-18T23:41:55.405Z | Checking fallible-iterator v0.2.0 |
2137 | 2025-04-18T23:41:55.431Z | Checking psl-types v2.0.11 |
2138 | 2025-04-18T23:41:55.482Z | Checking pretty-hex v0.4.1 |
2139 | 2025-04-18T23:41:55.508Z | Checking is_terminal_polyfill v1.70.1 |
2140 | 2025-04-18T23:41:55.537Z | Checking either v1.14.0 |
2141 | 2025-04-18T23:41:55.619Z | Checking gimli v0.31.1 |
2142 | 2025-04-18T23:41:55.644Z | Checking anstyle-query v1.1.1 |
2143 | 2025-04-18T23:41:55.670Z | Checking colorchoice v1.0.2 |
2144 | 2025-04-18T23:41:55.765Z | Checking publicsuffix v2.3.0 |
2145 | 2025-04-18T23:41:55.811Z | Checking anstream v0.6.15 |
2146 | 2025-04-18T23:41:55.859Z | Checking sec1 v0.7.3 |
2147 | 2025-04-18T23:41:55.902Z | Checking postgres-protocol v0.6.8 |
2148 | 2025-04-18T23:41:56.020Z | Checking num-iter v0.1.45 |
2149 | 2025-04-18T23:41:56.149Z | Checking heapless v0.7.17 |
2150 | 2025-04-18T23:41:56.188Z | Checking group v0.13.0 |
2151 | 2025-04-18T23:41:56.213Z | Checking bzip2 v0.4.4 |
2152 | 2025-04-18T23:41:56.449Z | Checking syn v2.0.98 |
2153 | 2025-04-18T23:41:56.474Z | Checking dof v0.3.0 |
2154 | 2025-04-18T23:41:56.500Z | Compiling daft v0.1.2 |
2155 | 2025-04-18T23:41:56.525Z | Checking dtrace-parser v0.2.0 |
2156 | 2025-04-18T23:41:56.884Z | Checking tokio-native-tls v0.3.1 |
2157 | 2025-04-18T23:41:56.935Z | Checking rayon-core v1.12.1 |
2158 | 2025-04-18T23:41:56.968Z | Checking cookie v0.18.1 |
2159 | 2025-04-18T23:41:56.994Z | Checking ipnetwork v0.21.1 |
2160 | 2025-04-18T23:41:57.135Z | Checking terminal_size v0.4.0 |
2161 | 2025-04-18T23:41:57.169Z | Checking hyper v1.6.0 |
2162 | 2025-04-18T23:41:57.304Z | Checking flate2 v1.1.0 |
2163 | 2025-04-18T23:41:57.330Z | Checking phf_shared v0.11.2 |
2164 | 2025-04-18T23:41:57.371Z | Checking http-body-util v0.1.2 |
2165 | 2025-04-18T23:41:57.519Z | Checking lazy_static v1.5.0 |
2166 | 2025-04-18T23:41:57.570Z | Checking webpki-roots v0.26.6 |
2167 | 2025-04-18T23:41:57.646Z | Checking signal-hook v0.3.17 |
2168 | 2025-04-18T23:41:57.756Z | Checking hkdf v0.12.4 |
2169 | 2025-04-18T23:41:57.788Z | Checking crypto-bigint v0.5.5 |
2170 | 2025-04-18T23:41:57.893Z | Checking sync_wrapper v1.0.1 |
2171 | 2025-04-18T23:41:57.995Z | Checking thread-id v4.2.2 |
2172 | 2025-04-18T23:41:58.021Z | Checking object v0.36.5 |
2173 | 2025-04-18T23:41:58.057Z | Checking tokio-rustls v0.26.0 |
2174 | 2025-04-18T23:41:58.082Z | Checking lockfree-object-pool v0.1.6 |
2175 | 2025-04-18T23:41:58.126Z | Checking strsim v0.11.1 |
2176 | 2025-04-18T23:41:58.293Z | Checking clap_lex v0.7.4 |
2177 | 2025-04-18T23:41:58.394Z | Checking ipnet v2.11.0 |
2178 | 2025-04-18T23:41:58.419Z | Checking bumpalo v3.16.0 |
2179 | 2025-04-18T23:41:58.539Z | Checking managed v0.8.0 |
2180 | 2025-04-18T23:41:58.709Z | Checking simd-adler32 v0.3.7 |
2181 | 2025-04-18T23:41:58.813Z | Checking winnow v0.5.40 |
2182 | 2025-04-18T23:41:58.875Z | Checking rustc-demangle v0.1.24 |
2183 | 2025-04-18T23:41:58.900Z | Checking addr2line v0.24.2 |
2184 | 2025-04-18T23:41:58.926Z | Checking hyper-util v0.1.10 |
2185 | 2025-04-18T23:41:59.015Z | Checking tower-layer v0.3.3 |
2186 | 2025-04-18T23:41:59.253Z | Checking bitflags v1.3.2 |
2187 | 2025-04-18T23:41:59.278Z | Checking unicode-width v0.2.0 |
2188 | 2025-04-18T23:41:59.355Z | Checking smoltcp v0.9.1 |
2189 | 2025-04-18T23:41:59.381Z | Checking tower v0.5.2 |
2190 | 2025-04-18T23:41:59.676Z | Checking console v0.15.10 |
2191 | 2025-04-18T23:41:59.971Z | Checking zopfli v0.8.1 |
2192 | 2025-04-18T23:42:00.110Z | Checking elliptic-curve v0.13.8 |
2193 | 2025-04-18T23:42:00.161Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2194 | 2025-04-18T23:42:00.415Z | Checking clap_builder v4.5.32 |
2195 | 2025-04-18T23:42:00.549Z | Checking signal-hook-mio v0.2.4 |
2196 | 2025-04-18T23:42:00.576Z | Checking num-bigint-dig v0.8.4 |
2197 | 2025-04-18T23:42:00.604Z | Checking hyper-rustls v0.27.3 |
2198 | 2025-04-18T23:42:00.642Z | Checking hyper-tls v0.6.0 |
2199 | 2025-04-18T23:42:00.695Z | Checking phf v0.11.2 |
2200 | 2025-04-18T23:42:00.900Z | Checking rayon v1.10.0 |
2201 | 2025-04-18T23:42:00.925Z | Checking cookie_store v0.21.1 |
2202 | 2025-04-18T23:42:00.951Z | Checking oxnet v0.1.1 |
2203 | 2025-04-18T23:42:01.113Z | Checking toml_edit v0.19.15 |
2204 | 2025-04-18T23:42:01.264Z | Checking postgres-types v0.2.9 |
2205 | 2025-04-18T23:42:01.527Z | Checking regex v1.11.1 |
2206 | 2025-04-18T23:42:01.555Z | Checking usdt-impl v0.5.0 |
2207 | 2025-04-18T23:42:01.852Z | Checking bstr v1.10.0 |
2208 | 2025-04-18T23:42:02.015Z | Checking ed25519 v2.2.3 |
2209 | 2025-04-18T23:42:02.042Z | Checking phf_shared v0.10.0 |
2210 | 2025-04-18T23:42:02.279Z | Checking serde_urlencoded v0.7.1 |
2211 | 2025-04-18T23:42:02.305Z | Checking futures-executor v0.3.31 |
2212 | 2025-04-18T23:42:02.339Z | Checking zerocopy v0.6.6 |
2213 | 2025-04-18T23:42:02.527Z | Checking curve25519-dalek v4.1.3 |
2214 | 2025-04-18T23:42:02.638Z | Checking rustls-pemfile v2.2.0 |
2215 | 2025-04-18T23:42:02.664Z | Checking hubpack v0.1.2 |
2216 | 2025-04-18T23:42:02.853Z | Checking memoffset v0.9.1 |
2217 | 2025-04-18T23:42:02.956Z | Checking pkcs1 v0.7.5 |
2218 | 2025-04-18T23:42:02.982Z | Checking portable-atomic v1.9.0 |
2219 | 2025-04-18T23:42:03.007Z | Checking serde-big-array v0.5.1 |
2220 | 2025-04-18T23:42:03.165Z | Checking float-cmp v0.10.0 |
2221 | 2025-04-18T23:42:03.199Z | Checking backtrace v0.3.74 |
2222 | 2025-04-18T23:42:03.224Z | Checking rfc6979 v0.4.0 |
2223 | 2025-04-18T23:42:03.296Z | Checking memmap v0.7.0 |
2224 | 2025-04-18T23:42:03.324Z | Checking encoding_rs v0.8.34 |
2225 | 2025-04-18T23:42:03.369Z | Checking data-encoding v2.6.0 |
2226 | 2025-04-18T23:42:03.398Z | Checking number_prefix v0.4.0 |
2227 | 2025-04-18T23:42:03.500Z | Checking normalize-line-endings v0.3.0 |
2228 | 2025-04-18T23:42:03.585Z | Checking new_debug_unreachable v1.0.6 |
2229 | 2025-04-18T23:42:03.620Z | Checking whoami v1.5.2 |
2230 | 2025-04-18T23:42:03.689Z | Checking winnow v0.7.3 |
2231 | 2025-04-18T23:42:03.724Z | Checking minimal-lexical v0.2.1 |
2232 | 2025-04-18T23:42:03.848Z | Checking predicates-core v1.0.8 |
2233 | 2025-04-18T23:42:03.879Z | Checking precomputed-hash v0.1.1 |
2234 | 2025-04-18T23:42:03.909Z | Checking fixedbitset v0.4.2 |
2235 | 2025-04-18T23:42:04.002Z | Checking static_assertions v1.1.0 |
2236 | 2025-04-18T23:42:04.033Z | Checking difflib v0.4.0 |
2237 | 2025-04-18T23:42:04.059Z | Checking unicode-segmentation v1.12.0 |
2238 | 2025-04-18T23:42:04.091Z | Checking mime v0.3.17 |
2239 | 2025-04-18T23:42:04.116Z | Checking ed25519-dalek v2.1.1 |
2240 | 2025-04-18T23:42:04.141Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2241 | 2025-04-18T23:42:04.167Z | Checking petgraph v0.6.5 |
2242 | 2025-04-18T23:42:04.321Z | Checking predicates v3.1.3 |
2243 | 2025-04-18T23:42:04.379Z | Checking nom v7.1.3 |
2244 | 2025-04-18T23:42:04.494Z | Checking string_cache v0.8.7 |
2245 | 2025-04-18T23:42:04.639Z | Checking similar v2.7.0 |
2246 | 2025-04-18T23:42:04.755Z | Checking indicatif v0.17.11 |
2247 | 2025-04-18T23:42:04.853Z | Checking tokio-postgres v0.7.13 |
2248 | 2025-04-18T23:42:05.177Z | Checking reqwest v0.12.12 |
2249 | 2025-04-18T23:42:05.365Z | Checking hickory-proto v0.24.4 |
2250 | 2025-04-18T23:42:05.420Z | Checking anyhow v1.0.97 |
2251 | 2025-04-18T23:42:05.757Z | Checking usdt v0.5.0 |
2252 | 2025-04-18T23:42:06.004Z | Checking ecdsa v0.16.9 |
2253 | 2025-04-18T23:42:06.042Z | Checking toml_edit v0.22.24 |
2254 | 2025-04-18T23:42:06.551Z | Checking rsa v0.9.6 |
2255 | 2025-04-18T23:42:06.631Z | Checking toml v0.7.8 |
2256 | 2025-04-18T23:42:06.834Z | Checking clap v4.5.32 |
2257 | 2025-04-18T23:42:06.941Z | Checking nix v0.29.0 |
2258 | 2025-04-18T23:42:07.115Z | Checking futures v0.3.31 |
2259 | 2025-04-18T23:42:07.201Z | Checking crossterm v0.28.1 |
2260 | 2025-04-18T23:42:07.227Z | Checking zip v2.1.3 |
2261 | 2025-04-18T23:42:07.292Z | Checking zip v0.6.6 |
2262 | 2025-04-18T23:42:07.410Z | Checking itertools v0.10.5 |
2263 | 2025-04-18T23:42:07.890Z | Checking tokio-stream v0.1.17 |
2264 | 2025-04-18T23:42:08.111Z | Checking fs-err v2.11.0 |
2265 | 2025-04-18T23:42:08.157Z | Checking buf-list v1.0.3 |
2266 | 2025-04-18T23:42:08.355Z | Checking ahash v0.8.11 |
2267 | 2025-04-18T23:42:08.381Z | Checking slog v2.7.0 |
2268 | 2025-04-18T23:42:08.448Z | Checking openapiv3 v2.0.0 |
2269 | 2025-04-18T23:42:08.569Z | Checking x509-cert v0.2.5 |
2270 | 2025-04-18T23:42:08.615Z | Checking hex v0.4.3 |
2271 | 2025-04-18T23:42:08.640Z | Checking sha1 v0.10.6 |
2272 | 2025-04-18T23:42:08.773Z | Checking peg-runtime v0.8.5 |
2273 | 2025-04-18T23:42:08.798Z | Checking heck v0.4.1 |
2274 | 2025-04-18T23:42:08.889Z | Checking lalrpop-util v0.19.12 |
2275 | 2025-04-18T23:42:09.005Z | Checking camino v1.1.9 |
2276 | 2025-04-18T23:42:09.031Z | Checking sigpipe v0.1.3 |
2277 | 2025-04-18T23:42:11.112Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2278 | 2025-04-18T23:42:11.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.96s |
2279 | 2025-04-18T23:42:11.707Z | |
2280 | 2025-04-18T23:42:11.707Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/203) |
2281 | 2025-04-18T23:42:12.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2282 | 2025-04-18T23:42:12.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2283 | 2025-04-18T23:42:12.622Z | Compiling regress v0.10.3 |
2284 | 2025-04-18T23:42:12.660Z | Compiling thiserror-impl v2.0.12 |
2285 | 2025-04-18T23:42:12.686Z | Checking heck v0.5.0 |
2286 | 2025-04-18T23:42:12.719Z | Compiling unsafe-libyaml v0.2.11 |
2287 | 2025-04-18T23:42:12.745Z | Checking dirs-sys-next v0.1.2 |
2288 | 2025-04-18T23:42:12.770Z | Checking fastrand v2.1.1 |
2289 | 2025-04-18T23:42:12.796Z | Checking thread_local v1.1.8 |
2290 | 2025-04-18T23:42:12.904Z | Compiling structmeta-derive v0.3.0 |
2291 | 2025-04-18T23:42:12.942Z | Checking dirs-next v2.0.0 |
2292 | 2025-04-18T23:42:13.063Z | Compiling ident_case v1.0.1 |
2293 | 2025-04-18T23:42:13.088Z | Checking tempfile v3.13.0 |
2294 | 2025-04-18T23:42:13.114Z | Checking term v0.7.0 |
2295 | 2025-04-18T23:42:13.254Z | Compiling darling_core v0.20.10 |
2296 | 2025-04-18T23:42:13.429Z | Checking newtype-uuid v1.2.1 |
2297 | 2025-04-18T23:42:13.501Z | Checking crossbeam-channel v0.5.13 |
2298 | 2025-04-18T23:42:13.671Z | Checking is-terminal v0.4.13 |
2299 | 2025-04-18T23:42:13.796Z | Compiling serde_yaml v0.9.34+deprecated |
2300 | 2025-04-18T23:42:14.130Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2301 | 2025-04-18T23:42:14.231Z | Checking take_mut v0.2.2 |
2302 | 2025-04-18T23:42:14.381Z | Compiling rustls v0.22.4 |
2303 | 2025-04-18T23:42:14.462Z | Checking slog-async v2.8.0 |
2304 | 2025-04-18T23:42:14.669Z | Checking slog-term v2.9.1 |
2305 | 2025-04-18T23:42:14.728Z | Checking daft v0.1.2 |
2306 | 2025-04-18T23:42:14.984Z | Compiling structmeta v0.3.0 |
2307 | 2025-04-18T23:42:15.099Z | Compiling proc-macro-crate v1.3.1 |
2308 | 2025-04-18T23:42:15.125Z | Checking wait-timeout v0.2.0 |
2309 | 2025-04-18T23:42:15.216Z | Compiling thiserror v2.0.12 |
2310 | 2025-04-18T23:42:15.345Z | Compiling multer v3.1.0 |
2311 | 2025-04-18T23:42:15.375Z | Checking match_cfg v0.1.0 |
2312 | 2025-04-18T23:42:15.478Z | Compiling typify-impl v0.3.0 |
2313 | 2025-04-18T23:42:15.503Z | Compiling typify-impl v0.2.0 |
2314 | 2025-04-18T23:42:15.890Z | Checking bit-vec v0.8.0 |
2315 | 2025-04-18T23:42:16.219Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2316 | 2025-04-18T23:42:16.342Z | Checking quick-error v1.2.3 |
2317 | 2025-04-18T23:42:16.533Z | Checking rusty-fork v0.3.0 |
2318 | 2025-04-18T23:42:16.558Z | Checking bit-set v0.8.0 |
2319 | 2025-04-18T23:42:16.734Z | Compiling num_enum_derive v0.5.11 |
2320 | 2025-04-18T23:42:16.821Z | Checking hostname v0.3.1 |
2321 | 2025-04-18T23:42:16.876Z | Compiling parse-display-derive v0.10.0 |
2322 | 2025-04-18T23:42:17.734Z | Checking progenitor-client v0.9.1 |
2323 | 2025-04-18T23:42:17.802Z | Checking slog-json v2.6.1 |
2324 | 2025-04-18T23:42:18.063Z | Compiling lzma-sys v0.1.20 |
2325 | 2025-04-18T23:42:18.116Z | Checking rand_xorshift v0.3.0 |
2326 | 2025-04-18T23:42:18.164Z | Compiling darling_macro v0.20.10 |
2327 | 2025-04-18T23:42:18.298Z | Compiling foreign-types-macros v0.2.3 |
2328 | 2025-04-18T23:42:18.661Z | Compiling async-stream-impl v0.3.6 |
2329 | 2025-04-18T23:42:18.705Z | Compiling dropshot v0.16.0 |
2330 | 2025-04-18T23:42:18.940Z | Compiling darling v0.20.10 |
2331 | 2025-04-18T23:42:18.980Z | Checking arc-swap v1.7.1 |
2332 | 2025-04-18T23:42:19.069Z | Checking foreign-types-shared v0.3.1 |
2333 | 2025-04-18T23:42:19.205Z | Checking unarray v0.1.4 |
2334 | 2025-04-18T23:42:19.316Z | Checking utf-8 v0.7.6 |
2335 | 2025-04-18T23:42:19.369Z | Checking proptest v1.6.0 |
2336 | 2025-04-18T23:42:19.395Z | Checking slog-scope v4.4.0 |
2337 | 2025-04-18T23:42:19.519Z | Checking tungstenite v0.21.0 |
2338 | 2025-04-18T23:42:19.588Z | Checking foreign-types v0.5.0 |
2339 | 2025-04-18T23:42:19.709Z | Compiling serde_with_macros v3.12.0 |
2340 | 2025-04-18T23:42:19.734Z | Checking async-stream v0.3.6 |
2341 | 2025-04-18T23:42:20.054Z | Checking tokio-rustls v0.25.0 |
2342 | 2025-04-18T23:42:20.080Z | Checking num_enum v0.5.11 |
2343 | 2025-04-18T23:42:20.254Z | Checking slog-bunyan v2.5.0 |
2344 | 2025-04-18T23:42:20.305Z | Checking parse-display v0.10.0 |
2345 | 2025-04-18T23:42:20.405Z | Checking strum v0.26.3 |
2346 | 2025-04-18T23:42:20.437Z | Compiling proc-macro-error v1.0.4 |
2347 | 2025-04-18T23:42:20.584Z | Compiling test-strategy v0.4.0 |
2348 | 2025-04-18T23:42:20.739Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2349 | 2025-04-18T23:42:20.870Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2350 | 2025-04-18T23:42:20.912Z | Checking toml v0.8.20 |
2351 | 2025-04-18T23:42:21.046Z | Checking progenitor-client v0.8.0 |
2352 | 2025-04-18T23:42:21.196Z | Compiling heck v0.3.3 |
2353 | 2025-04-18T23:42:21.482Z | Checking waitgroup v0.1.2 |
2354 | 2025-04-18T23:42:21.621Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2355 | 2025-04-18T23:42:21.657Z | Compiling dropshot_endpoint v0.16.0 |
2356 | 2025-04-18T23:42:21.682Z | Checking serde_path_to_error v0.1.16 |
2357 | 2025-04-18T23:42:22.076Z | Checking cstr-argument v0.1.2 |
2358 | 2025-04-18T23:42:22.252Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2359 | 2025-04-18T23:42:22.277Z | Checking hostname v0.4.0 |
2360 | 2025-04-18T23:42:22.346Z | Checking instant v0.1.13 |
2361 | 2025-04-18T23:42:22.435Z | Checking base64 v0.21.7 |
2362 | 2025-04-18T23:42:22.466Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2363 | 2025-04-18T23:42:22.742Z | Checking debug-ignore v1.0.5 |
2364 | 2025-04-18T23:42:22.867Z | Checking pretty-hex v0.2.1 |
2365 | 2025-04-18T23:42:22.893Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2366 | 2025-04-18T23:42:23.037Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2367 | 2025-04-18T23:42:23.062Z | Checking backoff v0.4.0 |
2368 | 2025-04-18T23:42:23.088Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2369 | 2025-04-18T23:42:23.247Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2370 | 2025-04-18T23:42:23.338Z | Checking serde_with v3.12.0 |
2371 | 2025-04-18T23:42:23.366Z | Compiling zone_cfg_derive v0.1.2 |
2372 | 2025-04-18T23:42:23.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2373 | 2025-04-18T23:42:23.552Z | Checking tokio-tungstenite v0.21.0 |
2374 | 2025-04-18T23:42:23.592Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2375 | 2025-04-18T23:42:24.098Z | Checking slog-stdlog v4.1.1 |
2376 | 2025-04-18T23:42:24.132Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2377 | 2025-04-18T23:42:24.165Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2378 | 2025-04-18T23:42:24.273Z | Checking colored v2.2.0 |
2379 | 2025-04-18T23:42:24.441Z | Checking macaddr v1.0.1 |
2380 | 2025-04-18T23:42:24.472Z | Checking winnow v0.6.20 |
2381 | 2025-04-18T23:42:24.497Z | Checking base64 v0.13.1 |
2382 | 2025-04-18T23:42:24.613Z | Checking unicode-width v0.1.14 |
2383 | 2025-04-18T23:42:24.768Z | Checking zone v0.1.8 |
2384 | 2025-04-18T23:42:24.867Z | Checking ron v0.7.1 |
2385 | 2025-04-18T23:42:25.025Z | Checking tabwriter v1.4.0 |
2386 | 2025-04-18T23:42:25.256Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2387 | 2025-04-18T23:42:25.343Z | Checking slog-envlogger v2.2.0 |
2388 | 2025-04-18T23:42:25.548Z | Checking xz2 v0.1.7 |
2389 | 2025-04-18T23:42:25.660Z | Checking xattr v1.3.1 |
2390 | 2025-04-18T23:42:25.800Z | Checking pem v3.0.5 |
2391 | 2025-04-18T23:42:25.830Z | Checking yasna v0.5.2 |
2392 | 2025-04-18T23:42:25.864Z | Checking smf v0.2.3 |
2393 | 2025-04-18T23:42:26.043Z | Checking headers-core v0.3.0 |
2394 | 2025-04-18T23:42:26.068Z | Checking filetime v0.2.25 |
2395 | 2025-04-18T23:42:26.200Z | Checking same-file v1.0.6 |
2396 | 2025-04-18T23:42:26.272Z | Checking headers v0.4.0 |
2397 | 2025-04-18T23:42:26.297Z | Checking tar v0.4.44 |
2398 | 2025-04-18T23:42:26.388Z | Checking walkdir v2.5.0 |
2399 | 2025-04-18T23:42:26.624Z | Checking rcgen v0.12.1 |
2400 | 2025-04-18T23:42:26.667Z | Checking camino-tempfile v1.1.1 |
2401 | 2025-04-18T23:42:26.938Z | Checking atomicwrites v0.4.4 |
2402 | 2025-04-18T23:42:27.104Z | Checking subprocess v0.2.9 |
2403 | 2025-04-18T23:42:27.398Z | Compiling typify-macro v0.2.0 |
2404 | 2025-04-18T23:42:27.426Z | Compiling typify-macro v0.3.0 |
2405 | 2025-04-18T23:42:29.501Z | Compiling typify v0.3.0 |
2406 | 2025-04-18T23:42:29.591Z | Compiling typify v0.2.0 |
2407 | 2025-04-18T23:42:29.630Z | Compiling progenitor-impl v0.9.1 |
2408 | 2025-04-18T23:42:29.701Z | Compiling progenitor-impl v0.8.0 |
2409 | 2025-04-18T23:42:33.062Z | Compiling progenitor-macro v0.8.0 |
2410 | 2025-04-18T23:42:33.154Z | Compiling progenitor-macro v0.9.1 |
2411 | 2025-04-18T23:42:37.439Z | Checking progenitor v0.8.0 |
2412 | 2025-04-18T23:42:37.623Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2413 | 2025-04-18T23:42:38.122Z | Checking progenitor v0.9.1 |
2414 | 2025-04-18T23:42:38.311Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2415 | 2025-04-18T23:42:40.980Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2416 | 2025-04-18T23:42:42.108Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2417 | 2025-04-18T23:42:50.531Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2418 | 2025-04-18T23:42:52.563Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2419 | 2025-04-18T23:42:54.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.56s |
2420 | 2025-04-18T23:42:54.458Z | |
2421 | 2025-04-18T23:42:54.458Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/203) |
2422 | 2025-04-18T23:42:55.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2423 | 2025-04-18T23:42:55.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2424 | 2025-04-18T23:42:55.404Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2425 | 2025-04-18T23:42:57.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.73s |
2426 | 2025-04-18T23:42:57.398Z | |
2427 | 2025-04-18T23:42:57.398Z | info: running `cargo check --bins` on nexus-config (51/203) |
2428 | 2025-04-18T23:42:58.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2429 | 2025-04-18T23:42:58.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2430 | 2025-04-18T23:42:58.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2431 | 2025-04-18T23:42:58.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2432 | 2025-04-18T23:42:58.330Z | |
2433 | 2025-04-18T23:42:58.330Z | info: running `cargo check --bins` on omicron-rpaths (52/203) |
2434 | 2025-04-18T23:42:59.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2435 | 2025-04-18T23:42:59.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2436 | 2025-04-18T23:42:59.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2437 | 2025-04-18T23:42:59.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2438 | 2025-04-18T23:42:59.197Z | |
2439 | 2025-04-18T23:42:59.197Z | info: running `cargo check --bins` on omicron-certificates (53/203) |
2440 | 2025-04-18T23:42:59.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2441 | 2025-04-18T23:43:00.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2442 | 2025-04-18T23:43:00.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2443 | 2025-04-18T23:43:00.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2444 | 2025-04-18T23:43:00.102Z | |
2445 | 2025-04-18T23:43:00.102Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/203) |
2446 | 2025-04-18T23:43:00.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2447 | 2025-04-18T23:43:00.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2448 | 2025-04-18T23:43:01.106Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2449 | 2025-04-18T23:43:01.138Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2450 | 2025-04-18T23:43:01.164Z | Compiling tempfile v3.13.0 |
2451 | 2025-04-18T23:43:01.164Z | Compiling wait-timeout v0.2.0 |
2452 | 2025-04-18T23:43:01.164Z | Compiling quick-error v1.2.3 |
2453 | 2025-04-18T23:43:01.164Z | Compiling match_cfg v0.1.0 |
2454 | 2025-04-18T23:43:01.164Z | Compiling bit-vec v0.8.0 |
2455 | 2025-04-18T23:43:01.164Z | Compiling rustls v0.22.4 |
2456 | 2025-04-18T23:43:01.295Z | Compiling hostname v0.3.1 |
2457 | 2025-04-18T23:43:01.295Z | Compiling progenitor-client v0.9.1 |
2458 | 2025-04-18T23:43:01.426Z | Compiling slog-json v2.6.1 |
2459 | 2025-04-18T23:43:01.505Z | Compiling rand_xorshift v0.3.0 |
2460 | 2025-04-18T23:43:01.641Z | Compiling bit-set v0.8.0 |
2461 | 2025-04-18T23:43:01.728Z | Compiling rusty-fork v0.3.0 |
2462 | 2025-04-18T23:43:01.765Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2463 | 2025-04-18T23:43:01.790Z | Compiling itertools v0.13.0 |
2464 | 2025-04-18T23:43:01.826Z | Compiling unarray v0.1.4 |
2465 | 2025-04-18T23:43:01.852Z | Compiling heapless v0.8.0 |
2466 | 2025-04-18T23:43:01.919Z | Compiling progenitor v0.9.1 |
2467 | 2025-04-18T23:43:01.989Z | Compiling slog-bunyan v2.5.0 |
2468 | 2025-04-18T23:43:02.015Z | Compiling parse-display v0.10.0 |
2469 | 2025-04-18T23:43:02.132Z | Compiling proptest v1.6.0 |
2470 | 2025-04-18T23:43:02.205Z | Compiling async-stream v0.3.6 |
2471 | 2025-04-18T23:43:02.350Z | Compiling multer v3.1.0 |
2472 | 2025-04-18T23:43:02.476Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2473 | 2025-04-18T23:43:02.532Z | Compiling toml v0.8.20 |
2474 | 2025-04-18T23:43:02.586Z | Compiling waitgroup v0.1.2 |
2475 | 2025-04-18T23:43:02.641Z | Checking hash32 v0.3.1 |
2476 | 2025-04-18T23:43:02.810Z | Compiling serde_path_to_error v0.1.16 |
2477 | 2025-04-18T23:43:02.856Z | Compiling hostname v0.4.0 |
2478 | 2025-04-18T23:43:03.076Z | Compiling instant v0.1.13 |
2479 | 2025-04-18T23:43:03.221Z | Compiling smoltcp v0.11.0 |
2480 | 2025-04-18T23:43:03.246Z | Compiling debug-ignore v1.0.5 |
2481 | 2025-04-18T23:43:03.408Z | Compiling backoff v0.4.0 |
2482 | 2025-04-18T23:43:03.723Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
2483 | 2025-04-18T23:43:03.808Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2484 | 2025-04-18T23:43:03.834Z | Compiling serde_with v3.12.0 |
2485 | 2025-04-18T23:43:03.998Z | Checking num-rational v0.4.2 |
2486 | 2025-04-18T23:43:04.260Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2487 | 2025-04-18T23:43:04.446Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2488 | 2025-04-18T23:43:04.686Z | Compiling phf_generator v0.11.2 |
2489 | 2025-04-18T23:43:04.855Z | Checking num-complex v0.4.6 |
2490 | 2025-04-18T23:43:05.548Z | Compiling tokio-rustls v0.25.0 |
2491 | 2025-04-18T23:43:05.926Z | Compiling dropshot v0.16.0 |
2492 | 2025-04-18T23:43:06.683Z | Compiling macaddr v1.0.1 |
2493 | 2025-04-18T23:43:06.880Z | Checking cobs v0.2.3 |
2494 | 2025-04-18T23:43:07.069Z | Compiling num v0.4.3 |
2495 | 2025-04-18T23:43:07.095Z | Checking postcard v1.0.10 |
2496 | 2025-04-18T23:43:07.286Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2497 | 2025-04-18T23:43:07.576Z | Compiling phf_codegen v0.11.2 |
2498 | 2025-04-18T23:43:08.033Z | Compiling parse-zoneinfo v0.3.1 |
2499 | 2025-04-18T23:43:08.529Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2500 | 2025-04-18T23:43:08.803Z | Compiling float-ord v0.3.2 |
2501 | 2025-04-18T23:43:09.145Z | Compiling convert_case v0.4.0 |
2502 | 2025-04-18T23:43:09.537Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2503 | 2025-04-18T23:43:09.640Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2504 | 2025-04-18T23:43:09.797Z | Compiling chrono-tz-build v0.4.0 |
2505 | 2025-04-18T23:43:09.918Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2506 | 2025-04-18T23:43:09.943Z | Compiling derive_more v0.99.19 |
2507 | 2025-04-18T23:43:10.273Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2508 | 2025-04-18T23:43:10.403Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2025-04-18T23:43:10.811Z | Checking linked-hash-map v0.5.6 |
2510 | 2025-04-18T23:43:10.836Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2511 | 2025-04-18T23:43:10.913Z | Compiling chrono-tz v0.10.1 |
2512 | 2025-04-18T23:43:11.143Z | Checking lru-cache v0.1.2 |
2513 | 2025-04-18T23:43:11.425Z | Checking newline-converter v0.3.0 |
2514 | 2025-04-18T23:43:11.587Z | Checking resolv-conf v0.7.0 |
2515 | 2025-04-18T23:43:11.612Z | Checking itertools v0.14.0 |
2516 | 2025-04-18T23:43:11.928Z | Checking prettyplease v0.2.30 |
2517 | 2025-04-18T23:43:12.150Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-04-18T23:43:12.986Z | Compiling slog-dtrace v0.3.0 |
2519 | 2025-04-18T23:43:13.287Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2520 | 2025-04-18T23:43:13.472Z | Checking hickory-resolver v0.24.4 |
2521 | 2025-04-18T23:43:13.511Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2522 | 2025-04-18T23:43:13.774Z | Checking expectorate v1.1.0 |
2523 | 2025-04-18T23:43:13.839Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2524 | 2025-04-18T23:43:13.937Z | Compiling zone_cfg_derive v0.3.0 |
2525 | 2025-04-18T23:43:14.708Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2526 | 2025-04-18T23:43:14.775Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2527 | 2025-04-18T23:43:14.877Z | Compiling const_format_proc_macros v0.2.34 |
2528 | 2025-04-18T23:43:14.955Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2529 | 2025-04-18T23:43:15.026Z | Compiling num-derive v0.4.2 |
2530 | 2025-04-18T23:43:15.074Z | Compiling derive-where v1.2.7 |
2531 | 2025-04-18T23:43:15.461Z | Checking highway v1.3.0 |
2532 | 2025-04-18T23:43:15.690Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2533 | 2025-04-18T23:43:15.855Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2534 | 2025-04-18T23:43:15.893Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2535 | 2025-04-18T23:43:16.007Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2536 | 2025-04-18T23:43:16.108Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2537 | 2025-04-18T23:43:16.566Z | Checking const_format v0.2.34 |
2538 | 2025-04-18T23:43:16.778Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
2539 | 2025-04-18T23:43:16.991Z | Checking zone v0.3.0 |
2540 | 2025-04-18T23:43:17.016Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
2541 | 2025-04-18T23:43:17.176Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2542 | 2025-04-18T23:43:17.493Z | Checking gethostname v0.5.0 |
2543 | 2025-04-18T23:43:17.632Z | Checking bcs v0.1.6 |
2544 | 2025-04-18T23:43:17.657Z | Checking nanorand v0.7.0 |
2545 | 2025-04-18T23:43:17.682Z | Compiling async-recursion v1.1.1 |
2546 | 2025-04-18T23:43:17.786Z | Checking qorb v0.2.1 |
2547 | 2025-04-18T23:43:18.004Z | Checking termtree v0.5.1 |
2548 | 2025-04-18T23:43:18.051Z | Checking flume v0.11.1 |
2549 | 2025-04-18T23:43:18.272Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2550 | 2025-04-18T23:43:25.552Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2551 | 2025-04-18T23:43:29.921Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2552 | 2025-04-18T23:43:33.428Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2025-04-18T23:43:35.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.01s |
2554 | 2025-04-18T23:43:35.304Z | |
2555 | 2025-04-18T23:43:35.304Z | info: running `cargo check --bins` on clickhouse-admin-api (55/203) |
2556 | 2025-04-18T23:43:36.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-04-18T23:43:36.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-04-18T23:43:36.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-04-18T23:43:36.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2560 | 2025-04-18T23:43:36.210Z | |
2561 | 2025-04-18T23:43:36.210Z | info: running `cargo check --bins` on clickhouse-admin-types (56/203) |
2562 | 2025-04-18T23:43:36.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-04-18T23:43:37.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-04-18T23:43:37.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-04-18T23:43:37.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2566 | 2025-04-18T23:43:37.102Z | |
2567 | 2025-04-18T23:43:37.102Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/203) |
2568 | 2025-04-18T23:43:37.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-04-18T23:43:37.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-04-18T23:43:38.065Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2571 | 2025-04-18T23:43:38.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
2572 | 2025-04-18T23:43:38.994Z | |
2573 | 2025-04-18T23:43:38.994Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/203) |
2574 | 2025-04-18T23:43:39.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-04-18T23:43:39.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-04-18T23:43:39.944Z | Compiling cfg_aliases v0.1.1 |
2577 | 2025-04-18T23:43:39.970Z | Compiling vte_generate_state_changes v0.1.2 |
2578 | 2025-04-18T23:43:39.970Z | Checking fd-lock v4.0.2 |
2579 | 2025-04-18T23:43:39.970Z | Checking nibble_vec v0.1.0 |
2580 | 2025-04-18T23:43:39.970Z | Checking bytecount v0.6.8 |
2581 | 2025-04-18T23:43:39.970Z | Checking endian-type v0.1.2 |
2582 | 2025-04-18T23:43:39.995Z | Compiling tabled_derive v0.7.0 |
2583 | 2025-04-18T23:43:40.021Z | Checking itertools v0.12.1 |
2584 | 2025-04-18T23:43:40.111Z | Compiling nix v0.28.0 |
2585 | 2025-04-18T23:43:40.154Z | Checking papergrid v0.11.0 |
2586 | 2025-04-18T23:43:40.182Z | Compiling peg-macros v0.8.5 |
2587 | 2025-04-18T23:43:40.237Z | Checking radix_trie v0.2.1 |
2588 | 2025-04-18T23:43:40.263Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2589 | 2025-04-18T23:43:40.600Z | Checking vte v0.11.1 |
2590 | 2025-04-18T23:43:40.625Z | Compiling sqlparser_derive v0.2.2 |
2591 | 2025-04-18T23:43:41.127Z | Checking unicode_categories v0.1.1 |
2592 | 2025-04-18T23:43:41.422Z | Checking nu-ansi-term v0.50.1 |
2593 | 2025-04-18T23:43:41.461Z | Checking home v0.5.9 |
2594 | 2025-04-18T23:43:41.528Z | Checking sqlparser v0.45.0 |
2595 | 2025-04-18T23:43:41.627Z | Checking sqlformat v0.2.6 |
2596 | 2025-04-18T23:43:41.777Z | Checking strip-ansi-escapes v0.2.0 |
2597 | 2025-04-18T23:43:41.847Z | Checking display-error-chain v0.2.2 |
2598 | 2025-04-18T23:43:41.954Z | Checking tabled v0.15.0 |
2599 | 2025-04-18T23:43:42.247Z | Checking reedline v0.38.0 |
2600 | 2025-04-18T23:43:42.541Z | Checking peg v0.8.5 |
2601 | 2025-04-18T23:43:42.901Z | Checking rustyline v14.0.0 |
2602 | 2025-04-18T23:43:55.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.39s |
2603 | 2025-04-18T23:43:55.582Z | |
2604 | 2025-04-18T23:43:55.582Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/203) |
2605 | 2025-04-18T23:43:56.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2025-04-18T23:43:56.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2025-04-18T23:43:56.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2608 | 2025-04-18T23:44:03.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.99s |
2609 | 2025-04-18T23:44:03.766Z | |
2610 | 2025-04-18T23:44:03.766Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/203) |
2611 | 2025-04-18T23:44:04.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2025-04-18T23:44:04.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2025-04-18T23:44:04.719Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2614 | 2025-04-18T23:44:09.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2615 | 2025-04-18T23:44:09.738Z | |
2616 | 2025-04-18T23:44:09.738Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/203) |
2617 | 2025-04-18T23:44:10.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2618 | 2025-04-18T23:44:10.572Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2619 | 2025-04-18T23:44:10.698Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2620 | 2025-04-18T23:44:17.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.39s |
2621 | 2025-04-18T23:44:17.324Z | |
2622 | 2025-04-18T23:44:17.324Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/203) |
2623 | 2025-04-18T23:44:18.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2025-04-18T23:44:18.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2025-04-18T23:44:18.315Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2626 | 2025-04-18T23:44:24.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.57s |
2627 | 2025-04-18T23:44:25.089Z | |
2628 | 2025-04-18T23:44:25.089Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/203) |
2629 | 2025-04-18T23:44:25.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2025-04-18T23:44:25.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2025-04-18T23:44:26.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2632 | 2025-04-18T23:44:31.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.94s |
2633 | 2025-04-18T23:44:31.225Z | |
2634 | 2025-04-18T23:44:31.225Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/203) |
2635 | 2025-04-18T23:44:32.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2025-04-18T23:44:32.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2025-04-18T23:44:32.219Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2638 | 2025-04-18T23:44:37.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.15s |
2639 | 2025-04-18T23:44:37.565Z | |
2640 | 2025-04-18T23:44:37.565Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/203) |
2641 | 2025-04-18T23:44:38.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2025-04-18T23:44:38.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2025-04-18T23:44:38.598Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2644 | 2025-04-18T23:44:45.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.02s |
2645 | 2025-04-18T23:44:45.776Z | |
2646 | 2025-04-18T23:44:45.776Z | info: running `cargo check --bins` on oximeter (66/203) |
2647 | 2025-04-18T23:44:46.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2025-04-18T23:44:46.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2025-04-18T23:44:46.570Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2650 | 2025-04-18T23:44:46.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2651 | 2025-04-18T23:44:46.653Z | |
2652 | 2025-04-18T23:44:46.653Z | info: running `cargo check --bins` on oximeter-macro-impl (67/203) |
2653 | 2025-04-18T23:44:47.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2654 | 2025-04-18T23:44:47.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2655 | 2025-04-18T23:44:47.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2656 | 2025-04-18T23:44:47.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2657 | 2025-04-18T23:44:47.505Z | |
2658 | 2025-04-18T23:44:47.505Z | info: running `cargo check --bins` on oximeter-schema (68/203) |
2659 | 2025-04-18T23:44:48.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2660 | 2025-04-18T23:44:48.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2661 | 2025-04-18T23:44:48.390Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2662 | 2025-04-18T23:44:51.105Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2663 | 2025-04-18T23:44:52.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
2664 | 2025-04-18T23:44:52.555Z | |
2665 | 2025-04-18T23:44:52.555Z | info: running `cargo check --bins` on oximeter-types (69/203) |
2666 | 2025-04-18T23:44:53.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-04-18T23:44:53.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-04-18T23:44:53.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-04-18T23:44:53.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2670 | 2025-04-18T23:44:53.479Z | |
2671 | 2025-04-18T23:44:53.479Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/203) |
2672 | 2025-04-18T23:44:54.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-04-18T23:44:54.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-04-18T23:44:54.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-04-18T23:44:54.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2676 | 2025-04-18T23:44:54.373Z | |
2677 | 2025-04-18T23:44:54.373Z | info: running `cargo check --bins` on oxql-types (71/203) |
2678 | 2025-04-18T23:44:55.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-04-18T23:44:55.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-04-18T23:44:55.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-04-18T23:44:55.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2682 | 2025-04-18T23:44:55.264Z | |
2683 | 2025-04-18T23:44:55.264Z | info: running `cargo check --bins` on oximeter-test-utils (72/203) |
2684 | 2025-04-18T23:44:56.069Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-04-18T23:44:56.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-04-18T23:44:56.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2687 | 2025-04-18T23:44:56.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2688 | 2025-04-18T23:44:56.187Z | |
2689 | 2025-04-18T23:44:56.187Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/203) |
2690 | 2025-04-18T23:44:56.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2691 | 2025-04-18T23:44:56.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2692 | 2025-04-18T23:44:56.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2693 | 2025-04-18T23:44:56.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2694 | 2025-04-18T23:44:57.072Z | |
2695 | 2025-04-18T23:44:57.072Z | info: running `cargo check --bins` on bootstrap-agent-client (74/203) |
2696 | 2025-04-18T23:44:57.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2697 | 2025-04-18T23:44:57.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2698 | 2025-04-18T23:44:57.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2699 | 2025-04-18T23:44:57.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2700 | 2025-04-18T23:44:57.971Z | |
2701 | 2025-04-18T23:44:57.971Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/203) |
2702 | 2025-04-18T23:44:58.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2025-04-18T23:44:58.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2025-04-18T23:44:58.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2705 | 2025-04-18T23:44:58.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2706 | 2025-04-18T23:44:58.863Z | |
2707 | 2025-04-18T23:44:58.863Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/203) |
2708 | 2025-04-18T23:44:59.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2025-04-18T23:44:59.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2025-04-18T23:44:59.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2711 | 2025-04-18T23:44:59.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2712 | 2025-04-18T23:44:59.734Z | |
2713 | 2025-04-18T23:44:59.734Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/203) |
2714 | 2025-04-18T23:45:00.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2025-04-18T23:45:00.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2025-04-18T23:45:00.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2717 | 2025-04-18T23:45:00.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2718 | 2025-04-18T23:45:00.619Z | |
2719 | 2025-04-18T23:45:00.619Z | info: running `cargo check --bins` on cockroach-admin-client (78/203) |
2720 | 2025-04-18T23:45:01.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2025-04-18T23:45:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2025-04-18T23:45:01.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2025-04-18T23:45:01.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2724 | 2025-04-18T23:45:01.455Z | |
2725 | 2025-04-18T23:45:01.455Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/203) |
2726 | 2025-04-18T23:45:02.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2025-04-18T23:45:02.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2025-04-18T23:45:02.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2025-04-18T23:45:02.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2730 | 2025-04-18T23:45:02.352Z | |
2731 | 2025-04-18T23:45:02.352Z | info: running `cargo check --bins` on dns-service-client (80/203) |
2732 | 2025-04-18T23:45:03.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2025-04-18T23:45:03.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2025-04-18T23:45:03.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2025-04-18T23:45:03.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2736 | 2025-04-18T23:45:03.250Z | |
2737 | 2025-04-18T23:45:03.251Z | info: running `cargo check --bins` on internal-dns-types (81/203) |
2738 | 2025-04-18T23:45:04.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2025-04-18T23:45:04.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2025-04-18T23:45:04.033Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2025-04-18T23:45:04.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2742 | 2025-04-18T23:45:04.118Z | |
2743 | 2025-04-18T23:45:04.118Z | info: running `cargo check --bins` on dpd-client (82/203) |
2744 | 2025-04-18T23:45:04.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2025-04-18T23:45:04.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2025-04-18T23:45:04.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2025-04-18T23:45:04.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2748 | 2025-04-18T23:45:04.968Z | |
2749 | 2025-04-18T23:45:04.968Z | info: running `cargo check --bins` on ereport-client (83/203) |
2750 | 2025-04-18T23:45:05.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2025-04-18T23:45:05.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2025-04-18T23:45:05.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2025-04-18T23:45:05.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2754 | 2025-04-18T23:45:05.797Z | |
2755 | 2025-04-18T23:45:05.797Z | info: running `cargo check --bins` on ereport-types (84/203) |
2756 | 2025-04-18T23:45:06.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2025-04-18T23:45:06.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2025-04-18T23:45:06.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2759 | 2025-04-18T23:45:06.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2760 | 2025-04-18T23:45:06.635Z | |
2761 | 2025-04-18T23:45:06.635Z | info: running `cargo check --bins` on gateway-client (85/203) |
2762 | 2025-04-18T23:45:07.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2763 | 2025-04-18T23:45:07.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2764 | 2025-04-18T23:45:07.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2765 | 2025-04-18T23:45:07.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2766 | 2025-04-18T23:45:07.478Z | |
2767 | 2025-04-18T23:45:07.478Z | info: running `cargo check --bins` on installinator-client (86/203) |
2768 | 2025-04-18T23:45:08.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2769 | 2025-04-18T23:45:08.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2770 | 2025-04-18T23:45:08.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2771 | 2025-04-18T23:45:08.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2772 | 2025-04-18T23:45:08.373Z | |
2773 | 2025-04-18T23:45:08.373Z | info: running `cargo check --bins` on installinator-common (87/203) |
2774 | 2025-04-18T23:45:09.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2775 | 2025-04-18T23:45:09.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2776 | 2025-04-18T23:45:09.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2777 | 2025-04-18T23:45:09.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2778 | 2025-04-18T23:45:09.305Z | |
2779 | 2025-04-18T23:45:09.305Z | info: running `cargo check --bins` on update-engine (88/203) |
2780 | 2025-04-18T23:45:10.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2781 | 2025-04-18T23:45:10.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2782 | 2025-04-18T23:45:10.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2783 | 2025-04-18T23:45:10.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2784 | 2025-04-18T23:45:10.146Z | |
2785 | 2025-04-18T23:45:10.146Z | info: running `cargo check --bins` on nexus-client (89/203) |
2786 | 2025-04-18T23:45:10.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2787 | 2025-04-18T23:45:10.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2788 | 2025-04-18T23:45:10.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2789 | 2025-04-18T23:45:10.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2790 | 2025-04-18T23:45:11.060Z | |
2791 | 2025-04-18T23:45:11.060Z | info: running `cargo check --bins` on nexus-sled-agent-shared (90/203) |
2792 | 2025-04-18T23:45:11.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2793 | 2025-04-18T23:45:11.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2794 | 2025-04-18T23:45:11.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2795 | 2025-04-18T23:45:11.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2796 | 2025-04-18T23:45:11.966Z | |
2797 | 2025-04-18T23:45:11.966Z | info: running `cargo check --bins` on omicron-passwords (91/203) |
2798 | 2025-04-18T23:45:12.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2799 | 2025-04-18T23:45:12.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2800 | 2025-04-18T23:45:12.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2801 | 2025-04-18T23:45:12.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2802 | 2025-04-18T23:45:12.800Z | |
2803 | 2025-04-18T23:45:12.800Z | info: running `cargo check --bins` on nexus-types (92/203) |
2804 | 2025-04-18T23:45:13.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2805 | 2025-04-18T23:45:13.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2806 | 2025-04-18T23:45:13.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2807 | 2025-04-18T23:45:13.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2808 | 2025-04-18T23:45:13.721Z | |
2809 | 2025-04-18T23:45:13.721Z | info: running `cargo check --bins` on id-map (93/203) |
2810 | 2025-04-18T23:45:14.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2811 | 2025-04-18T23:45:14.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2812 | 2025-04-18T23:45:14.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2813 | 2025-04-18T23:45:14.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2814 | 2025-04-18T23:45:14.541Z | |
2815 | 2025-04-18T23:45:14.541Z | info: running `cargo check --bins` on oxide-client (94/203) |
2816 | 2025-04-18T23:45:15.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2817 | 2025-04-18T23:45:15.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2818 | 2025-04-18T23:45:15.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2819 | 2025-04-18T23:45:15.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2820 | 2025-04-18T23:45:15.367Z | |
2821 | 2025-04-18T23:45:15.367Z | info: running `cargo check --bins` on oximeter-client (95/203) |
2822 | 2025-04-18T23:45:16.169Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2025-04-18T23:45:16.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2025-04-18T23:45:16.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2825 | 2025-04-18T23:45:16.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2826 | 2025-04-18T23:45:16.288Z | |
2827 | 2025-04-18T23:45:16.288Z | info: running `cargo check --bins` on repo-depot-client (96/203) |
2828 | 2025-04-18T23:45:17.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2025-04-18T23:45:17.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2025-04-18T23:45:17.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2831 | 2025-04-18T23:45:17.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2832 | 2025-04-18T23:45:17.159Z | |
2833 | 2025-04-18T23:45:17.159Z | info: running `cargo check --bins` on sled-agent-client (97/203) |
2834 | 2025-04-18T23:45:17.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2025-04-18T23:45:18.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2025-04-18T23:45:18.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2837 | 2025-04-18T23:45:18.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2838 | 2025-04-18T23:45:18.115Z | |
2839 | 2025-04-18T23:45:18.115Z | info: running `cargo check --bins` on wicketd-client (98/203) |
2840 | 2025-04-18T23:45:18.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2025-04-18T23:45:18.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2025-04-18T23:45:18.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2843 | 2025-04-18T23:45:18.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2844 | 2025-04-18T23:45:19.040Z | |
2845 | 2025-04-18T23:45:19.040Z | info: running `cargo check --bins` on sled-agent-types (99/203) |
2846 | 2025-04-18T23:45:19.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2025-04-18T23:45:19.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2025-04-18T23:45:19.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2849 | 2025-04-18T23:45:19.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2850 | 2025-04-18T23:45:19.961Z | |
2851 | 2025-04-18T23:45:19.961Z | info: running `cargo check --bins` on wicket-common (100/203) |
2852 | 2025-04-18T23:45:20.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2025-04-18T23:45:20.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2025-04-18T23:45:20.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2855 | 2025-04-18T23:45:20.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2856 | 2025-04-18T23:45:20.871Z | |
2857 | 2025-04-18T23:45:20.871Z | info: running `cargo check --bins` on omicron-cockroach-admin (101/203) |
2858 | 2025-04-18T23:45:21.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2025-04-18T23:45:21.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2025-04-18T23:45:21.786Z | Checking csv-core v0.1.11 |
2861 | 2025-04-18T23:45:21.786Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2862 | 2025-04-18T23:45:21.812Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2863 | 2025-04-18T23:45:21.812Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2864 | 2025-04-18T23:45:22.080Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2865 | 2025-04-18T23:45:22.105Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2866 | 2025-04-18T23:45:22.130Z | Checking csv v1.3.1 |
2867 | 2025-04-18T23:45:22.821Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2868 | 2025-04-18T23:45:23.298Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2869 | 2025-04-18T23:45:25.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
2870 | 2025-04-18T23:45:25.635Z | |
2871 | 2025-04-18T23:45:25.635Z | info: running `cargo check --bins` on cockroach-admin-api (102/203) |
2872 | 2025-04-18T23:45:26.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2025-04-18T23:45:26.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2025-04-18T23:45:26.436Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2025-04-18T23:45:26.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2876 | 2025-04-18T23:45:26.519Z | |
2877 | 2025-04-18T23:45:26.519Z | info: running `cargo check --bins` on cockroach-admin-types (103/203) |
2878 | 2025-04-18T23:45:27.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2025-04-18T23:45:27.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2025-04-18T23:45:27.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2025-04-18T23:45:27.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2882 | 2025-04-18T23:45:27.414Z | |
2883 | 2025-04-18T23:45:27.414Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (104/203) |
2884 | 2025-04-18T23:45:28.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2025-04-18T23:45:28.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2025-04-18T23:45:28.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2025-04-18T23:45:28.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2888 | 2025-04-18T23:45:28.455Z | |
2889 | 2025-04-18T23:45:28.455Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (105/203) |
2890 | 2025-04-18T23:45:29.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2025-04-18T23:45:29.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2025-04-18T23:45:29.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2025-04-18T23:45:29.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2894 | 2025-04-18T23:45:29.477Z | |
2895 | 2025-04-18T23:45:29.477Z | info: running `cargo check --bins` on dns-server (106/203) |
2896 | 2025-04-18T23:45:30.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2025-04-18T23:45:30.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2025-04-18T23:45:30.371Z | Compiling parking_lot_core v0.8.6 |
2899 | 2025-04-18T23:45:30.371Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2900 | 2025-04-18T23:45:30.396Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2901 | 2025-04-18T23:45:30.397Z | Checking fxhash v0.2.1 |
2902 | 2025-04-18T23:45:30.397Z | Checking hickory-client v0.24.4 |
2903 | 2025-04-18T23:45:30.397Z | Checking hickory-server v0.24.4 |
2904 | 2025-04-18T23:45:31.082Z | Checking parking_lot v0.11.2 |
2905 | 2025-04-18T23:45:31.302Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2906 | 2025-04-18T23:45:31.302Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2907 | 2025-04-18T23:45:31.376Z | Checking sled v0.34.7 |
2908 | 2025-04-18T23:45:33.612Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2909 | 2025-04-18T23:45:35.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2910 | 2025-04-18T23:45:35.463Z | |
2911 | 2025-04-18T23:45:35.464Z | info: running `cargo check --bins` on dns-server-api (107/203) |
2912 | 2025-04-18T23:45:36.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2913 | 2025-04-18T23:45:36.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2914 | 2025-04-18T23:45:36.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2915 | 2025-04-18T23:45:36.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2916 | 2025-04-18T23:45:36.369Z | |
2917 | 2025-04-18T23:45:36.369Z | info: running `cargo check --bins` on openapi-manager-types (108/203) |
2918 | 2025-04-18T23:45:37.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2919 | 2025-04-18T23:45:37.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2920 | 2025-04-18T23:45:37.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2921 | 2025-04-18T23:45:37.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2922 | 2025-04-18T23:45:37.256Z | |
2923 | 2025-04-18T23:45:37.256Z | info: running `cargo check --bins` on gateway-test-utils (109/203) |
2924 | 2025-04-18T23:45:38.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2925 | 2025-04-18T23:45:38.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2926 | 2025-04-18T23:45:38.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2927 | 2025-04-18T23:45:38.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2928 | 2025-04-18T23:45:38.221Z | |
2929 | 2025-04-18T23:45:38.221Z | info: running `cargo check --bins` on gateway-types (110/203) |
2930 | 2025-04-18T23:45:38.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2931 | 2025-04-18T23:45:39.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2932 | 2025-04-18T23:45:39.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2933 | 2025-04-18T23:45:39.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2934 | 2025-04-18T23:45:39.093Z | |
2935 | 2025-04-18T23:45:39.093Z | info: running `cargo check --bins` on ipcc (111/203) |
2936 | 2025-04-18T23:45:39.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2937 | 2025-04-18T23:45:39.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2938 | 2025-04-18T23:45:39.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2939 | 2025-04-18T23:45:39.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2940 | 2025-04-18T23:45:39.957Z | |
2941 | 2025-04-18T23:45:39.957Z | info: running `cargo check --bins` on omicron-gateway (112/203) |
2942 | 2025-04-18T23:45:40.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2943 | 2025-04-18T23:45:40.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2944 | 2025-04-18T23:45:41.016Z | Compiling semver v0.1.20 |
2945 | 2025-04-18T23:45:41.016Z | Compiling radium v0.7.0 |
2946 | 2025-04-18T23:45:41.061Z | Checking tap v1.0.1 |
2947 | 2025-04-18T23:45:41.061Z | Compiling maybe-uninit v2.0.0 |
2948 | 2025-04-18T23:45:41.097Z | Checking password-hash v0.5.0 |
2949 | 2025-04-18T23:45:41.124Z | Checking blake2 v0.10.6 |
2950 | 2025-04-18T23:45:41.124Z | Compiling packed_struct v0.10.1 |
2951 | 2025-04-18T23:45:41.124Z | Compiling owo-colors v4.2.0 |
2952 | 2025-04-18T23:45:41.250Z | Checking wyz v0.5.1 |
2953 | 2025-04-18T23:45:41.466Z | Compiling rustc_version v0.1.7 |
2954 | 2025-04-18T23:45:41.543Z | Checking crc-catalog v2.4.0 |
2955 | 2025-04-18T23:45:41.582Z | Compiling cancel-safe-futures v0.1.5 |
2956 | 2025-04-18T23:45:41.610Z | Checking funty v2.0.0 |
2957 | 2025-04-18T23:45:41.636Z | Checking argon2 v0.5.3 |
2958 | 2025-04-18T23:45:41.729Z | Checking crc v3.2.1 |
2959 | 2025-04-18T23:45:41.775Z | Compiling packed_struct_codegen v0.10.1 |
2960 | 2025-04-18T23:45:41.800Z | Checking libsw-core v0.3.1 |
2961 | 2025-04-18T23:45:41.870Z | Compiling newtype_derive v0.1.6 |
2962 | 2025-04-18T23:45:41.895Z | Checking half v2.4.1 |
2963 | 2025-04-18T23:45:41.941Z | Compiling indexmap v1.9.3 |
2964 | 2025-04-18T23:45:42.032Z | Checking ciborium-io v0.2.2 |
2965 | 2025-04-18T23:45:42.131Z | Checking fixedbitset v0.5.7 |
2966 | 2025-04-18T23:45:42.170Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2967 | 2025-04-18T23:45:42.230Z | Checking nodrop v0.1.14 |
2968 | 2025-04-18T23:45:42.256Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2969 | 2025-04-18T23:45:42.323Z | Checking ciborium-ll v0.2.2 |
2970 | 2025-04-18T23:45:42.350Z | Checking bitvec v1.0.1 |
2971 | 2025-04-18T23:45:42.376Z | Checking array-init v0.0.4 |
2972 | 2025-04-18T23:45:42.412Z | Checking libsw v3.4.0 |
2973 | 2025-04-18T23:45:42.514Z | Checking petgraph v0.7.1 |
2974 | 2025-04-18T23:45:42.549Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2975 | 2025-04-18T23:45:42.624Z | Checking smallvec v0.6.14 |
2976 | 2025-04-18T23:45:42.886Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2977 | 2025-04-18T23:45:42.975Z | Checking linear-map v1.2.0 |
2978 | 2025-04-18T23:45:43.147Z | Checking termcolor v1.4.1 |
2979 | 2025-04-18T23:45:43.172Z | Checking swrite v0.1.0 |
2980 | 2025-04-18T23:45:43.271Z | Checking hashbrown v0.12.3 |
2981 | 2025-04-18T23:45:43.296Z | Checking indent_write v2.2.0 |
2982 | 2025-04-18T23:45:43.480Z | Checking bitfield v0.14.0 |
2983 | 2025-04-18T23:45:43.526Z | Checking env_logger v0.10.2 |
2984 | 2025-04-18T23:45:43.715Z | Checking ron v0.8.1 |
2985 | 2025-04-18T23:45:43.740Z | Checking serde-hex v0.1.0 |
2986 | 2025-04-18T23:45:43.867Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2987 | 2025-04-18T23:45:43.901Z | Checking ciborium v0.2.2 |
2988 | 2025-04-18T23:45:44.155Z | Checking steno v0.4.1 |
2989 | 2025-04-18T23:45:44.660Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2990 | 2025-04-18T23:45:44.706Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2991 | 2025-04-18T23:45:44.732Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2992 | 2025-04-18T23:45:44.901Z | Checking hashbrown v0.13.2 |
2993 | 2025-04-18T23:45:44.967Z | Checking crc-any v2.5.0 |
2994 | 2025-04-18T23:45:45.120Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2995 | 2025-04-18T23:45:45.212Z | Checking humantime v2.1.0 |
2996 | 2025-04-18T23:45:45.281Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2997 | 2025-04-18T23:45:45.479Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2998 | 2025-04-18T23:45:45.523Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2999 | 2025-04-18T23:45:45.701Z | Checking object v0.30.4 |
3000 | 2025-04-18T23:45:45.800Z | Checking path-slash v0.1.5 |
3001 | 2025-04-18T23:45:45.957Z | Checking tungstenite v0.23.0 |
3002 | 2025-04-18T23:45:46.016Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3003 | 2025-04-18T23:45:46.070Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3004 | 2025-04-18T23:45:46.673Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3005 | 2025-04-18T23:45:46.726Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3006 | 2025-04-18T23:45:46.853Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3007 | 2025-04-18T23:45:46.914Z | Checking nix v0.27.1 |
3008 | 2025-04-18T23:45:47.042Z | Checking kstat-rs v0.2.4 |
3009 | 2025-04-18T23:45:47.110Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
3010 | 2025-04-18T23:45:47.357Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3011 | 2025-04-18T23:45:47.466Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3012 | 2025-04-18T23:45:47.558Z | Checking tokio-tungstenite v0.23.1 |
3013 | 2025-04-18T23:45:47.585Z | Checking signal-hook-tokio v0.3.1 |
3014 | 2025-04-18T23:45:48.388Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3015 | 2025-04-18T23:45:48.416Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3016 | 2025-04-18T23:45:58.028Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3017 | 2025-04-18T23:45:58.724Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3018 | 2025-04-18T23:46:03.326Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3019 | 2025-04-18T23:46:10.559Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3020 | 2025-04-18T23:46:11.410Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3021 | 2025-04-18T23:46:15.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.07s |
3022 | 2025-04-18T23:46:15.219Z | |
3023 | 2025-04-18T23:46:15.219Z | info: running `cargo check --bins` on ereport-api (113/203) |
3024 | 2025-04-18T23:46:15.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2025-04-18T23:46:16.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2025-04-18T23:46:16.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2025-04-18T23:46:16.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3028 | 2025-04-18T23:46:16.094Z | |
3029 | 2025-04-18T23:46:16.094Z | info: running `cargo check --bins` on gateway-api (114/203) |
3030 | 2025-04-18T23:46:16.880Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2025-04-18T23:46:16.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2025-04-18T23:46:16.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3033 | 2025-04-18T23:46:16.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3034 | 2025-04-18T23:46:16.989Z | |
3035 | 2025-04-18T23:46:16.989Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/203) |
3036 | 2025-04-18T23:46:17.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3037 | 2025-04-18T23:46:17.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3038 | 2025-04-18T23:46:17.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3039 | 2025-04-18T23:46:17.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3040 | 2025-04-18T23:46:17.856Z | |
3041 | 2025-04-18T23:46:17.856Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/203) |
3042 | 2025-04-18T23:46:18.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2025-04-18T23:46:18.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2025-04-18T23:46:18.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3045 | 2025-04-18T23:46:18.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3046 | 2025-04-18T23:46:18.754Z | |
3047 | 2025-04-18T23:46:18.754Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/203) |
3048 | 2025-04-18T23:46:19.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2025-04-18T23:46:19.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2025-04-18T23:46:19.532Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2025-04-18T23:46:19.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3052 | 2025-04-18T23:46:19.614Z | |
3053 | 2025-04-18T23:46:19.614Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/203) |
3054 | 2025-04-18T23:46:20.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2025-04-18T23:46:20.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2025-04-18T23:46:20.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2025-04-18T23:46:20.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3058 | 2025-04-18T23:46:20.486Z | |
3059 | 2025-04-18T23:46:20.486Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/203) |
3060 | 2025-04-18T23:46:21.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2025-04-18T23:46:21.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2025-04-18T23:46:21.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2025-04-18T23:46:21.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
3064 | 2025-04-18T23:46:21.363Z | |
3065 | 2025-04-18T23:46:21.363Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/203) |
3066 | 2025-04-18T23:46:22.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2025-04-18T23:46:22.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2025-04-18T23:46:22.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3069 | 2025-04-18T23:46:22.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3070 | 2025-04-18T23:46:22.267Z | |
3071 | 2025-04-18T23:46:22.267Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/203) |
3072 | 2025-04-18T23:46:23.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3073 | 2025-04-18T23:46:23.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3074 | 2025-04-18T23:46:23.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3075 | 2025-04-18T23:46:23.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3076 | 2025-04-18T23:46:23.176Z | |
3077 | 2025-04-18T23:46:23.176Z | info: running `cargo check --bins` on oximeter-producer (122/203) |
3078 | 2025-04-18T23:46:23.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-04-18T23:46:24.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-04-18T23:46:24.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-04-18T23:46:24.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3082 | 2025-04-18T23:46:24.097Z | |
3083 | 2025-04-18T23:46:24.097Z | info: running `cargo check --bins` on internal-dns-resolver (123/203) |
3084 | 2025-04-18T23:46:24.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-04-18T23:46:24.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-04-18T23:46:24.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-04-18T23:46:24.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3088 | 2025-04-18T23:46:24.995Z | |
3089 | 2025-04-18T23:46:24.995Z | info: running `cargo check --bins` on sp-sim (124/203) |
3090 | 2025-04-18T23:46:25.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-04-18T23:46:25.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-04-18T23:46:25.895Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3093 | 2025-04-18T23:46:26.378Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3094 | 2025-04-18T23:46:28.663Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3095 | 2025-04-18T23:46:30.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.93s |
3096 | 2025-04-18T23:46:31.108Z | |
3097 | 2025-04-18T23:46:31.108Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/203) |
3098 | 2025-04-18T23:46:31.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3099 | 2025-04-18T23:46:31.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3100 | 2025-04-18T23:46:31.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3101 | 2025-04-18T23:46:31.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3102 | 2025-04-18T23:46:32.085Z | |
3103 | 2025-04-18T23:46:32.085Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/203) |
3104 | 2025-04-18T23:46:32.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3105 | 2025-04-18T23:46:32.988Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3106 | 2025-04-18T23:46:32.988Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3107 | 2025-04-18T23:46:32.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3108 | 2025-04-18T23:46:33.109Z | |
3109 | 2025-04-18T23:46:33.109Z | info: running `cargo check --bins` on db-macros (127/203) |
3110 | 2025-04-18T23:46:33.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3111 | 2025-04-18T23:46:33.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3112 | 2025-04-18T23:46:33.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3113 | 2025-04-18T23:46:33.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3114 | 2025-04-18T23:46:33.966Z | |
3115 | 2025-04-18T23:46:33.966Z | info: running `cargo check --bins` on nexus-macros-common (128/203) |
3116 | 2025-04-18T23:46:34.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3117 | 2025-04-18T23:46:34.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3118 | 2025-04-18T23:46:34.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3119 | 2025-04-18T23:46:34.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3120 | 2025-04-18T23:46:34.813Z | |
3121 | 2025-04-18T23:46:34.813Z | info: running `cargo check --bins` on nexus-auth (129/203) |
3122 | 2025-04-18T23:46:35.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3123 | 2025-04-18T23:46:35.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3124 | 2025-04-18T23:46:35.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3125 | 2025-04-18T23:46:35.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3126 | 2025-04-18T23:46:35.768Z | |
3127 | 2025-04-18T23:46:35.768Z | info: running `cargo check --bins` on authz-macros (130/203) |
3128 | 2025-04-18T23:46:36.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2025-04-18T23:46:36.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2025-04-18T23:46:36.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3131 | 2025-04-18T23:46:36.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3132 | 2025-04-18T23:46:36.594Z | |
3133 | 2025-04-18T23:46:36.594Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/203) |
3134 | 2025-04-18T23:46:37.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2025-04-18T23:46:37.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2025-04-18T23:46:37.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3137 | 2025-04-18T23:46:37.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3138 | 2025-04-18T23:46:37.526Z | |
3139 | 2025-04-18T23:46:37.526Z | info: running `cargo check --bins` on nexus-db-model (132/203) |
3140 | 2025-04-18T23:46:38.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2025-04-18T23:46:38.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2025-04-18T23:46:38.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3143 | 2025-04-18T23:46:38.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3144 | 2025-04-18T23:46:38.498Z | |
3145 | 2025-04-18T23:46:38.498Z | info: running `cargo check --bins` on nexus-defaults (133/203) |
3146 | 2025-04-18T23:46:39.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2025-04-18T23:46:39.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2025-04-18T23:46:39.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3149 | 2025-04-18T23:46:39.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3150 | 2025-04-18T23:46:39.395Z | |
3151 | 2025-04-18T23:46:39.395Z | info: running `cargo check --bins` on nexus-inventory (134/203) |
3152 | 2025-04-18T23:46:40.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2025-04-18T23:46:40.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2025-04-18T23:46:40.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3155 | 2025-04-18T23:46:40.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3156 | 2025-04-18T23:46:40.346Z | |
3157 | 2025-04-18T23:46:40.346Z | info: running `cargo check --bins` on typed-rng (135/203) |
3158 | 2025-04-18T23:46:41.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2025-04-18T23:46:41.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2025-04-18T23:46:41.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3161 | 2025-04-18T23:46:41.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3162 | 2025-04-18T23:46:41.210Z | |
3163 | 2025-04-18T23:46:41.210Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (136/203) |
3164 | 2025-04-18T23:46:42.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2025-04-18T23:46:42.113Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2025-04-18T23:46:42.314Z | Checking keccak v0.1.5 |
3167 | 2025-04-18T23:46:42.344Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
3168 | 2025-04-18T23:46:42.370Z | Checking secrecy v0.8.0 |
3169 | 2025-04-18T23:46:42.370Z | Compiling unicase v2.7.0 |
3170 | 2025-04-18T23:46:42.370Z | Compiling same-file v1.0.6 |
3171 | 2025-04-18T23:46:42.419Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
3172 | 2025-04-18T23:46:42.444Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3173 | 2025-04-18T23:46:42.445Z | Compiling thiserror-impl-no-std v2.0.2 |
3174 | 2025-04-18T23:46:42.564Z | Checking universal-hash v0.5.1 |
3175 | 2025-04-18T23:46:42.636Z | Checking sha3 v0.10.8 |
3176 | 2025-04-18T23:46:42.679Z | Compiling walkdir v2.5.0 |
3177 | 2025-04-18T23:46:42.724Z | Compiling blake3 v1.5.4 |
3178 | 2025-04-18T23:46:42.777Z | Checking opaque-debug v0.3.1 |
3179 | 2025-04-18T23:46:42.777Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3180 | 2025-04-18T23:46:42.854Z | Checking poly1305 v0.8.0 |
3181 | 2025-04-18T23:46:42.920Z | Checking chacha20 v0.9.1 |
3182 | 2025-04-18T23:46:42.946Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
3183 | 2025-04-18T23:46:43.014Z | Checking aead v0.5.2 |
3184 | 2025-04-18T23:46:43.056Z | Compiling memmap2 v0.9.5 |
3185 | 2025-04-18T23:46:43.259Z | Compiling constant_time_eq v0.3.1 |
3186 | 2025-04-18T23:46:43.286Z | Compiling salty v0.3.0 |
3187 | 2025-04-18T23:46:43.312Z | Compiling libefi-sys v0.1.0 |
3188 | 2025-04-18T23:46:43.343Z | Compiling arrayref v0.3.9 |
3189 | 2025-04-18T23:46:43.411Z | Compiling arrayvec v0.7.6 |
3190 | 2025-04-18T23:46:43.457Z | Checking chacha20poly1305 v0.10.1 |
3191 | 2025-04-18T23:46:43.499Z | Compiling toolchain_find v0.4.0 |
3192 | 2025-04-18T23:46:43.649Z | Compiling camino-tempfile v1.1.1 |
3193 | 2025-04-18T23:46:43.699Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3194 | 2025-04-18T23:46:43.778Z | Compiling bitfield-struct v0.6.2 |
3195 | 2025-04-18T23:46:43.962Z | Compiling topological-sort v0.2.2 |
3196 | 2025-04-18T23:46:44.039Z | Compiling mime_guess v2.0.5 |
3197 | 2025-04-18T23:46:44.079Z | Compiling rustfmt-wrapper v0.2.1 |
3198 | 2025-04-18T23:46:44.523Z | Compiling omicron-zone-package v0.12.0 |
3199 | 2025-04-18T23:46:44.549Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3200 | 2025-04-18T23:46:44.658Z | Checking primeorder v0.13.6 |
3201 | 2025-04-18T23:46:44.740Z | Checking thiserror-no-std v2.0.2 |
3202 | 2025-04-18T23:46:44.831Z | Checking env_filter v0.1.2 |
3203 | 2025-04-18T23:46:44.877Z | Checking vsss-rs v3.3.4 |
3204 | 2025-04-18T23:46:44.938Z | Compiling dropshot v0.12.0 |
3205 | 2025-04-18T23:46:44.963Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3206 | 2025-04-18T23:46:44.989Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3207 | 2025-04-18T23:46:45.072Z | Checking env_logger v0.11.5 |
3208 | 2025-04-18T23:46:45.098Z | Checking p384 v0.13.0 |
3209 | 2025-04-18T23:46:45.256Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
3210 | 2025-04-18T23:46:45.312Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3211 | 2025-04-18T23:46:45.398Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3212 | 2025-04-18T23:46:45.452Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3213 | 2025-04-18T23:46:45.622Z | Compiling dropshot_endpoint v0.12.0 |
3214 | 2025-04-18T23:46:45.663Z | Checking http-range v0.1.5 |
3215 | 2025-04-18T23:46:45.833Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3216 | 2025-04-18T23:46:45.874Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3217 | 2025-04-18T23:46:46.024Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3218 | 2025-04-18T23:46:46.150Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3219 | 2025-04-18T23:46:46.299Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3220 | 2025-04-18T23:46:46.510Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3221 | 2025-04-18T23:46:46.570Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
3222 | 2025-04-18T23:46:46.887Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3223 | 2025-04-18T23:46:47.145Z | Checking atty v0.2.14 |
3224 | 2025-04-18T23:46:47.171Z | Checking glob v0.3.2 |
3225 | 2025-04-18T23:46:47.287Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3226 | 2025-04-18T23:46:47.359Z | Checking hyper-staticfile v0.10.1 |
3227 | 2025-04-18T23:46:47.468Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3228 | 2025-04-18T23:46:47.540Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3229 | 2025-04-18T23:46:48.096Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3230 | 2025-04-18T23:46:48.398Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3231 | 2025-04-18T23:46:48.425Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3232 | 2025-04-18T23:46:48.477Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3233 | 2025-04-18T23:46:48.651Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3234 | 2025-04-18T23:46:48.779Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3235 | 2025-04-18T23:46:49.314Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3236 | 2025-04-18T23:46:49.368Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3237 | 2025-04-18T23:46:49.466Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
3238 | 2025-04-18T23:46:49.814Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3239 | 2025-04-18T23:46:49.839Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3240 | 2025-04-18T23:46:51.865Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
3241 | 2025-04-18T23:46:52.833Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3242 | 2025-04-18T23:46:52.833Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3243 | 2025-04-18T23:47:04.428Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3244 | 2025-04-18T23:47:23.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.10s |
3245 | 2025-04-18T23:47:23.508Z | |
3246 | 2025-04-18T23:47:23.508Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (137/203) |
3247 | 2025-04-18T23:47:24.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3248 | 2025-04-18T23:47:24.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3249 | 2025-04-18T23:47:24.537Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3250 | 2025-04-18T23:47:43.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.86s |
3251 | 2025-04-18T23:47:43.563Z | |
3252 | 2025-04-18T23:47:43.563Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (138/203) |
3253 | 2025-04-18T23:47:44.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3254 | 2025-04-18T23:47:44.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3255 | 2025-04-18T23:47:44.639Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3256 | 2025-04-18T23:48:03.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.39s |
3257 | 2025-04-18T23:48:04.158Z | |
3258 | 2025-04-18T23:48:04.158Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (139/203) |
3259 | 2025-04-18T23:48:05.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3260 | 2025-04-18T23:48:05.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3261 | 2025-04-18T23:48:05.256Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3262 | 2025-04-18T23:48:24.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.15s |
3263 | 2025-04-18T23:48:24.523Z | |
3264 | 2025-04-18T23:48:24.523Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (140/203) |
3265 | 2025-04-18T23:48:25.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2025-04-18T23:48:25.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2025-04-18T23:48:25.592Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3268 | 2025-04-18T23:48:45.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.76s |
3269 | 2025-04-18T23:48:45.487Z | |
3270 | 2025-04-18T23:48:45.487Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (141/203) |
3271 | 2025-04-18T23:48:46.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3272 | 2025-04-18T23:48:46.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3273 | 2025-04-18T23:48:46.543Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3274 | 2025-04-18T23:49:06.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s |
3275 | 2025-04-18T23:49:06.706Z | |
3276 | 2025-04-18T23:49:06.706Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (142/203) |
3277 | 2025-04-18T23:49:07.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3278 | 2025-04-18T23:49:07.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3279 | 2025-04-18T23:49:07.816Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3280 | 2025-04-18T23:49:27.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.02s |
3281 | 2025-04-18T23:49:27.930Z | |
3282 | 2025-04-18T23:49:27.930Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (143/203) |
3283 | 2025-04-18T23:49:28.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3284 | 2025-04-18T23:49:28.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3285 | 2025-04-18T23:49:29.067Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3286 | 2025-04-18T23:49:48.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.56s |
3287 | 2025-04-18T23:49:48.701Z | |
3288 | 2025-04-18T23:49:48.701Z | info: running `cargo check --bins` on bootstrap-agent-api (144/203) |
3289 | 2025-04-18T23:49:49.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3290 | 2025-04-18T23:49:49.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3291 | 2025-04-18T23:49:49.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3292 | 2025-04-18T23:49:49.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3293 | 2025-04-18T23:49:49.621Z | |
3294 | 2025-04-18T23:49:49.621Z | info: running `cargo check --bins` on key-manager (145/203) |
3295 | 2025-04-18T23:49:50.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3296 | 2025-04-18T23:49:50.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3297 | 2025-04-18T23:49:50.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3298 | 2025-04-18T23:49:50.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3299 | 2025-04-18T23:49:50.497Z | |
3300 | 2025-04-18T23:49:50.497Z | info: running `cargo check --bins` on range-requests (146/203) |
3301 | 2025-04-18T23:49:51.248Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2025-04-18T23:49:51.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2025-04-18T23:49:51.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2025-04-18T23:49:51.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3305 | 2025-04-18T23:49:51.351Z | |
3306 | 2025-04-18T23:49:51.352Z | info: running `cargo check --bins` on repo-depot-api (147/203) |
3307 | 2025-04-18T23:49:52.109Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2025-04-18T23:49:52.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2025-04-18T23:49:52.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2025-04-18T23:49:52.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3311 | 2025-04-18T23:49:52.217Z | |
3312 | 2025-04-18T23:49:52.217Z | info: running `cargo check --bins` on sled-agent-api (148/203) |
3313 | 2025-04-18T23:49:53.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2025-04-18T23:49:53.190Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2025-04-18T23:49:53.190Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2025-04-18T23:49:53.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s |
3317 | 2025-04-18T23:49:53.311Z | |
3318 | 2025-04-18T23:49:53.311Z | info: running `cargo check --bins` on sled-diagnostics (149/203) |
3319 | 2025-04-18T23:49:54.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2025-04-18T23:49:54.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2025-04-18T23:49:54.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2025-04-18T23:49:54.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3323 | 2025-04-18T23:49:54.212Z | |
3324 | 2025-04-18T23:49:54.212Z | info: running `cargo check --bins` on sled-hardware (150/203) |
3325 | 2025-04-18T23:49:55.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2025-04-18T23:49:55.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2025-04-18T23:49:55.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2025-04-18T23:49:55.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3329 | 2025-04-18T23:49:55.134Z | |
3330 | 2025-04-18T23:49:55.134Z | info: running `cargo check --bins --no-default-features` on sled-storage (151/203) |
3331 | 2025-04-18T23:49:55.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2025-04-18T23:49:55.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2025-04-18T23:49:55.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2025-04-18T23:49:55.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3335 | 2025-04-18T23:49:56.043Z | |
3336 | 2025-04-18T23:49:56.043Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (152/203) |
3337 | 2025-04-18T23:49:56.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2025-04-18T23:49:56.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2025-04-18T23:49:56.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2025-04-18T23:49:56.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3341 | 2025-04-18T23:49:56.955Z | |
3342 | 2025-04-18T23:49:56.955Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (153/203) |
3343 | 2025-04-18T23:49:57.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2025-04-18T23:49:57.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2025-04-18T23:49:57.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2025-04-18T23:49:57.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3347 | 2025-04-18T23:49:57.860Z | |
3348 | 2025-04-18T23:49:57.860Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (154/203) |
3349 | 2025-04-18T23:49:58.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-04-18T23:49:58.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-04-18T23:49:58.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-04-18T23:49:58.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3353 | 2025-04-18T23:49:58.809Z | |
3354 | 2025-04-18T23:49:58.809Z | info: running `cargo check --bins` on nexus-test-interface (155/203) |
3355 | 2025-04-18T23:49:59.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-04-18T23:49:59.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-04-18T23:49:59.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3358 | 2025-04-18T23:49:59.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3359 | 2025-04-18T23:49:59.766Z | |
3360 | 2025-04-18T23:49:59.766Z | info: running `cargo check --bins` on oximeter-collector (156/203) |
3361 | 2025-04-18T23:50:00.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-04-18T23:50:00.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-04-18T23:50:00.763Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3364 | 2025-04-18T23:50:00.763Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3365 | 2025-04-18T23:50:01.813Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3366 | 2025-04-18T23:50:04.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.69s |
3367 | 2025-04-18T23:50:04.663Z | |
3368 | 2025-04-18T23:50:04.663Z | info: running `cargo check --bins` on oximeter-api (157/203) |
3369 | 2025-04-18T23:50:05.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-04-18T23:50:05.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-04-18T23:50:05.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2025-04-18T23:50:05.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3373 | 2025-04-18T23:50:05.571Z | |
3374 | 2025-04-18T23:50:05.571Z | info: running `cargo check --bins` on cert-dev (158/203) |
3375 | 2025-04-18T23:50:06.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2025-04-18T23:50:06.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2025-04-18T23:50:06.448Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3378 | 2025-04-18T23:50:06.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3379 | 2025-04-18T23:50:06.892Z | |
3380 | 2025-04-18T23:50:06.892Z | info: running `cargo check --bins` on clickana (159/203) |
3381 | 2025-04-18T23:50:07.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-04-18T23:50:07.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-04-18T23:50:07.827Z | Checking itertools v0.13.0 |
3384 | 2025-04-18T23:50:07.827Z | Checking castaway v0.2.3 |
3385 | 2025-04-18T23:50:07.852Z | Checking lru v0.12.5 |
3386 | 2025-04-18T23:50:07.852Z | Compiling instability v0.3.2 |
3387 | 2025-04-18T23:50:07.852Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3388 | 2025-04-18T23:50:07.852Z | Checking cassowary v0.3.0 |
3389 | 2025-04-18T23:50:07.852Z | Compiling indoc v2.0.6 |
3390 | 2025-04-18T23:50:08.038Z | Checking compact_str v0.8.0 |
3391 | 2025-04-18T23:50:10.052Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3392 | 2025-04-18T23:50:10.094Z | Checking unicode-truncate v1.1.0 |
3393 | 2025-04-18T23:50:10.309Z | Checking ratatui v0.29.0 |
3394 | 2025-04-18T23:50:12.885Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3395 | 2025-04-18T23:50:13.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s |
3396 | 2025-04-18T23:50:14.114Z | |
3397 | 2025-04-18T23:50:14.114Z | info: running `cargo check --bins` on clickhouse-cluster-dev (160/203) |
3398 | 2025-04-18T23:50:14.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3399 | 2025-04-18T23:50:14.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3400 | 2025-04-18T23:50:15.081Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3401 | 2025-04-18T23:50:15.081Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3402 | 2025-04-18T23:50:16.354Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3403 | 2025-04-18T23:50:16.942Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3404 | 2025-04-18T23:50:17.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.29s |
3405 | 2025-04-18T23:50:17.592Z | |
3406 | 2025-04-18T23:50:17.592Z | info: running `cargo check --bins` on ch-dev (161/203) |
3407 | 2025-04-18T23:50:18.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3408 | 2025-04-18T23:50:18.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3409 | 2025-04-18T23:50:18.555Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3410 | 2025-04-18T23:50:19.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.80s |
3411 | 2025-04-18T23:50:19.581Z | |
3412 | 2025-04-18T23:50:19.581Z | info: running `cargo check --bins` on crdb-seed (162/203) |
3413 | 2025-04-18T23:50:20.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3414 | 2025-04-18T23:50:20.391Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3415 | 2025-04-18T23:50:20.511Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3416 | 2025-04-18T23:50:20.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
3417 | 2025-04-18T23:50:21.042Z | |
3418 | 2025-04-18T23:50:21.042Z | info: running `cargo check --bins` on db-dev (163/203) |
3419 | 2025-04-18T23:50:21.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3420 | 2025-04-18T23:50:21.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3421 | 2025-04-18T23:50:21.960Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3422 | 2025-04-18T23:50:22.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.76s |
3423 | 2025-04-18T23:50:23.009Z | |
3424 | 2025-04-18T23:50:23.009Z | info: running `cargo check --bins` on omicron-dev-lib (164/203) |
3425 | 2025-04-18T23:50:23.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-04-18T23:50:23.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-04-18T23:50:23.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3428 | 2025-04-18T23:50:23.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3429 | 2025-04-18T23:50:23.896Z | |
3430 | 2025-04-18T23:50:23.896Z | info: running `cargo check --bins` on xtask-downloader (165/203) |
3431 | 2025-04-18T23:50:24.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-04-18T23:50:24.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-04-18T23:50:24.706Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3434 | 2025-04-18T23:50:25.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3435 | 2025-04-18T23:50:25.885Z | |
3436 | 2025-04-18T23:50:25.885Z | info: running `cargo check --bins` on omicron-ls-apis (166/203) |
3437 | 2025-04-18T23:50:26.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3438 | 2025-04-18T23:50:26.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3439 | 2025-04-18T23:50:26.744Z | Checking cargo-platform v0.1.8 |
3440 | 2025-04-18T23:50:27.011Z | Checking cargo_metadata v0.19.2 |
3441 | 2025-04-18T23:50:28.404Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3442 | 2025-04-18T23:50:29.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
3443 | 2025-04-18T23:50:29.655Z | |
3444 | 2025-04-18T23:50:29.655Z | info: running `cargo check --bins` on mgs-dev (167/203) |
3445 | 2025-04-18T23:50:30.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3446 | 2025-04-18T23:50:30.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3447 | 2025-04-18T23:50:30.652Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3448 | 2025-04-18T23:50:32.529Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3449 | 2025-04-18T23:50:33.223Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3450 | 2025-04-18T23:50:33.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.21s |
3451 | 2025-04-18T23:50:34.087Z | |
3452 | 2025-04-18T23:50:34.087Z | info: running `cargo check --bins` on omicron-omdb (168/203) |
3453 | 2025-04-18T23:50:34.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3454 | 2025-04-18T23:50:34.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3455 | 2025-04-18T23:50:35.225Z | Compiling crunchy v0.2.2 |
3456 | 2025-04-18T23:50:35.225Z | Compiling tiny-keccak v2.0.2 |
3457 | 2025-04-18T23:50:35.250Z | Compiling dsl_auto_type v0.1.2 |
3458 | 2025-04-18T23:50:35.250Z | Checking scheduled-thread-pool v0.2.7 |
3459 | 2025-04-18T23:50:35.250Z | Compiling diesel_table_macro_syntax v0.2.0 |
3460 | 2025-04-18T23:50:35.250Z | Compiling bit-vec v0.6.3 |
3461 | 2025-04-18T23:50:35.250Z | Compiling ascii-canvas v3.0.0 |
3462 | 2025-04-18T23:50:35.276Z | Compiling ena v0.14.3 |
3463 | 2025-04-18T23:50:35.524Z | Checking r2d2 v0.8.10 |
3464 | 2025-04-18T23:50:35.638Z | Compiling regex-syntax v0.6.29 |
3465 | 2025-04-18T23:50:35.664Z | Compiling bit-set v0.5.3 |
3466 | 2025-04-18T23:50:35.722Z | Compiling diff v0.1.13 |
3467 | 2025-04-18T23:50:35.747Z | Compiling bindgen v0.71.1 |
3468 | 2025-04-18T23:50:35.772Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3469 | 2025-04-18T23:50:35.837Z | Compiling ref-cast v1.0.23 |
3470 | 2025-04-18T23:50:35.938Z | Compiling rustc-hash v2.1.1 |
3471 | 2025-04-18T23:50:36.025Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3472 | 2025-04-18T23:50:36.144Z | Compiling derive_builder_core v0.20.2 |
3473 | 2025-04-18T23:50:36.216Z | Compiling libxml v0.3.3 |
3474 | 2025-04-18T23:50:36.308Z | Compiling ref-cast-impl v1.0.23 |
3475 | 2025-04-18T23:50:36.351Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3476 | 2025-04-18T23:50:36.526Z | Compiling diesel_derives v2.2.3 |
3477 | 2025-04-18T23:50:36.624Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3478 | 2025-04-18T23:50:36.656Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3479 | 2025-04-18T23:50:36.845Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3480 | 2025-04-18T23:50:36.933Z | Compiling strum_macros v0.24.3 |
3481 | 2025-04-18T23:50:37.210Z | Compiling indoc v1.0.9 |
3482 | 2025-04-18T23:50:37.992Z | Compiling derive_builder_macro v0.20.2 |
3483 | 2025-04-18T23:50:38.017Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3484 | 2025-04-18T23:50:38.301Z | Compiling impl-trait-for-tuples v0.2.2 |
3485 | 2025-04-18T23:50:38.707Z | Compiling lalrpop v0.19.12 |
3486 | 2025-04-18T23:50:38.770Z | Checking derive_builder v0.20.2 |
3487 | 2025-04-18T23:50:38.936Z | Compiling oso-derive v0.27.3 |
3488 | 2025-04-18T23:50:39.070Z | Checking quick-xml v0.37.2 |
3489 | 2025-04-18T23:50:39.615Z | Compiling diesel-dtrace v0.4.2 |
3490 | 2025-04-18T23:50:39.743Z | Checking maplit v1.0.2 |
3491 | 2025-04-18T23:50:39.916Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3492 | 2025-04-18T23:50:39.967Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3493 | 2025-04-18T23:50:40.096Z | Checking bb8 v0.8.5 |
3494 | 2025-04-18T23:50:40.274Z | Checking io-lifetimes v1.0.11 |
3495 | 2025-04-18T23:50:40.460Z | Checking rustix v0.37.28 |
3496 | 2025-04-18T23:50:40.542Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3497 | 2025-04-18T23:50:40.808Z | Checking rand_seeder v0.3.0 |
3498 | 2025-04-18T23:50:40.895Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3499 | 2025-04-18T23:50:41.051Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3500 | 2025-04-18T23:50:41.164Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3501 | 2025-04-18T23:50:41.240Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3502 | 2025-04-18T23:50:41.413Z | Checking terminal_size v0.2.6 |
3503 | 2025-04-18T23:50:41.579Z | Checking unicode-linebreak v0.1.5 |
3504 | 2025-04-18T23:50:41.608Z | Checking is_ci v1.2.0 |
3505 | 2025-04-18T23:50:41.752Z | Checking smawk v0.3.2 |
3506 | 2025-04-18T23:50:41.958Z | Checking supports-color v3.0.2 |
3507 | 2025-04-18T23:50:41.983Z | Checking textwrap v0.16.1 |
3508 | 2025-04-18T23:50:42.181Z | Checking multimap v0.10.0 |
3509 | 2025-04-18T23:50:43.049Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3510 | 2025-04-18T23:50:43.928Z | Checking diesel v2.2.8 |
3511 | 2025-04-18T23:50:58.454Z | Compiling samael v0.0.18 |
3512 | 2025-04-18T23:51:13.254Z | Checking async-bb8-diesel v0.2.1 |
3513 | 2025-04-18T23:51:15.100Z | Compiling polar-core v0.27.3 |
3514 | 2025-04-18T23:51:24.180Z | Checking oso v0.27.3 |
3515 | 2025-04-18T23:52:51.055Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3516 | 2025-04-18T23:53:01.175Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
3517 | 2025-04-18T23:53:01.379Z | |
3518 | 2025-04-18T23:53:01.379Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (169/203) |
3519 | 2025-04-18T23:53:02.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3520 | 2025-04-18T23:53:02.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3521 | 2025-04-18T23:53:02.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3522 | 2025-04-18T23:53:02.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3523 | 2025-04-18T23:53:02.304Z | |
3524 | 2025-04-18T23:53:02.304Z | info: running `cargo check --bins` on nexus-saga-recovery (170/203) |
3525 | 2025-04-18T23:53:03.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3526 | 2025-04-18T23:53:03.138Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3527 | 2025-04-18T23:53:03.138Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3528 | 2025-04-18T23:53:03.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3529 | 2025-04-18T23:53:03.226Z | |
3530 | 2025-04-18T23:53:03.226Z | info: running `cargo check --bins` on nexus-test-utils-macros (171/203) |
3531 | 2025-04-18T23:53:03.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3532 | 2025-04-18T23:53:03.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3533 | 2025-04-18T23:53:03.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3534 | 2025-04-18T23:53:03.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3535 | 2025-04-18T23:53:04.042Z | |
3536 | 2025-04-18T23:53:04.042Z | info: running `cargo check --bins` on omicron-nexus (172/203) |
3537 | 2025-04-18T23:53:04.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3538 | 2025-04-18T23:53:04.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3539 | 2025-04-18T23:53:05.171Z | Compiling libz-sys v1.1.20 |
3540 | 2025-04-18T23:53:05.197Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3541 | 2025-04-18T23:53:05.227Z | Compiling vergen v8.3.2 |
3542 | 2025-04-18T23:53:05.253Z | Compiling cargo-platform v0.1.8 |
3543 | 2025-04-18T23:53:05.253Z | Compiling pin-project-internal v1.1.6 |
3544 | 2025-04-18T23:53:05.287Z | Compiling snafu-derive v0.8.5 |
3545 | 2025-04-18T23:53:05.313Z | Compiling rustls v0.21.12 |
3546 | 2025-04-18T23:53:05.349Z | Checking globset v0.4.15 |
3547 | 2025-04-18T23:53:05.563Z | Compiling cargo_metadata v0.18.1 |
3548 | 2025-04-18T23:53:05.616Z | Checking olpc-cjson v0.1.4 |
3549 | 2025-04-18T23:53:05.725Z | Checking rustls-webpki v0.101.7 |
3550 | 2025-04-18T23:53:05.802Z | Checking sct v0.7.1 |
3551 | 2025-04-18T23:53:05.850Z | Checking serde_plain v1.0.2 |
3552 | 2025-04-18T23:53:05.919Z | Checking typed-path v0.9.3 |
3553 | 2025-04-18T23:53:06.104Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3554 | 2025-04-18T23:53:06.200Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3555 | 2025-04-18T23:53:06.398Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3556 | 2025-04-18T23:53:06.501Z | Checking parse-size v1.1.0 |
3557 | 2025-04-18T23:53:06.734Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3558 | 2025-04-18T23:53:06.759Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3559 | 2025-04-18T23:53:07.524Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3560 | 2025-04-18T23:53:07.551Z | Checking pin-project v1.1.6 |
3561 | 2025-04-18T23:53:07.603Z | Checking rustls-pemfile v1.0.4 |
3562 | 2025-04-18T23:53:07.628Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3563 | 2025-04-18T23:53:07.702Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3564 | 2025-04-18T23:53:07.805Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3565 | 2025-04-18T23:53:07.896Z | Checking twox-hash v2.1.0 |
3566 | 2025-04-18T23:53:08.028Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3567 | 2025-04-18T23:53:08.164Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3568 | 2025-04-18T23:53:08.221Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
3569 | 2025-04-18T23:53:08.921Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3570 | 2025-04-18T23:53:09.006Z | Checking tokio-rustls v0.24.1 |
3571 | 2025-04-18T23:53:09.259Z | Checking snafu v0.8.5 |
3572 | 2025-04-18T23:53:09.350Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3573 | 2025-04-18T23:53:09.692Z | Checking tough v0.19.0 |
3574 | 2025-04-18T23:53:09.765Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3575 | 2025-04-18T23:53:09.900Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
3576 | 2025-04-18T23:53:09.925Z | Checking fatfs v0.3.6 |
3577 | 2025-04-18T23:53:09.954Z | Checking assert_matches v1.5.0 |
3578 | 2025-04-18T23:53:13.506Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3579 | 2025-04-18T23:53:14.797Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3580 | 2025-04-18T23:53:17.113Z | Compiling git2 v0.19.0 |
3581 | 2025-04-18T23:53:22.282Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
3582 | 2025-04-18T23:54:38.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 34s |
3583 | 2025-04-18T23:54:38.384Z | |
3584 | 2025-04-18T23:54:38.384Z | info: running `cargo check --bins` on nexus-external-api (173/203) |
3585 | 2025-04-18T23:54:39.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3586 | 2025-04-18T23:54:39.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3587 | 2025-04-18T23:54:39.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3588 | 2025-04-18T23:54:39.257Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
3589 | 2025-04-18T23:54:39.352Z | |
3590 | 2025-04-18T23:54:39.352Z | info: running `cargo check --bins` on nexus-internal-api (174/203) |
3591 | 2025-04-18T23:54:40.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3592 | 2025-04-18T23:54:40.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3593 | 2025-04-18T23:54:40.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3594 | 2025-04-18T23:54:40.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3595 | 2025-04-18T23:54:40.302Z | |
3596 | 2025-04-18T23:54:40.302Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (175/203) |
3597 | 2025-04-18T23:54:41.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3598 | 2025-04-18T23:54:41.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3599 | 2025-04-18T23:54:41.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3600 | 2025-04-18T23:54:41.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3601 | 2025-04-18T23:54:41.277Z | |
3602 | 2025-04-18T23:54:41.277Z | info: running `cargo check --bins` on nexus-networking (176/203) |
3603 | 2025-04-18T23:54:42.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3604 | 2025-04-18T23:54:42.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3605 | 2025-04-18T23:54:42.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3606 | 2025-04-18T23:54:42.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
3607 | 2025-04-18T23:54:42.203Z | |
3608 | 2025-04-18T23:54:42.203Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (177/203) |
3609 | 2025-04-18T23:54:43.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3610 | 2025-04-18T23:54:43.052Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3611 | 2025-04-18T23:54:43.052Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3612 | 2025-04-18T23:54:43.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3613 | 2025-04-18T23:54:43.136Z | |
3614 | 2025-04-18T23:54:43.136Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (178/203) |
3615 | 2025-04-18T23:54:43.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3616 | 2025-04-18T23:54:43.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3617 | 2025-04-18T23:54:43.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3618 | 2025-04-18T23:54:43.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3619 | 2025-04-18T23:54:44.069Z | |
3620 | 2025-04-18T23:54:44.069Z | info: running `cargo check --bins` on update-common (179/203) |
3621 | 2025-04-18T23:54:44.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3622 | 2025-04-18T23:54:44.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3623 | 2025-04-18T23:54:44.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3624 | 2025-04-18T23:54:44.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3625 | 2025-04-18T23:54:44.970Z | |
3626 | 2025-04-18T23:54:44.971Z | info: running `cargo check --bins` on omicron-dev (180/203) |
3627 | 2025-04-18T23:54:45.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-04-18T23:54:45.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-04-18T23:54:46.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3630 | 2025-04-18T23:54:46.229Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3631 | 2025-04-18T23:54:46.288Z | Checking yansi v1.0.1 |
3632 | 2025-04-18T23:54:46.288Z | Checking diff v0.1.13 |
3633 | 2025-04-18T23:54:46.316Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3634 | 2025-04-18T23:54:46.316Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3635 | 2025-04-18T23:54:46.761Z | Checking pretty_assertions v1.4.1 |
3636 | 2025-04-18T23:54:47.584Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3637 | 2025-04-18T23:55:28.543Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3638 | 2025-04-18T23:55:28.543Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3639 | 2025-04-18T23:55:28.543Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3640 | 2025-04-18T23:55:28.568Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3641 | 2025-04-18T23:55:28.569Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3642 | 2025-04-18T23:55:28.569Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3643 | 2025-04-18T23:55:29.591Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3644 | 2025-04-18T23:55:31.186Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3645 | 2025-04-18T23:56:32.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s |
3646 | 2025-04-18T23:56:32.434Z | |
3647 | 2025-04-18T23:56:32.434Z | info: running `cargo check --bins` on openapi-manager (181/203) |
3648 | 2025-04-18T23:56:33.277Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3649 | 2025-04-18T23:56:34.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3650 | 2025-04-18T23:56:34.354Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3651 | 2025-04-18T23:56:34.354Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3652 | 2025-04-18T23:56:34.354Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3653 | 2025-04-18T23:56:34.354Z | Compiling proc-macro-error-attr2 v2.0.0 |
3654 | 2025-04-18T23:56:34.354Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3655 | 2025-04-18T23:56:34.354Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3656 | 2025-04-18T23:56:34.354Z | Checking papergrid v0.14.0 |
3657 | 2025-04-18T23:56:34.354Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3658 | 2025-04-18T23:56:34.354Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3659 | 2025-04-18T23:56:34.354Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3660 | 2025-04-18T23:56:34.354Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3661 | 2025-04-18T23:56:34.354Z | Compiling proc-macro-error2 v2.0.1 |
3662 | 2025-04-18T23:56:34.730Z | Compiling tabled_derive v0.10.0 |
3663 | 2025-04-18T23:56:34.866Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3664 | 2025-04-18T23:56:35.059Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3665 | 2025-04-18T23:56:35.100Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3666 | 2025-04-18T23:56:35.148Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3667 | 2025-04-18T23:56:35.480Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3668 | 2025-04-18T23:56:35.895Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3669 | 2025-04-18T23:56:35.974Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3670 | 2025-04-18T23:56:36.402Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
3671 | 2025-04-18T23:56:36.442Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3672 | 2025-04-18T23:56:36.832Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3673 | 2025-04-18T23:56:36.868Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3674 | 2025-04-18T23:56:36.942Z | Checking tabled v0.18.0 |
3675 | 2025-04-18T23:56:37.008Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3676 | 2025-04-18T23:56:37.229Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3677 | 2025-04-18T23:56:37.318Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3678 | 2025-04-18T23:56:37.503Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3679 | 2025-04-18T23:56:37.648Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3680 | 2025-04-18T23:56:39.284Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3681 | 2025-04-18T23:56:39.284Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3682 | 2025-04-18T23:56:43.093Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3683 | 2025-04-18T23:56:45.062Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3684 | 2025-04-18T23:56:51.553Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3685 | 2025-04-18T23:56:51.553Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3686 | 2025-04-18T23:56:53.125Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3687 | 2025-04-18T23:56:54.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.50s |
3688 | 2025-04-18T23:56:55.158Z | |
3689 | 2025-04-18T23:56:55.159Z | info: running `cargo check --bins` on installinator-api (182/203) |
3690 | 2025-04-18T23:56:55.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3691 | 2025-04-18T23:56:55.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3692 | 2025-04-18T23:56:55.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3693 | 2025-04-18T23:56:55.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3694 | 2025-04-18T23:56:56.058Z | |
3695 | 2025-04-18T23:56:56.058Z | info: running `cargo check --bins` on wicketd-api (183/203) |
3696 | 2025-04-18T23:56:56.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3697 | 2025-04-18T23:56:56.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3698 | 2025-04-18T23:56:56.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3699 | 2025-04-18T23:56:56.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3700 | 2025-04-18T23:56:56.969Z | |
3701 | 2025-04-18T23:56:56.969Z | info: running `cargo check --bins` on omicron-pins (184/203) |
3702 | 2025-04-18T23:56:57.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3703 | 2025-04-18T23:56:57.724Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3704 | 2025-04-18T23:56:57.725Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3705 | 2025-04-18T23:56:57.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3706 | 2025-04-18T23:56:57.803Z | |
3707 | 2025-04-18T23:56:57.803Z | info: running `cargo check --bins` on reconfigurator-cli (185/203) |
3708 | 2025-04-18T23:56:58.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3709 | 2025-04-18T23:56:58.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3710 | 2025-04-18T23:56:58.722Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3711 | 2025-04-18T23:56:58.722Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3712 | 2025-04-18T23:56:58.722Z | Compiling petname v2.0.2 |
3713 | 2025-04-18T23:56:58.748Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3714 | 2025-04-18T23:56:58.748Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3715 | 2025-04-18T23:56:58.748Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3716 | 2025-04-18T23:56:58.748Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3717 | 2025-04-18T23:56:58.775Z | Checking sync-ptr v0.1.1 |
3718 | 2025-04-18T23:57:05.554Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3719 | 2025-04-18T23:57:06.319Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3720 | 2025-04-18T23:57:07.849Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3721 | 2025-04-18T23:57:09.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.03s |
3722 | 2025-04-18T23:57:10.031Z | |
3723 | 2025-04-18T23:57:10.031Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (186/203) |
3724 | 2025-04-18T23:57:10.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3725 | 2025-04-18T23:57:10.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3726 | 2025-04-18T23:57:10.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3727 | 2025-04-18T23:57:10.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3728 | 2025-04-18T23:57:10.972Z | |
3729 | 2025-04-18T23:57:10.972Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (187/203) |
3730 | 2025-04-18T23:57:11.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-04-18T23:57:11.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-04-18T23:57:12.001Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3733 | 2025-04-18T23:57:13.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
3734 | 2025-04-18T23:57:13.251Z | |
3735 | 2025-04-18T23:57:13.251Z | info: running `cargo check --bins` on omicron-releng (188/203) |
3736 | 2025-04-18T23:57:14.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3737 | 2025-04-18T23:57:14.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3738 | 2025-04-18T23:57:14.150Z | Checking memmap2 v0.9.5 |
3739 | 2025-04-18T23:57:14.150Z | Checking constant_time_eq v0.3.1 |
3740 | 2025-04-18T23:57:14.150Z | Checking arrayvec v0.7.6 |
3741 | 2025-04-18T23:57:14.176Z | Checking arrayref v0.3.9 |
3742 | 2025-04-18T23:57:14.176Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3743 | 2025-04-18T23:57:14.176Z | Checking topological-sort v0.2.2 |
3744 | 2025-04-18T23:57:14.176Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3745 | 2025-04-18T23:57:14.201Z | Checking shell-words v1.1.0 |
3746 | 2025-04-18T23:57:14.514Z | Checking blake3 v1.5.4 |
3747 | 2025-04-18T23:57:14.745Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3748 | 2025-04-18T23:57:14.974Z | Checking omicron-zone-package v0.12.0 |
3749 | 2025-04-18T23:57:16.491Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3750 | 2025-04-18T23:57:17.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
3751 | 2025-04-18T23:57:17.757Z | |
3752 | 2025-04-18T23:57:17.757Z | info: running `cargo check --bins` on xtask (189/203) |
3753 | 2025-04-18T23:57:18.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3754 | 2025-04-18T23:57:18.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3755 | 2025-04-18T23:57:18.401Z | Checking bitflags v2.6.0 |
3756 | 2025-04-18T23:57:18.401Z | Checking serde v1.0.219 |
3757 | 2025-04-18T23:57:18.401Z | Checking thiserror v1.0.69 |
3758 | 2025-04-18T23:57:18.436Z | Checking scroll v0.12.0 |
3759 | 2025-04-18T23:57:18.461Z | Checking hashbrown v0.15.1 |
3760 | 2025-04-18T23:57:18.461Z | Checking log v0.4.22 |
3761 | 2025-04-18T23:57:18.461Z | Checking zerocopy v0.7.35 |
3762 | 2025-04-18T23:57:18.500Z | Checking syn v2.0.98 |
3763 | 2025-04-18T23:57:18.575Z | Checking pest v2.7.14 |
3764 | 2025-04-18T23:57:18.658Z | Checking rustix v0.38.37 |
3765 | 2025-04-18T23:57:18.734Z | Checking once_cell v1.20.3 |
3766 | 2025-04-18T23:57:18.847Z | Checking goblin v0.8.2 |
3767 | 2025-04-18T23:57:19.016Z | Checking thiserror v2.0.12 |
3768 | 2025-04-18T23:57:19.177Z | Checking fs-err v2.11.0 |
3769 | 2025-04-18T23:57:19.330Z | Checking indexmap v2.7.1 |
3770 | 2025-04-18T23:57:19.463Z | Checking tabled v0.15.0 |
3771 | 2025-04-18T23:57:19.496Z | Checking anyhow v1.0.97 |
3772 | 2025-04-18T23:57:20.165Z | Checking terminal_size v0.4.0 |
3773 | 2025-04-18T23:57:20.165Z | Checking tempfile v3.13.0 |
3774 | 2025-04-18T23:57:20.332Z | Checking clap_builder v4.5.32 |
3775 | 2025-04-18T23:57:20.727Z | Checking dtrace-parser v0.2.0 |
3776 | 2025-04-18T23:57:22.142Z | Checking serde_json v1.0.140 |
3777 | 2025-04-18T23:57:22.142Z | Checking toml_datetime v0.6.8 |
3778 | 2025-04-18T23:57:22.142Z | Checking serde_spanned v0.6.8 |
3779 | 2025-04-18T23:57:22.142Z | Checking camino v1.1.9 |
3780 | 2025-04-18T23:57:22.167Z | Checking semver v1.0.25 |
3781 | 2025-04-18T23:57:22.348Z | Checking cargo-platform v0.1.8 |
3782 | 2025-04-18T23:57:22.435Z | Checking toml_edit v0.22.24 |
3783 | 2025-04-18T23:57:22.461Z | Checking macaddr v1.0.1 |
3784 | 2025-04-18T23:57:22.654Z | Checking camino-tempfile v1.1.1 |
3785 | 2025-04-18T23:57:22.813Z | Checking clap v4.5.32 |
3786 | 2025-04-18T23:57:23.357Z | Checking dof v0.3.0 |
3787 | 2025-04-18T23:57:23.357Z | Checking cargo_metadata v0.19.2 |
3788 | 2025-04-18T23:57:23.855Z | Checking usdt-impl v0.5.0 |
3789 | 2025-04-18T23:57:24.300Z | Checking usdt v0.5.0 |
3790 | 2025-04-18T23:57:24.723Z | Checking toml v0.8.20 |
3791 | 2025-04-18T23:57:25.283Z | Checking cargo_toml v0.21.0 |
3792 | 2025-04-18T23:57:26.777Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3793 | 2025-04-18T23:57:27.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.84s |
3794 | 2025-04-18T23:57:27.710Z | |
3795 | 2025-04-18T23:57:27.710Z | info: running `cargo check --bins` on end-to-end-tests (190/203) |
3796 | 2025-04-18T23:57:28.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3797 | 2025-04-18T23:57:28.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3798 | 2025-04-18T23:57:28.800Z | Checking polyval v0.6.2 |
3799 | 2025-04-18T23:57:28.826Z | Checking ctr v0.9.2 |
3800 | 2025-04-18T23:57:28.852Z | Checking ssh-encoding v0.2.0 |
3801 | 2025-04-18T23:57:28.878Z | Checking blowfish v0.9.1 |
3802 | 2025-04-18T23:57:28.904Z | Checking password-hash v0.4.2 |
3803 | 2025-04-18T23:57:28.929Z | Checking p521 v0.13.3 |
3804 | 2025-04-18T23:57:28.929Z | Checking p256 v0.13.2 |
3805 | 2025-04-18T23:57:28.955Z | Checking russh-cryptovec v0.7.3 |
3806 | 2025-04-18T23:57:29.079Z | Checking ghash v0.5.1 |
3807 | 2025-04-18T23:57:29.105Z | Checking bcrypt-pbkdf v0.10.0 |
3808 | 2025-04-18T23:57:29.131Z | Checking md5 v0.7.0 |
3809 | 2025-04-18T23:57:29.156Z | Checking num-bigint v0.4.6 |
3810 | 2025-04-18T23:57:29.184Z | Checking des v0.8.1 |
3811 | 2025-04-18T23:57:29.262Z | Checking aes-gcm v0.10.3 |
3812 | 2025-04-18T23:57:29.293Z | Checking pbkdf2 v0.11.0 |
3813 | 2025-04-18T23:57:29.345Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3814 | 2025-04-18T23:57:29.380Z | Checking hex-literal v0.4.1 |
3815 | 2025-04-18T23:57:29.405Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3816 | 2025-04-18T23:57:29.431Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3817 | 2025-04-18T23:57:29.504Z | Checking ssh-cipher v0.2.0 |
3818 | 2025-04-18T23:57:29.530Z | Checking internet-checksum v0.2.1 |
3819 | 2025-04-18T23:57:29.775Z | Checking ssh-key v0.6.6 |
3820 | 2025-04-18T23:57:29.961Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3821 | 2025-04-18T23:57:31.173Z | Checking russh-keys v0.45.0 |
3822 | 2025-04-18T23:57:32.292Z | Checking russh v0.45.0 |
3823 | 2025-04-18T23:57:57.249Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3824 | 2025-04-18T23:57:58.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.26s |
3825 | 2025-04-18T23:57:59.185Z | |
3826 | 2025-04-18T23:57:59.185Z | info: running `cargo check --bins` on gateway-cli (191/203) |
3827 | 2025-04-18T23:57:59.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3828 | 2025-04-18T23:57:59.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3829 | 2025-04-18T23:58:00.073Z | Checking termios v0.3.3 |
3830 | 2025-04-18T23:58:00.272Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3831 | 2025-04-18T23:58:01.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s |
3832 | 2025-04-18T23:58:01.584Z | |
3833 | 2025-04-18T23:58:01.584Z | info: running `cargo check --bins --no-default-features` on installinator (192/203) |
3834 | 2025-04-18T23:58:02.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3835 | 2025-04-18T23:58:02.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3836 | 2025-04-18T23:58:02.558Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3837 | 2025-04-18T23:58:02.558Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3838 | 2025-04-18T23:58:02.583Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3839 | 2025-04-18T23:58:02.583Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3840 | 2025-04-18T23:58:03.799Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3841 | 2025-04-18T23:58:05.463Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3842 | 2025-04-18T23:58:07.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.29s |
3843 | 2025-04-18T23:58:08.059Z | |
3844 | 2025-04-18T23:58:08.059Z | info: running `cargo check --bins` on internal-dns-cli (193/203) |
3845 | 2025-04-18T23:58:08.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3846 | 2025-04-18T23:58:08.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3847 | 2025-04-18T23:58:08.972Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3848 | 2025-04-18T23:58:09.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3849 | 2025-04-18T23:58:09.649Z | |
3850 | 2025-04-18T23:58:09.649Z | info: running `cargo check --bins` on omicron-live-tests (194/203) |
3851 | 2025-04-18T23:58:10.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3852 | 2025-04-18T23:58:10.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3853 | 2025-04-18T23:58:10.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3854 | 2025-04-18T23:58:10.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
3855 | 2025-04-18T23:58:10.531Z | |
3856 | 2025-04-18T23:58:10.531Z | info: running `cargo check --bins` on live-tests-macros (195/203) |
3857 | 2025-04-18T23:58:11.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3858 | 2025-04-18T23:58:11.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3859 | 2025-04-18T23:58:11.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3860 | 2025-04-18T23:58:11.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
3861 | 2025-04-18T23:58:11.593Z | |
3862 | 2025-04-18T23:58:11.593Z | info: running `cargo check --bins` on nexus-mgs-updates (196/203) |
3863 | 2025-04-18T23:58:12.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-04-18T23:58:12.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-04-18T23:58:12.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3866 | 2025-04-18T23:58:12.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
3867 | 2025-04-18T23:58:12.517Z | |
3868 | 2025-04-18T23:58:12.517Z | info: running `cargo check --bins` on omicron-package (197/203) |
3869 | 2025-04-18T23:58:13.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3870 | 2025-04-18T23:58:13.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3871 | 2025-04-18T23:58:13.438Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3872 | 2025-04-18T23:58:15.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
3873 | 2025-04-18T23:58:15.293Z | |
3874 | 2025-04-18T23:58:15.293Z | info: running `cargo check --bins` on gfss (198/203) |
3875 | 2025-04-18T23:58:16.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3876 | 2025-04-18T23:58:16.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3877 | 2025-04-18T23:58:16.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3878 | 2025-04-18T23:58:16.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3879 | 2025-04-18T23:58:16.129Z | |
3880 | 2025-04-18T23:58:16.129Z | info: running `cargo check --bins` on wicket-dbg (199/203) |
3881 | 2025-04-18T23:58:16.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3882 | 2025-04-18T23:58:16.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3883 | 2025-04-18T23:58:17.145Z | Checking rtoolbox v0.0.2 |
3884 | 2025-04-18T23:58:17.145Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3885 | 2025-04-18T23:58:17.171Z | Checking tui-tree-widget v0.23.0 |
3886 | 2025-04-18T23:58:17.366Z | Checking rpassword v7.3.1 |
3887 | 2025-04-18T23:58:23.610Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3888 | 2025-04-18T23:58:27.565Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3889 | 2025-04-18T23:58:29.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.89s |
3890 | 2025-04-18T23:58:29.219Z | |
3891 | 2025-04-18T23:58:29.219Z | info: running `cargo check --bins` on wicket (200/203) |
3892 | 2025-04-18T23:58:30.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3893 | 2025-04-18T23:58:30.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3894 | 2025-04-18T23:58:30.179Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3895 | 2025-04-18T23:58:30.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3896 | 2025-04-18T23:58:30.773Z | |
3897 | 2025-04-18T23:58:30.773Z | info: running `cargo check --bins` on wicketd (201/203) |
3898 | 2025-04-18T23:58:31.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3899 | 2025-04-18T23:58:31.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3900 | 2025-04-18T23:58:31.920Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3901 | 2025-04-18T23:58:31.920Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3902 | 2025-04-18T23:58:32.913Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3903 | 2025-04-18T23:58:38.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.32s |
3904 | 2025-04-18T23:58:38.291Z | |
3905 | 2025-04-18T23:58:38.291Z | info: running `cargo check --bins` on omicron-workspace-hack (202/203) |
3906 | 2025-04-18T23:58:39.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3907 | 2025-04-18T23:58:39.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3908 | 2025-04-18T23:58:39.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3909 | 2025-04-18T23:58:39.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3910 | 2025-04-18T23:58:39.121Z | |
3911 | 2025-04-18T23:58:39.121Z | info: running `cargo check --bins` on zone-setup (203/203) |
3912 | 2025-04-18T23:58:39.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3913 | 2025-04-18T23:58:39.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3914 | 2025-04-18T23:58:40.044Z | Checking uzers v0.12.1 |
3915 | 2025-04-18T23:58:40.400Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3916 | 2025-04-18T23:58:41.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3917 | 2025-04-18T23:58:41.868Z | |
3918 | 2025-04-18T23:58:41.868Z | real 17:44.397363289 |
3919 | 2025-04-18T23:58:41.868Z | user 30:24.712486420 |
3920 | 2025-04-18T23:58:41.868Z | sys 5:09.811800044 |
3921 | 2025-04-18T23:58:41.868Z | trap 0.805670385 |
3922 | 2025-04-18T23:58:41.868Z | tflt 0.302149636 |
3923 | 2025-04-18T23:58:41.868Z | dflt 1.846908299 |
3924 | 2025-04-18T23:58:41.868Z | kflt 0.000787210 |
3925 | 2025-04-18T23:58:41.868Z | lock 55:08.569853453 |
3926 | 2025-04-18T23:58:41.868Z | slp 2:38:57.699853076 |
3927 | 2025-04-18T23:58:41.894Z | lat 1:09.420718199 |
3928 | 2025-04-18T23:58:41.894Z | stop 3:35.428011321 |
3929 | 2025-04-18T23:58:41.894Z | process exited: duration 1424631 ms, exit code 0 |
|
3930 | 2025-04-18T23:58:41.946Z | found 0 output files |