|
|
|
1 | 2025-07-17T20:30:04.274Z | job assigned to worker 01K0D173PF3X5PR8QWEHKV1V64 [factory aws, i-0492ab25924e52020] (queued for 1 m 0 s) |
|
2 | 2025-07-17T20:30:13.182Z | starting task 0: "setup" |
3 | 2025-07-17T20:30:13.216Z | ++ uname -s |
4 | 2025-07-17T20:30:13.216Z | + kern=SunOS |
5 | 2025-07-17T20:30:13.216Z | + build_user=build |
6 | 2025-07-17T20:30:13.217Z | + build_uid=12345 |
7 | 2025-07-17T20:30:13.217Z | + work_dir=/work |
8 | 2025-07-17T20:30:13.217Z | + input_dir=/input |
9 | 2025-07-17T20:30:13.217Z | + [[ 0 == 12345 ]] |
10 | 2025-07-17T20:30:13.217Z | + case "$kern" in |
11 | 2025-07-17T20:30:13.217Z | + groupadd -g 12345 build |
12 | 2025-07-17T20:30:13.217Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-17T20:30:15.200Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-17T20:30:15.320Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-17T20:30:15.325Z | + home_fs=zfs |
16 | 2025-07-17T20:30:15.325Z | + [[ zfs == autofs ]] |
17 | 2025-07-17T20:30:15.325Z | + mkdir -p /home/build |
18 | 2025-07-17T20:30:15.325Z | + chown build:build /home/build /work |
19 | 2025-07-17T20:30:17.328Z | + chmod 0700 /home/build /work |
20 | 2025-07-17T20:30:17.332Z | process exited: duration 4157 ms, exit code 0 |
|
21 | 2025-07-17T20:30:17.338Z | starting task 1: "rust-toolchain" |
22 | 2025-07-17T20:30:17.344Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-17T20:30:17.344Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-17T20:30:17.344Z | * rust toolchain channel = "1.88.0" |
25 | 2025-07-17T20:30:17.344Z | * rust toolchain profile = "default" |
26 | 2025-07-17T20:30:17.344Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-17T20:30:17.344Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-17T20:30:17.347Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-17T20:30:17.347Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-17T20:30:17.467Z | info: downloading installer |
31 | 2025-07-17T20:30:18.788Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-17T20:30:18.788Z | warn: /opt/ooce/bin |
33 | 2025-07-17T20:30:18.788Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-17T20:30:18.788Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-17T20:30:18.788Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-17T20:30:18.788Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-17T20:30:18.789Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-17T20:30:18.789Z | error: cannot install while Rust is installed |
39 | 2025-07-17T20:30:18.789Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-17T20:30:18.817Z | info: profile set to 'default' |
41 | 2025-07-17T20:30:18.818Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-17T20:30:18.821Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-17T20:30:18.993Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-17T20:30:18.993Z | info: downloading component 'cargo' |
45 | 2025-07-17T20:30:19.827Z | info: downloading component 'clippy' |
46 | 2025-07-17T20:30:20.218Z | info: downloading component 'rust-docs' |
47 | 2025-07-17T20:30:21.507Z | info: downloading component 'rust-std' |
48 | 2025-07-17T20:30:23.382Z | info: downloading component 'rustc' |
49 | 2025-07-17T20:30:31.142Z | info: downloading component 'rustfmt' |
50 | 2025-07-17T20:30:31.394Z | info: installing component 'cargo' |
51 | 2025-07-17T20:30:32.267Z | info: installing component 'clippy' |
52 | 2025-07-17T20:30:32.659Z | info: installing component 'rust-docs' |
53 | 2025-07-17T20:30:34.490Z | info: installing component 'rust-std' |
54 | 2025-07-17T20:30:36.227Z | info: installing component 'rustc' |
55 | 2025-07-17T20:30:42.712Z | info: installing component 'rustfmt' |
56 | 2025-07-17T20:30:43.043Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-17T20:30:43.043Z | |
58 | 2025-07-17T20:30:43.466Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-17T20:30:43.466Z | |
60 | 2025-07-17T20:30:43.469Z | |
61 | 2025-07-17T20:30:43.469Z | Rust is installed now. Great! |
62 | 2025-07-17T20:30:43.469Z | |
63 | 2025-07-17T20:30:43.469Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-17T20:30:43.470Z | environment variable. This has not been done automatically. |
65 | 2025-07-17T20:30:43.470Z | |
66 | 2025-07-17T20:30:43.470Z | To configure your current shell, you need to source |
67 | 2025-07-17T20:30:43.470Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-17T20:30:43.470Z | |
69 | 2025-07-17T20:30:43.470Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-17T20:30:43.470Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-17T20:30:43.470Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-17T20:30:43.470Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-17T20:30:43.553Z | + rustup --version |
74 | 2025-07-17T20:30:43.565Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-17T20:30:43.568Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-17T20:30:43.642Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-17T20:30:43.646Z | + cargo --version |
78 | 2025-07-17T20:30:43.705Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-17T20:30:43.708Z | + rustc --version |
80 | 2025-07-17T20:30:43.776Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-17T20:30:43.783Z | process exited: duration 26440 ms, exit code 0 |
|
82 | 2025-07-17T20:30:43.789Z | starting task 2: "authentication" |
83 | 2025-07-17T20:30:43.817Z | process exited: duration 27 ms, exit code 0 |
|
84 | 2025-07-17T20:30:43.825Z | starting task 3: "clone repository" |
85 | 2025-07-17T20:30:43.830Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-17T20:30:43.833Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-17T20:30:43.907Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-17T20:30:53.013Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-17T20:30:53.013Z | + git fetch origin a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
90 | 2025-07-17T20:30:53.346Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-17T20:30:53.346Z | * branch a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 -> FETCH_HEAD |
92 | 2025-07-17T20:30:53.356Z | + [[ -n sudomateo/wuxkwlxksyvk ]] |
93 | 2025-07-17T20:30:53.359Z | ++ git branch --show-current |
94 | 2025-07-17T20:30:53.362Z | + current=main |
95 | 2025-07-17T20:30:53.362Z | + [[ main != sudomateo/wuxkwlxksyvk ]] |
96 | 2025-07-17T20:30:53.362Z | + git branch -f sudomateo/wuxkwlxksyvk a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
97 | 2025-07-17T20:30:53.365Z | + git checkout -f sudomateo/wuxkwlxksyvk |
98 | 2025-07-17T20:30:53.591Z | Switched to branch 'sudomateo/wuxkwlxksyvk' |
99 | 2025-07-17T20:30:53.594Z | + git reset --hard a8a7d9bbc9af4476a9c25cbcb76bedb46f4ada71 |
100 | 2025-07-17T20:30:53.623Z | HEAD is now at a8a7d9bbc nexus: add null test in `switch_port_settings_route_config` integration tests |
101 | 2025-07-17T20:30:53.626Z | process exited: duration 9799 ms, exit code 0 |
|
102 | 2025-07-17T20:30:53.633Z | starting task 4: "build" |
103 | 2025-07-17T20:30:53.638Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-17T20:30:53.638Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-17T20:30:53.638Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-17T20:30:53.638Z | + cargo --version |
107 | 2025-07-17T20:30:53.693Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-17T20:30:53.697Z | + rustc --version |
109 | 2025-07-17T20:30:53.762Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-17T20:30:53.765Z | + source ./env.sh |
111 | 2025-07-17T20:30:53.765Z | ++ OLD_SHELL_OPTS=ehxB |
112 | 2025-07-17T20:30:53.765Z | ++ set -o xtrace |
113 | 2025-07-17T20:30:53.771Z | ++++ dirname ./env.sh |
114 | 2025-07-17T20:30:53.775Z | +++ readlink -f . |
115 | 2025-07-17T20:30:53.775Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
116 | 2025-07-17T20:30:53.775Z | ++ 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-07-17T20:30:53.775Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ 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-07-17T20:30:53.776Z | ++ case $OLD_SHELL_OPTS in |
125 | 2025-07-17T20:30:53.776Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
126 | 2025-07-17T20:30:53.776Z | + 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-07-17T20:30:53.776Z | + 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-07-17T20:30:53.776Z | + banner prerequisites |
129 | 2025-07-17T20:30:53.779Z | |
130 | 2025-07-17T20:30:53.779Z | ##### ##### ###### ##### ###### #### # # # #### # |
131 | 2025-07-17T20:30:53.779Z | # # # # # # # # # # # # # # # |
132 | 2025-07-17T20:30:53.779Z | # # # # ##### # # ##### # # # # # #### # |
133 | 2025-07-17T20:30:53.780Z | ##### ##### # ##### # # # # # # # # # |
134 | 2025-07-17T20:30:53.780Z | # # # # # # # # # # # # # # # |
135 | 2025-07-17T20:30:53.780Z | # # # ###### # # ###### ### # #### # #### # |
136 | 2025-07-17T20:30:53.780Z | |
137 | 2025-07-17T20:30:53.780Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
138 | 2025-07-17T20:31:05.315Z | Startup: Refreshing catalog 'helios-dev' ... Done |
139 | 2025-07-17T20:31:12.723Z | Startup: Caching catalogs ... Done |
140 | 2025-07-17T20:31:17.473Z | Planning: Solver setup ... Done (3.573s) |
141 | 2025-07-17T20:31:17.506Z | Planning: Running solver ... Done (0.033s) |
142 | 2025-07-17T20:31:17.596Z | Planning: Finding local manifests ... Done (0.004s) |
143 | 2025-07-17T20:31:17.626Z | Planning: Fetching manifests: 0/4 0% complete |
144 | 2025-07-17T20:31:18.201Z | Planning: Fetching manifests: 4/4 100% complete |
145 | 2025-07-17T20:31:18.250Z | Planning: Package planning ... Done (0.048s) |
146 | 2025-07-17T20:31:18.303Z | Planning: Merging actions ... Done (0.052s) |
147 | 2025-07-17T20:31:18.903Z | Planning: Checking for conflicting actions ... Done (0.602s) |
148 | 2025-07-17T20:31:18.920Z | Planning: Consolidating action changes ... Done (0.011s) |
149 | 2025-07-17T20:31:22.966Z | Planning: Evaluating mediators ... Done (4.050s) |
150 | 2025-07-17T20:31:22.976Z | Planning: Planning completed in 10.13 seconds |
151 | 2025-07-17T20:31:23.058Z | Packages to install: 4 |
152 | 2025-07-17T20:31:23.058Z | Mediators to change: 2 |
153 | 2025-07-17T20:31:23.061Z | Services to change: 1 |
154 | 2025-07-17T20:31:23.061Z | Estimated space available: 155.51 GB |
155 | 2025-07-17T20:31:23.061Z | Estimated space to be consumed: 1.70 GB |
156 | 2025-07-17T20:31:23.061Z | Create boot environment: No |
157 | 2025-07-17T20:31:23.061Z | Create backup boot environment: No |
158 | 2025-07-17T20:31:23.061Z | Rebuild boot archive: No |
159 | 2025-07-17T20:31:23.062Z | |
160 | 2025-07-17T20:31:23.062Z | Changed mediators: |
161 | 2025-07-17T20:31:23.062Z | mediator clang: |
162 | 2025-07-17T20:31:23.062Z | version: None -> 15 (system default) |
163 | 2025-07-17T20:31:23.062Z | |
164 | 2025-07-17T20:31:23.062Z | mediator llvm: |
165 | 2025-07-17T20:31:23.062Z | version: 14 (system default) -> 15 (system default) |
166 | 2025-07-17T20:31:23.062Z | |
167 | 2025-07-17T20:31:23.062Z | Changed packages: |
168 | 2025-07-17T20:31:23.062Z | helios-dev |
169 | 2025-07-17T20:31:23.062Z | developer/build-essential |
170 | 2025-07-17T20:31:23.062Z | None -> 11-2.0 |
171 | 2025-07-17T20:31:23.062Z | library/libxmlsec1 |
172 | 2025-07-17T20:31:23.062Z | None -> 1.2.35-2.0 |
173 | 2025-07-17T20:31:23.062Z | ooce/developer/clang-15 |
174 | 2025-07-17T20:31:23.062Z | None -> 15.0.7-2.0 |
175 | 2025-07-17T20:31:23.062Z | ooce/developer/llvm-15 |
176 | 2025-07-17T20:31:23.062Z | None -> 15.0.7-2.0 |
177 | 2025-07-17T20:31:23.062Z | |
178 | 2025-07-17T20:31:23.062Z | Services: |
179 | 2025-07-17T20:31:23.062Z | restart_fmri: |
180 | 2025-07-17T20:31:23.062Z | svc:/system/update-man-index:default |
181 | 2025-07-17T20:31:23.260Z | |
182 | 2025-07-17T20:31:23.260Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
183 | 2025-07-17T20:31:28.260Z | Download: 923/3290 items 18.8/212.6MB 8% complete (3.8M/s) |
184 | 2025-07-17T20:31:33.653Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (12.2M/s) |
185 | 2025-07-17T20:31:37.243Z | Download: Completed 212.60 MB in 13.98 seconds (15.2M/s) |
186 | 2025-07-17T20:31:37.542Z | Actions: 1/3689 actions (Installing new actions) |
187 | 2025-07-17T20:31:42.328Z | Actions: Completed 3689 actions in 4.79 seconds. |
188 | 2025-07-17T20:31:42.672Z | Done (0.340s) |
189 | 2025-07-17T20:31:42.672Z | Done (0.000s) |
190 | 2025-07-17T20:31:43.524Z | Done (0.851s) |
191 | 2025-07-17T20:31:49.117Z | Done (5.280s) |
192 | 2025-07-17T20:31:49.212Z | Done (0.023s) |
193 | 2025-07-17T20:31:49.215Z | Done (0.000s) |
194 | 2025-07-17T20:31:49.364Z | Done (0.000s) |
195 | 2025-07-17T20:31:50.209Z | Planning: Evaluating mediator changes ... Done |
196 | 2025-07-17T20:31:50.376Z | Planning: Checking for conflicting actions ... Done |
197 | 2025-07-17T20:31:50.379Z | Planning: Consolidating action changes ... Done |
198 | 2025-07-17T20:31:50.650Z | Planning: Evaluating mediators ... Done |
199 | 2025-07-17T20:31:50.654Z | Planning: Planning completed in 0.44 seconds |
200 | 2025-07-17T20:31:50.685Z | Mediators to change: 2 |
201 | 2025-07-17T20:31:50.688Z | Create boot environment: No |
202 | 2025-07-17T20:31:50.688Z | Create backup boot environment: No |
203 | 2025-07-17T20:31:50.769Z | Done |
204 | 2025-07-17T20:31:50.769Z | Done |
205 | 2025-07-17T20:31:51.387Z | Done |
206 | 2025-07-17T20:31:55.001Z | Done |
207 | 2025-07-17T20:31:55.090Z | Done |
208 | 2025-07-17T20:31:55.093Z | Done |
209 | 2025-07-17T20:31:55.242Z | Done |
210 | 2025-07-17T20:31:55.863Z | Planning: Evaluating mediator changes ... Done |
211 | 2025-07-17T20:31:55.866Z | Planning: Merging actions ... Done |
212 | 2025-07-17T20:31:56.051Z | Planning: Checking for conflicting actions ... Done |
213 | 2025-07-17T20:31:56.054Z | Planning: Consolidating action changes ... Done |
214 | 2025-07-17T20:31:56.321Z | Planning: Evaluating mediators ... Done |
215 | 2025-07-17T20:31:56.377Z | Planning: Planning completed in 0.76 seconds |
216 | 2025-07-17T20:31:56.412Z | Packages to change: 1 |
217 | 2025-07-17T20:31:56.412Z | Mediators to change: 1 |
218 | 2025-07-17T20:31:56.415Z | Services to change: 1 |
219 | 2025-07-17T20:31:56.415Z | Create boot environment: No |
220 | 2025-07-17T20:31:56.415Z | Create backup boot environment: Yes |
221 | 2025-07-17T20:31:58.885Z | Actions: 1/6 actions (Updating modified actions) |
222 | 2025-07-17T20:31:58.888Z | Actions: Completed 6 actions in 0.00 seconds. |
223 | 2025-07-17T20:31:58.888Z | Done |
224 | 2025-07-17T20:31:58.888Z | Done |
225 | 2025-07-17T20:31:59.059Z | Done |
226 | 2025-07-17T20:32:02.652Z | Done |
227 | 2025-07-17T20:32:02.740Z | Done |
228 | 2025-07-17T20:32:02.743Z | Done |
229 | 2025-07-17T20:32:02.881Z | Done |
230 | 2025-07-17T20:32:03.323Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
231 | 2025-07-17T20:32:03.323Z | clang system 15 system |
232 | 2025-07-17T20:32:03.323Z | csh system system illumos |
233 | 2025-07-17T20:32:03.323Z | ctags system system illumos |
234 | 2025-07-17T20:32:03.323Z | file system system illumos |
235 | 2025-07-17T20:32:03.323Z | gcc vendor 12 vendor |
236 | 2025-07-17T20:32:03.323Z | gcc system 10 system |
237 | 2025-07-17T20:32:03.323Z | gcc system 7 system |
238 | 2025-07-17T20:32:03.323Z | go system 1.20 system |
239 | 2025-07-17T20:32:03.323Z | go system 1.19 system |
240 | 2025-07-17T20:32:03.323Z | llvm system 15 system |
241 | 2025-07-17T20:32:03.323Z | llvm system 14 system |
242 | 2025-07-17T20:32:03.324Z | mariadb system 10.6 system |
243 | 2025-07-17T20:32:03.324Z | mta vendor vendor dma |
244 | 2025-07-17T20:32:03.324Z | openjdk system 17 system |
245 | 2025-07-17T20:32:03.324Z | openjdk system 11 system |
246 | 2025-07-17T20:32:03.324Z | openjdk system 1.8 system |
247 | 2025-07-17T20:32:03.324Z | openssl vendor 3 vendor |
248 | 2025-07-17T20:32:03.324Z | perl system 5.36 system |
249 | 2025-07-17T20:32:03.324Z | postgresql system 15 system |
250 | 2025-07-17T20:32:03.324Z | postgresql system 13 system |
251 | 2025-07-17T20:32:03.324Z | python vendor 3 vendor |
252 | 2025-07-17T20:32:03.324Z | python system 2 system |
253 | 2025-07-17T20:32:03.324Z | python3 system 3.11 system |
254 | 2025-07-17T20:32:03.324Z | ruby system 3.0 system |
255 | 2025-07-17T20:32:03.324Z | words vendor vendor american-english |
256 | 2025-07-17T20:32:03.324Z | words system system australian-english |
257 | 2025-07-17T20:32:03.324Z | words system system british-english |
258 | 2025-07-17T20:32:03.324Z | words system system canadian-english |
259 | 2025-07-17T20:32:03.324Z | words system system french |
260 | 2025-07-17T20:32:03.324Z | words system system italian |
261 | 2025-07-17T20:32:03.324Z | words system system ngerman |
262 | 2025-07-17T20:32:03.324Z | words system system ogerman |
263 | 2025-07-17T20:32:03.324Z | words system system spanish |
264 | 2025-07-17T20:32:03.660Z | PUBLISHER TYPE STATUS P LOCATION |
265 | 2025-07-17T20:32:03.660Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
266 | 2025-07-17T20:32:08.307Z | FMRI IFO |
267 | 2025-07-17T20:32:08.307Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
268 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
269 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
270 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
271 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
272 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
273 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
274 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
275 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
276 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
277 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
278 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
279 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
280 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
281 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
282 | 2025-07-17T20:32:08.308Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
283 | 2025-07-17T20:32:09.306Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
284 | 2025-07-17T20:32:09.580Z | Updating crates.io index |
285 | 2025-07-17T20:32:09.640Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
286 | 2025-07-17T20:32:09.984Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
287 | 2025-07-17T20:32:10.639Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
288 | 2025-07-17T20:32:10.889Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
289 | 2025-07-17T20:32:11.147Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
290 | 2025-07-17T20:32:11.474Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
291 | 2025-07-17T20:32:12.865Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
292 | 2025-07-17T20:32:14.834Z | Updating git repository `https://github.com/oxidecomputer/opte` |
293 | 2025-07-17T20:32:15.788Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
294 | 2025-07-17T20:32:16.692Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
295 | 2025-07-17T20:32:16.957Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
296 | 2025-07-17T20:32:17.247Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
297 | 2025-07-17T20:32:17.987Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
298 | 2025-07-17T20:32:18.305Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
299 | 2025-07-17T20:32:18.727Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
300 | 2025-07-17T20:32:19.326Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
301 | 2025-07-17T20:32:19.690Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
302 | 2025-07-17T20:32:19.953Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
303 | 2025-07-17T20:32:20.198Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
304 | 2025-07-17T20:32:20.462Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
305 | 2025-07-17T20:32:21.218Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
306 | 2025-07-17T20:32:21.668Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
307 | 2025-07-17T20:32:21.873Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
308 | 2025-07-17T20:32:21.897Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
309 | 2025-07-17T20:32:22.306Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
310 | 2025-07-17T20:32:22.717Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
311 | 2025-07-17T20:32:23.019Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
312 | 2025-07-17T20:32:23.372Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
313 | 2025-07-17T20:32:23.845Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
314 | 2025-07-17T20:32:24.104Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
315 | 2025-07-17T20:32:24.364Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
316 | 2025-07-17T20:32:24.648Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
317 | 2025-07-17T20:32:33.517Z | Updating git repository `https://github.com/illumos/smf-rs` |
318 | 2025-07-17T20:32:34.909Z | Downloading crates ... |
319 | 2025-07-17T20:32:34.990Z | Downloaded anstyle-parse v0.2.5 |
320 | 2025-07-17T20:32:34.993Z | Downloaded thiserror-impl v1.0.69 |
321 | 2025-07-17T20:32:34.996Z | Downloaded thread-id v4.2.2 |
322 | 2025-07-17T20:32:34.997Z | Downloaded terminal_size v0.4.0 |
323 | 2025-07-17T20:32:35.000Z | Downloaded anstyle v1.0.11 |
324 | 2025-07-17T20:32:35.003Z | Downloaded anstream v0.6.18 |
325 | 2025-07-17T20:32:35.007Z | Downloaded tempfile v3.20.0 |
326 | 2025-07-17T20:32:35.007Z | Downloaded utf8parse v0.2.2 |
327 | 2025-07-17T20:32:35.010Z | Downloaded unicode-linebreak v0.1.5 |
328 | 2025-07-17T20:32:35.010Z | Downloaded utf8_iter v1.0.4 |
329 | 2025-07-17T20:32:35.010Z | Downloaded utf16_iter v1.0.5 |
330 | 2025-07-17T20:32:35.013Z | Downloaded ucd-trie v0.1.7 |
331 | 2025-07-17T20:32:35.013Z | Downloaded clap_derive v4.5.40 |
332 | 2025-07-17T20:32:35.017Z | Downloaded thiserror v2.0.12 |
333 | 2025-07-17T20:32:35.020Z | Downloaded usdt-impl v0.5.0 |
334 | 2025-07-17T20:32:35.023Z | Downloaded equivalent v1.0.2 |
335 | 2025-07-17T20:32:35.023Z | Downloaded zerofrom v0.1.4 |
336 | 2025-07-17T20:32:35.023Z | Downloaded textwrap v0.16.2 |
337 | 2025-07-17T20:32:35.026Z | Downloaded errno v0.3.12 |
338 | 2025-07-17T20:32:35.029Z | Downloaded typenum v1.17.0 |
339 | 2025-07-17T20:32:35.033Z | Downloaded write16 v1.0.0 |
340 | 2025-07-17T20:32:35.033Z | Downloaded usdt-macro v0.5.0 |
341 | 2025-07-17T20:32:35.033Z | Downloaded typeid v1.0.3 |
342 | 2025-07-17T20:32:35.036Z | Downloaded yoke-derive v0.7.4 |
343 | 2025-07-17T20:32:35.036Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2025-07-17T20:32:35.036Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2025-07-17T20:32:35.036Z | Downloaded zerocopy-derive v0.7.35 |
346 | 2025-07-17T20:32:35.040Z | Downloaded unicode-ident v1.0.18 |
347 | 2025-07-17T20:32:35.043Z | Downloaded zerofrom-derive v0.1.4 |
348 | 2025-07-17T20:32:35.046Z | Downloaded usdt v0.5.0 |
349 | 2025-07-17T20:32:35.046Z | Downloaded toml_write v0.1.2 |
350 | 2025-07-17T20:32:35.046Z | Downloaded tinystr v0.7.6 |
351 | 2025-07-17T20:32:35.049Z | Downloaded zerovec-derive v0.10.3 |
352 | 2025-07-17T20:32:35.049Z | Downloaded toml v0.8.23 |
353 | 2025-07-17T20:32:35.052Z | Downloaded version_check v0.9.5 |
354 | 2025-07-17T20:32:35.057Z | Downloaded toml_datetime v0.6.11 |
355 | 2025-07-17T20:32:35.057Z | Downloaded yoke v0.7.4 |
356 | 2025-07-17T20:32:35.062Z | Downloaded pest_derive v2.7.14 |
357 | 2025-07-17T20:32:35.062Z | Downloaded idna_adapter v1.2.0 |
358 | 2025-07-17T20:32:35.062Z | Downloaded writeable v0.5.5 |
359 | 2025-07-17T20:32:35.062Z | Downloaded icu_properties v1.5.1 |
360 | 2025-07-17T20:32:35.065Z | Downloaded icu_provider_macros v1.5.0 |
361 | 2025-07-17T20:32:35.065Z | Downloaded toml_edit v0.22.27 |
362 | 2025-07-17T20:32:35.068Z | Downloaded plain v0.2.3 |
363 | 2025-07-17T20:32:35.071Z | Downloaded memmap v0.7.0 |
364 | 2025-07-17T20:32:35.071Z | Downloaded url v2.5.4 |
365 | 2025-07-17T20:32:35.074Z | Downloaded pretty-hex v0.4.1 |
366 | 2025-07-17T20:32:35.077Z | Downloaded litemap v0.7.3 |
367 | 2025-07-17T20:32:35.077Z | Downloaded icu_normalizer_data v1.5.0 |
368 | 2025-07-17T20:32:35.081Z | Downloaded scroll_derive v0.12.0 |
369 | 2025-07-17T20:32:35.081Z | Downloaded icu_normalizer v1.5.0 |
370 | 2025-07-17T20:32:35.084Z | Downloaded digest v0.10.7 |
371 | 2025-07-17T20:32:35.088Z | Downloaded crypto-common v0.1.6 |
372 | 2025-07-17T20:32:35.088Z | Downloaded zerovec v0.10.4 |
373 | 2025-07-17T20:32:35.091Z | Downloaded zerocopy v0.7.35 |
374 | 2025-07-17T20:32:35.104Z | Downloaded winnow v0.7.10 |
375 | 2025-07-17T20:32:35.111Z | Downloaded swrite v0.1.0 |
376 | 2025-07-17T20:32:35.114Z | Downloaded macaddr v1.0.1 |
377 | 2025-07-17T20:32:35.114Z | Downloaded form_urlencoded v1.2.1 |
378 | 2025-07-17T20:32:35.115Z | Downloaded fnv v1.0.7 |
379 | 2025-07-17T20:32:35.118Z | Downloaded unicode-width v0.2.0 |
380 | 2025-07-17T20:32:35.122Z | Downloaded unicode-width v0.1.14 |
381 | 2025-07-17T20:32:35.125Z | Downloaded serde-untagged v0.1.7 |
382 | 2025-07-17T20:32:35.128Z | Downloaded strsim v0.11.1 |
383 | 2025-07-17T20:32:35.128Z | Downloaded smawk v0.3.2 |
384 | 2025-07-17T20:32:35.128Z | Downloaded itoa v1.0.11 |
385 | 2025-07-17T20:32:35.134Z | Downloaded heck v0.4.1 |
386 | 2025-07-17T20:32:35.134Z | Downloaded pest_generator v2.7.14 |
387 | 2025-07-17T20:32:35.134Z | Downloaded ordered-float v2.10.1 |
388 | 2025-07-17T20:32:35.144Z | Downloaded byteorder v1.5.0 |
389 | 2025-07-17T20:32:35.144Z | Downloaded block-buffer v0.10.4 |
390 | 2025-07-17T20:32:35.144Z | Downloaded fastrand v2.1.1 |
391 | 2025-07-17T20:32:35.144Z | Downloaded cargo-util-schemas v0.2.0 |
392 | 2025-07-17T20:32:35.144Z | Downloaded cargo-platform v0.2.0 |
393 | 2025-07-17T20:32:35.144Z | Downloaded serde-value v0.7.0 |
394 | 2025-07-17T20:32:35.144Z | Downloaded synstructure v0.13.1 |
395 | 2025-07-17T20:32:35.145Z | Downloaded heck v0.5.0 |
396 | 2025-07-17T20:32:35.147Z | Downloaded generic-array v0.14.7 |
397 | 2025-07-17T20:32:35.148Z | Downloaded scroll v0.12.0 |
398 | 2025-07-17T20:32:35.148Z | Downloaded proc-macro-error-attr v1.0.4 |
399 | 2025-07-17T20:32:35.148Z | Downloaded percent-encoding v2.3.1 |
400 | 2025-07-17T20:32:35.148Z | Downloaded cfg-if v1.0.1 |
401 | 2025-07-17T20:32:35.148Z | Downloaded stable_deref_trait v1.2.0 |
402 | 2025-07-17T20:32:35.148Z | Downloaded serde_tokenstream v0.2.2 |
403 | 2025-07-17T20:32:35.152Z | Downloaded autocfg v1.4.0 |
404 | 2025-07-17T20:32:35.152Z | Downloaded semver v1.0.26 |
405 | 2025-07-17T20:32:35.155Z | Downloaded quote v1.0.40 |
406 | 2025-07-17T20:32:35.155Z | Downloaded cargo_metadata v0.20.0 |
407 | 2025-07-17T20:32:35.158Z | Downloaded anstyle-query v1.1.1 |
408 | 2025-07-17T20:32:35.158Z | Downloaded unicode-xid v0.2.6 |
409 | 2025-07-17T20:32:35.158Z | Downloaded erased-serde v0.4.6 |
410 | 2025-07-17T20:32:35.161Z | Downloaded once_cell v1.21.3 |
411 | 2025-07-17T20:32:35.164Z | Downloaded indexmap v2.10.0 |
412 | 2025-07-17T20:32:35.168Z | Downloaded fs-err v3.1.1 |
413 | 2025-07-17T20:32:35.168Z | Downloaded smallvec v1.15.0 |
414 | 2025-07-17T20:32:35.179Z | Downloaded sha2 v0.10.9 |
415 | 2025-07-17T20:32:35.179Z | Downloaded serde_spanned v0.6.9 |
416 | 2025-07-17T20:32:35.179Z | Downloaded proc-macro-error v1.0.4 |
417 | 2025-07-17T20:32:35.179Z | Downloaded proc-macro2 v1.0.95 |
418 | 2025-07-17T20:32:35.190Z | Downloaded camino-tempfile v1.4.1 |
419 | 2025-07-17T20:32:35.190Z | Downloaded bytecount v0.6.8 |
420 | 2025-07-17T20:32:35.190Z | Downloaded pest_meta v2.7.14 |
421 | 2025-07-17T20:32:35.190Z | Downloaded ryu v1.0.18 |
422 | 2025-07-17T20:32:35.190Z | Downloaded cargo_toml v0.21.0 |
423 | 2025-07-17T20:32:35.190Z | Downloaded num-traits v0.2.19 |
424 | 2025-07-17T20:32:35.197Z | Downloaded icu_locid_transform v1.5.0 |
425 | 2025-07-17T20:32:35.197Z | Downloaded log v0.4.27 |
426 | 2025-07-17T20:32:35.197Z | Downloaded icu_locid_transform_data v1.5.0 |
427 | 2025-07-17T20:32:35.197Z | Downloaded camino v1.1.10 |
428 | 2025-07-17T20:32:35.209Z | Downloaded serde_derive v1.0.219 |
429 | 2025-07-17T20:32:35.209Z | Downloaded bitflags v2.9.1 |
430 | 2025-07-17T20:32:35.209Z | Downloaded getrandom v0.3.1 |
431 | 2025-07-17T20:32:35.218Z | Downloaded papergrid v0.11.0 |
432 | 2025-07-17T20:32:35.218Z | Downloaded clap v4.5.40 |
433 | 2025-07-17T20:32:35.218Z | Downloaded anyhow v1.0.98 |
434 | 2025-07-17T20:32:35.229Z | Downloaded serde v1.0.219 |
435 | 2025-07-17T20:32:35.229Z | Downloaded idna v1.0.3 |
436 | 2025-07-17T20:32:35.229Z | Downloaded hashbrown v0.15.4 |
437 | 2025-07-17T20:32:35.236Z | Downloaded icu_collections v1.5.0 |
438 | 2025-07-17T20:32:35.244Z | Downloaded icu_locid v1.5.0 |
439 | 2025-07-17T20:32:35.244Z | Downloaded pest v2.7.14 |
440 | 2025-07-17T20:32:35.257Z | Downloaded memchr v2.7.4 |
441 | 2025-07-17T20:32:35.257Z | Downloaded icu_provider v1.5.0 |
442 | 2025-07-17T20:32:35.257Z | Downloaded dtrace-parser v0.2.0 |
443 | 2025-07-17T20:32:35.258Z | Downloaded dof v0.3.0 |
444 | 2025-07-17T20:32:35.258Z | Downloaded displaydoc v0.2.5 |
445 | 2025-07-17T20:32:35.272Z | Downloaded colorchoice v1.0.2 |
446 | 2025-07-17T20:32:35.272Z | Downloaded tabled_derive v0.7.0 |
447 | 2025-07-17T20:32:35.272Z | Downloaded cpufeatures v0.2.14 |
448 | 2025-07-17T20:32:35.272Z | Downloaded clap_lex v0.7.4 |
449 | 2025-07-17T20:32:35.272Z | Downloaded thiserror-impl v2.0.12 |
450 | 2025-07-17T20:32:35.272Z | Downloaded thiserror v1.0.69 |
451 | 2025-07-17T20:32:35.273Z | Downloaded clap_builder v4.5.40 |
452 | 2025-07-17T20:32:35.282Z | Downloaded serde_json v1.0.140 |
453 | 2025-07-17T20:32:35.282Z | Downloaded icu_properties_data v1.5.0 |
454 | 2025-07-17T20:32:35.291Z | Downloaded tabled v0.15.0 |
455 | 2025-07-17T20:32:35.311Z | Downloaded goblin v0.8.2 |
456 | 2025-07-17T20:32:35.322Z | Downloaded syn v1.0.109 |
457 | 2025-07-17T20:32:35.333Z | Downloaded syn v2.0.104 |
458 | 2025-07-17T20:32:35.355Z | Downloaded rustix v0.38.37 |
459 | 2025-07-17T20:32:35.396Z | Downloaded rustix v1.0.7 |
460 | 2025-07-17T20:32:35.396Z | Downloaded libc v0.2.174 |
461 | 2025-07-17T20:32:35.458Z | Compiling proc-macro2 v1.0.95 |
462 | 2025-07-17T20:32:35.458Z | Compiling unicode-ident v1.0.18 |
463 | 2025-07-17T20:32:35.459Z | Compiling serde v1.0.219 |
464 | 2025-07-17T20:32:35.486Z | Compiling version_check v0.9.5 |
465 | 2025-07-17T20:32:35.487Z | Compiling libc v0.2.174 |
466 | 2025-07-17T20:32:35.487Z | Compiling thiserror v1.0.69 |
467 | 2025-07-17T20:32:35.487Z | Compiling memchr v2.7.4 |
468 | 2025-07-17T20:32:35.487Z | Compiling stable_deref_trait v1.2.0 |
469 | 2025-07-17T20:32:35.846Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-17T20:32:35.892Z | Compiling writeable v0.5.5 |
471 | 2025-07-17T20:32:36.304Z | Compiling litemap v0.7.3 |
472 | 2025-07-17T20:32:36.332Z | Compiling itoa v1.0.11 |
473 | 2025-07-17T20:32:36.374Z | Compiling autocfg v1.4.0 |
474 | 2025-07-17T20:32:36.561Z | Compiling ryu v1.0.18 |
475 | 2025-07-17T20:32:36.648Z | Compiling once_cell v1.21.3 |
476 | 2025-07-17T20:32:36.901Z | Compiling bitflags v2.9.1 |
477 | 2025-07-17T20:32:36.963Z | Compiling byteorder v1.5.0 |
478 | 2025-07-17T20:32:37.056Z | Compiling icu_locid_transform_data v1.5.0 |
479 | 2025-07-17T20:32:37.086Z | Compiling icu_properties_data v1.5.0 |
480 | 2025-07-17T20:32:37.212Z | Compiling serde_json v1.0.140 |
481 | 2025-07-17T20:32:37.237Z | Compiling num-traits v0.2.19 |
482 | 2025-07-17T20:32:37.305Z | Compiling rustix v0.38.37 |
483 | 2025-07-17T20:32:37.339Z | Compiling hashbrown v0.15.4 |
484 | 2025-07-17T20:32:37.410Z | Compiling smallvec v1.15.0 |
485 | 2025-07-17T20:32:37.583Z | Compiling write16 v1.0.0 |
486 | 2025-07-17T20:32:37.612Z | Compiling equivalent v1.0.2 |
487 | 2025-07-17T20:32:37.743Z | Compiling quote v1.0.40 |
488 | 2025-07-17T20:32:37.768Z | Compiling icu_normalizer_data v1.5.0 |
489 | 2025-07-17T20:32:37.855Z | Compiling errno v0.3.12 |
490 | 2025-07-17T20:32:37.941Z | Compiling typeid v1.0.3 |
491 | 2025-07-17T20:32:38.011Z | Compiling utf16_iter v1.0.5 |
492 | 2025-07-17T20:32:38.042Z | Compiling utf8_iter v1.0.4 |
493 | 2025-07-17T20:32:38.241Z | Compiling syn v2.0.104 |
494 | 2025-07-17T20:32:38.385Z | Compiling proc-macro-error-attr v1.0.4 |
495 | 2025-07-17T20:32:38.411Z | Compiling usdt-impl v0.5.0 |
496 | 2025-07-17T20:32:38.435Z | Compiling indexmap v2.10.0 |
497 | 2025-07-17T20:32:38.528Z | Compiling toml_write v0.1.2 |
498 | 2025-07-17T20:32:38.554Z | Compiling syn v1.0.109 |
499 | 2025-07-17T20:32:38.556Z | Compiling winnow v0.7.10 |
500 | 2025-07-17T20:32:38.937Z | Compiling thread-id v4.2.2 |
501 | 2025-07-17T20:32:38.998Z | Compiling proc-macro-error v1.0.4 |
502 | 2025-07-17T20:32:39.069Z | Compiling percent-encoding v2.3.1 |
503 | 2025-07-17T20:32:39.251Z | Compiling plain v0.2.3 |
504 | 2025-07-17T20:32:39.326Z | Compiling camino v1.1.10 |
505 | 2025-07-17T20:32:39.402Z | Compiling utf8parse v0.2.2 |
506 | 2025-07-17T20:32:39.428Z | Compiling semver v1.0.26 |
507 | 2025-07-17T20:32:39.585Z | Compiling log v0.4.27 |
508 | 2025-07-17T20:32:39.721Z | Compiling getrandom v0.3.1 |
509 | 2025-07-17T20:32:39.940Z | Compiling rustix v1.0.7 |
510 | 2025-07-17T20:32:40.046Z | Compiling terminal_size v0.4.0 |
511 | 2025-07-17T20:32:40.075Z | Compiling anstyle-parse v0.2.5 |
512 | 2025-07-17T20:32:40.338Z | Compiling form_urlencoded v1.2.1 |
513 | 2025-07-17T20:32:40.450Z | Compiling ordered-float v2.10.1 |
514 | 2025-07-17T20:32:40.666Z | Compiling thiserror v2.0.12 |
515 | 2025-07-17T20:32:40.783Z | Compiling anstyle-query v1.1.1 |
516 | 2025-07-17T20:32:40.950Z | Compiling is_terminal_polyfill v1.70.1 |
517 | 2025-07-17T20:32:40.973Z | Compiling colorchoice v1.0.2 |
518 | 2025-07-17T20:32:40.973Z | Compiling cfg-if v1.0.1 |
519 | 2025-07-17T20:32:41.084Z | Compiling anstyle v1.0.11 |
520 | 2025-07-17T20:32:41.086Z | Compiling pretty-hex v0.4.1 |
521 | 2025-07-17T20:32:41.413Z | Compiling anstream v0.6.18 |
522 | 2025-07-17T20:32:41.605Z | Compiling fs-err v3.1.1 |
523 | 2025-07-17T20:32:41.635Z | Compiling strsim v0.11.1 |
524 | 2025-07-17T20:32:42.009Z | Compiling clap_lex v0.7.4 |
525 | 2025-07-17T20:32:42.035Z | Compiling anyhow v1.0.98 |
526 | 2025-07-17T20:32:42.319Z | Compiling heck v0.5.0 |
527 | 2025-07-17T20:32:42.346Z | Compiling heck v0.4.1 |
528 | 2025-07-17T20:32:42.476Z | Compiling fnv v1.0.7 |
529 | 2025-07-17T20:32:42.640Z | Compiling unicode-width v0.1.14 |
530 | 2025-07-17T20:32:42.672Z | Compiling bytecount v0.6.8 |
531 | 2025-07-17T20:32:42.749Z | Compiling fastrand v2.1.1 |
532 | 2025-07-17T20:32:42.789Z | Compiling unicode-xid v0.2.6 |
533 | 2025-07-17T20:32:43.204Z | Compiling papergrid v0.11.0 |
534 | 2025-07-17T20:32:43.263Z | Compiling tempfile v3.20.0 |
535 | 2025-07-17T20:32:43.329Z | Compiling clap_builder v4.5.40 |
536 | 2025-07-17T20:32:43.635Z | Compiling memmap v0.7.0 |
537 | 2025-07-17T20:32:43.661Z | Compiling unicode-linebreak v0.1.5 |
538 | 2025-07-17T20:32:43.949Z | Compiling unicode-width v0.2.0 |
539 | 2025-07-17T20:32:44.038Z | Compiling smawk v0.3.2 |
540 | 2025-07-17T20:32:44.481Z | Compiling textwrap v0.16.2 |
541 | 2025-07-17T20:32:44.696Z | Compiling swrite v0.1.0 |
542 | 2025-07-17T20:32:44.847Z | Compiling synstructure v0.13.1 |
543 | 2025-07-17T20:32:45.037Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
544 | 2025-07-17T20:32:45.600Z | Compiling tabled_derive v0.7.0 |
545 | 2025-07-17T20:32:46.958Z | Compiling serde_derive v1.0.219 |
546 | 2025-07-17T20:32:46.958Z | Compiling thiserror-impl v1.0.69 |
547 | 2025-07-17T20:32:46.959Z | Compiling zerofrom-derive v0.1.4 |
548 | 2025-07-17T20:32:46.962Z | Compiling yoke-derive v0.7.4 |
549 | 2025-07-17T20:32:46.962Z | Compiling zerovec-derive v0.10.3 |
550 | 2025-07-17T20:32:47.074Z | Compiling displaydoc v0.2.5 |
551 | 2025-07-17T20:32:48.567Z | Compiling icu_provider_macros v1.5.0 |
552 | 2025-07-17T20:32:49.507Z | Compiling zerocopy-derive v0.7.35 |
553 | 2025-07-17T20:32:49.574Z | Compiling scroll_derive v0.12.0 |
554 | 2025-07-17T20:32:49.617Z | Compiling thiserror-impl v2.0.12 |
555 | 2025-07-17T20:32:49.993Z | Compiling pest v2.7.14 |
556 | 2025-07-17T20:32:50.430Z | Compiling zerofrom v0.1.4 |
557 | 2025-07-17T20:32:50.674Z | Compiling yoke v0.7.4 |
558 | 2025-07-17T20:32:50.703Z | Compiling clap_derive v4.5.40 |
559 | 2025-07-17T20:32:50.878Z | Compiling scroll v0.12.0 |
560 | 2025-07-17T20:32:51.040Z | Compiling zerovec v0.10.4 |
561 | 2025-07-17T20:32:51.348Z | Compiling zerocopy v0.7.35 |
562 | 2025-07-17T20:32:51.422Z | Compiling goblin v0.8.2 |
563 | 2025-07-17T20:32:51.950Z | Compiling tabled v0.15.0 |
564 | 2025-07-17T20:32:52.672Z | Compiling tinystr v0.7.6 |
565 | 2025-07-17T20:32:52.720Z | Compiling pest_meta v2.7.14 |
566 | 2025-07-17T20:32:52.885Z | Compiling icu_collections v1.5.0 |
567 | 2025-07-17T20:32:53.133Z | Compiling icu_locid v1.5.0 |
568 | 2025-07-17T20:32:54.197Z | Compiling pest_generator v2.7.14 |
569 | 2025-07-17T20:32:54.245Z | Compiling icu_provider v1.5.0 |
570 | 2025-07-17T20:32:55.105Z | Compiling icu_locid_transform v1.5.0 |
571 | 2025-07-17T20:32:55.208Z | Compiling clap v4.5.40 |
572 | 2025-07-17T20:32:56.287Z | Compiling pest_derive v2.7.14 |
573 | 2025-07-17T20:32:56.341Z | Compiling icu_properties v1.5.1 |
574 | 2025-07-17T20:32:57.055Z | Compiling dtrace-parser v0.2.0 |
575 | 2025-07-17T20:32:58.949Z | Compiling serde_spanned v0.6.9 |
576 | 2025-07-17T20:32:58.949Z | Compiling toml_datetime v0.6.11 |
577 | 2025-07-17T20:32:58.952Z | Compiling erased-serde v0.4.6 |
578 | 2025-07-17T20:32:58.952Z | Compiling serde-value v0.7.0 |
579 | 2025-07-17T20:32:59.234Z | Compiling serde_tokenstream v0.2.2 |
580 | 2025-07-17T20:32:59.360Z | Compiling toml_edit v0.22.27 |
581 | 2025-07-17T20:32:59.784Z | Compiling icu_normalizer v1.5.0 |
582 | 2025-07-17T20:33:00.163Z | Compiling serde-untagged v0.1.7 |
583 | 2025-07-17T20:33:00.341Z | Compiling cargo-platform v0.2.0 |
584 | 2025-07-17T20:33:00.503Z | Compiling camino-tempfile v1.4.1 |
585 | 2025-07-17T20:33:00.506Z | Compiling macaddr v1.0.1 |
586 | 2025-07-17T20:33:00.664Z | Compiling idna_adapter v1.2.0 |
587 | 2025-07-17T20:33:00.891Z | Compiling dof v0.3.0 |
588 | 2025-07-17T20:33:00.920Z | Compiling idna v1.0.3 |
589 | 2025-07-17T20:33:01.484Z | Compiling url v2.5.4 |
590 | 2025-07-17T20:33:02.326Z | Compiling usdt-macro v0.5.0 |
591 | 2025-07-17T20:33:02.326Z | Compiling usdt-attr-macro v0.5.0 |
592 | 2025-07-17T20:33:02.481Z | Compiling toml v0.8.23 |
593 | 2025-07-17T20:33:03.322Z | Compiling cargo-util-schemas v0.2.0 |
594 | 2025-07-17T20:33:03.408Z | Compiling cargo_toml v0.21.0 |
595 | 2025-07-17T20:33:03.535Z | Compiling usdt v0.5.0 |
596 | 2025-07-17T20:33:04.754Z | Compiling cargo_metadata v0.20.0 |
597 | 2025-07-17T20:33:06.518Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
598 | 2025-07-17T20:33:09.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s |
599 | 2025-07-17T20:33:10.226Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
600 | 2025-07-17T20:33:10.897Z | Downloading crates ... |
601 | 2025-07-17T20:33:11.022Z | Downloaded async-stream v0.3.6 |
602 | 2025-07-17T20:33:11.025Z | Downloaded bit-set v0.5.3 |
603 | 2025-07-17T20:33:11.048Z | Downloaded crucible-workspace-hack v0.1.0 |
604 | 2025-07-17T20:33:11.059Z | Downloaded heapless v0.8.0 |
605 | 2025-07-17T20:33:11.068Z | Downloaded array-init v0.0.4 |
606 | 2025-07-17T20:33:11.071Z | Downloaded bzip2 v0.4.4 |
607 | 2025-07-17T20:33:11.074Z | Downloaded hostname v0.4.0 |
608 | 2025-07-17T20:33:11.077Z | Downloaded hostname v0.3.1 |
609 | 2025-07-17T20:33:11.081Z | Downloaded const_format_proc_macros v0.2.34 |
610 | 2025-07-17T20:33:11.084Z | Downloaded ciborium-ll v0.2.2 |
611 | 2025-07-17T20:33:11.087Z | Downloaded ignore v0.4.23 |
612 | 2025-07-17T20:33:11.090Z | Downloaded http-body v1.0.1 |
613 | 2025-07-17T20:33:11.090Z | Downloaded home v0.5.9 |
614 | 2025-07-17T20:33:11.093Z | Downloaded base16ct v0.2.0 |
615 | 2025-07-17T20:33:11.096Z | Downloaded bindgen v0.69.5 |
616 | 2025-07-17T20:33:11.100Z | Downloaded iri-string v0.7.8 |
617 | 2025-07-17T20:33:11.107Z | Downloaded iana-time-zone v0.1.63 |
618 | 2025-07-17T20:33:11.110Z | Downloaded clang-sys v1.8.1 |
619 | 2025-07-17T20:33:11.113Z | Downloaded ident_case v1.0.1 |
620 | 2025-07-17T20:33:11.116Z | Downloaded heck v0.3.3 |
621 | 2025-07-17T20:33:11.118Z | Downloaded async-stream-impl v0.3.6 |
622 | 2025-07-17T20:33:11.118Z | Downloaded hyper-util v0.1.14 |
623 | 2025-07-17T20:33:11.123Z | Downloaded hubpack_derive v0.1.1 |
624 | 2025-07-17T20:33:11.126Z | Downloaded hyper-staticfile v0.10.1 |
625 | 2025-07-17T20:33:11.128Z | Downloaded httpdate v1.0.3 |
626 | 2025-07-17T20:33:11.129Z | Downloaded cfg_aliases v0.2.1 |
627 | 2025-07-17T20:33:11.131Z | Downloaded crossbeam-epoch v0.9.18 |
628 | 2025-07-17T20:33:11.134Z | Downloaded md-5 v0.10.6 |
629 | 2025-07-17T20:33:11.138Z | Downloaded impl-trait-for-tuples v0.2.2 |
630 | 2025-07-17T20:33:11.140Z | Downloaded crc8 v0.1.1 |
631 | 2025-07-17T20:33:11.140Z | Downloaded bitflags v1.3.2 |
632 | 2025-07-17T20:33:11.144Z | Downloaded linear-map v1.2.0 |
633 | 2025-07-17T20:33:11.147Z | Downloaded kstat-rs v0.2.4 |
634 | 2025-07-17T20:33:11.147Z | Downloaded castaway v0.2.3 |
635 | 2025-07-17T20:33:11.149Z | Downloaded async-recursion v1.1.1 |
636 | 2025-07-17T20:33:11.153Z | Downloaded cobs v0.2.3 |
637 | 2025-07-17T20:33:11.158Z | Downloaded md5 v0.7.0 |
638 | 2025-07-17T20:33:11.158Z | Downloaded bit-set v0.8.0 |
639 | 2025-07-17T20:33:11.161Z | Downloaded is_ci v1.2.0 |
640 | 2025-07-17T20:33:11.161Z | Downloaded match_cfg v0.1.0 |
641 | 2025-07-17T20:33:11.164Z | Downloaded instant v0.1.13 |
642 | 2025-07-17T20:33:11.164Z | Downloaded http-range v0.1.5 |
643 | 2025-07-17T20:33:11.167Z | Downloaded httparse v1.9.5 |
644 | 2025-07-17T20:33:11.171Z | Downloaded maplit v1.0.2 |
645 | 2025-07-17T20:33:11.175Z | Downloaded lru-cache v0.1.2 |
646 | 2025-07-17T20:33:11.175Z | Downloaded instability v0.3.2 |
647 | 2025-07-17T20:33:11.175Z | Downloaded const_format v0.2.34 |
648 | 2025-07-17T20:33:11.178Z | Downloaded memoffset v0.9.1 |
649 | 2025-07-17T20:33:11.181Z | Downloaded cargo_metadata v0.18.1 |
650 | 2025-07-17T20:33:11.184Z | Downloaded arrayvec v0.7.6 |
651 | 2025-07-17T20:33:11.187Z | Downloaded lalrpop-util v0.19.12 |
652 | 2025-07-17T20:33:11.187Z | Downloaded keccak v0.1.5 |
653 | 2025-07-17T20:33:11.191Z | Downloaded ciborium-io v0.2.2 |
654 | 2025-07-17T20:33:11.191Z | Downloaded base64 v0.22.1 |
655 | 2025-07-17T20:33:11.194Z | Downloaded chrono-tz-build v0.4.0 |
656 | 2025-07-17T20:33:11.194Z | Downloaded cassowary v0.3.0 |
657 | 2025-07-17T20:33:11.197Z | Downloaded progenitor-client v0.9.1 |
658 | 2025-07-17T20:33:11.200Z | Downloaded hex v0.4.3 |
659 | 2025-07-17T20:33:11.203Z | Downloaded cmake v0.1.51 |
660 | 2025-07-17T20:33:11.203Z | Downloaded is-terminal v0.4.13 |
661 | 2025-07-17T20:33:11.205Z | Downloaded ingot-types v0.1.2 |
662 | 2025-07-17T20:33:11.206Z | Downloaded convert_case v0.4.0 |
663 | 2025-07-17T20:33:11.209Z | Downloaded bit-vec v0.6.3 |
664 | 2025-07-17T20:33:11.209Z | Downloaded ipnetwork v0.21.1 |
665 | 2025-07-17T20:33:11.211Z | Downloaded indoc v1.0.9 |
666 | 2025-07-17T20:33:11.214Z | Downloaded hyper-rustls v0.27.7 |
667 | 2025-07-17T20:33:11.217Z | Downloaded indent_write v2.2.0 |
668 | 2025-07-17T20:33:11.220Z | Downloaded hyper-tls v0.6.0 |
669 | 2025-07-17T20:33:11.220Z | Downloaded lru v0.12.5 |
670 | 2025-07-17T20:33:11.223Z | Downloaded cancel-safe-futures v0.1.5 |
671 | 2025-07-17T20:33:11.226Z | Downloaded multer v3.1.0 |
672 | 2025-07-17T20:33:11.229Z | Downloaded slog-envlogger v2.2.0 |
673 | 2025-07-17T20:33:11.232Z | Downloaded same-file v1.0.6 |
674 | 2025-07-17T20:33:11.232Z | Downloaded lock_api v0.4.12 |
675 | 2025-07-17T20:33:11.235Z | Downloaded arrayref v0.3.9 |
676 | 2025-07-17T20:33:11.237Z | Downloaded aead v0.5.2 |
677 | 2025-07-17T20:33:11.238Z | Downloaded ingot v0.1.1 |
678 | 2025-07-17T20:33:11.241Z | Downloaded mime v0.3.17 |
679 | 2025-07-17T20:33:11.244Z | Downloaded managed v0.8.0 |
680 | 2025-07-17T20:33:11.244Z | Downloaded radium v0.7.0 |
681 | 2025-07-17T20:33:11.247Z | Downloaded critical-section v1.1.3 |
682 | 2025-07-17T20:33:11.250Z | Downloaded maybe-uninit v2.0.0 |
683 | 2025-07-17T20:33:11.250Z | Downloaded cbc v0.1.2 |
684 | 2025-07-17T20:33:11.253Z | Downloaded r2d2 v0.8.10 |
685 | 2025-07-17T20:33:11.255Z | Downloaded camino-tempfile-ext v0.3.2 |
686 | 2025-07-17T20:33:11.255Z | Downloaded salsa20 v0.10.2 |
687 | 2025-07-17T20:33:11.259Z | Downloaded async-bb8-diesel v0.2.1 |
688 | 2025-07-17T20:33:11.264Z | Downloaded rustc_version v0.4.1 |
689 | 2025-07-17T20:33:11.264Z | Downloaded bcrypt-pbkdf v0.10.0 |
690 | 2025-07-17T20:33:11.269Z | Downloaded progenitor v0.8.0 |
691 | 2025-07-17T20:33:11.269Z | Downloaded crossbeam-deque v0.8.5 |
692 | 2025-07-17T20:33:11.270Z | Downloaded ciborium v0.2.2 |
693 | 2025-07-17T20:33:11.272Z | Downloaded hmac v0.12.1 |
694 | 2025-07-17T20:33:11.273Z | Downloaded crc32fast v1.4.2 |
695 | 2025-07-17T20:33:11.275Z | Downloaded rand_seeder v0.3.0 |
696 | 2025-07-17T20:33:11.278Z | Downloaded rusty-fork v0.3.0 |
697 | 2025-07-17T20:33:11.278Z | Downloaded jobserver v0.1.32 |
698 | 2025-07-17T20:33:11.281Z | Downloaded signal-hook-registry v1.4.2 |
699 | 2025-07-17T20:33:11.284Z | Downloaded async-trait v0.1.88 |
700 | 2025-07-17T20:33:11.289Z | Downloaded take_mut v0.2.2 |
701 | 2025-07-17T20:33:11.292Z | Downloaded strum v0.27.1 |
702 | 2025-07-17T20:33:11.292Z | Downloaded crc-any v2.5.0 |
703 | 2025-07-17T20:33:11.303Z | Downloaded cstr-argument v0.1.2 |
704 | 2025-07-17T20:33:11.306Z | Downloaded resolv-conf v0.7.0 |
705 | 2025-07-17T20:33:11.309Z | Downloaded libsw-core v0.3.1 |
706 | 2025-07-17T20:33:11.309Z | Downloaded ingot-macros v0.1.1 |
707 | 2025-07-17T20:33:11.313Z | Downloaded darling_macro v0.20.10 |
708 | 2025-07-17T20:33:11.316Z | Downloaded untrusted v0.9.0 |
709 | 2025-07-17T20:33:11.316Z | Downloaded serde_derive_internals v0.29.1 |
710 | 2025-07-17T20:33:11.321Z | Downloaded libloading v0.8.5 |
711 | 2025-07-17T20:33:11.324Z | Downloaded time-macros v0.2.18 |
712 | 2025-07-17T20:33:11.324Z | Downloaded siphasher v0.3.11 |
713 | 2025-07-17T20:33:11.327Z | Downloaded tabwriter v1.4.0 |
714 | 2025-07-17T20:33:11.327Z | Downloaded bytes v1.10.1 |
715 | 2025-07-17T20:33:11.332Z | Downloaded tokio-macros v2.5.0 |
716 | 2025-07-17T20:33:11.335Z | Downloaded darling_macro v0.21.0 |
717 | 2025-07-17T20:33:11.335Z | Downloaded crossbeam-channel v0.5.15 |
718 | 2025-07-17T20:33:11.339Z | Downloaded typify v0.2.0 |
719 | 2025-07-17T20:33:11.343Z | Downloaded zeroize_derive v1.4.2 |
720 | 2025-07-17T20:33:11.348Z | Downloaded fxhash v0.2.1 |
721 | 2025-07-17T20:33:11.348Z | Downloaded wait-timeout v0.2.0 |
722 | 2025-07-17T20:33:11.348Z | Downloaded tokio-dtrace v0.1.0 |
723 | 2025-07-17T20:33:11.351Z | Downloaded base64 v0.13.1 |
724 | 2025-07-17T20:33:11.355Z | Downloaded openssl-probe v0.1.5 |
725 | 2025-07-17T20:33:11.355Z | Downloaded openssl-macros v0.1.1 |
726 | 2025-07-17T20:33:11.358Z | Downloaded support-bundle-viewer v0.1.2 |
727 | 2025-07-17T20:33:11.358Z | Downloaded const-oid v0.9.6 |
728 | 2025-07-17T20:33:11.361Z | Downloaded parse-size v1.1.0 |
729 | 2025-07-17T20:33:11.361Z | Downloaded tap v1.0.1 |
730 | 2025-07-17T20:33:11.364Z | Downloaded tagptr v0.2.0 |
731 | 2025-07-17T20:33:11.364Z | Downloaded headers-core v0.3.0 |
732 | 2025-07-17T20:33:11.364Z | Downloaded foreign-types v0.3.2 |
733 | 2025-07-17T20:33:11.368Z | Downloaded der_derive v0.7.3 |
734 | 2025-07-17T20:33:11.371Z | Downloaded utf-8 v0.7.6 |
735 | 2025-07-17T20:33:11.371Z | Downloaded untrusted v0.7.1 |
736 | 2025-07-17T20:33:11.371Z | Downloaded compact_str v0.8.0 |
737 | 2025-07-17T20:33:11.374Z | Downloaded dsl_auto_type v0.1.2 |
738 | 2025-07-17T20:33:11.377Z | Downloaded litrs v0.4.1 |
739 | 2025-07-17T20:33:11.381Z | Downloaded libsw v3.5.0 |
740 | 2025-07-17T20:33:11.384Z | Downloaded progenitor-client v0.8.0 |
741 | 2025-07-17T20:33:11.384Z | Downloaded either v1.15.0 |
742 | 2025-07-17T20:33:11.387Z | Downloaded serde_cbor v0.11.2 |
743 | 2025-07-17T20:33:11.390Z | Downloaded funty v2.0.0 |
744 | 2025-07-17T20:33:11.390Z | Downloaded typify v0.3.0 |
745 | 2025-07-17T20:33:11.393Z | Downloaded indexmap v1.9.3 |
746 | 2025-07-17T20:33:11.396Z | Downloaded gethostname v0.5.0 |
747 | 2025-07-17T20:33:11.399Z | Downloaded futures-task v0.3.31 |
748 | 2025-07-17T20:33:11.402Z | Downloaded futures-sink v0.3.31 |
749 | 2025-07-17T20:33:11.402Z | Downloaded zeroize v1.8.1 |
750 | 2025-07-17T20:33:11.406Z | Downloaded phf_generator v0.11.2 |
751 | 2025-07-17T20:33:11.406Z | Downloaded progenitor-impl v0.10.0 |
752 | 2025-07-17T20:33:11.408Z | Downloaded normalize-line-endings v0.3.0 |
753 | 2025-07-17T20:33:11.408Z | Downloaded nodrop v0.1.14 |
754 | 2025-07-17T20:33:11.411Z | Downloaded miniz_oxide v0.8.5 |
755 | 2025-07-17T20:33:11.414Z | Downloaded pkg-config v0.3.31 |
756 | 2025-07-17T20:33:11.417Z | Downloaded hickory-server v0.25.2 |
757 | 2025-07-17T20:33:11.420Z | Downloaded progenitor v0.10.0 |
758 | 2025-07-17T20:33:11.423Z | Downloaded sigpipe v0.1.3 |
759 | 2025-07-17T20:33:11.423Z | Downloaded signal-hook-tokio v0.3.1 |
760 | 2025-07-17T20:33:11.426Z | Downloaded predicates-tree v1.0.12 |
761 | 2025-07-17T20:33:11.429Z | Downloaded tokio-rustls v0.26.0 |
762 | 2025-07-17T20:33:11.429Z | Downloaded filetime v0.2.25 |
763 | 2025-07-17T20:33:11.432Z | Downloaded foldhash v0.1.5 |
764 | 2025-07-17T20:33:11.435Z | Downloaded ena v0.14.3 |
765 | 2025-07-17T20:33:11.437Z | Downloaded rand_core v0.6.4 |
766 | 2025-07-17T20:33:11.437Z | Downloaded nanorand v0.7.0 |
767 | 2025-07-17T20:33:11.440Z | Downloaded rand_chacha v0.9.0 |
768 | 2025-07-17T20:33:11.443Z | Downloaded rustc-hash v1.1.0 |
769 | 2025-07-17T20:33:11.443Z | Downloaded tokio-stream v0.1.17 |
770 | 2025-07-17T20:33:11.448Z | Downloaded packed_struct_codegen v0.10.1 |
771 | 2025-07-17T20:33:11.451Z | Downloaded zerocopy v0.6.6 |
772 | 2025-07-17T20:33:11.454Z | Downloaded strip-ansi-escapes v0.2.0 |
773 | 2025-07-17T20:33:11.454Z | Downloaded base64 v0.21.7 |
774 | 2025-07-17T20:33:11.458Z | Downloaded try-lock v0.2.5 |
775 | 2025-07-17T20:33:11.461Z | Downloaded aes-gcm v0.10.3 |
776 | 2025-07-17T20:33:11.464Z | Downloaded packed_struct v0.10.1 |
777 | 2025-07-17T20:33:11.467Z | Downloaded ppv-lite86 v0.2.20 |
778 | 2025-07-17T20:33:11.470Z | Downloaded xshell-macros v0.2.7 |
779 | 2025-07-17T20:33:11.470Z | Downloaded peg v0.8.5 |
780 | 2025-07-17T20:33:11.473Z | Downloaded signal-hook-mio v0.2.4 |
781 | 2025-07-17T20:33:11.476Z | Downloaded unsafe-libyaml v0.2.11 |
782 | 2025-07-17T20:33:11.478Z | Downloaded indicatif v0.17.11 |
783 | 2025-07-17T20:33:11.482Z | Downloaded want v0.3.1 |
784 | 2025-07-17T20:33:11.496Z | Downloaded tower-service v0.3.3 |
785 | 2025-07-17T20:33:11.496Z | Downloaded progenitor-client v0.10.0 |
786 | 2025-07-17T20:33:11.496Z | Downloaded aes v0.8.4 |
787 | 2025-07-17T20:33:11.496Z | Downloaded rand_core v0.9.2 |
788 | 2025-07-17T20:33:11.496Z | Downloaded derive_builder_macro v0.20.2 |
789 | 2025-07-17T20:33:11.496Z | Downloaded omicron-zone-package v0.12.2 |
790 | 2025-07-17T20:33:11.500Z | Downloaded cc v1.2.15 |
791 | 2025-07-17T20:33:11.503Z | Downloaded signature v2.2.0 |
792 | 2025-07-17T20:33:11.506Z | Downloaded number_prefix v0.4.0 |
793 | 2025-07-17T20:33:11.506Z | Downloaded tokio-rustls v0.24.1 |
794 | 2025-07-17T20:33:11.509Z | Downloaded getrandom v0.2.15 |
795 | 2025-07-17T20:33:11.512Z | Downloaded jiff-static v0.2.15 |
796 | 2025-07-17T20:33:11.515Z | Downloaded unicode-truncate v1.1.0 |
797 | 2025-07-17T20:33:11.519Z | Downloaded tabled_derive v0.10.0 |
798 | 2025-07-17T20:33:11.519Z | Downloaded foreign-types-shared v0.3.1 |
799 | 2025-07-17T20:33:11.523Z | Downloaded num v0.4.3 |
800 | 2025-07-17T20:33:11.523Z | Downloaded stringprep v0.1.5 |
801 | 2025-07-17T20:33:11.526Z | Downloaded spki v0.7.3 |
802 | 2025-07-17T20:33:11.526Z | Downloaded nu-ansi-term v0.50.1 |
803 | 2025-07-17T20:33:11.529Z | Downloaded xattr v1.3.1 |
804 | 2025-07-17T20:33:11.532Z | Downloaded typify-macro v0.4.1 |
805 | 2025-07-17T20:33:11.532Z | Downloaded termcolor v1.4.1 |
806 | 2025-07-17T20:33:11.535Z | Downloaded scopeguard v1.2.0 |
807 | 2025-07-17T20:33:11.535Z | Downloaded path-slash v0.1.5 |
808 | 2025-07-17T20:33:11.538Z | Downloaded opaque-debug v0.3.1 |
809 | 2025-07-17T20:33:11.538Z | Downloaded curve25519-dalek-derive v0.1.1 |
810 | 2025-07-17T20:33:11.541Z | Downloaded rayon-core v1.12.1 |
811 | 2025-07-17T20:33:11.544Z | Downloaded dyn-clone v1.0.19 |
812 | 2025-07-17T20:33:11.547Z | Downloaded dunce v1.0.5 |
813 | 2025-07-17T20:33:11.547Z | Downloaded xz2 v0.1.7 |
814 | 2025-07-17T20:33:11.550Z | Downloaded daft v0.1.4 |
815 | 2025-07-17T20:33:11.553Z | Downloaded steno v0.4.1 |
816 | 2025-07-17T20:33:11.556Z | Downloaded typify-macro v0.3.0 |
817 | 2025-07-17T20:33:11.559Z | Downloaded globwalk v0.9.1 |
818 | 2025-07-17T20:33:11.559Z | Downloaded glob v0.3.2 |
819 | 2025-07-17T20:33:11.562Z | Downloaded ghash v0.5.1 |
820 | 2025-07-17T20:33:11.562Z | Downloaded daft-derive v0.1.4 |
821 | 2025-07-17T20:33:11.566Z | Downloaded thread_local v1.1.8 |
822 | 2025-07-17T20:33:11.569Z | Downloaded derive_more v0.99.20 |
823 | 2025-07-17T20:33:11.573Z | Downloaded sqlparser_derive v0.2.2 |
824 | 2025-07-17T20:33:11.576Z | Downloaded fallible-iterator v0.2.0 |
825 | 2025-07-17T20:33:11.579Z | Downloaded termios v0.3.3 |
826 | 2025-07-17T20:33:11.579Z | Downloaded sct v0.7.1 |
827 | 2025-07-17T20:33:11.583Z | Downloaded progenitor v0.9.1 |
828 | 2025-07-17T20:33:11.585Z | Downloaded phf v0.11.2 |
829 | 2025-07-17T20:33:11.588Z | Downloaded samael v0.0.19 |
830 | 2025-07-17T20:33:11.592Z | Downloaded void v1.0.2 |
831 | 2025-07-17T20:33:11.595Z | Downloaded tower-layer v0.3.3 |
832 | 2025-07-17T20:33:11.595Z | Downloaded diesel_table_macro_syntax v0.2.0 |
833 | 2025-07-17T20:33:11.598Z | Downloaded ecdsa v0.16.9 |
834 | 2025-07-17T20:33:11.602Z | Downloaded term v0.7.0 |
835 | 2025-07-17T20:33:11.604Z | Downloaded xshell v0.2.7 |
836 | 2025-07-17T20:33:11.607Z | Downloaded ron v0.8.1 |
837 | 2025-07-17T20:33:11.611Z | Downloaded paste v1.0.15 |
838 | 2025-07-17T20:33:11.614Z | Downloaded globset v0.4.15 |
839 | 2025-07-17T20:33:11.617Z | Downloaded tui-tree-widget v0.23.1 |
840 | 2025-07-17T20:33:11.620Z | Downloaded strum_macros v0.24.3 |
841 | 2025-07-17T20:33:11.623Z | Downloaded thiserror-no-std v2.0.2 |
842 | 2025-07-17T20:33:11.626Z | Downloaded num-conv v0.1.0 |
843 | 2025-07-17T20:33:11.629Z | Downloaded password-hash v0.5.0 |
844 | 2025-07-17T20:33:11.629Z | Downloaded topological-sort v0.2.2 |
845 | 2025-07-17T20:33:11.632Z | Downloaded quick-error v1.2.3 |
846 | 2025-07-17T20:33:11.632Z | Downloaded tokio-postgres v0.7.13 |
847 | 2025-07-17T20:33:11.637Z | Downloaded num-derive v0.4.2 |
848 | 2025-07-17T20:33:11.639Z | Downloaded yasna v0.5.2 |
849 | 2025-07-17T20:33:11.642Z | Downloaded poly1305 v0.8.0 |
850 | 2025-07-17T20:33:11.645Z | Downloaded newtype_derive v0.1.6 |
851 | 2025-07-17T20:33:11.648Z | Downloaded simd-adler32 v0.3.7 |
852 | 2025-07-17T20:33:11.648Z | Downloaded shlex v1.3.0 |
853 | 2025-07-17T20:33:11.651Z | Downloaded rustls-pemfile v1.0.4 |
854 | 2025-07-17T20:33:11.654Z | Downloaded zone v0.1.8 |
855 | 2025-07-17T20:33:11.654Z | Downloaded shell-words v1.1.0 |
856 | 2025-07-17T20:33:11.657Z | Downloaded dirs-next v2.0.0 |
857 | 2025-07-17T20:33:11.657Z | Downloaded debug-ignore v1.0.5 |
858 | 2025-07-17T20:33:11.662Z | Downloaded data-encoding v2.9.0 |
859 | 2025-07-17T20:33:11.662Z | Downloaded pkcs5 v0.7.1 |
860 | 2025-07-17T20:33:11.667Z | Downloaded which v4.4.2 |
861 | 2025-07-17T20:33:11.670Z | Downloaded env_logger v0.11.5 |
862 | 2025-07-17T20:33:11.670Z | Downloaded num-rational v0.4.2 |
863 | 2025-07-17T20:33:11.673Z | Downloaded futures-macro v0.3.31 |
864 | 2025-07-17T20:33:11.673Z | Downloaded hkdf v0.12.4 |
865 | 2025-07-17T20:33:11.677Z | Downloaded parse-zoneinfo v0.3.1 |
866 | 2025-07-17T20:33:11.680Z | Downloaded tinyvec_macros v0.1.1 |
867 | 2025-07-17T20:33:11.682Z | Downloaded zerocopy-derive v0.8.26 |
868 | 2025-07-17T20:33:11.690Z | Downloaded num-integer v0.1.46 |
869 | 2025-07-17T20:33:11.693Z | Downloaded num-derive v0.3.3 |
870 | 2025-07-17T20:33:11.694Z | Downloaded defmt v0.3.8 |
871 | 2025-07-17T20:33:11.697Z | Downloaded thiserror-impl-no-std v2.0.2 |
872 | 2025-07-17T20:33:11.697Z | Downloaded walkdir v2.5.0 |
873 | 2025-07-17T20:33:11.701Z | Downloaded darling v0.21.0 |
874 | 2025-07-17T20:33:11.704Z | Downloaded darling_core v0.20.10 |
875 | 2025-07-17T20:33:11.709Z | Downloaded serde_bytes v0.11.17 |
876 | 2025-07-17T20:33:11.713Z | Downloaded socket2 v0.5.10 |
877 | 2025-07-17T20:33:11.719Z | Downloaded rustls-native-certs v0.8.1 |
878 | 2025-07-17T20:33:11.719Z | Downloaded flate2 v1.1.2 |
879 | 2025-07-17T20:33:11.722Z | Downloaded snafu-derive v0.8.5 |
880 | 2025-07-17T20:33:11.725Z | Downloaded serde_yaml v0.9.34+deprecated |
881 | 2025-07-17T20:33:11.728Z | Downloaded ssh-cipher v0.2.0 |
882 | 2025-07-17T20:33:11.731Z | Downloaded slog-dtrace v0.3.0 |
883 | 2025-07-17T20:33:11.734Z | Downloaded oso-derive v0.27.3 |
884 | 2025-07-17T20:33:11.734Z | Downloaded endian-type v0.1.2 |
885 | 2025-07-17T20:33:11.734Z | Downloaded libm v0.2.8 |
886 | 2025-07-17T20:33:11.742Z | Downloaded unicase v2.7.0 |
887 | 2025-07-17T20:33:11.745Z | Downloaded postcard v1.0.10 |
888 | 2025-07-17T20:33:11.749Z | Downloaded rand_xorshift v0.4.0 |
889 | 2025-07-17T20:33:11.749Z | Downloaded postgres-protocol v0.6.8 |
890 | 2025-07-17T20:33:11.752Z | Downloaded unicode-properties v0.1.3 |
891 | 2025-07-17T20:33:11.755Z | Downloaded pkcs1 v0.7.5 |
892 | 2025-07-17T20:33:11.758Z | Downloaded vergen v8.3.2 |
893 | 2025-07-17T20:33:11.762Z | Downloaded zone_cfg_derive v0.1.2 |
894 | 2025-07-17T20:33:11.762Z | Downloaded strum v0.26.3 |
895 | 2025-07-17T20:33:11.766Z | Downloaded newline-converter v0.3.0 |
896 | 2025-07-17T20:33:11.766Z | Downloaded hyper v1.6.0 |
897 | 2025-07-17T20:33:11.769Z | Downloaded ssh-encoding v0.2.0 |
898 | 2025-07-17T20:33:11.772Z | Downloaded serde_plain v1.0.2 |
899 | 2025-07-17T20:33:11.775Z | Downloaded serde_path_to_error v0.1.17 |
900 | 2025-07-17T20:33:11.777Z | Downloaded rustls-pki-types v1.10.0 |
901 | 2025-07-17T20:33:11.781Z | Downloaded fixedbitset v0.5.7 |
902 | 2025-07-17T20:33:11.783Z | Downloaded group v0.13.0 |
903 | 2025-07-17T20:33:11.784Z | Downloaded fatfs v0.3.6 |
904 | 2025-07-17T20:33:11.787Z | Downloaded zone v0.3.1 |
905 | 2025-07-17T20:33:11.789Z | Downloaded rustls-pemfile v2.2.0 |
906 | 2025-07-17T20:33:11.792Z | Downloaded phf_codegen v0.11.2 |
907 | 2025-07-17T20:33:11.792Z | Downloaded libxml v0.3.3 |
908 | 2025-07-17T20:33:11.797Z | Downloaded parking_lot v0.12.3 |
909 | 2025-07-17T20:33:11.800Z | Downloaded postgres-types v0.2.9 |
910 | 2025-07-17T20:33:11.803Z | Downloaded peg-runtime v0.8.5 |
911 | 2025-07-17T20:33:11.806Z | Downloaded serde-big-array v0.5.1 |
912 | 2025-07-17T20:33:11.809Z | Downloaded foreign-types v0.5.0 |
913 | 2025-07-17T20:33:11.809Z | Downloaded proc-macro-error-attr2 v2.0.0 |
914 | 2025-07-17T20:33:11.812Z | Downloaded sync-ptr v0.1.4 |
915 | 2025-07-17T20:33:11.812Z | Downloaded russh-cryptovec v0.7.3 |
916 | 2025-07-17T20:33:11.815Z | Downloaded zone_cfg_derive v0.3.0 |
917 | 2025-07-17T20:33:11.815Z | Downloaded russh-keys v0.45.0 |
918 | 2025-07-17T20:33:11.818Z | Downloaded rsa v0.9.6 |
919 | 2025-07-17T20:33:11.821Z | Downloaded blake3 v1.5.4 |
920 | 2025-07-17T20:33:11.829Z | Downloaded prettyplease v0.2.35 |
921 | 2025-07-17T20:33:11.833Z | Downloaded termtree v0.5.1 |
922 | 2025-07-17T20:33:11.836Z | Downloaded num-iter v0.1.45 |
923 | 2025-07-17T20:33:11.838Z | Downloaded time-core v0.1.2 |
924 | 2025-07-17T20:33:11.838Z | Downloaded wyz v0.5.1 |
925 | 2025-07-17T20:33:11.843Z | Downloaded semver v0.1.20 |
926 | 2025-07-17T20:33:11.843Z | Downloaded ff v0.13.0 |
927 | 2025-07-17T20:33:11.845Z | Downloaded phf_shared v0.11.2 |
928 | 2025-07-17T20:33:11.845Z | Downloaded ref-cast-impl v1.0.24 |
929 | 2025-07-17T20:33:11.846Z | Downloaded toml v0.7.8 |
930 | 2025-07-17T20:33:11.849Z | Downloaded num_enum v0.5.11 |
931 | 2025-07-17T20:33:11.854Z | Downloaded serde_repr v0.1.19 |
932 | 2025-07-17T20:33:11.857Z | Downloaded precomputed-hash v0.1.1 |
933 | 2025-07-17T20:33:11.860Z | Downloaded hash32 v0.3.1 |
934 | 2025-07-17T20:33:11.860Z | Downloaded papergrid v0.14.0 |
935 | 2025-07-17T20:33:11.866Z | Downloaded tracing-attributes v0.1.27 |
936 | 2025-07-17T20:33:11.869Z | Downloaded parking_lot v0.11.2 |
937 | 2025-07-17T20:33:11.873Z | Downloaded slog-json v2.6.1 |
938 | 2025-07-17T20:33:11.875Z | Downloaded diesel-dtrace v0.4.2 |
939 | 2025-07-17T20:33:11.875Z | Downloaded unicode-segmentation v1.12.0 |
940 | 2025-07-17T20:33:11.879Z | Downloaded pretty-hex v0.2.1 |
941 | 2025-07-17T20:33:11.882Z | Downloaded futures-core v0.3.31 |
942 | 2025-07-17T20:33:11.882Z | Downloaded parking_lot_core v0.9.10 |
943 | 2025-07-17T20:33:11.885Z | Downloaded rpassword v7.4.0 |
944 | 2025-07-17T20:33:11.889Z | Downloaded itertools v0.12.1 |
945 | 2025-07-17T20:33:11.892Z | Downloaded display-error-chain v0.2.2 |
946 | 2025-07-17T20:33:11.895Z | Downloaded predicates-core v1.0.8 |
947 | 2025-07-17T20:33:11.895Z | Downloaded progenitor-macro v0.8.0 |
948 | 2025-07-17T20:33:11.898Z | Downloaded pem v3.0.5 |
949 | 2025-07-17T20:33:11.901Z | Downloaded new_debug_unreachable v1.0.6 |
950 | 2025-07-17T20:33:11.901Z | Downloaded native-tls v0.2.12 |
951 | 2025-07-17T20:33:11.904Z | Downloaded reqwest v0.12.22 |
952 | 2025-07-17T20:33:11.910Z | Downloaded fd-lock v4.0.2 |
953 | 2025-07-17T20:33:11.913Z | Downloaded slab v0.4.9 |
954 | 2025-07-17T20:33:11.916Z | Downloaded slog-scope v4.4.0 |
955 | 2025-07-17T20:33:11.916Z | Downloaded foreign-types-shared v0.1.1 |
956 | 2025-07-17T20:33:11.919Z | Downloaded vte_generate_state_changes v0.1.2 |
957 | 2025-07-17T20:33:11.919Z | Downloaded predicates v3.1.3 |
958 | 2025-07-17T20:33:11.922Z | Downloaded peg-macros v0.8.5 |
959 | 2025-07-17T20:33:11.925Z | Downloaded tough v0.20.0 |
960 | 2025-07-17T20:33:11.933Z | Downloaded structmeta v0.3.0 |
961 | 2025-07-17T20:33:11.938Z | Downloaded supports-color v3.0.2 |
962 | 2025-07-17T20:33:11.938Z | Downloaded strum_macros v0.26.4 |
963 | 2025-07-17T20:33:11.941Z | Downloaded rand v0.8.5 |
964 | 2025-07-17T20:33:11.941Z | Downloaded nom v7.1.3 |
965 | 2025-07-17T20:33:11.945Z | Downloaded test-strategy v0.4.1 |
966 | 2025-07-17T20:33:11.949Z | Downloaded oxnet v0.1.2 |
967 | 2025-07-17T20:33:11.952Z | Downloaded unarray v0.1.4 |
968 | 2025-07-17T20:33:11.955Z | Downloaded nibble_vec v0.1.0 |
969 | 2025-07-17T20:33:11.955Z | Downloaded document-features v0.2.10 |
970 | 2025-07-17T20:33:11.957Z | Downloaded typify-macro v0.2.0 |
971 | 2025-07-17T20:33:11.958Z | Downloaded dirs-sys-next v0.1.2 |
972 | 2025-07-17T20:33:11.958Z | Downloaded owo-colors v4.2.2 |
973 | 2025-07-17T20:33:11.960Z | Downloaded half v1.8.3 |
974 | 2025-07-17T20:33:11.963Z | Downloaded derive_builder_core v0.20.2 |
975 | 2025-07-17T20:33:11.966Z | Downloaded crunchy v0.2.2 |
976 | 2025-07-17T20:33:11.969Z | Downloaded tokio-tungstenite v0.21.0 |
977 | 2025-07-17T20:33:11.970Z | Downloaded pem-rfc7468 v0.7.0 |
978 | 2025-07-17T20:33:11.972Z | Downloaded parse-display-derive v0.10.0 |
979 | 2025-07-17T20:33:11.973Z | Downloaded serde_with_macros v3.14.0 |
980 | 2025-07-17T20:33:11.975Z | Downloaded float-ord v0.3.2 |
981 | 2025-07-17T20:33:11.978Z | Downloaded toml_edit v0.19.15 |
982 | 2025-07-17T20:33:11.991Z | Downloaded num_threads v0.1.7 |
983 | 2025-07-17T20:33:11.994Z | Downloaded qorb v0.4.0 |
984 | 2025-07-17T20:33:11.997Z | Downloaded pin-utils v0.1.0 |
985 | 2025-07-17T20:33:12.000Z | Downloaded slog-async v2.8.0 |
986 | 2025-07-17T20:33:12.000Z | Downloaded zip v0.6.6 |
987 | 2025-07-17T20:33:12.003Z | Downloaded serde_urlencoded v0.7.1 |
988 | 2025-07-17T20:33:12.006Z | Downloaded password-hash v0.4.2 |
989 | 2025-07-17T20:33:12.009Z | Downloaded powerfmt v0.2.0 |
990 | 2025-07-17T20:33:12.009Z | Downloaded num-bigint-dig v0.8.4 |
991 | 2025-07-17T20:33:12.013Z | Downloaded env_filter v0.1.2 |
992 | 2025-07-17T20:33:12.016Z | Downloaded universal-hash v0.5.1 |
993 | 2025-07-17T20:33:12.016Z | Downloaded salty v0.3.0 |
994 | 2025-07-17T20:33:12.022Z | Downloaded ctr v0.9.2 |
995 | 2025-07-17T20:33:12.024Z | Downloaded oso v0.27.3 |
996 | 2025-07-17T20:33:12.029Z | Downloaded slog-bunyan v2.5.0 |
997 | 2025-07-17T20:33:12.032Z | Downloaded pbkdf2 v0.11.0 |
998 | 2025-07-17T20:33:12.032Z | Downloaded unicode-bidi v0.3.17 |
999 | 2025-07-17T20:33:12.035Z | Downloaded uuid v1.17.0 |
1000 | 2025-07-17T20:33:12.038Z | Downloaded darling_core v0.21.0 |
1001 | 2025-07-17T20:33:12.041Z | Downloaded progenitor-macro v0.10.0 |
1002 | 2025-07-17T20:33:12.044Z | Downloaded unicode-normalization v0.1.24 |
1003 | 2025-07-17T20:33:12.047Z | Downloaded newtype-uuid v1.2.4 |
1004 | 2025-07-17T20:33:12.047Z | Downloaded scheduled-thread-pool v0.2.7 |
1005 | 2025-07-17T20:33:12.051Z | Downloaded vte v0.11.1 |
1006 | 2025-07-17T20:33:12.055Z | Downloaded tracing v0.1.40 |
1007 | 2025-07-17T20:33:12.055Z | Downloaded env_logger v0.10.2 |
1008 | 2025-07-17T20:33:12.058Z | Downloaded pin-project-internal v1.1.6 |
1009 | 2025-07-17T20:33:12.061Z | Downloaded tinyvec v1.8.0 |
1010 | 2025-07-17T20:33:12.064Z | Downloaded progenitor-impl v0.9.1 |
1011 | 2025-07-17T20:33:12.067Z | Downloaded rustversion v1.0.17 |
1012 | 2025-07-17T20:33:12.067Z | Downloaded static_assertions v1.1.0 |
1013 | 2025-07-17T20:33:12.070Z | Downloaded csv-core v0.1.11 |
1014 | 2025-07-17T20:33:12.070Z | Downloaded ed25519-dalek v2.1.1 |
1015 | 2025-07-17T20:33:12.074Z | Downloaded tower v0.5.2 |
1016 | 2025-07-17T20:33:12.081Z | Downloaded whoami v1.5.2 |
1017 | 2025-07-17T20:33:12.084Z | Downloaded twox-hash v2.1.0 |
1018 | 2025-07-17T20:33:12.087Z | Downloaded slog v2.7.0 |
1019 | 2025-07-17T20:33:12.090Z | Downloaded structmeta-derive v0.3.0 |
1020 | 2025-07-17T20:33:12.090Z | Downloaded tungstenite v0.21.0 |
1021 | 2025-07-17T20:33:12.094Z | Downloaded pretty_assertions v1.4.1 |
1022 | 2025-07-17T20:33:12.097Z | Downloaded proptest v1.7.0 |
1023 | 2025-07-17T20:33:12.103Z | Downloaded zopfli v0.8.1 |
1024 | 2025-07-17T20:33:12.106Z | Downloaded bindgen v0.71.1 |
1025 | 2025-07-17T20:33:12.112Z | Downloaded p256 v0.13.2 |
1026 | 2025-07-17T20:33:12.115Z | Downloaded futures v0.3.31 |
1027 | 2025-07-17T20:33:12.119Z | Downloaded der v0.7.9 |
1028 | 2025-07-17T20:33:12.124Z | Downloaded tungstenite v0.23.0 |
1029 | 2025-07-17T20:33:12.127Z | Downloaded slog-term v2.9.1 |
1030 | 2025-07-17T20:33:12.130Z | Downloaded zip v4.2.0 |
1031 | 2025-07-17T20:33:12.134Z | Downloaded p521 v0.13.3 |
1032 | 2025-07-17T20:33:12.137Z | Downloaded diesel_derives v2.2.3 |
1033 | 2025-07-17T20:33:12.141Z | Downloaded subprocess v0.2.9 |
1034 | 2025-07-17T20:33:12.146Z | Downloaded derive-where v1.5.0 |
1035 | 2025-07-17T20:33:12.151Z | Downloaded unicode_categories v0.1.1 |
1036 | 2025-07-17T20:33:12.151Z | Downloaded futures-executor v0.3.31 |
1037 | 2025-07-17T20:33:12.155Z | Downloaded slog-stdlog v4.1.1 |
1038 | 2025-07-17T20:33:12.155Z | Downloaded publicsuffix v2.3.0 |
1039 | 2025-07-17T20:33:12.160Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2025-07-17T20:33:12.160Z | Downloaded num_enum_derive v0.5.11 |
1041 | 2025-07-17T20:33:12.160Z | Downloaded vsss-rs v3.3.4 |
1042 | 2025-07-17T20:33:12.163Z | Downloaded value-bag v1.9.0 |
1043 | 2025-07-17T20:33:12.163Z | Downloaded ssh-key v0.6.6 |
1044 | 2025-07-17T20:33:12.169Z | Downloaded lalrpop v0.19.12 |
1045 | 2025-07-17T20:33:12.178Z | Downloaded tower-http v0.6.6 |
1046 | 2025-07-17T20:33:12.186Z | Downloaded russh v0.45.0 |
1047 | 2025-07-17T20:33:12.192Z | Downloaded crypto-bigint v0.5.5 |
1048 | 2025-07-17T20:33:12.197Z | Downloaded quick-xml v0.37.2 |
1049 | 2025-07-17T20:33:12.202Z | Downloaded hashbrown v0.13.2 |
1050 | 2025-07-17T20:33:12.208Z | Downloaded winnow v0.5.40 |
1051 | 2025-07-17T20:33:12.213Z | Downloaded tracing-core v0.1.32 |
1052 | 2025-07-17T20:33:12.216Z | Downloaded rand v0.9.1 |
1053 | 2025-07-17T20:33:12.220Z | Downloaded rustls v0.21.12 |
1054 | 2025-07-17T20:33:12.230Z | Downloaded expectorate v1.2.0 |
1055 | 2025-07-17T20:33:12.237Z | Downloaded git2 v0.19.0 |
1056 | 2025-07-17T20:33:12.242Z | Downloaded rayon v1.10.0 |
1057 | 2025-07-17T20:33:12.250Z | Downloaded moka v0.12.10 |
1058 | 2025-07-17T20:33:12.257Z | Downloaded portable-atomic v1.11.0 |
1059 | 2025-07-17T20:33:12.264Z | Downloaded h2 v0.4.6 |
1060 | 2025-07-17T20:33:12.270Z | Downloaded hashbrown v0.12.3 |
1061 | 2025-07-17T20:33:12.274Z | Downloaded time v0.3.36 |
1062 | 2025-07-17T20:33:12.280Z | Downloaded sqlparser v0.45.0 |
1063 | 2025-07-17T20:33:12.285Z | Downloaded zerocopy v0.8.26 |
1064 | 2025-07-17T20:33:12.305Z | Downloaded quinn-proto v0.11.8 |
1065 | 2025-07-17T20:33:12.311Z | Downloaded object v0.30.4 |
1066 | 2025-07-17T20:33:12.320Z | Downloaded reedline v0.40.0 |
1067 | 2025-07-17T20:33:12.326Z | Downloaded tokio-util v0.7.15 |
1068 | 2025-07-17T20:33:12.333Z | Downloaded petname v2.0.2 |
1069 | 2025-07-17T20:33:12.337Z | Downloaded chrono-tz v0.10.3 |
1070 | 2025-07-17T20:33:12.343Z | Downloaded rustls-webpki v0.102.8 |
1071 | 2025-07-17T20:33:12.360Z | Downloaded serde_with v3.14.0 |
1072 | 2025-07-17T20:33:12.371Z | Downloaded p384 v0.13.0 |
1073 | 2025-07-17T20:33:12.376Z | Downloaded regress v0.10.3 |
1074 | 2025-07-17T20:33:12.384Z | Downloaded gimli v0.31.1 |
1075 | 2025-07-17T20:33:12.391Z | Downloaded radix_trie v0.2.1 |
1076 | 2025-07-17T20:33:12.395Z | Downloaded nix v0.30.1 |
1077 | 2025-07-17T20:33:12.405Z | Downloaded object v0.36.5 |
1078 | 2025-07-17T20:33:12.415Z | Downloaded dropshot v0.16.2 |
1079 | 2025-07-17T20:33:12.435Z | Downloaded winnow v0.6.26 |
1080 | 2025-07-17T20:33:12.442Z | Downloaded regex-syntax v0.6.29 |
1081 | 2025-07-17T20:33:12.449Z | Downloaded typify-impl v0.3.0 |
1082 | 2025-07-17T20:33:12.461Z | Downloaded curve25519-dalek v4.1.3 |
1083 | 2025-07-17T20:33:12.468Z | Downloaded typify-impl v0.2.0 |
1084 | 2025-07-17T20:33:12.480Z | Downloaded openssl v0.10.73 |
1085 | 2025-07-17T20:33:12.489Z | Downloaded smoltcp v0.11.0 |
1086 | 2025-07-17T20:33:12.499Z | Downloaded nix v0.27.1 |
1087 | 2025-07-17T20:33:12.508Z | Downloaded webpki-roots v1.0.1 |
1088 | 2025-07-17T20:33:12.511Z | Downloaded hickory-proto v0.24.4 |
1089 | 2025-07-17T20:33:12.524Z | Downloaded typify-impl v0.4.1 |
1090 | 2025-07-17T20:33:12.538Z | Downloaded rustls v0.22.4 |
1091 | 2025-07-17T20:33:12.548Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
1092 | 2025-07-17T20:33:12.558Z | Downloaded hickory-proto v0.25.2 |
1093 | 2025-07-17T20:33:12.573Z | Downloaded regex v1.11.1 |
1094 | 2025-07-17T20:33:12.583Z | Downloaded nix v0.28.0 |
1095 | 2025-07-17T20:33:12.593Z | Downloaded rustls v0.23.19 |
1096 | 2025-07-17T20:33:12.603Z | Downloaded nix v0.29.0 |
1097 | 2025-07-17T20:33:12.612Z | Downloaded smoltcp v0.9.1 |
1098 | 2025-07-17T20:33:12.622Z | Downloaded rustls-webpki v0.101.7 |
1099 | 2025-07-17T20:33:12.635Z | Downloaded openapiv3 v2.2.0 |
1100 | 2025-07-17T20:33:12.644Z | Downloaded polar-core v0.27.3 |
1101 | 2025-07-17T20:33:12.651Z | Downloaded petgraph v0.8.2 |
1102 | 2025-07-17T20:33:12.670Z | Downloaded zlib-rs v0.5.1 |
1103 | 2025-07-17T20:33:12.674Z | Downloaded vcpkg v0.2.15 |
1104 | 2025-07-17T20:33:12.710Z | Downloaded diesel v2.2.11 |
1105 | 2025-07-17T20:33:12.726Z | Downloaded bstr v1.10.0 |
1106 | 2025-07-17T20:33:12.735Z | Downloaded tabled v0.18.0 |
1107 | 2025-07-17T20:33:12.750Z | Downloaded regex-syntax v0.8.5 |
1108 | 2025-07-17T20:33:12.757Z | Downloaded pin-project v1.1.6 |
1109 | 2025-07-17T20:33:12.767Z | Downloaded zerocopy-derive v0.6.6 |
1110 | 2025-07-17T20:33:12.775Z | Downloaded futures-util v0.3.31 |
1111 | 2025-07-17T20:33:12.787Z | Downloaded headers v0.4.1 |
1112 | 2025-07-17T20:33:12.800Z | Downloaded enum-as-inner v0.6.1 |
1113 | 2025-07-17T20:33:12.805Z | Downloaded deranged v0.3.11 |
1114 | 2025-07-17T20:33:12.805Z | Downloaded oxide-tokio-rt v0.1.2 |
1115 | 2025-07-17T20:33:12.805Z | Downloaded futures-io v0.3.31 |
1116 | 2025-07-17T20:33:12.805Z | Downloaded proc-macro-error2 v2.0.1 |
1117 | 2025-07-17T20:33:12.805Z | Downloaded derive_builder v0.20.2 |
1118 | 2025-07-17T20:33:12.810Z | Downloaded snafu v0.8.5 |
1119 | 2025-07-17T20:33:12.819Z | Downloaded rustc-demangle v0.1.24 |
1120 | 2025-07-17T20:33:12.823Z | Downloaded uzers v0.12.1 |
1121 | 2025-07-17T20:33:12.826Z | Downloaded aws-lc-rs v1.12.4 |
1122 | 2025-07-17T20:33:12.834Z | Downloaded futures-channel v0.3.31 |
1123 | 2025-07-17T20:33:12.839Z | Downloaded tls_codec v0.4.1 |
1124 | 2025-07-17T20:33:12.842Z | Downloaded itertools v0.14.0 |
1125 | 2025-07-17T20:33:12.848Z | Downloaded aho-corasick v1.1.3 |
1126 | 2025-07-17T20:33:12.855Z | Downloaded num-bigint v0.4.6 |
1127 | 2025-07-17T20:33:12.863Z | Downloaded itertools v0.10.5 |
1128 | 2025-07-17T20:33:12.868Z | Downloaded rtoolbox v0.0.2 |
1129 | 2025-07-17T20:33:12.871Z | Downloaded secrecy v0.10.3 |
1130 | 2025-07-17T20:33:12.871Z | Downloaded foreign-types-macros v0.2.3 |
1131 | 2025-07-17T20:33:12.874Z | Downloaded sled v0.34.7 |
1132 | 2025-07-17T20:33:12.882Z | Downloaded defmt-parser v0.3.4 |
1133 | 2025-07-17T20:33:12.885Z | Downloaded defmt-macros v0.3.9 |
1134 | 2025-07-17T20:33:12.888Z | Downloaded parking_lot_core v0.8.6 |
1135 | 2025-07-17T20:33:12.891Z | Downloaded regex-automata v0.4.8 |
1136 | 2025-07-17T20:33:12.905Z | Downloaded jiff v0.2.15 |
1137 | 2025-07-17T20:33:12.919Z | Downloaded ratatui v0.29.0 |
1138 | 2025-07-17T20:33:12.940Z | Downloaded itertools v0.13.0 |
1139 | 2025-07-17T20:33:12.943Z | Downloaded ed25519 v2.2.3 |
1140 | 2025-07-17T20:33:12.943Z | Downloaded parse-display v0.10.0 |
1141 | 2025-07-17T20:33:12.946Z | Downloaded yansi v1.0.1 |
1142 | 2025-07-17T20:33:12.946Z | Downloaded chrono v0.4.41 |
1143 | 2025-07-17T20:33:12.951Z | Downloaded bitvec v1.0.1 |
1144 | 2025-07-17T20:33:12.964Z | Downloaded flume v0.11.1 |
1145 | 2025-07-17T20:33:12.968Z | Downloaded zstd v0.13.3 |
1146 | 2025-07-17T20:33:12.972Z | Downloaded progenitor-impl v0.8.0 |
1147 | 2025-07-17T20:33:12.975Z | Downloaded quinn v0.11.5 |
1148 | 2025-07-17T20:33:12.975Z | Downloaded rand_chacha v0.3.1 |
1149 | 2025-07-17T20:33:12.978Z | Downloaded num-complex v0.4.6 |
1150 | 2025-07-17T20:33:12.978Z | Downloaded heapless v0.7.17 |
1151 | 2025-07-17T20:33:12.981Z | Downloaded serde-hex v0.1.0 |
1152 | 2025-07-17T20:33:12.985Z | Downloaded progenitor-macro v0.9.1 |
1153 | 2025-07-17T20:33:12.985Z | Downloaded float-cmp v0.10.0 |
1154 | 2025-07-17T20:33:12.985Z | Downloaded flagset v0.4.6 |
1155 | 2025-07-17T20:33:12.987Z | Downloaded lzma-sys v0.1.20 |
1156 | 2025-07-17T20:33:13.010Z | Downloaded petgraph v0.6.5 |
1157 | 2025-07-17T20:33:13.024Z | Downloaded libz-sys v1.1.20 |
1158 | 2025-07-17T20:33:13.042Z | Downloaded fixedbitset v0.4.2 |
1159 | 2025-07-17T20:33:13.045Z | Downloaded zstd-safe v7.2.3 |
1160 | 2025-07-17T20:33:13.045Z | Downloaded sha3 v0.10.8 |
1161 | 2025-07-17T20:33:13.048Z | Downloaded signal-hook v0.3.17 |
1162 | 2025-07-17T20:33:13.051Z | Downloaded tar v0.4.44 |
1163 | 2025-07-17T20:33:13.054Z | Downloaded schemars v0.8.22 |
1164 | 2025-07-17T20:33:13.065Z | Downloaded polyval v0.6.2 |
1165 | 2025-07-17T20:33:13.068Z | Downloaded prefix-trie v0.7.0 |
1166 | 2025-07-17T20:33:13.071Z | Downloaded tls_codec_derive v0.4.1 |
1167 | 2025-07-17T20:33:13.071Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
1168 | 2025-07-17T20:33:13.086Z | Downloaded csv v1.3.1 |
1169 | 2025-07-17T20:33:13.102Z | Downloaded fs-err v2.11.0 |
1170 | 2025-07-17T20:33:13.105Z | Downloaded openssl-sys v0.9.109 |
1171 | 2025-07-17T20:33:13.108Z | Downloaded tokio v1.45.1 |
1172 | 2025-07-17T20:33:13.141Z | Downloaded des v0.8.1 |
1173 | 2025-07-17T20:33:13.144Z | Downloaded x509-cert v0.2.5 |
1174 | 2025-07-17T20:33:13.148Z | Downloaded typed-path v0.9.3 |
1175 | 2025-07-17T20:33:13.153Z | Downloaded rustyline v14.0.0 |
1176 | 2025-07-17T20:33:13.159Z | Downloaded sqlformat v0.3.5 |
1177 | 2025-07-17T20:33:13.163Z | Downloaded mio v1.0.2 |
1178 | 2025-07-17T20:33:13.168Z | Downloaded http v1.3.1 |
1179 | 2025-07-17T20:33:13.171Z | Downloaded sha1 v0.10.6 |
1180 | 2025-07-17T20:33:13.171Z | Downloaded crossterm v0.28.1 |
1181 | 2025-07-17T20:33:13.175Z | Downloaded minimal-lexical v0.2.1 |
1182 | 2025-07-17T20:33:13.179Z | Downloaded ref-cast v1.0.24 |
1183 | 2025-07-17T20:33:13.182Z | Downloaded tokio-tungstenite v0.23.1 |
1184 | 2025-07-17T20:33:13.185Z | Downloaded sync_wrapper v1.0.1 |
1185 | 2025-07-17T20:33:13.185Z | Downloaded spin v0.9.8 |
1186 | 2025-07-17T20:33:13.188Z | Downloaded strum_macros v0.27.1 |
1187 | 2025-07-17T20:33:13.192Z | Downloaded olpc-cjson v0.1.4 |
1188 | 2025-07-17T20:33:13.192Z | Downloaded diff v0.1.13 |
1189 | 2025-07-17T20:33:13.192Z | Downloaded schemars_derive v0.8.22 |
1190 | 2025-07-17T20:33:13.195Z | Downloaded sec1 v0.7.3 |
1191 | 2025-07-17T20:33:13.195Z | Downloaded scrypt v0.11.0 |
1192 | 2025-07-17T20:33:13.195Z | Downloaded elliptic-curve v0.13.8 |
1193 | 2025-07-17T20:33:13.199Z | Downloaded secrecy v0.8.0 |
1194 | 2025-07-17T20:33:13.205Z | Downloaded rustc_version v0.1.7 |
1195 | 2025-07-17T20:33:13.205Z | Downloaded rustc-hash v2.1.1 |
1196 | 2025-07-17T20:33:13.205Z | Downloaded pkcs8 v0.10.2 |
1197 | 2025-07-17T20:33:13.205Z | Downloaded pin-project-lite v0.2.14 |
1198 | 2025-07-17T20:33:13.212Z | Downloaded similar v2.7.0 |
1199 | 2025-07-17T20:33:13.215Z | Downloaded iddqd v0.3.8 |
1200 | 2025-07-17T20:33:13.220Z | Downloaded tokio-rustls v0.25.0 |
1201 | 2025-07-17T20:33:13.223Z | Downloaded multimap v0.10.1 |
1202 | 2025-07-17T20:33:13.223Z | Downloaded fs_extra v1.3.0 |
1203 | 2025-07-17T20:33:13.227Z | Downloaded typify v0.4.1 |
1204 | 2025-07-17T20:33:13.229Z | Downloaded embedded-io v0.6.1 |
1205 | 2025-07-17T20:33:13.232Z | Downloaded embedded-io v0.4.0 |
1206 | 2025-07-17T20:33:13.232Z | Downloaded difflib v0.4.0 |
1207 | 2025-07-17T20:33:13.232Z | Downloaded tiny-keccak v2.0.2 |
1208 | 2025-07-17T20:33:13.235Z | Downloaded dropshot_endpoint v0.16.2 |
1209 | 2025-07-17T20:33:13.240Z | Downloaded encoding_rs v0.8.34 |
1210 | 2025-07-17T20:33:13.258Z | Downloaded rcgen v0.12.1 |
1211 | 2025-07-17T20:33:13.261Z | Downloaded pbkdf2 v0.12.2 |
1212 | 2025-07-17T20:33:13.261Z | Downloaded darling v0.20.10 |
1213 | 2025-07-17T20:33:13.266Z | Downloaded ron v0.7.1 |
1214 | 2025-07-17T20:33:13.270Z | Downloaded half v2.4.1 |
1215 | 2025-07-17T20:33:13.273Z | Downloaded bumpalo v3.16.0 |
1216 | 2025-07-17T20:33:13.276Z | Downloaded ring v0.17.14 |
1217 | 2025-07-17T20:33:13.314Z | Downloaded backtrace v0.3.74 |
1218 | 2025-07-17T20:33:13.319Z | Downloaded allocator-api2 v0.2.21 |
1219 | 2025-07-17T20:33:13.323Z | Downloaded arc-swap v1.7.1 |
1220 | 2025-07-17T20:33:13.323Z | Downloaded addr2line v0.24.2 |
1221 | 2025-07-17T20:33:13.326Z | Downloaded tokio-native-tls v0.3.1 |
1222 | 2025-07-17T20:33:13.326Z | Downloaded crossbeam-utils v0.8.21 |
1223 | 2025-07-17T20:33:13.330Z | Downloaded console v0.15.10 |
1224 | 2025-07-17T20:33:13.336Z | Downloaded bzip2 v0.5.2 |
1225 | 2025-07-17T20:33:13.336Z | Downloaded hickory-resolver v0.25.2 |
1226 | 2025-07-17T20:33:13.339Z | Downloaded subtle v2.6.1 |
1227 | 2025-07-17T20:33:13.339Z | Downloaded cookie v0.18.1 |
1228 | 2025-07-17T20:33:13.339Z | Downloaded colored v2.2.0 |
1229 | 2025-07-17T20:33:13.344Z | Downloaded blake2 v0.10.6 |
1230 | 2025-07-17T20:33:13.344Z | Downloaded smallvec v0.6.14 |
1231 | 2025-07-17T20:33:13.349Z | Downloaded bitfield-struct v0.6.2 |
1232 | 2025-07-17T20:33:13.349Z | Downloaded hickory-client v0.25.2 |
1233 | 2025-07-17T20:33:13.349Z | Downloaded bit-vec v0.8.0 |
1234 | 2025-07-17T20:33:13.352Z | Downloaded waitgroup v0.1.2 |
1235 | 2025-07-17T20:33:13.352Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1236 | 2025-07-17T20:33:13.399Z | Downloaded string_cache v0.8.9 |
1237 | 2025-07-17T20:33:13.403Z | Downloaded smf v0.2.3 |
1238 | 2025-07-17T20:33:13.403Z | Downloaded mime_guess v2.0.5 |
1239 | 2025-07-17T20:33:13.407Z | Downloaded bcs v0.1.6 |
1240 | 2025-07-17T20:33:13.407Z | Downloaded backoff v0.4.0 |
1241 | 2025-07-17T20:33:13.410Z | Downloaded rfc6979 v0.4.0 |
1242 | 2025-07-17T20:33:13.410Z | Downloaded quinn-udp v0.5.5 |
1243 | 2025-07-17T20:33:13.410Z | Downloaded psl-types v2.0.11 |
1244 | 2025-07-17T20:33:13.410Z | Downloaded cookie_store v0.21.1 |
1245 | 2025-07-17T20:33:13.413Z | Downloaded argon2 v0.5.3 |
1246 | 2025-07-17T20:33:13.422Z | Downloaded primeorder v0.13.6 |
1247 | 2025-07-17T20:33:13.422Z | Downloaded bb8 v0.8.5 |
1248 | 2025-07-17T20:33:13.422Z | Downloaded linked-hash-map v0.5.6 |
1249 | 2025-07-17T20:33:13.425Z | Downloaded libz-rs-sys v0.5.1 |
1250 | 2025-07-17T20:33:13.425Z | Downloaded constant_time_eq v0.3.1 |
1251 | 2025-07-17T20:33:13.425Z | Downloaded cargo-platform v0.1.8 |
1252 | 2025-07-17T20:33:13.425Z | Downloaded lockfree-object-pool v0.1.6 |
1253 | 2025-07-17T20:33:13.425Z | Downloaded libscf-sys v1.1.0 |
1254 | 2025-07-17T20:33:13.425Z | Downloaded libefi-sys v0.1.0 |
1255 | 2025-07-17T20:33:13.425Z | Downloaded lazycell v1.3.0 |
1256 | 2025-07-17T20:33:13.425Z | Downloaded lazy_static v1.5.0 |
1257 | 2025-07-17T20:33:13.429Z | Downloaded atomic-waker v1.1.2 |
1258 | 2025-07-17T20:33:13.429Z | Downloaded lzss v0.8.2 |
1259 | 2025-07-17T20:33:13.429Z | Downloaded internet-checksum v0.2.1 |
1260 | 2025-07-17T20:33:13.429Z | Downloaded hex-literal v0.4.1 |
1261 | 2025-07-17T20:33:13.432Z | Downloaded cipher v0.4.4 |
1262 | 2025-07-17T20:33:13.432Z | Downloaded chacha20 v0.9.1 |
1263 | 2025-07-17T20:33:13.435Z | Downloaded bitfield v0.14.0 |
1264 | 2025-07-17T20:33:13.435Z | Downloaded assert_matches v1.5.0 |
1265 | 2025-07-17T20:33:13.435Z | Downloaded adler2 v2.0.0 |
1266 | 2025-07-17T20:33:13.439Z | Downloaded highway v1.3.0 |
1267 | 2025-07-17T20:33:13.439Z | Downloaded memmap2 v0.9.5 |
1268 | 2025-07-17T20:33:13.447Z | Downloaded hickory-resolver v0.24.4 |
1269 | 2025-07-17T20:33:13.447Z | Downloaded hash32 v0.2.1 |
1270 | 2025-07-17T20:33:13.447Z | Downloaded crc-catalog v2.4.0 |
1271 | 2025-07-17T20:33:13.450Z | Downloaded base64ct v1.6.0 |
1272 | 2025-07-17T20:33:13.450Z | Downloaded http-body-util v0.1.3 |
1273 | 2025-07-17T20:33:13.450Z | Downloaded humantime v2.2.0 |
1274 | 2025-07-17T20:33:13.450Z | Downloaded blowfish v0.9.1 |
1275 | 2025-07-17T20:33:13.455Z | Downloaded block-padding v0.3.3 |
1276 | 2025-07-17T20:33:13.455Z | Downloaded ascii-canvas v3.0.0 |
1277 | 2025-07-17T20:33:13.455Z | Downloaded inout v0.1.3 |
1278 | 2025-07-17T20:33:13.455Z | Downloaded indoc v2.0.6 |
1279 | 2025-07-17T20:33:13.458Z | Downloaded hubpack v0.1.2 |
1280 | 2025-07-17T20:33:13.458Z | Downloaded crc v3.2.1 |
1281 | 2025-07-17T20:33:13.462Z | Downloaded cexpr v0.6.0 |
1282 | 2025-07-17T20:33:13.462Z | Downloaded atomicwrites v0.4.4 |
1283 | 2025-07-17T20:33:13.462Z | Downloaded atty v0.2.14 |
1284 | 2025-07-17T20:33:13.464Z | Downloaded chacha20poly1305 v0.10.1 |
1285 | 2025-07-17T20:33:13.465Z | Downloaded cfg_aliases v0.1.1 |
1286 | 2025-07-17T20:33:13.465Z | Downloaded ipnet v2.11.0 |
1287 | 2025-07-17T20:33:13.471Z | Downloaded buf-list v1.0.3 |
1288 | 2025-07-17T20:33:13.474Z | Downloaded ahash v0.8.11 |
1289 | 2025-07-17T20:33:13.747Z | Downloaded aws-lc-sys v0.26.0 |
1290 | 2025-07-17T20:33:14.037Z | Compiling value-bag v1.9.0 |
1291 | 2025-07-17T20:33:14.037Z | Compiling shlex v1.3.0 |
1292 | 2025-07-17T20:33:14.037Z | Compiling lock_api v0.4.12 |
1293 | 2025-07-17T20:33:14.040Z | Compiling scopeguard v1.2.0 |
1294 | 2025-07-17T20:33:14.040Z | Compiling typenum v1.17.0 |
1295 | 2025-07-17T20:33:14.040Z | Compiling generic-array v0.14.7 |
1296 | 2025-07-17T20:33:14.222Z | Compiling syn v2.0.104 |
1297 | 2025-07-17T20:33:14.234Z | Compiling getrandom v0.2.15 |
1298 | 2025-07-17T20:33:14.369Z | Compiling jobserver v0.1.32 |
1299 | 2025-07-17T20:33:14.573Z | Compiling rand_core v0.6.4 |
1300 | 2025-07-17T20:33:14.594Z | Compiling log v0.4.27 |
1301 | 2025-07-17T20:33:14.685Z | Compiling smallvec v1.15.0 |
1302 | 2025-07-17T20:33:14.804Z | Compiling cc v1.2.15 |
1303 | 2025-07-17T20:33:15.090Z | Compiling portable-atomic v1.11.0 |
1304 | 2025-07-17T20:33:15.113Z | Compiling critical-section v1.1.3 |
1305 | 2025-07-17T20:33:15.116Z | Compiling subtle v2.6.1 |
1306 | 2025-07-17T20:33:15.154Z | Compiling const-oid v0.9.6 |
1307 | 2025-07-17T20:33:15.278Z | Compiling pkg-config v0.3.31 |
1308 | 2025-07-17T20:33:15.339Z | Compiling parking_lot_core v0.9.10 |
1309 | 2025-07-17T20:33:15.484Z | Compiling pin-project-lite v0.2.14 |
1310 | 2025-07-17T20:33:15.631Z | Compiling rustix v0.38.37 |
1311 | 2025-07-17T20:33:16.319Z | Compiling signal-hook-registry v1.4.2 |
1312 | 2025-07-17T20:33:16.458Z | Compiling parking_lot v0.12.3 |
1313 | 2025-07-17T20:33:16.485Z | Compiling mio v1.0.2 |
1314 | 2025-07-17T20:33:16.538Z | Compiling futures-core v0.3.31 |
1315 | 2025-07-17T20:33:16.797Z | Compiling spin v0.9.8 |
1316 | 2025-07-17T20:33:17.029Z | Compiling either v1.15.0 |
1317 | 2025-07-17T20:33:17.171Z | Compiling once_cell v1.21.3 |
1318 | 2025-07-17T20:33:17.194Z | Compiling socket2 v0.5.10 |
1319 | 2025-07-17T20:33:17.288Z | Compiling aho-corasick v1.1.3 |
1320 | 2025-07-17T20:33:17.335Z | Compiling slab v0.4.9 |
1321 | 2025-07-17T20:33:17.430Z | Compiling cpufeatures v0.2.14 |
1322 | 2025-07-17T20:33:17.507Z | Compiling serde_json v1.0.140 |
1323 | 2025-07-17T20:33:17.545Z | Compiling regex-syntax v0.8.5 |
1324 | 2025-07-17T20:33:17.578Z | Compiling libm v0.2.8 |
1325 | 2025-07-17T20:33:17.887Z | Compiling num-traits v0.2.19 |
1326 | 2025-07-17T20:33:17.944Z | Compiling futures-sink v0.3.31 |
1327 | 2025-07-17T20:33:18.071Z | Compiling glob v0.3.2 |
1328 | 2025-07-17T20:33:18.118Z | Compiling percent-encoding v2.3.1 |
1329 | 2025-07-17T20:33:18.141Z | Compiling getrandom v0.3.1 |
1330 | 2025-07-17T20:33:18.550Z | Compiling prettyplease v0.2.35 |
1331 | 2025-07-17T20:33:18.814Z | Compiling lazy_static v1.5.0 |
1332 | 2025-07-17T20:33:18.925Z | Compiling clang-sys v1.8.1 |
1333 | 2025-07-17T20:33:18.949Z | Compiling minimal-lexical v0.2.1 |
1334 | 2025-07-17T20:33:18.969Z | Compiling allocator-api2 v0.2.21 |
1335 | 2025-07-17T20:33:19.273Z | Compiling foldhash v0.1.5 |
1336 | 2025-07-17T20:33:19.692Z | Compiling hashbrown v0.15.4 |
1337 | 2025-07-17T20:33:19.711Z | Compiling nom v7.1.3 |
1338 | 2025-07-17T20:33:19.732Z | Compiling libloading v0.8.5 |
1339 | 2025-07-17T20:33:19.764Z | Compiling bindgen v0.69.5 |
1340 | 2025-07-17T20:33:20.105Z | Compiling home v0.5.9 |
1341 | 2025-07-17T20:33:20.332Z | Compiling base64ct v1.6.0 |
1342 | 2025-07-17T20:33:20.781Z | Compiling pem-rfc7468 v0.7.0 |
1343 | 2025-07-17T20:33:20.903Z | Compiling futures-channel v0.3.31 |
1344 | 2025-07-17T20:33:21.201Z | Compiling regex-automata v0.4.8 |
1345 | 2025-07-17T20:33:21.324Z | Compiling itertools v0.12.1 |
1346 | 2025-07-17T20:33:21.378Z | Compiling lazycell v1.3.0 |
1347 | 2025-07-17T20:33:21.559Z | Compiling synstructure v0.13.1 |
1348 | 2025-07-17T20:33:22.943Z | Compiling cexpr v0.6.0 |
1349 | 2025-07-17T20:33:22.966Z | Compiling flagset v0.4.6 |
1350 | 2025-07-17T20:33:23.205Z | Compiling pin-utils v0.1.0 |
1351 | 2025-07-17T20:33:23.320Z | Compiling rustc-hash v1.1.0 |
1352 | 2025-07-17T20:33:23.418Z | Compiling futures-io v0.3.31 |
1353 | 2025-07-17T20:33:23.506Z | Compiling futures-task v0.3.31 |
1354 | 2025-07-17T20:33:23.696Z | Compiling cmake v0.1.51 |
1355 | 2025-07-17T20:33:23.819Z | Compiling zerocopy v0.8.26 |
1356 | 2025-07-17T20:33:24.248Z | Compiling fs_extra v1.3.0 |
1357 | 2025-07-17T20:33:24.372Z | Compiling dunce v1.0.5 |
1358 | 2025-07-17T20:33:24.490Z | Compiling form_urlencoded v1.2.1 |
1359 | 2025-07-17T20:33:24.513Z | Compiling paste v1.0.15 |
1360 | 2025-07-17T20:33:24.534Z | Compiling vcpkg v0.2.15 |
1361 | 2025-07-17T20:33:24.648Z | Compiling crossbeam-utils v0.8.21 |
1362 | 2025-07-17T20:33:24.759Z | Compiling ring v0.17.14 |
1363 | 2025-07-17T20:33:24.788Z | Compiling tracing-core v0.1.32 |
1364 | 2025-07-17T20:33:25.244Z | Compiling aws-lc-rs v1.12.4 |
1365 | 2025-07-17T20:33:25.709Z | Compiling iana-time-zone v0.1.63 |
1366 | 2025-07-17T20:33:26.063Z | Compiling base64 v0.22.1 |
1367 | 2025-07-17T20:33:26.092Z | Compiling openssl-sys v0.9.109 |
1368 | 2025-07-17T20:33:26.118Z | Compiling rustversion v1.0.17 |
1369 | 2025-07-17T20:33:26.391Z | Compiling serde_derive v1.0.219 |
1370 | 2025-07-17T20:33:26.648Z | Compiling zeroize_derive v1.4.2 |
1371 | 2025-07-17T20:33:26.735Z | Compiling zerofrom-derive v0.1.4 |
1372 | 2025-07-17T20:33:27.023Z | Compiling yoke-derive v0.7.4 |
1373 | 2025-07-17T20:33:27.045Z | Compiling zerovec-derive v0.10.3 |
1374 | 2025-07-17T20:33:27.819Z | Compiling zeroize v1.8.1 |
1375 | 2025-07-17T20:33:29.340Z | Compiling displaydoc v0.2.5 |
1376 | 2025-07-17T20:33:29.535Z | Compiling crypto-common v0.1.6 |
1377 | 2025-07-17T20:33:29.582Z | Compiling block-buffer v0.10.4 |
1378 | 2025-07-17T20:33:29.780Z | Compiling zerocopy-derive v0.7.35 |
1379 | 2025-07-17T20:33:29.864Z | Compiling digest v0.10.7 |
1380 | 2025-07-17T20:33:30.073Z | Compiling zerofrom v0.1.4 |
1381 | 2025-07-17T20:33:30.300Z | Compiling yoke v0.7.4 |
1382 | 2025-07-17T20:33:30.326Z | Compiling tokio-macros v2.5.0 |
1383 | 2025-07-17T20:33:30.673Z | Compiling zerovec v0.10.4 |
1384 | 2025-07-17T20:33:30.707Z | Compiling hmac v0.12.1 |
1385 | 2025-07-17T20:33:30.765Z | Compiling icu_provider_macros v1.5.0 |
1386 | 2025-07-17T20:33:30.969Z | Compiling block-padding v0.3.3 |
1387 | 2025-07-17T20:33:31.221Z | Compiling inout v0.1.3 |
1388 | 2025-07-17T20:33:31.279Z | Compiling sha2 v0.10.9 |
1389 | 2025-07-17T20:33:31.515Z | Compiling cipher v0.4.4 |
1390 | 2025-07-17T20:33:31.651Z | Compiling zerocopy v0.7.35 |
1391 | 2025-07-17T20:33:31.729Z | Compiling regex v1.11.1 |
1392 | 2025-07-17T20:33:31.814Z | Compiling der_derive v0.7.3 |
1393 | 2025-07-17T20:33:32.046Z | Compiling futures-macro v0.3.31 |
1394 | 2025-07-17T20:33:32.541Z | Compiling tinystr v0.7.6 |
1395 | 2025-07-17T20:33:32.697Z | Compiling icu_collections v1.5.0 |
1396 | 2025-07-17T20:33:32.978Z | Compiling icu_locid v1.5.0 |
1397 | 2025-07-17T20:33:33.033Z | Compiling thiserror-impl v1.0.69 |
1398 | 2025-07-17T20:33:33.359Z | Compiling serde v1.0.219 |
1399 | 2025-07-17T20:33:33.845Z | Compiling futures-util v0.3.31 |
1400 | 2025-07-17T20:33:33.920Z | Compiling ppv-lite86 v0.2.20 |
1401 | 2025-07-17T20:33:34.032Z | Compiling icu_provider v1.5.0 |
1402 | 2025-07-17T20:33:34.551Z | Compiling der v0.7.9 |
1403 | 2025-07-17T20:33:34.611Z | Compiling salsa20 v0.10.2 |
1404 | 2025-07-17T20:33:34.752Z | Compiling icu_locid_transform v1.5.0 |
1405 | 2025-07-17T20:33:34.825Z | Compiling pbkdf2 v0.12.2 |
1406 | 2025-07-17T20:33:34.923Z | Compiling zerocopy-derive v0.8.26 |
1407 | 2025-07-17T20:33:34.966Z | Compiling aes v0.8.4 |
1408 | 2025-07-17T20:33:35.009Z | Compiling scrypt v0.11.0 |
1409 | 2025-07-17T20:33:35.534Z | Compiling cbc v0.1.2 |
1410 | 2025-07-17T20:33:35.786Z | Compiling thiserror v1.0.69 |
1411 | 2025-07-17T20:33:35.905Z | Compiling icu_properties v1.5.1 |
1412 | 2025-07-17T20:33:35.945Z | Compiling pest v2.7.14 |
1413 | 2025-07-17T20:33:36.929Z | Compiling spki v0.7.3 |
1414 | 2025-07-17T20:33:37.313Z | Compiling pkcs5 v0.7.1 |
1415 | 2025-07-17T20:33:37.356Z | Compiling tracing-attributes v0.1.27 |
1416 | 2025-07-17T20:33:37.639Z | Compiling scroll_derive v0.12.0 |
1417 | 2025-07-17T20:33:38.409Z | Compiling pkcs8 v0.10.2 |
1418 | 2025-07-17T20:33:38.736Z | Compiling bytes v1.10.1 |
1419 | 2025-07-17T20:33:38.915Z | Compiling bitflags v2.9.1 |
1420 | 2025-07-17T20:33:39.059Z | Compiling semver v1.0.26 |
1421 | 2025-07-17T20:33:39.364Z | Compiling indexmap v2.10.0 |
1422 | 2025-07-17T20:33:39.725Z | Compiling icu_normalizer v1.5.0 |
1423 | 2025-07-17T20:33:40.140Z | Compiling tokio v1.45.1 |
1424 | 2025-07-17T20:33:40.429Z | Compiling http v1.3.1 |
1425 | 2025-07-17T20:33:40.452Z | Compiling rustc_version v0.4.1 |
1426 | 2025-07-17T20:33:40.716Z | Compiling idna_adapter v1.2.0 |
1427 | 2025-07-17T20:33:40.972Z | Compiling idna v1.0.3 |
1428 | 2025-07-17T20:33:41.113Z | Compiling uuid v1.17.0 |
1429 | 2025-07-17T20:33:41.425Z | Compiling tracing v0.1.40 |
1430 | 2025-07-17T20:33:41.549Z | Compiling pest_meta v2.7.14 |
1431 | 2025-07-17T20:33:41.690Z | Compiling url v2.5.4 |
1432 | 2025-07-17T20:33:41.938Z | Compiling http-body v1.0.1 |
1433 | 2025-07-17T20:33:42.202Z | Compiling chrono v0.4.41 |
1434 | 2025-07-17T20:33:42.448Z | Compiling rustls-pki-types v1.10.0 |
1435 | 2025-07-17T20:33:42.501Z | Compiling tinyvec_macros v0.1.1 |
1436 | 2025-07-17T20:33:42.547Z | Compiling httparse v1.9.5 |
1437 | 2025-07-17T20:33:42.615Z | Compiling tinyvec v1.8.0 |
1438 | 2025-07-17T20:33:43.261Z | Compiling which v4.4.2 |
1439 | 2025-07-17T20:33:43.454Z | Compiling pest_generator v2.7.14 |
1440 | 2025-07-17T20:33:43.507Z | Compiling rand_core v0.9.2 |
1441 | 2025-07-17T20:33:43.945Z | Compiling scroll v0.12.0 |
1442 | 2025-07-17T20:33:44.060Z | Compiling serde_derive_internals v0.29.1 |
1443 | 2025-07-17T20:33:44.166Z | Compiling bzip2-sys v0.1.13+1.0.8 |
1444 | 2025-07-17T20:33:44.490Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
1445 | 2025-07-17T20:33:44.675Z | Compiling adler2 v2.0.0 |
1446 | 2025-07-17T20:33:44.907Z | Compiling tower-service v0.3.3 |
1447 | 2025-07-17T20:33:45.062Z | Compiling openssl-probe v0.1.5 |
1448 | 2025-07-17T20:33:45.190Z | Compiling untrusted v0.9.0 |
1449 | 2025-07-17T20:33:45.220Z | Compiling try-lock v0.2.5 |
1450 | 2025-07-17T20:33:45.391Z | Compiling num-conv v0.1.0 |
1451 | 2025-07-17T20:33:45.396Z | Compiling foreign-types-shared v0.1.1 |
1452 | 2025-07-17T20:33:45.396Z | Compiling atomic-waker v1.1.2 |
1453 | 2025-07-17T20:33:45.547Z | Compiling time-core v0.1.2 |
1454 | 2025-07-17T20:33:45.583Z | Compiling untrusted v0.7.1 |
1455 | 2025-07-17T20:33:45.617Z | Compiling powerfmt v0.2.0 |
1456 | 2025-07-17T20:33:45.681Z | Compiling schemars v0.8.22 |
1457 | 2025-07-17T20:33:45.764Z | Compiling openssl v0.10.73 |
1458 | 2025-07-17T20:33:45.780Z | Compiling time-macros v0.2.18 |
1459 | 2025-07-17T20:33:45.800Z | Compiling pest_derive v2.7.14 |
1460 | 2025-07-17T20:33:45.987Z | Compiling deranged v0.3.11 |
1461 | 2025-07-17T20:33:46.080Z | Compiling foreign-types v0.3.2 |
1462 | 2025-07-17T20:33:46.170Z | Compiling want v0.3.1 |
1463 | 2025-07-17T20:33:46.255Z | Compiling schemars_derive v0.8.22 |
1464 | 2025-07-17T20:33:46.586Z | Compiling miniz_oxide v0.8.5 |
1465 | 2025-07-17T20:33:47.310Z | Compiling goblin v0.8.2 |
1466 | 2025-07-17T20:33:48.588Z | Compiling tokio-util v0.7.15 |
1467 | 2025-07-17T20:33:49.578Z | Compiling rand_chacha v0.9.0 |
1468 | 2025-07-17T20:33:50.081Z | Compiling h2 v0.4.6 |
1469 | 2025-07-17T20:33:50.326Z | Compiling ipnet v2.11.0 |
1470 | 2025-07-17T20:33:51.437Z | Compiling openssl-macros v0.1.1 |
1471 | 2025-07-17T20:33:51.575Z | Compiling num_threads v0.1.7 |
1472 | 2025-07-17T20:33:51.732Z | Compiling dyn-clone v1.0.19 |
1473 | 2025-07-17T20:33:51.969Z | Compiling native-tls v0.2.12 |
1474 | 2025-07-17T20:33:52.100Z | Compiling syn v1.0.109 |
1475 | 2025-07-17T20:33:52.150Z | Compiling rustls v0.23.19 |
1476 | 2025-07-17T20:33:52.309Z | Compiling httpdate v1.0.3 |
1477 | 2025-07-17T20:33:52.751Z | Compiling dof v0.3.0 |
1478 | 2025-07-17T20:33:53.071Z | Compiling time v0.3.36 |
1479 | 2025-07-17T20:33:54.524Z | Compiling rand v0.9.1 |
1480 | 2025-07-17T20:33:55.989Z | Compiling dtrace-parser v0.2.0 |
1481 | 2025-07-17T20:33:56.098Z | Compiling unicode-normalization v0.1.24 |
1482 | 2025-07-17T20:33:56.127Z | Compiling heapless v0.7.17 |
1483 | 2025-07-17T20:33:56.582Z | Compiling signature v2.2.0 |
1484 | 2025-07-17T20:33:56.887Z | Compiling crossbeam-epoch v0.9.18 |
1485 | 2025-07-17T20:33:57.973Z | Compiling hyper v1.6.0 |
1486 | 2025-07-17T20:33:58.003Z | Compiling crc32fast v1.4.2 |
1487 | 2025-07-17T20:33:58.003Z | Compiling cookie v0.18.1 |
1488 | 2025-07-17T20:33:58.003Z | Compiling siphasher v0.3.11 |
1489 | 2025-07-17T20:33:58.003Z | Compiling slog v2.7.0 |
1490 | 2025-07-17T20:33:58.003Z | Compiling unicode-properties v0.1.3 |
1491 | 2025-07-17T20:33:58.184Z | Compiling unicode-bidi v0.3.17 |
1492 | 2025-07-17T20:33:58.366Z | Compiling rayon-core v1.12.1 |
1493 | 2025-07-17T20:33:58.436Z | Compiling zstd-safe v7.2.3 |
1494 | 2025-07-17T20:33:58.679Z | Compiling signal-hook v0.3.17 |
1495 | 2025-07-17T20:33:58.789Z | Compiling zlib-rs v0.5.1 |
1496 | 2025-07-17T20:33:59.034Z | Compiling stringprep v0.1.5 |
1497 | 2025-07-17T20:33:59.395Z | Compiling hyper-util v0.1.14 |
1498 | 2025-07-17T20:34:00.030Z | Compiling phf_shared v0.11.2 |
1499 | 2025-07-17T20:34:00.232Z | Compiling usdt-impl v0.5.0 |
1500 | 2025-07-17T20:34:00.277Z | Compiling crossbeam-deque v0.8.5 |
1501 | 2025-07-17T20:34:00.403Z | Compiling curve25519-dalek v4.1.3 |
1502 | 2025-07-17T20:34:00.451Z | Compiling serde_tokenstream v0.2.2 |
1503 | 2025-07-17T20:34:00.629Z | Compiling serde_spanned v0.6.9 |
1504 | 2025-07-17T20:34:00.876Z | Compiling toml_datetime v0.6.11 |
1505 | 2025-07-17T20:34:01.045Z | Compiling rand_chacha v0.3.1 |
1506 | 2025-07-17T20:34:01.091Z | Compiling md-5 v0.10.6 |
1507 | 2025-07-17T20:34:01.370Z | Compiling num-integer v0.1.46 |
1508 | 2025-07-17T20:34:01.396Z | Compiling sync_wrapper v1.0.1 |
1509 | 2025-07-17T20:34:01.547Z | Compiling ff v0.13.0 |
1510 | 2025-07-17T20:34:01.570Z | Compiling hash32 v0.2.1 |
1511 | 2025-07-17T20:34:01.795Z | Compiling memoffset v0.9.1 |
1512 | 2025-07-17T20:34:01.915Z | Compiling tower-layer v0.3.3 |
1513 | 2025-07-17T20:34:02.093Z | Compiling psl-types v2.0.11 |
1514 | 2025-07-17T20:34:02.119Z | Compiling fallible-iterator v0.2.0 |
1515 | 2025-07-17T20:34:02.190Z | Compiling num-bigint-dig v0.8.4 |
1516 | 2025-07-17T20:34:02.306Z | Compiling newtype-uuid v1.2.4 |
1517 | 2025-07-17T20:34:02.538Z | Compiling cfg_aliases v0.2.1 |
1518 | 2025-07-17T20:34:02.617Z | Compiling litrs v0.4.1 |
1519 | 2025-07-17T20:34:02.657Z | Compiling gimli v0.31.1 |
1520 | 2025-07-17T20:34:02.722Z | Compiling base16ct v0.2.0 |
1521 | 2025-07-17T20:34:02.967Z | Compiling smoltcp v0.9.1 |
1522 | 2025-07-17T20:34:03.095Z | Compiling sec1 v0.7.3 |
1523 | 2025-07-17T20:34:03.328Z | Compiling postgres-protocol v0.6.8 |
1524 | 2025-07-17T20:34:03.642Z | Compiling nix v0.29.0 |
1525 | 2025-07-17T20:34:03.666Z | Compiling document-features v0.2.10 |
1526 | 2025-07-17T20:34:03.749Z | Compiling publicsuffix v2.3.0 |
1527 | 2025-07-17T20:34:04.051Z | Compiling tower v0.5.2 |
1528 | 2025-07-17T20:34:04.477Z | Compiling num-iter v0.1.45 |
1529 | 2025-07-17T20:34:04.683Z | Compiling group v0.13.0 |
1530 | 2025-07-17T20:34:04.777Z | Compiling rand v0.8.5 |
1531 | 2025-07-17T20:34:04.984Z | Compiling libz-rs-sys v0.5.1 |
1532 | 2025-07-17T20:34:05.285Z | Compiling flate2 v1.1.2 |
1533 | 2025-07-17T20:34:06.085Z | Compiling tokio-native-tls v0.3.1 |
1534 | 2025-07-17T20:34:06.464Z | Compiling ipnetwork v0.21.1 |
1535 | 2025-07-17T20:34:06.829Z | Compiling addr2line v0.24.2 |
1536 | 2025-07-17T20:34:06.833Z | Compiling strum_macros v0.27.1 |
1537 | 2025-07-17T20:34:06.873Z | Compiling rustls-native-certs v0.8.1 |
1538 | 2025-07-17T20:34:07.054Z | Compiling webpki-roots v1.0.1 |
1539 | 2025-07-17T20:34:07.212Z | Compiling terminal_size v0.4.0 |
1540 | 2025-07-17T20:34:07.276Z | Compiling http-body-util v0.1.3 |
1541 | 2025-07-17T20:34:07.296Z | Compiling hkdf v0.12.4 |
1542 | 2025-07-17T20:34:07.378Z | Compiling crypto-bigint v0.5.5 |
1543 | 2025-07-17T20:34:07.456Z | Compiling curve25519-dalek-derive v0.1.1 |
1544 | 2025-07-17T20:34:07.495Z | Compiling async-trait v0.1.88 |
1545 | 2025-07-17T20:34:07.566Z | Compiling thiserror-impl v2.0.12 |
1546 | 2025-07-17T20:34:07.775Z | Compiling ahash v0.8.11 |
1547 | 2025-07-17T20:34:08.174Z | Compiling object v0.36.5 |
1548 | 2025-07-17T20:34:08.841Z | Compiling fs-err v3.1.1 |
1549 | 2025-07-17T20:34:09.187Z | Compiling iri-string v0.7.8 |
1550 | 2025-07-17T20:34:09.986Z | Compiling bitflags v1.3.2 |
1551 | 2025-07-17T20:34:10.115Z | Compiling buf-list v1.0.3 |
1552 | 2025-07-17T20:34:10.720Z | Compiling anyhow v1.0.98 |
1553 | 2025-07-17T20:34:10.794Z | Compiling rustc-demangle v0.1.24 |
1554 | 2025-07-17T20:34:11.333Z | Compiling bumpalo v3.16.0 |
1555 | 2025-07-17T20:34:11.671Z | Compiling lockfree-object-pool v0.1.6 |
1556 | 2025-07-17T20:34:11.759Z | Compiling managed v0.8.0 |
1557 | 2025-07-17T20:34:11.821Z | Compiling winnow v0.5.40 |
1558 | 2025-07-17T20:34:11.928Z | Compiling hubpack_derive v0.1.1 |
1559 | 2025-07-17T20:34:11.961Z | Compiling simd-adler32 v0.3.7 |
1560 | 2025-07-17T20:34:12.201Z | Compiling clap_builder v4.5.40 |
1561 | 2025-07-17T20:34:12.489Z | Compiling zopfli v0.8.1 |
1562 | 2025-07-17T20:34:12.788Z | Compiling hubpack v0.1.2 |
1563 | 2025-07-17T20:34:13.089Z | Compiling tower-http v0.6.6 |
1564 | 2025-07-17T20:34:13.231Z | Compiling console v0.15.10 |
1565 | 2025-07-17T20:34:13.970Z | Compiling strum v0.27.1 |
1566 | 2025-07-17T20:34:14.172Z | Compiling thiserror v2.0.12 |
1567 | 2025-07-17T20:34:14.416Z | Compiling elliptic-curve v0.13.8 |
1568 | 2025-07-17T20:34:14.673Z | Compiling backtrace v0.3.74 |
1569 | 2025-07-17T20:34:14.911Z | Compiling hyper-tls v0.6.0 |
1570 | 2025-07-17T20:34:15.194Z | Compiling toml_edit v0.19.15 |
1571 | 2025-07-17T20:34:15.218Z | Compiling oxnet v0.1.2 |
1572 | 2025-07-17T20:34:15.221Z | Compiling signal-hook-mio v0.2.4 |
1573 | 2025-07-17T20:34:15.314Z | Compiling cookie_store v0.21.1 |
1574 | 2025-07-17T20:34:15.957Z | Compiling zstd v0.13.3 |
1575 | 2025-07-17T20:34:16.628Z | Compiling rayon v1.10.0 |
1576 | 2025-07-17T20:34:16.972Z | Compiling postgres-types v0.2.9 |
1577 | 2025-07-17T20:34:17.878Z | Compiling usdt-attr-macro v0.5.0 |
1578 | 2025-07-17T20:34:18.250Z | Compiling usdt-macro v0.5.0 |
1579 | 2025-07-17T20:34:19.479Z | Compiling phf v0.11.2 |
1580 | 2025-07-17T20:34:19.620Z | Compiling ed25519 v2.2.3 |
1581 | 2025-07-17T20:34:19.684Z | Compiling bzip2 v0.5.2 |
1582 | 2025-07-17T20:34:19.787Z | Compiling bzip2 v0.4.4 |
1583 | 2025-07-17T20:34:20.084Z | Compiling strum_macros v0.26.4 |
1584 | 2025-07-17T20:34:20.183Z | Compiling pkcs1 v0.7.5 |
1585 | 2025-07-17T20:34:20.916Z | Compiling serde_urlencoded v0.7.1 |
1586 | 2025-07-17T20:34:21.105Z | Compiling serde-big-array v0.5.1 |
1587 | 2025-07-17T20:34:21.374Z | Compiling rfc6979 v0.4.0 |
1588 | 2025-07-17T20:34:21.394Z | Compiling bstr v1.10.0 |
1589 | 2025-07-17T20:34:21.416Z | Compiling serde_repr v0.1.19 |
1590 | 2025-07-17T20:34:21.585Z | Compiling daft-derive v0.1.4 |
1591 | 2025-07-17T20:34:21.782Z | Compiling enum-as-inner v0.6.1 |
1592 | 2025-07-17T20:34:21.804Z | Compiling clap_derive v4.5.40 |
1593 | 2025-07-17T20:34:22.541Z | Compiling float-cmp v0.10.0 |
1594 | 2025-07-17T20:34:22.839Z | Compiling encoding_rs v0.8.34 |
1595 | 2025-07-17T20:34:22.861Z | Compiling whoami v1.5.2 |
1596 | 2025-07-17T20:34:22.970Z | Compiling difflib v0.4.0 |
1597 | 2025-07-17T20:34:23.125Z | Compiling static_assertions v1.1.0 |
1598 | 2025-07-17T20:34:23.246Z | Compiling new_debug_unreachable v1.0.6 |
1599 | 2025-07-17T20:34:23.369Z | Compiling precomputed-hash v0.1.1 |
1600 | 2025-07-17T20:34:23.414Z | Compiling number_prefix v0.4.0 |
1601 | 2025-07-17T20:34:23.519Z | Compiling unicode-segmentation v1.12.0 |
1602 | 2025-07-17T20:34:23.672Z | Compiling data-encoding v2.9.0 |
1603 | 2025-07-17T20:34:24.230Z | Compiling normalize-line-endings v0.3.0 |
1604 | 2025-07-17T20:34:24.375Z | Compiling mime v0.3.17 |
1605 | 2025-07-17T20:34:24.399Z | Compiling predicates-core v1.0.8 |
1606 | 2025-07-17T20:34:24.527Z | Compiling fixedbitset v0.4.2 |
1607 | 2025-07-17T20:34:24.720Z | Compiling predicates v3.1.3 |
1608 | 2025-07-17T20:34:24.893Z | Compiling petgraph v0.6.5 |
1609 | 2025-07-17T20:34:24.972Z | Compiling strum v0.26.3 |
1610 | 2025-07-17T20:34:25.191Z | Compiling hickory-proto v0.25.2 |
1611 | 2025-07-17T20:34:25.352Z | Compiling toml_edit v0.22.27 |
1612 | 2025-07-17T20:34:26.164Z | Compiling similar v2.7.0 |
1613 | 2025-07-17T20:34:26.243Z | Compiling clap v4.5.40 |
1614 | 2025-07-17T20:34:26.382Z | Compiling indicatif v0.17.11 |
1615 | 2025-07-17T20:34:26.477Z | Compiling string_cache v0.8.9 |
1616 | 2025-07-17T20:34:26.926Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1617 | 2025-07-17T20:34:28.188Z | Compiling tokio-postgres v0.7.13 |
1618 | 2025-07-17T20:34:28.330Z | Compiling daft v0.1.4 |
1619 | 2025-07-17T20:34:28.433Z | Compiling usdt v0.5.0 |
1620 | 2025-07-17T20:34:28.566Z | Compiling ecdsa v0.16.9 |
1621 | 2025-07-17T20:34:28.876Z | Compiling rsa v0.9.6 |
1622 | 2025-07-17T20:34:28.937Z | Compiling zip v0.6.6 |
1623 | 2025-07-17T20:34:29.399Z | Compiling zip v4.2.0 |
1624 | 2025-07-17T20:34:30.243Z | Compiling ed25519-dalek v2.1.1 |
1625 | 2025-07-17T20:34:31.528Z | Compiling toml v0.7.8 |
1626 | 2025-07-17T20:34:32.936Z | Compiling crossterm v0.28.1 |
1627 | 2025-07-17T20:34:33.567Z | Compiling tokio-stream v0.1.17 |
1628 | 2025-07-17T20:34:33.625Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
1629 | 2025-07-17T20:34:34.035Z | Compiling openapiv3 v2.2.0 |
1630 | 2025-07-17T20:34:34.058Z | Compiling x509-cert v0.2.5 |
1631 | 2025-07-17T20:34:34.289Z | Compiling sha1 v0.10.6 |
1632 | 2025-07-17T20:34:34.528Z | Compiling itertools v0.10.5 |
1633 | 2025-07-17T20:34:34.720Z | Compiling itertools v0.13.0 |
1634 | 2025-07-17T20:34:36.086Z | Compiling dirs-sys-next v0.1.2 |
1635 | 2025-07-17T20:34:36.445Z | Compiling winnow v0.6.26 |
1636 | 2025-07-17T20:34:36.641Z | Compiling lalrpop-util v0.19.12 |
1637 | 2025-07-17T20:34:36.914Z | Compiling rustc-hash v2.1.1 |
1638 | 2025-07-17T20:34:36.974Z | Compiling peg-runtime v0.8.5 |
1639 | 2025-07-17T20:34:37.002Z | Compiling dirs-next v2.0.0 |
1640 | 2025-07-17T20:34:37.117Z | Compiling thread_local v1.1.8 |
1641 | 2025-07-17T20:34:37.215Z | Compiling slog-async v2.8.0 |
1642 | 2025-07-17T20:34:37.538Z | Compiling term v0.7.0 |
1643 | 2025-07-17T20:34:37.582Z | Compiling xattr v1.3.1 |
1644 | 2025-07-17T20:34:37.644Z | Compiling futures-executor v0.3.31 |
1645 | 2025-07-17T20:34:37.835Z | Compiling crossbeam-channel v0.5.15 |
1646 | 2025-07-17T20:34:37.895Z | Compiling filetime v0.2.25 |
1647 | 2025-07-17T20:34:37.918Z | Compiling is-terminal v0.4.13 |
1648 | 2025-07-17T20:34:38.079Z | Compiling take_mut v0.2.2 |
1649 | 2025-07-17T20:34:38.149Z | Compiling tar v0.4.44 |
1650 | 2025-07-17T20:34:38.217Z | Compiling slog-term v2.9.1 |
1651 | 2025-07-17T20:34:38.256Z | Compiling futures v0.3.31 |
1652 | 2025-07-17T20:34:38.388Z | Compiling camino v1.1.10 |
1653 | 2025-07-17T20:34:44.200Z | Compiling aws-lc-sys v0.26.0 |
1654 | 2025-07-17T20:35:16.484Z | Compiling rustls-webpki v0.102.8 |
1655 | 2025-07-17T20:35:20.905Z | Compiling tokio-rustls v0.26.0 |
1656 | 2025-07-17T20:35:21.167Z | Compiling hyper-rustls v0.27.7 |
1657 | 2025-07-17T20:35:21.545Z | Compiling reqwest v0.12.22 |
1658 | 2025-07-17T20:35:24.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1659 | 2025-07-17T20:35:25.188Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1660 | 2025-07-17T20:35:29.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1661 | 2025-07-17T20:35:29.868Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
1662 | 2025-07-17T20:35:29.923Z | Jul 17 20:35:29.422 INFO Starting download, target: Clickhouse |
1663 | 2025-07-17T20:35:29.923Z | Jul 17 20:35:29.422 INFO Starting download, target: Console |
1664 | 2025-07-17T20:35:29.923Z | Jul 17 20:35:29.422 INFO Starting download, target: Cockroach |
1665 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.422 INFO Starting download, target: DendriteStub |
1666 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.422 INFO Starting download, target: MaghemiteMgd |
1667 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.422 INFO Starting download, target: TransceiverControl |
1668 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1669 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1670 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1671 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1672 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1673 | 2025-07-17T20:35:29.929Z | Jul 17 20:35:29.423 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1674 | 2025-07-17T20:35:30.320Z | Jul 17 20:35:29.795 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1675 | 2025-07-17T20:35:30.558Z | Jul 17 20:35:30.011 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1676 | 2025-07-17T20:35:30.774Z | Jul 17 20:35:30.241 INFO Download complete, target: TransceiverControl |
1677 | 2025-07-17T20:35:31.028Z | Jul 17 20:35:30.414 INFO Download complete, target: Console |
1678 | 2025-07-17T20:35:31.339Z | Jul 17 20:35:30.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1679 | 2025-07-17T20:35:31.596Z | Jul 17 20:35:31.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1680 | 2025-07-17T20:35:31.733Z | Jul 17 20:35:31.191 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1681 | 2025-07-17T20:35:32.771Z | Jul 17 20:35:32.234 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1682 | 2025-07-17T20:35:32.771Z | Jul 17 20:35:32.234 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1683 | 2025-07-17T20:35:34.751Z | Jul 17 20:35:34.248 INFO Download complete, target: DendriteStub |
1684 | 2025-07-17T20:35:35.012Z | Jul 17 20:35:34.507 INFO Download complete, target: MaghemiteMgd |
1685 | 2025-07-17T20:35:39.268Z | Jul 17 20:35:38.755 INFO Checking that binary works, target: Cockroach |
1686 | 2025-07-17T20:35:39.463Z | Jul 17 20:35:38.903 INFO Download complete, target: Cockroach |
1687 | 2025-07-17T20:35:42.128Z | Jul 17 20:35:41.583 INFO Checking that binary works, target: Clickhouse |
1688 | 2025-07-17T20:35:42.298Z | Jul 17 20:35:41.753 INFO Download complete, target: Clickhouse |
1689 | 2025-07-17T20:35:42.364Z | All builder prerequisites installed successfully, and PATH looks valid |
1690 | 2025-07-17T20:35:42.364Z | |
1691 | 2025-07-17T20:35:42.364Z | real 4:48.451439017 |
1692 | 2025-07-17T20:35:42.364Z | user 16:24.411045238 |
1693 | 2025-07-17T20:35:42.364Z | sys 2:17.759384679 |
1694 | 2025-07-17T20:35:42.364Z | trap 0.579323608 |
1695 | 2025-07-17T20:35:42.364Z | tflt 3.514150421 |
1696 | 2025-07-17T20:35:42.364Z | dflt 2.656690790 |
1697 | 2025-07-17T20:35:42.364Z | kflt 0.029474171 |
1698 | 2025-07-17T20:35:42.364Z | lock 38:01.273707768 |
1699 | 2025-07-17T20:35:42.364Z | slp 59:50.794789637 |
1700 | 2025-07-17T20:35:42.364Z | lat 1:10.510311810 |
1701 | 2025-07-17T20:35:42.365Z | stop 2:55.572622945 |
1702 | 2025-07-17T20:35:42.365Z | + banner hack-check |
1703 | 2025-07-17T20:35:42.365Z | |
1704 | 2025-07-17T20:35:42.365Z | # # ## #### # # #### # # ###### #### # # |
1705 | 2025-07-17T20:35:42.365Z | # # # # # # # # # # # # # # # # # |
1706 | 2025-07-17T20:35:42.365Z | ###### # # # #### ##### # ###### ##### # #### |
1707 | 2025-07-17T20:35:42.365Z | # # ###### # # # # # # # # # # |
1708 | 2025-07-17T20:35:42.365Z | # # # # # # # # # # # # # # # # # |
1709 | 2025-07-17T20:35:42.365Z | # # # # #### # # #### # # ###### #### # # |
1710 | 2025-07-17T20:35:42.365Z | |
1711 | 2025-07-17T20:35:42.365Z | + export CARGO_INCREMENTAL=0 |
1712 | 2025-07-17T20:35:42.365Z | + CARGO_INCREMENTAL=0 |
1713 | 2025-07-17T20:35:42.365Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1714 | 2025-07-17T20:35:42.996Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
1715 | 2025-07-17T20:35:43.324Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1716 | 2025-07-17T20:35:46.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.92s |
1717 | 2025-07-17T20:35:46.358Z | Running `target/debug/xtask check-features --ci` |
1718 | 2025-07-17T20:35:46.404Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1719 | 2025-07-17T20:35:46.417Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1720 | 2025-07-17T20:35:46.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1721 | 2025-07-17T20:35:46.996Z | Running `target/debug/xtask download cargo-hack` |
1722 | 2025-07-17T20:35:48.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1723 | 2025-07-17T20:35:48.382Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1724 | 2025-07-17T20:35:52.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
1725 | 2025-07-17T20:35:52.278Z | Running `target/debug/xtask-downloader cargo-hack` |
1726 | 2025-07-17T20:35:52.336Z | Jul 17 20:35:51.815 INFO Starting download, target: CargoHack |
1727 | 2025-07-17T20:35:52.343Z | Jul 17 20:35:51.816 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1728 | 2025-07-17T20:35:52.662Z | Jul 17 20:35:52.130 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1729 | 2025-07-17T20:35:52.736Z | Jul 17 20:35:52.204 INFO Download complete, target: CargoHack |
1730 | 2025-07-17T20:35:52.818Z | running: "/home/build/.rustup/toolchains/1.88.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1731 | 2025-07-17T20:35:52.818Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1732 | 2025-07-17T20:35:52.974Z | info: running `cargo check --bins` on api_identity (1/221) |
1733 | 2025-07-17T20:35:53.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2025-07-17T20:35:53.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2025-07-17T20:35:53.597Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2025-07-17T20:35:53.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1737 | 2025-07-17T20:35:53.676Z | |
1738 | 2025-07-17T20:35:53.676Z | info: running `cargo check --bins` on bootstore (2/221) |
1739 | 2025-07-17T20:35:54.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2025-07-17T20:35:54.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2025-07-17T20:35:54.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2025-07-17T20:35:54.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
1743 | 2025-07-17T20:35:54.574Z | |
1744 | 2025-07-17T20:35:54.574Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/221) |
1745 | 2025-07-17T20:35:55.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2025-07-17T20:35:55.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2025-07-17T20:35:55.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2025-07-17T20:35:55.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1749 | 2025-07-17T20:35:55.216Z | |
1750 | 2025-07-17T20:35:55.216Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/221) |
1751 | 2025-07-17T20:35:55.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2025-07-17T20:35:55.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2025-07-17T20:35:55.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2025-07-17T20:35:55.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1755 | 2025-07-17T20:35:55.980Z | |
1756 | 2025-07-17T20:35:55.980Z | info: running `cargo check --bins` on id-map (5/221) |
1757 | 2025-07-17T20:35:56.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2025-07-17T20:35:56.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2025-07-17T20:35:56.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2025-07-17T20:35:56.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
1761 | 2025-07-17T20:35:56.807Z | |
1762 | 2025-07-17T20:35:56.807Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (6/221) |
1763 | 2025-07-17T20:35:57.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2025-07-17T20:35:57.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2025-07-17T20:35:57.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2025-07-17T20:35:57.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1767 | 2025-07-17T20:35:57.290Z | |
1768 | 2025-07-17T20:35:57.290Z | info: running `cargo check --bins --no-default-features --features serde,std,testing,uuid-v4` on omicron-uuid-kinds (7/221) |
1769 | 2025-07-17T20:35:58.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2025-07-17T20:35:58.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2025-07-17T20:35:58.210Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2025-07-17T20:35:58.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1773 | 2025-07-17T20:35:58.210Z | |
1774 | 2025-07-17T20:35:58.210Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (8/221) |
1775 | 2025-07-17T20:35:58.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2025-07-17T20:35:58.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2025-07-17T20:35:58.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1778 | 2025-07-17T20:35:58.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1779 | 2025-07-17T20:35:58.424Z | |
1780 | 2025-07-17T20:35:58.425Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (9/221) |
1781 | 2025-07-17T20:35:58.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1782 | 2025-07-17T20:35:58.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1783 | 2025-07-17T20:35:58.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1784 | 2025-07-17T20:35:58.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1785 | 2025-07-17T20:35:58.949Z | |
1786 | 2025-07-17T20:35:58.949Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (10/221) |
1787 | 2025-07-17T20:35:59.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1788 | 2025-07-17T20:35:59.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1789 | 2025-07-17T20:35:59.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1790 | 2025-07-17T20:35:59.459Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1791 | 2025-07-17T20:35:59.503Z | |
1792 | 2025-07-17T20:35:59.503Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (11/221) |
1793 | 2025-07-17T20:36:00.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1794 | 2025-07-17T20:36:00.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1795 | 2025-07-17T20:36:00.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1796 | 2025-07-17T20:36:00.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1797 | 2025-07-17T20:36:00.068Z | |
1798 | 2025-07-17T20:36:00.068Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (12/221) |
1799 | 2025-07-17T20:36:00.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1800 | 2025-07-17T20:36:00.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1801 | 2025-07-17T20:36:00.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1802 | 2025-07-17T20:36:00.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1803 | 2025-07-17T20:36:00.628Z | |
1804 | 2025-07-17T20:36:00.628Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (13/221) |
1805 | 2025-07-17T20:36:01.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1806 | 2025-07-17T20:36:01.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1807 | 2025-07-17T20:36:01.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1808 | 2025-07-17T20:36:01.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1809 | 2025-07-17T20:36:01.180Z | |
1810 | 2025-07-17T20:36:01.180Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (14/221) |
1811 | 2025-07-17T20:36:01.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1812 | 2025-07-17T20:36:01.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1813 | 2025-07-17T20:36:01.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1814 | 2025-07-17T20:36:01.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1815 | 2025-07-17T20:36:01.736Z | |
1816 | 2025-07-17T20:36:01.736Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (15/221) |
1817 | 2025-07-17T20:36:02.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1818 | 2025-07-17T20:36:02.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1819 | 2025-07-17T20:36:02.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1820 | 2025-07-17T20:36:02.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1821 | 2025-07-17T20:36:02.316Z | |
1822 | 2025-07-17T20:36:02.317Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (16/221) |
1823 | 2025-07-17T20:36:02.804Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1824 | 2025-07-17T20:36:03.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1825 | 2025-07-17T20:36:03.160Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1826 | 2025-07-17T20:36:03.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1827 | 2025-07-17T20:36:03.214Z | |
1828 | 2025-07-17T20:36:03.214Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-uuid-kinds (17/221) |
1829 | 2025-07-17T20:36:03.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1830 | 2025-07-17T20:36:03.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1831 | 2025-07-17T20:36:03.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1832 | 2025-07-17T20:36:03.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1833 | 2025-07-17T20:36:03.468Z | |
1834 | 2025-07-17T20:36:03.469Z | info: running `cargo check --bins --no-default-features --features default,testing` on omicron-uuid-kinds (18/221) |
1835 | 2025-07-17T20:36:03.927Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1836 | 2025-07-17T20:36:03.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1837 | 2025-07-17T20:36:03.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1838 | 2025-07-17T20:36:03.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1839 | 2025-07-17T20:36:03.979Z | |
1840 | 2025-07-17T20:36:03.979Z | info: running `cargo check --bins --no-default-features --features schemars08,testing` on omicron-uuid-kinds (19/221) |
1841 | 2025-07-17T20:36:04.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1842 | 2025-07-17T20:36:04.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1843 | 2025-07-17T20:36:04.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1844 | 2025-07-17T20:36:04.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1845 | 2025-07-17T20:36:04.588Z | |
1846 | 2025-07-17T20:36:04.588Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing` on omicron-uuid-kinds (20/221) |
1847 | 2025-07-17T20:36:05.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1848 | 2025-07-17T20:36:05.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1849 | 2025-07-17T20:36:05.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1850 | 2025-07-17T20:36:05.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1851 | 2025-07-17T20:36:05.090Z | |
1852 | 2025-07-17T20:36:05.090Z | info: running `cargo check --bins --no-default-features --features serde,testing` on omicron-uuid-kinds (21/221) |
1853 | 2025-07-17T20:36:05.609Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1854 | 2025-07-17T20:36:05.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1855 | 2025-07-17T20:36:05.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1856 | 2025-07-17T20:36:05.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1857 | 2025-07-17T20:36:05.654Z | |
1858 | 2025-07-17T20:36:05.654Z | info: running `cargo check --bins --no-default-features --features default,serde,testing` on omicron-uuid-kinds (22/221) |
1859 | 2025-07-17T20:36:06.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1860 | 2025-07-17T20:36:06.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1861 | 2025-07-17T20:36:06.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1862 | 2025-07-17T20:36:06.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1863 | 2025-07-17T20:36:06.209Z | |
1864 | 2025-07-17T20:36:06.209Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing` on omicron-uuid-kinds (23/221) |
1865 | 2025-07-17T20:36:06.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1866 | 2025-07-17T20:36:06.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1867 | 2025-07-17T20:36:06.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1868 | 2025-07-17T20:36:06.718Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1869 | 2025-07-17T20:36:06.768Z | |
1870 | 2025-07-17T20:36:06.768Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing` on omicron-uuid-kinds (24/221) |
1871 | 2025-07-17T20:36:07.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1872 | 2025-07-17T20:36:07.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1873 | 2025-07-17T20:36:07.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1874 | 2025-07-17T20:36:07.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1875 | 2025-07-17T20:36:07.630Z | |
1876 | 2025-07-17T20:36:07.630Z | info: running `cargo check --bins --no-default-features --features std,testing` on omicron-uuid-kinds (25/221) |
1877 | 2025-07-17T20:36:07.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1878 | 2025-07-17T20:36:07.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1879 | 2025-07-17T20:36:07.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1880 | 2025-07-17T20:36:07.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1881 | 2025-07-17T20:36:07.982Z | |
1882 | 2025-07-17T20:36:07.982Z | info: running `cargo check --bins --no-default-features --features serde,std,testing` on omicron-uuid-kinds (26/221) |
1883 | 2025-07-17T20:36:08.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1884 | 2025-07-17T20:36:08.435Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1885 | 2025-07-17T20:36:08.435Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1886 | 2025-07-17T20:36:08.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1887 | 2025-07-17T20:36:08.461Z | |
1888 | 2025-07-17T20:36:08.461Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (27/221) |
1889 | 2025-07-17T20:36:08.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1890 | 2025-07-17T20:36:08.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1891 | 2025-07-17T20:36:08.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1892 | 2025-07-17T20:36:08.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1893 | 2025-07-17T20:36:09.006Z | |
1894 | 2025-07-17T20:36:09.006Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (28/221) |
1895 | 2025-07-17T20:36:09.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1896 | 2025-07-17T20:36:09.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1897 | 2025-07-17T20:36:09.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1898 | 2025-07-17T20:36:09.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1899 | 2025-07-17T20:36:09.563Z | |
1900 | 2025-07-17T20:36:09.563Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (29/221) |
1901 | 2025-07-17T20:36:10.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1902 | 2025-07-17T20:36:10.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1903 | 2025-07-17T20:36:10.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1904 | 2025-07-17T20:36:10.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1905 | 2025-07-17T20:36:10.131Z | |
1906 | 2025-07-17T20:36:10.131Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (30/221) |
1907 | 2025-07-17T20:36:10.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1908 | 2025-07-17T20:36:10.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1909 | 2025-07-17T20:36:10.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1910 | 2025-07-17T20:36:10.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1911 | 2025-07-17T20:36:10.998Z | |
1912 | 2025-07-17T20:36:10.998Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (31/221) |
1913 | 2025-07-17T20:36:11.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1914 | 2025-07-17T20:36:11.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1915 | 2025-07-17T20:36:11.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1916 | 2025-07-17T20:36:11.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1917 | 2025-07-17T20:36:11.236Z | |
1918 | 2025-07-17T20:36:11.236Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (32/221) |
1919 | 2025-07-17T20:36:11.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1920 | 2025-07-17T20:36:11.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1921 | 2025-07-17T20:36:11.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1922 | 2025-07-17T20:36:11.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1923 | 2025-07-17T20:36:11.796Z | |
1924 | 2025-07-17T20:36:11.796Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (33/221) |
1925 | 2025-07-17T20:36:12.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1926 | 2025-07-17T20:36:12.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1927 | 2025-07-17T20:36:12.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1928 | 2025-07-17T20:36:12.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1929 | 2025-07-17T20:36:12.377Z | |
1930 | 2025-07-17T20:36:12.377Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (34/221) |
1931 | 2025-07-17T20:36:12.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1932 | 2025-07-17T20:36:12.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1933 | 2025-07-17T20:36:12.869Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1934 | 2025-07-17T20:36:12.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1935 | 2025-07-17T20:36:12.912Z | |
1936 | 2025-07-17T20:36:12.912Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (35/221) |
1937 | 2025-07-17T20:36:13.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1938 | 2025-07-17T20:36:13.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1939 | 2025-07-17T20:36:13.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1940 | 2025-07-17T20:36:13.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1941 | 2025-07-17T20:36:13.472Z | |
1942 | 2025-07-17T20:36:13.472Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (36/221) |
1943 | 2025-07-17T20:36:14.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1944 | 2025-07-17T20:36:14.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1945 | 2025-07-17T20:36:14.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1946 | 2025-07-17T20:36:14.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1947 | 2025-07-17T20:36:14.975Z | |
1948 | 2025-07-17T20:36:14.975Z | info: running `cargo check --bins --no-default-features --features testing,uuid-v4` on omicron-uuid-kinds (37/221) |
1949 | 2025-07-17T20:36:14.975Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1950 | 2025-07-17T20:36:14.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1951 | 2025-07-17T20:36:14.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1952 | 2025-07-17T20:36:14.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1953 | 2025-07-17T20:36:14.975Z | |
1954 | 2025-07-17T20:36:14.975Z | info: running `cargo check --bins --no-default-features --features default,testing,uuid-v4` on omicron-uuid-kinds (38/221) |
1955 | 2025-07-17T20:36:15.101Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1956 | 2025-07-17T20:36:15.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1957 | 2025-07-17T20:36:15.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1958 | 2025-07-17T20:36:15.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1959 | 2025-07-17T20:36:15.157Z | |
1960 | 2025-07-17T20:36:15.157Z | info: running `cargo check --bins --no-default-features --features schemars08,testing,uuid-v4` on omicron-uuid-kinds (39/221) |
1961 | 2025-07-17T20:36:15.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1962 | 2025-07-17T20:36:15.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1963 | 2025-07-17T20:36:15.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1964 | 2025-07-17T20:36:15.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1965 | 2025-07-17T20:36:15.754Z | |
1966 | 2025-07-17T20:36:15.754Z | info: running `cargo check --bins --no-default-features --features default,schemars08,testing,uuid-v4` on omicron-uuid-kinds (40/221) |
1967 | 2025-07-17T20:36:16.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1968 | 2025-07-17T20:36:16.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1969 | 2025-07-17T20:36:16.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1970 | 2025-07-17T20:36:16.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1971 | 2025-07-17T20:36:16.286Z | |
1972 | 2025-07-17T20:36:16.287Z | info: running `cargo check --bins --no-default-features --features serde,testing,uuid-v4` on omicron-uuid-kinds (41/221) |
1973 | 2025-07-17T20:36:16.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1974 | 2025-07-17T20:36:16.795Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1975 | 2025-07-17T20:36:16.795Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1976 | 2025-07-17T20:36:16.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1977 | 2025-07-17T20:36:16.849Z | |
1978 | 2025-07-17T20:36:16.849Z | info: running `cargo check --bins --no-default-features --features default,serde,testing,uuid-v4` on omicron-uuid-kinds (42/221) |
1979 | 2025-07-17T20:36:17.353Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1980 | 2025-07-17T20:36:17.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1981 | 2025-07-17T20:36:17.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1982 | 2025-07-17T20:36:17.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1983 | 2025-07-17T20:36:17.410Z | |
1984 | 2025-07-17T20:36:17.411Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (43/221) |
1985 | 2025-07-17T20:36:17.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1986 | 2025-07-17T20:36:17.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1987 | 2025-07-17T20:36:17.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1988 | 2025-07-17T20:36:17.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1989 | 2025-07-17T20:36:17.975Z | |
1990 | 2025-07-17T20:36:17.975Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,testing,uuid-v4` on omicron-uuid-kinds (44/221) |
1991 | 2025-07-17T20:36:18.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1992 | 2025-07-17T20:36:18.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1993 | 2025-07-17T20:36:18.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1994 | 2025-07-17T20:36:18.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1995 | 2025-07-17T20:36:18.532Z | |
1996 | 2025-07-17T20:36:18.532Z | info: running `cargo check --bins --no-default-features --features std,testing,uuid-v4` on omicron-uuid-kinds (45/221) |
1997 | 2025-07-17T20:36:21.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1998 | 2025-07-17T20:36:21.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1999 | 2025-07-17T20:36:21.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2000 | 2025-07-17T20:36:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
2001 | 2025-07-17T20:36:21.823Z | |
2002 | 2025-07-17T20:36:21.823Z | info: running `cargo check --bins` on sled-hardware-types (46/221) |
2003 | 2025-07-17T20:36:21.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2004 | 2025-07-17T20:36:21.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2005 | 2025-07-17T20:36:21.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2006 | 2025-07-17T20:36:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2007 | 2025-07-17T20:36:21.823Z | |
2008 | 2025-07-17T20:36:21.823Z | info: running `cargo check --bins --no-default-features` on illumos-utils (47/221) |
2009 | 2025-07-17T20:36:21.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2010 | 2025-07-17T20:36:21.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2011 | 2025-07-17T20:36:21.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2012 | 2025-07-17T20:36:21.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2013 | 2025-07-17T20:36:21.823Z | |
2014 | 2025-07-17T20:36:21.823Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (48/221) |
2015 | 2025-07-17T20:36:25.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2016 | 2025-07-17T20:36:25.289Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2017 | 2025-07-17T20:36:25.289Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2018 | 2025-07-17T20:36:25.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2019 | 2025-07-17T20:36:25.289Z | |
2020 | 2025-07-17T20:36:25.289Z | info: running `cargo check --bins` on oxlog (49/221) |
2021 | 2025-07-17T20:36:25.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2022 | 2025-07-17T20:36:25.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2023 | 2025-07-17T20:36:25.366Z | Checking cfg-if v1.0.1 |
2024 | 2025-07-17T20:36:25.366Z | Checking libc v0.2.174 |
2025 | 2025-07-17T20:36:25.366Z | Checking serde v1.0.219 |
2026 | 2025-07-17T20:36:25.366Z | Checking zeroize v1.8.1 |
2027 | 2025-07-17T20:36:25.366Z | Checking memchr v2.7.4 |
2028 | 2025-07-17T20:36:25.366Z | Checking typenum v1.17.0 |
2029 | 2025-07-17T20:36:25.366Z | Checking smallvec v1.15.0 |
2030 | 2025-07-17T20:36:25.366Z | Checking value-bag v1.9.0 |
2031 | 2025-07-17T20:36:25.366Z | Checking subtle v2.6.1 |
2032 | 2025-07-17T20:36:25.366Z | Checking scopeguard v1.2.0 |
2033 | 2025-07-17T20:36:25.366Z | Checking const-oid v0.9.6 |
2034 | 2025-07-17T20:36:25.366Z | Checking itoa v1.0.11 |
2035 | 2025-07-17T20:36:25.366Z | Checking lock_api v0.4.12 |
2036 | 2025-07-17T20:36:25.366Z | Checking log v0.4.27 |
2037 | 2025-07-17T20:36:25.366Z | Checking stable_deref_trait v1.2.0 |
2038 | 2025-07-17T20:36:25.366Z | Checking byteorder v1.5.0 |
2039 | 2025-07-17T20:36:25.366Z | Checking zerofrom v0.1.4 |
2040 | 2025-07-17T20:36:25.366Z | Checking portable-atomic v1.11.0 |
2041 | 2025-07-17T20:36:25.366Z | Checking critical-section v1.1.3 |
2042 | 2025-07-17T20:36:25.366Z | Checking pin-project-lite v0.2.14 |
2043 | 2025-07-17T20:36:25.366Z | Checking getrandom v0.2.15 |
2044 | 2025-07-17T20:36:25.366Z | Checking generic-array v0.14.7 |
2045 | 2025-07-17T20:36:25.366Z | Checking parking_lot_core v0.9.10 |
2046 | 2025-07-17T20:36:25.366Z | Checking signal-hook-registry v1.4.2 |
2047 | 2025-07-17T20:36:25.367Z | Checking mio v1.0.2 |
2048 | 2025-07-17T20:36:25.367Z | Checking rand_core v0.6.4 |
2049 | 2025-07-17T20:36:25.367Z | Checking yoke v0.7.4 |
2050 | 2025-07-17T20:36:25.367Z | Checking parking_lot v0.12.3 |
2051 | 2025-07-17T20:36:25.367Z | Checking socket2 v0.5.10 |
2052 | 2025-07-17T20:36:25.367Z | Checking zerovec v0.10.4 |
2053 | 2025-07-17T20:36:25.367Z | Checking futures-core v0.3.31 |
2054 | 2025-07-17T20:36:25.367Z | Checking once_cell v1.21.3 |
2055 | 2025-07-17T20:36:25.367Z | Checking cpufeatures v0.2.14 |
2056 | 2025-07-17T20:36:25.367Z | Checking writeable v0.5.5 |
2057 | 2025-07-17T20:36:25.367Z | Checking litemap v0.7.3 |
2058 | 2025-07-17T20:36:25.367Z | Checking zerocopy v0.7.35 |
2059 | 2025-07-17T20:36:25.367Z | Checking crypto-common v0.1.6 |
2060 | 2025-07-17T20:36:25.367Z | Checking block-buffer v0.10.4 |
2061 | 2025-07-17T20:36:25.367Z | Checking block-padding v0.3.3 |
2062 | 2025-07-17T20:36:25.367Z | Checking percent-encoding v2.3.1 |
2063 | 2025-07-17T20:36:25.367Z | Checking getrandom v0.3.1 |
2064 | 2025-07-17T20:36:25.367Z | Checking libm v0.2.8 |
2065 | 2025-07-17T20:36:25.367Z | Checking digest v0.10.7 |
2066 | 2025-07-17T20:36:25.367Z | Checking inout v0.1.3 |
2067 | 2025-07-17T20:36:25.367Z | Checking foldhash v0.1.5 |
2068 | 2025-07-17T20:36:25.367Z | Checking ryu v1.0.18 |
2069 | 2025-07-17T20:36:25.367Z | Checking hmac v0.12.1 |
2070 | 2025-07-17T20:36:25.367Z | Checking allocator-api2 v0.2.21 |
2071 | 2025-07-17T20:36:25.367Z | Checking futures-sink v0.3.31 |
2072 | 2025-07-17T20:36:25.367Z | Checking equivalent v1.0.2 |
2073 | 2025-07-17T20:36:25.367Z | Checking icu_locid_transform_data v1.5.0 |
2074 | 2025-07-17T20:36:25.367Z | Checking sha2 v0.10.9 |
2075 | 2025-07-17T20:36:25.367Z | Checking cipher v0.4.4 |
2076 | 2025-07-17T20:36:25.409Z | Checking slab v0.4.9 |
2077 | 2025-07-17T20:36:25.462Z | Checking num-traits v0.2.19 |
2078 | 2025-07-17T20:36:25.544Z | Checking icu_properties_data v1.5.0 |
2079 | 2025-07-17T20:36:25.568Z | Checking tinystr v0.7.6 |
2080 | 2025-07-17T20:36:25.603Z | Checking hashbrown v0.15.4 |
2081 | 2025-07-17T20:36:25.621Z | Checking icu_collections v1.5.0 |
2082 | 2025-07-17T20:36:25.674Z | Checking base64ct v1.6.0 |
2083 | 2025-07-17T20:36:25.891Z | Checking utf8_iter v1.0.4 |
2084 | 2025-07-17T20:36:25.898Z | Checking flagset v0.4.6 |
2085 | 2025-07-17T20:36:25.899Z | Checking icu_locid v1.5.0 |
2086 | 2025-07-17T20:36:26.017Z | Checking write16 v1.0.0 |
2087 | 2025-07-17T20:36:26.021Z | Checking icu_normalizer_data v1.5.0 |
2088 | 2025-07-17T20:36:26.121Z | Checking pem-rfc7468 v0.7.0 |
2089 | 2025-07-17T20:36:26.147Z | Checking utf16_iter v1.0.5 |
2090 | 2025-07-17T20:36:26.171Z | Checking salsa20 v0.10.2 |
2091 | 2025-07-17T20:36:26.315Z | Checking ppv-lite86 v0.2.20 |
2092 | 2025-07-17T20:36:26.338Z | Checking pbkdf2 v0.12.2 |
2093 | 2025-07-17T20:36:26.397Z | Checking der v0.7.9 |
2094 | 2025-07-17T20:36:26.397Z | Checking futures-channel v0.3.31 |
2095 | 2025-07-17T20:36:26.506Z | Checking pin-utils v0.1.0 |
2096 | 2025-07-17T20:36:26.664Z | Checking fnv v1.0.7 |
2097 | 2025-07-17T20:36:26.674Z | Checking futures-task v0.3.31 |
2098 | 2025-07-17T20:36:26.679Z | Checking bytes v1.10.1 |
2099 | 2025-07-17T20:36:26.755Z | Checking bitflags v2.9.1 |
2100 | 2025-07-17T20:36:26.771Z | Checking serde_json v1.0.140 |
2101 | 2025-07-17T20:36:26.865Z | Checking icu_provider v1.5.0 |
2102 | 2025-07-17T20:36:26.881Z | Checking indexmap v2.10.0 |
2103 | 2025-07-17T20:36:26.917Z | Checking futures-io v0.3.31 |
2104 | 2025-07-17T20:36:27.000Z | Checking scrypt v0.11.0 |
2105 | 2025-07-17T20:36:27.046Z | Checking cbc v0.1.2 |
2106 | 2025-07-17T20:36:27.116Z | Checking futures-util v0.3.31 |
2107 | 2025-07-17T20:36:27.222Z | Checking aes v0.8.4 |
2108 | 2025-07-17T20:36:27.266Z | Checking form_urlencoded v1.2.1 |
2109 | 2025-07-17T20:36:27.477Z | Checking zerocopy v0.8.26 |
2110 | 2025-07-17T20:36:27.495Z | Checking icu_locid_transform v1.5.0 |
2111 | 2025-07-17T20:36:27.680Z | Checking tokio v1.45.1 |
2112 | 2025-07-17T20:36:28.078Z | Checking spki v0.7.3 |
2113 | 2025-07-17T20:36:28.105Z | Checking http v1.3.1 |
2114 | 2025-07-17T20:36:28.155Z | Checking uuid v1.17.0 |
2115 | 2025-07-17T20:36:28.364Z | Checking tracing-core v0.1.32 |
2116 | 2025-07-17T20:36:28.386Z | Checking pkcs5 v0.7.1 |
2117 | 2025-07-17T20:36:28.493Z | Checking icu_properties v1.5.1 |
2118 | 2025-07-17T20:36:28.789Z | Checking iana-time-zone v0.1.63 |
2119 | 2025-07-17T20:36:28.862Z | Checking pkcs8 v0.10.2 |
2120 | 2025-07-17T20:36:28.962Z | Checking tinyvec_macros v0.1.1 |
2121 | 2025-07-17T20:36:29.005Z | Checking tracing v0.1.40 |
2122 | 2025-07-17T20:36:29.059Z | Checking rustls-pki-types v1.10.0 |
2123 | 2025-07-17T20:36:29.167Z | Compiling newtype-uuid v1.2.4 |
2124 | 2025-07-17T20:36:29.343Z | Checking base64 v0.22.1 |
2125 | 2025-07-17T20:36:29.431Z | Checking http-body v1.0.1 |
2126 | 2025-07-17T20:36:29.531Z | Checking tinyvec v1.8.0 |
2127 | 2025-07-17T20:36:29.606Z | Checking chrono v0.4.41 |
2128 | 2025-07-17T20:36:29.650Z | Checking aws-lc-sys v0.26.0 |
2129 | 2025-07-17T20:36:29.826Z | Checking spin v0.9.8 |
2130 | 2025-07-17T20:36:30.181Z | Checking adler2 v2.0.0 |
2131 | 2025-07-17T20:36:30.361Z | Checking tower-service v0.3.3 |
2132 | 2025-07-17T20:36:30.492Z | Checking atomic-waker v1.1.2 |
2133 | 2025-07-17T20:36:30.651Z | Checking untrusted v0.9.0 |
2134 | 2025-07-17T20:36:30.669Z | Checking rand_core v0.9.2 |
2135 | 2025-07-17T20:36:30.810Z | Checking try-lock v0.2.5 |
2136 | 2025-07-17T20:36:30.840Z | Checking foreign-types-shared v0.1.1 |
2137 | 2025-07-17T20:36:30.961Z | Checking untrusted v0.7.1 |
2138 | 2025-07-17T20:36:30.991Z | Checking openssl-probe v0.1.5 |
2139 | 2025-07-17T20:36:31.021Z | Checking rand_chacha v0.9.0 |
2140 | 2025-07-17T20:36:31.162Z | Checking foreign-types v0.3.2 |
2141 | 2025-07-17T20:36:31.179Z | Checking want v0.3.1 |
2142 | 2025-07-17T20:36:31.273Z | Checking ring v0.17.14 |
2143 | 2025-07-17T20:36:31.386Z | Checking miniz_oxide v0.8.5 |
2144 | 2025-07-17T20:36:31.418Z | Checking ipnet v2.11.0 |
2145 | 2025-07-17T20:36:31.545Z | Checking httparse v1.9.5 |
2146 | 2025-07-17T20:36:31.570Z | Checking crossbeam-utils v0.8.21 |
2147 | 2025-07-17T20:36:31.858Z | Checking icu_normalizer v1.5.0 |
2148 | 2025-07-17T20:36:31.912Z | Checking aws-lc-rs v1.12.4 |
2149 | 2025-07-17T20:36:31.954Z | Checking openssl-sys v0.9.109 |
2150 | 2025-07-17T20:36:31.973Z | Checking thiserror v1.0.69 |
2151 | 2025-07-17T20:36:32.128Z | Checking errno v0.3.12 |
2152 | 2025-07-17T20:36:32.159Z | Checking aho-corasick v1.1.3 |
2153 | 2025-07-17T20:36:32.294Z | Checking regex-syntax v0.8.5 |
2154 | 2025-07-17T20:36:32.321Z | Checking httpdate v1.0.3 |
2155 | 2025-07-17T20:36:32.591Z | Checking idna_adapter v1.2.0 |
2156 | 2025-07-17T20:36:32.610Z | Checking either v1.15.0 |
2157 | 2025-07-17T20:36:32.814Z | Checking idna v1.0.3 |
2158 | 2025-07-17T20:36:32.984Z | Checking unicode-ident v1.0.18 |
2159 | 2025-07-17T20:36:33.116Z | Checking powerfmt v0.2.0 |
2160 | 2025-07-17T20:36:33.177Z | Checking proc-macro2 v1.0.95 |
2161 | 2025-07-17T20:36:33.287Z | Checking url v2.5.4 |
2162 | 2025-07-17T20:36:33.410Z | Checking deranged v0.3.11 |
2163 | 2025-07-17T20:36:33.523Z | Checking openssl v0.10.73 |
2164 | 2025-07-17T20:36:33.643Z | Checking rustls-webpki v0.102.8 |
2165 | 2025-07-17T20:36:33.682Z | Checking rustix v0.38.37 |
2166 | 2025-07-17T20:36:33.837Z | Checking crossbeam-epoch v0.9.18 |
2167 | 2025-07-17T20:36:34.155Z | Checking rand v0.9.1 |
2168 | 2025-07-17T20:36:34.284Z | Checking unicode-normalization v0.1.24 |
2169 | 2025-07-17T20:36:34.383Z | Checking semver v1.0.26 |
2170 | 2025-07-17T20:36:34.710Z | Checking tokio-util v0.7.15 |
2171 | 2025-07-17T20:36:34.729Z | Checking bzip2-sys v0.1.13+1.0.8 |
2172 | 2025-07-17T20:36:34.759Z | Checking signature v2.2.0 |
2173 | 2025-07-17T20:36:34.852Z | Checking scroll v0.12.0 |
2174 | 2025-07-17T20:36:34.964Z | Checking crc32fast v1.4.2 |
2175 | 2025-07-17T20:36:35.209Z | Checking num_threads v0.1.7 |
2176 | 2025-07-17T20:36:35.227Z | Checking time-core v0.1.2 |
2177 | 2025-07-17T20:36:35.227Z | Checking zlib-rs v0.5.1 |
2178 | 2025-07-17T20:36:35.330Z | Checking num-conv v0.1.0 |
2179 | 2025-07-17T20:36:35.340Z | Checking utf8parse v0.2.2 |
2180 | 2025-07-17T20:36:35.388Z | Checking unicode-properties v0.1.3 |
2181 | 2025-07-17T20:36:35.457Z | Checking regex-automata v0.4.8 |
2182 | 2025-07-17T20:36:35.503Z | Checking plain v0.2.3 |
2183 | 2025-07-17T20:36:35.546Z | Checking anstyle v1.0.11 |
2184 | 2025-07-17T20:36:35.667Z | Checking ucd-trie v0.1.7 |
2185 | 2025-07-17T20:36:35.673Z | Checking h2 v0.4.6 |
2186 | 2025-07-17T20:36:35.771Z | Checking siphasher v0.3.11 |
2187 | 2025-07-17T20:36:35.871Z | Checking dyn-clone v1.0.19 |
2188 | 2025-07-17T20:36:35.875Z | Checking unicode-bidi v0.3.17 |
2189 | 2025-07-17T20:36:36.033Z | Checking schemars v0.8.22 |
2190 | 2025-07-17T20:36:36.118Z | Checking phf_shared v0.11.2 |
2191 | 2025-07-17T20:36:36.407Z | Checking pest v2.7.14 |
2192 | 2025-07-17T20:36:36.520Z | Checking stringprep v0.1.5 |
2193 | 2025-07-17T20:36:36.831Z | Checking goblin v0.8.2 |
2194 | 2025-07-17T20:36:36.873Z | Checking time v0.3.36 |
2195 | 2025-07-17T20:36:37.126Z | Checking libz-rs-sys v0.5.1 |
2196 | 2025-07-17T20:36:37.334Z | Checking anstyle-parse v0.2.5 |
2197 | 2025-07-17T20:36:37.509Z | Checking rustls v0.23.19 |
2198 | 2025-07-17T20:36:37.613Z | Checking crossbeam-deque v0.8.5 |
2199 | 2025-07-17T20:36:37.927Z | Checking quote v1.0.40 |
2200 | 2025-07-17T20:36:38.554Z | Checking rand_chacha v0.3.1 |
2201 | 2025-07-17T20:36:38.684Z | Checking native-tls v0.2.12 |
2202 | 2025-07-17T20:36:38.841Z | Checking num-integer v0.1.46 |
2203 | 2025-07-17T20:36:38.988Z | Checking toml_datetime v0.6.11 |
2204 | 2025-07-17T20:36:39.007Z | Checking serde_spanned v0.6.9 |
2205 | 2025-07-17T20:36:39.126Z | Checking zstd-sys v2.0.14+zstd.1.5.7 |
2206 | 2025-07-17T20:36:39.219Z | Checking md-5 v0.10.6 |
2207 | 2025-07-17T20:36:39.297Z | Checking sync_wrapper v1.0.1 |
2208 | 2025-07-17T20:36:39.339Z | Checking ff v0.13.0 |
2209 | 2025-07-17T20:36:39.412Z | Checking hash32 v0.2.1 |
2210 | 2025-07-17T20:36:39.447Z | Checking psl-types v2.0.11 |
2211 | 2025-07-17T20:36:39.465Z | Checking is_terminal_polyfill v1.70.1 |
2212 | 2025-07-17T20:36:39.572Z | Checking gimli v0.31.1 |
2213 | 2025-07-17T20:36:39.606Z | Checking fallible-iterator v0.2.0 |
2214 | 2025-07-17T20:36:39.637Z | Checking pretty-hex v0.4.1 |
2215 | 2025-07-17T20:36:39.656Z | Checking tower-layer v0.3.3 |
2216 | 2025-07-17T20:36:39.795Z | Checking base16ct v0.2.0 |
2217 | 2025-07-17T20:36:39.828Z | Checking anstyle-query v1.1.1 |
2218 | 2025-07-17T20:36:39.918Z | Checking colorchoice v1.0.2 |
2219 | 2025-07-17T20:36:39.971Z | Checking tower v0.5.2 |
2220 | 2025-07-17T20:36:39.998Z | Checking sec1 v0.7.3 |
2221 | 2025-07-17T20:36:40.081Z | Checking anstream v0.6.18 |
2222 | 2025-07-17T20:36:40.174Z | Checking postgres-protocol v0.6.8 |
2223 | 2025-07-17T20:36:40.382Z | Checking publicsuffix v2.3.0 |
2224 | 2025-07-17T20:36:40.456Z | Checking heapless v0.7.17 |
2225 | 2025-07-17T20:36:40.660Z | Checking group v0.13.0 |
2226 | 2025-07-17T20:36:40.681Z | Checking zstd-safe v7.2.3 |
2227 | 2025-07-17T20:36:40.843Z | Checking num-iter v0.1.45 |
2228 | 2025-07-17T20:36:40.927Z | Checking cookie v0.18.1 |
2229 | 2025-07-17T20:36:40.998Z | Checking tokio-native-tls v0.3.1 |
2230 | 2025-07-17T20:36:41.048Z | Checking rand v0.8.5 |
2231 | 2025-07-17T20:36:41.286Z | Checking dtrace-parser v0.2.0 |
2232 | 2025-07-17T20:36:41.342Z | Compiling daft v0.1.4 |
2233 | 2025-07-17T20:36:41.390Z | Checking syn v2.0.104 |
2234 | 2025-07-17T20:36:41.754Z | Checking dof v0.3.0 |
2235 | 2025-07-17T20:36:41.763Z | Checking rayon-core v1.12.1 |
2236 | 2025-07-17T20:36:41.847Z | Checking hyper v1.6.0 |
2237 | 2025-07-17T20:36:41.882Z | Checking ipnetwork v0.21.1 |
2238 | 2025-07-17T20:36:42.327Z | Checking flate2 v1.1.2 |
2239 | 2025-07-17T20:36:42.355Z | Checking terminal_size v0.4.0 |
2240 | 2025-07-17T20:36:42.355Z | Checking rustls-native-certs v0.8.1 |
2241 | 2025-07-17T20:36:42.366Z | Checking lazy_static v1.5.0 |
2242 | 2025-07-17T20:36:42.482Z | Checking http-body-util v0.1.3 |
2243 | 2025-07-17T20:36:42.501Z | Checking webpki-roots v1.0.1 |
2244 | 2025-07-17T20:36:42.528Z | Checking tokio-rustls v0.26.0 |
2245 | 2025-07-17T20:36:42.553Z | Checking signal-hook v0.3.17 |
2246 | 2025-07-17T20:36:42.706Z | Checking hkdf v0.12.4 |
2247 | 2025-07-17T20:36:42.946Z | Checking crypto-bigint v0.5.5 |
2248 | 2025-07-17T20:36:42.980Z | Checking thread-id v4.2.2 |
2249 | 2025-07-17T20:36:42.980Z | Checking object v0.36.5 |
2250 | 2025-07-17T20:36:42.980Z | Checking iri-string v0.7.8 |
2251 | 2025-07-17T20:36:42.980Z | Checking managed v0.8.0 |
2252 | 2025-07-17T20:36:43.041Z | Checking unicode-width v0.2.0 |
2253 | 2025-07-17T20:36:43.289Z | Checking addr2line v0.24.2 |
2254 | 2025-07-17T20:36:43.307Z | Checking strsim v0.11.1 |
2255 | 2025-07-17T20:36:43.508Z | Checking bitflags v1.3.2 |
2256 | 2025-07-17T20:36:43.589Z | Checking winnow v0.5.40 |
2257 | 2025-07-17T20:36:43.615Z | Checking lockfree-object-pool v0.1.6 |
2258 | 2025-07-17T20:36:43.768Z | Checking hyper-util v0.1.14 |
2259 | 2025-07-17T20:36:43.804Z | Checking simd-adler32 v0.3.7 |
2260 | 2025-07-17T20:36:43.852Z | Checking clap_lex v0.7.4 |
2261 | 2025-07-17T20:36:44.119Z | Checking rustc-demangle v0.1.24 |
2262 | 2025-07-17T20:36:44.166Z | Checking bumpalo v3.16.0 |
2263 | 2025-07-17T20:36:44.516Z | Checking zopfli v0.8.1 |
2264 | 2025-07-17T20:36:44.589Z | Checking clap_builder v4.5.40 |
2265 | 2025-07-17T20:36:45.239Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2266 | 2025-07-17T20:36:45.482Z | Checking tower-http v0.6.6 |
2267 | 2025-07-17T20:36:45.535Z | Checking elliptic-curve v0.13.8 |
2268 | 2025-07-17T20:36:45.570Z | Checking smoltcp v0.9.1 |
2269 | 2025-07-17T20:36:45.984Z | Checking console v0.15.10 |
2270 | 2025-07-17T20:36:46.180Z | Checking signal-hook-mio v0.2.4 |
2271 | 2025-07-17T20:36:46.288Z | Checking toml_edit v0.19.15 |
2272 | 2025-07-17T20:36:46.329Z | Checking num-bigint-dig v0.8.4 |
2273 | 2025-07-17T20:36:46.428Z | Checking hyper-tls v0.6.0 |
2274 | 2025-07-17T20:36:46.570Z | Checking hyper-rustls v0.27.7 |
2275 | 2025-07-17T20:36:46.720Z | Checking rayon v1.10.0 |
2276 | 2025-07-17T20:36:46.953Z | Checking oxnet v0.1.2 |
2277 | 2025-07-17T20:36:46.985Z | Checking cookie_store v0.21.1 |
2278 | 2025-07-17T20:36:47.316Z | Checking usdt-impl v0.5.0 |
2279 | 2025-07-17T20:36:47.373Z | Checking zstd v0.13.3 |
2280 | 2025-07-17T20:36:47.471Z | Checking postgres-types v0.2.9 |
2281 | 2025-07-17T20:36:47.660Z | Checking regex v1.11.1 |
2282 | 2025-07-17T20:36:47.753Z | Checking bstr v1.10.0 |
2283 | 2025-07-17T20:36:47.872Z | Checking phf v0.11.2 |
2284 | 2025-07-17T20:36:48.108Z | Checking ed25519 v2.2.3 |
2285 | 2025-07-17T20:36:48.139Z | Checking bzip2 v0.4.4 |
2286 | 2025-07-17T20:36:48.266Z | Checking bzip2 v0.5.2 |
2287 | 2025-07-17T20:36:48.328Z | Checking curve25519-dalek v4.1.3 |
2288 | 2025-07-17T20:36:48.415Z | Checking thiserror v2.0.12 |
2289 | 2025-07-17T20:36:48.442Z | Checking strum v0.27.1 |
2290 | 2025-07-17T20:36:48.577Z | Checking hubpack v0.1.2 |
2291 | 2025-07-17T20:36:48.582Z | Checking memoffset v0.9.1 |
2292 | 2025-07-17T20:36:48.634Z | Checking pkcs1 v0.7.5 |
2293 | 2025-07-17T20:36:48.663Z | Checking serde_urlencoded v0.7.1 |
2294 | 2025-07-17T20:36:48.712Z | Checking float-cmp v0.10.0 |
2295 | 2025-07-17T20:36:48.733Z | Checking backtrace v0.3.74 |
2296 | 2025-07-17T20:36:48.838Z | Checking serde-big-array v0.5.1 |
2297 | 2025-07-17T20:36:48.885Z | Checking rfc6979 v0.4.0 |
2298 | 2025-07-17T20:36:48.922Z | Checking memmap v0.7.0 |
2299 | 2025-07-17T20:36:49.036Z | Checking encoding_rs v0.8.34 |
2300 | 2025-07-17T20:36:49.054Z | Checking unicode-segmentation v1.12.0 |
2301 | 2025-07-17T20:36:49.071Z | Checking whoami v1.5.2 |
2302 | 2025-07-17T20:36:49.094Z | Checking normalize-line-endings v0.3.0 |
2303 | 2025-07-17T20:36:49.129Z | Checking minimal-lexical v0.2.1 |
2304 | 2025-07-17T20:36:49.229Z | Checking data-encoding v2.9.0 |
2305 | 2025-07-17T20:36:49.275Z | Checking static_assertions v1.1.0 |
2306 | 2025-07-17T20:36:49.363Z | Checking new_debug_unreachable v1.0.6 |
2307 | 2025-07-17T20:36:49.385Z | Checking toml_write v0.1.2 |
2308 | 2025-07-17T20:36:49.462Z | Checking mime v0.3.17 |
2309 | 2025-07-17T20:36:49.524Z | Checking fixedbitset v0.4.2 |
2310 | 2025-07-17T20:36:49.681Z | Checking winnow v0.7.10 |
2311 | 2025-07-17T20:36:49.728Z | Checking precomputed-hash v0.1.1 |
2312 | 2025-07-17T20:36:49.766Z | Checking predicates-core v1.0.8 |
2313 | 2025-07-17T20:36:49.871Z | Checking number_prefix v0.4.0 |
2314 | 2025-07-17T20:36:49.886Z | Checking difflib v0.4.0 |
2315 | 2025-07-17T20:36:49.886Z | Checking string_cache v0.8.9 |
2316 | 2025-07-17T20:36:49.960Z | Checking petgraph v0.6.5 |
2317 | 2025-07-17T20:36:49.986Z | Checking hickory-proto v0.25.2 |
2318 | 2025-07-17T20:36:50.052Z | Checking ed25519-dalek v2.1.1 |
2319 | 2025-07-17T20:36:50.128Z | Checking predicates v3.1.3 |
2320 | 2025-07-17T20:36:50.146Z | Checking similar v2.7.0 |
2321 | 2025-07-17T20:36:50.214Z | Checking indicatif v0.17.11 |
2322 | 2025-07-17T20:36:50.468Z | Checking nom v7.1.3 |
2323 | 2025-07-17T20:36:50.731Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2324 | 2025-07-17T20:36:50.953Z | Checking tokio-postgres v0.7.13 |
2325 | 2025-07-17T20:36:50.958Z | Checking anyhow v1.0.98 |
2326 | 2025-07-17T20:36:51.244Z | Checking reqwest v0.12.22 |
2327 | 2025-07-17T20:36:51.372Z | Checking usdt v0.5.0 |
2328 | 2025-07-17T20:36:51.656Z | Checking ecdsa v0.16.9 |
2329 | 2025-07-17T20:36:52.380Z | Checking rsa v0.9.6 |
2330 | 2025-07-17T20:36:52.413Z | Checking toml_edit v0.22.27 |
2331 | 2025-07-17T20:36:53.075Z | Checking nix v0.29.0 |
2332 | 2025-07-17T20:36:53.094Z | Checking toml v0.7.8 |
2333 | 2025-07-17T20:36:53.371Z | Checking zip v4.2.0 |
2334 | 2025-07-17T20:36:53.416Z | Checking zip v0.6.6 |
2335 | 2025-07-17T20:36:53.794Z | Checking clap v4.5.40 |
2336 | 2025-07-17T20:36:53.813Z | Checking crossterm v0.28.1 |
2337 | 2025-07-17T20:36:53.962Z | Checking tokio-stream v0.1.17 |
2338 | 2025-07-17T20:36:54.081Z | Checking strum v0.26.3 |
2339 | 2025-07-17T20:36:54.261Z | Checking fs-err v3.1.1 |
2340 | 2025-07-17T20:36:54.489Z | Checking buf-list v1.0.3 |
2341 | 2025-07-17T20:36:54.583Z | Checking ahash v0.8.11 |
2342 | 2025-07-17T20:36:54.750Z | Checking slog v2.7.0 |
2343 | 2025-07-17T20:36:54.794Z | Checking itertools v0.12.1 |
2344 | 2025-07-17T20:36:54.825Z | Checking itertools v0.13.0 |
2345 | 2025-07-17T20:36:55.029Z | Checking itertools v0.10.5 |
2346 | 2025-07-17T20:36:55.048Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
2347 | 2025-07-17T20:36:55.220Z | Checking x509-cert v0.2.5 |
2348 | 2025-07-17T20:36:55.412Z | Checking openapiv3 v2.2.0 |
2349 | 2025-07-17T20:36:55.453Z | Checking sha1 v0.10.6 |
2350 | 2025-07-17T20:36:55.763Z | Checking winnow v0.6.26 |
2351 | 2025-07-17T20:36:56.009Z | Checking unicode-xid v0.2.6 |
2352 | 2025-07-17T20:36:56.199Z | Checking lalrpop-util v0.19.12 |
2353 | 2025-07-17T20:36:56.502Z | Checking peg-runtime v0.8.5 |
2354 | 2025-07-17T20:36:56.517Z | Checking rustc-hash v2.1.1 |
2355 | 2025-07-17T20:36:56.702Z | Checking camino v1.1.10 |
2356 | 2025-07-17T20:36:56.742Z | Checking sigpipe v0.1.3 |
2357 | 2025-07-17T20:36:56.762Z | Checking jiff v0.2.15 |
2358 | 2025-07-17T20:36:56.865Z | Checking glob v0.3.2 |
2359 | 2025-07-17T20:37:00.554Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2360 | 2025-07-17T20:37:00.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.52s |
2361 | 2025-07-17T20:37:01.124Z | |
2362 | 2025-07-17T20:37:01.124Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (50/221) |
2363 | 2025-07-17T20:37:01.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2364 | 2025-07-17T20:37:01.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2365 | 2025-07-17T20:37:01.955Z | Compiling regress v0.10.3 |
2366 | 2025-07-17T20:37:02.081Z | Checking heck v0.5.0 |
2367 | 2025-07-17T20:37:02.112Z | Compiling unsafe-libyaml v0.2.11 |
2368 | 2025-07-17T20:37:02.131Z | Checking rustix v1.0.7 |
2369 | 2025-07-17T20:37:02.131Z | Checking newtype-uuid v1.2.4 |
2370 | 2025-07-17T20:37:02.135Z | Checking dirs-sys-next v0.1.2 |
2371 | 2025-07-17T20:37:02.135Z | Checking fastrand v2.1.1 |
2372 | 2025-07-17T20:37:02.258Z | Checking thread_local v1.1.8 |
2373 | 2025-07-17T20:37:02.374Z | Checking dirs-next v2.0.0 |
2374 | 2025-07-17T20:37:02.466Z | Checking daft v0.1.4 |
2375 | 2025-07-17T20:37:02.488Z | Compiling structmeta-derive v0.3.0 |
2376 | 2025-07-17T20:37:02.512Z | Compiling ident_case v1.0.1 |
2377 | 2025-07-17T20:37:02.531Z | Checking term v0.7.0 |
2378 | 2025-07-17T20:37:02.706Z | Compiling darling_core v0.20.10 |
2379 | 2025-07-17T20:37:02.911Z | Checking crossbeam-channel v0.5.15 |
2380 | 2025-07-17T20:37:02.968Z | Checking futures-executor v0.3.31 |
2381 | 2025-07-17T20:37:03.228Z | Checking is-terminal v0.4.13 |
2382 | 2025-07-17T20:37:03.365Z | Compiling rustls v0.22.4 |
2383 | 2025-07-17T20:37:03.754Z | Compiling serde_yaml v0.9.34+deprecated |
2384 | 2025-07-17T20:37:03.758Z | Checking take_mut v0.2.2 |
2385 | 2025-07-17T20:37:03.758Z | Checking tempfile v3.20.0 |
2386 | 2025-07-17T20:37:03.857Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2387 | 2025-07-17T20:37:03.879Z | Checking slog-async v2.8.0 |
2388 | 2025-07-17T20:37:04.128Z | Checking slog-term v2.9.1 |
2389 | 2025-07-17T20:37:04.185Z | Checking futures v0.3.31 |
2390 | 2025-07-17T20:37:04.256Z | Compiling proc-macro-crate v1.3.1 |
2391 | 2025-07-17T20:37:04.321Z | Checking wait-timeout v0.2.0 |
2392 | 2025-07-17T20:37:04.532Z | Compiling multer v3.1.0 |
2393 | 2025-07-17T20:37:04.614Z | Checking match_cfg v0.1.0 |
2394 | 2025-07-17T20:37:04.726Z | Checking bit-vec v0.8.0 |
2395 | 2025-07-17T20:37:04.876Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2396 | 2025-07-17T20:37:04.976Z | Compiling structmeta v0.3.0 |
2397 | 2025-07-17T20:37:05.128Z | Compiling ref-cast v1.0.24 |
2398 | 2025-07-17T20:37:05.150Z | Checking quick-error v1.2.3 |
2399 | 2025-07-17T20:37:05.229Z | Compiling num_enum_derive v0.5.11 |
2400 | 2025-07-17T20:37:05.314Z | Checking rusty-fork v0.3.0 |
2401 | 2025-07-17T20:37:05.366Z | Checking bit-set v0.8.0 |
2402 | 2025-07-17T20:37:05.419Z | Checking typify-impl v0.3.0 |
2403 | 2025-07-17T20:37:05.627Z | Compiling typify-impl v0.2.0 |
2404 | 2025-07-17T20:37:06.682Z | Checking hostname v0.3.1 |
2405 | 2025-07-17T20:37:07.076Z | Checking progenitor-client v0.9.1 |
2406 | 2025-07-17T20:37:07.432Z | Checking rand_xorshift v0.4.0 |
2407 | 2025-07-17T20:37:07.487Z | Checking slog-json v2.6.1 |
2408 | 2025-07-17T20:37:07.639Z | Compiling lzma-sys v0.1.20 |
2409 | 2025-07-17T20:37:07.760Z | Checking hex v0.4.3 |
2410 | 2025-07-17T20:37:07.956Z | Compiling ref-cast-impl v1.0.24 |
2411 | 2025-07-17T20:37:08.190Z | Compiling foreign-types-macros v0.2.3 |
2412 | 2025-07-17T20:37:08.265Z | Compiling async-stream-impl v0.3.6 |
2413 | 2025-07-17T20:37:08.377Z | Compiling dropshot v0.16.2 |
2414 | 2025-07-17T20:37:08.406Z | Compiling darling_macro v0.20.10 |
2415 | 2025-07-17T20:37:08.703Z | Checking foreign-types-shared v0.3.1 |
2416 | 2025-07-17T20:37:08.845Z | Checking unarray v0.1.4 |
2417 | 2025-07-17T20:37:09.009Z | Checking utf-8 v0.7.6 |
2418 | 2025-07-17T20:37:09.064Z | Checking arc-swap v1.7.1 |
2419 | 2025-07-17T20:37:09.223Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2420 | 2025-07-17T20:37:09.276Z | Compiling darling v0.20.10 |
2421 | 2025-07-17T20:37:09.349Z | Checking tungstenite v0.21.0 |
2422 | 2025-07-17T20:37:09.404Z | Compiling serde_with_macros v3.14.0 |
2423 | 2025-07-17T20:37:09.423Z | Checking foreign-types v0.5.0 |
2424 | 2025-07-17T20:37:09.464Z | Checking slog-scope v4.4.0 |
2425 | 2025-07-17T20:37:09.489Z | Checking async-stream v0.3.6 |
2426 | 2025-07-17T20:37:09.676Z | Checking proptest v1.7.0 |
2427 | 2025-07-17T20:37:09.752Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2428 | 2025-07-17T20:37:09.773Z | Checking slog-bunyan v2.5.0 |
2429 | 2025-07-17T20:37:09.931Z | Checking num_enum v0.5.11 |
2430 | 2025-07-17T20:37:09.966Z | Compiling proc-macro-error v1.0.4 |
2431 | 2025-07-17T20:37:10.141Z | Checking tokio-rustls v0.25.0 |
2432 | 2025-07-17T20:37:10.174Z | Compiling test-strategy v0.4.1 |
2433 | 2025-07-17T20:37:10.496Z | Compiling parse-display-derive v0.10.0 |
2434 | 2025-07-17T20:37:10.750Z | Checking toml v0.8.23 |
2435 | 2025-07-17T20:37:10.830Z | Checking progenitor-client v0.8.0 |
2436 | 2025-07-17T20:37:11.251Z | Compiling heck v0.3.3 |
2437 | 2025-07-17T20:37:11.476Z | Checking waitgroup v0.1.2 |
2438 | 2025-07-17T20:37:11.595Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2439 | 2025-07-17T20:37:11.635Z | Checking rustls-pemfile v2.2.0 |
2440 | 2025-07-17T20:37:11.866Z | Compiling dropshot_endpoint v0.16.2 |
2441 | 2025-07-17T20:37:11.950Z | Checking serde_path_to_error v0.1.17 |
2442 | 2025-07-17T20:37:15.601Z | Checking cstr-argument v0.1.2 |
2443 | 2025-07-17T20:37:15.643Z | Compiling derive-where v1.5.0 |
2444 | 2025-07-17T20:37:15.643Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2445 | 2025-07-17T20:37:15.643Z | Checking hostname v0.4.0 |
2446 | 2025-07-17T20:37:15.643Z | Checking instant v0.1.13 |
2447 | 2025-07-17T20:37:15.644Z | Checking debug-ignore v1.0.5 |
2448 | 2025-07-17T20:37:15.644Z | Checking pretty-hex v0.2.1 |
2449 | 2025-07-17T20:37:15.644Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
2450 | 2025-07-17T20:37:15.644Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2451 | 2025-07-17T20:37:15.644Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2452 | 2025-07-17T20:37:15.644Z | Checking backoff v0.4.0 |
2453 | 2025-07-17T20:37:15.644Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2454 | 2025-07-17T20:37:15.644Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2455 | 2025-07-17T20:37:15.644Z | Checking parse-display v0.10.0 |
2456 | 2025-07-17T20:37:15.644Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2457 | 2025-07-17T20:37:15.644Z | Checking serde_with v3.14.0 |
2458 | 2025-07-17T20:37:15.644Z | Compiling zone_cfg_derive v0.1.2 |
2459 | 2025-07-17T20:37:15.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2460 | 2025-07-17T20:37:15.644Z | Checking tokio-tungstenite v0.21.0 |
2461 | 2025-07-17T20:37:15.644Z | Checking iddqd v0.3.8 |
2462 | 2025-07-17T20:37:15.644Z | Checking slog-stdlog v4.1.1 |
2463 | 2025-07-17T20:37:15.693Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2464 | 2025-07-17T20:37:15.704Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2465 | 2025-07-17T20:37:16.071Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2466 | 2025-07-17T20:37:16.088Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2467 | 2025-07-17T20:37:16.175Z | Checking progenitor-client v0.10.0 |
2468 | 2025-07-17T20:37:16.381Z | Checking colored v2.2.0 |
2469 | 2025-07-17T20:37:16.604Z | Checking macaddr v1.0.1 |
2470 | 2025-07-17T20:37:16.760Z | Checking unicode-width v0.1.14 |
2471 | 2025-07-17T20:37:16.982Z | Checking base64 v0.21.7 |
2472 | 2025-07-17T20:37:17.074Z | Checking base64 v0.13.1 |
2473 | 2025-07-17T20:37:17.235Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2474 | 2025-07-17T20:37:17.254Z | Checking tabwriter v1.4.0 |
2475 | 2025-07-17T20:37:17.474Z | Checking zone v0.1.8 |
2476 | 2025-07-17T20:37:17.477Z | Checking ron v0.7.1 |
2477 | 2025-07-17T20:37:17.508Z | Checking slog-envlogger v2.2.0 |
2478 | 2025-07-17T20:37:17.729Z | Checking xz2 v0.1.7 |
2479 | 2025-07-17T20:37:17.749Z | Checking tokio-dtrace v0.1.0 |
2480 | 2025-07-17T20:37:18.034Z | Checking xattr v1.3.1 |
2481 | 2025-07-17T20:37:18.052Z | Checking yasna v0.5.2 |
2482 | 2025-07-17T20:37:18.159Z | Checking pem v3.0.5 |
2483 | 2025-07-17T20:37:18.263Z | Checking smf v0.2.3 |
2484 | 2025-07-17T20:37:18.435Z | Checking headers-core v0.3.0 |
2485 | 2025-07-17T20:37:18.578Z | Checking filetime v0.2.25 |
2486 | 2025-07-17T20:37:18.608Z | Checking same-file v1.0.6 |
2487 | 2025-07-17T20:37:18.701Z | Checking headers v0.4.1 |
2488 | 2025-07-17T20:37:18.800Z | Checking tar v0.4.44 |
2489 | 2025-07-17T20:37:18.820Z | Checking walkdir v2.5.0 |
2490 | 2025-07-17T20:37:18.859Z | Checking rcgen v0.12.1 |
2491 | 2025-07-17T20:37:19.080Z | Checking oxide-tokio-rt v0.1.2 |
2492 | 2025-07-17T20:37:19.099Z | Checking camino-tempfile v1.4.1 |
2493 | 2025-07-17T20:37:19.282Z | Compiling typify-macro v0.2.0 |
2494 | 2025-07-17T20:37:19.303Z | Checking atomicwrites v0.4.4 |
2495 | 2025-07-17T20:37:19.389Z | Checking subprocess v0.2.9 |
2496 | 2025-07-17T20:37:19.480Z | Compiling typify-macro v0.3.0 |
2497 | 2025-07-17T20:37:21.229Z | Compiling typify v0.2.0 |
2498 | 2025-07-17T20:37:21.331Z | Compiling progenitor-impl v0.8.0 |
2499 | 2025-07-17T20:37:21.408Z | Compiling typify v0.3.0 |
2500 | 2025-07-17T20:37:21.528Z | Checking progenitor-impl v0.9.1 |
2501 | 2025-07-17T20:37:24.070Z | Compiling progenitor-macro v0.8.0 |
2502 | 2025-07-17T20:37:24.401Z | Compiling progenitor-macro v0.9.1 |
2503 | 2025-07-17T20:37:28.675Z | Checking progenitor v0.8.0 |
2504 | 2025-07-17T20:37:28.833Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2505 | 2025-07-17T20:37:29.297Z | Checking progenitor v0.9.1 |
2506 | 2025-07-17T20:37:29.447Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2507 | 2025-07-17T20:37:31.352Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
2508 | 2025-07-17T20:37:32.296Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2509 | 2025-07-17T20:37:38.601Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2510 | 2025-07-17T20:37:40.229Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2511 | 2025-07-17T20:37:41.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.48s |
2512 | 2025-07-17T20:37:41.814Z | |
2513 | 2025-07-17T20:37:41.814Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (51/221) |
2514 | 2025-07-17T20:37:42.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-07-17T20:37:42.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-07-17T20:37:42.631Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2517 | 2025-07-17T20:37:44.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.34s |
2518 | 2025-07-17T20:37:44.354Z | |
2519 | 2025-07-17T20:37:44.354Z | info: running `cargo check --bins` on nexus-config (52/221) |
2520 | 2025-07-17T20:37:45.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-07-17T20:37:45.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-07-17T20:37:45.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-07-17T20:37:45.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2524 | 2025-07-17T20:37:45.130Z | |
2525 | 2025-07-17T20:37:45.130Z | info: running `cargo check --bins` on omicron-rpaths (53/221) |
2526 | 2025-07-17T20:37:45.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-07-17T20:37:45.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-07-17T20:37:45.779Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-07-17T20:37:45.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2530 | 2025-07-17T20:37:45.863Z | |
2531 | 2025-07-17T20:37:45.863Z | info: running `cargo check --bins` on omicron-certificates (54/221) |
2532 | 2025-07-17T20:37:46.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-07-17T20:37:46.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-07-17T20:37:46.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-07-17T20:37:46.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2536 | 2025-07-17T20:37:46.623Z | |
2537 | 2025-07-17T20:37:46.623Z | info: running `cargo check --bins` on omicron-clickhouse-admin (55/221) |
2538 | 2025-07-17T20:37:47.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-07-17T20:37:47.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-07-17T20:37:47.492Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2541 | 2025-07-17T20:37:47.620Z | Checking omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2542 | 2025-07-17T20:37:47.634Z | Compiling rustix v1.0.7 |
2543 | 2025-07-17T20:37:47.637Z | Compiling darling_core v0.21.0 |
2544 | 2025-07-17T20:37:47.637Z | Compiling wait-timeout v0.2.0 |
2545 | 2025-07-17T20:37:47.637Z | Compiling quick-error v1.2.3 |
2546 | 2025-07-17T20:37:47.637Z | Compiling match_cfg v0.1.0 |
2547 | 2025-07-17T20:37:47.640Z | Compiling bit-vec v0.8.0 |
2548 | 2025-07-17T20:37:47.761Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
2549 | 2025-07-17T20:37:47.785Z | Compiling hostname v0.3.1 |
2550 | 2025-07-17T20:37:47.853Z | Compiling rustls v0.22.4 |
2551 | 2025-07-17T20:37:48.005Z | Compiling progenitor-client v0.9.1 |
2552 | 2025-07-17T20:37:48.072Z | Compiling bit-set v0.8.0 |
2553 | 2025-07-17T20:37:48.142Z | Compiling slog-json v2.6.1 |
2554 | 2025-07-17T20:37:48.179Z | Compiling rand_xorshift v0.4.0 |
2555 | 2025-07-17T20:37:48.263Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2556 | 2025-07-17T20:37:48.347Z | Compiling itertools v0.14.0 |
2557 | 2025-07-17T20:37:48.483Z | Compiling hex v0.4.3 |
2558 | 2025-07-17T20:37:48.500Z | Compiling unarray v0.1.4 |
2559 | 2025-07-17T20:37:48.521Z | Compiling heapless v0.8.0 |
2560 | 2025-07-17T20:37:48.693Z | Compiling slog-bunyan v2.5.0 |
2561 | 2025-07-17T20:37:48.924Z | Compiling progenitor v0.9.1 |
2562 | 2025-07-17T20:37:49.006Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2563 | 2025-07-17T20:37:49.163Z | Compiling ref-cast v1.0.24 |
2564 | 2025-07-17T20:37:49.187Z | Compiling async-stream v0.3.6 |
2565 | 2025-07-17T20:37:49.326Z | Compiling multer v3.1.0 |
2566 | 2025-07-17T20:37:49.423Z | Compiling tempfile v3.20.0 |
2567 | 2025-07-17T20:37:49.487Z | Compiling toml v0.8.23 |
2568 | 2025-07-17T20:37:49.866Z | Compiling rusty-fork v0.3.0 |
2569 | 2025-07-17T20:37:50.244Z | Compiling proptest v1.7.0 |
2570 | 2025-07-17T20:37:50.312Z | Compiling waitgroup v0.1.2 |
2571 | 2025-07-17T20:37:50.537Z | Compiling rustls-pemfile v2.2.0 |
2572 | 2025-07-17T20:37:50.556Z | Checking hash32 v0.3.1 |
2573 | 2025-07-17T20:37:50.769Z | Compiling serde_path_to_error v0.1.17 |
2574 | 2025-07-17T20:37:50.875Z | Compiling hostname v0.4.0 |
2575 | 2025-07-17T20:37:50.921Z | Compiling instant v0.1.13 |
2576 | 2025-07-17T20:37:51.104Z | Compiling smoltcp v0.11.0 |
2577 | 2025-07-17T20:37:51.127Z | Compiling debug-ignore v1.0.5 |
2578 | 2025-07-17T20:37:51.217Z | Compiling backoff v0.4.0 |
2579 | 2025-07-17T20:37:51.565Z | Compiling iddqd v0.3.8 |
2580 | 2025-07-17T20:37:51.587Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
2581 | 2025-07-17T20:37:51.794Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2582 | 2025-07-17T20:37:51.996Z | Compiling tokio-rustls v0.25.0 |
2583 | 2025-07-17T20:37:52.131Z | Compiling serde_with v3.14.0 |
2584 | 2025-07-17T20:37:52.433Z | Compiling dropshot v0.16.2 |
2585 | 2025-07-17T20:37:53.739Z | Compiling darling_macro v0.21.0 |
2586 | 2025-07-17T20:37:53.761Z | Compiling parse-display v0.10.0 |
2587 | 2025-07-17T20:37:54.675Z | Compiling darling v0.21.0 |
2588 | 2025-07-17T20:37:54.752Z | Checking num-rational v0.4.2 |
2589 | 2025-07-17T20:37:54.816Z | Compiling ingot-macros v0.1.1 |
2590 | 2025-07-17T20:37:55.090Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2591 | 2025-07-17T20:37:55.403Z | Compiling progenitor-client v0.10.0 |
2592 | 2025-07-17T20:37:55.823Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
2593 | 2025-07-17T20:37:55.954Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
2594 | 2025-07-17T20:37:57.066Z | Compiling phf_generator v0.11.2 |
2595 | 2025-07-17T20:37:57.268Z | Checking num-complex v0.4.6 |
2596 | 2025-07-17T20:37:57.894Z | Compiling macaddr v1.0.1 |
2597 | 2025-07-17T20:37:58.172Z | Checking cobs v0.2.3 |
2598 | 2025-07-17T20:37:58.391Z | Checking postcard v1.0.10 |
2599 | 2025-07-17T20:37:58.621Z | Compiling num v0.4.3 |
2600 | 2025-07-17T20:37:58.751Z | Compiling phf_codegen v0.11.2 |
2601 | 2025-07-17T20:37:58.859Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2602 | 2025-07-17T20:37:58.970Z | Compiling parse-zoneinfo v0.3.1 |
2603 | 2025-07-17T20:37:58.989Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2604 | 2025-07-17T20:37:59.311Z | Compiling float-ord v0.3.2 |
2605 | 2025-07-17T20:37:59.501Z | Compiling convert_case v0.4.0 |
2606 | 2025-07-17T20:37:59.522Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2607 | 2025-07-17T20:38:00.313Z | Compiling derive_more v0.99.20 |
2608 | 2025-07-17T20:38:00.608Z | Compiling chrono-tz-build v0.4.0 |
2609 | 2025-07-17T20:38:01.121Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2610 | 2025-07-17T20:38:01.724Z | Compiling crucible-workspace-hack v0.1.0 |
2611 | 2025-07-17T20:38:01.745Z | Checking linked-hash-map v0.5.6 |
2612 | 2025-07-17T20:38:01.763Z | Checking ingot-types v0.1.2 |
2613 | 2025-07-17T20:38:01.967Z | Compiling chrono-tz v0.10.3 |
2614 | 2025-07-17T20:38:02.059Z | Checking lru-cache v0.1.2 |
2615 | 2025-07-17T20:38:02.079Z | Checking newline-converter v0.3.0 |
2616 | 2025-07-17T20:38:02.264Z | Checking resolv-conf v0.7.0 |
2617 | 2025-07-17T20:38:02.285Z | Checking hickory-proto v0.24.4 |
2618 | 2025-07-17T20:38:03.516Z | Checking ingot v0.1.1 |
2619 | 2025-07-17T20:38:03.567Z | Checking prettyplease v0.2.35 |
2620 | 2025-07-17T20:38:03.567Z | Compiling slog-dtrace v0.3.0 |
2621 | 2025-07-17T20:38:03.567Z | Compiling zone_cfg_derive v0.3.0 |
2622 | 2025-07-17T20:38:03.932Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2623 | 2025-07-17T20:38:05.052Z | Checking expectorate v1.2.0 |
2624 | 2025-07-17T20:38:05.192Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2625 | 2025-07-17T20:38:05.243Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2626 | 2025-07-17T20:38:05.555Z | Compiling const_format_proc_macros v0.2.34 |
2627 | 2025-07-17T20:38:05.750Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2628 | 2025-07-17T20:38:05.876Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2629 | 2025-07-17T20:38:06.329Z | Compiling num-derive v0.4.2 |
2630 | 2025-07-17T20:38:06.564Z | Checking hickory-resolver v0.24.4 |
2631 | 2025-07-17T20:38:06.776Z | Checking highway v1.3.0 |
2632 | 2025-07-17T20:38:06.808Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2633 | 2025-07-17T20:38:07.183Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2634 | 2025-07-17T20:38:07.249Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2635 | 2025-07-17T20:38:07.502Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2636 | 2025-07-17T20:38:07.517Z | Checking const_format v0.2.34 |
2637 | 2025-07-17T20:38:08.018Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
2638 | 2025-07-17T20:38:08.120Z | Checking qorb v0.4.0 |
2639 | 2025-07-17T20:38:08.218Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2640 | 2025-07-17T20:38:08.525Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
2641 | 2025-07-17T20:38:08.972Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
2642 | 2025-07-17T20:38:09.236Z | Checking zone v0.3.1 |
2643 | 2025-07-17T20:38:09.473Z | Checking gethostname v0.5.0 |
2644 | 2025-07-17T20:38:09.630Z | Checking bcs v0.1.6 |
2645 | 2025-07-17T20:38:09.926Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2d095de2258aa0653d669b72c741f26e608c81a6#2d095de2) |
2646 | 2025-07-17T20:38:09.982Z | Checking nanorand v0.7.0 |
2647 | 2025-07-17T20:38:10.025Z | Compiling async-recursion v1.1.1 |
2648 | 2025-07-17T20:38:10.108Z | Checking termtree v0.5.1 |
2649 | 2025-07-17T20:38:10.357Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2650 | 2025-07-17T20:38:10.645Z | Checking flume v0.11.1 |
2651 | 2025-07-17T20:38:15.224Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2652 | 2025-07-17T20:38:18.716Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2653 | 2025-07-17T20:38:21.306Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2654 | 2025-07-17T20:38:22.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.01s |
2655 | 2025-07-17T20:38:22.847Z | |
2656 | 2025-07-17T20:38:22.847Z | info: running `cargo check --bins` on clickhouse-admin-api (56/221) |
2657 | 2025-07-17T20:38:23.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2025-07-17T20:38:23.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2025-07-17T20:38:23.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2025-07-17T20:38:23.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2661 | 2025-07-17T20:38:23.629Z | |
2662 | 2025-07-17T20:38:23.629Z | info: running `cargo check --bins` on clickhouse-admin-types (57/221) |
2663 | 2025-07-17T20:38:24.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2025-07-17T20:38:24.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2025-07-17T20:38:24.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2025-07-17T20:38:24.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2667 | 2025-07-17T20:38:24.407Z | |
2668 | 2025-07-17T20:38:24.407Z | info: running `cargo check --bins --no-default-features` on oximeter-db (58/221) |
2669 | 2025-07-17T20:38:25.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2025-07-17T20:38:25.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2025-07-17T20:38:25.207Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2672 | 2025-07-17T20:38:25.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
2673 | 2025-07-17T20:38:26.100Z | |
2674 | 2025-07-17T20:38:26.100Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (59/221) |
2675 | 2025-07-17T20:38:26.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2025-07-17T20:38:26.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2025-07-17T20:38:26.919Z | Compiling cfg_aliases v0.1.1 |
2678 | 2025-07-17T20:38:26.922Z | Compiling vte_generate_state_changes v0.1.2 |
2679 | 2025-07-17T20:38:26.922Z | Checking fd-lock v4.0.2 |
2680 | 2025-07-17T20:38:26.922Z | Checking nibble_vec v0.1.0 |
2681 | 2025-07-17T20:38:27.035Z | Checking endian-type v0.1.2 |
2682 | 2025-07-17T20:38:27.055Z | Checking bytecount v0.6.8 |
2683 | 2025-07-17T20:38:27.079Z | Compiling tabled_derive v0.7.0 |
2684 | 2025-07-17T20:38:27.095Z | Compiling peg-macros v0.8.5 |
2685 | 2025-07-17T20:38:27.128Z | Compiling nix v0.28.0 |
2686 | 2025-07-17T20:38:27.220Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2687 | 2025-07-17T20:38:27.240Z | Checking papergrid v0.11.0 |
2688 | 2025-07-17T20:38:27.257Z | Compiling sqlparser_derive v0.2.2 |
2689 | 2025-07-17T20:38:27.260Z | Checking radix_trie v0.2.1 |
2690 | 2025-07-17T20:38:27.603Z | Checking vte v0.11.1 |
2691 | 2025-07-17T20:38:27.704Z | Checking nu-ansi-term v0.50.1 |
2692 | 2025-07-17T20:38:28.118Z | Checking unicode_categories v0.1.1 |
2693 | 2025-07-17T20:38:28.250Z | Checking home v0.5.9 |
2694 | 2025-07-17T20:38:28.320Z | Checking sqlparser v0.45.0 |
2695 | 2025-07-17T20:38:28.426Z | Checking sqlformat v0.3.5 |
2696 | 2025-07-17T20:38:28.465Z | Checking display-error-chain v0.2.2 |
2697 | 2025-07-17T20:38:29.002Z | Checking strip-ansi-escapes v0.2.0 |
2698 | 2025-07-17T20:38:29.118Z | Checking tabled v0.15.0 |
2699 | 2025-07-17T20:38:29.147Z | Checking reedline v0.40.0 |
2700 | 2025-07-17T20:38:29.430Z | Checking peg v0.8.5 |
2701 | 2025-07-17T20:38:30.011Z | Checking rustyline v14.0.0 |
2702 | 2025-07-17T20:38:38.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s |
2703 | 2025-07-17T20:38:39.028Z | |
2704 | 2025-07-17T20:38:39.028Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (60/221) |
2705 | 2025-07-17T20:38:39.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2025-07-17T20:38:39.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2025-07-17T20:38:39.865Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2708 | 2025-07-17T20:38:45.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.03s |
2709 | 2025-07-17T20:38:45.276Z | |
2710 | 2025-07-17T20:38:45.276Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (61/221) |
2711 | 2025-07-17T20:38:45.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2025-07-17T20:38:45.992Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2025-07-17T20:38:46.109Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2714 | 2025-07-17T20:38:49.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2715 | 2025-07-17T20:38:49.932Z | |
2716 | 2025-07-17T20:38:49.932Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (62/221) |
2717 | 2025-07-17T20:38:51.562Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2025-07-17T20:38:51.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2025-07-17T20:38:51.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2720 | 2025-07-17T20:38:55.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
2721 | 2025-07-17T20:38:55.959Z | |
2722 | 2025-07-17T20:38:55.959Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (63/221) |
2723 | 2025-07-17T20:38:56.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2025-07-17T20:38:56.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2025-07-17T20:38:56.782Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2726 | 2025-07-17T20:39:01.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
2727 | 2025-07-17T20:39:02.034Z | |
2728 | 2025-07-17T20:39:02.034Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (64/221) |
2729 | 2025-07-17T20:39:02.738Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2025-07-17T20:39:02.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2025-07-17T20:39:02.857Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2732 | 2025-07-17T20:39:06.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
2733 | 2025-07-17T20:39:06.905Z | |
2734 | 2025-07-17T20:39:06.905Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (65/221) |
2735 | 2025-07-17T20:39:07.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2025-07-17T20:39:07.597Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2025-07-17T20:39:07.710Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2738 | 2025-07-17T20:39:11.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
2739 | 2025-07-17T20:39:11.780Z | |
2740 | 2025-07-17T20:39:11.780Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (66/221) |
2741 | 2025-07-17T20:39:12.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2742 | 2025-07-17T20:39:12.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2743 | 2025-07-17T20:39:12.612Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2744 | 2025-07-17T20:39:17.809Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.02s |
2745 | 2025-07-17T20:39:18.014Z | |
2746 | 2025-07-17T20:39:18.014Z | info: running `cargo check --bins` on oximeter (67/221) |
2747 | 2025-07-17T20:39:18.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2748 | 2025-07-17T20:39:18.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2749 | 2025-07-17T20:39:18.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2750 | 2025-07-17T20:39:18.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2751 | 2025-07-17T20:39:18.778Z | |
2752 | 2025-07-17T20:39:18.778Z | info: running `cargo check --bins` on oximeter-macro-impl (68/221) |
2753 | 2025-07-17T20:39:19.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2754 | 2025-07-17T20:39:19.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2755 | 2025-07-17T20:39:19.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2756 | 2025-07-17T20:39:19.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2757 | 2025-07-17T20:39:19.510Z | |
2758 | 2025-07-17T20:39:19.510Z | info: running `cargo check --bins` on oximeter-schema (69/221) |
2759 | 2025-07-17T20:39:20.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2760 | 2025-07-17T20:39:20.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2761 | 2025-07-17T20:39:20.281Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2762 | 2025-07-17T20:39:22.312Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2763 | 2025-07-17T20:39:23.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2764 | 2025-07-17T20:39:23.535Z | |
2765 | 2025-07-17T20:39:23.535Z | info: running `cargo check --bins` on oximeter-types (70/221) |
2766 | 2025-07-17T20:39:24.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2025-07-17T20:39:24.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2025-07-17T20:39:24.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2025-07-17T20:39:24.208Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2770 | 2025-07-17T20:39:24.292Z | |
2771 | 2025-07-17T20:39:24.292Z | info: running `cargo check --bins` on oximeter-timeseries-macro (71/221) |
2772 | 2025-07-17T20:39:24.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2025-07-17T20:39:24.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2025-07-17T20:39:24.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2025-07-17T20:39:24.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2776 | 2025-07-17T20:39:25.049Z | |
2777 | 2025-07-17T20:39:25.049Z | info: running `cargo check --bins` on oxql-types (72/221) |
2778 | 2025-07-17T20:39:25.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2025-07-17T20:39:25.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2025-07-17T20:39:25.721Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2781 | 2025-07-17T20:39:25.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2782 | 2025-07-17T20:39:25.815Z | |
2783 | 2025-07-17T20:39:25.815Z | info: running `cargo check --bins` on oximeter-test-utils (73/221) |
2784 | 2025-07-17T20:39:26.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2025-07-17T20:39:26.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2025-07-17T20:39:26.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2787 | 2025-07-17T20:39:26.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2788 | 2025-07-17T20:39:26.627Z | |
2789 | 2025-07-17T20:39:26.627Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (74/221) |
2790 | 2025-07-17T20:39:27.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2025-07-17T20:39:27.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2025-07-17T20:39:27.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2793 | 2025-07-17T20:39:27.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2794 | 2025-07-17T20:39:27.393Z | |
2795 | 2025-07-17T20:39:27.393Z | info: running `cargo check --bins` on bootstrap-agent-client (75/221) |
2796 | 2025-07-17T20:39:28.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2025-07-17T20:39:28.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2025-07-17T20:39:28.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2799 | 2025-07-17T20:39:28.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2800 | 2025-07-17T20:39:28.172Z | |
2801 | 2025-07-17T20:39:28.172Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (76/221) |
2802 | 2025-07-17T20:39:28.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2025-07-17T20:39:28.846Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2025-07-17T20:39:28.846Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2025-07-17T20:39:28.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2806 | 2025-07-17T20:39:28.934Z | |
2807 | 2025-07-17T20:39:28.934Z | info: running `cargo check --bins` on clickhouse-admin-server-client (77/221) |
2808 | 2025-07-17T20:39:29.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2025-07-17T20:39:29.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2025-07-17T20:39:29.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2811 | 2025-07-17T20:39:29.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2812 | 2025-07-17T20:39:29.699Z | |
2813 | 2025-07-17T20:39:29.699Z | info: running `cargo check --bins` on clickhouse-admin-single-client (78/221) |
2814 | 2025-07-17T20:39:30.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2025-07-17T20:39:30.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2025-07-17T20:39:30.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2817 | 2025-07-17T20:39:30.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2818 | 2025-07-17T20:39:30.461Z | |
2819 | 2025-07-17T20:39:30.462Z | info: running `cargo check --bins` on cockroach-admin-client (79/221) |
2820 | 2025-07-17T20:39:31.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2821 | 2025-07-17T20:39:31.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2822 | 2025-07-17T20:39:31.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2823 | 2025-07-17T20:39:31.113Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2824 | 2025-07-17T20:39:31.194Z | |
2825 | 2025-07-17T20:39:31.194Z | info: running `cargo check --bins` on omicron-ddm-admin-client (80/221) |
2826 | 2025-07-17T20:39:31.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2827 | 2025-07-17T20:39:31.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2828 | 2025-07-17T20:39:31.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2829 | 2025-07-17T20:39:31.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2830 | 2025-07-17T20:39:31.971Z | |
2831 | 2025-07-17T20:39:31.971Z | info: running `cargo check --bins` on dns-service-client (81/221) |
2832 | 2025-07-17T20:39:32.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2833 | 2025-07-17T20:39:32.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2834 | 2025-07-17T20:39:32.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2835 | 2025-07-17T20:39:32.647Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2836 | 2025-07-17T20:39:32.731Z | |
2837 | 2025-07-17T20:39:32.731Z | info: running `cargo check --bins` on internal-dns-types (82/221) |
2838 | 2025-07-17T20:39:33.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2839 | 2025-07-17T20:39:33.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2840 | 2025-07-17T20:39:33.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2841 | 2025-07-17T20:39:33.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2842 | 2025-07-17T20:39:33.491Z | |
2843 | 2025-07-17T20:39:33.491Z | info: running `cargo check --bins` on gateway-client (83/221) |
2844 | 2025-07-17T20:39:34.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2845 | 2025-07-17T20:39:34.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2846 | 2025-07-17T20:39:34.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2847 | 2025-07-17T20:39:34.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2848 | 2025-07-17T20:39:34.251Z | |
2849 | 2025-07-17T20:39:34.251Z | info: running `cargo check --bins` on ereport-types (84/221) |
2850 | 2025-07-17T20:39:34.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2851 | 2025-07-17T20:39:34.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2852 | 2025-07-17T20:39:34.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2853 | 2025-07-17T20:39:34.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2854 | 2025-07-17T20:39:34.997Z | |
2855 | 2025-07-17T20:39:34.997Z | info: running `cargo check --bins` on gateway-types (85/221) |
2856 | 2025-07-17T20:39:35.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2857 | 2025-07-17T20:39:35.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2858 | 2025-07-17T20:39:35.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2859 | 2025-07-17T20:39:35.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2860 | 2025-07-17T20:39:35.765Z | |
2861 | 2025-07-17T20:39:35.765Z | info: running `cargo check --bins` on ipcc (86/221) |
2862 | 2025-07-17T20:39:36.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2863 | 2025-07-17T20:39:36.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2864 | 2025-07-17T20:39:36.442Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2865 | 2025-07-17T20:39:36.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2866 | 2025-07-17T20:39:36.530Z | |
2867 | 2025-07-17T20:39:36.530Z | info: running `cargo check --bins` on installinator-client (87/221) |
2868 | 2025-07-17T20:39:37.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2869 | 2025-07-17T20:39:37.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2870 | 2025-07-17T20:39:37.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2871 | 2025-07-17T20:39:37.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2872 | 2025-07-17T20:39:37.306Z | |
2873 | 2025-07-17T20:39:37.306Z | info: running `cargo check --bins` on installinator-common (88/221) |
2874 | 2025-07-17T20:39:37.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-07-17T20:39:37.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-07-17T20:39:37.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-07-17T20:39:38.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2878 | 2025-07-17T20:39:38.093Z | |
2879 | 2025-07-17T20:39:38.094Z | info: running `cargo check --bins` on update-engine (89/221) |
2880 | 2025-07-17T20:39:39.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-07-17T20:39:39.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-07-17T20:39:39.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-07-17T20:39:39.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2884 | 2025-07-17T20:39:39.626Z | |
2885 | 2025-07-17T20:39:39.626Z | info: running `cargo check --bins` on nexus-client (90/221) |
2886 | 2025-07-17T20:39:39.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-07-17T20:39:39.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-07-17T20:39:39.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2025-07-17T20:39:39.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2890 | 2025-07-17T20:39:39.651Z | |
2891 | 2025-07-17T20:39:39.651Z | info: running `cargo check --bins` on nexus-sled-agent-shared (91/221) |
2892 | 2025-07-17T20:39:40.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2025-07-17T20:39:40.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2025-07-17T20:39:40.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2025-07-17T20:39:40.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2896 | 2025-07-17T20:39:40.399Z | |
2897 | 2025-07-17T20:39:40.399Z | info: running `cargo check --bins` on omicron-passwords (92/221) |
2898 | 2025-07-17T20:39:41.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2025-07-17T20:39:41.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2025-07-17T20:39:41.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2025-07-17T20:39:41.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2902 | 2025-07-17T20:39:41.137Z | |
2903 | 2025-07-17T20:39:41.137Z | info: running `cargo check --bins` on nexus-types (93/221) |
2904 | 2025-07-17T20:39:41.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2025-07-17T20:39:41.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2025-07-17T20:39:41.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2025-07-17T20:39:41.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2908 | 2025-07-17T20:39:41.935Z | |
2909 | 2025-07-17T20:39:41.935Z | info: running `cargo check --bins` on omicron-cockroach-metrics (94/221) |
2910 | 2025-07-17T20:39:42.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2025-07-17T20:39:42.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2025-07-17T20:39:42.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2025-07-17T20:39:42.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2914 | 2025-07-17T20:39:42.668Z | |
2915 | 2025-07-17T20:39:42.668Z | info: running `cargo check --bins` on parallel-task-set (95/221) |
2916 | 2025-07-17T20:39:43.309Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2025-07-17T20:39:43.312Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2025-07-17T20:39:43.312Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2025-07-17T20:39:43.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2920 | 2025-07-17T20:39:43.396Z | |
2921 | 2025-07-17T20:39:43.396Z | info: running `cargo check --bins` on ntp-admin-client (96/221) |
2922 | 2025-07-17T20:39:44.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2025-07-17T20:39:44.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2025-07-17T20:39:44.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2025-07-17T20:39:44.050Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2926 | 2025-07-17T20:39:44.134Z | |
2927 | 2025-07-17T20:39:44.134Z | info: running `cargo check --bins` on oxide-client (97/221) |
2928 | 2025-07-17T20:39:44.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2025-07-17T20:39:44.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2025-07-17T20:39:44.788Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2025-07-17T20:39:44.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2932 | 2025-07-17T20:39:44.872Z | |
2933 | 2025-07-17T20:39:44.872Z | info: running `cargo check --bins` on oximeter-client (98/221) |
2934 | 2025-07-17T20:39:45.552Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2025-07-17T20:39:45.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2025-07-17T20:39:45.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2025-07-17T20:39:45.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2938 | 2025-07-17T20:39:45.647Z | |
2939 | 2025-07-17T20:39:45.647Z | info: running `cargo check --bins` on repo-depot-client (99/221) |
2940 | 2025-07-17T20:39:46.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2025-07-17T20:39:46.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2025-07-17T20:39:46.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2943 | 2025-07-17T20:39:46.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2944 | 2025-07-17T20:39:46.382Z | |
2945 | 2025-07-17T20:39:46.382Z | info: running `cargo check --bins` on sled-agent-client (100/221) |
2946 | 2025-07-17T20:39:47.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2025-07-17T20:39:47.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2025-07-17T20:39:47.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2949 | 2025-07-17T20:39:47.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2950 | 2025-07-17T20:39:47.178Z | |
2951 | 2025-07-17T20:39:47.179Z | info: running `cargo check --bins` on sled-agent-types (101/221) |
2952 | 2025-07-17T20:39:47.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2025-07-17T20:39:47.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2025-07-17T20:39:47.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2955 | 2025-07-17T20:39:47.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2956 | 2025-07-17T20:39:47.988Z | |
2957 | 2025-07-17T20:39:47.988Z | info: running `cargo check --bins` on wicketd-client (102/221) |
2958 | 2025-07-17T20:39:48.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2025-07-17T20:39:48.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2025-07-17T20:39:48.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2025-07-17T20:39:48.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2962 | 2025-07-17T20:39:48.796Z | |
2963 | 2025-07-17T20:39:48.796Z | info: running `cargo check --bins` on wicket-common (103/221) |
2964 | 2025-07-17T20:39:49.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2025-07-17T20:39:49.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2025-07-17T20:39:49.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2025-07-17T20:39:49.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2968 | 2025-07-17T20:39:49.614Z | |
2969 | 2025-07-17T20:39:49.614Z | info: running `cargo check --bins` on omicron-cockroach-admin (104/221) |
2970 | 2025-07-17T20:39:50.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2025-07-17T20:39:50.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2025-07-17T20:39:50.420Z | Checking csv-core v0.1.11 |
2973 | 2025-07-17T20:39:50.420Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2974 | 2025-07-17T20:39:50.423Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2975 | 2025-07-17T20:39:50.539Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2976 | 2025-07-17T20:39:50.746Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2977 | 2025-07-17T20:39:50.787Z | Checking csv v1.3.1 |
2978 | 2025-07-17T20:39:50.841Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2979 | 2025-07-17T20:39:51.356Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2980 | 2025-07-17T20:39:51.826Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2981 | 2025-07-17T20:39:54.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
2982 | 2025-07-17T20:39:54.292Z | |
2983 | 2025-07-17T20:39:54.292Z | info: running `cargo check --bins` on cockroach-admin-api (105/221) |
2984 | 2025-07-17T20:39:54.968Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2025-07-17T20:39:54.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2025-07-17T20:39:54.971Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2025-07-17T20:39:54.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
2988 | 2025-07-17T20:39:55.061Z | |
2989 | 2025-07-17T20:39:55.061Z | info: running `cargo check --bins` on cockroach-admin-types (106/221) |
2990 | 2025-07-17T20:39:55.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2025-07-17T20:39:55.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2025-07-17T20:39:55.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2025-07-17T20:39:55.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2994 | 2025-07-17T20:39:55.842Z | |
2995 | 2025-07-17T20:39:55.842Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (107/221) |
2996 | 2025-07-17T20:39:56.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2025-07-17T20:39:56.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2025-07-17T20:39:56.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2999 | 2025-07-17T20:39:56.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3000 | 2025-07-17T20:39:56.762Z | |
3001 | 2025-07-17T20:39:56.762Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (108/221) |
3002 | 2025-07-17T20:39:57.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2025-07-17T20:39:57.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2025-07-17T20:39:57.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3005 | 2025-07-17T20:39:57.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
3006 | 2025-07-17T20:39:57.678Z | |
3007 | 2025-07-17T20:39:57.678Z | info: running `cargo check --bins` on dns-server (109/221) |
3008 | 2025-07-17T20:39:58.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2025-07-17T20:39:58.381Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2025-07-17T20:39:58.496Z | Compiling typify-impl v0.4.1 |
3011 | 2025-07-17T20:39:58.619Z | Compiling parking_lot_core v0.8.6 |
3012 | 2025-07-17T20:39:58.622Z | Compiling moka v0.12.10 |
3013 | 2025-07-17T20:39:58.631Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3014 | 2025-07-17T20:39:58.642Z | Checking tagptr v0.2.0 |
3015 | 2025-07-17T20:39:58.653Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3016 | 2025-07-17T20:39:58.678Z | Checking prefix-trie v0.7.0 |
3017 | 2025-07-17T20:39:58.865Z | Checking fxhash v0.2.1 |
3018 | 2025-07-17T20:39:58.897Z | Checking hickory-client v0.25.2 |
3019 | 2025-07-17T20:39:59.346Z | Checking hickory-server v0.25.2 |
3020 | 2025-07-17T20:39:59.391Z | Checking parking_lot v0.11.2 |
3021 | 2025-07-17T20:39:59.744Z | Checking sled v0.34.7 |
3022 | 2025-07-17T20:39:59.940Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3023 | 2025-07-17T20:40:00.172Z | Checking hickory-resolver v0.25.2 |
3024 | 2025-07-17T20:40:04.355Z | Compiling typify-macro v0.4.1 |
3025 | 2025-07-17T20:40:06.054Z | Compiling typify v0.4.1 |
3026 | 2025-07-17T20:40:06.155Z | Compiling progenitor-impl v0.10.0 |
3027 | 2025-07-17T20:40:08.636Z | Compiling progenitor-macro v0.10.0 |
3028 | 2025-07-17T20:40:12.535Z | Checking progenitor v0.10.0 |
3029 | 2025-07-17T20:40:12.681Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3030 | 2025-07-17T20:40:13.203Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3031 | 2025-07-17T20:40:14.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.97s |
3032 | 2025-07-17T20:40:14.865Z | |
3033 | 2025-07-17T20:40:14.866Z | info: running `cargo check --bins` on dns-server-api (110/221) |
3034 | 2025-07-17T20:40:15.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3035 | 2025-07-17T20:40:15.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3036 | 2025-07-17T20:40:15.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3037 | 2025-07-17T20:40:15.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3038 | 2025-07-17T20:40:15.638Z | |
3039 | 2025-07-17T20:40:15.638Z | info: running `cargo check --bins` on openapi-manager-types (111/221) |
3040 | 2025-07-17T20:40:16.294Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2025-07-17T20:40:16.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2025-07-17T20:40:16.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2025-07-17T20:40:16.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3044 | 2025-07-17T20:40:16.382Z | |
3045 | 2025-07-17T20:40:16.382Z | info: running `cargo check --bins` on gateway-test-utils (112/221) |
3046 | 2025-07-17T20:40:17.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2025-07-17T20:40:17.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2025-07-17T20:40:17.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2025-07-17T20:40:17.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3050 | 2025-07-17T20:40:17.219Z | |
3051 | 2025-07-17T20:40:17.219Z | info: running `cargo check --bins` on omicron-gateway (113/221) |
3052 | 2025-07-17T20:40:17.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2025-07-17T20:40:17.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2025-07-17T20:40:18.134Z | Checking half v2.4.1 |
3055 | 2025-07-17T20:40:18.138Z | Checking ciborium-io v0.2.2 |
3056 | 2025-07-17T20:40:18.138Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
3057 | 2025-07-17T20:40:18.288Z | Compiling radium v0.7.0 |
3058 | 2025-07-17T20:40:18.292Z | Compiling semver v0.1.20 |
3059 | 2025-07-17T20:40:18.292Z | Compiling zerocopy-derive v0.6.6 |
3060 | 2025-07-17T20:40:18.292Z | Checking tap v1.0.1 |
3061 | 2025-07-17T20:40:18.292Z | Compiling maybe-uninit v2.0.0 |
3062 | 2025-07-17T20:40:18.416Z | Checking password-hash v0.5.0 |
3063 | 2025-07-17T20:40:18.518Z | Checking wyz v0.5.1 |
3064 | 2025-07-17T20:40:18.639Z | Checking ciborium-ll v0.2.2 |
3065 | 2025-07-17T20:40:18.822Z | Compiling rustc_version v0.1.7 |
3066 | 2025-07-17T20:40:18.852Z | Checking blake2 v0.10.6 |
3067 | 2025-07-17T20:40:18.875Z | Compiling pin-project-internal v1.1.6 |
3068 | 2025-07-17T20:40:18.926Z | Compiling cancel-safe-futures v0.1.5 |
3069 | 2025-07-17T20:40:18.966Z | Checking ciborium v0.2.2 |
3070 | 2025-07-17T20:40:18.985Z | Compiling owo-colors v4.2.2 |
3071 | 2025-07-17T20:40:19.207Z | Compiling newtype_derive v0.1.6 |
3072 | 2025-07-17T20:40:19.288Z | Checking funty v2.0.0 |
3073 | 2025-07-17T20:40:19.310Z | Checking crc-catalog v2.4.0 |
3074 | 2025-07-17T20:40:19.345Z | Compiling packed_struct v0.10.1 |
3075 | 2025-07-17T20:40:19.471Z | Checking crc v3.2.1 |
3076 | 2025-07-17T20:40:19.658Z | Checking argon2 v0.5.3 |
3077 | 2025-07-17T20:40:19.788Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3078 | 2025-07-17T20:40:19.847Z | Compiling packed_struct_codegen v0.10.1 |
3079 | 2025-07-17T20:40:19.876Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3080 | 2025-07-17T20:40:19.897Z | Checking libsw-core v0.3.1 |
3081 | 2025-07-17T20:40:20.075Z | Checking zerocopy v0.6.6 |
3082 | 2025-07-17T20:40:20.132Z | Checking bitvec v1.0.1 |
3083 | 2025-07-17T20:40:20.153Z | Checking secrecy v0.10.3 |
3084 | 2025-07-17T20:40:20.240Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3085 | 2025-07-17T20:40:20.295Z | Compiling snafu-derive v0.8.5 |
3086 | 2025-07-17T20:40:20.332Z | Compiling indexmap v1.9.3 |
3087 | 2025-07-17T20:40:20.377Z | Checking nodrop v0.1.14 |
3088 | 2025-07-17T20:40:20.528Z | Checking fixedbitset v0.5.7 |
3089 | 2025-07-17T20:40:20.707Z | Checking array-init v0.0.4 |
3090 | 2025-07-17T20:40:20.736Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3091 | 2025-07-17T20:40:20.914Z | Checking petgraph v0.8.2 |
3092 | 2025-07-17T20:40:21.086Z | Checking libsw v3.5.0 |
3093 | 2025-07-17T20:40:21.367Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3094 | 2025-07-17T20:40:21.546Z | Checking pin-project v1.1.6 |
3095 | 2025-07-17T20:40:21.608Z | Checking smallvec v0.6.14 |
3096 | 2025-07-17T20:40:22.255Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3097 | 2025-07-17T20:40:22.312Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
3098 | 2025-07-17T20:40:22.382Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3099 | 2025-07-17T20:40:22.582Z | Checking globset v0.4.15 |
3100 | 2025-07-17T20:40:22.904Z | Checking olpc-cjson v0.1.4 |
3101 | 2025-07-17T20:40:23.090Z | Checking serde_plain v1.0.2 |
3102 | 2025-07-17T20:40:23.158Z | Checking hashbrown v0.12.3 |
3103 | 2025-07-17T20:40:23.351Z | Checking indent_write v2.2.0 |
3104 | 2025-07-17T20:40:23.373Z | Checking typed-path v0.9.3 |
3105 | 2025-07-17T20:40:23.393Z | Checking termcolor v1.4.1 |
3106 | 2025-07-17T20:40:23.578Z | Checking linear-map v1.2.0 |
3107 | 2025-07-17T20:40:23.649Z | Checking swrite v0.1.0 |
3108 | 2025-07-17T20:40:23.797Z | Checking bitfield v0.14.0 |
3109 | 2025-07-17T20:40:23.820Z | Checking env_logger v0.10.2 |
3110 | 2025-07-17T20:40:23.895Z | Checking ron v0.8.1 |
3111 | 2025-07-17T20:40:24.103Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3112 | 2025-07-17T20:40:24.223Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3113 | 2025-07-17T20:40:24.307Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3114 | 2025-07-17T20:40:24.761Z | Checking steno v0.4.1 |
3115 | 2025-07-17T20:40:25.039Z | Checking snafu v0.8.5 |
3116 | 2025-07-17T20:40:25.054Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3117 | 2025-07-17T20:40:25.184Z | Checking serde-hex v0.1.0 |
3118 | 2025-07-17T20:40:25.217Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3119 | 2025-07-17T20:40:25.503Z | Checking hashbrown v0.13.2 |
3120 | 2025-07-17T20:40:25.523Z | Checking tough v0.20.0 |
3121 | 2025-07-17T20:40:26.191Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3122 | 2025-07-17T20:40:26.492Z | Checking humantime v2.2.0 |
3123 | 2025-07-17T20:40:27.603Z | Checking crc-any v2.5.0 |
3124 | 2025-07-17T20:40:27.625Z | Checking object v0.30.4 |
3125 | 2025-07-17T20:40:27.625Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
3126 | 2025-07-17T20:40:27.625Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
3127 | 2025-07-17T20:40:27.625Z | Checking path-slash v0.1.5 |
3128 | 2025-07-17T20:40:27.625Z | Checking half v1.8.3 |
3129 | 2025-07-17T20:40:27.635Z | Checking void v1.0.2 |
3130 | 2025-07-17T20:40:27.772Z | Checking lzss v0.8.2 |
3131 | 2025-07-17T20:40:27.828Z | Checking tungstenite v0.23.0 |
3132 | 2025-07-17T20:40:27.971Z | Checking serde_cbor v0.11.2 |
3133 | 2025-07-17T20:40:28.116Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3134 | 2025-07-17T20:40:28.688Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3135 | 2025-07-17T20:40:28.863Z | Checking nix v0.27.1 |
3136 | 2025-07-17T20:40:28.909Z | Checking kstat-rs v0.2.4 |
3137 | 2025-07-17T20:40:28.953Z | Checking serde_bytes v0.11.17 |
3138 | 2025-07-17T20:40:28.985Z | Checking tokio-tungstenite v0.23.1 |
3139 | 2025-07-17T20:40:29.096Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3140 | 2025-07-17T20:40:29.259Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3141 | 2025-07-17T20:40:29.309Z | Checking signal-hook-tokio v0.3.1 |
3142 | 2025-07-17T20:40:29.902Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3143 | 2025-07-17T20:40:32.225Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
3144 | 2025-07-17T20:40:33.538Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
3145 | 2025-07-17T20:40:42.675Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
3146 | 2025-07-17T20:40:49.513Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3147 | 2025-07-17T20:40:50.252Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3148 | 2025-07-17T20:40:53.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.05s |
3149 | 2025-07-17T20:40:53.499Z | |
3150 | 2025-07-17T20:40:53.500Z | info: running `cargo check --bins` on gateway-api (114/221) |
3151 | 2025-07-17T20:40:54.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-07-17T20:40:54.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-07-17T20:40:54.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2025-07-17T20:40:54.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3155 | 2025-07-17T20:40:54.291Z | |
3156 | 2025-07-17T20:40:54.292Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (115/221) |
3157 | 2025-07-17T20:40:54.950Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-07-17T20:40:54.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-07-17T20:40:54.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3160 | 2025-07-17T20:40:54.956Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3161 | 2025-07-17T20:40:55.040Z | |
3162 | 2025-07-17T20:40:55.040Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (116/221) |
3163 | 2025-07-17T20:40:55.723Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-07-17T20:40:55.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-07-17T20:40:55.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3166 | 2025-07-17T20:40:55.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3167 | 2025-07-17T20:40:55.822Z | |
3168 | 2025-07-17T20:40:55.822Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (117/221) |
3169 | 2025-07-17T20:40:56.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2025-07-17T20:40:56.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2025-07-17T20:40:56.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2025-07-17T20:40:56.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3173 | 2025-07-17T20:40:56.580Z | |
3174 | 2025-07-17T20:40:56.580Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (118/221) |
3175 | 2025-07-17T20:40:57.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2025-07-17T20:40:57.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2025-07-17T20:40:57.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2025-07-17T20:40:57.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3179 | 2025-07-17T20:40:57.356Z | |
3180 | 2025-07-17T20:40:57.356Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (119/221) |
3181 | 2025-07-17T20:40:58.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2025-07-17T20:40:58.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2025-07-17T20:40:58.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2025-07-17T20:40:58.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3185 | 2025-07-17T20:40:58.130Z | |
3186 | 2025-07-17T20:40:58.130Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (120/221) |
3187 | 2025-07-17T20:40:58.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-07-17T20:40:58.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-07-17T20:40:58.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2025-07-17T20:40:58.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3191 | 2025-07-17T20:40:58.900Z | |
3192 | 2025-07-17T20:40:58.900Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (121/221) |
3193 | 2025-07-17T20:40:59.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-07-17T20:40:59.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-07-17T20:40:59.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2025-07-17T20:40:59.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3197 | 2025-07-17T20:40:59.671Z | |
3198 | 2025-07-17T20:40:59.671Z | info: running `cargo check --bins` on oximeter-producer (122/221) |
3199 | 2025-07-17T20:41:00.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-07-17T20:41:00.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-07-17T20:41:00.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2025-07-17T20:41:00.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3203 | 2025-07-17T20:41:00.493Z | |
3204 | 2025-07-17T20:41:00.493Z | info: running `cargo check --bins` on internal-dns-resolver (123/221) |
3205 | 2025-07-17T20:41:01.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-07-17T20:41:01.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-07-17T20:41:01.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2025-07-17T20:41:01.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3209 | 2025-07-17T20:41:01.275Z | |
3210 | 2025-07-17T20:41:01.276Z | info: running `cargo check --bins` on sp-sim (124/221) |
3211 | 2025-07-17T20:41:01.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-07-17T20:41:01.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-07-17T20:41:02.062Z | Compiling nix v0.30.1 |
3214 | 2025-07-17T20:41:02.062Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
3215 | 2025-07-17T20:41:02.065Z | Checking keccak v0.1.5 |
3216 | 2025-07-17T20:41:02.404Z | Checking sha3 v0.10.8 |
3217 | 2025-07-17T20:41:02.449Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
3218 | 2025-07-17T20:41:04.087Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3219 | 2025-07-17T20:41:06.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.81s |
3220 | 2025-07-17T20:41:06.296Z | |
3221 | 2025-07-17T20:41:06.297Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (125/221) |
3222 | 2025-07-17T20:41:07.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3223 | 2025-07-17T20:41:07.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3224 | 2025-07-17T20:41:07.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3225 | 2025-07-17T20:41:07.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3226 | 2025-07-17T20:41:07.142Z | |
3227 | 2025-07-17T20:41:07.142Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (126/221) |
3228 | 2025-07-17T20:41:07.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3229 | 2025-07-17T20:41:07.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3230 | 2025-07-17T20:41:07.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3231 | 2025-07-17T20:41:07.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3232 | 2025-07-17T20:41:08.004Z | |
3233 | 2025-07-17T20:41:08.004Z | info: running `cargo check --bins` on db-macros (127/221) |
3234 | 2025-07-17T20:41:08.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3235 | 2025-07-17T20:41:08.719Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3236 | 2025-07-17T20:41:08.719Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3237 | 2025-07-17T20:41:08.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3238 | 2025-07-17T20:41:08.755Z | |
3239 | 2025-07-17T20:41:08.756Z | info: running `cargo check --bins` on nexus-macros-common (128/221) |
3240 | 2025-07-17T20:41:09.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3241 | 2025-07-17T20:41:09.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3242 | 2025-07-17T20:41:09.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3243 | 2025-07-17T20:41:09.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3244 | 2025-07-17T20:41:09.477Z | |
3245 | 2025-07-17T20:41:09.477Z | info: running `cargo check --bins` on nexus-auth (129/221) |
3246 | 2025-07-17T20:41:10.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3247 | 2025-07-17T20:41:10.216Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3248 | 2025-07-17T20:41:10.216Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3249 | 2025-07-17T20:41:10.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3250 | 2025-07-17T20:41:10.309Z | |
3251 | 2025-07-17T20:41:10.309Z | info: running `cargo check --bins` on authz-macros (130/221) |
3252 | 2025-07-17T20:41:10.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3253 | 2025-07-17T20:41:10.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3254 | 2025-07-17T20:41:10.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3255 | 2025-07-17T20:41:10.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3256 | 2025-07-17T20:41:11.049Z | |
3257 | 2025-07-17T20:41:11.049Z | info: running `cargo check --bins` on nexus-db-fixed-data (131/221) |
3258 | 2025-07-17T20:41:11.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3259 | 2025-07-17T20:41:11.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3260 | 2025-07-17T20:41:11.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3261 | 2025-07-17T20:41:11.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3262 | 2025-07-17T20:41:11.860Z | |
3263 | 2025-07-17T20:41:11.860Z | info: running `cargo check --bins` on nexus-db-model (132/221) |
3264 | 2025-07-17T20:41:12.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3265 | 2025-07-17T20:41:12.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3266 | 2025-07-17T20:41:12.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3267 | 2025-07-17T20:41:12.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3268 | 2025-07-17T20:41:12.660Z | |
3269 | 2025-07-17T20:41:12.660Z | info: running `cargo check --bins` on nexus-db-schema (133/221) |
3270 | 2025-07-17T20:41:13.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3271 | 2025-07-17T20:41:13.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3272 | 2025-07-17T20:41:13.309Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3273 | 2025-07-17T20:41:13.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3274 | 2025-07-17T20:41:13.390Z | |
3275 | 2025-07-17T20:41:13.390Z | info: running `cargo check --bins` on nexus-defaults (134/221) |
3276 | 2025-07-17T20:41:14.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3277 | 2025-07-17T20:41:14.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3278 | 2025-07-17T20:41:14.066Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3279 | 2025-07-17T20:41:14.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
3280 | 2025-07-17T20:41:14.151Z | |
3281 | 2025-07-17T20:41:14.151Z | info: running `cargo check --bins` on nexus-db-errors (135/221) |
3282 | 2025-07-17T20:41:15.676Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3283 | 2025-07-17T20:41:15.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3284 | 2025-07-17T20:41:15.689Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3285 | 2025-07-17T20:41:15.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3286 | 2025-07-17T20:41:15.689Z | |
3287 | 2025-07-17T20:41:15.689Z | info: running `cargo check --bins` on nexus-db-lookup (136/221) |
3288 | 2025-07-17T20:41:15.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3289 | 2025-07-17T20:41:15.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3290 | 2025-07-17T20:41:15.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3291 | 2025-07-17T20:41:15.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
3292 | 2025-07-17T20:41:15.802Z | |
3293 | 2025-07-17T20:41:15.802Z | info: running `cargo check --bins` on nexus-inventory (137/221) |
3294 | 2025-07-17T20:41:16.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3295 | 2025-07-17T20:41:16.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3296 | 2025-07-17T20:41:16.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3297 | 2025-07-17T20:41:16.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3298 | 2025-07-17T20:41:16.612Z | |
3299 | 2025-07-17T20:41:16.612Z | info: running `cargo check --bins` on sled-agent-zone-images-examples (138/221) |
3300 | 2025-07-17T20:41:17.307Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2025-07-17T20:41:17.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2025-07-17T20:41:17.315Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3303 | 2025-07-17T20:41:17.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3304 | 2025-07-17T20:41:17.460Z | |
3305 | 2025-07-17T20:41:17.460Z | info: running `cargo check --bins --no-default-features` on sled-storage (139/221) |
3306 | 2025-07-17T20:41:18.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3307 | 2025-07-17T20:41:18.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3308 | 2025-07-17T20:41:18.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3309 | 2025-07-17T20:41:18.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3310 | 2025-07-17T20:41:18.195Z | |
3311 | 2025-07-17T20:41:18.195Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (140/221) |
3312 | 2025-07-17T20:41:18.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3313 | 2025-07-17T20:41:18.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3314 | 2025-07-17T20:41:18.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3315 | 2025-07-17T20:41:18.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3316 | 2025-07-17T20:41:18.961Z | |
3317 | 2025-07-17T20:41:18.961Z | info: running `cargo check --bins` on key-manager (141/221) |
3318 | 2025-07-17T20:41:19.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3319 | 2025-07-17T20:41:19.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3320 | 2025-07-17T20:41:19.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3321 | 2025-07-17T20:41:19.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3322 | 2025-07-17T20:41:19.714Z | |
3323 | 2025-07-17T20:41:19.714Z | info: running `cargo check --bins --no-default-features` on sled-hardware (142/221) |
3324 | 2025-07-17T20:41:20.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2025-07-17T20:41:20.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2025-07-17T20:41:20.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2025-07-17T20:41:20.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3328 | 2025-07-17T20:41:20.496Z | |
3329 | 2025-07-17T20:41:20.496Z | info: running `cargo check --bins --no-default-features --features testing` on sled-hardware (143/221) |
3330 | 2025-07-17T20:41:21.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2025-07-17T20:41:21.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2025-07-17T20:41:21.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2025-07-17T20:41:21.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3334 | 2025-07-17T20:41:21.276Z | |
3335 | 2025-07-17T20:41:21.276Z | info: running `cargo check --bins` on typed-rng (144/221) |
3336 | 2025-07-17T20:41:21.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2025-07-17T20:41:21.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2025-07-17T20:41:21.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3339 | 2025-07-17T20:41:21.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3340 | 2025-07-17T20:41:21.994Z | |
3341 | 2025-07-17T20:41:21.995Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (145/221) |
3342 | 2025-07-17T20:41:22.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2025-07-17T20:41:22.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2025-07-17T20:41:22.967Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3345 | 2025-07-17T20:41:22.967Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3346 | 2025-07-17T20:41:22.967Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3347 | 2025-07-17T20:41:22.970Z | Compiling thiserror-impl-no-std v2.0.2 |
3348 | 2025-07-17T20:41:22.970Z | Checking universal-hash v0.5.1 |
3349 | 2025-07-17T20:41:22.970Z | Checking opaque-debug v0.3.1 |
3350 | 2025-07-17T20:41:23.147Z | Checking chacha20 v0.9.1 |
3351 | 2025-07-17T20:41:23.150Z | Checking aead v0.5.2 |
3352 | 2025-07-17T20:41:23.302Z | Compiling unicase v2.7.0 |
3353 | 2025-07-17T20:41:23.324Z | Checking poly1305 v0.8.0 |
3354 | 2025-07-17T20:41:23.353Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3355 | 2025-07-17T20:41:23.424Z | Compiling libefi-sys v0.1.0 |
3356 | 2025-07-17T20:41:23.465Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
3357 | 2025-07-17T20:41:23.564Z | Compiling bitfield-struct v0.6.2 |
3358 | 2025-07-17T20:41:23.652Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3359 | 2025-07-17T20:41:23.721Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3360 | 2025-07-17T20:41:23.834Z | Checking chacha20poly1305 v0.10.1 |
3361 | 2025-07-17T20:41:23.856Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
3362 | 2025-07-17T20:41:23.991Z | Compiling proc-macro-error-attr2 v2.0.0 |
3363 | 2025-07-17T20:41:24.044Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3364 | 2025-07-17T20:41:24.161Z | Compiling salty v0.3.0 |
3365 | 2025-07-17T20:41:24.201Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
3366 | 2025-07-17T20:41:24.624Z | Compiling num-derive v0.3.3 |
3367 | 2025-07-17T20:41:24.734Z | Compiling proc-macro-error2 v2.0.1 |
3368 | 2025-07-17T20:41:24.813Z | Compiling xshell-macros v0.2.7 |
3369 | 2025-07-17T20:41:24.871Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3370 | 2025-07-17T20:41:25.350Z | Checking papergrid v0.14.0 |
3371 | 2025-07-17T20:41:25.461Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
3372 | 2025-07-17T20:41:25.572Z | Checking xshell v0.2.7 |
3373 | 2025-07-17T20:41:25.815Z | Checking thiserror-no-std v2.0.2 |
3374 | 2025-07-17T20:41:25.923Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3375 | 2025-07-17T20:41:25.926Z | Compiling tabled_derive v0.10.0 |
3376 | 2025-07-17T20:41:25.965Z | Checking vsss-rs v3.3.4 |
3377 | 2025-07-17T20:41:26.267Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3378 | 2025-07-17T20:41:26.806Z | Checking libscf-sys v1.1.0 |
3379 | 2025-07-17T20:41:26.806Z | Compiling mime_guess v2.0.5 |
3380 | 2025-07-17T20:41:27.491Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3381 | 2025-07-17T20:41:27.591Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3382 | 2025-07-17T20:41:27.971Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3383 | 2025-07-17T20:41:28.549Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3384 | 2025-07-17T20:41:28.580Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3385 | 2025-07-17T20:41:28.858Z | Checking primeorder v0.13.6 |
3386 | 2025-07-17T20:41:28.883Z | Checking env_filter v0.1.2 |
3387 | 2025-07-17T20:41:29.139Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3388 | 2025-07-17T20:41:29.371Z | Checking p384 v0.13.0 |
3389 | 2025-07-17T20:41:29.587Z | Checking env_logger v0.11.5 |
3390 | 2025-07-17T20:41:29.608Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3391 | 2025-07-17T20:41:29.931Z | Checking tabled v0.18.0 |
3392 | 2025-07-17T20:41:30.129Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3393 | 2025-07-17T20:41:30.133Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
3394 | 2025-07-17T20:41:30.268Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#f3cb309c) |
3395 | 2025-07-17T20:41:30.520Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3396 | 2025-07-17T20:41:30.702Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3397 | 2025-07-17T20:41:30.757Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
3398 | 2025-07-17T20:41:30.795Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3399 | 2025-07-17T20:41:30.911Z | Checking http-range v0.1.5 |
3400 | 2025-07-17T20:41:31.148Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3401 | 2025-07-17T20:41:31.621Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3402 | 2025-07-17T20:41:31.767Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3403 | 2025-07-17T20:41:31.786Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3404 | 2025-07-17T20:41:31.859Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
3405 | 2025-07-17T20:41:31.882Z | Checking secrecy v0.8.0 |
3406 | 2025-07-17T20:41:31.916Z | Checking atty v0.2.14 |
3407 | 2025-07-17T20:41:32.077Z | Checking crc8 v0.1.1 |
3408 | 2025-07-17T20:41:32.245Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c03bd1a29c775acfc65de561b8fc436e2459a633#c03bd1a2) |
3409 | 2025-07-17T20:41:32.456Z | Checking hyper-staticfile v0.10.1 |
3410 | 2025-07-17T20:41:32.575Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3411 | 2025-07-17T20:41:32.784Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3412 | 2025-07-17T20:41:32.987Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3413 | 2025-07-17T20:41:33.010Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3414 | 2025-07-17T20:41:33.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3415 | 2025-07-17T20:41:33.393Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3416 | 2025-07-17T20:41:33.737Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3417 | 2025-07-17T20:41:34.028Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3418 | 2025-07-17T20:41:34.257Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3419 | 2025-07-17T20:41:35.515Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3420 | 2025-07-17T20:41:35.525Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3421 | 2025-07-17T20:41:35.525Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3422 | 2025-07-17T20:41:35.525Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e7579c36) |
3423 | 2025-07-17T20:41:35.976Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3424 | 2025-07-17T20:41:36.874Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
3425 | 2025-07-17T20:41:37.442Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite#0f203b05) |
3426 | 2025-07-17T20:41:39.905Z | Checking sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
3427 | 2025-07-17T20:41:44.096Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3428 | 2025-07-17T20:41:57.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.41s |
3429 | 2025-07-17T20:41:57.641Z | |
3430 | 2025-07-17T20:41:57.641Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (146/221) |
3431 | 2025-07-17T20:41:58.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3432 | 2025-07-17T20:41:58.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3433 | 2025-07-17T20:41:58.538Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3434 | 2025-07-17T20:42:11.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
3435 | 2025-07-17T20:42:12.008Z | |
3436 | 2025-07-17T20:42:12.008Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (147/221) |
3437 | 2025-07-17T20:42:12.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3438 | 2025-07-17T20:42:12.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3439 | 2025-07-17T20:42:12.917Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3440 | 2025-07-17T20:42:26.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
3441 | 2025-07-17T20:42:26.376Z | |
3442 | 2025-07-17T20:42:26.376Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (148/221) |
3443 | 2025-07-17T20:42:27.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3444 | 2025-07-17T20:42:27.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3445 | 2025-07-17T20:42:27.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3446 | 2025-07-17T20:42:40.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.30s |
3447 | 2025-07-17T20:42:40.916Z | |
3448 | 2025-07-17T20:42:40.916Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (149/221) |
3449 | 2025-07-17T20:42:41.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3450 | 2025-07-17T20:42:41.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3451 | 2025-07-17T20:42:41.824Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3452 | 2025-07-17T20:42:55.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
3453 | 2025-07-17T20:42:55.308Z | |
3454 | 2025-07-17T20:42:55.308Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (150/221) |
3455 | 2025-07-17T20:42:56.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2025-07-17T20:42:56.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2025-07-17T20:42:56.242Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3458 | 2025-07-17T20:43:09.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.15s |
3459 | 2025-07-17T20:43:09.662Z | |
3460 | 2025-07-17T20:43:09.663Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (151/221) |
3461 | 2025-07-17T20:43:10.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2025-07-17T20:43:10.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2025-07-17T20:43:10.578Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3464 | 2025-07-17T20:43:24.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.32s |
3465 | 2025-07-17T20:43:24.225Z | |
3466 | 2025-07-17T20:43:24.225Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (152/221) |
3467 | 2025-07-17T20:43:24.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-07-17T20:43:24.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-07-17T20:43:25.130Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3470 | 2025-07-17T20:43:38.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.26s |
3471 | 2025-07-17T20:43:38.730Z | |
3472 | 2025-07-17T20:43:38.730Z | info: running `cargo check --bins` on bootstrap-agent-api (153/221) |
3473 | 2025-07-17T20:43:39.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-07-17T20:43:39.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-07-17T20:43:39.441Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3476 | 2025-07-17T20:43:39.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3477 | 2025-07-17T20:43:39.533Z | |
3478 | 2025-07-17T20:43:39.534Z | info: running `cargo check --bins` on range-requests (154/221) |
3479 | 2025-07-17T20:43:40.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-07-17T20:43:40.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-07-17T20:43:40.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3482 | 2025-07-17T20:43:40.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3483 | 2025-07-17T20:43:40.278Z | |
3484 | 2025-07-17T20:43:40.278Z | info: running `cargo check --bins` on repo-depot-api (155/221) |
3485 | 2025-07-17T20:43:40.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3486 | 2025-07-17T20:43:40.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3487 | 2025-07-17T20:43:40.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3488 | 2025-07-17T20:43:40.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3489 | 2025-07-17T20:43:41.248Z | |
3490 | 2025-07-17T20:43:41.248Z | info: running `cargo check --bins` on sled-agent-api (156/221) |
3491 | 2025-07-17T20:43:41.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3492 | 2025-07-17T20:43:41.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3493 | 2025-07-17T20:43:41.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3494 | 2025-07-17T20:43:41.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3495 | 2025-07-17T20:43:41.852Z | |
3496 | 2025-07-17T20:43:41.852Z | info: running `cargo check --bins` on sled-diagnostics (157/221) |
3497 | 2025-07-17T20:43:46.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3498 | 2025-07-17T20:43:46.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3499 | 2025-07-17T20:43:46.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3500 | 2025-07-17T20:43:46.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3501 | 2025-07-17T20:43:46.241Z | |
3502 | 2025-07-17T20:43:46.241Z | info: running `cargo check --bins --no-default-features` on sled-agent-config-reconciler (158/221) |
3503 | 2025-07-17T20:43:46.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3504 | 2025-07-17T20:43:46.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3505 | 2025-07-17T20:43:46.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3506 | 2025-07-17T20:43:46.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3507 | 2025-07-17T20:43:46.326Z | |
3508 | 2025-07-17T20:43:46.326Z | info: running `cargo check --bins --no-default-features --features testing` on sled-agent-config-reconciler (159/221) |
3509 | 2025-07-17T20:43:46.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3510 | 2025-07-17T20:43:46.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3511 | 2025-07-17T20:43:46.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3512 | 2025-07-17T20:43:46.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3513 | 2025-07-17T20:43:46.326Z | |
3514 | 2025-07-17T20:43:46.326Z | info: running `cargo check --bins` on sled-agent-zone-images (160/221) |
3515 | 2025-07-17T20:43:46.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-07-17T20:43:46.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-07-17T20:43:46.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3518 | 2025-07-17T20:43:46.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3519 | 2025-07-17T20:43:46.327Z | |
3520 | 2025-07-17T20:43:46.327Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (161/221) |
3521 | 2025-07-17T20:43:46.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2025-07-17T20:43:46.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2025-07-17T20:43:46.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2025-07-17T20:43:46.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3525 | 2025-07-17T20:43:46.327Z | |
3526 | 2025-07-17T20:43:46.327Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (162/221) |
3527 | 2025-07-17T20:43:46.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2025-07-17T20:43:46.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2025-07-17T20:43:46.591Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2025-07-17T20:43:46.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3531 | 2025-07-17T20:43:46.688Z | |
3532 | 2025-07-17T20:43:46.688Z | info: running `cargo check --bins` on nexus-test-interface (163/221) |
3533 | 2025-07-17T20:43:47.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2025-07-17T20:43:47.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2025-07-17T20:43:47.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3536 | 2025-07-17T20:43:47.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3537 | 2025-07-17T20:43:47.506Z | |
3538 | 2025-07-17T20:43:47.506Z | info: running `cargo check --bins` on oximeter-collector (164/221) |
3539 | 2025-07-17T20:43:48.229Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2025-07-17T20:43:48.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2025-07-17T20:43:48.375Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3542 | 2025-07-17T20:43:48.375Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3543 | 2025-07-17T20:43:49.315Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3544 | 2025-07-17T20:43:51.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s |
3545 | 2025-07-17T20:43:51.635Z | |
3546 | 2025-07-17T20:43:51.635Z | info: running `cargo check --bins` on oximeter-api (165/221) |
3547 | 2025-07-17T20:43:52.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3548 | 2025-07-17T20:43:52.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3549 | 2025-07-17T20:43:52.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3550 | 2025-07-17T20:43:52.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3551 | 2025-07-17T20:43:52.412Z | |
3552 | 2025-07-17T20:43:52.412Z | info: running `cargo check --bins` on cert-dev (166/221) |
3553 | 2025-07-17T20:43:53.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3554 | 2025-07-17T20:43:53.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3555 | 2025-07-17T20:43:53.160Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3556 | 2025-07-17T20:43:53.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3557 | 2025-07-17T20:43:53.688Z | |
3558 | 2025-07-17T20:43:53.688Z | info: running `cargo check --bins` on clickana (167/221) |
3559 | 2025-07-17T20:43:54.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3560 | 2025-07-17T20:43:54.387Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3561 | 2025-07-17T20:43:54.490Z | Checking castaway v0.2.3 |
3562 | 2025-07-17T20:43:54.490Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3563 | 2025-07-17T20:43:54.493Z | Checking lru v0.12.5 |
3564 | 2025-07-17T20:43:54.493Z | Compiling instability v0.3.2 |
3565 | 2025-07-17T20:43:54.493Z | Checking unicode-truncate v1.1.0 |
3566 | 2025-07-17T20:43:54.493Z | Compiling indoc v2.0.6 |
3567 | 2025-07-17T20:43:54.493Z | Checking cassowary v0.3.0 |
3568 | 2025-07-17T20:43:54.735Z | Checking compact_str v0.8.0 |
3569 | 2025-07-17T20:43:55.366Z | Checking ratatui v0.29.0 |
3570 | 2025-07-17T20:43:56.341Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3571 | 2025-07-17T20:43:57.515Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3572 | 2025-07-17T20:43:58.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
3573 | 2025-07-17T20:43:58.637Z | |
3574 | 2025-07-17T20:43:58.637Z | info: running `cargo check --bins` on clickhouse-cluster-dev (168/221) |
3575 | 2025-07-17T20:43:59.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3576 | 2025-07-17T20:43:59.362Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3577 | 2025-07-17T20:43:59.487Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3578 | 2025-07-17T20:43:59.487Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3579 | 2025-07-17T20:44:00.649Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3580 | 2025-07-17T20:44:01.155Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3581 | 2025-07-17T20:44:01.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.91s |
3582 | 2025-07-17T20:44:01.771Z | |
3583 | 2025-07-17T20:44:01.771Z | info: running `cargo check --bins` on ch-dev (169/221) |
3584 | 2025-07-17T20:44:02.469Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3585 | 2025-07-17T20:44:02.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3586 | 2025-07-17T20:44:02.577Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3587 | 2025-07-17T20:44:03.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3588 | 2025-07-17T20:44:03.592Z | |
3589 | 2025-07-17T20:44:03.592Z | info: running `cargo check --bins` on dev-tools-common (170/221) |
3590 | 2025-07-17T20:44:04.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3591 | 2025-07-17T20:44:04.097Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3592 | 2025-07-17T20:44:04.097Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3593 | 2025-07-17T20:44:04.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
3594 | 2025-07-17T20:44:04.151Z | |
3595 | 2025-07-17T20:44:04.151Z | info: running `cargo check --bins` on crdb-seed (171/221) |
3596 | 2025-07-17T20:44:04.846Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3597 | 2025-07-17T20:44:04.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3598 | 2025-07-17T20:44:04.947Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3599 | 2025-07-17T20:44:05.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.21s |
3600 | 2025-07-17T20:44:05.588Z | |
3601 | 2025-07-17T20:44:05.588Z | info: running `cargo check --bins` on db-dev (172/221) |
3602 | 2025-07-17T20:44:06.287Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3603 | 2025-07-17T20:44:06.298Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3604 | 2025-07-17T20:44:06.396Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3605 | 2025-07-17T20:44:07.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3606 | 2025-07-17T20:44:07.424Z | |
3607 | 2025-07-17T20:44:07.425Z | info: running `cargo check --bins` on omicron-dev-lib (173/221) |
3608 | 2025-07-17T20:44:08.117Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3609 | 2025-07-17T20:44:08.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3610 | 2025-07-17T20:44:08.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3611 | 2025-07-17T20:44:08.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3612 | 2025-07-17T20:44:08.216Z | |
3613 | 2025-07-17T20:44:08.216Z | info: running `cargo check --bins` on xtask-downloader (174/221) |
3614 | 2025-07-17T20:44:08.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3615 | 2025-07-17T20:44:08.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3616 | 2025-07-17T20:44:08.953Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3617 | 2025-07-17T20:44:09.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
3618 | 2025-07-17T20:44:10.019Z | |
3619 | 2025-07-17T20:44:10.019Z | info: running `cargo check --bins` on omicron-ls-apis (175/221) |
3620 | 2025-07-17T20:44:10.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3621 | 2025-07-17T20:44:10.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3622 | 2025-07-17T20:44:10.764Z | Checking typeid v1.0.3 |
3623 | 2025-07-17T20:44:10.879Z | Checking ordered-float v2.10.1 |
3624 | 2025-07-17T20:44:10.893Z | Checking cargo-platform v0.2.0 |
3625 | 2025-07-17T20:44:10.966Z | Checking erased-serde v0.4.6 |
3626 | 2025-07-17T20:44:11.220Z | Checking serde-value v0.7.0 |
3627 | 2025-07-17T20:44:11.554Z | Checking serde-untagged v0.1.7 |
3628 | 2025-07-17T20:44:11.788Z | Checking cargo-util-schemas v0.2.0 |
3629 | 2025-07-17T20:44:12.902Z | Checking cargo_metadata v0.20.0 |
3630 | 2025-07-17T20:44:13.907Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3631 | 2025-07-17T20:44:14.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
3632 | 2025-07-17T20:44:14.974Z | |
3633 | 2025-07-17T20:44:14.974Z | info: running `cargo check --bins` on mgs-dev (176/221) |
3634 | 2025-07-17T20:44:15.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-07-17T20:44:15.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-07-17T20:44:15.857Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3637 | 2025-07-17T20:44:17.611Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3638 | 2025-07-17T20:44:18.255Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3639 | 2025-07-17T20:44:18.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
3640 | 2025-07-17T20:44:19.088Z | |
3641 | 2025-07-17T20:44:19.088Z | info: running `cargo check --bins` on omicron-omdb (177/221) |
3642 | 2025-07-17T20:44:19.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3643 | 2025-07-17T20:44:19.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3644 | 2025-07-17T20:44:20.154Z | Compiling crunchy v0.2.2 |
3645 | 2025-07-17T20:44:20.157Z | Compiling dsl_auto_type v0.1.2 |
3646 | 2025-07-17T20:44:20.157Z | Checking scheduled-thread-pool v0.2.7 |
3647 | 2025-07-17T20:44:20.307Z | Compiling diesel_table_macro_syntax v0.2.0 |
3648 | 2025-07-17T20:44:20.320Z | Compiling tiny-keccak v2.0.2 |
3649 | 2025-07-17T20:44:20.350Z | Compiling bit-vec v0.6.3 |
3650 | 2025-07-17T20:44:20.354Z | Compiling ascii-canvas v3.0.0 |
3651 | 2025-07-17T20:44:20.372Z | Compiling ena v0.14.3 |
3652 | 2025-07-17T20:44:20.517Z | Checking r2d2 v0.8.10 |
3653 | 2025-07-17T20:44:20.680Z | Compiling bit-set v0.5.3 |
3654 | 2025-07-17T20:44:20.706Z | Compiling bindgen v0.71.1 |
3655 | 2025-07-17T20:44:20.781Z | Compiling diff v0.1.13 |
3656 | 2025-07-17T20:44:20.797Z | Compiling regex-syntax v0.6.29 |
3657 | 2025-07-17T20:44:20.820Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3658 | 2025-07-17T20:44:20.850Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3659 | 2025-07-17T20:44:20.948Z | Compiling derive_builder_core v0.20.2 |
3660 | 2025-07-17T20:44:21.049Z | Compiling libxml v0.3.3 |
3661 | 2025-07-17T20:44:21.187Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3662 | 2025-07-17T20:44:21.342Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3663 | 2025-07-17T20:44:21.497Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3664 | 2025-07-17T20:44:21.600Z | Compiling strum_macros v0.24.3 |
3665 | 2025-07-17T20:44:21.634Z | Compiling diesel_derives v2.2.3 |
3666 | 2025-07-17T20:44:21.755Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3667 | 2025-07-17T20:44:21.813Z | Compiling indoc v1.0.9 |
3668 | 2025-07-17T20:44:22.685Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3669 | 2025-07-17T20:44:23.018Z | Compiling impl-trait-for-tuples v0.2.2 |
3670 | 2025-07-17T20:44:23.044Z | Compiling derive_builder_macro v0.20.2 |
3671 | 2025-07-17T20:44:23.775Z | Compiling oso-derive v0.27.3 |
3672 | 2025-07-17T20:44:23.909Z | Checking derive_builder v0.20.2 |
3673 | 2025-07-17T20:44:24.082Z | Compiling lalrpop v0.19.12 |
3674 | 2025-07-17T20:44:24.323Z | Checking quick-xml v0.37.2 |
3675 | 2025-07-17T20:44:24.622Z | Checking maplit v1.0.2 |
3676 | 2025-07-17T20:44:24.765Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3677 | 2025-07-17T20:44:24.787Z | Compiling diesel-dtrace v0.4.2 |
3678 | 2025-07-17T20:44:25.231Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
3679 | 2025-07-17T20:44:25.580Z | Checking bb8 v0.8.5 |
3680 | 2025-07-17T20:44:25.904Z | Checking ignore v0.4.23 |
3681 | 2025-07-17T20:44:26.080Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3682 | 2025-07-17T20:44:26.307Z | Checking predicates-tree v1.0.12 |
3683 | 2025-07-17T20:44:26.451Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3684 | 2025-07-17T20:44:26.509Z | Checking rand_seeder v0.3.0 |
3685 | 2025-07-17T20:44:26.532Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3686 | 2025-07-17T20:44:26.716Z | Checking globwalk v0.9.1 |
3687 | 2025-07-17T20:44:26.767Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3688 | 2025-07-17T20:44:26.839Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3689 | 2025-07-17T20:44:27.034Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3690 | 2025-07-17T20:44:27.059Z | Checking camino-tempfile-ext v0.3.2 |
3691 | 2025-07-17T20:44:27.372Z | Checking smawk v0.3.2 |
3692 | 2025-07-17T20:44:27.445Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3693 | 2025-07-17T20:44:27.616Z | Checking unicode-linebreak v0.1.5 |
3694 | 2025-07-17T20:44:28.072Z | Checking is_ci v1.2.0 |
3695 | 2025-07-17T20:44:28.196Z | Checking textwrap v0.16.2 |
3696 | 2025-07-17T20:44:28.246Z | Checking supports-color v3.0.2 |
3697 | 2025-07-17T20:44:28.506Z | Checking support-bundle-viewer v0.1.2 |
3698 | 2025-07-17T20:44:28.618Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3699 | 2025-07-17T20:44:28.717Z | Checking multimap v0.10.1 |
3700 | 2025-07-17T20:44:28.803Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3701 | 2025-07-17T20:44:30.613Z | Checking diesel v2.2.11 |
3702 | 2025-07-17T20:44:46.462Z | Compiling samael v0.0.19 |
3703 | 2025-07-17T20:45:00.914Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
3704 | 2025-07-17T20:45:01.605Z | Checking async-bb8-diesel v0.2.1 |
3705 | 2025-07-17T20:45:03.541Z | Compiling polar-core v0.27.3 |
3706 | 2025-07-17T20:45:10.696Z | Checking oso v0.27.3 |
3707 | 2025-07-17T20:45:50.961Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
3708 | 2025-07-17T20:46:24.157Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3709 | 2025-07-17T20:46:34.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
3710 | 2025-07-17T20:46:34.514Z | |
3711 | 2025-07-17T20:46:34.514Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (178/221) |
3712 | 2025-07-17T20:46:35.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3713 | 2025-07-17T20:46:35.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3714 | 2025-07-17T20:46:35.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3715 | 2025-07-17T20:46:35.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3716 | 2025-07-17T20:46:35.377Z | |
3717 | 2025-07-17T20:46:35.377Z | info: running `cargo check --bins` on nexus-saga-recovery (179/221) |
3718 | 2025-07-17T20:46:36.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3719 | 2025-07-17T20:46:36.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3720 | 2025-07-17T20:46:36.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3721 | 2025-07-17T20:46:36.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3722 | 2025-07-17T20:46:36.219Z | |
3723 | 2025-07-17T20:46:36.219Z | info: running `cargo check --bins` on nexus-test-utils-macros (180/221) |
3724 | 2025-07-17T20:46:36.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3725 | 2025-07-17T20:46:36.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3726 | 2025-07-17T20:46:36.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3727 | 2025-07-17T20:46:36.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3728 | 2025-07-17T20:46:36.968Z | |
3729 | 2025-07-17T20:46:36.968Z | info: running `cargo check --bins` on omicron-nexus (181/221) |
3730 | 2025-07-17T20:46:37.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3731 | 2025-07-17T20:46:37.764Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3732 | 2025-07-17T20:46:38.045Z | Compiling libz-sys v1.1.20 |
3733 | 2025-07-17T20:46:38.048Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3734 | 2025-07-17T20:46:38.199Z | Compiling vergen v8.3.2 |
3735 | 2025-07-17T20:46:38.202Z | Compiling cargo-platform v0.1.8 |
3736 | 2025-07-17T20:46:38.229Z | Compiling fs-err v2.11.0 |
3737 | 2025-07-17T20:46:38.234Z | Compiling rustls v0.21.12 |
3738 | 2025-07-17T20:46:38.260Z | Checking sct v0.7.1 |
3739 | 2025-07-17T20:46:38.260Z | Checking rustls-webpki v0.101.7 |
3740 | 2025-07-17T20:46:38.491Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3741 | 2025-07-17T20:46:38.535Z | Compiling cargo_metadata v0.18.1 |
3742 | 2025-07-17T20:46:38.608Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3743 | 2025-07-17T20:46:38.688Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3744 | 2025-07-17T20:46:38.805Z | Checking parse-size v1.1.0 |
3745 | 2025-07-17T20:46:39.003Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3746 | 2025-07-17T20:46:39.025Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3747 | 2025-07-17T20:46:39.028Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3748 | 2025-07-17T20:46:39.087Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3749 | 2025-07-17T20:46:39.137Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3750 | 2025-07-17T20:46:39.291Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3751 | 2025-07-17T20:46:39.988Z | Checking rustls-pemfile v1.0.4 |
3752 | 2025-07-17T20:46:40.122Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3753 | 2025-07-17T20:46:40.232Z | Checking twox-hash v2.1.0 |
3754 | 2025-07-17T20:46:40.276Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3755 | 2025-07-17T20:46:40.712Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3756 | 2025-07-17T20:46:40.782Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3757 | 2025-07-17T20:46:41.378Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
3758 | 2025-07-17T20:46:41.634Z | Checking tokio-rustls v0.24.1 |
3759 | 2025-07-17T20:46:41.967Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3760 | 2025-07-17T20:46:41.989Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3761 | 2025-07-17T20:46:42.446Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
3762 | 2025-07-17T20:46:42.496Z | Checking fatfs v0.3.6 |
3763 | 2025-07-17T20:46:42.523Z | Checking assert_matches v1.5.0 |
3764 | 2025-07-17T20:46:47.759Z | Compiling git2 v0.19.0 |
3765 | 2025-07-17T20:46:51.787Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e164393a88e7b62598897dc4f53315f083e25333#e164393a) |
3766 | 2025-07-17T20:47:48.743Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3767 | 2025-07-17T20:47:48.987Z | |
3768 | 2025-07-17T20:47:48.987Z | info: running `cargo check --bins` on nexus-background-task-interface (182/221) |
3769 | 2025-07-17T20:47:49.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3770 | 2025-07-17T20:47:49.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3771 | 2025-07-17T20:47:49.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3772 | 2025-07-17T20:47:49.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3773 | 2025-07-17T20:47:49.796Z | |
3774 | 2025-07-17T20:47:49.796Z | info: running `cargo check --bins` on nexus-external-api (183/221) |
3775 | 2025-07-17T20:47:50.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3776 | 2025-07-17T20:47:50.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3777 | 2025-07-17T20:47:50.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3778 | 2025-07-17T20:47:50.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3779 | 2025-07-17T20:47:50.634Z | |
3780 | 2025-07-17T20:47:50.634Z | info: running `cargo check --bins` on nexus-internal-api (184/221) |
3781 | 2025-07-17T20:47:51.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3782 | 2025-07-17T20:47:51.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3783 | 2025-07-17T20:47:51.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3784 | 2025-07-17T20:47:51.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3785 | 2025-07-17T20:47:51.469Z | |
3786 | 2025-07-17T20:47:51.469Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (185/221) |
3787 | 2025-07-17T20:47:52.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3788 | 2025-07-17T20:47:52.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3789 | 2025-07-17T20:47:52.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3790 | 2025-07-17T20:47:52.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3791 | 2025-07-17T20:47:52.362Z | |
3792 | 2025-07-17T20:47:52.362Z | info: running `cargo check --bins` on nexus-mgs-updates (186/221) |
3793 | 2025-07-17T20:47:53.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3794 | 2025-07-17T20:47:53.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3795 | 2025-07-17T20:47:53.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3796 | 2025-07-17T20:47:53.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3797 | 2025-07-17T20:47:53.156Z | |
3798 | 2025-07-17T20:47:53.157Z | info: running `cargo check --bins` on nexus-networking (187/221) |
3799 | 2025-07-17T20:47:53.911Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3800 | 2025-07-17T20:47:53.914Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3801 | 2025-07-17T20:47:53.914Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3802 | 2025-07-17T20:47:53.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3803 | 2025-07-17T20:47:54.014Z | |
3804 | 2025-07-17T20:47:54.014Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (188/221) |
3805 | 2025-07-17T20:47:54.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3806 | 2025-07-17T20:47:54.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3807 | 2025-07-17T20:47:54.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3808 | 2025-07-17T20:47:54.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3809 | 2025-07-17T20:47:54.863Z | |
3810 | 2025-07-17T20:47:54.863Z | info: running `cargo check --bins` on nexus-reconfigurator-rendezvous (189/221) |
3811 | 2025-07-17T20:47:55.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3812 | 2025-07-17T20:47:55.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3813 | 2025-07-17T20:47:55.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3814 | 2025-07-17T20:47:55.613Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
3815 | 2025-07-17T20:47:55.709Z | |
3816 | 2025-07-17T20:47:55.709Z | info: running `cargo check --bins` on update-common (190/221) |
3817 | 2025-07-17T20:47:56.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3818 | 2025-07-17T20:47:56.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3819 | 2025-07-17T20:47:56.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3820 | 2025-07-17T20:47:56.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
3821 | 2025-07-17T20:47:56.498Z | |
3822 | 2025-07-17T20:47:56.498Z | info: running `cargo check --bins` on omicron-dev (191/221) |
3823 | 2025-07-17T20:47:57.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3824 | 2025-07-17T20:47:57.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3825 | 2025-07-17T20:47:57.610Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3826 | 2025-07-17T20:47:57.613Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3827 | 2025-07-17T20:47:57.772Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3828 | 2025-07-17T20:47:57.776Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3829 | 2025-07-17T20:47:57.807Z | Checking diff v0.1.13 |
3830 | 2025-07-17T20:47:57.807Z | Checking yansi v1.0.1 |
3831 | 2025-07-17T20:47:57.810Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3832 | 2025-07-17T20:47:57.824Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3833 | 2025-07-17T20:47:58.305Z | Checking pretty_assertions v1.4.1 |
3834 | 2025-07-17T20:47:58.382Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3835 | 2025-07-17T20:47:59.026Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3836 | 2025-07-17T20:48:28.380Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3837 | 2025-07-17T20:48:28.384Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3838 | 2025-07-17T20:48:28.385Z | Checking nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
3839 | 2025-07-17T20:48:28.385Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3840 | 2025-07-17T20:48:28.385Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3841 | 2025-07-17T20:48:28.385Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3842 | 2025-07-17T20:48:29.498Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3843 | 2025-07-17T20:48:30.860Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3844 | 2025-07-17T20:49:18.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
3845 | 2025-07-17T20:49:18.496Z | |
3846 | 2025-07-17T20:49:18.496Z | info: running `cargo check --bins` on openapi-manager (192/221) |
3847 | 2025-07-17T20:49:19.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3848 | 2025-07-17T20:49:19.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3849 | 2025-07-17T20:49:19.382Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3850 | 2025-07-17T20:49:19.382Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3851 | 2025-07-17T20:49:19.518Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
3852 | 2025-07-17T20:49:19.521Z | Checking heck v0.4.1 |
3853 | 2025-07-17T20:49:19.528Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3854 | 2025-07-17T20:49:19.711Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3855 | 2025-07-17T20:49:19.757Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
3856 | 2025-07-17T20:49:20.628Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
3857 | 2025-07-17T20:49:28.643Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3858 | 2025-07-17T20:49:29.581Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3859 | 2025-07-17T20:49:29.581Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3860 | 2025-07-17T20:49:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.40s |
3861 | 2025-07-17T20:49:29.616Z | |
3862 | 2025-07-17T20:49:29.616Z | info: running `cargo check --bins` on installinator-api (193/221) |
3863 | 2025-07-17T20:49:29.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3864 | 2025-07-17T20:49:29.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3865 | 2025-07-17T20:49:29.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3866 | 2025-07-17T20:49:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
3867 | 2025-07-17T20:49:29.616Z | |
3868 | 2025-07-17T20:49:29.616Z | info: running `cargo check --bins` on ntp-admin-api (194/221) |
3869 | 2025-07-17T20:49:29.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3870 | 2025-07-17T20:49:29.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3871 | 2025-07-17T20:49:29.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3872 | 2025-07-17T20:49:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3873 | 2025-07-17T20:49:29.616Z | |
3874 | 2025-07-17T20:49:29.616Z | info: running `cargo check --bins` on ntp-admin-types (195/221) |
3875 | 2025-07-17T20:49:29.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3876 | 2025-07-17T20:49:29.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3877 | 2025-07-17T20:49:29.616Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3878 | 2025-07-17T20:49:29.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
3879 | 2025-07-17T20:49:29.616Z | |
3880 | 2025-07-17T20:49:29.616Z | info: running `cargo check --bins` on wicketd-api (196/221) |
3881 | 2025-07-17T20:49:30.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3882 | 2025-07-17T20:49:30.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3883 | 2025-07-17T20:49:30.193Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3884 | 2025-07-17T20:49:30.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
3885 | 2025-07-17T20:49:30.849Z | |
3886 | 2025-07-17T20:49:30.850Z | info: running `cargo check --bins` on omicron-pins (197/221) |
3887 | 2025-07-17T20:49:31.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3888 | 2025-07-17T20:49:31.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3889 | 2025-07-17T20:49:31.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3890 | 2025-07-17T20:49:31.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3891 | 2025-07-17T20:49:31.169Z | |
3892 | 2025-07-17T20:49:31.169Z | info: running `cargo check --bins` on reconfigurator-cli (198/221) |
3893 | 2025-07-17T20:49:31.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3894 | 2025-07-17T20:49:31.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3895 | 2025-07-17T20:49:31.982Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3896 | 2025-07-17T20:49:32.202Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3897 | 2025-07-17T20:49:32.210Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3898 | 2025-07-17T20:49:32.210Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3899 | 2025-07-17T20:49:32.210Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
3900 | 2025-07-17T20:49:32.210Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
3901 | 2025-07-17T20:49:32.210Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3902 | 2025-07-17T20:49:32.210Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3903 | 2025-07-17T20:49:32.478Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3904 | 2025-07-17T20:49:32.495Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3905 | 2025-07-17T20:49:32.495Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3906 | 2025-07-17T20:49:32.676Z | Compiling petname v2.0.2 |
3907 | 2025-07-17T20:49:32.747Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3908 | 2025-07-17T20:49:32.906Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3909 | 2025-07-17T20:49:33.304Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
3910 | 2025-07-17T20:49:33.608Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3911 | 2025-07-17T20:49:33.942Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3912 | 2025-07-17T20:49:34.567Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3913 | 2025-07-17T20:49:34.758Z | Checking sync-ptr v0.1.4 |
3914 | 2025-07-17T20:49:34.967Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3915 | 2025-07-17T20:49:34.975Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3916 | 2025-07-17T20:49:35.065Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
3917 | 2025-07-17T20:49:35.126Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3918 | 2025-07-17T20:49:35.558Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3919 | 2025-07-17T20:49:36.765Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3920 | 2025-07-17T20:49:37.973Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3921 | 2025-07-17T20:49:37.981Z | Checking sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
3922 | 2025-07-17T20:49:49.434Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3923 | 2025-07-17T20:49:49.437Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3924 | 2025-07-17T20:49:50.235Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3925 | 2025-07-17T20:49:51.823Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3926 | 2025-07-17T20:49:54.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.46s |
3927 | 2025-07-17T20:49:54.731Z | |
3928 | 2025-07-17T20:49:54.731Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (199/221) |
3929 | 2025-07-17T20:49:55.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3930 | 2025-07-17T20:49:55.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3931 | 2025-07-17T20:49:55.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3932 | 2025-07-17T20:49:55.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3933 | 2025-07-17T20:49:55.587Z | |
3934 | 2025-07-17T20:49:55.587Z | info: running `cargo check --bins` on omicron-repl-utils (200/221) |
3935 | 2025-07-17T20:49:56.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3936 | 2025-07-17T20:49:56.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3937 | 2025-07-17T20:49:56.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3938 | 2025-07-17T20:49:56.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3939 | 2025-07-17T20:49:56.345Z | |
3940 | 2025-07-17T20:49:56.345Z | info: running `cargo check --bins` on omicron-reconfigurator-exec-unsafe (201/221) |
3941 | 2025-07-17T20:49:57.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3942 | 2025-07-17T20:49:57.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3943 | 2025-07-17T20:49:57.258Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
3944 | 2025-07-17T20:49:58.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.01s |
3945 | 2025-07-17T20:49:58.593Z | |
3946 | 2025-07-17T20:49:58.593Z | info: running `cargo check --bins` on reconfigurator-sp-updater (202/221) |
3947 | 2025-07-17T20:49:59.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3948 | 2025-07-17T20:49:59.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3949 | 2025-07-17T20:49:59.430Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3950 | 2025-07-17T20:49:59.875Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
3951 | 2025-07-17T20:50:01.075Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
3952 | 2025-07-17T20:50:01.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.20s |
3953 | 2025-07-17T20:50:02.015Z | |
3954 | 2025-07-17T20:50:02.015Z | info: running `cargo check --bins` on omicron-releng (203/221) |
3955 | 2025-07-17T20:50:02.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3956 | 2025-07-17T20:50:02.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3957 | 2025-07-17T20:50:02.815Z | Compiling blake3 v1.5.4 |
3958 | 2025-07-17T20:50:02.930Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3959 | 2025-07-17T20:50:02.944Z | Checking memmap2 v0.9.5 |
3960 | 2025-07-17T20:50:02.947Z | Checking arrayvec v0.7.6 |
3961 | 2025-07-17T20:50:02.955Z | Checking constant_time_eq v0.3.1 |
3962 | 2025-07-17T20:50:02.958Z | Checking arrayref v0.3.9 |
3963 | 2025-07-17T20:50:02.995Z | Checking topological-sort v0.2.2 |
3964 | 2025-07-17T20:50:02.999Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
3965 | 2025-07-17T20:50:03.085Z | Checking shell-words v1.1.0 |
3966 | 2025-07-17T20:50:03.466Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3967 | 2025-07-17T20:50:03.726Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
3968 | 2025-07-17T20:50:04.173Z | Checking omicron-zone-package v0.12.2 |
3969 | 2025-07-17T20:50:05.376Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3970 | 2025-07-17T20:50:06.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3971 | 2025-07-17T20:50:06.653Z | |
3972 | 2025-07-17T20:50:06.653Z | info: running `cargo check --bins` on omicron-repo-depot-standalone (204/221) |
3973 | 2025-07-17T20:50:07.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3974 | 2025-07-17T20:50:07.355Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3975 | 2025-07-17T20:50:07.448Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3976 | 2025-07-17T20:50:07.844Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
3977 | 2025-07-17T20:50:08.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3978 | 2025-07-17T20:50:08.493Z | |
3979 | 2025-07-17T20:50:08.493Z | info: running `cargo check --bins` on xtask (205/221) |
3980 | 2025-07-17T20:50:09.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3981 | 2025-07-17T20:50:09.058Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3982 | 2025-07-17T20:50:09.081Z | Checking bitflags v2.9.1 |
3983 | 2025-07-17T20:50:09.084Z | Checking serde v1.0.219 |
3984 | 2025-07-17T20:50:09.084Z | Checking thiserror v1.0.69 |
3985 | 2025-07-17T20:50:09.176Z | Checking zerofrom v0.1.4 |
3986 | 2025-07-17T20:50:09.192Z | Checking hashbrown v0.15.4 |
3987 | 2025-07-17T20:50:09.195Z | Checking smallvec v1.15.0 |
3988 | 2025-07-17T20:50:09.227Z | Checking num-traits v0.2.19 |
3989 | 2025-07-17T20:50:09.227Z | Checking scroll v0.12.0 |
3990 | 2025-07-17T20:50:09.310Z | Checking percent-encoding v2.3.1 |
3991 | 2025-07-17T20:50:09.407Z | Checking yoke v0.7.4 |
3992 | 2025-07-17T20:50:09.423Z | Checking rustix v0.38.37 |
3993 | 2025-07-17T20:50:09.532Z | Checking log v0.4.27 |
3994 | 2025-07-17T20:50:09.565Z | Checking zerocopy v0.7.35 |
3995 | 2025-07-17T20:50:09.699Z | Checking pest v2.7.14 |
3996 | 2025-07-17T20:50:09.743Z | Checking zerovec v0.10.4 |
3997 | 2025-07-17T20:50:09.817Z | Checking goblin v0.8.2 |
3998 | 2025-07-17T20:50:10.158Z | Checking indexmap v2.10.0 |
3999 | 2025-07-17T20:50:10.441Z | Checking terminal_size v0.4.0 |
4000 | 2025-07-17T20:50:10.624Z | Checking form_urlencoded v1.2.1 |
4001 | 2025-07-17T20:50:10.747Z | Checking ordered-float v2.10.1 |
4002 | 2025-07-17T20:50:10.771Z | Checking getrandom v0.3.1 |
4003 | 2025-07-17T20:50:10.842Z | Checking syn v2.0.104 |
4004 | 2025-07-17T20:50:11.007Z | Checking rustix v1.0.7 |
4005 | 2025-07-17T20:50:11.245Z | Checking tinystr v0.7.6 |
4006 | 2025-07-17T20:50:11.305Z | Checking icu_collections v1.5.0 |
4007 | 2025-07-17T20:50:11.362Z | Checking once_cell v1.21.3 |
4008 | 2025-07-17T20:50:11.612Z | Checking icu_locid v1.5.0 |
4009 | 2025-07-17T20:50:11.705Z | Checking clap_builder v4.5.40 |
4010 | 2025-07-17T20:50:11.933Z | Checking thiserror v2.0.12 |
4011 | 2025-07-17T20:50:12.115Z | Checking textwrap v0.16.2 |
4012 | 2025-07-17T20:50:12.169Z | Checking dtrace-parser v0.2.0 |
4013 | 2025-07-17T20:50:12.538Z | Checking fs-err v3.1.1 |
4014 | 2025-07-17T20:50:12.557Z | Checking tempfile v3.20.0 |
4015 | 2025-07-17T20:50:12.578Z | Checking icu_provider v1.5.0 |
4016 | 2025-07-17T20:50:12.683Z | Checking anyhow v1.0.98 |
4017 | 2025-07-17T20:50:12.878Z | Checking tabled v0.15.0 |
4018 | 2025-07-17T20:50:12.943Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
4019 | 2025-07-17T20:50:14.177Z | Checking icu_locid_transform v1.5.0 |
4020 | 2025-07-17T20:50:14.225Z | Checking serde_spanned v0.6.9 |
4021 | 2025-07-17T20:50:14.225Z | Checking toml_datetime v0.6.11 |
4022 | 2025-07-17T20:50:14.225Z | Checking serde_json v1.0.140 |
4023 | 2025-07-17T20:50:14.225Z | Checking erased-serde v0.4.6 |
4024 | 2025-07-17T20:50:14.225Z | Checking toml_edit v0.22.27 |
4025 | 2025-07-17T20:50:14.225Z | Checking icu_properties v1.5.1 |
4026 | 2025-07-17T20:50:14.515Z | Checking semver v1.0.26 |
4027 | 2025-07-17T20:50:14.566Z | Checking camino v1.1.10 |
4028 | 2025-07-17T20:50:14.626Z | Checking serde-untagged v0.1.7 |
4029 | 2025-07-17T20:50:14.937Z | Checking serde-value v0.7.0 |
4030 | 2025-07-17T20:50:14.967Z | Checking dof v0.3.0 |
4031 | 2025-07-17T20:50:15.024Z | Checking cargo-platform v0.2.0 |
4032 | 2025-07-17T20:50:15.113Z | Checking camino-tempfile v1.4.1 |
4033 | 2025-07-17T20:50:15.337Z | Checking clap v4.5.40 |
4034 | 2025-07-17T20:50:15.370Z | Checking macaddr v1.0.1 |
4035 | 2025-07-17T20:50:15.564Z | Checking usdt-impl v0.5.0 |
4036 | 2025-07-17T20:50:15.939Z | Checking usdt v0.5.0 |
4037 | 2025-07-17T20:50:16.243Z | Checking toml v0.8.23 |
4038 | 2025-07-17T20:50:16.705Z | Checking cargo_toml v0.21.0 |
4039 | 2025-07-17T20:50:16.767Z | Checking icu_normalizer v1.5.0 |
4040 | 2025-07-17T20:50:17.269Z | Checking idna_adapter v1.2.0 |
4041 | 2025-07-17T20:50:17.412Z | Checking idna v1.0.3 |
4042 | 2025-07-17T20:50:17.737Z | Checking url v2.5.4 |
4043 | 2025-07-17T20:50:18.239Z | Checking cargo-util-schemas v0.2.0 |
4044 | 2025-07-17T20:50:19.373Z | Checking cargo_metadata v0.20.0 |
4045 | 2025-07-17T20:50:20.421Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
4046 | 2025-07-17T20:50:21.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.57s |
4047 | 2025-07-17T20:50:21.224Z | |
4048 | 2025-07-17T20:50:21.224Z | info: running `cargo check --bins` on end-to-end-tests (206/221) |
4049 | 2025-07-17T20:50:22.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4050 | 2025-07-17T20:50:22.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4051 | 2025-07-17T20:50:22.178Z | Checking polyval v0.6.2 |
4052 | 2025-07-17T20:50:22.308Z | Checking ctr v0.9.2 |
4053 | 2025-07-17T20:50:22.326Z | Checking ssh-encoding v0.2.0 |
4054 | 2025-07-17T20:50:22.330Z | Checking blowfish v0.9.1 |
4055 | 2025-07-17T20:50:22.350Z | Checking password-hash v0.4.2 |
4056 | 2025-07-17T20:50:22.354Z | Checking p256 v0.13.2 |
4057 | 2025-07-17T20:50:22.354Z | Checking p521 v0.13.3 |
4058 | 2025-07-17T20:50:22.371Z | Checking russh-cryptovec v0.7.3 |
4059 | 2025-07-17T20:50:22.529Z | Checking bcrypt-pbkdf v0.10.0 |
4060 | 2025-07-17T20:50:22.550Z | Checking ghash v0.5.1 |
4061 | 2025-07-17T20:50:22.550Z | Checking md5 v0.7.0 |
4062 | 2025-07-17T20:50:22.610Z | Checking num-bigint v0.4.6 |
4063 | 2025-07-17T20:50:22.643Z | Checking des v0.8.1 |
4064 | 2025-07-17T20:50:22.741Z | Checking aes-gcm v0.10.3 |
4065 | 2025-07-17T20:50:22.778Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4066 | 2025-07-17T20:50:22.809Z | Checking pbkdf2 v0.11.0 |
4067 | 2025-07-17T20:50:22.860Z | Checking hex-literal v0.4.1 |
4068 | 2025-07-17T20:50:22.908Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
4069 | 2025-07-17T20:50:22.930Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
4070 | 2025-07-17T20:50:22.986Z | Checking ssh-cipher v0.2.0 |
4071 | 2025-07-17T20:50:23.010Z | Checking internet-checksum v0.2.1 |
4072 | 2025-07-17T20:50:23.286Z | Checking ssh-key v0.6.6 |
4073 | 2025-07-17T20:50:23.456Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
4074 | 2025-07-17T20:50:24.444Z | Checking russh-keys v0.45.0 |
4075 | 2025-07-17T20:50:25.280Z | Checking russh v0.45.0 |
4076 | 2025-07-17T20:50:46.074Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
4077 | 2025-07-17T20:50:47.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.44s |
4078 | 2025-07-17T20:50:47.906Z | |
4079 | 2025-07-17T20:50:47.907Z | info: running `cargo check --bins` on gateway-cli (207/221) |
4080 | 2025-07-17T20:50:48.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4081 | 2025-07-17T20:50:48.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4082 | 2025-07-17T20:50:48.706Z | Checking termios v0.3.3 |
4083 | 2025-07-17T20:50:48.961Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
4084 | 2025-07-17T20:50:49.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
4085 | 2025-07-17T20:50:49.972Z | |
4086 | 2025-07-17T20:50:49.972Z | info: running `cargo check --bins --no-default-features` on installinator (208/221) |
4087 | 2025-07-17T20:50:50.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4088 | 2025-07-17T20:50:50.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4089 | 2025-07-17T20:50:50.830Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
4090 | 2025-07-17T20:50:50.836Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
4091 | 2025-07-17T20:50:51.714Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
4092 | 2025-07-17T20:50:53.591Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
4093 | 2025-07-17T20:50:55.797Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.81s |
4094 | 2025-07-17T20:50:56.016Z | |
4095 | 2025-07-17T20:50:56.016Z | info: running `cargo check --bins` on internal-dns-cli (209/221) |
4096 | 2025-07-17T20:50:56.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4097 | 2025-07-17T20:50:56.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4098 | 2025-07-17T20:50:56.799Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
4099 | 2025-07-17T20:50:57.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
4100 | 2025-07-17T20:50:57.520Z | |
4101 | 2025-07-17T20:50:57.520Z | info: running `cargo check --bins` on omicron-live-tests (210/221) |
4102 | 2025-07-17T20:50:58.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4103 | 2025-07-17T20:50:58.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4104 | 2025-07-17T20:50:58.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4105 | 2025-07-17T20:50:58.192Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4106 | 2025-07-17T20:50:58.278Z | |
4107 | 2025-07-17T20:50:58.278Z | info: running `cargo check --bins` on live-tests-macros (211/221) |
4108 | 2025-07-17T20:50:58.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4109 | 2025-07-17T20:50:58.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4110 | 2025-07-17T20:50:58.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4111 | 2025-07-17T20:50:58.972Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4112 | 2025-07-17T20:50:59.025Z | |
4113 | 2025-07-17T20:50:59.025Z | info: running `cargo check --bins` on nexus-reconfigurator-cli-integration-tests (212/221) |
4114 | 2025-07-17T20:50:59.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4115 | 2025-07-17T20:50:59.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4116 | 2025-07-17T20:50:59.915Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
4117 | 2025-07-17T20:51:00.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
4118 | 2025-07-17T20:51:00.881Z | |
4119 | 2025-07-17T20:51:00.881Z | info: running `cargo check --bins` on omicron-ntp-admin (213/221) |
4120 | 2025-07-17T20:51:02.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4121 | 2025-07-17T20:51:02.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4122 | 2025-07-17T20:51:02.276Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
4123 | 2025-07-17T20:51:02.276Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
4124 | 2025-07-17T20:51:02.276Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
4125 | 2025-07-17T20:51:03.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
4126 | 2025-07-17T20:51:03.232Z | |
4127 | 2025-07-17T20:51:03.233Z | info: running `cargo check --bins` on omicron-package (214/221) |
4128 | 2025-07-17T20:51:03.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4129 | 2025-07-17T20:51:03.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4130 | 2025-07-17T20:51:04.046Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
4131 | 2025-07-17T20:51:05.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
4132 | 2025-07-17T20:51:05.763Z | |
4133 | 2025-07-17T20:51:05.763Z | info: running `cargo check --bins` on trust-quorum (215/221) |
4134 | 2025-07-17T20:51:06.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4135 | 2025-07-17T20:51:06.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4136 | 2025-07-17T20:51:06.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4137 | 2025-07-17T20:51:06.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
4138 | 2025-07-17T20:51:06.560Z | |
4139 | 2025-07-17T20:51:06.560Z | info: running `cargo check --bins` on gfss (216/221) |
4140 | 2025-07-17T20:51:07.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4141 | 2025-07-17T20:51:07.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4142 | 2025-07-17T20:51:07.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4143 | 2025-07-17T20:51:07.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
4144 | 2025-07-17T20:51:07.317Z | |
4145 | 2025-07-17T20:51:07.317Z | info: running `cargo check --bins` on wicket-dbg (217/221) |
4146 | 2025-07-17T20:51:08.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4147 | 2025-07-17T20:51:08.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4148 | 2025-07-17T20:51:08.193Z | Checking rtoolbox v0.0.2 |
4149 | 2025-07-17T20:51:08.197Z | Checking tui-tree-widget v0.23.1 |
4150 | 2025-07-17T20:51:08.197Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
4151 | 2025-07-17T20:51:08.449Z | Checking rpassword v7.4.0 |
4152 | 2025-07-17T20:51:13.297Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4153 | 2025-07-17T20:51:16.232Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
4154 | 2025-07-17T20:51:17.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.17s |
4155 | 2025-07-17T20:51:17.716Z | |
4156 | 2025-07-17T20:51:17.716Z | info: running `cargo check --bins` on wicket (218/221) |
4157 | 2025-07-17T20:51:18.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4158 | 2025-07-17T20:51:18.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4159 | 2025-07-17T20:51:18.580Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
4160 | 2025-07-17T20:51:19.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
4161 | 2025-07-17T20:51:19.262Z | |
4162 | 2025-07-17T20:51:19.262Z | info: running `cargo check --bins` on wicketd (219/221) |
4163 | 2025-07-17T20:51:19.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4164 | 2025-07-17T20:51:20.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4165 | 2025-07-17T20:51:20.142Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
4166 | 2025-07-17T20:51:24.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
4167 | 2025-07-17T20:51:24.540Z | |
4168 | 2025-07-17T20:51:24.540Z | info: running `cargo check --bins` on omicron-workspace-hack (220/221) |
4169 | 2025-07-17T20:51:25.192Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4170 | 2025-07-17T20:51:25.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4171 | 2025-07-17T20:51:25.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
4172 | 2025-07-17T20:51:25.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
4173 | 2025-07-17T20:51:25.283Z | |
4174 | 2025-07-17T20:51:25.283Z | info: running `cargo check --bins` on zone-setup (221/221) |
4175 | 2025-07-17T20:51:25.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
4176 | 2025-07-17T20:51:25.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
4177 | 2025-07-17T20:51:26.102Z | Checking uzers v0.12.1 |
4178 | 2025-07-17T20:51:26.464Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
4179 | 2025-07-17T20:51:27.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
4180 | 2025-07-17T20:51:27.789Z | |
4181 | 2025-07-17T20:51:27.789Z | real 15:45.358675381 |
4182 | 2025-07-17T20:51:27.789Z | user 31:26.871547753 |
4183 | 2025-07-17T20:51:27.789Z | sys 5:11.651002468 |
4184 | 2025-07-17T20:51:27.789Z | trap 0.680639431 |
4185 | 2025-07-17T20:51:27.789Z | tflt 0.708949560 |
4186 | 2025-07-17T20:51:27.789Z | dflt 1.744485743 |
4187 | 2025-07-17T20:51:27.794Z | kflt 0.001116330 |
4188 | 2025-07-17T20:51:27.794Z | lock 1:16:15.269232788 |
4189 | 2025-07-17T20:51:27.794Z | slp 2:33:07.620272470 |
4190 | 2025-07-17T20:51:27.794Z | lat 1:36.504190210 |
4191 | 2025-07-17T20:51:27.794Z | stop 5:02.779925796 |
4192 | 2025-07-17T20:51:27.794Z | process exited: duration 1233964 ms, exit code 0 |
|
4193 | 2025-07-17T20:51:27.803Z | found 0 output files |