|
|
|
1 | 2025-03-25T22:09:16.003Z | job assigned to worker 01JQ7NK8BB79BRX8HTHKE7NKDX [factory aws, i-0912fbae193b53486] (queued for 50 s) |
|
2 | 2025-03-25T22:09:24.408Z | starting task 0: "setup" |
3 | 2025-03-25T22:09:24.414Z | ++ uname -s |
4 | 2025-03-25T22:09:24.414Z | + kern=SunOS |
5 | 2025-03-25T22:09:24.414Z | + build_user=build |
6 | 2025-03-25T22:09:24.415Z | + build_uid=12345 |
7 | 2025-03-25T22:09:24.415Z | + work_dir=/work |
8 | 2025-03-25T22:09:24.415Z | + input_dir=/input |
9 | 2025-03-25T22:09:24.415Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T22:09:24.415Z | + case "$kern" in |
11 | 2025-03-25T22:09:24.415Z | + groupadd -g 12345 build |
12 | 2025-03-25T22:09:24.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T22:09:26.425Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T22:09:26.541Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T22:09:26.559Z | + home_fs=zfs |
16 | 2025-03-25T22:09:26.559Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T22:09:26.559Z | + mkdir -p /home/build |
18 | 2025-03-25T22:09:26.559Z | + chown build:build /home/build /work |
19 | 2025-03-25T22:09:27.537Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T22:09:27.543Z | process exited: duration 3133 ms, exit code 0 |
|
21 | 2025-03-25T22:09:27.564Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T22:09:27.570Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T22:09:27.570Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-25T22:09:27.570Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-25T22:09:27.570Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-25T22:09:27.570Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T22:09:27.571Z | * rust toolchain profile = "default" |
28 | 2025-03-25T22:09:27.586Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T22:09:27.586Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T22:09:27.697Z | info: downloading installer |
31 | 2025-03-25T22:09:28.875Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T22:09:28.875Z | warn: /opt/ooce/bin |
33 | 2025-03-25T22:09:28.875Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T22:09:28.875Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T22:09:28.876Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T22:09:28.876Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T22:09:28.876Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T22:09:28.876Z | error: cannot install while Rust is installed |
39 | 2025-03-25T22:09:28.876Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T22:09:28.928Z | info: profile set to 'default' |
41 | 2025-03-25T22:09:28.928Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T22:09:28.935Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T22:09:29.074Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T22:09:29.074Z | info: downloading component 'cargo' |
45 | 2025-03-25T22:09:30.163Z | info: downloading component 'clippy' |
46 | 2025-03-25T22:09:30.475Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T22:09:31.620Z | info: downloading component 'rust-std' |
48 | 2025-03-25T22:09:33.597Z | info: downloading component 'rustc' |
49 | 2025-03-25T22:09:40.399Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T22:09:40.669Z | info: installing component 'cargo' |
51 | 2025-03-25T22:09:41.532Z | info: installing component 'clippy' |
52 | 2025-03-25T22:09:41.867Z | info: installing component 'rust-docs' |
53 | 2025-03-25T22:09:43.630Z | info: installing component 'rust-std' |
54 | 2025-03-25T22:09:45.527Z | info: installing component 'rustc' |
55 | 2025-03-25T22:09:51.346Z | info: installing component 'rustfmt' |
56 | 2025-03-25T22:09:51.659Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T22:09:51.659Z | |
58 | 2025-03-25T22:09:52.028Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T22:09:52.028Z | |
60 | 2025-03-25T22:09:52.035Z | |
61 | 2025-03-25T22:09:52.035Z | Rust is installed now. Great! |
62 | 2025-03-25T22:09:52.035Z | |
63 | 2025-03-25T22:09:52.035Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T22:09:52.035Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T22:09:52.035Z | |
66 | 2025-03-25T22:09:52.035Z | To configure your current shell, you need to source |
67 | 2025-03-25T22:09:52.035Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T22:09:52.035Z | |
69 | 2025-03-25T22:09:52.035Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T22:09:52.035Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T22:09:52.035Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T22:09:52.035Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T22:09:52.118Z | + rustup --version |
74 | 2025-03-25T22:09:52.172Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T22:09:52.172Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T22:09:52.197Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T22:09:52.197Z | + cargo --version |
78 | 2025-03-25T22:09:52.197Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T22:09:52.197Z | + rustc --version |
80 | 2025-03-25T22:09:52.247Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T22:09:52.247Z | process exited: duration 24627 ms, exit code 0 |
|
82 | 2025-03-25T22:09:52.266Z | starting task 2: "authentication" |
83 | 2025-03-25T22:09:52.287Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-03-25T22:09:52.294Z | starting task 3: "clone repository" |
85 | 2025-03-25T22:09:52.302Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T22:09:52.334Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T22:09:52.344Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T22:10:00.604Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T22:10:00.610Z | + git fetch origin 29582a66bc0dec2b1045c85b0e054cce3e49059b |
90 | 2025-03-25T22:10:00.895Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T22:10:00.895Z | * branch 29582a66bc0dec2b1045c85b0e054cce3e49059b -> FETCH_HEAD |
92 | 2025-03-25T22:10:00.902Z | + [[ -n omdb_sagas_part_1 ]] |
93 | 2025-03-25T22:10:00.907Z | ++ git branch --show-current |
94 | 2025-03-25T22:10:00.907Z | + current=main |
95 | 2025-03-25T22:10:00.907Z | + [[ main != omdb_sagas_part_1 ]] |
96 | 2025-03-25T22:10:00.907Z | + git branch -f omdb_sagas_part_1 29582a66bc0dec2b1045c85b0e054cce3e49059b |
97 | 2025-03-25T22:10:00.911Z | + git checkout -f omdb_sagas_part_1 |
98 | 2025-03-25T22:10:00.962Z | Switched to branch 'omdb_sagas_part_1' |
99 | 2025-03-25T22:10:00.966Z | + git reset --hard 29582a66bc0dec2b1045c85b0e054cce3e49059b |
100 | 2025-03-25T22:10:01.020Z | HEAD is now at 29582a66b Merge branch 'main' into omdb_sagas_part_1 |
101 | 2025-03-25T22:10:01.026Z | process exited: duration 8725 ms, exit code 0 |
|
102 | 2025-03-25T22:10:01.035Z | starting task 4: "build" |
103 | 2025-03-25T22:10:01.040Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T22:10:01.045Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T22:10:01.045Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T22:10:01.045Z | + cargo --version |
107 | 2025-03-25T22:10:01.094Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T22:10:01.099Z | + rustc --version |
109 | 2025-03-25T22:10:01.162Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T22:10:01.167Z | + source ./env.sh |
111 | 2025-03-25T22:10:01.167Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-25T22:10:01.167Z | ++ set -o xtrace |
113 | 2025-03-25T22:10:01.171Z | ++++ dirname ./env.sh |
114 | 2025-03-25T22:10:01.171Z | +++ readlink -f . |
115 | 2025-03-25T22:10:01.175Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-25T22:10:01.175Z | ++ 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-03-25T22:10:01.175Z | ++ 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-03-25T22:10:01.175Z | ++ 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-03-25T22:10:01.175Z | ++ 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-03-25T22:10:01.175Z | ++ 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-03-25T22:10:01.176Z | ++ 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-03-25T22:10:01.176Z | ++ 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-03-25T22:10:01.176Z | ++ 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-03-25T22:10:01.176Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-25T22:10:01.176Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-25T22:10:01.176Z | + 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-03-25T22:10:01.176Z | + 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-03-25T22:10:01.176Z | + banner prerequisites |
129 | 2025-03-25T22:10:01.176Z | |
130 | 2025-03-25T22:10:01.176Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-25T22:10:01.176Z | # # # # # # # # # # # # # # # |
132 | 2025-03-25T22:10:01.176Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-25T22:10:01.176Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-25T22:10:01.176Z | # # # # # # # # # # # # # # # |
135 | 2025-03-25T22:10:01.176Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-25T22:10:01.176Z | |
137 | 2025-03-25T22:10:01.181Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-25T22:10:02.709Z | pkg list: illegal option -- F |
139 | 2025-03-25T22:10:02.709Z | Usage: |
140 | 2025-03-25T22:10:02.722Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-25T22:10:02.722Z | [pkg_fmri_pattern ...] |
142 | 2025-03-25T22:10:03.563Z | pkg list: illegal option -- F |
143 | 2025-03-25T22:10:03.563Z | Usage: |
144 | 2025-03-25T22:10:03.568Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-25T22:10:03.568Z | [pkg_fmri_pattern ...] |
146 | 2025-03-25T22:10:13.348Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-25T22:10:18.960Z | Startup: Caching catalogs ... Done |
148 | 2025-03-25T22:10:32.719Z | Planning: Solver setup ... Done (13.694s) |
149 | 2025-03-25T22:10:32.900Z | Planning: Running solver ... Done (0.166s) |
150 | 2025-03-25T22:10:33.029Z | Planning: Finding local manifests ... Done (0.007s) |
151 | 2025-03-25T22:10:33.058Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-25T22:10:36.100Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-25T22:10:36.208Z | Planning: Package planning ... Done (0.108s) |
154 | 2025-03-25T22:10:36.267Z | Planning: Merging actions ... Done (0.057s) |
155 | 2025-03-25T22:10:36.461Z | Planning: Checking for conflicting actions ... Done (0.196s) |
156 | 2025-03-25T22:10:38.305Z | Planning: Consolidating action changes ... Done (1.675s) |
157 | 2025-03-25T22:10:39.082Z | Planning: Evaluating mediators ... Done (0.446s) |
158 | 2025-03-25T22:10:39.150Z | Planning: Planning completed in 20.64 seconds |
159 | 2025-03-25T22:10:39.150Z | Packages to install: 4 |
160 | 2025-03-25T22:10:39.151Z | Packages to update: 3 |
161 | 2025-03-25T22:10:39.151Z | Mediators to change: 2 |
162 | 2025-03-25T22:10:39.151Z | Services to change: 1 |
163 | 2025-03-25T22:10:39.151Z | Estimated space available: 155.59 GB |
164 | 2025-03-25T22:10:39.151Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-25T22:10:39.151Z | Create boot environment: No |
166 | 2025-03-25T22:10:39.151Z | Create backup boot environment: Yes |
167 | 2025-03-25T22:10:39.151Z | Rebuild boot archive: No |
168 | 2025-03-25T22:10:39.151Z | |
169 | 2025-03-25T22:10:39.151Z | Changed mediators: |
170 | 2025-03-25T22:10:39.151Z | mediator clang: |
171 | 2025-03-25T22:10:39.151Z | version: None -> 15 (system default) |
172 | 2025-03-25T22:10:39.151Z | |
173 | 2025-03-25T22:10:39.151Z | mediator llvm: |
174 | 2025-03-25T22:10:39.151Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-25T22:10:39.151Z | |
176 | 2025-03-25T22:10:39.151Z | Changed packages: |
177 | 2025-03-25T22:10:39.151Z | helios-dev |
178 | 2025-03-25T22:10:39.151Z | developer/build-essential |
179 | 2025-03-25T22:10:39.151Z | None -> 11-2.0 |
180 | 2025-03-25T22:10:39.151Z | library/libxmlsec1 |
181 | 2025-03-25T22:10:39.151Z | None -> 1.2.35-2.0 |
182 | 2025-03-25T22:10:39.151Z | ooce/developer/clang-15 |
183 | 2025-03-25T22:10:39.151Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T22:10:39.151Z | ooce/developer/llvm-15 |
185 | 2025-03-25T22:10:39.151Z | None -> 15.0.7-2.0 |
186 | 2025-03-25T22:10:39.151Z | package/pkg |
187 | 2025-03-25T22:10:39.151Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-25T22:10:39.151Z | system/library/g++-runtime |
189 | 2025-03-25T22:10:39.151Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T22:10:39.151Z | system/library/gcc-runtime |
191 | 2025-03-25T22:10:39.151Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-25T22:10:39.151Z | |
193 | 2025-03-25T22:10:39.151Z | Services: |
194 | 2025-03-25T22:10:39.151Z | restart_fmri: |
195 | 2025-03-25T22:10:39.151Z | svc:/system/update-man-index:default |
196 | 2025-03-25T22:10:39.152Z | |
197 | 2025-03-25T22:10:39.152Z | Editable files to change: |
198 | 2025-03-25T22:10:39.152Z | Update: |
199 | 2025-03-25T22:10:39.152Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-25T22:10:39.152Z | |
201 | 2025-03-25T22:10:39.152Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-25T22:10:45.141Z | Download: 208/4301 items 1.3/225.4MB 0% complete (401k/s) |
203 | 2025-03-25T22:10:51.289Z | Download: 213/4301 items 1.3/225.4MB 0% complete (361k/s) |
204 | 2025-03-25T22:10:56.334Z | Download: 1274/4301 items 110.9/225.4MB 49% complete (22.5M/s) |
205 | 2025-03-25T22:11:01.542Z | Download: 2218/4301 items 119.1/225.4MB 52% complete (12.3M/s) |
206 | 2025-03-25T22:11:30.415Z | Download: 2223/4301 items 119.2/225.4MB 52% complete |
207 | 2025-03-25T22:11:35.416Z | Download: 3166/4301 items 154.3/225.4MB 68% complete (6.9M/s) |
208 | 2025-03-25T22:11:40.420Z | Download: 3423/4301 items 215.2/225.4MB 95% complete (9.7M/s) |
209 | 2025-03-25T22:11:45.455Z | Download: 3984/4301 items 218.3/225.4MB 96% complete (8.4M/s) |
210 | 2025-03-25T22:11:50.455Z | Download: 4295/4301 items 224.6/225.4MB 99% complete (902k/s) |
211 | 2025-03-25T22:11:50.879Z | Download: Completed 225.42 MB in 72.11 seconds (3.1M/s) |
212 | 2025-03-25T22:11:53.077Z | Actions: 1/5122 actions (Removing old actions) |
213 | 2025-03-25T22:11:53.102Z | Actions: 194/5122 actions (Installing new actions) |
214 | 2025-03-25T22:11:57.820Z | Actions: 4267/5122 actions (Updating modified actions) |
215 | 2025-03-25T22:11:58.165Z | Actions: Completed 5122 actions in 5.09 seconds. |
216 | 2025-03-25T22:11:58.410Z | Done (0.237s) |
217 | 2025-03-25T22:11:58.413Z | Done (0.002s) |
218 | 2025-03-25T22:11:59.044Z | Done (0.630s) |
219 | 2025-03-25T22:12:03.479Z | Done (4.206s) |
220 | 2025-03-25T22:12:03.565Z | Done (0.017s) |
221 | 2025-03-25T22:12:03.568Z | Done (0.000s) |
222 | 2025-03-25T22:12:03.723Z | Done (0.000s) |
223 | 2025-03-25T22:12:04.449Z | Planning: Evaluating mediator changes ... Done |
224 | 2025-03-25T22:12:04.608Z | Planning: Checking for conflicting actions ... Done |
225 | 2025-03-25T22:12:04.611Z | Planning: Consolidating action changes ... Done |
226 | 2025-03-25T22:12:04.875Z | Planning: Evaluating mediators ... Done |
227 | 2025-03-25T22:12:04.878Z | Planning: Planning completed in 0.43 seconds |
228 | 2025-03-25T22:12:04.917Z | Mediators to change: 2 |
229 | 2025-03-25T22:12:04.922Z | Create boot environment: No |
230 | 2025-03-25T22:12:04.922Z | Create backup boot environment: No |
231 | 2025-03-25T22:12:05.065Z | Done |
232 | 2025-03-25T22:12:05.066Z | Done |
233 | 2025-03-25T22:12:05.521Z | Done |
234 | 2025-03-25T22:12:09.042Z | Done |
235 | 2025-03-25T22:12:09.131Z | Done |
236 | 2025-03-25T22:12:09.134Z | Done |
237 | 2025-03-25T22:12:09.265Z | Done |
238 | 2025-03-25T22:12:09.874Z | Planning: Evaluating mediator changes ... Done |
239 | 2025-03-25T22:12:09.877Z | Planning: Merging actions ... Done |
240 | 2025-03-25T22:12:10.063Z | Planning: Checking for conflicting actions ... Done |
241 | 2025-03-25T22:12:10.074Z | Planning: Consolidating action changes ... Done |
242 | 2025-03-25T22:12:10.330Z | Planning: Evaluating mediators ... Done |
243 | 2025-03-25T22:12:10.386Z | Planning: Planning completed in 0.75 seconds |
244 | 2025-03-25T22:12:10.426Z | Packages to change: 1 |
245 | 2025-03-25T22:12:10.426Z | Mediators to change: 1 |
246 | 2025-03-25T22:12:10.432Z | Services to change: 1 |
247 | 2025-03-25T22:12:10.432Z | Create boot environment: No |
248 | 2025-03-25T22:12:10.432Z | Create backup boot environment: Yes |
249 | 2025-03-25T22:12:12.682Z | Actions: 1/6 actions (Updating modified actions) |
250 | 2025-03-25T22:12:12.685Z | Actions: Completed 6 actions in 0.00 seconds. |
251 | 2025-03-25T22:12:12.685Z | Done |
252 | 2025-03-25T22:12:12.685Z | Done |
253 | 2025-03-25T22:12:12.816Z | Done |
254 | 2025-03-25T22:12:16.354Z | Done |
255 | 2025-03-25T22:12:16.444Z | Done |
256 | 2025-03-25T22:12:16.448Z | Done |
257 | 2025-03-25T22:12:16.609Z | Done |
258 | 2025-03-25T22:12:17.024Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
259 | 2025-03-25T22:12:17.024Z | clang system 15 system |
260 | 2025-03-25T22:12:17.024Z | csh system system illumos |
261 | 2025-03-25T22:12:17.024Z | ctags system system illumos |
262 | 2025-03-25T22:12:17.024Z | gcc vendor 12 vendor |
263 | 2025-03-25T22:12:17.024Z | gcc system 10 system |
264 | 2025-03-25T22:12:17.025Z | gcc system 7 system |
265 | 2025-03-25T22:12:17.025Z | go system 1.20 system |
266 | 2025-03-25T22:12:17.025Z | go system 1.19 system |
267 | 2025-03-25T22:12:17.025Z | llvm system 15 system |
268 | 2025-03-25T22:12:17.025Z | llvm system 14 system |
269 | 2025-03-25T22:12:17.025Z | mariadb system 10.6 system |
270 | 2025-03-25T22:12:17.025Z | mta vendor vendor dma |
271 | 2025-03-25T22:12:17.025Z | openjdk system 17 system |
272 | 2025-03-25T22:12:17.025Z | openjdk system 11 system |
273 | 2025-03-25T22:12:17.025Z | openjdk system 1.8 system |
274 | 2025-03-25T22:12:17.025Z | openssl vendor 3 vendor |
275 | 2025-03-25T22:12:17.025Z | perl system 5.36 system |
276 | 2025-03-25T22:12:17.025Z | postgresql system 15 system |
277 | 2025-03-25T22:12:17.025Z | postgresql system 13 system |
278 | 2025-03-25T22:12:17.025Z | python vendor 3 vendor |
279 | 2025-03-25T22:12:17.025Z | python system 2 system |
280 | 2025-03-25T22:12:17.025Z | python3 system 3.11 system |
281 | 2025-03-25T22:12:17.025Z | ruby system 3.0 system |
282 | 2025-03-25T22:12:17.025Z | words vendor vendor american-english |
283 | 2025-03-25T22:12:17.025Z | words system system australian-english |
284 | 2025-03-25T22:12:17.025Z | words system system british-english |
285 | 2025-03-25T22:12:17.025Z | words system system canadian-english |
286 | 2025-03-25T22:12:17.025Z | words system system french |
287 | 2025-03-25T22:12:17.025Z | words system system italian |
288 | 2025-03-25T22:12:17.025Z | words system system ngerman |
289 | 2025-03-25T22:12:17.025Z | words system system ogerman |
290 | 2025-03-25T22:12:17.025Z | words system system spanish |
291 | 2025-03-25T22:12:17.358Z | PUBLISHER TYPE STATUS P LOCATION |
292 | 2025-03-25T22:12:17.358Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
293 | 2025-03-25T22:12:20.562Z | FMRI IFO |
294 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
295 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
296 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
297 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
298 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
299 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
300 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
301 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
302 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
303 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
304 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
305 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
306 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
307 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
308 | 2025-03-25T22:12:20.562Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
309 | 2025-03-25T22:12:21.402Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
310 | 2025-03-25T22:12:22.239Z | Updating crates.io index |
311 | 2025-03-25T22:12:22.283Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
312 | 2025-03-25T22:12:22.806Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
313 | 2025-03-25T22:12:23.011Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
314 | 2025-03-25T22:12:23.251Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
315 | 2025-03-25T22:12:23.553Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
316 | 2025-03-25T22:12:24.608Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
317 | 2025-03-25T22:12:26.526Z | Updating git repository `https://github.com/oxidecomputer/opte` |
318 | 2025-03-25T22:12:27.131Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
319 | 2025-03-25T22:12:27.860Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
320 | 2025-03-25T22:12:28.158Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
321 | 2025-03-25T22:12:28.437Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
322 | 2025-03-25T22:12:28.959Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
323 | 2025-03-25T22:12:29.470Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
324 | 2025-03-25T22:12:29.760Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
325 | 2025-03-25T22:12:30.067Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
326 | 2025-03-25T22:12:30.318Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
327 | 2025-03-25T22:12:30.604Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
328 | 2025-03-25T22:12:30.868Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
329 | 2025-03-25T22:12:31.121Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
330 | 2025-03-25T22:12:31.455Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
331 | 2025-03-25T22:12:31.825Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
332 | 2025-03-25T22:12:32.139Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
333 | 2025-03-25T22:12:32.416Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
334 | 2025-03-25T22:12:32.811Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
335 | 2025-03-25T22:12:33.371Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
336 | 2025-03-25T22:12:33.601Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
337 | 2025-03-25T22:12:34.157Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
338 | 2025-03-25T22:12:34.538Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
339 | 2025-03-25T22:12:34.817Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
340 | 2025-03-25T22:12:35.123Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
341 | 2025-03-25T22:12:35.410Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
342 | 2025-03-25T22:12:36.966Z | Downloading crates ... |
343 | 2025-03-25T22:12:37.061Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2025-03-25T22:12:37.082Z | Downloaded zerocopy v0.7.35 |
345 | 2025-03-25T22:12:37.100Z | Downloaded bytecount v0.6.8 |
346 | 2025-03-25T22:12:37.104Z | Downloaded anyhow v1.0.97 |
347 | 2025-03-25T22:12:37.104Z | Downloaded bitflags v2.6.0 |
348 | 2025-03-25T22:12:37.107Z | Downloaded block-buffer v0.10.4 |
349 | 2025-03-25T22:12:37.112Z | Downloaded byteorder v1.5.0 |
350 | 2025-03-25T22:12:37.112Z | Downloaded anstyle-query v1.1.1 |
351 | 2025-03-25T22:12:37.112Z | Downloaded winnow v0.7.3 |
352 | 2025-03-25T22:12:37.119Z | Downloaded clap v4.5.32 |
353 | 2025-03-25T22:12:37.129Z | Downloaded anstyle v1.0.10 |
354 | 2025-03-25T22:12:37.132Z | Downloaded cargo-platform v0.1.8 |
355 | 2025-03-25T22:12:37.133Z | Downloaded bitflags v1.3.2 |
356 | 2025-03-25T22:12:37.136Z | Downloaded cargo_metadata v0.19.2 |
357 | 2025-03-25T22:12:37.136Z | Downloaded clap_builder v4.5.32 |
358 | 2025-03-25T22:12:37.141Z | Downloaded cargo_toml v0.21.0 |
359 | 2025-03-25T22:12:37.145Z | Downloaded anstream v0.6.15 |
360 | 2025-03-25T22:12:37.146Z | Downloaded cfg-if v1.0.0 |
361 | 2025-03-25T22:12:37.150Z | Downloaded camino-tempfile v1.1.1 |
362 | 2025-03-25T22:12:37.150Z | Downloaded autocfg v1.4.0 |
363 | 2025-03-25T22:12:37.150Z | Downloaded camino v1.1.9 |
364 | 2025-03-25T22:12:37.153Z | Downloaded anstyle-parse v0.2.5 |
365 | 2025-03-25T22:12:37.178Z | Downloaded serde_derive v1.0.218 |
366 | 2025-03-25T22:12:37.196Z | Downloaded tabled_derive v0.7.0 |
367 | 2025-03-25T22:12:37.199Z | Downloaded itoa v1.0.11 |
368 | 2025-03-25T22:12:37.199Z | Downloaded clap_derive v4.5.32 |
369 | 2025-03-25T22:12:37.199Z | Downloaded serde_spanned v0.6.8 |
370 | 2025-03-25T22:12:37.222Z | Downloaded usdt-attr-macro v0.5.0 |
371 | 2025-03-25T22:12:37.231Z | Downloaded usdt-macro v0.5.0 |
372 | 2025-03-25T22:12:37.234Z | Downloaded thiserror-impl v2.0.12 |
373 | 2025-03-25T22:12:37.234Z | Downloaded thiserror-impl v1.0.69 |
374 | 2025-03-25T22:12:37.234Z | Downloaded thiserror v1.0.69 |
375 | 2025-03-25T22:12:37.238Z | Downloaded toml_datetime v0.6.8 |
376 | 2025-03-25T22:12:37.241Z | Downloaded thread-id v4.2.2 |
377 | 2025-03-25T22:12:37.242Z | Downloaded terminal_size v0.4.0 |
378 | 2025-03-25T22:12:37.245Z | Downloaded strsim v0.11.1 |
379 | 2025-03-25T22:12:37.245Z | Downloaded smawk v0.3.2 |
380 | 2025-03-25T22:12:37.245Z | Downloaded serde_tokenstream v0.2.2 |
381 | 2025-03-25T22:12:37.248Z | Downloaded equivalent v1.0.1 |
382 | 2025-03-25T22:12:37.248Z | Downloaded log v0.4.22 |
383 | 2025-03-25T22:12:37.251Z | Downloaded dtrace-parser v0.2.0 |
384 | 2025-03-25T22:12:37.255Z | Downloaded pretty-hex v0.4.1 |
385 | 2025-03-25T22:12:37.260Z | Downloaded scroll_derive v0.12.0 |
386 | 2025-03-25T22:12:37.266Z | Downloaded terminal_size v0.2.6 |
387 | 2025-03-25T22:12:37.270Z | Downloaded version_check v0.9.5 |
388 | 2025-03-25T22:12:37.270Z | Downloaded memmap v0.7.0 |
389 | 2025-03-25T22:12:37.270Z | Downloaded generic-array v0.14.7 |
390 | 2025-03-25T22:12:37.274Z | Downloaded colorchoice v1.0.2 |
391 | 2025-03-25T22:12:37.274Z | Downloaded digest v0.10.7 |
392 | 2025-03-25T22:12:37.274Z | Downloaded cpufeatures v0.2.14 |
393 | 2025-03-25T22:12:37.274Z | Downloaded utf8parse v0.2.2 |
394 | 2025-03-25T22:12:37.278Z | Downloaded crypto-common v0.1.6 |
395 | 2025-03-25T22:12:37.278Z | Downloaded usdt v0.5.0 |
396 | 2025-03-25T22:12:37.278Z | Downloaded sha2 v0.10.8 |
397 | 2025-03-25T22:12:37.282Z | Downloaded fastrand v2.1.1 |
398 | 2025-03-25T22:12:37.282Z | Downloaded errno v0.3.9 |
399 | 2025-03-25T22:12:37.282Z | Downloaded clap_lex v0.7.4 |
400 | 2025-03-25T22:12:37.285Z | Downloaded serde v1.0.218 |
401 | 2025-03-25T22:12:37.288Z | Downloaded dof v0.3.0 |
402 | 2025-03-25T22:12:37.288Z | Downloaded swrite v0.1.0 |
403 | 2025-03-25T22:12:37.292Z | Downloaded plain v0.2.3 |
404 | 2025-03-25T22:12:37.296Z | Downloaded unicode-linebreak v0.1.5 |
405 | 2025-03-25T22:12:37.297Z | Downloaded fnv v1.0.7 |
406 | 2025-03-25T22:12:37.297Z | Downloaded pest_generator v2.7.14 |
407 | 2025-03-25T22:12:37.297Z | Downloaded heck v0.4.1 |
408 | 2025-03-25T22:12:37.300Z | Downloaded tempfile v3.13.0 |
409 | 2025-03-25T22:12:37.303Z | Downloaded proc-macro-error-attr v1.0.4 |
410 | 2025-03-25T22:12:37.303Z | Downloaded is_terminal_polyfill v1.70.1 |
411 | 2025-03-25T22:12:37.306Z | Downloaded heck v0.5.0 |
412 | 2025-03-25T22:12:37.310Z | Downloaded usdt-impl v0.5.0 |
413 | 2025-03-25T22:12:37.310Z | Downloaded thiserror v2.0.12 |
414 | 2025-03-25T22:12:37.315Z | Downloaded macaddr v1.0.1 |
415 | 2025-03-25T22:12:37.319Z | Downloaded unicode-ident v1.0.14 |
416 | 2025-03-25T22:12:37.322Z | Downloaded semver v1.0.25 |
417 | 2025-03-25T22:12:37.322Z | Downloaded quote v1.0.39 |
418 | 2025-03-25T22:12:37.325Z | Downloaded proc-macro-error v1.0.4 |
419 | 2025-03-25T22:12:37.328Z | Downloaded pest_derive v2.7.14 |
420 | 2025-03-25T22:12:37.331Z | Downloaded fs-err v2.11.0 |
421 | 2025-03-25T22:12:37.332Z | Downloaded ucd-trie v0.1.7 |
422 | 2025-03-25T22:12:37.335Z | Downloaded scroll v0.12.0 |
423 | 2025-03-25T22:12:37.335Z | Downloaded typenum v1.17.0 |
424 | 2025-03-25T22:12:37.338Z | Downloaded ryu v1.0.18 |
425 | 2025-03-25T22:12:37.343Z | Downloaded io-lifetimes v1.0.11 |
426 | 2025-03-25T22:12:37.351Z | Downloaded once_cell v1.20.3 |
427 | 2025-03-25T22:12:37.354Z | Downloaded textwrap v0.16.1 |
428 | 2025-03-25T22:12:37.357Z | Downloaded papergrid v0.11.0 |
429 | 2025-03-25T22:12:37.381Z | Downloaded proc-macro2 v1.0.94 |
430 | 2025-03-25T22:12:37.381Z | Downloaded pest_meta v2.7.14 |
431 | 2025-03-25T22:12:37.381Z | Downloaded toml v0.8.20 |
432 | 2025-03-25T22:12:37.385Z | Downloaded indexmap v2.7.1 |
433 | 2025-03-25T22:12:37.389Z | Downloaded toml_edit v0.22.24 |
434 | 2025-03-25T22:12:37.411Z | Downloaded memchr v2.7.4 |
435 | 2025-03-25T22:12:37.433Z | Downloaded serde_json v1.0.139 |
436 | 2025-03-25T22:12:37.440Z | Downloaded hashbrown v0.15.1 |
437 | 2025-03-25T22:12:37.450Z | Downloaded syn v1.0.109 |
438 | 2025-03-25T22:12:37.461Z | Downloaded pest v2.7.14 |
439 | 2025-03-25T22:12:37.466Z | Downloaded libc v0.2.170 |
440 | 2025-03-25T22:12:37.487Z | Downloaded tabled v0.15.0 |
441 | 2025-03-25T22:12:37.502Z | Downloaded goblin v0.8.2 |
442 | 2025-03-25T22:12:37.507Z | Downloaded syn v2.0.98 |
443 | 2025-03-25T22:12:37.518Z | Downloaded unicode-width v0.1.14 |
444 | 2025-03-25T22:12:37.524Z | Downloaded rustix v0.37.28 |
445 | 2025-03-25T22:12:37.542Z | Downloaded rustix v0.38.37 |
446 | 2025-03-25T22:12:37.675Z | Compiling proc-macro2 v1.0.94 |
447 | 2025-03-25T22:12:37.676Z | Compiling unicode-ident v1.0.14 |
448 | 2025-03-25T22:12:37.680Z | Compiling serde v1.0.218 |
449 | 2025-03-25T22:12:37.680Z | Compiling libc v0.2.170 |
450 | 2025-03-25T22:12:37.680Z | Compiling version_check v0.9.5 |
451 | 2025-03-25T22:12:37.680Z | Compiling memchr v2.7.4 |
452 | 2025-03-25T22:12:37.680Z | Compiling thiserror v1.0.69 |
453 | 2025-03-25T22:12:37.680Z | Compiling ucd-trie v0.1.7 |
454 | 2025-03-25T22:12:37.937Z | Compiling ryu v1.0.18 |
455 | 2025-03-25T22:12:38.281Z | Compiling itoa v1.0.11 |
456 | 2025-03-25T22:12:38.305Z | Compiling once_cell v1.20.3 |
457 | 2025-03-25T22:12:38.450Z | Compiling byteorder v1.5.0 |
458 | 2025-03-25T22:12:38.517Z | Compiling rustix v0.38.37 |
459 | 2025-03-25T22:12:38.676Z | Compiling serde_json v1.0.139 |
460 | 2025-03-25T22:12:38.910Z | Compiling bitflags v2.6.0 |
461 | 2025-03-25T22:12:39.058Z | Compiling proc-macro-error-attr v1.0.4 |
462 | 2025-03-25T22:12:39.218Z | Compiling usdt-impl v0.5.0 |
463 | 2025-03-25T22:12:39.300Z | Compiling io-lifetimes v1.0.11 |
464 | 2025-03-25T22:12:39.323Z | Compiling syn v1.0.109 |
465 | 2025-03-25T22:12:39.417Z | Compiling proc-macro-error v1.0.4 |
466 | 2025-03-25T22:12:39.459Z | Compiling camino v1.1.9 |
467 | 2025-03-25T22:12:39.558Z | Compiling quote v1.0.39 |
468 | 2025-03-25T22:12:39.701Z | Compiling errno v0.3.9 |
469 | 2025-03-25T22:12:39.934Z | Compiling syn v2.0.98 |
470 | 2025-03-25T22:12:39.986Z | Compiling thread-id v4.2.2 |
471 | 2025-03-25T22:12:40.043Z | Compiling plain v0.2.3 |
472 | 2025-03-25T22:12:40.046Z | Compiling log v0.4.22 |
473 | 2025-03-25T22:12:40.118Z | Compiling hashbrown v0.15.1 |
474 | 2025-03-25T22:12:40.148Z | Compiling rustix v0.37.28 |
475 | 2025-03-25T22:12:40.148Z | Compiling utf8parse v0.2.2 |
476 | 2025-03-25T22:12:40.196Z | Compiling equivalent v1.0.1 |
477 | 2025-03-25T22:12:40.316Z | Compiling anstyle-parse v0.2.5 |
478 | 2025-03-25T22:12:40.646Z | Compiling anstyle v1.0.10 |
479 | 2025-03-25T22:12:40.980Z | Compiling unicode-width v0.1.14 |
480 | 2025-03-25T22:12:41.010Z | Compiling anstyle-query v1.1.1 |
481 | 2025-03-25T22:12:41.046Z | Compiling semver v1.0.25 |
482 | 2025-03-25T22:12:41.117Z | Compiling indexmap v2.7.1 |
483 | 2025-03-25T22:12:41.171Z | Compiling pretty-hex v0.4.1 |
484 | 2025-03-25T22:12:41.192Z | Compiling bitflags v1.3.2 |
485 | 2025-03-25T22:12:41.306Z | Compiling colorchoice v1.0.2 |
486 | 2025-03-25T22:12:41.390Z | Compiling autocfg v1.4.0 |
487 | 2025-03-25T22:12:41.464Z | Compiling is_terminal_polyfill v1.70.1 |
488 | 2025-03-25T22:12:41.491Z | Compiling winnow v0.7.3 |
489 | 2025-03-25T22:12:41.592Z | Compiling thiserror v2.0.12 |
490 | 2025-03-25T22:12:41.672Z | Compiling anstream v0.6.15 |
491 | 2025-03-25T22:12:42.315Z | Compiling terminal_size v0.4.0 |
492 | 2025-03-25T22:12:42.350Z | Compiling fs-err v2.11.0 |
493 | 2025-03-25T22:12:42.566Z | Compiling clap_lex v0.7.4 |
494 | 2025-03-25T22:12:42.650Z | Compiling fnv v1.0.7 |
495 | 2025-03-25T22:12:42.674Z | Compiling heck v0.4.1 |
496 | 2025-03-25T22:12:42.677Z | Compiling strsim v0.11.1 |
497 | 2025-03-25T22:12:42.796Z | Compiling fastrand v2.1.1 |
498 | 2025-03-25T22:12:43.021Z | Compiling bytecount v0.6.8 |
499 | 2025-03-25T22:12:43.142Z | Compiling heck v0.5.0 |
500 | 2025-03-25T22:12:43.303Z | Compiling anyhow v1.0.97 |
501 | 2025-03-25T22:12:43.415Z | Compiling cfg-if v1.0.0 |
502 | 2025-03-25T22:12:43.586Z | Compiling terminal_size v0.2.6 |
503 | 2025-03-25T22:12:43.667Z | Compiling papergrid v0.11.0 |
504 | 2025-03-25T22:12:43.777Z | Compiling clap_builder v4.5.32 |
505 | 2025-03-25T22:12:43.819Z | Compiling tempfile v3.13.0 |
506 | 2025-03-25T22:12:44.042Z | Compiling memmap v0.7.0 |
507 | 2025-03-25T22:12:44.300Z | Compiling smawk v0.3.2 |
508 | 2025-03-25T22:12:44.363Z | Compiling unicode-linebreak v0.1.5 |
509 | 2025-03-25T22:12:44.859Z | Compiling textwrap v0.16.1 |
510 | 2025-03-25T22:12:44.989Z | Compiling swrite v0.1.0 |
511 | 2025-03-25T22:12:45.385Z | Compiling tabled_derive v0.7.0 |
512 | 2025-03-25T22:12:46.859Z | Compiling tabled v0.15.0 |
513 | 2025-03-25T22:12:46.878Z | Compiling serde_derive v1.0.218 |
514 | 2025-03-25T22:12:46.881Z | Compiling thiserror-impl v1.0.69 |
515 | 2025-03-25T22:12:46.881Z | Compiling zerocopy-derive v0.7.35 |
516 | 2025-03-25T22:12:46.881Z | Compiling scroll_derive v0.12.0 |
517 | 2025-03-25T22:12:46.881Z | Compiling thiserror-impl v2.0.12 |
518 | 2025-03-25T22:12:46.881Z | Compiling clap_derive v4.5.32 |
519 | 2025-03-25T22:12:48.283Z | Compiling scroll v0.12.0 |
520 | 2025-03-25T22:12:48.783Z | Compiling goblin v0.8.2 |
521 | 2025-03-25T22:12:48.837Z | Compiling zerocopy v0.7.35 |
522 | 2025-03-25T22:12:49.974Z | Compiling pest v2.7.14 |
523 | 2025-03-25T22:12:51.093Z | Compiling clap v4.5.32 |
524 | 2025-03-25T22:12:52.234Z | Compiling pest_meta v2.7.14 |
525 | 2025-03-25T22:12:53.073Z | Compiling pest_generator v2.7.14 |
526 | 2025-03-25T22:12:54.485Z | Compiling pest_derive v2.7.14 |
527 | 2025-03-25T22:12:55.067Z | Compiling dtrace-parser v0.2.0 |
528 | 2025-03-25T22:12:55.891Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-25T22:12:55.900Z | Compiling serde_spanned v0.6.8 |
530 | 2025-03-25T22:12:55.900Z | Compiling cargo-platform v0.1.8 |
531 | 2025-03-25T22:12:56.179Z | Compiling serde_tokenstream v0.2.2 |
532 | 2025-03-25T22:12:56.202Z | Compiling macaddr v1.0.1 |
533 | 2025-03-25T22:12:56.348Z | Compiling toml_edit v0.22.24 |
534 | 2025-03-25T22:12:56.531Z | Compiling camino-tempfile v1.1.1 |
535 | 2025-03-25T22:12:57.265Z | Compiling dof v0.3.0 |
536 | 2025-03-25T22:12:57.265Z | Compiling cargo_metadata v0.19.2 |
537 | 2025-03-25T22:12:58.823Z | Compiling usdt-attr-macro v0.5.0 |
538 | 2025-03-25T22:12:58.823Z | Compiling usdt-macro v0.5.0 |
539 | 2025-03-25T22:12:59.046Z | Compiling toml v0.8.20 |
540 | 2025-03-25T22:12:59.920Z | Compiling cargo_toml v0.21.0 |
541 | 2025-03-25T22:13:00.016Z | Compiling usdt v0.5.0 |
542 | 2025-03-25T22:13:02.740Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
543 | 2025-03-25T22:13:05.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.44s |
544 | 2025-03-25T22:13:05.833Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
545 | 2025-03-25T22:13:06.369Z | Downloading crates ... |
546 | 2025-03-25T22:13:06.487Z | Downloaded array-init v0.0.4 |
547 | 2025-03-25T22:13:06.519Z | Downloaded atomicwrites v0.4.4 |
548 | 2025-03-25T22:13:06.526Z | Downloaded ciborium-io v0.2.2 |
549 | 2025-03-25T22:13:06.529Z | Downloaded atty v0.2.14 |
550 | 2025-03-25T22:13:06.529Z | Downloaded async-stream-impl v0.3.6 |
551 | 2025-03-25T22:13:06.533Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2025-03-25T22:13:06.541Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-03-25T22:13:06.544Z | Downloaded hex-literal v0.4.1 |
554 | 2025-03-25T22:13:06.544Z | Downloaded adler2 v2.0.0 |
555 | 2025-03-25T22:13:06.548Z | Downloaded hex v0.4.3 |
556 | 2025-03-25T22:13:06.548Z | Downloaded ctr v0.9.2 |
557 | 2025-03-25T22:13:06.550Z | Downloaded crunchy v0.2.2 |
558 | 2025-03-25T22:13:06.553Z | Downloaded cfg_aliases v0.1.1 |
559 | 2025-03-25T22:13:06.558Z | Downloaded assert_matches v1.5.0 |
560 | 2025-03-25T22:13:06.561Z | Downloaded ascii-canvas v3.0.0 |
561 | 2025-03-25T22:13:06.561Z | Downloaded arrayref v0.3.9 |
562 | 2025-03-25T22:13:06.564Z | Downloaded ident_case v1.0.1 |
563 | 2025-03-25T22:13:06.564Z | Downloaded convert_case v0.4.0 |
564 | 2025-03-25T22:13:06.564Z | Downloaded aead v0.5.2 |
565 | 2025-03-25T22:13:06.567Z | Downloaded instant v0.1.13 |
566 | 2025-03-25T22:13:06.568Z | Downloaded http-range v0.1.5 |
567 | 2025-03-25T22:13:06.571Z | Downloaded hubpack_derive v0.1.1 |
568 | 2025-03-25T22:13:06.571Z | Downloaded http-body v1.0.1 |
569 | 2025-03-25T22:13:06.571Z | Downloaded crc v3.2.1 |
570 | 2025-03-25T22:13:06.574Z | Downloaded cassowary v0.3.0 |
571 | 2025-03-25T22:13:06.574Z | Downloaded ciborium-ll v0.2.2 |
572 | 2025-03-25T22:13:06.578Z | Downloaded icu_provider_macros v1.5.0 |
573 | 2025-03-25T22:13:06.578Z | Downloaded cobs v0.2.3 |
574 | 2025-03-25T22:13:06.582Z | Downloaded atomic-waker v1.1.2 |
575 | 2025-03-25T22:13:06.582Z | Downloaded bit-vec v0.8.0 |
576 | 2025-03-25T22:13:06.582Z | Downloaded base16ct v0.2.0 |
577 | 2025-03-25T22:13:06.585Z | Downloaded match_cfg v0.1.0 |
578 | 2025-03-25T22:13:06.585Z | Downloaded block-padding v0.3.3 |
579 | 2025-03-25T22:13:06.588Z | Downloaded is_ci v1.2.0 |
580 | 2025-03-25T22:13:06.588Z | Downloaded bitfield-struct v0.6.2 |
581 | 2025-03-25T22:13:06.591Z | Downloaded async-stream v0.3.6 |
582 | 2025-03-25T22:13:06.591Z | Downloaded castaway v0.2.3 |
583 | 2025-03-25T22:13:06.594Z | Downloaded buf-list v1.0.3 |
584 | 2025-03-25T22:13:06.594Z | Downloaded constant_time_eq v0.3.1 |
585 | 2025-03-25T22:13:06.597Z | Downloaded blowfish v0.9.1 |
586 | 2025-03-25T22:13:06.597Z | Downloaded bb8 v0.8.5 |
587 | 2025-03-25T22:13:06.601Z | Downloaded chacha20 v0.9.1 |
588 | 2025-03-25T22:13:06.602Z | Downloaded cfg_aliases v0.2.1 |
589 | 2025-03-25T22:13:06.605Z | Downloaded bitfield v0.14.0 |
590 | 2025-03-25T22:13:06.605Z | Downloaded crossbeam-deque v0.8.5 |
591 | 2025-03-25T22:13:06.605Z | Downloaded cbc v0.1.2 |
592 | 2025-03-25T22:13:06.608Z | Downloaded aes v0.8.4 |
593 | 2025-03-25T22:13:06.611Z | Downloaded russh-cryptovec v0.7.3 |
594 | 2025-03-25T22:13:06.611Z | Downloaded bit-set v0.8.0 |
595 | 2025-03-25T22:13:06.614Z | Downloaded async-recursion v1.1.1 |
596 | 2025-03-25T22:13:06.617Z | Downloaded impl-trait-for-tuples v0.2.2 |
597 | 2025-03-25T22:13:06.620Z | Downloaded progenitor-client v0.9.1 |
598 | 2025-03-25T22:13:06.623Z | Downloaded linear-map v1.2.0 |
599 | 2025-03-25T22:13:06.623Z | Downloaded cipher v0.4.4 |
600 | 2025-03-25T22:13:06.627Z | Downloaded kstat-rs v0.2.4 |
601 | 2025-03-25T22:13:06.627Z | Downloaded hubpack v0.1.2 |
602 | 2025-03-25T22:13:06.627Z | Downloaded libsw v3.4.0 |
603 | 2025-03-25T22:13:06.630Z | Downloaded instability v0.3.2 |
604 | 2025-03-25T22:13:06.633Z | Downloaded lalrpop-util v0.19.12 |
605 | 2025-03-25T22:13:06.633Z | Downloaded chrono-tz-build v0.4.0 |
606 | 2025-03-25T22:13:06.633Z | Downloaded is-terminal v0.4.13 |
607 | 2025-03-25T22:13:06.636Z | Downloaded internet-checksum v0.2.1 |
608 | 2025-03-25T22:13:06.637Z | Downloaded indoc v1.0.9 |
609 | 2025-03-25T22:13:06.640Z | Downloaded ipnetwork v0.21.1 |
610 | 2025-03-25T22:13:06.640Z | Downloaded inout v0.1.3 |
611 | 2025-03-25T22:13:06.643Z | Downloaded cancel-safe-futures v0.1.5 |
612 | 2025-03-25T22:13:06.646Z | Downloaded libsw-core v0.3.1 |
613 | 2025-03-25T22:13:06.649Z | Downloaded mockall v0.13.1 |
614 | 2025-03-25T22:13:06.652Z | Downloaded lru v0.12.5 |
615 | 2025-03-25T22:13:06.652Z | Downloaded linked-hash-map v0.5.6 |
616 | 2025-03-25T22:13:06.652Z | Downloaded libefi-sys v0.1.0 |
617 | 2025-03-25T22:13:06.655Z | Downloaded idna_adapter v1.2.0 |
618 | 2025-03-25T22:13:06.655Z | Downloaded indoc v2.0.6 |
619 | 2025-03-25T22:13:06.658Z | Downloaded bcs v0.1.6 |
620 | 2025-03-25T22:13:06.661Z | Downloaded http-body-util v0.1.2 |
621 | 2025-03-25T22:13:06.665Z | Downloaded bit-vec v0.6.3 |
622 | 2025-03-25T22:13:06.665Z | Downloaded csv-core v0.1.11 |
623 | 2025-03-25T22:13:06.668Z | Downloaded mime v0.3.17 |
624 | 2025-03-25T22:13:06.668Z | Downloaded ahash v0.8.11 |
625 | 2025-03-25T22:13:06.671Z | Downloaded maybe-uninit v2.0.0 |
626 | 2025-03-25T22:13:06.675Z | Downloaded console v0.15.10 |
627 | 2025-03-25T22:13:06.678Z | Downloaded write16 v1.0.0 |
628 | 2025-03-25T22:13:06.678Z | Downloaded addr2line v0.24.2 |
629 | 2025-03-25T22:13:06.681Z | Downloaded rand_chacha v0.9.0 |
630 | 2025-03-25T22:13:06.681Z | Downloaded rand_core v0.6.4 |
631 | 2025-03-25T22:13:06.684Z | Downloaded radium v0.7.0 |
632 | 2025-03-25T22:13:06.684Z | Downloaded strum v0.26.3 |
633 | 2025-03-25T22:13:06.687Z | Downloaded md-5 v0.10.6 |
634 | 2025-03-25T22:13:06.687Z | Downloaded managed v0.8.0 |
635 | 2025-03-25T22:13:06.690Z | Downloaded multimap v0.10.0 |
636 | 2025-03-25T22:13:06.690Z | Downloaded termtree v0.4.1 |
637 | 2025-03-25T22:13:06.694Z | Downloaded jobserver v0.1.32 |
638 | 2025-03-25T22:13:06.697Z | Downloaded hyper-rustls v0.27.3 |
639 | 2025-03-25T22:13:06.697Z | Downloaded highway v1.3.0 |
640 | 2025-03-25T22:13:06.699Z | Downloaded cookie_store v0.21.1 |
641 | 2025-03-25T22:13:06.702Z | Downloaded colored v2.2.0 |
642 | 2025-03-25T22:13:06.706Z | Downloaded backoff v0.4.0 |
643 | 2025-03-25T22:13:06.709Z | Downloaded libloading v0.8.5 |
644 | 2025-03-25T22:13:06.712Z | Downloaded icu_locid_transform v1.5.0 |
645 | 2025-03-25T22:13:06.715Z | Downloaded bzip2 v0.4.4 |
646 | 2025-03-25T22:13:06.718Z | Downloaded mime_guess v2.0.5 |
647 | 2025-03-25T22:13:06.721Z | Downloaded crossbeam-epoch v0.9.18 |
648 | 2025-03-25T22:13:06.724Z | Downloaded litemap v0.7.3 |
649 | 2025-03-25T22:13:06.728Z | Downloaded lock_api v0.4.12 |
650 | 2025-03-25T22:13:06.728Z | Downloaded async-trait v0.1.87 |
651 | 2025-03-25T22:13:06.731Z | Downloaded yoke-derive v0.7.4 |
652 | 2025-03-25T22:13:06.734Z | Downloaded hickory-client v0.24.4 |
653 | 2025-03-25T22:13:06.738Z | Downloaded newtype_derive v0.1.6 |
654 | 2025-03-25T22:13:06.738Z | Downloaded newline-converter v0.3.0 |
655 | 2025-03-25T22:13:06.742Z | Downloaded slog-stdlog v4.1.1 |
656 | 2025-03-25T22:13:06.742Z | Downloaded slog-scope v4.4.0 |
657 | 2025-03-25T22:13:06.742Z | Downloaded serde_repr v0.1.19 |
658 | 2025-03-25T22:13:06.746Z | Downloaded clang-sys v1.8.1 |
659 | 2025-03-25T22:13:06.749Z | Downloaded openssl-probe v0.1.5 |
660 | 2025-03-25T22:13:06.749Z | Downloaded openssl-macros v0.1.1 |
661 | 2025-03-25T22:13:06.749Z | Downloaded shlex v1.3.0 |
662 | 2025-03-25T22:13:06.752Z | Downloaded sha1 v0.10.6 |
663 | 2025-03-25T22:13:06.752Z | Downloaded synstructure v0.13.1 |
664 | 2025-03-25T22:13:06.755Z | Downloaded precomputed-hash v0.1.1 |
665 | 2025-03-25T22:13:06.755Z | Downloaded tokio-native-tls v0.3.1 |
666 | 2025-03-25T22:13:06.758Z | Downloaded thiserror-impl-no-std v2.0.2 |
667 | 2025-03-25T22:13:06.758Z | Downloaded termtree v0.5.1 |
668 | 2025-03-25T22:13:06.761Z | Downloaded opaque-debug v0.3.1 |
669 | 2025-03-25T22:13:06.761Z | Downloaded crossbeam-utils v0.8.20 |
670 | 2025-03-25T22:13:06.764Z | Downloaded unicode-truncate v1.1.0 |
671 | 2025-03-25T22:13:06.767Z | Downloaded indexmap v1.9.3 |
672 | 2025-03-25T22:13:06.789Z | Downloaded icu_locid_transform_data v1.5.0 |
673 | 2025-03-25T22:13:06.790Z | Downloaded icu_normalizer_data v1.5.0 |
674 | 2025-03-25T22:13:06.790Z | Downloaded icu_provider v1.5.0 |
675 | 2025-03-25T22:13:06.790Z | Downloaded chacha20poly1305 v0.10.1 |
676 | 2025-03-25T22:13:06.790Z | Downloaded allocator-api2 v0.2.18 |
677 | 2025-03-25T22:13:06.790Z | Downloaded arc-swap v1.7.1 |
678 | 2025-03-25T22:13:06.790Z | Downloaded mockall_derive v0.13.1 |
679 | 2025-03-25T22:13:06.793Z | Downloaded compact_str v0.8.0 |
680 | 2025-03-25T22:13:06.793Z | Downloaded httparse v1.9.5 |
681 | 2025-03-25T22:13:06.796Z | Downloaded simd-adler32 v0.3.7 |
682 | 2025-03-25T22:13:06.799Z | Downloaded serde-big-array v0.5.1 |
683 | 2025-03-25T22:13:06.799Z | Downloaded defmt-parser v0.3.4 |
684 | 2025-03-25T22:13:06.803Z | Downloaded dsl_auto_type v0.1.2 |
685 | 2025-03-25T22:13:06.803Z | Downloaded zerovec-derive v0.10.3 |
686 | 2025-03-25T22:13:06.806Z | Downloaded form_urlencoded v1.2.1 |
687 | 2025-03-25T22:13:06.806Z | Downloaded float-ord v0.3.2 |
688 | 2025-03-25T22:13:06.806Z | Downloaded dyn-clone v1.0.19 |
689 | 2025-03-25T22:13:06.809Z | Downloaded newtype-uuid v1.2.1 |
690 | 2025-03-25T22:13:06.809Z | Downloaded fs_extra v1.3.0 |
691 | 2025-03-25T22:13:06.812Z | Downloaded nibble_vec v0.1.0 |
692 | 2025-03-25T22:13:06.812Z | Downloaded defmt-macros v0.3.9 |
693 | 2025-03-25T22:13:06.816Z | Downloaded spin v0.9.8 |
694 | 2025-03-25T22:13:06.819Z | Downloaded pbkdf2 v0.12.2 |
695 | 2025-03-25T22:13:06.822Z | Downloaded tokio-tungstenite v0.23.1 |
696 | 2025-03-25T22:13:06.822Z | Downloaded tokio-tungstenite v0.21.0 |
697 | 2025-03-25T22:13:06.825Z | Downloaded try-lock v0.2.5 |
698 | 2025-03-25T22:13:06.828Z | Downloaded litrs v0.4.1 |
699 | 2025-03-25T22:13:06.828Z | Downloaded want v0.3.1 |
700 | 2025-03-25T22:13:06.831Z | Downloaded vsss-rs v3.3.4 |
701 | 2025-03-25T22:13:06.834Z | Downloaded iana-time-zone v0.1.61 |
702 | 2025-03-25T22:13:06.834Z | Downloaded ppv-lite86 v0.2.20 |
703 | 2025-03-25T22:13:06.837Z | Downloaded powerfmt v0.2.0 |
704 | 2025-03-25T22:13:06.837Z | Downloaded quinn-udp v0.5.5 |
705 | 2025-03-25T22:13:06.840Z | Downloaded phf_generator v0.11.2 |
706 | 2025-03-25T22:13:06.840Z | Downloaded pbkdf2 v0.11.0 |
707 | 2025-03-25T22:13:06.843Z | Downloaded supports-color v3.0.2 |
708 | 2025-03-25T22:13:06.843Z | Downloaded hash32 v0.2.1 |
709 | 2025-03-25T22:13:06.847Z | Downloaded shell-words v1.1.0 |
710 | 2025-03-25T22:13:06.847Z | Downloaded base64 v0.13.1 |
711 | 2025-03-25T22:13:06.850Z | Downloaded const_format v0.2.34 |
712 | 2025-03-25T22:13:06.855Z | Downloaded waitgroup v0.1.2 |
713 | 2025-03-25T22:13:06.858Z | Downloaded r2d2 v0.8.10 |
714 | 2025-03-25T22:13:06.858Z | Downloaded rustc_version v0.1.7 |
715 | 2025-03-25T22:13:06.861Z | Downloaded ref-cast-impl v1.0.23 |
716 | 2025-03-25T22:13:06.861Z | Downloaded indicatif v0.17.11 |
717 | 2025-03-25T22:13:06.865Z | Downloaded fxhash v0.2.1 |
718 | 2025-03-25T22:13:06.868Z | Downloaded semver v0.1.20 |
719 | 2025-03-25T22:13:06.868Z | Downloaded headers-core v0.3.0 |
720 | 2025-03-25T22:13:06.871Z | Downloaded daft-derive v0.1.2 |
721 | 2025-03-25T22:13:06.874Z | Downloaded normalize-line-endings v0.3.0 |
722 | 2025-03-25T22:13:06.874Z | Downloaded document-features v0.2.10 |
723 | 2025-03-25T22:13:06.877Z | Downloaded stable_deref_trait v1.2.0 |
724 | 2025-03-25T22:13:06.877Z | Downloaded getrandom v0.2.15 |
725 | 2025-03-25T22:13:06.880Z | Downloaded dropshot_endpoint v0.16.0 |
726 | 2025-03-25T22:13:06.884Z | Downloaded bumpalo v3.16.0 |
727 | 2025-03-25T22:13:06.898Z | Downloaded olpc-cjson v0.1.4 |
728 | 2025-03-25T22:13:06.902Z | Downloaded typify-macro v0.2.0 |
729 | 2025-03-25T22:13:06.902Z | Downloaded tls_codec_derive v0.4.1 |
730 | 2025-03-25T22:13:06.905Z | Downloaded postgres-protocol v0.6.8 |
731 | 2025-03-25T22:13:06.905Z | Downloaded test-strategy v0.4.0 |
732 | 2025-03-25T22:13:06.909Z | Downloaded pkcs1 v0.7.5 |
733 | 2025-03-25T22:13:06.912Z | Downloaded backtrace v0.3.74 |
734 | 2025-03-25T22:13:06.918Z | Downloaded crossbeam-channel v0.5.13 |
735 | 2025-03-25T22:13:06.924Z | Downloaded icu_collections v1.5.0 |
736 | 2025-03-25T22:13:06.928Z | Downloaded icu_properties v1.5.1 |
737 | 2025-03-25T22:13:06.933Z | Downloaded curve25519-dalek-derive v0.1.1 |
738 | 2025-03-25T22:13:06.937Z | Downloaded embedded-io v0.4.0 |
739 | 2025-03-25T22:13:06.937Z | Downloaded proc-macro-crate v1.3.1 |
740 | 2025-03-25T22:13:06.941Z | Downloaded daft v0.1.2 |
741 | 2025-03-25T22:13:06.941Z | Downloaded base64 v0.21.7 |
742 | 2025-03-25T22:13:06.944Z | Downloaded sqlformat v0.2.6 |
743 | 2025-03-25T22:13:06.947Z | Downloaded unarray v0.1.4 |
744 | 2025-03-25T22:13:06.947Z | Downloaded take_mut v0.2.2 |
745 | 2025-03-25T22:13:06.951Z | Downloaded env_filter v0.1.2 |
746 | 2025-03-25T22:13:06.951Z | Downloaded enum-as-inner v0.6.1 |
747 | 2025-03-25T22:13:06.954Z | Downloaded ecdsa v0.16.9 |
748 | 2025-03-25T22:13:06.954Z | Downloaded schemars v0.8.22 |
749 | 2025-03-25T22:13:06.966Z | Downloaded diesel_table_macro_syntax v0.2.0 |
750 | 2025-03-25T22:13:06.969Z | Downloaded zerofrom v0.1.4 |
751 | 2025-03-25T22:13:06.969Z | Downloaded new_debug_unreachable v1.0.6 |
752 | 2025-03-25T22:13:06.972Z | Downloaded foreign-types-shared v0.1.1 |
753 | 2025-03-25T22:13:06.973Z | Downloaded postgres-types v0.2.9 |
754 | 2025-03-25T22:13:06.976Z | Downloaded half v2.4.1 |
755 | 2025-03-25T22:13:06.979Z | Downloaded pkcs5 v0.7.1 |
756 | 2025-03-25T22:13:06.982Z | Downloaded cc v1.2.15 |
757 | 2025-03-25T22:13:06.988Z | Downloaded peg-runtime v0.8.5 |
758 | 2025-03-25T22:13:06.992Z | Downloaded num-conv v0.1.0 |
759 | 2025-03-25T22:13:06.992Z | Downloaded poly1305 v0.8.0 |
760 | 2025-03-25T22:13:06.995Z | Downloaded mio v1.0.2 |
761 | 2025-03-25T22:13:06.999Z | Downloaded strip-ansi-escapes v0.2.0 |
762 | 2025-03-25T22:13:07.002Z | Downloaded progenitor-client v0.8.0 |
763 | 2025-03-25T22:13:07.002Z | Downloaded rand_chacha v0.3.1 |
764 | 2025-03-25T22:13:07.002Z | Downloaded darling v0.20.10 |
765 | 2025-03-25T22:13:07.007Z | Downloaded time-macros v0.2.18 |
766 | 2025-03-25T22:13:07.010Z | Downloaded futures-executor v0.3.31 |
767 | 2025-03-25T22:13:07.013Z | Downloaded whoami v1.5.2 |
768 | 2025-03-25T22:13:07.016Z | Downloaded rustls-pki-types v1.10.0 |
769 | 2025-03-25T22:13:07.019Z | Downloaded psl-types v2.0.11 |
770 | 2025-03-25T22:13:07.019Z | Downloaded similar v2.7.0 |
771 | 2025-03-25T22:13:07.024Z | Downloaded parking_lot v0.11.2 |
772 | 2025-03-25T22:13:07.027Z | Downloaded num_enum v0.5.11 |
773 | 2025-03-25T22:13:07.031Z | Downloaded predicates-tree v1.0.11 |
774 | 2025-03-25T22:13:07.034Z | Downloaded futures-core v0.3.31 |
775 | 2025-03-25T22:13:07.037Z | Downloaded pretty-hex v0.2.1 |
776 | 2025-03-25T22:13:07.037Z | Downloaded ff v0.13.0 |
777 | 2025-03-25T22:13:07.040Z | Downloaded phf v0.11.2 |
778 | 2025-03-25T22:13:07.040Z | Downloaded subprocess v0.2.9 |
779 | 2025-03-25T22:13:07.043Z | Downloaded toolchain_find v0.4.0 |
780 | 2025-03-25T22:13:07.046Z | Downloaded num-iter v0.1.45 |
781 | 2025-03-25T22:13:07.046Z | Downloaded num-integer v0.1.46 |
782 | 2025-03-25T22:13:07.049Z | Downloaded futures-io v0.3.31 |
783 | 2025-03-25T22:13:07.050Z | Downloaded dirs-next v2.0.0 |
784 | 2025-03-25T22:13:07.053Z | Downloaded difflib v0.4.0 |
785 | 2025-03-25T22:13:07.053Z | Downloaded phf_codegen v0.11.2 |
786 | 2025-03-25T22:13:07.053Z | Downloaded omicron-zone-package v0.12.0 |
787 | 2025-03-25T22:13:07.056Z | Downloaded pem v3.0.5 |
788 | 2025-03-25T22:13:07.059Z | Downloaded http v1.2.0 |
789 | 2025-03-25T22:13:07.062Z | Downloaded downcast v0.11.0 |
790 | 2025-03-25T22:13:07.065Z | Downloaded foreign-types v0.3.2 |
791 | 2025-03-25T22:13:07.065Z | Downloaded num-complex v0.4.6 |
792 | 2025-03-25T22:13:07.069Z | Downloaded zopfli v0.8.1 |
793 | 2025-03-25T22:13:07.072Z | Downloaded num-derive v0.4.2 |
794 | 2025-03-25T22:13:07.072Z | Downloaded rfc6979 v0.4.0 |
795 | 2025-03-25T22:13:07.075Z | Downloaded getrandom v0.3.1 |
796 | 2025-03-25T22:13:07.078Z | Downloaded env_logger v0.10.2 |
797 | 2025-03-25T22:13:07.082Z | Downloaded sct v0.7.1 |
798 | 2025-03-25T22:13:07.086Z | Downloaded signal-hook-tokio v0.3.1 |
799 | 2025-03-25T22:13:07.086Z | Downloaded signal-hook-registry v1.4.2 |
800 | 2025-03-25T22:13:07.086Z | Downloaded signal-hook-mio v0.2.4 |
801 | 2025-03-25T22:13:07.089Z | Downloaded progenitor v0.8.0 |
802 | 2025-03-25T22:13:07.092Z | Downloaded smallvec v1.14.0 |
803 | 2025-03-25T22:13:07.092Z | Downloaded parse-size v1.1.0 |
804 | 2025-03-25T22:13:07.092Z | Downloaded number_prefix v0.4.0 |
805 | 2025-03-25T22:13:07.095Z | Downloaded strum_macros v0.24.3 |
806 | 2025-03-25T22:13:07.095Z | Downloaded stringprep v0.1.5 |
807 | 2025-03-25T22:13:07.098Z | Downloaded parking_lot v0.12.3 |
808 | 2025-03-25T22:13:07.102Z | Downloaded tls_codec v0.4.1 |
809 | 2025-03-25T22:13:07.105Z | Downloaded globset v0.4.15 |
810 | 2025-03-25T22:13:07.105Z | Downloaded openssl-sys v0.9.106 |
811 | 2025-03-25T22:13:07.110Z | Downloaded tinyvec_macros v0.1.1 |
812 | 2025-03-25T22:13:07.113Z | Downloaded sqlparser_derive v0.2.2 |
813 | 2025-03-25T22:13:07.113Z | Downloaded num-rational v0.4.2 |
814 | 2025-03-25T22:13:07.116Z | Downloaded ed25519-dalek v2.1.1 |
815 | 2025-03-25T22:13:07.119Z | Downloaded utf8_iter v1.0.4 |
816 | 2025-03-25T22:13:07.119Z | Downloaded utf-8 v0.7.6 |
817 | 2025-03-25T22:13:07.122Z | Downloaded libm v0.2.8 |
818 | 2025-03-25T22:13:07.128Z | Downloaded utf16_iter v1.0.5 |
819 | 2025-03-25T22:13:07.131Z | Downloaded time-core v0.1.2 |
820 | 2025-03-25T22:13:07.131Z | Downloaded libxml v0.3.3 |
821 | 2025-03-25T22:13:07.137Z | Downloaded thread_local v1.1.8 |
822 | 2025-03-25T22:13:07.140Z | Downloaded displaydoc v0.2.5 |
823 | 2025-03-25T22:13:07.143Z | Downloaded ghash v0.5.1 |
824 | 2025-03-25T22:13:07.146Z | Downloaded packed_struct_codegen v0.10.1 |
825 | 2025-03-25T22:13:07.146Z | Downloaded endian-type v0.1.2 |
826 | 2025-03-25T22:13:07.146Z | Downloaded oxnet v0.1.1 |
827 | 2025-03-25T22:13:07.150Z | Downloaded crossterm v0.28.1 |
828 | 2025-03-25T22:13:07.155Z | Downloaded strum_macros v0.25.3 |
829 | 2025-03-25T22:13:07.158Z | Downloaded proc-macro-error2 v2.0.1 |
830 | 2025-03-25T22:13:07.161Z | Downloaded vte v0.11.1 |
831 | 2025-03-25T22:13:07.165Z | Downloaded predicates v3.1.3 |
832 | 2025-03-25T22:13:07.168Z | Downloaded vergen v8.3.2 |
833 | 2025-03-25T22:13:07.171Z | Downloaded unsafe-libyaml v0.2.11 |
834 | 2025-03-25T22:13:07.174Z | Downloaded zone_cfg_derive v0.1.2 |
835 | 2025-03-25T22:13:07.174Z | Downloaded aes-gcm v0.10.3 |
836 | 2025-03-25T22:13:07.177Z | Downloaded twox-hash v2.1.0 |
837 | 2025-03-25T22:13:07.180Z | Downloaded vte_generate_state_changes v0.1.2 |
838 | 2025-03-25T22:13:07.183Z | Downloaded tower-layer v0.3.3 |
839 | 2025-03-25T22:13:07.183Z | Downloaded prettyplease v0.2.30 |
840 | 2025-03-25T22:13:07.187Z | Downloaded rustc_version v0.4.1 |
841 | 2025-03-25T22:13:07.190Z | Downloaded uzers v0.12.1 |
842 | 2025-03-25T22:13:07.194Z | Downloaded itertools v0.12.1 |
843 | 2025-03-25T22:13:07.199Z | Downloaded zone v0.1.8 |
844 | 2025-03-25T22:13:07.202Z | Downloaded tinystr v0.7.6 |
845 | 2025-03-25T22:13:07.202Z | Downloaded zone v0.3.0 |
846 | 2025-03-25T22:13:07.205Z | Downloaded itertools v0.10.5 |
847 | 2025-03-25T22:13:07.213Z | Downloaded display-error-chain v0.2.2 |
848 | 2025-03-25T22:13:07.216Z | Downloaded tabwriter v1.4.0 |
849 | 2025-03-25T22:13:07.216Z | Downloaded num-traits v0.2.19 |
850 | 2025-03-25T22:13:07.221Z | Downloaded tungstenite v0.21.0 |
851 | 2025-03-25T22:13:07.224Z | Downloaded rustfmt-wrapper v0.2.1 |
852 | 2025-03-25T22:13:07.224Z | Downloaded sync-ptr v0.1.1 |
853 | 2025-03-25T22:13:07.224Z | Downloaded futures-sink v0.3.31 |
854 | 2025-03-25T22:13:07.227Z | Downloaded quick-error v1.2.3 |
855 | 2025-03-25T22:13:07.227Z | Downloaded rtoolbox v0.0.2 |
856 | 2025-03-25T22:13:07.230Z | Downloaded rpassword v7.3.1 |
857 | 2025-03-25T22:13:07.230Z | Downloaded foreign-types-shared v0.3.1 |
858 | 2025-03-25T22:13:07.230Z | Downloaded password-hash v0.4.2 |
859 | 2025-03-25T22:13:07.233Z | Downloaded parse-display v0.10.0 |
860 | 2025-03-25T22:13:07.236Z | Downloaded futures-macro v0.3.31 |
861 | 2025-03-25T22:13:07.236Z | Downloaded progenitor-impl v0.9.1 |
862 | 2025-03-25T22:13:07.239Z | Downloaded progenitor-impl v0.8.0 |
863 | 2025-03-25T22:13:07.242Z | Downloaded rustls-pemfile v1.0.4 |
864 | 2025-03-25T22:13:07.245Z | Downloaded steno v0.4.1 |
865 | 2025-03-25T22:13:07.249Z | Downloaded serde_with_macros v3.12.0 |
866 | 2025-03-25T22:13:07.251Z | Downloaded static_assertions v1.1.0 |
867 | 2025-03-25T22:13:07.254Z | Downloaded yasna v0.5.2 |
868 | 2025-03-25T22:13:07.254Z | Downloaded postcard v1.0.10 |
869 | 2025-03-25T22:13:07.257Z | Downloaded pin-project-lite v0.2.14 |
870 | 2025-03-25T22:13:07.262Z | Downloaded der_derive v0.7.3 |
871 | 2025-03-25T22:13:07.266Z | Downloaded oso-derive v0.27.3 |
872 | 2025-03-25T22:13:07.266Z | Downloaded num_threads v0.1.7 |
873 | 2025-03-25T22:13:07.269Z | Downloaded filetime v0.2.25 |
874 | 2025-03-25T22:13:07.269Z | Downloaded fixedbitset v0.4.2 |
875 | 2025-03-25T22:13:07.272Z | Downloaded darling_macro v0.20.10 |
876 | 2025-03-25T22:13:07.272Z | Downloaded fallible-iterator v0.2.0 |
877 | 2025-03-25T22:13:07.276Z | Downloaded dirs-sys-next v0.1.2 |
878 | 2025-03-25T22:13:07.276Z | Downloaded universal-hash v0.5.1 |
879 | 2025-03-25T22:13:07.279Z | Downloaded foreign-types-macros v0.2.3 |
880 | 2025-03-25T22:13:07.279Z | Downloaded foldhash v0.1.3 |
881 | 2025-03-25T22:13:07.279Z | Downloaded flagset v0.4.6 |
882 | 2025-03-25T22:13:07.283Z | Downloaded ron v0.7.1 |
883 | 2025-03-25T22:13:07.287Z | Downloaded rustc-demangle v0.1.24 |
884 | 2025-03-25T22:13:07.290Z | Downloaded diesel_derives v2.2.3 |
885 | 2025-03-25T22:13:07.293Z | Downloaded futures-channel v0.3.31 |
886 | 2025-03-25T22:13:07.296Z | Downloaded slog-async v2.8.0 |
887 | 2025-03-25T22:13:07.296Z | Downloaded serde_plain v1.0.2 |
888 | 2025-03-25T22:13:07.299Z | Downloaded unicase v2.7.0 |
889 | 2025-03-25T22:13:07.299Z | Downloaded string_cache v0.8.7 |
890 | 2025-03-25T22:13:07.302Z | Downloaded serde_yaml v0.9.34+deprecated |
891 | 2025-03-25T22:13:07.305Z | Downloaded parking_lot_core v0.9.10 |
892 | 2025-03-25T22:13:07.308Z | Downloaded owo-colors v4.2.0 |
893 | 2025-03-25T22:13:07.311Z | Downloaded rand_xorshift v0.3.0 |
894 | 2025-03-25T22:13:07.314Z | Downloaded num v0.4.3 |
895 | 2025-03-25T22:13:07.315Z | Downloaded parking_lot_core v0.8.6 |
896 | 2025-03-25T22:13:07.318Z | Downloaded aho-corasick v1.1.3 |
897 | 2025-03-25T22:13:07.322Z | Downloaded embedded-io v0.6.1 |
898 | 2025-03-25T22:13:07.325Z | Downloaded zerocopy v0.6.6 |
899 | 2025-03-25T22:13:07.328Z | Downloaded tokio-rustls v0.25.0 |
900 | 2025-03-25T22:13:07.328Z | Downloaded russh v0.45.0 |
901 | 2025-03-25T22:13:07.334Z | Downloaded tokio-postgres v0.7.13 |
902 | 2025-03-25T22:13:07.340Z | Downloaded tabled_derive v0.10.0 |
903 | 2025-03-25T22:13:07.344Z | Downloaded derive-where v1.2.7 |
904 | 2025-03-25T22:13:07.348Z | Downloaded slog-bunyan v2.5.0 |
905 | 2025-03-25T22:13:07.348Z | Downloaded derive_builder_macro v0.20.2 |
906 | 2025-03-25T22:13:07.354Z | Downloaded tower-service v0.3.3 |
907 | 2025-03-25T22:13:07.354Z | Downloaded fixedbitset v0.5.7 |
908 | 2025-03-25T22:13:07.354Z | Downloaded futures v0.3.31 |
909 | 2025-03-25T22:13:07.358Z | Downloaded deranged v0.3.11 |
910 | 2025-03-25T22:13:07.361Z | Downloaded qorb v0.2.1 |
911 | 2025-03-25T22:13:07.364Z | Downloaded packed_struct v0.10.1 |
912 | 2025-03-25T22:13:07.367Z | Downloaded paste v1.0.15 |
913 | 2025-03-25T22:13:07.371Z | Downloaded path-slash v0.1.5 |
914 | 2025-03-25T22:13:07.371Z | Downloaded strum_macros v0.26.4 |
915 | 2025-03-25T22:13:07.374Z | Downloaded tough v0.19.0 |
916 | 2025-03-25T22:13:07.381Z | Downloaded num_enum_derive v0.5.11 |
917 | 2025-03-25T22:13:07.384Z | Downloaded xz2 v0.1.7 |
918 | 2025-03-25T22:13:07.384Z | Downloaded schemars_derive v0.8.22 |
919 | 2025-03-25T22:13:07.387Z | Downloaded termcolor v1.4.1 |
920 | 2025-03-25T22:13:07.390Z | Downloaded rcgen v0.12.1 |
921 | 2025-03-25T22:13:07.393Z | Downloaded pretty_assertions v1.4.1 |
922 | 2025-03-25T22:13:07.393Z | Downloaded parse-display-derive v0.10.0 |
923 | 2025-03-25T22:13:07.397Z | Downloaded zerovec v0.10.4 |
924 | 2025-03-25T22:13:07.400Z | Downloaded phf_shared v0.10.0 |
925 | 2025-03-25T22:13:07.403Z | Downloaded sigpipe v0.1.3 |
926 | 2025-03-25T22:13:07.403Z | Downloaded zone_cfg_derive v0.3.0 |
927 | 2025-03-25T22:13:07.403Z | Downloaded signature v2.2.0 |
928 | 2025-03-25T22:13:07.406Z | Downloaded fatfs v0.3.6 |
929 | 2025-03-25T22:13:07.409Z | Downloaded pin-utils v0.1.0 |
930 | 2025-03-25T22:13:07.409Z | Downloaded hkdf v0.12.4 |
931 | 2025-03-25T22:13:07.412Z | Downloaded pkcs8 v0.10.2 |
932 | 2025-03-25T22:13:07.415Z | Downloaded phf_shared v0.11.2 |
933 | 2025-03-25T22:13:07.415Z | Downloaded hashbrown v0.13.2 |
934 | 2025-03-25T22:13:07.420Z | Downloaded ena v0.14.3 |
935 | 2025-03-25T22:13:07.423Z | Downloaded unicode-bidi v0.3.17 |
936 | 2025-03-25T22:13:07.428Z | Downloaded serde-hex v0.1.0 |
937 | 2025-03-25T22:13:07.428Z | Downloaded unicode-xid v0.2.6 |
938 | 2025-03-25T22:13:07.432Z | Downloaded funty v2.0.0 |
939 | 2025-03-25T22:13:07.432Z | Downloaded nodrop v0.1.14 |
940 | 2025-03-25T22:13:07.432Z | Downloaded native-tls v0.2.12 |
941 | 2025-03-25T22:13:07.436Z | Downloaded serde_urlencoded v0.7.1 |
942 | 2025-03-25T22:13:07.436Z | Downloaded serde_path_to_error v0.1.16 |
943 | 2025-03-25T22:13:07.436Z | Downloaded heck v0.3.3 |
944 | 2025-03-25T22:13:07.436Z | Downloaded zerocopy-derive v0.8.10 |
945 | 2025-03-25T22:13:07.444Z | Downloaded slog-term v2.9.1 |
946 | 2025-03-25T22:13:07.447Z | Downloaded aws-lc-rs v1.12.4 |
947 | 2025-03-25T22:13:07.457Z | Downloaded nanorand v0.7.0 |
948 | 2025-03-25T22:13:07.460Z | Downloaded nom v7.1.3 |
949 | 2025-03-25T22:13:07.466Z | Downloaded zerofrom-derive v0.1.4 |
950 | 2025-03-25T22:13:07.469Z | Downloaded url v2.5.3 |
951 | 2025-03-25T22:13:07.469Z | Downloaded xattr v1.3.1 |
952 | 2025-03-25T22:13:07.472Z | Downloaded either v1.14.0 |
953 | 2025-03-25T22:13:07.472Z | Downloaded percent-encoding v2.3.1 |
954 | 2025-03-25T22:13:07.476Z | Downloaded glob v0.3.2 |
955 | 2025-03-25T22:13:07.476Z | Downloaded typify v0.2.0 |
956 | 2025-03-25T22:13:07.479Z | Downloaded wait-timeout v0.2.0 |
957 | 2025-03-25T22:13:07.479Z | Downloaded rusty-fork v0.3.0 |
958 | 2025-03-25T22:13:07.484Z | Downloaded proptest v1.6.0 |
959 | 2025-03-25T22:13:07.493Z | Downloaded termios v0.3.3 |
960 | 2025-03-25T22:13:07.496Z | Downloaded hash32 v0.3.1 |
961 | 2025-03-25T22:13:07.496Z | Downloaded slog-dtrace v0.3.0 |
962 | 2025-03-25T22:13:07.496Z | Downloaded topological-sort v0.2.2 |
963 | 2025-03-25T22:13:07.499Z | Downloaded russh-keys v0.45.0 |
964 | 2025-03-25T22:13:07.502Z | Downloaded parse-zoneinfo v0.3.1 |
965 | 2025-03-25T22:13:07.505Z | Downloaded serde_derive_internals v0.29.1 |
966 | 2025-03-25T22:13:07.505Z | Downloaded h2 v0.4.6 |
967 | 2025-03-25T22:13:07.511Z | Downloaded slog-envlogger v2.2.0 |
968 | 2025-03-25T22:13:07.515Z | Downloaded peg-macros v0.8.5 |
969 | 2025-03-25T22:13:07.515Z | Downloaded rsa v0.9.6 |
970 | 2025-03-25T22:13:07.520Z | Downloaded elliptic-curve v0.13.8 |
971 | 2025-03-25T22:13:07.524Z | Downloaded oso v0.27.3 |
972 | 2025-03-25T22:13:07.527Z | Downloaded salsa20 v0.10.2 |
973 | 2025-03-25T22:13:07.533Z | Downloaded winnow v0.6.20 |
974 | 2025-03-25T22:13:07.538Z | Downloaded derive_builder v0.20.2 |
975 | 2025-03-25T22:13:07.543Z | Downloaded derive_builder_core v0.20.2 |
976 | 2025-03-25T22:13:07.546Z | Downloaded zip v0.6.6 |
977 | 2025-03-25T22:13:07.550Z | Downloaded tar v0.4.44 |
978 | 2025-03-25T22:13:07.553Z | Downloaded rayon-core v1.12.1 |
979 | 2025-03-25T22:13:07.557Z | Downloaded papergrid v0.14.0 |
980 | 2025-03-25T22:13:07.563Z | Downloaded bindgen v0.69.5 |
981 | 2025-03-25T22:13:07.572Z | Downloaded rand v0.8.5 |
982 | 2025-03-25T22:13:07.577Z | Downloaded tokio-util v0.7.13 |
983 | 2025-03-25T22:13:07.581Z | Downloaded reqwest v0.12.12 |
984 | 2025-03-25T22:13:07.593Z | Downloaded tokio-stream v0.1.17 |
985 | 2025-03-25T22:13:07.596Z | Downloaded time v0.3.36 |
986 | 2025-03-25T22:13:07.603Z | Downloaded snafu v0.8.5 |
987 | 2025-03-25T22:13:07.619Z | Downloaded yansi v1.0.1 |
988 | 2025-03-25T22:13:07.619Z | Downloaded expectorate v1.1.0 |
989 | 2025-03-25T22:13:07.619Z | Downloaded rustls-webpki v0.101.7 |
990 | 2025-03-25T22:13:07.628Z | Downloaded samael v0.0.18 |
991 | 2025-03-25T22:13:07.635Z | Downloaded icu_properties_data v1.5.0 |
992 | 2025-03-25T22:13:07.645Z | Downloaded dropshot_endpoint v0.12.0 |
993 | 2025-03-25T22:13:07.649Z | Downloaded heapless v0.7.17 |
994 | 2025-03-25T22:13:07.652Z | Downloaded bindgen v0.71.1 |
995 | 2025-03-25T22:13:07.660Z | Downloaded quick-xml v0.37.2 |
996 | 2025-03-25T22:13:07.666Z | Downloaded heapless v0.8.0 |
997 | 2025-03-25T22:13:07.673Z | Downloaded unicode_categories v0.1.1 |
998 | 2025-03-25T22:13:07.676Z | Downloaded hashbrown v0.12.3 |
999 | 2025-03-25T22:13:07.680Z | Downloaded chrono v0.4.40 |
1000 | 2025-03-25T22:13:07.687Z | Downloaded rand v0.9.0 |
1001 | 2025-03-25T22:13:07.692Z | Downloaded zip v2.1.3 |
1002 | 2025-03-25T22:13:07.695Z | Downloaded reedline v0.38.0 |
1003 | 2025-03-25T22:13:07.702Z | Downloaded x509-cert v0.2.5 |
1004 | 2025-03-25T22:13:07.710Z | Downloaded tower v0.5.2 |
1005 | 2025-03-25T22:13:07.720Z | Downloaded num-bigint v0.4.6 |
1006 | 2025-03-25T22:13:07.723Z | Downloaded unicode-normalization v0.1.24 |
1007 | 2025-03-25T22:13:07.727Z | Downloaded futures-util v0.3.31 |
1008 | 2025-03-25T22:13:07.742Z | Downloaded typed-path v0.9.3 |
1009 | 2025-03-25T22:13:07.746Z | Downloaded lalrpop v0.19.12 |
1010 | 2025-03-25T22:13:07.759Z | Downloaded p521 v0.13.3 |
1011 | 2025-03-25T22:13:07.762Z | Downloaded toml_edit v0.19.15 |
1012 | 2025-03-25T22:13:07.781Z | Downloaded rustyline v14.0.0 |
1013 | 2025-03-25T22:13:07.785Z | Downloaded rustls v0.21.12 |
1014 | 2025-03-25T22:13:07.795Z | Downloaded hickory-proto v0.24.4 |
1015 | 2025-03-25T22:13:07.812Z | Downloaded rayon v1.10.0 |
1016 | 2025-03-25T22:13:07.821Z | Downloaded webpki-roots v0.26.6 |
1017 | 2025-03-25T22:13:07.825Z | Downloaded openssl v0.10.71 |
1018 | 2025-03-25T22:13:07.835Z | Downloaded radix_trie v0.2.1 |
1019 | 2025-03-25T22:13:07.841Z | Downloaded smoltcp v0.9.1 |
1020 | 2025-03-25T22:13:07.852Z | Downloaded salty v0.3.0 |
1021 | 2025-03-25T22:13:07.859Z | Downloaded winnow v0.5.40 |
1022 | 2025-03-25T22:13:07.869Z | Downloaded serde_with v3.12.0 |
1023 | 2025-03-25T22:13:07.877Z | Downloaded portable-atomic v1.9.0 |
1024 | 2025-03-25T22:13:07.886Z | Downloaded polar-core v0.27.3 |
1025 | 2025-03-25T22:13:07.894Z | Downloaded quinn-proto v0.11.8 |
1026 | 2025-03-25T22:13:07.902Z | Downloaded regress v0.10.3 |
1027 | 2025-03-25T22:13:07.910Z | Downloaded petname v2.0.2 |
1028 | 2025-03-25T22:13:07.916Z | Downloaded gimli v0.31.1 |
1029 | 2025-03-25T22:13:07.926Z | Downloaded dropshot v0.12.0 |
1030 | 2025-03-25T22:13:07.950Z | Downloaded p384 v0.13.0 |
1031 | 2025-03-25T22:13:07.953Z | Downloaded object v0.30.4 |
1032 | 2025-03-25T22:13:07.963Z | Downloaded regex-syntax v0.6.29 |
1033 | 2025-03-25T22:13:07.969Z | Downloaded diesel v2.2.8 |
1034 | 2025-03-25T22:13:07.989Z | Downloaded unicode-width v0.2.0 |
1035 | 2025-03-25T22:13:07.995Z | Downloaded openapiv3 v2.0.0 |
1036 | 2025-03-25T22:13:08.006Z | Downloaded object v0.36.5 |
1037 | 2025-03-25T22:13:08.018Z | Downloaded smoltcp v0.11.0 |
1038 | 2025-03-25T22:13:08.032Z | Downloaded rustls v0.23.19 |
1039 | 2025-03-25T22:13:08.044Z | Downloaded regex-syntax v0.8.5 |
1040 | 2025-03-25T22:13:08.052Z | Downloaded dropshot v0.16.0 |
1041 | 2025-03-25T22:13:08.073Z | Downloaded bstr v1.10.0 |
1042 | 2025-03-25T22:13:08.083Z | Downloaded typify-impl v0.2.0 |
1043 | 2025-03-25T22:13:08.098Z | Downloaded typify-impl v0.3.0 |
1044 | 2025-03-25T22:13:08.114Z | Downloaded nix v0.29.0 |
1045 | 2025-03-25T22:13:08.127Z | Downloaded curve25519-dalek v4.1.3 |
1046 | 2025-03-25T22:13:08.135Z | Downloaded zerocopy v0.8.10 |
1047 | 2025-03-25T22:13:08.158Z | Downloaded git2 v0.19.0 |
1048 | 2025-03-25T22:13:08.167Z | Downloaded rustls v0.22.4 |
1049 | 2025-03-25T22:13:08.179Z | Downloaded regex-automata v0.4.8 |
1050 | 2025-03-25T22:13:08.196Z | Downloaded chrono-tz v0.10.1 |
1051 | 2025-03-25T22:13:08.203Z | Downloaded rustls-webpki v0.102.8 |
1052 | 2025-03-25T22:13:08.221Z | Downloaded nix v0.28.0 |
1053 | 2025-03-25T22:13:08.232Z | Downloaded nix v0.27.1 |
1054 | 2025-03-25T22:13:08.244Z | Downloaded num-bigint-dig v0.8.4 |
1055 | 2025-03-25T22:13:08.247Z | Downloaded sqlparser v0.45.0 |
1056 | 2025-03-25T22:13:08.252Z | Downloaded sled v0.34.7 |
1057 | 2025-03-25T22:13:08.262Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1058 | 2025-03-25T22:13:08.277Z | Downloaded lzma-sys v0.1.20 |
1059 | 2025-03-25T22:13:08.304Z | Downloaded zerocopy-derive v0.6.6 |
1060 | 2025-03-25T22:13:08.314Z | Downloaded ratatui v0.29.0 |
1061 | 2025-03-25T22:13:08.333Z | Downloaded libz-sys v1.1.20 |
1062 | 2025-03-25T22:13:08.353Z | Downloaded vcpkg v0.2.15 |
1063 | 2025-03-25T22:13:08.388Z | Downloaded regex v1.11.1 |
1064 | 2025-03-25T22:13:08.401Z | Downloaded tabled v0.18.0 |
1065 | 2025-03-25T22:13:08.419Z | Downloaded bitvec v1.0.1 |
1066 | 2025-03-25T22:13:08.432Z | Downloaded p256 v0.13.2 |
1067 | 2025-03-25T22:13:08.435Z | Downloaded quinn v0.11.5 |
1068 | 2025-03-25T22:13:08.451Z | Downloaded der v0.7.9 |
1069 | 2025-03-25T22:13:08.451Z | Downloaded wyz v0.5.1 |
1070 | 2025-03-25T22:13:08.451Z | Downloaded writeable v0.5.5 |
1071 | 2025-03-25T22:13:08.451Z | Downloaded term v0.7.0 |
1072 | 2025-03-25T22:13:08.451Z | Downloaded sha3 v0.10.8 |
1073 | 2025-03-25T22:13:08.456Z | Downloaded snafu-derive v0.8.5 |
1074 | 2025-03-25T22:13:08.456Z | Downloaded slog v2.7.0 |
1075 | 2025-03-25T22:13:08.461Z | Downloaded tracing v0.1.40 |
1076 | 2025-03-25T22:13:08.464Z | Downloaded petgraph v0.6.5 |
1077 | 2025-03-25T22:13:08.481Z | Downloaded tokio v1.43.0 |
1078 | 2025-03-25T22:13:08.516Z | Downloaded csv v1.3.1 |
1079 | 2025-03-25T22:13:08.536Z | Downloaded petgraph v0.7.1 |
1080 | 2025-03-25T22:13:08.553Z | Downloaded pin-project v1.1.6 |
1081 | 2025-03-25T22:13:08.563Z | Downloaded blake3 v1.5.4 |
1082 | 2025-03-25T22:13:08.574Z | Downloaded data-encoding v2.6.0 |
1083 | 2025-03-25T22:13:08.577Z | Downloaded env_logger v0.11.5 |
1084 | 2025-03-25T22:13:08.577Z | Downloaded tinyvec v1.8.0 |
1085 | 2025-03-25T22:13:08.577Z | Downloaded ssh-key v0.6.6 |
1086 | 2025-03-25T22:13:08.582Z | Downloaded tungstenite v0.23.0 |
1087 | 2025-03-25T22:13:08.587Z | Downloaded sync_wrapper v1.0.1 |
1088 | 2025-03-25T22:13:08.590Z | Downloaded zeroize v1.8.1 |
1089 | 2025-03-25T22:13:08.590Z | Downloaded pkg-config v0.3.31 |
1090 | 2025-03-25T22:13:08.590Z | Downloaded futures-task v0.3.31 |
1091 | 2025-03-25T22:13:08.594Z | Downloaded tokio-rustls v0.26.0 |
1092 | 2025-03-25T22:13:08.594Z | Downloaded flate2 v1.1.0 |
1093 | 2025-03-25T22:13:08.598Z | Downloaded itertools v0.14.0 |
1094 | 2025-03-25T22:13:08.605Z | Downloaded itertools v0.13.0 |
1095 | 2025-03-25T22:13:08.612Z | Downloaded idna v1.0.3 |
1096 | 2025-03-25T22:13:08.616Z | Downloaded hyper v1.6.0 |
1097 | 2025-03-25T22:13:08.622Z | Downloaded tokio-rustls v0.24.1 |
1098 | 2025-03-25T22:13:08.625Z | Downloaded ssh-encoding v0.2.0 |
1099 | 2025-03-25T22:13:08.628Z | Downloaded ssh-cipher v0.2.0 |
1100 | 2025-03-25T22:13:08.628Z | Downloaded spki v0.7.3 |
1101 | 2025-03-25T22:13:08.628Z | Downloaded rustc-hash v2.1.1 |
1102 | 2025-03-25T22:13:08.632Z | Downloaded rustc-hash v1.1.0 |
1103 | 2025-03-25T22:13:08.632Z | Downloaded predicates-core v1.0.8 |
1104 | 2025-03-25T22:13:08.632Z | Downloaded unicode-segmentation v1.12.0 |
1105 | 2025-03-25T22:13:08.640Z | Downloaded toml v0.7.8 |
1106 | 2025-03-25T22:13:08.644Z | Downloaded diff v0.1.13 |
1107 | 2025-03-25T22:13:08.644Z | Downloaded foreign-types v0.5.0 |
1108 | 2025-03-25T22:13:08.644Z | Downloaded pin-project-internal v1.1.6 |
1109 | 2025-03-25T22:13:08.647Z | Downloaded darling_core v0.20.10 |
1110 | 2025-03-25T22:13:08.650Z | Downloaded typify v0.3.0 |
1111 | 2025-03-25T22:13:08.653Z | Downloaded ring v0.17.11 |
1112 | 2025-03-25T22:13:08.692Z | Downloaded flume v0.11.1 |
1113 | 2025-03-25T22:13:08.696Z | Downloaded publicsuffix v2.3.0 |
1114 | 2025-03-25T22:13:08.699Z | Downloaded progenitor-macro v0.8.0 |
1115 | 2025-03-25T22:13:08.699Z | Downloaded progenitor v0.9.1 |
1116 | 2025-03-25T22:13:08.703Z | Downloaded group v0.13.0 |
1117 | 2025-03-25T22:13:08.703Z | Downloaded debug-ignore v1.0.5 |
1118 | 2025-03-25T22:13:08.706Z | Downloaded encoding_rs v0.8.34 |
1119 | 2025-03-25T22:13:08.724Z | Downloaded value-bag v1.9.0 |
1120 | 2025-03-25T22:13:08.729Z | Downloaded password-hash v0.5.0 |
1121 | 2025-03-25T22:13:08.729Z | Downloaded scrypt v0.11.0 |
1122 | 2025-03-25T22:13:08.732Z | Downloaded pem-rfc7468 v0.7.0 |
1123 | 2025-03-25T22:13:08.732Z | Downloaded bytes v1.10.1 |
1124 | 2025-03-25T22:13:08.735Z | Downloaded fd-lock v4.0.2 |
1125 | 2025-03-25T22:13:08.738Z | Downloaded defmt v0.3.8 |
1126 | 2025-03-25T22:13:08.741Z | Downloaded nu-ansi-term v0.50.1 |
1127 | 2025-03-25T22:13:08.744Z | Downloaded tap v1.0.1 |
1128 | 2025-03-25T22:13:08.745Z | Downloaded structmeta v0.3.0 |
1129 | 2025-03-25T22:13:08.745Z | Downloaded smf v0.2.3 |
1130 | 2025-03-25T22:13:08.745Z | Downloaded siphasher v0.3.11 |
1131 | 2025-03-25T22:13:08.748Z | Downloaded sec1 v0.7.3 |
1132 | 2025-03-25T22:13:08.748Z | Downloaded primeorder v0.13.6 |
1133 | 2025-03-25T22:13:08.750Z | Downloaded which v4.4.2 |
1134 | 2025-03-25T22:13:08.750Z | Downloaded smallvec v0.6.14 |
1135 | 2025-03-25T22:13:08.754Z | Downloaded slab v0.4.9 |
1136 | 2025-03-25T22:13:08.754Z | Downloaded scopeguard v1.2.0 |
1137 | 2025-03-25T22:13:08.754Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1138 | 2025-03-25T22:13:08.809Z | Downloaded resolv-conf v0.7.0 |
1139 | 2025-03-25T22:13:08.812Z | Downloaded rand_seeder v0.3.0 |
1140 | 2025-03-25T22:13:08.812Z | Downloaded polyval v0.6.2 |
1141 | 2025-03-25T22:13:08.815Z | Downloaded minimal-lexical v0.2.1 |
1142 | 2025-03-25T22:13:08.818Z | Downloaded uuid v1.15.1 |
1143 | 2025-03-25T22:13:08.821Z | Downloaded crypto-bigint v0.5.5 |
1144 | 2025-03-25T22:13:08.826Z | Downloaded tracing-core v0.1.32 |
1145 | 2025-03-25T22:13:08.831Z | Downloaded derive_more v0.99.19 |
1146 | 2025-03-25T22:13:08.834Z | Downloaded rustls-pemfile v2.2.0 |
1147 | 2025-03-25T22:13:08.837Z | Downloaded walkdir v2.5.0 |
1148 | 2025-03-25T22:13:08.837Z | Downloaded hickory-server v0.24.4 |
1149 | 2025-03-25T22:13:08.841Z | Downloaded hickory-resolver v0.24.4 |
1150 | 2025-03-25T22:13:08.845Z | Downloaded headers v0.4.0 |
1151 | 2025-03-25T22:13:08.849Z | Downloaded ron v0.8.1 |
1152 | 2025-03-25T22:13:08.854Z | Downloaded untrusted v0.9.0 |
1153 | 2025-03-25T22:13:08.860Z | Downloaded untrusted v0.7.1 |
1154 | 2025-03-25T22:13:08.860Z | Downloaded typify-macro v0.3.0 |
1155 | 2025-03-25T22:13:08.860Z | Downloaded tui-tree-widget v0.23.0 |
1156 | 2025-03-25T22:13:08.860Z | Downloaded tokio-macros v2.5.0 |
1157 | 2025-03-25T22:13:08.860Z | Downloaded tiny-keccak v2.0.2 |
1158 | 2025-03-25T22:13:08.865Z | Downloaded thiserror-no-std v2.0.2 |
1159 | 2025-03-25T22:13:08.868Z | Downloaded subtle v2.6.1 |
1160 | 2025-03-25T22:13:08.869Z | Downloaded peg v0.8.5 |
1161 | 2025-03-25T22:13:08.872Z | Downloaded tracing-attributes v0.1.27 |
1162 | 2025-03-25T22:13:08.872Z | Downloaded socket2 v0.5.8 |
1163 | 2025-03-25T22:13:08.875Z | Downloaded des v0.8.1 |
1164 | 2025-03-25T22:13:08.875Z | Downloaded slog-json v2.6.1 |
1165 | 2025-03-25T22:13:08.878Z | Downloaded secrecy v0.8.0 |
1166 | 2025-03-25T22:13:08.878Z | Downloaded yoke v0.7.4 |
1167 | 2025-03-25T22:13:08.883Z | Downloaded signal-hook v0.3.17 |
1168 | 2025-03-25T22:13:08.883Z | Downloaded float-cmp v0.10.0 |
1169 | 2025-03-25T22:13:08.886Z | Downloaded unicode-properties v0.1.3 |
1170 | 2025-03-25T22:13:08.886Z | Downloaded miniz_oxide v0.8.5 |
1171 | 2025-03-25T22:13:08.892Z | Downloaded hyper-util v0.1.10 |
1172 | 2025-03-25T22:13:08.892Z | Downloaded base64 v0.22.1 |
1173 | 2025-03-25T22:13:08.896Z | Downloaded fragile v2.0.0 |
1174 | 2025-03-25T22:13:08.896Z | Downloaded gethostname v0.5.0 |
1175 | 2025-03-25T22:13:08.899Z | Downloaded ed25519 v2.2.3 |
1176 | 2025-03-25T22:13:08.899Z | Downloaded cookie v0.18.1 |
1177 | 2025-03-25T22:13:08.903Z | Downloaded dunce v1.0.5 |
1178 | 2025-03-25T22:13:08.903Z | Downloaded diesel-dtrace v0.4.2 |
1179 | 2025-03-25T22:13:08.904Z | Downloaded zeroize_derive v1.4.2 |
1180 | 2025-03-25T22:13:08.904Z | Downloaded scheduled-thread-pool v0.2.7 |
1181 | 2025-03-25T22:13:08.907Z | Downloaded ref-cast v1.0.23 |
1182 | 2025-03-25T22:13:08.907Z | Downloaded hmac v0.12.1 |
1183 | 2025-03-25T22:13:08.911Z | Downloaded icu_normalizer v1.5.0 |
1184 | 2025-03-25T22:13:08.916Z | Downloaded icu_locid v1.5.0 |
1185 | 2025-03-25T22:13:08.922Z | Downloaded blake2 v0.10.6 |
1186 | 2025-03-25T22:13:08.922Z | Downloaded structmeta-derive v0.3.0 |
1187 | 2025-03-25T22:13:08.922Z | Downloaded multer v3.1.0 |
1188 | 2025-03-25T22:13:08.934Z | Downloaded memmap2 v0.9.5 |
1189 | 2025-03-25T22:13:08.935Z | Downloaded same-file v1.0.6 |
1190 | 2025-03-25T22:13:08.935Z | Downloaded rustversion v1.0.17 |
1191 | 2025-03-25T22:13:08.935Z | Downloaded rand_core v0.9.2 |
1192 | 2025-03-25T22:13:08.939Z | Downloaded hyper-staticfile v0.10.1 |
1193 | 2025-03-25T22:13:08.939Z | Downloaded crc-any v2.5.0 |
1194 | 2025-03-25T22:13:08.939Z | Downloaded const-oid v0.9.6 |
1195 | 2025-03-25T22:13:08.939Z | Downloaded ipnet v2.11.0 |
1196 | 2025-03-25T22:13:08.939Z | Downloaded httpdate v1.0.3 |
1197 | 2025-03-25T22:13:08.939Z | Downloaded progenitor-macro v0.9.1 |
1198 | 2025-03-25T22:13:08.939Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1199 | 2025-03-25T22:13:08.939Z | Downloaded ciborium v0.2.2 |
1200 | 2025-03-25T22:13:08.939Z | Downloaded cexpr v0.6.0 |
1201 | 2025-03-25T22:13:08.943Z | Downloaded maplit v1.0.2 |
1202 | 2025-03-25T22:13:08.943Z | Downloaded lru-cache v0.1.2 |
1203 | 2025-03-25T22:13:08.943Z | Downloaded lockfree-object-pool v0.1.6 |
1204 | 2025-03-25T22:13:08.943Z | Downloaded cargo_metadata v0.18.1 |
1205 | 2025-03-25T22:13:08.947Z | Downloaded hostname v0.4.0 |
1206 | 2025-03-25T22:13:08.948Z | Downloaded async-bb8-diesel v0.2.1 |
1207 | 2025-03-25T22:13:08.952Z | Downloaded memoffset v0.9.1 |
1208 | 2025-03-25T22:13:08.952Z | Downloaded md5 v0.7.0 |
1209 | 2025-03-25T22:13:08.952Z | Downloaded lazycell v1.3.0 |
1210 | 2025-03-25T22:13:08.952Z | Downloaded const_format_proc_macros v0.2.34 |
1211 | 2025-03-25T22:13:08.957Z | Downloaded base64ct v1.6.0 |
1212 | 2025-03-25T22:13:08.957Z | Downloaded argon2 v0.5.3 |
1213 | 2025-03-25T22:13:08.966Z | Downloaded lazy_static v1.5.0 |
1214 | 2025-03-25T22:13:08.966Z | Downloaded crc32fast v1.4.2 |
1215 | 2025-03-25T22:13:08.966Z | Downloaded bit-set v0.5.3 |
1216 | 2025-03-25T22:13:08.966Z | Downloaded arrayvec v0.7.6 |
1217 | 2025-03-25T22:13:08.966Z | Downloaded indent_write v2.2.0 |
1218 | 2025-03-25T22:13:08.982Z | Downloaded hyper-tls v0.6.0 |
1219 | 2025-03-25T22:13:08.982Z | Downloaded hostname v0.3.1 |
1220 | 2025-03-25T22:13:08.982Z | Downloaded home v0.5.9 |
1221 | 2025-03-25T22:13:08.982Z | Downloaded cmake v0.1.51 |
1222 | 2025-03-25T22:13:08.982Z | Downloaded bcrypt-pbkdf v0.10.0 |
1223 | 2025-03-25T22:13:08.982Z | Downloaded keccak v0.1.5 |
1224 | 2025-03-25T22:13:08.982Z | Downloaded humantime v2.1.0 |
1225 | 2025-03-25T22:13:08.982Z | Downloaded crc-catalog v2.4.0 |
1226 | 2025-03-25T22:13:09.330Z | Downloaded aws-lc-sys v0.26.0 |
1227 | 2025-03-25T22:13:09.638Z | Compiling serde v1.0.218 |
1228 | 2025-03-25T22:13:09.641Z | Compiling value-bag v1.9.0 |
1229 | 2025-03-25T22:13:09.641Z | Compiling lock_api v0.4.12 |
1230 | 2025-03-25T22:13:09.641Z | Compiling scopeguard v1.2.0 |
1231 | 2025-03-25T22:13:09.641Z | Compiling shlex v1.3.0 |
1232 | 2025-03-25T22:13:09.798Z | Compiling typenum v1.17.0 |
1233 | 2025-03-25T22:13:09.834Z | Compiling syn v2.0.98 |
1234 | 2025-03-25T22:13:09.849Z | Compiling getrandom v0.2.15 |
1235 | 2025-03-25T22:13:10.009Z | Compiling jobserver v0.1.32 |
1236 | 2025-03-25T22:13:10.126Z | Compiling rand_core v0.6.4 |
1237 | 2025-03-25T22:13:10.224Z | Compiling log v0.4.22 |
1238 | 2025-03-25T22:13:10.315Z | Compiling generic-array v0.14.7 |
1239 | 2025-03-25T22:13:10.335Z | Compiling subtle v2.6.1 |
1240 | 2025-03-25T22:13:10.648Z | Compiling cc v1.2.15 |
1241 | 2025-03-25T22:13:10.686Z | Compiling smallvec v1.14.0 |
1242 | 2025-03-25T22:13:10.705Z | Compiling const-oid v0.9.6 |
1243 | 2025-03-25T22:13:10.733Z | Compiling pin-project-lite v0.2.14 |
1244 | 2025-03-25T22:13:10.775Z | Compiling rustix v0.38.37 |
1245 | 2025-03-25T22:13:10.872Z | Compiling parking_lot_core v0.9.10 |
1246 | 2025-03-25T22:13:10.914Z | Compiling spin v0.9.8 |
1247 | 2025-03-25T22:13:11.040Z | Compiling signal-hook-registry v1.4.2 |
1248 | 2025-03-25T22:13:11.293Z | Compiling futures-core v0.3.31 |
1249 | 2025-03-25T22:13:11.658Z | Compiling mio v1.0.2 |
1250 | 2025-03-25T22:13:11.677Z | Compiling aho-corasick v1.1.3 |
1251 | 2025-03-25T22:13:11.848Z | Compiling parking_lot v0.12.3 |
1252 | 2025-03-25T22:13:12.023Z | Compiling either v1.14.0 |
1253 | 2025-03-25T22:13:12.206Z | Compiling serde_json v1.0.139 |
1254 | 2025-03-25T22:13:12.456Z | Compiling regex-syntax v0.8.5 |
1255 | 2025-03-25T22:13:12.580Z | Compiling glob v0.3.2 |
1256 | 2025-03-25T22:13:12.679Z | Compiling stable_deref_trait v1.2.0 |
1257 | 2025-03-25T22:13:12.699Z | Compiling socket2 v0.5.8 |
1258 | 2025-03-25T22:13:12.805Z | Compiling libm v0.2.8 |
1259 | 2025-03-25T22:13:12.922Z | Compiling futures-sink v0.3.31 |
1260 | 2025-03-25T22:13:13.094Z | Compiling cpufeatures v0.2.14 |
1261 | 2025-03-25T22:13:13.151Z | Compiling prettyplease v0.2.30 |
1262 | 2025-03-25T22:13:13.248Z | Compiling lazy_static v1.5.0 |
1263 | 2025-03-25T22:13:13.386Z | Compiling slab v0.4.9 |
1264 | 2025-03-25T22:13:13.447Z | Compiling clang-sys v1.8.1 |
1265 | 2025-03-25T22:13:13.532Z | Compiling num-traits v0.2.19 |
1266 | 2025-03-25T22:13:13.554Z | Compiling minimal-lexical v0.2.1 |
1267 | 2025-03-25T22:13:14.073Z | Compiling nom v7.1.3 |
1268 | 2025-03-25T22:13:14.116Z | Compiling libloading v0.8.5 |
1269 | 2025-03-25T22:13:14.188Z | Compiling pkg-config v0.3.31 |
1270 | 2025-03-25T22:13:14.521Z | Compiling home v0.5.9 |
1271 | 2025-03-25T22:13:14.541Z | Compiling bindgen v0.69.5 |
1272 | 2025-03-25T22:13:14.757Z | Compiling foldhash v0.1.3 |
1273 | 2025-03-25T22:13:15.073Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-03-25T22:13:15.266Z | Compiling getrandom v0.3.1 |
1275 | 2025-03-25T22:13:15.832Z | Compiling hashbrown v0.15.1 |
1276 | 2025-03-25T22:13:16.250Z | Compiling regex-automata v0.4.8 |
1277 | 2025-03-25T22:13:16.315Z | Compiling itertools v0.12.1 |
1278 | 2025-03-25T22:13:17.033Z | Compiling lazycell v1.3.0 |
1279 | 2025-03-25T22:13:17.121Z | Compiling cexpr v0.6.0 |
1280 | 2025-03-25T22:13:17.224Z | Compiling synstructure v0.13.1 |
1281 | 2025-03-25T22:13:18.420Z | Compiling rustc-hash v1.1.0 |
1282 | 2025-03-25T22:13:18.609Z | Compiling futures-channel v0.3.31 |
1283 | 2025-03-25T22:13:18.670Z | Compiling cmake v0.1.51 |
1284 | 2025-03-25T22:13:18.973Z | Compiling futures-io v0.3.31 |
1285 | 2025-03-25T22:13:19.031Z | Compiling fs_extra v1.3.0 |
1286 | 2025-03-25T22:13:19.229Z | Compiling pin-utils v0.1.0 |
1287 | 2025-03-25T22:13:19.249Z | Compiling futures-task v0.3.31 |
1288 | 2025-03-25T22:13:19.334Z | Compiling dunce v1.0.5 |
1289 | 2025-03-25T22:13:19.475Z | Compiling base64ct v1.6.0 |
1290 | 2025-03-25T22:13:19.492Z | Compiling paste v1.0.15 |
1291 | 2025-03-25T22:13:19.551Z | Compiling ring v0.17.11 |
1292 | 2025-03-25T22:13:19.578Z | Compiling writeable v0.5.5 |
1293 | 2025-03-25T22:13:20.037Z | Compiling pem-rfc7468 v0.7.0 |
1294 | 2025-03-25T22:13:20.067Z | Compiling flagset v0.4.6 |
1295 | 2025-03-25T22:13:20.118Z | Compiling litemap v0.7.3 |
1296 | 2025-03-25T22:13:20.289Z | Compiling aws-lc-rs v1.12.4 |
1297 | 2025-03-25T22:13:20.501Z | Compiling vcpkg v0.2.15 |
1298 | 2025-03-25T22:13:20.650Z | Compiling rustls-pki-types v1.10.0 |
1299 | 2025-03-25T22:13:20.705Z | Compiling crossbeam-utils v0.8.20 |
1300 | 2025-03-25T22:13:21.177Z | Compiling regex v1.11.1 |
1301 | 2025-03-25T22:13:21.227Z | Compiling icu_locid_transform_data v1.5.0 |
1302 | 2025-03-25T22:13:21.348Z | Compiling tracing-core v0.1.32 |
1303 | 2025-03-25T22:13:21.587Z | Compiling icu_properties_data v1.5.0 |
1304 | 2025-03-25T22:13:21.837Z | Compiling iana-time-zone v0.1.61 |
1305 | 2025-03-25T22:13:22.128Z | Compiling openssl-sys v0.9.106 |
1306 | 2025-03-25T22:13:22.148Z | Compiling untrusted v0.7.1 |
1307 | 2025-03-25T22:13:22.201Z | Compiling untrusted v0.9.0 |
1308 | 2025-03-25T22:13:22.269Z | Compiling serde_derive v1.0.218 |
1309 | 2025-03-25T22:13:22.332Z | Compiling zeroize_derive v1.4.2 |
1310 | 2025-03-25T22:13:22.374Z | Compiling zerocopy-derive v0.7.35 |
1311 | 2025-03-25T22:13:22.485Z | Compiling tokio-macros v2.5.0 |
1312 | 2025-03-25T22:13:23.151Z | Compiling zerofrom-derive v0.1.4 |
1313 | 2025-03-25T22:13:23.663Z | Compiling zeroize v1.8.1 |
1314 | 2025-03-25T22:13:23.914Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-03-25T22:13:24.222Z | Compiling zerocopy v0.7.35 |
1316 | 2025-03-25T22:13:24.769Z | Compiling zerovec-derive v0.10.3 |
1317 | 2025-03-25T22:13:25.335Z | Compiling crypto-common v0.1.6 |
1318 | 2025-03-25T22:13:25.453Z | Compiling block-buffer v0.10.4 |
1319 | 2025-03-25T22:13:25.595Z | Compiling block-padding v0.3.3 |
1320 | 2025-03-25T22:13:25.704Z | Compiling digest v0.10.7 |
1321 | 2025-03-25T22:13:25.754Z | Compiling displaydoc v0.2.5 |
1322 | 2025-03-25T22:13:25.848Z | Compiling inout v0.1.3 |
1323 | 2025-03-25T22:13:26.045Z | Compiling thiserror-impl v1.0.69 |
1324 | 2025-03-25T22:13:26.127Z | Compiling hmac v0.12.1 |
1325 | 2025-03-25T22:13:26.181Z | Compiling futures-macro v0.3.31 |
1326 | 2025-03-25T22:13:26.348Z | Compiling sha2 v0.10.8 |
1327 | 2025-03-25T22:13:26.386Z | Compiling cipher v0.4.4 |
1328 | 2025-03-25T22:13:26.447Z | Compiling zerofrom v0.1.4 |
1329 | 2025-03-25T22:13:26.746Z | Compiling yoke v0.7.4 |
1330 | 2025-03-25T22:13:26.946Z | Compiling der_derive v0.7.3 |
1331 | 2025-03-25T22:13:27.111Z | Compiling icu_provider_macros v1.5.0 |
1332 | 2025-03-25T22:13:27.194Z | Compiling zerovec v0.10.4 |
1333 | 2025-03-25T22:13:27.257Z | Compiling salsa20 v0.10.2 |
1334 | 2025-03-25T22:13:27.504Z | Compiling pbkdf2 v0.12.2 |
1335 | 2025-03-25T22:13:27.686Z | Compiling ppv-lite86 v0.2.20 |
1336 | 2025-03-25T22:13:28.030Z | Compiling futures-util v0.3.31 |
1337 | 2025-03-25T22:13:28.179Z | Compiling scrypt v0.11.0 |
1338 | 2025-03-25T22:13:28.453Z | Compiling aes v0.8.4 |
1339 | 2025-03-25T22:13:28.670Z | Compiling cbc v0.1.2 |
1340 | 2025-03-25T22:13:28.892Z | Compiling tracing-attributes v0.1.27 |
1341 | 2025-03-25T22:13:28.957Z | Compiling thiserror v1.0.69 |
1342 | 2025-03-25T22:13:29.104Z | Compiling tinystr v0.7.6 |
1343 | 2025-03-25T22:13:29.127Z | Compiling der v0.7.9 |
1344 | 2025-03-25T22:13:29.206Z | Compiling pest v2.7.14 |
1345 | 2025-03-25T22:13:29.491Z | Compiling icu_locid v1.5.0 |
1346 | 2025-03-25T22:13:29.921Z | Compiling icu_collections v1.5.0 |
1347 | 2025-03-25T22:13:31.140Z | Compiling spki v0.7.3 |
1348 | 2025-03-25T22:13:31.158Z | Compiling icu_provider v1.5.0 |
1349 | 2025-03-25T22:13:31.467Z | Compiling powerfmt v0.2.0 |
1350 | 2025-03-25T22:13:31.524Z | Compiling num-conv v0.1.0 |
1351 | 2025-03-25T22:13:31.834Z | Compiling percent-encoding v2.3.1 |
1352 | 2025-03-25T22:13:31.854Z | Compiling time-core v0.1.2 |
1353 | 2025-03-25T22:13:32.049Z | Compiling icu_locid_transform v1.5.0 |
1354 | 2025-03-25T22:13:32.097Z | Compiling httparse v1.9.5 |
1355 | 2025-03-25T22:13:32.120Z | Compiling tracing v0.1.40 |
1356 | 2025-03-25T22:13:32.151Z | Compiling time-macros v0.2.18 |
1357 | 2025-03-25T22:13:32.171Z | Compiling pest_meta v2.7.14 |
1358 | 2025-03-25T22:13:32.221Z | Compiling deranged v0.3.11 |
1359 | 2025-03-25T22:13:32.588Z | Compiling pkcs5 v0.7.1 |
1360 | 2025-03-25T22:13:33.310Z | Compiling icu_properties v1.5.1 |
1361 | 2025-03-25T22:13:33.641Z | Compiling scroll_derive v0.12.0 |
1362 | 2025-03-25T22:13:34.228Z | Compiling write16 v1.0.0 |
1363 | 2025-03-25T22:13:34.369Z | Compiling zerocopy v0.8.10 |
1364 | 2025-03-25T22:13:34.734Z | Compiling bytes v1.10.1 |
1365 | 2025-03-25T22:13:34.786Z | Compiling bitflags v2.6.0 |
1366 | 2025-03-25T22:13:35.172Z | Compiling semver v1.0.25 |
1367 | 2025-03-25T22:13:35.204Z | Compiling indexmap v2.7.1 |
1368 | 2025-03-25T22:13:35.839Z | Compiling tokio v1.43.0 |
1369 | 2025-03-25T22:13:36.086Z | Compiling http v1.2.0 |
1370 | 2025-03-25T22:13:36.254Z | Compiling rustc_version v0.4.1 |
1371 | 2025-03-25T22:13:36.510Z | Compiling uuid v1.15.1 |
1372 | 2025-03-25T22:13:36.999Z | Compiling chrono v0.4.40 |
1373 | 2025-03-25T22:13:37.201Z | Compiling atomic-waker v1.1.2 |
1374 | 2025-03-25T22:13:37.400Z | Compiling utf8_iter v1.0.4 |
1375 | 2025-03-25T22:13:37.644Z | Compiling utf16_iter v1.0.5 |
1376 | 2025-03-25T22:13:37.812Z | Compiling num_threads v0.1.7 |
1377 | 2025-03-25T22:13:37.862Z | Compiling icu_normalizer_data v1.5.0 |
1378 | 2025-03-25T22:13:37.883Z | Compiling http-body v1.0.1 |
1379 | 2025-03-25T22:13:37.961Z | Compiling icu_normalizer v1.5.0 |
1380 | 2025-03-25T22:13:37.984Z | Compiling time v0.3.36 |
1381 | 2025-03-25T22:13:38.136Z | Compiling scroll v0.12.0 |
1382 | 2025-03-25T22:13:38.157Z | Compiling pest_generator v2.7.14 |
1383 | 2025-03-25T22:13:38.238Z | Compiling pkcs8 v0.10.2 |
1384 | 2025-03-25T22:13:38.662Z | Compiling which v4.4.2 |
1385 | 2025-03-25T22:13:39.542Z | Compiling zerocopy-derive v0.8.10 |
1386 | 2025-03-25T22:13:39.622Z | Compiling serde_derive_internals v0.29.1 |
1387 | 2025-03-25T22:13:39.641Z | Compiling slog v2.7.0 |
1388 | 2025-03-25T22:13:39.878Z | Compiling try-lock v0.2.5 |
1389 | 2025-03-25T22:13:40.054Z | Compiling schemars v0.8.22 |
1390 | 2025-03-25T22:13:40.146Z | Compiling tinyvec_macros v0.1.1 |
1391 | 2025-03-25T22:13:40.248Z | Compiling tinyvec v1.8.0 |
1392 | 2025-03-25T22:13:40.277Z | Compiling want v0.3.1 |
1393 | 2025-03-25T22:13:40.404Z | Compiling goblin v0.8.2 |
1394 | 2025-03-25T22:13:40.559Z | Compiling pest_derive v2.7.14 |
1395 | 2025-03-25T22:13:41.355Z | Compiling idna_adapter v1.2.0 |
1396 | 2025-03-25T22:13:41.604Z | Compiling form_urlencoded v1.2.1 |
1397 | 2025-03-25T22:13:41.789Z | Compiling openssl v0.10.71 |
1398 | 2025-03-25T22:13:41.840Z | Compiling schemars_derive v0.8.22 |
1399 | 2025-03-25T22:13:41.917Z | Compiling tower-service v0.3.3 |
1400 | 2025-03-25T22:13:42.071Z | Compiling rustversion v1.0.17 |
1401 | 2025-03-25T22:13:42.202Z | Compiling adler2 v2.0.0 |
1402 | 2025-03-25T22:13:42.448Z | Compiling foreign-types-shared v0.1.1 |
1403 | 2025-03-25T22:13:42.532Z | Compiling dyn-clone v1.0.19 |
1404 | 2025-03-25T22:13:42.551Z | Compiling httpdate v1.0.3 |
1405 | 2025-03-25T22:13:42.744Z | Compiling foreign-types v0.3.2 |
1406 | 2025-03-25T22:13:42.778Z | Compiling miniz_oxide v0.8.5 |
1407 | 2025-03-25T22:13:42.881Z | Compiling idna v1.0.3 |
1408 | 2025-03-25T22:13:42.960Z | Compiling dtrace-parser v0.2.0 |
1409 | 2025-03-25T22:13:44.264Z | Compiling tokio-util v0.7.13 |
1410 | 2025-03-25T22:13:44.756Z | Compiling serde_spanned v0.6.8 |
1411 | 2025-03-25T22:13:44.992Z | Compiling serde_tokenstream v0.2.2 |
1412 | 2025-03-25T22:13:45.085Z | Compiling rand_core v0.9.2 |
1413 | 2025-03-25T22:13:45.164Z | Compiling h2 v0.4.6 |
1414 | 2025-03-25T22:13:45.444Z | Compiling toml_datetime v0.6.8 |
1415 | 2025-03-25T22:13:45.546Z | Compiling openssl-macros v0.1.1 |
1416 | 2025-03-25T22:13:45.921Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1417 | 2025-03-25T22:13:46.263Z | Compiling dof v0.3.0 |
1418 | 2025-03-25T22:13:46.410Z | Compiling base64 v0.22.1 |
1419 | 2025-03-25T22:13:46.735Z | Compiling rustls v0.23.19 |
1420 | 2025-03-25T22:13:47.044Z | Compiling siphasher v0.3.11 |
1421 | 2025-03-25T22:13:47.065Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-25T22:13:47.425Z | Compiling syn v1.0.109 |
1423 | 2025-03-25T22:13:47.468Z | Compiling usdt-impl v0.5.0 |
1424 | 2025-03-25T22:13:48.107Z | Compiling rand_chacha v0.9.0 |
1425 | 2025-03-25T22:13:48.781Z | Compiling unicode-normalization v0.1.24 |
1426 | 2025-03-25T22:13:49.333Z | Compiling heapless v0.7.17 |
1427 | 2025-03-25T22:13:49.663Z | Compiling crossbeam-epoch v0.9.18 |
1428 | 2025-03-25T22:13:50.215Z | Compiling rand_chacha v0.3.1 |
1429 | 2025-03-25T22:13:50.230Z | Compiling signature v2.2.0 |
1430 | 2025-03-25T22:13:50.230Z | Compiling dirs-sys-next v0.1.2 |
1431 | 2025-03-25T22:13:50.230Z | Compiling crc32fast v1.4.2 |
1432 | 2025-03-25T22:13:50.230Z | Compiling cookie v0.18.1 |
1433 | 2025-03-25T22:13:50.322Z | Compiling rayon-core v1.12.1 |
1434 | 2025-03-25T22:13:50.378Z | Compiling rustls v0.22.4 |
1435 | 2025-03-25T22:13:50.433Z | Compiling unicode-bidi v0.3.17 |
1436 | 2025-03-25T22:13:50.452Z | Compiling signal-hook v0.3.17 |
1437 | 2025-03-25T22:13:50.619Z | Compiling openssl-probe v0.1.5 |
1438 | 2025-03-25T22:13:50.674Z | Compiling unicode-properties v0.1.3 |
1439 | 2025-03-25T22:13:50.899Z | Compiling rand v0.8.5 |
1440 | 2025-03-25T22:13:50.923Z | Compiling dirs-next v2.0.0 |
1441 | 2025-03-25T22:13:51.103Z | Compiling crossbeam-deque v0.8.5 |
1442 | 2025-03-25T22:13:51.196Z | Compiling stringprep v0.1.5 |
1443 | 2025-03-25T22:13:51.638Z | Compiling rand v0.9.0 |
1444 | 2025-03-25T22:13:52.151Z | Compiling hyper v1.6.0 |
1445 | 2025-03-25T22:13:52.252Z | Compiling url v2.5.3 |
1446 | 2025-03-25T22:13:52.917Z | Compiling http-body-util v0.1.2 |
1447 | 2025-03-25T22:13:53.410Z | Compiling curve25519-dalek v4.1.3 |
1448 | 2025-03-25T22:13:53.932Z | Compiling md-5 v0.10.6 |
1449 | 2025-03-25T22:13:54.020Z | Compiling async-trait v0.1.87 |
1450 | 2025-03-25T22:13:54.119Z | Compiling num-integer v0.1.46 |
1451 | 2025-03-25T22:13:54.213Z | Compiling hash32 v0.2.1 |
1452 | 2025-03-25T22:13:54.580Z | Compiling hyper-util v0.1.10 |
1453 | 2025-03-25T22:13:54.807Z | Compiling thread_local v1.1.8 |
1454 | 2025-03-25T22:13:54.851Z | Compiling ff v0.13.0 |
1455 | 2025-03-25T22:13:55.086Z | Compiling multer v3.1.0 |
1456 | 2025-03-25T22:13:55.305Z | Compiling memoffset v0.9.1 |
1457 | 2025-03-25T22:13:55.328Z | Compiling encoding_rs v0.8.34 |
1458 | 2025-03-25T22:13:55.380Z | Compiling litrs v0.4.1 |
1459 | 2025-03-25T22:13:55.649Z | Compiling smoltcp v0.9.1 |
1460 | 2025-03-25T22:13:55.684Z | Compiling base16ct v0.2.0 |
1461 | 2025-03-25T22:13:56.003Z | Compiling cfg_aliases v0.2.1 |
1462 | 2025-03-25T22:13:56.121Z | Compiling gimli v0.31.1 |
1463 | 2025-03-25T22:13:56.230Z | Compiling slog-async v2.8.0 |
1464 | 2025-03-25T22:13:56.415Z | Compiling newtype-uuid v1.2.1 |
1465 | 2025-03-25T22:13:56.444Z | Compiling portable-atomic v1.9.0 |
1466 | 2025-03-25T22:13:56.749Z | Compiling match_cfg v0.1.0 |
1467 | 2025-03-25T22:13:56.769Z | Compiling mime v0.3.17 |
1468 | 2025-03-25T22:13:56.853Z | Compiling num-bigint-dig v0.8.4 |
1469 | 2025-03-25T22:13:57.195Z | Compiling psl-types v2.0.11 |
1470 | 2025-03-25T22:13:57.309Z | Compiling fallible-iterator v0.2.0 |
1471 | 2025-03-25T22:13:57.380Z | Compiling hostname v0.3.1 |
1472 | 2025-03-25T22:13:57.400Z | Compiling publicsuffix v2.3.0 |
1473 | 2025-03-25T22:13:57.497Z | Compiling toml_edit v0.22.24 |
1474 | 2025-03-25T22:13:57.683Z | Compiling document-features v0.2.10 |
1475 | 2025-03-25T22:13:57.739Z | Compiling nix v0.29.0 |
1476 | 2025-03-25T22:13:57.969Z | Compiling postgres-protocol v0.6.8 |
1477 | 2025-03-25T22:13:58.618Z | Compiling sec1 v0.7.3 |
1478 | 2025-03-25T22:13:59.068Z | Compiling group v0.13.0 |
1479 | 2025-03-25T22:13:59.155Z | Compiling num-iter v0.1.45 |
1480 | 2025-03-25T22:13:59.348Z | Compiling tokio-native-tls v0.3.1 |
1481 | 2025-03-25T22:13:59.373Z | Compiling bzip2 v0.4.4 |
1482 | 2025-03-25T22:13:59.624Z | Compiling term v0.7.0 |
1483 | 2025-03-25T22:14:00.209Z | Compiling addr2line v0.24.2 |
1484 | 2025-03-25T22:14:00.749Z | Compiling flate2 v1.1.0 |
1485 | 2025-03-25T22:14:00.835Z | Compiling usdt-attr-macro v0.5.0 |
1486 | 2025-03-25T22:14:00.881Z | Compiling usdt-macro v0.5.0 |
1487 | 2025-03-25T22:14:00.902Z | Compiling phf_shared v0.11.2 |
1488 | 2025-03-25T22:14:01.271Z | Compiling ipnetwork v0.21.1 |
1489 | 2025-03-25T22:14:01.518Z | Compiling slog-json v2.6.1 |
1490 | 2025-03-25T22:14:01.624Z | Compiling serde_urlencoded v0.7.1 |
1491 | 2025-03-25T22:14:01.927Z | Compiling terminal_size v0.4.0 |
1492 | 2025-03-25T22:14:02.081Z | Compiling crossbeam-channel v0.5.13 |
1493 | 2025-03-25T22:14:02.118Z | Compiling futures-executor v0.3.31 |
1494 | 2025-03-25T22:14:02.152Z | Compiling hkdf v0.12.4 |
1495 | 2025-03-25T22:14:02.298Z | Compiling crypto-bigint v0.5.5 |
1496 | 2025-03-25T22:14:02.394Z | Compiling async-stream-impl v0.3.6 |
1497 | 2025-03-25T22:14:02.431Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2025-03-25T22:14:02.590Z | Compiling curve25519-dalek-derive v0.1.1 |
1499 | 2025-03-25T22:14:03.073Z | Compiling rustls-pemfile v2.2.0 |
1500 | 2025-03-25T22:14:03.395Z | Compiling webpki-roots v0.26.6 |
1501 | 2025-03-25T22:14:03.455Z | Compiling hubpack_derive v0.1.1 |
1502 | 2025-03-25T22:14:03.618Z | Compiling sync_wrapper v1.0.1 |
1503 | 2025-03-25T22:14:03.639Z | Compiling is-terminal v0.4.13 |
1504 | 2025-03-25T22:14:03.777Z | Compiling ahash v0.8.11 |
1505 | 2025-03-25T22:14:03.795Z | Compiling dropshot v0.12.0 |
1506 | 2025-03-25T22:14:04.000Z | Compiling fs-err v2.11.0 |
1507 | 2025-03-25T22:14:04.110Z | Compiling object v0.36.5 |
1508 | 2025-03-25T22:14:04.150Z | Compiling winnow v0.5.40 |
1509 | 2025-03-25T22:14:04.279Z | Compiling rustc-demangle v0.1.24 |
1510 | 2025-03-25T22:14:04.279Z | Compiling take_mut v0.2.2 |
1511 | 2025-03-25T22:14:04.322Z | Compiling unicode-width v0.2.0 |
1512 | 2025-03-25T22:14:04.437Z | Compiling tower-layer v0.3.3 |
1513 | 2025-03-25T22:14:04.459Z | Compiling managed v0.8.0 |
1514 | 2025-03-25T22:14:04.713Z | Compiling simd-adler32 v0.3.7 |
1515 | 2025-03-25T22:14:04.836Z | Compiling ipnet v2.11.0 |
1516 | 2025-03-25T22:14:04.896Z | Compiling lockfree-object-pool v0.1.6 |
1517 | 2025-03-25T22:14:05.172Z | Compiling bumpalo v3.16.0 |
1518 | 2025-03-25T22:14:05.193Z | Compiling zip v2.1.3 |
1519 | 2025-03-25T22:14:05.236Z | Compiling anyhow v1.0.97 |
1520 | 2025-03-25T22:14:05.512Z | Compiling buf-list v1.0.3 |
1521 | 2025-03-25T22:14:05.654Z | Compiling zopfli v0.8.1 |
1522 | 2025-03-25T22:14:05.899Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-03-25T22:14:06.212Z | Compiling console v0.15.10 |
1524 | 2025-03-25T22:14:06.755Z | Compiling tower v0.5.2 |
1525 | 2025-03-25T22:14:07.234Z | Compiling clap_builder v4.5.32 |
1526 | 2025-03-25T22:14:07.543Z | Compiling toml_edit v0.19.15 |
1527 | 2025-03-25T22:14:07.809Z | Compiling hubpack v0.1.2 |
1528 | 2025-03-25T22:14:08.038Z | Compiling zerocopy v0.6.6 |
1529 | 2025-03-25T22:14:08.199Z | Compiling strum_macros v0.25.3 |
1530 | 2025-03-25T22:14:08.619Z | Compiling slog-term v2.9.1 |
1531 | 2025-03-25T22:14:08.775Z | Compiling usdt v0.5.0 |
1532 | 2025-03-25T22:14:09.239Z | Compiling async-stream v0.3.6 |
1533 | 2025-03-25T22:14:09.536Z | Compiling futures v0.3.31 |
1534 | 2025-03-25T22:14:09.658Z | Compiling slog-bunyan v2.5.0 |
1535 | 2025-03-25T22:14:09.693Z | Compiling oxnet v0.1.1 |
1536 | 2025-03-25T22:14:09.877Z | Compiling phf v0.11.2 |
1537 | 2025-03-25T22:14:10.154Z | Compiling signal-hook-mio v0.2.4 |
1538 | 2025-03-25T22:14:10.341Z | Compiling toml v0.8.20 |
1539 | 2025-03-25T22:14:10.385Z | Compiling cookie_store v0.21.1 |
1540 | 2025-03-25T22:14:11.166Z | Compiling backtrace v0.3.74 |
1541 | 2025-03-25T22:14:11.705Z | Compiling rayon v1.10.0 |
1542 | 2025-03-25T22:14:11.800Z | Compiling hyper-tls v0.6.0 |
1543 | 2025-03-25T22:14:13.307Z | Compiling postgres-types v0.2.9 |
1544 | 2025-03-25T22:14:14.010Z | Compiling camino v1.1.9 |
1545 | 2025-03-25T22:14:14.639Z | Compiling ed25519 v2.2.3 |
1546 | 2025-03-25T22:14:14.799Z | Compiling phf_shared v0.10.0 |
1547 | 2025-03-25T22:14:14.864Z | Compiling dropshot_endpoint v0.12.0 |
1548 | 2025-03-25T22:14:15.171Z | Compiling pkcs1 v0.7.5 |
1549 | 2025-03-25T22:14:15.879Z | Compiling waitgroup v0.1.2 |
1550 | 2025-03-25T22:14:15.969Z | Compiling openapiv3 v2.0.0 |
1551 | 2025-03-25T22:14:16.038Z | Compiling serde_path_to_error v0.1.16 |
1552 | 2025-03-25T22:14:16.116Z | Compiling serde-big-array v0.5.1 |
1553 | 2025-03-25T22:14:16.189Z | Compiling enum-as-inner v0.6.1 |
1554 | 2025-03-25T22:14:16.347Z | Compiling clap_derive v4.5.32 |
1555 | 2025-03-25T22:14:16.420Z | Compiling rfc6979 v0.4.0 |
1556 | 2025-03-25T22:14:16.657Z | Compiling sha1 v0.10.6 |
1557 | 2025-03-25T22:14:16.807Z | Compiling daft-derive v0.1.2 |
1558 | 2025-03-25T22:14:17.072Z | Compiling serde_repr v0.1.19 |
1559 | 2025-03-25T22:14:17.204Z | Compiling bstr v1.10.0 |
1560 | 2025-03-25T22:14:18.155Z | Compiling float-cmp v0.10.0 |
1561 | 2025-03-25T22:14:18.378Z | Compiling hostname v0.4.0 |
1562 | 2025-03-25T22:14:18.453Z | Compiling number_prefix v0.4.0 |
1563 | 2025-03-25T22:14:18.602Z | Compiling whoami v1.5.2 |
1564 | 2025-03-25T22:14:18.700Z | Compiling unicode-segmentation v1.12.0 |
1565 | 2025-03-25T22:14:18.720Z | Compiling data-encoding v2.6.0 |
1566 | 2025-03-25T22:14:18.860Z | Compiling new_debug_unreachable v1.0.6 |
1567 | 2025-03-25T22:14:18.969Z | Compiling predicates-core v1.0.8 |
1568 | 2025-03-25T22:14:19.169Z | Compiling difflib v0.4.0 |
1569 | 2025-03-25T22:14:19.283Z | Compiling static_assertions v1.1.0 |
1570 | 2025-03-25T22:14:19.397Z | Compiling precomputed-hash v0.1.1 |
1571 | 2025-03-25T22:14:19.536Z | Compiling debug-ignore v1.0.5 |
1572 | 2025-03-25T22:14:19.557Z | Compiling fixedbitset v0.4.2 |
1573 | 2025-03-25T22:14:19.700Z | Compiling normalize-line-endings v0.3.0 |
1574 | 2025-03-25T22:14:19.836Z | Compiling predicates v3.1.3 |
1575 | 2025-03-25T22:14:19.857Z | Compiling petgraph v0.6.5 |
1576 | 2025-03-25T22:14:20.001Z | Compiling string_cache v0.8.7 |
1577 | 2025-03-25T22:14:20.421Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1578 | 2025-03-25T22:14:20.475Z | Compiling similar v2.7.0 |
1579 | 2025-03-25T22:14:20.564Z | Compiling hickory-proto v0.24.4 |
1580 | 2025-03-25T22:14:20.832Z | Compiling clap v4.5.32 |
1581 | 2025-03-25T22:14:20.960Z | Compiling tokio-postgres v0.7.13 |
1582 | 2025-03-25T22:14:21.269Z | Compiling indicatif v0.17.11 |
1583 | 2025-03-25T22:14:22.604Z | Compiling daft v0.1.2 |
1584 | 2025-03-25T22:14:23.079Z | Compiling ecdsa v0.16.9 |
1585 | 2025-03-25T22:14:23.302Z | Compiling rsa v0.9.6 |
1586 | 2025-03-25T22:14:23.463Z | Compiling ed25519-dalek v2.1.1 |
1587 | 2025-03-25T22:14:25.452Z | Compiling toml v0.7.8 |
1588 | 2025-03-25T22:14:25.512Z | Compiling crossterm v0.28.1 |
1589 | 2025-03-25T22:14:26.823Z | Compiling zip v0.6.6 |
1590 | 2025-03-25T22:14:27.135Z | Compiling tokio-stream v0.1.17 |
1591 | 2025-03-25T22:14:27.264Z | Compiling hex v0.4.3 |
1592 | 2025-03-25T22:14:27.886Z | Compiling x509-cert v0.2.5 |
1593 | 2025-03-25T22:14:28.082Z | Compiling itertools v0.10.5 |
1594 | 2025-03-25T22:14:28.102Z | Compiling lalrpop-util v0.19.12 |
1595 | 2025-03-25T22:14:28.295Z | Compiling unicode-xid v0.2.6 |
1596 | 2025-03-25T22:14:28.488Z | Compiling peg-runtime v0.8.5 |
1597 | 2025-03-25T22:14:28.491Z | Compiling strum_macros v0.26.4 |
1598 | 2025-03-25T22:14:28.724Z | Compiling xattr v1.3.1 |
1599 | 2025-03-25T22:14:28.999Z | Compiling filetime v0.2.25 |
1600 | 2025-03-25T22:14:29.303Z | Compiling tar v0.4.44 |
1601 | 2025-03-25T22:14:33.062Z | Compiling strum v0.26.3 |
1602 | 2025-03-25T22:14:36.501Z | Compiling aws-lc-sys v0.26.0 |
1603 | 2025-03-25T22:15:05.637Z | Compiling rustls-webpki v0.102.8 |
1604 | 2025-03-25T22:15:08.801Z | Compiling tokio-rustls v0.25.0 |
1605 | 2025-03-25T22:15:10.423Z | Compiling tokio-rustls v0.26.0 |
1606 | 2025-03-25T22:15:10.781Z | Compiling hyper-rustls v0.27.3 |
1607 | 2025-03-25T22:15:11.159Z | Compiling reqwest v0.12.12 |
1608 | 2025-03-25T22:15:14.740Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1609 | 2025-03-25T22:15:15.006Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1610 | 2025-03-25T22:15:19.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1611 | 2025-03-25T22:15:19.541Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1612 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: Cockroach |
1613 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: Console |
1614 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: Clickhouse |
1615 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: DendriteOpenapi |
1616 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: DendriteStub |
1617 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: MaghemiteMgd |
1618 | 2025-03-25T22:15:19.592Z | Mar 25 22:15:19.013 INFO Starting download, target: TransceiverControl |
1619 | 2025-03-25T22:15:20.599Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1620 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/dpd-58f63f5721d40d1954524879d1ede6b9084c7b3b.json (attempt 1/3), target: DendriteOpenapi |
1621 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1622 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1623 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1624 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1625 | 2025-03-25T22:15:20.600Z | Mar 25 22:15:19.014 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1626 | 2025-03-25T22:15:20.606Z | Mar 25 22:15:19.188 INFO Download complete, target: DendriteOpenapi |
1627 | 2025-03-25T22:15:20.606Z | Mar 25 22:15:19.372 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1628 | 2025-03-25T22:15:20.606Z | Mar 25 22:15:19.581 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1629 | 2025-03-25T22:15:20.606Z | Mar 25 22:15:19.827 INFO Download complete, target: TransceiverControl |
1630 | 2025-03-25T22:15:20.606Z | Mar 25 22:15:20.008 INFO Download complete, target: Console |
1631 | 2025-03-25T22:15:20.633Z | Mar 25 22:15:20.052 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1632 | 2025-03-25T22:15:20.646Z | Mar 25 22:15:20.066 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1633 | 2025-03-25T22:15:21.194Z | Mar 25 22:15:20.614 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1634 | 2025-03-25T22:15:21.195Z | Mar 25 22:15:20.614 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1635 | 2025-03-25T22:15:21.459Z | Mar 25 22:15:20.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1636 | 2025-03-25T22:15:23.224Z | Mar 25 22:15:22.643 INFO Download complete, target: MaghemiteMgd |
1637 | 2025-03-25T22:15:23.775Z | Mar 25 22:15:23.193 INFO Download complete, target: DendriteStub |
1638 | 2025-03-25T22:15:27.796Z | Mar 25 22:15:27.216 INFO Checking that binary works, target: Cockroach |
1639 | 2025-03-25T22:15:27.962Z | Mar 25 22:15:27.381 INFO Download complete, target: Cockroach |
1640 | 2025-03-25T22:15:32.266Z | Mar 25 22:15:31.683 INFO Checking that binary works, target: Clickhouse |
1641 | 2025-03-25T22:15:32.432Z | Mar 25 22:15:31.851 INFO Download complete, target: Clickhouse |
1642 | 2025-03-25T22:15:32.452Z | All builder prerequisites installed successfully, and PATH looks valid |
1643 | 2025-03-25T22:15:32.456Z | |
1644 | 2025-03-25T22:15:32.456Z | real 5:31.231518191 |
1645 | 2025-03-25T22:15:32.456Z | user 15:29.284410400 |
1646 | 2025-03-25T22:15:32.456Z | sys 2:07.195237527 |
1647 | 2025-03-25T22:15:32.456Z | trap 0.573640840 |
1648 | 2025-03-25T22:15:32.456Z | tflt 0.930455753 |
1649 | 2025-03-25T22:15:32.456Z | dflt 1.328395253 |
1650 | 2025-03-25T22:15:32.456Z | kflt 0.023977042 |
1651 | 2025-03-25T22:15:32.456Z | lock 23:29.250940572 |
1652 | 2025-03-25T22:15:32.456Z | slp 56:25.953066705 |
1653 | 2025-03-25T22:15:32.456Z | lat 1:03.826513850 |
1654 | 2025-03-25T22:15:32.457Z | stop 2:30.607868664 |
1655 | 2025-03-25T22:15:32.457Z | + banner hack-check |
1656 | 2025-03-25T22:15:32.460Z | |
1657 | 2025-03-25T22:15:32.460Z | # # ## #### # # #### # # ###### #### # # |
1658 | 2025-03-25T22:15:32.460Z | # # # # # # # # # # # # # # # # # |
1659 | 2025-03-25T22:15:32.460Z | ###### # # # #### ##### # ###### ##### # #### |
1660 | 2025-03-25T22:15:32.460Z | # # ###### # # # # # # # # # # |
1661 | 2025-03-25T22:15:32.460Z | # # # # # # # # # # # # # # # # # |
1662 | 2025-03-25T22:15:32.460Z | # # # # #### # # #### # # ###### #### # # |
1663 | 2025-03-25T22:15:32.460Z | |
1664 | 2025-03-25T22:15:32.460Z | + export CARGO_INCREMENTAL=0 |
1665 | 2025-03-25T22:15:32.461Z | + CARGO_INCREMENTAL=0 |
1666 | 2025-03-25T22:15:32.461Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1667 | 2025-03-25T22:15:33.037Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1668 | 2025-03-25T22:15:35.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.34s |
1669 | 2025-03-25T22:15:35.935Z | Running `target/debug/xtask check-features --ci` |
1670 | 2025-03-25T22:15:35.959Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1671 | 2025-03-25T22:15:35.963Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1672 | 2025-03-25T22:15:36.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1673 | 2025-03-25T22:15:36.462Z | Running `target/debug/xtask download cargo-hack` |
1674 | 2025-03-25T22:15:37.318Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1675 | 2025-03-25T22:15:37.721Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1676 | 2025-03-25T22:15:41.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.84s |
1677 | 2025-03-25T22:15:41.494Z | Running `target/debug/xtask-downloader cargo-hack` |
1678 | 2025-03-25T22:15:41.533Z | Mar 25 22:15:40.950 INFO Starting download, target: CargoHack |
1679 | 2025-03-25T22:15:41.539Z | Mar 25 22:15:40.950 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1680 | 2025-03-25T22:15:42.012Z | Mar 25 22:15:41.430 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1681 | 2025-03-25T22:15:42.088Z | Mar 25 22:15:41.506 INFO Download complete, target: CargoHack |
1682 | 2025-03-25T22:15:42.092Z | 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" |
1683 | 2025-03-25T22:15:42.108Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1684 | 2025-03-25T22:15:42.285Z | info: running `cargo check --bins` on api_identity (1/199) |
1685 | 2025-03-25T22:15:42.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2025-03-25T22:15:42.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2025-03-25T22:15:42.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2025-03-25T22:15:42.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1689 | 2025-03-25T22:15:42.906Z | |
1690 | 2025-03-25T22:15:42.906Z | info: running `cargo check --bins` on bootstore (2/199) |
1691 | 2025-03-25T22:15:43.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2025-03-25T22:15:43.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2025-03-25T22:15:43.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2025-03-25T22:15:43.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1695 | 2025-03-25T22:15:43.561Z | |
1696 | 2025-03-25T22:15:43.561Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1697 | 2025-03-25T22:15:44.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2025-03-25T22:15:44.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2025-03-25T22:15:44.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2025-03-25T22:15:44.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1701 | 2025-03-25T22:15:44.198Z | |
1702 | 2025-03-25T22:15:44.198Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1703 | 2025-03-25T22:15:44.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2025-03-25T22:15:44.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2025-03-25T22:15:44.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2025-03-25T22:15:44.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1707 | 2025-03-25T22:15:44.836Z | |
1708 | 2025-03-25T22:15:44.836Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1709 | 2025-03-25T22:15:45.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2025-03-25T22:15:45.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2025-03-25T22:15:45.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2025-03-25T22:15:45.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1713 | 2025-03-25T22:15:45.284Z | |
1714 | 2025-03-25T22:15:45.284Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1715 | 2025-03-25T22:15:45.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2025-03-25T22:15:45.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2025-03-25T22:15:45.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2025-03-25T22:15:45.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1719 | 2025-03-25T22:15:45.737Z | |
1720 | 2025-03-25T22:15:45.737Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1721 | 2025-03-25T22:15:46.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2025-03-25T22:15:46.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2025-03-25T22:15:46.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2025-03-25T22:15:46.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1725 | 2025-03-25T22:15:46.200Z | |
1726 | 2025-03-25T22:15:46.201Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1727 | 2025-03-25T22:15:46.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2025-03-25T22:15:46.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2025-03-25T22:15:46.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2025-03-25T22:15:46.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1731 | 2025-03-25T22:15:46.653Z | |
1732 | 2025-03-25T22:15:46.653Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1733 | 2025-03-25T22:15:47.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-03-25T22:15:47.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-03-25T22:15:47.083Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-03-25T22:15:47.083Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1737 | 2025-03-25T22:15:47.100Z | |
1738 | 2025-03-25T22:15:47.100Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1739 | 2025-03-25T22:15:47.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-03-25T22:15:47.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-03-25T22:15:47.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-03-25T22:15:47.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1743 | 2025-03-25T22:15:47.543Z | |
1744 | 2025-03-25T22:15:47.543Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1745 | 2025-03-25T22:15:47.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-03-25T22:15:47.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-03-25T22:15:47.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-03-25T22:15:47.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1749 | 2025-03-25T22:15:47.995Z | |
1750 | 2025-03-25T22:15:47.995Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1751 | 2025-03-25T22:15:48.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-03-25T22:15:48.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-03-25T22:15:48.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-03-25T22:15:48.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1755 | 2025-03-25T22:15:48.449Z | |
1756 | 2025-03-25T22:15:48.449Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1757 | 2025-03-25T22:15:48.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-03-25T22:15:48.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-03-25T22:15:48.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-03-25T22:15:48.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1761 | 2025-03-25T22:15:48.906Z | |
1762 | 2025-03-25T22:15:48.906Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1763 | 2025-03-25T22:15:49.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-03-25T22:15:49.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-03-25T22:15:49.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-03-25T22:15:49.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1767 | 2025-03-25T22:15:49.355Z | |
1768 | 2025-03-25T22:15:49.355Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1769 | 2025-03-25T22:15:49.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-03-25T22:15:49.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-03-25T22:15:49.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-03-25T22:15:49.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1773 | 2025-03-25T22:15:49.803Z | |
1774 | 2025-03-25T22:15:49.803Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1775 | 2025-03-25T22:15:50.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-03-25T22:15:50.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-03-25T22:15:50.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-03-25T22:15:50.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1779 | 2025-03-25T22:15:50.257Z | |
1780 | 2025-03-25T22:15:50.257Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1781 | 2025-03-25T22:15:50.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-03-25T22:15:50.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-03-25T22:15:50.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-03-25T22:15:50.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1785 | 2025-03-25T22:15:50.712Z | |
1786 | 2025-03-25T22:15:50.712Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1787 | 2025-03-25T22:15:51.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-03-25T22:15:51.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-03-25T22:15:51.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-03-25T22:15:51.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1791 | 2025-03-25T22:15:51.167Z | |
1792 | 2025-03-25T22:15:51.167Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1793 | 2025-03-25T22:15:51.578Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-03-25T22:15:51.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-03-25T22:15:51.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-03-25T22:15:51.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1797 | 2025-03-25T22:15:51.625Z | |
1798 | 2025-03-25T22:15:51.625Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1799 | 2025-03-25T22:15:52.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-03-25T22:15:52.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-03-25T22:15:52.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-03-25T22:15:52.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1803 | 2025-03-25T22:15:52.081Z | |
1804 | 2025-03-25T22:15:52.081Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1805 | 2025-03-25T22:15:52.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-03-25T22:15:52.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-03-25T22:15:52.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-03-25T22:15:52.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1809 | 2025-03-25T22:15:52.538Z | |
1810 | 2025-03-25T22:15:52.538Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1811 | 2025-03-25T22:15:52.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-03-25T22:15:52.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-03-25T22:15:52.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-03-25T22:15:52.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1815 | 2025-03-25T22:15:52.995Z | |
1816 | 2025-03-25T22:15:52.995Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1817 | 2025-03-25T22:15:53.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-03-25T22:15:53.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-03-25T22:15:53.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-03-25T22:15:53.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1821 | 2025-03-25T22:15:53.449Z | |
1822 | 2025-03-25T22:15:53.449Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1823 | 2025-03-25T22:15:53.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-03-25T22:15:53.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-03-25T22:15:53.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-03-25T22:15:53.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1827 | 2025-03-25T22:15:53.909Z | |
1828 | 2025-03-25T22:15:53.909Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1829 | 2025-03-25T22:15:54.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-03-25T22:15:54.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-03-25T22:15:54.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-03-25T22:15:54.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1833 | 2025-03-25T22:15:54.369Z | |
1834 | 2025-03-25T22:15:54.369Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1835 | 2025-03-25T22:15:54.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-03-25T22:15:54.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-03-25T22:15:54.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-03-25T22:15:54.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1839 | 2025-03-25T22:15:54.825Z | |
1840 | 2025-03-25T22:15:54.825Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1841 | 2025-03-25T22:15:55.232Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-03-25T22:15:55.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-03-25T22:15:55.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-03-25T22:15:55.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1845 | 2025-03-25T22:15:55.278Z | |
1846 | 2025-03-25T22:15:55.278Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1847 | 2025-03-25T22:15:55.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-03-25T22:15:55.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-03-25T22:15:55.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-03-25T22:15:55.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1851 | 2025-03-25T22:15:55.728Z | |
1852 | 2025-03-25T22:15:55.728Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1853 | 2025-03-25T22:15:56.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-03-25T22:15:56.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-03-25T22:15:56.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-03-25T22:15:56.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1857 | 2025-03-25T22:15:56.178Z | |
1858 | 2025-03-25T22:15:56.178Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1859 | 2025-03-25T22:15:56.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-03-25T22:15:56.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-03-25T22:15:56.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-03-25T22:15:56.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1863 | 2025-03-25T22:15:56.636Z | |
1864 | 2025-03-25T22:15:56.636Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1865 | 2025-03-25T22:15:57.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-03-25T22:15:57.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-03-25T22:15:57.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-03-25T22:15:57.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1869 | 2025-03-25T22:15:57.087Z | |
1870 | 2025-03-25T22:15:57.087Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1871 | 2025-03-25T22:15:57.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-03-25T22:15:57.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-03-25T22:15:57.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-03-25T22:15:57.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1875 | 2025-03-25T22:15:57.534Z | |
1876 | 2025-03-25T22:15:57.534Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1877 | 2025-03-25T22:15:57.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-03-25T22:15:57.936Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-03-25T22:15:57.936Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-03-25T22:15:57.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1881 | 2025-03-25T22:15:57.980Z | |
1882 | 2025-03-25T22:15:57.980Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1883 | 2025-03-25T22:15:58.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-03-25T22:15:58.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-03-25T22:15:58.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-03-25T22:15:58.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1887 | 2025-03-25T22:15:58.432Z | |
1888 | 2025-03-25T22:15:58.432Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1889 | 2025-03-25T22:15:58.830Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-03-25T22:15:58.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-03-25T22:15:58.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-03-25T22:15:58.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1893 | 2025-03-25T22:15:58.878Z | |
1894 | 2025-03-25T22:15:58.878Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1895 | 2025-03-25T22:15:59.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-03-25T22:15:59.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-03-25T22:15:59.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-03-25T22:15:59.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1899 | 2025-03-25T22:15:59.329Z | |
1900 | 2025-03-25T22:15:59.329Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1901 | 2025-03-25T22:15:59.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-03-25T22:15:59.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-03-25T22:15:59.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-03-25T22:15:59.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1905 | 2025-03-25T22:15:59.780Z | |
1906 | 2025-03-25T22:15:59.780Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1907 | 2025-03-25T22:16:00.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-03-25T22:16:00.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-03-25T22:16:00.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-03-25T22:16:00.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1911 | 2025-03-25T22:16:00.231Z | |
1912 | 2025-03-25T22:16:00.231Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1913 | 2025-03-25T22:16:00.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-03-25T22:16:00.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-03-25T22:16:00.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-03-25T22:16:00.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1917 | 2025-03-25T22:16:00.684Z | |
1918 | 2025-03-25T22:16:00.684Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1919 | 2025-03-25T22:16:01.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-03-25T22:16:01.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-03-25T22:16:01.098Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-03-25T22:16:01.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1923 | 2025-03-25T22:16:01.142Z | |
1924 | 2025-03-25T22:16:01.142Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1925 | 2025-03-25T22:16:01.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-03-25T22:16:01.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-03-25T22:16:01.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-03-25T22:16:01.555Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1929 | 2025-03-25T22:16:01.592Z | |
1930 | 2025-03-25T22:16:01.592Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1931 | 2025-03-25T22:16:01.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-03-25T22:16:01.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-03-25T22:16:01.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-03-25T22:16:02.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1935 | 2025-03-25T22:16:02.042Z | |
1936 | 2025-03-25T22:16:02.042Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1937 | 2025-03-25T22:16:02.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-03-25T22:16:02.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-03-25T22:16:02.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-03-25T22:16:02.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1941 | 2025-03-25T22:16:02.495Z | |
1942 | 2025-03-25T22:16:02.495Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1943 | 2025-03-25T22:16:02.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-03-25T22:16:02.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-03-25T22:16:02.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-03-25T22:16:02.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1947 | 2025-03-25T22:16:02.943Z | |
1948 | 2025-03-25T22:16:02.943Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1949 | 2025-03-25T22:16:03.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-03-25T22:16:03.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-03-25T22:16:03.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1952 | 2025-03-25T22:16:03.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1953 | 2025-03-25T22:16:03.595Z | |
1954 | 2025-03-25T22:16:03.595Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1955 | 2025-03-25T22:16:04.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2025-03-25T22:16:04.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2025-03-25T22:16:04.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1958 | 2025-03-25T22:16:04.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1959 | 2025-03-25T22:16:04.251Z | |
1960 | 2025-03-25T22:16:04.251Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1961 | 2025-03-25T22:16:04.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2025-03-25T22:16:04.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2025-03-25T22:16:04.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2025-03-25T22:16:04.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1965 | 2025-03-25T22:16:04.902Z | |
1966 | 2025-03-25T22:16:04.902Z | info: running `cargo check --bins` on oxlog (48/199) |
1967 | 2025-03-25T22:16:05.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2025-03-25T22:16:05.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2025-03-25T22:16:05.535Z | Checking cfg-if v1.0.0 |
1970 | 2025-03-25T22:16:05.538Z | Checking libc v0.2.170 |
1971 | 2025-03-25T22:16:05.648Z | Checking serde v1.0.218 |
1972 | 2025-03-25T22:16:05.651Z | Checking zeroize v1.8.1 |
1973 | 2025-03-25T22:16:05.651Z | Checking memchr v2.7.4 |
1974 | 2025-03-25T22:16:05.677Z | Checking typenum v1.17.0 |
1975 | 2025-03-25T22:16:05.682Z | Checking subtle v2.6.1 |
1976 | 2025-03-25T22:16:05.682Z | Checking value-bag v1.9.0 |
1977 | 2025-03-25T22:16:05.719Z | Checking itoa v1.0.11 |
1978 | 2025-03-25T22:16:05.901Z | Checking smallvec v1.14.0 |
1979 | 2025-03-25T22:16:05.929Z | Checking scopeguard v1.2.0 |
1980 | 2025-03-25T22:16:05.962Z | Checking const-oid v0.9.6 |
1981 | 2025-03-25T22:16:06.075Z | Checking lock_api v0.4.12 |
1982 | 2025-03-25T22:16:06.108Z | Checking log v0.4.22 |
1983 | 2025-03-25T22:16:06.235Z | Checking pin-project-lite v0.2.14 |
1984 | 2025-03-25T22:16:06.373Z | Checking once_cell v1.20.3 |
1985 | 2025-03-25T22:16:06.448Z | Checking byteorder v1.5.0 |
1986 | 2025-03-25T22:16:06.477Z | Checking futures-core v0.3.31 |
1987 | 2025-03-25T22:16:06.610Z | Checking stable_deref_trait v1.2.0 |
1988 | 2025-03-25T22:16:06.661Z | Checking getrandom v0.2.15 |
1989 | 2025-03-25T22:16:06.661Z | Checking signal-hook-registry v1.4.2 |
1990 | 2025-03-25T22:16:06.690Z | Checking parking_lot_core v0.9.10 |
1991 | 2025-03-25T22:16:06.704Z | Checking generic-array v0.14.7 |
1992 | 2025-03-25T22:16:06.718Z | Checking mio v1.0.2 |
1993 | 2025-03-25T22:16:06.846Z | Checking socket2 v0.5.8 |
1994 | 2025-03-25T22:16:06.897Z | Checking rand_core v0.6.4 |
1995 | 2025-03-25T22:16:06.913Z | Checking futures-sink v0.3.31 |
1996 | 2025-03-25T22:16:07.019Z | Checking parking_lot v0.12.3 |
1997 | 2025-03-25T22:16:07.061Z | Checking cpufeatures v0.2.14 |
1998 | 2025-03-25T22:16:07.162Z | Checking ryu v1.0.18 |
1999 | 2025-03-25T22:16:07.208Z | Checking zerocopy v0.7.35 |
2000 | 2025-03-25T22:16:07.307Z | Checking zerofrom v0.1.4 |
2001 | 2025-03-25T22:16:07.310Z | Checking equivalent v1.0.1 |
2002 | 2025-03-25T22:16:07.356Z | Checking allocator-api2 v0.2.18 |
2003 | 2025-03-25T22:16:07.381Z | Checking foldhash v0.1.3 |
2004 | 2025-03-25T22:16:07.433Z | Checking libm v0.2.8 |
2005 | 2025-03-25T22:16:07.503Z | Checking yoke v0.7.4 |
2006 | 2025-03-25T22:16:07.580Z | Checking slab v0.4.9 |
2007 | 2025-03-25T22:16:07.724Z | Checking crypto-common v0.1.6 |
2008 | 2025-03-25T22:16:07.824Z | Checking block-buffer v0.10.4 |
2009 | 2025-03-25T22:16:07.839Z | Checking block-padding v0.3.3 |
2010 | 2025-03-25T22:16:07.853Z | Checking zerovec v0.10.4 |
2011 | 2025-03-25T22:16:07.911Z | Checking futures-channel v0.3.31 |
2012 | 2025-03-25T22:16:07.940Z | Checking hashbrown v0.15.1 |
2013 | 2025-03-25T22:16:08.043Z | Checking inout v0.1.3 |
2014 | 2025-03-25T22:16:08.059Z | Checking digest v0.10.7 |
2015 | 2025-03-25T22:16:08.244Z | Checking getrandom v0.3.1 |
2016 | 2025-03-25T22:16:08.269Z | Checking futures-io v0.3.31 |
2017 | 2025-03-25T22:16:08.317Z | Checking num-traits v0.2.19 |
2018 | 2025-03-25T22:16:08.420Z | Checking futures-task v0.3.31 |
2019 | 2025-03-25T22:16:08.431Z | Checking hmac v0.12.1 |
2020 | 2025-03-25T22:16:08.446Z | Checking pin-utils v0.1.0 |
2021 | 2025-03-25T22:16:08.478Z | Checking sha2 v0.10.8 |
2022 | 2025-03-25T22:16:08.543Z | Checking cipher v0.4.4 |
2023 | 2025-03-25T22:16:08.640Z | Checking base64ct v1.6.0 |
2024 | 2025-03-25T22:16:08.656Z | Checking futures-util v0.3.31 |
2025 | 2025-03-25T22:16:08.955Z | Checking writeable v0.5.5 |
2026 | 2025-03-25T22:16:08.973Z | Checking flagset v0.4.6 |
2027 | 2025-03-25T22:16:09.026Z | Checking litemap v0.7.3 |
2028 | 2025-03-25T22:16:09.068Z | Checking pem-rfc7468 v0.7.0 |
2029 | 2025-03-25T22:16:09.166Z | Checking fnv v1.0.7 |
2030 | 2025-03-25T22:16:09.272Z | Checking salsa20 v0.10.2 |
2031 | 2025-03-25T22:16:09.308Z | Checking pbkdf2 v0.12.2 |
2032 | 2025-03-25T22:16:09.337Z | Checking der v0.7.9 |
2033 | 2025-03-25T22:16:09.352Z | Checking ppv-lite86 v0.2.20 |
2034 | 2025-03-25T22:16:09.391Z | Checking tinystr v0.7.6 |
2035 | 2025-03-25T22:16:09.468Z | Checking rustls-pki-types v1.10.0 |
2036 | 2025-03-25T22:16:09.488Z | Checking icu_locid_transform_data v1.5.0 |
2037 | 2025-03-25T22:16:09.589Z | Checking scrypt v0.11.0 |
2038 | 2025-03-25T22:16:09.742Z | Checking icu_locid v1.5.0 |
2039 | 2025-03-25T22:16:09.784Z | Checking icu_collections v1.5.0 |
2040 | 2025-03-25T22:16:09.802Z | Checking aes v0.8.4 |
2041 | 2025-03-25T22:16:09.989Z | Checking cbc v0.1.2 |
2042 | 2025-03-25T22:16:10.054Z | Checking tracing-core v0.1.32 |
2043 | 2025-03-25T22:16:10.130Z | Checking bytes v1.10.1 |
2044 | 2025-03-25T22:16:10.204Z | Checking serde_json v1.0.139 |
2045 | 2025-03-25T22:16:10.430Z | Checking indexmap v2.7.1 |
2046 | 2025-03-25T22:16:10.634Z | Checking bitflags v2.6.0 |
2047 | 2025-03-25T22:16:10.683Z | Checking uuid v1.15.1 |
2048 | 2025-03-25T22:16:10.686Z | Checking icu_provider v1.5.0 |
2049 | 2025-03-25T22:16:10.941Z | Checking aws-lc-sys v0.26.0 |
2050 | 2025-03-25T22:16:11.041Z | Checking spki v0.7.3 |
2051 | 2025-03-25T22:16:11.115Z | Checking tokio v1.43.0 |
2052 | 2025-03-25T22:16:11.269Z | Checking http v1.2.0 |
2053 | 2025-03-25T22:16:11.305Z | Checking icu_locid_transform v1.5.0 |
2054 | 2025-03-25T22:16:11.327Z | Checking untrusted v0.7.1 |
2055 | 2025-03-25T22:16:11.491Z | Checking powerfmt v0.2.0 |
2056 | 2025-03-25T22:16:11.589Z | Checking untrusted v0.9.0 |
2057 | 2025-03-25T22:16:11.744Z | Checking icu_properties_data v1.5.0 |
2058 | 2025-03-25T22:16:11.761Z | Checking percent-encoding v2.3.1 |
2059 | 2025-03-25T22:16:11.865Z | Checking ring v0.17.11 |
2060 | 2025-03-25T22:16:11.978Z | Checking deranged v0.3.11 |
2061 | 2025-03-25T22:16:11.998Z | Checking pkcs5 v0.7.1 |
2062 | 2025-03-25T22:16:12.600Z | Checking icu_properties v1.5.1 |
2063 | 2025-03-25T22:16:12.656Z | Checking tracing v0.1.40 |
2064 | 2025-03-25T22:16:12.656Z | Checking crossbeam-utils v0.8.20 |
2065 | 2025-03-25T22:16:12.862Z | Checking spin v0.9.8 |
2066 | 2025-03-25T22:16:13.133Z | Checking aws-lc-rs v1.12.4 |
2067 | 2025-03-25T22:16:13.171Z | Checking thiserror v1.0.69 |
2068 | 2025-03-25T22:16:13.211Z | Checking atomic-waker v1.1.2 |
2069 | 2025-03-25T22:16:13.252Z | Checking num_threads v0.1.7 |
2070 | 2025-03-25T22:16:13.306Z | Checking icu_normalizer_data v1.5.0 |
2071 | 2025-03-25T22:16:13.306Z | Checking num-conv v0.1.0 |
2072 | 2025-03-25T22:16:13.359Z | Checking time-core v0.1.2 |
2073 | 2025-03-25T22:16:13.376Z | Checking write16 v1.0.0 |
2074 | 2025-03-25T22:16:13.407Z | Checking iana-time-zone v0.1.61 |
2075 | 2025-03-25T22:16:13.502Z | Checking utf8_iter v1.0.4 |
2076 | 2025-03-25T22:16:13.520Z | Checking utf16_iter v1.0.5 |
2077 | 2025-03-25T22:16:13.562Z | Checking time v0.3.36 |
2078 | 2025-03-25T22:16:13.565Z | Checking chrono v0.4.40 |
2079 | 2025-03-25T22:16:13.691Z | Checking http-body v1.0.1 |
2080 | 2025-03-25T22:16:13.709Z | Checking pkcs8 v0.10.2 |
2081 | 2025-03-25T22:16:13.899Z | Checking httparse v1.9.5 |
2082 | 2025-03-25T22:16:14.017Z | Checking try-lock v0.2.5 |
2083 | 2025-03-25T22:16:14.037Z | Checking tinyvec_macros v0.1.1 |
2084 | 2025-03-25T22:16:14.127Z | Compiling newtype-uuid v1.2.1 |
2085 | 2025-03-25T22:16:14.167Z | Checking want v0.3.1 |
2086 | 2025-03-25T22:16:14.318Z | Checking tinyvec v1.8.0 |
2087 | 2025-03-25T22:16:14.352Z | Checking form_urlencoded v1.2.1 |
2088 | 2025-03-25T22:16:14.463Z | Checking zerocopy v0.8.10 |
2089 | 2025-03-25T22:16:14.557Z | Checking adler2 v2.0.0 |
2090 | 2025-03-25T22:16:14.727Z | Checking unicode-ident v1.0.14 |
2091 | 2025-03-25T22:16:14.856Z | Checking rustls-webpki v0.102.8 |
2092 | 2025-03-25T22:16:14.914Z | Checking httpdate v1.0.3 |
2093 | 2025-03-25T22:16:15.164Z | Checking foreign-types-shared v0.1.1 |
2094 | 2025-03-25T22:16:15.285Z | Checking tower-service v0.3.3 |
2095 | 2025-03-25T22:16:15.414Z | Checking foreign-types v0.3.2 |
2096 | 2025-03-25T22:16:15.476Z | Checking icu_normalizer v1.5.0 |
2097 | 2025-03-25T22:16:15.516Z | Checking proc-macro2 v1.0.94 |
2098 | 2025-03-25T22:16:15.533Z | Checking miniz_oxide v0.8.5 |
2099 | 2025-03-25T22:16:15.584Z | Checking serde_spanned v0.6.8 |
2100 | 2025-03-25T22:16:15.647Z | Checking semver v1.0.25 |
2101 | 2025-03-25T22:16:15.787Z | Checking toml_datetime v0.6.8 |
2102 | 2025-03-25T22:16:15.875Z | Checking slog v2.7.0 |
2103 | 2025-03-25T22:16:16.083Z | Checking scroll v0.12.0 |
2104 | 2025-03-25T22:16:16.108Z | Checking openssl-sys v0.9.106 |
2105 | 2025-03-25T22:16:16.215Z | Checking errno v0.3.9 |
2106 | 2025-03-25T22:16:16.236Z | Checking idna_adapter v1.2.0 |
2107 | 2025-03-25T22:16:16.261Z | Checking aho-corasick v1.1.3 |
2108 | 2025-03-25T22:16:16.349Z | Checking plain v0.2.3 |
2109 | 2025-03-25T22:16:16.390Z | Checking dyn-clone v1.0.19 |
2110 | 2025-03-25T22:16:16.426Z | Checking idna v1.0.3 |
2111 | 2025-03-25T22:16:16.512Z | Checking ucd-trie v0.1.7 |
2112 | 2025-03-25T22:16:16.530Z | Checking regex-syntax v0.8.5 |
2113 | 2025-03-25T22:16:16.547Z | Checking siphasher v0.3.11 |
2114 | 2025-03-25T22:16:16.710Z | Checking base64 v0.22.1 |
2115 | 2025-03-25T22:16:16.842Z | Checking pest v2.7.14 |
2116 | 2025-03-25T22:16:16.922Z | Checking schemars v0.8.22 |
2117 | 2025-03-25T22:16:17.187Z | Checking goblin v0.8.2 |
2118 | 2025-03-25T22:16:17.221Z | Checking rand_core v0.9.2 |
2119 | 2025-03-25T22:16:17.224Z | Checking openssl v0.10.71 |
2120 | 2025-03-25T22:16:17.540Z | Checking rand_chacha v0.9.0 |
2121 | 2025-03-25T22:16:17.682Z | Checking tokio-util v0.7.13 |
2122 | 2025-03-25T22:16:17.797Z | Checking rustix v0.38.37 |
2123 | 2025-03-25T22:16:17.909Z | Checking quote v1.0.39 |
2124 | 2025-03-25T22:16:18.229Z | Checking unicode-normalization v0.1.24 |
2125 | 2025-03-25T22:16:18.478Z | Checking h2 v0.4.6 |
2126 | 2025-03-25T22:16:18.503Z | Checking crossbeam-epoch v0.9.18 |
2127 | 2025-03-25T22:16:18.897Z | Checking rand_chacha v0.3.1 |
2128 | 2025-03-25T22:16:19.151Z | Checking signature v2.2.0 |
2129 | 2025-03-25T22:16:19.321Z | Checking dirs-sys-next v0.1.2 |
2130 | 2025-03-25T22:16:19.345Z | Checking crc32fast v1.4.2 |
2131 | 2025-03-25T22:16:19.465Z | Checking pretty-hex v0.4.1 |
2132 | 2025-03-25T22:16:19.522Z | Checking unicode-bidi v0.3.17 |
2133 | 2025-03-25T22:16:19.585Z | Checking either v1.14.0 |
2134 | 2025-03-25T22:16:19.650Z | Checking anstyle v1.0.10 |
2135 | 2025-03-25T22:16:19.727Z | Checking regex-automata v0.4.8 |
2136 | 2025-03-25T22:16:19.957Z | Checking utf8parse v0.2.2 |
2137 | 2025-03-25T22:16:20.005Z | Checking unicode-properties v0.1.3 |
2138 | 2025-03-25T22:16:20.112Z | Checking openssl-probe v0.1.5 |
2139 | 2025-03-25T22:16:20.133Z | Checking anstyle-parse v0.2.5 |
2140 | 2025-03-25T22:16:20.272Z | Checking dirs-next v2.0.0 |
2141 | 2025-03-25T22:16:20.366Z | Checking stringprep v0.1.5 |
2142 | 2025-03-25T22:16:20.403Z | Checking dtrace-parser v0.2.0 |
2143 | 2025-03-25T22:16:20.422Z | Checking rand v0.8.5 |
2144 | 2025-03-25T22:16:20.651Z | Checking crossbeam-deque v0.8.5 |
2145 | 2025-03-25T22:16:20.882Z | Checking syn v2.0.98 |
2146 | 2025-03-25T22:16:20.942Z | Checking rand v0.9.0 |
2147 | 2025-03-25T22:16:20.987Z | Checking url v2.5.3 |
2148 | 2025-03-25T22:16:21.702Z | Checking rustls v0.23.19 |
2149 | 2025-03-25T22:16:22.003Z | Checking http-body-util v0.1.2 |
2150 | 2025-03-25T22:16:22.019Z | Checking dof v0.3.0 |
2151 | 2025-03-25T22:16:22.035Z | Checking num-integer v0.1.46 |
2152 | 2025-03-25T22:16:22.309Z | Checking native-tls v0.2.12 |
2153 | 2025-03-25T22:16:22.406Z | Checking bzip2-sys v0.1.11+1.0.8 |
2154 | 2025-03-25T22:16:22.515Z | Checking md-5 v0.10.6 |
2155 | 2025-03-25T22:16:22.532Z | Checking ff v0.13.0 |
2156 | 2025-03-25T22:16:22.622Z | Checking hash32 v0.2.1 |
2157 | 2025-03-25T22:16:22.625Z | Checking thread-id v4.2.2 |
2158 | 2025-03-25T22:16:22.726Z | Checking thread_local v1.1.8 |
2159 | 2025-03-25T22:16:22.745Z | Checking encoding_rs v0.8.34 |
2160 | 2025-03-25T22:16:22.761Z | Checking base16ct v0.2.0 |
2161 | 2025-03-25T22:16:22.903Z | Checking is_terminal_polyfill v1.70.1 |
2162 | 2025-03-25T22:16:22.958Z | Checking mime v0.3.17 |
2163 | 2025-03-25T22:16:23.010Z | Checking gimli v0.31.1 |
2164 | 2025-03-25T22:16:23.026Z | Checking fallible-iterator v0.2.0 |
2165 | 2025-03-25T22:16:23.265Z | Checking match_cfg v0.1.0 |
2166 | 2025-03-25T22:16:23.364Z | Checking psl-types v2.0.11 |
2167 | 2025-03-25T22:16:23.553Z | Checking colorchoice v1.0.2 |
2168 | 2025-03-25T22:16:23.609Z | Checking anstyle-query v1.1.1 |
2169 | 2025-03-25T22:16:23.694Z | Checking winnow v0.7.3 |
2170 | 2025-03-25T22:16:23.714Z | Checking postgres-protocol v0.6.8 |
2171 | 2025-03-25T22:16:23.741Z | Checking anstream v0.6.15 |
2172 | 2025-03-25T22:16:24.118Z | Checking publicsuffix v2.3.0 |
2173 | 2025-03-25T22:16:24.337Z | Checking hostname v0.3.1 |
2174 | 2025-03-25T22:16:24.401Z | Checking sec1 v0.7.3 |
2175 | 2025-03-25T22:16:24.483Z | Checking heapless v0.7.17 |
2176 | 2025-03-25T22:16:24.596Z | Checking hyper v1.6.0 |
2177 | 2025-03-25T22:16:24.801Z | Checking group v0.13.0 |
2178 | 2025-03-25T22:16:24.903Z | Checking tokio-native-tls v0.3.1 |
2179 | 2025-03-25T22:16:25.049Z | Checking bzip2 v0.4.4 |
2180 | 2025-03-25T22:16:25.159Z | Checking num-iter v0.1.45 |
2181 | 2025-03-25T22:16:25.336Z | Compiling daft v0.1.2 |
2182 | 2025-03-25T22:16:25.353Z | Checking rayon-core v1.12.1 |
2183 | 2025-03-25T22:16:25.368Z | Checking terminal_size v0.4.0 |
2184 | 2025-03-25T22:16:25.539Z | Checking term v0.7.0 |
2185 | 2025-03-25T22:16:25.788Z | Checking flate2 v1.1.0 |
2186 | 2025-03-25T22:16:25.963Z | Checking ipnetwork v0.21.1 |
2187 | 2025-03-25T22:16:26.011Z | Checking phf_shared v0.11.2 |
2188 | 2025-03-25T22:16:26.290Z | Checking slog-json v2.6.1 |
2189 | 2025-03-25T22:16:26.322Z | Checking cookie v0.18.1 |
2190 | 2025-03-25T22:16:26.447Z | Checking rustls v0.22.4 |
2191 | 2025-03-25T22:16:26.507Z | Checking toml_edit v0.22.24 |
2192 | 2025-03-25T22:16:26.555Z | Checking serde_urlencoded v0.7.1 |
2193 | 2025-03-25T22:16:26.606Z | Checking hyper-util v0.1.10 |
2194 | 2025-03-25T22:16:26.684Z | Checking addr2line v0.24.2 |
2195 | 2025-03-25T22:16:26.745Z | Checking crossbeam-channel v0.5.13 |
2196 | 2025-03-25T22:16:26.784Z | Checking tokio-rustls v0.26.0 |
2197 | 2025-03-25T22:16:26.804Z | Checking usdt-impl v0.5.0 |
2198 | 2025-03-25T22:16:26.928Z | Checking lazy_static v1.5.0 |
2199 | 2025-03-25T22:16:27.057Z | Checking futures-executor v0.3.31 |
2200 | 2025-03-25T22:16:27.179Z | Checking signal-hook v0.3.17 |
2201 | 2025-03-25T22:16:27.182Z | Checking webpki-roots v0.26.6 |
2202 | 2025-03-25T22:16:27.278Z | Checking rustls-pemfile v2.2.0 |
2203 | 2025-03-25T22:16:27.330Z | Checking hkdf v0.12.4 |
2204 | 2025-03-25T22:16:27.387Z | Checking crypto-bigint v0.5.5 |
2205 | 2025-03-25T22:16:27.422Z | Checking sync_wrapper v1.0.1 |
2206 | 2025-03-25T22:16:27.496Z | Checking is-terminal v0.4.13 |
2207 | 2025-03-25T22:16:27.526Z | Checking memmap v0.7.0 |
2208 | 2025-03-25T22:16:27.549Z | Checking object v0.36.5 |
2209 | 2025-03-25T22:16:27.571Z | Checking take_mut v0.2.2 |
2210 | 2025-03-25T22:16:27.632Z | Checking winnow v0.5.40 |
2211 | 2025-03-25T22:16:27.724Z | Checking clap_lex v0.7.4 |
2212 | 2025-03-25T22:16:27.739Z | Checking strsim v0.11.1 |
2213 | 2025-03-25T22:16:27.979Z | Checking lockfree-object-pool v0.1.6 |
2214 | 2025-03-25T22:16:28.029Z | Checking bumpalo v3.16.0 |
2215 | 2025-03-25T22:16:28.212Z | Checking managed v0.8.0 |
2216 | 2025-03-25T22:16:28.344Z | Checking ipnet v2.11.0 |
2217 | 2025-03-25T22:16:28.498Z | Checking rustc-demangle v0.1.24 |
2218 | 2025-03-25T22:16:28.570Z | Checking bitflags v1.3.2 |
2219 | 2025-03-25T22:16:28.677Z | Checking simd-adler32 v0.3.7 |
2220 | 2025-03-25T22:16:28.808Z | Checking tower-layer v0.3.3 |
2221 | 2025-03-25T22:16:28.921Z | Checking unicode-width v0.2.0 |
2222 | 2025-03-25T22:16:29.025Z | Checking zopfli v0.8.1 |
2223 | 2025-03-25T22:16:29.072Z | Checking tower v0.5.2 |
2224 | 2025-03-25T22:16:29.133Z | Checking toml v0.8.20 |
2225 | 2025-03-25T22:16:29.409Z | Checking console v0.15.10 |
2226 | 2025-03-25T22:16:29.676Z | Checking smoltcp v0.9.1 |
2227 | 2025-03-25T22:16:29.787Z | Checking tokio-rustls v0.25.0 |
2228 | 2025-03-25T22:16:29.804Z | Checking hyper-tls v0.6.0 |
2229 | 2025-03-25T22:16:29.866Z | Checking hyper-rustls v0.27.3 |
2230 | 2025-03-25T22:16:29.961Z | Checking clap_builder v4.5.32 |
2231 | 2025-03-25T22:16:30.012Z | Checking elliptic-curve v0.13.8 |
2232 | 2025-03-25T22:16:30.067Z | Checking usdt v0.5.0 |
2233 | 2025-03-25T22:16:30.133Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2234 | 2025-03-25T22:16:30.200Z | Checking slog-async v2.8.0 |
2235 | 2025-03-25T22:16:30.324Z | Checking slog-term v2.9.1 |
2236 | 2025-03-25T22:16:30.382Z | Checking toml_edit v0.19.15 |
2237 | 2025-03-25T22:16:30.432Z | Checking signal-hook-mio v0.2.4 |
2238 | 2025-03-25T22:16:30.476Z | Checking futures v0.3.31 |
2239 | 2025-03-25T22:16:30.578Z | Checking num-bigint-dig v0.8.4 |
2240 | 2025-03-25T22:16:30.596Z | Checking cookie_store v0.21.1 |
2241 | 2025-03-25T22:16:30.600Z | Checking slog-bunyan v2.5.0 |
2242 | 2025-03-25T22:16:30.773Z | Checking oxnet v0.1.1 |
2243 | 2025-03-25T22:16:30.798Z | Checking phf v0.11.2 |
2244 | 2025-03-25T22:16:31.026Z | Checking rayon v1.10.0 |
2245 | 2025-03-25T22:16:31.078Z | Checking multer v3.1.0 |
2246 | 2025-03-25T22:16:31.148Z | Checking postgres-types v0.2.9 |
2247 | 2025-03-25T22:16:31.321Z | Checking regex v1.11.1 |
2248 | 2025-03-25T22:16:31.476Z | Checking bstr v1.10.0 |
2249 | 2025-03-25T22:16:31.810Z | Checking ed25519 v2.2.3 |
2250 | 2025-03-25T22:16:31.913Z | Checking phf_shared v0.10.0 |
2251 | 2025-03-25T22:16:32.118Z | Checking curve25519-dalek v4.1.3 |
2252 | 2025-03-25T22:16:32.176Z | Checking async-stream v0.3.6 |
2253 | 2025-03-25T22:16:32.352Z | Checking zerocopy v0.6.6 |
2254 | 2025-03-25T22:16:32.582Z | Checking hubpack v0.1.2 |
2255 | 2025-03-25T22:16:32.604Z | Checking memoffset v0.9.1 |
2256 | 2025-03-25T22:16:32.715Z | Checking portable-atomic v1.9.0 |
2257 | 2025-03-25T22:16:32.773Z | Checking camino v1.1.9 |
2258 | 2025-03-25T22:16:32.840Z | Checking pkcs1 v0.7.5 |
2259 | 2025-03-25T22:16:32.888Z | Checking waitgroup v0.1.2 |
2260 | 2025-03-25T22:16:33.014Z | Checking openapiv3 v2.0.0 |
2261 | 2025-03-25T22:16:33.031Z | Checking serde_path_to_error v0.1.16 |
2262 | 2025-03-25T22:16:33.225Z | Checking serde-big-array v0.5.1 |
2263 | 2025-03-25T22:16:33.305Z | Checking float-cmp v0.10.0 |
2264 | 2025-03-25T22:16:33.422Z | Checking rfc6979 v0.4.0 |
2265 | 2025-03-25T22:16:33.446Z | Checking backtrace v0.3.74 |
2266 | 2025-03-25T22:16:33.517Z | Checking sha1 v0.10.6 |
2267 | 2025-03-25T22:16:33.600Z | Checking hostname v0.4.0 |
2268 | 2025-03-25T22:16:33.647Z | Checking precomputed-hash v0.1.1 |
2269 | 2025-03-25T22:16:33.706Z | Checking difflib v0.4.0 |
2270 | 2025-03-25T22:16:33.744Z | Checking debug-ignore v1.0.5 |
2271 | 2025-03-25T22:16:33.773Z | Checking fixedbitset v0.4.2 |
2272 | 2025-03-25T22:16:33.791Z | Checking number_prefix v0.4.0 |
2273 | 2025-03-25T22:16:33.888Z | Checking unicode-segmentation v1.12.0 |
2274 | 2025-03-25T22:16:33.915Z | Checking minimal-lexical v0.2.1 |
2275 | 2025-03-25T22:16:33.987Z | Checking predicates-core v1.0.8 |
2276 | 2025-03-25T22:16:34.005Z | Checking whoami v1.5.2 |
2277 | 2025-03-25T22:16:34.022Z | Checking static_assertions v1.1.0 |
2278 | 2025-03-25T22:16:34.044Z | Checking normalize-line-endings v0.3.0 |
2279 | 2025-03-25T22:16:34.122Z | Checking data-encoding v2.6.0 |
2280 | 2025-03-25T22:16:34.169Z | Checking new_debug_unreachable v1.0.6 |
2281 | 2025-03-25T22:16:34.172Z | Checking predicates v3.1.3 |
2282 | 2025-03-25T22:16:34.272Z | Checking string_cache v0.8.7 |
2283 | 2025-03-25T22:16:34.296Z | Checking tokio-postgres v0.7.13 |
2284 | 2025-03-25T22:16:34.299Z | Checking nom v7.1.3 |
2285 | 2025-03-25T22:16:34.499Z | Checking indicatif v0.17.11 |
2286 | 2025-03-25T22:16:34.549Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2287 | 2025-03-25T22:16:34.566Z | Checking similar v2.7.0 |
2288 | 2025-03-25T22:16:34.642Z | Checking hickory-proto v0.24.4 |
2289 | 2025-03-25T22:16:34.782Z | Checking petgraph v0.6.5 |
2290 | 2025-03-25T22:16:35.228Z | Checking anyhow v1.0.97 |
2291 | 2025-03-25T22:16:35.413Z | Checking ed25519-dalek v2.1.1 |
2292 | 2025-03-25T22:16:35.624Z | Checking ecdsa v0.16.9 |
2293 | 2025-03-25T22:16:35.840Z | Checking rsa v0.9.6 |
2294 | 2025-03-25T22:16:36.154Z | Checking dropshot v0.12.0 |
2295 | 2025-03-25T22:16:36.317Z | Checking clap v4.5.32 |
2296 | 2025-03-25T22:16:36.440Z | Checking toml v0.7.8 |
2297 | 2025-03-25T22:16:36.841Z | Checking nix v0.29.0 |
2298 | 2025-03-25T22:16:37.103Z | Checking reqwest v0.12.12 |
2299 | 2025-03-25T22:16:37.108Z | Checking crossterm v0.28.1 |
2300 | 2025-03-25T22:16:37.388Z | Checking zip v2.1.3 |
2301 | 2025-03-25T22:16:37.753Z | Checking zip v0.6.6 |
2302 | 2025-03-25T22:16:38.177Z | Checking itertools v0.10.5 |
2303 | 2025-03-25T22:16:38.426Z | Checking itertools v0.12.1 |
2304 | 2025-03-25T22:16:38.486Z | Checking tokio-stream v0.1.17 |
2305 | 2025-03-25T22:16:38.790Z | Checking fs-err v2.11.0 |
2306 | 2025-03-25T22:16:38.907Z | Checking ahash v0.8.11 |
2307 | 2025-03-25T22:16:39.183Z | Checking buf-list v1.0.3 |
2308 | 2025-03-25T22:16:39.263Z | Checking x509-cert v0.2.5 |
2309 | 2025-03-25T22:16:39.325Z | Checking hex v0.4.3 |
2310 | 2025-03-25T22:16:39.343Z | Checking lalrpop-util v0.19.12 |
2311 | 2025-03-25T22:16:39.490Z | Checking heck v0.4.1 |
2312 | 2025-03-25T22:16:39.564Z | Checking peg-runtime v0.8.5 |
2313 | 2025-03-25T22:16:39.583Z | Checking sigpipe v0.1.3 |
2314 | 2025-03-25T22:16:40.469Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2315 | 2025-03-25T22:16:40.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.88s |
2316 | 2025-03-25T22:16:40.963Z | |
2317 | 2025-03-25T22:16:40.963Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2318 | 2025-03-25T22:16:41.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2319 | 2025-03-25T22:16:41.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2320 | 2025-03-25T22:16:41.641Z | Compiling regress v0.10.3 |
2321 | 2025-03-25T22:16:41.768Z | Checking heck v0.5.0 |
2322 | 2025-03-25T22:16:41.777Z | Checking fastrand v2.1.1 |
2323 | 2025-03-25T22:16:41.787Z | Compiling unsafe-libyaml v0.2.11 |
2324 | 2025-03-25T22:16:41.801Z | Compiling structmeta-derive v0.3.0 |
2325 | 2025-03-25T22:16:41.804Z | Compiling ident_case v1.0.1 |
2326 | 2025-03-25T22:16:41.826Z | Checking newtype-uuid v1.2.1 |
2327 | 2025-03-25T22:16:41.923Z | Checking progenitor-client v0.8.0 |
2328 | 2025-03-25T22:16:41.977Z | Compiling darling_core v0.20.10 |
2329 | 2025-03-25T22:16:42.067Z | Checking tempfile v3.13.0 |
2330 | 2025-03-25T22:16:42.070Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2331 | 2025-03-25T22:16:42.246Z | Checking daft v0.1.2 |
2332 | 2025-03-25T22:16:42.446Z | Compiling proc-macro-crate v1.3.1 |
2333 | 2025-03-25T22:16:42.488Z | Compiling thiserror-impl v2.0.12 |
2334 | 2025-03-25T22:16:42.658Z | Checking wait-timeout v0.2.0 |
2335 | 2025-03-25T22:16:42.844Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2336 | 2025-03-25T22:16:43.155Z | Compiling serde_yaml v0.9.34+deprecated |
2337 | 2025-03-25T22:16:43.310Z | Checking bit-vec v0.8.0 |
2338 | 2025-03-25T22:16:43.595Z | Checking quick-error v1.2.3 |
2339 | 2025-03-25T22:16:43.674Z | Checking bit-set v0.8.0 |
2340 | 2025-03-25T22:16:43.751Z | Checking rusty-fork v0.3.0 |
2341 | 2025-03-25T22:16:43.930Z | Compiling num_enum_derive v0.5.11 |
2342 | 2025-03-25T22:16:44.069Z | Compiling lzma-sys v0.1.20 |
2343 | 2025-03-25T22:16:44.300Z | Compiling structmeta v0.3.0 |
2344 | 2025-03-25T22:16:44.701Z | Compiling parse-display-derive v0.10.0 |
2345 | 2025-03-25T22:16:44.826Z | Checking rand_xorshift v0.3.0 |
2346 | 2025-03-25T22:16:45.012Z | Compiling foreign-types-macros v0.2.3 |
2347 | 2025-03-25T22:16:45.150Z | Checking typify-impl v0.2.0 |
2348 | 2025-03-25T22:16:46.111Z | Checking thiserror v2.0.12 |
2349 | 2025-03-25T22:16:46.261Z | Compiling dropshot v0.16.0 |
2350 | 2025-03-25T22:16:46.300Z | Checking foreign-types-shared v0.3.1 |
2351 | 2025-03-25T22:16:46.336Z | Checking unarray v0.1.4 |
2352 | 2025-03-25T22:16:46.426Z | Checking utf-8 v0.7.6 |
2353 | 2025-03-25T22:16:46.502Z | Checking arc-swap v1.7.1 |
2354 | 2025-03-25T22:16:46.612Z | Checking proptest v1.6.0 |
2355 | 2025-03-25T22:16:46.635Z | Checking tungstenite v0.21.0 |
2356 | 2025-03-25T22:16:46.661Z | Checking foreign-types v0.5.0 |
2357 | 2025-03-25T22:16:46.777Z | Checking num_enum v0.5.11 |
2358 | 2025-03-25T22:16:46.893Z | Checking slog-scope v4.4.0 |
2359 | 2025-03-25T22:16:46.978Z | Compiling test-strategy v0.4.0 |
2360 | 2025-03-25T22:16:47.098Z | Checking strum v0.26.3 |
2361 | 2025-03-25T22:16:47.277Z | Compiling proc-macro-error v1.0.4 |
2362 | 2025-03-25T22:16:47.625Z | Compiling darling_macro v0.20.10 |
2363 | 2025-03-25T22:16:47.666Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2364 | 2025-03-25T22:16:47.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2365 | 2025-03-25T22:16:47.852Z | Compiling heck v0.3.3 |
2366 | 2025-03-25T22:16:47.872Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2367 | 2025-03-25T22:16:47.922Z | Compiling dropshot_endpoint v0.16.0 |
2368 | 2025-03-25T22:16:48.178Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2369 | 2025-03-25T22:16:48.473Z | Checking parse-display v0.10.0 |
2370 | 2025-03-25T22:16:48.509Z | Compiling darling v0.20.10 |
2371 | 2025-03-25T22:16:48.625Z | Checking cstr-argument v0.1.2 |
2372 | 2025-03-25T22:16:48.642Z | Compiling serde_with_macros v3.12.0 |
2373 | 2025-03-25T22:16:48.721Z | Checking instant v0.1.13 |
2374 | 2025-03-25T22:16:48.818Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2375 | 2025-03-25T22:16:48.840Z | Checking base64 v0.21.7 |
2376 | 2025-03-25T22:16:48.898Z | Checking pretty-hex v0.2.1 |
2377 | 2025-03-25T22:16:49.157Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2378 | 2025-03-25T22:16:49.192Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2379 | 2025-03-25T22:16:49.310Z | Checking backoff v0.4.0 |
2380 | 2025-03-25T22:16:49.354Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2381 | 2025-03-25T22:16:49.442Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2382 | 2025-03-25T22:16:49.610Z | Compiling zone_cfg_derive v0.1.2 |
2383 | 2025-03-25T22:16:49.627Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2384 | 2025-03-25T22:16:49.651Z | Checking tokio-tungstenite v0.21.0 |
2385 | 2025-03-25T22:16:50.173Z | Checking slog-stdlog v4.1.1 |
2386 | 2025-03-25T22:16:50.367Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2387 | 2025-03-25T22:16:50.404Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2388 | 2025-03-25T22:16:50.513Z | Checking progenitor-client v0.9.1 |
2389 | 2025-03-25T22:16:50.684Z | Checking colored v2.2.0 |
2390 | 2025-03-25T22:16:50.700Z | Checking macaddr v1.0.1 |
2391 | 2025-03-25T22:16:50.913Z | Checking winnow v0.6.20 |
2392 | 2025-03-25T22:16:51.033Z | Checking unicode-width v0.1.14 |
2393 | 2025-03-25T22:16:51.055Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2394 | 2025-03-25T22:16:51.082Z | Checking base64 v0.13.1 |
2395 | 2025-03-25T22:16:51.129Z | Checking zone v0.1.8 |
2396 | 2025-03-25T22:16:51.146Z | Checking serde_with v3.12.0 |
2397 | 2025-03-25T22:16:51.481Z | Checking ron v0.7.1 |
2398 | 2025-03-25T22:16:51.528Z | Checking tabwriter v1.4.0 |
2399 | 2025-03-25T22:16:51.612Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2400 | 2025-03-25T22:16:51.764Z | Checking xz2 v0.1.7 |
2401 | 2025-03-25T22:16:51.779Z | Checking slog-envlogger v2.2.0 |
2402 | 2025-03-25T22:16:52.004Z | Checking xattr v1.3.1 |
2403 | 2025-03-25T22:16:52.068Z | Checking pem v3.0.5 |
2404 | 2025-03-25T22:16:52.086Z | Checking yasna v0.5.2 |
2405 | 2025-03-25T22:16:52.212Z | Checking headers-core v0.3.0 |
2406 | 2025-03-25T22:16:52.345Z | Checking smf v0.2.3 |
2407 | 2025-03-25T22:16:52.363Z | Checking filetime v0.2.25 |
2408 | 2025-03-25T22:16:52.554Z | Checking same-file v1.0.6 |
2409 | 2025-03-25T22:16:52.582Z | Checking tar v0.4.44 |
2410 | 2025-03-25T22:16:52.740Z | Checking walkdir v2.5.0 |
2411 | 2025-03-25T22:16:52.802Z | Checking headers v0.4.0 |
2412 | 2025-03-25T22:16:52.903Z | Checking rcgen v0.12.1 |
2413 | 2025-03-25T22:16:53.029Z | Checking atomicwrites v0.4.4 |
2414 | 2025-03-25T22:16:53.232Z | Checking camino-tempfile v1.1.1 |
2415 | 2025-03-25T22:16:53.415Z | Checking subprocess v0.2.9 |
2416 | 2025-03-25T22:16:55.650Z | Compiling typify-macro v0.2.0 |
2417 | 2025-03-25T22:16:57.164Z | Compiling typify v0.2.0 |
2418 | 2025-03-25T22:16:57.233Z | Compiling progenitor-impl v0.8.0 |
2419 | 2025-03-25T22:17:00.090Z | Compiling progenitor-macro v0.8.0 |
2420 | 2025-03-25T22:17:03.149Z | Checking progenitor v0.8.0 |
2421 | 2025-03-25T22:17:03.277Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2422 | 2025-03-25T22:17:03.280Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2423 | 2025-03-25T22:17:05.724Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2424 | 2025-03-25T22:17:06.077Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2025-03-25T22:17:12.054Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2426 | 2025-03-25T22:17:13.550Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2427 | 2025-03-25T22:17:14.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s |
2428 | 2025-03-25T22:17:14.931Z | |
2429 | 2025-03-25T22:17:14.932Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2430 | 2025-03-25T22:17:15.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2431 | 2025-03-25T22:17:15.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2432 | 2025-03-25T22:17:15.603Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2433 | 2025-03-25T22:17:16.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
2434 | 2025-03-25T22:17:17.169Z | |
2435 | 2025-03-25T22:17:17.169Z | info: running `cargo check --bins` on nexus-config (51/199) |
2436 | 2025-03-25T22:17:17.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2437 | 2025-03-25T22:17:17.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2438 | 2025-03-25T22:17:17.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2439 | 2025-03-25T22:17:17.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2440 | 2025-03-25T22:17:17.812Z | |
2441 | 2025-03-25T22:17:17.812Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2442 | 2025-03-25T22:17:18.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2443 | 2025-03-25T22:17:18.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2444 | 2025-03-25T22:17:18.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2445 | 2025-03-25T22:17:18.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2446 | 2025-03-25T22:17:18.435Z | |
2447 | 2025-03-25T22:17:18.435Z | info: running `cargo check --bins` on omicron-certificates (53/199) |
2448 | 2025-03-25T22:17:18.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2449 | 2025-03-25T22:17:19.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2450 | 2025-03-25T22:17:19.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2451 | 2025-03-25T22:17:19.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2452 | 2025-03-25T22:17:19.079Z | |
2453 | 2025-03-25T22:17:19.079Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/199) |
2454 | 2025-03-25T22:17:19.666Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2455 | 2025-03-25T22:17:19.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2456 | 2025-03-25T22:17:19.781Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2457 | 2025-03-25T22:17:19.892Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2458 | 2025-03-25T22:17:19.895Z | Compiling tempfile v3.13.0 |
2459 | 2025-03-25T22:17:19.895Z | Compiling wait-timeout v0.2.0 |
2460 | 2025-03-25T22:17:19.902Z | Compiling bit-vec v0.8.0 |
2461 | 2025-03-25T22:17:19.905Z | Compiling quick-error v1.2.3 |
2462 | 2025-03-25T22:17:19.905Z | Compiling thiserror v2.0.12 |
2463 | 2025-03-25T22:17:19.905Z | Compiling progenitor-client v0.8.0 |
2464 | 2025-03-25T22:17:20.043Z | Compiling rand_xorshift v0.3.0 |
2465 | 2025-03-25T22:17:20.065Z | Compiling itertools v0.13.0 |
2466 | 2025-03-25T22:17:20.082Z | Compiling unarray v0.1.4 |
2467 | 2025-03-25T22:17:20.257Z | Compiling bit-set v0.8.0 |
2468 | 2025-03-25T22:17:20.316Z | Compiling rusty-fork v0.3.0 |
2469 | 2025-03-25T22:17:20.344Z | Compiling heapless v0.8.0 |
2470 | 2025-03-25T22:17:20.370Z | Compiling progenitor v0.8.0 |
2471 | 2025-03-25T22:17:20.392Z | Compiling parse-display v0.10.0 |
2472 | 2025-03-25T22:17:20.524Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2473 | 2025-03-25T22:17:20.571Z | Checking hash32 v0.3.1 |
2474 | 2025-03-25T22:17:20.587Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2475 | 2025-03-25T22:17:20.606Z | Compiling instant v0.1.13 |
2476 | 2025-03-25T22:17:20.698Z | Compiling proptest v1.6.0 |
2477 | 2025-03-25T22:17:20.757Z | Compiling smoltcp v0.11.0 |
2478 | 2025-03-25T22:17:20.775Z | Compiling backoff v0.4.0 |
2479 | 2025-03-25T22:17:20.951Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2480 | 2025-03-25T22:17:20.969Z | Compiling dropshot v0.16.0 |
2481 | 2025-03-25T22:17:21.105Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2482 | 2025-03-25T22:17:21.281Z | Compiling serde_with v3.12.0 |
2483 | 2025-03-25T22:17:21.400Z | Checking num-rational v0.4.2 |
2484 | 2025-03-25T22:17:22.022Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2485 | 2025-03-25T22:17:22.044Z | Compiling progenitor-client v0.9.1 |
2486 | 2025-03-25T22:17:22.553Z | Compiling phf_generator v0.11.2 |
2487 | 2025-03-25T22:17:22.741Z | Checking num-complex v0.4.6 |
2488 | 2025-03-25T22:17:22.895Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2489 | 2025-03-25T22:17:24.002Z | Compiling macaddr v1.0.1 |
2490 | 2025-03-25T22:17:24.445Z | Checking cobs v0.2.3 |
2491 | 2025-03-25T22:17:24.521Z | Compiling num v0.4.3 |
2492 | 2025-03-25T22:17:24.652Z | Checking postcard v1.0.10 |
2493 | 2025-03-25T22:17:24.747Z | Compiling phf_codegen v0.11.2 |
2494 | 2025-03-25T22:17:24.956Z | Compiling parse-zoneinfo v0.3.1 |
2495 | 2025-03-25T22:17:25.181Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2496 | 2025-03-25T22:17:25.520Z | Checking float-ord v0.3.2 |
2497 | 2025-03-25T22:17:25.687Z | Compiling convert_case v0.4.0 |
2498 | 2025-03-25T22:17:26.484Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2499 | 2025-03-25T22:17:26.594Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2500 | 2025-03-25T22:17:26.949Z | Compiling derive_more v0.99.19 |
2501 | 2025-03-25T22:17:27.753Z | Compiling chrono-tz-build v0.4.0 |
2502 | 2025-03-25T22:17:28.286Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2503 | 2025-03-25T22:17:28.947Z | Compiling crucible-workspace-hack v0.1.0 |
2504 | 2025-03-25T22:17:29.169Z | Checking linked-hash-map v0.5.6 |
2505 | 2025-03-25T22:17:29.286Z | Compiling chrono-tz v0.10.1 |
2506 | 2025-03-25T22:17:29.454Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2507 | 2025-03-25T22:17:29.471Z | Checking lru-cache v0.1.2 |
2508 | 2025-03-25T22:17:29.626Z | Checking newline-converter v0.3.0 |
2509 | 2025-03-25T22:17:29.658Z | Checking resolv-conf v0.7.0 |
2510 | 2025-03-25T22:17:29.789Z | Checking itertools v0.14.0 |
2511 | 2025-03-25T22:17:29.908Z | Checking prettyplease v0.2.30 |
2512 | 2025-03-25T22:17:30.029Z | Compiling slog-dtrace v0.3.0 |
2513 | 2025-03-25T22:17:30.121Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2514 | 2025-03-25T22:17:30.352Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2515 | 2025-03-25T22:17:30.643Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2516 | 2025-03-25T22:17:30.676Z | Checking hickory-resolver v0.24.4 |
2517 | 2025-03-25T22:17:32.154Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-03-25T22:17:32.299Z | Checking expectorate v1.1.0 |
2519 | 2025-03-25T22:17:32.303Z | Compiling zone_cfg_derive v0.3.0 |
2520 | 2025-03-25T22:17:32.458Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2521 | 2025-03-25T22:17:32.491Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2522 | 2025-03-25T22:17:32.827Z | Compiling const_format_proc_macros v0.2.34 |
2523 | 2025-03-25T22:17:33.457Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2524 | 2025-03-25T22:17:33.499Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2525 | 2025-03-25T22:17:33.547Z | Compiling derive-where v1.2.7 |
2526 | 2025-03-25T22:17:33.629Z | Compiling num-derive v0.4.2 |
2527 | 2025-03-25T22:17:33.997Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2528 | 2025-03-25T22:17:34.458Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2529 | 2025-03-25T22:17:34.683Z | Checking highway v1.3.0 |
2530 | 2025-03-25T22:17:34.811Z | Checking const_format v0.2.34 |
2531 | 2025-03-25T22:17:35.099Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2532 | 2025-03-25T22:17:35.151Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2533 | 2025-03-25T22:17:35.170Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2534 | 2025-03-25T22:17:35.334Z | Checking zone v0.3.0 |
2535 | 2025-03-25T22:17:35.353Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2536 | 2025-03-25T22:17:35.489Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2537 | 2025-03-25T22:17:35.848Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2538 | 2025-03-25T22:17:36.129Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2539 | 2025-03-25T22:17:36.564Z | Checking gethostname v0.5.0 |
2540 | 2025-03-25T22:17:36.606Z | Checking qorb v0.2.1 |
2541 | 2025-03-25T22:17:36.635Z | Checking bcs v0.1.6 |
2542 | 2025-03-25T22:17:36.694Z | Checking nanorand v0.7.0 |
2543 | 2025-03-25T22:17:36.776Z | Compiling async-recursion v1.1.1 |
2544 | 2025-03-25T22:17:37.064Z | Checking termtree v0.5.1 |
2545 | 2025-03-25T22:17:37.083Z | Checking flume v0.11.1 |
2546 | 2025-03-25T22:17:37.824Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2547 | 2025-03-25T22:17:43.281Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2548 | 2025-03-25T22:17:47.540Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2549 | 2025-03-25T22:17:49.701Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2550 | 2025-03-25T22:17:50.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.82s |
2551 | 2025-03-25T22:17:51.113Z | |
2552 | 2025-03-25T22:17:51.113Z | info: running `cargo check --bins` on clickhouse-admin-api (55/199) |
2553 | 2025-03-25T22:17:51.706Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2025-03-25T22:17:51.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2025-03-25T22:17:51.709Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2025-03-25T22:17:51.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2557 | 2025-03-25T22:17:51.786Z | |
2558 | 2025-03-25T22:17:51.786Z | info: running `cargo check --bins` on clickhouse-admin-types (56/199) |
2559 | 2025-03-25T22:17:52.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2025-03-25T22:17:52.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2025-03-25T22:17:52.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2025-03-25T22:17:52.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2563 | 2025-03-25T22:17:52.430Z | |
2564 | 2025-03-25T22:17:52.431Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/199) |
2565 | 2025-03-25T22:17:53.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2025-03-25T22:17:53.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2025-03-25T22:17:53.099Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2568 | 2025-03-25T22:17:53.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2569 | 2025-03-25T22:17:53.912Z | |
2570 | 2025-03-25T22:17:53.913Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/199) |
2571 | 2025-03-25T22:17:54.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2025-03-25T22:17:54.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2025-03-25T22:17:54.597Z | Compiling cfg_aliases v0.1.1 |
2574 | 2025-03-25T22:17:54.600Z | Compiling vte_generate_state_changes v0.1.2 |
2575 | 2025-03-25T22:17:54.600Z | Checking fd-lock v4.0.2 |
2576 | 2025-03-25T22:17:54.600Z | Checking nibble_vec v0.1.0 |
2577 | 2025-03-25T22:17:54.600Z | Checking endian-type v0.1.2 |
2578 | 2025-03-25T22:17:54.708Z | Checking bytecount v0.6.8 |
2579 | 2025-03-25T22:17:54.738Z | Compiling tabled_derive v0.7.0 |
2580 | 2025-03-25T22:17:54.752Z | Compiling peg-macros v0.8.5 |
2581 | 2025-03-25T22:17:54.784Z | Compiling nix v0.28.0 |
2582 | 2025-03-25T22:17:54.836Z | Checking papergrid v0.11.0 |
2583 | 2025-03-25T22:17:54.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2584 | 2025-03-25T22:17:54.880Z | Compiling sqlparser_derive v0.2.2 |
2585 | 2025-03-25T22:17:54.913Z | Checking radix_trie v0.2.1 |
2586 | 2025-03-25T22:17:55.289Z | Checking home v0.5.9 |
2587 | 2025-03-25T22:17:55.331Z | Checking vte v0.11.1 |
2588 | 2025-03-25T22:17:55.441Z | Checking unicode_categories v0.1.1 |
2589 | 2025-03-25T22:17:55.775Z | Checking nu-ansi-term v0.50.1 |
2590 | 2025-03-25T22:17:55.881Z | Checking sqlformat v0.2.6 |
2591 | 2025-03-25T22:17:55.895Z | Checking sqlparser v0.45.0 |
2592 | 2025-03-25T22:17:56.204Z | Checking display-error-chain v0.2.2 |
2593 | 2025-03-25T22:17:56.785Z | Checking strip-ansi-escapes v0.2.0 |
2594 | 2025-03-25T22:17:56.894Z | Checking tabled v0.15.0 |
2595 | 2025-03-25T22:17:56.911Z | Checking reedline v0.38.0 |
2596 | 2025-03-25T22:17:57.126Z | Checking peg v0.8.5 |
2597 | 2025-03-25T22:17:57.673Z | Checking rustyline v14.0.0 |
2598 | 2025-03-25T22:18:06.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s |
2599 | 2025-03-25T22:18:06.343Z | |
2600 | 2025-03-25T22:18:06.343Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/199) |
2601 | 2025-03-25T22:18:06.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2025-03-25T22:18:06.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2025-03-25T22:18:07.027Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2604 | 2025-03-25T22:18:12.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.68s |
2605 | 2025-03-25T22:18:12.219Z | |
2606 | 2025-03-25T22:18:12.219Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/199) |
2607 | 2025-03-25T22:18:12.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2025-03-25T22:18:12.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2025-03-25T22:18:12.917Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2610 | 2025-03-25T22:18:16.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
2611 | 2025-03-25T22:18:16.589Z | |
2612 | 2025-03-25T22:18:16.590Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/199) |
2613 | 2025-03-25T22:18:17.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2025-03-25T22:18:17.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2025-03-25T22:18:17.282Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2616 | 2025-03-25T22:18:22.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
2617 | 2025-03-25T22:18:22.185Z | |
2618 | 2025-03-25T22:18:22.185Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/199) |
2619 | 2025-03-25T22:18:22.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2025-03-25T22:18:22.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2025-03-25T22:18:22.877Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2622 | 2025-03-25T22:18:27.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s |
2623 | 2025-03-25T22:18:27.891Z | |
2624 | 2025-03-25T22:18:27.891Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/199) |
2625 | 2025-03-25T22:18:28.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2025-03-25T22:18:28.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2025-03-25T22:18:28.576Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-03-25T22:18:32.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
2629 | 2025-03-25T22:18:32.383Z | |
2630 | 2025-03-25T22:18:32.383Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/199) |
2631 | 2025-03-25T22:18:32.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2025-03-25T22:18:32.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2025-03-25T22:18:33.074Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2025-03-25T22:18:36.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
2635 | 2025-03-25T22:18:37.001Z | |
2636 | 2025-03-25T22:18:37.001Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/199) |
2637 | 2025-03-25T22:18:37.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2025-03-25T22:18:37.592Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2025-03-25T22:18:37.693Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2640 | 2025-03-25T22:18:42.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.69s |
2641 | 2025-03-25T22:18:42.879Z | |
2642 | 2025-03-25T22:18:42.879Z | info: running `cargo check --bins` on oximeter (66/199) |
2643 | 2025-03-25T22:18:43.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2025-03-25T22:18:43.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2025-03-25T22:18:43.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2025-03-25T22:18:43.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2647 | 2025-03-25T22:18:43.540Z | |
2648 | 2025-03-25T22:18:43.541Z | info: running `cargo check --bins` on oximeter-macro-impl (67/199) |
2649 | 2025-03-25T22:18:44.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2025-03-25T22:18:44.095Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2025-03-25T22:18:44.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2025-03-25T22:18:44.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2653 | 2025-03-25T22:18:44.166Z | |
2654 | 2025-03-25T22:18:44.166Z | info: running `cargo check --bins` on oximeter-schema (68/199) |
2655 | 2025-03-25T22:18:44.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2025-03-25T22:18:44.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2025-03-25T22:18:44.815Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2658 | 2025-03-25T22:18:46.822Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2659 | 2025-03-25T22:18:47.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
2660 | 2025-03-25T22:18:47.924Z | |
2661 | 2025-03-25T22:18:47.924Z | info: running `cargo check --bins` on oximeter-types (69/199) |
2662 | 2025-03-25T22:18:48.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2025-03-25T22:18:48.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2025-03-25T22:18:48.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2025-03-25T22:18:48.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2666 | 2025-03-25T22:18:48.575Z | |
2667 | 2025-03-25T22:18:48.575Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/199) |
2668 | 2025-03-25T22:18:49.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2025-03-25T22:18:49.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2025-03-25T22:18:49.145Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2025-03-25T22:18:49.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2672 | 2025-03-25T22:18:49.222Z | |
2673 | 2025-03-25T22:18:49.222Z | info: running `cargo check --bins` on oxql-types (71/199) |
2674 | 2025-03-25T22:18:49.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2025-03-25T22:18:49.791Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2025-03-25T22:18:49.791Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2025-03-25T22:18:49.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2678 | 2025-03-25T22:18:49.870Z | |
2679 | 2025-03-25T22:18:49.870Z | info: running `cargo check --bins` on oximeter-test-utils (72/199) |
2680 | 2025-03-25T22:18:50.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2025-03-25T22:18:50.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2025-03-25T22:18:50.464Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2025-03-25T22:18:50.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2684 | 2025-03-25T22:18:50.549Z | |
2685 | 2025-03-25T22:18:50.549Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/199) |
2686 | 2025-03-25T22:18:51.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2025-03-25T22:18:51.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2025-03-25T22:18:51.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2025-03-25T22:18:51.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2690 | 2025-03-25T22:18:51.203Z | |
2691 | 2025-03-25T22:18:51.203Z | info: running `cargo check --bins` on bootstrap-agent-client (74/199) |
2692 | 2025-03-25T22:18:51.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2025-03-25T22:18:51.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2025-03-25T22:18:51.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2025-03-25T22:18:51.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2696 | 2025-03-25T22:18:51.861Z | |
2697 | 2025-03-25T22:18:51.861Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/199) |
2698 | 2025-03-25T22:18:52.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2025-03-25T22:18:52.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2025-03-25T22:18:52.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2025-03-25T22:18:52.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2702 | 2025-03-25T22:18:52.523Z | |
2703 | 2025-03-25T22:18:52.523Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/199) |
2704 | 2025-03-25T22:18:53.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2025-03-25T22:18:53.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2025-03-25T22:18:53.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2025-03-25T22:18:53.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2708 | 2025-03-25T22:18:53.173Z | |
2709 | 2025-03-25T22:18:53.173Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/199) |
2710 | 2025-03-25T22:18:53.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2025-03-25T22:18:53.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2025-03-25T22:18:53.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2025-03-25T22:18:53.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2714 | 2025-03-25T22:18:53.823Z | |
2715 | 2025-03-25T22:18:53.824Z | info: running `cargo check --bins` on cockroach-admin-client (78/199) |
2716 | 2025-03-25T22:18:54.374Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2025-03-25T22:18:54.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2025-03-25T22:18:54.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2025-03-25T22:18:54.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2720 | 2025-03-25T22:18:54.453Z | |
2721 | 2025-03-25T22:18:54.453Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/199) |
2722 | 2025-03-25T22:18:55.031Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2025-03-25T22:18:55.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2025-03-25T22:18:55.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2025-03-25T22:18:55.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2726 | 2025-03-25T22:18:55.118Z | |
2727 | 2025-03-25T22:18:55.118Z | info: running `cargo check --bins` on dns-service-client (80/199) |
2728 | 2025-03-25T22:18:55.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2025-03-25T22:18:55.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2025-03-25T22:18:55.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2025-03-25T22:18:55.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2732 | 2025-03-25T22:18:55.771Z | |
2733 | 2025-03-25T22:18:55.771Z | info: running `cargo check --bins` on internal-dns-types (81/199) |
2734 | 2025-03-25T22:18:56.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2025-03-25T22:18:56.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2025-03-25T22:18:56.342Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2025-03-25T22:18:56.345Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2738 | 2025-03-25T22:18:56.421Z | |
2739 | 2025-03-25T22:18:56.421Z | info: running `cargo check --bins` on dpd-client (82/199) |
2740 | 2025-03-25T22:18:56.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2025-03-25T22:18:56.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2025-03-25T22:18:56.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2025-03-25T22:18:56.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2744 | 2025-03-25T22:18:57.061Z | |
2745 | 2025-03-25T22:18:57.061Z | info: running `cargo check --bins` on gateway-client (83/199) |
2746 | 2025-03-25T22:18:57.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2025-03-25T22:18:57.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2025-03-25T22:18:57.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2025-03-25T22:18:57.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2750 | 2025-03-25T22:18:57.695Z | |
2751 | 2025-03-25T22:18:57.696Z | info: running `cargo check --bins` on installinator-client (84/199) |
2752 | 2025-03-25T22:18:58.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2025-03-25T22:18:58.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2025-03-25T22:18:58.283Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2025-03-25T22:18:58.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2756 | 2025-03-25T22:18:58.367Z | |
2757 | 2025-03-25T22:18:58.368Z | info: running `cargo check --bins` on installinator-common (85/199) |
2758 | 2025-03-25T22:18:58.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2025-03-25T22:18:58.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2025-03-25T22:18:58.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2025-03-25T22:18:58.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2762 | 2025-03-25T22:18:59.029Z | |
2763 | 2025-03-25T22:18:59.030Z | info: running `cargo check --bins` on update-engine (86/199) |
2764 | 2025-03-25T22:18:59.590Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2025-03-25T22:18:59.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2025-03-25T22:18:59.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2767 | 2025-03-25T22:18:59.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2768 | 2025-03-25T22:18:59.672Z | |
2769 | 2025-03-25T22:18:59.672Z | info: running `cargo check --bins` on nexus-client (87/199) |
2770 | 2025-03-25T22:19:00.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2025-03-25T22:19:00.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2025-03-25T22:19:00.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2773 | 2025-03-25T22:19:00.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2774 | 2025-03-25T22:19:00.346Z | |
2775 | 2025-03-25T22:19:00.346Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/199) |
2776 | 2025-03-25T22:19:00.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2025-03-25T22:19:00.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2025-03-25T22:19:00.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2025-03-25T22:19:00.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2780 | 2025-03-25T22:19:01.020Z | |
2781 | 2025-03-25T22:19:01.020Z | info: running `cargo check --bins` on omicron-passwords (89/199) |
2782 | 2025-03-25T22:19:01.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2025-03-25T22:19:01.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2025-03-25T22:19:01.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2025-03-25T22:19:01.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2786 | 2025-03-25T22:19:01.657Z | |
2787 | 2025-03-25T22:19:01.657Z | info: running `cargo check --bins` on nexus-types (90/199) |
2788 | 2025-03-25T22:19:02.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2025-03-25T22:19:02.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2025-03-25T22:19:02.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2025-03-25T22:19:02.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2792 | 2025-03-25T22:19:02.344Z | |
2793 | 2025-03-25T22:19:02.344Z | info: running `cargo check --bins` on id-map (91/199) |
2794 | 2025-03-25T22:19:02.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2025-03-25T22:19:02.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2025-03-25T22:19:02.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2797 | 2025-03-25T22:19:02.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2798 | 2025-03-25T22:19:02.972Z | |
2799 | 2025-03-25T22:19:02.973Z | info: running `cargo check --bins` on oxide-client (92/199) |
2800 | 2025-03-25T22:19:03.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2025-03-25T22:19:03.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2025-03-25T22:19:03.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2803 | 2025-03-25T22:19:03.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2804 | 2025-03-25T22:19:03.601Z | |
2805 | 2025-03-25T22:19:03.601Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2806 | 2025-03-25T22:19:04.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-03-25T22:19:04.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-03-25T22:19:04.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-03-25T22:19:04.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2810 | 2025-03-25T22:19:04.260Z | |
2811 | 2025-03-25T22:19:04.260Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2812 | 2025-03-25T22:19:04.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-03-25T22:19:04.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-03-25T22:19:04.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-03-25T22:19:04.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2816 | 2025-03-25T22:19:04.896Z | |
2817 | 2025-03-25T22:19:04.896Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2818 | 2025-03-25T22:19:05.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-03-25T22:19:05.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-03-25T22:19:05.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-03-25T22:19:05.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2822 | 2025-03-25T22:19:05.572Z | |
2823 | 2025-03-25T22:19:05.572Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2824 | 2025-03-25T22:19:06.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-03-25T22:19:06.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-03-25T22:19:06.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-03-25T22:19:06.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2828 | 2025-03-25T22:19:06.268Z | |
2829 | 2025-03-25T22:19:06.268Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2830 | 2025-03-25T22:19:06.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-03-25T22:19:06.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-03-25T22:19:06.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-03-25T22:19:06.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2834 | 2025-03-25T22:19:06.953Z | |
2835 | 2025-03-25T22:19:06.953Z | info: running `cargo check --bins` on wicket-common (98/199) |
2836 | 2025-03-25T22:19:07.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-03-25T22:19:07.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-03-25T22:19:07.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-03-25T22:19:07.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2840 | 2025-03-25T22:19:07.638Z | |
2841 | 2025-03-25T22:19:07.638Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2842 | 2025-03-25T22:19:08.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-03-25T22:19:08.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-03-25T22:19:08.326Z | Checking csv-core v0.1.11 |
2845 | 2025-03-25T22:19:08.329Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2846 | 2025-03-25T22:19:08.329Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2847 | 2025-03-25T22:19:08.329Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2848 | 2025-03-25T22:19:08.615Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2849 | 2025-03-25T22:19:08.627Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2850 | 2025-03-25T22:19:08.673Z | Checking csv v1.3.1 |
2851 | 2025-03-25T22:19:09.218Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2852 | 2025-03-25T22:19:09.553Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2853 | 2025-03-25T22:19:11.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.54s |
2854 | 2025-03-25T22:19:11.361Z | |
2855 | 2025-03-25T22:19:11.361Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2856 | 2025-03-25T22:19:11.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2025-03-25T22:19:11.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2025-03-25T22:19:11.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2025-03-25T22:19:11.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2860 | 2025-03-25T22:19:12.020Z | |
2861 | 2025-03-25T22:19:12.020Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2862 | 2025-03-25T22:19:12.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-03-25T22:19:12.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-03-25T22:19:12.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-03-25T22:19:12.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2866 | 2025-03-25T22:19:12.681Z | |
2867 | 2025-03-25T22:19:12.681Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2868 | 2025-03-25T22:19:13.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-03-25T22:19:13.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-03-25T22:19:13.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-03-25T22:19:13.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2872 | 2025-03-25T22:19:13.442Z | |
2873 | 2025-03-25T22:19:13.442Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2874 | 2025-03-25T22:19:14.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-03-25T22:19:14.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-03-25T22:19:14.104Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-03-25T22:19:14.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2878 | 2025-03-25T22:19:14.198Z | |
2879 | 2025-03-25T22:19:14.198Z | info: running `cargo check --bins` on dns-server (104/199) |
2880 | 2025-03-25T22:19:14.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-03-25T22:19:14.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-03-25T22:19:14.864Z | Compiling typify-impl v0.3.0 |
2883 | 2025-03-25T22:19:14.976Z | Compiling parking_lot_core v0.8.6 |
2884 | 2025-03-25T22:19:14.980Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-03-25T22:19:14.994Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2886 | 2025-03-25T22:19:14.997Z | Checking fxhash v0.2.1 |
2887 | 2025-03-25T22:19:14.997Z | Checking hickory-client v0.24.4 |
2888 | 2025-03-25T22:19:15.007Z | Checking hickory-server v0.24.4 |
2889 | 2025-03-25T22:19:15.747Z | Checking parking_lot v0.11.2 |
2890 | 2025-03-25T22:19:15.824Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2891 | 2025-03-25T22:19:16.046Z | Checking sled v0.34.7 |
2892 | 2025-03-25T22:19:20.272Z | Compiling typify-macro v0.3.0 |
2893 | 2025-03-25T22:19:21.742Z | Compiling typify v0.3.0 |
2894 | 2025-03-25T22:19:21.813Z | Compiling progenitor-impl v0.9.1 |
2895 | 2025-03-25T22:19:24.182Z | Compiling progenitor-macro v0.9.1 |
2896 | 2025-03-25T22:19:27.715Z | Checking progenitor v0.9.1 |
2897 | 2025-03-25T22:19:27.844Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2898 | 2025-03-25T22:19:28.302Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2899 | 2025-03-25T22:19:29.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.34s |
2900 | 2025-03-25T22:19:29.731Z | |
2901 | 2025-03-25T22:19:29.731Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2902 | 2025-03-25T22:19:30.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2025-03-25T22:19:30.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2025-03-25T22:19:30.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2905 | 2025-03-25T22:19:30.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2906 | 2025-03-25T22:19:30.385Z | |
2907 | 2025-03-25T22:19:30.386Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
2908 | 2025-03-25T22:19:30.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2025-03-25T22:19:30.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2025-03-25T22:19:30.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2025-03-25T22:19:30.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2912 | 2025-03-25T22:19:31.033Z | |
2913 | 2025-03-25T22:19:31.033Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
2914 | 2025-03-25T22:19:31.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2025-03-25T22:19:31.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2025-03-25T22:19:31.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2025-03-25T22:19:31.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2918 | 2025-03-25T22:19:31.751Z | |
2919 | 2025-03-25T22:19:31.751Z | info: running `cargo check --bins` on gateway-types (108/199) |
2920 | 2025-03-25T22:19:32.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2025-03-25T22:19:32.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2025-03-25T22:19:32.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2923 | 2025-03-25T22:19:32.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2924 | 2025-03-25T22:19:32.400Z | |
2925 | 2025-03-25T22:19:32.400Z | info: running `cargo check --bins` on ipcc (109/199) |
2926 | 2025-03-25T22:19:32.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2025-03-25T22:19:32.978Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2025-03-25T22:19:32.978Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2929 | 2025-03-25T22:19:32.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2930 | 2025-03-25T22:19:33.059Z | |
2931 | 2025-03-25T22:19:33.060Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
2932 | 2025-03-25T22:19:33.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2933 | 2025-03-25T22:19:33.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2934 | 2025-03-25T22:19:33.783Z | Compiling semver v0.1.20 |
2935 | 2025-03-25T22:19:33.783Z | Compiling radium v0.7.0 |
2936 | 2025-03-25T22:19:33.904Z | Compiling maybe-uninit v2.0.0 |
2937 | 2025-03-25T22:19:33.907Z | Checking tap v1.0.1 |
2938 | 2025-03-25T22:19:33.921Z | Checking password-hash v0.5.0 |
2939 | 2025-03-25T22:19:33.925Z | Checking blake2 v0.10.6 |
2940 | 2025-03-25T22:19:33.925Z | Compiling owo-colors v4.2.0 |
2941 | 2025-03-25T22:19:33.925Z | Checking crc-catalog v2.4.0 |
2942 | 2025-03-25T22:19:34.059Z | Checking wyz v0.5.1 |
2943 | 2025-03-25T22:19:34.119Z | Compiling cancel-safe-futures v0.1.5 |
2944 | 2025-03-25T22:19:34.344Z | Compiling rustc_version v0.1.7 |
2945 | 2025-03-25T22:19:34.394Z | Compiling packed_struct v0.10.1 |
2946 | 2025-03-25T22:19:34.419Z | Checking funty v2.0.0 |
2947 | 2025-03-25T22:19:34.423Z | Checking argon2 v0.5.3 |
2948 | 2025-03-25T22:19:34.524Z | Checking crc v3.2.1 |
2949 | 2025-03-25T22:19:34.575Z | Compiling packed_struct_codegen v0.10.1 |
2950 | 2025-03-25T22:19:34.598Z | Checking libsw-core v0.3.1 |
2951 | 2025-03-25T22:19:34.711Z | Compiling indexmap v1.9.3 |
2952 | 2025-03-25T22:19:34.714Z | Compiling newtype_derive v0.1.6 |
2953 | 2025-03-25T22:19:34.843Z | Checking half v2.4.1 |
2954 | 2025-03-25T22:19:34.866Z | Checking nodrop v0.1.14 |
2955 | 2025-03-25T22:19:34.964Z | Checking ciborium-io v0.2.2 |
2956 | 2025-03-25T22:19:34.999Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2957 | 2025-03-25T22:19:35.068Z | Checking fixedbitset v0.5.7 |
2958 | 2025-03-25T22:19:35.087Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2959 | 2025-03-25T22:19:35.148Z | Checking array-init v0.0.4 |
2960 | 2025-03-25T22:19:35.203Z | Checking bitvec v1.0.1 |
2961 | 2025-03-25T22:19:35.221Z | Checking libsw v3.4.0 |
2962 | 2025-03-25T22:19:35.257Z | Checking ciborium-ll v0.2.2 |
2963 | 2025-03-25T22:19:35.359Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2964 | 2025-03-25T22:19:35.425Z | Checking petgraph v0.7.1 |
2965 | 2025-03-25T22:19:35.460Z | Checking smallvec v0.6.14 |
2966 | 2025-03-25T22:19:35.841Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2967 | 2025-03-25T22:19:35.973Z | Checking termcolor v1.4.1 |
2968 | 2025-03-25T22:19:35.992Z | Checking bitfield v0.14.0 |
2969 | 2025-03-25T22:19:36.034Z | Checking hashbrown v0.12.3 |
2970 | 2025-03-25T22:19:36.296Z | Checking linear-map v1.2.0 |
2971 | 2025-03-25T22:19:36.399Z | Checking swrite v0.1.0 |
2972 | 2025-03-25T22:19:36.538Z | Checking indent_write v2.2.0 |
2973 | 2025-03-25T22:19:36.623Z | Checking env_logger v0.10.2 |
2974 | 2025-03-25T22:19:36.763Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2975 | 2025-03-25T22:19:36.792Z | Checking serde-hex v0.1.0 |
2976 | 2025-03-25T22:19:37.012Z | Checking ron v0.8.1 |
2977 | 2025-03-25T22:19:37.029Z | Checking ciborium v0.2.2 |
2978 | 2025-03-25T22:19:37.046Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2979 | 2025-03-25T22:19:37.785Z | Checking steno v0.4.1 |
2980 | 2025-03-25T22:19:37.952Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2981 | 2025-03-25T22:19:38.172Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2982 | 2025-03-25T22:19:38.214Z | Checking hashbrown v0.13.2 |
2983 | 2025-03-25T22:19:38.347Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2984 | 2025-03-25T22:19:38.404Z | Checking humantime v2.1.0 |
2985 | 2025-03-25T22:19:38.442Z | Checking crc-any v2.5.0 |
2986 | 2025-03-25T22:19:38.706Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2987 | 2025-03-25T22:19:38.824Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2988 | 2025-03-25T22:19:38.974Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2989 | 2025-03-25T22:19:39.085Z | Checking object v0.30.4 |
2990 | 2025-03-25T22:19:39.293Z | Checking path-slash v0.1.5 |
2991 | 2025-03-25T22:19:39.389Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2992 | 2025-03-25T22:19:39.439Z | Checking tungstenite v0.23.0 |
2993 | 2025-03-25T22:19:40.009Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2994 | 2025-03-25T22:19:40.295Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2995 | 2025-03-25T22:19:40.559Z | Checking nix v0.27.1 |
2996 | 2025-03-25T22:19:40.625Z | Checking kstat-rs v0.2.4 |
2997 | 2025-03-25T22:19:40.716Z | Checking tokio-tungstenite v0.23.1 |
2998 | 2025-03-25T22:19:40.971Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2999 | 2025-03-25T22:19:41.144Z | Checking signal-hook-tokio v0.3.1 |
3000 | 2025-03-25T22:19:41.368Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3001 | 2025-03-25T22:19:41.425Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3002 | 2025-03-25T22:19:42.022Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3003 | 2025-03-25T22:19:48.645Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3004 | 2025-03-25T22:19:49.954Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3005 | 2025-03-25T22:19:52.264Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3006 | 2025-03-25T22:19:57.537Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3007 | 2025-03-25T22:19:58.190Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3008 | 2025-03-25T22:20:00.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.75s |
3009 | 2025-03-25T22:20:01.015Z | |
3010 | 2025-03-25T22:20:01.016Z | info: running `cargo check --bins` on gateway-api (111/199) |
3011 | 2025-03-25T22:20:01.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2025-03-25T22:20:01.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2025-03-25T22:20:01.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2025-03-25T22:20:01.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3015 | 2025-03-25T22:20:01.670Z | |
3016 | 2025-03-25T22:20:01.670Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
3017 | 2025-03-25T22:20:02.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2025-03-25T22:20:02.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2025-03-25T22:20:02.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3020 | 2025-03-25T22:20:02.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3021 | 2025-03-25T22:20:02.300Z | |
3022 | 2025-03-25T22:20:02.300Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
3023 | 2025-03-25T22:20:02.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2025-03-25T22:20:02.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2025-03-25T22:20:02.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3026 | 2025-03-25T22:20:02.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3027 | 2025-03-25T22:20:02.954Z | |
3028 | 2025-03-25T22:20:02.954Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
3029 | 2025-03-25T22:20:03.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-03-25T22:20:03.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-03-25T22:20:03.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3032 | 2025-03-25T22:20:03.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3033 | 2025-03-25T22:20:03.607Z | |
3034 | 2025-03-25T22:20:03.607Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
3035 | 2025-03-25T22:20:04.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-03-25T22:20:04.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-03-25T22:20:04.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3038 | 2025-03-25T22:20:04.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3039 | 2025-03-25T22:20:04.264Z | |
3040 | 2025-03-25T22:20:04.264Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
3041 | 2025-03-25T22:20:04.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-03-25T22:20:04.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-03-25T22:20:04.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3044 | 2025-03-25T22:20:04.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3045 | 2025-03-25T22:20:04.918Z | |
3046 | 2025-03-25T22:20:04.918Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
3047 | 2025-03-25T22:20:05.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-03-25T22:20:05.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-03-25T22:20:05.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3050 | 2025-03-25T22:20:05.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3051 | 2025-03-25T22:20:05.568Z | |
3052 | 2025-03-25T22:20:05.568Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
3053 | 2025-03-25T22:20:06.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-03-25T22:20:06.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-03-25T22:20:06.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3056 | 2025-03-25T22:20:06.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3057 | 2025-03-25T22:20:06.222Z | |
3058 | 2025-03-25T22:20:06.222Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
3059 | 2025-03-25T22:20:06.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-03-25T22:20:06.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-03-25T22:20:06.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3062 | 2025-03-25T22:20:06.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3063 | 2025-03-25T22:20:06.905Z | |
3064 | 2025-03-25T22:20:06.905Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
3065 | 2025-03-25T22:20:07.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-03-25T22:20:07.477Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-03-25T22:20:07.477Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3068 | 2025-03-25T22:20:07.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3069 | 2025-03-25T22:20:07.559Z | |
3070 | 2025-03-25T22:20:07.560Z | info: running `cargo check --bins` on sp-sim (121/199) |
3071 | 2025-03-25T22:20:08.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-03-25T22:20:08.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-03-25T22:20:08.215Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3074 | 2025-03-25T22:20:08.660Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3075 | 2025-03-25T22:20:10.308Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3076 | 2025-03-25T22:20:11.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.37s |
3077 | 2025-03-25T22:20:12.120Z | |
3078 | 2025-03-25T22:20:12.120Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
3079 | 2025-03-25T22:20:12.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3080 | 2025-03-25T22:20:12.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3081 | 2025-03-25T22:20:12.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3082 | 2025-03-25T22:20:12.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3083 | 2025-03-25T22:20:12.825Z | |
3084 | 2025-03-25T22:20:12.825Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
3085 | 2025-03-25T22:20:13.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3086 | 2025-03-25T22:20:13.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3087 | 2025-03-25T22:20:13.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3088 | 2025-03-25T22:20:13.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3089 | 2025-03-25T22:20:13.535Z | |
3090 | 2025-03-25T22:20:13.535Z | info: running `cargo check --bins` on db-macros (124/199) |
3091 | 2025-03-25T22:20:14.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3092 | 2025-03-25T22:20:14.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3093 | 2025-03-25T22:20:14.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3094 | 2025-03-25T22:20:14.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3095 | 2025-03-25T22:20:14.167Z | |
3096 | 2025-03-25T22:20:14.167Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
3097 | 2025-03-25T22:20:14.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3098 | 2025-03-25T22:20:14.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3099 | 2025-03-25T22:20:14.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3100 | 2025-03-25T22:20:14.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3101 | 2025-03-25T22:20:14.794Z | |
3102 | 2025-03-25T22:20:14.794Z | info: running `cargo check --bins` on nexus-auth (126/199) |
3103 | 2025-03-25T22:20:15.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2025-03-25T22:20:15.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2025-03-25T22:20:15.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3106 | 2025-03-25T22:20:15.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3107 | 2025-03-25T22:20:15.491Z | |
3108 | 2025-03-25T22:20:15.491Z | info: running `cargo check --bins` on authz-macros (127/199) |
3109 | 2025-03-25T22:20:16.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3110 | 2025-03-25T22:20:16.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3111 | 2025-03-25T22:20:16.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3112 | 2025-03-25T22:20:16.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3113 | 2025-03-25T22:20:16.122Z | |
3114 | 2025-03-25T22:20:16.122Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
3115 | 2025-03-25T22:20:16.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3116 | 2025-03-25T22:20:16.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3117 | 2025-03-25T22:20:16.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3118 | 2025-03-25T22:20:16.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3119 | 2025-03-25T22:20:16.811Z | |
3120 | 2025-03-25T22:20:16.811Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
3121 | 2025-03-25T22:20:17.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3122 | 2025-03-25T22:20:17.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3123 | 2025-03-25T22:20:17.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3124 | 2025-03-25T22:20:17.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3125 | 2025-03-25T22:20:17.502Z | |
3126 | 2025-03-25T22:20:17.503Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
3127 | 2025-03-25T22:20:18.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3128 | 2025-03-25T22:20:18.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3129 | 2025-03-25T22:20:18.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3130 | 2025-03-25T22:20:18.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3131 | 2025-03-25T22:20:18.157Z | |
3132 | 2025-03-25T22:20:18.158Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
3133 | 2025-03-25T22:20:18.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3134 | 2025-03-25T22:20:18.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3135 | 2025-03-25T22:20:18.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3136 | 2025-03-25T22:20:18.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3137 | 2025-03-25T22:20:18.839Z | |
3138 | 2025-03-25T22:20:18.839Z | info: running `cargo check --bins` on typed-rng (132/199) |
3139 | 2025-03-25T22:20:19.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3140 | 2025-03-25T22:20:19.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3141 | 2025-03-25T22:20:19.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3142 | 2025-03-25T22:20:19.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3143 | 2025-03-25T22:20:19.471Z | |
3144 | 2025-03-25T22:20:19.471Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
3145 | 2025-03-25T22:20:20.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3146 | 2025-03-25T22:20:20.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3147 | 2025-03-25T22:20:20.235Z | Checking keccak v0.1.5 |
3148 | 2025-03-25T22:20:20.351Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3149 | 2025-03-25T22:20:20.356Z | Checking secrecy v0.8.0 |
3150 | 2025-03-25T22:20:20.356Z | Compiling unicase v2.7.0 |
3151 | 2025-03-25T22:20:20.356Z | Compiling same-file v1.0.6 |
3152 | 2025-03-25T22:20:20.395Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3153 | 2025-03-25T22:20:20.398Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3154 | 2025-03-25T22:20:20.398Z | Compiling thiserror-impl-no-std v2.0.2 |
3155 | 2025-03-25T22:20:20.559Z | Compiling walkdir v2.5.0 |
3156 | 2025-03-25T22:20:20.630Z | Checking universal-hash v0.5.1 |
3157 | 2025-03-25T22:20:20.648Z | Checking sha3 v0.10.8 |
3158 | 2025-03-25T22:20:20.685Z | Compiling blake3 v1.5.4 |
3159 | 2025-03-25T22:20:20.721Z | Checking opaque-debug v0.3.1 |
3160 | 2025-03-25T22:20:20.818Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3161 | 2025-03-25T22:20:20.854Z | Checking chacha20 v0.9.1 |
3162 | 2025-03-25T22:20:20.857Z | Checking poly1305 v0.8.0 |
3163 | 2025-03-25T22:20:20.927Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3164 | 2025-03-25T22:20:21.034Z | Checking aead v0.5.2 |
3165 | 2025-03-25T22:20:21.145Z | Compiling memmap2 v0.9.5 |
3166 | 2025-03-25T22:20:21.188Z | Compiling arrayref v0.3.9 |
3167 | 2025-03-25T22:20:21.206Z | Compiling constant_time_eq v0.3.1 |
3168 | 2025-03-25T22:20:21.275Z | Compiling libefi-sys v0.1.0 |
3169 | 2025-03-25T22:20:21.299Z | Compiling salty v0.3.0 |
3170 | 2025-03-25T22:20:21.389Z | Compiling arrayvec v0.7.6 |
3171 | 2025-03-25T22:20:21.392Z | Checking chacha20poly1305 v0.10.1 |
3172 | 2025-03-25T22:20:21.523Z | Compiling toolchain_find v0.4.0 |
3173 | 2025-03-25T22:20:21.630Z | Compiling camino-tempfile v1.1.1 |
3174 | 2025-03-25T22:20:21.715Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3175 | 2025-03-25T22:20:21.739Z | Compiling bitfield-struct v0.6.2 |
3176 | 2025-03-25T22:20:21.972Z | Compiling topological-sort v0.2.2 |
3177 | 2025-03-25T22:20:22.025Z | Compiling mime_guess v2.0.5 |
3178 | 2025-03-25T22:20:22.085Z | Compiling rustfmt-wrapper v0.2.1 |
3179 | 2025-03-25T22:20:22.616Z | Compiling omicron-zone-package v0.12.0 |
3180 | 2025-03-25T22:20:22.661Z | Compiling progenitor v0.9.1 |
3181 | 2025-03-25T22:20:22.748Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3182 | 2025-03-25T22:20:22.895Z | Checking primeorder v0.13.6 |
3183 | 2025-03-25T22:20:23.011Z | Checking thiserror-no-std v2.0.2 |
3184 | 2025-03-25T22:20:23.047Z | Checking env_filter v0.1.2 |
3185 | 2025-03-25T22:20:23.066Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3186 | 2025-03-25T22:20:23.084Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3187 | 2025-03-25T22:20:23.145Z | Checking vsss-rs v3.3.4 |
3188 | 2025-03-25T22:20:23.193Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3189 | 2025-03-25T22:20:23.285Z | Checking env_logger v0.11.5 |
3190 | 2025-03-25T22:20:23.327Z | Checking p384 v0.13.0 |
3191 | 2025-03-25T22:20:23.401Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3192 | 2025-03-25T22:20:23.477Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3193 | 2025-03-25T22:20:23.633Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3194 | 2025-03-25T22:20:23.636Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3195 | 2025-03-25T22:20:23.733Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3196 | 2025-03-25T22:20:23.834Z | Checking http-range v0.1.5 |
3197 | 2025-03-25T22:20:24.043Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3198 | 2025-03-25T22:20:24.081Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3199 | 2025-03-25T22:20:24.108Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3200 | 2025-03-25T22:20:24.427Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3201 | 2025-03-25T22:20:24.431Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3202 | 2025-03-25T22:20:24.611Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3203 | 2025-03-25T22:20:24.692Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3204 | 2025-03-25T22:20:24.757Z | Checking atty v0.2.14 |
3205 | 2025-03-25T22:20:24.896Z | Checking glob v0.3.2 |
3206 | 2025-03-25T22:20:25.194Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3207 | 2025-03-25T22:20:25.221Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3208 | 2025-03-25T22:20:25.488Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3209 | 2025-03-25T22:20:25.691Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3210 | 2025-03-25T22:20:25.901Z | Checking hyper-staticfile v0.10.1 |
3211 | 2025-03-25T22:20:26.316Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3212 | 2025-03-25T22:20:26.442Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3213 | 2025-03-25T22:20:26.468Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3214 | 2025-03-25T22:20:26.648Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3215 | 2025-03-25T22:20:26.866Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3216 | 2025-03-25T22:20:27.417Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3217 | 2025-03-25T22:20:27.581Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3218 | 2025-03-25T22:20:27.622Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3219 | 2025-03-25T22:20:27.876Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3220 | 2025-03-25T22:20:27.997Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3221 | 2025-03-25T22:20:28.688Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3222 | 2025-03-25T22:20:31.520Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3223 | 2025-03-25T22:20:31.523Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3224 | 2025-03-25T22:20:39.566Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3225 | 2025-03-25T22:20:52.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s |
3226 | 2025-03-25T22:20:52.846Z | |
3227 | 2025-03-25T22:20:52.846Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
3228 | 2025-03-25T22:20:53.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-03-25T22:20:53.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-03-25T22:20:53.611Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3231 | 2025-03-25T22:21:06.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
3232 | 2025-03-25T22:21:06.990Z | |
3233 | 2025-03-25T22:21:06.990Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
3234 | 2025-03-25T22:21:07.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-03-25T22:21:07.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-03-25T22:21:07.743Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3237 | 2025-03-25T22:21:20.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.97s |
3238 | 2025-03-25T22:21:21.175Z | |
3239 | 2025-03-25T22:21:21.175Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
3240 | 2025-03-25T22:21:21.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-03-25T22:21:21.812Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-03-25T22:21:21.941Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3243 | 2025-03-25T22:21:35.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.91s |
3244 | 2025-03-25T22:21:35.306Z | |
3245 | 2025-03-25T22:21:35.306Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
3246 | 2025-03-25T22:21:35.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-03-25T22:21:35.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-03-25T22:21:36.088Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3249 | 2025-03-25T22:21:49.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.31s |
3250 | 2025-03-25T22:21:49.824Z | |
3251 | 2025-03-25T22:21:49.824Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
3252 | 2025-03-25T22:21:50.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-03-25T22:21:50.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-03-25T22:21:50.587Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3255 | 2025-03-25T22:22:03.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.05s |
3256 | 2025-03-25T22:22:04.088Z | |
3257 | 2025-03-25T22:22:04.088Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
3258 | 2025-03-25T22:22:04.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-03-25T22:22:04.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-03-25T22:22:04.854Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3261 | 2025-03-25T22:22:18.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.14s |
3262 | 2025-03-25T22:22:18.438Z | |
3263 | 2025-03-25T22:22:18.438Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
3264 | 2025-03-25T22:22:19.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-03-25T22:22:19.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-03-25T22:22:19.189Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3267 | 2025-03-25T22:22:32.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.83s |
3268 | 2025-03-25T22:22:32.479Z | |
3269 | 2025-03-25T22:22:32.479Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
3270 | 2025-03-25T22:22:33.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-03-25T22:22:33.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-03-25T22:22:33.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-03-25T22:22:33.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3274 | 2025-03-25T22:22:33.206Z | |
3275 | 2025-03-25T22:22:33.206Z | info: running `cargo check --bins` on key-manager (142/199) |
3276 | 2025-03-25T22:22:33.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-03-25T22:22:33.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-03-25T22:22:33.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-03-25T22:22:33.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3280 | 2025-03-25T22:22:33.806Z | |
3281 | 2025-03-25T22:22:33.806Z | info: running `cargo check --bins` on range-requests (143/199) |
3282 | 2025-03-25T22:22:34.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-03-25T22:22:34.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-03-25T22:22:34.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-03-25T22:22:34.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3286 | 2025-03-25T22:22:34.434Z | |
3287 | 2025-03-25T22:22:34.434Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
3288 | 2025-03-25T22:22:35.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-03-25T22:22:35.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-03-25T22:22:35.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-03-25T22:22:35.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3292 | 2025-03-25T22:22:35.085Z | |
3293 | 2025-03-25T22:22:35.085Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
3294 | 2025-03-25T22:22:35.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-03-25T22:22:35.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-03-25T22:22:35.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-03-25T22:22:35.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3298 | 2025-03-25T22:22:35.756Z | |
3299 | 2025-03-25T22:22:35.756Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
3300 | 2025-03-25T22:22:36.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-03-25T22:22:36.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-03-25T22:22:36.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-03-25T22:22:36.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3304 | 2025-03-25T22:22:36.389Z | |
3305 | 2025-03-25T22:22:36.389Z | info: running `cargo check --bins` on sled-hardware (147/199) |
3306 | 2025-03-25T22:22:36.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-03-25T22:22:36.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-03-25T22:22:36.974Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-03-25T22:22:36.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3310 | 2025-03-25T22:22:37.055Z | |
3311 | 2025-03-25T22:22:37.055Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
3312 | 2025-03-25T22:22:37.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-03-25T22:22:37.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-03-25T22:22:37.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2025-03-25T22:22:37.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3316 | 2025-03-25T22:22:37.711Z | |
3317 | 2025-03-25T22:22:37.711Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
3318 | 2025-03-25T22:22:38.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-03-25T22:22:38.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-03-25T22:22:38.298Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2025-03-25T22:22:38.302Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3322 | 2025-03-25T22:22:38.376Z | |
3323 | 2025-03-25T22:22:38.376Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
3324 | 2025-03-25T22:22:38.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-03-25T22:22:38.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-03-25T22:22:38.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-03-25T22:22:38.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3328 | 2025-03-25T22:22:39.056Z | |
3329 | 2025-03-25T22:22:39.056Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
3330 | 2025-03-25T22:22:39.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-03-25T22:22:39.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-03-25T22:22:39.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2025-03-25T22:22:39.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3334 | 2025-03-25T22:22:39.739Z | |
3335 | 2025-03-25T22:22:39.739Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
3336 | 2025-03-25T22:22:40.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-03-25T22:22:40.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-03-25T22:22:40.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2025-03-25T22:22:40.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3340 | 2025-03-25T22:22:40.421Z | |
3341 | 2025-03-25T22:22:40.421Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
3342 | 2025-03-25T22:22:41.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-03-25T22:22:41.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-03-25T22:22:41.132Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3345 | 2025-03-25T22:22:41.132Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3346 | 2025-03-25T22:22:41.997Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3347 | 2025-03-25T22:22:43.939Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.51s |
3348 | 2025-03-25T22:22:44.132Z | |
3349 | 2025-03-25T22:22:44.132Z | info: running `cargo check --bins` on oximeter-api (154/199) |
3350 | 2025-03-25T22:22:44.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3351 | 2025-03-25T22:22:44.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3352 | 2025-03-25T22:22:44.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3353 | 2025-03-25T22:22:44.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3354 | 2025-03-25T22:22:44.780Z | |
3355 | 2025-03-25T22:22:44.780Z | info: running `cargo check --bins` on cert-dev (155/199) |
3356 | 2025-03-25T22:22:45.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3357 | 2025-03-25T22:22:45.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3358 | 2025-03-25T22:22:45.406Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3359 | 2025-03-25T22:22:45.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3360 | 2025-03-25T22:22:45.852Z | |
3361 | 2025-03-25T22:22:45.852Z | info: running `cargo check --bins` on clickana (156/199) |
3362 | 2025-03-25T22:22:46.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3363 | 2025-03-25T22:22:46.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3364 | 2025-03-25T22:22:46.520Z | Checking itertools v0.13.0 |
3365 | 2025-03-25T22:22:46.520Z | Checking castaway v0.2.3 |
3366 | 2025-03-25T22:22:46.523Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3367 | 2025-03-25T22:22:46.523Z | Checking lru v0.12.5 |
3368 | 2025-03-25T22:22:46.523Z | Compiling instability v0.3.2 |
3369 | 2025-03-25T22:22:46.523Z | Checking cassowary v0.3.0 |
3370 | 2025-03-25T22:22:46.523Z | Compiling indoc v2.0.6 |
3371 | 2025-03-25T22:22:46.754Z | Checking compact_str v0.8.0 |
3372 | 2025-03-25T22:22:48.369Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3373 | 2025-03-25T22:22:48.400Z | Checking unicode-truncate v1.1.0 |
3374 | 2025-03-25T22:22:48.548Z | Checking ratatui v0.29.0 |
3375 | 2025-03-25T22:22:50.414Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3376 | 2025-03-25T22:22:51.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.41s |
3377 | 2025-03-25T22:22:51.443Z | |
3378 | 2025-03-25T22:22:51.443Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
3379 | 2025-03-25T22:22:52.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3380 | 2025-03-25T22:22:52.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3381 | 2025-03-25T22:22:52.139Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3382 | 2025-03-25T22:22:52.139Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3383 | 2025-03-25T22:22:53.131Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3384 | 2025-03-25T22:22:53.601Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3385 | 2025-03-25T22:22:53.960Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
3386 | 2025-03-25T22:22:54.144Z | |
3387 | 2025-03-25T22:22:54.144Z | info: running `cargo check --bins` on ch-dev (158/199) |
3388 | 2025-03-25T22:22:54.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3389 | 2025-03-25T22:22:54.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3390 | 2025-03-25T22:22:54.828Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3391 | 2025-03-25T22:22:55.549Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3392 | 2025-03-25T22:22:55.732Z | |
3393 | 2025-03-25T22:22:55.732Z | info: running `cargo check --bins` on crdb-seed (159/199) |
3394 | 2025-03-25T22:22:56.317Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3395 | 2025-03-25T22:22:56.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3396 | 2025-03-25T22:22:56.407Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3397 | 2025-03-25T22:22:56.767Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3398 | 2025-03-25T22:22:56.947Z | |
3399 | 2025-03-25T22:22:56.947Z | info: running `cargo check --bins` on db-dev (160/199) |
3400 | 2025-03-25T22:22:57.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2025-03-25T22:22:57.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2025-03-25T22:22:57.630Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3403 | 2025-03-25T22:22:58.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
3404 | 2025-03-25T22:22:58.546Z | |
3405 | 2025-03-25T22:22:58.546Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
3406 | 2025-03-25T22:22:59.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3407 | 2025-03-25T22:22:59.139Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3408 | 2025-03-25T22:22:59.139Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3409 | 2025-03-25T22:22:59.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3410 | 2025-03-25T22:22:59.222Z | |
3411 | 2025-03-25T22:22:59.222Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
3412 | 2025-03-25T22:22:59.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3413 | 2025-03-25T22:22:59.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3414 | 2025-03-25T22:22:59.862Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3415 | 2025-03-25T22:23:00.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3416 | 2025-03-25T22:23:00.861Z | |
3417 | 2025-03-25T22:23:00.861Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
3418 | 2025-03-25T22:23:01.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3419 | 2025-03-25T22:23:01.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3420 | 2025-03-25T22:23:01.492Z | Checking cargo-platform v0.1.8 |
3421 | 2025-03-25T22:23:01.769Z | Checking cargo_metadata v0.19.2 |
3422 | 2025-03-25T22:23:02.732Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3423 | 2025-03-25T22:23:03.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.67s |
3424 | 2025-03-25T22:23:03.723Z | |
3425 | 2025-03-25T22:23:03.723Z | info: running `cargo check --bins` on mgs-dev (164/199) |
3426 | 2025-03-25T22:23:04.345Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3427 | 2025-03-25T22:23:04.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3428 | 2025-03-25T22:23:04.466Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3429 | 2025-03-25T22:23:05.898Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3430 | 2025-03-25T22:23:06.447Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3431 | 2025-03-25T22:23:06.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
3432 | 2025-03-25T22:23:07.185Z | |
3433 | 2025-03-25T22:23:07.185Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
3434 | 2025-03-25T22:23:07.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3435 | 2025-03-25T22:23:07.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3436 | 2025-03-25T22:23:08.006Z | Compiling crunchy v0.2.2 |
3437 | 2025-03-25T22:23:08.009Z | Compiling tiny-keccak v2.0.2 |
3438 | 2025-03-25T22:23:08.009Z | Compiling dsl_auto_type v0.1.2 |
3439 | 2025-03-25T22:23:08.009Z | Checking scheduled-thread-pool v0.2.7 |
3440 | 2025-03-25T22:23:08.009Z | Compiling diesel_table_macro_syntax v0.2.0 |
3441 | 2025-03-25T22:23:08.009Z | Compiling bit-vec v0.6.3 |
3442 | 2025-03-25T22:23:08.171Z | Compiling ascii-canvas v3.0.0 |
3443 | 2025-03-25T22:23:08.176Z | Compiling ena v0.14.3 |
3444 | 2025-03-25T22:23:08.378Z | Checking r2d2 v0.8.10 |
3445 | 2025-03-25T22:23:08.440Z | Compiling regex-syntax v0.6.29 |
3446 | 2025-03-25T22:23:08.506Z | Compiling bit-set v0.5.3 |
3447 | 2025-03-25T22:23:08.574Z | Compiling bindgen v0.71.1 |
3448 | 2025-03-25T22:23:08.592Z | Compiling diff v0.1.13 |
3449 | 2025-03-25T22:23:08.625Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3450 | 2025-03-25T22:23:08.703Z | Compiling ref-cast v1.0.23 |
3451 | 2025-03-25T22:23:08.748Z | Compiling rustc-hash v2.1.1 |
3452 | 2025-03-25T22:23:08.853Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3453 | 2025-03-25T22:23:08.953Z | Compiling derive_builder_core v0.20.2 |
3454 | 2025-03-25T22:23:09.095Z | Compiling libxml v0.3.3 |
3455 | 2025-03-25T22:23:09.176Z | Compiling ref-cast-impl v1.0.23 |
3456 | 2025-03-25T22:23:09.285Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3457 | 2025-03-25T22:23:09.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3458 | 2025-03-25T22:23:09.459Z | Compiling diesel_derives v2.2.3 |
3459 | 2025-03-25T22:23:09.505Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3460 | 2025-03-25T22:23:09.774Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3461 | 2025-03-25T22:23:09.817Z | Compiling strum_macros v0.24.3 |
3462 | 2025-03-25T22:23:10.134Z | Compiling indoc v1.0.9 |
3463 | 2025-03-25T22:23:11.017Z | Compiling derive_builder_macro v0.20.2 |
3464 | 2025-03-25T22:23:11.035Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3465 | 2025-03-25T22:23:11.351Z | Compiling oso-derive v0.27.3 |
3466 | 2025-03-25T22:23:11.889Z | Compiling lalrpop v0.19.12 |
3467 | 2025-03-25T22:23:11.961Z | Checking derive_builder v0.20.2 |
3468 | 2025-03-25T22:23:12.134Z | Compiling impl-trait-for-tuples v0.2.2 |
3469 | 2025-03-25T22:23:12.309Z | Checking quick-xml v0.37.2 |
3470 | 2025-03-25T22:23:12.340Z | Compiling diesel-dtrace v0.4.2 |
3471 | 2025-03-25T22:23:12.676Z | Checking maplit v1.0.2 |
3472 | 2025-03-25T22:23:12.918Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3473 | 2025-03-25T22:23:12.940Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3474 | 2025-03-25T22:23:13.259Z | Checking bb8 v0.8.5 |
3475 | 2025-03-25T22:23:13.729Z | Checking io-lifetimes v1.0.11 |
3476 | 2025-03-25T22:23:13.748Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3477 | 2025-03-25T22:23:13.940Z | Checking rustix v0.37.28 |
3478 | 2025-03-25T22:23:14.063Z | Checking rand_seeder v0.3.0 |
3479 | 2025-03-25T22:23:14.280Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3480 | 2025-03-25T22:23:14.331Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3481 | 2025-03-25T22:23:14.376Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3482 | 2025-03-25T22:23:14.545Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3483 | 2025-03-25T22:23:14.881Z | Checking is_ci v1.2.0 |
3484 | 2025-03-25T22:23:14.927Z | Checking terminal_size v0.2.6 |
3485 | 2025-03-25T22:23:15.030Z | Checking smawk v0.3.2 |
3486 | 2025-03-25T22:23:15.113Z | Checking unicode-linebreak v0.1.5 |
3487 | 2025-03-25T22:23:15.245Z | Checking supports-color v3.0.2 |
3488 | 2025-03-25T22:23:15.486Z | Checking multimap v0.10.0 |
3489 | 2025-03-25T22:23:15.542Z | Checking textwrap v0.16.1 |
3490 | 2025-03-25T22:23:16.640Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3491 | 2025-03-25T22:23:18.169Z | Checking diesel v2.2.8 |
3492 | 2025-03-25T22:23:33.425Z | Compiling samael v0.0.18 |
3493 | 2025-03-25T22:23:49.902Z | Checking async-bb8-diesel v0.2.1 |
3494 | 2025-03-25T22:23:51.624Z | Compiling polar-core v0.27.3 |
3495 | 2025-03-25T22:23:58.759Z | Checking oso v0.27.3 |
3496 | 2025-03-25T22:24:58.095Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3497 | 2025-03-25T22:25:05.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3498 | 2025-03-25T22:25:05.313Z | |
3499 | 2025-03-25T22:25:05.313Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
3500 | 2025-03-25T22:25:05.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3501 | 2025-03-25T22:25:05.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3502 | 2025-03-25T22:25:05.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3503 | 2025-03-25T22:25:05.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3504 | 2025-03-25T22:25:06.020Z | |
3505 | 2025-03-25T22:25:06.020Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
3506 | 2025-03-25T22:25:06.645Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3507 | 2025-03-25T22:25:06.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3508 | 2025-03-25T22:25:06.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3509 | 2025-03-25T22:25:06.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3510 | 2025-03-25T22:25:06.741Z | |
3511 | 2025-03-25T22:25:06.742Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
3512 | 2025-03-25T22:25:07.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3513 | 2025-03-25T22:25:07.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3514 | 2025-03-25T22:25:07.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3515 | 2025-03-25T22:25:07.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3516 | 2025-03-25T22:25:07.384Z | |
3517 | 2025-03-25T22:25:07.384Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
3518 | 2025-03-25T22:25:08.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3519 | 2025-03-25T22:25:08.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3520 | 2025-03-25T22:25:08.226Z | Compiling libz-sys v1.1.20 |
3521 | 2025-03-25T22:25:08.231Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3522 | 2025-03-25T22:25:08.360Z | Compiling vergen v8.3.2 |
3523 | 2025-03-25T22:25:08.375Z | Compiling cargo-platform v0.1.8 |
3524 | 2025-03-25T22:25:08.375Z | Compiling pin-project-internal v1.1.6 |
3525 | 2025-03-25T22:25:08.398Z | Compiling snafu-derive v0.8.5 |
3526 | 2025-03-25T22:25:08.446Z | Compiling rustls v0.21.12 |
3527 | 2025-03-25T22:25:08.446Z | Checking globset v0.4.15 |
3528 | 2025-03-25T22:25:08.701Z | Compiling cargo_metadata v0.18.1 |
3529 | 2025-03-25T22:25:08.759Z | Checking olpc-cjson v0.1.4 |
3530 | 2025-03-25T22:25:08.903Z | Checking sct v0.7.1 |
3531 | 2025-03-25T22:25:09.078Z | Checking rustls-webpki v0.101.7 |
3532 | 2025-03-25T22:25:09.242Z | Checking serde_plain v1.0.2 |
3533 | 2025-03-25T22:25:09.242Z | Checking typed-path v0.9.3 |
3534 | 2025-03-25T22:25:09.329Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3535 | 2025-03-25T22:25:09.409Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3536 | 2025-03-25T22:25:09.549Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3537 | 2025-03-25T22:25:09.603Z | Checking parse-size v1.1.0 |
3538 | 2025-03-25T22:25:09.834Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3539 | 2025-03-25T22:25:09.892Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3540 | 2025-03-25T22:25:10.764Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3541 | 2025-03-25T22:25:10.834Z | Checking rustls-pemfile v1.0.4 |
3542 | 2025-03-25T22:25:10.847Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3543 | 2025-03-25T22:25:10.869Z | Checking pin-project v1.1.6 |
3544 | 2025-03-25T22:25:11.036Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3545 | 2025-03-25T22:25:11.072Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3546 | 2025-03-25T22:25:11.353Z | Checking twox-hash v2.1.0 |
3547 | 2025-03-25T22:25:11.419Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3548 | 2025-03-25T22:25:11.485Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3549 | 2025-03-25T22:25:11.928Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3550 | 2025-03-25T22:25:12.509Z | Checking tokio-rustls v0.24.1 |
3551 | 2025-03-25T22:25:12.844Z | Checking snafu v0.8.5 |
3552 | 2025-03-25T22:25:12.863Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3553 | 2025-03-25T22:25:13.241Z | Checking tough v0.19.0 |
3554 | 2025-03-25T22:25:13.312Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3555 | 2025-03-25T22:25:13.332Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3556 | 2025-03-25T22:25:13.502Z | Checking fatfs v0.3.6 |
3557 | 2025-03-25T22:25:13.529Z | Checking assert_matches v1.5.0 |
3558 | 2025-03-25T22:25:17.018Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3559 | 2025-03-25T22:25:18.121Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3560 | 2025-03-25T22:25:19.866Z | Compiling git2 v0.19.0 |
3561 | 2025-03-25T22:25:23.874Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3562 | 2025-03-25T22:26:20.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3563 | 2025-03-25T22:26:20.758Z | |
3564 | 2025-03-25T22:26:20.759Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
3565 | 2025-03-25T22:26:21.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3566 | 2025-03-25T22:26:21.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3567 | 2025-03-25T22:26:21.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3568 | 2025-03-25T22:26:21.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3569 | 2025-03-25T22:26:21.495Z | |
3570 | 2025-03-25T22:26:21.495Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3571 | 2025-03-25T22:26:22.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3572 | 2025-03-25T22:26:22.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3573 | 2025-03-25T22:26:22.087Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3574 | 2025-03-25T22:26:22.090Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3575 | 2025-03-25T22:26:22.169Z | |
3576 | 2025-03-25T22:26:22.169Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3577 | 2025-03-25T22:26:22.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3578 | 2025-03-25T22:26:22.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3579 | 2025-03-25T22:26:22.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3580 | 2025-03-25T22:26:22.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3581 | 2025-03-25T22:26:22.888Z | |
3582 | 2025-03-25T22:26:22.888Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3583 | 2025-03-25T22:26:23.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3584 | 2025-03-25T22:26:23.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3585 | 2025-03-25T22:26:23.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3586 | 2025-03-25T22:26:23.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3587 | 2025-03-25T22:26:23.601Z | |
3588 | 2025-03-25T22:26:23.601Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3589 | 2025-03-25T22:26:24.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3590 | 2025-03-25T22:26:24.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3591 | 2025-03-25T22:26:24.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3592 | 2025-03-25T22:26:24.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3593 | 2025-03-25T22:26:24.316Z | |
3594 | 2025-03-25T22:26:24.316Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3595 | 2025-03-25T22:26:24.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3596 | 2025-03-25T22:26:24.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3597 | 2025-03-25T22:26:24.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3598 | 2025-03-25T22:26:24.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3599 | 2025-03-25T22:26:25.024Z | |
3600 | 2025-03-25T22:26:25.024Z | info: running `cargo check --bins` on update-common (176/199) |
3601 | 2025-03-25T22:26:25.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3602 | 2025-03-25T22:26:25.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3603 | 2025-03-25T22:26:25.610Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3604 | 2025-03-25T22:26:25.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3605 | 2025-03-25T22:26:25.694Z | |
3606 | 2025-03-25T22:26:25.694Z | info: running `cargo check --bins` on omicron-dev (177/199) |
3607 | 2025-03-25T22:26:26.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3608 | 2025-03-25T22:26:26.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3609 | 2025-03-25T22:26:26.572Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3610 | 2025-03-25T22:26:26.576Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3611 | 2025-03-25T22:26:26.717Z | Checking diff v0.1.13 |
3612 | 2025-03-25T22:26:26.718Z | Checking yansi v1.0.1 |
3613 | 2025-03-25T22:26:26.721Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3614 | 2025-03-25T22:26:26.721Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3615 | 2025-03-25T22:26:27.108Z | Checking pretty_assertions v1.4.1 |
3616 | 2025-03-25T22:26:27.769Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3617 | 2025-03-25T22:26:54.933Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3618 | 2025-03-25T22:26:54.937Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3619 | 2025-03-25T22:26:54.937Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3620 | 2025-03-25T22:26:54.937Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3621 | 2025-03-25T22:26:54.937Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3622 | 2025-03-25T22:26:54.937Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3623 | 2025-03-25T22:26:55.750Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3624 | 2025-03-25T22:26:56.922Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3625 | 2025-03-25T22:27:38.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s |
3626 | 2025-03-25T22:27:38.810Z | |
3627 | 2025-03-25T22:27:38.810Z | info: running `cargo check --bins` on openapi-manager (178/199) |
3628 | 2025-03-25T22:27:39.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3629 | 2025-03-25T22:27:39.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3630 | 2025-03-25T22:27:39.545Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3631 | 2025-03-25T22:27:39.553Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3632 | 2025-03-25T22:27:39.671Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3633 | 2025-03-25T22:27:39.683Z | Compiling proc-macro-error-attr2 v2.0.0 |
3634 | 2025-03-25T22:27:39.695Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3635 | 2025-03-25T22:27:39.698Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3636 | 2025-03-25T22:27:39.723Z | Checking papergrid v0.14.0 |
3637 | 2025-03-25T22:27:39.740Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3638 | 2025-03-25T22:27:39.924Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3639 | 2025-03-25T22:27:40.021Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3640 | 2025-03-25T22:27:40.296Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3641 | 2025-03-25T22:27:40.440Z | Compiling proc-macro-error2 v2.0.1 |
3642 | 2025-03-25T22:27:41.066Z | Compiling tabled_derive v0.10.0 |
3643 | 2025-03-25T22:27:41.223Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3644 | 2025-03-25T22:27:41.406Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3645 | 2025-03-25T22:27:41.485Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3646 | 2025-03-25T22:27:41.514Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3647 | 2025-03-25T22:27:42.018Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3648 | 2025-03-25T22:27:42.445Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3649 | 2025-03-25T22:27:42.522Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3650 | 2025-03-25T22:27:42.935Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3651 | 2025-03-25T22:27:43.382Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3652 | 2025-03-25T22:27:43.444Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3653 | 2025-03-25T22:27:43.526Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3654 | 2025-03-25T22:27:43.695Z | Checking tabled v0.18.0 |
3655 | 2025-03-25T22:27:43.841Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3656 | 2025-03-25T22:27:44.098Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3657 | 2025-03-25T22:27:44.167Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3658 | 2025-03-25T22:27:45.684Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3659 | 2025-03-25T22:27:45.684Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3660 | 2025-03-25T22:27:48.853Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3661 | 2025-03-25T22:27:53.957Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3662 | 2025-03-25T22:27:54.900Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3663 | 2025-03-25T22:27:54.904Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3664 | 2025-03-25T22:27:56.152Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3665 | 2025-03-25T22:27:57.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.74s |
3666 | 2025-03-25T22:27:57.767Z | |
3667 | 2025-03-25T22:27:57.767Z | info: running `cargo check --bins` on installinator-api (179/199) |
3668 | 2025-03-25T22:27:58.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3669 | 2025-03-25T22:27:58.350Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3670 | 2025-03-25T22:27:58.350Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3671 | 2025-03-25T22:27:58.353Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3672 | 2025-03-25T22:27:58.434Z | |
3673 | 2025-03-25T22:27:58.434Z | info: running `cargo check --bins` on wicketd-api (180/199) |
3674 | 2025-03-25T22:27:59.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3675 | 2025-03-25T22:27:59.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3676 | 2025-03-25T22:27:59.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3677 | 2025-03-25T22:27:59.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3678 | 2025-03-25T22:27:59.109Z | |
3679 | 2025-03-25T22:27:59.110Z | info: running `cargo check --bins` on omicron-pins (181/199) |
3680 | 2025-03-25T22:27:59.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3681 | 2025-03-25T22:27:59.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3682 | 2025-03-25T22:27:59.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3683 | 2025-03-25T22:27:59.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3684 | 2025-03-25T22:27:59.739Z | |
3685 | 2025-03-25T22:27:59.739Z | info: running `cargo check --bins` on reconfigurator-cli (182/199) |
3686 | 2025-03-25T22:28:00.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3687 | 2025-03-25T22:28:00.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3688 | 2025-03-25T22:28:00.447Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3689 | 2025-03-25T22:28:00.451Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3690 | 2025-03-25T22:28:00.451Z | Compiling petname v2.0.2 |
3691 | 2025-03-25T22:28:00.451Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3692 | 2025-03-25T22:28:00.560Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3693 | 2025-03-25T22:28:00.569Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3694 | 2025-03-25T22:28:00.603Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3695 | 2025-03-25T22:28:00.616Z | Checking sync-ptr v0.1.1 |
3696 | 2025-03-25T22:28:06.823Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3697 | 2025-03-25T22:28:06.842Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3698 | 2025-03-25T22:28:07.447Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3699 | 2025-03-25T22:28:09.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3700 | 2025-03-25T22:28:09.202Z | |
3701 | 2025-03-25T22:28:09.203Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/199) |
3702 | 2025-03-25T22:28:09.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3703 | 2025-03-25T22:28:09.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3704 | 2025-03-25T22:28:09.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3705 | 2025-03-25T22:28:09.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3706 | 2025-03-25T22:28:09.889Z | |
3707 | 2025-03-25T22:28:09.889Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (184/199) |
3708 | 2025-03-25T22:28:10.499Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3709 | 2025-03-25T22:28:10.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3710 | 2025-03-25T22:28:10.629Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3711 | 2025-03-25T22:28:11.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.66s |
3712 | 2025-03-25T22:28:11.776Z | |
3713 | 2025-03-25T22:28:11.776Z | info: running `cargo check --bins` on omicron-releng (185/199) |
3714 | 2025-03-25T22:28:12.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3715 | 2025-03-25T22:28:12.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3716 | 2025-03-25T22:28:12.441Z | Checking memmap2 v0.9.5 |
3717 | 2025-03-25T22:28:12.445Z | Checking constant_time_eq v0.3.1 |
3718 | 2025-03-25T22:28:12.446Z | Checking arrayvec v0.7.6 |
3719 | 2025-03-25T22:28:12.446Z | Checking arrayref v0.3.9 |
3720 | 2025-03-25T22:28:12.446Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3721 | 2025-03-25T22:28:12.446Z | Checking topological-sort v0.2.2 |
3722 | 2025-03-25T22:28:12.549Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3723 | 2025-03-25T22:28:12.553Z | Checking shell-words v1.1.0 |
3724 | 2025-03-25T22:28:12.832Z | Checking blake3 v1.5.4 |
3725 | 2025-03-25T22:28:12.965Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3726 | 2025-03-25T22:28:13.174Z | Checking omicron-zone-package v0.12.0 |
3727 | 2025-03-25T22:28:14.293Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3728 | 2025-03-25T22:28:15.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
3729 | 2025-03-25T22:28:15.291Z | |
3730 | 2025-03-25T22:28:15.291Z | info: running `cargo check --bins` on xtask (186/199) |
3731 | 2025-03-25T22:28:15.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3732 | 2025-03-25T22:28:15.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3733 | 2025-03-25T22:28:15.748Z | Checking bitflags v2.6.0 |
3734 | 2025-03-25T22:28:15.752Z | Checking serde v1.0.218 |
3735 | 2025-03-25T22:28:15.752Z | Checking thiserror v1.0.69 |
3736 | 2025-03-25T22:28:15.844Z | Checking scroll v0.12.0 |
3737 | 2025-03-25T22:28:15.848Z | Checking hashbrown v0.15.1 |
3738 | 2025-03-25T22:28:15.860Z | Checking log v0.4.22 |
3739 | 2025-03-25T22:28:15.864Z | Checking zerocopy v0.7.35 |
3740 | 2025-03-25T22:28:15.883Z | Checking syn v2.0.98 |
3741 | 2025-03-25T22:28:15.947Z | Checking pest v2.7.14 |
3742 | 2025-03-25T22:28:16.082Z | Checking rustix v0.38.37 |
3743 | 2025-03-25T22:28:16.116Z | Checking once_cell v1.20.3 |
3744 | 2025-03-25T22:28:16.293Z | Checking goblin v0.8.2 |
3745 | 2025-03-25T22:28:16.443Z | Checking thiserror v2.0.12 |
3746 | 2025-03-25T22:28:16.588Z | Checking fs-err v2.11.0 |
3747 | 2025-03-25T22:28:16.798Z | Checking indexmap v2.7.1 |
3748 | 2025-03-25T22:28:16.906Z | Checking anyhow v1.0.97 |
3749 | 2025-03-25T22:28:17.039Z | Checking tabled v0.15.0 |
3750 | 2025-03-25T22:28:17.921Z | Checking terminal_size v0.4.0 |
3751 | 2025-03-25T22:28:17.921Z | Checking tempfile v3.13.0 |
3752 | 2025-03-25T22:28:18.103Z | Checking clap_builder v4.5.32 |
3753 | 2025-03-25T22:28:18.256Z | Checking dtrace-parser v0.2.0 |
3754 | 2025-03-25T22:28:19.964Z | Checking serde_json v1.0.139 |
3755 | 2025-03-25T22:28:19.964Z | Checking serde_spanned v0.6.8 |
3756 | 2025-03-25T22:28:19.967Z | Checking toml_datetime v0.6.8 |
3757 | 2025-03-25T22:28:19.967Z | Checking camino v1.1.9 |
3758 | 2025-03-25T22:28:19.967Z | Checking cargo-platform v0.1.8 |
3759 | 2025-03-25T22:28:19.968Z | Checking semver v1.0.25 |
3760 | 2025-03-25T22:28:20.032Z | Checking clap v4.5.32 |
3761 | 2025-03-25T22:28:20.140Z | Checking macaddr v1.0.1 |
3762 | 2025-03-25T22:28:20.302Z | Checking toml_edit v0.22.24 |
3763 | 2025-03-25T22:28:20.457Z | Checking camino-tempfile v1.1.1 |
3764 | 2025-03-25T22:28:21.027Z | Checking dof v0.3.0 |
3765 | 2025-03-25T22:28:21.027Z | Checking cargo_metadata v0.19.2 |
3766 | 2025-03-25T22:28:21.536Z | Checking usdt-impl v0.5.0 |
3767 | 2025-03-25T22:28:21.793Z | Checking usdt v0.5.0 |
3768 | 2025-03-25T22:28:22.031Z | Checking toml v0.8.20 |
3769 | 2025-03-25T22:28:22.462Z | Checking cargo_toml v0.21.0 |
3770 | 2025-03-25T22:28:23.599Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3771 | 2025-03-25T22:28:24.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.91s |
3772 | 2025-03-25T22:28:24.320Z | |
3773 | 2025-03-25T22:28:24.320Z | info: running `cargo check --bins` on end-to-end-tests (187/199) |
3774 | 2025-03-25T22:28:24.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3775 | 2025-03-25T22:28:24.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3776 | 2025-03-25T22:28:25.103Z | Checking polyval v0.6.2 |
3777 | 2025-03-25T22:28:25.222Z | Checking ctr v0.9.2 |
3778 | 2025-03-25T22:28:25.233Z | Checking ssh-encoding v0.2.0 |
3779 | 2025-03-25T22:28:25.236Z | Checking blowfish v0.9.1 |
3780 | 2025-03-25T22:28:25.255Z | Checking password-hash v0.4.2 |
3781 | 2025-03-25T22:28:25.271Z | Checking p256 v0.13.2 |
3782 | 2025-03-25T22:28:25.274Z | Checking p521 v0.13.3 |
3783 | 2025-03-25T22:28:25.302Z | Checking russh-cryptovec v0.7.3 |
3784 | 2025-03-25T22:28:25.448Z | Checking ghash v0.5.1 |
3785 | 2025-03-25T22:28:25.467Z | Checking bcrypt-pbkdf v0.10.0 |
3786 | 2025-03-25T22:28:25.470Z | Checking md5 v0.7.0 |
3787 | 2025-03-25T22:28:25.507Z | Checking num-bigint v0.4.6 |
3788 | 2025-03-25T22:28:25.539Z | Checking des v0.8.1 |
3789 | 2025-03-25T22:28:25.611Z | Checking aes-gcm v0.10.3 |
3790 | 2025-03-25T22:28:25.651Z | Checking pbkdf2 v0.11.0 |
3791 | 2025-03-25T22:28:25.741Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3792 | 2025-03-25T22:28:25.759Z | Checking hex-literal v0.4.1 |
3793 | 2025-03-25T22:28:25.774Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3794 | 2025-03-25T22:28:25.802Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3795 | 2025-03-25T22:28:25.839Z | Checking ssh-cipher v0.2.0 |
3796 | 2025-03-25T22:28:25.881Z | Checking internet-checksum v0.2.1 |
3797 | 2025-03-25T22:28:26.131Z | Checking ssh-key v0.6.6 |
3798 | 2025-03-25T22:28:26.353Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3799 | 2025-03-25T22:28:27.216Z | Checking russh-keys v0.45.0 |
3800 | 2025-03-25T22:28:28.056Z | Checking russh v0.45.0 |
3801 | 2025-03-25T22:28:46.677Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3802 | 2025-03-25T22:28:48.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.70s |
3803 | 2025-03-25T22:28:48.240Z | |
3804 | 2025-03-25T22:28:48.240Z | info: running `cargo check --bins` on gateway-cli (188/199) |
3805 | 2025-03-25T22:28:48.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-03-25T22:28:48.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-03-25T22:28:48.908Z | Checking termios v0.3.3 |
3808 | 2025-03-25T22:28:49.132Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3809 | 2025-03-25T22:28:49.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3810 | 2025-03-25T22:28:50.106Z | |
3811 | 2025-03-25T22:28:50.106Z | info: running `cargo check --bins --no-default-features` on installinator (189/199) |
3812 | 2025-03-25T22:28:50.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3813 | 2025-03-25T22:28:50.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3814 | 2025-03-25T22:28:50.824Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3815 | 2025-03-25T22:28:50.824Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3816 | 2025-03-25T22:28:50.827Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3817 | 2025-03-25T22:28:50.828Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3818 | 2025-03-25T22:28:51.839Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3819 | 2025-03-25T22:28:53.100Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3820 | 2025-03-25T22:28:54.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
3821 | 2025-03-25T22:28:55.085Z | |
3822 | 2025-03-25T22:28:55.086Z | info: running `cargo check --bins` on internal-dns-cli (190/199) |
3823 | 2025-03-25T22:28:55.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3824 | 2025-03-25T22:28:55.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3825 | 2025-03-25T22:28:55.745Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3826 | 2025-03-25T22:28:56.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3827 | 2025-03-25T22:28:56.397Z | |
3828 | 2025-03-25T22:28:56.397Z | info: running `cargo check --bins` on omicron-live-tests (191/199) |
3829 | 2025-03-25T22:28:56.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3830 | 2025-03-25T22:28:56.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3831 | 2025-03-25T22:28:56.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3832 | 2025-03-25T22:28:56.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3833 | 2025-03-25T22:28:57.027Z | |
3834 | 2025-03-25T22:28:57.027Z | info: running `cargo check --bins` on live-tests-macros (192/199) |
3835 | 2025-03-25T22:28:57.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3836 | 2025-03-25T22:28:57.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3837 | 2025-03-25T22:28:57.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3838 | 2025-03-25T22:28:57.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3839 | 2025-03-25T22:28:57.661Z | |
3840 | 2025-03-25T22:28:57.661Z | info: running `cargo check --bins` on nexus-mgs-updates (193/199) |
3841 | 2025-03-25T22:28:58.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3842 | 2025-03-25T22:28:58.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3843 | 2025-03-25T22:28:58.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3844 | 2025-03-25T22:28:58.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3845 | 2025-03-25T22:28:58.305Z | |
3846 | 2025-03-25T22:28:58.305Z | info: running `cargo check --bins` on omicron-package (194/199) |
3847 | 2025-03-25T22:28:58.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-03-25T22:28:58.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-03-25T22:28:58.995Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3850 | 2025-03-25T22:29:00.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3851 | 2025-03-25T22:29:00.849Z | |
3852 | 2025-03-25T22:29:00.849Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3853 | 2025-03-25T22:29:01.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3854 | 2025-03-25T22:29:01.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3855 | 2025-03-25T22:29:01.420Z | Checking rtoolbox v0.0.2 |
3856 | 2025-03-25T22:29:01.440Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3857 | 2025-03-25T22:29:01.440Z | Checking tui-tree-widget v0.23.0 |
3858 | 2025-03-25T22:29:01.492Z | Checking rpassword v7.3.1 |
3859 | 2025-03-25T22:29:06.137Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3860 | 2025-03-25T22:29:09.009Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3861 | 2025-03-25T22:29:10.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s |
3862 | 2025-03-25T22:29:10.358Z | |
3863 | 2025-03-25T22:29:10.358Z | info: running `cargo check --bins` on wicket (196/199) |
3864 | 2025-03-25T22:29:10.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3865 | 2025-03-25T22:29:10.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3866 | 2025-03-25T22:29:11.088Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3867 | 2025-03-25T22:29:11.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s |
3868 | 2025-03-25T22:29:11.701Z | |
3869 | 2025-03-25T22:29:11.702Z | info: running `cargo check --bins` on wicketd (197/199) |
3870 | 2025-03-25T22:29:12.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3871 | 2025-03-25T22:29:12.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3872 | 2025-03-25T22:29:12.439Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3873 | 2025-03-25T22:29:12.439Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3874 | 2025-03-25T22:29:13.263Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3875 | 2025-03-25T22:29:17.148Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
3876 | 2025-03-25T22:29:17.367Z | |
3877 | 2025-03-25T22:29:17.368Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3878 | 2025-03-25T22:29:17.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3879 | 2025-03-25T22:29:17.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3880 | 2025-03-25T22:29:17.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3881 | 2025-03-25T22:29:17.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3882 | 2025-03-25T22:29:18.006Z | |
3883 | 2025-03-25T22:29:18.006Z | info: running `cargo check --bins` on zone-setup (199/199) |
3884 | 2025-03-25T22:29:18.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3885 | 2025-03-25T22:29:18.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3886 | 2025-03-25T22:29:18.709Z | Checking uzers v0.12.1 |
3887 | 2025-03-25T22:29:19.050Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3888 | 2025-03-25T22:29:19.983Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3889 | 2025-03-25T22:29:20.193Z | |
3890 | 2025-03-25T22:29:20.194Z | real 13:47.626398289 |
3891 | 2025-03-25T22:29:20.194Z | user 28:10.657893411 |
3892 | 2025-03-25T22:29:20.194Z | sys 4:19.862613108 |
3893 | 2025-03-25T22:29:20.194Z | trap 0.587939099 |
3894 | 2025-03-25T22:29:20.194Z | tflt 0.465697273 |
3895 | 2025-03-25T22:29:20.194Z | dflt 1.871925676 |
3896 | 2025-03-25T22:29:20.194Z | kflt 0.001206240 |
3897 | 2025-03-25T22:29:20.194Z | lock 48:05.943969366 |
3898 | 2025-03-25T22:29:20.198Z | slp 2:14:54.328614937 |
3899 | 2025-03-25T22:29:20.198Z | lat 1:09.232890218 |
3900 | 2025-03-25T22:29:20.198Z | stop 3:55.212217212 |
3901 | 2025-03-25T22:29:20.199Z | process exited: duration 1159008 ms, exit code 0 |
|
3902 | 2025-03-25T22:29:20.209Z | found 0 output files |