|
|
|
1 | 2025-03-25T04:56:55.744Z | job assigned to worker 01JQ5TGYCKRPN4Q8DNKWRGXGTG [factory aws, i-01749a2851adf3bf2] (queued for 53 s) |
|
2 | 2025-03-25T04:57:03.900Z | starting task 0: "setup" |
3 | 2025-03-25T04:57:03.905Z | ++ uname -s |
4 | 2025-03-25T04:57:03.908Z | + kern=SunOS |
5 | 2025-03-25T04:57:03.908Z | + build_user=build |
6 | 2025-03-25T04:57:03.908Z | + build_uid=12345 |
7 | 2025-03-25T04:57:03.908Z | + work_dir=/work |
8 | 2025-03-25T04:57:03.908Z | + input_dir=/input |
9 | 2025-03-25T04:57:03.908Z | + [[ 0 == 12345 ]] |
10 | 2025-03-25T04:57:03.908Z | + case "$kern" in |
11 | 2025-03-25T04:57:03.908Z | + groupadd -g 12345 build |
12 | 2025-03-25T04:57:03.911Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-25T04:57:05.917Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-25T04:57:06.044Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-25T04:57:06.047Z | + home_fs=zfs |
16 | 2025-03-25T04:57:06.047Z | + [[ zfs == autofs ]] |
17 | 2025-03-25T04:57:06.047Z | + mkdir -p /home/build |
18 | 2025-03-25T04:57:06.051Z | + chown build:build /home/build /work |
19 | 2025-03-25T04:57:08.051Z | + chmod 0700 /home/build /work |
20 | 2025-03-25T04:57:08.054Z | process exited: duration 4155 ms, exit code 0 |
|
21 | 2025-03-25T04:57:08.061Z | starting task 1: "rust-toolchain" |
22 | 2025-03-25T04:57:08.067Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-25T04:57:08.067Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-25T04:57:08.067Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-25T04:57:08.067Z | * rust toolchain profile = "default" |
26 | 2025-03-25T04:57:08.067Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-25T04:57:08.067Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-25T04:57:08.072Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-25T04:57:08.072Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-25T04:57:08.184Z | info: downloading installer |
31 | 2025-03-25T04:57:09.410Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-25T04:57:09.410Z | warn: /opt/ooce/bin |
33 | 2025-03-25T04:57:09.410Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-25T04:57:09.410Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-25T04:57:09.410Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-25T04:57:09.410Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-25T04:57:09.410Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-25T04:57:09.410Z | error: cannot install while Rust is installed |
39 | 2025-03-25T04:57:09.410Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-25T04:57:09.423Z | info: profile set to 'default' |
41 | 2025-03-25T04:57:09.423Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-25T04:57:09.426Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-25T04:57:09.599Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-25T04:57:09.599Z | info: downloading component 'cargo' |
45 | 2025-03-25T04:57:10.520Z | info: downloading component 'clippy' |
46 | 2025-03-25T04:57:10.902Z | info: downloading component 'rust-docs' |
47 | 2025-03-25T04:57:12.047Z | info: downloading component 'rust-std' |
48 | 2025-03-25T04:57:14.349Z | info: downloading component 'rustc' |
49 | 2025-03-25T04:57:21.276Z | info: downloading component 'rustfmt' |
50 | 2025-03-25T04:57:21.607Z | info: installing component 'cargo' |
51 | 2025-03-25T04:57:22.420Z | info: installing component 'clippy' |
52 | 2025-03-25T04:57:22.801Z | info: installing component 'rust-docs' |
53 | 2025-03-25T04:57:24.542Z | info: installing component 'rust-std' |
54 | 2025-03-25T04:57:26.412Z | info: installing component 'rustc' |
55 | 2025-03-25T04:57:32.194Z | info: installing component 'rustfmt' |
56 | 2025-03-25T04:57:32.530Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-25T04:57:32.530Z | |
58 | 2025-03-25T04:57:32.896Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-25T04:57:32.896Z | |
60 | 2025-03-25T04:57:32.905Z | |
61 | 2025-03-25T04:57:32.905Z | Rust is installed now. Great! |
62 | 2025-03-25T04:57:32.905Z | |
63 | 2025-03-25T04:57:32.905Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-25T04:57:32.905Z | environment variable. This has not been done automatically. |
65 | 2025-03-25T04:57:32.905Z | |
66 | 2025-03-25T04:57:32.905Z | To configure your current shell, you need to source |
67 | 2025-03-25T04:57:32.905Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-25T04:57:32.905Z | |
69 | 2025-03-25T04:57:32.905Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-25T04:57:32.905Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-25T04:57:32.905Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-25T04:57:32.905Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-25T04:57:32.967Z | + rustup --version |
74 | 2025-03-25T04:57:32.978Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-25T04:57:32.978Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-25T04:57:33.007Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-25T04:57:33.011Z | + cargo --version |
78 | 2025-03-25T04:57:33.027Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-25T04:57:33.030Z | + rustc --version |
80 | 2025-03-25T04:57:33.054Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-25T04:57:33.058Z | process exited: duration 24990 ms, exit code 0 |
|
82 | 2025-03-25T04:57:33.067Z | starting task 2: "authentication" |
83 | 2025-03-25T04:57:33.089Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-25T04:57:33.095Z | starting task 3: "clone repository" |
85 | 2025-03-25T04:57:33.100Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-25T04:57:33.103Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-25T04:57:33.142Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-25T04:57:39.973Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-25T04:57:39.973Z | + git fetch origin 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
90 | 2025-03-25T04:57:40.281Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-25T04:57:40.281Z | * branch 36faafb666e626cf55506ab85f65e3e830c6d8f9 -> FETCH_HEAD |
92 | 2025-03-25T04:57:40.291Z | + [[ -n iliana/artifact-store-writer-redo ]] |
93 | 2025-03-25T04:57:40.294Z | ++ git branch --show-current |
94 | 2025-03-25T04:57:40.294Z | + current=main |
95 | 2025-03-25T04:57:40.294Z | + [[ main != iliana/artifact-store-writer-redo ]] |
96 | 2025-03-25T04:57:40.298Z | + git branch -f iliana/artifact-store-writer-redo 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
97 | 2025-03-25T04:57:40.298Z | + git checkout -f iliana/artifact-store-writer-redo |
98 | 2025-03-25T04:57:40.489Z | Switched to branch 'iliana/artifact-store-writer-redo' |
99 | 2025-03-25T04:57:40.492Z | + git reset --hard 36faafb666e626cf55506ab85f65e3e830c6d8f9 |
100 | 2025-03-25T04:57:40.675Z | HEAD is now at 36faafb66 fix comment numbering |
101 | 2025-03-25T04:57:40.679Z | process exited: duration 7579 ms, exit code 0 |
|
102 | 2025-03-25T04:57:40.685Z | starting task 4: "build" |
103 | 2025-03-25T04:57:40.691Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-25T04:57:40.691Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-25T04:57:40.691Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-25T04:57:40.691Z | + cargo --version |
107 | 2025-03-25T04:57:40.746Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-25T04:57:40.749Z | + rustc --version |
109 | 2025-03-25T04:57:40.814Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-25T04:57:40.818Z | + source ./env.sh |
111 | 2025-03-25T04:57:40.818Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-03-25T04:57:40.818Z | ++ set -o xtrace |
113 | 2025-03-25T04:57:40.822Z | ++++ dirname ./env.sh |
114 | 2025-03-25T04:57:40.828Z | +++ readlink -f . |
115 | 2025-03-25T04:57:40.828Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-03-25T04:57:40.828Z | ++ 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-25T04:57:40.828Z | ++ 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-25T04:57:40.828Z | ++ 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-25T04:57:40.828Z | ++ 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-25T04:57:40.832Z | ++ 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-25T04:57:40.832Z | ++ 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-25T04:57:40.832Z | ++ 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-25T04:57:40.832Z | ++ 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-25T04:57:40.832Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-03-25T04:57:40.832Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-03-25T04:57:40.832Z | + 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-25T04:57:40.832Z | + 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-25T04:57:40.832Z | + banner prerequisites |
129 | 2025-03-25T04:57:40.833Z | |
130 | 2025-03-25T04:57:40.833Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-03-25T04:57:40.833Z | # # # # # # # # # # # # # # # |
132 | 2025-03-25T04:57:40.833Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-03-25T04:57:40.833Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-03-25T04:57:40.833Z | # # # # # # # # # # # # # # # |
135 | 2025-03-25T04:57:40.833Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-03-25T04:57:40.833Z | |
137 | 2025-03-25T04:57:40.833Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-03-25T04:57:42.457Z | pkg list: illegal option -- F |
139 | 2025-03-25T04:57:42.457Z | Usage: |
140 | 2025-03-25T04:57:42.461Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
141 | 2025-03-25T04:57:42.461Z | [pkg_fmri_pattern ...] |
142 | 2025-03-25T04:57:43.294Z | pkg list: illegal option -- F |
143 | 2025-03-25T04:57:43.294Z | Usage: |
144 | 2025-03-25T04:57:43.297Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
145 | 2025-03-25T04:57:43.297Z | [pkg_fmri_pattern ...] |
146 | 2025-03-25T04:57:53.100Z | Startup: Refreshing catalog 'helios-dev' ... Done |
147 | 2025-03-25T04:57:57.575Z | Startup: Caching catalogs ... Done |
148 | 2025-03-25T04:58:12.202Z | Planning: Solver setup ... Done (13.579s) |
149 | 2025-03-25T04:58:12.363Z | Planning: Running solver ... Done (0.161s) |
150 | 2025-03-25T04:58:12.491Z | Planning: Finding local manifests ... Done (0.007s) |
151 | 2025-03-25T04:58:12.503Z | Planning: Fetching manifests: 0/7 0% complete |
152 | 2025-03-25T04:58:12.736Z | Planning: Fetching manifests: 7/7 100% complete |
153 | 2025-03-25T04:58:12.847Z | Planning: Package planning ... Done (0.110s) |
154 | 2025-03-25T04:58:12.905Z | Planning: Merging actions ... Done (0.058s) |
155 | 2025-03-25T04:58:13.100Z | Planning: Checking for conflicting actions ... Done (0.195s) |
156 | 2025-03-25T04:58:15.218Z | Planning: Consolidating action changes ... Done (2.117s) |
157 | 2025-03-25T04:58:15.647Z | Planning: Evaluating mediators ... Done (0.429s) |
158 | 2025-03-25T04:58:15.725Z | Planning: Planning completed in 18.05 seconds |
159 | 2025-03-25T04:58:15.741Z | Packages to install: 4 |
160 | 2025-03-25T04:58:15.741Z | Packages to update: 3 |
161 | 2025-03-25T04:58:15.745Z | Mediators to change: 2 |
162 | 2025-03-25T04:58:15.745Z | Services to change: 1 |
163 | 2025-03-25T04:58:15.745Z | Estimated space available: 155.59 GB |
164 | 2025-03-25T04:58:15.745Z | Estimated space to be consumed: 1.67 GB |
165 | 2025-03-25T04:58:15.745Z | Create boot environment: No |
166 | 2025-03-25T04:58:15.745Z | Create backup boot environment: Yes |
167 | 2025-03-25T04:58:15.745Z | Rebuild boot archive: No |
168 | 2025-03-25T04:58:15.745Z | |
169 | 2025-03-25T04:58:15.745Z | Changed mediators: |
170 | 2025-03-25T04:58:15.745Z | mediator clang: |
171 | 2025-03-25T04:58:15.746Z | version: None -> 15 (system default) |
172 | 2025-03-25T04:58:15.746Z | |
173 | 2025-03-25T04:58:15.746Z | mediator llvm: |
174 | 2025-03-25T04:58:15.746Z | version: 14 (system default) -> 15 (system default) |
175 | 2025-03-25T04:58:15.746Z | |
176 | 2025-03-25T04:58:15.746Z | Changed packages: |
177 | 2025-03-25T04:58:15.746Z | helios-dev |
178 | 2025-03-25T04:58:15.746Z | developer/build-essential |
179 | 2025-03-25T04:58:15.746Z | None -> 11-2.0 |
180 | 2025-03-25T04:58:15.746Z | library/libxmlsec1 |
181 | 2025-03-25T04:58:15.746Z | None -> 1.2.35-2.0 |
182 | 2025-03-25T04:58:15.746Z | ooce/developer/clang-15 |
183 | 2025-03-25T04:58:15.746Z | None -> 15.0.7-2.0 |
184 | 2025-03-25T04:58:15.746Z | ooce/developer/llvm-15 |
185 | 2025-03-25T04:58:15.746Z | None -> 15.0.7-2.0 |
186 | 2025-03-25T04:58:15.746Z | package/pkg |
187 | 2025-03-25T04:58:15.746Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
188 | 2025-03-25T04:58:15.746Z | system/library/g++-runtime |
189 | 2025-03-25T04:58:15.746Z | 13-2.0 -> 14-2.0 |
190 | 2025-03-25T04:58:15.746Z | system/library/gcc-runtime |
191 | 2025-03-25T04:58:15.746Z | 13-2.0 -> 14-2.0 |
192 | 2025-03-25T04:58:15.746Z | |
193 | 2025-03-25T04:58:15.746Z | Services: |
194 | 2025-03-25T04:58:15.746Z | restart_fmri: |
195 | 2025-03-25T04:58:15.746Z | svc:/system/update-man-index:default |
196 | 2025-03-25T04:58:15.746Z | |
197 | 2025-03-25T04:58:15.746Z | Editable files to change: |
198 | 2025-03-25T04:58:15.746Z | Update: |
199 | 2025-03-25T04:58:15.746Z | usr/share/lib/pkg/web/config.shtml |
200 | 2025-03-25T04:58:15.823Z | |
201 | 2025-03-25T04:58:15.823Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
202 | 2025-03-25T04:58:20.836Z | Download: 482/4301 items 16.9/225.4MB 7% complete (3.5M/s) |
203 | 2025-03-25T04:58:25.837Z | Download: 1193/4301 items 74.8/225.4MB 33% complete (7.4M/s) |
204 | 2025-03-25T04:58:30.848Z | Download: 1549/4301 items 117.4/225.4MB 52% complete (10.1M/s) |
205 | 2025-03-25T04:58:36.812Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (9.9M/s) |
206 | 2025-03-25T04:58:41.881Z | Download: 2318/4301 items 119.8/225.4MB 53% complete (221k/s) |
207 | 2025-03-25T04:58:46.934Z | Download: 3240/4301 items 188.8/225.4MB 83% complete (9.7M/s) |
208 | 2025-03-25T04:58:52.715Z | Download: 3281/4301 items 211.8/225.4MB 93% complete (9.3M/s) |
209 | 2025-03-25T04:58:57.716Z | Download: 4043/4301 items 218.9/225.4MB 97% complete (2.8M/s) |
210 | 2025-03-25T04:58:59.924Z | Download: Completed 225.42 MB in 44.09 seconds (5.1M/s) |
211 | 2025-03-25T04:59:01.935Z | Actions: 1/5122 actions (Removing old actions) |
212 | 2025-03-25T04:59:01.959Z | Actions: 194/5122 actions (Installing new actions) |
213 | 2025-03-25T04:59:06.675Z | Actions: 4267/5122 actions (Updating modified actions) |
214 | 2025-03-25T04:59:07.032Z | Actions: Completed 5122 actions in 5.10 seconds. |
215 | 2025-03-25T04:59:07.274Z | Done (0.234s) |
216 | 2025-03-25T04:59:07.277Z | Done (0.001s) |
217 | 2025-03-25T04:59:07.912Z | Done (0.636s) |
218 | 2025-03-25T04:59:12.256Z | Done (4.114s) |
219 | 2025-03-25T04:59:12.341Z | Done (0.016s) |
220 | 2025-03-25T04:59:12.345Z | Done (0.000s) |
221 | 2025-03-25T04:59:12.523Z | Done (0.000s) |
222 | 2025-03-25T04:59:13.235Z | Planning: Evaluating mediator changes ... Done |
223 | 2025-03-25T04:59:13.393Z | Planning: Checking for conflicting actions ... Done |
224 | 2025-03-25T04:59:13.397Z | Planning: Consolidating action changes ... Done |
225 | 2025-03-25T04:59:13.657Z | Planning: Evaluating mediators ... Done |
226 | 2025-03-25T04:59:13.661Z | Planning: Planning completed in 0.42 seconds |
227 | 2025-03-25T04:59:13.696Z | Mediators to change: 2 |
228 | 2025-03-25T04:59:13.696Z | Create boot environment: No |
229 | 2025-03-25T04:59:13.699Z | Create backup boot environment: No |
230 | 2025-03-25T04:59:13.778Z | Done |
231 | 2025-03-25T04:59:13.778Z | Done |
232 | 2025-03-25T04:59:14.200Z | Done |
233 | 2025-03-25T04:59:17.712Z | Done |
234 | 2025-03-25T04:59:17.801Z | Done |
235 | 2025-03-25T04:59:17.804Z | Done |
236 | 2025-03-25T04:59:17.934Z | Done |
237 | 2025-03-25T04:59:18.537Z | Planning: Evaluating mediator changes ... Done |
238 | 2025-03-25T04:59:18.541Z | Planning: Merging actions ... Done |
239 | 2025-03-25T04:59:18.805Z | Planning: Checking for conflicting actions ... Done |
240 | 2025-03-25T04:59:18.812Z | Planning: Consolidating action changes ... Done |
241 | 2025-03-25T04:59:18.995Z | Planning: Evaluating mediators ... Done |
242 | 2025-03-25T04:59:19.049Z | Planning: Planning completed in 0.75 seconds |
243 | 2025-03-25T04:59:19.093Z | Packages to change: 1 |
244 | 2025-03-25T04:59:19.093Z | Mediators to change: 1 |
245 | 2025-03-25T04:59:19.093Z | Services to change: 1 |
246 | 2025-03-25T04:59:19.107Z | Create boot environment: No |
247 | 2025-03-25T04:59:19.107Z | Create backup boot environment: Yes |
248 | 2025-03-25T04:59:21.455Z | Actions: 1/6 actions (Updating modified actions) |
249 | 2025-03-25T04:59:21.459Z | Actions: Completed 6 actions in 0.00 seconds. |
250 | 2025-03-25T04:59:21.459Z | Done |
251 | 2025-03-25T04:59:21.459Z | Done |
252 | 2025-03-25T04:59:21.585Z | Done |
253 | 2025-03-25T04:59:25.129Z | Done |
254 | 2025-03-25T04:59:25.215Z | Done |
255 | 2025-03-25T04:59:25.218Z | Done |
256 | 2025-03-25T04:59:25.360Z | Done |
257 | 2025-03-25T04:59:25.786Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
258 | 2025-03-25T04:59:25.786Z | clang system 15 system |
259 | 2025-03-25T04:59:25.786Z | csh system system illumos |
260 | 2025-03-25T04:59:25.786Z | ctags system system illumos |
261 | 2025-03-25T04:59:25.786Z | gcc vendor 12 vendor |
262 | 2025-03-25T04:59:25.786Z | gcc system 10 system |
263 | 2025-03-25T04:59:25.786Z | gcc system 7 system |
264 | 2025-03-25T04:59:25.786Z | go system 1.20 system |
265 | 2025-03-25T04:59:25.786Z | go system 1.19 system |
266 | 2025-03-25T04:59:25.786Z | llvm system 15 system |
267 | 2025-03-25T04:59:25.786Z | llvm system 14 system |
268 | 2025-03-25T04:59:25.786Z | mariadb system 10.6 system |
269 | 2025-03-25T04:59:25.786Z | mta vendor vendor dma |
270 | 2025-03-25T04:59:25.786Z | openjdk system 17 system |
271 | 2025-03-25T04:59:25.787Z | openjdk system 11 system |
272 | 2025-03-25T04:59:25.787Z | openjdk system 1.8 system |
273 | 2025-03-25T04:59:25.787Z | openssl vendor 3 vendor |
274 | 2025-03-25T04:59:25.787Z | perl system 5.36 system |
275 | 2025-03-25T04:59:25.787Z | postgresql system 15 system |
276 | 2025-03-25T04:59:25.787Z | postgresql system 13 system |
277 | 2025-03-25T04:59:25.787Z | python vendor 3 vendor |
278 | 2025-03-25T04:59:25.787Z | python system 2 system |
279 | 2025-03-25T04:59:25.787Z | python3 system 3.11 system |
280 | 2025-03-25T04:59:25.787Z | ruby system 3.0 system |
281 | 2025-03-25T04:59:25.787Z | words vendor vendor american-english |
282 | 2025-03-25T04:59:25.787Z | words system system australian-english |
283 | 2025-03-25T04:59:25.787Z | words system system british-english |
284 | 2025-03-25T04:59:25.787Z | words system system canadian-english |
285 | 2025-03-25T04:59:25.787Z | words system system french |
286 | 2025-03-25T04:59:25.787Z | words system system italian |
287 | 2025-03-25T04:59:25.787Z | words system system ngerman |
288 | 2025-03-25T04:59:25.787Z | words system system ogerman |
289 | 2025-03-25T04:59:25.787Z | words system system spanish |
290 | 2025-03-25T04:59:26.113Z | PUBLISHER TYPE STATUS P LOCATION |
291 | 2025-03-25T04:59:26.113Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
292 | 2025-03-25T04:59:29.287Z | FMRI IFO |
293 | 2025-03-25T04:59:29.287Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
294 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
295 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
296 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
297 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
298 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
299 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
300 | 2025-03-25T04:59:29.288Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
301 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
302 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
303 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
304 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
305 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
306 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
307 | 2025-03-25T04:59:29.289Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
308 | 2025-03-25T04:59:30.105Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
309 | 2025-03-25T04:59:30.432Z | Updating crates.io index |
310 | 2025-03-25T04:59:30.449Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
311 | 2025-03-25T04:59:30.977Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
312 | 2025-03-25T04:59:31.271Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
313 | 2025-03-25T04:59:31.505Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
314 | 2025-03-25T04:59:31.855Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
315 | 2025-03-25T04:59:32.887Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
316 | 2025-03-25T04:59:34.788Z | Updating git repository `https://github.com/oxidecomputer/opte` |
317 | 2025-03-25T04:59:35.489Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
318 | 2025-03-25T04:59:36.317Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
319 | 2025-03-25T04:59:36.662Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
320 | 2025-03-25T04:59:36.962Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
321 | 2025-03-25T04:59:37.602Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
322 | 2025-03-25T04:59:38.153Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
323 | 2025-03-25T04:59:38.492Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
324 | 2025-03-25T04:59:38.921Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
325 | 2025-03-25T04:59:39.203Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
326 | 2025-03-25T04:59:39.467Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
327 | 2025-03-25T04:59:39.735Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
328 | 2025-03-25T04:59:40.028Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
329 | 2025-03-25T04:59:40.379Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
330 | 2025-03-25T04:59:40.646Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
331 | 2025-03-25T04:59:41.012Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
332 | 2025-03-25T04:59:41.311Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
333 | 2025-03-25T04:59:41.656Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
334 | 2025-03-25T04:59:42.208Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
335 | 2025-03-25T04:59:42.508Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
336 | 2025-03-25T04:59:42.888Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
337 | 2025-03-25T04:59:43.272Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
338 | 2025-03-25T04:59:43.621Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
339 | 2025-03-25T04:59:43.862Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
340 | 2025-03-25T04:59:44.143Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
341 | 2025-03-25T04:59:45.695Z | Downloading crates ... |
342 | 2025-03-25T04:59:45.791Z | Downloaded zerocopy-derive v0.7.35 |
343 | 2025-03-25T04:59:45.804Z | Downloaded log v0.4.22 |
344 | 2025-03-25T04:59:45.807Z | Downloaded winnow v0.7.3 |
345 | 2025-03-25T04:59:45.814Z | Downloaded memchr v2.7.4 |
346 | 2025-03-25T04:59:45.819Z | Downloaded zerocopy v0.7.35 |
347 | 2025-03-25T04:59:45.835Z | Downloaded toml_datetime v0.6.8 |
348 | 2025-03-25T04:59:45.838Z | Downloaded byteorder v1.5.0 |
349 | 2025-03-25T04:59:45.838Z | Downloaded anstyle-query v1.1.1 |
350 | 2025-03-25T04:59:45.842Z | Downloaded anstyle-parse v0.2.5 |
351 | 2025-03-25T04:59:45.842Z | Downloaded syn v1.0.109 |
352 | 2025-03-25T04:59:45.851Z | Downloaded strsim v0.11.1 |
353 | 2025-03-25T04:59:45.854Z | Downloaded bitflags v2.6.0 |
354 | 2025-03-25T04:59:45.857Z | Downloaded sha2 v0.10.8 |
355 | 2025-03-25T04:59:45.860Z | Downloaded ryu v1.0.18 |
356 | 2025-03-25T04:59:45.863Z | Downloaded proc-macro-error-attr v1.0.4 |
357 | 2025-03-25T04:59:45.863Z | Downloaded bitflags v1.3.2 |
358 | 2025-03-25T04:59:45.866Z | Downloaded itoa v1.0.11 |
359 | 2025-03-25T04:59:45.866Z | Downloaded heck v0.4.1 |
360 | 2025-03-25T04:59:45.869Z | Downloaded generic-array v0.14.7 |
361 | 2025-03-25T04:59:45.869Z | Downloaded typenum v1.17.0 |
362 | 2025-03-25T04:59:45.872Z | Downloaded dtrace-parser v0.2.0 |
363 | 2025-03-25T04:59:45.872Z | Downloaded dof v0.3.0 |
364 | 2025-03-25T04:59:45.872Z | Downloaded cargo_toml v0.21.0 |
365 | 2025-03-25T04:59:45.875Z | Downloaded fnv v1.0.7 |
366 | 2025-03-25T04:59:45.875Z | Downloaded fastrand v2.1.1 |
367 | 2025-03-25T04:59:45.878Z | Downloaded errno v0.3.9 |
368 | 2025-03-25T04:59:45.878Z | Downloaded equivalent v1.0.1 |
369 | 2025-03-25T04:59:45.882Z | Downloaded crypto-common v0.1.6 |
370 | 2025-03-25T04:59:45.882Z | Downloaded colorchoice v1.0.2 |
371 | 2025-03-25T04:59:45.882Z | Downloaded cfg-if v1.0.0 |
372 | 2025-03-25T04:59:45.905Z | Downloaded version_check v0.9.5 |
373 | 2025-03-25T04:59:45.909Z | Downloaded anstyle v1.0.10 |
374 | 2025-03-25T04:59:45.909Z | Downloaded block-buffer v0.10.4 |
375 | 2025-03-25T04:59:45.913Z | Downloaded autocfg v1.4.0 |
376 | 2025-03-25T04:59:45.913Z | Downloaded digest v0.10.7 |
377 | 2025-03-25T04:59:45.916Z | Downloaded is_terminal_polyfill v1.70.1 |
378 | 2025-03-25T04:59:45.916Z | Downloaded heck v0.5.0 |
379 | 2025-03-25T04:59:45.916Z | Downloaded camino-tempfile v1.1.1 |
380 | 2025-03-25T04:59:45.919Z | Downloaded clap_derive v4.5.32 |
381 | 2025-03-25T04:59:45.922Z | Downloaded fs-err v2.11.0 |
382 | 2025-03-25T04:59:45.922Z | Downloaded anyhow v1.0.97 |
383 | 2025-03-25T04:59:45.925Z | Downloaded clap v4.5.32 |
384 | 2025-03-25T04:59:45.933Z | Downloaded plain v0.2.3 |
385 | 2025-03-25T04:59:45.937Z | Downloaded smawk v0.3.2 |
386 | 2025-03-25T04:59:45.937Z | Downloaded proc-macro-error v1.0.4 |
387 | 2025-03-25T04:59:45.940Z | Downloaded serde_spanned v0.6.8 |
388 | 2025-03-25T04:59:45.940Z | Downloaded serde_derive v1.0.218 |
389 | 2025-03-25T04:59:45.945Z | Downloaded proc-macro2 v1.0.94 |
390 | 2025-03-25T04:59:45.948Z | Downloaded swrite v0.1.0 |
391 | 2025-03-25T04:59:45.948Z | Downloaded thiserror-impl v1.0.69 |
392 | 2025-03-25T04:59:45.948Z | Downloaded thread-id v4.2.2 |
393 | 2025-03-25T04:59:45.951Z | Downloaded thiserror v2.0.12 |
394 | 2025-03-25T04:59:45.954Z | Downloaded toml v0.8.20 |
395 | 2025-03-25T04:59:45.957Z | Downloaded textwrap v0.16.1 |
396 | 2025-03-25T04:59:45.961Z | Downloaded thiserror-impl v2.0.12 |
397 | 2025-03-25T04:59:45.965Z | Downloaded tempfile v3.13.0 |
398 | 2025-03-25T04:59:45.965Z | Downloaded thiserror v1.0.69 |
399 | 2025-03-25T04:59:45.969Z | Downloaded serde_json v1.0.139 |
400 | 2025-03-25T04:59:45.975Z | Downloaded serde v1.0.218 |
401 | 2025-03-25T04:59:45.978Z | Downloaded scroll_derive v0.12.0 |
402 | 2025-03-25T04:59:45.981Z | Downloaded io-lifetimes v1.0.11 |
403 | 2025-03-25T04:59:45.981Z | Downloaded clap_builder v4.5.32 |
404 | 2025-03-25T04:59:45.988Z | Downloaded rustix v0.38.37 |
405 | 2025-03-25T04:59:46.009Z | Downloaded terminal_size v0.4.0 |
406 | 2025-03-25T04:59:46.014Z | Downloaded pest_generator v2.7.14 |
407 | 2025-03-25T04:59:46.014Z | Downloaded pest_derive v2.7.14 |
408 | 2025-03-25T04:59:46.021Z | Downloaded pest v2.7.14 |
409 | 2025-03-25T04:59:46.025Z | Downloaded utf8parse v0.2.2 |
410 | 2025-03-25T04:59:46.025Z | Downloaded terminal_size v0.2.6 |
411 | 2025-03-25T04:59:46.025Z | Downloaded tabled_derive v0.7.0 |
412 | 2025-03-25T04:59:46.025Z | Downloaded papergrid v0.11.0 |
413 | 2025-03-25T04:59:46.029Z | Downloaded quote v1.0.39 |
414 | 2025-03-25T04:59:46.029Z | Downloaded hashbrown v0.15.1 |
415 | 2025-03-25T04:59:46.033Z | Downloaded cargo_metadata v0.19.2 |
416 | 2025-03-25T04:59:46.036Z | Downloaded cargo-platform v0.1.8 |
417 | 2025-03-25T04:59:46.036Z | Downloaded once_cell v1.20.3 |
418 | 2025-03-25T04:59:46.040Z | Downloaded goblin v0.8.2 |
419 | 2025-03-25T04:59:46.046Z | Downloaded bytecount v0.6.8 |
420 | 2025-03-25T04:59:46.049Z | Downloaded serde_tokenstream v0.2.2 |
421 | 2025-03-25T04:59:46.050Z | Downloaded semver v1.0.25 |
422 | 2025-03-25T04:59:46.050Z | Downloaded scroll v0.12.0 |
423 | 2025-03-25T04:59:46.055Z | Downloaded pretty-hex v0.4.1 |
424 | 2025-03-25T04:59:46.055Z | Downloaded unicode-linebreak v0.1.5 |
425 | 2025-03-25T04:59:46.055Z | Downloaded rustix v0.37.28 |
426 | 2025-03-25T04:59:46.070Z | Downloaded ucd-trie v0.1.7 |
427 | 2025-03-25T04:59:46.073Z | Downloaded toml_edit v0.22.24 |
428 | 2025-03-25T04:59:46.093Z | Downloaded syn v2.0.98 |
429 | 2025-03-25T04:59:46.102Z | Downloaded pest_meta v2.7.14 |
430 | 2025-03-25T04:59:46.106Z | Downloaded unicode-ident v1.0.14 |
431 | 2025-03-25T04:59:46.109Z | Downloaded indexmap v2.7.1 |
432 | 2025-03-25T04:59:46.114Z | Downloaded macaddr v1.0.1 |
433 | 2025-03-25T04:59:46.114Z | Downloaded camino v1.1.9 |
434 | 2025-03-25T04:59:46.114Z | Downloaded anstream v0.6.15 |
435 | 2025-03-25T04:59:46.118Z | Downloaded cpufeatures v0.2.14 |
436 | 2025-03-25T04:59:46.118Z | Downloaded usdt-macro v0.5.0 |
437 | 2025-03-25T04:59:46.118Z | Downloaded usdt-impl v0.5.0 |
438 | 2025-03-25T04:59:46.122Z | Downloaded usdt-attr-macro v0.5.0 |
439 | 2025-03-25T04:59:46.122Z | Downloaded usdt v0.5.0 |
440 | 2025-03-25T04:59:46.122Z | Downloaded unicode-width v0.1.14 |
441 | 2025-03-25T04:59:46.125Z | Downloaded tabled v0.15.0 |
442 | 2025-03-25T04:59:46.150Z | Downloaded clap_lex v0.7.4 |
443 | 2025-03-25T04:59:46.163Z | Downloaded memmap v0.7.0 |
444 | 2025-03-25T04:59:46.163Z | Downloaded libc v0.2.170 |
445 | 2025-03-25T04:59:46.274Z | Compiling proc-macro2 v1.0.94 |
446 | 2025-03-25T04:59:46.274Z | Compiling unicode-ident v1.0.14 |
447 | 2025-03-25T04:59:46.277Z | Compiling version_check v0.9.5 |
448 | 2025-03-25T04:59:46.277Z | Compiling serde v1.0.218 |
449 | 2025-03-25T04:59:46.278Z | Compiling libc v0.2.170 |
450 | 2025-03-25T04:59:46.278Z | Compiling memchr v2.7.4 |
451 | 2025-03-25T04:59:46.310Z | Compiling thiserror v1.0.69 |
452 | 2025-03-25T04:59:46.314Z | Compiling itoa v1.0.11 |
453 | 2025-03-25T04:59:46.552Z | Compiling ucd-trie v0.1.7 |
454 | 2025-03-25T04:59:46.657Z | Compiling ryu v1.0.18 |
455 | 2025-03-25T04:59:46.982Z | Compiling once_cell v1.20.3 |
456 | 2025-03-25T04:59:47.026Z | Compiling byteorder v1.5.0 |
457 | 2025-03-25T04:59:47.049Z | Compiling rustix v0.38.37 |
458 | 2025-03-25T04:59:47.272Z | Compiling serde_json v1.0.139 |
459 | 2025-03-25T04:59:47.477Z | Compiling bitflags v2.6.0 |
460 | 2025-03-25T04:59:47.623Z | Compiling usdt-impl v0.5.0 |
461 | 2025-03-25T04:59:47.739Z | Compiling proc-macro-error-attr v1.0.4 |
462 | 2025-03-25T04:59:47.881Z | Compiling syn v1.0.109 |
463 | 2025-03-25T04:59:47.903Z | Compiling io-lifetimes v1.0.11 |
464 | 2025-03-25T04:59:47.906Z | Compiling proc-macro-error v1.0.4 |
465 | 2025-03-25T04:59:48.048Z | Compiling quote v1.0.39 |
466 | 2025-03-25T04:59:48.194Z | Compiling errno v0.3.9 |
467 | 2025-03-25T04:59:48.225Z | Compiling log v0.4.22 |
468 | 2025-03-25T04:59:48.365Z | Compiling hashbrown v0.15.1 |
469 | 2025-03-25T04:59:48.414Z | Compiling syn v2.0.98 |
470 | 2025-03-25T04:59:48.635Z | Compiling utf8parse v0.2.2 |
471 | 2025-03-25T04:59:48.656Z | Compiling thread-id v4.2.2 |
472 | 2025-03-25T04:59:48.677Z | Compiling equivalent v1.0.1 |
473 | 2025-03-25T04:59:48.706Z | Compiling rustix v0.37.28 |
474 | 2025-03-25T04:59:48.766Z | Compiling plain v0.2.3 |
475 | 2025-03-25T04:59:48.799Z | Compiling camino v1.1.9 |
476 | 2025-03-25T04:59:48.821Z | Compiling anstyle-parse v0.2.5 |
477 | 2025-03-25T04:59:49.417Z | Compiling indexmap v2.7.1 |
478 | 2025-03-25T04:59:49.463Z | Compiling thiserror v2.0.12 |
479 | 2025-03-25T04:59:49.619Z | Compiling pretty-hex v0.4.1 |
480 | 2025-03-25T04:59:49.655Z | Compiling semver v1.0.25 |
481 | 2025-03-25T04:59:49.854Z | Compiling unicode-width v0.1.14 |
482 | 2025-03-25T04:59:49.879Z | Compiling autocfg v1.4.0 |
483 | 2025-03-25T04:59:50.013Z | Compiling winnow v0.7.3 |
484 | 2025-03-25T04:59:50.163Z | Compiling is_terminal_polyfill v1.70.1 |
485 | 2025-03-25T04:59:50.365Z | Compiling bitflags v1.3.2 |
486 | 2025-03-25T04:59:50.402Z | Compiling anstyle v1.0.10 |
487 | 2025-03-25T04:59:50.479Z | Compiling anstyle-query v1.1.1 |
488 | 2025-03-25T04:59:50.648Z | Compiling colorchoice v1.0.2 |
489 | 2025-03-25T04:59:50.844Z | Compiling fs-err v2.11.0 |
490 | 2025-03-25T04:59:50.871Z | Compiling anstream v0.6.15 |
491 | 2025-03-25T04:59:50.871Z | Compiling terminal_size v0.4.0 |
492 | 2025-03-25T04:59:51.269Z | Compiling fnv v1.0.7 |
493 | 2025-03-25T04:59:51.290Z | Compiling fastrand v2.1.1 |
494 | 2025-03-25T04:59:51.352Z | Compiling anyhow v1.0.97 |
495 | 2025-03-25T04:59:51.472Z | Compiling bytecount v0.6.8 |
496 | 2025-03-25T04:59:51.704Z | Compiling clap_lex v0.7.4 |
497 | 2025-03-25T04:59:51.808Z | Compiling strsim v0.11.1 |
498 | 2025-03-25T04:59:51.953Z | Compiling cfg-if v1.0.0 |
499 | 2025-03-25T04:59:52.029Z | Compiling heck v0.4.1 |
500 | 2025-03-25T04:59:52.059Z | Compiling heck v0.5.0 |
501 | 2025-03-25T04:59:52.329Z | Compiling tempfile v3.13.0 |
502 | 2025-03-25T04:59:52.456Z | Compiling clap_builder v4.5.32 |
503 | 2025-03-25T04:59:52.504Z | Compiling terminal_size v0.2.6 |
504 | 2025-03-25T04:59:52.530Z | Compiling papergrid v0.11.0 |
505 | 2025-03-25T04:59:52.682Z | Compiling memmap v0.7.0 |
506 | 2025-03-25T04:59:52.709Z | Compiling smawk v0.3.2 |
507 | 2025-03-25T04:59:52.946Z | Compiling unicode-linebreak v0.1.5 |
508 | 2025-03-25T04:59:53.419Z | Compiling textwrap v0.16.1 |
509 | 2025-03-25T04:59:53.485Z | Compiling swrite v0.1.0 |
510 | 2025-03-25T04:59:53.802Z | Compiling tabled_derive v0.7.0 |
511 | 2025-03-25T04:59:55.415Z | Compiling tabled v0.15.0 |
512 | 2025-03-25T04:59:55.463Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-25T04:59:55.467Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-25T04:59:55.467Z | Compiling zerocopy-derive v0.7.35 |
515 | 2025-03-25T04:59:55.467Z | Compiling scroll_derive v0.12.0 |
516 | 2025-03-25T04:59:55.467Z | Compiling thiserror-impl v2.0.12 |
517 | 2025-03-25T04:59:55.467Z | Compiling clap_derive v4.5.32 |
518 | 2025-03-25T04:59:56.943Z | Compiling scroll v0.12.0 |
519 | 2025-03-25T04:59:57.435Z | Compiling goblin v0.8.2 |
520 | 2025-03-25T04:59:57.475Z | Compiling zerocopy v0.7.35 |
521 | 2025-03-25T04:59:58.474Z | Compiling pest v2.7.14 |
522 | 2025-03-25T04:59:59.655Z | Compiling clap v4.5.32 |
523 | 2025-03-25T05:00:00.630Z | Compiling pest_meta v2.7.14 |
524 | 2025-03-25T05:00:01.523Z | Compiling pest_generator v2.7.14 |
525 | 2025-03-25T05:00:02.882Z | Compiling pest_derive v2.7.14 |
526 | 2025-03-25T05:00:03.482Z | Compiling dtrace-parser v0.2.0 |
527 | 2025-03-25T05:00:04.387Z | Compiling serde_spanned v0.6.8 |
528 | 2025-03-25T05:00:04.390Z | Compiling toml_datetime v0.6.8 |
529 | 2025-03-25T05:00:04.390Z | Compiling cargo-platform v0.1.8 |
530 | 2025-03-25T05:00:04.711Z | Compiling serde_tokenstream v0.2.2 |
531 | 2025-03-25T05:00:04.770Z | Compiling toml_edit v0.22.24 |
532 | 2025-03-25T05:00:04.850Z | Compiling macaddr v1.0.1 |
533 | 2025-03-25T05:00:04.955Z | Compiling camino-tempfile v1.1.1 |
534 | 2025-03-25T05:00:06.013Z | Compiling dof v0.3.0 |
535 | 2025-03-25T05:00:06.013Z | Compiling cargo_metadata v0.19.2 |
536 | 2025-03-25T05:00:07.367Z | Compiling usdt-attr-macro v0.5.0 |
537 | 2025-03-25T05:00:07.370Z | Compiling usdt-macro v0.5.0 |
538 | 2025-03-25T05:00:07.437Z | Compiling toml v0.8.20 |
539 | 2025-03-25T05:00:08.307Z | Compiling cargo_toml v0.21.0 |
540 | 2025-03-25T05:00:08.677Z | Compiling usdt v0.5.0 |
541 | 2025-03-25T05:00:10.856Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
542 | 2025-03-25T05:00:13.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.10s |
543 | 2025-03-25T05:00:14.222Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
544 | 2025-03-25T05:00:14.763Z | Downloading crates ... |
545 | 2025-03-25T05:00:14.903Z | Downloaded addr2line v0.24.2 |
546 | 2025-03-25T05:00:14.911Z | Downloaded array-init v0.0.4 |
547 | 2025-03-25T05:00:14.915Z | Downloaded atty v0.2.14 |
548 | 2025-03-25T05:00:14.915Z | Downloaded atomicwrites v0.4.4 |
549 | 2025-03-25T05:00:14.922Z | Downloaded cfg_aliases v0.2.1 |
550 | 2025-03-25T05:00:14.930Z | Downloaded atomic-waker v1.1.2 |
551 | 2025-03-25T05:00:14.941Z | Downloaded hex v0.4.3 |
552 | 2025-03-25T05:00:14.945Z | Downloaded cstr-argument v0.1.2 |
553 | 2025-03-25T05:00:14.949Z | Downloaded cfg_aliases v0.1.1 |
554 | 2025-03-25T05:00:14.949Z | Downloaded crucible-workspace-hack v0.1.0 |
555 | 2025-03-25T05:00:14.952Z | Downloaded ciborium-io v0.2.2 |
556 | 2025-03-25T05:00:14.955Z | Downloaded crunchy v0.2.2 |
557 | 2025-03-25T05:00:14.958Z | Downloaded constant_time_eq v0.3.1 |
558 | 2025-03-25T05:00:14.961Z | Downloaded bitfield-struct v0.6.2 |
559 | 2025-03-25T05:00:14.964Z | Downloaded chrono-tz-build v0.4.0 |
560 | 2025-03-25T05:00:14.968Z | Downloaded bit-set v0.5.3 |
561 | 2025-03-25T05:00:14.972Z | Downloaded aead v0.5.2 |
562 | 2025-03-25T05:00:14.972Z | Downloaded hickory-server v0.24.4 |
563 | 2025-03-25T05:00:14.977Z | Downloaded bb8 v0.8.5 |
564 | 2025-03-25T05:00:14.980Z | Downloaded heck v0.3.3 |
565 | 2025-03-25T05:00:14.980Z | Downloaded ctr v0.9.2 |
566 | 2025-03-25T05:00:14.984Z | Downloaded bitfield v0.14.0 |
567 | 2025-03-25T05:00:14.987Z | Downloaded hickory-client v0.24.4 |
568 | 2025-03-25T05:00:14.990Z | Downloaded hex-literal v0.4.1 |
569 | 2025-03-25T05:00:14.990Z | Downloaded convert_case v0.4.0 |
570 | 2025-03-25T05:00:14.990Z | Downloaded cobs v0.2.3 |
571 | 2025-03-25T05:00:14.995Z | Downloaded highway v1.3.0 |
572 | 2025-03-25T05:00:14.998Z | Downloaded hickory-resolver v0.24.4 |
573 | 2025-03-25T05:00:15.002Z | Downloaded crossbeam-deque v0.8.5 |
574 | 2025-03-25T05:00:15.002Z | Downloaded bit-vec v0.6.3 |
575 | 2025-03-25T05:00:15.008Z | Downloaded cmake v0.1.51 |
576 | 2025-03-25T05:00:15.008Z | Downloaded async-stream-impl v0.3.6 |
577 | 2025-03-25T05:00:15.008Z | Downloaded block-padding v0.3.3 |
578 | 2025-03-25T05:00:15.011Z | Downloaded base16ct v0.2.0 |
579 | 2025-03-25T05:00:15.011Z | Downloaded cassowary v0.3.0 |
580 | 2025-03-25T05:00:15.011Z | Downloaded crc-catalog v2.4.0 |
581 | 2025-03-25T05:00:15.015Z | Downloaded crc v3.2.1 |
582 | 2025-03-25T05:00:15.015Z | Downloaded bcrypt-pbkdf v0.10.0 |
583 | 2025-03-25T05:00:15.019Z | Downloaded backoff v0.4.0 |
584 | 2025-03-25T05:00:15.019Z | Downloaded hickory-proto v0.24.4 |
585 | 2025-03-25T05:00:15.035Z | Downloaded ciborium-ll v0.2.2 |
586 | 2025-03-25T05:00:15.038Z | Downloaded chacha20 v0.9.1 |
587 | 2025-03-25T05:00:15.038Z | Downloaded cexpr v0.6.0 |
588 | 2025-03-25T05:00:15.041Z | Downloaded castaway v0.2.3 |
589 | 2025-03-25T05:00:15.042Z | Downloaded cargo_metadata v0.18.1 |
590 | 2025-03-25T05:00:15.045Z | Downloaded blowfish v0.9.1 |
591 | 2025-03-25T05:00:15.045Z | Downloaded progenitor-client v0.9.1 |
592 | 2025-03-25T05:00:15.048Z | Downloaded impl-trait-for-tuples v0.2.2 |
593 | 2025-03-25T05:00:15.049Z | Downloaded bit-vec v0.8.0 |
594 | 2025-03-25T05:00:15.052Z | Downloaded async-bb8-diesel v0.2.1 |
595 | 2025-03-25T05:00:15.056Z | Downloaded cipher v0.4.4 |
596 | 2025-03-25T05:00:15.056Z | Downloaded crc32fast v1.4.2 |
597 | 2025-03-25T05:00:15.060Z | Downloaded hkdf v0.12.4 |
598 | 2025-03-25T05:00:15.060Z | Downloaded cookie_store v0.21.1 |
599 | 2025-03-25T05:00:15.064Z | Downloaded serde-big-array v0.5.1 |
600 | 2025-03-25T05:00:15.064Z | Downloaded base64ct v1.6.0 |
601 | 2025-03-25T05:00:15.067Z | Downloaded icu_locid_transform_data v1.5.0 |
602 | 2025-03-25T05:00:15.070Z | Downloaded icu_collections v1.5.0 |
603 | 2025-03-25T05:00:15.076Z | Downloaded proc-macro-error-attr2 v2.0.0 |
604 | 2025-03-25T05:00:15.078Z | Downloaded icu_properties v1.5.1 |
605 | 2025-03-25T05:00:15.082Z | Downloaded ciborium v0.2.2 |
606 | 2025-03-25T05:00:15.086Z | Downloaded buf-list v1.0.3 |
607 | 2025-03-25T05:00:15.086Z | Downloaded icu_normalizer v1.5.0 |
608 | 2025-03-25T05:00:15.090Z | Downloaded csv-core v0.1.11 |
609 | 2025-03-25T05:00:15.093Z | Downloaded colored v2.2.0 |
610 | 2025-03-25T05:00:15.097Z | Downloaded indicatif v0.17.11 |
611 | 2025-03-25T05:00:15.100Z | Downloaded internet-checksum v0.2.1 |
612 | 2025-03-25T05:00:15.100Z | Downloaded indoc v1.0.9 |
613 | 2025-03-25T05:00:15.104Z | Downloaded indent_write v2.2.0 |
614 | 2025-03-25T05:00:15.104Z | Downloaded bzip2 v0.4.4 |
615 | 2025-03-25T05:00:15.108Z | Downloaded sync_wrapper v1.0.1 |
616 | 2025-03-25T05:00:15.111Z | Downloaded signal-hook-tokio v0.3.1 |
617 | 2025-03-25T05:00:15.112Z | Downloaded is-terminal v0.4.13 |
618 | 2025-03-25T05:00:15.112Z | Downloaded indoc v2.0.6 |
619 | 2025-03-25T05:00:15.115Z | Downloaded indexmap v1.9.3 |
620 | 2025-03-25T05:00:15.119Z | Downloaded time-core v0.1.2 |
621 | 2025-03-25T05:00:15.122Z | Downloaded is_ci v1.2.0 |
622 | 2025-03-25T05:00:15.122Z | Downloaded sync-ptr v0.1.1 |
623 | 2025-03-25T05:00:15.122Z | Downloaded radium v0.7.0 |
624 | 2025-03-25T05:00:15.125Z | Downloaded try-lock v0.2.5 |
625 | 2025-03-25T05:00:15.125Z | Downloaded rustc-hash v2.1.1 |
626 | 2025-03-25T05:00:15.129Z | Downloaded rustc-hash v1.1.0 |
627 | 2025-03-25T05:00:15.129Z | Downloaded rtoolbox v0.0.2 |
628 | 2025-03-25T05:00:15.133Z | Downloaded signature v2.2.0 |
629 | 2025-03-25T05:00:15.133Z | Downloaded salsa20 v0.10.2 |
630 | 2025-03-25T05:00:15.137Z | Downloaded typify-macro v0.3.0 |
631 | 2025-03-25T05:00:15.137Z | Downloaded serde_path_to_error v0.1.16 |
632 | 2025-03-25T05:00:15.137Z | Downloaded icu_provider_macros v1.5.0 |
633 | 2025-03-25T05:00:15.137Z | Downloaded icu_normalizer_data v1.5.0 |
634 | 2025-03-25T05:00:15.141Z | Downloaded mime v0.3.17 |
635 | 2025-03-25T05:00:15.144Z | Downloaded blake2 v0.10.6 |
636 | 2025-03-25T05:00:15.144Z | Downloaded backtrace v0.3.74 |
637 | 2025-03-25T05:00:15.150Z | Downloaded md5 v0.7.0 |
638 | 2025-03-25T05:00:15.153Z | Downloaded crossbeam-utils v0.8.20 |
639 | 2025-03-25T05:00:15.157Z | Downloaded const-oid v0.9.6 |
640 | 2025-03-25T05:00:15.157Z | Downloaded crc-any v2.5.0 |
641 | 2025-03-25T05:00:15.160Z | Downloaded managed v0.8.0 |
642 | 2025-03-25T05:00:15.164Z | Downloaded sigpipe v0.1.3 |
643 | 2025-03-25T05:00:15.164Z | Downloaded instant v0.1.13 |
644 | 2025-03-25T05:00:15.164Z | Downloaded hubpack_derive v0.1.1 |
645 | 2025-03-25T05:00:15.168Z | Downloaded crossbeam-epoch v0.9.18 |
646 | 2025-03-25T05:00:15.168Z | Downloaded yoke-derive v0.7.4 |
647 | 2025-03-25T05:00:15.171Z | Downloaded inout v0.1.3 |
648 | 2025-03-25T05:00:15.171Z | Downloaded lazycell v1.3.0 |
649 | 2025-03-25T05:00:15.175Z | Downloaded keccak v0.1.5 |
650 | 2025-03-25T05:00:15.175Z | Downloaded ipnetwork v0.21.1 |
651 | 2025-03-25T05:00:15.180Z | Downloaded idna_adapter v1.2.0 |
652 | 2025-03-25T05:00:15.180Z | Downloaded synstructure v0.13.1 |
653 | 2025-03-25T05:00:15.183Z | Downloaded libsw v3.4.0 |
654 | 2025-03-25T05:00:15.183Z | Downloaded md-5 v0.10.6 |
655 | 2025-03-25T05:00:15.183Z | Downloaded kstat-rs v0.2.4 |
656 | 2025-03-25T05:00:15.184Z | Downloaded lazy_static v1.5.0 |
657 | 2025-03-25T05:00:15.187Z | Downloaded tower-layer v0.3.3 |
658 | 2025-03-25T05:00:15.188Z | Downloaded thread_local v1.1.8 |
659 | 2025-03-25T05:00:15.191Z | Downloaded ref-cast v1.0.23 |
660 | 2025-03-25T05:00:15.191Z | Downloaded linear-map v1.2.0 |
661 | 2025-03-25T05:00:15.195Z | Downloaded home v0.5.9 |
662 | 2025-03-25T05:00:15.195Z | Downloaded fxhash v0.2.1 |
663 | 2025-03-25T05:00:15.198Z | Downloaded tui-tree-widget v0.23.0 |
664 | 2025-03-25T05:00:15.198Z | Downloaded serde_derive_internals v0.29.1 |
665 | 2025-03-25T05:00:15.201Z | Downloaded libsw-core v0.3.1 |
666 | 2025-03-25T05:00:15.205Z | Downloaded mockall v0.13.1 |
667 | 2025-03-25T05:00:15.205Z | Downloaded num-conv v0.1.0 |
668 | 2025-03-25T05:00:15.208Z | Downloaded untrusted v0.7.1 |
669 | 2025-03-25T05:00:15.208Z | Downloaded universal-hash v0.5.1 |
670 | 2025-03-25T05:00:15.209Z | Downloaded unicode-xid v0.2.6 |
671 | 2025-03-25T05:00:15.212Z | Downloaded linked-hash-map v0.5.6 |
672 | 2025-03-25T05:00:15.212Z | Downloaded lalrpop-util v0.19.12 |
673 | 2025-03-25T05:00:15.215Z | Downloaded defmt-macros v0.3.9 |
674 | 2025-03-25T05:00:15.220Z | Downloaded multer v3.1.0 |
675 | 2025-03-25T05:00:15.220Z | Downloaded base64 v0.13.1 |
676 | 2025-03-25T05:00:15.224Z | Downloaded maybe-uninit v2.0.0 |
677 | 2025-03-25T05:00:15.228Z | Downloaded maplit v1.0.2 |
678 | 2025-03-25T05:00:15.228Z | Downloaded libefi-sys v0.1.0 |
679 | 2025-03-25T05:00:15.228Z | Downloaded clang-sys v1.8.1 |
680 | 2025-03-25T05:00:15.231Z | Downloaded headers-core v0.3.0 |
681 | 2025-03-25T05:00:15.232Z | Downloaded strum_macros v0.25.3 |
682 | 2025-03-25T05:00:15.236Z | Downloaded num_threads v0.1.7 |
683 | 2025-03-25T05:00:15.236Z | Downloaded spki v0.7.3 |
684 | 2025-03-25T05:00:15.239Z | Downloaded chacha20poly1305 v0.10.1 |
685 | 2025-03-25T05:00:15.239Z | Downloaded difflib v0.4.0 |
686 | 2025-03-25T05:00:15.243Z | Downloaded simd-adler32 v0.3.7 |
687 | 2025-03-25T05:00:15.243Z | Downloaded embedded-io v0.6.1 |
688 | 2025-03-25T05:00:15.246Z | Downloaded lru v0.12.5 |
689 | 2025-03-25T05:00:15.246Z | Downloaded lock_api v0.4.12 |
690 | 2025-03-25T05:00:15.250Z | Downloaded pbkdf2 v0.12.2 |
691 | 2025-03-25T05:00:15.250Z | Downloaded path-slash v0.1.5 |
692 | 2025-03-25T05:00:15.253Z | Downloaded httparse v1.9.5 |
693 | 2025-03-25T05:00:15.253Z | Downloaded mime_guess v2.0.5 |
694 | 2025-03-25T05:00:15.259Z | Downloaded fd-lock v4.0.2 |
695 | 2025-03-25T05:00:15.262Z | Downloaded rustls-pki-types v1.10.0 |
696 | 2025-03-25T05:00:15.268Z | Downloaded toolchain_find v0.4.0 |
697 | 2025-03-25T05:00:15.271Z | Downloaded ff v0.13.0 |
698 | 2025-03-25T05:00:15.274Z | Downloaded num-integer v0.1.46 |
699 | 2025-03-25T05:00:15.294Z | Downloaded tinyvec_macros v0.1.1 |
700 | 2025-03-25T05:00:15.298Z | Downloaded icu_locid v1.5.0 |
701 | 2025-03-25T05:00:15.302Z | Downloaded hyper-staticfile v0.10.1 |
702 | 2025-03-25T05:00:15.306Z | Downloaded base64 v0.21.7 |
703 | 2025-03-25T05:00:15.310Z | Downloaded pin-utils v0.1.0 |
704 | 2025-03-25T05:00:15.313Z | Downloaded phf_codegen v0.11.2 |
705 | 2025-03-25T05:00:15.313Z | Downloaded socket2 v0.5.8 |
706 | 2025-03-25T05:00:15.313Z | Downloaded progenitor-macro v0.9.1 |
707 | 2025-03-25T05:00:15.316Z | Downloaded litrs v0.4.1 |
708 | 2025-03-25T05:00:15.320Z | Downloaded spin v0.9.8 |
709 | 2025-03-25T05:00:15.323Z | Downloaded pbkdf2 v0.11.0 |
710 | 2025-03-25T05:00:15.323Z | Downloaded num_enum_derive v0.5.11 |
711 | 2025-03-25T05:00:15.326Z | Downloaded foreign-types v0.3.2 |
712 | 2025-03-25T05:00:15.326Z | Downloaded foreign-types-shared v0.1.1 |
713 | 2025-03-25T05:00:15.329Z | Downloaded unarray v0.1.4 |
714 | 2025-03-25T05:00:15.329Z | Downloaded num_enum v0.5.11 |
715 | 2025-03-25T05:00:15.334Z | Downloaded number_prefix v0.4.0 |
716 | 2025-03-25T05:00:15.337Z | Downloaded rand_core v0.6.4 |
717 | 2025-03-25T05:00:15.337Z | Downloaded rustls-pemfile v1.0.4 |
718 | 2025-03-25T05:00:15.341Z | Downloaded slab v0.4.9 |
719 | 2025-03-25T05:00:15.341Z | Downloaded strum_macros v0.24.3 |
720 | 2025-03-25T05:00:15.344Z | Downloaded structmeta-derive v0.3.0 |
721 | 2025-03-25T05:00:15.344Z | Downloaded defmt v0.3.8 |
722 | 2025-03-25T05:00:15.347Z | Downloaded zerocopy v0.6.6 |
723 | 2025-03-25T05:00:15.351Z | Downloaded crypto-bigint v0.5.5 |
724 | 2025-03-25T05:00:15.358Z | Downloaded crossbeam-channel v0.5.13 |
725 | 2025-03-25T05:00:15.362Z | Downloaded mockall_derive v0.13.1 |
726 | 2025-03-25T05:00:15.366Z | Downloaded foreign-types v0.5.0 |
727 | 2025-03-25T05:00:15.369Z | Downloaded progenitor-client v0.8.0 |
728 | 2025-03-25T05:00:15.369Z | Downloaded polyval v0.6.2 |
729 | 2025-03-25T05:00:15.369Z | Downloaded diff v0.1.13 |
730 | 2025-03-25T05:00:15.372Z | Downloaded base64 v0.22.1 |
731 | 2025-03-25T05:00:15.376Z | Downloaded serde_urlencoded v0.7.1 |
732 | 2025-03-25T05:00:15.379Z | Downloaded zeroize v1.8.1 |
733 | 2025-03-25T05:00:15.379Z | Downloaded termios v0.3.3 |
734 | 2025-03-25T05:00:15.382Z | Downloaded fatfs v0.3.6 |
735 | 2025-03-25T05:00:15.386Z | Downloaded ed25519 v2.2.3 |
736 | 2025-03-25T05:00:15.390Z | Downloaded miniz_oxide v0.8.5 |
737 | 2025-03-25T05:00:15.444Z | Downloaded hmac v0.12.1 |
738 | 2025-03-25T05:00:15.445Z | Downloaded primeorder v0.13.6 |
739 | 2025-03-25T05:00:15.445Z | Downloaded headers v0.4.0 |
740 | 2025-03-25T05:00:15.445Z | Downloaded take_mut v0.2.2 |
741 | 2025-03-25T05:00:15.445Z | Downloaded phf_shared v0.11.2 |
742 | 2025-03-25T05:00:15.445Z | Downloaded dyn-clone v1.0.19 |
743 | 2025-03-25T05:00:15.445Z | Downloaded dsl_auto_type v0.1.2 |
744 | 2025-03-25T05:00:15.445Z | Downloaded zone_cfg_derive v0.1.2 |
745 | 2025-03-25T05:00:15.445Z | Downloaded deranged v0.3.11 |
746 | 2025-03-25T05:00:15.445Z | Downloaded unsafe-libyaml v0.2.11 |
747 | 2025-03-25T05:00:15.445Z | Downloaded foreign-types-macros v0.2.3 |
748 | 2025-03-25T05:00:15.445Z | Downloaded darling v0.20.10 |
749 | 2025-03-25T05:00:15.445Z | Downloaded utf-8 v0.7.6 |
750 | 2025-03-25T05:00:15.445Z | Downloaded ref-cast-impl v1.0.23 |
751 | 2025-03-25T05:00:15.445Z | Downloaded olpc-cjson v0.1.4 |
752 | 2025-03-25T05:00:15.445Z | Downloaded glob v0.3.2 |
753 | 2025-03-25T05:00:15.445Z | Downloaded value-bag v1.9.0 |
754 | 2025-03-25T05:00:15.445Z | Downloaded rand_core v0.9.2 |
755 | 2025-03-25T05:00:15.445Z | Downloaded poly1305 v0.8.0 |
756 | 2025-03-25T05:00:15.445Z | Downloaded aes v0.8.4 |
757 | 2025-03-25T05:00:15.445Z | Downloaded secrecy v0.8.0 |
758 | 2025-03-25T05:00:15.445Z | Downloaded serde_repr v0.1.19 |
759 | 2025-03-25T05:00:15.446Z | Downloaded memmap2 v0.9.5 |
760 | 2025-03-25T05:00:15.450Z | Downloaded hyper-util v0.1.10 |
761 | 2025-03-25T05:00:15.450Z | Downloaded slog-dtrace v0.3.0 |
762 | 2025-03-25T05:00:15.450Z | Downloaded diesel_table_macro_syntax v0.2.0 |
763 | 2025-03-25T05:00:15.451Z | Downloaded zone_cfg_derive v0.3.0 |
764 | 2025-03-25T05:00:15.454Z | Downloaded slog-scope v4.4.0 |
765 | 2025-03-25T05:00:15.454Z | Downloaded oso-derive v0.27.3 |
766 | 2025-03-25T05:00:15.454Z | Downloaded openssl-probe v0.1.5 |
767 | 2025-03-25T05:00:15.454Z | Downloaded tokio-native-tls v0.3.1 |
768 | 2025-03-25T05:00:15.458Z | Downloaded progenitor-macro v0.8.0 |
769 | 2025-03-25T05:00:15.458Z | Downloaded progenitor v0.9.1 |
770 | 2025-03-25T05:00:15.461Z | Downloaded progenitor v0.8.0 |
771 | 2025-03-25T05:00:15.461Z | Downloaded url v2.5.3 |
772 | 2025-03-25T05:00:15.465Z | Downloaded unicode-truncate v1.1.0 |
773 | 2025-03-25T05:00:15.469Z | Downloaded tokio-macros v2.5.0 |
774 | 2025-03-25T05:00:15.469Z | Downloaded hash32 v0.2.1 |
775 | 2025-03-25T05:00:15.473Z | Downloaded slog-envlogger v2.2.0 |
776 | 2025-03-25T05:00:15.473Z | Downloaded slog-async v2.8.0 |
777 | 2025-03-25T05:00:15.476Z | Downloaded num-complex v0.4.6 |
778 | 2025-03-25T05:00:15.476Z | Downloaded tracing-attributes v0.1.27 |
779 | 2025-03-25T05:00:15.480Z | Downloaded newtype_derive v0.1.6 |
780 | 2025-03-25T05:00:15.480Z | Downloaded whoami v1.5.2 |
781 | 2025-03-25T05:00:15.484Z | Downloaded newtype-uuid v1.2.1 |
782 | 2025-03-25T05:00:15.484Z | Downloaded zone v0.3.0 |
783 | 2025-03-25T05:00:15.484Z | Downloaded num-traits v0.2.19 |
784 | 2025-03-25T05:00:15.487Z | Downloaded slog-stdlog v4.1.1 |
785 | 2025-03-25T05:00:15.491Z | Downloaded tap v1.0.1 |
786 | 2025-03-25T05:00:15.491Z | Downloaded tinystr v0.7.6 |
787 | 2025-03-25T05:00:15.494Z | Downloaded diesel-dtrace v0.4.2 |
788 | 2025-03-25T05:00:15.494Z | Downloaded dunce v1.0.5 |
789 | 2025-03-25T05:00:15.499Z | Downloaded which v4.4.2 |
790 | 2025-03-25T05:00:15.499Z | Downloaded fs_extra v1.3.0 |
791 | 2025-03-25T05:00:15.503Z | Downloaded futures-io v0.3.31 |
792 | 2025-03-25T05:00:15.503Z | Downloaded derive_builder_core v0.20.2 |
793 | 2025-03-25T05:00:15.504Z | Downloaded derive_builder v0.20.2 |
794 | 2025-03-25T05:00:15.508Z | Downloaded waitgroup v0.1.2 |
795 | 2025-03-25T05:00:15.514Z | Downloaded thiserror-impl-no-std v2.0.2 |
796 | 2025-03-25T05:00:15.514Z | Downloaded funty v2.0.0 |
797 | 2025-03-25T05:00:15.514Z | Downloaded slog v2.7.0 |
798 | 2025-03-25T05:00:15.519Z | Downloaded slog-bunyan v2.5.0 |
799 | 2025-03-25T05:00:15.519Z | Downloaded toml_edit v0.19.15 |
800 | 2025-03-25T05:00:15.534Z | Downloaded newline-converter v0.3.0 |
801 | 2025-03-25T05:00:15.537Z | Downloaded futures-task v0.3.31 |
802 | 2025-03-25T05:00:15.537Z | Downloaded postgres-types v0.2.9 |
803 | 2025-03-25T05:00:15.540Z | Downloaded parking_lot_core v0.8.6 |
804 | 2025-03-25T05:00:15.545Z | Downloaded darling_macro v0.20.10 |
805 | 2025-03-25T05:00:15.545Z | Downloaded unicode_categories v0.1.1 |
806 | 2025-03-25T05:00:15.549Z | Downloaded displaydoc v0.2.5 |
807 | 2025-03-25T05:00:15.549Z | Downloaded display-error-chain v0.2.2 |
808 | 2025-03-25T05:00:15.552Z | Downloaded dirs-sys-next v0.1.2 |
809 | 2025-03-25T05:00:15.552Z | Downloaded dirs-next v2.0.0 |
810 | 2025-03-25T05:00:15.552Z | Downloaded peg-runtime v0.8.5 |
811 | 2025-03-25T05:00:15.555Z | Downloaded xattr v1.3.1 |
812 | 2025-03-25T05:00:15.555Z | Downloaded pkg-config v0.3.31 |
813 | 2025-03-25T05:00:15.560Z | Downloaded postcard v1.0.10 |
814 | 2025-03-25T05:00:15.560Z | Downloaded unicode-bidi v0.3.17 |
815 | 2025-03-25T05:00:15.565Z | Downloaded static_assertions v1.1.0 |
816 | 2025-03-25T05:00:15.565Z | Downloaded postgres-protocol v0.6.8 |
817 | 2025-03-25T05:00:15.568Z | Downloaded string_cache v0.8.7 |
818 | 2025-03-25T05:00:15.568Z | Downloaded tokio-rustls v0.26.0 |
819 | 2025-03-25T05:00:15.572Z | Downloaded tokio-rustls v0.25.0 |
820 | 2025-03-25T05:00:15.572Z | Downloaded rusty-fork v0.3.0 |
821 | 2025-03-25T05:00:15.576Z | Downloaded pin-project v1.1.6 |
822 | 2025-03-25T05:00:15.625Z | Downloaded vte_generate_state_changes v0.1.2 |
823 | 2025-03-25T05:00:15.638Z | Downloaded termtree v0.4.1 |
824 | 2025-03-25T05:00:15.638Z | Downloaded precomputed-hash v0.1.1 |
825 | 2025-03-25T05:00:15.639Z | Downloaded nodrop v0.1.14 |
826 | 2025-03-25T05:00:15.639Z | Downloaded curve25519-dalek-derive v0.1.1 |
827 | 2025-03-25T05:00:15.639Z | Downloaded walkdir v2.5.0 |
828 | 2025-03-25T05:00:15.639Z | Downloaded typify-macro v0.2.0 |
829 | 2025-03-25T05:00:15.639Z | Downloaded pkcs8 v0.10.2 |
830 | 2025-03-25T05:00:15.639Z | Downloaded snafu v0.8.5 |
831 | 2025-03-25T05:00:15.639Z | Downloaded new_debug_unreachable v1.0.6 |
832 | 2025-03-25T05:00:15.639Z | Downloaded nibble_vec v0.1.0 |
833 | 2025-03-25T05:00:15.639Z | Downloaded heapless v0.8.0 |
834 | 2025-03-25T05:00:15.639Z | Downloaded rustls-pemfile v2.2.0 |
835 | 2025-03-25T05:00:15.639Z | Downloaded unicode-properties v0.1.3 |
836 | 2025-03-25T05:00:15.639Z | Downloaded heapless v0.7.17 |
837 | 2025-03-25T05:00:15.639Z | Downloaded zerofrom-derive v0.1.4 |
838 | 2025-03-25T05:00:15.639Z | Downloaded getrandom v0.2.15 |
839 | 2025-03-25T05:00:15.639Z | Downloaded aes-gcm v0.10.3 |
840 | 2025-03-25T05:00:15.639Z | Downloaded data-encoding v2.6.0 |
841 | 2025-03-25T05:00:15.639Z | Downloaded powerfmt v0.2.0 |
842 | 2025-03-25T05:00:15.639Z | Downloaded mio v1.0.2 |
843 | 2025-03-25T05:00:15.689Z | Downloaded progenitor-impl v0.8.0 |
844 | 2025-03-25T05:00:15.689Z | Downloaded openssl-macros v0.1.1 |
845 | 2025-03-25T05:00:15.689Z | Downloaded crossterm v0.28.1 |
846 | 2025-03-25T05:00:15.689Z | Downloaded hashbrown v0.13.2 |
847 | 2025-03-25T05:00:15.689Z | Downloaded derive_builder_macro v0.20.2 |
848 | 2025-03-25T05:00:15.689Z | Downloaded strip-ansi-escapes v0.2.0 |
849 | 2025-03-25T05:00:15.689Z | Downloaded sha1 v0.10.6 |
850 | 2025-03-25T05:00:15.689Z | Downloaded signal-hook-registry v1.4.2 |
851 | 2025-03-25T05:00:15.689Z | Downloaded wait-timeout v0.2.0 |
852 | 2025-03-25T05:00:15.689Z | Downloaded embedded-io v0.4.0 |
853 | 2025-03-25T05:00:15.689Z | Downloaded time-macros v0.2.18 |
854 | 2025-03-25T05:00:15.689Z | Downloaded termtree v0.5.1 |
855 | 2025-03-25T05:00:15.689Z | Downloaded stringprep v0.1.5 |
856 | 2025-03-25T05:00:15.693Z | Downloaded oso v0.27.3 |
857 | 2025-03-25T05:00:15.693Z | Downloaded ed25519-dalek v2.1.1 |
858 | 2025-03-25T05:00:15.693Z | Downloaded http v1.2.0 |
859 | 2025-03-25T05:00:15.693Z | Downloaded rand_xorshift v0.3.0 |
860 | 2025-03-25T05:00:15.694Z | Downloaded uuid v1.15.1 |
861 | 2025-03-25T05:00:15.694Z | Downloaded parking_lot v0.11.2 |
862 | 2025-03-25T05:00:15.694Z | Downloaded daft-derive v0.1.2 |
863 | 2025-03-25T05:00:15.694Z | Downloaded float-cmp v0.10.0 |
864 | 2025-03-25T05:00:15.694Z | Downloaded tracing v0.1.40 |
865 | 2025-03-25T05:00:15.699Z | Downloaded tracing-core v0.1.32 |
866 | 2025-03-25T05:00:15.704Z | Downloaded futures-executor v0.3.31 |
867 | 2025-03-25T05:00:15.704Z | Downloaded pem v3.0.5 |
868 | 2025-03-25T05:00:15.704Z | Downloaded rcgen v0.12.1 |
869 | 2025-03-25T05:00:15.708Z | Downloaded rayon-core v1.12.1 |
870 | 2025-03-25T05:00:15.726Z | Downloaded peg-macros v0.8.5 |
871 | 2025-03-25T05:00:15.731Z | Downloaded oxnet v0.1.1 |
872 | 2025-03-25T05:00:15.731Z | Downloaded tar v0.4.44 |
873 | 2025-03-25T05:00:15.731Z | Downloaded schemars_derive v0.8.22 |
874 | 2025-03-25T05:00:15.731Z | Downloaded vsss-rs v3.3.4 |
875 | 2025-03-25T05:00:15.731Z | Downloaded typify v0.2.0 |
876 | 2025-03-25T05:00:15.731Z | Downloaded pkcs5 v0.7.1 |
877 | 2025-03-25T05:00:15.731Z | Downloaded rustc-demangle v0.1.24 |
878 | 2025-03-25T05:00:15.731Z | Downloaded test-strategy v0.4.0 |
879 | 2025-03-25T05:00:15.735Z | Downloaded tls_codec v0.4.1 |
880 | 2025-03-25T05:00:15.738Z | Downloaded time v0.3.36 |
881 | 2025-03-25T05:00:15.743Z | Downloaded scopeguard v1.2.0 |
882 | 2025-03-25T05:00:15.749Z | Downloaded scheduled-thread-pool v0.2.7 |
883 | 2025-03-25T05:00:15.749Z | Downloaded same-file v1.0.6 |
884 | 2025-03-25T05:00:15.749Z | Downloaded term v0.7.0 |
885 | 2025-03-25T05:00:15.829Z | Downloaded signal-hook v0.3.17 |
886 | 2025-03-25T05:00:15.829Z | Downloaded flagset v0.4.6 |
887 | 2025-03-25T05:00:15.835Z | Downloaded unicase v2.7.0 |
888 | 2025-03-25T05:00:15.835Z | Downloaded siphasher v0.3.11 |
889 | 2025-03-25T05:00:15.835Z | Downloaded libxml v0.3.3 |
890 | 2025-03-25T05:00:15.835Z | Downloaded globset v0.4.15 |
891 | 2025-03-25T05:00:15.836Z | Downloaded schemars v0.8.22 |
892 | 2025-03-25T05:00:15.836Z | Downloaded rpassword v7.3.1 |
893 | 2025-03-25T05:00:15.836Z | Downloaded pkcs1 v0.7.5 |
894 | 2025-03-25T05:00:15.836Z | Downloaded quinn-udp v0.5.5 |
895 | 2025-03-25T05:00:15.836Z | Downloaded aws-lc-rs v1.12.4 |
896 | 2025-03-25T05:00:15.836Z | Downloaded write16 v1.0.0 |
897 | 2025-03-25T05:00:15.836Z | Downloaded float-ord v0.3.2 |
898 | 2025-03-25T05:00:15.836Z | Downloaded paste v1.0.15 |
899 | 2025-03-25T05:00:15.836Z | Downloaded futures-core v0.3.31 |
900 | 2025-03-25T05:00:15.836Z | Downloaded env_filter v0.1.2 |
901 | 2025-03-25T05:00:15.836Z | Downloaded r2d2 v0.8.10 |
902 | 2025-03-25T05:00:15.836Z | Downloaded predicates v3.1.3 |
903 | 2025-03-25T05:00:15.836Z | Downloaded russh-keys v0.45.0 |
904 | 2025-03-25T05:00:15.836Z | Downloaded predicates-tree v1.0.11 |
905 | 2025-03-25T05:00:15.836Z | Downloaded pin-project-lite v0.2.14 |
906 | 2025-03-25T05:00:15.836Z | Downloaded slog-term v2.9.1 |
907 | 2025-03-25T05:00:15.836Z | Downloaded serde_with_macros v3.12.0 |
908 | 2025-03-25T05:00:15.836Z | Downloaded sct v0.7.1 |
909 | 2025-03-25T05:00:15.836Z | Downloaded uzers v0.12.1 |
910 | 2025-03-25T05:00:15.836Z | Downloaded samael v0.0.18 |
911 | 2025-03-25T05:00:15.836Z | Downloaded zone v0.1.8 |
912 | 2025-03-25T05:00:15.836Z | Downloaded smallvec v0.6.14 |
913 | 2025-03-25T05:00:15.851Z | Downloaded rustc_version v0.4.1 |
914 | 2025-03-25T05:00:15.851Z | Downloaded rustc_version v0.1.7 |
915 | 2025-03-25T05:00:15.851Z | Downloaded darling_core v0.20.10 |
916 | 2025-03-25T05:00:15.855Z | Downloaded xz2 v0.1.7 |
917 | 2025-03-25T05:00:15.855Z | Downloaded half v2.4.1 |
918 | 2025-03-25T05:00:15.855Z | Downloaded itertools v0.14.0 |
919 | 2025-03-25T05:00:15.859Z | Downloaded gethostname v0.5.0 |
920 | 2025-03-25T05:00:15.859Z | Downloaded blake3 v1.5.4 |
921 | 2025-03-25T05:00:15.870Z | Downloaded phf_shared v0.10.0 |
922 | 2025-03-25T05:00:15.882Z | Downloaded opaque-debug v0.3.1 |
923 | 2025-03-25T05:00:15.882Z | Downloaded parse-size v1.1.0 |
924 | 2025-03-25T05:00:15.882Z | Downloaded sqlformat v0.2.6 |
925 | 2025-03-25T05:00:15.882Z | Downloaded publicsuffix v2.3.0 |
926 | 2025-03-25T05:00:15.882Z | Downloaded zerovec v0.10.4 |
927 | 2025-03-25T05:00:15.882Z | Downloaded downcast v0.11.0 |
928 | 2025-03-25T05:00:15.882Z | Downloaded document-features v0.2.10 |
929 | 2025-03-25T05:00:15.882Z | Downloaded foreign-types-shared v0.3.1 |
930 | 2025-03-25T05:00:15.888Z | Downloaded ron v0.7.1 |
931 | 2025-03-25T05:00:15.891Z | Downloaded sqlparser_derive v0.2.2 |
932 | 2025-03-25T05:00:15.891Z | Downloaded hyper v1.6.0 |
933 | 2025-03-25T05:00:15.897Z | Downloaded fixedbitset v0.4.2 |
934 | 2025-03-25T05:00:15.899Z | Downloaded idna v1.0.3 |
935 | 2025-03-25T05:00:15.903Z | Downloaded derive_more v0.99.19 |
936 | 2025-03-25T05:00:15.908Z | Downloaded zerofrom v0.1.4 |
937 | 2025-03-25T05:00:15.912Z | Downloaded stable_deref_trait v1.2.0 |
938 | 2025-03-25T05:00:15.912Z | Downloaded form_urlencoded v1.2.1 |
939 | 2025-03-25T05:00:15.912Z | Downloaded foldhash v0.1.3 |
940 | 2025-03-25T05:00:15.912Z | Downloaded enum-as-inner v0.6.1 |
941 | 2025-03-25T05:00:15.916Z | Downloaded zerovec-derive v0.10.3 |
942 | 2025-03-25T05:00:15.916Z | Downloaded pretty-hex v0.2.1 |
943 | 2025-03-25T05:00:15.919Z | Downloaded rustversion v1.0.17 |
944 | 2025-03-25T05:00:15.919Z | Downloaded want v0.3.1 |
945 | 2025-03-25T05:00:15.923Z | Downloaded similar v2.7.0 |
946 | 2025-03-25T05:00:15.926Z | Downloaded topological-sort v0.2.2 |
947 | 2025-03-25T05:00:15.929Z | Downloaded vergen v8.3.2 |
948 | 2025-03-25T05:00:15.932Z | Downloaded subtle v2.6.1 |
949 | 2025-03-25T05:00:15.932Z | Downloaded predicates-core v1.0.8 |
950 | 2025-03-25T05:00:15.937Z | Downloaded peg v0.8.5 |
951 | 2025-03-25T05:00:15.937Z | Downloaded password-hash v0.4.2 |
952 | 2025-03-25T05:00:15.942Z | Downloaded phf_generator v0.11.2 |
953 | 2025-03-25T05:00:15.942Z | Downloaded structmeta v0.3.0 |
954 | 2025-03-25T05:00:15.945Z | Downloaded smf v0.2.3 |
955 | 2025-03-25T05:00:15.945Z | Downloaded p256 v0.13.2 |
956 | 2025-03-25T05:00:15.949Z | Downloaded des v0.8.1 |
957 | 2025-03-25T05:00:15.949Z | Downloaded hash32 v0.3.1 |
958 | 2025-03-25T05:00:15.954Z | Downloaded tabwriter v1.4.0 |
959 | 2025-03-25T05:00:15.954Z | Downloaded tabled_derive v0.10.0 |
960 | 2025-03-25T05:00:15.954Z | Downloaded fallible-iterator v0.2.0 |
961 | 2025-03-25T05:00:15.958Z | Downloaded bitvec v1.0.1 |
962 | 2025-03-25T05:00:15.971Z | Downloaded dropshot_endpoint v0.16.0 |
963 | 2025-03-25T05:00:15.975Z | Downloaded bindgen v0.69.5 |
964 | 2025-03-25T05:00:15.983Z | Downloaded endian-type v0.1.2 |
965 | 2025-03-25T05:00:15.986Z | Downloaded writeable v0.5.5 |
966 | 2025-03-25T05:00:15.986Z | Downloaded der v0.7.9 |
967 | 2025-03-25T05:00:15.989Z | Downloaded proc-macro-crate v1.3.1 |
968 | 2025-03-25T05:00:15.994Z | Downloaded tokio-tungstenite v0.21.0 |
969 | 2025-03-25T05:00:15.998Z | Downloaded unicode-normalization v0.1.24 |
970 | 2025-03-25T05:00:15.998Z | Downloaded either v1.14.0 |
971 | 2025-03-25T05:00:16.002Z | Downloaded tokio-stream v0.1.17 |
972 | 2025-03-25T05:00:16.006Z | Downloaded tower-service v0.3.3 |
973 | 2025-03-25T05:00:16.006Z | Downloaded nanorand v0.7.0 |
974 | 2025-03-25T05:00:16.009Z | Downloaded pin-project-internal v1.1.6 |
975 | 2025-03-25T05:00:16.009Z | Downloaded parse-display-derive v0.10.0 |
976 | 2025-03-25T05:00:16.013Z | Downloaded num-bigint v0.4.6 |
977 | 2025-03-25T05:00:16.031Z | Downloaded supports-color v3.0.2 |
978 | 2025-03-25T05:00:16.039Z | Downloaded twox-hash v2.1.0 |
979 | 2025-03-25T05:00:16.039Z | Downloaded tungstenite v0.23.0 |
980 | 2025-03-25T05:00:16.039Z | Downloaded zopfli v0.8.1 |
981 | 2025-03-25T05:00:16.039Z | Downloaded tls_codec_derive v0.4.1 |
982 | 2025-03-25T05:00:16.039Z | Downloaded getrandom v0.3.1 |
983 | 2025-03-25T05:00:16.040Z | Downloaded tungstenite v0.21.0 |
984 | 2025-03-25T05:00:16.040Z | Downloaded num v0.4.3 |
985 | 2025-03-25T05:00:16.043Z | Downloaded zerocopy-derive v0.8.10 |
986 | 2025-03-25T05:00:16.043Z | Downloaded multimap v0.10.0 |
987 | 2025-03-25T05:00:16.043Z | Downloaded bindgen v0.71.1 |
988 | 2025-03-25T05:00:16.051Z | Downloaded proc-macro-error2 v2.0.1 |
989 | 2025-03-25T05:00:16.060Z | Downloaded rand v0.8.5 |
990 | 2025-03-25T05:00:16.063Z | Downloaded quick-error v1.2.3 |
991 | 2025-03-25T05:00:16.063Z | Downloaded packed_struct v0.10.1 |
992 | 2025-03-25T05:00:16.063Z | Downloaded ron v0.8.1 |
993 | 2025-03-25T05:00:16.067Z | Downloaded wyz v0.5.1 |
994 | 2025-03-25T05:00:16.071Z | Downloaded tokio-tungstenite v0.23.1 |
995 | 2025-03-25T05:00:16.071Z | Downloaded reedline v0.38.0 |
996 | 2025-03-25T05:00:16.079Z | Downloaded native-tls v0.2.12 |
997 | 2025-03-25T05:00:16.084Z | Downloaded env_logger v0.11.5 |
998 | 2025-03-25T05:00:16.088Z | Downloaded flate2 v1.1.0 |
999 | 2025-03-25T05:00:16.092Z | Downloaded chrono v0.4.40 |
1000 | 2025-03-25T05:00:16.099Z | Downloaded flume v0.11.1 |
1001 | 2025-03-25T05:00:16.103Z | Downloaded rand v0.9.0 |
1002 | 2025-03-25T05:00:16.107Z | Downloaded strum_macros v0.26.4 |
1003 | 2025-03-25T05:00:16.111Z | Downloaded typify v0.3.0 |
1004 | 2025-03-25T05:00:16.114Z | Downloaded reqwest v0.12.12 |
1005 | 2025-03-25T05:00:16.123Z | Downloaded parking_lot v0.12.3 |
1006 | 2025-03-25T05:00:16.128Z | Downloaded dropshot_endpoint v0.12.0 |
1007 | 2025-03-25T05:00:16.133Z | Downloaded omicron-zone-package v0.12.0 |
1008 | 2025-03-25T05:00:16.133Z | Downloaded rsa v0.9.6 |
1009 | 2025-03-25T05:00:16.136Z | Downloaded zerocopy v0.8.10 |
1010 | 2025-03-25T05:00:16.162Z | Downloaded yansi v1.0.1 |
1011 | 2025-03-25T05:00:16.167Z | Downloaded zip v0.6.6 |
1012 | 2025-03-25T05:00:16.171Z | Downloaded parse-zoneinfo v0.3.1 |
1013 | 2025-03-25T05:00:16.171Z | Downloaded toml v0.7.8 |
1014 | 2025-03-25T05:00:16.176Z | Downloaded steno v0.4.1 |
1015 | 2025-03-25T05:00:16.179Z | Downloaded futures-util v0.3.31 |
1016 | 2025-03-25T05:00:16.191Z | Downloaded subprocess v0.2.9 |
1017 | 2025-03-25T05:00:16.194Z | Downloaded nom v7.1.3 |
1018 | 2025-03-25T05:00:16.198Z | Downloaded lalrpop v0.19.12 |
1019 | 2025-03-25T05:00:16.209Z | Downloaded pem-rfc7468 v0.7.0 |
1020 | 2025-03-25T05:00:16.213Z | Downloaded fixedbitset v0.5.7 |
1021 | 2025-03-25T05:00:16.217Z | Downloaded pretty_assertions v1.4.1 |
1022 | 2025-03-25T05:00:16.217Z | Downloaded papergrid v0.14.0 |
1023 | 2025-03-25T05:00:16.221Z | Downloaded portable-atomic v1.9.0 |
1024 | 2025-03-25T05:00:16.227Z | Downloaded quinn v0.11.5 |
1025 | 2025-03-25T05:00:16.231Z | Downloaded qorb v0.2.1 |
1026 | 2025-03-25T05:00:16.236Z | Downloaded futures-channel v0.3.31 |
1027 | 2025-03-25T05:00:16.238Z | Downloaded proptest v1.6.0 |
1028 | 2025-03-25T05:00:16.251Z | Downloaded zip v2.1.3 |
1029 | 2025-03-25T05:00:16.255Z | Downloaded ssh-key v0.6.6 |
1030 | 2025-03-25T05:00:16.260Z | Downloaded x509-cert v0.2.5 |
1031 | 2025-03-25T05:00:16.268Z | Downloaded russh v0.45.0 |
1032 | 2025-03-25T05:00:16.272Z | Downloaded typed-path v0.9.3 |
1033 | 2025-03-25T05:00:16.279Z | Downloaded salty v0.3.0 |
1034 | 2025-03-25T05:00:16.286Z | Downloaded expectorate v1.1.0 |
1035 | 2025-03-25T05:00:16.290Z | Downloaded serde_with v3.12.0 |
1036 | 2025-03-25T05:00:16.297Z | Downloaded num-bigint-dig v0.8.4 |
1037 | 2025-03-25T05:00:16.309Z | Downloaded tough v0.19.0 |
1038 | 2025-03-25T05:00:16.324Z | Downloaded tower v0.5.2 |
1039 | 2025-03-25T05:00:16.341Z | Downloaded h2 v0.4.6 |
1040 | 2025-03-25T05:00:16.355Z | Downloaded git2 v0.19.0 |
1041 | 2025-03-25T05:00:16.365Z | Downloaded unicode-width v0.2.0 |
1042 | 2025-03-25T05:00:16.373Z | Downloaded rayon v1.10.0 |
1043 | 2025-03-25T05:00:16.381Z | Downloaded regex-syntax v0.8.5 |
1044 | 2025-03-25T05:00:16.389Z | Downloaded sqlparser v0.45.0 |
1045 | 2025-03-25T05:00:16.394Z | Downloaded chrono-tz v0.10.1 |
1046 | 2025-03-25T05:00:16.401Z | Downloaded smoltcp v0.9.1 |
1047 | 2025-03-25T05:00:16.411Z | Downloaded rustls-webpki v0.101.7 |
1048 | 2025-03-25T05:00:16.426Z | Downloaded quinn-proto v0.11.8 |
1049 | 2025-03-25T05:00:16.431Z | Downloaded winnow v0.6.20 |
1050 | 2025-03-25T05:00:16.439Z | Downloaded radix_trie v0.2.1 |
1051 | 2025-03-25T05:00:16.446Z | Downloaded winnow v0.5.40 |
1052 | 2025-03-25T05:00:16.453Z | Downloaded openssl v0.10.71 |
1053 | 2025-03-25T05:00:16.464Z | Downloaded p384 v0.13.0 |
1054 | 2025-03-25T05:00:16.468Z | Downloaded regex-syntax v0.6.29 |
1055 | 2025-03-25T05:00:16.476Z | Downloaded rustls-webpki v0.102.8 |
1056 | 2025-03-25T05:00:16.493Z | Downloaded dropshot v0.16.0 |
1057 | 2025-03-25T05:00:16.514Z | Downloaded diesel v2.2.8 |
1058 | 2025-03-25T05:00:16.532Z | Downloaded nix v0.28.0 |
1059 | 2025-03-25T05:00:16.545Z | Downloaded openapiv3 v2.0.0 |
1060 | 2025-03-25T05:00:16.558Z | Downloaded object v0.36.5 |
1061 | 2025-03-25T05:00:16.582Z | Downloaded nix v0.29.0 |
1062 | 2025-03-25T05:00:16.618Z | Downloaded sled v0.34.7 |
1063 | 2025-03-25T05:00:16.618Z | Downloaded curve25519-dalek v4.1.3 |
1064 | 2025-03-25T05:00:16.619Z | Downloaded dropshot v0.12.0 |
1065 | 2025-03-25T05:00:16.823Z | Downloaded ratatui v0.29.0 |
1066 | 2025-03-25T05:00:16.836Z | Downloaded rustls v0.23.19 |
1067 | 2025-03-25T05:00:16.836Z | Downloaded rustls v0.22.4 |
1068 | 2025-03-25T05:00:16.836Z | Downloaded typify-impl v0.3.0 |
1069 | 2025-03-25T05:00:16.836Z | Downloaded typify-impl v0.2.0 |
1070 | 2025-03-25T05:00:16.836Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1071 | 2025-03-25T05:00:16.836Z | Downloaded zerocopy-derive v0.6.6 |
1072 | 2025-03-25T05:00:16.836Z | Downloaded smoltcp v0.11.0 |
1073 | 2025-03-25T05:00:16.836Z | Downloaded regress v0.10.3 |
1074 | 2025-03-25T05:00:16.836Z | Downloaded regex-automata v0.4.8 |
1075 | 2025-03-25T05:00:16.836Z | Downloaded object v0.30.4 |
1076 | 2025-03-25T05:00:16.836Z | Downloaded nix v0.27.1 |
1077 | 2025-03-25T05:00:16.836Z | Downloaded gimli v0.31.1 |
1078 | 2025-03-25T05:00:16.836Z | Downloaded petname v2.0.2 |
1079 | 2025-03-25T05:00:16.836Z | Downloaded bstr v1.10.0 |
1080 | 2025-03-25T05:00:16.836Z | Downloaded rustls v0.21.12 |
1081 | 2025-03-25T05:00:16.836Z | Downloaded regex v1.11.1 |
1082 | 2025-03-25T05:00:16.836Z | Downloaded tokio v1.43.0 |
1083 | 2025-03-25T05:00:16.852Z | Downloaded webpki-roots v0.26.6 |
1084 | 2025-03-25T05:00:16.868Z | Downloaded lzma-sys v0.1.20 |
1085 | 2025-03-25T05:00:16.904Z | Downloaded polar-core v0.27.3 |
1086 | 2025-03-25T05:00:16.919Z | Downloaded csv v1.3.1 |
1087 | 2025-03-25T05:00:16.919Z | Downloaded tokio-util v0.7.13 |
1088 | 2025-03-25T05:00:16.919Z | Downloaded p521 v0.13.3 |
1089 | 2025-03-25T05:00:16.967Z | Downloaded tabled v0.18.0 |
1090 | 2025-03-25T05:00:16.997Z | Downloaded vcpkg v0.2.15 |
1091 | 2025-03-25T05:00:16.998Z | Downloaded petgraph v0.7.1 |
1092 | 2025-03-25T05:00:17.039Z | Downloaded elliptic-curve v0.13.8 |
1093 | 2025-03-25T05:00:17.039Z | Downloaded openssl-sys v0.9.106 |
1094 | 2025-03-25T05:00:17.039Z | Downloaded unicode-segmentation v1.12.0 |
1095 | 2025-03-25T05:00:17.039Z | Downloaded ssh-encoding v0.2.0 |
1096 | 2025-03-25T05:00:17.039Z | Downloaded ssh-cipher v0.2.0 |
1097 | 2025-03-25T05:00:17.039Z | Downloaded env_logger v0.10.2 |
1098 | 2025-03-25T05:00:17.039Z | Downloaded phf v0.11.2 |
1099 | 2025-03-25T05:00:17.039Z | Downloaded password-hash v0.5.0 |
1100 | 2025-03-25T05:00:17.039Z | Downloaded serde_yaml v0.9.34+deprecated |
1101 | 2025-03-25T05:00:17.039Z | Downloaded petgraph v0.6.5 |
1102 | 2025-03-25T05:00:17.117Z | Downloaded libz-sys v1.1.20 |
1103 | 2025-03-25T05:00:17.117Z | Downloaded tokio-postgres v0.7.13 |
1104 | 2025-03-25T05:00:17.117Z | Downloaded quick-xml v0.37.2 |
1105 | 2025-03-25T05:00:17.161Z | Downloaded itertools v0.13.0 |
1106 | 2025-03-25T05:00:17.162Z | Downloaded nu-ansi-term v0.50.1 |
1107 | 2025-03-25T05:00:17.162Z | Downloaded diesel_derives v2.2.3 |
1108 | 2025-03-25T05:00:17.162Z | Downloaded libm v0.2.8 |
1109 | 2025-03-25T05:00:17.162Z | Downloaded itertools v0.12.1 |
1110 | 2025-03-25T05:00:17.162Z | Downloaded futures-sink v0.3.31 |
1111 | 2025-03-25T05:00:17.162Z | Downloaded packed_struct_codegen v0.10.1 |
1112 | 2025-03-25T05:00:17.162Z | Downloaded sha3 v0.10.8 |
1113 | 2025-03-25T05:00:17.162Z | Downloaded vte v0.11.1 |
1114 | 2025-03-25T05:00:17.162Z | Downloaded icu_properties_data v1.5.0 |
1115 | 2025-03-25T05:00:17.162Z | Downloaded futures-macro v0.3.31 |
1116 | 2025-03-25T05:00:17.162Z | Downloaded futures v0.3.31 |
1117 | 2025-03-25T05:00:17.162Z | Downloaded itertools v0.10.5 |
1118 | 2025-03-25T05:00:17.162Z | Downloaded aho-corasick v1.1.3 |
1119 | 2025-03-25T05:00:17.162Z | Downloaded daft v0.1.2 |
1120 | 2025-03-25T05:00:17.162Z | Downloaded progenitor-impl v0.9.1 |
1121 | 2025-03-25T05:00:17.162Z | Downloaded rand_seeder v0.3.0 |
1122 | 2025-03-25T05:00:17.162Z | Downloaded ppv-lite86 v0.2.20 |
1123 | 2025-03-25T05:00:17.162Z | Downloaded hashbrown v0.12.3 |
1124 | 2025-03-25T05:00:17.162Z | Downloaded minimal-lexical v0.2.1 |
1125 | 2025-03-25T05:00:17.162Z | Downloaded owo-colors v4.2.0 |
1126 | 2025-03-25T05:00:17.162Z | Downloaded rustyline v14.0.0 |
1127 | 2025-03-25T05:00:17.209Z | Downloaded tiny-keccak v2.0.2 |
1128 | 2025-03-25T05:00:17.209Z | Downloaded thiserror-no-std v2.0.2 |
1129 | 2025-03-25T05:00:17.209Z | Downloaded signal-hook-mio v0.2.4 |
1130 | 2025-03-25T05:00:17.209Z | Downloaded shell-words v1.1.0 |
1131 | 2025-03-25T05:00:17.209Z | Downloaded sec1 v0.7.3 |
1132 | 2025-03-25T05:00:17.209Z | Downloaded resolv-conf v0.7.0 |
1133 | 2025-03-25T05:00:17.209Z | Downloaded utf16_iter v1.0.5 |
1134 | 2025-03-25T05:00:17.209Z | Downloaded derive-where v1.2.7 |
1135 | 2025-03-25T05:00:17.209Z | Downloaded utf8_iter v1.0.4 |
1136 | 2025-03-25T05:00:17.209Z | Downloaded slog-json v2.6.1 |
1137 | 2025-03-25T05:00:17.209Z | Downloaded semver v0.1.20 |
1138 | 2025-03-25T05:00:17.209Z | Downloaded parking_lot_core v0.9.10 |
1139 | 2025-03-25T05:00:17.209Z | Downloaded tinyvec v1.8.0 |
1140 | 2025-03-25T05:00:17.209Z | Downloaded der_derive v0.7.3 |
1141 | 2025-03-25T05:00:17.209Z | Downloaded prettyplease v0.2.30 |
1142 | 2025-03-25T05:00:17.209Z | Downloaded termcolor v1.4.1 |
1143 | 2025-03-25T05:00:17.209Z | Downloaded strum v0.26.3 |
1144 | 2025-03-25T05:00:17.210Z | Downloaded percent-encoding v2.3.1 |
1145 | 2025-03-25T05:00:17.210Z | Downloaded parse-display v0.10.0 |
1146 | 2025-03-25T05:00:17.210Z | Downloaded num-rational v0.4.2 |
1147 | 2025-03-25T05:00:17.210Z | Downloaded cc v1.2.15 |
1148 | 2025-03-25T05:00:17.210Z | Downloaded shlex v1.3.0 |
1149 | 2025-03-25T05:00:17.210Z | Downloaded serde_plain v1.0.2 |
1150 | 2025-03-25T05:00:17.210Z | Downloaded rustfmt-wrapper v0.2.1 |
1151 | 2025-03-25T05:00:17.210Z | Downloaded normalize-line-endings v0.3.0 |
1152 | 2025-03-25T05:00:17.210Z | Downloaded ghash v0.5.1 |
1153 | 2025-03-25T05:00:17.210Z | Downloaded zeroize_derive v1.4.2 |
1154 | 2025-03-25T05:00:17.210Z | Downloaded psl-types v2.0.11 |
1155 | 2025-03-25T05:00:17.210Z | Downloaded num-iter v0.1.45 |
1156 | 2025-03-25T05:00:17.256Z | Downloaded ipnet v2.11.0 |
1157 | 2025-03-25T05:00:17.256Z | Downloaded icu_provider v1.5.0 |
1158 | 2025-03-25T05:00:17.256Z | Downloaded yoke v0.7.4 |
1159 | 2025-03-25T05:00:17.256Z | Downloaded yasna v0.5.2 |
1160 | 2025-03-25T05:00:17.256Z | Downloaded rand_chacha v0.9.0 |
1161 | 2025-03-25T05:00:17.256Z | Downloaded litemap v0.7.3 |
1162 | 2025-03-25T05:00:17.256Z | Downloaded const_format v0.2.34 |
1163 | 2025-03-25T05:00:17.256Z | Downloaded compact_str v0.8.0 |
1164 | 2025-03-25T05:00:17.256Z | Downloaded bytes v1.10.1 |
1165 | 2025-03-25T05:00:17.256Z | Downloaded num-derive v0.4.2 |
1166 | 2025-03-25T05:00:17.257Z | Downloaded group v0.13.0 |
1167 | 2025-03-25T05:00:17.257Z | Downloaded filetime v0.2.25 |
1168 | 2025-03-25T05:00:17.257Z | Downloaded debug-ignore v1.0.5 |
1169 | 2025-03-25T05:00:17.257Z | Downloaded encoding_rs v0.8.34 |
1170 | 2025-03-25T05:00:17.257Z | Downloaded hyper-rustls v0.27.3 |
1171 | 2025-03-25T05:00:17.257Z | Downloaded ena v0.14.3 |
1172 | 2025-03-25T05:00:17.257Z | Downloaded lru-cache v0.1.2 |
1173 | 2025-03-25T05:00:17.257Z | Downloaded russh-cryptovec v0.7.3 |
1174 | 2025-03-25T05:00:17.257Z | Downloaded rand_chacha v0.3.1 |
1175 | 2025-03-25T05:00:17.257Z | Downloaded ring v0.17.11 |
1176 | 2025-03-25T05:00:17.293Z | Downloaded fragile v2.0.0 |
1177 | 2025-03-25T05:00:17.323Z | Downloaded untrusted v0.9.0 |
1178 | 2025-03-25T05:00:17.323Z | Downloaded snafu-derive v0.8.5 |
1179 | 2025-03-25T05:00:17.323Z | Downloaded smallvec v1.14.0 |
1180 | 2025-03-25T05:00:17.323Z | Downloaded rfc6979 v0.4.0 |
1181 | 2025-03-25T05:00:17.323Z | Downloaded ecdsa v0.16.9 |
1182 | 2025-03-25T05:00:17.323Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1183 | 2025-03-25T05:00:17.346Z | Downloaded tokio-rustls v0.24.1 |
1184 | 2025-03-25T05:00:17.366Z | Downloaded bumpalo v3.16.0 |
1185 | 2025-03-25T05:00:17.366Z | Downloaded jobserver v0.1.32 |
1186 | 2025-03-25T05:00:17.366Z | Downloaded scrypt v0.11.0 |
1187 | 2025-03-25T05:00:17.366Z | Downloaded libloading v0.8.5 |
1188 | 2025-03-25T05:00:17.366Z | Downloaded defmt-parser v0.3.4 |
1189 | 2025-03-25T05:00:17.366Z | Downloaded hyper-tls v0.6.0 |
1190 | 2025-03-25T05:00:17.366Z | Downloaded hubpack v0.1.2 |
1191 | 2025-03-25T05:00:17.366Z | Downloaded hostname v0.3.1 |
1192 | 2025-03-25T05:00:17.366Z | Downloaded humantime v2.1.0 |
1193 | 2025-03-25T05:00:17.366Z | Downloaded httpdate v1.0.3 |
1194 | 2025-03-25T05:00:17.366Z | Downloaded cookie v0.18.1 |
1195 | 2025-03-25T05:00:17.366Z | Downloaded memoffset v0.9.1 |
1196 | 2025-03-25T05:00:17.366Z | Downloaded lockfree-object-pool v0.1.6 |
1197 | 2025-03-25T05:00:17.366Z | Downloaded http-body-util v0.1.2 |
1198 | 2025-03-25T05:00:17.366Z | Downloaded hostname v0.4.0 |
1199 | 2025-03-25T05:00:17.366Z | Downloaded allocator-api2 v0.2.18 |
1200 | 2025-03-25T05:00:17.401Z | Downloaded serde-hex v0.1.0 |
1201 | 2025-03-25T05:00:17.401Z | Downloaded ahash v0.8.11 |
1202 | 2025-03-25T05:00:17.401Z | Downloaded cancel-safe-futures v0.1.5 |
1203 | 2025-03-25T05:00:17.401Z | Downloaded match_cfg v0.1.0 |
1204 | 2025-03-25T05:00:17.401Z | Downloaded ident_case v1.0.1 |
1205 | 2025-03-25T05:00:17.401Z | Downloaded http-range v0.1.5 |
1206 | 2025-03-25T05:00:17.401Z | Downloaded http-body v1.0.1 |
1207 | 2025-03-25T05:00:17.401Z | Downloaded arc-swap v1.7.1 |
1208 | 2025-03-25T05:00:17.401Z | Downloaded instability v0.3.2 |
1209 | 2025-03-25T05:00:17.401Z | Downloaded icu_locid_transform v1.5.0 |
1210 | 2025-03-25T05:00:17.431Z | Downloaded iana-time-zone v0.1.61 |
1211 | 2025-03-25T05:00:17.431Z | Downloaded console v0.15.10 |
1212 | 2025-03-25T05:00:17.431Z | Downloaded bcs v0.1.6 |
1213 | 2025-03-25T05:00:17.431Z | Downloaded const_format_proc_macros v0.2.34 |
1214 | 2025-03-25T05:00:17.431Z | Downloaded async-trait v0.1.87 |
1215 | 2025-03-25T05:00:17.431Z | Downloaded argon2 v0.5.3 |
1216 | 2025-03-25T05:00:17.431Z | Downloaded arrayvec v0.7.6 |
1217 | 2025-03-25T05:00:17.432Z | Downloaded arrayref v0.3.9 |
1218 | 2025-03-25T05:00:17.432Z | Downloaded bit-set v0.8.0 |
1219 | 2025-03-25T05:00:17.432Z | Downloaded cbc v0.1.2 |
1220 | 2025-03-25T05:00:17.432Z | Downloaded ascii-canvas v3.0.0 |
1221 | 2025-03-25T05:00:17.432Z | Downloaded adler2 v2.0.0 |
1222 | 2025-03-25T05:00:17.432Z | Downloaded async-stream v0.3.6 |
1223 | 2025-03-25T05:00:17.432Z | Downloaded async-recursion v1.1.1 |
1224 | 2025-03-25T05:00:17.432Z | Downloaded assert_matches v1.5.0 |
1225 | 2025-03-25T05:00:17.799Z | Downloaded aws-lc-sys v0.26.0 |
1226 | 2025-03-25T05:00:18.098Z | Compiling serde v1.0.218 |
1227 | 2025-03-25T05:00:18.132Z | Compiling value-bag v1.9.0 |
1228 | 2025-03-25T05:00:18.132Z | Compiling lock_api v0.4.12 |
1229 | 2025-03-25T05:00:18.132Z | Compiling scopeguard v1.2.0 |
1230 | 2025-03-25T05:00:18.133Z | Compiling typenum v1.17.0 |
1231 | 2025-03-25T05:00:18.360Z | Compiling shlex v1.3.0 |
1232 | 2025-03-25T05:00:18.471Z | Compiling syn v2.0.98 |
1233 | 2025-03-25T05:00:18.471Z | Compiling getrandom v0.2.15 |
1234 | 2025-03-25T05:00:18.538Z | Compiling jobserver v0.1.32 |
1235 | 2025-03-25T05:00:18.610Z | Compiling rand_core v0.6.4 |
1236 | 2025-03-25T05:00:18.714Z | Compiling log v0.4.22 |
1237 | 2025-03-25T05:00:18.765Z | Compiling generic-array v0.14.7 |
1238 | 2025-03-25T05:00:18.848Z | Compiling subtle v2.6.1 |
1239 | 2025-03-25T05:00:19.106Z | Compiling cc v1.2.15 |
1240 | 2025-03-25T05:00:19.125Z | Compiling smallvec v1.14.0 |
1241 | 2025-03-25T05:00:19.154Z | Compiling const-oid v0.9.6 |
1242 | 2025-03-25T05:00:19.178Z | Compiling pin-project-lite v0.2.14 |
1243 | 2025-03-25T05:00:19.202Z | Compiling rustix v0.38.37 |
1244 | 2025-03-25T05:00:19.297Z | Compiling parking_lot_core v0.9.10 |
1245 | 2025-03-25T05:00:19.447Z | Compiling spin v0.9.8 |
1246 | 2025-03-25T05:00:19.482Z | Compiling signal-hook-registry v1.4.2 |
1247 | 2025-03-25T05:00:19.809Z | Compiling futures-core v0.3.31 |
1248 | 2025-03-25T05:00:22.845Z | Compiling mio v1.0.2 |
1249 | 2025-03-25T05:00:22.875Z | Compiling aho-corasick v1.1.3 |
1250 | 2025-03-25T05:00:22.876Z | Compiling parking_lot v0.12.3 |
1251 | 2025-03-25T05:00:22.876Z | Compiling either v1.14.0 |
1252 | 2025-03-25T05:00:22.876Z | Compiling regex-syntax v0.8.5 |
1253 | 2025-03-25T05:00:22.876Z | Compiling serde_json v1.0.139 |
1254 | 2025-03-25T05:00:22.876Z | Compiling stable_deref_trait v1.2.0 |
1255 | 2025-03-25T05:00:22.876Z | Compiling glob v0.3.2 |
1256 | 2025-03-25T05:00:22.876Z | Compiling socket2 v0.5.8 |
1257 | 2025-03-25T05:00:22.876Z | Compiling cpufeatures v0.2.14 |
1258 | 2025-03-25T05:00:22.876Z | Compiling libm v0.2.8 |
1259 | 2025-03-25T05:00:22.876Z | Compiling futures-sink v0.3.31 |
1260 | 2025-03-25T05:00:22.876Z | Compiling prettyplease v0.2.30 |
1261 | 2025-03-25T05:00:22.876Z | Compiling lazy_static v1.5.0 |
1262 | 2025-03-25T05:00:22.876Z | Compiling slab v0.4.9 |
1263 | 2025-03-25T05:00:22.876Z | Compiling num-traits v0.2.19 |
1264 | 2025-03-25T05:00:22.876Z | Compiling clang-sys v1.8.1 |
1265 | 2025-03-25T05:00:22.876Z | Compiling minimal-lexical v0.2.1 |
1266 | 2025-03-25T05:00:22.876Z | Compiling libloading v0.8.5 |
1267 | 2025-03-25T05:00:22.876Z | Compiling nom v7.1.3 |
1268 | 2025-03-25T05:00:22.876Z | Compiling pkg-config v0.3.31 |
1269 | 2025-03-25T05:00:22.876Z | Compiling bindgen v0.69.5 |
1270 | 2025-03-25T05:00:23.002Z | Compiling getrandom v0.3.1 |
1271 | 2025-03-25T05:00:23.526Z | Compiling foldhash v0.1.3 |
1272 | 2025-03-25T05:00:23.630Z | Compiling home v0.5.9 |
1273 | 2025-03-25T05:00:23.724Z | Compiling allocator-api2 v0.2.18 |
1274 | 2025-03-25T05:00:24.197Z | Compiling itertools v0.12.1 |
1275 | 2025-03-25T05:00:24.461Z | Compiling regex-automata v0.4.8 |
1276 | 2025-03-25T05:00:24.649Z | Compiling hashbrown v0.15.1 |
1277 | 2025-03-25T05:00:25.668Z | Compiling synstructure v0.13.1 |
1278 | 2025-03-25T05:00:25.871Z | Compiling cexpr v0.6.0 |
1279 | 2025-03-25T05:00:26.778Z | Compiling lazycell v1.3.0 |
1280 | 2025-03-25T05:00:26.945Z | Compiling rustc-hash v1.1.0 |
1281 | 2025-03-25T05:00:27.058Z | Compiling futures-channel v0.3.31 |
1282 | 2025-03-25T05:00:27.099Z | Compiling cmake v0.1.51 |
1283 | 2025-03-25T05:00:27.391Z | Compiling futures-task v0.3.31 |
1284 | 2025-03-25T05:00:27.411Z | Compiling dunce v1.0.5 |
1285 | 2025-03-25T05:00:27.461Z | Compiling pin-utils v0.1.0 |
1286 | 2025-03-25T05:00:27.548Z | Compiling futures-io v0.3.31 |
1287 | 2025-03-25T05:00:27.568Z | Compiling fs_extra v1.3.0 |
1288 | 2025-03-25T05:00:27.670Z | Compiling paste v1.0.15 |
1289 | 2025-03-25T05:00:27.820Z | Compiling base64ct v1.6.0 |
1290 | 2025-03-25T05:00:27.911Z | Compiling ring v0.17.11 |
1291 | 2025-03-25T05:00:28.099Z | Compiling litemap v0.7.3 |
1292 | 2025-03-25T05:00:28.219Z | Compiling writeable v0.5.5 |
1293 | 2025-03-25T05:00:28.369Z | Compiling pem-rfc7468 v0.7.0 |
1294 | 2025-03-25T05:00:28.486Z | Compiling flagset v0.4.6 |
1295 | 2025-03-25T05:00:28.702Z | Compiling aws-lc-rs v1.12.4 |
1296 | 2025-03-25T05:00:28.731Z | Compiling rustls-pki-types v1.10.0 |
1297 | 2025-03-25T05:00:28.976Z | Compiling crossbeam-utils v0.8.20 |
1298 | 2025-03-25T05:00:29.118Z | Compiling vcpkg v0.2.15 |
1299 | 2025-03-25T05:00:29.499Z | Compiling regex v1.11.1 |
1300 | 2025-03-25T05:00:29.621Z | Compiling icu_locid_transform_data v1.5.0 |
1301 | 2025-03-25T05:00:29.694Z | Compiling tracing-core v0.1.32 |
1302 | 2025-03-25T05:00:29.725Z | Compiling untrusted v0.7.1 |
1303 | 2025-03-25T05:00:29.911Z | Compiling time-core v0.1.2 |
1304 | 2025-03-25T05:00:30.096Z | Compiling icu_properties_data v1.5.0 |
1305 | 2025-03-25T05:00:30.384Z | Compiling untrusted v0.9.0 |
1306 | 2025-03-25T05:00:30.417Z | Compiling iana-time-zone v0.1.61 |
1307 | 2025-03-25T05:00:30.563Z | Compiling httparse v1.9.5 |
1308 | 2025-03-25T05:00:30.585Z | Compiling serde_derive v1.0.218 |
1309 | 2025-03-25T05:00:30.699Z | Compiling zeroize_derive v1.4.2 |
1310 | 2025-03-25T05:00:30.764Z | Compiling zerocopy-derive v0.7.35 |
1311 | 2025-03-25T05:00:30.831Z | Compiling tokio-macros v2.5.0 |
1312 | 2025-03-25T05:00:31.226Z | Compiling zerofrom-derive v0.1.4 |
1313 | 2025-03-25T05:00:32.077Z | Compiling zeroize v1.8.1 |
1314 | 2025-03-25T05:00:32.247Z | Compiling yoke-derive v0.7.4 |
1315 | 2025-03-25T05:00:32.651Z | Compiling zerocopy v0.7.35 |
1316 | 2025-03-25T05:00:32.962Z | Compiling displaydoc v0.2.5 |
1317 | 2025-03-25T05:00:33.742Z | Compiling crypto-common v0.1.6 |
1318 | 2025-03-25T05:00:33.915Z | Compiling block-buffer v0.10.4 |
1319 | 2025-03-25T05:00:33.964Z | Compiling block-padding v0.3.3 |
1320 | 2025-03-25T05:00:34.076Z | Compiling zerovec-derive v0.10.3 |
1321 | 2025-03-25T05:00:34.161Z | Compiling digest v0.10.7 |
1322 | 2025-03-25T05:00:34.204Z | Compiling inout v0.1.3 |
1323 | 2025-03-25T05:00:34.385Z | Compiling zerofrom v0.1.4 |
1324 | 2025-03-25T05:00:34.391Z | Compiling thiserror-impl v1.0.69 |
1325 | 2025-03-25T05:00:34.473Z | Compiling futures-macro v0.3.31 |
1326 | 2025-03-25T05:00:34.585Z | Compiling hmac v0.12.1 |
1327 | 2025-03-25T05:00:34.606Z | Compiling sha2 v0.10.8 |
1328 | 2025-03-25T05:00:34.611Z | Compiling cipher v0.4.4 |
1329 | 2025-03-25T05:00:34.689Z | Compiling yoke v0.7.4 |
1330 | 2025-03-25T05:00:34.821Z | Compiling der_derive v0.7.3 |
1331 | 2025-03-25T05:00:35.037Z | Compiling icu_provider_macros v1.5.0 |
1332 | 2025-03-25T05:00:35.133Z | Compiling salsa20 v0.10.2 |
1333 | 2025-03-25T05:00:35.414Z | Compiling pbkdf2 v0.12.2 |
1334 | 2025-03-25T05:00:35.593Z | Compiling ppv-lite86 v0.2.20 |
1335 | 2025-03-25T05:00:36.172Z | Compiling scrypt v0.11.0 |
1336 | 2025-03-25T05:00:36.259Z | Compiling futures-util v0.3.31 |
1337 | 2025-03-25T05:00:36.379Z | Compiling aes v0.8.4 |
1338 | 2025-03-25T05:00:36.514Z | Compiling zerovec v0.10.4 |
1339 | 2025-03-25T05:00:36.649Z | Compiling cbc v0.1.2 |
1340 | 2025-03-25T05:00:36.869Z | Compiling openssl-sys v0.9.106 |
1341 | 2025-03-25T05:00:37.062Z | Compiling der v0.7.9 |
1342 | 2025-03-25T05:00:37.298Z | Compiling thiserror v1.0.69 |
1343 | 2025-03-25T05:00:37.455Z | Compiling pest v2.7.14 |
1344 | 2025-03-25T05:00:37.857Z | Compiling tracing-attributes v0.1.27 |
1345 | 2025-03-25T05:00:38.313Z | Compiling tinystr v0.7.6 |
1346 | 2025-03-25T05:00:38.570Z | Compiling icu_collections v1.5.0 |
1347 | 2025-03-25T05:00:38.584Z | Compiling icu_locid v1.5.0 |
1348 | 2025-03-25T05:00:39.195Z | Compiling spki v0.7.3 |
1349 | 2025-03-25T05:00:39.516Z | Compiling powerfmt v0.2.0 |
1350 | 2025-03-25T05:00:39.752Z | Compiling icu_provider v1.5.0 |
1351 | 2025-03-25T05:00:39.951Z | Compiling percent-encoding v2.3.1 |
1352 | 2025-03-25T05:00:39.970Z | Compiling num-conv v0.1.0 |
1353 | 2025-03-25T05:00:40.178Z | Compiling time-macros v0.2.18 |
1354 | 2025-03-25T05:00:40.203Z | Compiling pest_meta v2.7.14 |
1355 | 2025-03-25T05:00:40.509Z | Compiling icu_locid_transform v1.5.0 |
1356 | 2025-03-25T05:00:40.518Z | Compiling deranged v0.3.11 |
1357 | 2025-03-25T05:00:40.698Z | Compiling pkcs5 v0.7.1 |
1358 | 2025-03-25T05:00:41.076Z | Compiling tracing v0.1.40 |
1359 | 2025-03-25T05:00:41.656Z | Compiling icu_properties v1.5.1 |
1360 | 2025-03-25T05:00:41.780Z | Compiling scroll_derive v0.12.0 |
1361 | 2025-03-25T05:00:42.650Z | Compiling zerocopy v0.8.10 |
1362 | 2025-03-25T05:00:42.978Z | Compiling bytes v1.10.1 |
1363 | 2025-03-25T05:00:43.010Z | Compiling bitflags v2.6.0 |
1364 | 2025-03-25T05:00:43.116Z | Compiling semver v1.0.25 |
1365 | 2025-03-25T05:00:43.548Z | Compiling indexmap v2.7.1 |
1366 | 2025-03-25T05:00:43.791Z | Compiling rustc_version v0.4.1 |
1367 | 2025-03-25T05:00:44.255Z | Compiling tokio v1.43.0 |
1368 | 2025-03-25T05:00:44.388Z | Compiling http v1.2.0 |
1369 | 2025-03-25T05:00:44.445Z | Compiling uuid v1.15.1 |
1370 | 2025-03-25T05:00:44.761Z | Compiling chrono v0.4.40 |
1371 | 2025-03-25T05:00:45.817Z | Compiling utf8_iter v1.0.4 |
1372 | 2025-03-25T05:00:45.855Z | Compiling write16 v1.0.0 |
1373 | 2025-03-25T05:00:45.991Z | Compiling num_threads v0.1.7 |
1374 | 2025-03-25T05:00:46.019Z | Compiling icu_normalizer_data v1.5.0 |
1375 | 2025-03-25T05:00:46.067Z | Compiling utf16_iter v1.0.5 |
1376 | 2025-03-25T05:00:46.118Z | Compiling atomic-waker v1.1.2 |
1377 | 2025-03-25T05:00:46.141Z | Compiling time v0.3.36 |
1378 | 2025-03-25T05:00:46.144Z | Compiling http-body v1.0.1 |
1379 | 2025-03-25T05:00:46.279Z | Compiling icu_normalizer v1.5.0 |
1380 | 2025-03-25T05:00:46.375Z | Compiling scroll v0.12.0 |
1381 | 2025-03-25T05:00:46.487Z | Compiling pest_generator v2.7.14 |
1382 | 2025-03-25T05:00:46.881Z | Compiling pkcs8 v0.10.2 |
1383 | 2025-03-25T05:00:47.035Z | Compiling which v4.4.2 |
1384 | 2025-03-25T05:00:47.560Z | Compiling zerocopy-derive v0.8.10 |
1385 | 2025-03-25T05:00:47.959Z | Compiling serde_derive_internals v0.29.1 |
1386 | 2025-03-25T05:00:47.978Z | Compiling schemars v0.8.22 |
1387 | 2025-03-25T05:00:48.076Z | Compiling slog v2.7.0 |
1388 | 2025-03-25T05:00:48.252Z | Compiling tinyvec_macros v0.1.1 |
1389 | 2025-03-25T05:00:48.308Z | Compiling try-lock v0.2.5 |
1390 | 2025-03-25T05:00:48.351Z | Compiling tinyvec v1.8.0 |
1391 | 2025-03-25T05:00:48.492Z | Compiling want v0.3.1 |
1392 | 2025-03-25T05:00:48.630Z | Compiling goblin v0.8.2 |
1393 | 2025-03-25T05:00:48.832Z | Compiling pest_derive v2.7.14 |
1394 | 2025-03-25T05:00:49.574Z | Compiling idna_adapter v1.2.0 |
1395 | 2025-03-25T05:00:49.815Z | Compiling form_urlencoded v1.2.1 |
1396 | 2025-03-25T05:00:49.903Z | Compiling tower-service v0.3.3 |
1397 | 2025-03-25T05:00:50.040Z | Compiling rustversion v1.0.17 |
1398 | 2025-03-25T05:00:50.144Z | Compiling foreign-types-shared v0.1.1 |
1399 | 2025-03-25T05:00:50.216Z | Compiling schemars_derive v0.8.22 |
1400 | 2025-03-25T05:00:50.248Z | Compiling dyn-clone v1.0.19 |
1401 | 2025-03-25T05:00:50.497Z | Compiling httpdate v1.0.3 |
1402 | 2025-03-25T05:00:50.578Z | Compiling adler2 v2.0.0 |
1403 | 2025-03-25T05:00:50.725Z | Compiling openssl v0.10.71 |
1404 | 2025-03-25T05:00:50.848Z | Compiling miniz_oxide v0.8.5 |
1405 | 2025-03-25T05:00:50.910Z | Compiling foreign-types v0.3.2 |
1406 | 2025-03-25T05:00:51.012Z | Compiling idna v1.0.3 |
1407 | 2025-03-25T05:00:51.177Z | Compiling dtrace-parser v0.2.0 |
1408 | 2025-03-25T05:00:52.285Z | Compiling tokio-util v0.7.13 |
1409 | 2025-03-25T05:00:52.942Z | Compiling toml_datetime v0.6.8 |
1410 | 2025-03-25T05:00:53.338Z | Compiling rand_core v0.9.2 |
1411 | 2025-03-25T05:00:53.370Z | Compiling h2 v0.4.6 |
1412 | 2025-03-25T05:00:53.380Z | Compiling serde_spanned v0.6.8 |
1413 | 2025-03-25T05:00:53.505Z | Compiling serde_tokenstream v0.2.2 |
1414 | 2025-03-25T05:00:53.605Z | Compiling openssl-macros v0.1.1 |
1415 | 2025-03-25T05:00:54.066Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2025-03-25T05:00:54.329Z | Compiling dof v0.3.0 |
1417 | 2025-03-25T05:00:54.519Z | Compiling siphasher v0.3.11 |
1418 | 2025-03-25T05:00:54.764Z | Compiling rustls v0.23.19 |
1419 | 2025-03-25T05:00:54.905Z | Compiling syn v1.0.109 |
1420 | 2025-03-25T05:00:55.071Z | Compiling base64 v0.22.1 |
1421 | 2025-03-25T05:00:55.522Z | Compiling native-tls v0.2.12 |
1422 | 2025-03-25T05:00:55.901Z | Compiling usdt-impl v0.5.0 |
1423 | 2025-03-25T05:00:56.343Z | Compiling rand_chacha v0.9.0 |
1424 | 2025-03-25T05:00:57.163Z | Compiling unicode-normalization v0.1.24 |
1425 | 2025-03-25T05:00:57.479Z | Compiling heapless v0.7.17 |
1426 | 2025-03-25T05:00:57.757Z | Compiling crossbeam-epoch v0.9.18 |
1427 | 2025-03-25T05:00:57.921Z | Compiling rand_chacha v0.3.1 |
1428 | 2025-03-25T05:00:58.169Z | Compiling signature v2.2.0 |
1429 | 2025-03-25T05:00:58.199Z | Compiling dirs-sys-next v0.1.2 |
1430 | 2025-03-25T05:00:58.237Z | Compiling crc32fast v1.4.2 |
1431 | 2025-03-25T05:00:58.390Z | Compiling cookie v0.18.1 |
1432 | 2025-03-25T05:00:58.462Z | Compiling rustls v0.22.4 |
1433 | 2025-03-25T05:00:58.572Z | Compiling rayon-core v1.12.1 |
1434 | 2025-03-25T05:00:58.715Z | Compiling openssl-probe v0.1.5 |
1435 | 2025-03-25T05:00:58.718Z | Compiling unicode-bidi v0.3.17 |
1436 | 2025-03-25T05:00:58.775Z | Compiling unicode-properties v0.1.3 |
1437 | 2025-03-25T05:00:58.868Z | Compiling signal-hook v0.3.17 |
1438 | 2025-03-25T05:00:59.119Z | Compiling dirs-next v2.0.0 |
1439 | 2025-03-25T05:00:59.165Z | Compiling rand v0.8.5 |
1440 | 2025-03-25T05:00:59.187Z | Compiling crossbeam-deque v0.8.5 |
1441 | 2025-03-25T05:00:59.524Z | Compiling stringprep v0.1.5 |
1442 | 2025-03-25T05:00:59.545Z | Compiling rand v0.9.0 |
1443 | 2025-03-25T05:01:00.178Z | Compiling hyper v1.6.0 |
1444 | 2025-03-25T05:01:00.550Z | Compiling url v2.5.3 |
1445 | 2025-03-25T05:01:01.151Z | Compiling http-body-util v0.1.2 |
1446 | 2025-03-25T05:01:01.311Z | Compiling curve25519-dalek v4.1.3 |
1447 | 2025-03-25T05:01:02.019Z | Compiling md-5 v0.10.6 |
1448 | 2025-03-25T05:01:02.169Z | Compiling async-trait v0.1.87 |
1449 | 2025-03-25T05:01:02.266Z | Compiling num-integer v0.1.46 |
1450 | 2025-03-25T05:01:02.287Z | Compiling hash32 v0.2.1 |
1451 | 2025-03-25T05:01:02.634Z | Compiling hyper-util v0.1.10 |
1452 | 2025-03-25T05:01:02.912Z | Compiling thread_local v1.1.8 |
1453 | 2025-03-25T05:01:02.969Z | Compiling ff v0.13.0 |
1454 | 2025-03-25T05:01:03.210Z | Compiling multer v3.1.0 |
1455 | 2025-03-25T05:01:03.271Z | Compiling encoding_rs v0.8.34 |
1456 | 2025-03-25T05:01:03.381Z | Compiling memoffset v0.9.1 |
1457 | 2025-03-25T05:01:03.501Z | Compiling smoltcp v0.9.1 |
1458 | 2025-03-25T05:01:03.710Z | Compiling litrs v0.4.1 |
1459 | 2025-03-25T05:01:03.753Z | Compiling base16ct v0.2.0 |
1460 | 2025-03-25T05:01:04.065Z | Compiling match_cfg v0.1.0 |
1461 | 2025-03-25T05:01:04.150Z | Compiling mime v0.3.17 |
1462 | 2025-03-25T05:01:04.174Z | Compiling cfg_aliases v0.2.1 |
1463 | 2025-03-25T05:01:04.281Z | Compiling portable-atomic v1.9.0 |
1464 | 2025-03-25T05:01:04.496Z | Compiling num-bigint-dig v0.8.4 |
1465 | 2025-03-25T05:01:04.642Z | Compiling newtype-uuid v1.2.1 |
1466 | 2025-03-25T05:01:04.769Z | Compiling gimli v0.31.1 |
1467 | 2025-03-25T05:01:04.824Z | Compiling fallible-iterator v0.2.0 |
1468 | 2025-03-25T05:01:04.940Z | Compiling slog-async v2.8.0 |
1469 | 2025-03-25T05:01:05.220Z | Compiling psl-types v2.0.11 |
1470 | 2025-03-25T05:01:05.452Z | Compiling publicsuffix v2.3.0 |
1471 | 2025-03-25T05:01:05.513Z | Compiling postgres-protocol v0.6.8 |
1472 | 2025-03-25T05:01:05.590Z | Compiling document-features v0.2.10 |
1473 | 2025-03-25T05:01:05.610Z | Compiling nix v0.29.0 |
1474 | 2025-03-25T05:01:05.739Z | Compiling toml_edit v0.22.24 |
1475 | 2025-03-25T05:01:06.503Z | Compiling hostname v0.3.1 |
1476 | 2025-03-25T05:01:06.663Z | Compiling sec1 v0.7.3 |
1477 | 2025-03-25T05:01:06.801Z | Compiling group v0.13.0 |
1478 | 2025-03-25T05:01:06.859Z | Compiling num-iter v0.1.45 |
1479 | 2025-03-25T05:01:07.154Z | Compiling tokio-native-tls v0.3.1 |
1480 | 2025-03-25T05:01:07.195Z | Compiling bzip2 v0.4.4 |
1481 | 2025-03-25T05:01:07.429Z | Compiling term v0.7.0 |
1482 | 2025-03-25T05:01:08.422Z | Compiling flate2 v1.1.0 |
1483 | 2025-03-25T05:01:08.630Z | Compiling usdt-attr-macro v0.5.0 |
1484 | 2025-03-25T05:01:08.669Z | Compiling usdt-macro v0.5.0 |
1485 | 2025-03-25T05:01:09.013Z | Compiling addr2line v0.24.2 |
1486 | 2025-03-25T05:01:09.274Z | Compiling ipnetwork v0.21.1 |
1487 | 2025-03-25T05:01:09.365Z | Compiling phf_shared v0.11.2 |
1488 | 2025-03-25T05:01:09.693Z | Compiling slog-json v2.6.1 |
1489 | 2025-03-25T05:01:09.719Z | Compiling serde_urlencoded v0.7.1 |
1490 | 2025-03-25T05:01:10.018Z | Compiling terminal_size v0.4.0 |
1491 | 2025-03-25T05:01:10.038Z | Compiling crossbeam-channel v0.5.13 |
1492 | 2025-03-25T05:01:10.067Z | Compiling futures-executor v0.3.31 |
1493 | 2025-03-25T05:01:10.093Z | Compiling hkdf v0.12.4 |
1494 | 2025-03-25T05:01:10.216Z | Compiling crypto-bigint v0.5.5 |
1495 | 2025-03-25T05:01:10.244Z | Compiling async-stream-impl v0.3.6 |
1496 | 2025-03-25T05:01:10.388Z | Compiling curve25519-dalek-derive v0.1.1 |
1497 | 2025-03-25T05:01:10.587Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2025-03-25T05:01:11.034Z | Compiling rustls-pemfile v2.2.0 |
1499 | 2025-03-25T05:01:11.365Z | Compiling webpki-roots v0.26.6 |
1500 | 2025-03-25T05:01:11.533Z | Compiling sync_wrapper v1.0.1 |
1501 | 2025-03-25T05:01:11.589Z | Compiling is-terminal v0.4.13 |
1502 | 2025-03-25T05:01:11.685Z | Compiling fs-err v2.11.0 |
1503 | 2025-03-25T05:01:11.724Z | Compiling object v0.36.5 |
1504 | 2025-03-25T05:01:11.745Z | Compiling hubpack_derive v0.1.1 |
1505 | 2025-03-25T05:01:11.773Z | Compiling ahash v0.8.11 |
1506 | 2025-03-25T05:01:11.999Z | Compiling dropshot v0.12.0 |
1507 | 2025-03-25T05:01:12.115Z | Compiling buf-list v1.0.3 |
1508 | 2025-03-25T05:01:12.305Z | Compiling bumpalo v3.16.0 |
1509 | 2025-03-25T05:01:12.480Z | Compiling zip v2.1.3 |
1510 | 2025-03-25T05:01:12.551Z | Compiling managed v0.8.0 |
1511 | 2025-03-25T05:01:12.728Z | Compiling anyhow v1.0.97 |
1512 | 2025-03-25T05:01:12.770Z | Compiling take_mut v0.2.2 |
1513 | 2025-03-25T05:01:12.791Z | Compiling simd-adler32 v0.3.7 |
1514 | 2025-03-25T05:01:12.811Z | Compiling lockfree-object-pool v0.1.6 |
1515 | 2025-03-25T05:01:12.938Z | Compiling tower-layer v0.3.3 |
1516 | 2025-03-25T05:01:12.959Z | Compiling rustc-demangle v0.1.24 |
1517 | 2025-03-25T05:01:13.079Z | Compiling winnow v0.5.40 |
1518 | 2025-03-25T05:01:13.217Z | Compiling unicode-width v0.2.0 |
1519 | 2025-03-25T05:01:13.308Z | Compiling ipnet v2.11.0 |
1520 | 2025-03-25T05:01:13.703Z | Compiling console v0.15.10 |
1521 | 2025-03-25T05:01:13.724Z | Compiling tower v0.5.2 |
1522 | 2025-03-25T05:01:13.775Z | Compiling elliptic-curve v0.13.8 |
1523 | 2025-03-25T05:01:14.273Z | Compiling zopfli v0.8.1 |
1524 | 2025-03-25T05:01:14.540Z | Compiling clap_builder v4.5.32 |
1525 | 2025-03-25T05:01:15.671Z | Compiling strum_macros v0.25.3 |
1526 | 2025-03-25T05:01:15.933Z | Compiling hubpack v0.1.2 |
1527 | 2025-03-25T05:01:16.185Z | Compiling zerocopy v0.6.6 |
1528 | 2025-03-25T05:01:16.347Z | Compiling toml_edit v0.19.15 |
1529 | 2025-03-25T05:01:16.907Z | Compiling slog-term v2.9.1 |
1530 | 2025-03-25T05:01:16.929Z | Compiling usdt v0.5.0 |
1531 | 2025-03-25T05:01:17.394Z | Compiling async-stream v0.3.6 |
1532 | 2025-03-25T05:01:17.687Z | Compiling futures v0.3.31 |
1533 | 2025-03-25T05:01:17.814Z | Compiling slog-bunyan v2.5.0 |
1534 | 2025-03-25T05:01:18.028Z | Compiling oxnet v0.1.1 |
1535 | 2025-03-25T05:01:18.048Z | Compiling phf v0.11.2 |
1536 | 2025-03-25T05:01:18.327Z | Compiling backtrace v0.3.74 |
1537 | 2025-03-25T05:01:18.734Z | Compiling toml v0.8.20 |
1538 | 2025-03-25T05:01:18.754Z | Compiling cookie_store v0.21.1 |
1539 | 2025-03-25T05:01:19.193Z | Compiling rayon v1.10.0 |
1540 | 2025-03-25T05:01:20.088Z | Compiling signal-hook-mio v0.2.4 |
1541 | 2025-03-25T05:01:20.182Z | Compiling hyper-tls v0.6.0 |
1542 | 2025-03-25T05:01:21.149Z | Compiling camino v1.1.9 |
1543 | 2025-03-25T05:01:21.728Z | Compiling postgres-types v0.2.9 |
1544 | 2025-03-25T05:01:22.303Z | Compiling ed25519 v2.2.3 |
1545 | 2025-03-25T05:01:26.788Z | Compiling phf_shared v0.10.0 |
1546 | 2025-03-25T05:01:26.820Z | Compiling dropshot_endpoint v0.12.0 |
1547 | 2025-03-25T05:01:26.821Z | Compiling pkcs1 v0.7.5 |
1548 | 2025-03-25T05:01:26.821Z | Compiling waitgroup v0.1.2 |
1549 | 2025-03-25T05:01:26.821Z | Compiling clap_derive v4.5.32 |
1550 | 2025-03-25T05:01:26.821Z | Compiling enum-as-inner v0.6.1 |
1551 | 2025-03-25T05:01:26.821Z | Compiling openapiv3 v2.0.0 |
1552 | 2025-03-25T05:01:26.821Z | Compiling serde_path_to_error v0.1.16 |
1553 | 2025-03-25T05:01:26.821Z | Compiling serde-big-array v0.5.1 |
1554 | 2025-03-25T05:01:26.821Z | Compiling rfc6979 v0.4.0 |
1555 | 2025-03-25T05:01:26.821Z | Compiling sha1 v0.10.6 |
1556 | 2025-03-25T05:01:26.821Z | Compiling serde_repr v0.1.19 |
1557 | 2025-03-25T05:01:26.821Z | Compiling daft-derive v0.1.2 |
1558 | 2025-03-25T05:01:26.821Z | Compiling bstr v1.10.0 |
1559 | 2025-03-25T05:01:26.821Z | Compiling float-cmp v0.10.0 |
1560 | 2025-03-25T05:01:26.821Z | Compiling hostname v0.4.0 |
1561 | 2025-03-25T05:01:26.821Z | Compiling number_prefix v0.4.0 |
1562 | 2025-03-25T05:01:26.821Z | Compiling normalize-line-endings v0.3.0 |
1563 | 2025-03-25T05:01:26.821Z | Compiling whoami v1.5.2 |
1564 | 2025-03-25T05:01:26.821Z | Compiling debug-ignore v1.0.5 |
1565 | 2025-03-25T05:01:26.821Z | Compiling precomputed-hash v0.1.1 |
1566 | 2025-03-25T05:01:26.865Z | Compiling static_assertions v1.1.0 |
1567 | 2025-03-25T05:01:26.886Z | Compiling fixedbitset v0.4.2 |
1568 | 2025-03-25T05:01:26.968Z | Compiling unicode-segmentation v1.12.0 |
1569 | 2025-03-25T05:01:27.118Z | Compiling new_debug_unreachable v1.0.6 |
1570 | 2025-03-25T05:01:27.221Z | Compiling difflib v0.4.0 |
1571 | 2025-03-25T05:01:27.242Z | Compiling data-encoding v2.6.0 |
1572 | 2025-03-25T05:01:27.291Z | Compiling predicates-core v1.0.8 |
1573 | 2025-03-25T05:01:27.604Z | Compiling string_cache v0.8.7 |
1574 | 2025-03-25T05:01:27.813Z | Compiling predicates v3.1.3 |
1575 | 2025-03-25T05:01:27.932Z | Compiling hickory-proto v0.24.4 |
1576 | 2025-03-25T05:01:27.949Z | Compiling clap v4.5.32 |
1577 | 2025-03-25T05:01:28.029Z | Compiling similar v2.7.0 |
1578 | 2025-03-25T05:01:28.077Z | Compiling petgraph v0.6.5 |
1579 | 2025-03-25T05:01:28.494Z | Compiling tokio-postgres v0.7.13 |
1580 | 2025-03-25T05:01:29.158Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1581 | 2025-03-25T05:01:29.253Z | Compiling indicatif v0.17.11 |
1582 | 2025-03-25T05:01:29.972Z | Compiling daft v0.1.2 |
1583 | 2025-03-25T05:01:30.497Z | Compiling ecdsa v0.16.9 |
1584 | 2025-03-25T05:01:31.215Z | Compiling rsa v0.9.6 |
1585 | 2025-03-25T05:01:31.322Z | Compiling ed25519-dalek v2.1.1 |
1586 | 2025-03-25T05:01:32.612Z | Compiling crossterm v0.28.1 |
1587 | 2025-03-25T05:01:33.622Z | Compiling toml v0.7.8 |
1588 | 2025-03-25T05:01:35.302Z | Compiling zip v0.6.6 |
1589 | 2025-03-25T05:01:35.337Z | Compiling tokio-stream v0.1.17 |
1590 | 2025-03-25T05:01:35.393Z | Compiling hex v0.4.3 |
1591 | 2025-03-25T05:01:35.731Z | Compiling x509-cert v0.2.5 |
1592 | 2025-03-25T05:01:35.990Z | Compiling itertools v0.10.5 |
1593 | 2025-03-25T05:01:36.284Z | Compiling unicode-xid v0.2.6 |
1594 | 2025-03-25T05:01:36.484Z | Compiling peg-runtime v0.8.5 |
1595 | 2025-03-25T05:01:36.554Z | Compiling lalrpop-util v0.19.12 |
1596 | 2025-03-25T05:01:36.715Z | Compiling strum_macros v0.26.4 |
1597 | 2025-03-25T05:01:36.735Z | Compiling xattr v1.3.1 |
1598 | 2025-03-25T05:01:36.903Z | Compiling filetime v0.2.25 |
1599 | 2025-03-25T05:01:37.205Z | Compiling tar v0.4.44 |
1600 | 2025-03-25T05:01:40.930Z | Compiling strum v0.26.3 |
1601 | 2025-03-25T05:01:44.241Z | Compiling aws-lc-sys v0.26.0 |
1602 | 2025-03-25T05:02:13.842Z | Compiling rustls-webpki v0.102.8 |
1603 | 2025-03-25T05:02:16.996Z | Compiling tokio-rustls v0.25.0 |
1604 | 2025-03-25T05:02:18.585Z | Compiling tokio-rustls v0.26.0 |
1605 | 2025-03-25T05:02:18.901Z | Compiling hyper-rustls v0.27.3 |
1606 | 2025-03-25T05:02:19.201Z | Compiling reqwest v0.12.12 |
1607 | 2025-03-25T05:02:22.836Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1608 | 2025-03-25T05:02:23.102Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1609 | 2025-03-25T05:02:27.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
1610 | 2025-03-25T05:02:27.638Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1611 | 2025-03-25T05:02:27.690Z | Mar 25 05:02:26.120 INFO Starting download, target: Clickhouse |
1612 | 2025-03-25T05:02:27.690Z | Mar 25 05:02:26.120 INFO Starting download, target: Cockroach |
1613 | 2025-03-25T05:02:27.690Z | Mar 25 05:02:26.120 INFO Starting download, target: Console |
1614 | 2025-03-25T05:02:27.690Z | Mar 25 05:02:26.120 INFO Starting download, target: DendriteOpenapi |
1615 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.120 INFO Starting download, target: DendriteStub |
1616 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.120 INFO Starting download, target: MaghemiteMgd |
1617 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.120 INFO Starting download, target: TransceiverControl |
1618 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1619 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/dpd-a66561e0a063cc30820182008c31f9a64cbd8a6f.json (attempt 1/3), target: DendriteOpenapi |
1620 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1621 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1622 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1623 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1624 | 2025-03-25T05:02:27.694Z | Mar 25 05:02:26.121 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1625 | 2025-03-25T05:02:27.872Z | Mar 25 05:02:26.302 INFO Download complete, target: DendriteOpenapi |
1626 | 2025-03-25T05:02:28.123Z | Mar 25 05:02:26.431 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1627 | 2025-03-25T05:02:28.292Z | Mar 25 05:02:26.655 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1628 | 2025-03-25T05:02:28.413Z | Mar 25 05:02:26.829 INFO Download complete, target: TransceiverControl |
1629 | 2025-03-25T05:02:28.607Z | Mar 25 05:02:27.036 INFO Download complete, target: Console |
1630 | 2025-03-25T05:02:28.763Z | Mar 25 05:02:27.195 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1631 | 2025-03-25T05:02:28.782Z | Mar 25 05:02:27.214 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1632 | 2025-03-25T05:02:29.459Z | Mar 25 05:02:27.892 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1633 | 2025-03-25T05:02:29.459Z | Mar 25 05:02:27.892 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1634 | 2025-03-25T05:02:29.548Z | Mar 25 05:02:27.981 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1635 | 2025-03-25T05:02:31.224Z | Mar 25 05:02:29.657 INFO Download complete, target: DendriteStub |
1636 | 2025-03-25T05:02:31.348Z | Mar 25 05:02:29.781 INFO Download complete, target: MaghemiteMgd |
1637 | 2025-03-25T05:02:35.969Z | Mar 25 05:02:34.400 INFO Checking that binary works, target: Cockroach |
1638 | 2025-03-25T05:02:36.129Z | Mar 25 05:02:34.560 INFO Download complete, target: Cockroach |
1639 | 2025-03-25T05:02:40.265Z | Mar 25 05:02:38.694 INFO Checking that binary works, target: Clickhouse |
1640 | 2025-03-25T05:02:40.380Z | Mar 25 05:02:38.806 INFO Download complete, target: Clickhouse |
1641 | 2025-03-25T05:02:40.396Z | All builder prerequisites installed successfully, and PATH looks valid |
1642 | 2025-03-25T05:02:40.403Z | |
1643 | 2025-03-25T05:02:40.403Z | real 4:59.497149227 |
1644 | 2025-03-25T05:02:40.403Z | user 15:22.112791074 |
1645 | 2025-03-25T05:02:40.403Z | sys 2:06.023754891 |
1646 | 2025-03-25T05:02:40.403Z | trap 0.554532522 |
1647 | 2025-03-25T05:02:40.403Z | tflt 0.970322370 |
1648 | 2025-03-25T05:02:40.403Z | dflt 1.115695453 |
1649 | 2025-03-25T05:02:40.403Z | kflt 0.023768125 |
1650 | 2025-03-25T05:02:40.403Z | lock 23:23.190950098 |
1651 | 2025-03-25T05:02:40.403Z | slp 55:08.736178090 |
1652 | 2025-03-25T05:02:40.404Z | lat 1:02.688264572 |
1653 | 2025-03-25T05:02:40.404Z | stop 2:31.054170418 |
1654 | 2025-03-25T05:02:40.404Z | + banner hack-check |
1655 | 2025-03-25T05:02:40.404Z | |
1656 | 2025-03-25T05:02:40.404Z | # # ## #### # # #### # # ###### #### # # |
1657 | 2025-03-25T05:02:40.404Z | # # # # # # # # # # # # # # # # # |
1658 | 2025-03-25T05:02:40.404Z | ###### # # # #### ##### # ###### ##### # #### |
1659 | 2025-03-25T05:02:40.404Z | # # ###### # # # # # # # # # # |
1660 | 2025-03-25T05:02:40.404Z | # # # # # # # # # # # # # # # # # |
1661 | 2025-03-25T05:02:40.404Z | # # # # #### # # #### # # ###### #### # # |
1662 | 2025-03-25T05:02:40.404Z | |
1663 | 2025-03-25T05:02:40.405Z | + export CARGO_INCREMENTAL=0 |
1664 | 2025-03-25T05:02:40.405Z | + CARGO_INCREMENTAL=0 |
1665 | 2025-03-25T05:02:40.405Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1666 | 2025-03-25T05:02:41.035Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1667 | 2025-03-25T05:02:44.070Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
1668 | 2025-03-25T05:02:44.140Z | Running `target/debug/xtask check-features --ci` |
1669 | 2025-03-25T05:02:44.161Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1670 | 2025-03-25T05:02:44.164Z | running: "/home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1671 | 2025-03-25T05:02:44.639Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1672 | 2025-03-25T05:02:44.658Z | Running `target/debug/xtask download cargo-hack` |
1673 | 2025-03-25T05:02:45.525Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1674 | 2025-03-25T05:02:45.933Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1675 | 2025-03-25T05:02:49.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
1676 | 2025-03-25T05:02:49.656Z | Running `target/debug/xtask-downloader cargo-hack` |
1677 | 2025-03-25T05:02:49.694Z | Mar 25 05:02:48.121 INFO Starting download, target: CargoHack |
1678 | 2025-03-25T05:02:49.697Z | Mar 25 05:02:48.122 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1679 | 2025-03-25T05:02:50.289Z | Mar 25 05:02:48.717 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1680 | 2025-03-25T05:02:50.366Z | Mar 25 05:02:48.792 INFO Download complete, target: CargoHack |
1681 | 2025-03-25T05:02:50.369Z | 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" |
1682 | 2025-03-25T05:02:50.383Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1683 | 2025-03-25T05:02:50.573Z | info: running `cargo check --bins` on api_identity (1/199) |
1684 | 2025-03-25T05:02:51.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1685 | 2025-03-25T05:02:51.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1686 | 2025-03-25T05:02:51.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1687 | 2025-03-25T05:02:51.147Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1688 | 2025-03-25T05:02:51.217Z | |
1689 | 2025-03-25T05:02:51.217Z | info: running `cargo check --bins` on bootstore (2/199) |
1690 | 2025-03-25T05:02:51.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1691 | 2025-03-25T05:02:51.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1692 | 2025-03-25T05:02:51.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1693 | 2025-03-25T05:02:51.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1694 | 2025-03-25T05:02:51.873Z | |
1695 | 2025-03-25T05:02:51.873Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/199) |
1696 | 2025-03-25T05:02:52.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1697 | 2025-03-25T05:02:52.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1698 | 2025-03-25T05:02:52.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1699 | 2025-03-25T05:02:52.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1700 | 2025-03-25T05:02:52.503Z | |
1701 | 2025-03-25T05:02:52.503Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/199) |
1702 | 2025-03-25T05:02:53.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1703 | 2025-03-25T05:02:53.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1704 | 2025-03-25T05:02:53.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1705 | 2025-03-25T05:02:53.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1706 | 2025-03-25T05:02:53.136Z | |
1707 | 2025-03-25T05:02:53.136Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/199) |
1708 | 2025-03-25T05:02:53.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1709 | 2025-03-25T05:02:53.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1710 | 2025-03-25T05:02:53.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1711 | 2025-03-25T05:02:53.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1712 | 2025-03-25T05:02:53.578Z | |
1713 | 2025-03-25T05:02:53.578Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (6/199) |
1714 | 2025-03-25T05:02:53.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1715 | 2025-03-25T05:02:53.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1716 | 2025-03-25T05:02:53.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1717 | 2025-03-25T05:02:53.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1718 | 2025-03-25T05:02:54.027Z | |
1719 | 2025-03-25T05:02:54.027Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/199) |
1720 | 2025-03-25T05:02:54.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1721 | 2025-03-25T05:02:54.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1722 | 2025-03-25T05:02:54.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1723 | 2025-03-25T05:02:54.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1724 | 2025-03-25T05:02:54.477Z | |
1725 | 2025-03-25T05:02:54.477Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/199) |
1726 | 2025-03-25T05:02:54.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1727 | 2025-03-25T05:02:54.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1728 | 2025-03-25T05:02:54.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1729 | 2025-03-25T05:02:54.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1730 | 2025-03-25T05:02:54.923Z | |
1731 | 2025-03-25T05:02:54.923Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/199) |
1732 | 2025-03-25T05:02:55.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1733 | 2025-03-25T05:02:55.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1734 | 2025-03-25T05:02:55.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1735 | 2025-03-25T05:02:55.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1736 | 2025-03-25T05:02:55.366Z | |
1737 | 2025-03-25T05:02:55.366Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/199) |
1738 | 2025-03-25T05:02:55.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1739 | 2025-03-25T05:02:55.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1740 | 2025-03-25T05:02:55.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1741 | 2025-03-25T05:02:55.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1742 | 2025-03-25T05:02:55.819Z | |
1743 | 2025-03-25T05:02:55.819Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/199) |
1744 | 2025-03-25T05:02:56.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1745 | 2025-03-25T05:02:56.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1746 | 2025-03-25T05:02:56.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1747 | 2025-03-25T05:02:56.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1748 | 2025-03-25T05:02:56.261Z | |
1749 | 2025-03-25T05:02:56.261Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/199) |
1750 | 2025-03-25T05:02:56.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1751 | 2025-03-25T05:02:56.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1752 | 2025-03-25T05:02:56.667Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1753 | 2025-03-25T05:02:56.670Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1754 | 2025-03-25T05:02:56.707Z | |
1755 | 2025-03-25T05:02:56.707Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/199) |
1756 | 2025-03-25T05:02:57.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1757 | 2025-03-25T05:02:57.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1758 | 2025-03-25T05:02:57.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1759 | 2025-03-25T05:02:57.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1760 | 2025-03-25T05:02:57.154Z | |
1761 | 2025-03-25T05:02:57.154Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/199) |
1762 | 2025-03-25T05:02:57.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1763 | 2025-03-25T05:02:57.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1764 | 2025-03-25T05:02:57.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1765 | 2025-03-25T05:02:57.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1766 | 2025-03-25T05:02:57.601Z | |
1767 | 2025-03-25T05:02:57.601Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/199) |
1768 | 2025-03-25T05:02:58.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1769 | 2025-03-25T05:02:58.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1770 | 2025-03-25T05:02:58.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1771 | 2025-03-25T05:02:58.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1772 | 2025-03-25T05:02:58.052Z | |
1773 | 2025-03-25T05:02:58.052Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (16/199) |
1774 | 2025-03-25T05:02:58.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1775 | 2025-03-25T05:02:58.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1776 | 2025-03-25T05:02:58.462Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1777 | 2025-03-25T05:02:58.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1778 | 2025-03-25T05:02:58.504Z | |
1779 | 2025-03-25T05:02:58.504Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (17/199) |
1780 | 2025-03-25T05:02:58.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1781 | 2025-03-25T05:02:58.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1782 | 2025-03-25T05:02:58.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1783 | 2025-03-25T05:02:58.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1784 | 2025-03-25T05:02:58.953Z | |
1785 | 2025-03-25T05:02:58.953Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (18/199) |
1786 | 2025-03-25T05:02:59.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1787 | 2025-03-25T05:02:59.361Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1788 | 2025-03-25T05:02:59.361Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1789 | 2025-03-25T05:02:59.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1790 | 2025-03-25T05:02:59.402Z | |
1791 | 2025-03-25T05:02:59.402Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (19/199) |
1792 | 2025-03-25T05:02:59.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1793 | 2025-03-25T05:02:59.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1794 | 2025-03-25T05:02:59.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1795 | 2025-03-25T05:02:59.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1796 | 2025-03-25T05:02:59.853Z | |
1797 | 2025-03-25T05:02:59.853Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (20/199) |
1798 | 2025-03-25T05:03:00.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1799 | 2025-03-25T05:03:00.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1800 | 2025-03-25T05:03:00.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1801 | 2025-03-25T05:03:00.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1802 | 2025-03-25T05:03:00.304Z | |
1803 | 2025-03-25T05:03:00.304Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (21/199) |
1804 | 2025-03-25T05:03:00.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1805 | 2025-03-25T05:03:00.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1806 | 2025-03-25T05:03:00.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1807 | 2025-03-25T05:03:00.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1808 | 2025-03-25T05:03:00.753Z | |
1809 | 2025-03-25T05:03:00.753Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (22/199) |
1810 | 2025-03-25T05:03:01.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1811 | 2025-03-25T05:03:01.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1812 | 2025-03-25T05:03:01.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1813 | 2025-03-25T05:03:01.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1814 | 2025-03-25T05:03:01.203Z | |
1815 | 2025-03-25T05:03:01.203Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (23/199) |
1816 | 2025-03-25T05:03:01.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1817 | 2025-03-25T05:03:01.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1818 | 2025-03-25T05:03:01.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1819 | 2025-03-25T05:03:01.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1820 | 2025-03-25T05:03:01.656Z | |
1821 | 2025-03-25T05:03:01.656Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (24/199) |
1822 | 2025-03-25T05:03:02.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1823 | 2025-03-25T05:03:02.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1824 | 2025-03-25T05:03:02.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1825 | 2025-03-25T05:03:02.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1826 | 2025-03-25T05:03:02.104Z | |
1827 | 2025-03-25T05:03:02.104Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (25/199) |
1828 | 2025-03-25T05:03:02.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1829 | 2025-03-25T05:03:02.510Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1830 | 2025-03-25T05:03:02.510Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1831 | 2025-03-25T05:03:02.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1832 | 2025-03-25T05:03:02.552Z | |
1833 | 2025-03-25T05:03:02.552Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (26/199) |
1834 | 2025-03-25T05:03:02.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1835 | 2025-03-25T05:03:02.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1836 | 2025-03-25T05:03:02.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1837 | 2025-03-25T05:03:02.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1838 | 2025-03-25T05:03:02.997Z | |
1839 | 2025-03-25T05:03:02.997Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (27/199) |
1840 | 2025-03-25T05:03:03.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1841 | 2025-03-25T05:03:03.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1842 | 2025-03-25T05:03:03.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1843 | 2025-03-25T05:03:03.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1844 | 2025-03-25T05:03:03.438Z | |
1845 | 2025-03-25T05:03:03.439Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (28/199) |
1846 | 2025-03-25T05:03:03.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1847 | 2025-03-25T05:03:03.841Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1848 | 2025-03-25T05:03:03.841Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1849 | 2025-03-25T05:03:03.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1850 | 2025-03-25T05:03:03.880Z | |
1851 | 2025-03-25T05:03:03.880Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (29/199) |
1852 | 2025-03-25T05:03:04.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1853 | 2025-03-25T05:03:04.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1854 | 2025-03-25T05:03:04.281Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1855 | 2025-03-25T05:03:04.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1856 | 2025-03-25T05:03:04.323Z | |
1857 | 2025-03-25T05:03:04.323Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (30/199) |
1858 | 2025-03-25T05:03:04.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1859 | 2025-03-25T05:03:04.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1860 | 2025-03-25T05:03:04.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1861 | 2025-03-25T05:03:04.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1862 | 2025-03-25T05:03:04.773Z | |
1863 | 2025-03-25T05:03:04.773Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (31/199) |
1864 | 2025-03-25T05:03:05.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1865 | 2025-03-25T05:03:05.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1866 | 2025-03-25T05:03:05.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1867 | 2025-03-25T05:03:05.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1868 | 2025-03-25T05:03:05.218Z | |
1869 | 2025-03-25T05:03:05.218Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (32/199) |
1870 | 2025-03-25T05:03:05.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1871 | 2025-03-25T05:03:05.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1872 | 2025-03-25T05:03:05.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1873 | 2025-03-25T05:03:05.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1874 | 2025-03-25T05:03:05.666Z | |
1875 | 2025-03-25T05:03:05.666Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/199) |
1876 | 2025-03-25T05:03:06.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1877 | 2025-03-25T05:03:06.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1878 | 2025-03-25T05:03:06.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1879 | 2025-03-25T05:03:06.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1880 | 2025-03-25T05:03:06.109Z | |
1881 | 2025-03-25T05:03:06.110Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (34/199) |
1882 | 2025-03-25T05:03:06.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1883 | 2025-03-25T05:03:06.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1884 | 2025-03-25T05:03:06.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1885 | 2025-03-25T05:03:06.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1886 | 2025-03-25T05:03:06.553Z | |
1887 | 2025-03-25T05:03:06.553Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (35/199) |
1888 | 2025-03-25T05:03:06.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1889 | 2025-03-25T05:03:06.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1890 | 2025-03-25T05:03:06.958Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1891 | 2025-03-25T05:03:06.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1892 | 2025-03-25T05:03:06.999Z | |
1893 | 2025-03-25T05:03:06.999Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (36/199) |
1894 | 2025-03-25T05:03:07.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1895 | 2025-03-25T05:03:07.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1896 | 2025-03-25T05:03:07.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1897 | 2025-03-25T05:03:07.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1898 | 2025-03-25T05:03:07.448Z | |
1899 | 2025-03-25T05:03:07.448Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (37/199) |
1900 | 2025-03-25T05:03:07.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1901 | 2025-03-25T05:03:07.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1902 | 2025-03-25T05:03:07.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1903 | 2025-03-25T05:03:07.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1904 | 2025-03-25T05:03:07.898Z | |
1905 | 2025-03-25T05:03:07.898Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (38/199) |
1906 | 2025-03-25T05:03:08.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1907 | 2025-03-25T05:03:08.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1908 | 2025-03-25T05:03:08.304Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1909 | 2025-03-25T05:03:08.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1910 | 2025-03-25T05:03:08.347Z | |
1911 | 2025-03-25T05:03:08.347Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/199) |
1912 | 2025-03-25T05:03:08.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1913 | 2025-03-25T05:03:08.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1914 | 2025-03-25T05:03:08.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1915 | 2025-03-25T05:03:08.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1916 | 2025-03-25T05:03:08.803Z | |
1917 | 2025-03-25T05:03:08.803Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (40/199) |
1918 | 2025-03-25T05:03:09.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1919 | 2025-03-25T05:03:09.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1920 | 2025-03-25T05:03:09.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1921 | 2025-03-25T05:03:09.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1922 | 2025-03-25T05:03:09.254Z | |
1923 | 2025-03-25T05:03:09.254Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (41/199) |
1924 | 2025-03-25T05:03:09.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1925 | 2025-03-25T05:03:09.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1926 | 2025-03-25T05:03:09.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1927 | 2025-03-25T05:03:09.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1928 | 2025-03-25T05:03:09.704Z | |
1929 | 2025-03-25T05:03:09.705Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (42/199) |
1930 | 2025-03-25T05:03:10.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1931 | 2025-03-25T05:03:10.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1932 | 2025-03-25T05:03:10.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1933 | 2025-03-25T05:03:10.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1934 | 2025-03-25T05:03:10.158Z | |
1935 | 2025-03-25T05:03:10.159Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/199) |
1936 | 2025-03-25T05:03:10.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1937 | 2025-03-25T05:03:10.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1938 | 2025-03-25T05:03:10.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1939 | 2025-03-25T05:03:10.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1940 | 2025-03-25T05:03:10.612Z | |
1941 | 2025-03-25T05:03:10.612Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (44/199) |
1942 | 2025-03-25T05:03:11.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1943 | 2025-03-25T05:03:11.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1944 | 2025-03-25T05:03:11.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1945 | 2025-03-25T05:03:11.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1946 | 2025-03-25T05:03:11.062Z | |
1947 | 2025-03-25T05:03:11.063Z | info: running `cargo check --bins` on sled-hardware-types (45/199) |
1948 | 2025-03-25T05:03:11.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1949 | 2025-03-25T05:03:11.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1950 | 2025-03-25T05:03:11.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1951 | 2025-03-25T05:03:11.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1952 | 2025-03-25T05:03:11.717Z | |
1953 | 2025-03-25T05:03:11.717Z | info: running `cargo check --bins --no-default-features` on illumos-utils (46/199) |
1954 | 2025-03-25T05:03:12.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1955 | 2025-03-25T05:03:12.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1956 | 2025-03-25T05:03:12.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1957 | 2025-03-25T05:03:12.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1958 | 2025-03-25T05:03:12.364Z | |
1959 | 2025-03-25T05:03:12.364Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (47/199) |
1960 | 2025-03-25T05:03:12.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1961 | 2025-03-25T05:03:12.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1962 | 2025-03-25T05:03:12.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1963 | 2025-03-25T05:03:12.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1964 | 2025-03-25T05:03:13.015Z | |
1965 | 2025-03-25T05:03:13.015Z | info: running `cargo check --bins` on oxlog (48/199) |
1966 | 2025-03-25T05:03:13.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1967 | 2025-03-25T05:03:13.565Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1968 | 2025-03-25T05:03:13.652Z | Checking cfg-if v1.0.0 |
1969 | 2025-03-25T05:03:13.655Z | Checking libc v0.2.170 |
1970 | 2025-03-25T05:03:13.765Z | Checking serde v1.0.218 |
1971 | 2025-03-25T05:03:13.768Z | Checking zeroize v1.8.1 |
1972 | 2025-03-25T05:03:13.768Z | Checking memchr v2.7.4 |
1973 | 2025-03-25T05:03:13.792Z | Checking typenum v1.17.0 |
1974 | 2025-03-25T05:03:13.795Z | Checking subtle v2.6.1 |
1975 | 2025-03-25T05:03:13.795Z | Checking value-bag v1.9.0 |
1976 | 2025-03-25T05:03:13.836Z | Checking itoa v1.0.11 |
1977 | 2025-03-25T05:03:13.994Z | Checking smallvec v1.14.0 |
1978 | 2025-03-25T05:03:14.035Z | Checking scopeguard v1.2.0 |
1979 | 2025-03-25T05:03:14.075Z | Checking const-oid v0.9.6 |
1980 | 2025-03-25T05:03:14.195Z | Checking lock_api v0.4.12 |
1981 | 2025-03-25T05:03:14.213Z | Checking log v0.4.22 |
1982 | 2025-03-25T05:03:14.350Z | Checking pin-project-lite v0.2.14 |
1983 | 2025-03-25T05:03:14.486Z | Checking once_cell v1.20.3 |
1984 | 2025-03-25T05:03:14.552Z | Checking byteorder v1.5.0 |
1985 | 2025-03-25T05:03:14.575Z | Checking futures-core v0.3.31 |
1986 | 2025-03-25T05:03:14.727Z | Checking stable_deref_trait v1.2.0 |
1987 | 2025-03-25T05:03:14.747Z | Checking getrandom v0.2.15 |
1988 | 2025-03-25T05:03:14.763Z | Checking parking_lot_core v0.9.10 |
1989 | 2025-03-25T05:03:14.796Z | Checking signal-hook-registry v1.4.2 |
1990 | 2025-03-25T05:03:14.833Z | Checking mio v1.0.2 |
1991 | 2025-03-25T05:03:14.848Z | Checking generic-array v0.14.7 |
1992 | 2025-03-25T05:03:14.927Z | Checking socket2 v0.5.8 |
1993 | 2025-03-25T05:03:14.984Z | Checking rand_core v0.6.4 |
1994 | 2025-03-25T05:03:15.026Z | Checking cpufeatures v0.2.14 |
1995 | 2025-03-25T05:03:15.074Z | Checking parking_lot v0.12.3 |
1996 | 2025-03-25T05:03:15.120Z | Checking futures-sink v0.3.31 |
1997 | 2025-03-25T05:03:15.268Z | Checking ryu v1.0.18 |
1998 | 2025-03-25T05:03:15.284Z | Checking zerocopy v0.7.35 |
1999 | 2025-03-25T05:03:15.523Z | Checking zerofrom v0.1.4 |
2000 | 2025-03-25T05:03:15.535Z | Checking allocator-api2 v0.2.18 |
2001 | 2025-03-25T05:03:15.535Z | Checking foldhash v0.1.3 |
2002 | 2025-03-25T05:03:15.535Z | Checking equivalent v1.0.1 |
2003 | 2025-03-25T05:03:15.618Z | Checking yoke v0.7.4 |
2004 | 2025-03-25T05:03:15.636Z | Checking libm v0.2.8 |
2005 | 2025-03-25T05:03:15.636Z | Checking slab v0.4.9 |
2006 | 2025-03-25T05:03:15.907Z | Checking futures-channel v0.3.31 |
2007 | 2025-03-25T05:03:15.936Z | Checking getrandom v0.3.1 |
2008 | 2025-03-25T05:03:15.940Z | Checking zerovec v0.10.4 |
2009 | 2025-03-25T05:03:15.965Z | Checking crypto-common v0.1.6 |
2010 | 2025-03-25T05:03:15.995Z | Checking block-buffer v0.10.4 |
2011 | 2025-03-25T05:03:16.136Z | Checking hashbrown v0.15.1 |
2012 | 2025-03-25T05:03:16.180Z | Checking block-padding v0.3.3 |
2013 | 2025-03-25T05:03:16.209Z | Checking digest v0.10.7 |
2014 | 2025-03-25T05:03:16.249Z | Checking pin-utils v0.1.0 |
2015 | 2025-03-25T05:03:16.347Z | Checking futures-task v0.3.31 |
2016 | 2025-03-25T05:03:16.391Z | Checking inout v0.1.3 |
2017 | 2025-03-25T05:03:16.496Z | Checking futures-io v0.3.31 |
2018 | 2025-03-25T05:03:16.510Z | Checking num-traits v0.2.19 |
2019 | 2025-03-25T05:03:16.571Z | Checking hmac v0.12.1 |
2020 | 2025-03-25T05:03:16.587Z | Checking sha2 v0.10.8 |
2021 | 2025-03-25T05:03:16.616Z | Checking cipher v0.4.4 |
2022 | 2025-03-25T05:03:16.669Z | Checking futures-util v0.3.31 |
2023 | 2025-03-25T05:03:16.788Z | Checking base64ct v1.6.0 |
2024 | 2025-03-25T05:03:16.995Z | Checking litemap v0.7.3 |
2025 | 2025-03-25T05:03:17.130Z | Checking writeable v0.5.5 |
2026 | 2025-03-25T05:03:17.165Z | Checking flagset v0.4.6 |
2027 | 2025-03-25T05:03:17.231Z | Checking pem-rfc7468 v0.7.0 |
2028 | 2025-03-25T05:03:17.331Z | Checking fnv v1.0.7 |
2029 | 2025-03-25T05:03:17.356Z | Checking salsa20 v0.10.2 |
2030 | 2025-03-25T05:03:17.450Z | Checking pbkdf2 v0.12.2 |
2031 | 2025-03-25T05:03:17.468Z | Checking ppv-lite86 v0.2.20 |
2032 | 2025-03-25T05:03:17.472Z | Checking tinystr v0.7.6 |
2033 | 2025-03-25T05:03:17.499Z | Checking der v0.7.9 |
2034 | 2025-03-25T05:03:17.578Z | Checking icu_locid_transform_data v1.5.0 |
2035 | 2025-03-25T05:03:17.605Z | Checking rustls-pki-types v1.10.0 |
2036 | 2025-03-25T05:03:17.684Z | Checking scrypt v0.11.0 |
2037 | 2025-03-25T05:03:17.798Z | Checking icu_locid v1.5.0 |
2038 | 2025-03-25T05:03:17.913Z | Checking icu_collections v1.5.0 |
2039 | 2025-03-25T05:03:17.981Z | Checking aes v0.8.4 |
2040 | 2025-03-25T05:03:18.126Z | Checking cbc v0.1.2 |
2041 | 2025-03-25T05:03:18.153Z | Checking tracing-core v0.1.32 |
2042 | 2025-03-25T05:03:18.169Z | Checking bytes v1.10.1 |
2043 | 2025-03-25T05:03:18.328Z | Checking serde_json v1.0.139 |
2044 | 2025-03-25T05:03:18.567Z | Checking indexmap v2.7.1 |
2045 | 2025-03-25T05:03:18.720Z | Checking bitflags v2.6.0 |
2046 | 2025-03-25T05:03:18.788Z | Checking icu_provider v1.5.0 |
2047 | 2025-03-25T05:03:18.870Z | Checking uuid v1.15.1 |
2048 | 2025-03-25T05:03:19.030Z | Checking aws-lc-sys v0.26.0 |
2049 | 2025-03-25T05:03:19.155Z | Checking spki v0.7.3 |
2050 | 2025-03-25T05:03:19.171Z | Checking tokio v1.43.0 |
2051 | 2025-03-25T05:03:19.403Z | Checking http v1.2.0 |
2052 | 2025-03-25T05:03:19.426Z | Checking icu_locid_transform v1.5.0 |
2053 | 2025-03-25T05:03:19.477Z | Checking icu_properties_data v1.5.0 |
2054 | 2025-03-25T05:03:19.704Z | Checking untrusted v0.9.0 |
2055 | 2025-03-25T05:03:19.725Z | Checking powerfmt v0.2.0 |
2056 | 2025-03-25T05:03:19.868Z | Checking percent-encoding v2.3.1 |
2057 | 2025-03-25T05:03:19.913Z | Checking untrusted v0.7.1 |
2058 | 2025-03-25T05:03:19.988Z | Checking deranged v0.3.11 |
2059 | 2025-03-25T05:03:20.077Z | Checking ring v0.17.11 |
2060 | 2025-03-25T05:03:20.092Z | Checking pkcs5 v0.7.1 |
2061 | 2025-03-25T05:03:20.395Z | Checking icu_properties v1.5.1 |
2062 | 2025-03-25T05:03:20.575Z | Checking tracing v0.1.40 |
2063 | 2025-03-25T05:03:20.682Z | Checking crossbeam-utils v0.8.20 |
2064 | 2025-03-25T05:03:20.916Z | Checking spin v0.9.8 |
2065 | 2025-03-25T05:03:21.040Z | Checking thiserror v1.0.69 |
2066 | 2025-03-25T05:03:21.178Z | Checking icu_normalizer_data v1.5.0 |
2067 | 2025-03-25T05:03:21.239Z | Checking aws-lc-rs v1.12.4 |
2068 | 2025-03-25T05:03:21.243Z | Checking atomic-waker v1.1.2 |
2069 | 2025-03-25T05:03:21.283Z | Checking num_threads v0.1.7 |
2070 | 2025-03-25T05:03:21.328Z | Checking utf16_iter v1.0.5 |
2071 | 2025-03-25T05:03:21.376Z | Checking num-conv v0.1.0 |
2072 | 2025-03-25T05:03:21.410Z | Checking write16 v1.0.0 |
2073 | 2025-03-25T05:03:21.427Z | Checking utf8_iter v1.0.4 |
2074 | 2025-03-25T05:03:21.492Z | Checking time-core v0.1.2 |
2075 | 2025-03-25T05:03:21.544Z | Checking iana-time-zone v0.1.61 |
2076 | 2025-03-25T05:03:21.612Z | Checking http-body v1.0.1 |
2077 | 2025-03-25T05:03:21.612Z | Checking pkcs8 v0.10.2 |
2078 | 2025-03-25T05:03:21.658Z | Checking time v0.3.36 |
2079 | 2025-03-25T05:03:21.702Z | Checking chrono v0.4.40 |
2080 | 2025-03-25T05:03:21.818Z | Checking httparse v1.9.5 |
2081 | 2025-03-25T05:03:21.918Z | Checking try-lock v0.2.5 |
2082 | 2025-03-25T05:03:22.074Z | Compiling newtype-uuid v1.2.1 |
2083 | 2025-03-25T05:03:22.252Z | Checking tinyvec_macros v0.1.1 |
2084 | 2025-03-25T05:03:22.269Z | Checking want v0.3.1 |
2085 | 2025-03-25T05:03:22.351Z | Checking tinyvec v1.8.0 |
2086 | 2025-03-25T05:03:22.391Z | Checking form_urlencoded v1.2.1 |
2087 | 2025-03-25T05:03:22.458Z | Checking zerocopy v0.8.10 |
2088 | 2025-03-25T05:03:22.606Z | Checking httpdate v1.0.3 |
2089 | 2025-03-25T05:03:22.860Z | Checking unicode-ident v1.0.14 |
2090 | 2025-03-25T05:03:23.027Z | Checking rustls-webpki v0.102.8 |
2091 | 2025-03-25T05:03:23.045Z | Checking foreign-types-shared v0.1.1 |
2092 | 2025-03-25T05:03:23.167Z | Checking adler2 v2.0.0 |
2093 | 2025-03-25T05:03:23.338Z | Checking tower-service v0.3.3 |
2094 | 2025-03-25T05:03:23.475Z | Checking miniz_oxide v0.8.5 |
2095 | 2025-03-25T05:03:23.555Z | Checking foreign-types v0.3.2 |
2096 | 2025-03-25T05:03:23.602Z | Checking icu_normalizer v1.5.0 |
2097 | 2025-03-25T05:03:23.620Z | Checking proc-macro2 v1.0.94 |
2098 | 2025-03-25T05:03:23.655Z | Checking serde_spanned v0.6.8 |
2099 | 2025-03-25T05:03:23.786Z | Checking semver v1.0.25 |
2100 | 2025-03-25T05:03:23.850Z | Checking toml_datetime v0.6.8 |
2101 | 2025-03-25T05:03:23.967Z | Checking slog v2.7.0 |
2102 | 2025-03-25T05:03:24.138Z | Checking scroll v0.12.0 |
2103 | 2025-03-25T05:03:24.169Z | Checking openssl-sys v0.9.106 |
2104 | 2025-03-25T05:03:24.233Z | Checking errno v0.3.9 |
2105 | 2025-03-25T05:03:24.280Z | Checking aho-corasick v1.1.3 |
2106 | 2025-03-25T05:03:24.340Z | Checking idna_adapter v1.2.0 |
2107 | 2025-03-25T05:03:24.423Z | Checking base64 v0.22.1 |
2108 | 2025-03-25T05:03:24.441Z | Checking dyn-clone v1.0.19 |
2109 | 2025-03-25T05:03:24.540Z | Checking idna v1.0.3 |
2110 | 2025-03-25T05:03:24.556Z | Checking plain v0.2.3 |
2111 | 2025-03-25T05:03:24.587Z | Checking ucd-trie v0.1.7 |
2112 | 2025-03-25T05:03:24.716Z | Checking siphasher v0.3.11 |
2113 | 2025-03-25T05:03:24.805Z | Checking regex-syntax v0.8.5 |
2114 | 2025-03-25T05:03:24.905Z | Checking pest v2.7.14 |
2115 | 2025-03-25T05:03:24.996Z | Checking goblin v0.8.2 |
2116 | 2025-03-25T05:03:25.025Z | Checking schemars v0.8.22 |
2117 | 2025-03-25T05:03:25.127Z | Checking rand_core v0.9.2 |
2118 | 2025-03-25T05:03:25.253Z | Checking openssl v0.10.71 |
2119 | 2025-03-25T05:03:25.476Z | Checking rand_chacha v0.9.0 |
2120 | 2025-03-25T05:03:25.611Z | Checking tokio-util v0.7.13 |
2121 | 2025-03-25T05:03:25.817Z | Checking rustix v0.38.37 |
2122 | 2025-03-25T05:03:25.889Z | Checking quote v1.0.39 |
2123 | 2025-03-25T05:03:26.219Z | Checking unicode-normalization v0.1.24 |
2124 | 2025-03-25T05:03:26.478Z | Checking crossbeam-epoch v0.9.18 |
2125 | 2025-03-25T05:03:26.495Z | Checking h2 v0.4.6 |
2126 | 2025-03-25T05:03:26.888Z | Checking rand_chacha v0.3.1 |
2127 | 2025-03-25T05:03:27.129Z | Checking signature v2.2.0 |
2128 | 2025-03-25T05:03:27.307Z | Checking dirs-sys-next v0.1.2 |
2129 | 2025-03-25T05:03:27.326Z | Checking crc32fast v1.4.2 |
2130 | 2025-03-25T05:03:27.499Z | Checking anstyle v1.0.10 |
2131 | 2025-03-25T05:03:27.503Z | Checking either v1.14.0 |
2132 | 2025-03-25T05:03:27.558Z | Checking openssl-probe v0.1.5 |
2133 | 2025-03-25T05:03:27.725Z | Checking unicode-bidi v0.3.17 |
2134 | 2025-03-25T05:03:27.830Z | Checking unicode-properties v0.1.3 |
2135 | 2025-03-25T05:03:27.871Z | Checking pretty-hex v0.4.1 |
2136 | 2025-03-25T05:03:28.054Z | Checking regex-automata v0.4.8 |
2137 | 2025-03-25T05:03:28.069Z | Checking utf8parse v0.2.2 |
2138 | 2025-03-25T05:03:28.200Z | Checking dirs-next v2.0.0 |
2139 | 2025-03-25T05:03:28.216Z | Checking anstyle-parse v0.2.5 |
2140 | 2025-03-25T05:03:28.300Z | Checking stringprep v0.1.5 |
2141 | 2025-03-25T05:03:28.339Z | Checking dtrace-parser v0.2.0 |
2142 | 2025-03-25T05:03:28.496Z | Checking rand v0.8.5 |
2143 | 2025-03-25T05:03:28.586Z | Checking crossbeam-deque v0.8.5 |
2144 | 2025-03-25T05:03:28.798Z | Checking syn v2.0.98 |
2145 | 2025-03-25T05:03:28.863Z | Checking rand v0.9.0 |
2146 | 2025-03-25T05:03:28.903Z | Checking url v2.5.3 |
2147 | 2025-03-25T05:03:29.690Z | Checking rustls v0.23.19 |
2148 | 2025-03-25T05:03:29.820Z | Checking dof v0.3.0 |
2149 | 2025-03-25T05:03:29.844Z | Checking http-body-util v0.1.2 |
2150 | 2025-03-25T05:03:30.004Z | Checking num-integer v0.1.46 |
2151 | 2025-03-25T05:03:30.279Z | Checking bzip2-sys v0.1.11+1.0.8 |
2152 | 2025-03-25T05:03:30.325Z | Checking native-tls v0.2.12 |
2153 | 2025-03-25T05:03:30.404Z | Checking md-5 v0.10.6 |
2154 | 2025-03-25T05:03:30.420Z | Checking ff v0.13.0 |
2155 | 2025-03-25T05:03:30.450Z | Checking hash32 v0.2.1 |
2156 | 2025-03-25T05:03:30.631Z | Checking thread_local v1.1.8 |
2157 | 2025-03-25T05:03:30.634Z | Checking thread-id v4.2.2 |
2158 | 2025-03-25T05:03:30.659Z | Checking encoding_rs v0.8.34 |
2159 | 2025-03-25T05:03:30.748Z | Checking anstyle-query v1.1.1 |
2160 | 2025-03-25T05:03:30.763Z | Checking mime v0.3.17 |
2161 | 2025-03-25T05:03:30.877Z | Checking winnow v0.7.3 |
2162 | 2025-03-25T05:03:30.915Z | Checking colorchoice v1.0.2 |
2163 | 2025-03-25T05:03:31.053Z | Checking psl-types v2.0.11 |
2164 | 2025-03-25T05:03:31.067Z | Checking is_terminal_polyfill v1.70.1 |
2165 | 2025-03-25T05:03:31.192Z | Checking gimli v0.31.1 |
2166 | 2025-03-25T05:03:31.248Z | Checking base16ct v0.2.0 |
2167 | 2025-03-25T05:03:31.451Z | Checking match_cfg v0.1.0 |
2168 | 2025-03-25T05:03:31.554Z | Checking fallible-iterator v0.2.0 |
2169 | 2025-03-25T05:03:31.879Z | Checking hostname v0.3.1 |
2170 | 2025-03-25T05:03:32.025Z | Checking sec1 v0.7.3 |
2171 | 2025-03-25T05:03:32.124Z | Checking postgres-protocol v0.6.8 |
2172 | 2025-03-25T05:03:32.389Z | Checking publicsuffix v2.3.0 |
2173 | 2025-03-25T05:03:32.509Z | Checking hyper v1.6.0 |
2174 | 2025-03-25T05:03:32.666Z | Checking anstream v0.6.15 |
2175 | 2025-03-25T05:03:32.744Z | Checking heapless v0.7.17 |
2176 | 2025-03-25T05:03:32.913Z | Checking group v0.13.0 |
2177 | 2025-03-25T05:03:33.015Z | Checking tokio-native-tls v0.3.1 |
2178 | 2025-03-25T05:03:33.172Z | Checking num-iter v0.1.45 |
2179 | 2025-03-25T05:03:33.276Z | Checking bzip2 v0.4.4 |
2180 | 2025-03-25T05:03:33.352Z | Compiling daft v0.1.2 |
2181 | 2025-03-25T05:03:33.576Z | Checking rayon-core v1.12.1 |
2182 | 2025-03-25T05:03:33.593Z | Checking toml_edit v0.22.24 |
2183 | 2025-03-25T05:03:33.607Z | Checking terminal_size v0.4.0 |
2184 | 2025-03-25T05:03:33.788Z | Checking term v0.7.0 |
2185 | 2025-03-25T05:03:33.808Z | Checking flate2 v1.1.0 |
2186 | 2025-03-25T05:03:34.205Z | Checking ipnetwork v0.21.1 |
2187 | 2025-03-25T05:03:34.221Z | Checking phf_shared v0.11.2 |
2188 | 2025-03-25T05:03:34.391Z | Checking slog-json v2.6.1 |
2189 | 2025-03-25T05:03:34.436Z | Checking hyper-util v0.1.10 |
2190 | 2025-03-25T05:03:34.487Z | Checking cookie v0.18.1 |
2191 | 2025-03-25T05:03:34.551Z | Checking rustls v0.22.4 |
2192 | 2025-03-25T05:03:34.627Z | Checking usdt-impl v0.5.0 |
2193 | 2025-03-25T05:03:34.647Z | Checking serde_urlencoded v0.7.1 |
2194 | 2025-03-25T05:03:34.754Z | Checking tokio-rustls v0.26.0 |
2195 | 2025-03-25T05:03:34.859Z | Checking addr2line v0.24.2 |
2196 | 2025-03-25T05:03:34.910Z | Checking crossbeam-channel v0.5.13 |
2197 | 2025-03-25T05:03:35.038Z | Checking lazy_static v1.5.0 |
2198 | 2025-03-25T05:03:35.138Z | Checking futures-executor v0.3.31 |
2199 | 2025-03-25T05:03:35.161Z | Checking signal-hook v0.3.17 |
2200 | 2025-03-25T05:03:35.166Z | Checking webpki-roots v0.26.6 |
2201 | 2025-03-25T05:03:35.353Z | Checking rustls-pemfile v2.2.0 |
2202 | 2025-03-25T05:03:35.371Z | Checking hkdf v0.12.4 |
2203 | 2025-03-25T05:03:35.390Z | Checking crypto-bigint v0.5.5 |
2204 | 2025-03-25T05:03:35.498Z | Checking sync_wrapper v1.0.1 |
2205 | 2025-03-25T05:03:35.581Z | Checking is-terminal v0.4.13 |
2206 | 2025-03-25T05:03:35.585Z | Checking memmap v0.7.0 |
2207 | 2025-03-25T05:03:35.614Z | Checking object v0.36.5 |
2208 | 2025-03-25T05:03:35.644Z | Checking unicode-width v0.2.0 |
2209 | 2025-03-25T05:03:35.722Z | Checking managed v0.8.0 |
2210 | 2025-03-25T05:03:35.810Z | Checking winnow v0.5.40 |
2211 | 2025-03-25T05:03:36.103Z | Checking take_mut v0.2.2 |
2212 | 2025-03-25T05:03:36.130Z | Checking clap_lex v0.7.4 |
2213 | 2025-03-25T05:03:36.172Z | Checking tower-layer v0.3.3 |
2214 | 2025-03-25T05:03:36.269Z | Checking simd-adler32 v0.3.7 |
2215 | 2025-03-25T05:03:36.316Z | Checking bumpalo v3.16.0 |
2216 | 2025-03-25T05:03:36.370Z | Checking strsim v0.11.1 |
2217 | 2025-03-25T05:03:36.425Z | Checking lockfree-object-pool v0.1.6 |
2218 | 2025-03-25T05:03:36.595Z | Checking ipnet v2.11.0 |
2219 | 2025-03-25T05:03:36.660Z | Checking rustc-demangle v0.1.24 |
2220 | 2025-03-25T05:03:36.664Z | Checking bitflags v1.3.2 |
2221 | 2025-03-25T05:03:36.692Z | Checking zopfli v0.8.1 |
2222 | 2025-03-25T05:03:36.781Z | Checking smoltcp v0.9.1 |
2223 | 2025-03-25T05:03:37.032Z | Checking clap_builder v4.5.32 |
2224 | 2025-03-25T05:03:37.101Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2225 | 2025-03-25T05:03:37.360Z | Checking tower v0.5.2 |
2226 | 2025-03-25T05:03:37.423Z | Checking hyper-rustls v0.27.3 |
2227 | 2025-03-25T05:03:37.758Z | Checking hyper-tls v0.6.0 |
2228 | 2025-03-25T05:03:37.868Z | Checking tokio-rustls v0.25.0 |
2229 | 2025-03-25T05:03:38.042Z | Checking slog-async v2.8.0 |
2230 | 2025-03-25T05:03:38.060Z | Checking elliptic-curve v0.13.8 |
2231 | 2025-03-25T05:03:38.075Z | Checking toml v0.8.20 |
2232 | 2025-03-25T05:03:38.089Z | Checking console v0.15.10 |
2233 | 2025-03-25T05:03:38.214Z | Checking usdt v0.5.0 |
2234 | 2025-03-25T05:03:38.327Z | Checking slog-term v2.9.1 |
2235 | 2025-03-25T05:03:38.474Z | Checking signal-hook-mio v0.2.4 |
2236 | 2025-03-25T05:03:38.562Z | Checking toml_edit v0.19.15 |
2237 | 2025-03-25T05:03:38.625Z | Checking futures v0.3.31 |
2238 | 2025-03-25T05:03:38.640Z | Checking num-bigint-dig v0.8.4 |
2239 | 2025-03-25T05:03:38.654Z | Checking cookie_store v0.21.1 |
2240 | 2025-03-25T05:03:38.739Z | Checking slog-bunyan v2.5.0 |
2241 | 2025-03-25T05:03:38.755Z | Checking oxnet v0.1.1 |
2242 | 2025-03-25T05:03:38.812Z | Checking phf v0.11.2 |
2243 | 2025-03-25T05:03:38.908Z | Checking rayon v1.10.0 |
2244 | 2025-03-25T05:03:39.077Z | Checking multer v3.1.0 |
2245 | 2025-03-25T05:03:39.103Z | Checking postgres-types v0.2.9 |
2246 | 2025-03-25T05:03:39.316Z | Checking regex v1.11.1 |
2247 | 2025-03-25T05:03:39.486Z | Checking bstr v1.10.0 |
2248 | 2025-03-25T05:03:39.761Z | Checking ed25519 v2.2.3 |
2249 | 2025-03-25T05:03:39.879Z | Checking phf_shared v0.10.0 |
2250 | 2025-03-25T05:03:39.901Z | Checking curve25519-dalek v4.1.3 |
2251 | 2025-03-25T05:03:40.076Z | Checking zerocopy v0.6.6 |
2252 | 2025-03-25T05:03:40.136Z | Checking async-stream v0.3.6 |
2253 | 2025-03-25T05:03:40.337Z | Checking hubpack v0.1.2 |
2254 | 2025-03-25T05:03:40.384Z | Checking memoffset v0.9.1 |
2255 | 2025-03-25T05:03:40.553Z | Checking portable-atomic v1.9.0 |
2256 | 2025-03-25T05:03:40.657Z | Checking camino v1.1.9 |
2257 | 2025-03-25T05:03:40.721Z | Checking pkcs1 v0.7.5 |
2258 | 2025-03-25T05:03:40.740Z | Checking waitgroup v0.1.2 |
2259 | 2025-03-25T05:03:40.875Z | Checking openapiv3 v2.0.0 |
2260 | 2025-03-25T05:03:40.964Z | Checking serde-big-array v0.5.1 |
2261 | 2025-03-25T05:03:41.112Z | Checking serde_path_to_error v0.1.16 |
2262 | 2025-03-25T05:03:41.182Z | Checking float-cmp v0.10.0 |
2263 | 2025-03-25T05:03:41.198Z | Checking rfc6979 v0.4.0 |
2264 | 2025-03-25T05:03:41.385Z | Checking sha1 v0.10.6 |
2265 | 2025-03-25T05:03:41.400Z | Checking hostname v0.4.0 |
2266 | 2025-03-25T05:03:41.535Z | Checking static_assertions v1.1.0 |
2267 | 2025-03-25T05:03:41.551Z | Checking debug-ignore v1.0.5 |
2268 | 2025-03-25T05:03:41.554Z | Checking backtrace v0.3.74 |
2269 | 2025-03-25T05:03:41.635Z | Checking normalize-line-endings v0.3.0 |
2270 | 2025-03-25T05:03:41.653Z | Checking unicode-segmentation v1.12.0 |
2271 | 2025-03-25T05:03:41.653Z | Checking minimal-lexical v0.2.1 |
2272 | 2025-03-25T05:03:41.684Z | Checking data-encoding v2.6.0 |
2273 | 2025-03-25T05:03:41.699Z | Checking number_prefix v0.4.0 |
2274 | 2025-03-25T05:03:41.762Z | Checking new_debug_unreachable v1.0.6 |
2275 | 2025-03-25T05:03:41.860Z | Checking whoami v1.5.2 |
2276 | 2025-03-25T05:03:41.887Z | Checking difflib v0.4.0 |
2277 | 2025-03-25T05:03:42.058Z | Checking predicates-core v1.0.8 |
2278 | 2025-03-25T05:03:42.100Z | Checking fixedbitset v0.4.2 |
2279 | 2025-03-25T05:03:42.156Z | Checking precomputed-hash v0.1.1 |
2280 | 2025-03-25T05:03:42.206Z | Checking tokio-postgres v0.7.13 |
2281 | 2025-03-25T05:03:42.210Z | Checking hickory-proto v0.24.4 |
2282 | 2025-03-25T05:03:42.246Z | Checking predicates v3.1.3 |
2283 | 2025-03-25T05:03:42.278Z | Checking string_cache v0.8.7 |
2284 | 2025-03-25T05:03:42.338Z | Checking petgraph v0.6.5 |
2285 | 2025-03-25T05:03:42.341Z | Checking indicatif v0.17.11 |
2286 | 2025-03-25T05:03:42.357Z | Checking similar v2.7.0 |
2287 | 2025-03-25T05:03:42.557Z | Checking anyhow v1.0.97 |
2288 | 2025-03-25T05:03:42.863Z | Checking nom v7.1.3 |
2289 | 2025-03-25T05:03:42.924Z | Checking ed25519-dalek v2.1.1 |
2290 | 2025-03-25T05:03:43.077Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2291 | 2025-03-25T05:03:43.198Z | Checking ecdsa v0.16.9 |
2292 | 2025-03-25T05:03:43.320Z | Checking rsa v0.9.6 |
2293 | 2025-03-25T05:03:43.886Z | Checking toml v0.7.8 |
2294 | 2025-03-25T05:03:43.961Z | Checking dropshot v0.12.0 |
2295 | 2025-03-25T05:03:44.592Z | Checking nix v0.29.0 |
2296 | 2025-03-25T05:03:44.671Z | Checking clap v4.5.32 |
2297 | 2025-03-25T05:03:44.790Z | Checking reqwest v0.12.12 |
2298 | 2025-03-25T05:03:45.084Z | Checking crossterm v0.28.1 |
2299 | 2025-03-25T05:03:45.351Z | Checking zip v2.1.3 |
2300 | 2025-03-25T05:03:45.389Z | Checking zip v0.6.6 |
2301 | 2025-03-25T05:03:45.947Z | Checking itertools v0.10.5 |
2302 | 2025-03-25T05:03:46.076Z | Checking itertools v0.12.1 |
2303 | 2025-03-25T05:03:46.412Z | Checking tokio-stream v0.1.17 |
2304 | 2025-03-25T05:03:46.621Z | Checking ahash v0.8.11 |
2305 | 2025-03-25T05:03:46.689Z | Checking fs-err v2.11.0 |
2306 | 2025-03-25T05:03:46.706Z | Checking buf-list v1.0.3 |
2307 | 2025-03-25T05:03:46.995Z | Checking x509-cert v0.2.5 |
2308 | 2025-03-25T05:03:47.105Z | Checking hex v0.4.3 |
2309 | 2025-03-25T05:03:47.164Z | Checking peg-runtime v0.8.5 |
2310 | 2025-03-25T05:03:47.202Z | Checking heck v0.4.1 |
2311 | 2025-03-25T05:03:47.366Z | Checking lalrpop-util v0.19.12 |
2312 | 2025-03-25T05:03:47.400Z | Checking sigpipe v0.1.3 |
2313 | 2025-03-25T05:03:48.258Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2314 | 2025-03-25T05:03:48.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.55s |
2315 | 2025-03-25T05:03:48.748Z | |
2316 | 2025-03-25T05:03:48.748Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (49/199) |
2317 | 2025-03-25T05:03:49.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2025-03-25T05:03:49.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2025-03-25T05:03:49.418Z | Compiling regress v0.10.3 |
2320 | 2025-03-25T05:03:49.532Z | Checking heck v0.5.0 |
2321 | 2025-03-25T05:03:49.556Z | Checking fastrand v2.1.1 |
2322 | 2025-03-25T05:03:49.559Z | Compiling unsafe-libyaml v0.2.11 |
2323 | 2025-03-25T05:03:49.580Z | Compiling structmeta-derive v0.3.0 |
2324 | 2025-03-25T05:03:49.583Z | Compiling ident_case v1.0.1 |
2325 | 2025-03-25T05:03:49.608Z | Checking newtype-uuid v1.2.1 |
2326 | 2025-03-25T05:03:49.701Z | Checking progenitor-client v0.8.0 |
2327 | 2025-03-25T05:03:49.762Z | Compiling darling_core v0.20.10 |
2328 | 2025-03-25T05:03:49.855Z | Checking tempfile v3.13.0 |
2329 | 2025-03-25T05:03:49.873Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2330 | 2025-03-25T05:03:50.006Z | Checking daft v0.1.2 |
2331 | 2025-03-25T05:03:50.229Z | Compiling proc-macro-crate v1.3.1 |
2332 | 2025-03-25T05:03:50.238Z | Compiling thiserror-impl v2.0.12 |
2333 | 2025-03-25T05:03:50.365Z | Checking wait-timeout v0.2.0 |
2334 | 2025-03-25T05:03:50.577Z | Checking bit-vec v0.8.0 |
2335 | 2025-03-25T05:03:50.960Z | Compiling serde_yaml v0.9.34+deprecated |
2336 | 2025-03-25T05:03:51.166Z | Checking quick-error v1.2.3 |
2337 | 2025-03-25T05:03:51.317Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2338 | 2025-03-25T05:03:51.334Z | Checking rusty-fork v0.3.0 |
2339 | 2025-03-25T05:03:51.615Z | Compiling num_enum_derive v0.5.11 |
2340 | 2025-03-25T05:03:51.654Z | Checking bit-set v0.8.0 |
2341 | 2025-03-25T05:03:51.924Z | Compiling lzma-sys v0.1.20 |
2342 | 2025-03-25T05:03:52.066Z | Compiling structmeta v0.3.0 |
2343 | 2025-03-25T05:03:52.467Z | Compiling parse-display-derive v0.10.0 |
2344 | 2025-03-25T05:03:52.640Z | Checking rand_xorshift v0.3.0 |
2345 | 2025-03-25T05:03:52.829Z | Compiling foreign-types-macros v0.2.3 |
2346 | 2025-03-25T05:03:52.920Z | Checking typify-impl v0.2.0 |
2347 | 2025-03-25T05:03:53.746Z | Checking thiserror v2.0.12 |
2348 | 2025-03-25T05:03:53.906Z | Compiling dropshot v0.16.0 |
2349 | 2025-03-25T05:03:54.049Z | Checking utf-8 v0.7.6 |
2350 | 2025-03-25T05:03:54.111Z | Checking foreign-types-shared v0.3.1 |
2351 | 2025-03-25T05:03:54.236Z | Checking unarray v0.1.4 |
2352 | 2025-03-25T05:03:54.253Z | Checking arc-swap v1.7.1 |
2353 | 2025-03-25T05:03:54.275Z | Checking tungstenite v0.21.0 |
2354 | 2025-03-25T05:03:54.346Z | Checking foreign-types v0.5.0 |
2355 | 2025-03-25T05:03:54.386Z | Checking proptest v1.6.0 |
2356 | 2025-03-25T05:03:54.527Z | Checking num_enum v0.5.11 |
2357 | 2025-03-25T05:03:54.649Z | Checking slog-scope v4.4.0 |
2358 | 2025-03-25T05:03:54.736Z | Compiling test-strategy v0.4.0 |
2359 | 2025-03-25T05:03:54.863Z | Checking strum v0.26.3 |
2360 | 2025-03-25T05:03:55.040Z | Compiling proc-macro-error v1.0.4 |
2361 | 2025-03-25T05:03:55.272Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2362 | 2025-03-25T05:03:55.427Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2363 | 2025-03-25T05:03:55.455Z | Compiling darling_macro v0.20.10 |
2364 | 2025-03-25T05:03:55.539Z | Compiling heck v0.3.3 |
2365 | 2025-03-25T05:03:55.585Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2366 | 2025-03-25T05:03:55.716Z | Compiling dropshot_endpoint v0.16.0 |
2367 | 2025-03-25T05:03:55.872Z | Checking cstr-argument v0.1.2 |
2368 | 2025-03-25T05:03:56.054Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2369 | 2025-03-25T05:03:56.219Z | Checking parse-display v0.10.0 |
2370 | 2025-03-25T05:03:56.355Z | Compiling darling v0.20.10 |
2371 | 2025-03-25T05:03:56.371Z | Checking instant v0.1.13 |
2372 | 2025-03-25T05:03:56.449Z | Checking pretty-hex v0.2.1 |
2373 | 2025-03-25T05:03:56.475Z | Compiling serde_with_macros v3.12.0 |
2374 | 2025-03-25T05:03:56.500Z | Checking base64 v0.21.7 |
2375 | 2025-03-25T05:03:56.633Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2376 | 2025-03-25T05:03:56.870Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2377 | 2025-03-25T05:03:56.959Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2378 | 2025-03-25T05:03:56.976Z | Checking backoff v0.4.0 |
2379 | 2025-03-25T05:03:57.027Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2380 | 2025-03-25T05:03:57.190Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2381 | 2025-03-25T05:03:57.249Z | Compiling zone_cfg_derive v0.1.2 |
2382 | 2025-03-25T05:03:57.286Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2383 | 2025-03-25T05:03:57.489Z | Checking tokio-tungstenite v0.21.0 |
2384 | 2025-03-25T05:03:57.972Z | Checking slog-stdlog v4.1.1 |
2385 | 2025-03-25T05:03:58.072Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2386 | 2025-03-25T05:03:58.146Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2387 | 2025-03-25T05:03:58.176Z | Checking progenitor-client v0.9.1 |
2388 | 2025-03-25T05:03:58.420Z | Checking colored v2.2.0 |
2389 | 2025-03-25T05:03:58.441Z | Checking macaddr v1.0.1 |
2390 | 2025-03-25T05:03:58.550Z | Checking unicode-width v0.1.14 |
2391 | 2025-03-25T05:03:58.591Z | Checking winnow v0.6.20 |
2392 | 2025-03-25T05:03:58.641Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2393 | 2025-03-25T05:03:58.755Z | Checking base64 v0.13.1 |
2394 | 2025-03-25T05:03:58.786Z | Checking zone v0.1.8 |
2395 | 2025-03-25T05:03:58.858Z | Checking serde_with v3.12.0 |
2396 | 2025-03-25T05:03:59.040Z | Checking tabwriter v1.4.0 |
2397 | 2025-03-25T05:03:59.157Z | Checking ron v0.7.1 |
2398 | 2025-03-25T05:03:59.204Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2399 | 2025-03-25T05:03:59.282Z | Checking xz2 v0.1.7 |
2400 | 2025-03-25T05:03:59.420Z | Checking slog-envlogger v2.2.0 |
2401 | 2025-03-25T05:03:59.580Z | Checking xattr v1.3.1 |
2402 | 2025-03-25T05:03:59.653Z | Checking pem v3.0.5 |
2403 | 2025-03-25T05:03:59.672Z | Checking yasna v0.5.2 |
2404 | 2025-03-25T05:03:59.780Z | Checking headers-core v0.3.0 |
2405 | 2025-03-25T05:03:59.908Z | Checking smf v0.2.3 |
2406 | 2025-03-25T05:03:59.932Z | Checking filetime v0.2.25 |
2407 | 2025-03-25T05:04:00.154Z | Checking same-file v1.0.6 |
2408 | 2025-03-25T05:04:00.241Z | Checking tar v0.4.44 |
2409 | 2025-03-25T05:04:00.336Z | Checking walkdir v2.5.0 |
2410 | 2025-03-25T05:04:00.356Z | Checking headers v0.4.0 |
2411 | 2025-03-25T05:04:00.499Z | Checking rcgen v0.12.1 |
2412 | 2025-03-25T05:04:00.678Z | Checking atomicwrites v0.4.4 |
2413 | 2025-03-25T05:04:00.896Z | Checking camino-tempfile v1.1.1 |
2414 | 2025-03-25T05:04:01.111Z | Checking subprocess v0.2.9 |
2415 | 2025-03-25T05:04:03.296Z | Compiling typify-macro v0.2.0 |
2416 | 2025-03-25T05:04:04.744Z | Compiling typify v0.2.0 |
2417 | 2025-03-25T05:04:04.814Z | Compiling progenitor-impl v0.8.0 |
2418 | 2025-03-25T05:04:07.197Z | Compiling progenitor-macro v0.8.0 |
2419 | 2025-03-25T05:04:10.562Z | Checking progenitor v0.8.0 |
2420 | 2025-03-25T05:04:10.694Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2421 | 2025-03-25T05:04:10.697Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2422 | 2025-03-25T05:04:13.105Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2423 | 2025-03-25T05:04:13.467Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2424 | 2025-03-25T05:04:19.263Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2425 | 2025-03-25T05:04:20.759Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2426 | 2025-03-25T05:04:21.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.20s |
2427 | 2025-03-25T05:04:22.148Z | |
2428 | 2025-03-25T05:04:22.148Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (50/199) |
2429 | 2025-03-25T05:04:22.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-03-25T05:04:22.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-03-25T05:04:22.815Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2432 | 2025-03-25T05:04:24.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2433 | 2025-03-25T05:04:24.339Z | |
2434 | 2025-03-25T05:04:24.339Z | info: running `cargo check --bins` on nexus-config (51/199) |
2435 | 2025-03-25T05:04:24.901Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-03-25T05:04:24.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-03-25T05:04:24.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2438 | 2025-03-25T05:04:24.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2439 | 2025-03-25T05:04:24.980Z | |
2440 | 2025-03-25T05:04:24.980Z | info: running `cargo check --bins` on omicron-rpaths (52/199) |
2441 | 2025-03-25T05:04:25.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-03-25T05:04:25.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-03-25T05:04:25.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2444 | 2025-03-25T05:04:25.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2445 | 2025-03-25T05:04:25.600Z | |
2446 | 2025-03-25T05:04:25.600Z | info: running `cargo check --bins` on omicron-certificates (53/199) |
2447 | 2025-03-25T05:04:26.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-03-25T05:04:26.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-03-25T05:04:26.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2450 | 2025-03-25T05:04:26.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2451 | 2025-03-25T05:04:26.240Z | |
2452 | 2025-03-25T05:04:26.240Z | info: running `cargo check --bins` on omicron-clickhouse-admin (54/199) |
2453 | 2025-03-25T05:04:26.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-03-25T05:04:26.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-03-25T05:04:26.939Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2456 | 2025-03-25T05:04:27.052Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2457 | 2025-03-25T05:04:27.055Z | Compiling tempfile v3.13.0 |
2458 | 2025-03-25T05:04:27.055Z | Compiling wait-timeout v0.2.0 |
2459 | 2025-03-25T05:04:27.055Z | Compiling bit-vec v0.8.0 |
2460 | 2025-03-25T05:04:27.062Z | Compiling quick-error v1.2.3 |
2461 | 2025-03-25T05:04:27.066Z | Compiling thiserror v2.0.12 |
2462 | 2025-03-25T05:04:27.066Z | Compiling progenitor-client v0.8.0 |
2463 | 2025-03-25T05:04:27.209Z | Compiling rand_xorshift v0.3.0 |
2464 | 2025-03-25T05:04:27.225Z | Compiling itertools v0.13.0 |
2465 | 2025-03-25T05:04:27.241Z | Compiling heapless v0.8.0 |
2466 | 2025-03-25T05:04:27.483Z | Compiling rusty-fork v0.3.0 |
2467 | 2025-03-25T05:04:27.536Z | Compiling bit-set v0.8.0 |
2468 | 2025-03-25T05:04:27.553Z | Compiling unarray v0.1.4 |
2469 | 2025-03-25T05:04:27.568Z | Compiling progenitor v0.8.0 |
2470 | 2025-03-25T05:04:27.717Z | Compiling parse-display v0.10.0 |
2471 | 2025-03-25T05:04:27.733Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2472 | 2025-03-25T05:04:27.737Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2473 | 2025-03-25T05:04:27.783Z | Compiling proptest v1.6.0 |
2474 | 2025-03-25T05:04:27.800Z | Checking hash32 v0.3.1 |
2475 | 2025-03-25T05:04:27.898Z | Compiling instant v0.1.13 |
2476 | 2025-03-25T05:04:27.991Z | Compiling smoltcp v0.11.0 |
2477 | 2025-03-25T05:04:28.047Z | Compiling backoff v0.4.0 |
2478 | 2025-03-25T05:04:28.099Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
2479 | 2025-03-25T05:04:28.247Z | Compiling dropshot v0.16.0 |
2480 | 2025-03-25T05:04:28.369Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2481 | 2025-03-25T05:04:28.576Z | Compiling serde_with v3.12.0 |
2482 | 2025-03-25T05:04:28.630Z | Checking num-rational v0.4.2 |
2483 | 2025-03-25T05:04:28.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2484 | 2025-03-25T05:04:29.264Z | Compiling progenitor-client v0.9.1 |
2485 | 2025-03-25T05:04:29.813Z | Compiling phf_generator v0.11.2 |
2486 | 2025-03-25T05:04:30.016Z | Checking num-complex v0.4.6 |
2487 | 2025-03-25T05:04:30.034Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2488 | 2025-03-25T05:04:30.925Z | Compiling macaddr v1.0.1 |
2489 | 2025-03-25T05:04:31.371Z | Checking cobs v0.2.3 |
2490 | 2025-03-25T05:04:31.570Z | Checking postcard v1.0.10 |
2491 | 2025-03-25T05:04:31.742Z | Compiling num v0.4.3 |
2492 | 2025-03-25T05:04:31.973Z | Compiling phf_codegen v0.11.2 |
2493 | 2025-03-25T05:04:32.104Z | Compiling parse-zoneinfo v0.3.1 |
2494 | 2025-03-25T05:04:32.200Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2495 | 2025-03-25T05:04:32.540Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2496 | 2025-03-25T05:04:32.714Z | Checking float-ord v0.3.2 |
2497 | 2025-03-25T05:04:33.064Z | Compiling convert_case v0.4.0 |
2498 | 2025-03-25T05:04:33.735Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
2499 | 2025-03-25T05:04:33.883Z | Compiling derive_more v0.99.19 |
2500 | 2025-03-25T05:04:34.902Z | Compiling chrono-tz-build v0.4.0 |
2501 | 2025-03-25T05:04:35.204Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2502 | 2025-03-25T05:04:36.080Z | Checking linked-hash-map v0.5.6 |
2503 | 2025-03-25T05:04:36.113Z | Compiling crucible-workspace-hack v0.1.0 |
2504 | 2025-03-25T05:04:36.398Z | Checking lru-cache v0.1.2 |
2505 | 2025-03-25T05:04:36.450Z | Compiling chrono-tz v0.10.1 |
2506 | 2025-03-25T05:04:36.584Z | Checking newline-converter v0.3.0 |
2507 | 2025-03-25T05:04:36.640Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2508 | 2025-03-25T05:04:36.757Z | Checking resolv-conf v0.7.0 |
2509 | 2025-03-25T05:04:36.801Z | Checking itertools v0.14.0 |
2510 | 2025-03-25T05:04:37.109Z | Checking prettyplease v0.2.30 |
2511 | 2025-03-25T05:04:37.127Z | Compiling slog-dtrace v0.3.0 |
2512 | 2025-03-25T05:04:37.278Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2513 | 2025-03-25T05:04:37.449Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2514 | 2025-03-25T05:04:37.767Z | Checking hickory-resolver v0.24.4 |
2515 | 2025-03-25T05:04:37.934Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2516 | 2025-03-25T05:04:39.207Z | Checking expectorate v1.1.0 |
2517 | 2025-03-25T05:04:39.224Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2518 | 2025-03-25T05:04:39.373Z | Compiling zone_cfg_derive v0.3.0 |
2519 | 2025-03-25T05:04:39.405Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2520 | 2025-03-25T05:04:39.496Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2521 | 2025-03-25T05:04:39.704Z | Compiling const_format_proc_macros v0.2.34 |
2522 | 2025-03-25T05:04:40.194Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2523 | 2025-03-25T05:04:40.553Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2524 | 2025-03-25T05:04:40.650Z | Compiling derive-where v1.2.7 |
2525 | 2025-03-25T05:04:40.773Z | Compiling num-derive v0.4.2 |
2526 | 2025-03-25T05:04:41.134Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2527 | 2025-03-25T05:04:41.204Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2528 | 2025-03-25T05:04:41.524Z | Checking highway v1.3.0 |
2529 | 2025-03-25T05:04:41.681Z | Checking const_format v0.2.34 |
2530 | 2025-03-25T05:04:42.006Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2531 | 2025-03-25T05:04:42.205Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
2532 | 2025-03-25T05:04:42.221Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2533 | 2025-03-25T05:04:42.268Z | Checking zone v0.3.0 |
2534 | 2025-03-25T05:04:42.465Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2535 | 2025-03-25T05:04:42.523Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2536 | 2025-03-25T05:04:42.955Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
2537 | 2025-03-25T05:04:43.031Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
2538 | 2025-03-25T05:04:43.409Z | Checking gethostname v0.5.0 |
2539 | 2025-03-25T05:04:43.526Z | Checking bcs v0.1.6 |
2540 | 2025-03-25T05:04:43.552Z | Checking nanorand v0.7.0 |
2541 | 2025-03-25T05:04:43.714Z | Checking qorb v0.2.1 |
2542 | 2025-03-25T05:04:43.798Z | Compiling async-recursion v1.1.1 |
2543 | 2025-03-25T05:04:43.902Z | Checking termtree v0.5.1 |
2544 | 2025-03-25T05:04:43.969Z | Checking flume v0.11.1 |
2545 | 2025-03-25T05:04:44.914Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2546 | 2025-03-25T05:04:50.371Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2547 | 2025-03-25T05:04:53.657Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2548 | 2025-03-25T05:04:56.135Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2549 | 2025-03-25T05:04:57.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.09s |
2550 | 2025-03-25T05:04:57.531Z | |
2551 | 2025-03-25T05:04:57.531Z | info: running `cargo check --bins` on clickhouse-admin-api (55/199) |
2552 | 2025-03-25T05:04:58.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2025-03-25T05:04:58.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2025-03-25T05:04:58.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2025-03-25T05:04:58.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2556 | 2025-03-25T05:04:58.184Z | |
2557 | 2025-03-25T05:04:58.185Z | info: running `cargo check --bins` on clickhouse-admin-types (56/199) |
2558 | 2025-03-25T05:04:58.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2025-03-25T05:04:58.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2025-03-25T05:04:58.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2025-03-25T05:04:58.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2562 | 2025-03-25T05:04:58.836Z | |
2563 | 2025-03-25T05:04:58.836Z | info: running `cargo check --bins --no-default-features` on oximeter-db (57/199) |
2564 | 2025-03-25T05:04:59.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2025-03-25T05:04:59.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2025-03-25T05:04:59.506Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2567 | 2025-03-25T05:05:00.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2568 | 2025-03-25T05:05:00.310Z | |
2569 | 2025-03-25T05:05:00.310Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (58/199) |
2570 | 2025-03-25T05:05:00.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2025-03-25T05:05:00.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2025-03-25T05:05:00.998Z | Compiling cfg_aliases v0.1.1 |
2573 | 2025-03-25T05:05:01.001Z | Compiling vte_generate_state_changes v0.1.2 |
2574 | 2025-03-25T05:05:01.001Z | Checking fd-lock v4.0.2 |
2575 | 2025-03-25T05:05:01.107Z | Checking nibble_vec v0.1.0 |
2576 | 2025-03-25T05:05:01.110Z | Checking bytecount v0.6.8 |
2577 | 2025-03-25T05:05:01.110Z | Checking endian-type v0.1.2 |
2578 | 2025-03-25T05:05:01.142Z | Compiling tabled_derive v0.7.0 |
2579 | 2025-03-25T05:05:01.169Z | Compiling peg-macros v0.8.5 |
2580 | 2025-03-25T05:05:01.186Z | Compiling nix v0.28.0 |
2581 | 2025-03-25T05:05:01.253Z | Checking papergrid v0.11.0 |
2582 | 2025-03-25T05:05:01.274Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2583 | 2025-03-25T05:05:01.306Z | Compiling sqlparser_derive v0.2.2 |
2584 | 2025-03-25T05:05:01.339Z | Checking radix_trie v0.2.1 |
2585 | 2025-03-25T05:05:01.704Z | Checking vte v0.11.1 |
2586 | 2025-03-25T05:05:01.724Z | Checking home v0.5.9 |
2587 | 2025-03-25T05:05:01.880Z | Checking nu-ansi-term v0.50.1 |
2588 | 2025-03-25T05:05:02.249Z | Checking unicode_categories v0.1.1 |
2589 | 2025-03-25T05:05:02.346Z | Checking sqlparser v0.45.0 |
2590 | 2025-03-25T05:05:02.364Z | Checking display-error-chain v0.2.2 |
2591 | 2025-03-25T05:05:02.550Z | Checking sqlformat v0.2.6 |
2592 | 2025-03-25T05:05:03.078Z | Checking strip-ansi-escapes v0.2.0 |
2593 | 2025-03-25T05:05:03.164Z | Checking tabled v0.15.0 |
2594 | 2025-03-25T05:05:03.205Z | Checking reedline v0.38.0 |
2595 | 2025-03-25T05:05:03.543Z | Checking peg v0.8.5 |
2596 | 2025-03-25T05:05:04.161Z | Checking rustyline v14.0.0 |
2597 | 2025-03-25T05:05:12.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.19s |
2598 | 2025-03-25T05:05:12.698Z | |
2599 | 2025-03-25T05:05:12.698Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (59/199) |
2600 | 2025-03-25T05:05:13.291Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2025-03-25T05:05:13.294Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2025-03-25T05:05:13.395Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2603 | 2025-03-25T05:05:18.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
2604 | 2025-03-25T05:05:18.539Z | |
2605 | 2025-03-25T05:05:18.539Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (60/199) |
2606 | 2025-03-25T05:05:19.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2025-03-25T05:05:19.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2025-03-25T05:05:19.243Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2609 | 2025-03-25T05:05:22.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.14s |
2610 | 2025-03-25T05:05:22.871Z | |
2611 | 2025-03-25T05:05:22.871Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (61/199) |
2612 | 2025-03-25T05:05:23.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2025-03-25T05:05:23.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2025-03-25T05:05:23.559Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2615 | 2025-03-25T05:05:28.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.35s |
2616 | 2025-03-25T05:05:28.408Z | |
2617 | 2025-03-25T05:05:28.409Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (62/199) |
2618 | 2025-03-25T05:05:28.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2025-03-25T05:05:29.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2025-03-25T05:05:29.099Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2621 | 2025-03-25T05:05:33.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.45s |
2622 | 2025-03-25T05:05:34.045Z | |
2623 | 2025-03-25T05:05:34.045Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (63/199) |
2624 | 2025-03-25T05:05:34.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2025-03-25T05:05:34.636Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2025-03-25T05:05:34.735Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2627 | 2025-03-25T05:05:38.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
2628 | 2025-03-25T05:05:38.572Z | |
2629 | 2025-03-25T05:05:38.572Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (64/199) |
2630 | 2025-03-25T05:05:39.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2025-03-25T05:05:39.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2025-03-25T05:05:39.270Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2633 | 2025-03-25T05:05:42.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
2634 | 2025-03-25T05:05:43.170Z | |
2635 | 2025-03-25T05:05:43.170Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (65/199) |
2636 | 2025-03-25T05:05:43.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2637 | 2025-03-25T05:05:43.757Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2638 | 2025-03-25T05:05:43.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2639 | 2025-03-25T05:05:48.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s |
2640 | 2025-03-25T05:05:48.913Z | |
2641 | 2025-03-25T05:05:48.913Z | info: running `cargo check --bins` on oximeter (66/199) |
2642 | 2025-03-25T05:05:49.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2643 | 2025-03-25T05:05:49.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2644 | 2025-03-25T05:05:49.482Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2645 | 2025-03-25T05:05:49.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2646 | 2025-03-25T05:05:49.558Z | |
2647 | 2025-03-25T05:05:49.558Z | info: running `cargo check --bins` on oximeter-macro-impl (67/199) |
2648 | 2025-03-25T05:05:50.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2649 | 2025-03-25T05:05:50.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2650 | 2025-03-25T05:05:50.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2651 | 2025-03-25T05:05:50.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2652 | 2025-03-25T05:05:50.187Z | |
2653 | 2025-03-25T05:05:50.187Z | info: running `cargo check --bins` on oximeter-schema (68/199) |
2654 | 2025-03-25T05:05:50.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2655 | 2025-03-25T05:05:50.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2656 | 2025-03-25T05:05:50.847Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2657 | 2025-03-25T05:05:52.782Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2658 | 2025-03-25T05:05:53.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
2659 | 2025-03-25T05:05:53.899Z | |
2660 | 2025-03-25T05:05:53.900Z | info: running `cargo check --bins` on oximeter-types (69/199) |
2661 | 2025-03-25T05:05:54.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2025-03-25T05:05:54.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2025-03-25T05:05:54.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2664 | 2025-03-25T05:05:54.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2665 | 2025-03-25T05:05:54.553Z | |
2666 | 2025-03-25T05:05:54.553Z | info: running `cargo check --bins` on oximeter-timeseries-macro (70/199) |
2667 | 2025-03-25T05:05:55.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2668 | 2025-03-25T05:05:55.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2669 | 2025-03-25T05:05:55.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2670 | 2025-03-25T05:05:55.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2671 | 2025-03-25T05:05:55.198Z | |
2672 | 2025-03-25T05:05:55.198Z | info: running `cargo check --bins` on oxql-types (71/199) |
2673 | 2025-03-25T05:05:55.768Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2674 | 2025-03-25T05:05:55.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2675 | 2025-03-25T05:05:55.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2676 | 2025-03-25T05:05:55.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2677 | 2025-03-25T05:05:55.848Z | |
2678 | 2025-03-25T05:05:55.848Z | info: running `cargo check --bins` on oximeter-test-utils (72/199) |
2679 | 2025-03-25T05:05:56.442Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2680 | 2025-03-25T05:05:56.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2681 | 2025-03-25T05:05:56.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2682 | 2025-03-25T05:05:56.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2683 | 2025-03-25T05:05:56.528Z | |
2684 | 2025-03-25T05:05:56.528Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (73/199) |
2685 | 2025-03-25T05:05:57.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2686 | 2025-03-25T05:05:57.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2687 | 2025-03-25T05:05:57.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2688 | 2025-03-25T05:05:57.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2689 | 2025-03-25T05:05:57.182Z | |
2690 | 2025-03-25T05:05:57.182Z | info: running `cargo check --bins` on bootstrap-agent-client (74/199) |
2691 | 2025-03-25T05:05:57.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2692 | 2025-03-25T05:05:57.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2693 | 2025-03-25T05:05:57.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2694 | 2025-03-25T05:05:57.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2695 | 2025-03-25T05:05:57.847Z | |
2696 | 2025-03-25T05:05:57.847Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (75/199) |
2697 | 2025-03-25T05:05:58.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2698 | 2025-03-25T05:05:58.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2699 | 2025-03-25T05:05:58.424Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2700 | 2025-03-25T05:05:58.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2701 | 2025-03-25T05:05:58.504Z | |
2702 | 2025-03-25T05:05:58.504Z | info: running `cargo check --bins` on clickhouse-admin-server-client (76/199) |
2703 | 2025-03-25T05:05:59.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2704 | 2025-03-25T05:05:59.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2705 | 2025-03-25T05:05:59.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2706 | 2025-03-25T05:05:59.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2707 | 2025-03-25T05:05:59.155Z | |
2708 | 2025-03-25T05:05:59.156Z | info: running `cargo check --bins` on clickhouse-admin-single-client (77/199) |
2709 | 2025-03-25T05:05:59.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2710 | 2025-03-25T05:05:59.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2711 | 2025-03-25T05:05:59.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2712 | 2025-03-25T05:05:59.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2713 | 2025-03-25T05:05:59.814Z | |
2714 | 2025-03-25T05:05:59.814Z | info: running `cargo check --bins` on cockroach-admin-client (78/199) |
2715 | 2025-03-25T05:06:00.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2716 | 2025-03-25T05:06:00.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2717 | 2025-03-25T05:06:00.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2718 | 2025-03-25T05:06:00.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2719 | 2025-03-25T05:06:00.447Z | |
2720 | 2025-03-25T05:06:00.447Z | info: running `cargo check --bins` on omicron-ddm-admin-client (79/199) |
2721 | 2025-03-25T05:06:01.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2722 | 2025-03-25T05:06:01.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2723 | 2025-03-25T05:06:01.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2724 | 2025-03-25T05:06:01.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2725 | 2025-03-25T05:06:01.107Z | |
2726 | 2025-03-25T05:06:01.107Z | info: running `cargo check --bins` on dns-service-client (80/199) |
2727 | 2025-03-25T05:06:01.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2728 | 2025-03-25T05:06:01.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2729 | 2025-03-25T05:06:01.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2730 | 2025-03-25T05:06:01.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2731 | 2025-03-25T05:06:01.770Z | |
2732 | 2025-03-25T05:06:01.770Z | info: running `cargo check --bins` on internal-dns-types (81/199) |
2733 | 2025-03-25T05:06:02.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2734 | 2025-03-25T05:06:02.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2735 | 2025-03-25T05:06:02.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2736 | 2025-03-25T05:06:02.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2737 | 2025-03-25T05:06:02.406Z | |
2738 | 2025-03-25T05:06:02.406Z | info: running `cargo check --bins` on dpd-client (82/199) |
2739 | 2025-03-25T05:06:02.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2740 | 2025-03-25T05:06:02.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2741 | 2025-03-25T05:06:02.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2742 | 2025-03-25T05:06:02.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2743 | 2025-03-25T05:06:03.046Z | |
2744 | 2025-03-25T05:06:03.046Z | info: running `cargo check --bins` on gateway-client (83/199) |
2745 | 2025-03-25T05:06:03.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2025-03-25T05:06:03.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2025-03-25T05:06:03.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2025-03-25T05:06:03.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2749 | 2025-03-25T05:06:03.670Z | |
2750 | 2025-03-25T05:06:03.671Z | info: running `cargo check --bins` on installinator-client (84/199) |
2751 | 2025-03-25T05:06:04.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2025-03-25T05:06:04.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2025-03-25T05:06:04.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2025-03-25T05:06:04.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2755 | 2025-03-25T05:06:04.341Z | |
2756 | 2025-03-25T05:06:04.341Z | info: running `cargo check --bins` on installinator-common (85/199) |
2757 | 2025-03-25T05:06:04.925Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2025-03-25T05:06:04.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2025-03-25T05:06:04.927Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2760 | 2025-03-25T05:06:04.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2761 | 2025-03-25T05:06:05.008Z | |
2762 | 2025-03-25T05:06:05.008Z | info: running `cargo check --bins` on update-engine (86/199) |
2763 | 2025-03-25T05:06:05.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2025-03-25T05:06:05.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2025-03-25T05:06:05.563Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2766 | 2025-03-25T05:06:05.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2767 | 2025-03-25T05:06:05.640Z | |
2768 | 2025-03-25T05:06:05.640Z | info: running `cargo check --bins` on nexus-client (87/199) |
2769 | 2025-03-25T05:06:06.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2025-03-25T05:06:06.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2025-03-25T05:06:06.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2772 | 2025-03-25T05:06:06.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2773 | 2025-03-25T05:06:06.310Z | |
2774 | 2025-03-25T05:06:06.310Z | info: running `cargo check --bins` on nexus-sled-agent-shared (88/199) |
2775 | 2025-03-25T05:06:06.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2025-03-25T05:06:06.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2025-03-25T05:06:06.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2778 | 2025-03-25T05:06:06.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2779 | 2025-03-25T05:06:06.975Z | |
2780 | 2025-03-25T05:06:06.975Z | info: running `cargo check --bins` on omicron-passwords (89/199) |
2781 | 2025-03-25T05:06:07.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2025-03-25T05:06:07.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2025-03-25T05:06:07.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2025-03-25T05:06:07.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2785 | 2025-03-25T05:06:07.612Z | |
2786 | 2025-03-25T05:06:07.612Z | info: running `cargo check --bins` on nexus-types (90/199) |
2787 | 2025-03-25T05:06:08.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2025-03-25T05:06:08.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2025-03-25T05:06:08.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2790 | 2025-03-25T05:06:08.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2791 | 2025-03-25T05:06:08.286Z | |
2792 | 2025-03-25T05:06:08.286Z | info: running `cargo check --bins` on id-map (91/199) |
2793 | 2025-03-25T05:06:08.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2025-03-25T05:06:08.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2025-03-25T05:06:08.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2796 | 2025-03-25T05:06:08.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2797 | 2025-03-25T05:06:08.909Z | |
2798 | 2025-03-25T05:06:08.909Z | info: running `cargo check --bins` on oxide-client (92/199) |
2799 | 2025-03-25T05:06:09.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2025-03-25T05:06:09.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2025-03-25T05:06:09.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2025-03-25T05:06:09.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2803 | 2025-03-25T05:06:09.545Z | |
2804 | 2025-03-25T05:06:09.545Z | info: running `cargo check --bins` on oximeter-client (93/199) |
2805 | 2025-03-25T05:06:10.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2025-03-25T05:06:10.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2025-03-25T05:06:10.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2025-03-25T05:06:10.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2809 | 2025-03-25T05:06:10.197Z | |
2810 | 2025-03-25T05:06:10.197Z | info: running `cargo check --bins` on repo-depot-client (94/199) |
2811 | 2025-03-25T05:06:10.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2025-03-25T05:06:10.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2025-03-25T05:06:10.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2025-03-25T05:06:10.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2815 | 2025-03-25T05:06:10.833Z | |
2816 | 2025-03-25T05:06:10.833Z | info: running `cargo check --bins` on sled-agent-client (95/199) |
2817 | 2025-03-25T05:06:11.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2025-03-25T05:06:11.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2025-03-25T05:06:11.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2025-03-25T05:06:11.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2821 | 2025-03-25T05:06:11.512Z | |
2822 | 2025-03-25T05:06:11.512Z | info: running `cargo check --bins` on wicketd-client (96/199) |
2823 | 2025-03-25T05:06:12.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2025-03-25T05:06:12.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2025-03-25T05:06:12.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2025-03-25T05:06:12.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2827 | 2025-03-25T05:06:12.207Z | |
2828 | 2025-03-25T05:06:12.207Z | info: running `cargo check --bins` on sled-agent-types (97/199) |
2829 | 2025-03-25T05:06:12.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2025-03-25T05:06:12.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2025-03-25T05:06:12.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2025-03-25T05:06:12.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2833 | 2025-03-25T05:06:12.883Z | |
2834 | 2025-03-25T05:06:12.883Z | info: running `cargo check --bins` on wicket-common (98/199) |
2835 | 2025-03-25T05:06:13.472Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2025-03-25T05:06:13.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2025-03-25T05:06:13.475Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2025-03-25T05:06:13.478Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2839 | 2025-03-25T05:06:13.560Z | |
2840 | 2025-03-25T05:06:13.560Z | info: running `cargo check --bins` on omicron-cockroach-admin (99/199) |
2841 | 2025-03-25T05:06:14.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2025-03-25T05:06:14.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2025-03-25T05:06:14.236Z | Checking csv-core v0.1.11 |
2844 | 2025-03-25T05:06:14.236Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2845 | 2025-03-25T05:06:14.239Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2846 | 2025-03-25T05:06:14.239Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2847 | 2025-03-25T05:06:14.511Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2848 | 2025-03-25T05:06:14.550Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2849 | 2025-03-25T05:06:14.567Z | Checking csv v1.3.1 |
2850 | 2025-03-25T05:06:15.137Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2025-03-25T05:06:15.473Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2852 | 2025-03-25T05:06:17.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.44s |
2853 | 2025-03-25T05:06:17.187Z | |
2854 | 2025-03-25T05:06:17.187Z | info: running `cargo check --bins` on cockroach-admin-api (100/199) |
2855 | 2025-03-25T05:06:17.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2856 | 2025-03-25T05:06:17.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2857 | 2025-03-25T05:06:17.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2858 | 2025-03-25T05:06:17.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2859 | 2025-03-25T05:06:17.848Z | |
2860 | 2025-03-25T05:06:17.848Z | info: running `cargo check --bins` on cockroach-admin-types (101/199) |
2861 | 2025-03-25T05:06:18.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2862 | 2025-03-25T05:06:18.419Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2863 | 2025-03-25T05:06:18.419Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2864 | 2025-03-25T05:06:18.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2865 | 2025-03-25T05:06:18.497Z | |
2866 | 2025-03-25T05:06:18.497Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (102/199) |
2867 | 2025-03-25T05:06:19.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2868 | 2025-03-25T05:06:19.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2869 | 2025-03-25T05:06:19.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2870 | 2025-03-25T05:06:19.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2871 | 2025-03-25T05:06:19.255Z | |
2872 | 2025-03-25T05:06:19.255Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (103/199) |
2873 | 2025-03-25T05:06:19.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2874 | 2025-03-25T05:06:19.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2875 | 2025-03-25T05:06:19.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2876 | 2025-03-25T05:06:19.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2877 | 2025-03-25T05:06:20.006Z | |
2878 | 2025-03-25T05:06:20.006Z | info: running `cargo check --bins` on dns-server (104/199) |
2879 | 2025-03-25T05:06:20.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2880 | 2025-03-25T05:06:20.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2881 | 2025-03-25T05:06:20.676Z | Compiling typify-impl v0.3.0 |
2882 | 2025-03-25T05:06:20.787Z | Compiling parking_lot_core v0.8.6 |
2883 | 2025-03-25T05:06:20.806Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2884 | 2025-03-25T05:06:20.809Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2885 | 2025-03-25T05:06:20.809Z | Checking fxhash v0.2.1 |
2886 | 2025-03-25T05:06:20.809Z | Checking hickory-client v0.24.4 |
2887 | 2025-03-25T05:06:20.819Z | Checking hickory-server v0.24.4 |
2888 | 2025-03-25T05:06:21.488Z | Checking parking_lot v0.11.2 |
2889 | 2025-03-25T05:06:21.532Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2890 | 2025-03-25T05:06:21.735Z | Checking sled v0.34.7 |
2891 | 2025-03-25T05:06:26.061Z | Compiling typify-macro v0.3.0 |
2892 | 2025-03-25T05:06:27.516Z | Compiling typify v0.3.0 |
2893 | 2025-03-25T05:06:27.587Z | Compiling progenitor-impl v0.9.1 |
2894 | 2025-03-25T05:06:29.897Z | Compiling progenitor-macro v0.9.1 |
2895 | 2025-03-25T05:06:33.400Z | Checking progenitor v0.9.1 |
2896 | 2025-03-25T05:06:33.531Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2897 | 2025-03-25T05:06:33.987Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2898 | 2025-03-25T05:06:35.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.20s |
2899 | 2025-03-25T05:06:35.399Z | |
2900 | 2025-03-25T05:06:35.399Z | info: running `cargo check --bins` on dns-server-api (105/199) |
2901 | 2025-03-25T05:06:35.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2902 | 2025-03-25T05:06:35.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2903 | 2025-03-25T05:06:35.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2904 | 2025-03-25T05:06:35.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2905 | 2025-03-25T05:06:36.072Z | |
2906 | 2025-03-25T05:06:36.072Z | info: running `cargo check --bins` on openapi-manager-types (106/199) |
2907 | 2025-03-25T05:06:36.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2908 | 2025-03-25T05:06:36.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2909 | 2025-03-25T05:06:36.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2910 | 2025-03-25T05:06:36.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2911 | 2025-03-25T05:06:36.701Z | |
2912 | 2025-03-25T05:06:36.701Z | info: running `cargo check --bins` on gateway-test-utils (107/199) |
2913 | 2025-03-25T05:06:37.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2914 | 2025-03-25T05:06:37.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2915 | 2025-03-25T05:06:37.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2916 | 2025-03-25T05:06:37.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2917 | 2025-03-25T05:06:37.402Z | |
2918 | 2025-03-25T05:06:37.402Z | info: running `cargo check --bins` on gateway-types (108/199) |
2919 | 2025-03-25T05:06:37.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2920 | 2025-03-25T05:06:37.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2921 | 2025-03-25T05:06:37.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2922 | 2025-03-25T05:06:37.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2923 | 2025-03-25T05:06:38.055Z | |
2924 | 2025-03-25T05:06:38.055Z | info: running `cargo check --bins` on ipcc (109/199) |
2925 | 2025-03-25T05:06:38.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2926 | 2025-03-25T05:06:38.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2927 | 2025-03-25T05:06:38.623Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2928 | 2025-03-25T05:06:38.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2929 | 2025-03-25T05:06:38.700Z | |
2930 | 2025-03-25T05:06:38.700Z | info: running `cargo check --bins` on omicron-gateway (110/199) |
2931 | 2025-03-25T05:06:39.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2932 | 2025-03-25T05:06:39.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2933 | 2025-03-25T05:06:39.420Z | Compiling radium v0.7.0 |
2934 | 2025-03-25T05:06:39.421Z | Compiling semver v0.1.20 |
2935 | 2025-03-25T05:06:39.533Z | Checking tap v1.0.1 |
2936 | 2025-03-25T05:06:39.536Z | Compiling maybe-uninit v2.0.0 |
2937 | 2025-03-25T05:06:39.568Z | Checking password-hash v0.5.0 |
2938 | 2025-03-25T05:06:39.571Z | Checking blake2 v0.10.6 |
2939 | 2025-03-25T05:06:39.571Z | Checking funty v2.0.0 |
2940 | 2025-03-25T05:06:39.571Z | Checking crc-catalog v2.4.0 |
2941 | 2025-03-25T05:06:39.702Z | Checking wyz v0.5.1 |
2942 | 2025-03-25T05:06:39.770Z | Compiling owo-colors v4.2.0 |
2943 | 2025-03-25T05:06:39.977Z | Compiling rustc_version v0.1.7 |
2944 | 2025-03-25T05:06:40.036Z | Compiling cancel-safe-futures v0.1.5 |
2945 | 2025-03-25T05:06:40.040Z | Compiling packed_struct v0.10.1 |
2946 | 2025-03-25T05:06:40.040Z | Checking argon2 v0.5.3 |
2947 | 2025-03-25T05:06:40.219Z | Checking crc v3.2.1 |
2948 | 2025-03-25T05:06:40.367Z | Compiling newtype_derive v0.1.6 |
2949 | 2025-03-25T05:06:40.388Z | Compiling packed_struct_codegen v0.10.1 |
2950 | 2025-03-25T05:06:40.422Z | Checking libsw-core v0.3.1 |
2951 | 2025-03-25T05:06:40.426Z | Checking bitvec v1.0.1 |
2952 | 2025-03-25T05:06:40.458Z | Compiling indexmap v1.9.3 |
2953 | 2025-03-25T05:06:40.546Z | Checking half v2.4.1 |
2954 | 2025-03-25T05:06:40.627Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
2955 | 2025-03-25T05:06:40.660Z | Checking fixedbitset v0.5.7 |
2956 | 2025-03-25T05:06:40.717Z | Checking ciborium-io v0.2.2 |
2957 | 2025-03-25T05:06:40.750Z | Checking nodrop v0.1.14 |
2958 | 2025-03-25T05:06:40.846Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2959 | 2025-03-25T05:06:40.887Z | Checking array-init v0.0.4 |
2960 | 2025-03-25T05:06:40.943Z | Checking libsw v3.4.0 |
2961 | 2025-03-25T05:06:41.002Z | Checking ciborium-ll v0.2.2 |
2962 | 2025-03-25T05:06:41.021Z | Checking petgraph v0.7.1 |
2963 | 2025-03-25T05:06:41.177Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2964 | 2025-03-25T05:06:41.300Z | Checking smallvec v0.6.14 |
2965 | 2025-03-25T05:06:41.381Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2966 | 2025-03-25T05:06:41.676Z | Checking hashbrown v0.12.3 |
2967 | 2025-03-25T05:06:41.792Z | Checking linear-map v1.2.0 |
2968 | 2025-03-25T05:06:41.849Z | Checking indent_write v2.2.0 |
2969 | 2025-03-25T05:06:42.067Z | Checking bitfield v0.14.0 |
2970 | 2025-03-25T05:06:42.108Z | Checking swrite v0.1.0 |
2971 | 2025-03-25T05:06:42.246Z | Checking termcolor v1.4.1 |
2972 | 2025-03-25T05:06:42.331Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2973 | 2025-03-25T05:06:42.390Z | Checking serde-hex v0.1.0 |
2974 | 2025-03-25T05:06:42.658Z | Checking env_logger v0.10.2 |
2975 | 2025-03-25T05:06:42.686Z | Checking ron v0.8.1 |
2976 | 2025-03-25T05:06:42.829Z | Checking ciborium v0.2.2 |
2977 | 2025-03-25T05:06:43.055Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2978 | 2025-03-25T05:06:43.439Z | Checking steno v0.4.1 |
2979 | 2025-03-25T05:06:43.763Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2980 | 2025-03-25T05:06:43.850Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2981 | 2025-03-25T05:06:43.872Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2982 | 2025-03-25T05:06:43.945Z | Checking hashbrown v0.13.2 |
2983 | 2025-03-25T05:06:44.005Z | Checking crc-any v2.5.0 |
2984 | 2025-03-25T05:06:44.141Z | Checking humantime v2.1.0 |
2985 | 2025-03-25T05:06:44.376Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2986 | 2025-03-25T05:06:44.451Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2987 | 2025-03-25T05:06:44.660Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2988 | 2025-03-25T05:06:44.826Z | Checking object v0.30.4 |
2989 | 2025-03-25T05:06:44.987Z | Checking path-slash v0.1.5 |
2990 | 2025-03-25T05:06:45.035Z | Checking tungstenite v0.23.0 |
2991 | 2025-03-25T05:06:45.141Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2992 | 2025-03-25T05:06:45.563Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2993 | 2025-03-25T05:06:45.885Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2994 | 2025-03-25T05:06:46.155Z | Checking nix v0.27.1 |
2995 | 2025-03-25T05:06:46.241Z | Checking kstat-rs v0.2.4 |
2996 | 2025-03-25T05:06:46.259Z | Checking tokio-tungstenite v0.23.1 |
2997 | 2025-03-25T05:06:46.381Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2998 | 2025-03-25T05:06:46.571Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2999 | 2025-03-25T05:06:46.645Z | Checking signal-hook-tokio v0.3.1 |
3000 | 2025-03-25T05:06:47.138Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3001 | 2025-03-25T05:06:47.754Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3002 | 2025-03-25T05:06:53.823Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
3003 | 2025-03-25T05:06:55.130Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
3004 | 2025-03-25T05:06:57.725Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3005 | 2025-03-25T05:07:02.850Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3006 | 2025-03-25T05:07:03.487Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3007 | 2025-03-25T05:07:06.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.37s |
3008 | 2025-03-25T05:07:06.290Z | |
3009 | 2025-03-25T05:07:06.290Z | info: running `cargo check --bins` on gateway-api (111/199) |
3010 | 2025-03-25T05:07:06.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3011 | 2025-03-25T05:07:06.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3012 | 2025-03-25T05:07:06.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3013 | 2025-03-25T05:07:06.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3014 | 2025-03-25T05:07:06.941Z | |
3015 | 2025-03-25T05:07:06.941Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (112/199) |
3016 | 2025-03-25T05:07:07.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3017 | 2025-03-25T05:07:07.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3018 | 2025-03-25T05:07:07.493Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3019 | 2025-03-25T05:07:07.496Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3020 | 2025-03-25T05:07:07.570Z | |
3021 | 2025-03-25T05:07:07.570Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (113/199) |
3022 | 2025-03-25T05:07:08.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3023 | 2025-03-25T05:07:08.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3024 | 2025-03-25T05:07:08.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3025 | 2025-03-25T05:07:08.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3026 | 2025-03-25T05:07:08.222Z | |
3027 | 2025-03-25T05:07:08.222Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (114/199) |
3028 | 2025-03-25T05:07:08.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3029 | 2025-03-25T05:07:08.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3030 | 2025-03-25T05:07:08.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3031 | 2025-03-25T05:07:08.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3032 | 2025-03-25T05:07:08.869Z | |
3033 | 2025-03-25T05:07:08.869Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (115/199) |
3034 | 2025-03-25T05:07:09.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-03-25T05:07:09.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-03-25T05:07:09.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-03-25T05:07:09.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3038 | 2025-03-25T05:07:09.519Z | |
3039 | 2025-03-25T05:07:09.519Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (116/199) |
3040 | 2025-03-25T05:07:10.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-03-25T05:07:10.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-03-25T05:07:10.085Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-03-25T05:07:10.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3044 | 2025-03-25T05:07:10.162Z | |
3045 | 2025-03-25T05:07:10.162Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (117/199) |
3046 | 2025-03-25T05:07:10.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-03-25T05:07:10.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-03-25T05:07:10.735Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-03-25T05:07:10.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3050 | 2025-03-25T05:07:10.814Z | |
3051 | 2025-03-25T05:07:10.814Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (118/199) |
3052 | 2025-03-25T05:07:11.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-03-25T05:07:11.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-03-25T05:07:11.381Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3055 | 2025-03-25T05:07:11.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3056 | 2025-03-25T05:07:11.669Z | |
3057 | 2025-03-25T05:07:11.669Z | info: running `cargo check --bins` on oximeter-producer (119/199) |
3058 | 2025-03-25T05:07:12.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2025-03-25T05:07:12.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2025-03-25T05:07:12.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3061 | 2025-03-25T05:07:12.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3062 | 2025-03-25T05:07:12.146Z | |
3063 | 2025-03-25T05:07:12.146Z | info: running `cargo check --bins` on internal-dns-resolver (120/199) |
3064 | 2025-03-25T05:07:12.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2025-03-25T05:07:12.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2025-03-25T05:07:12.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3067 | 2025-03-25T05:07:12.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3068 | 2025-03-25T05:07:12.793Z | |
3069 | 2025-03-25T05:07:12.793Z | info: running `cargo check --bins` on sp-sim (121/199) |
3070 | 2025-03-25T05:07:13.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2025-03-25T05:07:13.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2025-03-25T05:07:13.446Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3073 | 2025-03-25T05:07:13.894Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3074 | 2025-03-25T05:07:15.522Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3075 | 2025-03-25T05:07:17.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
3076 | 2025-03-25T05:07:17.329Z | |
3077 | 2025-03-25T05:07:17.329Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (122/199) |
3078 | 2025-03-25T05:07:17.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3079 | 2025-03-25T05:07:17.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3080 | 2025-03-25T05:07:17.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3081 | 2025-03-25T05:07:17.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3082 | 2025-03-25T05:07:18.029Z | |
3083 | 2025-03-25T05:07:18.029Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (123/199) |
3084 | 2025-03-25T05:07:18.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3085 | 2025-03-25T05:07:18.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3086 | 2025-03-25T05:07:18.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3087 | 2025-03-25T05:07:18.650Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3088 | 2025-03-25T05:07:18.734Z | |
3089 | 2025-03-25T05:07:18.734Z | info: running `cargo check --bins` on db-macros (124/199) |
3090 | 2025-03-25T05:07:19.285Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3091 | 2025-03-25T05:07:19.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3092 | 2025-03-25T05:07:19.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3093 | 2025-03-25T05:07:19.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3094 | 2025-03-25T05:07:19.365Z | |
3095 | 2025-03-25T05:07:19.365Z | info: running `cargo check --bins` on nexus-macros-common (125/199) |
3096 | 2025-03-25T05:07:19.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2025-03-25T05:07:19.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2025-03-25T05:07:19.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3099 | 2025-03-25T05:07:19.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3100 | 2025-03-25T05:07:20.001Z | |
3101 | 2025-03-25T05:07:20.001Z | info: running `cargo check --bins` on nexus-auth (126/199) |
3102 | 2025-03-25T05:07:20.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3103 | 2025-03-25T05:07:20.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3104 | 2025-03-25T05:07:20.618Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3105 | 2025-03-25T05:07:20.621Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3106 | 2025-03-25T05:07:20.703Z | |
3107 | 2025-03-25T05:07:20.703Z | info: running `cargo check --bins` on authz-macros (127/199) |
3108 | 2025-03-25T05:07:21.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3109 | 2025-03-25T05:07:21.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3110 | 2025-03-25T05:07:21.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3111 | 2025-03-25T05:07:21.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3112 | 2025-03-25T05:07:21.339Z | |
3113 | 2025-03-25T05:07:21.339Z | info: running `cargo check --bins` on nexus-db-fixed-data (128/199) |
3114 | 2025-03-25T05:07:21.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3115 | 2025-03-25T05:07:21.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3116 | 2025-03-25T05:07:21.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3117 | 2025-03-25T05:07:21.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3118 | 2025-03-25T05:07:22.031Z | |
3119 | 2025-03-25T05:07:22.031Z | info: running `cargo check --bins` on nexus-db-model (129/199) |
3120 | 2025-03-25T05:07:22.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2025-03-25T05:07:22.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2025-03-25T05:07:22.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3123 | 2025-03-25T05:07:22.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3124 | 2025-03-25T05:07:22.722Z | |
3125 | 2025-03-25T05:07:22.722Z | info: running `cargo check --bins` on nexus-defaults (130/199) |
3126 | 2025-03-25T05:07:23.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3127 | 2025-03-25T05:07:23.300Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3128 | 2025-03-25T05:07:23.300Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3129 | 2025-03-25T05:07:23.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3130 | 2025-03-25T05:07:23.377Z | |
3131 | 2025-03-25T05:07:23.378Z | info: running `cargo check --bins` on nexus-inventory (131/199) |
3132 | 2025-03-25T05:07:23.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2025-03-25T05:07:23.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2025-03-25T05:07:23.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3135 | 2025-03-25T05:07:23.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3136 | 2025-03-25T05:07:24.075Z | |
3137 | 2025-03-25T05:07:24.075Z | info: running `cargo check --bins` on typed-rng (132/199) |
3138 | 2025-03-25T05:07:24.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3139 | 2025-03-25T05:07:24.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3140 | 2025-03-25T05:07:24.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3141 | 2025-03-25T05:07:24.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3142 | 2025-03-25T05:07:24.709Z | |
3143 | 2025-03-25T05:07:24.709Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (133/199) |
3144 | 2025-03-25T05:07:25.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3145 | 2025-03-25T05:07:25.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3146 | 2025-03-25T05:07:25.479Z | Checking keccak v0.1.5 |
3147 | 2025-03-25T05:07:25.597Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3148 | 2025-03-25T05:07:25.600Z | Checking secrecy v0.8.0 |
3149 | 2025-03-25T05:07:25.600Z | Compiling unicase v2.7.0 |
3150 | 2025-03-25T05:07:25.600Z | Compiling same-file v1.0.6 |
3151 | 2025-03-25T05:07:25.643Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
3152 | 2025-03-25T05:07:25.648Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3153 | 2025-03-25T05:07:25.648Z | Compiling thiserror-impl-no-std v2.0.2 |
3154 | 2025-03-25T05:07:25.793Z | Compiling walkdir v2.5.0 |
3155 | 2025-03-25T05:07:25.879Z | Checking sha3 v0.10.8 |
3156 | 2025-03-25T05:07:25.883Z | Checking universal-hash v0.5.1 |
3157 | 2025-03-25T05:07:25.959Z | Compiling blake3 v1.5.4 |
3158 | 2025-03-25T05:07:25.963Z | Checking opaque-debug v0.3.1 |
3159 | 2025-03-25T05:07:26.079Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3160 | 2025-03-25T05:07:26.102Z | Checking poly1305 v0.8.0 |
3161 | 2025-03-25T05:07:26.141Z | Checking chacha20 v0.9.1 |
3162 | 2025-03-25T05:07:26.161Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3163 | 2025-03-25T05:07:26.337Z | Checking aead v0.5.2 |
3164 | 2025-03-25T05:07:26.397Z | Compiling memmap2 v0.9.5 |
3165 | 2025-03-25T05:07:26.400Z | Compiling arrayvec v0.7.6 |
3166 | 2025-03-25T05:07:26.476Z | Compiling libefi-sys v0.1.0 |
3167 | 2025-03-25T05:07:26.554Z | Compiling arrayref v0.3.9 |
3168 | 2025-03-25T05:07:26.590Z | Compiling constant_time_eq v0.3.1 |
3169 | 2025-03-25T05:07:26.664Z | Compiling salty v0.3.0 |
3170 | 2025-03-25T05:07:26.776Z | Checking chacha20poly1305 v0.10.1 |
3171 | 2025-03-25T05:07:26.845Z | Compiling toolchain_find v0.4.0 |
3172 | 2025-03-25T05:07:26.862Z | Compiling camino-tempfile v1.1.1 |
3173 | 2025-03-25T05:07:26.959Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3174 | 2025-03-25T05:07:27.083Z | Compiling bitfield-struct v0.6.2 |
3175 | 2025-03-25T05:07:27.179Z | Compiling topological-sort v0.2.2 |
3176 | 2025-03-25T05:07:27.257Z | Compiling mime_guess v2.0.5 |
3177 | 2025-03-25T05:07:27.405Z | Compiling rustfmt-wrapper v0.2.1 |
3178 | 2025-03-25T05:07:27.839Z | Compiling omicron-zone-package v0.12.0 |
3179 | 2025-03-25T05:07:27.939Z | Compiling progenitor v0.9.1 |
3180 | 2025-03-25T05:07:27.959Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3181 | 2025-03-25T05:07:28.163Z | Checking primeorder v0.13.6 |
3182 | 2025-03-25T05:07:28.249Z | Checking env_filter v0.1.2 |
3183 | 2025-03-25T05:07:28.271Z | Checking thiserror-no-std v2.0.2 |
3184 | 2025-03-25T05:07:28.291Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3185 | 2025-03-25T05:07:28.395Z | Checking vsss-rs v3.3.4 |
3186 | 2025-03-25T05:07:28.414Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3187 | 2025-03-25T05:07:28.418Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3188 | 2025-03-25T05:07:28.480Z | Checking env_logger v0.11.5 |
3189 | 2025-03-25T05:07:28.605Z | Checking p384 v0.13.0 |
3190 | 2025-03-25T05:07:28.648Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3191 | 2025-03-25T05:07:28.681Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3192 | 2025-03-25T05:07:28.885Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3193 | 2025-03-25T05:07:28.997Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3194 | 2025-03-25T05:07:29.019Z | Checking http-range v0.1.5 |
3195 | 2025-03-25T05:07:29.076Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3196 | 2025-03-25T05:07:29.216Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3197 | 2025-03-25T05:07:29.418Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3198 | 2025-03-25T05:07:29.448Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3199 | 2025-03-25T05:07:29.587Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3200 | 2025-03-25T05:07:29.699Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3201 | 2025-03-25T05:07:29.860Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
3202 | 2025-03-25T05:07:30.000Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3203 | 2025-03-25T05:07:30.019Z | Checking atty v0.2.14 |
3204 | 2025-03-25T05:07:30.155Z | Checking glob v0.3.2 |
3205 | 2025-03-25T05:07:30.367Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3206 | 2025-03-25T05:07:30.497Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6b5f2af796a3ea57405721407ab70520a93ec73f#6b5f2af7) |
3207 | 2025-03-25T05:07:30.804Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3208 | 2025-03-25T05:07:30.993Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3209 | 2025-03-25T05:07:31.247Z | Checking hyper-staticfile v0.10.1 |
3210 | 2025-03-25T05:07:31.619Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3211 | 2025-03-25T05:07:31.659Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3212 | 2025-03-25T05:07:31.765Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3213 | 2025-03-25T05:07:31.919Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3214 | 2025-03-25T05:07:32.040Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3215 | 2025-03-25T05:07:32.449Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3216 | 2025-03-25T05:07:32.566Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3217 | 2025-03-25T05:07:32.813Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3218 | 2025-03-25T05:07:32.974Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3219 | 2025-03-25T05:07:33.165Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3220 | 2025-03-25T05:07:33.786Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3221 | 2025-03-25T05:07:36.587Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3222 | 2025-03-25T05:07:36.587Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3223 | 2025-03-25T05:07:44.736Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3224 | 2025-03-25T05:07:57.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.04s |
3225 | 2025-03-25T05:07:57.958Z | |
3226 | 2025-03-25T05:07:57.958Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (134/199) |
3227 | 2025-03-25T05:07:58.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3228 | 2025-03-25T05:07:58.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3229 | 2025-03-25T05:07:58.915Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3230 | 2025-03-25T05:08:11.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
3231 | 2025-03-25T05:08:12.104Z | |
3232 | 2025-03-25T05:08:12.104Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (135/199) |
3233 | 2025-03-25T05:08:12.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-03-25T05:08:12.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-03-25T05:08:12.865Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3236 | 2025-03-25T05:08:25.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.77s |
3237 | 2025-03-25T05:08:26.088Z | |
3238 | 2025-03-25T05:08:26.089Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (136/199) |
3239 | 2025-03-25T05:08:26.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3240 | 2025-03-25T05:08:26.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3241 | 2025-03-25T05:08:26.848Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3242 | 2025-03-25T05:08:40.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.98s |
3243 | 2025-03-25T05:08:40.283Z | |
3244 | 2025-03-25T05:08:40.283Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (137/199) |
3245 | 2025-03-25T05:08:40.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3246 | 2025-03-25T05:08:40.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3247 | 2025-03-25T05:08:41.043Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3248 | 2025-03-25T05:08:54.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.87s |
3249 | 2025-03-25T05:08:54.361Z | |
3250 | 2025-03-25T05:08:54.361Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (138/199) |
3251 | 2025-03-25T05:08:54.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3252 | 2025-03-25T05:08:54.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3253 | 2025-03-25T05:08:55.122Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3254 | 2025-03-25T05:09:08.277Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.90s |
3255 | 2025-03-25T05:09:08.478Z | |
3256 | 2025-03-25T05:09:08.478Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (139/199) |
3257 | 2025-03-25T05:09:09.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3258 | 2025-03-25T05:09:09.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3259 | 2025-03-25T05:09:09.233Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3260 | 2025-03-25T05:09:22.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.80s |
3261 | 2025-03-25T05:09:22.492Z | |
3262 | 2025-03-25T05:09:22.492Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (140/199) |
3263 | 2025-03-25T05:09:23.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3264 | 2025-03-25T05:09:23.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3265 | 2025-03-25T05:09:23.251Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3266 | 2025-03-25T05:09:36.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.85s |
3267 | 2025-03-25T05:09:36.556Z | |
3268 | 2025-03-25T05:09:36.556Z | info: running `cargo check --bins` on bootstrap-agent-api (141/199) |
3269 | 2025-03-25T05:09:37.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3270 | 2025-03-25T05:09:37.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3271 | 2025-03-25T05:09:37.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3272 | 2025-03-25T05:09:37.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3273 | 2025-03-25T05:09:37.241Z | |
3274 | 2025-03-25T05:09:37.241Z | info: running `cargo check --bins` on key-manager (142/199) |
3275 | 2025-03-25T05:09:37.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3276 | 2025-03-25T05:09:37.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3277 | 2025-03-25T05:09:37.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3278 | 2025-03-25T05:09:37.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3279 | 2025-03-25T05:09:37.898Z | |
3280 | 2025-03-25T05:09:37.898Z | info: running `cargo check --bins` on range-requests (143/199) |
3281 | 2025-03-25T05:09:38.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3282 | 2025-03-25T05:09:38.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3283 | 2025-03-25T05:09:38.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3284 | 2025-03-25T05:09:38.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3285 | 2025-03-25T05:09:38.541Z | |
3286 | 2025-03-25T05:09:38.541Z | info: running `cargo check --bins` on repo-depot-api (144/199) |
3287 | 2025-03-25T05:09:39.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3288 | 2025-03-25T05:09:39.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3289 | 2025-03-25T05:09:39.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3290 | 2025-03-25T05:09:39.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3291 | 2025-03-25T05:09:39.197Z | |
3292 | 2025-03-25T05:09:39.197Z | info: running `cargo check --bins` on sled-agent-api (145/199) |
3293 | 2025-03-25T05:09:39.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3294 | 2025-03-25T05:09:39.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3295 | 2025-03-25T05:09:39.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3296 | 2025-03-25T05:09:39.803Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3297 | 2025-03-25T05:09:39.885Z | |
3298 | 2025-03-25T05:09:39.885Z | info: running `cargo check --bins` on sled-diagnostics (146/199) |
3299 | 2025-03-25T05:09:40.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3300 | 2025-03-25T05:09:40.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3301 | 2025-03-25T05:09:40.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3302 | 2025-03-25T05:09:40.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3303 | 2025-03-25T05:09:40.517Z | |
3304 | 2025-03-25T05:09:40.517Z | info: running `cargo check --bins` on sled-hardware (147/199) |
3305 | 2025-03-25T05:09:41.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3306 | 2025-03-25T05:09:41.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3307 | 2025-03-25T05:09:41.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3308 | 2025-03-25T05:09:41.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3309 | 2025-03-25T05:09:41.185Z | |
3310 | 2025-03-25T05:09:41.185Z | info: running `cargo check --bins --no-default-features` on sled-storage (148/199) |
3311 | 2025-03-25T05:09:41.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3312 | 2025-03-25T05:09:41.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3313 | 2025-03-25T05:09:41.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3314 | 2025-03-25T05:09:41.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3315 | 2025-03-25T05:09:41.862Z | |
3316 | 2025-03-25T05:09:41.862Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (149/199) |
3317 | 2025-03-25T05:09:42.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3318 | 2025-03-25T05:09:42.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3319 | 2025-03-25T05:09:42.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3320 | 2025-03-25T05:09:42.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3321 | 2025-03-25T05:09:42.533Z | |
3322 | 2025-03-25T05:09:42.533Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (150/199) |
3323 | 2025-03-25T05:09:43.131Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3324 | 2025-03-25T05:09:43.134Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3325 | 2025-03-25T05:09:43.134Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3326 | 2025-03-25T05:09:43.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3327 | 2025-03-25T05:09:43.218Z | |
3328 | 2025-03-25T05:09:43.219Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (151/199) |
3329 | 2025-03-25T05:09:43.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3330 | 2025-03-25T05:09:43.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3331 | 2025-03-25T05:09:43.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3332 | 2025-03-25T05:09:43.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3333 | 2025-03-25T05:09:43.911Z | |
3334 | 2025-03-25T05:09:43.911Z | info: running `cargo check --bins` on nexus-test-interface (152/199) |
3335 | 2025-03-25T05:09:44.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3336 | 2025-03-25T05:09:44.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3337 | 2025-03-25T05:09:44.517Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3338 | 2025-03-25T05:09:44.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3339 | 2025-03-25T05:09:44.602Z | |
3340 | 2025-03-25T05:09:44.602Z | info: running `cargo check --bins` on oximeter-collector (153/199) |
3341 | 2025-03-25T05:09:45.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3342 | 2025-03-25T05:09:45.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3343 | 2025-03-25T05:09:45.320Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3344 | 2025-03-25T05:09:45.320Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3345 | 2025-03-25T05:09:46.187Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3346 | 2025-03-25T05:09:48.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.46s |
3347 | 2025-03-25T05:09:48.264Z | |
3348 | 2025-03-25T05:09:48.264Z | info: running `cargo check --bins` on oximeter-api (154/199) |
3349 | 2025-03-25T05:09:48.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2025-03-25T05:09:48.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2025-03-25T05:09:48.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3352 | 2025-03-25T05:09:48.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3353 | 2025-03-25T05:09:48.921Z | |
3354 | 2025-03-25T05:09:48.921Z | info: running `cargo check --bins` on cert-dev (155/199) |
3355 | 2025-03-25T05:09:49.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2025-03-25T05:09:49.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2025-03-25T05:09:49.556Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3358 | 2025-03-25T05:09:49.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
3359 | 2025-03-25T05:09:50.002Z | |
3360 | 2025-03-25T05:09:50.002Z | info: running `cargo check --bins` on clickana (156/199) |
3361 | 2025-03-25T05:09:50.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2025-03-25T05:09:50.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2025-03-25T05:09:50.673Z | Checking itertools v0.13.0 |
3364 | 2025-03-25T05:09:50.677Z | Checking castaway v0.2.3 |
3365 | 2025-03-25T05:09:50.677Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3366 | 2025-03-25T05:09:50.677Z | Checking lru v0.12.5 |
3367 | 2025-03-25T05:09:50.677Z | Compiling instability v0.3.2 |
3368 | 2025-03-25T05:09:50.677Z | Compiling indoc v2.0.6 |
3369 | 2025-03-25T05:09:50.677Z | Checking cassowary v0.3.0 |
3370 | 2025-03-25T05:09:50.904Z | Checking compact_str v0.8.0 |
3371 | 2025-03-25T05:09:52.401Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3372 | 2025-03-25T05:09:52.506Z | Checking unicode-truncate v1.1.0 |
3373 | 2025-03-25T05:09:52.671Z | Checking ratatui v0.29.0 |
3374 | 2025-03-25T05:09:54.492Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3375 | 2025-03-25T05:09:55.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.30s |
3376 | 2025-03-25T05:09:55.485Z | |
3377 | 2025-03-25T05:09:55.485Z | info: running `cargo check --bins` on clickhouse-cluster-dev (157/199) |
3378 | 2025-03-25T05:09:56.088Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3379 | 2025-03-25T05:09:56.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3380 | 2025-03-25T05:09:56.194Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3381 | 2025-03-25T05:09:56.194Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3382 | 2025-03-25T05:09:57.191Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3383 | 2025-03-25T05:09:57.640Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3384 | 2025-03-25T05:09:57.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
3385 | 2025-03-25T05:09:58.190Z | |
3386 | 2025-03-25T05:09:58.190Z | info: running `cargo check --bins` on ch-dev (158/199) |
3387 | 2025-03-25T05:09:58.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-03-25T05:09:58.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-03-25T05:09:58.868Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3390 | 2025-03-25T05:09:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3391 | 2025-03-25T05:09:59.775Z | |
3392 | 2025-03-25T05:09:59.775Z | info: running `cargo check --bins` on crdb-seed (159/199) |
3393 | 2025-03-25T05:10:00.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2025-03-25T05:10:00.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2025-03-25T05:10:00.443Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3396 | 2025-03-25T05:10:00.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3397 | 2025-03-25T05:10:00.985Z | |
3398 | 2025-03-25T05:10:00.985Z | info: running `cargo check --bins` on db-dev (160/199) |
3399 | 2025-03-25T05:10:01.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-03-25T05:10:01.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-03-25T05:10:01.663Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3402 | 2025-03-25T05:10:02.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3403 | 2025-03-25T05:10:02.577Z | |
3404 | 2025-03-25T05:10:02.577Z | info: running `cargo check --bins` on omicron-dev-lib (161/199) |
3405 | 2025-03-25T05:10:03.158Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-03-25T05:10:03.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-03-25T05:10:03.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2025-03-25T05:10:03.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3409 | 2025-03-25T05:10:03.242Z | |
3410 | 2025-03-25T05:10:03.242Z | info: running `cargo check --bins` on xtask-downloader (162/199) |
3411 | 2025-03-25T05:10:03.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-03-25T05:10:03.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-03-25T05:10:03.871Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3414 | 2025-03-25T05:10:04.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.44s |
3415 | 2025-03-25T05:10:04.866Z | |
3416 | 2025-03-25T05:10:04.866Z | info: running `cargo check --bins` on omicron-ls-apis (163/199) |
3417 | 2025-03-25T05:10:05.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3418 | 2025-03-25T05:10:05.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3419 | 2025-03-25T05:10:05.500Z | Checking cargo-platform v0.1.8 |
3420 | 2025-03-25T05:10:05.780Z | Checking cargo_metadata v0.19.2 |
3421 | 2025-03-25T05:10:06.752Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3422 | 2025-03-25T05:10:07.564Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
3423 | 2025-03-25T05:10:07.728Z | |
3424 | 2025-03-25T05:10:07.728Z | info: running `cargo check --bins` on mgs-dev (164/199) |
3425 | 2025-03-25T05:10:08.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3426 | 2025-03-25T05:10:08.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3427 | 2025-03-25T05:10:08.476Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3428 | 2025-03-25T05:10:09.901Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3429 | 2025-03-25T05:10:10.441Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3430 | 2025-03-25T05:10:10.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.23s |
3431 | 2025-03-25T05:10:11.167Z | |
3432 | 2025-03-25T05:10:11.167Z | info: running `cargo check --bins` on omicron-omdb (165/199) |
3433 | 2025-03-25T05:10:11.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3434 | 2025-03-25T05:10:11.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3435 | 2025-03-25T05:10:11.975Z | Compiling crunchy v0.2.2 |
3436 | 2025-03-25T05:10:11.978Z | Compiling tiny-keccak v2.0.2 |
3437 | 2025-03-25T05:10:11.978Z | Compiling dsl_auto_type v0.1.2 |
3438 | 2025-03-25T05:10:11.978Z | Checking scheduled-thread-pool v0.2.7 |
3439 | 2025-03-25T05:10:11.978Z | Compiling diesel_table_macro_syntax v0.2.0 |
3440 | 2025-03-25T05:10:12.096Z | Compiling bit-vec v0.6.3 |
3441 | 2025-03-25T05:10:12.155Z | Compiling ascii-canvas v3.0.0 |
3442 | 2025-03-25T05:10:12.159Z | Compiling ena v0.14.3 |
3443 | 2025-03-25T05:10:12.321Z | Checking r2d2 v0.8.10 |
3444 | 2025-03-25T05:10:12.418Z | Compiling regex-syntax v0.6.29 |
3445 | 2025-03-25T05:10:12.479Z | Compiling bit-set v0.5.3 |
3446 | 2025-03-25T05:10:12.516Z | Compiling diff v0.1.13 |
3447 | 2025-03-25T05:10:12.552Z | Compiling bindgen v0.71.1 |
3448 | 2025-03-25T05:10:12.619Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3449 | 2025-03-25T05:10:12.639Z | Compiling ref-cast v1.0.23 |
3450 | 2025-03-25T05:10:12.724Z | Compiling rustc-hash v2.1.1 |
3451 | 2025-03-25T05:10:12.836Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3452 | 2025-03-25T05:10:12.925Z | Compiling derive_builder_core v0.20.2 |
3453 | 2025-03-25T05:10:13.058Z | Compiling libxml v0.3.3 |
3454 | 2025-03-25T05:10:13.147Z | Compiling ref-cast-impl v1.0.23 |
3455 | 2025-03-25T05:10:13.200Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3456 | 2025-03-25T05:10:13.362Z | Compiling diesel_derives v2.2.3 |
3457 | 2025-03-25T05:10:13.456Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3458 | 2025-03-25T05:10:13.482Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3459 | 2025-03-25T05:10:13.672Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3460 | 2025-03-25T05:10:13.795Z | Compiling strum_macros v0.24.3 |
3461 | 2025-03-25T05:10:14.038Z | Compiling indoc v1.0.9 |
3462 | 2025-03-25T05:10:14.892Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3463 | 2025-03-25T05:10:15.012Z | Compiling derive_builder_macro v0.20.2 |
3464 | 2025-03-25T05:10:15.203Z | Compiling impl-trait-for-tuples v0.2.2 |
3465 | 2025-03-25T05:10:15.924Z | Compiling lalrpop v0.19.12 |
3466 | 2025-03-25T05:10:15.944Z | Checking derive_builder v0.20.2 |
3467 | 2025-03-25T05:10:16.124Z | Compiling oso-derive v0.27.3 |
3468 | 2025-03-25T05:10:16.353Z | Checking quick-xml v0.37.2 |
3469 | 2025-03-25T05:10:16.957Z | Compiling diesel-dtrace v0.4.2 |
3470 | 2025-03-25T05:10:17.113Z | Checking maplit v1.0.2 |
3471 | 2025-03-25T05:10:17.281Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3472 | 2025-03-25T05:10:17.374Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3473 | 2025-03-25T05:10:17.493Z | Checking bb8 v0.8.5 |
3474 | 2025-03-25T05:10:17.738Z | Checking io-lifetimes v1.0.11 |
3475 | 2025-03-25T05:10:17.939Z | Checking rustix v0.37.28 |
3476 | 2025-03-25T05:10:18.020Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3477 | 2025-03-25T05:10:18.346Z | Checking rand_seeder v0.3.0 |
3478 | 2025-03-25T05:10:18.401Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3479 | 2025-03-25T05:10:18.591Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3480 | 2025-03-25T05:10:18.793Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3481 | 2025-03-25T05:10:18.813Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3482 | 2025-03-25T05:10:18.946Z | Checking terminal_size v0.2.6 |
3483 | 2025-03-25T05:10:19.107Z | Checking is_ci v1.2.0 |
3484 | 2025-03-25T05:10:19.143Z | Checking smawk v0.3.2 |
3485 | 2025-03-25T05:10:19.261Z | Checking unicode-linebreak v0.1.5 |
3486 | 2025-03-25T05:10:19.364Z | Checking supports-color v3.0.2 |
3487 | 2025-03-25T05:10:19.596Z | Checking multimap v0.10.0 |
3488 | 2025-03-25T05:10:19.697Z | Checking textwrap v0.16.1 |
3489 | 2025-03-25T05:10:20.975Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3490 | 2025-03-25T05:10:21.922Z | Checking diesel v2.2.8 |
3491 | 2025-03-25T05:10:37.339Z | Compiling samael v0.0.18 |
3492 | 2025-03-25T05:10:54.479Z | Checking async-bb8-diesel v0.2.1 |
3493 | 2025-03-25T05:10:55.653Z | Compiling polar-core v0.27.3 |
3494 | 2025-03-25T05:11:02.689Z | Checking oso v0.27.3 |
3495 | 2025-03-25T05:12:01.652Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3496 | 2025-03-25T05:12:08.303Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
3497 | 2025-03-25T05:12:08.519Z | |
3498 | 2025-03-25T05:12:08.519Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (166/199) |
3499 | 2025-03-25T05:12:09.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3500 | 2025-03-25T05:12:09.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3501 | 2025-03-25T05:12:09.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3502 | 2025-03-25T05:12:09.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3503 | 2025-03-25T05:12:09.219Z | |
3504 | 2025-03-25T05:12:09.219Z | info: running `cargo check --bins` on nexus-saga-recovery (167/199) |
3505 | 2025-03-25T05:12:09.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3506 | 2025-03-25T05:12:09.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3507 | 2025-03-25T05:12:09.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3508 | 2025-03-25T05:12:09.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3509 | 2025-03-25T05:12:09.915Z | |
3510 | 2025-03-25T05:12:09.915Z | info: running `cargo check --bins` on nexus-test-utils-macros (168/199) |
3511 | 2025-03-25T05:12:10.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3512 | 2025-03-25T05:12:10.466Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3513 | 2025-03-25T05:12:10.466Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3514 | 2025-03-25T05:12:10.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3515 | 2025-03-25T05:12:10.541Z | |
3516 | 2025-03-25T05:12:10.541Z | info: running `cargo check --bins` on omicron-nexus (169/199) |
3517 | 2025-03-25T05:12:11.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3518 | 2025-03-25T05:12:11.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3519 | 2025-03-25T05:12:11.361Z | Compiling libz-sys v1.1.20 |
3520 | 2025-03-25T05:12:11.364Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3521 | 2025-03-25T05:12:11.495Z | Compiling vergen v8.3.2 |
3522 | 2025-03-25T05:12:11.499Z | Compiling cargo-platform v0.1.8 |
3523 | 2025-03-25T05:12:11.499Z | Compiling pin-project-internal v1.1.6 |
3524 | 2025-03-25T05:12:11.538Z | Compiling snafu-derive v0.8.5 |
3525 | 2025-03-25T05:12:11.542Z | Compiling rustls v0.21.12 |
3526 | 2025-03-25T05:12:11.573Z | Checking globset v0.4.15 |
3527 | 2025-03-25T05:12:11.797Z | Compiling cargo_metadata v0.18.1 |
3528 | 2025-03-25T05:12:11.862Z | Checking olpc-cjson v0.1.4 |
3529 | 2025-03-25T05:12:11.991Z | Checking rustls-webpki v0.101.7 |
3530 | 2025-03-25T05:12:12.050Z | Checking sct v0.7.1 |
3531 | 2025-03-25T05:12:12.096Z | Checking serde_plain v1.0.2 |
3532 | 2025-03-25T05:12:12.218Z | Checking typed-path v0.9.3 |
3533 | 2025-03-25T05:12:12.367Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3534 | 2025-03-25T05:12:12.438Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3535 | 2025-03-25T05:12:12.685Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3536 | 2025-03-25T05:12:12.742Z | Checking parse-size v1.1.0 |
3537 | 2025-03-25T05:12:12.991Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3538 | 2025-03-25T05:12:13.041Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3539 | 2025-03-25T05:12:13.904Z | Checking rustls-pemfile v1.0.4 |
3540 | 2025-03-25T05:12:13.998Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3541 | 2025-03-25T05:12:14.046Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3542 | 2025-03-25T05:12:14.098Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3543 | 2025-03-25T05:12:14.101Z | Checking pin-project v1.1.6 |
3544 | 2025-03-25T05:12:14.223Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3545 | 2025-03-25T05:12:14.409Z | Checking twox-hash v2.1.0 |
3546 | 2025-03-25T05:12:14.574Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
3547 | 2025-03-25T05:12:14.689Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3548 | 2025-03-25T05:12:14.966Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3549 | 2025-03-25T05:12:15.425Z | Checking tokio-rustls v0.24.1 |
3550 | 2025-03-25T05:12:15.804Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3551 | 2025-03-25T05:12:15.983Z | Checking snafu v0.8.5 |
3552 | 2025-03-25T05:12:16.312Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3553 | 2025-03-25T05:12:16.420Z | Checking tough v0.19.0 |
3554 | 2025-03-25T05:12:16.423Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3555 | 2025-03-25T05:12:16.632Z | Checking fatfs v0.3.6 |
3556 | 2025-03-25T05:12:16.692Z | Checking assert_matches v1.5.0 |
3557 | 2025-03-25T05:12:20.270Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3558 | 2025-03-25T05:12:21.413Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3559 | 2025-03-25T05:12:23.204Z | Compiling git2 v0.19.0 |
3560 | 2025-03-25T05:12:27.107Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
3561 | 2025-03-25T05:13:25.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
3562 | 2025-03-25T05:13:25.669Z | |
3563 | 2025-03-25T05:13:25.669Z | info: running `cargo check --bins` on nexus-external-api (170/199) |
3564 | 2025-03-25T05:13:26.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3565 | 2025-03-25T05:13:26.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3566 | 2025-03-25T05:13:26.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3567 | 2025-03-25T05:13:26.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3568 | 2025-03-25T05:13:26.398Z | |
3569 | 2025-03-25T05:13:26.398Z | info: running `cargo check --bins` on nexus-internal-api (171/199) |
3570 | 2025-03-25T05:13:26.994Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3571 | 2025-03-25T05:13:26.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3572 | 2025-03-25T05:13:26.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3573 | 2025-03-25T05:13:27.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3574 | 2025-03-25T05:13:27.080Z | |
3575 | 2025-03-25T05:13:27.080Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (172/199) |
3576 | 2025-03-25T05:13:27.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3577 | 2025-03-25T05:13:27.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3578 | 2025-03-25T05:13:27.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3579 | 2025-03-25T05:13:27.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3580 | 2025-03-25T05:13:27.785Z | |
3581 | 2025-03-25T05:13:27.785Z | info: running `cargo check --bins` on nexus-networking (173/199) |
3582 | 2025-03-25T05:13:28.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3583 | 2025-03-25T05:13:28.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3584 | 2025-03-25T05:13:28.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3585 | 2025-03-25T05:13:28.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3586 | 2025-03-25T05:13:28.498Z | |
3587 | 2025-03-25T05:13:28.498Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (174/199) |
3588 | 2025-03-25T05:13:29.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3589 | 2025-03-25T05:13:29.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3590 | 2025-03-25T05:13:29.115Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3591 | 2025-03-25T05:13:29.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3592 | 2025-03-25T05:13:29.200Z | |
3593 | 2025-03-25T05:13:29.200Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (175/199) |
3594 | 2025-03-25T05:13:29.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3595 | 2025-03-25T05:13:29.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3596 | 2025-03-25T05:13:29.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3597 | 2025-03-25T05:13:29.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3598 | 2025-03-25T05:13:29.899Z | |
3599 | 2025-03-25T05:13:29.899Z | info: running `cargo check --bins` on update-common (176/199) |
3600 | 2025-03-25T05:13:30.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3601 | 2025-03-25T05:13:30.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3602 | 2025-03-25T05:13:30.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3603 | 2025-03-25T05:13:30.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3604 | 2025-03-25T05:13:30.569Z | |
3605 | 2025-03-25T05:13:30.569Z | info: running `cargo check --bins` on omicron-dev (177/199) |
3606 | 2025-03-25T05:13:31.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3607 | 2025-03-25T05:13:31.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3608 | 2025-03-25T05:13:31.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3609 | 2025-03-25T05:13:31.460Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3610 | 2025-03-25T05:13:31.602Z | Checking diff v0.1.13 |
3611 | 2025-03-25T05:13:31.602Z | Checking yansi v1.0.1 |
3612 | 2025-03-25T05:13:31.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3613 | 2025-03-25T05:13:31.605Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3614 | 2025-03-25T05:13:32.064Z | Checking pretty_assertions v1.4.1 |
3615 | 2025-03-25T05:13:32.636Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3616 | 2025-03-25T05:13:59.118Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3617 | 2025-03-25T05:13:59.118Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3618 | 2025-03-25T05:13:59.121Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3619 | 2025-03-25T05:13:59.121Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3620 | 2025-03-25T05:13:59.121Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3621 | 2025-03-25T05:13:59.121Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3622 | 2025-03-25T05:14:00.024Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3623 | 2025-03-25T05:14:01.178Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3624 | 2025-03-25T05:14:42.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3625 | 2025-03-25T05:14:42.604Z | |
3626 | 2025-03-25T05:14:42.604Z | info: running `cargo check --bins` on openapi-manager (178/199) |
3627 | 2025-03-25T05:14:43.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3628 | 2025-03-25T05:14:43.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3629 | 2025-03-25T05:14:43.336Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3630 | 2025-03-25T05:14:43.339Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3631 | 2025-03-25T05:14:43.340Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3632 | 2025-03-25T05:14:43.471Z | Compiling proc-macro-error-attr2 v2.0.0 |
3633 | 2025-03-25T05:14:43.483Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3634 | 2025-03-25T05:14:43.486Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3635 | 2025-03-25T05:14:43.510Z | Checking papergrid v0.14.0 |
3636 | 2025-03-25T05:14:43.513Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3637 | 2025-03-25T05:14:43.715Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3638 | 2025-03-25T05:14:43.804Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3639 | 2025-03-25T05:14:44.107Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3640 | 2025-03-25T05:14:44.186Z | Compiling proc-macro-error2 v2.0.1 |
3641 | 2025-03-25T05:14:44.814Z | Compiling tabled_derive v0.10.0 |
3642 | 2025-03-25T05:14:44.907Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
3643 | 2025-03-25T05:14:45.231Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3644 | 2025-03-25T05:14:45.247Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3645 | 2025-03-25T05:14:45.250Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3646 | 2025-03-25T05:14:45.698Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3647 | 2025-03-25T05:14:46.237Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3648 | 2025-03-25T05:14:46.255Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3649 | 2025-03-25T05:14:46.646Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3650 | 2025-03-25T05:14:47.187Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3651 | 2025-03-25T05:14:47.260Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3652 | 2025-03-25T05:14:47.372Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3653 | 2025-03-25T05:14:47.422Z | Checking tabled v0.18.0 |
3654 | 2025-03-25T05:14:47.646Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3655 | 2025-03-25T05:14:47.795Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3656 | 2025-03-25T05:14:48.007Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3657 | 2025-03-25T05:14:49.494Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3658 | 2025-03-25T05:14:49.498Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3659 | 2025-03-25T05:14:52.609Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3660 | 2025-03-25T05:14:54.143Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3661 | 2025-03-25T05:14:58.295Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3662 | 2025-03-25T05:14:58.295Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3663 | 2025-03-25T05:14:59.532Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3664 | 2025-03-25T05:15:00.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.31s |
3665 | 2025-03-25T05:15:01.121Z | |
3666 | 2025-03-25T05:15:01.121Z | info: running `cargo check --bins` on installinator-api (179/199) |
3667 | 2025-03-25T05:15:01.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3668 | 2025-03-25T05:15:01.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3669 | 2025-03-25T05:15:01.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3670 | 2025-03-25T05:15:01.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3671 | 2025-03-25T05:15:01.794Z | |
3672 | 2025-03-25T05:15:01.794Z | info: running `cargo check --bins` on wicketd-api (180/199) |
3673 | 2025-03-25T05:15:02.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3674 | 2025-03-25T05:15:02.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3675 | 2025-03-25T05:15:02.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3676 | 2025-03-25T05:15:02.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3677 | 2025-03-25T05:15:02.474Z | |
3678 | 2025-03-25T05:15:02.474Z | info: running `cargo check --bins` on omicron-pins (181/199) |
3679 | 2025-03-25T05:15:03.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3680 | 2025-03-25T05:15:03.030Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3681 | 2025-03-25T05:15:03.030Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3682 | 2025-03-25T05:15:03.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3683 | 2025-03-25T05:15:03.106Z | |
3684 | 2025-03-25T05:15:03.106Z | info: running `cargo check --bins` on reconfigurator-cli (182/199) |
3685 | 2025-03-25T05:15:03.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3686 | 2025-03-25T05:15:03.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3687 | 2025-03-25T05:15:03.831Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3688 | 2025-03-25T05:15:03.831Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3689 | 2025-03-25T05:15:03.834Z | Compiling petname v2.0.2 |
3690 | 2025-03-25T05:15:03.834Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3691 | 2025-03-25T05:15:03.834Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3692 | 2025-03-25T05:15:03.834Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3693 | 2025-03-25T05:15:03.963Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3694 | 2025-03-25T05:15:03.988Z | Checking sync-ptr v0.1.1 |
3695 | 2025-03-25T05:15:08.920Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3696 | 2025-03-25T05:15:09.524Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3697 | 2025-03-25T05:15:10.690Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3698 | 2025-03-25T05:15:12.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.12s |
3699 | 2025-03-25T05:15:12.430Z | |
3700 | 2025-03-25T05:15:12.430Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (183/199) |
3701 | 2025-03-25T05:15:13.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3702 | 2025-03-25T05:15:13.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3703 | 2025-03-25T05:15:13.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3704 | 2025-03-25T05:15:13.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3705 | 2025-03-25T05:15:13.128Z | |
3706 | 2025-03-25T05:15:13.128Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (184/199) |
3707 | 2025-03-25T05:15:13.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3708 | 2025-03-25T05:15:13.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3709 | 2025-03-25T05:15:13.879Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3710 | 2025-03-25T05:15:14.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
3711 | 2025-03-25T05:15:15.015Z | |
3712 | 2025-03-25T05:15:15.015Z | info: running `cargo check --bins` on omicron-releng (185/199) |
3713 | 2025-03-25T05:15:15.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3714 | 2025-03-25T05:15:15.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3715 | 2025-03-25T05:15:15.681Z | Checking memmap2 v0.9.5 |
3716 | 2025-03-25T05:15:15.681Z | Checking arrayvec v0.7.6 |
3717 | 2025-03-25T05:15:15.685Z | Checking arrayref v0.3.9 |
3718 | 2025-03-25T05:15:15.685Z | Checking constant_time_eq v0.3.1 |
3719 | 2025-03-25T05:15:15.685Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3720 | 2025-03-25T05:15:15.685Z | Checking topological-sort v0.2.2 |
3721 | 2025-03-25T05:15:15.790Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3722 | 2025-03-25T05:15:15.793Z | Checking shell-words v1.1.0 |
3723 | 2025-03-25T05:15:16.070Z | Checking blake3 v1.5.4 |
3724 | 2025-03-25T05:15:16.218Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
3725 | 2025-03-25T05:15:16.412Z | Checking omicron-zone-package v0.12.0 |
3726 | 2025-03-25T05:15:17.558Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3727 | 2025-03-25T05:15:18.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s |
3728 | 2025-03-25T05:15:18.552Z | |
3729 | 2025-03-25T05:15:18.552Z | info: running `cargo check --bins` on xtask (186/199) |
3730 | 2025-03-25T05:15:18.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-03-25T05:15:18.989Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-03-25T05:15:19.002Z | Checking bitflags v2.6.0 |
3733 | 2025-03-25T05:15:19.006Z | Checking serde v1.0.218 |
3734 | 2025-03-25T05:15:19.006Z | Checking thiserror v1.0.69 |
3735 | 2025-03-25T05:15:19.096Z | Checking scroll v0.12.0 |
3736 | 2025-03-25T05:15:19.100Z | Checking log v0.4.22 |
3737 | 2025-03-25T05:15:19.114Z | Checking hashbrown v0.15.1 |
3738 | 2025-03-25T05:15:19.117Z | Checking zerocopy v0.7.35 |
3739 | 2025-03-25T05:15:19.138Z | Checking syn v2.0.98 |
3740 | 2025-03-25T05:15:19.199Z | Checking pest v2.7.14 |
3741 | 2025-03-25T05:15:19.338Z | Checking rustix v0.38.37 |
3742 | 2025-03-25T05:15:19.352Z | Checking once_cell v1.20.3 |
3743 | 2025-03-25T05:15:19.536Z | Checking goblin v0.8.2 |
3744 | 2025-03-25T05:15:19.649Z | Checking thiserror v2.0.12 |
3745 | 2025-03-25T05:15:19.807Z | Checking fs-err v2.11.0 |
3746 | 2025-03-25T05:15:20.060Z | Checking indexmap v2.7.1 |
3747 | 2025-03-25T05:15:20.105Z | Checking anyhow v1.0.97 |
3748 | 2025-03-25T05:15:20.281Z | Checking tabled v0.15.0 |
3749 | 2025-03-25T05:15:21.134Z | Checking terminal_size v0.4.0 |
3750 | 2025-03-25T05:15:21.134Z | Checking tempfile v3.13.0 |
3751 | 2025-03-25T05:15:21.291Z | Checking clap_builder v4.5.32 |
3752 | 2025-03-25T05:15:21.653Z | Checking dtrace-parser v0.2.0 |
3753 | 2025-03-25T05:15:22.767Z | Checking serde_json v1.0.139 |
3754 | 2025-03-25T05:15:22.767Z | Checking toml_datetime v0.6.8 |
3755 | 2025-03-25T05:15:22.771Z | Checking serde_spanned v0.6.8 |
3756 | 2025-03-25T05:15:22.771Z | Checking camino v1.1.9 |
3757 | 2025-03-25T05:15:22.839Z | Checking semver v1.0.25 |
3758 | 2025-03-25T05:15:23.003Z | Checking cargo-platform v0.1.8 |
3759 | 2025-03-25T05:15:23.113Z | Checking toml_edit v0.22.24 |
3760 | 2025-03-25T05:15:23.258Z | Checking macaddr v1.0.1 |
3761 | 2025-03-25T05:15:23.307Z | Checking camino-tempfile v1.1.1 |
3762 | 2025-03-25T05:15:23.690Z | Checking clap v4.5.32 |
3763 | 2025-03-25T05:15:23.998Z | Checking dof v0.3.0 |
3764 | 2025-03-25T05:15:23.998Z | Checking cargo_metadata v0.19.2 |
3765 | 2025-03-25T05:15:24.390Z | Checking usdt-impl v0.5.0 |
3766 | 2025-03-25T05:15:24.734Z | Checking usdt v0.5.0 |
3767 | 2025-03-25T05:15:24.974Z | Checking toml v0.8.20 |
3768 | 2025-03-25T05:15:25.405Z | Checking cargo_toml v0.21.0 |
3769 | 2025-03-25T05:15:26.522Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3770 | 2025-03-25T05:15:27.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.59s |
3771 | 2025-03-25T05:15:27.253Z | |
3772 | 2025-03-25T05:15:27.253Z | info: running `cargo check --bins` on end-to-end-tests (187/199) |
3773 | 2025-03-25T05:15:27.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3774 | 2025-03-25T05:15:27.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3775 | 2025-03-25T05:15:28.037Z | Checking polyval v0.6.2 |
3776 | 2025-03-25T05:15:28.155Z | Checking ctr v0.9.2 |
3777 | 2025-03-25T05:15:28.166Z | Checking ssh-encoding v0.2.0 |
3778 | 2025-03-25T05:15:28.169Z | Checking blowfish v0.9.1 |
3779 | 2025-03-25T05:15:28.191Z | Checking password-hash v0.4.2 |
3780 | 2025-03-25T05:15:28.202Z | Checking p521 v0.13.3 |
3781 | 2025-03-25T05:15:28.206Z | Checking p256 v0.13.2 |
3782 | 2025-03-25T05:15:28.235Z | Checking russh-cryptovec v0.7.3 |
3783 | 2025-03-25T05:15:28.389Z | Checking ghash v0.5.1 |
3784 | 2025-03-25T05:15:28.408Z | Checking bcrypt-pbkdf v0.10.0 |
3785 | 2025-03-25T05:15:28.412Z | Checking md5 v0.7.0 |
3786 | 2025-03-25T05:15:28.452Z | Checking num-bigint v0.4.6 |
3787 | 2025-03-25T05:15:28.452Z | Checking des v0.8.1 |
3788 | 2025-03-25T05:15:28.559Z | Checking aes-gcm v0.10.3 |
3789 | 2025-03-25T05:15:28.577Z | Checking pbkdf2 v0.11.0 |
3790 | 2025-03-25T05:15:28.654Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3791 | 2025-03-25T05:15:28.682Z | Checking hex-literal v0.4.1 |
3792 | 2025-03-25T05:15:28.714Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3793 | 2025-03-25T05:15:28.740Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3794 | 2025-03-25T05:15:28.790Z | Checking ssh-cipher v0.2.0 |
3795 | 2025-03-25T05:15:28.825Z | Checking internet-checksum v0.2.1 |
3796 | 2025-03-25T05:15:29.075Z | Checking ssh-key v0.6.6 |
3797 | 2025-03-25T05:15:29.285Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
3798 | 2025-03-25T05:15:30.123Z | Checking russh-keys v0.45.0 |
3799 | 2025-03-25T05:15:30.964Z | Checking russh v0.45.0 |
3800 | 2025-03-25T05:15:49.121Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3801 | 2025-03-25T05:15:50.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.19s |
3802 | 2025-03-25T05:15:50.666Z | |
3803 | 2025-03-25T05:15:50.666Z | info: running `cargo check --bins` on gateway-cli (188/199) |
3804 | 2025-03-25T05:15:51.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3805 | 2025-03-25T05:15:51.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3806 | 2025-03-25T05:15:51.333Z | Checking termios v0.3.3 |
3807 | 2025-03-25T05:15:51.667Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3808 | 2025-03-25T05:15:52.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3809 | 2025-03-25T05:15:52.536Z | |
3810 | 2025-03-25T05:15:52.536Z | info: running `cargo check --bins --no-default-features` on installinator (189/199) |
3811 | 2025-03-25T05:15:53.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-03-25T05:15:53.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-03-25T05:15:53.260Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3814 | 2025-03-25T05:15:53.260Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3815 | 2025-03-25T05:15:53.263Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3816 | 2025-03-25T05:15:53.263Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3817 | 2025-03-25T05:15:54.256Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3818 | 2025-03-25T05:15:55.497Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3819 | 2025-03-25T05:15:57.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.71s |
3820 | 2025-03-25T05:15:57.460Z | |
3821 | 2025-03-25T05:15:57.460Z | info: running `cargo check --bins` on internal-dns-cli (190/199) |
3822 | 2025-03-25T05:15:58.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3823 | 2025-03-25T05:15:58.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3824 | 2025-03-25T05:15:58.128Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3825 | 2025-03-25T05:15:58.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3826 | 2025-03-25T05:15:58.775Z | |
3827 | 2025-03-25T05:15:58.775Z | info: running `cargo check --bins` on omicron-live-tests (191/199) |
3828 | 2025-03-25T05:15:59.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3829 | 2025-03-25T05:15:59.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3830 | 2025-03-25T05:15:59.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3831 | 2025-03-25T05:15:59.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3832 | 2025-03-25T05:15:59.404Z | |
3833 | 2025-03-25T05:15:59.404Z | info: running `cargo check --bins` on live-tests-macros (192/199) |
3834 | 2025-03-25T05:15:59.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3835 | 2025-03-25T05:15:59.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3836 | 2025-03-25T05:15:59.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3837 | 2025-03-25T05:15:59.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3838 | 2025-03-25T05:16:00.046Z | |
3839 | 2025-03-25T05:16:00.046Z | info: running `cargo check --bins` on nexus-mgs-updates (193/199) |
3840 | 2025-03-25T05:16:00.603Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3841 | 2025-03-25T05:16:00.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3842 | 2025-03-25T05:16:00.606Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3843 | 2025-03-25T05:16:00.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3844 | 2025-03-25T05:16:00.683Z | |
3845 | 2025-03-25T05:16:00.683Z | info: running `cargo check --bins` on omicron-package (194/199) |
3846 | 2025-03-25T05:16:01.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3847 | 2025-03-25T05:16:01.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3848 | 2025-03-25T05:16:01.373Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3849 | 2025-03-25T05:16:02.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3850 | 2025-03-25T05:16:02.904Z | |
3851 | 2025-03-25T05:16:02.905Z | info: running `cargo check --bins` on wicket-dbg (195/199) |
3852 | 2025-03-25T05:16:03.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3853 | 2025-03-25T05:16:03.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3854 | 2025-03-25T05:16:03.625Z | Checking rtoolbox v0.0.2 |
3855 | 2025-03-25T05:16:03.628Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3856 | 2025-03-25T05:16:03.629Z | Checking tui-tree-widget v0.23.0 |
3857 | 2025-03-25T05:16:03.878Z | Checking rpassword v7.3.1 |
3858 | 2025-03-25T05:16:08.310Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3859 | 2025-03-25T05:16:11.093Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3860 | 2025-03-25T05:16:12.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.31s |
3861 | 2025-03-25T05:16:12.432Z | |
3862 | 2025-03-25T05:16:12.432Z | info: running `cargo check --bins` on wicket (196/199) |
3863 | 2025-03-25T05:16:13.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-03-25T05:16:13.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-03-25T05:16:13.156Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3866 | 2025-03-25T05:16:13.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3867 | 2025-03-25T05:16:13.774Z | |
3868 | 2025-03-25T05:16:13.774Z | info: running `cargo check --bins` on wicketd (197/199) |
3869 | 2025-03-25T05:16:14.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3870 | 2025-03-25T05:16:14.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3871 | 2025-03-25T05:16:14.505Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3872 | 2025-03-25T05:16:14.509Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3873 | 2025-03-25T05:16:15.328Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3874 | 2025-03-25T05:16:19.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.33s |
3875 | 2025-03-25T05:16:19.316Z | |
3876 | 2025-03-25T05:16:19.316Z | info: running `cargo check --bins` on omicron-workspace-hack (198/199) |
3877 | 2025-03-25T05:16:19.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3878 | 2025-03-25T05:16:19.875Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3879 | 2025-03-25T05:16:19.875Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3880 | 2025-03-25T05:16:19.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3881 | 2025-03-25T05:16:19.952Z | |
3882 | 2025-03-25T05:16:19.952Z | info: running `cargo check --bins` on zone-setup (199/199) |
3883 | 2025-03-25T05:16:20.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3884 | 2025-03-25T05:16:20.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3885 | 2025-03-25T05:16:20.646Z | Checking uzers v0.12.1 |
3886 | 2025-03-25T05:16:20.993Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3887 | 2025-03-25T05:16:21.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.99s |
3888 | 2025-03-25T05:16:22.152Z | |
3889 | 2025-03-25T05:16:22.152Z | real 13:41.566736610 |
3890 | 2025-03-25T05:16:22.152Z | user 27:56.469404055 |
3891 | 2025-03-25T05:16:22.152Z | sys 4:17.504217033 |
3892 | 2025-03-25T05:16:22.153Z | trap 0.573485683 |
3893 | 2025-03-25T05:16:22.153Z | tflt 0.469284901 |
3894 | 2025-03-25T05:16:22.153Z | dflt 1.547579891 |
3895 | 2025-03-25T05:16:22.153Z | kflt 0.001053810 |
3896 | 2025-03-25T05:16:22.156Z | lock 47:53.635360768 |
3897 | 2025-03-25T05:16:22.156Z | slp 2:13:51.893134235 |
3898 | 2025-03-25T05:16:22.156Z | lat 1:09.489789411 |
3899 | 2025-03-25T05:16:22.156Z | stop 3:50.197494308 |
3900 | 2025-03-25T05:16:22.156Z | process exited: duration 1121216 ms, exit code 0 |
|
3901 | 2025-03-25T05:16:22.165Z | found 0 output files |